collectd-interface 0.3.1 → 0.5.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (126) hide show
  1. data/bin/collectd-interface-daemon +21 -361
  2. data/bin/collectd-interface-plugins +11 -11
  3. data/lib/collectd/interface/config.rb +117 -0
  4. data/lib/collectd/interface/options.rb +68 -0
  5. data/lib/collectd/interface/service/data.rb +110 -0
  6. data/lib/collectd/interface/service/graph.rb +106 -0
  7. data/lib/collectd/interface/service/report.rb +82 -0
  8. data/lib/collectd/interface/service.rb +44 -0
  9. data/public/images/cpus.png +0 -0
  10. data/public/images/device/ops/sda.png +0 -0
  11. data/public/images/device/ops/sda1.png +0 -0
  12. data/public/images/device/ops/sda2.png +0 -0
  13. data/public/images/device/ops/sda5.png +0 -0
  14. data/public/images/device/ops/sda6.png +0 -0
  15. data/public/images/device/ops/sda7.png +0 -0
  16. data/public/images/device/ops/sda8.png +0 -0
  17. data/public/images/device/ops/sda9.png +0 -0
  18. data/public/images/device/ops/sdb.png +0 -0
  19. data/public/images/device/ops/sdb1.png +0 -0
  20. data/public/images/device/ops/sdh.png +0 -0
  21. data/public/images/device/ops/sdh1.png +0 -0
  22. data/public/images/device/ops/sdh2.png +0 -0
  23. data/public/images/device/ops/sdh3.png +0 -0
  24. data/public/images/device/ops/sdh4.png +0 -0
  25. data/public/images/device/ops/sr0.png +0 -0
  26. data/public/images/device/time/sda.png +0 -0
  27. data/public/images/device/time/sda1.png +0 -0
  28. data/public/images/device/time/sda2.png +0 -0
  29. data/public/images/device/time/sda5.png +0 -0
  30. data/public/images/device/time/sda6.png +0 -0
  31. data/public/images/device/time/sda7.png +0 -0
  32. data/public/images/device/time/sda8.png +0 -0
  33. data/public/images/device/time/sda9.png +0 -0
  34. data/public/images/device/time/sdb.png +0 -0
  35. data/public/images/device/time/sdb1.png +0 -0
  36. data/public/images/device/time/sdh.png +0 -0
  37. data/public/images/device/time/sdh1.png +0 -0
  38. data/public/images/device/time/sdh2.png +0 -0
  39. data/public/images/device/time/sdh3.png +0 -0
  40. data/public/images/device/time/sdh4.png +0 -0
  41. data/public/images/device/time/sr0.png +0 -0
  42. data/public/images/device/traffic/sda.png +0 -0
  43. data/public/images/device/traffic/sda1.png +0 -0
  44. data/public/images/device/traffic/sda2.png +0 -0
  45. data/public/images/device/traffic/sda5.png +0 -0
  46. data/public/images/device/traffic/sda6.png +0 -0
  47. data/public/images/device/traffic/sda7.png +0 -0
  48. data/public/images/device/traffic/sda8.png +0 -0
  49. data/public/images/device/traffic/sda9.png +0 -0
  50. data/public/images/device/traffic/sdb.png +0 -0
  51. data/public/images/device/traffic/sdb1.png +0 -0
  52. data/public/images/device/traffic/sdh.png +0 -0
  53. data/public/images/device/traffic/sdh1.png +0 -0
  54. data/public/images/device/traffic/sdh2.png +0 -0
  55. data/public/images/device/traffic/sdh3.png +0 -0
  56. data/public/images/device/traffic/sdh4.png +0 -0
  57. data/public/images/device/traffic/sr0.png +0 -0
  58. data/public/images/irqs.png +0 -0
  59. data/public/images/load.png +0 -0
  60. data/public/images/memory.png +0 -0
  61. data/public/images/network/packets/eth0.png +0 -0
  62. data/public/images/network/packets/lo.png +0 -0
  63. data/public/images/network/packets/nbr0-nic.png +0 -0
  64. data/public/images/network/packets/nbr0.png +0 -0
  65. data/public/images/network/packets/virbr0.png +0 -0
  66. data/public/images/network/packets/vnet0.png +0 -0
  67. data/public/images/network/packets/vnet1.png +0 -0
  68. data/public/images/network/packets/vnet2.png +0 -0
  69. data/public/images/network/packets/vnet3.png +0 -0
  70. data/public/images/network/packets/vnet4.png +0 -0
  71. data/public/images/network/packets/vnet5.png +0 -0
  72. data/public/images/network/traffic/eth0.png +0 -0
  73. data/public/images/network/traffic/lo.png +0 -0
  74. data/public/images/network/traffic/nbr0-nic.png +0 -0
  75. data/public/images/network/traffic/nbr0.png +0 -0
  76. data/public/images/network/traffic/virbr0.png +0 -0
  77. data/public/images/network/traffic/vnet0.png +0 -0
  78. data/public/images/network/traffic/vnet1.png +0 -0
  79. data/public/images/network/traffic/vnet2.png +0 -0
  80. data/public/images/network/traffic/vnet3.png +0 -0
  81. data/public/images/network/traffic/vnet4.png +0 -0
  82. data/public/images/network/traffic/vnet5.png +0 -0
  83. data/public/images/processes.png +0 -0
  84. data/public/images/users.png +0 -0
  85. data/public/script/table_filter.js +1217 -0
  86. data/public/style/default.css +28 -0
  87. data/test/collectd/interface/config_test.rb +9 -0
  88. data/test/collectd/interface/service_config_test.rb +26 -0
  89. data/test/collectd/interface/service_data_test.rb +46 -0
  90. data/test/start.rb +3 -0
  91. data/views/graph_header.erb +13 -4
  92. data/views/graphs/device/ops.erb +37 -0
  93. data/views/graphs/device/time.erb +37 -0
  94. data/views/graphs/device/traffic.erb +38 -0
  95. data/views/graphs/{irq.erb.disabled → irqs.erb} +8 -8
  96. data/views/graphs/network/packets.erb +35 -0
  97. data/views/graphs/network/traffic.erb +35 -0
  98. data/views/graphs/{users.erb.disabled → users.erb} +0 -0
  99. data/views/report.erb +32 -14
  100. data/views/reports/open-files/local.erb +62 -0
  101. data/views/reports/{processes-cpu-usage.erb → processes.erb} +0 -0
  102. data/views/reports/{system-sockets.erb → sockets.erb} +0 -0
  103. data/views/reports/{disk-free.erb → storage.erb} +1 -1
  104. data/views/template/options/graph.erb +1 -1
  105. metadata +98 -30
  106. data/public/images/cpus.svg +0 -946
  107. data/public/images/disk-traffic-root.png +0 -0
  108. data/public/images/disk-traffic-srv.png +0 -0
  109. data/public/images/disk-traffic-tmp.png +0 -0
  110. data/public/images/disk-traffic-var.png +0 -0
  111. data/public/images/irq.png +0 -0
  112. data/public/images/load.svg +0 -638
  113. data/public/images/memory.svg +0 -741
  114. data/public/images/network-eth0.png +0 -0
  115. data/public/images/network-eth0.svg +0 -609
  116. data/public/images/network-lo.png +0 -0
  117. data/public/images/network-lo.svg +0 -644
  118. data/public/images/processes.svg +0 -832
  119. data/views/graphs/disk-traffic-root.erb +0 -24
  120. data/views/graphs/disk-traffic-srv.erb.disabled +0 -25
  121. data/views/graphs/disk-traffic-tmp.erb.disabled +0 -24
  122. data/views/graphs/disk-traffic-var.erb.disabled +0 -25
  123. data/views/graphs/network-eth0.erb +0 -23
  124. data/views/graphs/network-lo.erb +0 -23
  125. data/views/reports/list-open-files-lustre.erb.disabled +0 -44
  126. data/views/reports/list-open-files-tmp.erb +0 -44
@@ -1,832 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="497pt" height="243pt" viewBox="0 0 497 243" version="1.1">
3
- <defs>
4
- <g>
5
- <symbol overflow="visible" id="glyph0-0">
6
- <path style="stroke:none;" d="M 1 -7 L 2.25 -7 L 3.5 -3.84375 L 4.75 -7 L 6 -7 L 6 0 L 5 0 L 5 -5.078125 L 4.140625 -3 L 2.859375 -3 L 2 -5.078125 L 2 0 L 1 0 Z M 1 -7 "/>
7
- </symbol>
8
- <symbol overflow="visible" id="glyph0-1">
9
- <path style="stroke:none;" d="M 3.5 -4 C 3.007812 -4 2.632812 -3.875 2.375 -3.625 C 2.125 -3.375 2 -3 2 -2.5 C 2 -2.007812 2.125 -1.632812 2.375 -1.375 C 2.632812 -1.125 3.007812 -1 3.5 -1 C 3.988281 -1 4.359375 -1.125 4.609375 -1.375 C 4.867188 -1.632812 5 -2.007812 5 -2.5 C 5 -3 4.867188 -3.375 4.609375 -3.625 C 4.359375 -3.875 3.988281 -4 3.5 -4 Z M 3.5 -5 C 4.3125 -5 4.929688 -4.785156 5.359375 -4.359375 C 5.785156 -3.929688 6 -3.3125 6 -2.5 C 6 -1.6875 5.785156 -1.066406 5.359375 -0.640625 C 4.929688 -0.210938 4.3125 0 3.5 0 C 2.6875 0 2.066406 -0.210938 1.640625 -0.640625 C 1.210938 -1.066406 1 -1.6875 1 -2.5 C 1 -3.3125 1.210938 -3.929688 1.640625 -4.359375 C 2.066406 -4.785156 2.6875 -5 3.5 -5 Z M 3.5 -5 "/>
10
- </symbol>
11
- <symbol overflow="visible" id="glyph0-2">
12
- <path style="stroke:none;" d="M 6 -2.8125 L 6 0 L 5 0 L 5 -2.8125 C 5 -3.21875 4.890625 -3.515625 4.671875 -3.703125 C 4.453125 -3.898438 4.113281 -4 3.65625 -4 C 3.125 -4 2.710938 -3.875 2.421875 -3.625 C 2.140625 -3.375 2 -3.019531 2 -2.5625 L 2 0 L 1 0 L 1 -5 L 2 -5 L 2 -3.859375 C 2.195312 -4.234375 2.460938 -4.515625 2.796875 -4.703125 C 3.128906 -4.898438 3.519531 -5 3.96875 -5 C 4.65625 -5 5.164062 -4.816406 5.5 -4.453125 C 5.832031 -4.085938 6 -3.539062 6 -2.8125 Z M 6 -2.8125 "/>
13
- </symbol>
14
- <symbol overflow="visible" id="glyph0-3">
15
- <path style="stroke:none;" d=""/>
16
- </symbol>
17
- <symbol overflow="visible" id="glyph0-4">
18
- <path style="stroke:none;" d="M 3 -3.5 C 3 -3.632812 3.046875 -3.75 3.140625 -3.84375 C 3.234375 -3.945312 3.347656 -4 3.484375 -4 C 3.628906 -4 3.75 -3.945312 3.84375 -3.84375 C 3.945312 -3.75 4 -3.632812 4 -3.5 C 4 -3.363281 3.945312 -3.242188 3.84375 -3.140625 C 3.75 -3.046875 3.628906 -3 3.484375 -3 C 3.347656 -3 3.234375 -3.046875 3.140625 -3.140625 C 3.046875 -3.234375 3 -3.351562 3 -3.5 Z M 3.5 -6 C 3 -6 2.625 -5.789062 2.375 -5.375 C 2.125 -4.96875 2 -4.34375 2 -3.5 C 2 -2.65625 2.125 -2.023438 2.375 -1.609375 C 2.625 -1.203125 3 -1 3.5 -1 C 4 -1 4.375 -1.203125 4.625 -1.609375 C 4.875 -2.023438 5 -2.65625 5 -3.5 C 5 -4.34375 4.875 -4.96875 4.625 -5.375 C 4.375 -5.789062 4 -6 3.5 -6 Z M 3.5 -7 C 4.320312 -7 4.941406 -6.703125 5.359375 -6.109375 C 5.785156 -5.523438 6 -4.65625 6 -3.5 C 6 -2.34375 5.785156 -1.46875 5.359375 -0.875 C 4.941406 -0.289062 4.320312 0 3.5 0 C 2.675781 0 2.050781 -0.289062 1.625 -0.875 C 1.207031 -1.46875 1 -2.34375 1 -3.5 C 1 -4.65625 1.207031 -5.523438 1.625 -6.109375 C 2.050781 -6.703125 2.675781 -7 3.5 -7 Z M 3.5 -7 "/>
19
- </symbol>
20
- <symbol overflow="visible" id="glyph0-5">
21
- <path style="stroke:none;" d="M 2 -5 L 3 -5 L 3 -4 L 2 -4 Z M 2 -1 L 3 -1 L 3 0 L 2 0 Z M 2 -1 "/>
22
- </symbol>
23
- <symbol overflow="visible" id="glyph0-6">
24
- <path style="stroke:none;" d="M 1 -1 L 3 -1 L 3 -6 L 1 -6 L 1 -7 L 4 -7 L 4 -1 L 6 -1 L 6 0 L 1 0 Z M 1 -1 "/>
25
- </symbol>
26
- <symbol overflow="visible" id="glyph0-7">
27
- <path style="stroke:none;" d="M 2.234375 -1 L 6.046875 -1 L 6.046875 0 L 1 0 L 1 -1 C 1.71875 -1.550781 2.347656 -2.039062 2.890625 -2.46875 C 3.429688 -2.894531 3.804688 -3.195312 4.015625 -3.375 C 4.398438 -3.71875 4.660156 -3.992188 4.796875 -4.203125 C 4.929688 -4.421875 5 -4.644531 5 -4.875 C 5 -5.21875 4.851562 -5.488281 4.5625 -5.6875 C 4.269531 -5.894531 3.875 -6 3.375 -6 C 3.019531 -6 2.644531 -5.914062 2.25 -5.75 C 1.851562 -5.582031 1.4375 -5.332031 1 -5 L 1 -6 C 1.382812 -6.332031 1.765625 -6.582031 2.140625 -6.75 C 2.515625 -6.914062 2.882812 -7 3.25 -7 C 4.070312 -7 4.734375 -6.828125 5.234375 -6.484375 C 5.742188 -6.140625 6 -5.6875 6 -5.125 C 6.082031 -4.84375 6.078125 -4.554688 5.984375 -4.265625 C 5.898438 -3.984375 5.722656 -3.671875 5.453125 -3.328125 C 5.316406 -3.140625 5.03125 -2.875 4.59375 -2.53125 C 4.15625 -2.1875 3.367188 -1.675781 2.234375 -1 Z M 2.234375 -1 "/>
28
- </symbol>
29
- <symbol overflow="visible" id="glyph1-0">
30
- <path style="stroke:none;" d="M -1 -7 C -0.664062 -6.664062 -0.414062 -6.328125 -0.25 -5.984375 C -0.0820312 -5.640625 0 -5.269531 0 -4.875 C 0 -3.644531 -0.347656 -2.691406 -1.046875 -2.015625 C -1.742188 -1.335938 -2.726562 -1 -4 -1 C -5.257812 -1 -6.238281 -1.335938 -6.9375 -2.015625 C -7.644531 -2.703125 -8 -3.65625 -8 -4.875 C -8 -5.269531 -7.914062 -5.640625 -7.75 -5.984375 C -7.582031 -6.328125 -7.332031 -6.664062 -7 -7 L -6 -7 C -6.320312 -6.65625 -6.566406 -6.285156 -6.734375 -5.890625 C -6.910156 -5.503906 -7 -5.113281 -7 -4.71875 C -7 -3.8125 -6.75 -3.128906 -6.25 -2.671875 C -5.75 -2.222656 -5 -2 -4 -2 C -3 -2 -2.25 -2.222656 -1.75 -2.671875 C -1.25 -3.128906 -1 -3.8125 -1 -4.71875 C -1 -5.125 -1.082031 -5.519531 -1.25 -5.90625 C -1.425781 -6.300781 -1.675781 -6.664062 -2 -7 Z M -1 -7 "/>
31
- </symbol>
32
- <symbol overflow="visible" id="glyph1-1">
33
- <path style="stroke:none;" d="M -5 -3.5 C -5 -3.007812 -4.828125 -2.632812 -4.484375 -2.375 C -4.148438 -2.125 -3.65625 -2 -3 -2 C -2.34375 -2 -1.84375 -2.125 -1.5 -2.375 C -1.164062 -2.632812 -1 -3.007812 -1 -3.5 C -1 -3.988281 -1.164062 -4.359375 -1.5 -4.609375 C -1.84375 -4.867188 -2.34375 -5 -3 -5 C -3.65625 -5 -4.148438 -4.867188 -4.484375 -4.609375 C -4.828125 -4.359375 -5 -3.988281 -5 -3.5 Z M -6 -3.5 C -6 -4.3125 -5.738281 -4.929688 -5.21875 -5.359375 C -4.707031 -5.785156 -3.96875 -6 -3 -6 C -2.019531 -6 -1.273438 -5.785156 -0.765625 -5.359375 C -0.253906 -4.929688 0 -4.3125 0 -3.5 C 0 -2.6875 -0.253906 -2.066406 -0.765625 -1.640625 C -1.273438 -1.210938 -2.019531 -1 -3 -1 C -3.96875 -1 -4.707031 -1.210938 -5.21875 -1.640625 C -5.738281 -2.066406 -6 -2.6875 -6 -3.5 Z M -6 -3.5 "/>
34
- </symbol>
35
- <symbol overflow="visible" id="glyph1-2">
36
- <path style="stroke:none;" d="M -2.484375 -1 L -6 -1 L -6 -2 L -2.484375 -2 C -1.972656 -2 -1.597656 -2.109375 -1.359375 -2.328125 C -1.117188 -2.546875 -1 -2.882812 -1 -3.34375 C -1 -3.882812 -1.148438 -4.296875 -1.453125 -4.578125 C -1.765625 -4.859375 -2.210938 -5 -2.796875 -5 L -6 -5 L -6 -6 L 0 -6 L 0 -5 L -1.1875 -5 C -0.800781 -4.800781 -0.503906 -4.535156 -0.296875 -4.203125 C -0.0976562 -3.867188 0 -3.476562 0 -3.03125 C 0 -2.34375 -0.203125 -1.832031 -0.609375 -1.5 C -1.023438 -1.164062 -1.648438 -1 -2.484375 -1 Z M -2.484375 -1 "/>
37
- </symbol>
38
- <symbol overflow="visible" id="glyph1-3">
39
- <path style="stroke:none;" d="M -3.515625 -6 L 0 -6 L 0 -5 L -3.515625 -5 C -4.023438 -5 -4.398438 -4.890625 -4.640625 -4.671875 C -4.878906 -4.453125 -5 -4.113281 -5 -3.65625 C -5 -3.125 -4.84375 -2.710938 -4.53125 -2.421875 C -4.226562 -2.140625 -3.785156 -2 -3.203125 -2 L 0 -2 L 0 -1 L -6 -1 L -6 -2 L -4.828125 -2 C -5.210938 -2.195312 -5.503906 -2.460938 -5.703125 -2.796875 C -5.898438 -3.128906 -6 -3.519531 -6 -3.96875 C -6 -4.65625 -5.789062 -5.164062 -5.375 -5.5 C -4.96875 -5.832031 -4.347656 -6 -3.515625 -6 Z M -3.515625 -6 "/>
40
- </symbol>
41
- <symbol overflow="visible" id="glyph1-4">
42
- <path style="stroke:none;" d="M -8 -3 L -6 -3 L -6 -5 L -5 -5 L -5 -3 L -2.0625 -3 C -1.664062 -3 -1.390625 -3.070312 -1.234375 -3.21875 C -1.078125 -3.375 -1 -3.640625 -1 -4.015625 L -1 -5 L 0 -5 L 0 -3.921875 C 0 -3.210938 -0.148438 -2.710938 -0.453125 -2.421875 C -0.765625 -2.140625 -1.300781 -2 -2.0625 -2 L -5 -2 L -5 0 L -6 0 L -6 -2 L -8 -2 Z M -8 -3 "/>
43
- </symbol>
44
- <symbol overflow="visible" id="glyph2-0">
45
- <path style="stroke:none;" d="M 2 -8 L 2 -4 L 4.203125 -4 C 5.078125 -4 5.757812 -4.175781 6.25 -4.53125 C 6.75 -4.882812 7 -5.375 7 -6 C 7 -6.632812 6.753906 -7.125 6.265625 -7.46875 C 5.773438 -7.820312 5.085938 -8 4.203125 -8 Z M 1 -9 L 4.203125 -9 C 5.453125 -9 6.394531 -8.742188 7.03125 -8.234375 C 7.675781 -7.722656 8 -6.976562 8 -6 C 8 -5.007812 7.675781 -4.257812 7.03125 -3.75 C 6.394531 -3.25 5.453125 -3 4.203125 -3 L 2 -3 L 2 0 L 1 0 Z M 1 -9 "/>
46
- </symbol>
47
- <symbol overflow="visible" id="glyph2-1">
48
- <path style="stroke:none;" d="M 7 -5 C 6.738281 -5 6.472656 -5.164062 6.203125 -5.5 C 5.941406 -5.832031 5.648438 -6 5.328125 -6 C 4.578125 -6 4 -5.804688 3.59375 -5.421875 C 3.195312 -5.035156 3 -4.484375 3 -3.765625 L 3 0 L 2 0 L 2 -7 L 3 -7 L 3 -6 C 3.195312 -6.320312 3.503906 -6.566406 3.921875 -6.734375 C 4.347656 -6.910156 4.847656 -7 5.421875 -7 C 5.722656 -7 6 -6.894531 6.25 -6.6875 C 6.507812 -6.476562 6.757812 -6.25 7 -6 Z M 7 -5 "/>
49
- </symbol>
50
- <symbol overflow="visible" id="glyph2-2">
51
- <path style="stroke:none;" d="M 4 -6 C 3.34375 -6 2.84375 -5.785156 2.5 -5.359375 C 2.164062 -4.941406 2 -4.320312 2 -3.5 C 2 -2.675781 2.164062 -2.050781 2.5 -1.625 C 2.84375 -1.207031 3.34375 -1 4 -1 C 4.65625 -1 5.148438 -1.207031 5.484375 -1.625 C 5.828125 -2.050781 6 -2.675781 6 -3.5 C 6 -4.320312 5.828125 -4.941406 5.484375 -5.359375 C 5.148438 -5.785156 4.65625 -6 4 -6 Z M 4 -7 C 4.96875 -7 5.707031 -6.695312 6.21875 -6.09375 C 6.738281 -5.5 7 -4.632812 7 -3.5 C 7 -2.363281 6.742188 -1.492188 6.234375 -0.890625 C 5.722656 -0.296875 4.976562 0 4 0 C 3.03125 0 2.285156 -0.296875 1.765625 -0.890625 C 1.253906 -1.492188 1 -2.363281 1 -3.5 C 1 -4.632812 1.253906 -5.5 1.765625 -6.09375 C 2.285156 -6.695312 3.03125 -7 4 -7 Z M 4 -7 "/>
52
- </symbol>
53
- <symbol overflow="visible" id="glyph2-3">
54
- <path style="stroke:none;" d="M 7 -1 C 6.65625 -0.664062 6.300781 -0.414062 5.9375 -0.25 C 5.582031 -0.0820312 5.210938 0 4.828125 0 C 3.628906 0 2.691406 -0.304688 2.015625 -0.921875 C 1.335938 -1.546875 1 -2.40625 1 -3.5 C 1 -4.59375 1.335938 -5.445312 2.015625 -6.0625 C 2.691406 -6.6875 3.628906 -7 4.828125 -7 C 5.203125 -7 5.566406 -6.914062 5.921875 -6.75 C 6.273438 -6.59375 6.632812 -6.34375 7 -6 L 7 -5 C 6.632812 -5.351562 6.269531 -5.609375 5.90625 -5.765625 C 5.539062 -5.921875 5.128906 -6 4.671875 -6 C 3.816406 -6 3.15625 -5.78125 2.6875 -5.34375 C 2.226562 -4.914062 2 -4.300781 2 -3.5 C 2 -2.695312 2.226562 -2.078125 2.6875 -1.640625 C 3.15625 -1.210938 3.816406 -1 4.671875 -1 C 5.148438 -1 5.578125 -1.078125 5.953125 -1.234375 C 6.328125 -1.398438 6.675781 -1.65625 7 -2 Z M 7 -1 "/>
55
- </symbol>
56
- <symbol overflow="visible" id="glyph2-4">
57
- <path style="stroke:none;" d="M 7 -3.625 L 7 -3 L 1.96875 -3 L 1.96875 -2.984375 C 1.96875 -2.347656 2.179688 -1.859375 2.609375 -1.515625 C 3.035156 -1.171875 3.632812 -1 4.40625 -1 C 4.789062 -1 5.195312 -1.082031 5.625 -1.25 C 6.050781 -1.414062 6.507812 -1.664062 7 -2 L 7 -1 C 6.550781 -0.664062 6.117188 -0.414062 5.703125 -0.25 C 5.296875 -0.0820312 4.898438 0 4.515625 0 C 3.410156 0 2.546875 -0.304688 1.921875 -0.921875 C 1.304688 -1.546875 1 -2.40625 1 -3.5 C 1 -4.5625 1.289062 -5.410156 1.875 -6.046875 C 2.457031 -6.679688 3.234375 -7 4.203125 -7 C 5.066406 -7 5.75 -6.695312 6.25 -6.09375 C 6.75 -5.488281 7 -4.664062 7 -3.625 Z M 6 -4 C 5.976562 -4.65625 5.804688 -5.148438 5.484375 -5.484375 C 5.171875 -5.828125 4.71875 -6 4.125 -6 C 3.53125 -6 3.046875 -5.820312 2.671875 -5.46875 C 2.296875 -5.113281 2.070312 -4.625 2 -4 Z M 6 -4 "/>
58
- </symbol>
59
- <symbol overflow="visible" id="glyph2-5">
60
- <path style="stroke:none;" d="M 7 -6 L 7 -5 C 6.539062 -5.332031 6.078125 -5.582031 5.609375 -5.75 C 5.140625 -5.914062 4.660156 -6 4.171875 -6 C 3.441406 -6 2.894531 -5.914062 2.53125 -5.75 C 2.175781 -5.582031 2 -5.328125 2 -4.984375 C 2.007812 -4.773438 2.15625 -4.609375 2.4375 -4.484375 C 2.71875 -4.367188 3.410156 -4.238281 4.515625 -4.09375 L 5.1875 -4.03125 C 5.789062 -3.914062 6.242188 -3.6875 6.546875 -3.34375 C 6.859375 -3.007812 7.007812 -2.570312 7 -2.03125 C 7 -1.394531 6.707031 -0.894531 6.125 -0.53125 C 5.550781 -0.175781 4.75 0 3.71875 0 C 3.3125 0 2.882812 -0.0820312 2.4375 -0.25 C 2 -0.414062 1.519531 -0.664062 1 -1 L 1 -2 C 1.539062 -1.664062 2.0625 -1.414062 2.5625 -1.25 C 3.0625 -1.082031 3.53125 -1 3.96875 -1 C 4.613281 -1 5.113281 -1.09375 5.46875 -1.28125 C 5.820312 -1.476562 6 -1.753906 6 -2.109375 C 6 -2.609375 5.257812 -2.957031 3.78125 -3.15625 L 3.703125 -3.171875 L 3.078125 -3.234375 C 2.359375 -3.359375 1.832031 -3.5625 1.5 -3.84375 C 1.164062 -4.132812 1 -4.53125 1 -5.03125 C 1 -5.65625 1.285156 -6.140625 1.859375 -6.484375 C 2.441406 -6.828125 3.265625 -7 4.328125 -7 C 4.804688 -7 5.265625 -6.914062 5.703125 -6.75 C 6.140625 -6.582031 6.570312 -6.332031 7 -6 Z M 7 -6 "/>
61
- </symbol>
62
- <symbol overflow="visible" id="glyph2-6">
63
- <path style="stroke:none;" d=""/>
64
- </symbol>
65
- <symbol overflow="visible" id="glyph2-7">
66
- <path style="stroke:none;" d="M 8 -8 L 8 -7 C 7.457031 -7.332031 6.914062 -7.582031 6.375 -7.75 C 5.832031 -7.914062 5.28125 -8 4.71875 -8 C 3.882812 -8 3.222656 -7.863281 2.734375 -7.59375 C 2.242188 -7.332031 2 -6.972656 2 -6.515625 C 2 -6.148438 2.15625 -5.859375 2.46875 -5.640625 C 2.789062 -5.421875 3.382812 -5.226562 4.25 -5.0625 L 5.171875 -4.9375 C 6.148438 -4.726562 6.863281 -4.425781 7.3125 -4.03125 C 7.769531 -3.644531 8 -3.125 8 -2.46875 C 8 -1.664062 7.671875 -1.050781 7.015625 -0.625 C 6.359375 -0.207031 5.40625 0 4.15625 0 C 3.632812 0 3.109375 -0.0820312 2.578125 -0.25 C 2.054688 -0.414062 1.53125 -0.664062 1 -1 L 1 -2 C 1.613281 -1.65625 2.191406 -1.398438 2.734375 -1.234375 C 3.285156 -1.078125 3.84375 -1 4.40625 -1 C 5.226562 -1 5.863281 -1.128906 6.3125 -1.390625 C 6.769531 -1.648438 7 -2.015625 7 -2.484375 C 7 -2.910156 6.828125 -3.234375 6.484375 -3.453125 C 6.148438 -3.679688 5.5625 -3.859375 4.71875 -3.984375 L 3.765625 -4.109375 C 2.796875 -4.296875 2.09375 -4.570312 1.65625 -4.9375 C 1.21875 -5.3125 1 -5.804688 1 -6.421875 C 1 -7.203125 1.359375 -7.828125 2.078125 -8.296875 C 2.796875 -8.765625 3.75 -9 4.9375 -9 C 5.40625 -9 5.890625 -8.914062 6.390625 -8.75 C 6.898438 -8.582031 7.4375 -8.332031 8 -8 Z M 8 -8 "/>
67
- </symbol>
68
- <symbol overflow="visible" id="glyph2-8">
69
- <path style="stroke:none;" d="M 4 -9 L 4 -7 L 7 -7 L 7 -6 L 4 -6 L 4 -2.34375 C 4 -1.84375 4.109375 -1.492188 4.328125 -1.296875 C 4.554688 -1.097656 4.953125 -1 5.515625 -1 L 7 -1 L 7 0 L 5.390625 0 C 4.515625 0 3.894531 -0.171875 3.53125 -0.515625 C 3.175781 -0.867188 3 -1.476562 3 -2.34375 L 3 -6 L 1 -6 L 1 -7 L 3 -7 L 3 -9 Z M 4 -9 "/>
70
- </symbol>
71
- <symbol overflow="visible" id="glyph2-9">
72
- <path style="stroke:none;" d="M 4.765625 -3 L 4.328125 -3 C 3.554688 -3 2.972656 -2.910156 2.578125 -2.734375 C 2.191406 -2.566406 2 -2.3125 2 -1.96875 C 2 -1.664062 2.144531 -1.425781 2.4375 -1.25 C 2.726562 -1.082031 3.132812 -1 3.65625 -1 C 4.382812 -1 4.957031 -1.160156 5.375 -1.484375 C 5.789062 -1.804688 6 -2.25 6 -2.8125 L 6 -3 Z M 7 -3.53125 L 7 0 L 6 0 L 6 -1.1875 C 5.738281 -0.78125 5.40625 -0.476562 5 -0.28125 C 4.59375 -0.09375 4.101562 0 3.53125 0 C 2.757812 0 2.144531 -0.171875 1.6875 -0.515625 C 1.226562 -0.867188 1 -1.335938 1 -1.921875 C 1 -2.609375 1.269531 -3.125 1.8125 -3.46875 C 2.363281 -3.820312 3.164062 -4 4.21875 -4 L 6 -4 L 6 -4.15625 C 6 -4.800781 5.863281 -5.269531 5.59375 -5.5625 C 5.320312 -5.851562 4.882812 -6 4.28125 -6 C 3.90625 -6 3.519531 -5.910156 3.125 -5.734375 C 2.738281 -5.566406 2.363281 -5.320312 2 -5 L 2 -6 C 2.40625 -6.332031 2.789062 -6.582031 3.15625 -6.75 C 3.53125 -6.914062 3.890625 -7 4.234375 -7 C 4.785156 -7 5.253906 -6.90625 5.640625 -6.71875 C 6.023438 -6.53125 6.335938 -6.25 6.578125 -5.875 C 6.734375 -5.644531 6.84375 -5.363281 6.90625 -5.03125 C 6.96875 -4.695312 7 -4.195312 7 -3.53125 Z M 7 -3.53125 "/>
73
- </symbol>
74
- <symbol overflow="visible" id="glyph3-0">
75
- <path style="stroke:none;" d="M 3.453125 3.625 C 3.378906 3.851562 3.25 4.050781 3.0625 4.21875 C 2.875 4.382812 2.5 4.585938 1.9375 4.828125 L 0 6 L 0 4.84375 L 1.703125 3.796875 C 2.179688 3.535156 2.492188 3.328125 2.640625 3.171875 C 2.796875 3.015625 2.882812 2.832031 2.90625 2.625 L 3 2 L 0 2 L 0 1 L 6 1 L 6 2.84375 C 6 3.539062 5.878906 4.070312 5.640625 4.4375 C 5.398438 4.8125 5.054688 5 4.609375 5 C 4.285156 5 4.019531 4.878906 3.8125 4.640625 C 3.613281 4.398438 3.492188 4.0625 3.453125 3.625 Z M 5 2 L 4 2 L 4 2.875 C 4 3.25 4.039062 3.53125 4.125 3.71875 C 4.207031 3.90625 4.332031 4 4.5 4 C 4.65625 4 4.773438 3.898438 4.859375 3.703125 C 4.953125 3.503906 5 3.21875 5 2.84375 Z M 5 2 "/>
76
- </symbol>
77
- <symbol overflow="visible" id="glyph3-1">
78
- <path style="stroke:none;" d="M 1 2.34375 C 1 2.957031 1.140625 3.382812 1.421875 3.625 C 1.710938 3.875 2.238281 4 3 4 C 3.757812 4 4.28125 3.875 4.5625 3.625 C 4.851562 3.382812 5 2.957031 5 2.34375 L 5 2 L 1 2 Z M 6 2.359375 C 6 3.265625 5.753906 3.929688 5.265625 4.359375 C 4.773438 4.785156 4.019531 5 3 5 C 1.96875 5 1.207031 4.785156 0.71875 4.359375 C 0.238281 3.929688 0 3.265625 0 2.359375 L 0 1 L 6 1 Z M 6 2.359375 "/>
79
- </symbol>
80
- <symbol overflow="visible" id="glyph3-2">
81
- <path style="stroke:none;" d="M 6 0 L 6 5 L 5 5 L 5 3 L 0 3 L 0 2 L 5 2 L 5 0 Z M 6 0 "/>
82
- </symbol>
83
- <symbol overflow="visible" id="glyph3-3">
84
- <path style="stroke:none;" d="M 3 4 C 3.71875 4 4.226562 3.921875 4.53125 3.765625 C 4.84375 3.609375 5 3.351562 5 3 C 5 2.644531 4.84375 2.390625 4.53125 2.234375 C 4.226562 2.078125 3.71875 2 3 2 C 2.28125 2 1.765625 2.078125 1.453125 2.234375 C 1.148438 2.390625 1 2.644531 1 3 C 1 3.351562 1.148438 3.609375 1.453125 3.765625 C 1.765625 3.921875 2.28125 4 3 4 Z M 3 5 C 1.988281 5 1.234375 4.832031 0.734375 4.5 C 0.242188 4.175781 0 3.675781 0 3 C 0 2.320312 0.242188 1.816406 0.734375 1.484375 C 1.234375 1.160156 1.988281 1 3 1 C 4.007812 1 4.757812 1.160156 5.25 1.484375 C 5.75 1.816406 6 2.320312 6 3 C 6 3.675781 5.75 4.175781 5.25 4.5 C 4.757812 4.832031 4.007812 5 3 5 Z M 3 5 "/>
85
- </symbol>
86
- <symbol overflow="visible" id="glyph3-4">
87
- <path style="stroke:none;" d="M 6 1 L 6 2 L 1 2 L 1 5 L 0 5 L 0 1 Z M 6 1 "/>
88
- </symbol>
89
- <symbol overflow="visible" id="glyph3-5">
90
- <path style="stroke:none;" d=""/>
91
- </symbol>
92
- <symbol overflow="visible" id="glyph3-6">
93
- <path style="stroke:none;" d="M 6 3 L 6 4 L -1 1 L -1 0 Z M 6 3 "/>
94
- </symbol>
95
- <symbol overflow="visible" id="glyph3-7">
96
- <path style="stroke:none;" d="M 2 2 L 1 2 L 1 2.9375 C 1 3.320312 1.035156 3.59375 1.109375 3.75 C 1.179688 3.914062 1.304688 4 1.484375 4 C 1.660156 4 1.789062 3.910156 1.875 3.734375 C 1.957031 3.566406 2 3.300781 2 2.9375 Z M 5 2 L 3 2 L 3 2.921875 C 3 3.296875 3.082031 3.566406 3.25 3.734375 C 3.414062 3.910156 3.679688 4 4.046875 4 C 4.390625 4 4.632812 3.914062 4.78125 3.75 C 4.925781 3.582031 5 3.304688 5 2.921875 Z M 6 1 L 6 2.9375 C 6 3.59375 5.832031 4.097656 5.5 4.453125 C 5.175781 4.816406 4.710938 5 4.109375 5 C 3.648438 5 3.285156 4.894531 3.015625 4.6875 C 2.753906 4.488281 2.59375 4.1875 2.53125 3.78125 C 2.488281 4.164062 2.359375 4.460938 2.140625 4.671875 C 1.921875 4.890625 1.640625 5 1.296875 5 C 0.867188 5 0.546875 4.828125 0.328125 4.484375 C 0.109375 4.140625 0 3.625 0 2.9375 L 0 1 Z M 6 1 "/>
97
- </symbol>
98
- <symbol overflow="visible" id="glyph3-8">
99
- <path style="stroke:none;" d="M 6 1 L 6 4 L 5 4 L 5 3 L 1 3 L 1 4 L 0 4 L 0 1 L 1 1 L 1 2 L 5 2 L 5 1 Z M 6 1 "/>
100
- </symbol>
101
- <symbol overflow="visible" id="glyph3-9">
102
- <path style="stroke:none;" d="M 6 1 L 6 5 L 5 5 L 5 2 L 3 2 L 3 5 L 2 5 L 2 2 L 1 2 L 1 5 L 0 5 L 0 1 Z M 6 1 "/>
103
- </symbol>
104
- <symbol overflow="visible" id="glyph3-10">
105
- <path style="stroke:none;" d="M 6 1 L 6 2 L 3.328125 2 L 6 4.46875 L 6 5.390625 L 3.546875 3.125 L 0 5.453125 L 0 4.25 L 2.8125 2.421875 L 2.34375 2 L 0 2 L 0 1 Z M 6 1 "/>
106
- </symbol>
107
- <symbol overflow="visible" id="glyph4-0">
108
- <path style="stroke:none;" d=""/>
109
- </symbol>
110
- <symbol overflow="visible" id="glyph4-1">
111
- <path style="stroke:none;" d="M 7 -7 L 7 -6 C 6.550781 -6.332031 6.097656 -6.582031 5.640625 -6.75 C 5.191406 -6.914062 4.734375 -7 4.265625 -7 C 3.566406 -7 3.015625 -6.882812 2.609375 -6.65625 C 2.203125 -6.425781 2 -6.113281 2 -5.71875 C 2.007812 -5.445312 2.140625 -5.226562 2.390625 -5.0625 C 2.648438 -4.90625 3.125 -4.765625 3.8125 -4.640625 L 4.5625 -4.53125 C 5.414062 -4.34375 6.035156 -4.0625 6.421875 -3.6875 C 6.816406 -3.320312 7.007812 -2.820312 7 -2.1875 C 7 -1.476562 6.71875 -0.9375 6.15625 -0.5625 C 5.59375 -0.1875 4.773438 0 3.703125 0 C 3.253906 0 2.804688 -0.0820312 2.359375 -0.25 C 1.910156 -0.414062 1.457031 -0.664062 1 -1 L 1 -2 C 1.507812 -1.65625 1.992188 -1.398438 2.453125 -1.234375 C 2.910156 -1.078125 3.375 -1 3.84375 -1 C 4.519531 -1 5.046875 -1.109375 5.421875 -1.328125 C 5.804688 -1.554688 6 -1.875 6 -2.28125 C 6 -2.65625 5.863281 -2.9375 5.59375 -3.125 C 5.320312 -3.320312 4.847656 -3.472656 4.171875 -3.578125 L 3.421875 -3.6875 C 2.578125 -3.84375 1.960938 -4.082031 1.578125 -4.40625 C 1.191406 -4.738281 1 -5.179688 1 -5.734375 C 1 -6.421875 1.304688 -6.96875 1.921875 -7.375 C 2.535156 -7.789062 3.351562 -8 4.375 -8 C 4.769531 -8 5.1875 -7.914062 5.625 -7.75 C 6.0625 -7.582031 6.519531 -7.332031 7 -7 Z M 7 -7 "/>
112
- </symbol>
113
- <symbol overflow="visible" id="glyph4-2">
114
- <path style="stroke:none;" d="M 3 -2.375 C 3 -1.914062 3.070312 -1.570312 3.21875 -1.34375 C 3.375 -1.113281 3.601562 -1 3.90625 -1 L 5 -1 L 5 0 L 3.8125 0 C 3.238281 0 2.789062 -0.203125 2.46875 -0.609375 C 2.15625 -1.023438 2 -1.613281 2 -2.375 L 2 -8 L 0 -8 L 0 -9 L 3 -9 Z M 3 -2.375 "/>
115
- </symbol>
116
- <symbol overflow="visible" id="glyph4-3">
117
- <path style="stroke:none;" d="M 6 -3.625 L 6 -3 L 1.96875 -3 L 1.96875 -2.953125 C 1.96875 -2.328125 2.132812 -1.84375 2.46875 -1.5 C 2.8125 -1.164062 3.296875 -1 3.921875 -1 C 4.234375 -1 4.5625 -1 4.90625 -1 C 5.25 -1 5.613281 -1 6 -1 L 6 0 C 5.625 0 5.265625 0 4.921875 0 C 4.585938 0 4.257812 0 3.9375 0 C 3.007812 0 2.285156 -0.265625 1.765625 -0.796875 C 1.253906 -1.328125 1 -2.0625 1 -3 C 1 -3.914062 1.238281 -4.644531 1.71875 -5.1875 C 2.207031 -5.726562 2.859375 -6 3.671875 -6 C 4.390625 -6 4.957031 -5.785156 5.375 -5.359375 C 5.789062 -4.941406 6 -4.363281 6 -3.625 Z M 5 -4 C 4.988281 -4.320312 4.863281 -4.566406 4.625 -4.734375 C 4.382812 -4.910156 4.039062 -5 3.59375 -5 C 3.15625 -5 2.789062 -4.910156 2.5 -4.734375 C 2.21875 -4.554688 2.050781 -4.3125 2 -4 Z M 5 -4 "/>
118
- </symbol>
119
- <symbol overflow="visible" id="glyph4-4">
120
- <path style="stroke:none;" d="M 2 -1.0625 L 2 2 L 1 2 L 1 -6 L 2 -6 L 2 -4.9375 C 2.164062 -5.28125 2.382812 -5.539062 2.65625 -5.71875 C 2.9375 -5.90625 3.257812 -6 3.625 -6 C 4.363281 -6 4.941406 -5.726562 5.359375 -5.1875 C 5.785156 -4.65625 6 -3.921875 6 -2.984375 C 6 -2.054688 5.785156 -1.328125 5.359375 -0.796875 C 4.941406 -0.265625 4.363281 0 3.625 0 C 3.257812 0 2.9375 -0.0859375 2.65625 -0.265625 C 2.375 -0.453125 2.15625 -0.71875 2 -1.0625 Z M 5 -3 C 5 -3.65625 4.875 -4.148438 4.625 -4.484375 C 4.375 -4.828125 4.003906 -5 3.515625 -5 C 3.015625 -5 2.632812 -4.828125 2.375 -4.484375 C 2.125 -4.148438 2 -3.65625 2 -3 C 2 -2.34375 2.125 -1.84375 2.375 -1.5 C 2.632812 -1.164062 3.015625 -1 3.515625 -1 C 4.003906 -1 4.375 -1.164062 4.625 -1.5 C 4.875 -1.84375 5 -2.34375 5 -3 Z M 5 -3 "/>
121
- </symbol>
122
- <symbol overflow="visible" id="glyph4-5">
123
- <path style="stroke:none;" d="M 1 -6 L 4 -6 L 4 -1 L 6 -1 L 6 0 L 1 0 L 1 -1 L 3 -1 L 3 -5 L 1 -5 Z M 3 -9 L 4 -9 L 4 -8 L 3 -8 Z M 3 -9 "/>
124
- </symbol>
125
- <symbol overflow="visible" id="glyph4-6">
126
- <path style="stroke:none;" d="M 6 -3.515625 L 6 0 L 5 0 L 5 -3.515625 C 5 -4.023438 4.890625 -4.398438 4.671875 -4.640625 C 4.453125 -4.878906 4.113281 -5 3.65625 -5 C 3.125 -5 2.710938 -4.84375 2.421875 -4.53125 C 2.140625 -4.226562 2 -3.785156 2 -3.203125 L 2 0 L 1 0 L 1 -6 L 2 -6 L 2 -4.828125 C 2.195312 -5.210938 2.460938 -5.503906 2.796875 -5.703125 C 3.128906 -5.898438 3.519531 -6 3.96875 -6 C 4.65625 -6 5.164062 -5.789062 5.5 -5.375 C 5.832031 -4.96875 6 -4.347656 6 -3.515625 Z M 6 -3.515625 "/>
127
- </symbol>
128
- <symbol overflow="visible" id="glyph4-7">
129
- <path style="stroke:none;" d="M 5 -3 C 5 -3.65625 4.875 -4.148438 4.625 -4.484375 C 4.375 -4.828125 4.007812 -5 3.53125 -5 C 3.03125 -5 2.648438 -4.828125 2.390625 -4.484375 C 2.128906 -4.148438 2 -3.65625 2 -3 C 2 -2.351562 2.128906 -1.859375 2.390625 -1.515625 C 2.660156 -1.171875 3.046875 -1 3.546875 -1 C 4.015625 -1 4.375 -1.171875 4.625 -1.515625 C 4.875 -1.859375 5 -2.351562 5 -3 Z M 6 -0.515625 C 6 0.304688 5.796875 0.929688 5.390625 1.359375 C 4.992188 1.785156 4.410156 2 3.640625 2 C 3.378906 2 3.109375 2 2.828125 2 C 2.554688 2 2.28125 2 2 2 L 2 1 C 2.320312 1 2.613281 1 2.875 1 C 3.132812 1 3.375 1 3.59375 1 C 4.082031 1 4.4375 0.890625 4.65625 0.671875 C 4.882812 0.460938 5 0.125 5 -0.34375 L 5 -1.15625 C 4.84375 -0.769531 4.625 -0.476562 4.34375 -0.28125 C 4.070312 -0.09375 3.738281 0 3.34375 0 C 2.632812 0 2.066406 -0.269531 1.640625 -0.8125 C 1.210938 -1.351562 1 -2.082031 1 -3 C 1 -3.914062 1.210938 -4.644531 1.640625 -5.1875 C 2.066406 -5.726562 2.632812 -6 3.34375 -6 C 3.726562 -6 4.054688 -5.910156 4.328125 -5.734375 C 4.609375 -5.554688 4.832031 -5.28125 5 -4.90625 L 5 -6 L 6 -6 Z M 6 -0.515625 "/>
130
- </symbol>
131
- <symbol overflow="visible" id="glyph4-8">
132
- <path style="stroke:none;" d="M 1 -8 L 2.234375 -8 L 4 -4.046875 L 5.765625 -8 L 7 -8 L 7 0 L 6 0 L 6 -6.484375 L 4.421875 -3 L 3.578125 -3 L 2 -6.484375 L 2 0 L 1 0 Z M 1 -8 "/>
133
- </symbol>
134
- <symbol overflow="visible" id="glyph4-9">
135
- <path style="stroke:none;" d="M 3 -2 L 4 -2 L 4 0 L 3 0 Z M 3 -2 "/>
136
- </symbol>
137
- <symbol overflow="visible" id="glyph4-10">
138
- <path style="stroke:none;" d="M 1 -1 L 3 -1 L 3 -7 L 1 -7 L 1 -8 L 4 -8 L 4 -1 L 6 -1 L 6 0 L 1 0 Z M 1 -1 "/>
139
- </symbol>
140
- <symbol overflow="visible" id="glyph4-11">
141
- <path style="stroke:none;" d="M 1 -8 L 6 -8 L 6 -7 L 2 -7 L 2 -4.8125 C 2.207031 -4.875 2.414062 -4.921875 2.625 -4.953125 C 2.84375 -4.984375 3.0625 -5 3.28125 -5 C 4.425781 -5 5.332031 -4.773438 6 -4.328125 C 6.664062 -3.878906 7 -3.269531 7 -2.5 C 7 -1.726562 6.691406 -1.117188 6.078125 -0.671875 C 5.460938 -0.222656 4.617188 0 3.546875 0 C 3.035156 0 2.566406 0 2.140625 0 C 1.710938 0 1.332031 0 1 0 L 1 -1 C 1.425781 -1 1.851562 -1 2.28125 -1 C 2.707031 -1 3.144531 -1 3.59375 -1 C 4.363281 -1 4.957031 -1.128906 5.375 -1.390625 C 5.789062 -1.648438 6 -2.019531 6 -2.5 C 6 -2.96875 5.757812 -3.332031 5.28125 -3.59375 C 4.8125 -3.863281 4.15625 -4 3.3125 -4 C 2.90625 -4 2.503906 -4 2.109375 -4 C 1.722656 -4 1.351562 -4 1 -4 Z M 1 -8 "/>
142
- </symbol>
143
- <symbol overflow="visible" id="glyph4-12">
144
- <path style="stroke:none;" d="M 3.984375 -4 C 4.609375 -4 5.097656 -4.128906 5.453125 -4.390625 C 5.816406 -4.660156 6 -5.03125 6 -5.5 C 6 -5.96875 5.816406 -6.332031 5.453125 -6.59375 C 5.097656 -6.863281 4.609375 -7 3.984375 -7 C 3.328125 -7 2.832031 -6.867188 2.5 -6.609375 C 2.164062 -6.359375 2 -5.988281 2 -5.5 C 2 -5 2.160156 -4.625 2.484375 -4.375 C 2.816406 -4.125 3.316406 -4 3.984375 -4 Z M 1 0 L 1 -1 C 1.3125 -1 1.644531 -1 2 -1 C 2.351562 -1 2.71875 -1 3.09375 -1 C 4.050781 -1 4.773438 -1.269531 5.265625 -1.8125 C 5.753906 -2.351562 6 -3.148438 6 -4.203125 C 5.800781 -3.816406 5.519531 -3.519531 5.15625 -3.3125 C 4.789062 -3.101562 4.375 -3 3.90625 -3 C 2.976562 -3 2.257812 -3.21875 1.75 -3.65625 C 1.25 -4.09375 1 -4.710938 1 -5.515625 C 1 -6.304688 1.25 -6.914062 1.75 -7.34375 C 2.25 -7.78125 2.960938 -8 3.890625 -8 C 4.960938 -8 5.75 -7.675781 6.25 -7.03125 C 6.75 -6.382812 7 -5.375 7 -4 C 7 -2.695312 6.660156 -1.703125 5.984375 -1.015625 C 5.304688 -0.335938 4.320312 0 3.03125 0 C 2.6875 0 2.34375 0 2 0 C 1.65625 0 1.320312 0 1 0 Z M 1 0 "/>
145
- </symbol>
146
- <symbol overflow="visible" id="glyph4-13">
147
- <path style="stroke:none;" d="M 4 -6.640625 L 2.921875 -3 L 5.078125 -3 Z M 3.359375 -8 L 4.640625 -8 L 7 0 L 5.953125 0 L 5.359375 -2 L 2.625 -2 L 2.046875 0 L 1 0 Z M 3.359375 -8 "/>
148
- </symbol>
149
- <symbol overflow="visible" id="glyph4-14">
150
- <path style="stroke:none;" d="M 1 -6 L 2.046875 -6 L 3.5 -0.96875 L 4.953125 -6 L 6 -6 L 4.078125 0 L 2.921875 0 Z M 1 -6 "/>
151
- </symbol>
152
- <symbol overflow="visible" id="glyph4-15">
153
- <path style="stroke:none;" d="M 7 -8 L 7 -7 C 6.6875 -7 6.351562 -7 6 -7 C 5.644531 -7 5.28125 -7 4.90625 -7 C 3.945312 -7 3.222656 -6.726562 2.734375 -6.1875 C 2.242188 -5.644531 2 -4.847656 2 -3.796875 C 2.207031 -4.179688 2.488281 -4.476562 2.84375 -4.6875 C 3.207031 -4.894531 3.625 -5 4.09375 -5 C 5.019531 -5 5.734375 -4.78125 6.234375 -4.34375 C 6.742188 -3.914062 7 -3.300781 7 -2.5 C 7 -1.707031 6.742188 -1.09375 6.234375 -0.65625 C 5.734375 -0.21875 5.023438 0 4.109375 0 C 3.035156 0 2.25 -0.316406 1.75 -0.953125 C 1.25 -1.597656 1 -2.613281 1 -4 C 1 -5.300781 1.335938 -6.289062 2.015625 -6.96875 C 2.691406 -7.65625 3.675781 -8 4.96875 -8 C 5.3125 -8 5.65625 -8 6 -8 C 6.34375 -8 6.675781 -8 7 -8 Z M 4.03125 -4 C 3.394531 -4 2.894531 -3.863281 2.53125 -3.59375 C 2.175781 -3.332031 2 -2.96875 2 -2.5 C 2 -2.03125 2.175781 -1.660156 2.53125 -1.390625 C 2.894531 -1.128906 3.394531 -1 4.03125 -1 C 4.675781 -1 5.164062 -1.125 5.5 -1.375 C 5.832031 -1.632812 6 -2.007812 6 -2.5 C 6 -3 5.832031 -3.375 5.5 -3.625 C 5.164062 -3.875 4.675781 -4 4.03125 -4 Z M 4.03125 -4 "/>
154
- </symbol>
155
- <symbol overflow="visible" id="glyph4-16">
156
- <path style="stroke:none;" d="M 4.078125 -3 L 3.75 -3 C 3.164062 -3 2.726562 -2.910156 2.4375 -2.734375 C 2.144531 -2.566406 2 -2.3125 2 -1.96875 C 2 -1.664062 2.109375 -1.425781 2.328125 -1.25 C 2.546875 -1.082031 2.847656 -1 3.234375 -1 C 3.785156 -1 4.21875 -1.160156 4.53125 -1.484375 C 4.84375 -1.804688 5 -2.25 5 -2.8125 L 5 -3 Z M 6 -3.53125 L 6 0 L 5 0 L 5 -1.1875 C 4.789062 -0.78125 4.523438 -0.476562 4.203125 -0.28125 C 3.878906 -0.09375 3.488281 0 3.03125 0 C 2.40625 0 1.910156 -0.171875 1.546875 -0.515625 C 1.179688 -0.867188 1 -1.335938 1 -1.921875 C 1 -2.609375 1.222656 -3.125 1.671875 -3.46875 C 2.128906 -3.820312 2.796875 -4 3.671875 -4 L 5 -4 L 5 -4.15625 C 5 -4.445312 4.863281 -4.660156 4.59375 -4.796875 C 4.320312 -4.929688 3.882812 -5 3.28125 -5 C 2.90625 -5 2.519531 -5 2.125 -5 C 1.738281 -5 1.363281 -5 1 -5 L 1 -6 C 1.40625 -6 1.789062 -6 2.15625 -6 C 2.53125 -6 2.890625 -6 3.234375 -6 C 3.785156 -6 4.253906 -5.929688 4.640625 -5.796875 C 5.023438 -5.660156 5.335938 -5.460938 5.578125 -5.203125 C 5.734375 -5.035156 5.84375 -4.832031 5.90625 -4.59375 C 5.96875 -4.363281 6 -4.007812 6 -3.53125 Z M 6 -3.53125 "/>
157
- </symbol>
158
- <symbol overflow="visible" id="glyph4-17">
159
- <path style="stroke:none;" d="M 6 -6 L 4 -3.125 L 6 0 L 4.8125 0 L 3.5 -2.0625 L 2.1875 0 L 1 0 L 3 -3.125 L 1 -6 L 2.21875 -6 L 3.5 -4.15625 L 4.78125 -6 Z M 6 -6 "/>
160
- </symbol>
161
- <symbol overflow="visible" id="glyph4-18">
162
- <path style="stroke:none;" d="M 2.546875 -1 L 7.046875 -1 L 7.046875 0 L 1 0 L 1 -1 C 1.90625 -1.664062 2.695312 -2.253906 3.375 -2.765625 C 4.050781 -3.273438 4.515625 -3.640625 4.765625 -3.859375 C 5.253906 -4.265625 5.582031 -4.59375 5.75 -4.84375 C 5.914062 -5.101562 6 -5.367188 6 -5.640625 C 6 -6.066406 5.816406 -6.398438 5.453125 -6.640625 C 5.097656 -6.878906 4.601562 -7 3.96875 -7 C 3.519531 -7 3.050781 -6.914062 2.5625 -6.75 C 2.070312 -6.582031 1.550781 -6.332031 1 -6 L 1 -7 C 1.46875 -7.332031 1.925781 -7.582031 2.375 -7.75 C 2.820312 -7.914062 3.265625 -8 3.703125 -8 C 4.691406 -8 5.488281 -7.796875 6.09375 -7.390625 C 6.695312 -6.992188 7 -6.46875 7 -5.8125 C 7.019531 -5.476562 6.957031 -5.144531 6.8125 -4.8125 C 6.664062 -4.476562 6.429688 -4.113281 6.109375 -3.71875 C 5.921875 -3.488281 5.566406 -3.175781 5.046875 -2.78125 C 4.523438 -2.382812 3.691406 -1.789062 2.546875 -1 Z M 2.546875 -1 "/>
163
- </symbol>
164
- <symbol overflow="visible" id="glyph4-19">
165
- <path style="stroke:none;" d="M 5 -6.859375 L 2.21875 -3 L 5 -3 Z M 4.59375 -8 L 6 -8 L 6 -3 L 7 -3 L 7 -2 L 6 -2 L 6 0 L 5 0 L 5 -2 L 1 -2 L 1 -3.015625 Z M 4.59375 -8 "/>
166
- </symbol>
167
- <symbol overflow="visible" id="glyph4-20">
168
- <path style="stroke:none;" d="M 1 -8 L 7 -8 L 7 -7.546875 L 3.125 0 L 2 0 L 5.59375 -7 L 1 -7 Z M 1 -8 "/>
169
- </symbol>
170
- <symbol overflow="visible" id="glyph4-21">
171
- <path style="stroke:none;" d="M 1 -8 L 2 -8 L 2 -1 L 7 -1 L 7 0 L 1 0 Z M 1 -8 "/>
172
- </symbol>
173
- <symbol overflow="visible" id="glyph4-22">
174
- <path style="stroke:none;" d="M 6 -6 L 6 -5 C 5.632812 -5 5.265625 -5 4.890625 -5 C 4.515625 -5 4.128906 -5 3.734375 -5 C 3.148438 -5 2.710938 -4.9375 2.421875 -4.8125 C 2.140625 -4.695312 2 -4.519531 2 -4.28125 C 2.007812 -4.101562 2.117188 -3.960938 2.328125 -3.859375 C 2.535156 -3.753906 3.050781 -3.628906 3.875 -3.484375 L 4.375 -3.390625 C 4.90625 -3.296875 5.304688 -3.113281 5.578125 -2.84375 C 5.859375 -2.582031 6 -2.238281 6 -1.8125 C 6 -1.238281 5.757812 -0.789062 5.28125 -0.46875 C 4.800781 -0.15625 4.128906 0 3.265625 0 C 2.929688 0 2.578125 0 2.203125 0 C 1.835938 0 1.4375 0 1 0 L 1 -1 C 1.4375 -1 1.851562 -1 2.25 -1 C 2.644531 -1 3.019531 -1 3.375 -1 C 3.894531 -1 4.296875 -1.066406 4.578125 -1.203125 C 4.859375 -1.347656 5 -1.546875 5 -1.796875 C 5 -2.160156 4.441406 -2.410156 3.328125 -2.546875 L 3.28125 -2.5625 L 2.8125 -2.640625 C 2.1875 -2.742188 1.726562 -2.925781 1.4375 -3.1875 C 1.144531 -3.445312 1 -3.796875 1 -4.234375 C 1 -4.796875 1.238281 -5.226562 1.71875 -5.53125 C 2.195312 -5.84375 2.882812 -6 3.78125 -6 C 4.175781 -6 4.554688 -6 4.921875 -6 C 5.285156 -6 5.644531 -6 6 -6 Z M 6 -6 "/>
175
- </symbol>
176
- <symbol overflow="visible" id="glyph4-23">
177
- <path style="stroke:none;" d="M 3 -8 L 3 -6 L 5 -6 L 5 -5 L 3 -5 L 3 -2.0625 C 3 -1.664062 3.070312 -1.390625 3.21875 -1.234375 C 3.375 -1.078125 3.640625 -1 4.015625 -1 L 5 -1 L 5 0 L 3.921875 0 C 3.210938 0 2.710938 -0.148438 2.421875 -0.453125 C 2.140625 -0.765625 2 -1.300781 2 -2.0625 L 2 -5 L 0 -5 L 0 -6 L 2 -6 L 2 -8 Z M 3 -8 "/>
178
- </symbol>
179
- <symbol overflow="visible" id="glyph4-24">
180
- <path style="stroke:none;" d="M 4 -4 C 3.363281 -4 2.867188 -3.867188 2.515625 -3.609375 C 2.171875 -3.347656 2 -2.976562 2 -2.5 C 2 -2.03125 2.175781 -1.660156 2.53125 -1.390625 C 2.882812 -1.128906 3.375 -1 4 -1 C 4.632812 -1 5.125 -1.128906 5.46875 -1.390625 C 5.820312 -1.648438 6 -2.019531 6 -2.5 C 6 -2.976562 5.820312 -3.347656 5.46875 -3.609375 C 5.113281 -3.867188 4.625 -4 4 -4 Z M 2.578125 -4.53125 C 2.078125 -4.632812 1.6875 -4.828125 1.40625 -5.109375 C 1.132812 -5.398438 1 -5.75 1 -6.15625 C 1 -6.71875 1.265625 -7.164062 1.796875 -7.5 C 2.335938 -7.832031 3.070312 -8 4 -8 C 4.925781 -8 5.65625 -7.832031 6.1875 -7.5 C 6.726562 -7.164062 7 -6.71875 7 -6.15625 C 7 -5.75 6.859375 -5.398438 6.578125 -5.109375 C 6.304688 -4.828125 5.921875 -4.632812 5.421875 -4.53125 C 5.929688 -4.40625 6.320312 -4.160156 6.59375 -3.796875 C 6.863281 -3.429688 7 -2.957031 7 -2.375 C 7 -1.625 6.734375 -1.039062 6.203125 -0.625 C 5.671875 -0.207031 4.9375 0 4 0 C 3.0625 0 2.328125 -0.207031 1.796875 -0.625 C 1.265625 -1.039062 1 -1.617188 1 -2.359375 C 1 -2.941406 1.132812 -3.414062 1.40625 -3.78125 C 1.675781 -4.15625 2.066406 -4.40625 2.578125 -4.53125 Z M 2 -5.984375 C 2 -5.671875 2.171875 -5.425781 2.515625 -5.25 C 2.859375 -5.082031 3.351562 -5 4 -5 C 4.644531 -5 5.140625 -5.082031 5.484375 -5.25 C 5.828125 -5.425781 6 -5.671875 6 -5.984375 C 6 -6.316406 5.828125 -6.566406 5.484375 -6.734375 C 5.148438 -6.910156 4.65625 -7 4 -7 C 3.351562 -7 2.859375 -6.910156 2.515625 -6.734375 C 2.171875 -6.566406 2 -6.316406 2 -5.984375 Z M 2 -5.984375 "/>
181
- </symbol>
182
- <symbol overflow="visible" id="glyph4-25">
183
- <path style="stroke:none;" d="M 5.265625 -3.453125 C 5.566406 -3.378906 5.820312 -3.25 6.03125 -3.0625 C 6.25 -2.875 6.515625 -2.5 6.828125 -1.9375 L 8 0 L 6.84375 0 L 5.78125 -1.734375 C 5.53125 -2.347656 5.253906 -2.734375 4.953125 -2.890625 C 4.660156 -3.046875 4.226562 -3.113281 3.65625 -3.09375 L 2 -3 L 2 0 L 1 0 L 1 -8 L 3.671875 -8 C 4.742188 -8 5.566406 -7.785156 6.140625 -7.359375 C 6.710938 -6.929688 7 -6.3125 7 -5.5 C 7 -4.9375 6.847656 -4.472656 6.546875 -4.109375 C 6.242188 -3.753906 5.816406 -3.535156 5.265625 -3.453125 Z M 2 -7 L 2 -4 L 3.734375 -4 C 4.492188 -4 5.0625 -4.117188 5.4375 -4.359375 C 5.8125 -4.609375 6 -4.988281 6 -5.5 C 6 -5.976562 5.800781 -6.347656 5.40625 -6.609375 C 5.007812 -6.867188 4.429688 -7 3.671875 -7 Z M 2 -7 "/>
184
- </symbol>
185
- <symbol overflow="visible" id="glyph4-26">
186
- <path style="stroke:none;" d="M 1 -2.484375 L 1 -6 L 2 -6 L 2 -2.484375 C 2 -1.972656 2.109375 -1.597656 2.328125 -1.359375 C 2.546875 -1.117188 2.882812 -1 3.34375 -1 C 3.882812 -1 4.296875 -1.148438 4.578125 -1.453125 C 4.859375 -1.765625 5 -2.210938 5 -2.796875 L 5 -6 L 6 -6 L 6 0 L 5 0 L 5 -1.1875 C 4.800781 -0.800781 4.535156 -0.503906 4.203125 -0.296875 C 3.867188 -0.0976562 3.476562 0 3.03125 0 C 2.34375 0 1.832031 -0.203125 1.5 -0.609375 C 1.164062 -1.023438 1 -1.648438 1 -2.484375 Z M 1 -2.484375 "/>
187
- </symbol>
188
- <symbol overflow="visible" id="glyph4-27">
189
- <path style="stroke:none;" d="M 4 -4.5 C 4 -4.632812 4.046875 -4.75 4.140625 -4.84375 C 4.234375 -4.945312 4.347656 -5 4.484375 -5 C 4.628906 -5 4.75 -4.945312 4.84375 -4.84375 C 4.945312 -4.75 5 -4.632812 5 -4.5 C 5 -4.363281 4.945312 -4.242188 4.84375 -4.140625 C 4.75 -4.046875 4.628906 -4 4.484375 -4 C 4.347656 -4 4.234375 -4.046875 4.140625 -4.140625 C 4.046875 -4.234375 4 -4.351562 4 -4.5 Z M 4 -7 C 3.320312 -7 2.816406 -6.75 2.484375 -6.25 C 2.160156 -5.757812 2 -5.007812 2 -4 C 2 -2.988281 2.160156 -2.234375 2.484375 -1.734375 C 2.816406 -1.242188 3.320312 -1 4 -1 C 4.675781 -1 5.175781 -1.242188 5.5 -1.734375 C 5.832031 -2.234375 6 -2.988281 6 -4 C 6 -5.007812 5.832031 -5.757812 5.5 -6.25 C 5.175781 -6.75 4.675781 -7 4 -7 Z M 4 -8 C 4.988281 -8 5.734375 -7.660156 6.234375 -6.984375 C 6.742188 -6.304688 7 -5.3125 7 -4 C 7 -2.6875 6.742188 -1.691406 6.234375 -1.015625 C 5.734375 -0.335938 4.988281 0 4 0 C 3.007812 0 2.257812 -0.335938 1.75 -1.015625 C 1.25 -1.691406 1 -2.6875 1 -4 C 1 -5.3125 1.25 -6.304688 1.75 -6.984375 C 2.257812 -7.660156 3.007812 -8 4 -8 Z M 4 -8 "/>
190
- </symbol>
191
- <symbol overflow="visible" id="glyph4-28">
192
- <path style="stroke:none;" d="M 2 -4 L 2 -1 L 3.875 -1 C 4.632812 -1 5.175781 -1.109375 5.5 -1.328125 C 5.832031 -1.554688 6 -1.929688 6 -2.453125 C 6 -2.984375 5.828125 -3.375 5.484375 -3.625 C 5.140625 -3.875 4.601562 -4 3.875 -4 Z M 2 -7 L 2 -5 L 3.84375 -5 C 4.601562 -5 5.148438 -5.082031 5.484375 -5.25 C 5.828125 -5.414062 6 -5.679688 6 -6.046875 C 6 -6.390625 5.832031 -6.632812 5.5 -6.78125 C 5.164062 -6.925781 4.613281 -7 3.84375 -7 Z M 1 -8 L 3.875 -8 C 4.875 -8 5.644531 -7.832031 6.1875 -7.5 C 6.726562 -7.175781 7 -6.710938 7 -6.109375 C 7 -5.648438 6.878906 -5.285156 6.640625 -5.015625 C 6.398438 -4.753906 6.035156 -4.59375 5.546875 -4.53125 C 6.003906 -4.445312 6.359375 -4.207031 6.609375 -3.8125 C 6.867188 -3.425781 7 -2.929688 7 -2.328125 C 7 -1.554688 6.734375 -0.972656 6.203125 -0.578125 C 5.679688 -0.191406 4.90625 0 3.875 0 L 1 0 Z M 1 -8 "/>
193
- </symbol>
194
- <symbol overflow="visible" id="glyph4-29">
195
- <path style="stroke:none;" d="M 3.5 -5 C 3.007812 -5 2.632812 -4.828125 2.375 -4.484375 C 2.125 -4.148438 2 -3.65625 2 -3 C 2 -2.34375 2.125 -1.84375 2.375 -1.5 C 2.632812 -1.164062 3.007812 -1 3.5 -1 C 3.988281 -1 4.359375 -1.164062 4.609375 -1.5 C 4.867188 -1.84375 5 -2.34375 5 -3 C 5 -3.65625 4.867188 -4.148438 4.609375 -4.484375 C 4.359375 -4.828125 3.988281 -5 3.5 -5 Z M 3.5 -6 C 4.3125 -6 4.929688 -5.738281 5.359375 -5.21875 C 5.785156 -4.707031 6 -3.96875 6 -3 C 6 -2.019531 5.785156 -1.273438 5.359375 -0.765625 C 4.929688 -0.253906 4.3125 0 3.5 0 C 2.6875 0 2.066406 -0.253906 1.640625 -0.765625 C 1.210938 -1.273438 1 -2.019531 1 -3 C 1 -3.96875 1.210938 -4.707031 1.640625 -5.21875 C 2.066406 -5.738281 2.6875 -6 3.5 -6 Z M 3.5 -6 "/>
196
- </symbol>
197
- <symbol overflow="visible" id="glyph4-30">
198
- <path style="stroke:none;" d="M 6 0 C 5.71875 0 5.425781 0 5.125 0 C 4.820312 0 4.507812 0 4.1875 0 C 3.1875 0 2.40625 -0.265625 1.84375 -0.796875 C 1.28125 -1.328125 1 -2.0625 1 -3 C 1 -3.9375 1.28125 -4.671875 1.84375 -5.203125 C 2.40625 -5.734375 3.1875 -6 4.1875 -6 C 4.5 -6 4.800781 -6 5.09375 -6 C 5.394531 -6 5.695312 -6 6 -6 L 6 -5 C 5.707031 -5 5.414062 -5 5.125 -5 C 4.832031 -5 4.503906 -5 4.140625 -5 C 3.453125 -5 2.921875 -4.828125 2.546875 -4.484375 C 2.179688 -4.140625 2 -3.644531 2 -3 C 2 -2.363281 2.179688 -1.867188 2.546875 -1.515625 C 2.921875 -1.171875 3.453125 -1 4.140625 -1 C 4.515625 -1 4.851562 -1 5.15625 -1 C 5.457031 -1 5.738281 -1 6 -1 Z M 6 0 "/>
199
- </symbol>
200
- <symbol overflow="visible" id="glyph4-31">
201
- <path style="stroke:none;" d="M 1 -9 L 2 -9 L 2 -3.515625 L 4.609375 -6 L 5.90625 -6 L 3.359375 -3.578125 L 6 0 L 4.90625 0 L 2.765625 -2.859375 L 2 -2.09375 L 2 0 L 1 0 Z M 1 -9 "/>
202
- </symbol>
203
- <symbol overflow="visible" id="glyph4-32">
204
- <path style="stroke:none;" d="M 5 -4.9375 L 5 -9 L 6 -9 L 6 0 L 5 0 L 5 -1.0625 C 4.832031 -0.71875 4.609375 -0.453125 4.328125 -0.265625 C 4.054688 -0.0859375 3.738281 0 3.375 0 C 2.632812 0 2.050781 -0.265625 1.625 -0.796875 C 1.207031 -1.335938 1 -2.078125 1 -3.015625 C 1 -3.941406 1.210938 -4.671875 1.640625 -5.203125 C 2.066406 -5.734375 2.644531 -6 3.375 -6 C 3.738281 -6 4.0625 -5.90625 4.34375 -5.71875 C 4.625 -5.539062 4.84375 -5.28125 5 -4.9375 Z M 2 -3 C 2 -2.34375 2.125 -1.84375 2.375 -1.5 C 2.625 -1.164062 2.992188 -1 3.484375 -1 C 3.984375 -1 4.359375 -1.164062 4.609375 -1.5 C 4.867188 -1.84375 5 -2.34375 5 -3 C 5 -3.65625 4.867188 -4.148438 4.609375 -4.484375 C 4.359375 -4.828125 3.984375 -5 3.484375 -5 C 2.992188 -5 2.625 -4.828125 2.375 -4.484375 C 2.125 -4.148438 2 -3.65625 2 -3 Z M 2 -3 "/>
205
- </symbol>
206
- <symbol overflow="visible" id="glyph4-33">
207
- <path style="stroke:none;" d="M 2 -7 L 2 -4 L 3.765625 -4 C 4.460938 -4 5.007812 -4.128906 5.40625 -4.390625 C 5.800781 -4.660156 6 -5.03125 6 -5.5 C 6 -5.976562 5.800781 -6.347656 5.40625 -6.609375 C 5.019531 -6.867188 4.472656 -7 3.765625 -7 Z M 1 -8 L 3.765625 -8 C 4.828125 -8 5.628906 -7.785156 6.171875 -7.359375 C 6.722656 -6.941406 7 -6.320312 7 -5.5 C 7 -4.675781 6.722656 -4.050781 6.171875 -3.625 C 5.628906 -3.207031 4.828125 -3 3.765625 -3 L 2 -3 L 2 0 L 1 0 Z M 1 -8 "/>
208
- </symbol>
209
- <symbol overflow="visible" id="glyph4-34">
210
- <path style="stroke:none;" d="M 1 -8 L 7 -8 L 7 -7.1875 L 2.390625 -1 L 7 -1 L 7 0 L 1 0 L 1 -0.8125 L 5.625 -7 L 1 -7 Z M 1 -8 "/>
211
- </symbol>
212
- <symbol overflow="visible" id="glyph4-35">
213
- <path style="stroke:none;" d="M 3.828125 -5.109375 C 3.929688 -5.410156 4.066406 -5.632812 4.234375 -5.78125 C 4.398438 -5.925781 4.601562 -6 4.84375 -6 C 5.257812 -6 5.554688 -5.804688 5.734375 -5.421875 C 5.910156 -5.046875 6 -4.328125 6 -3.265625 L 6 0 L 5 0 L 5 -3.234375 C 5 -4.023438 4.960938 -4.515625 4.890625 -4.703125 C 4.828125 -4.898438 4.707031 -5 4.53125 -5 C 4.320312 -5 4.179688 -4.894531 4.109375 -4.6875 C 4.035156 -4.488281 4 -4.003906 4 -3.234375 L 4 0 L 3 0 L 3 -3.234375 C 3 -4.035156 2.960938 -4.53125 2.890625 -4.71875 C 2.816406 -4.90625 2.6875 -5 2.5 -5 C 2.3125 -5 2.179688 -4.894531 2.109375 -4.6875 C 2.035156 -4.488281 2 -4.003906 2 -3.234375 L 2 0 L 1 0 L 1 -6 L 2 -6 L 2 -5.25 C 2.101562 -5.488281 2.226562 -5.671875 2.375 -5.796875 C 2.53125 -5.929688 2.703125 -6 2.890625 -6 C 3.117188 -6 3.3125 -5.925781 3.46875 -5.78125 C 3.625 -5.632812 3.742188 -5.410156 3.828125 -5.109375 Z M 3.828125 -5.109375 "/>
214
- </symbol>
215
- <symbol overflow="visible" id="glyph4-36">
216
- <path style="stroke:none;" d="M 5 -3 C 5 -3.65625 4.875 -4.148438 4.625 -4.484375 C 4.375 -4.828125 4.003906 -5 3.515625 -5 C 3.015625 -5 2.632812 -4.828125 2.375 -4.484375 C 2.125 -4.148438 2 -3.65625 2 -3 C 2 -2.34375 2.125 -1.84375 2.375 -1.5 C 2.632812 -1.164062 3.015625 -1 3.515625 -1 C 4.003906 -1 4.375 -1.164062 4.625 -1.5 C 4.875 -1.84375 5 -2.34375 5 -3 Z M 2 -4.9375 C 2.15625 -5.28125 2.375 -5.539062 2.65625 -5.71875 C 2.9375 -5.90625 3.265625 -6 3.640625 -6 C 4.367188 -6 4.941406 -5.734375 5.359375 -5.203125 C 5.785156 -4.671875 6 -3.941406 6 -3.015625 C 6 -2.078125 5.785156 -1.335938 5.359375 -0.796875 C 4.941406 -0.265625 4.363281 0 3.625 0 C 3.257812 0 2.9375 -0.0859375 2.65625 -0.265625 C 2.382812 -0.453125 2.164062 -0.71875 2 -1.0625 L 2 0 L 1 0 L 1 -9 L 2 -9 Z M 2 -4.9375 "/>
217
- </symbol>
218
- </g>
219
- <clipPath id="clip1">
220
- <path d="M 67 32 L 467 32 L 467 134 L 67 134 Z M 67 32 "/>
221
- </clipPath>
222
- </defs>
223
- <g id="surface2">
224
- <rect x="0" y="0" width="497" height="243" style="fill:rgb(100%,100%,100%);fill-opacity:1;stroke:none;"/>
225
- <path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 67 133 L 467 133 L 467 33 L 67 33 Z M 67 133 "/>
226
- <g clip-path="url(#clip1)" clip-rule="nonzero">
227
- <path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,100%);fill-opacity:0.133333;" d="M 344 34.632812 L 344 133.199219 L 466 133.199219 L 466 65.53125 L 465 65.53125 L 465 65.460938 L 463 65.460938 L 463 65.039062 L 462 65.039062 L 462 65.628906 L 461 65.628906 L 461 65.476562 L 460 65.476562 L 460 64.910156 L 458 64.910156 L 458 65.25 L 457 65.25 L 457 64.664062 L 456 64.664062 L 456 65.363281 L 454 65.363281 L 454 65.136719 L 453 65.136719 L 453 65.644531 L 452 65.644531 L 452 64.949219 L 450 64.949219 L 450 65.496094 L 449 65.496094 L 449 65.554688 L 448 65.554688 L 448 65.433594 L 447 65.433594 L 447 65.023438 L 445 65.023438 L 445 65.417969 L 444 65.417969 L 444 65.628906 L 443 65.628906 L 443 65.734375 L 441 65.734375 L 441 65.058594 L 440 65.058594 L 440 65.367188 L 439 65.367188 L 439 65.613281 L 437 65.613281 L 437 65.601562 L 436 65.601562 L 436 65.777344 L 435 65.777344 L 435 64.875 L 434 64.875 L 434 65.632812 L 432 65.632812 L 432 65.699219 L 431 65.699219 L 431 65.597656 L 430 65.597656 L 430 65.230469 L 428 65.230469 L 428 64.660156 L 427 64.660156 L 427 64.988281 L 426 64.988281 L 426 65.6875 L 425 65.6875 L 425 65.875 L 423 65.875 L 423 66.015625 L 422 66.015625 L 422 65.980469 L 421 65.980469 L 421 65.597656 L 419 65.597656 L 419 65.980469 L 418 65.980469 L 418 66 L 417 66 L 417 66.015625 L 414 66.015625 L 414 66 L 413 66 L 413 66.027344 L 412 66.027344 L 412 65.835938 L 410 65.835938 L 410 65.242188 L 409 65.242188 L 409 64.894531 L 408 64.894531 L 408 65.109375 L 406 65.109375 L 406 65.03125 L 405 65.03125 L 405 64.703125 L 404 64.703125 L 404 65.621094 L 402 65.621094 L 402 65.855469 L 401 65.855469 L 401 65.460938 L 400 65.460938 L 400 64.742188 L 399 64.742188 L 399 65.050781 L 397 65.050781 L 397 65.730469 L 396 65.730469 L 396 65.25 L 395 65.25 L 395 64.710938 L 393 64.710938 L 393 64.9375 L 392 64.9375 L 392 66.007812 L 391 66.007812 L 391 66.027344 L 390 66.027344 L 390 65.988281 L 388 65.988281 L 388 65.042969 L 387 65.042969 L 387 65.605469 L 386 65.605469 L 386 65.699219 L 384 65.699219 L 384 65.617188 L 383 65.617188 L 383 65.652344 L 382 65.652344 L 382 65.601562 L 380 65.601562 L 380 64.519531 L 379 64.519531 L 379 65.085938 L 378 65.085938 L 378 64.550781 L 377 64.550781 L 377 65.019531 L 375 65.019531 L 375 65.710938 L 374 65.710938 L 374 66.148438 L 373 66.148438 L 373 65.949219 L 371 65.949219 L 371 66.109375 L 370 66.109375 L 370 66.460938 L 369 66.460938 L 369 66.585938 L 366 66.585938 L 366 66.886719 L 365 66.886719 L 365 67.207031 L 364 67.207031 L 364 67.613281 L 362 67.613281 L 362 67.644531 L 361 67.644531 L 361 67.613281 L 360 67.613281 L 360 67.65625 L 358 67.65625 L 358 67.628906 L 357 67.628906 L 357 67.613281 L 356 67.613281 L 356 67.628906 L 353 67.628906 L 353 67.601562 L 352 67.601562 L 352 67.621094 L 351 67.621094 L 351 66.460938 L 349 66.460938 L 349 67.1875 L 348 67.1875 L 348 68.828125 L 347 68.828125 L 347 51.265625 L 345 51.265625 L 345 34.632812 Z M 344 34.632812 "/>
228
- <path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,94.117647%,0%);fill-opacity:0.133333;" d="M 344 34.621094 L 344 35.03125 L 345 35.03125 L 345 51.664062 L 347 51.664062 L 347 51.25 L 345 51.25 L 345 34.621094 Z M 344 34.621094 "/>
229
- <path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,94.117647%,0%);fill-opacity:0.133333;" d="M 348 67.144531 L 348 67.585938 L 349 67.585938 L 349 66.863281 L 351 66.863281 L 351 68.019531 L 352 68.019531 L 352 67.605469 L 351 67.605469 L 351 66.449219 L 349 66.449219 L 349 67.144531 Z M 348 67.144531 "/>
230
- <path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,94.117647%,0%);fill-opacity:0.133333;" d="M 353 67.601562 L 353 68.027344 L 356 68.027344 L 356 68.015625 L 357 68.015625 L 357 68.027344 L 358 68.027344 L 358 68.058594 L 360 68.058594 L 360 68.015625 L 361 68.015625 L 361 68.042969 L 362 68.042969 L 362 68.015625 L 364 68.015625 L 364 67.609375 L 365 67.609375 L 365 67.285156 L 366 67.285156 L 366 66.984375 L 369 66.984375 L 369 66.863281 L 370 66.863281 L 370 66.507812 L 371 66.507812 L 371 66.347656 L 373 66.347656 L 373 66.546875 L 374 66.546875 L 374 66.113281 L 375 66.113281 L 375 65.421875 L 377 65.421875 L 377 64.953125 L 378 64.953125 L 378 65.484375 L 379 65.484375 L 379 64.921875 L 380 64.921875 L 380 64.488281 L 379 64.488281 L 379 64.976562 L 378 64.976562 L 378 64.457031 L 377 64.457031 L 377 64.898438 L 375 64.898438 L 375 65.613281 L 374 65.613281 L 374 66.074219 L 373 66.074219 L 373 65.878906 L 371 65.878906 L 371 66.066406 L 370 66.066406 L 370 66.398438 L 369 66.398438 L 369 66.472656 L 367 66.472656 L 367 66.546875 L 366 66.546875 L 366 66.84375 L 365 66.84375 L 365 67.164062 L 364 67.164062 L 364 67.601562 L 360 67.601562 L 360 67.613281 L 358 67.613281 L 358 67.601562 L 356 67.601562 L 356 67.613281 L 355 67.613281 L 355 67.601562 L 354 67.601562 Z M 353 67.601562 "/>
231
- <path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,94.117647%,0%);fill-opacity:0.133333;" d="M 382 65.613281 L 382 66.054688 L 383 66.054688 L 383 66.019531 L 384 66.019531 L 384 66.101562 L 386 66.101562 L 386 66.003906 L 387 66.003906 L 387 65.445312 L 388 65.445312 L 388 66.390625 L 390 66.390625 L 390 66.429688 L 391 66.429688 L 391 66.410156 L 392 66.410156 L 392 65.335938 L 393 65.335938 L 393 65.109375 L 395 65.109375 L 395 65.648438 L 396 65.648438 L 396 66.128906 L 397 66.128906 L 397 65.453125 L 399 65.453125 L 399 65.144531 L 400 65.144531 L 400 65.863281 L 401 65.863281 L 401 66.257812 L 402 66.257812 L 402 66.023438 L 404 66.023438 L 404 65.105469 L 405 65.105469 L 405 65.429688 L 406 65.429688 L 406 65.507812 L 408 65.507812 L 408 65.296875 L 409 65.296875 L 409 65.644531 L 410 65.644531 L 410 66.234375 L 412 66.234375 L 412 66.429688 L 413 66.429688 L 413 66.015625 L 412 66.015625 L 412 65.820312 L 410 65.820312 L 410 65.199219 L 409 65.199219 L 409 64.851562 L 408 64.851562 L 408 64.957031 L 406 64.957031 L 406 64.953125 L 405 64.953125 L 405 64.691406 L 404 64.691406 L 404 65.566406 L 402 65.566406 L 402 65.8125 L 401 65.8125 L 401 65.390625 L 400 65.390625 L 400 64.671875 L 399 64.671875 L 399 65.039062 L 397 65.039062 L 397 65.613281 L 396 65.613281 L 396 65.207031 L 395 65.207031 L 395 64.667969 L 393 64.667969 L 393 64.878906 L 392 64.878906 L 392 65.953125 L 391 65.953125 L 391 65.941406 L 390 65.941406 L 390 65.984375 L 388 65.984375 L 388 64.976562 L 387 64.976562 L 387 65.574219 L 386 65.574219 L 386 65.644531 L 384 65.644531 L 384 65.601562 L 383 65.601562 L 383 65.613281 Z M 382 65.613281 "/>
232
- <path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,94.117647%,0%);fill-opacity:0.133333;" d="M 415 66 L 415 66.414062 L 417 66.414062 L 417 66 L 416 66 Z M 415 66 "/>
233
- <path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,94.117647%,0%);fill-opacity:0.133333;" d="M 418 65.9375 L 418 66.378906 L 419 66.378906 L 419 65.9375 Z M 418 65.9375 "/>
234
- <path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,94.117647%,0%);fill-opacity:0.133333;" d="M 422 66 L 422 66.414062 L 423 66.414062 L 423 66.277344 L 425 66.277344 L 425 65.863281 L 423 65.863281 L 423 66 Z M 422 66 "/>
235
- <path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,94.117647%,0%);fill-opacity:0.133333;" d="M 426 64.902344 L 426 65.386719 L 427 65.386719 L 427 64.902344 Z M 426 64.902344 "/>
236
- <path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,94.117647%,0%);fill-opacity:0.133333;" d="M 428 65.214844 L 428 65.628906 L 430 65.628906 L 430 65.996094 L 431 65.996094 L 431 66.101562 L 432 66.101562 L 432 66.03125 L 434 66.03125 L 434 65.277344 L 435 65.277344 L 435 66.175781 L 436 66.175781 L 436 65.71875 L 435 65.71875 L 435 64.820312 L 434 64.820312 L 434 65.605469 L 432 65.605469 L 432 65.601562 L 431 65.601562 L 431 65.582031 L 430 65.582031 L 430 65.214844 L 429 65.214844 Z M 428 65.214844 "/>
237
- <path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,94.117647%,0%);fill-opacity:0.133333;" d="M 437 65.601562 L 437 66.015625 L 439 66.015625 L 439 65.765625 L 440 65.765625 L 440 65.457031 L 441 65.457031 L 441 66.132812 L 443 66.132812 L 443 66.027344 L 444 66.027344 L 444 65.820312 L 445 65.820312 L 445 65.425781 L 447 65.425781 L 447 65.832031 L 448 65.832031 L 448 65.953125 L 449 65.953125 L 449 65.894531 L 450 65.894531 L 450 65.347656 L 452 65.347656 L 452 66.042969 L 453 66.042969 L 453 65.539062 L 454 65.539062 L 454 65.761719 L 456 65.761719 L 456 65.066406 L 457 65.066406 L 457 65.648438 L 458 65.648438 L 458 65.308594 L 460 65.308594 L 460 64.878906 L 458 64.878906 L 458 65.191406 L 457 65.191406 L 457 64.589844 L 456 64.589844 L 456 65.324219 L 454 65.324219 L 454 65.109375 L 453 65.109375 L 453 65.570312 L 452 65.570312 L 452 64.90625 L 450 64.90625 L 450 65.464844 L 449 65.464844 L 449 65.480469 L 448 65.480469 L 448 65.417969 L 447 65.417969 L 447 64.96875 L 445 64.96875 L 445 65.390625 L 444 65.390625 L 444 65.601562 L 443 65.601562 L 443 65.613281 L 441 65.613281 L 441 65.019531 L 440 65.019531 L 440 65.335938 L 439 65.335938 L 439 65.601562 L 438 65.601562 Z M 437 65.601562 "/>
238
- <path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,94.117647%,0%);fill-opacity:0.133333;" d="M 461 65.601562 L 461 66.027344 L 462 66.027344 L 462 65.4375 L 463 65.4375 L 463 65.863281 L 465 65.863281 L 465 65.933594 L 466 65.933594 L 466 65.433594 L 465 65.433594 L 465 65.421875 L 463 65.421875 L 463 64.921875 L 462 64.921875 L 462 65.601562 Z M 461 65.601562 "/>
239
- <path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,0%);fill-opacity:0.133333;" d="M 344 34.613281 L 344 35.023438 L 345 35.023438 L 345 34.613281 Z M 344 34.613281 "/>
240
- <path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,0%);fill-opacity:0.133333;" d="M 347 68.800781 L 347 69.230469 L 348 69.230469 L 348 68.800781 Z M 347 68.800781 "/>
241
- <path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,0%);fill-opacity:0.133333;" d="M 384 65.613281 L 384 66.042969 L 386 66.042969 L 386 65.613281 L 385 65.613281 Z M 384 65.613281 "/>
242
- <path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,0%);fill-opacity:0.133333;" d="M 395 65.191406 L 395 65.605469 L 396 65.605469 L 396 65.191406 Z M 395 65.191406 "/>
243
- <path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,0%);fill-opacity:0.133333;" d="M 402 65.550781 L 402 65.964844 L 404 65.964844 L 404 65.550781 L 403 65.550781 Z M 402 65.550781 "/>
244
- <path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,0%);fill-opacity:0.133333;" d="M 423 65.847656 L 423 66.261719 L 425 66.261719 L 425 65.847656 L 424 65.847656 Z M 423 65.847656 "/>
245
- <path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,0%);fill-opacity:0.133333;" d="M 434 64.804688 L 434 65.21875 L 435 65.21875 L 435 64.804688 Z M 434 64.804688 "/>
246
- <path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,0%);fill-opacity:0.133333;" d="M 448 65.453125 L 448 65.882812 L 449 65.882812 L 449 65.453125 Z M 448 65.453125 "/>
247
- <path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,0%);fill-opacity:0.133333;" d="M 450 64.878906 L 450 65.304688 L 452 65.304688 L 452 64.878906 L 451 64.878906 Z M 450 64.878906 "/>
248
- <path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,0%);fill-opacity:0.133333;" d="M 456 64.5625 L 456 64.988281 L 457 64.988281 L 457 64.5625 Z M 456 64.5625 "/>
249
- <path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,0%);fill-opacity:0.133333;" d="M 465 65.390625 L 465 65.832031 L 466 65.832031 L 466 65.390625 Z M 465 65.390625 "/>
250
- <path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,0%,100%);fill-opacity:0.133333;" d="M 344 34.214844 L 344 35.015625 L 345 35.015625 L 345 51.648438 L 347 51.648438 L 347 69.199219 L 348 69.199219 L 348 67.542969 L 349 67.542969 L 349 66.847656 L 351 66.847656 L 351 68.003906 L 352 68.003906 L 352 68 L 355 68 L 355 68.015625 L 356 68.015625 L 356 68 L 358 68 L 358 68.015625 L 360 68.015625 L 360 68 L 364 68 L 364 67.566406 L 365 67.566406 L 365 67.242188 L 366 67.242188 L 366 66.945312 L 367 66.945312 L 367 66.871094 L 369 66.871094 L 369 66.800781 L 370 66.800781 L 370 66.464844 L 371 66.464844 L 371 66.277344 L 373 66.277344 L 373 66.476562 L 374 66.476562 L 374 66.011719 L 375 66.011719 L 375 65.300781 L 377 65.300781 L 377 64.855469 L 378 64.855469 L 378 65.375 L 379 65.375 L 379 64.886719 L 380 64.886719 L 380 66 L 382 66 L 382 66.015625 L 383 66.015625 L 383 66 L 384 66 L 384 66.015625 L 386 66.015625 L 386 65.976562 L 387 65.976562 L 387 65.378906 L 388 65.378906 L 388 66.386719 L 390 66.386719 L 390 66.34375 L 391 66.34375 L 391 66.351562 L 392 66.351562 L 392 65.28125 L 393 65.28125 L 393 65.066406 L 395 65.066406 L 395 65.589844 L 396 65.589844 L 396 66.015625 L 397 66.015625 L 397 65.4375 L 399 65.4375 L 399 65.070312 L 400 65.070312 L 400 65.792969 L 401 65.792969 L 401 66.214844 L 402 66.214844 L 402 65.953125 L 404 65.953125 L 404 65.089844 L 405 65.089844 L 405 65.351562 L 406 65.351562 L 406 65.355469 L 408 65.355469 L 408 65.253906 L 409 65.253906 L 409 65.601562 L 410 65.601562 L 410 66.21875 L 412 66.21875 L 412 66.414062 L 413 66.414062 L 413 66.398438 L 414 66.398438 L 414 66.414062 L 415 66.414062 L 415 66.398438 L 418 66.398438 L 418 66.335938 L 419 66.335938 L 419 65.996094 L 421 65.996094 L 421 66.382812 L 422 66.382812 L 422 66.398438 L 423 66.398438 L 423 66.246094 L 425 66.246094 L 425 66.085938 L 426 66.085938 L 426 65.304688 L 427 65.304688 L 427 65.058594 L 428 65.058594 L 428 65.613281 L 430 65.613281 L 430 65.980469 L 431 65.980469 L 431 66 L 432 66 L 432 66.003906 L 434 66.003906 L 434 65.203125 L 435 65.203125 L 435 66.121094 L 436 66.121094 L 436 66 L 439 66 L 439 65.738281 L 440 65.738281 L 440 65.421875 L 441 65.421875 L 441 66.015625 L 443 66.015625 L 443 66 L 444 66 L 444 65.789062 L 445 65.789062 L 445 65.367188 L 447 65.367188 L 447 65.820312 L 448 65.820312 L 448 65.851562 L 449 65.851562 L 449 65.867188 L 450 65.867188 L 450 65.277344 L 452 65.277344 L 452 65.972656 L 453 65.972656 L 453 65.507812 L 454 65.507812 L 454 65.722656 L 456 65.722656 L 456 64.960938 L 457 64.960938 L 457 65.589844 L 458 65.589844 L 458 65.28125 L 460 65.28125 L 460 65.878906 L 461 65.878906 L 461 66 L 462 66 L 462 65.324219 L 463 65.324219 L 463 65.820312 L 465 65.820312 L 465 65.789062 L 466 65.789062 L 466 64.589844 L 465 64.589844 L 465 64.621094 L 463 64.621094 L 463 64.121094 L 462 64.121094 L 462 64.800781 L 461 64.800781 L 461 64.675781 L 460 64.675781 L 460 64.078125 L 458 64.078125 L 458 64.390625 L 457 64.390625 L 457 63.761719 L 456 63.761719 L 456 64.523438 L 454 64.523438 L 454 64.308594 L 453 64.308594 L 453 64.769531 L 452 64.769531 L 452 64.078125 L 450 64.078125 L 450 64.664062 L 449 64.664062 L 449 64.652344 L 448 64.652344 L 448 64.617188 L 447 64.617188 L 447 64.167969 L 445 64.167969 L 445 64.589844 L 444 64.589844 L 444 64.800781 L 443 64.800781 L 443 64.8125 L 441 64.8125 L 441 64.21875 L 440 64.21875 L 440 64.539062 L 439 64.539062 L 439 64.800781 L 436 64.800781 L 436 64.921875 L 435 64.921875 L 435 64.003906 L 434 64.003906 L 434 64.804688 L 432 64.804688 L 432 64.800781 L 431 64.800781 L 431 64.78125 L 430 64.78125 L 430 64.414062 L 428 64.414062 L 428 63.859375 L 427 63.859375 L 427 64.101562 L 426 64.101562 L 426 64.886719 L 425 64.886719 L 425 65.046875 L 423 65.046875 L 423 65.199219 L 422 65.199219 L 422 65.179688 L 421 65.179688 L 421 64.796875 L 419 64.796875 L 419 65.136719 L 418 65.136719 L 418 65.199219 L 415 65.199219 L 415 65.214844 L 414 65.214844 L 414 65.199219 L 413 65.199219 L 413 65.214844 L 412 65.214844 L 412 65.019531 L 410 65.019531 L 410 64.398438 L 409 64.398438 L 409 64.054688 L 408 64.054688 L 408 64.15625 L 406 64.15625 L 406 64.152344 L 405 64.152344 L 405 63.890625 L 404 63.890625 L 404 64.75 L 402 64.75 L 402 65.015625 L 401 65.015625 L 401 64.589844 L 400 64.589844 L 400 63.871094 L 399 63.871094 L 399 64.238281 L 397 64.238281 L 397 64.8125 L 396 64.8125 L 396 64.390625 L 395 64.390625 L 395 63.867188 L 393 63.867188 L 393 64.078125 L 392 64.078125 L 392 65.152344 L 391 65.152344 L 391 65.144531 L 390 65.144531 L 390 65.1875 L 388 65.1875 L 388 64.175781 L 387 64.175781 L 387 64.777344 L 386 64.777344 L 386 64.8125 L 384 64.8125 L 384 64.800781 L 383 64.800781 L 383 64.8125 L 382 64.8125 L 382 64.800781 L 380 64.800781 L 380 63.6875 L 379 63.6875 L 379 64.175781 L 378 64.175781 L 378 63.65625 L 377 63.65625 L 377 64.101562 L 375 64.101562 L 375 64.8125 L 374 64.8125 L 374 65.277344 L 373 65.277344 L 373 65.078125 L 371 65.078125 L 371 65.265625 L 370 65.265625 L 370 65.601562 L 369 65.601562 L 369 65.671875 L 367 65.671875 L 367 65.746094 L 366 65.746094 L 366 66.042969 L 365 66.042969 L 365 66.367188 L 364 66.367188 L 364 66.800781 L 360 66.800781 L 360 66.8125 L 358 66.8125 L 358 66.800781 L 356 66.800781 L 356 66.8125 L 355 66.8125 L 355 66.800781 L 352 66.800781 L 352 66.804688 L 351 66.804688 L 351 65.648438 L 349 65.648438 L 349 66.378906 L 348 66.378906 L 348 68.398438 L 347 68.398438 L 347 50.851562 L 345 50.851562 L 345 34.214844 Z M 344 34.214844 "/>
251
- <path style="fill:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,100%);stroke-opacity:0.666667;stroke-miterlimit:10;" d="M 344 34.832031 L 345 34.832031 L 345 51.464844 L 347 51.464844 L 347 69.027344 L 348 69.027344 L 348 67.386719 L 349 67.386719 L 349 66.664062 L 351 66.664062 L 351 67.820312 L 352 67.820312 L 352 67.800781 L 353 67.800781 L 353 67.828125 L 356 67.828125 L 356 67.8125 L 357 67.8125 L 357 67.828125 L 358 67.828125 L 358 67.855469 L 360 67.855469 L 360 67.8125 L 361 67.8125 L 361 67.84375 L 362 67.84375 L 362 67.8125 L 364 67.8125 L 364 67.410156 L 365 67.410156 L 365 67.085938 L 366 67.085938 L 366 66.785156 L 369 66.785156 L 369 66.660156 L 370 66.660156 L 370 66.308594 L 371 66.308594 L 371 66.148438 L 373 66.148438 L 373 66.347656 L 374 66.347656 L 374 65.914062 L 375 65.914062 L 375 65.21875 L 377 65.21875 L 377 64.75 L 378 64.75 L 378 65.285156 L 379 65.285156 L 379 64.71875 L 380 64.71875 L 380 65.800781 L 382 65.800781 L 382 65.851562 L 383 65.851562 L 383 65.820312 L 384 65.820312 L 384 65.898438 L 386 65.898438 L 386 65.804688 L 387 65.804688 L 387 65.246094 L 388 65.246094 L 388 66.191406 L 390 66.191406 L 390 66.230469 L 391 66.230469 L 391 66.207031 L 392 66.207031 L 392 65.136719 L 393 65.136719 L 393 64.910156 L 395 64.910156 L 395 65.449219 L 396 65.449219 L 396 65.929688 L 397 65.929688 L 397 65.25 L 399 65.25 L 399 64.941406 L 400 64.941406 L 400 65.664062 L 401 65.664062 L 401 66.058594 L 402 66.058594 L 402 65.824219 L 404 65.824219 L 404 64.902344 L 405 64.902344 L 405 65.230469 L 406 65.230469 L 406 65.308594 L 408 65.308594 L 408 65.097656 L 409 65.097656 L 409 65.441406 L 410 65.441406 L 410 66.035156 L 412 66.035156 L 412 66.230469 L 413 66.230469 L 413 66.199219 L 414 66.199219 L 414 66.214844 L 417 66.214844 L 417 66.199219 L 418 66.199219 L 418 66.179688 L 419 66.179688 L 419 65.796875 L 421 65.796875 L 421 66.179688 L 422 66.179688 L 422 66.214844 L 423 66.214844 L 423 66.074219 L 425 66.074219 L 425 65.886719 L 426 65.886719 L 426 65.1875 L 427 65.1875 L 427 64.859375 L 428 64.859375 L 428 65.429688 L 430 65.429688 L 430 65.796875 L 431 65.796875 L 431 65.898438 L 432 65.898438 L 432 65.832031 L 434 65.832031 L 434 65.074219 L 435 65.074219 L 435 65.976562 L 436 65.976562 L 436 65.800781 L 437 65.800781 L 437 65.8125 L 439 65.8125 L 439 65.566406 L 440 65.566406 L 440 65.257812 L 441 65.257812 L 441 65.933594 L 443 65.933594 L 443 65.828125 L 444 65.828125 L 444 65.617188 L 445 65.617188 L 445 65.222656 L 447 65.222656 L 447 65.632812 L 448 65.632812 L 448 65.753906 L 449 65.753906 L 449 65.695312 L 450 65.695312 L 450 65.148438 L 452 65.148438 L 452 65.84375 L 453 65.84375 L 453 65.335938 L 454 65.335938 L 454 65.5625 L 456 65.5625 L 456 64.867188 L 457 64.867188 L 457 65.449219 L 458 65.449219 L 458 65.109375 L 460 65.109375 L 460 65.675781 L 461 65.675781 L 461 65.828125 L 462 65.828125 L 462 65.238281 L 463 65.238281 L 463 65.664062 L 465 65.664062 L 465 65.734375 L 466 65.734375 "/>
252
- <path style="fill:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,94.117647%,0%);stroke-opacity:0.666667;stroke-miterlimit:10;" d="M 344 34.824219 L 345 34.824219 L 345 51.449219 L 347 51.449219 M 348 67.34375 L 349 67.34375 L 349 66.648438 L 351 66.648438 L 351 67.804688 L 352 67.804688 M 353 67.800781 L 355 67.800781 L 355 67.8125 L 356 67.8125 L 356 67.800781 L 358 67.800781 L 358 67.8125 L 360 67.8125 L 360 67.800781 L 364 67.800781 L 364 67.367188 L 365 67.367188 L 365 67.042969 L 366 67.042969 L 366 66.746094 L 367 66.746094 L 367 66.671875 L 369 66.671875 L 369 66.601562 L 370 66.601562 L 370 66.265625 L 371 66.265625 L 371 66.078125 L 373 66.078125 L 373 66.277344 L 374 66.277344 L 374 65.8125 L 375 65.8125 L 375 65.101562 L 377 65.101562 L 377 64.65625 L 378 64.65625 L 378 65.175781 L 379 65.175781 L 379 64.6875 L 380 64.6875 M 382 65.8125 L 383 65.8125 L 383 65.800781 L 384 65.800781 L 384 65.84375 L 386 65.84375 L 386 65.777344 L 387 65.777344 L 387 65.175781 L 388 65.175781 L 388 66.1875 L 390 66.1875 L 390 66.144531 L 391 66.144531 L 391 66.152344 L 392 66.152344 L 392 65.078125 L 393 65.078125 L 393 64.867188 L 395 64.867188 L 395 65.40625 L 396 65.40625 L 396 65.8125 L 397 65.8125 L 397 65.238281 L 399 65.238281 L 399 64.871094 L 400 64.871094 L 400 65.589844 L 401 65.589844 L 401 66.015625 L 402 66.015625 L 402 65.765625 L 404 65.765625 L 404 64.890625 L 405 64.890625 L 405 65.152344 L 406 65.152344 L 406 65.15625 L 408 65.15625 L 408 65.054688 L 409 65.054688 L 409 65.398438 L 410 65.398438 L 410 66.019531 L 412 66.019531 L 412 66.214844 L 413 66.214844 M 415 66.199219 L 417 66.199219 M 418 66.136719 L 419 66.136719 M 422 66.199219 L 423 66.199219 L 423 66.0625 L 425 66.0625 M 426 65.101562 L 427 65.101562 M 428 65.414062 L 430 65.414062 L 430 65.78125 L 431 65.78125 L 431 65.800781 L 432 65.800781 L 432 65.804688 L 434 65.804688 L 434 65.019531 L 435 65.019531 L 435 65.921875 L 436 65.921875 M 437 65.800781 L 439 65.800781 L 439 65.539062 L 440 65.539062 L 440 65.21875 L 441 65.21875 L 441 65.8125 L 443 65.8125 L 443 65.800781 L 444 65.800781 L 444 65.589844 L 445 65.589844 L 445 65.167969 L 447 65.167969 L 447 65.617188 L 448 65.617188 L 448 65.679688 L 449 65.679688 L 449 65.664062 L 450 65.664062 L 450 65.105469 L 452 65.105469 L 452 65.769531 L 453 65.769531 L 453 65.308594 L 454 65.308594 L 454 65.523438 L 456 65.523438 L 456 64.789062 L 457 64.789062 L 457 65.390625 L 458 65.390625 L 458 65.078125 L 460 65.078125 M 461 65.800781 L 462 65.800781 L 462 65.121094 L 463 65.121094 L 463 65.621094 L 465 65.621094 L 465 65.632812 L 466 65.632812 "/>
253
- <path style="fill:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,100%,0%);stroke-opacity:0.666667;stroke-miterlimit:10;" d="M 344 34.8125 L 345 34.8125 M 347 69 L 348 69 M 384 65.8125 L 386 65.8125 M 395 65.390625 L 396 65.390625 M 402 65.75 L 404 65.75 M 423 66.046875 L 425 66.046875 M 434 65.003906 L 435 65.003906 M 448 65.652344 L 449 65.652344 M 450 65.078125 L 452 65.078125 M 456 64.761719 L 457 64.761719 M 465 65.589844 L 466 65.589844 "/>
254
- <path style="fill:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:0.666667;stroke-miterlimit:10;" d=""/>
255
- <path style="fill:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,27.058824%,0%);stroke-opacity:0.666667;stroke-miterlimit:10;" d=""/>
256
- <path style="fill:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,100%);stroke-opacity:0.666667;stroke-miterlimit:10;" d="M 344 34.414062 L 345 34.414062 L 345 51.050781 L 347 51.050781 L 347 68.601562 L 348 68.601562 L 348 66.578125 L 349 66.578125 L 349 65.847656 L 351 65.847656 L 351 67.003906 L 352 67.003906 L 352 67 L 355 67 L 355 67.015625 L 356 67.015625 L 356 67 L 358 67 L 358 67.015625 L 360 67.015625 L 360 67 L 364 67 L 364 66.566406 L 365 66.566406 L 365 66.242188 L 366 66.242188 L 366 65.945312 L 367 65.945312 L 367 65.871094 L 369 65.871094 L 369 65.800781 L 370 65.800781 L 370 65.464844 L 371 65.464844 L 371 65.277344 L 373 65.277344 L 373 65.476562 L 374 65.476562 L 374 65.011719 L 375 65.011719 L 375 64.300781 L 377 64.300781 L 377 63.855469 L 378 63.855469 L 378 64.375 L 379 64.375 L 379 63.886719 L 380 63.886719 L 380 65 L 382 65 L 382 65.015625 L 383 65.015625 L 383 65 L 384 65 L 384 65.015625 L 386 65.015625 L 386 64.976562 L 387 64.976562 L 387 64.378906 L 388 64.378906 L 388 65.386719 L 390 65.386719 L 390 65.34375 L 391 65.34375 L 391 65.351562 L 392 65.351562 L 392 64.28125 L 393 64.28125 L 393 64.066406 L 395 64.066406 L 395 64.589844 L 396 64.589844 L 396 65.015625 L 397 65.015625 L 397 64.4375 L 399 64.4375 L 399 64.070312 L 400 64.070312 L 400 64.792969 L 401 64.792969 L 401 65.214844 L 402 65.214844 L 402 64.953125 L 404 64.953125 L 404 64.089844 L 405 64.089844 L 405 64.351562 L 406 64.351562 L 406 64.355469 L 408 64.355469 L 408 64.253906 L 409 64.253906 L 409 64.601562 L 410 64.601562 L 410 65.21875 L 412 65.21875 L 412 65.414062 L 413 65.414062 L 413 65.398438 L 414 65.398438 L 414 65.414062 L 415 65.414062 L 415 65.398438 L 418 65.398438 L 418 65.335938 L 419 65.335938 L 419 64.996094 L 421 64.996094 L 421 65.382812 L 422 65.382812 L 422 65.398438 L 423 65.398438 L 423 65.246094 L 425 65.246094 L 425 65.085938 L 426 65.085938 L 426 64.304688 L 427 64.304688 L 427 64.058594 L 428 64.058594 L 428 64.613281 L 430 64.613281 L 430 64.980469 L 431 64.980469 L 431 65 L 432 65 L 432 65.003906 L 434 65.003906 L 434 64.203125 L 435 64.203125 L 435 65.121094 L 436 65.121094 L 436 65 L 439 65 L 439 64.738281 L 440 64.738281 L 440 64.421875 L 441 64.421875 L 441 65.015625 L 443 65.015625 L 443 65 L 444 65 L 444 64.789062 L 445 64.789062 L 445 64.367188 L 447 64.367188 L 447 64.820312 L 448 64.820312 L 448 64.851562 L 449 64.851562 L 449 64.867188 L 450 64.867188 L 450 64.277344 L 452 64.277344 L 452 64.972656 L 453 64.972656 L 453 64.507812 L 454 64.507812 L 454 64.722656 L 456 64.722656 L 456 63.960938 L 457 63.960938 L 457 64.589844 L 458 64.589844 L 458 64.28125 L 460 64.28125 L 460 64.878906 L 461 64.878906 L 461 65 L 462 65 L 462 64.324219 L 463 64.324219 L 463 64.820312 L 465 64.820312 L 465 64.789062 L 466 64.789062 "/>
257
- </g>
258
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 69 31 L 69 33 "/>
259
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 69 133 L 69 135 "/>
260
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-dasharray:1,1;stroke-miterlimit:10;" d="M 69 134 L 69 32 "/>
261
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 102 31 L 102 33 "/>
262
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 102 133 L 102 135 "/>
263
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-dasharray:1,1;stroke-miterlimit:10;" d="M 102 134 L 102 32 "/>
264
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 119 31 L 119 33 "/>
265
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 119 133 L 119 135 "/>
266
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-dasharray:1,1;stroke-miterlimit:10;" d="M 119 134 L 119 32 "/>
267
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 135 31 L 135 33 "/>
268
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 135 133 L 135 135 "/>
269
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-dasharray:1,1;stroke-miterlimit:10;" d="M 135 134 L 135 32 "/>
270
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 152 31 L 152 33 "/>
271
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 152 133 L 152 135 "/>
272
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-dasharray:1,1;stroke-miterlimit:10;" d="M 152 134 L 152 32 "/>
273
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 169 31 L 169 33 "/>
274
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 169 133 L 169 135 "/>
275
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-dasharray:1,1;stroke-miterlimit:10;" d="M 169 134 L 169 32 "/>
276
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 202 31 L 202 33 "/>
277
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 202 133 L 202 135 "/>
278
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-dasharray:1,1;stroke-miterlimit:10;" d="M 202 134 L 202 32 "/>
279
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 219 31 L 219 33 "/>
280
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 219 133 L 219 135 "/>
281
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-dasharray:1,1;stroke-miterlimit:10;" d="M 219 134 L 219 32 "/>
282
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 235 31 L 235 33 "/>
283
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 235 133 L 235 135 "/>
284
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-dasharray:1,1;stroke-miterlimit:10;" d="M 235 134 L 235 32 "/>
285
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 252 31 L 252 33 "/>
286
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 252 133 L 252 135 "/>
287
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-dasharray:1,1;stroke-miterlimit:10;" d="M 252 134 L 252 32 "/>
288
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 269 31 L 269 33 "/>
289
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 269 133 L 269 135 "/>
290
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-dasharray:1,1;stroke-miterlimit:10;" d="M 269 134 L 269 32 "/>
291
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 302 31 L 302 33 "/>
292
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 302 133 L 302 135 "/>
293
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-dasharray:1,1;stroke-miterlimit:10;" d="M 302 134 L 302 32 "/>
294
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 319 31 L 319 33 "/>
295
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 319 133 L 319 135 "/>
296
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-dasharray:1,1;stroke-miterlimit:10;" d="M 319 134 L 319 32 "/>
297
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 335 31 L 335 33 "/>
298
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 335 133 L 335 135 "/>
299
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-dasharray:1,1;stroke-miterlimit:10;" d="M 335 134 L 335 32 "/>
300
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 352 31 L 352 33 "/>
301
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 352 133 L 352 135 "/>
302
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-dasharray:1,1;stroke-miterlimit:10;" d="M 352 134 L 352 32 "/>
303
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 369 31 L 369 33 "/>
304
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 369 133 L 369 135 "/>
305
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-dasharray:1,1;stroke-miterlimit:10;" d="M 369 134 L 369 32 "/>
306
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 402 31 L 402 33 "/>
307
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 402 133 L 402 135 "/>
308
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-dasharray:1,1;stroke-miterlimit:10;" d="M 402 134 L 402 32 "/>
309
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 419 31 L 419 33 "/>
310
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 419 133 L 419 135 "/>
311
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-dasharray:1,1;stroke-miterlimit:10;" d="M 419 134 L 419 32 "/>
312
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 435 31 L 435 33 "/>
313
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 435 133 L 435 135 "/>
314
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-dasharray:1,1;stroke-miterlimit:10;" d="M 435 134 L 435 32 "/>
315
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 452 31 L 452 33 "/>
316
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 452 133 L 452 135 "/>
317
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-dasharray:1,1;stroke-miterlimit:10;" d="M 452 134 L 452 32 "/>
318
- <path style="fill:none;stroke-width:0.6;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87%,31%,31%);stroke-opacity:0.6;stroke-miterlimit:10;" d="M 85 31 L 85 33 "/>
319
- <path style="fill:none;stroke-width:0.6;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87%,31%,31%);stroke-opacity:0.6;stroke-miterlimit:10;" d="M 85 133 L 85 136 "/>
320
- <path style="fill:none;stroke-width:0.6;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87%,31%,31%);stroke-opacity:0.6;stroke-dasharray:1,1;stroke-miterlimit:10;" d="M 85 136 L 85 31 "/>
321
- <path style="fill:none;stroke-width:0.6;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87%,31%,31%);stroke-opacity:0.6;stroke-miterlimit:10;" d="M 185 31 L 185 33 "/>
322
- <path style="fill:none;stroke-width:0.6;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87%,31%,31%);stroke-opacity:0.6;stroke-miterlimit:10;" d="M 185 133 L 185 136 "/>
323
- <path style="fill:none;stroke-width:0.6;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87%,31%,31%);stroke-opacity:0.6;stroke-dasharray:1,1;stroke-miterlimit:10;" d="M 185 136 L 185 31 "/>
324
- <path style="fill:none;stroke-width:0.6;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87%,31%,31%);stroke-opacity:0.6;stroke-miterlimit:10;" d="M 285 31 L 285 33 "/>
325
- <path style="fill:none;stroke-width:0.6;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87%,31%,31%);stroke-opacity:0.6;stroke-miterlimit:10;" d="M 285 133 L 285 136 "/>
326
- <path style="fill:none;stroke-width:0.6;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87%,31%,31%);stroke-opacity:0.6;stroke-dasharray:1,1;stroke-miterlimit:10;" d="M 285 136 L 285 31 "/>
327
- <path style="fill:none;stroke-width:0.6;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87%,31%,31%);stroke-opacity:0.6;stroke-miterlimit:10;" d="M 385 31 L 385 33 "/>
328
- <path style="fill:none;stroke-width:0.6;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87%,31%,31%);stroke-opacity:0.6;stroke-miterlimit:10;" d="M 385 133 L 385 136 "/>
329
- <path style="fill:none;stroke-width:0.6;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87%,31%,31%);stroke-opacity:0.6;stroke-dasharray:1,1;stroke-miterlimit:10;" d="M 385 136 L 385 31 "/>
330
- <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
331
- <use xlink:href="#glyph0-0" x="158" y="146"/>
332
- <use xlink:href="#glyph0-1" x="164" y="146"/>
333
- <use xlink:href="#glyph0-2" x="170" y="146"/>
334
- <use xlink:href="#glyph0-3" x="176" y="146"/>
335
- <use xlink:href="#glyph0-4" x="182" y="146"/>
336
- <use xlink:href="#glyph0-4" x="188" y="146"/>
337
- <use xlink:href="#glyph0-5" x="194" y="146"/>
338
- <use xlink:href="#glyph0-4" x="200" y="146"/>
339
- <use xlink:href="#glyph0-4" x="206" y="146"/>
340
- </g>
341
- <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
342
- <use xlink:href="#glyph0-0" x="358" y="146"/>
343
- <use xlink:href="#glyph0-1" x="364" y="146"/>
344
- <use xlink:href="#glyph0-2" x="370" y="146"/>
345
- <use xlink:href="#glyph0-3" x="376" y="146"/>
346
- <use xlink:href="#glyph0-6" x="382" y="146"/>
347
- <use xlink:href="#glyph0-7" x="388" y="146"/>
348
- <use xlink:href="#glyph0-5" x="394" y="146"/>
349
- <use xlink:href="#glyph0-4" x="400" y="146"/>
350
- <use xlink:href="#glyph0-4" x="406" y="146"/>
351
- </g>
352
- <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
353
- <use xlink:href="#glyph0-3" x="36" y="137"/>
354
- <use xlink:href="#glyph0-3" x="42" y="137"/>
355
- <use xlink:href="#glyph0-3" x="48" y="137"/>
356
- <use xlink:href="#glyph0-4" x="54" y="137"/>
357
- </g>
358
- <path style="fill:none;stroke-width:0.6;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87%,31%,31%);stroke-opacity:0.6;stroke-miterlimit:10;" d="M 65 133 L 67 133 "/>
359
- <path style="fill:none;stroke-width:0.6;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87%,31%,31%);stroke-opacity:0.6;stroke-miterlimit:10;" d="M 467 133 L 469 133 "/>
360
- <path style="fill:none;stroke-width:0.6;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87%,31%,31%);stroke-opacity:0.6;stroke-dasharray:1,1;stroke-miterlimit:10;" d="M 65 133 L 469 133 "/>
361
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 65 125 L 67 125 "/>
362
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 467 125 L 469 125 "/>
363
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-dasharray:1,1;stroke-miterlimit:10;" d="M 66 125 L 468 125 "/>
364
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 65 117 L 67 117 "/>
365
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 467 117 L 469 117 "/>
366
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-dasharray:1,1;stroke-miterlimit:10;" d="M 66 117 L 468 117 "/>
367
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 65 109 L 67 109 "/>
368
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 467 109 L 469 109 "/>
369
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-dasharray:1,1;stroke-miterlimit:10;" d="M 66 109 L 468 109 "/>
370
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 65 101 L 67 101 "/>
371
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 467 101 L 469 101 "/>
372
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-dasharray:1,1;stroke-miterlimit:10;" d="M 66 101 L 468 101 "/>
373
- <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
374
- <use xlink:href="#glyph0-3" x="36" y="97"/>
375
- <use xlink:href="#glyph0-6" x="42" y="97"/>
376
- <use xlink:href="#glyph0-4" x="48" y="97"/>
377
- <use xlink:href="#glyph0-4" x="54" y="97"/>
378
- </g>
379
- <path style="fill:none;stroke-width:0.6;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87%,31%,31%);stroke-opacity:0.6;stroke-miterlimit:10;" d="M 65 93 L 67 93 "/>
380
- <path style="fill:none;stroke-width:0.6;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87%,31%,31%);stroke-opacity:0.6;stroke-miterlimit:10;" d="M 467 93 L 469 93 "/>
381
- <path style="fill:none;stroke-width:0.6;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87%,31%,31%);stroke-opacity:0.6;stroke-dasharray:1,1;stroke-miterlimit:10;" d="M 65 93 L 469 93 "/>
382
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 65 85 L 67 85 "/>
383
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 467 85 L 469 85 "/>
384
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-dasharray:1,1;stroke-miterlimit:10;" d="M 66 85 L 468 85 "/>
385
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 65 77 L 67 77 "/>
386
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 467 77 L 469 77 "/>
387
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-dasharray:1,1;stroke-miterlimit:10;" d="M 66 77 L 468 77 "/>
388
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 65 69 L 67 69 "/>
389
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 467 69 L 469 69 "/>
390
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-dasharray:1,1;stroke-miterlimit:10;" d="M 66 69 L 468 69 "/>
391
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 65 61 L 67 61 "/>
392
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 467 61 L 469 61 "/>
393
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-dasharray:1,1;stroke-miterlimit:10;" d="M 66 61 L 468 61 "/>
394
- <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
395
- <use xlink:href="#glyph0-3" x="36" y="57"/>
396
- <use xlink:href="#glyph0-7" x="42" y="57"/>
397
- <use xlink:href="#glyph0-4" x="48" y="57"/>
398
- <use xlink:href="#glyph0-4" x="54" y="57"/>
399
- </g>
400
- <path style="fill:none;stroke-width:0.6;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87%,31%,31%);stroke-opacity:0.6;stroke-miterlimit:10;" d="M 65 53 L 67 53 "/>
401
- <path style="fill:none;stroke-width:0.6;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87%,31%,31%);stroke-opacity:0.6;stroke-miterlimit:10;" d="M 467 53 L 469 53 "/>
402
- <path style="fill:none;stroke-width:0.6;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87%,31%,31%);stroke-opacity:0.6;stroke-dasharray:1,1;stroke-miterlimit:10;" d="M 65 53 L 469 53 "/>
403
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 65 45 L 67 45 "/>
404
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 467 45 L 469 45 "/>
405
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-dasharray:1,1;stroke-miterlimit:10;" d="M 66 45 L 468 45 "/>
406
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 65 37 L 67 37 "/>
407
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 467 37 L 469 37 "/>
408
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-dasharray:1,1;stroke-miterlimit:10;" d="M 66 37 L 468 37 "/>
409
- <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
410
- <use xlink:href="#glyph1-0" x="14" y="100"/>
411
- <use xlink:href="#glyph1-1" x="14" y="93"/>
412
- <use xlink:href="#glyph1-2" x="14" y="86"/>
413
- <use xlink:href="#glyph1-3" x="14" y="79"/>
414
- <use xlink:href="#glyph1-4" x="14" y="72"/>
415
- </g>
416
- <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
417
- <use xlink:href="#glyph2-0" x="215" y="18"/>
418
- <use xlink:href="#glyph2-1" x="223" y="18"/>
419
- <use xlink:href="#glyph2-2" x="231" y="18"/>
420
- <use xlink:href="#glyph2-3" x="239" y="18"/>
421
- <use xlink:href="#glyph2-4" x="247" y="18"/>
422
- <use xlink:href="#glyph2-5" x="255" y="18"/>
423
- <use xlink:href="#glyph2-5" x="263" y="18"/>
424
- <use xlink:href="#glyph2-6" x="271" y="18"/>
425
- <use xlink:href="#glyph2-7" x="279" y="18"/>
426
- <use xlink:href="#glyph2-8" x="287" y="18"/>
427
- <use xlink:href="#glyph2-9" x="295" y="18"/>
428
- <use xlink:href="#glyph2-8" x="303" y="18"/>
429
- <use xlink:href="#glyph2-4" x="311" y="18"/>
430
- </g>
431
- <g style="fill:rgb(0%,0%,0%);fill-opacity:0.3;">
432
- <use xlink:href="#glyph3-0" x="485" y="5"/>
433
- <use xlink:href="#glyph3-0" x="485" y="10"/>
434
- <use xlink:href="#glyph3-1" x="485" y="15"/>
435
- <use xlink:href="#glyph3-2" x="485" y="20"/>
436
- <use xlink:href="#glyph3-3" x="485" y="25"/>
437
- <use xlink:href="#glyph3-3" x="485" y="30"/>
438
- <use xlink:href="#glyph3-4" x="485" y="35"/>
439
- <use xlink:href="#glyph3-5" x="485" y="40"/>
440
- <use xlink:href="#glyph3-6" x="485" y="45"/>
441
- <use xlink:href="#glyph3-5" x="485" y="50"/>
442
- <use xlink:href="#glyph3-2" x="485" y="55"/>
443
- <use xlink:href="#glyph3-3" x="485" y="60"/>
444
- <use xlink:href="#glyph3-7" x="485" y="65"/>
445
- <use xlink:href="#glyph3-8" x="485" y="70"/>
446
- <use xlink:href="#glyph3-5" x="485" y="75"/>
447
- <use xlink:href="#glyph3-3" x="485" y="80"/>
448
- <use xlink:href="#glyph3-9" x="485" y="85"/>
449
- <use xlink:href="#glyph3-2" x="485" y="90"/>
450
- <use xlink:href="#glyph3-8" x="485" y="95"/>
451
- <use xlink:href="#glyph3-10" x="485" y="100"/>
452
- <use xlink:href="#glyph3-9" x="485" y="105"/>
453
- <use xlink:href="#glyph3-0" x="485" y="110"/>
454
- </g>
455
- <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
456
- <use xlink:href="#glyph4-0" x="16" y="163"/>
457
- <use xlink:href="#glyph4-0" x="23" y="163"/>
458
- <use xlink:href="#glyph4-1" x="30" y="163"/>
459
- <use xlink:href="#glyph4-2" x="37" y="163"/>
460
- <use xlink:href="#glyph4-3" x="44" y="163"/>
461
- <use xlink:href="#glyph4-3" x="51" y="163"/>
462
- <use xlink:href="#glyph4-4" x="58" y="163"/>
463
- <use xlink:href="#glyph4-5" x="65" y="163"/>
464
- <use xlink:href="#glyph4-6" x="72" y="163"/>
465
- <use xlink:href="#glyph4-7" x="79" y="163"/>
466
- </g>
467
- <path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 16 154.238281 L 16 162.640625 L 24.398438 162.640625 L 24.398438 154.238281 Z M 16 154.238281 "/>
468
- <path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,100%);fill-opacity:0.666667;" d="M 16 154.238281 L 16 162.640625 L 24.398438 162.640625 L 24.398438 154.238281 Z M 16 154.238281 "/>
469
- <path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 16 162.640625 L 24.398438 162.640625 L 24.398438 154.238281 L 16 154.238281 Z M 16 162.640625 "/>
470
- <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
471
- <use xlink:href="#glyph4-8" x="114.75" y="163"/>
472
- <use xlink:href="#glyph4-5" x="121.75" y="163"/>
473
- <use xlink:href="#glyph4-6" x="128.75" y="163"/>
474
- <use xlink:href="#glyph4-9" x="135.75" y="163"/>
475
- <use xlink:href="#glyph4-0" x="142.75" y="163"/>
476
- <use xlink:href="#glyph4-0" x="149.75" y="163"/>
477
- <use xlink:href="#glyph4-0" x="156.75" y="163"/>
478
- <use xlink:href="#glyph4-10" x="163.75" y="163"/>
479
- <use xlink:href="#glyph4-11" x="170.75" y="163"/>
480
- <use xlink:href="#glyph4-12" x="177.75" y="163"/>
481
- </g>
482
- <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
483
- <use xlink:href="#glyph4-13" x="213.5" y="163"/>
484
- <use xlink:href="#glyph4-14" x="220.5" y="163"/>
485
- <use xlink:href="#glyph4-7" x="227.5" y="163"/>
486
- <use xlink:href="#glyph4-9" x="234.5" y="163"/>
487
- <use xlink:href="#glyph4-0" x="241.5" y="163"/>
488
- <use xlink:href="#glyph4-0" x="248.5" y="163"/>
489
- <use xlink:href="#glyph4-0" x="255.5" y="163"/>
490
- <use xlink:href="#glyph4-10" x="262.5" y="163"/>
491
- <use xlink:href="#glyph4-15" x="269.5" y="163"/>
492
- <use xlink:href="#glyph4-12" x="276.5" y="163"/>
493
- </g>
494
- <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
495
- <use xlink:href="#glyph4-8" x="312.25" y="163"/>
496
- <use xlink:href="#glyph4-16" x="319.25" y="163"/>
497
- <use xlink:href="#glyph4-17" x="326.25" y="163"/>
498
- <use xlink:href="#glyph4-9" x="333.25" y="163"/>
499
- <use xlink:href="#glyph4-0" x="340.25" y="163"/>
500
- <use xlink:href="#glyph4-0" x="347.25" y="163"/>
501
- <use xlink:href="#glyph4-0" x="354.25" y="163"/>
502
- <use xlink:href="#glyph4-18" x="361.25" y="163"/>
503
- <use xlink:href="#glyph4-19" x="368.25" y="163"/>
504
- <use xlink:href="#glyph4-20" x="375.25" y="163"/>
505
- </g>
506
- <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
507
- <use xlink:href="#glyph4-21" x="411" y="163"/>
508
- <use xlink:href="#glyph4-16" x="418" y="163"/>
509
- <use xlink:href="#glyph4-22" x="425" y="163"/>
510
- <use xlink:href="#glyph4-23" x="432" y="163"/>
511
- <use xlink:href="#glyph4-0" x="439" y="163"/>
512
- <use xlink:href="#glyph4-0" x="446" y="163"/>
513
- <use xlink:href="#glyph4-0" x="453" y="163"/>
514
- <use xlink:href="#glyph4-10" x="460" y="163"/>
515
- <use xlink:href="#glyph4-15" x="467" y="163"/>
516
- <use xlink:href="#glyph4-24" x="474" y="163"/>
517
- </g>
518
- <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
519
- <use xlink:href="#glyph4-0" x="16" y="177"/>
520
- <use xlink:href="#glyph4-0" x="23" y="177"/>
521
- <use xlink:href="#glyph4-25" x="30" y="177"/>
522
- <use xlink:href="#glyph4-26" x="37" y="177"/>
523
- <use xlink:href="#glyph4-6" x="44" y="177"/>
524
- <use xlink:href="#glyph4-6" x="51" y="177"/>
525
- <use xlink:href="#glyph4-5" x="58" y="177"/>
526
- <use xlink:href="#glyph4-6" x="65" y="177"/>
527
- <use xlink:href="#glyph4-7" x="72" y="177"/>
528
- </g>
529
- <path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 16 168.238281 L 16 176.640625 L 24.398438 176.640625 L 24.398438 168.238281 Z M 16 168.238281 "/>
530
- <path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,94.117647%,0%);fill-opacity:0.666667;" d="M 16 168.238281 L 16 176.640625 L 24.398438 176.640625 L 24.398438 168.238281 Z M 16 168.238281 "/>
531
- <path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 16 176.640625 L 24.398438 176.640625 L 24.398438 168.238281 L 16 168.238281 Z M 16 176.640625 "/>
532
- <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
533
- <use xlink:href="#glyph4-8" x="109.5" y="177"/>
534
- <use xlink:href="#glyph4-5" x="116.5" y="177"/>
535
- <use xlink:href="#glyph4-6" x="123.5" y="177"/>
536
- <use xlink:href="#glyph4-9" x="130.5" y="177"/>
537
- <use xlink:href="#glyph4-0" x="137.5" y="177"/>
538
- <use xlink:href="#glyph4-0" x="144.5" y="177"/>
539
- <use xlink:href="#glyph4-0" x="151.5" y="177"/>
540
- <use xlink:href="#glyph4-0" x="158.5" y="177"/>
541
- <use xlink:href="#glyph4-0" x="165.5" y="177"/>
542
- <use xlink:href="#glyph4-27" x="172.5" y="177"/>
543
- </g>
544
- <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
545
- <use xlink:href="#glyph4-13" x="210" y="177"/>
546
- <use xlink:href="#glyph4-14" x="217" y="177"/>
547
- <use xlink:href="#glyph4-7" x="224" y="177"/>
548
- <use xlink:href="#glyph4-9" x="231" y="177"/>
549
- <use xlink:href="#glyph4-0" x="238" y="177"/>
550
- <use xlink:href="#glyph4-0" x="245" y="177"/>
551
- <use xlink:href="#glyph4-0" x="252" y="177"/>
552
- <use xlink:href="#glyph4-0" x="259" y="177"/>
553
- <use xlink:href="#glyph4-0" x="266" y="177"/>
554
- <use xlink:href="#glyph4-27" x="273" y="177"/>
555
- </g>
556
- <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
557
- <use xlink:href="#glyph4-8" x="310.5" y="177"/>
558
- <use xlink:href="#glyph4-16" x="317.5" y="177"/>
559
- <use xlink:href="#glyph4-17" x="324.5" y="177"/>
560
- <use xlink:href="#glyph4-9" x="331.5" y="177"/>
561
- <use xlink:href="#glyph4-0" x="338.5" y="177"/>
562
- <use xlink:href="#glyph4-0" x="345.5" y="177"/>
563
- <use xlink:href="#glyph4-0" x="352.5" y="177"/>
564
- <use xlink:href="#glyph4-0" x="359.5" y="177"/>
565
- <use xlink:href="#glyph4-0" x="366.5" y="177"/>
566
- <use xlink:href="#glyph4-18" x="373.5" y="177"/>
567
- </g>
568
- <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
569
- <use xlink:href="#glyph4-21" x="411" y="177"/>
570
- <use xlink:href="#glyph4-16" x="418" y="177"/>
571
- <use xlink:href="#glyph4-22" x="425" y="177"/>
572
- <use xlink:href="#glyph4-23" x="432" y="177"/>
573
- <use xlink:href="#glyph4-0" x="439" y="177"/>
574
- <use xlink:href="#glyph4-0" x="446" y="177"/>
575
- <use xlink:href="#glyph4-0" x="453" y="177"/>
576
- <use xlink:href="#glyph4-0" x="460" y="177"/>
577
- <use xlink:href="#glyph4-0" x="467" y="177"/>
578
- <use xlink:href="#glyph4-27" x="474" y="177"/>
579
- </g>
580
- <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
581
- <use xlink:href="#glyph4-0" x="16" y="191"/>
582
- <use xlink:href="#glyph4-0" x="23" y="191"/>
583
- <use xlink:href="#glyph4-28" x="30" y="191"/>
584
- <use xlink:href="#glyph4-2" x="37" y="191"/>
585
- <use xlink:href="#glyph4-29" x="44" y="191"/>
586
- <use xlink:href="#glyph4-30" x="51" y="191"/>
587
- <use xlink:href="#glyph4-31" x="58" y="191"/>
588
- <use xlink:href="#glyph4-3" x="65" y="191"/>
589
- <use xlink:href="#glyph4-32" x="72" y="191"/>
590
- </g>
591
- <path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 16 182.238281 L 16 190.640625 L 24.398438 190.640625 L 24.398438 182.238281 Z M 16 182.238281 "/>
592
- <path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,0%);fill-opacity:0.666667;" d="M 16 182.238281 L 16 190.640625 L 24.398438 190.640625 L 24.398438 182.238281 Z M 16 182.238281 "/>
593
- <path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 16 190.640625 L 24.398438 190.640625 L 24.398438 182.238281 L 16 182.238281 Z M 16 190.640625 "/>
594
- <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
595
- <use xlink:href="#glyph4-8" x="109.5" y="191"/>
596
- <use xlink:href="#glyph4-5" x="116.5" y="191"/>
597
- <use xlink:href="#glyph4-6" x="123.5" y="191"/>
598
- <use xlink:href="#glyph4-9" x="130.5" y="191"/>
599
- <use xlink:href="#glyph4-0" x="137.5" y="191"/>
600
- <use xlink:href="#glyph4-0" x="144.5" y="191"/>
601
- <use xlink:href="#glyph4-0" x="151.5" y="191"/>
602
- <use xlink:href="#glyph4-0" x="158.5" y="191"/>
603
- <use xlink:href="#glyph4-0" x="165.5" y="191"/>
604
- <use xlink:href="#glyph4-27" x="172.5" y="191"/>
605
- </g>
606
- <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
607
- <use xlink:href="#glyph4-13" x="210" y="191"/>
608
- <use xlink:href="#glyph4-14" x="217" y="191"/>
609
- <use xlink:href="#glyph4-7" x="224" y="191"/>
610
- <use xlink:href="#glyph4-9" x="231" y="191"/>
611
- <use xlink:href="#glyph4-0" x="238" y="191"/>
612
- <use xlink:href="#glyph4-0" x="245" y="191"/>
613
- <use xlink:href="#glyph4-0" x="252" y="191"/>
614
- <use xlink:href="#glyph4-0" x="259" y="191"/>
615
- <use xlink:href="#glyph4-0" x="266" y="191"/>
616
- <use xlink:href="#glyph4-27" x="273" y="191"/>
617
- </g>
618
- <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
619
- <use xlink:href="#glyph4-8" x="310.5" y="191"/>
620
- <use xlink:href="#glyph4-16" x="317.5" y="191"/>
621
- <use xlink:href="#glyph4-17" x="324.5" y="191"/>
622
- <use xlink:href="#glyph4-9" x="331.5" y="191"/>
623
- <use xlink:href="#glyph4-0" x="338.5" y="191"/>
624
- <use xlink:href="#glyph4-0" x="345.5" y="191"/>
625
- <use xlink:href="#glyph4-0" x="352.5" y="191"/>
626
- <use xlink:href="#glyph4-0" x="359.5" y="191"/>
627
- <use xlink:href="#glyph4-0" x="366.5" y="191"/>
628
- <use xlink:href="#glyph4-18" x="373.5" y="191"/>
629
- </g>
630
- <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
631
- <use xlink:href="#glyph4-21" x="411" y="191"/>
632
- <use xlink:href="#glyph4-16" x="418" y="191"/>
633
- <use xlink:href="#glyph4-22" x="425" y="191"/>
634
- <use xlink:href="#glyph4-23" x="432" y="191"/>
635
- <use xlink:href="#glyph4-0" x="439" y="191"/>
636
- <use xlink:href="#glyph4-0" x="446" y="191"/>
637
- <use xlink:href="#glyph4-0" x="453" y="191"/>
638
- <use xlink:href="#glyph4-0" x="460" y="191"/>
639
- <use xlink:href="#glyph4-0" x="467" y="191"/>
640
- <use xlink:href="#glyph4-27" x="474" y="191"/>
641
- </g>
642
- <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
643
- <use xlink:href="#glyph4-0" x="16" y="205"/>
644
- <use xlink:href="#glyph4-0" x="23" y="205"/>
645
- <use xlink:href="#glyph4-1" x="30" y="205"/>
646
- <use xlink:href="#glyph4-23" x="37" y="205"/>
647
- <use xlink:href="#glyph4-29" x="44" y="205"/>
648
- <use xlink:href="#glyph4-4" x="51" y="205"/>
649
- <use xlink:href="#glyph4-4" x="58" y="205"/>
650
- <use xlink:href="#glyph4-3" x="65" y="205"/>
651
- <use xlink:href="#glyph4-32" x="72" y="205"/>
652
- </g>
653
- <path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 16 196.238281 L 16 204.640625 L 24.398438 204.640625 L 24.398438 196.238281 Z M 16 196.238281 "/>
654
- <path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,0%,0%);fill-opacity:0.666667;" d="M 16 196.238281 L 16 204.640625 L 24.398438 204.640625 L 24.398438 196.238281 Z M 16 196.238281 "/>
655
- <path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 16 204.640625 L 24.398438 204.640625 L 24.398438 196.238281 L 16 196.238281 Z M 16 204.640625 "/>
656
- <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
657
- <use xlink:href="#glyph4-8" x="109.5" y="205"/>
658
- <use xlink:href="#glyph4-5" x="116.5" y="205"/>
659
- <use xlink:href="#glyph4-6" x="123.5" y="205"/>
660
- <use xlink:href="#glyph4-9" x="130.5" y="205"/>
661
- <use xlink:href="#glyph4-0" x="137.5" y="205"/>
662
- <use xlink:href="#glyph4-0" x="144.5" y="205"/>
663
- <use xlink:href="#glyph4-0" x="151.5" y="205"/>
664
- <use xlink:href="#glyph4-0" x="158.5" y="205"/>
665
- <use xlink:href="#glyph4-0" x="165.5" y="205"/>
666
- <use xlink:href="#glyph4-27" x="172.5" y="205"/>
667
- </g>
668
- <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
669
- <use xlink:href="#glyph4-13" x="210" y="205"/>
670
- <use xlink:href="#glyph4-14" x="217" y="205"/>
671
- <use xlink:href="#glyph4-7" x="224" y="205"/>
672
- <use xlink:href="#glyph4-9" x="231" y="205"/>
673
- <use xlink:href="#glyph4-0" x="238" y="205"/>
674
- <use xlink:href="#glyph4-0" x="245" y="205"/>
675
- <use xlink:href="#glyph4-0" x="252" y="205"/>
676
- <use xlink:href="#glyph4-0" x="259" y="205"/>
677
- <use xlink:href="#glyph4-0" x="266" y="205"/>
678
- <use xlink:href="#glyph4-27" x="273" y="205"/>
679
- </g>
680
- <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
681
- <use xlink:href="#glyph4-8" x="310.5" y="205"/>
682
- <use xlink:href="#glyph4-16" x="317.5" y="205"/>
683
- <use xlink:href="#glyph4-17" x="324.5" y="205"/>
684
- <use xlink:href="#glyph4-9" x="331.5" y="205"/>
685
- <use xlink:href="#glyph4-0" x="338.5" y="205"/>
686
- <use xlink:href="#glyph4-0" x="345.5" y="205"/>
687
- <use xlink:href="#glyph4-0" x="352.5" y="205"/>
688
- <use xlink:href="#glyph4-0" x="359.5" y="205"/>
689
- <use xlink:href="#glyph4-0" x="366.5" y="205"/>
690
- <use xlink:href="#glyph4-27" x="373.5" y="205"/>
691
- </g>
692
- <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
693
- <use xlink:href="#glyph4-21" x="411" y="205"/>
694
- <use xlink:href="#glyph4-16" x="418" y="205"/>
695
- <use xlink:href="#glyph4-22" x="425" y="205"/>
696
- <use xlink:href="#glyph4-23" x="432" y="205"/>
697
- <use xlink:href="#glyph4-0" x="439" y="205"/>
698
- <use xlink:href="#glyph4-0" x="446" y="205"/>
699
- <use xlink:href="#glyph4-0" x="453" y="205"/>
700
- <use xlink:href="#glyph4-0" x="460" y="205"/>
701
- <use xlink:href="#glyph4-0" x="467" y="205"/>
702
- <use xlink:href="#glyph4-27" x="474" y="205"/>
703
- </g>
704
- <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
705
- <use xlink:href="#glyph4-0" x="16" y="219"/>
706
- <use xlink:href="#glyph4-0" x="23" y="219"/>
707
- <use xlink:href="#glyph4-33" x="30" y="219"/>
708
- <use xlink:href="#glyph4-16" x="37" y="219"/>
709
- <use xlink:href="#glyph4-7" x="44" y="219"/>
710
- <use xlink:href="#glyph4-5" x="51" y="219"/>
711
- <use xlink:href="#glyph4-6" x="58" y="219"/>
712
- <use xlink:href="#glyph4-7" x="65" y="219"/>
713
- </g>
714
- <path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 16 210.238281 L 16 218.640625 L 24.398438 218.640625 L 24.398438 210.238281 Z M 16 210.238281 "/>
715
- <path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,27.058824%,0%);fill-opacity:0.666667;" d="M 16 210.238281 L 16 218.640625 L 24.398438 218.640625 L 24.398438 210.238281 Z M 16 210.238281 "/>
716
- <path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 16 218.640625 L 24.398438 218.640625 L 24.398438 210.238281 L 16 210.238281 Z M 16 218.640625 "/>
717
- <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
718
- <use xlink:href="#glyph4-8" x="104.25" y="219"/>
719
- <use xlink:href="#glyph4-5" x="111.25" y="219"/>
720
- <use xlink:href="#glyph4-6" x="118.25" y="219"/>
721
- <use xlink:href="#glyph4-9" x="125.25" y="219"/>
722
- <use xlink:href="#glyph4-0" x="132.25" y="219"/>
723
- <use xlink:href="#glyph4-0" x="139.25" y="219"/>
724
- <use xlink:href="#glyph4-0" x="146.25" y="219"/>
725
- <use xlink:href="#glyph4-0" x="153.25" y="219"/>
726
- <use xlink:href="#glyph4-0" x="160.25" y="219"/>
727
- <use xlink:href="#glyph4-27" x="167.25" y="219"/>
728
- </g>
729
- <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
730
- <use xlink:href="#glyph4-13" x="206.5" y="219"/>
731
- <use xlink:href="#glyph4-14" x="213.5" y="219"/>
732
- <use xlink:href="#glyph4-7" x="220.5" y="219"/>
733
- <use xlink:href="#glyph4-9" x="227.5" y="219"/>
734
- <use xlink:href="#glyph4-0" x="234.5" y="219"/>
735
- <use xlink:href="#glyph4-0" x="241.5" y="219"/>
736
- <use xlink:href="#glyph4-0" x="248.5" y="219"/>
737
- <use xlink:href="#glyph4-0" x="255.5" y="219"/>
738
- <use xlink:href="#glyph4-0" x="262.5" y="219"/>
739
- <use xlink:href="#glyph4-27" x="269.5" y="219"/>
740
- </g>
741
- <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
742
- <use xlink:href="#glyph4-8" x="308.75" y="219"/>
743
- <use xlink:href="#glyph4-16" x="315.75" y="219"/>
744
- <use xlink:href="#glyph4-17" x="322.75" y="219"/>
745
- <use xlink:href="#glyph4-9" x="329.75" y="219"/>
746
- <use xlink:href="#glyph4-0" x="336.75" y="219"/>
747
- <use xlink:href="#glyph4-0" x="343.75" y="219"/>
748
- <use xlink:href="#glyph4-0" x="350.75" y="219"/>
749
- <use xlink:href="#glyph4-0" x="357.75" y="219"/>
750
- <use xlink:href="#glyph4-0" x="364.75" y="219"/>
751
- <use xlink:href="#glyph4-27" x="371.75" y="219"/>
752
- </g>
753
- <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
754
- <use xlink:href="#glyph4-21" x="411" y="219"/>
755
- <use xlink:href="#glyph4-16" x="418" y="219"/>
756
- <use xlink:href="#glyph4-22" x="425" y="219"/>
757
- <use xlink:href="#glyph4-23" x="432" y="219"/>
758
- <use xlink:href="#glyph4-0" x="439" y="219"/>
759
- <use xlink:href="#glyph4-0" x="446" y="219"/>
760
- <use xlink:href="#glyph4-0" x="453" y="219"/>
761
- <use xlink:href="#glyph4-0" x="460" y="219"/>
762
- <use xlink:href="#glyph4-0" x="467" y="219"/>
763
- <use xlink:href="#glyph4-27" x="474" y="219"/>
764
- </g>
765
- <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
766
- <use xlink:href="#glyph4-0" x="16" y="233"/>
767
- <use xlink:href="#glyph4-0" x="23" y="233"/>
768
- <use xlink:href="#glyph4-34" x="30" y="233"/>
769
- <use xlink:href="#glyph4-29" x="37" y="233"/>
770
- <use xlink:href="#glyph4-35" x="44" y="233"/>
771
- <use xlink:href="#glyph4-36" x="51" y="233"/>
772
- <use xlink:href="#glyph4-5" x="58" y="233"/>
773
- <use xlink:href="#glyph4-3" x="65" y="233"/>
774
- <use xlink:href="#glyph4-22" x="72" y="233"/>
775
- </g>
776
- <path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 16 224.238281 L 16 232.640625 L 24.398438 232.640625 L 24.398438 224.238281 Z M 16 224.238281 "/>
777
- <path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,0%,100%);fill-opacity:0.666667;" d="M 16 224.238281 L 16 232.640625 L 24.398438 232.640625 L 24.398438 224.238281 Z M 16 224.238281 "/>
778
- <path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 16 232.640625 L 24.398438 232.640625 L 24.398438 224.238281 L 16 224.238281 Z M 16 232.640625 "/>
779
- <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
780
- <use xlink:href="#glyph4-8" x="109.5" y="233"/>
781
- <use xlink:href="#glyph4-5" x="116.5" y="233"/>
782
- <use xlink:href="#glyph4-6" x="123.5" y="233"/>
783
- <use xlink:href="#glyph4-9" x="130.5" y="233"/>
784
- <use xlink:href="#glyph4-0" x="137.5" y="233"/>
785
- <use xlink:href="#glyph4-0" x="144.5" y="233"/>
786
- <use xlink:href="#glyph4-0" x="151.5" y="233"/>
787
- <use xlink:href="#glyph4-0" x="158.5" y="233"/>
788
- <use xlink:href="#glyph4-0" x="165.5" y="233"/>
789
- <use xlink:href="#glyph4-10" x="172.5" y="233"/>
790
- </g>
791
- <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
792
- <use xlink:href="#glyph4-13" x="210" y="233"/>
793
- <use xlink:href="#glyph4-14" x="217" y="233"/>
794
- <use xlink:href="#glyph4-7" x="224" y="233"/>
795
- <use xlink:href="#glyph4-9" x="231" y="233"/>
796
- <use xlink:href="#glyph4-0" x="238" y="233"/>
797
- <use xlink:href="#glyph4-0" x="245" y="233"/>
798
- <use xlink:href="#glyph4-0" x="252" y="233"/>
799
- <use xlink:href="#glyph4-0" x="259" y="233"/>
800
- <use xlink:href="#glyph4-0" x="266" y="233"/>
801
- <use xlink:href="#glyph4-18" x="273" y="233"/>
802
- </g>
803
- <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
804
- <use xlink:href="#glyph4-8" x="310.5" y="233"/>
805
- <use xlink:href="#glyph4-16" x="317.5" y="233"/>
806
- <use xlink:href="#glyph4-17" x="324.5" y="233"/>
807
- <use xlink:href="#glyph4-9" x="331.5" y="233"/>
808
- <use xlink:href="#glyph4-0" x="338.5" y="233"/>
809
- <use xlink:href="#glyph4-0" x="345.5" y="233"/>
810
- <use xlink:href="#glyph4-0" x="352.5" y="233"/>
811
- <use xlink:href="#glyph4-0" x="359.5" y="233"/>
812
- <use xlink:href="#glyph4-0" x="366.5" y="233"/>
813
- <use xlink:href="#glyph4-18" x="373.5" y="233"/>
814
- </g>
815
- <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
816
- <use xlink:href="#glyph4-21" x="411" y="233"/>
817
- <use xlink:href="#glyph4-16" x="418" y="233"/>
818
- <use xlink:href="#glyph4-22" x="425" y="233"/>
819
- <use xlink:href="#glyph4-23" x="432" y="233"/>
820
- <use xlink:href="#glyph4-0" x="439" y="233"/>
821
- <use xlink:href="#glyph4-0" x="446" y="233"/>
822
- <use xlink:href="#glyph4-0" x="453" y="233"/>
823
- <use xlink:href="#glyph4-0" x="460" y="233"/>
824
- <use xlink:href="#glyph4-0" x="467" y="233"/>
825
- <use xlink:href="#glyph4-18" x="474" y="233"/>
826
- </g>
827
- <path style="fill:none;stroke-width:0.6;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(12%,12%,12%);stroke-opacity:1;stroke-miterlimit:10;" d="M 63 133 L 471 133 "/>
828
- <path style="fill:none;stroke-width:0.6;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(12%,12%,12%);stroke-opacity:1;stroke-miterlimit:10;" d="M 67 137 L 67 29 "/>
829
- <path style=" stroke:none;fill-rule:nonzero;fill:rgb(50%,12%,12%);fill-opacity:1;" d="M 469 130 L 469 136 L 474 133 Z M 469 130 "/>
830
- <path style=" stroke:none;fill-rule:nonzero;fill:rgb(50%,12%,12%);fill-opacity:1;" d="M 64 31 L 70 31 L 67 26 Z M 64 31 "/>
831
- </g>
832
- </svg>