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,644 +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="187pt" viewBox="0 0 497 187" 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="glyph0-8">
30
- <path style="stroke:none;" d="M 2 -1 L 3 -1 L 3 0 L 2 0 Z M 2 -1 "/>
31
- </symbol>
32
- <symbol overflow="visible" id="glyph0-9">
33
- <path style="stroke:none;" d="M 1 -8 L 2 -8 L 2 -2.671875 L 4.734375 -5 L 5.921875 -5 L 3.671875 -3.03125 L 6.25 0 L 5.078125 0 L 2.890625 -2.390625 L 2 -1.609375 L 2 0 L 1 0 Z M 1 -8 "/>
34
- </symbol>
35
- <symbol overflow="visible" id="glyph0-10">
36
- <path style="stroke:none;" d="M 4.546875 -3.5 C 5.015625 -3.382812 5.375 -3.1875 5.625 -2.90625 C 5.875 -2.632812 6 -2.285156 6 -1.859375 C 6 -1.285156 5.753906 -0.832031 5.265625 -0.5 C 4.773438 -0.164062 4.097656 0 3.234375 0 C 2.867188 0 2.492188 -0.0820312 2.109375 -0.25 C 1.734375 -0.425781 1.363281 -0.675781 1 -1 L 1 -2 C 1.363281 -1.664062 1.722656 -1.414062 2.078125 -1.25 C 2.441406 -1.082031 2.796875 -1 3.140625 -1 C 3.742188 -1 4.203125 -1.082031 4.515625 -1.25 C 4.835938 -1.425781 5 -1.679688 5 -2.015625 C 5 -2.316406 4.820312 -2.554688 4.46875 -2.734375 C 4.113281 -2.910156 3.632812 -3 3.03125 -3 L 2 -3 L 2 -4 L 3.03125 -4 C 3.644531 -4 4.125 -4.082031 4.46875 -4.25 C 4.820312 -4.425781 5 -4.671875 5 -4.984375 C 5 -5.304688 4.851562 -5.554688 4.5625 -5.734375 C 4.269531 -5.910156 3.851562 -6 3.3125 -6 C 2.957031 -6 2.585938 -5.914062 2.203125 -5.75 C 1.816406 -5.582031 1.414062 -5.332031 1 -5 L 1 -6 C 1.46875 -6.332031 1.882812 -6.582031 2.25 -6.75 C 2.613281 -6.914062 2.9375 -7 3.21875 -7 C 4.0625 -7 4.734375 -6.820312 5.234375 -6.46875 C 5.742188 -6.113281 6 -5.644531 6 -5.0625 C 6 -4.664062 5.875 -4.332031 5.625 -4.0625 C 5.375 -3.800781 5.015625 -3.613281 4.546875 -3.5 Z M 4.546875 -3.5 "/>
37
- </symbol>
38
- <symbol overflow="visible" id="glyph0-11">
39
- <path style="stroke:none;" d="M 4 -5.421875 L 2.3125 -3 L 4 -3 Z M 3.875 -7 L 5 -7 L 5 -3 L 6 -3 L 6 -2 L 5 -2 L 5 0 L 4 0 L 4 -2 L 1 -2 L 1 -2.84375 Z M 3.875 -7 "/>
40
- </symbol>
41
- <symbol overflow="visible" id="glyph0-12">
42
- <path style="stroke:none;" d="M 1 -7 L 5 -7 L 5 -6 L 2 -6 L 2 -4.8125 C 2.164062 -4.875 2.332031 -4.921875 2.5 -4.953125 C 2.675781 -4.984375 2.851562 -5 3.03125 -5 C 3.9375 -5 4.65625 -4.773438 5.1875 -4.328125 C 5.726562 -3.878906 6 -3.269531 6 -2.5 C 6 -1.726562 5.742188 -1.117188 5.234375 -0.671875 C 4.722656 -0.222656 4.019531 0 3.125 0 C 2.695312 0 2.304688 0 1.953125 0 C 1.597656 0 1.28125 0 1 0 L 1 -1 C 1.34375 -1 1.679688 -1 2.015625 -1 C 2.359375 -1 2.710938 -1 3.078125 -1 C 3.691406 -1 4.164062 -1.128906 4.5 -1.390625 C 4.832031 -1.648438 5 -2.019531 5 -2.5 C 5 -2.96875 4.804688 -3.332031 4.421875 -3.59375 C 4.046875 -3.863281 3.519531 -4 2.84375 -4 C 2.519531 -4 2.203125 -4 1.890625 -4 C 1.578125 -4 1.28125 -4 1 -4 Z M 1 -7 "/>
43
- </symbol>
44
- <symbol overflow="visible" id="glyph0-13">
45
- <path style="stroke:none;" d="M 6 -7 L 6 -6 C 5.75 -6 5.484375 -6 5.203125 -6 C 4.921875 -6 4.628906 -6 4.328125 -6 C 3.554688 -6 2.972656 -5.734375 2.578125 -5.203125 C 2.191406 -4.671875 2 -3.890625 2 -2.859375 C 2.164062 -3.222656 2.390625 -3.503906 2.671875 -3.703125 C 2.960938 -3.898438 3.300781 -4 3.6875 -4 C 4.414062 -4 4.984375 -3.820312 5.390625 -3.46875 C 5.796875 -3.125 6 -2.632812 6 -2 C 6 -1.363281 5.785156 -0.867188 5.359375 -0.515625 C 4.941406 -0.171875 4.351562 0 3.59375 0 C 2.695312 0 2.039062 -0.28125 1.625 -0.84375 C 1.207031 -1.40625 1 -2.289062 1 -3.5 C 1 -4.632812 1.28125 -5.5 1.84375 -6.09375 C 2.414062 -6.695312 3.234375 -7 4.296875 -7 C 4.585938 -7 4.875 -7 5.15625 -7 C 5.445312 -7 5.726562 -7 6 -7 Z M 3.515625 -3 C 3.046875 -3 2.675781 -2.910156 2.40625 -2.734375 C 2.132812 -2.554688 2 -2.3125 2 -2 C 2 -1.6875 2.132812 -1.441406 2.40625 -1.265625 C 2.675781 -1.085938 3.046875 -1 3.515625 -1 C 4.003906 -1 4.375 -1.082031 4.625 -1.25 C 4.875 -1.414062 5 -1.664062 5 -2 C 5 -2.332031 4.875 -2.582031 4.625 -2.75 C 4.375 -2.914062 4.003906 -3 3.515625 -3 Z M 3.515625 -3 "/>
46
- </symbol>
47
- <symbol overflow="visible" id="glyph0-14">
48
- <path style="stroke:none;" d="M 1 -7 L 6 -7 L 6 -6.59375 L 3.109375 0 L 2 0 L 4.640625 -6 L 1 -6 Z M 1 -7 "/>
49
- </symbol>
50
- <symbol overflow="visible" id="glyph1-0">
51
- <path style="stroke:none;" d="M -4 -2 L -1 -2 L -1 -3.875 C -1 -4.632812 -1.109375 -5.175781 -1.328125 -5.5 C -1.554688 -5.832031 -1.929688 -6 -2.453125 -6 C -2.984375 -6 -3.375 -5.828125 -3.625 -5.484375 C -3.875 -5.140625 -4 -4.601562 -4 -3.875 Z M -7 -2 L -5 -2 L -5 -3.84375 C -5 -4.601562 -5.082031 -5.148438 -5.25 -5.484375 C -5.414062 -5.828125 -5.679688 -6 -6.046875 -6 C -6.390625 -6 -6.632812 -5.832031 -6.78125 -5.5 C -6.925781 -5.164062 -7 -4.613281 -7 -3.84375 Z M -8 -1 L -8 -3.875 C -8 -4.875 -7.832031 -5.644531 -7.5 -6.1875 C -7.175781 -6.726562 -6.710938 -7 -6.109375 -7 C -5.648438 -7 -5.285156 -6.878906 -5.015625 -6.640625 C -4.753906 -6.398438 -4.59375 -6.035156 -4.53125 -5.546875 C -4.445312 -6.003906 -4.207031 -6.359375 -3.8125 -6.609375 C -3.425781 -6.867188 -2.929688 -7 -2.328125 -7 C -1.554688 -7 -0.972656 -6.734375 -0.578125 -6.203125 C -0.191406 -5.679688 0 -4.90625 0 -3.875 L 0 -1 Z M -8 -1 "/>
52
- </symbol>
53
- <symbol overflow="visible" id="glyph1-1">
54
- <path style="stroke:none;" d="M -6 -1 L -6 -4 L -1 -4 L -1 -6 L 0 -6 L 0 -1 L -1 -1 L -1 -3 L -5 -3 L -5 -1 Z M -9 -3 L -9 -4 L -8 -4 L -8 -3 Z M -9 -3 "/>
55
- </symbol>
56
- <symbol overflow="visible" id="glyph1-2">
57
- <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 "/>
58
- </symbol>
59
- <symbol overflow="visible" id="glyph1-3">
60
- <path style="stroke:none;" d="M -6 -6 L -5 -6 C -5 -5.632812 -5 -5.265625 -5 -4.890625 C -5 -4.515625 -5 -4.128906 -5 -3.734375 C -5 -3.148438 -4.9375 -2.710938 -4.8125 -2.421875 C -4.695312 -2.140625 -4.519531 -2 -4.28125 -2 C -4.101562 -2.007812 -3.960938 -2.117188 -3.859375 -2.328125 C -3.753906 -2.535156 -3.628906 -3.050781 -3.484375 -3.875 L -3.390625 -4.375 C -3.296875 -4.90625 -3.113281 -5.304688 -2.84375 -5.578125 C -2.582031 -5.859375 -2.238281 -6 -1.8125 -6 C -1.238281 -6 -0.789062 -5.757812 -0.46875 -5.28125 C -0.15625 -4.800781 0 -4.128906 0 -3.265625 C 0 -2.929688 0 -2.578125 0 -2.203125 C 0 -1.835938 0 -1.4375 0 -1 L -1 -1 C -1 -1.4375 -1 -1.851562 -1 -2.25 C -1 -2.644531 -1 -3.019531 -1 -3.375 C -1 -3.894531 -1.066406 -4.296875 -1.203125 -4.578125 C -1.347656 -4.859375 -1.546875 -5 -1.796875 -5 C -2.160156 -5 -2.410156 -4.441406 -2.546875 -3.328125 L -2.5625 -3.28125 L -2.640625 -2.8125 C -2.742188 -2.1875 -2.925781 -1.726562 -3.1875 -1.4375 C -3.445312 -1.144531 -3.796875 -1 -4.234375 -1 C -4.796875 -1 -5.226562 -1.238281 -5.53125 -1.71875 C -5.84375 -2.195312 -6 -2.882812 -6 -3.78125 C -6 -4.175781 -6 -4.554688 -6 -4.921875 C -6 -5.285156 -6 -5.644531 -6 -6 Z M -6 -6 "/>
61
- </symbol>
62
- <symbol overflow="visible" id="glyph2-0">
63
- <path style="stroke:none;" d="M 1 -9 L 2.296875 -9 L 7 -1.375 L 7 -9 L 8 -9 L 8 0 L 6.703125 0 L 2 -7.59375 L 2 0 L 1 0 Z M 1 -9 "/>
64
- </symbol>
65
- <symbol overflow="visible" id="glyph2-1">
66
- <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 "/>
67
- </symbol>
68
- <symbol overflow="visible" id="glyph2-2">
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-3">
72
- <path style="stroke:none;" d="M 0 -7 L 1.03125 -7 L 2.421875 -1.265625 L 3.484375 -5 L 4.5 -5 L 5.578125 -1.265625 L 6.96875 -7 L 8 -7 L 5.921875 0 L 5.140625 0 L 4 -3.265625 L 2.859375 0 L 2.078125 0 Z M 0 -7 "/>
73
- </symbol>
74
- <symbol overflow="visible" id="glyph2-4">
75
- <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 "/>
76
- </symbol>
77
- <symbol overflow="visible" id="glyph2-5">
78
- <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 "/>
79
- </symbol>
80
- <symbol overflow="visible" id="glyph2-6">
81
- <path style="stroke:none;" d="M 1 -11 L 2 -11 L 2 -3.84375 L 5.484375 -7 L 6.5625 -7 L 3.734375 -4.34375 L 7 0 L 6 0 L 3 -3.65625 L 2 -2.734375 L 2 0 L 1 0 Z M 1 -11 "/>
82
- </symbol>
83
- <symbol overflow="visible" id="glyph2-7">
84
- <path style="stroke:none;" d=""/>
85
- </symbol>
86
- <symbol overflow="visible" id="glyph2-8">
87
- <path style="stroke:none;" d="M 0 -9 L 7 -9 L 7 -8 L 4 -8 L 4 0 L 3 0 L 3 -8 L 0 -8 Z M 0 -9 "/>
88
- </symbol>
89
- <symbol overflow="visible" id="glyph2-9">
90
- <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 "/>
91
- </symbol>
92
- <symbol overflow="visible" id="glyph2-10">
93
- <path style="stroke:none;" d="M 6 -11 L 6 -10 L 4.921875 -10 C 4.578125 -10 4.335938 -9.851562 4.203125 -9.5625 C 4.066406 -9.28125 4 -8.773438 4 -8.046875 L 4 -7 L 6 -7 L 6 -6 L 4 -6 L 4 0 L 3 0 L 3 -6 L 1 -6 L 1 -7 L 3 -7 L 3 -7.828125 C 3 -8.910156 3.148438 -9.707031 3.453125 -10.21875 C 3.753906 -10.738281 4.222656 -11 4.859375 -11 Z M 6 -11 "/>
94
- </symbol>
95
- <symbol overflow="visible" id="glyph2-11">
96
- <path style="stroke:none;" d="M 1 -7 L 4 -7 L 4 -1 L 6 -1 L 6 0 L 1 0 L 1 -1 L 3 -1 L 3 -6 L 1 -6 Z M 3 -11 L 4 -11 L 4 -10 L 3 -10 Z M 3 -11 "/>
97
- </symbol>
98
- <symbol overflow="visible" id="glyph2-12">
99
- <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 "/>
100
- </symbol>
101
- <symbol overflow="visible" id="glyph2-13">
102
- <path style="stroke:none;" d="M 1 -9 L 6 -9 L 6 -8 L 4 -8 L 4 -1 L 6 -1 L 6 0 L 1 0 L 1 -1 L 3 -1 L 3 -8 L 1 -8 Z M 1 -9 "/>
103
- </symbol>
104
- <symbol overflow="visible" id="glyph2-14">
105
- <path style="stroke:none;" d="M 7 -4.21875 L 7 0 L 6 0 L 6 -4.21875 C 6 -4.832031 5.851562 -5.28125 5.5625 -5.5625 C 5.269531 -5.851562 4.816406 -6 4.203125 -6 C 3.492188 -6 2.945312 -5.8125 2.5625 -5.4375 C 2.1875 -5.070312 2 -4.539062 2 -3.84375 L 2 0 L 1 0 L 1 -7 L 2 -7 L 2 -5.78125 C 2.238281 -6.175781 2.566406 -6.476562 2.984375 -6.6875 C 3.398438 -6.894531 3.894531 -7 4.46875 -7 C 5.320312 -7 5.957031 -6.769531 6.375 -6.3125 C 6.789062 -5.851562 7 -5.15625 7 -4.21875 Z M 7 -4.21875 "/>
106
- </symbol>
107
- <symbol overflow="visible" id="glyph2-15">
108
- <path style="stroke:none;" d="M 5 -9 L 5 -5 L 4 -5 L 4 -9 Z M 3 -9 L 3 -5 L 2 -5 L 2 -9 Z M 3 -9 "/>
109
- </symbol>
110
- <symbol overflow="visible" id="glyph2-16">
111
- <path style="stroke:none;" d="M 4 -2.78125 C 4 -2.1875 4.113281 -1.738281 4.34375 -1.4375 C 4.570312 -1.144531 4.910156 -1 5.359375 -1 L 7 -1 L 7 0 L 5.234375 0 C 4.523438 0 3.972656 -0.238281 3.578125 -0.71875 C 3.191406 -1.207031 3 -1.894531 3 -2.78125 L 3 -10 L 1 -10 L 1 -11 L 4 -11 Z M 4 -2.78125 "/>
112
- </symbol>
113
- <symbol overflow="visible" id="glyph3-0">
114
- <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 "/>
115
- </symbol>
116
- <symbol overflow="visible" id="glyph3-1">
117
- <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 "/>
118
- </symbol>
119
- <symbol overflow="visible" id="glyph3-2">
120
- <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 "/>
121
- </symbol>
122
- <symbol overflow="visible" id="glyph3-3">
123
- <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 "/>
124
- </symbol>
125
- <symbol overflow="visible" id="glyph3-4">
126
- <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 "/>
127
- </symbol>
128
- <symbol overflow="visible" id="glyph3-5">
129
- <path style="stroke:none;" d=""/>
130
- </symbol>
131
- <symbol overflow="visible" id="glyph3-6">
132
- <path style="stroke:none;" d="M 6 3 L 6 4 L -1 1 L -1 0 Z M 6 3 "/>
133
- </symbol>
134
- <symbol overflow="visible" id="glyph3-7">
135
- <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 "/>
136
- </symbol>
137
- <symbol overflow="visible" id="glyph3-8">
138
- <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 "/>
139
- </symbol>
140
- <symbol overflow="visible" id="glyph3-9">
141
- <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 "/>
142
- </symbol>
143
- <symbol overflow="visible" id="glyph3-10">
144
- <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 "/>
145
- </symbol>
146
- <symbol overflow="visible" id="glyph4-0">
147
- <path style="stroke:none;" d=""/>
148
- </symbol>
149
- <symbol overflow="visible" id="glyph4-1">
150
- <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 "/>
151
- </symbol>
152
- <symbol overflow="visible" id="glyph4-2">
153
- <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 "/>
154
- </symbol>
155
- <symbol overflow="visible" id="glyph4-3">
156
- <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 "/>
157
- </symbol>
158
- <symbol overflow="visible" id="glyph4-4">
159
- <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 "/>
160
- </symbol>
161
- <symbol overflow="visible" id="glyph4-5">
162
- <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 "/>
163
- </symbol>
164
- <symbol overflow="visible" id="glyph4-6">
165
- <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 "/>
166
- </symbol>
167
- <symbol overflow="visible" id="glyph4-7">
168
- <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 "/>
169
- </symbol>
170
- <symbol overflow="visible" id="glyph4-8">
171
- <path style="stroke:none;" d="M 3 -2 L 4 -2 L 4 0 L 3 0 Z M 3 -2 "/>
172
- </symbol>
173
- <symbol overflow="visible" id="glyph4-9">
174
- <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 "/>
175
- </symbol>
176
- <symbol overflow="visible" id="glyph4-10">
177
- <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 "/>
178
- </symbol>
179
- <symbol overflow="visible" id="glyph4-11">
180
- <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 "/>
181
- </symbol>
182
- <symbol overflow="visible" id="glyph4-12">
183
- <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 "/>
184
- </symbol>
185
- <symbol overflow="visible" id="glyph4-13">
186
- <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 "/>
187
- </symbol>
188
- <symbol overflow="visible" id="glyph4-14">
189
- <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 "/>
190
- </symbol>
191
- <symbol overflow="visible" id="glyph4-15">
192
- <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 "/>
193
- </symbol>
194
- <symbol overflow="visible" id="glyph4-16">
195
- <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 "/>
196
- </symbol>
197
- <symbol overflow="visible" id="glyph4-17">
198
- <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 "/>
199
- </symbol>
200
- <symbol overflow="visible" id="glyph4-18">
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-19">
204
- <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 "/>
205
- </symbol>
206
- <symbol overflow="visible" id="glyph4-20">
207
- <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 "/>
208
- </symbol>
209
- <symbol overflow="visible" id="glyph4-21">
210
- <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 "/>
211
- </symbol>
212
- <symbol overflow="visible" id="glyph4-22">
213
- <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 "/>
214
- </symbol>
215
- <symbol overflow="visible" id="glyph4-23">
216
- <path style="stroke:none;" d="M 0 -8 L 7 -8 L 7 -7 L 4 -7 L 4 0 L 3 0 L 3 -7 L 0 -7 Z M 0 -8 "/>
217
- </symbol>
218
- <symbol overflow="visible" id="glyph4-24">
219
- <path style="stroke:none;" d="M 6 -4 C 5.800781 -4 5.601562 -4.164062 5.40625 -4.5 C 5.207031 -4.832031 4.988281 -5 4.75 -5 C 4.175781 -5 3.738281 -4.835938 3.4375 -4.515625 C 3.144531 -4.191406 3 -3.726562 3 -3.125 L 3 0 L 2 0 L 2 -6 L 3 -6 L 3 -5 C 3.15625 -5.320312 3.390625 -5.566406 3.703125 -5.734375 C 4.015625 -5.910156 4.382812 -6 4.8125 -6 C 5.039062 -6 5.25 -6 5.4375 -6 C 5.632812 -6 5.820312 -5.664062 6 -5 Z M 6 -4 "/>
220
- </symbol>
221
- <symbol overflow="visible" id="glyph4-25">
222
- <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 "/>
223
- </symbol>
224
- </g>
225
- <clipPath id="clip1">
226
- <path d="M 67 32 L 467 32 L 467 134 L 67 134 Z M 67 32 "/>
227
- </clipPath>
228
- </defs>
229
- <g id="surface2">
230
- <rect x="0" y="0" width="497" height="187" style="fill:rgb(100%,100%,100%);fill-opacity:1;stroke:none;"/>
231
- <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 "/>
232
- <g clip-path="url(#clip1)" clip-rule="nonzero">
233
- <path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,94.117647%,0%);fill-opacity:0.133333;" d="M 348 132.769531 L 348 133.199219 L 349 133.199219 L 349 132.769531 Z M 348 132.769531 "/>
234
- <path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,94.117647%,0%);fill-opacity:0.133333;" d="M 365 122.242188 L 365 133.199219 L 369 133.199219 L 369 117.378906 L 367 117.378906 L 367 127.675781 L 366 127.675781 L 366 122.242188 Z M 365 122.242188 "/>
235
- <path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,94.117647%,0%);fill-opacity:0.133333;" d="M 370 125.824219 L 370 133.199219 L 373 133.199219 L 373 132.121094 L 371 132.121094 L 371 125.824219 Z M 370 125.824219 "/>
236
- <path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,94.117647%,0%);fill-opacity:0.133333;" d="M 390 126.734375 L 390 133.199219 L 412 133.199219 L 412 123.234375 L 410 123.234375 L 410 109.683594 L 409 109.683594 L 409 107.34375 L 408 107.34375 L 408 130.550781 L 406 130.550781 L 406 130.792969 L 405 130.792969 L 405 131.902344 L 404 131.902344 L 404 132.476562 L 402 132.476562 L 402 132.046875 L 401 132.046875 L 401 132.097656 L 400 132.097656 L 400 130.367188 L 399 130.367188 L 399 128.648438 L 397 128.648438 L 397 132.636719 L 396 132.636719 L 396 119.253906 L 395 119.253906 L 395 131.519531 L 393 131.519531 L 393 131.597656 L 392 131.597656 L 392 132.550781 L 391 132.550781 L 391 126.734375 Z M 390 126.734375 "/>
237
- <path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,94.117647%,0%);fill-opacity:0.133333;" d="M 423 132.546875 L 423 133.199219 L 434 133.199219 L 434 126.261719 L 432 126.261719 L 432 128.667969 L 431 128.667969 L 431 116.265625 L 430 116.265625 L 430 104.585938 L 428 104.585938 L 428 127.617188 L 427 127.617188 L 427 114.292969 L 426 114.292969 L 426 132.484375 L 425 132.484375 L 425 132.546875 L 424 132.546875 Z M 423 132.546875 "/>
238
- <path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,94.117647%,0%);fill-opacity:0.133333;" d="M 435 129.679688 L 435 133.199219 L 444 133.199219 L 444 124.519531 L 443 124.519531 L 443 124.710938 L 441 124.710938 L 441 132.796875 L 440 132.796875 L 440 128.667969 L 439 128.667969 L 439 130.832031 L 437 130.832031 L 437 132.625 L 436 132.625 L 436 129.679688 Z M 435 129.679688 "/>
239
- <path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,94.117647%,0%);fill-opacity:0.133333;" d="M 445 108.234375 L 445 133.199219 L 466 133.199219 L 466 101.996094 L 465 101.996094 L 465 123.847656 L 463 123.847656 L 463 99.769531 L 462 99.769531 L 462 75.871094 L 461 75.871094 L 461 112.917969 L 460 112.917969 L 460 120.582031 L 458 120.582031 L 458 100.75 L 457 100.75 L 457 41.890625 L 456 41.890625 L 456 96.230469 L 454 96.230469 L 454 82.226562 L 453 82.226562 L 453 57.175781 L 452 57.175781 L 452 67.398438 L 450 67.398438 L 450 131.882812 L 449 131.882812 L 449 131.648438 L 448 131.648438 L 448 132.792969 L 447 132.792969 L 447 108.234375 L 446 108.234375 Z M 445 108.234375 "/>
240
- <path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,100%);fill-opacity:0.133333;" d="M 348 132.769531 L 348 133.199219 L 349 133.199219 L 349 132.769531 Z M 348 132.769531 "/>
241
- <path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,100%);fill-opacity:0.133333;" d="M 365 122.242188 L 365 133.199219 L 369 133.199219 L 369 117.378906 L 367 117.378906 L 367 127.675781 L 366 127.675781 L 366 122.242188 Z M 365 122.242188 "/>
242
- <path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,100%);fill-opacity:0.133333;" d="M 370 125.824219 L 370 133.199219 L 373 133.199219 L 373 132.121094 L 371 132.121094 L 371 125.824219 Z M 370 125.824219 "/>
243
- <path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,100%);fill-opacity:0.133333;" d="M 390 126.734375 L 390 133.199219 L 412 133.199219 L 412 123.234375 L 410 123.234375 L 410 109.683594 L 409 109.683594 L 409 107.34375 L 408 107.34375 L 408 130.550781 L 406 130.550781 L 406 130.792969 L 405 130.792969 L 405 131.902344 L 404 131.902344 L 404 132.476562 L 402 132.476562 L 402 132.046875 L 401 132.046875 L 401 132.097656 L 400 132.097656 L 400 130.367188 L 399 130.367188 L 399 128.648438 L 397 128.648438 L 397 132.636719 L 396 132.636719 L 396 119.253906 L 395 119.253906 L 395 131.519531 L 393 131.519531 L 393 131.597656 L 392 131.597656 L 392 132.550781 L 391 132.550781 L 391 126.734375 Z M 390 126.734375 "/>
244
- <path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,100%);fill-opacity:0.133333;" d="M 423 132.546875 L 423 133.199219 L 434 133.199219 L 434 126.261719 L 432 126.261719 L 432 128.667969 L 431 128.667969 L 431 116.265625 L 430 116.265625 L 430 104.585938 L 428 104.585938 L 428 127.617188 L 427 127.617188 L 427 114.292969 L 426 114.292969 L 426 132.484375 L 425 132.484375 L 425 132.546875 L 424 132.546875 Z M 423 132.546875 "/>
245
- <path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,100%);fill-opacity:0.133333;" d="M 435 129.679688 L 435 133.199219 L 444 133.199219 L 444 124.519531 L 443 124.519531 L 443 124.710938 L 441 124.710938 L 441 132.796875 L 440 132.796875 L 440 128.667969 L 439 128.667969 L 439 130.832031 L 437 130.832031 L 437 132.625 L 436 132.625 L 436 129.679688 Z M 435 129.679688 "/>
246
- <path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,100%);fill-opacity:0.133333;" d="M 445 108.234375 L 445 133.199219 L 466 133.199219 L 466 101.996094 L 465 101.996094 L 465 123.847656 L 463 123.847656 L 463 99.769531 L 462 99.769531 L 462 75.871094 L 461 75.871094 L 461 112.917969 L 460 112.917969 L 460 120.582031 L 458 120.582031 L 458 100.75 L 457 100.75 L 457 41.890625 L 456 41.890625 L 456 96.230469 L 454 96.230469 L 454 82.226562 L 453 82.226562 L 453 57.175781 L 452 57.175781 L 452 67.398438 L 450 67.398438 L 450 131.882812 L 449 131.882812 L 449 131.648438 L 448 131.648438 L 448 132.792969 L 447 132.792969 L 447 108.234375 L 446 108.234375 Z M 445 108.234375 "/>
247
- <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 133 L 348 133 L 348 132.972656 L 349 132.972656 L 349 133 L 365 133 L 365 122.441406 L 366 122.441406 L 366 127.875 L 367 127.875 L 367 117.582031 L 369 117.582031 L 369 133 L 370 133 L 370 126.023438 L 371 126.023438 L 371 132.320312 L 373 132.320312 L 373 133 L 390 133 L 390 126.933594 L 391 126.933594 L 391 132.753906 L 392 132.753906 L 392 131.796875 L 393 131.796875 L 393 131.71875 L 395 131.71875 L 395 119.453125 L 396 119.453125 L 396 132.835938 L 397 132.835938 L 397 128.847656 L 399 128.847656 L 399 130.566406 L 400 130.566406 L 400 132.296875 L 401 132.296875 L 401 132.246094 L 402 132.246094 L 402 132.679688 L 404 132.679688 L 404 132.101562 L 405 132.101562 L 405 130.992188 L 406 130.992188 L 406 130.75 L 408 130.75 L 408 107.542969 L 409 107.542969 L 409 109.882812 L 410 109.882812 L 410 123.433594 L 412 123.433594 L 412 133 L 423 133 L 423 132.746094 L 425 132.746094 L 425 132.683594 L 426 132.683594 L 426 114.496094 L 427 114.496094 L 427 127.816406 L 428 127.816406 L 428 104.785156 L 430 104.785156 L 430 116.464844 L 431 116.464844 L 431 128.867188 L 432 128.867188 L 432 126.460938 L 434 126.460938 L 434 133 L 435 133 L 435 129.878906 L 436 129.878906 L 436 132.824219 L 437 132.824219 L 437 131.03125 L 439 131.03125 L 439 128.867188 L 440 128.867188 L 440 132.996094 L 441 132.996094 L 441 124.910156 L 443 124.910156 L 443 124.722656 L 444 124.722656 L 444 133 L 445 133 L 445 108.433594 L 447 108.433594 L 447 132.992188 L 448 132.992188 L 448 131.847656 L 449 131.847656 L 449 132.082031 L 450 132.082031 L 450 67.597656 L 452 67.597656 L 452 57.375 L 453 57.375 L 453 82.429688 L 454 82.429688 L 454 96.429688 L 456 96.429688 L 456 42.089844 L 457 42.089844 L 457 100.949219 L 458 100.949219 L 458 120.78125 L 460 120.78125 L 460 113.117188 L 461 113.117188 L 461 76.070312 L 462 76.070312 L 462 99.972656 L 463 99.972656 L 463 124.050781 L 465 124.050781 L 465 102.195312 L 466 102.195312 "/>
248
- <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 133 L 348 133 L 348 132.972656 L 349 132.972656 L 349 133 L 365 133 L 365 122.441406 L 366 122.441406 L 366 127.875 L 367 127.875 L 367 117.582031 L 369 117.582031 L 369 133 L 370 133 L 370 126.023438 L 371 126.023438 L 371 132.320312 L 373 132.320312 L 373 133 L 390 133 L 390 126.933594 L 391 126.933594 L 391 132.753906 L 392 132.753906 L 392 131.796875 L 393 131.796875 L 393 131.71875 L 395 131.71875 L 395 119.453125 L 396 119.453125 L 396 132.835938 L 397 132.835938 L 397 128.847656 L 399 128.847656 L 399 130.566406 L 400 130.566406 L 400 132.296875 L 401 132.296875 L 401 132.246094 L 402 132.246094 L 402 132.679688 L 404 132.679688 L 404 132.101562 L 405 132.101562 L 405 130.992188 L 406 130.992188 L 406 130.75 L 408 130.75 L 408 107.542969 L 409 107.542969 L 409 109.882812 L 410 109.882812 L 410 123.433594 L 412 123.433594 L 412 133 L 423 133 L 423 132.746094 L 425 132.746094 L 425 132.683594 L 426 132.683594 L 426 114.496094 L 427 114.496094 L 427 127.816406 L 428 127.816406 L 428 104.785156 L 430 104.785156 L 430 116.464844 L 431 116.464844 L 431 128.867188 L 432 128.867188 L 432 126.460938 L 434 126.460938 L 434 133 L 435 133 L 435 129.878906 L 436 129.878906 L 436 132.824219 L 437 132.824219 L 437 131.03125 L 439 131.03125 L 439 128.867188 L 440 128.867188 L 440 132.996094 L 441 132.996094 L 441 124.910156 L 443 124.910156 L 443 124.722656 L 444 124.722656 L 444 133 L 445 133 L 445 108.433594 L 447 108.433594 L 447 132.992188 L 448 132.992188 L 448 131.847656 L 449 131.847656 L 449 132.082031 L 450 132.082031 L 450 67.597656 L 452 67.597656 L 452 57.375 L 453 57.375 L 453 82.429688 L 454 82.429688 L 454 96.429688 L 456 96.429688 L 456 42.089844 L 457 42.089844 L 457 100.949219 L 458 100.949219 L 458 120.78125 L 460 120.78125 L 460 113.117188 L 461 113.117188 L 461 76.070312 L 462 76.070312 L 462 99.972656 L 463 99.972656 L 463 124.050781 L 465 124.050781 L 465 102.195312 L 466 102.195312 "/>
249
- </g>
250
- <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 "/>
251
- <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 "/>
252
- <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 "/>
253
- <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 "/>
254
- <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 "/>
255
- <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 "/>
256
- <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 "/>
257
- <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 "/>
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-dasharray:1,1;stroke-miterlimit:10;" d="M 119 134 L 119 32 "/>
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 135 31 L 135 33 "/>
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-miterlimit:10;" d="M 135 133 L 135 135 "/>
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-dasharray:1,1;stroke-miterlimit:10;" d="M 135 134 L 135 32 "/>
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 152 31 L 152 33 "/>
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-miterlimit:10;" d="M 152 133 L 152 135 "/>
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-dasharray:1,1;stroke-miterlimit:10;" d="M 152 134 L 152 32 "/>
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 169 31 L 169 33 "/>
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-miterlimit:10;" d="M 169 133 L 169 135 "/>
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-dasharray:1,1;stroke-miterlimit:10;" d="M 169 134 L 169 32 "/>
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 202 31 L 202 33 "/>
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-miterlimit:10;" d="M 202 133 L 202 135 "/>
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-dasharray:1,1;stroke-miterlimit:10;" d="M 202 134 L 202 32 "/>
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 219 31 L 219 33 "/>
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-miterlimit:10;" d="M 219 133 L 219 135 "/>
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-dasharray:1,1;stroke-miterlimit:10;" d="M 219 134 L 219 32 "/>
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 235 31 L 235 33 "/>
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-miterlimit:10;" d="M 235 133 L 235 135 "/>
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-dasharray:1,1;stroke-miterlimit:10;" d="M 235 134 L 235 32 "/>
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 252 31 L 252 33 "/>
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-miterlimit:10;" d="M 252 133 L 252 135 "/>
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-dasharray:1,1;stroke-miterlimit:10;" d="M 252 134 L 252 32 "/>
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 269 31 L 269 33 "/>
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-miterlimit:10;" d="M 269 133 L 269 135 "/>
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-dasharray:1,1;stroke-miterlimit:10;" d="M 269 134 L 269 32 "/>
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 302 31 L 302 33 "/>
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-miterlimit:10;" d="M 302 133 L 302 135 "/>
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-dasharray:1,1;stroke-miterlimit:10;" d="M 302 134 L 302 32 "/>
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 319 31 L 319 33 "/>
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-miterlimit:10;" d="M 319 133 L 319 135 "/>
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-dasharray:1,1;stroke-miterlimit:10;" d="M 319 134 L 319 32 "/>
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 335 31 L 335 33 "/>
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-miterlimit:10;" d="M 335 133 L 335 135 "/>
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-dasharray:1,1;stroke-miterlimit:10;" d="M 335 134 L 335 32 "/>
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 352 31 L 352 33 "/>
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-miterlimit:10;" d="M 352 133 L 352 135 "/>
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-dasharray:1,1;stroke-miterlimit:10;" d="M 352 134 L 352 32 "/>
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 369 31 L 369 33 "/>
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-miterlimit:10;" d="M 369 133 L 369 135 "/>
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-dasharray:1,1;stroke-miterlimit:10;" d="M 369 134 L 369 32 "/>
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 402 31 L 402 33 "/>
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-miterlimit:10;" d="M 402 133 L 402 135 "/>
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-dasharray:1,1;stroke-miterlimit:10;" d="M 402 134 L 402 32 "/>
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 419 31 L 419 33 "/>
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-miterlimit:10;" d="M 419 133 L 419 135 "/>
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-dasharray:1,1;stroke-miterlimit:10;" d="M 419 134 L 419 32 "/>
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 435 31 L 435 33 "/>
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-miterlimit:10;" d="M 435 133 L 435 135 "/>
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-dasharray:1,1;stroke-miterlimit:10;" d="M 435 134 L 435 32 "/>
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 452 31 L 452 33 "/>
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-miterlimit:10;" d="M 452 133 L 452 135 "/>
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-dasharray:1,1;stroke-miterlimit:10;" d="M 452 134 L 452 32 "/>
310
- <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 "/>
311
- <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 "/>
312
- <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 "/>
313
- <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 "/>
314
- <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 "/>
315
- <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 "/>
316
- <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 "/>
317
- <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 "/>
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-dasharray:1,1;stroke-miterlimit:10;" d="M 285 136 L 285 31 "/>
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 385 31 L 385 33 "/>
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-miterlimit:10;" d="M 385 133 L 385 136 "/>
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-dasharray:1,1;stroke-miterlimit:10;" d="M 385 136 L 385 31 "/>
322
- <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
323
- <use xlink:href="#glyph0-0" x="158" y="146"/>
324
- <use xlink:href="#glyph0-1" x="164" y="146"/>
325
- <use xlink:href="#glyph0-2" x="170" y="146"/>
326
- <use xlink:href="#glyph0-3" x="176" y="146"/>
327
- <use xlink:href="#glyph0-4" x="182" y="146"/>
328
- <use xlink:href="#glyph0-4" x="188" y="146"/>
329
- <use xlink:href="#glyph0-5" x="194" y="146"/>
330
- <use xlink:href="#glyph0-4" x="200" y="146"/>
331
- <use xlink:href="#glyph0-4" x="206" y="146"/>
332
- </g>
333
- <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
334
- <use xlink:href="#glyph0-0" x="358" y="146"/>
335
- <use xlink:href="#glyph0-1" x="364" y="146"/>
336
- <use xlink:href="#glyph0-2" x="370" y="146"/>
337
- <use xlink:href="#glyph0-3" x="376" y="146"/>
338
- <use xlink:href="#glyph0-6" x="382" y="146"/>
339
- <use xlink:href="#glyph0-7" x="388" y="146"/>
340
- <use xlink:href="#glyph0-5" x="394" y="146"/>
341
- <use xlink:href="#glyph0-4" x="400" y="146"/>
342
- <use xlink:href="#glyph0-4" x="406" y="146"/>
343
- </g>
344
- <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
345
- <use xlink:href="#glyph0-3" x="24" y="137"/>
346
- <use xlink:href="#glyph0-4" x="30" y="137"/>
347
- <use xlink:href="#glyph0-8" x="36" y="137"/>
348
- <use xlink:href="#glyph0-4" x="42" y="137"/>
349
- <use xlink:href="#glyph0-3" x="48" y="137"/>
350
- <use xlink:href="#glyph0-3" x="54" y="137"/>
351
- </g>
352
- <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 "/>
353
- <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 "/>
354
- <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 "/>
355
- <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.824219 L 67 125.824219 "/>
356
- <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.824219 L 469 125.824219 "/>
357
- <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.824219 L 468 125.824219 "/>
358
- <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
359
- <use xlink:href="#glyph0-3" x="24" y="122.648438"/>
360
- <use xlink:href="#glyph0-6" x="30" y="122.648438"/>
361
- <use xlink:href="#glyph0-8" x="36" y="122.648438"/>
362
- <use xlink:href="#glyph0-4" x="42" y="122.648438"/>
363
- <use xlink:href="#glyph0-3" x="48" y="122.648438"/>
364
- <use xlink:href="#glyph0-9" x="54" y="122.648438"/>
365
- </g>
366
- <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 118.648438 L 67 118.648438 "/>
367
- <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 118.648438 L 469 118.648438 "/>
368
- <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 118.648438 L 469 118.648438 "/>
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-miterlimit:10;" d="M 65 111.472656 L 67 111.472656 "/>
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 467 111.472656 L 469 111.472656 "/>
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-dasharray:1,1;stroke-miterlimit:10;" d="M 66 111.472656 L 468 111.472656 "/>
372
- <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
373
- <use xlink:href="#glyph0-3" x="24" y="108.296875"/>
374
- <use xlink:href="#glyph0-7" x="30" y="108.296875"/>
375
- <use xlink:href="#glyph0-8" x="36" y="108.296875"/>
376
- <use xlink:href="#glyph0-4" x="42" y="108.296875"/>
377
- <use xlink:href="#glyph0-3" x="48" y="108.296875"/>
378
- <use xlink:href="#glyph0-9" x="54" y="108.296875"/>
379
- </g>
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 65 104.296875 L 67 104.296875 "/>
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-miterlimit:10;" d="M 467 104.296875 L 469 104.296875 "/>
382
- <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 104.296875 L 469 104.296875 "/>
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 65 97.125 L 67 97.125 "/>
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-miterlimit:10;" d="M 467 97.125 L 469 97.125 "/>
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-dasharray:1,1;stroke-miterlimit:10;" d="M 66 97.125 L 468 97.125 "/>
386
- <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
387
- <use xlink:href="#glyph0-3" x="24" y="93.949219"/>
388
- <use xlink:href="#glyph0-10" x="30" y="93.949219"/>
389
- <use xlink:href="#glyph0-8" x="36" y="93.949219"/>
390
- <use xlink:href="#glyph0-4" x="42" y="93.949219"/>
391
- <use xlink:href="#glyph0-3" x="48" y="93.949219"/>
392
- <use xlink:href="#glyph0-9" x="54" y="93.949219"/>
393
- </g>
394
- <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 89.949219 L 67 89.949219 "/>
395
- <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 89.949219 L 469 89.949219 "/>
396
- <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 89.949219 L 469 89.949219 "/>
397
- <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 82.773438 L 67 82.773438 "/>
398
- <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 82.773438 L 469 82.773438 "/>
399
- <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 82.773438 L 468 82.773438 "/>
400
- <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
401
- <use xlink:href="#glyph0-3" x="24" y="79.597656"/>
402
- <use xlink:href="#glyph0-11" x="30" y="79.597656"/>
403
- <use xlink:href="#glyph0-8" x="36" y="79.597656"/>
404
- <use xlink:href="#glyph0-4" x="42" y="79.597656"/>
405
- <use xlink:href="#glyph0-3" x="48" y="79.597656"/>
406
- <use xlink:href="#glyph0-9" x="54" y="79.597656"/>
407
- </g>
408
- <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 75.597656 L 67 75.597656 "/>
409
- <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 75.597656 L 469 75.597656 "/>
410
- <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 75.597656 L 469 75.597656 "/>
411
- <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 68.421875 L 67 68.421875 "/>
412
- <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 68.421875 L 469 68.421875 "/>
413
- <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 68.421875 L 468 68.421875 "/>
414
- <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
415
- <use xlink:href="#glyph0-3" x="24" y="65.246094"/>
416
- <use xlink:href="#glyph0-12" x="30" y="65.246094"/>
417
- <use xlink:href="#glyph0-8" x="36" y="65.246094"/>
418
- <use xlink:href="#glyph0-4" x="42" y="65.246094"/>
419
- <use xlink:href="#glyph0-3" x="48" y="65.246094"/>
420
- <use xlink:href="#glyph0-9" x="54" y="65.246094"/>
421
- </g>
422
- <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 61.246094 L 67 61.246094 "/>
423
- <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 61.246094 L 469 61.246094 "/>
424
- <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 61.246094 L 469 61.246094 "/>
425
- <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 54.070312 L 67 54.070312 "/>
426
- <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 54.070312 L 469 54.070312 "/>
427
- <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 54.070312 L 468 54.070312 "/>
428
- <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
429
- <use xlink:href="#glyph0-3" x="24" y="50.894531"/>
430
- <use xlink:href="#glyph0-13" x="30" y="50.894531"/>
431
- <use xlink:href="#glyph0-8" x="36" y="50.894531"/>
432
- <use xlink:href="#glyph0-4" x="42" y="50.894531"/>
433
- <use xlink:href="#glyph0-3" x="48" y="50.894531"/>
434
- <use xlink:href="#glyph0-9" x="54" y="50.894531"/>
435
- </g>
436
- <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 46.894531 L 67 46.894531 "/>
437
- <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 46.894531 L 469 46.894531 "/>
438
- <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 46.894531 L 469 46.894531 "/>
439
- <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 39.71875 L 67 39.71875 "/>
440
- <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 39.71875 L 469 39.71875 "/>
441
- <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 39.71875 L 468 39.71875 "/>
442
- <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
443
- <use xlink:href="#glyph0-3" x="24" y="36.542969"/>
444
- <use xlink:href="#glyph0-14" x="30" y="36.542969"/>
445
- <use xlink:href="#glyph0-8" x="36" y="36.542969"/>
446
- <use xlink:href="#glyph0-4" x="42" y="36.542969"/>
447
- <use xlink:href="#glyph0-3" x="48" y="36.542969"/>
448
- <use xlink:href="#glyph0-9" x="54" y="36.542969"/>
449
- </g>
450
- <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 32.542969 L 67 32.542969 "/>
451
- <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 32.542969 L 469 32.542969 "/>
452
- <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 32.542969 L 469 32.542969 "/>
453
- <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
454
- <use xlink:href="#glyph1-0" x="14" y="97"/>
455
- <use xlink:href="#glyph1-1" x="14" y="90"/>
456
- <use xlink:href="#glyph1-2" x="14" y="83"/>
457
- <use xlink:href="#glyph1-3" x="14" y="76"/>
458
- </g>
459
- <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
460
- <use xlink:href="#glyph2-0" x="147" y="18"/>
461
- <use xlink:href="#glyph2-1" x="155" y="18"/>
462
- <use xlink:href="#glyph2-2" x="163" y="18"/>
463
- <use xlink:href="#glyph2-3" x="171" y="18"/>
464
- <use xlink:href="#glyph2-4" x="179" y="18"/>
465
- <use xlink:href="#glyph2-5" x="187" y="18"/>
466
- <use xlink:href="#glyph2-6" x="195" y="18"/>
467
- <use xlink:href="#glyph2-7" x="203" y="18"/>
468
- <use xlink:href="#glyph2-8" x="211" y="18"/>
469
- <use xlink:href="#glyph2-5" x="219" y="18"/>
470
- <use xlink:href="#glyph2-9" x="227" y="18"/>
471
- <use xlink:href="#glyph2-10" x="235" y="18"/>
472
- <use xlink:href="#glyph2-10" x="243" y="18"/>
473
- <use xlink:href="#glyph2-11" x="251" y="18"/>
474
- <use xlink:href="#glyph2-12" x="259" y="18"/>
475
- <use xlink:href="#glyph2-7" x="267" y="18"/>
476
- <use xlink:href="#glyph2-13" x="275" y="18"/>
477
- <use xlink:href="#glyph2-14" x="283" y="18"/>
478
- <use xlink:href="#glyph2-2" x="291" y="18"/>
479
- <use xlink:href="#glyph2-1" x="299" y="18"/>
480
- <use xlink:href="#glyph2-5" x="307" y="18"/>
481
- <use xlink:href="#glyph2-10" x="315" y="18"/>
482
- <use xlink:href="#glyph2-9" x="323" y="18"/>
483
- <use xlink:href="#glyph2-12" x="331" y="18"/>
484
- <use xlink:href="#glyph2-1" x="339" y="18"/>
485
- <use xlink:href="#glyph2-7" x="347" y="18"/>
486
- <use xlink:href="#glyph2-15" x="355" y="18"/>
487
- <use xlink:href="#glyph2-16" x="363" y="18"/>
488
- <use xlink:href="#glyph2-4" x="371" y="18"/>
489
- <use xlink:href="#glyph2-15" x="379" y="18"/>
490
- </g>
491
- <g style="fill:rgb(0%,0%,0%);fill-opacity:0.3;">
492
- <use xlink:href="#glyph3-0" x="485" y="5"/>
493
- <use xlink:href="#glyph3-0" x="485" y="10"/>
494
- <use xlink:href="#glyph3-1" x="485" y="15"/>
495
- <use xlink:href="#glyph3-2" x="485" y="20"/>
496
- <use xlink:href="#glyph3-3" x="485" y="25"/>
497
- <use xlink:href="#glyph3-3" x="485" y="30"/>
498
- <use xlink:href="#glyph3-4" x="485" y="35"/>
499
- <use xlink:href="#glyph3-5" x="485" y="40"/>
500
- <use xlink:href="#glyph3-6" x="485" y="45"/>
501
- <use xlink:href="#glyph3-5" x="485" y="50"/>
502
- <use xlink:href="#glyph3-2" x="485" y="55"/>
503
- <use xlink:href="#glyph3-3" x="485" y="60"/>
504
- <use xlink:href="#glyph3-7" x="485" y="65"/>
505
- <use xlink:href="#glyph3-8" x="485" y="70"/>
506
- <use xlink:href="#glyph3-5" x="485" y="75"/>
507
- <use xlink:href="#glyph3-3" x="485" y="80"/>
508
- <use xlink:href="#glyph3-9" x="485" y="85"/>
509
- <use xlink:href="#glyph3-2" x="485" y="90"/>
510
- <use xlink:href="#glyph3-8" x="485" y="95"/>
511
- <use xlink:href="#glyph3-10" x="485" y="100"/>
512
- <use xlink:href="#glyph3-9" x="485" y="105"/>
513
- <use xlink:href="#glyph3-0" x="485" y="110"/>
514
- </g>
515
- <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
516
- <use xlink:href="#glyph4-0" x="16" y="163"/>
517
- <use xlink:href="#glyph4-0" x="23" y="163"/>
518
- <use xlink:href="#glyph4-1" x="30" y="163"/>
519
- <use xlink:href="#glyph4-2" x="37" y="163"/>
520
- <use xlink:href="#glyph4-3" x="44" y="163"/>
521
- <use xlink:href="#glyph4-4" x="51" y="163"/>
522
- <use xlink:href="#glyph4-5" x="58" y="163"/>
523
- <use xlink:href="#glyph4-2" x="65" y="163"/>
524
- </g>
525
- <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 "/>
526
- <path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,94.117647%,0%);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 "/>
527
- <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 "/>
528
- <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
529
- <use xlink:href="#glyph4-6" x="104.25" y="163"/>
530
- <use xlink:href="#glyph4-4" x="111.25" y="163"/>
531
- <use xlink:href="#glyph4-7" x="118.25" y="163"/>
532
- <use xlink:href="#glyph4-8" x="125.25" y="163"/>
533
- <use xlink:href="#glyph4-0" x="132.25" y="163"/>
534
- <use xlink:href="#glyph4-0" x="139.25" y="163"/>
535
- <use xlink:href="#glyph4-0" x="146.25" y="163"/>
536
- <use xlink:href="#glyph4-9" x="153.25" y="163"/>
537
- <use xlink:href="#glyph4-0" x="160.25" y="163"/>
538
- <use xlink:href="#glyph4-10" x="167.25" y="163"/>
539
- </g>
540
- <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
541
- <use xlink:href="#glyph4-11" x="206.5" y="163"/>
542
- <use xlink:href="#glyph4-5" x="213.5" y="163"/>
543
- <use xlink:href="#glyph4-12" x="220.5" y="163"/>
544
- <use xlink:href="#glyph4-8" x="227.5" y="163"/>
545
- <use xlink:href="#glyph4-0" x="234.5" y="163"/>
546
- <use xlink:href="#glyph4-13" x="241.5" y="163"/>
547
- <use xlink:href="#glyph4-14" x="248.5" y="163"/>
548
- <use xlink:href="#glyph4-14" x="255.5" y="163"/>
549
- <use xlink:href="#glyph4-0" x="262.5" y="163"/>
550
- <use xlink:href="#glyph4-10" x="269.5" y="163"/>
551
- </g>
552
- <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
553
- <use xlink:href="#glyph4-6" x="308.75" y="163"/>
554
- <use xlink:href="#glyph4-15" x="315.75" y="163"/>
555
- <use xlink:href="#glyph4-16" x="322.75" y="163"/>
556
- <use xlink:href="#glyph4-8" x="329.75" y="163"/>
557
- <use xlink:href="#glyph4-0" x="336.75" y="163"/>
558
- <use xlink:href="#glyph4-0" x="343.75" y="163"/>
559
- <use xlink:href="#glyph4-17" x="350.75" y="163"/>
560
- <use xlink:href="#glyph4-13" x="357.75" y="163"/>
561
- <use xlink:href="#glyph4-18" x="364.75" y="163"/>
562
- <use xlink:href="#glyph4-10" x="371.75" y="163"/>
563
- </g>
564
- <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
565
- <use xlink:href="#glyph4-19" x="411" y="163"/>
566
- <use xlink:href="#glyph4-15" x="418" y="163"/>
567
- <use xlink:href="#glyph4-20" x="425" y="163"/>
568
- <use xlink:href="#glyph4-21" x="432" y="163"/>
569
- <use xlink:href="#glyph4-0" x="439" y="163"/>
570
- <use xlink:href="#glyph4-0" x="446" y="163"/>
571
- <use xlink:href="#glyph4-0" x="453" y="163"/>
572
- <use xlink:href="#glyph4-22" x="460" y="163"/>
573
- <use xlink:href="#glyph4-18" x="467" y="163"/>
574
- <use xlink:href="#glyph4-10" x="474" y="163"/>
575
- </g>
576
- <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
577
- <use xlink:href="#glyph4-0" x="16" y="177"/>
578
- <use xlink:href="#glyph4-0" x="23" y="177"/>
579
- <use xlink:href="#glyph4-23" x="30" y="177"/>
580
- <use xlink:href="#glyph4-24" x="37" y="177"/>
581
- <use xlink:href="#glyph4-15" x="44" y="177"/>
582
- <use xlink:href="#glyph4-7" x="51" y="177"/>
583
- <use xlink:href="#glyph4-20" x="58" y="177"/>
584
- <use xlink:href="#glyph4-25" x="65" y="177"/>
585
- <use xlink:href="#glyph4-4" x="72" y="177"/>
586
- <use xlink:href="#glyph4-21" x="79" y="177"/>
587
- </g>
588
- <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 "/>
589
- <path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,100%);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 "/>
590
- <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 "/>
591
- <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
592
- <use xlink:href="#glyph4-6" x="114.75" y="177"/>
593
- <use xlink:href="#glyph4-4" x="121.75" y="177"/>
594
- <use xlink:href="#glyph4-7" x="128.75" y="177"/>
595
- <use xlink:href="#glyph4-8" x="135.75" y="177"/>
596
- <use xlink:href="#glyph4-0" x="142.75" y="177"/>
597
- <use xlink:href="#glyph4-0" x="149.75" y="177"/>
598
- <use xlink:href="#glyph4-0" x="156.75" y="177"/>
599
- <use xlink:href="#glyph4-9" x="163.75" y="177"/>
600
- <use xlink:href="#glyph4-0" x="170.75" y="177"/>
601
- <use xlink:href="#glyph4-10" x="177.75" y="177"/>
602
- </g>
603
- <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
604
- <use xlink:href="#glyph4-11" x="213.5" y="177"/>
605
- <use xlink:href="#glyph4-5" x="220.5" y="177"/>
606
- <use xlink:href="#glyph4-12" x="227.5" y="177"/>
607
- <use xlink:href="#glyph4-8" x="234.5" y="177"/>
608
- <use xlink:href="#glyph4-0" x="241.5" y="177"/>
609
- <use xlink:href="#glyph4-13" x="248.5" y="177"/>
610
- <use xlink:href="#glyph4-14" x="255.5" y="177"/>
611
- <use xlink:href="#glyph4-14" x="262.5" y="177"/>
612
- <use xlink:href="#glyph4-0" x="269.5" y="177"/>
613
- <use xlink:href="#glyph4-10" x="276.5" y="177"/>
614
- </g>
615
- <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
616
- <use xlink:href="#glyph4-6" x="312.25" y="177"/>
617
- <use xlink:href="#glyph4-15" x="319.25" y="177"/>
618
- <use xlink:href="#glyph4-16" x="326.25" y="177"/>
619
- <use xlink:href="#glyph4-8" x="333.25" y="177"/>
620
- <use xlink:href="#glyph4-0" x="340.25" y="177"/>
621
- <use xlink:href="#glyph4-0" x="347.25" y="177"/>
622
- <use xlink:href="#glyph4-17" x="354.25" y="177"/>
623
- <use xlink:href="#glyph4-13" x="361.25" y="177"/>
624
- <use xlink:href="#glyph4-18" x="368.25" y="177"/>
625
- <use xlink:href="#glyph4-10" x="375.25" y="177"/>
626
- </g>
627
- <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
628
- <use xlink:href="#glyph4-19" x="411" y="177"/>
629
- <use xlink:href="#glyph4-15" x="418" y="177"/>
630
- <use xlink:href="#glyph4-20" x="425" y="177"/>
631
- <use xlink:href="#glyph4-21" x="432" y="177"/>
632
- <use xlink:href="#glyph4-0" x="439" y="177"/>
633
- <use xlink:href="#glyph4-0" x="446" y="177"/>
634
- <use xlink:href="#glyph4-0" x="453" y="177"/>
635
- <use xlink:href="#glyph4-22" x="460" y="177"/>
636
- <use xlink:href="#glyph4-18" x="467" y="177"/>
637
- <use xlink:href="#glyph4-10" x="474" y="177"/>
638
- </g>
639
- <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 "/>
640
- <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 "/>
641
- <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 "/>
642
- <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 "/>
643
- </g>
644
- </svg>