Changeset - 1d0d5e1d102d
[Not reviewed]
0 3 1
Ben Sturmfels (bsturmfels) - 12 months ago 2023-04-24 03:16:39
ben@sturm.com.au
Move remaining Pelican pages into Django
4 files changed with 176 insertions and 11 deletions:
0 comments (0 inline, 0 general)
deploy/nginx.conf
Show inline comments
...
 
@@ -13,7 +13,6 @@ server {
 
    listen 443 ssl http2;
 
    server_name {{ env.domain }};
 
    client_max_body_size 50M;
 
    root /var/www/fossy;
 

	
 
    ssl_certificate /etc/letsencrypt/live/{{ env.domain }}/fullchain.pem;
 
    ssl_certificate_key /etc/letsencrypt/live/{{ env.domain }}/privkey.pem;
...
 
@@ -27,7 +26,7 @@ server {
 
    # Advise browser to only load external content from these sites.
 
    add_header Content-Security-Policy "script-src 'self' 'unsafe-inline' 'unsafe-eval' https://code.jquery.com/jquery-3.5.1.min.js https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js https://js.stripe.com/v3/ https://r.stripe.com/0";
 

	
 
    location @app {
 
    location / {
 
        # Django web application including static files (via WhiteNoise).
 
        uwsgi_pass symposion_django_wsgi;
 
        include uwsgi_params;
...
 
@@ -39,10 +38,6 @@ server {
 
        gzip off;
 
    }
 

	
 
    location / {
 
        try_files $uri $uri/index.html $uri.html @app;
 
    }
 

	
 
    location /media/ {
 
        # User-uploaded files and generated reports.
 
        alias {{ project_dir }}/media/;
pinaxcon/templates/homepage.html
Show inline comments
 
{% extends "site_base.html" %}
 

	
 
{% load i18n %}
 
{% load i18n static %}
 

	
 
{% block head_title %}{% trans "Welcome" %}{% endblock %}
 

	
 
{% block body_class %}home{% endblock %}
 

	
 
{% block body %}
 
  {{ page.body }}
 
{% endblock %}
 
{% block content %}
 
  <header class="pt3 pt4-ns pb4">
 
    <div class="flex-ns center">
 
      <div class="mr4 dark-green sans-serif" style="flex-grow: 1">
 
        <h1 class="f-subheadline f-headline-ns b lh-solid tracked-tight mv0">FOSSY 2023</h1>
 
        <h2 class="f3 f2-ns b lh-solid mt0 mb3">July 13-16th 2023 — Portland, OR</h2>
 
        <h3 class="f4 f4-ns b lh-title mv2 mv3-ns">The first Free and Open Source Software Yearly conference</h3>
 
      </div>
 
      <div class="lh-solid mt4 mt0-ns" style="font-size: 10rem; max-width: 250px;"><img class="db" src="{% static 'img/conservancy_logo_tall_mono.svg' %}" style="max-height: 180px" alt="Software Freedom Conservancy"></div>
 
    </div>
 
    <div class="mt4 mt0-ns"><a href="/pages/tickets.html" class="mr2"><button type="button" class="btn btn-primary mb2">Get your ticket!</button></a>
 
      <a href="/pages/call-for-proposals.html" class="mr2"><button type="button" class="btn btn-primary mb2">Propose a talk</button></a>
 
      <a href="https://lists.sfconservancy.org/mailman/listinfo/fossy-announce"><button type="button" class="btn btn-secondary mb2">Subscribe for updates</button></a></div>
 
  </header>
 

	
 
  <section id="content">
 
    <h1 class="f3 mt0 mb4">FOSS is back in Portland, OR at the Oregon Convention Center!</h1>
 
    <div class="flex-ns">
 
      <div class="mw6">
 
        <p class="f4 mt0">Software Freedom Conservancy is so proud to announce that we are hosting a community oriented conference this coming summer. FOSSY (Free and Open Source Yearly) is focused on the creation and impact of free and open source software, uplifting contributors of all experience.</p>
 

	
 
        <p>We are mindful of having a safe environment for all. In this new time of conferences, we will be focused on COVID safety and making sure all attendees feel safe participating as much as they feel comfortable (we will have a detailed policy published in the coming weeks).</p>
 

	
 
        <p>As this is the first year we are running a conference of this scale, we plan to have 15 tracks for talks over 4 days. With tracks for community building, development and legal and licensing issues, our conference will provide ample learning and networking opportunities for contributors of all levels of experience. We also plan to involve significant community participation in the content of our tracks.</p>
 

	
 
        <p>As we look to the future of conferences, we are excited to focus on using free software to run a conference and will seek to help reduce the amount of proprietary software that is treated as default.</p>
 
      </div>
 
      <div>
 
        <figure class="fr pa0 mt4 mt2-ns mr0 ml0 ml4-ns mb4">
 
          <img src="/theme/images/occ.jpg" alt="Aerial photograph of the Oregon Convention Center">
 
          <figcaption class="tc mt2">Oregon Convention Center (CC-BY 2.0)</figcaption>
 
        </figure>
 
      </div>
 
    </div>
 
  </section>
 
  {% endblock content %}
pinaxcon/urls.py
Show inline comments
...
 
@@ -12,6 +12,8 @@ import symposion.views
 

	
 

	
 
urlpatterns = [
 
    path('', TemplateView.as_view(template_name="homepage.html")),
 

	
 
    path('saml2/', include('djangosaml2.urls')),
 
    path('admin/', admin.site.urls),
 

	
static/src/img/conservancy_logo_tall_mono.svg
Show inline comments
 
new file 100644
 
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
 
<!-- Created with Inkscape (http://www.inkscape.org/) -->
 

	
 
<svg
 
   width="771.33978"
 
   height="662.237"
 
   id="svg3041"
 
   version="1.1"
 
   xmlns="http://www.w3.org/2000/svg"
 
   xmlns:svg="http://www.w3.org/2000/svg"
 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
 
   xmlns:cc="http://creativecommons.org/ns#"
 
   xmlns:dc="http://purl.org/dc/elements/1.1/">
 
  <defs
 
     id="defs3043" />
 
  <metadata
 
     id="metadata3046">
 
    <rdf:RDF>
 
      <cc:Work
 
         rdf:about="">
 
        <dc:format>image/svg+xml</dc:format>
 
        <dc:type
 
           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
 
        <dc:title />
 
      </cc:Work>
 
    </rdf:RDF>
 
  </metadata>
 
  <g
 
     id="layer1"
 
     transform="translate(-213.68411,-365.42275)">
 
    <g
 
       id="g3107">
 
      <path
 
         id="path4209"
 
         d="m 591.72771,375.42776 c -34.99685,0.3957 -64.06165,24.11229 -66.48482,55.3635 -0.26491,3.4141 -0.12641,6.71976 0.24309,10.02742 -11.46267,-3.67144 -23.83252,-6.09797 -36.88874,-7.11035 -56.85364,-4.40841 -106.3242,20.44234 -117.59426,57.00435 -37.60008,12.17691 -67.4528,35.87279 -82.16405,66.24173 -33.3905,-1.73801 -62.36059,23.59162 -64.96552,57.18666 -2.64624,34.12838 22.76145,64.02606 56.82204,66.66714 10.77858,0.83574 21.19227,-1.22313 30.38611,-5.40873 26.60132,28.00573 67.57347,47.64406 114.61642,51.29176 42.3781,3.28594 81.73824,-7.07869 111.51704,-26.37515 4.95362,8.18957 11.71434,15.46901 19.81174,21.4526 -7.03841,38.63093 -14.07782,77.26606 -21.14873,115.89263 42.35871,0.15947 84.71602,0.69254 127.07473,0.85082 -7.56297,-38.64358 -15.05798,-77.305 -22.60727,-115.95341 8.60824,-6.13133 15.77538,-13.66057 20.96642,-22.24264 29.77881,19.29646 69.32133,29.66117 111.69935,26.37515 47.04295,-3.64764 87.83279,-23.28603 114.4341,-51.29176 9.19392,4.1856 19.60757,6.24452 30.38612,5.40873 34.06056,-2.64102 59.65059,-32.53883 57.00435,-66.66714 -2.60493,-33.59504 -31.57502,-58.92467 -64.96552,-57.18666 -14.71127,-30.36894 -44.74627,-54.06482 -82.34636,-66.24173 -11.27007,-36.56201 -60.55831,-61.41276 -117.41195,-57.00435 -13.05622,1.01238 -25.42605,3.43891 -36.88874,7.11035 0.36956,-3.30766 0.5087,-6.61332 0.24309,-10.02742 -2.42317,-31.25121 -31.67028,-54.96759 -66.66713,-55.3635 -2.33317,-0.0268 -4.73112,0.0607 -7.11035,0.24309 -0.1408,0.0136 -0.28589,-0.0136 -0.42541,0 -0.13943,-0.0136 -0.28457,0.0136 -0.4254,0 -2.37926,-0.18436 -4.77719,-0.27058 -7.11035,-0.24309 z m 6.68494,41.93284 h 1.03313 c 5.93862,0 11.33652,1.67829 15.3146,4.61869 3.97806,2.9404 6.50263,7.12105 6.50263,11.72904 0,1.36013 -0.43365,2.7295 -0.85081,4.01097 l 17.62394,12.94448 c 3.66285,-2.0527 7.89028,-3.34247 12.76217,-3.34247 5.93681,0 11.33599,1.69384 15.3146,4.61869 3.97863,2.92484 6.68495,7.12126 6.68495,11.72904 0,3.03243 -1.44835,5.77525 -3.34248,8.20425 l 24.7343,17.98858 c 3.13188,-1.31025 6.68467,-2.06626 10.5136,-2.06626 5.9386,0 11.51891,1.67823 15.49691,4.61869 3.97803,2.94046 6.50263,7.12105 6.50263,11.72904 0,2.60218 -1.13126,4.95083 -2.55243,7.11035 l 23.51885,17.01623 c 3.16864,-1.34841 6.75042,-2.30935 10.63514,-2.30935 5.93862,0 11.33658,1.61744 15.3146,4.55792 3.97801,2.94046 6.50263,7.18201 6.50263,11.78981 0,4.60797 -2.52462,8.78864 -6.50263,11.72904 -3.97802,2.9404 -9.37598,4.61869 -15.3146,4.61869 -5.9386,0 -11.27575,-1.67829 -15.25383,-4.61869 -3.97808,-2.9404 -6.74572,-7.12107 -6.74572,-11.72904 0,-3.55717 1.91348,-6.82209 4.43638,-9.48047 l -21.99955,-16.10464 c -3.81235,2.40647 -8.71868,3.9502 -14.03838,3.9502 -4.85011,0 -9.17328,-1.30784 -12.82294,-3.34247 l -17.56318,12.82294 c 1.51857,1.85276 2.81491,3.85544 3.34247,6.07722 0.17581,0.74056 0.18222,1.46127 0.18222,2.24857 0,4.6078 -2.5246,8.84935 -6.50262,11.78981 -1.98898,1.4702 -4.34262,2.73961 -6.92804,3.52479 -1.29267,0.39235 -2.54827,0.64827 -3.95019,0.85081 -1.40193,0.20254 -2.95176,0.18222 -4.43638,0.18222 -4.67028,0 -8.94802,-1.01918 -12.51907,-2.91706 l -24.7343,18.23166 c 2.54919,2.14907 4.43145,4.97543 5.22641,7.96117 0.26493,0.99522 0.42541,1.9252 0.42541,2.97783 0,4.60778 -2.52461,8.54549 -6.50263,11.48596 -0.99449,0.73514 -2.00329,1.53729 -3.16016,2.12702 -2.31378,1.17953 -4.97492,2.04726 -7.77884,2.49166 -1.40193,0.22199 -2.89099,0.24309 -4.3756,0.24309 -5.93863,0 -11.3366,-1.92129 -15.3146,-4.86177 -1.98898,-1.47026 -3.67393,-3.10583 -4.80101,-5.0441 -0.56336,-0.96913 -0.9779,-2.0324 -1.27622,-3.09938 -0.29845,-1.06699 -0.4254,-2.19053 -0.4254,-3.34248 0,-4.60778 2.5246,-8.8494 6.50263,-11.78981 3.978,-2.9404 9.37597,-4.801 15.3146,-4.801 2.96461,0 5.80418,0.64733 8.38656,1.45853 l 26.61824,-19.2648 c -0.95091,-1.21165 -1.70874,-2.40772 -2.30934,-3.76787 -0.60094,-1.36015 -1.03313,-2.91452 -1.03313,-4.43638 0,-4.60799 2.524,-8.80425 6.50263,-11.72904 0.99462,-0.73117 1.94231,-1.31458 3.09938,-1.88394 3.47117,-1.70807 7.70185,-2.73475 12.15444,-2.73475 4.46446,0 8.48566,1.22943 11.97213,2.97784 l 18.04935,-13.00525 c -0.8792,-1.17471 -1.74316,-2.43517 -2.30934,-3.76788 -0.56605,-1.33271 -0.85081,-2.73448 -0.85081,-4.19329 0,-3.60417 2.03401,-6.7371 4.61869,-9.41969 l -24.30889,-17.80626 c -3.54978,1.85074 -7.79351,3.09938 -12.39754,3.09938 -5.22602,0 -9.83121,-1.43833 -13.61298,-3.76788 l -20.29792,14.8892 c 1.8164,1.96167 3.15654,4.21469 3.76788,6.68494 0.20388,0.82341 0.4254,1.68196 0.4254,2.55244 0,4.60791 -2.52462,8.78857 -6.50262,11.72904 -0.99449,0.73514 -2.22674,1.49618 -3.40325,2.06625 -2.3531,1.14023 -4.87485,1.90426 -7.71807,2.30935 -1.42157,0.20254 -2.95174,0.24309 -4.43637,0.24309 -5.93861,0 -11.27581,-1.67823 -15.25383,-4.61869 -3.97801,-2.94048 -6.50263,-7.12113 -6.50263,-11.72904 0,-4.608 2.52402,-8.80426 6.50263,-11.72904 3.97862,-2.92477 9.31703,-4.61869 15.25383,-4.61869 4.09289,0 8.07572,0.82337 11.3644,2.30934 l 21.14874,-15.49692 c -1.4301,-2.16924 -2.49166,-4.56291 -2.49166,-7.17112 0,-0.71032 0.0403,-1.3845 0.18222,-2.06625 0.43392,-2.04524 1.48233,-3.93876 2.73475,-5.65182 L 616.0364,444.22183 c -4.04636,3.62959 -9.90225,6.07722 -16.59082,6.07722 -5.56835,0 -10.57296,-2.00175 -14.46379,-4.61869 l -15.67923,10.87823 c 1.38891,2.14539 2.30934,4.54627 2.30934,7.11035 0,4.60798 -2.52458,8.60632 -6.50262,11.54672 -3.97801,2.94041 -9.37606,4.80101 -15.31461,4.80101 -3.9646,0 -7.65961,-0.90748 -10.87822,-2.30934 l -24.7343,16.77313 c 2.75443,2.72847 4.98332,5.92723 4.98332,9.66278 0,0.75123 -0.0136,1.59097 -0.18222,2.30935 -0.50636,2.15517 -1.76245,4.02188 -3.16015,5.83413 l 18.04935,13.00526 c 2.66334,-0.87559 5.48134,-1.45853 8.56888,-1.45853 5.93857,0 11.33652,1.86068 15.3146,4.801 3.97809,2.94035 6.50263,6.93875 6.50263,11.54673 0,4.60799 -2.52454,8.78863 -6.50263,11.72904 -3.97808,2.9404 -9.37597,4.86177 -15.3146,4.86177 -5.93854,0 -11.35147,-1.9205 -15.3146,-4.86177 -3.96313,-2.94128 -6.44186,-7.12346 -6.44186,-11.72904 0,-2.11157 0.47164,-4.04905 1.45854,-5.83414 0.49362,-0.89254 1.193,-1.74553 1.88394,-2.55243 0.69093,-0.8069 1.45394,-1.59083 2.30934,-2.30935 l -16.59082,-12.15444 c -3.56043,1.87563 -7.69814,3.34247 -12.33676,3.34247 -5.74882,0 -10.95887,-2.02995 -14.88919,-4.80101 l -23.03268,15.92233 c 2.78434,2.18113 4.93582,5.07995 5.83414,8.20425 0.29911,1.04143 0.4254,1.99216 0.4254,3.09938 0,2.00239 -0.82981,3.7152 -1.70162,5.4695 l 20.35869,14.64611 c 2.73491,-0.92654 5.63113,-1.45853 8.81198,-1.45853 5.93854,0 11.51889,1.67828 15.49692,4.61869 3.978,2.9404 6.50262,7.12126 6.50262,11.72904 0,4.60797 -2.52402,8.80425 -6.50262,11.72904 -3.97863,2.92476 -9.56019,4.61868 -15.49692,4.61868 -2.96837,0 -5.80104,-0.24608 -8.38657,-1.03312 -1.2928,-0.39369 -2.61083,-0.8892 -3.76788,-1.45854 -1.15706,-0.56941 -2.16553,-1.39585 -3.16015,-2.12702 -3.97863,-2.92479 -6.50263,-7.12107 -6.50263,-11.72904 0,-4.10679 2.63378,-7.59854 5.8949,-10.45283 l -18.47475,-13.18757 c -3.96996,2.92975 -9.14289,4.98332 -15.07152,4.98332 -6.78286,0 -12.73293,-2.36057 -16.77313,-6.07722 l -21.81723,15.13228 c 1.05532,1.25399 2.05542,2.76138 2.73475,4.19329 0.33937,0.71596 0.66169,1.30548 0.85081,2.06625 0.18922,0.76075 0.18222,1.50365 0.18222,2.30935 0,4.60813 -2.524,8.80419 -6.50263,11.72904 -0.99462,0.73117 -1.94232,1.55761 -3.09938,2.12703 -2.31411,1.13874 -4.97519,1.90177 -7.77885,2.30934 -1.40178,0.20388 -2.89145,0.18222 -4.3756,0.18222 -5.93681,0 -11.51829,-1.69386 -15.49691,-4.61869 -3.97861,-2.92485 -6.50263,-7.12093 -6.50263,-11.72904 0,-4.60778 2.52462,-8.78864 6.50263,-11.72904 3.97802,-2.9404 9.55829,-4.61869 15.49691,-4.61869 4.13823,0 7.80226,0.97304 11.12132,2.49166 l 24.49121,-16.71236 c -0.34808,-1.11199 -0.85081,-2.17075 -0.85081,-3.40324 0,-4.60778 2.5246,-8.78856 6.50263,-11.72904 3.978,-2.94047 9.37605,-4.80101 15.3146,-4.80101 2.53223,0 5.07867,0.43186 7.35344,1.03313 l 3.34247,-2.49166 0.42541,-0.24309 22.18186,-15.07152 c -0.88148,-1.77663 -1.64085,-3.64038 -1.64085,-5.65181 0,-4.60778 2.5246,-8.78856 6.50263,-11.72904 3.978,-2.94046 9.55831,-4.61869 15.49691,-4.61869 3.37038,0 6.37424,0.60731 9.23738,1.64085 l 2.91707,-1.88394 22.18186,-15.25383 c -2.14128,-2.52169 -3.95019,-5.38074 -3.95019,-8.62966 0,-4.60799 2.70634,-8.80427 6.68494,-11.72904 3.97863,-2.92476 9.37779,-4.61868 15.3146,-4.61868 5.09369,0 9.68103,1.35857 13.43067,3.58556 l 16.10464,-10.87823 c -1.05445,-1.91615 -1.88394,-4.10706 -1.88394,-6.32031 0,-4.60778 2.52462,-8.78856 6.50263,-11.72904 3.71638,-2.74704 8.98371,-4.1583 14.46379,-4.3756 v -0.24309 z m 1.03313,6.92804 c -4.06258,0 -7.81119,1.33582 -10.27051,3.16015 -1.85276,1.37415 -3.04269,2.94359 -3.52479,4.61869 -0.16102,0.55868 -0.24309,1.04326 -0.24309,1.64085 0,1.79334 0.71859,3.51942 2.12703,5.0441 0.46947,0.50836 1.02329,1.00039 1.64085,1.45853 1.8445,1.36804 4.47017,2.46039 7.35344,2.91707 0.96108,0.15227 1.90146,0.24308 2.91707,0.24308 4.06299,0 7.60956,-1.33094 10.08819,-3.16015 2.48985,-1.83773 3.76788,-4.12907 3.76788,-6.50263 0,-2.3728 -1.27817,-4.4222 -3.76788,-6.25954 -2.47863,-1.82949 -6.0252,-3.16015 -10.08819,-3.16015 z m -49.65091,29.9607 c -4.06472,0 -7.80944,1.10415 -10.27051,2.91707 -1.85457,1.36645 -2.91994,3.12531 -3.34247,4.86178 -0.1408,0.57878 -0.24309,1.04322 -0.24309,1.64085 0,1.79281 0.53417,3.51938 1.88394,5.04409 0.45003,0.50839 1.08406,1.00046 1.70162,1.45854 2.45932,1.82431 6.20785,2.91706 10.27051,2.91706 4.06285,0 7.60948,-1.08758 10.08819,-2.91706 2.4897,-1.83741 3.76788,-4.12956 3.76788,-6.50263 0,-2.37286 -1.2757,-4.67569 -3.76788,-6.50263 -2.48046,-1.81809 -6.02326,-2.91707 -10.08819,-2.91707 z m 101.00344,0 c -4.0646,0 -7.56635,1.10415 -10.02742,2.91707 -1.85457,1.36645 -3.10407,3.12531 -3.58556,4.86178 -0.16024,0.57878 -0.18222,1.04322 -0.18222,1.64085 0,1.79281 0.65784,3.51938 2.06626,5.04409 0.46949,0.50839 1.08406,1.00046 1.70162,1.45854 2.45932,1.82431 5.96484,2.91706 10.02742,2.91706 4.06299,0 7.79179,-1.08758 10.2705,-2.91706 2.4897,-1.83741 3.76788,-4.12956 3.76788,-6.50263 0,-2.37286 -1.27569,-4.67569 -3.76788,-6.50263 -2.48046,-1.81809 -6.20549,-2.91707 -10.2705,-2.91707 z m -51.77794,36.70643 c -4.06493,0 -7.54692,1.2811 -10.02741,3.09938 -1.86907,1.36993 -3.10865,2.94474 -3.58557,4.61869 -0.15888,0.55802 -0.18222,1.10841 -0.18222,1.70162 0,1.78011 0.65508,3.51468 2.06626,5.0441 0.47015,0.50971 1.07924,0.99919 1.70162,1.45853 1.85907,1.37215 4.29054,2.46168 7.11035,2.91707 0.93996,0.15149 1.90131,0.18222 2.91707,0.18222 4.06258,0 7.81124,-1.27499 10.27051,-3.09939 2.47032,-1.83217 3.76787,-4.11191 3.76787,-6.50262 0,-2.39011 -1.29513,-4.49874 -3.76787,-6.32031 -2.46107,-1.81318 -6.20585,-3.09939 -10.27051,-3.09939 z m -101.61116,3.76788 c -4.06466,0 -7.80959,1.28619 -10.27051,3.09938 -1.85457,1.3661 -3.10409,3.12519 -3.58556,4.86178 -0.16024,0.5788 -0.18222,1.0432 -0.18222,1.64085 0,1.793 0.65782,3.57838 2.06626,5.04409 0.46947,0.48892 1.08406,0.81814 1.70162,1.27622 1.8445,1.36807 4.40942,2.46039 7.29267,2.91707 0.96109,0.15227 1.96215,0.24309 2.97784,0.24309 4.06293,0 7.5487,-1.33075 10.02741,-3.16016 2.48984,-1.83773 3.76788,-3.9471 3.76788,-6.32031 0,-2.37288 -1.27569,-4.67571 -3.76788,-6.50263 -2.48051,-1.81809 -5.96248,-3.09938 -10.02741,-3.09938 z m 207.29407,0 c -4.06494,0 -7.60768,1.28129 -10.08819,3.09938 -1.86912,1.3702 -3.10864,3.12894 -3.58557,4.86178 -0.15888,0.57746 -0.18221,1.04763 -0.18221,1.64085 0,1.77986 0.65507,3.57348 2.06625,5.04409 0.47015,0.49027 1.07916,0.8168 1.70162,1.27622 1.85907,1.37209 4.29054,2.4616 7.11035,2.91707 0.93996,0.15149 1.9621,0.24309 2.97784,0.24309 4.06258,0 7.81113,-1.33612 10.27051,-3.16016 2.47033,-1.83223 3.76788,-3.9296 3.76788,-6.32031 0,-2.39044 -1.2952,-4.68114 -3.76788,-6.50263 -2.46099,-1.81327 -6.20585,-3.09938 -10.27051,-3.09938 z m -48.67856,34.33631 c -4.06472,0 -7.80951,1.34698 -10.2705,3.16015 -1.85458,1.36639 -2.91995,2.9411 -3.34248,4.61869 -0.14079,0.55934 -0.18222,1.04328 -0.18222,1.64085 0,1.793 0.5342,3.51936 1.88394,5.0441 0.45005,0.50836 1.02329,1.00037 1.64085,1.45853 1.84452,1.36804 4.47017,2.52116 7.35344,2.97784 0.96108,0.15227 1.90139,0.18222 2.91707,0.18222 4.06299,0 7.7918,-1.33102 10.27051,-3.16016 2.48983,-1.83775 3.58556,-4.12942 3.58556,-6.50263 0,-2.37286 -1.09338,-4.4326 -3.58556,-6.25954 -2.48046,-1.81807 -6.20552,-3.16015 -10.27051,-3.16015 z m -113.58329,1.70162 c -4.0626,0 -7.56818,1.33611 -10.02742,3.16015 -1.85276,1.37451 -3.10354,3.06695 -3.58556,4.80101 -0.16102,0.57812 -0.18222,1.1039 -0.18222,1.70162 0,2.39036 1.29755,4.60963 3.76788,6.44186 1.8445,1.36826 4.28605,2.33711 7.11035,2.73475 0.94143,0.13282 1.90144,0.24309 2.91707,0.24309 4.06298,0 7.79179,-1.14836 10.2705,-2.97784 2.48972,-1.8374 3.76788,-4.06871 3.76788,-6.44186 0,-2.37313 -1.2781,-4.66495 -3.76788,-6.50263 -2.47871,-1.82948 -6.20752,-3.16015 -10.2705,-3.16015 z m 215.86295,2.06625 c -4.06466,0 -7.80951,1.34732 -10.27051,3.16016 -1.85457,1.36645 -2.91992,2.94118 -3.34247,4.61869 -0.1408,0.55934 -0.18222,1.10411 -0.18222,1.70162 0,1.79334 0.53419,3.45859 1.88394,4.98332 0.45003,0.50837 1.02323,1.00027 1.64085,1.45854 1.84444,1.36804 4.47011,2.52116 7.35344,2.97784 0.96108,0.15227 1.90138,0.18222 2.91707,0.18222 4.06258,0 7.62885,-1.33604 10.08819,-3.16016 2.47058,-1.83305 3.76788,-4.05074 3.76788,-6.44186 0,-2.38997 -1.29516,-4.49841 -3.76788,-6.32031 -2.46107,-1.81292 -6.02353,-3.16015 -10.08819,-3.16015 z m -314.55705,0.6685 c -4.06258,0 -7.62885,1.27499 -10.08819,3.09938 -1.85274,1.37417 -3.04271,3.12774 -3.52479,4.86178 -0.16102,0.57812 -0.24309,1.0432 -0.24309,1.64085 0,1.79279 0.71826,3.57979 2.12703,5.04409 0.46948,0.48824 1.02269,0.82083 1.64085,1.27622 1.84571,1.35994 4.34688,2.45786 7.17113,2.91707 0.94143,0.15285 1.90091,0.24309 2.91706,0.24309 4.06472,0 7.80952,-1.34689 10.27051,-3.16016 2.47274,-1.82157 3.76788,-3.92993 3.76788,-6.32031 0,-2.39044 -1.29755,-4.6704 -3.76788,-6.50263 -2.45932,-1.82439 -6.20785,-3.09938 -10.27051,-3.09938 z m -56.57894,34.15399 c -4.06266,0 -7.81113,1.33604 -10.27051,3.16016 -1.85269,1.37409 -3.10347,3.0669 -3.58556,4.801 -0.16102,0.57814 -0.18222,1.10397 -0.18222,1.70162 0,1.79227 0.65749,3.51882 2.06626,4.98333 0.46947,0.48825 1.08345,0.82076 1.70162,1.27621 1.84586,1.35967 4.40954,2.45779 7.29267,2.91707 0.96101,0.15285 1.96169,0.24309 2.97784,0.24309 4.06452,0 7.56626,-1.34724 10.02741,-3.16016 2.47272,-1.8219 3.76788,-3.93061 3.76788,-6.32031 0,-2.39071 -1.29763,-4.60968 -3.76788,-6.44185 -2.4594,-1.82412 -5.96483,-3.16016 -10.02741,-3.16016 z m 106.04754,1.03313 c -4.06266,0 -7.62887,1.33578 -10.08819,3.16015 -1.85275,1.37417 -3.0427,2.9436 -3.52479,4.61869 -0.16103,0.55868 -0.24309,1.04322 -0.24309,1.64085 0,1.19536 0.39899,2.48779 1.03313,3.58556 0.31724,0.54863 0.62407,0.95083 1.0939,1.45854 0.46947,0.5077 1.02268,1.00314 1.64085,1.45853 1.84578,1.35986 4.34687,2.45786 7.17112,2.91707 0.94143,0.15285 1.90091,0.24309 2.91707,0.24309 4.06487,0 7.79004,-1.34187 10.2705,-3.16016 2.49219,-1.82667 3.76788,-4.12948 3.76788,-6.50263 0,-2.3728 -1.27824,-4.42227 -3.76788,-6.25954 -2.47871,-1.82954 -6.20758,-3.16015 -10.2705,-3.16015 z m 109.39,2.91706 c -4.06493,0 -7.5469,1.15975 -10.02741,2.97784 -1.86907,1.36986 -3.10864,3.06812 -3.58556,4.80101 -0.15889,0.57746 -0.24309,1.10847 -0.24309,1.70162 0,1.78013 0.71584,3.45383 2.12702,4.98332 0.47014,0.50971 1.07918,0.99912 1.70163,1.45854 2.47871,1.82943 5.9645,2.97784 10.02741,2.97784 4.06266,0 7.81125,-1.15378 10.27051,-2.97784 2.47031,-1.83223 3.58556,-4.05115 3.58556,-6.44186 0,-2.3897 -1.11276,-4.6808 -3.58556,-6.50263 -2.46101,-1.81299 -6.2059,-2.97784 -10.27051,-2.97784 z m -111.82089,35.73407 30.93306,0.36464 54.39114,42.41901 3.58556,-19.62943 36.70643,0.36464 4.07174,21.02719 56.57894,-44.12064 30.93307,-0.36463 -57.73362,45.15376 52.14257,0.30386 28.92758,-22.18186 28.50218,-0.18222 -51.29176,40.23121 -0.54695,-0.4254 v 0.12154 l -79.97625,-0.4254 -3.46402,2.73475 10.39205,53.41879 c 0.0156,-0.01 0.0463,0.01 0.0607,0 l 20.72333,106.47294 -112.73248,-0.85081 19.38634,-106.3514 1.15467,-6.138 8.75121,-48.1316 -1.58008,-1.21544 -79.91548,0.4254 v -0.12154 l -0.60772,0.4254 -51.29176,-40.23121 28.50217,0.18222 28.92758,22.18186 52.14257,-0.30386 -57.67284,-45.15377 z"
 
         style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:ABeeZee;-inkscape-font-specification:ABeeZee;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#137752;fill-opacity:1;stroke:none;stroke-width:2.1;marker:none;enable-background:accumulate" />
 
      <g
 
         style="fill:#137752"
 
         transform="matrix(1.9447113,0,0,1.9447113,-848.63535,-1222.5421)"
 
         id="g4480" />
 
      <g
 
         style="fill:#137752"
 
         transform="matrix(1.9447113,0,0,1.9447113,-1394.9053,-319.51185)"
 
         id="g5180" />
 
      <g
 
         id="flowRoot3013-0-3-7-9-7-8-7-7"
 
         style="font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;font-size:48px;line-height:125%;font-family:'Open Sans Condensed Light';-inkscape-font-specification:'Open Sans Condensed Light, Light';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#137752;fill-opacity:1;stroke:none"
 
         transform="matrix(1.6400676,0,0,1.6400676,2090.4761,-337.82141)">
 
        <path
 
           style="fill:#137752;stroke:none"
 
           id="path3342"
 
           d="m -1032.3359,754.60721 c -10e-5,2.14063 -0.5626,3.81641 -1.6875,5.02734 -1.125,1.21094 -2.75,1.81641 -4.875,1.81641 -1.1563,0 -2.1719,-0.14844 -3.0469,-0.44531 -0.875,-0.29688 -1.5547,-0.625 -2.0391,-0.98438 v -2.60156 c 0.5781,0.57813 1.3438,1.04297 2.2969,1.39453 0.9531,0.35156 1.9297,0.52734 2.9297,0.52734 1.3125,0 2.3437,-0.42968 3.0937,-1.28906 0.75,-0.85937 1.125,-2.00781 1.125,-3.44531 0,-1.12499 -0.2695,-2.07421 -0.8086,-2.84766 -0.539,-0.77343 -1.5664,-1.65233 -3.082,-2.63672 -1.7344,-1.09373 -2.918,-1.96873 -3.5508,-2.625 -0.6328,-0.65623 -1.125,-1.39061 -1.4765,-2.20312 -0.3516,-0.81248 -0.5274,-1.78123 -0.5274,-2.90625 0,-1.82811 0.6172,-3.33982 1.8516,-4.53516 1.2344,-1.19529 2.8047,-1.79294 4.7109,-1.79297 2.0469,3e-5 3.7578,0.4844 5.1328,1.45313 l -1.1484,1.94531 c -1.2813,-0.85935 -2.6406,-1.28904 -4.0781,-1.28906 -1.3125,2e-5 -2.3594,0.38674 -3.1407,1.16015 -0.7812,0.77346 -1.1718,1.79299 -1.1718,3.0586 0,1.12502 0.2656,2.06642 0.7968,2.82422 0.5313,0.75783 1.6563,1.67579 3.375,2.7539 1.6875,1.10939 2.8438,1.99611 3.4688,2.66016 0.625,0.66407 1.0898,1.39845 1.3945,2.20312 0.3047,0.8047 0.457,1.73048 0.4571,2.77735 z" />
 
        <path
 
           style="fill:#137752;stroke:none"
 
           id="path3344"
 
           d="m -1012.9062,748.20877 c -10e-5,4.28126 -0.6758,7.5586 -2.0274,9.83203 -1.3516,2.27344 -3.2852,3.41016 -5.8008,3.41016 -2.4844,0 -4.3867,-1.13672 -5.707,-3.41016 -1.3203,-2.27343 -1.9805,-5.55077 -1.9805,-9.83203 0,-8.7656 2.5938,-13.14841 7.7813,-13.14844 2.4375,3e-5 4.3359,1.14847 5.6953,3.44532 1.3593,2.29689 2.039,5.53126 2.0391,9.70312 z m -13.1954,0 c 0,3.67188 0.4375,6.44532 1.3125,8.32031 0.875,1.87501 2.2422,2.8125 4.1016,2.8125 3.6406,0 5.4609,-3.71093 5.4609,-11.13281 0,-7.35935 -1.8203,-11.03904 -5.4609,-11.03906 -1.9063,2e-5 -3.2852,0.9219 -4.1367,2.76562 -0.8516,1.84377 -1.2774,4.60158 -1.2774,8.27344 z" />
 
        <path
 
           style="fill:#137752;stroke:none"
 
           id="path3346"
 
           d="m -1000.7656,737.52127 h -3.9844 v 23.46094 h -2.2031 v -23.46094 h -3.2344 v -1.26562 l 3.2344,-0.96094 v -1.92188 c 0,-3.23434 0.3828,-5.56246 1.1484,-6.98437 0.7656,-1.42184 2.0938,-2.13278 3.9844,-2.13281 1.0937,3e-5 2.08591,0.19534 2.97655,0.58593 l -0.77344,2.0625 c -0.82811,-0.39059 -1.57811,-0.5859 -2.25001,-0.58593 -0.7656,3e-5 -1.3437,0.22659 -1.7344,0.67968 -0.3906,0.45316 -0.6797,1.18754 -0.8671,2.20313 -0.1876,1.01565 -0.2813,2.4219 -0.2813,4.21875 v 2.13281 h 3.9844 z" />
 
        <path
 
           style="fill:#137752;stroke:none"
 
           id="path3348"
 
           d="m -992,759.38846 c 0.68749,0 1.29687,-0.0937 1.82813,-0.28125 v 1.875 c -0.68751,0.3125 -1.57033,0.46875 -2.64844,0.46875 -2.62501,0 -3.93751,-1.96094 -3.9375,-5.88281 v -18.04688 h -2.29688 v -1.3125 l 2.25,-0.65625 0.72657,-6.04687 h 1.54687 v 6.04687 H -990.5 v 1.96875 h -4.03125 v 17.41406 c -10e-6,1.71876 0.18749,2.89063 0.5625,3.51563 0.37499,0.625 1.03124,0.9375 1.96875,0.9375 z" />
 
        <path
 
           style="fill:#137752;stroke:none"
 
           id="path3350"
 
           d="m -972.03125,760.98221 -3.51562,-17.22656 c -0.0313,-0.12499 -0.0586,-0.2578 -0.082,-0.39844 -0.0235,-0.14061 -0.26954,-1.64061 -0.73828,-4.5 h -0.0469 l -0.32813,1.99219 -0.53906,2.90625 -3.63281,17.22656 h -2.64844 l -5.53125,-25.42969 h 2.22656 l 3.16407,14.8125 1.47656,7.73438 h 0.14062 c 0.28124,-2.23437 0.73437,-4.82812 1.35938,-7.78125 l 3.16406,-14.76563 h 2.34375 l 3.1875,14.8125 c 0.24998,1.10939 0.69529,3.68751 1.33594,7.73438 h 0.14062 c 0.0469,-0.51563 0.27733,-1.8125 0.69141,-3.89063 0.41404,-2.07812 1.73826,-8.29686 3.97266,-18.65625 h 2.20312 l -5.71875,25.42969 z" />
 
        <path
 
           style="fill:#137752;stroke:none"
 
           id="path3352"
 
           d="m -949.97656,760.98221 -0.28125,-3.5625 h -0.0937 c -1.21876,2.6875 -3.06251,4.03125 -5.53125,4.03125 -1.65626,0 -2.98829,-0.66016 -3.9961,-1.98047 -1.00781,-1.32031 -1.51172,-3.08984 -1.51171,-5.30859 -10e-6,-2.42187 0.72655,-4.33984 2.17968,-5.75391 1.45312,-1.41405 3.49218,-2.18358 6.11719,-2.30859 l 2.74219,-0.14063 v -2.10937 c -2e-5,-2.37498 -0.29689,-4.10545 -0.89063,-5.19141 -0.59376,-1.08591 -1.57813,-1.62888 -2.95312,-1.62891 -1.45314,3e-5 -2.93751,0.47659 -4.45313,1.42969 l -0.96093,-1.75781 c 1.76561,-1.09373 3.61718,-1.6406 5.55468,-1.64063 2.09374,3e-5 3.60155,0.66018 4.52344,1.98047 0.92186,1.32034 1.3828,3.52737 1.38281,6.6211 v 17.32031 z m -5.41406,-1.42969 c 1.59374,0 2.83202,-0.78515 3.71484,-2.35547 0.8828,-1.57031 1.3242,-3.79296 1.32422,-6.66797 v -2.64843 L -953,748.02127 c -2.04688,0.10939 -3.56641,0.67579 -4.55859,1.69922 -0.9922,1.02345 -1.48829,2.51954 -1.48828,4.48828 -10e-6,1.84376 0.32812,3.19532 0.98437,4.05469 0.65624,0.85937 1.54687,1.28906 2.67188,1.28906 z" />
 
        <path
 
           style="fill:#137752;stroke:none"
 
           id="path3354"
 
           d="m -934.39062,735.06033 c 0.79686,3e-5 1.53905,0.1094 2.22656,0.32813 l -0.53906,2.22656 c -0.56252,-0.23435 -1.14064,-0.35154 -1.73438,-0.35156 -0.85938,2e-5 -1.66016,0.44143 -2.40234,1.32422 -0.7422,0.88283 -1.32423,2.1133 -1.7461,3.6914 -0.42188,1.57815 -0.63282,3.32033 -0.63281,5.22657 v 13.47656 h -2.22656 v -25.42969 h 1.82812 l 0.23438,4.45313 h 0.16406 c 1.18749,-3.29686 2.79687,-4.94529 4.82813,-4.94532 z" />
 
        <path
 
           style="fill:#137752;stroke:none"
 
           id="path3356"
 
           d="m -921.10156,761.45096 c -2.68751,0 -4.75391,-1.14453 -6.19922,-3.4336 -1.44532,-2.28905 -2.16797,-5.48046 -2.16797,-9.57421 0,-4.34374 0.64453,-7.66014 1.93359,-9.94922 1.28906,-2.28904 3.14453,-3.43357 5.56641,-3.4336 2.10936,3e-5 3.77342,1.00393 4.99219,3.01172 1.21873,2.00784 1.82811,4.71486 1.82812,8.1211 v 2.0625 h -12.04687 c 0.0312,3.70313 0.55468,6.47656 1.57031,8.32031 1.01562,1.84375 2.55468,2.76562 4.61719,2.76562 1.59374,0 3.27342,-0.52343 5.03906,-1.57031 v 2.15625 c -1.62501,1.01563 -3.33595,1.52344 -5.13281,1.52344 z m -1.00781,-24.375 c -3.06251,2e-5 -4.7422,3.05471 -5.03907,9.16406 h 9.77344 c -10e-6,-2.79686 -0.4258,-5.02342 -1.27734,-6.67969 -0.85158,-1.65622 -2.00392,-2.48435 -3.45703,-2.48437 z" />
 
        <path
 
           style="fill:#137752;stroke:none"
 
           id="path3358"
 
           d="m -893.98437,737.52127 h -3.98438 v 23.46094 h -2.20312 v -23.46094 h -3.23438 v -1.26562 l 3.23438,-0.96094 v -1.92188 c -10e-6,-3.23434 0.3828,-5.56246 1.14843,-6.98437 0.76562,-1.42184 2.09375,-2.13278 3.98438,-2.13281 1.09374,3e-5 2.08592,0.19534 2.97656,0.58593 l -0.77344,2.0625 c -0.82813,-0.39059 -1.57813,-0.5859 -2.25,-0.58593 -0.76563,3e-5 -1.34375,0.22659 -1.73437,0.67968 -0.39063,0.45316 -0.6797,1.18754 -0.86719,2.20313 -0.18751,1.01565 -0.28126,2.4219 -0.28125,4.21875 v 2.13281 h 3.98438 z" />
 
        <path
 
           style="fill:#137752;stroke:none"
 
           id="path3360"
 
           d="m -882.82812,735.06033 c 0.79686,3e-5 1.53905,0.1094 2.22656,0.32813 l -0.53906,2.22656 c -0.56252,-0.23435 -1.14064,-0.35154 -1.73438,-0.35156 -0.85938,2e-5 -1.66016,0.44143 -2.40234,1.32422 -0.7422,0.88283 -1.32423,2.1133 -1.7461,3.6914 -0.42188,1.57815 -0.63282,3.32033 -0.63281,5.22657 v 13.47656 h -2.22656 v -25.42969 h 1.82812 l 0.23438,4.45313 h 0.16406 c 1.18749,-3.29686 2.79687,-4.94529 4.82813,-4.94532 z" />
 
        <path
 
           style="fill:#137752;stroke:none"
 
           id="path3362"
 
           d="m -869.53906,761.45096 c -2.68751,0 -4.75391,-1.14453 -6.19922,-3.4336 -1.44532,-2.28905 -2.16797,-5.48046 -2.16797,-9.57421 0,-4.34374 0.64453,-7.66014 1.93359,-9.94922 1.28906,-2.28904 3.14453,-3.43357 5.56641,-3.4336 2.10936,3e-5 3.77342,1.00393 4.99219,3.01172 1.21873,2.00784 1.82811,4.71486 1.82812,8.1211 v 2.0625 h -12.04687 c 0.0312,3.70313 0.55468,6.47656 1.57031,8.32031 1.01562,1.84375 2.55468,2.76562 4.61719,2.76562 1.59374,0 3.27342,-0.52343 5.03906,-1.57031 v 2.15625 c -1.62501,1.01563 -3.33595,1.52344 -5.13281,1.52344 z m -1.00781,-24.375 c -3.06251,2e-5 -4.7422,3.05471 -5.03907,9.16406 h 9.77344 c -10e-6,-2.79686 -0.4258,-5.02342 -1.27734,-6.67969 -0.85158,-1.65622 -2.00392,-2.48435 -3.45703,-2.48437 z" />
 
        <path
 
           style="fill:#137752;stroke:none"
 
           id="path3364"
 
           d="m -850.69531,761.45096 c -2.68751,0 -4.75391,-1.14453 -6.19922,-3.4336 -1.44532,-2.28905 -2.16797,-5.48046 -2.16797,-9.57421 0,-4.34374 0.64453,-7.66014 1.93359,-9.94922 1.28906,-2.28904 3.14453,-3.43357 5.56641,-3.4336 2.10936,3e-5 3.77342,1.00393 4.99219,3.01172 1.21873,2.00784 1.82811,4.71486 1.82812,8.1211 v 2.0625 h -12.04687 c 0.0312,3.70313 0.55468,6.47656 1.57031,8.32031 1.01562,1.84375 2.55468,2.76562 4.61719,2.76562 1.59374,0 3.27342,-0.52343 5.03906,-1.57031 v 2.15625 c -1.62501,1.01563 -3.33595,1.52344 -5.13281,1.52344 z m -1.00781,-24.375 c -3.06251,2e-5 -4.7422,3.05471 -5.03907,9.16406 h 9.77344 c -10e-6,-2.79686 -0.4258,-5.02342 -1.27734,-6.67969 -0.85158,-1.65622 -2.00392,-2.48435 -3.45703,-2.48437 z" />
 
        <path
 
           style="fill:#137752;stroke:none"
 
           id="path3366"
 
           d="m -832.85937,761.45096 c -4.93751,0 -7.40626,-4.38281 -7.40625,-13.14844 -10e-6,-4.31248 0.61718,-7.59764 1.85156,-9.85547 1.23437,-2.25779 3.05468,-3.38669 5.46094,-3.38672 1.14061,3e-5 2.22264,0.32815 3.24609,0.98438 1.02342,0.65627 1.83983,1.56252 2.44922,2.71875 h 0.1875 l -0.0937,-2.83594 v -11.41406 h 2.22656 v 36.46875 h -1.82812 l -0.1875,-3.5625 h -0.21094 c -0.60939,1.29688 -1.39845,2.29297 -2.36719,2.98828 -0.96876,0.69531 -2.07814,1.04297 -3.32812,1.04297 z m 0.14062,-1.94531 c 1.78124,0 3.15233,-0.82422 4.11328,-2.47266 0.96092,-1.64843 1.44139,-4.07421 1.44141,-7.27734 v -1.45313 c -2e-5,-3.84373 -0.46486,-6.66014 -1.39453,-8.44922 -0.9297,-1.78904 -2.34767,-2.68357 -4.25391,-2.68359 -1.82813,2e-5 -3.14063,0.95705 -3.9375,2.87109 -0.79688,1.91408 -1.19532,4.68361 -1.19531,8.3086 -1e-5,3.65625 0.41406,6.42969 1.24219,8.32031 0.82811,1.89063 2.15624,2.83594 3.98437,2.83594 z" />
 
        <path
 
           style="fill:#137752;stroke:none"
 
           id="path3368"
 
           d="m -803.84375,748.20877 c -2e-5,4.28126 -0.6758,7.5586 -2.02734,9.83203 -1.35158,2.27344 -3.28517,3.41016 -5.80078,3.41016 -2.48439,0 -4.38673,-1.13672 -5.70704,-3.41016 -1.32031,-2.27343 -1.98047,-5.55077 -1.98046,-9.83203 -10e-6,-8.7656 2.59374,-13.14841 7.78125,-13.14844 2.43748,3e-5 4.33592,1.14847 5.69531,3.44532 1.35936,2.29689 2.03904,5.53126 2.03906,9.70312 z m -13.19531,0 c -1e-5,3.67188 0.43749,6.44532 1.3125,8.32031 0.87499,1.87501 2.24218,2.8125 4.10156,2.8125 3.64061,0 5.46092,-3.71093 5.46094,-11.13281 -2e-5,-7.35935 -1.82033,-11.03904 -5.46094,-11.03906 -1.90626,2e-5 -3.28516,0.9219 -4.13672,2.76562 -0.85157,1.84377 -1.27735,4.60158 -1.27734,8.27344 z" />
 
        <path
 
           style="fill:#137752;stroke:none"
 
           id="path3370"
 
           d="M -776.58594,760.98221 V 743.6619 c -2e-5,-4.26561 -1.25002,-6.39842 -3.75,-6.39844 -1.71877,2e-5 -2.95705,0.74611 -3.71484,2.23828 -0.75783,1.49221 -1.13674,3.69142 -1.13672,6.59766 v 14.88281 h -2.20312 V 743.6619 c -2e-5,-2.15623 -0.30471,-3.7617 -0.91407,-4.81641 -0.60939,-1.05467 -1.5547,-1.58201 -2.83593,-1.58203 -1.68751,2e-5 -2.91408,0.76565 -3.67969,2.29687 -0.76563,1.53127 -1.14845,4.01565 -1.14844,7.45313 v 13.96875 h -2.22656 v -25.42969 h 1.875 l 0.1875,3.53906 h 0.21094 c 1.01561,-2.68747 2.74217,-4.03122 5.17968,-4.03125 1.40624,3e-5 2.51561,0.37503 3.32813,1.125 0.81248,0.75003 1.39842,1.84378 1.75781,3.28125 0.60936,-1.56247 1.35936,-2.68747 2.25,-3.375 0.89061,-0.68747 2.04685,-1.03122 3.46875,-1.03125 1.92185,3e-5 3.3281,0.73831 4.21875,2.21485 0.8906,1.47658 1.33591,3.83986 1.33594,7.08984 v 16.61719 z" />
 
      </g>
 
      <g
 
         style="fill:#137752"
 
         transform="matrix(2.1145952,0,0,2.1145952,-1095.8149,-1132.5045)"
 
         id="g3406">
 
        <path
 
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:48px;line-height:125%;font-family:'Open Sans Condensed';-inkscape-font-specification:'Open Sans Condensed, Bold';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#137752;fill-opacity:1;stroke:none"
 
           d="m 680.90625,666.0625 c -3.6348,3e-5 -6.32451,1.25406 -8.0625,3.8125 -1.738,2.55849 -2.59375,6.43751 -2.59375,11.625 0,4.95814 0.91496,8.72279 2.75,11.28125 1.83503,2.55847 4.51997,3.84375 8.03125,3.84375 2.24085,0 4.2723,-0.57185 6.125,-1.71875 v -6.21875 c -1.92328,1.23513 -3.76681,1.87501 -5.53125,1.875 -1.48216,10e-6 -2.53466,-0.77263 -3.1875,-2.28125 -0.65286,-1.5086 -1.00001,-3.79122 -1,-6.84375 -10e-6,-3.12308 0.33832,-5.43843 1,-7 0.66166,-1.56152 1.7502,-2.34373 3.25,-2.34375 1.12924,2e-5 2.41048,0.41669 3.875,1.28125 l 2.03125,-5.46875 c -0.95283,-0.59989 -2.05018,-1.05737 -3.25,-1.375 -1.19985,-0.31757 -2.34355,-0.46872 -3.4375,-0.46875 z m 20.9375,0 c -3.59951,3e-5 -6.40838,1.34048 -8.4375,4.03125 -2.02913,2.69082 -3.03125,6.40583 -3.03125,11.1875 0,3.10546 0.43983,5.83599 1.375,8.15625 0.93516,2.32027 2.27082,4.07738 4,5.3125 1.72916,1.23512 3.74148,1.875 6,1.875 3.56419,0 6.35946,-1.34045 8.40625,-4.03125 2.04675,-2.69079 3.06248,-6.47787 3.0625,-11.3125 -2e-5,-4.6758 -1.00693,-8.38124 -3.0625,-11.125 -2.05562,-2.74371 -4.83653,-4.09372 -8.3125,-4.09375 z m 30.09375,0 c -1.58803,3e-5 -2.97408,0.35749 -4.15625,1.125 -1.13224,0.73513 -1.99451,1.75398 -2.625,3.03125 v -3.65625 h -6.96875 v 0.0312 15.8125 13.6875 h 7.03125 v -14.15625 c -10e-6,-3.58184 0.35671,-6.14762 1.0625,-7.65625 0.70577,-1.50859 1.8263,-2.24998 3.34375,-2.25 1.14688,2e-5 1.95704,0.53106 2.46875,1.625 0.51168,1.09399 0.78123,2.70877 0.78125,4.84375 v 17.59375 h 7.09375 v -19.25 c -2e-5,-3.5289 -0.66786,-6.19619 -2,-8.03125 -1.33219,-1.83501 -3.34929,-2.74997 -6.03125,-2.75 z m 22.0625,0 c -2.99959,3e-5 -5.37341,0.72303 -7.09375,2.1875 -1.72035,1.46453 -2.59375,3.43199 -2.59375,5.9375 0,1.95857 0.47991,3.65573 1.40625,5.09375 0.92634,1.43805 2.45875,2.7921 4.59375,4.0625 1.60565,0.97046 2.71257,1.79827 3.3125,2.46875 0.5999,0.6705 0.90624,1.47513 0.90625,2.375 -10e-6,0.88224 -0.30156,1.58685 -0.875,2.125 -0.57346,0.53817 -1.40604,0.8125 -2.5,0.8125 -0.9881,0 -2.14063,-0.24638 -3.4375,-0.6875 -1.29688,-0.44111 -2.4358,-0.98575 -3.40625,-1.65625 v 6.125 c 1.90561,1.1469 4.33864,1.71875 7.25,1.71875 3.28188,0 5.75243,-0.82302 7.4375,-2.4375 1.68504,-1.61448 2.53123,-3.84267 2.53125,-6.71875 -2e-5,-1.32333 -0.21919,-2.48064 -0.625,-3.46875 -0.40584,-0.98808 -0.97769,-1.87987 -1.71875,-2.65625 -0.74109,-0.77635 -2.00873,-1.73212 -3.84375,-2.84375 -1.51745,-0.9175 -2.56921,-1.66367 -3.125,-2.28125 -0.55581,-0.61754 -0.81251,-1.33097 -0.8125,-2.125 -10e-6,-0.68812 0.2063,-1.27357 0.65625,-1.75 0.44993,-0.47638 1.13137,-0.71873 2.03125,-0.71875 1.4292,2e-5 3.08076,0.50789 4.96875,1.53125 l 2.3125,-5.03125 c -2.31146,-1.37625 -4.76361,-2.06247 -7.375,-2.0625 z m 21.9375,0 c -3.44071,3e-5 -6.13925,1.35887 -8.0625,4.09375 -1.92326,2.73494 -2.875,6.53636 -2.875,11.40625 0,4.79934 1.06132,8.50478 3.1875,11.125 2.12617,2.62022 5.03102,3.9375 8.71875,3.9375 3.15837,0 5.86647,-0.67262 8.125,-2.03125 v -5.8125 c -2.39968,1.42922 -4.73747,2.15626 -7.03125,2.15625 -1.79976,10e-6 -3.22663,-0.65826 -4.25,-1.9375 -1.0234,-1.27922 -1.54083,-3.21469 -1.59375,-5.84375 H 786.3125 V 679.375 c -2e-5,-4.21704 -0.92859,-7.47457 -2.78125,-9.8125 -1.8527,-2.33788 -4.38245,-3.49997 -7.59375,-3.5 z m 27.65625,0 c -1.21749,3e-5 -2.30124,0.39352 -3.21875,1.1875 -0.91753,0.79403 -1.7549,2.11609 -2.53125,3.96875 h -0.25 l -0.78125,-4.625 H 791 v 29.5 h 7.0625 v -15.1875 c -10e-6,-2.57609 0.45747,-4.52517 1.375,-5.875 0.91751,-1.34979 2.22596,-2.03123 3.9375,-2.03125 0.79399,2e-5 1.44343,0.10483 1.9375,0.28125 l 0.8125,-6.84375 c -0.82931,-0.26464 -1.66668,-0.37497 -2.53125,-0.375 z m -27.71875,5.40625 c 1.07631,2e-5 1.91367,0.54466 2.53125,1.65625 0.61754,1.11163 0.96469,2.75363 1,4.90625 H 772.25 c 0.10586,-2.24084 0.47214,-3.90123 1.125,-4.96875 0.65284,-1.06747 1.49425,-1.59373 2.5,-1.59375 z m -74.09375,0.625 c 1.46449,2e-5 2.53942,0.75502 3.21875,2.28125 0.6793,1.52628 1.03123,3.81846 1.03125,6.90625 -2e-5,6.21091 -1.42688,9.31251 -4.25,9.3125 -1.48216,10e-6 -2.54827,-0.77337 -3.21875,-2.34375 -0.6705,-1.57036 -1.00001,-3.89858 -1,-6.96875 -10e-6,-3.08779 0.3295,-5.37997 1,-6.90625 0.67048,-1.52623 1.73659,-2.28123 3.21875,-2.28125 z"
 
           transform="translate(0,308.2677)"
 
           id="flowRoot3023-5-6-2-5-9-7-6-0" />
 
        <path
 
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:48px;line-height:125%;font-family:'Open Sans Condensed';-inkscape-font-specification:'Open Sans Condensed, Bold';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#137752;fill-opacity:1;stroke:none"
 
           d="m 846.71875,666.0625 c -3.44071,3e-5 -6.6335,0.89735 -9.5625,2.75 l 2.4375,4.875 c 2.29379,-1.37625 4.32928,-2.06248 6.09375,-2.0625 2.38201,2e-5 3.56248,1.37247 3.5625,4.125 v 2.125 l -3.90625,0.15625 c -3.38777,0.15882 -5.95355,0.9914 -7.65625,2.5 -1.70271,1.50863 -2.53125,3.83206 -2.53125,6.9375 0,2.89372 0.5998,5.15795 1.84375,6.78125 1.24394,1.6233 2.95471,2.40625 5.125,2.40625 1.69387,0 3.10713,-0.3159 4.21875,-0.96875 1.1116,-0.65285 2.1777,-1.83333 3.21875,-3.5625 h 0.15625 l 1.40625,4 h 5.15625 v -19.78125 c -2e-5,-3.28187 -0.8054,-5.83405 -2.4375,-7.625 -1.63214,-1.7909 -4.00192,-2.65622 -7.125,-2.65625 z m 29.03125,0.0312 c -1.58803,3e-5 -2.97408,0.38874 -4.15625,1.15625 -1.16326,0.75527 -2.05386,1.79748 -2.6875,3.125 v -3.78125 h -6.96875 v 15.84375 h 0.0312 v 13.6875 h 7.0625 V 681.9687 c -10e-6,-3.58184 0.32546,-6.11637 1.03125,-7.625 0.70577,-1.50859 1.8263,-2.24998 3.34375,-2.25 1.14688,2e-5 1.98829,0.53106 2.5,1.625 0.51168,1.09399 0.74998,2.70877 0.75,4.84375 v 17.5625 h 7.09375 V 676.9062 c -2e-5,-3.5289 -0.66786,-6.22744 -2,-8.0625 -1.33219,-1.83501 -3.31804,-2.74997 -6,-2.75 z m 23.375,0 c -3.6348,3e-5 -6.29326,1.28531 -8.03125,3.84375 -1.738,2.55849 -2.625,6.43751 -2.625,11.625 0,4.95814 0.91496,8.72279 2.75,11.28125 1.83503,2.55847 4.51997,3.8125 8.03125,3.8125 2.24085,0 4.2723,-0.57185 6.125,-1.71875 v -6.1875 c -1.92328,1.23513 -3.76681,1.84376 -5.53125,1.84375 -1.48216,10e-6 -2.53466,-0.74138 -3.1875,-2.25 -0.65286,-1.5086 -1.00001,-3.79122 -1,-6.84375 -10e-6,-3.12308 0.33832,-5.46968 1,-7.03125 0.66166,-1.56152 1.7502,-2.34373 3.25,-2.34375 1.12924,2e-5 2.41048,0.44794 3.875,1.3125 l 2.03125,-5.5 c -0.95283,-0.59989 -2.01893,-1.05737 -3.21875,-1.375 -1.19985,-0.31757 -2.3748,-0.46872 -3.46875,-0.46875 z m -89.5625,0.5625 7.6875,29.46875 h 8.71875 l 7.75,-29.46875 h -7.3125 c -2.57613,11.73367 -3.92136,18.01447 -4.0625,18.84375 -0.14117,0.82931 -0.30518,1.73066 -0.4375,2.71875 -0.13235,0.9881 -0.20112,1.75192 -0.21875,2.28125 h -0.0937 c -0.053,-0.67049 -0.1857,-1.75498 -0.40625,-3.28125 -0.22057,-1.52625 -0.40371,-2.70598 -0.5625,-3.5 l -3.78125,-17.0625 h -7.28125 z m 39.6875,15.65625 v 2.5 c -2e-5,1.92327 -0.38873,3.46929 -1.15625,4.625 -0.76755,1.15573 -1.80571,1.71875 -3.09375,1.71875 -1.72918,0 -2.59376,-1.22129 -2.59375,-3.65625 -10e-6,-1.64094 0.3751,-2.85819 1.125,-3.6875 0.74988,-0.82928 1.92558,-1.28676 3.53125,-1.375 z"
 
           transform="translate(0,308.2677)"
 
           id="flowRoot3023-5-6-2-5-9-7-1-8-0" />
 
        <g
 
           id="flowRoot3023-5-6-2-5-9-7-1-5-8-7"
 
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:48px;line-height:125%;font-family:'Open Sans Condensed';-inkscape-font-specification:'Open Sans Condensed, Bold';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#137752;fill-opacity:1;stroke:none"
 
           transform="matrix(1.1292542,0,0,1.1292542,2047.8167,-10.427592)">
 
          <path
 
             style="fill:#137752"
 
             id="path3373"
 
             d="m -1008.5625,872.02908 h 6.4688 l 3.60933,14.74219 c 0.35936,1.31251 0.64842,3.14845 0.86718,5.50781 h 0.14063 c 0.0156,-0.37499 0.0859,-1.04296 0.21094,-2.0039 0.12498,-0.96093 0.22655,-1.71484 0.30468,-2.26172 0.0781,-0.54687 1.15624,-5.87499 3.23438,-15.98438 h 6.5625 l -7.47656,27.98438 c -0.90627,3.43749 -2.10939,5.90624 -3.60938,7.40625 -1.50001,1.49999 -3.5,2.24999 -6,2.25 -1.2344,-10e-6 -2.3359,-0.13283 -3.3047,-0.39844 v -5.22656 c 0.6406,0.18749 1.3594,0.28124 2.1563,0.28125 2.0937,-10e-6 3.4687,-1.37501 4.125,-4.125 l 0.4453,-1.64063 z" />
 
        </g>
 
      </g>
 
    </g>
 
  </g>
 
</svg>
0 comments (0 inline, 0 general)