observatorio-jekyll-theme 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (163) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE.txt +168 -0
  3. data/README.md +164 -0
  4. data/_config.yml +112 -0
  5. data/_data/assets.json +4 -0
  6. data/_data/en.yml +106 -0
  7. data/_data/es.yml +131 -0
  8. data/_data/forms/asociate.yml +55 -0
  9. data/_data/forms/contacto.yml +59 -0
  10. data/_data/forms/dona.yml +60 -0
  11. data/_data/forms/newsletter.yml +18 -0
  12. data/_data/forms/shipping_address.yml +94 -0
  13. data/_data/forms/sumate.yml +46 -0
  14. data/_data/forms/user.yml +13 -0
  15. data/_data/layouts/about.yml +112 -0
  16. data/_data/layouts/banner_1.yml +65 -0
  17. data/_data/layouts/banner_2.yml +89 -0
  18. data/_data/layouts/biblioteca.yml +110 -0
  19. data/_data/layouts/cart.yml +222 -0
  20. data/_data/layouts/confirmation.yml +68 -0
  21. data/_data/layouts/contacto.yml +82 -0
  22. data/_data/layouts/email.yml +56 -0
  23. data/_data/layouts/integrante.yml +60 -0
  24. data/_data/layouts/menu.yml +73 -0
  25. data/_data/layouts/payment.yml +126 -0
  26. data/_data/layouts/peticiones.yml +87 -0
  27. data/_data/layouts/post.yml +135 -0
  28. data/_data/layouts/product.yml +142 -0
  29. data/_data/layouts/shipment.yml +126 -0
  30. data/_data/layouts/theme.yml +266 -0
  31. data/_includes/5b0263ea6cfc4dab9f3d3fcec87a8337.webp +0 -0
  32. data/_includes/archive.html +14 -0
  33. data/_includes/archive_layout_about.html +0 -0
  34. data/_includes/archive_layout_articulos.html +14 -0
  35. data/_includes/archive_layout_banner-1.html +0 -0
  36. data/_includes/archive_layout_banner-2.html +0 -0
  37. data/_includes/archive_layout_banner_1.html +0 -0
  38. data/_includes/archive_layout_banner_2.html +0 -0
  39. data/_includes/archive_layout_biblioteca.html +16 -0
  40. data/_includes/archive_layout_contacto.html +0 -0
  41. data/_includes/archive_layout_integrantes.html +26 -0
  42. data/_includes/archive_layout_layout.html +0 -0
  43. data/_includes/archive_layout_menu.html +0 -0
  44. data/_includes/archive_layout_theme.html +0 -0
  45. data/_includes/archive_post.html +0 -0
  46. data/_includes/boolean.html +30 -0
  47. data/_includes/cart_add.html +8 -0
  48. data/_includes/cart_controller.html +11 -0
  49. data/_includes/contact.html +23 -0
  50. data/_includes/content.html +1 -0
  51. data/_includes/country.html +53 -0
  52. data/_includes/device_detector.html +15 -0
  53. data/_includes/donacion.html +125 -0
  54. data/_includes/email.html +1 -0
  55. data/_includes/file.html +35 -0
  56. data/_includes/floating_alert.html +6 -0
  57. data/_includes/footer.html +11 -0
  58. data/_includes/form/boolean.html +1 -0
  59. data/_includes/form/content.html +1 -0
  60. data/_includes/form/email.html +1 -0
  61. data/_includes/form/file.html +1 -0
  62. data/_includes/form/hidden.html +1 -0
  63. data/_includes/form/image.html +1 -0
  64. data/_includes/form/input.html +1 -0
  65. data/_includes/form/markdown_content.html +1 -0
  66. data/_includes/form/number.html +1 -0
  67. data/_includes/form/predefined_array.html +1 -0
  68. data/_includes/form/section.html +1 -0
  69. data/_includes/form/separator.html +1 -0
  70. data/_includes/form/string.html +1 -0
  71. data/_includes/form/submit.html +1 -0
  72. data/_includes/form/tel.html +1 -0
  73. data/_includes/form/text.html +1 -0
  74. data/_includes/form/url.html +1 -0
  75. data/_includes/hidden.html +5 -0
  76. data/_includes/image.html +32 -0
  77. data/_includes/input.html +49 -0
  78. data/_includes/intento%20logo%20b_edited.webp +0 -0
  79. data/_includes/item.html +38 -0
  80. data/_includes/logo.png +0 -0
  81. data/_includes/logo.svg +1560 -0
  82. data/_includes/markdown_content.html +1 -0
  83. data/_includes/matomo.html +15 -0
  84. data/_includes/menu.html +27 -0
  85. data/_includes/navbar.html +32 -0
  86. data/_includes/newsletter.html +10 -0
  87. data/_includes/notification.html +5 -0
  88. data/_includes/number.html +1 -0
  89. data/_includes/pack.html +1 -0
  90. data/_includes/password.html +1 -0
  91. data/_includes/pay_what_you_can_controller.html +13 -0
  92. data/_includes/picture.html +23 -0
  93. data/_includes/post.html +48 -0
  94. data/_includes/postal_code.html +45 -0
  95. data/_includes/predefined_array.html +39 -0
  96. data/_includes/preload_font.html +1 -0
  97. data/_includes/product.html +38 -0
  98. data/_includes/search.html +25 -0
  99. data/_includes/section.html +1 -0
  100. data/_includes/separator.html +1 -0
  101. data/_includes/share.html +22 -0
  102. data/_includes/share_box.html +29 -0
  103. data/_includes/social_networks.html +8 -0
  104. data/_includes/state.html +52 -0
  105. data/_includes/string.html +3 -0
  106. data/_includes/subitem.html +7 -0
  107. data/_includes/submit.html +5 -0
  108. data/_includes/tel.html +1 -0
  109. data/_includes/text.html +32 -0
  110. data/_includes/url.html +1 -0
  111. data/_includes/video.html +7 -0
  112. data/_layouts/about.html +52 -0
  113. data/_layouts/acciones.html +21 -0
  114. data/_layouts/archive.html +5 -0
  115. data/_layouts/asociate.html +20 -0
  116. data/_layouts/biblioteca.html +85 -0
  117. data/_layouts/cart.html +72 -0
  118. data/_layouts/confirmation.html +23 -0
  119. data/_layouts/contacto.html +47 -0
  120. data/_layouts/default.html +72 -0
  121. data/_layouts/dona.html +20 -0
  122. data/_layouts/home.html +142 -0
  123. data/_layouts/integrante.html +26 -0
  124. data/_layouts/layout-categories.html +5 -0
  125. data/_layouts/layout.html +6 -0
  126. data/_layouts/page.html +5 -0
  127. data/_layouts/participa.html +12 -0
  128. data/_layouts/payment.html +21 -0
  129. data/_layouts/peticiones.html +24 -0
  130. data/_layouts/post.html +91 -0
  131. data/_layouts/product.html +110 -0
  132. data/_layouts/shipment.html +52 -0
  133. data/_layouts/sumate.html +20 -0
  134. data/_sass/accessibility.scss +54 -0
  135. data/_sass/content.scss +11 -0
  136. data/_sass/editor.scss +29 -0
  137. data/_sass/embed.scss +13 -0
  138. data/_sass/floating_alert.scss +48 -0
  139. data/_sass/fonts.scss +29 -0
  140. data/_sass/helpers.scss +379 -0
  141. data/_sass/menu.scss +36 -0
  142. data/_sass/share_box.scss +26 -0
  143. data/_sass/slider.scss +29 -0
  144. data/_sass/snap.scss +60 -0
  145. data/_sass/toggler.scss +62 -0
  146. data/assets/css/styles.scss +173 -0
  147. data/assets/data/site.json +10 -0
  148. data/assets/fonts/forkawesome-webfont.woff2 +0 -0
  149. data/assets/fonts/roboto/v27/KFOjCnqEu92Fr1Mu51TzBhc9-subset.woff2 +0 -0
  150. data/assets/fonts/roboto/v27/KFOkCnqEu92Fr1MmgWxP-subset.woff2 +0 -0
  151. data/assets/fonts/roboto/v27/KFOkCnqEu92Fr1Mu52xP-subset.woff2 +0 -0
  152. data/assets/fonts/roboto/v27/KFOlCnqEu92Fr1MmWUlvAw-subset.woff2 +0 -0
  153. data/assets/fonts/roboto/v27/KFOmCnqEu92Fr1Me5Q-subset.woff2 +0 -0
  154. data/assets/js/pack.9dc6883564ec9354c89d.js +114 -0
  155. data/assets/js/pack.9dc6883564ec9354c89d.js.map +1 -0
  156. data/assets/templates/alert.html +9 -0
  157. data/assets/templates/cart.html +67 -0
  158. data/assets/templates/confirmation.html +67 -0
  159. data/assets/templates/payment_methods.html +64 -0
  160. data/assets/templates/recover_order.html +13 -0
  161. data/assets/templates/results.html +53 -0
  162. data/assets/templates/shipping_methods.html +38 -0
  163. metadata +568 -0
@@ -0,0 +1,1560 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg
3
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
4
+ xmlns:cc="http://creativecommons.org/ns#"
5
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
6
+ xmlns:svg="http://www.w3.org/2000/svg"
7
+ xmlns="http://www.w3.org/2000/svg"
8
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
9
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
10
+ width="62.214577mm"
11
+ height="42.498436mm"
12
+ viewBox="0 0 62.214577 42.498436"
13
+ version="1.1"
14
+ id="svg1702"
15
+ inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)"
16
+ sodipodi:docname="logo.svg">
17
+ <defs
18
+ id="defs1696">
19
+ <clipPath
20
+ clipPathUnits="userSpaceOnUse"
21
+ id="clipPath13119">
22
+ <path
23
+ d="M 0,1200 H 1921 V 0 H 0 Z"
24
+ id="path13117" />
25
+ </clipPath>
26
+ </defs>
27
+ <sodipodi:namedview
28
+ id="base"
29
+ pagecolor="#ffffff"
30
+ bordercolor="#666666"
31
+ borderopacity="1.0"
32
+ inkscape:pageopacity="0.0"
33
+ inkscape:pageshadow="2"
34
+ inkscape:zoom="0.35"
35
+ inkscape:cx="277.57086"
36
+ inkscape:cy="237.45486"
37
+ inkscape:document-units="mm"
38
+ inkscape:current-layer="layer1"
39
+ inkscape:document-rotation="0"
40
+ showgrid="false"
41
+ inkscape:window-width="1366"
42
+ inkscape:window-height="731"
43
+ inkscape:window-x="0"
44
+ inkscape:window-y="0"
45
+ inkscape:window-maximized="0" />
46
+ <metadata
47
+ id="metadata1699">
48
+ <rdf:RDF>
49
+ <cc:Work
50
+ rdf:about="">
51
+ <dc:format>image/svg+xml</dc:format>
52
+ <dc:type
53
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
54
+ <dc:title></dc:title>
55
+ </cc:Work>
56
+ </rdf:RDF>
57
+ </metadata>
58
+ <g
59
+ inkscape:label="Capa 1"
60
+ inkscape:groupmode="layer"
61
+ id="layer1"
62
+ transform="translate(-32.392711,-85.340069)">
63
+ <g
64
+ id="g13113"
65
+ transform="matrix(0.1570193,0,0,-0.1570193,-38.4499,204.97948)">
66
+ <g
67
+ id="g13115"
68
+ clip-path="url(#clipPath13119)">
69
+ <g
70
+ id="g13121"
71
+ transform="translate(489.0181,731.4984)">
72
+ <path
73
+ d="m 0,0 c -2.323,0 -4.499,-0.297 -6.525,-0.889 -2.028,-0.592 -3.77,-1.434 -5.228,-2.528 -1.458,-1.093 -2.608,-2.415 -3.451,-3.963 -0.843,-1.55 -1.264,-3.258 -1.264,-5.125 0,-1.868 0.421,-3.577 1.264,-5.125 0.843,-1.549 1.993,-2.87 3.451,-3.964 1.458,-1.093 3.2,-1.946 5.228,-2.561 2.026,-0.616 4.202,-0.923 6.525,-0.923 v -0.068 c 1.321,-0.137 1.982,-0.821 1.982,-2.05 v -6.697 c 0,-0.639 -0.171,-1.151 -0.513,-1.537 C 1.128,-35.818 0.638,-36.057 0,-36.147 v -0.069 H -0.341 -0.41 v 0.069 c -4.51,0.043 -8.587,0.59 -12.232,1.639 -3.645,1.047 -6.764,2.596 -9.361,4.647 -2.596,2.049 -4.59,4.554 -5.979,7.516 -1.39,2.96 -2.084,6.378 -2.084,10.25 0,3.781 0.706,7.141 2.118,10.079 1.411,2.938 3.428,5.409 6.048,7.414 2.619,2.004 5.784,3.53 9.498,4.578 3.712,1.047 7.846,1.572 12.402,1.572 0.547,0 1.013,-0.171 1.401,-0.513 C 1.788,10.693 1.982,10.294 1.982,9.84 V 2.187 C 1.982,1.503 1.845,0.967 1.572,0.581 1.298,0.192 0.774,0 0,0"
74
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:nonzero;stroke:none"
75
+ id="path13123" />
76
+ </g>
77
+ <g
78
+ id="g13125"
79
+ transform="translate(534.8545,719.0844)">
80
+ <path
81
+ d="m 0,0 c 0,1.971 -0.196,3.771 -0.585,5.399 -0.39,1.628 -1.066,3.016 -2.029,4.163 -0.963,1.145 -2.26,2.04 -3.887,2.682 -1.628,0.642 -3.68,0.963 -6.157,0.963 -2.476,0 -4.529,-0.321 -6.156,-0.963 -1.629,-0.642 -2.924,-1.537 -3.887,-2.682 C -23.664,8.415 -24.33,7.027 -24.696,5.399 -25.064,3.771 -25.247,1.971 -25.247,0 c 0,-1.973 0.183,-3.773 0.551,-5.4 0.366,-1.629 1.032,-3.028 1.995,-4.197 0.963,-1.17 2.258,-2.088 3.887,-2.752 1.627,-0.665 3.68,-0.997 6.156,-0.997 2.477,0 4.529,0.332 6.157,0.997 1.627,0.664 2.924,1.582 3.887,2.752 0.963,1.169 1.639,2.568 2.029,4.197 C -0.196,-3.773 0,-1.973 0,0 m -39.761,0.344 c 0,3.851 0.492,7.279 1.479,10.284 0.985,3.003 2.568,5.525 4.746,7.566 2.178,2.041 4.976,3.588 8.393,4.644 3.415,1.055 7.578,1.582 12.485,1.582 4.861,0 9.012,-0.527 12.451,-1.582 3.44,-1.056 6.249,-2.603 8.427,-4.644 2.178,-2.041 3.76,-4.563 4.747,-7.566 0.986,-3.005 1.479,-6.433 1.479,-10.284 0,-3.899 -0.493,-7.351 -1.479,-10.354 -0.987,-3.004 -2.569,-5.526 -4.747,-7.566 -2.178,-2.042 -4.987,-3.59 -8.427,-4.644 -3.439,-1.055 -7.59,-1.582 -12.451,-1.582 -4.907,0 -9.07,0.527 -12.485,1.582 -3.417,1.054 -6.215,2.602 -8.393,4.644 -2.178,2.04 -3.761,4.562 -4.746,7.566 -0.987,3.003 -1.479,6.455 -1.479,10.354"
82
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:nonzero;stroke:none"
83
+ id="path13127" />
84
+ </g>
85
+ <g
86
+ id="g13129"
87
+ transform="translate(585.2588,743.017)">
88
+ <path
89
+ d="m 0,0 c 0.505,-0.32 0.759,-0.847 0.76,-1.58 l 0.001,-0.482 0.017,-7.979 0.001,-0.413 c 0.001,-0.55 -0.216,-1.032 -0.651,-1.446 -0.435,-0.414 -0.973,-0.621 -1.614,-0.622 l -3.096,-0.007 c -2.338,-0.143 -4.242,-0.48 -5.708,-1.01 -1.467,-0.531 -2.611,-1.256 -3.435,-2.174 -0.823,-0.92 -1.383,-2.045 -1.678,-3.375 -0.296,-1.331 -0.441,-2.868 -0.437,-4.61 l 0.029,-13.414 0.019,-8.737 c 0,-0.596 -0.216,-1.089 -0.651,-1.48 -0.435,-0.39 -0.974,-0.586 -1.615,-0.588 l -9.7,-0.021 c -0.643,0 -1.181,0.194 -1.618,0.582 -0.437,0.388 -0.655,0.88 -0.656,1.477 l -0.019,8.736 v 0.206 l -0.063,29.306 v 0.069 l -0.013,5.916 c -0.001,0.55 0.215,1.033 0.65,1.446 0.435,0.414 0.973,0.621 1.616,0.622 l 9.699,0.02 c 0.642,0.002 1.193,-0.203 1.653,-0.615 0.459,-0.411 0.69,-0.892 0.691,-1.443 l 0.006,-3.027 c 0.548,1.01 1.372,1.836 2.471,2.483 1.1,0.643 2.313,1.15 3.643,1.52 1.329,0.37 2.704,0.625 4.126,0.766 1.42,0.141 2.727,0.235 3.921,0.283 l 0.068,0.001 0.069,0.069 C -1.01,0.479 -0.506,0.319 0,0"
90
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:nonzero;stroke:none"
91
+ id="path13131" />
92
+ </g>
93
+ <g
94
+ id="g13133"
95
+ transform="translate(623.0249,743.0912)">
96
+ <path
97
+ d="m 0,0 c 0.505,-0.32 0.759,-0.847 0.76,-1.58 l 0.001,-0.482 0.017,-7.979 0.001,-0.413 c 0.001,-0.55 -0.216,-1.032 -0.651,-1.446 -0.435,-0.414 -0.973,-0.621 -1.614,-0.622 l -3.096,-0.007 c -2.338,-0.143 -4.242,-0.48 -5.708,-1.01 -1.467,-0.531 -2.611,-1.256 -3.435,-2.174 -0.823,-0.92 -1.383,-2.045 -1.678,-3.375 -0.296,-1.331 -0.441,-2.868 -0.437,-4.61 l 0.028,-13.414 0.02,-8.737 c 0,-0.596 -0.217,-1.089 -0.651,-1.48 -0.435,-0.39 -0.974,-0.586 -1.615,-0.588 l -9.7,-0.021 c -0.643,0 -1.181,0.194 -1.618,0.582 -0.437,0.388 -0.655,0.88 -0.656,1.477 l -0.019,8.736 v 0.206 l -0.063,29.306 v 0.069 l -0.013,5.916 c -0.001,0.55 0.215,1.033 0.65,1.446 0.435,0.414 0.973,0.621 1.616,0.622 l 9.699,0.02 c 0.642,0.002 1.193,-0.203 1.653,-0.615 0.459,-0.411 0.69,-0.892 0.691,-1.443 l 0.006,-3.027 c 0.548,1.01 1.372,1.836 2.471,2.483 1.1,0.643 2.313,1.15 3.643,1.52 1.328,0.37 2.704,0.625 4.126,0.766 1.42,0.141 2.727,0.235 3.92,0.283 l 0.069,0.001 0.069,0.069 C -1.01,0.479 -0.506,0.319 0,0"
98
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:nonzero;stroke:none"
99
+ id="path13135" />
100
+ </g>
101
+ <g
102
+ id="g13137"
103
+ transform="translate(644.3955,697.4838)">
104
+ <path
105
+ d="M 0,0 C 0,-0.551 -0.218,-1.032 -0.653,-1.445 -1.09,-1.857 -1.628,-2.064 -2.27,-2.064 h -9.7 c -0.642,0 -1.193,0.207 -1.651,0.619 -0.459,0.413 -0.688,0.894 -0.688,1.445 v 44.026 c 0,0.55 0.229,1.032 0.688,1.445 0.458,0.413 1.009,0.619 1.651,0.619 h 9.7 c 0.642,0 1.18,-0.206 1.617,-0.619 C -0.218,45.058 0,44.576 0,44.026 Z m 0,53.52 c 0,-0.597 -0.23,-1.09 -0.688,-1.48 -0.459,-0.39 -1.009,-0.585 -1.651,-0.585 h -9.631 c -0.642,0 -1.193,0.195 -1.651,0.585 -0.459,0.39 -0.688,0.883 -0.688,1.48 v 8.874 c 0,0.549 0.229,1.031 0.688,1.444 0.458,0.413 1.009,0.619 1.651,0.619 h 9.631 c 0.642,0 1.192,-0.206 1.651,-0.619 C -0.23,63.425 0,62.943 0,62.394 Z"
106
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:nonzero;stroke:none"
107
+ id="path13139" />
108
+ </g>
109
+ <g
110
+ id="g13141"
111
+ transform="translate(687.5962,724.1058)">
112
+ <path
113
+ d="m 0,0 c -0.093,1.329 -0.275,2.556 -0.551,3.68 -0.275,1.124 -0.768,2.087 -1.479,2.889 -0.711,0.802 -1.72,1.433 -3.026,1.892 -1.307,0.458 -3.062,0.688 -5.263,0.688 -2.201,0 -4.036,-0.218 -5.503,-0.654 C -17.291,8.06 -18.505,7.452 -19.468,6.673 -20.431,5.893 -21.153,4.941 -21.635,3.817 -22.117,2.693 -22.45,1.421 -22.632,0 Z m -9.837,19.398 c 3.714,0 6.879,-0.343 9.493,-1.031 2.614,-0.688 4.769,-1.663 6.466,-2.924 1.696,-1.261 3.015,-2.763 3.956,-4.505 0.939,-1.744 1.627,-3.681 2.064,-5.813 0.435,-2.133 0.675,-4.403 0.722,-6.811 0.045,-2.408 0.045,-4.896 0,-7.463 h -35.496 c 0.182,-1.376 0.538,-2.638 1.066,-3.784 0.526,-1.147 1.283,-2.132 2.27,-2.958 0.985,-0.826 2.246,-1.457 3.783,-1.891 1.536,-0.437 3.45,-0.655 5.744,-0.655 1.972,0 3.623,0.092 4.954,0.276 1.329,0.182 2.499,0.447 3.508,0.791 1.008,0.344 1.926,0.757 2.751,1.238 0.826,0.482 1.72,1.043 2.683,1.686 0.551,0.413 1.089,0.595 1.617,0.55 0.527,-0.046 0.974,-0.322 1.341,-0.826 l 3.99,-5.159 c 0.595,-0.734 0.963,-1.272 1.101,-1.616 0.137,-0.345 -0.253,-0.838 -1.17,-1.48 -0.092,-0.092 -0.183,-0.161 -0.275,-0.206 -1.606,-1.1 -3.107,-2.006 -4.505,-2.717 -1.4,-0.711 -2.879,-1.285 -4.437,-1.72 -1.56,-0.437 -3.257,-0.746 -5.091,-0.929 -1.835,-0.183 -3.99,-0.274 -6.467,-0.274 -5.503,0 -9.986,0.641 -13.448,1.926 -3.464,1.283 -6.157,3.026 -8.083,5.228 -1.927,2.201 -3.245,4.757 -3.956,7.67 -0.711,2.912 -1.066,6.02 -1.066,9.321 0,3.209 0.355,6.271 1.066,9.184 0.711,2.911 2.04,5.469 3.99,7.67 1.949,2.201 4.643,3.955 8.083,5.262 3.44,1.307 7.888,1.96 13.346,1.96"
114
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:nonzero;stroke:none"
115
+ id="path13143" />
116
+ </g>
117
+ <g
118
+ id="g13145"
119
+ transform="translate(735.8179,743.7797)">
120
+ <path
121
+ d="m 0,0 c 3.577,0 6.466,-0.471 8.667,-1.41 2.202,-0.941 3.91,-2.27 5.125,-3.989 1.215,-1.721 2.041,-3.796 2.477,-6.226 0.436,-2.432 0.653,-5.114 0.653,-8.049 v -17.886 -8.117 -0.757 c 0,-0.55 -0.217,-1.032 -0.653,-1.444 -0.436,-0.413 -0.975,-0.619 -1.617,-0.619 H 6.191 c -0.643,0 -1.181,0.206 -1.616,0.619 -0.437,0.412 -0.654,0.894 -0.654,1.444 v 0.757 23.389 c 0,1.421 -0.081,2.752 -0.241,3.99 -0.161,1.238 -0.528,2.292 -1.1,3.164 -0.574,0.871 -1.434,1.559 -2.58,2.064 -1.147,0.504 -2.707,0.757 -4.678,0.757 -2.294,0 -4.127,-0.253 -5.503,-0.757 -1.376,-0.505 -2.442,-1.228 -3.199,-2.167 -0.757,-0.941 -1.262,-2.053 -1.513,-3.336 -0.253,-1.284 -0.378,-2.707 -0.378,-4.266 v -14.515 -0.206 -8.874 c 0,-0.55 -0.219,-1.032 -0.654,-1.444 -0.436,-0.413 -0.975,-0.619 -1.617,-0.619 h -8.53 c -0.643,0 -1.181,0.206 -1.616,0.619 -0.437,0.412 -0.654,0.894 -0.654,1.444 v 2.821 6.053 26.553 8.875 0.275 c 0.092,0.504 0.355,0.928 0.791,1.272 0.435,0.345 0.929,0.517 1.479,0.517 h 8.53 c 0.642,0 1.181,-0.197 1.617,-0.585 0.435,-0.391 0.654,-0.884 0.654,-1.479 v -2.889 c 0.595,0.687 1.145,1.341 1.65,1.96 0.504,0.62 1.249,1.146 2.236,1.582 0.986,0.435 2.35,0.792 4.093,1.067 C -5.549,-0.138 -3.119,0 0,0"
122
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:nonzero;stroke:none"
123
+ id="path13147" />
124
+ </g>
125
+ <g
126
+ id="g13149"
127
+ transform="translate(791.6411,705.9789)">
128
+ <path
129
+ d="m 0,0 c 0.436,-0.39 0.654,-0.883 0.654,-1.479 v -7.085 c 0,-0.505 -0.196,-0.941 -0.585,-1.307 -0.39,-0.368 -0.86,-0.597 -1.41,-0.689 -0.047,-0.045 -0.138,-0.068 -0.276,-0.068 h -5.916 -1.169 -0.275 -0.275 c -2.89,0.092 -5.287,0.447 -7.189,1.066 -1.904,0.62 -3.429,1.537 -4.575,2.752 -1.147,1.214 -1.96,2.74 -2.442,4.575 -0.481,1.834 -0.722,4.012 -0.722,6.535 v 26.416 h -5.71 c -0.596,0 -1.1,0.228 -1.513,0.687 -0.413,0.458 -0.619,1.009 -0.619,1.652 v 0.481 6.192 c 0,0.641 0.206,1.179 0.619,1.616 0.413,0.435 0.894,0.653 1.445,0.653 h 6.397 v 11.694 c 0,0.596 0.217,1.089 0.654,1.48 0.435,0.389 0.973,0.585 1.616,0.585 h 8.049 c 0.641,0 1.18,-0.196 1.617,-0.585 0.435,-0.391 0.653,-0.884 0.653,-1.48 V 41.997 h 9.218 c 0.55,0 1.032,-0.229 1.444,-0.687 0.414,-0.459 0.62,-1.01 0.62,-1.652 v -6.603 c 0,-0.643 -0.206,-1.194 -0.62,-1.652 -0.412,-0.459 -0.894,-0.687 -1.444,-0.687 h -9.218 V 6.226 c 0,-0.826 0.034,-1.56 0.103,-2.202 C -10.8,3.382 -10.605,2.82 -10.284,2.339 -9.964,1.857 -9.517,1.468 -8.943,1.17 -8.37,0.871 -7.556,0.677 -6.5,0.585 h 4.883 C -0.975,0.585 -0.436,0.39 0,0"
130
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:nonzero;stroke:none"
131
+ id="path13151" />
132
+ </g>
133
+ <g
134
+ id="g13153"
135
+ transform="translate(834.4961,724.1058)">
136
+ <path
137
+ d="m 0,0 c -0.093,1.329 -0.275,2.556 -0.551,3.68 -0.275,1.124 -0.768,2.087 -1.479,2.889 -0.711,0.802 -1.72,1.433 -3.026,1.892 -1.307,0.458 -3.062,0.688 -5.263,0.688 -2.201,0 -4.036,-0.218 -5.503,-0.654 C -17.291,8.06 -18.505,7.452 -19.468,6.673 -20.431,5.893 -21.153,4.941 -21.635,3.817 -22.117,2.693 -22.45,1.421 -22.632,0 Z m -9.837,19.398 c 3.714,0 6.879,-0.343 9.493,-1.031 2.614,-0.688 4.769,-1.663 6.466,-2.924 1.696,-1.261 3.015,-2.763 3.956,-4.505 0.939,-1.744 1.627,-3.681 2.064,-5.813 0.435,-2.133 0.675,-4.403 0.722,-6.811 0.045,-2.408 0.045,-4.896 0,-7.463 h -35.496 c 0.182,-1.376 0.538,-2.638 1.066,-3.784 0.526,-1.147 1.283,-2.132 2.27,-2.958 0.985,-0.826 2.246,-1.457 3.783,-1.891 1.536,-0.437 3.45,-0.655 5.744,-0.655 1.972,0 3.623,0.092 4.954,0.276 1.329,0.182 2.499,0.447 3.508,0.791 1.008,0.344 1.926,0.757 2.751,1.238 0.826,0.482 1.72,1.043 2.683,1.686 0.551,0.413 1.089,0.595 1.617,0.55 0.527,-0.046 0.974,-0.322 1.341,-0.826 l 3.99,-5.159 c 0.595,-0.734 0.963,-1.272 1.101,-1.616 0.137,-0.345 -0.253,-0.838 -1.17,-1.48 -0.092,-0.092 -0.183,-0.161 -0.275,-0.206 -1.606,-1.1 -3.107,-2.006 -4.505,-2.717 -1.4,-0.711 -2.879,-1.285 -4.437,-1.72 -1.56,-0.437 -3.257,-0.746 -5.091,-0.929 -1.835,-0.183 -3.99,-0.274 -6.467,-0.274 -5.503,0 -9.986,0.641 -13.448,1.926 -3.464,1.283 -6.157,3.026 -8.083,5.228 -1.927,2.201 -3.245,4.757 -3.956,7.67 -0.711,2.912 -1.066,6.02 -1.066,9.321 0,3.209 0.355,6.271 1.066,9.184 0.711,2.911 2.04,5.469 3.99,7.67 1.949,2.201 4.643,3.955 8.083,5.262 3.44,1.307 7.888,1.96 13.346,1.96"
138
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:nonzero;stroke:none"
139
+ id="path13155" />
140
+ </g>
141
+ <g
142
+ id="g13157"
143
+ transform="translate(470.04,689.8588)">
144
+ <path
145
+ d="m 0,0 c 0.556,0 1.033,-0.179 1.431,-0.536 0.397,-0.359 0.596,-0.776 0.596,-1.253 v -7.69 c 0,-0.517 -0.199,-0.945 -0.596,-1.283 C 1.033,-11.1 0.556,-11.268 0,-11.268 h -7.81 c -0.557,0 -1.034,0.168 -1.431,0.506 -0.398,0.338 -0.596,0.766 -0.596,1.283 v 7.69 c 0,0.477 0.198,0.894 0.596,1.253 C -8.844,-0.179 -8.367,0 -7.81,0 Z m 0,-15.858 c 0.556,0 1.033,-0.17 1.431,-0.507 0.397,-0.338 0.596,-0.766 0.596,-1.282 V -57.83 c 0,-2.703 -0.14,-5.038 -0.418,-7.006 -0.278,-1.967 -0.874,-3.597 -1.788,-4.889 -0.915,-1.291 -2.256,-2.254 -4.024,-2.891 -1.769,-0.635 -4.164,-0.954 -7.184,-0.954 h -4.949 c -0.557,0 -1.023,0.17 -1.401,0.507 -0.378,0.338 -0.566,0.746 -0.566,1.222 v 6.439 c 0,0.477 0.188,0.894 0.566,1.252 0.378,0.358 0.844,0.537 1.401,0.537 h 3.696 c 0.716,0 1.272,0.109 1.67,0.328 0.397,0.219 0.685,0.556 0.865,1.013 0.178,0.458 0.287,1.053 0.327,1.789 0.039,0.736 0.06,1.62 0.06,2.653 v 40.183 c 0,0.516 0.188,0.944 0.566,1.282 0.378,0.337 0.844,0.507 1.402,0.507 z"
146
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:nonzero;stroke:none"
147
+ id="path13159" />
148
+ </g>
149
+ <g
150
+ id="g13161"
151
+ transform="translate(517.6455,672.4496)">
152
+ <path
153
+ d="m 0,0 c 0.377,-0.357 0.566,-0.774 0.566,-1.252 v -1.192 -6.022 -12.519 c 0,-3.538 -0.278,-6.579 -0.835,-9.122 -0.557,-2.544 -1.56,-4.621 -3.01,-6.23 -1.451,-1.61 -3.449,-2.793 -5.992,-3.548 -2.544,-0.756 -5.783,-1.133 -9.718,-1.133 -3.935,0 -7.184,0.377 -9.747,1.133 -2.564,0.755 -4.582,1.938 -6.052,3.548 -1.471,1.609 -2.495,3.676 -3.07,6.2 -0.577,2.524 -0.865,5.554 -0.865,9.092 v 12.579 4.412 2.802 c 0,0.478 0.188,0.895 0.567,1.252 0.377,0.358 0.843,0.537 1.401,0.537 h 1.132 5.545 0.835 c 0.556,0 1.033,-0.179 1.431,-0.537 0.396,-0.357 0.596,-0.774 0.596,-1.252 v -7.214 c 0,-0.04 -0.021,-0.08 -0.06,-0.119 v -12.698 c 0,-1.432 0.049,-2.753 0.149,-3.965 0.099,-1.213 0.418,-2.246 0.954,-3.101 0.537,-0.854 1.371,-1.52 2.504,-1.997 1.133,-0.476 2.713,-0.716 4.74,-0.716 2.027,0 3.596,0.24 4.71,0.716 1.112,0.477 1.937,1.153 2.474,2.028 0.537,0.874 0.854,1.917 0.954,3.13 0.099,1.211 0.149,2.533 0.149,3.964 v 12.758 7.214 c 0,0.478 0.188,0.895 0.566,1.252 0.378,0.358 0.844,0.537 1.401,0.537 h 1.014 3.517 2.743 C -0.845,0.537 -0.378,0.358 0,0"
154
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:nonzero;stroke:none"
155
+ id="path13163" />
156
+ </g>
157
+ <g
158
+ id="g13165"
159
+ transform="translate(547.0068,640.6136)">
160
+ <path
161
+ d="m 0,0 c 4.332,0 7.611,1.003 9.837,3.011 2.226,2.007 3.339,4.718 3.339,8.137 0,1.709 -0.17,3.269 -0.507,4.681 -0.338,1.41 -0.924,2.623 -1.759,3.637 -0.834,1.013 -1.958,1.798 -3.368,2.354 -1.412,0.557 -3.19,0.835 -5.336,0.835 -2.146,0 -4.045,-0.278 -5.694,-0.835 -1.649,-0.556 -3.031,-1.341 -4.143,-2.354 -1.113,-1.014 -1.948,-2.227 -2.504,-3.637 -0.557,-1.412 -0.835,-2.972 -0.835,-4.681 0,-1.709 0.169,-3.249 0.507,-4.62 0.337,-1.371 0.924,-2.544 1.759,-3.517 C -7.87,2.036 -6.747,1.291 -5.336,0.774 -3.925,0.258 -2.146,0 0,0 m 25.219,-7.512 c 0,-0.517 -0.199,-0.945 -0.596,-1.282 -0.398,-0.338 -0.875,-0.507 -1.431,-0.507 h -8.466 c -0.557,0 -1.034,0.039 -1.431,0.119 -0.398,0.079 -0.596,0.358 -0.596,0.835 v 1.848 C 11.109,-7.135 9.291,-7.78 7.244,-8.437 5.196,-9.092 2.921,-9.42 0.417,-9.42 c -4.253,0 -7.85,0.456 -10.791,1.371 -2.941,0.914 -5.335,2.245 -7.184,3.994 -1.848,1.749 -3.19,3.925 -4.024,6.529 -0.835,2.603 -1.252,5.594 -1.252,8.972 0,3.378 0.427,6.369 1.282,8.973 0.854,2.603 2.225,4.8 4.114,6.588 1.887,1.789 4.312,3.139 7.273,4.055 2.96,0.914 6.567,1.371 10.821,1.371 2.504,0 4.74,-0.16 6.707,-0.477 1.968,-0.319 3.726,-0.775 5.276,-1.372 v 16.038 h 0.06 c 0.039,0.477 0.239,0.884 0.596,1.222 0.358,0.338 0.814,0.507 1.372,0.507 h 8.525 c 0.556,0 1.014,-0.169 1.371,-0.507 0.358,-0.338 0.576,-0.745 0.656,-1.222 v -0.059 -0.06 -5.068 -0.06 -45.966 z"
162
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:nonzero;stroke:none"
163
+ id="path13167" />
164
+ </g>
165
+ <g
166
+ id="g13169"
167
+ transform="translate(591.7808,633.1019)">
168
+ <path
169
+ d="M 0,0 C 0,-0.478 -0.189,-0.895 -0.566,-1.253 -0.945,-1.61 -1.412,-1.789 -1.968,-1.789 h -8.406 c -0.557,0 -1.034,0.179 -1.431,0.536 -0.398,0.358 -0.596,0.775 -0.596,1.253 v 38.155 c 0,0.478 0.198,0.895 0.596,1.252 0.397,0.359 0.874,0.537 1.431,0.537 h 8.406 c 0.556,0 1.023,-0.178 1.402,-0.537 C -0.189,39.05 0,38.633 0,38.155 Z m 0,46.383 c 0,-0.517 -0.2,-0.945 -0.596,-1.281 -0.398,-0.339 -0.875,-0.507 -1.431,-0.507 h -8.347 c -0.557,0 -1.034,0.168 -1.431,0.507 -0.398,0.336 -0.596,0.764 -0.596,1.281 v 7.691 c 0,0.477 0.198,0.894 0.596,1.252 0.397,0.358 0.874,0.536 1.431,0.536 h 8.347 c 0.556,0 1.033,-0.178 1.431,-0.536 C -0.2,54.968 0,54.551 0,54.074 Z"
170
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:nonzero;stroke:none"
171
+ id="path13171" />
172
+ </g>
173
+ <g
174
+ id="g13173"
175
+ transform="translate(624.8682,662.7914)">
176
+ <path
177
+ d="m 0,0 c -2.027,0 -3.925,-0.259 -5.693,-0.774 -1.769,-0.518 -3.29,-1.252 -4.561,-2.206 -1.273,-0.955 -2.276,-2.108 -3.011,-3.458 -0.736,-1.352 -1.103,-2.842 -1.103,-4.472 0,-1.63 0.367,-3.12 1.103,-4.472 0.735,-1.351 1.738,-2.504 3.011,-3.457 1.271,-0.954 2.792,-1.699 4.561,-2.236 1.768,-0.536 3.666,-0.805 5.693,-0.805 v -0.059 c 1.152,-0.12 1.729,-0.716 1.729,-1.789 v -5.842 c 0,-0.558 -0.149,-1.005 -0.447,-1.342 C 0.984,-31.25 0.556,-31.459 0,-31.538 v -0.06 h -0.298 -0.059 v 0.06 c -3.935,0.039 -7.493,0.516 -10.672,1.431 -3.18,0.914 -5.903,2.265 -8.168,4.054 -2.266,1.788 -4.005,3.974 -5.217,6.558 -1.212,2.583 -1.818,5.564 -1.818,8.943 0,3.298 0.616,6.23 1.848,8.793 1.232,2.565 2.99,4.72 5.276,6.469 2.285,1.749 5.047,3.08 8.287,3.995 3.239,0.913 6.846,1.371 10.821,1.371 0.477,0 0.884,-0.149 1.222,-0.447 C 1.56,9.331 1.729,8.982 1.729,8.586 V 1.908 C 1.729,1.312 1.61,0.845 1.372,0.507 1.133,0.169 0.675,0 0,0"
178
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:nonzero;stroke:none"
179
+ id="path13175" />
180
+ </g>
181
+ <g
182
+ id="g13177"
183
+ transform="translate(646.1519,633.1019)">
184
+ <path
185
+ d="M 0,0 C 0,-0.478 -0.189,-0.895 -0.566,-1.253 -0.945,-1.61 -1.412,-1.789 -1.968,-1.789 h -8.406 c -0.557,0 -1.034,0.179 -1.431,0.536 -0.398,0.358 -0.596,0.775 -0.596,1.253 v 38.155 c 0,0.478 0.198,0.895 0.596,1.252 0.397,0.359 0.874,0.537 1.431,0.537 h 8.406 c 0.556,0 1.023,-0.178 1.402,-0.537 C -0.189,39.05 0,38.633 0,38.155 Z m 0,46.383 c 0,-0.517 -0.2,-0.945 -0.596,-1.281 -0.398,-0.339 -0.875,-0.507 -1.431,-0.507 h -8.347 c -0.557,0 -1.034,0.168 -1.431,0.507 -0.398,0.336 -0.596,0.764 -0.596,1.281 v 7.691 c 0,0.477 0.198,0.894 0.596,1.252 0.397,0.358 0.874,0.536 1.431,0.536 h 8.347 c 0.556,0 1.033,-0.178 1.431,-0.536 C -0.2,54.968 0,54.551 0,54.074 Z"
186
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:nonzero;stroke:none"
187
+ id="path13179" />
188
+ </g>
189
+ <g
190
+ id="g13181"
191
+ transform="translate(679.3589,650.0931)">
192
+ <path
193
+ d="m 0,0 h -0.954 c -3.538,0 -6.34,-0.08 -8.406,-0.238 -2.068,-0.16 -3.658,-0.448 -4.77,-0.866 -1.113,-0.417 -1.828,-0.973 -2.146,-1.668 -0.319,-0.697 -0.477,-1.581 -0.477,-2.654 0,-1.511 0.486,-2.753 1.461,-3.725 0.973,-0.975 2.732,-1.461 5.276,-1.461 3.497,0 6.041,0.784 7.631,2.354 C -0.796,-6.687 0,-4.433 0,-1.491 Z m 13.712,-17.052 c 0,-0.556 -0.06,-0.973 -0.179,-1.252 -0.119,-0.278 -0.397,-0.437 -0.834,-0.476 v -0.06 h -3.28 c -2.107,0 -3.706,0.377 -4.799,1.133 -1.094,0.755 -2.037,1.908 -2.831,3.458 -0.398,-1.113 -0.995,-1.968 -1.789,-2.563 -0.796,-0.597 -1.779,-1.035 -2.951,-1.312 -1.173,-0.279 -2.534,-0.447 -4.084,-0.507 -1.55,-0.059 -3.279,-0.09 -5.187,-0.09 -3.1,0 -5.625,0.318 -7.572,0.954 -1.948,0.635 -3.468,1.51 -4.56,2.623 -1.094,1.113 -1.849,2.424 -2.266,3.935 -0.418,1.511 -0.626,3.14 -0.626,4.889 0,2.822 0.507,5.136 1.52,6.946 1.014,1.808 2.564,3.228 4.65,4.263 2.087,1.033 4.74,1.748 7.96,2.146 3.219,0.397 7.054,0.596 11.506,0.596 H 0 c 0,0.874 -0.09,1.659 -0.269,2.355 -0.178,0.695 -0.546,1.261 -1.103,1.7 -0.557,0.436 -1.361,0.774 -2.414,1.012 -1.054,0.24 -2.435,0.359 -4.144,0.359 -1.669,0 -3.229,-0.17 -4.68,-0.507 -1.451,-0.339 -2.772,-0.745 -3.964,-1.223 -0.636,-0.238 -1.252,-0.516 -1.848,-0.834 -0.597,-0.319 -1.173,-0.637 -1.729,-0.954 l -1.193,-0.716 c -0.04,-0.08 -0.139,-0.159 -0.298,-0.238 -0.04,-0.04 -0.07,-0.06 -0.089,-0.06 -0.021,0 -0.051,-0.02 -0.09,-0.059 l -0.059,-0.06 c -0.319,-0.159 -0.597,-0.199 -0.835,-0.119 -0.239,0.079 -0.497,0.337 -0.775,0.775 l -3.1,5.783 c -0.319,0.477 -0.477,0.884 -0.477,1.222 0,0.337 0.218,0.665 0.655,0.984 l 0.537,0.357 c 2.027,1.391 4.044,2.454 6.051,3.19 2.007,0.735 4.203,1.282 6.588,1.639 2.028,0.359 4.193,0.537 6.499,0.537 3.616,0 6.548,-0.297 8.794,-0.894 2.245,-0.596 4.004,-1.53 5.276,-2.802 1.271,-1.272 2.136,-2.912 2.593,-4.919 0.457,-2.008 0.686,-4.422 0.686,-7.243 V -5.187 -7.214 c 0,-0.477 0.069,-0.835 0.209,-1.073 0.138,-0.238 0.347,-0.398 0.626,-0.478 0.277,-0.08 0.695,-0.119 1.252,-0.119 v -0.059 c 0.317,-0.04 0.566,-0.16 0.745,-0.358 0.179,-0.199 0.268,-0.556 0.268,-1.073 z"
194
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:nonzero;stroke:none"
195
+ id="path13183" />
196
+ </g>
197
+ <g
198
+ id="g13185"
199
+ transform="translate(715.1592,641.7758)">
200
+ <path
201
+ d="m 0,0 c 0.377,-0.338 0.566,-0.745 0.566,-1.222 v -7.452 c 0,-0.517 -0.189,-0.954 -0.566,-1.312 -0.378,-0.358 -0.845,-0.536 -1.401,-0.536 h -4.65 -0.06 -7.75 c -0.637,0 -1.173,0.198 -1.61,0.595 -0.438,0.398 -0.656,0.874 -0.656,1.432 v 4.173 0.059 44.775 4.829 c 0,0.476 0.188,0.893 0.566,1.252 0.378,0.357 0.844,0.536 1.401,0.536 h 8.407 c 0.556,0 1.023,-0.179 1.401,-0.536 0.377,-0.359 0.566,-0.776 0.566,-1.252 V 36.815 4.203 c 0,-1.391 0.039,-2.346 0.119,-2.861 0.08,-0.518 0.597,-0.776 1.55,-0.776 h 0.657 0.119 C -0.825,0.526 -0.378,0.338 0,0"
202
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:nonzero;stroke:none"
203
+ id="path13187" />
204
+ </g>
205
+ <g
206
+ id="g13189"
207
+ transform="translate(753.166,656.1742)">
208
+ <path
209
+ d="m 0,0 c -0.08,1.152 -0.239,2.215 -0.477,3.189 -0.239,0.974 -0.666,1.809 -1.282,2.504 -0.616,0.696 -1.491,1.243 -2.623,1.64 -1.133,0.396 -2.653,0.596 -4.561,0.596 -1.908,0 -3.498,-0.189 -4.769,-0.567 C -14.985,6.984 -16.038,6.458 -16.873,5.783 -17.707,5.106 -18.333,4.282 -18.75,3.309 -19.167,2.334 -19.457,1.231 -19.615,0 Z m -8.526,16.812 c 3.22,0 5.962,-0.297 8.228,-0.894 2.265,-0.596 4.133,-1.441 5.604,-2.533 1.47,-1.094 2.613,-2.396 3.428,-3.906 0.814,-1.51 1.411,-3.189 1.788,-5.038 0.378,-1.848 0.586,-3.815 0.626,-5.902 0.04,-2.087 0.04,-4.243 0,-6.469 h -30.763 c 0.158,-1.192 0.467,-2.286 0.924,-3.279 0.457,-0.993 1.112,-1.848 1.968,-2.563 0.854,-0.715 1.947,-1.262 3.279,-1.64 1.331,-0.378 2.99,-0.567 4.978,-0.567 1.708,0 3.139,0.081 4.293,0.24 1.152,0.158 2.165,0.386 3.04,0.685 0.874,0.298 1.669,0.656 2.385,1.074 0.715,0.417 1.49,0.903 2.325,1.459 0.477,0.359 0.944,0.517 1.401,0.478 0.457,-0.04 0.844,-0.278 1.163,-0.716 l 3.458,-4.471 c 0.516,-0.636 0.834,-1.103 0.953,-1.401 0.119,-0.298 -0.219,-0.725 -1.013,-1.282 -0.081,-0.08 -0.16,-0.14 -0.239,-0.179 -1.391,-0.954 -2.693,-1.739 -3.904,-2.354 -1.213,-0.617 -2.495,-1.114 -3.846,-1.491 -1.352,-0.378 -2.822,-0.647 -4.412,-0.805 -1.59,-0.159 -3.458,-0.238 -5.604,-0.238 -4.77,0 -8.655,0.555 -11.656,1.668 -3.001,1.113 -5.336,2.625 -7.005,4.532 -1.669,1.908 -2.812,4.123 -3.428,6.647 -0.616,2.524 -0.924,5.217 -0.924,8.078 0,2.783 0.308,5.436 0.924,7.96 0.616,2.524 1.768,4.74 3.458,6.648 1.689,1.907 4.024,3.427 7.005,4.56 2.981,1.133 6.836,1.699 11.566,1.699"
210
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:nonzero;stroke:none"
211
+ id="path13191" />
212
+ </g>
213
+ <g
214
+ id="g13193"
215
+ transform="translate(789.8906,631.2533)">
216
+ <path
217
+ d="m 0,0 c -1.829,0 -3.528,0.069 -5.098,0.209 -1.57,0.139 -3.09,0.367 -4.561,0.686 -1.47,0.317 -2.891,0.753 -4.262,1.311 -1.371,0.556 -2.772,1.232 -4.204,2.027 -0.08,0.079 -0.178,0.128 -0.297,0.149 -0.12,0.019 -0.22,0.069 -0.299,0.149 -0.477,0.278 -0.725,0.586 -0.745,0.924 -0.02,0.337 0.129,0.765 0.447,1.282 0.477,0.992 0.963,1.977 1.461,2.951 0.496,0.973 0.984,1.958 1.461,2.952 0.198,0.476 0.417,0.764 0.656,0.864 0.238,0.099 0.556,0.049 0.953,-0.15 0.318,-0.159 0.626,-0.318 0.925,-0.476 0.297,-0.159 0.605,-0.318 0.923,-0.478 2.067,-1.033 4.203,-1.828 6.41,-2.384 2.206,-0.557 4.561,-0.815 7.064,-0.775 1.551,0 2.842,0.049 3.875,0.149 1.034,0.098 1.849,0.268 2.445,0.506 0.596,0.239 1.023,0.567 1.282,0.985 0.258,0.417 0.387,0.963 0.387,1.639 0,0.596 -0.129,1.073 -0.387,1.431 -0.259,0.358 -0.686,0.665 -1.282,0.924 -0.596,0.258 -1.401,0.467 -2.415,0.626 -1.013,0.158 -2.275,0.337 -3.785,0.536 -2.743,0.318 -5.297,0.695 -7.662,1.133 -2.365,0.437 -4.411,1.103 -6.14,1.998 -1.729,0.894 -3.091,2.116 -4.084,3.666 -0.994,1.55 -1.49,3.616 -1.49,6.2 0,1.828 0.277,3.458 0.834,4.889 0.556,1.431 1.451,2.663 2.683,3.696 1.51,1.273 3.557,2.226 6.141,2.862 2.583,0.635 5.822,0.955 9.718,0.955 3.577,0 6.746,-0.23 9.509,-0.686 2.762,-0.458 5.375,-1.243 7.84,-2.355 0.516,-0.239 0.784,-0.567 0.805,-0.984 0.019,-0.418 -0.07,-0.845 -0.269,-1.282 -0.438,-0.954 -0.864,-1.899 -1.281,-2.832 -0.418,-0.934 -0.845,-1.878 -1.282,-2.832 -0.199,-0.438 -0.468,-0.745 -0.805,-0.924 -0.338,-0.179 -0.726,-0.169 -1.163,0.03 l -1.967,0.715 c -1.908,0.676 -3.786,1.104 -5.634,1.282 -1.848,0.179 -3.627,0.269 -5.336,0.269 -1.59,0 -2.872,-0.06 -3.846,-0.18 -0.974,-0.119 -1.738,-0.298 -2.295,-0.536 -0.557,-0.238 -0.934,-0.536 -1.132,-0.894 -0.2,-0.358 -0.299,-0.775 -0.299,-1.252 0,-0.557 0.109,-1.014 0.328,-1.371 0.218,-0.358 0.616,-0.656 1.193,-0.895 0.576,-0.238 1.331,-0.447 2.265,-0.626 0.934,-0.179 2.117,-0.348 3.547,-0.507 2.822,-0.357 5.435,-0.735 7.841,-1.133 2.404,-0.397 4.49,-1.023 6.259,-1.878 1.768,-0.854 3.15,-2.017 4.144,-3.487 0.993,-1.471 1.49,-3.438 1.49,-5.902 0,-2.266 -0.268,-4.234 -0.804,-5.903 C 19.525,5.604 18.501,4.233 16.991,3.16 15.48,2.087 13.364,1.291 10.642,0.775 7.919,0.258 4.372,0 0,0"
218
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:nonzero;stroke:none"
219
+ id="path13195" />
220
+ </g>
221
+ <g
222
+ id="g13197"
223
+ transform="translate(494.0366,608.2924)">
224
+ <path
225
+ d="m 0,0 c 0.139,-0.357 0.049,-0.774 -0.269,-1.252 l -14.249,-18.243 14.19,-20.092 c 0.318,-0.517 0.407,-0.944 0.268,-1.281 -0.14,-0.338 -0.487,-0.507 -1.043,-0.507 h -9.002 c -0.995,0 -1.661,0.129 -1.998,0.388 -0.338,0.258 -0.745,0.724 -1.222,1.4 l -7.87,11.447 -7.869,-11.447 c -0.279,-0.357 -0.507,-0.646 -0.686,-0.864 -0.179,-0.219 -0.368,-0.398 -0.566,-0.536 -0.2,-0.14 -0.448,-0.24 -0.746,-0.299 -0.298,-0.06 -0.706,-0.089 -1.222,-0.089 h -9.36 c -0.557,0 -0.904,0.169 -1.044,0.507 -0.139,0.337 -0.05,0.764 0.269,1.281 l 14.547,20.092 -14.607,18.243 c -0.357,0.478 -0.467,0.895 -0.328,1.252 0.139,0.358 0.487,0.537 1.044,0.537 h 9.002 c 0.477,0 0.865,-0.03 1.163,-0.09 0.298,-0.059 0.556,-0.169 0.775,-0.328 0.218,-0.159 0.427,-0.348 0.626,-0.566 0.198,-0.219 0.417,-0.487 0.655,-0.805 l 8.407,-10.194 8.287,10.194 c 0.318,0.358 0.576,0.656 0.775,0.895 0.198,0.238 0.397,0.426 0.596,0.566 0.199,0.139 0.437,0.228 0.716,0.269 0.277,0.039 0.656,0.059 1.133,0.059 h 8.585 C -0.487,0.537 -0.14,0.358 0,0"
226
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:nonzero;stroke:none"
227
+ id="path13199" />
228
+ </g>
229
+ <g
230
+ id="g13201"
231
+ transform="translate(538.2734,577.6781)">
232
+ <path
233
+ d="m 0,0 c 0.377,-0.338 0.566,-0.745 0.566,-1.222 v -7.452 c 0,-0.517 -0.189,-0.954 -0.566,-1.312 -0.378,-0.358 -0.845,-0.536 -1.401,-0.536 h -4.65 -0.06 -7.75 c -0.637,0 -1.173,0.198 -1.61,0.595 -0.438,0.398 -0.656,0.874 -0.656,1.432 v 4.173 0.059 44.775 4.829 c 0,0.476 0.188,0.893 0.566,1.252 0.378,0.357 0.844,0.536 1.401,0.536 h 8.407 c 0.556,0 1.023,-0.179 1.401,-0.536 0.377,-0.359 0.566,-0.776 0.566,-1.252 V 36.815 4.203 c 0,-1.391 0.039,-2.346 0.119,-2.861 0.08,-0.518 0.597,-0.776 1.55,-0.776 h 0.657 0.119 C -0.825,0.526 -0.378,0.338 0,0"
234
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:nonzero;stroke:none"
235
+ id="path13203" />
236
+ </g>
237
+ <g
238
+ id="g13205"
239
+ transform="translate(567.2778,585.9955)">
240
+ <path
241
+ d="m 0,0 h -0.954 c -3.538,0 -6.34,-0.08 -8.406,-0.238 -2.068,-0.16 -3.658,-0.448 -4.77,-0.866 -1.113,-0.417 -1.828,-0.973 -2.146,-1.668 -0.319,-0.697 -0.477,-1.581 -0.477,-2.654 0,-1.511 0.486,-2.753 1.461,-3.725 0.973,-0.975 2.732,-1.461 5.276,-1.461 3.497,0 6.041,0.784 7.631,2.354 C -0.796,-6.687 0,-4.433 0,-1.491 Z m 13.712,-17.052 c 0,-0.556 -0.06,-0.973 -0.179,-1.252 -0.119,-0.278 -0.397,-0.437 -0.834,-0.476 v -0.06 h -3.28 c -2.107,0 -3.706,0.377 -4.799,1.133 -1.094,0.755 -2.037,1.908 -2.831,3.458 -0.398,-1.113 -0.995,-1.968 -1.789,-2.563 -0.796,-0.597 -1.779,-1.035 -2.951,-1.312 -1.173,-0.279 -2.534,-0.447 -4.084,-0.507 -1.55,-0.059 -3.279,-0.09 -5.187,-0.09 -3.1,0 -5.625,0.318 -7.572,0.954 -1.948,0.635 -3.468,1.51 -4.56,2.623 -1.094,1.113 -1.849,2.424 -2.266,3.935 -0.418,1.511 -0.626,3.14 -0.626,4.889 0,2.822 0.507,5.136 1.52,6.946 1.014,1.808 2.564,3.228 4.65,4.263 2.087,1.033 4.74,1.748 7.96,2.146 3.219,0.397 7.054,0.596 11.506,0.596 H 0 c 0,0.874 -0.09,1.659 -0.269,2.355 -0.178,0.695 -0.546,1.261 -1.103,1.7 -0.557,0.436 -1.361,0.774 -2.414,1.012 -1.054,0.24 -2.435,0.359 -4.144,0.359 -1.669,0 -3.229,-0.17 -4.68,-0.507 -1.451,-0.339 -2.772,-0.745 -3.964,-1.223 -0.636,-0.238 -1.252,-0.516 -1.848,-0.834 -0.597,-0.319 -1.173,-0.637 -1.729,-0.954 l -1.193,-0.716 c -0.04,-0.08 -0.139,-0.159 -0.298,-0.238 -0.04,-0.04 -0.07,-0.06 -0.089,-0.06 -0.021,0 -0.051,-0.02 -0.09,-0.059 l -0.059,-0.06 c -0.319,-0.159 -0.597,-0.199 -0.835,-0.119 -0.239,0.079 -0.497,0.337 -0.775,0.775 l -3.1,5.783 c -0.319,0.477 -0.477,0.884 -0.477,1.222 0,0.337 0.218,0.665 0.655,0.984 l 0.537,0.357 c 2.027,1.391 4.044,2.454 6.051,3.19 2.007,0.735 4.203,1.282 6.588,1.639 2.028,0.359 4.193,0.537 6.499,0.537 3.616,0 6.548,-0.297 8.794,-0.894 2.245,-0.596 4.004,-1.53 5.276,-2.802 1.271,-1.272 2.136,-2.912 2.593,-4.919 0.457,-2.008 0.686,-4.422 0.686,-7.243 V -5.187 -7.214 c 0,-0.477 0.069,-0.835 0.209,-1.073 0.138,-0.238 0.347,-0.398 0.626,-0.478 0.277,-0.08 0.695,-0.119 1.252,-0.119 v -0.059 c 0.317,-0.04 0.566,-0.16 0.745,-0.358 0.179,-0.199 0.268,-0.556 0.268,-1.073 z"
242
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:nonzero;stroke:none"
243
+ id="path13207" />
244
+ </g>
245
+ <g
246
+ id="g13209"
247
+ transform="translate(644.752,608.3519)">
248
+ <path
249
+ d="m 0,0 c 0.377,-0.357 0.566,-0.774 0.566,-1.252 v -1.192 -6.022 -12.519 c 0,-3.538 -0.278,-6.579 -0.835,-9.122 -0.557,-2.544 -1.56,-4.621 -3.01,-6.23 -1.451,-1.61 -3.449,-2.793 -5.992,-3.548 -2.544,-0.756 -5.783,-1.133 -9.718,-1.133 -3.935,0 -7.184,0.377 -9.747,1.133 -2.564,0.755 -4.582,1.938 -6.052,3.548 -1.471,1.609 -2.495,3.676 -3.07,6.2 -0.577,2.524 -0.865,5.554 -0.865,9.092 v 12.579 4.412 2.802 c 0,0.478 0.188,0.895 0.567,1.252 0.377,0.358 0.843,0.537 1.401,0.537 h 1.132 5.545 0.835 c 0.556,0 1.033,-0.179 1.431,-0.537 0.396,-0.357 0.596,-0.774 0.596,-1.252 v -7.214 c 0,-0.04 -0.021,-0.08 -0.06,-0.119 v -12.698 c 0,-1.432 0.049,-2.753 0.149,-3.965 0.099,-1.213 0.418,-2.246 0.954,-3.101 0.537,-0.854 1.371,-1.52 2.504,-1.997 1.133,-0.476 2.713,-0.716 4.74,-0.716 2.027,0 3.596,0.24 4.71,0.716 1.112,0.477 1.937,1.153 2.474,2.028 0.537,0.874 0.854,1.917 0.954,3.13 0.099,1.211 0.149,2.533 0.149,3.964 v 12.758 7.214 c 0,0.478 0.188,0.895 0.566,1.252 0.378,0.358 0.844,0.537 1.401,0.537 h 1.014 3.517 2.743 C -0.845,0.537 -0.378,0.358 0,0"
250
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:nonzero;stroke:none"
251
+ id="path13211" />
252
+ </g>
253
+ <g
254
+ id="g13213"
255
+ transform="translate(671.0732,609.1273)">
256
+ <path
257
+ d="m 0,0 c 3.1,0 5.604,-0.408 7.512,-1.222 1.908,-0.815 3.388,-1.967 4.442,-3.458 1.052,-1.491 1.768,-3.29 2.146,-5.395 0.377,-2.108 0.567,-4.433 0.567,-6.976 v -15.501 -7.035 -0.656 c 0,-0.477 -0.19,-0.894 -0.567,-1.252 -0.378,-0.358 -0.845,-0.536 -1.401,-0.536 H 5.366 c -0.557,0 -1.024,0.178 -1.401,0.536 -0.379,0.358 -0.567,0.775 -0.567,1.252 v 0.656 20.271 c 0,1.231 -0.069,2.384 -0.209,3.458 -0.139,1.073 -0.457,1.986 -0.953,2.742 -0.498,0.755 -1.243,1.35 -2.236,1.789 -0.994,0.436 -2.346,0.655 -4.054,0.655 -1.988,0 -3.577,-0.219 -4.77,-0.655 -1.192,-0.439 -2.116,-1.065 -2.772,-1.878 -0.655,-0.816 -1.093,-1.779 -1.312,-2.892 -0.218,-1.113 -0.327,-2.345 -0.327,-3.696 v -12.58 -0.179 -7.691 c 0,-0.477 -0.189,-0.894 -0.567,-1.252 -0.378,-0.358 -0.844,-0.536 -1.401,-0.536 h -7.393 c -0.557,0 -1.023,0.178 -1.401,0.536 -0.378,0.358 -0.566,0.775 -0.566,1.252 v 2.444 5.247 23.013 7.691 0.239 c 0.079,0.436 0.308,0.804 0.686,1.102 0.377,0.298 0.804,0.447 1.281,0.447 h 7.393 c 0.557,0 1.023,-0.169 1.401,-0.506 0.378,-0.338 0.567,-0.766 0.567,-1.282 v -2.505 c 0.516,0.597 0.993,1.164 1.43,1.7 0.437,0.537 1.083,0.993 1.938,1.371 0.854,0.378 2.036,0.686 3.547,0.925 C -4.81,-0.119 -2.703,0 0,0"
258
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:nonzero;stroke:none"
259
+ id="path13215" />
260
+ </g>
261
+ <g
262
+ id="g13217"
263
+ transform="translate(700.5249,569.0043)">
264
+ <path
265
+ d="M 0,0 C 0,-0.478 -0.189,-0.895 -0.566,-1.253 -0.945,-1.61 -1.412,-1.789 -1.968,-1.789 h -8.406 c -0.557,0 -1.034,0.179 -1.431,0.536 -0.398,0.358 -0.596,0.775 -0.596,1.253 v 38.155 c 0,0.478 0.198,0.895 0.596,1.252 0.397,0.359 0.874,0.537 1.431,0.537 h 8.406 c 0.556,0 1.023,-0.178 1.402,-0.537 C -0.189,39.05 0,38.633 0,38.155 Z m 0,46.383 c 0,-0.517 -0.2,-0.945 -0.596,-1.281 -0.398,-0.339 -0.875,-0.507 -1.431,-0.507 h -8.347 c -0.557,0 -1.034,0.168 -1.431,0.507 -0.398,0.336 -0.596,0.764 -0.596,1.281 v 7.691 c 0,0.477 0.198,0.894 0.596,1.252 0.397,0.358 0.874,0.536 1.431,0.536 h 8.347 c 0.556,0 1.033,-0.178 1.431,-0.536 C -0.2,54.968 0,54.551 0,54.074 Z"
266
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:nonzero;stroke:none"
267
+ id="path13219" />
268
+ </g>
269
+ <g
270
+ id="g13221"
271
+ transform="translate(724.5503,576.516)">
272
+ <path
273
+ d="m 0,0 c 4.332,0 7.611,1.003 9.837,3.011 2.226,2.007 3.339,4.718 3.339,8.137 0,1.709 -0.17,3.269 -0.507,4.681 -0.338,1.41 -0.924,2.623 -1.759,3.637 -0.834,1.013 -1.958,1.798 -3.368,2.354 -1.412,0.557 -3.19,0.835 -5.336,0.835 -2.146,0 -4.045,-0.278 -5.694,-0.835 -1.649,-0.556 -3.031,-1.341 -4.143,-2.354 -1.113,-1.014 -1.948,-2.227 -2.504,-3.637 -0.557,-1.412 -0.835,-2.972 -0.835,-4.681 0,-1.709 0.169,-3.249 0.507,-4.62 0.337,-1.371 0.924,-2.544 1.759,-3.517 C -7.87,2.036 -6.747,1.291 -5.336,0.774 -3.925,0.258 -2.146,0 0,0 m 25.219,-7.512 c 0,-0.517 -0.199,-0.945 -0.596,-1.282 -0.398,-0.338 -0.875,-0.507 -1.431,-0.507 h -8.466 c -0.557,0 -1.034,0.039 -1.431,0.119 -0.398,0.079 -0.596,0.358 -0.596,0.835 v 1.848 C 11.109,-7.135 9.291,-7.78 7.244,-8.437 5.196,-9.092 2.921,-9.42 0.417,-9.42 c -4.253,0 -7.85,0.456 -10.791,1.371 -2.941,0.914 -5.335,2.245 -7.184,3.994 -1.848,1.749 -3.19,3.925 -4.024,6.529 -0.835,2.603 -1.252,5.594 -1.252,8.972 0,3.378 0.427,6.369 1.282,8.973 0.854,2.603 2.225,4.8 4.114,6.588 1.887,1.789 4.312,3.139 7.273,4.055 2.96,0.914 6.567,1.371 10.821,1.371 2.504,0 4.74,-0.16 6.707,-0.477 1.968,-0.319 3.726,-0.775 5.276,-1.372 v 16.038 h 0.06 c 0.039,0.477 0.239,0.884 0.596,1.222 0.358,0.338 0.814,0.507 1.372,0.507 h 8.525 c 0.556,0 1.014,-0.169 1.371,-0.507 0.358,-0.338 0.576,-0.745 0.656,-1.222 v -0.059 -0.06 -5.068 -0.06 -45.966 z"
274
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:nonzero;stroke:none"
275
+ id="path13223" />
276
+ </g>
277
+ <g
278
+ id="g13225"
279
+ transform="translate(778.2075,585.9955)">
280
+ <path
281
+ d="m 0,0 h -0.954 c -3.538,0 -6.34,-0.08 -8.406,-0.238 -2.068,-0.16 -3.658,-0.448 -4.77,-0.866 -1.113,-0.417 -1.828,-0.973 -2.146,-1.668 -0.319,-0.697 -0.477,-1.581 -0.477,-2.654 0,-1.511 0.486,-2.753 1.461,-3.725 0.973,-0.975 2.732,-1.461 5.276,-1.461 3.497,0 6.041,0.784 7.631,2.354 C -0.796,-6.687 0,-4.433 0,-1.491 Z m 13.712,-17.052 c 0,-0.556 -0.06,-0.973 -0.179,-1.252 -0.119,-0.278 -0.397,-0.437 -0.834,-0.476 v -0.06 h -3.28 c -2.107,0 -3.706,0.377 -4.799,1.133 -1.094,0.755 -2.037,1.908 -2.831,3.458 -0.398,-1.113 -0.995,-1.968 -1.789,-2.563 -0.796,-0.597 -1.779,-1.035 -2.951,-1.312 -1.173,-0.279 -2.534,-0.447 -4.084,-0.507 -1.55,-0.059 -3.279,-0.09 -5.187,-0.09 -3.1,0 -5.625,0.318 -7.572,0.954 -1.948,0.635 -3.468,1.51 -4.56,2.623 -1.094,1.113 -1.849,2.424 -2.266,3.935 -0.418,1.511 -0.626,3.14 -0.626,4.889 0,2.822 0.507,5.136 1.52,6.946 1.014,1.808 2.564,3.228 4.65,4.263 2.087,1.033 4.74,1.748 7.96,2.146 3.219,0.397 7.054,0.596 11.506,0.596 H 0 c 0,0.874 -0.09,1.659 -0.269,2.355 -0.178,0.695 -0.546,1.261 -1.103,1.7 -0.557,0.436 -1.361,0.774 -2.414,1.012 -1.054,0.24 -2.435,0.359 -4.144,0.359 -1.669,0 -3.229,-0.17 -4.68,-0.507 -1.451,-0.339 -2.772,-0.745 -3.964,-1.223 -0.636,-0.238 -1.252,-0.516 -1.848,-0.834 -0.597,-0.319 -1.173,-0.637 -1.729,-0.954 l -1.193,-0.716 c -0.04,-0.08 -0.139,-0.159 -0.298,-0.238 -0.04,-0.04 -0.07,-0.06 -0.089,-0.06 -0.021,0 -0.051,-0.02 -0.09,-0.059 l -0.059,-0.06 c -0.319,-0.159 -0.597,-0.199 -0.835,-0.119 -0.239,0.079 -0.497,0.337 -0.775,0.775 l -3.1,5.783 c -0.319,0.477 -0.477,0.884 -0.477,1.222 0,0.337 0.218,0.665 0.655,0.984 l 0.537,0.357 c 2.027,1.391 4.044,2.454 6.051,3.19 2.007,0.735 4.203,1.282 6.588,1.639 2.028,0.359 4.193,0.537 6.499,0.537 3.616,0 6.548,-0.297 8.794,-0.894 2.245,-0.596 4.004,-1.53 5.276,-2.802 1.271,-1.272 2.136,-2.912 2.593,-4.919 0.457,-2.008 0.686,-4.422 0.686,-7.243 V -5.187 -7.214 c 0,-0.477 0.069,-0.835 0.209,-1.073 0.138,-0.238 0.347,-0.398 0.626,-0.478 0.277,-0.08 0.695,-0.119 1.252,-0.119 v -0.059 c 0.317,-0.04 0.566,-0.16 0.745,-0.358 0.179,-0.199 0.268,-0.556 0.268,-1.073 z"
282
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:nonzero;stroke:none"
283
+ id="path13227" />
284
+ </g>
285
+ <g
286
+ id="g13229"
287
+ transform="translate(815.9453,576.516)">
288
+ <path
289
+ d="m 0,0 c 4.332,0 7.611,1.003 9.837,3.011 2.226,2.007 3.339,4.718 3.339,8.137 0,1.709 -0.17,3.269 -0.507,4.681 -0.338,1.41 -0.924,2.623 -1.759,3.637 -0.834,1.013 -1.958,1.798 -3.368,2.354 -1.412,0.557 -3.19,0.835 -5.336,0.835 -2.146,0 -4.045,-0.278 -5.694,-0.835 -1.649,-0.556 -3.031,-1.341 -4.143,-2.354 -1.113,-1.014 -1.948,-2.227 -2.504,-3.637 -0.557,-1.412 -0.835,-2.972 -0.835,-4.681 0,-1.709 0.169,-3.249 0.507,-4.62 0.337,-1.371 0.924,-2.544 1.759,-3.517 C -7.87,2.036 -6.747,1.291 -5.336,0.774 -3.925,0.258 -2.146,0 0,0 m 25.219,-7.512 c 0,-0.517 -0.199,-0.945 -0.596,-1.282 -0.398,-0.338 -0.875,-0.507 -1.431,-0.507 h -8.466 c -0.557,0 -1.034,0.039 -1.431,0.119 -0.398,0.079 -0.596,0.358 -0.596,0.835 v 1.848 C 11.109,-7.135 9.291,-7.78 7.244,-8.437 5.196,-9.092 2.921,-9.42 0.417,-9.42 c -4.253,0 -7.85,0.456 -10.791,1.371 -2.941,0.914 -5.335,2.245 -7.184,3.994 -1.848,1.749 -3.19,3.925 -4.024,6.529 -0.835,2.603 -1.252,5.594 -1.252,8.972 0,3.378 0.427,6.369 1.282,8.973 0.854,2.603 2.225,4.8 4.114,6.588 1.887,1.789 4.312,3.139 7.273,4.055 2.96,0.914 6.567,1.371 10.821,1.371 2.504,0 4.74,-0.16 6.707,-0.477 1.968,-0.319 3.726,-0.775 5.276,-1.372 v 16.038 h 0.06 c 0.039,0.477 0.239,0.884 0.596,1.222 0.358,0.338 0.814,0.507 1.372,0.507 h 8.525 c 0.556,0 1.014,-0.169 1.371,-0.507 0.358,-0.338 0.576,-0.745 0.656,-1.222 v -0.059 -0.06 -5.068 -0.06 -45.966 z"
290
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:nonzero;stroke:none"
291
+ id="path13231" />
292
+ </g>
293
+ <g
294
+ id="g13233"
295
+ transform="translate(455.6968,508.5453)">
296
+ <path
297
+ d="M 0,0 C 0.243,-0.309 0.497,-0.328 0.761,-0.115 0.505,-0.115 0.265,0.28 0,0"
298
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
299
+ id="path13235" />
300
+ </g>
301
+ <g
302
+ id="g13237"
303
+ transform="translate(456.4097,509.3656)">
304
+ <path
305
+ d="M 0,0 C 0.259,0.086 0.496,-0.385 0.761,-0.113 0.51,-0.001 0.271,0.41 0,0"
306
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
307
+ id="path13239" />
308
+ </g>
309
+ <g
310
+ id="g13241"
311
+ transform="translate(458.3882,507.7592)">
312
+ <path
313
+ d="M 0,0 C 0.268,-0.21 0.283,0.069 0.686,0.144 0.553,0.362 0.41,0.321 0.272,0.415 0.103,0.279 0.185,0.134 0,0"
314
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
315
+ id="path13243" />
316
+ </g>
317
+ <g
318
+ id="g13245"
319
+ transform="translate(465.9155,500.1586)">
320
+ <path
321
+ d="M 0,0 C 0.108,-0.115 0.217,-0.234 0.326,-0.352 0.508,-0.049 0.669,-0.266 0.85,-0.033 0.58,0.3 0.295,0.311 0,0"
322
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
323
+ id="path13247" />
324
+ </g>
325
+ <g
326
+ id="g13249"
327
+ transform="translate(457.8496,509.224)">
328
+ <path
329
+ d="M 0,0 C -0.137,-0.245 0.424,-0.541 0.585,-0.278 0.596,0.044 0.386,-0.167 0.178,0.165 0.149,0.036 0.117,-0.089 0,0"
330
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
331
+ id="path13251" />
332
+ </g>
333
+ <g
334
+ id="g13253"
335
+ transform="translate(467.0977,499.9427)">
336
+ <path
337
+ d="M 0,0 C 0.327,-0.005 0.327,-0.298 0.49,-0.528 0.638,-0.251 0.569,0.034 0.353,0.325 0.237,0.218 0.118,0.108 0,0"
338
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
339
+ id="path13255" />
340
+ </g>
341
+ <g
342
+ id="g13257"
343
+ transform="translate(462.8613,506.8187)">
344
+ <path
345
+ d="M 0,0 C -0.115,-0.301 0.485,-0.439 0.679,-0.027 0.467,0.371 0.214,-0.318 0,0"
346
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
347
+ id="path13259" />
348
+ </g>
349
+ <g
350
+ id="g13261"
351
+ transform="translate(470.2988,499.1361)">
352
+ <path
353
+ d="M 0,0 C 0.128,-0.036 0.371,0.095 0.251,-0.095 0.415,-0.299 0.603,0.154 0.775,0.225 0.898,-0.103 1.177,-0.243 1.517,-0.397 1.533,0.286 2.111,0.208 2.57,0.408 2.316,0.44 2.056,0.339 1.816,0.692 1.805,0.224 1.66,0.421 1.286,0.204 1.267,0.319 1.245,0.434 1.128,0.55 0.895,0.354 0.667,0.362 0.449,0.577 0.221,0.39 0.011,0.198 0,0"
354
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
355
+ id="path13263" />
356
+ </g>
357
+ <g
358
+ id="g13265"
359
+ transform="translate(463.9551,506.5209)">
360
+ <path
361
+ d="M 0,0 C 0.11,-0.118 0.218,-0.235 0.327,-0.353 0.342,-0.227 0.441,0.009 0.591,-0.108 0.73,0.13 0.166,0.356 0,0"
362
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
363
+ id="path13267" />
364
+ </g>
365
+ <g
366
+ id="g13269"
367
+ transform="translate(465.0684,508.8539)">
368
+ <path
369
+ d="M 0,0 C 0.251,-0.109 0.51,-0.027 0.776,0.225 0.512,0.297 0.028,0.428 0,0"
370
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
371
+ id="path13271" />
372
+ </g>
373
+ <g
374
+ id="g13273"
375
+ transform="translate(477.3628,496.9886)">
376
+ <path
377
+ d="M 0,0 C 0.238,-0.269 0.673,-0.207 0.687,0.145 0.458,0.125 0.235,0.199 0,0"
378
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
379
+ id="path13275" />
380
+ </g>
381
+ <g
382
+ id="g13277"
383
+ transform="translate(467.6118,508.5844)">
384
+ <path
385
+ d="M 0,0 C 0.28,-0.055 0.547,-0.495 0.85,-0.033 0.57,0.088 0.292,0.213 0,0"
386
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
387
+ id="path13279" />
388
+ </g>
389
+ <g
390
+ id="g13281"
391
+ transform="translate(476.3125,502.7211)">
392
+ <path
393
+ d="M 0,0 C 0.364,-0.166 0.331,0.221 0.783,0.393 0.67,0.42 0.558,0.451 0.45,0.577 0.304,0.02 -0.111,0.49 0,0"
394
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
395
+ id="path13283" />
396
+ </g>
397
+ <g
398
+ id="g13285"
399
+ transform="translate(470.5469,509.6566)">
400
+ <path
401
+ d="M 0,0 C 0.114,0.271 -0.49,0.299 -0.652,0.706 -0.92,0.336 -0.242,0.167 0,0"
402
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
403
+ id="path13287" />
404
+ </g>
405
+ <g
406
+ id="g13289"
407
+ transform="translate(473.498,508.9457)">
408
+ <path
409
+ d="M 0,0 C 0.285,0.023 0.561,-0.137 0.856,0.137 0.521,0.279 0.18,0.281 -0.149,0.516 -0.45,0.358 0.297,0.158 0,0"
410
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
411
+ id="path13291" />
412
+ </g>
413
+ <g
414
+ id="g13293"
415
+ transform="translate(482.8071,499.0677)">
416
+ <path
417
+ d="M 0,0 C -0.124,-0.521 0.498,-0.11 0.673,-0.196 0.792,0.226 0.175,-0.071 0,0"
418
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
419
+ id="path13295" />
420
+ </g>
421
+ <g
422
+ id="g13297"
423
+ transform="translate(483.4712,500.8246)">
424
+ <path
425
+ d="M 0,0 C -0.186,0.333 -0.403,-0.174 -0.585,0.277 -0.746,0.059 -0.753,-0.168 -0.611,-0.4 -0.359,0.014 -0.009,-0.422 0,0"
426
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
427
+ id="path13299" />
428
+ </g>
429
+ <g
430
+ id="g13301"
431
+ transform="translate(488.2041,495.7103)">
432
+ <path
433
+ d="M 0,0 C 0.303,-0.212 0.609,-0.38 0.933,-0.118 0.623,-0.053 0.318,0.114 0,0"
434
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
435
+ id="path13303" />
436
+ </g>
437
+ <g
438
+ id="g13305"
439
+ transform="translate(471.5654,513.8636)">
440
+ <path
441
+ d="M 0,0 C 0.157,-0.316 0.335,-0.113 0.496,-0.359 0.809,-0.146 0.604,0.088 0.353,0.326 0.237,0.215 0.118,0.107 0,0"
442
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
443
+ id="path13307" />
444
+ </g>
445
+ <g
446
+ id="g13309"
447
+ transform="translate(473.7754,511.6527)">
448
+ <path
449
+ d="M 0,0 C 0.212,-0.369 0.443,-0.281 0.666,-0.365 0.778,-0.109 0.194,0.387 0,0"
450
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
451
+ id="path13311" />
452
+ </g>
453
+ <g
454
+ id="g13313"
455
+ transform="translate(473.3394,513.5385)">
456
+ <path
457
+ d="m 0,0 c 0.054,-0.091 0.111,-0.052 0.17,-0.007 0.663,-0.456 1.359,-0.06 2.026,-0.42 0.387,0.268 0.156,0.56 0.372,0.834 C 2.194,0.675 2.256,0.129 1.964,0.177 1.652,0.41 1.878,0.603 1.557,0.617 1.528,0.155 1.045,0.298 0.769,0.055 0.582,0.383 0.381,0.292 0.19,0.502 -0.197,0.348 0.387,0.155 0,0"
458
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
459
+ id="path13315" />
460
+ </g>
461
+ <g
462
+ id="g13317"
463
+ transform="translate(487.5239,499.9857)">
464
+ <path
465
+ d="M 0,0 C -0.173,0.11 0.335,0.296 0.435,0.238 0.629,0.674 0.108,0.179 0.021,0.508 -0.332,0.323 -0.125,0.118 -0.259,-0.076 -0.039,-0.255 0.185,-0.343 0.408,-0.442 0.649,-0.179 0.226,-0.001 0,0"
466
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
467
+ id="path13319" />
468
+ </g>
469
+ <g
470
+ id="g13321"
471
+ transform="translate(467.6948,521.4027)">
472
+ <path
473
+ d="M 0,0 C 0.276,-0.199 0.544,-0.604 0.844,-0.201 0.563,-0.1 0.292,0.19 0,0"
474
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
475
+ id="path13323" />
476
+ </g>
477
+ <g
478
+ id="g13325"
479
+ transform="translate(467.6338,522.0013)">
480
+ <path
481
+ d="M 0,0 C -0.14,-0.294 0.431,-0.325 0.591,-0.108 0.411,0.364 0.193,-0.139 0,0"
482
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
483
+ id="path13327" />
484
+ </g>
485
+ <g
486
+ id="g13329"
487
+ transform="translate(468.7959,521.2758)">
488
+ <path
489
+ d="M 0,0 C 0.232,0.189 0.146,0.391 0.279,0.583 0.139,0.67 -0.005,0.578 -0.143,0.686 -0.261,0.463 -0.16,0.231 0,0"
490
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
491
+ id="path13331" />
492
+ </g>
493
+ <g
494
+ id="g13333"
495
+ transform="translate(488.5503,500.1136)">
496
+ <path
497
+ d="M 0,0 C -0.044,-0.524 0.669,-0.187 0.917,-0.46 1.168,0.094 0.297,0.041 0,0"
498
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
499
+ id="path13335" />
500
+ </g>
501
+ <g
502
+ id="g13337"
503
+ transform="translate(465.8716,526.9105)">
504
+ <path
505
+ d="M 0,0 C 0.253,-0.109 0.646,0.118 1.127,0.549 0.753,0.385 0.386,0.447 0,0"
506
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
507
+ id="path13339" />
508
+ </g>
509
+ <g
510
+ id="g13341"
511
+ transform="translate(491.7583,499.4789)">
512
+ <path
513
+ d="M 0,0 C 0.011,0.276 -0.407,0.651 -0.666,0.365 -0.678,0.106 -0.265,-0.384 0,0"
514
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
515
+ id="path13343" />
516
+ </g>
517
+ <g
518
+ id="g13345"
519
+ transform="translate(473.8813,518.6117)">
520
+ <path
521
+ d="M 0,0 C 0.268,-0.341 1.238,-0.102 0.782,0.395 0.509,-0.055 0.263,0.18 0,0"
522
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
523
+ id="path13347" />
524
+ </g>
525
+ <g
526
+ id="g13349"
527
+ transform="translate(479.6133,512.9515)">
528
+ <path
529
+ d="M 0,0 C 0.044,-0.459 0.828,-0.49 1.189,-0.049 1.019,0.072 1.105,0.182 1.204,0.291 0.822,0.709 0.387,-0.273 0,0"
530
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
531
+ id="path13351" />
532
+ </g>
533
+ <g
534
+ id="g13353"
535
+ transform="translate(470.3511,524.016)">
536
+ <path
537
+ d="M 0,0 C 0.324,-0.425 0.666,-0.423 1.014,-0.21 0.669,-0.291 0.354,0.301 0,0"
538
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
539
+ id="path13355" />
540
+ </g>
541
+ <g
542
+ id="g13357"
543
+ transform="translate(493.3623,499.1595)">
544
+ <path
545
+ d="M 0,0 C 0.127,-0.028 0.253,-0.06 0.164,-0.177 0.716,0.187 1.234,-0.368 1.789,0.015 0.99,-0.007 0.635,0.991 0,0"
546
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
547
+ id="path13359" />
548
+ </g>
549
+ <g
550
+ id="g13361"
551
+ transform="translate(477.6069,518.1254)">
552
+ <path
553
+ d="M 0,0 C 0.183,-0.381 0.401,0.115 0.604,0.23 0.492,0.258 0.379,0.288 0.271,0.414 0.256,0.272 0.159,0.135 0,0"
554
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
555
+ id="path13363" />
556
+ </g>
557
+ <g
558
+ id="g13365"
559
+ transform="translate(495.3203,499.1674)">
560
+ <path
561
+ d="M 0,0 C -0.212,-0.301 0.258,-0.11 0.326,-0.353 0.182,0.173 0.624,-0.327 0.937,0.048 0.758,0.503 0.526,-0.298 0.347,0.158 0.228,0.033 0.109,-0.089 0,0"
562
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
563
+ id="path13367" />
564
+ </g>
565
+ <g
566
+ id="g13369"
567
+ transform="translate(496.333,498.9574)">
568
+ <path
569
+ d="M 0,0 C 0.542,-0.156 0.638,-0.826 1.089,-0.467 0.572,-0.164 1.254,0.093 0.781,0.395 0.748,-0.201 0.277,0.301 0,0"
570
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
571
+ id="path13371" />
572
+ </g>
573
+ <g
574
+ id="g13373"
575
+ transform="translate(478.0059,521.7601)">
576
+ <path
577
+ d="M 0,0 C 0.393,-0.109 0.959,0.129 0.618,0.57 0.286,0.316 0.159,0.395 0,0"
578
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
579
+ id="path13375" />
580
+ </g>
581
+ <g
582
+ id="g13377"
583
+ transform="translate(499.2222,498.8431)">
584
+ <path
585
+ d="M 0,0 C 0.324,-0.397 0.677,-0.085 1.013,-0.21 1.178,-0.414 0.965,-0.604 0.734,-0.793 1.321,-1.044 1.316,-0.196 2.114,-0.337 1.956,0.032 1.936,-0.132 1.624,0.19 1.239,-0.116 1.752,0.083 1.862,-0.243 1.238,-0.254 0.635,0.308 0,0"
586
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
587
+ id="path13379" />
588
+ </g>
589
+ <g
590
+ id="g13381"
591
+ transform="translate(491.0205,510.8861)">
592
+ <path
593
+ d="M 0,0 C 0.36,-0.259 0.797,0.096 0.952,0.388 0.582,0.448 0.16,0.458 0,0"
594
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
595
+ id="path13383" />
596
+ </g>
597
+ <g
598
+ id="g13385"
599
+ transform="translate(485.7368,517.1244)">
600
+ <path
601
+ d="M 0,0 C 0.31,-0.04 0.095,-0.119 0.326,-0.352 0.481,-0.159 0.397,0.042 0.434,0.237 0.296,0.333 0.146,0.107 0,0"
602
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
603
+ id="path13387" />
604
+ </g>
605
+ <g
606
+ id="g13389"
607
+ transform="translate(493.5122,515.7982)">
608
+ <path
609
+ d="M 0,0 C 0.366,-0.089 0.732,-0.153 1.115,0.212 0.758,0.068 0.101,0.435 0,0"
610
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
611
+ id="path13391" />
612
+ </g>
613
+ <g
614
+ id="g13393"
615
+ transform="translate(488.5527,525.9301)">
616
+ <path
617
+ d="M 0,0 C 0.19,-0.231 0.392,-0.145 0.584,-0.277 0.884,-0.119 0.139,0.08 0.437,0.236 0.297,0.332 0.148,0.107 0,0"
618
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
619
+ id="path13395" />
620
+ </g>
621
+ <g
622
+ id="g13397"
623
+ transform="translate(484.3184,530.682)">
624
+ <path
625
+ d="M 0,0 C 0.331,-0.223 0.677,-0.041 1.032,0.301 0.7,0.229 0.076,0.363 0,0"
626
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
627
+ id="path13399" />
628
+ </g>
629
+ <g
630
+ id="g13401"
631
+ transform="translate(502.249,512.9056)">
632
+ <path
633
+ d="m 0,0 c 0.108,-0.118 0.218,-0.235 0.325,-0.352 0.029,0.126 0.06,0.251 0.176,0.162 C 0.665,0.063 0.136,0.298 0,0"
634
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
635
+ id="path13403" />
636
+ </g>
637
+ <g
638
+ id="g13405"
639
+ transform="translate(490.666,527.7152)">
640
+ <path
641
+ d="M 0,0 C 0.357,-0.292 0.739,0.021 1.088,-0.468 1.247,-0.276 1.046,-0.07 1.027,0.129 1.269,0.279 1.624,-0.043 1.632,0.359 1.439,0.496 1.225,0.112 1.039,0.468 0.866,-0.126 0.403,0.375 0,0"
642
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
643
+ id="path13407" />
644
+ </g>
645
+ <g
646
+ id="g13409"
647
+ transform="translate(503.9399,514.7933)">
648
+ <path
649
+ d="M 0,0 C 0.142,-0.002 0.276,-0.194 0.421,-0.104 0.701,0.121 0.442,0.499 0.19,0.502 -0.196,0.347 0.387,0.154 0,0"
650
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
651
+ id="path13411" />
652
+ </g>
653
+ <g
654
+ id="g13413"
655
+ transform="translate(495.6074,527.8597)">
656
+ <path
657
+ d="M 0,0 C 0.016,-0.426 1.128,-0.586 1.191,-0.049 0.792,-0.097 0.386,-0.326 0,0"
658
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
659
+ id="path13415" />
660
+ </g>
661
+ <g
662
+ id="g13417"
663
+ transform="translate(494.9614,530.8558)">
664
+ <path
665
+ d="M 0,0 C 0.273,-0.27 0.56,-0.203 0.857,0.137 0.57,0.072 0.292,0.232 0,0"
666
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
667
+ id="path13419" />
668
+ </g>
669
+ <g
670
+ id="g13421"
671
+ transform="translate(499.8022,526.3353)">
672
+ <path
673
+ d="M 0,0 C 0.281,-0.077 0.556,-0.317 0.85,-0.034 0.571,0.086 0.292,0.212 0,0"
674
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
675
+ id="path13423" />
676
+ </g>
677
+ <g
678
+ id="g13425"
679
+ transform="translate(502.835,525.5355)">
680
+ <path
681
+ d="M 0,0 C 0.191,-0.156 0.399,0.049 0.59,-0.107 0.685,0.029 0.46,0.18 0.353,0.326 0.235,0.217 0.117,0.107 0,0"
682
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
683
+ id="path13427" />
684
+ </g>
685
+ <g
686
+ id="g13429"
687
+ transform="translate(504.1196,525.7386)">
688
+ <path
689
+ d="M 0,0 C 0.214,-0.314 0.453,-0.014 0.672,-0.195 0.783,-0.012 0.194,0.406 0,0"
690
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
691
+ id="path13431" />
692
+ </g>
693
+ <g
694
+ id="g13433"
695
+ transform="translate(516.0591,513.5492)">
696
+ <path
697
+ d="M 0,0 C 0.091,0.053 0.051,0.111 0.007,0.17 0.124,0.252 0.229,0.077 0.341,-0.014 0.546,0.079 0.468,0.582 0.783,0.395 1.085,0.691 0.325,0.512 0.625,0.74 0.359,0.703 -0.447,0.41 0,0"
698
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
699
+ id="path13435" />
700
+ </g>
701
+ <g
702
+ id="g13437"
703
+ transform="translate(517.0186,514.1058)">
704
+ <path
705
+ d="M 0,0 C 0.107,-0.18 0.222,-0.103 0.34,-0.014 0.463,-0.133 0.585,-0.25 0.496,-0.359 0.634,-0.453 0.784,-0.229 0.931,-0.121 0.794,0.025 0.658,0.17 0.523,0.318 0.34,0.016 0.18,0.231 0,0"
706
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
707
+ id="path13439" />
708
+ </g>
709
+ <g
710
+ id="g13441"
711
+ transform="translate(518.9082,512.4174)">
712
+ <path
713
+ d="M 0,0 C 0.223,-0.117 0.453,-0.019 0.687,0.144 0.472,0.456 0.237,0.251 0,0"
714
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
715
+ id="path13443" />
716
+ </g>
717
+ <g
718
+ id="g13445"
719
+ transform="translate(508.749,524.4515)">
720
+ <path
721
+ d="M 0,0 C 0.363,-0.115 0.351,0.487 0.197,0.672 -0.231,0.691 0.073,0.246 0,0"
722
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
723
+ id="path13447" />
724
+ </g>
725
+ <g
726
+ id="g13449"
727
+ transform="translate(508.1099,525.4965)">
728
+ <path
729
+ d="M 0,0 C 0.438,-0.156 1.065,-0.426 1.284,0.205 0.852,0.047 0.448,0.596 0,0"
730
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
731
+ id="path13451" />
732
+ </g>
733
+ <g
734
+ id="g13453"
735
+ transform="translate(509.3467,524.514)">
736
+ <path
737
+ d="M 0,0 C 0.286,0.064 0.562,-0.096 0.856,0.137 0.576,0.236 0.29,0.157 0.014,0.34 -0.062,0.229 0.116,0.109 0,0"
738
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
739
+ id="path13455" />
740
+ </g>
741
+ <g
742
+ id="g13457"
743
+ transform="translate(510.7344,523.014)">
744
+ <path
745
+ d="M 0,0 C 0.75,0.139 0.919,-0.151 0.455,0.748 0.089,0.509 0.122,0.251 0,0"
746
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
747
+ id="path13459" />
748
+ </g>
749
+ <g
750
+ id="g13461"
751
+ transform="translate(521.4644,512.4857)">
752
+ <path
753
+ d="M 0,0 C 0.272,-0.261 0.556,-0.272 0.85,-0.033 0.568,0.044 0.294,0.284 0,0"
754
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
755
+ id="path13463" />
756
+ </g>
757
+ <g
758
+ id="g13465"
759
+ transform="translate(525.5967,511.559)">
760
+ <path
761
+ d="M 0,0 C 0.816,0.451 1.502,0.033 1.984,0.687 1.36,0.685 0.736,0.662 0.102,0.42 0.021,0.537 0.194,0.643 0.286,0.754 -0.282,1.075 -0.323,0.396 0,0"
762
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
763
+ id="path13467" />
764
+ </g>
765
+ <g
766
+ id="g13469"
767
+ transform="translate(515.8652,523.6625)">
768
+ <path
769
+ d="M 0,0 C 0.44,-0.25 0.179,0.648 0.442,0.406 0.486,0.959 -0.137,0.197 0,0"
770
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
771
+ id="path13471" />
772
+ </g>
773
+ <g
774
+ id="g13473"
775
+ transform="translate(516.3008,523.9008)">
776
+ <path
777
+ d="M 0,0 C 0.25,-0.121 0.505,-0.111 0.774,0.223 0.523,0.333 0.265,0.251 0,0"
778
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
779
+ id="path13475" />
780
+ </g>
781
+ <g
782
+ id="g13477"
783
+ transform="translate(529.5317,512.0814)">
784
+ <path
785
+ d="m 0,0 c 0.108,-0.117 0.219,-0.233 0.326,-0.351 0.17,0.135 0.088,0.278 0.273,0.413 C 0.397,0.001 0.208,0.221 0,0"
786
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
787
+ id="path13479" />
788
+ </g>
789
+ <g
790
+ id="g13481"
791
+ transform="translate(521.9097,521.5541)">
792
+ <path
793
+ d="M 0,0 C 0.133,0.194 -0.074,0.4 0.279,0.585 -0.12,0.696 -0.619,0.075 0,0"
794
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
795
+ id="path13483" />
796
+ </g>
797
+ <g
798
+ id="g13485"
799
+ transform="translate(533.9365,528.723)">
800
+ <path
801
+ d="M 0,0 C 0.399,-0.521 0.739,0.062 0.783,0.395 0.528,0.401 0.263,0.178 0,0"
802
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
803
+ id="path13487" />
804
+ </g>
805
+ <g
806
+ id="g13489"
807
+ transform="translate(542.5088,528.1293)">
808
+ <path
809
+ d="M 0,0 C 0.355,-0.332 0.337,0.422 0.768,0.055 0.932,-0.272 0.434,-0.154 0.326,-0.352 0.663,-0.561 0.958,-0.324 1.107,0.041 0.885,0.079 0.799,0.171 0.781,0.394 1.166,0.81 1.51,0.145 1.896,0.604 1.698,0.619 1.495,0.531 1.312,0.883 0.816,0.476 0.377,0.67 0.121,0.93 0.104,0.618 0.483,0.291 0,0"
810
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
811
+ id="path13491" />
812
+ </g>
813
+ <g
814
+ id="g13493"
815
+ transform="translate(545.7441,528.1722)">
816
+ <path
817
+ d="m 0,0 c 0.108,-0.119 0.216,-0.236 0.326,-0.354 0.336,0.297 0.343,0.133 0.53,0.49 C 0.56,0.44 0.06,-0.279 0.353,0.324 0.136,0.531 0.03,0.074 0,0"
818
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
819
+ id="path13495" />
820
+ </g>
821
+ <g
822
+ id="g13497"
823
+ transform="translate(547.0029,527.6976)">
824
+ <path
825
+ d="M 0,0 C 0,0.226 0.301,0.439 0.535,0.658 0.454,0.745 0.372,0.833 0.291,0.922 0.201,0.813 0.115,0.797 0.031,0.848 0.014,0.526 0.111,0.621 -0.239,0.434 -0.083,0.285 -0.176,0.148 0,0"
826
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
827
+ id="path13499" />
828
+ </g>
829
+ <g
830
+ id="g13501"
831
+ transform="translate(548.3472,527.3051)">
832
+ <path
833
+ d="M 0,0 C 0.296,0.314 0.568,0.032 0.864,0.305 0.504,0.516 0.118,0.131 -0.23,0.604 -0.402,0.233 -0.108,0.379 0,0"
834
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
835
+ id="path13503" />
836
+ </g>
837
+ <g
838
+ id="g13505"
839
+ transform="translate(549.7412,528.098)">
840
+ <path
841
+ d="m 0,0 c -0.254,-0.187 -0.351,-0.383 -0.109,-0.59 0.114,0.019 0.228,0.04 0.347,0.157 C 0.234,-0.293 0.148,-0.146 0,0"
842
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
843
+ id="path13507" />
844
+ </g>
845
+ <g
846
+ id="g13509"
847
+ transform="translate(549.9844,527.8334)">
848
+ <path
849
+ d="M 0,0 C 0.158,-0.146 0.065,-0.286 0.239,-0.433 0.408,-0.312 0.33,-0.072 0.503,-0.19 0.598,-0.052 0.373,0.1 0.266,0.245 0.178,0.163 0.089,0.083 0,0"
850
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
851
+ id="path13511" />
852
+ </g>
853
+ <g
854
+ id="g13513"
855
+ transform="translate(550.5229,528.4926)">
856
+ <path
857
+ d="M 0,0 C -0.057,-0.175 0.589,-0.727 0.835,-0.373 0.558,-0.205 0.286,0.081 0,0"
858
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
859
+ id="path13515" />
860
+ </g>
861
+ <g
862
+ id="g13517"
863
+ transform="translate(555.4165,527.4496)">
864
+ <path
865
+ d="M 0,0 C 0.21,0.312 0.404,0.207 0.612,0.401 0.426,0.732 0.211,0.346 0.026,0.68 -0.15,0.46 -0.333,0.238 0,0"
866
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
867
+ id="path13519" />
868
+ </g>
869
+ <g
870
+ id="g13521"
871
+ transform="translate(558.0601,527.6)">
872
+ <path
873
+ d="M 0,0 C 0.22,-0.214 0.447,-0.222 0.68,-0.027 0.571,0.09 0.462,0.208 0.354,0.326 0.236,0.217 0.119,0.108 0,0"
874
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
875
+ id="path13523" />
876
+ </g>
877
+ <g
878
+ id="g13525"
879
+ transform="translate(559.6719,527.4515)">
880
+ <path
881
+ d="M 0,0 C 0.336,-0.113 0.675,-0.133 1.013,-0.21 1.295,-0.021 0.498,0.207 0.781,0.394 0.572,0.491 0.608,0.258 0.517,0.15 0.343,0.059 0.183,0.356 0,0"
882
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
883
+ id="path13527" />
884
+ </g>
885
+ <g
886
+ id="g13529"
887
+ transform="translate(560.813,528.3402)">
888
+ <path
889
+ d="M 0,0 C 0.192,-0.158 0.406,0.221 0.598,0.062 0.567,0.381 0.341,0.434 0.02,0.51 -0.137,0.346 0.229,0.162 0,0"
890
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
891
+ id="path13531" />
892
+ </g>
893
+ <g
894
+ id="g13533"
895
+ transform="translate(562.7168,526.9926)">
896
+ <path
897
+ d="M 0,0 C 0.529,0.467 1.021,-0.027 1.529,-0.062 1.88,0.451 0.922,0.547 0.721,0.99 0.626,0.512 0.755,0.466 0.183,0.332 -0.17,0.711 -0.11,0.975 -0.557,0.957 -0.646,0.477 -0.447,0.373 0,0"
898
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
899
+ id="path13535" />
900
+ </g>
901
+ <g
902
+ id="g13537"
903
+ transform="translate(562.8457,528.0902)">
904
+ <path
905
+ d="M 0,0 C 0.363,-0.131 0.739,0.07 1.101,-0.129 1.078,0.109 0.334,0.486 0,0"
906
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
907
+ id="path13539" />
908
+ </g>
909
+ <g
910
+ id="g13541"
911
+ transform="translate(564.6475,528.4437)">
912
+ <path
913
+ d="M 0,0 C 0.136,-0.169 0.28,-0.087 0.413,-0.271 0.658,-0.026 0.219,0.246 0.529,0.489 0.362,0.554 0.188,0.479 0.013,0.34 0.36,0.055 0.37,0.258 0,0"
914
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
915
+ id="path13543" />
916
+ </g>
917
+ <g
918
+ id="g13545"
919
+ transform="translate(567.1143,528.432)">
920
+ <path
921
+ d="M 0,0 C 0.133,-0.219 0.277,-0.18 0.415,-0.272 0.354,-0.072 0.573,0.117 0.353,0.327 0.314,0.017 0.233,0.23 0,0"
922
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
923
+ id="path13547" />
924
+ </g>
925
+ <g
926
+ id="g13549"
927
+ transform="translate(596.4453,525.5746)">
928
+ <path
929
+ d="M 0,0 C 0.414,-0.288 0.847,-0.086 1.285,0.203 0.921,0.353 0.563,0.613 0.197,0.671 0.062,0.451 0.081,0.223 0,0"
930
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
931
+ id="path13551" />
932
+ </g>
933
+ <g
934
+ id="g13553"
935
+ transform="translate(604.75,526.8597)">
936
+ <path
937
+ d="M 0,0 C 0.185,-0.354 0.399,0.027 0.592,-0.107 0.73,0.129 0.167,0.356 0,0"
938
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
939
+ id="path13555" />
940
+ </g>
941
+ <g
942
+ id="g13557"
943
+ transform="translate(613.4043,526.1781)">
944
+ <path
945
+ d="M 0,0 C -0.01,-0.337 0.719,-0.365 1.019,-0.041 0.684,0.098 0.339,-0.016 0,0"
946
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
947
+ id="path13559" />
948
+ </g>
949
+ <g
950
+ id="g13561"
951
+ transform="translate(617.563,525.9281)">
952
+ <path
953
+ d="M 0,0 C 0.411,0.225 1.157,0.213 1.298,0.545 0.899,0.573 0.149,0.494 0,0"
954
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
955
+ id="path13563" />
956
+ </g>
957
+ <g
958
+ id="g13565"
959
+ transform="translate(625.9233,526.4476)">
960
+ <path
961
+ d="M 0,0 C 0.306,-0.205 0.624,-0.021 0.931,-0.121 0.964,0.145 0.276,0.375 0,0"
962
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
963
+ id="path13567" />
964
+ </g>
965
+ <g
966
+ id="g13569"
967
+ transform="translate(634.7187,525.0824)">
968
+ <path
969
+ d="M 0,0 C 0.034,0.196 0.247,0.385 0.28,0.582 0.112,0.646 -0.061,0.572 -0.237,0.434 -0.079,0.285 -0.173,0.147 0,0"
970
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
971
+ id="path13571" />
972
+ </g>
973
+ <g
974
+ id="g13573"
975
+ transform="translate(663.5239,496.0883)">
976
+ <path
977
+ d="M 0,0 C 0.67,-0.246 1.382,0.507 2.052,0.261 1.736,0.908 0.635,0.258 0,0"
978
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
979
+ id="path13575" />
980
+ </g>
981
+ <g
982
+ id="g13577"
983
+ transform="translate(665.6714,496.6)">
984
+ <path
985
+ d="M 0,0 C 0.272,-0.271 0.56,-0.204 0.855,0.136 0.576,0.207 0.29,0.167 0,0"
986
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
987
+ id="path13579" />
988
+ </g>
989
+ <g
990
+ id="g13581"
991
+ transform="translate(650.686,526.4047)">
992
+ <path
993
+ d="M 0,0 C 0.074,0.138 0.076,0.279 -0.068,0.428 0.504,0.406 0.647,0.363 1.297,0.543 0.739,0.775 0.173,0.798 -0.401,0.609 -0.088,0.398 -0.194,0.205 0,0"
994
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
995
+ id="path13583" />
996
+ </g>
997
+ <g
998
+ id="g13585"
999
+ transform="translate(653.3579,525.1097)">
1000
+ <path
1001
+ d="M 0,0 C -0.002,0.256 0.395,0.494 0.115,0.76 -0.23,0.764 -0.258,0.275 0,0"
1002
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
1003
+ id="path13587" />
1004
+ </g>
1005
+ <g
1006
+ id="g13589"
1007
+ transform="translate(652.6562,526.7523)">
1008
+ <path
1009
+ d="m 0,0 c -0.095,-0.139 0.132,-0.291 0.238,-0.436 0.23,0.162 0.327,0.327 0.361,0.497 C 0.407,0.219 0.188,-0.281 0,0"
1010
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
1011
+ id="path13591" />
1012
+ </g>
1013
+ <g
1014
+ id="g13593"
1015
+ transform="translate(672.9668,528.1556)">
1016
+ <path
1017
+ d="M 0,0 C 0.314,-0.164 0.459,0.216 0.612,0.401 0.444,0.466 0.271,0.392 0.096,0.251 0.172,0.165 0.05,0.085 0,0"
1018
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
1019
+ id="path13595" />
1020
+ </g>
1021
+ <g
1022
+ id="g13597"
1023
+ transform="translate(674.2847,529.2074)">
1024
+ <path
1025
+ d="M 0,0 C 0.219,-0.161 0.533,0.364 0.53,0.49 0.166,0.516 0.004,0.312 0,0"
1026
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
1027
+ id="path13599" />
1028
+ </g>
1029
+ <g
1030
+ id="g13601"
1031
+ transform="translate(675.793,528.639)">
1032
+ <path
1033
+ d="M 0,0 C 0.729,-0.234 1.476,0.01 2.217,0.082 2.066,0.488 2.525,0.396 2.835,0.652 1.811,0.646 1.126,0.154 0,0"
1034
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
1035
+ id="path13603" />
1036
+ </g>
1037
+ <g
1038
+ id="g13605"
1039
+ transform="translate(678.3564,528.8773)">
1040
+ <path
1041
+ d="M 0,0 C 0.303,-0.236 0.629,0.128 0.945,0.22 0.639,0.396 0.325,0.383 0,0"
1042
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
1043
+ id="path13607" />
1044
+ </g>
1045
+ <g
1046
+ id="g13609"
1047
+ transform="translate(679.6401,529.0824)">
1048
+ <path
1049
+ d="M 0,0 C 0.34,-0.014 0.673,-0.21 1.021,-0.041 0.969,0.248 0.345,0.422 0,0"
1050
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
1051
+ id="path13611" />
1052
+ </g>
1053
+ <g
1054
+ id="g13613"
1055
+ transform="translate(680.5518,528.4515)">
1056
+ <path
1057
+ d="M 0,0 C 0.422,-0.034 0.586,-0.215 0.836,-0.373 1.081,-0.021 1.252,-0.006 1.039,0.469 0.955,-0.102 0.339,0.293 0,0"
1058
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
1059
+ id="path13615" />
1060
+ </g>
1061
+ <g
1062
+ id="g13617"
1063
+ transform="translate(681.2505,533.1791)">
1064
+ <path
1065
+ d="M 0,0 C -0.118,-0.381 0.493,-0.206 0.679,-0.027 0.545,0.192 0.401,0.151 0.264,0.243 0.097,0.124 0.175,-0.117 0,0"
1066
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
1067
+ id="path13619" />
1068
+ </g>
1069
+ <g
1070
+ id="g13621"
1071
+ transform="translate(685.1182,529.8832)">
1072
+ <path
1073
+ d="m 0,0 c -0.09,-0.051 -0.051,-0.109 -0.005,-0.168 0.054,-0.061 0.108,-0.118 0.16,-0.177 0.246,0.394 1.116,0.021 1.64,0.53 C 1.687,0.274 1.67,0.359 1.721,0.443 1.315,0.232 0.919,0.277 0.511,-0.019 0.098,0.414 0.717,0.277 0.708,0.652 0.521,0.934 0.291,0.141 0.103,0.422 -0.032,0.326 0.461,-0.194 0,0"
1074
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
1075
+ id="path13623" />
1076
+ </g>
1077
+ <g
1078
+ id="g13625"
1079
+ transform="translate(682.7861,533.2875)">
1080
+ <path
1081
+ d="M 0,0 C 0.536,-0.049 1.078,-0.002 1.631,0.361 1.093,0.381 0.547,0.217 0,0"
1082
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
1083
+ id="path13627" />
1084
+ </g>
1085
+ <g
1086
+ id="g13629"
1087
+ transform="translate(687.3413,530.1371)">
1088
+ <path
1089
+ d="M 0,0 C 0.278,0.025 0.257,-0.556 0.66,-0.537 0.521,-0.195 0.603,0.005 1.026,0.129 0.694,0.334 0.345,0.137 0,0"
1090
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
1091
+ id="path13631" />
1092
+ </g>
1093
+ <g
1094
+ id="g13633"
1095
+ transform="translate(687.96,530.7064)">
1096
+ <path
1097
+ d="M 0,0 C 0.388,-0.206 0.798,0.091 1.204,0.292 0.623,0.445 0.514,0.163 0,0"
1098
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
1099
+ id="path13635" />
1100
+ </g>
1101
+ <g
1102
+ id="g13637"
1103
+ transform="translate(691.7881,530.639)">
1104
+ <path
1105
+ d="M 0,0 C 0.108,0.139 -0.214,0.293 -0.069,0.428 -0.636,0.473 -1.235,-0.357 -1.783,0.156 -1.802,-0.78 -0.543,0.328 0,0"
1106
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
1107
+ id="path13639" />
1108
+ </g>
1109
+ <g
1110
+ id="g13641"
1111
+ transform="translate(689.8496,531.141)">
1112
+ <path
1113
+ d="M 0,0 C 0.585,-0.271 1.202,0.252 1.808,0.523 1.225,0.836 0.604,0.228 0,0"
1114
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
1115
+ id="path13643" />
1116
+ </g>
1117
+ <g
1118
+ id="g13645"
1119
+ transform="translate(691.2622,532.4457)">
1120
+ <path
1121
+ d="M 0,0 C -0.066,-0.453 0.619,0.021 0.857,0.135 0.582,0.379 0.278,-0.175 0,0"
1122
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
1123
+ id="path13647" />
1124
+ </g>
1125
+ <g
1126
+ id="g13649"
1127
+ transform="translate(691.5825,531.9222)">
1128
+ <path
1129
+ d="M 0,0 C 0.477,-0.129 0.948,-0.412 1.455,0.198 0.958,-0.182 0.498,0.397 0,0"
1130
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
1131
+ id="path13651" />
1132
+ </g>
1133
+ <g
1134
+ id="g13653"
1135
+ transform="translate(694.0229,531.2308)">
1136
+ <path
1137
+ d="M 0,0 C -0.489,0.415 0.121,0.77 0.448,0.576 0.666,0.238 0.232,0.144 0,0 0.21,-0.415 0.459,0.166 0.672,-0.197 0.851,0.557 2.007,1.363 2.534,1.684 2.527,2.287 1.368,1.244 1.311,0.884 1.269,1.385 0.671,1.004 0.91,1.492 0.254,0.979 -0.298,0.348 -1.21,-0.461 -0.823,-0.73 -0.415,-0.411 0,0"
1138
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
1139
+ id="path13655" />
1140
+ </g>
1141
+ <g
1142
+ id="g13657"
1143
+ transform="translate(696.3535,532.0726)">
1144
+ <path
1145
+ d="m 0,0 c -0.094,-0.139 0.132,-0.287 0.238,-0.434 0.229,0.062 0.469,0.377 0.694,0.311 C 0.968,0.02 0.836,0.166 1.033,0.301 0.867,0.387 0.697,0.4 0.53,0.489 0.29,0.269 0.459,-0.262 0,0"
1146
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
1147
+ id="path13659" />
1148
+ </g>
1149
+ <g
1150
+ id="g13661"
1151
+ transform="translate(697.3462,531.3539)">
1152
+ <path
1153
+ d="M 0,0 C 0.261,0.033 0.861,0.237 0.449,0.576 0.12,0.392 0.21,0.19 0,0"
1154
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
1155
+ id="path13663" />
1156
+ </g>
1157
+ <g
1158
+ id="g13665"
1159
+ transform="translate(697.897,532.3519)">
1160
+ <path
1161
+ d="M 0,0 C -0.169,-0.4 0.382,-0.046 0.496,-0.359 0.584,-0.037 0.488,-0.021 0.856,0.135 0.583,0.407 0.282,-0.033 0,0"
1162
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
1163
+ id="path13667" />
1164
+ </g>
1165
+ <g
1166
+ id="g13669"
1167
+ transform="translate(452.0039,509.8802)">
1168
+ <path
1169
+ d="M 0,0 C -0.121,0.202 0.278,0.385 -0.061,0.597 -0.208,0.44 -0.347,0.533 -0.497,0.358 c 0.689,-0.074 -0.338,-1.505 0.41,-0.44 0.733,-0.099 1.475,0.029 2.195,-0.426 0.344,0.359 0.452,0.222 0.592,-0.107 0.075,0.108 -0.103,0.228 0.013,0.339 0.328,0.163 0.091,-0.328 0.408,-0.441 0.087,0.404 0.262,0.347 0.719,0.99 C 3.536,0.437 3.208,0.063 2.889,-0.114 2.653,0.372 2.385,0.063 2.129,0.001 1.6,0.792 0.738,0.391 0.456,0.745 0.063,0.396 0.866,0.099 1.026,0.128 0.671,-0.253 0.357,0.417 0,0"
1170
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
1171
+ id="path13671" />
1172
+ </g>
1173
+ <g
1174
+ id="g13673"
1175
+ transform="translate(459.272,506.4525)">
1176
+ <path
1177
+ d="M 0,0 C 0.445,-0.231 0.901,-0.165 1.36,-0.055 1.055,0.126 1.272,0.288 1.04,0.466 0.86,-0.243 0.398,0.26 0,0"
1178
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
1179
+ id="path13675" />
1180
+ </g>
1181
+ <g
1182
+ id="g13677"
1183
+ transform="translate(727.6982,526.3344)">
1184
+ <path
1185
+ d="M 0,0 C -0.012,-0.311 -0.452,-0.504 -0.7,-0.482 -0.692,-0.252 -0.24,0.254 0,0 m -15.091,3.568 c 0.214,-0.28 0.301,-0.283 0.339,-0.013 0.376,-0.291 -0.391,-0.62 -0.522,-0.321 0.124,0.112 0.154,0.222 0.183,0.334 m 0.102,-1.703 c -0.233,-0.16 -0.467,-0.324 -0.68,0.028 0.234,0.197 0.461,0.187 0.68,-0.028 m -1.693,0.239 c -0.436,-0.256 -0.87,-0.492 -1.284,-0.206 0.425,0.018 0.871,0.505 1.284,0.206 m -2.379,0.091 c -0.188,0.256 -0.406,-0.245 -0.591,0.108 0.167,0.368 0.733,0.214 0.591,-0.108 m 3.164,-8.192 c 0.237,-0.11 0.415,0.486 0.537,0.659 0.358,-0.183 0.059,-0.342 0.149,-0.516 0.087,0.043 0.17,0.021 0.252,-0.095 -0.427,-0.077 -0.791,0.008 -0.618,-0.569 -0.208,0 -0.346,0.299 -0.32,0.521 m 3.21,-7.005 c 0.245,-0.234 -0.045,-0.45 -0.025,-0.678 -0.193,0.134 -0.401,-0.074 -0.586,0.278 0.207,0.193 0.401,0.089 0.611,0.4 M -29.265,4.553 c 0.148,0.148 0.294,0.232 0.436,0.237 0.422,-0.413 -0.306,-0.78 0.292,-1.2 -0.314,-0.061 -0.642,-0.446 -0.937,-0.049 0.555,-0.031 0.725,0.541 0.209,1.012 m 10.298,-17.135 c -0.744,-0.434 -1.386,-0.588 -1.753,-1.29 -0.109,0.116 -0.217,0.233 -0.326,0.351 0.513,0.169 1.127,1.28 2.079,0.939 M -35.319,2.074 c -0.076,-0.333 -0.72,-0.663 -1.041,-0.47 0.358,0.441 0.696,0.38 1.041,0.47 m 13.77,-15.405 c 0.139,-0.175 0.215,-0.348 0.15,-0.516 -0.571,-0.068 -1.15,-0.349 -1.712,-0.271 0.521,0.319 1.039,0.468 1.562,0.787 m -2.298,0.006 c 0.266,-0.292 0.062,-0.569 -0.204,-0.841 -0.408,-0.211 -1.005,-0.172 -1.637,-0.529 -0.084,0.115 -0.247,0.236 -0.158,0.345 0.431,0.412 1.323,0.768 1.999,1.025 M -50.857,0.82 c -0.118,-0.109 -0.236,-0.217 -0.353,-0.326 -0.083,0.088 -0.163,0.176 -0.245,0.264 0.212,0.339 0.402,0.12 0.598,0.062 m -0.612,-0.4 c -0.424,0.046 -0.857,-0.15 -1.27,0.136 0.437,0.325 0.863,0.326 1.27,-0.136 m -1.366,-0.117 c -0.3,0.28 -0.634,-0.251 -0.937,-0.046 0.278,0.442 0.976,0.482 0.937,0.046 m -1.009,-27.559 c 0.178,0.194 0.347,0.187 0.509,-0.018 -0.098,-0.206 -0.183,-0.351 -0.353,-0.328 0.089,0.111 -0.034,0.229 -0.156,0.346 m -23.991,25.914 c -0.411,0.179 -0.321,-0.39 -0.686,-0.142 -0.075,0.197 0.814,0.705 0.686,0.142 m 23.74,-25.818 c 0.231,-0.292 0.072,-0.569 0.134,-0.855 -0.218,0.181 -0.465,-0.334 -0.679,0.027 0.253,0.426 0.303,0.367 0.545,0.828 m -25.514,26.144 c 0.265,0.232 0.515,0.101 0.768,0.053 -0.004,-0.292 -0.368,-0.193 -0.617,-0.569 -0.287,0.18 0.011,0.339 -0.151,0.516 m 23.346,-27.163 c -0.11,0.091 -0.216,0.265 -0.334,0.184 -0.128,-0.174 0.032,-0.784 -0.367,-0.666 -0.059,0.2 0.158,0.39 -0.061,0.597 0.457,0.064 0.427,0.779 0.883,0.814 0.089,-0.314 0.254,-0.632 -0.121,-0.929 m 0.89,0.984 c -0.806,-0.578 0.829,-0.192 -0.041,-1.018 -0.277,0.376 -0.193,0.402 -0.578,0.447 0.077,0.237 0.231,0.838 0.619,0.571 m -32.595,25.658 c -0.356,0.427 -0.873,-0.274 -0.748,0.456 0.197,-0.208 0.841,-0.004 0.748,-0.456 M -90.756,-1 c 0.222,-0.139 0.452,-0.051 0.666,-0.366 -0.354,-0.376 -0.697,-0.417 -1.04,-0.47 -0.082,0.088 -0.163,0.176 -0.244,0.264 0.486,0.174 0.408,0.101 0.618,0.572 m -35.053,0.195 c -0.209,-0.231 0.262,-0.041 0.326,-0.351 -0.162,-0.266 -0.723,0.03 -0.585,0.275 0.176,-0.144 0.1,0.186 0.259,0.076 m -5.063,-1.074 c 0.081,-0.144 0.03,-0.284 0.238,-0.433 -0.381,-0.303 -0.756,-0.457 -1.109,-0.042 0.443,0.02 0.853,0.249 0.871,0.475 m -2.08,1.186 c -0.188,-0.585 -0.72,-0.487 -1.123,-0.379 0.385,0.363 0.763,0.621 1.123,0.379 m -0.293,-0.922 c -0.47,-0.399 -0.921,-0.334 -1.365,-0.117 0.466,0.361 0.905,-0.034 1.365,0.117 m -1.95,0.161 c 0.082,-0.051 0.169,-0.034 0.257,0.075 0.211,-0.178 0.287,-0.351 0.15,-0.516 -0.136,0.106 -0.282,0.015 -0.42,0.104 0.114,0.107 -0.063,0.227 0.013,0.337 m 0.176,0.163 c -0.275,0.189 -0.571,-0.121 -0.842,0.203 0.241,0.218 0.908,0.207 0.842,-0.203 m -1.93,0.67 c 0.257,0.057 0.52,0.252 0.768,0.056 -0.242,-0.396 -0.458,-0.078 -0.687,-0.143 0.044,-0.087 0.158,-0.176 0.075,-0.259 -0.117,0.119 -0.137,0.233 -0.156,0.346 m -1.896,-0.604 c 0.291,0.202 0.565,-0.037 0.85,-0.033 -0.301,-0.412 -0.847,-0.471 -0.85,0.033 m -1.143,1.235 c 0.173,-0.149 0.08,-0.287 0.238,-0.435 0.09,0.081 0.039,0.169 0.095,0.252 0.361,-0.214 0.145,-0.402 -0.109,-0.591 -0.11,0.092 -0.216,0.265 -0.333,0.184 0.08,-0.116 -0.05,-0.225 -0.183,-0.333 -0.081,0.089 -0.162,0.176 -0.245,0.265 0.469,0.355 0.387,0.246 0.537,0.658 m 25.67,-28.614 c -0.319,-0.242 -0.555,-0.488 -0.456,-0.745 -0.246,0.231 -0.511,-0.025 -0.76,0.115 0.499,0.533 -0.233,0.338 0.027,0.677 0.383,-0.338 0.799,0.116 1.189,-0.047 M -140.62,-0.9 c -0.104,-0.137 0.078,-0.286 0.067,-0.426 -0.494,-0.344 -0.973,-0.254 -1.447,-0.028 0.28,0.215 0.088,0.45 0.368,0.665 0.334,-0.157 0.679,-0.027 1.012,-0.211 m -0.666,0.365 c -0.458,-0.074 -0.915,-0.195 -1.36,0.056 0.487,0.073 0.589,0.227 0.944,0.216 -0.05,-0.081 -0.032,-0.169 0.076,-0.258 0.118,0.089 0.232,0.167 0.34,-0.014 m 24.82,-28.578 c -0.207,-0.238 -0.409,-0.319 -0.598,-0.061 0.208,0.237 0.41,0.319 0.598,0.061 m -25.935,28.369 c 0.403,-0.385 0.353,-0.75 0.212,-1.111 -0.109,0.124 -0.221,0.154 -0.333,0.181 0.199,0.305 -0.317,0.635 0.121,0.93 m 25.188,-27.915 c -0.134,-0.193 -0.047,-0.394 -0.279,-0.583 -0.192,0.246 -0.121,0.851 0.279,0.583 m -26.956,28.409 c 0.365,-0.182 1.193,0.115 1.265,-0.305 -0.249,0.131 -0.513,-0.064 -0.767,-0.053 0.133,-0.186 0.277,-0.105 0.414,-0.273 -0.242,-0.142 -0.613,-0.241 -0.618,-0.57 -0.175,0.404 -0.265,0.804 -0.294,1.201 m 25.257,-28.342 c 0.192,-0.133 0.395,-0.045 0.584,-0.277 -0.13,-0.096 0.065,-0.604 -0.272,-0.414 0.182,0.216 -0.013,0.428 -0.245,0.265 0.068,-0.173 0.062,-0.343 -0.02,-0.51 -0.163,0.174 -0.344,-0.109 -0.503,0.19 0.434,0.238 0.022,0.51 0.456,0.746 m -27.838,27.595 c 0.259,0.13 0.517,0.185 0.761,-0.114 -0.266,-0.279 -0.519,-0.205 -0.767,-0.057 0.048,0.056 0.091,0.111 0.006,0.171 m 24.044,-28.803 c -0.108,0.115 -0.217,0.234 -0.326,0.352 0.277,0.384 0.731,-0.108 0.326,-0.352 m -26.24,29.23 c -0.061,-0.166 0.369,-0.202 0.414,-0.272 0.107,0.137 0.015,0.282 0.101,0.42 0.45,0.055 0.583,-0.414 0.226,-0.771 -0.451,0.093 -0.908,0.007 -1.352,0.221 0.335,0.176 0.458,0.405 0.611,0.402 m 24.738,-28.491 c -0.093,-0.138 -0.053,-0.282 -0.271,-0.414 -0.185,0.35 -0.392,0.143 -0.585,0.278 0.293,0.241 0.585,0.424 0.856,0.136 m -28.41,30.333 c 0.211,-0.176 0.286,-0.35 0.15,-0.514 -0.11,0.09 -0.217,0.265 -0.333,0.182 -0.086,-0.044 -0.177,-0.159 -0.259,-0.074 0.148,0.136 0.294,0.271 0.442,0.406 m 0.606,-1.893 c 0.184,-0.33 0.405,0.176 0.585,-0.276 -0.246,-0.177 -0.851,-0.059 -0.585,0.276 m -1.577,0.998 c 0.107,-0.145 0.332,-0.297 0.238,-0.434 -0.413,0.278 -0.596,0.2 -0.774,-0.224 -0.25,0.492 0.222,0.512 0.536,0.658 m 25.126,-29.441 c 0.362,-0.231 1.207,0.498 1.271,-0.135 -0.396,0.064 -1.167,-0.514 -1.271,0.135 m -26.669,29.162 c -0.437,-0.287 -0.86,-0.227 -1.284,-0.203 0.433,0.232 0.87,0.501 1.284,0.203 m -0.544,-0.827 c 0.245,0.653 0.407,0.002 0.68,-0.027 -0.204,0.455 0.226,0.756 0.38,1.005 0.403,-0.386 -0.53,-0.717 -0.129,-1.1 0.095,0.136 0.053,0.282 0.272,0.414 0.125,0.001 0.651,-0.311 0.491,-0.53 -0.476,0.31 -2.321,-1.197 -1.871,0.075 -0.342,0.019 -1.143,-0.335 -1.182,0.216 0.211,0.322 1.178,0.383 1.359,-0.053 m -1.549,-0.451 c -0.291,-0.195 -0.575,-0.183 -0.85,0.035 0.3,0.374 0.573,0.165 0.85,-0.035 m 23.101,-29.018 c -0.224,0.082 -0.459,-0.156 -0.681,0.027 -0.034,0.531 1.006,0.379 0.681,-0.027 m -2.638,0.018 c 0.463,0.15 1.376,0.426 1.523,-0.228 -0.604,0.275 -0.274,-0.421 -0.537,-0.658 -0.309,0.322 -0.178,0.629 -0.218,0.942 -0.281,-0.401 -0.775,-0.536 -0.768,-0.056 m -20.481,22.123 c 0.476,-0.519 -0.849,-1.105 -0.782,-0.392 0.36,-0.233 0.335,0.348 0.782,0.392 m 19.116,-22.239 c 0.21,0.166 0.855,0.317 0.76,-0.114 -0.216,0.216 -0.521,-0.096 -0.523,-0.319 -0.148,0.147 -0.234,0.292 -0.237,0.433 m -23.758,21.065 c -0.261,-0.15 -0.524,-0.343 -0.767,-0.054 0.266,0.287 0.52,0.287 0.767,0.054 m -2.046,2.034 c 0.407,-0.326 -0.032,-0.621 -0.293,-0.922 -0.136,0.131 -0.289,-0.139 -0.422,0.1 0.328,0.554 0.489,0.207 0.715,0.822 m -0.959,-0.557 c 0.455,-0.522 -0.594,-0.848 -0.87,-0.475 0.107,0.139 0.015,0.283 0.102,0.422 0.556,0.037 0.37,-0.628 0.768,0.053 m -3.038,0.629 c 0.402,0.064 1.155,0.161 1.265,-0.306 0.316,0.271 0.885,-0.215 0.95,0.389 0.109,-0.117 0.218,-0.235 0.326,-0.353 -0.233,-0.312 -0.426,-0.085 -0.441,-0.408 -0.48,0.235 -0.733,0.248 -0.862,-0.304 -0.359,0.183 -0.06,0.342 -0.15,0.516 -0.147,-0.138 -0.296,-0.272 -0.442,-0.408 -0.405,0.505 0.026,0.741 -0.646,0.874 m -5.29,6.07 c -0.209,-0.238 -0.41,-0.318 -0.599,-0.062 0.208,0.238 0.41,0.318 0.599,0.062 m 6.236,-7.974 c -0.166,-0.367 -0.734,-0.211 -0.592,0.109 0.193,-0.137 0.407,0.246 0.592,-0.109 m -7.461,9.297 c -0.043,-0.135 -0.383,-0.405 -0.286,-0.755 0.207,0.166 0.396,-0.046 0.586,-0.277 -0.435,-0.213 -0.879,-0.709 -1.292,-0.373 0.66,0.385 0.204,1.83 0.992,1.405 m 0.014,-1.786 c -0.151,-0.164 0.221,-0.347 0.151,-0.515 -0.209,-0.238 -0.41,-0.319 -0.599,-0.061 0.278,0.139 0.003,0.723 0.448,0.576 m -1.238,0.984 c -0.187,-0.254 -0.788,-0.151 -0.672,0.196 0.217,-0.221 0.464,0.256 0.672,-0.196 m 0.157,-0.346 c -0.302,-0.442 -0.574,-0.168 -0.856,-0.137 0.287,0.08 0.58,0.349 0.856,0.137 m 5.441,-6.585 c -0.269,-0.334 -0.525,-0.344 -0.776,-0.222 0.023,0.31 0.528,0.667 0.776,0.222 m -2.882,0.284 c 0.482,-0.475 0.571,0.62 1.114,0.212 -0.472,-0.273 -0.244,-0.201 -0.449,-0.578 -0.25,-0.015 -0.936,-0.099 -0.665,0.366 m -0.184,-0.333 c 0.452,-0.736 0.958,-0.162 1.429,-0.479 -0.301,-0.515 -1.233,-0.047 -1.789,-0.015 0.246,0.16 0.043,0.338 0.36,0.494 m 0.545,-1.294 c -0.24,-0.297 -0.464,-0.223 -0.687,-0.143 0.009,0.27 0.445,0.333 0.687,0.143 m -2.891,2.237 c -0.515,0.208 -1.831,-0.392 -1.766,0.494 0.521,-0.455 1.53,0.018 1.766,-0.494 m -0.121,-0.929 c -0.233,-0.161 -0.463,-0.26 -0.686,-0.144 0.008,0.254 0.448,0.431 0.686,0.144 m -2.495,1.458 c -0.399,0.028 -1.533,-0.737 -1.361,0.053 0.44,-0.381 0.923,0.366 1.361,-0.053 m -6.644,6.292 c -0.034,-0.17 -0.128,-0.336 -0.36,-0.497 -0.211,0.417 -0.451,0.051 -0.667,0.367 0.06,0.054 0.119,0.109 0.177,0.161 0.244,-0.34 0.43,0.067 0.85,-0.031 m -1.992,1.266 c 0.449,-0.119 0.918,0.242 1.352,-0.223 -0.446,-0.064 -0.323,-0.624 -0.705,-0.652 -0.455,0.197 0.038,0.781 -0.314,0.693 -0.133,-0.193 0.073,-0.399 -0.277,-0.584 -0.234,0.264 -0.103,0.514 -0.056,0.766 m 5.754,-7.275 c 0.499,0.373 0.578,-0.051 0.918,-0.462 -0.162,-0.134 -0.257,-0.273 -0.273,-0.412 -0.054,0.059 -0.107,0.116 -0.163,0.176 0.174,0.407 -0.061,0.561 -0.482,0.698 m -4.951,6.056 c -0.297,-0.33 -0.578,-0.284 -0.856,-0.138 0.286,0.08 0.58,0.349 0.856,0.138 m -1.605,0.316 c -0.144,-0.134 0.179,-0.289 0.069,-0.426 -0.22,0.183 -0.459,-0.12 -0.672,0.197 0.207,0.215 0.412,0.411 0.603,0.229 m 6.428,-7.471 c 0.437,-0.387 0.902,-0.081 1.346,-0.394 -0.5,-0.373 -1.422,-0.123 -1.612,0.148 0.15,-0.115 0.249,0.118 0.266,0.246 m 0.781,-1.729 c -0.342,0.042 -1.133,-0.089 -1.175,0.386 0.333,-0.224 1.138,0.211 1.175,-0.386 m -7.894,9.059 c -0.518,-0.181 -1.02,0.055 -1.53,0.059 0.089,0.082 0.177,0.163 0.265,0.245 0.416,-0.242 0.849,-0.063 1.265,-0.304 m 13.775,-15.237 c 0.161,-0.277 0.33,-0.285 0.511,-0.018 0.316,-0.531 -0.586,-1.113 -1.053,-0.809 0.513,0.34 0.487,0.365 0.542,0.827 m 14.335,-16.191 c -0.277,0.144 -0.582,-0.359 -0.849,0.033 0.237,0.128 0.914,0.368 0.849,-0.033 m -21.55,25.224 c -0.533,-0.233 -1.378,-0.2 -2.052,-0.259 0.119,-0.203 0.319,-0.409 0.062,-0.597 -0.08,0.721 -0.354,0.188 -0.83,0.541 0.326,0.322 0.577,0.317 0.462,0.918 0.53,-0.958 1.557,-0.215 2.358,-0.603 m -8.254,6.441 c -0.124,-0.109 -0.155,-0.221 -0.183,-0.334 -0.198,0.176 -0.837,0.107 -0.746,0.454 0.3,-0.258 0.633,0.257 0.929,-0.12 m 3.02,-3.262 c -0.345,-0.112 -0.682,-0.045 -1.027,-0.131 0.036,0.237 1.017,0.551 1.027,0.131 m 1.659,-3.207 c 0.136,-0.408 0.734,0.202 0.585,-0.278 -0.242,-0.085 -0.857,-0.23 -0.585,0.278 m -5.502,7.179 c -0.211,-0.313 -0.399,-0.086 -0.612,-0.399 0.216,-0.211 0.425,-0.122 0.24,-0.434 -0.256,0.119 -0.959,-0.031 -0.918,0.461 0.369,0.234 0.757,0.678 1.29,0.372 m 0.443,-1.716 c -10e-4,-0.224 -0.386,-0.64 -0.611,-0.4 0.202,0.093 0.421,0.586 0.611,0.4 m 3.054,-4.535 c 0.361,-0.167 0.73,-0.186 1.094,-0.298 -0.262,-0.169 -0.52,-0.252 -0.774,-0.224 0.161,0.125 -0.688,0.084 -0.32,0.522 m -6.059,6.014 c 0.435,-0.37 0.785,0.432 1.04,0.468 0.347,-0.449 -0.178,-0.373 -0.373,-0.835 -0.156,0.348 -0.342,-0.024 -0.517,-0.149 -0.212,0.178 -0.285,0.35 -0.15,0.516 m 6.168,-7.547 c -0.324,0.006 -0.39,0.299 -0.32,0.523 -0.611,-0.381 -1.649,-0.164 -1.937,0.498 0.707,-0.41 1.549,-0.209 2.046,0.092 -0.117,-0.224 -0.017,-0.453 0.143,-0.687 0.044,0.365 0.074,0.392 0.443,0.407 0.185,-0.148 0.041,-0.284 0.066,-0.426 0.191,0.45 0.191,0.14 0.518,0.149 -0.232,0.36 0.296,0.417 0.517,0.149 -0.005,-0.292 -0.368,-0.195 -0.62,-0.57 -0.586,0.117 -0.618,0.367 -0.856,-0.135 m 6.651,-8.246 c 0.291,0.168 0.57,0.079 0.843,-0.203 -0.274,-0.299 -0.315,-0.942 -0.788,-0.563 0.263,0.334 0.45,0.611 -0.055,0.766 m 14.844,-16.211 c 0.297,-0.239 0.072,-0.457 -0.196,-0.672 -0.109,0.125 -0.221,0.156 -0.334,0.182 0.001,0.226 0.305,0.505 0.53,0.49 m -24.397,26.353 c 0.105,-0.144 0.332,-0.295 0.238,-0.433 -0.39,0.173 -0.807,-0.306 -1.183,0.216 0.446,0.25 0.676,-0.132 0.945,0.217 m 0.958,-1.564 c 0.136,-0.16 0.274,-0.258 0.415,-0.272 -0.059,-0.054 -0.119,-0.109 -0.177,-0.164 0.045,-0.056 0.085,-0.117 -0.007,-0.168 -0.457,0.405 -0.131,-0.361 -0.36,-0.496 -0.193,0.133 -0.4,-0.072 -0.584,0.278 0.411,0.267 0.425,0.549 0.713,0.822 m -1.753,0.832 c 0.225,-0.044 0.453,0.017 0.679,-0.027 -0.288,-0.283 -0.305,-0.606 -0.701,-0.48 0.16,0.163 -0.208,0.347 0.022,0.507 m -4.957,3.764 c -0.209,-0.24 -0.41,-0.32 -0.598,-0.063 0.208,0.239 0.41,0.318 0.598,0.063 m 1.51,-2.694 c -0.209,-0.059 -0.856,-0.348 -0.762,0.115 0.252,-0.104 0.516,0.139 0.762,-0.115 m 9.961,-10.584 c -0.012,-0.373 -0.441,-0.244 -0.707,-0.65 -0.081,0.088 -0.164,0.176 -0.244,0.265 0.324,0.264 0.65,0.657 0.951,0.385 m -0.937,-0.048 c -0.08,-0.378 -0.512,-0.042 -0.448,-0.575 -0.416,0.254 0.199,0.838 0.448,0.575 m -14.246,14.152 c -0.008,-0.253 -0.449,-0.43 -0.687,-0.144 0.239,0.298 0.462,0.224 0.687,0.144 m 2.931,-3.342 c -0.214,-0.23 -0.855,-0.33 -0.762,0.113 0.25,-0.148 0.513,0.035 0.762,-0.113 m -1.605,0.316 c -0.165,0.104 -0.347,-0.18 -0.503,0.19 0.143,0.437 0.666,0.025 0.503,-0.19 m -3.365,3.105 c 0.43,0.096 0.852,0.023 1.272,-0.135 -0.408,-0.153 -1.162,-0.347 -1.272,0.135 m 9.109,-4.181 c -0.001,0.19 0.378,0.407 0.613,0.401 -0.165,-0.264 0.381,-0.084 0.495,-0.36 -0.379,-0.287 -0.741,-0.115 -1.108,-0.041 m -0.374,-0.835 c 0.147,0.068 0.286,0.054 0.422,-0.1 -0.628,-0.42 -0.916,0.661 -1.244,0.813 -0.146,-0.136 -0.293,-0.271 -0.441,-0.407 -0.633,0.533 -1.286,0.466 -1.944,0.331 -0.089,-0.413 -0.346,-0.732 -0.544,-0.827 -0.021,0.659 -0.325,-0.217 -0.672,0.195 0.557,0.434 0.996,0.682 1.325,1.223 0.523,-0.772 1.524,0.023 2.215,0.082 -0.084,-0.166 -0.551,-0.318 -0.36,-0.495 0.32,0.231 0.629,0.124 0.953,0.387 -0.111,0.091 -0.343,0.055 -0.246,0.264 0.305,-0.299 1.081,0.23 1.094,-0.297 -0.41,0.244 -1.069,-0.381 -0.714,-0.822 0.065,0.614 1.169,0.228 1.189,-0.046 -0.313,0.03 -1.222,0.315 -1.033,-0.301 m -2.628,-1.932 c -0.118,-0.109 -0.237,-0.217 -0.354,-0.327 -0.082,0.088 -0.164,0.176 -0.245,0.265 0.207,0.237 0.41,0.317 0.599,0.062 m -6.101,7.119 c -0.294,-0.266 -0.591,-0.614 -0.862,-0.307 0.288,0.125 0.59,0.588 0.862,0.307 m 2.918,-3.682 c 0.379,-0.487 0.791,-0.105 1.176,-0.387 -0.235,-0.335 0.053,-0.631 -0.456,-0.746 -0.396,0.242 -0.076,0.455 -0.142,0.684 -0.258,-0.092 -0.509,0.028 -0.775,-0.224 -0.296,0.239 -0.072,0.457 0.197,0.673 m 9.459,-10.395 c -0.201,-0.047 -0.39,0.167 -0.585,0.278 1.195,0.066 2.386,0.111 3.562,-0.312 -0.365,-0.609 -0.668,0.326 -1.027,-0.128 0.216,-0.211 0.425,-0.121 0.239,-0.434 -0.376,0.009 -0.205,0.368 -0.572,0.617 -0.384,-0.414 -0.727,0.25 -1.114,-0.212 0.224,-0.084 0.453,0.004 0.667,-0.364 -0.181,-0.234 -0.342,-0.016 -0.524,-0.32 -0.304,0.137 0.094,0.66 -0.321,0.523 -0.255,-0.189 0.249,-0.407 -0.107,-0.591 -0.173,-0.051 -0.339,0.037 -0.504,0.19 0.03,0.253 0.386,0.495 0.286,0.753 m -8.418,8.739 c 0.109,-0.116 0.217,-0.235 0.326,-0.352 -0.19,-0.298 -0.798,-0.387 -0.68,0.026 0.217,-0.205 0.323,0.25 0.354,0.326 m -1.088,0.469 c 0.453,0.412 0.368,-0.297 0.836,-0.374 -0.291,-0.13 -0.824,0.043 -0.836,0.374 m -1.463,1.755 c -0.117,-0.108 -0.235,-0.216 -0.352,-0.325 -0.082,0.089 -0.164,0.177 -0.246,0.265 0.212,0.338 0.402,0.117 0.598,0.06 m -3.352,3.445 c 0.236,-0.496 0.516,0.128 0.755,-0.284 -0.437,-0.269 -0.86,-0.217 -1.284,-0.205 0.175,0.164 0.353,0.326 0.529,0.489 m 3.327,-4.123 c 0.424,-0.255 0.022,-0.847 -0.28,-0.583 0.014,0.197 -0.073,0.399 0.28,0.583 m -0.287,-0.752 c -0.207,-0.243 -0.397,-0.027 -0.59,0.107 0.232,0.144 0.226,0.714 0.449,0.576 -0.082,-0.222 0.122,-0.458 0.141,-0.683 m 8.554,-9.595 c 0.387,-0.245 -0.108,-0.75 -0.359,-0.494 0.245,0.158 0.042,0.336 0.359,0.494 m -8.315,9.16 c -0.298,-0.029 -1.179,-0.383 -0.925,0.29 0.244,-0.372 0.962,0.071 0.925,-0.29 m -7.424,5.898 c 0.185,-0.331 0.399,0.053 0.586,-0.277 -0.236,-0.161 -0.467,-0.262 -0.689,-0.143 0.107,0.137 0.016,0.282 0.103,0.42 m -2.986,-0.136 c -0.172,-0.164 0.111,-0.344 -0.188,-0.502 -0.139,0.093 -0.282,0.051 -0.415,0.271 0.379,0.108 0.236,0.401 0.603,0.231 m 0.511,-0.022 c -0.516,0.608 -1.535,-0.132 -1.768,0.496 0.497,-0.058 1.867,0.42 1.768,-0.496 m -2.345,0.944 c 0.136,-0.16 0.273,-0.258 0.415,-0.272 -0.421,-0.189 -0.496,0.16 -0.781,-0.394 -0.115,0.539 -0.416,0.116 -0.748,0.454 0.38,0.304 0.731,-0.12 1.114,0.212 m 2.768,-5.29 c 0.264,0.383 0.678,-0.107 0.666,-0.366 -0.432,-0.377 -0.302,0.091 -0.666,0.366 m -4.215,5.26 c 0.178,-0.318 0.157,-0.627 -0.123,-0.927 -0.388,0.319 -0.196,0.899 0.123,0.927 m 1.365,-2.005 c 0.243,-0.209 0.027,-0.399 -0.108,-0.591 -0.109,0.107 -0.225,0.016 -0.333,0.182 0.148,0.137 0.295,0.274 0.441,0.409 m 3.238,-4.205 c -0.147,-0.135 -0.295,-0.27 -0.441,-0.407 -0.082,0.117 -0.249,0.236 -0.158,0.346 0.189,-0.26 0.42,0.539 0.599,0.061 m -0.128,-1.098 c 0.573,0.504 1.14,-0.301 0.904,-0.801 -0.248,0.347 -0.19,0.514 -0.904,0.801 m -6.651,8.245 c 0.462,-0.218 -0.354,-0.383 -0.109,-0.591 0.219,-0.181 0.467,0.333 0.68,-0.027 -0.469,-0.376 -0.917,-0.188 -1.366,-0.115 0.125,0.365 0.582,0.187 0.795,0.733 m 0.517,-1.974 c -0.039,-0.223 -0.085,-0.652 -0.441,-0.406 0.006,0.099 0.227,0.59 0.441,0.406 m -2.448,2.645 c -0.431,-0.135 -0.848,0.085 -1.271,0.135 0.431,0.167 0.861,0.244 1.271,-0.135 m 7.943,-7.872 c -0.58,-0.312 -1.145,-0.245 -1.707,-0.103 0.106,0.798 1.135,0.396 1.707,0.103 m -1.238,0.983 c -0.455,-0.344 -0.643,-0.359 -0.714,-0.821 -0.309,0.005 -0.199,0.292 -0.319,0.522 0.238,0.298 0.461,0.192 0.693,0.311 -0.11,0.094 -0.342,0.055 -0.246,0.265 0.522,0.173 0.748,-0.164 1.089,-0.467 -0.095,-0.138 -0.052,-0.28 -0.272,-0.413 -0.335,0.211 -0.114,0.4 -0.231,0.603 m -1.047,-0.639 c -0.24,-0.335 -0.457,-0.085 -0.686,-0.141 0.013,0.392 0.45,0.452 0.686,0.141 m -5.507,4.889 c -0.244,-0.431 -0.455,-0.035 -0.674,0.196 0.238,0.279 0.45,-0.12 0.674,-0.196 m 4.876,-5.798 c 0.325,-0.37 0.693,0.312 1.01,-0.21 -0.305,-0.476 -1.021,-0.219 -1.01,0.21 m 1.862,-0.243 c -0.347,-0.399 -0.44,0.098 -0.612,-0.4 -0.149,0.146 -0.234,0.291 -0.24,0.433 0.298,0.311 0.581,0.299 0.852,-0.033 m -2.407,1.539 c -0.256,-0.019 -0.531,-0.551 -0.775,-0.224 0.265,0.252 0.524,0.335 0.775,0.224 m -5.481,5.567 c -0.125,-0.11 -0.155,-0.221 -0.183,-0.334 -0.169,0.034 -0.335,0.131 -0.497,0.361 0.235,0.194 0.463,0.186 0.68,-0.027 m 3.789,-5.33 c 0.169,-0.034 0.334,-0.129 0.495,-0.36 -0.245,-0.384 -0.751,0.11 -0.495,0.36 m 6.412,-7.811 c 0.363,-0.135 0.752,0.348 1.101,-0.129 -0.324,-0.323 -0.631,-0.172 -0.952,-0.387 -0.211,0.178 -0.285,0.352 -0.149,0.516 m -11.471,13.275 c -0.175,0.116 -0.097,-0.124 -0.266,-0.244 -0.358,0.09 -0.362,0.592 -0.844,0.203 -0.047,-0.291 0.498,-0.228 0.233,-0.603 -0.336,0.006 -0.534,0.165 -0.66,0.536 0.475,0.463 1.384,0.64 1.537,0.108 m 13.899,-16.428 c -0.348,-0.197 -0.688,-0.183 -1.02,0.038 0.348,0.198 0.689,0.183 1.02,-0.038 m -17.189,17.153 c -0.257,-0.025 -0.509,0.068 -0.756,0.284 0.224,0.445 0.836,-0.143 0.756,-0.284 m 29.51,-32.586 c 0.217,-0.135 0.426,0.07 0.416,-0.271 -0.24,-0.344 -0.657,0.019 -0.416,0.271 m -10.566,12.476 c -0.25,-0.367 -0.612,-0.195 -0.618,-0.571 -0.055,0.058 -0.109,0.119 -0.164,0.177 -0.058,-0.045 -0.117,-0.084 -0.171,0.007 0.16,0.392 0.59,0.63 0.953,0.387 m -13.103,12.916 c 0.238,0.3 0.461,0.192 0.692,0.311 0.213,-0.369 0.443,-0.281 0.667,-0.367 -0.371,-0.156 -0.208,-0.174 -0.53,-0.487 -0.139,0.333 -0.248,0.469 -0.593,0.109 -0.147,0.148 -0.233,0.292 -0.236,0.434 m -1.891,1.686 c 0.257,0.19 -0.246,0.406 0.109,0.592 0.368,-0.166 0.213,-0.732 -0.109,-0.592 m 1.021,-0.038 c -0.221,0.183 -0.461,-0.12 -0.674,0.196 0.189,0.268 0.786,0.052 0.674,-0.196 m -5.753,5.151 c -0.164,0.355 -0.787,-0.091 -0.666,0.368 0.312,-0.004 0.628,0.103 0.923,-0.292 -0.168,-0.134 -0.124,-0.277 0.069,-0.429 -0.292,-0.207 -0.577,-0.248 -0.856,-0.137 0.132,0.169 0.67,0.16 0.53,0.49 m -1.428,0.481 c -0.123,0.432 -0.335,0.25 -0.659,0.536 0.585,0.064 1.071,0.976 1.373,0.284 -0.494,-0.115 -0.468,-0.472 -0.714,-0.82 m 1.374,0.287 c -0.235,-0.198 -0.459,-0.124 -0.688,-0.142 0.173,0.276 -0.023,0.566 0.204,0.839 0.353,-0.24 0.183,-0.459 0.484,-0.697 m 11.803,-13.461 c -0.439,-0.343 -0.861,-0.283 -1.284,-0.203 0.44,0.369 0.863,0.274 1.284,0.203 m -7.064,6.393 c 0.44,-0.354 0.911,0.097 1.36,-0.053 -0.303,-0.604 -0.825,-0.334 -1.462,-0.365 -0.093,-0.122 -0.053,-0.305 -0.258,-0.075 0.034,0.169 0.129,0.335 0.36,0.493 m -2.148,1.615 c -0.323,-0.251 -0.64,-0.395 -0.939,-0.049 0.323,0.239 0.628,0.09 0.939,0.049 m 2.421,-3.322 c -0.208,-0.242 -0.403,-0.147 -0.591,0.107 0.208,0.242 0.403,0.145 0.591,-0.107 m -6.997,8.089 c -0.324,-0.283 -0.646,-0.519 -0.952,-0.387 0.323,0.278 0.653,0.72 0.952,0.387 m 12.709,-16.382 c 0.317,-0.268 0.439,-0.527 0.056,-0.768 -0.262,0.076 -0.332,0.523 -0.749,0.455 0.243,0.399 0.456,0.013 0.693,0.313 m -11.852,12.273 c 0.266,-0.439 0.558,-0.26 0.829,-0.543 -0.323,-0.299 -0.615,0.195 -0.95,-0.388 -0.162,0.246 -0.34,0.042 -0.496,0.36 0.397,0.276 0.311,0.196 0.617,0.571 m -6.948,5.028 c -0.173,0.138 -0.775,0.201 -0.66,0.537 0.184,0.135 0.775,-0.242 0.66,-0.537 m 31.435,-33.426 c -0.373,-0.096 -0.746,-0.201 -1.101,0.128 0.36,0.206 1.036,0.34 1.101,-0.128 m -21.227,20.455 c 0.384,0.34 1.194,0.187 1.263,-0.305 -0.348,0.494 -0.737,-0.045 -1.107,-0.041 0.154,0.233 -0.234,0.039 -0.156,0.346 m 5.842,-7.195 c 0.382,-0.275 -0.111,-0.728 -0.356,-0.326 0.249,0.216 0.042,0.312 0.356,0.326 m -7.271,7.676 c -0.208,-0.241 -0.402,-0.145 -0.591,0.108 0.209,0.242 0.403,0.144 0.591,-0.108 m 18.341,-20.341 c -0.238,-0.296 -0.455,-0.007 -0.679,0.026 0.237,0.296 0.463,0.288 0.679,-0.026 m -34.624,34.573 c -0.17,-0.364 0.343,-0.176 0.258,0.072 0.218,-0.205 0.118,-0.4 0.061,-0.596 -0.38,0.104 -0.308,-0.136 -0.85,0.033 0.127,0.264 0.288,0.469 0.531,0.491 m 16.952,-18.845 c -0.272,0.306 -0.579,-0.282 -0.851,0.034 0.245,0.279 0.917,0.399 0.851,-0.034 m 0.19,-1.62 c -0.049,-0.055 -0.091,-0.11 -0.007,-0.17 0.148,0.146 0.29,0.141 0.429,0.068 -0.293,-0.258 -0.58,-0.326 -0.856,-0.134 0.146,0.106 0.297,0.33 0.434,0.236 m -14.544,15.181 c 0.169,0 0.502,-0.379 0.23,-0.603 -0.214,0.205 -0.411,0.412 -0.23,0.603 m 8.425,-8.57 c 0.446,-0.416 -0.356,-0.64 -0.613,-0.401 0.211,0.313 0.401,0.087 0.613,0.401 m 5.59,-7.098 c 0.214,-0.212 0.424,-0.123 0.237,-0.435 -0.163,0.174 -0.343,-0.111 -0.503,0.189 0.089,0.081 0.176,0.163 0.266,0.246 m -10.664,12.225 c -0.234,-0.219 -0.47,-0.435 -0.706,-0.653 -0.109,0.109 -0.226,0.017 -0.333,0.183 -0.067,0.379 0.649,0.718 1.039,0.47 m -5.921,5.157 c -0.159,-0.163 0.208,-0.347 -0.02,-0.508 -0.408,-0.09 -0.378,0.662 0.02,0.508 m 15.911,-17.188 c -0.147,-0.342 -0.436,-0.424 -0.775,-0.223 0.263,0.158 0.519,0.166 0.775,0.223 m 12.927,-13.078 c 0.064,-0.199 -0.451,-0.379 -0.108,-0.59 0.468,0.237 0.255,0.5 0.454,0.746 0.134,-0.184 0.28,-0.104 0.415,-0.271 -0.28,-0.631 -0.623,-0.764 -0.902,-1.323 -0.59,0.678 -0.7,0.625 -1.327,0.903 0.371,0.29 0.877,0.632 1.468,0.535 m -24.487,26.273 c 0.004,0.309 0.294,0.199 0.524,0.319 0.131,-0.51 0.626,-0.174 1.005,-0.379 -0.406,-0.491 0.367,-0.017 0.49,-0.529 -0.376,-0.172 -0.728,0.22 -1.101,0.129 -0.679,-0.471 -0.531,-1.453 -1.236,-1.141 0.501,0.285 1.116,1.281 0.318,1.601 m -2.434,2.984 c -0.354,-0.298 0.034,-0.101 0.157,-0.345 -0.213,-0.34 -0.39,0.178 -0.599,-0.063 0.266,-0.478 0.556,-0.301 0.83,-0.543 0.067,-0.154 0.362,-0.736 -0.108,-0.589 0.188,0.314 -0.321,0.117 -0.409,0.44 -0.36,-0.495 -0.677,0.109 -1.027,-0.128 -0.238,0.421 -0.405,0.526 -0.829,0.541 -0.143,-0.135 0.177,-0.289 0.069,-0.425 -0.737,0.493 -0.295,0.831 0.061,1.525 0.186,-0.15 0.041,-0.285 0.068,-0.428 0.146,0.133 0.276,-0.197 0.421,-0.102 -0.149,0.147 -0.235,0.292 -0.238,0.434 0.318,0.26 0.535,-0.045 0.44,0.407 0.2,-0.013 0.401,0.073 0.586,-0.275 -0.12,-0.178 -0.347,-0.078 -0.266,-0.245 0.285,-0.002 0.565,-0.091 0.844,-0.204 m 11.956,-16.097 c 0.398,0.049 0.789,-0.121 1.181,-0.217 -0.37,-0.348 -1.387,-0.418 -1.181,0.217 m -8.235,9.071 c -0.308,0.126 -0.625,-0.028 -0.926,0.291 0.274,0.318 0.957,-0.01 0.926,-0.291 m 20.291,-22.626 c -0.204,-0.119 -0.409,-0.318 -0.598,-0.061 0.005,0.326 0.379,0.444 0.598,0.061 m -22.773,24.422 c -0.314,-0.04 -0.632,-0.184 -0.938,-0.048 0.327,0.398 0.629,0.14 0.938,0.048 m 8.847,-10.793 c -0.36,0.205 -0.334,-0.34 -0.769,-0.056 0.22,0.341 0.865,0.521 0.769,0.056 m -13.484,14.033 c 0.119,0.223 -0.54,0.475 -0.143,0.686 0.424,-0.009 -0.013,-0.359 0.401,-0.611 -0.148,-0.135 -0.294,-0.271 -0.442,-0.407 -0.092,0.205 -0.597,0.128 -0.407,0.442 0.202,0.084 0.392,-0.133 0.591,-0.11 m 2.353,-2.895 c 0.119,0.109 0.235,0.218 0.354,0.327 0.095,-0.203 0.293,-0.408 0.23,-0.605 -0.185,0.333 -0.399,-0.053 -0.584,0.278 m -1.965,1.948 c 0.44,-0.344 0.911,0.102 1.353,-0.226 -0.451,0.094 -0.929,-0.512 -1.366,-0.116 0.115,0.11 -0.064,0.23 0.013,0.342 m 5.895,-5.84 c 0.149,-0.145 0.234,-0.292 0.239,-0.432 -0.373,-0.079 -0.749,-0.285 -1.101,0.128 0.298,0.378 0.561,-0.102 0.862,0.304 m -7.309,6.658 c 0.173,-0.147 0.08,-0.285 0.237,-0.433 -0.207,-0.241 -0.402,-0.145 -0.591,0.108 0.118,0.108 0.235,0.217 0.354,0.325 m 24.799,-26.964 c -0.235,-0.198 -0.47,-0.402 -0.686,-0.143 0.237,0.298 0.463,0.223 0.686,0.143 m -24.317,26.266 c 0.373,-0.184 -0.222,-0.331 0.15,-0.514 -0.234,-0.198 -0.461,-0.188 -0.68,0.025 0.002,0.225 0.306,0.506 0.53,0.489 m 11.138,-13.093 c -0.294,-0.248 -0.572,-0.158 -0.841,0.205 0.291,0.188 0.562,-0.103 0.841,-0.205 m -0.237,0.434 c 0.14,-0.078 0.281,-0.075 0.429,0.067 0.135,-0.145 0.272,-0.294 0.407,-0.438 0.588,0.385 0.72,0.019 1.373,0.284 -0.175,-0.163 0.11,-0.344 -0.189,-0.501 -0.328,0.34 -0.675,0.169 -1.019,0.039 0.124,-0.287 0.146,-0.573 -0.206,-0.842 -0.249,0.134 -0.502,0.174 -0.748,0.455 0.267,0.274 0.513,0.038 0.782,0.395 -0.131,0.347 -0.785,0.187 -0.829,0.541 m -13.083,13.424 c 0.194,-0.131 0.396,-0.045 0.586,-0.278 -0.252,-0.294 -0.853,-0.087 -0.586,0.278 m 3.197,-3.099 c -0.147,-0.423 -0.307,-0.653 -0.782,-0.393 0.569,-0.036 0.214,0.484 0.782,0.393 m -4.345,4.164 c -0.047,0.2 0.166,0.39 0.277,0.583 0.231,0.066 0.456,0.056 0.681,-0.025 0.083,-0.259 -0.059,-0.509 -0.115,-0.762 0.419,0.592 0.809,0.389 1.209,0.463 0.34,-0.609 0.678,-0.527 1.244,-0.813 -0.272,-0.433 -1.173,-0.056 -1.699,0.067 0.145,-0.148 0.14,-0.289 0.069,-0.428 -0.51,0.018 -0.651,0.17 -0.41,0.442 -0.395,-0.085 -1.619,-0.341 -1.936,0.502 0.407,-0.252 0.308,0.066 0.68,-0.029 m 24.084,-25.662 c -0.462,-0.218 -0.9,0.183 -1.36,0.053 0.176,0.551 0.943,0.155 1.36,-0.053 m -22.309,23.216 c -0.249,0.195 -0.511,0.021 -0.756,0.282 0.217,0.298 0.846,0.091 0.756,-0.282 m 11.268,-11.996 c -0.119,-0.108 -0.237,-0.217 -0.355,-0.325 -0.211,0.366 -0.438,0.376 -0.68,0.028 -0.08,0.087 -0.162,0.175 -0.244,0.262 0.437,0.285 0.854,0.09 1.279,0.035 m -13.111,12.746 c 0.433,0.189 0.838,-0.358 1.272,-0.135 -0.368,-0.351 -0.604,-0.258 -1.116,-0.211 0.089,0.112 -0.033,0.229 -0.156,0.346 m 6.146,-5.933 c -0.38,-0.337 -0.748,-0.303 -1.101,0.129 0.379,0.243 0.742,0.126 1.101,-0.129 m -2.291,2.299 c 0.308,-0.089 0.08,-0.541 0.326,-0.352 0.157,0.193 -0.048,0.398 0.109,0.59 0.109,-0.118 0.217,-0.235 0.328,-0.353 -0.132,-0.138 -0.318,-0.271 -0.104,-0.421 -0.206,-0.213 -0.412,-0.41 -0.604,-0.228 0.099,0.107 0.185,0.217 0.014,0.337 -0.318,-0.158 -0.115,-0.334 -0.361,-0.496 -0.38,0.327 0.197,0.617 0.292,0.923 m -0.673,0.198 c -0.117,0.616 -0.562,0.048 -0.924,0.291 0.246,0.756 1.188,0.352 0.924,-0.291 m -4.46,3.403 c 0.176,0.247 0.116,0.504 0.115,0.76 0.164,-0.174 0.345,0.109 0.503,-0.19 -0.706,-0.574 0.604,-0.315 0.394,-0.779 -0.333,0.261 -1.139,-0.266 -1.176,0.385 0.056,-0.059 0.109,-0.119 0.164,-0.176 m 2.977,-2.156 c -0.168,-0.136 -0.125,-0.28 0.069,-0.428 -0.147,-0.135 -0.294,-0.272 -0.441,-0.406 -0.253,0.076 -0.498,0.311 -0.748,0.453 0.37,0.037 0.748,0.279 1.12,0.381 m -3.154,1.994 c -0.118,-0.111 -0.236,-0.219 -0.352,-0.328 -0.084,0.117 -0.247,0.236 -0.158,0.346 0.168,-0.126 0.202,0.397 0.51,-0.018 m 21.379,-23.096 c -0.22,-0.57 -1.106,0.218 -0.761,0.117 0.251,-0.096 0.519,0.221 0.761,-0.117 m 3.856,-5.757 c 0.119,-0.265 -0.468,-0.589 -0.604,-0.23 0.203,0.114 0.421,0.611 0.604,0.23 m -24.425,25.677 c 0.159,0.164 -0.208,0.349 0.021,0.51 0.154,-0.387 0.348,0.195 0.503,-0.192 -0.268,-0.271 -0.204,-0.556 -0.543,-0.827 -0.082,0.09 -0.164,0.177 -0.246,0.265 0.088,0.082 0.178,0.164 0.265,0.244 m 11.593,-10.223 c 0.003,0.439 -0.331,0.172 -0.516,-0.149 -0.223,0.036 -0.308,0.127 -0.327,0.35 -0.611,-0.388 -1.181,0.241 -1.793,-0.183 -0.265,0.217 0.053,0.747 -0.416,0.273 -0.285,0.26 -0.273,0.942 0.197,0.67 -0.098,-0.108 -0.184,-0.219 -0.014,-0.338 0.098,0.959 1.08,0.626 1.654,0.867 0.135,-0.146 0.27,-0.293 0.406,-0.44 0.341,0.028 0.701,0.515 1.027,0.129 -0.175,-0.529 -0.96,-0.599 -1.381,-0.454 0.081,-0.123 -0.047,-0.145 -0.176,-0.162 0.282,-0.039 0.552,-0.408 0.836,-0.373 0.445,0.468 0.883,0.819 1.292,0.373 -0.685,0.035 -0.519,-0.351 -0.789,-0.563 m -15.469,13.348 c -0.285,0.492 0.588,1.064 0.967,0.727 -0.009,-0.323 -0.258,-0.542 -0.45,-0.577 0.003,0.439 -0.333,0.172 -0.517,-0.15 m 3.272,-3.358 c -0.264,-0.25 -0.534,-0.585 -0.776,-0.222 0.257,0.018 0.534,0.551 0.776,0.222 m -4.822,5.034 c -0.271,-0.373 -0.494,0.41 -0.767,-0.055 -0.264,0.246 0.048,0.602 -0.402,0.609 0.608,0.584 0.666,-0.461 1.169,-0.554 m 9.983,-12.2 c 0.11,-0.117 0.218,-0.234 0.326,-0.351 -0.177,-0.211 -0.352,-0.285 -0.516,-0.15 0.386,0.154 -0.196,0.347 0.19,0.501 m 10.764,-11.802 c -0.025,-0.428 -0.511,-0.297 -0.775,-0.225 0.025,0.346 0.517,0.421 0.775,0.225 m -8.941,10.543 c 0.539,-0.384 1.23,0.404 1.515,-0.401 0.064,0.51 0.649,0.473 0.945,0.217 -0.821,-0.082 -0.697,-0.689 -1.488,-1.043 -0.305,0.702 -0.309,-0.067 -0.489,0.527 -0.433,-0.111 -1.32,-0.454 -1.447,-0.027 0.072,-0.06 0.538,0 0.346,0.156 -0.288,-0.09 -0.569,-0.028 -0.844,0.203 0.239,0.295 0.456,0.073 0.674,-0.196 0.273,0.244 0.759,0.101 0.788,0.564 m -14.749,14.34 c -0.117,0.593 -0.347,-0.032 -0.673,0.195 -0.034,0.553 1.245,0.268 0.673,-0.195 m 4.977,-5.377 c -0.117,-0.108 -0.236,-0.218 -0.354,-0.327 -0.08,0.088 -0.162,0.175 -0.244,0.264 0.212,0.338 0.402,0.119 0.598,0.063 m 7.896,-9.059 c 0.174,0.139 0.348,0.213 0.515,0.149 -0.39,-0.262 -0.164,-1.083 -0.713,-0.821 -0.133,0.404 0.492,0.385 0.198,0.672 m -10.54,8.907 c -0.285,-0.034 -0.581,-0.336 -0.85,0.034 0.301,0.408 0.58,0.284 0.85,-0.034 m -1.57,1.167 c 0.133,-0.492 0.261,-0.115 0.584,-0.279 -0.144,-0.136 0.177,-0.289 0.068,-0.427 -0.413,0.063 -0.29,0.372 -0.678,0.027 -0.083,0.089 -0.164,0.177 -0.247,0.265 0.095,0.138 0.053,0.281 0.273,0.414 m -0.605,-0.23 c -0.116,0.259 -0.668,-0.096 -0.496,0.358 0.228,-0.092 0.761,0.13 0.496,-0.358 m 13.062,-13.934 c -0.282,0.028 -0.577,-0.244 -0.849,0.033 0.242,0.239 0.916,0.397 0.849,-0.033 m 11.016,-11.898 c -0.057,-0.381 -0.643,-0.352 -0.938,-0.051 0.329,0.437 0.637,0.297 0.938,0.051 m -24.139,24.305 c 0.565,-0.077 1.142,0.164 1.699,-0.067 -0.546,-0.42 -1.458,-0.256 -1.699,0.067 m 16.892,-18.247 c -0.297,-0.201 -1.017,-0.028 -1.007,0.381 0.331,-0.238 0.685,0.09 1.007,-0.381 m -2.462,0.184 c -0.037,-0.33 -0.577,-0.311 -0.848,0.032 0.296,0.332 0.572,0.121 0.848,-0.032 m -11.616,3.176 c -0.229,-0.018 -0.467,-0.288 -0.68,0.027 0.381,0.43 0.633,0.008 0.68,-0.027 m -11.896,2.593 c -0.176,0.116 -0.098,-0.125 -0.265,-0.244 -0.234,0.551 -0.522,-0.269 -0.755,0.284 0.305,0.447 1.026,0.254 1.02,-0.04 m 21.156,5.618 c 0.003,-0.123 -0.313,-0.713 -0.522,-0.32 -0.146,0.23 0.407,0.531 0.522,0.32 m 8.39,-0.926 c -0.258,0.06 -0.96,-0.035 -0.925,0.293 0.26,-10e-4 0.963,0.132 0.925,-0.293 m 16.401,-0.563 c -0.776,-0.004 -1.12,0.03 -1.78,0.155 0.605,0.265 1.197,0.16 1.78,-0.155 m -39.165,14.539 c 0.094,0.138 0.054,0.282 0.273,0.415 0.134,-0.185 0.279,-0.104 0.415,-0.272 -0.238,-0.251 -0.473,-0.455 -0.688,-0.143 m 29.861,-2.369 c -0.04,-0.377 -1.544,-0.226 -1.264,0.307 0.408,-0.445 0.858,0.174 1.264,-0.307 m -7.003,5.797 c -0.369,10e-4 -0.738,-0.01 -1.094,0.299 0.314,-0.045 1.078,0.121 1.094,-0.299 m 118.625,-4.346 c 0.223,-0.083 0.464,0.217 0.675,-0.197 -0.19,-0.254 -0.792,-0.149 -0.675,0.197 m 20.228,-0.628 c -0.139,0.298 -0.714,0.237 -0.57,0.616 0.223,-0.392 0.844,-0.097 0.57,-0.616 m 26.762,0.981 c -0.324,-0.293 -0.621,0.101 -0.939,-0.048 0.326,0.317 0.634,0.264 0.939,0.048 m 52.716,3.181 c 0.535,0.19 0.596,0.277 1.054,0.808 0.183,-0.377 0.39,-0.175 0.598,0.061 0.265,-0.371 0.321,-0.395 0.477,-0.867 0.451,0.322 0.154,0.673 0.039,1.017 0.694,-0.203 0.617,-1.017 0.199,-1.451 -0.571,0.64 -1.212,-0.494 -1.796,-0.184 -0.294,0.373 0.334,0.187 0.192,0.501 -0.275,-0.194 -0.766,-0.214 -0.763,0.115 m 0.317,-9.183 c 0.303,0.25 0.233,0.599 0.604,0.231 -10e-4,-0.251 -0.381,-0.509 -0.604,-0.231 M -208.22,-29.563 c -0.274,-0.374 -0.853,-0.033 -0.448,-0.58 -0.492,-0.214 -0.967,-0.074 -1.441,0.144 0.248,0.342 0.292,0.112 0.537,0.657 0.136,-0.117 0.269,-0.353 0.413,-0.271 0.117,0.11 -0.061,0.229 0.014,0.34 0.306,-0.164 0.634,0.275 0.925,-0.29 m -25.879,4.077 c 0.326,0.34 0.624,-0.032 0.931,-0.121 -0.322,-0.26 -0.626,-0.093 -0.931,0.121 m -32.207,5.435 c 0.247,-0.008 0.343,0.19 0.103,0.42 0.117,0.08 0.223,-0.093 0.333,-0.184 0.328,0.186 0.238,0.387 0.448,0.578 0.508,-0.033 1.013,-0.202 1.536,0.107 0.59,-0.883 1.243,-0.147 1.856,-0.411 -0.06,-0.68 -0.961,-0.21 -1.053,-0.809 0.954,0.235 1.5,-0.387 2.562,0.24 0.242,-0.382 0.399,-0.706 0.843,-0.204 0.215,-0.379 0.084,-0.795 -0.292,-0.922 0.132,-0.241 0.286,0.03 0.421,-0.102 -0.156,0.291 0.4,0.551 0.035,0.848 0.577,-0.463 1.197,0.145 1.787,0.013 -0.79,-0.33 -1.299,-0.678 -1.475,-0.705 0.233,-0.627 1.255,0.207 1.801,0.354 0.025,-0.442 0.616,-0.34 0.924,-0.292 0.077,0.111 -0.102,0.23 0.013,0.339 0.089,0.049 0.172,-0.006 0.259,0.076 0.025,-0.143 -0.118,-0.278 0.069,-0.428 0.707,-0.038 1.429,0.285 2.14,0.338 0.05,-0.085 -0.006,-0.168 0.076,-0.255 -0.763,-0.149 -1.021,-0.438 -1.727,-0.612 0.58,-0.406 1.188,-0.09 1.774,-0.324 0.212,0.3 -0.258,0.109 -0.326,0.351 0.15,0.208 0.289,0.156 0.435,0.239 0.383,-0.263 0.089,-0.684 0.484,-0.7 0.168,0.137 0.086,0.281 0.27,0.414 -0.081,0.084 -0.171,-0.029 -0.257,-0.074 -0.19,0.203 -0.121,0.875 -0.328,0.354 -0.486,0.478 0.119,0.658 0.449,0.575 -0.434,-0.245 0.477,-0.319 0.143,-0.684 0.221,-0.164 0.471,0.429 0.693,0.312 0.239,-0.334 -0.377,-0.537 -0.618,-0.571 -0.219,-0.216 0.192,-0.459 -0.027,-0.677 0.303,-0.228 0.631,0.15 0.932,-0.122 -0.03,-0.373 -0.35,-0.249 -0.538,-0.658 0.292,-0.498 0.631,0.145 0.925,-0.292 0.165,0.302 -0.378,0.163 -0.489,0.53 0.254,-0.021 0.511,0.034 0.761,-0.116 -0.368,0.361 -0.157,0.55 -0.048,0.936 0.086,0.05 0.17,-0.007 0.258,0.075 0.374,-0.185 -0.223,-0.33 0.15,-0.516 0.39,0.54 2.364,0.057 2.19,-0.597 0.236,0.303 0.522,0.129 0.529,0.49 0.439,-0.273 0.132,-0.514 0.395,-0.779 -0.422,0.102 -0.861,-0.229 -1.278,-0.035 0.242,-0.385 1.23,-0.464 1.774,-0.325 0.161,-0.175 -0.138,-0.335 0.149,-0.515 0.37,0.248 0.753,0.525 1.279,0.034 0.062,0.434 0.42,0.362 0.203,0.841 0.24,-0.376 0.578,0.164 1.013,-0.21 -0.228,0.627 0.706,0.229 0.706,0.651 0.607,-0.277 -0.375,-0.494 0.054,-0.765 0.27,0.336 0.525,0.343 0.775,0.224 0.025,-0.2 -0.071,-0.394 -0.107,-0.59 -0.883,-0.189 -1.718,0.165 -2.393,-0.246 0.185,-0.332 0.403,0.172 0.586,-0.277 1.142,0.926 2.188,-0.623 3.322,0.122 1.047,-0.893 3.054,-0.061 3.535,-0.989 0.338,-0.078 0.677,-0.095 1.014,-0.209 0.203,0.64 0.771,0.152 1.202,0.293 0.027,-0.144 -0.119,-0.279 0.069,-0.428 0.047,0.443 0.654,0.436 0.598,0.061 0.955,0.476 1.86,-0.301 2.807,-0.026 -0.261,0.25 0.218,0.385 0.359,0.496 0.148,-0.205 -0.366,-0.382 -0.278,-0.584 0.777,-0.447 1.592,0.069 2.385,0.075 -0.042,-0.638 0.911,-0.707 1.096,-0.297 0.157,-0.317 0.334,-0.114 0.496,-0.36 0.455,0.92 2.157,-0.468 3.16,0.3 0.717,-0.972 2.148,0.526 2.705,-0.446 -0.25,0.104 -0.511,-0.02 -0.767,-0.055 0.176,-0.474 1.046,0.156 1.7,-0.068 0.267,-0.09 1.217,-0.645 1.27,-0.135 0.178,0.191 0.33,-0.273 0.496,-0.357 0.608,0.312 1.192,-0.008 1.801,0.351 0.691,-0.351 2.199,-0.306 3.304,-0.385 28.586,-3.036 57.321,-2.314 86.06,-1.531 0.241,-0.205 0.026,-0.396 -0.109,-0.591 -2.133,0.601 -4.329,-0.43 -6.465,0.087 -0.166,-0.347 -0.277,-0.301 -0.611,-0.4 -0.082,0.166 0.145,0.068 0.266,0.244 -0.333,0.213 -0.7,-0.416 -1.02,0.041 -0.264,-0.217 0.038,-0.455 -0.198,-0.673 -0.9,0.836 -2.357,0.583 -3.568,0.142 -0.958,0.142 -1.913,0.408 -2.895,-0.055 -0.109,0.089 -0.126,0.173 -0.076,0.258 -1.517,-0.482 -3.622,0.162 -4.614,-0.498 -0.231,0.232 -0.017,0.313 -0.327,0.351 -0.09,-0.109 0.075,-0.228 0.156,-0.345 -1.91,0.574 -3.461,-0.49 -5.437,0.215 -0.188,-0.557 -1.149,-0.024 -1.619,-0.02 -0.787,0.004 -1.354,-0.559 -1.705,-0.103 -0.694,-0.358 -1.377,-0.374 -2.039,0.08 -0.386,-0.155 0.196,-0.346 -0.191,-0.501 -0.085,-0.197 -0.527,0.283 -0.324,0.352 -0.473,-0.437 -0.91,-0.031 -1.375,-0.286 -0.17,0.121 -0.085,0.229 0.014,0.339 -0.613,-0.439 -1.195,-0.122 -1.802,-0.354 -0.047,0.64 -0.043,0.069 -0.496,0.36 -0.01,-0.22 -0.222,-0.414 -0.441,-0.408 -0.005,0.142 -0.091,0.289 -0.239,0.435 -0.417,-0.635 -1.228,0.25 -2.058,-0.428 -0.145,0.147 -0.146,0.287 -0.069,0.426 -1.001,-0.183 -3.331,0.033 -3.589,-0.367 -0.514,-0.084 -1,0.488 -1.536,-0.109 -0.461,0.411 -1.303,0.658 -1.523,0.23 -3.192,0.355 -6.125,-0.07 -9.434,0.288 -0.166,-0.106 -0.074,-0.222 -0.183,-0.332 -0.255,0.253 -0.348,0.164 -0.748,0.454 -1.783,-0.513 -4.232,0.528 -6.308,-0.26 -0.157,0.147 -0.064,0.286 -0.238,0.432 -0.797,-0.069 -1.6,-0.286 -2.386,-0.074 0.027,-0.244 0.203,-0.981 -0.556,-1.168 -0.218,0.346 -0.02,0.541 -0.483,0.698 -0.118,0.268 0.467,0.591 0.604,0.233 0.324,0.401 -0.553,0.605 -0.502,0.189 -1.053,0.671 -2.165,-0.233 -3.216,0.466 -0.256,-0.58 -0.972,-0.373 -1.441,0.143 -0.181,-0.105 -0.103,-0.223 -0.014,-0.339 -0.951,0.311 -1.924,0.118 -2.875,0.453 -0.087,-0.138 0.005,-0.285 -0.102,-0.421 -1.375,0.328 -3.299,-0.224 -4.316,0.594 -0.083,-0.081 0.032,-0.17 0.074,-0.256 -1.523,0.201 -3.064,-0.045 -4.574,0.519 -1.097,-0.347 -2.886,0.067 -4.249,0.168 -0.332,-0.184 0.055,-0.398 -0.277,-0.583 -0.115,-0.033 -0.23,-0.069 -0.34,0.014 0.355,0.925 -1.037,0.468 -1.502,0.739 -0.172,-0.455 0.38,-0.1 0.495,-0.361 0.14,-0.366 -0.394,-0.246 -0.522,-0.319 -0.534,1.118 -1.694,0.473 -2.516,0.95 -0.332,-0.186 0.054,-0.399 -0.279,-0.582 -0.115,-0.069 -0.22,0.118 -0.339,0.011 -0.084,0.145 0.153,0.278 0.271,0.414 -0.245,0.234 -0.502,0.235 -0.768,-0.054 -0.017,-0.17 0.274,-0.352 -0.02,-0.508 0.163,-0.176 0.346,0.109 0.503,-0.191 -0.297,-0.336 -0.561,0.144 -0.863,-0.306 -0.262,0.51 -0.556,0.28 -0.836,0.374 -0.059,0.423 0.556,-0.112 0.774,0.222 -0.53,0.586 0.241,0.21 0.442,0.409 -0.801,0.637 -0.745,-0.061 -1.516,0.399 -0.15,-0.165 0.223,-0.347 0.15,-0.517 -0.088,-0.074 -0.169,0.046 -0.252,0.096 -0.138,-0.218 -0.059,-0.31 0.158,-0.345 -0.444,-0.461 -0.862,-0.264 -1.305,-0.712 -0.256,0.181 -0.403,0.2 -0.32,0.52 -0.368,0.008 -0.765,-0.681 -1.122,-0.379 -0.191,0.177 0.277,0.329 0.36,0.494 -0.273,0.244 -0.523,-0.177 -0.441,-0.406 -0.266,-0.25 -0.497,0.365 -0.761,0.115 -0.091,0.173 0.207,0.331 -0.15,0.516 -0.409,-0.635 -1.715,-0.746 -1.705,-0.102 -0.371,-0.039 -0.728,0.276 -1.115,-0.213 -0.441,0.7 -1.153,-0.078 -1.34,0.564 -0.481,-0.999 -1.553,0.595 -2.305,-0.164 -0.698,0.252 -1.418,0.011 -2.114,0.34 -0.228,0.247 0.435,0.009 0.014,0.337 -1.165,-0.753 -2.253,0.388 -3.405,-0.034 0.134,-0.169 0.28,-0.087 0.414,-0.271 0.067,-0.116 -0.12,-0.225 -0.014,-0.341 -0.507,0.097 -1,0.525 -1.509,0.57 -0.097,-0.209 0.136,-0.172 0.244,-0.264 0.142,-0.313 -0.38,0.083 -0.522,-0.319 -0.019,0.225 -0.102,0.316 -0.326,0.352 -0.474,-0.949 -1.338,0.381 -2.052,-0.258 -0.298,0.238 -0.288,0.463 0.025,0.678 -0.213,0.315 -0.453,0.014 -0.672,0.195 -0.094,-0.136 0.133,-0.287 0.24,-0.433 -0.242,-0.351 -0.465,-0.246 -0.695,-0.313 -0.121,0.175 -0.034,0.342 0.19,0.504 -0.606,-0.304 -1.19,0.01 -1.787,-0.016 -0.091,0.174 0.208,0.332 -0.149,0.516 -0.369,-0.868 -2.159,-0.195 -2.747,-0.571 -0.179,0.425 -0.859,0.339 -0.313,0.692 -0.362,0.106 -0.401,-0.126 -0.442,-0.408 -0.357,-0.045 -0.419,0.828 -0.918,0.461 0.159,-0.298 0.341,-0.015 0.503,-0.188 -0.116,-0.081 -0.14,-0.164 -0.094,-0.252 -0.849,0.063 -1.678,0.582 -2.555,-0.068 0.038,0.47 -0.034,0.412 -0.307,0.86 -0.27,-0.245 0.066,-0.512 0.224,-0.772 -0.48,-0.676 -0.89,0.447 -1.366,-0.117 -0.509,0.332 0.237,0.614 -0.048,0.934 -0.321,-0.296 -0.164,-0.614 -0.292,-0.921 -0.336,-0.294 -0.324,0.34 -0.503,0.191 -0.084,0.145 0.153,0.276 0.272,0.414 -0.293,0.13 -0.766,-0.101 -0.611,-0.401 -0.577,0.593 -0.582,0.077 -0.993,0.718 -0.568,-0.314 -0.617,-0.182 -1.191,0.047 -0.082,-0.222 0.22,-0.462 -0.197,-0.671 l 0.409,-0.442 c 0.31,-0.024 0.164,0.438 0.51,-0.02 0.181,0.106 0.103,0.223 0.014,0.339 0.524,-0.046 2.171,0.083 1.842,-0.751 0.161,-0.205 0.351,0.249 0.522,0.319 0.28,-0.357 0.036,-0.63 -0.285,-0.752 0.174,-0.114 1.043,-0.098 0.695,0.31 0.373,0.119 0.725,-0.27 1.113,0.211 0.148,-0.203 -0.365,-0.381 -0.279,-0.583 0.284,-0.352 1.177,0.273 0.919,-0.461 0.209,-0.207 0.311,0.251 0.184,0.333 0.311,0.008 0.622,-0.033 0.924,-0.291 0.086,0.138 -0.006,0.283 0.101,0.42 0.204,0.139 0.394,-0.078 0.599,0.061 0.011,-0.141 -0.037,-0.282 -0.103,-0.42 0.751,0.32 1.485,0.257 2.218,0.083 0.188,-0.247 -0.265,-0.019 -0.354,-0.326 0.245,-0.251 0.514,0.116 0.755,-0.285 -0.348,-0.177 -0.688,-0.179 -1.015,0.209 -0.281,-0.704 -1.164,0.16 -1.711,-0.271 1.118,-0.263 2.124,-0.104 3.052,-0.291 0.21,0.303 -0.26,0.11 -0.326,0.353 0.561,0.454 0.533,-0.752 1.093,-0.297 -0.166,0.087 -0.337,0.1 -0.503,0.188 0.245,0.438 0.449,-0.123 0.694,0.313 0.214,-0.151 0.03,-0.286 -0.102,-0.42 0.14,-0.038 0.287,0.096 0.421,-0.102 0.161,0.576 1.615,0.182 2.298,-0.006 0.137,-0.412 -0.377,0.199 -0.516,-0.148 1.166,0.095 2.329,0.078 3.479,-0.223 0.084,-0.145 -0.153,-0.277 -0.27,-0.414 0.348,-0.439 0.639,0.14 0.611,0.4 0.51,0.08 -0.017,-0.501 0.483,-0.697 0.479,0.177 -0.323,0.408 -0.061,0.597 0.707,-0.056 1.434,0.437 2.119,-0.171 0.278,0.588 0.585,0.301 1.041,0.469 0.303,-0.18 0.086,-0.343 0.319,-0.523 0.552,0.343 1.087,0.231 1.625,0.192 0.115,-0.326 -0.453,-0.198 -0.606,-0.23 0.344,-0.361 0.993,-0.142 1.454,0.195 0.319,-0.21 -0.084,-0.392 0.233,-0.603 -0.245,-0.272 -0.605,-0.034 -0.613,-0.4 1.072,-0.071 1.788,0.132 2.747,0.57 0.467,-0.272 -0.32,-0.496 0.054,-0.766 0.908,0.013 1.819,0.086 2.707,-0.445 0.469,0.537 0.768,0.064 1.018,-0.043 0.174,0.165 -0.109,0.346 0.19,0.504 0.64,-0.588 2.209,0.276 2.277,-0.514 1.059,0.057 2.525,-0.508 3.317,-0.047 0.519,-0.5 1.079,-0.003 1.592,-0.658 0.387,0.469 0.738,0.025 1.128,0.551 0.303,-0.182 0.086,-0.344 0.32,-0.524 1.981,-0.089 3.973,0.045 5.934,-0.572 0.058,0.219 0.278,0.411 -0.069,0.426 1.631,-0.365 3.264,-0.662 4.922,-0.363 0.405,0.199 0.777,-0.44 1.176,-0.387 0.076,0.11 -0.104,0.231 0.013,0.34 0.501,-0.194 1.14,-0.428 1.869,-0.074 0.163,-0.176 0.327,-0.354 0.489,-0.53 1.746,0.394 3.462,0.012 5.18,-0.289 0.056,0.084 0.007,0.17 0.095,0.252 2.988,-0.477 6.007,-0.199 9,-0.525 0.474,0.516 2.523,-0.035 3.828,-0.068 0.707,-0.017 1.268,0.291 1.779,-0.155 0.118,0.109 0.237,0.217 0.355,0.326 0.326,-0.636 1.111,0.195 1.685,-0.407 1.441,0.557 3.487,-0.229 5.199,0.22 0.11,-0.116 0.219,-0.235 0.328,-0.352 2.204,0.533 4.359,-0.25 6.566,0.334 0.941,-0.554 1.939,0.258 2.881,-0.283 0.587,0.48 1.129,-0.137 1.712,0.272 1.573,-0.391 3.169,-0.233 4.765,-0.018 3.509,-0.248 7.049,0.33 10.557,0.092 0.117,0.109 0.235,0.217 0.353,0.326 0.153,0.082 0.15,-0.149 0.075,-0.258 1.873,0.257 3.229,0.19 5.126,0.477 0.108,-0.119 0.217,-0.234 0.325,-0.352 0.355,0.046 0.15,0.619 0.693,0.313 0.083,-0.167 -0.144,-0.071 -0.264,-0.245 0.229,-0.11 0.601,-0.033 0.604,0.23 13.83,-0.063 27.242,1.597 41.02,2.201 0.088,0.081 0.177,0.163 0.265,0.244 1.863,-0.249 3.768,0.605 5.622,0.118 0.332,0.105 0.624,0.674 0.686,0.143 0.264,0.245 1.037,0.422 1.537,0.107 0.116,0.111 0.235,0.219 0.352,0.329 0.652,-0.034 1.299,-0.16 1.965,0.177 3.131,-0.41 6.326,0.725 9.441,-0.119 0.119,0.108 0.235,0.217 0.353,0.324 0.515,-0.409 1.437,-0.281 1.706,0.105 0.158,-0.15 0.064,-0.286 0.239,-0.435 0.235,0.635 0.519,0.239 0.768,0.055 0.822,0.529 1.814,0.394 2.908,0.394 0.144,-0.148 0.145,-0.289 0.068,-0.427 0.258,-0.083 0.3,0.601 0.775,0.222 0.084,0.083 -0.031,0.172 -0.074,0.26 0.261,0.151 0.503,-0.168 0.775,0.223 0.171,-0.119 0.083,-0.229 -0.015,-0.338 0.298,0.225 0.866,0.475 1.38,0.454 0.229,-0.435 -0.289,-0.225 -0.53,-0.488 1.038,0.403 2.067,0.59 3.099,0.897 0.137,-0.146 0.272,-0.295 0.409,-0.441 -0.089,-0.384 0.243,0.206 -0.156,0.346 0.477,0.425 0.906,0.319 1.555,0.618 0.11,-0.368 0.719,-0.228 0.321,-0.523 0.287,-0.135 0.291,0.497 0.85,-0.033 0.4,0.346 -0.206,0.272 -0.327,0.352 0.613,0.441 1.192,0.023 1.807,0.523 0.081,-0.117 -0.093,-0.223 -0.183,-0.332 0.165,-0.105 0.348,0.182 0.503,-0.189 -0.148,0.472 0.303,0.185 0.618,0.57 1.468,-0.651 3.146,1.121 4.431,0.164 0.286,0.766 1.197,0.625 1.735,0.781 -0.028,-0.542 -0.739,-0.141 -1.04,-0.47 0.135,-0.167 0.279,-0.085 0.414,-0.27 -0.492,-0.225 -0.994,-0.72 -1.482,-0.875 0.056,0.883 -1.273,0.008 -1.535,-0.108 0.98,-0.427 2.594,-0.133 3.513,0.624 0.084,-0.145 -0.152,-0.276 -0.271,-0.414 0.529,0.108 1.621,0.11 1.651,0.87 0.327,0.163 0.21,-0.334 0.409,-0.442 0.98,0.54 1.596,0.538 2.683,1.169 1.304,-0.01 2.611,0.004 3.95,0.863 0.76,-0.123 1.994,0.277 2.5,0.835 1.653,-0.348 4.516,1.81 6.661,0.585 -0.522,1.079 1.277,0.606 1.169,1.57 0.45,-0.081 0.944,0.913 1.373,0.284 1.824,0.953 3.615,1.028 5.37,0.213 0.235,0.272 0.49,0.546 0.373,0.834 0.287,0.1 0.564,-0.041 0.835,-0.372 0.273,0.391 0.519,0.204 0.776,0.223 0.121,0.465 0.358,0.4 0.543,0.828 -0.161,0.229 -0.345,-0.138 -0.51,0.019 1.131,0.594 2.974,0.597 4.33,-0.255 0.172,0.621 0.663,0.762 1.216,0.631 1.075,1.264 2.464,1.945 3.84,2.398 0.164,-0.177 0.326,-0.354 0.49,-0.531 -0.138,0.549 0.76,0.412 1.134,0.719 0.033,-0.114 0.069,-0.229 -0.014,-0.338 1.229,0.24 2.379,0.371 3.365,1.141 1.29,0.183 3.02,0.461 4.057,1.453 0.875,-0.086 2.496,0.922 3.202,1.316 1.189,0.664 2.251,1.188 3.146,2.084 -0.325,0.006 -0.326,0.298 -0.49,0.528 0.238,0.263 0.457,0.052 0.694,0.314 -0.417,0.166 -0.602,-0.153 -0.844,0.203 -0.423,-0.588 -1.137,0.242 -1.291,-0.375 -0.204,-0.168 -0.383,0.341 -0.577,0.447 -0.545,-0.126 -1.086,-0.177 -1.625,-0.189 0.499,0.417 0.728,0.437 1.407,1.133 -2.023,-0.224 -4.78,-0.373 -7.124,-1.502 -0.231,-0.1 -0.453,0.019 -0.672,0.196 -0.023,-0.14 0.014,-0.283 0.068,-0.427 -0.256,10e-4 -0.516,-0.131 -0.775,-0.224 -0.363,0.777 -1.356,-0.477 -1.828,-1.03 -0.242,0.291 0.128,0.561 0.374,0.832 -0.239,-0.1 -0.598,0.14 -0.577,0.449 0.426,0.366 0.501,0.043 0.786,0.563 -0.188,0.259 -0.418,-0.539 -0.597,-0.062 -0.318,-0.157 -0.115,-0.336 -0.36,-0.496 -0.115,-0.033 -0.229,-0.069 -0.341,0.013 0.008,0.284 0.379,0.553 0.375,0.835 0.086,0.051 0.169,-0.006 0.257,0.075 -0.203,-0.517 0.528,-0.121 0.849,-0.033 0.159,-0.148 0.066,-0.286 0.24,-0.433 0.751,0.255 0.903,1.13 1.583,1.295 0.062,-0.315 -0.585,-0.6 -0.802,-0.901 0.308,-0.017 0.956,0.16 0.788,0.562 0.811,-0.297 1.662,0.424 2.501,0.836 -0.498,0.272 -1.037,-0.392 -1.556,-0.619 0.317,0.817 1.346,1.063 1.896,0.606 0.67,0.446 1.339,0.836 1.978,0.514 2.059,1.138 4.06,0.789 6.11,1.714 -0.438,0.415 -0.902,0.121 -1.333,0.731 -0.488,-0.163 -0.969,-0.135 -1.435,0.311 -0.165,-0.106 -0.074,-0.222 -0.183,-0.333 -0.346,0.577 -0.736,0.041 -1.093,0.299 -0.166,0.206 0.046,0.395 0.277,0.584 -0.44,0.35 -0.91,-0.056 -1.36,0.053 -0.34,0.213 0.181,0.39 -0.059,0.598 -0.659,0.259 -1.029,-0.383 -1.809,-0.522 -0.211,0.47 0.673,0.818 0.978,1.063 -0.141,0.015 -0.279,0.113 -0.416,0.271 -0.083,-0.08 0.032,-0.17 0.077,-0.257 -0.345,-0.21 -0.534,0.154 -0.694,-0.313 -0.157,0.148 -0.063,0.287 -0.238,0.434 -0.578,-0.286 -1.142,-0.192 -1.706,-0.102 -0.214,-0.217 -0.223,-0.444 -0.027,-0.677 -0.179,-0.218 -0.352,-0.3 -0.524,-0.321 -0.171,0.347 -0.229,0.69 -0.298,1.032 0.687,0.096 1.722,0.749 1.929,1.452 1.057,0.184 2.116,0.428 3.155,0.129 -0.255,0.682 0.526,0.451 0.951,0.388 0.115,-0.362 -0.444,0.026 -0.604,-0.232 0.438,-0.379 0.92,0.354 1.378,0.456 0.317,-0.233 -0.205,-0.414 0.238,-0.433 0.112,0.577 1.281,0.584 1.891,0.434 0.514,0.53 1.101,0.28 1.806,0.524 0.073,0.576 -0.612,0.129 -0.842,0.203 0.59,0.336 2.039,0.969 3.079,0.387 0.723,0.701 3.165,-0.01 3.377,1.48 0.623,-0.205 0.868,0.549 1.373,0.286 C 3.132,-0.841 2.788,-0.744 2.848,-1.132 4.219,-0.551 5.572,0.316 5.674,1.474 5.357,1.738 4.792,2.008 4.947,2.438 4.222,2.833 3.068,2.717 2.873,3.793 2.527,3.324 1.903,3.52 1.819,2.986 1.93,2.896 2.049,3.059 2.166,3.142 2.328,2.813 2.125,2.921 1.895,2.727 1.682,3.059 1.458,3.146 1.229,3.094 0.986,3.301 1.083,3.496 1.336,3.684 1.119,3.745 0.913,3.669 0.902,3.446 0.38,4.062 -0.828,3.524 -1.661,3.207 -2.594,3.99 -3.6,2.901 -4.59,2.304 c -0.054,0.058 -0.109,0.118 -0.164,0.177 0.409,0.904 1.359,0.939 1.85,1.54 -0.162,0.246 -0.34,0.042 -0.497,0.36 -1.47,-0.936 -2.363,-0.593 -3.791,-1.21 -0.05,0.087 0.006,0.171 -0.076,0.259 0.517,0.102 1.298,0.515 1.57,0.957 C -5.916,4.648 -6.153,4.348 -6.371,4.581 -6.274,4.222 -6.504,4.14 -6.806,4.346 -6.735,4.116 -6.745,3.89 -6.833,3.666 -7.326,3.869 -8.44,3.562 -8.227,2.873 -8.438,2.604 -8.308,3.404 -8.641,3.143 -8.691,3.316 -8.3,3.314 -8.451,3.646 -8.794,3.707 -9.106,3.055 -8.995,2.818 -9.226,2.699 -9.176,3.268 -9.397,3.429 -9.854,3.191 -9.568,2.926 -9.851,2.683 c -0.225,-0.191 -0.287,0.272 -0.156,0.346 -0.354,0.166 -0.28,-0.375 -0.36,-0.497 -0.104,0.034 -0.448,0.259 -0.49,0.529 0.211,0.312 0.405,0.207 0.613,0.401 -0.5,0.308 -0.736,-0.304 -0.708,-0.651 -0.602,-0.079 -1.147,-0.106 -1.564,-0.788 -0.434,0.243 0.061,0.45 -0.143,0.684 0.347,0.133 0.69,0.189 1.033,0.301 -0.318,0.351 -0.304,0.689 0.041,1.015 -0.214,0.182 -0.423,-0.014 -0.435,-0.236 -0.036,0.409 -0.404,0.035 -0.489,0.529 -0.477,-0.453 -0.91,-0.432 -1.55,-0.449 -0.117,0.248 0.462,0.432 0.599,0.062 0.089,0.053 0.05,0.11 0.007,0.169 0.058,0.052 0.118,0.107 0.176,0.162 -0.328,0.312 -0.681,0.01 -1.027,-0.129 -0.159,0.346 0.035,0.68 -0.128,1.024 -0.187,-0.356 -0.194,-0.192 -0.531,-0.488 -0.312,0.211 -0.207,0.405 -0.402,0.61 -0.218,-0.134 -0.177,-0.277 -0.27,-0.413 -0.235,0.179 -0.017,0.341 -0.32,0.523 -0.518,-0.19 -1.026,-0.126 -1.536,-0.11 -0.217,0.383 0.206,0.21 0.447,0.576 -0.246,0.234 -0.522,-0.277 -0.761,0.114 -0.001,-0.14 -0.194,-0.274 -0.101,-0.42 -1.235,0.344 -2.515,-0.451 -3.752,-0.191 -0.091,-0.11 0.074,-0.229 0.156,-0.345 -0.206,-0.214 -0.413,-0.406 -0.612,-0.402 -0.302,1.349 -1.671,-0.334 -2.385,-0.075 0.241,1.207 1.149,0.859 1.841,1.372 -0.361,0.276 -0.806,-0.322 -0.924,0.289 -0.177,-0.162 -0.354,-0.326 -0.531,-0.487 -0.207,0.149 -0.155,0.29 -0.238,0.435 0.227,-0.02 0.469,0.359 0.688,0.141 -0.117,0.38 0.217,0.21 0.277,0.585 -0.369,0.672 -0.827,-0.838 -1.196,-0.125 -0.393,-0.465 -0.804,-0.93 -1.162,-1.396 -0.334,0.238 -0.15,0.46 0.028,0.677 -0.267,0.438 -0.561,0.129 -0.844,0.204 0.053,-0.228 -0.033,-0.452 -0.367,-0.665 0.167,-0.103 0.349,0.181 0.504,-0.189 -0.292,-0.197 -0.576,-0.188 -0.849,0.033 -0.266,-0.244 -0.531,-0.488 -0.796,-0.734 -0.124,0.504 0.17,0.4 -0.408,0.442 -0.398,0.241 0.203,0.445 -0.142,0.685 -0.138,-0.823 -0.605,-0.561 -1.155,-1.229 -0.506,0.149 -1.017,0.162 -1.518,0.401 -0.408,-0.799 -0.907,-0.946 -1.501,-1.385 -0.38,0.241 0.298,0.441 0.198,0.671 -0.779,-0.058 -1.579,-1.196 -1.944,-1.792 0.795,-0.211 1.055,0.914 1.576,1.127 0.145,-0.147 0.147,-0.289 0.068,-0.426 0.218,-0.162 0.564,0.361 0.361,0.494 0.704,-0.68 2.12,1.33 3.078,0.389 -0.607,-0.985 -1.911,-1.022 -2.758,-0.91 -0.558,-1.168 -1.762,-1.061 -2.854,-1.162 0.316,0.514 0.495,0.892 0.569,1.505 -0.242,-0.351 -0.46,-0.181 -0.701,-0.48 -0.743,0.928 -1.058,-0.483 -1.773,0.324 -0.803,-0.395 -0.542,-0.283 -1.297,-0.542 0.228,-0.152 -0.052,-0.282 0.068,-0.428 -0.233,-0.12 -0.456,-0.014 -0.694,-0.312 -0.38,0.326 0.101,0.517 0.359,0.495 -0.073,0.387 -1.057,-0.088 -1.038,-0.469 -0.339,0.039 -0.692,-0.295 -1.014,0.211 -0.479,0.055 -0.995,-0.813 -1.467,-0.538 -0.303,0.494 0.219,0.955 0.482,1.427 -0.616,-0.053 -0.891,-0.751 -1.726,-0.612 -0.297,0.335 -0.131,0.406 -0.497,0.359 -0.288,-0.31 0.526,-0.126 0.239,-0.435 0.253,-0.036 0.506,-0.095 0.766,0.055 0.117,-0.439 0.043,-0.394 0.498,-0.36 0.082,-0.116 -0.093,-0.222 -0.184,-0.331 -0.233,-0.147 -0.435,0.466 -0.666,0.365 -0.002,-0.143 -0.194,-0.275 -0.101,-0.42 -0.29,-0.131 -0.567,0.051 -0.849,0.033 -0.122,0.229 -0.036,0.315 0.182,0.332 0.166,0.084 0.07,-0.143 0.244,-0.263 0.048,0.251 0.179,0.501 -0.054,0.766 -1.187,-1.328 -2.321,-1.274 -3.479,-1.901 -0.124,0.119 -0.247,0.236 -0.158,0.347 -0.098,-0.269 -0.985,-0.738 -1.561,-0.789 -0.068,0.44 0.857,0.649 0.801,0.903 0.23,-0.377 0.448,-0.178 0.089,0.081 -0.963,-0.394 -1.834,-0.589 -2.576,-0.577 -0.271,0.579 0.899,0.365 0.889,0.986 -0.33,-0.019 -0.436,0.162 -0.604,-0.232 -1.114,0.459 -3.138,-0.84 -4.296,-1.02 -0.246,0.235 0.676,0.426 0.198,0.672 -0.162,-0.481 -0.59,-0.611 -0.967,-0.727 0.252,-0.093 0.502,-0.236 0.763,-0.116 0.049,-0.085 -0.007,-0.168 0.074,-0.257 -0.522,-0.297 -1.008,0.328 -1.543,-0.278 -0.157,0.147 -0.063,0.285 -0.237,0.434 -0.414,-0.389 -0.798,-0.109 -1.204,-0.292 -0.143,0.146 -0.146,0.289 -0.068,0.427 -0.193,0.135 -0.406,-0.247 -0.591,0.109 -0.181,-0.107 -0.104,-0.223 -0.013,-0.34 -1.572,0.096 -2.63,-0.054 -4.18,-0.261 -0.123,0.178 -0.035,0.342 0.19,0.502 -0.254,0.049 -0.516,-0.146 -0.77,-0.053 -0.415,-0.211 0.169,-0.46 -0.196,-0.672 -0.383,0.356 -0.784,0.217 -1.194,-0.123 -0.235,0.181 -0.019,0.341 -0.322,0.523 -0.155,-0.193 0.049,-0.398 -0.108,-0.59 -0.464,0.493 -0.392,-0.04 -1.027,-0.13 -0.232,0.179 -0.016,0.341 -0.32,0.523 -0.072,-0.139 -0.077,-0.281 0.068,-0.429 -0.54,-0.24 -1.69,0.342 -1.666,0.917 -0.805,-0.308 0.636,-0.515 0.131,-1.025 -0.292,0.014 -0.2,0.243 -0.577,0.447 -0.403,-0.322 -0.87,0.006 -1.047,-0.638 -0.373,0 -0.797,-0.053 -0.919,0.463 -0.148,-0.137 -0.294,-0.273 -0.441,-0.408 0.303,-0.459 0.118,0.357 0.421,-0.103 -0.241,-0.628 -1.485,-0.161 -2.235,-0.59 0.126,0.339 0.056,0.626 0.454,0.747 -0.581,0.478 -0.701,-0.64 -1.304,-0.712 -0.376,0.548 -0.791,0.076 -1.196,-0.125 -0.462,0.484 -0.954,0.269 -1.441,0.142 -0.115,0.371 0.448,0.124 0.61,0.401 -0.165,0.261 0.246,0.499 0.117,0.759 -0.475,-0.5 -1.15,-0.574 -1.577,-1.125 -0.134,0.162 -0.344,0.021 -0.672,0.196 -0.177,0.5 1.019,0.078 0.366,0.664 0.267,0.336 0.506,-0.112 0.775,0.224 -0.245,0.407 -0.969,-0.277 -0.924,0.291 -0.283,-0.298 -0.585,-0.162 -1.041,-0.467 0.033,0.692 -0.491,0.017 -0.918,0.46 -0.531,-0.492 -1.035,-0.335 -1.556,-0.617 -0.015,-0.346 0.41,-0.609 0.667,-0.366 -0.057,-0.588 -0.801,-0.238 -1.115,-0.211 -0.075,0.265 0.158,0.531 0.278,0.583 -0.056,0.278 -0.301,0.291 -0.314,0.692 -0.039,-0.762 -0.502,-0.198 -0.964,-0.726 0.18,-0.452 0.4,0.055 0.585,-0.278 -0.285,-0.035 -0.581,-0.337 -0.851,0.033 -0.081,0.167 0.147,0.07 0.266,0.245 -0.12,0.168 -0.361,0.09 -0.245,0.264 -0.311,0.265 -0.124,-0.55 -0.427,-0.068 0.082,-0.288 0.244,-0.575 -0.034,-0.847 -0.409,0.008 -0.019,0.286 -0.32,0.521 -0.235,-0.188 -0.151,-0.39 -0.108,-0.591 -0.143,-0.024 -0.28,0.119 -0.428,-0.067 -0.438,0.386 0.275,0.725 -0.042,1.106 -0.098,-0.224 -0.251,-0.443 -0.197,-0.672 -0.298,-0.371 -0.551,0.389 -0.857,-0.136 -0.312,0.211 -0.206,0.405 -0.4,0.609 -0.383,-0.336 -0.743,-0.109 -1.109,-0.041 -0.218,-0.583 -0.846,-0.407 -1.291,-0.373 -0.23,0.181 0.448,0.322 0.02,0.51 -0.388,-0.518 -0.809,-0.245 -1.372,-0.285 -0.356,-0.185 0.148,-0.403 -0.108,-0.591 -0.497,-0.083 -0.081,0.505 -0.484,0.7 -0.225,-0.02 -0.317,-0.105 -0.353,-0.327 -0.812,0.963 -1.721,-0.462 -2.55,0.101 -0.301,-0.564 -0.486,-0.469 -1.052,-0.809 -0.153,-0.01 -0.253,0.338 -0.586,0.278 -0.085,0.43 0.511,0.216 0.701,0.482 -0.521,0.277 -0.918,-0.065 -1.292,-0.373 -0.421,0.157 -0.222,0.353 -0.483,0.699 -0.34,-0.114 -0.533,0.136 -0.693,-0.312 -0.108,0.116 -0.218,0.234 -0.327,0.351 0.141,-0.461 -0.766,-0.629 -1.107,-0.042 -0.277,-0.614 -0.514,-0.345 -0.945,-0.216 -0.352,-0.297 0.036,-0.102 0.157,-0.346 -0.207,-0.218 -0.397,0 -0.598,-0.061 -0.322,0.412 -0.094,0.408 0.027,0.678 -0.368,0.01 -0.734,0.118 -1.081,0.637 0.088,0.109 0.174,0.124 0.258,0.074 -0.048,0.323 -0.841,0.174 -1.183,0.216 0.889,-0.266 0.721,-0.816 1.578,-0.995 -0.812,-0.708 -0.905,0.527 -1.517,0.4 0.016,-0.37 0.645,-0.762 0.552,-1.126 -0.224,0.33 -0.807,0.281 -0.992,0.718 -0.243,-0.357 -0.256,-0.725 -0.469,-1.087 0.107,0.605 -0.319,0.578 -0.647,0.876 -0.162,0.235 0.37,0.438 0.026,0.679 -0.153,-0.27 -0.233,-0.27 -0.196,-0.671 -0.225,-0.013 -0.535,0.311 -0.347,-0.157 -0.253,0.013 -0.5,0.257 -0.747,0.454 -0.007,0.263 0.776,0.01 0.618,0.57 -0.46,-0.292 -2.518,-0.985 -2.128,-0.001 -0.253,0.037 -0.524,-0.362 -0.767,-0.055 -0.375,-0.799 -1.268,-0.145 -1.911,-0.942 -0.142,0.565 -0.671,0.213 -0.482,0.699 -0.287,0.139 -0.227,-0.436 -0.617,-0.571 -0.65,0.061 -1.294,0.315 -1.966,-0.177 -0.063,0.475 -0.624,0.348 -0.679,0.028 -0.237,0.457 -0.504,0.171 -0.748,0.452 0.073,-0.278 0.203,-0.287 0.313,-0.691 -0.33,-0.044 -0.703,0.303 -0.83,0.543 -0.447,0.092 -0.24,-0.497 -0.848,0.032 -0.038,-0.139 0.095,-0.285 -0.103,-0.42 0.374,0.102 0.735,-0.035 1.094,-0.297 -0.622,0.027 -1.244,0.1 -1.868,0.072 -0.05,0.086 0.006,0.169 -0.076,0.258 0.292,0.152 0.818,-0.212 0.863,0.307 -0.441,0.275 -0.842,-0.397 -1.439,0.14 -0.12,-0.123 -0.238,-0.244 -0.347,-0.156 -0.075,-0.139 -0.079,-0.279 0.068,-0.428 -0.381,-0.283 -0.737,0.041 -1.115,-0.209 -0.304,0.182 -0.087,0.342 -0.321,0.522 -0.333,-0.207 0.174,-0.43 -0.272,-0.412 -0.315,0.23 0.206,0.412 -0.237,0.431 -0.241,-0.13 0.03,-0.283 -0.101,-0.419 -1.301,1.048 -2.914,0.068 -3.977,0.581 -0.138,0.174 0.248,0.33 0.189,0.502 -0.474,0.182 -0.986,-0.577 -1.441,0.141 -0.072,-0.137 -0.077,-0.278 0.068,-0.428 -0.182,-0.3 -0.343,-0.086 -0.522,-0.316 -0.216,0.149 -0.029,0.284 0.102,0.42 -0.246,0.232 -0.512,-0.026 -0.763,0.113 -0.089,-0.109 0.075,-0.229 0.157,-0.345 -0.181,-0.286 -0.34,0.011 -0.516,-0.149 -0.025,0.143 0.119,0.279 -0.069,0.428 -0.116,-0.109 -0.235,-0.219 -0.353,-0.326 -0.233,0.178 -0.015,0.339 -0.32,0.522 -0.827,-0.114 -1.654,-0.222 -2.472,-0.157 0.08,-0.089 0.161,-0.176 0.243,-0.265 -0.226,0.019 -0.469,-0.36 -0.686,-0.142 -0.216,0.151 -0.03,0.285 0.101,0.42 -0.494,0.217 -1.397,-0.201 -1.631,-0.361 -0.126,0.358 -0.326,0.445 -0.672,0.197 0.428,-0.341 0.039,-0.338 -0.192,-0.502 0.782,0.147 1.103,-0.351 1.951,-0.162 0.094,0.157 -0.08,0.07 -0.162,0.178 0.186,0.371 0.331,-0.225 0.517,0.149 0.259,-0.428 0.266,-0.317 0.653,-0.706 -0.984,0.387 -2.348,-0.296 -3.053,0.291 -0.055,-0.083 -0.006,-0.171 -0.095,-0.252 -0.331,-0.164 0.083,0.322 -0.237,0.434 -0.538,-0.68 -1.031,-0.245 -1.538,-0.107 -0.153,-0.465 -0.509,-0.421 -0.861,-0.308 0.129,0.336 0.439,0.663 0.21,1.011 0.253,0.099 0.68,-0.045 0.694,0.312 -0.329,-0.049 -0.338,0.031 -0.497,0.36 -0.147,-0.379 -0.371,-0.289 -0.449,-0.577 -0.289,-0.123 -0.56,0.208 -0.857,-0.135 -0.327,0.628 -1.091,0.311 -1.699,0.065 -0.006,0.518 -0.308,0.483 -0.762,0.115 -0.061,0.146 -0.054,0.288 0.103,0.422 -0.557,0.258 -1.147,-0.301 -1.707,-0.103 -0.157,-0.162 0.209,-0.348 -0.02,-0.508 -0.179,-0.231 -0.322,0.445 -0.509,0.019 -0.145,0.148 -0.146,0.291 -0.068,0.429 -0.271,0.084 0.006,-0.47 -0.436,-0.239 -0.21,0.179 -0.285,0.351 -0.149,0.516 -0.435,-0.237 -1.199,0.242 -1.374,-0.286 -0.232,0.18 -0.014,0.342 -0.32,0.522 -0.015,-0.525 -0.446,-0.068 -0.427,-0.068 -0.601,-0.055 -0.808,-0.723 -1.455,-0.197 -0.125,-0.495 -0.824,-0.236 -1.203,-0.292 -0.025,0.142 0.119,0.278 -0.068,0.428 -0.277,-0.547 -0.677,0 -1.129,-0.549 -0.142,-0.351 0.426,-0.466 0.585,-0.279 0.151,-0.076 -0.4,-0.378 -0.523,-0.32 -0.169,-0.399 0.381,-0.11 0.503,-0.188 0.083,-0.145 -0.152,-0.278 -0.272,-0.414 -0.137,-0.043 -0.471,0.546 -0.848,0.033 -0.215,0.207 -0.414,0.412 -0.233,0.604 -0.3,0.312 -0.629,-0.129 -0.924,0.291 -0.084,-0.223 0.001,-0.518 -0.36,-0.496 0.205,0.624 0.856,1.05 1.501,1.384 -0.28,0.067 -0.556,0.266 -0.835,0.373 -0.13,-0.164 -0.174,-0.508 -0.434,-0.238 -0.089,-0.137 0.003,-0.283 -0.102,-0.42 -0.386,-0.217 -0.213,0.207 -0.578,0.447 0.052,-0.713 -1.453,-0.766 -1.618,-0.021 -0.011,-0.422 -0.361,0.013 -0.612,-0.399 0.271,-0.314 0.571,0.11 0.842,-0.204 -0.017,-0.319 -0.732,0.007 -1.018,0.041 -0.034,-0.168 -0.13,-0.334 -0.361,-0.497 -0.209,-0.189 -0.191,0.272 0.014,0.34 -0.294,0.14 -0.326,-0.431 -0.109,-0.59 0.203,0.118 0.393,-0.105 0.603,0.231 0.077,-0.172 0.078,-0.344 0.152,-0.516 -0.406,-0.233 -0.783,0.301 -1.189,0.047 -0.081,0.331 0.612,0.933 0.04,1.018 0.091,-0.463 -0.125,-0.231 -0.442,-0.408 -0.038,0.505 0.293,0.216 -0.32,0.523 -0.043,-0.328 -0.077,-0.439 -0.448,-0.576 -0.126,0.648 -0.641,-0.205 -1.006,0.377 1.028,0.06 1.841,0.567 2.984,0.138 -0.41,0.587 0.786,0.236 0.631,0.909 -0.135,0.17 -0.28,0.087 -0.414,0.271 -0.172,-0.551 -0.877,-0.123 -1.013,0.211 0.233,-0.496 -0.408,-0.432 -0.121,-0.929 -0.227,0.034 -0.464,-0.236 -0.682,0.026 -0.165,0.279 0.683,-0.052 0.103,0.421 0.185,0.373 0.332,-0.225 0.517,0.148 -0.159,0.15 -0.064,0.287 -0.238,0.435 -0.509,-0.549 -0.641,-0.105 -0.756,0.285 -0.028,-0.71 -1.1,-0.209 -1.63,-0.36 -0.186,-0.315 0.022,-0.224 0.238,-0.434 -0.581,-0.554 -1.507,0.006 -1.808,-0.524 -0.34,0.211 0.059,0.395 -0.062,0.598 0.454,0.004 0.912,0.107 1.359,-0.055 0.163,0.221 0.171,0.447 0.028,0.679 -0.121,-0.171 -0.231,-0.085 -0.339,0.015 -0.043,-0.114 -0.087,-0.225 -0.015,-0.342 -0.462,0.529 -1.748,0.051 -2.059,-0.428 0.231,0.854 -0.607,0.434 -0.809,1.053 -0.149,-0.143 -0.289,-0.147 -0.429,-0.068 -0.171,-0.455 0.381,-0.1 0.497,-0.36 0.138,-0.358 -0.36,-0.576 -0.808,-1.072 -0.38,0.48 0.372,0.475 0.373,0.835 -0.418,0.34 -0.335,-0.031 -0.775,-0.225 0.14,-0.203 0.041,-0.399 0.062,-0.596 -0.204,-0.122 -0.386,0.277 -0.599,-0.063 0.355,-0.355 0.751,0.344 1.094,-0.297 0.439,0.338 0.877,0.623 1.299,0.543 0.146,-0.213 -0.389,-0.127 -0.516,-0.149 -0.168,-0.3 0.435,-0.322 0.34,-0.013 0.079,-1.666 -2.434,-0.195 -3.773,-0.701 0.123,-0.118 0.245,-0.236 0.156,-0.346 0.188,-0.256 0.409,0.248 0.592,-0.109 0.041,-0.241 -0.639,-0.531 -0.857,-0.135 0.167,-0.406 -0.569,-0.92 -0.869,-0.476 -0.099,0.095 0.516,0.35 0.686,0.144 -0.105,0.506 0.194,0.489 0.292,0.922 -0.366,0.208 -0.25,0.327 -0.66,0.535 0.612,0.17 0.96,-0.184 1.72,0.442 -0.351,0.414 0.04,0.402 -0.484,0.699 0.007,-0.284 0.319,-0.578 -0.202,-0.842 -0.567,0.012 -1.127,0.209 -1.7,0.066 0.211,-0.176 0.286,-0.349 0.15,-0.514 0.252,-0.093 0.506,-0.106 0.761,-0.115 -0.024,-0.24 -0.355,-0.38 -0.53,-0.49 -0.17,0.121 -0.084,0.233 0.013,0.34 -0.482,0.244 -0.137,-0.482 -0.693,-0.312 -0.026,0.255 0.19,0.501 0.117,0.761 -0.615,-0.62 -1.751,0.049 -2.407,-0.586 -0.118,0.203 0.105,0.393 -0.231,0.605 -0.319,-0.187 -0.622,0.053 -0.953,-0.388 0.219,-0.178 0.3,-0.35 0.322,-0.522 -0.405,-0.186 -0.796,-0.015 -1.204,-0.29 -0.186,0.343 0.311,0.969 0.699,0.48 -0.186,0.264 0.142,0.504 -0.054,0.767 -0.364,-0.587 -0.748,-0.338 -1.475,-0.706 0.185,-0.356 0.404,0.146 0.592,-0.109 -0.027,-0.417 -0.502,-0.05 -0.781,-0.393 -0.158,0.146 -0.063,0.285 -0.239,0.433 -0.213,-0.912 -0.993,0.06 -1.461,-0.365 -0.224,0.636 0.664,0.429 0.714,0.82 -0.082,0.082 -0.173,-0.031 -0.258,-0.076 -0.374,0.185 0.222,0.332 -0.151,0.516 -0.309,-0.248 -0.761,0.048 -0.611,-0.401 -0.299,-0.364 -0.56,0.191 -0.849,0.035 -0.062,0.225 0.1,0.542 0.352,0.325 -0.051,0.59 -1.106,-0.44 -1.177,0.385 -0.175,-0.161 -0.352,-0.327 -0.529,-0.487 0.209,-0.149 0.155,-0.29 0.239,-0.435 -0.334,-0.194 -0.334,0.13 -0.497,0.361 -0.54,-0.66 -1.034,0 -1.944,0.331 -0.513,-0.462 -1.605,0.271 -2.386,-0.077 -0.023,-0.401 0.358,-0.108 0.585,-0.276 -0.134,-0.445 -0.975,-0.316 -1.373,-0.287 -0.132,0.428 0.535,-0.018 0.441,0.409 -0.26,0.202 -0.465,0.334 -0.489,0.527 -0.209,-0.165 -0.596,-0.668 -0.89,-0.984 -0.391,-0.112 -0.286,0.455 -0.572,0.619 -0.203,0.062 -0.858,-0.428 -0.76,0.114 -0.67,-0.44 -1.317,-0.29 -1.965,-0.177 -0.383,0.27 0.33,0.496 -0.055,0.766 -0.497,-0.235 0.128,-0.514 -0.285,-0.754 -0.388,-0.236 -0.401,0.447 -0.654,0.707 -0.232,-0.164 -0.449,0.09 -0.679,0.025 0.072,0.225 0.002,0.454 -0.312,0.692 -0.015,-0.125 -0.116,-0.36 -0.265,-0.244 -0.208,-0.231 0.261,-0.039 0.326,-0.352 -0.238,-0.296 -0.453,-0.008 -0.679,0.027 -0.187,-0.216 0.311,-0.32 0.415,-0.271 0.023,-0.2 -0.074,-0.395 -0.109,-0.591 -0.326,-0.009 -0.326,0.304 -0.516,-0.148 -0.359,0.397 0.098,0.297 0.107,0.589 -0.345,0.245 -0.319,-0.187 -0.44,-0.407 -0.403,-0.125 -0.792,0.1 -1.191,0.047 -0.018,0.256 0.266,0.5 0.286,0.754 -0.374,0.141 -0.709,0.825 -1.17,0.554 -0.32,0.53 -0.39,0.811 -1.155,0.895 0.218,-0.179 0.509,-0.205 0.489,-0.529 -0.265,-0.232 -0.514,-0.102 -0.768,-0.053 -0.174,-0.164 0.11,-0.344 -0.19,-0.502 0.329,0.026 0.94,-0.46 1.02,-0.041 0.042,-0.2 0.126,-0.402 -0.109,-0.59 -0.295,-0.035 -0.19,0.484 -0.598,-0.06 -0.374,0.183 0.223,0.329 -0.149,0.514 0.052,-0.516 -0.412,-0.481 -0.775,-0.225 -0.221,-0.314 0.099,-0.404 0.326,-0.352 -0.149,-0.157 -0.286,-0.064 -0.435,-0.238 -0.092,0.202 -0.586,0.419 -0.402,0.611 -0.149,0.051 -0.741,-0.445 -0.59,0.108 -0.275,0.168 -0.453,-0.738 -0.87,-0.475 -0.084,0.145 0.154,0.278 0.27,0.414 -0.422,0.069 -1.185,0.567 -1.359,0.055 -0.126,-0.066 -0.723,0.104 -0.326,0.35 -0.747,-0.039 -1.735,-0.545 -2.018,-1.533 -0.199,-0.02 -0.393,0.077 -0.598,-0.06 -0.328,0.296 0.318,0.552 -0.135,0.853 0.412,0.322 0.406,0.094 0.677,-0.026 0.407,0.267 0.498,0.547 0.205,0.841 -0.084,-0.081 0.032,-0.171 0.076,-0.259 -0.263,-0.147 -0.525,-0.343 -0.769,-0.054 -0.189,0.246 0.264,0.02 0.353,0.325 -0.212,0.364 -0.464,-0.216 -0.673,0.198 -0.177,-0.819 -1.098,-0.206 -1.692,0.237 -0.286,-0.294 -0.532,-0.871 0.047,-0.936 -0.126,0.443 0.22,0.279 0.517,0.149 0.084,-0.152 -0.147,-0.151 -0.258,-0.075 0.129,-0.389 1.013,-0.14 1.434,-0.311 -1.386,-0.542 -3.459,-0.017 -5.118,-0.307 -0.081,0.118 0.092,0.223 0.183,0.332 -0.221,0.132 -0.445,0.208 -0.686,-0.144 -0.12,0.549 -0.341,0.088 -0.666,0.367 -0.245,0.206 0.571,0.374 0.108,0.59 -0.326,-0.545 -0.492,-0.214 -1.109,-0.041 -0.269,-0.42 -0.598,-0.692 -1.025,-0.129 -0.299,-0.38 -0.571,-0.094 -0.87,-0.474 -0.865,1.203 -2.51,0.38 -4.044,1.007 0.027,-0.375 -0.372,-0.673 -0.517,-0.148 -0.351,-0.186 -0.264,-0.387 -0.28,-0.585 -0.113,-0.032 -0.229,-0.067 -0.337,0.015 0.048,0.254 -0.046,0.511 0.284,0.754 -0.479,0.349 -0.146,-0.704 -0.686,-0.145 -0.154,-0.598 -0.295,-0.379 -0.782,-0.393 -0.165,0.205 0.047,0.395 0.278,0.582 -0.826,-0.427 -2.058,0.014 -2.676,-0.997 -0.409,-0.173 -0.401,0.107 -0.674,0.196 -0.225,0.264 0.235,0.501 -0.055,0.767 -0.317,-0.215 -0.259,-0.443 -0.196,-0.673 -0.414,0.11 -0.314,-0.17 -0.694,-0.311 -0.236,0.46 0.328,1.016 0.721,0.991 -0.171,0.135 -0.084,0.257 0.006,0.169 -0.564,0.507 -1.36,1.066 -2.291,0.176 -0.301,0.239 0.408,0.436 0.027,0.677 -0.315,-0.467 -1.137,0.107 -1.699,0.068 -0.17,-0.135 -0.086,-0.28 -0.273,-0.414 -0.024,0.142 0.119,0.278 -0.066,0.428 -0.312,-0.016 -0.107,-0.112 -0.355,-0.327 -0.067,0.116 0.121,0.223 0.013,0.34 -0.354,0.366 -0.736,0.08 -0.693,-0.312 -0.08,0.116 -0.164,0.138 -0.251,0.095 -0.081,0.116 0.092,0.223 0.183,0.332 -0.793,0.048 -2.011,0.717 -2.548,0.1 -0.756,0.493 -0.574,-0.133 -1.013,0.21 -0.457,-0.651 -0.722,-0.53 -1.312,-0.882 0.19,-0.232 0.391,-0.144 0.586,-0.277 -0.268,-0.29 -0.505,0.169 -0.768,-0.055 -0.082,0.115 0.091,0.223 0.182,0.332 -0.537,0.058 -1.061,0.426 -1.598,0.487 -0.081,0.117 0.093,0.224 0.185,0.334 -0.253,0.045 -0.504,0.177 -0.77,-0.056 -0.302,-0.917 -1.959,0.433 -2.814,-0.144 0.986,-0.175 1.976,-0.283 2.959,-0.541 -0.349,-0.205 -0.682,-0.007 -1.021,0.04 -0.144,-0.395 0.44,-0.112 0.584,-0.278 -0.176,-0.162 -0.352,-0.323 -0.53,-0.488 -0.157,0.148 -0.063,0.285 -0.237,0.434 -0.718,-0.192 -0.71,-0.981 -1.556,-0.618 -0.064,0.3 0.573,0.337 0.788,0.564 -0.02,0.2 -0.219,0.403 -0.061,0.596 -0.175,-0.117 -0.633,-1.145 -1.305,-0.713 -0.122,0.175 -0.034,0.342 0.19,0.503 -0.343,0.314 -0.69,-0.704 -1.209,-0.462 -0.346,0.241 0.254,0.444 -0.143,0.685 -0.091,-0.053 -0.052,-0.11 -0.007,-0.169 0.01,-0.23 -0.456,-0.023 -0.362,-0.495 -0.147,0.077 -0.714,0.213 -0.603,-0.231 -0.195,0.077 -0.403,-0.126 -0.591,0.109 -0.009,0.31 0.593,0.599 0.461,0.915 -0.213,-0.094 -0.519,-0.219 -0.781,-0.396 -0.233,0.181 -0.016,0.342 -0.32,0.524 -0.514,-0.099 -1.019,0.045 -1.53,0.06 -0.168,0.208 0.328,0.092 0.442,0.409 -0.645,0.284 -0.825,-0.881 -1.453,-0.199 -0.173,-0.071 -0.361,-0.524 -0.525,-0.319 -0.207,-0.23 0.262,-0.039 0.326,-0.353 -0.088,-0.08 -0.175,-0.163 -0.265,-0.244 -0.496,0.343 -1.02,0.027 -1.514,0.4 -0.006,0.435 0.694,0.461 0.937,0.047 0.235,0.201 0.468,0.339 0.694,0.312 -0.278,-0.017 -0.921,0.633 -1.362,0.056 -0.336,0.268 0.113,0.505 -0.223,0.772 -0.346,-0.592 -1.352,-0.506 -2.148,-0.51 -0.185,0.317 0.267,0.09 0.353,0.327 -0.362,0.006 -0.188,0.291 -0.489,0.527 -0.464,-0.234 -0.907,0.014 -1.373,-0.285 -0.609,0.549 -0.619,-0.09 -1.556,-0.617 0.371,0.035 0.745,0.224 1.107,0.041 0.181,0.106 0.104,0.222 0.015,0.34 0.231,0.117 0.458,0.107 0.679,-0.028 0.193,-0.154 -0.273,-0.217 -0.347,-0.156 0.106,-0.276 0.92,-1.082 1.34,-0.563 0.259,-0.514 1.208,-0.513 1.774,-0.325 0.193,-0.253 0.085,-0.456 0.421,-0.1 0.856,-0.592 1.728,-0.751 2.617,-0.53 0.011,-0.584 0.925,-0.162 0.652,-0.705 0.143,0.172 0.427,0.139 0.777,0.227 -0.136,0.166 -0.282,0.085 -0.415,0.269 0.173,0.075 0.343,0.074 0.515,0.151 0.062,-0.145 0.055,-0.286 -0.1,-0.42 0.215,-0.281 0.449,-0.09 0.665,-0.367 0.167,0.107 0.075,0.222 0.184,0.332 0.189,-0.253 0.378,-0.469 0.591,-0.109 0.136,-0.133 0.269,-0.374 0.415,-0.27 0.23,-0.179 -0.448,-0.322 -0.021,-0.51 0.355,0.647 1.814,0.297 2.122,-0.17 0.301,-0.209 0.11,0.26 0.353,0.326 0.086,0.051 0.169,-0.007 0.257,0.076 0.314,-0.209 0.088,-0.4 0.402,-0.611 0.573,0.52 1.654,0.008 2.461,-0.182 0.211,0.313 0.404,0.207 0.612,0.4 -0.416,0.391 -0.346,-0.294 -0.769,-0.054 0.215,0.261 0.154,0.188 -0.06,0.597 0.565,0.53 1.041,0.216 1.182,-0.216 -0.238,-0.301 -0.438,0.406 -0.68,0.026 0.379,-0.024 0.541,-0.52 0.225,-0.772 0.538,-0.02 1.067,-0.283 1.603,-0.318 -0.169,-0.463 -0.089,-0.276 0.32,-0.522 -0.286,-0.102 -0.566,0.041 -0.837,0.371 -0.157,-0.162 0.209,-0.346 -0.019,-0.508 0.316,0.111 0.619,-0.155 0.931,-0.122 0.217,0.218 -0.098,0.456 -0.311,0.692 0.484,0.1 0.955,-0.179 1.453,0.198 0.073,0.223 -0.093,0.457 0.027,0.678 0.511,0.107 -0.006,-0.443 0.4,-0.612 0.083,-0.164 -0.144,-0.068 -0.264,-0.244 0.478,-0.6 1.613,-0.265 2.176,-0.933 0.701,0.517 1.366,0.125 2.045,0.088 0.218,-0.444 -0.478,-0.358 -0.544,-0.828 0.508,-0.357 0.659,0.544 0.756,-0.284 0.164,0.277 0.176,0.559 0.034,0.848 0.602,0.184 1.193,0.07 1.78,-0.156 0.204,0.649 0.782,0.379 1.204,0.295 0.08,-0.12 -0.093,-0.225 -0.183,-0.334 -0.146,-0.084 -0.28,0.152 -0.416,0.271 -0.116,-0.08 -0.139,-0.166 -0.095,-0.252 -0.059,-0.054 -0.119,-0.107 -0.177,-0.162 0.303,-0.227 0.634,0.261 0.924,-0.291 -0.207,-0.221 -0.397,0 -0.597,-0.061 -0.12,-0.453 0.493,-0.236 0.667,-0.367 -0.578,-0.694 0.652,-0.154 1.087,-0.467 -0.024,0.266 0.099,0.75 0.454,0.746 -0.246,-0.426 0.205,-0.439 0.219,-0.942 0.09,0.109 0.175,0.123 0.258,0.073 -0.143,0.477 0.427,0.397 0.544,0.828 0.228,-0.074 0.934,-0.587 1.441,-0.14 0.298,-0.24 0.008,-0.454 -0.028,-0.68 0.47,-0.234 0.915,-0.28 1.17,-0.555 0.117,0.107 0.235,0.217 0.353,0.325 -0.108,0.117 -0.217,0.235 -0.326,0.353 -0.331,-0.468 -0.621,0.1 -0.931,0.122 0.41,0.351 0.786,-0.2 1.195,0.122 -0.045,-1.033 0.912,-0.476 1.577,-0.996 -0.248,0.123 -0.514,-0.111 -0.761,0.115 -0.038,-0.425 0.665,-0.291 0.925,-0.292 0.084,0.225 0.062,0.451 0.197,0.672 0.464,0.111 0.218,-0.452 0.401,-0.611 0.121,0.171 0.23,0.087 0.34,-0.013 0.03,0.53 0.432,0.516 0.849,-0.033 -0.239,0.57 0.134,0.182 0.537,0.658 0.47,-0.489 -0.62,-0.388 -0.033,-0.847 0.165,0.62 0.482,0.437 0.714,0.82 0.405,-0.415 -0.498,-0.383 -0.368,-0.664 0.413,-0.022 0.501,-0.02 0.782,0.393 0.374,-0.377 -0.289,-0.189 -0.19,-0.502 0.724,-0.627 0.974,0.072 1.713,0.271 0.193,-0.205 0.089,-0.398 0.401,-0.609 0.385,0.379 0.737,-0.009 1.115,0.21 0.102,-0.231 -0.082,-0.449 -0.028,-0.677 -0.12,-0.158 -0.228,-0.058 -0.346,-0.156 -0.28,0.181 0.026,0.338 0.02,0.507 -0.514,-0.066 -0.681,-0.363 -1.285,-0.203 0.364,-0.152 0.72,-0.465 1.096,-0.297 0.28,-0.251 -0.464,-0.012 -0.185,-0.334 -0.389,0.179 -0.79,0.112 -1.182,0.217 -0.077,-0.111 0.102,-0.23 -0.013,-0.339 -0.329,-0.167 -0.091,0.328 -0.409,0.441 -0.147,-0.145 -0.289,-0.146 -0.428,-0.069 -0.067,-1.054 -0.82,0.272 -1.291,-0.373 -0.299,0.237 0.089,0.514 -0.32,0.522 -0.256,-0.331 0.058,-0.682 -0.209,-1.012 0.216,-0.26 0.454,0.039 0.673,-0.195 0.089,0.109 -0.075,0.23 -0.158,0.346 0.295,0.285 0.569,0.045 0.85,-0.034 0.043,-0.31 -0.274,-0.135 -0.36,-0.495 -0.342,-0.046 -0.676,0.107 -1.025,-0.129 -0.301,0.236 0.088,0.513 -0.32,0.523 -0.585,-1.223 -2.411,-0.262 -3.5,-0.287 -0.049,0.227 0.35,0.439 0.197,0.672 1.014,-0.168 2.021,-0.504 3.044,-0.46 0.166,0.297 -0.372,0.319 -0.509,0.018 -0.251,0.303 -0.601,0.234 -0.232,0.604 -0.286,-0.058 -0.572,-0.127 -0.856,-0.134 -0.065,0.227 0.254,0.441 -0.144,0.683 -0.282,-0.478 -0.365,-0.315 -0.775,-0.223 -0.317,0.211 0.086,0.392 -0.23,0.603 -0.592,0.17 -1.355,-0.129 -1.719,-0.442 0.01,0.142 -0.172,0.29 -0.069,0.428 0.248,0.226 0.012,-0.433 0.34,-0.013 -0.496,0.35 -1.018,0.074 -1.516,0.399 -0.207,-0.19 -0.413,-0.38 -0.619,-0.571 -0.163,0.234 -0.166,0.462 -0.483,0.699 -0.365,-0.562 0.203,-0.565 0.307,-0.861 -0.324,-0.291 -0.601,0.607 -0.932,0.121 -0.387,0.357 0.363,0.666 -0.128,1.025 -0.084,-0.082 0.03,-0.171 0.074,-0.257 -0.663,-0.274 -1.304,0.022 -1.951,0.161 -0.357,-0.353 0.179,-0.745 0.483,-0.699 -0.318,-0.146 -0.663,-0.945 -0.959,-0.554 -0.142,0.324 0.355,0.086 0.272,0.412 -0.155,0.387 -0.347,-0.196 -0.503,0.189 -0.203,-0.32 0.018,-0.443 -0.449,-0.576 -0.194,0.177 -0.187,0.348 0.021,0.508 -0.457,0.362 -0.441,-0.665 -0.864,-0.305 -0.12,0.258 0.481,0.491 0.116,0.759 -0.329,-0.184 -0.238,-0.387 -0.448,-0.576 -0.116,-0.034 -0.229,-0.068 -0.34,0.014 -0.008,0.276 0.465,0.26 0.366,0.665 -0.432,-0.022 -0.325,0.242 -0.741,0.623 -0.786,0.342 -1.64,-0.065 -2.214,-0.082 0.502,0.595 -1.354,0.399 -1.932,0.672 0.051,0.449 0.788,-0.097 1.122,0.379 -0.678,0.443 -1.311,-0.416 -1.782,0.156 -0.09,-0.111 0.075,-0.23 0.157,-0.346 -0.243,-0.398 -0.454,-0.014 -0.694,-0.313 -0.608,0.861 -1.476,0.104 -1.842,0.753 -0.79,-0.362 -1.242,0.12 -1.889,-0.435 0.309,-0.04 0.095,-0.12 0.326,-0.353 -0.956,-0.515 -1.193,0.448 -1.23,1.152 -0.225,-0.331 -0.06,-0.677 -0.211,-1.012 -0.365,0.114 -0.734,0.08 -1.093,0.3 -0.121,0.23 0.45,0.18 0.61,0.4 0.082,-0.2 -1.278,0.354 -1.522,0.23 -0.197,0.086 -0.18,0.546 0.014,0.339 0.002,0.408 -0.34,0.021 -0.51,0.02 -0.092,-0.109 0.074,-0.229 0.155,-0.346 -0.696,-0.004 -1.739,1.056 -2.697,0.617 -0.136,0.146 -0.272,0.294 -0.408,0.441 -0.177,-0.161 -0.336,0.136 -0.517,-0.15 -0.701,0.928 -1.474,0.058 -2.176,0.935 -0.781,-0.411 -1.533,-0.051 -2.277,0.515 0.475,0.253 0.507,0.438 0.876,0.643 -0.847,0.008 -1.726,-0.548 -2.127,0 0,-0.72 -0.619,-1.036 -0.414,-1.851 -0.422,0.109 -0.837,0.349 -1.257,0.474 0.015,-0.757 1.546,-0.334 1.481,-1.248 -0.177,-0.191 -0.328,0.276 -0.496,0.36 -0.083,-0.53 -0.693,-0.008 -1.039,-0.469 0.063,0.28 0.116,0.562 -0.306,0.861 0.021,-0.412 -0.249,-0.491 -0.625,-0.74 -0.253,0.336 -0.726,0.78 -0.755,0.285 -0.301,0.238 -0.127,0.524 -0.49,0.529 -0.161,0.328 0.04,0.221 0.273,0.415 -0.366,0.085 -0.732,0.182 -1.109,-0.041 -0.283,0.294 0.329,0.552 0.033,0.847 -0.156,-0.125 -0.296,-0.804 -0.611,-0.401 -0.057,-0.196 -0.276,-0.384 0.062,-0.598 -0.486,-0.173 -0.408,-0.1 -0.618,-0.569 -0.182,-0.283 -0.323,0.475 -0.504,0.19 -0.401,-0.309 0.202,-0.345 0.32,-0.522 -0.228,-0.065 -0.446,0.19 -0.68,0.027 -0.164,0.233 0.371,0.44 0.028,0.678 -0.116,-0.363 -0.608,-0.137 -0.422,0.102 -0.531,-0.643 -1.393,-0.296 -2.114,0.337 -0.033,-0.195 -0.246,-0.385 -0.279,-0.583 0.356,-0.186 0.193,-0.192 0.49,-0.529 0.226,0.132 0.051,0.282 -0.068,0.427 0.712,0.102 1.401,-0.432 2.101,-0.676 -0.608,-0.279 -1.176,0.424 -1.781,0.154 0.307,-0.111 0.614,-0.226 0.917,-0.459 -0.347,-0.187 -0.67,0.272 -1.033,-0.3 -0.165,0.234 0.155,0.445 -0.143,0.684 -0.147,-0.155 -0.286,-0.063 -0.435,-0.236 -0.216,0.148 -0.029,0.284 0.101,0.42 -0.162,0.175 -0.344,-0.111 -0.501,0.19 -0.102,-0.482 -0.647,-0.168 -0.708,-0.651 -0.45,0.3 0.032,0.563 -0.306,0.86 -0.354,-0.25 -1.126,0.098 -1.176,0.387 -0.537,-0.291 -0.516,0.243 -1.02,0.04 -0.187,0.317 0.267,0.089 0.353,0.325 -0.467,0.381 -0.963,0.028 -1.433,0.313 -0.194,-0.257 -0.234,-0.345 -0.285,-0.753 -0.282,0.094 -0.828,-0.044 -0.871,-0.476 -0.373,0.185 0.223,0.33 -0.149,0.515 -0.252,0.113 -0.518,-0.193 -0.763,0.116 -0.329,-0.209 -0.119,-0.418 -0.441,-0.408 -0.268,0.293 0.416,0.55 0.375,0.835 0.208,0.244 0.374,-0.571 0.59,-0.109 -0.067,0.399 -0.739,0.373 -1.101,0.129 -0.303,0.183 -0.086,0.343 -0.32,0.521 -0.438,-0.28 -1.324,-0.589 -1.454,-0.196 -0.145,0.093 -0.162,-0.136 -0.095,-0.251 -0.314,-0.05 -0.63,-0.148 -0.924,0.292 -0.212,-0.313 -0.401,-0.088 -0.612,-0.401 0.379,0.268 0.713,-0.613 1.102,-0.129 0.235,-0.433 -0.127,-0.588 0.475,-0.869 -0.509,-0.555 -0.634,0.068 -0.762,0.116 -0.35,-0.402 0.329,-0.319 0.314,-0.69 0.181,0.263 0.35,0.257 0.509,-0.023 0.234,0.313 0.427,0.088 0.443,0.409 -0.275,0.2 -0.518,-0.016 -0.408,0.439 0.203,0.145 0.382,-0.37 0.59,-0.108 0.138,-0.333 -0.247,-0.432 0.232,-0.603 -0.156,0.587 0.378,-0.03 0.679,-0.028 0.05,-0.102 -0.056,-0.598 -0.271,-0.412 0.237,0.002 0.765,-0.576 1.176,-0.387 0.294,-0.741 0.837,-0.281 1.068,-0.975 0.441,0.137 0.398,0.503 0.869,0.474 0.084,-0.146 -0.154,-0.276 -0.271,-0.413 0.347,-0.555 0.728,-0.241 1.088,-0.469 0.138,0.218 0.059,0.311 -0.157,0.348 0.251,0.411 0.603,-0.024 0.611,0.4 0.025,-0.08 0.095,-0.543 0.327,-0.353 0.16,-0.328 -0.04,-0.221 -0.272,-0.414 0.441,-0.322 0.91,0.072 1.339,-0.563 0.187,0.889 0.616,-0.434 1.033,0.299 -0.104,-0.527 0.353,-0.224 0.401,-0.609 -0.313,-0.051 -0.629,-0.149 -0.923,0.29 -0.302,-0.699 -1.085,-0.095 -1.605,0.319 -0.04,-0.254 -0.081,-0.506 -0.454,-0.748 0.846,0.779 2.395,-1.292 3.241,0.213 0.536,-0.106 1.079,-0.002 1.604,-0.319 0.138,0.219 0.06,0.312 -0.156,0.346 0.177,0.164 0.353,0.325 0.531,0.489 0.17,0.05 0.338,-0.036 0.502,-0.189 -0.266,-0.263 -0.509,0.044 -0.781,-0.395 0.244,-0.235 0.502,-0.217 0.748,-0.454 0.117,0.11 0.235,0.217 0.353,0.326 0.142,0.011 0.282,-0.038 0.421,-0.102 0.165,-0.204 -0.047,-0.394 -0.279,-0.583 0.629,-0.178 0.366,0.809 1.04,0.469 0.073,0.138 0.078,0.279 -0.068,0.427 0.177,0.139 0.349,0.213 0.517,0.15 -0.362,-0.732 0.95,-0.982 1.394,-1.328 -0.507,-0.189 -1.739,0.37 -1.712,-0.274 -0.511,0.009 -1.01,0.323 -1.523,0.232 -0.069,-0.483 0.612,-0.168 0.836,-0.374 -0.41,-0.214 -0.406,-0.026 -0.701,-0.482 -0.184,0.746 -0.495,0.104 -0.646,0.873 -0.436,-0.293 -0.251,-0.611 -0.122,-0.927 -0.331,-0.141 -0.322,0.396 -0.489,0.527 -0.206,-0.192 -0.401,-0.087 -0.612,-0.399 -0.304,0.181 -0.086,0.342 -0.319,0.522 -0.392,-0.402 -0.22,-0.01 -0.592,0.109 -0.406,-0.248 -0.795,-0.017 -1.203,-0.293 -0.34,0.21 0.061,0.394 -0.06,0.598 0.419,0.126 1.171,-0.307 1.121,0.381 -0.225,0.061 -0.465,-0.252 -0.695,-0.316 -0.017,0.117 -0.039,0.23 -0.155,0.348 -0.383,-0.36 -0.463,-0.385 -0.768,-0.055 -0.496,-0.292 0.034,-0.624 -0.461,-0.916 -0.088,-0.049 -0.171,0.007 -0.26,-0.075 -0.298,0.239 -0.008,0.453 0.027,0.678 -0.21,0.416 -0.452,0.051 -0.667,0.367 -0.179,-0.105 -0.101,-0.223 -0.012,-0.34 -0.518,-0.185 -0.997,0.631 -1.537,-0.107 -0.914,0.326 -1.628,-0.02 -2.358,0.602 -0.301,-0.417 -0.571,-0.085 -0.857,-0.137 -0.115,-0.408 0.002,-0.5 -0.285,-0.752 0.386,-0.389 0.394,-0.28 0.653,-0.707 0.201,0.41 0.043,0.305 0.366,0.666 0.374,0.1 0.729,-0.215 1.115,0.211 0.206,-0.321 -0.386,-0.608 -0.462,-0.916 0.197,-0.229 0.844,0.043 0.748,-0.453 0.561,-0.155 1.153,0.437 1.693,-0.238 -0.35,-0.249 -0.684,-0.079 -1.034,-0.298 0.224,-0.085 0.456,0.002 0.667,-0.368 0.105,0.355 0.183,0.352 0.339,-0.012 0.676,0.582 1.291,-0.362 1.951,-0.162 0.335,-0.184 -0.053,-0.338 -0.188,-0.503 0.212,-0.315 0.452,-0.013 0.672,-0.197 -0.137,0.313 -0.132,0.622 -0.558,0.957 -0.012,0.143 0.037,0.281 0.101,0.421 0.201,0.024 0.395,-0.072 0.592,-0.109 0.09,-0.173 -0.207,-0.33 0.15,-0.514 0.219,0.132 0.178,0.275 0.272,0.412 0.115,0.067 0.221,-0.118 0.34,-0.012 0.195,-0.372 -0.188,-0.192 -0.192,-0.502 -0.262,-0.213 -0.497,0.317 -0.766,-0.055 2.618,-0.475 5.253,-0.55 7.864,-1.244 0.197,0.694 1.034,0.299 1.182,-0.217 0.189,0.361 -0.069,0.738 0.129,1.098 0.494,0.156 0.427,-0.527 0.925,-0.29 0.082,-0.117 -0.092,-0.224 -0.184,-0.333 0.422,-0.117 0.864,0.263 1.279,0.033 -0.54,-0.899 0.995,-0.545 1.652,-1.252 0.348,0.156 -0.026,0.341 -0.149,0.513 0.685,-0.06 0.378,-0.142 1.005,-0.378 0.109,0.136 -0.213,0.292 -0.067,0.427 0.171,0.051 0.338,-0.036 0.503,-0.189 0.033,0.168 0.128,0.334 0.359,0.494 0.385,0.254 0.246,-0.455 0.68,-0.025 0.122,-0.175 0.034,-0.342 -0.19,-0.502 1.01,-0.291 0.84,-0.54 2.114,-0.338 0.061,-0.145 0.056,-0.285 -0.101,-0.422 0.812,0.465 1.586,-0.047 2.391,0.246 0.034,-0.115 0.069,-0.231 -0.014,-0.341 0.312,-0.03 0.634,0.234 0.959,0.558 0.265,-0.18 0.258,-0.349 -0.02,-0.51 1.028,0.164 2.01,-0.824 3.067,0.051 0.315,-0.211 -0.087,-0.393 0.23,-0.605 -0.176,-0.16 -0.335,0.138 -0.517,-0.149 0.802,0.107 1.817,0.575 2.814,0.144 0.141,0.367 -0.659,0.289 -0.142,0.684 0.434,-0.369 0.785,-0.672 1.168,-0.556 0.274,0.531 -0.354,0.055 -0.585,0.279 0.327,0.363 0.63,0.134 0.947,0.217 -0.002,-0.283 -0.093,-0.563 -0.206,-0.84 0.862,0.091 1.507,0.697 2.481,0.326 0.067,-0.115 -0.121,-0.223 -0.012,-0.34 0.134,-0.166 0.28,-0.086 0.413,-0.271 0.324,0.313 0.162,0.332 0.531,0.49 0.022,-0.172 0.103,-0.346 0.32,-0.523 0.432,0.162 0.853,0.043 1.278,0.034 0.19,-0.224 -0.275,-0.288 -0.347,-0.156 0.306,-0.532 1.045,0.052 1.299,0.543 0.433,-0.243 0.033,-0.453 -0.198,-0.672 0.595,-0.022 1.218,0.658 1.802,0.354 0.193,-0.138 -0.284,-0.5 -0.347,-0.157 0.089,-0.369 0.412,-0.513 0.828,-0.541 -0.131,-0.023 -0.514,-0.095 -0.183,-0.333 -0.173,-0.088 -0.332,0.208 -0.515,-0.149 0.269,-0.324 0.566,-0.014 0.842,-0.203 -0.102,0.23 0.143,0.65 0.442,0.407 0.096,0.159 -0.139,0.08 -0.245,0.265 0.347,0.144 0.688,0.17 1.048,0.638 0.396,-0.244 -0.204,-0.445 0.141,-0.685 0.26,0.264 0.693,0.25 0.707,0.651 0.719,-0.133 1.541,-0.399 2.033,-0.251 0.014,0.198 -0.074,0.401 0.278,0.584 0.258,-0.499 -0.237,-0.732 0.476,-0.868 -0.239,-0.335 -0.457,-0.086 -0.686,-0.143 0.016,-0.438 0.791,0.041 1.101,-0.129 0.037,0.142 -0.097,0.287 0.102,0.422 0.267,-0.188 0.458,-0.07 0.659,-0.538 0.329,0.188 0.119,0.395 0.449,0.579 0.254,0.044 0.469,-0.768 0.93,-0.122 0.233,-0.178 0.016,-0.339 0.321,-0.523 -0.208,-0.219 -0.402,-0.119 -0.598,-0.061 1.24,-0.892 3.284,-0.152 4.832,-0.444 0.008,-0.228 -0.15,-0.448 -0.366,-0.665 0.307,-0.12 0.629,0.143 0.931,-0.122 0.234,0.189 0.151,0.39 0.108,0.589 0.748,-0.014 2.109,-0.875 2.901,0.225 0.238,-0.395 -0.303,-0.29 -0.276,-0.583 0.546,-0.041 0.668,-0.018 1.101,-0.128 0.087,0.136 -0.006,0.282 0.102,0.42 0.562,0.144 1.47,-0.866 1.78,-0.154 0.194,-0.206 0.088,-0.401 0.401,-0.61 0.26,0.091 0.53,0.482 0.769,0.053 0.421,0.875 1.45,-0.258 2.141,0.339 -0.073,-0.167 0.301,-0.351 0.148,-0.515 0.434,0.17 0.87,0.467 1.273,-0.135 0.179,0.218 0.352,0.299 0.522,0.319 0.019,-0.114 0.04,-0.227 0.156,-0.344 0.088,0.267 0.55,0.248 0.341,-0.014 0.274,0.233 0.718,0.16 1.188,-0.047 -0.095,0.369 0.133,0.391 0.443,0.406 0.081,-0.116 -0.093,-0.222 -0.183,-0.332 0.42,-0.148 0.85,0.014 1.271,-0.134 -0.346,-0.4 -0.439,0.098 -0.613,-0.401 0.252,-0.094 0.502,-0.236 0.763,-0.115 0.082,-0.146 -0.154,-0.277 -0.272,-0.413 -0.311,0.015 -0.601,0.583 -0.931,0.12 0.378,0.097 0.195,-0.582 0.578,-0.447 0.093,-0.385 -0.233,-0.41 -0.531,-0.49 -0.142,0.206 0.073,0.395 0.109,0.591 -0.322,0.243 -0.451,-0.181 -0.611,-0.399 -0.284,0.014 -0.573,-0.122 -0.844,0.202 0.628,-0.105 0.487,0.523 0.952,0.387 0.17,0.302 -0.537,0.168 0.02,0.508 0.336,0.263 -0.09,-0.524 0.244,-0.264 0.457,0.345 0.062,0.197 -0.149,0.515 0.115,0.034 0.23,0.069 0.34,-0.013 -0.357,0.327 -1.478,-0.126 -2.121,0.17 0.16,-0.497 -0.326,-0.087 -0.361,-0.496 0.398,0.007 0.797,0.045 1.205,0.292 0.164,-1.138 -1.217,-0.732 -1.659,-1.038 -0.613,0.449 -0.002,0.848 -0.376,1.289 -0.046,-0.559 -0.558,0.173 -0.861,-0.307 0.267,0.076 1.008,-0.147 0.741,-0.623 -0.456,0.576 -0.454,-0.281 -1.102,0.129 -0.337,0.268 0.113,0.506 -0.224,0.773 -0.147,-0.135 -0.295,-0.271 -0.442,-0.408 0.124,-0.119 0.246,-0.236 0.157,-0.346 -0.811,-0.39 -1.597,-0.198 -2.399,-0.414 0.238,-0.412 0.505,-0.115 0.755,-0.285 -0.488,-0.269 -1.348,-0.463 -1.523,0.231 0.225,-0.071 0.453,-0.003 0.693,0.31 0.108,0.318 -0.405,0.12 -0.238,0.435 -0.537,-0.068 -1.013,-0.73 -1.36,0.054 -0.212,-0.338 -0.402,-0.12 -0.599,-0.061 0,-0.142 -0.193,-0.276 -0.101,-0.421 -0.613,0.313 -1.71,-0.251 -2.026,0.419 -0.37,-0.024 -0.742,-0.158 -1.115,-0.209 -0.011,0.142 0.038,0.281 0.102,0.42 -0.314,0.188 -0.234,-0.315 -0.441,-0.408 -0.333,0.297 -0.121,0.571 0.033,0.849 -0.382,0.162 -0.869,-0.006 -0.999,0.549 -0.124,-0.336 0.189,-0.687 -0.208,-1.012 0.523,-0.275 0.222,0.733 0.86,0.307 0.099,-0.34 -0.039,-0.539 -0.366,-0.666 -0.658,-0.134 -1.277,0.718 -1.937,0.5 -0.227,0.479 0.29,0.27 0.53,0.49 -0.273,0.254 -0.568,-0.014 -0.857,-0.136 0.019,-0.114 0.041,-0.229 0.157,-0.346 -0.228,-0.088 -0.305,0.207 -0.346,-0.155 -0.468,0.364 -0.986,-0.511 -1.435,0.311 -0.068,-0.385 -0.785,-0.416 -0.85,0.033 -0.304,-0.72 -1.106,-0.655 -1.63,-0.361 -0.166,-0.106 -0.076,-0.223 -0.184,-0.332 -0.433,0.302 -0.937,0.065 -0.911,0.63 -0.206,-0.189 -0.412,-0.378 -0.619,-0.57 -0.569,0.307 0.195,0.559 -0.135,0.856 -0.383,-0.336 -0.748,-0.25 -1.108,-0.041 -0.064,-0.279 -0.427,-0.55 -0.544,-0.828 -0.222,0.348 0.434,0.662 0.041,1.017 -0.033,-0.827 -1.122,-0.74 -1.633,-0.36 -0.441,-0.147 -0.404,-0.662 -0.868,-0.476 0.03,0.301 0.364,0.639 -0.151,0.516 -0.079,0.258 0.164,0.502 0.455,0.746 -0.052,0.09 -0.111,0.052 -0.17,0.006 -0.053,0.061 -0.108,0.117 -0.163,0.178 -0.279,-0.215 -0.087,-0.449 -0.367,-0.665 -0.445,-0.236 -0.361,0.446 -0.822,0.712 -0.325,-0.321 -0.617,0.17 -0.939,-0.047 0.321,-0.492 0.666,-0.387 1.015,-0.211 -0.007,-0.197 0.187,-0.405 0.4,-0.612 -0.365,0.102 -0.333,-0.282 -0.761,0.117 -0.387,-0.156 0.196,-0.349 -0.191,-0.502 -0.354,0.43 -1.152,0.356 -1.767,0.494 -0.112,-0.216 0.491,-0.291 0.673,-0.196 0.092,-0.665 -0.741,-0.547 -1.121,-0.38 -0.239,0.417 0.596,0.007 0.354,0.325 -0.415,0.454 -0.347,-0.289 -0.769,-0.055 0.527,0.797 -1.306,-0.069 -1.842,0.752 -0.209,-0.343 -0.852,-0.515 -1.312,-0.881 0.072,0.746 -1.327,0.139 -1.535,-0.11 -0.125,0.118 -0.248,0.235 -0.157,0.347 -0.147,-0.258 -0.491,0.054 -0.863,-0.307 -0.251,0.632 -0.591,0.031 -1.197,-0.122 -0.117,0.202 0.104,0.39 -0.231,0.602 -1.073,-0.41 -1.628,0.01 -2.732,-0.23 -0.118,0.225 0.106,0.417 -0.239,0.435 -0.041,-0.683 -0.599,-0.261 -0.841,0.201 0.159,-0.524 -0.409,-0.872 -0.878,-0.644 -0.132,0.428 0.535,-0.019 0.442,0.406 -0.135,0.169 -0.281,0.087 -0.415,0.273 -0.134,-0.216 0.071,-0.426 -0.271,-0.414 -0.097,0.145 0.234,0.273 0.101,0.421 -0.532,0.241 -0.716,-0.006 -0.694,-0.315 -0.428,-0.131 0.021,0.535 -0.408,0.443 0.042,-0.418 -0.333,-0.544 -0.706,-0.652 -0.133,0.51 -0.264,0.024 -0.578,0.447 -0.013,-0.367 -0.443,-0.315 -0.686,-0.142 -0.024,0.203 0.181,0.096 0.102,0.42 -0.152,-0.527 -1.459,0.109 -1.306,-0.713 -0.302,0.251 -0.643,-0.492 -0.943,-0.217 -0.23,0.383 0.289,0.251 0.536,0.657 -0.306,0.15 -0.624,-0.024 -0.931,0.122 -0.178,-1.065 -1.318,-0.513 -1.646,-0.699 0.039,0.321 0.457,0.434 0.62,0.57 0.17,-0.121 0.084,-0.23 -0.014,-0.338 0.367,-0.208 0.273,0.241 0.693,0.311 -0.563,0.129 -0.704,0.02 -1.163,0.725 -0.354,-0.184 0.028,-0.397 -0.108,-0.589 -0.486,0.638 -2.488,0.056 -3.222,0.297 -0.114,-0.052 -0.715,-0.306 -0.449,-0.575 -0.453,-0.361 -0.826,0.388 -0.863,-0.307 -0.245,0.235 0.045,0.451 0.027,0.678 0.146,0.084 0.278,-0.154 0.416,-0.272 0.279,0.325 -0.183,0.547 0.366,0.666 -0.436,0.026 -0.502,-0.217 -1.039,-0.468 -0.021,0.112 -0.042,0.226 -0.158,0.345 -0.291,-0.28 0.172,-0.217 0.062,-0.597 -0.261,-0.15 -0.505,0.169 -0.775,-0.225 1.287,-0.465 2.588,-0.549 3.889,-0.662 0.372,-0.185 -0.224,-0.331 0.15,-0.515 0.321,-0.011 0.231,0.195 0.44,0.405 0.33,-0.351 -0.232,-0.668 -0.55,-0.996 -0.721,0.053 -1.509,0.85 -2.453,0.352 -0.256,-0.008 -0.498,0.349 -0.756,0.285 0.227,-0.389 0.158,-0.334 -0.345,-0.156 -0.302,-0.159 -0.016,-0.34 -0.191,-0.503 -0.617,0.674 -0.782,0.183 -1.352,0.224 -0.233,0.179 -0.017,0.339 -0.32,0.521 0.023,-0.371 -0.253,-0.609 -0.611,-0.399 -0.231,0.178 0.447,0.322 0.019,0.508 -0.12,-0.171 -0.23,-0.084 -0.339,0.012 -0.016,-0.14 -0.112,-0.277 -0.272,-0.412 -0.726,0.224 -1.085,0.305 -1.673,0.744 -0.171,-0.717 -0.556,0.197 -0.943,-0.217 -0.166,0.328 0.328,0.092 0.441,0.408 -0.314,-0.011 -0.627,-0.078 -0.931,0.122 -0.174,-0.071 -0.363,-0.526 -0.524,-0.319 0.092,-0.449 -0.009,-0.396 -0.455,-0.746 0.654,0.072 0.906,-0.477 1.442,-0.142 0.301,-0.397 -0.219,-0.294 0.061,-0.598 0.355,0.24 0.386,0.495 0.284,0.753 0.204,0.118 0.399,0.015 0.605,0.23 0.003,-0.557 0.555,-0.299 0.843,-0.201 0.205,-0.376 -0.374,-0.307 -0.456,-0.747 0.324,-0.084 0.343,0.065 0.524,0.319 0.103,-0.141 0.343,-0.485 0.83,-0.542 0.001,0.226 0.302,0.44 0.537,0.659 0.097,-0.287 -0.041,-0.567 0.306,-0.863 0.236,0.244 0.452,-0.045 0.68,-0.026 -0.1,-0.195 0.101,-0.401 0.061,-0.597 0.913,0.128 1.813,-0.06 2.712,-0.278 0.531,0.522 1.012,-0.251 1.536,0.109 0.865,-0.916 2.199,0.438 2.78,-0.705 0.182,0.307 0.345,0.088 0.524,0.321 0.214,-0.332 0.438,-0.355 0.659,-0.536 -0.353,-0.193 -0.624,0.165 -0.781,-0.393 0.162,0.45 -0.201,0.222 -0.496,0.358 -0.223,-0.351 0.106,-0.268 0.326,-0.35 -0.413,-0.392 -0.8,-0.144 -1.196,-0.124 -0.148,0.174 0.395,0.263 0.516,0.148 -0.127,0.447 -1.018,0.018 -1.441,0.143 0.186,-0.332 0.399,0.052 0.585,-0.278 -0.78,0.137 -1.087,-0.273 -1.802,-0.353 -0.244,0.207 0.573,0.373 0.111,0.59 -0.119,-0.11 -0.238,-0.218 -0.355,-0.326 -0.732,0.375 -1.618,0.115 -2.135,-0.17 0.506,0.457 -0.31,0.347 -0.748,0.454 -0.057,-0.218 -0.277,-0.41 0.069,-0.427 -0.612,-0.621 -0.669,0.366 -1.195,-0.123 -0.234,0.264 -0.103,0.514 -0.056,0.768 -0.23,0.136 -0.621,-0.42 -0.619,-0.571 -0.358,-0.195 -1,0.592 -1.106,-0.043 -0.152,0.01 -0.715,0.265 -0.579,0.448 -0.341,-0.391 -1.282,-0.458 -2.046,-0.088 0.452,0.173 0.402,0.1 0.788,0.562 -0.275,0.204 -0.554,0.34 -0.83,0.543 -0.252,-0.092 0.239,-0.611 -0.102,-0.421 -0.17,-0.436 0.386,-0.004 0.511,-0.019 0.055,-0.559 -0.955,-0.899 -1.373,-0.286 -0.564,0.058 -1.175,-1.029 -1.72,-0.442 -0.117,-0.107 -0.235,-0.219 -0.353,-0.324 -0.281,0.18 0.025,0.338 0.02,0.508 -0.334,0.153 -0.7,-0.503 -1.026,-0.13 -0.165,0.328 0.332,0.21 0.441,0.407 -0.962,-0.189 -1.866,-0.498 -2.461,0.183 -0.283,-0.015 -0.564,0.067 -0.862,-0.308 0.193,-0.148 0.237,-0.291 0.068,-0.425 -0.326,0.429 -1.265,-0.093 -1.855,0.413 0.205,0.213 0.412,0.41 0.604,0.23 -0.16,0.298 -1.062,0.341 -1.516,0.4 -0.408,-0.407 0.294,-0.013 0.409,-0.44 -0.297,-0.272 -0.569,0.007 -0.863,-0.307 0.061,-0.144 0.053,-0.285 -0.103,-0.42 0.215,-0.248 0.312,-0.043 0.326,-0.352 -0.114,-0.019 -0.229,-0.04 -0.346,-0.156 -0.41,0.661 -0.54,0.493 -1.074,0.805 0.299,0.406 0.556,-0.268 0.856,0.138 -0.186,0.327 -0.391,0.118 -0.577,0.446 0.163,-0.348 -0.628,-0.59 -0.959,-0.555 -0.082,0.116 0.092,0.222 0.183,0.33 -0.211,0.418 -0.451,0.049 -0.666,0.368 -0.151,-0.164 0.222,-0.348 0.149,-0.516 -0.605,-0.277 -1.183,0.176 -1.786,-0.014 -0.019,-0.449 0.433,0.053 0.671,-0.197 0.05,-0.087 -0.006,-0.17 0.075,-0.259 -0.426,0.184 -0.555,-0.141 -1.033,-0.299 0.007,-0.481 0.425,-0.342 0.598,0.064 0.385,-0.241 -0.394,-0.502 0.15,-0.518 -0.27,-0.252 -0.863,-0.317 -0.455,-0.744"
1186
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
1187
+ id="path13679" />
1188
+ </g>
1189
+ <g
1190
+ id="g13681"
1191
+ transform="translate(527.8672,528.0297)">
1192
+ <path
1193
+ d="M 0,0 C -0.108,-0.16 0.221,-0.086 0.075,-0.259 1.042,0.523 1.953,-0.141 2.902,0.225 2.123,0.566 1.327,0.527 0.531,0.486 0.441,0.377 0.604,0.258 0.687,0.141 0.458,0.122 0.224,-0.082 0,0"
1194
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
1195
+ id="path13683" />
1196
+ </g>
1197
+ <g
1198
+ id="g13685"
1199
+ transform="translate(469.4639,499.5092)">
1200
+ <path
1201
+ d="M 0,0 C 0.274,-0.228 0.574,0.154 0.857,0.136 0.575,0.186 0.296,0.345 0,0"
1202
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
1203
+ id="path13687" />
1204
+ </g>
1205
+ <g
1206
+ id="g13689"
1207
+ transform="translate(484.8389,500.9398)">
1208
+ <path
1209
+ d="m 0,0 c -0.219,-0.132 -0.179,-0.275 -0.271,-0.412 0.137,-0.098 0.288,0.13 0.434,0.234 C 0.18,-0.289 0.203,-0.404 0.318,-0.522 0.539,-0.205 0.218,-0.181 0,0"
1210
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
1211
+ id="path13691" />
1212
+ </g>
1213
+ <g
1214
+ id="g13693"
1215
+ transform="translate(472.5044,513.9115)">
1216
+ <path
1217
+ d="M 0,0 C -0.352,-0.09 0.533,-0.078 0.488,-0.53 0.644,-0.338 0.56,-0.136 0.596,0.062 0.232,0.335 0.365,-0.274 0,0"
1218
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
1219
+ id="path13695" />
1220
+ </g>
1221
+ <g
1222
+ id="g13697"
1223
+ transform="translate(477.9092,508.6019)">
1224
+ <path
1225
+ d="m 0,0 c -0.207,-0.162 -0.214,-0.331 -0.019,-0.508 0.01,0.223 0.214,0.3 0.434,0.237 C 0.6,-0.053 0.095,-0.129 0,0"
1226
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
1227
+ id="path13699" />
1228
+ </g>
1229
+ <g
1230
+ id="g13701"
1231
+ transform="translate(476.9707,510.6781)">
1232
+ <path
1233
+ d="M 0,0 C -0.027,0.141 0.119,0.277 -0.069,0.426 -0.3,0.266 -0.395,0.1 -0.428,-0.068 -0.265,-0.226 -0.08,0.14 0.082,-0.088 0.166,0.02 0.048,0.045 0,0"
1234
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
1235
+ id="path13703" />
1236
+ </g>
1237
+ <g
1238
+ id="g13705"
1239
+ transform="translate(488.8154,498.2357)">
1240
+ <path
1241
+ d="M 0,0 C 0.292,-0.398 0.22,0.207 0.354,0.326 0.602,0.515 0.374,0.062 0.68,-0.028 1.153,0.452 1.602,0.318 2.047,0.089 2.134,0.256 2.147,0.425 2.236,0.591 1.854,0.341 1.058,0.28 0.449,0.577 0.245,0.198 0.014,0.29 0,0"
1242
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
1243
+ id="path13707" />
1244
+ </g>
1245
+ <g
1246
+ id="g13709"
1247
+ transform="translate(476.2026,512.7465)">
1248
+ <path
1249
+ d="M 0,0 C 1.039,0.082 1.722,-0.074 2.737,0.4 2.617,0.568 2.375,0.49 2.492,0.665 2.124,0.836 2.267,0.541 1.888,0.436 1.969,0.862 0.611,0.566 0.97,0.896 0.766,1.225 0.178,0.414 0,0"
1250
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
1251
+ id="path13711" />
1252
+ </g>
1253
+ <g
1254
+ id="g13713"
1255
+ transform="translate(493.207,495.2601)">
1256
+ <path
1257
+ d="M 0,0 C 0.246,-0.34 1.234,-0.331 1.782,-0.156 1.187,-0.125 0.596,-0.03 0,0"
1258
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
1259
+ id="path13715" />
1260
+ </g>
1261
+ <g
1262
+ id="g13717"
1263
+ transform="translate(465.293,527.3588)">
1264
+ <path
1265
+ d="M 0,0 C -0.005,-0.311 -0.291,-0.137 -0.53,-0.489 0.012,-0.681 0,-0.38 0.245,-0.265 0.341,-0.105 0.105,-0.185 0,0"
1266
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
1267
+ id="path13719" />
1268
+ </g>
1269
+ <g
1270
+ id="g13721"
1271
+ transform="translate(478.4111,512.6586)">
1272
+ <path
1273
+ d="M 0,0 C 0.314,0.083 0.618,-0.146 0.944,0.217 0.648,0.621 0.314,0.071 0,0"
1274
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
1275
+ id="path13723" />
1276
+ </g>
1277
+ <g
1278
+ id="g13725"
1279
+ transform="translate(492.2817,499.7972)">
1280
+ <path
1281
+ d="M 0,0 C -0.241,-0.132 0.03,-0.283 -0.102,-0.42 0.09,-0.579 0.297,-0.381 0.497,-0.359 0.66,-0.11 0.108,-0.465 0,0"
1282
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
1283
+ id="path13727" />
1284
+ </g>
1285
+ <g
1286
+ id="g13729"
1287
+ transform="translate(473.8662,522.5199)">
1288
+ <path
1289
+ d="M 0,0 C 0.083,0.08 -0.031,0.17 -0.075,0.257 0.105,0.488 0.265,0.273 0.448,0.576 0.113,0.71 -0.219,0.887 -0.578,0.446 -0.257,0.245 -0.133,0.464 0,0"
1290
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
1291
+ id="path13731" />
1292
+ </g>
1293
+ <g
1294
+ id="g13733"
1295
+ transform="translate(483.1875,517.225)">
1296
+ <path
1297
+ d="M 0,0 C 0.445,0.216 0.371,-0.197 0.842,-0.202 1.055,0.188 1.014,0.193 1.209,0.462 0.825,0.248 0.118,0.312 0,0"
1298
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
1299
+ id="path13735" />
1300
+ </g>
1301
+ <g
1302
+ id="g13737"
1303
+ transform="translate(501.8325,498.1469)">
1304
+ <path
1305
+ d="M 0,0 C -0.144,0.314 0.454,0.129 0.36,0.494 0.171,0.751 -0.047,0.247 -0.23,0.603 -0.165,0.248 -0.633,0.097 -0.272,-0.415 -0.039,-0.254 0.192,-0.154 0.415,-0.271 0.601,-0.055 0.096,-0.129 0,0"
1306
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
1307
+ id="path13739" />
1308
+ </g>
1309
+ <g
1310
+ id="g13741"
1311
+ transform="translate(503.3491,497.7465)">
1312
+ <path
1313
+ d="M 0,0 C 0.385,-0.291 0.807,0.334 1.181,-0.217 1.465,0.092 0.954,0.015 1.114,0.211 0.742,0.128 0.376,0.191 0,0"
1314
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
1315
+ id="path13743" />
1316
+ </g>
1317
+ <g
1318
+ id="g13745"
1319
+ transform="translate(505.1489,498.1)">
1320
+ <path
1321
+ d="m 0,0 c -0.156,0.148 -0.063,0.285 -0.237,0.434 -0.492,-0.205 -0.97,-0.114 -1.442,0.141 0.06,-0.713 0.898,-0.177 1.244,-0.813 0.302,0.427 0.574,0.136 0.843,-0.203 0.507,0.113 0.511,0.315 0.959,0.557 C 1.2,0.205 1.03,0.217 0.864,0.305 0.623,0.174 0.894,0.021 0.762,-0.115 0.675,-0.164 0.591,-0.109 0.503,-0.191 0.413,-0.016 0.712,0.143 0.353,0.326 0.128,0.307 0.036,0.223 0,0"
1322
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
1323
+ id="path13747" />
1324
+ </g>
1325
+ <g
1326
+ id="g13749"
1327
+ transform="translate(482.6455,531.4281)">
1328
+ <path
1329
+ d="M 0,0 C -0.085,-0.109 0.032,-0.133 0.081,-0.089 0.205,-0.207 0.327,-0.324 0.237,-0.434 0.375,-0.528 0.525,-0.303 0.672,-0.197 0.451,-0.06 0.223,-0.082 0,0"
1330
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
1331
+ id="path13751" />
1332
+ </g>
1333
+ <g
1334
+ id="g13753"
1335
+ transform="translate(490.7959,528.8148)">
1336
+ <path
1337
+ d="M 0,0 C -0.149,-0.213 1.087,-0.695 1.522,-0.232 1.4,-0.152 0.851,-0.44 1.019,-0.041 0.688,0.172 0.322,-0.457 0,0"
1338
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
1339
+ id="path13755" />
1340
+ </g>
1341
+ <g
1342
+ id="g13757"
1343
+ transform="translate(495.0776,527.3705)">
1344
+ <path
1345
+ d="M 0,0 C 0.348,-0.167 0.491,-0.802 1.005,-0.38 0.931,0.294 0.073,-0.239 0.191,0.501 -0.196,0.348 0.388,0.155 0,0"
1346
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
1347
+ id="path13759" />
1348
+ </g>
1349
+ <g
1350
+ id="g13761"
1351
+ transform="translate(511.3149,514.0765)">
1352
+ <path
1353
+ d="M 0,0 C -0.191,-0.337 0.319,-0.143 0.416,-0.271 0.583,-0.152 0.504,0.09 0.68,-0.027 0.771,0.025 0.731,0.084 0.687,0.143 0.631,0.2 0.577,0.26 0.523,0.318 0.613,0.191 0.088,-0.291 0.259,0.074 0.099,0.184 0.174,-0.146 0,0"
1354
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
1355
+ id="path13763" />
1356
+ </g>
1357
+ <g
1358
+ id="g13765"
1359
+ transform="translate(504.6494,526.2289)">
1360
+ <path
1361
+ d="M 0,0 C -0.007,-0.313 0.724,-0.248 1.005,-0.381 0.892,-0.882 1.573,-1.264 1.815,-1.43 1.811,-0.951 1.589,-0.461 1.448,0.027 1.356,-0.826 0.913,0.176 0.347,0.156 0.31,-0.061 0.219,-0.138 0,0"
1362
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
1363
+ id="path13767" />
1364
+ </g>
1365
+ <g
1366
+ id="g13769"
1367
+ transform="translate(507.3896,524.5062)">
1368
+ <path
1369
+ d="M 0,0 C 0.103,-0.352 0.953,-0.229 1.346,-0.393 1.612,-0.094 0.757,-0.223 1.026,0.129 0.871,0.026 0.376,-0.277 0,0"
1370
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
1371
+ id="path13771" />
1372
+ </g>
1373
+ <g
1374
+ id="g13773"
1375
+ transform="translate(506.5933,525.8978)">
1376
+ <path
1377
+ d="m 0,0 c -0.35,-0.205 0.027,-0.301 0.163,-0.177 0.143,-0.148 0.146,-0.291 0.068,-0.427 0.138,-0.087 0.284,0.003 0.422,-0.103 -0.152,0.15 -0.249,0.718 0.264,0.245 0.097,0.139 -0.13,0.288 -0.237,0.434 C 0.445,-0.226 0.218,-0.215 0,0"
1378
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
1379
+ id="path13775" />
1380
+ </g>
1381
+ <g
1382
+ id="g13777"
1383
+ transform="translate(510.9106,525.3011)">
1384
+ <path
1385
+ d="M 0,0 C -0.14,0.086 -0.285,-0.006 -0.423,0.102 -0.754,-0.084 -0.369,-0.296 -0.701,-0.481 -0.424,-0.461 -0.412,-0.251 0,0"
1386
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
1387
+ id="path13779" />
1388
+ </g>
1389
+ <g
1390
+ id="g13781"
1391
+ transform="translate(514.7969,528.8851)">
1392
+ <path
1393
+ d="m 0,0 c -0.04,-0.311 -0.121,-0.097 -0.354,-0.326 0.318,-0.211 -0.205,-0.389 0.232,-0.604 0.088,0.081 0.177,0.162 0.265,0.243 -0.153,0.231 -0.292,0.482 0.183,0.334 C 0.534,-0.123 0.064,-0.312 0,0"
1394
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
1395
+ id="path13783" />
1396
+ </g>
1397
+ <g
1398
+ id="g13785"
1399
+ transform="translate(520.8486,522.7015)">
1400
+ <path
1401
+ d="M 0,0 C -0.217,0.111 -0.049,-0.223 0.081,-0.088 0.131,-0.261 0.045,-0.426 -0.108,-0.59 0.165,-0.703 0.546,-0.115 0.257,0.074 0.168,-0.033 0.083,-0.051 0,0"
1402
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
1403
+ id="path13787" />
1404
+ </g>
1405
+ <g
1406
+ id="g13789"
1407
+ transform="translate(530.2861,511.7992)">
1408
+ <path
1409
+ d="M 0,0 C 0.11,-0.087 0.135,0.032 0.089,0.08 0.354,0.352 0.583,-0.377 0.857,0.135 0.591,0.572 0.294,0.264 0.015,0.34 -0.062,0.229 0.116,0.108 0,0"
1410
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
1411
+ id="path13791" />
1412
+ </g>
1413
+ <g
1414
+ id="g13793"
1415
+ transform="translate(523.9111,529.1195)">
1416
+ <path
1417
+ d="m 0,0 c -0.326,0.361 -0.667,0.359 -1.014,0.209 0.38,-0.488 0.781,-0.358 1.163,-0.725 0.203,0.593 0.776,0.245 1.211,0.461 C 1.274,-0.082 0.109,0.477 0,0"
1418
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
1419
+ id="path13795" />
1420
+ </g>
1421
+ <g
1422
+ id="g13797"
1423
+ transform="translate(524.9917,528.4808)">
1424
+ <path
1425
+ d="M 0,0 C 0.451,-0.081 0.921,0.324 1.36,-0.053 1.476,0.898 2.691,-0.316 3.324,0.125 3.334,0.265 3.153,0.415 3.256,0.553 2.884,0.488 2.499,0.072 2.154,0.68 1.604,0.371 1.076,0.633 0.537,0.66 0.443,0.521 0.669,0.371 0.777,0.226 0.513,0.076 0.272,0.393 0,0"
1426
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
1427
+ id="path13799" />
1428
+ </g>
1429
+ <g
1430
+ id="g13801"
1431
+ transform="translate(524.1343,530.4691)">
1432
+ <path
1433
+ d="M 0,0 C 0.09,-0.9 2.031,-0.902 2.447,-0.521 1.658,-0.433 0.489,-0.788 0,0"
1434
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
1435
+ id="path13803" />
1436
+ </g>
1437
+ <g
1438
+ id="g13805"
1439
+ transform="translate(530.4707,529.2845)">
1440
+ <path
1441
+ d="M 0,0 C 0.336,-0.117 0.674,-0.175 1.012,-0.21 1.021,0.138 0.29,0.079 0,0"
1442
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
1443
+ id="path13807" />
1444
+ </g>
1445
+ <g
1446
+ id="g13809"
1447
+ transform="translate(535.0459,528.766)">
1448
+ <path
1449
+ d="M 0,0 C 0.524,-0.363 1.797,-0.429 2.623,-0.361 2.285,0.13 1.908,-0.398 1.793,0.182 1.708,-0.43 1.105,0.307 0.76,-0.117 0.449,0.129 1.025,0.475 0.53,0.486 0.669,0.034 0.425,-0.056 0,0"
1450
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
1451
+ id="path13811" />
1452
+ </g>
1453
+ <g
1454
+ id="g13813"
1455
+ transform="translate(534.9082,529.6195)">
1456
+ <path
1457
+ d="M 0,0 C -0.013,-0.465 0.73,-0.104 1.014,-0.211 1.204,0.102 0.693,-0.095 0.605,0.23 0.299,-0.114 0.378,-0.209 0,0"
1458
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
1459
+ id="path13815" />
1460
+ </g>
1461
+ <g
1462
+ id="g13817"
1463
+ transform="translate(537.8384,528.3988)">
1464
+ <path
1465
+ d="M 0,0 C 0.585,-0.287 1.177,-0.373 1.774,-0.324 1.536,0.734 0.563,0.152 0,0"
1466
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
1467
+ id="path13819" />
1468
+ </g>
1469
+ <g
1470
+ id="g13821"
1471
+ transform="translate(546.9883,527.3578)">
1472
+ <path
1473
+ d="M 0,0 C 0.25,-0.086 0.501,0.008 0.937,0.048 0.856,0.135 0.775,0.226 0.693,0.312 0.45,-0.086 0.239,0.3 0,0"
1474
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
1475
+ id="path13823" />
1476
+ </g>
1477
+ <g
1478
+ id="g13825"
1479
+ transform="translate(551.8818,528.4398)">
1480
+ <path
1481
+ d="m 0,0 c -0.177,-0.164 -0.354,-0.328 -0.53,-0.49 0.431,-0.145 0.455,0.539 0.944,0.218 C 0.601,-0.057 0.095,-0.13 0,0"
1482
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
1483
+ id="path13827" />
1484
+ </g>
1485
+ <g
1486
+ id="g13829"
1487
+ transform="translate(556.7954,527.9047)">
1488
+ <path
1489
+ d="m 0,0 c 0.121,-0.805 0.519,0.407 0.918,-0.461 0.029,0.113 0.059,0.223 0.184,0.334 C 0.749,0.27 0.367,-0.074 0,0"
1490
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
1491
+ id="path13831" />
1492
+ </g>
1493
+ <g
1494
+ id="g13833"
1495
+ transform="translate(564.8789,527.8402)">
1496
+ <path
1497
+ d="M 0,0 C -0.217,0.113 -0.051,-0.222 0.08,-0.086 0.224,-0.293 0.007,-0.48 -0.028,-0.678 0.254,-0.725 0.554,-0.336 0.821,-0.711 1.197,0.111 1.638,-0.438 2.113,-0.338 2.5,-0.184 1.917,0.009 2.303,0.164 1.814,-0.049 1.345,0.328 0.849,-0.034 0.691,0.113 0.785,0.252 0.609,0.4 0.608,0.129 0.234,-0.019 0,0"
1498
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
1499
+ id="path13835" />
1500
+ </g>
1501
+ <g
1502
+ id="g13837"
1503
+ transform="translate(578.7173,527.0394)">
1504
+ <path
1505
+ d="M 0,0 C 0.438,-0.4 0.926,0.435 1.359,-0.055 1.454,0.084 1.228,0.234 1.123,0.379 0.731,-0.125 0.389,0.506 0,0"
1506
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
1507
+ id="path13839" />
1508
+ </g>
1509
+ <g
1510
+ id="g13841"
1511
+ transform="translate(587.6621,527.2797)">
1512
+ <path
1513
+ d="M 0,0 C -0.007,-0.322 1.072,-0.387 1.102,-0.129 0.736,-0.059 0.359,-0.236 0,0"
1514
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
1515
+ id="path13843" />
1516
+ </g>
1517
+ <g
1518
+ id="g13845"
1519
+ transform="translate(596.0928,525.2484)">
1520
+ <path
1521
+ d="M 0,0 C 0.135,0.221 0.113,0.449 0.196,0.672 -0.026,0.791 -0.258,0.689 -0.491,0.53 -0.333,0.235 -0.149,0.527 0.019,0.508 0.169,0.33 -0.531,0.346 0,0"
1522
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
1523
+ id="path13847" />
1524
+ </g>
1525
+ <g
1526
+ id="g13849"
1527
+ transform="translate(628.9014,526.4154)">
1528
+ <path
1529
+ d="m 0,0 c -0.067,-0.456 0.612,-0.139 0.835,-0.372 0.091,0.053 0.052,0.11 0.006,0.169 C 0.788,-0.146 0.735,-0.087 0.679,-0.027 0.443,-0.271 0.227,0.017 0,0"
1530
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
1531
+ id="path13851" />
1532
+ </g>
1533
+ <g
1534
+ id="g13853"
1535
+ transform="translate(658.1411,495.5385)">
1536
+ <path
1537
+ d="M 0,0 C 0.478,-0.081 0.964,0.037 1.441,-0.142 1.656,0.355 2.281,0.095 2.725,0.063 2.781,0.146 2.732,0.231 2.82,0.313 2.735,0.374 2.778,0.429 2.826,0.482 1.877,0.155 0.95,0.369 0,0"
1538
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
1539
+ id="path13855" />
1540
+ </g>
1541
+ <g
1542
+ id="g13857"
1543
+ transform="translate(678.5518,529.5492)">
1544
+ <path
1545
+ d="M 0,0 C 0.456,0.208 -0.088,0.456 0.369,0.666 0.286,0.721 0.198,0.67 0.117,0.762 0.058,0.705 -0.001,0.65 -0.061,0.598 0.381,0.381 -0.439,0.216 0,0"
1546
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
1547
+ id="path13859" />
1548
+ </g>
1549
+ <g
1550
+ id="g13861"
1551
+ transform="translate(682.3604,528.973)">
1552
+ <path
1553
+ d="M 0,0 C 0.462,-0.5 -0.033,0.656 0.441,0.408 0.606,0.707 0.068,0.729 -0.068,0.429 0.125,0.279 0.168,0.137 0,0"
1554
+ style="fill:#1cdd57;fill-opacity:1;fill-rule:evenodd;stroke:none"
1555
+ id="path13863" />
1556
+ </g>
1557
+ </g>
1558
+ </g>
1559
+ </g>
1560
+ </svg>