dvla_internal_frontend_toolkit 0.2.6 → 0.2.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (56) hide show
  1. checksums.yaml +4 -4
  2. data/vendor/assets/layouts/{layout-fixed.html → layout-fixed.html.erb} +15 -13
  3. metadata +2 -55
  4. data/LICENSE +0 -19
  5. data/README.md +0 -7
  6. data/lib/dvla_internal_frontend_toolkit.rb +0 -6
  7. data/lib/dvla_internal_frontend_toolkit/version.rb +0 -3
  8. data/vendor/assets/fonts/Inter-UI-Bold.woff +0 -0
  9. data/vendor/assets/fonts/Inter-UI-Medium.woff +0 -0
  10. data/vendor/assets/fonts/Inter-UI-Regular.woff +0 -0
  11. data/vendor/assets/fonts/dvla-icons.woff +0 -0
  12. data/vendor/assets/images/coat-of-arms-logo.svg +0 -71
  13. data/vendor/assets/images/separator.png +0 -0
  14. data/vendor/assets/images/triangle-caret-down.svg +0 -12
  15. data/vendor/assets/layouts/layout-dialog.html +0 -43
  16. data/vendor/assets/layouts/layout-fluid-tabs-left.html +0 -53
  17. data/vendor/assets/layouts/layout-fluid-tabs-top.html +0 -50
  18. data/vendor/assets/layouts/layout-fluid-tabs.html +0 -60
  19. data/vendor/assets/layouts/layout-fluid.html +0 -41
  20. data/vendor/assets/stylesheets/_dvla-internal-elements.scss +0 -13
  21. data/vendor/assets/stylesheets/constants/_colours.scss +0 -80
  22. data/vendor/assets/stylesheets/constants/_fonts.scss +0 -31
  23. data/vendor/assets/stylesheets/constants/_measurements.scss +0 -1
  24. data/vendor/assets/stylesheets/dvla-internal-elements-styles.min.css +0 -1
  25. data/vendor/assets/stylesheets/dvla-internal-elements-styles.scss +0 -2
  26. data/vendor/assets/stylesheets/elements/_buttons.scss +0 -148
  27. data/vendor/assets/stylesheets/elements/_forms.scss +0 -50
  28. data/vendor/assets/stylesheets/elements/_layout.scss +0 -236
  29. data/vendor/assets/stylesheets/elements/_lists.scss +0 -56
  30. data/vendor/assets/stylesheets/elements/_navigation.scss +0 -113
  31. data/vendor/assets/stylesheets/elements/_tables.scss +0 -155
  32. data/vendor/assets/stylesheets/elements/_tabs.scss +0 -105
  33. data/vendor/assets/stylesheets/elements/_typography.scss +0 -120
  34. data/vendor/assets/stylesheets/elements/_validation.scss +0 -59
  35. data/vendor/cache/actionpack-5.1.4.gem +0 -0
  36. data/vendor/cache/actionview-5.1.4.gem +0 -0
  37. data/vendor/cache/activesupport-5.1.4.gem +0 -0
  38. data/vendor/cache/builder-3.2.3.gem +0 -0
  39. data/vendor/cache/concurrent-ruby-1.0.5.gem +0 -0
  40. data/vendor/cache/crass-1.0.2.gem +0 -0
  41. data/vendor/cache/erubi-1.7.0.gem +0 -0
  42. data/vendor/cache/i18n-0.8.6.gem +0 -0
  43. data/vendor/cache/loofah-2.1.1.gem +0 -0
  44. data/vendor/cache/method_source-0.9.0.gem +0 -0
  45. data/vendor/cache/mini_portile2-2.3.0.gem +0 -0
  46. data/vendor/cache/minitest-5.10.3.gem +0 -0
  47. data/vendor/cache/nokogiri-1.8.1.gem +0 -0
  48. data/vendor/cache/rack-2.0.3.gem +0 -0
  49. data/vendor/cache/rack-test-0.7.0.gem +0 -0
  50. data/vendor/cache/rails-dom-testing-2.0.3.gem +0 -0
  51. data/vendor/cache/rails-html-sanitizer-1.0.3.gem +0 -0
  52. data/vendor/cache/railties-5.1.4.gem +0 -0
  53. data/vendor/cache/rake-10.5.0.gem +0 -0
  54. data/vendor/cache/thor-0.20.0.gem +0 -0
  55. data/vendor/cache/thread_safe-0.3.6.gem +0 -0
  56. data/vendor/cache/tzinfo-1.2.3.gem +0 -0
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1f6d3d4418844b71956bea9e0b8081ee840ffb41
4
- data.tar.gz: 647e5fcbbc8c74f42e1e97239e15ea602baa44b3
3
+ metadata.gz: 6705a682f2c7ecd3508fcaa7418856fe3a509577
4
+ data.tar.gz: 6e4c99406a6b22d122c34d7e78d0806e10c55465
5
5
  SHA512:
6
- metadata.gz: 2dcb44727cd2f0bd17e29cd28ce0b3d00827ff6644706e71ed09b0b734377cdcb9ce89ac3b8764d27180a7c8e10c2322e2ac7dc2a6981891c9f59943dab01c1c
7
- data.tar.gz: 287c4480a1b7c87ae4d5dbf0bc25cd9c0fee7cf6e07032ae23fa07826242d6d160c233f4f4a3afc7e1715a3063e49d4494a4b6d389bb6e9b3aae9f99ba9cac46
6
+ metadata.gz: dac04a220aeac62539e18d96747253f4ad0d4a88470ddb89763a99c1f9fcbfe2727f004ee07e93b39a8599675fe98210978f6cf5762aba95472db92ad847f0c0
7
+ data.tar.gz: d13b8dd91085dd511859dec060500a3894774a48873212043c20ee002acd66427ebdcda34098a8b4fb255250453dc64b4e595d247b1f4b9486b983dff1954976
@@ -1,19 +1,19 @@
1
- {% block top_of_page %}{% endblock %}
2
- <html>
3
-
1
+ <%= yield :top_of_page %>
2
+ <!DOCTYPE html>
3
+ <html lang="en">
4
4
  <head>
5
- <title>{% block page_title %} {% endblock %}</title>
5
+ <title><%= yield :page_title %> </title>
6
6
  <meta name="viewport" content="width=device-width" />
7
- {% block head %} {% endblock %}
7
+ <%= yield :head %>
8
8
  </head>
9
9
 
10
- <body class="{% block body_classes %}{% endblock %}">
10
+ <body class="<%= yield :body_classes %>">
11
11
  <script>
12
12
  document.body.className = ((document.body.className) ? document.body.className + ' js-enabled' : 'js-enabled');
13
13
  </script>
14
- {% block body_start %}{% endblock %}
14
+ <%= yield :body_start %>
15
15
 
16
- <header role="banner" id="global-header" class="{% block header_class %}{% endblock %}">
16
+ <header role="banner" id="global-header" class="<%= yield :header_class%>">
17
17
  <div id="header-wrapper">
18
18
  <div id="header-contents">
19
19
  <div id="header-float-left">
@@ -21,22 +21,24 @@
21
21
  <a href="/" title="Home" id="logo" class="content">
22
22
  <div id="coat-of-arms" alt=""></div>
23
23
  <div class="name">DVLA</div>
24
- <div class="service-name">{% block service_name %}{% endblock %}</div>
24
+ <div class="service-name"><%= yield :service_name %></div>
25
25
  </a>
26
26
  </div>
27
27
  </div>
28
28
  </div>
29
29
  </div>
30
- {% block header_bar %}
30
+ <% if content_for?(:header_bar) %>
31
+ <%= yield :header_bar %>
32
+ <% else %>
31
33
  <div id="global-header-bar"></div>
32
- {% endblock %}
34
+ <% end %>
33
35
  </header>
34
36
 
35
- {% block after_header %}{% endblock %}
37
+ <%= yield :after_header %>
36
38
 
37
39
  <main id="content">
38
40
  <div class="container">
39
- {% block content %}{% endblock %}
41
+ <%= yield :content %>
40
42
  </div>
41
43
  </main>
42
44
  </body>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dvla_internal_frontend_toolkit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.6
4
+ version: 0.2.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Liam Betsworth
@@ -61,60 +61,7 @@ executables: []
61
61
  extensions: []
62
62
  extra_rdoc_files: []
63
63
  files:
64
- - LICENSE
65
- - README.md
66
- - lib/dvla_internal_frontend_toolkit.rb
67
- - lib/dvla_internal_frontend_toolkit/version.rb
68
- - vendor/assets/fonts/Inter-UI-Bold.woff
69
- - vendor/assets/fonts/Inter-UI-Medium.woff
70
- - vendor/assets/fonts/Inter-UI-Regular.woff
71
- - vendor/assets/fonts/dvla-icons.woff
72
- - vendor/assets/images/coat-of-arms-logo.svg
73
- - vendor/assets/images/separator.png
74
- - vendor/assets/images/triangle-caret-down.svg
75
- - vendor/assets/layouts/layout-dialog.html
76
- - vendor/assets/layouts/layout-fixed.html
77
- - vendor/assets/layouts/layout-fluid-tabs-left.html
78
- - vendor/assets/layouts/layout-fluid-tabs-top.html
79
- - vendor/assets/layouts/layout-fluid-tabs.html
80
- - vendor/assets/layouts/layout-fluid.html
81
- - vendor/assets/stylesheets/_dvla-internal-elements.scss
82
- - vendor/assets/stylesheets/constants/_colours.scss
83
- - vendor/assets/stylesheets/constants/_fonts.scss
84
- - vendor/assets/stylesheets/constants/_measurements.scss
85
- - vendor/assets/stylesheets/dvla-internal-elements-styles.min.css
86
- - vendor/assets/stylesheets/dvla-internal-elements-styles.scss
87
- - vendor/assets/stylesheets/elements/_buttons.scss
88
- - vendor/assets/stylesheets/elements/_forms.scss
89
- - vendor/assets/stylesheets/elements/_layout.scss
90
- - vendor/assets/stylesheets/elements/_lists.scss
91
- - vendor/assets/stylesheets/elements/_navigation.scss
92
- - vendor/assets/stylesheets/elements/_tables.scss
93
- - vendor/assets/stylesheets/elements/_tabs.scss
94
- - vendor/assets/stylesheets/elements/_typography.scss
95
- - vendor/assets/stylesheets/elements/_validation.scss
96
- - vendor/cache/actionpack-5.1.4.gem
97
- - vendor/cache/actionview-5.1.4.gem
98
- - vendor/cache/activesupport-5.1.4.gem
99
- - vendor/cache/builder-3.2.3.gem
100
- - vendor/cache/concurrent-ruby-1.0.5.gem
101
- - vendor/cache/crass-1.0.2.gem
102
- - vendor/cache/erubi-1.7.0.gem
103
- - vendor/cache/i18n-0.8.6.gem
104
- - vendor/cache/loofah-2.1.1.gem
105
- - vendor/cache/method_source-0.9.0.gem
106
- - vendor/cache/mini_portile2-2.3.0.gem
107
- - vendor/cache/minitest-5.10.3.gem
108
- - vendor/cache/nokogiri-1.8.1.gem
109
- - vendor/cache/rack-2.0.3.gem
110
- - vendor/cache/rack-test-0.7.0.gem
111
- - vendor/cache/rails-dom-testing-2.0.3.gem
112
- - vendor/cache/rails-html-sanitizer-1.0.3.gem
113
- - vendor/cache/railties-5.1.4.gem
114
- - vendor/cache/rake-10.5.0.gem
115
- - vendor/cache/thor-0.20.0.gem
116
- - vendor/cache/thread_safe-0.3.6.gem
117
- - vendor/cache/tzinfo-1.2.3.gem
64
+ - vendor/assets/layouts/layout-fixed.html.erb
118
65
  homepage: https://github.com/liam-betsworth/dvla_internal_frontend_toolkit
119
66
  licenses:
120
67
  - MIT
data/LICENSE DELETED
@@ -1,19 +0,0 @@
1
- Copyright (C) 2017 Crown Copyright (Driver and Vehicle Licensing Agency)
2
-
3
- Permission is hereby granted, free of charge, to any person obtaining a copy of
4
- this software and associated documentation files (the "Software"), to deal in
5
- the Software without restriction, including without limitation the rights to
6
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
7
- of the Software, and to permit persons to whom the Software is furnished to do
8
- so, subject to the following conditions:
9
-
10
- The above copyright notice and this permission notice shall be included in all
11
- copies or substantial portions of the Software.
12
-
13
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
19
- SOFTWARE.
data/README.md DELETED
@@ -1,7 +0,0 @@
1
- # DVLA Internal Frontend Toolkit
2
-
3
- SCSS files for development of internal DVLA systems.
4
-
5
- Available as an npm package: https://www.npmjs.com/package/dvla-internal-frontend-toolkit
6
-
7
- Available as a ruby gem: https://rubygems.org/gems/dvla_internal_frontend_toolkit
@@ -1,6 +0,0 @@
1
- require "dvla_internal_frontend_toolkit/version"
2
-
3
- module DvlaInternalFrontendToolkit
4
- class Engine < ::Rails::Engine
5
- end
6
- end
@@ -1,3 +0,0 @@
1
- module DvlaInternalFrontendToolkit
2
- VERSION = "0.2.6"
3
- end
@@ -1,71 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="36px" height="30px" viewBox="0 0 36 30" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <!-- Generator: Sketch 45 (43475) - http://www.bohemiancoding.com/sketch -->
4
- <title>Coat Of Arms Logo</title>
5
- <desc>Created with Sketch.</desc>
6
- <defs></defs>
7
- <g id="Symbols" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
- <g id="Page-elements/1-Header/2-Searchbox" transform="translate(-39.000000, -9.000000)" fill="#FFFFFF">
9
- <g id="Top-Bar">
10
- <g id="Coat-Of-Arms-Logo" transform="translate(39.000000, 9.000000)">
11
- <path d="M15.2962548,4.88026471 C15.1284484,5.20791176 14.9824161,5.39732353 15.0062226,5.64761765 C15.0277065,5.89997059 15.2889968,6.07497059 15.4112226,6.33232353 C15.5238677,6.0385 15.7108355,5.81497059 15.6893516,5.58673529 C15.6652548,5.35379412 15.3490935,5.04526471 15.2962548,4.88026471" id="Fill-1"></path>
12
- <path d="M19.6121613,4.88026471 C19.7776452,5.20791176 19.926,5.39732353 19.9021935,5.64761765 C19.8780968,5.89997059 19.6194194,6.07497059 19.4971935,6.33232353 C19.3845484,6.0385 19.1975806,5.81497059 19.2190645,5.58673529 C19.2431613,5.35379412 19.5546774,5.04526471 19.6121613,4.88026471" id="Fill-3"></path>
13
- <path d="M12.8130677,4.69064706 C12.9712935,4.69064706 13.1054226,4.55711765 13.1054226,4.39682353 C13.1054226,4.23182353 12.9712935,4.09829412 12.8130677,4.09829412 C12.6525194,4.09829412 12.5207129,4.23182353 12.5207129,4.39682353 C12.5207129,4.55711765 12.6525194,4.69064706 12.8130677,4.69064706" id="Fill-5"></path>
14
- <path d="M13.0072065,5.11261765 C13.0072065,4.95232353 12.8754,4.81879412 12.7148516,4.81879412 C12.5543032,4.81879412 12.4248194,4.95232353 12.4248194,5.11261765 C12.4248194,5.27761765 12.5543032,5.41114706 12.7148516,5.41114706 C12.8754,5.41114706 13.0072065,5.27761765 13.0072065,5.11261765" id="Fill-7"></path>
15
- <path d="M13.1500452,5.82864706 C13.1500452,5.66835294 13.0159161,5.53482353 12.8576903,5.53482353 C12.6971419,5.53482353 12.5676581,5.66835294 12.5676581,5.82864706 C12.5676581,5.98894118 12.6971419,6.12247059 12.8576903,6.12247059 C13.0159161,6.12247059 13.1500452,5.98894118 13.1500452,5.82864706" id="Fill-9"></path>
16
- <path d="M14.4255484,3.28217647 C14.5860968,3.28217647 14.7179032,3.14864706 14.7179032,2.98835294 C14.7179032,2.82335294 14.5860968,2.69452941 14.4255484,2.69452941 C14.2673226,2.69452941 14.1355161,2.82335294 14.1355161,2.98835294 C14.1355161,3.14864706 14.2673226,3.28217647 14.4255484,3.28217647" id="Fill-11"></path>
17
- <path d="M13.702471,3.50967647 C13.8606968,3.50967647 13.9948258,3.37614706 13.9948258,3.21114706 C13.9948258,3.05085294 13.8606968,2.91732353 13.702471,2.91732353 C13.5419226,2.91732353 13.4101161,3.05085294 13.4101161,3.21114706 C13.4101161,3.37614706 13.5419226,3.50967647 13.702471,3.50967647" id="Fill-13"></path>
18
- <path d="M13.1313484,4.0125 C13.2918968,4.0125 13.4237032,3.88367647 13.4237032,3.71867647 C13.4237032,3.55602941 13.2918968,3.42485294 13.1313484,3.42485294 C12.9731226,3.42485294 12.8389935,3.55602941 12.8389935,3.71867647 C12.8389935,3.88367647 12.9731226,4.0125 13.1313484,4.0125" id="Fill-15"></path>
19
- <path d="M15.1886323,3.35332353 C15.3468581,3.35332353 15.4786645,3.21979412 15.4786645,3.05479412 C15.4786645,2.89685294 15.3468581,2.76097059 15.1886323,2.76097059 C15.0280839,2.76097059 14.8962774,2.89685294 14.8962774,3.05479412 C14.8962774,3.21979412 15.0280839,3.35332353 15.1886323,3.35332353" id="Fill-17"></path>
20
- <path d="M15.9117097,3.56673529 C16.0699355,3.56673529 16.2017419,3.43320588 16.2017419,3.26820588 C16.2017419,3.10791176 16.0699355,2.97438235 15.9117097,2.97438235 C15.7488387,2.97438235 15.6193548,3.10791176 15.6193548,3.26820588 C15.6193548,3.43320588 15.7488387,3.56673529 15.9117097,3.56673529" id="Fill-19"></path>
21
- <path d="M16.5904548,3.88917647 C16.7510032,3.88917647 16.8828097,3.75564706 16.8828097,3.59064706 C16.8828097,3.43035294 16.7510032,3.29682353 16.5904548,3.29682353 C16.432229,3.29682353 16.2981,3.43035294 16.2981,3.59064706 C16.2981,3.75564706 16.432229,3.88917647 16.5904548,3.88917647" id="Fill-21"></path>
22
- <path d="M21.7933548,4.39661765 C21.7933548,4.55691176 21.9251613,4.69044118 22.0857097,4.69044118 C22.2462581,4.69044118 22.3757419,4.55691176 22.3757419,4.39661765 C22.3757419,4.23161765 22.2462581,4.09808824 22.0857097,4.09808824 C21.9251613,4.09808824 21.7933548,4.23161765 21.7933548,4.39661765" id="Fill-23"></path>
23
- <path d="M22.1818645,4.81861765 C22.0236387,4.81861765 21.8895097,4.94744118 21.8895097,5.11244118 C21.8895097,5.27744118 22.0236387,5.41097059 22.1818645,5.41097059 C22.3424129,5.41097059 22.4742194,5.27744118 22.4742194,5.11244118 C22.4742194,4.94744118 22.3424129,4.81861765 22.1818645,4.81861765" id="Fill-25"></path>
24
- <path d="M22.0392581,5.53461765 C21.8810323,5.53461765 21.7492258,5.66814706 21.7492258,5.82844118 C21.7492258,5.99344118 21.8810323,6.12226471 22.0392581,6.12226471 C22.1998065,6.12226471 22.3316129,5.99344118 22.3316129,5.82844118 C22.3316129,5.66814706 22.1998065,5.53461765 22.0392581,5.53461765" id="Fill-27"></path>
25
- <path d="M20.4711097,3.28217647 C20.6316581,3.28217647 20.7634645,3.14864706 20.7634645,2.98835294 C20.7634645,2.82335294 20.6316581,2.69452941 20.4711097,2.69452941 C20.3128839,2.69452941 20.1787548,2.82335294 20.1787548,2.98835294 C20.1787548,3.14864706 20.3128839,3.28217647 20.4711097,3.28217647" id="Fill-29"></path>
26
- <path d="M21.1965968,3.50967647 C21.3571452,3.50967647 21.4889516,3.37614706 21.4889516,3.21114706 C21.4889516,3.05085294 21.3571452,2.91732353 21.1965968,2.91732353 C21.0360484,2.91732353 20.9042419,3.05085294 20.9042419,3.21114706 C20.9042419,3.37614706 21.0360484,3.50967647 21.1965968,3.50967647" id="Fill-31"></path>
27
- <path d="M21.7677194,4.0125 C21.9259452,4.0125 22.0600742,3.88367647 22.0600742,3.71867647 C22.0600742,3.55602941 21.9259452,3.42485294 21.7677194,3.42485294 C21.607171,3.42485294 21.4753645,3.55602941 21.4753645,3.71867647 C21.4753645,3.88367647 21.607171,4.0125 21.7677194,4.0125" id="Fill-33"></path>
28
- <path d="M19.7104065,3.35332353 C19.8732774,3.35332353 20.0027613,3.21979412 20.0027613,3.05479412 C20.0027613,2.89685294 19.8732774,2.76097059 19.7104065,2.76097059 C19.5498581,2.76097059 19.4180516,2.89685294 19.4180516,3.05479412 C19.4180516,3.21979412 19.5498581,3.35332353 19.7104065,3.35332353" id="Fill-35"></path>
29
- <path d="M18.9870968,3.56673529 C19.1499677,3.56673529 19.2794516,3.43320588 19.2794516,3.26820588 C19.2794516,3.10791176 19.1499677,2.97438235 18.9870968,2.97438235 C18.828871,2.97438235 18.6947419,3.10791176 18.6947419,3.26820588 C18.6947419,3.43320588 18.828871,3.56673529 18.9870968,3.56673529" id="Fill-37"></path>
30
- <path d="M18.0159968,3.59029412 C18.0159968,3.75529412 18.1454806,3.88882353 18.306029,3.88882353 C18.4689,3.88882353 18.5983839,3.75529412 18.5983839,3.59029412 C18.5983839,3.43 18.4689,3.29647059 18.306029,3.29647059 C18.1454806,3.29647059 18.0159968,3.43 18.0159968,3.59029412" id="Fill-39"></path>
31
- <path d="M16.9509194,5.19323529 L17.3794908,5.19323529 L17.3794908,3.92823529 C17.2260236,3.90882353 17.0824086,3.87470588 16.9509194,3.82382353 L16.9509194,5.19323529 Z" id="Fill-41"></path>
32
- <path d="M18.0481327,3.82264706 C17.9166435,3.87117647 17.7730285,3.90764706 17.6195613,3.92705882 L17.6195613,5.19205882 L18.0481327,5.19205882 L18.0481327,3.82264706 Z" id="Fill-43"></path>
33
- <path d="M17.2622323,2.4285 L17.2622323,1.6735 C16.8955548,1.75585294 16.6104581,2.04967647 16.5457161,2.4285 L17.2622323,2.4285 Z" id="Fill-45"></path>
34
- <path d="M17.6413935,2.4285 L18.3532645,2.4285 C18.2908452,2.05467647 18.0034258,1.75585294 17.6413935,1.6735 L17.6413935,2.4285 Z" id="Fill-47"></path>
35
- <path d="M16.555471,2.78905882 C16.6466323,3.20670588 17.0106968,3.51494118 17.4493742,3.51494118 C17.8880516,3.51494118 18.2524065,3.20670588 18.3458903,2.78905882 L16.555471,2.78905882 Z" id="Fill-49"></path>
36
- <path d="M17.9503258,1.56073529 C17.7418742,1.39573529 17.5836484,1.15779412 17.5525839,0.902794118 C17.7921,0.948970588 18.0580355,1.11897059 18.2139387,1.32779412 L18.2139387,0.312794118 C18.0580355,0.521617647 17.7921,0.698676471 17.5525839,0.740147059 C17.5813258,0.494852941 17.729971,0.266617647 17.9334871,0.00926470588 L16.9652613,0.00926470588 C17.1690677,0.266617647 17.3177129,0.494852941 17.3438419,0.740147059 C17.1066484,0.698676471 16.8383903,0.521617647 16.6848097,0.312794118 L16.6848097,1.32779412 C16.8383903,1.11897059 17.1066484,0.948970588 17.3438419,0.902794118 C17.3127774,1.15779412 17.1571645,1.39573529 16.9461,1.56073529 L17.9503258,1.56073529 Z" id="Fill-51"></path>
37
- <path d="M17.9750032,22.7628824 C17.7784548,22.7628824 17.620229,22.5978824 17.620229,22.3987647 C17.620229,22.1996471 17.7784548,22.032 17.9750032,22.032 C18.1761968,22.032 18.3370355,22.1996471 18.3370355,22.3987647 C18.3370355,22.5978824 18.1761968,22.7628824 17.9750032,22.7628824 M16.2565839,22.2214118 C16.0408742,22.2214118 15.8658097,22.0417059 15.8658097,21.8231765 C15.8658097,21.6046471 16.0408742,21.4249412 16.2565839,21.4249412 C16.4746161,21.4249412 16.6496806,21.6046471 16.6496806,21.8231765 C16.6496806,22.0417059 16.4746161,22.2214118 16.2565839,22.2214118 M15.6646161,20.4537647 L15.5664871,20.3834706 C15.3864871,20.2449412 15.2404548,20.2449412 15.0799065,20.3858235 C15.0032613,20.4537647 14.9335839,20.5290588 14.8688419,20.6093529 L14.7683903,20.7234706 L14.8354548,20.7817059 C15.0247452,20.9322941 15.0511645,21.0972941 14.9960032,21.1967059 C14.9768419,21.2355294 14.9454871,21.2599412 14.9001968,21.2746471 C14.8090355,21.2964118 14.677229,21.2649412 14.5404871,21.1846471 L14.4687774,21.1411176 L14.4255194,21.2114118 C14.4159387,21.2308235 14.4040355,21.2455294 14.3895194,21.2649412 C14.3752935,21.2890588 14.3584548,21.3108235 14.3416161,21.3399412 C14.2626484,21.4834706 14.2243258,21.5925882 14.2243258,21.6822941 C14.2243258,21.7043529 14.2266484,21.7284706 14.2339065,21.7478824 C14.2600355,21.8522941 14.3439387,21.9034706 14.4159387,21.9422941 L14.4615194,21.9714118 C14.5454226,22.0272941 14.6653258,22.0999412 14.7538742,22.1461176 C14.5837452,22.2408235 14.4182613,22.2505294 14.2530677,22.1705294 C14.0013581,22.0417059 13.8408097,21.7528824 13.8408097,21.6096471 C13.8408097,21.3887647 13.9389387,21.107 14.1163258,20.8228824 L14.1450677,20.7817059 L14.1186484,20.7331765 C14.0637774,20.6481765 14.0228419,20.5631765 13.9868419,20.4828824 C14.0829387,20.4952353 14.1787452,20.5096471 14.272229,20.5340588 L14.3201323,20.5437647 L14.3535194,20.5096471 C14.4615194,20.3858235 14.8496806,19.9925882 15.2067774,19.9925882 C15.3699387,19.9925882 15.5351323,20.0799412 15.659971,20.2208235 C15.7531645,20.3299412 15.8109387,20.4587647 15.8274871,20.5775882 C15.7772613,20.5437647 15.7197774,20.4952353 15.6646161,20.4537647 M19.0248097,21.8522941 C18.1068097,21.6193529 17.0140355,21.2211176 15.9906484,20.7525882 L15.992971,20.7378824 C16.0240355,20.5290588 15.9450677,20.2911176 15.7845194,20.1114118 C15.6286161,19.927 15.4178419,19.8225882 15.2067774,19.8225882 C15.1132935,19.8225882 15.0198097,19.847 14.9289387,19.8784706 C14.7802935,19.7472941 14.641229,19.5993529 14.5071,19.4390588 C14.1212613,18.9825882 13.8193258,18.4484706 13.6082613,17.8558235 C13.4837129,17.5134706 13.3948742,17.1614118 13.3423258,16.8022941 C13.2918097,17.1008235 12.9588097,17.4990588 12.3836806,17.5087647 C12.3906484,17.4478824 12.3860032,17.2949412 12.3357774,17.2805294 C12.1848097,17.4478824 11.9569065,17.6325882 11.4369387,17.4478824 C11.5185194,17.8584706 11.6311645,18.2614118 11.7748742,18.6522941 C12.0840677,19.4949412 12.5273903,20.2499412 13.0906161,20.8934706 C13.2799065,21.107 13.4764548,21.3061176 13.6802613,21.4931765 C13.6776484,21.5293529 13.6730032,21.5731765 13.6730032,21.6096471 C13.6730032,21.8281765 13.8814548,22.1752353 14.1810677,22.3211176 C14.4255194,22.4399412 14.6868097,22.4108235 14.9289387,22.2361176 C15.3722613,22.4787647 15.9427452,22.7022941 16.5538742,22.877 C17.2416484,23.0664118 17.9056161,23.1755294 18.4255839,23.1755294 C18.8738419,23.1755294 19.4631968,22.962 20.0481968,22.5928824 C20.2781323,22.4399412 20.4987774,22.2749412 20.6616484,22.117 C20.6831323,22.0999412 20.7049065,22.0805294 20.7240677,22.0564118 C20.2708742,22.122 19.5831,21.9955294 19.0248097,21.8522941" id="Fill-53"></path>
38
- <path d="M18.7675839,25.6228235 C18.7005194,25.499 18.6047129,25.4287059 18.5208097,25.4287059 C18.1468742,25.4287059 18.2929065,26.429 17.8449387,26.429 C17.6507129,26.429 17.5453258,26.3001765 17.5453258,26.1642941 C17.5453258,26.0210588 17.6434548,25.9772353 17.6434548,25.8631176 C17.6434548,25.7516471 17.557229,25.7078235 17.4591,25.7078235 C17.3630032,25.7078235 17.2744548,25.7516471 17.2744548,25.8631176 C17.2744548,25.9772353 17.3725839,26.0210588 17.3725839,26.1642941 C17.3725839,26.3001765 17.2671968,26.429 17.0732613,26.429 C16.6250032,26.429 16.7736484,25.4287059 16.3973903,25.4287059 C16.3158097,25.4287059 16.2176806,25.499 16.1529387,25.6228235 C16.0760032,25.4795882 16.0353581,25.3387059 16.0353581,25.2342941 C16.0353581,25.0498824 16.1744226,24.7925294 16.4667774,24.7925294 C16.9675839,24.7925294 16.8502935,25.4842941 17.0898097,25.4842941 C17.1978097,25.4842941 17.2744548,25.419 17.2744548,25.3145882 C17.2744548,25.1154706 16.9269387,24.9357647 16.9269387,24.6492941 C16.9269387,24.3651765 17.180971,24.1295882 17.4591,23.9013529 C17.7369387,24.1295882 17.990971,24.3651765 17.990971,24.6492941 C17.990971,24.9357647 17.6434548,25.1154706 17.6434548,25.3145882 C17.6434548,25.419 17.7201,25.4842941 17.8281,25.4842941 C18.0676161,25.4842941 17.9503258,24.7925294 18.4511323,24.7925294 C18.7434871,24.7925294 18.8825516,25.0498824 18.8825516,25.2342941 C18.8825516,25.3387059 18.8395839,25.4795882 18.7675839,25.6228235 M17.4591,27.0260588 C17.3246806,27.0260588 17.2146484,26.9119412 17.2146484,26.7784118 C17.2146484,26.6425294 17.3246806,26.5334118 17.4591,26.5334118 C17.5955516,26.5334118 17.7035516,26.6425294 17.7035516,26.7784118 C17.7035516,26.9119412 17.5955516,27.0260588 17.4591,27.0260588 M18.4511323,24.5981176 C18.3840677,24.5981176 18.3242613,24.6078235 18.2667774,24.6272353 L18.2667774,23.5128235 C17.7874548,23.4934118 17.224229,23.4181176 16.6610032,23.2651765 L16.6610032,24.6322353 C16.6035194,24.6078235 16.5361645,24.5981176 16.4667774,24.5981176 C16.0809387,24.5981176 15.8411323,24.9260588 15.8411323,25.2342941 C15.8411323,25.5137059 16.0089387,25.7781176 16.1529387,25.9504706 C16.2246484,25.7734118 16.2917129,25.6375294 16.3851968,25.6375294 C16.5771,25.6375294 16.4908742,26.599 17.0491645,26.6231176 C17.0323258,26.6716471 17.0204226,26.7228235 17.0204226,26.7784118 C17.0204226,27.0213529 17.216971,27.2204706 17.4591,27.2204706 C17.7009387,27.2204706 17.8951645,27.0213529 17.8951645,26.7784118 C17.8951645,26.7228235 17.8855839,26.6716471 17.8687452,26.6231176 C18.4273258,26.599 18.3338419,25.6375294 18.5254548,25.6375294 C18.6212613,25.6375294 18.6813581,25.7637059 18.7652613,25.9504706 C18.908971,25.7781176 19.0767774,25.5137059 19.0767774,25.2342941 C19.0767774,24.9260588 18.836971,24.5981176 18.4511323,24.5981176" id="Fill-55"></path>
39
- <path d="M31.3474065,25.9355588 C31.3259226,25.8796765 31.2635032,25.8458529 31.2036968,25.8652647 C29.9166968,26.2437941 28.3205032,25.1682059 26.779471,24.1243824 C25.4802774,23.2479118 24.2533742,22.4173235 23.2035677,22.4173235 C22.8127935,22.4173235 22.4678903,22.5023235 22.1706,22.6626176 C21.8039226,22.8714412 21.5284065,23.1943824 21.3533419,23.6264412 C21.1759548,24.0635 20.9913097,24.3623235 20.8403419,24.6026176 C20.6632452,24.8867353 20.5288258,25.0905588 20.5288258,25.3529118 C20.5288258,25.5617353 20.6199871,25.7511471 20.7996968,25.9305588 C20.9483419,26.0837941 21.1640516,26.2293824 21.4732452,26.3943824 C21.5403097,26.4332059 21.6073742,26.4673235 21.6721161,26.4940882 C21.9238258,26.6226176 22.0843742,26.7076176 22.1131161,26.8558529 C21.6073742,27.0790882 20.9483419,27.2685 20.200471,27.4020294 C19.3567935,27.5526176 18.4295032,27.6279118 17.4563419,27.6279118 C16.4785355,27.6279118 15.5532774,27.5526176 14.7122129,27.4020294 C13.9620194,27.2685 13.3029871,27.0790882 12.7926,26.8508529 C12.8140839,26.6373235 12.9723097,26.5473235 13.2501484,26.4137941 C13.3172129,26.3823235 13.3819548,26.3532059 13.4516323,26.3143824 C13.7056645,26.1785 13.9477935,26.0446765 14.1106645,25.8917353 C14.2926968,25.7317353 14.3766,25.5617353 14.3766,25.3529118 C14.3766,25.0905588 14.2471161,24.8867353 14.0700194,24.6026176 C13.9213742,24.3623235 13.7320839,24.0635 13.5570194,23.6264412 C13.3819548,23.1943824 13.1064387,22.8714412 12.7374387,22.6676176 C12.4401484,22.5073235 12.0949548,22.4223235 11.7091161,22.4223235 C10.6569871,22.4223235 9.42747097,23.2479118 8.12856774,24.1243824 C6.58985806,25.1682059 4.99366452,26.2437941 3.70666452,25.8652647 C3.64453548,25.8505588 3.58443871,25.8796765 3.56063226,25.9405588 C3.54147097,25.9961471 3.5702129,26.0643824 3.62769677,26.0885 C4.01818065,26.2632059 4.36337419,26.5376176 4.69666452,26.7976176 C5.15682581,27.1640882 5.59782581,27.5087941 6.07947097,27.5087941 C6.53469677,27.5087941 7.02853548,27.3632059 7.62514839,27.0499706 C8.14047097,26.7755588 8.67989032,26.4040882 9.19985806,26.0446765 C10.2159871,25.3432059 11.2657935,24.6170294 12.2627613,24.5370294 C12.1573742,24.6414412 12.0566323,24.7361471 11.9608258,24.8211471 C11.6661484,25.0858529 11.4121161,25.3187941 11.4121161,25.7826176 C11.4121161,26.1540882 11.5343419,26.4137941 11.7091161,26.7805588 C11.7596323,26.8849706 11.8171161,27.0014412 11.8769226,27.1399706 C11.9872452,27.3876176 12.0328258,27.5914412 12.0998903,27.8658529 C12.1263097,27.9846765 12.1620194,28.1158529 12.2029548,28.2737941 C12.2650839,28.5164412 12.3849871,28.9655588 13.1160194,29.3396765 C13.9620194,29.7767353 15.4191484,29.9999706 17.4563419,29.9999706 C19.4862774,29.9999706 20.9483419,29.7767353 21.7943419,29.3396765 C22.5227613,28.9655588 22.6426645,28.5164412 22.7074065,28.2737941 C22.7480516,28.1158529 22.781729,27.9846765 22.8081484,27.8658529 C22.8752129,27.5914412 22.9207935,27.3876176 23.0311161,27.1399706 C23.1124065,26.9552647 23.1939871,26.8073235 23.2633742,26.6761471 C23.4120194,26.3870294 23.5365677,26.1587941 23.5365677,25.8264412 C23.5365677,25.3576176 23.2683097,25.1149706 22.9591161,24.8308529 C22.8606968,24.7408529 22.7553097,24.6464412 22.6476,24.5323235 C23.6468903,24.6123235 24.6943742,25.3382059 25.7105032,26.0446765 C26.230471,26.3993824 26.7698903,26.7755588 27.2852129,27.0452647 C27.8841484,27.3632059 28.3756645,27.5087941 28.8308903,27.5087941 C29.3102129,27.5087941 29.7512129,27.1640882 30.2136968,26.7949706 C30.5493097,26.5376176 30.8945032,26.2632059 31.2826645,26.0885 C31.3401484,26.0643824 31.3688903,25.9914412 31.3474065,25.9355588" id="Fill-57"></path>
40
- <path d="M17.6272548,15.8205588 L17.6272548,10.9305588 C18.1306742,10.9549706 18.6195774,11.0787941 19.0771258,11.3093824 C19.5782226,11.5617353 20.0261903,11.9164412 20.412029,12.3776176 C20.7932226,12.8317353 21.1000935,13.3682059 21.3108677,13.9608529 C21.5219323,14.5482059 21.6296419,15.1746765 21.6392226,15.8205588 L17.6272548,15.8205588 Z M17.4594484,8.89114706 C16.0885452,8.89114706 15.1467387,9.29908824 14.5954161,9.67055882 C14.2815774,9.48114706 14.1448355,9.29408824 14.1448355,9.07320588 C14.1448355,8.28879412 16.3425774,8.2185 17.4571258,8.2185 L17.4594484,8.2185 C18.5739968,8.2185 20.7740613,8.28879412 20.7740613,9.07320588 C20.7740613,9.29408824 20.6349968,9.48114706 20.3162226,9.67055882 C19.7675129,9.29908824 18.8257065,8.89114706 17.4594484,8.89114706 L17.4594484,8.89114706 Z M17.3851258,15.8205588 L13.2796742,15.8205588 C13.2869323,15.1746765 13.3946419,14.5482059 13.6057065,13.9608529 C13.8190935,13.3682059 14.121029,12.8317353 14.5045452,12.3776176 C14.8903839,11.9164412 15.3409645,11.5617353 15.8368355,11.3093824 C16.3283516,11.0640882 16.8506419,10.9355588 17.3851258,10.9258529 L17.3851258,15.8205588 Z M23.6212548,15.5073235 C23.4775452,15.4029118 23.2473194,15.1843824 23.1277065,14.9246765 C22.9718032,14.6064412 22.3365774,13.3317353 22.2361258,13.1643824 C22.1545452,13.0235 22.1112871,12.8949706 22.1112871,12.7855588 C22.1112871,12.6520294 22.176029,12.5429118 22.248029,12.4482059 C22.2982548,12.3826176 22.4373194,12.2440882 22.4852226,12.1640882 C22.5284806,12.0985 22.5644806,12.0499706 22.6028032,12.0135 C22.3702548,11.6055588 22.1304484,11.2973235 21.8261903,10.9499706 C21.4499323,10.5226176 21.033029,10.1585 20.5775129,9.85497059 C20.8242871,9.69702941 21.0713516,9.46173529 21.0713516,9.07320588 C21.0713516,8.84967647 20.9778677,8.66526471 20.8147065,8.52202941 C21.0713516,7.68673529 21.5338355,6.68173529 21.9269323,6.24202941 L21.1000935,5.88997059 C21.3131903,6.21791176 21.330029,6.60644118 21.2798032,6.82967647 C21.0664161,6.68173529 20.8794484,6.47291176 20.8219645,6.1985 C20.7789968,6.45085294 20.6422548,6.86114706 20.5177065,7.10879412 C20.7572226,6.99467647 20.9465129,6.94379412 21.1886419,7.0435 C21.0521903,7.23761765 20.6924806,7.52644118 20.151029,7.39791176 C19.8586742,7.32261765 19.566029,7.16467647 19.5756097,6.93408824 C19.5828677,6.80055882 19.6812871,6.63555882 19.8682548,6.64997059 C20.0502871,6.67202941 20.0598677,6.94879412 20.0023839,7.06997059 C20.2395774,6.93408824 20.4817065,6.23732353 20.115029,6.13291176 C19.8249968,6.04791176 19.5590613,6.4535 19.4629645,6.76173529 C19.4080935,6.38791176 19.2545129,6.03320588 18.9621581,6.05026471 C18.5786419,6.07938235 18.7058032,6.79085294 18.8376097,6.97055882 C18.8614161,6.72055882 18.9932226,6.58702941 19.1084806,6.59673529 C19.2089323,6.60644118 19.3433516,6.67673529 19.3215774,6.90497059 C19.2954484,7.1285 18.9766742,7.26908824 18.6123194,7.26908824 C18.2648032,7.26908824 17.6513516,7.15997059 17.5912548,6.47761765 C17.8188677,6.52144118 18.1759645,6.69144118 18.3272226,6.92438235 C18.279029,6.51173529 18.279029,6.21791176 18.3272226,5.78555882 C18.1402548,6.05997059 17.8214806,6.1985 17.6031581,6.23232353 C17.6679,5.93879412 17.9149645,5.63026471 18.2047065,5.44820588 L16.7046097,5.44820588 C16.9897065,5.63026471 17.2414161,5.93879412 17.3038355,6.23232353 C17.0831903,6.1935 16.7763194,6.05526471 16.5919645,5.78555882 C16.6398677,6.21791176 16.6398677,6.51173529 16.5919645,6.92438235 C16.7406097,6.69614706 17.0855129,6.52144118 17.3134161,6.47761765 C17.2556419,7.15997059 16.6421903,7.26908824 16.2923516,7.26908824 C15.9303194,7.26908824 15.6115452,7.1285 15.5854161,6.90497059 C15.5636419,6.67673529 15.6980613,6.60644118 15.7985129,6.59673529 C15.9111581,6.58702941 16.0479,6.72055882 16.0693839,6.97055882 C16.2035129,6.79085294 16.3257387,6.07938235 15.9471581,6.05026471 C15.6524806,6.03320588 15.4989,6.38791176 15.4463516,6.76173529 C15.3505452,6.4535 15.0819968,6.04791176 14.7896419,6.13291176 C14.4229645,6.23732353 14.6697387,6.93408824 14.9022871,7.06997059 C14.8494484,6.94879412 14.859029,6.67202941 15.0387387,6.64997059 C15.2233839,6.63555882 15.3241258,6.80055882 15.3313839,6.93408824 C15.3432871,7.16467647 15.0509323,7.32261765 14.7559645,7.39791176 C14.2168355,7.52644118 13.8620613,7.23761765 13.7206742,7.04820588 C13.9651258,6.93908824 14.1616742,6.99467647 14.3988677,7.10879412 C14.2766419,6.86114706 14.1401903,6.45085294 14.0946097,6.1985 C14.0348032,6.47761765 13.8478355,6.68644118 13.6271903,6.83938235 C13.5792871,6.61114706 13.5888677,6.22261765 13.8069,5.88997059 L12.9823839,6.24202941 C13.3754806,6.68173529 13.8382548,7.69173529 14.0922871,8.52673529 C13.9363839,8.67497059 13.8478355,8.85467647 13.8478355,9.07320588 C13.8478355,9.46173529 14.0922871,9.69702941 14.3390613,9.85497059 C13.8835452,10.1585 13.4689645,10.5226176 13.0903839,10.9499706 C12.5294806,11.5911471 12.0838355,12.3387941 11.7746419,13.1740882 C11.8872871,13.2929118 12.3834484,13.8417353 12.4960935,13.9899706 C12.7022226,14.2543824 12.826771,14.5167353 12.8314161,14.7205588 C12.8459323,15.0993824 12.9249,15.2523235 13.1240613,15.5026176 C13.1861903,15.5826176 13.275029,15.8811471 13.2846097,16.0635 L17.3851258,16.0635 L17.3851258,20.5867353 C17.2269,20.6011471 17.0544484,20.6426176 16.9153839,20.8149706 C17.3874484,21.0090882 17.8406419,21.1790882 18.2912226,21.3223235 C18.3368032,21.0261471 18.3942871,20.8464412 18.5452548,20.6620294 C18.5452548,20.6620294 17.9483516,20.6011471 17.6272548,20.5867353 L17.6272548,16.0635 L21.6369,16.0635 C21.6200613,16.6826176 21.5146742,17.2846765 21.3108677,17.8552647 C21.1000935,18.4476176 20.7932226,18.9840882 20.412029,19.4382059 C20.0261903,19.8946765 19.5782226,20.2540882 19.0771258,20.5017353 C18.9981581,20.5429118 19.0028032,20.6011471 18.9215129,20.6376176 C18.8495129,20.7152647 18.7775129,20.8464412 18.7249645,21.0043824 C18.6747387,21.1402647 18.6552871,21.2349706 18.6314806,21.4170294 C18.820771,21.4729118 18.9215129,21.5070294 19.1012226,21.5482059 C20.5104484,21.9049706 20.8579645,21.8005588 20.9369323,21.7376176 L20.9395452,21.7376176 C21.2557065,21.4923235 21.5529968,21.2082059 21.8261903,20.8949706 C22.3894161,20.2490882 22.8350613,19.4917353 23.1442548,18.6517353 C23.4656419,17.7846765 23.6261903,16.8596765 23.6261903,15.9102647 C23.6261903,15.7355588 23.6331581,15.6820294 23.6212548,15.5073235 L23.6212548,15.5073235 Z" id="Fill-59"></path>
41
- <path d="M19.8686032,12.9186176 C19.8349258,12.9500882 19.8207,12.9986176 19.8302806,13.0327353 C19.8445065,13.0692059 19.8758613,13.1080294 19.9501839,13.1127353 C19.9069258,13.1515588 19.8662806,13.2074412 19.8567,13.2827353 C19.9333452,13.2924412 19.9957645,13.2683235 20.0459903,13.2415588 C20.0291516,13.3118529 20.0532484,13.3533235 20.0866355,13.3774412 C20.1153774,13.3968529 20.1563129,13.3968529 20.1920226,13.3774412 C20.496571,13.8753824 20.7073452,14.4456765 20.793571,15.0286176 C20.7552484,14.9995 20.7073452,14.9847941 20.6475387,14.9847941 C20.6498613,15.0721471 20.6809258,15.1330294 20.7291194,15.1765588 L19.7272161,15.1765588 C19.7344742,15.1086176 19.7007968,15.0527353 19.657829,15.0383235 C19.6192161,15.0236176 19.5689903,15.0333235 19.5234097,15.0845 C19.5210871,15.0286176 19.4969903,14.9677353 19.4444419,14.9095 C19.3892806,14.9677353 19.3677968,15.0286176 19.3651839,15.0845 C19.3222161,15.0333235 19.2693774,15.0236176 19.2310548,15.0383235 C19.1880871,15.0527353 19.1567323,15.1086176 19.1616677,15.1765588 L18.3084097,15.1765588 C18.3444097,15.1330294 18.3658935,15.0747941 18.3682161,14.9995 C18.2938935,14.9995 18.2387323,15.0286176 18.1957645,15.0674412 L18.1957645,13.6568529 C18.2605065,13.6665588 18.3226355,13.6397941 18.334829,13.5912647 C18.3490548,13.5547941 18.3444097,13.5062647 18.2843129,13.4550882 C18.3467323,13.4550882 18.4065387,13.4309706 18.4617,13.3727353 C18.4065387,13.3215588 18.3467323,13.3021471 18.2843129,13.2974412 C18.3444097,13.2512647 18.3490548,13.2027353 18.334829,13.1589118 C18.3226355,13.1177353 18.2605065,13.0789118 18.1957645,13.0933235 L18.1957645,11.9036176 C18.2340871,11.9377353 18.2819903,11.9547941 18.3467323,11.9645 C18.3490548,11.8989118 18.3322161,11.8406765 18.3060871,11.7945 C18.5697,11.8842059 18.8309903,12.0130294 19.0754419,12.1780294 C19.3651839,12.3771471 19.6360548,12.6247941 19.8686032,12.9186176 M21.0046355,15.0236176 C21.0717,15.0674412 21.0525387,15.1792059 20.9590548,15.1718529 C20.872829,14.4359706 20.6042806,13.7150882 20.1897,13.1080294 C20.1920226,13.1030294 20.1969581,13.1030294 20.2016032,13.0983235 C20.2759258,13.0692059 20.3528613,13.0036176 20.3720226,12.8797941 C20.2471839,12.8650882 20.1586355,12.9283235 20.1153774,12.9986176 C20.0843129,12.9597941 20.055571,12.9236176 20.026829,12.8797941 C19.7704742,12.5518529 19.4755065,12.2777353 19.1567323,12.0592059 C18.8501516,11.8503824 18.5264419,11.6997941 18.1885065,11.6097941 C18.1934419,11.5297941 18.2965065,11.5200882 18.3394742,11.5903824 C18.3490548,11.4568529 18.2413452,11.3962647 18.1742806,11.4206765 C18.1429258,11.4327353 18.1118613,11.4618529 18.1046032,11.5200882 C18.0639581,11.4715588 18.0064742,11.4327353 17.922571,11.4253824 C17.9176355,11.5103824 17.9440548,11.5709706 17.9777323,11.6195 C17.9272161,11.6195 17.8912161,11.6415588 17.8720548,11.6706765 C17.8409903,11.7336176 17.8816355,11.8503824 18.0137323,11.8600882 C17.9513129,11.8139118 17.9751194,11.7142059 18.0567,11.7192059 L18.0567,13.3071471 C17.9751194,13.2827353 17.8769903,13.2924412 17.7930871,13.3727353 C17.8769903,13.4577353 17.9751194,13.4674412 18.0567,13.4453824 L18.0567,15.1718529 C17.9681516,15.1765588 17.9489903,15.0721471 18.0160548,15.0236176 C17.886571,15.0236176 17.8337323,15.1377353 17.8601516,15.1986176 C17.8793129,15.2421471 17.9202484,15.2712647 17.9896355,15.2615588 C17.9536355,15.3030294 17.9272161,15.3659706 17.9248935,15.4462647 C18.0015387,15.4462647 18.0590226,15.4121471 18.1046032,15.3756765 C18.0950226,15.4509706 18.1287,15.4824412 18.1647,15.5068529 C18.226829,15.5359706 18.3417968,15.4824412 18.3417968,15.3515588 C18.2938935,15.4171471 18.190829,15.3977353 18.190829,15.3174412 L19.3747645,15.3174412 C19.3556032,15.3927353 19.3628613,15.4921471 19.4444419,15.5797941 C19.5260226,15.4921471 19.5356032,15.3927353 19.513829,15.3174412 L20.8321839,15.3174412 C20.8391516,15.3977353 20.7337645,15.4268529 20.6858613,15.3612647 C20.6881839,15.4874412 20.8080871,15.5409706 20.8632484,15.5068529 C20.9062161,15.4874412 20.9326355,15.4509706 20.9256677,15.3756765 C20.9663129,15.4121471 21.0284419,15.4412647 21.1053774,15.4412647 C21.1027645,15.3659706 21.0717,15.3030294 21.0333774,15.2615588 C21.1053774,15.2665588 21.1437,15.2374412 21.1605387,15.1936176 C21.1866677,15.1330294 21.1341194,15.0189118 21.0046355,15.0236176" id="Fill-61"></path>
42
- <path d="M20.3026355,14.5827647 C20.3528613,14.5583529 20.3937968,14.5221765 20.4129581,14.4833529 C20.3528613,14.5027647 20.3122161,14.4736471 20.3003129,14.4686471 C20.3386355,14.4395294 20.3842161,14.4686471 20.3386355,14.3933529 C20.2907323,14.3180588 20.2593774,14.3180588 20.2114742,14.3692353 C20.1612484,14.4224706 19.8447968,14.3595294 19.8474097,14.1142353 C19.8688935,14.1554118 19.9118613,14.1845294 19.9551194,14.2039412 C19.9670226,14.2136471 19.9792161,14.2186471 19.9934419,14.2233529 C20.0079581,14.2283529 20.0221839,14.2283529 20.0367,14.2307059 C20.0654419,14.2454118 20.098829,14.2501176 20.127571,14.2454118 C20.1325065,14.2454118 20.1420871,14.2501176 20.1444097,14.2501176 L20.1444097,14.2357059 C20.2091516,14.2233529 20.2593774,14.1845294 20.2666355,14.1142353 C20.2785387,13.9807059 20.1539903,13.9198235 20.0175387,13.801 C19.9623774,13.7571765 19.9240548,13.716 19.8880548,13.6818824 C19.8424742,13.5871765 19.8712161,13.5021765 19.7539258,13.3251176 C19.7466677,13.2836471 19.7370871,13.2351176 19.7153129,13.1695294 C19.6508613,13.2836471 19.6244419,13.5021765 19.7873129,13.6818824 C19.9214419,13.8277647 20.206829,13.9757059 20.1923129,14.0995294 C20.1899903,14.1262941 20.163571,14.1554118 20.1229258,14.1651176 C20.1084097,14.1651176 20.0941839,14.1651176 20.0796677,14.1604118 C20.0727,14.1604118 20.0654419,14.1554118 20.0532484,14.1507059 C20.0367,14.1457059 20.0175387,14.136 19.9934419,14.1239412 C19.9647,14.1045294 19.9336355,14.0851176 19.8953129,14.0462941 C19.7777323,13.9321765 19.6700226,13.7718824 19.6026677,13.6771765 C19.4685387,13.5071765 19.5309581,13.3445294 19.5501194,13.2036471 C19.6436032,13.0701176 19.4926355,12.8054118 19.4064097,12.7424706 C19.4064097,12.7424706 19.425571,12.6815882 19.4014742,12.6015882 C19.3799903,12.6136471 19.3416677,12.6136471 19.3198935,12.6089412 C19.2937645,12.5627647 19.2841839,12.5530588 19.252829,12.5480588 C19.1930226,12.5383529 19.1953452,12.5068824 19.1880871,12.4824706 C19.1570226,12.5092353 19.1474419,12.5433529 19.1114419,12.5433529 C19.0635387,12.5480588 19.0467,12.5433529 19.0275387,12.5627647 C18.9915387,12.5868824 18.9773129,12.6015882 18.9294097,12.5965882 C18.8719258,12.5965882 18.8742484,12.6283529 18.8788935,12.6671765 C18.8815065,12.6912941 18.883829,12.7277647 18.919829,12.7424706 C18.9244742,12.7471765 18.9294097,12.7521765 18.9366677,12.7521765 L18.9773129,12.8007059 L19.0060548,12.7471765 C19.0301516,12.7277647 19.0972161,12.7180588 19.1114419,12.7715882 C19.1210226,12.8054118 19.1282806,12.8127647 19.0827,12.8177647 C19.0371194,12.8274706 19.0133129,12.8274706 18.9677323,12.8321765 C18.9389903,12.8321765 18.9389903,12.871 18.9413129,12.8954118 C18.9436355,12.9268824 18.9749903,12.9415882 19.0397323,12.9268824 C19.1041839,12.9098235 19.216829,12.9001176 19.216829,12.956 C19.216829,13.0992353 19.0539581,13.0945294 19.0179581,13.2642353 C18.9749903,13.2351176 18.9389903,13.2086471 18.9175065,13.1695294 C18.8934097,13.126 18.8550871,13.0751176 18.7949903,13.0165882 C18.7616032,12.9851176 18.7209581,12.9462941 18.6727645,12.9171765 C18.6202161,12.8857059 18.6178935,12.8565882 18.6178935,12.7957059 C18.6178935,12.7471765 18.6393774,12.701 18.6393774,12.6524706 C18.6393774,12.6477647 18.6297968,12.6186471 18.6248613,12.6062941 C18.6129581,12.5771765 18.5699903,12.5530588 18.5482161,12.5577647 C18.5577968,12.5674706 18.5723129,12.5821765 18.5769581,12.6089412 C18.5650548,12.6186471 18.5554742,12.6330588 18.5554742,12.6380588 C18.5458935,12.6477647 18.5386355,12.6671765 18.5554742,12.6865882 C18.5577968,12.6865882 18.5577968,12.6912941 18.5577968,12.6962941 C18.5577968,12.706 18.5577968,12.7107059 18.5554742,12.7180588 C18.5554742,12.7277647 18.5531516,12.7277647 18.5505387,12.7180588 C18.5386355,12.6865882 18.5217968,12.6330588 18.4860871,12.6283529 L18.4643129,12.6283529 C18.4643129,12.6283529 18.4669258,12.6233529 18.4669258,12.6186471 C18.4669258,12.5821765 18.4283129,12.5530588 18.3804097,12.6015882 C18.3899903,12.6015882 18.4117645,12.6062941 18.4164097,12.6136471 C18.4117645,12.6283529 18.4091516,12.6477647 18.4091516,12.6524706 C18.4045065,12.6865882 18.4332484,12.706 18.471571,12.706 C18.478829,12.706 18.4834742,12.7107059 18.4834742,12.7133529 C18.4860871,12.7180588 18.4860871,12.7230588 18.4884097,12.7277647 C18.4907323,12.7374706 18.4860871,12.7374706 18.4834742,12.7327647 C18.4187323,12.706 18.3899903,12.7374706 18.3876677,12.7665882 C18.3876677,12.7665882 18.3876677,12.786 18.3899903,12.791 C18.3661839,12.8054118 18.3612484,12.8418824 18.4045065,12.871 C18.4045065,12.8565882 18.4045065,12.8371765 18.4187323,12.8274706 C18.4236677,12.8274706 18.4259903,12.8274706 18.4283129,12.8224706 C18.435571,12.8321765 18.4451516,12.8418824 18.4477645,12.8418824 C18.4500871,12.8468824 18.4619903,12.8418824 18.4811516,12.8274706 C18.4860871,12.8224706 18.4907323,12.8224706 18.4979903,12.8274706 L18.5194742,12.8418824 C18.5244097,12.8468824 18.5217968,12.8468824 18.5194742,12.8515882 C18.4765065,12.8954118 18.4834742,12.9315882 18.5339903,12.9462941 C18.5098935,12.9901176 18.435571,12.9754118 18.4378935,12.9051176 C18.3830226,12.9948235 18.4738935,13.0557059 18.5505387,13.0215882 C18.5531516,13.0557059 18.5531516,13.121 18.5627323,13.121 C18.5601194,13.1162941 18.5673774,13.1042353 18.579571,13.1042353 C18.5842161,13.1042353 18.5865387,13.1089412 18.5865387,13.1139412 C18.5865387,13.1357059 18.5961194,13.1598235 18.6274742,13.1648235 C18.6225387,13.1501176 18.6297968,13.1454118 18.6370548,13.1404118 C18.6489581,13.1598235 18.6608613,13.1842353 18.6727645,13.2036471 C18.7113774,13.2692353 18.7830871,13.4392353 18.9532161,13.5168824 C18.8669903,13.5630588 18.8095065,13.6383529 18.7543452,13.7062941 C18.7087645,13.7524706 18.6393774,13.8057059 18.5937968,13.7765882 C18.5746355,13.7668824 18.5699903,13.7474706 18.5458935,13.7233529 C18.5244097,13.716 18.5052484,13.711 18.4884097,13.711 C18.4860871,13.716 18.471571,13.716 18.4619903,13.7233529 C18.4332484,13.711 18.3853452,13.7280588 18.370829,13.7524706 C18.3899903,13.7474706 18.4117645,13.7427647 18.435571,13.7621765 C18.435571,13.7718824 18.435571,13.7912941 18.4332484,13.7912941 C18.4309258,13.8154118 18.4477645,13.8324706 18.5363129,13.8277647 C18.5409581,13.8277647 18.5505387,13.8324706 18.5458935,13.8421765 C18.5363129,13.8471765 18.5217968,13.8615882 18.4979903,13.8518824 C18.4573452,13.8421765 18.442829,13.8107059 18.4140871,13.8471765 C18.4117645,13.8518824 18.4045065,13.8615882 18.3926032,13.8712941 L18.3830226,13.8712941 C18.3516677,13.881 18.3182806,13.9515882 18.3566032,13.9807059 C18.3566032,13.966 18.3612484,13.9418824 18.3830226,13.9248235 C18.3899903,13.9321765 18.399571,13.9418824 18.4045065,13.9465882 C18.4283129,13.9854118 18.4547323,14.0048235 18.514829,13.9151176 C18.5217968,13.9054118 18.5244097,13.9151176 18.5217968,13.9198235 C18.5194742,13.9612941 18.4765065,14.0195294 18.5313774,14.0268824 C18.5339903,14.0268824 18.5458935,14.0268824 18.5554742,14.0315882 L18.5554742,14.0412941 C18.5650548,14.0898235 18.6344419,14.1045294 18.6562161,14.0898235 C18.6417,14.0801176 18.6129581,14.0704118 18.6010548,14.0268824 L18.6297968,14.0268824 C18.6585387,13.9951176 18.6225387,13.9562941 18.6393774,13.9271765 C18.6417,13.9248235 18.6466355,13.9248235 18.6512806,13.9271765 C18.6608613,13.9515882 18.6849581,13.9904118 18.7351839,13.966 C18.7566677,13.9515882 18.7639258,13.9271765 18.7662484,13.9101176 C18.8286677,13.886 18.8815065,13.8615882 18.9244742,13.8762941 C18.9175065,13.8471765 18.9532161,13.801 19.0156355,13.7862941 C19.0780548,13.7668824 19.1067968,13.7862941 19.1282806,13.8057059 C19.1329258,13.7815882 19.1570226,13.7330588 19.1880871,13.6965882 C19.1834419,13.9515882 19.5213774,13.9465882 19.5980226,14.0948235 C19.4949581,14.056 19.3846355,14.0268824 19.3225065,14.0412941 C19.2409258,14.056 19.0946032,14.1312941 19.0754419,14.2283529 C19.0635387,14.3083529 19.1427968,14.4492353 19.2240871,14.5027647 C19.1282806,14.5221765 19.0899581,14.4930588 19.0037323,14.5124706 L18.9915387,14.5124706 C18.9175065,14.5171765 18.9076355,14.3836471 18.8144419,14.4177647 C18.8095065,14.4224706 18.7926677,14.4298235 18.7880226,14.4345294 C18.7543452,14.4345294 18.7064419,14.4783529 18.7137,14.5171765 C18.7232806,14.5074706 18.7424419,14.4880588 18.7688613,14.4833529 L18.7688613,14.5027647 C18.7662484,14.5171765 18.7711839,14.5318824 18.8048613,14.5318824 C18.8240226,14.5318824 18.8286677,14.5221765 18.840571,14.5221765 C18.8455065,14.5221765 18.8501516,14.5268824 18.8501516,14.5342353 C18.8501516,14.5680588 18.7375065,14.5124706 18.7566677,14.6118824 C18.7566677,14.6168824 18.7662484,14.6312941 18.7735065,14.6386471 C18.7688613,14.6677647 18.7926677,14.6968824 18.8455065,14.6821765 C18.8359258,14.6774706 18.8167645,14.6627647 18.8214097,14.6433529 C18.8309903,14.6433529 18.8431839,14.6483529 18.8431839,14.6483529 C18.8501516,14.6483529 18.8550871,14.6433529 18.8550871,14.6336471 C18.8550871,14.6312941 18.8574097,14.6312941 18.8597323,14.6312941 C18.8646677,14.6312941 18.8693129,14.6336471 18.8693129,14.6336471 C18.8693129,14.6386471 18.8623452,14.6483529 18.8623452,14.6580588 C18.8623452,14.6580588 18.8669903,14.6871765 18.8719258,14.6918824 C18.8669903,14.726 18.919829,14.7624706 18.9677323,14.726 C18.9532161,14.726 18.9244742,14.7162941 18.919829,14.7018824 C18.9294097,14.6968824 18.9436355,14.6918824 18.9436355,14.6918824 C18.9508935,14.6821765 18.9532161,14.6724706 18.9532161,14.6580588 C18.9532161,14.6433529 18.955829,14.6433529 18.9627968,14.6433529 L18.9868935,14.6433529 C18.9964742,14.6386471 18.9987968,14.6433529 19.0037323,14.6530588 C19.0156355,14.6724706 19.0420548,14.6918824 19.0731194,14.6821765 C19.0922806,14.6774706 19.1018613,14.6627647 19.1041839,14.6580588 C19.1187,14.6627647 19.1329258,14.6724706 19.1451194,14.6821765 C19.1355387,14.6433529 19.1593452,14.6168824 19.2409258,14.6677647 L19.2937645,14.6265882 C19.2937645,14.6265882 19.3677968,14.6580588 19.396829,14.6215882 C19.4470548,14.5777647 19.4206355,14.5777647 19.4206355,14.5342353 C19.3846355,14.4589412 19.3677968,14.4686471 19.353571,14.3933529 C19.3294742,14.2695294 19.4998935,14.1992353 19.6026677,14.2186471 C19.6221194,14.2986471 19.7347645,14.5074706 19.9191194,14.5730588 C20.0340871,14.6118824 20.0796677,14.4833529 20.1206032,14.5027647 C20.127571,14.5074706 20.134829,14.5171765 20.1397645,14.5342353 C20.1325065,14.5924706 20.1420871,14.6433529 20.127571,14.6724706 C20.1156677,14.7018824 20.0532484,14.6774706 20.0102806,14.6774706 C19.9838613,14.6724706 19.9647,14.6918824 19.9647,14.6968824 C19.9310226,14.7018824 19.8880548,14.7357059 19.8880548,14.7768824 C19.9048935,14.7671765 19.9263774,14.7430588 19.9527968,14.7380588 C19.9551194,14.7430588 19.9551194,14.7574706 19.9551194,14.7574706 C19.9623774,14.806 20.0175387,14.8257059 20.0509258,14.7915882 C20.0532484,14.7818824 20.0654419,14.7915882 20.0581839,14.7962941 C20.0317645,14.8157059 19.9766032,14.8668824 20.0245065,14.8862941 C20.0245065,14.8862941 20.0390226,14.891 20.0486032,14.896 C20.0462806,14.9298235 20.0654419,14.9565882 20.0918613,14.9615882 C20.0822806,14.9421765 20.0796677,14.9348235 20.0965065,14.9007059 C20.1084097,14.9057059 20.1206032,14.9057059 20.1229258,14.9057059 C20.1516677,14.9057059 20.1397645,14.8424706 20.1731516,14.8257059 C20.1754742,14.8207059 20.1804097,14.8207059 20.1780871,14.8257059 C20.1658935,14.8618824 20.1612484,14.9057059 20.1923129,14.9154118 C20.1972484,14.9154118 20.2091516,14.9201176 20.2210548,14.9201176 C20.2306355,14.9468824 20.2619903,14.9712941 20.3098935,14.9421765 C20.3003129,14.9371765 20.271571,14.9298235 20.2666355,14.9154118 C20.2762161,14.9057059 20.2881194,14.891 20.2907323,14.8862941 C20.3145387,14.811 20.2474742,14.806 20.2474742,14.7768824 C20.2474742,14.7380588 20.3241194,14.7624706 20.3241194,14.6871765 C20.3241194,14.6871765 20.3217968,14.6821765 20.3217968,14.6774706 C20.3554742,14.6580588 20.3911839,14.6336471 20.3937968,14.6071765 C20.3505387,14.6071765 20.3098935,14.5924706 20.3026355,14.5877647 L20.3026355,14.5827647 Z" id="Fill-63"></path>
43
- <path d="M16.5681581,16.8487941 L16.5106742,16.8437941 C16.4459323,16.8390882 16.3643516,16.8682059 16.3573839,16.9579118 C16.3524484,17.0429118 16.4122548,17.0964412 16.4915129,17.1014412 L16.5321581,17.1014412 L16.5249,17.1570294 C16.5057387,17.2808529 16.4746742,17.4896765 16.4386742,17.7276176 L15.8252226,16.8390882 C16.1129323,16.7199706 16.3428677,16.5987941 16.470029,16.5987941 C16.5681581,16.5987941 16.5873194,16.6449706 16.5681581,16.8487941 M16.3332871,18.3905588 L15.3697065,16.9920294 C15.4753839,16.9629118 15.5784484,16.9337941 15.6765774,16.8973235 L16.4026742,17.9437941 C16.3811903,18.0920294 16.3573839,18.2423235 16.3332871,18.3905588 M16.2325452,19.0267353 L14.8665774,17.0285 C14.9095452,17.0332059 14.9528032,17.0332059 14.9911258,17.0332059 C15.0608032,17.0332059 15.1325129,17.0285 15.2021903,17.0211471 L16.2972871,18.6140882 C16.2734806,18.7693824 16.2517065,18.9126176 16.2325452,19.0267353 M14.6868677,17.0429118 L16.1895774,19.2355588 C15.3842226,18.9173235 14.5861258,18.1867353 14.6868677,17.0429118 M16.9206097,16.8732059 L16.8509323,16.8682059 L16.8532548,16.8076176 C16.8654484,16.5599706 16.7191258,16.3802647 16.4604484,16.3802647 C16.2302226,16.3802647 15.7845774,16.6787941 15.1589323,16.6787941 C14.8953194,16.6787941 14.5788677,16.5502647 14.3799968,16.4311471 L14.3033516,16.6205588 L14.3033516,16.6035 C14.3033516,16.5185 14.2362871,16.4458529 14.1500613,16.4458529 C14.0661581,16.4458529 13.9964806,16.5185 13.9964806,16.6035 C13.9964806,16.6885 14.0661581,16.7590882 14.1500613,16.7590882 C14.2002871,16.7590882 14.2435452,16.7346765 14.2722871,16.7032059 L14.193029,16.8926176 C14.2194484,16.9023235 14.2458677,16.9167353 14.2746097,16.9240882 C14.1834484,17.8782059 14.8834161,19.1020294 16.1175774,19.4711471 C16.2996097,19.4249706 16.4865774,19.4540882 16.4865774,19.6555588 C16.4865774,19.7793824 16.4244484,19.8329118 16.3141258,19.8329118 C16.2398032,19.8329118 16.1942226,19.7890882 16.1942226,19.7429118 C16.1942226,19.6555588 16.3382226,19.7090882 16.3524484,19.6482059 C16.3716097,19.5705588 16.3237065,19.5390882 16.2398032,19.5390882 C16.1535774,19.5390882 16.021771,19.5949706 16.021771,19.7429118 C16.021771,19.9129118 16.1582226,20.0123235 16.3045452,20.0123235 C16.4409968,20.0123235 16.7287065,19.9373235 16.6903839,19.5949706 C16.7551258,19.5949706 16.8294484,19.5852647 16.8462871,19.5243824 L16.8605129,19.3302647 L16.7934484,19.3205588 L16.8462871,17.1255588 L16.8941903,17.1279118 C16.9731581,17.1329118 17.0428355,17.0964412 17.0474806,17.0114412 C17.0547387,16.9240882 16.9850613,16.8829118 16.9206097,16.8732059" id="Fill-65"></path>
44
- <path d="M15.8244677,12.2397353 C15.8317258,12.2250294 15.8389839,12.2106176 15.8485645,12.2106176 C15.8651129,12.2106176 15.8746935,12.2106176 15.879629,12.1935588 C15.8868871,12.1741471 15.8700484,12.1644412 15.8532097,12.1500294 C15.872371,12.1450294 15.879629,12.1403235 15.8700484,12.1306176 C15.8581452,12.1209118 15.8413065,12.1403235 15.836371,12.1306176 C15.8340484,12.1209118 15.8485645,12.1159118 15.8532097,12.1062059 C15.8604677,12.1038529 15.8677258,12.1038529 15.8773065,12.1062059 L15.9539516,12.1450294 C15.9658548,12.1500294 15.9707903,12.1547353 15.9707903,12.1644412 C15.9707903,12.1791471 15.9754355,12.1888529 15.9658548,12.1935588 C15.9585968,12.1985588 15.9585968,12.1694412 15.944371,12.1644412 C15.9321774,12.1644412 15.9321774,12.1791471 15.9394355,12.1985588 C15.9202742,12.1888529 15.9060484,12.1838529 15.8964677,12.1985588 C15.8868871,12.2106176 15.8892097,12.2250294 15.9011129,12.2347353 C15.908371,12.2447353 15.9011129,12.2591471 15.8964677,12.2785588 C15.8892097,12.2979706 15.8677258,12.3197353 15.8389839,12.3053235 C15.8099516,12.2932647 15.8148871,12.2591471 15.8244677,12.2397353 M15.915629,12.0406176 C15.9060484,12.0650294 15.8746935,12.0844412 15.8532097,12.0600294 C15.8317258,12.0406176 15.8581452,12.0359118 15.8317258,11.9944412 C15.8555323,12.0115 15.9011129,12.0406176 15.915629,12.0406176 M15.9754355,12.0747353 C15.9850161,12.0844412 16.0425,12.1062059 16.0712419,12.1109118 C16.0282742,12.1209118 16.0378548,12.1403235 16.0091129,12.1353235 C15.9826935,12.1353235 15.9681774,12.1038529 15.9754355,12.0747353 M15.7620484,12.1256176 L15.7574032,12.1256176 L15.7620484,12.1256176 M16.6585645,12.4582647 C16.9509194,12.4582647 17.0969516,12.3635588 17.0969516,12.2688529 C17.0969516,11.9412059 16.2918871,12.1450294 16.2918871,11.9459118 C16.2918871,11.9120882 16.3156935,11.8853235 16.3516935,11.8562059 L16.3612742,11.8562059 C16.7662742,11.8173824 16.7735323,11.5332647 17.0612419,11.4773824 C16.7137258,11.4288529 16.6658226,11.7032647 16.5145645,11.7176765 C16.5961452,11.6812059 16.6248871,11.5865 16.617629,11.5476765 C16.5459194,11.6423824 16.3900161,11.6520882 16.3037903,11.7615 C16.2895645,11.7809118 16.284629,11.8026765 16.2895645,11.8220882 C16.2367258,11.8562059 16.2056613,11.8950294 16.2056613,11.9412059 C16.2056613,12.2494412 17.0203065,12.0359118 17.0203065,12.2641471 C17.0203065,12.3441471 16.8789194,12.3976765 16.6562419,12.3976765 C16.4884355,12.3976765 16.3662097,12.2785588 16.0520806,12.3588529 C16.0544032,12.3053235 16.1574677,12.2032647 16.1168226,12.1547353 C16.1478871,12.1450294 16.1696613,12.1159118 16.1696613,12.0941471 C16.1528226,12.0747353 16.1313387,12.0697353 16.1095645,12.0650294 C16.1191452,12.0503235 16.1095645,12.0309118 16.0953387,12.0212059 C16.0930161,12.0165 16.0857581,11.9847353 16.0785,11.9800294 C16.0665968,11.9653235 16.0425,11.9459118 16.0041774,11.9265 C15.9707903,11.9070882 15.9466935,11.9070882 15.9321774,11.9070882 C15.9225968,11.9023824 15.8915323,11.9120882 15.8868871,11.9120882 C15.8700484,11.9120882 15.8485645,11.9120882 15.8459516,11.9315 C15.8317258,11.9167941 15.8099516,11.9070882 15.7884677,11.9070882 C15.7765645,11.9362059 15.771629,11.9556176 15.7812097,11.9994412 C15.7524677,11.9994412 15.7214032,12.0747353 15.6926613,12.0650294 C15.7045645,12.0891471 15.7118226,12.0988529 15.7214032,12.0988529 C15.6973065,12.1403235 15.6854032,12.1935588 15.6589839,12.1985588 C15.6662419,12.2056176 15.6735,12.2153235 15.6807581,12.2203235 C15.6543387,12.2882647 15.6424355,12.3685588 15.6375,12.4097353 C15.6206613,12.3926765 15.5968548,12.3732647 15.5727581,12.3588529 C15.5248548,12.3294412 15.5271774,12.3053235 15.5344355,12.2591471 C15.5416935,12.2153235 15.5681129,12.1838529 15.5727581,12.1450294 C15.5727581,12.1403235 15.5681129,12.1159118 15.5655,12.1062059 C15.5608548,12.0794412 15.5248548,12.0600294 15.503371,12.0650294 C15.5129516,12.0747353 15.5248548,12.0844412 15.5225323,12.1062059 C15.5129516,12.1109118 15.503371,12.1256176 15.5010484,12.1256176 C15.4888548,12.1403235 15.4818871,12.1547353 15.4937903,12.1644412 C15.4961129,12.1741471 15.4961129,12.1741471 15.4961129,12.1791471 C15.4961129,12.1838529 15.4937903,12.1888529 15.4914677,12.1985588 C15.4865323,12.2032647 15.4865323,12.1985588 15.4842097,12.1985588 C15.4792742,12.1644412 15.4696935,12.1256176 15.4432742,12.1209118 L15.4217903,12.1209118 L15.4217903,12.1109118 C15.4267258,12.0844412 15.395371,12.0600294 15.3474677,12.0988529 C15.3570484,12.0988529 15.3738871,12.0988529 15.3788226,12.1062059 C15.3715645,12.1159118 15.366629,12.1353235 15.3643065,12.1403235 C15.3570484,12.1694412 15.3811452,12.1838529 15.4171452,12.1838529 C15.4241129,12.1838529 15.4267258,12.1888529 15.4267258,12.1888529 C15.4290484,12.1935588 15.4290484,12.1985588 15.4290484,12.2032647 C15.431371,12.2056176 15.4267258,12.2056176 15.4241129,12.2056176 C15.366629,12.1838529 15.3402097,12.2056176 15.3332419,12.2300294 C15.3332419,12.2300294 15.330629,12.2447353 15.330629,12.2494412 C15.3091452,12.2641471 15.2995645,12.2932647 15.3355645,12.3150294 C15.3355645,12.3053235 15.3378871,12.2882647 15.3547258,12.2835588 C15.3547258,12.2785588 15.359371,12.2785588 15.3619839,12.2785588 C15.366629,12.2835588 15.3738871,12.2932647 15.3738871,12.2932647 C15.3788226,12.2979706 15.3907258,12.2979706 15.4122097,12.2835588 C15.4145323,12.2785588 15.4194677,12.2785588 15.4267258,12.2835588 C15.4290484,12.2882647 15.4336935,12.2882647 15.4409516,12.2932647 C15.4432742,12.2979706 15.4432742,12.2979706 15.4409516,12.3029706 C15.395371,12.3344412 15.395371,12.3685588 15.4482097,12.3829706 C15.4528548,12.3829706 15.4528548,12.3879706 15.4528548,12.3926765 C15.438629,12.4582647 15.3451452,12.4435588 15.359371,12.3782647 C15.2949194,12.4532647 15.3788226,12.5091471 15.4554677,12.4776765 C15.4624355,12.4726765 15.4624355,12.4726765 15.4650484,12.4776765 C15.467371,12.4923824 15.4720161,12.5020882 15.4842097,12.5020882 C15.4842097,12.5020882 15.4914677,12.4873824 15.503371,12.4873824 C15.510629,12.4873824 15.510629,12.4923824 15.510629,12.4970882 C15.5080161,12.5091471 15.510629,12.5335588 15.5344355,12.5382647 C15.5321129,12.5238529 15.539371,12.5091471 15.5489516,12.5091471 C15.5585323,12.5091471 15.5800161,12.5673824 15.6232742,12.6135588 C15.5585323,12.6426765 15.4482097,12.6670882 15.4409516,12.6670882 C15.4267258,12.6670882 15.330629,12.6573824 15.2995645,12.6767941 C15.2516613,12.7009118 15.1390161,12.7423824 15.1053387,12.6962059 C15.0957581,12.6815 15.098371,12.6620882 15.0838548,12.6379706 C15.0719516,12.6185588 15.0574355,12.6112059 15.0478548,12.6112059 L15.0191129,12.6112059 C15.0022742,12.5867941 14.9593065,12.5820882 14.9447903,12.6015 C14.9569839,12.6015 14.9735323,12.6065 14.9880484,12.6282647 C14.9807903,12.6329706 14.9761452,12.6476765 14.9761452,12.6523824 C14.9665645,12.6670882 14.9712097,12.6912059 15.0432097,12.7132647 C15.0455323,12.7179706 15.0527903,12.7229706 15.0455323,12.7276765 C15.0359516,12.7326765 15.0191129,12.7326765 15.0072097,12.7229706 C14.9784677,12.7009118 14.9761452,12.6670882 14.9401452,12.6865 C14.9378226,12.6912059 14.9282419,12.6962059 14.9186613,12.7009118 C14.9160484,12.7009118 14.9137258,12.6962059 14.9114032,12.6962059 C14.8800484,12.6962059 14.8298226,12.7326765 14.8513065,12.7665 C14.8562419,12.7617941 14.8681452,12.7423824 14.889629,12.7373824 C14.8945645,12.7470882 14.8968871,12.7567941 14.8968871,12.7567941 C14.9041452,12.8006176 14.9209839,12.8273824 14.9953065,12.7762059 C15.0072097,12.7665 15.0072097,12.7812059 15.0022742,12.7812059 C14.9857258,12.8126765 14.9352097,12.8417941 14.9712097,12.8709118 C14.9761452,12.8709118 14.9831129,12.8759118 14.990371,12.8856176 C14.9880484,12.8856176 14.9880484,12.8903235 14.9880484,12.8903235 C14.9784677,12.9317941 15.0240484,12.9609118 15.0504677,12.9609118 C15.0382742,12.9512059 15.0217258,12.9317941 15.026371,12.9000294 C15.033629,12.9000294 15.0455323,12.9050294 15.0478548,12.9050294 C15.0838548,12.8903235 15.0670161,12.8417941 15.0861774,12.8273824 C15.0911129,12.8273824 15.0957581,12.8273824 15.0957581,12.8320882 C15.098371,12.8515 15.1102742,12.8953235 15.1509194,12.8903235 C15.1918548,12.8856176 15.2110161,12.8515 15.2110161,12.8273824 C15.2084032,12.8223824 15.2110161,12.8223824 15.2110161,12.8223824 C15.2252419,12.8320882 15.2371452,12.8515 15.2325,12.8709118 C15.2420806,12.8662059 15.2565968,12.8565 15.2635645,12.8417941 C15.2708226,12.8612059 15.2731452,12.8903235 15.2467258,12.9170882 C15.2635645,12.9097353 15.3068226,12.8903235 15.3164032,12.8417941 C15.3236613,12.8467941 15.3283065,12.8565 15.330629,12.8662059 C15.330629,12.8612059 15.3332419,12.8612059 15.3332419,12.8612059 C15.3497903,12.8662059 15.3762097,12.8709118 15.4217903,12.8565 C15.4267258,12.8565 15.4267258,12.8612059 15.4267258,12.8612059 C15.4217903,12.8856176 15.4217903,12.9000294 15.431371,12.9097353 C15.431371,12.9050294 15.4432742,12.8903235 15.4482097,12.8903235 C15.4601129,12.8903235 15.4482097,12.9317941 15.474629,12.9559118 C15.4818871,12.8467941 15.5416935,12.8903235 15.6087581,12.8417941 C15.6183387,12.8370882 15.6183387,12.8417941 15.6160161,12.8467941 C15.6110806,12.8612059 15.6064355,12.8759118 15.5872742,12.8856176 C15.6136935,12.8856176 15.6711774,12.8565 15.6711774,12.8176765 C15.6711774,12.8126765 15.6926613,12.8006176 15.7141452,12.7859118 C15.7382419,12.7909118 15.7788871,12.7762059 15.7934032,12.7470882 C15.7957258,12.7567941 15.8099516,12.7909118 15.7907903,12.8006176 C15.8627903,12.8053235 15.9371129,12.7229706 15.9635323,12.7132647 C16.1168226,12.6815 15.8700484,12.5673824 16.1815645,12.5917941 C16.2079839,12.5917941 16.2535645,12.5723824 16.2750484,12.5529706 C16.2509516,12.6065 16.248629,12.7009118 16.2965323,12.7059118 C16.3183065,12.7109118 16.3612742,12.7229706 16.3781129,12.7423824 C16.3804355,12.7470882 16.3804355,12.7470882 16.3757903,12.7470882 C16.3470484,12.7520882 16.3183065,12.7617941 16.3087258,12.7665 C16.2344032,12.8176765 16.2317903,12.6523824 16.1528226,12.6865 C16.1505,12.6865 16.1383065,12.6962059 16.1336613,12.7009118 C16.1025968,12.7009118 16.0593387,12.7373824 16.0665968,12.7715 C16.0761774,12.7617941 16.0930161,12.7423824 16.1168226,12.7423824 L16.1168226,12.7567941 C16.1145,12.7715 16.1191452,12.7859118 16.1455645,12.7859118 C16.1624032,12.7859118 16.1647258,12.7762059 16.1769194,12.7762059 C16.1815645,12.7762059 16.1838871,12.7812059 16.1838871,12.7859118 C16.1838871,12.8176765 16.0880806,12.7665 16.1095645,12.8515 C16.1095645,12.8515 16.1145,12.8709118 16.1217581,12.8759118 C16.1168226,12.9000294 16.1383065,12.9267941 16.1815645,12.9147353 C16.1743065,12.9050294 16.1574677,12.8953235 16.1600806,12.8856176 L16.1815645,12.8856176 C16.1838871,12.8856176 16.1888226,12.8806176 16.1911452,12.8709118 C16.1911452,12.8662059 16.1911452,12.8662059 16.1934677,12.8662059 C16.2007258,12.8662059 16.2056613,12.8709118 16.2056613,12.8759118 C16.2056613,12.8806176 16.1960806,12.8856176 16.1960806,12.8953235 C16.1960806,12.8953235 16.2056613,12.9147353 16.2056613,12.9170882 C16.2007258,12.9462059 16.2439839,12.9753235 16.2869516,12.9462059 C16.2750484,12.9462059 16.248629,12.9415 16.2463065,12.9267941 C16.2535645,12.9267941 16.2631452,12.9170882 16.2654677,12.9170882 C16.2727258,12.9147353 16.2750484,12.9050294 16.2750484,12.8903235 C16.2750484,12.8856176 16.2796935,12.8856176 16.2823065,12.8856176 C16.2895645,12.8806176 16.2965323,12.8806176 16.3037903,12.8806176 C16.3110484,12.8806176 16.3156935,12.8856176 16.3183065,12.8856176 C16.3252742,12.9050294 16.349371,12.9220882 16.3781129,12.9147353 C16.4309516,12.8953235 16.385371,12.8467941 16.4283387,12.8370882 C16.4355968,12.8320882 16.4501129,12.8320882 16.4596935,12.8370882 C16.5003387,12.8467941 16.5601452,12.8467941 16.5723387,12.8273824 C16.5819194,12.8103235 16.5769839,12.7326765 16.5340161,12.7059118 C16.5075968,12.6912059 16.5363387,12.6573824 16.5099194,12.6185588 C16.5555,12.6379706 16.6034032,12.6573824 16.6658226,12.6573824 C16.7784677,12.6573824 16.6704677,12.6426765 16.7206935,12.6135588 C16.7735323,12.5770882 16.8382742,12.5967941 16.8551129,12.6015 C16.8693387,12.6015 16.8815323,12.6112059 16.8789194,12.6232647 C16.8670161,12.6865 16.8838548,12.6912059 16.8716613,12.7179706 C16.8597581,12.7423824 16.8118548,12.7229706 16.7784677,12.7179706 C16.7593065,12.7179706 16.7447903,12.7326765 16.7447903,12.7373824 C16.7160484,12.7423824 16.682371,12.7665 16.6849839,12.8006176 C16.6945645,12.7956176 16.7111129,12.7812059 16.7352097,12.7715 L16.7352097,12.7859118 C16.7398548,12.8273824 16.7854355,12.8417941 16.8095323,12.8126765 C16.8118548,12.8103235 16.8237581,12.8126765 16.8191129,12.8176765 C16.7950161,12.8370882 16.754371,12.8759118 16.7880484,12.8903235 C16.790371,12.8903235 16.7999516,12.8953235 16.8095323,12.9000294 C16.8045968,12.9267941 16.8237581,12.9462059 16.8455323,12.9512059 C16.8382742,12.9415 16.8359516,12.9317941 16.8478548,12.9050294 L16.8670161,12.9050294 C16.8911129,12.9097353 16.8815323,12.8565 16.9102742,12.8417941 C16.9125968,12.8370882 16.9149194,12.8370882 16.9125968,12.8417941 C16.9076613,12.8709118 16.8980806,12.9097353 16.9245,12.9147353 C16.9268226,12.9147353 16.9364032,12.9170882 16.9459839,12.9170882 C16.9532419,12.9415 16.9796613,12.9559118 17.0133387,12.9365 C17.0084032,12.9365 16.9892419,12.9267941 16.9819839,12.9170882 C16.9915645,12.9097353 17.0011452,12.8953235 17.0011452,12.8903235 C17.0179839,12.8273824 16.9677581,12.8273824 16.9677581,12.8053235 C16.9677581,12.7715 17.0275645,12.7909118 17.0275645,12.7276765 C17.0275645,12.7179706 17.0203065,12.7009118 17.0011452,12.6912059 L16.9988226,12.6912059 L17.0011452,12.6912059 C17.0156613,12.6912059 17.0348226,12.6962059 17.0420806,12.6670882 C16.9988226,12.6717941 17.0107258,12.6329706 17.0060806,12.6112059 C17.0060806,12.6065 17.0060806,12.6065 17.0084032,12.6015 C17.0229194,12.5917941 17.0348226,12.5673824 17.0275645,12.5335588 C17.0133387,12.5529706 16.9628226,12.5820882 16.9605,12.5335588 C16.9581774,12.5335588 16.9555645,12.5067941 16.9102742,12.5091471 C16.8359516,12.5188529 16.7999516,12.4826765 16.6585645,12.4679706 C16.6513065,12.4629706 16.6440484,12.4582647 16.6585645,12.4582647" id="Fill-67"></path>
45
- <path d="M15.3353323,14.0243235 L15.3376548,14.0193235 C15.3376548,14.0243235 15.3376548,14.0243235 15.3353323,14.0243235 M15.1027839,13.5169706 C15.1123645,13.4975588 15.1173,13.4828529 15.1292032,13.4828529 C15.1483645,13.4828529 15.1602677,13.4781471 15.1652032,13.4587353 C15.1747839,13.4343235 15.1533,13.4246176 15.1341387,13.4125588 C15.1556226,13.4075588 15.1652032,13.3978529 15.1556226,13.3834412 C15.1411065,13.3737353 15.1219452,13.3931471 15.1173,13.3834412 C15.1149774,13.3737353 15.1292032,13.3687353 15.1341387,13.3590294 C15.1437194,13.3543235 15.1506871,13.3543235 15.1628806,13.3590294 L15.2537516,13.4028529 C15.2659452,13.4125588 15.2729129,13.4125588 15.2729129,13.4246176 C15.2705903,13.4390294 15.2755258,13.4537353 15.2659452,13.4587353 C15.2563645,13.4634412 15.2586871,13.4293235 15.2418484,13.4246176 C15.2276226,13.4246176 15.2276226,13.4390294 15.2372032,13.4634412 C15.215429,13.4537353 15.1962677,13.4440294 15.1843645,13.4634412 C15.1724613,13.4828529 15.1771065,13.4925588 15.1939452,13.5072647 C15.2012032,13.5169706 15.1939452,13.5337353 15.1843645,13.5581471 C15.1771065,13.5775588 15.1506871,13.6066765 15.1196226,13.5872647 C15.0859452,13.5728529 15.0932032,13.5337353 15.1027839,13.5169706 M15.208171,13.2837353 C15.1939452,13.3081471 15.1628806,13.3299118 15.1364613,13.3031471 C15.1149774,13.2790294 15.1387839,13.2740294 15.1123645,13.2207941 C15.1364613,13.2449118 15.1939452,13.2790294 15.208171,13.2837353 M15.2755258,13.3152059 C15.287429,13.3299118 15.3568161,13.3543235 15.3904935,13.3640294 C15.3353323,13.3737353 15.3498484,13.3931471 15.316171,13.3931471 C15.287429,13.3931471 15.2705903,13.3493235 15.2755258,13.3152059 M14.8200097,13.7328529 C14.8176871,13.7281471 14.8176871,13.7281471 14.8223323,13.7281471 C14.8200097,13.7281471 14.8200097,13.7281471 14.8200097,13.7328529 M17.0633323,13.5678529 C17.0633323,13.4781471 16.9652032,13.4149118 16.6798161,13.4149118 C16.3947194,13.4149118 15.7452677,13.5240294 15.7452677,13.3640294 C15.7452677,13.2837353 15.8721387,13.2887353 16.0231065,13.2984412 C16.0326871,13.3128529 16.0518484,13.3252059 16.0878484,13.3349118 C16.4545258,13.4440294 16.8932032,13.2449118 17.1135581,13.3081471 C16.8499452,13.1090294 16.6319129,13.3152059 16.3491387,13.2546176 C16.5146226,13.2546176 16.5694935,13.2084412 16.5790742,13.1599118 C16.4498806,13.2449118 16.2100742,13.1163824 16.0567839,13.2134412 C16.0495258,13.2157941 16.0399452,13.2255 16.0326871,13.2352059 C15.829171,13.2255 15.6660097,13.2255 15.6660097,13.3640294 C15.6660097,13.6528529 16.4330419,13.4828529 16.675171,13.4828529 C16.9170097,13.4828529 16.9675258,13.5072647 16.9675258,13.5581471 C16.9675258,13.6237353 16.7277194,13.6431471 16.5959129,13.6431471 C16.3825258,13.6431471 15.7548484,13.5290294 15.3713323,13.6116765 C15.4047194,13.5484412 15.4720742,13.4634412 15.4360742,13.4149118 C15.4694613,13.4028529 15.4958806,13.3737353 15.4982032,13.3446176 C15.4743968,13.3252059 15.4479774,13.3152059 15.4238806,13.3128529 C15.4360742,13.2934412 15.4215581,13.2790294 15.4096548,13.2596176 C15.4047194,13.2546176 15.3977516,13.2157941 15.3904935,13.2134412 C15.3736548,13.1987353 15.3472355,13.1746176 15.3065903,13.1552059 C15.2610097,13.1357941 15.2345903,13.1357941 15.215429,13.1260882 C15.208171,13.1260882 15.1675258,13.1357941 15.1652032,13.1357941 C15.1460419,13.1357941 15.1196226,13.1357941 15.1173,13.1599118 C15.1004613,13.1405 15.0740419,13.1357941 15.0502355,13.1260882 C15.0357194,13.1599118 15.0310742,13.1890294 15.0406548,13.2352059 C15.0093,13.2352059 14.9709774,13.3252059 14.9375903,13.3128529 C14.9494935,13.3396176 14.9613968,13.3493235 14.9709774,13.3493235 C14.9422355,13.4028529 14.9303323,13.4634412 14.8992677,13.4684412 C14.918429,13.4925588 14.9326548,13.5072647 14.9445581,13.5072647 C14.9422355,13.5484412 14.9399129,13.5872647 14.9375903,13.6187353 L14.8774935,13.5969706 L14.8606548,13.5969706 C14.8510742,13.5969706 14.8441065,13.5922647 14.8368484,13.5872647 C14.8441065,13.5872647 14.8536871,13.5922647 14.8606548,13.5922647 L14.8272677,13.5825588 C14.7962032,13.5531471 14.7552677,13.5022647 14.7050419,13.4731471 C14.6452355,13.4390294 14.6452355,13.4125588 14.6498806,13.3543235 C14.6522032,13.2984412 14.6763,13.2546176 14.6763,13.2084412 C14.6763,13.2037353 14.6690419,13.1746176 14.6643968,13.1649118 C14.6594613,13.1307941 14.6162032,13.1090294 14.5923968,13.1113824 C14.6066226,13.1210882 14.6188161,13.1357941 14.6188161,13.1649118 C14.6092355,13.1746176 14.5996548,13.1890294 14.5970419,13.1890294 C14.5828161,13.2037353 14.5778806,13.2207941 14.5970419,13.2402059 C14.5996548,13.2449118 14.5996548,13.2499118 14.5996548,13.2546176 L14.5947194,13.2740294 C14.5923968,13.2837353 14.5900742,13.2790294 14.5851387,13.2740294 C14.5755581,13.2402059 14.5613323,13.1843235 14.5299774,13.1843235 C14.5276548,13.1843235 14.5131387,13.1793235 14.5084935,13.1843235 C14.5108161,13.1793235 14.5108161,13.1793235 14.5108161,13.1746176 C14.5131387,13.1405 14.470171,13.1090294 14.4245903,13.1552059 C14.434171,13.1552059 14.4533323,13.1599118 14.4582677,13.1696176 C14.4533323,13.1793235 14.4486871,13.2037353 14.4486871,13.2084412 C14.4437516,13.2449118 14.470171,13.2596176 14.5131387,13.2596176 C14.5157516,13.2596176 14.5203968,13.2643235 14.5227194,13.2693235 C14.5227194,13.2740294 14.5253323,13.2790294 14.5253323,13.2837353 C14.5276548,13.2934412 14.5227194,13.2887353 14.5180742,13.2887353 C14.4556548,13.2596176 14.4269129,13.2887353 14.4245903,13.3152059 C14.4245903,13.3202059 14.4222677,13.3396176 14.4245903,13.3446176 C14.4004935,13.3640294 14.3935258,13.3978529 14.4318484,13.4246176 C14.4318484,13.4125588 14.4318484,13.3881471 14.4486871,13.3834412 C14.4533323,13.3834412 14.4556548,13.3834412 14.4582677,13.3784412 C14.4629129,13.3834412 14.4724935,13.3931471 14.4748161,13.3931471 C14.4820742,13.3978529 14.4939774,13.3978529 14.5157516,13.3834412 C14.5180742,13.3784412 14.5227194,13.3784412 14.5299774,13.3834412 C14.5349129,13.3834412 14.542171,13.3881471 14.5468161,13.3931471 C14.5517516,13.3978529 14.5517516,13.4028529 14.5468161,13.4075588 C14.5035581,13.4490294 14.5084935,13.4925588 14.5636548,13.5022647 C14.5709129,13.5022647 14.5732355,13.5072647 14.5732355,13.5169706 C14.5636548,13.5969706 14.4582677,13.5825588 14.4678484,13.5022647 C14.405429,13.5922647 14.5084935,13.6672647 14.5851387,13.6187353 C14.5923968,13.6163824 14.5947194,13.6163824 14.5970419,13.6187353 C14.5996548,13.6381471 14.6066226,13.6478529 14.6188161,13.6528529 C14.6188161,13.6478529 14.6234613,13.6334412 14.6379774,13.6284412 C14.6426226,13.6284412 14.6426226,13.6381471 14.6426226,13.6431471 C14.6426226,13.6625588 14.6498806,13.6916765 14.6786226,13.6916765 C14.6739774,13.6772647 14.6809452,13.6625588 14.6931387,13.6625588 C14.7073645,13.6625588 14.7410419,13.7231471 14.8081065,13.7619706 C14.8583323,13.7863824 14.8992677,13.8469706 14.9326548,13.8107941 C14.9253968,13.8663824 14.9759129,13.9272647 14.9637194,13.9272647 C14.947171,13.9272647 14.8008484,13.9199118 14.7625258,13.9369706 C14.7096871,13.9660882 14.5755581,14.0146176 14.5372355,13.9610882 C14.5253323,13.9416765 14.5299774,13.9222647 14.5131387,13.8907941 C14.5012355,13.8713824 14.4820742,13.8616765 14.4678484,13.8566765 L14.4364935,13.8566765 C14.4173323,13.8325588 14.3671065,13.8275588 14.3479452,13.8469706 C14.362171,13.8519706 14.3813323,13.8519706 14.4004935,13.8810882 C14.3935258,13.8907941 14.3885903,13.9052059 14.3839452,13.9102059 C14.3717516,13.9222647 14.3790097,13.9563824 14.4629129,13.9855 C14.4678484,13.9855 14.4748161,13.9952059 14.4678484,13.9952059 C14.4556548,14.0049118 14.4364935,14.0049118 14.4222677,13.9902059 C14.3885903,13.9660882 14.3839452,13.9272647 14.3430097,13.9513824 C14.3430097,13.9513824 14.3287839,13.9610882 14.3168806,13.9660882 C14.3168806,13.9610882 14.3142677,13.9610882 14.3119452,13.9610882 C14.2736226,13.9563824 14.2161387,14.0049118 14.2399452,14.0460882 C14.2448806,14.0363824 14.2591065,14.0146176 14.2855258,14.0096176 C14.2904613,14.0193235 14.2951065,14.0316765 14.2977194,14.0363824 C14.3046871,14.0802059 14.3215258,14.1140294 14.4126871,14.0557941 C14.4173323,14.0460882 14.4173323,14.0557941 14.4173323,14.0607941 C14.3958484,14.0996176 14.3360419,14.1310882 14.3813323,14.1602059 C14.3839452,14.1652059 14.3935258,14.1699118 14.405429,14.1796176 C14.4031065,14.1796176 14.4004935,14.1846176 14.4004935,14.1846176 C14.3885903,14.2355 14.4437516,14.2743235 14.470171,14.2743235 C14.4582677,14.2599118 14.4391065,14.2307941 14.4437516,14.1990294 C14.4533323,14.1990294 14.4678484,14.2040294 14.4678484,14.2040294 C14.5131387,14.1846176 14.4939774,14.1310882 14.5157516,14.1190294 C14.5227194,14.1140294 14.5276548,14.1190294 14.5276548,14.1237353 C14.5299774,14.1457941 14.5395581,14.1943235 14.5923968,14.1893235 C14.6379774,14.1846176 14.6594613,14.1457941 14.6571387,14.1190294 C14.6548161,14.1140294 14.6571387,14.1093235 14.6594613,14.1140294 C14.6763,14.1237353 14.6931387,14.1407941 14.6835581,14.1652059 C14.6954613,14.1602059 14.7146226,14.1505 14.7218806,14.1263824 C14.7314613,14.1555 14.7337839,14.1846176 14.7050419,14.2184412 C14.7192677,14.2087353 14.7697839,14.1846176 14.7816871,14.1310882 C14.7912677,14.1360882 14.7985258,14.1505 14.803171,14.1602059 C14.803171,14.1602059 14.803171,14.1555 14.8081065,14.1555 C14.8200097,14.1602059 14.8560097,14.1652059 14.9062355,14.1555 C14.911171,14.1505 14.9134935,14.1555 14.9134935,14.1602059 C14.9088484,14.1796176 14.9088484,14.1990294 14.9158161,14.2087353 C14.9158161,14.2040294 14.9303323,14.1846176 14.9375903,14.1846176 C14.9494935,14.1846176 14.9349774,14.2307941 14.9663323,14.2646176 C14.9759129,14.1310882 15.0453,14.1846176 15.1245581,14.1310882 C15.1341387,14.1263824 15.1341387,14.1310882 15.1315258,14.1360882 C15.1292032,14.1555 15.1173,14.1699118 15.1004613,14.1796176 C15.1890097,14.1990294 15.3257516,14.0655 15.3449129,14.0096176 C15.3809129,14.0049118 15.4143,13.9999118 15.4288161,13.9999118 C15.6805258,14.0243235 15.5077839,13.7716765 15.9127839,13.8469706 C15.9368806,13.8469706 15.9847839,13.8205 16.0112032,13.8010882 C15.9801387,13.8519706 15.9775258,13.9660882 16.0326871,13.9757941 C16.0591065,13.9757941 16.1119452,13.9952059 16.1284935,14.0146176 C16.133429,14.0193235 16.1284935,14.0193235 16.1238484,14.0243235 C16.097429,14.0266765 16.0567839,14.0363824 16.0472032,14.0413824 C15.9633,14.0996176 15.9583645,13.9102059 15.8674935,13.9513824 C15.8625581,13.9513824 15.8483323,13.9610882 15.8433968,13.9660882 C15.8100097,13.9660882 15.757171,14.0096176 15.7667516,14.0510882 C15.7763323,14.0363824 15.7978161,14.0193235 15.8242355,14.0146176 L15.8242355,14.0316765 C15.8219129,14.0510882 15.829171,14.0655 15.8579129,14.0655 C15.8744613,14.0655 15.8793968,14.0557941 15.8962355,14.0557941 C15.9032032,14.0557941 15.9081387,14.0557941 15.9081387,14.0655 C15.9081387,14.0996176 15.793171,14.0460882 15.8146548,14.1407941 C15.8146548,14.1457941 15.8219129,14.1652059 15.829171,14.1699118 C15.8242355,14.1990294 15.8483323,14.2257941 15.9008806,14.2137353 C15.8913,14.2087353 15.8721387,14.1943235 15.8744613,14.1796176 L15.8985581,14.1796176 C15.9058161,14.1796176 15.9104613,14.1796176 15.9127839,14.1652059 C15.9127839,14.1602059 15.9127839,14.1602059 15.9153968,14.1602059 C15.9200419,14.1602059 15.9226548,14.1652059 15.9226548,14.1699118 C15.9226548,14.1749118 15.9177194,14.1796176 15.9177194,14.1893235 C15.9177194,14.1943235 15.9226548,14.2184412 15.9273,14.2184412 C15.9226548,14.2549118 15.9728806,14.2937353 16.0231065,14.2549118 C16.0112032,14.2549118 15.9775258,14.2502059 15.9728806,14.2307941 C15.9847839,14.2257941 15.9966871,14.2234412 15.9993,14.2234412 C16.0062677,14.2137353 16.0112032,14.1990294 16.0112032,14.1846176 C16.0112032,14.1796176 16.0135258,14.1796176 16.0158484,14.1796176 C16.0231065,14.1796176 16.0326871,14.1796176 16.0399452,14.1749118 C16.0518484,14.1749118 16.0544613,14.1796176 16.0567839,14.1846176 C16.0686871,14.2040294 16.097429,14.2234412 16.1284935,14.2137353 C16.1909129,14.1943235 16.1380742,14.1360882 16.1862677,14.1237353 L16.2219774,14.1237353 C16.270171,14.1360882 16.3418806,14.1360882 16.3537839,14.1140294 C16.3683,14.0899118 16.3610419,14.0049118 16.3108161,13.9707941 C16.2797516,13.9563824 16.3131387,13.9199118 16.2820742,13.8760882 C16.3372355,13.8955 16.3923968,13.9199118 16.4617839,13.9199118 C16.5982355,13.9199118 16.6272677,13.9005 16.6893968,13.8616765 C16.7518161,13.8205 16.8261387,13.8469706 16.8453,13.8469706 C16.8621387,13.8519706 16.8763645,13.8566765 16.8717194,13.8810882 C16.8548806,13.9513824 16.8763645,13.9563824 16.8621387,13.9902059 C16.8499452,14.0146176 16.7947839,13.9952059 16.7541387,13.9902059 C16.7326548,13.9902059 16.7158161,14.0049118 16.7134935,14.0096176 C16.6821387,14.0146176 16.6438161,14.0460882 16.646429,14.0849118 C16.6560097,14.0752059 16.6774935,14.0557941 16.7062355,14.0510882 C16.7062355,14.0557941 16.7085581,14.0655 16.7085581,14.0655 C16.7134935,14.1140294 16.7613968,14.1263824 16.7947839,14.0996176 C16.7973968,14.0946176 16.8093,14.0996176 16.8043645,14.1043235 C16.7733,14.1237353 16.7277194,14.1699118 16.7660419,14.1846176 C16.7686548,14.1893235 16.7805581,14.1943235 16.7924613,14.1990294 C16.7901387,14.2257941 16.8116226,14.2599118 16.8331065,14.2646176 C16.8235258,14.2452059 16.8212032,14.2355 16.8357194,14.2040294 L16.8572032,14.2040294 C16.8908806,14.2087353 16.8740419,14.1505 16.9100419,14.1263824 C16.9123645,14.1237353 16.9146871,14.1263824 16.9123645,14.1310882 C16.9027839,14.1652059 16.8978484,14.2087353 16.9242677,14.2184412 C16.9265903,14.2184412 16.9387839,14.2184412 16.9483645,14.2234412 C16.9579452,14.2502059 16.9913323,14.2696176 17.0296548,14.2452059 C17.0200742,14.2405 17.0009129,14.2307941 16.9962677,14.2184412 C17.0035258,14.2087353 17.0131065,14.1893235 17.015429,14.1846176 C17.0369129,14.1140294 16.9747839,14.1140294 16.9747839,14.0849118 C16.9747839,14.0510882 17.044171,14.0752059 17.044171,13.9999118 C17.044171,13.9902059 17.0392355,13.9660882 17.0131065,13.9563824 L17.0131065,13.9513824 C17.0322677,13.9513824 17.0537516,13.9563824 17.0633323,13.9272647 C17.0131065,13.9319706 17.0250097,13.8907941 17.0200742,13.8616765 C17.0177516,13.8566765 17.0177516,13.8519706 17.0226871,13.8469706 C17.0392355,13.8372647 17.051429,13.8155 17.0464935,13.7716765 C17.0296548,13.7960882 16.972171,13.8228529 16.9652032,13.7766765 C16.9625903,13.7716765 16.9602677,13.7378529 16.9123645,13.7475588 C16.8235258,13.7572647 16.7613968,13.7378529 16.5982355,13.7231471 C16.7852032,13.7231471 17.0633323,13.6722647 17.0633323,13.5678529" id="Fill-69"></path>
46
- <path d="M14.7728323,14.7998235 C14.7824129,14.7827647 14.789671,14.7683529 14.796929,14.7683529 C14.8207355,14.7683529 14.8303161,14.7633529 14.8352516,14.7489412 C14.8448323,14.7245294 14.8230581,14.7148235 14.8015742,14.7004118 C14.825671,14.6954118 14.8352516,14.6857059 14.825671,14.6783529 C14.8111548,14.6686471 14.789671,14.6833529 14.7873484,14.6783529 C14.7847355,14.6686471 14.796929,14.6589412 14.8015742,14.6542353 C14.8111548,14.6445294 14.8207355,14.6492353 14.8326387,14.6542353 L14.9191548,14.6907059 C14.9287355,14.7004118 14.9357032,14.7051176 14.9357032,14.7198235 C14.9357032,14.7245294 14.9406387,14.7439412 14.9310581,14.7489412 C14.9214774,14.7489412 14.9238,14.7198235 14.9023161,14.7198235 C14.8927355,14.7148235 14.8927355,14.7295294 14.8999935,14.7489412 C14.8805419,14.7439412 14.8613806,14.7342353 14.8518,14.7536471 C14.8422194,14.7683529 14.8448323,14.7827647 14.8590581,14.7948235 C14.8639935,14.7998235 14.8590581,14.8192353 14.8518,14.8386471 C14.8448323,14.8580588 14.8207355,14.8871765 14.789671,14.8727647 C14.7583161,14.8533529 14.7632516,14.8192353 14.7728323,14.7998235 M14.8735742,14.5789412 C14.8590581,14.6007059 14.8303161,14.6251176 14.8038968,14.6007059 C14.7847355,14.5789412 14.8065097,14.5739412 14.7800903,14.5254118 C14.8065097,14.5448235 14.8590581,14.5789412 14.8735742,14.5789412 M14.9406387,14.6154118 C14.9525419,14.6251176 15.0149613,14.6492353 15.0483484,14.6589412 C14.9958,14.6686471 15.0077032,14.6833529 14.9766387,14.6833529 C14.9452839,14.6833529 14.9357032,14.6395294 14.9406387,14.6154118 M16.9368968,14.8386471 C16.9368968,14.7536471 16.8460258,14.7004118 16.5728323,14.7004118 C16.2970258,14.7004118 15.4582839,14.7998235 15.4582839,14.6492353 C15.4582839,14.5498235 15.7433806,14.5862941 15.9521226,14.591 C15.9590903,14.6104118 15.9808645,14.6251176 16.0096065,14.6348235 C16.3640903,14.7342353 16.7307677,14.4962941 16.9824774,14.5836471 C16.7836065,14.3968824 16.5272516,14.6007059 16.2610258,14.5448235 C16.416929,14.5448235 16.5798,14.5157059 16.5870581,14.4695294 C16.4671548,14.5498235 16.1245742,14.4162941 15.9831871,14.506 C15.9736065,14.5157059 15.9663484,14.5207059 15.9590903,14.5254118 C15.6978,14.5254118 15.3816387,14.4865882 15.3816387,14.6492353 C15.3816387,14.9236471 16.3402839,14.7633529 16.5678968,14.7633529 C16.7955097,14.7633529 16.8460258,14.7877647 16.8460258,14.8289412 C16.8460258,14.8945294 16.6181226,14.9139412 16.4863161,14.9139412 C16.2778645,14.9139412 15.3816387,14.7901176 15.0268645,14.8992353 C15.0483484,14.8436471 15.1322516,14.7489412 15.0916065,14.7004118 C15.1276065,14.6833529 15.1490903,14.6589412 15.1514129,14.6298235 C15.129929,14.6104118 15.1035097,14.6007059 15.0843484,14.596 C15.093929,14.5836471 15.0820258,14.5642353 15.0701226,14.5498235 C15.0628645,14.5498235 15.0556065,14.511 15.0509613,14.5012941 C15.0364452,14.4915882 15.0077032,14.4695294 14.9693806,14.4501176 C14.9287355,14.4307059 14.8999935,14.4307059 14.8878,14.426 C14.8782194,14.421 14.8422194,14.4357059 14.8375742,14.4307059 C14.8207355,14.4307059 14.7943161,14.4307059 14.789671,14.4551176 C14.7777677,14.4357059 14.753671,14.4307059 14.7295742,14.426 C14.7153484,14.4551176 14.7080903,14.4792353 14.7199935,14.5254118 C14.688929,14.5254118 14.652929,14.6104118 14.6241871,14.596 C14.6337677,14.6251176 14.6433484,14.6348235 14.652929,14.6348235 C14.6265097,14.6833529 14.616929,14.7439412 14.5858645,14.7489412 C14.5954452,14.7633529 14.6050258,14.7730588 14.6122839,14.7780588 C14.6073484,14.8048235 14.6027032,14.8386471 14.6027032,14.8630588 L14.5762839,14.8533529 C14.5571226,14.8533529 14.5379613,14.8533529 14.5330258,14.8483529 C14.5211226,14.8483529 14.5042839,14.8436471 14.4877355,14.8436471 C14.4444774,14.8386471 14.4108,14.7683529 14.3414129,14.7245294 C14.2862516,14.6907059 14.283929,14.6686471 14.283929,14.6104118 C14.283929,14.5595294 14.3054129,14.5157059 14.3007677,14.4745294 C14.3007677,14.4695294 14.2935097,14.4454118 14.2911871,14.4307059 C14.2816065,14.3968824 14.240671,14.3748235 14.2191871,14.3821765 C14.2310903,14.3918824 14.2432839,14.4015882 14.247929,14.4307059 C14.2383484,14.4404118 14.2264452,14.4551176 14.2264452,14.4598235 C14.2145419,14.4695294 14.2096065,14.4865882 14.2287677,14.506 C14.2310903,14.511 14.2310903,14.511 14.2310903,14.5157059 C14.2310903,14.5207059 14.2310903,14.5254118 14.2287677,14.5401176 C14.2264452,14.5448235 14.2215097,14.5448235 14.2215097,14.5401176 C14.2072839,14.5012941 14.1904452,14.4551176 14.1640258,14.4501176 L14.1425419,14.4501176 L14.1425419,14.4454118 C14.1425419,14.4065882 14.1018968,14.3798235 14.0632839,14.421 C14.0705419,14.426 14.0873806,14.426 14.0923161,14.4357059 C14.0897032,14.4454118 14.0850581,14.4695294 14.0850581,14.4745294 C14.0827355,14.511 14.1088645,14.5207059 14.1471871,14.5254118 C14.1544452,14.5254118 14.1567677,14.5254118 14.1593806,14.5304118 C14.1617032,14.5351176 14.1640258,14.5401176 14.1640258,14.5448235 C14.1663484,14.5545294 14.1640258,14.5545294 14.1593806,14.5498235 C14.0946387,14.5207059 14.0705419,14.5545294 14.0705419,14.5789412 C14.0705419,14.5836471 14.0682194,14.596 14.0705419,14.6007059 C14.0467355,14.6201176 14.0418,14.6542353 14.0827355,14.6783529 C14.0827355,14.6686471 14.0801226,14.6445294 14.0946387,14.6395294 C14.0969613,14.6395294 14.0992839,14.6395294 14.1018968,14.6348235 C14.1088645,14.6445294 14.1210581,14.6492353 14.1210581,14.6542353 C14.1257032,14.6542353 14.1376065,14.6542353 14.1567677,14.6395294 C14.1640258,14.6348235 14.1663484,14.6348235 14.1736065,14.6395294 C14.1785419,14.6445294 14.1855097,14.6445294 14.1904452,14.6492353 C14.1927677,14.6542353 14.1927677,14.6589412 14.1904452,14.6639412 C14.1498,14.7004118 14.1567677,14.7439412 14.2096065,14.7536471 C14.2191871,14.7536471 14.2191871,14.7586471 14.2191871,14.7683529 C14.2145419,14.8436471 14.1161226,14.8289412 14.1161226,14.7489412 C14.0632839,14.8386471 14.1640258,14.9042353 14.2383484,14.8630588 C14.240671,14.8580588 14.2432839,14.8630588 14.2456065,14.8677647 C14.2502516,14.8774706 14.2575097,14.8895294 14.2720258,14.8895294 C14.2720258,14.8871765 14.2743484,14.8774706 14.2885742,14.8774706 C14.2911871,14.8774706 14.2911871,14.8824706 14.2911871,14.8871765 C14.2911871,14.9042353 14.3007677,14.9333529 14.3318323,14.9383529 C14.3245742,14.9186471 14.3295097,14.9042353 14.3414129,14.9042353 C14.3533161,14.9042353 14.4061548,15.0086471 14.5211226,15.0718824 C14.5402839,15.0668824 14.5716387,15.0668824 14.5835419,15.0427647 C14.5835419,15.0474706 14.5931226,15.0571765 14.6050258,15.0668824 C14.6099613,15.1177647 14.6433484,15.181 14.6337677,15.181 C14.616929,15.181 14.4421548,15.1762941 14.4038323,15.1907059 C14.355929,15.2221765 14.2310903,15.266 14.1904452,15.2124706 C14.1808645,15.1930588 14.1855097,15.181 14.1689613,15.1518824 C14.1567677,15.1324706 14.1402194,15.1177647 14.1280258,15.1177647 L14.0946387,15.1177647 C14.0778,15.0936471 14.0322194,15.0912941 14.0107355,15.1033529 C14.0275742,15.1080588 14.0441226,15.1130588 14.0609613,15.1421765 C14.0563161,15.1468824 14.0490581,15.1615882 14.0467355,15.1665882 C14.0371548,15.181 14.0418,15.2077647 14.1210581,15.2368824 C14.1257032,15.2368824 14.1329613,15.2465882 14.1257032,15.2465882 C14.1161226,15.2562941 14.0969613,15.2562941 14.0827355,15.2465882 C14.0513806,15.2221765 14.0467355,15.186 14.0084129,15.2027647 C14.0058,15.2027647 13.9938968,15.2124706 13.9843161,15.2174706 L13.9747355,15.2174706 C13.9410581,15.2077647 13.8861871,15.2562941 13.9099935,15.2974706 C13.914929,15.2854118 13.9291548,15.266 13.9555742,15.261 C13.9578968,15.271 13.9628323,15.2807059 13.9628323,15.2854118 C13.9700903,15.3265882 13.9866387,15.3607059 14.0705419,15.3024706 C14.0801226,15.2974706 14.0801226,15.3024706 14.0778,15.3071765 C14.0586387,15.346 13.9988323,15.3801176 14.0441226,15.4068824 C14.0467355,15.4068824 14.0563161,15.4115882 14.0632839,15.4212941 C14.0632839,15.4262941 14.0609613,15.4262941 14.0609613,15.431 C14.0537032,15.4748235 14.0992839,15.5112941 14.1306387,15.5062941 C14.1161226,15.4965882 14.0969613,15.4748235 14.1018968,15.436 C14.1161226,15.4407059 14.1257032,15.4457059 14.1280258,15.4457059 C14.1663484,15.431 14.1498,15.3801176 14.1712839,15.3654118 C14.1785419,15.3607059 14.1831871,15.3654118 14.1831871,15.3704118 C14.1855097,15.3898235 14.1927677,15.436 14.2432839,15.431 C14.2885742,15.4262941 14.3077355,15.3898235 14.3030903,15.3607059 C14.3030903,15.3607059 14.3030903,15.3557059 14.3077355,15.3607059 C14.3245742,15.3704118 14.3390903,15.3848235 14.3341548,15.4068824 C14.3414129,15.4068824 14.3582516,15.3948235 14.3678323,15.3751176 C14.3750903,15.3971765 14.3797355,15.431 14.348671,15.4601176 C14.3655097,15.4554118 14.4157355,15.431 14.4253161,15.3801176 C14.4325742,15.3848235 14.4398323,15.3948235 14.4421548,15.4018824 C14.4421548,15.4018824 14.4444774,15.4018824 14.4444774,15.3971765 C14.4636387,15.4068824 14.4923806,15.4068824 14.5428968,15.3971765 C14.5452194,15.3948235 14.5475419,15.3971765 14.5452194,15.4018824 C14.5452194,15.4212941 14.5452194,15.4407059 14.5524774,15.4504118 C14.5524774,15.4457059 14.5667032,15.4262941 14.5716387,15.4262941 C14.5858645,15.4262941 14.5716387,15.4748235 14.5954452,15.5015882 C14.6073484,15.3801176 14.7513484,15.4407059 14.8279935,15.3948235 C14.8375742,15.3848235 14.8375742,15.3898235 14.8352516,15.3948235 C14.8303161,15.4068824 14.8207355,15.4262941 14.7992516,15.436 C14.8279935,15.4407059 14.8686387,15.4212941 14.8999935,15.3971765 C14.8973806,15.3971765 14.8927355,15.4018824 14.8901226,15.4068824 L15.0149613,15.351 C15.0149613,15.3412941 15.0196065,15.3265882 15.0222194,15.3121765 C15.0364452,15.3071765 15.0509613,15.3071765 15.0628645,15.3024706 C15.0628645,15.3071765 15.0605419,15.3071765 15.057929,15.3071765 C15.1371871,15.3121765 15.129929,15.2465882 15.1609935,15.2562941 C15.6046065,15.3121765 15.3502839,15.0621765 15.8751871,15.1080588 C15.8992839,15.1080588 15.9088645,15.0983529 15.9352839,15.0815882 C15.903929,15.1324706 15.903929,15.2174706 15.9590903,15.2271765 C15.9831871,15.2318824 16.0310903,15.2465882 16.0502516,15.266 C16.0551871,15.271 16.0502516,15.2757059 16.0453161,15.2757059 C16.0165742,15.2807059 15.9831871,15.2854118 15.9736065,15.2951176 C15.8897032,15.346 15.8873806,15.1712941 15.7985419,15.2027647 C15.7962194,15.2027647 15.7843161,15.2174706 15.7793806,15.2221765 C15.7433806,15.2221765 15.6954774,15.261 15.7027355,15.2974706 C15.7123161,15.2854118 15.7338,15.271 15.7602194,15.266 L15.7602194,15.2854118 C15.7578968,15.2974706 15.7625419,15.3121765 15.7889613,15.3121765 C15.8081226,15.3121765 15.8104452,15.3024706 15.8272839,15.3024706 C15.8322194,15.3024706 15.8345419,15.3071765 15.8345419,15.3121765 C15.8345419,15.346 15.7291548,15.2951176 15.7483161,15.3898235 C15.7483161,15.3898235 15.7578968,15.4068824 15.7651548,15.4115882 C15.7602194,15.4407059 15.7817032,15.4698235 15.8322194,15.4554118 C15.8226387,15.4504118 15.8034774,15.436 15.8058,15.4212941 C15.8153806,15.4262941 15.8272839,15.4262941 15.8322194,15.4262941 C15.8322194,15.4262941 15.8394774,15.4212941 15.8418,15.4068824 C15.8441226,15.4068824 15.8441226,15.4018824 15.8464452,15.4018824 C15.8513806,15.4068824 15.8537032,15.4068824 15.8537032,15.4115882 C15.8537032,15.4212941 15.8490581,15.4262941 15.8490581,15.431 C15.8490581,15.436 15.8537032,15.4601176 15.8586387,15.4651176 C15.8537032,15.4942353 15.8992839,15.5307059 15.9495097,15.4965882 C15.9376065,15.4942353 15.903929,15.4892353 15.8992839,15.4748235 C15.9088645,15.4698235 15.9230903,15.4651176 15.9257032,15.4651176 C15.932671,15.4601176 15.9352839,15.4457059 15.9352839,15.431 C15.9376065,15.4212941 15.939929,15.4212941 15.9448645,15.4212941 L15.9663484,15.4212941 C15.975929,15.4165882 15.9808645,15.4212941 15.9831871,15.4262941 C15.9878323,15.4504118 16.0165742,15.4651176 16.0502516,15.4554118 C16.1054129,15.436 16.0598323,15.3848235 16.1030903,15.3751176 C16.1100581,15.3704118 16.1292194,15.3704118 16.1388,15.3751176 C16.1843806,15.3848235 16.2540581,15.3801176 16.2659613,15.3607059 C16.2778645,15.3362941 16.2706065,15.2562941 16.2227032,15.2271765 C16.1893161,15.2077647 16.2227032,15.1762941 16.1939613,15.1324706 C16.2468,15.1518824 16.2970258,15.1762941 16.3667032,15.1762941 C16.488929,15.1762941 16.524929,15.1568824 16.5798,15.1227647 C16.6398968,15.0862941 16.7092839,15.1033529 16.7307677,15.1033529 C16.7452839,15.1080588 16.7598,15.1177647 16.7548645,15.1371765 C16.7403484,15.2027647 16.7621226,15.2077647 16.7476065,15.2415882 C16.7357032,15.266 16.6805419,15.2465882 16.6445419,15.2415882 C16.6230581,15.2415882 16.6038968,15.2562941 16.6038968,15.261 C16.5728323,15.266 16.5391548,15.2951176 16.5391548,15.3315882 C16.5510581,15.3265882 16.5728323,15.3024706 16.5943161,15.3024706 C16.5943161,15.3071765 16.5943161,15.3121765 16.5966387,15.3121765 C16.6015742,15.3607059 16.6518,15.3751176 16.6782194,15.346 C16.6828645,15.3412941 16.6924452,15.346 16.6878,15.351 C16.6637032,15.3704118 16.6158,15.4115882 16.6567355,15.431 C16.6567355,15.431 16.6663161,15.436 16.6782194,15.4407059 C16.6758968,15.4698235 16.6924452,15.4965882 16.7188645,15.5015882 C16.7092839,15.4892353 16.7069613,15.4795294 16.7211871,15.4504118 L16.7429613,15.4504118 C16.7693806,15.4504118 16.7571871,15.3948235 16.785929,15.3751176 C16.7908645,15.3751176 16.7931871,15.3751176 16.7931871,15.3801176 C16.7836065,15.4068824 16.7789613,15.4504118 16.8050903,15.4601176 C16.8050903,15.4601176 16.8196065,15.4651176 16.8291871,15.4651176 C16.8364452,15.4892353 16.8675097,15.5062941 16.9035097,15.4845294 C16.893929,15.4845294 16.8770903,15.4748235 16.8698323,15.4601176 C16.8794129,15.4504118 16.886671,15.436 16.886671,15.431 C16.9081548,15.3607059 16.8529935,15.3607059 16.8529935,15.3362941 C16.8529935,15.2974706 16.9203484,15.3218824 16.9203484,15.2512941 C16.9203484,15.2415882 16.9107677,15.2221765 16.886671,15.2077647 L16.886671,15.2027647 L16.886671,15.2077647 C16.9058323,15.2027647 16.9273161,15.2077647 16.9368968,15.186 C16.886671,15.1907059 16.9011871,15.1468824 16.893929,15.1227647 C16.893929,15.1130588 16.8916065,15.1080588 16.8962516,15.1080588 C16.9107677,15.0936471 16.9249935,15.0765882 16.9203484,15.0377647 C16.9035097,15.0621765 16.850671,15.0862941 16.8460258,15.0377647 C16.8434129,15.0377647 16.8410903,14.9989412 16.7885419,15.0086471 C16.7069613,15.0230588 16.6518,14.9989412 16.4935742,14.9868824 C16.6518,14.9771765 16.9368968,14.9430588 16.9368968,14.8386471" id="Fill-71"></path>
47
- <path d="M19.0439129,17.0675588 L19.0439129,17.0675588 L19.0439129,17.0675588 L19.0439129,17.0675588 Z M18.6365903,16.4216765 L18.6293323,16.4216765 L18.6365903,16.4216765 L18.6365903,16.4216765 Z M18.6148161,16.5163824 L18.610171,16.5163824 L18.6148161,16.5163824 Z M18.6844935,16.6452059 C18.6963968,16.6257941 18.7036548,16.6087353 18.7155581,16.6087353 C18.7323968,16.6134412 18.7419774,16.6087353 18.7492355,16.5893235 C18.7562032,16.5699118 18.7370419,16.5602059 18.7178806,16.5455 C18.7370419,16.5407941 18.7492355,16.5310882 18.7370419,16.5163824 C18.7251387,16.5090294 18.7059774,16.5310882 18.7036548,16.5163824 C18.6987194,16.5090294 18.7132355,16.5043235 18.7178806,16.4946176 C18.7274613,16.4896176 18.7347194,16.4896176 18.7466226,16.4946176 L18.8331387,16.5357941 C18.8427194,16.5455 18.8496871,16.5505 18.8496871,16.5602059 C18.8496871,16.5699118 18.8546226,16.5893235 18.8450419,16.5893235 C18.8354613,16.5940294 18.8354613,16.5649118 18.8209452,16.5602059 C18.8067194,16.5602059 18.8067194,16.5699118 18.8163,16.5940294 C18.7945258,16.5843235 18.7753645,16.5746176 18.7683968,16.5940294 C18.7562032,16.6134412 18.7588161,16.6207941 18.7753645,16.6402059 C18.7779774,16.6452059 18.7753645,16.6646176 18.7683968,16.6840294 C18.7588161,16.7034412 18.7347194,16.7252059 18.7059774,16.7131471 C18.6749129,16.6984412 18.6772355,16.6646176 18.6844935,16.6452059 L18.6844935,16.6452059 Z M18.7875581,16.4216765 C18.7753645,16.4460882 18.7443,16.4655 18.7204935,16.4460882 C18.6963968,16.4169706 18.7228161,16.4143235 18.6940742,16.3707941 C18.7204935,16.3852059 18.7753645,16.4169706 18.7875581,16.4216765 L18.7875581,16.4216765 Z M18.8546226,16.4557941 C18.8688484,16.4655 18.9289452,16.4896176 18.9623323,16.4993235 C18.9121065,16.5090294 18.9216871,16.5310882 18.8929452,16.5310882 C18.8592677,16.5260882 18.8473645,16.4849118 18.8546226,16.4557941 L18.8546226,16.4557941 Z M20.8221387,16.9728529 C20.8221387,16.9681471 20.8221387,16.9631471 20.8270742,16.9631471 C20.8439129,16.9484412 20.8581387,16.9243235 20.8558161,16.8878529 C20.8366548,16.9122647 20.779171,16.9387353 20.779171,16.8928529 C20.779171,16.8878529 20.7765581,16.8540294 20.7263323,16.8637353 C20.6447516,16.8734412 20.5681065,16.8540294 20.4075581,16.8443235 C20.3979774,16.8393235 20.3907194,16.8346176 20.4075581,16.8296176 C20.5681065,16.8175588 20.8534935,16.7931471 20.8534935,16.6937353 C20.8534935,16.6087353 20.7623323,16.5552059 20.4868161,16.5552059 C20.2136226,16.5552059 19.3745903,16.6549118 19.3745903,16.4993235 C19.3745903,16.3999118 19.6573645,16.4410882 19.868429,16.4460882 C19.8756871,16.4655 19.8948484,16.4752059 19.9259129,16.4849118 C20.2780742,16.5893235 20.678429,16.3172647 20.8918161,16.3852059 C20.6160097,16.2857941 20.4412355,16.4557941 20.1750097,16.3999118 C20.3309129,16.3999118 20.4963968,16.3657941 20.5033645,16.3222647 C20.3811387,16.4046176 20.0408806,16.2710882 19.897171,16.3610882 C19.8875903,16.3657941 19.8803323,16.3707941 19.8730742,16.3805 C19.6143968,16.3755 19.2979452,16.3463824 19.2979452,16.4993235 C19.2979452,16.7737353 20.2542677,16.6134412 20.4818806,16.6134412 C20.7121065,16.6134412 20.7646548,16.6402059 20.7646548,16.6840294 C20.7646548,16.7496176 20.5347194,16.7640294 20.4052355,16.7640294 C20.1895258,16.7640294 19.2979452,16.6452059 18.9408484,16.7543235 C18.9623323,16.6937353 19.0488484,16.6037353 19.0079129,16.5552059 C19.0415903,16.5407941 19.0680097,16.5140294 19.0680097,16.4849118 C19.0462355,16.4655 19.022429,16.4557941 18.9983323,16.4507941 C19.0102355,16.4363824 18.9960097,16.4169706 18.9841065,16.4046176 C18.979171,16.3999118 18.9745258,16.3610882 18.9649452,16.3560882 C18.950429,16.3416765 18.9240097,16.3172647 18.8833645,16.3002059 C18.8450419,16.2807941 18.8186226,16.2807941 18.8017839,16.2807941 C18.7922032,16.2760882 18.7562032,16.2857941 18.7538806,16.2857941 C18.7347194,16.2857941 18.7109129,16.2857941 18.7083,16.3052059 C18.6891387,16.2905 18.6699774,16.2807941 18.6435581,16.2807941 C18.6293323,16.3099118 18.6243968,16.3319706 18.6365903,16.3805 C18.6029129,16.3805 18.5718484,16.4605 18.538171,16.4507941 C18.5500742,16.4752059 18.5596548,16.4849118 18.5718484,16.4896176 C18.5431065,16.5357941 18.5309129,16.5990294 18.4998484,16.5990294 C18.5190097,16.6207941 18.5335258,16.6355 18.545429,16.6402059 C18.5431065,16.6693235 18.538171,16.6984412 18.538171,16.7205 L18.4902677,16.7034412 L18.4470097,16.7034412 C18.4351065,16.6984412 18.4208806,16.6984412 18.4040419,16.6937353 C18.3633968,16.6887353 18.3273968,16.6184412 18.2553968,16.5746176 C18.2002355,16.5455 18.2002355,16.5163824 18.2002355,16.4605 C18.2002355,16.4143235 18.2217194,16.3707941 18.2193968,16.3269706 C18.2170742,16.3172647 18.2098161,16.2955 18.205171,16.2857941 C18.1955903,16.2516765 18.1546548,16.2275588 18.133171,16.2372647 C18.1450742,16.2469706 18.1572677,16.2566765 18.1619129,16.2857941 C18.1523323,16.2955 18.140429,16.3099118 18.1381065,16.3099118 C18.1308484,16.3222647 18.1259129,16.3416765 18.140429,16.3560882 C18.1450742,16.3610882 18.1450742,16.3657941 18.1450742,16.3657941 C18.1450742,16.3707941 18.1450742,16.3805 18.140429,16.3902059 C18.1381065,16.3999118 18.1354935,16.3949118 18.1354935,16.3902059 C18.1259129,16.3560882 18.1067516,16.3052059 18.0780097,16.3052059 C18.0756871,16.3052059 18.0637839,16.3002059 18.0542032,16.3002059 C18.0542032,16.3002059 18.0565258,16.3002059 18.0565258,16.2955 C18.0565258,16.2613824 18.0182032,16.2322647 17.9772677,16.2760882 C17.9868484,16.2760882 18.0036871,16.2807941 18.0109452,16.2905 C18.0063,16.3002059 18.0013645,16.3222647 18.0013645,16.3222647 C17.9990419,16.3610882 18.0228484,16.3755 18.0637839,16.3755 C18.0733645,16.3755 18.0756871,16.3805 18.0756871,16.3852059 C18.0756871,16.3852059 18.0756871,16.3949118 18.0780097,16.3999118 C18.0803323,16.4046176 18.0756871,16.4046176 18.0756871,16.4046176 C18.0132677,16.3755 17.9845258,16.4046176 17.9845258,16.4313824 C17.9845258,16.4313824 17.9822032,16.4507941 17.9845258,16.4557941 C17.9653645,16.4702059 17.9581065,16.5043235 17.9990419,16.5310882 C17.9967194,16.5163824 17.9967194,16.4946176 18.0132677,16.4896176 L18.0205258,16.4896176 C18.0254613,16.4946176 18.0350419,16.5043235 18.0373645,16.5043235 C18.0420097,16.5090294 18.0515903,16.5043235 18.0756871,16.4896176 L18.0875903,16.4896176 C18.0925258,16.4946176 18.097171,16.4993235 18.1067516,16.5043235 C18.1090742,16.5090294 18.1090742,16.5090294 18.1067516,16.5140294 C18.0661065,16.5552059 18.0733645,16.5990294 18.1259129,16.6087353 C18.133171,16.6087353 18.1354935,16.6134412 18.1354935,16.6184412 C18.1308484,16.6984412 18.0301065,16.6790294 18.032429,16.6037353 C17.9772677,16.6937353 18.0756871,16.7593235 18.1523323,16.7178529 C18.1572677,16.7131471 18.1595903,16.7131471 18.1619129,16.7178529 C18.1668484,16.7302059 18.1738161,16.7446176 18.1860097,16.7446176 C18.1833968,16.7446176 18.1906548,16.7252059 18.2025581,16.7252059 C18.2074935,16.7252059 18.2074935,16.7349118 18.2074935,16.7399118 C18.2098161,16.7593235 18.2170742,16.7834412 18.2458161,16.7884412 C18.241171,16.7690294 18.2458161,16.7593235 18.2553968,16.7593235 C18.2722355,16.7593235 18.3178161,16.8734412 18.4304613,16.9340294 C18.4278484,16.9243235 18.4760419,16.9072647 18.4975258,16.8928529 C18.502171,16.9122647 18.5143645,16.9340294 18.5358484,16.9437353 L18.5526871,16.9290294 C18.545429,16.9875588 18.6078484,17.0384412 18.5982677,17.0384412 C18.581429,17.0384412 18.4760419,17.0237353 18.4400419,17.0431471 C18.3895258,17.0725588 18.2649774,17.1210882 18.2266548,17.0675588 C18.2147516,17.0481471 18.2170742,17.0287353 18.2002355,17.0019706 C18.1906548,16.9825588 18.176429,16.9728529 18.1619129,16.9681471 L18.1308484,16.9681471 C18.1090742,16.9484412 18.0661065,16.9437353 18.0469452,16.9584412 C18.0637839,16.9631471 18.0780097,16.9681471 18.0925258,16.9922647 C18.0899129,17.0019706 18.0803323,17.0166765 18.0803323,17.0166765 C18.0733645,17.0334412 18.0756871,17.0625588 18.1546548,17.0919706 C18.1595903,17.0919706 18.169171,17.0966765 18.1619129,17.1016765 C18.1500097,17.1063824 18.133171,17.1113824 18.1163323,17.0966765 C18.0852677,17.0725588 18.0803323,17.0384412 18.0420097,17.0578529 C18.0396871,17.0578529 18.0301065,17.0625588 18.0182032,17.0675588 L18.0109452,17.0675588 C17.9749452,17.0625588 17.9223968,17.1113824 17.9462032,17.1525588 C17.9485258,17.1378529 17.9653645,17.1160882 17.9894613,17.1113824 C17.9917839,17.1210882 17.9941065,17.1331471 17.9967194,17.1378529 C18.0036871,17.1816765 18.0205258,17.2107941 18.104429,17.1572647 C18.1140097,17.1525588 18.1140097,17.1572647 18.1090742,17.1622647 C18.0925258,17.1963824 18.0350419,17.2278529 18.0780097,17.2569706 C18.0780097,17.2616765 18.0899129,17.2666765 18.097171,17.2713824 C18.0948484,17.2763824 18.0948484,17.2810882 18.0948484,17.2810882 C18.0875903,17.3272647 18.1354935,17.3660882 18.1668484,17.3613824 C18.1523323,17.3516765 18.133171,17.3249118 18.1354935,17.2907941 C18.1476871,17.2957941 18.1572677,17.3005 18.1619129,17.2957941 C18.2002355,17.2810882 18.1833968,17.2278529 18.2074935,17.2157941 C18.2121387,17.2107941 18.2147516,17.2157941 18.2170742,17.2205 C18.2193968,17.2422647 18.2289774,17.2860882 18.2768806,17.2810882 C18.3224613,17.2810882 18.3439452,17.2375588 18.3369774,17.2157941 C18.3369774,17.2107941 18.3393,17.2107941 18.3439452,17.2107941 C18.3584613,17.2205 18.3729774,17.2375588 18.3680419,17.2616765 C18.3753,17.2569706 18.3921387,17.2422647 18.4017194,17.2255 C18.4086871,17.2519706 18.4113,17.2810882 18.3825581,17.3152059 C18.4017194,17.3055 18.4470097,17.2810882 18.4592032,17.2278529 C18.4687839,17.2375588 18.4760419,17.2472647 18.4760419,17.2569706 C18.4760419,17.2569706 18.4783645,17.2519706 18.4806871,17.2519706 C18.4952032,17.2569706 18.5285903,17.2616765 18.574171,17.2519706 C18.581429,17.2472647 18.581429,17.2519706 18.581429,17.2569706 C18.5764935,17.2713824 18.5764935,17.2957941 18.5860742,17.3055 C18.5860742,17.3005 18.5982677,17.2810882 18.6052355,17.2810882 C18.6197516,17.2810882 18.6052355,17.3249118 18.6316548,17.3563824 C18.6435581,17.2325588 18.7083,17.2810882 18.7849452,17.2325588 C18.7945258,17.2255 18.7945258,17.2278529 18.7922032,17.2375588 C18.7875581,17.2519706 18.7779774,17.2666765 18.7588161,17.2763824 C18.7849452,17.3005 18.8975903,17.2278529 18.8975903,17.1816765 C18.8975903,17.1719706 18.9385258,17.1669706 18.9768484,17.1622647 C19.0534935,17.1669706 19.0439129,17.1016765 19.0749774,17.1063824 C19.5232355,17.1669706 19.2668806,16.9122647 19.7917839,16.9631471 C19.8155903,16.9631471 19.8274935,16.9340294 19.8492677,16.9122647 C19.8228484,16.9631471 19.8205258,17.0675588 19.8756871,17.0822647 C19.897171,17.0822647 19.9473968,17.1016765 19.9665581,17.1160882 C19.9714935,17.1210882 19.9665581,17.1257941 19.9642355,17.1257941 C19.9305581,17.1281471 19.897171,17.1378529 19.8875903,17.1475588 C19.8060097,17.2010882 19.8036871,17.0213824 19.7174613,17.0528529 C19.7125258,17.0578529 19.6983,17.0675588 19.6933645,17.0725588 C19.6573645,17.0725588 19.6117839,17.1160882 19.6190419,17.1525588 C19.6312355,17.1378529 19.6477839,17.1210882 19.6742032,17.1210882 L19.6742032,17.1378529 C19.6742032,17.1525588 19.6791387,17.1669706 19.7078806,17.1669706 C19.724429,17.1669706 19.7293645,17.1572647 19.7389452,17.1572647 C19.7462032,17.1572647 19.7508484,17.1622647 19.7508484,17.1669706 C19.7508484,17.2010882 19.6431387,17.1475588 19.6646226,17.2375588 C19.6669452,17.2422647 19.6742032,17.2616765 19.6791387,17.2666765 C19.6742032,17.2957941 19.6983,17.3249118 19.7462032,17.3055 C19.7366226,17.3005 19.7197839,17.2860882 19.724429,17.2713824 C19.7316871,17.2763824 19.7412677,17.2763824 19.7438806,17.2763824 C19.7485258,17.2763824 19.7534613,17.2713824 19.7557839,17.2616765 C19.7557839,17.2569706 19.7581065,17.2569706 19.7630419,17.2569706 C19.7700097,17.2569706 19.7726226,17.2616765 19.7726226,17.2666765 C19.7726226,17.2713824 19.7653645,17.2763824 19.7676871,17.2860882 C19.7676871,17.2860882 19.7700097,17.3105 19.7726226,17.3152059 C19.7700097,17.3466765 19.8155903,17.3855 19.8661065,17.3466765 C19.8492677,17.3466765 19.8205258,17.3419706 19.8155903,17.3249118 C19.825171,17.3202059 19.8370742,17.3152059 19.8396871,17.3152059 C19.8466548,17.3105 19.8492677,17.2957941 19.8492677,17.2810882 C19.8492677,17.2713824 19.8539129,17.2713824 19.8565258,17.2713824 L19.8803323,17.2713824 C19.8922355,17.2713824 19.8922355,17.2763824 19.897171,17.2810882 C19.9067516,17.3005 19.9305581,17.3202059 19.9665581,17.3055 C20.0217194,17.2860882 19.9738161,17.2325588 20.0193968,17.2255 C20.0289774,17.2255 20.0432032,17.2205 20.0553968,17.2255 C20.1009774,17.2325588 20.1680419,17.2325588 20.1799452,17.2107941 C20.1918484,17.1913824 20.1845903,17.1063824 20.1366871,17.0772647 C20.1079452,17.0625588 20.1366871,17.0237353 20.1105581,16.9875588 C20.1631065,17.0069706 20.2136226,17.0237353 20.2806871,17.0237353 C20.4075581,17.0237353 20.4458806,17.0116765 20.5059774,16.9778529 C20.5730419,16.9340294 20.6377839,16.9584412 20.6615903,16.9584412 C20.6737839,16.9631471 20.6856871,16.9681471 20.678429,16.9922647 C20.6615903,17.0578529 20.678429,17.0625588 20.6665258,17.0919706 C20.6496871,17.1160882 20.5968484,17.0966765 20.5585258,17.0966765 C20.5393645,17.0919706 20.5225258,17.1113824 20.5202032,17.1113824 C20.4891387,17.1210882 20.4508161,17.1475588 20.4484935,17.1816765 C20.4627194,17.1766765 20.4818806,17.1572647 20.5083,17.1525588 L20.5083,17.1669706 C20.5083,17.2107941 20.5562032,17.2255 20.5872677,17.1963824 C20.5898806,17.1913824 20.6017839,17.1963824 20.5945258,17.2060882 C20.5707194,17.2255 20.5178806,17.2666765 20.5562032,17.2810882 L20.5753645,17.2957941 C20.5730419,17.3202059 20.5898806,17.3516765 20.6113645,17.3563824 C20.606429,17.3369706 20.6041065,17.3272647 20.6186226,17.3005 L20.6401065,17.3005 C20.671171,17.3005 20.6615903,17.2422647 20.6929452,17.2255 C20.6975903,17.2255 20.6999129,17.2255 20.6975903,17.2278529 C20.6856871,17.2616765 20.6761065,17.3005 20.7048484,17.3105 C20.7048484,17.3105 20.7167516,17.3152059 20.7240097,17.3152059 C20.7312677,17.3419706 20.7623323,17.3563824 20.8006548,17.3369706 C20.7910742,17.3322647 20.7719129,17.3249118 20.7719129,17.3152059 C20.779171,17.3005 20.7910742,17.2860882 20.7910742,17.2810882 C20.8174935,17.2157941 20.7623323,17.2107941 20.7646548,17.1863824 C20.7669774,17.1525588 20.8293968,17.1719706 20.8343323,17.1063824 C20.8366548,17.0966765 20.8317194,17.0725588 20.8102355,17.0625588 C20.8079129,17.0625588 20.8079129,17.0625588 20.8079129,17.0578529 C20.8270742,17.0578529 20.8462355,17.0625588 20.8630742,17.0384412 C20.8079129,17.0431471 20.8270742,17.0019706 20.8221387,16.9728529 L20.8221387,16.9728529 Z" id="Fill-73"></path>
48
- <path d="M18.8454774,17.7500588 C18.8167355,17.7500588 18.8048323,17.7088824 18.8118,17.6797647 C18.8213806,17.6941765 18.8814774,17.7135882 18.9125419,17.7209412 C18.8646387,17.7306471 18.8765419,17.7500588 18.8454774,17.7500588 M18.8022194,17.8132941 C18.7926387,17.8132941 18.7926387,17.7841765 18.7784129,17.7841765 C18.7638968,17.7791765 18.7665097,17.7938824 18.7734774,17.8132941 C18.7543161,17.8082941 18.7400903,17.7938824 18.7278968,17.8132941 C18.7183161,17.8300588 18.7232516,17.8397647 18.7351548,17.8544706 C18.7424129,17.8641765 18.7351548,17.8788824 18.7305097,17.8982941 C18.7232516,17.9177059 18.6968323,17.9394706 18.6680903,17.9247647 C18.641671,17.9127059 18.6466065,17.8788824 18.6512516,17.8591765 C18.6608323,17.8397647 18.6680903,17.8300588 18.677671,17.8300588 C18.6945097,17.8300588 18.7064129,17.8253529 18.7113484,17.8132941 C18.7183161,17.7888824 18.6991548,17.7791765 18.6826065,17.7694706 C18.7017677,17.7597647 18.7113484,17.7500588 18.7017677,17.7450588 C18.6872516,17.7306471 18.6704129,17.7500588 18.6657677,17.7403529 C18.6634452,17.7306471 18.6753484,17.7256471 18.6826065,17.7209412 C18.6895742,17.7135882 18.6968323,17.7135882 18.7087355,17.7209412 L18.7903161,17.7597647 C18.7998968,17.7647647 18.8071548,17.7694706 18.8071548,17.7841765 C18.8071548,17.7888824 18.8118,17.8082941 18.8022194,17.8132941 M18.749671,17.6506471 C18.7351548,17.6747647 18.7064129,17.6941765 18.6826065,17.6700588 C18.6634452,17.6456471 18.684929,17.6409412 18.6608323,17.5994706 C18.684929,17.6188824 18.7351548,17.6456471 18.749671,17.6506471 M19.595671,17.6700588 C19.602929,17.6844706 19.6244129,17.7038824 19.6578,17.7135882 C19.9934129,17.8132941 20.3746065,17.5509412 20.5781226,17.6141765 C20.3121871,17.5171176 20.1469935,17.6797647 19.892671,17.6262353 C20.043929,17.6262353 20.1995419,17.5994706 20.2068,17.5559412 C20.0918323,17.6312353 19.7658,17.5097647 19.631671,17.5947647 C19.6220903,17.5994706 19.6148323,17.6044706 19.6075742,17.6091765 C19.4255419,17.6044706 19.2745742,17.6044706 19.2745742,17.7256471 C19.2745742,17.988 19.9696065,17.8350588 20.1876387,17.8350588 C20.405671,17.8350588 20.3818645,17.8544706 20.3818645,17.903 C20.3818645,17.9588824 20.1324774,17.9782941 20.007929,17.9782941 C19.8232839,17.9782941 19.2504774,17.8788824 18.9052839,17.9491765 C18.9340258,17.8932941 18.9941226,17.818 18.9604452,17.7791765 C18.9918,17.7597647 19.0132839,17.7353529 19.0156065,17.7088824 C18.9964452,17.6941765 18.9726387,17.6844706 18.9508645,17.6797647 C18.9604452,17.6603529 18.9485419,17.6456471 18.9389613,17.6312353 C18.9340258,17.6312353 18.9270581,17.5947647 18.9174774,17.5897647 C18.9052839,17.5753529 18.8791548,17.5509412 18.8431548,17.5365294 C18.8022194,17.5171176 18.7784129,17.5171176 18.7615742,17.5144706 C18.7543161,17.5144706 18.7232516,17.5171176 18.7159935,17.5171176 C18.6968323,17.5171176 18.6753484,17.5171176 18.6730258,17.5365294 C18.6561871,17.5218235 18.6393484,17.5171176 18.612929,17.5144706 C18.5987032,17.5412353 18.5937677,17.5703529 18.6033484,17.6091765 C18.5722839,17.6091765 18.5435419,17.6894706 18.5124774,17.6797647 C18.5220581,17.7038824 18.5339613,17.7135882 18.5435419,17.7135882 C18.5148,17.7597647 18.5052194,17.818 18.4764774,17.823 C18.4860581,17.8350588 18.4930258,17.8397647 18.5028968,17.8494706 C18.4930258,17.8835882 18.4860581,17.9177059 18.4860581,17.9491765 L18.4547032,17.9344706 L18.4428,17.9344706 C18.3998323,17.9297647 18.3757355,17.9344706 18.3063484,17.8982941 C18.2535097,17.8691765 18.2535097,17.8397647 18.2535097,17.7888824 C18.2535097,17.7403529 18.2749935,17.7038824 18.272671,17.6553529 C18.272671,17.6506471 18.2654129,17.6312353 18.2607677,17.6188824 C18.2485742,17.5897647 18.2102516,17.5656471 18.1887677,17.5753529 C18.200671,17.5800588 18.2151871,17.5947647 18.2175097,17.6188824 C18.207929,17.6262353 18.1983484,17.6359412 18.1983484,17.6409412 C18.1887677,17.6553529 18.1815097,17.6747647 18.1983484,17.6894706 C18.2032839,17.6941765 18.2032839,17.6941765 18.2032839,17.6991765 C18.2032839,17.7038824 18.200671,17.7088824 18.200671,17.7185882 C18.1983484,17.7256471 18.1937032,17.7209412 18.1937032,17.7185882 C18.1815097,17.6844706 18.1672839,17.6359412 18.1385419,17.6359412 C18.135929,17.6359412 18.1240258,17.6312353 18.1167677,17.6359412 L18.1167677,17.6312353 C18.1167677,17.5947647 18.0810581,17.5703529 18.0450581,17.6091765 C18.0497032,17.6141765 18.0665419,17.6141765 18.0738,17.6212353 C18.0688645,17.6312353 18.0642194,17.6506471 18.0642194,17.6553529 C18.0618968,17.6941765 18.0880258,17.7088824 18.1263484,17.7088824 C18.1336065,17.7088824 18.1336065,17.7088824 18.135929,17.7135882 C18.1385419,17.7185882 18.1385419,17.7209412 18.1408645,17.7256471 C18.1431871,17.7306471 18.1385419,17.7306471 18.1336065,17.7306471 C18.0738,17.7088824 18.0497032,17.7306471 18.0473806,17.7550588 C18.0473806,17.7597647 18.0473806,17.7791765 18.0497032,17.7841765 C18.0305419,17.7985882 18.0258968,17.8300588 18.0618968,17.8494706 C18.0618968,17.8397647 18.0592839,17.823 18.0738,17.818 C18.0761226,17.818 18.0810581,17.8132941 18.0833806,17.8132941 C18.0880258,17.823 18.0976065,17.8253529 18.0976065,17.8253529 C18.1025419,17.8300588 18.1121226,17.8300588 18.1336065,17.818 C18.1385419,17.8132941 18.1431871,17.8132941 18.1481226,17.818 C18.1504452,17.823 18.1577032,17.823 18.1649613,17.8253529 C18.1696065,17.8300588 18.1672839,17.8350588 18.1649613,17.8350588 C18.1289613,17.8788824 18.1336065,17.9177059 18.1841226,17.9224118 C18.1910903,17.9247647 18.1910903,17.9297647 18.1910903,17.9344706 C18.1887677,18.0124118 18.0906387,17.9977059 18.0952839,17.9224118 C18.0450581,18.0074118 18.1385419,18.073 18.2102516,18.0291765 C18.2128645,18.0244706 18.2151871,18.0291765 18.2175097,18.0291765 C18.2224452,18.0438824 18.2294129,18.0582941 18.243929,18.0582941 C18.243929,18.0535882 18.2462516,18.0438824 18.2558323,18.0438824 C18.2607677,18.0438824 18.2607677,18.0438824 18.2607677,18.0485882 C18.2630903,18.068 18.2703484,18.0971176 18.2967677,18.1021176 C18.2918323,18.0874118 18.2967677,18.068 18.3063484,18.068 C18.3205742,18.068 18.3182516,18.0341765 18.4068,18.0874118 C18.4140581,18.1021176 18.4259613,18.1168235 18.4428,18.1215294 L18.5052194,18.1118235 C18.4979613,18.158 18.5124774,18.238 18.5028968,18.238 C18.4860581,18.238 18.3876387,18.2259412 18.3516387,18.243 C18.3037355,18.2721176 18.1841226,18.3156471 18.1504452,18.2624118 C18.1385419,18.2477059 18.1431871,18.2282941 18.1289613,18.2065294 C18.1144452,18.1871176 18.0976065,18.1774118 18.0880258,18.1724118 L18.0569613,18.1724118 C18.0401226,18.1482941 17.9945419,18.1482941 17.9753806,18.1627059 C17.9898968,18.1627059 18.0090581,18.1677059 18.0209613,18.1968235 C18.0163161,18.2015294 18.0113806,18.2162353 18.0090581,18.2212353 C17.9994774,18.2332941 18.0067355,18.2574118 18.0810581,18.2865294 C18.0833806,18.2915294 18.0906387,18.2962353 18.0857032,18.3012353 C18.0738,18.3059412 18.0569613,18.3059412 18.0450581,18.2962353 C18.0137032,18.2671176 18.0090581,18.2332941 17.9753806,18.2574118 C17.9730581,18.2574118 17.9611548,18.2624118 17.9492516,18.2671176 C17.9466387,18.2671176 17.9466387,18.2624118 17.9419935,18.2624118 C17.9083161,18.2624118 17.8580903,18.3059412 17.8818968,18.3424118 C17.8845097,18.3327059 17.8964129,18.3156471 17.9228323,18.3109412 C17.9274774,18.3206471 17.9300903,18.328 17.9300903,18.3327059 C17.9370581,18.3765294 17.9538968,18.4056471 18.0354774,18.3474118 C18.0427355,18.3424118 18.0427355,18.3521176 18.0401226,18.3521176 C18.0186387,18.3909412 17.9684129,18.4250588 18.0090581,18.4468235 C18.0090581,18.4468235 18.0163161,18.4565294 18.0282194,18.4615294 C18.0258968,18.4662353 18.0258968,18.4662353 18.0209613,18.4712353 C18.0163161,18.5147647 18.0618968,18.5465294 18.0880258,18.5465294 C18.0761226,18.5368235 18.0592839,18.5100588 18.0642194,18.4809412 C18.0738,18.4809412 18.0833806,18.4856471 18.0880258,18.4856471 C18.1289613,18.4662353 18.1071871,18.4250588 18.1312839,18.4103529 C18.135929,18.4056471 18.1408645,18.4103529 18.1408645,18.4153529 C18.1431871,18.4297647 18.1504452,18.4712353 18.1960258,18.4712353 C18.2416065,18.4662353 18.2607677,18.4297647 18.2558323,18.4056471 C18.2535097,18.4056471 18.2558323,18.4006471 18.2607677,18.4056471 C18.2749935,18.4103529 18.2871871,18.4297647 18.2822516,18.4518235 C18.2895097,18.4468235 18.3063484,18.4324118 18.3133161,18.4200588 C18.3255097,18.4371176 18.3278323,18.4662353 18.2967677,18.5003529 C18.3133161,18.4953529 18.3612194,18.4712353 18.3684774,18.4200588 C18.3780581,18.4297647 18.3829935,18.4371176 18.3876387,18.4421176 L18.3902516,18.4421176 C18.4044774,18.4468235 18.4381548,18.4518235 18.4811226,18.4371176 C18.4860581,18.4371176 18.4860581,18.4421176 18.4860581,18.4421176 C18.4811226,18.4615294 18.4811226,18.4809412 18.4907032,18.4953529 C18.4907032,18.4856471 18.5028968,18.4662353 18.5098645,18.4662353 C18.5220581,18.4662353 18.5098645,18.5147647 18.5386065,18.5368235 C18.5458645,18.4250588 18.641671,18.4518235 18.7113484,18.4056471 C18.7183161,18.4006471 18.7183161,18.4006471 18.7183161,18.4103529 C18.7113484,18.4250588 18.7040903,18.4371176 18.684929,18.4468235 C18.7615742,18.4953529 18.8454774,18.3862353 18.8669613,18.328 C18.8765419,18.3253529 18.8838,18.3156471 18.8887355,18.3059412 C18.8933806,18.3206471 18.8957032,18.328 18.8742194,18.3377059 C18.9508645,18.3424118 18.9436065,18.2865294 18.9700258,18.2915294 C19.197929,18.3059412 19.0275097,18.0971176 19.3895419,18.158 C19.4133484,18.1627059 19.458929,18.1385882 19.4780903,18.1215294 C19.4542839,18.1677059 19.4519613,18.2671176 19.5021871,18.2768235 C19.5286065,18.2818235 19.5715742,18.3012353 19.5884129,18.3156471 C19.5933484,18.3206471 19.5884129,18.3206471 19.5860903,18.3253529 C19.5573484,18.3253529 19.5259935,18.3327059 19.5140903,18.3377059 C19.4397677,18.3909412 19.4374452,18.2259412 19.3535419,18.2527059 C19.3488968,18.2574118 19.3393161,18.2624118 19.3320581,18.2721176 C19.2983806,18.2671176 19.2528,18.3109412 19.2600581,18.3424118 C19.2696387,18.3327059 19.2888,18.3206471 19.3152194,18.3156471 C19.3128968,18.3253529 19.3128968,18.328 19.3128968,18.3327059 C19.3105742,18.3424118 19.3152194,18.3571176 19.3462839,18.3571176 C19.3608,18.3571176 19.3631226,18.3474118 19.3750258,18.3474118 C19.3799613,18.3474118 19.3846065,18.3521176 19.3846065,18.3618235 C19.3846065,18.3909412 19.2841548,18.3424118 19.3007032,18.4297647 C19.3007032,18.4324118 19.3105742,18.4468235 19.3175419,18.4565294 C19.3152194,18.4809412 19.3393161,18.5100588 19.3799613,18.4953529 C19.3727032,18.4906471 19.3558645,18.4759412 19.3584774,18.4615294 L19.3799613,18.4615294 C19.3822839,18.4662353 19.3872194,18.4615294 19.3895419,18.4518235 C19.3895419,18.4468235 19.3918645,18.4468235 19.3941871,18.4468235 C19.3991226,18.4468235 19.4037677,18.4518235 19.4037677,18.4518235 C19.4037677,18.4615294 19.3991226,18.4615294 19.3991226,18.4712353 C19.3991226,18.4712353 19.4014452,18.5003529 19.4063806,18.5003529 C19.4014452,18.5318235 19.4470258,18.5659412 19.4926065,18.5318235 C19.4807032,18.5318235 19.4519613,18.5294706 19.4470258,18.5100588 C19.4566065,18.5050588 19.4685097,18.5050588 19.4711226,18.5003529 C19.4757677,18.4953529 19.4780903,18.4856471 19.4780903,18.4662353 C19.4780903,18.4615294 19.4853484,18.4615294 19.487671,18.4615294 L19.5094452,18.4615294 C19.5190258,18.4565294 19.523671,18.4615294 19.5259935,18.4662353 C19.5355742,18.4906471 19.5573484,18.5050588 19.5884129,18.4953529 C19.6458968,18.4712353 19.595671,18.4250588 19.6435742,18.4153529 C19.6482194,18.4153529 19.6627355,18.4103529 19.6746387,18.4153529 C19.7202194,18.4250588 19.7826387,18.4250588 19.7945419,18.4056471 C19.8064452,18.3862353 19.8018,18.3059412 19.7512839,18.2768235 C19.7274774,18.2624118 19.7562194,18.2282941 19.7298,18.1871176 C19.7753806,18.2112353 19.8282194,18.2282941 19.8903484,18.2282941 C20.0102516,18.2282941 20.0654129,18.2112353 20.1278323,18.1774118 C20.1948968,18.1385882 20.2570258,18.158 20.2738645,18.1627059 C20.2883806,18.1627059 20.2979613,18.1724118 20.2883806,18.1968235 C20.2596387,18.2527059 20.2761871,18.2624118 20.2570258,18.2915294 C20.2404774,18.3156471 20.1922839,18.2962353 20.1565742,18.2915294 C20.1397355,18.2915294 20.1179613,18.3059412 20.1179613,18.3059412 C20.0845742,18.3156471 20.0462516,18.3424118 20.0413161,18.3765294 C20.0485742,18.3668235 20.072671,18.3474118 20.0988,18.3474118 C20.0988,18.3521176 20.0964774,18.3618235 20.0964774,18.3618235 C20.0892194,18.4056471 20.1348,18.4200588 20.1661548,18.3909412 C20.1708,18.3862353 20.1827032,18.3909412 20.1731226,18.3959412 C20.1443806,18.4153529 20.0892194,18.4518235 20.1228968,18.4712353 C20.1278323,18.4712353 20.1374129,18.4759412 20.1443806,18.4809412 C20.1348,18.5100588 20.1443806,18.5368235 20.1635419,18.5368235 C20.1612194,18.5244706 20.1612194,18.5147647 20.1827032,18.4906471 L20.2018645,18.4906471 C20.2306065,18.4906471 20.2332194,18.4324118 20.2642839,18.4200588 C20.2692194,18.4153529 20.2715419,18.4200588 20.2692194,18.4200588 C20.2500581,18.4518235 20.2378645,18.4906471 20.2596387,18.5003529 C20.2619613,18.5003529 20.2715419,18.5003529 20.2788,18.5050588 C20.2811226,18.5294706 20.3075419,18.5415294 20.3481871,18.5244706 C20.3432516,18.5197647 20.3240903,18.5100588 20.3240903,18.5003529 C20.333671,18.4906471 20.3458645,18.4712353 20.3481871,18.4712353 C20.3841871,18.4056471 20.3313484,18.4056471 20.3386065,18.3812353 C20.3458645,18.3424118 20.4010258,18.3668235 20.4175742,18.3059412 C20.4225097,18.2915294 20.4225097,18.2671176 20.4010258,18.2624118 C20.3984129,18.2624118 20.3984129,18.2574118 20.3984129,18.2574118 L20.4010258,18.2574118 C20.4175742,18.2574118 20.4367355,18.2624118 20.4512516,18.2332941 C20.4033484,18.238 20.4320903,18.2015294 20.4320903,18.1774118 C20.4320903,18.1724118 20.4320903,18.1677059 20.4344129,18.1627059 C20.4512516,18.153 20.4680903,18.1288824 20.4704129,18.0971176 C20.4512516,18.1168235 20.3937677,18.1385882 20.3984129,18.0971176 C20.3984129,18.0971176 20.4033484,18.0632941 20.3554452,18.073 C20.2738645,18.0827059 20.1612194,18.0632941 20.0125742,18.0485882 C20.0029935,18.0485882 19.9957355,18.0438824 20.0125742,18.0388824 C20.1612194,18.0291765 20.4654774,18.0074118 20.4654774,17.908 C20.4654774,17.8253529 20.4512516,17.7791765 20.1922839,17.7791765 C19.9336065,17.7791765 19.3462839,17.8738824 19.3462839,17.7256471 C19.3462839,17.6506471 19.458929,17.6603529 19.595671,17.6700588" id="Fill-75"></path>
49
- <path d="M18.5430194,19.0876471 C18.5526,19.0729412 18.5598581,19.0585294 18.5671161,19.0585294 C18.5836645,19.0585294 18.5932452,19.0535294 18.5981806,19.0414706 C18.6054387,19.0173529 18.5886,19.0123529 18.5717613,18.9979412 C18.5909226,18.9929412 18.5981806,18.9882353 18.5909226,18.9785294 C18.5766968,18.9685294 18.5598581,18.9832353 18.5575355,18.9785294 C18.5526,18.9685294 18.5671161,18.9588235 18.5717613,18.9541176 C18.5766968,18.9444118 18.5886,18.9491176 18.5981806,18.9541176 L18.6725032,18.9929412 C18.6844065,18.9979412 18.6893419,19.0026471 18.6893419,19.0123529 C18.6893419,19.0220588 18.6939871,19.0414706 18.6844065,19.0414706 C18.6748258,19.0414706 18.6748258,19.0173529 18.6652452,19.0123529 C18.650729,19.0123529 18.650729,19.0220588 18.6603097,19.0414706 C18.6411484,19.0367647 18.6219871,19.0270588 18.6150194,19.0438235 C18.6054387,19.0585294 18.6077613,19.0682353 18.6219871,19.0826471 C18.6269226,19.0926471 18.6219871,19.1070588 18.6150194,19.1217647 C18.6077613,19.1411765 18.5862774,19.1676471 18.5598581,19.1532353 C18.5311161,19.1361765 18.5334387,19.1023529 18.5430194,19.0876471 M18.6365032,18.8885294 C18.6219871,18.9079412 18.5958581,18.9323529 18.5717613,18.9079412 C18.5526,18.8885294 18.5717613,18.8788235 18.5502774,18.84 C18.5717613,18.8594118 18.6219871,18.8838235 18.6365032,18.8885294 M18.6939871,18.9176471 C18.7035677,18.9323529 18.7610516,18.9491176 18.7897935,18.9588235 C18.7468258,18.9685294 18.7564065,18.9832353 18.7276645,18.9832353 C18.7012452,18.9832353 18.6893419,18.9444118 18.6939871,18.9176471 M19.3219548,18.8885294 C19.3292129,18.9079412 19.3483742,18.9226471 19.3843742,18.9370588 C19.7173742,19.0317647 20.1008903,18.7744118 20.3046968,18.8376471 C20.0407935,18.7405882 19.8706645,18.9032353 19.6192452,18.8497059 C19.7676,18.8497059 19.9258258,18.8182353 19.9330839,18.7794118 C19.8181161,18.8547059 19.4920839,18.7235294 19.3553419,18.8132353 C19.3457613,18.8182353 19.3361806,18.8279412 19.3292129,18.8376471 C19.2261484,18.8594118 19.1373097,18.9176471 19.1373097,18.9929412 C19.1373097,19.2164706 19.9955032,19.0414706 19.9955032,19.1167647 C19.9955032,19.1726471 19.8276968,19.2308824 19.6024065,19.2308824 C19.4296645,19.2308824 19.1349871,19.1167647 18.7659871,19.2114706 L18.7659871,19.2064706 C18.7924065,19.1435294 18.8690516,19.0488235 18.8353742,19.0076471 C18.8664387,18.9929412 18.8856,18.9685294 18.8882129,18.9444118 C18.8690516,18.9226471 18.8472774,18.9176471 18.8281161,18.9129412 C18.8353742,18.8982353 18.8257935,18.8838235 18.8115677,18.8691176 C18.8089548,18.8691176 18.8019871,18.8376471 18.794729,18.8279412 C18.7851484,18.8182353 18.758729,18.7938235 18.722729,18.7794118 C18.686729,18.76 18.6629226,18.76 18.6484065,18.755 C18.6388258,18.7502941 18.6077613,18.7647059 18.6028258,18.7647059 C18.5886,18.76 18.5645032,18.76 18.5621806,18.7794118 C18.5479548,18.7697059 18.5285032,18.76 18.5070194,18.755 C18.4927935,18.7841176 18.4878581,18.8085294 18.4974387,18.8447059 C18.4686968,18.8497059 18.4399548,18.9226471 18.4112129,18.9129412 C18.4207935,18.9394118 18.4303742,18.9444118 18.4399548,18.9444118 C18.4158581,18.9929412 18.4039548,19.0438235 18.3728903,19.0488235 C18.3871161,19.0632353 18.3993097,19.0729412 18.4062774,19.0779412 C18.389729,19.1435294 18.3847935,19.2308824 18.3920516,19.2914706 C18.3418258,19.2358824 18.2625677,19.1070588 18.2074065,19.0779412 C18.1595032,19.0488235 18.1595032,19.0270588 18.1595032,18.9735294 C18.1595032,18.9323529 18.1763419,18.8935294 18.1740194,18.8547059 C18.1740194,18.8497059 18.1690839,18.8229412 18.1644387,18.8132353 C18.1571806,18.7841176 18.1211806,18.7647059 18.0996968,18.7697059 C18.1092774,18.7794118 18.1235032,18.7891176 18.1261161,18.8132353 C18.1165355,18.8229412 18.1069548,18.8376471 18.1069548,18.8376471 C18.0973742,18.8497059 18.0924387,18.8644118 18.1069548,18.8788235 C18.1116,18.8838235 18.1116,18.8838235 18.1116,18.8885294 C18.1116,18.8935294 18.1092774,18.9032353 18.1069548,18.9079412 C18.1069548,18.9176471 18.1043419,18.9129412 18.1020194,18.9079412 C18.0924387,18.8788235 18.0732774,18.8376471 18.0491806,18.8326471 L18.0300194,18.8326471 L18.0300194,18.8229412 C18.0300194,18.7938235 17.9966323,18.7697059 17.9583097,18.8035294 C17.9652774,18.8085294 17.9821161,18.8085294 17.9870516,18.8182353 C17.984729,18.8326471 17.977471,18.8497059 17.977471,18.8547059 C17.9751484,18.8838235 18.0012774,18.8982353 18.0372774,18.8982353 C18.0422129,18.8982353 18.0468581,18.8982353 18.0468581,18.9032353 C18.0468581,18.9079412 18.0491806,18.9129412 18.0517935,18.9176471 C18.0517935,18.9226471 18.0491806,18.9226471 18.0468581,18.9226471 C17.9893742,18.8982353 17.9652774,18.9226471 17.9629548,18.9444118 C17.9629548,18.9491176 17.9629548,18.9638235 17.9652774,18.9685294 C17.9461161,18.9832353 17.9391484,19.0123529 17.9751484,19.0414706 C17.9751484,19.0270588 17.9725355,19.0076471 17.9893742,19.0026471 C17.9916968,19.0026471 17.9943097,19.0026471 17.9989548,18.9979412 L18.013471,19.0123529 C18.0157935,19.0173529 18.0253742,19.0123529 18.0468581,19.0026471 C18.0491806,18.9979412 18.0517935,18.9979412 18.0564387,19.0026471 C18.0636968,19.0026471 18.0683419,19.0076471 18.0732774,19.0123529 C18.0756,19.0173529 18.0756,19.0173529 18.0732774,19.0220588 C18.0372774,19.0585294 18.0445355,19.0926471 18.0924387,19.1023529 C18.0996968,19.1070588 18.1020194,19.1070588 18.1020194,19.1167647 C18.0973742,19.1870588 18.0062129,19.1726471 18.0108581,19.1023529 C17.9583097,19.1823529 18.0491806,19.2429412 18.1165355,19.2017647 C18.1211806,19.2017647 18.1235032,19.2017647 18.1235032,19.2064706 C18.1284387,19.2164706 18.1330839,19.2308824 18.1476,19.2308824 C18.1452774,19.2261765 18.1499226,19.2164706 18.1618258,19.2164706 C18.1667613,19.2164706 18.1690839,19.2164706 18.1690839,19.2211765 C18.1690839,19.2429412 18.1740194,19.2673529 18.2004387,19.2673529 C18.1955032,19.2526471 18.2004387,19.2429412 18.2074065,19.2429412 C18.2219226,19.2429412 18.2074065,19.3473529 18.3081484,19.4055882 C18.3249871,19.4664706 18.3728903,19.5002941 18.4254387,19.4955882 C18.4422774,19.5391176 18.4686968,19.5755882 18.4614387,19.5755882 C18.4472129,19.5755882 18.3273097,19.5611765 18.2962452,19.5805882 C18.2721484,19.595 18.2265677,19.6144118 18.1859226,19.6194118 L18.1786645,19.6291176 C18.1836,19.6241176 18.1836,19.6194118 18.1859226,19.6194118 C18.1522452,19.6241176 18.1211806,19.6194118 18.1043419,19.6 C18.0924387,19.5805882 18.0947613,19.5658824 18.0805355,19.5441176 C18.0709548,19.5247059 18.0564387,19.515 18.0445355,19.51 L18.0157935,19.51 C17.9989548,19.4905882 17.9583097,19.4905882 17.9391484,19.5002941 C17.9533742,19.5052941 17.9702129,19.51 17.9821161,19.5294118 C17.977471,19.5441176 17.9725355,19.5514706 17.9725355,19.5561765 C17.9629548,19.5708824 17.9702129,19.595 18.0396,19.6194118 C18.0445355,19.6194118 18.0517935,19.6291176 18.0445355,19.6291176 C18.0326323,19.6338235 18.0181161,19.6388235 18.0038903,19.6241176 C17.9725355,19.6047059 17.9725355,19.5708824 17.9365355,19.5902941 C17.9365355,19.5902941 17.9246323,19.6 17.9150516,19.6 L17.9077935,19.6 C17.8744065,19.595 17.8265032,19.6388235 17.8503097,19.6752941 C17.8552452,19.6655882 17.8648258,19.6485294 17.8886323,19.6435294 C17.8912452,19.6508824 17.8958903,19.6605882 17.8982129,19.6655882 C17.9008258,19.6994118 17.9173742,19.7335294 17.9916968,19.68 C18.0012774,19.6752941 18.0012774,19.68 17.9989548,19.685 C17.9821161,19.7188235 17.9295677,19.7479412 17.9702129,19.7747059 C17.9725355,19.7747059 17.977471,19.7797059 17.9870516,19.7844118 C17.984729,19.7894118 17.984729,19.7894118 17.984729,19.7941176 C17.9751484,19.8379412 18.0230516,19.8694118 18.0468581,19.8647059 C18.0372774,19.855 18.0181161,19.8329412 18.0230516,19.7991176 C18.0326323,19.8038235 18.0445355,19.8088235 18.0468581,19.8088235 C18.0805355,19.7941176 18.0636968,19.7479412 18.0851806,19.7335294 C18.0924387,19.7285294 18.0924387,19.7335294 18.0924387,19.7432353 C18.0973742,19.7552941 18.1043419,19.7991176 18.1476,19.7941176 C18.1882452,19.7894118 18.2074065,19.7552941 18.2050839,19.7335294 C18.2050839,19.7285294 18.2050839,19.7285294 18.2074065,19.7285294 C18.2219226,19.7382353 18.2361484,19.7552941 18.2291806,19.7747059 C18.2361484,19.7747059 18.2529871,19.7602941 18.2602452,19.7479412 C18.2698258,19.765 18.2721484,19.7941176 18.2434065,19.8185294 C18.2602452,19.8135294 18.3032129,19.7941176 18.3130839,19.7479412 C18.3200516,19.7505882 18.3273097,19.7602941 18.3273097,19.77 C18.3296323,19.77 18.3296323,19.77 18.3322452,19.765 C18.346471,19.7747059 18.3728903,19.7747059 18.418471,19.765 C18.4207935,19.7602941 18.4231161,19.765 18.4231161,19.77 C18.418471,19.7844118 18.418471,19.8038235 18.4280516,19.8135294 C18.4280516,19.8088235 18.4399548,19.7894118 18.4448903,19.7894118 C18.4567935,19.7894118 18.4448903,19.8329412 18.4710194,19.8597059 C18.4782774,19.7505882 18.5380839,19.7941176 18.6077613,19.7479412 C18.6150194,19.7479412 18.6173419,19.7479412 18.6150194,19.7505882 C18.6077613,19.765 18.6005032,19.7797059 18.5836645,19.7894118 C18.6100839,19.7894118 18.686729,19.7552941 18.686729,19.7141176 C18.686729,19.6994118 18.7372452,19.6508824 18.751471,19.5247059 L18.7755677,19.5247059 C18.8690516,19.5197059 18.9096968,19.4517647 19.0031806,19.4470588 C18.9790839,19.4711765 18.9721161,19.5391176 18.9721161,19.5755882 C18.9744387,19.6291176 19.0391806,19.685 19.0560194,19.6994118 C19.0606645,19.7044118 19.0583419,19.7044118 19.0534065,19.7091176 C19.0246645,19.7091176 18.9959226,19.7188235 18.9863419,19.7238235 C18.9120194,19.7747059 18.9120194,19.6144118 18.8330516,19.6435294 C18.8281161,19.6485294 18.8162129,19.6558824 18.8115677,19.6605882 C18.7778903,19.6558824 18.7372452,19.6947059 18.7468258,19.7285294 C18.7564065,19.7188235 18.7706323,19.7044118 18.794729,19.6994118 L18.794729,19.7188235 C18.794729,19.7285294 18.7970516,19.7432353 18.823471,19.7432353 C18.8403097,19.7432353 18.8426323,19.7335294 18.8545355,19.7335294 C18.859471,19.7335294 18.8641161,19.7382353 18.8641161,19.7479412 C18.8641161,19.7747059 18.7659871,19.7285294 18.7851484,19.8088235 C18.7851484,19.8135294 18.794729,19.8282353 18.7970516,19.8329412 C18.794729,19.8597059 18.8162129,19.8841176 18.859471,19.8694118 C18.8498903,19.8647059 18.8353742,19.855 18.8376968,19.8426471 L18.8568581,19.8426471 C18.8617935,19.8426471 18.8664387,19.8426471 18.8690516,19.8282353 C18.8690516,19.8282353 18.8690516,19.8232353 18.8713742,19.8232353 C18.8736968,19.8282353 18.8809548,19.8282353 18.8809548,19.8329412 C18.8809548,19.8379412 18.8713742,19.8426471 18.8713742,19.85 C18.8713742,19.855 18.8760194,19.8744118 18.8832774,19.8744118 C18.8760194,19.9035294 18.9216,19.9373529 18.9648581,19.9082353 C18.9529548,19.9035294 18.9265355,19.9035294 18.9216,19.8841176 C18.9311806,19.8841176 18.9433742,19.8791176 18.9433742,19.8744118 C18.9503419,19.8744118 18.9529548,19.8597059 18.9529548,19.85 C18.9529548,19.8426471 18.9576,19.8426471 18.9599226,19.8426471 L18.9790839,19.8426471 C18.9886645,19.8379412 18.9936,19.8426471 18.9959226,19.8476471 C19.0055032,19.8647059 19.0272774,19.8791176 19.0560194,19.8694118 C19.1085677,19.855 19.0656,19.8038235 19.1062452,19.7941176 L19.1373097,19.7941176 C19.1756323,19.8038235 19.2116323,19.8135294 19.2235355,19.7941176 C19.2331161,19.7747059 19.228471,19.6947059 19.1828903,19.6702941 C19.156471,19.6558824 19.2212129,19.4905882 19.0966645,19.4152941 C19.1541484,19.43 19.3434387,19.4567647 19.3721806,19.4105882 C19.4322774,19.425 19.4993419,19.4614706 19.5066,19.4761765 C19.5135677,19.4858824 19.5185032,19.5002941 19.5016645,19.51 C19.4514387,19.5441176 19.4584065,19.5561765 19.4296645,19.5658824 L19.4250194,19.5708824 C19.4105032,19.5514706 19.3939548,19.5247059 19.3721806,19.5197059 C19.3579548,19.5052941 19.3387935,19.515 19.3361806,19.5197059 C19.3100516,19.51 19.2691161,19.5197059 19.2572129,19.5514706 C19.2691161,19.5464706 19.2932129,19.5441176 19.3146968,19.5464706 C19.3123742,19.5514706 19.3100516,19.5561765 19.3100516,19.5611765 C19.3074387,19.5708824 19.3123742,19.5805882 19.3219548,19.5852941 C19.3242774,19.5852941 19.3242774,19.5902941 19.3266,19.5902941 C19.3292129,19.595 19.3292129,19.6 19.3219548,19.6 C19.2932129,19.5902941 19.2380516,19.5902941 19.2525677,19.6241176 C19.2525677,19.6241176 19.2548903,19.6388235 19.2572129,19.6485294 C19.2380516,19.6605882 19.2307935,19.6947059 19.2453097,19.7091176 C19.2499548,19.6947059 19.2548903,19.6897059 19.2786968,19.68 C19.2859548,19.685 19.2932129,19.6947059 19.2932129,19.6947059 C19.3100516,19.7141176 19.3387935,19.6655882 19.3698581,19.68 C19.3721806,19.68 19.3721806,19.68 19.3721806,19.685 C19.3434387,19.6947059 19.3146968,19.7188235 19.3266,19.7432353 L19.3361806,19.7602941 C19.3266,19.7797059 19.3338581,19.8135294 19.3698581,19.8232353 C19.3675355,19.8185294 19.3602774,19.7991176 19.3652129,19.7844118 C19.3747935,19.7844118 19.3939548,19.7797059 19.3962774,19.7797059 C19.4537613,19.7505882 19.4177613,19.7141176 19.4369226,19.6947059 C19.4584065,19.6752941 19.4848258,19.7335294 19.5304065,19.6897059 C19.5353419,19.685 19.5449226,19.6655882 19.5376645,19.6485294 C19.5376645,19.6435294 19.5376645,19.6435294 19.5399871,19.6435294 C19.5518903,19.6558824 19.561471,19.6702941 19.5832452,19.6558824 C19.5495677,19.6291176 19.5878903,19.6144118 19.6000839,19.5902941 C19.6024065,19.5852941 19.6070516,19.5852941 19.6096645,19.5852941 C19.6262129,19.5902941 19.6503097,19.5852941 19.6717935,19.5561765 C19.6453742,19.5611765 19.5783097,19.5197059 19.6215677,19.5052941 C19.6741161,19.4858824 19.6886323,19.4517647 19.6645355,19.425 C19.6192452,19.3620588 19.5257613,19.3570588 19.5231484,19.2914706 L19.6070516,19.2914706 C19.8970839,19.2914706 20.081729,19.2114706 20.074471,19.1167647 C20.0648903,18.9176471 19.2020516,19.1361765 19.2020516,18.9882353 C19.2020516,18.9444118 19.2548903,18.9129412 19.3219548,18.8885294" id="Fill-77"></path>
50
- <path d="M5.31603594,3.61723212 C5.31603594,3.4966591 5.22053421,3.40055882 5.10071217,3.40055882 C4.98296625,3.40055882 4.88746452,3.4966591 4.88746452,3.61723212 C4.88746452,3.73302997 4.98296625,3.82913025 5.10071217,3.82913025 C5.22053421,3.82913025 5.31603594,3.73302997 5.31603594,3.61723212" id="Fill-79"></path>
51
- <path d="M5.24365853,3.04572689 C5.24365853,2.93120505 5.1481568,2.83144118 5.02833475,2.83144118 C4.91058883,2.83144118 4.8150871,2.93120505 4.8150871,3.04572689 C4.8150871,3.16497128 4.91058883,3.26001261 5.02833475,3.26001261 C5.1481568,3.26001261 5.24365853,3.16497128 5.24365853,3.04572689" id="Fill-81"></path>
52
- <path d="M5.35860176,2.79986555 C5.47880358,2.79986555 5.57407465,2.70376527 5.57407465,2.58796742 C5.57407465,2.4673944 5.47880358,2.37129412 5.35860176,2.37129412 C5.24107109,2.37129412 5.14550323,2.4673944 5.14550323,2.58796742 C5.14550323,2.70376527 5.24107109,2.79986555 5.35860176,2.79986555" id="Fill-83"></path>
53
- <path d="M5.91426568,2.76160084 C6.03608261,2.76160084 6.13105853,2.66662493 6.13105853,2.5474626 C6.13105853,2.42800532 6.03608261,2.33302941 5.91426568,2.33302941 C5.79746301,2.33302941 5.7024871,2.42800532 5.7024871,2.5474626 C5.7024871,2.66662493 5.79746301,2.76160084 5.91426568,2.76160084" id="Fill-85"></path>
54
- <path d="M8.29501486,2.37168253 C8.37876213,2.45275183 8.51883763,2.45275183 8.60020063,2.3666157 C8.68364987,2.28554641 8.68364987,2.15023222 8.60020063,2.06409609 C8.51645336,1.98302679 8.37876213,1.98302679 8.29501486,2.06409609 C8.21394989,2.15023222 8.21394989,2.28554641 8.29501486,2.37168253" id="Fill-87"></path>
55
- <path d="M8.25862431,1.91372046 C8.33968928,1.83324312 8.33968928,1.69891697 8.25862431,1.61340979 C8.17487705,1.52790262 8.03480154,1.52790262 7.95343854,1.61340979 C7.8699893,1.69388713 7.8699893,1.83324312 7.95343854,1.91372046 C8.03718581,1.99922763 8.17487705,1.99922763 8.25862431,1.91372046" id="Fill-89"></path>
56
- <path d="M7.69992218,1.82582773 C7.78327817,1.73981583 7.78327817,1.60469678 7.69992218,1.51868487 C7.61656618,1.43773249 7.47951825,1.43773249 7.39616226,1.51868487 C7.3131029,1.60469678 7.3131029,1.73981583 7.39616226,1.82582773 C7.47951825,1.90678011 7.61656618,1.90678011 7.69992218,1.82582773" id="Fill-91"></path>
57
- <path d="M7.22466411,2.17882154 C7.3080201,2.09846476 7.3080201,1.96433985 7.22466411,1.87896078 C7.14130812,1.7935817 7.00426019,1.7935817 6.92090419,1.87896078 C6.83784484,1.96433985 6.83784484,2.09846476 6.92090419,2.18384383 C7.00426019,2.26420061 7.14130812,2.26420061 7.22466411,2.17882154" id="Fill-93"></path>
58
- <path d="M5.88048387,1.88317647 L6.04596774,2.257 L6.26167742,1.99729412 C6.26864516,2.00229412 6.27822581,2.007 6.28548387,2.007 C6.30464516,2.13082353 6.31190323,2.347 6.31190323,2.47082353 C6.31190323,2.61876471 6.42919355,2.74258824 6.58045161,2.74258824 C6.72648387,2.74258824 6.84406452,2.61876471 6.84406452,2.47082353 C6.84406452,2.36641176 6.78890323,2.27641176 6.705,2.23023529 C6.60193548,2.14788235 6.48435484,2.03847059 6.41003226,1.94876471 C6.41496774,1.93905882 6.4196129,1.93170588 6.42222581,1.91729412 L6.77932258,1.94876471 L6.63532258,1.56523529 L6.37170968,1.79817647 C6.36706452,1.79347059 6.36474194,1.79347059 6.35516129,1.78847059 L6.33570968,1.39523529 L5.97164516,1.53611765 L6.21609677,1.82729412 C6.20883871,1.83464706 6.20390323,1.84435294 6.20158065,1.85876471 L5.88048387,1.88317647 Z" id="Fill-95"></path>
59
- <path d="M8.30758065,2.54697059 C8.38916129,2.67579412 8.41790323,2.73638235 8.42516129,2.84079412 C8.36041935,2.81167647 8.28841935,2.74608824 8.20683871,2.63667647 L8.25241935,3.12961765 C8.30758065,3.04461765 8.35780645,2.98402941 8.42516129,2.95491176 C8.40832258,3.27785294 8.27883871,3.40902941 8.17083871,3.43314706 C8.04164516,3.45755882 7.94090323,3.36755882 7.92174194,3.26814706 C7.89532258,3.12491176 8.01754839,3.03491176 8.14470968,3.16373529 C8.16387097,2.86491176 7.93132258,2.86991176 7.82593548,2.99844118 C7.95048387,2.70726471 7.89764516,2.51785294 7.64854839,2.36255882 C7.49032258,2.63197059 7.5573871,2.80667647 7.75887097,3.01079412 C7.56232258,2.91108824 7.38725806,3.07873529 7.55970968,3.30197059 C7.59803226,3.11020588 7.76119355,3.14902941 7.79951613,3.30697059 C7.83290323,3.43314706 7.70835484,3.6055 7.49990323,3.66638235 C7.19796774,3.75608824 7.10216129,3.56197059 7.03016129,3.40167647 C7.09258065,3.35314706 7.25051613,3.36755882 7.42093548,3.48167647 L7.2746129,2.99844118 C7.20522581,3.16844118 7.10680645,3.23902941 6.98690323,3.29226471 C6.97732258,3.14902941 7.07806452,2.86491176 7.07806452,2.86491176 L6.50293548,3.1055 C6.50293548,3.1055 6.76887097,3.23402941 6.86003226,3.34344118 C6.74245161,3.39197059 6.62283871,3.40902941 6.45503226,3.33373529 L6.68264516,3.78520588 C6.73054839,3.58608824 6.83129032,3.46226471 6.9056129,3.44785294 C6.96541935,3.61785294 7.03248387,3.82638235 6.75464516,3.97461765 C6.56041935,4.07432353 6.35922581,4.04491176 6.28954839,3.92608824 C6.21058065,3.79491176 6.29912903,3.64197059 6.45735484,3.75608824 C6.43093548,3.47697059 6.18880645,3.47697059 6.11941935,3.68579412 C6.12174194,3.40167647 6.05003226,3.22932353 5.75274194,3.14432353 C5.67609677,3.43314706 5.77190323,3.6055 6.0596129,3.72197059 C5.89645161,3.70991176 5.724,3.87020588 5.94696774,4.06932353 C5.94696774,3.88491176 6.093,3.8655 6.17690323,3.98432353 C6.237,4.07432353 6.22248387,4.20785294 6.10983871,4.27814706 C6.01635484,4.33873529 5.83664516,4.33402941 5.59945161,4.1155 C5.66883871,4.08873529 5.74780645,4.10344118 5.84854839,4.12020588 L5.53935484,3.73667647 C5.55851613,3.87520588 5.54893548,3.97461765 5.52019355,4.03520588 C5.45545161,3.96020588 5.43396774,3.89461765 5.40290323,3.74167647 L5.16541935,3.95520588 C5.3883871,4.09844118 5.64967742,4.31226471 5.96119355,4.74667647 C6.28722581,4.53785294 6.87425806,4.25373529 7.24093548,4.10344118 C7.60529032,3.95020588 8.22367742,3.74167647 8.59993548,3.65667647 C8.52329032,3.12491176 8.55929032,2.78991176 8.62635484,2.53226471 L8.30758065,2.54697059 Z" id="Fill-97"></path>
60
- <path d="M8.96881935,5.35955882 C8.67646452,5.5925 8.28830323,5.37897059 8.11091613,5.07544118 C8.51359355,4.90308824 8.98072258,4.71867647 9.29485161,4.51955882 C9.00481935,4.97102941 9.20369032,5.17514706 8.96881935,5.35955882 M8.90407742,8.44544118 C8.53014194,8.61308824 8.23546452,8.27544118 8.16346452,8.04720588 C8.08681935,7.81661765 8.02933548,7.62485294 8.11788387,7.53985294 C8.27872258,7.37955882 8.33359355,7.25102941 8.23546452,7.04691176 C8.12049677,6.80897059 7.87343226,6.92308824 7.60749677,6.99102941 C7.73204516,6.76279412 7.74423871,6.60279412 7.57381935,6.62455882 C7.37262581,6.64867647 7.37030323,6.97661765 7.25998065,6.93779412 C7.14965806,6.90132353 7.20975484,6.70955882 7.20975484,6.6075 C7.21207742,6.46926471 7.29830323,6.41573529 7.43969032,6.35985294 L8.53275484,5.9375 C8.67152903,5.88632353 8.76994839,5.85720588 8.86575484,5.95691176 C8.94007742,6.02720588 9.11252903,6.12191176 9.05998065,6.22632353 C9.00481935,6.33573529 8.77720645,6.10014706 8.61898065,6.22632353 C8.47991613,6.33073529 8.59981935,6.43514706 8.84427097,6.51044118 C8.6067871,6.65367647 8.35769032,6.74338235 8.43665806,6.99602941 C8.50372258,7.20955882 8.62856129,7.26544118 8.85849677,7.26544118 C8.9784,7.26544118 9.06694839,7.44514706 9.1700129,7.66367647 C9.27569032,7.8775 9.30675484,8.27073529 8.90407742,8.44544118 M6.82623871,6.21191176 C6.53388387,6.23602941 6.54114194,5.95691176 6.02320645,5.82808824 C6.38523871,5.75279412 6.85498065,5.56838235 7.25998065,5.41044118 C7.33662581,5.75279412 7.19523871,6.18014706 6.82623871,6.21191176 M12.9114,16.0669118 C12.9926903,15.8386765 12.5781097,15.5836765 12.5351419,15.2560294 C12.4846258,14.9283824 12.5255613,14.6198529 12.1588839,14.1854412 C11.794529,13.7580882 10.5409161,12.3957353 10.1623355,11.9660294 C10.2581419,11.9563235 10.4787871,11.9030882 10.7136581,12.1263235 C10.8501097,12.2551471 11.1163355,12.5098529 11.3654323,12.7625 C11.6987226,11.9030882 12.1083677,11.2619118 12.6956903,10.5942647 C12.7723355,10.5092647 12.8489806,10.4242647 12.9282387,10.3442647 C12.712529,10.4098529 12.3769161,10.4607353 12.1826903,10.5942647 C12.1684645,10.2204412 12.1972065,9.91691176 11.9478194,9.67897059 C12.0436258,9.15691176 11.9597226,8.52808824 10.8022065,7.74867647 C11.3918516,7.89191176 11.7440129,8.43102941 12.1945935,8.02073529 C11.787271,8.00602941 11.7776903,7.11014706 10.3156258,6.36485294 C10.8742065,6.35514706 11.3128839,7.27044118 11.9597226,6.74838235 C11.3485935,6.67808824 11.1474,5.57808824 10.0473677,5.24044118 C10.428271,5.28426471 10.8213677,5.46867647 11.1497226,5.01720588 C10.7662065,5.11191176 10.543529,4.7575 10.1335935,4.72338235 C10.2845613,4.24014706 10.2485613,3.94161765 10.0833677,3.58455882 C9.79565806,3.60426471 9.50330323,3.69397059 9.28991613,3.87132353 C9.26117419,3.60426471 8.98333548,3.58955882 8.74352903,3.60897059 C8.75804516,3.72308824 8.80827097,3.88808824 8.68372258,3.9125 C8.48717419,3.95132353 7.83772258,4.13102941 7.32936774,4.32514706 C6.82391613,4.52426471 6.24617419,4.88838235 6.07836774,5.0075 C5.97530323,5.08044118 5.88675484,4.90808824 5.82927097,4.83279412 C5.64956129,4.98808824 5.47449677,5.18485294 5.60398065,5.38867647 C5.32585161,5.41044118 5.0120129,5.48838235 4.75072258,5.69691176 C4.75072258,6.02720588 5.02159355,6.35014706 5.42659355,6.52485294 C4.7457871,7.21455882 5.35952903,7.84338235 4.76262581,8.44073529 C5.60165806,8.47455882 5.45765806,7.28485294 5.87949677,7.12220588 C5.83885161,7.95279412 5.37636774,8.10573529 5.37636774,9.00632353 C5.37636774,9.48485294 5.66146452,10.0066176 5.40510968,10.3248529 C6.10972258,10.1257353 5.9274,8.54985294 6.36607742,8.07661765 C6.4404,8.34602941 6.39481935,8.60808824 6.30365806,8.87779412 C6.05920645,9.61338235 6.3350129,10.6186765 5.95149677,10.9463235 C6.6680129,10.8733824 6.75423871,9.70808824 7.34388387,9.28073529 C6.83814194,10.3295588 6.31323871,12.5683824 5.5584,13.6875 C4.33381935,15.3604412 3.61236774,17.4048529 2.48823871,17.4048529 C1.99207742,17.4048529 1.62075484,17.0963235 1.62075484,16.4604412 C1.62075484,14.5592647 4.84420645,13.2504412 4.84420645,11.2254412 C4.84420645,10.3248529 4.11549677,9.97279412 3.66259355,9.97279412 C3.35572258,9.97279412 2.9844,10.1304412 2.67520645,10.3854412 C2.5434,10.3345588 2.40665806,10.3054412 2.2940129,10.3054412 C1.15798065,10.3054412 1.46252903,12.3763235 0.470206452,12.3595588 C0.860980645,12.5804412 1.54149677,12.1457353 1.93952903,11.5654412 C1.77404516,12.9080882 -0.135987097,12.5536765 0.00772258064,14.1657353 C0.278593548,12.8983824 3.3174,13.0877941 3.3174,11.1672059 C3.3174,10.9560294 3.20969032,10.7689706 3.05872258,10.6330882 C3.28633548,10.4801471 3.50204516,10.4292647 3.70091613,10.4292647 C4.06759355,10.4292647 4.39594839,10.7036765 4.39594839,11.2448529 C4.39594839,12.9422059 1.19659355,14.3745588 1.19659355,16.4604412 C1.19659355,16.8125 1.29704516,17.1060294 1.46485161,17.3319118 C1.23956129,17.4339706 1.00469032,17.3901471 0.810464516,17.1572059 C0.793916129,17.6986765 1.55369032,18.0360294 2.0304,17.7642647 C2.13607742,17.8030882 2.24610968,17.8272059 2.36136774,17.8322059 C2.21504516,18.2351471 1.72846452,18.3516176 1.47210968,18.3348529 C2.25830323,18.9586765 3.62427097,18.1404412 3.54994839,17.4289706 C4.17298065,16.9216176 4.56869032,16.0475 5.01665806,15.4745588 C4.98791613,15.6080882 4.96643226,15.7392647 4.94727097,15.8727941 C4.48710968,16.7177941 4.0580129,17.4751471 3.93810968,18.5895588 C3.83765806,19.5245588 3.37256129,20.3595588 2.72804516,20.3595588 C2.58172258,20.3595588 2.3517871,20.1727941 2.24146452,20.2675 C2.03998065,20.4445588 2.23188387,20.6292647 2.23188387,20.7992647 C2.23188387,21.0663235 1.72614194,21.3307353 1.72614194,22.1466176 C1.72614194,22.5157353 1.93952903,22.9575 1.85794839,23.2027941 C2.06407742,23.0960294 2.33959355,22.7439706 2.45223871,22.2922059 C2.67520645,23.3751471 1.9944,23.3266176 2.48098065,24.2857353 C2.54572258,23.9677941 2.85723871,23.8342647 3.04914194,23.9677941 C3.24075484,24.1013235 3.15220645,24.1960294 3.00588387,24.3366176 C2.86681935,24.4798529 2.73762581,25.2010294 3.38214194,25.1575 C3.26223871,25.0772059 3.25527097,24.8877941 3.57404516,24.8175 C4.01736774,24.7251471 4.14917419,24.9339706 4.62617419,24.9339706 C4.91620645,24.9339706 4.99749677,24.5454412 5.23236774,24.5454412 C5.46259355,24.5454412 5.46259355,24.7251471 5.37869032,24.8636765 C5.75727097,24.7592647 5.82665806,24.5551471 5.82665806,24.3416176 C5.82665806,24.1277941 5.65420645,23.9969118 5.78369032,23.9092647 C5.91549677,23.8292647 6.35156129,23.9189706 6.1767871,24.2807353 C6.39946452,24.2372059 6.52169032,24.0769118 6.52169032,23.7977941 C6.52169032,23.5210294 6.20785161,23.3607353 5.91549677,23.4069118 C5.86759355,23.2369118 5.61123871,23.1469118 5.37869032,23.1469118 C4.85610968,23.1469118 4.93769032,23.5645588 4.57565806,23.5645588 C4.00052903,23.5645588 3.44223871,22.8045588 3.44223871,21.5251471 C3.44223871,20.8427941 4.17065806,20.6680882 4.68365806,20.4445588 C5.19898065,20.2163235 6.10246452,19.6530882 6.64391613,18.7377941 C7.06836774,18.0166176 7.07794839,17.2298529 7.02510968,16.2951471 C7.75120645,16.7177941 7.83772258,17.3198529 7.83772258,17.7592647 C7.83772258,18.3348529 7.54507742,18.5654412 7.31281935,18.6698529 C7.11859355,18.7595588 7.05385161,18.7280882 7.03236774,18.8422059 C7.00362581,18.9877941 7.10175484,19.0727941 7.18565806,19.1213235 C7.45159355,19.2548529 7.39410968,19.5098529 7.46843226,19.7792647 C7.54275484,20.0610294 7.78256129,20.4907353 8.18988387,20.8089706 C8.23546452,20.6389706 8.22356129,20.3669118 8.19714194,20.0125 C8.75804516,20.2869118 8.30746452,21.4254412 9.39065806,21.4254412 C9.1917871,21.3066176 9.24694839,21.0080882 9.36191613,20.9716176 C9.47456129,20.9277941 9.62059355,21.0419118 9.83165806,21.3404412 C10.0401097,21.6342647 9.98262581,21.6101471 10.4956258,21.6101471 C11.0060129,21.6101471 10.7757871,21.4304412 11.0489806,21.4304412 C11.3224645,21.4304412 11.2983677,21.7483824 11.1546581,21.9816176 C11.6122065,21.8430882 11.751271,21.4910294 11.5930452,21.1269118 C11.9957226,20.9036765 12.2114323,21.2216176 12.2689161,21.4448529 C12.6669484,21.0419118 12.2689161,20.5539706 11.9597226,20.5248529 C11.9669806,20.3719118 11.8328516,20.2163235 11.6627226,20.2066176 C11.4972387,20.1922059 11.3366903,20.1825 11.1546581,20.1922059 C10.9653677,20.2066176 10.8623032,20.4763235 10.6416581,20.4763235 C9.96346452,20.4763235 8.61898065,19.2354412 8.61898065,18.6939706 C8.61898065,18.1525 9.90365806,17.8272059 9.90365806,16.9919118 C9.90365806,15.8969118 8.84427097,15.5254412 7.95269032,14.8189706 C8.26652903,14.4595588 9.19643226,14.3745588 9.72627097,14.6345588 C9.78143226,14.3310294 9.97536774,14.4063235 10.0496903,13.8819118 C10.2366581,14.3454412 10.0424323,14.7436765 10.2343355,14.9380882 C10.3829806,14.7145588 10.7662065,14.7486765 10.7447226,14.1754412 C10.8623032,14.5348529 10.5937548,15.0813235 10.8623032,15.3166176 C10.9075935,15.0230882 11.0803355,14.9719118 11.1906581,14.9719118 C11.3006903,14.9719118 11.3941742,15.0522059 11.3941742,15.2219118 C11.3941742,15.6639706 10.8646258,15.4598529 10.8646258,15.9480882 C10.8646258,16.1569118 11.1233032,16.2272059 11.1233032,16.3657353 C11.1233032,16.4992647 10.9102065,16.7080882 10.6535613,16.5257353 C10.7400774,16.7225 10.9075935,16.8875 11.1328839,16.8875 C11.3654323,16.8875 11.6194645,16.6983824 11.7178839,16.4507353 C11.8401097,16.7636765 11.7466258,17.1110294 11.5236581,17.1572059 C11.758529,17.2760294 12.3168194,17.1619118 12.2523677,16.4410294 C12.5638839,16.4942647 12.7316903,16.7127941 12.5447226,17.0963235 C12.8010774,17.0283824 13.038271,16.9022059 13.038271,16.6230882 C13.038271,16.4092647 12.8060129,16.3463235 12.9114,16.0669118" id="Fill-99"></path>
61
- <path d="M33.6580258,21.3070588 C33.6580258,20.9332353 33.9622839,20.6247059 34.3338968,20.6247059 C34.7028968,20.6247059 35.0025097,20.9332353 35.0025097,21.3070588 C35.0025097,21.6808824 34.7028968,21.9894118 34.3338968,21.9894118 C33.9622839,21.9894118 33.6580258,21.6808824 33.6580258,21.3070588 M33.4280903,21.3070588 C33.4280903,21.8144118 33.8354129,22.2223529 34.3338968,22.2223529 C34.8323806,22.2223529 35.2373806,21.8144118 35.2373806,21.3070588 C35.2373806,20.8044118 34.8323806,20.3917647 34.3338968,20.3917647 C33.8354129,20.3917647 33.4280903,20.8044118 33.4280903,21.3070588" id="Fill-101"></path>
62
- <path d="M30.4606452,22.9670882 C30.2016774,22.9185588 30.0173226,22.7241471 30.0556452,22.5350294 C30.0724839,22.4403235 30.1322903,22.3794412 30.1825161,22.3456176 C30.2905161,22.2703235 30.4365484,22.2459118 30.5851935,22.2703235 C30.8154194,22.3115 30.995129,22.4838529 30.995129,22.6588529 C30.995129,22.6732647 30.9928065,22.6879706 30.9901935,22.7073824 C30.9568065,22.8967941 30.7146774,23.0132647 30.4606452,22.9670882 M30.0507097,22.1512059 C29.9310968,22.2362059 29.8518387,22.3553235 29.8254194,22.4935588 C29.7992903,22.6538529 29.8471935,22.8141471 29.9668065,22.9523824 C30.077129,23.0762059 30.2376774,23.1662059 30.4173871,23.2000294 C30.5997097,23.2317941 30.7817419,23.2100294 30.9303871,23.1273824 C31.0886129,23.0423824 31.1893548,22.9112059 31.2154839,22.7438529 C31.2755806,22.4256176 31.0070323,22.1123824 30.626129,22.0420882 C30.4150645,22.0032647 30.2066129,22.0420882 30.0507097,22.1512059" id="Fill-103"></path>
63
- <path d="M25.0151806,9.82705882 C25.0151806,9.70823529 25.0871806,9.56970588 25.2094065,9.475 C25.3147935,9.395 25.4393419,9.35117647 25.5519871,9.36588235 C25.6048258,9.37558824 25.6718903,9.395 25.7197935,9.45558824 C25.7676968,9.52352941 25.7726323,9.59882353 25.7653742,9.64970588 C25.7508581,9.75911765 25.681471,9.87794118 25.5760839,9.95823529 C25.4033419,10.0964706 25.1661484,10.1061765 25.0630839,9.97764706 C25.0320194,9.93147059 25.0151806,9.88294118 25.0151806,9.82705882 M25.0654065,9.29058824 C24.7826323,9.50911765 24.7013419,9.88294118 24.8810516,10.1208824 C25.0630839,10.3538235 25.4370194,10.3611765 25.7197935,10.145 C25.8730839,10.0261765 25.9738258,9.85382353 25.9953097,9.67882353 C26.014471,9.54294118 25.9787613,9.41441176 25.9044387,9.31470588 C25.8277935,9.22 25.7151484,9.15205882 25.580729,9.135 C25.4106,9.11088235 25.2213097,9.17147059 25.0654065,9.29058824" id="Fill-105"></path>
64
- <path d="M29.3380548,21.6729706 L29.3380548,21.6729706 C29.2422484,21.6679706 29.1775065,21.6147353 29.1368613,21.5735588 C29.0457,21.4835588 28.9954742,21.3356176 29.0001194,21.1850294 C29.0024419,21.0270882 29.0552806,20.8888529 29.1487645,20.7988529 C29.1943452,20.7576765 29.2614097,20.7041471 29.3572161,20.7091471 C29.5465065,20.7091471 29.7024097,20.9323824 29.6974742,21.1970882 C29.692829,21.3453235 29.6376677,21.4909118 29.5441839,21.5832647 C29.5035387,21.6244412 29.4315387,21.6729706 29.3380548,21.6729706 M28.9882161,20.6288529 C28.8514742,20.7623824 28.7725065,20.9665 28.767571,21.1800294 L28.767571,21.1970882 C28.767571,21.4059118 28.8372484,21.6000294 28.9690548,21.7335588 C29.0695065,21.8429706 29.1989903,21.9035588 29.3331194,21.9035588 C29.4698613,21.9085588 29.6016677,21.8526765 29.7070548,21.7482647 C29.8414742,21.6147353 29.9227645,21.4156176 29.9300226,21.2017941 C29.9323452,21.0126765 29.8771839,20.8376765 29.7767323,20.6994412 C29.6687323,20.5585588 29.5227,20.4759118 29.3595387,20.4735588 C29.2254097,20.4735588 29.0936032,20.5244412 28.9882161,20.6288529" id="Fill-107"></path>
65
- <path d="M24.7395774,14.1175588 C24.5047065,14.0034412 24.3824806,13.7678529 24.4663839,13.5907941 C24.5047065,13.5007941 24.5813516,13.4643235 24.6341903,13.4449118 C24.7587387,13.4013824 24.9073839,13.4110882 25.0415129,13.4813824 C25.1782548,13.5493235 25.2836419,13.6587353 25.3242871,13.7802059 C25.3434484,13.8334412 25.3626097,13.9234412 25.3196419,14.0084412 C25.2813194,14.0931471 25.2046742,14.1322647 25.1469,14.1563824 C25.0246742,14.1975588 24.8786419,14.1831471 24.7395774,14.1175588 M24.5598677,13.2216765 C24.4208032,13.2702059 24.3130935,13.3696176 24.2553194,13.4863824 C24.1165452,13.7802059 24.2913194,14.1613824 24.6388355,14.3263824 C24.8307387,14.4210882 25.0438355,14.4405 25.2238355,14.3749118 C25.3652226,14.3263824 25.4729323,14.2316765 25.5280935,14.1078529 C25.5879,13.9840294 25.5928355,13.8431471 25.5423194,13.6999118 C25.4825129,13.5202059 25.3338677,13.3649118 25.1399323,13.2702059 C24.9503516,13.1731471 24.7372548,13.1607941 24.5598677,13.2216765" id="Fill-109"></path>
66
- <path d="M31.1166,17.3987353 C30.9702774,17.6075588 30.7162452,17.6852059 30.5510516,17.5663824 C30.3878903,17.4472647 30.3759871,17.1825588 30.5223097,16.9690294 C30.6732774,16.7552059 30.9249871,16.6825588 31.0901806,16.7966765 C31.2533419,16.9155 31.2652452,17.1852059 31.1166,17.3987353 L31.1166,17.3987353 Z M30.0525677,19.1031471 C29.9039226,19.3143235 29.6498903,19.3919706 29.4844065,19.2731471 C29.3215355,19.1540294 29.3070194,18.8896176 29.4556645,18.6757941 C29.6019871,18.4622647 29.8536968,18.3869706 30.0212129,18.5034412 C30.1866968,18.6225588 30.1986,18.8896176 30.0525677,19.1031471 L30.0525677,19.1031471 Z M26.3950839,9.76520588 C26.5222452,9.36697059 26.7594387,8.5755 26.7594387,8.5755 L27.1693742,8.7405 C27.049471,8.78667647 26.9031484,8.90079412 26.7762774,9.01961765 C26.8697613,9.06344118 27.0375677,9.07314706 27.1502129,8.9955 L26.984729,9.41314706 C26.9464065,9.34755882 26.8291161,9.19461765 26.716471,9.16785294 C26.6325677,9.50285294 26.8386968,9.63167647 26.9919871,9.70697059 C27.2410839,9.8405 27.4042452,9.85991176 27.4736323,9.74079412 C27.5528903,9.59755882 27.389729,9.39844118 27.1789548,9.48579412 C27.1548581,9.26726471 27.2770839,9.15314706 27.418471,9.15314706 C27.5311161,9.15314706 27.6222774,9.25755882 27.6533419,9.39844118 C27.6391161,9.04402941 27.7973419,8.76961765 28.1184387,8.66520588 C28.2383419,9.00991176 28.1399226,9.24314706 27.8835677,9.4955 C28.0176968,9.43726471 28.1736,9.44697059 28.235729,9.54167647 C28.3123742,9.66079412 28.2862452,9.82579412 28.0943419,9.93020588 C28.0513742,9.70197059 27.7900839,9.68491176 27.7157613,9.83079412 C27.6414387,9.97873529 27.7540839,10.1149118 27.9840194,10.2484412 C28.2525677,10.3963824 28.4659548,10.3090294 28.6096645,10.0734412 C28.5211161,10.0396176 28.3675355,10.0590294 28.2261484,10.1487353 L28.4993419,9.63167647 C28.5138581,9.70697059 28.5568258,9.8355 28.6720839,9.93520588 C28.712729,9.82108824 28.7725355,9.61697059 28.6889226,9.43255882 L29.2782774,9.77961765 C29.0794065,9.79902941 28.9356968,9.94961765 28.8564387,10.0443235 C29.0004387,10.0928529 29.1322452,10.0687353 29.2039548,10.0443235 L28.8973742,10.5419706 C28.9020194,10.3722647 28.8445355,10.2287353 28.7725355,10.1681471 C28.6433419,10.4084412 28.6720839,10.6416765 28.9356968,10.8043235 C29.1633097,10.9402059 29.3383742,10.9693235 29.4246,10.8310882 C29.5131484,10.6902059 29.3671161,10.4716765 29.1514065,10.5469706 C29.1441484,10.3284412 29.2713097,10.2240294 29.4126968,10.2287353 C29.5253419,10.2387353 29.6089548,10.3672647 29.630729,10.5128529 C29.7146323,10.1634412 29.8656,9.96432353 30.2177613,9.89873529 C30.2920839,10.2287353 30.136471,10.5057941 29.8246645,10.6707941 C29.963729,10.6269706 30.0981484,10.6513824 30.1530194,10.7507941 C30.2250194,10.8796176 30.1866968,11.0399118 29.9878258,11.1296176 C29.9590839,10.8990294 29.7050516,10.8552059 29.6211484,10.9984412 C29.5564065,11.1199118 29.6571484,11.2487353 29.8920194,11.4063824 C30.035729,11.5010882 30.2465032,11.6202059 30.4935677,11.3772647 C30.4119871,11.2875588 30.2226968,11.2631471 30.1483742,11.2631471 L30.4238903,10.9110882 C30.4143097,11.0446176 30.505471,11.1878529 30.5870516,11.2487353 C30.6276968,11.0737353 30.6515032,10.8940294 30.6323419,10.7655 L30.9775355,11.0446176 C30.9775355,11.0446176 30.4215677,11.6469706 30.1434387,11.9552059 L26.3950839,9.76520588 Z M30.8242452,14.8590294 C30.8265677,14.7957941 30.8434065,14.7110882 30.910471,14.6502059 C30.9775355,14.5822647 31.0637613,14.5725588 31.1238581,14.5725588 C31.250729,14.5775588 31.387471,14.6455 31.4905355,14.7569706 C31.5936,14.8663824 31.6534065,15.0096176 31.6487613,15.1381471 C31.6461484,15.1990294 31.6296,15.2840294 31.5622452,15.3469706 C31.4951806,15.4125588 31.4089548,15.4222647 31.351471,15.4222647 C31.2243097,15.4222647 31.0855355,15.3519706 30.982471,15.2425588 C30.8794065,15.1284412 30.8219226,14.9852059 30.8242452,14.8590294 L30.8242452,14.8590294 Z M32.4468581,22.4075588 C32.4729871,22.2790294 32.5618258,22.1552059 32.6863742,22.0702059 C32.8135355,21.9852059 32.9618903,21.9510882 33.086729,21.9802059 C33.1442129,21.9902059 33.2257935,22.0240294 33.2760194,22.1043235 C33.3288581,22.1793235 33.3239226,22.2643235 33.3143419,22.3275588 C33.2879226,22.4537353 33.1967613,22.5775588 33.0722129,22.6625588 C32.8518581,22.8057941 32.5882452,22.7913824 32.4825677,22.6310882 C32.4323419,22.5534412 32.4346645,22.4634412 32.4468581,22.4075588 L32.4468581,22.4075588 Z M24.7318258,11.0302059 C24.7271806,11.1587353 24.6743419,11.2778529 24.5927613,11.3531471 C24.5570516,11.3869706 24.4969548,11.4234412 24.4203097,11.4234412 C24.2693419,11.4160882 24.1517613,11.2340294 24.1517613,11.0302059 L24.1517613,10.9984412 C24.1590194,10.8649118 24.2069226,10.7507941 24.2885032,10.6755 C24.3268258,10.6416765 24.3869226,10.6052059 24.4658903,10.6075588 C24.5425355,10.6125588 24.5976968,10.6560882 24.6313742,10.6949118 C24.7030839,10.7752059 24.7414065,10.8990294 24.7318258,11.0302059 L24.7318258,11.0302059 Z M27.1188581,6.06491176 C27.2460194,5.81961765 27.1188581,5.44814706 27.5598581,5.44814706 C27.7781806,5.44814706 27.9721161,5.66667647 28.2334065,5.75167647 C27.8092452,5.7905 27.425729,5.88520588 27.1188581,6.06491176 L27.1188581,6.06491176 Z M34.0691806,12.2781471 C34.3641484,13.0987353 34.9488581,13.3925588 35.3971161,13.1837353 C34.3975355,13.0649118 35.2078258,11.3337353 33.9208258,11.3337353 C33.8488258,11.3337353 33.7791484,11.3434412 33.7146968,11.3578529 C33.4963742,11.1249118 33.2472774,11.0252059 32.8782774,11.0252059 C32.3316,11.0252059 31.3970516,11.5569706 31.3970516,12.6569706 C31.3970516,15.0193235 34.1075032,15.2281471 34.1075032,17.3187353 C34.1075032,17.9305 33.6522774,18.3093235 33.1442129,18.3093235 C32.6863742,18.3093235 32.3196968,17.7919706 31.9361806,16.9834412 C31.7541484,16.5925588 31.358729,16.0681471 30.9415355,15.5122647 C31.0663742,15.6019706 31.2051484,15.6555 31.3442129,15.6602059 C31.4905355,15.6652059 31.6223419,15.6116765 31.720471,15.5169706 C31.8188903,15.4272647 31.8740516,15.2937353 31.8810194,15.1478529 L31.8810194,15.1237353 C31.8810194,14.9393235 31.799729,14.7449118 31.6606645,14.5919706 C31.5120194,14.4366765 31.3204065,14.3419706 31.1285032,14.3369706 C30.982471,14.3322647 30.8480516,14.3831471 30.7522452,14.4778529 C30.6541161,14.5725588 30.5966323,14.7013824 30.5940194,14.8493235 L30.5940194,14.8710882 C30.5940194,14.9490294 30.6085355,15.0337353 30.6372774,15.1090294 C30.0525677,14.3369706 29.5108258,13.5819706 29.5108258,13.1643235 C29.5108258,12.8002059 29.7602129,12.4772647 30.0691161,12.0887353 C30.0813097,12.0984412 30.1747935,12.1493235 30.1747935,12.1493235 L30.2560839,12.0596176 C30.3640839,11.9357941 30.5916968,11.6857941 31.0591161,11.1781471 L31.0878581,11.1443235 L31.0855355,11.1490294 L31.1981806,11.0252059 L30.9081484,10.7896176 C30.9847935,10.6125588 31.0518581,10.4181471 31.1020839,10.2093235 C31.1932452,10.5907941 31.3851484,10.8310882 31.6510839,10.7557941 C31.4736968,10.3625588 31.8307935,9.8355 31.5959226,8.87402941 C31.8188903,9.24785294 32.1376645,9.44226471 32.3676,9.37167647 C31.7660516,8.83520588 32.5473097,8.08020588 31.763729,6.91461765 C32.0200839,7.00461765 32.1878903,6.95344118 32.3028581,6.82491176 C31.5886645,6.7205 31.9146968,5.80020588 30.6613742,5.46755882 C30.9728903,5.41167647 31.1549226,5.22726471 31.1093419,5.06461765 C30.7786645,5.30255882 30.4886323,4.6105 29.4031161,4.62991176 C29.3357613,4.21726471 28.9595032,3.78491176 28.5330194,3.57608824 C28.6146,3.89432353 28.5402774,4.18314706 28.4563742,4.42108824 L24.9211161,0.9005 C24.8180516,0.801088235 24.7605677,0.784029412 24.7318258,0.8155 C24.7030839,0.854323529 24.7054065,0.915205882 24.7727613,0.992852941 L27.8092452,4.85079412 C27.5790194,4.92844118 27.3563419,5.02814706 27.1188581,5.11314706 C26.9705032,5.16902941 26.8552452,5.32197059 26.8552452,5.51138235 C26.2946323,5.7955 25.798471,6.14755882 25.5516968,6.37314706 C25.364729,6.5455 25.2160839,6.58697059 25.3812774,6.9755 C25.4436968,7.12344118 25.249471,7.48755882 25.6881484,7.21814706 C25.9781806,7.04344118 26.6325677,6.68167647 26.7283742,6.90991176 C26.7809226,7.02873529 26.4575032,7.18432353 26.2345355,7.26902941 C26.0118581,7.35667647 25.7720516,7.53138235 25.8080516,7.61638235 C25.8414387,7.70138235 26.0188258,7.61138235 26.0284065,7.70138235 C26.0429226,7.80579412 26.1123097,7.8955 26.2011484,7.8955 C26.2896968,7.8955 26.4023419,7.70608824 26.4743419,7.77432353 C26.5460516,7.83491176 26.4383419,8.25255882 26.3689548,8.36167647 C26.7115355,8.31814706 26.9318903,7.9855 26.9417613,7.7255 C26.9513419,7.47079412 27.020729,7.40285294 27.0735677,7.37108824 C27.1261161,7.33226471 27.1885355,7.6455 27.1188581,7.83491176 C27.3011806,7.79608824 27.4881484,7.55079412 27.4640516,7.10402941 C27.5552129,7.02873529 27.6486968,6.9755 27.7180839,6.9755 C27.8330516,6.9755 28.0632774,7.29844118 28.3893097,7.29844118 C28.9908581,7.29844118 29.3238581,6.8055 29.3598581,6.57226471 C29.3886,6.38285294 29.3740839,6.20314706 29.2736323,6.06491176 C29.4893419,6.24226471 29.558729,6.51638235 29.558729,6.7205 C29.558729,7.58226471 28.0536968,7.99020588 27.4353097,8.58755882 C27.4115032,8.60697059 27.389729,8.62638235 27.3682452,8.65079412 L26.6613097,8.37138235 L26.6134065,8.53167647 C26.6107935,8.54138235 26.6038258,8.56579412 26.572471,8.66520588 C26.4981484,8.9105 26.3448581,9.42285294 26.2513742,9.71667647 C26.2490516,9.71667647 26.2130516,9.8355 26.2130516,9.8355 L26.275471,9.87432353 C25.8559548,10.4375588 25.5203419,11.0690294 25.4436968,11.7196176 C25.2735677,11.5425588 25.1130194,11.3966765 24.9283742,11.2437353 C24.9475355,11.1781471 24.9594387,11.1125588 24.9666968,11.0446176 C24.9762774,10.8505 24.916471,10.6657941 24.8038258,10.5372647 C24.7176,10.4375588 24.6000194,10.3819706 24.4777935,10.3722647 C24.3555677,10.3672647 24.2333419,10.4084412 24.1326,10.5057941 C24.1134387,10.5225588 24.0919548,10.5419706 24.0727935,10.5663824 C24.0489871,10.5469706 24.0225677,10.5275588 23.998471,10.5081471 C23.7659226,10.3284412 23.4761806,10.1099118 23.3011161,9.91579412 C23.2267935,9.83079412 23.152471,9.78932353 22.9942452,9.78932353 C22.9321161,9.78932353 22.783471,9.77961765 22.6780839,9.77961765 C22.5750194,9.77961765 22.5149226,9.86461765 22.3950194,9.96902941 C22.3352129,10.0202059 22.1769871,10.1487353 21.9926323,10.2872647 C22.0811806,10.3769706 22.1650839,10.4716765 22.2489871,10.5663824 C22.2945677,10.6172647 22.3401484,10.6707941 22.3831161,10.7266765 C22.4336323,10.6902059 22.4742774,10.6560882 22.5076645,10.6319706 C22.5819871,10.5663824 22.6780839,10.5516765 22.7689548,10.5516765 C22.8601161,10.5516765 22.9869871,10.6222647 23.0758258,10.7605 C23.1405677,10.8552059 23.7110516,11.6202059 24.1854387,12.1446176 C24.1326,12.1640294 24.0823742,12.1834412 24.034471,12.2028529 C23.8332774,12.2878529 23.3754387,12.2684412 23.1739548,12.2537353 C22.9678258,12.2343235 22.9295032,12.1834412 22.7930516,12.4066765 C22.7378903,12.4869706 22.6731484,12.5863824 22.6037613,12.6713824 C22.5366968,12.7563824 22.4838581,12.8510882 22.6275677,13.0940294 C22.8360194,13.4531471 23.3539548,14.3928529 23.5264065,14.8202059 C23.6965355,15.2425588 23.9003419,15.3131471 24.2310194,15.4466765 C24.5616968,15.5875588 25.1226,15.9152059 25.1896645,15.9905 L25.2111484,15.6652059 C25.1130194,15.5655 24.7988903,15.4416765 24.6792774,15.4028529 C24.5616968,15.3616765 24.5283097,15.3034412 24.6720194,15.3034412 C24.8134065,15.3034412 25.2111484,15.4466765 25.4892774,15.5655 C25.4053742,15.2425588 25.1057613,14.8955 24.9260516,14.6963824 C24.6888581,14.6307941 24.446729,14.6307941 24.3483097,14.7060882 C24.3628258,14.7716765 24.3126,14.8590294 24.2141806,14.8590294 C24.1230194,14.8590294 24.0608903,14.7763824 24.0873097,14.6913824 C24.1183742,14.5919706 24.2597613,14.5628529 24.2310194,14.3784412 C24.1999548,14.1987353 23.9769871,14.1696176 23.8332774,14.1502059 C23.6317935,13.8563824 23.3969226,13.4216765 23.2938581,13.2493235 C23.188471,13.0746176 23.2508903,12.9749118 23.3226,12.9143235 C23.4953419,12.7710882 23.8547613,12.9896176 24.5736,13.0381471 C24.8229871,13.0502059 25.1417613,13.0696176 25.4651806,13.0843235 C25.5586645,13.9290294 25.8942774,14.7352059 27.056729,15.0290294 C27.6246,15.1699118 28.2093097,15.5922647 28.4107935,16.1434412 C26.0885032,16.1046176 25.7241484,17.0199118 25.7241484,17.8843235 C25.7241484,18.8652059 26.5414065,18.8119706 26.5414065,19.5475588 C26.5414065,20.1934412 24.5904387,20.4581471 24.0007935,20.5478529 C23.5023097,20.6207941 23.2172129,20.7322647 22.9774065,20.9752059 C22.7378903,21.2178529 22.4957613,21.4534412 22.0570839,21.8955 C22.0570839,21.8955 22.2440516,21.9390294 22.4286968,21.9293235 L22.7593742,21.4972647 C22.8577935,21.3490294 22.9248581,21.2325588 22.9896,21.2399118 C23.0543419,21.2543235 23.0110839,21.3637353 22.9321161,21.5166765 L22.6612452,21.9802059 C23.8068581,22.0605 23.8835032,21.6307941 23.8835032,21.4487353 C23.8835032,21.2737353 23.5984065,21.1549118 23.7636,21.0407941 C23.9267613,20.9313824 24.0681484,21.0090294 24.1999548,21.1646176 C24.3291484,21.3175588 24.3724065,21.4487353 24.6888581,21.3319706 C24.6888581,21.3319706 27.1862129,20.2831471 27.5023742,20.1352059 C27.7851484,20.0087353 27.7038581,19.8802059 27.5360516,19.7369706 C27.3490839,19.5813824 27.3180194,19.3290294 27.3180194,19.0643235 C27.3180194,18.2996176 27.7709226,18.0640294 28.5832452,18.0784412 C28.5690194,18.2096176 28.5594387,18.3334412 28.5594387,18.4475588 C28.5594387,19.6422647 30.3399871,20.8099118 30.8242452,20.8099118 C31.0376323,20.8099118 31.3273742,20.6472647 31.3465355,21.3684412 C31.358729,21.8955 31.4641161,22.2693235 31.3706323,22.8810882 C31.2771484,23.4928529 31.1020839,23.5875588 30.7403419,23.8449118 C30.3783097,24.1049118 30.035729,24.9107941 29.8824387,25.0807941 C30.0429871,25.1902059 30.2177613,25.2046176 30.3521806,24.8113824 C30.4622129,24.4837353 30.5893742,24.2528529 30.7307613,24.1752059 C30.5893742,24.5322647 30.4863097,25.0590294 30.4192452,25.2193235 C30.874471,25.2993235 31.6127613,24.8769706 31.6127613,24.5516765 C31.6127613,24.2287353 31.358729,24.2528529 31.358729,24.0343235 C31.358729,23.9396176 31.4736968,23.8352059 31.6127613,23.8352059 C31.7947935,23.8352059 31.9338581,23.9810882 31.9483742,24.0490294 C32.1495677,23.9396176 32.2764387,23.7357941 32.269471,23.2599118 C32.2645355,23.0755 32.2572774,22.8810882 32.2503097,22.6819706 C32.2622129,22.7110882 32.2741161,22.7355 32.2886323,22.7622647 C32.3771806,22.8957941 32.5211806,22.9807941 32.7008903,22.9952059 C32.8686968,23.0099118 33.0457935,22.9613824 33.1993742,22.8569706 C33.3767613,22.7355 33.5036323,22.5631471 33.5396323,22.3737353 C33.5492129,22.3322647 33.5515355,22.2934412 33.5515355,22.2546176 C33.5515355,22.1552059 33.5251161,22.0555 33.4702452,21.9755 C33.3959226,21.8613824 33.2760194,21.7813824 33.1346323,21.7519706 C32.9476645,21.7107941 32.7392129,21.7569706 32.5618258,21.8760882 C32.3940194,21.9852059 32.2764387,22.1455 32.2311484,22.3178529 C32.1928258,21.6672647 32.1472452,21.0552059 32.1637935,20.8099118 C32.1902129,20.4434412 32.204729,20.2831471 32.0825032,20.2249118 C31.9626,20.1740294 31.8307935,20.3778529 31.655729,20.3778529 C31.4809548,20.3778529 30.9583742,19.8849118 30.9583742,19.3725588 C30.9583742,18.8555 31.5073742,18.1925588 31.4809548,17.4860882 C31.4713742,17.2628529 31.6078258,17.1487353 31.6940516,17.3478529 C31.799729,17.5905 31.9579548,17.9157941 32.1928258,18.1828529 C32.0465032,19.0693235 33.0124065,19.9360882 33.8055677,19.2975588 C33.412471,19.3531471 33.1442129,19.0037353 32.9691484,18.6466765 C33.0388258,18.6563824 33.1082129,18.6660882 33.1825355,18.6660882 C33.2231806,18.6660882 33.2641161,18.6613824 33.3024387,18.6613824 C33.5802774,19.0107941 34.4646,18.9793235 34.6948258,18.1149118 C34.5389226,18.2969706 34.2201484,18.4331471 33.9902129,18.4040294 C34.3232129,18.1393235 34.4959548,17.7119706 34.4959548,17.2531471 C34.4959548,14.9999118 31.7971161,14.7352059 31.7971161,12.6860882 C31.7971161,11.9237353 32.4564387,11.4331471 32.9116645,11.4331471 C33.086729,11.4331471 33.2208581,11.4866765 33.3311806,11.5716765 C33.1561161,11.7510882 33.0626323,12.0231471 33.0771484,12.3534412 C33.1488581,13.9752059 35.7611806,13.8902059 35.7948581,14.6719706 C36.0872129,13.4969706 34.1411806,13.8610882 34.0691806,12.2781471 L34.0691806,12.2781471 Z" id="Fill-111"></path>
67
- </g>
68
- </g>
69
- </g>
70
- </g>
71
- </svg>
@@ -1,12 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="112px" height="48px" viewBox="0 0 112 48" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <!-- Generator: Sketch 46.2 (44496) - http://www.bohemiancoding.com/sketch -->
4
- <title>Artboard</title>
5
- <desc>Created with Sketch.</desc>
6
- <defs></defs>
7
- <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
- <g id="Artboard" fill="#000000">
9
- <polygon id="Triangle" points="24 42 0 6 48 6"></polygon>
10
- </g>
11
- </g>
12
- </svg>
@@ -1,43 +0,0 @@
1
- {% block top_of_page %}{% endblock %}
2
- <html>
3
-
4
- <head>
5
- <title>{% block page_title %} {% endblock %}</title>
6
- <meta name="viewport" content="width=device-width" />
7
- {% block head %} {% endblock %}
8
- </head>
9
-
10
- <body class="{% block body_classes %}{% endblock %}">
11
- <script>
12
- document.body.className = ((document.body.className) ? document.body.className + ' js-enabled' : 'js-enabled');
13
- </script>
14
- {% block body_start %}{% endblock %}
15
-
16
- <header role="banner" id="global-header" class="{% block header_class %}{% endblock %}">
17
- <div id="header-wrapper">
18
- <div id="header-contents">
19
- <div id="header-float-left">
20
- <div id="header-logo">
21
- <a href="/" title="Home" id="logo" class="content">
22
- <div id="coat-of-arms" alt=""></div>
23
- <div class="name">DVLA</div>
24
- <div class="service-name">{% block service_name %}{% endblock %}</div>
25
- </a>
26
- </div>
27
- </div>
28
- </div>
29
- </div>
30
- </header>
31
-
32
- {% block after_header %}{% endblock %}
33
-
34
- <main id="content">
35
- <div class="container-dialog">
36
- <div class="dialog">
37
- {% block content %}{% endblock %}
38
- </div>
39
- </div>
40
- </main>
41
- </body>
42
-
43
- </html>
@@ -1,53 +0,0 @@
1
- {% block top_of_page %}{% endblock %}
2
- <html>
3
-
4
- <head>
5
- <title>{% block page_title %} {% endblock %}</title>
6
- <meta name="viewport" content="width=device-width" />
7
- {% block head %} {% endblock %}
8
- </head>
9
-
10
- <body class="{% block body_classes %}{% endblock %}">
11
- <script>
12
- document.body.className = ((document.body.className) ? document.body.className + ' js-enabled' : 'js-enabled');
13
- </script>
14
- {% block body_start %}{% endblock %}
15
-
16
- <header role="banner" id="global-header" class="{% block header_class %}{% endblock %}">
17
- <div id="header-wrapper">
18
- <div id="header-contents">
19
- <div id="header-float-left">
20
- <div id="header-logo">
21
- <a href="/" title="Home" id="logo" class="content">
22
- <div id="coat-of-arms" alt=""></div>
23
- <div class="name">DVLA</div>
24
- <div class="service-name">{% block service_name %}{% endblock %}</div>
25
- </a>
26
- </div>
27
- </div>
28
- </div>
29
- </div>
30
- </header>
31
-
32
- {% block after_header %}
33
-
34
- {% endblock %}
35
-
36
- <main id="content">
37
- <div id="side-bar">
38
- {% block tabs_left %}
39
- <ul>
40
- <li>Tab title one</li>
41
- <li class="active">Tab title two</li>
42
- <li>Tab title three</li>
43
- <li>Tab title four</li>
44
- </ul>
45
- {% endblock %}
46
- </div>
47
- <div class="container-fluid">
48
- {% block content %}{% endblock %}
49
- </div>
50
- </main>
51
- </body>
52
-
53
- </html>
@@ -1,50 +0,0 @@
1
- {% block top_of_page %}{% endblock %}
2
- <html>
3
-
4
- <head>
5
- <title>{% block page_title %} {% endblock %}</title>
6
- <meta name="viewport" content="width=device-width" />
7
- {% block head %} {% endblock %}
8
- </head>
9
-
10
- <body class="{% block body_classes %}{% endblock %}">
11
- <script>
12
- document.body.className = ((document.body.className) ? document.body.className + ' js-enabled' : 'js-enabled');
13
- </script>
14
- {% block body_start %}{% endblock %}
15
-
16
- <header role="banner" id="global-header" class="{% block header_class %}{% endblock %}">
17
- <div id="header-wrapper">
18
- <div id="header-contents">
19
- <div id="header-float-left">
20
- <div id="header-logo">
21
- <a href="/" title="Home" id="logo" class="content">
22
- <div id="coat-of-arms" alt=""></div>
23
- <div class="name">DVLA</div>
24
- <div class="service-name">{% block service_name %}{% endblock %}</div>
25
- </a>
26
- </div>
27
- </div>
28
- </div>
29
- </div>
30
- {% block tabs_top %}
31
- <ul>
32
- <li>Tab title one</li>
33
- <li class="active">Active tab</li>
34
- <li>Tab title two</li>
35
- </ul>
36
- {% endblock %}
37
- </header>
38
-
39
- {% block after_header %}
40
-
41
- {% endblock %}
42
-
43
- <main id="content">
44
- <div class="container-fluid">
45
- {% block content %}{% endblock %}
46
- </div>
47
- </main>
48
- </body>
49
-
50
- </html>
@@ -1,60 +0,0 @@
1
- {% block top_of_page %}{% endblock %}
2
- <html>
3
-
4
- <head>
5
- <title>{% block page_title %} {% endblock %}</title>
6
- <meta name="viewport" content="width=device-width" />
7
- {% block head %} {% endblock %}
8
- </head>
9
-
10
- <body class="{% block body_classes %}{% endblock %}">
11
- <script>
12
- document.body.className = ((document.body.className) ? document.body.className + ' js-enabled' : 'js-enabled');
13
- </script>
14
- {% block body_start %}{% endblock %}
15
-
16
- <header role="banner" id="global-header" class="{% block header_class %}{% endblock %}">
17
- <div id="header-wrapper">
18
- <div id="header-contents">
19
- <div id="header-float-left">
20
- <div id="header-logo">
21
- <a href="/" title="Home" id="logo" class="content">
22
- <div id="coat-of-arms" alt=""></div>
23
- <div class="name">DVLA</div>
24
- <div class="service-name">{% block service_name %}{% endblock %}</div>
25
- </a>
26
- </div>
27
- </div>
28
- </div>
29
- </div>
30
- {% block tabs_top %}
31
- <ul>
32
- <li>Tab title one</li>
33
- <li class="active">Active tab</li>
34
- <li>Tab title two</li>
35
- </ul>
36
- {% endblock %}
37
- </header>
38
-
39
- {% block after_header %}
40
-
41
- {% endblock %}
42
-
43
- <main id="content">
44
- <div id="side-bar">
45
- {% block tabs_left %}
46
- <ul>
47
- <li>Tab title one</li>
48
- <li class="active">Tab title two</li>
49
- <li>Tab title three</li>
50
- <li>Tab title four</li>
51
- </ul>
52
- {% endblock %}
53
- </div>
54
- <div class="container-fluid">
55
- {% block content %}{% endblock %}
56
- </div>
57
- </main>
58
- </body>
59
-
60
- </html>