Difference between revisions of "Team:Heidelberg/SandboxMarita/hoverimg"

(Created page with "{{Heidelberg/header}} {{Heidelberg/navbar}} <html> <style> #gaia { position: absolute; top:240px; left: 400px;...")
 
Line 1: Line 1:
 
{{Heidelberg/header}}
 
{{Heidelberg/header}}
 
{{Heidelberg/navbar}}
 
{{Heidelberg/navbar}}
<html>        
+
 
 +
<html>
 +
<head>
 
<style>
 
<style>
                 
+
#box1:hover, #box2:hover, #box3:hover, #box4:hover, #box5:hover {
    #gaia {
+
    -moz-transform: scale(1.1);
        position: absolute;
+
    -webkit-transform: scale(1.1);
        top:240px;
+
    transform: scale(1.1);  
        left: 400px;
+
    transition: all 1s ease;
        width: 160px;  
+
}
    }
+
  
    #deeprotein {
 
      position: absolute;
 
        top:250px;
 
        right: 306px;
 
        width: 160px; 
 
    }
 
   
 
    #safetynet {
 
        position: absolute;
 
        top: 260px;
 
        right: 50px;
 
        width: 150px;
 
    }
 
   
 
    #predcel {
 
        position: absolute;
 
        top: 550px;
 
        left: 470px;
 
        width: 130px;
 
    }
 
 
    #carbonsilicon {
 
        position: absolute;
 
        top: 390px;
 
        left: 60px;
 
        width: 120px;
 
    }
 
   
 
    #gus2gal {
 
        position: absolute;
 
        top: 160px;
 
        left: 30px;
 
        width: 140px;
 
    }
 
   
 
    #dead {
 
      position: absolute;
 
        top: 50px;
 
        left: 50px;
 
        width: 140px; 
 
    }
 
   
 
    #gaia:hover, #deeprotein:hover, #safetynet:hover , #gus2gal:hover, #dead:hover, #predcel:hover,#carbonsilicon:hover, #box1:hover, #box2:hover, #box3:hover, #box4:hover, #box5:hover {
 
        -moz-transform: scale(1.1);
 
  -webkit-transform: scale(1.1);
 
  transform: scale(1.1);
 
    transition: all 1s ease;
 
    }
 
 
#box1 {
 
#box1 {
position: absolute;
+
    position: absolute;
left: 210px;
+
    left: 210px;
bottom: 215px;
+
    bottom: 215px;
width: 120px;
+
    width: 120px;
 
}
 
}
 
 
  
 
#box2 {
 
#box2 {
position: absolute;
+
    position: absolute;
left: 302px;
+
    left: 302px;
bottom: 127px;  
+
    bottom: 127px;  
width: 130px;
+
    width: 130px;
float: left;
+
    float: left;
 
+
 
}
 
}
 
  
 
#box3 {
 
#box3 {
position: absolute;
+
    position: absolute;
left: 500px;
+
    left: 500px;
bottom: 150px;
+
    bottom: 150px;
width: 160px;
+
    width: 160px;
 
}
 
}
 
  
 
#box4 {
 
#box4 {
position: absolute;
+
    position: absolute;
right: 350px;
+
    right: 350px;
bottom: 120px;  
+
    bottom: 120px;  
width: 130px;
+
    width: 130px;
 
}
 
}
 
  
 
#box5 {
 
#box5 {
position: absolute;
+
    position: absolute;
right: 260px;
+
    right: 260px;
bottom: 230px;   
+
    bottom: 230px;   
width: 110px;
+
    width: 110px;
 
}
 
}
  
 
+
#svg {
 
+
    position:absolute;
 
+
    top: 0px;
svg{
+
    right: 0 px;
  width:100%;
+
    width: 100%;
  margin:0 auto;
+
    margin: 0 auto;
     padding: 5px;
+
     padding: none;  
   
+
   
+
 
}
 
}
  
 
+
#link_layer {
 
+
    display:block; background:transparent;
 
+
canvas{
+
display:block; background:transparent;
+
 
     position: absolute;bottom: 100px; right: 10px;
 
     position: absolute;bottom: 100px; right: 10px;
  
 
}
 
}
  
 +
#hoverimg {
 +
    overflow-x: auto;
 +
}
  
                    </style>
+
.transparent_link_box {
<style>
+
    opacity: 0.5;
    .schizophrenic  {
+
    filter: alpha(opacity=50);
position: relative; /*Parent MUST be relative*/
+
     -moz-opacity:0.5;
z-index: 9;
+
background: #222;
+
      
+
/*Set width/height of the div in 'parent'*/   
+
width:100%;
+
height:auto;
+
       
+
 
}
 
}
  
 
+
.border {
.schizophrenic:before {
+
     border: 2px solid red;
content: "";
+
}
position: absolute;/*set 'child' to be absolute*/
+
z-index: -1; /*Make this lower so text appears in front*/
+
 
+
      
+
/*You can choose to align it left, right, top or bottom here*/
+
top: 0;  
+
right:0;
+
bottom: 51.2%;
+
left: 0;
+
   
+
   
+
background: white;
+
   
+
}    
+
    @media (max-width: 1150px) {
+
        .schizophrenic:before {
+
 
+
bottom:51.921%;
+
 
+
 
+
}
+
    }
+
                       
+
 
</style>
 
</style>
 
                        <!-- Favicon and touch icons -->
 
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
 
         
 
</head>
 
<body class="t-body">
 
 
 
 
</head>
 
</head>
  
 
+
<body>
<body class="t-body">
+
     <div id="hoverimg">
   
+
        <img id="svg">
 
+
        <div id="link_layer">
                        <div style="background-color: white !important; padding-top: 100px;"> </div>      
+
            <div class=".transparent_link_box" id="box1">
        <div class="schizophrenic">
+
            <div class="t-container">
+
          <div class="t-col t-col_12">
+
              <div style="overflow-x: auto;position: relative;">
+
   
+
    <div style="position:relative; height:100%;width: 1150px !important;background-color: transparent !important">
+
              <?xml version="1.0" encoding="UTF-8" standalone="no"?>
+
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
+
 
+
<svg
+
  xmlns:dc="http://purl.org/dc/elements/1.1/"
+
  xmlns:cc="http://creativecommons.org/ns#"
+
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+
  xmlns:svg="http://www.w3.org/2000/svg"
+
  xmlns="http://www.w3.org/2000/svg"
+
  xmlns:xlink="http://www.w3.org/1999/xlink"
+
  xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+
  xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+
  version="1.1"
+
  id="Ebene_1"
+
  x="0px"
+
  y="0px"
+
  width="100%"
+
  height="auto"
+
  viewBox="0 0 2834.65 2655.0001"
+
  enable-background="new 0 0 2834.65 2834.65"
+
  xml:space="preserve"
+
  sodipodi:docname="Graphical Abstract Final Background.svg"
+
  inkscape:version="0.92.1 r15371"><metadata
+
    id="metadata5719"><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 /></cc:Work></rdf:RDF></metadata><defs
+
    id="defs5717" /><rect
+
    x="0.024"
+
    y="2.3500912"
+
    width="2834.626"
+
    height="1294"
+
    id="rect4663"
+
    style="fill:#ffffff" /><rect
+
    x="-71.404572"
+
    y="1296.3501"
+
    width="2986.0544"
+
    height="1444.1212"
+
    id="rect4665"
+
    style="fill:#222222;fill-opacity:1;stroke-width:0.99999994" /><g
+
    id="g4689"
+
    transform="translate(0,-179.64991)"><path
+
      d="m 2203.844,979.448 c -0.507,-0.659 -1.223,-1.209 -2.146,-1.653 -0.925,-0.443 -1.856,-0.665 -2.793,-0.665 -0.558,0 -1.115,0.07 -1.672,0.209 -0.558,0.14 -1.064,0.355 -1.521,0.646 -0.456,0.292 -0.83,0.672 -1.121,1.14 -0.291,0.469 -0.437,1.033 -0.437,1.691 0,0.608 0.126,1.127 0.38,1.558 0.253,0.431 0.602,0.798 1.045,1.102 0.443,0.304 0.981,0.57 1.615,0.798 0.633,0.228 1.33,0.456 2.09,0.684 0.861,0.279 1.754,0.596 2.679,0.95 0.925,0.355 1.773,0.823 2.546,1.406 0.772,0.583 1.406,1.317 1.9,2.204 0.494,0.887 0.741,1.989 0.741,3.306 0,1.444 -0.267,2.704 -0.798,3.781 -0.532,1.077 -1.242,1.97 -2.129,2.679 -0.887,0.709 -1.925,1.241 -3.115,1.596 -1.191,0.354 -2.445,0.532 -3.763,0.532 -1.748,0 -3.458,-0.323 -5.13,-0.969 -1.672,-0.646 -3.04,-1.602 -4.104,-2.869 l 3.42,-3.192 c 0.658,0.912 1.539,1.634 2.641,2.166 1.103,0.532 2.186,0.798 3.249,0.798 0.558,0 1.127,-0.07 1.71,-0.209 0.583,-0.139 1.108,-0.374 1.577,-0.703 0.469,-0.329 0.849,-0.741 1.14,-1.235 0.291,-0.494 0.438,-1.108 0.438,-1.843 0,-0.709 -0.165,-1.298 -0.494,-1.767 -0.329,-0.468 -0.772,-0.874 -1.33,-1.216 -0.558,-0.342 -1.216,-0.64 -1.976,-0.893 -0.76,-0.253 -1.559,-0.519 -2.395,-0.798 -0.811,-0.253 -1.621,-0.557 -2.432,-0.912 -0.812,-0.354 -1.539,-0.823 -2.185,-1.406 -0.646,-0.583 -1.173,-1.298 -1.577,-2.147 -0.406,-0.848 -0.608,-1.906 -0.608,-3.173 0,-1.368 0.285,-2.546 0.855,-3.534 0.569,-0.988 1.316,-1.805 2.241,-2.451 0.925,-0.646 1.977,-1.127 3.154,-1.444 1.177,-0.317 2.375,-0.475 3.591,-0.475 1.368,0 2.755,0.241 4.161,0.722 1.406,0.482 2.628,1.204 3.667,2.166 z"
+
      id="path4667"
+
      inkscape:connector-curvature="0" /><path
+
      d="m 2219.614,973.824 h 4.142 l 11.59,26.904 h -5.472 l -2.508,-6.156 H 2215.7 l -2.433,6.156 h -5.357 z m 6.08,16.644 -4.143,-10.944 -4.218,10.944 z"
+
      id="path4669"
+
      inkscape:connector-curvature="0" /><path
+
      d="m 2237.246,973.824 h 17.366 v 4.18 h -12.578 v 7.372 h 11.856 v 4.028 h -11.856 v 11.324 h -4.788 z"
+
      id="path4671"
+
      inkscape:connector-curvature="0" /><path
+
      d="m 2258.259,973.824 h 17.822 v 4.18 h -13.034 v 6.84 h 12.35 v 4.028 h -12.35 v 7.6 h 13.718 v 4.256 h -18.506 z"
+
      id="path4673"
+
      inkscape:connector-curvature="0" /><path
+
      d="m 2286.113,978.004 h -8.246 v -4.18 h 21.279 v 4.18 h -8.246 v 22.724 h -4.787 z"
+
      id="path4675"
+
      inkscape:connector-curvature="0" /><path
+
      d="m 2307.545,989.062 -10.108,-15.238 h 5.853 l 6.764,11.324 6.84,-11.324 h 5.549 l -10.108,15.238 v 11.666 h -4.788 v -11.666 z"
+
      id="path4677"
+
      inkscape:connector-curvature="0" /><path
+
      d="m 2212.945,1025.732 c -0.709,-0.962 -1.634,-1.665 -2.773,-2.109 -1.141,-0.443 -2.256,-0.665 -3.345,-0.665 -1.394,0 -2.66,0.253 -3.8,0.76 -1.14,0.507 -2.122,1.204 -2.945,2.09 -0.823,0.887 -1.457,1.926 -1.899,3.116 -0.443,1.191 -0.665,2.483 -0.665,3.876 0,1.469 0.215,2.812 0.646,4.028 0.431,1.216 1.045,2.261 1.844,3.135 0.798,0.874 1.754,1.552 2.868,2.033 1.115,0.481 2.369,0.722 3.763,0.722 1.443,0 2.723,-0.285 3.838,-0.855 1.114,-0.57 2.014,-1.324 2.698,-2.261 l 3.838,2.698 c -1.191,1.495 -2.647,2.654 -4.37,3.477 -1.724,0.823 -3.737,1.235 -6.042,1.235 -2.104,0 -4.034,-0.349 -5.795,-1.045 -1.762,-0.697 -3.274,-1.672 -4.541,-2.926 -1.268,-1.254 -2.255,-2.749 -2.964,-4.484 -0.71,-1.735 -1.064,-3.654 -1.064,-5.757 0,-2.153 0.374,-4.098 1.121,-5.833 0.747,-1.735 1.773,-3.211 3.078,-4.427 1.305,-1.216 2.844,-2.153 4.617,-2.812 1.772,-0.658 3.698,-0.988 5.775,-0.988 0.861,0 1.761,0.083 2.698,0.247 0.938,0.165 1.837,0.418 2.698,0.76 0.86,0.342 1.672,0.767 2.432,1.273 0.76,0.507 1.406,1.115 1.938,1.824 z"
+
      id="path4679"
+
      inkscape:connector-curvature="0" /><path
+
      d="m 2219.216,1019.424 h 4.788 v 10.868 h 12.578 v -10.868 h 4.788 v 26.904 h -4.788 v -11.932 h -12.578 v 11.932 h -4.788 z"
+
      id="path4681"
+
      inkscape:connector-curvature="0" /><path
+
      d="m 2246.538,1019.424 h 17.822 v 4.18 h -13.034 v 6.84 h 12.35 v 4.028 h -12.35 v 7.6 h 13.718 v 4.256 h -18.506 z"
+
      id="path4683"
+
      inkscape:connector-curvature="0" /><path
+
      d="m 2288.375,1025.732 c -0.709,-0.962 -1.634,-1.665 -2.773,-2.109 -1.141,-0.443 -2.256,-0.665 -3.345,-0.665 -1.394,0 -2.66,0.253 -3.8,0.76 -1.14,0.507 -2.122,1.204 -2.945,2.09 -0.823,0.887 -1.457,1.926 -1.899,3.116 -0.443,1.191 -0.665,2.483 -0.665,3.876 0,1.469 0.215,2.812 0.646,4.028 0.431,1.216 1.045,2.261 1.844,3.135 0.798,0.874 1.754,1.552 2.868,2.033 1.115,0.481 2.369,0.722 3.763,0.722 1.443,0 2.723,-0.285 3.838,-0.855 1.114,-0.57 2.014,-1.324 2.698,-2.261 l 3.838,2.698 c -1.191,1.495 -2.647,2.654 -4.37,3.477 -1.724,0.823 -3.737,1.235 -6.042,1.235 -2.104,0 -4.034,-0.349 -5.795,-1.045 -1.762,-0.697 -3.274,-1.672 -4.541,-2.926 -1.268,-1.254 -2.255,-2.749 -2.964,-4.484 -0.71,-1.735 -1.064,-3.654 -1.064,-5.757 0,-2.153 0.374,-4.098 1.121,-5.833 0.747,-1.735 1.773,-3.211 3.078,-4.427 1.305,-1.216 2.844,-2.153 4.617,-2.812 1.772,-0.658 3.698,-0.988 5.775,-0.988 0.861,0 1.761,0.083 2.698,0.247 0.938,0.165 1.837,0.418 2.698,0.76 0.86,0.342 1.672,0.767 2.432,1.273 0.76,0.507 1.406,1.115 1.938,1.824 z"
+
      id="path4685"
+
      inkscape:connector-curvature="0" /><path
+
      d="m 2294.646,1019.424 h 4.788 v 11.628 h 0.114 l 11.248,-11.628 h 6.46 l -12.578,12.426 13.414,14.478 h -6.727 l -11.817,-13.49 h -0.114 v 13.49 h -4.788 z"
+
      id="path4687"
+
      inkscape:connector-curvature="0" /></g><g
+
    id="g4725"
+
    transform="translate(0,-179.64991)"><path
+
      d="m 55.436,308.502 9.375,-53.1 h 12.525 l -9.375,53.1 z"
+
      id="path4691"
+
      inkscape:connector-curvature="0"
+
      style="fill:#0b0e1e" /><path
+
      d="M 112.21,308.502 97.585,273.252 H 97.36 l -6,35.25 h -12.3 l 9.375,-53.1 h 14.025 l 14.55,35.025 h 0.15 l 6,-35.025 h 12.3 l -9.375,53.1 z"
+
      id="path4693"
+
      inkscape:connector-curvature="0"
+
      style="fill:#0b0e1e" /><path
+
      d="m 191.034,268.302 c -1,-1.35 -2.25,-2.374 -3.75,-3.075 -1.5,-0.7 -3.176,-1.05 -5.025,-1.05 -0.851,0 -1.751,0.113 -2.7,0.338 -0.95,0.225 -1.812,0.6 -2.587,1.125 -0.776,0.525 -1.425,1.188 -1.95,1.987 -0.525,0.8 -0.788,1.775 -0.788,2.925 0,1.5 0.587,2.688 1.762,3.562 1.174,0.875 2.812,1.688 4.913,2.438 2.299,0.801 4.35,1.688 6.15,2.663 1.8,0.975 3.325,2.088 4.575,3.337 1.249,1.25 2.2,2.663 2.85,4.238 0.649,1.575 0.975,3.363 0.975,5.362 0,3.201 -0.664,5.925 -1.988,8.175 -1.325,2.25 -3.038,4.087 -5.137,5.512 -2.1,1.425 -4.451,2.463 -7.05,3.113 -2.6,0.649 -5.175,0.975 -7.725,0.975 -1.9,0 -3.8,-0.176 -5.7,-0.525 -1.901,-0.35 -3.726,-0.862 -5.475,-1.538 -1.751,-0.675 -3.375,-1.537 -4.875,-2.587 -1.5,-1.05 -2.775,-2.25 -3.825,-3.6 l 9.225,-7.5 c 1.05,1.601 2.599,2.9 4.65,3.9 2.05,1 4.125,1.5 6.225,1.5 1.099,0 2.162,-0.113 3.188,-0.338 1.024,-0.225 1.937,-0.6 2.738,-1.125 0.799,-0.525 1.437,-1.2 1.912,-2.025 0.475,-0.825 0.713,-1.812 0.713,-2.962 0,-1.849 -0.75,-3.312 -2.25,-4.388 -1.5,-1.074 -3.5,-2.037 -6,-2.887 -1.751,-0.6 -3.388,-1.275 -4.913,-2.025 -1.526,-0.75 -2.85,-1.675 -3.975,-2.775 -1.125,-1.099 -2.025,-2.412 -2.7,-3.938 -0.675,-1.524 -1.012,-3.362 -1.012,-5.512 0,-2.7 0.562,-5.138 1.688,-7.312 1.125,-2.175 2.663,-4.024 4.612,-5.55 1.95,-1.524 4.225,-2.7 6.825,-3.525 2.599,-0.825 5.374,-1.237 8.325,-1.237 1.549,0 3.125,0.15 4.725,0.45 1.6,0.3 3.137,0.738 4.613,1.312 1.474,0.576 2.837,1.288 4.087,2.138 1.249,0.851 2.299,1.826 3.15,2.925 z"
+
      id="path4695"
+
      inkscape:connector-curvature="0"
+
      style="fill:#0b0e1e" /><path
+
      d="m 200.858,308.502 9.375,-53.1 h 12.525 l -9.375,53.1 z"
+
      id="path4697"
+
      inkscape:connector-curvature="0"
+
      style="fill:#0b0e1e" /><path
+
      d="m 224.482,308.502 9.375,-53.1 h 12.525 l -7.5,42.225 h 20.85 l -1.95,10.875 z"
+
      id="path4699"
+
      inkscape:connector-curvature="0"
+
      style="fill:#0b0e1e" /><path
+
      d="m 263.857,308.502 9.375,-53.1 h 12.525 l -9.375,53.1 z"
+
      id="path4701"
+
      inkscape:connector-curvature="0"
+
      style="fill:#0b0e1e" /><path
+
      d="m 334.806,301.077 c -1.05,1.15 -2.263,2.263 -3.637,3.337 -1.376,1.076 -2.951,2.025 -4.725,2.85 -1.775,0.825 -3.726,1.474 -5.85,1.95 -2.125,0.475 -4.462,0.712 -7.012,0.712 -3.75,0 -7.125,-0.551 -10.125,-1.65 -3,-1.099 -5.55,-2.663 -7.65,-4.688 -2.1,-2.025 -3.725,-4.462 -4.875,-7.312 -1.15,-2.85 -1.725,-6 -1.725,-9.45 0,-4.549 0.799,-8.824 2.4,-12.825 1.6,-4 3.812,-7.487 6.637,-10.462 2.824,-2.974 6.162,-5.312 10.013,-7.013 3.85,-1.699 8.025,-2.55 12.525,-2.55 4.2,0 7.975,0.738 11.325,2.212 3.349,1.476 5.875,3.363 7.575,5.663 l -9.225,8.25 c -0.851,-1.3 -2.113,-2.449 -3.788,-3.45 -1.676,-1 -3.763,-1.5 -6.263,-1.5 -2.651,0 -5.062,0.562 -7.237,1.688 -2.175,1.125 -4.05,2.625 -5.625,4.5 -1.575,1.875 -2.801,4.025 -3.675,6.45 -0.875,2.426 -1.312,4.938 -1.312,7.538 0,1.8 0.287,3.513 0.863,5.137 0.574,1.625 1.412,3.038 2.512,4.238 1.1,1.2 2.462,2.15 4.088,2.85 1.624,0.701 3.487,1.05 5.587,1.05 2.35,0 4.575,-0.5 6.675,-1.5 2.1,-1 3.949,-2.425 5.55,-4.275 z"
+
      id="path4703"
+
      inkscape:connector-curvature="0"
+
      style="fill:#0b0e1e" /><path
+
      d="m 371.031,254.052 c 4,0 7.587,0.551 10.763,1.65 3.174,1.1 5.861,2.675 8.062,4.725 2.199,2.051 3.887,4.526 5.062,7.425 1.174,2.9 1.762,6.125 1.762,9.675 0,4.5 -0.763,8.713 -2.288,12.638 -1.525,3.926 -3.663,7.35 -6.412,10.275 -2.75,2.925 -6.038,5.226 -9.863,6.9 -3.825,1.675 -8.038,2.513 -12.637,2.513 -4.05,0 -7.676,-0.551 -10.875,-1.65 -3.201,-1.1 -5.914,-2.674 -8.138,-4.725 -2.226,-2.05 -3.926,-4.525 -5.1,-7.425 -1.175,-2.899 -1.762,-6.124 -1.762,-9.675 0,-4.5 0.774,-8.712 2.325,-12.638 1.549,-3.924 3.724,-7.35 6.525,-10.275 2.8,-2.925 6.113,-5.224 9.938,-6.9 3.825,-1.675 8.037,-2.513 12.638,-2.513 z m -4.875,44.55 c 2.749,0 5.212,-0.562 7.388,-1.688 2.175,-1.125 4.012,-2.625 5.512,-4.5 1.5,-1.875 2.65,-4.024 3.45,-6.45 0.799,-2.424 1.2,-4.913 1.2,-7.462 0,-1.849 -0.3,-3.587 -0.9,-5.212 -0.6,-1.625 -1.462,-3.038 -2.587,-4.238 -1.125,-1.2 -2.538,-2.149 -4.237,-2.85 -1.701,-0.7 -3.626,-1.05 -5.775,-1.05 -2.7,0 -5.137,0.576 -7.312,1.725 -2.175,1.151 -4.025,2.663 -5.55,4.538 -1.526,1.875 -2.7,4.012 -3.525,6.413 -0.825,2.4 -1.238,4.875 -1.238,7.425 0,1.851 0.3,3.588 0.9,5.212 0.6,1.625 1.474,3.038 2.625,4.238 1.149,1.2 2.562,2.15 4.237,2.85 1.674,0.7 3.611,1.049 5.812,1.049 z"
+
      id="path4705"
+
      inkscape:connector-curvature="0"
+
      style="fill:#0b0e1e" /><path
+
      d="m 425.556,308.502 v -53.1 h 30.975 v 1.5 h -29.325 v 23.325 h 27.6 v 1.5 h -27.6 v 25.275 h 30.525 v 1.5 z"
+
      id="path4707"
+
      inkscape:connector-curvature="0" /><path
+
      d="m 485.705,308.502 h -2.55 l -19.95,-53.1 h 1.8 l 19.35,51.6 h 0.15 l 19.65,-51.6 h 1.8 z"
+
      id="path4709"
+
      inkscape:connector-curvature="0" /><path
+
      d="m 566.405,281.952 c 0,4.1 -0.688,7.863 -2.062,11.287 -1.376,3.426 -3.275,6.375 -5.7,8.85 -2.426,2.475 -5.313,4.414 -8.662,5.812 -3.351,1.399 -6.975,2.1 -10.875,2.1 -3.9,0 -7.526,-0.701 -10.875,-2.1 -3.351,-1.399 -6.238,-3.337 -8.663,-5.812 -2.426,-2.475 -4.326,-5.424 -5.7,-8.85 -1.375,-3.424 -2.062,-7.187 -2.062,-11.287 0,-4.1 0.687,-7.862 2.062,-11.288 1.375,-3.424 3.274,-6.375 5.7,-8.85 2.424,-2.475 5.299,-4.412 8.625,-5.812 3.325,-1.399 6.962,-2.1 10.913,-2.1 3.949,0 7.586,0.701 10.912,2.1 3.325,1.4 6.199,3.337 8.625,5.812 2.425,2.475 4.324,5.426 5.7,8.85 1.374,3.426 2.062,7.189 2.062,11.288 z m -1.65,0 c 0,-3.7 -0.626,-7.163 -1.875,-10.388 -1.25,-3.225 -3.013,-6.038 -5.288,-8.438 -2.276,-2.4 -4.987,-4.287 -8.138,-5.663 -3.15,-1.375 -6.6,-2.062 -10.35,-2.062 -3.75,0 -7.2,0.688 -10.35,2.062 -3.15,1.376 -5.863,3.263 -8.138,5.663 -2.276,2.4 -4.038,5.212 -5.288,8.438 -1.25,3.225 -1.875,6.688 -1.875,10.388 0,3.701 0.612,7.162 1.838,10.387 1.225,3.225 2.962,6.038 5.212,8.438 2.25,2.4 4.95,4.288 8.1,5.663 3.15,1.376 6.649,2.062 10.5,2.062 3.85,0 7.35,-0.687 10.5,-2.062 3.15,-1.375 5.85,-3.263 8.1,-5.663 2.25,-2.4 3.987,-5.212 5.213,-8.438 1.226,-3.225 1.839,-6.686 1.839,-10.387 z"
+
      id="path4711"
+
      inkscape:connector-curvature="0" /><path
+
      d="m 579.754,308.502 v -53.1 h 1.65 v 51.6 h 26.4 v 1.5 z"
+
      id="path4713"
+
      inkscape:connector-curvature="0" /><path
+
      d="m 654.004,296.839 c -0.701,2.625 -1.85,4.913 -3.45,6.863 -1.601,1.95 -3.688,3.487 -6.263,4.612 -2.576,1.125 -5.737,1.688 -9.487,1.688 -3.75,0 -6.913,-0.562 -9.488,-1.688 -2.576,-1.125 -4.663,-2.663 -6.262,-4.612 -1.601,-1.95 -2.75,-4.238 -3.45,-6.863 -0.701,-2.625 -1.05,-5.438 -1.05,-8.438 v -33 h 1.65 v 32.7 c 0,2.1 0.212,4.338 0.637,6.712 0.424,2.375 1.3,4.575 2.625,6.6 1.324,2.025 3.199,3.712 5.625,5.062 2.425,1.35 5.663,2.025 9.713,2.025 3.949,0 7.137,-0.649 9.562,-1.95 2.424,-1.299 4.312,-2.962 5.662,-4.987 1.35,-2.025 2.25,-4.225 2.7,-6.6 0.45,-2.374 0.675,-4.662 0.675,-6.862 v -32.7 h 1.65 v 33 c 10e-4,3.001 -0.349,5.813 -1.049,8.438 z"
+
      id="path4715"
+
      inkscape:connector-curvature="0" /><path
+
      d="m 683.329,256.902 v 51.6 h -1.65 v -51.6 h -18.075 v -1.5 h 37.8 v 1.5 z"
+
      id="path4717"
+
      inkscape:connector-curvature="0" /><path
+
      d="m 710.703,308.502 v -53.1 h 1.65 v 53.1 z"
+
      id="path4719"
+
      inkscape:connector-curvature="0" /><path
+
      d="m 780.302,281.952 c 0,4.1 -0.688,7.863 -2.062,11.287 -1.376,3.426 -3.275,6.375 -5.7,8.85 -2.426,2.475 -5.313,4.414 -8.662,5.812 -3.351,1.399 -6.975,2.1 -10.875,2.1 -3.9,0 -7.526,-0.701 -10.875,-2.1 -3.351,-1.399 -6.238,-3.337 -8.663,-5.812 -2.426,-2.475 -4.326,-5.424 -5.7,-8.85 -1.375,-3.424 -2.062,-7.187 -2.062,-11.287 0,-4.1 0.687,-7.862 2.062,-11.288 1.375,-3.424 3.274,-6.375 5.7,-8.85 2.424,-2.475 5.299,-4.412 8.625,-5.812 3.325,-1.399 6.962,-2.1 10.913,-2.1 3.949,0 7.586,0.701 10.912,2.1 3.325,1.4 6.199,3.337 8.625,5.812 2.425,2.475 4.324,5.426 5.7,8.85 1.374,3.426 2.062,7.189 2.062,11.288 z m -1.65,0 c 0,-3.7 -0.626,-7.163 -1.875,-10.388 -1.25,-3.225 -3.013,-6.038 -5.288,-8.438 -2.276,-2.4 -4.987,-4.287 -8.138,-5.663 -3.15,-1.375 -6.6,-2.062 -10.35,-2.062 -3.75,0 -7.2,0.688 -10.35,2.062 -3.15,1.376 -5.863,3.263 -8.138,5.663 -2.276,2.4 -4.038,5.212 -5.288,8.438 -1.25,3.225 -1.875,6.688 -1.875,10.388 0,3.701 0.612,7.162 1.838,10.387 1.225,3.225 2.962,6.038 5.212,8.438 2.25,2.4 4.95,4.288 8.1,5.663 3.15,1.376 6.649,2.062 10.5,2.062 3.85,0 7.35,-0.687 10.5,-2.062 3.15,-1.375 5.85,-3.263 8.1,-5.663 2.25,-2.4 3.987,-5.212 5.213,-8.438 1.227,-3.225 1.839,-6.686 1.839,-10.387 z"
+
      id="path4721"
+
      inkscape:connector-curvature="0" /><path
+
      d="m 833.626,308.502 -38.1,-51 h -0.225 v 51 h -1.65 v -53.1 h 2.325 l 38.175,50.925 h 0.225 v -50.925 h 1.65 v 53.1 z"
+
      id="path4723"
+
      inkscape:connector-curvature="0" /></g><g
+
    id="g4763"
+
    transform="translate(0,-179.64991)"><path
+
      d="m 834.169,608.532 c -0.507,-0.659 -1.223,-1.209 -2.147,-1.653 -0.925,-0.443 -1.856,-0.665 -2.793,-0.665 -0.558,0 -1.115,0.07 -1.672,0.209 -0.557,0.14 -1.064,0.355 -1.52,0.646 -0.456,0.292 -0.83,0.672 -1.121,1.14 -0.292,0.469 -0.437,1.033 -0.437,1.691 0,0.608 0.126,1.127 0.38,1.558 0.253,0.431 0.602,0.798 1.045,1.102 0.443,0.304 0.981,0.57 1.615,0.798 0.633,0.228 1.33,0.456 2.09,0.684 0.861,0.279 1.754,0.596 2.679,0.95 0.925,0.355 1.773,0.823 2.546,1.406 0.772,0.583 1.406,1.317 1.9,2.204 0.494,0.887 0.741,1.989 0.741,3.306 0,1.444 -0.266,2.704 -0.798,3.781 -0.532,1.077 -1.242,1.97 -2.128,2.679 -0.887,0.709 -1.926,1.241 -3.116,1.596 -1.191,0.354 -2.445,0.532 -3.762,0.532 -1.748,0 -3.458,-0.323 -5.13,-0.969 -1.672,-0.646 -3.04,-1.602 -4.104,-2.869 l 3.42,-3.192 c 0.658,0.912 1.539,1.634 2.641,2.166 1.102,0.532 2.185,0.798 3.249,0.798 0.557,0 1.127,-0.07 1.71,-0.209 0.582,-0.139 1.108,-0.374 1.577,-0.703 0.469,-0.329 0.849,-0.741 1.14,-1.235 0.291,-0.494 0.437,-1.108 0.437,-1.843 0,-0.709 -0.165,-1.298 -0.494,-1.767 -0.33,-0.468 -0.773,-0.874 -1.33,-1.216 -0.557,-0.342 -1.216,-0.64 -1.976,-0.893 -0.76,-0.253 -1.558,-0.519 -2.394,-0.798 -0.811,-0.253 -1.622,-0.557 -2.432,-0.912 -0.811,-0.354 -1.539,-0.823 -2.185,-1.406 -0.646,-0.583 -1.172,-1.298 -1.577,-2.147 -0.405,-0.848 -0.608,-1.906 -0.608,-3.173 0,-1.368 0.285,-2.546 0.855,-3.534 0.57,-0.988 1.317,-1.805 2.242,-2.451 0.924,-0.646 1.976,-1.127 3.154,-1.444 1.178,-0.317 2.375,-0.475 3.591,-0.475 1.368,0 2.755,0.241 4.161,0.722 1.406,0.482 2.628,1.204 3.667,2.166 z"
+
      id="path4727"
+
      inkscape:connector-curvature="0"
+
      style="fill:#0b0e1e" /><path
+
      d="m 840.971,616.284 c 0,-2.153 0.361,-4.098 1.083,-5.833 0.722,-1.735 1.723,-3.211 3.002,-4.427 1.279,-1.216 2.799,-2.153 4.56,-2.812 1.761,-0.658 3.68,-0.988 5.757,-0.988 2.102,0 4.04,0.33 5.814,0.988 1.773,0.659 3.306,1.596 4.598,2.812 1.292,1.216 2.299,2.692 3.021,4.427 0.722,1.735 1.083,3.68 1.083,5.833 0,2.103 -0.361,4.022 -1.083,5.757 -0.722,1.735 -1.729,3.23 -3.021,4.484 -1.292,1.254 -2.825,2.229 -4.598,2.926 -1.774,0.696 -3.712,1.045 -5.814,1.045 -2.078,0 -3.997,-0.349 -5.757,-1.045 -1.761,-0.697 -3.281,-1.672 -4.56,-2.926 -1.279,-1.254 -2.28,-2.749 -3.002,-4.484 -0.722,-1.735 -1.083,-3.654 -1.083,-5.757 z m 5.206,0 c 0,1.444 0.222,2.768 0.665,3.971 0.443,1.204 1.077,2.249 1.9,3.135 0.823,0.886 1.799,1.577 2.926,2.071 1.127,0.494 2.375,0.741 3.743,0.741 1.368,0 2.622,-0.247 3.762,-0.741 1.14,-0.494 2.122,-1.184 2.945,-2.071 0.823,-0.887 1.457,-1.932 1.9,-3.135 0.443,-1.203 0.665,-2.527 0.665,-3.971 0,-1.393 -0.222,-2.685 -0.665,-3.876 -0.444,-1.19 -1.071,-2.229 -1.881,-3.116 -0.811,-0.886 -1.786,-1.583 -2.926,-2.09 -1.14,-0.507 -2.407,-0.76 -3.8,-0.76 -1.394,0 -2.654,0.253 -3.781,0.76 -1.127,0.507 -2.097,1.204 -2.907,2.09 -0.811,0.887 -1.438,1.926 -1.881,3.116 -0.444,1.191 -0.665,2.483 -0.665,3.876 z"
+
      id="path4729"
+
      inkscape:connector-curvature="0"
+
      style="fill:#0b0e1e" /><path
+
      d="m 874.524,602.908 h 17.366 v 4.18 h -12.578 v 7.372 h 11.856 v 4.028 h -11.856 v 11.324 h -4.788 z"
+
      id="path4731"
+
      inkscape:connector-curvature="0"
+
      style="fill:#0b0e1e" /><path
+
      d="m 901.732,607.087 h -8.246 v -4.18 h 21.28 v 4.18 h -8.246 v 22.724 h -4.788 z"
+
      id="path4733"
+
      inkscape:connector-curvature="0"
+
      style="fill:#0b0e1e" /><path
+
      d="m 915.146,602.908 h 5.244 l 5.206,19.76 h 0.076 l 5.928,-19.76 h 4.94 l 5.814,19.76 h 0.076 l 5.32,-19.76 h 5.092 l -7.866,26.904 h -4.636 l -6.308,-20.178 h -0.076 l -6.308,20.178 h -4.636 z"
+
      id="path4735"
+
      inkscape:connector-curvature="0"
+
      style="fill:#0b0e1e" /><path
+
      d="m 964.014,602.908 h 4.142 l 11.59,26.904 h -5.472 l -2.508,-6.156 H 960.1 l -2.432,6.156 h -5.358 z m 6.08,16.644 -4.142,-10.944 -4.218,10.944 z"
+
      id="path4737"
+
      inkscape:connector-curvature="0"
+
      style="fill:#0b0e1e" /><path
+
      d="m 982.406,602.908 h 9.348 c 1.267,0 2.495,0.133 3.686,0.399 1.19,0.266 2.248,0.703 3.173,1.311 0.925,0.608 1.666,1.406 2.223,2.394 0.557,0.988 0.836,2.191 0.836,3.61 0,1.951 -0.551,3.541 -1.653,4.769 -1.102,1.229 -2.603,2.059 -4.503,2.489 l 7.182,11.932 h -5.776 l -6.232,-11.4 h -3.496 v 11.4 h -4.788 z m 8.702,11.59 c 0.684,0 1.368,-0.05 2.052,-0.152 0.684,-0.101 1.298,-0.291 1.843,-0.57 0.544,-0.278 0.994,-0.677 1.349,-1.197 0.354,-0.519 0.532,-1.184 0.532,-1.995 0,-0.734 -0.165,-1.336 -0.494,-1.805 -0.33,-0.468 -0.748,-0.842 -1.254,-1.121 -0.506,-0.279 -1.083,-0.469 -1.729,-0.57 -0.646,-0.101 -1.273,-0.152 -1.881,-0.152 h -4.332 v 7.562 z"
+
      id="path4739"
+
      inkscape:connector-curvature="0"
+
      style="fill:#0b0e1e" /><path
+
      d="m 1006.308,602.908 h 17.822 v 4.18 h -13.034 v 6.84 h 12.35 v 4.028 h -12.35 v 7.6 h 13.718 v 4.256 h -18.506 z"
+
      id="path4741"
+
      inkscape:connector-curvature="0"
+
      style="fill:#0b0e1e" /><path
+
      d="m 1034.959,602.908 h 5.358 l 7.41,20.71 h 0.152 l 7.486,-20.71 h 5.168 l -10.792,26.904 h -4.142 z"
+
      id="path4743"
+
      inkscape:connector-curvature="0"
+
      style="fill:#0b0e1e" /><path
+
      d="m 1070.413,602.908 h 4.142 l 11.59,26.904 h -5.472 l -2.508,-6.156 h -11.666 l -2.432,6.156 h -5.358 z m 6.08,16.644 -4.142,-10.944 -4.218,10.944 z"
+
      id="path4745"
+
      inkscape:connector-curvature="0"
+
      style="fill:#0b0e1e" /><path
+
      d="m 1088.805,602.908 h 4.788 v 22.648 h 11.438 v 4.256 h -16.226 z"
+
      id="path4747"
+
      inkscape:connector-curvature="0"
+
      style="fill:#0b0e1e" /><path
+
      d="m 1108.222,602.908 h 4.788 v 26.904 h -4.788 z"
+
      id="path4749"
+
      inkscape:connector-curvature="0"
+
      style="fill:#0b0e1e" /><path
+
      d="m 1118.938,602.908 h 9.538 c 1.748,0 3.508,0.228 5.282,0.684 1.773,0.456 3.369,1.21 4.788,2.261 1.418,1.052 2.571,2.432 3.458,4.142 0.887,1.71 1.33,3.832 1.33,6.365 0,2.356 -0.443,4.383 -1.33,6.08 -0.887,1.698 -2.04,3.091 -3.458,4.18 -1.419,1.089 -3.015,1.894 -4.788,2.413 -1.774,0.52 -3.534,0.779 -5.282,0.779 h -9.538 z m 8.778,22.723 c 1.241,0 2.482,-0.146 3.724,-0.437 1.241,-0.291 2.362,-0.785 3.363,-1.482 1,-0.696 1.817,-1.64 2.451,-2.831 0.633,-1.19 0.95,-2.698 0.95,-4.522 0,-1.925 -0.317,-3.496 -0.95,-4.712 -0.633,-1.216 -1.45,-2.166 -2.451,-2.85 -1.001,-0.684 -2.122,-1.152 -3.363,-1.406 -1.241,-0.253 -2.483,-0.38 -3.724,-0.38 h -3.99 v 18.62 z"
+
      id="path4751"
+
      inkscape:connector-curvature="0"
+
      style="fill:#0b0e1e" /><path
+
      d="m 1155.494,602.908 h 4.142 l 11.59,26.904 h -5.472 l -2.508,-6.156 h -11.666 l -2.432,6.156 h -5.358 z m 6.08,16.644 -4.142,-10.944 -4.218,10.944 z"
+
      id="path4753"
+
      inkscape:connector-curvature="0"
+
      style="fill:#0b0e1e" /><path
+
      d="m 1177.04,607.087 h -8.246 v -4.18 h 21.28 v 4.18 h -8.246 v 22.724 h -4.788 z"
+
      id="path4755"
+
      inkscape:connector-curvature="0"
+
      style="fill:#0b0e1e" /><path
+
      d="m 1193.189,602.908 h 4.788 v 26.904 h -4.788 z"
+
      id="path4757"
+
      inkscape:connector-curvature="0"
+
      style="fill:#0b0e1e" /><path
+
      d="m 1202.613,616.284 c 0,-2.153 0.361,-4.098 1.083,-5.833 0.722,-1.735 1.723,-3.211 3.002,-4.427 1.279,-1.216 2.799,-2.153 4.56,-2.812 1.761,-0.658 3.68,-0.988 5.757,-0.988 2.102,0 4.04,0.33 5.814,0.988 1.773,0.659 3.306,1.596 4.598,2.812 1.292,1.216 2.299,2.692 3.021,4.427 0.722,1.735 1.083,3.68 1.083,5.833 0,2.103 -0.361,4.022 -1.083,5.757 -0.722,1.735 -1.729,3.23 -3.021,4.484 -1.292,1.254 -2.825,2.229 -4.598,2.926 -1.774,0.696 -3.712,1.045 -5.814,1.045 -2.078,0 -3.997,-0.349 -5.757,-1.045 -1.761,-0.697 -3.281,-1.672 -4.56,-2.926 -1.279,-1.254 -2.28,-2.749 -3.002,-4.484 -0.721,-1.735 -1.083,-3.654 -1.083,-5.757 z m 5.206,0 c 0,1.444 0.222,2.768 0.665,3.971 0.443,1.204 1.077,2.249 1.9,3.135 0.823,0.886 1.799,1.577 2.926,2.071 1.127,0.494 2.375,0.741 3.743,0.741 1.368,0 2.622,-0.247 3.762,-0.741 1.14,-0.494 2.122,-1.184 2.945,-2.071 0.823,-0.887 1.457,-1.932 1.9,-3.135 0.443,-1.203 0.665,-2.527 0.665,-3.971 0,-1.393 -0.222,-2.685 -0.665,-3.876 -0.444,-1.19 -1.071,-2.229 -1.881,-3.116 -0.811,-0.886 -1.786,-1.583 -2.926,-2.09 -1.14,-0.507 -2.407,-0.76 -3.8,-0.76 -1.394,0 -2.654,0.253 -3.781,0.76 -1.127,0.507 -2.097,1.204 -2.907,2.09 -0.811,0.887 -1.438,1.926 -1.881,3.116 -0.443,1.191 -0.665,2.483 -0.665,3.876 z"
+
      id="path4759"
+
      inkscape:connector-curvature="0"
+
      style="fill:#0b0e1e" /><path
+
      d="m 1236.167,602.908 h 6.346 l 12.502,20.14 h 0.076 v -20.14 h 4.788 v 26.904 h -6.08 l -12.768,-20.786 h -0.076 v 20.786 h -4.788 z"
+
      id="path4761"
+
      inkscape:connector-curvature="0"
+
      style="fill:#0b0e1e" /></g><path
+
    d="m 2239.618,1267.8231 c 0.313,1.82 0.624,3.628 0.938,5.43 l -0.938,-0.959 z"
+
    id="path4765"
+
    inkscape:connector-curvature="0"
+
    style="fill:#ffffff" /><path
+
    stroke-miterlimit="10"
+
    d="m 616.066,538.66109 c -0.377,6.792 -6.182,11.989 -12.976,11.612 -6.786,-0.376 -11.98,-6.184 -11.604,-12.976 0.376,-6.786 6.182,-11.986 12.968,-11.61 6.795,0.377 11.989,6.188 11.612,12.974 z"
+
    id="path4767"
+
    inkscape:connector-curvature="0"
+
    style="fill:#0b0e1e;stroke:#0b0e1e;stroke-width:10;stroke-miterlimit:10" /><path
+
    stroke-miterlimit="10"
+
    d="m 1307.407,470.43609 c 0,6.802 -5.509,12.313 -12.312,12.313 -6.796,0 -12.305,-5.511 -12.305,-12.313 0,-6.796 5.508,-12.311 12.305,-12.311 6.803,10e-4 12.312,5.515 12.312,12.311 z"
+
    id="path4769"
+
    inkscape:connector-curvature="0"
+
    style="fill:#0b0e1e;stroke:#0b0e1e;stroke-width:10;stroke-miterlimit:10" /><path
+
    stroke-miterlimit="10"
+
    d="m 1250.002,532.40009 c 0,9.532 -7.721,17.259 -17.259,17.259 -9.529,0 -17.25,-7.728 -17.25,-17.259 0,-9.529 7.721,-17.26 17.25,-17.26 9.538,10e-4 17.259,7.731 17.259,17.26 z"
+
    id="path4771"
+
    inkscape:connector-curvature="0"
+
    style="fill:none;stroke:#000000;stroke-width:14;stroke-miterlimit:10" /><path
+
    stroke-miterlimit="10"
+
    d="m 81,2125.0901 c 0,9.532 -7.721,17.26 -17.259,17.26 -9.529,0 -17.25,-7.728 -17.25,-17.26 0,-9.529 7.721,-17.26 17.25,-17.26 9.538,0 17.259,7.731 17.259,17.26 z"
+
    id="path4773"
+
    inkscape:connector-curvature="0"
+
    style="fill:none;stroke:#b4ddde;stroke-width:14;stroke-miterlimit:10" /><path
+
    stroke-miterlimit="10"
+
    d="m 277.509,2404.0901 c 0,9.532 -7.721,17.26 -17.259,17.26 -9.529,0 -17.25,-7.728 -17.25,-17.26 0,-9.529 7.721,-17.26 17.25,-17.26 9.538,0 17.259,7.731 17.259,17.26 z"
+
    id="path4775"
+
    inkscape:connector-curvature="0"
+
    style="fill:none;stroke:#fed699;stroke-width:14;stroke-miterlimit:10" /><rect
+
    x="-881.22675"
+
    y="4.9139261"
+
    transform="rotate(-141.53705)"
+
    stroke-miterlimit="10"
+
    width="12.956825"
+
    height="87.310822"
+
    id="rect4777"
+
    style="fill:#0b0e1e;stroke:#0b0e1e;stroke-width:0.99998653;stroke-miterlimit:10" /><rect
+
    x="1091.4268"
+
    y="-216.04283"
+
    transform="rotate(39.220873)"
+
    width="16.417698"
+
    height="240.32161"
+
    id="rect4779"
+
    style="stroke-width:0.9999817" /><g
+
    id="g4787"
+
    transform="translate(0,-179.64991)"><polygon
+
      stroke-miterlimit="10"
+
      points="618.604,658.158 618.572,646.264 1286.853,644.356 1286.891,656.248 "
+
      id="polygon4781"
+
      style="fill:#0b0e1e;stroke:#0b0e1e;stroke-miterlimit:10" /><path
+
      stroke-miterlimit="10"
+
      d="m 618.085,651.799 c 0,6.802 -5.509,12.313 -12.312,12.313 -6.796,0 -12.305,-5.511 -12.305,-12.313 0,-6.796 5.508,-12.311 12.305,-12.311 6.804,0 12.312,5.514 12.312,12.311 z"
+
      id="path4783"
+
      inkscape:connector-curvature="0"
+
      style="fill:#0b0e1e;stroke:#0b0e1e;stroke-width:10;stroke-miterlimit:10" /><path
+
      stroke-miterlimit="10"
+
      d="m 648,482.687 c 0,6.802 -5.509,12.313 -12.312,12.313 -6.796,0 -12.305,-5.511 -12.305,-12.313 0,-6.796 5.508,-12.311 12.305,-12.311 6.803,0 12.312,5.515 12.312,12.311 z"
+
      id="path4785"
+
      inkscape:connector-curvature="0"
+
      style="fill:#0b0e1e;stroke:#0b0e1e;stroke-width:10;stroke-miterlimit:10" /></g><rect
+
    x="533.29559"
+
    y="-691.48291"
+
    transform="rotate(89.839572)"
+
    stroke-miterlimit="10"
+
    width="13.007051"
+
    height="78.861313"
+
    id="rect4789"
+
    style="fill:#0b0e1e;stroke:#0b0e1e;stroke-width:1.00000393;stroke-miterlimit:10" /><polygon
+
    stroke-miterlimit="10"
+
    points="640.077,498.044 648.885,488.475 820.758,646.59 811.948,656.163 "
+
    id="polygon4791"
+
    style="fill:#0b0e1e;stroke:#0b0e1e;stroke-miterlimit:10"
+
    transform="translate(0,-179.64991)" /><rect
+
    x="526.37177"
+
    y="-1210.7126"
+
    transform="rotate(89.833843)"
+
    width="16.420069"
+
    height="230.93398"
+
    id="rect4793"
+
    style="stroke-width:1.00000417" /><g
+
    id="g4799"
+
    transform="translate(0,-179.64991)"><path
+
      stroke-miterlimit="10"
+
      d="m 2469.369,801.81 c -88.93,-140.877 -380.773,-132.134 -470.552,4.379"
+
      id="path4795"
+
      inkscape:connector-curvature="0"
+
      style="fill:none;stroke:#000000;stroke-width:16;stroke-miterlimit:10" /><polygon
+
      stroke-miterlimit="10"
+
      points="2488.973,825.297 2487.043,783.49 2433.201,823.249 "
+
      id="polygon4797"
+
      style="stroke:#000000;stroke-miterlimit:10" /></g><g
+
    id="g4805"
+
    transform="translate(0,-179.64991)"><path
+
      stroke-miterlimit="10"
+
      d="m 1751.572,1243.26 c -90.692,141.78 -392.983,136.013 -487.297,0.427"
+
      id="path4801"
+
      inkscape:connector-curvature="0"
+
      style="fill:none;stroke:#000000;stroke-width:16;stroke-miterlimit:10" /><polygon
+
      stroke-miterlimit="10"
+
      points="1768.801,1224.485 1778.131,1265.288 1713.736,1242.011 "
+
      id="polygon4803"
+
      style="stroke:#000000;stroke-miterlimit:10" /></g><g
+
    id="g4809"
+
    transform="translate(0,-179.64991)"><polyline
+
      points="1847.598,832.438 1847.598,516.632 1852.999,516.632 1852.999,831.5  "
+
      id="polyline4807"
+
      style="fill:#706f6f" /></g><g
+
    id="g4813"
+
    transform="translate(0,-179.64991)"><polyline
+
      points="1827.732,837.813 1827.732,516.632 1833.137,516.632 1833.137,836.25  "
+
      id="polyline4811"
+
      style="fill:#706f6f" /></g><g
+
    id="g4817"
+
    transform="translate(0,-179.64991)"><polyline
+
      points="1916.938,834.188 1918.416,516.644 1923.822,516.675 1922.336,835.688  "
+
      id="polyline4815"
+
      style="fill:#706f6f" /></g><g
+
    id="g4833"
+
    transform="translate(0,-179.64991)"><polyline
+
      points="1940.274,841.917 1940.662,773.41 1946.07,773.439 1945.666,844.334  "
+
      id="polyline4819"
+
      style="fill:#706f6f" /><rect
+
      x="1929.536"
+
      y="739.43799"
+
      transform="matrix(0.7718,-0.6359,0.6359,0.7718,-41.7338,1401.9475)"
+
      width="5.408"
+
      height="39.354"
+
      id="rect4821"
+
      style="fill:#706f6f" /><polygon
+
      points="1799.409,592.553 1803.579,596.002 1782.679,621.236 1778.519,617.788 "
+
      id="polygon4823"
+
      style="fill:#706f6f" /><polygon
+
      points="1949.948,516.639 1955.356,516.668 1954.15,729.025 1948.744,728.99 "
+
      id="polygon4825"
+
      style="fill:#706f6f" /><path
+
      d="m 1942.011,734.454 c 0.026,-5.075 4.163,-9.164 9.233,-9.136 5.08,0.029 9.162,4.166 9.134,9.24 -0.021,5.074 -4.156,9.164 -9.237,9.133 -5.071,-0.029 -9.161,-4.166 -9.13,-9.237 z"
+
      id="path4827"
+
      inkscape:connector-curvature="0"
+
      style="fill:#706f6f" /><polygon
+
      points="1799.251,516.632 1804.659,516.661 1803.191,775.29 1797.785,775.254 "
+
      id="polygon4829"
+
      style="fill:#706f6f" /><path
+
      d="m 1791.049,780.718 c 0.026,-5.075 4.163,-9.164 9.233,-9.136 5.08,0.029 9.162,4.166 9.134,9.24 -0.021,5.074 -4.156,9.164 -9.237,9.133 -5.071,-0.029 -9.16,-4.165 -9.13,-9.237 z"
+
      id="path4831"
+
      inkscape:connector-curvature="0"
+
      style="fill:#706f6f" /></g><g
+
    id="g4885"
+
    transform="translate(0,-179.64991)"><g
+
      id="g4879"><path
+
        d="m 1868.808,738.918 c 0.06,7.562 34.843,22.737 34.905,30.772 l 0.068,8.666 c -0.062,-8.035 -34.843,-22.735 -34.902,-30.297 z"
+
        id="path4835"
+
        inkscape:connector-curvature="0"
+
        style="fill:#706f6f" /><path
+
        d="m 1868.683,722.845 c 0.059,7.562 34.843,22.735 34.905,30.772 l 0.067,8.667 c -0.062,-8.037 -34.843,-22.735 -34.901,-30.301 z"
+
        id="path4837"
+
        inkscape:connector-curvature="0"
+
        style="fill:#706f6f" /><path
+
        d="m 1868.336,678.566 c 0.06,7.562 34.844,22.735 34.906,30.77 l 0.066,8.511 c -0.062,-8.037 -34.843,-22.737 -34.902,-30.301 z"
+
        id="path4839"
+
        inkscape:connector-curvature="0"
+
        style="fill:#706f6f" /><path
+
        d="m 1868.21,662.334 c 0.059,7.565 34.843,22.737 34.905,30.773 l 0.067,8.668 c -0.062,-8.041 -34.843,-22.737 -34.901,-30.304 z"
+
        id="path4841"
+
        inkscape:connector-curvature="0"
+
        style="fill:#706f6f" /><path
+
        d="m 1867.873,619.261 c 0.06,7.564 34.843,22.736 34.906,30.773 l 0.066,8.506 c -0.063,-8.036 -34.844,-22.735 -34.902,-30.296 z"
+
        id="path4843"
+
        inkscape:connector-curvature="0"
+
        style="fill:#706f6f" /><path
+
        d="m 1867.746,603.031 c 0.06,7.564 34.843,22.736 34.906,30.771 l 0.067,8.665 c -0.062,-8.037 -34.843,-22.733 -34.901,-30.298 z"
+
        id="path4845"
+
        inkscape:connector-curvature="0"
+
        style="fill:#706f6f" /><path
+
        d="m 1868.756,732.297 c -0.059,-7.562 34.483,-23.275 34.421,-31.311 l -0.067,-8.669 c 0.062,8.037 -34.483,23.276 -34.425,30.843 z"
+
        id="path4847"
+
        inkscape:connector-curvature="0" /><path
+
        d="m 1868.882,748.373 c -0.06,-7.565 34.483,-23.276 34.421,-31.316 l -0.068,-8.665 c 0.062,8.038 -34.483,23.277 -34.424,30.841 z"
+
        id="path4849"
+
        inkscape:connector-curvature="0" /><path
+
        d="m 1868.293,671.995 c -0.059,-7.565 34.483,-23.276 34.421,-31.313 l -0.068,-8.669 c 0.063,8.038 -34.483,23.279 -34.424,30.84 z"
+
        id="path4851"
+
        inkscape:connector-curvature="0" /><path
+
        d="m 1868.418,688.069 c -0.059,-7.566 34.484,-23.281 34.421,-31.313 l -0.067,-8.668 c 0.062,8.036 -34.483,23.277 -34.425,30.841 z"
+
        id="path4853"
+
        inkscape:connector-curvature="0" /><path
+
        d="m 1896.787,831.069 c -10.273,-7.519 -27.092,-16.224 -27.133,-21.481 l -0.069,-8.979 c 0.059,7.563 34.847,22.733 34.909,30.771 v 0.246"
+
        id="path4855"
+
        inkscape:connector-curvature="0"
+
        style="fill:#706f6f" /><path
+
        d="m 1869.458,783.373 c 0.059,7.567 34.847,22.742 34.909,30.773 l 0.067,8.669 c -0.062,-8.036 -34.847,-22.737 -34.905,-30.299 z"
+
        id="path4857"
+
        inkscape:connector-curvature="0"
+
        style="fill:#706f6f" /><path
+
        d="m 1867.409,559.835 c 0.06,7.564 34.843,22.736 34.905,30.773 l 0.066,8.506 c -0.062,-8.036 -34.843,-22.735 -34.901,-30.296 z"
+
        id="path4859"
+
        inkscape:connector-curvature="0"
+
        style="fill:#706f6f" /><path
+
        d="m 1867.282,543.605 c 0.06,7.564 34.843,22.736 34.905,30.771 l 0.068,8.665 c -0.062,-8.037 -34.843,-22.733 -34.902,-30.298 z"
+
        id="path4861"
+
        inkscape:connector-curvature="0"
+
        style="fill:#706f6f" /><path
+
        d="m 1866.949,500.948 c 0.059,7.564 34.843,22.736 34.905,30.772 l 0.066,8.507 c -0.062,-8.037 -34.843,-22.735 -34.901,-30.296 z"
+
        id="path4863"
+
        inkscape:connector-curvature="0"
+
        style="fill:#706f6f" /><path
+
        d="m 1866.822,484.718 c 0.06,7.564 34.843,22.736 34.906,30.771 l 0.067,8.665 c -0.063,-8.037 -34.843,-22.733 -34.902,-30.299 z"
+
        id="path4865"
+
        inkscape:connector-curvature="0"
+
        style="fill:#706f6f" /><path
+
        d="m 1903.707,769.901 c 0.062,8.039 -34.483,23.277 -34.424,30.842 l 0.071,9.139 c -0.06,-7.562 34.483,-23.275 34.421,-31.313"
+
        id="path4867"
+
        inkscape:connector-curvature="0" /><path
+
        d="m 1869.217,792.286 c -0.059,-7.562 34.483,-23.274 34.421,-31.314 l -0.068,-8.666 c 0.063,8.036 -34.483,23.279 -34.424,30.841 z"
+
        id="path4869"
+
        inkscape:connector-curvature="0" /><path
+
        d="m 1867.829,613.586 c -0.06,-7.563 34.483,-23.276 34.421,-31.314 l -0.066,-8.509 c 0.062,8.036 -34.484,23.276 -34.425,30.841 z"
+
        id="path4871"
+
        inkscape:connector-curvature="0" /><path
+
        d="m 1867.956,629.817 c -0.06,-7.564 34.483,-23.275 34.42,-31.314 l -0.067,-8.665 c 0.062,8.037 -34.483,23.276 -34.424,30.84 z"
+
        id="path4873"
+
        inkscape:connector-curvature="0" /><path
+
        d="m 1867.365,554.161 c -0.06,-7.562 34.483,-23.276 34.42,-31.313 l -0.066,-8.509 c 0.062,8.036 -34.483,23.276 -34.424,30.841 z"
+
        id="path4875"
+
        inkscape:connector-curvature="0" /><path
+
        d="m 1867.491,570.392 c -0.059,-7.564 34.483,-23.275 34.421,-31.314 l -0.067,-8.666 c 0.062,8.037 -34.483,23.276 -34.425,30.841 z"
+
        id="path4877"
+
        inkscape:connector-curvature="0" /></g><path
+
      d="m 1886.619,829.666 c -0.061,0.04 -0.121,0.08 -0.182,0.12"
+
      id="path4881"
+
      inkscape:connector-curvature="0" /><path
+
      d="m 1897.047,831.139 c 4.305,-3.296 7.367,-6.34 7.367,-8.729 v -8.51 c 0,4.089 -8.977,9.975 -17.795,15.766"
+
      id="path4883"
+
      inkscape:connector-curvature="0" /></g><g
+
    id="g4891"
+
    transform="translate(0,-179.64991)"><rect
+
      x="1778.824"
+
      y="617.72498"
+
      width="5.3969998"
+
      height="62.651001"
+
      id="rect4887"
+
      style="fill:#706f6f" /><path
+
      d="m 1791.049,677.333 c 0,5.076 -4.12,9.188 -9.186,9.188 -5.076,0 -9.193,-4.112 -9.193,-9.188 0,-5.074 4.117,-9.186 9.193,-9.186 5.066,10e-4 9.186,4.112 9.186,9.186 z"
+
      id="path4889"
+
      inkscape:connector-curvature="0"
+
      style="fill:#706f6f" /></g><g
+
    id="g4901"
+
    transform="translate(0,-179.64991)"><g
+
      id="g4897"><g
+
        id="g4895"><path
+
          stroke-miterlimit="10"
+
          d="m 1274.431,800.492 c 92.092,-140.877 394.311,-132.133 487.284,4.379"
+
          id="path4893"
+
          inkscape:connector-curvature="0"
+
          style="fill:none;stroke:#000000;stroke-width:16;stroke-miterlimit:10" /></g></g><polygon
+
      stroke-miterlimit="10"
+
      points="1257.748,808.627 1259.742,766.822 1315.496,806.581 "
+
      id="polygon4899"
+
      style="stroke:#000000;stroke-miterlimit:10" /></g><g
+
    id="g4925"
+
    transform="translate(0,-179.64991)"><path
+
      d="m 1342.404,702.335 -2.095,-5.291 h -10.431 l -1.979,5.291 h -7.083 l 11.307,-26.953 h 6.32 l 11.19,26.953 z m -7.233,-19.757 -3.428,9.251 h 6.776 z"
+
      id="path4903"
+
      inkscape:connector-curvature="0"
+
      style="fill:#b2b2b2" /><path
+
      d="m 1364.991,668.253 v 21.393 h -6.514 v -21.393 h -7.61 v -5.558 h 21.734 v 5.558 z"
+
      id="path4905"
+
      inkscape:connector-curvature="0"
+
      style="fill:#b2b2b2" /><path
+
      d="m 1402.979,680.194 c -1.749,0.8 -3.769,1.199 -6.052,1.199 -2.083,0 -4.006,-0.342 -5.765,-1.026 -1.765,-0.687 -3.296,-1.656 -4.581,-2.915 -1.3,-1.256 -2.314,-2.757 -3.05,-4.51 -0.737,-1.75 -1.11,-3.679 -1.11,-5.787 0,-2.158 0.379,-4.111 1.13,-5.862 0.745,-1.75 1.777,-3.242 3.1,-4.473 1.317,-1.231 2.867,-2.176 4.641,-2.834 1.779,-0.661 3.697,-0.993 5.753,-0.993 1.897,0 3.776,0.338 5.612,1.011 1.844,0.672 3.33,1.656 4.469,2.951 l -4.413,4.414 c -0.608,-0.836 -1.402,-1.458 -2.398,-1.865 -0.99,-0.404 -2.006,-0.607 -3.045,-0.607 -1.141,0 -2.183,0.207 -3.138,0.628 -0.958,0.417 -1.773,0.996 -2.459,1.728 -0.684,0.739 -1.217,1.607 -1.6,2.61 -0.379,1.002 -0.565,2.1 -0.565,3.292 0,1.218 0.187,2.335 0.565,3.352 0.383,1.013 0.912,1.884 1.585,2.607 0.668,0.72 1.478,1.288 2.415,1.694 0.936,0.406 1.963,0.606 3.082,0.606 1.293,0 2.426,-0.253 3.387,-0.76 0.967,-0.507 1.744,-1.167 2.328,-1.979 l 4.528,4.261 c -1.194,1.373 -2.664,2.458 -4.419,3.258 z"
+
      id="path4907"
+
      inkscape:connector-curvature="0"
+
      style="fill:#b2b2b2" /><path
+
      d="m 1441.646,670.625 c -1.763,0.43 -3.685,0.645 -5.766,0.645 -2.155,0 -4.145,-0.342 -5.952,-1.025 -1.819,-0.684 -3.38,-1.65 -4.688,-2.894 -1.305,-1.245 -2.329,-2.735 -3.061,-4.473 -0.74,-1.737 -1.104,-3.674 -1.104,-5.805 0,-2.157 0.375,-4.111 1.126,-5.862 0.741,-1.75 1.774,-3.243 3.102,-4.474 1.314,-1.231 2.863,-2.174 4.64,-2.835 1.776,-0.66 3.696,-0.99 5.752,-0.99 2.127,0 4.11,0.324 5.934,0.972 1.829,0.646 3.312,1.517 4.452,2.608 l -4.11,4.681 c -0.636,-0.735 -1.47,-1.339 -2.51,-1.809 -1.043,-0.467 -2.226,-0.702 -3.539,-0.702 -1.143,0 -2.196,0.209 -3.161,0.626 -0.966,0.417 -1.805,1 -2.509,1.753 -0.712,0.746 -1.266,1.635 -1.66,2.662 -0.392,1.026 -0.586,2.152 -0.586,3.37 0,1.242 0.178,2.385 0.529,3.426 0.354,1.042 0.883,1.936 1.578,2.683 0.703,0.749 1.562,1.331 2.589,1.751 1.024,0.418 2.202,0.627 3.522,0.627 0.758,0 1.485,-0.057 2.173,-0.17 0.685,-0.114 1.316,-0.297 1.899,-0.55 v -4.913 h -5.141 v -5.253 h 11.118 v 14.274 c -1.32,0.686 -2.865,1.245 -4.627,1.677 z"
+
      id="path4909"
+
      inkscape:connector-curvature="0"
+
      style="fill:#b2b2b2" /><path
+
      d="m 1497.82,667.678 c -3.334,1.518 -7.174,2.279 -11.516,2.279 -3.961,0 -7.621,-0.651 -10.974,-1.957 -3.358,-1.303 -6.267,-3.152 -8.729,-5.542 -2.461,-2.388 -4.392,-5.25 -5.79,-8.583 -1.407,-3.332 -2.106,-7 -2.106,-11.011 0,-4.103 0.717,-7.821 2.14,-11.154 1.425,-3.332 3.39,-6.169 5.897,-8.511 2.515,-2.343 5.463,-4.142 8.836,-5.395 3.386,-1.259 7.035,-1.886 10.943,-1.886 3.622,0 7.178,0.639 10.687,1.92 3.498,1.28 6.334,3.149 8.506,5.613 l -8.403,8.403 c -1.155,-1.593 -2.675,-2.776 -4.562,-3.549 -1.882,-0.773 -3.812,-1.159 -5.79,-1.159 -2.175,0 -4.168,0.397 -5.978,1.195 -1.809,0.799 -3.372,1.895 -4.675,3.295 -1.306,1.401 -2.32,3.052 -3.037,4.963 -0.732,1.906 -1.09,3.995 -1.09,6.263 0,2.319 0.357,4.445 1.09,6.378 0.717,1.928 1.72,3.583 3,4.958 1.287,1.375 2.817,2.452 4.602,3.224 1.785,0.772 3.744,1.158 5.866,1.158 2.463,0 4.61,-0.481 6.448,-1.448 1.834,-0.965 3.306,-2.22 4.422,-3.766 l 8.616,8.111 c -2.274,2.613 -5.075,4.676 -8.403,6.201 z"
+
      id="path4911"
+
      inkscape:connector-curvature="0"
+
      style="fill:#575756" /><path
+
      d="m 1538.777,665.214 c -1.771,0.43 -3.692,0.645 -5.766,0.645 -2.165,0 -4.143,-0.339 -5.961,-1.025 -1.817,-0.686 -3.379,-1.652 -4.685,-2.895 -1.308,-1.241 -2.323,-2.736 -3.062,-4.473 -0.734,-1.739 -1.106,-3.674 -1.106,-5.806 0,-2.158 0.379,-4.111 1.125,-5.862 0.75,-1.75 1.783,-3.243 3.103,-4.472 1.319,-1.232 2.87,-2.177 4.644,-2.837 1.781,-0.663 3.691,-0.992 5.749,-0.992 2.128,0 4.11,0.326 5.942,0.975 1.82,0.646 3.312,1.515 4.451,2.607 l -4.109,4.679 c -0.637,-0.734 -1.474,-1.335 -2.521,-1.808 -1.037,-0.467 -2.215,-0.702 -3.532,-0.702 -1.144,0 -2.201,0.209 -3.161,0.628 -0.965,0.417 -1.797,1 -2.513,1.751 -0.715,0.748 -1.261,1.637 -1.655,2.663 -0.393,1.029 -0.59,2.151 -0.59,3.369 0,1.244 0.176,2.384 0.53,3.425 0.36,1.043 0.882,1.937 1.585,2.684 0.693,0.749 1.561,1.333 2.585,1.752 1.027,0.42 2.202,0.628 3.517,0.628 0.768,0 1.493,-0.057 2.174,-0.172 0.688,-0.115 1.318,-0.296 1.903,-0.552 v -4.909 h -5.138 v -5.253 h 11.116 v 14.275 c -1.321,0.688 -2.862,1.244 -4.625,1.677 z"
+
      id="path4913"
+
      inkscape:connector-curvature="0"
+
      style="fill:#b2b2b2" /><path
+
      d="m 1577.549,667.418 c -1.758,0.799 -3.771,1.2 -6.055,1.2 -2.082,0 -4.005,-0.342 -5.766,-1.027 -1.766,-0.685 -3.289,-1.657 -4.588,-2.914 -1.29,-1.257 -2.306,-2.759 -3.045,-4.51 -0.734,-1.75 -1.104,-3.68 -1.104,-5.788 0,-2.154 0.371,-4.109 1.124,-5.861 0.745,-1.75 1.781,-3.242 3.102,-4.471 1.314,-1.232 2.869,-2.177 4.645,-2.836 1.777,-0.66 3.692,-0.989 5.749,-0.989 1.901,0 3.774,0.337 5.613,1.007 1.847,0.673 3.331,1.656 4.47,2.951 l -4.414,4.417 c -0.607,-0.836 -1.403,-1.459 -2.396,-1.864 -0.99,-0.408 -2.004,-0.607 -3.043,-0.607 -1.144,0 -2.192,0.205 -3.146,0.624 -0.947,0.42 -1.768,0.995 -2.452,1.734 -0.685,0.735 -1.215,1.603 -1.601,2.607 -0.378,1.004 -0.571,2.1 -0.571,3.291 0,1.221 0.193,2.337 0.571,3.353 0.386,1.014 0.909,1.885 1.579,2.607 0.678,0.721 1.479,1.288 2.425,1.693 0.931,0.407 1.961,0.607 3.079,0.607 1.295,0 2.427,-0.253 3.386,-0.759 0.966,-0.508 1.741,-1.167 2.327,-1.98 l 4.528,4.263 c -1.195,1.369 -2.665,2.453 -4.417,3.252 z"
+
      id="path4915"
+
      inkscape:connector-curvature="0"
+
      style="fill:#b2b2b2" /><path
+
      d="m 1609.411,651.94 v 21.391 h -6.507 V 651.94 h -7.618 v -5.558 h 21.739 v 5.558 z"
+
      id="path4917"
+
      inkscape:connector-curvature="0"
+
      style="fill:#b2b2b2" /><path
+
      d="m 1681.178,688.741 -2.089,-5.291 h -10.433 l -1.979,5.291 h -7.082 l 11.307,-26.952 h 6.322 l 11.189,26.952 z m -7.229,-19.756 -3.429,9.249 h 6.777 z"
+
      id="path4919"
+
      inkscape:connector-curvature="0"
+
      style="fill:#b2b2b2" /><path
+
      d="m 1711.012,681.847 v 21.395 h -6.51 v -21.395 h -7.615 v -5.556 h 21.736 v 5.556 z"
+
      id="path4921"
+
      inkscape:connector-curvature="0"
+
      style="fill:#b2b2b2" /><path
+
      d="m 1645.822,677.866 -2.089,-5.292 h -10.426 l -1.983,5.292 h -7.078 l 11.303,-26.952 h 6.325 l 11.188,26.952 z m -7.226,-19.757 -3.426,9.25 h 6.774 z"
+
      id="path4923"
+
      inkscape:connector-curvature="0"
+
      style="fill:#b2b2b2" /></g><path
+
    d="m 779.012,777.38009 -2.095,-5.289 h -10.428 l -1.98,5.289 h -7.082 l 11.305,-26.949 h 6.319 l 11.19,26.949 z m -7.234,-19.755 -3.427,9.25 h 6.777 z"
+
    id="path4927"
+
    inkscape:connector-curvature="0"
+
    style="fill:#b2b2b2" /><path
+
    d="m 753.688,1136.8991 v 21.393 h -6.506 v -21.393 h -7.614 v -5.557 h 21.736 v 5.557 z"
+
    id="path4929"
+
    inkscape:connector-curvature="0"
+
    style="fill:#b2b2b2" /><path
+
    d="m 797.385,1048.5471 c -2.785,1.271 -5.995,1.908 -9.626,1.908 -3.312,0 -6.371,-0.544 -9.176,-1.637 -2.803,-1.091 -5.234,-2.633 -7.293,-4.632 -2.058,-2 -3.674,-4.39 -4.845,-7.173 -1.167,-2.786 -1.751,-5.854 -1.751,-9.206 0,-3.428 0.593,-6.536 1.787,-9.321 1.188,-2.786 2.831,-5.156 4.931,-7.112 2.097,-1.96 4.559,-3.463 7.382,-4.512 2.827,-1.051 5.876,-1.577 9.146,-1.577 3.03,0 6.003,0.538 8.93,1.606 2.928,1.071 5.301,2.633 7.115,4.694 l -7.022,7.022 c -0.971,-1.33 -2.242,-2.32 -3.813,-2.967 -1.577,-0.644 -3.19,-0.97 -4.847,-0.97 -1.814,0 -3.481,0.334 -4.994,0.999 -1.513,0.666 -2.815,1.585 -3.905,2.755 -1.092,1.171 -1.935,2.554 -2.541,4.149 -0.608,1.595 -0.91,3.34 -0.91,5.234 0,1.94 0.302,3.716 0.91,5.33 0.605,1.613 1.44,2.999 2.51,4.149 1.068,1.149 2.351,2.048 3.845,2.693 1.494,0.644 3.128,0.966 4.903,0.966 2.058,0 3.854,-0.4 5.387,-1.207 1.535,-0.808 2.768,-1.858 3.694,-3.151 l 7.208,6.781 c -1.903,2.181 -4.242,3.907 -7.025,5.179 z"
+
    id="path4931"
+
    inkscape:connector-curvature="0"
+
    style="fill:#575756" /><path
+
    d="m 799.558,1196.0851 c -2.943,0.726 -6.153,1.088 -9.629,1.088 -3.604,0 -6.92,-0.572 -9.948,-1.727 -3.029,-1.153 -5.636,-2.774 -7.819,-4.865 -2.178,-2.092 -3.888,-4.6 -5.116,-7.521 -1.229,-2.924 -1.845,-6.18 -1.845,-9.764 0,-3.627 0.625,-6.915 1.876,-9.861 1.245,-2.945 2.975,-5.452 5.181,-7.521 2.201,-2.073 4.79,-3.662 7.753,-4.771 2.968,-1.108 6.17,-1.667 9.603,-1.667 3.561,0 6.869,0.545 9.92,1.637 3.05,1.084 5.525,2.548 7.435,4.385 l -6.866,7.872 c -1.057,-1.237 -2.456,-2.252 -4.199,-3.042 -1.736,-0.788 -3.706,-1.183 -5.91,-1.183 -1.907,0 -3.669,0.353 -5.277,1.057 -1.612,0.701 -3.013,1.684 -4.196,2.942 -1.188,1.263 -2.104,2.756 -2.763,4.483 -0.661,1.73 -0.988,3.619 -0.988,5.667 0,2.088 0.297,4.009 0.891,5.762 0.594,1.748 1.473,3.257 2.634,4.512 1.172,1.258 2.608,2.24 4.329,2.945 1.712,0.705 3.672,1.055 5.879,1.055 1.268,0 2.479,-0.095 3.625,-0.289 1.142,-0.19 2.204,-0.496 3.18,-0.924 v -8.26 h -8.587 v -8.836 h 18.563 v 24.007 c -2.201,1.155 -4.78,2.096 -7.726,2.819 z"
+
    id="path4933"
+
    inkscape:connector-curvature="0"
+
    style="fill:#575756" /><path
+
    d="m 802.827,943.83109 c -2.592,0.708 -5.43,1.104 -8.501,1.189 -3.193,0.087 -6.146,-0.339 -8.857,-1.279 -2.71,-0.939 -5.059,-2.302 -7.039,-4.092 -1.986,-1.783 -3.556,-3.95 -4.714,-6.488 -1.159,-2.543 -1.785,-5.39 -1.87,-8.545 -0.087,-3.186 0.393,-6.09 1.424,-8.712 1.034,-2.622 2.502,-4.869 4.404,-6.743 1.906,-1.876 4.157,-3.333 6.756,-4.381 2.598,-1.047 5.423,-1.617 8.462,-1.697 3.15,-0.088 6.097,0.312 8.826,1.195 2.726,0.884 4.957,2.111 6.686,3.677 l -5.885,7.09 c -0.973,-1.061 -2.231,-1.919 -3.795,-2.57 -1.558,-0.652 -3.308,-0.954 -5.261,-0.898 -1.69,0.044 -3.241,0.398 -4.647,1.056 -1.409,0.655 -2.627,1.555 -3.646,2.692 -1.023,1.135 -1.8,2.469 -2.344,4.008 -0.541,1.535 -0.787,3.206 -0.737,5.007 0.055,1.837 0.362,3.518 0.93,5.044 0.566,1.526 1.385,2.826 2.444,3.904 1.065,1.082 2.362,1.91 3.902,2.486 1.531,0.579 3.278,0.839 5.234,0.787 1.121,-0.031 2.192,-0.146 3.2,-0.34 1.012,-0.197 1.938,-0.496 2.792,-0.895 l -0.199,-7.263 -7.604,0.207 -0.21,-7.769 16.44,-0.45 0.579,21.114 c -1.921,1.067 -4.182,1.955 -6.77,2.666 z"
+
    id="path4935"
+
    inkscape:connector-curvature="0"
+
    style="fill:#575756" /><path
+
    d="m 771.346,895.07609 c -1.727,0.848 -3.735,1.302 -6.019,1.361 -2.079,0.058 -4.013,-0.23 -5.791,-0.868 -1.781,-0.636 -3.339,-1.564 -4.667,-2.784 -1.325,-1.222 -2.379,-2.696 -3.166,-4.426 -0.787,-1.731 -1.206,-3.65 -1.263,-5.757 -0.058,-2.153 0.262,-4.119 0.965,-5.887 0.695,-1.772 1.691,-3.291 2.978,-4.558 1.287,-1.267 2.808,-2.254 4.562,-2.962 1.761,-0.707 3.667,-1.092 5.723,-1.146 1.902,-0.053 3.784,0.233 5.636,0.853 1.862,0.624 3.375,1.566 4.553,2.829 l -4.294,4.535 c -0.627,-0.818 -1.445,-1.422 -2.449,-1.799 -0.998,-0.379 -2.016,-0.553 -3.056,-0.527 -1.142,0.033 -2.188,0.272 -3.129,0.714 -0.934,0.446 -1.737,1.043 -2.401,1.8 -0.667,0.753 -1.174,1.637 -1.527,2.648 -0.355,1.014 -0.517,2.115 -0.481,3.306 0.03,1.222 0.252,2.33 0.663,3.336 0.411,1.003 0.959,1.858 1.648,2.562 0.694,0.706 1.517,1.247 2.467,1.628 0.945,0.38 1.981,0.554 3.096,0.522 1.297,-0.033 2.417,-0.319 3.366,-0.851 0.951,-0.532 1.707,-1.214 2.271,-2.044 l 4.643,4.139 c -1.154,1.401 -2.597,2.528 -4.328,3.376 z"
+
    id="path4937"
+
    inkscape:connector-curvature="0"
+
    style="fill:#b2b2b2" /><path
+
    d="m 763.688,963.91109 1.019,37.38101 -11.375,0.312 -1.021,-37.38001 -13.306,0.362 -0.265,-9.71 37.99,-1.039 0.264,9.71 z"
+
    id="path4939"
+
    inkscape:connector-curvature="0"
+
    style="fill:#575756" /><path
+
    d="m 795.534,1112.5611 -2.239,-5.234 -10.423,0.286 -1.836,5.342 -7.077,0.194 10.567,-27.248 6.316,-0.172 11.922,26.634 z m -7.769,-19.553 -3.175,9.342 6.774,-0.187 z"
+
    id="path4941"
+
    inkscape:connector-curvature="0"
+
    style="fill:#b2b2b2" /><path
+
    d="m 800.953,792.04009 0.583,21.386 -6.505,0.176 -0.586,-21.384 -7.612,0.208 -0.15,-5.557 21.728,-0.592 0.151,5.553 z"
+
    id="path4943"
+
    inkscape:connector-curvature="0"
+
    style="fill:#b2b2b2" /><path
+
    d="m 765.037,1085.1391 -2.234,-5.231 -10.43,0.285 -1.834,5.342 -7.076,0.194 10.568,-27.25 6.314,-0.174 11.925,26.636 z m -7.766,-19.552 -3.174,9.34 6.773,-0.185 z"
+
    id="path4945"
+
    inkscape:connector-curvature="0"
+
    style="fill:#b2b2b2" /><path
+
    d="m 778.59,852.15909 -4.052,-10.249 h -20.212 l -3.832,10.249 h -13.718 l 21.899,-52.218 h 12.248 l 21.683,52.218 z m -14.011,-38.278 -6.64,17.924 h 13.129 z"
+
    id="path4947"
+
    inkscape:connector-curvature="0"
+
    style="fill:#575756" /><g
+
    id="g4971"
+
    transform="translate(0,-179.64991)"><path
+
      d="m 1320.246,1371.32 -2.096,-5.291 h -10.427 l -1.98,5.291 h -7.082 l 11.303,-26.948 h 6.322 l 11.191,26.948 z m -7.232,-19.755 -3.429,9.25 h 6.778 z"
+
      id="path4949"
+
      inkscape:connector-curvature="0"
+
      style="fill:#b2b2b2" /><path
+
      d="m 1350.987,1364.431 v 21.392 h -6.508 v -21.392 h -7.615 v -5.559 h 21.74 v 5.559 z"
+
      id="path4951"
+
      inkscape:connector-curvature="0"
+
      style="fill:#b2b2b2" /><path
+
      d="m 1388.979,1395.404 c -1.75,0.799 -3.77,1.199 -6.052,1.199 -2.081,0 -4.006,-0.34 -5.769,-1.027 -1.76,-0.684 -3.294,-1.659 -4.583,-2.912 -1.296,-1.257 -2.308,-2.761 -3.047,-4.512 -0.734,-1.749 -1.103,-3.68 -1.103,-5.788 0,-2.153 0.375,-4.111 1.123,-5.858 0.749,-1.752 1.779,-3.242 3.102,-4.474 1.318,-1.232 2.868,-2.176 4.641,-2.838 1.778,-0.659 3.697,-0.99 5.753,-0.99 1.898,0 3.775,0.337 5.612,1.01 1.841,0.675 3.327,1.655 4.472,2.95 l -4.416,4.417 c -0.605,-0.837 -1.407,-1.459 -2.4,-1.866 -0.983,-0.408 -2.002,-0.607 -3.041,-0.607 -1.14,0 -2.189,0.207 -3.139,0.625 -0.955,0.418 -1.773,0.995 -2.458,1.731 -0.687,0.737 -1.216,1.605 -1.6,2.609 -0.382,1.004 -0.566,2.098 -0.566,3.29 0,1.222 0.184,2.337 0.566,3.35 0.384,1.018 0.907,1.884 1.584,2.611 0.671,0.72 1.475,1.286 2.416,1.692 0.934,0.405 1.964,0.605 3.079,0.605 1.296,0 2.429,-0.252 3.389,-0.757 0.963,-0.509 1.739,-1.167 2.325,-1.98 l 4.534,4.263 c -1.197,1.374 -2.668,2.458 -4.422,3.257 z"
+
      id="path4953"
+
      inkscape:connector-curvature="0"
+
      style="fill:#b2b2b2" /><path
+
      d="m 1427.646,1404.87 c -1.762,0.428 -3.687,0.646 -5.767,0.646 -2.157,0 -4.144,-0.343 -5.954,-1.027 -1.816,-0.688 -3.379,-1.65 -4.686,-2.895 -1.305,-1.242 -2.328,-2.736 -3.061,-4.471 -0.74,-1.738 -1.105,-3.673 -1.105,-5.807 0,-2.157 0.377,-4.112 1.125,-5.863 0.744,-1.751 1.778,-3.242 3.104,-4.475 1.314,-1.228 2.864,-2.171 4.641,-2.832 1.776,-0.66 3.696,-0.991 5.749,-0.991 2.132,0 4.112,0.324 5.938,0.971 1.827,0.646 3.309,1.515 4.45,2.608 l -4.109,4.682 c -0.635,-0.733 -1.471,-1.34 -2.514,-1.81 -1.038,-0.465 -2.221,-0.704 -3.534,-0.704 -1.142,0 -2.2,0.21 -3.163,0.629 -0.966,0.417 -1.804,1.002 -2.513,1.752 -0.708,0.748 -1.264,1.636 -1.653,2.662 -0.393,1.029 -0.589,2.152 -0.589,3.37 0,1.246 0.174,2.386 0.53,3.425 0.354,1.043 0.881,1.936 1.576,2.686 0.702,0.747 1.559,1.333 2.592,1.752 1.026,0.418 2.201,0.626 3.519,0.626 0.759,0 1.489,-0.058 2.179,-0.169 0.681,-0.118 1.313,-0.3 1.897,-0.551 v -4.914 h -5.142 v -5.252 h 11.117 v 14.273 c -1.318,0.684 -2.865,1.245 -4.627,1.679 z"
+
      id="path4955"
+
      inkscape:connector-curvature="0"
+
      style="fill:#b2b2b2" /><path
+
      d="m 1528.257,1415.223 c -1.753,0.475 -3.669,0.744 -5.749,0.801 -2.154,0.06 -4.152,-0.227 -5.984,-0.863 -1.832,-0.637 -3.42,-1.558 -4.755,-2.765 -1.34,-1.206 -2.403,-2.673 -3.19,-4.386 -0.782,-1.719 -1.202,-3.645 -1.264,-5.774 -0.057,-2.156 0.268,-4.121 0.973,-5.888 0.692,-1.772 1.684,-3.29 2.969,-4.559 1.29,-1.267 2.807,-2.252 4.566,-2.961 1.758,-0.707 3.66,-1.091 5.719,-1.145 2.129,-0.062 4.121,0.209 5.964,0.807 1.845,0.599 3.351,1.425 4.518,2.487 l -3.978,4.79 c -0.652,-0.717 -1.506,-1.297 -2.563,-1.738 -1.051,-0.44 -2.235,-0.644 -3.552,-0.605 -1.14,0.03 -2.194,0.268 -3.146,0.714 -0.946,0.443 -1.77,1.05 -2.463,1.82 -0.688,0.765 -1.214,1.668 -1.579,2.707 -0.364,1.04 -0.53,2.164 -0.499,3.383 0.035,1.244 0.244,2.38 0.631,3.407 0.382,1.035 0.936,1.913 1.65,2.64 0.718,0.733 1.591,1.294 2.631,1.683 1.04,0.39 2.217,0.567 3.539,0.529 0.762,-0.018 1.48,-0.096 2.168,-0.228 0.682,-0.136 1.307,-0.333 1.884,-0.605 l -0.132,-4.908 -5.138,0.144 -0.146,-5.253 11.112,-0.305 0.388,14.27 c -1.301,0.719 -2.823,1.316 -4.574,1.801 z"
+
      id="path4957"
+
      inkscape:connector-curvature="0"
+
      style="fill:#b2b2b2" /><path
+
      d="m 1566.926,1408.21 c -1.734,0.847 -3.739,1.299 -6.021,1.363 -2.076,0.056 -4.011,-0.234 -5.782,-0.87 -1.794,-0.636 -3.346,-1.566 -4.678,-2.785 -1.328,-1.218 -2.376,-2.695 -3.165,-4.424 -0.783,-1.731 -1.203,-3.651 -1.26,-5.758 -0.062,-2.153 0.258,-4.121 0.967,-5.888 0.693,-1.772 1.687,-3.29 2.977,-4.555 1.283,-1.271 2.809,-2.256 4.564,-2.963 1.76,-0.707 3.662,-1.092 5.717,-1.146 1.9,-0.051 3.787,0.23 5.641,0.852 1.861,0.623 3.373,1.566 4.553,2.828 l -4.291,4.536 c -0.633,-0.82 -1.449,-1.422 -2.457,-1.801 -0.999,-0.376 -2.015,-0.551 -3.051,-0.523 -1.145,0.028 -2.188,0.27 -3.129,0.713 -0.94,0.445 -1.741,1.042 -2.405,1.798 -0.664,0.756 -1.176,1.636 -1.524,2.652 -0.357,1.012 -0.521,2.113 -0.485,3.305 0.034,1.22 0.258,2.331 0.668,3.333 0.411,1.005 0.955,1.858 1.645,2.562 0.696,0.706 1.521,1.249 2.468,1.629 0.947,0.379 1.983,0.556 3.096,0.527 1.298,-0.038 2.422,-0.321 3.361,-0.855 0.957,-0.534 1.713,-1.214 2.272,-2.045 l 4.647,4.14 c -1.155,1.401 -2.597,2.525 -4.328,3.375 z"
+
      id="path4959"
+
      inkscape:connector-curvature="0"
+
      style="fill:#b2b2b2" /><path
+
      d="m 1598.125,1383.71 0.59,21.385 -6.511,0.178 -0.584,-21.386 -7.608,0.209 -0.158,-5.558 21.734,-0.594 0.15,5.555 z"
+
      id="path4961"
+
      inkscape:connector-curvature="0"
+
      style="fill:#b2b2b2" /><path
+
      d="m 1670.133,1391.357 -2.234,-5.234 -10.43,0.285 -1.834,5.341 -7.076,0.196 10.566,-27.253 6.314,-0.169 11.925,26.635 z m -7.77,-19.552 -3.173,9.338 6.771,-0.182 z"
+
      id="path4963"
+
      inkscape:connector-curvature="0"
+
      style="fill:#b2b2b2" /><path
+
      d="m 1699.102,1359.189 0.582,21.386 -6.512,0.176 -0.583,-21.386 -7.612,0.208 -0.15,-5.554 21.729,-0.594 0.146,5.552 z"
+
      id="path4965"
+
      inkscape:connector-curvature="0"
+
      style="fill:#b2b2b2" /><path
+
      d="m 1635.02,1400.477 -2.234,-5.233 -10.433,0.287 -1.832,5.341 -7.078,0.195 10.565,-27.249 6.318,-0.173 11.918,26.636 z m -7.774,-19.553 -3.174,9.343 6.775,-0.185 z"
+
      id="path4967"
+
      inkscape:connector-curvature="0"
+
      style="fill:#b2b2b2" /><path
+
      d="m 1483.949,1430.814 -4.053,-10.251 h -20.212 l -3.834,10.251 h -13.719 l 21.903,-52.22 h 12.242 l 21.688,52.22 z m -14.011,-38.277 -6.639,17.922 h 13.134 z"
+
      id="path4969"
+
      inkscape:connector-curvature="0"
+
      style="fill:#706f6f" /></g><g
+
    id="g4997"
+
    transform="translate(0,-179.64991)"><defs
+
      id="defs4974"><rect
+
        id="SVGID_1_"
+
        x="679.44098"
+
        y="1619.27"
+
        width="306.30801"
+
        height="259.93201" /></defs><clipPath
+
      id="SVGID_2_"><use
+
        xlink:href="#SVGID_1_"
+
        overflow="visible"
+
        id="use4976"
+
        style="overflow:visible"
+
        x="0"
+
        y="0"
+
        width="100%"
+
        height="100%" /></clipPath><g
+
      clip-path="url(#SVGID_2_)"
+
      id="g4995"><defs
+
        id="defs4980"><path
+
          id="SVGID_3_"
+
          d="m 700.042,1876.035 c 93.764,-2.062 164.312,5.104 253.5,1.892 0,0 32.136,-186.011 32.136,-193.1 0,-7.104 -152.341,-64.836 -152.341,-64.836 0,0 -116.633,25.076 -123.182,38.326 -6.542,13.259 -29.751,151.454 -29.751,157.609 0,6.146 19.638,60.109 19.638,60.109 z"
+
          inkscape:connector-curvature="0" /></defs><clipPath
+
        id="SVGID_4_"><use
+
          xlink:href="#SVGID_3_"
+
          overflow="visible"
+
          id="use4982"
+
          style="overflow:visible"
+
          x="0"
+
          y="0"
+
          width="100%"
+
          height="100%" /></clipPath><g
+
        clip-path="url(#SVGID_4_)"
+
        id="g4993"><defs
+
          id="defs4986"><rect
+
            id="SVGID_5_"
+
            x="711.79901"
+
            y="1735.746"
+
            width="232.965"
+
            height="379.65701" /></defs><clipPath
+
          id="SVGID_6_"><use
+
            xlink:href="#SVGID_5_"
+
            overflow="visible"
+
            id="use4988"
+
            style="overflow:visible"
+
            x="0"
+
            y="0"
+
            width="100%"
+
            height="100%" /></clipPath><path
+
          clip-path="url(#SVGID_6_)"
+
          d="m 852.707,1808.661 c 2.446,-1.464 4.132,-8.928 2.227,-9.864 -0.655,-0.321 -2.037,1.036 -3.072,2.997 -4.3,8.185 -4.096,9.81 0.845,6.867 z m -34.963,10.607 c 0.418,-7.81 -0.557,-11.081 -4.587,-15.312 -2.324,-2.438 -4.6,-4.107 -5.056,-3.71 -0.461,0.391 -1.158,2.752 -1.549,5.251 -0.684,4.359 -0.534,4.598 3.841,6.055 4.113,1.362 4.548,1.922 4.548,5.801 -10e-4,4.435 2.574,6.191 2.803,1.915 z m 27.46,2.13 c -0.374,-0.736 -0.679,-0.131 -0.679,1.327 0,1.454 0.305,2.061 0.679,1.325 0.367,-0.729 0.367,-1.922 0,-2.652 z m -66.651,53.197 c 2.667,-4.432 17.762,-54.929 17.633,-58.96 -0.039,-1.179 -3.012,-3.402 -7.546,-5.655 -4.111,-2.039 -9.875,-5.288 -12.802,-7.203 -2.932,-1.925 -5.905,-3.335 -6.608,-3.158 -1.172,0.313 -10.981,16.998 -25.791,43.876 -3.236,5.869 -9.461,15.411 -13.828,21.199 -4.369,5.777 -7.684,10.851 -7.366,11.266 0.326,0.413 6.693,0.788 14.149,0.842 7.461,0.046 13.887,0.346 14.278,0.652 0.39,0.322 6.447,0.429 13.455,0.268 12.304,-0.285 12.787,-0.401 14.426,-3.127 z m 152.088,3.624 c -20.114,-48.206 -20.154,-48.312 -24.322,-69.305 -1.916,-9.634 -3.994,-17.94 -4.612,-18.455 -1.346,-1.118 -4.905,0.566 -22.173,10.5 -7.11,4.085 -13.533,7.74 -14.264,8.115 -0.848,0.453 -0.276,4.836 1.599,12.218 3.56,14 6.065,20.892 11.136,30.639 2.129,4.094 5.306,10.669 7.052,14.624 1.748,3.954 4.453,8.614 6.013,10.354 l 2.836,3.166 h 18.755 c 17.271,-10e-4 18.695,-0.147 17.98,-1.856 z m -53.276,1.188 c 4.979,-0.461 7.007,-1.097 7.007,-2.238 0,-0.874 -2.101,-5.165 -4.67,-9.52 -2.571,-4.366 -4.674,-8.198 -4.674,-8.514 0,-0.306 -1.473,-3.258 -3.281,-6.545 -1.805,-3.288 -3.944,-8.047 -4.756,-10.583 l -1.48,-4.607 -12.932,0.729 c -11.291,0.63 -25.419,0.675 -46.984,0.146 l -6.011,-0.146 -1.571,5.84 c -0.869,3.211 -2.875,10.376 -4.462,15.925 -4.819,16.854 -4.852,17.835 -0.655,18.678 1.972,0.398 6.688,0.498 10.48,0.245 3.79,-0.26 8.996,-0.191 11.563,0.161 6.458,0.888 53.84,1.219 62.426,0.429 z m 26.372,9.673 m -190.866,-15.69 c 11.979,-14.859 31.305,-45.661 31.305,-48.841 0,-0.936 0.625,-2.008 1.388,-2.384 2.187,-1.072 8.677,-12.799 13.358,-24.134 2.754,-6.652 4.962,-10.354 6.183,-10.354 2.675,0 9.774,3.05 9.774,4.201 0,3.088 16.534,13.855 21.296,13.855 1.611,0 2.708,-2.199 4.443,-8.897 1.27,-4.897 2.309,-9.825 2.309,-10.945 0,-3.072 2.602,-4.688 5.543,-3.433 1.839,0.775 2.464,2.269 2.464,5.84 0,2.637 0.847,6.086 1.882,7.663 2.328,3.55 9.814,9.32 10.927,8.432 0.994,-0.782 3.959,-43.348 3.915,-56.154 -0.013,-3.296 0.388,-9.343 0.108,-11.013 -0.21,-3.235 4.928,2.024 10.679,2.773 3.265,0.438 5.356,-5.417 8.37,-0.382 l -0.584,21.843 c -0.579,21.718 -1.738,36.272 -0.294,37.421 0.379,0.308 1.406,-1.019 2.283,-2.942 4.015,-8.774 5.972,-10.905 10.36,-11.243 6.241,-0.482 7.933,2.561 5.142,9.25 -1.937,4.63 -1.737,8.607 0.434,8.593 0.47,0 2.417,-0.837 4.321,-1.855 1.907,-1.02 6.796,-3.625 10.865,-5.794 4.07,-2.161 8.22,-4.568 9.222,-5.349 4.121,-3.203 15.002,-9.29 16.599,-9.29 0.948,0 2.931,1.22 4.41,2.713 2.183,2.209 2.547,3.711 1.923,7.903 -2.092,14.055 13.227,60.591 26.207,79.627 l 6.169,9.043 c -170.581,2.406 -89.317,52.599 -231.001,-6.147 z"
+
          id="path4991"
+
          inkscape:connector-curvature="0"
+
          style="fill:#ffffff" /></g></g></g><g
+
    id="g5023"
+
    transform="translate(0,-179.64991)"><defs
+
      id="defs5000"><rect
+
        id="SVGID_7_"
+
        x="775.19501"
+
        y="1795.38"
+
        width="321.41"
+
        height="307.39499" /></defs><clipPath
+
      id="SVGID_8_"><use
+
        xlink:href="#SVGID_7_"
+
        overflow="visible"
+
        id="use5002"
+
        style="overflow:visible"
+
        x="0"
+
        y="0"
+
        width="100%"
+
        height="100%" /></clipPath><g
+
      clip-path="url(#SVGID_8_)"
+
      id="g5021"><defs
+
        id="defs5006"><path
+
          id="SVGID_9_"
+
          d="m 834.492,1962.368 c 31.27,15.576 69.029,77.017 83.706,63.083 2.348,-2.237 94.584,77.874 96.15,76.256 2.131,-2.19 82.649,-164.721 82.249,-164.987 -36.688,-24.289 -193.794,-130.656 -193.143,-130.28 L 789.53,1796.247 c 0,0 -6.662,73.912 -6.662,82.295 0,8.384 -15.213,50.161 -1.669,68.585 4.264,5.794 10.78,8.14 18.122,9.328 11.52,1.86 25.069,0.88 35.171,5.913 z"
+
          inkscape:connector-curvature="0" /></defs><clipPath
+
        id="SVGID_10_"><use
+
          xlink:href="#SVGID_9_"
+
          overflow="visible"
+
          id="use5008"
+
          style="overflow:visible"
+
          x="0"
+
          y="0"
+
          width="100%"
+
          height="100%" /></clipPath><g
+
        clip-path="url(#SVGID_10_)"
+
        id="g5019"><defs
+
          id="defs5012"><rect
+
            id="SVGID_11_"
+
            x="516.34302"
+
            y="1259.339"
+
            width="1941.396"
+
            height="1213.379" /></defs><clipPath
+
          id="SVGID_12_"><use
+
            xlink:href="#SVGID_11_"
+
            overflow="visible"
+
            id="use5014"
+
            style="overflow:visible"
+
            x="0"
+
            y="0"
+
            width="100%"
+
            height="100%" /></clipPath><path
+
          clip-path="url(#SVGID_12_)"
+
          d="m 643.973,2339.175 c 2.862,-0.016 4.277,1.058 5.033,3.227 0.645,1.879 5.349,6.622 10.443,10.561 5.095,3.924 8.551,7.802 7.681,8.6 -0.874,0.797 -8.783,2.191 -17.584,3.111 -25.351,2.636 -36.19,0.828 -38.16,-6.362 -1.592,-5.808 4.369,-10.774 18.917,-15.756 6.518,-2.231 10.816,-3.358 13.67,-3.381 z m 174.151,-1.893 c 0.782,0 2.826,3.188 4.539,7.104 2.512,5.756 2.646,7.373 0.673,8.515 -1.342,0.783 -4.12,1.357 -6.178,1.28 -4.944,-0.184 -17.749,-5.043 -17.749,-6.736 -10e-4,-1.372 16.177,-10.163 18.715,-10.163 z m -65.094,-0.553 c 2.156,-0.167 4.076,1.035 8.759,4.192 4.252,2.858 7.725,5.849 7.725,6.63 0,0.797 -4.554,3.479 -10.115,5.971 -7.973,3.563 -13.902,4.729 -28.025,5.502 -9.852,0.537 -17.909,0.521 -17.909,-0.054 0,-0.567 3.994,-3.134 8.873,-5.71 4.882,-2.574 11.4,-6.368 14.485,-8.42 3.078,-2.057 8.22,-4.953 11.417,-6.432 2.115,-0.98 3.497,-1.571 4.79,-1.679 z m 42.862,-11.495 c 5.206,0.054 9.12,0.522 9.12,1.495 0,0.768 -1.885,2.949 -4.199,4.843 -2.315,1.894 -7.614,5.013 -11.777,6.937 l -7.559,3.486 -7.852,-4.246 c -4.316,-2.33 -7.845,-4.912 -7.845,-5.732 0,-0.819 2.476,-2.667 5.506,-4.1 3.669,-1.74 15.93,-2.775 24.606,-2.683 z m 57.046,-6.768 c 2.207,0 -0.344,4.876 -7.188,13.766 -4.318,5.594 -8.305,10.162 -8.875,10.162 -0.568,-0.01 -2.549,-2.438 -4.398,-5.41 -2.747,-4.422 -2.919,-5.794 -0.934,-7.549 2.19,-1.938 19.803,-10.969 21.395,-10.969 z m 214.434,-1.699 c 3.361,0 13.708,0.489 22.994,1.087 l 16.882,1.097 2.088,6.369 c 3.156,9.641 2.521,17.98 -2.044,26.861 -5.993,11.68 -16.254,20.311 -27.872,23.467 -13.845,3.764 -17.934,3.494 -31.051,-2.016 -5.855,-2.46 -19.152,-16.876 -19.152,-20.761 0,-1.035 2.61,-4.009 5.797,-6.605 3.191,-2.593 7.774,-8.271 10.181,-12.615 5.753,-10.365 14.32,-16.884 22.177,-16.884 z m -345.536,-3.436 c 0.616,0 3.816,1.726 7.118,3.825 12.738,8.116 17.546,13.282 12.342,13.282 -1.133,0 -10.163,4.451 -20.078,9.895 -9.919,5.441 -20.377,10.836 -23.252,11.971 -6.386,2.529 -4.691,2.721 -13.485,-1.533 -11.138,-5.388 -19.883,-11.841 -19.075,-14.078 0.399,-1.088 5.436,-2.452 11.188,-3.027 11.138,-1.111 25.915,-7.203 37.225,-15.352 3.795,-2.737 7.402,-4.983 8.017,-4.983 z m 595.351,-1.287 c 3.657,0.192 7.163,1.848 14.817,6.393 12.05,7.158 44.919,22.264 48.448,22.264 4.679,0 1.18,3.436 -5.133,5.043 -9.481,2.406 -11.513,2.223 -34.151,-3.043 -15.032,-3.486 -23.088,-6.514 -34.101,-12.814 -7.933,-4.529 -14.425,-9.312 -14.425,-10.606 0,-2.353 8.037,-5.065 20.678,-6.981 1.409,-0.216 2.643,-0.317 3.867,-0.256 z m 23.838,-5.141 c 5.273,0.01 17.043,0.527 30.407,1.387 30.079,1.922 60.442,1.441 67.622,-1.08 1.701,-0.6 3.056,-0.23 3.056,0.826 0,3.15 -14.463,14.278 -28.606,21.973 -7.336,4.001 -14.62,7.227 -16.178,7.159 -5.438,-0.208 -21.619,-6.951 -34.619,-14.416 -22.453,-12.907 -25.512,-14.846 -24.609,-15.674 0.131,-0.115 1.168,-0.175 2.927,-0.175 z m -451.394,-0.384 c 1.124,-0.107 1.984,0.016 2.437,0.43 0.516,0.468 -1.184,6.913 -3.776,14.309 -2.588,7.402 -6.83,20.762 -9.418,29.697 -2.659,9.167 -6.093,17.184 -7.878,18.387 -1.747,1.17 -4.484,2.116 -6.085,2.116 -4.091,-0.017 -12.158,-5.159 -17.105,-10.915 -3.345,-3.893 -3.752,-5.434 -2.024,-7.648 1.185,-1.54 3.521,-5.104 5.185,-7.926 6.389,-10.835 20.192,-28.494 25.445,-32.533 4.083,-3.143 9.832,-5.587 13.219,-5.917 z m 50.129,-1.693 c 4.159,0.099 8.922,0.62 11.356,1.478 2.364,0.836 8.945,2.736 14.628,4.24 7.307,1.93 13.483,5.302 21.09,11.511 11.065,9.02 27.431,26.333 27.431,29.015 0,0.828 -2.483,2.682 -5.512,4.115 -12.01,5.688 -33.518,1.418 -45.566,-9.027 -2.912,-2.529 -8.649,-9.834 -12.74,-16.225 -4.095,-6.393 -9.904,-14.187 -12.915,-17.328 -3.008,-3.135 -5.473,-6.176 -5.473,-6.76 10e-4,-0.797 3.55,-1.113 7.701,-1.019 z m -247.765,-2.735 c 1.055,-0.07 1.997,-0.063 2.788,0.029 2.564,0.291 5.724,0.62 7.008,0.742 5.722,0.529 0.985,3.895 -16.901,12.01 -19.07,8.652 -25.606,10.416 -25.606,6.898 0,-2.981 4.01,-8.93 8.214,-12.201 4.24,-3.281 17.116,-7.066 24.497,-7.478 z m 57.259,-11.636 15.056,2.007 c 13.064,1.742 16.354,2.928 24.916,8.976 8.942,6.316 13.321,11.313 11.426,13.044 -0.394,0.359 -7.771,1.717 -16.394,3.02 -8.62,1.288 -18.045,3.203 -20.936,4.23 -2.893,1.028 -6.256,1.816 -7.474,1.771 -3.908,-0.169 -24.633,-16.952 -24.633,-19.949 0,-1.609 3.994,-5.15 9.021,-7.993 z m 3.145,-8.958 c -6.291,0.037 -9.979,2.42 -19.255,7.971 -13.567,8.115 -15.395,8.744 -20.554,7.143 -16.292,-5.053 -36.877,-3.335 -49.992,4.184 -8.67,4.967 -12.388,10.055 -14.12,19.346 -1.343,7.217 -1.386,7.24 -15.902,12.092 -17.635,5.886 -25.395,10.124 -32.949,17.994 -9.437,9.834 -6.577,20.727 7.331,27.866 11.763,6.056 34.927,4.652 62.176,-3.771 18.644,-5.755 20.826,-6.084 29.582,-4.359 5.204,1.018 12.964,1.396 17.243,0.827 4.283,-0.575 12.403,-1.464 18.059,-1.978 12.779,-1.165 19.873,-3.194 36.215,-10.369 12.599,-5.518 12.999,-5.58 19.617,-2.896 20.622,8.377 27.714,9.924 36.049,7.863 7.854,-1.93 8.251,-1.841 14.614,3.725 15.154,13.236 25.134,16.82 36.179,12.975 6.597,-2.299 18.914,-26.832 25.773,-51.334 3.021,-10.791 6.46,-20.164 7.636,-20.822 4.906,-2.783 14.576,6.162 26.148,24.164 6.596,10.262 10.734,14.439 20.944,21.1 6.994,4.575 16.125,9.402 20.278,10.752 10.401,3.35 33.82,3.434 39.339,0.123 4.102,-2.453 4.616,-2.207 12.188,5.832 9.17,9.748 15.831,13.367 30.104,16.332 18.364,3.816 30.079,0.191 44.509,-13.764 12.538,-12.133 17.013,-20.824 19.022,-36.979 2.043,-16.379 -1.176,-29.102 -8.456,-33.47 -4.265,-2.56 -5.863,-2.438 -23.753,1.724 -10.548,2.462 -22.746,4.454 -27.112,4.454 -5.117,-0.017 -9.105,1.058 -11.212,3.003 -6.254,5.756 -17.283,18.717 -17.283,20.312 0,0.88 -2.527,4.269 -5.614,7.517 l -5.61,5.916 -8.765,-9.402 c -18.079,-19.406 -33.151,-31.537 -47.322,-38.09 -21.686,-10.025 -31.183,-10.99 -64.381,-6.484 -30.255,4.109 -41.468,7.534 -64.585,19.734 -8.07,4.262 -15.038,7.74 -15.478,7.74 -0.447,0 -8.445,-6.857 -17.781,-15.242 -16.223,-14.562 -17.535,-15.35 -29.64,-17.864 -11.888,-2.47 -18.35,-3.888 -23.242,-3.865 z m 852.121,-21.161 c 0.695,0 10.346,5.411 21.441,12.019 26.744,15.94 69.945,50.949 67.45,54.658 -2.268,3.348 -51.344,16.593 -72.37,19.528 -15.668,2.183 -38.384,6.029 -46.277,7.831 -10.908,2.5 -79.038,3.656 -97.152,1.656 -20.775,-2.299 -63.518,-12.377 -63.518,-14.976 0,-0.667 3.984,-3.296 8.863,-5.848 4.883,-2.544 16.409,-10.82 25.618,-18.378 9.216,-7.564 18.157,-13.749 19.882,-13.749 9.18,0 60.023,-12.923 73.396,-18.655 25.832,-11.071 59.676,-24.086 62.667,-24.086 z m -60.828,-22.517 c 6.684,0.951 24.44,6.568 31.955,10.102 l 7.113,3.342 -4.464,2.865 c -2.457,1.58 -13.644,5.596 -24.855,8.913 -11.219,3.327 -22.728,7.15 -25.581,8.501 -2.852,1.355 -10.911,4.438 -17.908,6.859 -16.452,5.678 -20.579,6.751 -18.627,4.844 32.676,-31.915 48.834,-45.924 52.367,-45.426 z m -40.074,-4.125 c 8.487,-0.021 15.044,0.378 16.07,1.32 2.2,2.016 -14.553,20.211 -36.728,39.898 -22.159,19.672 -23.047,20.141 -45.515,23.758 -8.019,1.287 -38.892,2.6 -41.104,1.74 -1.023,-0.391 -9.434,-2.223 -18.686,-4.068 -35.617,-7.098 -51.455,-11.023 -50.89,-12.57 0.322,-0.891 5.876,-3.434 12.337,-5.663 6.457,-2.223 19.882,-7.427 29.814,-11.573 39.61,-16.509 50.067,-20.301 64.597,-23.451 8.323,-1.809 21.015,-4.62 28.211,-6.263 8.225,-1.876 27.739,-3.094 41.894,-3.128 z m 277.717,-7.216 c 32.542,-0.076 88.78,2.537 91.012,4.582 3.757,3.441 -58.429,44.414 -91.132,60.04 -12.328,5.9 -25.787,12.499 -29.892,14.676 -4.112,2.177 -13.778,6.354 -21.484,9.296 -24.988,9.527 -23.233,9.564 -34.327,-0.535 -16.085,-14.63 -42.221,-35.685 -58.632,-47.21 -8.472,-5.963 -15.409,-11.474 -15.409,-12.264 0,-1.915 19.71,-7.142 50.86,-13.495 14.104,-2.883 26.71,-5.603 28.026,-6.056 8.931,-3.05 47.634,-8.022 68.703,-8.828 3.46,-0.129 7.624,-0.193 12.275,-0.206 z m 472.415,-18.554 c 0.322,0 0.512,0.029 0.575,0.083 1.47,1.349 -4.177,20.569 -12.14,41.271 -7.908,20.568 -32.588,68.398 -41.241,79.926 -2.98,3.963 -8.379,12.094 -11.982,18.049 -8.226,13.596 -39.254,48.344 -66.441,74.418 -13.267,12.714 -61.606,44.195 -84.408,54.965 -10.23,4.828 -34.732,12.606 -54.18,17.182 -20.646,4.867 -26.784,4.999 -42.044,0.973 -31.836,-8.4 -82.116,-37.719 -130.776,-76.302 -7.194,-5.71 -16.87,-13.135 -21.496,-16.522 -11.901,-8.705 -37.384,-32.004 -49.794,-45.523 -5.799,-6.316 -13.352,-14.095 -16.797,-17.312 -3.449,-3.213 -6.262,-6.293 -6.262,-6.838 0,-0.551 17.025,-8.568 37.825,-17.818 61.938,-27.529 79.922,-37.852 127.731,-73.352 l 13.221,-9.809 11.032,0.881 c 6.063,0.498 50.536,0.928 98.839,0.958 69.79,0.054 91.456,-0.468 105.563,-2.53 9.755,-1.432 21.961,-3.057 27.091,-3.617 32.896,-3.562 64.476,-8.705 95.959,-15.604 9.317,-2.048 17.487,-3.472 19.725,-3.479 z m -1593.531,-4.048 c 71.838,0.2 156.237,1.625 161.889,2.744 2.416,0.475 52.318,1.164 110.888,1.523 146.613,0.914 161.957,1.817 206.45,12.287 18.489,4.352 39.808,18.454 60.332,39.89 13.257,13.856 16.116,18.118 22.44,33.354 9.593,23.106 8.489,68.168 -2.275,93.5 -6.598,15.533 -14.023,29.262 -19.478,36.014 -8.546,10.573 -44.222,24.577 -68.147,26.74 -8.924,0.811 -51.542,1.576 -94.696,1.699 -74.354,0.215 -194.257,1.532 -249.423,2.743 -13.871,0.307 -64.741,1.021 -113.035,1.588 -82.733,0.972 -88.352,0.85 -97.173,-2.161 -33.575,-11.442 -47.558,-24.648 -67.971,-64.148 -13.419,-25.974 -18.88,-47.662 -18.884,-75.016 -0.004,-17.144 2.983,-26.012 14.02,-41.646 26.868,-38.066 36.01,-47.009 60.712,-59.425 16.699,-8.391 30.984,-9.862 94.351,-9.686 z m 1628.425,-33.882 c 2.244,0.122 5.419,0.888 10.228,2.169 5.066,1.349 13.273,2.988 18.233,3.633 5.415,0.711 8.321,1.808 7.303,2.751 -0.933,0.851 -11.196,3.833 -22.813,6.614 -11.605,2.797 -21.919,5.073 -22.925,5.073 -2.034,0 -0.667,-6.207 3.289,-14.86 1.818,-4.008 2.96,-5.588 6.685,-5.38 z m -227.183,-51.556 17.75,4.285 c 9.761,2.359 30.467,6.958 46.018,10.223 15.544,3.266 39.931,8.736 54.182,12.164 14.25,3.417 39.182,9.073 55.398,12.559 16.217,3.488 30.426,7.197 31.582,8.262 1.553,1.418 0.992,5.166 -2.156,14.394 -2.346,6.86 -4.997,13.327 -5.9,14.378 -0.916,1.035 -8.164,2.813 -16.12,3.941 -7.957,1.125 -19.097,3.133 -24.741,4.467 -11.382,2.689 -31.4,6.376 -51.384,9.463 -11.722,1.803 -22.738,3.75 -49.506,8.73 -14.189,2.645 -146.324,3.104 -162.552,0.582 -15.465,-2.415 -28.988,-4.069 -34.244,-4.207 -1.891,-0.045 -3.153,-0.82 -2.809,-1.717 0.34,-0.904 12.395,-9.717 26.777,-19.597 14.385,-9.88 29.521,-20.278 33.628,-23.122 22.04,-15.235 36.152,-24.486 73.801,-48.305 z m -184.029,-15.542 c 29.284,0.085 55.878,0.49 59.088,0.897 3.217,0.405 17.893,1.608 32.617,2.667 14.727,1.072 27.234,2.191 27.789,2.498 0.557,0.299 5.216,1.027 10.357,1.617 32.476,3.725 33.351,4.046 25.864,9.42 -2.925,2.106 -15.486,10.507 -27.916,18.654 -22.564,14.806 -36.044,24.254 -52.668,36.924 -4.845,3.693 -19.9,14.277 -33.473,23.52 l -24.668,16.809 -13.092,-1.71 c -14.928,-1.931 -40.169,-3.249 -83.303,-4.315 -25.687,-0.635 -33.789,-0.153 -57.556,3.504 -34.783,5.341 -76.064,13.702 -85.05,17.221 -3.776,1.486 -11.067,3.854 -16.206,5.279 -5.139,1.418 -14.144,4.423 -20.025,6.675 -12.7,4.875 -16.537,4.942 -27.475,0.499 -4.553,-1.839 -15.457,-5.672 -24.223,-8.507 -8.775,-2.835 -16.271,-5.44 -16.667,-5.802 -1.85,-1.687 50.155,-44.343 63.173,-51.809 5.645,-3.242 15.027,-8.883 20.848,-12.545 5.817,-3.655 11.385,-6.645 12.381,-6.645 1,0 2.92,-1.227 4.285,-2.729 1.36,-1.503 7.982,-4.99 14.711,-7.749 6.729,-2.757 18.115,-7.563 25.306,-10.683 31.291,-13.581 66.349,-23.244 109.295,-30.127 20.598,-3.294 29.651,-3.717 76.608,-3.563 z M 861.043,1882.443 c 1.448,0.01 2.143,0.243 1.611,0.772 -0.663,0.653 -5.704,2.277 -11.205,3.618 -13.52,3.295 -19.565,3.051 -10.937,-0.444 5.106,-2.07 16.194,-3.993 20.531,-3.946 z m -20.599,-59.741 c -4.018,0.107 -8.902,3.646 -11.777,9.35 -1.919,3.825 -7.471,9.696 -12.606,13.367 -9.626,6.842 -11.247,10.979 -6.145,15.657 2.804,2.559 2.732,3.064 -0.905,6.604 -5.669,5.527 -7.154,14.072 -3.146,18.126 3.034,3.065 3.011,3.504 -0.517,8.086 -9.516,12.347 -5.682,23.78 9.085,27.069 7.611,2.406 2.313,8.185 -4.5,12.845 -5.814,3.978 -18.246,5.136 -19.178,9.036 1.638,5.518 -3.018,6.062 1.8,6.122 6.327,0.055 14.421,-4.23 23.235,-7.474 8.295,-4.695 16.768,-8.199 23.278,-14.835 3.76,-4.086 4.486,-6.846 8.278,-9.972 2.862,-2.537 8.147,-4.43 9.559,-6.398 2.443,-3.433 1.729,-5.862 -5.538,-6.814 -7.29,-0.75 -9.021,-0.176 -16.226,5.32 -9.491,7.264 -19.845,8.414 -25.367,2.834 -3.147,-3.181 -3.142,-3.617 0.177,-9.832 l 3.468,-6.499 14.017,-0.207 c 17.896,-0.268 47.375,-7.128 48.209,-11.219 0.801,-3.918 -6.354,-7.122 -15.178,-6.8 -3.974,0.146 -14.125,2.185 -22.559,4.537 -19.031,5.318 -20.864,5.318 -24.659,0.016 -2.845,-3.971 -2.838,-4.598 0.101,-8.698 3.994,-5.571 13.493,-9.266 23.899,-9.266 9.298,0 24.746,-6.399 24.746,-10.255 0,-3.724 -13.475,-4.191 -23.522,-0.819 -18.718,6.3 -20.383,6.637 -22.672,4.544 -1.683,-1.548 -0.477,-3.625 5.171,-8.92 4.059,-3.802 9.48,-7.351 12.053,-7.88 8.851,-1.839 21.405,-5.953 23.874,-7.824 2.019,-1.533 2.032,-2.139 0.051,-3.279 -1.333,-0.782 -4.012,-1.425 -5.959,-1.441 -1.941,-0.01 -4.589,-1.349 -5.889,-2.974 -1.192,-1.494 -2.832,-2.152 -4.658,-2.107 z m 651.767,-738.466 c 106.561,0.291 212.822,13.41 313.295,39.344 137.377,35.463 259.61,89.078 375.531,164.682 100.727,65.7 200.076,156.889 274.306,251.755 144.09,184.166 221.694,405.799 221.694,633.112 0,227.895 -76.499,446.264 -221.94,633.483 -96.593,124.342 -230.653,235.446 -375.886,311.518 -161.029,84.35 -336.146,132.05 -522.591,142.365 -36.677,2.025 -105.322,1.955 -142.526,-0.145 -238.491,-13.467 -469.62,-93.868 -657.644,-228.768 -341.02,-244.68 -509.296,-633.933 -443.547,-1026.004 30.592,-182.386 112.993,-356.143 238.793,-503.537 28.707,-33.637 52.813,-58.606 89.7,-92.948 148.545,-138.265 331.11,-236.159 535.71,-287.236 101.673,-25.38 208.54,-37.917 315.105,-37.621 z m -4.325,-2.657 c -64.298,0 -93.17,1.498 -147.598,7.671 -216.922,24.595 -421.278,103.271 -594.128,228.727 -70.225,50.97 -143.693,118.9 -199.102,184.065 -194.883,229.245 -281.772,518.267 -242.626,807.021 29.222,215.508 128.425,417.793 286.355,583.893 24.1,25.344 83.914,80.072 111.463,101.982 136.672,108.691 289.575,184.71 461.475,229.414 83.706,21.774 165.483,34.495 254.097,39.545 32.914,1.877 134.471,0.89 165.355,-1.607 37.615,-3.037 82.438,-8.416 115.833,-13.889 322.368,-52.88 608.408,-226.752 788.294,-479.164 99.692,-139.898 163.616,-300.985 184.985,-466.159 5.915,-45.708 7.468,-72.784 7.468,-129.949 0,-57.15 -1.553,-84.228 -7.468,-129.935 -28.116,-217.343 -127.624,-421.686 -287.271,-589.875 -25.654,-27.031 -88.501,-84 -118.976,-107.854 -169.086,-132.352 -370.122,-218.376 -584.836,-250.26 -70.06,-10.4 -115.836,-13.626 -193.32,-13.626 z"
+
          id="path5017"
+
          inkscape:connector-curvature="0"
+
          style="fill:#ffffff" /></g></g></g><g
+
    id="g5049"
+
    transform="translate(0,-179.64991)"><defs
+
      id="defs5026"><rect
+
        id="SVGID_13_"
+
        x="678.36298"
+
        y="1610.947"
+
        width="309.54401"
+
        height="281.504" /></defs><clipPath
+
      id="SVGID_14_"><use
+
        xlink:href="#SVGID_13_"
+
        overflow="visible"
+
        id="use5028"
+
        style="overflow:visible"
+
        x="0"
+
        y="0"
+
        width="100%"
+
        height="100%" /></clipPath><g
+
      clip-path="url(#SVGID_14_)"
+
      id="g5047"><defs
+
        id="defs5032"><path
+
          id="SVGID_15_"
+
          d="m 698.349,1888.941 c 94.979,-2.23 166.442,5.534 256.788,2.054 0,0 32.551,-201.323 32.551,-209.004 0,-7.687 -154.314,-70.179 -154.314,-70.179 0,0 -118.146,27.146 -124.779,41.493 -6.632,14.346 -30.137,163.925 -30.137,170.576 0,6.669 19.891,65.06 19.891,65.06 z"
+
          inkscape:connector-curvature="0" /></defs><clipPath
+
        id="SVGID_16_"><use
+
          xlink:href="#SVGID_15_"
+
          overflow="visible"
+
          id="use5034"
+
          style="overflow:visible"
+
          x="0"
+
          y="0"
+
          width="100%"
+
          height="100%" /></clipPath><g
+
        clip-path="url(#SVGID_16_)"
+
        id="g5045"><defs
+
          id="defs5038"><rect
+
            id="SVGID_17_"
+
            x="789.45398"
+
            y="1628.2061"
+
            width="91.677002"
+
            height="119.719" /></defs><clipPath
+
          id="SVGID_18_"><use
+
            xlink:href="#SVGID_17_"
+
            overflow="visible"
+
            id="use5040"
+
            style="overflow:visible"
+
            x="0"
+
            y="0"
+
            width="100%"
+
            height="100%" /></clipPath><path
+
          clip-path="url(#SVGID_18_)"
+
          d="m 845.646,1687.051 c 3.987,-0.896 7.637,-2.001 8.121,-2.438 1.529,-1.395 -11.109,0.283 -16.037,2.139 -6.247,2.352 -1.864,2.513 7.916,0.299 z m -17.834,34.065 c -1.22,-1.15 -2.453,-3.855 -2.73,-6.009 -0.454,-3.556 -1.048,-4.046 -6.232,-5.112 -10.687,-2.215 -13.463,-9.901 -6.574,-18.208 2.549,-3.074 2.572,-3.357 0.375,-5.418 -2.905,-2.729 -1.83,-8.476 2.274,-12.187 2.631,-2.391 2.683,-2.729 0.658,-4.452 -3.698,-3.143 -2.522,-5.918 4.441,-10.531 3.722,-2.453 7.738,-6.406 9.131,-8.974 3.022,-5.58 9.14,-8.078 11.896,-4.875 0.942,1.097 2.864,1.993 4.267,2.001 1.407,0.015 3.342,0.444 4.313,0.974 1.431,0.766 1.424,1.163 -0.035,2.198 -1.785,1.265 -10.877,4.023 -17.288,5.266 -1.861,0.353 -5.787,2.744 -8.724,5.295 -4.091,3.55 -4.967,4.96 -3.745,5.994 1.657,1.411 2.871,1.18 16.415,-3.05 7.278,-2.276 17.031,-1.963 17.031,0.544 0,2.598 -11.184,6.905 -17.917,6.905 -7.534,0 -14.408,2.475 -17.301,6.224 -2.125,2.758 -2.134,3.18 -0.073,5.847 2.747,3.563 4.073,3.563 17.848,-0.01 6.109,-1.579 13.454,-2.96 16.338,-3.051 6.387,-0.215 11.567,1.939 10.989,4.567 -0.609,2.751 -21.946,7.365 -34.907,7.542 l -10.146,0.137 -2.511,4.376 c -2.402,4.178 -2.406,4.47 -0.131,6.601 3.998,3.761 11.493,2.98 18.368,-1.903 5.212,-3.7 6.467,-4.075 11.74,-3.568 12.392,1.179 11.094,5.08 -2.95,8.819 -10.892,2.912 -13.158,4.942 -10.109,9.089 0.919,1.258 3.116,2.844 4.872,3.525 1.757,0.675 2.819,1.749 2.362,2.377 -1.411,1.946 -9.56,1.302 -11.945,-0.936 z m 11.465,13.29 c 1.138,-0.789 6.274,-5.357 11.418,-10.154 24.172,-22.548 22.113,-18.686 22.358,-42.044 l 0.201,-19.72 -11.338,-9.159 c -15.146,-12.232 -19.428,-15.182 -22.02,-15.182 -3.061,0 -32.002,20.072 -35.29,24.478 -2.398,3.211 -2.767,5.963 -3.138,23.199 l -0.417,19.567 14.409,12.062 c 7.922,6.645 15.604,13.496 17.076,15.227 3.012,3.566 3.813,3.772 6.741,1.726 z m -16.279,0.705 c -2.53,-3.065 -10.989,-11.105 -18.807,-17.851 l -14.214,-12.269 1.187,-9.572 c 0.651,-5.273 1.2,-15.052 1.222,-21.743 0.041,-13.855 0.119,-13.995 11.476,-20.585 4.126,-2.393 9.017,-5.763 10.88,-7.496 7.048,-6.567 21.814,-16.653 24.386,-16.653 1.558,0 9.363,5.35 18.567,12.707 8.733,6.989 17.362,13.319 19.181,14.078 l 3.297,1.38 -0.365,24.685 -0.37,24.679 -9.696,8.652 c -5.331,4.759 -12.37,12.431 -15.643,17.052 -12.214,13.443 -15.387,14.945 -17.947,14.945 -2.717,0 -4.671,-2.207 -13.154,-12.009 z"
+
          id="path5043"
+
          inkscape:connector-curvature="0"
+
          style="fill:#ffffff" /></g></g></g><path
+
    d="m 789.525,1693.8141 c 0.43,0 -1.893,8.013 -1.457,8.003 0,0 4.398,6.518 -19.595,11.458 -17.378,3.578 -47.017,8.752 -71.275,15.171 -20.921,5.537 -36.184,14.688 -51.869,23.288 -50.629,27.736 -63.502,52.672 -119.616,134.481 -33.471,48.826 -43.396,83.402 -43.4,130.156 -0.008,78.057 21.145,142.022 70.922,227.587 34.446,59.19 85.737,87.085 146.08,110.089 6.859,2.608 34.972,16.057 38.108,16.938 16.923,4.789 29.379,11.908 145.395,10.585 146.012,-1.661 267.923,-9.885 360.326,-11.644 125.222,-2.404 246.15,4.748 401.454,12.173 265.695,12.702 399.744,-0.206 432.946,-7.409 57.562,-12.488 119.303,-77.657 136.553,-100.033 12.229,-15.868 41.662,-61.759 55.044,-95.27 9.901,-24.791 16.109,-55.35 20.112,-92.094 1.898,-17.404 -8.489,-53.332 -10.586,-69.863 -3.517,-27.844 -13.005,-55.316 -22.229,-77.268 -10.697,-25.468 -14.246,-37.662 -34.933,-60.512 -42.968,-47.464 -80.47,-87.944 -119.616,-105.605 -13.697,-6.192 -52.607,-21.101 -70.922,-25.487 -91.431,-21.931 -121.403,-10.597 -363.082,-12.702 -253.445,-2.204 -284.799,-11.069 -316.506,-11.645 -23.878,-0.443 -69.522,-0.625 -74.099,-1.059 -17.041,-1.583 -64.321,-1.357 -169.367,-3.175 -46.32,-0.802 -141.849,-6.009 -221.334,-5.874 0,0 -3.084,-22.311 2.509,-22.82 16.347,-1.545 79.662,-0.988 566.89,5.041 528.565,6.527 542.622,6.731 554.874,7.917 12.793,1.247 24.863,3.431 37.875,6.868 42.984,11.347 78.27,27.33 109.051,49.397 16.463,11.812 47.959,39.255 58.492,50.96 22.139,24.616 46.394,60.03 60.842,88.791 3.208,6.411 10.277,18.773 15.694,27.504 7.226,11.609 10.194,17.249 11.124,21.092 0.709,2.877 1.74,5.485 2.305,5.786 0.576,0.308 0.797,1.535 0.506,2.827 -0.299,1.314 4.146,25.071 10.502,56.094 6.226,30.389 4.824,44.836 4.824,47.656 0,2.887 0.239,19.035 -1.059,22.9 -3.107,9.232 -0.715,23.396 -2.918,43.031 -5.766,51.357 -15.281,89.35 -28.176,112.392 -13.003,23.254 -47.983,67.968 -75.149,96.063 -10.429,10.785 -34.921,32.002 -46.795,40.53 -18.626,13.377 -35.001,20.677 -80.989,36.081 -34.55,11.559 -69.191,16.795 -126.023,19.033 -17.936,0.707 -74.807,0.861 -97.95,0.271 -57.839,-1.479 -135.19,-5.611 -213.53,-11.414 -17.746,-1.317 -41.824,-3.094 -53.517,-3.943 -46.168,-3.389 -117.979,-4.807 -243.013,-4.807 -150.464,-0.023 -280.847,2.808 -315.097,6.809 -18.684,2.182 -30.892,2.724 -79.357,3.57 -48.218,0.84 -109.392,0.448 -134.555,-0.855 -15.783,-0.824 -88.382,-9.555 -103.031,-12.393 -40.941,-7.939 -79.36,-24.26 -114.575,-48.702 -27.157,-18.842 -59.183,-49.31 -79.457,-75.597 -14.174,-18.389 -24.497,-35.927 -47.133,-80.109 -27.534,-53.754 -33.114,-76.033 -35.142,-140.303 -0.625,-19.844 0.663,-50.393 2.811,-66.945 5.568,-42.829 18.564,-81.391 45.009,-133.541 14.016,-27.639 25.123,-45.342 37.183,-59.266 16.88,-19.499 50.432,-48.925 73.03,-64.098 7.625,-5.098 17.599,-11.982 22.177,-15.268 17.039,-12.283 45.565,-22.249 75.349,-26.327"
+
    id="path5051"
+
    inkscape:connector-curvature="0"
+
    style="fill:#9d9d9c" /><ellipse
+
    cx="923.20099"
+
    cy="1754.5931"
+
    rx="0.83399999"
+
    ry="0.26800001"
+
    id="ellipse5053"
+
    style="fill:#ffffff" /><ellipse
+
    cx="879.52002"
+
    cy="1875.1172"
+
    rx="0.833"
+
    ry="0.26199999"
+
    id="ellipse5055"
+
    style="fill:#ffffff" /><path
+
    d="m 1129.45,1791.8021 c 0,-0.146 0.375,-0.261 0.834,-0.261 0.459,0 0.834,0.115 0.834,0.261 0,0.152 -0.375,0.268 -0.834,0.268 -0.459,0 -0.834,-0.116 -0.834,-0.268 z"
+
    id="path5057"
+
    inkscape:connector-curvature="0"
+
    style="fill:#ffffff" /><path
+
    d="m 1337.339,1799.0831 c 0,-0.147 0.38,-0.262 0.835,-0.262 0.459,0 0.836,0.114 0.836,0.262 0,0.145 -0.377,0.268 -0.836,0.268 -0.455,0 -0.835,-0.123 -0.835,-0.268 z"
+
    id="path5059"
+
    inkscape:connector-curvature="0"
+
    style="fill:#ffffff" /><path
+
    d="m 1726.521,1972.9311 c 0,-0.153 0.373,-0.269 0.834,-0.269 0.456,0 0.835,0.115 0.835,0.269 0,0.145 -0.379,0.262 -0.835,0.262 -0.46,0 -0.834,-0.117 -0.834,-0.262 z"
+
    id="path5061"
+
    inkscape:connector-curvature="0"
+
    style="fill:#ffffff" /><g
+
    id="g5095"
+
    transform="translate(0,-179.64991)"><g
+
      id="g5087"><defs
+
        id="defs5064"><rect
+
          id="SVGID_19_"
+
          x="1998.059"
+
          y="1680.026"
+
          width="187.408"
+
          height="191.067" /></defs><clipPath
+
        id="SVGID_20_"><use
+
          xlink:href="#SVGID_19_"
+
          overflow="visible"
+
          id="use5066"
+
          style="overflow:visible"
+
          x="0"
+
          y="0"
+
          width="100%"
+
          height="100%" /></clipPath><g
+
        clip-path="url(#SVGID_20_)"
+
        id="g5085"><defs
+
          id="defs5070"><path
+
            id="SVGID_21_"
+
            d="m 1999.221,1838.934 29.609,29.653 c 14.319,0.388 28.637,0.354 42.962,0.396 41.586,0.994 73.281,1.194 113.086,1.082 l -42.876,-189.918 -100.586,25.13 z"
+
            inkscape:connector-curvature="0" /></defs><clipPath
+
          id="SVGID_22_"><use
+
            xlink:href="#SVGID_21_"
+
            overflow="visible"
+
            id="use5072"
+
            style="overflow:visible"
+
            x="0"
+
            y="0"
+
            width="100%"
+
            height="100%" /></clipPath><g
+
          clip-path="url(#SVGID_22_)"
+
          id="g5083"><defs
+
            id="defs5076"><rect
+
              id="SVGID_23_"
+
              x="2027.26"
+
              y="1706.809"
+
              width="155.77699"
+
              height="180.108" /></defs><clipPath
+
            id="SVGID_24_"><use
+
              xlink:href="#SVGID_23_"
+
              overflow="visible"
+
              id="use5078"
+
              style="overflow:visible"
+
              x="0"
+
              y="0"
+
              width="100%"
+
              height="100%" /></clipPath><path
+
            clip-path="url(#SVGID_24_)"
+
            d="m 2116.523,1768.024 c 3.408,-3.045 7.005,-6.415 8.001,-7.489 0.988,-1.062 2.9,-3.027 4.25,-4.349 2.978,-2.933 2.876,-2.364 3,-17.418 l 0.102,-11.267 -1.05,-0.449 c -0.569,-0.242 -2.226,-1.402 -3.676,-2.57 -3.588,-2.895 -10.6,-8.456 -12.281,-9.735 -0.77,-0.59 -2.206,-1.16 -3.227,-1.298 -1.76,-0.233 -1.977,-0.137 -5.468,2.412 -1.991,1.463 -4.308,3.097 -5.148,3.634 -8.651,5.576 -10.3,6.683 -10.3,6.986 0,0.199 -0.669,1.262 -1.489,2.379 l -1.483,2.022 -0.334,9.772 c -0.179,5.369 -0.251,10.901 -0.155,12.296 0.155,2.291 0.312,2.62 1.622,3.501 2.731,1.842 12.289,9.928 15.403,13.033 3.54,3.546 4.243,4.083 5.296,4.083 0.41,10e-4 3.535,-2.492 6.937,-5.543 z m 2.927,55.663 c 1.372,-0.527 1.646,-1.244 1.77,-4.59 0.092,-2.725 -0.691,-3.581 -1.553,-1.695 -0.284,0.604 -0.892,1.72 -1.357,2.482 -0.464,0.759 -0.983,2.023 -1.168,2.827 -0.349,1.6 0.144,1.816 2.308,0.976 z m -22.044,7.81 c 0.175,-0.45 0.158,-2.568 -0.021,-4.704 -0.327,-3.84 -0.353,-3.91 -2.229,-5.774 -1.048,-1.024 -2.249,-2.286 -2.667,-2.776 -1.08,-1.274 -1.624,-0.634 -2.121,2.496 -0.483,3.124 -0.061,3.876 2.539,4.586 2.391,0.646 2.867,1.321 2.867,4.09 0,1.305 0.146,2.498 0.317,2.636 0.55,0.466 0.997,0.266 1.315,-0.554 z m 18.149,0.5 c 0,-1.478 -0.094,-1.649 -0.681,-1.253 -0.809,0.571 -1.38,2.854 -0.95,3.806 0.292,0.641 0.355,0.629 0.974,-0.078 0.365,-0.416 0.657,-1.524 0.657,-2.475 z m -43.763,36.986 c 0.971,-1.177 3.279,-6.995 4.466,-11.242 0.398,-1.468 1.427,-5.128 2.278,-8.12 0.848,-2.991 1.785,-6.762 2.081,-8.351 0.284,-1.617 0.897,-4.066 1.355,-5.45 2.324,-7.116 2.417,-8.641 0.594,-9.599 -5.806,-3.086 -11.65,-6.555 -12.969,-7.696 -1.646,-1.437 -2.801,-1.729 -3.586,-0.898 -0.258,0.268 -1.401,2.411 -2.553,4.764 -3.094,6.383 -5.197,10.377 -8.149,15.558 -3.755,6.606 -6.295,11.458 -7.586,14.459 -0.607,1.416 -1.507,2.949 -1.996,3.398 -0.484,0.459 -1.976,2.404 -3.299,4.324 -1.327,1.927 -3.122,4.436 -3.988,5.577 -0.868,1.143 -2.187,3.942 -2.065,4.202 0.164,0.354 4.558,-1.029 14.648,-0.684 15.438,0.526 18.54,0.648 19.322,0.752 0.302,0.034 0.946,-0.415 1.447,-0.994 z m 96.586,2.265 c 0.734,-0.396 0.476,-1.616 -0.883,-4.073 -1.347,-2.429 -4.101,-9.044 -5.058,-12.105 -0.463,-1.487 -1.452,-4.298 -2.187,-6.226 -2.867,-7.402 -4.632,-12.522 -4.914,-14.196 -0.169,-0.964 -0.597,-3.238 -0.962,-5.053 -0.372,-1.826 -1.086,-5.5 -1.591,-8.174 -0.506,-2.678 -1.122,-5.654 -1.364,-6.615 -0.241,-0.967 -0.556,-2.229 -0.681,-2.817 -0.493,-2.128 -1.65,-1.67 -11.51,4.54 -2.526,1.592 -6.325,3.891 -8.438,5.11 l -3.842,2.224 0.23,2.187 c 0.132,1.192 0.786,4.271 1.455,6.822 0.658,2.55 1.389,5.622 1.601,6.814 0.438,2.352 3.057,8.7 5.888,14.216 0.99,1.938 2.059,4.385 2.369,5.449 0.32,1.062 0.75,2.109 0.942,2.325 0.204,0.218 0.629,1.099 0.944,1.955 0.916,2.465 2.182,4.557 3.614,6.001 l 1.333,1.341 9.367,0.155 c 5.15,0.095 9.456,0.231 9.555,0.32 0.378,0.294 3.496,0.149 4.132,-0.2 z m -33.277,-0.354 4.129,-0.266 -0.076,-1.61 c -0.054,-0.995 -0.802,-2.819 -1.993,-4.815 -2.783,-4.68 -6.294,-12.011 -8.105,-16.907 -0.867,-2.352 -1.757,-4.419 -1.971,-4.608 -0.223,-0.18 -1.902,-0.147 -3.781,0.085 -8.656,1.038 -25.063,1.15 -32.082,0.218 -2.72,-0.363 -4.492,-0.45 -4.77,-0.218 -0.238,0.21 -0.899,2.284 -1.468,4.61 -0.579,2.344 -1.251,4.583 -1.502,4.998 -0.245,0.406 -0.591,1.704 -0.759,2.889 -0.494,3.416 -1.631,7.774 -2.318,8.906 -0.352,0.571 -0.699,1.999 -0.767,3.165 -0.188,2.906 0.415,3.132 7.64,2.958 3.031,-0.078 7.523,0.079 9.99,0.337 2.72,0.296 7.673,0.426 12.638,0.32 4.499,-0.085 10.247,-0.016 12.772,0.155 2.528,0.182 5.426,0.268 6.439,0.199 1.01,-0.071 3.699,-0.249 5.984,-0.416 z m -106.271,-2.307 0.941,-0.979 c 1.245,-1.278 3.915,-4.938 5.771,-7.862 0.811,-1.286 1.984,-2.913 2.614,-3.622 0.627,-0.707 3.474,-5.162 6.334,-9.919 2.858,-4.747 5.533,-9.165 5.943,-9.813 0.406,-0.642 0.74,-1.512 0.743,-1.947 0,-0.432 0.492,-1.392 1.087,-2.136 1.727,-2.16 5.224,-8.526 6.076,-11.086 0.429,-1.289 1.704,-4.479 2.836,-7.099 1.885,-4.358 2.153,-4.764 3.206,-4.764 1.91,0 5.373,1.851 6.336,3.362 1.34,2.103 6.699,6.07 10.413,7.732 3.888,1.719 4.235,1.581 4.743,-2.066 0.163,-1.221 0.707,-3.494 1.197,-5.042 0.494,-1.559 0.891,-3.408 0.891,-4.127 0,-0.725 0.227,-1.85 0.503,-2.522 0.401,-0.97 0.771,-1.229 1.757,-1.229 0.684,0 1.693,0.354 2.236,0.776 0.882,0.7 0.956,1.057 0.711,3.304 -0.247,2.29 -0.145,2.751 1.143,4.966 1.6,2.739 5.613,6.362 6.67,6.018 0.752,-0.251 1.135,-3.399 1.499,-12.141 0.118,-2.785 0.31,-6.201 0.435,-7.593 0.414,-4.662 1.223,-18.074 1.172,-19.241 -0.137,-2.854 -1.752,-6.728 -3.643,-8.743 -1.047,-1.124 -1.909,-2.171 -1.909,-2.344 0,-0.303 -9.704,-8.646 -15.118,-12.996 l -2.851,-2.293 0.222,-4.911 c 0.121,-2.697 0.43,-5.689 0.678,-6.658 0.624,-2.359 0.707,-5.493 0.304,-11.095 -0.333,-4.654 -0.325,-4.704 0.824,-5.872 0.642,-0.639 3.285,-2.369 5.871,-3.849 2.597,-1.478 5.976,-3.803 7.513,-5.181 4.044,-3.614 12.515,-9.745 13.853,-10.021 1.993,-0.433 3.852,0.631 9.576,5.456 7.685,6.47 13.549,10.749 15.454,11.258 1.604,0.443 1.612,0.452 1.5,2.577 -0.066,1.177 -0.164,5.467 -0.238,9.529 -0.059,4.074 -0.164,10.109 -0.222,13.423 l -0.106,6.035 -4.535,3.693 c -4.326,3.52 -7.508,6.753 -9.572,9.718 -0.533,0.753 -1.711,2.422 -2.641,3.704 -2.325,3.214 -3.028,5.488 -3.296,10.696 -0.122,2.455 -0.434,8.155 -0.688,12.643 -0.539,9.364 -0.539,20.077 -0.014,20.537 0.367,0.319 2.797,-3.848 2.811,-4.834 0.012,-0.286 0.403,-1.271 0.882,-2.162 1.04,-1.928 3.034,-2.94 5.457,-2.768 1.463,0.104 1.823,0.33 2.569,1.626 0.862,1.487 0.862,1.539 -0.104,4.084 -0.528,1.416 -1.092,3.023 -1.237,3.561 -0.302,1.088 0.429,3.094 1.128,3.094 0.437,0 6.498,-3.37 6.934,-3.871 0.128,-0.131 2.088,-1.271 4.363,-2.519 2.279,-1.243 4.457,-2.576 4.834,-2.948 1.13,-1.141 6.562,-4.694 8.146,-5.344 1.941,-0.813 3.344,-0.283 5.025,1.868 1.156,1.478 1.214,1.729 0.727,3.259 -0.588,1.871 -0.404,5.285 0.635,11.903 0.79,4.943 1.656,8.116 4.359,15.934 0.992,2.898 1.803,5.526 1.803,5.856 -0.012,1.088 5.986,16.126 6.816,17.103 0.465,0.537 1.919,2.819 3.254,5.058 3.234,5.483 3.451,5.623 8.082,5.251 18.615,32.974 -165.205,4.204 -152.703,-2.427 z"
+
            id="path5081"
+
            inkscape:connector-curvature="0"
+
            style="fill:#ffffff" /></g></g></g><line
+
      x1="2100.3069"
+
      y1="1735.095"
+
      x2="2117.405"
+
      y2="1753.167"
+
      id="line5089"
+
      style="fill:none;stroke:#ffffff;stroke-width:4.81890011;stroke-linecap:round" /><g
+
      id="g5093"><line
+
        x1="2102.564"
+
        y1="1751.88"
+
        x2="2118.0491"
+
        y2="1735.7419"
+
        id="line5091"
+
        style="fill:none;stroke:#ffffff;stroke-width:4.81890011;stroke-linecap:round" /></g></g><g
+
    id="g5153"
+
    transform="translate(0,-179.64991)"><g
+
      id="g5121"><defs
+
        id="defs5098"><rect
+
          id="SVGID_25_"
+
          x="1709.2"
+
          y="1601.818"
+
          width="236.467"
+
          height="241.08701" /></defs><clipPath
+
        id="SVGID_26_"><use
+
          xlink:href="#SVGID_25_"
+
          overflow="visible"
+
          id="use5100"
+
          style="overflow:visible"
+
          x="0"
+
          y="0"
+
          width="100%"
+
          height="100%" /></clipPath><g
+
        clip-path="url(#SVGID_26_)"
+
        id="g5119"><defs
+
          id="defs5104"><path
+
            id="SVGID_27_"
+
            d="m 1709.938,1803.493 37.345,37.415 c 18.068,0.489 36.132,0.447 54.207,0.489 52.46,1.266 92.46,1.527 142.671,1.375 l -54.075,-239.634 -126.921,31.72 z"
+
            inkscape:connector-curvature="0" /></defs><clipPath
+
          id="SVGID_28_"><use
+
            xlink:href="#SVGID_27_"
+
            overflow="visible"
+
            id="use5106"
+
            style="overflow:visible"
+
            x="0"
+
            y="0"
+
            width="100%"
+
            height="100%" /></clipPath><g
+
          clip-path="url(#SVGID_28_)"
+
          id="g5117"><defs
+
            id="defs5110"><rect
+
              id="SVGID_29_"
+
              x="1736.843"
+
              y="1637.139"
+
              width="205.752"
+
              height="234.93201" /></defs><clipPath
+
            id="SVGID_30_"><use
+
              xlink:href="#SVGID_29_"
+
              overflow="visible"
+
              id="use5112"
+
              style="overflow:visible"
+
              x="0"
+
              y="0"
+
              width="100%"
+
              height="100%" /></clipPath><path
+
            clip-path="url(#SVGID_30_)"
+
            d="m 1857.939,1714.019 c 4.287,-3.851 8.827,-8.097 10.088,-9.447 1.246,-1.353 3.659,-3.82 5.363,-5.491 3.75,-3.699 3.632,-2.979 3.794,-21.975 l 0.116,-14.228 -1.315,-0.558 c -0.732,-0.305 -2.821,-1.756 -4.644,-3.228 -4.532,-3.667 -13.377,-10.685 -15.508,-12.298 -0.97,-0.731 -2.767,-1.463 -4.06,-1.638 -2.228,-0.293 -2.496,-0.176 -6.9,3.047 -2.515,1.853 -5.438,3.913 -6.488,4.581 -10.93,7.027 -13.006,8.445 -13.006,8.816 0,0.249 -0.848,1.604 -1.877,2.999 l -1.871,2.545 -0.421,12.339 c -0.226,6.775 -0.313,13.771 -0.189,15.518 0.189,2.89 0.392,3.306 2.033,4.416 3.455,2.325 15.513,12.529 19.435,16.445 4.48,4.473 5.355,5.16 6.683,5.16 0.534,10e-4 4.473,-3.151 8.767,-7.003 z m 3.689,70.236 c 1.734,-0.677 2.077,-1.561 2.224,-5.794 0.119,-3.448 -0.872,-4.515 -1.965,-2.139 -0.344,0.766 -1.115,2.171 -1.702,3.134 -0.577,0.959 -1.249,2.573 -1.468,3.565 -0.443,2.02 0.177,2.293 2.911,1.234 z m -27.821,9.852 c 0.218,-0.578 0.211,-3.25 -0.023,-5.943 -0.412,-4.838 -0.452,-4.936 -2.811,-7.269 -1.325,-1.299 -2.841,-2.893 -3.361,-3.515 -1.369,-1.616 -2.054,-0.796 -2.681,3.168 -0.618,3.925 -0.08,4.897 3.201,5.771 3.022,0.806 3.621,1.668 3.621,5.149 0,1.646 0.18,3.165 0.399,3.347 0.693,0.593 1.26,0.341 1.655,-0.708 z m 22.912,0.633 c 0,-1.854 -0.136,-2.082 -0.867,-1.582 -1.032,0.731 -1.737,3.601 -1.2,4.791 0.369,0.818 0.453,0.808 1.225,-0.077 0.459,-0.523 0.842,-1.929 0.842,-3.132 z m -55.23,46.657 c 1.228,-1.462 4.15,-8.828 5.634,-14.173 0.511,-1.865 1.811,-6.459 2.885,-10.234 1.066,-3.787 2.243,-8.544 2.62,-10.562 0.357,-2.018 1.136,-5.118 1.717,-6.875 2.931,-8.969 3.047,-10.889 0.74,-12.11 -7.332,-3.886 -14.706,-8.26 -16.369,-9.7 -2.069,-1.822 -3.535,-2.182 -4.518,-1.136 -0.323,0.339 -1.762,3.044 -3.211,6.011 -3.932,8.043 -6.564,13.095 -10.284,19.643 -4.74,8.325 -7.954,14.446 -9.583,18.234 -0.765,1.786 -1.891,3.719 -2.519,4.286 -0.61,0.57 -2.482,3.023 -4.155,5.456 -1.676,2.423 -3.938,5.6 -5.043,7.037 -3.142,11.258 29.208,4.082 40.266,5.39 0.377,0.046 1.197,-0.521 1.82,-1.267 z m 114.379,-17.547 c -0.586,-1.885 -1.832,-5.42 -2.772,-7.854 -3.609,-9.338 -5.836,-15.788 -6.194,-17.913 -0.205,-1.213 -0.75,-4.082 -1.213,-6.375 -0.464,-2.304 -1.363,-6.928 -2.001,-10.322 -0.643,-3.359 -1.412,-7.123 -1.724,-8.333 -0.306,-1.213 -0.704,-2.818 -0.873,-3.557 -0.62,-2.676 -2.074,-2.098 -14.508,5.725 -3.188,2.009 -7.98,4.912 -10.652,6.461 l -4.85,2.793 0.298,2.749 c 0.165,1.518 0.99,5.403 1.831,8.632 0.848,3.22 1.75,7.093 2.026,8.577 0.539,2.977 3.851,10.978 7.427,17.949 1.242,2.443 2.598,5.531 2.988,6.874 0.403,1.339 0.932,2.661 1.195,2.946 0.244,0.26 0.776,1.364 1.19,2.453 1.154,3.12 2.743,5.763 4.551,7.571 l 1.681,1.684 c 28.681,0.205 30.079,6.599 21.6,-20.06 z m -34.504,19.983 5.219,-0.34 -0.099,-2.04 c -0.066,-1.256 -1.016,-3.548 -2.519,-6.067 -3.507,-5.912 -7.945,-15.167 -10.219,-21.342 -1.101,-2.97 -2.213,-5.588 -2.486,-5.817 -0.284,-0.24 -2.4,-0.185 -4.771,0.099 -10.922,1.332 -31.62,1.476 -40.475,0.284 -3.449,-0.455 -5.68,-0.567 -6.019,-0.272 -0.306,0.252 -1.145,2.87 -1.864,5.816 -0.723,2.956 -1.566,5.791 -1.883,6.307 -0.321,0.522 -0.746,2.149 -0.965,3.634 -0.632,4.329 -2.062,9.819 -2.929,11.236 -0.437,0.73 -1.917,8.305 -1.996,9.777 17.122,-3.905 47.146,0.294 71.006,-1.275 z m -134.082,-2.925 1.202,-1.236 c 1.55,-1.623 4.93,-6.219 7.271,-9.93 1.028,-1.613 2.509,-3.662 3.306,-4.548 0.795,-0.894 4.387,-6.524 7.982,-12.524 3.61,-6.002 6.988,-11.556 7.506,-12.375 0.514,-0.81 0.927,-1.92 0.94,-2.467 0,-0.545 0.612,-1.754 1.37,-2.693 2.179,-2.719 6.588,-10.771 7.657,-13.988 0.539,-1.627 2.151,-5.642 3.585,-8.946 2.374,-5.523 2.72,-6.025 4.046,-6.025 2.406,0 6.776,2.327 8.003,4.247 1.685,2.649 8.446,7.658 13.122,9.753 4.917,2.181 5.355,1.986 5.98,-2.607 0.209,-1.54 0.897,-4.41 1.516,-6.375 0.627,-1.951 1.13,-4.287 1.13,-5.192 0,-0.904 0.288,-2.346 0.636,-3.175 0.506,-1.233 0.969,-1.561 2.207,-1.561 0.875,0 2.143,0.448 2.824,0.991 1.121,0.875 1.21,1.322 0.906,4.16 -0.325,2.892 -0.188,3.471 1.434,6.252 2.023,3.471 7.079,8.032 8.41,7.606 0.956,-0.306 1.449,-4.289 1.902,-15.323 0.14,-3.511 0.382,-7.821 0.55,-9.569 0.518,-5.901 1.539,-22.814 1.464,-24.288 -0.17,-3.601 -2.195,-8.476 -4.581,-11.03 -1.331,-1.417 -2.406,-2.739 -2.406,-2.943 0,-0.396 -12.251,-10.925 -19.087,-16.424 l -3.585,-2.869 0.277,-6.21 c 0.147,-3.391 0.544,-7.18 0.856,-8.401 0.776,-2.979 0.883,-6.931 0.379,-14.01 -0.414,-5.86 -0.41,-5.935 1.035,-7.387 0.808,-0.809 4.133,-3 7.414,-4.866 3.266,-1.866 7.527,-4.813 9.471,-6.548 5.103,-4.551 15.805,-12.273 17.484,-12.645 2.521,-0.537 4.854,0.806 12.078,6.896 9.7,8.162 17.102,13.549 19.514,14.206 2.017,0.558 2.017,0.568 1.889,3.251 -0.083,1.486 -0.217,6.898 -0.296,12.024 -0.095,5.129 -0.22,12.743 -0.288,16.946 l -0.137,7.592 -5.727,4.661 c -5.448,4.462 -9.466,8.542 -12.086,12.275 -0.661,0.948 -2.152,3.044 -3.324,4.673 -2.931,4.056 -3.812,6.926 -4.15,13.495 -0.159,3.109 -0.549,10.288 -0.88,15.953 -0.673,11.828 -0.679,25.344 -0.016,25.913 0.472,0.393 3.523,-4.866 3.553,-6.088 0.013,-0.372 0.509,-1.605 1.118,-2.728 1.303,-2.445 3.821,-3.722 6.886,-3.501 1.831,0.129 2.292,0.424 3.239,2.049 1.08,1.877 1.08,1.931 -0.134,5.153 -0.671,1.786 -1.382,3.815 -1.568,4.491 -0.365,1.389 0.547,3.919 1.417,3.919 0.559,0 8.204,-4.265 8.756,-4.888 0.154,-0.178 2.647,-1.617 5.518,-3.187 2.863,-1.573 5.606,-3.251 6.08,-3.723 1.443,-1.439 8.281,-5.924 10.299,-6.756 2.437,-1 4.2,-0.346 6.329,2.37 1.464,1.878 1.529,2.184 0.91,4.115 -0.739,2.355 -0.505,6.656 0.818,15.013 0.991,6.23 2.076,10.244 5.478,20.131 1.27,3.643 2.287,6.964 2.287,7.364 -0.018,1.377 7.557,20.35 8.604,21.584 0.573,0.679 2.416,3.547 4.096,6.382 4.087,6.919 4.36,7.094 10.207,6.625 28.033,57.799 -256.346,5.425 -192.676,-3.064 z"
+
            id="path5115"
+
            inkscape:connector-curvature="0"
+
            style="fill:#ffffff" /></g></g></g><polyline
+
      points="1831.112,1685.994    1847.797,1700.256 1867.334,1668.896  "
+
      id="polyline5123"
+
      style="fill:none;stroke:#ffffff;stroke-width:4.81890011;stroke-linecap:round" /><g
+
      id="g5149"><defs
+
        id="defs5126"><rect
+
          id="SVGID_31_"
+
          x="1845.9189"
+
          y="1564.0341"
+
          width="236.461"
+
          height="241.084" /></defs><clipPath
+
        id="SVGID_32_"><use
+
          xlink:href="#SVGID_31_"
+
          overflow="visible"
+
          id="use5128"
+
          style="overflow:visible"
+
          x="0"
+
          y="0"
+
          width="100%"
+
          height="100%" /></clipPath><g
+
        clip-path="url(#SVGID_32_)"
+
        id="g5147"><defs
+
          id="defs5132"><path
+
            id="SVGID_33_"
+
            d="m 1847.029,1776.587 37.346,37.413 c 18.08,0.483 36.143,0.449 54.211,0.494 52.473,1.263 92.471,1.515 142.684,1.373 l -54.085,-239.635 -126.914,31.708 z"
+
            inkscape:connector-curvature="0" /></defs><clipPath
+
          id="SVGID_34_"><use
+
            xlink:href="#SVGID_33_"
+
            overflow="visible"
+
            id="use5134"
+
            style="overflow:visible"
+
            x="0"
+
            y="0"
+
            width="100%"
+
            height="100%" /></clipPath><g
+
          clip-path="url(#SVGID_34_)"
+
          id="g5145"><defs
+
            id="defs5138"><rect
+
              id="SVGID_35_"
+
              x="1873.691"
+
              y="1609.598"
+
              width="205.75999"
+
              height="234.94501" /></defs><clipPath
+
            id="SVGID_36_"><use
+
              xlink:href="#SVGID_35_"
+
              overflow="visible"
+
              id="use5140"
+
              style="overflow:visible"
+
              x="0"
+
              y="0"
+
              width="100%"
+
              height="100%" /></clipPath><path
+
            clip-path="url(#SVGID_36_)"
+
            d="m 1995.031,1687.114 c 4.297,-3.854 8.834,-8.099 10.094,-9.45 1.252,-1.362 3.67,-3.819 5.363,-5.487 3.758,-3.712 3.626,-2.979 3.789,-21.988 l 0.115,-14.215 -1.313,-0.559 c -0.731,-0.317 -2.817,-1.768 -4.64,-3.239 -4.532,-3.658 -13.375,-10.673 -15.506,-12.288 -0.961,-0.729 -2.764,-1.462 -4.063,-1.637 -2.228,-0.307 -2.489,-0.185 -6.895,3.044 -2.524,1.846 -5.442,3.907 -6.489,4.585 -10.924,7.025 -13.002,8.444 -13.002,8.814 0,0.24 -0.842,1.594 -1.88,2.99 l -1.871,2.553 -0.423,12.331 c -0.229,6.786 -0.309,13.771 -0.188,15.527 0.188,2.878 0.387,3.307 2.04,4.421 3.447,2.321 15.506,12.513 19.425,16.438 4.475,4.476 5.356,5.165 6.696,5.165 0.518,0 4.455,-3.165 8.748,-7.005 z m 3.694,70.237 c 1.73,-0.678 2.071,-1.561 2.229,-5.805 0.122,-3.438 -0.871,-4.518 -1.966,-2.127 -0.348,0.761 -1.11,2.169 -1.703,3.129 -0.584,0.96 -1.236,2.564 -1.465,3.557 -0.456,2.028 0.176,2.292 2.905,1.246 z m -27.813,9.841 c 0.212,-0.568 0.207,-3.241 -0.025,-5.937 -0.419,-4.845 -0.448,-4.933 -2.814,-7.266 -1.322,-1.312 -2.831,-2.894 -3.366,-3.526 -1.36,-1.603 -2.055,-0.785 -2.674,3.176 -0.61,3.928 -0.076,4.898 3.209,5.772 3.011,0.808 3.623,1.661 3.623,5.149 0,1.648 0.172,3.154 0.387,3.34 0.693,0.589 1.266,0.349 1.66,-0.708 z m 22.903,0.634 c 0,-1.856 -0.126,-2.087 -0.868,-1.573 -1.027,0.721 -1.738,3.603 -1.192,4.79 0.371,0.809 0.444,0.797 1.227,-0.087 0.448,-0.523 0.833,-1.932 0.833,-3.13 z m -55.229,46.668 c 1.229,-1.464 4.15,-8.83 5.639,-14.188 0.511,-1.852 1.803,-6.447 2.875,-10.221 1.075,-3.789 2.25,-8.545 2.625,-10.565 0.359,-2.016 1.138,-5.114 1.712,-6.885 2.933,-8.956 3.052,-10.879 0.749,-12.101 -7.329,-3.894 -14.706,-8.257 -16.357,-9.709 -2.08,-1.81 -3.55,-2.173 -4.537,-1.123 -0.316,0.338 -1.754,3.031 -3.213,6 -3.913,8.064 -6.557,13.104 -10.283,19.639 -4.74,8.338 -7.948,14.46 -9.563,18.242 -0.774,1.793 -1.91,3.726 -2.518,4.281 -0.619,0.565 -2.493,3.033 -4.168,5.467 -1.685,2.424 -3.938,5.597 -5.03,7.037 -3.159,11.262 29.193,4.068 40.254,5.389 0.375,0.045 1.184,-0.522 1.815,-1.263 z m 114.377,-17.547 c -0.58,-1.9 -1.833,-5.423 -2.762,-7.856 -3.616,-9.351 -5.842,-15.801 -6.206,-17.918 -0.203,-1.211 -0.75,-4.08 -1.206,-6.383 -0.465,-2.3 -1.369,-6.929 -2.004,-10.31 -0.646,-3.361 -1.418,-7.126 -1.719,-8.348 -0.309,-1.212 -0.705,-2.805 -0.877,-3.557 -0.625,-2.663 -2.068,-2.097 -14.506,5.73 -3.183,2.017 -7.982,4.918 -10.648,6.457 l -4.86,2.793 0.304,2.762 c 0.166,1.516 0.988,5.399 1.827,8.618 0.834,3.222 1.749,7.092 2.03,8.588 0.543,2.979 3.848,10.979 7.43,17.948 1.238,2.435 2.585,5.523 2.985,6.863 0.396,1.354 0.944,2.675 1.19,2.947 0.254,0.274 0.789,1.373 1.188,2.467 1.158,3.109 2.749,5.75 4.566,7.573 l 1.672,1.678 c 28.686,0.209 30.078,6.603 21.596,-20.052 z m -34.504,19.98 5.225,-0.352 -0.098,-2.028 c -0.061,-1.255 -1.016,-3.546 -2.509,-6.066 -3.52,-5.911 -7.955,-15.18 -10.23,-21.354 -1.095,-2.956 -2.214,-5.576 -2.494,-5.803 -0.267,-0.241 -2.398,-0.198 -4.767,0.098 -10.92,1.331 -31.625,1.459 -40.48,0.271 -3.436,-0.459 -5.666,-0.557 -6.014,-0.271 -0.298,0.26 -1.142,2.879 -1.856,5.825 -0.729,2.948 -1.57,5.782 -1.894,6.299 -0.304,0.522 -0.751,2.157 -0.962,3.642 -0.619,4.332 -2.058,9.822 -2.923,11.24 -0.436,0.73 -1.919,8.303 -2.007,9.777 17.123,-3.909 47.159,0.292 71.009,-1.278 z m -134.084,-2.927 1.203,-1.241 c 1.566,-1.616 4.936,-6.211 7.275,-9.93 1.026,-1.617 2.51,-3.666 3.298,-4.551 0.802,-0.883 4.389,-6.524 7.995,-12.527 3.604,-5.989 6.985,-11.555 7.494,-12.361 0.521,-0.819 0.944,-1.919 0.944,-2.467 0,-0.544 0.618,-1.767 1.374,-2.705 2.176,-2.719 6.58,-10.761 7.66,-13.979 0.542,-1.623 2.155,-5.641 3.58,-8.957 2.379,-5.512 2.719,-6.012 4.047,-6.012 2.408,0 6.775,2.323 8,4.243 1.683,2.643 8.448,7.661 13.118,9.744 4.928,2.192 5.362,1.998 5.994,-2.6 0.212,-1.549 0.894,-4.403 1.513,-6.369 0.621,-1.954 1.121,-4.298 1.121,-5.194 0,-0.904 0.29,-2.347 0.639,-3.186 0.509,-1.232 0.974,-1.55 2.217,-1.55 0.862,0 2.131,0.437 2.814,0.982 1.116,0.885 1.215,1.332 0.9,4.168 -0.317,2.881 -0.18,3.469 1.438,6.253 2.023,3.458 7.09,8.02 8.432,7.593 0.936,-0.293 1.431,-4.289 1.887,-15.318 0.135,-3.501 0.389,-7.812 0.538,-9.571 0.524,-5.892 1.555,-22.804 1.481,-24.289 -0.18,-3.59 -2.202,-8.465 -4.593,-11.019 -1.32,-1.418 -2.403,-2.737 -2.403,-2.958 0,-0.383 -12.253,-10.921 -19.078,-16.409 l -3.592,-2.883 0.275,-6.186 c 0.148,-3.415 0.538,-7.202 0.86,-8.411 0.779,-2.98 0.881,-6.94 0.375,-14.023 -0.419,-5.848 -0.409,-5.922 1.033,-7.374 0.822,-0.81 4.143,-3.001 7.415,-4.88 3.274,-1.853 7.524,-4.799 9.478,-6.535 5.099,-4.551 15.8,-12.284 17.479,-12.648 2.513,-0.52 4.864,0.802 12.079,6.888 9.699,8.163 17.1,13.564 19.508,14.217 2.022,0.546 2.028,0.568 1.884,3.254 -0.074,1.482 -0.204,6.896 -0.293,12.023 -0.073,5.127 -0.211,12.744 -0.289,16.934 l -0.13,7.605 -5.722,4.66 c -5.452,4.45 -9.472,8.543 -12.083,12.285 -0.666,0.938 -2.169,3.033 -3.33,4.658 -2.929,4.05 -3.821,6.919 -4.15,13.497 -0.165,3.102 -0.552,10.28 -0.866,15.942 -0.691,11.84 -0.691,25.35 -0.017,25.927 0.454,0.393 3.518,-4.865 3.54,-6.1 0.01,-0.37 0.512,-1.594 1.111,-2.729 1.311,-2.434 3.822,-3.709 6.891,-3.503 1.844,0.132 2.305,0.427 3.235,2.062 1.091,1.878 1.086,1.935 -0.13,5.149 -0.679,1.79 -1.376,3.821 -1.568,4.499 -0.367,1.383 0.55,3.916 1.418,3.916 0.563,0 8.202,-4.266 8.759,-4.888 0.148,-0.188 2.64,-1.615 5.511,-3.188 2.873,-1.569 5.618,-3.248 6.09,-3.73 1.437,-1.429 8.283,-5.915 10.291,-6.742 2.442,-1.004 4.21,-0.35 6.333,2.354 1.456,1.878 1.526,2.183 0.916,4.113 -0.737,2.37 -0.511,6.668 0.807,15.015 0.991,6.232 2.085,10.256 5.495,20.143 1.249,3.634 2.273,6.953 2.273,7.355 -0.016,1.375 7.549,20.349 8.604,21.593 0.582,0.665 2.417,3.547 4.092,6.382 4.093,6.91 4.373,7.094 10.22,6.616 28.023,57.806 -256.345,5.422 -192.69,-3.057 z"
+
            id="path5143"
+
            inkscape:connector-curvature="0"
+
            style="fill:#ffffff" /></g></g></g><polyline
+
      points="1966.87,1658.637 1983.559,1672.896    2003.097,1641.539  "
+
      id="polyline5151"
+
      style="fill:none;stroke:#ffffff;stroke-width:4.81890011;stroke-linecap:round" /></g><g
+
    id="g5185"
+
    transform="translate(0,-179.64991)"><path
+
      d="m 2067.273,2789.206 9.375,-53.1 h 12.525 l -9.375,53.1 z"
+
      id="path5155"
+
      inkscape:connector-curvature="0"
+
      style="fill:#ffffff" /><path
+
      d="m 2124.047,2789.206 -14.625,-35.25 h -0.225 l -6,35.25 h -12.3 l 9.375,-53.1 h 14.024 l 14.551,35.024 h 0.15 l 6,-35.024 h 12.299 l -9.375,53.1 z"
+
      id="path5157"
+
      inkscape:connector-curvature="0"
+
      style="fill:#ffffff" /><path
+
      d="m 2191.997,2789.206 h -13.125 l -8.101,-53.1 h 13.275 l 4.125,37.949 h 0.301 l 20.699,-37.949 h 14.475 z"
+
      id="path5159"
+
      inkscape:connector-curvature="0"
+
      style="fill:#ffffff" /><path
+
      d="m 2218.021,2789.206 9.375,-53.1 h 12.525 l -9.375,53.1 z"
+
      id="path5161"
+
      inkscape:connector-curvature="0"
+
      style="fill:#ffffff" /><path
+
      d="m 2266.171,2789.206 h -13.125 l -8.101,-53.1 h 13.275 l 4.125,37.949 h 0.301 l 20.699,-37.949 h 14.475 z"
+
      id="path5163"
+
      inkscape:connector-curvature="0"
+
      style="fill:#ffffff" /><path
+
      d="m 2324.896,2734.756 c 3.999,0 7.586,0.551 10.762,1.65 3.175,1.101 5.861,2.675 8.062,4.725 2.199,2.051 3.887,4.526 5.062,7.425 1.174,2.9 1.763,6.126 1.763,9.676 0,4.5 -0.763,8.713 -2.288,12.637 -1.525,3.926 -3.662,7.351 -6.412,10.275 -2.75,2.924 -6.037,5.226 -9.862,6.9 -3.825,1.674 -8.038,2.512 -12.638,2.512 -4.05,0 -7.676,-0.551 -10.875,-1.649 -3.2,-1.1 -5.913,-2.675 -8.137,-4.726 -2.227,-2.049 -3.926,-4.524 -5.101,-7.425 -1.175,-2.899 -1.763,-6.124 -1.763,-9.675 0,-4.5 0.775,-8.712 2.325,-12.638 1.55,-3.925 3.724,-7.35 6.524,-10.274 2.801,-2.926 6.113,-5.225 9.938,-6.9 3.828,-1.675 8.039,-2.513 12.64,-2.513 z m -4.875,44.55 c 2.748,0 5.212,-0.562 7.387,-1.688 2.176,-1.125 4.013,-2.625 5.513,-4.5 1.5,-1.875 2.649,-4.023 3.45,-6.449 0.799,-2.425 1.199,-4.913 1.199,-7.463 0,-1.85 -0.299,-3.587 -0.899,-5.213 -0.601,-1.624 -1.462,-3.037 -2.587,-4.237 -1.125,-1.2 -2.539,-2.149 -4.238,-2.85 -1.7,-0.7 -3.625,-1.05 -5.775,-1.05 -2.699,0 -5.137,0.575 -7.312,1.725 -2.174,1.15 -4.025,2.662 -5.549,4.537 -1.526,1.875 -2.701,4.013 -3.525,6.413 -0.825,2.399 -1.238,4.875 -1.238,7.425 0,1.851 0.301,3.588 0.9,5.213 0.599,1.625 1.475,3.037 2.625,4.237 1.15,1.2 2.562,2.15 4.238,2.85 1.673,0.701 3.61,1.05 5.811,1.05 z"
+
      id="path5165"
+
      inkscape:connector-curvature="0"
+
      style="fill:#ffffff" /><path
+
      d="m 2379.421,2789.206 v -53.1 h 30.975 v 1.5 h -29.325 v 23.324 h 27.601 v 1.5 h -27.601 v 25.275 h 30.525 v 1.5 h -32.175 z"
+
      id="path5167"
+
      inkscape:connector-curvature="0"
+
      style="fill:#ffffff" /><path
+
      d="m 2439.57,2789.206 h -2.55 l -19.95,-53.1 h 1.801 l 19.35,51.6 h 0.15 l 19.649,-51.6 h 1.8 z"
+
      id="path5169"
+
      inkscape:connector-curvature="0"
+
      style="fill:#ffffff" /><path
+
      d="m 2520.271,2762.656 c 0,4.101 -0.688,7.863 -2.062,11.287 -1.376,3.426 -3.275,6.375 -5.7,8.851 -2.426,2.475 -5.313,4.413 -8.662,5.812 -3.351,1.398 -6.976,2.1 -10.875,2.1 -3.9,0 -7.526,-0.701 -10.875,-2.1 -3.351,-1.399 -6.238,-3.338 -8.663,-5.812 -2.426,-2.476 -4.325,-5.425 -5.699,-8.851 -1.376,-3.424 -2.062,-7.187 -2.062,-11.287 0,-4.1 0.687,-7.862 2.062,-11.288 1.374,-3.424 3.273,-6.375 5.699,-8.85 2.425,-2.475 5.3,-4.412 8.625,-5.812 3.325,-1.399 6.963,-2.1 10.913,-2.1 3.949,0 7.587,0.7 10.912,2.1 3.325,1.4 6.199,3.338 8.625,5.812 2.425,2.475 4.324,5.426 5.7,8.85 1.374,3.426 2.062,7.189 2.062,11.288 z m -1.651,0 c 0,-3.7 -0.625,-7.163 -1.875,-10.388 -1.25,-3.225 -3.013,-6.037 -5.287,-8.438 -2.275,-2.4 -4.987,-4.287 -8.138,-5.662 -3.149,-1.375 -6.6,-2.062 -10.35,-2.062 -3.75,0 -7.2,0.688 -10.351,2.062 -3.149,1.375 -5.862,3.262 -8.137,5.662 -2.276,2.4 -4.039,5.213 -5.288,8.438 -1.25,3.225 -1.875,6.688 -1.875,10.388 0,3.7 0.612,7.162 1.838,10.388 1.225,3.225 2.962,6.037 5.212,8.438 2.25,2.399 4.95,4.287 8.101,5.662 3.149,1.376 6.649,2.062 10.5,2.062 3.85,0 7.35,-0.687 10.5,-2.062 3.149,-1.375 5.85,-3.263 8.1,-5.662 2.25,-2.4 3.987,-5.213 5.213,-8.438 1.225,-3.226 1.837,-6.688 1.837,-10.388 z"
+
      id="path5171"
+
      inkscape:connector-curvature="0"
+
      style="fill:#ffffff" /><path
+
      d="m 2533.62,2789.206 v -53.1 h 1.649 v 51.6 h 26.4 v 1.5 z"
+
      id="path5173"
+
      inkscape:connector-curvature="0"
+
      style="fill:#ffffff" /><path
+
      d="m 2607.87,2777.544 c -0.701,2.625 -1.851,4.912 -3.45,6.862 -1.601,1.95 -3.688,3.487 -6.263,4.612 -2.576,1.125 -5.737,1.688 -9.487,1.688 -3.75,0 -6.913,-0.562 -9.487,-1.688 -2.576,-1.125 -4.663,-2.662 -6.263,-4.612 -1.601,-1.95 -2.751,-4.237 -3.45,-6.862 -0.701,-2.625 -1.05,-5.438 -1.05,-8.438 v -33 h 1.649 v 32.699 c 0,2.101 0.213,4.339 0.638,6.713 0.425,2.375 1.3,4.575 2.625,6.6 1.324,2.025 3.199,3.713 5.625,5.062 2.425,1.351 5.663,2.025 9.713,2.025 3.949,0 7.137,-0.649 9.562,-1.95 2.425,-1.3 4.312,-2.962 5.662,-4.987 1.351,-2.025 2.25,-4.225 2.7,-6.6 0.45,-2.375 0.675,-4.662 0.675,-6.863 v -32.699 h 1.65 v 33 c 0,3 -0.35,5.813 -1.049,8.438 z"
+
      id="path5175"
+
      inkscape:connector-curvature="0"
+
      style="fill:#ffffff" /><path
+
      d="m 2637.194,2737.606 v 51.6 h -1.65 v -51.6 h -18.075 v -1.5 h 37.801 v 1.5 z"
+
      id="path5177"
+
      inkscape:connector-curvature="0"
+
      style="fill:#ffffff" /><path
+
      d="m 2664.568,2789.206 v -53.1 h 1.649 v 53.1 z"
+
      id="path5179"
+
      inkscape:connector-curvature="0"
+
      style="fill:#ffffff" /><path
+
      d="m 2734.168,2762.656 c 0,4.101 -0.688,7.863 -2.062,11.287 -1.376,3.426 -3.275,6.375 -5.7,8.851 -2.426,2.475 -5.313,4.413 -8.662,5.812 -3.351,1.398 -6.976,2.1 -10.875,2.1 -3.9,0 -7.526,-0.701 -10.875,-2.1 -3.351,-1.399 -6.238,-3.338 -8.663,-5.812 -2.426,-2.476 -4.325,-5.425 -5.699,-8.851 -1.376,-3.424 -2.062,-7.187 -2.062,-11.287 0,-4.1 0.687,-7.862 2.062,-11.288 1.374,-3.424 3.273,-6.375 5.699,-8.85 2.425,-2.475 5.3,-4.412 8.625,-5.812 3.325,-1.399 6.963,-2.1 10.913,-2.1 3.949,0 7.587,0.7 10.912,2.1 3.325,1.4 6.199,3.338 8.625,5.812 2.425,2.475 4.324,5.426 5.7,8.85 1.374,3.426 2.062,7.189 2.062,11.288 z m -1.65,0 c 0,-3.7 -0.625,-7.163 -1.875,-10.388 -1.25,-3.225 -3.013,-6.037 -5.287,-8.438 -2.275,-2.4 -4.987,-4.287 -8.138,-5.662 -3.149,-1.375 -6.6,-2.062 -10.35,-2.062 -3.75,0 -7.2,0.688 -10.351,2.062 -3.149,1.375 -5.862,3.262 -8.137,5.662 -2.276,2.4 -4.039,5.213 -5.288,8.438 -1.25,3.225 -1.875,6.688 -1.875,10.388 0,3.7 0.612,7.162 1.838,10.388 1.225,3.225 2.962,6.037 5.212,8.438 2.25,2.399 4.95,4.287 8.101,5.662 3.149,1.376 6.649,2.062 10.5,2.062 3.85,0 7.35,-0.687 10.5,-2.062 3.149,-1.375 5.85,-3.263 8.1,-5.662 2.25,-2.4 3.987,-5.213 5.213,-8.438 1.224,-3.226 1.837,-6.688 1.837,-10.388 z"
+
      id="path5181"
+
      inkscape:connector-curvature="0"
+
      style="fill:#ffffff" /><path
+
      d="m 2787.492,2789.206 -38.1,-51 h -0.226 v 51 h -1.649 v -53.1 h 2.325 l 38.175,50.925 h 0.225 v -50.925 h 1.65 v 53.1 z"
+
      id="path5183"
+
      inkscape:connector-curvature="0"
+
      style="fill:#ffffff" /></g><rect
+
    x="2037"
+
    y="26.382092"
+
    width="119.697"
+
    height="238.44299"
+
    id="rect5187"
+
    style="fill:none" /><text
+
    id="text5193"
+
    x="2067.874"
+
    y="98.201691"><tspan
+
      x="2067.874"
+
      y="98.201691"
+
      font-size="95"
+
      id="tspan5189"
+
      style="font-size:95px;font-family:AvenirNext-DemiBold;fill:#ededed">1</tspan><tspan
+
      x="2067.874"
+
      y="212.20169"
+
      font-size="95"
+
      id="tspan5191"
+
      style="font-size:95px;font-family:AvenirNext-DemiBold;fill:#ededed">0</tspan></text>
+
<rect
+
    x="2640.6379"
+
    y="26.382092"
+
    width="119.697"
+
    height="632.612"
+
    id="rect5195"
+
    style="fill:none" /><text
+
    id="text5207"
+
    x="2671.5117"
+
    y="98.201691"><tspan
+
      x="2671.5117"
+
      y="98.201691"
+
      font-size="95"
+
      id="tspan5197"
+
      style="font-size:95px;font-family:AvenirNext-DemiBold;fill:#ededed">0</tspan><tspan
+
      x="2671.5117"
+
      y="212.20169"
+
      font-size="95"
+
      id="tspan5199"
+
      style="font-size:95px;font-family:AvenirNext-DemiBold;fill:#ededed">1</tspan><tspan
+
      x="2671.5117"
+
      y="326.20169"
+
      font-size="95"
+
      id="tspan5201"
+
      style="font-size:95px;font-family:AvenirNext-DemiBold;fill:#ededed">1</tspan><tspan
+
      x="2671.5117"
+
      y="440.20169"
+
      font-size="95"
+
      id="tspan5203"
+
      style="font-size:95px;font-family:AvenirNext-DemiBold;fill:#ededed">0</tspan><tspan
+
      x="2671.5117"
+
      y="554.20172"
+
      font-size="95"
+
      id="tspan5205"
+
      style="font-size:95px;font-family:AvenirNext-DemiBold;fill:#ededed">1</tspan></text>
+
<rect
+
    x="2522.5391"
+
    y="26.382092"
+
    width="119.697"
+
    height="370.952"
+
    id="rect5209"
+
    style="fill:none" /><text
+
    id="text5217"
+
    x="2553.4131"
+
    y="98.201691"><tspan
+
      x="2553.4131"
+
      y="98.201691"
+
      font-size="95"
+
      id="tspan5211"
+
      style="font-size:95px;font-family:AvenirNext-DemiBold;fill:#ededed">1</tspan><tspan
+
      x="2553.4131"
+
      y="212.20169"
+
      font-size="95"
+
      id="tspan5213"
+
      style="font-size:95px;font-family:AvenirNext-DemiBold;fill:#ededed">0</tspan><tspan
+
      x="2553.4131"
+
      y="326.20169"
+
      font-size="95"
+
      id="tspan5215"
+
      style="font-size:95px;font-family:AvenirNext-DemiBold;fill:#ededed">0</tspan></text>
+
<rect
+
    x="2391.616"
+
    y="26.382092"
+
    width="119.697"
+
    height="476.88699"
+
    id="rect5219"
+
    style="fill:none" /><text
+
    id="text5229"
+
    x="2422.4902"
+
    y="98.201691"><tspan
+
      x="2422.4902"
+
      y="98.201691"
+
      font-size="95"
+
      id="tspan5221"
+
      style="font-size:95px;font-family:AvenirNext-DemiBold;fill:#ededed">0</tspan><tspan
+
      x="2422.4902"
+
      y="212.20169"
+
      font-size="95"
+
      id="tspan5223"
+
      style="font-size:95px;font-family:AvenirNext-DemiBold;fill:#ededed">1</tspan><tspan
+
      x="2422.4902"
+
      y="326.20169"
+
      font-size="95"
+
      id="tspan5225"
+
      style="font-size:95px;font-family:AvenirNext-DemiBold;fill:#ededed">0</tspan><tspan
+
      x="2422.4902"
+
      y="440.20169"
+
      font-size="95"
+
      id="tspan5227"
+
      style="font-size:95px;font-family:AvenirNext-DemiBold;fill:#ededed">1</tspan></text>
+
<rect
+
    x="2271.9189"
+
    y="26.382092"
+
    width="119.697"
+
    height="238.44299"
+
    id="rect5231"
+
    style="fill:none" /><text
+
    font-size="95"
+
    id="text5233"
+
    style="font-size:95px;font-family:AvenirNext-DemiBold;fill:#ededed"
+
    x="2302.793"
+
    y="98.201691">0</text>
+
<rect
+
    x="2148.832"
+
    y="26.382092"
+
    width="119.697"
+
    height="238.44299"
+
    id="rect5235"
+
    style="fill:none" /><text
+
    id="text5241"
+
    x="2179.7061"
+
    y="98.201691"><tspan
+
      x="2179.7061"
+
      y="98.201691"
+
      font-size="95"
+
      id="tspan5237"
+
      style="font-size:95px;font-family:AvenirNext-DemiBold;fill:#ededed">0</tspan><tspan
+
      x="2179.7061"
+
      y="212.20169"
+
      font-size="95"
+
      id="tspan5239"
+
      style="font-size:95px;font-family:AvenirNext-DemiBold;fill:#ededed">1</tspan></text>
+
<rect
+
    x="1923.219"
+
    y="26.382092"
+
    width="119.697"
+
    height="238.44299"
+
    id="rect5243"
+
    style="fill:none" /><text
+
    font-size="95"
+
    id="text5245"
+
    style="font-size:95px;font-family:AvenirNext-DemiBold;fill:#ededed"
+
    x="1954.0928"
+
    y="98.201691">1</text>
+
<rect
+
    x="2757.2549"
+
    y="26.382092"
+
    width="119.697"
+
    height="370.952"
+
    id="rect5247"
+
    style="fill:none" /><text
+
    id="text5255"
+
    x="2788.1289"
+
    y="98.201691"><tspan
+
      x="2788.1289"
+
      y="98.201691"
+
      font-size="95"
+
      id="tspan5249"
+
      style="font-size:95px;font-family:AvenirNext-DemiBold;fill:#ededed">1</tspan><tspan
+
      x="2788.1289"
+
      y="212.20169"
+
      font-size="95"
+
      id="tspan5251"
+
      style="font-size:95px;font-family:AvenirNext-DemiBold;fill:#ededed">0</tspan><tspan
+
      x="2788.1289"
+
      y="326.20169"
+
      font-size="95"
+
      id="tspan5253"
+
      style="font-size:95px;font-family:AvenirNext-DemiBold;fill:#ededed">1</tspan></text>
+
<rect
+
    x="1815.2321"
+
    y="26.382092"
+
    width="119.697"
+
    height="238.44299"
+
    id="rect5257"
+
    style="fill:none" /><text
+
    font-size="95"
+
    id="text5259"
+
    style="font-size:95px;font-family:AvenirNext-DemiBold;fill:#ededed"
+
    x="1846.1064"
+
    y="98.201691">0</text>
+
<g
+
    id="g5267"
+
    transform="translate(0,-179.64991)"><path
+
      d="m 476.403,672.543 c -3.013,0.736 -6.295,1.105 -9.848,1.105 -3.684,0 -7.074,-0.585 -10.172,-1.755 -3.099,-1.17 -5.764,-2.816 -7.995,-4.94 -2.232,-2.123 -3.977,-4.669 -5.232,-7.638 -1.258,-2.968 -1.886,-6.272 -1.886,-9.913 0,-3.683 0.64,-7.02 1.918,-10.01 1.277,-2.99 3.044,-5.535 5.298,-7.638 2.252,-2.101 4.896,-3.715 7.93,-4.842 3.032,-1.126 6.305,-1.69 9.814,-1.69 3.641,0 7.021,0.552 10.141,1.657 3.12,1.105 5.655,2.59 7.604,4.453 l -7.02,7.995 c -1.084,-1.256 -2.514,-2.285 -4.29,-3.087 -1.777,-0.802 -3.792,-1.203 -6.045,-1.203 -1.95,0 -3.749,0.357 -5.396,1.072 -1.647,0.715 -3.077,1.712 -4.29,2.99 -1.213,1.279 -2.156,2.795 -2.827,4.55 -0.672,1.755 -1.008,3.673 -1.008,5.752 0,2.124 0.303,4.074 0.91,5.85 0.606,1.777 1.505,3.305 2.697,4.583 1.191,1.279 2.665,2.275 4.42,2.99 1.756,0.715 3.76,1.072 6.013,1.072 1.3,0 2.535,-0.098 3.705,-0.292 1.17,-0.194 2.253,-0.509 3.25,-0.942 v -8.385 h -8.774 v -8.97 h 18.979 v 24.375 c -2.252,1.171 -4.884,2.125 -7.896,2.861 z"
+
      id="path5261"
+
      inkscape:connector-curvature="0"
+
      style="fill:#0b0e1e" /><path
+
      d="m 531.003,662.695 c -0.933,2.275 -2.265,4.225 -3.998,5.85 -1.733,1.625 -3.824,2.893 -6.272,3.803 -2.448,0.91 -5.167,1.365 -8.157,1.365 -3.033,0 -5.764,-0.455 -8.189,-1.365 -2.428,-0.91 -4.485,-2.178 -6.176,-3.803 -1.689,-1.625 -2.989,-3.575 -3.899,-5.85 -0.91,-2.275 -1.365,-4.799 -1.365,-7.572 v -28.665 h 11.05 v 27.755 c 0,1.257 0.163,2.449 0.487,3.575 0.325,1.127 0.823,2.135 1.495,3.022 0.672,0.889 1.561,1.592 2.665,2.112 1.105,0.52 2.438,0.78 3.998,0.78 1.56,0 2.893,-0.26 3.997,-0.78 1.105,-0.52 2.004,-1.224 2.697,-2.112 0.693,-0.888 1.191,-1.895 1.495,-3.022 0.303,-1.126 0.455,-2.318 0.455,-3.575 V 626.458 H 532.4 v 28.665 c 0,2.773 -0.465,5.297 -1.397,7.572 z"
+
      id="path5263"
+
      inkscape:connector-curvature="0"
+
      style="fill:#0b0e1e" /><path
+
      d="m 565.68,638.418 c -0.953,-1.212 -2.199,-2.177 -3.737,-2.893 -1.538,-0.715 -3.022,-1.072 -4.452,-1.072 -0.737,0 -1.485,0.065 -2.243,0.195 -0.758,0.13 -1.44,0.38 -2.047,0.748 -0.607,0.369 -1.116,0.845 -1.527,1.43 -0.413,0.585 -0.618,1.333 -0.618,2.242 0,0.78 0.163,1.43 0.488,1.95 0.324,0.52 0.801,0.975 1.43,1.365 0.628,0.39 1.375,0.748 2.242,1.073 0.866,0.325 1.842,0.661 2.925,1.007 1.561,0.52 3.186,1.095 4.875,1.723 1.69,0.628 3.228,1.462 4.615,2.502 1.387,1.04 2.535,2.33 3.445,3.868 0.91,1.539 1.365,3.456 1.365,5.752 0,2.644 -0.488,4.93 -1.463,6.857 -0.975,1.929 -2.286,3.521 -3.933,4.777 -1.647,1.257 -3.532,2.189 -5.655,2.795 -2.123,0.606 -4.312,0.91 -6.564,0.91 -3.294,0 -6.479,-0.575 -9.556,-1.723 -3.077,-1.147 -5.633,-2.784 -7.67,-4.907 l 7.28,-7.41 c 1.126,1.388 2.61,2.546 4.452,3.478 1.842,0.933 3.673,1.397 5.493,1.397 0.822,0 1.625,-0.086 2.405,-0.26 0.779,-0.173 1.462,-0.455 2.047,-0.845 0.585,-0.39 1.051,-0.91 1.397,-1.56 0.347,-0.65 0.521,-1.43 0.521,-2.34 0,-0.866 -0.218,-1.603 -0.65,-2.21 -0.434,-0.606 -1.051,-1.159 -1.853,-1.658 -0.802,-0.498 -1.799,-0.953 -2.99,-1.365 -1.192,-0.412 -2.546,-0.855 -4.062,-1.333 -1.474,-0.477 -2.914,-1.04 -4.322,-1.69 -1.408,-0.65 -2.665,-1.484 -3.77,-2.502 -1.105,-1.018 -1.994,-2.253 -2.665,-3.705 -0.673,-1.452 -1.008,-3.218 -1.008,-5.297 0,-2.557 0.52,-4.745 1.56,-6.565 1.04,-1.82 2.405,-3.315 4.096,-4.485 1.689,-1.17 3.596,-2.025 5.72,-2.567 2.123,-0.542 4.268,-0.812 6.435,-0.812 2.601,0 5.254,0.477 7.963,1.43 2.708,0.954 5.08,2.362 7.117,4.225 z"
+
      id="path5265"
+
      inkscape:connector-curvature="0"
+
      style="fill:#0b0e1e" /></g><g
+
    id="g5275"
+
    transform="translate(0,-179.64991)"><path
+
      d="m 479.589,740.991 c -3.013,0.736 -6.295,1.105 -9.848,1.105 -3.684,0 -7.074,-0.585 -10.172,-1.755 -3.099,-1.17 -5.764,-2.816 -7.995,-4.94 -2.232,-2.123 -3.977,-4.669 -5.232,-7.638 -1.258,-2.968 -1.886,-6.272 -1.886,-9.913 0,-3.683 0.64,-7.02 1.918,-10.01 1.277,-2.99 3.044,-5.535 5.298,-7.638 2.252,-2.101 4.896,-3.715 7.93,-4.842 3.032,-1.126 6.305,-1.69 9.814,-1.69 3.641,0 7.021,0.552 10.141,1.657 3.12,1.105 5.655,2.59 7.604,4.453 l -7.02,7.995 c -1.084,-1.256 -2.514,-2.285 -4.29,-3.087 -1.777,-0.802 -3.792,-1.203 -6.045,-1.203 -1.95,0 -3.749,0.357 -5.396,1.072 -1.647,0.715 -3.077,1.712 -4.29,2.99 -1.213,1.279 -2.156,2.795 -2.827,4.55 -0.672,1.755 -1.008,3.673 -1.008,5.752 0,2.124 0.303,4.074 0.91,5.85 0.606,1.777 1.505,3.305 2.697,4.583 1.191,1.279 2.665,2.275 4.42,2.99 1.756,0.715 3.76,1.072 6.013,1.072 1.3,0 2.535,-0.098 3.705,-0.292 1.17,-0.194 2.253,-0.509 3.25,-0.942 v -8.385 h -8.774 v -8.97 h 18.979 v 24.375 c -2.253,1.171 -4.884,2.124 -7.896,2.861 z"
+
      id="path5269"
+
      inkscape:connector-curvature="0"
+
      style="fill:#0b0e1e" /><path
+
      d="m 527.786,740.926 -3.575,-9.035 H 506.4 l -3.38,9.035 h -12.09 l 19.305,-46.02 h 10.79 l 19.11,46.02 z m -12.35,-33.735 -5.85,15.795 h 11.57 z"
+
      id="path5271"
+
      inkscape:connector-curvature="0"
+
      style="fill:#0b0e1e" /><path
+
      d="m 543.97,740.926 v -46.02 h 11.18 v 36.335 h 17.811 v 9.685 z"
+
      id="path5273"
+
      inkscape:connector-curvature="0"
+
      style="fill:#0b0e1e" /></g><path
+
    d="m 996.663,2253.4631 c 40.811,-58.233 33.099,-163.214 148.749,-223.181 54,-28 159,-6 216.469,48.668 157.556,149.878 187.221,257.554 285.531,187.332 70,-50 131,-34 172,-2 42.132,32.883 81.921,62.554 140,70 253.75,32.532 353.677,-266.925 40.417,-365.707 -177.551,-55.988 57.583,-238.293 -35.006,-326.572"
+
    id="path5277"
+
    inkscape:connector-curvature="0"
+
    style="fill:none;stroke:#ffffff;stroke-width:15" /><path
+
    d="m 2333.917,2039.2441 c 0,0 -5.337,0 -11.933,0"
+
    id="path5279"
+
    inkscape:connector-curvature="0"
+
    style="fill:none" /><path
+
    d="m 3553.034,2602.3081 c 0,-3.317 0,-6.001 0,-6.001"
+
    id="path5281"
+
    inkscape:connector-curvature="0"
+
    style="fill:none;stroke:#878787;stroke-width:16" /><path
+
    d="m 1236.962,1536.0101 c -52.962,-10.767 -83.628,42.926 -120.962,36.039 -51.485,-9.497 -45.775,-57.766 -97.5,-67.699 -51.25,-9.843 -76.358,26.673 -94.465,41.193"
+
    id="path5283"
+
    inkscape:connector-curvature="0"
+
    style="fill:none;stroke:#ffffff;stroke-width:15" /><path
+
    d="m 1797,1457.3501 c -13,-13.638 -64,-15.411 -83,13 -13.11,19.604 -26.251,38.213 -62,58.954 -12.07,7.003 -4.039,7.066 -53.558,26.141 -47.073,18.132 -83.108,-30.428 -171.68,-22.177"
+
    id="path5285"
+
    inkscape:connector-curvature="0"
+
    style="fill:none;stroke:#ffffff;stroke-width:15" /><line
+
    x1="1031.671"
+
    y1="1536.3711"
+
    x2="1031.67"
+
    y2="1536.3711"
+
    id="line5287"
+
    style="fill:none;stroke:#ffffff;stroke-width:11" /><path
+
    stroke-miterlimit="10"
+
    d="M 838.334,1314.7751"
+
    id="path5289"
+
    inkscape:connector-curvature="0"
+
    style="fill:none;stroke:#000000;stroke-width:14;stroke-miterlimit:10" /><rect
+
    x="830.12903"
+
    y="706.80707"
+
    width="16.42"
+
    height="590.46802"
+
    id="rect5291" /><g
+
    id="g5299"
+
    transform="translate(0,-179.64991)"><rect
+
      x="1877.7371"
+
      y="1273.795"
+
      width="16.42"
+
      height="203.23399"
+
      id="rect5293" /><rect
+
      x="1877.7371"
+
      y="1475.772"
+
      width="16.42"
+
      height="92.385002"
+
      id="rect5295"
+
      style="fill:#ffffff" /><path
+
      stroke-miterlimit="10"
+
      d="m 1898.713,1582.926 c 0,8.302 -6.342,15.027 -14.176,15.027 -7.828,0 -14.171,-6.726 -14.171,-15.027 0,-8.297 6.343,-15.027 14.171,-15.027 7.834,-10e-4 14.176,6.73 14.176,15.027 z"
+
      id="path5297"
+
      inkscape:connector-curvature="0"
+
      style="fill:none;stroke:#ffffff;stroke-width:14;stroke-miterlimit:10" /></g><g
+
    id="g5317"
+
    transform="translate(0,-179.64991)"><path
+
      d="m 2094.889,1646.572 c -1.728,0.832 -3.624,1.48 -5.688,1.943 -2.064,0.463 -4.44,0.695 -7.128,0.695 -2.753,0 -5.265,-0.439 -7.536,-1.319 -2.272,-0.88 -4.225,-2.112 -5.856,-3.696 -1.631,-1.584 -2.904,-3.471 -3.815,-5.664 -0.912,-2.191 -1.368,-4.615 -1.368,-7.271 0,-2.72 0.472,-5.176 1.416,-7.368 0.943,-2.191 2.239,-4.056 3.888,-5.592 1.647,-1.536 3.592,-2.72 5.832,-3.552 2.239,-0.832 4.672,-1.248 7.296,-1.248 2.72,0 5.208,0.393 7.464,1.176 2.256,0.784 4.072,1.816 5.448,3.096 l -4.176,4.512 c -0.864,-0.959 -2.072,-1.775 -3.624,-2.447 -1.553,-0.672 -3.24,-1.008 -5.064,-1.008 -1.792,0 -3.416,0.32 -4.872,0.959 -1.456,0.641 -2.696,1.521 -3.72,2.641 -1.024,1.121 -1.816,2.432 -2.376,3.936 -0.561,1.505 -0.84,3.137 -0.84,4.896 0,1.824 0.279,3.496 0.84,5.016 0.56,1.521 1.359,2.84 2.4,3.961 1.039,1.119 2.304,1.991 3.792,2.615 1.487,0.624 3.175,0.936 5.063,0.936 2.592,0 4.848,-0.399 6.769,-1.199 v -8.641 h -7.152 v -4.992 h 13.008 v 17.615 z"
+
      id="path5301"
+
      inkscape:connector-curvature="0"
+
      style="fill:#ffffff" /><path
+
      d="m 2102.232,1614.363 h 22.512 v 5.28 h -16.464 v 8.64 h 15.6 v 5.088 h -15.6 v 9.601 h 17.328 v 5.376 h -23.376 z"
+
      id="path5303"
+
      inkscape:connector-curvature="0"
+
      style="fill:#ffffff" /><path
+
      d="m 2131.512,1614.363 h 8.016 l 15.792,25.44 h 0.097 v -25.44 h 6.048 v 33.984 h -7.681 l -16.128,-26.256 h -0.096 v 26.256 h -6.048 z"
+
      id="path5305"
+
      inkscape:connector-curvature="0"
+
      style="fill:#ffffff" /><path
+
      d="m 2168.951,1614.363 h 22.512 v 5.28 h -16.464 v 8.64 h 15.6 v 5.088 h -15.6 v 9.601 h 17.328 v 5.376 h -23.376 z"
+
      id="path5307"
+
      inkscape:connector-curvature="0"
+
      style="fill:#ffffff" /><path
+
      d="m 2210.23,1614.363 h 11.088 c 1.951,0 3.712,0.177 5.28,0.528 1.567,0.353 2.911,0.929 4.031,1.728 1.12,0.801 1.984,1.824 2.593,3.072 0.607,1.248 0.912,2.753 0.912,4.512 0,1.889 -0.353,3.473 -1.057,4.752 -0.704,1.281 -1.656,2.312 -2.855,3.097 -1.2,0.784 -2.601,1.353 -4.2,1.704 -1.601,0.353 -3.296,0.527 -5.088,0.527 h -4.656 v 14.064 h -6.048 z m 10.272,14.832 c 0.992,0 1.937,-0.072 2.832,-0.216 0.895,-0.144 1.696,-0.399 2.4,-0.769 0.703,-0.367 1.264,-0.871 1.68,-1.512 0.416,-0.639 0.624,-1.471 0.624,-2.496 0,-0.991 -0.208,-1.799 -0.624,-2.424 -0.416,-0.623 -0.968,-1.111 -1.655,-1.464 -0.688,-0.352 -1.473,-0.583 -2.353,-0.696 -0.881,-0.111 -1.784,-0.168 -2.712,-0.168 h -4.416 v 9.744 h 4.224 z"
+
      id="path5309"
+
      inkscape:connector-curvature="0"
+
      style="fill:#ffffff" /><path
+
      d="m 2237.878,1631.26 c 0,-2.72 0.456,-5.176 1.368,-7.368 0.911,-2.191 2.175,-4.056 3.792,-5.592 1.615,-1.536 3.535,-2.72 5.76,-3.552 2.224,-0.832 4.647,-1.248 7.271,-1.248 2.656,0 5.104,0.416 7.345,1.248 2.239,0.832 4.176,2.016 5.808,3.552 1.632,1.536 2.904,3.4 3.816,5.592 0.911,2.192 1.367,4.648 1.367,7.368 0,2.656 -0.456,5.08 -1.367,7.271 -0.912,2.193 -2.185,4.08 -3.816,5.664 -1.631,1.584 -3.568,2.816 -5.808,3.696 -2.24,0.88 -4.688,1.319 -7.345,1.319 -2.624,0 -5.048,-0.439 -7.271,-1.319 -2.225,-0.88 -4.145,-2.112 -5.76,-3.696 -1.617,-1.584 -2.881,-3.471 -3.792,-5.664 -0.912,-2.191 -1.368,-4.615 -1.368,-7.271 z m 6.576,0 c 0,1.824 0.279,3.496 0.84,5.016 0.56,1.521 1.359,2.84 2.399,3.961 1.04,1.119 2.272,1.991 3.696,2.615 1.424,0.624 3,0.936 4.728,0.936 1.729,0 3.312,-0.312 4.752,-0.936 1.44,-0.624 2.681,-1.496 3.721,-2.615 1.039,-1.121 1.84,-2.44 2.399,-3.961 0.56,-1.52 0.841,-3.191 0.841,-5.016 0,-1.76 -0.281,-3.392 -0.841,-4.896 -0.56,-1.504 -1.352,-2.814 -2.376,-3.936 -1.024,-1.119 -2.256,-2 -3.695,-2.641 -1.44,-0.639 -3.041,-0.959 -4.801,-0.959 -1.76,0 -3.353,0.32 -4.775,0.959 -1.425,0.641 -2.648,1.521 -3.672,2.641 -1.024,1.121 -1.816,2.432 -2.376,3.936 -0.561,1.504 -0.84,3.136 -0.84,4.896 z"
+
      id="path5311"
+
      inkscape:connector-curvature="0"
+
      style="fill:#ffffff" /><path
+
      d="m 2278.63,1631.26 c 0,-2.72 0.456,-5.176 1.368,-7.368 0.911,-2.191 2.175,-4.056 3.792,-5.592 1.615,-1.536 3.535,-2.72 5.76,-3.552 2.224,-0.832 4.647,-1.248 7.271,-1.248 2.656,0 5.104,0.416 7.345,1.248 2.239,0.832 4.176,2.016 5.808,3.552 1.632,1.536 2.904,3.4 3.816,5.592 0.911,2.192 1.367,4.648 1.367,7.368 0,2.656 -0.456,5.08 -1.367,7.271 -0.912,2.193 -2.185,4.08 -3.816,5.664 -1.631,1.584 -3.568,2.816 -5.808,3.696 -2.24,0.88 -4.688,1.319 -7.345,1.319 -2.624,0 -5.048,-0.439 -7.271,-1.319 -2.225,-0.88 -4.145,-2.112 -5.76,-3.696 -1.617,-1.584 -2.881,-3.471 -3.792,-5.664 -0.912,-2.191 -1.368,-4.615 -1.368,-7.271 z m 6.576,0 c 0,1.824 0.279,3.496 0.84,5.016 0.56,1.521 1.359,2.84 2.399,3.961 1.04,1.119 2.272,1.991 3.696,2.615 1.424,0.624 3,0.936 4.728,0.936 1.729,0 3.312,-0.312 4.752,-0.936 1.44,-0.624 2.681,-1.496 3.721,-2.615 1.039,-1.121 1.84,-2.44 2.399,-3.961 0.56,-1.52 0.841,-3.191 0.841,-5.016 0,-1.76 -0.281,-3.392 -0.841,-4.896 -0.56,-1.504 -1.352,-2.814 -2.376,-3.936 -1.024,-1.119 -2.256,-2 -3.695,-2.641 -1.44,-0.639 -3.041,-0.959 -4.801,-0.959 -1.76,0 -3.353,0.32 -4.775,0.959 -1.425,0.641 -2.648,1.521 -3.672,2.641 -1.024,1.121 -1.816,2.432 -2.376,3.936 -0.561,1.504 -0.84,3.136 -0.84,4.896 z"
+
      id="path5313"
+
      inkscape:connector-curvature="0"
+
      style="fill:#ffffff" /><path
+
      d="m 2321.014,1614.363 h 6.048 v 28.608 h 14.448 v 5.376 h -20.496 z"
+
      id="path5315"
+
      inkscape:connector-curvature="0"
+
      style="fill:#ffffff" /></g><g
+
    id="g5325"
+
    transform="translate(0,-179.64991)"><path
+
      stroke-miterlimit="10"
+
      d="m 747,1710 c -4.237,-13.376 -90,-225 -396,-216"
+
      id="path5319"
+
      inkscape:connector-curvature="0"
+
      style="fill:none;stroke:#ffffff;stroke-width:16;stroke-miterlimit:10" /><polygon
+
      stroke-miterlimit="10"
+
      points="752.189,1736.429 766.72,1705.05 725.78,1712.688 "
+
      id="polygon5321"
+
      style="fill:#ffffff;stroke:#ffffff;stroke-miterlimit:10" /><polygon
+
      stroke-miterlimit="10"
+
      points="1957.286,1805.332 1959.031,1839.869 1991.71,1814.053 "
+
      id="polygon5323"
+
      style="fill:#ffffff;stroke:#ffffff;stroke-miterlimit:10" /></g><g
+
    id="g5331"
+
    transform="translate(0,-179.64991)"><rect
+
      x="830.12903"
+
      y="1476.675"
+
      width="16.42"
+
      height="104.012"
+
      id="rect5327"
+
      style="fill:#ffffff" /><polygon
+
      stroke-miterlimit="10"
+
      points="838.334,1597.556 867.333,1566.688 809.035,1566.688 "
+
      id="polygon5329"
+
      style="fill:#ffffff;stroke:#ffffff;stroke-miterlimit:10" /></g><g
+
    id="g5361"
+
    transform="translate(0,-179.64991)"><path
+
      d="m 1006.223,1985.939 c 0,3.721 -0.69,6.855 -2.07,9.405 -1.381,2.551 -3.24,4.605 -5.58,6.165 -2.34,1.561 -5.04,2.699 -8.1,3.42 -3.061,0.72 -6.241,1.08 -9.54,1.08 h -7.65 v 24.029 h -15.39 v -63.72 h 23.399 c 3.479,0 6.734,0.347 9.766,1.035 3.028,0.69 5.67,1.8 7.92,3.33 2.25,1.53 4.019,3.541 5.31,6.03 1.29,2.492 1.935,5.567 1.935,9.226 z m -15.39,0.09 c 0,-1.499 -0.301,-2.729 -0.899,-3.689 -0.601,-0.959 -1.411,-1.711 -2.431,-2.25 -1.021,-0.541 -2.175,-0.9 -3.465,-1.08 -1.291,-0.18 -2.625,-0.27 -4.005,-0.27 h -6.75 v 15.029 h 6.48 c 1.439,0 2.819,-0.119 4.14,-0.359 1.319,-0.24 2.505,-0.66 3.555,-1.261 1.049,-0.599 1.875,-1.396 2.476,-2.385 0.598,-0.99 0.899,-2.235 0.899,-3.735 z"
+
      id="path5333"
+
      inkscape:connector-curvature="0"
+
      style="fill:#ffffff" /><path
+
      d="m 1049.602,2030.039 -13.834,-25.289 h -5.246 v 25.289 h -15.029 v -63.72 h 24.3 c 3.06,0 6.044,0.315 8.955,0.945 2.909,0.63 5.52,1.696 7.83,3.194 2.309,1.501 4.153,3.48 5.535,5.94 1.379,2.461 2.069,5.521 2.069,9.181 0,4.319 -1.17,7.95 -3.51,10.89 -2.34,2.94 -5.58,5.04 -9.72,6.3 l 16.649,27.27 z m -0.63,-44.189 c 0,-1.499 -0.317,-2.715 -0.95,-3.645 -0.633,-0.93 -1.447,-1.65 -2.441,-2.16 -0.996,-0.51 -2.111,-0.855 -3.347,-1.035 -1.236,-0.18 -2.428,-0.27 -3.572,-0.27 h -8.229 v 14.85 h 7.325 c 1.266,0 2.562,-0.104 3.89,-0.315 1.326,-0.21 2.531,-0.585 3.617,-1.125 1.086,-0.54 1.975,-1.319 2.668,-2.34 0.692,-1.02 1.039,-2.34 1.039,-3.96 z"
+
      id="path5335"
+
      inkscape:connector-curvature="0"
+
      style="fill:#ffffff" /><path
+
      d="m 1075.163,2030.039 v -63.72 h 42.84 v 12.96 h -27.99 v 12.061 h 26.46 v 12.33 h -26.46 v 13.229 h 29.61 v 13.14 z"
+
      id="path5337"
+
      inkscape:connector-curvature="0"
+
      style="fill:#ffffff" /><path
+
      d="m 1189.282,1998 c 0,5.58 -1.034,10.395 -3.104,14.444 -2.07,4.049 -4.801,7.38 -8.19,9.99 -3.389,2.61 -7.215,4.53 -11.475,5.76 -4.261,1.23 -8.581,1.845 -12.96,1.845 h -23.76 v -63.72 h 23.04 c 4.5,0 8.939,0.526 13.319,1.575 4.379,1.051 8.28,2.79 11.7,5.221 3.42,2.43 6.179,5.685 8.28,9.764 2.1,4.082 3.15,9.121 3.15,15.121 z m -16.02,0 c 0,-3.601 -0.585,-6.584 -1.755,-8.955 -1.17,-2.37 -2.731,-4.26 -4.68,-5.67 -1.951,-1.41 -4.172,-2.415 -6.66,-3.016 -2.491,-0.6 -5.056,-0.9 -7.695,-0.9 h -7.65 v 37.261 h 7.29 c 2.76,0 5.414,-0.315 7.966,-0.945 2.549,-0.63 4.799,-1.665 6.75,-3.104 1.948,-1.44 3.51,-3.359 4.68,-5.76 1.17,-2.401 1.754,-5.37 1.754,-8.911 z"
+
      id="path5339"
+
      inkscape:connector-curvature="0"
+
      style="fill:#ffffff" /><path
+
      d="m 1245.082,2028.914 c -4.141,1.891 -8.91,2.836 -14.311,2.836 -4.92,0 -9.465,-0.811 -13.635,-2.431 -4.171,-1.62 -7.785,-3.915 -10.845,-6.885 -3.061,-2.97 -5.461,-6.524 -7.2,-10.665 -1.741,-4.141 -2.61,-8.699 -2.61,-13.68 0,-5.1 0.885,-9.721 2.655,-13.86 1.77,-4.14 4.215,-7.664 7.335,-10.575 3.119,-2.909 6.779,-5.145 10.98,-6.705 4.199,-1.559 8.729,-2.34 13.59,-2.34 4.5,0 8.924,0.796 13.274,2.385 4.35,1.591 7.875,3.916 10.575,6.976 l -10.439,10.44 c -1.44,-1.98 -3.33,-3.45 -5.67,-4.41 -2.341,-0.959 -4.741,-1.44 -7.2,-1.44 -2.7,0 -5.175,0.495 -7.425,1.485 -2.25,0.99 -4.186,2.355 -5.806,4.095 -1.62,1.741 -2.88,3.796 -3.779,6.165 -0.9,2.371 -1.351,4.965 -1.351,7.785 0,2.88 0.45,5.521 1.351,7.92 0.899,2.4 2.145,4.455 3.734,6.164 1.589,1.711 3.495,3.047 5.715,4.006 2.22,0.961 4.649,1.439 7.29,1.439 3.061,0 5.729,-0.599 8.011,-1.8 2.279,-1.199 4.108,-2.759 5.489,-4.68 l 10.71,10.08 c -2.819,3.24 -6.299,5.805 -10.438,7.695 z"
+
      id="path5341"
+
      inkscape:connector-curvature="0"
+
      style="fill:#ffffff" /><path
+
      d="m 1262.091,2030.039 v -63.72 h 42.84 v 12.96 h -27.99 v 12.061 h 26.46 v 12.33 h -26.46 v 13.229 h 29.61 v 13.14 z"
+
      id="path5343"
+
      inkscape:connector-curvature="0"
+
      style="fill:#ffffff" /><path
+
      d="m 1316.721,2030.039 v -63.72 h 15.479 v 50.31 h 24.66 v 13.41 z"
+
      id="path5345"
+
      inkscape:connector-curvature="0"
+
      style="fill:#ffffff" /><path
+
      d="m 1409.512,1979.459 v 50.58 h -15.39 v -50.58 h -18 v -13.14 h 51.389 v 13.14 z"
+
      id="path5347"
+
      inkscape:connector-curvature="0"
+
      style="fill:#ffffff" /><path
+
      d="m 1498.252,1997.91 c 0,5.039 -0.871,9.645 -2.611,13.814 -1.74,4.171 -4.154,7.74 -7.244,10.71 -3.092,2.97 -6.766,5.265 -11.025,6.885 -4.262,1.62 -8.881,2.431 -13.859,2.431 -4.98,0 -9.586,-0.811 -13.816,-2.431 -4.229,-1.62 -7.889,-3.915 -10.979,-6.885 -3.092,-2.97 -5.506,-6.539 -7.246,-10.71 -1.74,-4.17 -2.609,-8.775 -2.609,-13.814 0,-5.1 0.869,-9.705 2.609,-13.815 1.74,-4.109 4.154,-7.604 7.246,-10.485 3.09,-2.88 6.75,-5.1 10.979,-6.66 4.23,-1.559 8.836,-2.34 13.816,-2.34 4.979,0 9.598,0.781 13.859,2.34 4.26,1.561 7.934,3.78 11.025,6.66 3.09,2.881 5.504,6.376 7.244,10.485 1.74,4.11 2.611,8.716 2.611,13.815 z m -16.471,0 c 0,-2.76 -0.449,-5.34 -1.35,-7.74 -0.9,-2.399 -2.146,-4.455 -3.736,-6.166 -1.59,-1.709 -3.51,-3.06 -5.76,-4.049 -2.25,-0.99 -4.725,-1.485 -7.424,-1.485 -2.701,0 -5.162,0.495 -7.381,1.485 -2.221,0.989 -4.139,2.34 -5.76,4.049 -1.619,1.711 -2.865,3.767 -3.734,6.166 -0.871,2.4 -1.305,4.98 -1.305,7.74 0,2.879 0.449,5.534 1.35,7.965 0.9,2.43 2.145,4.516 3.734,6.254 1.59,1.742 3.494,3.105 5.715,4.096 2.219,0.99 4.68,1.484 7.381,1.484 2.699,0 5.158,-0.494 7.379,-1.484 2.219,-0.99 4.141,-2.354 5.76,-4.096 1.621,-1.738 2.881,-3.824 3.781,-6.254 0.901,-2.431 1.35,-5.086 1.35,-7.965 z"
+
      id="path5349"
+
      inkscape:connector-curvature="0"
+
      style="fill:#ffffff" /><path
+
      d="m 1574.842,1997.91 c 0,5.039 -0.871,9.645 -2.611,13.814 -1.74,4.171 -4.154,7.74 -7.244,10.71 -3.092,2.97 -6.766,5.265 -11.025,6.885 -4.262,1.62 -8.881,2.431 -13.859,2.431 -4.98,0 -9.586,-0.811 -13.816,-2.431 -4.229,-1.62 -7.889,-3.915 -10.979,-6.885 -3.092,-2.97 -5.506,-6.539 -7.246,-10.71 -1.74,-4.17 -2.609,-8.775 -2.609,-13.814 0,-5.1 0.869,-9.705 2.609,-13.815 1.74,-4.109 4.154,-7.604 7.246,-10.485 3.09,-2.88 6.75,-5.1 10.979,-6.66 4.23,-1.559 8.836,-2.34 13.816,-2.34 4.979,0 9.598,0.781 13.859,2.34 4.26,1.561 7.934,3.78 11.025,6.66 3.09,2.881 5.504,6.376 7.244,10.485 1.74,4.11 2.611,8.716 2.611,13.815 z m -16.471,0 c 0,-2.76 -0.449,-5.34 -1.35,-7.74 -0.9,-2.399 -2.146,-4.455 -3.736,-6.166 -1.59,-1.709 -3.51,-3.06 -5.76,-4.049 -2.25,-0.99 -4.725,-1.485 -7.424,-1.485 -2.701,0 -5.162,0.495 -7.381,1.485 -2.221,0.989 -4.139,2.34 -5.76,4.049 -1.619,1.711 -2.865,3.767 -3.734,6.166 -0.871,2.4 -1.305,4.98 -1.305,7.74 0,2.879 0.449,5.534 1.35,7.965 0.9,2.43 2.145,4.516 3.734,6.254 1.59,1.742 3.494,3.105 5.715,4.096 2.219,0.99 4.68,1.484 7.381,1.484 2.699,0 5.158,-0.494 7.379,-1.484 2.219,-0.99 4.141,-2.354 5.76,-4.096 1.621,-1.738 2.881,-3.824 3.781,-6.254 0.901,-2.431 1.35,-5.086 1.35,-7.965 z"
+
      id="path5351"
+
      inkscape:connector-curvature="0"
+
      style="fill:#ffffff" /><path
+
      d="m 1585.012,2030.039 v -63.72 h 15.479 v 50.31 h 24.66 v 13.41 z"
+
      id="path5353"
+
      inkscape:connector-curvature="0"
+
      style="fill:#ffffff" /><path
+
      d="m 1682.029,2011.5 c 0,3.48 -0.689,6.404 -2.07,8.774 -1.381,2.371 -3.209,4.274 -5.488,5.716 -2.281,1.439 -4.877,2.475 -7.785,3.104 -2.912,0.63 -5.896,0.944 -8.955,0.944 h -25.381 v -63.72 h 25.381 c 2.459,0 4.979,0.257 7.559,0.765 2.58,0.512 4.92,1.381 7.021,2.61 2.1,1.23 3.809,2.896 5.129,4.995 1.32,2.102 1.98,4.77 1.98,8.01 0,3.541 -0.961,6.467 -2.881,8.775 -1.92,2.311 -4.439,3.976 -7.559,4.995 v 0.18 c 1.799,0.302 3.494,0.854 5.084,1.665 1.59,0.811 2.971,1.846 4.141,3.105 1.17,1.259 2.1,2.73 2.789,4.41 0.689,1.68 1.035,3.572 1.035,5.672 z m -17.459,-26.73 c 0,-2.16 -0.826,-3.734 -2.475,-4.725 -1.652,-0.99 -4.096,-1.485 -7.336,-1.485 h -7.561 v 13.14 h 8.281 c 2.879,0 5.113,-0.584 6.705,-1.755 1.589,-1.171 2.386,-2.894 2.386,-5.175 z m 2.071,25.29 c 0,-2.64 -0.99,-4.47 -2.971,-5.49 -1.98,-1.02 -4.621,-1.53 -7.92,-1.53 h -8.551 v 14.58 h 8.641 c 1.199,0 2.443,-0.104 3.734,-0.314 1.291,-0.209 2.461,-0.585 3.51,-1.125 1.051,-0.54 1.904,-1.305 2.566,-2.295 0.659,-0.991 0.991,-2.265 0.991,-3.826 z"
+
      id="path5355"
+
      inkscape:connector-curvature="0"
+
      style="fill:#ffffff" /><path
+
      d="m 1758.619,1997.91 c 0,5.039 -0.871,9.645 -2.609,13.814 -1.742,4.171 -4.156,7.74 -7.246,10.71 -3.09,2.97 -6.766,5.265 -11.023,6.885 -4.262,1.62 -8.881,2.431 -13.861,2.431 -4.98,0 -9.584,-0.811 -13.814,-2.431 -4.23,-1.62 -7.891,-3.915 -10.98,-6.885 -3.089,-2.97 -5.506,-6.539 -7.244,-10.71 -1.742,-4.17 -2.611,-8.775 -2.611,-13.814 0,-5.1 0.869,-9.705 2.611,-13.815 1.738,-4.109 4.154,-7.604 7.244,-10.485 3.09,-2.88 6.75,-5.1 10.98,-6.66 4.23,-1.559 8.834,-2.34 13.814,-2.34 4.98,0 9.6,0.781 13.861,2.34 4.258,1.561 7.934,3.78 11.023,6.66 3.09,2.881 5.504,6.376 7.246,10.485 1.738,4.11 2.609,8.716 2.609,13.815 z m -16.471,0 c 0,-2.76 -0.449,-5.34 -1.35,-7.74 -0.9,-2.399 -2.145,-4.455 -3.734,-6.166 -1.59,-1.709 -3.51,-3.06 -5.76,-4.049 -2.25,-0.99 -4.725,-1.485 -7.426,-1.485 -2.699,0 -5.16,0.495 -7.379,1.485 -2.221,0.989 -4.141,2.34 -5.76,4.049 -1.621,1.711 -2.867,3.767 -3.736,6.166 -0.869,2.4 -1.305,4.98 -1.305,7.74 0,2.879 0.449,5.534 1.35,7.965 0.9,2.43 2.145,4.516 3.736,6.254 1.588,1.742 3.494,3.105 5.715,4.096 2.219,0.99 4.68,1.484 7.379,1.484 2.701,0 5.16,-0.494 7.381,-1.484 2.219,-0.99 4.139,-2.354 5.76,-4.096 1.619,-1.738 2.879,-3.824 3.779,-6.254 0.901,-2.431 1.35,-5.086 1.35,-7.965 z"
+
      id="path5357"
+
      inkscape:connector-curvature="0"
+
      style="fill:#ffffff" /><path
+
      d="m 1804.52,2030.039 -13.951,-22.5 -13.41,22.5 H 1758.8 l 22.32,-33.66 -20.52,-30.06 h 18.539 l 11.881,19.8 11.699,-19.8 h 17.91 l -20.16,30.06 23.041,33.66 z"
+
      id="path5359"
+
      inkscape:connector-curvature="0"
+
      style="fill:#ffffff" /></g><g
+
    id="g5373"
+
    transform="translate(0,-179.64991)"><path
+
      d="m 455.576,488.735 c 0.952,0.152 1.69,0.228 2.21,0.228 2.08,0 3.824,-0.509 5.232,-1.528 1.408,-1.018 2.112,-2.74 2.112,-5.167 0,-1.3 -0.228,-2.415 -0.683,-3.347 -0.455,-0.932 -1.083,-1.7 -1.885,-2.308 -0.802,-0.606 -1.733,-1.05 -2.795,-1.333 -1.062,-0.281 -2.2,-0.422 -3.412,-0.422 h -1.365 v -8.385 h 1.43 c 0.433,0 0.964,-0.054 1.593,-0.163 0.628,-0.107 1.235,-0.346 1.82,-0.715 0.585,-0.368 1.094,-0.899 1.527,-1.592 0.433,-0.693 0.649,-1.625 0.649,-2.795 0,-1.387 -0.455,-2.61 -1.364,-3.673 -0.91,-1.061 -2.275,-1.592 -4.096,-1.592 -1.3,0 -2.384,0.26 -3.25,0.78 -0.867,0.52 -1.55,1.203 -2.047,2.048 -0.499,0.845 -0.856,1.787 -1.073,2.827 -0.217,1.04 -0.324,2.08 -0.324,3.12 v 32.5 h -10.66 v -32.565 c 0,-2.47 0.346,-4.767 1.04,-6.89 0.692,-2.123 1.776,-3.954 3.25,-5.492 1.473,-1.538 3.325,-2.751 5.558,-3.64 2.231,-0.888 4.885,-1.333 7.962,-1.333 2.167,0 4.203,0.304 6.11,0.91 1.906,0.607 3.575,1.462 5.005,2.567 1.43,1.105 2.557,2.47 3.38,4.095 0.823,1.625 1.235,3.435 1.235,5.428 0,2.427 -0.65,4.507 -1.95,6.24 -1.3,1.734 -2.903,2.904 -4.81,3.51 v 0.065 c 3.009,0.607 5.429,2.026 7.262,4.257 1.832,2.232 2.748,5.038 2.748,8.417 0,2.384 -0.403,4.518 -1.21,6.403 -0.807,1.885 -1.939,3.488 -3.4,4.81 -1.46,1.322 -3.213,2.33 -5.258,3.022 -2.045,0.692 -4.324,1.04 -6.837,1.04 -2.037,0 -4.117,-0.26 -6.24,-0.78 v -9.165 c 0.737,0.261 1.582,0.467 2.536,0.618 z"
+
      id="path5363"
+
      inkscape:connector-curvature="0"
+
      style="fill:#0b0e1e" /><path
+
      d="m 480.73,484.413 v -8.45 h 16.51 v 8.45 z"
+
      id="path5365"
+
      inkscape:connector-curvature="0"
+
      style="fill:#0b0e1e" /><path
+
      d="m 504.325,497.218 v -46.02 h 11.18 v 36.335 h 17.811 v 9.685 z"
+
      id="path5367"
+
      inkscape:connector-curvature="0"
+
      style="fill:#0b0e1e" /><path
+
      d="m 537.475,469.268 c 1.906,-1.82 4.127,-3.185 6.662,-4.095 2.535,-0.91 5.124,-1.365 7.768,-1.365 2.73,0 5.038,0.336 6.923,1.008 1.885,0.672 3.412,1.712 4.582,3.12 1.17,1.409 2.025,3.185 2.567,5.33 0.542,2.145 0.812,4.691 0.812,7.638 v 16.315 h -9.75 v -3.445 h -0.194 c -0.824,1.343 -2.07,2.383 -3.737,3.12 -1.669,0.736 -3.478,1.105 -5.428,1.105 -1.3,0 -2.644,-0.173 -4.03,-0.52 -1.388,-0.346 -2.654,-0.91 -3.803,-1.69 -1.148,-0.78 -2.091,-1.82 -2.827,-3.12 -0.737,-1.3 -1.105,-2.903 -1.105,-4.81 0,-2.34 0.64,-4.225 1.918,-5.655 1.277,-1.43 2.925,-2.535 4.94,-3.315 2.015,-0.78 4.257,-1.3 6.728,-1.56 2.47,-0.26 4.875,-0.39 7.215,-0.39 v -0.52 c 0,-1.603 -0.564,-2.784 -1.69,-3.542 -1.127,-0.758 -2.514,-1.138 -4.16,-1.138 -1.517,0 -2.979,0.325 -4.388,0.975 -1.409,0.65 -2.61,1.43 -3.607,2.34 z m 19.564,13.845 h -1.364 c -1.17,0 -2.352,0.055 -3.543,0.163 -1.192,0.108 -2.254,0.315 -3.185,0.617 -0.933,0.304 -1.701,0.748 -2.308,1.333 -0.607,0.585 -0.91,1.355 -0.91,2.308 0,0.607 0.141,1.127 0.423,1.56 0.281,0.434 0.639,0.78 1.072,1.04 0.433,0.26 0.932,0.445 1.495,0.552 0.562,0.109 1.104,0.163 1.625,0.163 2.166,0 3.823,-0.595 4.973,-1.788 1.147,-1.191 1.722,-2.805 1.722,-4.842 z"
+
      id="path5369"
+
      inkscape:connector-curvature="0"
+
      style="fill:#0b0e1e" /><path
+
      d="m 597.079,475.313 c -0.606,-0.78 -1.43,-1.408 -2.47,-1.885 -1.04,-0.476 -2.103,-0.715 -3.185,-0.715 -1.128,0 -2.146,0.228 -3.056,0.683 -0.909,0.455 -1.689,1.062 -2.34,1.82 -0.649,0.759 -1.159,1.636 -1.527,2.632 -0.368,0.998 -0.553,2.059 -0.553,3.185 0,1.127 0.173,2.189 0.521,3.185 0.346,0.998 0.855,1.875 1.527,2.632 0.671,0.759 1.473,1.355 2.405,1.788 0.931,0.434 1.982,0.65 3.152,0.65 1.083,0 2.155,-0.205 3.218,-0.617 1.061,-0.412 1.917,-1.008 2.567,-1.788 l 5.915,7.215 c -1.344,1.3 -3.078,2.319 -5.2,3.055 -2.124,0.736 -4.378,1.105 -6.76,1.105 -2.558,0 -4.944,-0.39 -7.16,-1.17 -2.217,-0.78 -4.142,-1.917 -5.776,-3.413 -1.634,-1.496 -2.921,-3.304 -3.858,-5.428 -0.938,-2.123 -1.405,-4.527 -1.405,-7.215 0,-2.643 0.468,-5.026 1.405,-7.15 0.938,-2.123 2.224,-3.933 3.858,-5.428 1.635,-1.495 3.56,-2.643 5.776,-3.445 2.216,-0.801 4.581,-1.203 7.095,-1.203 1.17,0 2.329,0.109 3.478,0.325 1.147,0.217 2.253,0.51 3.315,0.877 1.061,0.369 2.036,0.824 2.925,1.365 0.888,0.542 1.657,1.137 2.308,1.787 z"
+
      id="path5371"
+
      inkscape:connector-curvature="0"
+
      style="fill:#0b0e1e" /></g><g
+
    id="g5379"
+
    transform="translate(0,-179.64991)"><path
+
      stroke-miterlimit="10"
+
      d="m 2025.785,1250.871 c 91.763,139.092 384.25,124.578 471.766,-13.686"
+
      id="path5375"
+
      inkscape:connector-curvature="0"
+
      style="fill:none;stroke:#000000;stroke-width:16;stroke-miterlimit:10" /><polygon
+
      stroke-miterlimit="10"
+
      points="2000.682,1227.874 2003.386,1269.635 2056.645,1228.818 "
+
      id="polygon5377"
+
      style="stroke:#000000;stroke-miterlimit:10" /></g><polygon
+
    points="1886.491,1251.984 1850.514,1291.287 1919.379,1291.287 "
+
    id="polygon5381"
+
    transform="translate(0,-179.64991)" /><polygon
+
    stroke-miterlimit="10"
+
    points="905.094,1742.378 939.64,1740.847 914.026,1708.009 "
+
    id="polygon5383"
+
    style="fill:#ffffff;stroke:#ffffff;stroke-miterlimit:10"
+
    transform="translate(0,-179.64991)" /><g
+
    id="g5393"
+
    transform="translate(0,-179.64991)"><defs
+
      id="defs5386"><rect
+
        id="SVGID_37_"
+
        x="1625"
+
        y="406.64999"
+
        width="245"
+
        height="120" /></defs><clipPath
+
      id="SVGID_38_"><use
+
        xlink:href="#SVGID_37_"
+
        overflow="visible"
+
        id="use5388"
+
        style="overflow:visible"
+
        x="0"
+
        y="0"
+
        width="100%"
+
        height="100%" /></clipPath><rect
+
      x="1625"
+
      y="406.64999"
+
      clip-path="url(#SVGID_38_)"
+
      width="245"
+
      height="120"
+
      id="rect5391"
+
      style="opacity:0;fill:#ffffff" /></g><g
+
    id="g5403"
+
    transform="translate(0,-179.64991)"><defs
+
      id="defs5396"><rect
+
        id="SVGID_39_"
+
        x="1722.4"
+
        y="429.448"
+
        width="296"
+
        height="145" /></defs><clipPath
+
      id="SVGID_40_"><use
+
        xlink:href="#SVGID_39_"
+
        overflow="visible"
+
        id="use5398"
+
        style="overflow:visible"
+
        x="0"
+
        y="0"
+
        width="100%"
+
        height="100%" /></clipPath><rect
+
      x="1722.4"
+
      y="429.448"
+
      clip-path="url(#SVGID_40_)"
+
      width="296"
+
      height="145"
+
      id="rect5401"
+
      style="opacity:0;fill:#ffffff" /></g><g
+
    id="g5433"
+
    transform="translate(0,-179.64991)"><path
+
      d="m 1930.867,347.302 c -34.193,0.009 -65.688,17.459 -82.255,45.574 -6.419,-1.5 -13.005,-2.272 -19.619,-2.303 -34.831,0.043 -65.933,20.512 -77.895,51.262 h -23.54 c -35.378,0 -63.855,28.48 -63.855,63.854 0,35.378 28.478,63.854 63.855,63.854 h 278.529 c 35.374,0 63.854,-28.476 63.854,-63.854 0,-28.978 -19.117,-53.32 -45.477,-61.178 0.311,-2.921 0.466,-5.853 0.469,-8.789 0,-48.834 -42.116,-88.42 -94.068,-88.42 z"
+
      id="path5405"
+
      inkscape:connector-curvature="0"
+
      style="fill:#3c3c3b" /><g
+
      id="g5415"><defs
+
        id="defs5408"><rect
+
          id="SVGID_41_"
+
          x="1737.5439"
+
          y="429.86801"
+
          width="260"
+
          height="127" /></defs><clipPath
+
        id="SVGID_42_"><use
+
          xlink:href="#SVGID_41_"
+
          overflow="visible"
+
          id="use5410"
+
          style="overflow:visible"
+
          x="0"
+
          y="0"
+
          width="100%"
+
          height="100%" /></clipPath><rect
+
        x="1737.5439"
+
        y="429.86801"
+
        clip-path="url(#SVGID_42_)"
+
        width="260"
+
        height="127"
+
        id="rect5413"
+
        style="opacity:0;fill:#ffffff" /></g><g
+
      id="g5431"><defs
+
        id="defs5418"><rect
+
          id="SVGID_43_"
+
          x="1745.5439"
+
          y="424.04099"
+
          width="260"
+
          height="127" /></defs><clipPath
+
        id="SVGID_44_"><use
+
          xlink:href="#SVGID_43_"
+
          overflow="visible"
+
          id="use5420"
+
          style="overflow:visible"
+
          x="0"
+
          y="0"
+
          width="100%"
+
          height="100%" /></clipPath><g
+
        clip-path="url(#SVGID_44_)"
+
        id="g5429"><defs
+
          id="defs5424"><rect
+
            id="SVGID_45_"
+
            x="1745.5439"
+
            y="424.04099"
+
            width="260"
+
            height="127" /></defs><clipPath
+
          id="SVGID_46_"><use
+
            xlink:href="#SVGID_45_"
+
            overflow="visible"
+
            id="use5426"
+
            style="overflow:visible"
+
            x="0"
+
            y="0"
+
            width="100%"
+
            height="100%" /></clipPath></g></g></g><sodipodi:namedview
+
    inkscape:pagecheckerboard="true"
+
    inkscape:window-width="1920"
+
    inkscape:pageopacity="0.0"
+
    inkscape:document-units="mm"
+
    inkscape:pageshadow="2"
+
    inkscape:window-height="986"
+
    inkscape:current-layer="Ebene_1"
+
    inkscape:window-x="-11"
+
    inkscape:window-y="-11"
+
    inkscape:window-maximized="1"
+
    inkscape:cx="693.58211"
+
    inkscape:cy="605.97485"
+
    inkscape:zoom="0.24748737"
+
    pagecolor="#ffffff"
+
    borderopacity="1.0"
+
    bordercolor="#666666"
+
    showgrid="false"
+
    id="base" /><path
+
    d="m 849.333,1731.0181 c 19,16 -242.895,78.739 -265.793,203.271 -17.999,97.886 60.794,555.716 387.778,344.034 10.34,-6.694 18.521,-15.124 25.345,-24.86"
+
    id="path5436"
+
    inkscape:connector-curvature="0"
+
    style="fill:none;stroke:#ffffff;stroke-width:15" /><g
+
    id="g5442"
+
    transform="translate(0,-179.64991)"><rect
+
      x="279"
+
      y="2578.6111"
+
      width="384.48001"
+
      height="10.847"
+
      id="rect5438"
+
      style="fill:#fdd69a" /><rect
+
      x="630.02899"
+
      y="2508.8069"
+
      transform="matrix(0.7061,-0.7081,0.7081,0.7061,-1565.5503,1256.451)"
+
      width="201.661"
+
      height="10.846"
+
      id="rect5440"
+
      style="fill:#fdd69a" /></g><g
+
    id="g5448"
+
    transform="translate(0,-179.64991)"><rect
+
      x="77"
+
      y="2301.5649"
+
      width="420.867"
+
      height="10.847"
+
      id="rect5444"
+
      style="fill:#b4ddde" /><polygon
+
      points="577.606,2229.594 497.889,2312.412 490.475,2304.754 570.192,2221.935 "
+
      id="polygon5446"
+
      style="fill:#b4ddde" /></g><g
+
    id="g5454"
+
    transform="translate(0,-179.64991)"><rect
+
      x="2094.5149"
+
      y="2619.6111"
+
      width="431.272"
+
      height="10.847"
+
      id="rect5450"
+
      style="fill:#a7d5c5" /><polygon
+
      points="1917,2455.507 2094.338,2630.305 2102.406,2622.8 1925.067,2448 "
+
      id="polygon5452"
+
      style="fill:#a7d5c5" /></g><g
+
    id="g5460"
+
    transform="translate(0,-179.64991)"><rect
+
      x="2296.7939"
+
      y="1914.458"
+
      width="394.20599"
+
      height="11.862"
+
      id="rect5456"
+
      style="fill:#bfd2e3" /><polygon
+
      points="2106.562,2124.213 2296.771,1914.459 2303.964,1923.02 2113.752,2132.776 "
+
      id="polygon5458"
+
      style="fill:#bfd2e3" /></g><g
+
    id="g5472"
+
    transform="translate(0,-179.64991)"><g
+
      id="g5468"><rect
+
        x="621"
+
        y="2700.5129"
+
        width="700.62799"
+
        height="10.847"
+
        id="rect5462"
+
        style="fill:#dda6a1" /><rect
+
        x="1298.452"
+
        y="2655.563"
+
        transform="matrix(0.7061,-0.7081,0.7081,0.7061,-1483.2957,1748.1353)"
+
        width="131.74001"
+
        height="10.846"
+
        id="rect5464"
+
        style="fill:#dda6a1" /><rect
+
        x="1261.283"
+
        y="2465.335"
+
        transform="matrix(-0.004,1,-1,-0.004,3886.4299,1070.6899)"
+
        width="297.47198"
+
        height="10.845"
+
        id="rect5466"
+
        style="fill:#dda6a1" /></g><path
+
      stroke-miterlimit="10"
+
      d="m 619.509,2708.772 c 0,9.532 -7.721,17.26 -17.259,17.26 -9.529,0 -17.25,-7.728 -17.25,-17.26 0,-9.529 7.721,-17.26 17.25,-17.26 9.538,10e-4 17.259,7.731 17.259,17.26 z"
+
      id="path5470"
+
      inkscape:connector-curvature="0"
+
      style="fill:none;stroke:#dda6a1;stroke-width:14;stroke-miterlimit:10" /></g><path
+
    stroke-miterlimit="10"
+
    d="m 2561.041,2441.8081 c 0,9.532 -7.721,17.26 -17.259,17.26 -9.529,0 -17.25,-7.728 -17.25,-17.26 0,-9.529 7.721,-17.26 17.25,-17.26 9.538,0 17.259,7.731 17.259,17.26 z"
+
    id="path5474"
+
    inkscape:connector-curvature="0"
+
    style="fill:none;stroke:#a7d5c5;stroke-width:14;stroke-miterlimit:10" /><path
+
    stroke-miterlimit="10"
+
    d="m 2726.254,1737.3501 c 0,9.532 -7.721,17.26 -17.259,17.26 -9.529,0 -17.25,-7.728 -17.25,-17.26 0,-9.529 7.721,-17.26 17.25,-17.26 9.538,0 17.259,7.731 17.259,17.26 z"
+
    id="path5476"
+
    inkscape:connector-curvature="0"
+
    style="fill:none;stroke:#b2cbdd;stroke-width:14;stroke-miterlimit:10" /><path
+
    d="m 1520.857,2061.2661 c 0.056,-0.145 0.448,-0.114 0.877,0.05 0.429,0.165 0.742,0.406 0.686,0.551 -0.054,0.137 -0.45,0.114 -0.879,-0.051 -0.429,-0.164 -0.735,-0.413 -0.684,-0.55 z"
+
    id="path5478"
+
    inkscape:connector-curvature="0"
+
    style="fill:#ffffff" /><path
+
    d="m 1399.399,2300.0241 c -7.744,20.119 -25.711,31.898 -40.17,26.333"
+
    id="path5480"
+
    inkscape:connector-curvature="0"
+
    style="fill:none" /><g
+
    id="g5518"
+
    transform="translate(0,-179.64991)"><path
+
      d="m 102.744,2198.305 h 11.088 c 1.951,0 3.712,0.176 5.28,0.527 1.567,0.353 2.911,0.929 4.031,1.729 1.12,0.8 1.984,1.824 2.593,3.072 0.607,1.247 0.912,2.752 0.912,4.512 0,1.889 -0.353,3.473 -1.057,4.752 -0.704,1.279 -1.656,2.312 -2.855,3.096 -1.2,0.784 -2.601,1.352 -4.2,1.704 -1.601,0.353 -3.296,0.528 -5.088,0.528 h -4.656 v 14.063 h -6.048 z m 10.272,14.832 c 0.992,0 1.937,-0.072 2.832,-0.217 0.895,-0.145 1.696,-0.399 2.4,-0.768 0.703,-0.367 1.264,-0.871 1.68,-1.512 0.416,-0.641 0.624,-1.473 0.624,-2.496 0,-0.992 -0.208,-1.801 -0.624,-2.424 -0.416,-0.625 -0.968,-1.112 -1.655,-1.465 -0.688,-0.352 -1.473,-0.584 -2.353,-0.695 -0.881,-0.112 -1.784,-0.168 -2.712,-0.168 h -4.416 v 9.744 h 4.224 z"
+
      id="path5482"
+
      inkscape:connector-curvature="0"
+
      style="fill:#ffffff" /><path
+
      d="m 132.023,2198.305 h 11.808 c 1.6,0 3.151,0.168 4.656,0.504 1.504,0.336 2.84,0.888 4.008,1.655 1.168,0.769 2.104,1.776 2.809,3.024 0.703,1.248 1.056,2.768 1.056,4.56 0,2.465 -0.696,4.473 -2.088,6.024 -1.393,1.553 -3.288,2.6 -5.688,3.145 l 9.072,15.071 h -7.296 l -7.872,-14.399 h -4.416 v 14.399 h -6.048 v -33.983 z m 10.993,14.638 c 0.863,0 1.728,-0.062 2.592,-0.191 0.864,-0.127 1.64,-0.367 2.328,-0.72 0.688,-0.353 1.255,-0.856 1.704,-1.513 0.447,-0.654 0.672,-1.495 0.672,-2.52 0,-0.928 -0.209,-1.688 -0.624,-2.279 -0.416,-0.592 -0.944,-1.064 -1.584,-1.416 -0.641,-0.353 -1.368,-0.592 -2.185,-0.721 -0.815,-0.127 -1.607,-0.191 -2.376,-0.191 h -5.472 v 9.551 z"
+
      id="path5484"
+
      inkscape:connector-curvature="0"
+
      style="fill:#ffffff" /><path
+
      d="m 160.583,2215.2 c 0,-2.72 0.456,-5.176 1.368,-7.368 0.911,-2.191 2.175,-4.057 3.792,-5.592 1.615,-1.536 3.535,-2.72 5.76,-3.553 2.224,-0.831 4.647,-1.248 7.271,-1.248 2.656,0 5.104,0.417 7.345,1.248 2.239,0.833 4.176,2.017 5.808,3.553 1.632,1.535 2.904,3.4 3.816,5.592 0.911,2.192 1.367,4.648 1.367,7.368 0,2.656 -0.456,5.081 -1.367,7.272 -0.912,2.191 -2.185,4.08 -3.816,5.664 -1.631,1.584 -3.568,2.815 -5.808,3.695 -2.24,0.88 -4.688,1.32 -7.345,1.32 -2.624,0 -5.048,-0.44 -7.271,-1.32 -2.225,-0.88 -4.145,-2.111 -5.76,-3.695 -1.617,-1.584 -2.881,-3.473 -3.792,-5.664 -0.912,-2.191 -1.368,-4.616 -1.368,-7.272 z m 6.576,0 c 0,1.823 0.279,3.497 0.84,5.017 0.56,1.52 1.359,2.84 2.399,3.959 1.04,1.121 2.272,1.992 3.696,2.616 1.424,0.624 3,0.937 4.728,0.937 1.729,0 3.312,-0.312 4.752,-0.937 1.44,-0.624 2.681,-1.495 3.721,-2.616 1.039,-1.119 1.84,-2.439 2.399,-3.959 0.559,-1.52 0.841,-3.193 0.841,-5.017 0,-1.76 -0.281,-3.392 -0.841,-4.896 -0.56,-1.504 -1.352,-2.816 -2.376,-3.937 -1.024,-1.121 -2.256,-1.999 -3.695,-2.64 -1.44,-0.641 -3.041,-0.961 -4.801,-0.961 -1.76,0 -3.353,0.32 -4.775,0.961 -1.425,0.641 -2.648,1.52 -3.672,2.64 -1.024,1.12 -1.816,2.433 -2.376,3.937 -0.561,1.505 -0.84,3.136 -0.84,4.896 z"
+
      id="path5486"
+
      inkscape:connector-curvature="0"
+
      style="fill:#ffffff" /><path
+
      d="m 208.392,2203.584 h -10.416 v -5.279 h 26.88 v 5.279 H 214.44 v 28.704 h -6.048 z"
+
      id="path5488"
+
      inkscape:connector-curvature="0"
+
      style="fill:#ffffff" /><path
+
      d="m 228.791,2198.305 h 22.512 v 5.279 h -16.464 v 8.641 h 15.6 v 5.088 h -15.6 v 9.6 h 17.328 v 5.376 h -23.376 z"
+
      id="path5490"
+
      inkscape:connector-curvature="0"
+
      style="fill:#ffffff" /><path
+
      d="m 258.07,2198.305 h 6.048 v 33.983 h -6.048 z"
+
      id="path5492"
+
      inkscape:connector-curvature="0"
+
      style="fill:#ffffff" /><path
+
      d="m 271.605,2198.305 h 8.016 l 15.792,25.439 h 0.097 v -25.439 h 6.048 v 33.983 h -7.681 l -16.128,-26.256 h -0.096 v 26.256 h -6.048 z"
+
      id="path5494"
+
      inkscape:connector-curvature="0"
+
      style="fill:#ffffff" /><path
+
      d="m 102.744,2255.904 h 6.048 v 33.983 h -6.048 z"
+
      id="path5496"
+
      inkscape:connector-curvature="0"
+
      style="fill:#ffffff" /><path
+
      d="m 116.28,2255.904 h 8.016 l 15.792,25.439 h 0.097 v -25.439 h 6.048 v 33.983 h -7.681 l -16.128,-26.256 h -0.096 v 26.256 h -6.048 z"
+
      id="path5498"
+
      inkscape:connector-curvature="0"
+
      style="fill:#ffffff" /><path
+
      d="m 160.585,2261.184 h -10.416 v -5.279 h 26.88 v 5.279 h -10.416 v 28.704 h -6.048 z"
+
      id="path5500"
+
      inkscape:connector-curvature="0"
+
      style="fill:#ffffff" /><path
+
      d="m 180.984,2255.904 h 22.512 v 5.279 h -16.464 v 8.641 h 15.6 v 5.088 h -15.6 v 9.6 h 17.328 v 5.376 h -23.376 z"
+
      id="path5502"
+
      inkscape:connector-curvature="0"
+
      style="fill:#ffffff" /><path
+
      d="m 210.264,2255.904 h 11.808 c 1.6,0 3.151,0.168 4.656,0.504 1.504,0.336 2.84,0.888 4.008,1.655 1.168,0.769 2.104,1.776 2.809,3.024 0.703,1.248 1.056,2.768 1.056,4.56 0,2.465 -0.696,4.473 -2.088,6.024 -1.393,1.553 -3.288,2.6 -5.688,3.145 l 9.072,15.071 H 228.6 l -7.872,-14.399 h -4.416 v 14.399 h -6.048 z m 10.992,14.639 c 0.863,0 1.728,-0.062 2.592,-0.191 0.864,-0.127 1.64,-0.367 2.328,-0.72 0.688,-0.353 1.255,-0.856 1.704,-1.513 0.447,-0.654 0.672,-1.495 0.672,-2.52 0,-0.928 -0.209,-1.688 -0.624,-2.279 -0.416,-0.592 -0.944,-1.064 -1.584,-1.416 -0.641,-0.353 -1.368,-0.592 -2.185,-0.721 -0.815,-0.127 -1.607,-0.191 -2.376,-0.191 h -5.472 v 9.551 z"
+
      id="path5504"
+
      inkscape:connector-curvature="0"
+
      style="fill:#ffffff" /><path
+
      d="m 251.111,2255.904 h 5.231 l 14.641,33.983 h -6.912 l -3.168,-7.776 h -14.736 l -3.072,7.776 h -6.768 z m 7.68,21.024 -5.232,-13.824 -5.328,13.824 z"
+
      id="path5506"
+
      inkscape:connector-curvature="0"
+
      style="fill:#ffffff" /><path
+
      d="m 298.008,2263.871 c -0.896,-1.215 -2.064,-2.104 -3.505,-2.664 -1.439,-0.559 -2.848,-0.84 -4.224,-0.84 -1.76,0 -3.36,0.32 -4.8,0.961 -1.44,0.641 -2.681,1.52 -3.72,2.64 -1.041,1.12 -1.841,2.433 -2.4,3.937 -0.561,1.504 -0.84,3.136 -0.84,4.896 0,1.856 0.271,3.552 0.815,5.088 0.544,1.536 1.32,2.856 2.328,3.96 1.008,1.104 2.216,1.961 3.624,2.568 1.408,0.607 2.992,0.912 4.752,0.912 1.824,0 3.439,-0.36 4.849,-1.08 1.407,-0.721 2.544,-1.672 3.407,-2.856 l 4.849,3.408 c -1.505,1.888 -3.345,3.353 -5.521,4.392 -2.176,1.039 -4.72,1.561 -7.632,1.561 -2.656,0 -5.096,-0.44 -7.32,-1.32 -2.224,-0.88 -4.136,-2.111 -5.735,-3.695 -1.601,-1.584 -2.849,-3.473 -3.744,-5.664 -0.896,-2.191 -1.344,-4.616 -1.344,-7.272 0,-2.72 0.472,-5.176 1.416,-7.368 0.943,-2.191 2.239,-4.057 3.888,-5.592 1.647,-1.536 3.592,-2.72 5.832,-3.553 2.239,-0.831 4.672,-1.248 7.296,-1.248 1.088,0 2.224,0.105 3.408,0.312 1.184,0.209 2.319,0.528 3.408,0.96 1.087,0.433 2.111,0.968 3.071,1.608 0.96,0.64 1.776,1.408 2.448,2.304 z"
+
      id="path5508"
+
      inkscape:connector-curvature="0"
+
      style="fill:#ffffff" /><path
+
      d="m 313.464,2261.184 h -10.416 v -5.279 h 26.88 v 5.279 h -10.416 v 28.704 h -6.048 z"
+
      id="path5510"
+
      inkscape:connector-curvature="0"
+
      style="fill:#ffffff" /><path
+
      d="m 333.863,2255.904 h 6.048 v 33.983 h -6.048 z"
+
      id="path5512"
+
      inkscape:connector-curvature="0"
+
      style="fill:#ffffff" /><path
+
      d="m 345.768,2272.8 c 0,-2.72 0.456,-5.176 1.368,-7.368 0.911,-2.191 2.175,-4.057 3.792,-5.592 1.615,-1.536 3.535,-2.72 5.76,-3.553 2.224,-0.831 4.647,-1.248 7.271,-1.248 2.656,0 5.104,0.417 7.345,1.248 2.239,0.833 4.176,2.017 5.808,3.553 1.632,1.535 2.904,3.4 3.816,5.592 0.911,2.192 1.367,4.648 1.367,7.368 0,2.656 -0.456,5.081 -1.367,7.272 -0.912,2.191 -2.185,4.08 -3.816,5.664 -1.631,1.584 -3.568,2.815 -5.808,3.695 -2.24,0.88 -4.688,1.32 -7.345,1.32 -2.624,0 -5.048,-0.44 -7.271,-1.32 -2.225,-0.88 -4.145,-2.111 -5.76,-3.695 -1.617,-1.584 -2.881,-3.473 -3.792,-5.664 -0.912,-2.191 -1.368,-4.616 -1.368,-7.272 z m 6.576,0 c 0,1.823 0.279,3.497 0.84,5.017 0.56,1.52 1.359,2.84 2.399,3.959 1.04,1.121 2.272,1.992 3.696,2.616 1.424,0.624 3,0.937 4.728,0.937 1.729,0 3.312,-0.312 4.752,-0.937 1.44,-0.624 2.681,-1.495 3.721,-2.616 1.039,-1.119 1.84,-2.439 2.399,-3.959 0.559,-1.52 0.841,-3.193 0.841,-5.017 0,-1.76 -0.281,-3.392 -0.841,-4.896 -0.56,-1.504 -1.352,-2.816 -2.376,-3.937 -1.024,-1.121 -2.256,-1.999 -3.695,-2.64 -1.44,-0.641 -3.041,-0.961 -4.801,-0.961 -1.76,0 -3.353,0.32 -4.775,0.961 -1.425,0.641 -2.648,1.52 -3.672,2.64 -1.024,1.12 -1.816,2.433 -2.376,3.937 -0.561,1.504 -0.84,3.136 -0.84,4.896 z"
+
      id="path5514"
+
      inkscape:connector-curvature="0"
+
      style="fill:#ffffff" /><path
+
      d="m 388.151,2255.904 h 8.016 l 15.792,25.439 h 0.097 v -25.439 h 6.048 v 33.983 h -7.681 l -16.128,-26.256 h -0.096 v 26.256 h -6.048 z"
+
      id="path5516"
+
      inkscape:connector-curvature="0"
+
      style="fill:#ffffff" /></g><g
+
    id="g5540"
+
    transform="translate(0,-179.64991)"><path
+
      d="m 315.434,2539.271 c -0.896,-1.215 -2.064,-2.104 -3.505,-2.664 -1.439,-0.559 -2.848,-0.84 -4.224,-0.84 -1.76,0 -3.36,0.32 -4.8,0.961 -1.44,0.641 -2.681,1.52 -3.72,2.64 -1.041,1.12 -1.841,2.433 -2.4,3.937 -0.561,1.504 -0.84,3.136 -0.84,4.896 0,1.856 0.271,3.552 0.815,5.088 0.544,1.536 1.32,2.856 2.328,3.96 1.008,1.104 2.216,1.961 3.624,2.568 1.408,0.607 2.992,0.912 4.752,0.912 1.824,0 3.439,-0.36 4.849,-1.08 1.407,-0.721 2.544,-1.672 3.407,-2.856 l 4.849,3.408 c -1.505,1.888 -3.345,3.353 -5.521,4.392 -2.176,1.039 -4.72,1.561 -7.632,1.561 -2.656,0 -5.096,-0.44 -7.32,-1.32 -2.224,-0.88 -4.136,-2.111 -5.735,-3.695 -1.601,-1.584 -2.849,-3.473 -3.744,-5.664 -0.896,-2.191 -1.344,-4.616 -1.344,-7.272 0,-2.72 0.472,-5.176 1.416,-7.368 0.943,-2.191 2.239,-4.057 3.888,-5.592 1.647,-1.536 3.592,-2.72 5.832,-3.553 2.239,-0.831 4.672,-1.248 7.296,-1.248 1.088,0 2.224,0.105 3.408,0.312 1.184,0.209 2.319,0.528 3.408,0.96 1.087,0.433 2.111,0.968 3.071,1.608 0.96,0.64 1.776,1.408 2.448,2.304 z"
+
      id="path5520"
+
      inkscape:connector-curvature="0"
+
      style="fill:#ffffff" /><path
+
      d="m 324.313,2531.305 h 11.808 c 1.6,0 3.151,0.168 4.656,0.504 1.504,0.336 2.84,0.888 4.008,1.655 1.168,0.769 2.104,1.776 2.809,3.024 0.703,1.248 1.056,2.768 1.056,4.56 0,2.465 -0.696,4.473 -2.088,6.024 -1.393,1.553 -3.288,2.6 -5.688,3.145 l 9.072,15.071 h -7.296 l -7.872,-14.399 h -4.416 v 14.399 h -6.048 v -33.983 z m 10.993,14.638 c 0.863,0 1.728,-0.062 2.592,-0.191 0.864,-0.127 1.64,-0.367 2.328,-0.72 0.688,-0.353 1.255,-0.856 1.704,-1.513 0.447,-0.654 0.672,-1.495 0.672,-2.52 0,-0.928 -0.209,-1.688 -0.624,-2.279 -0.416,-0.592 -0.944,-1.064 -1.584,-1.416 -0.641,-0.353 -1.368,-0.592 -2.185,-0.721 -0.815,-0.127 -1.607,-0.191 -2.376,-0.191 h -5.472 v 9.551 z"
+
      id="path5522"
+
      inkscape:connector-curvature="0"
+
      style="fill:#ffffff" /><path
+
      d="m 354.506,2531.305 h 6.048 v 33.983 h -6.048 z"
+
      id="path5524"
+
      inkscape:connector-curvature="0"
+
      style="fill:#ffffff" /><path
+
      d="m 385.37,2538.408 c -0.641,-0.832 -1.545,-1.527 -2.712,-2.088 -1.169,-0.56 -2.345,-0.84 -3.528,-0.84 -0.704,0 -1.408,0.088 -2.112,0.264 -0.704,0.176 -1.344,0.448 -1.92,0.816 -0.576,0.367 -1.048,0.848 -1.416,1.439 -0.368,0.593 -0.552,1.305 -0.552,2.137 0,0.768 0.16,1.424 0.479,1.967 0.32,0.545 0.76,1.009 1.32,1.393 0.56,0.384 1.24,0.721 2.04,1.008 0.8,0.288 1.68,0.576 2.64,0.864 1.088,0.353 2.216,0.752 3.385,1.2 1.167,0.448 2.239,1.04 3.216,1.775 0.976,0.736 1.776,1.664 2.399,2.784 0.624,1.12 0.937,2.513 0.937,4.177 0,1.823 -0.336,3.416 -1.008,4.775 -0.672,1.36 -1.568,2.488 -2.688,3.384 -1.12,0.896 -2.432,1.568 -3.936,2.017 -1.505,0.447 -3.089,0.672 -4.752,0.672 -2.208,0 -4.368,-0.408 -6.48,-1.225 -2.111,-0.815 -3.84,-2.023 -5.184,-3.623 l 4.319,-4.033 c 0.832,1.152 1.944,2.064 3.337,2.736 1.392,0.672 2.76,1.008 4.104,1.008 0.703,0 1.424,-0.088 2.16,-0.264 0.735,-0.176 1.399,-0.472 1.992,-0.888 0.592,-0.415 1.071,-0.937 1.439,-1.56 0.368,-0.625 0.552,-1.4 0.552,-2.328 0,-0.896 -0.208,-1.641 -0.623,-2.232 -0.417,-0.592 -0.977,-1.104 -1.681,-1.536 -0.704,-0.432 -1.536,-0.808 -2.496,-1.128 -0.96,-0.319 -1.968,-0.655 -3.023,-1.008 -1.024,-0.32 -2.049,-0.703 -3.072,-1.152 -1.024,-0.447 -1.944,-1.039 -2.76,-1.775 -0.816,-0.736 -1.48,-1.641 -1.992,-2.713 -0.513,-1.071 -0.768,-2.407 -0.768,-4.008 0,-1.728 0.359,-3.216 1.079,-4.464 0.721,-1.248 1.664,-2.28 2.832,-3.096 1.168,-0.816 2.496,-1.424 3.984,-1.824 1.488,-0.399 3,-0.601 4.536,-0.601 1.728,0 3.479,0.305 5.256,0.912 1.776,0.609 3.319,1.521 4.632,2.736 z"
+
      id="path5526"
+
      inkscape:connector-curvature="0"
+
      style="fill:#ffffff" /><path
+
      d="m 395.594,2531.305 h 11.088 c 1.951,0 3.712,0.176 5.28,0.527 1.567,0.353 2.911,0.929 4.031,1.729 1.12,0.8 1.984,1.824 2.593,3.072 0.607,1.247 0.912,2.752 0.912,4.512 0,1.889 -0.353,3.473 -1.057,4.752 -0.704,1.279 -1.656,2.312 -2.855,3.096 -1.2,0.784 -2.601,1.352 -4.2,1.704 -1.601,0.353 -3.296,0.528 -5.088,0.528 h -4.656 v 14.063 h -6.048 z m 10.271,14.832 c 0.992,0 1.937,-0.072 2.832,-0.217 0.895,-0.145 1.696,-0.399 2.4,-0.768 0.703,-0.367 1.264,-0.871 1.68,-1.512 0.416,-0.641 0.624,-1.473 0.624,-2.496 0,-0.992 -0.208,-1.801 -0.624,-2.424 -0.416,-0.625 -0.968,-1.112 -1.655,-1.465 -0.688,-0.352 -1.473,-0.584 -2.353,-0.695 -0.881,-0.112 -1.784,-0.168 -2.712,-0.168 h -4.416 v 9.744 h 4.224 z"
+
      id="path5528"
+
      inkscape:connector-curvature="0"
+
      style="fill:#ffffff" /><path
+
      d="m 424.873,2531.305 h 11.808 c 1.6,0 3.151,0.168 4.656,0.504 1.504,0.336 2.84,0.888 4.008,1.655 1.168,0.769 2.104,1.776 2.809,3.024 0.703,1.248 1.056,2.768 1.056,4.56 0,2.465 -0.696,4.473 -2.088,6.024 -1.393,1.553 -3.288,2.6 -5.688,3.145 l 9.072,15.071 h -7.296 l -7.872,-14.399 h -4.416 v 14.399 h -6.048 v -33.983 z m 10.992,14.638 c 0.863,0 1.728,-0.062 2.592,-0.191 0.864,-0.127 1.64,-0.367 2.328,-0.72 0.688,-0.353 1.255,-0.856 1.704,-1.513 0.447,-0.654 0.672,-1.495 0.672,-2.52 0,-0.928 -0.209,-1.688 -0.624,-2.279 -0.416,-0.592 -0.944,-1.064 -1.584,-1.416 -0.641,-0.353 -1.368,-0.592 -2.185,-0.721 -0.815,-0.127 -1.607,-0.191 -2.376,-0.191 h -5.472 v 9.551 z"
+
      id="path5530"
+
      inkscape:connector-curvature="0"
+
      style="fill:#ffffff" /><path
+
      d="m 491.593,2539.271 c -0.896,-1.215 -2.064,-2.104 -3.505,-2.664 -1.439,-0.559 -2.848,-0.84 -4.224,-0.84 -1.76,0 -3.36,0.32 -4.8,0.961 -1.44,0.641 -2.681,1.52 -3.72,2.64 -1.041,1.12 -1.841,2.433 -2.4,3.937 -0.561,1.504 -0.84,3.136 -0.84,4.896 0,1.856 0.271,3.552 0.815,5.088 0.544,1.536 1.32,2.856 2.328,3.96 1.008,1.104 2.216,1.961 3.624,2.568 1.408,0.607 2.992,0.912 4.752,0.912 1.824,0 3.439,-0.36 4.849,-1.08 1.407,-0.721 2.544,-1.672 3.407,-2.856 l 4.849,3.408 c -1.505,1.888 -3.345,3.353 -5.521,4.392 -2.176,1.039 -4.72,1.561 -7.632,1.561 -2.656,0 -5.096,-0.44 -7.32,-1.32 -2.224,-0.88 -4.136,-2.111 -5.735,-3.695 -1.601,-1.584 -2.849,-3.473 -3.744,-5.664 -0.896,-2.191 -1.344,-4.616 -1.344,-7.272 0,-2.72 0.472,-5.176 1.416,-7.368 0.943,-2.191 2.239,-4.057 3.888,-5.592 1.647,-1.536 3.592,-2.72 5.832,-3.553 2.239,-0.831 4.672,-1.248 7.296,-1.248 1.088,0 2.224,0.105 3.408,0.312 1.184,0.209 2.319,0.528 3.408,0.96 1.087,0.433 2.111,0.968 3.071,1.608 0.96,0.64 1.776,1.408 2.448,2.304 z"
+
      id="path5532"
+
      inkscape:connector-curvature="0"
+
      style="fill:#ffffff" /><path
+
      d="m 510.553,2531.305 h 5.231 l 14.641,33.983 h -6.912 l -3.168,-7.776 h -14.736 l -3.072,7.776 h -6.768 z m 7.679,21.023 -5.232,-13.824 -5.328,13.824 z"
+
      id="path5534"
+
      inkscape:connector-curvature="0"
+
      style="fill:#ffffff" /><path
+
      d="m 551.113,2538.408 c -0.641,-0.832 -1.545,-1.527 -2.712,-2.088 -1.169,-0.56 -2.345,-0.84 -3.528,-0.84 -0.704,0 -1.408,0.088 -2.112,0.264 -0.704,0.176 -1.344,0.448 -1.92,0.816 -0.576,0.367 -1.048,0.848 -1.416,1.439 -0.368,0.593 -0.552,1.305 -0.552,2.137 0,0.768 0.16,1.424 0.479,1.967 0.32,0.545 0.76,1.009 1.32,1.393 0.56,0.384 1.24,0.721 2.04,1.008 0.8,0.288 1.68,0.576 2.64,0.864 1.088,0.353 2.216,0.752 3.385,1.2 1.167,0.448 2.239,1.04 3.216,1.775 0.976,0.736 1.776,1.664 2.399,2.784 0.624,1.12 0.937,2.513 0.937,4.177 0,1.823 -0.336,3.416 -1.008,4.775 -0.672,1.36 -1.568,2.488 -2.688,3.384 -1.12,0.896 -2.432,1.568 -3.936,2.017 -1.505,0.447 -3.089,0.672 -4.752,0.672 -2.208,0 -4.368,-0.408 -6.48,-1.225 -2.111,-0.815 -3.84,-2.023 -5.184,-3.623 l 4.319,-4.033 c 0.832,1.152 1.944,2.064 3.337,2.736 1.392,0.672 2.76,1.008 4.104,1.008 0.703,0 1.424,-0.088 2.16,-0.264 0.735,-0.176 1.399,-0.472 1.992,-0.888 0.592,-0.415 1.071,-0.937 1.439,-1.56 0.368,-0.625 0.552,-1.4 0.552,-2.328 0,-0.896 -0.208,-1.641 -0.623,-2.232 -0.417,-0.592 -0.977,-1.104 -1.681,-1.536 -0.704,-0.432 -1.536,-0.808 -2.496,-1.128 -0.96,-0.319 -1.968,-0.655 -3.023,-1.008 -1.024,-0.32 -2.049,-0.703 -3.072,-1.152 -1.024,-0.447 -1.944,-1.039 -2.76,-1.775 -0.816,-0.736 -1.48,-1.641 -1.992,-2.713 -0.513,-1.071 -0.768,-2.407 -0.768,-4.008 0,-1.728 0.359,-3.216 1.079,-4.464 0.721,-1.248 1.664,-2.28 2.832,-3.096 1.168,-0.816 2.496,-1.424 3.984,-1.824 1.488,-0.399 3,-0.601 4.536,-0.601 1.728,0 3.479,0.305 5.256,0.912 1.776,0.609 3.319,1.521 4.632,2.736 z"
+
      id="path5536"
+
      inkscape:connector-curvature="0"
+
      style="fill:#ffffff" /><path
+
      d="m 565.656,2565.288 8.735,-12.624 -0.048,-0.048 c -0.479,0.224 -1.064,0.384 -1.752,0.479 -0.688,0.096 -1.32,0.145 -1.896,0.145 -1.504,0 -2.912,-0.279 -4.224,-0.84 -1.312,-0.56 -2.465,-1.328 -3.456,-2.305 -0.992,-0.976 -1.769,-2.127 -2.328,-3.455 -0.559,-1.328 -0.84,-2.761 -0.84,-4.297 0,-1.791 0.319,-3.424 0.96,-4.896 0.64,-1.472 1.512,-2.728 2.616,-3.769 1.104,-1.039 2.416,-1.84 3.936,-2.399 1.52,-0.559 3.145,-0.841 4.872,-0.841 1.76,0 3.4,0.297 4.92,0.889 1.52,0.592 2.84,1.416 3.96,2.473 1.12,1.055 1.992,2.296 2.616,3.719 0.624,1.425 0.937,2.953 0.937,4.584 0,0.961 -0.08,1.865 -0.24,2.713 -0.16,0.848 -0.393,1.664 -0.696,2.447 -0.305,0.785 -0.672,1.577 -1.104,2.377 -0.433,0.8 -0.921,1.631 -1.464,2.496 l -8.496,13.151 h -7.008 z m 13.152,-23.328 c 0,-0.896 -0.152,-1.743 -0.456,-2.544 -0.305,-0.799 -0.744,-1.512 -1.319,-2.136 -0.576,-0.624 -1.265,-1.12 -2.064,-1.488 -0.8,-0.367 -1.696,-0.552 -2.688,-0.552 -1.953,0 -3.528,0.633 -4.729,1.896 -1.201,1.263 -1.8,2.903 -1.8,4.92 0,0.959 0.151,1.848 0.456,2.664 0.304,0.815 0.744,1.512 1.319,2.088 0.576,0.576 1.256,1.031 2.04,1.367 0.784,0.336 1.656,0.504 2.616,0.504 0.96,0 1.849,-0.159 2.664,-0.479 0.816,-0.319 1.52,-0.775 2.112,-1.368 0.592,-0.592 1.048,-1.303 1.368,-2.136 0.32,-0.832 0.481,-1.744 0.481,-2.736 z"
+
      id="path5538"
+
      inkscape:connector-curvature="0"
+
      style="fill:#ffffff" /></g><g
+
    id="g5584"
+
    transform="translate(0,-179.64991)"><path
+
      d="m 656.679,2665.271 c -0.896,-1.215 -2.064,-2.104 -3.505,-2.664 -1.439,-0.559 -2.848,-0.84 -4.224,-0.84 -1.76,0 -3.36,0.32 -4.8,0.961 -1.44,0.641 -2.681,1.52 -3.72,2.64 -1.041,1.12 -1.841,2.433 -2.4,3.937 -0.561,1.504 -0.84,3.136 -0.84,4.896 0,1.856 0.271,3.552 0.815,5.088 0.544,1.536 1.32,2.856 2.328,3.96 1.008,1.104 2.216,1.961 3.624,2.568 1.408,0.607 2.992,0.912 4.752,0.912 1.824,0 3.439,-0.36 4.849,-1.08 1.407,-0.721 2.544,-1.672 3.407,-2.856 l 4.849,3.408 c -1.505,1.888 -3.345,3.353 -5.521,4.392 -2.176,1.039 -4.72,1.561 -7.632,1.561 -2.656,0 -5.096,-0.44 -7.32,-1.32 -2.224,-0.88 -4.136,-2.111 -5.735,-3.695 -1.601,-1.584 -2.849,-3.473 -3.744,-5.664 -0.896,-2.191 -1.344,-4.616 -1.344,-7.272 0,-2.72 0.472,-5.176 1.416,-7.368 0.943,-2.191 2.239,-4.057 3.888,-5.592 1.647,-1.536 3.592,-2.72 5.832,-3.553 2.239,-0.831 4.672,-1.248 7.296,-1.248 1.088,0 2.224,0.105 3.408,0.312 1.184,0.209 2.319,0.528 3.408,0.96 1.087,0.433 2.111,0.968 3.071,1.608 0.96,0.64 1.776,1.408 2.448,2.304 z"
+
      id="path5542"
+
      inkscape:connector-curvature="0"
+
      style="fill:#ffffff" /><path
+
      d="m 673.19,2676.553 -12.769,-19.248 h 7.393 l 8.544,14.303 8.64,-14.303 h 7.008 l -12.768,19.248 v 14.735 h -6.048 z"
+
      id="path5544"
+
      inkscape:connector-curvature="0"
+
      style="fill:#ffffff" /><path
+
      d="m 701.702,2662.584 h -10.416 v -5.279 h 26.88 v 5.279 H 707.75 v 28.704 h -6.048 z"
+
      id="path5546"
+
      inkscape:connector-curvature="0"
+
      style="fill:#ffffff" /><path
+
      d="m 719.03,2674.2 c 0,-2.72 0.456,-5.176 1.368,-7.368 0.911,-2.191 2.175,-4.057 3.792,-5.592 1.615,-1.536 3.535,-2.72 5.76,-3.553 2.224,-0.831 4.647,-1.248 7.271,-1.248 2.656,0 5.104,0.417 7.345,1.248 2.239,0.833 4.176,2.017 5.808,3.553 1.632,1.535 2.904,3.4 3.816,5.592 0.911,2.192 1.367,4.648 1.367,7.368 0,2.656 -0.456,5.081 -1.367,7.272 -0.912,2.191 -2.185,4.08 -3.816,5.664 -1.631,1.584 -3.568,2.815 -5.808,3.695 -2.24,0.88 -4.688,1.32 -7.345,1.32 -2.624,0 -5.048,-0.44 -7.271,-1.32 -2.225,-0.88 -4.145,-2.111 -5.76,-3.695 -1.617,-1.584 -2.881,-3.473 -3.792,-5.664 -0.912,-2.191 -1.368,-4.616 -1.368,-7.272 z m 6.576,0 c 0,1.823 0.279,3.497 0.84,5.017 0.56,1.52 1.359,2.84 2.399,3.959 1.04,1.121 2.272,1.992 3.696,2.616 1.424,0.624 3,0.937 4.728,0.937 1.729,0 3.312,-0.312 4.752,-0.937 1.44,-0.624 2.681,-1.495 3.721,-2.616 1.039,-1.119 1.84,-2.439 2.399,-3.959 0.559,-1.52 0.841,-3.193 0.841,-5.017 0,-1.76 -0.281,-3.392 -0.841,-4.896 -0.56,-1.504 -1.352,-2.816 -2.376,-3.937 -1.024,-1.121 -2.256,-1.999 -3.695,-2.64 -1.44,-0.641 -3.041,-0.961 -4.801,-0.961 -1.76,0 -3.353,0.32 -4.775,0.961 -1.425,0.641 -2.648,1.52 -3.672,2.64 -1.024,1.12 -1.816,2.433 -2.376,3.937 -0.56,1.505 -0.84,3.136 -0.84,4.896 z"
+
      id="path5548"
+
      inkscape:connector-curvature="0"
+
      style="fill:#ffffff" /><path
+
      d="m 785.942,2665.271 c -0.896,-1.215 -2.064,-2.104 -3.505,-2.664 -1.439,-0.559 -2.848,-0.84 -4.224,-0.84 -1.76,0 -3.36,0.32 -4.8,0.961 -1.44,0.641 -2.681,1.52 -3.72,2.64 -1.041,1.12 -1.841,2.433 -2.4,3.937 -0.561,1.504 -0.84,3.136 -0.84,4.896 0,1.856 0.271,3.552 0.815,5.088 0.544,1.536 1.32,2.856 2.328,3.96 1.008,1.104 2.216,1.961 3.624,2.568 1.408,0.607 2.992,0.912 4.752,0.912 1.824,0 3.439,-0.36 4.849,-1.08 1.407,-0.721 2.544,-1.672 3.407,-2.856 l 4.849,3.408 c -1.505,1.888 -3.345,3.353 -5.521,4.392 -2.176,1.039 -4.72,1.561 -7.632,1.561 -2.656,0 -5.096,-0.44 -7.32,-1.32 -2.224,-0.88 -4.136,-2.111 -5.735,-3.695 -1.601,-1.584 -2.849,-3.473 -3.744,-5.664 -0.896,-2.191 -1.344,-4.616 -1.344,-7.272 0,-2.72 0.472,-5.176 1.416,-7.368 0.943,-2.191 2.239,-4.057 3.888,-5.592 1.647,-1.536 3.592,-2.72 5.832,-3.553 2.239,-0.831 4.672,-1.248 7.296,-1.248 1.088,0 2.224,0.105 3.408,0.312 1.184,0.209 2.319,0.528 3.408,0.96 1.087,0.433 2.111,0.968 3.071,1.608 0.96,0.64 1.776,1.408 2.448,2.304 z"
+
      id="path5550"
+
      inkscape:connector-curvature="0"
+
      style="fill:#ffffff" /><path
+
      d="m 794.822,2657.305 h 6.048 v 13.728 h 15.888 v -13.728 h 6.048 v 33.983 h -6.048 v -15.071 H 800.87 v 15.071 h -6.048 z"
+
      id="path5552"
+
      inkscape:connector-curvature="0"
+
      style="fill:#ffffff" /><path
+
      d="m 830.294,2657.305 h 11.808 c 1.6,0 3.151,0.168 4.656,0.504 1.504,0.336 2.84,0.888 4.008,1.655 1.168,0.769 2.104,1.776 2.809,3.024 0.703,1.248 1.056,2.768 1.056,4.56 0,2.465 -0.696,4.473 -2.088,6.024 -1.393,1.553 -3.288,2.6 -5.688,3.145 l 9.072,15.071 h -7.296 l -7.872,-14.399 h -4.416 v 14.399 h -6.048 v -33.983 z m 10.992,14.638 c 0.863,0 1.728,-0.062 2.592,-0.191 0.864,-0.127 1.64,-0.367 2.328,-0.72 0.688,-0.353 1.255,-0.856 1.704,-1.513 0.447,-0.654 0.672,-1.495 0.672,-2.52 0,-0.928 -0.209,-1.688 -0.624,-2.279 -0.416,-0.592 -0.944,-1.064 -1.584,-1.416 -0.641,-0.353 -1.368,-0.592 -2.185,-0.721 -0.815,-0.127 -1.607,-0.191 -2.376,-0.191 h -5.472 v 9.551 z"
+
      id="path5554"
+
      inkscape:connector-curvature="0"
+
      style="fill:#ffffff" /><path
+
      d="m 858.854,2674.2 c 0,-2.72 0.456,-5.176 1.368,-7.368 0.911,-2.191 2.175,-4.057 3.792,-5.592 1.615,-1.536 3.535,-2.72 5.76,-3.553 2.224,-0.831 4.647,-1.248 7.271,-1.248 2.656,0 5.104,0.417 7.345,1.248 2.239,0.833 4.176,2.017 5.808,3.553 1.632,1.535 2.904,3.4 3.816,5.592 0.911,2.192 1.367,4.648 1.367,7.368 0,2.656 -0.456,5.081 -1.367,7.272 -0.912,2.191 -2.185,4.08 -3.816,5.664 -1.631,1.584 -3.568,2.815 -5.808,3.695 -2.24,0.88 -4.688,1.32 -7.345,1.32 -2.624,0 -5.048,-0.44 -7.271,-1.32 -2.225,-0.88 -4.145,-2.111 -5.76,-3.695 -1.617,-1.584 -2.881,-3.473 -3.792,-5.664 -0.911,-2.191 -1.368,-4.616 -1.368,-7.272 z m 6.577,0 c 0,1.823 0.279,3.497 0.84,5.017 0.56,1.52 1.359,2.84 2.399,3.959 1.04,1.121 2.272,1.992 3.696,2.616 1.424,0.624 3,0.937 4.728,0.937 1.729,0 3.312,-0.312 4.752,-0.937 1.44,-0.624 2.681,-1.495 3.721,-2.616 1.039,-1.119 1.84,-2.439 2.399,-3.959 0.559,-1.52 0.841,-3.193 0.841,-5.017 0,-1.76 -0.281,-3.392 -0.841,-4.896 -0.56,-1.504 -1.352,-2.816 -2.376,-3.937 -1.024,-1.121 -2.256,-1.999 -3.695,-2.64 -1.44,-0.641 -3.041,-0.961 -4.801,-0.961 -1.76,0 -3.353,0.32 -4.775,0.961 -1.425,0.641 -2.648,1.52 -3.672,2.64 -1.024,1.12 -1.816,2.433 -2.376,3.937 -0.561,1.505 -0.84,3.136 -0.84,4.896 z"
+
      id="path5556"
+
      inkscape:connector-curvature="0"
+
      style="fill:#ffffff" /><path
+
      d="m 901.238,2657.305 h 9.456 l 8.832,24.144 h 0.144 l 8.736,-24.144 h 9.504 v 33.983 h -6 v -27.312 h -0.096 l -10.32,27.312 h -4.224 l -10.177,-27.312 h -0.096 v 27.312 h -5.76 v -33.983 z"
+
      id="path5558"
+
      inkscape:connector-curvature="0"
+
      style="fill:#ffffff" /><path
+
      d="m 945.398,2657.305 h 22.512 v 5.279 h -16.464 v 8.641 h 15.6 v 5.088 h -15.6 v 9.6 h 17.328 v 5.376 h -23.376 z"
+
      id="path5560"
+
      inkscape:connector-curvature="0"
+
      style="fill:#ffffff" /><path
+
      d="m 986.678,2657.305 h 22.512 v 5.279 h -16.464 v 8.641 h 15.6 v 5.088 h -15.6 v 9.6 h 17.328 v 5.376 h -23.376 z"
+
      id="path5562"
+
      inkscape:connector-curvature="0"
+
      style="fill:#ffffff" /><path
+
      d="m 1015.957,2657.305 h 8.016 l 15.792,25.439 h 0.097 v -25.439 h 6.048 v 33.983 h -7.681 l -16.128,-26.256 h -0.096 v 26.256 h -6.048 z"
+
      id="path5564"
+
      inkscape:connector-curvature="0"
+
      style="fill:#ffffff" /><path
+
      d="m 1083.156,2689.512 c -1.728,0.833 -3.624,1.48 -5.688,1.944 -2.064,0.464 -4.44,0.696 -7.128,0.696 -2.753,0 -5.265,-0.44 -7.536,-1.32 -2.272,-0.88 -4.225,-2.111 -5.856,-3.695 -1.631,-1.584 -2.904,-3.473 -3.815,-5.664 -0.912,-2.191 -1.368,-4.616 -1.368,-7.272 0,-2.72 0.472,-5.176 1.416,-7.368 0.943,-2.191 2.239,-4.057 3.888,-5.592 1.647,-1.536 3.592,-2.72 5.832,-3.553 2.239,-0.831 4.672,-1.248 7.296,-1.248 2.72,0 5.208,0.393 7.464,1.177 2.256,0.784 4.072,1.816 5.448,3.096 l -4.176,4.513 c -0.864,-0.961 -2.072,-1.776 -3.624,-2.449 -1.553,-0.672 -3.24,-1.008 -5.064,-1.008 -1.792,0 -3.416,0.32 -4.872,0.961 -1.456,0.641 -2.696,1.52 -3.72,2.64 -1.024,1.12 -1.816,2.433 -2.376,3.937 -0.561,1.504 -0.84,3.136 -0.84,4.896 0,1.823 0.279,3.497 0.84,5.017 0.56,1.52 1.359,2.84 2.4,3.959 1.039,1.121 2.304,1.992 3.792,2.616 1.487,0.624 3.175,0.937 5.063,0.937 2.592,0 4.848,-0.4 6.769,-1.2 v -8.64 h -7.152 v -4.992 h 13.008 v 17.612 z"
+
      id="path5566"
+
      inkscape:connector-curvature="0"
+
      style="fill:#ffffff" /><path
+
      d="m 1090.5,2657.305 h 6.048 v 33.983 h -6.048 z"
+
      id="path5568"
+
      inkscape:connector-curvature="0"
+
      style="fill:#ffffff" /><path
+
      d="m 1104.036,2657.305 h 8.016 l 15.792,25.439 h 0.097 v -25.439 h 6.048 v 33.983 h -7.681 l -16.128,-26.256 h -0.096 v 26.256 h -6.048 z"
+
      id="path5570"
+
      inkscape:connector-curvature="0"
+
      style="fill:#ffffff" /><path
+
      d="m 1141.477,2657.305 h 22.512 v 5.279 h -16.464 v 8.641 h 15.6 v 5.088 h -15.6 v 9.6 h 17.328 v 5.376 h -23.376 z"
+
      id="path5572"
+
      inkscape:connector-curvature="0"
+
      style="fill:#ffffff" /><path
+
      d="m 1170.756,2657.305 h 22.512 v 5.279 h -16.464 v 8.641 h 15.6 v 5.088 h -15.6 v 9.6 h 17.328 v 5.376 h -23.376 z"
+
      id="path5574"
+
      inkscape:connector-curvature="0"
+
      style="fill:#ffffff" /><path
+
      d="m 1200.035,2657.305 h 11.808 c 1.6,0 3.151,0.168 4.656,0.504 1.504,0.336 2.84,0.888 4.008,1.655 1.168,0.769 2.104,1.776 2.809,3.024 0.703,1.248 1.056,2.768 1.056,4.56 0,2.465 -0.696,4.473 -2.088,6.024 -1.393,1.553 -3.288,2.6 -5.688,3.145 l 9.072,15.071 h -7.296 l -7.872,-14.399 h -4.416 v 14.399 h -6.048 v -33.983 z m 10.992,14.638 c 0.863,0 1.728,-0.062 2.592,-0.191 0.864,-0.127 1.64,-0.367 2.328,-0.72 0.688,-0.353 1.255,-0.856 1.704,-1.513 0.447,-0.654 0.672,-1.495 0.672,-2.52 0,-0.928 -0.209,-1.688 -0.624,-2.279 -0.416,-0.592 -0.944,-1.064 -1.584,-1.416 -0.641,-0.353 -1.368,-0.592 -2.185,-0.721 -0.815,-0.127 -1.607,-0.191 -2.376,-0.191 h -5.472 v 9.551 z"
+
      id="path5576"
+
      inkscape:connector-curvature="0"
+
      style="fill:#ffffff" /><path
+
      d="m 1230.227,2657.305 h 6.048 v 33.983 h -6.048 z"
+
      id="path5578"
+
      inkscape:connector-curvature="0"
+
      style="fill:#ffffff" /><path
+
      d="m 1243.763,2657.305 h 8.016 l 15.792,25.439 h 0.097 v -25.439 h 6.048 v 33.983 h -7.681 l -16.128,-26.256 h -0.096 v 26.256 h -6.048 z"
+
      id="path5580"
+
      inkscape:connector-curvature="0"
+
      style="fill:#ffffff" /><path
+
      d="m 1310.963,2689.512 c -1.728,0.833 -3.624,1.48 -5.688,1.944 -2.064,0.464 -4.44,0.696 -7.128,0.696 -2.753,0 -5.265,-0.44 -7.536,-1.32 -2.272,-0.88 -4.225,-2.111 -5.856,-3.695 -1.631,-1.584 -2.904,-3.473 -3.815,-5.664 -0.912,-2.191 -1.368,-4.616 -1.368,-7.272 0,-2.72 0.472,-5.176 1.416,-7.368 0.943,-2.191 2.239,-4.057 3.888,-5.592 1.647,-1.536 3.592,-2.72 5.832,-3.553 2.239,-0.831 4.672,-1.248 7.296,-1.248 2.72,0 5.208,0.393 7.464,1.177 2.256,0.784 4.072,1.816 5.448,3.096 l -4.176,4.513 c -0.864,-0.961 -2.072,-1.776 -3.624,-2.449 -1.553,-0.672 -3.24,-1.008 -5.064,-1.008 -1.792,0 -3.416,0.32 -4.872,0.961 -1.456,0.641 -2.696,1.52 -3.72,2.64 -1.024,1.12 -1.816,2.433 -2.376,3.937 -0.561,1.504 -0.84,3.136 -0.84,4.896 0,1.823 0.279,3.497 0.84,5.017 0.56,1.52 1.359,2.84 2.4,3.959 1.039,1.121 2.304,1.992 3.792,2.616 1.487,0.624 3.175,0.937 5.063,0.937 2.592,0 4.848,-0.4 6.769,-1.2 v -8.64 h -7.152 v -4.992 h 13.008 v 17.612 z"
+
      id="path5582"
+
      inkscape:connector-curvature="0"
+
      style="fill:#ffffff" /></g><g
+
    id="g5608"
+
    transform="translate(0,-179.64991)"><path
+
      d="m 2177.918,2576.305 h 12.048 c 2.208,0 4.432,0.287 6.672,0.863 2.239,0.576 4.256,1.529 6.048,2.855 1.792,1.329 3.248,3.072 4.368,5.232 1.12,2.16 1.68,4.841 1.68,8.04 0,2.976 -0.56,5.536 -1.68,7.681 -1.12,2.144 -2.576,3.904 -4.368,5.279 -1.792,1.377 -3.809,2.393 -6.048,3.049 -2.24,0.656 -4.464,0.983 -6.672,0.983 h -12.048 z m 11.088,28.703 c 1.567,0 3.136,-0.184 4.704,-0.552 1.567,-0.368 2.983,-0.991 4.248,-1.872 1.264,-0.88 2.296,-2.071 3.096,-3.576 0.8,-1.504 1.2,-3.408 1.2,-5.712 0,-2.431 -0.4,-4.416 -1.2,-5.952 -0.8,-1.535 -1.832,-2.736 -3.096,-3.6 -1.265,-0.864 -2.681,-1.455 -4.248,-1.775 -1.568,-0.32 -3.137,-0.48 -4.704,-0.48 h -5.04 v 23.52 h 5.04 z"
+
      id="path5586"
+
      inkscape:connector-curvature="0"
+
      style="fill:#ffffff" /><path
+
      d="m 2214.59,2576.305 h 22.512 v 5.279 h -16.464 v 8.641 h 15.6 v 5.088 h -15.6 v 9.6 h 17.328 v 5.376 h -23.376 z"
+
      id="path5588"
+
      inkscape:connector-curvature="0"
+
      style="fill:#ffffff" /><path
+
      d="m 2261.197,2583.408 c -0.641,-0.832 -1.545,-1.527 -2.712,-2.088 -1.169,-0.56 -2.345,-0.84 -3.528,-0.84 -0.704,0 -1.408,0.088 -2.112,0.264 -0.704,0.176 -1.344,0.448 -1.92,0.816 -0.576,0.367 -1.048,0.848 -1.416,1.439 -0.368,0.593 -0.552,1.305 -0.552,2.137 0,0.768 0.16,1.424 0.479,1.967 0.32,0.545 0.76,1.009 1.32,1.393 0.56,0.384 1.24,0.721 2.04,1.008 0.8,0.288 1.68,0.576 2.64,0.864 1.088,0.353 2.216,0.752 3.385,1.2 1.167,0.448 2.239,1.04 3.216,1.775 0.976,0.736 1.776,1.664 2.399,2.784 0.624,1.12 0.937,2.513 0.937,4.177 0,1.823 -0.336,3.416 -1.008,4.775 -0.672,1.36 -1.568,2.488 -2.688,3.384 -1.12,0.896 -2.432,1.568 -3.936,2.017 -1.505,0.447 -3.089,0.672 -4.752,0.672 -2.208,0 -4.368,-0.408 -6.48,-1.225 -2.111,-0.815 -3.84,-2.023 -5.184,-3.623 l 4.319,-4.033 c 0.832,1.152 1.944,2.064 3.337,2.736 1.392,0.672 2.76,1.008 4.104,1.008 0.703,0 1.424,-0.088 2.16,-0.264 0.735,-0.176 1.399,-0.472 1.992,-0.888 0.592,-0.415 1.071,-0.937 1.439,-1.56 0.368,-0.625 0.552,-1.4 0.552,-2.328 0,-0.896 -0.208,-1.641 -0.623,-2.232 -0.417,-0.592 -0.977,-1.104 -1.681,-1.536 -0.704,-0.432 -1.536,-0.808 -2.496,-1.128 -0.96,-0.319 -1.968,-0.655 -3.023,-1.008 -1.024,-0.32 -2.049,-0.703 -3.072,-1.152 -1.024,-0.447 -1.944,-1.039 -2.76,-1.775 -0.816,-0.736 -1.48,-1.641 -1.992,-2.713 -0.513,-1.071 -0.768,-2.407 -0.768,-4.008 0,-1.728 0.359,-3.216 1.079,-4.464 0.721,-1.248 1.664,-2.28 2.832,-3.096 1.168,-0.816 2.496,-1.424 3.984,-1.824 1.488,-0.399 3,-0.601 4.536,-0.601 1.728,0 3.479,0.305 5.256,0.912 1.776,0.609 3.319,1.521 4.632,2.736 z"
+
      id="path5590"
+
      inkscape:connector-curvature="0"
+
      style="fill:#ffffff" /><path
+
      d="m 2277.518,2581.584 h -10.416 v -5.279 h 26.88 v 5.279 h -10.416 v 28.704 h -6.048 z"
+
      id="path5592"
+
      inkscape:connector-curvature="0"
+
      style="fill:#ffffff" /><path
+
      d="m 2297.917,2576.305 h 11.808 c 1.6,0 3.151,0.168 4.656,0.504 1.504,0.336 2.84,0.888 4.008,1.655 1.168,0.769 2.104,1.776 2.809,3.024 0.703,1.248 1.056,2.768 1.056,4.56 0,2.465 -0.696,4.473 -2.088,6.024 -1.393,1.553 -3.288,2.6 -5.688,3.145 l 9.072,15.071 h -7.296 l -7.872,-14.399 h -4.416 v 14.399 h -6.048 v -33.983 z m 10.992,14.638 c 0.863,0 1.728,-0.062 2.592,-0.191 0.864,-0.127 1.64,-0.367 2.328,-0.72 0.688,-0.353 1.255,-0.856 1.704,-1.513 0.447,-0.654 0.672,-1.495 0.672,-2.52 0,-0.928 -0.209,-1.688 -0.624,-2.279 -0.416,-0.592 -0.944,-1.064 -1.584,-1.416 -0.641,-0.353 -1.368,-0.592 -2.185,-0.721 -0.815,-0.127 -1.607,-0.191 -2.376,-0.191 h -5.472 v 9.551 z"
+
      id="path5594"
+
      inkscape:connector-curvature="0"
+
      style="fill:#ffffff" /><path
+
      d="m 2355.182,2597.809 c 0,2.048 -0.353,3.896 -1.057,5.543 -0.704,1.648 -1.664,3.049 -2.88,4.201 -1.217,1.151 -2.656,2.039 -4.32,2.664 -1.664,0.623 -3.472,0.936 -5.424,0.936 -1.952,0 -3.76,-0.312 -5.424,-0.936 -1.664,-0.625 -3.112,-1.513 -4.344,-2.664 -1.232,-1.152 -2.192,-2.553 -2.88,-4.201 -0.688,-1.647 -1.032,-3.495 -1.032,-5.543 v -21.504 h 6.048 v 21.264 c 0,0.992 0.128,1.977 0.384,2.951 0.256,0.977 0.68,1.849 1.272,2.617 0.592,0.768 1.375,1.392 2.352,1.871 0.976,0.48 2.185,0.721 3.624,0.721 1.44,0 2.647,-0.24 3.624,-0.721 0.976,-0.479 1.76,-1.104 2.353,-1.871 0.592,-0.769 1.016,-1.641 1.271,-2.617 0.256,-0.975 0.384,-1.959 0.384,-2.951 v -21.264 h 6.049 z"
+
      id="path5596"
+
      inkscape:connector-curvature="0"
+
      style="fill:#ffffff" /><path
+
      d="m 2386.909,2584.271 c -0.896,-1.215 -2.064,-2.104 -3.505,-2.664 -1.439,-0.559 -2.848,-0.84 -4.224,-0.84 -1.76,0 -3.36,0.32 -4.8,0.961 -1.44,0.641 -2.681,1.52 -3.72,2.64 -1.041,1.12 -1.841,2.433 -2.4,3.937 -0.561,1.504 -0.84,3.136 -0.84,4.896 0,1.856 0.271,3.552 0.815,5.088 0.544,1.536 1.32,2.856 2.328,3.96 1.008,1.104 2.216,1.961 3.624,2.568 1.408,0.607 2.992,0.912 4.752,0.912 1.824,0 3.439,-0.36 4.849,-1.08 1.407,-0.721 2.544,-1.672 3.407,-2.856 l 4.849,3.408 c -1.505,1.888 -3.345,3.353 -5.521,4.392 -2.176,1.039 -4.72,1.561 -7.632,1.561 -2.656,0 -5.096,-0.44 -7.32,-1.32 -2.224,-0.88 -4.136,-2.111 -5.735,-3.695 -1.601,-1.584 -2.849,-3.473 -3.744,-5.664 -0.896,-2.191 -1.344,-4.616 -1.344,-7.272 0,-2.72 0.472,-5.176 1.416,-7.368 0.943,-2.191 2.239,-4.057 3.888,-5.592 1.647,-1.536 3.592,-2.72 5.832,-3.553 2.239,-0.831 4.672,-1.248 7.296,-1.248 1.088,0 2.224,0.105 3.408,0.312 1.184,0.209 2.319,0.528 3.408,0.96 1.087,0.433 2.111,0.968 3.071,1.608 0.96,0.64 1.776,1.408 2.448,2.304 z"
+
      id="path5598"
+
      inkscape:connector-curvature="0"
+
      style="fill:#ffffff" /><path
+
      d="m 2402.365,2581.584 h -10.416 v -5.279 h 26.88 v 5.279 h -10.416 v 28.704 h -6.048 z"
+
      id="path5600"
+
      inkscape:connector-curvature="0"
+
      style="fill:#ffffff" /><path
+
      d="m 2430.541,2576.305 h 5.231 l 14.641,33.983 h -6.912 l -3.168,-7.776 h -14.736 l -3.072,7.776 h -6.768 z m 7.68,21.023 -5.232,-13.824 -5.328,13.824 z"
+
      id="path5602"
+
      inkscape:connector-curvature="0"
+
      style="fill:#ffffff" /><path
+
      d="m 2471.101,2583.408 c -0.641,-0.832 -1.545,-1.527 -2.712,-2.088 -1.169,-0.56 -2.345,-0.84 -3.528,-0.84 -0.704,0 -1.408,0.088 -2.112,0.264 -0.704,0.176 -1.344,0.448 -1.92,0.816 -0.576,0.367 -1.048,0.848 -1.416,1.439 -0.368,0.593 -0.552,1.305 -0.552,2.137 0,0.768 0.16,1.424 0.479,1.967 0.32,0.545 0.76,1.009 1.32,1.393 0.56,0.384 1.24,0.721 2.04,1.008 0.8,0.288 1.68,0.576 2.64,0.864 1.088,0.353 2.216,0.752 3.385,1.2 1.167,0.448 2.239,1.04 3.216,1.775 0.976,0.736 1.776,1.664 2.399,2.784 0.624,1.12 0.937,2.513 0.937,4.177 0,1.823 -0.336,3.416 -1.008,4.775 -0.672,1.36 -1.568,2.488 -2.688,3.384 -1.12,0.896 -2.432,1.568 -3.936,2.017 -1.505,0.447 -3.089,0.672 -4.752,0.672 -2.208,0 -4.368,-0.408 -6.48,-1.225 -2.111,-0.815 -3.84,-2.023 -5.184,-3.623 l 4.319,-4.033 c 0.832,1.152 1.944,2.064 3.337,2.736 1.392,0.672 2.76,1.008 4.104,1.008 0.703,0 1.424,-0.088 2.16,-0.264 0.735,-0.176 1.399,-0.472 1.992,-0.888 0.592,-0.415 1.071,-0.937 1.439,-1.56 0.368,-0.625 0.552,-1.4 0.552,-2.328 0,-0.896 -0.208,-1.641 -0.623,-2.232 -0.417,-0.592 -0.977,-1.104 -1.681,-1.536 -0.704,-0.432 -1.536,-0.808 -2.496,-1.128 -0.96,-0.319 -1.968,-0.655 -3.023,-1.008 -1.024,-0.32 -2.049,-0.703 -3.072,-1.152 -1.024,-0.447 -1.944,-1.039 -2.76,-1.775 -0.816,-0.736 -1.48,-1.641 -1.992,-2.713 -0.513,-1.071 -0.768,-2.407 -0.768,-4.008 0,-1.728 0.359,-3.216 1.079,-4.464 0.721,-1.248 1.664,-2.28 2.832,-3.096 1.168,-0.816 2.496,-1.424 3.984,-1.824 1.488,-0.399 3,-0.601 4.536,-0.601 1.728,0 3.479,0.305 5.256,0.912 1.776,0.609 3.319,1.521 4.632,2.736 z"
+
      id="path5604"
+
      inkscape:connector-curvature="0"
+
      style="fill:#ffffff" /><path
+
      d="m 2481.324,2576.305 h 22.512 v 5.279 h -16.464 v 8.641 h 15.6 v 5.088 h -15.6 v 9.6 h 17.328 v 5.376 h -23.376 z"
+
      id="path5606"
+
      inkscape:connector-curvature="0"
+
      style="fill:#ffffff" /></g><g
+
    id="g5634"
+
    transform="translate(0,-179.64991)"><path
+
      d="m 2300.439,1882.2 c 0,-2.72 0.456,-5.176 1.368,-7.368 0.911,-2.191 2.175,-4.057 3.792,-5.592 1.615,-1.536 3.535,-2.72 5.76,-3.553 2.224,-0.831 4.647,-1.248 7.271,-1.248 2.656,0 5.104,0.417 7.345,1.248 2.239,0.833 4.176,2.017 5.808,3.553 1.632,1.535 2.904,3.4 3.816,5.592 0.911,2.192 1.367,4.648 1.367,7.368 0,2.656 -0.456,5.081 -1.367,7.272 -0.912,2.191 -2.185,4.08 -3.816,5.664 -1.631,1.584 -3.568,2.815 -5.808,3.695 -2.24,0.88 -4.688,1.32 -7.345,1.32 -2.624,0 -5.048,-0.44 -7.271,-1.32 -2.225,-0.88 -4.145,-2.111 -5.76,-3.695 -1.617,-1.584 -2.881,-3.473 -3.792,-5.664 -0.911,-2.191 -1.368,-4.616 -1.368,-7.272 z m 6.577,0 c 0,1.823 0.279,3.497 0.84,5.017 0.56,1.52 1.359,2.84 2.399,3.959 1.04,1.121 2.272,1.992 3.696,2.616 1.424,0.624 3,0.937 4.728,0.937 1.729,0 3.312,-0.312 4.752,-0.937 1.44,-0.624 2.681,-1.495 3.721,-2.616 1.039,-1.119 1.84,-2.439 2.399,-3.959 0.559,-1.52 0.841,-3.193 0.841,-5.017 0,-1.76 -0.281,-3.392 -0.841,-4.896 -0.56,-1.504 -1.352,-2.816 -2.376,-3.937 -1.024,-1.121 -2.256,-1.999 -3.695,-2.64 -1.44,-0.641 -3.041,-0.961 -4.801,-0.961 -1.76,0 -3.353,0.32 -4.775,0.961 -1.425,0.641 -2.648,1.52 -3.672,2.64 -1.024,1.12 -1.816,2.433 -2.376,3.937 -0.561,1.505 -0.84,3.136 -0.84,4.896 z"
+
      id="path5610"
+
      inkscape:connector-curvature="0"
+
      style="fill:#ffffff" /><path
+
      d="m 2342.823,1865.305 h 11.088 c 1.951,0 3.712,0.176 5.28,0.527 1.567,0.353 2.911,0.929 4.031,1.729 1.12,0.8 1.984,1.824 2.593,3.072 0.607,1.247 0.912,2.752 0.912,4.512 0,1.889 -0.353,3.473 -1.057,4.752 -0.704,1.279 -1.656,2.312 -2.855,3.096 -1.2,0.784 -2.601,1.352 -4.2,1.704 -1.601,0.353 -3.296,0.528 -5.088,0.528 h -4.656 v 14.063 h -6.048 z m 10.272,14.832 c 0.992,0 1.937,-0.072 2.832,-0.217 0.895,-0.145 1.696,-0.399 2.4,-0.768 0.703,-0.367 1.264,-0.871 1.68,-1.512 0.416,-0.641 0.624,-1.473 0.624,-2.496 0,-0.992 -0.208,-1.801 -0.624,-2.424 -0.416,-0.625 -0.968,-1.112 -1.655,-1.465 -0.688,-0.352 -1.473,-0.584 -2.353,-0.695 -0.881,-0.112 -1.784,-0.168 -2.712,-0.168 h -4.416 v 9.744 h 4.224 z"
+
      id="path5612"
+
      inkscape:connector-curvature="0"
+
      style="fill:#ffffff" /><path
+
      d="m 2378.679,1870.584 h -10.416 v -5.279 h 26.88 v 5.279 h -10.416 v 28.704 h -6.048 z"
+
      id="path5614"
+
      inkscape:connector-curvature="0"
+
      style="fill:#ffffff" /><path
+
      d="m 2396.007,1882.2 c 0,-2.72 0.456,-5.176 1.368,-7.368 0.911,-2.191 2.175,-4.057 3.792,-5.592 1.615,-1.536 3.535,-2.72 5.76,-3.553 2.224,-0.831 4.647,-1.248 7.271,-1.248 2.656,0 5.104,0.417 7.345,1.248 2.239,0.833 4.176,2.017 5.808,3.553 1.632,1.535 2.904,3.4 3.816,5.592 0.911,2.192 1.367,4.648 1.367,7.368 0,2.656 -0.456,5.081 -1.367,7.272 -0.912,2.191 -2.185,4.08 -3.816,5.664 -1.631,1.584 -3.568,2.815 -5.808,3.695 -2.24,0.88 -4.688,1.32 -7.345,1.32 -2.624,0 -5.048,-0.44 -7.271,-1.32 -2.225,-0.88 -4.145,-2.111 -5.76,-3.695 -1.617,-1.584 -2.881,-3.473 -3.792,-5.664 -0.912,-2.191 -1.368,-4.616 -1.368,-7.272 z m 6.576,0 c 0,1.823 0.279,3.497 0.84,5.017 0.56,1.52 1.359,2.84 2.399,3.959 1.04,1.121 2.272,1.992 3.696,2.616 1.424,0.624 3,0.937 4.728,0.937 1.729,0 3.312,-0.312 4.752,-0.937 1.44,-0.624 2.681,-1.495 3.721,-2.616 1.039,-1.119 1.84,-2.439 2.399,-3.959 0.559,-1.52 0.841,-3.193 0.841,-5.017 0,-1.76 -0.281,-3.392 -0.841,-4.896 -0.56,-1.504 -1.352,-2.816 -2.376,-3.937 -1.024,-1.121 -2.256,-1.999 -3.695,-2.64 -1.44,-0.641 -3.041,-0.961 -4.801,-0.961 -1.76,0 -3.353,0.32 -4.775,0.961 -1.425,0.641 -2.648,1.52 -3.672,2.64 -1.024,1.12 -1.816,2.433 -2.376,3.937 -0.561,1.505 -0.84,3.136 -0.84,4.896 z"
+
      id="path5616"
+
      inkscape:connector-curvature="0"
+
      style="fill:#ffffff" /><path
+
      d="m 2468.15,1897.512 c -1.728,0.833 -3.624,1.48 -5.688,1.944 -2.064,0.464 -4.44,0.696 -7.128,0.696 -2.753,0 -5.265,-0.44 -7.536,-1.32 -2.272,-0.88 -4.225,-2.111 -5.856,-3.695 -1.631,-1.584 -2.904,-3.473 -3.815,-5.664 -0.912,-2.191 -1.368,-4.616 -1.368,-7.272 0,-2.72 0.472,-5.176 1.416,-7.368 0.943,-2.191 2.239,-4.057 3.888,-5.592 1.647,-1.536 3.592,-2.72 5.832,-3.553 2.239,-0.831 4.672,-1.248 7.296,-1.248 2.72,0 5.208,0.393 7.464,1.177 2.256,0.784 4.072,1.816 5.448,3.096 l -4.176,4.513 c -0.864,-0.961 -2.072,-1.776 -3.624,-2.449 -1.553,-0.672 -3.24,-1.008 -5.064,-1.008 -1.792,0 -3.416,0.32 -4.872,0.961 -1.456,0.641 -2.696,1.52 -3.72,2.64 -1.024,1.12 -1.816,2.433 -2.376,3.937 -0.561,1.504 -0.84,3.136 -0.84,4.896 0,1.823 0.279,3.497 0.84,5.017 0.56,1.52 1.359,2.84 2.4,3.959 1.039,1.121 2.304,1.992 3.792,2.616 1.487,0.624 3.175,0.937 5.063,0.937 2.592,0 4.848,-0.4 6.769,-1.2 v -8.64 h -7.152 v -4.992 h 13.008 v 17.612 z"
+
      id="path5618"
+
      inkscape:connector-curvature="0"
+
      style="fill:#ffffff" /><path
+
      d="m 2475.494,1865.305 h 22.512 v 5.279 h -16.464 v 8.641 h 15.6 v 5.088 h -15.6 v 9.6 h 17.328 v 5.376 h -23.376 z"
+
      id="path5620"
+
      inkscape:connector-curvature="0"
+
      style="fill:#ffffff" /><path
+
      d="m 2504.773,1865.305 h 8.016 l 15.792,25.439 h 0.097 v -25.439 h 6.048 v 33.983 h -7.681 l -16.128,-26.256 h -0.096 v 26.256 h -6.048 z"
+
      id="path5622"
+
      inkscape:connector-curvature="0"
+
      style="fill:#ffffff" /><path
+
      d="m 2542.214,1865.305 h 22.512 v 5.279 h -16.464 v 8.641 h 15.6 v 5.088 h -15.6 v 9.6 h 17.328 v 5.376 h -23.376 z"
+
      id="path5624"
+
      inkscape:connector-curvature="0"
+
      style="fill:#ffffff" /><path
+
      d="m 2578.357,1870.584 h -10.416 v -5.279 h 26.88 v 5.279 h -10.416 v 28.704 h -6.048 z"
+
      id="path5626"
+
      inkscape:connector-curvature="0"
+
      style="fill:#ffffff" /><path
+
      d="m 2598.757,1865.305 h 6.048 v 33.983 h -6.048 z"
+
      id="path5628"
+
      inkscape:connector-curvature="0"
+
      style="fill:#ffffff" /><path
+
      d="m 2636.821,1873.271 c -0.896,-1.215 -2.064,-2.104 -3.505,-2.664 -1.439,-0.559 -2.848,-0.84 -4.224,-0.84 -1.76,0 -3.36,0.32 -4.8,0.961 -1.44,0.641 -2.681,1.52 -3.72,2.64 -1.041,1.12 -1.841,2.433 -2.4,3.937 -0.561,1.504 -0.84,3.136 -0.84,4.896 0,1.856 0.271,3.552 0.815,5.088 0.544,1.536 1.32,2.856 2.328,3.96 1.008,1.104 2.216,1.961 3.624,2.568 1.408,0.607 2.992,0.912 4.752,0.912 1.824,0 3.439,-0.36 4.849,-1.08 1.407,-0.721 2.544,-1.672 3.407,-2.856 l 4.849,3.408 c -1.505,1.888 -3.345,3.353 -5.521,4.392 -2.176,1.039 -4.72,1.561 -7.632,1.561 -2.656,0 -5.096,-0.44 -7.32,-1.32 -2.224,-0.88 -4.136,-2.111 -5.735,-3.695 -1.601,-1.584 -2.849,-3.473 -3.744,-5.664 -0.896,-2.191 -1.344,-4.616 -1.344,-7.272 0,-2.72 0.472,-5.176 1.416,-7.368 0.943,-2.191 2.239,-4.057 3.888,-5.592 1.647,-1.536 3.592,-2.72 5.832,-3.553 2.239,-0.831 4.672,-1.248 7.296,-1.248 1.088,0 2.224,0.105 3.408,0.312 1.184,0.209 2.319,0.528 3.408,0.96 1.087,0.433 2.111,0.968 3.071,1.608 0.96,0.64 1.776,1.408 2.448,2.304 z"
+
      id="path5630"
+
      inkscape:connector-curvature="0"
+
      style="fill:#ffffff" /><path
+
      d="m 2663.029,1872.408 c -0.641,-0.832 -1.545,-1.527 -2.712,-2.088 -1.169,-0.56 -2.345,-0.84 -3.528,-0.84 -0.704,0 -1.408,0.088 -2.112,0.264 -0.704,0.176 -1.344,0.448 -1.92,0.816 -0.576,0.367 -1.048,0.848 -1.416,1.439 -0.368,0.593 -0.552,1.305 -0.552,2.137 0,0.768 0.16,1.424 0.479,1.967 0.32,0.545 0.76,1.009 1.32,1.393 0.56,0.384 1.24,0.721 2.04,1.008 0.8,0.288 1.68,0.576 2.64,0.864 1.088,0.353 2.216,0.752 3.385,1.2 1.167,0.448 2.239,1.04 3.216,1.775 0.976,0.736 1.776,1.664 2.399,2.784 0.624,1.12 0.937,2.513 0.937,4.177 0,1.823 -0.336,3.416 -1.008,4.775 -0.672,1.36 -1.568,2.488 -2.688,3.384 -1.12,0.896 -2.432,1.568 -3.936,2.017 -1.505,0.447 -3.089,0.672 -4.752,0.672 -2.208,0 -4.368,-0.408 -6.48,-1.225 -2.111,-0.815 -3.84,-2.023 -5.184,-3.623 l 4.319,-4.033 c 0.832,1.152 1.944,2.064 3.337,2.736 1.392,0.672 2.76,1.008 4.104,1.008 0.703,0 1.424,-0.088 2.16,-0.264 0.735,-0.176 1.399,-0.472 1.992,-0.888 0.592,-0.415 1.071,-0.937 1.439,-1.56 0.368,-0.625 0.552,-1.4 0.552,-2.328 0,-0.896 -0.208,-1.641 -0.623,-2.232 -0.417,-0.592 -0.977,-1.104 -1.681,-1.536 -0.704,-0.432 -1.536,-0.808 -2.496,-1.128 -0.96,-0.319 -1.968,-0.655 -3.023,-1.008 -1.024,-0.32 -2.049,-0.703 -3.072,-1.152 -1.024,-0.447 -1.944,-1.039 -2.76,-1.775 -0.816,-0.736 -1.48,-1.641 -1.992,-2.713 -0.513,-1.071 -0.768,-2.407 -0.768,-4.008 0,-1.728 0.359,-3.216 1.079,-4.464 0.721,-1.248 1.664,-2.28 2.832,-3.096 1.168,-0.816 2.496,-1.424 3.984,-1.824 1.488,-0.399 3,-0.601 4.536,-0.601 1.728,0 3.479,0.305 5.256,0.912 1.776,0.609 3.319,1.521 4.632,2.736 z"
+
      id="path5632"
+
      inkscape:connector-curvature="0"
+
      style="fill:#ffffff" /></g><line
+
    x1="36"
+
    y1="1287.3511"
+
    x2="135"
+
    y2="1332.3511"
+
    id="line5636"
+
    style="fill:none" /><line
+
    x1="179.64"
+
    y1="1118.8582"
+
    x2="342"
+
    y2="1118.8582"
+
    id="line5638"
+
    style="fill:none" /><g
+
    id="g5712"
+
    transform="translate(0,-179.64991)"><g
+
      id="g5698"><path
+
        d="m 1432.056,988.212 h 4.788 v 26.904 h -4.788 z"
+
        id="path5642"
+
        inkscape:connector-curvature="0" /><path
+
        d="m 1448.206,992.392 h -8.246 v -4.18 h 21.279 v 4.18 h -8.246 v 22.724 h -4.787 z"
+
        id="path5644"
+
        inkscape:connector-curvature="0" /><path
+
        d="m 1464.355,988.212 h 17.822 v 4.18 h -13.034 v 6.84 h 12.35 v 4.028 h -12.35 v 7.6 h 13.718 v 4.256 h -18.506 z"
+
        id="path5646"
+
        inkscape:connector-curvature="0" /><path
+
        d="m 1487.535,988.212 h 9.348 c 1.267,0 2.495,0.133 3.687,0.399 1.19,0.266 2.248,0.703 3.173,1.311 0.925,0.608 1.666,1.406 2.223,2.394 0.558,0.988 0.837,2.191 0.837,3.61 0,1.951 -0.552,3.541 -1.653,4.769 -1.103,1.229 -2.604,2.059 -4.503,2.489 l 7.182,11.932 h -5.775 l -6.232,-11.4 h -3.496 v 11.4 h -4.788 v -26.904 z m 8.702,11.59 c 0.684,0 1.368,-0.05 2.052,-0.152 0.685,-0.101 1.298,-0.291 1.843,-0.57 0.545,-0.278 0.994,-0.677 1.35,-1.197 0.354,-0.519 0.532,-1.184 0.532,-1.995 0,-0.734 -0.165,-1.336 -0.494,-1.805 -0.33,-0.468 -0.748,-0.842 -1.254,-1.121 -0.508,-0.279 -1.083,-0.469 -1.729,-0.57 -0.646,-0.101 -1.272,-0.152 -1.881,-0.152 h -4.332 v 7.562 z"
+
        id="path5648"
+
        inkscape:connector-curvature="0" /><path
+
        d="m 1519.874,988.212 h 4.142 l 11.59,26.904 h -5.472 l -2.508,-6.156 h -11.666 l -2.433,6.156 h -5.357 z m 6.08,16.644 -4.143,-10.944 -4.218,10.944 z"
+
        id="path5650"
+
        inkscape:connector-curvature="0" /><path
+
        d="m 1541.42,992.392 h -8.246 v -4.18 h 21.279 v 4.18 h -8.246 v 22.724 h -4.787 z"
+
        id="path5652"
+
        inkscape:connector-curvature="0" /><path
+
        d="m 1557.569,988.212 h 4.788 v 26.904 h -4.788 z"
+
        id="path5654"
+
        inkscape:connector-curvature="0" /><path
+
        d="m 1564.941,988.212 h 5.357 l 7.41,20.71 h 0.152 l 7.486,-20.71 h 5.168 l -10.792,26.904 h -4.143 z"
+
        id="path5656"
+
        inkscape:connector-curvature="0" /><path
+
        d="m 1593.1,988.212 h 17.822 v 4.18 h -13.034 v 6.84 h 12.35 v 4.028 h -12.35 v 7.6 h 13.718 v 4.256 H 1593.1 Z"
+
        id="path5658"
+
        inkscape:connector-curvature="0" /><path
+
        d="m 1434.412,1039.437 c -0.507,-0.659 -1.223,-1.209 -2.146,-1.653 -0.925,-0.443 -1.856,-0.665 -2.793,-0.665 -0.558,0 -1.115,0.07 -1.672,0.209 -0.558,0.14 -1.064,0.355 -1.521,0.646 -0.456,0.292 -0.83,0.672 -1.121,1.14 -0.291,0.469 -0.437,1.033 -0.437,1.691 0,0.608 0.126,1.127 0.38,1.558 0.253,0.431 0.602,0.798 1.045,1.102 0.443,0.304 0.981,0.57 1.615,0.798 0.633,0.228 1.33,0.456 2.09,0.684 0.861,0.279 1.754,0.596 2.679,0.95 0.925,0.355 1.773,0.823 2.546,1.406 0.772,0.583 1.406,1.317 1.9,2.204 0.494,0.887 0.741,1.989 0.741,3.306 0,1.444 -0.267,2.704 -0.798,3.781 -0.532,1.077 -1.242,1.97 -2.129,2.679 -0.887,0.709 -1.925,1.241 -3.115,1.596 -1.191,0.354 -2.445,0.532 -3.763,0.532 -1.748,0 -3.458,-0.323 -5.13,-0.969 -1.672,-0.646 -3.04,-1.602 -4.104,-2.869 l 3.42,-3.192 c 0.658,0.912 1.539,1.634 2.641,2.166 1.103,0.532 2.186,0.798 3.249,0.798 0.558,0 1.127,-0.07 1.71,-0.209 0.583,-0.139 1.108,-0.374 1.577,-0.703 0.469,-0.329 0.849,-0.741 1.14,-1.235 0.291,-0.494 0.438,-1.108 0.438,-1.843 0,-0.709 -0.165,-1.298 -0.494,-1.767 -0.329,-0.468 -0.772,-0.874 -1.33,-1.216 -0.558,-0.342 -1.216,-0.64 -1.976,-0.893 -0.76,-0.253 -1.559,-0.519 -2.395,-0.798 -0.811,-0.253 -1.621,-0.557 -2.432,-0.912 -0.812,-0.354 -1.539,-0.823 -2.185,-1.406 -0.646,-0.583 -1.173,-1.298 -1.577,-2.147 -0.406,-0.848 -0.608,-1.906 -0.608,-3.173 0,-1.368 0.285,-2.546 0.855,-3.534 0.569,-0.988 1.316,-1.805 2.241,-2.451 0.925,-0.646 1.977,-1.127 3.154,-1.444 1.177,-0.317 2.375,-0.475 3.591,-0.475 1.368,0 2.755,0.241 4.161,0.722 1.406,0.482 2.628,1.204 3.667,2.166 z"
+
        id="path5660"
+
        inkscape:connector-curvature="0" /><path
+
        d="m 1442.506,1033.812 h 17.822 v 4.18 h -13.034 v 6.84 h 12.35 v 4.028 h -12.35 v 7.6 h 13.718 v 4.256 h -18.506 z"
+
        id="path5662"
+
        inkscape:connector-curvature="0" /><path
+
        d="m 1494.68,1060.716 h -16.226 c -2.154,0 -4.111,-0.31 -5.871,-0.931 -1.762,-0.62 -3.269,-1.52 -4.522,-2.698 -1.254,-1.178 -2.223,-2.622 -2.907,-4.332 -0.684,-1.71 -1.025,-3.654 -1.025,-5.833 0,-2.052 0.36,-3.92 1.083,-5.605 0.722,-1.685 1.729,-3.135 3.021,-4.351 1.292,-1.216 2.818,-2.16 4.579,-2.831 1.761,-0.671 3.667,-1.007 5.719,-1.007 2.053,0 3.952,0.336 5.7,1.007 1.748,0.671 3.262,1.615 4.541,2.831 1.279,1.216 2.273,2.667 2.983,4.351 0.709,1.685 1.063,3.553 1.063,5.605 0,1.216 -0.14,2.331 -0.418,3.344 -0.278,1.014 -0.64,1.932 -1.083,2.755 -0.443,0.823 -0.95,1.545 -1.52,2.166 -0.57,0.621 -1.159,1.146 -1.768,1.577 v 0.076 h 6.65 v 3.876 z m -16.151,-23.294 c -1.292,0 -2.502,0.241 -3.629,0.722 -1.127,0.481 -2.097,1.14 -2.906,1.976 -0.812,0.836 -1.451,1.837 -1.92,3.002 -0.469,1.166 -0.702,2.432 -0.702,3.8 0,1.444 0.221,2.755 0.665,3.933 0.442,1.178 1.063,2.185 1.861,3.021 0.798,0.836 1.754,1.488 2.869,1.957 1.114,0.469 2.343,0.703 3.687,0.703 1.316,0 2.539,-0.234 3.667,-0.703 1.127,-0.469 2.096,-1.121 2.906,-1.957 0.81,-0.836 1.444,-1.843 1.9,-3.021 0.456,-1.178 0.684,-2.489 0.684,-3.933 0,-1.368 -0.215,-2.635 -0.646,-3.8 -0.432,-1.165 -1.045,-2.166 -1.843,-3.002 -0.799,-0.836 -1.755,-1.494 -2.869,-1.976 -1.114,-0.48 -2.356,-0.722 -3.724,-0.722 z"
+
        id="path5664"
+
        inkscape:connector-curvature="0" /><path
+
        d="m 1519.494,1050.836 c 0,1.622 -0.279,3.084 -0.837,4.389 -0.557,1.305 -1.317,2.413 -2.279,3.325 -0.963,0.912 -2.104,1.615 -3.42,2.109 -1.318,0.494 -2.749,0.741 -4.294,0.741 -1.546,0 -2.978,-0.247 -4.294,-0.741 -1.318,-0.494 -2.465,-1.197 -3.439,-2.109 -0.976,-0.912 -1.735,-2.02 -2.28,-3.325 -0.545,-1.304 -0.816,-2.767 -0.816,-4.389 v -17.024 h 4.788 v 16.834 c 0,0.785 0.101,1.564 0.304,2.337 0.202,0.773 0.538,1.463 1.007,2.071 0.469,0.608 1.089,1.102 1.862,1.482 0.772,0.38 1.729,0.57 2.869,0.57 1.14,0 2.096,-0.19 2.868,-0.57 0.772,-0.38 1.394,-0.874 1.862,-1.482 0.468,-0.608 0.804,-1.298 1.007,-2.071 0.203,-0.772 0.305,-1.552 0.305,-2.337 v -16.834 h 4.788 v 17.024 z"
+
        id="path5666"
+
        inkscape:connector-curvature="0" /><path
+
        d="m 1525.193,1033.812 h 17.822 v 4.18 h -13.034 v 6.84 h 12.35 v 4.028 h -12.35 v 7.6 h 13.718 v 4.256 h -18.506 z"
+
        id="path5668"
+
        inkscape:connector-curvature="0" /><path
+
        d="m 1548.373,1033.812 h 6.346 l 12.502,20.14 h 0.076 v -20.14 h 4.788 v 26.904 h -6.08 l -12.768,-20.786 h -0.076 v 20.786 h -4.788 z"
+
        id="path5670"
+
        inkscape:connector-curvature="0" /><path
+
        d="m 1597.431,1040.12 c -0.709,-0.962 -1.634,-1.665 -2.773,-2.109 -1.141,-0.443 -2.256,-0.665 -3.345,-0.665 -1.394,0 -2.66,0.253 -3.8,0.76 -1.14,0.507 -2.122,1.204 -2.945,2.09 -0.823,0.887 -1.457,1.926 -1.899,3.116 -0.443,1.191 -0.665,2.483 -0.665,3.876 0,1.469 0.215,2.812 0.646,4.028 0.431,1.216 1.045,2.261 1.844,3.135 0.798,0.874 1.754,1.552 2.868,2.033 1.115,0.481 2.369,0.722 3.763,0.722 1.443,0 2.723,-0.285 3.838,-0.855 1.114,-0.57 2.014,-1.324 2.698,-2.261 l 3.838,2.698 c -1.191,1.495 -2.647,2.654 -4.37,3.477 -1.724,0.823 -3.737,1.235 -6.042,1.235 -2.104,0 -4.034,-0.349 -5.795,-1.045 -1.762,-0.697 -3.274,-1.672 -4.541,-2.926 -1.268,-1.254 -2.255,-2.749 -2.964,-4.484 -0.71,-1.735 -1.064,-3.654 -1.064,-5.757 0,-2.153 0.374,-4.098 1.121,-5.833 0.747,-1.735 1.773,-3.211 3.078,-4.427 1.305,-1.216 2.844,-2.153 4.617,-2.812 1.772,-0.658 3.698,-0.988 5.775,-0.988 0.861,0 1.761,0.083 2.698,0.247 0.938,0.165 1.837,0.418 2.698,0.76 0.86,0.342 1.672,0.767 2.432,1.273 0.76,0.507 1.406,1.115 1.938,1.824 z"
+
        id="path5672"
+
        inkscape:connector-curvature="0" /><path
+
        d="m 1604.461,1033.812 h 17.822 v 4.18 h -13.034 v 6.84 h 12.35 v 4.028 h -12.35 v 7.6 h 13.718 v 4.256 h -18.506 z"
+
        id="path5674"
+
        inkscape:connector-curvature="0" /><path
+
        d="m 1383.662,1079.412 h 4.788 v 26.904 h -4.788 z"
+
        id="path5676"
+
        inkscape:connector-curvature="0" /><path
+
        d="m 1394.378,1079.412 h 7.486 l 6.992,19.114 h 0.113 l 6.916,-19.114 h 7.524 v 26.904 h -4.75 v -21.622 h -0.076 l -8.17,21.622 h -3.344 l -8.057,-21.622 h -0.075 v 21.622 h -4.561 v -26.904 z"
+
        id="path5678"
+
        inkscape:connector-curvature="0" /><path
+
        d="m 1429.338,1079.412 h 8.778 c 1.545,0 2.938,0.139 4.18,0.418 1.242,0.279 2.305,0.735 3.192,1.368 0.886,0.634 1.57,1.444 2.052,2.432 0.48,0.988 0.722,2.179 0.722,3.572 0,1.495 -0.278,2.749 -0.836,3.762 -0.558,1.014 -1.311,1.831 -2.261,2.451 -0.95,0.621 -2.059,1.07 -3.325,1.349 -1.266,0.279 -2.609,0.418 -4.027,0.418 h -3.687 v 11.134 h -4.788 z m 8.132,11.742 c 0.785,0 1.533,-0.057 2.242,-0.171 0.709,-0.114 1.343,-0.316 1.9,-0.608 0.557,-0.291 1,-0.69 1.33,-1.197 0.328,-0.506 0.493,-1.165 0.493,-1.976 0,-0.785 -0.165,-1.425 -0.493,-1.919 -0.33,-0.494 -0.767,-0.88 -1.312,-1.159 -0.545,-0.279 -1.165,-0.462 -1.862,-0.551 -0.696,-0.088 -1.412,-0.133 -2.146,-0.133 h -3.496 v 7.714 z"
+
        id="path5680"
+
        inkscape:connector-curvature="0" /><path
+
        d="m 1452.518,1079.412 h 9.348 c 1.267,0 2.495,0.133 3.687,0.399 1.19,0.266 2.248,0.703 3.173,1.311 0.925,0.608 1.666,1.406 2.223,2.394 0.558,0.988 0.837,2.191 0.837,3.61 0,1.951 -0.552,3.541 -1.653,4.769 -1.103,1.229 -2.604,2.059 -4.503,2.489 l 7.182,11.932 h -5.775 l -6.232,-11.4 h -3.496 v 11.4 h -4.788 v -26.904 z m 8.702,11.59 c 0.684,0 1.368,-0.05 2.052,-0.152 0.685,-0.101 1.298,-0.291 1.843,-0.57 0.545,-0.278 0.994,-0.677 1.35,-1.197 0.354,-0.519 0.532,-1.184 0.532,-1.995 0,-0.734 -0.165,-1.336 -0.494,-1.805 -0.33,-0.468 -0.748,-0.842 -1.254,-1.121 -0.508,-0.279 -1.083,-0.469 -1.729,-0.57 -0.646,-0.101 -1.272,-0.152 -1.881,-0.152 h -4.332 v 7.562 z"
+
        id="path5682"
+
        inkscape:connector-curvature="0" /><path
+
        d="m 1475.128,1092.788 c 0,-2.153 0.361,-4.098 1.083,-5.833 0.722,-1.735 1.723,-3.211 3.002,-4.427 1.279,-1.216 2.799,-2.153 4.561,-2.812 1.76,-0.658 3.679,-0.988 5.757,-0.988 2.103,0 4.04,0.33 5.813,0.988 1.773,0.659 3.307,1.596 4.599,2.812 1.292,1.216 2.299,2.692 3.021,4.427 0.722,1.735 1.083,3.68 1.083,5.833 0,2.103 -0.361,4.022 -1.083,5.757 -0.722,1.735 -1.729,3.23 -3.021,4.484 -1.292,1.254 -2.825,2.229 -4.599,2.926 -1.773,0.696 -3.711,1.045 -5.813,1.045 -2.078,0 -3.997,-0.349 -5.757,-1.045 -1.762,-0.697 -3.281,-1.672 -4.561,-2.926 -1.28,-1.254 -2.28,-2.749 -3.002,-4.484 -0.722,-1.735 -1.083,-3.654 -1.083,-5.757 z m 5.206,0 c 0,1.444 0.222,2.768 0.665,3.971 0.443,1.204 1.076,2.249 1.9,3.135 0.822,0.887 1.798,1.577 2.926,2.071 1.127,0.494 2.375,0.741 3.743,0.741 1.368,0 2.622,-0.247 3.762,-0.741 1.14,-0.494 2.121,-1.184 2.945,-2.071 0.822,-0.887 1.456,-1.932 1.899,-3.135 0.443,-1.203 0.665,-2.527 0.665,-3.971 0,-1.393 -0.222,-2.685 -0.665,-3.876 -0.443,-1.19 -1.07,-2.229 -1.881,-3.116 -0.811,-0.886 -1.786,-1.583 -2.926,-2.09 -1.14,-0.507 -2.407,-0.76 -3.8,-0.76 -1.394,0 -2.654,0.253 -3.781,0.76 -1.128,0.507 -2.097,1.204 -2.907,2.09 -0.811,0.887 -1.438,1.926 -1.881,3.116 -0.442,1.191 -0.664,2.483 -0.664,3.876 z"
+
        id="path5684"
+
        inkscape:connector-curvature="0" /><path
+
        d="m 1504.882,1079.412 h 5.357 l 7.41,20.71 h 0.152 l 7.486,-20.71 h 5.168 l -10.792,26.904 h -4.143 z"
+
        id="path5686"
+
        inkscape:connector-curvature="0" /><path
+
        d="m 1533.04,1079.412 h 17.822 v 4.18 h -13.034 v 6.84 h 12.35 v 4.028 h -12.35 v 7.6 h 13.718 v 4.256 h -18.506 z"
+
        id="path5688"
+
        inkscape:connector-curvature="0" /><path
+
        d="m 1556.22,1079.412 h 7.486 l 6.992,19.114 h 0.113 l 6.916,-19.114 h 7.524 v 26.904 h -4.75 v -21.622 h -0.076 l -8.17,21.622 h -3.344 l -8.057,-21.622 h -0.075 v 21.622 h -4.561 v -26.904 z"
+
        id="path5690"
+
        inkscape:connector-curvature="0" /><path
+
        d="m 1591.18,1079.412 h 17.822 v 4.18 h -13.034 v 6.84 h 12.35 v 4.028 h -12.35 v 7.6 h 13.718 v 4.256 h -18.506 z"
+
        id="path5692"
+
        inkscape:connector-curvature="0" /><path
+
        d="m 1614.359,1079.412 h 6.346 l 12.502,20.14 h 0.076 v -20.14 h 4.788 v 26.904 h -6.08 l -12.768,-20.786 h -0.076 v 20.786 h -4.788 z"
+
        id="path5694"
+
        inkscape:connector-curvature="0" /><path
+
        d="m 1649.434,1083.592 h -8.246 v -4.18 h 21.279 v 4.18 h -8.246 v 22.724 h -4.787 z"
+
        id="path5696"
+
        inkscape:connector-curvature="0" /></g><g
+
      id="g5710"><path
+
        d="m 1453.501,945.36 -3.3,-8.34 h -16.439 l -3.12,8.34 h -11.16 l 17.82,-42.48 h 9.96 l 17.64,42.48 z m -11.399,-31.14 -5.4,14.58 h 10.68 z"
+
        id="path5700"
+
        inkscape:connector-curvature="0" /><path
+
        d="m 1478.58,905.94 c 0,0.76 -0.149,1.47 -0.449,2.13 -0.301,0.66 -0.7,1.23 -1.2,1.71 -0.501,0.48 -1.101,0.861 -1.8,1.14 -0.7,0.28 -1.431,0.42 -2.19,0.42 -1.601,0 -2.939,-0.53 -4.02,-1.59 -1.08,-1.06 -1.62,-2.33 -1.62,-3.81 0,-0.72 0.14,-1.41 0.42,-2.07 0.279,-0.66 0.68,-1.23 1.2,-1.71 0.519,-0.48 1.119,-0.87 1.8,-1.17 0.68,-0.3 1.419,-0.45 2.22,-0.45 0.76,0 1.49,0.141 2.19,0.42 0.699,0.28 1.299,0.66 1.8,1.14 0.5,0.48 0.899,1.05 1.2,1.71 0.3,0.66 0.449,1.371 0.449,2.13 z m -10.559,39.42 v -29.88 h 9.84 v 29.88 z"
+
        id="path5702"
+
        inkscape:connector-curvature="0" /><path
+
        d="m 1516.65,945.42 c -2.78,0.68 -5.811,1.02 -9.09,1.02 -3.4,0 -6.531,-0.54 -9.391,-1.62 -2.86,-1.08 -5.32,-2.6 -7.38,-4.56 -2.061,-1.959 -3.67,-4.31 -4.83,-7.05 -1.16,-2.739 -1.739,-5.79 -1.739,-9.15 0,-3.399 0.589,-6.48 1.77,-9.24 1.18,-2.76 2.81,-5.109 4.89,-7.05 2.08,-1.94 4.521,-3.43 7.32,-4.47 2.8,-1.04 5.82,-1.56 9.061,-1.56 3.359,0 6.479,0.51 9.359,1.53 2.88,1.02 5.22,2.391 7.021,4.11 l -6.48,7.38 c -1,-1.16 -2.32,-2.109 -3.96,-2.85 -1.641,-0.739 -3.501,-1.11 -5.58,-1.11 -1.8,0 -3.46,0.33 -4.979,0.99 -1.521,0.66 -2.841,1.581 -3.96,2.76 -1.121,1.18 -1.99,2.58 -2.61,4.2 -0.621,1.62 -0.93,3.39 -0.93,5.31 0,1.96 0.279,3.76 0.84,5.4 0.56,1.641 1.39,3.05 2.49,4.23 1.1,1.18 2.46,2.1 4.08,2.76 1.619,0.66 3.469,0.99 5.55,0.99 1.2,0 2.34,-0.09 3.42,-0.27 1.08,-0.18 2.079,-0.47 3,-0.87 v -7.74 h -8.101 v -8.28 h 17.521 v 22.5 c -2.082,1.08 -4.512,1.96 -7.292,2.64 z"
+
        id="path5704"
+
        inkscape:connector-curvature="0" /><path
+
        d="m 1532.34,945.36 v -42.48 h 28.561 v 8.64 h -18.66 v 8.04 h 17.64 v 8.22 h -17.64 v 8.82 h 19.739 v 8.76 z"
+
        id="path5706"
+
        inkscape:connector-curvature="0" /><path
+
        d="m 1607.28,945.36 0.239,-30.06 h -0.18 l -11.04,30.06 h -7.2 L 1578.36,915.3 h -0.181 l 0.24,30.06 h -9.66 v -42.48 h 14.598 l 9.673,27.24 h 0.239 l 9.252,-27.24 h 14.839 v 42.48 z"
+
        id="path5708"
+
        inkscape:connector-curvature="0" /></g></g><image
+
    sodipodi:absref="C:\Users\Wolle\Pictures\awrereigemgrafiken\Graphical Project Overview\Final Background\293089D00606F6E.png"
+
    xlink:href="293089D00606F6E.png"
+
    overflow="visible"
+
    width="281.82779"
+
    height="138.2144"
+
    id="image5714"
+
    style="overflow:visible"
+
    x="1736.5684"
+
    y="231.51219" /><g
+
    transform="translate(9.2045224,-192.75465)"
+
    id="g1009"><path
+
      d="m 901.977,984.407 -0.041,5.165 -29.027,-0.227 0.041,-5.165 z"
+
      id="path979"
+
      inkscape:connector-curvature="0" /><path
+
      d="m 901.886,995.968 -0.054,6.847 -21.835,13.319 -10e-4,0.082 21.729,0.17 -0.04,5.166 -29.027,-0.227 0.051,-6.56 22.534,-13.601 v -0.082 l -22.426,-0.175 0.041,-5.166 z"
+
      id="path981"
+
      inkscape:connector-curvature="0" /><path
+
      d="m 901.636,1027.947 -0.041,5.166 -29.027,-0.227 0.041,-5.166 z"
+
      id="path983"
+
      inkscape:connector-curvature="0" /><path
+
      d="m 896.99,1045.336 0.069,-8.896 4.51,0.035 -0.18,22.959 -4.51,-0.035 0.07,-8.896 -24.518,-0.192 0.041,-5.166 z"
+
      id="path985"
+
      inkscape:connector-curvature="0" /><path
+
      d="m 901.363,1062.796 -0.041,5.166 -29.027,-0.227 0.041,-5.166 z"
+
      id="path987"
+
      inkscape:connector-curvature="0" /><path
+
      d="m 901.201,1083.459 -0.035,4.469 -29.125,12.278 0.046,-5.904 6.664,-2.654 0.099,-12.586 -6.622,-2.676 0.045,-5.781 z m -18.009,6.419 11.842,-4.375 -11.772,-4.644 z"
+
      id="path989"
+
      inkscape:connector-curvature="0" /><path
+
      d="m 901.046,1103.302 -0.041,5.166 -24.436,-0.191 -0.097,12.341 -4.592,-0.036 0.137,-17.506 z"
+
      id="path991"
+
      inkscape:connector-curvature="0" /><path
+
      d="m 894.625,1148.271 c 0.715,-0.542 1.315,-1.309 1.802,-2.303 0.485,-0.994 0.733,-1.997 0.741,-3.008 0.005,-0.602 -0.066,-1.204 -0.211,-1.806 -0.146,-0.603 -0.374,-1.151 -0.684,-1.646 -0.311,-0.495 -0.717,-0.901 -1.22,-1.219 -0.504,-0.318 -1.111,-0.48 -1.821,-0.486 -0.656,-0.01 -1.217,0.127 -1.684,0.397 -0.468,0.27 -0.867,0.642 -1.198,1.118 -0.332,0.476 -0.623,1.054 -0.875,1.736 -0.251,0.681 -0.503,1.431 -0.755,2.25 -0.309,0.926 -0.658,1.887 -1.048,2.882 -0.391,0.994 -0.903,1.906 -1.539,2.735 -0.636,0.829 -1.433,1.506 -2.394,2.032 -0.961,0.524 -2.152,0.782 -3.573,0.771 -1.558,-0.012 -2.916,-0.31 -4.073,-0.892 -1.157,-0.583 -2.115,-1.356 -2.873,-2.318 -0.758,-0.963 -1.324,-2.088 -1.696,-3.376 -0.372,-1.288 -0.553,-2.643 -0.542,-4.063 0.015,-1.886 0.377,-3.729 1.089,-5.526 0.711,-1.798 1.754,-3.267 3.13,-4.404 l 3.416,3.717 c -0.99,0.703 -1.776,1.646 -2.36,2.831 -0.583,1.185 -0.879,2.351 -0.888,3.499 -0.005,0.601 0.065,1.217 0.211,1.847 0.145,0.629 0.394,1.198 0.745,1.708 0.351,0.508 0.792,0.921 1.323,1.24 0.531,0.318 1.192,0.48 1.985,0.487 0.765,0.01 1.402,-0.167 1.91,-0.518 0.508,-0.352 0.95,-0.827 1.323,-1.425 0.374,-0.599 0.7,-1.307 0.98,-2.125 0.279,-0.817 0.573,-1.676 0.881,-2.576 0.28,-0.873 0.615,-1.745 1.004,-2.616 0.389,-0.873 0.901,-1.654 1.536,-2.346 0.634,-0.692 1.41,-1.253 2.33,-1.683 0.919,-0.43 2.062,-0.64 3.429,-0.629 1.476,0.012 2.745,0.329 3.806,0.952 1.062,0.624 1.937,1.437 2.625,2.44 0.689,1.002 1.2,2.141 1.531,3.415 0.332,1.273 0.493,2.566 0.482,3.878 -0.011,1.476 -0.283,2.971 -0.814,4.483 -0.531,1.513 -1.32,2.826 -2.368,3.938 z"
+
      id="path993"
+
      inkscape:connector-curvature="0" /><path
+
      d="m 900.625,1157.051 -0.151,19.228 -4.51,-0.035 0.11,-14.062 -7.38,-0.058 -0.104,13.325 -4.346,-0.034 0.104,-13.325 -8.2,-0.064 -0.116,14.801 -4.592,-0.036 0.156,-19.966 z"
+
      id="path995"
+
      inkscape:connector-curvature="0" /><path
+
      d="m 871.157,1213.115 0.137,-17.506 c 0.018,-2.324 0.369,-4.433 1.054,-6.327 0.685,-1.896 1.668,-3.514 2.95,-4.856 1.281,-1.342 2.848,-2.376 4.698,-3.1 1.851,-0.723 3.951,-1.076 6.302,-1.058 2.214,0.018 4.226,0.423 6.039,1.216 1.811,0.793 3.368,1.892 4.669,3.296 1.301,1.404 2.306,3.059 3.016,4.965 0.709,1.905 1.056,3.964 1.038,6.179 -0.017,2.214 -0.396,4.26 -1.134,6.141 -0.739,1.88 -1.771,3.505 -3.093,4.875 -1.323,1.37 -2.896,2.43 -4.719,3.182 -1.825,0.75 -3.843,1.118 -6.057,1.101 -1.312,-0.01 -2.513,-0.17 -3.604,-0.479 -1.091,-0.31 -2.079,-0.707 -2.963,-1.191 -0.885,-0.485 -1.66,-1.038 -2.325,-1.659 -0.665,-0.62 -1.227,-1.26 -1.686,-1.919 h -0.082 l -0.056,7.175 z m 25.268,-17.228 c 0.011,-1.394 -0.238,-2.702 -0.748,-3.922 -0.51,-1.221 -1.212,-2.272 -2.107,-3.153 -0.896,-0.882 -1.97,-1.581 -3.223,-2.096 -1.253,-0.516 -2.618,-0.779 -4.094,-0.791 -1.557,-0.012 -2.974,0.216 -4.249,0.685 -1.274,0.468 -2.366,1.129 -3.275,1.983 -0.909,0.854 -1.621,1.88 -2.135,3.079 -0.516,1.198 -0.779,2.522 -0.79,3.971 -0.011,1.421 0.231,2.742 0.728,3.962 0.496,1.219 1.192,2.271 2.087,3.152 0.896,0.881 1.977,1.574 3.244,2.076 1.267,0.502 2.68,0.759 4.237,0.771 1.476,0.012 2.845,-0.21 4.105,-0.665 1.261,-0.456 2.346,-1.109 3.255,-1.963 0.909,-0.854 1.627,-1.88 2.156,-3.078 0.528,-1.198 0.798,-2.535 0.809,-4.011 z"
+
      id="path997"
+
      inkscape:connector-curvature="0" /><path
+
      d="m 881.607,1239.97 c -1.75,-0.014 -3.326,-0.327 -4.729,-0.939 -1.403,-0.613 -2.592,-1.442 -3.568,-2.488 -0.976,-1.047 -1.725,-2.283 -2.247,-3.708 -0.522,-1.425 -0.776,-2.972 -0.763,-4.639 0.013,-1.668 0.292,-3.21 0.835,-4.627 0.544,-1.417 1.312,-2.649 2.305,-3.693 0.992,-1.045 2.194,-1.855 3.606,-2.432 1.413,-0.577 2.993,-0.858 4.743,-0.844 l 18.367,0.144 -0.04,5.166 -18.162,-0.142 c -0.848,-0.01 -1.689,0.096 -2.525,0.308 -0.835,0.212 -1.583,0.568 -2.243,1.07 -0.66,0.5 -1.198,1.166 -1.615,1.996 -0.417,0.83 -0.629,1.861 -0.639,3.091 -0.01,1.23 0.188,2.263 0.59,3.1 0.404,0.837 0.932,1.51 1.583,2.021 0.652,0.51 1.394,0.878 2.226,1.104 0.832,0.225 1.672,0.341 2.52,0.348 l 18.162,0.142 -0.041,5.166 z"
+
      id="path999"
+
      inkscape:connector-curvature="0" /><path
+
      d="m 899.926,1246.263 -0.15,19.228 -4.51,-0.035 0.11,-14.062 -7.38,-0.058 -0.104,13.325 -4.346,-0.034 0.104,-13.325 -8.2,-0.064 -0.116,14.801 -4.592,-0.036 0.156,-19.966 z"
+
      id="path1001"
+
      inkscape:connector-curvature="0" /><path
+
      d="m 899.73,1271.271 -0.054,6.847 -21.835,13.319 v 0.082 l 21.729,0.17 -0.041,5.166 -29.027,-0.227 0.051,-6.56 22.534,-13.601 v -0.082 l -22.426,-0.175 0.041,-5.166 z"
+
      id="path1003"
+
      inkscape:connector-curvature="0" /><path
+
      d="m 892.51,1324.147 c 1.044,-0.757 1.811,-1.749 2.299,-2.975 0.488,-1.226 0.736,-2.427 0.746,-3.603 0.012,-1.503 -0.251,-2.872 -0.788,-4.105 -0.537,-1.235 -1.28,-2.3 -2.23,-3.195 -0.95,-0.896 -2.065,-1.589 -3.346,-2.076 -1.282,-0.489 -2.673,-0.739 -4.176,-0.75 -1.585,-0.013 -3.036,0.208 -4.351,0.663 -1.315,0.454 -2.448,1.108 -3.398,1.962 -0.95,0.854 -1.689,1.879 -2.218,3.079 -0.529,1.197 -0.799,2.548 -0.811,4.052 -0.012,1.558 0.285,2.94 0.89,4.148 0.606,1.208 1.411,2.185 2.417,2.93 l -2.943,4.118 c -1.604,-1.298 -2.841,-2.879 -3.715,-4.745 -0.874,-1.866 -1.301,-4.042 -1.281,-6.529 0.018,-2.269 0.41,-4.35 1.176,-6.243 0.767,-1.894 1.832,-3.519 3.195,-4.875 1.364,-1.357 2.984,-2.41 4.863,-3.16 1.878,-0.751 3.952,-1.117 6.221,-1.099 2.323,0.018 4.417,0.438 6.284,1.259 1.865,0.82 3.449,1.939 4.75,3.358 1.301,1.418 2.299,3.086 2.995,5.005 0.695,1.918 1.035,3.999 1.017,6.24 -0.007,0.929 -0.104,1.899 -0.29,2.909 -0.186,1.009 -0.466,1.978 -0.842,2.905 -0.376,0.926 -0.841,1.797 -1.394,2.613 -0.554,0.815 -1.215,1.507 -1.985,2.075 z"
+
      id="path1005"
+
      inkscape:connector-curvature="0" /><path
+
      d="m 899.257,1331.786 -0.151,19.228 -4.51,-0.035 0.11,-14.062 -7.38,-0.058 -0.104,13.325 -4.346,-0.034 0.104,-13.325 -8.2,-0.064 -0.116,14.801 -4.592,-0.036 0.157,-19.966 z"
+
      id="path1007"
+
      inkscape:connector-curvature="0" /></g></svg>
+
              <div id="gaia" class="icon-box"><a href="https://2017.igem.org/Team:Heidelberg/Software/GAIA"><img src="https://static.igem.org/mediawiki/2017/c/ca/T--Heidelberg--2017_GAIAIcon.svg" width="100%" height="auto"></a></div>
+
              <div id="deeprotein" class="icon-box"><a href="https://2017.igem.org/Team:Heidelberg/Software/DeeProtein"><img src="https://static.igem.org/mediawiki/2017/4/43/T--Heidelberg--2017_DeeProteinIcon.svg" width="100%" height="auto"></a></div>
+
              <div id="safetynet" class="icon-box"><a href="https://2017.igem.org/Team:Heidelberg/Software/SafetyNet"><img src="https://static.igem.org/mediawiki/2017/c/cc/T--Heidelberg--2017_SafetyNetIcon.svg" width="100%" height="auto"></a></div>
+
                <div id="carbonsilicon" class="icon-box"><a href="https://2017.igem.org/Team:Heidelberg/Organosilicones"><img src="https://static.igem.org/mediawiki/2017/d/d5/T--Heidelberg--2017_CarbonSiliconIcon.svg" width="100%" height="auto"></a></div>
+
                <div id="dead" class="icon-box"><a href="https://2017.igem.org/Team:Heidelberg/Validation#lac"><img src="https://static.igem.org/mediawiki/2017/3/3a/T--Heidelberg--2017_SkullIcon.svg" width="100%" height="auto"></a></div>
+
                <div id="gus2gal" class="icon-box"><a href="https://2017.igem.org/Team:Heidelberg/Validation#gusgal"><img src="https://static.igem.org/mediawiki/2017/4/4f/T--Heidelberg--2017_GusGalIcon.svg" width="100%" height="auto"></a></div>
+
              <div id="predcel" class="icon-box"><a href="https://2017.igem.org/Team:Heidelberg/Predcel"><img src="https://static.igem.org/mediawiki/2017/b/ba/T--Heidelberg--2017_PREDCELIcon.svg" width="100%" height="auto"></a></div>
+
                <div id="box1" class="icon-box"><a href="https://2017.igem.org/Team:Heidelberg/Protein_Interaction"><img src="https://static.igem.org/mediawiki/2017/3/35/T--Heidelberg--2017_PiIcon.svg" width="100%" height="auto" class="img-filter"></a></div>
+
                <div id="box2" class="icon-box"><a href="https://2017.igem.org/Team:Heidelberg/CRISPR"><img src="https://static.igem.org/mediawiki/2017/e/e5/T--Heidelberg--2017_CrisprCas9.svg" width="100%" height="auto" class="img-filter"></a></div>
+
                <div id="box3" class="icon-box"><a href="https://2017.igem.org/Team:Heidelberg/Cytochrome_Engineering"><img src="https://static.igem.org/mediawiki/2017/b/ba/T--Heidelberg--2017_CytochromeEngineeringIcon.svg" width="100%" height="auto" class="img-filter"></a></div>
+
                <div id="box4" class="icon-box"><a href="https://2017.igem.org/Team:Heidelberg/Destructase"><img src="https://static.igem.org/mediawiki/2017/c/c5/T--Heidelberg--2017_DestructaseIcon.svg" width="100%" height="auto" class="img-filter"></a></div>
+
                <div id="box5" class="icon-box"><a href="https://2017.igem.org/Team:Heidelberg/Optogenetics"><img src="https://static.igem.org/mediawiki/2017/9/9c/T--Heidelberg--2017_OptogeneticsIcon.svg" width="100%" height="auto" class="img-filter"></a></div>
+
              <canvas id = 'flagella'></canvas> 
+
                 
+
                 
+
              </div>
+
                </div>
+
            </div>
+
 
         </div>
 
         </div>
              </div> 
 
                <div style="background-color: #222 !important;position: relative;padding-top: 50px;">
 
            <div class="t-container">
 
           
 
          <div class="t-col t-col_12" style="padding: 20px;color: white !important; text-align: justify;">
 
            Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.
 
                </div>
 
            </div>
 
     
 
                        </div>
 
                       
 
                       
 
                       
 
                       
 
                       
 
                       
 
                       
 
    <script>
 
        $('#append-header').html('General Abstract');
 
        var abstract = document.getElementById('general_abstract').innerHTML;
 
        $('#append-abstract').html(abstract);
 
       
 
       
 
        $('#general_abstract_button').click(function() {
 
            $('#append-header').html('General Abstract');
 
        var abstract = document.getElementById('general_abstract').innerHTML;
 
        $('#append-abstract').html(abstract);
 
        });
 
        var protein_interaction = document.getElementById('Protein Interaction').innerHTML;
 
        var pam = document.getElementById('DNA Editing').innerHTML;
 
        var enzyme = document.getElementById('Product Specificity').innerHTML;
 
        var destruction = document.getElementById('Screening').innerHTML;
 
        var opto = document.getElementById('Opto Genetics').innerHTML;
 
        console.log(protein_interaction);
 
        var icon_text_array = [protein_interaction, pam, enzyme, destruction, opto];
 
        var names = ['Protein Interaction','DNA Editing', 'Product Specificity', 'Screening', 'Opto Genetics'];
 
        var icons = document.getElementsByClassName('icon-box'); 
 
      for(var i = 0; i < icons.length; i++) {
 
 
    icons[i].addEventListener('click', function(){
 
        console.log(icons[i]);
 
        var icon = $(this).attr('id').charAt(3)-1;
 
        $('#append-header').html(names[icon]);
 
        $('#append-abstract').html(icon_text_array[icon]);
 
    }, false);
 
}
 
                   
 
        </script>
 
     
 
<script>
 
var c = document.getElementById("flagella");
 
var ctx = c.getContext("2d");
 
 
var cw = c.width = 210;
 
var ch = c.height = 230;
 
var cx = cw / 2,
 
  cy = ch / 2;
 
var rad = Math.PI / 180;
 
var w = 300;
 
var h = 200;
 
var amplitude = h;
 
var frequency = .01;
 
var phi = 0;
 
var frames = 0;
 
var stopped = true;
 
 
ctx.lineWidth = 6;
 
 
function Draw() {
 
  frames++
 
  phi = frames / 20;
 
 
  ctx.clearRect(0, 0, cw, ch);
 
 
  ctx.beginPath();
 
  ctx.strokeStyle = "#9d9d9c";
 
  for (var x = 0; x < 170; x++) {
 
    y1 =  x * Math.sin(x * frequency+1.5 + phi) * amplitude /600 + amplitude / 2;
 
 
    ctx.lineTo(x, y1); // 40 = offset
 
  }
 
  ctx.stroke();
 
 
  ctx.beginPath();
 
  ctx.strokeStyle = "#9d9d9c";
 
  for (var x = 0; x < 270; x++) {
 
      y2 =  x * Math.cos(x * frequency /1.1 + phi) * amplitude / 1500 + amplitude / 2;
 
 
    ctx.lineTo(x, y2); // 40 = offset
 
  }
 
  ctx.stroke();   
 
   
 
  ctx.beginPath();
 
  ctx.strokeStyle = "#9d9d9c";
 
  for (var x = 0; x < 230; x++) {
 
      y2 =  x * Math.sin(x * frequency  + phi) * amplitude / 1000 + amplitude / 2;
 
 
    ctx.lineTo(x, y2); // 40 = offset
 
  }
 
  ctx.stroke();   
 
   
 
  requestId = window.requestAnimationFrame(Draw);
 
}
 
requestId = window.requestAnimationFrame(Draw);   
 
</script>         
 
       
 
  
 
     </div>
 
     </div>
 +
</body>
  
 
+
</html>
                         
+
</div>
+
</html>
+
 
{{Heidelberg/footer}}
 
{{Heidelberg/footer}}

Revision as of 17:18, 27 October 2017