Remove photos from patron's circle, add corporate sponsor

This commit is contained in:
Alex Cabal 2021-07-15 14:34:22 -05:00
parent 13cb0de26b
commit aa0bbe335a
4 changed files with 632 additions and 54 deletions

View file

@ -98,72 +98,54 @@ require_once('Core.php');
</li>
</ol>
</section>
<section id="corporate-sponsors">
<h3>Corporate Sponsors</h3>
<ol class="donors corporate">
<li>
<a href="https://www.scribophile.com">
<img src="/images/masthead/sponsors/scribophile.svg" alt="The logo for Scribophile" />
</a>
<p><a href="https://www.scribophile.com">Scribophile</a></p>
</li>
</ol>
</section>
<section id="patrons-circle">
<h3>Patrons Circle</h3>
<p><a href="/donate">Join the Patrons Circle</a> and support the beauty of literature in the digital age.</p>
<ol class="donors medium">
<ol class="donors patrons">
<li>
<img src="/images/masthead/portrait.svg" role="presentation" alt=""/>
<p>Michael Barrineau</p>
</li>
<li>
<img src="/images/masthead/portrait.svg" role="presentation" alt=""/>
<p>Derrick Burns</p>
</li>
<li>
<picture>
<source srcset="/images/masthead/matthew-chan@2x.avif 2x, /images/masthead/matthew-chan.avif 1x" type="image/avif"/>
<source srcset="/images/masthead/matthew-chan@2x.jpg 2x, /images/masthead/matthew-chan.jpg 1x" type="image/jpg"/>
<img src="/images/masthead/matthew-chan.jpg" alt="A portrait of Matthew Chan."/>
</picture>
<p>Matthew Chan</p>
</li>
<li>
<img src="/images/masthead/portrait.svg" role="presentation" alt=""/>
<p>Mark Cohen</p>
</li>
<li>
<img src="/images/masthead/portrait.svg" role="presentation" alt=""/>
<p>Carey Handfield</p>
</li>
<li>
<img src="/images/masthead/portrait.svg" role="presentation" alt=""/>
<p>Curtis Hendzell</p>
</li>
<li>
<img src="/images/masthead/portrait.svg" role="presentation" alt=""/>
<p>Wilhelm Fitzpatrick</p>
</li>
<li>
<picture>
<source srcset="/images/masthead/john-jarvis@2x.avif 2x, /images/masthead/john-jarvis.avif 1x" type="image/avif"/>
<source srcset="/images/masthead/john-jarvis@2x.jpg 2x, /images/masthead/john-jarvis.jpg 1x" type="image/jpg"/>
<img src="/images/masthead/john-jarvis.jpg" alt="A portrait of John Jarvis."/>
</picture>
<p>John Jarvis</p>
</li>
<li>
<img src="/images/masthead/portrait.svg" role="presentation" alt=""/>
<p>Eric Lim</p>
</li>
<li>
<img src="/images/masthead/portrait.svg" role="presentation" alt=""/>
<p>Brandon Sowers</p>
</li>
<li>
<img src="/images/masthead/portrait.svg" role="presentation" alt=""/>
<p>Anonymous × 3</p>
</li>
<? /*
<li>
<picture>
<source srcset="/images/masthead/firstname-lastname@2x.avif 2x, /images/masthead/firstname-lastname.avif 1x" type="image/avif"/>
<source srcset="/images/masthead/firstname-lastname@2x.jpg 2x, /images/masthead/firstname-lastname.jpg 1x" type="image/jpg"/>
<img src="/images/masthead/firstname-lastname.jpg" alt="A portrait of Firstname Lastname."/>
</picture>
<p>Firstname Lastname</p>
</li>
*/ ?>
</ol>
</section>
</section>

View file

@ -1821,7 +1821,6 @@ main.ebooks nav ol li.highlighted:nth-last-child(2)::after{
list-style: none;
display: grid;
grid-gap: 1rem;
align-items: center;
}
.masthead ol.editors{
@ -1836,10 +1835,24 @@ main.ebooks nav ol li.highlighted:nth-last-child(2)::after{
grid-template-columns: repeat(auto-fill, minmax(10rem, max-content));
}
.masthead ol.donors li:last-child{
.masthead ol.donors.patrons{
font-style: italic;
}
.masthead ol.donors.patrons li:last-child{
font-variant-numeric: normal;
}
.masthead ol.corporate img{
max-height: 100px;
max-width: 100%;
}
.masthead ol.donors.corporate,
.masthead ol.donors.corporate p{
text-align: center;
}
.masthead ol li{
margin: 0;
}
@ -1850,12 +1863,6 @@ main.ebooks nav ol li.highlighted:nth-last-child(2)::after{
align-items: center;
}
.masthead ol.donors li{
display: flex;
justify-content: flex-start;
align-items: center;
}
.masthead img{
border: 1px solid var(--border);
border-radius: .25rem;
@ -1882,21 +1889,6 @@ main.ebooks nav ol li.highlighted:nth-last-child(2)::after{
width: 102px;
}
.masthead ol.donors img{
height: 52px;
width: 52px;
margin-right: .5rem;
}
.masthead ol.donors.big img{
height: 77px;
width: 77px;
}
.masthead ol.donors.small img[src*="portrait.svg"]{
padding: .25rem;
}
.masthead ol li p{
margin-top: 0;
text-align: left;

View file

@ -23,7 +23,7 @@ require_once('Core.php');
</section>
<section id="monthly">
<h2>Join the Patrons Circle</h2>
<p>Start a monthly donation of $10/month or more, and your name and photo will be listed as a Patrons Circle donor on our <a href="/about#masthead">masthead</a> for the duration of your gift.</p>
<p>Start a monthly donation of $10/month or more, and your name will be listed as a Patrons Circle donor on our <a href="/about#masthead">masthead</a> for the duration of your gift.</p>
<p>Your monthly donation is crucial to ensuring we can continue producing high-quality editions of literature for the digital age. We cant do it without your support!</p>
<p class="button-row center">
<a href="https://fundraising.fracturedatlas.org/standard-ebooks/monthly_support" class="button">Donate $10/month or more</a>

View file

@ -0,0 +1,604 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="450"
height="150"
id="svg2"
version="1.1"
inkscape:version="0.91 r13725"
>
<title>The logo for Scribophile, the online writing group for serious writers</title>
<defs
id="defs4">
<pattern
id="pattern1571"
xlink:href="#crosshatch"
inkscape:collect="always"
patternTransform="matrix(1.25,0,0,1.25,5.7628995e-6,0)" />
<pattern
id="crosshatch"
patternUnits="userSpaceOnUse"
x="0"
y="0"
width="4"
height="4">
<rect
style="fill:#2a2d44;"
width="4"
height="4"
x="0"
y="0"
id="rect5" />
<path
d="M0,0 l4,4"
style="stroke:#1f2233;"
id="path7" />
<path
d="M4,0 l-4,4"
style="stroke:#1f2233;"
id="path9" />
</pattern>
<pattern
id="crosshatch-5"
patternUnits="userSpaceOnUse"
x="0"
y="0"
width="4"
height="4">
<rect
style="fill:#2a2d44;"
width="4"
height="4"
x="0"
y="0"
id="rect5-3" />
<path
d="M0,0 l4,4"
style="stroke:#1f2233;"
id="path7-2" />
<path
d="M4,0 l-4,4"
style="stroke:#1f2233;"
id="path9-8" />
</pattern>
<pattern
id="crosshatch-5-9"
patternUnits="userSpaceOnUse"
x="0"
y="0"
width="4"
height="4">
<rect
style="fill:#2a2d44;"
width="4"
height="4"
x="0"
y="0"
id="rect5-3-3" />
<path
d="M0,0 l4,4"
style="stroke:#1f2233;"
id="path7-2-8" />
<path
d="M4,0 l-4,4"
style="stroke:#1f2233;"
id="path9-8-4" />
</pattern>
<pattern
patternTransform="translate(1e-5,-2.6171875e-6)"
id="pattern1647"
xlink:href="#pattern1606-2"
inkscape:collect="always" />
<pattern
patternTransform="translate(1e-5,952.36218)"
id="pattern1606-2"
xlink:href="#pattern1568-2-1"
inkscape:collect="always" />
<pattern
patternTransform="translate(5e-6,952.36218)"
id="pattern1568-2-1"
xlink:href="#pattern1571-1-6-4"
inkscape:collect="always" />
<pattern
id="pattern1571-1-6-4"
xlink:href="#crosshatch-5-9-6"
inkscape:collect="always"
patternTransform="translate(4.6103195e-6,952.36218)" />
<pattern
id="crosshatch-5-9-6"
patternUnits="userSpaceOnUse"
x="0"
y="0"
width="4"
height="4">
<rect
style="fill:#2a2d44;"
width="4"
height="4"
x="0"
y="0"
id="rect5-3-3-0" />
<path
d="M0,0 l4,4"
style="stroke:#1f2233;"
id="path7-2-8-9" />
<path
d="M4,0 l-4,4"
style="stroke:#1f2233;"
id="path9-8-4-9" />
</pattern>
<pattern
id="crosshatch-5-9-2"
patternUnits="userSpaceOnUse"
x="0"
y="0"
width="4"
height="4">
<rect
style="fill:#2a2d44;"
width="4"
height="4"
x="0"
y="0"
id="rect5-3-3-6" />
<path
d="M0,0 l4,4"
style="stroke:#1f2233;"
id="path7-2-8-4" />
<path
d="M4,0 l-4,4"
style="stroke:#1f2233;"
id="path9-8-4-1" />
</pattern>
<pattern
id="crosshatch-0"
patternUnits="userSpaceOnUse"
x="0"
y="0"
width="4"
height="4">
<rect
style="fill:#2a2d44;"
width="4"
height="4"
x="0"
y="0"
id="rect5-6" />
<path
d="M0,0 l4,4"
style="stroke:#1f2233;"
id="path7-6" />
<path
d="M4,0 l-4,4"
style="stroke:#1f2233;"
id="path9-81" />
</pattern>
</defs>
<path
inkscape:connector-curvature="0"
id="background"
d="M 0,0 0,99.99996 0,150 l 112.5,0 112.5,0 112.5,0 112.5,0 0,-50.00004 L 450,0 337.5,0 225,0 112.5,0 0,0 Z"
style="fill:url(#pattern1571)" />
<g
style="font-style:normal;font-weight:normal;font-size:29.12810326px;line-height:100%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none"
id="scribophile-shadow"
transform="matrix(2.2727273,0,0,2.2727273,-13.636401,-1.5e-6)">
<path
d="m 47.059221,37.732774 0.938699,0.52624 q 0.967144,0.554686 2.716537,1.095149 1.763616,0.540462 3.370781,0.540462 3.385005,0 5.418852,-1.664056 2.033847,-1.664057 2.033847,-4.30948 0,-1.223153 -0.426681,-2.176074 Q 60.698797,30.77787 59.788544,30.03829 58.892513,29.284486 58.181378,28.872028 57.470243,28.445347 56.175976,27.83377 l -1.479161,-0.668467 q -1.05248,-0.469349 -1.479162,-0.711135 -0.412458,-0.256009 -1.038257,-0.68269 -0.625799,-0.440904 -0.881808,-0.967144 -0.241786,-0.52624 -0.241786,-1.166262 0,-0.938699 0.824917,-1.863175 0.83914,-0.938698 2.488974,-0.938698 3.000991,0 3.299668,2.247187 l -0.02845,0.967144 2.858764,0 0,-3.911244 -0.739581,-0.398236 q -0.696912,-0.440904 -2.247187,-0.853362 -1.536053,-0.426681 -3.228555,-0.426681 -3.114772,0 -4.99217,1.592943 -1.877397,1.57872 -1.877397,3.99658 0,1.976956 1.137817,3.242777 1.137816,1.265821 3.171663,2.318302 0.554686,0.284454 1.649834,0.796471 1.095149,0.512018 1.649834,0.824917 0.568908,0.298677 1.265821,0.796472 0.711135,0.497794 1.009812,1.080925 0.3129,0.583131 0.3129,1.280044 0,1.308489 -0.99559,2.133406 -0.981367,0.810694 -2.41786,0.810694 -2.161851,0 -3.214332,-0.853362 -1.038257,-0.867585 -1.038257,-2.304079 l -0.02845,-0.782248 -2.858764,0 0,4.337925 z"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-family:Mido;-inkscape-font-specification:'Mido Medium';fill:#000000;fill-opacity:1"
id="path5020"
inkscape:connector-curvature="0" />
<path
d="m 64.041132,33.167285 q 0,1.720948 0.597354,3.043659 0.597354,1.322712 1.564498,2.062293 0.981367,0.739581 2.062292,1.123594 1.095149,0.384013 2.232965,0.384013 1.479162,0 2.801873,-0.369791 1.336935,-0.36979 1.920066,-0.711135 l 0.583131,-0.355568 0,-2.503196 -0.753804,0 -0.469349,0.440904 q -0.469349,0.412458 -1.479161,0.83914 -0.99559,0.412458 -2.076516,0.412458 -1.777838,0 -2.759205,-1.223153 -0.967144,-1.223152 -0.967144,-3.441895 0,-0.753803 0.15645,-1.521829 0.170672,-0.768026 0.52624,-1.550275 0.36979,-0.796472 1.095149,-1.280044 0.725358,-0.483572 1.749392,-0.483572 0.83914,0 1.408048,0.412459 0.568909,0.412458 0.753804,0.924476 0.199118,0.497794 0.227563,0.910253 l 0.05689,0.412458 2.531642,0 0,-3.143218 -0.554686,-0.412458 q -0.554685,-0.440904 -1.749393,-0.853363 -1.194707,-0.426681 -2.474751,-0.426681 -2.9441,0 -4.963724,1.877397 -2.019625,1.877398 -2.019625,5.433074 z"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-family:Mido;-inkscape-font-specification:'Mido Medium';fill:#000000;fill-opacity:1"
id="path5022"
inkscape:connector-curvature="0" />
<path
d="m 77.53848,39.368385 4.167253,-0.08534 3.669458,0.08534 0,-1.749393 q -1.194707,0 -1.678279,-0.156449 -0.46935,-0.15645 -0.554686,-0.398236 -0.08534,-0.256009 -0.128004,-1.009812 l 0,-7.168244 0.554685,-0.298677 q 0.554686,-0.256009 1.194708,-0.256009 1.42227,0 1.436493,1.194707 l 0,0.554686 2.588533,0 0,-3.641013 -0.867585,-0.298677 q -0.867586,-0.284454 -2.04807,-0.284454 -0.83914,0 -1.720948,0.355568 -0.867585,0.341345 -1.393825,0.711135 -0.52624,0.355568 -0.554685,0.355568 l -0.810695,-1.308489 -1.223153,0.142227 q -1.223152,0.142227 -2.6312,0.142227 l 0,1.607166 q 0.810694,0 1.20893,0.05689 0.398236,0.05689 0.696912,0.384014 0.3129,0.312899 0.3129,0.952921 0.05689,0 0.05689,3.697904 l -0.05689,2.446305 q 0.05689,2.218742 -2.218742,2.218742 l 0,1.749393 z"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-family:Mido;-inkscape-font-specification:'Mido Medium';fill:#000000;fill-opacity:1"
id="path5024"
inkscape:connector-curvature="0" />
<path
d="m 90.111352,39.368385 1.834729,-0.05689 q 1.834729,-0.05689 2.446306,-0.05689 l 4.110362,0.113781 0,-1.749393 q -1.863175,0 -2.304079,-0.227563 -0.426681,-0.241786 -0.426681,-0.967144 l -0.02845,-7.139799 -0.02845,-3.31389 -0.881807,0 -1.251599,0.142227 q -1.251598,0.142227 -3.31389,0.142227 l 0,1.607166 q 0.469349,0 0.711135,0.01422 0.241786,0.01422 0.625799,0.07111 0.384013,0.05689 0.568908,0.199118 0.184896,0.128004 0.341345,0.412458 0.170673,0.270232 0.170673,0.640022 l 0,6.698895 q 0,1.720947 -2.57431,1.720947 l 0,1.749393 z m 1.493384,-18.404182 q 0,1.080926 0.583131,1.621388 0.583131,0.526241 1.536052,0.526241 0.896031,0 1.450716,-0.6258 0.568909,-0.625799 0.568909,-1.57872 0,-0.938699 -0.625799,-1.436493 -0.625799,-0.497795 -1.536053,-0.497795 -0.839139,0 -1.408048,0.483572 -0.568908,0.483572 -0.568908,1.507607 z"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-family:Mido;-inkscape-font-specification:'Mido Medium';fill:#000000;fill-opacity:1"
id="path5026"
inkscape:connector-curvature="0" />
<path
d="m 99.811239,18.973024 0.440901,0 q 0.21334,0 0.39824,0.01422 0.19912,0.01422 0.36979,0.07111 0.18489,0.04267 0.32712,0.142227 0.15645,0.09956 0.24179,0.227564 0.0853,0.128004 0.14222,0.36979 0.0569,0.227563 0.0569,0.52624 0.0853,0 0.0853,7.978939 l -0.0853,11.065265 1.45072,0 1.05248,-1.450716 q 0.0569,0 0.59735,0.46935 0.54047,0.455126 1.59295,0.924475 1.0667,0.46935 2.38941,0.46935 2.47475,0 3.96814,-1.877397 1.5076,-1.89162 1.5076,-5.347738 0,-1.777839 -0.5689,-3.143218 -0.56891,-1.379603 -1.45072,-2.104961 -0.86758,-0.725358 -1.79206,-1.080926 -0.91025,-0.36979 -1.79206,-0.36979 -0.96715,0 -1.83473,0.270231 -0.86759,0.256009 -1.39383,0.497795 -0.52624,0.241786 -0.61157,0.241786 l 0.0569,-9.785222 -0.83914,0 -1.30849,0.15645 q -1.30849,0.142227 -3.000991,0.142227 l 0,1.592943 z m 5.034841,14.720501 0.11378,-5.020615 0.85336,-0.113782 q 0.83914,-0.113781 1.67828,-0.113781 0.85336,0 1.49338,0.284454 0.64003,0.270231 0.99559,0.696912 0.36979,0.412459 0.58313,1.009813 0.22757,0.597353 0.29868,1.109371 0.0711,0.512017 0.0711,1.095148 0,4.636602 -2.88721,4.636602 -1.72095,0 -2.46053,-1.038257 -0.73958,-1.038258 -0.73958,-2.545865 z"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-family:Mido;-inkscape-font-specification:'Mido Medium';fill:#000000;fill-opacity:1"
id="path5028"
inkscape:connector-curvature="0" />
<path
d="m 115.92557,33.110394 q 0,6.67045 6.54244,6.67045 2.85877,0 4.6935,-1.948511 1.83473,-1.962734 1.83473,-5.51841 0,-1.920066 -0.59736,-3.257 -0.59735,-1.336934 -1.62138,-2.005402 -1.00982,-0.668467 -2.0623,-0.924476 -1.05248,-0.270231 -2.27563,-0.270231 -1.19471,0 -2.30408,0.412458 -1.09515,0.398236 -2.07651,1.237376 -0.96715,0.824917 -1.55028,2.289856 -0.58313,1.450716 -0.58313,3.31389 z m 3.257,-0.156449 q 0,-2.531642 0.7538,-3.797463 0.76803,-1.265821 2.47475,-1.265821 1.57872,0 2.47476,1.066703 0.91025,1.066703 0.91025,3.185886 0,5.532633 -3.17167,5.532633 -3.44189,0 -3.44189,-4.721938 z"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-family:Mido;-inkscape-font-specification:'Mido Medium';fill:#000000;fill-opacity:1"
id="path5030"
inkscape:connector-curvature="0" />
<path
d="m 130.75985,44.901018 0,1.749393 q 0,-0.113782 4.11036,-0.113782 l 3.95392,0.113782 0,-1.749393 q -1.16627,0 -1.72095,-0.21334 -0.54047,-0.199118 -0.64002,-0.426682 -0.0853,-0.227563 -0.0853,-0.810694 l 0,-0.02844 0,-0.02845 0,-0.02844 0,-0.02845 0,-0.04267 0,-0.02844 0,-0.02845 0,-0.02845 0,-0.02845 0,-0.02845 0,-0.02845 0,-0.02845 0,-0.02845 0,-0.02844 0,-0.02845 0,-0.02844 0,-0.02845 0,-0.02844 0,-0.02844 0,-0.02845 0,-0.02844 0,-0.02845 0,-0.02844 0,-0.02844 0,-0.02845 0,-0.04267 0,-0.02845 0,-0.02845 0,-0.02845 0,-0.02845 0,-0.02844 0,-0.02845 0,-0.02844 0,-0.02845 0,-0.02845 0,-0.02845 0,-0.02845 0,-0.02845 0,-0.02844 0,-0.05689 0,-0.02845 0,-0.02844 0,-0.02844 0,-0.02845 0,-0.02844 0,-0.04267 0,-0.05689 0,-0.02845 0,-0.02844 0,-0.02845 0,-0.05689 0,-0.02845 0,-0.02844 0,-0.02845 0,-0.05689 0,-0.02845 0,-0.02845 0,-0.05689 0,-0.02844 0,-0.02845 0,-0.05689 0,-0.04267 0,-0.02844 0,-0.05689 0,-0.02844 0,-0.02845 0,-0.05689 0,-0.02844 0,-0.05689 0,-0.02845 0,-0.02845 0,-0.05689 0,-0.02844 0,-0.05689 0,-0.02845 0,-0.07111 0,-0.02844 0,-0.05689 0,-0.02844 0,-0.05689 0,-0.02845 0,-0.05689 0,-0.02845 0,-0.05689 0,-0.02844 0,-0.05689 0,-0.02845 0,-0.05689 0,-0.02845 0,-0.07111 0,-0.05689 0,-0.02844 0,-0.05689 0,-0.02845 0,-0.05689 0,-0.05689 0,-0.02845 0,-0.05689 0,-0.05689 0,-0.02845 0,-0.05689 0,-0.05689 0,-0.04267 0,-0.05689 0,-0.05689 0,-0.02845 0,-0.05689 0,-0.05689 0,-0.02845 0,-0.05689 0,-0.05689 0,-0.05689 0,-0.02845 0,-0.05689 0,-0.07111 0,-0.05689 0,-0.05689 0,-0.02844 0,-0.05689 0,-0.05689 0,-0.05689 0,-0.05689 0,-0.02845 0,-0.05689 0,-0.05689 0,-0.05689 0,-0.07111 0,-0.05689 0,-0.02844 0,-0.05689 0,-0.256009 q 0,0.05689 0.42668,0.46935 0.42668,0.398236 1.36538,0.853362 0.95292,0.455127 2.03385,0.455127 2.47475,0 3.96813,-1.863175 1.50761,-1.863174 1.50761,-5.276624 0,-3.057882 -1.62139,-4.921056 -1.62139,-1.863175 -3.85435,-1.863175 -1.47916,0 -3.05788,0.583131 l -1.55028,0.583131 -0.83914,-1.05248 -1.10937,0.142227 q -1.10937,0.142227 -2.67387,0.142227 l 0,1.607166 q 0.58313,0 0.86759,0.04267 0.28445,0.04267 0.66846,0.199118 0.38402,0.142227 0.54047,0.540462 0.15645,0.384014 0.15645,1.024035 0.0853,0 0.0853,4.750384 0,1.777839 -0.0427,4.707716 -0.0427,2.915655 -0.0427,3.385004 0,1.251599 -0.56891,1.820507 -0.56891,0.568908 -1.8774,0.568908 z m 5.56108,-11.363942 0.0569,-4.892612 0.9387,-0.113781 q 0.96714,-0.08534 1.60716,-0.08534 3.49879,0 3.48457,4.195698 0,4.636602 -2.87299,4.636602 -1.39382,0 -2.30408,-1.009812 -0.91025,-1.009812 -0.91025,-2.730759 z"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-family:Mido;-inkscape-font-specification:'Mido Medium';fill:#000000;fill-opacity:1"
id="path5032"
inkscape:connector-curvature="0" />
<path
d="m 147.5142,39.368385 3.76902,-0.08534 3.02943,0.08534 0,-1.749393 q -1.16626,0 -1.43649,-0.227563 -0.25601,-0.241786 -0.25601,-0.853362 l -0.0569,-7.395808 1.08093,-0.256008 q 1.08092,-0.227564 2.06229,-0.241787 1.60716,0 2.04807,0.867586 0.45512,0.853362 0.45512,2.929877 l 0,3.171664 q 0,1.137816 -0.49779,1.57872 -0.49779,0.426681 -1.5645,0.426681 l 0,1.749393 3.64102,-0.08534 3.37078,0.08534 0,-1.749393 q -1.08093,0 -1.37961,-0.170672 -0.28445,-0.170673 -0.28445,-0.668467 l 0,-5.390406 q 0,-5.418851 -4.53704,-5.418851 -1.10937,0 -2.21875,0.36979 -1.09514,0.355568 -1.62138,0.739581 l -0.55469,0.341345 0.0569,-10.339908 -0.66847,0 -1.3796,0.15645 q -1.36538,0.142227 -3.05788,0.142227 l 0,1.592943 q 0.64002,0 0.96714,0.05689 0.32713,0.04267 0.64003,0.298677 0.32712,0.256008 0.32712,0.810694 0.0853,0 0.0853,8.163834 0,1.806283 -0.0427,4.394816 -0.0427,2.588533 -0.0427,2.887209 0,1.166262 -0.42668,1.607166 -0.42669,0.426681 -1.50761,0.426681 l 0,1.749393 z"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-family:Mido;-inkscape-font-specification:'Mido Medium';fill:#000000;fill-opacity:1"
id="path5034"
inkscape:connector-curvature="0" />
<path
d="m 164.92279,39.368385 1.83473,-0.05689 q 1.83473,-0.05689 2.44631,-0.05689 l 4.11036,0.113781 0,-1.749393 q -1.86318,0 -2.30408,-0.227563 -0.42668,-0.241786 -0.42668,-0.967144 l -0.0284,-7.139799 -0.0284,-3.31389 -0.88181,0 -1.2516,0.142227 q -1.2516,0.142227 -3.31389,0.142227 l 0,1.607166 q 0.46935,0 0.71114,0.01422 0.24178,0.01422 0.6258,0.07111 0.38401,0.05689 0.5689,0.199118 0.1849,0.128004 0.34135,0.412458 0.17067,0.270232 0.17067,0.640022 l 0,6.698895 q 0,1.720947 -2.57431,1.720947 l 0,1.749393 z m 1.49339,-18.404182 q 0,1.080926 0.58313,1.621388 0.58313,0.526241 1.53605,0.526241 0.89603,0 1.45071,-0.6258 0.56891,-0.625799 0.56891,-1.57872 0,-0.938699 -0.6258,-1.436493 -0.62579,-0.497795 -1.53605,-0.497795 -0.83914,0 -1.40805,0.483572 -0.5689,0.483572 -0.5689,1.507607 z"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-family:Mido;-inkscape-font-specification:'Mido Medium';fill:#000000;fill-opacity:1"
id="path5036"
inkscape:connector-curvature="0" />
<path
d="m 174.90714,39.368385 4.52282,-0.113781 4.0108,0.113781 0,-1.749393 q -1.80628,0 -2.23296,-0.298676 -0.41246,-0.3129 -0.41246,-1.123594 l -0.0853,-7.893602 0.0569,-11.221716 -0.78225,0 -1.32271,0.15645 q -1.33693,0.142227 -3.42767,0.142227 l 0,1.592943 q 0.66847,0 0.95292,0.02845 0.29868,0.02845 0.69691,0.184896 0.41246,0.142227 0.56891,0.512017 0.17067,0.355568 0.17067,0.995589 0.0569,0.611577 0.0569,3.612568 0,3.000991 -0.0284,6.770008 -0.0284,3.754795 -0.0284,4.238367 0,2.304078 -2.71653,2.304078 l 0,1.749393 z"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-family:Mido;-inkscape-font-specification:'Mido Medium';fill:#000000;fill-opacity:1"
id="path5038"
inkscape:connector-curvature="0" />
<path
d="m 185.2186,33.110394 q 0,2.972546 1.57872,4.821498 1.59294,1.848952 4.90683,1.848952 1.47917,0 2.8161,-0.355568 1.35116,-0.341345 1.93429,-0.696912 l 0.58313,-0.355568 0.0284,-2.360969 -0.81069,0 -0.4409,0.384013 q -0.44091,0.384013 -1.40805,0.768026 -0.95292,0.36979 -1.99118,0.36979 -1.74939,0 -2.77343,-0.981367 Q 188.61779,35.5567 188.504,33.50863 l 0,-0.284454 9.2021,0 0,-1.024035 q 0,-1.166262 -0.25601,-2.176074 -0.24179,-1.024035 -0.83914,-2.005402 -0.59736,-0.995589 -1.80629,-1.57872 -1.1947,-0.583131 -2.91565,-0.583131 -0.8107,0 -1.66406,0.213341 -0.83914,0.21334 -1.76361,0.753803 -0.91026,0.540463 -1.63561,1.336934 -0.71114,0.782249 -1.16627,2.076516 -0.4409,1.294266 -0.4409,2.872986 z m 3.45612,-1.863174 q 0,-0.284454 0.14222,-0.782249 0.15645,-0.512017 0.45513,-1.123594 0.3129,-0.611576 0.96715,-1.024035 0.65424,-0.426681 1.52182,-0.426681 1.02404,0 1.69251,0.654245 0.66846,0.654244 0.86758,1.365379 0.14223,0.540463 0.14223,1.038258 0,0.15645 -0.0142,0.298677 l -5.77442,0 z"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-family:Mido;-inkscape-font-specification:'Mido Medium';fill:#000000;fill-opacity:1"
id="path5040"
inkscape:connector-curvature="0" />
</g>
<g
style="font-style:normal;font-weight:normal;font-size:29.12810326px;line-height:100%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none"
id="scribophile"
transform="matrix(2.2727273,0,0,2.2727273,-13.636401,-1.5e-6)">
<path
d="m 46.515711,37.189157 0.938699,0.52624 q 0.967144,0.554686 2.716537,1.095148 1.763615,0.540463 3.370781,0.540463 3.385004,0 5.418851,-1.664056 2.033847,-1.664057 2.033847,-4.309481 0,-1.223152 -0.426681,-2.176074 -0.412458,-0.967144 -1.322712,-1.706725 -0.89603,-0.753803 -1.607165,-1.166261 -0.711136,-0.426682 -2.005402,-1.038258 l -1.479162,-0.668467 q -1.05248,-0.46935 -1.479161,-0.711136 -0.412459,-0.256008 -1.038258,-0.68269 -0.625799,-0.440903 -0.881808,-0.967144 -0.241786,-0.52624 -0.241786,-1.166262 0,-0.938698 0.824917,-1.863174 0.83914,-0.938699 2.488974,-0.938699 3.000991,0 3.299668,2.247188 l -0.02844,0.967144 2.858764,0 0,-3.911244 -0.739581,-0.398236 Q 58.519675,18.756529 56.9694,18.34407 q -1.536052,-0.426681 -3.228554,-0.426681 -3.114773,0 -4.99217,1.592943 -1.877397,1.578721 -1.877397,3.996581 0,1.976956 1.137816,3.242777 1.137817,1.265821 3.171664,2.318301 0.554685,0.284454 1.649834,0.796472 1.095148,0.512017 1.649834,0.824917 0.568908,0.298677 1.265821,0.796471 0.711135,0.497795 1.009812,1.080926 0.312899,0.583131 0.312899,1.280044 0,1.308489 -0.995589,2.133406 -0.981367,0.810694 -2.41786,0.810694 -2.161852,0 -3.214332,-0.853362 Q 49.40292,35.069974 49.40292,33.63348 l -0.02845,-0.782249 -2.858764,0 0,4.337926 z"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-family:Mido;-inkscape-font-specification:'Mido Medium';fill:#ffffff"
id="path4997"
inkscape:connector-curvature="0" />
<path
d="m 63.497622,32.623668 q 0,1.720947 0.597354,3.043659 0.597353,1.322712 1.564497,2.062293 0.981367,0.73958 2.062293,1.123593 1.095148,0.384014 2.232965,0.384014 1.479161,0 2.801873,-0.369791 1.336934,-0.36979 1.920065,-0.711135 l 0.583131,-0.355568 0,-2.503196 -0.753803,0 -0.469349,0.440904 q -0.46935,0.412458 -1.479162,0.839139 -0.995589,0.412459 -2.076515,0.412459 -1.777838,0 -2.759205,-1.223153 -0.967144,-1.223153 -0.967144,-3.441895 0,-0.753803 0.15645,-1.521829 0.170672,-0.768027 0.52624,-1.550276 0.36979,-0.796471 1.095148,-1.280043 0.725358,-0.483572 1.749393,-0.483572 0.83914,0 1.408048,0.412458 0.568908,0.412459 0.753803,0.924476 0.199118,0.497795 0.227564,0.910254 l 0.05689,0.412458 2.531641,0 0,-3.143218 -0.554685,-0.412459 q -0.554686,-0.440904 -1.749393,-0.853362 -1.194708,-0.426681 -2.474751,-0.426681 -2.9441,0 -4.963725,1.877397 -2.019624,1.877397 -2.019624,5.433074 z"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-family:Mido;-inkscape-font-specification:'Mido Medium';fill:#ffffff"
id="path4999"
inkscape:connector-curvature="0" />
<path
d="m 76.994969,38.824768 4.167253,-0.08534 3.669459,0.08534 0,-1.749393 q -1.194708,0 -1.67828,-0.15645 -0.469349,-0.156449 -0.554685,-0.398235 -0.08534,-0.256009 -0.128005,-1.009813 l 0,-7.168244 0.554686,-0.298677 q 0.554685,-0.256008 1.194707,-0.256008 1.422271,0 1.436494,1.194707 l 0,0.554686 2.588532,0 0,-3.641013 -0.867585,-0.298677 q -0.867585,-0.284454 -2.04807,-0.284454 -0.839139,0 -1.720947,0.355567 -0.867585,0.341345 -1.393825,0.711136 -0.526241,0.355567 -0.554686,0.355567 l -0.810694,-1.308489 -1.223153,0.142227 q -1.223153,0.142228 -2.631201,0.142228 l 0,1.607165 q 0.810695,0 1.20893,0.05689 0.398236,0.05689 0.696913,0.384013 0.3129,0.3129 0.3129,0.952922 0.05689,0 0.05689,3.697903 l -0.05689,2.446306 q 0.05689,2.218742 -2.218743,2.218742 l 0,1.749393 z"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-family:Mido;-inkscape-font-specification:'Mido Medium';fill:#ffffff"
id="path5001"
inkscape:connector-curvature="0" />
<path
d="m 89.567841,38.824768 1.83473,-0.05689 q 1.834729,-0.05689 2.446305,-0.05689 l 4.110362,0.113782 0,-1.749393 q -1.863174,0 -2.304078,-0.227563 -0.426681,-0.241786 -0.426681,-0.967144 l -0.02845,-7.139799 -0.02845,-3.313891 -0.881808,0 -1.251598,0.142227 q -1.251598,0.142228 -3.313891,0.142228 l 0,1.607165 q 0.46935,0 0.711136,0.01422 0.241786,0.01422 0.625799,0.07111 0.384013,0.05689 0.568908,0.199118 0.184895,0.128004 0.341345,0.412458 0.170672,0.270231 0.170672,0.640022 l 0,6.698895 q 0,1.720947 -2.57431,1.720947 l 0,1.749393 z m 1.493385,-18.404182 q 0,1.080925 0.583131,1.621388 0.583131,0.52624 1.536052,0.52624 0.89603,0 1.450716,-0.625799 0.568908,-0.625799 0.568908,-1.57872 0,-0.938699 -0.625799,-1.436494 -0.625799,-0.497794 -1.536052,-0.497794 -0.83914,0 -1.408048,0.483572 -0.568908,0.483572 -0.568908,1.507607 z"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-family:Mido;-inkscape-font-specification:'Mido Medium';fill:#ffffff"
id="path5003"
inkscape:connector-curvature="0" />
<path
d="m 99.267728,18.429407 0.440904,0 q 0.213341,0 0.398238,0.01422 0.19912,0.01422 0.36979,0.07111 0.18489,0.04267 0.32712,0.142227 0.15645,0.09956 0.24179,0.227563 0.0853,0.128005 0.14222,0.369791 0.0569,0.227563 0.0569,0.52624 0.0853,0 0.0853,7.978938 l -0.0853,11.065266 1.45072,0 1.05248,-1.450716 q 0.0569,0 0.59735,0.469349 0.54047,0.455127 1.59295,0.924476 1.0667,0.46935 2.38941,0.46935 2.47475,0 3.96814,-1.877398 1.5076,-1.89162 1.5076,-5.347737 0,-1.777839 -0.5689,-3.143219 -0.56891,-1.379602 -1.45072,-2.10496 -0.86759,-0.725358 -1.79206,-1.080926 -0.91025,-0.36979 -1.79206,-0.36979 -0.96715,0 -1.83473,0.270231 -0.86759,0.256009 -1.39383,0.497795 -0.52624,0.241786 -0.61157,0.241786 l 0.0569,-9.785222 -0.83914,0 -1.30849,0.156449 q -1.30849,0.142228 -3.000992,0.142228 l 0,1.592943 z m 5.034842,14.720501 0.11378,-5.020615 0.85336,-0.113782 q 0.83914,-0.113782 1.67828,-0.113782 0.85336,0 1.49338,0.284454 0.64003,0.270232 0.99559,0.696913 0.36979,0.412459 0.58313,1.009812 0.22757,0.597354 0.29868,1.109371 0.0711,0.512018 0.0711,1.095149 0,4.636602 -2.8872,4.636602 -1.72095,0 -2.46053,-1.038257 -0.73958,-1.038258 -0.73958,-2.545865 z"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-family:Mido;-inkscape-font-specification:'Mido Medium';fill:#ffffff"
id="path5005"
inkscape:connector-curvature="0" />
<path
d="m 115.38206,32.566777 q 0,6.67045 6.54244,6.67045 2.85877,0 4.6935,-1.948511 1.83473,-1.962734 1.83473,-5.51841 0,-1.920066 -0.59736,-3.257 -0.59735,-1.336935 -1.62139,-2.005402 -1.00981,-0.668467 -2.06229,-0.924476 -1.05248,-0.270231 -2.27563,-0.270231 -1.19471,0 -2.30408,0.412458 -1.09515,0.398236 -2.07651,1.237376 -0.96715,0.824917 -1.55028,2.289855 -0.58313,1.450717 -0.58313,3.313891 z m 3.257,-0.15645 q 0,-2.531641 0.7538,-3.797462 0.76803,-1.265821 2.47475,-1.265821 1.57872,0 2.47475,1.066703 0.91026,1.066703 0.91026,3.185886 0,5.532633 -3.17167,5.532633 -3.44189,0 -3.44189,-4.721939 z"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-family:Mido;-inkscape-font-specification:'Mido Medium';fill:#ffffff"
id="path5007"
inkscape:connector-curvature="0" />
<path
d="m 130.21634,44.357401 0,1.749393 q 0,-0.113782 4.11036,-0.113782 l 3.95391,0.113782 0,-1.749393 q -1.16626,0 -1.72094,-0.213341 -0.54047,-0.199118 -0.64002,-0.426681 -0.0853,-0.227563 -0.0853,-0.810694 l 0,-0.02845 0,-0.02844 0,-0.02845 0,-0.02845 0,-0.04267 0,-0.02845 0,-0.02845 0,-0.02845 0,-0.02845 0,-0.02845 0,-0.02844 0,-0.02845 0,-0.02844 0,-0.02845 0,-0.02844 0,-0.02844 0,-0.02845 0,-0.02844 0,-0.02845 0,-0.02844 0,-0.02845 0,-0.02844 0,-0.02844 0,-0.02845 0,-0.02844 0,-0.04267 0,-0.02845 0,-0.02845 0,-0.02845 0,-0.02845 0,-0.02844 0,-0.02845 0,-0.02845 0,-0.02845 0,-0.02845 0,-0.02844 0,-0.02845 0,-0.02844 0,-0.02845 0,-0.05689 0,-0.02845 0,-0.02844 0,-0.02845 0,-0.02844 0,-0.02845 0,-0.04267 0,-0.05689 0,-0.02845 0,-0.02845 0,-0.02845 0,-0.05689 0,-0.02845 0,-0.02844 0,-0.02845 0,-0.05689 0,-0.02845 0,-0.02844 0,-0.05689 0,-0.02845 0,-0.02844 0,-0.05689 0,-0.04267 0,-0.02844 0,-0.05689 0,-0.02845 0,-0.02844 0,-0.05689 0,-0.02845 0,-0.05689 0,-0.02845 0,-0.02845 0,-0.05689 0,-0.02845 0,-0.05689 0,-0.02844 0,-0.07111 0,-0.02844 0,-0.05689 0,-0.02845 0,-0.05689 0,-0.02844 0,-0.05689 0,-0.02844 0,-0.05689 0,-0.02845 0,-0.05689 0,-0.02845 0,-0.05689 0,-0.02845 0,-0.07111 0,-0.05689 0,-0.02845 0,-0.05689 0,-0.02845 0,-0.05689 0,-0.05689 0,-0.02844 0,-0.05689 0,-0.05689 0,-0.02844 0,-0.05689 0,-0.05689 0,-0.04267 0,-0.05689 0,-0.05689 0,-0.02845 0,-0.05689 0,-0.05689 0,-0.02844 0,-0.05689 0,-0.05689 0,-0.05689 0,-0.02845 0,-0.05689 0,-0.07111 0,-0.05689 0,-0.05689 0,-0.02845 0,-0.05689 0,-0.05689 0,-0.05689 0,-0.05689 0,-0.02844 0,-0.05689 0,-0.05689 0,-0.05689 0,-0.07111 0,-0.05689 0,-0.02844 0,-0.05689 0,-0.256009 q 0,0.05689 0.42668,0.46935 0.42668,0.398235 1.36538,0.853362 0.95292,0.455127 2.03385,0.455127 2.47475,0 3.96813,-1.863175 1.50761,-1.863175 1.50761,-5.276624 0,-3.057882 -1.62139,-4.921057 -1.62139,-1.863174 -3.85435,-1.863174 -1.47916,0 -3.05788,0.583131 l -1.55028,0.583131 -0.83914,-1.052481 -1.10937,0.142227 q -1.10937,0.142228 -2.67387,0.142228 l 0,1.607165 q 0.58313,0 0.86759,0.04267 0.28445,0.04267 0.66846,0.199118 0.38402,0.142227 0.54047,0.540463 0.15645,0.384013 0.15645,1.024035 0.0853,0 0.0853,4.750384 0,1.777838 -0.0427,4.707716 -0.0427,2.915655 -0.0427,3.385004 0,1.251598 -0.56891,1.820507 -0.56891,0.568908 -1.8774,0.568908 z m 5.56108,-11.363943 0.0569,-4.892611 0.9387,-0.113781 q 0.96714,-0.08534 1.60716,-0.08534 3.49879,0 3.48457,4.195699 0,4.636602 -2.87299,4.636602 -1.39383,0 -2.30408,-1.009812 -0.91025,-1.009812 -0.91025,-2.73076 z"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-family:Mido;-inkscape-font-specification:'Mido Medium';fill:#ffffff"
id="path5009"
inkscape:connector-curvature="0" />
<path
d="m 146.97069,38.824768 3.76902,-0.08534 3.02943,0.08534 0,-1.749393 q -1.16626,0 -1.43649,-0.227563 -0.25601,-0.241786 -0.25601,-0.853363 l -0.0569,-7.395807 1.08093,-0.256009 q 1.08092,-0.227563 2.06229,-0.241786 1.60716,0 2.04807,0.867585 0.45512,0.853363 0.45512,2.929878 l 0,3.171664 q 0,1.137816 -0.49779,1.57872 -0.4978,0.426681 -1.5645,0.426681 l 0,1.749393 3.64101,-0.08534 3.37079,0.08534 0,-1.749393 q -1.08093,0 -1.37961,-0.170672 -0.28445,-0.170673 -0.28445,-0.668468 l 0,-5.390405 q 0,-5.418852 -4.53704,-5.418852 -1.10938,0 -2.21875,0.369791 -1.09514,0.355567 -1.62138,0.739581 l -0.55469,0.341344 0.0569,-10.339907 -0.66847,0 -1.3796,0.156449 q -1.36538,0.142228 -3.05788,0.142228 l 0,1.592943 q 0.64002,0 0.96714,0.05689 0.32713,0.04267 0.64002,0.298676 0.32713,0.256009 0.32713,0.810695 0.0853,0 0.0853,8.163833 0,1.806284 -0.0427,4.394817 -0.0427,2.588532 -0.0427,2.887209 0,1.166262 -0.42668,1.607166 -0.42669,0.426681 -1.50761,0.426681 l 0,1.749393 z"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-family:Mido;-inkscape-font-specification:'Mido Medium';fill:#ffffff"
id="path5011"
inkscape:connector-curvature="0" />
<path
d="m 164.37928,38.824768 1.83473,-0.05689 q 1.83473,-0.05689 2.44631,-0.05689 l 4.11036,0.113782 0,-1.749393 q -1.86318,0 -2.30408,-0.227563 -0.42668,-0.241786 -0.42668,-0.967144 l -0.0284,-7.139799 -0.0284,-3.313891 -0.88181,0 -1.2516,0.142227 q -1.2516,0.142228 -3.31389,0.142228 l 0,1.607165 q 0.46935,0 0.71114,0.01422 0.24178,0.01422 0.6258,0.07111 0.38401,0.05689 0.5689,0.199118 0.1849,0.128004 0.34135,0.412458 0.17067,0.270231 0.17067,0.640022 l 0,6.698895 q 0,1.720947 -2.57431,1.720947 l 0,1.749393 z m 1.49339,-18.404182 q 0,1.080925 0.58313,1.621388 0.58313,0.52624 1.53605,0.52624 0.89603,0 1.45071,-0.625799 0.56891,-0.625799 0.56891,-1.57872 0,-0.938699 -0.6258,-1.436494 -0.6258,-0.497794 -1.53605,-0.497794 -0.83914,0 -1.40805,0.483572 -0.5689,0.483572 -0.5689,1.507607 z"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-family:Mido;-inkscape-font-specification:'Mido Medium';fill:#ffffff"
id="path5013"
inkscape:connector-curvature="0" />
<path
d="m 174.36363,38.824768 4.52282,-0.113782 4.0108,0.113782 0,-1.749393 q -1.80628,0 -2.23297,-0.298677 -0.41245,-0.312899 -0.41245,-1.123594 l -0.0853,-7.893602 0.0569,-11.221715 -0.78225,0 -1.32271,0.156449 q -1.33693,0.142228 -3.42767,0.142228 l 0,1.592943 q 0.66847,0 0.95292,0.02844 0.29868,0.02845 0.69691,0.184895 0.41246,0.142227 0.56891,0.512018 0.17067,0.355567 0.17067,0.995589 0.0569,0.611577 0.0569,3.612568 0,3.000991 -0.0284,6.770008 -0.0284,3.754795 -0.0284,4.238367 0,2.304078 -2.71653,2.304078 l 0,1.749393 z"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-family:Mido;-inkscape-font-specification:'Mido Medium';fill:#ffffff"
id="path5015"
inkscape:connector-curvature="0" />
<path
d="m 184.67509,32.566777 q 0,2.972546 1.57872,4.821498 1.59294,1.848952 4.90683,1.848952 1.47916,0 2.8161,-0.355568 1.35116,-0.341345 1.93429,-0.696913 l 0.58313,-0.355567 0.0284,-2.36097 -0.81069,0 -0.4409,0.384013 q -0.44091,0.384013 -1.40805,0.768027 -0.95292,0.36979 -1.99118,0.36979 -1.74939,0 -2.77343,-0.981367 -1.02403,-0.995589 -1.13782,-3.043659 l 0,-0.284454 9.2021,0 0,-1.024035 q 0,-1.166262 -0.25601,-2.176074 -0.24179,-1.024035 -0.83914,-2.005402 -0.59736,-0.995589 -1.80629,-1.57872 -1.1947,-0.583131 -2.91565,-0.583131 -0.8107,0 -1.66406,0.21334 -0.83914,0.213341 -1.76361,0.753804 -0.91026,0.540463 -1.63561,1.336934 -0.71114,0.782249 -1.16627,2.076515 -0.4409,1.294267 -0.4409,2.872987 z m 3.45612,-1.863174 q 0,-0.284455 0.14222,-0.782249 0.15645,-0.512018 0.45513,-1.123594 0.3129,-0.611577 0.96714,-1.024035 0.65425,-0.426681 1.52183,-0.426681 1.02404,0 1.69251,0.654244 0.66846,0.654245 0.86758,1.36538 0.14223,0.540463 0.14223,1.038258 0,0.156449 -0.0142,0.298677 l -5.77442,0 z"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-family:Mido;-inkscape-font-specification:'Mido Medium';fill:#ffffff"
id="path5017"
inkscape:connector-curvature="0" />
</g>
<g
transform="translate(14.152649,11.987746)"
id="quill">
<path
inkscape:connector-curvature="0"
id="path3364"
d="m 21.705276,75.976636 c 3.257518,-5.199357 7.338652,-10.415295 12.073439,-15.681659 -0.02033,0.02913 0.01687,0.03902 0.102688,0.03369 0.325228,-0.02019 1.35932,-0.261035 2.7409,-0.526149 1.37298,-0.261847 3.088108,-0.545472 4.789034,-0.650994 2.143625,-0.133 4.263678,0.01691 5.642494,0.848263 -0.30705,0.463453 -0.604542,0.92139 -0.901739,1.384275 -2.751984,4.274211 -5.131014,8.510503 -7.138684,12.763269 -2.324857,-0.60359 -4.70593,-0.724716 -6.930461,-0.586713 -5.707833,0.354106 -10.377494,2.416013 -10.377494,2.416013"
style="fill:#b9000f" />
<path
inkscape:connector-curvature="0"
id="path3366"
d="m 34.476967,59.530716 c 0.757902,-0.837126 1.53087,-1.670206 2.323505,-2.504523 4.003981,-1.40118 8.48472,-2.051155 11.209893,-2.220224 1.652854,-0.102531 2.660974,-0.02808 2.523611,0.163296 -0.554979,0.765271 -1.750022,2.276404 -2.285353,3.040425 -1.403586,-0.470371 -3.046786,-0.592865 -4.779398,-0.485375 -2.993567,0.185723 -6.251799,1.057815 -8.992258,2.00639"
style="fill:#b9000f" />
<path
inkscape:connector-curvature="0"
id="path3368"
d="m 37.704475,56.076324 c 5.115117,-5.344281 10.848531,-10.751591 17.029889,-16.260772 0.330687,-0.126265 0.739815,-0.191328 1.213687,-0.220725 0.721996,-0.0448 1.593533,-0.0059 2.56171,0.02613 0.973336,0.03509 2.044328,0.06136 3.16152,-0.008 0.444919,-0.02761 0.897044,-0.07113 1.352939,-0.133953 -3.824366,4.340759 -8.075756,9.438886 -11.164608,13.536492 -0.618887,-0.07914 -1.289962,-0.09775 -2.044239,-0.05095 -2.611498,0.162011 -6.219744,1.113961 -12.110909,3.11171"
style="fill:#b9000f;stroke:#95090f;stroke-width:0.06767253;stroke-opacity:1" />
<path
inkscape:connector-curvature="0"
id="path3370"
d="M 55.871412,38.801844 C 70.8951,24.986435 80.53234,16.201265 97.055817,4.11495 L 98.339696,4.0353 C 85.360332,16.099268 74.332264,26.901494 65.032503,37.226127 61.335406,38.285094 58.861798,38.2114 55.871412,38.801844"
style="fill:#b9000f" />
<path
inkscape:connector-curvature="0"
id="path3372"
d="M 98.324976,3.1084 C 80.691776,17.046773 29.693147,56.197474 11.133655,91.129528 7.3437371,91.36465 4.2775201,94.632957 1.7893415,99.09108 l -1.17839455,0.0731 C 22.708705,55.545504 92.068065,5.383452 98.804184,1.05078 99.49956,0.603257 101.05256,0.95243 98.324976,3.1084"
style="fill:#ff0000" />
<path
inkscape:connector-curvature="0"
id="path3374"
d="M 98.324976,3.1084 98.155268,2.893426 C 89.340254,9.861397 72.175211,23.139177 54.891201,39.044799 37.606781,54.952657 20.20083,73.483018 10.891918,91.000761 l 0.241732,0.128672 -0.01696,-0.273278 C 9.1457376,90.97803 7.3714713,91.891263 5.7896324,93.323746 4.2061926,94.756893 2.8043401,96.71157 1.5506077,98.95765 l 0.2387216,0.13325 -0.016956,-0.27329 -1.17839457,0.0731 0.0169537,0.27329 0.24466908,0.12367 C 3.8785611,93.318978 7.792788,87.222927 12.314087,81.136136 24.266788,65.044835 40.462225,49.018245 55.649612,35.580058 66.115936,26.318224 76.103092,18.282235 83.894006,12.291881 91.682868,6.302755 97.282914,2.354399 98.952306,1.280783 c 0.105562,-0.06918 0.261014,-0.117706 0.393867,-0.125379 0.103078,-0.009 0.189558,0.01293 0.223231,0.0339 l 0.03383,0.05218 c 0.01062,0.05359 -0.03742,0.243188 -0.260309,0.526969 -0.219392,0.283552 -0.598295,0.659302 -1.187756,1.124937 l 0.169723,0.214977 0.169744,0.214971 c 0.612459,-0.484061 1.020083,-0.883006 1.281173,-1.220165 0.257781,-0.337519 0.386531,-0.614904 0.374081,-0.895603 -0.006,-0.218557 -0.14839,-0.412171 -0.314543,-0.497339 -0.16585,-0.09009 -0.345405,-0.111339 -0.523128,-0.10143 -0.227796,0.01625 -0.458336,0.08551 -0.656256,0.21191 l 0,0 C 96.957136,1.913746 91.360816,5.860228 83.56043,11.858297 60.162161,29.854035 16.991131,66.240522 0.36676102,99.04052 l -0.2160498,0.42656 1.80476308,-0.11197 0.073062,-0.13067 C 3.2629788,97.0123 4.6380594,95.103749 6.1571216,93.729469 7.6777853,92.354558 9.33159,91.516203 11.150547,91.402816 l 0.153034,-0.0094 0.07169,-0.135609 C 20.625373,73.843485 37.999065,55.33269 55.261854,39.447586 72.525598,23.560227 89.67652,10.293743 98.494682,3.323374 l -0.16967,-0.214976"
style="fill:#2a2d44" />
</g>
<g
style="font-style:normal;font-weight:normal;font-size:9.77274418px;line-height:100%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none"
id="online-writing-workshop-1"
transform="matrix(2.2727273,0,0,2.2727273,-13.636401,-1.5e-6)">
<path
d="m 47.67962,51.621038 q 0.167014,0 0.276767,0.03818 0.114524,0.0334 0.176558,0.12884 0.06681,0.09067 0.08112,0.119296 0.01432,0.02863 0.06203,0.152699 l 2.280943,5.816882 q 0,-0.01909 0.606025,-0.01909 l 0.591709,0.01909 1.340889,-2.6102 1.083209,2.6102 q 0,-0.01909 0.658515,-0.01909 l 0.572622,0.01909 1.994632,-5.745304 q 0.186102,-0.505816 0.606025,-0.510588 l 0,-0.586937 q 0,0.01909 -1.192962,0.01909 l -1.336117,-0.01909 0,0.0095 0,0.0095 0,0.01432 0,0.0095 0,0.0095 0,0.0095 0,0.0095 0,0.0095 0,0.0095 0,0.01909 0,0.0095 0,0.0095 0,0.0095 0,0.0095 0,0.0095 0,0.01909 0,0.0095 0,0.0095 0,0.01909 0,0.01431 0,0.0095 0,0.01909 0,0.0095 0,0.01909 0,0.0095 0,0.01909 0,0.0095 0,0.01909 0,0.01909 0,0.0095 0,0.01909 0,0.01909 0,0.02386 0,0.0095 0,0.01909 0,0.01909 0,0.01909 0,0.08589 q 0.477185,0 0.67283,0.124068 0.157471,0.09544 0.157471,0.281539 0,0.04772 -0.0095,0.09544 -0.07635,0.448554 -0.606025,2.094841 -0.529675,1.646287 -0.830302,2.400239 l -0.510587,-1.288398 -0.491501,-1.283628 q -0.229048,-0.59648 -0.391291,-1.116612 -0.162243,-0.524903 -0.190874,-0.777811 -0.0048,-0.03818 -0.0048,-0.07158 0,-0.252908 0.195646,-0.348345 0.219505,-0.109752 0.601253,-0.109752 l 0,-0.586937 q 0,0.01909 -1.565166,0.01909 l -1.278856,-0.01909 0,0.586937 q 0.496273,0 0.682375,0.472413 0.09544,0.243364 0.381747,1.025947 0.286311,0.777811 0.295855,0.906651 0,0.20519 -0.524903,1.307486 -0.524903,1.097525 -0.658515,1.283627 -0.353117,-0.744408 -0.973457,-2.319118 -0.62034,-1.579481 -0.69669,-2.032807 -0.02386,-0.114524 -0.02386,-0.209961 0,-0.18133 0.08589,-0.281539 0.133612,-0.152699 0.453326,-0.152699 l 0,-0.586937 q 0,0.01909 -1.297943,0.01909 -0.243364,0 -0.758724,-0.01432 -0.31017,-0.0095 -0.429466,-0.0048 -0.08112,0 -0.08589,0 l 0,0.586937 z"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-family:Mido;-inkscape-font-specification:'Mido Medium';fill:#000000;fill-opacity:1"
id="path4946"
inkscape:connector-curvature="0" />
<path
d="m 58.354243,57.87693 1.398151,-0.02863 1.231137,0.02863 0,-0.586937 q -0.400835,0 -0.563078,-0.05249 -0.157471,-0.05249 -0.186102,-0.133612 -0.02863,-0.08589 -0.04295,-0.338801 l 0,-2.405012 0.186102,-0.100208 q 0.186102,-0.08589 0.400835,-0.08589 0.477185,0 0.481957,0.400836 l 0,0.186102 0.868476,0 0,-1.221593 -0.291082,-0.100209 q -0.291083,-0.09544 -0.687147,-0.09544 -0.281539,0 -0.577393,0.119296 -0.291083,0.114524 -0.467641,0.238592 -0.176559,0.119297 -0.186102,0.119297 l -0.271996,-0.43901 -0.410379,0.04772 q -0.410378,0.04772 -0.882791,0.04772 l 0,0.539218 q 0.271995,0 0.405607,0.01909 0.133611,0.01909 0.23382,0.12884 0.104981,0.10498 0.104981,0.319713 0.01909,0 0.01909,1.240681 l -0.01909,0.820758 q 0.01909,0.744408 -0.744408,0.744408 l 0,0.586937 z"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-family:Mido;-inkscape-font-specification:'Mido Medium';fill:#000000;fill-opacity:1"
id="path4948"
inkscape:connector-curvature="0" />
<path
d="m 62.572556,57.87693 0.615568,-0.01909 q 0.615569,-0.01909 0.820758,-0.01909 l 1.379064,0.03818 0,-0.586937 q -0.625112,0 -0.773039,-0.07635 -0.143156,-0.08112 -0.143156,-0.324485 l -0.0095,-2.395468 -0.0095,-1.11184 -0.295855,0 -0.419922,0.04772 q -0.419923,0.04772 -1.111841,0.04772 l 0,0.539218 q 0.157471,0 0.238593,0.0048 0.08112,0.0048 0.209961,0.02386 0.12884,0.01909 0.190874,0.06681 0.06203,0.04295 0.114524,0.138384 0.05726,0.09067 0.05726,0.214733 l 0,2.24754 q 0,0.577394 -0.863704,0.577394 l 0,0.586937 z M 63.0736,51.702159 q 0,0.362661 0.195646,0.543991 0.195645,0.176558 0.515359,0.176558 0.300627,0 0.486729,-0.209961 0.190874,-0.209961 0.190874,-0.529675 0,-0.314942 -0.209962,-0.481957 -0.209961,-0.167014 -0.515359,-0.167014 -0.281539,0 -0.472413,0.162242 -0.190874,0.162243 -0.190874,0.505816 z"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-family:Mido;-inkscape-font-specification:'Mido Medium';fill:#000000;fill-opacity:1"
id="path4950"
inkscape:connector-curvature="0" />
<path
d="m 65.874675,54.164433 0.887564,0 0,2.443186 q 0,0.586937 0.391291,0.997316 0.391292,0.410379 1.00686,0.410379 0.372204,0 0.668059,-0.114525 0.300626,-0.109752 0.419923,-0.219505 l 0.114524,-0.119296 0,-0.553534 -0.176558,0 -0.167015,0.07635 q -0.176558,0.07635 -0.357889,0.07635 -0.496272,0 -0.653743,-0.25768 -0.157471,-0.257679 -0.157471,-0.983 l 0,-1.75604 1.426783,0 0,-0.687146 -1.417239,0 0.0095,-1.231137 -0.830302,0 q 0,0.80167 -0.243364,1.068894 -0.238593,0.262451 -0.920967,0.262451 l 0,0.586938 z"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-family:Mido;-inkscape-font-specification:'Mido Medium';fill:#000000;fill-opacity:1"
id="path4952"
inkscape:connector-curvature="0" />
<path
d="m 69.844851,57.87693 0.615568,-0.01909 q 0.615569,-0.01909 0.820758,-0.01909 l 1.379064,0.03818 0,-0.586937 q -0.625112,0 -0.773039,-0.07635 -0.143156,-0.08112 -0.143156,-0.324485 l -0.0095,-2.395468 -0.0095,-1.11184 -0.295855,0 -0.419922,0.04772 q -0.419923,0.04772 -1.111841,0.04772 l 0,0.539218 q 0.157471,0 0.238593,0.0048 0.08112,0.0048 0.209961,0.02386 0.12884,0.01909 0.190874,0.06681 0.06203,0.04295 0.114524,0.138384 0.05726,0.09067 0.05726,0.214733 l 0,2.24754 q 0,0.577394 -0.863704,0.577394 l 0,0.586937 z m 0.501044,-6.174771 q 0,0.362661 0.195646,0.543991 0.195645,0.176558 0.515359,0.176558 0.300627,0 0.486729,-0.209961 0.190874,-0.209961 0.190874,-0.529675 0,-0.314942 -0.209962,-0.481957 -0.209961,-0.167014 -0.515359,-0.167014 -0.281539,0 -0.472413,0.162242 -0.190874,0.162243 -0.190874,0.505816 z"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-family:Mido;-inkscape-font-specification:'Mido Medium';fill:#000000;fill-opacity:1"
id="path4954"
inkscape:connector-curvature="0" />
<path
d="m 73.342616,57.87693 0,-0.586937 q 0.606025,0 0.625112,-0.682374 l 0.02863,-0.920967 -0.02863,-1.192962 q 0,-0.271995 -0.138384,-0.372204 -0.133611,-0.104981 -0.43901,-0.104981 l 0,-0.539218 q 0.448554,0 0.730093,-0.02386 0.286311,-0.02386 0.400835,-0.04772 0.119297,-0.02386 0.181331,-0.02386 l 0.214733,0.372204 q 0.0095,0 0.176558,-0.100209 0.171787,-0.104981 0.481957,-0.205189 0.314942,-0.104981 0.677602,-0.104981 0.691918,0 1.235909,0.472413 0.54399,0.472413 0.54399,1.393379 l 0,1.736953 q 0,0.157471 0.01909,0.219505 0.01909,0.05726 0.138383,0.100209 0.124068,0.04295 0.391292,0.04295 l 0,0.56785 q 0,-0.02863 -1.221593,-0.02863 l -1.183418,0.02863 0,-0.586937 q 0.820757,0 0.820757,-0.925738 l 0,-0.811215 q 0,-0.773039 -0.262451,-1.05935 -0.25768,-0.291083 -0.835074,-0.291083 -0.372204,0 -0.625112,0.03818 l -0.252908,0.04772 q -0.01909,0 -0.01909,1.312258 l 0.0095,1.307486 q 0,0.157471 0.01909,0.224277 0.01909,0.06203 0.152699,0.109752 0.133612,0.04772 0.415151,0.04772 l 0,0.586937 q 0,-0.02863 -1.1357,-0.02863 l -1.121384,0.02863 z"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-family:Mido;-inkscape-font-specification:'Mido Medium';fill:#000000;fill-opacity:1"
id="path4956"
inkscape:connector-curvature="0" />
<path
d="m 79.211989,55.610303 q 0,0.467641 0.09067,0.87802 0.09544,0.410378 0.295855,0.763495 0.200417,0.353117 0.563078,0.558306 0.367432,0.20519 0.868476,0.20519 0.291083,0 0.558306,-0.09544 0.271995,-0.09067 0.424694,-0.200418 0.157471,-0.114524 0.25768,-0.214733 l 0.08589,-0.08589 0,0.897107 q 0,0.701462 -0.362661,1.011632 -0.357888,0.31017 -0.925738,0.31017 -0.362661,0 -0.663287,-0.100209 -0.295855,-0.09544 -0.410379,-0.195646 l -0.119296,-0.10498 -0.195646,0 0,0.74918 0.138384,0.119296 q 0.138383,0.119296 0.486728,0.233821 0.353117,0.119296 0.782583,0.119296 0.548763,0 0.973457,-0.147927 0.424694,-0.147928 0.668059,-0.372205 0.243364,-0.224276 0.396063,-0.534446 0.152699,-0.305399 0.205189,-0.582166 0.05249,-0.271995 0.05249,-0.553534 0,-0.167015 -0.01432,-1.207278 -0.01431,-1.040263 -0.01431,-1.336117 l 0.02863,-2.24754 -0.252908,0 -0.529675,0.257679 q -0.01909,0 -0.529675,-0.195645 -0.505816,-0.195646 -0.992545,-0.195646 -0.744408,0 -1.307486,0.610796 -0.558306,0.610797 -0.558306,1.655832 z m 1.102297,0.01909 q 0.01909,-1.407695 1.202505,-1.436326 0.109753,0 0.219505,0.0048 0.114525,0.0048 0.200418,0.01431 0.09067,0.0095 0.167015,0.02386 l 0.128839,0.02386 q 0.04772,0.0095 0.07635,0.01909 l 0.02863,0.0095 q 0.01909,0 0.01909,1.674918 0,0.615569 -0.305399,0.906651 -0.300626,0.291083 -0.739636,0.291083 -0.997316,0 -0.997316,-1.474501 0,-0.02863 0,-0.05726 z"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-family:Mido;-inkscape-font-specification:'Mido Medium';fill:#000000;fill-opacity:1"
id="path4958"
inkscape:connector-curvature="0" />
<path
d="m 86.875576,54.407797 q 0.0095,1.622428 0.863704,2.63406 0.858933,1.011632 2.390696,1.011632 0.539219,0 1.021175,-0.100209 0.486729,-0.09544 0.758724,-0.214733 0.271996,-0.124068 0.429466,-0.224277 l 0.157471,-0.09544 0,-1.269312 q -0.372204,0 -0.372204,0.0095 l -0.08589,0.152699 q -0.08589,0.157471 -0.276767,0.353117 -0.186102,0.195646 -0.577394,0.353117 -0.386519,0.157471 -0.887563,0.157471 -1.025948,0 -1.57471,-0.792127 -0.543991,-0.792127 -0.543991,-2.004176 0,-1.202506 0.563078,-1.93737 0.56785,-0.739637 1.507904,-0.739637 1.164331,0 1.240681,0.997316 l 0,0.143156 0.959141,0 0,-1.417239 -0.224277,-0.133612 q -0.224277,-0.147927 -0.763495,-0.286311 -0.539219,-0.143155 -1.164331,-0.143155 -0.596481,0 -1.178647,0.209961 -0.577393,0.209962 -1.092753,0.625112 -0.510588,0.415151 -0.830301,1.121385 -0.319714,0.701461 -0.319714,1.589025 z"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-family:Mido;-inkscape-font-specification:'Mido Medium';fill:#000000;fill-opacity:1"
id="path4960"
inkscape:connector-curvature="0" />
<path
d="m 93.03126,55.777317 q 0,2.237997 2.19505,2.237997 0.959141,0 1.57471,-0.653743 0.615568,-0.658515 0.615568,-1.851477 0,-0.6442 -0.200418,-1.092753 -0.200417,-0.448554 -0.54399,-0.672831 -0.338801,-0.224277 -0.691918,-0.31017 -0.353117,-0.09067 -0.763496,-0.09067 -0.400835,0 -0.773039,0.138383 -0.367432,0.133612 -0.69669,0.415151 -0.324486,0.276767 -0.520131,0.768268 -0.195646,0.486728 -0.195646,1.11184 z m 1.092753,-0.05249 q 0,-0.849389 0.252908,-1.274083 0.25768,-0.424695 0.830302,-0.424695 0.529675,0 0.830301,0.357889 0.305398,0.357888 0.305398,1.068894 0,1.856248 -1.064122,1.856248 -1.154787,0 -1.154787,-1.584253 z"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-family:Mido;-inkscape-font-specification:'Mido Medium';fill:#000000;fill-opacity:1"
id="path4962"
inkscape:connector-curvature="0" />
<path
d="m 98.056017,57.87693 q 0,-0.02863 1.00686,-0.02863 l 1.274083,0.02863 0,-0.586937 q -0.27199,0 -0.396063,-0.05249 -0.124068,-0.05249 -0.138383,-0.09066 -0.01432,-0.04295 -0.0334,-0.200418 -0.01909,0 -0.01909,-1.221593 l 0.01909,-1.364749 0.243356,-0.08112 q 0.23383,-0.06681 0.60603,-0.06681 0.56785,0 0.80167,0.276767 0.23382,0.271996 0.23382,1.021176 l 0,0.93051 q 0,0.849389 -0.73009,0.849389 l 0,0.586937 1.05458,-0.02863 1.27885,0.02863 -0.01,-0.586937 q -0.272,0 -0.40561,-0.04295 -0.13361,-0.04295 -0.14315,-0.06681 -0.01,-0.02863 -0.0286,-0.143155 l -0.0191,-0.520131 q -0.0191,-0.520132 -0.0191,-0.897108 l -0.01,-1.221593 0.26245,-0.100209 q 0.27199,-0.08589 0.62511,-0.08589 0.32448,0 0.53445,0.104981 0.20996,0.100209 0.30062,0.300626 0.0954,0.200418 0.12407,0.396064 0.0286,0.195645 0.0286,0.486728 l 0,0.940054 q 0,0.486729 -0.16701,0.668059 -0.16702,0.18133 -0.56785,0.18133 l 0,0.586937 q 0,-0.02863 1.23591,-0.02863 l 1.09275,0.02863 0,-0.586937 q -0.39129,0 -0.47241,-0.04295 -0.0764,-0.04295 -0.0764,-0.209961 l 0,-1.837161 q 0,-0.0334 0,-0.07158 0,-0.811214 -0.43424,-1.288399 -0.45333,-0.496272 -1.255,-0.496272 -0.35311,0 -0.75395,0.124068 -0.40083,0.119296 -0.62511,0.248136 l -0.21473,0.114524 -0.11453,-0.114524 q -0.12884,-0.12884 -0.43901,-0.248136 -0.3054,-0.124068 -0.66806,-0.124068 -0.31494,0 -0.66328,0.119296 -0.34358,0.114524 -0.539221,0.229049 l -0.195645,0.119296 -0.214733,-0.429466 -0.362661,0.04772 q -0.36266,0.04772 -1.00686,0.04772 l 0,0.539218 q 0.157471,0 0.243364,0.01432 0.09067,0.01431 0.190874,0.07158 0.104981,0.05249 0.1527,0.186102 0.05249,0.12884 0.05249,0.343573 l 0.01909,1.092753 -0.01909,0.949598 q -0.0095,0.291082 -0.138384,0.453325 -0.12884,0.162243 -0.501044,0.162243 l 0,0.586937 z"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-family:Mido;-inkscape-font-specification:'Mido Medium';fill:#000000;fill-opacity:1"
id="path4964"
inkscape:connector-curvature="0" />
<path
d="m 106.68352,57.87693 q 0,-0.02863 1.00686,-0.02863 l 1.27408,0.02863 0,-0.586937 q -0.272,0 -0.39606,-0.05249 -0.12407,-0.05249 -0.13839,-0.09066 -0.0143,-0.04295 -0.0334,-0.200418 -0.0191,0 -0.0191,-1.221593 l 0.0191,-1.364749 0.24336,-0.08112 q 0.23382,-0.06681 0.60603,-0.06681 0.56785,0 0.80167,0.276767 0.23382,0.271996 0.23382,1.021176 l 0,0.93051 q 0,0.849389 -0.73009,0.849389 l 0,0.586937 1.05457,-0.02863 1.27886,0.02863 -0.01,-0.586937 q -0.272,0 -0.40561,-0.04295 -0.13361,-0.04295 -0.14316,-0.06681 -0.01,-0.02863 -0.0286,-0.143155 l -0.0191,-0.520131 q -0.0191,-0.520132 -0.0191,-0.897108 l -0.01,-1.221593 0.26246,-0.100209 q 0.27199,-0.08589 0.62511,-0.08589 0.32448,0 0.53444,0.104981 0.20997,0.100209 0.30063,0.300626 0.0954,0.200418 0.12407,0.396064 0.0286,0.195645 0.0286,0.486728 l 0,0.940054 q 0,0.486729 -0.16701,0.668059 -0.16702,0.18133 -0.56785,0.18133 l 0,0.586937 q 0,-0.02863 1.2359,-0.02863 l 1.09276,0.02863 0,-0.586937 q -0.39129,0 -0.47242,-0.04295 -0.0763,-0.04295 -0.0763,-0.209961 l 0,-1.837161 q 0,-0.0334 0,-0.07158 0,-0.811214 -0.43423,-1.288399 -0.45333,-0.496272 -1.255,-0.496272 -0.35312,0 -0.75395,0.124068 -0.40084,0.119296 -0.62511,0.248136 l -0.21474,0.114524 -0.11452,-0.114524 q -0.12884,-0.12884 -0.43901,-0.248136 -0.3054,-0.124068 -0.66806,-0.124068 -0.31494,0 -0.66329,0.119296 -0.34357,0.114524 -0.53921,0.229049 l -0.19565,0.119296 -0.21473,-0.429466 -0.36266,0.04772 q -0.36266,0.04772 -1.00686,0.04772 l 0,0.539218 q 0.15747,0 0.24336,0.01432 0.0907,0.01431 0.19087,0.07158 0.10498,0.05249 0.1527,0.186102 0.0525,0.12884 0.0525,0.343573 l 0.0191,1.092753 -0.0191,0.949598 q -0.01,0.291082 -0.13838,0.453325 -0.12884,0.162243 -0.50104,0.162243 l 0,0.586937 z"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-family:Mido;-inkscape-font-specification:'Mido Medium';fill:#000000;fill-opacity:1"
id="path4966"
inkscape:connector-curvature="0" />
<path
d="m 115.2633,54.016505 q 0.19565,0 0.29108,0.01432 0.10021,0.01431 0.1861,0.124068 0.0907,0.104981 0.0907,0.329257 l 0,1.846706 q 0,0.80167 0.51059,1.245452 0.51536,0.43901 1.20727,0.43901 0.36267,0 0.72055,-0.167015 0.35789,-0.167015 0.52491,-0.324485 l 0.17178,-0.167015 0.45333,0.615568 0.37698,-0.04772 q 0.38174,-0.04772 0.80167,-0.04772 l 0,-0.539219 q -0.73487,0 -0.7301,-0.534447 -0.0191,0 -0.0191,-1.517447 l 0.0191,-1.903967 -0.20519,0 q -0.81121,0.09544 -1.4745,0.09544 l 0,0.539218 q 0.25291,0 0.36743,0.01909 0.1193,0.01909 0.20042,0.124068 0.0859,0.100209 0.0859,0.314942 l 0,1.751268 q 0,0.419923 -0.26246,0.677602 -0.25768,0.25768 -0.65851,0.25768 -0.61557,0 -0.80167,-0.329257 -0.1861,-0.33403 -0.1861,-1.192962 l 0.0334,-2.257084 -0.24814,0 q -0.87802,0.09544 -1.45541,0.09544 l 0,0.539218 z"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-family:Mido;-inkscape-font-specification:'Mido Medium';fill:#000000;fill-opacity:1"
id="path4968"
inkscape:connector-curvature="0" />
<path
d="m 121.08018,57.87693 0,-0.586937 q 0.60602,0 0.62511,-0.682374 l 0.0286,-0.920967 -0.0286,-1.192962 q 0,-0.271995 -0.13838,-0.372204 -0.13361,-0.104981 -0.43901,-0.104981 l 0,-0.539218 q 0.44855,0 0.73009,-0.02386 0.28631,-0.02386 0.40084,-0.04772 0.11929,-0.02386 0.18133,-0.02386 l 0.21473,0.372204 q 0.01,0 0.17656,-0.100209 0.17178,-0.104981 0.48195,-0.205189 0.31495,-0.104981 0.67761,-0.104981 0.69192,0 1.23591,0.472413 0.54399,0.472413 0.54399,1.393379 l 0,1.736953 q 0,0.157471 0.0191,0.219505 0.0191,0.05726 0.13839,0.100209 0.12407,0.04295 0.39129,0.04295 l 0,0.56785 q 0,-0.02863 -1.22159,-0.02863 l -1.18342,0.02863 0,-0.586937 q 0.82076,0 0.82076,-0.925738 l 0,-0.811215 q 0,-0.773039 -0.26246,-1.05935 -0.25768,-0.291083 -0.83507,-0.291083 -0.3722,0 -0.62511,0.03818 l -0.25291,0.04772 q -0.0191,0 -0.0191,1.312258 l 0.01,1.307486 q 0,0.157471 0.0191,0.224277 0.0191,0.06203 0.1527,0.109752 0.13362,0.04772 0.41515,0.04772 l 0,0.586937 q 0,-0.02863 -1.1357,-0.02863 l -1.12138,0.02863 z"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-family:Mido;-inkscape-font-specification:'Mido Medium';fill:#000000;fill-opacity:1"
id="path4970"
inkscape:connector-curvature="0" />
<path
d="m 126.89706,57.87693 0.61557,-0.01909 q 0.61557,-0.01909 0.82076,-0.01909 l 1.37906,0.03818 0,-0.586937 q -0.62511,0 -0.77304,-0.07635 -0.14315,-0.08112 -0.14315,-0.324485 l -0.01,-2.395468 -0.01,-1.11184 -0.29585,0 -0.41993,0.04772 q -0.41992,0.04772 -1.11184,0.04772 l 0,0.539218 q 0.15747,0 0.2386,0.0048 0.0811,0.0048 0.20996,0.02386 0.12884,0.01909 0.19087,0.06681 0.062,0.04295 0.11452,0.138384 0.0573,0.09067 0.0573,0.214733 l 0,2.24754 q 0,0.577394 -0.86371,0.577394 l 0,0.586937 z m 0.50105,-6.174771 q 0,0.362661 0.19564,0.543991 0.19565,0.176558 0.51536,0.176558 0.30063,0 0.48673,-0.209961 0.19087,-0.209961 0.19087,-0.529675 0,-0.314942 -0.20996,-0.481957 -0.20996,-0.167014 -0.51536,-0.167014 -0.28154,0 -0.47241,0.162242 -0.19087,0.162243 -0.19087,0.505816 z"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-family:Mido;-inkscape-font-specification:'Mido Medium';fill:#000000;fill-opacity:1"
id="path4972"
inkscape:connector-curvature="0" />
<path
d="m 130.19919,54.164433 0.88756,0 0,2.443186 q 0,0.586937 0.39129,0.997316 0.39129,0.410379 1.00686,0.410379 0.3722,0 0.66806,-0.114525 0.30063,-0.109752 0.41992,-0.219505 l 0.11453,-0.119296 0,-0.553534 -0.17656,0 -0.16702,0.07635 q -0.17655,0.07635 -0.35789,0.07635 -0.49627,0 -0.65374,-0.25768 -0.15747,-0.257679 -0.15747,-0.983 l 0,-1.75604 1.42678,0 0,-0.687146 -1.41724,0 0.01,-1.231137 -0.8303,0 q 0,0.80167 -0.24337,1.068894 -0.23859,0.262451 -0.92096,0.262451 l 0,0.586938 z"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-family:Mido;-inkscape-font-specification:'Mido Medium';fill:#000000;fill-opacity:1"
id="path4974"
inkscape:connector-curvature="0" />
<path
d="m 133.97372,54.064224 q 0.21473,0 0.3054,0.04772 0.0954,0.04295 0.21473,0.229049 l 0.93051,1.698778 q 0.93051,1.689234 0.93528,1.818074 -0.0954,0.381748 -0.16224,0.586937 -0.062,0.20519 -0.20996,0.539219 -0.14316,0.338801 -0.36743,0.505816 -0.21951,0.167014 -0.51059,0.176558 -0.21474,0 -0.38175,-0.05249 -0.16702,-0.04772 -0.22428,-0.09544 l -0.0477,-0.05726 -0.17655,0 0,0.691918 0.0859,0.07158 q 0.0954,0.07635 0.32448,0.152699 0.23383,0.08112 0.50582,0.08112 1.15479,0 1.5938,-1.116613 l 0.57739,-1.445869 0.66329,-1.631972 q 0.66329,-1.631972 0.82076,-1.913511 0.0954,-0.186102 0.20041,-0.233821 0.10498,-0.05249 0.29109,-0.05249 l 0,-0.586937 q 0,0.02863 -0.99732,0.0334 l -1.0164,-0.0334 0,0.586937 q 0.26245,0 0.38174,0.07635 0.12407,0.07158 0.12407,0.25768 0,0.262452 -0.41515,1.297943 -0.41515,1.035491 -0.45332,1.035491 -0.0382,0 -0.59648,-1.045035 -0.55354,-1.045035 -0.55354,-1.278855 0,-0.343573 0.41992,-0.343573 l 0,-0.586937 q 0,0.02863 -1.1357,0.0334 l -1.12615,-0.0334 0,0.586937 z"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-family:Mido;-inkscape-font-specification:'Mido Medium';fill:#000000;fill-opacity:1"
id="path4976"
inkscape:connector-curvature="0" />
<path
d="m 142.5201,56.077944 q 0,0.959141 0.75395,1.469729 0.75872,0.505816 2.02326,0.505816 1.15479,0 1.83239,-0.51536 0.6776,-0.520131 0.6776,-1.402923 l 0,-1.092753 q 0,-0.252908 0.062,-0.305399 0.062,-0.05726 0.39606,-0.05726 l 0.52968,0 0,-0.634656 q 0,0.02863 -1.56517,0.02863 l -1.44587,-0.02863 0,0.634656 0.47718,0 q 0.15748,0 0.24337,0.02863 0.0907,0.02386 0.12407,0.08112 0.0334,0.05726 0.0382,0.08589 0.005,0.02863 0.005,0.109753 l 0,1.355204 q 0,0.467641 -0.35311,0.787355 -0.34835,0.319714 -0.95437,0.319714 -0.71578,0 -1.16911,-0.405607 -0.45332,-0.405607 -0.45332,-1.040263 0,-0.577394 0.30063,-0.949598 0.30539,-0.372204 0.85416,-0.372204 l 0,-0.634656 q -0.46764,0 -0.7969,-0.305398 -0.32926,-0.31017 -0.32926,-0.815986 0,-0.510587 0.34357,-0.806442 0.34835,-0.300626 0.80167,-0.300626 1.03549,0 1.03549,0.901879 l 0,0.162243 0.87802,0 0,-1.221593 -0.20518,-0.124068 q -0.19565,-0.12884 -0.67284,-0.252908 -0.47241,-0.12884 -1.02594,-0.12884 -0.92097,0 -1.58903,0.453325 -0.66806,0.453326 -0.66806,1.39338 0,0.300626 0.10498,0.558306 0.10976,0.252908 0.25768,0.396063 0.1527,0.138384 0.31017,0.238593 0.15747,0.09544 0.26246,0.12884 l 0.10975,0.03817 0,0.05726 -0.1861,0.07635 q -0.18611,0.07635 -0.41038,0.238593 -0.22428,0.162242 -0.41038,0.524903 -0.1861,0.36266 -0.1861,0.820758 z"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-family:Mido;-inkscape-font-specification:'Mido Medium';fill:#000000;fill-opacity:1"
id="path4978"
inkscape:connector-curvature="0" />
<path
d="m 151.74407,51.621038 q 0.16702,0 0.27677,0.03818 0.11452,0.0334 0.17656,0.12884 0.0668,0.09067 0.0811,0.119296 0.0143,0.02863 0.062,0.152699 l 2.28095,5.816882 q 0,-0.01909 0.60602,-0.01909 l 0.59171,0.01909 1.34089,-2.6102 1.08321,2.6102 q 0,-0.01909 0.65851,-0.01909 l 0.57263,0.01909 1.99463,-5.745304 q 0.1861,-0.505816 0.60602,-0.510588 l 0,-0.586937 q 0,0.01909 -1.19296,0.01909 l -1.33612,-0.01909 0,0.0095 0,0.0095 0,0.01432 0,0.0095 0,0.0095 0,0.0095 0,0.0095 0,0.0095 0,0.0095 0,0.01909 0,0.0095 0,0.0095 0,0.0095 0,0.0095 0,0.0095 0,0.01909 0,0.0095 0,0.0095 0,0.01909 0,0.01431 0,0.0095 0,0.01909 0,0.0095 0,0.01909 0,0.0095 0,0.01909 0,0.0095 0,0.01909 0,0.01909 0,0.0095 0,0.01909 0,0.01909 0,0.02386 0,0.0095 0,0.01909 0,0.01909 0,0.01909 0,0.08589 q 0.47719,0 0.67283,0.124068 0.15748,0.09544 0.15748,0.281539 0,0.04772 -0.01,0.09544 -0.0764,0.448554 -0.60602,2.094841 -0.52968,1.646287 -0.8303,2.400239 l -0.51059,-1.288398 -0.4915,-1.283628 q -0.22905,-0.59648 -0.39129,-1.116612 -0.16225,-0.524903 -0.19088,-0.777811 -0.005,-0.03818 -0.005,-0.07158 0,-0.252908 0.19565,-0.348345 0.2195,-0.109752 0.60125,-0.109752 l 0,-0.586937 q 0,0.01909 -1.56517,0.01909 l -1.27885,-0.01909 0,0.586937 q 0.49627,0 0.68237,0.472413 0.0954,0.243364 0.38175,1.025947 0.28631,0.777811 0.29585,0.906651 0,0.20519 -0.5249,1.307486 -0.5249,1.097525 -0.65851,1.283627 -0.35312,-0.744408 -0.97346,-2.319118 -0.62034,-1.579481 -0.69669,-2.032807 -0.0239,-0.114524 -0.0239,-0.209961 0,-0.18133 0.0859,-0.281539 0.13361,-0.152699 0.45333,-0.152699 l 0,-0.586937 q 0,0.01909 -1.29794,0.01909 -0.24337,0 -0.75873,-0.01432 -0.31017,-0.0095 -0.42946,-0.0048 -0.0811,0 -0.0859,0 l 0,0.586937 z"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-family:Mido;-inkscape-font-specification:'Mido Medium';fill:#000000;fill-opacity:1"
id="path4980"
inkscape:connector-curvature="0" />
<path
d="m 162.47119,55.777317 q 0,2.237997 2.19505,2.237997 0.95914,0 1.57471,-0.653743 0.61557,-0.658515 0.61557,-1.851477 0,-0.6442 -0.20042,-1.092753 -0.20042,-0.448554 -0.54399,-0.672831 -0.3388,-0.224277 -0.69192,-0.31017 -0.35311,-0.09067 -0.76349,-0.09067 -0.40084,0 -0.77304,0.138383 -0.36744,0.133612 -0.69669,0.415151 -0.32449,0.276767 -0.52013,0.768268 -0.19565,0.486728 -0.19565,1.11184 z m 1.09275,-0.05249 q 0,-0.849389 0.25291,-1.274083 0.25768,-0.424695 0.8303,-0.424695 0.52968,0 0.8303,0.357889 0.3054,0.357888 0.3054,1.068894 0,1.856248 -1.06412,1.856248 -1.15479,0 -1.15479,-1.584253 z"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-family:Mido;-inkscape-font-specification:'Mido Medium';fill:#000000;fill-opacity:1"
id="path4982"
inkscape:connector-curvature="0" />
<path
d="m 167.49595,57.87693 1.39815,-0.02863 1.23114,0.02863 0,-0.586937 q -0.40084,0 -0.56308,-0.05249 -0.15747,-0.05249 -0.1861,-0.133612 -0.0286,-0.08589 -0.0429,-0.338801 l 0,-2.405012 0.1861,-0.100208 q 0.1861,-0.08589 0.40084,-0.08589 0.47718,0 0.48195,0.400836 l 0,0.186102 0.86848,0 0,-1.221593 -0.29108,-0.100209 q -0.29109,-0.09544 -0.68715,-0.09544 -0.28154,0 -0.57739,0.119296 -0.29109,0.114524 -0.46764,0.238592 -0.17656,0.119297 -0.18611,0.119297 l -0.27199,-0.43901 -0.41038,0.04772 q -0.41038,0.04772 -0.88279,0.04772 l 0,0.539218 q 0.27199,0 0.4056,0.01909 0.13362,0.01909 0.23382,0.12884 0.10499,0.10498 0.10499,0.319713 0.0191,0 0.0191,1.240681 l -0.0191,0.820758 q 0.0191,0.744408 -0.74441,0.744408 l 0,0.586937 z"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-family:Mido;-inkscape-font-specification:'Mido Medium';fill:#000000;fill-opacity:1"
id="path4984"
inkscape:connector-curvature="0" />
<path
d="m 171.71425,57.87693 q 0,-0.02863 1.16434,-0.02863 l 1.1357,0.02863 0,-0.586937 q -0.32449,0 -0.41516,-0.06203 -0.0859,-0.06681 -0.0859,-0.238592 l 0,-0.77304 0.80167,-0.577393 0.73487,1.221593 q 0.0573,0.119296 0.0573,0.200417 0,0.229049 -0.40084,0.229049 l 0,0.586937 q 0,-0.02863 1.26931,-0.02863 l 1.1357,0.02863 0,-0.586937 q -0.39129,-0.0095 -0.61556,-0.252908 -0.50582,-0.56785 -1.34089,-1.985089 0.26245,-0.224276 0.50104,-0.458097 0.24337,-0.233821 0.54876,-0.405607 0.31017,-0.171787 0.58217,-0.171787 l 0.1861,0 0,-0.539218 q 0,0.02863 -0.95437,0.0334 l -1.53653,-0.0334 0,0.539218 0.23382,0 q 0.31494,0 0.31494,0.167015 0,0.157471 -0.71578,0.725321 -0.711,0.563078 -0.80167,0.563078 -0.0286,0 -0.0286,-1.307486 l 0.0286,-3.764988 -0.23382,0 -0.49627,0.05249 q -0.49627,0.04772 -1.0164,0.04772 l 0,0.534447 q 0.17655,0 0.26722,0.0095 0.0907,0.0095 0.20996,0.06203 0.1193,0.04772 0.16701,0.157471 0.0477,0.104981 0.0477,0.291083 0,0.02863 0.0143,1.064122 0.0143,1.035491 0.0143,1.546079 0,0.291082 -0.005,0.74918 -0.005,0.453325 -0.01,0.825529 -0.005,0.367433 -0.0143,0.653744 l 0,0.281539 q 0,0.343573 -0.17656,0.481956 -0.17655,0.133612 -0.56785,0.133612 l 0,0.586937 z"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-family:Mido;-inkscape-font-specification:'Mido Medium';fill:#000000;fill-opacity:1"
id="path4986"
inkscape:connector-curvature="0" />
<path
d="m 177.69339,54.651161 q 0,0.419923 0.2529,0.706234 0.25291,0.281539 0.6108,0.419922 0.35789,0.133612 0.711,0.248136 0.35789,0.109753 0.6108,0.286311 0.25768,0.176559 0.25768,0.43901 0,0.252908 -0.22905,0.410379 -0.22905,0.157471 -0.5249,0.157471 -0.41992,0 -0.66806,-0.219505 -0.24814,-0.219505 -0.24814,-0.658515 l -0.75395,0 0,1.025947 0.20519,0.138384 q 0.20519,0.138383 0.6108,0.271995 0.40561,0.138384 0.80644,0.138384 0.88756,0 1.34566,-0.38652 0.46287,-0.38652 0.46287,-1.011632 0,-0.314942 -0.12884,-0.548762 -0.12407,-0.233821 -0.36266,-0.38652 -0.23382,-0.152699 -0.4581,-0.238592 -0.22427,-0.08589 -0.54399,-0.190874 -0.31494,-0.109753 -0.47241,-0.18133 -0.48673,-0.214733 -0.48673,-0.558306 0,-0.243365 0.20996,-0.391292 0.20996,-0.152699 0.51059,-0.152699 0.38175,0 0.54876,0.162243 0.16702,0.157471 0.16702,0.520131 l 0.72055,0 0,-0.897107 -0.1527,-0.100209 q -0.15747,-0.109753 -0.53922,-0.209961 -0.38175,-0.100209 -0.83985,-0.100209 -0.67283,0 -1.15001,0.357888 -0.47241,0.353117 -0.47241,0.949598 z"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-family:Mido;-inkscape-font-specification:'Mido Medium';fill:#000000;fill-opacity:1"
id="path4988"
inkscape:connector-curvature="0" />
<path
d="m 181.83057,57.87693 1.26454,-0.02863 1.01641,0.02863 0,-0.586937 q -0.3913,0 -0.48196,-0.07635 -0.0859,-0.08112 -0.0859,-0.28631 l -0.0191,-2.481361 0.36266,-0.08589 q 0.36266,-0.07635 0.69192,-0.08112 0.53922,0 0.68714,0.291083 0.1527,0.286311 0.1527,0.983 l 0,1.064122 q 0,0.381748 -0.16701,0.529676 -0.16702,0.143155 -0.52491,0.143155 l 0,0.586937 1.2216,-0.02863 1.13092,0.02863 0,-0.586937 q -0.36266,0 -0.46286,-0.05726 -0.0954,-0.05726 -0.0954,-0.224277 l 0,-1.80853 q 0,-1.818074 -1.52222,-1.818074 -0.3722,0 -0.74441,0.124068 -0.36743,0.119296 -0.54399,0.248136 l -0.1861,0.114524 0.0191,-3.469133 -0.22428,0 -0.46287,0.05249 q -0.4581,0.04772 -1.02595,0.04772 l 0,0.534447 q 0.21474,0 0.32449,0.01909 0.10975,0.01432 0.21473,0.100209 0.10975,0.08589 0.10975,0.271995 0.0286,0 0.0286,2.739041 0,0.606024 -0.0143,1.474501 -0.0143,0.868476 -0.0143,0.968685 0,0.391291 -0.14315,0.539219 -0.14316,0.143155 -0.50582,0.143155 l 0,0.586937 z"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-family:Mido;-inkscape-font-specification:'Mido Medium';fill:#000000;fill-opacity:1"
id="path4990"
inkscape:connector-curvature="0" />
<path
d="m 187.72381,55.777317 q 0,2.237997 2.19505,2.237997 0.95914,0 1.57471,-0.653743 0.61556,-0.658515 0.61556,-1.851477 0,-0.6442 -0.20041,-1.092753 -0.20042,-0.448554 -0.54399,-0.672831 -0.3388,-0.224277 -0.69192,-0.31017 -0.35312,-0.09067 -0.7635,-0.09067 -0.40083,0 -0.77304,0.138383 -0.36743,0.133612 -0.69669,0.415151 -0.32448,0.276767 -0.52013,0.768268 -0.19564,0.486728 -0.19564,1.11184 z m 1.09275,-0.05249 q 0,-0.849389 0.25291,-1.274083 0.25768,-0.424695 0.8303,-0.424695 0.52967,0 0.8303,0.357889 0.3054,0.357888 0.3054,1.068894 0,1.856248 -1.06412,1.856248 -1.15479,0 -1.15479,-1.584253 z"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-family:Mido;-inkscape-font-specification:'Mido Medium';fill:#000000;fill-opacity:1"
id="path4992"
inkscape:connector-curvature="0" />
<path
d="m 192.70084,59.733179 0,0.586937 q 0,-0.03817 1.37906,-0.03817 l 1.32658,0.03817 0,-0.586937 q -0.3913,0 -0.5774,-0.07158 -0.18133,-0.06681 -0.21473,-0.143155 -0.0286,-0.07635 -0.0286,-0.271995 l 0,-0.0095 0,-0.0095 0,-0.0095 0,-0.0095 0,-0.01432 0,-0.0095 0,-0.0095 0,-0.0095 0,-0.0095 0,-0.0095 0,-0.0095 0,-0.0095 0,-0.0095 0,-0.0095 0,-0.0095 0,-0.0095 0,-0.0095 0,-0.0095 0,-0.0095 0,-0.0095 0,-0.0095 0,-0.0095 0,-0.0095 0,-0.0095 0,-0.0095 0,-0.01432 0,-0.0095 0,-0.0095 0,-0.0095 0,-0.0095 0,-0.0095 0,-0.0095 0,-0.0095 0,-0.0095 0,-0.0095 0,-0.0095 0,-0.0095 0,-0.0095 0,-0.0095 0,-0.01909 0,-0.0095 0,-0.0095 0,-0.0095 0,-0.0095 0,-0.0095 0,-0.01432 0,-0.01909 0,-0.0095 0,-0.0095 0,-0.0095 0,-0.01909 0,-0.0095 0,-0.0095 0,-0.0095 0,-0.01909 0,-0.0095 0,-0.0095 0,-0.01909 0,-0.0095 0,-0.0095 0,-0.01909 0,-0.01431 0,-0.0095 0,-0.01909 0,-0.0095 0,-0.0095 0,-0.01909 0,-0.0095 0,-0.01909 0,-0.0095 0,-0.0095 0,-0.01909 0,-0.0095 0,-0.01909 0,-0.0095 0,-0.02386 0,-0.0095 0,-0.01909 0,-0.0095 0,-0.01909 0,-0.0095 0,-0.01909 0,-0.0095 0,-0.01909 0,-0.0095 0,-0.01909 0,-0.0095 0,-0.01909 0,-0.0095 0,-0.02386 0,-0.01909 0,-0.0095 0,-0.01909 0,-0.0095 0,-0.01909 0,-0.01909 0,-0.0095 0,-0.01909 0,-0.01909 0,-0.0095 0,-0.01909 0,-0.01909 0,-0.01432 0,-0.01909 0,-0.01909 0,-0.0095 0,-0.01909 0,-0.01909 0,-0.0095 0,-0.01909 0,-0.01909 0,-0.01909 0,-0.0095 0,-0.01909 0,-0.02386 0,-0.01909 0,-0.01909 0,-0.0095 0,-0.01909 0,-0.01909 0,-0.01909 0,-0.01909 0,-0.0095 0,-0.01909 0,-0.01909 0,-0.01909 0,-0.02386 0,-0.01909 0,-0.0095 0,-0.01909 0,-0.08589 q 0,0.01909 0.14315,0.157471 0.14316,0.133612 0.4581,0.286311 0.31971,0.152699 0.68237,0.152699 0.83031,0 1.33135,-0.625112 0.50582,-0.625112 0.50582,-1.770356 0,-1.025947 -0.54399,-1.651059 -0.544,-0.625112 -1.29318,-0.625112 -0.49627,0 -1.02594,0.195646 l -0.52013,0.195645 -0.28154,-0.353116 -0.37221,0.04772 q -0.3722,0.04772 -0.8971,0.04772 l 0,0.539218 q 0.19564,0 0.29108,0.01432 0.0954,0.01431 0.22428,0.06681 0.12884,0.04772 0.18133,0.18133 0.0525,0.12884 0.0525,0.343573 0.0286,0 0.0286,1.593797 0,0.596481 -0.0143,1.579482 -0.0143,0.978229 -0.0143,1.1357 0,0.419922 -0.19088,0.610796 -0.19087,0.190874 -0.62988,0.190874 z m 1.86579,-3.812706 0.0191,-1.641516 0.31494,-0.03817 q 0.32449,-0.02863 0.53922,-0.02863 1.17387,0 1.1691,1.407695 0,1.555623 -0.96391,1.555623 -0.46764,0 -0.77304,-0.338802 -0.3054,-0.338801 -0.3054,-0.916194 z"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-family:Mido;-inkscape-font-specification:'Mido Medium';fill:#000000;fill-opacity:1"
id="path4994"
inkscape:connector-curvature="0" />
</g>
<g
style="font-style:normal;font-weight:normal;font-size:9.77274418px;line-height:100%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none"
id="online-writing-workshop"
transform="matrix(2.2727273,0,0,2.2727273,-13.636401,-1.5e-6)">
<path
d="m 47.135732,51.07731 q 0.167014,0 0.276767,0.03818 0.114524,0.0334 0.176558,0.12884 0.06681,0.09066 0.08112,0.119296 0.01432,0.02863 0.06203,0.152699 l 2.280943,5.816882 q 0,-0.01909 0.606024,-0.01909 l 0.59171,0.01909 1.340889,-2.6102 1.083209,2.6102 q 0,-0.01909 0.658515,-0.01909 l 0.572622,0.01909 1.994632,-5.745304 q 0.186102,-0.505816 0.606025,-0.510588 l 0,-0.586937 q 0,0.01909 -1.192962,0.01909 l -1.336117,-0.01909 0,0.0095 0,0.0095 0,0.01432 0,0.0095 0,0.0095 0,0.0095 0,0.0095 0,0.0095 0,0.0095 0,0.01909 0,0.0095 0,0.0095 0,0.0095 0,0.0095 0,0.0095 0,0.01909 0,0.0095 0,0.0095 0,0.01909 0,0.01431 0,0.0095 0,0.01909 0,0.0095 0,0.01909 0,0.0095 0,0.01909 0,0.0095 0,0.01909 0,0.01909 0,0.0095 0,0.01909 0,0.01909 0,0.02386 0,0.0095 0,0.01909 0,0.01909 0,0.01909 0,0.08589 q 0.477184,0 0.67283,0.124068 0.157471,0.09544 0.157471,0.281539 0,0.04772 -0.0095,0.09544 -0.07635,0.448554 -0.606024,2.094841 -0.529675,1.646288 -0.830302,2.40024 L 53.811585,54.784157 53.320084,53.50053 q -0.229048,-0.596481 -0.391291,-1.116613 -0.162243,-0.524903 -0.190874,-0.777811 -0.0048,-0.03818 -0.0048,-0.07158 0,-0.252908 0.195646,-0.348345 0.219505,-0.109752 0.601253,-0.109752 l 0,-0.586937 q 0,0.01909 -1.565166,0.01909 l -1.278856,-0.01909 0,0.586937 q 0.496272,0 0.682375,0.472413 0.09544,0.243364 0.381747,1.025947 0.286311,0.777811 0.295855,0.906651 0,0.20519 -0.524903,1.307487 -0.524904,1.097524 -0.658515,1.283627 -0.353117,-0.744409 -0.973457,-2.319118 -0.62034,-1.579482 -0.69669,-2.032808 -0.02386,-0.114524 -0.02386,-0.209961 0,-0.18133 0.08589,-0.281539 0.133612,-0.152699 0.453326,-0.152699 l 0,-0.586937 q 0,0.01909 -1.297943,0.01909 -0.243364,0 -0.758724,-0.01431 -0.31017,-0.0095 -0.429466,-0.0048 -0.08112,0 -0.08589,0 l 0,0.586937 z"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-family:Mido;-inkscape-font-specification:'Mido Medium';fill:#ffffff;fill-opacity:1"
id="path4895"
inkscape:connector-curvature="0" />
<path
d="m 57.810355,57.333202 1.398151,-0.02863 1.231137,0.02863 0,-0.586937 q -0.400836,0 -0.563078,-0.05249 -0.157471,-0.05249 -0.186102,-0.133612 -0.02863,-0.08589 -0.04295,-0.338801 l 0,-2.405011 0.186102,-0.100209 q 0.186102,-0.08589 0.400835,-0.08589 0.477185,0 0.481957,0.400835 l 0,0.186102 0.868476,0 0,-1.221593 -0.291083,-0.100209 q -0.291082,-0.09544 -0.687146,-0.09544 -0.281539,0 -0.577393,0.119296 -0.291083,0.114525 -0.467641,0.238593 -0.176559,0.119296 -0.186102,0.119296 l -0.271996,-0.43901 -0.410379,0.04772 q -0.410379,0.04772 -0.882791,0.04772 l 0,0.539219 q 0.271995,0 0.405607,0.01909 0.133611,0.01909 0.23382,0.12884 0.104981,0.10498 0.104981,0.319714 0.01909,0 0.01909,1.24068 l -0.01909,0.820758 q 0.01909,0.744408 -0.744408,0.744408 l 0,0.586937 z"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-family:Mido;-inkscape-font-specification:'Mido Medium';fill:#ffffff;fill-opacity:1"
id="path4897"
inkscape:connector-curvature="0" />
<path
d="m 62.028668,57.333202 0.615568,-0.01909 q 0.615568,-0.01909 0.820758,-0.01909 l 1.379064,0.03817 0,-0.586937 q -0.625112,0 -0.773039,-0.07635 -0.143156,-0.08112 -0.143156,-0.324486 l -0.0095,-2.395468 -0.0095,-1.11184 -0.295855,0 -0.419922,0.04772 q -0.419923,0.04772 -1.111841,0.04772 l 0,0.539219 q 0.157471,0 0.238592,0.0048 0.08112,0.0048 0.209962,0.02386 0.12884,0.01909 0.190874,0.0668 0.06203,0.04295 0.114524,0.138384 0.05726,0.09067 0.05726,0.214733 l 0,2.247541 q 0,0.577393 -0.863704,0.577393 l 0,0.586937 z m 0.501044,-6.174771 q 0,0.362661 0.195646,0.543991 0.195645,0.176558 0.515359,0.176558 0.300627,0 0.486729,-0.209961 0.190873,-0.209961 0.190873,-0.529675 0,-0.314942 -0.209961,-0.481957 -0.209961,-0.167014 -0.515359,-0.167014 -0.281539,0 -0.472413,0.162243 -0.190874,0.162242 -0.190874,0.505815 z"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-family:Mido;-inkscape-font-specification:'Mido Medium';fill:#ffffff;fill-opacity:1"
id="path4899"
inkscape:connector-curvature="0" />
<path
d="m 65.330787,53.620705 0.887564,0 0,2.443186 q 0,0.586937 0.391291,0.997316 0.391292,0.410379 1.00686,0.410379 0.372204,0 0.668059,-0.114524 0.300626,-0.109753 0.419922,-0.219505 l 0.114525,-0.119297 0,-0.553534 -0.176559,0 -0.167014,0.07635 q -0.176559,0.07635 -0.357889,0.07635 -0.496272,0 -0.653743,-0.25768 -0.157471,-0.257679 -0.157471,-0.983 l 0,-1.75604 1.426783,0 0,-0.687146 -1.417239,0 0.0095,-1.231137 -0.830301,0 q 0,0.80167 -0.243364,1.068894 -0.238593,0.262452 -0.920967,0.262452 l 0,0.586937 z"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-family:Mido;-inkscape-font-specification:'Mido Medium';fill:#ffffff;fill-opacity:1"
id="path4901"
inkscape:connector-curvature="0" />
<path
d="m 69.300963,57.333202 0.615568,-0.01909 q 0.615568,-0.01909 0.820758,-0.01909 l 1.379064,0.03817 0,-0.586937 q -0.625112,0 -0.773039,-0.07635 -0.143156,-0.08112 -0.143156,-0.324486 l -0.0095,-2.395468 -0.0095,-1.11184 -0.295855,0 -0.419922,0.04772 q -0.419923,0.04772 -1.111841,0.04772 l 0,0.539219 q 0.157471,0 0.238592,0.0048 0.08112,0.0048 0.209962,0.02386 0.12884,0.01909 0.190874,0.0668 0.06203,0.04295 0.114524,0.138384 0.05726,0.09067 0.05726,0.214733 l 0,2.247541 q 0,0.577393 -0.863704,0.577393 l 0,0.586937 z m 0.501044,-6.174771 q 0,0.362661 0.195646,0.543991 0.195645,0.176558 0.515359,0.176558 0.300627,0 0.486729,-0.209961 0.190873,-0.209961 0.190873,-0.529675 0,-0.314942 -0.209961,-0.481957 -0.209961,-0.167014 -0.515359,-0.167014 -0.281539,0 -0.472413,0.162243 -0.190874,0.162242 -0.190874,0.505815 z"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-family:Mido;-inkscape-font-specification:'Mido Medium';fill:#ffffff;fill-opacity:1"
id="path4903"
inkscape:connector-curvature="0" />
<path
d="m 72.798728,57.333202 0,-0.586937 q 0.606025,0 0.625112,-0.682374 l 0.02863,-0.920967 -0.02863,-1.192962 q 0,-0.271995 -0.138384,-0.372204 -0.133611,-0.10498 -0.43901,-0.10498 l 0,-0.539219 q 0.448554,0 0.730093,-0.02386 0.286311,-0.02386 0.400835,-0.04772 0.119296,-0.02386 0.18133,-0.02386 l 0.214734,0.372204 q 0.0095,0 0.176558,-0.100209 0.171787,-0.104981 0.481957,-0.205189 0.314942,-0.104981 0.677602,-0.104981 0.691918,0 1.235909,0.472413 0.54399,0.472413 0.54399,1.393379 l 0,1.736953 q 0,0.157471 0.01909,0.219505 0.01909,0.05726 0.138383,0.100209 0.124068,0.04295 0.391292,0.04295 l 0,0.56785 q 0,-0.02863 -1.221593,-0.02863 l -1.183419,0.02863 0,-0.586937 q 0.820758,0 0.820758,-0.925738 l 0,-0.811214 q 0,-0.77304 -0.262451,-1.059351 -0.25768,-0.291082 -0.835074,-0.291082 -0.372204,0 -0.625112,0.03817 l -0.252908,0.04772 q -0.01909,0 -0.01909,1.312258 l 0.0095,1.307486 q 0,0.157471 0.01909,0.224277 0.01909,0.06203 0.152699,0.109753 0.133612,0.04772 0.415151,0.04772 l 0,0.586937 q 0,-0.02863 -1.1357,-0.02863 l -1.121384,0.02863 z"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-family:Mido;-inkscape-font-specification:'Mido Medium';fill:#ffffff;fill-opacity:1"
id="path4905"
inkscape:connector-curvature="0" />
<path
d="m 78.668101,55.066575 q 0,0.467641 0.09067,0.87802 0.09544,0.410379 0.295854,0.763495 0.200418,0.353117 0.563078,0.558306 0.367433,0.20519 0.868477,0.20519 0.291082,0 0.558306,-0.09544 0.271995,-0.09067 0.424694,-0.200418 0.157471,-0.114524 0.25768,-0.214733 l 0.08589,-0.08589 0,0.897107 q 0,0.701462 -0.36266,1.011632 -0.357889,0.31017 -0.925738,0.31017 -0.362661,0 -0.663287,-0.100209 -0.295855,-0.09544 -0.410379,-0.195645 l -0.119296,-0.104981 -0.195646,0 0,0.74918 0.138383,0.119296 q 0.138384,0.119296 0.486729,0.233821 0.353117,0.119296 0.782583,0.119296 0.548762,0 0.973457,-0.147927 0.424694,-0.147928 0.668059,-0.372204 0.243364,-0.224277 0.396063,-0.534447 0.152699,-0.305399 0.205189,-0.582166 0.05249,-0.271995 0.05249,-0.553534 0,-0.167015 -0.01432,-1.207278 -0.01432,-1.040262 -0.01432,-1.336117 l 0.02863,-2.24754 -0.252908,0 -0.529675,0.25768 q -0.01909,0 -0.529675,-0.195646 -0.505816,-0.195646 -0.992545,-0.195646 -0.744408,0 -1.307486,0.610797 -0.558306,0.610796 -0.558306,1.655831 z m 1.102297,0.01909 q 0.01909,-1.407695 1.202505,-1.436326 0.109753,0 0.219505,0.0048 0.114525,0.0048 0.200418,0.01431 0.09067,0.0095 0.167015,0.02386 l 0.128839,0.02386 q 0.04772,0.0095 0.07635,0.01909 l 0.02863,0.0095 q 0.01909,0 0.01909,1.674918 0,0.615569 -0.305398,0.906651 -0.300626,0.291083 -0.739636,0.291083 -0.997316,0 -0.997316,-1.474501 0,-0.02863 0,-0.05726 z"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-family:Mido;-inkscape-font-specification:'Mido Medium';fill:#ffffff;fill-opacity:1"
id="path4907"
inkscape:connector-curvature="0" />
<path
d="m 86.331688,53.864069 q 0.0095,1.622428 0.863704,2.63406 0.858933,1.011632 2.390696,1.011632 0.539219,0 1.021175,-0.100209 0.486729,-0.09544 0.758724,-0.214733 0.271995,-0.124068 0.429466,-0.224277 l 0.157471,-0.09544 0,-1.269312 q -0.372204,0 -0.372204,0.0095 l -0.08589,0.152699 q -0.08589,0.157471 -0.276767,0.353117 -0.186102,0.195646 -0.577394,0.353117 -0.386519,0.157471 -0.887563,0.157471 -1.025948,0 -1.57471,-0.792127 -0.543991,-0.792127 -0.543991,-2.004176 0,-1.202506 0.563078,-1.93737 0.56785,-0.739637 1.507904,-0.739637 1.164331,0 1.24068,0.997317 l 0,0.143155 0.959142,0 0,-1.417239 -0.224277,-0.133612 q -0.224277,-0.147927 -0.763496,-0.28631 -0.539218,-0.143156 -1.16433,-0.143156 -0.596481,0 -1.178647,0.209961 -0.577393,0.209962 -1.092753,0.625113 -0.510588,0.41515 -0.830301,1.121384 -0.319714,0.701461 -0.319714,1.589025 z"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-family:Mido;-inkscape-font-specification:'Mido Medium';fill:#ffffff;fill-opacity:1"
id="path4909"
inkscape:connector-curvature="0" />
<path
d="m 92.487372,55.233589 q 0,2.237997 2.19505,2.237997 0.959141,0 1.57471,-0.653743 0.615568,-0.658515 0.615568,-1.851477 0,-0.6442 -0.200418,-1.092753 -0.200417,-0.448554 -0.54399,-0.672831 -0.338801,-0.224277 -0.691918,-0.31017 -0.353117,-0.09066 -0.763496,-0.09066 -0.400835,0 -0.773039,0.138384 -0.367432,0.133611 -0.69669,0.41515 -0.324486,0.276768 -0.520131,0.768268 -0.195646,0.486728 -0.195646,1.11184 z m 1.092753,-0.05249 q 0,-0.849389 0.252908,-1.274083 0.25768,-0.424695 0.830301,-0.424695 0.529676,0 0.830302,0.357889 0.305398,0.357888 0.305398,1.068894 0,1.856248 -1.064122,1.856248 -1.154787,0 -1.154787,-1.584253 z"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-family:Mido;-inkscape-font-specification:'Mido Medium';fill:#ffffff;fill-opacity:1"
id="path4911"
inkscape:connector-curvature="0" />
<path
d="m 97.512129,57.333202 q 0,-0.02863 1.00686,-0.02863 l 1.274083,0.02863 0,-0.586937 q -0.271995,0 -0.396063,-0.05249 -0.124068,-0.05249 -0.138384,-0.09067 -0.01431,-0.04295 -0.0334,-0.200418 -0.01909,0 -0.01909,-1.221593 l 0.01909,-1.364748 0.243364,-0.08112 q 0.23382,-0.06681 0.606021,-0.06681 0.56785,0 0.80167,0.276767 0.23382,0.271996 0.23382,1.021176 l 0,0.93051 q 0,0.849389 -0.73009,0.849389 l 0,0.586937 1.05458,-0.02863 1.27885,0.02863 -0.01,-0.586937 q -0.272,0 -0.40561,-0.04295 -0.13361,-0.04295 -0.14315,-0.06681 -0.01,-0.02863 -0.0286,-0.143156 l -0.0191,-0.520131 q -0.0191,-0.520132 -0.0191,-0.897108 l -0.01,-1.221593 0.26245,-0.100208 q 0.27199,-0.08589 0.62511,-0.08589 0.32449,0 0.53445,0.104981 0.20996,0.100209 0.30062,0.300626 0.0954,0.200418 0.12407,0.396064 0.0286,0.195645 0.0286,0.486728 l 0,0.940054 q 0,0.486729 -0.16701,0.668059 -0.16702,0.18133 -0.56785,0.18133 l 0,0.586937 q 0,-0.02863 1.23591,-0.02863 l 1.09275,0.02863 0,-0.586937 q -0.39129,0 -0.47241,-0.04295 -0.0763,-0.04295 -0.0763,-0.209961 l 0,-1.837161 q 0,-0.0334 0,-0.07158 0,-0.811214 -0.43424,-1.288399 -0.45333,-0.496272 -1.255,-0.496272 -0.35311,0 -0.75395,0.124068 -0.40083,0.119296 -0.62511,0.248136 l -0.21473,0.114524 -0.11453,-0.114524 q -0.12884,-0.12884 -0.43901,-0.248136 -0.3054,-0.124068 -0.66806,-0.124068 -0.31494,0 -0.663281,0.119296 -0.343573,0.114525 -0.539219,0.229049 l -0.195645,0.119296 -0.214734,-0.429466 -0.36266,0.04772 q -0.36266,0.04772 -1.00686,0.04772 l 0,0.539219 q 0.157471,0 0.243364,0.01432 0.09067,0.01432 0.190874,0.07158 0.104981,0.05249 0.152699,0.186102 0.05249,0.12884 0.05249,0.343573 l 0.01909,1.092753 -0.01909,0.949598 q -0.0095,0.291082 -0.138384,0.453325 -0.12884,0.162243 -0.501044,0.162243 l 0,0.586937 z"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-family:Mido;-inkscape-font-specification:'Mido Medium';fill:#ffffff;fill-opacity:1"
id="path4913"
inkscape:connector-curvature="0" />
<path
d="m 106.13963,57.333202 q 0,-0.02863 1.00686,-0.02863 l 1.27408,0.02863 0,-0.586937 q -0.27199,0 -0.39606,-0.05249 -0.12407,-0.05249 -0.13839,-0.09067 -0.0143,-0.04295 -0.0334,-0.200418 -0.0191,0 -0.0191,-1.221593 l 0.0191,-1.364748 0.24337,-0.08112 q 0.23382,-0.06681 0.60602,-0.06681 0.56785,0 0.80167,0.276767 0.23382,0.271996 0.23382,1.021176 l 0,0.93051 q 0,0.849389 -0.73009,0.849389 l 0,0.586937 1.05458,-0.02863 1.27885,0.02863 -0.01,-0.586937 q -0.272,0 -0.40561,-0.04295 -0.13361,-0.04295 -0.14315,-0.06681 -0.01,-0.02863 -0.0286,-0.143156 l -0.0191,-0.520131 q -0.0191,-0.520132 -0.0191,-0.897108 l -0.01,-1.221593 0.26245,-0.100208 q 0.27199,-0.08589 0.62511,-0.08589 0.32449,0 0.53445,0.104981 0.20996,0.100209 0.30062,0.300626 0.0954,0.200418 0.12407,0.396064 0.0286,0.195645 0.0286,0.486728 l 0,0.940054 q 0,0.486729 -0.16701,0.668059 -0.16702,0.18133 -0.56785,0.18133 l 0,0.586937 q 0,-0.02863 1.23591,-0.02863 l 1.09275,0.02863 0,-0.586937 q -0.39129,0 -0.47241,-0.04295 -0.0764,-0.04295 -0.0764,-0.209961 l 0,-1.837161 q 0,-0.0334 0,-0.07158 0,-0.811214 -0.43424,-1.288399 -0.45333,-0.496272 -1.255,-0.496272 -0.35311,0 -0.75395,0.124068 -0.40083,0.119296 -0.62511,0.248136 l -0.21473,0.114524 -0.11453,-0.114524 q -0.12884,-0.12884 -0.43901,-0.248136 -0.3054,-0.124068 -0.66806,-0.124068 -0.31494,0 -0.66328,0.119296 -0.34358,0.114525 -0.53922,0.229049 l -0.19565,0.119296 -0.21473,-0.429466 -0.36266,0.04772 q -0.36266,0.04772 -1.00686,0.04772 l 0,0.539219 q 0.15747,0 0.24336,0.01432 0.0907,0.01432 0.19088,0.07158 0.10498,0.05249 0.1527,0.186102 0.0525,0.12884 0.0525,0.343573 l 0.0191,1.092753 -0.0191,0.949598 q -0.01,0.291082 -0.13839,0.453325 -0.12884,0.162243 -0.50104,0.162243 l 0,0.586937 z"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-family:Mido;-inkscape-font-specification:'Mido Medium';fill:#ffffff;fill-opacity:1"
id="path4915"
inkscape:connector-curvature="0" />
<path
d="m 114.71941,53.472778 q 0.19565,0 0.29108,0.01432 0.10021,0.01432 0.18611,0.124068 0.0907,0.104981 0.0907,0.329258 l 0,1.846705 q 0,0.80167 0.51059,1.245452 0.51536,0.43901 1.20728,0.43901 0.36266,0 0.72055,-0.167015 0.35788,-0.167014 0.5249,-0.324485 l 0.17179,-0.167015 0.45332,0.615568 0.37698,-0.04772 q 0.38174,-0.04772 0.80167,-0.04772 l 0,-0.539218 q -0.73487,0 -0.7301,-0.534447 -0.0191,0 -0.0191,-1.517448 l 0.0191,-1.903967 -0.20518,0 q -0.81122,0.09544 -1.47451,0.09544 l 0,0.539219 q 0.25291,0 0.36744,0.01909 0.11929,0.01909 0.20041,0.124068 0.0859,0.100209 0.0859,0.314942 l 0,1.751268 q 0,0.419923 -0.26245,0.677602 -0.25768,0.25768 -0.65852,0.25768 -0.61557,0 -0.80167,-0.329257 -0.1861,-0.33403 -0.1861,-1.192962 l 0.0334,-2.257084 -0.24813,0 q -0.87802,0.09544 -1.45542,0.09544 l 0,0.539219 z"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-family:Mido;-inkscape-font-specification:'Mido Medium';fill:#ffffff;fill-opacity:1"
id="path4917"
inkscape:connector-curvature="0" />
<path
d="m 120.53629,57.333202 0,-0.586937 q 0.60603,0 0.62511,-0.682374 l 0.0286,-0.920967 -0.0286,-1.192962 q 0,-0.271995 -0.13838,-0.372204 -0.13361,-0.10498 -0.43901,-0.10498 l 0,-0.539219 q 0.44855,0 0.73009,-0.02386 0.28631,-0.02386 0.40084,-0.04772 0.11929,-0.02386 0.18133,-0.02386 l 0.21473,0.372204 q 0.01,0 0.17656,-0.100209 0.17179,-0.104981 0.48196,-0.205189 0.31494,-0.104981 0.6776,-0.104981 0.69192,0 1.23591,0.472413 0.54399,0.472413 0.54399,1.393379 l 0,1.736953 q 0,0.157471 0.0191,0.219505 0.0191,0.05726 0.13838,0.100209 0.12407,0.04295 0.39129,0.04295 l 0,0.56785 q 0,-0.02863 -1.22159,-0.02863 l -1.18342,0.02863 0,-0.586937 q 0.82076,0 0.82076,-0.925738 l 0,-0.811214 q 0,-0.77304 -0.26245,-1.059351 -0.25768,-0.291082 -0.83508,-0.291082 -0.3722,0 -0.62511,0.03817 l -0.25291,0.04772 q -0.0191,0 -0.0191,1.312258 l 0.01,1.307486 q 0,0.157471 0.0191,0.224277 0.0191,0.06203 0.1527,0.109753 0.13361,0.04772 0.41515,0.04772 l 0,0.586937 q 0,-0.02863 -1.1357,-0.02863 l -1.12139,0.02863 z"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-family:Mido;-inkscape-font-specification:'Mido Medium';fill:#ffffff;fill-opacity:1"
id="path4919"
inkscape:connector-curvature="0" />
<path
d="m 126.35317,57.333202 0.61557,-0.01909 q 0.61557,-0.01909 0.82076,-0.01909 l 1.37906,0.03817 0,-0.586937 q -0.62511,0 -0.77303,-0.07635 -0.14316,-0.08112 -0.14316,-0.324486 l -0.01,-2.395468 -0.01,-1.11184 -0.29585,0 -0.41992,0.04772 q -0.41993,0.04772 -1.11185,0.04772 l 0,0.539219 q 0.15748,0 0.2386,0.0048 0.0811,0.0048 0.20996,0.02386 0.12884,0.01909 0.19087,0.0668 0.062,0.04295 0.11453,0.138384 0.0573,0.09067 0.0573,0.214733 l 0,2.247541 q 0,0.577393 -0.86371,0.577393 l 0,0.586937 z m 0.50105,-6.174771 q 0,0.362661 0.19564,0.543991 0.19565,0.176558 0.51536,0.176558 0.30063,0 0.48673,-0.209961 0.19088,-0.209961 0.19088,-0.529675 0,-0.314942 -0.20997,-0.481957 -0.20996,-0.167014 -0.51535,-0.167014 -0.28154,0 -0.47242,0.162243 -0.19087,0.162242 -0.19087,0.505815 z"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-family:Mido;-inkscape-font-specification:'Mido Medium';fill:#ffffff;fill-opacity:1"
id="path4921"
inkscape:connector-curvature="0" />
<path
d="m 129.6553,53.620705 0.88756,0 0,2.443186 q 0,0.586937 0.39129,0.997316 0.39129,0.410379 1.00686,0.410379 0.37221,0 0.66806,-0.114524 0.30063,-0.109753 0.41992,-0.219505 l 0.11453,-0.119297 0,-0.553534 -0.17656,0 -0.16701,0.07635 q -0.17656,0.07635 -0.35789,0.07635 -0.49628,0 -0.65375,-0.25768 -0.15747,-0.257679 -0.15747,-0.983 l 0,-1.75604 1.42679,0 0,-0.687146 -1.41724,0 0.01,-1.231137 -0.8303,0 q 0,0.80167 -0.24337,1.068894 -0.23859,0.262452 -0.92096,0.262452 l 0,0.586937 z"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-family:Mido;-inkscape-font-specification:'Mido Medium';fill:#ffffff;fill-opacity:1"
id="path4923"
inkscape:connector-curvature="0" />
<path
d="m 133.42983,53.520496 q 0.21473,0 0.3054,0.04772 0.0954,0.04295 0.21473,0.229049 l 0.93051,1.698778 q 0.93051,1.689234 0.93528,1.818074 -0.0954,0.381748 -0.16224,0.586937 -0.062,0.20519 -0.20996,0.539219 -0.14316,0.338801 -0.36743,0.505816 -0.21951,0.167015 -0.51059,0.176558 -0.21473,0 -0.38175,-0.05249 -0.16701,-0.04772 -0.22428,-0.09544 l -0.0477,-0.05726 -0.17656,0 0,0.691918 0.0859,0.07158 q 0.0954,0.07635 0.32449,0.1527 0.23382,0.08112 0.50581,0.08112 1.15479,0 1.5938,-1.116612 l 0.57739,-1.44587 0.66329,-1.631972 q 0.66329,-1.631972 0.82076,-1.913511 0.0954,-0.186102 0.20042,-0.233821 0.10498,-0.05249 0.29108,-0.05249 l 0,-0.586937 q 0,0.02863 -0.99732,0.0334 l -1.0164,-0.0334 0,0.586937 q 0.26245,0 0.38175,0.07635 0.12406,0.07158 0.12406,0.257679 0,0.262452 -0.41515,1.297943 -0.41515,1.035491 -0.45332,1.035491 -0.0382,0 -0.59648,-1.045035 -0.55354,-1.045034 -0.55354,-1.278855 0,-0.343573 0.41993,-0.343573 l 0,-0.586937 q 0,0.02863 -1.1357,0.0334 l -1.12616,-0.0334 0,0.586937 z"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-family:Mido;-inkscape-font-specification:'Mido Medium';fill:#ffffff;fill-opacity:1"
id="path4925"
inkscape:connector-curvature="0" />
<path
d="m 141.97621,55.534216 q 0,0.959141 0.75395,1.469729 0.75872,0.505816 2.02326,0.505816 1.15479,0 1.83239,-0.51536 0.67761,-0.520131 0.67761,-1.402923 l 0,-1.092753 q 0,-0.252908 0.062,-0.305398 0.062,-0.05726 0.39606,-0.05726 l 0.52968,0 0,-0.634655 q 0,0.02863 -1.56517,0.02863 l -1.44587,-0.02863 0,0.634655 0.47719,0 q 0.15747,0 0.24336,0.02863 0.0907,0.02386 0.12407,0.08112 0.0334,0.05726 0.0382,0.08589 0.005,0.02863 0.005,0.109753 l 0,1.355204 q 0,0.467641 -0.35312,0.787355 -0.34835,0.319714 -0.95437,0.319714 -0.71578,0 -1.1691,-0.405607 -0.45333,-0.405607 -0.45333,-1.040263 0,-0.577393 0.30063,-0.949598 0.3054,-0.372204 0.85416,-0.372204 l 0,-0.634655 q -0.46764,0 -0.7969,-0.305399 -0.32926,-0.31017 -0.32926,-0.815986 0,-0.510587 0.34358,-0.806442 0.34834,-0.300626 0.80167,-0.300626 1.03549,0 1.03549,0.901879 l 0,0.162243 0.87802,0 0,-1.221593 -0.20519,-0.124068 q -0.19565,-0.12884 -0.67283,-0.252908 -0.47242,-0.12884 -1.02595,-0.12884 -0.92097,0 -1.58903,0.453325 -0.66805,0.453326 -0.66805,1.39338 0,0.300626 0.10498,0.558306 0.10975,0.252908 0.25768,0.396064 0.15269,0.138383 0.31017,0.238592 0.15747,0.09544 0.26245,0.12884 l 0.10975,0.03817 0,0.05726 -0.1861,0.07635 q -0.1861,0.07635 -0.41038,0.238593 -0.22428,0.162243 -0.41038,0.524903 -0.1861,0.36266 -0.1861,0.820758 z"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-family:Mido;-inkscape-font-specification:'Mido Medium';fill:#ffffff;fill-opacity:1"
id="path4927"
inkscape:connector-curvature="0" />
<path
d="m 151.20018,51.07731 q 0.16702,0 0.27677,0.03818 0.11453,0.0334 0.17656,0.12884 0.0668,0.09066 0.0811,0.119296 0.0143,0.02863 0.062,0.152699 l 2.28094,5.816882 q 0,-0.01909 0.60602,-0.01909 l 0.59171,0.01909 1.34089,-2.6102 1.08321,2.6102 q 0,-0.01909 0.65852,-0.01909 l 0.57262,0.01909 1.99463,-5.745304 q 0.1861,-0.505816 0.60603,-0.510588 l 0,-0.586937 q 0,0.01909 -1.19297,0.01909 l -1.33611,-0.01909 0,0.0095 0,0.0095 0,0.01432 0,0.0095 0,0.0095 0,0.0095 0,0.0095 0,0.0095 0,0.0095 0,0.01909 0,0.0095 0,0.0095 0,0.0095 0,0.0095 0,0.0095 0,0.01909 0,0.0095 0,0.0095 0,0.01909 0,0.01431 0,0.0095 0,0.01909 0,0.0095 0,0.01909 0,0.0095 0,0.01909 0,0.0095 0,0.01909 0,0.01909 0,0.0095 0,0.01909 0,0.01909 0,0.02386 0,0.0095 0,0.01909 0,0.01909 0,0.01909 0,0.08589 q 0.47718,0 0.67283,0.124068 0.15747,0.09544 0.15747,0.281539 0,0.04772 -0.01,0.09544 -0.0764,0.448554 -0.60602,2.094841 -0.52968,1.646288 -0.8303,2.40024 l -0.51059,-1.288399 -0.4915,-1.283627 q -0.22905,-0.596481 -0.39129,-1.116613 -0.16224,-0.524903 -0.19088,-0.777811 -0.005,-0.03818 -0.005,-0.07158 0,-0.252908 0.19565,-0.348345 0.2195,-0.109752 0.60125,-0.109752 l 0,-0.586937 q 0,0.01909 -1.56517,0.01909 l -1.27885,-0.01909 0,0.586937 q 0.49627,0 0.68237,0.472413 0.0954,0.243364 0.38175,1.025947 0.28631,0.777811 0.29586,0.906651 0,0.20519 -0.52491,1.307487 -0.5249,1.097524 -0.65851,1.283627 -0.35312,-0.744409 -0.97346,-2.319118 -0.62034,-1.579482 -0.69669,-2.032808 -0.0239,-0.114524 -0.0239,-0.209961 0,-0.18133 0.0859,-0.281539 0.13361,-0.152699 0.45332,-0.152699 l 0,-0.586937 q 0,0.01909 -1.29794,0.01909 -0.24337,0 -0.75873,-0.01431 -0.31017,-0.0095 -0.42946,-0.0048 -0.0811,0 -0.0859,0 l 0,0.586937 z"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-family:Mido;-inkscape-font-specification:'Mido Medium';fill:#ffffff;fill-opacity:1"
id="path4929"
inkscape:connector-curvature="0" />
<path
d="m 161.9273,55.233589 q 0,2.237997 2.19505,2.237997 0.95914,0 1.57471,-0.653743 0.61557,-0.658515 0.61557,-1.851477 0,-0.6442 -0.20042,-1.092753 -0.20042,-0.448554 -0.54399,-0.672831 -0.3388,-0.224277 -0.69192,-0.31017 -0.35311,-0.09066 -0.76349,-0.09066 -0.40084,0 -0.77304,0.138384 -0.36743,0.133611 -0.69669,0.41515 -0.32449,0.276768 -0.52013,0.768268 -0.19565,0.486728 -0.19565,1.11184 z m 1.09275,-0.05249 q 0,-0.849389 0.25291,-1.274083 0.25768,-0.424695 0.8303,-0.424695 0.52968,0 0.83031,0.357889 0.30539,0.357888 0.30539,1.068894 0,1.856248 -1.06412,1.856248 -1.15479,0 -1.15479,-1.584253 z"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-family:Mido;-inkscape-font-specification:'Mido Medium';fill:#ffffff;fill-opacity:1"
id="path4931"
inkscape:connector-curvature="0" />
<path
d="m 166.95206,57.333202 1.39815,-0.02863 1.23114,0.02863 0,-0.586937 q -0.40084,0 -0.56308,-0.05249 -0.15747,-0.05249 -0.1861,-0.133612 -0.0286,-0.08589 -0.0429,-0.338801 l 0,-2.405011 0.1861,-0.100209 q 0.1861,-0.08589 0.40084,-0.08589 0.47718,0 0.48195,0.400835 l 0,0.186102 0.86848,0 0,-1.221593 -0.29108,-0.100209 q -0.29108,-0.09544 -0.68715,-0.09544 -0.28154,0 -0.57739,0.119296 -0.29108,0.114525 -0.46764,0.238593 -0.17656,0.119296 -0.1861,0.119296 l -0.272,-0.43901 -0.41038,0.04772 q -0.41038,0.04772 -0.88279,0.04772 l 0,0.539219 q 0.27199,0 0.40561,0.01909 0.13361,0.01909 0.23382,0.12884 0.10498,0.10498 0.10498,0.319714 0.0191,0 0.0191,1.24068 l -0.0191,0.820758 q 0.0191,0.744408 -0.74441,0.744408 l 0,0.586937 z"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-family:Mido;-inkscape-font-specification:'Mido Medium';fill:#ffffff;fill-opacity:1"
id="path4933"
inkscape:connector-curvature="0" />
<path
d="m 171.17037,57.333202 q 0,-0.02863 1.16433,-0.02863 l 1.1357,0.02863 0,-0.586937 q -0.32449,0 -0.41515,-0.06203 -0.0859,-0.06681 -0.0859,-0.238592 l 0,-0.77304 0.80167,-0.577393 0.73487,1.221593 q 0.0573,0.119296 0.0573,0.200417 0,0.229049 -0.40083,0.229049 l 0,0.586937 q 0,-0.02863 1.26931,-0.02863 l 1.1357,0.02863 0,-0.586937 q -0.3913,-0.0095 -0.61557,-0.252908 -0.50582,-0.56785 -1.34089,-1.985089 0.26245,-0.224276 0.50104,-0.458097 0.24337,-0.23382 0.54877,-0.405607 0.31017,-0.171786 0.58216,-0.171786 l 0.1861,0 0,-0.539219 q 0,0.02863 -0.95437,0.0334 l -1.53653,-0.0334 0,0.539219 0.23382,0 q 0.31494,0 0.31494,0.167014 0,0.157471 -0.71578,0.725321 -0.711,0.563078 -0.80167,0.563078 -0.0286,0 -0.0286,-1.307486 l 0.0286,-3.764988 -0.23382,0 -0.49627,0.05249 q -0.49627,0.04772 -1.0164,0.04772 l 0,0.534447 q 0.17656,0 0.26722,0.0095 0.0907,0.0095 0.20996,0.06203 0.1193,0.04772 0.16702,0.157471 0.0477,0.104981 0.0477,0.291083 0,0.02863 0.0143,1.064122 0.0143,1.035491 0.0143,1.546079 0,0.291083 -0.005,0.74918 -0.005,0.453325 -0.01,0.82553 -0.005,0.367432 -0.0143,0.653743 l 0,0.281539 q 0,0.343573 -0.17655,0.481956 -0.17656,0.133612 -0.56785,0.133612 l 0,0.586937 z"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-family:Mido;-inkscape-font-specification:'Mido Medium';fill:#ffffff;fill-opacity:1"
id="path4935"
inkscape:connector-curvature="0" />
<path
d="m 177.1495,54.107433 q 0,0.419923 0.2529,0.706234 0.25291,0.281539 0.6108,0.419922 0.35789,0.133612 0.71101,0.248136 0.35789,0.109753 0.61079,0.286311 0.25768,0.176559 0.25768,0.43901 0,0.252908 -0.22905,0.410379 -0.22904,0.157471 -0.5249,0.157471 -0.41992,0 -0.66806,-0.219505 -0.24813,-0.219505 -0.24813,-0.658515 l -0.75396,0 0,1.025947 0.20519,0.138384 q 0.20519,0.138384 0.6108,0.271995 0.40561,0.138384 0.80644,0.138384 0.88757,0 1.34566,-0.38652 0.46287,-0.386519 0.46287,-1.011631 0,-0.314942 -0.12884,-0.548763 -0.12407,-0.23382 -0.36266,-0.38652 -0.23382,-0.152699 -0.45809,-0.238592 -0.22428,-0.08589 -0.544,-0.190874 -0.31494,-0.109752 -0.47241,-0.18133 -0.48673,-0.214733 -0.48673,-0.558306 0,-0.243365 0.20996,-0.391292 0.20997,-0.152699 0.51059,-0.152699 0.38175,0 0.54876,0.162243 0.16702,0.157471 0.16702,0.520131 l 0.72055,0 0,-0.897107 -0.1527,-0.100209 q -0.15747,-0.109752 -0.53922,-0.209961 -0.38175,-0.100209 -0.83984,-0.100209 -0.67284,0 -1.15002,0.357889 -0.47241,0.353116 -0.47241,0.949597 z"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-family:Mido;-inkscape-font-specification:'Mido Medium';fill:#ffffff;fill-opacity:1"
id="path4937"
inkscape:connector-curvature="0" />
<path
d="m 181.28668,57.333202 1.26454,-0.02863 1.01641,0.02863 0,-0.586937 q -0.39129,0 -0.48196,-0.07635 -0.0859,-0.08112 -0.0859,-0.286311 l -0.0191,-2.481361 0.36266,-0.08589 q 0.36266,-0.07635 0.69192,-0.08112 0.53922,0 0.68714,0.291083 0.1527,0.286311 0.1527,0.983001 l 0,1.064122 q 0,0.381747 -0.16701,0.529675 -0.16702,0.143155 -0.5249,0.143155 l 0,0.586937 1.22159,-0.02863 1.13093,0.02863 0,-0.586937 q -0.36266,0 -0.46287,-0.05726 -0.0954,-0.05726 -0.0954,-0.224277 l 0,-1.80853 q 0,-1.818074 -1.52222,-1.818074 -0.3722,0 -0.74441,0.124068 -0.36743,0.119296 -0.54399,0.248136 l -0.1861,0.114524 0.0191,-3.469133 -0.22428,0 -0.46287,0.05249 q -0.4581,0.04772 -1.02595,0.04772 l 0,0.534447 q 0.21474,0 0.32449,0.01909 0.10975,0.01432 0.21473,0.100209 0.10976,0.08589 0.10976,0.271995 0.0286,0 0.0286,2.739041 0,0.606024 -0.0143,1.474501 -0.0143,0.868476 -0.0143,0.968685 0,0.391291 -0.14316,0.539219 -0.14316,0.143155 -0.50582,0.143155 l 0,0.586937 z"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-family:Mido;-inkscape-font-specification:'Mido Medium';fill:#ffffff;fill-opacity:1"
id="path4939"
inkscape:connector-curvature="0" />
<path
d="m 187.17992,55.233589 q 0,2.237997 2.19505,2.237997 0.95914,0 1.57471,-0.653743 0.61557,-0.658515 0.61557,-1.851477 0,-0.6442 -0.20042,-1.092753 -0.20042,-0.448554 -0.54399,-0.672831 -0.3388,-0.224277 -0.69192,-0.31017 -0.35312,-0.09066 -0.7635,-0.09066 -0.40083,0 -0.77303,0.138384 -0.36744,0.133611 -0.69669,0.41515 -0.32449,0.276768 -0.52014,0.768268 -0.19564,0.486728 -0.19564,1.11184 z m 1.09275,-0.05249 q 0,-0.849389 0.25291,-1.274083 0.25768,-0.424695 0.8303,-0.424695 0.52968,0 0.8303,0.357889 0.3054,0.357888 0.3054,1.068894 0,1.856248 -1.06412,1.856248 -1.15479,0 -1.15479,-1.584253 z"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-family:Mido;-inkscape-font-specification:'Mido Medium';fill:#ffffff;fill-opacity:1"
id="path4941"
inkscape:connector-curvature="0" />
<path
d="m 192.15695,59.189451 0,0.586937 q 0,-0.03817 1.37906,-0.03817 l 1.32658,0.03817 0,-0.586937 q -0.39129,0 -0.5774,-0.07158 -0.18133,-0.06681 -0.21473,-0.143155 -0.0286,-0.07635 -0.0286,-0.271995 l 0,-0.0095 0,-0.0095 0,-0.0095 0,-0.0095 0,-0.01432 0,-0.0095 0,-0.0095 0,-0.0095 0,-0.0095 0,-0.0095 0,-0.0095 0,-0.0095 0,-0.0095 0,-0.0095 0,-0.0095 0,-0.0095 0,-0.0095 0,-0.0095 0,-0.0095 0,-0.0095 0,-0.0095 0,-0.0095 0,-0.0095 0,-0.0095 0,-0.0095 0,-0.01432 0,-0.0095 0,-0.0095 0,-0.0095 0,-0.0095 0,-0.0095 0,-0.0095 0,-0.0095 0,-0.0095 0,-0.0095 0,-0.0095 0,-0.0095 0,-0.0095 0,-0.0095 0,-0.01909 0,-0.0095 0,-0.0095 0,-0.0095 0,-0.0095 0,-0.0095 0,-0.01432 0,-0.01909 0,-0.0095 0,-0.0095 0,-0.0095 0,-0.01909 0,-0.0095 0,-0.0095 0,-0.0095 0,-0.01909 0,-0.0095 0,-0.0095 0,-0.01909 0,-0.0095 0,-0.0095 0,-0.01909 0,-0.01432 0,-0.0095 0,-0.01909 0,-0.0095 0,-0.0095 0,-0.01909 0,-0.0095 0,-0.01909 0,-0.0095 0,-0.0095 0,-0.01909 0,-0.0095 0,-0.01909 0,-0.0095 0,-0.02386 0,-0.0095 0,-0.01909 0,-0.0095 0,-0.01909 0,-0.0095 0,-0.01909 0,-0.0095 0,-0.01909 0,-0.0095 0,-0.01909 0,-0.0095 0,-0.01909 0,-0.0095 0,-0.02386 0,-0.01909 0,-0.0095 0,-0.01909 0,-0.0095 0,-0.01909 0,-0.01909 0,-0.0095 0,-0.01909 0,-0.01909 0,-0.0095 0,-0.01909 0,-0.01909 0,-0.01432 0,-0.01909 0,-0.01909 0,-0.0095 0,-0.01909 0,-0.01909 0,-0.0095 0,-0.01909 0,-0.01909 0,-0.01909 0,-0.0095 0,-0.01909 0,-0.02386 0,-0.01909 0,-0.01909 0,-0.0095 0,-0.01909 0,-0.01909 0,-0.01909 0,-0.01909 0,-0.0095 0,-0.01909 0,-0.01909 0,-0.01909 0,-0.02386 0,-0.01909 0,-0.0095 0,-0.01909 0,-0.08589 q 0,0.01909 0.14316,0.157471 0.14315,0.133612 0.45809,0.286311 0.31972,0.152699 0.68238,0.152699 0.8303,0 1.33134,-0.625112 0.50582,-0.625112 0.50582,-1.770356 0,-1.025947 -0.54399,-1.651059 -0.54399,-0.625112 -1.29317,-0.625112 -0.49628,0 -1.02595,0.195646 l -0.52013,0.195646 -0.28154,-0.353117 -0.37221,0.04772 q -0.3722,0.04772 -0.8971,0.04772 l 0,0.539219 q 0.19564,0 0.29108,0.01432 0.0954,0.01432 0.22428,0.06681 0.12884,0.04772 0.18133,0.18133 0.0525,0.12884 0.0525,0.343573 0.0286,0 0.0286,1.593797 0,0.596481 -0.0143,1.579482 -0.0143,0.978229 -0.0143,1.1357 0,0.419922 -0.19088,0.610796 -0.19087,0.190874 -0.62988,0.190874 z m 1.86579,-3.812706 0.0191,-1.641516 0.31494,-0.03817 q 0.32449,-0.02863 0.53922,-0.02863 1.17388,0 1.1691,1.407695 0,1.555623 -0.96391,1.555623 -0.46764,0 -0.77304,-0.338801 -0.3054,-0.338802 -0.3054,-0.916195 z"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-family:Mido;-inkscape-font-specification:'Mido Medium';fill:#ffffff;fill-opacity:1"
id="path4943"
inkscape:connector-curvature="0" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 102 KiB