diff --git a/modules/brand.js b/modules/brand.js
index df3d72f5a5f7d55b32b0d83048ec8291e6af38f5..79c6d19703df3b724f6e95a1556cce9983bf0745 100644
--- a/modules/brand.js
+++ b/modules/brand.js
@@ -2,27 +2,16 @@ var httpreq = require('httpreq');
 var Mustache = require('mustache');
 
 var URL = 'https://stratum0.org/status/status.json';
-var TEMPLATES = {};
+var TEMPLATE = "";
 require('fs').readFile('modules/brand/template.mustache', 'utf-8', function (err, data) {
-    TEMPLATES.template = data;
-});
-require('fs').readFile('modules/brand/status.mustache', 'utf-8', function (err, data) {
-    TEMPLATES.status = data;
+    TEMPLATE = data;
 });
 
 var status = {};
 
-function renderStatus(sock, everything) {
-    var sendInner = function () {
-        status.random = ''+Math.random();
-        sock.emit('brand.status', Mustache.render(TEMPLATES.status, status));
-    }
-    if (everything) {
-        sock.emit('brand', Mustache.render(TEMPLATES.template, {}));
-        setTimeout(sendInner, 3000);
-    } else {
-        sendInner();
-    }
+function renderStatus(sock) {
+    status.random = ''+Math.random();
+    sock.emit('brand', Mustache.render(TEMPLATE, status));
 }
 
 function fetchStatus(cb) {
@@ -35,6 +24,7 @@ function fetchStatus(cb) {
             cb(state);
         } catch (e) {
             console.log('brand: fetchStatus: ' + e);
+            cb({ lastchange: null });
         }
     });
 }
@@ -52,12 +42,11 @@ module.exports = function (io) {
             }
             if (firstTime && status) {
                 io.on('connection', function (sock) {
-                    renderStatus(sock, true);
+                    renderStatus(sock);
                 });
-                renderStatus(io, true);
                 firstTime = false;
             } else {
-                renderStatus(io, false);
+                renderStatus(io);
             }
         });
     }
diff --git a/modules/brand/status.mustache b/modules/brand/status.mustache
deleted file mode 100644
index 06e7822936133e956b72ed202e431421bd6e9537..0000000000000000000000000000000000000000
--- a/modules/brand/status.mustache
+++ /dev/null
@@ -1,5 +0,0 @@
-Space is {{#open}}<span class="open">open</span> on <span class="person">{{trigger_person}}</span>{{/open}}
-{{^open}}<span class="closed">closed</span>{{/open}}
-<br>since {{since}}
-<br>
-<img style="width: 470px; height: 310px" src="http://maurudor.de/?rasd={{random}}"></img>
diff --git a/modules/brand/template.mustache b/modules/brand/template.mustache
index b2be527705a4bc92fd898c95c848ab1a00aae4db..8aee32e7b5cd87c17d6c90d6238b434d0507f006 100644
--- a/modules/brand/template.mustache
+++ b/modules/brand/template.mustache
@@ -1,2 +1,18 @@
-<img src="/modules/brand/stratum0_logo.svg"><br>
-<h3 data-infodisplay-outlet="status"></h3>
+{{#lastchange}}
+	{{#open}}
+		<img src="/modules/brand/stratum0_logo_open.svg" alt="Stratum 0 Logo – space is open"><br>
+		<h3>Space is <span class="open">open</span> on <span class="person">{{trigger_person}}</span>
+	{{/open}}
+	{{^open}}
+		<img src="/modules/brand/stratum0_logo_closed.svg" alt="Stratum 0 Logo – space is closed"><br>
+		<h3>Space is <span class="closed">closed</span>
+	{{/open}}
+	<br>since {{since}}</h3>
+	<br>
+{{/lastchange}}
+{{^lastchange}}
+	<img src="/modules/brand/stratum0_logo.svg" alt="Stratum 0 Logo – no SpaceAPI connection :-(" ><br>
+	{{! -- prevent flickering -- }}
+	<h3>{{! status }}&nbsp;<br>{{! since }}&nbsp;</h3><br>
+{{/lastchange}}
+<img style="width: 470px; height: 310px" src="http://maurudor.de/?rasd={{random}}"></img>
diff --git a/public/modules/brand/stratum0_logo.svg b/public/modules/brand/stratum0_logo.svg
index 42930162c32b789beb6fdfc3511c9470dd4c5244..5bbdd71460777d54e51ce830e2ec71d2ab1c8793 100644
--- a/public/modules/brand/stratum0_logo.svg
+++ b/public/modules/brand/stratum0_logo.svg
@@ -5,12 +5,35 @@
    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"
-   id="svg3269"
+   xmlns:xlink="http://www.w3.org/1999/xlink"
+   version="1.1"
+   width="470"
    height="108.42064"
-   width="423.17975"
-   version="1.1">
+   id="svg3269">
   <defs
-     id="defs3271" />
+     id="defs3271">
+    <linearGradient
+       id="linearGradient18461">
+      <stop
+         id="stop18457"
+         offset="0"
+         style="stop-color:#eee8d5;stop-opacity:1" />
+      <stop
+         id="stop18459"
+         offset="1"
+         style="stop-color:#4c5859;stop-opacity:1" />
+    </linearGradient>
+    <radialGradient
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.13464314,0.13464314,-0.13464314,0.13464314,367.47023,22.304396)"
+       r="284.69783"
+       fy="1281.7788"
+       fx="-1044.8134"
+       cy="1281.7788"
+       cx="-1044.8134"
+       id="radialGradient18463"
+       xlink:href="#linearGradient18461" />
+  </defs>
   <metadata
      id="metadata3274">
     <rdf:RDF>
@@ -24,64 +47,54 @@
     </rdf:RDF>
   </metadata>
   <g
-     style="fill:#ffffff"
-     transform="translate(4.5391344e-5,-46.579361)"
-     id="g4179">
+     transform="rotate(90,54.210555,54.210169)"
+     id="g19202">
     <path
-       d="M 54.210261,46.579361 C 24.320486,46.579361 -4.5391344e-5,70.899879 -4.5391344e-5,100.78967 -4.5391344e-5,130.67948 24.320486,155 54.210261,155 c 29.889817,0 54.210349,-24.32052 54.210349,-54.21033 0,-29.889791 -24.320532,-54.210309 -54.210349,-54.210309 z m 0,8.434188 c 25.330172,0 45.776135,20.445955 45.776135,45.776121 0,25.33019 -20.445963,45.77614 -45.776135,45.77616 -25.330171,0 -45.7761345,-20.44597 -45.7761345,-45.77616 0,-25.330166 20.4459635,-45.776137 45.7761345,-45.776121 z"
-       id="path4359"
-       style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:48.04657745;marker:none;enable-background:accumulate" />
+       d="M 92.543165,92.542778 A 54.210497,54.210497 0 1 1 15.877945,15.877559 54.210497,54.210497 0 1 1 92.543165,92.542778 Z"
+       id="path3348"
+       style="fill:url(#radialGradient18463);fill-opacity:1;stroke:none;stroke-width:0.19041416" />
     <path
-       d="m 50.847159,86.109342 c -1.571382,-1.94511 -2.788151,-4.175813 -3.57279,-6.550053 2.530376,1.086548 5.284969,1.647666 8.038737,1.637508 2.704152,-0.01 5.405085,-0.57055 7.889849,-1.637521 -0.293481,2.598409 -1.33895,5.107489 -2.977325,7.145514 -1.247769,1.552114 -2.833556,2.83101 -4.614792,3.721632 -1.798241,-1.181325 -3.411602,-2.643442 -4.763679,-4.31708 z m 11.923995,39.734438 -8.884424,-7.77316 -8.384432,7.71872 c 2.461029,0.95485 5.080068,1.50098 7.717599,1.60931 3.245049,0.13329 6.51602,-0.3992 9.551257,-1.55487 z m 2.22835,-6.2233 c 1.286033,2.87161 1.917079,6.03426 1.831594,9.17953 -4.05206,1.86381 -8.520029,2.81671 -12.979907,2.76826 -4.414969,-0.048 -8.816647,-1.07682 -12.795439,-2.99086 -0.314945,-3.4229 0.0194,-6.90441 0.979879,-10.20484 0.647268,-2.22402 1.573075,-4.35799 2.596543,-6.43591 0.917345,-1.8625 1.915097,-3.68541 2.989502,-5.46194 -2.804497,0.93288 -5.372476,2.5678 -7.40443,4.71409 -1.454402,1.53624 -2.630637,3.32186 -3.586081,5.20933 -2.202841,4.35174 -3.239889,9.32107 -2.732922,14.17217 0.125193,1.19787 0.342559,2.38609 0.649538,3.55071 6.159839,3.35209 13.181959,5.10366 20.194502,5.03727 6.751094,-0.0639 13.479898,-1.81017 19.410071,-5.03727 1.063424,-5.86189 0.314243,-12.03974 -2.119502,-17.47753 -1.998024,-4.46431 -5.069874,-8.37462 -8.474583,-11.88605 -2.302401,-2.37457 -4.766444,-4.58586 -7.140255,-6.889022 -2.023863,-1.963636 -3.98226,-3.994181 -5.892156,-6.068852 -2.752819,-2.990323 -5.443845,-6.132064 -7.105129,-9.841543 -1.286032,-2.87161 -1.917078,-6.034262 -1.831593,-9.179531 4.052059,-1.863806 8.519987,-2.816699 12.979865,-2.768264 4.415011,0.04795 8.816688,1.076815 12.795481,2.990872 0.314945,3.4229 -0.0194,6.904401 -0.97988,10.204832 -0.647268,2.224024 -1.573074,4.357994 -2.596543,6.435913 -0.917344,1.862502 -1.915097,3.685407 -2.989543,5.461937 2.804498,-0.932857 5.372518,-2.567777 7.404471,-4.714089 1.454403,-1.536247 2.630638,-3.321866 3.58604,-5.209332 2.2028,-4.351749 3.239848,-9.32107 2.732923,-14.172162 -0.125194,-1.197869 -0.342519,-2.386099 -0.649497,-3.550715 -6.15988,-3.352097 -13.181959,-5.103675 -20.194544,-5.037272 -6.751052,0.06393 -13.479856,1.810175 -19.410029,5.037272 -1.063466,5.861888 -0.314285,12.03974 2.119461,17.477534 1.998064,4.464303 5.069914,8.3746 8.474623,11.886044 2.30236,2.374562 4.766403,4.585868 7.140214,6.889028 2.023863,1.96364 3.98226,3.99418 5.892157,6.06885 2.752818,2.99032 5.443885,6.13205 7.105169,9.84154 z"
-       id="path4361"
-       style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none" />
+       id="path19836"
+       d="m 53.843693,45.327721 c 0.746731,-2.965264 1.591752,-5.905341 2.504586,-8.823773 1.31566,-4.206484 2.807019,-8.437037 5.389855,-12.008382 1.99945,-2.764664 4.627344,-5.072031 7.62741,-6.697081 3.947276,2.794747 7.264594,6.473921 9.637204,10.688444 2.34874,4.172124 3.769071,8.86357 4.128839,13.637826 -3.043679,2.15162 -6.494427,3.725268 -10.114616,4.612739 -2.439518,0.597992 -4.945486,0.885582 -7.451768,1.051069 -2.246446,0.148351 -4.499302,0.199722 -6.750189,0.153926 2.39661,2.127913 5.32431,3.653101 8.441609,4.397599 2.231247,0.532887 4.545858,0.669349 6.836382,0.543203 5.281051,-0.290824 10.510007,-2.011243 14.790807,-5.117501 1.057038,-0.76704 2.055071,-1.615373 2.982319,-2.535098 C 91.674264,37.628493 89.511876,30.084389 85.647375,23.534887 81.927,17.229647 76.638822,11.857438 70.39299,8.0381203 64.311505,10.217669 58.916093,14.270784 55.129022,19.504618 c -3.109091,4.296871 -5.115722,9.301757 -6.567316,14.402977 -0.981632,3.449603 -1.722292,6.962524 -2.59813,10.44051 z"
+       style="fill:#fdf6e3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.44760051" />
+    <path
+       id="path3332"
+       d="m 54.577401,63.092576 c -0.746732,2.965269 -1.591752,5.905341 -2.504582,8.823771 -1.31566,4.206485 -2.806992,8.437074 -5.389832,12.008421 -1.999452,2.764665 -4.627344,5.072032 -7.62741,6.697082 -3.94728,-2.794745 -7.264624,-6.473956 -9.637227,-10.688483 -2.348714,-4.172088 -3.769045,-8.863534 -4.12882,-13.637785 3.043678,-2.151621 6.494427,-3.725268 10.114615,-4.612739 2.439522,-0.597995 4.945486,-0.885583 7.451773,-1.051072 2.246441,-0.148349 4.499297,-0.199719 6.750166,-0.153965 -2.396629,-2.127901 -5.324308,-3.653051 -8.441587,-4.397559 -2.231247,-0.532887 -4.545859,-0.66935 -6.836404,-0.543242 -5.281066,0.29078 -10.510033,2.011205 -14.790811,5.117503 -1.057042,0.767042 -2.055046,1.61541 -2.982293,2.535134 0.191849,7.602159 2.354262,15.1463 6.218733,21.695766 3.72039,6.305283 9.008567,11.677497 15.254407,15.496812 6.081469,-2.1796 11.476872,-6.232706 15.263943,-11.466541 3.109114,-4.296832 5.115756,-9.301724 6.567343,-14.40294 0.981611,-3.449644 1.722262,-6.962559 2.598103,-10.440547 z"
+       style="fill:#fdf6e3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.44760051" />
   </g>
   <g
-     style="fill:#ffffff"
-     transform="matrix(2.8415362,0,0,2.8415362,49.162417,-327.70017)"
-     id="g4165">
-    <g
-       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32.43917847px;line-height:125%;font-family:'Yanone Kaffeesatz';-inkscape-font-specification:'Yanone Kaffeesatz';text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none"
-       id="text3526"
-       transform="matrix(1.1367373,0,0,1.1367373,-11.538979,-1024.4222)">
-      <path
-         style="font-weight:bold;-inkscape-font-specification:'Yanone Kaffeesatz Bold';fill:#ffffff"
-         id="path3531"
-         d="m 36.678334,1007.5517 c 1.643577,0 2.789761,0.1622 3.438553,0.4866 0.648773,0.3244 0.973165,0.7677 0.973175,1.33 -1e-5,0.3028 -0.06489,0.638 -0.194635,1.0056 -0.129767,0.346 -0.346028,0.692 -0.648783,1.038 -0.173019,-0.1297 -0.529849,-0.2703 -1.070493,-0.4217 -0.540661,-0.1513 -1.124566,-0.227 -1.751716,-0.227 -0.800172,0 -1.427329,0.1405 -1.881472,0.4217 -0.454153,0.2595 -0.681227,0.6704 -0.681223,1.2327 -4e-6,0.4974 0.0865,0.9623 0.259514,1.3948 0.173004,0.411 0.475769,0.9084 0.908297,1.4922 l 3.114161,3.9901 c 0.389261,0.4974 0.702839,0.9731 0.940736,1.4273 0.259503,0.4325 0.464951,0.865 0.616344,1.2976 0.151373,0.4109 0.24869,0.8326 0.291953,1.2651 0.06487,0.4109 0.09731,0.8434 0.09732,1.2975 -1e-5,0.8218 -0.08652,1.6112 -0.259513,2.3681 -0.173019,0.7569 -0.486598,1.4273 -0.940736,2.0112 -0.432532,0.5839 -1.038062,1.0597 -1.816594,1.4274 -0.756921,0.346 -1.719283,0.519 -2.887087,0.519 -1.470579,0 -2.551884,-0.2163 -3.243918,-0.6488 -0.67041,-0.4541 -1.005615,-0.9624 -1.005614,-1.5246 -1e-6,-0.3677 0.06488,-0.7894 0.194635,-1.2652 0.129756,-0.4757 0.335203,-0.9299 0.616344,-1.3624 0.346016,0.3028 0.789351,0.5623 1.330006,0.7785 0.54065,0.1947 1.102929,0.292 1.686838,0.292 0.908291,0 1.524635,-0.2271 1.849033,-0.6812 0.346011,-0.4542 0.51902,-1.0597 0.519027,-1.8166 -7e-6,-0.5623 -0.108137,-1.0813 -0.324392,-1.5571 -0.194641,-0.4974 -0.573098,-1.1246 -1.135371,-1.8815 l -2.951966,-3.9576 c -0.367646,-0.4974 -0.670411,-0.9515 -0.908297,-1.3624 -0.237888,-0.4325 -0.42171,-0.8434 -0.551466,-1.2327 -0.129757,-0.3893 -0.227074,-0.7569 -0.291952,-1.1029 -0.04325,-0.346 -0.06488,-0.7029 -0.06488,-1.0705 0,-1.4706 0.475774,-2.66 1.427324,-3.5683 0.973173,-0.9299 2.422121,-1.3949 4.34685,-1.3949" />
-      <path
-         style="font-weight:bold;-inkscape-font-specification:'Yanone Kaffeesatz Bold';fill:#ffffff"
-         id="path3533"
-         d="m 43.806844,1017.4456 -1.946351,0 c 0,-0.692 0,-1.2435 0,-1.6544 0.02163,-0.4109 0.05407,-0.7136 0.09732,-0.9083 0.04325,-0.2162 0.118943,-0.3568 0.227074,-0.4217 0.10813,-0.065 0.248699,-0.097 0.421709,-0.097 l 1.20025,0 0,-4.7037 c -3e-6,-0.2811 0.05406,-0.4974 0.162196,-0.6488 0.108128,-0.1513 0.291949,-0.2594 0.551466,-0.3243 0.281136,-0.087 0.64878,-0.1298 1.102932,-0.1298 0.47577,-0.022 1.0813,-0.032 1.816594,-0.032 l 0,5.839 2.660012,0 c -8e-6,0.6921 -0.01082,1.2435 -0.03244,1.6544 -8e-6,0.4109 -0.02163,0.7245 -0.06488,0.9407 -0.04326,0.2163 -0.118952,0.3569 -0.227074,0.4218 -0.08651,0.043 -0.21627,0.065 -0.389271,0.065 l -1.94635,0 0,8.8235 c -6e-6,0.3676 0.03243,0.7245 0.09732,1.0705 0.06487,0.3244 0.291947,0.4866 0.681223,0.4866 0.540646,0 1.102924,-0.1406 1.686837,-0.4217 0.04324,0.2378 0.0865,0.4974 0.129757,0.7785 0.06487,0.2811 0.09731,0.6055 0.09732,0.9732 -8e-6,0.3892 -0.09733,0.7028 -0.291952,0.9407 -0.194643,0.2163 -0.443343,0.3893 -0.746101,0.519 -0.281147,0.1298 -0.594725,0.2055 -0.940736,0.2271 -0.346025,0.043 -0.670416,0.065 -0.973176,0.065 -0.713667,0 -1.297571,-0.1081 -1.751715,-0.3244 -0.432526,-0.1946 -0.767731,-0.4866 -1.005615,-0.8759 -0.23789,-0.3892 -0.400086,-0.865 -0.486588,-1.4273 -0.08651,-0.5839 -0.129759,-1.2327 -0.129756,-1.9463 l 0,-8.8884" />
-      <path
-         style="font-weight:bold;-inkscape-font-specification:'Yanone Kaffeesatz Bold';fill:#ffffff"
-         id="path3535"
-         d="m 51.825911,1015.4993 c 0.562277,-0.3893 1.221873,-0.7245 1.978789,-1.0056 0.778537,-0.3028 1.621955,-0.4542 2.530256,-0.4542 0.886665,0 1.470569,0.1298 1.751716,0.3893 0.281132,0.2595 0.421702,0.6704 0.421709,1.2327 -7e-6,0.2162 -0.02163,0.519 -0.06488,0.9083 -0.04326,0.3893 -0.140577,0.7893 -0.291953,1.2002 -0.237894,-0.1081 -0.454155,-0.173 -0.648783,-0.1946 -0.194642,-0.043 -0.378464,-0.065 -0.551466,-0.065 -0.194641,0 -0.421715,0.043 -0.681223,0.1298 -0.259519,0.087 -0.497406,0.2162 -0.713662,0.3892 l -0.03244,11.9052 c -5e-6,0.173 -0.02163,0.3028 -0.06488,0.3893 -0.04326,0.086 -0.183826,0.1514 -0.421709,0.1946 -0.216265,0.022 -0.573096,0.043 -1.070493,0.065 -0.497403,0 -1.211064,0 -2.140985,0 l 0,-15.0842" />
-      <path
-         style="font-weight:bold;-inkscape-font-specification:'Yanone Kaffeesatz Bold';fill:#ffffff"
-         id="path3537"
-         d="m 59.515516,1016.1156 c -10e-7,-0.1946 0.03244,-0.4 0.09732,-0.6163 0.0865,-0.2379 0.205448,-0.4109 0.356831,-0.519 0.237886,-0.173 0.778539,-0.3677 1.621959,-0.584 0.843415,-0.2378 1.913907,-0.3568 3.211479,-0.3568 1.492195,0 2.54106,0.292 3.1466,0.8759 0.627148,0.5839 0.940726,1.6111 0.940736,3.0817 l 0,1.5246 c -10e-6,0.93 -10e-6,1.8815 0,2.8547 -10e-6,0.9732 -0.01082,1.9139 -0.03244,2.8222 -1e-5,0.9083 -0.01082,1.7625 -0.03244,2.5627 -0.02164,0.8002 -0.05407,1.503 -0.09732,2.1085 -0.562289,0.3244 -1.243511,0.5731 -2.043669,0.7461 -0.778547,0.1947 -1.654404,0.292 -2.627573,0.292 -0.605536,0 -1.189441,-0.054 -1.751716,-0.1622 -0.540656,-0.1081 -1.027243,-0.3352 -1.459763,-0.6812 -0.410898,-0.346 -0.746102,-0.8543 -1.005614,-1.5247 -0.259515,-0.6704 -0.389271,-1.5679 -0.389271,-2.6924 0,-1.103 0.09732,-2.0004 0.291953,-2.6925 0.21626,-0.7136 0.497399,-1.2651 0.843419,-1.6544 0.346016,-0.3892 0.746098,-0.6487 1.200249,-0.7785 0.454145,-0.1514 0.919106,-0.2271 1.394885,-0.2271 0.237883,0 0.562274,0.032 0.973175,0.097 0.432517,0.065 0.800161,0.1947 1.102932,0.3893 l 0,-2.2383 c -6e-6,-0.4325 -0.108137,-0.7353 -0.324391,-0.9083 -0.194641,-0.1946 -0.540659,-0.2919 -1.038054,-0.292 -0.605536,10e-5 -1.275945,0.065 -2.011229,0.1947 -0.713664,0.1298 -1.340821,0.2919 -1.881472,0.4866 -0.194637,-0.3677 -0.324393,-0.7461 -0.389271,-1.1354 -0.06488,-0.3893 -0.09732,-0.7136 -0.09732,-0.9732 m 5.741734,7.2988 c -0.108137,-0.1081 -0.248706,-0.173 -0.421709,-0.1946 -0.151389,-0.043 -0.291958,-0.065 -0.421709,-0.065 -0.367649,0 -0.648789,0.173 -0.843419,0.5191 -0.194639,0.346 -0.291957,1.038 -0.291952,2.0761 -5e-6,0.7785 0.06487,1.3408 0.194635,1.6868 0.151378,0.3244 0.432517,0.4866 0.843418,0.4866 0.151377,0 0.30276,-0.022 0.454149,-0.065 0.173003,-0.065 0.313572,-0.1514 0.421709,-0.2595 0.02162,-0.173 0.03243,-0.4217 0.03244,-0.7461 0.02162,-0.346 0.03243,-0.7137 0.03244,-1.1029 -6e-6,-0.3893 -6e-6,-0.7894 0,-1.2003 -6e-6,-0.4109 -6e-6,-0.7893 0,-1.1354" />
-      <path
-         style="font-weight:bold;-inkscape-font-specification:'Yanone Kaffeesatz Bold';fill:#ffffff"
-         id="path3539"
-         d="m 71.684265,1017.4456 -1.946351,0 c 0,-0.692 0,-1.2435 0,-1.6544 0.02163,-0.4109 0.05406,-0.7136 0.09732,-0.9083 0.04325,-0.2162 0.118943,-0.3568 0.227074,-0.4217 0.10813,-0.065 0.2487,-0.097 0.421709,-0.097 l 1.20025,0 0,-4.7037 c -2e-6,-0.2811 0.05406,-0.4974 0.162196,-0.6488 0.108128,-0.1513 0.29195,-0.2594 0.551466,-0.3243 0.281136,-0.087 0.64878,-0.1298 1.102932,-0.1298 0.47577,-0.022 1.081301,-0.032 1.816594,-0.032 l 0,5.839 2.660013,0 c -9e-6,0.6921 -0.01082,1.2435 -0.03244,1.6544 -9e-6,0.4109 -0.02163,0.7245 -0.06488,0.9407 -0.04326,0.2163 -0.118952,0.3569 -0.227074,0.4218 -0.08651,0.043 -0.216269,0.065 -0.38927,0.065 l -1.946351,0 0,8.8235 c -6e-6,0.3676 0.03243,0.7245 0.09732,1.0705 0.06487,0.3244 0.291946,0.4866 0.681222,0.4866 0.540646,0 1.102925,-0.1406 1.686838,-0.4217 0.04324,0.2378 0.0865,0.4974 0.129756,0.7785 0.06487,0.2811 0.09731,0.6055 0.09732,0.9732 -9e-6,0.3892 -0.09733,0.7028 -0.291953,0.9407 -0.194643,0.2163 -0.443343,0.3893 -0.746101,0.519 -0.281147,0.1298 -0.594725,0.2055 -0.940736,0.2271 -0.346024,0.043 -0.670416,0.065 -0.973175,0.065 -0.713667,0 -1.297572,-0.1081 -1.751716,-0.3244 -0.432526,-0.1946 -0.76773,-0.4866 -1.005615,-0.8759 -0.237889,-0.3892 -0.400085,-0.865 -0.486587,-1.4273 -0.08651,-0.5839 -0.129759,-1.2327 -0.129757,-1.9463 l 0,-8.8884" />
-      <path
-         style="font-weight:bold;-inkscape-font-specification:'Yanone Kaffeesatz Bold';fill:#ffffff"
-         id="path3541"
-         d="m 88.956099,1029.6752 c -0.519037,0.3028 -1.211072,0.5839 -2.076107,0.8434 -0.843427,0.2595 -1.751723,0.3893 -2.724891,0.3893 -0.973181,0 -1.773346,-0.1081 -2.4005,-0.3244 -0.62716,-0.2163 -1.135373,-0.5298 -1.524641,-0.9407 -0.367646,-0.4326 -0.627159,-0.9516 -0.77854,-1.5571 -0.129758,-0.6055 -0.194636,-1.2868 -0.194635,-2.0437 l 0,-11.0293 c -10e-7,-0.1514 0.01081,-0.2703 0.03244,-0.3568 0.04325,-0.1082 0.183821,-0.173 0.421709,-0.1947 0.237886,-0.043 0.605529,-0.065 1.102932,-0.065 0.519024,-0.022 1.254311,-0.032 2.205864,-0.032 l 0,11.9052 c -4e-6,0.4974 0.06487,0.8758 0.194635,1.1354 0.129752,0.2595 0.421704,0.3892 0.875858,0.3892 0.216255,0 0.432516,-0.022 0.648784,-0.065 0.216254,-0.065 0.410889,-0.1838 0.583905,-0.3568 l 0,-12.3593 c -7e-6,-0.1514 0.01081,-0.2703 0.03244,-0.3568 0.04324,-0.1082 0.173002,-0.173 0.38927,-0.1947 0.23788,-0.043 0.594711,-0.065 1.070493,-0.065 0.497392,-0.022 1.211053,-0.032 2.140986,-0.032 l 0,15.3113" />
-      <path
-         style="font-weight:bold;-inkscape-font-specification:'Yanone Kaffeesatz Bold';fill:#ffffff"
-         id="path3543"
-         d="m 96.881903,1018.4188 c -7e-6,-0.5406 -0.06488,-0.8867 -0.194635,-1.038 -0.108138,-0.1514 -0.346025,-0.2271 -0.713662,-0.2271 -0.216267,0 -0.432528,0.043 -0.648784,0.1297 -0.216266,0.065 -0.410901,0.1514 -0.583905,0.2595 l 0,12.3918 c -5e-6,0.173 -0.02163,0.3028 -0.06488,0.3893 -0.04326,0.086 -0.183827,0.1514 -0.42171,0.1946 -0.237891,0.022 -0.605535,0.043 -1.102932,0.065 -0.475777,0 -1.156999,0 -2.043668,0 l 0,-15.4735 c 0.627156,-0.3027 1.373256,-0.5514 2.238303,-0.7461 0.865041,-0.2162 1.78415,-0.3244 2.75733,-0.3244 1.124551,0 2.022034,0.2812 2.692452,0.8434 0.56227,-0.2595 1.178614,-0.4649 1.849038,-0.6163 0.69202,-0.1514 1.35162,-0.2271 1.97879,-0.2271 0.82178,0 1.47056,0.097 1.94635,0.292 0.49738,0.1946 0.86503,0.4866 1.10293,0.8758 0.2595,0.3677 0.42169,0.8326 0.48659,1.3949 0.0865,0.5407 0.12974,1.157 0.12975,1.849 l 0,11.4835 c -1e-5,0.173 -0.0324,0.3028 -0.0973,0.3893 -0.0433,0.086 -0.18384,0.1514 -0.42171,0.1946 -0.21628,0.022 -0.57311,0.043 -1.0705,0.065 -0.49741,0 -1.17863,0 -2.04366,0 l 0,-12.0349 c -2e-5,-0.4974 -0.0649,-0.8434 -0.19464,-1.0381 -0.12977,-0.1946 -0.37847,-0.2919 -0.7461,-0.2919 -0.45416,0 -0.85424,0.097 -1.20025,0.2919 l 0,12.4242 c -1e-5,0.173 -0.0216,0.3028 -0.0649,0.3893 -0.0216,0.086 -0.15139,0.1514 -0.38927,0.1946 -0.216271,0.022 -0.573101,0.043 -1.070493,0.065 -0.475783,0 -1.178631,0 -2.108546,0 l 0,-12.1647" />
-    </g>
-    <g
-       style="fill:#ffffff"
-       id="g3935"
-       transform="translate(0,-897.36218)">
-      <path
-         style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:32.43917847px;line-height:125%;font-family:'Yanone Kaffeesatz';-inkscape-font-specification:'Yanone Kaffeesatz Bold';text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none"
-         id="path3430"
-         transform="translate(0,897.36218)"
-         d="m 123.8125,121.25 c -2.75655,0 -4.7272,1.09365 -5.9375,3.3125 -1.21496,2.19843 -1.84375,5.54272 -1.84375,10 0,2.09681 0.13723,3.9747 0.34375,5.65625 0.20566,1.64552 0.57608,3.06308 1.125,4.21875 l -0.0312,0 c 0.57671,1.12456 1.34052,1.96226 2.3125,2.5625 0.9924,0.59543 2.30436,0.90625 3.90625,0.90625 1.57167,0 2.88212,-0.31058 3.875,-0.90625 1.02727,-0.62762 1.76606,-1.53691 2.34375,-2.75 a 0.22964678,0.22964678 0 0 1 0.0625,0 c 0.60755,-1.24432 0.98357,-2.83744 1.21875,-4.71875 0.2652,-1.88564 0.43749,-4.05166 0.4375,-6.59375 -10e-6,-3.86088 -0.66641,-6.78953 -1.90625,-8.75 -1.20568,-1.95206 -3.11359,-2.9375 -5.90625,-2.9375 z m 0.25,3.90625 c 0.56678,0 1.05912,0.19686 1.4375,0.5625 0.3124,0.30178 0.51642,0.73215 0.6875,1.25 L 126,127.34375 121.03125,136.5 c -0.006,-0.56368 0,-1.10974 0,-1.75 0,-1.4257 0.003,-2.71128 0.0625,-3.875 0.0599,-1.1696 0.19385,-2.1809 0.40625,-3 0.21373,-0.82462 0.52337,-1.49031 0.90625,-1.96875 0.42229,-0.4872 1.00344,-0.75 1.65625,-0.75 z m 2.75,7.625 c 1.6e-4,0.0543 0,0.10142 0,0.15625 -2e-5,2.02209 -0.068,3.72066 -0.1875,5.09375 -0.11796,1.35639 -0.29245,2.46604 -0.53125,3.34375 -0.004,0.0132 0.004,0.0192 0,0.0312 -0.20755,0.81681 -0.52643,1.42141 -0.90625,1.84375 -0.006,0.012 0.006,0.024 0,0.0312 -0.36049,0.38126 -0.81908,0.625 -1.3125,0.625 -0.62324,0 -1.15166,-0.12641 -1.5625,-0.46875 -0.28194,-0.25631 -0.51742,-0.59978 -0.6875,-1.0625 l 0.21875,-0.40625 4.96875,-9.1875 z" />
-    </g>
+     id="g23512">
+    <path
+       style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:medium;line-height:125%;font-family:'Yanone Kaffeesatz';-inkscape-font-specification:'Yanone Kaffeesatz Bold';text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#fdf6e3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.23008013"
+       id="path3531"
+       d="m 153.65104,15.839897 c 5.30888,0 9.01115,0.523919 11.1068,1.571757 2.09559,1.047838 3.1434,2.479732 3.14343,4.296006 -3e-5,0.978069 -0.2096,2.060792 -0.62868,3.248169 -0.41916,1.117608 -1.1177,2.235215 -2.09562,3.352823 -0.55887,-0.418941 -1.71146,-0.87309 -3.45778,-1.362125 -1.74638,-0.488711 -3.63244,-0.733228 -5.65819,-0.733228 -2.58462,0 -4.61038,0.453826 -6.0773,1.362125 -1.46695,0.838206 -2.20042,2.165446 -2.20041,3.98172 -1e-5,1.606642 0.27941,3.108306 0.83826,4.505316 0.55881,1.327563 1.53677,2.934205 2.93387,4.819925 l 10.05899,12.888343 c 1.25734,1.606642 2.27022,3.143191 3.03865,4.610294 0.83822,1.39701 1.50183,2.794019 1.99084,4.191352 0.48895,1.32724 0.80329,2.689365 0.94303,4.086374 0.20954,1.32724 0.31432,2.72425 0.31435,4.191029 -3e-5,2.65448 -0.27946,5.204306 -0.83824,7.649153 -0.55887,2.444848 -1.57175,4.610294 -3.03866,6.496338 -1.39711,1.886044 -3.35302,3.422916 -5.86774,4.610616 -2.44492,1.117608 -5.55342,1.676412 -9.32552,1.676412 -4.75009,0 -8.24279,-0.698667 -10.47812,-2.095676 -2.16548,-1.46678 -3.24822,-3.108629 -3.24821,-4.92458 -1e-5,-1.187701 0.20956,-2.549826 0.62868,-4.086698 0.41913,-1.536549 1.08274,-3.003652 1.99084,-4.400661 1.11766,0.978068 2.54967,1.816274 4.29603,2.514617 1.74634,0.628897 3.56255,0.943184 5.44862,0.943184 2.93385,0 4.9247,-0.733552 5.97253,-2.200331 1.11764,-1.467102 1.67647,-3.422916 1.6765,-5.867764 -3e-5,-1.816274 -0.3493,-3.492685 -1.04782,-5.029558 -0.6287,-1.606641 -1.85115,-3.632548 -3.66734,-6.077395 l -9.53508,-12.783366 c -1.18753,-1.606642 -2.16548,-3.073421 -2.93387,-4.400661 -0.7684,-1.39701 -1.36216,-2.72425 -1.78128,-3.98172 -0.41913,-1.25747 -0.73347,-2.444848 -0.94303,-3.562455 C 135.06987,34.211624 135,33.058808 135,31.871431 c 0,-4.750156 1.53679,-8.592014 4.61037,-11.525895 3.14343,-3.003652 7.82365,-4.505639 14.04067,-4.505639" />
+    <path
+       style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:medium;line-height:125%;font-family:'Yanone Kaffeesatz';-inkscape-font-specification:'Yanone Kaffeesatz Bold';text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#fdf6e3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.23008013"
+       id="path3533"
+       d="m 176.6767,47.797987 h -6.28687 c 0,-2.235215 0,-4.016605 0,-5.343845 0.0699,-1.327239 0.17465,-2.304985 0.31435,-2.933881 0.1397,-0.698344 0.38419,-1.152493 0.73347,-1.362125 0.34926,-0.209955 0.80331,-0.313318 1.36215,-0.313318 h 3.8769 V 22.65149 c -1e-5,-0.907976 0.17462,-1.606642 0.52391,-2.095676 0.34926,-0.488711 0.94302,-0.837883 1.78128,-1.047515 0.90809,-0.281017 2.09561,-0.419265 3.56256,-0.419265 1.53677,-0.07106 3.49268,-0.103362 5.86774,-0.103362 V 37.84611 h 8.59205 c -2e-5,2.235539 -0.0349,4.016605 -0.10478,5.343845 -3e-5,1.32724 -0.0699,2.340193 -0.20957,3.038536 -0.13973,0.698667 -0.38422,1.152816 -0.73346,1.362448 -0.27944,0.138893 -0.69857,0.209955 -1.25738,0.209955 h -6.28687 v 28.500613 c -2e-5,1.187377 0.10475,2.340193 0.31435,3.457801 0.20954,1.047838 0.94302,1.571757 2.20041,1.571757 1.74633,0 3.56253,-0.45415 5.44862,-1.362125 0.13967,0.768113 0.2794,1.606642 0.41912,2.514617 0.20954,0.907976 0.31432,1.955814 0.31435,3.143514 -2e-5,1.257148 -0.31438,2.270101 -0.94302,3.038537 -0.62872,0.698666 -1.43204,1.25747 -2.40997,1.676411 -0.90813,0.419265 -1.92101,0.663782 -3.03865,0.733552 -1.11769,0.138893 -2.1655,0.209955 -3.14344,0.209955 -2.3052,0 -4.19126,-0.349172 -5.65818,-1.047838 -1.39709,-0.628574 -2.47983,-1.571757 -3.24822,-2.829227 -0.7684,-1.257148 -1.29231,-2.79402 -1.57171,-4.610294 -0.27944,-1.886044 -0.41914,-3.98172 -0.41913,-6.286705 V 47.801217" />
+    <path
+       style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:medium;line-height:125%;font-family:'Yanone Kaffeesatz';-inkscape-font-specification:'Yanone Kaffeesatz Bold';text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#fdf6e3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.23008013"
+       id="path3535"
+       d="m 202.57893,41.511282 c 1.8162,-1.25747 3.94674,-2.340193 6.39164,-3.248169 2.51474,-0.978068 5.23905,-1.467102 8.17293,-1.467102 2.864,0 4.75006,0.419264 5.65819,1.25747 0.90808,0.838206 1.36213,2.165446 1.36215,3.98172 -2e-5,0.698343 -0.0699,1.676412 -0.20957,2.933882 -0.13973,1.25747 -0.45407,2.549502 -0.94303,3.876742 -0.76841,-0.349172 -1.46696,-0.558804 -2.09562,-0.628573 -0.62871,-0.138894 -1.22247,-0.209956 -1.78128,-0.209956 -0.6287,0 -1.36217,0.138894 -2.2004,0.419265 -0.83827,0.281017 -1.60666,0.698343 -2.30519,1.257147 l -0.10478,38.454751 c -2e-5,0.558804 -0.0699,0.978068 -0.20957,1.25747 -0.13973,0.277787 -0.59377,0.489034 -1.36215,0.628574 -0.69856,0.07106 -1.85115,0.138893 -3.45778,0.209955 -1.60665,0 -3.91184,0 -6.91556,0 V 41.511282" />
+    <path
+       style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:medium;line-height:125%;font-family:'Yanone Kaffeesatz';-inkscape-font-specification:'Yanone Kaffeesatz Bold';text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#fdf6e3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.23008013"
+       id="path3537"
+       d="m 227.41697,43.50198 c -1e-5,-0.628573 0.10478,-1.292032 0.31435,-1.990698 0.2794,-0.768436 0.66361,-1.32724 1.15259,-1.676412 0.76839,-0.558803 2.51475,-1.1877 5.23906,-1.886366 2.7243,-0.768113 6.18207,-1.152493 10.37333,-1.152493 4.81991,0 8.20783,0.943183 10.16377,2.829227 2.02574,1.886044 3.03863,5.203982 3.03866,9.954138 v 4.924581 c -3e-5,3.003974 -3e-5,6.077396 0,9.22091 -3e-5,3.143514 -0.035,6.18205 -0.10479,9.115932 -3e-5,2.933882 -0.0349,5.693016 -0.10478,8.277726 -0.0699,2.584711 -0.17465,4.854811 -0.31435,6.810625 -1.81624,1.047838 -4.01664,1.851159 -6.60122,2.409962 -2.51477,0.628897 -5.34385,0.943184 -8.48727,0.943184 -1.95593,0 -3.84199,-0.174425 -5.65818,-0.523919 -1.74636,-0.349172 -3.31808,-1.082723 -4.71515,-2.200331 -1.32724,-1.117608 -2.40997,-2.759457 -3.24822,-4.924903 -0.83825,-2.165446 -1.25737,-5.064443 -1.25737,-8.696668 0,-3.562778 0.31435,-6.461452 0.94303,-8.696991 0.69854,-2.304985 1.60664,-4.086374 2.72431,-5.343845 1.11766,-1.257147 2.40996,-2.095353 3.8769,-2.514617 1.46692,-0.489034 2.96879,-0.733551 4.50559,-0.733551 0.76838,0 1.81619,0.103362 3.14343,0.313317 1.39707,0.209956 2.58459,0.628897 3.56256,1.257471 V 51.98837 c -2e-5,-1.39701 -0.34929,-2.375078 -1.04781,-2.933882 -0.6287,-0.628573 -1.74637,-0.94286 -3.35299,-0.943183 -1.95593,3.23e-4 -4.12141,0.209955 -6.49643,0.628897 -2.3052,0.419264 -4.33096,0.94286 -6.07731,1.571757 -0.62869,-1.187701 -1.04782,-2.409963 -1.25738,-3.667434 -0.20956,-1.25747 -0.31435,-2.304985 -0.31435,-3.143514 m 18.54626,23.57571 c -0.34929,-0.349172 -0.80334,-0.558804 -1.36215,-0.628574 -0.489,-0.138893 -0.94305,-0.209955 -1.36215,-0.209955 -1.18754,0 -2.09565,0.558804 -2.72432,1.676735 -0.6287,1.117607 -0.94304,3.352823 -0.94302,6.705969 -2e-5,2.514618 0.20953,4.330892 0.62868,5.448499 0.48897,1.047838 1.39707,1.571757 2.72431,1.571757 0.48896,0 0.97794,-0.07106 1.46694,-0.209955 0.55881,-0.209955 1.01286,-0.489034 1.36215,-0.838206 0.0698,-0.558803 0.10475,-1.362124 0.10479,-2.409962 0.0698,-1.117608 0.10475,-2.305309 0.10478,-3.562456 -2e-5,-1.25747 -2e-5,-2.549825 0,-3.877065 -2e-5,-1.32724 -2e-5,-2.549502 0,-3.667433" />
+    <path
+       style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:medium;line-height:125%;font-family:'Yanone Kaffeesatz';-inkscape-font-specification:'Yanone Kaffeesatz Bold';text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#fdf6e3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.23008013"
+       id="path3539"
+       d="m 266.723,47.797987 h -6.28687 c 0,-2.235215 0,-4.016605 0,-5.343845 0.0699,-1.327239 0.17462,-2.304985 0.31435,-2.933881 0.13971,-0.698344 0.3842,-1.152493 0.73347,-1.362125 0.34927,-0.209955 0.80332,-0.313318 1.36216,-0.313318 h 3.8769 V 22.65149 c -10e-6,-0.907976 0.17462,-1.606642 0.52391,-2.095676 0.34926,-0.488711 0.94302,-0.837883 1.78127,-1.047515 0.9081,-0.281017 2.09562,-0.419265 3.56256,-0.419265 1.53678,-0.07106 3.49269,-0.103362 5.86775,-0.103362 V 37.84611 h 8.59205 c -3e-5,2.235539 -0.0349,4.016605 -0.10478,5.343845 -3e-5,1.32724 -0.0699,2.340193 -0.20957,3.038536 -0.13973,0.698667 -0.38422,1.152816 -0.73347,1.362448 -0.27943,0.138893 -0.69856,0.209955 -1.25737,0.209955 h -6.28687 v 28.500613 c -2e-5,1.187377 0.10475,2.340193 0.31435,3.457801 0.20954,1.047838 0.94301,1.571757 2.2004,1.571757 1.74633,0 3.56254,-0.45415 5.44863,-1.362125 0.13967,0.768113 0.2794,1.606642 0.41912,2.514617 0.20953,0.907976 0.31432,1.955814 0.31435,3.143514 -3e-5,1.257148 -0.31438,2.270101 -0.94303,3.038537 -0.62871,0.698666 -1.43203,1.25747 -2.40997,1.676411 -0.90812,0.419265 -1.92101,0.663782 -3.03865,0.733552 -1.11769,0.138893 -2.1655,0.209955 -3.14343,0.209955 -2.3052,0 -4.19126,-0.349172 -5.65819,-1.047838 -1.39709,-0.628574 -2.47983,-1.571757 -3.24821,-2.829227 -0.7684,-1.257148 -1.29231,-2.79402 -1.57172,-4.610294 -0.27943,-1.886044 -0.41913,-3.98172 -0.41912,-6.286705 V 47.801217" />
+    <path
+       style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:medium;line-height:125%;font-family:'Yanone Kaffeesatz';-inkscape-font-specification:'Yanone Kaffeesatz Bold';text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#fdf6e3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.23008013"
+       id="path3541"
+       d="m 322.51241,87.300576 c -1.67653,0.978068 -3.91186,1.886044 -6.70599,2.72425 -2.72434,0.838205 -5.65821,1.25747 -8.80162,1.25747 -3.14345,0 -5.72805,-0.349172 -7.7538,-1.047838 -2.02578,-0.698667 -3.66735,-1.711297 -4.92472,-3.038537 -1.18752,-1.397332 -2.02577,-3.073744 -2.51474,-5.029558 -0.41913,-1.955813 -0.62869,-4.156467 -0.62869,-6.601314 V 39.939525 c 0,-0.489034 0.0349,-0.873091 0.10478,-1.152493 0.1397,-0.349494 0.59376,-0.558803 1.36216,-0.628896 0.76839,-0.138894 1.9559,-0.209955 3.56256,-0.209955 1.67649,-0.07106 4.05152,-0.103363 7.12511,-0.103363 v 38.454751 c -1e-5,1.606642 0.20954,2.828904 0.62869,3.667433 0.41911,0.838206 1.36214,1.257147 2.82909,1.257147 0.69852,0 1.39706,-0.07106 2.09563,-0.209955 0.69851,-0.209955 1.3272,-0.593689 1.88606,-1.152493 v -39.92153 c -3e-5,-0.489034 0.0349,-0.873091 0.10478,-1.152493 0.13967,-0.349494 0.55881,-0.558803 1.25737,-0.628896 0.76838,-0.138894 1.92097,-0.209955 3.45778,-0.209955 1.60662,-0.07106 3.9118,-0.103363 6.91556,-0.103363 v 49.456727" />
+    <path
+       style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:medium;line-height:125%;font-family:'Yanone Kaffeesatz';-inkscape-font-specification:'Yanone Kaffeesatz Bold';text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#fdf6e3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.23008013"
+       id="path3543"
+       d="m 348.11339,50.941501 c -2e-5,-1.746181 -0.20956,-2.864112 -0.62868,-3.352823 -0.3493,-0.489034 -1.11769,-0.733551 -2.30519,-0.733551 -0.69856,0 -1.3971,0.138893 -2.09562,0.418941 -0.69856,0.209955 -1.32725,0.489034 -1.88606,0.838206 v 40.026508 c -2e-5,0.558804 -0.0699,0.978068 -0.20957,1.25747 -0.13973,0.277787 -0.59378,0.489034 -1.36216,0.628574 -0.7684,0.07106 -1.95592,0.138893 -3.56256,0.209955 -1.53679,0 -3.73719,0 -6.60121,0 V 40.254135 c 2.02577,-0.977745 4.43573,-1.781066 7.2299,-2.409963 2.79415,-0.698343 5.76295,-1.047838 8.9064,-1.047838 3.63239,0 6.53133,0.908299 8.69683,2.72425 1.81618,-0.838206 3.80702,-1.501665 5.97255,-1.990699 2.23528,-0.489034 4.36584,-0.733551 6.39165,-0.733551 2.65441,0 4.75002,0.313318 6.28686,0.943183 1.60658,0.628574 2.79412,1.571757 3.56255,2.828905 0.83821,1.1877 1.3621,2.689364 1.57173,4.505639 0.2794,1.746504 0.41907,3.737202 0.4191,5.972418 v 37.092626 c -3e-5,0.558804 -0.10465,0.978068 -0.31428,1.25747 -0.13987,0.277787 -0.59382,0.489034 -1.36216,0.628574 -0.6986,0.07106 -1.85119,0.138893 -3.4578,0.209955 -1.60668,0 -3.80707,0 -6.60119,0 V 51.361412 c -6e-5,-1.606642 -0.20963,-2.72425 -0.6287,-3.353147 -0.41917,-0.628573 -1.22249,-0.94286 -2.40996,-0.94286 -1.46698,0 -2.75927,0.313318 -3.87691,0.94286 v 40.131163 c -3e-5,0.558804 -0.0698,0.978068 -0.20963,1.25747 -0.0698,0.277787 -0.489,0.489034 -1.25737,0.628574 -0.69858,0.07106 -1.85117,0.138893 -3.45778,0.209955 -1.53682,0 -3.80707,0 -6.81077,0 V 50.94247" />
+    <path
+       style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:32.43917847px;line-height:125%;font-family:'Yanone Kaffeesatz';-inkscape-font-specification:'Yanone Kaffeesatz Bold';text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#fdf6e3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.84153628"
+       id="path3430"
+       d="m 419.78321,16.836084 c -7.83284,0 -13.43251,3.107646 -16.87163,9.412589 -3.45235,6.246918 -5.23908,15.749839 -5.23908,28.415362 0,5.958161 0.38995,11.294254 0.97678,16.072439 0.58439,4.675805 1.63695,8.703853 3.19673,11.987731 h -0.0887 c 1.63874,3.195478 3.80914,5.575833 6.57106,7.281436 2.81994,1.691936 6.54792,2.575143 11.09975,2.575143 4.46595,0 8.18964,-0.882525 11.01095,-2.575143 2.91902,-1.783405 5.01832,-4.367185 6.65985,-7.814224 a 0.65254964,0.65254964 0 0 1 0.1776,0 c 1.72637,-3.53578 2.79484,-8.062689 3.46312,-13.408499 0.75357,-5.358114 1.24314,-11.512939 1.24317,-18.736379 -3e-5,-10.970831 -1.89363,-19.292696 -5.41668,-24.863442 -3.42598,-5.546849 -8.84738,-8.347013 -16.78282,-8.347013 z m 0.71038,11.099751 c 1.61053,0 3.00953,0.559385 4.08471,1.598364 0.88769,0.857519 1.46742,2.080431 1.95355,3.55192 l -0.53278,1.065576 -14.11889,26.017816 c -0.017,-1.601717 0,-3.153366 0,-4.972688 0,-4.051178 0.009,-7.7042 0.1776,-11.010953 0.17021,-3.323461 0.55083,-6.197106 1.15437,-8.524608 0.60732,-2.343188 1.48718,-4.23477 2.57515,-5.594275 1.19995,-1.384396 2.85131,-2.131152 4.70629,-2.131152 z m 7.81422,21.666714 c 4.6e-4,0.154295 0,0.288188 0,0.44399 -5e-5,5.745842 -0.19322,10.57239 -0.53278,14.474075 -0.33519,3.854231 -0.83101,7.007342 -1.50957,9.501386 -0.0114,0.03751 0.0114,0.05456 0,0.08866 -0.58976,2.320995 -1.49587,4.038988 -2.57514,5.239083 -0.017,0.0341 0.0171,0.0682 0,0.08866 -1.02435,1.083364 -2.32745,1.77596 -3.72952,1.77596 -1.77096,0 -3.27248,-0.359199 -4.4399,-1.33197 -0.80114,-0.728315 -1.47027,-1.704297 -1.95355,-3.019133 l 0.62158,-1.154374 14.11888,-26.106614 z" />
   </g>
 </svg>
diff --git a/public/modules/brand/stratum0_logo_closed.svg b/public/modules/brand/stratum0_logo_closed.svg
new file mode 100644
index 0000000000000000000000000000000000000000..880889d96729c3a54497d5cdc31b996cf2bea7ea
--- /dev/null
+++ b/public/modules/brand/stratum0_logo_closed.svg
@@ -0,0 +1,95 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:xlink="http://www.w3.org/1999/xlink"
+   version="1.1"
+   width="470"
+   height="108.42064"
+   id="svg3269">
+  <defs
+     id="defs3271">
+    <linearGradient
+       id="linearGradient18461">
+      <stop
+         id="stop18457"
+         offset="0"
+         style="stop-color:#dc322f;stop-opacity:1" />
+      <stop
+         id="stop18459"
+         offset="1"
+         style="stop-color:#9e1d1b;stop-opacity:1" />
+    </linearGradient>
+    <radialGradient
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0,0.19041417,-0.19041417,0,298.27934,253.15736)"
+       r="284.69783"
+       fy="1281.7788"
+       fx="-1044.8134"
+       cy="1281.7788"
+       cx="-1044.8134"
+       id="radialGradient18463"
+       xlink:href="#linearGradient18461" />
+  </defs>
+  <metadata
+     id="metadata3274">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     id="g22848">
+    <path
+       d="m 54.210494,108.42059 a 54.210501,54.210501 0 1 1 0,-108.4210016537 54.210501,54.210501 0 1 1 0,108.4210016537 z"
+       id="path3348"
+       style="fill:url(#radialGradient18463);fill-opacity:1;stroke:none;stroke-width:0.19041418" />
+    <path
+       d="m 70.129057,50.563374 c 2.109233,-1.70397 4.528156,-3.023407 7.102727,-3.874251 -1.178228,2.743881 -1.786691,5.730898 -1.775676,8.717021 0.01083,2.93232 0.618691,5.861149 1.77569,8.55557 -2.817655,-0.318244 -5.538444,-1.451926 -7.748431,-3.228542 -1.683077,-1.353052 -3.069882,-3.072644 -4.035652,-5.004174 1.281002,-1.949972 2.866488,-3.699463 4.681342,-5.165624 z m -44.773176,2.572943 c -0.14453,3.518856 0.432888,7.065821 1.686066,10.357162 l 8.429034,-9.634064 -8.370004,-9.091886 c -1.035408,2.668684 -1.627623,5.50871 -1.745096,8.368788 z m 19.106415,5.068852 c -3.242638,2.985092 -6.649464,5.903224 -10.671943,7.704682 -3.113907,1.394544 -6.543414,2.078836 -9.954072,1.986138 -2.021073,-4.39396 -3.054372,-9.238923 -3.001841,-14.075112 0.052,-4.787491 1.167677,-9.560568 3.243228,-13.87508 3.711714,-0.341519 7.486974,0.02104 11.065885,1.062559 2.411685,0.701883 4.725708,1.705806 6.97896,2.815632 2.01965,0.994747 3.996366,2.076687 5.922798,3.241746 -1.01159,-3.041132 -2.78446,-5.825789 -5.111849,-8.029192 -1.66587,-1.577121 -3.602154,-2.852603 -5.648879,-3.888664 -4.718927,-2.38871 -10.107559,-3.513261 -15.367971,-2.963518 -1.298945,0.135757 -2.587426,0.371463 -3.850309,0.704344 -3.634932,6.679587 -5.534298,14.294212 -5.462302,21.898453 0.06931,7.32073 1.962903,14.61729 5.462302,21.047833 6.356501,1.153153 13.055613,0.340758 18.95223,-2.298339 4.840988,-2.166611 9.081238,-5.497654 12.888958,-9.189642 2.574925,-2.496671 4.972801,-5.168622 7.470296,-7.742728 2.12932,-2.19463 4.331197,-4.318271 6.580923,-6.389319 3.242637,-2.985093 6.649468,-5.903179 10.671942,-7.704637 3.113908,-1.394545 6.543414,-2.078836 9.954072,-1.986138 2.021068,4.39396 3.054363,9.238878 3.001842,14.075067 -0.05199,4.787535 -1.167674,9.560613 -3.243233,13.875124 -3.711714,0.341519 -7.486974,-0.02104 -11.065885,-1.062559 -2.41168,-0.701882 -4.725708,-1.705805 -6.978956,-2.815631 -2.019654,-0.994747 -3.99637,-2.076687 -5.922798,-3.241791 1.011568,3.041132 2.784438,5.825834 5.111849,8.029237 1.665871,1.57712 3.602155,2.852603 5.64888,3.888619 4.718936,2.388665 10.107554,3.513217 15.367966,2.963518 1.298941,-0.135757 2.587431,-0.371419 3.850313,-0.704299 3.634937,-6.679632 5.534308,-14.294213 5.462302,-21.898498 -0.06932,-7.320686 -1.962912,-14.617246 -5.462302,-21.047788 -6.356496,-1.153198 -13.055617,-0.340803 -18.952234,2.298294 -4.840988,2.166655 -9.081224,5.497699 -12.888953,9.189687 -2.574921,2.496626 -4.972811,5.168577 -7.470301,7.742683 -2.129325,2.19463 -4.331197,4.318271 -6.580918,6.389319 z"
+       id="path3332"
+       style="fill:#fdf6e3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.44760054" />
+  </g>
+  <g
+     id="g22886">
+    <path
+       style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:medium;line-height:125%;font-family:'Yanone Kaffeesatz';-inkscape-font-specification:'Yanone Kaffeesatz Bold';text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#fdf6e3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.23008013"
+       id="path3531"
+       d="m 153.65104,15.839897 c 5.30888,0 9.01115,0.523919 11.1068,1.571757 2.09559,1.047838 3.1434,2.479732 3.14343,4.296006 -3e-5,0.978069 -0.2096,2.060792 -0.62868,3.248169 -0.41916,1.117608 -1.1177,2.235215 -2.09562,3.352823 -0.55887,-0.418941 -1.71146,-0.87309 -3.45778,-1.362125 -1.74638,-0.488711 -3.63244,-0.733228 -5.65819,-0.733228 -2.58462,0 -4.61038,0.453826 -6.0773,1.362125 -1.46695,0.838206 -2.20042,2.165446 -2.20041,3.98172 -1e-5,1.606642 0.27941,3.108306 0.83826,4.505316 0.55881,1.327563 1.53677,2.934205 2.93387,4.819925 l 10.05899,12.888343 c 1.25734,1.606642 2.27022,3.143191 3.03865,4.610294 0.83822,1.39701 1.50183,2.794019 1.99084,4.191352 0.48895,1.32724 0.80329,2.689365 0.94303,4.086374 0.20954,1.32724 0.31432,2.72425 0.31435,4.191029 -3e-5,2.65448 -0.27946,5.204306 -0.83824,7.649153 -0.55887,2.444848 -1.57175,4.610294 -3.03866,6.496338 -1.39711,1.886044 -3.35302,3.422916 -5.86774,4.610616 -2.44492,1.117608 -5.55342,1.676412 -9.32552,1.676412 -4.75009,0 -8.24279,-0.698667 -10.47812,-2.095676 -2.16548,-1.46678 -3.24822,-3.108629 -3.24821,-4.92458 -1e-5,-1.187701 0.20956,-2.549826 0.62868,-4.086698 0.41913,-1.536549 1.08274,-3.003652 1.99084,-4.400661 1.11766,0.978068 2.54967,1.816274 4.29603,2.514617 1.74634,0.628897 3.56255,0.943184 5.44862,0.943184 2.93385,0 4.9247,-0.733552 5.97253,-2.200331 1.11764,-1.467102 1.67647,-3.422916 1.6765,-5.867764 -3e-5,-1.816274 -0.3493,-3.492685 -1.04782,-5.029558 -0.6287,-1.606641 -1.85115,-3.632548 -3.66734,-6.077395 l -9.53508,-12.783366 c -1.18753,-1.606642 -2.16548,-3.073421 -2.93387,-4.400661 -0.7684,-1.39701 -1.36216,-2.72425 -1.78128,-3.98172 -0.41913,-1.25747 -0.73347,-2.444848 -0.94303,-3.562455 C 135.06987,34.211624 135,33.058808 135,31.871431 c 0,-4.750156 1.53679,-8.592014 4.61037,-11.525895 3.14343,-3.003652 7.82365,-4.505639 14.04067,-4.505639" />
+    <path
+       style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:medium;line-height:125%;font-family:'Yanone Kaffeesatz';-inkscape-font-specification:'Yanone Kaffeesatz Bold';text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#fdf6e3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.23008013"
+       id="path3533"
+       d="m 176.6767,47.797987 h -6.28687 c 0,-2.235215 0,-4.016605 0,-5.343845 0.0699,-1.327239 0.17465,-2.304985 0.31435,-2.933881 0.1397,-0.698344 0.38419,-1.152493 0.73347,-1.362125 0.34926,-0.209955 0.80331,-0.313318 1.36215,-0.313318 h 3.8769 V 22.65149 c -1e-5,-0.907976 0.17462,-1.606642 0.52391,-2.095676 0.34926,-0.488711 0.94302,-0.837883 1.78128,-1.047515 0.90809,-0.281017 2.09561,-0.419265 3.56256,-0.419265 1.53677,-0.07106 3.49268,-0.103362 5.86774,-0.103362 V 37.84611 h 8.59205 c -2e-5,2.235539 -0.0349,4.016605 -0.10478,5.343845 -3e-5,1.32724 -0.0699,2.340193 -0.20957,3.038536 -0.13973,0.698667 -0.38422,1.152816 -0.73346,1.362448 -0.27944,0.138893 -0.69857,0.209955 -1.25738,0.209955 h -6.28687 v 28.500613 c -2e-5,1.187377 0.10475,2.340193 0.31435,3.457801 0.20954,1.047838 0.94302,1.571757 2.20041,1.571757 1.74633,0 3.56253,-0.45415 5.44862,-1.362125 0.13967,0.768113 0.2794,1.606642 0.41912,2.514617 0.20954,0.907976 0.31432,1.955814 0.31435,3.143514 -2e-5,1.257148 -0.31438,2.270101 -0.94302,3.038537 -0.62872,0.698666 -1.43204,1.25747 -2.40997,1.676411 -0.90813,0.419265 -1.92101,0.663782 -3.03865,0.733552 -1.11769,0.138893 -2.1655,0.209955 -3.14344,0.209955 -2.3052,0 -4.19126,-0.349172 -5.65818,-1.047838 -1.39709,-0.628574 -2.47983,-1.571757 -3.24822,-2.829227 -0.7684,-1.257148 -1.29231,-2.79402 -1.57171,-4.610294 -0.27944,-1.886044 -0.41914,-3.98172 -0.41913,-6.286705 V 47.801217" />
+    <path
+       style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:medium;line-height:125%;font-family:'Yanone Kaffeesatz';-inkscape-font-specification:'Yanone Kaffeesatz Bold';text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#fdf6e3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.23008013"
+       id="path3535"
+       d="m 202.57893,41.511282 c 1.8162,-1.25747 3.94674,-2.340193 6.39164,-3.248169 2.51474,-0.978068 5.23905,-1.467102 8.17293,-1.467102 2.864,0 4.75006,0.419264 5.65819,1.25747 0.90808,0.838206 1.36213,2.165446 1.36215,3.98172 -2e-5,0.698343 -0.0699,1.676412 -0.20957,2.933882 -0.13973,1.25747 -0.45407,2.549502 -0.94303,3.876742 -0.76841,-0.349172 -1.46696,-0.558804 -2.09562,-0.628573 -0.62871,-0.138894 -1.22247,-0.209956 -1.78128,-0.209956 -0.6287,0 -1.36217,0.138894 -2.2004,0.419265 -0.83827,0.281017 -1.60666,0.698343 -2.30519,1.257147 l -0.10478,38.454751 c -2e-5,0.558804 -0.0699,0.978068 -0.20957,1.25747 -0.13973,0.277787 -0.59377,0.489034 -1.36215,0.628574 -0.69856,0.07106 -1.85115,0.138893 -3.45778,0.209955 -1.60665,0 -3.91184,0 -6.91556,0 V 41.511282" />
+    <path
+       style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:medium;line-height:125%;font-family:'Yanone Kaffeesatz';-inkscape-font-specification:'Yanone Kaffeesatz Bold';text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#fdf6e3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.23008013"
+       id="path3537"
+       d="m 227.41697,43.50198 c -1e-5,-0.628573 0.10478,-1.292032 0.31435,-1.990698 0.2794,-0.768436 0.66361,-1.32724 1.15259,-1.676412 0.76839,-0.558803 2.51475,-1.1877 5.23906,-1.886366 2.7243,-0.768113 6.18207,-1.152493 10.37333,-1.152493 4.81991,0 8.20783,0.943183 10.16377,2.829227 2.02574,1.886044 3.03863,5.203982 3.03866,9.954138 v 4.924581 c -3e-5,3.003974 -3e-5,6.077396 0,9.22091 -3e-5,3.143514 -0.035,6.18205 -0.10479,9.115932 -3e-5,2.933882 -0.0349,5.693016 -0.10478,8.277726 -0.0699,2.584711 -0.17465,4.854811 -0.31435,6.810625 -1.81624,1.047838 -4.01664,1.851159 -6.60122,2.409962 -2.51477,0.628897 -5.34385,0.943184 -8.48727,0.943184 -1.95593,0 -3.84199,-0.174425 -5.65818,-0.523919 -1.74636,-0.349172 -3.31808,-1.082723 -4.71515,-2.200331 -1.32724,-1.117608 -2.40997,-2.759457 -3.24822,-4.924903 -0.83825,-2.165446 -1.25737,-5.064443 -1.25737,-8.696668 0,-3.562778 0.31435,-6.461452 0.94303,-8.696991 0.69854,-2.304985 1.60664,-4.086374 2.72431,-5.343845 1.11766,-1.257147 2.40996,-2.095353 3.8769,-2.514617 1.46692,-0.489034 2.96879,-0.733551 4.50559,-0.733551 0.76838,0 1.81619,0.103362 3.14343,0.313317 1.39707,0.209956 2.58459,0.628897 3.56256,1.257471 V 51.98837 c -2e-5,-1.39701 -0.34929,-2.375078 -1.04781,-2.933882 -0.6287,-0.628573 -1.74637,-0.94286 -3.35299,-0.943183 -1.95593,3.23e-4 -4.12141,0.209955 -6.49643,0.628897 -2.3052,0.419264 -4.33096,0.94286 -6.07731,1.571757 -0.62869,-1.187701 -1.04782,-2.409963 -1.25738,-3.667434 -0.20956,-1.25747 -0.31435,-2.304985 -0.31435,-3.143514 m 18.54626,23.57571 c -0.34929,-0.349172 -0.80334,-0.558804 -1.36215,-0.628574 -0.489,-0.138893 -0.94305,-0.209955 -1.36215,-0.209955 -1.18754,0 -2.09565,0.558804 -2.72432,1.676735 -0.6287,1.117607 -0.94304,3.352823 -0.94302,6.705969 -2e-5,2.514618 0.20953,4.330892 0.62868,5.448499 0.48897,1.047838 1.39707,1.571757 2.72431,1.571757 0.48896,0 0.97794,-0.07106 1.46694,-0.209955 0.55881,-0.209955 1.01286,-0.489034 1.36215,-0.838206 0.0698,-0.558803 0.10475,-1.362124 0.10479,-2.409962 0.0698,-1.117608 0.10475,-2.305309 0.10478,-3.562456 -2e-5,-1.25747 -2e-5,-2.549825 0,-3.877065 -2e-5,-1.32724 -2e-5,-2.549502 0,-3.667433" />
+    <path
+       style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:medium;line-height:125%;font-family:'Yanone Kaffeesatz';-inkscape-font-specification:'Yanone Kaffeesatz Bold';text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#fdf6e3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.23008013"
+       id="path3539"
+       d="m 266.723,47.797987 h -6.28687 c 0,-2.235215 0,-4.016605 0,-5.343845 0.0699,-1.327239 0.17462,-2.304985 0.31435,-2.933881 0.13971,-0.698344 0.3842,-1.152493 0.73347,-1.362125 0.34927,-0.209955 0.80332,-0.313318 1.36216,-0.313318 h 3.8769 V 22.65149 c -10e-6,-0.907976 0.17462,-1.606642 0.52391,-2.095676 0.34926,-0.488711 0.94302,-0.837883 1.78127,-1.047515 0.9081,-0.281017 2.09562,-0.419265 3.56256,-0.419265 1.53678,-0.07106 3.49269,-0.103362 5.86775,-0.103362 V 37.84611 h 8.59205 c -3e-5,2.235539 -0.0349,4.016605 -0.10478,5.343845 -3e-5,1.32724 -0.0699,2.340193 -0.20957,3.038536 -0.13973,0.698667 -0.38422,1.152816 -0.73347,1.362448 -0.27943,0.138893 -0.69856,0.209955 -1.25737,0.209955 h -6.28687 v 28.500613 c -2e-5,1.187377 0.10475,2.340193 0.31435,3.457801 0.20954,1.047838 0.94301,1.571757 2.2004,1.571757 1.74633,0 3.56254,-0.45415 5.44863,-1.362125 0.13967,0.768113 0.2794,1.606642 0.41912,2.514617 0.20953,0.907976 0.31432,1.955814 0.31435,3.143514 -3e-5,1.257148 -0.31438,2.270101 -0.94303,3.038537 -0.62871,0.698666 -1.43203,1.25747 -2.40997,1.676411 -0.90812,0.419265 -1.92101,0.663782 -3.03865,0.733552 -1.11769,0.138893 -2.1655,0.209955 -3.14343,0.209955 -2.3052,0 -4.19126,-0.349172 -5.65819,-1.047838 -1.39709,-0.628574 -2.47983,-1.571757 -3.24821,-2.829227 -0.7684,-1.257148 -1.29231,-2.79402 -1.57172,-4.610294 -0.27943,-1.886044 -0.41913,-3.98172 -0.41912,-6.286705 V 47.801217" />
+    <path
+       style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:medium;line-height:125%;font-family:'Yanone Kaffeesatz';-inkscape-font-specification:'Yanone Kaffeesatz Bold';text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#fdf6e3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.23008013"
+       id="path3541"
+       d="m 322.51241,87.300576 c -1.67653,0.978068 -3.91186,1.886044 -6.70599,2.72425 -2.72434,0.838205 -5.65821,1.25747 -8.80162,1.25747 -3.14345,0 -5.72805,-0.349172 -7.7538,-1.047838 -2.02578,-0.698667 -3.66735,-1.711297 -4.92472,-3.038537 -1.18752,-1.397332 -2.02577,-3.073744 -2.51474,-5.029558 -0.41913,-1.955813 -0.62869,-4.156467 -0.62869,-6.601314 V 39.939525 c 0,-0.489034 0.0349,-0.873091 0.10478,-1.152493 0.1397,-0.349494 0.59376,-0.558803 1.36216,-0.628896 0.76839,-0.138894 1.9559,-0.209955 3.56256,-0.209955 1.67649,-0.07106 4.05152,-0.103363 7.12511,-0.103363 v 38.454751 c -1e-5,1.606642 0.20954,2.828904 0.62869,3.667433 0.41911,0.838206 1.36214,1.257147 2.82909,1.257147 0.69852,0 1.39706,-0.07106 2.09563,-0.209955 0.69851,-0.209955 1.3272,-0.593689 1.88606,-1.152493 v -39.92153 c -3e-5,-0.489034 0.0349,-0.873091 0.10478,-1.152493 0.13967,-0.349494 0.55881,-0.558803 1.25737,-0.628896 0.76838,-0.138894 1.92097,-0.209955 3.45778,-0.209955 1.60662,-0.07106 3.9118,-0.103363 6.91556,-0.103363 v 49.456727" />
+    <path
+       style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:medium;line-height:125%;font-family:'Yanone Kaffeesatz';-inkscape-font-specification:'Yanone Kaffeesatz Bold';text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#fdf6e3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.23008013"
+       id="path3543"
+       d="m 348.11339,50.941501 c -2e-5,-1.746181 -0.20956,-2.864112 -0.62868,-3.352823 -0.3493,-0.489034 -1.11769,-0.733551 -2.30519,-0.733551 -0.69856,0 -1.3971,0.138893 -2.09562,0.418941 -0.69856,0.209955 -1.32725,0.489034 -1.88606,0.838206 v 40.026508 c -2e-5,0.558804 -0.0699,0.978068 -0.20957,1.25747 -0.13973,0.277787 -0.59378,0.489034 -1.36216,0.628574 -0.7684,0.07106 -1.95592,0.138893 -3.56256,0.209955 -1.53679,0 -3.73719,0 -6.60121,0 V 40.254135 c 2.02577,-0.977745 4.43573,-1.781066 7.2299,-2.409963 2.79415,-0.698343 5.76295,-1.047838 8.9064,-1.047838 3.63239,0 6.53133,0.908299 8.69683,2.72425 1.81618,-0.838206 3.80702,-1.501665 5.97255,-1.990699 2.23528,-0.489034 4.36584,-0.733551 6.39165,-0.733551 2.65441,0 4.75002,0.313318 6.28686,0.943183 1.60658,0.628574 2.79412,1.571757 3.56255,2.828905 0.83821,1.1877 1.3621,2.689364 1.57173,4.505639 0.2794,1.746504 0.41907,3.737202 0.4191,5.972418 v 37.092626 c -3e-5,0.558804 -0.10465,0.978068 -0.31428,1.25747 -0.13987,0.277787 -0.59382,0.489034 -1.36216,0.628574 -0.6986,0.07106 -1.85119,0.138893 -3.4578,0.209955 -1.60668,0 -3.80707,0 -6.60119,0 V 51.361412 c -6e-5,-1.606642 -0.20963,-2.72425 -0.6287,-3.353147 -0.41917,-0.628573 -1.22249,-0.94286 -2.40996,-0.94286 -1.46698,0 -2.75927,0.313318 -3.87691,0.94286 v 40.131163 c -3e-5,0.558804 -0.0698,0.978068 -0.20963,1.25747 -0.0698,0.277787 -0.489,0.489034 -1.25737,0.628574 -0.69858,0.07106 -1.85117,0.138893 -3.45778,0.209955 -1.53682,0 -3.80707,0 -6.81077,0 V 50.94247" />
+    <path
+       style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:32.43917847px;line-height:125%;font-family:'Yanone Kaffeesatz';-inkscape-font-specification:'Yanone Kaffeesatz Bold';text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#fdf6e3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.84153628"
+       id="path3430"
+       d="m 419.78321,16.836084 c -7.83284,0 -13.43251,3.107646 -16.87163,9.412589 -3.45235,6.246918 -5.23908,15.749839 -5.23908,28.415362 0,5.958161 0.38995,11.294254 0.97678,16.072439 0.58439,4.675805 1.63695,8.703853 3.19673,11.987731 h -0.0887 c 1.63874,3.195478 3.80914,5.575833 6.57106,7.281436 2.81994,1.691936 6.54792,2.575143 11.09975,2.575143 4.46595,0 8.18964,-0.882525 11.01095,-2.575143 2.91902,-1.783405 5.01832,-4.367185 6.65985,-7.814224 a 0.65254964,0.65254964 0 0 1 0.1776,0 c 1.72637,-3.53578 2.79484,-8.062689 3.46312,-13.408499 0.75357,-5.358114 1.24314,-11.512939 1.24317,-18.736379 -3e-5,-10.970831 -1.89363,-19.292696 -5.41668,-24.863442 -3.42598,-5.546849 -8.84738,-8.347013 -16.78282,-8.347013 z m 0.71038,11.099751 c 1.61053,0 3.00953,0.559385 4.08471,1.598364 0.88769,0.857519 1.46742,2.080431 1.95355,3.55192 l -0.53278,1.065576 -14.11889,26.017816 c -0.017,-1.601717 0,-3.153366 0,-4.972688 0,-4.051178 0.009,-7.7042 0.1776,-11.010953 0.17021,-3.323461 0.55083,-6.197106 1.15437,-8.524608 0.60732,-2.343188 1.48718,-4.23477 2.57515,-5.594275 1.19995,-1.384396 2.85131,-2.131152 4.70629,-2.131152 z m 7.81422,21.666714 c 4.6e-4,0.154295 0,0.288188 0,0.44399 -5e-5,5.745842 -0.19322,10.57239 -0.53278,14.474075 -0.33519,3.854231 -0.83101,7.007342 -1.50957,9.501386 -0.0114,0.03751 0.0114,0.05456 0,0.08866 -0.58976,2.320995 -1.49587,4.038988 -2.57514,5.239083 -0.017,0.0341 0.0171,0.0682 0,0.08866 -1.02435,1.083364 -2.32745,1.77596 -3.72952,1.77596 -1.77096,0 -3.27248,-0.359199 -4.4399,-1.33197 -0.80114,-0.728315 -1.47027,-1.704297 -1.95355,-3.019133 l 0.62158,-1.154374 14.11888,-26.106614 z" />
+  </g>
+</svg>
diff --git a/public/modules/brand/stratum0_logo_open.svg b/public/modules/brand/stratum0_logo_open.svg
new file mode 100644
index 0000000000000000000000000000000000000000..ad66feb3134eda549d2c9d5f41e2c0d4061f4090
--- /dev/null
+++ b/public/modules/brand/stratum0_logo_open.svg
@@ -0,0 +1,95 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:xlink="http://www.w3.org/1999/xlink"
+   id="svg3269"
+   height="108.42064"
+   width="470"
+   version="1.1">
+  <defs
+     id="defs3271">
+    <linearGradient
+       id="linearGradient18461">
+      <stop
+         style="stop-color:#859900;stop-opacity:1"
+         offset="0"
+         id="stop18457" />
+      <stop
+         style="stop-color:#5d6b00;stop-opacity:1"
+         offset="1"
+         id="stop18459" />
+    </linearGradient>
+    <radialGradient
+       xlink:href="#linearGradient18461"
+       id="radialGradient18463"
+       cx="-1044.8134"
+       cy="1281.7788"
+       fx="-1044.8134"
+       fy="1281.7788"
+       r="284.69783"
+       gradientTransform="matrix(0.19041417,0,0,0.19041417,253.15776,-189.8587)"
+       gradientUnits="userSpaceOnUse" />
+  </defs>
+  <metadata
+     id="metadata3274">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     id="g24276">
+    <path
+       style="fill:url(#radialGradient18463);fill-opacity:1;stroke:none;stroke-width:0.19041418"
+       id="path3348"
+       d="m 108.42099,54.210146 a 54.210501,54.210501 0 1 1 -108.421001653704,0 54.210501,54.210501 0 1 1 108.421001653704,0 z" />
+    <path
+       style="fill:#fdf6e3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.44760054"
+       id="path3332"
+       d="m 50.563774,38.291583 c -1.70397,-2.109233 -3.023407,-4.528156 -3.874251,-7.102727 2.743881,1.178228 5.730898,1.786691 8.717021,1.775676 2.93232,-0.01083 5.861149,-0.618691 8.55557,-1.77569 -0.318244,2.817655 -1.451926,5.538444 -3.228542,7.748431 -1.353052,1.683077 -3.072644,3.069882 -5.004174,4.035652 -1.949972,-1.281002 -3.699463,-2.866488 -5.165624,-4.681342 z m 2.572943,44.773176 c 3.518856,0.14453 7.065821,-0.432888 10.357162,-1.686066 l -9.634064,-8.429034 -9.091886,8.370004 c 2.668684,1.035408 5.50871,1.627623 8.368788,1.745096 z m 5.068852,-19.106415 c 2.985092,3.242638 5.903224,6.649464 7.704682,10.671943 1.394544,3.113907 2.078836,6.543414 1.986138,9.954072 -4.39396,2.021073 -9.238923,3.054372 -14.075112,3.001841 -4.787491,-0.052 -9.560568,-1.167677 -13.87508,-3.243228 -0.341519,-3.711714 0.02104,-7.486974 1.062559,-11.065885 0.701883,-2.411685 1.705806,-4.725708 2.815632,-6.97896 0.994747,-2.01965 2.076687,-3.996366 3.241746,-5.922798 -3.041132,1.01159 -5.825789,2.78446 -8.029192,5.111849 -1.577121,1.66587 -2.852603,3.602154 -3.888664,5.648879 -2.38871,4.718927 -3.513261,10.107559 -2.963518,15.367971 0.135757,1.298945 0.371463,2.587426 0.704344,3.850309 6.679587,3.634932 14.294212,5.534298 21.898453,5.462302 7.32073,-0.06931 14.61729,-1.962903 21.047833,-5.462302 1.153153,-6.356501 0.340758,-13.055613 -2.298339,-18.95223 C 71.37044,66.561119 68.039397,62.320869 64.347409,58.513149 61.850738,55.938224 59.178787,53.540348 56.604681,51.042853 54.410051,48.913533 52.28641,46.711656 50.215362,44.46193 47.230269,41.219293 44.312183,37.812462 42.510725,33.789988 41.11618,30.67608 40.431889,27.246574 40.524587,23.835916 c 4.39396,-2.021068 9.238878,-3.054363 14.075067,-3.001842 4.787535,0.05199 9.560613,1.167674 13.875124,3.243233 0.341519,3.711714 -0.02104,7.486974 -1.062559,11.065885 -0.701882,2.41168 -1.705805,4.725708 -2.815631,6.978956 -0.994747,2.019654 -2.076687,3.99637 -3.241791,5.922798 3.041132,-1.011568 5.825834,-2.784438 8.029237,-5.111849 1.57712,-1.665871 2.852603,-3.602155 3.888619,-5.64888 C 75.661318,32.565281 76.78587,27.176663 76.236171,21.916251 76.100414,20.61731 75.864752,19.32882 75.531872,18.065938 68.85224,14.431001 61.237659,12.53163 53.633374,12.603636 c -7.320686,0.06932 -14.617246,1.962912 -21.047788,5.462302 -1.153198,6.356496 -0.340803,13.055617 2.298294,18.952234 2.166655,4.840988 5.497699,9.081224 9.189687,12.888953 2.496626,2.574921 5.168577,4.972811 7.742683,7.470301 2.19463,2.129325 4.318271,4.331197 6.389319,6.580918 z" />
+  </g>
+  <g
+     id="g24304">
+    <path
+       d="m 153.65104,15.839897 c 5.30888,0 9.01115,0.523919 11.1068,1.571757 2.09559,1.047838 3.1434,2.479732 3.14343,4.296006 -3e-5,0.978069 -0.2096,2.060792 -0.62868,3.248169 -0.41916,1.117608 -1.1177,2.235215 -2.09562,3.352823 -0.55887,-0.418941 -1.71146,-0.87309 -3.45778,-1.362125 -1.74638,-0.488711 -3.63244,-0.733228 -5.65819,-0.733228 -2.58462,0 -4.61038,0.453826 -6.0773,1.362125 -1.46695,0.838206 -2.20042,2.165446 -2.20041,3.98172 -1e-5,1.606642 0.27941,3.108306 0.83826,4.505316 0.55881,1.327563 1.53677,2.934205 2.93387,4.819925 l 10.05899,12.888343 c 1.25734,1.606642 2.27022,3.143191 3.03865,4.610294 0.83822,1.39701 1.50183,2.794019 1.99084,4.191352 0.48895,1.32724 0.80329,2.689365 0.94303,4.086374 0.20954,1.32724 0.31432,2.72425 0.31435,4.191029 -3e-5,2.65448 -0.27946,5.204306 -0.83824,7.649153 -0.55887,2.444848 -1.57175,4.610294 -3.03866,6.496338 -1.39711,1.886044 -3.35302,3.422916 -5.86774,4.610616 -2.44492,1.117608 -5.55342,1.676412 -9.32552,1.676412 -4.75009,0 -8.24279,-0.698667 -10.47812,-2.095676 -2.16548,-1.46678 -3.24822,-3.108629 -3.24821,-4.92458 -1e-5,-1.187701 0.20956,-2.549826 0.62868,-4.086698 0.41913,-1.536549 1.08274,-3.003652 1.99084,-4.400661 1.11766,0.978068 2.54967,1.816274 4.29603,2.514617 1.74634,0.628897 3.56255,0.943184 5.44862,0.943184 2.93385,0 4.9247,-0.733552 5.97253,-2.200331 1.11764,-1.467102 1.67647,-3.422916 1.6765,-5.867764 -3e-5,-1.816274 -0.3493,-3.492685 -1.04782,-5.029558 -0.6287,-1.606641 -1.85115,-3.632548 -3.66734,-6.077395 l -9.53508,-12.783366 c -1.18753,-1.606642 -2.16548,-3.073421 -2.93387,-4.400661 -0.7684,-1.39701 -1.36216,-2.72425 -1.78128,-3.98172 -0.41913,-1.25747 -0.73347,-2.444848 -0.94303,-3.562455 C 135.06987,34.211624 135,33.058808 135,31.871431 c 0,-4.750156 1.53679,-8.592014 4.61037,-11.525895 3.14343,-3.003652 7.82365,-4.505639 14.04067,-4.505639"
+       id="path3531"
+       style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:medium;line-height:125%;font-family:'Yanone Kaffeesatz';-inkscape-font-specification:'Yanone Kaffeesatz Bold';text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#fdf6e3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.23008013" />
+    <path
+       d="m 176.6767,47.797987 h -6.28687 c 0,-2.235215 0,-4.016605 0,-5.343845 0.0699,-1.327239 0.17465,-2.304985 0.31435,-2.933881 0.1397,-0.698344 0.38419,-1.152493 0.73347,-1.362125 0.34926,-0.209955 0.80331,-0.313318 1.36215,-0.313318 h 3.8769 V 22.65149 c -1e-5,-0.907976 0.17462,-1.606642 0.52391,-2.095676 0.34926,-0.488711 0.94302,-0.837883 1.78128,-1.047515 0.90809,-0.281017 2.09561,-0.419265 3.56256,-0.419265 1.53677,-0.07106 3.49268,-0.103362 5.86774,-0.103362 V 37.84611 h 8.59205 c -2e-5,2.235539 -0.0349,4.016605 -0.10478,5.343845 -3e-5,1.32724 -0.0699,2.340193 -0.20957,3.038536 -0.13973,0.698667 -0.38422,1.152816 -0.73346,1.362448 -0.27944,0.138893 -0.69857,0.209955 -1.25738,0.209955 h -6.28687 v 28.500613 c -2e-5,1.187377 0.10475,2.340193 0.31435,3.457801 0.20954,1.047838 0.94302,1.571757 2.20041,1.571757 1.74633,0 3.56253,-0.45415 5.44862,-1.362125 0.13967,0.768113 0.2794,1.606642 0.41912,2.514617 0.20954,0.907976 0.31432,1.955814 0.31435,3.143514 -2e-5,1.257148 -0.31438,2.270101 -0.94302,3.038537 -0.62872,0.698666 -1.43204,1.25747 -2.40997,1.676411 -0.90813,0.419265 -1.92101,0.663782 -3.03865,0.733552 -1.11769,0.138893 -2.1655,0.209955 -3.14344,0.209955 -2.3052,0 -4.19126,-0.349172 -5.65818,-1.047838 -1.39709,-0.628574 -2.47983,-1.571757 -3.24822,-2.829227 -0.7684,-1.257148 -1.29231,-2.79402 -1.57171,-4.610294 -0.27944,-1.886044 -0.41914,-3.98172 -0.41913,-6.286705 V 47.801217"
+       id="path3533"
+       style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:medium;line-height:125%;font-family:'Yanone Kaffeesatz';-inkscape-font-specification:'Yanone Kaffeesatz Bold';text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#fdf6e3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.23008013" />
+    <path
+       d="m 202.57893,41.511282 c 1.8162,-1.25747 3.94674,-2.340193 6.39164,-3.248169 2.51474,-0.978068 5.23905,-1.467102 8.17293,-1.467102 2.864,0 4.75006,0.419264 5.65819,1.25747 0.90808,0.838206 1.36213,2.165446 1.36215,3.98172 -2e-5,0.698343 -0.0699,1.676412 -0.20957,2.933882 -0.13973,1.25747 -0.45407,2.549502 -0.94303,3.876742 -0.76841,-0.349172 -1.46696,-0.558804 -2.09562,-0.628573 -0.62871,-0.138894 -1.22247,-0.209956 -1.78128,-0.209956 -0.6287,0 -1.36217,0.138894 -2.2004,0.419265 -0.83827,0.281017 -1.60666,0.698343 -2.30519,1.257147 l -0.10478,38.454751 c -2e-5,0.558804 -0.0699,0.978068 -0.20957,1.25747 -0.13973,0.277787 -0.59377,0.489034 -1.36215,0.628574 -0.69856,0.07106 -1.85115,0.138893 -3.45778,0.209955 -1.60665,0 -3.91184,0 -6.91556,0 V 41.511282"
+       id="path3535"
+       style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:medium;line-height:125%;font-family:'Yanone Kaffeesatz';-inkscape-font-specification:'Yanone Kaffeesatz Bold';text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#fdf6e3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.23008013" />
+    <path
+       d="m 227.41697,43.50198 c -1e-5,-0.628573 0.10478,-1.292032 0.31435,-1.990698 0.2794,-0.768436 0.66361,-1.32724 1.15259,-1.676412 0.76839,-0.558803 2.51475,-1.1877 5.23906,-1.886366 2.7243,-0.768113 6.18207,-1.152493 10.37333,-1.152493 4.81991,0 8.20783,0.943183 10.16377,2.829227 2.02574,1.886044 3.03863,5.203982 3.03866,9.954138 v 4.924581 c -3e-5,3.003974 -3e-5,6.077396 0,9.22091 -3e-5,3.143514 -0.035,6.18205 -0.10479,9.115932 -3e-5,2.933882 -0.0349,5.693016 -0.10478,8.277726 -0.0699,2.584711 -0.17465,4.854811 -0.31435,6.810625 -1.81624,1.047838 -4.01664,1.851159 -6.60122,2.409962 -2.51477,0.628897 -5.34385,0.943184 -8.48727,0.943184 -1.95593,0 -3.84199,-0.174425 -5.65818,-0.523919 -1.74636,-0.349172 -3.31808,-1.082723 -4.71515,-2.200331 -1.32724,-1.117608 -2.40997,-2.759457 -3.24822,-4.924903 -0.83825,-2.165446 -1.25737,-5.064443 -1.25737,-8.696668 0,-3.562778 0.31435,-6.461452 0.94303,-8.696991 0.69854,-2.304985 1.60664,-4.086374 2.72431,-5.343845 1.11766,-1.257147 2.40996,-2.095353 3.8769,-2.514617 1.46692,-0.489034 2.96879,-0.733551 4.50559,-0.733551 0.76838,0 1.81619,0.103362 3.14343,0.313317 1.39707,0.209956 2.58459,0.628897 3.56256,1.257471 V 51.98837 c -2e-5,-1.39701 -0.34929,-2.375078 -1.04781,-2.933882 -0.6287,-0.628573 -1.74637,-0.94286 -3.35299,-0.943183 -1.95593,3.23e-4 -4.12141,0.209955 -6.49643,0.628897 -2.3052,0.419264 -4.33096,0.94286 -6.07731,1.571757 -0.62869,-1.187701 -1.04782,-2.409963 -1.25738,-3.667434 -0.20956,-1.25747 -0.31435,-2.304985 -0.31435,-3.143514 m 18.54626,23.57571 c -0.34929,-0.349172 -0.80334,-0.558804 -1.36215,-0.628574 -0.489,-0.138893 -0.94305,-0.209955 -1.36215,-0.209955 -1.18754,0 -2.09565,0.558804 -2.72432,1.676735 -0.6287,1.117607 -0.94304,3.352823 -0.94302,6.705969 -2e-5,2.514618 0.20953,4.330892 0.62868,5.448499 0.48897,1.047838 1.39707,1.571757 2.72431,1.571757 0.48896,0 0.97794,-0.07106 1.46694,-0.209955 0.55881,-0.209955 1.01286,-0.489034 1.36215,-0.838206 0.0698,-0.558803 0.10475,-1.362124 0.10479,-2.409962 0.0698,-1.117608 0.10475,-2.305309 0.10478,-3.562456 -2e-5,-1.25747 -2e-5,-2.549825 0,-3.877065 -2e-5,-1.32724 -2e-5,-2.549502 0,-3.667433"
+       id="path3537"
+       style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:medium;line-height:125%;font-family:'Yanone Kaffeesatz';-inkscape-font-specification:'Yanone Kaffeesatz Bold';text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#fdf6e3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.23008013" />
+    <path
+       d="m 266.723,47.797987 h -6.28687 c 0,-2.235215 0,-4.016605 0,-5.343845 0.0699,-1.327239 0.17462,-2.304985 0.31435,-2.933881 0.13971,-0.698344 0.3842,-1.152493 0.73347,-1.362125 0.34927,-0.209955 0.80332,-0.313318 1.36216,-0.313318 h 3.8769 V 22.65149 c -10e-6,-0.907976 0.17462,-1.606642 0.52391,-2.095676 0.34926,-0.488711 0.94302,-0.837883 1.78127,-1.047515 0.9081,-0.281017 2.09562,-0.419265 3.56256,-0.419265 1.53678,-0.07106 3.49269,-0.103362 5.86775,-0.103362 V 37.84611 h 8.59205 c -3e-5,2.235539 -0.0349,4.016605 -0.10478,5.343845 -3e-5,1.32724 -0.0699,2.340193 -0.20957,3.038536 -0.13973,0.698667 -0.38422,1.152816 -0.73347,1.362448 -0.27943,0.138893 -0.69856,0.209955 -1.25737,0.209955 h -6.28687 v 28.500613 c -2e-5,1.187377 0.10475,2.340193 0.31435,3.457801 0.20954,1.047838 0.94301,1.571757 2.2004,1.571757 1.74633,0 3.56254,-0.45415 5.44863,-1.362125 0.13967,0.768113 0.2794,1.606642 0.41912,2.514617 0.20953,0.907976 0.31432,1.955814 0.31435,3.143514 -3e-5,1.257148 -0.31438,2.270101 -0.94303,3.038537 -0.62871,0.698666 -1.43203,1.25747 -2.40997,1.676411 -0.90812,0.419265 -1.92101,0.663782 -3.03865,0.733552 -1.11769,0.138893 -2.1655,0.209955 -3.14343,0.209955 -2.3052,0 -4.19126,-0.349172 -5.65819,-1.047838 -1.39709,-0.628574 -2.47983,-1.571757 -3.24821,-2.829227 -0.7684,-1.257148 -1.29231,-2.79402 -1.57172,-4.610294 -0.27943,-1.886044 -0.41913,-3.98172 -0.41912,-6.286705 V 47.801217"
+       id="path3539"
+       style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:medium;line-height:125%;font-family:'Yanone Kaffeesatz';-inkscape-font-specification:'Yanone Kaffeesatz Bold';text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#fdf6e3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.23008013" />
+    <path
+       d="m 322.51241,87.300576 c -1.67653,0.978068 -3.91186,1.886044 -6.70599,2.72425 -2.72434,0.838205 -5.65821,1.25747 -8.80162,1.25747 -3.14345,0 -5.72805,-0.349172 -7.7538,-1.047838 -2.02578,-0.698667 -3.66735,-1.711297 -4.92472,-3.038537 -1.18752,-1.397332 -2.02577,-3.073744 -2.51474,-5.029558 -0.41913,-1.955813 -0.62869,-4.156467 -0.62869,-6.601314 V 39.939525 c 0,-0.489034 0.0349,-0.873091 0.10478,-1.152493 0.1397,-0.349494 0.59376,-0.558803 1.36216,-0.628896 0.76839,-0.138894 1.9559,-0.209955 3.56256,-0.209955 1.67649,-0.07106 4.05152,-0.103363 7.12511,-0.103363 v 38.454751 c -1e-5,1.606642 0.20954,2.828904 0.62869,3.667433 0.41911,0.838206 1.36214,1.257147 2.82909,1.257147 0.69852,0 1.39706,-0.07106 2.09563,-0.209955 0.69851,-0.209955 1.3272,-0.593689 1.88606,-1.152493 v -39.92153 c -3e-5,-0.489034 0.0349,-0.873091 0.10478,-1.152493 0.13967,-0.349494 0.55881,-0.558803 1.25737,-0.628896 0.76838,-0.138894 1.92097,-0.209955 3.45778,-0.209955 1.60662,-0.07106 3.9118,-0.103363 6.91556,-0.103363 v 49.456727"
+       id="path3541"
+       style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:medium;line-height:125%;font-family:'Yanone Kaffeesatz';-inkscape-font-specification:'Yanone Kaffeesatz Bold';text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#fdf6e3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.23008013" />
+    <path
+       d="m 348.11339,50.941501 c -2e-5,-1.746181 -0.20956,-2.864112 -0.62868,-3.352823 -0.3493,-0.489034 -1.11769,-0.733551 -2.30519,-0.733551 -0.69856,0 -1.3971,0.138893 -2.09562,0.418941 -0.69856,0.209955 -1.32725,0.489034 -1.88606,0.838206 v 40.026508 c -2e-5,0.558804 -0.0699,0.978068 -0.20957,1.25747 -0.13973,0.277787 -0.59378,0.489034 -1.36216,0.628574 -0.7684,0.07106 -1.95592,0.138893 -3.56256,0.209955 -1.53679,0 -3.73719,0 -6.60121,0 V 40.254135 c 2.02577,-0.977745 4.43573,-1.781066 7.2299,-2.409963 2.79415,-0.698343 5.76295,-1.047838 8.9064,-1.047838 3.63239,0 6.53133,0.908299 8.69683,2.72425 1.81618,-0.838206 3.80702,-1.501665 5.97255,-1.990699 2.23528,-0.489034 4.36584,-0.733551 6.39165,-0.733551 2.65441,0 4.75002,0.313318 6.28686,0.943183 1.60658,0.628574 2.79412,1.571757 3.56255,2.828905 0.83821,1.1877 1.3621,2.689364 1.57173,4.505639 0.2794,1.746504 0.41907,3.737202 0.4191,5.972418 v 37.092626 c -3e-5,0.558804 -0.10465,0.978068 -0.31428,1.25747 -0.13987,0.277787 -0.59382,0.489034 -1.36216,0.628574 -0.6986,0.07106 -1.85119,0.138893 -3.4578,0.209955 -1.60668,0 -3.80707,0 -6.60119,0 V 51.361412 c -6e-5,-1.606642 -0.20963,-2.72425 -0.6287,-3.353147 -0.41917,-0.628573 -1.22249,-0.94286 -2.40996,-0.94286 -1.46698,0 -2.75927,0.313318 -3.87691,0.94286 v 40.131163 c -3e-5,0.558804 -0.0698,0.978068 -0.20963,1.25747 -0.0698,0.277787 -0.489,0.489034 -1.25737,0.628574 -0.69858,0.07106 -1.85117,0.138893 -3.45778,0.209955 -1.53682,0 -3.80707,0 -6.81077,0 V 50.94247"
+       id="path3543"
+       style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:medium;line-height:125%;font-family:'Yanone Kaffeesatz';-inkscape-font-specification:'Yanone Kaffeesatz Bold';text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#fdf6e3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.23008013" />
+    <path
+       d="m 419.78321,16.836084 c -7.83284,0 -13.43251,3.107646 -16.87163,9.412589 -3.45235,6.246918 -5.23908,15.749839 -5.23908,28.415362 0,5.958161 0.38995,11.294254 0.97678,16.072439 0.58439,4.675805 1.63695,8.703853 3.19673,11.987731 h -0.0887 c 1.63874,3.195478 3.80914,5.575833 6.57106,7.281436 2.81994,1.691936 6.54792,2.575143 11.09975,2.575143 4.46595,0 8.18964,-0.882525 11.01095,-2.575143 2.91902,-1.783405 5.01832,-4.367185 6.65985,-7.814224 a 0.65254964,0.65254964 0 0 1 0.1776,0 c 1.72637,-3.53578 2.79484,-8.062689 3.46312,-13.408499 0.75357,-5.358114 1.24314,-11.512939 1.24317,-18.736379 -3e-5,-10.970831 -1.89363,-19.292696 -5.41668,-24.863442 -3.42598,-5.546849 -8.84738,-8.347013 -16.78282,-8.347013 z m 0.71038,11.099751 c 1.61053,0 3.00953,0.559385 4.08471,1.598364 0.88769,0.857519 1.46742,2.080431 1.95355,3.55192 l -0.53278,1.065576 -14.11889,26.017816 c -0.017,-1.601717 0,-3.153366 0,-4.972688 0,-4.051178 0.009,-7.7042 0.1776,-11.010953 0.17021,-3.323461 0.55083,-6.197106 1.15437,-8.524608 0.60732,-2.343188 1.48718,-4.23477 2.57515,-5.594275 1.19995,-1.384396 2.85131,-2.131152 4.70629,-2.131152 z m 7.81422,21.666714 c 4.6e-4,0.154295 0,0.288188 0,0.44399 -5e-5,5.745842 -0.19322,10.57239 -0.53278,14.474075 -0.33519,3.854231 -0.83101,7.007342 -1.50957,9.501386 -0.0114,0.03751 0.0114,0.05456 0,0.08866 -0.58976,2.320995 -1.49587,4.038988 -2.57514,5.239083 -0.017,0.0341 0.0171,0.0682 0,0.08866 -1.02435,1.083364 -2.32745,1.77596 -3.72952,1.77596 -1.77096,0 -3.27248,-0.359199 -4.4399,-1.33197 -0.80114,-0.728315 -1.47027,-1.704297 -1.95355,-3.019133 l 0.62158,-1.154374 14.11888,-26.106614 z"
+       id="path3430"
+       style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:32.43917847px;line-height:125%;font-family:'Yanone Kaffeesatz';-inkscape-font-specification:'Yanone Kaffeesatz Bold';text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#fdf6e3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.84153628" />
+  </g>
+</svg>