[gcompris] braille activities: put in common the help char map.



commit ed2e3b1969b4d98ccb412324473d217fb3b17d9b
Author: Bruno Coudoin <bruno coudoin free fr>
Date:   Sat Sep 3 18:47:54 2011 +0200

    braille activities: put in common the help char map.
    
    A lot of minor improvement all around.

 boards/braille.svg                                 |   10 +-
 src/braille_alphabets-activity/BrailleChar.py      |    2 +-
 src/braille_alphabets-activity/BrailleMap.py       |   56 +-
 .../braille_alphabets.py                           |   65 +-
 .../braille_alphabets.svg                          |  791 +++++++--
 .../resources/braille_alphabets/braille_tux.svgz   |  Bin 14953 -> 14940 bytes
 src/braille_fun-activity/braille_fun.py            |   33 +-
 src/braille_fun-activity/braille_fun.svg           | 1845 +++++---------------
 .../resources/braille_alphabets                    |    1 +
 src/braille_lotto-activity/braille_lotto.py        |   45 +-
 src/braille_lotto-activity/braille_lotto.svg       |  147 +--
 src/louis_braille-activity/Makefile.am             |    2 +-
 src/louis_braille-activity/louis_braille.png       |  Bin 0 -> 23693 bytes
 src/louis_braille-activity/louis_braille.py        |   12 +-
 src/louis_braille-activity/louis_braille.svg       |   64 -
 src/louis_braille-activity/louis_braille.xml.in    |    2 +-
 .../resources/louis_braille/activity.desktop       |    4 +-
 .../resources/louis_braille/activity.desktop.in    |    4 +-
 18 files changed, 1211 insertions(+), 1872 deletions(-)
---
diff --git a/boards/braille.svg b/boards/braille.svg
index 2d36f18..9da50a1 100644
--- a/boards/braille.svg
+++ b/boards/braille.svg
@@ -1257,7 +1257,7 @@
         <dc:format>image/svg+xml</dc:format>
         <dc:type
            rdf:resource="http://purl.org/dc/dcmitype/StillImage"; />
-        <dc:title></dc:title>
+        <dc:title />
       </cc:Work>
     </rdf:RDF>
   </metadata>
@@ -1440,7 +1440,7 @@
        sodipodi:cy="74.601311"
        sodipodi:rx="4.5456862"
        sodipodi:ry="4.5456862"
-       d="m 35.860416,74.601311 a 4.5456862,4.5456862 0 1 1 -9.091373,0 4.5456862,4.5456862 0 1 1 9.091373,0 z"
+       d="m 35.860416,74.601311 c 0,2.510513 -2.035173,4.545686 -4.545686,4.545686 -2.510514,0 -4.545687,-2.035173 -4.545687,-4.545686 0,-2.510513 2.035173,-4.545687 4.545687,-4.545687 2.510513,0 4.545686,2.035174 4.545686,4.545687 z"
        transform="translate(-136.765,314.66537)" />
     <path
        sodipodi:type="arc"
@@ -1450,7 +1450,7 @@
        sodipodi:cy="74.601311"
        sodipodi:rx="4.5456862"
        sodipodi:ry="4.5456862"
-       d="m 35.860416,74.601311 a 4.5456862,4.5456862 0 1 1 -9.091373,0 4.5456862,4.5456862 0 1 1 9.091373,0 z"
+       d="m 35.860416,74.601311 c 0,2.510513 -2.035173,4.545686 -4.545686,4.545686 -2.510514,0 -4.545687,-2.035173 -4.545687,-4.545686 0,-2.510513 2.035173,-4.545687 4.545687,-4.545687 2.510513,0 4.545686,2.035174 4.545686,4.545687 z"
        transform="translate(-124.03386,314.49551)" />
     <path
        sodipodi:type="arc"
@@ -1460,11 +1460,11 @@
        sodipodi:cy="74.601311"
        sodipodi:rx="4.5456862"
        sodipodi:ry="4.5456862"
-       d="m 35.860416,74.601311 a 4.5456862,4.5456862 0 1 1 -9.091373,0 4.5456862,4.5456862 0 1 1 9.091373,0 z"
+       d="m 35.860416,74.601311 c 0,2.510513 -2.035173,4.545686 -4.545686,4.545686 -2.510514,0 -4.545687,-2.035173 -4.545687,-4.545686 0,-2.510513 2.035173,-4.545687 4.545687,-4.545687 2.510513,0 4.545686,2.035174 4.545686,4.545687 z"
        transform="translate(-130.04401,325.20979)" />
     <g
        id="g4641"
-       transform="matrix(0.15157753,-0.09786549,0.09786549,0.15157753,-175.48033,308.02389)">
+       transform="matrix(0.23139107,-0.02643704,0.14939682,0.04094663,-196.61507,390.50214)">
       <path
          style="color:#000000;fill:url(#linearGradient4645);fill-opacity:1;fill-rule:nonzero;stroke:#4c4c4c;stroke-width:0.75700003;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
          d="m 71.202047,333.45727 -165.78771,349.95358 c -2.26033,0.86571 -1.62446,-0.68417 -4.03638,-1.55949 52.29084,-117.092 108.2143395,-235.40748 162.2992,-352.71988 3.02999,1.24132 5.41168,2.93497 7.52489,4.32579 z"
diff --git a/src/braille_alphabets-activity/BrailleChar.py b/src/braille_alphabets-activity/BrailleChar.py
index b159eb8..40fa41d 100644
--- a/src/braille_alphabets-activity/BrailleChar.py
+++ b/src/braille_alphabets-activity/BrailleChar.py
@@ -36,7 +36,7 @@ BRAILLE_LETTERS = {
     "N": [1, 3, 4, 5], "O": [1, 3, 5], "P": [1, 2, 3, 4], "Q": [1, 2, 3, 4, 5],
     "R": [1, 2, 3, 5], "S": [2, 3, 4], "T": [2, 3, 4, 5], "U": [1, 3, 6],
     "V": [1, 2, 3, 6], "W": [2, 4, 5, 6], "X": [1, 3, 4, 6], "Y": [1, 3, 4, 5, 6],
-    "Z": [1, 3, 5, 6], "+" : [3,4,6], "_": [3,6], "*" : [1,6], "/" : [3,4],
+    "Z": [1, 3, 5, 6], "+" : [3,4,6], "-": [3,6], "*" : [1,6], "/" : [3,4],
     "#" : [3,4,5,6],1: [1],2 :[1, 2], 3 : [1, 4], 4: [1, 4, 5], 5 : [1, 5],
     6 : [1, 2, 4], 7 : [1, 2, 4, 5], 8 : [1, 2, 5], 9 : [2, 4], 0 :[3, 5, 6]
 }
diff --git a/src/braille_alphabets-activity/BrailleMap.py b/src/braille_alphabets-activity/BrailleMap.py
index 8d164b9..1e52ac5 100644
--- a/src/braille_alphabets-activity/BrailleMap.py
+++ b/src/braille_alphabets-activity/BrailleMap.py
@@ -29,39 +29,67 @@ import pango
 from BrailleChar import *
 from gcompris import gcompris_gettext as _
 
-SYMBOL = ['+', '_', '*', '/', '#']
+SYMBOL = ['+', '-', '*', '/', '#']
 CELL_WIDTH = 30
 
+COLOR_ON = 0xFF0000FFL
+COLOR_OFF = 0X00000000L
+CIRCLE_FILL = "white"
+CIRCLE_STROKE = "black"
+
 class BrailleMap:
   """Braille Map"""
-  def __init__(self, rootitem, color_on, color_off, circle_fill, circle_stroke):
+  def __init__(self, rootitem, move_back_callback):
+
+      rootitem = goocanvas.Group(parent = rootitem)
+      item = \
+          goocanvas.Rect(parent = rootitem,
+                         x = 30,
+                         y = 20,
+                         width = 740,
+                         height = 460,
+                         stroke_color_rgba = 0x222222CCL,
+                         fill_color_rgba = 0x999999EEL,
+                         radius_x = 5.0,
+                         radius_y = 5.0,
+                         line_width = 2.0)
+      item.connect("button_press_event", move_back_callback)
 
       # Place alphabets & numbers in array format
       for index, letter in enumerate(string.ascii_uppercase[:10]):
           BrailleChar(rootitem, index*(CELL_WIDTH+40)+60,
-                              40, 38, letter ,color_on, color_off, circle_fill,
-                              circle_stroke,True ,False ,True , None)
+                              40, 38, letter ,COLOR_ON, COLOR_OFF, CIRCLE_FILL,
+                              CIRCLE_STROKE,True ,False ,True , None)
       for index, letter in enumerate(string.ascii_uppercase[10:20]):
           BrailleChar(rootitem, index*(CELL_WIDTH+40)+60,
-                              130, 38, letter ,color_on, color_off, circle_fill,
-                              circle_stroke,True ,False ,True , None)
+                              130, 38, letter ,COLOR_ON, COLOR_OFF, CIRCLE_FILL,
+                              CIRCLE_STROKE,True ,False ,True , None)
       for index, letter in enumerate(string.ascii_uppercase[20:26]):
           BrailleChar(rootitem, index*(CELL_WIDTH+40)+60,
-                              220, 38, letter ,color_on, color_off, circle_fill,
-                              circle_stroke,True ,False ,True , None)
+                              220, 38, letter ,COLOR_ON, COLOR_OFF, CIRCLE_FILL,
+                              CIRCLE_STROKE,True ,False ,True , None)
 
       # The number line (Keep it aligned with the ASCII in the Braille sense)
       for index in range(0, 9):
           BrailleChar(rootitem, index *(CELL_WIDTH + 40)+60,
-                      310, 38, index + 1,color_on, color_off, circle_fill,
-                      circle_stroke, True ,False ,True , None)
+                      310, 38, index + 1,COLOR_ON, COLOR_OFF, CIRCLE_FILL,
+                      CIRCLE_STROKE, True ,False ,True , None)
       BrailleChar(rootitem, 9 *(CELL_WIDTH + 40)+60,
-                  310, 38, 0 ,color_on, color_off, circle_fill,
-                  circle_stroke, True ,False ,True , None)
+                  310, 38, 0 ,COLOR_ON, COLOR_OFF, CIRCLE_FILL,
+                  CIRCLE_STROKE, True ,False ,True , None)
 
       # The math operators +-*/
       for index, value in enumerate( SYMBOL ):
         BrailleChar(rootitem,index * (CELL_WIDTH + 40) + 60,
-                    400 , 38,SYMBOL[index], color_on, color_off, circle_fill,
-                    circle_stroke,True ,False ,True , None)
+                    400 , 38, SYMBOL[index], COLOR_ON, COLOR_OFF, CIRCLE_FILL,
+                    CIRCLE_STROKE,True ,False ,True , None)
 
+      # Move back item
+      item = goocanvas.Image(parent = rootitem,
+                             pixbuf = gcompris.utils.load_pixmap("braille_alphabets/back.svg"),
+                             x = 600,
+                             y = 400,
+                             tooltip = _("Back to the activity")
+                             )
+      gcompris.utils.item_focus_init(item, None)
+      item.connect("button_press_event", move_back_callback)
diff --git a/src/braille_alphabets-activity/braille_alphabets.py b/src/braille_alphabets-activity/braille_alphabets.py
index 0bb2e8a..12a0452 100644
--- a/src/braille_alphabets-activity/braille_alphabets.py
+++ b/src/braille_alphabets-activity/braille_alphabets.py
@@ -36,8 +36,6 @@ COLOR_ON = 0xFF0000FFL
 COLOR_OFF = 0X00000000L
 CIRCLE_FILL = "white"
 CIRCLE_STROKE = "black"
-MAP_STROKE = "black"
-MAP_FILL = "light blue"
 
 #Array Declaration
 letter_arr_one = ['A','B','C','D','E','F','G']
@@ -89,41 +87,33 @@ class Gcompris_braille_alphabets:
                                    self.gcomprisBoard.canvas.get_root_item())
     self.board_upper(self.gcomprisBoard.level)
 
+    # The root item for the help
+    self.map_rootitem = \
+        goocanvas.Group( parent = self.gcomprisBoard.canvas.get_root_item() )
+    BrailleMap(self.map_rootitem, self.move_back)
+    self.map_rootitem.props.visibility = goocanvas.ITEM_INVISIBLE
+
+
   def end(self):
     # Remove the root item removes all the others inside it
     self.rootitem.remove()
+    self.map_rootitem.remove()
 
   def ok(self):
     print("learnbraille ok.")
 
   def repeat(self):
       if(self.mapActive):
-          self.end()
-          self.start()
+          self.map_rootitem.props.visibility = goocanvas.ITEM_INVISIBLE
           self.mapActive = False
       else :
-          self.rootitem.props.visibility = goocanvas.ITEM_INVISIBLE
-          self.rootitem = goocanvas.Group(parent=
-                                   self.gcomprisBoard.canvas.get_root_item())
-          gcompris.set_default_background(self.gcomprisBoard.canvas.get_root_item())
-
-          map_obj = BrailleMap(self.rootitem, COLOR_ON, COLOR_OFF,MAP_FILL, MAP_STROKE)
-          # Move back item
-          self.backitem = goocanvas.Image(parent = self.rootitem,
-                    pixbuf = gcompris.utils.load_pixmap("braille_alphabets/back.svg"),
-                    x = 600,
-                    y = 450,
-                    tooltip = _("Back to the activity")
-                    )
-          self.backitem.connect("button_press_event", self.move_back)
-          gcompris.utils.item_focus_init(self.backitem, None)
-
+          self.map_rootitem.props.visibility = goocanvas.ITEM_VISIBLE
           self.mapActive = True
 
-
   def move_back(self,event,target,item):
-      self.end()
-      self.start()
+    self.map_rootitem.props.visibility = goocanvas.ITEM_INVISIBLE
+    self.mapActive = False
+
 
   def config(self):
     pass
@@ -172,24 +162,17 @@ class Gcompris_braille_alphabets:
                                  text = _("Braille : Unlocking the Code"))
         # Braille Intro
         text = _("The Braille system is a method that is used by blind people to read and write.")
-        goocanvas.Text(parent=self.rootitem,
-                                 x = 520,
-                                 y = 200,
-                                 fill_color = "black",
-                                 font = gcompris.skin.get_font("gcompris/subtitle"),
-                                 width = 400,
-                                 anchor = gtk.ANCHOR_CENTER,
-                                 text = text)
         # Braille Description
-        text = _("Each Braille character, or cell, is made up of six dot positions, arranged in "
-                 "a rectangle containing two columns of three dots each. As seen on the left, each dot "
-                 "is referenced by a number from 1 to 6.")
+        text += "\n" + \
+            _("Each Braille character, or cell, is made up of six dot positions, arranged in "
+              "a rectangle containing two columns of three dots each. As seen on the left, each dot "
+              "is referenced by a number from 1 to 6.")
         goocanvas.Text(parent=self.rootitem,
-                                 x=520,
-                                 y=300,
+                                 x = 490,
+                                 y = 280,
                                  fill_color = "black",
-                                 font =  gcompris.skin.get_font("gcompris/subtitle"),
-                                 width = 400,
+                                 font = gcompris.skin.get_font("gcompris/subtitle"),
+                                 width = 395,
                                  anchor = gtk.ANCHOR_CENTER,
                                  text = text)
 
@@ -206,14 +189,14 @@ class Gcompris_braille_alphabets:
         gcompris.utils.item_focus_init(self.tuxitem, None)
 
         goocanvas.Text(parent = self.rootitem,
-                        x = 435,
+                        x = 445,
                         y = 475,
                         fill_color ="black",
                         font = "Sans 10",
                         anchor= gtk.ANCHOR_CENTER,
                         width = 355,
-                        text = _("Finished reading braille ! Now click on "
-                        "me and try reproducing braille characters"))
+                        text = _("When you are ready, click on "
+                        "me and try reproducing Braille characters."))
     elif(level == 2):
         range_lower= 0
         range_upper= 7
diff --git a/src/braille_alphabets-activity/braille_alphabets.svg b/src/braille_alphabets-activity/braille_alphabets.svg
index b3a61ac..111bd3f 100755
--- a/src/braille_alphabets-activity/braille_alphabets.svg
+++ b/src/braille_alphabets-activity/braille_alphabets.svg
@@ -12,10 +12,10 @@
    xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape";
    id="svg2"
    version="1.1"
-   inkscape:version="0.48.0 r9654"
-   width="50"
-   height="50"
-   sodipodi:docname="braillebug.gif">
+   inkscape:version="0.48.1 r9760"
+   width="90.29657"
+   height="81.79287"
+   sodipodi:docname="braille_alphabets.svg">
   <metadata
      id="metadata8">
     <rdf:RDF>
@@ -24,7 +24,7 @@
         <dc:format>image/svg+xml</dc:format>
         <dc:type
            rdf:resource="http://purl.org/dc/dcmitype/StillImage"; />
-        <dc:title></dc:title>
+        <dc:title />
       </cc:Work>
     </rdf:RDF>
   </metadata>
@@ -39,161 +39,636 @@
      guidetolerance="10"
      inkscape:pageopacity="0"
      inkscape:pageshadow="2"
-     inkscape:window-width="640"
-     inkscape:window-height="480"
+     inkscape:window-width="1024"
+     inkscape:window-height="578"
      id="namedview4"
      showgrid="false"
      inkscape:zoom="3.2948718"
-     inkscape:cx="41.5"
-     inkscape:cy="39"
+     inkscape:cx="18.635976"
+     inkscape:cy="55.332211"
      inkscape:window-x="0"
-     inkscape:window-y="37"
-     inkscape:window-maximized="0"
-     inkscape:current-layer="svg2" />
-  <image
-     width="50"
-     height="50"
-     xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFMAAABOCAYAAABc+ipFAAAABHNCSVQICAgIfAhkiAAAHppJREFU
-eJzlnHlwHdW95z+nu2/fRZLtQCALxmBjsC3p6t6+ixYbcBJCTAEBAsmreknNkBjLLElY81LJm6l6
-NW9SM5lMQSABG2xjsryXl0yFxCwhkG2AYGu7mzaze5MgkxACtqW79HLO/NG61xKWZDlYJm/mV9XV
-2+nfOefbv9/v/H6/c7qFUor5pE2Z76r+rYOQ1Hhg4/1iXiubgTZvvV8VVIG4iKMsh5tSX56fdiil
-5mUbGT2gGtsala7pta2lpVFddfvVamT0gJqveidvD/7yQbV0ydIpbdA1fd7qn7eOLF9xzlGdqG5L
-lyxVv3zyF/MG6Guv7FHHqn8+6tXmRdyPQQdGD3DTxi8xsH/whNuY0ddG1NrLLmbvy/tmLKOH56fb
-Qqn5s5n/+M9fVz9+8CcAXHzlxdTXhTi3bRXfuuVbHBg9QFPzCn746I9pOSt6wmzYp+64Rj129yMA
-fPLWK1mqzgRgx8OPooc1vJJkz/49/75s5mzbyOiBmi1bvuKcE6Zyt912S43nfJqRvyk1X3zGmeIz
-n/00AF5JMvrayAlRj8eeeByAKz51GZesu/Tkew7vhWRWt+og8fX/8rV3LUW/fPIXtcHlZHkLfxOS
-WaWrP3U1AFW7+m7ogV89CEDs0xaLzzjzPfFnjfei0ip97ob/wJ3fumvKtddf3av+bIzx+gsjfHjl
-mbU9MOXaO9V4aXEpAMvMxSep9dPQe6nmI6MHar7fbbfdopavOGdaJ3s2f/GrX/sHNTJ6QPXvG1C6
-pqv+fQPviYorNY9O+1y2n/zop3MGbi5bKhVTr72y5/8vMPv3DailS5aqlpbGWcHRElrtOKklp73+
-zm35inPUV7/2D+8JoO8JiNOpchWgeHta6ZquOlo7aiBqCW3KfnK56vWTHbK+p2DedtstR4HY1nIE
-kFQqVrteTZDE29M1sKplq+XaWtJTwK0+M/naiXK7/mbAHBk9oK66/eoakNWOTpa2yRLW1uID2NHa
-obSEplriRwBNpWI1iWxpaVRJLamWrzinBvBkflXJrpY9Gb7nvPuZd915J4/d/QgHRg8AYKZMANJu
-kgIFVgZW0tSSwEyZWAWLEuPk43kArIIFchynuUSzTKJyvidnJZoxzQD5eJ5FDfWonEG0NUE+nscq
-WKi4ws7YvrcSVwwPvciFq9eesEhrJppXMP/xn7+uvnPPvQA0Na8AoMftIU6cPiNLqjlBuC/MkJYF
-jgC9MrASWXYxmjXqQgtBq6PONCilS4SlgW6b6LZJQoviGiZmykSWoVkma3WX0iXgyLX979/PXXfe
-OZ/dnd+sEcD3N21Td/9wC7YaJ9wXJh/Pk9CiqJwPjinqAJDFccLUUYlAsAhayMCRRQJaBFl2cToc
-tKwioEX88mW3VkdJA+SR5w3XRuUMvFaNwd4c373/XtribSTS1rxGRvOu5tfetEHku3rFHdffysFz
-36bNaCOgRfBaNYxKHbI4juHaoNVRYhxZ9p+LxptxDZNovJlKBLSsorGtrQZizGrlcHgcLeSrfpg6
-DofHAdBtX1qDRejt7uPGzhvEfAMJJwHMKq3/Qqe4/Y6vMF4+SElzfQABtDp02yTZtoIwdbRfYFGJ
-QEb0kXSb6R0oEF8VI6BFCPQ4OB0OjXIlvS/28vHEGp9FCJwOh4ZSHWFp1EDdtO2BeZfGyXRSEx03
-dt4gbrn1VgzXRrdNkOMYbQ7NZjP9DKGFDOwxSdJtZk05RT6ZJ74qhimDVCzfBsZoJp/Mc6EV5+mu
-AulkM0m3GS2raDabqVgljBLce+99xwTy+5u2qab2JpXry58QW3fCwMz15dUX1neqzVvvn7Vh8eYU
-iY42AJIdCbSsQu8IYGUtovFmBswMesKga7iPVi6kQYI3XGStuAg9YdDPEFbWwpZhElaM52QfADIp
-WJA6BS2rWN3x8TlJZDSd5MW+F2ltT3MiAH3XYFYb0VPo4Yfff4gv3/AlHnjg+zM2LJG2xOqVaWLt
-cQazg0STUTgUIGsMQcXkfC2NJsJEk1GKRhkjvBC9I8Az6rfYjiJGM3pHAFn2CJkRrKxFXdq3m4cy
-fyGajBLdsHzWNsdiTWr7Q1vVTRuur12bfPzX0rtOwbW2pwGmgJfL7QSunfGZYsAfRKojsxM6SGva
-wh6rgKERPFREBsN4wNvqj2BDSqUJhaBcXAimQ104BEAl6fC2FiDlpckk+0ipNJ36l2dt8/DQi2zc
-cOOUa21r4sfX8WloXmxmPJWY9X5bvI26ugjReDMNWpiAChM8JHlfcCEcCuCEIhAULByTtMrzCXIK
-q2OtlIsmLHCwygneqhzkbfVHAmYErSihYrJWXARAwGJWFW9qObp9137hxmlKHh/NCcwnn3pC3b/j
-fjVdBHHdhvVHlb+x84Zj2qs37RK2ozhU9lkerNfwxCG0kE66rRmApo7zyafySLNMqeDBahernCCf
-ymPKIIFEHfaYRJhl6k4x8MQhQjoMqP5Z7V9/vldc98Xraudbtm2e0cYO7B9Ud3z9FvXkU08c06Ye
-02nf/uR2tfGyjQAsWbxk2mnSXF9ebX3we7QkV83JOc715dUD2zajiTCBcpGxUJkgpxC3Euwa3EWH
-7QOm5YK0JFehyTA9+d9wftuFPJPN0B6zEH2C3XaG+NpW+nqGkGUPy4zSqz3HrZu/QouIvWuXaPS1
-EXXh6rW1UHim/lfpmDbzG9d/45iVJtKW2Jy25tzIwlAG21GYgRIVgrRZ5/NiYRCplQi1CJRQWH0W
-Kq14IZ8jlk7TZn2cHqeLjzWmwYFdqQwXNVzC/37mWVqSqygM5sk352nNnI+bkZCec3NmpMVnnCn0
-sDZF2l5/da/68DlLpwV0VjV/8qknVPWtAHz1nq+++xYCFdejQUJbe5pQxHfe31Z/BMDKWBRUAZEM
-ETR0Vlq+fQt5DlbGoqwHKAZcrIzFm2Nv0JJchegT0CywMhb5VJ6eQs8JaSfAJz96Ve34wOgBHh18
-asays6r5k089oS6/9Ira+b4De4+a+ZOZYaVyNlq8gtIafKbycO1+JXjkfQUrkly+m0L2RdIO9AWg
-yRsj0JrEK7yKHj8HACsXIZ8o1vZbt26ns3M9Fi+QKQTQ4+fg9GZrz0n7bdo6Lqan69cAaOYiUrFl
-SC2MrkVQxXFkSKBrEexAGb0ij+qrrkXwZJGxT7Sy6OzElD4aulED6eZbvsRdd909rWTOqua/fGTH
-bLfxjIAiJlHueUjjJdBWTnQmSLkUJKjpBNONsLMAa+JghEiWPc7VKzSEDKJGCFFegBrag3AlKt+L
-shYACSxeABIk9FMYye3GykUgASkZBXJgXODvZQKMl7F7u2kjAKbh8+p/Hs8z0HUXYbvIsIf+7POY
-q5fDrldQ9SHEWBlMEyneQuZfQpNRFlyxA3Y8Wevj66/unbMzP6ua133w1Cnnvxr8de1Y9XYrIaM+
-k8EwmuhAq9ShqRDuWAlT8/02R6/gCV9SVZfD7/WX+fzPCsS7C1x+3yaaBp9m664u3HQUnBBCX40Q
-T/t7LYNy32QkbiDSIajEwBqHXAMiHSJTCHBT9l6s7idIZ7aT2D3EjX3dZLLPoeRCTK/MYeXiDBxG
-lgR2vYctF4Fpgt3k76tknYey+uHRP3FodLQG4MArz0/BQARnxva41HzJ4iUAPLvrGf7yn/8bzf+y
-G9XyHCIfw04IglWgzTpoGcfNLsNI7oFMKyJ1kK19L3NTIT9tXXHidG/egJbVEOkQniyiyRLCOJX0
-9d+h977PQb7OB9MOkXl+N6u3bJ6x7Q9c18n6YABR9pB6N5rXTlmOE+x/BZpaUC8PIcbKiAaXivK1
-1ugdgJjkjX/+X/yp+TyuuvBKJo8ZSxYvYcezj8y40GxWybxk3aXik7deWTs/MHqAA6MHOHvJUpoG
-tiBW+ckHkYgQBGzTf3PKeROxS4e2CGKXjohVeI4/80h+eiABChT40pZN0OT5DZsA0g6U+YAq+PWk
-Q2CHkCExK5AA1z+4FUcdRIV0hBNDhXS0gXFUqgTDAwCo1Z6vRXaYslvCibdAv8YjV1xHYpk1Bcgq
-zbZi75hO+3dvv7uWJa/SOgX0a6ghFzcYRxZ6kKKMaYdxx0oIdSFqtQc9RUj7Dvg3t/yOp47h+W3L
-76a3fxcAwjgV5b6JXpHsa12BE67DDpRxFupsf+DBYzUbgO917UbZvr446iBG4mxEBuxEC9hNiEwY
-XTUgxVs05E8jFFQQk2wQ41P4LFm85Jg+JswBzMVnnCn6+4fF4088WmN6ZqIRgMOpMkalgGj17aUU
-b6GrBkj1QqYVI7kH9fwrEKk/JpBVGtbrUcVxH7iwn4U3SqBXJIGDHqYTYqvmzInXVs3Bdt8AQNl1
-uLl9OO3NBLQepPM0iigV09cEEfNQhw30UAzVtJwli5fQ1LyCW776RXY8+8ic1nTOOdFxybpLxZ79
-ewB4e19Oic/eSn1vF6rpPJT7BroZQavUocwkYlcW1nh4u4ro8TYcdXCu1dCX28m1qRimM2E3y4q6
-0EJ0LQLt5+EVCnPmdXp2CK0tBiUIKoFM7kF4SVSmFa2jF7ErSxAdVX8qQozhiQr0vIQA9rjOcUdQ
-f1WiY+FvhlC9Xb5E1p2GNhj2Bx3TQwv2QLoZMZBBa78cp2GcgFg4Z97pxBq0skLKKFriAjDLOLKI
-HfDnM3QtQmNb25x4nZloRNl1EKmnLMfRvHZUn2/DRSYMa9vBNBFjZTy7gqZC6G1RsM6bMqLPlf4q
-MP/4oTq0eIsP6FgZ0WzgMA6EkVGB6g9SXtkC4ncY3RFE2WOD1Tgn3vHkCkSkDi2ZReVstDUXE9Ai
-GJU06ENIGWV1dPWceK1PryWoBMpuJhiwUYZDqR28TBeV2HLoygEl1GoPR/kpPdnbAPIFGl4fPW5c
-jgvMatZo0c8ew3OK/kXTQwbHMcd0POdNyLRCqhezPwzAWKpS69ixaIPVSEyEqKRXIrNJtGSWsizi
-yKIfYakO3GAfG60VfD7xH4/JKyWjyJSH0DK+f2m7RDwPrSOC2R9GpUo4Yhlil45p1gFhtNbD0K/x
-1Ft/Oe559lnBHH1tRA3sH1TLzlqmlp21TF24ei2GbqjA9/8VMfwKWrwFzymibIlocNE6IggGESKJ
-FuxBiCQNDngLbWKex3Of//sZJfSB6zrZtOELCNoIur7rgtdMcCL0U1oDQh4m0LQGleti6/2rufe6
-+2bm1TlJem0X0ytDpN4/daK1dpbEMIAfDdk26rCB1mix/9LPcvaSpRi6oc5duVwtO2uZuv32W2cF
-d0anffuT29U3rv/GtL7WprhFpwgixVuIwvt9f9P0wNb9qKIaQlopKkYRLawwnNOx3TcIuhG2BxV9
-uZ2kE2voy+2ks3M9MRFCTxp4WRej43yU3e1LZ7xC/PqbyW99yAciME6wIvEKBdy2BMPdu9jS9QrJ
-wR6yaxJc55ikVjXCsA6JHOQSCPE0tlyEGTRQXQ6apaHy/dDUAvlMLaRUtvSFpNHi8qHctB7IksVL
-2LTl3mnXzE8L5tWnJ9Sjbw5MYVD97OMzn/00n3nqKayB3WiNFqo+hCbGkKoe7Ca0YA+VpnZM3aXS
-lyXwkQT6QROpRYBzj3QwfWS0liGBJkso7SO4wT7MVS1T2pO45WZy93wH8CVU5WycNgejJ4cX1Agc
-9HAW6kc8AFlCDO9F2c2QyCGGTCrFQwQDNhXHxAwMQqYVLdiDbUWR3UO+jwmoSgRZ6CHbeQMPLwqz
-tG0ZLz37AjsefhSgJlyfvPVKfn7nw1MAPQrMmz/fqTb98KEaiFddcwW333HHlGyR2vYDJW+4Dq3R
-QgayaE4STA/PKaJ1RLAzYNKKSPs+HLZLBYlpnIaz+lzMZ7tRrSbkEsiknJLN0eNxvEIBQRtOm0PQ
-HaD5i99m6DsPUglqBCsSEa5H7vw1pD5BPvtrCtkX6bddmgcL6MkUaQea285DDO+F4hjKaEeYQ9gV
-1x+QDAcxkMG2oug9GbSK78+KBpdyKYjhvU3xiZ+x4IxVU8Aa2D+oJoeY73Tkp4A5sH9QJZYdSfLe
-+/C93HDV0VMQb+/LqUWf24DsApEQKLMOYftRgyP8eFyIJHZ/lkpLjKAMYer+JJqSC3lIjeFlM+SE
-Pzh1dq7HqgR9CU1cgMz9Hj0ex35+gEDTGtpu/By9992PLATR4hXQhxBmO5fF4jMGAw9c18m1qRhu
-TzdmawhRkGCEoDgG/f2+8979KsrUaholVT3CHkcWBhjft5cFixcfxX30tRF19pKltfMf/ctP+Lu/
-v0YcBea5K5eryZ/JuZ47bVMPvfa8qjurBS3eRoVSLcEhgopyKYi3Ok44N4yIrcT2DAIT64l63f/D
-+d/7t2k7f92G9WxushCROlQ8CbueRfvoBajSGPHO6yhsfdB3jbJJ9I4AG9bfxfdyP5geyQnatfFG
-UjKKMIf8C8Uxfx8oQ+ZFaGqD4YlEsq37nklhAKzz0PuGZ5wTmixwTc0r6O/3y04ZzScDWc0QTUuq
-AaclhSz0+LbG1mu3gmvSRJ7NIlYtR/XpNYkcssf4rw9NDyTAg9u289DQAJ4sIgpZtI9egNv1HLIQ
-9FfCDbyEMNtxg31kd/3mmEACbO97Bk32wyG3FoWp/iCKF1G0osI9tZSaXe8PoE68BfIvzcjzFGPR
-lPPDb5dqxzUwj+ej0AWLF4uA6EXIKKoSmYhvw6iKgK6dKDOJCvQj0h5KZSE7xqbBnceMz69/cCv9
-qowni3hdDnrSj3bHyweRMoqyuzEqaQrZF+fUzm353ciUR8UoYjinAyBiFVS2DMl6RCaMrLRhm2Da
-Yd9fNutm5bn4jDPFZEHTw1rNH62BeYqxaIo0xj59jAmyfg07IZCqC2PCgZfCD/lEk/BTcLbr+3RN
-gm353XMCoAqUwlc/TRvENAP+udeMpg3OiU+NcglCWh1CO0gFCX1DaC1tiGwXxM7DphfTBhH0/WXV
-24W4/KJZWV51zRWsSPuZNHNRsDY418BcfMaZYsezj7Bk8RJuvuVLfPf2u2dkVk3lh4IKkY/V0lg+
-hVEvD9Wk0+wPQ8Sdkdc7qS+3E29i3khmk3jSf1GaLB1XkqNKwu1GhfwXG9Lqau1yxIegb6hm7z27
-ghuI4LSk2L90xaw877rrbnHempUsWbyEf/vJj2vXp2SNWs6K1jJDM9HA/kF11ceu5JXWDryeLrRE
-G1BC2RKjPgwUUVEBmYnOpD1QY3PufDqxBtMJocrjOAv7CBxUuIaJME5FB+xAmXhyBcwhpbnBagTT
-wK64mKaBVN1AKwCByn5kcByRDMFAHZodxjQ1VG8Xv+p/nj2hoPof//1bMxqmn9/5sBi9fURNdhmP
-Kzaf7Gdt7RlANS1HFnqwJ6ZSVEWgKgJnAAS92E4UdhYQ3vv8hPIcKKobeLKIs1AncNBDhgSGa/t2
-dEJKm0OROSVO7kmcj3ADmBVQff4gacdKkGlFrfYQ6kKcAZDjb/ihZG8XWqPFo2qMO791F+euXD5r
-q985U3tcYE52WEX83In4vA2jdwA9cCoVaQJhzDEdRSvBvt3Y7SmkFuFK69iLFFLNCRJWE1pWQ69I
-ZMhva6cMoGsRtLLyHfuKZPMNX2FTfHqe6xS8fPMXMYNHFE+kPZwBCEYWIOhFZMJ+uhAmNGqCTLM2
-UO59eR93fP2WEzM7OZluuWljbUHCFae2sDHbJ8TlFyELPYjWjkk2s+TPRqZ6UWYSszuDnf0dnas7
-2BS3ZpTQDVYjd6dWoKkCNHno+VztXk5UUMVxGNbRVAEt6zd7w7Xr2bXxRtYpaE21sk75eYPHr1/P
-2a6iUjyE0t9C7n4G4QYI2K3QtRNiMSrSQ1UE+ngR2duADI6jNfov5zs9367V/fMfPTbn7NGcwXzs
-F78BfP/zZ3/KTY1Jx8qQf4mg5q/O0AMRRIYjgKb8ad7O5jSPb/w71ilYkV7BOuV/hrIpbrE53U6r
-cQFiyESGBIeVP2jp+RwJFYRgPwBOKOEPKt4uGNZJFz0e37Kdna0pHr9+PRs6P4twA1SKhxB6BJVZ
-iGutReW7/ekUW4f+foKuh236bSWtIP8SatkpHN7xY25KfVnc8dXbAT8Wv+sb98wJozl9bTGwf1Bd
-s+5T7H1535R49NDoqIpcdnEt0+LPR9uIBhd12ADTxBEfqoWX9O2GjgQUxxBamLL0Q9DgxDutxuua
-7EemPMglIJFj4zab+ztb0Xt6a2VEuYBaLWvlAX/Udv6M8N6HCukoZydjxIh0dWG0fozKcDdmcg12
-diem7au257yJMF5CEx2oXBFN+oIyOdJZeu7ZvPzCK8ecxpiTZL7+wsi0f2NZsHix0AYn7I3pofp1
-ZCDrO++mhwgW0ewh7Axgu74pcP5Mpd/vfDCyYMIHDHM4AGKXhtAySC2GltF9kHIJDJWhmOv1Exb5
-Q5DIoUJxnKxfviIUynD8KEf4OUvV5SBYQaSrC/3Ci1E9fQTsVipdOzHtag8mpqrzMaTq4k+P/acZ
-MZiLqs9pQq368fx0NDbyr9Sd5afMVMtziIHzqcTGCOKP7lrgI5jmsO8sW2tRA0MUYo0Y2edqPMzY
-as7WgYiLo1cwXR9smfIQvd0kVJB6daoPYu4MyIHt7iKIxnaC9OWe800Bvn3dIAWJVmNi4iyC6nJg
-tYfseppgIILnFNEDYbB1ROAlIIY482I+eNk1Nel7/YWRWvv2vrxvTn9XOO5l2AdGD/DkU0+oanJ0
-wRmrhLz8IiUf/y1aPI7yDhNQ/VSEvzwmaGfBBkyT7OBO2vuHoWfXVKb9w2ywGtkcS2EYp6Pkm+CG
-0DI60mgnJzIIswK7NAi/BoH3E5J13JD//bSR1TZgk7DYEBzGdqKY5jAqW0YPnOpPRwciiGARmQMt
-EUdqA4zfN8CCSTyqv6kAf5wYfW2qTzkd/VUTapMrAhi7zx/9pCqgdYAYOB/DKRIk7CcQTJOsPMw/
-FYZn5Lktv5uthUHcwJ/ANMAo+3lHt9svcMjlcLgMTgjcMltyvbOGqDcV8uTKBwn2DyLscYS6kAol
-NBVCijJeuR+tA2RhAHH5RVNyl6OvjdT+jQR+/D0XyZwTmC1nRacE94/d/cgUG7LgjFVCXH6Rv8qj
-EkGpXbj6IqTq8hMI4i1ywjxmouOmQh5Z8gtVkFR6BsE0SKggKlRHfSZIMRykt9uddalNlf6pMAy2
-jkqBEs9OhI5hROH9uME4Xs8g4vKLGLt325Tnhoamxv+Xfuxjx6wLjkMyN225d8r5l++6dSqjHU8K
-AFnoQTUtJzCQAW0ltllCZIMzLth6J/2gMAx9uwmaJsG2KKr/BXKigiaLkOol3A392uCcVog8JUDV
-h3wVN4PYJkjVhYh5GL0DuK0tOJ+6ekoSeGD/oHqnit+zacucFiTMGcxL1l0qtvxiS+38sbsf4f4d
-Uz+gGt/vzxu5gQhCRkG+QKCvHhktcXxUQsmFsLOA1hTFyh9A5v1ZSs3Sahn6uZAYK6Op9yF7GwhQ
-Vxu5hYwSOP00gtdunALU9+55kKqKLz33bL75zf8557qOawBaf8l68YkDF6tfDf6aD4sPHjVDVx2M
-Ao//FpFoQRU0nNYxjMpLMPvXJDXKiQpSeGimD5jUu8lbSzisPUNDZi0y1Y2VP3rGdCay6z3MMRvV
-kkX0nY+y+hH5GFoHMKFNk+kT6z5BaFGYJS1nTTtlMxvNyyfSnhHwk6XxNj/clFE+ycCcVHNT3GJj
-yPNtL1FserkVh02pAM4AmDZkpet7BcegdQoeifo5BKzzQL6AyMfgitMZu3fbtHM874bm5aMq3XVq
-cbsWb0Fpg6xLRI753DoF690xyhXhRyb0YjhFrPwBDudKBOxWbBOSmjGnrNEVor6WxNAqdf4AqQ2i
-7XhSnGggYZ4/3n+nhF4h1azS2R1rIhFaiMP4pCgFbsRhM4HapJfvdJ/KlvwQX2T6XGl3rImkZiAL
-fqpQDL9SG7nnA0iY50+kddcRorVjQkLbeFQT3Ef9UZmjdQrGrBhJrQHlvDkBZNhfemPWMZLbDUyE
-rbaOVncaytTYaJ1T4zd56441YQ0c8UHF8CsIGWXsvm/PG5DAyfkVj3flOuXqhnJ1Q6nV1pS9TK5R
-nrCUm9Cm7GVyTe34nmSDf64byk01Kk9YymlZqWQyMbGtUTKZUK5uqJLVrlzdUF7HBbU6vSvXqYOj
-u+f97zEnBUylFN7919c6V92clpVHOjzReadl5RRAnZaV6lKhK5lMqHJHovYCqsBWn387vap2XAW2
-CuTJ6uNJA1MpxcGRETVZSl3dOCKR0xxXy9yvLZx6f9J+8ouYfM3VjZMije8ZmNXtD4//9CgpldH0
-EWkyLqwBVu5IqEuFPi3I1XLv5LXn1puVOjxyUoF8z8CcDdR3AubqhrpU6DMCWANZN9QfHv/pSQfw
-bwbM6nZwZERNZ1OrQNXU/J33r1yn/vD4T9XBkZMvhdNt8/6TqL+GXn91r4rob1Ee3ssHTjuDwQ/U
-ndDfj88X/U2C+e+V3tMfOP+/Rv8XosWPKzk30sUAAAAASUVORK5CYII=
-"
-     id="image10"
-     x="0"
-     y="0" />
+     inkscape:window-y="1"
+     inkscape:window-maximized="1"
+     inkscape:current-layer="svg2"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0" />
+  <g
+     id="g4923"
+     transform="matrix(0.18670393,0,0,0.18670393,-1.4547883,-5.7878218)">
+    <g
+       display="none"
+       id="Reference"
+       style="display:none">
+	
+		<image
+   sodipodi:absref="/tmp/Spring_Ladybug_Ref.jpg"
+   id="image4762"
+   transform="matrix(1.5437,0,0,1.5437,3,26.5063)"
+   xlink:href="/tmp/Spring_Ladybug_Ref.jpg"
+   height="286"
+   width="320"
+   overflow="visible"
+   display="inline"
+   style="display:inline;overflow:visible">
+	</image>
+
+</g>
+    <g
+       id="Outline">
+	<g
+   id="Background">
+		<circle
+   id="circle4766"
+   r="175"
+   cy="281"
+   cx="248"
+   sodipodi:cx="248"
+   sodipodi:cy="281"
+   sodipodi:rx="175"
+   sodipodi:ry="175"
+   d="m 423,281 c 0,96.64983 -78.35017,175 -175,175 -96.64983,0 -175,-78.35017 -175,-175 0,-96.64983 78.35017,-175 175,-175 96.64983,0 175,78.35017 175,175 z" />
+
+		<path
+   id="path4768"
+   d="m 76,133 c 0,0 -18,-13 -26,4 1,14 6,40 6,40 l 43,32 16,-25 -30,-19 c 0,0 -6,1 -9,-32 z"
+   inkscape:connector-curvature="0" />
+
+		<path
+   id="path4770"
+   d="m 418,131 c 0,0 18,-13 26,4 -1,14 -6,40 -6,40 l -43,32 -16,-25 30,-19 c 0,0 6,1 9,-32 z"
+   inkscape:connector-curvature="0" />
+
+		<path
+   id="path4772"
+   d="m 477.679,300.13 c 0,0 20.838,-7.669 11.205,-23.801 -12.171,-6.991 -36.529,-17.366 -36.529,-17.366 l -50.562,17.793 11.799,27.235 32.518,-14.271 c -0.001,10e-4 2.521,-5.535 31.569,10.41 z"
+   inkscape:connector-curvature="0" />
+
+		<path
+   id="path4774"
+   d="m 21.54,300.13 c 0,0 -20.838,-7.669 -11.205,-23.801 12.171,-6.991 36.529,-17.366 36.529,-17.366 L 97.426,276.756 85.627,303.991 53.109,289.72 c 0,10e-4 -2.521,-5.535 -31.569,10.41 z"
+   inkscape:connector-curvature="0" />
+
+		<path
+   id="path4776"
+   d="m 112.795,462.58 c 0,0 -16.251,15.131 -26.296,-0.748 -0.743,-14.016 0.997,-40.435 0.997,-40.435 l 38.704,-37.082 18.975,22.825 -27.415,22.571 c 10e-4,10e-4 -6.077,-0.249 -4.965,32.869 z"
+   inkscape:connector-curvature="0" />
+
+		<path
+   id="path4778"
+   d="m 378.695,462.58 c 0,0 16.25,15.131 26.295,-0.748 0.743,-14.016 -0.996,-40.435 -0.996,-40.435 l -38.705,-37.082 -18.975,22.825 27.415,22.571 c 0,10e-4 6.079,-0.249 4.966,32.869 z"
+   inkscape:connector-curvature="0" />
+
+		<path
+   id="path4780"
+   d="m 227,74 c 0,0 -27,26 -37,55 14,7 34,15 34,15 0,0 5,-42 15,-65 -3,-5 -12,-5 -12,-5 z"
+   inkscape:connector-curvature="0" />
+
+		<path
+   id="path4782"
+   d="m 278,66 c 0,0 5,33 4,73 21,3 49,3 49,3 0,0 -24,-37 -41,-83 -7,0 -12,7 -12,7 z"
+   inkscape:connector-curvature="0" />
+
+		<circle
+   id="circle4784"
+   r="20"
+   cy="65"
+   cx="236"
+   sodipodi:cx="236"
+   sodipodi:cy="65"
+   sodipodi:rx="20"
+   sodipodi:ry="20"
+   d="m 256,65 c 0,11.045695 -8.95431,20 -20,20 -11.04569,0 -20,-8.954305 -20,-20 0,-11.045695 8.95431,-20 20,-20 11.04569,0 20,8.954305 20,20 z" />
+
+		<circle
+   id="circle4786"
+   r="20"
+   cy="51"
+   cx="281"
+   sodipodi:cx="281"
+   sodipodi:cy="51"
+   sodipodi:rx="20"
+   sodipodi:ry="20"
+   d="m 301,51 c 0,11.045695 -8.95431,20 -20,20 -11.04569,0 -20,-8.954305 -20,-20 0,-11.045695 8.95431,-20 20,-20 11.04569,0 20,8.954305 20,20 z" />
+
+	</g>
+
+</g>
+    <g
+       id="Art">
+	<g
+   id="Wings">
+		<g
+   id="Left_x5F_Wing">
+			<linearGradient
+   y2="328.5"
+   x2="245"
+   y1="328.5"
+   x1="82.313004"
+   gradientUnits="userSpaceOnUse"
+   id="SVGID_1_">
+				<stop
+   id="stop4792"
+   style="stop-color:#CF2027"
+   offset="0" />
+
+				<stop
+   id="stop4794"
+   style="stop-color:#CF2027"
+   offset="1" />
+
+			</linearGradient>
+
+			<path
+   id="path4796"
+   d="m 245,209 v 239 c 0,0 -88,1 -136,-76 C 61,295 91,227 98,209 c 15,0 147,0 147,0 z"
+   inkscape:connector-curvature="0"
+   style="fill:url(#SVGID_1_)" />
+
+		</g>
+
+		<g
+   id="Right_x5F_Wing">
+			<linearGradient
+   y2="328.5"
+   x2="413"
+   y1="328.5"
+   x1="250.3125"
+   gradientUnits="userSpaceOnUse"
+   id="SVGID_2_">
+				<stop
+   id="stop4800"
+   style="stop-color:#CF2027"
+   offset="0" />
+
+				<stop
+   id="stop4802"
+   style="stop-color:#CF2027"
+   offset="1" />
+
+			</linearGradient>
+
+			<path
+   id="path4804"
+   d="m 250.312,209 v 239 c 0,0 88,1 136,-76 48,-77 18,-145 11,-163 -15,0 -147,0 -147,0 z"
+   inkscape:connector-curvature="0"
+   style="fill:url(#SVGID_2_)" />
+
+		</g>
+
+		<g
+   id="Spots">
+			<circle
+   id="circle4807"
+   r="26.5"
+   cy="251.5"
+   cx="207.5"
+   sodipodi:cx="207.5"
+   sodipodi:cy="251.5"
+   sodipodi:rx="26.5"
+   sodipodi:ry="26.5"
+   d="m 234,251.5 c 0,14.63555 -11.86445,26.5 -26.5,26.5 -14.63555,0 -26.5,-11.86445 -26.5,-26.5 0,-14.63555 11.86445,-26.5 26.5,-26.5 14.63555,0 26.5,11.86445 26.5,26.5 z" />
+
+			<circle
+   id="circle4809"
+   r="14"
+   cy="245"
+   cx="131"
+   sodipodi:cx="131"
+   sodipodi:cy="245"
+   sodipodi:rx="14"
+   sodipodi:ry="14"
+   d="m 145,245 c 0,7.73199 -6.26801,14 -14,14 -7.73199,0 -14,-6.26801 -14,-14 0,-7.73199 6.26801,-14 14,-14 7.73199,0 14,6.26801 14,14 z" />
+
+			<circle
+   id="circle4811"
+   r="20.5"
+   cy="342.5"
+   cx="214.5"
+   sodipodi:cx="214.5"
+   sodipodi:cy="342.5"
+   sodipodi:rx="20.5"
+   sodipodi:ry="20.5"
+   d="m 235,342.5 c 0,11.32184 -9.17816,20.5 -20.5,20.5 -11.32184,0 -20.5,-9.17816 -20.5,-20.5 0,-11.32184 9.17816,-20.5 20.5,-20.5 11.32184,0 20.5,9.17816 20.5,20.5 z" />
+
+			<circle
+   id="circle4813"
+   r="19.5"
+   cy="262.5"
+   cx="331.5"
+   sodipodi:cx="331.5"
+   sodipodi:cy="262.5"
+   sodipodi:rx="19.5"
+   sodipodi:ry="19.5"
+   d="m 351,262.5 c 0,10.76955 -8.73045,19.5 -19.5,19.5 -10.76955,0 -19.5,-8.73045 -19.5,-19.5 0,-10.76955 8.73045,-19.5 19.5,-19.5 10.76955,0 19.5,8.73045 19.5,19.5 z" />
+
+			<circle
+   id="circle4815"
+   r="11"
+   cy="225"
+   cx="376"
+   sodipodi:cx="376"
+   sodipodi:cy="225"
+   sodipodi:rx="11"
+   sodipodi:ry="11"
+   d="m 387,225 c 0,6.07513 -4.92487,11 -11,11 -6.07513,0 -11,-4.92487 -11,-11 0,-6.07513 4.92487,-11 11,-11 6.07513,0 11,4.92487 11,11 z" />
+
+			<circle
+   id="circle4817"
+   r="31"
+   cy="373"
+   cx="311"
+   sodipodi:cx="311"
+   sodipodi:cy="373"
+   sodipodi:rx="31"
+   sodipodi:ry="31"
+   d="m 342,373 c 0,17.12083 -13.87917,31 -31,31 -17.12083,0 -31,-13.87917 -31,-31 0,-17.12083 13.87917,-31 31,-31 17.12083,0 31,13.87917 31,31 z" />
+
+			<circle
+   id="circle4819"
+   r="25.5"
+   cy="322.5"
+   cx="378.5"
+   sodipodi:cx="378.5"
+   sodipodi:cy="322.5"
+   sodipodi:rx="25.5"
+   sodipodi:ry="25.5"
+   d="m 404,322.5 c 0,14.08326 -11.41674,25.5 -25.5,25.5 -14.08326,0 -25.5,-11.41674 -25.5,-25.5 0,-14.08326 11.41674,-25.5 25.5,-25.5 14.08326,0 25.5,11.41674 25.5,25.5 z" />
+
+			<circle
+   id="circle4821"
+   r="28"
+   cy="347"
+   cx="129"
+   sodipodi:cx="129"
+   sodipodi:cy="347"
+   sodipodi:rx="28"
+   sodipodi:ry="28"
+   d="m 157,347 c 0,15.46397 -12.53603,28 -28,28 -15.46397,0 -28,-12.53603 -28,-28 0,-15.46397 12.53603,-28 28,-28 15.46397,0 28,12.53603 28,28 z" />
+
+			<circle
+   id="circle4823"
+   r="15"
+   cy="412"
+   cx="189"
+   sodipodi:cx="189"
+   sodipodi:cy="412"
+   sodipodi:rx="15"
+   sodipodi:ry="15"
+   d="m 204,412 c 0,8.28427 -6.71573,15 -15,15 -8.28427,0 -15,-6.71573 -15,-15 0,-8.28427 6.71573,-15 15,-15 8.28427,0 15,6.71573 15,15 z" />
+
+		</g>
+
+	</g>
+
+</g>
+    <g
+       id="Highlights">
+	<linearGradient
+   y2="357.00049"
+   x2="248.4995"
+   y1="118"
+   x1="248.4995"
+   gradientUnits="userSpaceOnUse"
+   id="SVGID_3_">
+		<stop
+   id="stop4827"
+   style="stop-color:#FDFEFF;stop-opacity:0.41"
+   offset="0" />
+
+		<stop
+   id="stop4829"
+   style="stop-color:#FDFEFF;stop-opacity:0.1"
+   offset="1" />
+
+	</linearGradient>
+
+	<circle
+   id="circle4831"
+   r="119.5"
+   cy="237.5"
+   cx="248.5"
+   sodipodi:cx="248.5"
+   sodipodi:cy="237.5"
+   sodipodi:rx="119.5"
+   sodipodi:ry="119.5"
+   style="fill:url(#SVGID_3_)"
+   d="M 368,237.5 C 368,303.49803 314.49803,357 248.5,357 182.50197,357 129,303.49803 129,237.5 129,171.50197 182.50197,118 248.5,118 314.49803,118 368,171.50197 368,237.5 z" />
+
+	<linearGradient
+   y2="62.5"
+   x2="246"
+   y1="62.5"
+   x1="220"
+   gradientUnits="userSpaceOnUse"
+   id="SVGID_4_">
+		<stop
+   id="stop4834"
+   style="stop-color:#FDFEFF;stop-opacity:0.42"
+   offset="0" />
+
+		<stop
+   id="stop4836"
+   style="stop-color:#FDFEFF;stop-opacity:0.24"
+   offset="1" />
+
+	</linearGradient>
+
+	<ellipse
+   id="ellipse4838"
+   ry="14.5"
+   rx="13"
+   cy="62.5"
+   cx="233"
+   sodipodi:cx="233"
+   sodipodi:cy="62.5"
+   sodipodi:rx="13"
+   sodipodi:ry="14.5"
+   style="fill:url(#SVGID_4_)"
+   d="m 246,62.5 c 0,8.008129 -5.8203,14.5 -13,14.5 -7.1797,0 -13,-6.491871 -13,-14.5 0,-8.008129 5.8203,-14.5 13,-14.5 7.1797,0 13,6.491871 13,14.5 z" />
+
+	<linearGradient
+   y2="49.5"
+   x2="290"
+   y1="49.5"
+   x1="264"
+   gradientUnits="userSpaceOnUse"
+   id="SVGID_5_">
+		<stop
+   id="stop4841"
+   style="stop-color:#FDFEFF;stop-opacity:0.44"
+   offset="0" />
+
+		<stop
+   id="stop4843"
+   style="stop-color:#FDFEFF;stop-opacity:0.24"
+   offset="1" />
+
+	</linearGradient>
+
+	<ellipse
+   id="ellipse4845"
+   ry="14.5"
+   rx="13"
+   cy="49.5"
+   cx="277"
+   sodipodi:cx="277"
+   sodipodi:cy="49.5"
+   sodipodi:rx="13"
+   sodipodi:ry="14.5"
+   style="fill:url(#SVGID_5_)"
+   d="m 290,49.5 c 0,8.008129 -5.8203,14.5 -13,14.5 -7.1797,0 -13,-6.491871 -13,-14.5 0,-8.008129 5.8203,-14.5 13,-14.5 7.1797,0 13,6.491871 13,14.5 z" />
+
+	<linearGradient
+   y2="92.5"
+   x2="298"
+   y1="92.5"
+   x1="281"
+   gradientUnits="userSpaceOnUse"
+   id="SVGID_6_">
+		<stop
+   id="stop4848"
+   style="stop-color:#FDFEFF;stop-opacity:0.24"
+   offset="0" />
+
+		<stop
+   id="stop4850"
+   style="stop-color:#FDFEFF;stop-opacity:0.24"
+   offset="1" />
+
+	</linearGradient>
+
+	<polygon
+   id="polygon4852"
+   points="287,111 298,115 285,70 281,71 "
+   style="fill:url(#SVGID_6_)" />
+
+	<linearGradient
+   y2="96"
+   x2="228.5"
+   y1="96"
+   x1="201.5"
+   gradientUnits="userSpaceOnUse"
+   id="SVGID_7_">
+		<stop
+   id="stop4855"
+   style="stop-color:#FDFEFF;stop-opacity:0.24"
+   offset="0" />
+
+		<stop
+   id="stop4857"
+   style="stop-color:#FDFEFF;stop-opacity:0.24"
+   offset="1" />
+
+	</linearGradient>
+
+	<path
+   id="path4859"
+   d="m 224.5,80 c 0,0 -12,9 -23,32 6.5,-1 9,-1 14,-2 4,-15 13,-29 13,-29 l -4,-1 z"
+   inkscape:connector-curvature="0"
+   style="fill:url(#SVGID_7_)" />
+
+	<linearGradient
+   y2="159"
+   x2="431"
+   y1="159"
+   x1="392"
+   gradientUnits="userSpaceOnUse"
+   id="SVGID_8_">
+		<stop
+   id="stop4862"
+   style="stop-color:#FDFEFF;stop-opacity:0.24"
+   offset="0" />
+
+		<stop
+   id="stop4864"
+   style="stop-color:#FDFEFF;stop-opacity:0.24"
+   offset="1" />
+
+	</linearGradient>
+
+	<path
+   id="path4866"
+   d="m 392,181 23,-15 c 0,0 7,-18 7,-32 9,-3 9,-3 9,-3 l -8,39 -27,17 -4,-6 z"
+   inkscape:connector-curvature="0"
+   style="fill:url(#SVGID_8_)" />
+
+	<linearGradient
+   y2="167.3398"
+   x2="98"
+   y1="167.3398"
+   x1="54"
+   gradientUnits="userSpaceOnUse"
+   id="SVGID_9_">
+		<stop
+   id="stop4869"
+   style="stop-color:#FDFEFF;stop-opacity:0.24"
+   offset="0" />
+
+		<stop
+   id="stop4871"
+   style="stop-color:#FDFEFF;stop-opacity:0.24"
+   offset="1" />
+
+	</linearGradient>
+
+	<path
+   id="path4873"
+   d="m 54,139 6,35 34,26 4,-6 -32,-24 -6,-35 c 0,0 -3,-2 -6,4 z"
+   inkscape:connector-curvature="0"
+   style="fill:url(#SVGID_9_)" />
+
+	<linearGradient
+   y2="431.25"
+   x2="122"
+   y1="431.25"
+   x1="89"
+   gradientUnits="userSpaceOnUse"
+   id="SVGID_10_">
+		<stop
+   id="stop4876"
+   style="stop-color:#FDFEFF;stop-opacity:0.24"
+   offset="0" />
+
+		<stop
+   id="stop4878"
+   style="stop-color:#FDFEFF;stop-opacity:0.24"
+   offset="1" />
+
+	</linearGradient>
+
+	<path
+   id="path4880"
+   d="M 116,398.5 89.667,423.001 89,459.5 c 0,0 4,4.5 8,4.5 0,-23 0,-37.5 0,-37.5 l 25,-22 -6,-6 z"
+   inkscape:connector-curvature="0"
+   style="fill:url(#SVGID_10_)" />
+
+	<linearGradient
+   y2="279.75"
+   x2="46.5"
+   y1="279.75"
+   x1="10.6938"
+   gradientUnits="userSpaceOnUse"
+   id="SVGID_11_">
+		<stop
+   id="stop4883"
+   style="stop-color:#FDFEFF;stop-opacity:0.24"
+   offset="0" />
+
+		<stop
+   id="stop4885"
+   style="stop-color:#FDFEFF;stop-opacity:0.24"
+   offset="1" />
+
+	</linearGradient>
+
+	<path
+   id="path4887"
+   d="m 46.5,262.5 -34.5,17 c 0,0 -6.5,7 9.5,17.5 3.5,-2.5 7.5,-4 7.5,-4 0,0 -24,-9.5 17.5,-30.5 z"
+   inkscape:connector-curvature="0"
+   style="fill:url(#SVGID_11_)" />
+
+	<linearGradient
+   y2="435.92679"
+   x2="392.58011"
+   y1="435.92679"
+   x1="361.5"
+   gradientUnits="userSpaceOnUse"
+   id="SVGID_12_">
+		<stop
+   id="stop4890"
+   style="stop-color:#FDFEFF;stop-opacity:0.24"
+   offset="0" />
+
+		<stop
+   id="stop4892"
+   style="stop-color:#FDFEFF;stop-opacity:0.24"
+   offset="1" />
+
+	</linearGradient>
+
+	<path
+   id="path4894"
+   d="m 361.5,414 18,13.5 c 0,0 4.5,22 3,32 1.5,3 8,6.5 10,4 0.5,-8.5 -1.5,-40 -1.5,-40 l -22.5,-16 -7,6.5 z"
+   inkscape:connector-curvature="0"
+   style="fill:url(#SVGID_12_)" />
+
+	<linearGradient
+   y2="327.5"
+   x2="333"
+   y1="327.5"
+   x1="255"
+   gradientUnits="userSpaceOnUse"
+   id="SVGID_13_">
+		<stop
+   id="stop4897"
+   style="stop-color:#FDFEFF;stop-opacity:0.44"
+   offset="0" />
+
+		<stop
+   id="stop4899"
+   style="stop-color:#FDFEFF;stop-opacity:0.24"
+   offset="1" />
+
+	</linearGradient>
+
+	<path
+   id="path4901"
+   d="M 255,440 V 215 h 78 c 0,0 -71,10 -78,225 z"
+   inkscape:connector-curvature="0"
+   style="fill:url(#SVGID_13_)" />
+
+	<linearGradient
+   y2="317"
+   x2="161"
+   y1="317"
+   x1="87.580101"
+   gradientUnits="userSpaceOnUse"
+   id="SVGID_14_">
+		<stop
+   id="stop4904"
+   style="stop-color:#FDFEFF;stop-opacity:0.44"
+   offset="0" />
+
+		<stop
+   id="stop4906"
+   style="stop-color:#FDFEFF;stop-opacity:0.24"
+   offset="1" />
+
+	</linearGradient>
+
+	<path
+   id="path4908"
+   d="m 100,215 c 0,0 -19,46 -10,100 9,54 46,87 71,104 -14,-36 -75,-117 -8,-204 -25,0 -53,0 -53,0 z"
+   inkscape:connector-curvature="0"
+   style="fill:url(#SVGID_14_)" />
+
+	<linearGradient
+   y2="167.0005"
+   x2="174"
+   y1="167.0005"
+   x1="104.6665"
+   gradientUnits="userSpaceOnUse"
+   id="SVGID_15_">
+		<stop
+   id="stop4911"
+   style="stop-color:#FDFEFF;stop-opacity:0.44"
+   offset="0" />
+
+		<stop
+   id="stop4913"
+   style="stop-color:#FDFEFF;stop-opacity:0.24"
+   offset="1" />
+
+	</linearGradient>
+
+	<path
+   id="path4915"
+   d="M 104.667,202.334 H 158 c 0,0 -33.333,-27.334 16,-70.667 -17.333,9.333 -50.333,30 -69.333,70.667 z"
+   inkscape:connector-curvature="0"
+   style="fill:url(#SVGID_15_)" />
+
+</g>
+  </g>
 </svg>
diff --git a/src/braille_alphabets-activity/resources/braille_alphabets/braille_tux.svgz b/src/braille_alphabets-activity/resources/braille_alphabets/braille_tux.svgz
index cc4e7af..1ca23ab 100644
Binary files a/src/braille_alphabets-activity/resources/braille_alphabets/braille_tux.svgz and b/src/braille_alphabets-activity/resources/braille_alphabets/braille_tux.svgz differ
diff --git a/src/braille_fun-activity/braille_fun.py b/src/braille_fun-activity/braille_fun.py
index 56cddcd..747bdc0 100644
--- a/src/braille_fun-activity/braille_fun.py
+++ b/src/braille_fun-activity/braille_fun.py
@@ -81,6 +81,8 @@ class Gcompris_braille_fun:
     gcompris.bar_set_level(self.gcomprisBoard)
 
     #REPEAT ICON
+    pixmap = gcompris.utils.load_svg("braille_alphabets/target.svg")
+    gcompris.bar_set_repeat_icon(pixmap)
     gcompris.bar_set(gcompris.BAR_LEVEL|gcompris.BAR_REPEAT_ICON)
     gcompris.bar_location(300,-1,0.7)
 
@@ -95,6 +97,12 @@ class Gcompris_braille_fun:
     self.verticalTextRoot = goocanvas.Group(parent =
                                     self.gcomprisBoard.canvas.get_root_item())
 
+    # The root item for the help
+    self.map_rootitem = \
+        goocanvas.Group( parent = self.gcomprisBoard.canvas.get_root_item() )
+    BrailleMap(self.map_rootitem, self.move_back)
+    self.map_rootitem.props.visibility = goocanvas.ITEM_INVISIBLE
+
     #Display the sublevel
     gcompris.score.start(gcompris.score.STYLE_NOTE, 530, 460,
                          self.gcomprisBoard.number_of_sublevel)
@@ -106,6 +114,10 @@ class Gcompris_braille_fun:
 
     self.display_game(self.gcomprisBoard.level)
 
+  def move_back(self,event,target,item):
+    self.map_rootitem.props.visibility = goocanvas.ITEM_INVISIBLE
+    self.mapActive = False
+
   def display_game(self, level):
       #SVG Handle for TUX Plane
       svghandle = gcompris.utils.load_svg("braille_fun/plane.svg")
@@ -248,6 +260,7 @@ class Gcompris_braille_fun:
   def end(self):
     # Remove the root item removes all the others inside it
     self.root.remove()
+    self.map_rootitem.remove()
     self.horizontalTextRoot.remove()
     self.verticalTextRoot.remove()
 
@@ -255,24 +268,14 @@ class Gcompris_braille_fun:
     print("braille_fun ok.")
 
   def repeat(self):
-    if(self.mapActive):
-          self.rootitem.props.visibility = goocanvas.ITEM_INVISIBLE
-          gcompris.set_background(self.gcomprisBoard.canvas.get_root_item(),
-                            "braille_fun/hillside.svg")
-          self.root.props.visibility = goocanvas.ITEM_VISIBLE
-          self.horizontalTextRoot.props.visibility = goocanvas.ITEM_VISIBLE
-          self.verticalTextRoot.props.visibility = goocanvas.ITEM_VISIBLE
+      if(self.mapActive):
+          self.map_rootitem.props.visibility = goocanvas.ITEM_INVISIBLE
           self.mapActive = False
-    else :
-          self.root.props.visibility = goocanvas.ITEM_INVISIBLE
-          self.horizontalTextRoot.props.visibility = goocanvas.ITEM_INVISIBLE
-          self.verticalTextRoot.props.visibility = goocanvas.ITEM_INVISIBLE
-          self.rootitem = goocanvas.Group(parent=
-                                   self.gcomprisBoard.canvas.get_root_item())
-          gcompris.set_default_background(self.gcomprisBoard.canvas.get_root_item())
-          map_obj = BrailleMap(self.rootitem, COLOR_ON, COLOR_OFF, CIRCLE_FILL, CIRCLE_STROKE)
+      else :
+          self.map_rootitem.props.visibility = goocanvas.ITEM_VISIBLE
           self.mapActive = True
 
+
   def config(self):
     print("braille_fun config.")
 
diff --git a/src/braille_fun-activity/braille_fun.svg b/src/braille_fun-activity/braille_fun.svg
index f0565b2..df6f45e 100644
--- a/src/braille_fun-activity/braille_fun.svg
+++ b/src/braille_fun-activity/braille_fun.svg
@@ -1,4 +1,6 @@
 <?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#";
@@ -7,1546 +9,505 @@
    xmlns="http://www.w3.org/2000/svg";
    xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd";
    xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape";
-   version="1.0"
-   width="264"
-   height="125"
-   viewBox="0 0 211.2 100"
-   preserveAspectRatio="xMidYMid meet"
-   id="svg2"
-   inkscape:version="0.48.0 r9654"
+   width="100.44386"
+   height="96.218117"
+   id="svg4342"
+   version="1.1"
+   inkscape:version="0.48.1 r9760"
    sodipodi:docname="braille_fun.svg">
   <defs
-     id="defs12" />
+     id="defs4344" />
   <sodipodi:namedview
+     id="base"
      pagecolor="#ffffff"
      bordercolor="#666666"
-     borderopacity="1"
-     objecttolerance="10"
-     gridtolerance="10"
-     guidetolerance="10"
-     inkscape:pageopacity="0"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
      inkscape:pageshadow="2"
-     inkscape:window-width="515"
-     inkscape:window-height="459"
-     id="namedview10"
+     inkscape:zoom="1.29279"
+     inkscape:cx="159.74602"
+     inkscape:cy="37.511752"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
      showgrid="false"
-     inkscape:zoom="0.43102725"
-     inkscape:cx="292.5"
-     inkscape:cy="250.5642"
+     inkscape:window-width="1024"
+     inkscape:window-height="578"
      inkscape:window-x="0"
-     inkscape:window-y="37"
-     inkscape:window-maximized="0"
-     inkscape:current-layer="svg2" />
+     inkscape:window-y="1"
+     inkscape:window-maximized="1"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0" />
   <metadata
-     id="metadata4">
-Created by potrace 1.8, written by Peter Selinger 2001-2007
-<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>
+     id="metadata4347">
+    <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
-     transform="matrix(0.01504841,0,0,-0.01849998,2.5407413,47.720689)"
-     id="g6"
-     style="fill:#000000;stroke:none">
-    <path
-       d="M 1230,2304 C 816,2253 549,2154 353,1976 127,1771 -6,1403 29,1074 83,564 379,229 894,100 c 359,-90 718,-52 984,104 102,60 230,182 280,268 67,113 116,310 93,371 -10,27 -14,28 -67,25 -38,-2 -59,-8 -64,-18 -4,-8 -15,-53 -23,-100 -38,-198 -170,-371 -354,-463 -130,-64 -215,-82 -393,-82 -176,1 -280,23 -415,90 -315,156 -440,437 -422,955 12,341 80,538 237,683 150,139 367,217 602,217 354,0 634,-228 718,-585 12,-49 29,-98 37,-107 23,-26 106,-25 133,2 19,19 20,33 20,404 0,228 -4,395 -10,411 -24,62 -67,46 -199,-75 -60,-55 -115,-100 -122,-100 -7,0 -39,18 -71,41 -133,93 -328,157 -498,164 -52,2 -111,1 -130,-1 z"
-       id="path8"
-       inkscape:connector-curvature="0" />
-  </g>
-  <g
-     id="PLANE"
-     inkscape:label="#TUX_PLANE"
-     transform="matrix(0.99740217,0,0,1.0215358,-17.943257,-23.96819)">
+     inkscape:label="Calque 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-458.75104,-715.79673)">
     <g
+       transform="matrix(0.01881051,0,0,-0.02312497,385.51728,719.50036)"
+       id="g6"
+       style="fill:#000000;stroke:none" />
+    <g
+       id="PLANE"
        inkscape:label="#TUX_PLANE"
-       style="display:inline"
-       id="g10754-5-7"
-       transform="matrix(0.35758416,6.4162282e-4,-4.2362776e-4,0.54159377,-213.70504,-119.07911)">
+       transform="matrix(0.92803827,0,0,0.63391092,183.48797,685.151)">
       <g
-         id="g10722-9-5"
-         transform="translate(0,4.0000024)">
+         inkscape:label="#TUX_PLANE"
+         style="display:inline"
+         id="g10754-5-7"
+         transform="matrix(0.35758416,6.4162282e-4,-4.2362776e-4,0.54159377,-37.232732,-98.184728)">
         <g
-           style="display:inline;enable-background:new"
-           id="SHOWER_ON-5-5"
-           transform="matrix(1.7752943,0,0,1.7752943,-469.15878,-292.30871)">
-          <path
-             style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.4664501;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
-             id="path6801-9-5-4"
-             d="m 886.91992,337.61826 c 0.25214,-0.008 -0.38322,3.9242 -0.1069,3.76401 1.36035,-0.78869 1.96018,5.92149 2.15452,4.97507 0.19433,-0.94642 1.46324,-13.56652 -2.99953,-11.18594 l -0.77704,1.57826 c 0,0 0.73978,0.90146 1.72895,0.8686 z"
-             inkscape:connector-curvature="0" />
-          <g
-             style="fill:#ff7f2a;fill-opacity:1;stroke:#aa4400;stroke-width:2.89462686;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
-             id="g6791-3-0"
-             transform="matrix(0.1747013,0,0,0.1486377,855.43291,319.07474)">
-            <rect
-               style="fill:#ff7f2a;fill-opacity:1;fill-rule:evenodd;stroke:#aa4400;stroke-width:2.89462686;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
-               id="rect6793-2-5"
-               y="189.19467"
-               x="119.38962"
-               height="13.131983"
-               width="8.0812206" />
-            <rect
-               style="fill:#ff7f2a;fill-opacity:1;fill-rule:evenodd;stroke:#aa4400;stroke-width:2.89462686;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
-               id="rect6795-8-2"
-               y="188.68959"
-               x="140.83061"
-               height="13.131983"
-               width="8.0812206" />
-            <path
-               style="fill:#ff7f2a;fill-opacity:1;fill-rule:evenodd;stroke:#aa4400;stroke-width:2.89462686;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
-               id="path6797-5-7"
-               d="m 119.5131,200.49794 c 0,0 8.11085,-0.52281 8.67684,1.12017 0.56602,1.64299 1.9183,4.2061 3.63772,5.56444 1.71942,1.35834 -6.78803,2.54625 -11.51958,1.52611 -4.73155,-1.02014 -7.59683,-1.16385 -11.15997,-0.60865 -3.56311,0.5552 -10.005972,2.28701 -13.760456,0.92445 -3.754491,-1.36256 1.505485,-3.34939 -5.400478,-2.96186 -6.905961,0.38755 -14.495295,0.15369 -13.62114,-0.48743 0.874157,-0.64115 27.512834,-5.9592 43.147064,-5.07723 z"
-               inkscape:connector-curvature="0" />
-            <path
-               style="fill:#ff7f2a;fill-opacity:1;fill-rule:evenodd;stroke:#aa4400;stroke-width:2.89462686;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
-               id="path6799-2-3"
-               d="m 148.60842,200.49794 c 0,0 -8.11083,-0.52281 -8.67682,1.12017 -0.56601,1.64299 -1.9183,4.2061 -3.63772,5.56444 -1.71942,1.35834 6.78803,2.54625 11.51957,1.52611 4.73156,-1.02014 7.59685,-1.16385 11.15997,-0.60865 3.56312,0.5552 10.00598,2.28701 13.76046,0.92445 3.7545,-1.36256 -1.50548,-3.34939 5.40047,-2.96186 6.90597,0.38755 14.49531,0.15369 13.62115,-0.48743 -0.87416,-0.64115 -27.51283,-5.9592 -43.14708,-5.07723 z"
-               inkscape:connector-curvature="0" />
-          </g>
-          <path
-             style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.4664501;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
-             id="path6801-3-0"
-             d="m 870.65392,337.61826 c -0.25214,-0.008 0.38322,3.9242 0.1069,3.76401 -1.36035,-0.78869 -1.96018,5.92149 -2.15452,4.97507 -0.19433,-0.94642 -1.46324,-13.56652 2.99953,-11.18594 l 0.77704,1.57826 c 0,0 -0.73978,0.90146 -1.72895,0.8686 z"
-             inkscape:connector-curvature="0" />
-          <path
-             style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.4664501;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
-             id="path6803-6-5"
-             d="m 878.8535,320.64299 c -4.80964,0 -8.71347,4.26451 -8.71347,9.51852 0,1.08733 0.16788,2.13219 0.47568,3.1057 -0.90288,1.5836 -1.42336,3.44699 -1.42336,5.44069 0,5.7475 4.32816,10.41142 9.66115,10.41142 5.333,0 9.66116,-4.66392 9.66116,-10.41142 0,-1.9937 -0.52048,-3.85709 -1.42336,-5.44069 0.3078,-0.97351 0.47568,-2.01837 0.47568,-3.1057 0,-5.25401 -3.90384,-9.51852 -8.71348,-9.51852 z"
-             inkscape:connector-curvature="0" />
-          <path
-             style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.4664501;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
-             id="path6805-8-7"
-             d="m 885.91454,329.57849 c 2.1e-4,3.05576 -2.03488,5.53308 -4.54537,5.53308 -2.51048,0 -4.54557,-2.47732 -4.54536,-5.53308 -2.1e-4,-3.05576 2.03488,-5.53308 4.54536,-5.53308 2.51049,0 4.54558,2.47732 4.54537,5.53308 l 0,0 z"
-             inkscape:connector-curvature="0" />
-          <path
-             style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.46645004;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
-             id="path6807-7-5"
-             d="m 880.74787,329.57849 c 2.1e-4,3.05652 -1.97429,5.53446 -4.41004,5.53446 -2.43574,0 -4.41025,-2.47794 -4.41004,-5.53446 -2.1e-4,-3.05652 1.9743,-5.53446 4.41004,-5.53446 2.43575,0 4.41025,2.47794 4.41004,5.53446 l 0,0 z"
-             inkscape:connector-curvature="0" />
-          <path
-             style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.42729312;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
-             id="path6809-8-9"
-             d="m 885.50954,340.5603 c 0,5.0033 -2.9819,7.18744 -6.65604,7.18744 -3.67413,0 -6.65604,-2.18414 -6.65604,-7.18744 0,-5.0033 2.98191,-9.06395 6.65604,-9.06395 3.67414,0 6.65604,4.06065 6.65604,9.06395 z"
-             inkscape:connector-curvature="0" />
-          <g
-             style="stroke-width:1.74461734;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
-             id="g6811-8-3"
-             transform="matrix(0.1875939,0,0,0.1886297,835.45641,339.88306)">
-            <path
-               style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:83.68009186;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
-               id="path6813-0-7"
-               transform="matrix(0.03338411,0,0,0.03338411,213.86605,-64.483747)"
-               d="m 485.71428,129.50504 c 0.0129,149.91495 -121.51361,271.45186 -271.42856,271.45186 -149.914952,0 -271.441427,-121.53691 -271.428558,-271.45186 -0.01287,-149.914953 121.513606,-271.45186 271.428558,-271.45186 149.91495,0 271.44143,121.536907 271.42856,271.45186 l 0,0 z"
-               inkscape:connector-curvature="0" />
-            <path
-               style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:211.59298706;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
-               id="path6815-7-6"
-               transform="matrix(0.01320264,0,0,0.01320264,222.55121,-67.051323)"
-               d="m 485.71428,129.50504 c 0.0129,149.91495 -121.51361,271.45186 -271.42856,271.45186 -149.914952,0 -271.441427,-121.53691 -271.428558,-271.45186 -0.01287,-149.914953 121.513606,-271.45186 271.428558,-271.45186 149.91495,0 271.44143,121.536907 271.42856,271.45186 l 0,0 z"
-               inkscape:connector-curvature="0" />
-          </g>
+           id="g10722-9-5"
+           transform="translate(0,4.0000024)">
           <g
-             style="fill:#ff6600;fill-opacity:1;stroke:#803300;stroke-width:8.65219402;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
-             id="g6817-7-5"
-             transform="matrix(0.03676479,0,0,0.03296609,895.82635,317.30877)">
+             style="display:inline;enable-background:new"
+             id="SHOWER_ON-5-5"
+             transform="matrix(1.7752943,0,0,1.7752943,-469.15878,-292.30871)">
             <path
-               style="fill:#ff7f2a;fill-rule:evenodd;stroke-width:12.71111393;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
-               id="path6819-7-6"
-               d="m -461.66042,402.2523 c 26.85317,0 113.18037,48.33587 113.18037,48.33587 0,0 -66.35922,58.70882 -112.64192,58.90466 -46.07394,0 -113.71882,-58.90466 -113.71882,-58.90466 0,0 86.31008,-48.33587 113.18037,-48.33587 z"
+               style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.4664501;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+               id="path6801-9-5-4"
+               d="m 886.91992,337.61826 c 0.25214,-0.008 -0.38322,3.9242 -0.1069,3.76401 1.36035,-0.78869 1.96018,5.92149 2.15452,4.97507 0.19433,-0.94642 1.46324,-13.56652 -2.99953,-11.18594 l -0.77704,1.57826 c 0,0 0.73978,0.90146 1.72895,0.8686 z"
                inkscape:connector-curvature="0" />
-            <path
-               style="fill:#ff7f2a;fill-opacity:1;fill-rule:evenodd;stroke:#803300;stroke-width:12.71111393;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
-               id="path6821-6-4"
-               d="m -574.73196,450.41599 112.64192,34.50561 113.50116,-34.50561"
+            <g
+               style="fill:#ff7f2a;fill-opacity:1;stroke:#aa4400;stroke-width:2.89462686;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
+               id="g6791-3-0"
+               transform="matrix(0.1747013,0,0,0.1486377,855.43291,319.07474)">
+              <rect
+                 style="fill:#ff7f2a;fill-opacity:1;fill-rule:evenodd;stroke:#aa4400;stroke-width:2.89462686;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+                 id="rect6793-2-5"
+                 y="189.19467"
+                 x="119.38962"
+                 height="13.131983"
+                 width="8.0812206" />
+              <rect
+                 style="fill:#ff7f2a;fill-opacity:1;fill-rule:evenodd;stroke:#aa4400;stroke-width:2.89462686;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+                 id="rect6795-8-2"
+                 y="188.68959"
+                 x="140.83061"
+                 height="13.131983"
+                 width="8.0812206" />
+              <path
+                 style="fill:#ff7f2a;fill-opacity:1;fill-rule:evenodd;stroke:#aa4400;stroke-width:2.89462686;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+                 id="path6797-5-7"
+                 d="m 119.5131,200.49794 c 0,0 8.11085,-0.52281 8.67684,1.12017 0.56602,1.64299 1.9183,4.2061 3.63772,5.56444 1.71942,1.35834 -6.78803,2.54625 -11.51958,1.52611 -4.73155,-1.02014 -7.59683,-1.16385 -11.15997,-0.60865 -3.56311,0.5552 -10.005972,2.28701 -13.760456,0.92445 -3.754491,-1.36256 1.505485,-3.34939 -5.400478,-2.96186 -6.905961,0.38755 -14.495295,0.15369 -13.62114,-0.48743 0.874157,-0.64115 27.512834,-5.9592 43.147064,-5.07723 z"
+                 inkscape:connector-curvature="0" />
+              <path
+                 style="fill:#ff7f2a;fill-opacity:1;fill-rule:evenodd;stroke:#aa4400;stroke-width:2.89462686;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+                 id="path6799-2-3"
+                 d="m 148.60842,200.49794 c 0,0 -8.11083,-0.52281 -8.67682,1.12017 -0.56601,1.64299 -1.9183,4.2061 -3.63772,5.56444 -1.71942,1.35834 6.78803,2.54625 11.51957,1.52611 4.73156,-1.02014 7.59685,-1.16385 11.15997,-0.60865 3.56312,0.5552 10.00598,2.28701 13.76046,0.92445 3.7545,-1.36256 -1.50548,-3.34939 5.40047,-2.96186 6.90597,0.38755 14.49531,0.15369 13.62115,-0.48743 -0.87416,-0.64115 -27.51283,-5.9592 -43.14708,-5.07723 z"
+                 inkscape:connector-curvature="0" />
+            </g>
+            <path
+               style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.4664501;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+               id="path6801-3-0"
+               d="m 870.65392,337.61826 c -0.25214,-0.008 0.38322,3.9242 0.1069,3.76401 -1.36035,-0.78869 -1.96018,5.92149 -2.15452,4.97507 -0.19433,-0.94642 -1.46324,-13.56652 2.99953,-11.18594 l 0.77704,1.57826 c 0,0 -0.73978,0.90146 -1.72895,0.8686 z"
                inkscape:connector-curvature="0" />
             <path
-               style="fill:#803300;fill-opacity:1;fill-rule:nonzero;stroke:none"
-               id="path6823-3-8"
-               transform="matrix(7.1663567,2.838336,-2.7400776,7.4233401,22.879161,-2397.9053)"
-               d="m 67.25,354.54968 c 0,0.72487 -0.195875,1.3125 -0.4375,1.3125 -0.241625,0 -0.4375,-0.58763 -0.4375,-1.3125 0,-0.72487 0.195875,-1.3125 0.4375,-1.3125 0.241625,0 0.4375,0.58763 0.4375,1.3125 z"
+               style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.4664501;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+               id="path6803-6-5"
+               d="m 878.8535,320.64299 c -4.80964,0 -8.71347,4.26451 -8.71347,9.51852 0,1.08733 0.16788,2.13219 0.47568,3.1057 -0.90288,1.5836 -1.42336,3.44699 -1.42336,5.44069 0,5.7475 4.32816,10.41142 9.66115,10.41142 5.333,0 9.66116,-4.66392 9.66116,-10.41142 0,-1.9937 -0.52048,-3.85709 -1.42336,-5.44069 0.3078,-0.97351 0.47568,-2.01837 0.47568,-3.1057 0,-5.25401 -3.90384,-9.51852 -8.71348,-9.51852 z"
                inkscape:connector-curvature="0" />
             <path
-               style="fill:#803300;fill-opacity:1;fill-rule:nonzero;stroke:none"
-               id="path6825-4-5"
-               transform="matrix(-7.1663567,2.838336,2.7400776,7.4233401,-947.15905,-2397.9053)"
-               d="m 67.25,354.54968 c 0,0.72487 -0.195875,1.3125 -0.4375,1.3125 -0.241625,0 -0.4375,-0.58763 -0.4375,-1.3125 0,-0.72487 0.195875,-1.3125 0.4375,-1.3125 0.241625,0 0.4375,0.58763 0.4375,1.3125 z"
+               style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.4664501;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+               id="path6805-8-7"
+               d="m 885.91454,329.57849 c 2.1e-4,3.05576 -2.03488,5.53308 -4.54537,5.53308 -2.51048,0 -4.54557,-2.47732 -4.54536,-5.53308 -2.1e-4,-3.05576 2.03488,-5.53308 4.54536,-5.53308 2.51049,0 4.54558,2.47732 4.54537,5.53308 l 0,0 z"
                inkscape:connector-curvature="0" />
-          </g>
-          <g
-             style="stroke-width:2.54848862;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
-             id="g6827-3-3"
-             transform="matrix(0.128421,0,0,0.1291301,852.40506,336.55036)">
             <path
-               style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:122.23755646;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
-               id="path6829-6-5"
-               transform="matrix(0.03338411,0,0,0.03338411,213.86605,-64.483747)"
-               d="m 485.71428,129.50504 c 0.0129,149.91495 -121.51361,271.45186 -271.42856,271.45186 -149.914952,0 -271.441427,-121.53691 -271.428558,-271.45186 -0.01287,-149.914953 121.513606,-271.45186 271.428558,-271.45186 149.91495,0 271.44143,121.536907 271.42856,271.45186 l 0,0 z"
+               style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.46645004;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+               id="path6807-7-5"
+               d="m 880.74787,329.57849 c 2.1e-4,3.05652 -1.97429,5.53446 -4.41004,5.53446 -2.43574,0 -4.41025,-2.47794 -4.41004,-5.53446 -2.1e-4,-3.05652 1.9743,-5.53446 4.41004,-5.53446 2.43575,0 4.41025,2.47794 4.41004,5.53446 l 0,0 z"
                inkscape:connector-curvature="0" />
             <path
-               style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:309.08917236;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
-               id="path6831-2-1"
-               transform="matrix(0.01320264,0,0,0.01320264,222.55121,-67.051323)"
-               d="m 485.71428,129.50504 c 0.0129,149.91495 -121.51361,271.45186 -271.42856,271.45186 -149.914952,0 -271.441427,-121.53691 -271.428558,-271.45186 -0.01287,-149.914953 121.513606,-271.45186 271.428558,-271.45186 149.91495,0 271.44143,121.536907 271.42856,271.45186 l 0,0 z"
+               style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.42729312;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+               id="path6809-8-9"
+               d="m 885.50954,340.5603 c 0,5.0033 -2.9819,7.18744 -6.65604,7.18744 -3.67413,0 -6.65604,-2.18414 -6.65604,-7.18744 0,-5.0033 2.98191,-9.06395 6.65604,-9.06395 3.67414,0 6.65604,4.06065 6.65604,9.06395 z"
                inkscape:connector-curvature="0" />
+            <g
+               style="stroke-width:1.74461734;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
+               id="g6811-8-3"
+               transform="matrix(0.1875939,0,0,0.1886297,835.45641,339.88306)">
+              <path
+                 style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:83.68009186;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+                 id="path6813-0-7"
+                 transform="matrix(0.03338411,0,0,0.03338411,213.86605,-64.483747)"
+                 d="m 485.71428,129.50504 c 0.0129,149.91495 -121.51361,271.45186 -271.42856,271.45186 -149.914952,0 -271.441427,-121.53691 -271.428558,-271.45186 -0.01287,-149.914953 121.513606,-271.45186 271.428558,-271.45186 149.91495,0 271.44143,121.536907 271.42856,271.45186 l 0,0 z"
+                 inkscape:connector-curvature="0" />
+              <path
+                 style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:211.59298706;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+                 id="path6815-7-6"
+                 transform="matrix(0.01320264,0,0,0.01320264,222.55121,-67.051323)"
+                 d="m 485.71428,129.50504 c 0.0129,149.91495 -121.51361,271.45186 -271.42856,271.45186 -149.914952,0 -271.441427,-121.53691 -271.428558,-271.45186 -0.01287,-149.914953 121.513606,-271.45186 271.428558,-271.45186 149.91495,0 271.44143,121.536907 271.42856,271.45186 l 0,0 z"
+                 inkscape:connector-curvature="0" />
+            </g>
+            <g
+               style="fill:#ff6600;fill-opacity:1;stroke:#803300;stroke-width:8.65219402;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+               id="g6817-7-5"
+               transform="matrix(0.03676479,0,0,0.03296609,895.82635,317.30877)">
+              <path
+                 style="fill:#ff7f2a;fill-rule:evenodd;stroke-width:12.71111393;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
+                 id="path6819-7-6"
+                 d="m -461.66042,402.2523 c 26.85317,0 113.18037,48.33587 113.18037,48.33587 0,0 -66.35922,58.70882 -112.64192,58.90466 -46.07394,0 -113.71882,-58.90466 -113.71882,-58.90466 0,0 86.31008,-48.33587 113.18037,-48.33587 z"
+                 inkscape:connector-curvature="0" />
+              <path
+                 style="fill:#ff7f2a;fill-opacity:1;fill-rule:evenodd;stroke:#803300;stroke-width:12.71111393;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+                 id="path6821-6-4"
+                 d="m -574.73196,450.41599 112.64192,34.50561 113.50116,-34.50561"
+                 inkscape:connector-curvature="0" />
+              <path
+                 style="fill:#803300;fill-opacity:1;fill-rule:nonzero;stroke:none"
+                 id="path6823-3-8"
+                 transform="matrix(7.1663567,2.838336,-2.7400776,7.4233401,22.879161,-2397.9053)"
+                 d="m 67.25,354.54968 c 0,0.72487 -0.195875,1.3125 -0.4375,1.3125 -0.241625,0 -0.4375,-0.58763 -0.4375,-1.3125 0,-0.72487 0.195875,-1.3125 0.4375,-1.3125 0.241625,0 0.4375,0.58763 0.4375,1.3125 z"
+                 inkscape:connector-curvature="0" />
+              <path
+                 style="fill:#803300;fill-opacity:1;fill-rule:nonzero;stroke:none"
+                 id="path6825-4-5"
+                 transform="matrix(-7.1663567,2.838336,2.7400776,7.4233401,-947.15905,-2397.9053)"
+                 d="m 67.25,354.54968 c 0,0.72487 -0.195875,1.3125 -0.4375,1.3125 -0.241625,0 -0.4375,-0.58763 -0.4375,-1.3125 0,-0.72487 0.195875,-1.3125 0.4375,-1.3125 0.241625,0 0.4375,0.58763 0.4375,1.3125 z"
+                 inkscape:connector-curvature="0" />
+            </g>
+            <g
+               style="stroke-width:2.54848862;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
+               id="g6827-3-3"
+               transform="matrix(0.128421,0,0,0.1291301,852.40506,336.55036)">
+              <path
+                 style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:122.23755646;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+                 id="path6829-6-5"
+                 transform="matrix(0.03338411,0,0,0.03338411,213.86605,-64.483747)"
+                 d="m 485.71428,129.50504 c 0.0129,149.91495 -121.51361,271.45186 -271.42856,271.45186 -149.914952,0 -271.441427,-121.53691 -271.428558,-271.45186 -0.01287,-149.914953 121.513606,-271.45186 271.428558,-271.45186 149.91495,0 271.44143,121.536907 271.42856,271.45186 l 0,0 z"
+                 inkscape:connector-curvature="0" />
+              <path
+                 style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:309.08917236;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+                 id="path6831-2-1"
+                 transform="matrix(0.01320264,0,0,0.01320264,222.55121,-67.051323)"
+                 d="m 485.71428,129.50504 c 0.0129,149.91495 -121.51361,271.45186 -271.42856,271.45186 -149.914952,0 -271.441427,-121.53691 -271.428558,-271.45186 -0.01287,-149.914953 121.513606,-271.45186 271.428558,-271.45186 149.91495,0 271.44143,121.536907 271.42856,271.45186 l 0,0 z"
+                 inkscape:connector-curvature="0" />
+            </g>
           </g>
-        </g>
-        <path
-           style="fill:#ff0000;stroke:#000000;stroke-width:1.31551015;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
-           id="path10615-4-3"
-           d="m 1076.039,299.56523 c 0,0 -0.8103,-0.64822 -1.2964,0.16205 -0.4862,0.81027 0.3241,2.75492 0.3241,2.75492 0,0 4.3754,2.91697 9.3991,3.40314 5.0237,0.48616 12.9643,1.78259 22.3635,-3.07903 0,0 0.6482,-0.81027 0.6482,-1.62054 0,-0.81027 -0.4862,-1.13438 -1.4585,-0.97233 -0.9723,0.16206 -12.6402,6.80627 -29.98,-0.64821 z"
-           inkscape:connector-curvature="0" />
-        <path
-           style="fill:#ff0000;stroke:#000000;stroke-width:1.25866485;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
-           id="path10617-6-3"
-           d="m 1100.7231,302.21103 c 0,0 -1.8445,-1.59276 -3.5585,-1.25646 -1.714,0.3363 -4.8221,2.70409 -6.0766,2.99649 -1.2545,0.29242 -17.1287,-5.7416 -20.2419,-7.86033 -3.1132,-2.11872 -16.0317,-12.31804 -26.9717,-11.79084 0,0 -7.0759,-0.39409 -11.5365,-6.18084 0,0 0.057,3.27356 -1.6069,5.11512 -1.6639,1.84152 -7.9719,-0.0991 -5.5016,4.06574 0,0 3.3465,7.39216 17.1013,7.15693 13.7549,-0.23522 21.4474,3.34445 26.5005,5.57989 5.0531,2.23546 18.1202,7.02757 23.2621,6.01864 5.1423,-1.00886 4.7101,-3.54598 5.7145,-3.65718"
-           inkscape:connector-curvature="0" />
-        <path
-           style="fill:#c87137;stroke:#000000;stroke-width:1.30149007;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
-           id="path10619-1-4"
-           d="m 1077.5454,285.51309 c 0,0 13.2696,-3.79307 27.0391,0 l 0.1581,0 c 0,0 0.3162,-1.38178 -1.1069,-1.95074 -1.4231,-0.56896 -7.3526,-1.46305 -12.887,-1.46305 -5.5343,0 -10.7524,1.13793 -11.9384,1.38178 -1.1858,0.24383 -1.2649,2.03201 -1.2649,2.03201 z"
-           inkscape:connector-curvature="0" />
-        <rect
-           style="color:#000000;fill:#c87137;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.31831646;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-           id="rect10654-21-3"
-           y="279.23978"
-           x="1082.0524"
-           ry="2.6880107"
-           rx="3.1121876"
-           height="7.7352548"
-           width="8.9619694" />
-        <rect
-           style="color:#000000;fill:#c87137;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.31831646;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-           id="rect10654-2-0-9"
-           y="279.23978"
-           x="1091.1057"
-           ry="2.6880107"
-           rx="3.1121876"
-           height="7.7352548"
-           width="8.9619694" />
-        <rect
-           style="color:#000000;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.80373669;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-           id="rect10654-0-90-6"
-           y="280.74942"
-           x="1083.8014"
-           ry="1.6387972"
-           rx="1.8974046"
-           height="4.7159452"
-           width="5.4638352" />
-        <rect
-           style="color:#000000;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.80373669;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-           id="rect10654-0-9-5-0"
-           y="280.74942"
-           x="1092.8884"
-           ry="1.6387972"
-           rx="1.8974046"
-           height="4.7159452"
-           width="5.4638352" />
-      </g>
-      <g
-         id="g10169-6-6"
-         transform="translate(20,0)">
-        <g
-           id="g11337-5-3"
-           transform="translate(0,-20)">
           <path
-             style="color:#000000;fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.31551015;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-             id="path9886-9-6"
-             d="m 1216.0451,367.5226 c 0,4.22305 -7.0911,7.6465 -23.8607,7.6465 -5.6005,0 3.5796,-3.42345 3.5796,-7.6465 0,-4.22305 -9.1801,-7.6465 -3.5796,-7.6465 17.0954,0 23.8607,3.42345 23.8607,7.6465 z"
+             style="fill:#ff0000;stroke:#000000;stroke-width:1.31551015;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+             id="path10615-4-3"
+             d="m 1076.039,299.56523 c 0,0 -0.8103,-0.64822 -1.2964,0.16205 -0.4862,0.81027 0.3241,2.75492 0.3241,2.75492 0,0 4.3754,2.91697 9.3991,3.40314 5.0237,0.48616 12.9643,1.78259 22.3635,-3.07903 0,0 0.6482,-0.81027 0.6482,-1.62054 0,-0.81027 -0.4862,-1.13438 -1.4585,-0.97233 -0.9723,0.16206 -12.6402,6.80627 -29.98,-0.64821 z"
              inkscape:connector-curvature="0" />
           <path
-             style="fill:#784421;fill-opacity:1;stroke:#000000;stroke-width:1.31551015;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
-             id="path9891-4-6"
-             d="m 1207.413,362.19808 -0.4584,-62.40761 c 0.047,-4.37821 -2.2884,-10.53235 -5.4916,-3.70341 -3.3767,7.19871 -3.2038,47.28937 -0.2288,67.52264"
+             style="fill:#ff0000;stroke:#000000;stroke-width:1.25866485;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+             id="path10617-6-3"
+             d="m 1100.7231,302.21103 c 0,0 -1.8445,-1.59276 -3.5585,-1.25646 -1.714,0.3363 -4.8221,2.70409 -6.0766,2.99649 -1.2545,0.29242 -17.1287,-5.7416 -20.2419,-7.86033 -3.1132,-2.11872 -16.0317,-12.31804 -26.9717,-11.79084 0,0 -7.0759,-0.39409 -11.5365,-6.18084 0,0 0.057,3.27356 -1.6069,5.11512 -1.6639,1.84152 -7.9719,-0.0991 -5.5016,4.06574 0,0 3.3465,7.39216 17.1013,7.15693 13.7549,-0.23522 21.4474,3.34445 26.5005,5.57989 5.0531,2.23546 18.1202,7.02757 23.2621,6.01864 5.1423,-1.00886 4.7101,-3.54598 5.7145,-3.65718"
              inkscape:connector-curvature="0" />
           <path
-             style="fill:#784421;fill-opacity:1;stroke:#000000;stroke-width:1.31551015;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
-             id="path9891-8-3-9"
-             d="m 1207.413,372.44759 -0.4584,62.40761 c 0.047,4.37821 -2.2884,10.53235 -5.4916,3.70341 -3.3767,-7.19871 -3.2038,-47.28937 -0.2288,-67.52264"
+             style="fill:#c87137;stroke:#000000;stroke-width:1.30149007;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+             id="path10619-1-4"
+             d="m 1077.5454,285.51309 c 0,0 13.2696,-3.79307 27.0391,0 l 0.1581,0 c 0,0 0.3162,-1.38178 -1.1069,-1.95074 -1.4231,-0.56896 -7.3526,-1.46305 -12.887,-1.46305 -5.5343,0 -10.7524,1.13793 -11.9384,1.38178 -1.1858,0.24383 -1.2649,2.03201 -1.2649,2.03201 z"
              inkscape:connector-curvature="0" />
           <rect
-             style="color:#000000;fill:#784421;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.31551015;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-             id="rect9889-1-9"
-             y="360.11432"
-             x="1200.4694"
-             ry="1.0898683"
-             rx="1.7355134"
-             height="14.644708"
-             width="7.5974507" />
-        </g>
-        <g
-           style="stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
-           id="g9882-0-3"
-           transform="translate(0,-20)">
+             style="color:#000000;fill:#c87137;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.31831646;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+             id="rect10654-21-3"
+             y="279.23978"
+             x="1082.0524"
+             ry="2.6880107"
+             rx="3.1121876"
+             height="7.7352548"
+             width="8.9619694" />
+          <rect
+             style="color:#000000;fill:#c87137;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.31831646;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+             id="rect10654-2-0-9"
+             y="279.23978"
+             x="1091.1057"
+             ry="2.6880107"
+             rx="3.1121876"
+             height="7.7352548"
+             width="8.9619694" />
           <rect
-             style="color:#000000;fill:#f8d600;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.31551015;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-             id="rect9858-1-4"
-             y="403.50842"
-             x="1139.7262"
-             height="37.110382"
-             width="6.3201084" />
+             style="color:#000000;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.80373669;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+             id="rect10654-0-90-6"
+             y="280.74942"
+             x="1083.8014"
+             ry="1.6387972"
+             rx="1.8974046"
+             height="4.7159452"
+             width="5.4638352" />
           <rect
-             style="color:#000000;fill:#f8d600;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.31551015;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-             id="rect9858-7-2-9"
-             transform="matrix(0.57635987,-0.817196,0.817196,0.57635987,0,0)"
-             y="1125.2662"
-             x="301.03711"
-             height="54.740742"
-             width="6.1245208" />
+             style="color:#000000;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.80373669;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+             id="rect10654-0-9-5-0"
+             y="280.74942"
+             x="1092.8884"
+             ry="1.6387972"
+             rx="1.8974046"
+             height="4.7159452"
+             width="5.4638352" />
         </g>
-        <path
-           style="fill:#f8d600;fill-opacity:1;stroke:#000000;stroke-width:1.31551015;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
-           id="path9759-79-0"
-           d="m 988.2057,314.63543 c 0,0 28.3475,-3.8893 64.6476,-5.18573 0,0 1.9446,9.07503 27.5492,11.01967 0,0 17.8259,-0.3241 13.2884,-8.75092 0,0 65.8133,-0.3241 81.8493,-0.3241 16.8536,0 20.1431,3.98382 20.1431,34.88888 0,27.02355 3.1927,38.68366 -25.3288,38.68366 -28.5215,0 -91.7226,0.32411 -133.8567,-10.04735 -42.13404,-10.37146 -95.28778,-31.11438 -108.57621,-40.18941 -13.28843,-9.07503 -13.28843,-15.23308 -13.28843,-23.01168 0,-7.77859 5.83394,-27.87329 12.31611,-32.41081 6.48216,-4.53751 25.60454,-15.23308 38.56886,-4.86162 12.96433,10.37146 20.41882,23.984 22.68757,40.18941 z"
-           inkscape:connector-curvature="0" />
-        <path
-           style="opacity:0.25;fill:#ffffff;fill-opacity:1;stroke:none;display:inline"
-           id="path9759-7-2-1"
-           d="m 928.4375,283.65625 c -8.13927,7.66693 -10.39596,19.4688 -11.875,30 -0.88652,8.5212 4.40663,16.12384 11.875,19.71875 19.76951,12.18784 42.38997,18.90727 64.02814,26.96475 34.25566,12.08536 70.04266,19.88556 106.52906,20.99553 26.9041,1.34888 54.0262,2.73678 80.8803,0.63347 7.7576,-1.8786 -3.3731,-1.01112 -6.2188,-1.1875 -51.1225,0.0673 -103.2588,-1.37918 -152.0937,-17.8125 -28.07344,-8.75022 -56.19552,-18.61165 -81.96875,-32.71875 -9.52233,-5.74374 -17.25648,-16.16329 -15.3125,-27.875 0.24797,-6.35608 2.50397,-13.10492 4.15625,-18.71875 z"
-           inkscape:connector-curvature="0" />
-        <path
-           style="fill:none;stroke:#000000;stroke-width:1.31551015;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
-           id="path9915-9-7"
-           d="m 1145.3037,312.09584 c 0,0 5.269,35.42098 0,72.22861"
-           inkscape:connector-curvature="0" />
-        <path
-           style="opacity:0.25;fill:#ffffff;fill-opacity:1;stroke:none;display:inline"
-           id="path9759-7-6-7-0"
-           d="m 953.46875,272.09375 c -3.22892,0.19176 -6.43684,0.82845 -9.46875,1.9375 10.95671,-0.5411 19.58399,7.03545 25.92612,15.01429 6.85937,8.34237 11.48055,18.41135 13.51138,29.04821 21.6521,-2.60319 43.4224,-4.17028 65.2187,-4.84375 -0.815,7.27479 8.6069,8.06967 13.6563,9.6875 6.2069,1.31699 13.9547,2.72478 19.3437,-0.71875 -10.229,-0.55585 -22.0685,-2.32355 -29.0312,-10.65625 -21.9893,0.9033 -44.0221,2.66872 -65.78125,5.59375 -1.71532,-17.74186 -10.69672,-36.76603 -27.53125,-44.5 -1.89459,-0.50143 -3.88009,-0.65762 -5.84375,-0.5625 z m 224.37505,41.3125 c -25.7874,0.39599 -52.2131,-0.44275 -77.625,0.71875 -1.4778,3.76076 7.4188,0.33652 9.75,1.46875 22.7247,0.12291 45.7097,-1.28124 68.2812,0.65625 10.2883,2.90287 13.1212,14.88052 12.9051,24.27523 0.8972,10.64908 0.5743,22.44064 0.4074,32.41227 4.29,-10.41619 1.105,-22.15678 2.0574,-33.12491 -0.2096,-8.11581 0.5671,-17.37502 -4.5887,-24.06259 -3.0863,-2.51764 -7.392,-2.42209 -11.1874,-2.34375 z"
-           inkscape:connector-curvature="0" />
-        <path
-           style="color:#000000;fill:#1a1a1a;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.31551015;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-           id="path9812-1-4"
-           transform="translate(0,180)"
-           d="m 1162.738,238.10695 a 19.85165,19.85165 0 1 1 -39.7033,0 19.85165,19.85165 0 1 1 39.7033,0 z"
-           inkscape:connector-curvature="0" />
-        <path
-           style="color:#000000;fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:2.02498102;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-           id="path9812-3-6-6"
-           transform="matrix(0.64964078,0,0,0.64964078,400.42075,263.42297)"
-           d="m 1162.738,238.10695 a 19.85165,19.85165 0 1 1 -39.7033,0 19.85165,19.85165 0 1 1 39.7033,0 z"
-           inkscape:connector-curvature="0" />
-        <path
-           style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:7.00471163;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-           id="path9812-3-2-5-6"
-           transform="matrix(0.18780362,0,0,0.18780362,928.24814,373.38961)"
-           d="m 1162.738,238.10695 a 19.85165,19.85165 0 1 1 -39.7033,0 19.85165,19.85165 0 1 1 39.7033,0 z"
-           inkscape:connector-curvature="0" />
-        <path
-           style="color:#000000;fill:#f8d600;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.31551015;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-           id="path9917-5-9"
-           d="m 1180.8971,342.07428 c 0,1.8353 -2.3095,3.3231 -7.6255,3.3231 -5.316,0 -11.6255,-1.4878 -11.6255,-3.3231 0,-1.8353 6.3095,-3.3231 11.6255,-3.3231 5.316,0 7.6255,1.4878 7.6255,3.3231 z"
-           inkscape:connector-curvature="0" />
-        <path
-           style="color:#000000;fill:#f8d600;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.31551015;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-           id="path9917-9-29-4"
-           d="m 1178.8971,322.07428 c 0,1.8353 -2.3095,3.3231 -7.6255,3.3231 -5.316,0 -11.6255,-1.4878 -11.6255,-3.3231 0,-1.8353 6.3095,-3.3231 11.6255,-3.3231 5.316,0 7.6255,1.4878 7.6255,3.3231 z"
-           inkscape:connector-curvature="0" />
-        <path
-           style="color:#000000;fill:#f8d600;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.31551015;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-           id="path9917-9-2-3-0"
-           d="m 1180.8971,362.07428 c 0,1.8353 -2.3095,3.3231 -7.6255,3.3231 -5.316,0 -11.6255,-1.4878 -11.6255,-3.3231 0,-1.8353 6.3095,-3.3231 11.6255,-3.3231 5.316,0 7.6255,1.4878 7.6255,3.3231 z"
-           inkscape:connector-curvature="0" />
-        <path
-           style="color:#000000;fill:#f8d600;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.12731349;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-           id="path9917-9-2-9-6-9"
-           d="m 1180.9686,379.0466 c 0,1.33781 -2.3266,2.42231 -7.6821,2.42231 -5.3555,0 -11.7119,-1.0845 -11.7119,-2.42231 0,-1.3378 6.3564,-2.4223 11.7119,-2.4223 5.3555,0 7.6821,1.0845 7.6821,2.4223 z"
-           inkscape:connector-curvature="0" />
-        <path
-           style="fill:none;stroke:#000000;stroke-width:1.31551015px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-           id="path9988-5-0"
-           d="m 987.76175,314.75 c 0,0 -45.60663,7.33373 -45.60663,26.58477"
-           inkscape:connector-curvature="0" />
-        <path
-           style="fill:none;stroke:#000000;stroke-width:1.31551015px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-           id="path9990-9-6"
-           d="m 975.38608,286.3318 -35.98111,0 0,52.25282"
-           inkscape:connector-curvature="0" />
-        <path
-           style="color:#000000;fill:#f8d600;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.31551015;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-           id="path9992-8-7"
-           d="m 986.84502,324.14635 c 0,2.02515 -1.08238,3.66686 -17.22033,3.66686 -16.13794,0 -41.22032,-1.64171 -41.22032,-3.66686 0,-2.02516 25.08238,-3.66687 41.22032,-3.66687 16.13795,0 17.22033,1.64171 17.22033,3.66687 z"
-           inkscape:connector-curvature="0" />
         <g
-           style="stroke:#696da3;stroke-width:1.31551015;stroke-opacity:1;display:inline"
-           id="layer1-2-9-5-8-1-7-1"
-           transform="matrix(0.15309935,0,0,0.15309935,992.2979,320.67813)">
+           id="g10169-6-6"
+           transform="translate(20,0)">
           <g
-             style="fill:#000000;stroke:#000000;stroke-width:39.46530533;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
-             id="g3692-6-4-8-4-2-2-9"
-             transform="translate(0,4e-5)">
+             id="g11337-5-3"
+             transform="translate(0,-20)">
             <path
-               style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:39.46530533;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
-               id="path8808-2-3-4-3-7-0-2-0-2"
-               d="m 101.09375,20.5625 c -42.898656,0 -77.718721,34.82006 -77.71875,77.71875 0,42.89866 34.820086,77.71878 77.71875,77.71875 42.89865,0 77.71872,-34.82012 77.71875,-77.71875 0,-42.89866 -34.82009,-77.71878 -77.71875,-77.71875 z"
+               style="color:#000000;fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.31551015;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+               id="path9886-9-6"
+               d="m 1216.0451,367.5226 c 0,4.22305 -7.0911,7.6465 -23.8607,7.6465 -5.6005,0 3.5796,-3.42345 3.5796,-7.6465 0,-4.22305 -9.1801,-7.6465 -3.5796,-7.6465 17.0954,0 23.8607,3.42345 23.8607,7.6465 z"
                inkscape:connector-curvature="0" />
             <path
-               style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:39.46530533;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
-               id="path8816-8-1-7-5-8-1-4-6-8"
-               d="m 208.28125,111.5 c -11.22916,0.14022 -27.86406,1.78473 -36.71875,9.5625 -14.1675,12.44444 -13.21875,28.15625 -13.21875,28.15625 0,0 4.20526,26.42885 27.5625,29.875 23.35724,3.44615 42.125,-7.09375 42.125,-7.09375 l -9.5625,-21.625 c 0,0 -20.12351,7.6376 -26.25,4 -6.12648,-3.6376 -8.6103,-10.90513 -4.78125,-15.5 3.82906,-4.59486 13.04013,-8.59449 24.71875,-5.53125 L 219.8125,111.875 c 0,0 -4.79376,-0.45913 -11.53125,-0.375 z m 54.59375,10.71875 c -16.27502,0 -29.46875,13.22498 -29.46875,29.5 0,16.27502 13.19374,29.46875 29.46875,29.46875 16.27502,0 29.5,-13.19373 29.5,-29.46875 0,-16.27502 -13.22498,-29.5 -29.5,-29.5 z m 302.0625,1.40625 c -1.22762,0.0445 -2.6007,0.18889 -4.15625,0.5 -12.44443,2.48889 -11.47987,18.39141 -13.96875,31.21875 -2.48889,12.82733 -18.96875,8.21875 -18.96875,8.21875 l 0,15.90625 c 0,0 14.75493,2.49358 26.625,-3.25 11.87007,-5.74358 5.5499,-22.97479 9.1875,-30.25 3.63761,-7.27521 9.1875,-2.5 9.1875,-2.5 l 1.71875,-14.75 c 0,0 -1.031
 69,-5.40523 -9.625,-5.09375 z m -157.15625,0.1875 c -0.77654,-0.005 -1.58273,0.005 -2.375,0.0312 C 394.84268,124.18965 383.3125,127 383.3125,127 l 9.1875,52.65625 15.3125,-0.375 -2.09375,-16.65625 c 0,0 5.72047,0.19764 14.71875,-9.375 8.99828,-9.57264 7.84561,-19.16625 0.1875,-26.25 -2.51282,-2.32437 -7.40797,-3.1543 -12.84375,-3.1875 z m 89.4375,0.125 -6.125,55.53125 22.40625,0 6.6875,-53.40625 -22.96875,-2.125 z m -144.15625,0.1875 -17.25,18.96875 -18.375,-17.21875 -19.71875,49.375 18.96875,6.3125 9.5625,-21.25 12.0625,11.3125 9,-11.6875 11.875,18.375 18,-6.3125 -24.125,-47.875 z m 92.65625,0.40625 -12.0625,48.625 16.09375,4.78125 4.59375,-17.625 c 9.76409,1.53162 9.1875,19.15625 9.1875,19.15625 l 17.03125,-0.375 -6.3125,-21.25 c 9.95555,-3.6376 10.34375,-8.625 10.34375,-8.625 0,0 2.4868,-10.72517 -7.46875,-16.46875 -9.95554,-5.74358 -31.40625,-8.21875 -31.40625,-8.21875 z M 402.0625,136 c 2.69691,-0.0806 8.16845,0.47817 8.8125,4.5 0.85872,5.36242 -7.74997,6.21878 -7.75,6.
 21875 l -2.59375,-10.53125 c 0,-0.0536 0.63228,-0.16055 1.53125,-0.1875 z m 56.28125,1.9375 c 4.59487,0.38291 10.72703,4.76864 8.8125,8.40625 -1.91453,3.6376 -11.09375,1.15625 -11.09375,1.15625 l 2.28125,-9.5625 z M 262.875,141.75 c 5.49546,0 9.96875,4.47329 9.96875,9.96875 0,5.49546 -4.47329,9.9375 -9.96875,9.9375 -5.49546,0 -9.9375,-4.44204 -9.9375,-9.9375 0,-5.49546 4.44204,-9.96875 9.9375,-9.96875 z"
+               style="fill:#784421;fill-opacity:1;stroke:#000000;stroke-width:1.31551015;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+               id="path9891-4-6"
+               d="m 1207.413,362.19808 -0.4584,-62.40761 c 0.047,-4.37821 -2.2884,-10.53235 -5.4916,-3.70341 -3.3767,7.19871 -3.2038,47.28937 -0.2288,67.52264"
                inkscape:connector-curvature="0" />
-          </g>
-          <g
-             style="stroke-width:1.31551015"
-             id="g3692-1-0-0-7-4-3"
-             transform="translate(0,100)">
             <path
-               style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:32.88775635;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
-               id="path8808-2-3-7-5-2-4-6-1"
-               d="m 101.09375,-79.4375 c -42.898656,0 -77.718721,34.82006 -77.71875,77.71875 0,42.89866 34.820086,77.71878 77.71875,77.71875 42.89865,0 77.71872,-34.82012 77.71875,-77.71875 0,-42.89866 -34.82009,-77.71878 -77.71875,-77.71875 z"
-               inkscape:connector-curvature="0" />
-            <path
-               style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:32.88775635;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
-               id="path8816-8-1-4-2-1-9-5-4"
-               d="m 208.28125,11.5 c -11.22916,0.14022 -27.86406,1.78473 -36.71875,9.5625 -14.1675,12.44444 -13.21875,28.15625 -13.21875,28.15625 0,0 4.20526,26.42885 27.5625,29.875 C 209.26349,82.5399 228.03125,72 228.03125,72 l -9.5625,-21.625 c 0,0 -20.12351,7.6376 -26.25,4 -6.12648,-3.6376 -8.6103,-10.90513 -4.78125,-15.5 3.82906,-4.59486 13.04013,-8.59449 24.71875,-5.53125 L 219.8125,11.875 c 0,0 -4.79376,-0.45913 -11.53125,-0.375 z M 262.875,22.21875 c -16.27502,0 -29.46875,13.22498 -29.46875,29.5 0,16.27502 13.19374,29.46875 29.46875,29.46875 16.27502,0 29.5,-13.19373 29.5,-29.46875 0,-16.27502 -13.22498,-29.5 -29.5,-29.5 z M 564.9375,23.625 c -1.22762,0.0445 -2.6007,0.18889 -4.15625,0.5 -12.44443,2.48889 -11.47987,18.39141 -13.96875,31.21875 -2.48889,12.82733 -18.96875,8.21875 -18.96875,8.21875 l 0,15.90625 c 0,0 14.75493,2.49358 26.625,-3.25 11.87007,-5.74358 5.5499,-22.97479 9.1875,-30.25 3.63761,-7.27521 9.1875,-2.5 9.1875,-2.5 l 1.71875,-14.75 c 0,0 -1.03169,-5.4
 0523 -9.625,-5.09375 z m -157.15625,0.1875 c -0.77654,-0.005 -1.58273,0.005 -2.375,0.0312 C 394.84268,24.18965 383.3125,27 383.3125,27 l 9.1875,52.65625 15.3125,-0.375 -2.09375,-16.65625 c 0,0 5.72047,0.19764 14.71875,-9.375 8.99828,-9.57264 7.84561,-19.16625 0.1875,-26.25 -2.51282,-2.32437 -7.40797,-3.1543 -12.84375,-3.1875 z m 89.4375,0.125 -6.125,55.53125 22.40625,0 6.6875,-53.40625 -22.96875,-2.125 z M 353.0625,24.125 335.8125,43.09375 317.4375,25.875 297.71875,75.25 l 18.96875,6.3125 9.5625,-21.25 12.0625,11.3125 9,-11.6875 11.875,18.375 18,-6.3125 -24.125,-47.875 z m 92.65625,0.40625 -12.0625,48.625 16.09375,4.78125 4.59375,-17.625 c 9.76409,1.53162 9.1875,19.15625 9.1875,19.15625 l 17.03125,-0.375 -6.3125,-21.25 c 9.95555,-3.6376 10.34375,-8.625 10.34375,-8.625 0,0 2.4868,-10.72517 -7.46875,-16.46875 -9.95554,-5.74358 -31.40625,-8.21875 -31.40625,-8.21875 z M 402.0625,36 c 2.69691,-0.0806 8.16845,0.47817 8.8125,4.5 0.85872,5.36242 -7.74997,6.21878 -7.75,6.21875 L 400.
 53125,36.1875 c 0,-0.0536 0.63228,-0.16055 1.53125,-0.1875 z m 56.28125,1.9375 c 4.59487,0.38291 10.72703,4.76864 8.8125,8.40625 C 465.24172,49.98135 456.0625,47.5 456.0625,47.5 l 2.28125,-9.5625 z M 262.875,41.75 c 5.49546,0 9.96875,4.47329 9.96875,9.96875 0,5.49546 -4.47329,9.9375 -9.96875,9.9375 -5.49546,0 -9.9375,-4.44204 -9.9375,-9.9375 0,-5.49546 4.44204,-9.96875 9.9375,-9.96875 z"
+               style="fill:#784421;fill-opacity:1;stroke:#000000;stroke-width:1.31551015;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+               id="path9891-8-3-9"
+               d="m 1207.413,372.44759 -0.4584,62.40761 c 0.047,4.37821 -2.2884,10.53235 -5.4916,3.70341 -3.3767,-7.19871 -3.2038,-47.28937 -0.2288,-67.52264"
                inkscape:connector-curvature="0" />
+            <rect
+               style="color:#000000;fill:#784421;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.31551015;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+               id="rect9889-1-9"
+               y="360.11432"
+               x="1200.4694"
+               ry="1.0898683"
+               rx="1.7355134"
+               height="14.644708"
+               width="7.5974507" />
+          </g>
+          <g
+             style="stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
+             id="g9882-0-3"
+             transform="translate(0,-20)">
+            <rect
+               style="color:#000000;fill:#f8d600;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.31551015;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+               id="rect9858-1-4"
+               y="403.50842"
+               x="1139.7262"
+               height="37.110382"
+               width="6.3201084" />
+            <rect
+               style="color:#000000;fill:#f8d600;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.31551015;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+               id="rect9858-7-2-9"
+               transform="matrix(0.57635987,-0.817196,0.817196,0.57635987,0,0)"
+               y="1125.2662"
+               x="301.03711"
+               height="54.740742"
+               width="6.1245208" />
           </g>
           <path
-             style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:13.98377037;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
-             id="path8808-2-31-8-5-5-1-5"
-             d="m 101.09375,20.5625 c -42.898655,0 -77.71872,34.82006 -77.71875,77.71875 0,42.89866 34.820087,77.71878 77.71875,77.71875 42.89865,0 77.71872,-34.82012 77.71875,-77.71875 0,-42.89866 -34.82009,-77.71878 -77.71875,-77.71875 z m 0,17.71875 c 33.12967,0 60.03125,26.87034 60.03125,60 3e-5,33.12967 -26.90158,60.03125 -60.03125,60.03125 -33.129629,0 -60,-26.90158 -60,-60.03125 3e-5,-33.12966 26.870369,-60 60,-60 z m -1.875,15 c -20.390579,0 -40.78125,24.63098 -40.78125,45.40625 0,20.77529 11.921098,44.625 43.46875,44.625 31.54765,0 46.16741,-16.55852 40.78125,-55.03125 l -38.875,12.3125 7.3125,7.6875 4.625,-1.125 c 0,0 7.6981,9.61734 -3.84375,11.15625 C 100.36444,119.85141 89.976413,116.74464 88.4375,102.125 86.898587,87.50535 98.44081,77.13534 111.90625,82.90625 l 19.625,-18.09375 c 0,0 -11.92195,-11.53125 -32.3125,-11.53125 z"
-             inkscape:connector-curvature="0" />
-          <path
-             style="fill:#fde445;fill-opacity:1;stroke:#beac34;stroke-width:7.90594482;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
-             id="path8808-4-5-4-8-5-7"
-             d="m 101.1024,20.577559 c -42.898655,0 -77.714941,34.816257 -77.714971,77.714941 0,42.89866 34.816318,77.71498 77.714981,77.71495 42.89865,0 77.71494,-34.81632 77.71497,-77.71495 0,-42.898656 -34.81632,-77.714973 -77.71498,-77.714941 z m 0,17.697466 c 33.12967,0 60.01751,26.887813 60.01751,60.017475 3e-5,33.12967 -26.88784,60.01751 -60.01751,60.01751 -33.129629,0 -60.017504,-26.88784 -60.017504,-60.01751 3e-5,-33.12966 26.887873,-60.017474 60.017504,-60.017475 z"
-             inkscape:connector-curvature="0" />
-          <path
-             style="fill:#757ab7;fill-opacity:1;fill-rule:evenodd;stroke:#585c8a;stroke-width:5.97265291px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline"
-             id="path8810-6-7-0-4-9-8"
-             d="m 131.52538,64.821195 c 0,0 -11.92655,-11.541816 -32.317104,-11.541815 -20.390579,0 -40.781158,24.622575 -40.781158,45.39784 0,20.77529 11.92659,44.62841 43.474242,44.62841 31.54765,0 46.16729,-16.5433 40.78113,-55.01603 l -38.85751,12.31127 7.30983,7.69454 4.61673,-1.15417 c 0,0 7.69457,9.61819 -3.84728,11.1571 C 100.36245,119.83725 89.9748,116.75943 88.435887,102.13979 86.896974,87.52014 98.43882,77.132498 111.90426,82.90341 l 19.62112,-18.082215 z"
-             inkscape:connector-curvature="0" />
-          <path
-             style="opacity:0.25;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline"
-             id="path8812-9-2-9-2-4-2"
-             d="M 80.684098,65.588753 C 70.328965,73.587558 62.624029,87.01471 62.62403,99.0555 c 0,18.57603 10.651107,39.88623 38.85911,39.88623 15.49691,0 26.45013,-4.48079 32.35405,-14.2084 -6.0137,3.71225 -13.90045,5.47794 -23.62362,5.47794 -28.208002,0 -38.859082,-21.3102 -38.859082,-39.8862 0,-8.32652 3.645291,-17.32008 9.32961,-24.736317 z"
-             inkscape:connector-curvature="0" />
-          <path
-             style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:13.98377037;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
-             id="path8816-8-4-5-4-7-9-3"
-             d="m 208.28125,111.5 c -11.22916,0.14022 -27.86406,1.78473 -36.71875,9.5625 -14.1675,12.44444 -13.21875,28.15625 -13.21875,28.15625 0,0 4.20526,26.42885 27.5625,29.875 23.35724,3.44615 42.125,-7.09375 42.125,-7.09375 l -9.5625,-21.625 c 0,0 -20.12351,7.6376 -26.25,4 -6.12648,-3.6376 -8.6103,-10.90513 -4.78125,-15.5 3.82906,-4.59486 13.04013,-8.59449 24.71875,-5.53125 L 219.8125,111.875 c 0,0 -4.79376,-0.45913 -11.53125,-0.375 z m 54.59375,10.71875 c -16.27502,0 -29.46875,13.22498 -29.46875,29.5 0,16.27502 13.19374,29.46875 29.46875,29.46875 16.27502,0 29.5,-13.19373 29.5,-29.46875 0,-16.27502 -13.22498,-29.5 -29.5,-29.5 z m 302.0625,1.40625 c -1.22762,0.0445 -2.6007,0.18889 -4.15625,0.5 -12.44443,2.48889 -11.47987,18.39141 -13.96875,31.21875 -2.48889,12.82733 -18.96875,8.21875 -18.96875,8.21875 l 0,15.90625 c 0,0 14.75493,2.49358 26.625,-3.25 11.87007,-5.74358 5.5499,-22.97479 9.1875,-30.25 3.63761,-7.27521 9.1875,-2.5 9.1875,-2.5 l 1.71875,-14.75 c 0,0 -1.03169
 ,-5.40523 -9.625,-5.09375 z m -157.15625,0.1875 c -0.77654,-0.005 -1.58273,0.005 -2.375,0.0312 C 394.84268,124.18965 383.3125,127 383.3125,127 l 9.1875,52.65625 15.3125,-0.375 -2.09375,-16.65625 c 0,0 5.72047,0.19764 14.71875,-9.375 8.99828,-9.57264 7.84561,-19.16625 0.1875,-26.25 -2.51282,-2.32437 -7.40797,-3.1543 -12.84375,-3.1875 z m 89.4375,0.125 -6.125,55.53125 22.40625,0 6.6875,-53.40625 -22.96875,-2.125 z m -144.15625,0.1875 -17.25,18.96875 -18.375,-17.21875 -19.71875,49.375 18.96875,6.3125 9.5625,-21.25 12.0625,11.3125 9,-11.6875 11.875,18.375 18,-6.3125 -24.125,-47.875 z m 92.65625,0.40625 -12.0625,48.625 16.09375,4.78125 4.59375,-17.625 c 9.76409,1.53162 9.1875,19.15625 9.1875,19.15625 l 17.03125,-0.375 -6.3125,-21.25 c 9.95555,-3.6376 10.34375,-8.625 10.34375,-8.625 0,0 2.4868,-10.72517 -7.46875,-16.46875 -9.95554,-5.74358 -31.40625,-8.21875 -31.40625,-8.21875 z M 402.0625,136 c 2.69691,-0.0806 8.16845,0.47817 8.8125,4.5 0.85872,5.36242 -7.74997,6.21878 -7.75,6.21
 875 l -2.59375,-10.53125 c 0,-0.0536 0.63228,-0.16055 1.53125,-0.1875 z m 56.28125,1.9375 c 4.59487,0.38291 10.72703,4.76864 8.8125,8.40625 -1.91453,3.6376 -11.09375,1.15625 -11.09375,1.15625 l 2.28125,-9.5625 z M 262.875,141.75 c 5.49546,0 9.96875,4.47329 9.96875,9.96875 0,5.49546 -4.47329,9.9375 -9.96875,9.9375 -5.49546,0 -9.9375,-4.44204 -9.9375,-9.9375 0,-5.49546 4.44204,-9.96875 9.9375,-9.96875 z"
-             inkscape:connector-curvature="0" />
-          <path
-             style="fill:#fde445;fill-opacity:1;fill-rule:evenodd;stroke:#beac34;stroke-width:5.97265291px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-             id="path8816-2-7-3-0-1-9"
-             d="m 212.14502,133.32836 7.65812,-21.44271 c 0,0 -34.0786,-3.2547 -48.24611,9.18973 -14.1675,12.44444 -13.21024,28.14356 -13.21024,28.14356 0,0 4.21196,26.42049 27.5692,29.86664 23.35724,3.44615 42.11962,-7.08376 42.11962,-7.08376 l -9.57264,-21.63416 c 0,0 -20.10255,7.65811 -26.22904,4.02051 -6.12648,-3.6376 -8.61537,-10.91281 -4.78632,-15.50768 3.82906,-4.59486 13.01879,-8.61537 24.69741,-5.55213 z"
-             inkscape:connector-curvature="0" />
-          <path
-             style="fill:#47ac50;fill-opacity:1;stroke:#35823c;stroke-width:5.97265291;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
-             id="path8818-2-9-3-3-6-3"
-             d="m 262.88001,122.2241 c -16.27502,0 -29.48373,13.20871 -29.48373,29.48373 0,16.27502 13.20872,29.48373 29.48373,29.48373 16.27502,0 29.48373,-13.20871 29.48373,-29.48373 0,-16.27502 -13.20871,-29.48373 -29.48373,-29.48373 z m 0,19.52818 c 5.49546,0 9.95555,4.46009 9.95555,9.95555 0,5.49546 -4.46009,9.95554 -9.95555,9.95554 -5.49546,0 -9.95554,-4.46008 -9.95554,-9.95554 0,-5.49546 4.46008,-9.95555 9.95554,-9.95555 z"
+             style="fill:#f8d600;fill-opacity:1;stroke:#000000;stroke-width:1.31551015;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+             id="path9759-79-0"
+             d="m 988.2057,314.63543 c 0,0 28.3475,-3.8893 64.6476,-5.18573 0,0 1.9446,9.07503 27.5492,11.01967 0,0 17.8259,-0.3241 13.2884,-8.75092 0,0 65.8133,-0.3241 81.8493,-0.3241 16.8536,0 20.1431,3.98382 20.1431,34.88888 0,27.02355 3.1927,38.68366 -25.3288,38.68366 -28.5215,0 -91.7226,0.32411 -133.8567,-10.04735 -42.13404,-10.37146 -95.28778,-31.11438 -108.57621,-40.18941 -13.28843,-9.07503 -13.28843,-15.23308 -13.28843,-23.01168 0,-7.77859 5.83394,-27.87329 12.31611,-32.41081 6.48216,-4.53751 25.60454,-15.23308 38.56886,-4.86162 12.96433,10.37146 20.41882,23.984 22.68757,40.18941 z"
              inkscape:connector-curvature="0" />
           <path
-             style="fill:#c73938;fill-opacity:1;fill-rule:evenodd;stroke:#962b2a;stroke-width:5.97265291px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-             id="path8820-6-1-2-3-3-9"
-             d="m 297.72442,175.25652 19.71964,-49.39482 18.37947,17.23075 17.23075,-18.95382 24.12305,47.86319 -17.99656,6.31794 -11.87008,-18.37946 -8.99828,11.67862 -12.06152,-11.29572 -9.57264,21.25126 -18.95383,-6.31794 z"
+             style="opacity:0.25;fill:#ffffff;fill-opacity:1;stroke:none;display:inline"
+             id="path9759-7-2-1"
+             d="m 928.4375,283.65625 c -8.13927,7.66693 -10.39596,19.4688 -11.875,30 -0.88652,8.5212 4.40663,16.12384 11.875,19.71875 19.76951,12.18784 42.38997,18.90727 64.02814,26.96475 34.25566,12.08536 70.04266,19.88556 106.52906,20.99553 26.9041,1.34888 54.0262,2.73678 80.8803,0.63347 7.7576,-1.8786 -3.3731,-1.01112 -6.2188,-1.1875 -51.1225,0.0673 -103.2588,-1.37918 -152.0937,-17.8125 -28.07344,-8.75022 -56.19552,-18.61165 -81.96875,-32.71875 -9.52233,-5.74374 -17.25648,-16.16329 -15.3125,-27.875 0.24797,-6.35608 2.50397,-13.10492 4.15625,-18.71875 z"
              inkscape:connector-curvature="0" />
           <path
-             style="fill:#757ab7;fill-opacity:1;fill-rule:evenodd;stroke:#585c8a;stroke-width:5.97265291px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-             id="path8822-4-7-7-8-0-5"
-             d="m 405.41661,123.85145 c -10.56357,0.3459 -22.11279,3.15897 -22.11279,3.15897 l 9.18973,52.64951 15.31622,-0.3829 -2.10598,-16.6564 c 0,0 5.74359,0.19146 14.74187,-9.38118 8.99828,-9.57264 7.84956,-19.14528 0.19145,-26.22903 -2.87179,-2.65642 -8.88237,-3.36651 -15.2205,-3.15897 z m -3.35042,12.15725 c 2.69691,-0.0806 8.16278,0.47731 8.80683,4.49914 0.85872,5.36242 -7.75381,6.22224 -7.75384,6.22221 l -2.58461,-10.5299 c 0,-0.0536 0.63265,-0.1645 1.53162,-0.19145 z"
+             style="fill:none;stroke:#000000;stroke-width:1.31551015;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+             id="path9915-9-7"
+             d="m 1145.3037,312.09584 c 0,0 5.269,35.42098 0,72.22861"
              inkscape:connector-curvature="0" />
           <path
-             style="fill:#fde445;fill-opacity:1;fill-rule:evenodd;stroke:#beac34;stroke-width:5.97265291px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-             id="path8824-1-3-9-3-5-4"
-             d="m 445.71742,124.52153 -12.06152,48.62901 16.08203,4.78632 4.59487,-17.61366 c 9.76409,1.53162 9.18973,19.14528 9.18973,19.14528 l 17.0393,-0.38291 -6.31794,-21.25126 c 9.95555,-3.6376 10.33845,-8.61537 10.33845,-8.61537 0,0 2.48889,-10.72136 -7.46666,-16.46494 -9.95554,-5.74358 -31.39826,-8.23247 -31.39826,-8.23247 z m 12.63589,13.40169 c 4.59487,0.38291 10.72136,4.78632 8.80683,8.42393 -1.91453,3.6376 -11.10426,1.14871 -11.10426,1.14871 l 2.29743,-9.57264 z"
+             style="opacity:0.25;fill:#ffffff;fill-opacity:1;stroke:none;display:inline"
+             id="path9759-7-6-7-0"
+             d="m 953.46875,272.09375 c -3.22892,0.19176 -6.43684,0.82845 -9.46875,1.9375 10.95671,-0.5411 19.58399,7.03545 25.92612,15.01429 6.85937,8.34237 11.48055,18.41135 13.51138,29.04821 21.6521,-2.60319 43.4224,-4.17028 65.2187,-4.84375 -0.815,7.27479 8.6069,8.06967 13.6563,9.6875 6.2069,1.31699 13.9547,2.72478 19.3437,-0.71875 -10.229,-0.55585 -22.0685,-2.32355 -29.0312,-10.65625 -21.9893,0.9033 -44.0221,2.66872 -65.78125,5.59375 -1.71532,-17.74186 -10.69672,-36.76603 -27.53125,-44.5 -1.89459,-0.50143 -3.88009,-0.65762 -5.84375,-0.5625 z m 224.37505,41.3125 c -25.7874,0.39599 -52.2131,-0.44275 -77.625,0.71875 -1.4778,3.76076 7.4188,0.33652 9.75,1.46875 22.7247,0.12291 45.7097,-1.28124 68.2812,0.65625 10.2883,2.90287 13.1212,14.88052 12.9051,24.27523 0.8972,10.64908 0.5743,22.44064 0.4074,32.41227 4.29,-10.41619 1.105,-22.15678 2.0574,-33.12491 -0.2096,-8.11581 0.5671,-17.37502 -4.5887,-24.06259 -3.0863,-2.51764 -7.392,-2.42209 -11.1874,-2.34375 z"
              inkscape:connector-curvature="0" />
           <path
-             style="fill:#47ac50;fill-opacity:1;fill-rule:evenodd;stroke:#35823c;stroke-width:5.97265291px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-             id="path8826-2-9-7-3-5-9"
-             d="m 497.21822,123.94717 22.97434,2.10598 -6.70085,53.41533 -22.39997,0 6.12648,-55.52131 z"
+             style="color:#000000;fill:#1a1a1a;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.31551015;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+             id="path9812-1-4"
+             transform="translate(0,180)"
+             d="m 1162.738,238.10695 a 19.85165,19.85165 0 1 1 -39.7033,0 19.85165,19.85165 0 1 1 39.7033,0 z"
              inkscape:connector-curvature="0" />
           <path
-             style="fill:#c73938;fill-opacity:1;fill-rule:evenodd;stroke:#962b2a;stroke-width:5.97265291px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-             id="path8828-8-6-1-7-9-7"
-             d="m 527.85067,163.5779 c 0,0 16.46494,4.59486 18.95383,-8.23247 2.48888,-12.82734 1.53162,-28.71792 13.97605,-31.20681 12.44443,-2.48888 13.7846,4.59487 13.7846,4.59487 l -1.72307,14.74186 c 0,0 -5.55213,-4.78632 -9.18974,2.48889 -3.6376,7.27521 2.68034,24.50596 -9.18973,30.24954 -11.87007,5.74358 -26.61194,3.2547 -26.61194,3.2547 l 0,-15.89058 z"
+             style="color:#000000;fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:2.02498102;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+             id="path9812-3-6-6"
+             transform="matrix(0.64964078,0,0,0.64964078,400.42075,263.42297)"
+             d="m 1162.738,238.10695 a 19.85165,19.85165 0 1 1 -39.7033,0 19.85165,19.85165 0 1 1 39.7033,0 z"
              inkscape:connector-curvature="0" />
           <path
-             style="opacity:0.25;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
-             id="path8830-8-9-8-9-4-3"
-             d="m 174.0641,123.76666 c -0.71071,0.49658 -0.75411,0.47695 -1.38924,1.03482 -14.16751,12.44444 -10.35357,24.29325 -10.35357,24.29325 0,0 1.47949,23.067 24.83673,26.51315 23.35724,3.44615 35.53685,-5.34491 35.53685,-5.34491 l -1.47467,-4.82268 c -7.70318,2.58357 -14.30879,7.95497 -27.6461,5.98718 -23.35724,-3.44615 -27.5692,-29.86664 -27.5692,-29.86664 0,0 -0.1293,-6.87049 8.0592,-17.79417 z m 325.8866,3.90661 -5.13286,48.69012 15.56878,-1.24202 0.0879,-4.30463 -11.72463,0.99363 2.93358,-44.18375 -1.73273,0.0466 z m -51.87341,0.94697 -10.32268,41.92204 9.62346,3.17168 0.53013,-4.47001 -5.35217,-0.89486 7.34729,-39.36414 c -3.13784,-0.50072 -1.82603,-0.36471 -1.82603,-0.36471 z m 115.90646,-1.90181 c -12.1517,3.3892 -10.71391,11.83417 -13.08054,24.03149 2.67106,1.39889 4.50453,-7.83961 5.52606,-11.59625 1.51263,-7.79593 4.80553,-6.07255 7.55448,-12.43524 z m -172.09305,2.1708 c -5.00947,0.83393 -3.86716,1.97147 -3.86716,1.97147 l 7.20249,44.94895 8.73346,0.61072 
 -0.33625,-4.3616 -3.47158,-0.057 -8.26096,-43.11259 z m -73.3288,2.18899 -15.12413,41.44582 11.25323,4.20648 2.65427,-7.03949 -7.24301,-1.96841 10.07121,-34.97585 -1.61157,-1.66855 z m -71.59306,0.91061 c -7.74404,5.31501 -9.97067,9.99617 -9.97067,20.09161 0,16.27502 12.33929,24.14299 28.61431,24.14299 10.09544,0 13.53456,-3.34445 18.84956,-11.08848 -4.74021,3.25338 -7.99275,6.78386 -14.17233,6.78386 -16.27501,0 -28.73851,-8.8616 -28.73851,-25.13662 0,-6.17957 2.16426,-10.05314 5.41764,-14.79336 z m 175.55431,13.35376 c -5.80111,4.48281 -10.52748,6.39066 -10.52748,6.39066 l 0.97546,3.86781 c 1.92292,-1.36097 2.65411,-2.22809 5.11466,-4.84569 0.84359,-0.89744 3.76914,-4.5174 4.43736,-5.41278 z m -69.08597,11.53446 -2.50402,2.81724 10.23485,14.02996 11.04119,-3.83389 -2.10598,-3.83935 -7.11463,3.12019 -9.55141,-12.29415 z m -12.68254,5.69145 -2.75548,3.46915 -10.08698,-9.30056 12.84246,5.83141 z m 118.60323,-4.64633 3.70726,4.40341 c 4.61276,5.39208 3.68668,13.4168 3.68668,13.
 4168 l 8.8419,0.48653 -0.71129,-4.11317 -4.81961,-0.18104 c 0,0 -0.94085,-12.48079 -10.70494,-14.01241 z m 72.34309,17.94442 c 0,0 7.6623,3.1099 19.53238,-2.63368 3.32303,-1.60793 5.47671,-2.5311 6.56634,-5.46912 -11.61534,4.96638 -19.98253,3.59643 -19.98253,3.59643 l -7.10982,-1.27535 0.99363,5.78172 z"
+             style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:7.00471163;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+             id="path9812-3-2-5-6"
+             transform="matrix(0.18780362,0,0,0.18780362,928.24814,373.38961)"
+             d="m 1162.738,238.10695 a 19.85165,19.85165 0 1 1 -39.7033,0 19.85165,19.85165 0 1 1 39.7033,0 z"
              inkscape:connector-curvature="0" />
           <path
-             style="opacity:0.25;fill:#000000;fill-opacity:1;stroke:none;display:inline"
-             id="path8832-92-9-9-9-6-9"
-             d="m 108.72174,31.790106 c -2.23381,0.657985 17.54529,3.258097 22.39998,7.658111 19.47063,7.750989 33.13582,36.741811 34.74868,49.107643 2.32185,-31.606806 -25.65415,-59.298108 -57.14866,-56.765754 z M 31.121971,96.34404 c -3.775234,41.82783 35.562832,77.64672 77.251199,72.81344 -39.982967,-2.2857 -74.572697,-34.15689 -77.155472,-74.05789 l -0.09573,1.24445 z"
+             style="color:#000000;fill:#f8d600;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.31551015;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+             id="path9917-5-9"
+             d="m 1180.8971,342.07428 c 0,1.8353 -2.3095,3.3231 -7.6255,3.3231 -5.316,0 -11.6255,-1.4878 -11.6255,-3.3231 0,-1.8353 6.3095,-3.3231 11.6255,-3.3231 5.316,0 7.6255,1.4878 7.6255,3.3231 z"
              inkscape:connector-curvature="0" />
-        </g>
-        <g
-           id="g10159-8-3"
-           transform="translate(0,-20)">
           <path
-             style="color:#000000;fill:#f8d600;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.31551015;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-             id="rect9765-0-9"
-             d="m 1116.5572,310.65625 -34.3554,74.21875 9.4062,0 2.8208,-6.09375 53.5321,-53.875 -27.7591,59.96875 9.4062,0 34.3554,-74.21875 -9.4062,0 -1.0848,2.34375 -53.489,53.78125 25.98,-56.125 -9.4062,0 z"
+             style="color:#000000;fill:#f8d600;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.31551015;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+             id="path9917-9-29-4"
+             d="m 1178.8971,322.07428 c 0,1.8353 -2.3095,3.3231 -7.6255,3.3231 -5.316,0 -11.6255,-1.4878 -11.6255,-3.3231 0,-1.8353 6.3095,-3.3231 11.6255,-3.3231 5.316,0 7.6255,1.4878 7.6255,3.3231 z"
              inkscape:connector-curvature="0" />
           <path
-             style="fill:#f8d600;fill-opacity:1;stroke:#000000;stroke-width:1.31551015;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
-             id="path9761-3-8"
-             d="m 1090.2998,311.29964 c 0,0 21.3911,-16.2054 41.8099,-17.17773 20.4188,-0.97232 33.059,0.32411 38.893,10.37146 5.8339,10.04735 1.6205,13.93665 -2.2688,14.26076 -3.8893,0.32411 -48.9403,1.94465 -53.4778,0.32411 -4.5375,-1.62054 -6.1581,-3.8893 -9.075,-4.21341 -2.917,-0.32411 -16.5296,-0.32411 -15.8813,-3.56519 z"
+             style="color:#000000;fill:#f8d600;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.31551015;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+             id="path9917-9-2-3-0"
+             d="m 1180.8971,362.07428 c 0,1.8353 -2.3095,3.3231 -7.6255,3.3231 -5.316,0 -11.6255,-1.4878 -11.6255,-3.3231 0,-1.8353 6.3095,-3.3231 11.6255,-3.3231 5.316,0 7.6255,1.4878 7.6255,3.3231 z"
              inkscape:connector-curvature="0" />
           <path
-             style="fill:#f8d600;fill-opacity:1;stroke:#000000;stroke-width:1.31551015;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
-             id="path9763-0-5"
-             d="m 1070.2051,392.65078 c 0,0 -1.9447,2.59287 1.6205,4.86163 3.5652,2.26875 20.4188,5.83394 37.2724,5.18573 16.8537,-0.64822 27.5492,-0.64822 29.818,-8.10271 2.2687,-7.45448 -1.2964,-16.85362 -18.1501,-18.15005 -16.8536,-1.29644 -38.5688,4.2134 -50.5608,16.2054 z"
+             style="color:#000000;fill:#f8d600;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.12731349;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+             id="path9917-9-2-9-6-9"
+             d="m 1180.9686,379.0466 c 0,1.33781 -2.3266,2.42231 -7.6821,2.42231 -5.3555,0 -11.7119,-1.0845 -11.7119,-2.42231 0,-1.3378 6.3564,-2.4223 11.7119,-2.4223 5.3555,0 7.6821,1.0845 7.6821,2.4223 z"
              inkscape:connector-curvature="0" />
           <path
              style="fill:none;stroke:#000000;stroke-width:1.31551015px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-             id="path9986-1-6"
-             d="m 1092.0382,309.31112 16.2717,0 13.407,-13.40697"
-             inkscape:connector-curvature="0" />
-        </g>
-        <path
-           style="fill:#808080;stroke:#000000;stroke-width:1.31551015px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-           id="path10167-6-0"
-           d="m 1143.9473,371.01346 c 0,0 4.0106,0.91672 7.2191,-2.29179 3.2085,-3.20851 6.6462,-2.29179 7.7921,-1.26049 1.1459,1.03131 2.521,5.15653 -1.1459,9.39635 -3.6669,4.23981 -8.365,5.72947 -13.7507,5.84406"
-           inkscape:connector-curvature="0" />
-        <path
-           style="color:#000000;fill:#1a1a1a;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.31551015;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-           id="path10165-7-6"
-           transform="matrix(0.79242746,0,0,1.0091379,237.94607,178.20166)"
-           d="m 1147.7287,196.80023 a 3.6095703,5.7867713 0 1 1 -7.2191,0 3.6095703,5.7867713 0 1 1 7.2191,0 z"
-           inkscape:connector-curvature="0" />
-        <path
-           style="opacity:0.25;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-           id="rect9765-9-6-6"
-           d="m 1096.3044,290.28571 c -2.2952,1.6493 6.3467,-0.10955 0,0 z m 16.3126,5.84375 c 2.7863,6.81629 -4.6201,12.29961 -5.9892,18.62318 -7.8248,16.29362 -14.7529,33.03489 -22.9796,49.09557 3.099,-1.40633 1.9617,-5.74396 5,-7.78125 1.7453,-2.11158 3.9687,-3.32783 3.0312,-6.125 6.8501,-18.36601 16.2527,-35.70013 24.0938,-53.6875 -0.9763,-0.0379 -2.3229,-0.26266 -3.1562,-0.125 z m 24.1874,35.625 c -2.2972,5.76245 -6.7997,13.21855 -8.0312,18.03125 3.7489,-5.61558 5.7076,-12.98605 9.0938,-19.09375 l -0.7072,0.70711 -0.3554,0.35539 z m -58.875,37.90625 c -1.6961,1.42 -6.7649,3.14425 -6.4062,5.21875 2.2378,1.30232 7.9819,2.63978 8.2812,1.6875 -1.8968,-1.7999 -2.2816,-4.85598 -1.2812,-7.21875 l -0.5938,0.3125 z"
-           inkscape:connector-curvature="0" />
-        <path
-           style="opacity:0.25;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-           id="rect9765-7-7-6"
-           d="m 1149.0312,276.21875 c 7.5033,2.62434 13.2773,9.46766 14.875,17.03125 2.3162,-0.50096 8.7223,1.1024 7.9063,-3.125 -1.6727,-10.90088 -14.0811,-14.66065 -23.5937,-14.21875 l 0.8124,0.3125 z M 1153,306.5625 c -3.0291,2.74346 -3.0498,8.029 -5.5955,11.41634 -6.4893,14.00692 -12.9761,28.01496 -19.467,42.02116 -1.6367,-4.12643 -6.4844,0.8308 -3.125,2.3125 3.7971,3.28538 5.3395,8.74623 5.2813,13.28125 4.9126,-0.2716 9.4769,-5.04659 6.9062,-9.96875 -1.3861,-3.35185 -4.9109,-5.09234 -8.0312,-6.5 7.8376,-17.50426 16.7761,-35.26654 24.0312,-52.5625 z m -38.3125,1.03125 c -3.4136,4.8596 -5.189,10.96434 -8,16.28125 3.4255,-4.79843 5.5001,-10.14726 7.9687,-15.34375 -0.1055,-0.18114 0.5838,-1.42435 0.031,-0.9375 z"
-           inkscape:connector-curvature="0" />
-        <path
-           style="opacity:0.25;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-           id="path9886-3-7-3"
-           d="m 1204.8542,275.22914 c -2.7253,4.47014 0.9357,9.72962 -0.4249,14.68734 0.2564,17.95371 0.015,36.19268 0.5812,53.96891 3.3281,0.606 6.6574,3.07225 8.2812,5.40625 3.8947,-1.94006 -0.2406,-5.78987 -3.0938,-5.9375 -6.6255,-0.86093 -2.9435,-9.67871 -3.9544,-14.43721 -0.4827,-17.62932 0.4183,-35.43554 -0.8268,-52.96904 -0.1383,-0.12729 -0.2568,-1.4626 -0.5625,-0.71875 z m 1.3437,83.78125 c -3.3625,2.69544 -0.4359,10.05329 -1.4801,14.46836 0.1036,14.87314 -0.6529,30.00569 -0.02,44.71914 1.173,1.19971 1.1789,-3.85982 1.1949,-4.87497 0.07,-18.06026 0.392,-36.46925 0.3051,-54.31253 z"
-           inkscape:connector-curvature="0" />
-        <path
-           style="opacity:0.25;fill:#ffffff;stroke:none;display:inline"
-           id="path10167-8-5-9"
-           d="m 1156.9583,368.23955 c 0.4896,4.50014 -3.7361,7.77191 -4.8126,11.4375 3.2621,-2.22994 8.8309,-7.2849 5.875,-11.5 -0.2225,0.0418 -1.3484,-0.61768 -1.0624,0.0625 z"
-           inkscape:connector-curvature="0" />
-      </g>
-    </g>
-    <g
-       inkscape:label="#TUX_PLANE"
-       style="fill:none;stroke:#000000;stroke-width:0.4736287;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
-       transform="matrix(2.0488334,0,0,4.2610095,-381.74837,-2330.7615)"
-       id="g4672">
-      <path
-         style="fill:none;stroke:#000000;stroke-width:0.4736287;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
-         d="m 245.05654,559.24359 -19.35158,0"
-         id="path4668"
-         inkscape:connector-curvature="0" />
-      <path
-         sodipodi:type="star"
-         style="color:#000000;fill:none;stroke:#000000;stroke-width:0.9029268;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-         id="path4670"
-         sodipodi:sides="3"
-         sodipodi:cx="223.62251"
-         sodipodi:cy="14.772204"
-         sodipodi:r1="10.77033"
-         sodipodi:r2="5.3851652"
-         sodipodi:arg1="-2.0943951"
-         sodipodi:arg2="-1.0471976"
-         inkscape:flatsided="false"
-         inkscape:rounded="0"
-         inkscape:randomized="0"
-         d="m 218.23735,5.4448246 8.07775,4.6636894 8.07774,4.66369 -8.07774,4.66369 -8.07775,4.66369 0,-9.327379 z"
-         transform="matrix(0.62461526,0,0,0.44051261,79.865589,552.73625)" />
-    </g>
-    <g
-       transform="matrix(0.35758416,6.4162282e-4,-4.2362776e-4,0.54159377,-213.70504,-119.07911)"
-       id="g3767"
-       style="display:inline"
-       inkscape:label="#TUX_PLANE">
-      <g
-         transform="translate(0,4.0000024)"
-         id="g3769">
-        <g
-           transform="matrix(1.7752943,0,0,1.7752943,-469.15878,-292.30871)"
-           id="g3771"
-           style="display:inline;enable-background:new">
-          <path
-             inkscape:connector-curvature="0"
-             d="m 886.91992,337.61826 c 0.25214,-0.008 -0.38322,3.9242 -0.1069,3.76401 1.36035,-0.78869 1.96018,5.92149 2.15452,4.97507 0.19433,-0.94642 1.46324,-13.56652 -2.99953,-11.18594 l -0.77704,1.57826 c 0,0 0.73978,0.90146 1.72895,0.8686 z"
-             id="path3773"
-             style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.4664501;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new" />
-          <g
-             transform="matrix(0.1747013,0,0,0.1486377,855.43291,319.07474)"
-             id="g3775"
-             style="fill:#ff7f2a;fill-opacity:1;stroke:#aa4400;stroke-width:2.89462686;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none">
-            <rect
-               width="8.0812206"
-               height="13.131983"
-               x="119.38962"
-               y="189.19467"
-               id="rect3777"
-               style="fill:#ff7f2a;fill-opacity:1;fill-rule:evenodd;stroke:#aa4400;stroke-width:2.89462686;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
-            <rect
-               width="8.0812206"
-               height="13.131983"
-               x="140.83061"
-               y="188.68959"
-               id="rect3779"
-               style="fill:#ff7f2a;fill-opacity:1;fill-rule:evenodd;stroke:#aa4400;stroke-width:2.89462686;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
-            <path
-               inkscape:connector-curvature="0"
-               d="m 119.5131,200.49794 c 0,0 8.11085,-0.52281 8.67684,1.12017 0.56602,1.64299 1.9183,4.2061 3.63772,5.56444 1.71942,1.35834 -6.78803,2.54625 -11.51958,1.52611 -4.73155,-1.02014 -7.59683,-1.16385 -11.15997,-0.60865 -3.56311,0.5552 -10.005972,2.28701 -13.760456,0.92445 -3.754491,-1.36256 1.505485,-3.34939 -5.400478,-2.96186 -6.905961,0.38755 -14.495295,0.15369 -13.62114,-0.48743 0.874157,-0.64115 27.512834,-5.9592 43.147064,-5.07723 z"
-               id="path3781"
-               style="fill:#ff7f2a;fill-opacity:1;fill-rule:evenodd;stroke:#aa4400;stroke-width:2.89462686;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
-            <path
-               inkscape:connector-curvature="0"
-               d="m 148.60842,200.49794 c 0,0 -8.11083,-0.52281 -8.67682,1.12017 -0.56601,1.64299 -1.9183,4.2061 -3.63772,5.56444 -1.71942,1.35834 6.78803,2.54625 11.51957,1.52611 4.73156,-1.02014 7.59685,-1.16385 11.15997,-0.60865 3.56312,0.5552 10.00598,2.28701 13.76046,0.92445 3.7545,-1.36256 -1.50548,-3.34939 5.40047,-2.96186 6.90597,0.38755 14.49531,0.15369 13.62115,-0.48743 -0.87416,-0.64115 -27.51283,-5.9592 -43.14708,-5.07723 z"
-               id="path3783"
-               style="fill:#ff7f2a;fill-opacity:1;fill-rule:evenodd;stroke:#aa4400;stroke-width:2.89462686;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
-          </g>
-          <path
-             inkscape:connector-curvature="0"
-             d="m 870.65392,337.61826 c -0.25214,-0.008 0.38322,3.9242 0.1069,3.76401 -1.36035,-0.78869 -1.96018,5.92149 -2.15452,4.97507 -0.19433,-0.94642 -1.46324,-13.56652 2.99953,-11.18594 l 0.77704,1.57826 c 0,0 -0.73978,0.90146 -1.72895,0.8686 z"
-             id="path3785"
-             style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.4664501;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
-          <path
-             inkscape:connector-curvature="0"
-             d="m 878.8535,320.64299 c -4.80964,0 -8.71347,4.26451 -8.71347,9.51852 0,1.08733 0.16788,2.13219 0.47568,3.1057 -0.90288,1.5836 -1.42336,3.44699 -1.42336,5.44069 0,5.7475 4.32816,10.41142 9.66115,10.41142 5.333,0 9.66116,-4.66392 9.66116,-10.41142 0,-1.9937 -0.52048,-3.85709 -1.42336,-5.44069 0.3078,-0.97351 0.47568,-2.01837 0.47568,-3.1057 0,-5.25401 -3.90384,-9.51852 -8.71348,-9.51852 z"
-             id="path3787"
-             style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.4664501;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
-          <path
-             inkscape:connector-curvature="0"
-             d="m 885.91454,329.57849 c 2.1e-4,3.05576 -2.03488,5.53308 -4.54537,5.53308 -2.51048,0 -4.54557,-2.47732 -4.54536,-5.53308 -2.1e-4,-3.05576 2.03488,-5.53308 4.54536,-5.53308 2.51049,0 4.54558,2.47732 4.54537,5.53308 l 0,0 z"
-             id="path3789"
-             style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.4664501;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
-          <path
-             inkscape:connector-curvature="0"
-             d="m 880.74787,329.57849 c 2.1e-4,3.05652 -1.97429,5.53446 -4.41004,5.53446 -2.43574,0 -4.41025,-2.47794 -4.41004,-5.53446 -2.1e-4,-3.05652 1.9743,-5.53446 4.41004,-5.53446 2.43575,0 4.41025,2.47794 4.41004,5.53446 l 0,0 z"
-             id="path3791"
-             style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.46645004;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
-          <path
-             inkscape:connector-curvature="0"
-             d="m 885.50954,340.5603 c 0,5.0033 -2.9819,7.18744 -6.65604,7.18744 -3.67413,0 -6.65604,-2.18414 -6.65604,-7.18744 0,-5.0033 2.98191,-9.06395 6.65604,-9.06395 3.67414,0 6.65604,4.06065 6.65604,9.06395 z"
-             id="path3793"
-             style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.42729312;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
-          <g
-             transform="matrix(0.1875939,0,0,0.1886297,835.45641,339.88306)"
-             id="g3795"
-             style="stroke-width:1.74461734;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none">
-            <path
-               inkscape:connector-curvature="0"
-               d="m 485.71428,129.50504 c 0.0129,149.91495 -121.51361,271.45186 -271.42856,271.45186 -149.914952,0 -271.441427,-121.53691 -271.428558,-271.45186 -0.01287,-149.914953 121.513606,-271.45186 271.428558,-271.45186 149.91495,0 271.44143,121.536907 271.42856,271.45186 l 0,0 z"
-               transform="matrix(0.03338411,0,0,0.03338411,213.86605,-64.483747)"
-               id="path3797"
-               style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:83.68009186;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
-            <path
-               inkscape:connector-curvature="0"
-               d="m 485.71428,129.50504 c 0.0129,149.91495 -121.51361,271.45186 -271.42856,271.45186 -149.914952,0 -271.441427,-121.53691 -271.428558,-271.45186 -0.01287,-149.914953 121.513606,-271.45186 271.428558,-271.45186 149.91495,0 271.44143,121.536907 271.42856,271.45186 l 0,0 z"
-               transform="matrix(0.01320264,0,0,0.01320264,222.55121,-67.051323)"
-               id="path3799"
-               style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:211.59298706;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
-          </g>
-          <g
-             transform="matrix(0.03676479,0,0,0.03296609,895.82635,317.30877)"
-             id="g3801"
-             style="fill:#ff6600;fill-opacity:1;stroke:#803300;stroke-width:8.65219402;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none">
-            <path
-               inkscape:connector-curvature="0"
-               d="m -461.66042,402.2523 c 26.85317,0 113.18037,48.33587 113.18037,48.33587 0,0 -66.35922,58.70882 -112.64192,58.90466 -46.07394,0 -113.71882,-58.90466 -113.71882,-58.90466 0,0 86.31008,-48.33587 113.18037,-48.33587 z"
-               id="path3803"
-               style="fill:#ff7f2a;fill-rule:evenodd;stroke-width:12.71111393;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" />
-            <path
-               inkscape:connector-curvature="0"
-               d="m -574.73196,450.41599 112.64192,34.50561 113.50116,-34.50561"
-               id="path3805"
-               style="fill:#ff7f2a;fill-opacity:1;fill-rule:evenodd;stroke:#803300;stroke-width:12.71111393;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
-            <path
-               inkscape:connector-curvature="0"
-               d="m 67.25,354.54968 c 0,0.72487 -0.195875,1.3125 -0.4375,1.3125 -0.241625,0 -0.4375,-0.58763 -0.4375,-1.3125 0,-0.72487 0.195875,-1.3125 0.4375,-1.3125 0.241625,0 0.4375,0.58763 0.4375,1.3125 z"
-               transform="matrix(7.1663567,2.838336,-2.7400776,7.4233401,22.879161,-2397.9053)"
-               id="path3807"
-               style="fill:#803300;fill-opacity:1;fill-rule:nonzero;stroke:none" />
-            <path
-               inkscape:connector-curvature="0"
-               d="m 67.25,354.54968 c 0,0.72487 -0.195875,1.3125 -0.4375,1.3125 -0.241625,0 -0.4375,-0.58763 -0.4375,-1.3125 0,-0.72487 0.195875,-1.3125 0.4375,-1.3125 0.241625,0 0.4375,0.58763 0.4375,1.3125 z"
-               transform="matrix(-7.1663567,2.838336,2.7400776,7.4233401,-947.15905,-2397.9053)"
-               id="path3809"
-               style="fill:#803300;fill-opacity:1;fill-rule:nonzero;stroke:none" />
-          </g>
-          <g
-             transform="matrix(0.128421,0,0,0.1291301,852.40506,336.55036)"
-             id="g3811"
-             style="stroke-width:2.54848862;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none">
-            <path
-               inkscape:connector-curvature="0"
-               d="m 485.71428,129.50504 c 0.0129,149.91495 -121.51361,271.45186 -271.42856,271.45186 -149.914952,0 -271.441427,-121.53691 -271.428558,-271.45186 -0.01287,-149.914953 121.513606,-271.45186 271.428558,-271.45186 149.91495,0 271.44143,121.536907 271.42856,271.45186 l 0,0 z"
-               transform="matrix(0.03338411,0,0,0.03338411,213.86605,-64.483747)"
-               id="path3813"
-               style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:122.23755646;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
-            <path
-               inkscape:connector-curvature="0"
-               d="m 485.71428,129.50504 c 0.0129,149.91495 -121.51361,271.45186 -271.42856,271.45186 -149.914952,0 -271.441427,-121.53691 -271.428558,-271.45186 -0.01287,-149.914953 121.513606,-271.45186 271.428558,-271.45186 149.91495,0 271.44143,121.536907 271.42856,271.45186 l 0,0 z"
-               transform="matrix(0.01320264,0,0,0.01320264,222.55121,-67.051323)"
-               id="path3815"
-               style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:309.08917236;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
-          </g>
-        </g>
-        <path
-           inkscape:connector-curvature="0"
-           d="m 1076.039,299.56523 c 0,0 -0.8103,-0.64822 -1.2964,0.16205 -0.4862,0.81027 0.3241,2.75492 0.3241,2.75492 0,0 4.3754,2.91697 9.3991,3.40314 5.0237,0.48616 12.9643,1.78259 22.3635,-3.07903 0,0 0.6482,-0.81027 0.6482,-1.62054 0,-0.81027 -0.4862,-1.13438 -1.4585,-0.97233 -0.9723,0.16206 -12.6402,6.80627 -29.98,-0.64821 z"
-           id="path3817"
-           style="fill:#ff0000;stroke:#000000;stroke-width:1.31551015;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
-        <path
-           inkscape:connector-curvature="0"
-           d="m 1100.7231,302.21103 c 0,0 -1.8445,-1.59276 -3.5585,-1.25646 -1.714,0.3363 -4.8221,2.70409 -6.0766,2.99649 -1.2545,0.29242 -17.1287,-5.7416 -20.2419,-7.86033 -3.1132,-2.11872 -16.0317,-12.31804 -26.9717,-11.79084 0,0 -7.0759,-0.39409 -11.5365,-6.18084 0,0 0.057,3.27356 -1.6069,5.11512 -1.6639,1.84152 -7.9719,-0.0991 -5.5016,4.06574 0,0 3.3465,7.39216 17.1013,7.15693 13.7549,-0.23522 21.4474,3.34445 26.5005,5.57989 5.0531,2.23546 18.1202,7.02757 23.2621,6.01864 5.1423,-1.00886 4.7101,-3.54598 5.7145,-3.65718"
-           id="path3819"
-           style="fill:#ff0000;stroke:#000000;stroke-width:1.25866485;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
-        <path
-           inkscape:connector-curvature="0"
-           d="m 1077.5454,285.51309 c 0,0 13.2696,-3.79307 27.0391,0 l 0.1581,0 c 0,0 0.3162,-1.38178 -1.1069,-1.95074 -1.4231,-0.56896 -7.3526,-1.46305 -12.887,-1.46305 -5.5343,0 -10.7524,1.13793 -11.9384,1.38178 -1.1858,0.24383 -1.2649,2.03201 -1.2649,2.03201 z"
-           id="path3821"
-           style="fill:#c87137;stroke:#000000;stroke-width:1.30149007;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
-        <rect
-           width="8.9619694"
-           height="7.7352548"
-           rx="3.1121876"
-           ry="2.6880107"
-           x="1082.0524"
-           y="279.23978"
-           id="rect3823"
-           style="color:#000000;fill:#c87137;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.31831646;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
-        <rect
-           width="8.9619694"
-           height="7.7352548"
-           rx="3.1121876"
-           ry="2.6880107"
-           x="1091.1057"
-           y="279.23978"
-           id="rect3825"
-           style="color:#000000;fill:#c87137;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.31831646;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
-        <rect
-           width="5.4638352"
-           height="4.7159452"
-           rx="1.8974046"
-           ry="1.6387972"
-           x="1083.8014"
-           y="280.74942"
-           id="rect3827"
-           style="color:#000000;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.80373669;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
-        <rect
-           width="5.4638352"
-           height="4.7159452"
-           rx="1.8974046"
-           ry="1.6387972"
-           x="1092.8884"
-           y="280.74942"
-           id="rect3829"
-           style="color:#000000;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.80373669;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
-      </g>
-      <g
-         transform="translate(20,0)"
-         id="g3831">
-        <g
-           transform="translate(0,-20)"
-           id="g3833">
-          <path
-             inkscape:connector-curvature="0"
-             d="m 1216.0451,367.5226 c 0,4.22305 -7.0911,7.6465 -23.8607,7.6465 -5.6005,0 3.5796,-3.42345 3.5796,-7.6465 0,-4.22305 -9.1801,-7.6465 -3.5796,-7.6465 17.0954,0 23.8607,3.42345 23.8607,7.6465 z"
-             id="path3835"
-             style="color:#000000;fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.31551015;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
-          <path
-             inkscape:connector-curvature="0"
-             d="m 1207.413,362.19808 -0.4584,-62.40761 c 0.047,-4.37821 -2.2884,-10.53235 -5.4916,-3.70341 -3.3767,7.19871 -3.2038,47.28937 -0.2288,67.52264"
-             id="path3837"
-             style="fill:#784421;fill-opacity:1;stroke:#000000;stroke-width:1.31551015;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
-          <path
-             inkscape:connector-curvature="0"
-             d="m 1207.413,372.44759 -0.4584,62.40761 c 0.047,4.37821 -2.2884,10.53235 -5.4916,3.70341 -3.3767,-7.19871 -3.2038,-47.28937 -0.2288,-67.52264"
-             id="path3839"
-             style="fill:#784421;fill-opacity:1;stroke:#000000;stroke-width:1.31551015;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" />
-          <rect
-             width="7.5974507"
-             height="14.644708"
-             rx="1.7355134"
-             ry="1.0898683"
-             x="1200.4694"
-             y="360.11432"
-             id="rect3841"
-             style="color:#000000;fill:#784421;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.31551015;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
-        </g>
-        <g
-           transform="translate(0,-20)"
-           id="g3843"
-           style="stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none">
-          <rect
-             width="6.3201084"
-             height="37.110382"
-             x="1139.7262"
-             y="403.50842"
-             id="rect3845"
-             style="color:#000000;fill:#f8d600;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.31551015;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
-          <rect
-             width="6.1245208"
-             height="54.740742"
-             x="301.03711"
-             y="1125.2662"
-             transform="matrix(0.57635987,-0.817196,0.817196,0.57635987,0,0)"
-             id="rect3847"
-             style="color:#000000;fill:#f8d600;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.31551015;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
-        </g>
-        <path
-           inkscape:connector-curvature="0"
-           d="m 988.2057,314.63543 c 0,0 28.3475,-3.8893 64.6476,-5.18573 0,0 1.9446,9.07503 27.5492,11.01967 0,0 17.8259,-0.3241 13.2884,-8.75092 0,0 65.8133,-0.3241 81.8493,-0.3241 16.8536,0 20.1431,3.98382 20.1431,34.88888 0,27.02355 3.1927,38.68366 -25.3288,38.68366 -28.5215,0 -91.7226,0.32411 -133.8567,-10.04735 -42.13404,-10.37146 -95.28778,-31.11438 -108.57621,-40.18941 -13.28843,-9.07503 -13.28843,-15.23308 -13.28843,-23.01168 0,-7.77859 5.83394,-27.87329 12.31611,-32.41081 6.48216,-4.53751 25.60454,-15.23308 38.56886,-4.86162 12.96433,10.37146 20.41882,23.984 22.68757,40.18941 z"
-           id="path3849"
-           style="fill:#f8d600;fill-opacity:1;stroke:#000000;stroke-width:1.31551015;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
-        <path
-           inkscape:connector-curvature="0"
-           d="m 928.4375,283.65625 c -8.13927,7.66693 -10.39596,19.4688 -11.875,30 -0.88652,8.5212 4.40663,16.12384 11.875,19.71875 19.76951,12.18784 42.38997,18.90727 64.02814,26.96475 34.25566,12.08536 70.04266,19.88556 106.52906,20.99553 26.9041,1.34888 54.0262,2.73678 80.8803,0.63347 7.7576,-1.8786 -3.3731,-1.01112 -6.2188,-1.1875 -51.1225,0.0673 -103.2588,-1.37918 -152.0937,-17.8125 -28.07344,-8.75022 -56.19552,-18.61165 -81.96875,-32.71875 -9.52233,-5.74374 -17.25648,-16.16329 -15.3125,-27.875 0.24797,-6.35608 2.50397,-13.10492 4.15625,-18.71875 z"
-           id="path3851"
-           style="opacity:0.25;fill:#ffffff;fill-opacity:1;stroke:none;display:inline" />
-        <path
-           inkscape:connector-curvature="0"
-           d="m 1145.3037,312.09584 c 0,0 5.269,35.42098 0,72.22861"
-           id="path3853"
-           style="fill:none;stroke:#000000;stroke-width:1.31551015;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
-        <path
-           inkscape:connector-curvature="0"
-           d="m 953.46875,272.09375 c -3.22892,0.19176 -6.43684,0.82845 -9.46875,1.9375 10.95671,-0.5411 19.58399,7.03545 25.92612,15.01429 6.85937,8.34237 11.48055,18.41135 13.51138,29.04821 21.6521,-2.60319 43.4224,-4.17028 65.2187,-4.84375 -0.815,7.27479 8.6069,8.06967 13.6563,9.6875 6.2069,1.31699 13.9547,2.72478 19.3437,-0.71875 -10.229,-0.55585 -22.0685,-2.32355 -29.0312,-10.65625 -21.9893,0.9033 -44.0221,2.66872 -65.78125,5.59375 -1.71532,-17.74186 -10.69672,-36.76603 -27.53125,-44.5 -1.89459,-0.50143 -3.88009,-0.65762 -5.84375,-0.5625 z m 224.37505,41.3125 c -25.7874,0.39599 -52.2131,-0.44275 -77.625,0.71875 -1.4778,3.76076 7.4188,0.33652 9.75,1.46875 22.7247,0.12291 45.7097,-1.28124 68.2812,0.65625 10.2883,2.90287 13.1212,14.88052 12.9051,24.27523 0.8972,10.64908 0.5743,22.44064 0.4074,32.41227 4.29,-10.41619 1.105,-22.15678 2.0574,-33.12491 -0.2096,-8.11581 0.5671,-17.37502 -4.5887,-24.06259 -3.0863,-2.51764 -7.392,-2.42209 -11.1874,-2.34375 z"
-           id="path3855"
-           style="opacity:0.25;fill:#ffffff;fill-opacity:1;stroke:none;display:inline" />
-        <path
-           inkscape:connector-curvature="0"
-           d="m 1162.738,238.10695 a 19.85165,19.85165 0 1 1 -39.7033,0 19.85165,19.85165 0 1 1 39.7033,0 z"
-           transform="translate(0,180)"
-           id="path3857"
-           style="color:#000000;fill:#1a1a1a;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.31551015;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
-        <path
-           inkscape:connector-curvature="0"
-           d="m 1162.738,238.10695 a 19.85165,19.85165 0 1 1 -39.7033,0 19.85165,19.85165 0 1 1 39.7033,0 z"
-           transform="matrix(0.64964078,0,0,0.64964078,400.42075,263.42297)"
-           id="path3859"
-           style="color:#000000;fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:2.02498102;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
-        <path
-           inkscape:connector-curvature="0"
-           d="m 1162.738,238.10695 a 19.85165,19.85165 0 1 1 -39.7033,0 19.85165,19.85165 0 1 1 39.7033,0 z"
-           transform="matrix(0.18780362,0,0,0.18780362,928.24814,373.38961)"
-           id="path3861"
-           style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:7.00471163;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
-        <path
-           inkscape:connector-curvature="0"
-           d="m 1180.8971,342.07428 c 0,1.8353 -2.3095,3.3231 -7.6255,3.3231 -5.316,0 -11.6255,-1.4878 -11.6255,-3.3231 0,-1.8353 6.3095,-3.3231 11.6255,-3.3231 5.316,0 7.6255,1.4878 7.6255,3.3231 z"
-           id="path3863"
-           style="color:#000000;fill:#f8d600;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.31551015;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
-        <path
-           inkscape:connector-curvature="0"
-           d="m 1178.8971,322.07428 c 0,1.8353 -2.3095,3.3231 -7.6255,3.3231 -5.316,0 -11.6255,-1.4878 -11.6255,-3.3231 0,-1.8353 6.3095,-3.3231 11.6255,-3.3231 5.316,0 7.6255,1.4878 7.6255,3.3231 z"
-           id="path3865"
-           style="color:#000000;fill:#f8d600;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.31551015;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
-        <path
-           inkscape:connector-curvature="0"
-           d="m 1180.8971,362.07428 c 0,1.8353 -2.3095,3.3231 -7.6255,3.3231 -5.316,0 -11.6255,-1.4878 -11.6255,-3.3231 0,-1.8353 6.3095,-3.3231 11.6255,-3.3231 5.316,0 7.6255,1.4878 7.6255,3.3231 z"
-           id="path3867"
-           style="color:#000000;fill:#f8d600;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.31551015;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
-        <path
-           inkscape:connector-curvature="0"
-           d="m 1180.9686,379.0466 c 0,1.33781 -2.3266,2.42231 -7.6821,2.42231 -5.3555,0 -11.7119,-1.0845 -11.7119,-2.42231 0,-1.3378 6.3564,-2.4223 11.7119,-2.4223 5.3555,0 7.6821,1.0845 7.6821,2.4223 z"
-           id="path3869"
-           style="color:#000000;fill:#f8d600;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.12731349;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
-        <path
-           inkscape:connector-curvature="0"
-           d="m 987.76175,314.75 c 0,0 -45.60663,7.33373 -45.60663,26.58477"
-           id="path3871"
-           style="fill:none;stroke:#000000;stroke-width:1.31551015px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
-        <path
-           inkscape:connector-curvature="0"
-           d="m 975.38608,286.3318 -35.98111,0 0,52.25282"
-           id="path3873"
-           style="fill:none;stroke:#000000;stroke-width:1.31551015px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
-        <path
-           inkscape:connector-curvature="0"
-           d="m 986.84502,324.14635 c 0,2.02515 -1.08238,3.66686 -17.22033,3.66686 -16.13794,0 -41.22032,-1.64171 -41.22032,-3.66686 0,-2.02516 25.08238,-3.66687 41.22032,-3.66687 16.13795,0 17.22033,1.64171 17.22033,3.66687 z"
-           id="path3875"
-           style="color:#000000;fill:#f8d600;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.31551015;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
-        <g
-           transform="matrix(0.15309935,0,0,0.15309935,992.2979,320.67813)"
-           id="g3877"
-           style="stroke:#696da3;stroke-width:1.31551015;stroke-opacity:1;display:inline">
-          <g
-             transform="translate(0,4e-5)"
-             id="g3879"
-             style="fill:#000000;stroke:#000000;stroke-width:39.46530533;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none">
-            <path
-               inkscape:connector-curvature="0"
-               d="m 101.09375,20.5625 c -42.898656,0 -77.718721,34.82006 -77.71875,77.71875 0,42.89866 34.820086,77.71878 77.71875,77.71875 42.89865,0 77.71872,-34.82012 77.71875,-77.71875 0,-42.89866 -34.82009,-77.71878 -77.71875,-77.71875 z"
-               id="path3881"
-               style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:39.46530533;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" />
-            <path
-               inkscape:connector-curvature="0"
-               d="m 208.28125,111.5 c -11.22916,0.14022 -27.86406,1.78473 -36.71875,9.5625 -14.1675,12.44444 -13.21875,28.15625 -13.21875,28.15625 0,0 4.20526,26.42885 27.5625,29.875 23.35724,3.44615 42.125,-7.09375 42.125,-7.09375 l -9.5625,-21.625 c 0,0 -20.12351,7.6376 -26.25,4 -6.12648,-3.6376 -8.6103,-10.90513 -4.78125,-15.5 3.82906,-4.59486 13.04013,-8.59449 24.71875,-5.53125 L 219.8125,111.875 c 0,0 -4.79376,-0.45913 -11.53125,-0.375 z m 54.59375,10.71875 c -16.27502,0 -29.46875,13.22498 -29.46875,29.5 0,16.27502 13.19374,29.46875 29.46875,29.46875 16.27502,0 29.5,-13.19373 29.5,-29.46875 0,-16.27502 -13.22498,-29.5 -29.5,-29.5 z m 302.0625,1.40625 c -1.22762,0.0445 -2.6007,0.18889 -4.15625,0.5 -12.44443,2.48889 -11.47987,18.39141 -13.96875,31.21875 -2.48889,12.82733 -18.96875,8.21875 -18.96875,8.21875 l 0,15.90625 c 0,0 14.75493,2.49358 26.625,-3.25 11.87007,-5.74358 5.5499,-22.97479 9.1875,-30.25 3.63761,-7.27521 9.1875,-2.5 9.1875,-2.5 l 1.71875,-14.75 c 0,0 -1.031
 69,-5.40523 -9.625,-5.09375 z m -157.15625,0.1875 c -0.77654,-0.005 -1.58273,0.005 -2.375,0.0312 C 394.84268,124.18965 383.3125,127 383.3125,127 l 9.1875,52.65625 15.3125,-0.375 -2.09375,-16.65625 c 0,0 5.72047,0.19764 14.71875,-9.375 8.99828,-9.57264 7.84561,-19.16625 0.1875,-26.25 -2.51282,-2.32437 -7.40797,-3.1543 -12.84375,-3.1875 z m 89.4375,0.125 -6.125,55.53125 22.40625,0 6.6875,-53.40625 -22.96875,-2.125 z m -144.15625,0.1875 -17.25,18.96875 -18.375,-17.21875 -19.71875,49.375 18.96875,6.3125 9.5625,-21.25 12.0625,11.3125 9,-11.6875 11.875,18.375 18,-6.3125 -24.125,-47.875 z m 92.65625,0.40625 -12.0625,48.625 16.09375,4.78125 4.59375,-17.625 c 9.76409,1.53162 9.1875,19.15625 9.1875,19.15625 l 17.03125,-0.375 -6.3125,-21.25 c 9.95555,-3.6376 10.34375,-8.625 10.34375,-8.625 0,0 2.4868,-10.72517 -7.46875,-16.46875 -9.95554,-5.74358 -31.40625,-8.21875 -31.40625,-8.21875 z M 402.0625,136 c 2.69691,-0.0806 8.16845,0.47817 8.8125,4.5 0.85872,5.36242 -7.74997,6.21878 -7.75,6.
 21875 l -2.59375,-10.53125 c 0,-0.0536 0.63228,-0.16055 1.53125,-0.1875 z m 56.28125,1.9375 c 4.59487,0.38291 10.72703,4.76864 8.8125,8.40625 -1.91453,3.6376 -11.09375,1.15625 -11.09375,1.15625 l 2.28125,-9.5625 z M 262.875,141.75 c 5.49546,0 9.96875,4.47329 9.96875,9.96875 0,5.49546 -4.47329,9.9375 -9.96875,9.9375 -5.49546,0 -9.9375,-4.44204 -9.9375,-9.9375 0,-5.49546 4.44204,-9.96875 9.9375,-9.96875 z"
-               id="path3883"
-               style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:39.46530533;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
-          </g>
-          <g
-             transform="translate(0,100)"
-             id="g3885"
-             style="stroke-width:1.31551015">
-            <path
-               inkscape:connector-curvature="0"
-               d="m 101.09375,-79.4375 c -42.898656,0 -77.718721,34.82006 -77.71875,77.71875 0,42.89866 34.820086,77.71878 77.71875,77.71875 42.89865,0 77.71872,-34.82012 77.71875,-77.71875 0,-42.89866 -34.82009,-77.71878 -77.71875,-77.71875 z"
-               id="path3887"
-               style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:32.88775635;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" />
-            <path
-               inkscape:connector-curvature="0"
-               d="m 208.28125,11.5 c -11.22916,0.14022 -27.86406,1.78473 -36.71875,9.5625 -14.1675,12.44444 -13.21875,28.15625 -13.21875,28.15625 0,0 4.20526,26.42885 27.5625,29.875 C 209.26349,82.5399 228.03125,72 228.03125,72 l -9.5625,-21.625 c 0,0 -20.12351,7.6376 -26.25,4 -6.12648,-3.6376 -8.6103,-10.90513 -4.78125,-15.5 3.82906,-4.59486 13.04013,-8.59449 24.71875,-5.53125 L 219.8125,11.875 c 0,0 -4.79376,-0.45913 -11.53125,-0.375 z M 262.875,22.21875 c -16.27502,0 -29.46875,13.22498 -29.46875,29.5 0,16.27502 13.19374,29.46875 29.46875,29.46875 16.27502,0 29.5,-13.19373 29.5,-29.46875 0,-16.27502 -13.22498,-29.5 -29.5,-29.5 z M 564.9375,23.625 c -1.22762,0.0445 -2.6007,0.18889 -4.15625,0.5 -12.44443,2.48889 -11.47987,18.39141 -13.96875,31.21875 -2.48889,12.82733 -18.96875,8.21875 -18.96875,8.21875 l 0,15.90625 c 0,0 14.75493,2.49358 26.625,-3.25 11.87007,-5.74358 5.5499,-22.97479 9.1875,-30.25 3.63761,-7.27521 9.1875,-2.5 9.1875,-2.5 l 1.71875,-14.75 c 0,0 -1.03169,-5.4
 0523 -9.625,-5.09375 z m -157.15625,0.1875 c -0.77654,-0.005 -1.58273,0.005 -2.375,0.0312 C 394.84268,24.18965 383.3125,27 383.3125,27 l 9.1875,52.65625 15.3125,-0.375 -2.09375,-16.65625 c 0,0 5.72047,0.19764 14.71875,-9.375 8.99828,-9.57264 7.84561,-19.16625 0.1875,-26.25 -2.51282,-2.32437 -7.40797,-3.1543 -12.84375,-3.1875 z m 89.4375,0.125 -6.125,55.53125 22.40625,0 6.6875,-53.40625 -22.96875,-2.125 z M 353.0625,24.125 335.8125,43.09375 317.4375,25.875 297.71875,75.25 l 18.96875,6.3125 9.5625,-21.25 12.0625,11.3125 9,-11.6875 11.875,18.375 18,-6.3125 -24.125,-47.875 z m 92.65625,0.40625 -12.0625,48.625 16.09375,4.78125 4.59375,-17.625 c 9.76409,1.53162 9.1875,19.15625 9.1875,19.15625 l 17.03125,-0.375 -6.3125,-21.25 c 9.95555,-3.6376 10.34375,-8.625 10.34375,-8.625 0,0 2.4868,-10.72517 -7.46875,-16.46875 -9.95554,-5.74358 -31.40625,-8.21875 -31.40625,-8.21875 z M 402.0625,36 c 2.69691,-0.0806 8.16845,0.47817 8.8125,4.5 0.85872,5.36242 -7.74997,6.21878 -7.75,6.21875 L 400.
 53125,36.1875 c 0,-0.0536 0.63228,-0.16055 1.53125,-0.1875 z m 56.28125,1.9375 c 4.59487,0.38291 10.72703,4.76864 8.8125,8.40625 C 465.24172,49.98135 456.0625,47.5 456.0625,47.5 l 2.28125,-9.5625 z M 262.875,41.75 c 5.49546,0 9.96875,4.47329 9.96875,9.96875 0,5.49546 -4.47329,9.9375 -9.96875,9.9375 -5.49546,0 -9.9375,-4.44204 -9.9375,-9.9375 0,-5.49546 4.44204,-9.96875 9.9375,-9.96875 z"
-               id="path3889"
-               style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:32.88775635;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
-          </g>
-          <path
-             inkscape:connector-curvature="0"
-             d="m 101.09375,20.5625 c -42.898655,0 -77.71872,34.82006 -77.71875,77.71875 0,42.89866 34.820087,77.71878 77.71875,77.71875 42.89865,0 77.71872,-34.82012 77.71875,-77.71875 0,-42.89866 -34.82009,-77.71878 -77.71875,-77.71875 z m 0,17.71875 c 33.12967,0 60.03125,26.87034 60.03125,60 3e-5,33.12967 -26.90158,60.03125 -60.03125,60.03125 -33.129629,0 -60,-26.90158 -60,-60.03125 3e-5,-33.12966 26.870369,-60 60,-60 z m -1.875,15 c -20.390579,0 -40.78125,24.63098 -40.78125,45.40625 0,20.77529 11.921098,44.625 43.46875,44.625 31.54765,0 46.16741,-16.55852 40.78125,-55.03125 l -38.875,12.3125 7.3125,7.6875 4.625,-1.125 c 0,0 7.6981,9.61734 -3.84375,11.15625 C 100.36444,119.85141 89.976413,116.74464 88.4375,102.125 86.898587,87.50535 98.44081,77.13534 111.90625,82.90625 l 19.625,-18.09375 c 0,0 -11.92195,-11.53125 -32.3125,-11.53125 z"
-             id="path3891"
-             style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:13.98377037;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" />
-          <path
-             inkscape:connector-curvature="0"
-             d="m 101.1024,20.577559 c -42.898655,0 -77.714941,34.816257 -77.714971,77.714941 0,42.89866 34.816318,77.71498 77.714981,77.71495 42.89865,0 77.71494,-34.81632 77.71497,-77.71495 0,-42.898656 -34.81632,-77.714973 -77.71498,-77.714941 z m 0,17.697466 c 33.12967,0 60.01751,26.887813 60.01751,60.017475 3e-5,33.12967 -26.88784,60.01751 -60.01751,60.01751 -33.129629,0 -60.017504,-26.88784 -60.017504,-60.01751 3e-5,-33.12966 26.887873,-60.017474 60.017504,-60.017475 z"
-             id="path3893"
-             style="fill:#fde445;fill-opacity:1;stroke:#beac34;stroke-width:7.90594482;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" />
-          <path
-             inkscape:connector-curvature="0"
-             d="m 131.52538,64.821195 c 0,0 -11.92655,-11.541816 -32.317104,-11.541815 -20.390579,0 -40.781158,24.622575 -40.781158,45.39784 0,20.77529 11.92659,44.62841 43.474242,44.62841 31.54765,0 46.16729,-16.5433 40.78113,-55.01603 l -38.85751,12.31127 7.30983,7.69454 4.61673,-1.15417 c 0,0 7.69457,9.61819 -3.84728,11.1571 C 100.36245,119.83725 89.9748,116.75943 88.435887,102.13979 86.896974,87.52014 98.43882,77.132498 111.90426,82.90341 l 19.62112,-18.082215 z"
-             id="path3895"
-             style="fill:#757ab7;fill-opacity:1;fill-rule:evenodd;stroke:#585c8a;stroke-width:5.97265291px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline" />
-          <path
-             inkscape:connector-curvature="0"
-             d="M 80.684098,65.588753 C 70.328965,73.587558 62.624029,87.01471 62.62403,99.0555 c 0,18.57603 10.651107,39.88623 38.85911,39.88623 15.49691,0 26.45013,-4.48079 32.35405,-14.2084 -6.0137,3.71225 -13.90045,5.47794 -23.62362,5.47794 -28.208002,0 -38.859082,-21.3102 -38.859082,-39.8862 0,-8.32652 3.645291,-17.32008 9.32961,-24.736317 z"
-             id="path3897"
-             style="opacity:0.25;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline" />
-          <path
-             inkscape:connector-curvature="0"
-             d="m 208.28125,111.5 c -11.22916,0.14022 -27.86406,1.78473 -36.71875,9.5625 -14.1675,12.44444 -13.21875,28.15625 -13.21875,28.15625 0,0 4.20526,26.42885 27.5625,29.875 23.35724,3.44615 42.125,-7.09375 42.125,-7.09375 l -9.5625,-21.625 c 0,0 -20.12351,7.6376 -26.25,4 -6.12648,-3.6376 -8.6103,-10.90513 -4.78125,-15.5 3.82906,-4.59486 13.04013,-8.59449 24.71875,-5.53125 L 219.8125,111.875 c 0,0 -4.79376,-0.45913 -11.53125,-0.375 z m 54.59375,10.71875 c -16.27502,0 -29.46875,13.22498 -29.46875,29.5 0,16.27502 13.19374,29.46875 29.46875,29.46875 16.27502,0 29.5,-13.19373 29.5,-29.46875 0,-16.27502 -13.22498,-29.5 -29.5,-29.5 z m 302.0625,1.40625 c -1.22762,0.0445 -2.6007,0.18889 -4.15625,0.5 -12.44443,2.48889 -11.47987,18.39141 -13.96875,31.21875 -2.48889,12.82733 -18.96875,8.21875 -18.96875,8.21875 l 0,15.90625 c 0,0 14.75493,2.49358 26.625,-3.25 11.87007,-5.74358 5.5499,-22.97479 9.1875,-30.25 3.63761,-7.27521 9.1875,-2.5 9.1875,-2.5 l 1.71875,-14.75 c 0,0 -1.03169
 ,-5.40523 -9.625,-5.09375 z m -157.15625,0.1875 c -0.77654,-0.005 -1.58273,0.005 -2.375,0.0312 C 394.84268,124.18965 383.3125,127 383.3125,127 l 9.1875,52.65625 15.3125,-0.375 -2.09375,-16.65625 c 0,0 5.72047,0.19764 14.71875,-9.375 8.99828,-9.57264 7.84561,-19.16625 0.1875,-26.25 -2.51282,-2.32437 -7.40797,-3.1543 -12.84375,-3.1875 z m 89.4375,0.125 -6.125,55.53125 22.40625,0 6.6875,-53.40625 -22.96875,-2.125 z m -144.15625,0.1875 -17.25,18.96875 -18.375,-17.21875 -19.71875,49.375 18.96875,6.3125 9.5625,-21.25 12.0625,11.3125 9,-11.6875 11.875,18.375 18,-6.3125 -24.125,-47.875 z m 92.65625,0.40625 -12.0625,48.625 16.09375,4.78125 4.59375,-17.625 c 9.76409,1.53162 9.1875,19.15625 9.1875,19.15625 l 17.03125,-0.375 -6.3125,-21.25 c 9.95555,-3.6376 10.34375,-8.625 10.34375,-8.625 0,0 2.4868,-10.72517 -7.46875,-16.46875 -9.95554,-5.74358 -31.40625,-8.21875 -31.40625,-8.21875 z M 402.0625,136 c 2.69691,-0.0806 8.16845,0.47817 8.8125,4.5 0.85872,5.36242 -7.74997,6.21878 -7.75,6.21
 875 l -2.59375,-10.53125 c 0,-0.0536 0.63228,-0.16055 1.53125,-0.1875 z m 56.28125,1.9375 c 4.59487,0.38291 10.72703,4.76864 8.8125,8.40625 -1.91453,3.6376 -11.09375,1.15625 -11.09375,1.15625 l 2.28125,-9.5625 z M 262.875,141.75 c 5.49546,0 9.96875,4.47329 9.96875,9.96875 0,5.49546 -4.47329,9.9375 -9.96875,9.9375 -5.49546,0 -9.9375,-4.44204 -9.9375,-9.9375 0,-5.49546 4.44204,-9.96875 9.9375,-9.96875 z"
-             id="path3899"
-             style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:13.98377037;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
-          <path
-             inkscape:connector-curvature="0"
-             d="m 212.14502,133.32836 7.65812,-21.44271 c 0,0 -34.0786,-3.2547 -48.24611,9.18973 -14.1675,12.44444 -13.21024,28.14356 -13.21024,28.14356 0,0 4.21196,26.42049 27.5692,29.86664 23.35724,3.44615 42.11962,-7.08376 42.11962,-7.08376 l -9.57264,-21.63416 c 0,0 -20.10255,7.65811 -26.22904,4.02051 -6.12648,-3.6376 -8.61537,-10.91281 -4.78632,-15.50768 3.82906,-4.59486 13.01879,-8.61537 24.69741,-5.55213 z"
-             id="path3901"
-             style="fill:#fde445;fill-opacity:1;fill-rule:evenodd;stroke:#beac34;stroke-width:5.97265291px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
-          <path
-             inkscape:connector-curvature="0"
-             d="m 262.88001,122.2241 c -16.27502,0 -29.48373,13.20871 -29.48373,29.48373 0,16.27502 13.20872,29.48373 29.48373,29.48373 16.27502,0 29.48373,-13.20871 29.48373,-29.48373 0,-16.27502 -13.20871,-29.48373 -29.48373,-29.48373 z m 0,19.52818 c 5.49546,0 9.95555,4.46009 9.95555,9.95555 0,5.49546 -4.46009,9.95554 -9.95555,9.95554 -5.49546,0 -9.95554,-4.46008 -9.95554,-9.95554 0,-5.49546 4.46008,-9.95555 9.95554,-9.95555 z"
-             id="path3903"
-             style="fill:#47ac50;fill-opacity:1;stroke:#35823c;stroke-width:5.97265291;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
-          <path
-             inkscape:connector-curvature="0"
-             d="m 297.72442,175.25652 19.71964,-49.39482 18.37947,17.23075 17.23075,-18.95382 24.12305,47.86319 -17.99656,6.31794 -11.87008,-18.37946 -8.99828,11.67862 -12.06152,-11.29572 -9.57264,21.25126 -18.95383,-6.31794 z"
-             id="path3905"
-             style="fill:#c73938;fill-opacity:1;fill-rule:evenodd;stroke:#962b2a;stroke-width:5.97265291px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
-          <path
-             inkscape:connector-curvature="0"
-             d="m 405.41661,123.85145 c -10.56357,0.3459 -22.11279,3.15897 -22.11279,3.15897 l 9.18973,52.64951 15.31622,-0.3829 -2.10598,-16.6564 c 0,0 5.74359,0.19146 14.74187,-9.38118 8.99828,-9.57264 7.84956,-19.14528 0.19145,-26.22903 -2.87179,-2.65642 -8.88237,-3.36651 -15.2205,-3.15897 z m -3.35042,12.15725 c 2.69691,-0.0806 8.16278,0.47731 8.80683,4.49914 0.85872,5.36242 -7.75381,6.22224 -7.75384,6.22221 l -2.58461,-10.5299 c 0,-0.0536 0.63265,-0.1645 1.53162,-0.19145 z"
-             id="path3907"
-             style="fill:#757ab7;fill-opacity:1;fill-rule:evenodd;stroke:#585c8a;stroke-width:5.97265291px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
-          <path
-             inkscape:connector-curvature="0"
-             d="m 445.71742,124.52153 -12.06152,48.62901 16.08203,4.78632 4.59487,-17.61366 c 9.76409,1.53162 9.18973,19.14528 9.18973,19.14528 l 17.0393,-0.38291 -6.31794,-21.25126 c 9.95555,-3.6376 10.33845,-8.61537 10.33845,-8.61537 0,0 2.48889,-10.72136 -7.46666,-16.46494 -9.95554,-5.74358 -31.39826,-8.23247 -31.39826,-8.23247 z m 12.63589,13.40169 c 4.59487,0.38291 10.72136,4.78632 8.80683,8.42393 -1.91453,3.6376 -11.10426,1.14871 -11.10426,1.14871 l 2.29743,-9.57264 z"
-             id="path3909"
-             style="fill:#fde445;fill-opacity:1;fill-rule:evenodd;stroke:#beac34;stroke-width:5.97265291px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
-          <path
-             inkscape:connector-curvature="0"
-             d="m 497.21822,123.94717 22.97434,2.10598 -6.70085,53.41533 -22.39997,0 6.12648,-55.52131 z"
-             id="path3911"
-             style="fill:#47ac50;fill-opacity:1;fill-rule:evenodd;stroke:#35823c;stroke-width:5.97265291px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
-          <path
-             inkscape:connector-curvature="0"
-             d="m 527.85067,163.5779 c 0,0 16.46494,4.59486 18.95383,-8.23247 2.48888,-12.82734 1.53162,-28.71792 13.97605,-31.20681 12.44443,-2.48888 13.7846,4.59487 13.7846,4.59487 l -1.72307,14.74186 c 0,0 -5.55213,-4.78632 -9.18974,2.48889 -3.6376,7.27521 2.68034,24.50596 -9.18973,30.24954 -11.87007,5.74358 -26.61194,3.2547 -26.61194,3.2547 l 0,-15.89058 z"
-             id="path3913"
-             style="fill:#c73938;fill-opacity:1;fill-rule:evenodd;stroke:#962b2a;stroke-width:5.97265291px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
-          <path
-             inkscape:connector-curvature="0"
-             d="m 174.0641,123.76666 c -0.71071,0.49658 -0.75411,0.47695 -1.38924,1.03482 -14.16751,12.44444 -10.35357,24.29325 -10.35357,24.29325 0,0 1.47949,23.067 24.83673,26.51315 23.35724,3.44615 35.53685,-5.34491 35.53685,-5.34491 l -1.47467,-4.82268 c -7.70318,2.58357 -14.30879,7.95497 -27.6461,5.98718 -23.35724,-3.44615 -27.5692,-29.86664 -27.5692,-29.86664 0,0 -0.1293,-6.87049 8.0592,-17.79417 z m 325.8866,3.90661 -5.13286,48.69012 15.56878,-1.24202 0.0879,-4.30463 -11.72463,0.99363 2.93358,-44.18375 -1.73273,0.0466 z m -51.87341,0.94697 -10.32268,41.92204 9.62346,3.17168 0.53013,-4.47001 -5.35217,-0.89486 7.34729,-39.36414 c -3.13784,-0.50072 -1.82603,-0.36471 -1.82603,-0.36471 z m 115.90646,-1.90181 c -12.1517,3.3892 -10.71391,11.83417 -13.08054,24.03149 2.67106,1.39889 4.50453,-7.83961 5.52606,-11.59625 1.51263,-7.79593 4.80553,-6.07255 7.55448,-12.43524 z m -172.09305,2.1708 c -5.00947,0.83393 -3.86716,1.97147 -3.86716,1.97147 l 7.20249,44.94895 8.73346,0.61072 
 -0.33625,-4.3616 -3.47158,-0.057 -8.26096,-43.11259 z m -73.3288,2.18899 -15.12413,41.44582 11.25323,4.20648 2.65427,-7.03949 -7.24301,-1.96841 10.07121,-34.97585 -1.61157,-1.66855 z m -71.59306,0.91061 c -7.74404,5.31501 -9.97067,9.99617 -9.97067,20.09161 0,16.27502 12.33929,24.14299 28.61431,24.14299 10.09544,0 13.53456,-3.34445 18.84956,-11.08848 -4.74021,3.25338 -7.99275,6.78386 -14.17233,6.78386 -16.27501,0 -28.73851,-8.8616 -28.73851,-25.13662 0,-6.17957 2.16426,-10.05314 5.41764,-14.79336 z m 175.55431,13.35376 c -5.80111,4.48281 -10.52748,6.39066 -10.52748,6.39066 l 0.97546,3.86781 c 1.92292,-1.36097 2.65411,-2.22809 5.11466,-4.84569 0.84359,-0.89744 3.76914,-4.5174 4.43736,-5.41278 z m -69.08597,11.53446 -2.50402,2.81724 10.23485,14.02996 11.04119,-3.83389 -2.10598,-3.83935 -7.11463,3.12019 -9.55141,-12.29415 z m -12.68254,5.69145 -2.75548,3.46915 -10.08698,-9.30056 12.84246,5.83141 z m 118.60323,-4.64633 3.70726,4.40341 c 4.61276,5.39208 3.68668,13.4168 3.68668,13.
 4168 l 8.8419,0.48653 -0.71129,-4.11317 -4.81961,-0.18104 c 0,0 -0.94085,-12.48079 -10.70494,-14.01241 z m 72.34309,17.94442 c 0,0 7.6623,3.1099 19.53238,-2.63368 3.32303,-1.60793 5.47671,-2.5311 6.56634,-5.46912 -11.61534,4.96638 -19.98253,3.59643 -19.98253,3.59643 l -7.10982,-1.27535 0.99363,5.78172 z"
-             id="path3915"
-             style="opacity:0.25;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none" />
-          <path
-             inkscape:connector-curvature="0"
-             d="m 108.72174,31.790106 c -2.23381,0.657985 17.54529,3.258097 22.39998,7.658111 19.47063,7.750989 33.13582,36.741811 34.74868,49.107643 2.32185,-31.606806 -25.65415,-59.298108 -57.14866,-56.765754 z M 31.121971,96.34404 c -3.775234,41.82783 35.562832,77.64672 77.251199,72.81344 -39.982967,-2.2857 -74.572697,-34.15689 -77.155472,-74.05789 l -0.09573,1.24445 z"
-             id="path3917"
-             style="opacity:0.25;fill:#000000;fill-opacity:1;stroke:none;display:inline" />
-        </g>
-        <g
-           transform="translate(0,-20)"
-           id="g3919">
-          <path
-             inkscape:connector-curvature="0"
-             d="m 1116.5572,310.65625 -34.3554,74.21875 9.4062,0 2.8208,-6.09375 53.5321,-53.875 -27.7591,59.96875 9.4062,0 34.3554,-74.21875 -9.4062,0 -1.0848,2.34375 -53.489,53.78125 25.98,-56.125 -9.4062,0 z"
-             id="path3921"
-             style="color:#000000;fill:#f8d600;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.31551015;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
-          <path
-             inkscape:connector-curvature="0"
-             d="m 1090.2998,311.29964 c 0,0 21.3911,-16.2054 41.8099,-17.17773 20.4188,-0.97232 33.059,0.32411 38.893,10.37146 5.8339,10.04735 1.6205,13.93665 -2.2688,14.26076 -3.8893,0.32411 -48.9403,1.94465 -53.4778,0.32411 -4.5375,-1.62054 -6.1581,-3.8893 -9.075,-4.21341 -2.917,-0.32411 -16.5296,-0.32411 -15.8813,-3.56519 z"
-             id="path3923"
-             style="fill:#f8d600;fill-opacity:1;stroke:#000000;stroke-width:1.31551015;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
-          <path
-             inkscape:connector-curvature="0"
-             d="m 1070.2051,392.65078 c 0,0 -1.9447,2.59287 1.6205,4.86163 3.5652,2.26875 20.4188,5.83394 37.2724,5.18573 16.8537,-0.64822 27.5492,-0.64822 29.818,-8.10271 2.2687,-7.45448 -1.2964,-16.85362 -18.1501,-18.15005 -16.8536,-1.29644 -38.5688,4.2134 -50.5608,16.2054 z"
-             id="path3925"
-             style="fill:#f8d600;fill-opacity:1;stroke:#000000;stroke-width:1.31551015;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
-          <path
-             inkscape:connector-curvature="0"
-             d="m 1092.0382,309.31112 16.2717,0 13.407,-13.40697"
-             id="path3927"
-             style="fill:none;stroke:#000000;stroke-width:1.31551015px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
-        </g>
-        <path
-           inkscape:connector-curvature="0"
-           d="m 1143.9473,371.01346 c 0,0 4.0106,0.91672 7.2191,-2.29179 3.2085,-3.20851 6.6462,-2.29179 7.7921,-1.26049 1.1459,1.03131 2.521,5.15653 -1.1459,9.39635 -3.6669,4.23981 -8.365,5.72947 -13.7507,5.84406"
-           id="path3929"
-           style="fill:#808080;stroke:#000000;stroke-width:1.31551015px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
-        <path
-           inkscape:connector-curvature="0"
-           d="m 1147.7287,196.80023 a 3.6095703,5.7867713 0 1 1 -7.2191,0 3.6095703,5.7867713 0 1 1 7.2191,0 z"
-           transform="matrix(0.79242746,0,0,1.0091379,237.94607,178.20166)"
-           id="path3931"
-           style="color:#000000;fill:#1a1a1a;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.31551015;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
-        <path
-           inkscape:connector-curvature="0"
-           d="m 1096.3044,290.28571 c -2.2952,1.6493 6.3467,-0.10955 0,0 z m 16.3126,5.84375 c 2.7863,6.81629 -4.6201,12.29961 -5.9892,18.62318 -7.8248,16.29362 -14.7529,33.03489 -22.9796,49.09557 3.099,-1.40633 1.9617,-5.74396 5,-7.78125 1.7453,-2.11158 3.9687,-3.32783 3.0312,-6.125 6.8501,-18.36601 16.2527,-35.70013 24.0938,-53.6875 -0.9763,-0.0379 -2.3229,-0.26266 -3.1562,-0.125 z m 24.1874,35.625 c -2.2972,5.76245 -6.7997,13.21855 -8.0312,18.03125 3.7489,-5.61558 5.7076,-12.98605 9.0938,-19.09375 l -0.7072,0.70711 -0.3554,0.35539 z m -58.875,37.90625 c -1.6961,1.42 -6.7649,3.14425 -6.4062,5.21875 2.2378,1.30232 7.9819,2.63978 8.2812,1.6875 -1.8968,-1.7999 -2.2816,-4.85598 -1.2812,-7.21875 l -0.5938,0.3125 z"
-           id="path3933"
-           style="opacity:0.25;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
-        <path
-           inkscape:connector-curvature="0"
-           d="m 1149.0312,276.21875 c 7.5033,2.62434 13.2773,9.46766 14.875,17.03125 2.3162,-0.50096 8.7223,1.1024 7.9063,-3.125 -1.6727,-10.90088 -14.0811,-14.66065 -23.5937,-14.21875 l 0.8124,0.3125 z M 1153,306.5625 c -3.0291,2.74346 -3.0498,8.029 -5.5955,11.41634 -6.4893,14.00692 -12.9761,28.01496 -19.467,42.02116 -1.6367,-4.12643 -6.4844,0.8308 -3.125,2.3125 3.7971,3.28538 5.3395,8.74623 5.2813,13.28125 4.9126,-0.2716 9.4769,-5.04659 6.9062,-9.96875 -1.3861,-3.35185 -4.9109,-5.09234 -8.0312,-6.5 7.8376,-17.50426 16.7761,-35.26654 24.0312,-52.5625 z m -38.3125,1.03125 c -3.4136,4.8596 -5.189,10.96434 -8,16.28125 3.4255,-4.79843 5.5001,-10.14726 7.9687,-15.34375 -0.1055,-0.18114 0.5838,-1.42435 0.031,-0.9375 z"
-           id="path3935"
-           style="opacity:0.25;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
-        <path
-           inkscape:connector-curvature="0"
-           d="m 1204.8542,275.22914 c -2.7253,4.47014 0.9357,9.72962 -0.4249,14.68734 0.2564,17.95371 0.015,36.19268 0.5812,53.96891 3.3281,0.606 6.6574,3.07225 8.2812,5.40625 3.8947,-1.94006 -0.2406,-5.78987 -3.0938,-5.9375 -6.6255,-0.86093 -2.9435,-9.67871 -3.9544,-14.43721 -0.4827,-17.62932 0.4183,-35.43554 -0.8268,-52.96904 -0.1383,-0.12729 -0.2568,-1.4626 -0.5625,-0.71875 z m 1.3437,83.78125 c -3.3625,2.69544 -0.4359,10.05329 -1.4801,14.46836 0.1036,14.87314 -0.6529,30.00569 -0.02,44.71914 1.173,1.19971 1.1789,-3.85982 1.1949,-4.87497 0.07,-18.06026 0.392,-36.46925 0.3051,-54.31253 z"
-           id="path3937"
-           style="opacity:0.25;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
-        <path
-           inkscape:connector-curvature="0"
-           d="m 1156.9583,368.23955 c 0.4896,4.50014 -3.7361,7.77191 -4.8126,11.4375 3.2621,-2.22994 8.8309,-7.2849 5.875,-11.5 -0.2225,0.0418 -1.3484,-0.61768 -1.0624,0.0625 z"
-           id="path3939"
-           style="opacity:0.25;fill:#ffffff;stroke:none;display:inline" />
-      </g>
-    </g>
-    <g
-       id="TUX_PLANE"
-       transform="matrix(2.0488334,0,0,4.2610095,-381.74837,-2330.7615)"
-       style="fill:none;stroke:#000000;stroke-width:0.4736287;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
-       inkscape:label="#TUX_PLANE">
-      <path
-         inkscape:connector-curvature="0"
-         id="path3943"
-         d="m 245.05654,559.24359 -19.35158,0"
-         style="fill:none;stroke:#000000;stroke-width:0.4736287;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
-      <path
-         transform="matrix(0.62461526,0,0,0.44051261,79.865589,552.73625)"
-         d="m 218.23735,5.4448246 8.07775,4.6636894 8.07774,4.66369 -8.07774,4.66369 -8.07775,4.66369 0,-9.327379 z"
-         inkscape:randomized="0"
-         inkscape:rounded="0"
-         inkscape:flatsided="false"
-         sodipodi:arg2="-1.0471976"
-         sodipodi:arg1="-2.0943951"
-         sodipodi:r2="5.3851652"
-         sodipodi:r1="10.77033"
-         sodipodi:cy="14.772204"
-         sodipodi:cx="223.62251"
-         sodipodi:sides="3"
-         id="path3945"
-         style="color:#000000;fill:none;stroke:#000000;stroke-width:0.9029268;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-         sodipodi:type="star" />
-    </g>
-    <g
-       transform="matrix(0.35758416,6.4162282e-4,-4.2362776e-4,0.54159377,-213.70673,-116.91274)"
-       id="g3949">
-      <g
-         transform="matrix(1.7752943,0,0,1.7752943,-469.15878,-292.30871)"
-         id="g3951"
-         style="display:inline;enable-background:new">
-        <path
-           inkscape:connector-curvature="0"
-           d="m 886.91992,337.61826 c 0.25214,-0.008 -0.38322,3.9242 -0.1069,3.76401 1.36035,-0.78869 1.96018,5.92149 2.15452,4.97507 0.19433,-0.94642 1.46324,-13.56652 -2.99953,-11.18594 l -0.77704,1.57826 c 0,0 0.73978,0.90146 1.72895,0.8686 z"
-           id="path3953"
-           style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.4664501;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new" />
-        <g
-           transform="matrix(0.1747013,0,0,0.1486377,855.43291,319.07474)"
-           id="g3955"
-           style="fill:#ff7f2a;fill-opacity:1;stroke:#aa4400;stroke-width:2.89462686;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none">
-          <rect
-             width="8.0812206"
-             height="13.131983"
-             x="119.38962"
-             y="189.19467"
-             id="rect3957"
-             style="fill:#ff7f2a;fill-opacity:1;fill-rule:evenodd;stroke:#aa4400;stroke-width:2.89462686;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
-          <rect
-             width="8.0812206"
-             height="13.131983"
-             x="140.83061"
-             y="188.68959"
-             id="rect3959"
-             style="fill:#ff7f2a;fill-opacity:1;fill-rule:evenodd;stroke:#aa4400;stroke-width:2.89462686;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
-          <path
-             inkscape:connector-curvature="0"
-             d="m 119.5131,200.49794 c 0,0 8.11085,-0.52281 8.67684,1.12017 0.56602,1.64299 1.9183,4.2061 3.63772,5.56444 1.71942,1.35834 -6.78803,2.54625 -11.51958,1.52611 -4.73155,-1.02014 -7.59683,-1.16385 -11.15997,-0.60865 -3.56311,0.5552 -10.005972,2.28701 -13.760456,0.92445 -3.754491,-1.36256 1.505485,-3.34939 -5.400478,-2.96186 -6.905961,0.38755 -14.495295,0.15369 -13.62114,-0.48743 0.874157,-0.64115 27.512834,-5.9592 43.147064,-5.07723 z"
-             id="path3961"
-             style="fill:#ff7f2a;fill-opacity:1;fill-rule:evenodd;stroke:#aa4400;stroke-width:2.89462686;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
-          <path
-             inkscape:connector-curvature="0"
-             d="m 148.60842,200.49794 c 0,0 -8.11083,-0.52281 -8.67682,1.12017 -0.56601,1.64299 -1.9183,4.2061 -3.63772,5.56444 -1.71942,1.35834 6.78803,2.54625 11.51957,1.52611 4.73156,-1.02014 7.59685,-1.16385 11.15997,-0.60865 3.56312,0.5552 10.00598,2.28701 13.76046,0.92445 3.7545,-1.36256 -1.50548,-3.34939 5.40047,-2.96186 6.90597,0.38755 14.49531,0.15369 13.62115,-0.48743 -0.87416,-0.64115 -27.51283,-5.9592 -43.14708,-5.07723 z"
-             id="path3963"
-             style="fill:#ff7f2a;fill-opacity:1;fill-rule:evenodd;stroke:#aa4400;stroke-width:2.89462686;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
-        </g>
-        <path
-           inkscape:connector-curvature="0"
-           d="m 870.65392,337.61826 c -0.25214,-0.008 0.38322,3.9242 0.1069,3.76401 -1.36035,-0.78869 -1.96018,5.92149 -2.15452,4.97507 -0.19433,-0.94642 -1.46324,-13.56652 2.99953,-11.18594 l 0.77704,1.57826 c 0,0 -0.73978,0.90146 -1.72895,0.8686 z"
-           id="path3965"
-           style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.4664501;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
-        <path
-           inkscape:connector-curvature="0"
-           d="m 878.8535,320.64299 c -4.80964,0 -8.71347,4.26451 -8.71347,9.51852 0,1.08733 0.16788,2.13219 0.47568,3.1057 -0.90288,1.5836 -1.42336,3.44699 -1.42336,5.44069 0,5.7475 4.32816,10.41142 9.66115,10.41142 5.333,0 9.66116,-4.66392 9.66116,-10.41142 0,-1.9937 -0.52048,-3.85709 -1.42336,-5.44069 0.3078,-0.97351 0.47568,-2.01837 0.47568,-3.1057 0,-5.25401 -3.90384,-9.51852 -8.71348,-9.51852 z"
-           id="path3967"
-           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.4664501;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
-        <path
-           inkscape:connector-curvature="0"
-           d="m 885.91454,329.57849 c 2.1e-4,3.05576 -2.03488,5.53308 -4.54537,5.53308 -2.51048,0 -4.54557,-2.47732 -4.54536,-5.53308 -2.1e-4,-3.05576 2.03488,-5.53308 4.54536,-5.53308 2.51049,0 4.54558,2.47732 4.54537,5.53308 l 0,0 z"
-           id="path3969"
-           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.4664501;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
-        <path
-           inkscape:connector-curvature="0"
-           d="m 880.74787,329.57849 c 2.1e-4,3.05652 -1.97429,5.53446 -4.41004,5.53446 -2.43574,0 -4.41025,-2.47794 -4.41004,-5.53446 -2.1e-4,-3.05652 1.9743,-5.53446 4.41004,-5.53446 2.43575,0 4.41025,2.47794 4.41004,5.53446 l 0,0 z"
-           id="path3971"
-           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.46645004;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
-        <path
-           inkscape:connector-curvature="0"
-           d="m 885.50954,340.5603 c 0,5.0033 -2.9819,7.18744 -6.65604,7.18744 -3.67413,0 -6.65604,-2.18414 -6.65604,-7.18744 0,-5.0033 2.98191,-9.06395 6.65604,-9.06395 3.67414,0 6.65604,4.06065 6.65604,9.06395 z"
-           id="path3973"
-           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.42729312;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
-        <g
-           transform="matrix(0.1875939,0,0,0.1886297,835.45641,339.88306)"
-           id="g3975"
-           style="stroke-width:1.74461734;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none">
-          <path
-             inkscape:connector-curvature="0"
-             d="m 485.71428,129.50504 c 0.0129,149.91495 -121.51361,271.45186 -271.42856,271.45186 -149.914952,0 -271.441427,-121.53691 -271.428558,-271.45186 -0.01287,-149.914953 121.513606,-271.45186 271.428558,-271.45186 149.91495,0 271.44143,121.536907 271.42856,271.45186 l 0,0 z"
-             transform="matrix(0.03338411,0,0,0.03338411,213.86605,-64.483747)"
-             id="path3977"
-             style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:83.68009186;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
-          <path
-             inkscape:connector-curvature="0"
-             d="m 485.71428,129.50504 c 0.0129,149.91495 -121.51361,271.45186 -271.42856,271.45186 -149.914952,0 -271.441427,-121.53691 -271.428558,-271.45186 -0.01287,-149.914953 121.513606,-271.45186 271.428558,-271.45186 149.91495,0 271.44143,121.536907 271.42856,271.45186 l 0,0 z"
-             transform="matrix(0.01320264,0,0,0.01320264,222.55121,-67.051323)"
-             id="path3979"
-             style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:211.59298706;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
-        </g>
-        <g
-           transform="matrix(0.03676479,0,0,0.03296609,895.82635,317.30877)"
-           id="g3981"
-           style="fill:#ff6600;fill-opacity:1;stroke:#803300;stroke-width:8.65219402;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none">
-          <path
-             inkscape:connector-curvature="0"
-             d="m -461.66042,402.2523 c 26.85317,0 113.18037,48.33587 113.18037,48.33587 0,0 -66.35922,58.70882 -112.64192,58.90466 -46.07394,0 -113.71882,-58.90466 -113.71882,-58.90466 0,0 86.31008,-48.33587 113.18037,-48.33587 z"
-             id="path3983"
-             style="fill:#ff7f2a;fill-rule:evenodd;stroke-width:12.71111393;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" />
-          <path
-             inkscape:connector-curvature="0"
-             d="m -574.73196,450.41599 112.64192,34.50561 113.50116,-34.50561"
-             id="path3985"
-             style="fill:#ff7f2a;fill-opacity:1;fill-rule:evenodd;stroke:#803300;stroke-width:12.71111393;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
-          <path
-             inkscape:connector-curvature="0"
-             d="m 67.25,354.54968 c 0,0.72487 -0.195875,1.3125 -0.4375,1.3125 -0.241625,0 -0.4375,-0.58763 -0.4375,-1.3125 0,-0.72487 0.195875,-1.3125 0.4375,-1.3125 0.241625,0 0.4375,0.58763 0.4375,1.3125 z"
-             transform="matrix(7.1663567,2.838336,-2.7400776,7.4233401,22.879161,-2397.9053)"
-             id="path3987"
-             style="fill:#803300;fill-opacity:1;fill-rule:nonzero;stroke:none" />
-          <path
-             inkscape:connector-curvature="0"
-             d="m 67.25,354.54968 c 0,0.72487 -0.195875,1.3125 -0.4375,1.3125 -0.241625,0 -0.4375,-0.58763 -0.4375,-1.3125 0,-0.72487 0.195875,-1.3125 0.4375,-1.3125 0.241625,0 0.4375,0.58763 0.4375,1.3125 z"
-             transform="matrix(-7.1663567,2.838336,2.7400776,7.4233401,-947.15905,-2397.9053)"
-             id="path3989"
-             style="fill:#803300;fill-opacity:1;fill-rule:nonzero;stroke:none" />
-        </g>
-        <g
-           transform="matrix(0.128421,0,0,0.1291301,852.40506,336.55036)"
-           id="g3991"
-           style="stroke-width:2.54848862;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none">
-          <path
-             inkscape:connector-curvature="0"
-             d="m 485.71428,129.50504 c 0.0129,149.91495 -121.51361,271.45186 -271.42856,271.45186 -149.914952,0 -271.441427,-121.53691 -271.428558,-271.45186 -0.01287,-149.914953 121.513606,-271.45186 271.428558,-271.45186 149.91495,0 271.44143,121.536907 271.42856,271.45186 l 0,0 z"
-             transform="matrix(0.03338411,0,0,0.03338411,213.86605,-64.483747)"
-             id="path3993"
-             style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:122.23755646;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
-          <path
-             inkscape:connector-curvature="0"
-             d="m 485.71428,129.50504 c 0.0129,149.91495 -121.51361,271.45186 -271.42856,271.45186 -149.914952,0 -271.441427,-121.53691 -271.428558,-271.45186 -0.01287,-149.914953 121.513606,-271.45186 271.428558,-271.45186 149.91495,0 271.44143,121.536907 271.42856,271.45186 l 0,0 z"
-             transform="matrix(0.01320264,0,0,0.01320264,222.55121,-67.051323)"
-             id="path3995"
-             style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:309.08917236;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
-        </g>
-      </g>
-      <path
-         inkscape:connector-curvature="0"
-         d="m 1076.039,299.56523 c 0,0 -0.8103,-0.64822 -1.2964,0.16205 -0.4862,0.81027 0.3241,2.75492 0.3241,2.75492 0,0 4.3754,2.91697 9.3991,3.40314 5.0237,0.48616 12.9643,1.78259 22.3635,-3.07903 0,0 0.6482,-0.81027 0.6482,-1.62054 0,-0.81027 -0.4862,-1.13438 -1.4585,-0.97233 -0.9723,0.16206 -12.6402,6.80627 -29.98,-0.64821 z"
-         id="path3997"
-         style="fill:#ff0000;stroke:#000000;stroke-width:1.31551015;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
-      <path
-         inkscape:connector-curvature="0"
-         d="m 1100.7231,302.21103 c 0,0 -1.8445,-1.59276 -3.5585,-1.25646 -1.714,0.3363 -4.8221,2.70409 -6.0766,2.99649 -1.2545,0.29242 -17.1287,-5.7416 -20.2419,-7.86033 -3.1132,-2.11872 -16.0317,-12.31804 -26.9717,-11.79084 0,0 -7.0759,-0.39409 -11.5365,-6.18084 0,0 0.057,3.27356 -1.6069,5.11512 -1.6639,1.84152 -7.9719,-0.0991 -5.5016,4.06574 0,0 3.3465,7.39216 17.1013,7.15693 13.7549,-0.23522 21.4474,3.34445 26.5005,5.57989 5.0531,2.23546 18.1202,7.02757 23.2621,6.01864 5.1423,-1.00886 4.7101,-3.54598 5.7145,-3.65718"
-         id="path3999"
-         style="fill:#ff0000;stroke:#000000;stroke-width:1.25866485;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
-      <path
-         inkscape:connector-curvature="0"
-         d="m 1077.5454,285.51309 c 0,0 13.2696,-3.79307 27.0391,0 l 0.1581,0 c 0,0 0.3162,-1.38178 -1.1069,-1.95074 -1.4231,-0.56896 -7.3526,-1.46305 -12.887,-1.46305 -5.5343,0 -10.7524,1.13793 -11.9384,1.38178 -1.1858,0.24383 -1.2649,2.03201 -1.2649,2.03201 z"
-         id="path4001"
-         style="fill:#c87137;stroke:#000000;stroke-width:1.30149007;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
-      <rect
-         width="8.9619694"
-         height="7.7352548"
-         rx="3.1121876"
-         ry="2.6880107"
-         x="1082.0524"
-         y="279.23978"
-         id="rect4003"
-         style="color:#000000;fill:#c87137;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.31831646;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
-      <rect
-         width="8.9619694"
-         height="7.7352548"
-         rx="3.1121876"
-         ry="2.6880107"
-         x="1091.1057"
-         y="279.23978"
-         id="rect4005"
-         style="color:#000000;fill:#c87137;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.31831646;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
-      <rect
-         width="5.4638352"
-         height="4.7159452"
-         rx="1.8974046"
-         ry="1.6387972"
-         x="1083.8014"
-         y="280.74942"
-         id="rect4007"
-         style="color:#000000;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.80373669;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
-      <rect
-         width="5.4638352"
-         height="4.7159452"
-         rx="1.8974046"
-         ry="1.6387972"
-         x="1092.8884"
-         y="280.74942"
-         id="rect4009"
-         style="color:#000000;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.80373669;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
-    </g>
-    <a
-       id="a6002"
-       transform="translate(42.567567,-18.426104)">
-      <g
-         id="g4011"
-         transform="matrix(0.35758416,6.4162282e-4,-4.2362776e-4,0.54159377,-249.12092,-100.64018)">
-        <g
-           id="g4013"
-           transform="translate(0,-20)">
-          <path
-             style="color:#000000;fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.31551015;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-             id="path4015"
-             d="m 1216.0451,367.5226 c 0,4.22305 -7.0911,7.6465 -23.8607,7.6465 -5.6005,0 3.5796,-3.42345 3.5796,-7.6465 0,-4.22305 -9.1801,-7.6465 -3.5796,-7.6465 17.0954,0 23.8607,3.42345 23.8607,7.6465 z"
+             id="path9988-5-0"
+             d="m 987.76175,314.75 c 0,0 -45.60663,7.33373 -45.60663,26.58477"
              inkscape:connector-curvature="0" />
           <path
-             style="fill:#784421;fill-opacity:1;stroke:#000000;stroke-width:1.31551015;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
-             id="path4017"
-             d="m 1207.413,362.19808 -0.4584,-62.40761 c 0.047,-4.37821 -2.2884,-10.53235 -5.4916,-3.70341 -3.3767,7.19871 -3.2038,47.28937 -0.2288,67.52264"
+             style="fill:none;stroke:#000000;stroke-width:1.31551015px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+             id="path9990-9-6"
+             d="m 975.38608,286.3318 -35.98111,0 0,52.25282"
              inkscape:connector-curvature="0" />
           <path
-             style="fill:#784421;fill-opacity:1;stroke:#000000;stroke-width:1.31551015;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
-             id="path4019"
-             d="m 1207.413,372.44759 -0.4584,62.40761 c 0.047,4.37821 -2.2884,10.53235 -5.4916,3.70341 -3.3767,-7.19871 -3.2038,-47.28937 -0.2288,-67.52264"
+             style="color:#000000;fill:#f8d600;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.31551015;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+             id="path9992-8-7"
+             d="m 986.84502,324.14635 c 0,2.02515 -1.08238,3.66686 -17.22033,3.66686 -16.13794,0 -41.22032,-1.64171 -41.22032,-3.66686 0,-2.02516 25.08238,-3.66687 41.22032,-3.66687 16.13795,0 17.22033,1.64171 17.22033,3.66687 z"
              inkscape:connector-curvature="0" />
-          <rect
-             style="color:#000000;fill:#784421;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.31551015;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-             id="rect4021"
-             y="360.11432"
-             x="1200.4694"
-             ry="1.0898683"
-             rx="1.7355134"
-             height="14.644708"
-             width="7.5974507" />
-        </g>
-        <g
-           style="stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
-           id="g4023"
-           transform="translate(0,-20)">
-          <rect
-             style="color:#000000;fill:#f8d600;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.31551015;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-             id="rect4025"
-             y="403.50842"
-             x="1139.7262"
-             height="37.110382"
-             width="6.3201084" />
-          <rect
-             style="color:#000000;fill:#f8d600;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.31551015;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-             id="rect4027"
-             transform="matrix(0.57635987,-0.817196,0.817196,0.57635987,0,0)"
-             y="1125.2662"
-             x="301.03711"
-             height="54.740742"
-             width="6.1245208" />
-        </g>
-        <path
-           style="fill:#f8d600;fill-opacity:1;stroke:#000000;stroke-width:1.31551015;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
-           id="path4029"
-           d="m 988.2057,314.63543 c 0,0 28.3475,-3.8893 64.6476,-5.18573 0,0 1.9446,9.07503 27.5492,11.01967 0,0 17.8259,-0.3241 13.2884,-8.75092 0,0 65.8133,-0.3241 81.8493,-0.3241 16.8536,0 20.1431,3.98382 20.1431,34.88888 0,27.02355 3.1927,38.68366 -25.3288,38.68366 -28.5215,0 -91.7226,0.32411 -133.8567,-10.04735 -42.13404,-10.37146 -95.28778,-31.11438 -108.57621,-40.18941 -13.28843,-9.07503 -13.28843,-15.23308 -13.28843,-23.01168 0,-7.77859 5.83394,-27.87329 12.31611,-32.41081 6.48216,-4.53751 25.60454,-15.23308 38.56886,-4.86162 12.96433,10.37146 20.41882,23.984 22.68757,40.18941 z"
-           inkscape:connector-curvature="0" />
-        <path
-           style="opacity:0.25;fill:#ffffff;fill-opacity:1;stroke:none;display:inline"
-           id="path4031"
-           d="m 928.4375,283.65625 c -8.13927,7.66693 -10.39596,19.4688 -11.875,30 -0.88652,8.5212 4.40663,16.12384 11.875,19.71875 19.76951,12.18784 42.38997,18.90727 64.02814,26.96475 34.25566,12.08536 70.04266,19.88556 106.52906,20.99553 26.9041,1.34888 54.0262,2.73678 80.8803,0.63347 7.7576,-1.8786 -3.3731,-1.01112 -6.2188,-1.1875 -51.1225,0.0673 -103.2588,-1.37918 -152.0937,-17.8125 -28.07344,-8.75022 -56.19552,-18.61165 -81.96875,-32.71875 -9.52233,-5.74374 -17.25648,-16.16329 -15.3125,-27.875 0.24797,-6.35608 2.50397,-13.10492 4.15625,-18.71875 z"
-           inkscape:connector-curvature="0" />
-        <path
-           style="fill:none;stroke:#000000;stroke-width:1.31551015;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
-           id="path4033"
-           d="m 1145.3037,312.09584 c 0,0 5.269,35.42098 0,72.22861"
-           inkscape:connector-curvature="0" />
-        <path
-           style="opacity:0.25;fill:#ffffff;fill-opacity:1;stroke:none;display:inline"
-           id="path4035"
-           d="m 953.46875,272.09375 c -3.22892,0.19176 -6.43684,0.82845 -9.46875,1.9375 10.95671,-0.5411 19.58399,7.03545 25.92612,15.01429 6.85937,8.34237 11.48055,18.41135 13.51138,29.04821 21.6521,-2.60319 43.4224,-4.17028 65.2187,-4.84375 -0.815,7.27479 8.6069,8.06967 13.6563,9.6875 6.2069,1.31699 13.9547,2.72478 19.3437,-0.71875 -10.229,-0.55585 -22.0685,-2.32355 -29.0312,-10.65625 -21.9893,0.9033 -44.0221,2.66872 -65.78125,5.59375 -1.71532,-17.74186 -10.69672,-36.76603 -27.53125,-44.5 -1.89459,-0.50143 -3.88009,-0.65762 -5.84375,-0.5625 z m 224.37505,41.3125 c -25.7874,0.39599 -52.2131,-0.44275 -77.625,0.71875 -1.4778,3.76076 7.4188,0.33652 9.75,1.46875 22.7247,0.12291 45.7097,-1.28124 68.2812,0.65625 10.2883,2.90287 13.1212,14.88052 12.9051,24.27523 0.8972,10.64908 0.5743,22.44064 0.4074,32.41227 4.29,-10.41619 1.105,-22.15678 2.0574,-33.12491 -0.2096,-8.11581 0.5671,-17.37502 -4.5887,-24.06259 -3.0863,-2.51764 -7.392,-2.42209 -11.1874,-2.34375 z"
-           inkscape:connector-curvature="0" />
-        <path
-           style="color:#000000;fill:#1a1a1a;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.31551015;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-           id="path4037"
-           transform="translate(0,180)"
-           d="m 1162.738,238.10695 a 19.85165,19.85165 0 1 1 -39.7033,0 19.85165,19.85165 0 1 1 39.7033,0 z"
-           inkscape:connector-curvature="0" />
-        <path
-           style="color:#000000;fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:2.02498102;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-           id="path4039"
-           transform="matrix(0.64964078,0,0,0.64964078,400.42075,263.42297)"
-           d="m 1162.738,238.10695 a 19.85165,19.85165 0 1 1 -39.7033,0 19.85165,19.85165 0 1 1 39.7033,0 z"
-           inkscape:connector-curvature="0" />
-        <path
-           style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:7.00471163;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-           id="path4041"
-           transform="matrix(0.18780362,0,0,0.18780362,928.24814,373.38961)"
-           d="m 1162.738,238.10695 a 19.85165,19.85165 0 1 1 -39.7033,0 19.85165,19.85165 0 1 1 39.7033,0 z"
-           inkscape:connector-curvature="0" />
-        <path
-           style="color:#000000;fill:#f8d600;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.31551015;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-           id="path4043"
-           d="m 1180.8971,342.07428 c 0,1.8353 -2.3095,3.3231 -7.6255,3.3231 -5.316,0 -11.6255,-1.4878 -11.6255,-3.3231 0,-1.8353 6.3095,-3.3231 11.6255,-3.3231 5.316,0 7.6255,1.4878 7.6255,3.3231 z"
-           inkscape:connector-curvature="0" />
-        <path
-           style="color:#000000;fill:#f8d600;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.31551015;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-           id="path4045"
-           d="m 1178.8971,322.07428 c 0,1.8353 -2.3095,3.3231 -7.6255,3.3231 -5.316,0 -11.6255,-1.4878 -11.6255,-3.3231 0,-1.8353 6.3095,-3.3231 11.6255,-3.3231 5.316,0 7.6255,1.4878 7.6255,3.3231 z"
-           inkscape:connector-curvature="0" />
-        <path
-           style="color:#000000;fill:#f8d600;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.31551015;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-           id="path4047"
-           d="m 1180.8971,362.07428 c 0,1.8353 -2.3095,3.3231 -7.6255,3.3231 -5.316,0 -11.6255,-1.4878 -11.6255,-3.3231 0,-1.8353 6.3095,-3.3231 11.6255,-3.3231 5.316,0 7.6255,1.4878 7.6255,3.3231 z"
-           inkscape:connector-curvature="0" />
-        <path
-           style="color:#000000;fill:#f8d600;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.12731349;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-           id="path4049"
-           d="m 1180.9686,379.0466 c 0,1.33781 -2.3266,2.42231 -7.6821,2.42231 -5.3555,0 -11.7119,-1.0845 -11.7119,-2.42231 0,-1.3378 6.3564,-2.4223 11.7119,-2.4223 5.3555,0 7.6821,1.0845 7.6821,2.4223 z"
-           inkscape:connector-curvature="0" />
-        <path
-           style="fill:none;stroke:#000000;stroke-width:1.31551015px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-           id="path4051"
-           d="m 987.76175,314.75 c 0,0 -45.60663,7.33373 -45.60663,26.58477"
-           inkscape:connector-curvature="0" />
-        <path
-           style="fill:none;stroke:#000000;stroke-width:1.31551015px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-           id="path4053"
-           d="m 975.38608,286.3318 -35.98111,0 0,52.25282"
-           inkscape:connector-curvature="0" />
-        <path
-           style="color:#000000;fill:#f8d600;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.31551015;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-           id="path4055"
-           d="m 986.84502,324.14635 c 0,2.02515 -1.08238,3.66686 -17.22033,3.66686 -16.13794,0 -41.22032,-1.64171 -41.22032,-3.66686 0,-2.02516 25.08238,-3.66687 41.22032,-3.66687 16.13795,0 17.22033,1.64171 17.22033,3.66687 z"
-           inkscape:connector-curvature="0" />
-        <g
-           style="stroke:#696da3;stroke-width:1.31551015;stroke-opacity:1;display:inline"
-           id="g4057"
-           transform="matrix(0.15309935,0,0,0.15309935,992.2979,320.67813)">
           <g
-             style="fill:#000000;stroke:#000000;stroke-width:39.46530533;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
-             id="g4059"
-             transform="translate(0,4e-5)">
+             id="g10159-8-3"
+             transform="translate(0,-20)">
             <path
-               style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:39.46530533;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
-               id="path4061"
-               d="m 101.09375,20.5625 c -42.898656,0 -77.718721,34.82006 -77.71875,77.71875 0,42.89866 34.820086,77.71878 77.71875,77.71875 42.89865,0 77.71872,-34.82012 77.71875,-77.71875 0,-42.89866 -34.82009,-77.71878 -77.71875,-77.71875 z"
+               style="color:#000000;fill:#f8d600;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.31551015;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+               id="rect9765-0-9"
+               d="m 1116.5572,310.65625 -34.3554,74.21875 9.4062,0 2.8208,-6.09375 53.5321,-53.875 -27.7591,59.96875 9.4062,0 34.3554,-74.21875 -9.4062,0 -1.0848,2.34375 -53.489,53.78125 25.98,-56.125 -9.4062,0 z"
                inkscape:connector-curvature="0" />
             <path
-               style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:39.46530533;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
-               id="path4063"
-               d="m 208.28125,111.5 c -11.22916,0.14022 -27.86406,1.78473 -36.71875,9.5625 -14.1675,12.44444 -13.21875,28.15625 -13.21875,28.15625 0,0 4.20526,26.42885 27.5625,29.875 23.35724,3.44615 42.125,-7.09375 42.125,-7.09375 l -9.5625,-21.625 c 0,0 -20.12351,7.6376 -26.25,4 -6.12648,-3.6376 -8.6103,-10.90513 -4.78125,-15.5 3.82906,-4.59486 13.04013,-8.59449 24.71875,-5.53125 L 219.8125,111.875 c 0,0 -4.79376,-0.45913 -11.53125,-0.375 z m 54.59375,10.71875 c -16.27502,0 -29.46875,13.22498 -29.46875,29.5 0,16.27502 13.19374,29.46875 29.46875,29.46875 16.27502,0 29.5,-13.19373 29.5,-29.46875 0,-16.27502 -13.22498,-29.5 -29.5,-29.5 z m 302.0625,1.40625 c -1.22762,0.0445 -2.6007,0.18889 -4.15625,0.5 -12.44443,2.48889 -11.47987,18.39141 -13.96875,31.21875 -2.48889,12.82733 -18.96875,8.21875 -18.96875,8.21875 l 0,15.90625 c 0,0 14.75493,2.49358 26.625,-3.25 11.87007,-5.74358 5.5499,-22.97479 9.1875,-30.25 3.63761,-7.27521 9.1875,-2.5 9.1875,-2.5 l 1.71875,-14.75 c 0,0 -1.031
 69,-5.40523 -9.625,-5.09375 z m -157.15625,0.1875 c -0.77654,-0.005 -1.58273,0.005 -2.375,0.0312 C 394.84268,124.18965 383.3125,127 383.3125,127 l 9.1875,52.65625 15.3125,-0.375 -2.09375,-16.65625 c 0,0 5.72047,0.19764 14.71875,-9.375 8.99828,-9.57264 7.84561,-19.16625 0.1875,-26.25 -2.51282,-2.32437 -7.40797,-3.1543 -12.84375,-3.1875 z m 89.4375,0.125 -6.125,55.53125 22.40625,0 6.6875,-53.40625 -22.96875,-2.125 z m -144.15625,0.1875 -17.25,18.96875 -18.375,-17.21875 -19.71875,49.375 18.96875,6.3125 9.5625,-21.25 12.0625,11.3125 9,-11.6875 11.875,18.375 18,-6.3125 -24.125,-47.875 z m 92.65625,0.40625 -12.0625,48.625 16.09375,4.78125 4.59375,-17.625 c 9.76409,1.53162 9.1875,19.15625 9.1875,19.15625 l 17.03125,-0.375 -6.3125,-21.25 c 9.95555,-3.6376 10.34375,-8.625 10.34375,-8.625 0,0 2.4868,-10.72517 -7.46875,-16.46875 -9.95554,-5.74358 -31.40625,-8.21875 -31.40625,-8.21875 z M 402.0625,136 c 2.69691,-0.0806 8.16845,0.47817 8.8125,4.5 0.85872,5.36242 -7.74997,6.21878 -7.75,6.
 21875 l -2.59375,-10.53125 c 0,-0.0536 0.63228,-0.16055 1.53125,-0.1875 z m 56.28125,1.9375 c 4.59487,0.38291 10.72703,4.76864 8.8125,8.40625 -1.91453,3.6376 -11.09375,1.15625 -11.09375,1.15625 l 2.28125,-9.5625 z M 262.875,141.75 c 5.49546,0 9.96875,4.47329 9.96875,9.96875 0,5.49546 -4.47329,9.9375 -9.96875,9.9375 -5.49546,0 -9.9375,-4.44204 -9.9375,-9.9375 0,-5.49546 4.44204,-9.96875 9.9375,-9.96875 z"
+               style="fill:#f8d600;fill-opacity:1;stroke:#000000;stroke-width:1.31551015;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+               id="path9761-3-8"
+               d="m 1090.2998,311.29964 c 0,0 21.3911,-16.2054 41.8099,-17.17773 20.4188,-0.97232 33.059,0.32411 38.893,10.37146 5.8339,10.04735 1.6205,13.93665 -2.2688,14.26076 -3.8893,0.32411 -48.9403,1.94465 -53.4778,0.32411 -4.5375,-1.62054 -6.1581,-3.8893 -9.075,-4.21341 -2.917,-0.32411 -16.5296,-0.32411 -15.8813,-3.56519 z"
                inkscape:connector-curvature="0" />
-          </g>
-          <g
-             style="stroke-width:1.31551015"
-             id="g4065"
-             transform="translate(0,100)">
             <path
-               style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:32.88775635;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
-               id="path4067"
-               d="m 101.09375,-79.4375 c -42.898656,0 -77.718721,34.82006 -77.71875,77.71875 0,42.89866 34.820086,77.71878 77.71875,77.71875 42.89865,0 77.71872,-34.82012 77.71875,-77.71875 0,-42.89866 -34.82009,-77.71878 -77.71875,-77.71875 z"
+               style="fill:#f8d600;fill-opacity:1;stroke:#000000;stroke-width:1.31551015;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+               id="path9763-0-5"
+               d="m 1070.2051,392.65078 c 0,0 -1.9447,2.59287 1.6205,4.86163 3.5652,2.26875 20.4188,5.83394 37.2724,5.18573 16.8537,-0.64822 27.5492,-0.64822 29.818,-8.10271 2.2687,-7.45448 -1.2964,-16.85362 -18.1501,-18.15005 -16.8536,-1.29644 -38.5688,4.2134 -50.5608,16.2054 z"
                inkscape:connector-curvature="0" />
             <path
-               style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:32.88775635;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
-               id="path4069"
-               d="m 208.28125,11.5 c -11.22916,0.14022 -27.86406,1.78473 -36.71875,9.5625 -14.1675,12.44444 -13.21875,28.15625 -13.21875,28.15625 0,0 4.20526,26.42885 27.5625,29.875 C 209.26349,82.5399 228.03125,72 228.03125,72 l -9.5625,-21.625 c 0,0 -20.12351,7.6376 -26.25,4 -6.12648,-3.6376 -8.6103,-10.90513 -4.78125,-15.5 3.82906,-4.59486 13.04013,-8.59449 24.71875,-5.53125 L 219.8125,11.875 c 0,0 -4.79376,-0.45913 -11.53125,-0.375 z M 262.875,22.21875 c -16.27502,0 -29.46875,13.22498 -29.46875,29.5 0,16.27502 13.19374,29.46875 29.46875,29.46875 16.27502,0 29.5,-13.19373 29.5,-29.46875 0,-16.27502 -13.22498,-29.5 -29.5,-29.5 z M 564.9375,23.625 c -1.22762,0.0445 -2.6007,0.18889 -4.15625,0.5 -12.44443,2.48889 -11.47987,18.39141 -13.96875,31.21875 -2.48889,12.82733 -18.96875,8.21875 -18.96875,8.21875 l 0,15.90625 c 0,0 14.75493,2.49358 26.625,-3.25 11.87007,-5.74358 5.5499,-22.97479 9.1875,-30.25 3.63761,-7.27521 9.1875,-2.5 9.1875,-2.5 l 1.71875,-14.75 c 0,0 -1.03169,-5.4
 0523 -9.625,-5.09375 z m -157.15625,0.1875 c -0.77654,-0.005 -1.58273,0.005 -2.375,0.0312 C 394.84268,24.18965 383.3125,27 383.3125,27 l 9.1875,52.65625 15.3125,-0.375 -2.09375,-16.65625 c 0,0 5.72047,0.19764 14.71875,-9.375 8.99828,-9.57264 7.84561,-19.16625 0.1875,-26.25 -2.51282,-2.32437 -7.40797,-3.1543 -12.84375,-3.1875 z m 89.4375,0.125 -6.125,55.53125 22.40625,0 6.6875,-53.40625 -22.96875,-2.125 z M 353.0625,24.125 335.8125,43.09375 317.4375,25.875 297.71875,75.25 l 18.96875,6.3125 9.5625,-21.25 12.0625,11.3125 9,-11.6875 11.875,18.375 18,-6.3125 -24.125,-47.875 z m 92.65625,0.40625 -12.0625,48.625 16.09375,4.78125 4.59375,-17.625 c 9.76409,1.53162 9.1875,19.15625 9.1875,19.15625 l 17.03125,-0.375 -6.3125,-21.25 c 9.95555,-3.6376 10.34375,-8.625 10.34375,-8.625 0,0 2.4868,-10.72517 -7.46875,-16.46875 -9.95554,-5.74358 -31.40625,-8.21875 -31.40625,-8.21875 z M 402.0625,36 c 2.69691,-0.0806 8.16845,0.47817 8.8125,4.5 0.85872,5.36242 -7.74997,6.21878 -7.75,6.21875 L 400.
 53125,36.1875 c 0,-0.0536 0.63228,-0.16055 1.53125,-0.1875 z m 56.28125,1.9375 c 4.59487,0.38291 10.72703,4.76864 8.8125,8.40625 C 465.24172,49.98135 456.0625,47.5 456.0625,47.5 l 2.28125,-9.5625 z M 262.875,41.75 c 5.49546,0 9.96875,4.47329 9.96875,9.96875 0,5.49546 -4.47329,9.9375 -9.96875,9.9375 -5.49546,0 -9.9375,-4.44204 -9.9375,-9.9375 0,-5.49546 4.44204,-9.96875 9.9375,-9.96875 z"
+               style="fill:none;stroke:#000000;stroke-width:1.31551015px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+               id="path9986-1-6"
+               d="m 1092.0382,309.31112 16.2717,0 13.407,-13.40697"
                inkscape:connector-curvature="0" />
           </g>
           <path
-             style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:13.98377037;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
-             id="path4071"
-             d="m 101.09375,20.5625 c -42.898655,0 -77.71872,34.82006 -77.71875,77.71875 0,42.89866 34.820087,77.71878 77.71875,77.71875 42.89865,0 77.71872,-34.82012 77.71875,-77.71875 0,-42.89866 -34.82009,-77.71878 -77.71875,-77.71875 z m 0,17.71875 c 33.12967,0 60.03125,26.87034 60.03125,60 3e-5,33.12967 -26.90158,60.03125 -60.03125,60.03125 -33.129629,0 -60,-26.90158 -60,-60.03125 3e-5,-33.12966 26.870369,-60 60,-60 z m -1.875,15 c -20.390579,0 -40.78125,24.63098 -40.78125,45.40625 0,20.77529 11.921098,44.625 43.46875,44.625 31.54765,0 46.16741,-16.55852 40.78125,-55.03125 l -38.875,12.3125 7.3125,7.6875 4.625,-1.125 c 0,0 7.6981,9.61734 -3.84375,11.15625 C 100.36444,119.85141 89.976413,116.74464 88.4375,102.125 86.898587,87.50535 98.44081,77.13534 111.90625,82.90625 l 19.625,-18.09375 c 0,0 -11.92195,-11.53125 -32.3125,-11.53125 z"
-             inkscape:connector-curvature="0" />
-          <path
-             style="fill:#fde445;fill-opacity:1;stroke:#beac34;stroke-width:7.90594482;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
-             id="path4073"
-             d="m 101.1024,20.577559 c -42.898655,0 -77.714941,34.816257 -77.714971,77.714941 0,42.89866 34.816318,77.71498 77.714981,77.71495 42.89865,0 77.71494,-34.81632 77.71497,-77.71495 0,-42.898656 -34.81632,-77.714973 -77.71498,-77.714941 z m 0,17.697466 c 33.12967,0 60.01751,26.887813 60.01751,60.017475 3e-5,33.12967 -26.88784,60.01751 -60.01751,60.01751 -33.129629,0 -60.017504,-26.88784 -60.017504,-60.01751 3e-5,-33.12966 26.887873,-60.017474 60.017504,-60.017475 z"
-             inkscape:connector-curvature="0" />
-          <path
-             style="fill:#757ab7;fill-opacity:1;fill-rule:evenodd;stroke:#585c8a;stroke-width:5.97265291px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline"
-             id="path4075"
-             d="m 131.52538,64.821195 c 0,0 -11.92655,-11.541816 -32.317104,-11.541815 -20.390579,0 -40.781158,24.622575 -40.781158,45.39784 0,20.77529 11.92659,44.62841 43.474242,44.62841 31.54765,0 46.16729,-16.5433 40.78113,-55.01603 l -38.85751,12.31127 7.30983,7.69454 4.61673,-1.15417 c 0,0 7.69457,9.61819 -3.84728,11.1571 C 100.36245,119.83725 89.9748,116.75943 88.435887,102.13979 86.896974,87.52014 98.43882,77.132498 111.90426,82.90341 l 19.62112,-18.082215 z"
-             inkscape:connector-curvature="0" />
-          <path
-             style="opacity:0.25;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline"
-             id="path4077"
-             d="M 80.684098,65.588753 C 70.328965,73.587558 62.624029,87.01471 62.62403,99.0555 c 0,18.57603 10.651107,39.88623 38.85911,39.88623 15.49691,0 26.45013,-4.48079 32.35405,-14.2084 -6.0137,3.71225 -13.90045,5.47794 -23.62362,5.47794 -28.208002,0 -38.859082,-21.3102 -38.859082,-39.8862 0,-8.32652 3.645291,-17.32008 9.32961,-24.736317 z"
-             inkscape:connector-curvature="0" />
-          <path
-             style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:13.98377037;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
-             id="path4079"
-             d="m 208.28125,111.5 c -11.22916,0.14022 -27.86406,1.78473 -36.71875,9.5625 -14.1675,12.44444 -13.21875,28.15625 -13.21875,28.15625 0,0 4.20526,26.42885 27.5625,29.875 23.35724,3.44615 42.125,-7.09375 42.125,-7.09375 l -9.5625,-21.625 c 0,0 -20.12351,7.6376 -26.25,4 -6.12648,-3.6376 -8.6103,-10.90513 -4.78125,-15.5 3.82906,-4.59486 13.04013,-8.59449 24.71875,-5.53125 L 219.8125,111.875 c 0,0 -4.79376,-0.45913 -11.53125,-0.375 z m 54.59375,10.71875 c -16.27502,0 -29.46875,13.22498 -29.46875,29.5 0,16.27502 13.19374,29.46875 29.46875,29.46875 16.27502,0 29.5,-13.19373 29.5,-29.46875 0,-16.27502 -13.22498,-29.5 -29.5,-29.5 z m 302.0625,1.40625 c -1.22762,0.0445 -2.6007,0.18889 -4.15625,0.5 -12.44443,2.48889 -11.47987,18.39141 -13.96875,31.21875 -2.48889,12.82733 -18.96875,8.21875 -18.96875,8.21875 l 0,15.90625 c 0,0 14.75493,2.49358 26.625,-3.25 11.87007,-5.74358 5.5499,-22.97479 9.1875,-30.25 3.63761,-7.27521 9.1875,-2.5 9.1875,-2.5 l 1.71875,-14.75 c 0,0 -1.03169
 ,-5.40523 -9.625,-5.09375 z m -157.15625,0.1875 c -0.77654,-0.005 -1.58273,0.005 -2.375,0.0312 C 394.84268,124.18965 383.3125,127 383.3125,127 l 9.1875,52.65625 15.3125,-0.375 -2.09375,-16.65625 c 0,0 5.72047,0.19764 14.71875,-9.375 8.99828,-9.57264 7.84561,-19.16625 0.1875,-26.25 -2.51282,-2.32437 -7.40797,-3.1543 -12.84375,-3.1875 z m 89.4375,0.125 -6.125,55.53125 22.40625,0 6.6875,-53.40625 -22.96875,-2.125 z m -144.15625,0.1875 -17.25,18.96875 -18.375,-17.21875 -19.71875,49.375 18.96875,6.3125 9.5625,-21.25 12.0625,11.3125 9,-11.6875 11.875,18.375 18,-6.3125 -24.125,-47.875 z m 92.65625,0.40625 -12.0625,48.625 16.09375,4.78125 4.59375,-17.625 c 9.76409,1.53162 9.1875,19.15625 9.1875,19.15625 l 17.03125,-0.375 -6.3125,-21.25 c 9.95555,-3.6376 10.34375,-8.625 10.34375,-8.625 0,0 2.4868,-10.72517 -7.46875,-16.46875 -9.95554,-5.74358 -31.40625,-8.21875 -31.40625,-8.21875 z M 402.0625,136 c 2.69691,-0.0806 8.16845,0.47817 8.8125,4.5 0.85872,5.36242 -7.74997,6.21878 -7.75,6.21
 875 l -2.59375,-10.53125 c 0,-0.0536 0.63228,-0.16055 1.53125,-0.1875 z m 56.28125,1.9375 c 4.59487,0.38291 10.72703,4.76864 8.8125,8.40625 -1.91453,3.6376 -11.09375,1.15625 -11.09375,1.15625 l 2.28125,-9.5625 z M 262.875,141.75 c 5.49546,0 9.96875,4.47329 9.96875,9.96875 0,5.49546 -4.47329,9.9375 -9.96875,9.9375 -5.49546,0 -9.9375,-4.44204 -9.9375,-9.9375 0,-5.49546 4.44204,-9.96875 9.9375,-9.96875 z"
-             inkscape:connector-curvature="0" />
-          <path
-             style="fill:#fde445;fill-opacity:1;fill-rule:evenodd;stroke:#beac34;stroke-width:5.97265291px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-             id="path4081"
-             d="m 212.14502,133.32836 7.65812,-21.44271 c 0,0 -34.0786,-3.2547 -48.24611,9.18973 -14.1675,12.44444 -13.21024,28.14356 -13.21024,28.14356 0,0 4.21196,26.42049 27.5692,29.86664 23.35724,3.44615 42.11962,-7.08376 42.11962,-7.08376 l -9.57264,-21.63416 c 0,0 -20.10255,7.65811 -26.22904,4.02051 -6.12648,-3.6376 -8.61537,-10.91281 -4.78632,-15.50768 3.82906,-4.59486 13.01879,-8.61537 24.69741,-5.55213 z"
-             inkscape:connector-curvature="0" />
-          <path
-             style="fill:#47ac50;fill-opacity:1;stroke:#35823c;stroke-width:5.97265291;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
-             id="path4083"
-             d="m 262.88001,122.2241 c -16.27502,0 -29.48373,13.20871 -29.48373,29.48373 0,16.27502 13.20872,29.48373 29.48373,29.48373 16.27502,0 29.48373,-13.20871 29.48373,-29.48373 0,-16.27502 -13.20871,-29.48373 -29.48373,-29.48373 z m 0,19.52818 c 5.49546,0 9.95555,4.46009 9.95555,9.95555 0,5.49546 -4.46009,9.95554 -9.95555,9.95554 -5.49546,0 -9.95554,-4.46008 -9.95554,-9.95554 0,-5.49546 4.46008,-9.95555 9.95554,-9.95555 z"
-             inkscape:connector-curvature="0" />
-          <path
-             style="fill:#c73938;fill-opacity:1;fill-rule:evenodd;stroke:#962b2a;stroke-width:5.97265291px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-             id="path4085"
-             d="m 297.72442,175.25652 19.71964,-49.39482 18.37947,17.23075 17.23075,-18.95382 24.12305,47.86319 -17.99656,6.31794 -11.87008,-18.37946 -8.99828,11.67862 -12.06152,-11.29572 -9.57264,21.25126 -18.95383,-6.31794 z"
+             style="fill:#808080;stroke:#000000;stroke-width:1.31551015px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+             id="path10167-6-0"
+             d="m 1143.9473,371.01346 c 0,0 4.0106,0.91672 7.2191,-2.29179 3.2085,-3.20851 6.6462,-2.29179 7.7921,-1.26049 1.1459,1.03131 2.521,5.15653 -1.1459,9.39635 -3.6669,4.23981 -8.365,5.72947 -13.7507,5.84406"
              inkscape:connector-curvature="0" />
           <path
-             style="fill:#757ab7;fill-opacity:1;fill-rule:evenodd;stroke:#585c8a;stroke-width:5.97265291px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-             id="path4087"
-             d="m 405.41661,123.85145 c -10.56357,0.3459 -22.11279,3.15897 -22.11279,3.15897 l 9.18973,52.64951 15.31622,-0.3829 -2.10598,-16.6564 c 0,0 5.74359,0.19146 14.74187,-9.38118 8.99828,-9.57264 7.84956,-19.14528 0.19145,-26.22903 -2.87179,-2.65642 -8.88237,-3.36651 -15.2205,-3.15897 z m -3.35042,12.15725 c 2.69691,-0.0806 8.16278,0.47731 8.80683,4.49914 0.85872,5.36242 -7.75381,6.22224 -7.75384,6.22221 l -2.58461,-10.5299 c 0,-0.0536 0.63265,-0.1645 1.53162,-0.19145 z"
+             style="color:#000000;fill:#1a1a1a;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.31551015;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+             id="path10165-7-6"
+             transform="matrix(0.79242746,0,0,1.0091379,237.94607,178.20166)"
+             d="m 1147.7287,196.80023 a 3.6095703,5.7867713 0 1 1 -7.2191,0 3.6095703,5.7867713 0 1 1 7.2191,0 z"
              inkscape:connector-curvature="0" />
           <path
-             style="fill:#fde445;fill-opacity:1;fill-rule:evenodd;stroke:#beac34;stroke-width:5.97265291px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-             id="path4089"
-             d="m 445.71742,124.52153 -12.06152,48.62901 16.08203,4.78632 4.59487,-17.61366 c 9.76409,1.53162 9.18973,19.14528 9.18973,19.14528 l 17.0393,-0.38291 -6.31794,-21.25126 c 9.95555,-3.6376 10.33845,-8.61537 10.33845,-8.61537 0,0 2.48889,-10.72136 -7.46666,-16.46494 -9.95554,-5.74358 -31.39826,-8.23247 -31.39826,-8.23247 z m 12.63589,13.40169 c 4.59487,0.38291 10.72136,4.78632 8.80683,8.42393 -1.91453,3.6376 -11.10426,1.14871 -11.10426,1.14871 l 2.29743,-9.57264 z"
+             style="opacity:0.25;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+             id="rect9765-9-6-6"
+             d="m 1096.3044,290.28571 c -2.2952,1.6493 6.3467,-0.10955 0,0 z m 16.3126,5.84375 c 2.7863,6.81629 -4.6201,12.29961 -5.9892,18.62318 -7.8248,16.29362 -14.7529,33.03489 -22.9796,49.09557 3.099,-1.40633 1.9617,-5.74396 5,-7.78125 1.7453,-2.11158 3.9687,-3.32783 3.0312,-6.125 6.8501,-18.36601 16.2527,-35.70013 24.0938,-53.6875 -0.9763,-0.0379 -2.3229,-0.26266 -3.1562,-0.125 z m 24.1874,35.625 c -2.2972,5.76245 -6.7997,13.21855 -8.0312,18.03125 3.7489,-5.61558 5.7076,-12.98605 9.0938,-19.09375 l -0.7072,0.70711 -0.3554,0.35539 z m -58.875,37.90625 c -1.6961,1.42 -6.7649,3.14425 -6.4062,5.21875 2.2378,1.30232 7.9819,2.63978 8.2812,1.6875 -1.8968,-1.7999 -2.2816,-4.85598 -1.2812,-7.21875 l -0.5938,0.3125 z"
              inkscape:connector-curvature="0" />
           <path
-             style="fill:#47ac50;fill-opacity:1;fill-rule:evenodd;stroke:#35823c;stroke-width:5.97265291px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-             id="path4091"
-             d="m 497.21822,123.94717 22.97434,2.10598 -6.70085,53.41533 -22.39997,0 6.12648,-55.52131 z"
+             style="opacity:0.25;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+             id="rect9765-7-7-6"
+             d="m 1149.0312,276.21875 c 7.5033,2.62434 13.2773,9.46766 14.875,17.03125 2.3162,-0.50096 8.7223,1.1024 7.9063,-3.125 -1.6727,-10.90088 -14.0811,-14.66065 -23.5937,-14.21875 l 0.8124,0.3125 z M 1153,306.5625 c -3.0291,2.74346 -3.0498,8.029 -5.5955,11.41634 -6.4893,14.00692 -12.9761,28.01496 -19.467,42.02116 -1.6367,-4.12643 -6.4844,0.8308 -3.125,2.3125 3.7971,3.28538 5.3395,8.74623 5.2813,13.28125 4.9126,-0.2716 9.4769,-5.04659 6.9062,-9.96875 -1.3861,-3.35185 -4.9109,-5.09234 -8.0312,-6.5 7.8376,-17.50426 16.7761,-35.26654 24.0312,-52.5625 z m -38.3125,1.03125 c -3.4136,4.8596 -5.189,10.96434 -8,16.28125 3.4255,-4.79843 5.5001,-10.14726 7.9687,-15.34375 -0.1055,-0.18114 0.5838,-1.42435 0.031,-0.9375 z"
              inkscape:connector-curvature="0" />
           <path
-             style="fill:#c73938;fill-opacity:1;fill-rule:evenodd;stroke:#962b2a;stroke-width:5.97265291px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-             id="path4093"
-             d="m 527.85067,163.5779 c 0,0 16.46494,4.59486 18.95383,-8.23247 2.48888,-12.82734 1.53162,-28.71792 13.97605,-31.20681 12.44443,-2.48888 13.7846,4.59487 13.7846,4.59487 l -1.72307,14.74186 c 0,0 -5.55213,-4.78632 -9.18974,2.48889 -3.6376,7.27521 2.68034,24.50596 -9.18973,30.24954 -11.87007,5.74358 -26.61194,3.2547 -26.61194,3.2547 l 0,-15.89058 z"
+             style="opacity:0.25;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+             id="path9886-3-7-3"
+             d="m 1204.8542,275.22914 c -2.7253,4.47014 0.9357,9.72962 -0.4249,14.68734 0.2564,17.95371 0.015,36.19268 0.5812,53.96891 3.3281,0.606 6.6574,3.07225 8.2812,5.40625 3.8947,-1.94006 -0.2406,-5.78987 -3.0938,-5.9375 -6.6255,-0.86093 -2.9435,-9.67871 -3.9544,-14.43721 -0.4827,-17.62932 0.4183,-35.43554 -0.8268,-52.96904 -0.1383,-0.12729 -0.2568,-1.4626 -0.5625,-0.71875 z m 1.3437,83.78125 c -3.3625,2.69544 -0.4359,10.05329 -1.4801,14.46836 0.1036,14.87314 -0.6529,30.00569 -0.02,44.71914 1.173,1.19971 1.1789,-3.85982 1.1949,-4.87497 0.07,-18.06026 0.392,-36.46925 0.3051,-54.31253 z"
              inkscape:connector-curvature="0" />
           <path
-             style="opacity:0.25;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
-             id="path4095"
-             d="m 174.0641,123.76666 c -0.71071,0.49658 -0.75411,0.47695 -1.38924,1.03482 -14.16751,12.44444 -10.35357,24.29325 -10.35357,24.29325 0,0 1.47949,23.067 24.83673,26.51315 23.35724,3.44615 35.53685,-5.34491 35.53685,-5.34491 l -1.47467,-4.82268 c -7.70318,2.58357 -14.30879,7.95497 -27.6461,5.98718 -23.35724,-3.44615 -27.5692,-29.86664 -27.5692,-29.86664 0,0 -0.1293,-6.87049 8.0592,-17.79417 z m 325.8866,3.90661 -5.13286,48.69012 15.56878,-1.24202 0.0879,-4.30463 -11.72463,0.99363 2.93358,-44.18375 -1.73273,0.0466 z m -51.87341,0.94697 -10.32268,41.92204 9.62346,3.17168 0.53013,-4.47001 -5.35217,-0.89486 7.34729,-39.36414 c -3.13784,-0.50072 -1.82603,-0.36471 -1.82603,-0.36471 z m 115.90646,-1.90181 c -12.1517,3.3892 -10.71391,11.83417 -13.08054,24.03149 2.67106,1.39889 4.50453,-7.83961 5.52606,-11.59625 1.51263,-7.79593 4.80553,-6.07255 7.55448,-12.43524 z m -172.09305,2.1708 c -5.00947,0.83393 -3.86716,1.97147 -3.86716,1.97147 l 7.20249,44.94895 8.73346,0.61072 
 -0.33625,-4.3616 -3.47158,-0.057 -8.26096,-43.11259 z m -73.3288,2.18899 -15.12413,41.44582 11.25323,4.20648 2.65427,-7.03949 -7.24301,-1.96841 10.07121,-34.97585 -1.61157,-1.66855 z m -71.59306,0.91061 c -7.74404,5.31501 -9.97067,9.99617 -9.97067,20.09161 0,16.27502 12.33929,24.14299 28.61431,24.14299 10.09544,0 13.53456,-3.34445 18.84956,-11.08848 -4.74021,3.25338 -7.99275,6.78386 -14.17233,6.78386 -16.27501,0 -28.73851,-8.8616 -28.73851,-25.13662 0,-6.17957 2.16426,-10.05314 5.41764,-14.79336 z m 175.55431,13.35376 c -5.80111,4.48281 -10.52748,6.39066 -10.52748,6.39066 l 0.97546,3.86781 c 1.92292,-1.36097 2.65411,-2.22809 5.11466,-4.84569 0.84359,-0.89744 3.76914,-4.5174 4.43736,-5.41278 z m -69.08597,11.53446 -2.50402,2.81724 10.23485,14.02996 11.04119,-3.83389 -2.10598,-3.83935 -7.11463,3.12019 -9.55141,-12.29415 z m -12.68254,5.69145 -2.75548,3.46915 -10.08698,-9.30056 12.84246,5.83141 z m 118.60323,-4.64633 3.70726,4.40341 c 4.61276,5.39208 3.68668,13.4168 3.68668,13.
 4168 l 8.8419,0.48653 -0.71129,-4.11317 -4.81961,-0.18104 c 0,0 -0.94085,-12.48079 -10.70494,-14.01241 z m 72.34309,17.94442 c 0,0 7.6623,3.1099 19.53238,-2.63368 3.32303,-1.60793 5.47671,-2.5311 6.56634,-5.46912 -11.61534,4.96638 -19.98253,3.59643 -19.98253,3.59643 l -7.10982,-1.27535 0.99363,5.78172 z"
-             inkscape:connector-curvature="0" />
-          <path
-             style="opacity:0.25;fill:#000000;fill-opacity:1;stroke:none;display:inline"
-             id="path4097"
-             d="m 108.72174,31.790106 c -2.23381,0.657985 17.54529,3.258097 22.39998,7.658111 19.47063,7.750989 33.13582,36.741811 34.74868,49.107643 2.32185,-31.606806 -25.65415,-59.298108 -57.14866,-56.765754 z M 31.121971,96.34404 c -3.775234,41.82783 35.562832,77.64672 77.251199,72.81344 -39.982967,-2.2857 -74.572697,-34.15689 -77.155472,-74.05789 l -0.09573,1.24445 z"
+             style="opacity:0.25;fill:#ffffff;stroke:none;display:inline"
+             id="path10167-8-5-9"
+             d="m 1156.9583,368.23955 c 0.4896,4.50014 -3.7361,7.77191 -4.8126,11.4375 3.2621,-2.22994 8.8309,-7.2849 5.875,-11.5 -0.2225,0.0418 -1.3484,-0.61768 -1.0624,0.0625 z"
              inkscape:connector-curvature="0" />
         </g>
-        <g
-           id="g4099"
-           transform="translate(0,-20)">
-          <path
-             style="color:#000000;fill:#f8d600;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.31551015;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-             id="path4101"
-             d="m 1116.5572,310.65625 -34.3554,74.21875 9.4062,0 2.8208,-6.09375 53.5321,-53.875 -27.7591,59.96875 9.4062,0 34.3554,-74.21875 -9.4062,0 -1.0848,2.34375 -53.489,53.78125 25.98,-56.125 -9.4062,0 z"
-             inkscape:connector-curvature="0" />
-          <path
-             style="fill:#f8d600;fill-opacity:1;stroke:#000000;stroke-width:1.31551015;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
-             id="path4103"
-             d="m 1090.2998,311.29964 c 0,0 21.3911,-16.2054 41.8099,-17.17773 20.4188,-0.97232 33.059,0.32411 38.893,10.37146 5.8339,10.04735 1.6205,13.93665 -2.2688,14.26076 -3.8893,0.32411 -48.9403,1.94465 -53.4778,0.32411 -4.5375,-1.62054 -6.1581,-3.8893 -9.075,-4.21341 -2.917,-0.32411 -16.5296,-0.32411 -15.8813,-3.56519 z"
-             inkscape:connector-curvature="0" />
-          <path
-             style="fill:#f8d600;fill-opacity:1;stroke:#000000;stroke-width:1.31551015;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
-             id="path4105"
-             d="m 1070.2051,392.65078 c 0,0 -1.9447,2.59287 1.6205,4.86163 3.5652,2.26875 20.4188,5.83394 37.2724,5.18573 16.8537,-0.64822 27.5492,-0.64822 29.818,-8.10271 2.2687,-7.45448 -1.2964,-16.85362 -18.1501,-18.15005 -16.8536,-1.29644 -38.5688,4.2134 -50.5608,16.2054 z"
-             inkscape:connector-curvature="0" />
-          <path
-             style="fill:none;stroke:#000000;stroke-width:1.31551015px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-             id="path4107"
-             d="m 1092.0382,309.31112 16.2717,0 13.407,-13.40697"
-             inkscape:connector-curvature="0" />
-        </g>
-        <path
-           style="fill:#808080;stroke:#000000;stroke-width:1.31551015px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-           id="path4109"
-           d="m 1143.9473,371.01346 c 0,0 4.0106,0.91672 7.2191,-2.29179 3.2085,-3.20851 6.6462,-2.29179 7.7921,-1.26049 1.1459,1.03131 2.521,5.15653 -1.1459,9.39635 -3.6669,4.23981 -8.365,5.72947 -13.7507,5.84406"
-           inkscape:connector-curvature="0" />
-        <path
-           style="color:#000000;fill:#1a1a1a;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.31551015;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-           id="path4111"
-           transform="matrix(0.79242746,0,0,1.0091379,237.94607,178.20166)"
-           d="m 1147.7287,196.80023 a 3.6095703,5.7867713 0 1 1 -7.2191,0 3.6095703,5.7867713 0 1 1 7.2191,0 z"
-           inkscape:connector-curvature="0" />
-        <path
-           style="opacity:0.25;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-           id="path4113"
-           d="m 1096.3044,290.28571 c -2.2952,1.6493 6.3467,-0.10955 0,0 z m 16.3126,5.84375 c 2.7863,6.81629 -4.6201,12.29961 -5.9892,18.62318 -7.8248,16.29362 -14.7529,33.03489 -22.9796,49.09557 3.099,-1.40633 1.9617,-5.74396 5,-7.78125 1.7453,-2.11158 3.9687,-3.32783 3.0312,-6.125 6.8501,-18.36601 16.2527,-35.70013 24.0938,-53.6875 -0.9763,-0.0379 -2.3229,-0.26266 -3.1562,-0.125 z m 24.1874,35.625 c -2.2972,5.76245 -6.7997,13.21855 -8.0312,18.03125 3.7489,-5.61558 5.7076,-12.98605 9.0938,-19.09375 l -0.7072,0.70711 -0.3554,0.35539 z m -58.875,37.90625 c -1.6961,1.42 -6.7649,3.14425 -6.4062,5.21875 2.2378,1.30232 7.9819,2.63978 8.2812,1.6875 -1.8968,-1.7999 -2.2816,-4.85598 -1.2812,-7.21875 l -0.5938,0.3125 z"
-           inkscape:connector-curvature="0" />
-        <path
-           style="opacity:0.25;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-           id="path4115"
-           d="m 1149.0312,276.21875 c 7.5033,2.62434 13.2773,9.46766 14.875,17.03125 2.3162,-0.50096 8.7223,1.1024 7.9063,-3.125 -1.6727,-10.90088 -14.0811,-14.66065 -23.5937,-14.21875 l 0.8124,0.3125 z M 1153,306.5625 c -3.0291,2.74346 -3.0498,8.029 -5.5955,11.41634 -6.4893,14.00692 -12.9761,28.01496 -19.467,42.02116 -1.6367,-4.12643 -6.4844,0.8308 -3.125,2.3125 3.7971,3.28538 5.3395,8.74623 5.2813,13.28125 4.9126,-0.2716 9.4769,-5.04659 6.9062,-9.96875 -1.3861,-3.35185 -4.9109,-5.09234 -8.0312,-6.5 7.8376,-17.50426 16.7761,-35.26654 24.0312,-52.5625 z m -38.3125,1.03125 c -3.4136,4.8596 -5.189,10.96434 -8,16.28125 3.4255,-4.79843 5.5001,-10.14726 7.9687,-15.34375 -0.1055,-0.18114 0.5838,-1.42435 0.031,-0.9375 z"
-           inkscape:connector-curvature="0" />
-        <path
-           style="opacity:0.25;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-           id="path4117"
-           d="m 1204.8542,275.22914 c -2.7253,4.47014 0.9357,9.72962 -0.4249,14.68734 0.2564,17.95371 0.015,36.19268 0.5812,53.96891 3.3281,0.606 6.6574,3.07225 8.2812,5.40625 3.8947,-1.94006 -0.2406,-5.78987 -3.0938,-5.9375 -6.6255,-0.86093 -2.9435,-9.67871 -3.9544,-14.43721 -0.4827,-17.62932 0.4183,-35.43554 -0.8268,-52.96904 -0.1383,-0.12729 -0.2568,-1.4626 -0.5625,-0.71875 z m 1.3437,83.78125 c -3.3625,2.69544 -0.4359,10.05329 -1.4801,14.46836 0.1036,14.87314 -0.6529,30.00569 -0.02,44.71914 1.173,1.19971 1.1789,-3.85982 1.1949,-4.87497 0.07,-18.06026 0.392,-36.46925 0.3051,-54.31253 z"
-           inkscape:connector-curvature="0" />
-        <path
-           style="opacity:0.25;fill:#ffffff;stroke:none;display:inline"
-           id="path4119"
-           d="m 1156.9583,368.23955 c 0.4896,4.50014 -3.7361,7.77191 -4.8126,11.4375 3.2621,-2.22994 8.8309,-7.2849 5.875,-11.5 -0.2225,0.0418 -1.3484,-0.61768 -1.0624,0.0625 z"
-           inkscape:connector-curvature="0" />
       </g>
-    </a>
+    </g>
+    <g
+       id="g3914"
+       transform="matrix(0.75369048,0,0,0.75369048,427.42372,629.82285)">
+      <rect
+         ry="2.9425685"
+         y="139.48735"
+         x="84.651299"
+         height="19.39493"
+         width="23.724628"
+         id="rect4612"
+         style="color:#000000;fill:#ffff00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.85140014;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" />
+      <path
+         transform="matrix(0.8,0,0,0.8,66.406143,86.005889)"
+         d="m 35.860416,74.601311 c 0,2.510513 -2.035173,4.545686 -4.545686,4.545686 -2.510514,0 -4.545687,-2.035173 -4.545687,-4.545686 0,-2.510513 2.035173,-4.545687 4.545687,-4.545687 2.510513,0 4.545686,2.035174 4.545686,4.545687 z"
+         sodipodi:ry="4.5456862"
+         sodipodi:rx="4.5456862"
+         sodipodi:cy="74.601311"
+         sodipodi:cx="31.31473"
+         id="path4614"
+         style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
+         sodipodi:type="arc" />
+      <path
+         transform="matrix(0.8,0,0,0.8,76.591053,85.869999)"
+         d="m 35.860416,74.601311 c 0,2.510513 -2.035173,4.545686 -4.545686,4.545686 -2.510514,0 -4.545687,-2.035173 -4.545687,-4.545686 0,-2.510513 2.035173,-4.545687 4.545687,-4.545687 2.510513,0 4.545686,2.035174 4.545686,4.545687 z"
+         sodipodi:ry="4.5456862"
+         sodipodi:rx="4.5456862"
+         sodipodi:cy="74.601311"
+         sodipodi:cx="31.31473"
+         id="path4614-1"
+         style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
+         sodipodi:type="arc" />
+      <path
+         transform="matrix(0.8,0,0,0.8,71.782933,94.441419)"
+         d="m 35.860416,74.601311 c 0,2.510513 -2.035173,4.545686 -4.545686,4.545686 -2.510514,0 -4.545687,-2.035173 -4.545687,-4.545686 0,-2.510513 2.035173,-4.545687 4.545687,-4.545687 2.510513,0 4.545686,2.035174 4.545686,4.545687 z"
+         sodipodi:ry="4.5456862"
+         sodipodi:rx="4.5456862"
+         sodipodi:cy="74.601311"
+         sodipodi:cx="31.31473"
+         id="path4614-8"
+         style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
+         sodipodi:type="arc" />
+    </g>
+    <text
+       xml:space="preserve"
+       style="font-size:26.3813076px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
+       x="644.72705"
+       y="671.0946"
+       id="text4570"
+       sodipodi:linespacing="125%"
+       transform="matrix(0.97000877,0.24306991,-0.24306991,0.97000877,0,0)"><tspan
+         sodipodi:role="line"
+         id="tspan4572"
+         x="644.72705"
+         y="671.0946">A</tspan></text>
+    <text
+       xml:space="preserve"
+       style="font-size:26.3813076px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
+       x="323.83337"
+       y="868.76929"
+       id="text4570-0"
+       sodipodi:linespacing="125%"
+       transform="matrix(0.98274166,-0.18498332,0.18498332,0.98274166,0,0)"><tspan
+         sodipodi:role="line"
+         id="tspan4572-4"
+         x="323.83337"
+         y="868.76929">B</tspan></text>
+    <text
+       xml:space="preserve"
+       style="font-size:26.3813076px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
+       x="607.7442"
+       y="682.24689"
+       id="text4570-0-6"
+       sodipodi:linespacing="125%"
+       transform="matrix(0.98721825,0.15937417,-0.15937417,0.98721825,0,0)"><tspan
+         sodipodi:role="line"
+         id="tspan4572-4-9"
+         x="607.7442"
+         y="682.24689">C</tspan></text>
   </g>
-  <path
-     sodipodi:type="arc"
-     style="opacity:0.96000001;fill:#000000;fill-opacity:1"
-     id="path3568"
-     sodipodi:cx="-231.66667"
-     sodipodi:cy="-79.583336"
-     sodipodi:rx="20.833334"
-     sodipodi:ry="21.25"
-     d="m -210.83334,-79.583336 a 20.833334,21.25 0 1 1 -41.66667,0 20.833334,21.25 0 1 1 41.66667,0 z"
-     transform="matrix(0.53626918,0,0,0.63155424,202.17192,114.47029)" />
-  <path
-     sodipodi:type="arc"
-     style="opacity:0.96000001;fill:#000000;fill-opacity:1"
-     id="path3570"
-     sodipodi:cx="-173.33333"
-     sodipodi:cy="-78.75"
-     sodipodi:rx="20.833334"
-     sodipodi:ry="22.083334"
-     d="m -152.49999,-78.75 a 20.833334,22.083334 0 1 1 -41.66667,0 20.833334,22.083334 0 1 1 41.66667,0 z"
-     transform="matrix(0.53626918,0,0,0.63155424,198.76421,114.47029)" />
 </svg>
diff --git a/src/braille_fun-activity/resources/braille_alphabets b/src/braille_fun-activity/resources/braille_alphabets
new file mode 120000
index 0000000..dc1f367
--- /dev/null
+++ b/src/braille_fun-activity/resources/braille_alphabets
@@ -0,0 +1 @@
+../../braille_alphabets-activity/resources/braille_alphabets
\ No newline at end of file
diff --git a/src/braille_lotto-activity/braille_lotto.py b/src/braille_lotto-activity/braille_lotto.py
index c919395..cad48b1 100644
--- a/src/braille_lotto-activity/braille_lotto.py
+++ b/src/braille_lotto-activity/braille_lotto.py
@@ -81,6 +81,16 @@ class Gcompris_braille_lotto:
 
     self.lotto_board()
 
+    # The root item for the help
+    self.map_rootitem = \
+        goocanvas.Group( parent = self.gcomprisBoard.canvas.get_root_item() )
+    BrailleMap(self.map_rootitem, self.move_back)
+    self.map_rootitem.props.visibility = goocanvas.ITEM_INVISIBLE
+
+  def move_back(self,event,target,item):
+    self.map_rootitem.props.visibility = goocanvas.ITEM_INVISIBLE
+    self.mapActive = False
+
   def lotto_board(self):
     #Display Rectangle Ticket Boxes
     self.rect = []
@@ -241,7 +251,7 @@ class Gcompris_braille_lotto:
     #TICKET A
     self.displayTicket(1, 25, 60, 50)
     self.displayTicket(1, 25, 60, 200)
-    self.displayTicket(26, 50, 140, 125)
+    self.displayTicket(26, 50, 145, 125)
     self.displayTicket(51, 75, 230, 50)
     self.displayTicket(51, 75, 230, 200)
     self.displayTicket(76, 90, 320, 125)
@@ -249,7 +259,7 @@ class Gcompris_braille_lotto:
     #TICKET B
     self.displayTicket(1, 25, 440, 50)
     self.displayTicket(1, 25, 440, 200)
-    self.displayTicket(26, 50, 520, 125)
+    self.displayTicket(26, 50, 525, 125)
     self.displayTicket(51, 75, 610, 50)
     self.displayTicket(51, 75, 610, 200)
     self.displayTicket(76, 90, 700, 125)
@@ -384,20 +394,26 @@ class Gcompris_braille_lotto:
       ticket = random.randint(a, b)
       self.ticket_array.append(ticket)
       if (ticket < 10):
-          obj = BrailleChar(self.root, x, y, 50 , ticket, COLOR_ON, COLOR_OFF ,
-                  CIRCLE_FILL, CIRCLE_FILL, False, False ,False, None)
+          obj = BrailleChar(self.root, x, y, 50 , ticket,
+                            COLOR_ON, COLOR_OFF ,
+                            CIRCLE_FILL, CIRCLE_STROKE,
+                            False, False ,False, None)
           obj.ticket_focus(self.rect[self.rectangle_counter],
                            self.cross_number, self.tile_counter)
       else :
           tens_digit = ticket / 10
           ones_digit = ticket % 10
-          obj1 = BrailleChar(self.root, x - 7, y, 50 ,tens_digit, COLOR_ON, COLOR_OFF ,
-                  CIRCLE_FILL, CIRCLE_FILL, False, False ,False, None)
+          obj1 = BrailleChar(self.root, x - 8, y, 43 ,tens_digit,
+                             COLOR_ON, COLOR_OFF ,
+                             CIRCLE_FILL, CIRCLE_STROKE,
+                             False, False ,False, None)
           obj1.ticket_focus(self.rect[self.rectangle_counter],
                             self.cross_number, self.tile_counter)
 
-          obj2 = BrailleChar(self.root, x + 25, y, 50 , ones_digit, COLOR_ON, COLOR_OFF ,
-                  CIRCLE_FILL, CIRCLE_FILL, False, False ,False, None)
+          obj2 = BrailleChar(self.root, x + 29, y, 43 , ones_digit,
+                             COLOR_ON, COLOR_OFF ,
+                             CIRCLE_FILL, CIRCLE_STROKE,
+                             False, False ,False, None)
           obj2.ticket_focus(self.rect[self.rectangle_counter],
                             self.cross_number, self.tile_counter)
 
@@ -468,6 +484,7 @@ class Gcompris_braille_lotto:
   def end(self):
     # Remove the root item removes all the others inside it
     self.root.remove()
+    self.map_rootitem.remove()
     gcompris.end_board()
 
   def ok(self):
@@ -475,18 +492,12 @@ class Gcompris_braille_lotto:
 
   def repeat(self):
       if(self.mapActive):
-          self.rootitem.props.visibility = goocanvas.ITEM_INVISIBLE
-          self.root.props.visibility = goocanvas.ITEM_VISIBLE
+          self.map_rootitem.props.visibility = goocanvas.ITEM_INVISIBLE
           self.mapActive = False
-          self.pause(0)
       else :
-          self.root.props.visibility = goocanvas.ITEM_INVISIBLE
-          self.rootitem = goocanvas.Group(parent=
-                                   self.gcomprisBoard.canvas.get_root_item())
-          gcompris.set_default_background(self.gcomprisBoard.canvas.get_root_item())
-          map_obj = BrailleMap(self.rootitem, COLOR_ON, COLOR_OFF, CIRCLE_FILL, CIRCLE_STROKE)
+          self.map_rootitem.props.visibility = goocanvas.ITEM_VISIBLE
           self.mapActive = True
-          self.pause(1)
+
 
   def config(self):
     pass
diff --git a/src/braille_lotto-activity/braille_lotto.svg b/src/braille_lotto-activity/braille_lotto.svg
index f0b1f58..acae5ed 100644
--- a/src/braille_lotto-activity/braille_lotto.svg
+++ b/src/braille_lotto-activity/braille_lotto.svg
@@ -9,12 +9,12 @@
    xmlns="http://www.w3.org/2000/svg";
    xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd";
    xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape";
-   width="64px"
-   height="64px"
+   width="90.148575"
+   height="92.468185"
    id="svg3143"
    version="1.1"
-   inkscape:version="0.48.0 r9654"
-   sodipodi:docname="New document 8">
+   inkscape:version="0.48.1 r9760"
+   sodipodi:docname="braille_lotto.svg">
   <defs
      id="defs3145" />
   <sodipodi:namedview
@@ -24,19 +24,23 @@
      borderopacity="1.0"
      inkscape:pageopacity="0.0"
      inkscape:pageshadow="2"
-     inkscape:zoom="5.5"
-     inkscape:cx="35.363636"
-     inkscape:cy="33.149402"
+     inkscape:zoom="3.8890873"
+     inkscape:cx="66.994556"
+     inkscape:cy="49.34505"
      inkscape:current-layer="layer1"
      showgrid="true"
      inkscape:document-units="px"
      inkscape:grid-bbox="true"
      inkscape:snap-bbox="true"
-     inkscape:window-width="1256"
-     inkscape:window-height="701"
+     inkscape:window-width="1024"
+     inkscape:window-height="578"
      inkscape:window-x="0"
-     inkscape:window-y="37"
-     inkscape:window-maximized="1" />
+     inkscape:window-y="1"
+     inkscape:window-maximized="1"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0" />
   <metadata
      id="metadata3148">
     <rdf:RDF>
@@ -45,90 +49,41 @@
         <dc:format>image/svg+xml</dc:format>
         <dc:type
            rdf:resource="http://purl.org/dc/dcmitype/StillImage"; />
-        <dc:title></dc:title>
+        <dc:title />
       </cc:Work>
     </rdf:RDF>
   </metadata>
   <g
      id="layer1"
      inkscape:label="Layer 1"
-     inkscape:groupmode="layer">
+     inkscape:groupmode="layer"
+     transform="translate(0.92871447,2.1489958)">
     <path
        inkscape:connector-curvature="0"
        style="fill:#008000;fill-opacity:1;fill-rule:evenodd;stroke:none"
-       d="M 29.453453,0.96474139 14.550083,1.2102878 6.0974253,2.1106266 3.2057263,5.1799628 c 0,0 0.506278,4.0821309 1.011084,7.5301052 0.504805,3.447975 -1.132414,7.592237 -1.132414,8.103049 0,0.510811 0.247531,8.498251 0.12133,9.39217 -0.126201,0.893919 -0.122066,13.276554 -0.626872,14.425881 -0.504805,1.149325 -0.349375,9.485364 -0.72798,10.251583 -0.378604,0.766218 1.961503,3.580892 1.961503,3.580892 0,0 3.236939,2.583171 4.24655,2.45547 1.009611,-0.127703 7.5561067,-0.541876 9.8277307,-0.286472 2.271625,0.255405 9.937392,-0.327395 12.335219,-0.327395 2.397826,0 17.958312,0.843879 18.967926,0.716177 1.009611,-0.127702 6.127901,-2.07729 6.632711,-2.332694 0.5048,-0.255405 2.406375,-3.969679 2.406375,-3.969676 l 0.748202,-5.995438 0.384214,-9.31032 1.011084,-9.842339 -0.121332,-13.668778 -0.14155,-6.6297662 c 0,0 -1.891094,-4.349344 -2.1435,-5.1155611 -0.2524,-0.7662161 -2.1435,-2.1689973 -2.143493,-2.1689973 0,0 -7.05884,0 -8.06845,0 -1.00961,0 -12.881203,0.1227732 -12.8
 81203,0.1227732 L 29.453453,0.96474139 z m 0.202217,2.33269521 4.913866,1.0640367 c -10e-7,0 10.771787,-0.1227732 11.688125,-0.1227732 0.91634,-9e-7 7.340466,0 7.340466,0 -3e-6,-9e-7 1.712196,1.2987026 1.94128,2.0053002 0.229083,0.7065951 1.94128,4.7267777 1.94128,4.7267777 l 0.121332,6.11821 0.121331,12.604743 -0.930196,9.064773 -0.34377,8.594142 -0.687539,5.524805 c 0,-2e-6 -1.705548,3.42721 -2.163718,3.662741 -0.458171,0.235533 -5.109719,2.030771 -6.026057,2.148537 -0.916342,0.117767 -15.032338,-0.654792 -17.208641,-0.654792 -2.176305,10e-7 -9.141043,0.522003 -11.202806,0.286471 -2.061761,-0.23553 -8.001416,0.148243 -8.917755,0.266009 -0.9163387,0.117763 -3.8421177,-2.250846 -3.8421177,-2.250846 0,-1e-6 -2.143355,-2.608288 -1.799729,-3.314885 0.343627,-0.706595 0.188925,-8.373199 0.647094,-9.433093 0.458169,-1.059894 0.471886,-12.496559 0.586428,-13.320921 0.114542,-0.824361 -0.101108,-8.184465 -0.101108,-8.655528 0,-0.471065 1.469252,-4.289038 1.011083,-7.468719 -0.45816
 9,-3.17968 -0.909975,-6.957162 -0.909975,-6.957162 L 8.4633603,4.3614733 16.147594,3.5429838 29.65567,3.2974366 z"
+       d="M 41.624962,-2.1489958 18.683539,-1.7710159 5.6719848,-0.38508391 1.2206633,4.3396821 c 0,0 0.7793364,6.2838069 1.5564068,11.5914289 0.7770689,5.307622 -1.7431755,11.687068 -1.7431755,12.473386 0,0.786313 0.3810355,13.081736 0.1867687,14.457785 -0.1942669,1.37605 -0.1879017,20.437192 -0.96497208,22.206404 -0.77706889,1.769207 -0.53780846,14.601242 -1.12061215,15.780719 -0.58280197,1.179473 3.01942923,5.512225 3.01942923,5.512225 0,0 4.9827649,3.976393 6.5369033,3.779816 1.5541404,-0.196578 11.6314554,-0.834133 15.1282664,-0.440979 3.496813,0.393156 15.297072,-0.503975 18.988154,-0.503975 3.69108,0 27.644031,1.299021 29.198175,1.102445 1.55414,-0.196578 9.432952,-3.197666 10.210029,-3.590821 0.77706,-0.393155 3.70424,-6.110703 3.70424,-6.110699 L 87.072017,71.368372 87.663454,57.03658 89.219861,41.885829 89.033088,20.844867 88.815196,10.639373 c 0,0 -2.911047,-6.6951409 -3.299586,-7.8746129 -0.388531,-1.1794706 -3.299586,-3.33883391 -3.299574,-3.33883391 0,0 -10.865
 989,0 -12.420127,0 -1.554136,0 -19.82861,0.1889899 -19.82861,0.1889899 L 41.624962,-2.1489958 z m 0.31128,3.5908216 7.564136,1.6379196 c -4e-6,0 16.581491,-0.1889899 17.992052,-0.1889899 1.410563,-1.5e-6 11.299508,0 11.299508,0 -6e-6,-1.5e-6 2.635658,1.9991499 2.988298,3.0868478 0.352638,1.0876933 2.988298,7.2761407 2.988298,7.2761407 l 0.186772,9.418032 0.186771,19.403046 -1.431893,13.953808 -0.529181,13.229348 -1.058359,8.504579 c 0,-3e-6 -2.625426,5.275656 -3.330706,5.63822 -0.705285,0.362567 -7.86562,3.126055 -9.276179,3.307339 -1.410568,0.181284 -23.13995,-1.00795 -26.490031,-1.00795 -3.350082,10e-7 -14.071216,0.803543 -17.244979,0.440977 -3.17376,-0.362562 -12.316937,0.228198 -13.727498,0.40948 -1.410562,0.181277 -5.9143446,-3.464829 -5.9143446,-3.464829 0,-1e-6 -3.299362,-4.015053 -2.7704032,-5.10275 C 3.8974636,76.895351 3.6593237,65.093807 4.3646038,63.462263 5.0698839,61.830721 5.0909991,44.225753 5.2673186,42.956774 5.4436383,41.6878 5.1116787,30.358064 5.1116787,
 29.632935 c 0,-0.725133 2.2616845,-6.602308 1.5564054,-11.496934 C 5.9628039,13.241378 5.2673186,7.4265316 5.2673186,7.4265316 L 9.3139745,3.0797454 21.142659,1.8198073 41.936242,1.4418258 z"
        id="path28146" />
     <path
        inkscape:connector-curvature="0"
        style="fill:#008000;fill-opacity:1;fill-rule:evenodd;stroke:none"
-       d="m 58.650767,39.18428 0,3.058947 -14.446285,-1.631439 -13.048256,0.61179 -21.6694271,0.20393 -5.5921106,0.407859 0,-2.855017 7.5726497,-1.019648 9.203682,0.815719 11.883232,-0.61179 19.106378,-0.407859 6.990137,1.427508 z"
+       d="m 86.569691,56.684048 0,4.708774 -22.23781,-2.511346 -20.085765,0.941754 -33.356716,0.313918 -8.6081868,0.627835 0,-4.394855 11.6569188,-1.56959 14.167638,1.255673 18.292391,-0.941755 29.411301,-0.627835 10.760229,2.197427 z"
        id="path3537" />
     <path
        inkscape:connector-curvature="0"
        style="fill:#008000;fill-opacity:1;fill-rule:evenodd;stroke:none"
-       d="m 59.92349,21.729735 0,3.058947 -14.63816,-1.631439 -13.221562,0.61179 -21.95724,0.20393 -5.6663853,0.407859 0,-2.855017 7.6732293,-1.019648 9.325926,0.815719 12.041068,-0.61179 19.360147,-0.407859 7.082977,1.427508 z"
+       d="m 88.528851,29.815486 0,4.708774 -22.533175,-2.511348 -20.35254,0.941757 -33.79976,0.313919 -8.7225195,0.627836 0,-4.394856 11.8117435,-1.56959 14.355815,1.255672 18.535355,-0.941754 29.801938,-0.627837 10.903143,2.197427 z"
        id="path3537-3" />
     <path
-       sodipodi:type="arc"
-       style="opacity:0.96000001000000001;fill:#008000;fill-opacity:0"
-       id="path3196"
-       sodipodi:cx="77.36364"
-       sodipodi:cy="46.454544"
-       sodipodi:rx="3.1818182"
-       sodipodi:ry="1.1818181"
-       d="m 80.545458,46.454544 a 3.1818182,1.1818181 0 1 1 -6.172946,-0.402983 l 2.991128,0.402983 z"
-       sodipodi:start="0"
-       sodipodi:end="3.4895576" />
-    <path
-       sodipodi:type="arc"
-       style="opacity:0.96000001000000001;fill:#008000;fill-opacity:0"
-       id="path3198"
-       sodipodi:cx="81.545456"
-       sodipodi:cy="44.18182"
-       sodipodi:rx="5.3636365"
-       sodipodi:ry="1.8181819"
-       d="M 86.909092,44.18182 A 5.3636365,1.8181819 0 1 1 76.50327,43.561846 l 5.042186,0.619974 z"
-       sodipodi:start="0"
-       sodipodi:end="3.4895576" />
-    <path
        inkscape:connector-curvature="0"
        style="fill:#008000;fill-opacity:1;fill-rule:evenodd;stroke:none"
-       d="m 40.820645,2.6219612 3.058947,0 -1.631439,15.1178518 0.61179,13.654833 0.20393,22.676776 0.407859,5.852072 -2.855017,0 -1.019648,-7.924681 0.815719,-9.631534 -0.61179,-12.435651 -0.407859,-19.9945772 1.427508,-7.3150896 z"
+       d="m 59.122987,0.40203681 4.708774,0 -2.511347,23.27158519 0.941756,21.019494 0.313919,34.907375 0.627836,9.008355 -4.394856,0 L 57.23948,76.410029 58.495153,61.58378 57.553397,42.441026 56.925561,11.662481 59.122987,0.40203681 z"
        id="path3535" />
     <path
        inkscape:connector-curvature="0"
        style="fill:#008000;fill-opacity:1;fill-rule:evenodd;stroke:none"
-       d="m 22.638827,1.531052 3.058947,0 -1.631439,15.453633 0.61179,13.958121 0.20393,23.180452 0.407859,5.982052 -2.855017,0 -1.019648,-8.100695 0.815719,-9.845461 -0.61179,-12.71186 L 21.211319,9.0086168 22.638827,1.531052 z"
+       d="m 31.134903,-1.2772481 4.708774,0 -2.511347,23.7884671 0.941756,21.48636 0.313919,35.682704 0.627835,9.208439 -4.394854,0 -1.56959,-12.46976 L 30.507067,61.263403 29.565314,41.695469 28.937476,10.2333 31.134903,-1.2772481 z"
        id="path3535-6" />
     <path
-       sodipodi:type="star"
-       style="opacity:0.96000001000000001;fill:#008000;fill-opacity:0"
-       id="path3227"
-       sodipodi:sides="5"
-       sodipodi:cx="-38.181818"
-       sodipodi:cy="9.6363636"
-       sodipodi:r1="5.5297841"
-       sodipodi:r2="2.764892"
-       sodipodi:arg1="1.4056476"
-       sodipodi:arg2="2.0339662"
-       inkscape:flatsided="false"
-       inkscape:rounded="0"
-       inkscape:randomized="0"
-       d="m -37.272725,15.090909 -2.144407,-2.98096 -3.671341,0.07656 2.172404,-2.9606193 -1.207319,-3.4679943 3.487026,1.1511968 2.925177,-2.2198976 -0.0173,3.6720984 3.015178,2.096022 -3.49772,1.118285 z"
-       inkscape:transform-center-x="-0.28092454"
-       inkscape:transform-center-y="0.25368763" />
-    <path
-       sodipodi:type="arc"
-       style="opacity:0.96000001000000001;fill:#008000;fill-opacity:0"
-       id="path3229"
-       sodipodi:cx="-61"
-       sodipodi:cy="20.818182"
-       sodipodi:rx="2.4545455"
-       sodipodi:ry="2.090909"
-       d="m -58.545455,20.818182 a 2.4545455,2.090909 0 1 1 -4.761986,-0.71297 L -61,20.818182 z"
-       sodipodi:start="0"
-       sodipodi:end="3.4895576" />
-    <path
        sodipodi:type="arc"
        style="fill:#ffff00;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
        id="path2449-5"
@@ -136,8 +91,8 @@
        sodipodi:cy="-406469"
        sodipodi:rx="1.8181819"
        sodipodi:ry="2.090909"
-       d="m 9.6363639,-406469 a 1.8181819,2.090909 0 1 1 -3.6363638,0 1.8181819,2.090909 0 1 1 3.6363638,0 z"
-       transform="matrix(0.9301472,0,0,0.8523018,41.63703,346482.99)" />
+       d="m 9.6363639,-406469 c 0,1.15 -0.8140278,2.09 -1.8181819,2.09 -1.0041541,0 -1.8181819,-0.94 -1.8181819,-2.09 0,-1.15 0.8140278,-2.09 1.8181819,-2.09 1.0041541,0 1.8181819,0.94 1.8181819,2.09 z"
+       transform="matrix(1.4318171,0,0,1.3119862,60.379686,533353.12)" />
     <path
        sodipodi:type="arc"
        style="fill:#ffff00;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
@@ -146,18 +101,8 @@
        sodipodi:cy="-406469"
        sodipodi:rx="1.8181819"
        sodipodi:ry="2.090909"
-       d="m 9.6363639,-406469 a 1.8181819,2.090909 0 1 1 -3.6363638,0 1.8181819,2.090909 0 1 1 3.6363638,0 z"
-       transform="matrix(0.9301472,0,0,0.8523018,46.182485,346479.17)" />
-    <path
-       sodipodi:type="arc"
-       style="fill:#008000;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       id="path2449-5-80"
-       sodipodi:cx="7.818182"
-       sodipodi:cy="-406469"
-       sodipodi:rx="1.8181819"
-       sodipodi:ry="2.090909"
-       d="m 9.6363639,-406469 a 1.8181819,2.090909 0 1 1 -3.6363638,0 1.8181819,2.090909 0 1 1 3.6363638,0 z"
-       transform="matrix(0.9301472,0,0,0.8523018,40.364303,346206.08)" />
+       d="m 9.6363639,-406469 c 0,1.15 -0.8140278,2.09 -1.8181819,2.09 -1.0041541,0 -1.8181819,-0.94 -1.8181819,-2.09 0,-1.15 0.8140278,-2.09 1.8181819,-2.09 1.0041541,0 1.8181819,0.94 1.8181819,2.09 z"
+       transform="matrix(1.4318171,0,0,1.3119862,67.376708,533347.24)" />
     <path
        sodipodi:type="arc"
        style="fill:#6600cc;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
@@ -166,8 +111,8 @@
        sodipodi:cy="-406469"
        sodipodi:rx="1.8181819"
        sodipodi:ry="2.090909"
-       d="m 9.6363639,-406469 a 1.8181819,2.090909 0 1 1 -3.6363638,0 1.8181819,2.090909 0 1 1 3.6363638,0 z"
-       transform="matrix(0.9301472,0,0,0.8523018,3.6370307,346443.16)" />
+       d="m 9.6363639,-406469 c 0,1.15 -0.8140278,2.09 -1.8181819,2.09 -1.0041541,0 -1.8181819,-0.94 -1.8181819,-2.09 0,-1.15 0.8140278,-2.09 1.8181819,-2.09 1.0041541,0 1.8181819,0.94 1.8181819,2.09 z"
+       transform="matrix(1.4318171,0,0,1.3119862,1.8845904,533291.8)" />
     <path
        sodipodi:type="arc"
        style="fill:#ff0000;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
@@ -176,8 +121,8 @@
        sodipodi:cy="-406469"
        sodipodi:rx="1.8181819"
        sodipodi:ry="2.090909"
-       d="m 9.6363639,-406469 a 1.8181819,2.090909 0 1 1 -3.6363638,0 1.8181819,2.090909 0 1 1 3.6363638,0 z"
-       transform="matrix(0.9301472,0,0,0.8523018,45.63703,346446.43)" />
+       d="m 9.6363639,-406469 c 0,1.15 -0.8140278,2.09 -1.8181819,2.09 -1.0041541,0 -1.8181819,-0.94 -1.8181819,-2.09 0,-1.15 0.8140278,-2.09 1.8181819,-2.09 1.0041541,0 1.8181819,0.94 1.8181819,2.09 z"
+       transform="matrix(1.4318171,0,0,1.3119862,66.537065,533296.85)" />
     <path
        sodipodi:type="arc"
        style="fill:#0099ff;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
@@ -186,8 +131,8 @@
        sodipodi:cy="-406469"
        sodipodi:rx="1.8181819"
        sodipodi:ry="2.090909"
-       d="m 9.6363639,-406469 a 1.8181819,2.090909 0 1 1 -3.6363638,0 1.8181819,2.090909 0 1 1 3.6363638,0 z"
-       transform="matrix(0.9301472,0,0,-0.8523018,25.455213,-346403.17)" />
+       d="m 9.6363639,-406469 c 0,1.15 -0.8140278,2.09 -1.8181819,2.09 -1.0041541,0 -1.8181819,-0.94 -1.8181819,-2.09 0,-1.15 0.8140278,-2.09 1.8181819,-2.09 1.0041541,0 1.8181819,0.94 1.8181819,2.09 z"
+       transform="matrix(1.4318171,0,0,-1.3119862,35.470292,-533237.48)" />
     <path
        sodipodi:type="arc"
        style="fill:#ff00ff;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
@@ -196,8 +141,8 @@
        sodipodi:cy="-406469"
        sodipodi:rx="1.8181819"
        sodipodi:ry="2.090909"
-       d="m 9.6363639,-406469 a 1.8181819,2.090909 0 1 1 -3.6363638,0 1.8181819,2.090909 0 1 1 3.6363638,0 z"
-       transform="matrix(0.9301472,0,0,0.8523018,4.1824857,346478.27)" />
+       d="m 9.6363639,-406469 c 0,1.15 -0.8140278,2.09 -1.8181819,2.09 -1.0041541,0 -1.8181819,-0.94 -1.8181819,-2.09 0,-1.15 0.8140278,-2.09 1.8181819,-2.09 1.0041541,0 1.8181819,0.94 1.8181819,2.09 z"
+       transform="matrix(1.4318171,0,0,1.3119862,2.7242336,533345.86)" />
     <path
        sodipodi:type="arc"
        style="fill:#ff00ff;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
@@ -206,8 +151,8 @@
        sodipodi:cy="-406469"
        sodipodi:rx="1.8181819"
        sodipodi:ry="2.090909"
-       d="m 9.6363639,-406469 a 1.8181819,2.090909 0 1 1 -3.6363638,0 1.8181819,2.090909 0 1 1 3.6363638,0 z"
-       transform="matrix(0.9301472,0,0,0.8523018,4.1824861,346482.99)" />
+       d="m 9.6363639,-406469 c 0,1.15 -0.8140278,2.09 -1.8181819,2.09 -1.0041541,0 -1.8181819,-0.94 -1.8181819,-2.09 0,-1.15 0.8140278,-2.09 1.8181819,-2.09 1.0041541,0 1.8181819,0.94 1.8181819,2.09 z"
+       transform="matrix(1.4318171,0,0,1.3119862,2.7242336,533353.12)" />
     <path
        sodipodi:type="arc"
        style="fill:#ff00ff;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
@@ -216,8 +161,8 @@
        sodipodi:cy="-406469"
        sodipodi:rx="1.8181819"
        sodipodi:ry="2.090909"
-       d="m 9.6363639,-406469 a 1.8181819,2.090909 0 1 1 -3.6363638,0 1.8181819,2.090909 0 1 1 3.6363638,0 z"
-       transform="matrix(0.9301472,0,0,0.8523018,8.909758,346482.99)" />
+       d="m 9.6363639,-406469 c 0,1.15 -0.8140278,2.09 -1.8181819,2.09 -1.0041541,0 -1.8181819,-0.94 -1.8181819,-2.09 0,-1.15 0.8140278,-2.09 1.8181819,-2.09 1.0041541,0 1.8181819,0.94 1.8181819,2.09 z"
+       transform="matrix(1.4318171,0,0,1.3119862,10.001135,533353.12)" />
     <path
        sodipodi:type="arc"
        style="fill:#ff0000;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
@@ -226,8 +171,8 @@
        sodipodi:cy="-406469"
        sodipodi:rx="1.8181819"
        sodipodi:ry="2.090909"
-       d="m 9.6363639,-406469 a 1.8181819,2.090909 0 1 1 -3.6363638,0 1.8181819,2.090909 0 1 1 3.6363638,0 z"
-       transform="matrix(0.9301472,0,0,0.8523018,41.273395,346450.99)" />
+       d="m 9.6363639,-406469 c 0,1.15 -0.8140278,2.09 -1.8181819,2.09 -1.0041541,0 -1.8181819,-0.94 -1.8181819,-2.09 0,-1.15 0.8140278,-2.09 1.8181819,-2.09 1.0041541,0 1.8181819,0.94 1.8181819,2.09 z"
+       transform="matrix(1.4318171,0,0,1.3119862,59.819926,533303.86)" />
     <path
        sodipodi:type="arc"
        style="fill:#ff0000;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
@@ -236,9 +181,9 @@
        sodipodi:cy="-406469"
        sodipodi:rx="1.8181819"
        sodipodi:ry="2.090909"
-       d="m 9.6363639,-406469 a 1.8181819,2.090909 0 1 1 -3.6363638,0 1.8181819,2.090909 0 1 1 3.6363638,0 z"
-       transform="matrix(0.9301472,0,0,0.8523018,45.637031,346451.17)"
-       inkscape:transform-center-y="2.2272726" />
+       d="m 9.6363639,-406469 c 0,1.15 -0.8140278,2.09 -1.8181819,2.09 -1.0041541,0 -1.8181819,-0.94 -1.8181819,-2.09 0,-1.15 0.8140278,-2.09 1.8181819,-2.09 1.0041541,0 1.8181819,0.94 1.8181819,2.09 z"
+       transform="matrix(1.4318171,0,0,1.3119862,66.537067,533304.14)"
+       inkscape:transform-center-y="3.4392173" />
     <path
        sodipodi:type="arc"
        style="fill:#0099ff;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
@@ -247,7 +192,7 @@
        sodipodi:cy="-406469"
        sodipodi:rx="1.8181819"
        sodipodi:ry="2.090909"
-       d="m 9.6363639,-406469 a 1.8181819,2.090909 0 1 1 -3.6363638,0 1.8181819,2.090909 0 1 1 3.6363638,0 z"
-       transform="matrix(0.9301472,0,0,0.8523018,21.637031,346461.9)" />
+       d="m 9.6363639,-406469 c 0,1.15 -0.8140278,2.09 -1.8181819,2.09 -1.0041541,0 -1.8181819,-0.94 -1.8181819,-2.09 0,-1.15 0.8140278,-2.09 1.8181819,-2.09 1.0041541,0 1.8181819,0.94 1.8181819,2.09 z"
+       transform="matrix(1.4318171,0,0,1.3119862,29.592794,533320.66)" />
   </g>
 </svg>
diff --git a/src/louis_braille-activity/Makefile.am b/src/louis_braille-activity/Makefile.am
index ed72448..e711818 100644
--- a/src/louis_braille-activity/Makefile.am
+++ b/src/louis_braille-activity/Makefile.am
@@ -26,7 +26,7 @@ $(xml_DATA): %.xml: %.xml.in
 # INTLTOOL_XML_RULE@
 
 icondir = $(pkgdatadir)/@PACKAGE_DATA_DIR@
-icon_DATA = louis_braille.svg
+icon_DATA = louis_braille.png
 
 EXTRA_DIST = $(icon_DATA) ${xml_in_files} init_path.sh
 CLEANFILES = $(xml_DATA)
diff --git a/src/louis_braille-activity/louis_braille.png b/src/louis_braille-activity/louis_braille.png
new file mode 100644
index 0000000..88d8498
Binary files /dev/null and b/src/louis_braille-activity/louis_braille.png differ
diff --git a/src/louis_braille-activity/louis_braille.py b/src/louis_braille-activity/louis_braille.py
index cdbdc76..581f393 100644
--- a/src/louis_braille-activity/louis_braille.py
+++ b/src/louis_braille-activity/louis_braille.py
@@ -252,15 +252,15 @@ class Gcompris_louis_braille:
     self.rootitem.remove()
 
   def ok(self):
-    print("louis_braille ok.")
+    pass
 
 
   def repeat(self):
-    print("louis_braille repeat.")
+    pass
 
 
   def config(self):
-    print("louis_braille config.")
+    pass
 
 
   def key_press(self, keyval, commit_str, preedit_str):
@@ -268,14 +268,13 @@ class Gcompris_louis_braille:
     strn = u'%c' % utf8char
 
   def pause(self, pause):
-    print("louis_braille pause. %i" % pause)
     if(self.gamewon == 1):
         self.gcomprisBoard.level = 1
         self.end()
         self.start()
 
   def set_level(self, level):
-    print("louis_braille set level. %i" % level)
+    pass
 
 class Reordering:
   """This class manages the reordering activity"""
@@ -356,11 +355,9 @@ class Reordering:
   def move_group(self, from_index, to_index):
     from_item = self.orders[from_index]
     (from_x, from_y) = from_item.get_properties('x', 'y')
-    print "from", from_x, from_y
     to_item = self.orders[to_index]
     to_x = to_item.get_data('xref')
     to_y = to_item.get_data('yref')
-    print "to", to_x, to_y
     from_item.set_properties(x = to_x, y = to_y)
     to_item.set_data("xref", from_x)
     to_item.set_data("yref", from_y)
@@ -371,7 +368,6 @@ class Reordering:
       bounds = item.get_bounds()
       if ( group != item and
            y < bounds.y2 and y > bounds.y1 ):
-        print self.get_group_index(group)
         self.move_group( index, self.get_group_index(group) )
         return
 
diff --git a/src/louis_braille-activity/louis_braille.xml.in b/src/louis_braille-activity/louis_braille.xml.in
index 581f5b8..7d8b94f 100644
--- a/src/louis_braille-activity/louis_braille.xml.in
+++ b/src/louis_braille-activity/louis_braille.xml.in
@@ -4,7 +4,7 @@
         name="louis_braille"
         type="python:louis_braille"
         section="/discovery/braille"
-        icon="louis_braille.svg"
+        icon="louis_braille.png"
         difficulty="5"
         author="Srishti Sethi (srishakatux gmail com)"
         boarddir=""
diff --git a/src/louis_braille-activity/resources/louis_braille/activity.desktop b/src/louis_braille-activity/resources/louis_braille/activity.desktop
index 9134e0f..abee9e9 100755
--- a/src/louis_braille-activity/resources/louis_braille/activity.desktop
+++ b/src/louis_braille-activity/resources/louis_braille/activity.desktop
@@ -46,10 +46,10 @@ image = louis_braille/chart.png
 [10]
 
 year = 1852
-story = He died of tuberculosis.He is burried in the Pantheon in Paris.A monument is erected to honor him.
+story = He died of tuberculosis. He is burried in the Pantheon in Paris. A monument is erected to honor him.
 image = louis_braille/statue.jpg
 
 [11]
 year = After his Death
-story = Braille got accepted as a world wide standard.Louis proved if you have motivation you can do incredible things.
+story = Braille got accepted as a world wide standard. Louis proved if you have motivation you can do incredible things.
 image = louis_braille/braille_ball.jpg
diff --git a/src/louis_braille-activity/resources/louis_braille/activity.desktop.in b/src/louis_braille-activity/resources/louis_braille/activity.desktop.in
index 95cbbed..253e6a6 100644
--- a/src/louis_braille-activity/resources/louis_braille/activity.desktop.in
+++ b/src/louis_braille-activity/resources/louis_braille/activity.desktop.in
@@ -46,10 +46,10 @@ image = louis_braille/chart.png
 [10]
 
 year = 1852
-_story = He died of tuberculosis.He is burried in the Pantheon in Paris.A monument is erected to honor him.
+_story = He died of tuberculosis. He is burried in the Pantheon in Paris. A monument is erected to honor him.
 image = louis_braille/statue.jpg
 
 [11]
 _year = After his Death
-_story = Braille got accepted as a world wide standard.Louis proved if you have motivation you can do incredible things.
+_story = Braille got accepted as a world wide standard. Louis proved if you have motivation you can do incredible things.
 image = louis_braille/braille_ball.jpg



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