designix 0.5.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (237) hide show
  1. package/.eslintignore +17 -0
  2. package/.eslintrc.cjs +24 -0
  3. package/.prettierignore +15 -0
  4. package/.prettierrc +8 -0
  5. package/README.md +27 -0
  6. package/export_svg/base.svg +1 -0
  7. package/export_svg/base_cut.svg +1 -0
  8. package/export_svg/base_hollow.svg +1 -0
  9. package/export_svg/base_top.svg +1 -0
  10. package/export_svg/calculation_of_initAngle2.svg +1 -0
  11. package/export_svg/circles.svg +1 -0
  12. package/export_svg/circles_amplitude-offset.svg +1 -0
  13. package/export_svg/circles_amplitude-scale.svg +1 -0
  14. package/export_svg/circles_angle.svg +1 -0
  15. package/export_svg/default_param_blank.svg +1 -0
  16. package/export_svg/dummy_pole_static.svg +1 -0
  17. package/export_svg/dummy_pole_static_face.svg +1 -0
  18. package/export_svg/gear_addendeum_dedendum_sizes.svg +9 -0
  19. package/export_svg/gear_addendum_and_dedendum.svg +1 -0
  20. package/export_svg/gear_adherence_replaced_by_teeth.svg +1 -0
  21. package/export_svg/gear_base_circle_for_involute.svg +2 -0
  22. package/export_svg/gear_base_left_circle_for_involute.svg +2 -0
  23. package/export_svg/gear_base_right_circle_for_involute.svg +2 -0
  24. package/export_svg/gear_inter_axis_maximum_distance.svg +1 -0
  25. package/export_svg/gear_inter_axis_minimum_distance.svg +1 -0
  26. package/export_svg/gear_large_base_radius.svg +5 -0
  27. package/export_svg/gear_module_and_tooth_thickness.svg +3 -0
  28. package/export_svg/gear_optimum_base_radius.svg +5 -0
  29. package/export_svg/gear_optimum_base_radius_with_longer_inter_axis.svg +5 -0
  30. package/export_svg/gear_right_left_base_circles.svg +1 -0
  31. package/export_svg/gear_small_base_radius.svg +5 -0
  32. package/export_svg/gear_wheel_circles.svg +2 -0
  33. package/export_svg/gears.svg +71 -0
  34. package/export_svg/gears_motion_transmission_via_adherence.svg +1 -0
  35. package/export_svg/heliostat.svg +1 -0
  36. package/export_svg/heliostat2_face_sizing.svg +1 -0
  37. package/export_svg/heliostat2_side_sizing.svg +1 -0
  38. package/export_svg/heliostat_face_sizing.svg +1 -0
  39. package/export_svg/heliostat_overview.svg +1 -0
  40. package/export_svg/heliostat_side.svg +1 -0
  41. package/export_svg/heliostat_side_sizing.svg +1 -0
  42. package/export_svg/involute_of_circle.svg +19 -0
  43. package/export_svg/involute_of_circle_R0.svg +1 -0
  44. package/export_svg/involute_of_circle_Ri1_u0.svg +1 -0
  45. package/export_svg/involute_of_circle_Ri2_u2.svg +1 -0
  46. package/export_svg/left_side_angle_kitchen.svg +1 -0
  47. package/export_svg/negative_involute_of_circle_R0.svg +1 -0
  48. package/export_svg/point_c_position_and_speed_negative.svg +1 -0
  49. package/export_svg/point_c_position_and_speed_positive.svg +1 -0
  50. package/export_svg/pole_rotor.svg +1 -0
  51. package/export_svg/pole_rotor_cut.svg +1 -0
  52. package/export_svg/pole_rotor_ends.svg +1 -0
  53. package/export_svg/pole_stator.svg +3 -0
  54. package/export_svg/pole_stator_E2.svg +3 -0
  55. package/export_svg/pole_stator_bottom.svg +1 -0
  56. package/export_svg/pole_stator_cut.svg +1 -0
  57. package/export_svg/pole_stator_face.svg +1 -0
  58. package/export_svg/pole_stator_right.svg +1 -0
  59. package/export_svg/rake.svg +1 -0
  60. package/export_svg/rake_door.svg +1 -0
  61. package/export_svg/rake_face.svg +1 -0
  62. package/export_svg/rake_side.svg +1 -0
  63. package/export_svg/rake_side_stopper.svg +1 -0
  64. package/export_svg/rake_top.svg +1 -0
  65. package/export_svg/rake_top_stopper.svg +1 -0
  66. package/export_svg/rectangle.svg +1 -0
  67. package/export_svg/rectangle_height.svg +1 -0
  68. package/export_svg/rectangle_width.svg +1 -0
  69. package/export_svg/right_side_angle_kitchen.svg +1 -0
  70. package/export_svg/rod.svg +1 -0
  71. package/export_svg/rod_cut.svg +1 -0
  72. package/export_svg/rod_plate.svg +1 -0
  73. package/export_svg/rod_top.svg +1 -0
  74. package/export_svg/spider.svg +1 -0
  75. package/export_svg/spider_lateral.svg +1 -0
  76. package/export_svg/spider_profile.svg +1 -0
  77. package/export_svg/surface.svg +3 -0
  78. package/export_svg/surface_crenel.svg +1 -0
  79. package/export_svg/surface_extremities.svg +2 -0
  80. package/export_svg/surface_lz.svg +1 -0
  81. package/export_svg/surface_main.svg +1 -0
  82. package/export_svg/surface_power.svg +2 -0
  83. package/export_svg/surface_space_evolution.svg +1 -0
  84. package/export_svg/surface_space_shape.svg +1 -0
  85. package/export_svg/swing.svg +1 -0
  86. package/export_svg/swing_face.svg +1 -0
  87. package/export_svg/swing_side.svg +1 -0
  88. package/export_svg/swing_top.svg +1 -0
  89. package/export_svg/swing_with_rod.svg +1 -0
  90. package/export_svg/trapeze.svg +1 -0
  91. package/export_svg/trapeze_rod.svg +1 -0
  92. package/export_svg/trapeze_side.svg +1 -0
  93. package/export_svg/trapeze_top.svg +1 -0
  94. package/export_svg/verify_contour_1.svg +1 -0
  95. package/export_svg/verify_contour_1_l1.svg +1 -0
  96. package/export_svg/verify_contour_1_r1.svg +1 -0
  97. package/export_svg/verify_line.svg +1 -0
  98. package/export_svg/verify_line_2_l1cx.svg +1 -0
  99. package/export_svg/verify_line_p1x.svg +1 -0
  100. package/export_svg/verify_point.svg +1 -0
  101. package/export_svg/verify_point_p1x.svg +1 -0
  102. package/export_svg/verify_vector_p1x.svg +1 -0
  103. package/package.json +76 -0
  104. package/src/dummy/circles.ts +65 -0
  105. package/src/dummy/pole_static.ts +86 -0
  106. package/src/dummy/rectangle.ts +55 -0
  107. package/src/dummy/svg/circles.svg +288 -0
  108. package/src/dummy/svg/circles_amplitude-offset.svg +109 -0
  109. package/src/dummy/svg/circles_amplitude-scale.svg +122 -0
  110. package/src/dummy/svg/circles_angle.svg +110 -0
  111. package/src/dummy/svg/dummy_pole_static.svg +192 -0
  112. package/src/dummy/svg/dummy_pole_static_face.svg +176 -0
  113. package/src/dummy/svg/rectangle.svg +131 -0
  114. package/src/dummy/svg/rectangle_height.svg +82 -0
  115. package/src/dummy/svg/rectangle_width.svg +81 -0
  116. package/src/gears/gearWheelProfile.test.ts +25 -0
  117. package/src/gears/gearWheelProfile.ts +753 -0
  118. package/src/gears/gear_wheel_wheel.ts +335 -0
  119. package/src/gears/involute.test.ts +21 -0
  120. package/src/gears/involute.ts +113 -0
  121. package/src/gears/simplified_gear_wheel.ts +242 -0
  122. package/src/gears/svg/calculation_of_initAngle2.svg +376 -0
  123. package/src/gears/svg/gear_addendeum_dedendum_sizes.svg +471 -0
  124. package/src/gears/svg/gear_addendum_and_dedendum.svg +269 -0
  125. package/src/gears/svg/gear_adherence_replaced_by_teeth.svg +168 -0
  126. package/src/gears/svg/gear_base_circle_for_involute.svg +376 -0
  127. package/src/gears/svg/gear_base_left_circle_for_involute.svg +556 -0
  128. package/src/gears/svg/gear_base_right_circle_for_involute.svg +516 -0
  129. package/src/gears/svg/gear_inter_axis_maximum_distance.svg +218 -0
  130. package/src/gears/svg/gear_inter_axis_minimum_distance.svg +218 -0
  131. package/src/gears/svg/gear_large_base_radius.svg +199 -0
  132. package/src/gears/svg/gear_module_and_tooth_thickness.svg +319 -0
  133. package/src/gears/svg/gear_optimum_base_radius.svg +232 -0
  134. package/src/gears/svg/gear_optimum_base_radius_with_longer_inter_axis.svg +344 -0
  135. package/src/gears/svg/gear_right_left_base_circles.svg +295 -0
  136. package/src/gears/svg/gear_small_base_radius.svg +163 -0
  137. package/src/gears/svg/gear_wheel_circles.svg +348 -0
  138. package/src/gears/svg/gears.svg +4726 -0
  139. package/src/gears/svg/gears_motion_transmission_via_adherence.svg +178 -0
  140. package/src/gears/svg/involute_of_circle.svg +2745 -0
  141. package/src/gears/svg/involute_of_circle_R0.svg +334 -0
  142. package/src/gears/svg/involute_of_circle_Ri1_u0.svg +297 -0
  143. package/src/gears/svg/involute_of_circle_Ri2_u2.svg +386 -0
  144. package/src/gears/svg/left_side_angle_kitchen.svg +207 -0
  145. package/src/gears/svg/negative_involute_of_circle_R0.svg +381 -0
  146. package/src/gears/svg/point_c_position_and_speed_negative.svg +343 -0
  147. package/src/gears/svg/point_c_position_and_speed_positive.svg +339 -0
  148. package/src/gears/svg/right_side_angle_kitchen.svg +201 -0
  149. package/src/gears/wheelElements.test.ts +13 -0
  150. package/src/gears/wheelElements.ts +176 -0
  151. package/src/geometrix_verification/svg/verify_contour_1.svg +320 -0
  152. package/src/geometrix_verification/svg/verify_contour_1_l1.svg +102 -0
  153. package/src/geometrix_verification/svg/verify_contour_1_r1.svg +170 -0
  154. package/src/geometrix_verification/svg/verify_line.svg +845 -0
  155. package/src/geometrix_verification/svg/verify_line_2_l1cx.svg +274 -0
  156. package/src/geometrix_verification/svg/verify_line_p1x.svg +261 -0
  157. package/src/geometrix_verification/svg/verify_point.svg +350 -0
  158. package/src/geometrix_verification/svg/verify_point_p1x.svg +258 -0
  159. package/src/geometrix_verification/svg/verify_vector_p1x.svg +282 -0
  160. package/src/geometrix_verification/verify_contour_1.ts +94 -0
  161. package/src/geometrix_verification/verify_contour_2.ts +267 -0
  162. package/src/geometrix_verification/verify_contour_3.ts +409 -0
  163. package/src/geometrix_verification/verify_contour_4.ts +91 -0
  164. package/src/geometrix_verification/verify_exports_1.ts +95 -0
  165. package/src/geometrix_verification/verify_line.ts +76 -0
  166. package/src/geometrix_verification/verify_line_2.ts +76 -0
  167. package/src/geometrix_verification/verify_line_3.ts +64 -0
  168. package/src/geometrix_verification/verify_point.ts +62 -0
  169. package/src/geometrix_verification/verify_point_2.ts +66 -0
  170. package/src/geometrix_verification/verify_vector.ts +70 -0
  171. package/src/heliostat/base.ts +254 -0
  172. package/src/heliostat/heliostat.ts +317 -0
  173. package/src/heliostat/heliostat_2.ts +284 -0
  174. package/src/heliostat/pole_rotor.ts +165 -0
  175. package/src/heliostat/pole_static.ts +275 -0
  176. package/src/heliostat/rake.ts +486 -0
  177. package/src/heliostat/rake_stopper.ts +409 -0
  178. package/src/heliostat/rod.ts +200 -0
  179. package/src/heliostat/spider.ts +238 -0
  180. package/src/heliostat/surface.ts +320 -0
  181. package/src/heliostat/svg/base.svg +1367 -0
  182. package/src/heliostat/svg/base_cut.svg +459 -0
  183. package/src/heliostat/svg/base_hollow.svg +469 -0
  184. package/src/heliostat/svg/base_top.svg +338 -0
  185. package/src/heliostat/svg/heliostat.svg +8013 -0
  186. package/src/heliostat/svg/heliostat2_face_sizing.svg +1386 -0
  187. package/src/heliostat/svg/heliostat2_side_sizing.svg +984 -0
  188. package/src/heliostat/svg/heliostat_face_sizing.svg +1448 -0
  189. package/src/heliostat/svg/heliostat_overview.svg +1552 -0
  190. package/src/heliostat/svg/heliostat_side.svg +1470 -0
  191. package/src/heliostat/svg/heliostat_side_sizing.svg +1128 -0
  192. package/src/heliostat/svg/pole_rotor.svg +592 -0
  193. package/src/heliostat/svg/pole_rotor_cut.svg +287 -0
  194. package/src/heliostat/svg/pole_rotor_ends.svg +336 -0
  195. package/src/heliostat/svg/pole_stator.svg +1945 -0
  196. package/src/heliostat/svg/pole_stator_E2.svg +410 -0
  197. package/src/heliostat/svg/pole_stator_bottom.svg +330 -0
  198. package/src/heliostat/svg/pole_stator_cut.svg +465 -0
  199. package/src/heliostat/svg/pole_stator_face.svg +457 -0
  200. package/src/heliostat/svg/pole_stator_right.svg +357 -0
  201. package/src/heliostat/svg/rake.svg +4691 -0
  202. package/src/heliostat/svg/rake_door.svg +617 -0
  203. package/src/heliostat/svg/rake_face.svg +1211 -0
  204. package/src/heliostat/svg/rake_side.svg +809 -0
  205. package/src/heliostat/svg/rake_side_stopper.svg +596 -0
  206. package/src/heliostat/svg/rake_top.svg +514 -0
  207. package/src/heliostat/svg/rake_top_stopper.svg +565 -0
  208. package/src/heliostat/svg/rod.svg +1314 -0
  209. package/src/heliostat/svg/rod_cut.svg +265 -0
  210. package/src/heliostat/svg/rod_plate.svg +409 -0
  211. package/src/heliostat/svg/rod_top.svg +577 -0
  212. package/src/heliostat/svg/spider.svg +693 -0
  213. package/src/heliostat/svg/spider_lateral.svg +222 -0
  214. package/src/heliostat/svg/spider_profile.svg +429 -0
  215. package/src/heliostat/svg/surface.svg +3577 -0
  216. package/src/heliostat/svg/surface_crenel.svg +1335 -0
  217. package/src/heliostat/svg/surface_extremities.svg +510 -0
  218. package/src/heliostat/svg/surface_lz.svg +182 -0
  219. package/src/heliostat/svg/surface_main.svg +366 -0
  220. package/src/heliostat/svg/surface_power.svg +331 -0
  221. package/src/heliostat/svg/surface_space_evolution.svg +210 -0
  222. package/src/heliostat/svg/surface_space_shape.svg +98 -0
  223. package/src/heliostat/svg/swing.svg +3310 -0
  224. package/src/heliostat/svg/swing_face.svg +902 -0
  225. package/src/heliostat/svg/swing_side.svg +574 -0
  226. package/src/heliostat/svg/swing_top.svg +923 -0
  227. package/src/heliostat/svg/swing_with_rod.svg +547 -0
  228. package/src/heliostat/svg/trapeze.svg +1711 -0
  229. package/src/heliostat/svg/trapeze_rod.svg +122 -0
  230. package/src/heliostat/svg/trapeze_side.svg +361 -0
  231. package/src/heliostat/svg/trapeze_top.svg +1057 -0
  232. package/src/heliostat/swing.ts +246 -0
  233. package/src/heliostat/trapeze.ts +510 -0
  234. package/src/index.ts +33 -0
  235. package/src/svg/default_param_blank.svg +40 -0
  236. package/tsconfig.json +13 -0
  237. package/vitest.config.ts +7 -0
@@ -0,0 +1,4691 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ width="600"
6
+ height="6000"
7
+ viewBox="0 0 158.75 1587.5"
8
+ version="1.1"
9
+ id="svg1"
10
+ inkscape:version="1.3.1 (1:1.3.1+202311172155+91b66b0783)"
11
+ sodipodi:docname="rake.svg"
12
+ inkscape:export-filename="rake.svg"
13
+ inkscape:export-xdpi="96"
14
+ inkscape:export-ydpi="96"
15
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
16
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
17
+ xmlns="http://www.w3.org/2000/svg"
18
+ xmlns:svg="http://www.w3.org/2000/svg">
19
+ <sodipodi:namedview
20
+ id="namedview1"
21
+ pagecolor="#ffffff"
22
+ bordercolor="#666666"
23
+ borderopacity="1.0"
24
+ inkscape:showpageshadow="2"
25
+ inkscape:pageopacity="0.0"
26
+ inkscape:pagecheckerboard="0"
27
+ inkscape:deskcolor="#d1d1d1"
28
+ inkscape:document-units="px"
29
+ inkscape:zoom="0.7483547"
30
+ inkscape:cx="489.74103"
31
+ inkscape:cy="2999.9143"
32
+ inkscape:window-width="1370"
33
+ inkscape:window-height="836"
34
+ inkscape:window-x="0"
35
+ inkscape:window-y="0"
36
+ inkscape:window-maximized="1"
37
+ inkscape:current-layer="layer1" />
38
+ <defs
39
+ id="defs1">
40
+ <rect
41
+ x="105.27866"
42
+ y="3719.7017"
43
+ width="57.139303"
44
+ height="41.878517"
45
+ id="rect30" />
46
+ <rect
47
+ x="98.764412"
48
+ y="3387.5897"
49
+ width="64.478703"
50
+ height="48.026574"
51
+ id="rect29" />
52
+ <rect
53
+ x="175.91412"
54
+ y="3377.8161"
55
+ width="64.502951"
56
+ height="44.276574"
57
+ id="rect8" />
58
+ <rect
59
+ x="203.51279"
60
+ y="3381.3262"
61
+ width="75.125927"
62
+ height="49.827755"
63
+ id="rect7" />
64
+ <rect
65
+ x="123.23388"
66
+ y="2688.228"
67
+ width="53.513226"
68
+ height="29.457851"
69
+ id="rect56" />
70
+ <rect
71
+ x="488.37866"
72
+ y="2688.1392"
73
+ width="47.797562"
74
+ height="51.957729"
75
+ id="rect55" />
76
+ <rect
77
+ x="434.06421"
78
+ y="2707.7551"
79
+ width="64.96804"
80
+ height="61.194138"
81
+ id="rect54" />
82
+ <rect
83
+ x="491.48965"
84
+ y="2600.2251"
85
+ width="60.390293"
86
+ height="41.014454"
87
+ id="rect53" />
88
+ <rect
89
+ x="353.19995"
90
+ y="994.04462"
91
+ width="30.905689"
92
+ height="17.691807"
93
+ id="rect51" />
94
+ <rect
95
+ x="357.1192"
96
+ y="963.16498"
97
+ width="43.398129"
98
+ height="20.344488"
99
+ id="rect5" />
100
+ <rect
101
+ x="59.521198"
102
+ y="718.41455"
103
+ width="47.202511"
104
+ height="34.643707"
105
+ id="rect4" />
106
+ <rect
107
+ x="81.723557"
108
+ y="653.98413"
109
+ width="42.509922"
110
+ height="19.934357"
111
+ id="rect28" />
112
+ <rect
113
+ x="45.675442"
114
+ y="650.34448"
115
+ width="66.905762"
116
+ height="49.507496"
117
+ id="rect26" />
118
+ <rect
119
+ x="245.25417"
120
+ y="243.19498"
121
+ width="158.83022"
122
+ height="32.991646"
123
+ id="rect3" />
124
+ <rect
125
+ x="394.87665"
126
+ y="926.4021"
127
+ width="43.272156"
128
+ height="33.539722"
129
+ id="rect24" />
130
+ <rect
131
+ x="502.50931"
132
+ y="908.67499"
133
+ width="63.67548"
134
+ height="33.806641"
135
+ id="rect23" />
136
+ <rect
137
+ x="91.854698"
138
+ y="1150.0854"
139
+ width="37.081078"
140
+ height="23.941315"
141
+ id="rect22" />
142
+ <rect
143
+ x="509.18997"
144
+ y="985.6062"
145
+ width="49.059448"
146
+ height="38.429615"
147
+ id="rect21" />
148
+ <rect
149
+ x="69.848541"
150
+ y="1234.6669"
151
+ width="61.201969"
152
+ height="55.42889"
153
+ id="rect20" />
154
+ <rect
155
+ x="90.341415"
156
+ y="1234.4738"
157
+ width="62.011036"
158
+ height="48.429157"
159
+ id="rect19" />
160
+ <rect
161
+ x="492.41345"
162
+ y="1281.6532"
163
+ width="61.664055"
164
+ height="44.836998"
165
+ id="rect18" />
166
+ <rect
167
+ x="437.35483"
168
+ y="1313.5138"
169
+ width="49.128159"
170
+ height="36.037956"
171
+ id="rect17" />
172
+ <rect
173
+ x="269.01959"
174
+ y="1337.4392"
175
+ width="89.479607"
176
+ height="57.232327"
177
+ id="rect16" />
178
+ <rect
179
+ x="453.95419"
180
+ y="1279.0428"
181
+ width="64.279037"
182
+ height="48.515285"
183
+ id="rect15" />
184
+ <marker
185
+ style="overflow:visible"
186
+ id="marker15"
187
+ refX="0"
188
+ refY="0"
189
+ orient="auto-start-reverse"
190
+ inkscape:stockid="Rounded arrow"
191
+ markerWidth="1"
192
+ markerHeight="1"
193
+ viewBox="0 0 1 1"
194
+ inkscape:isstock="true"
195
+ inkscape:collect="always"
196
+ preserveAspectRatio="xMidYMid">
197
+ <path
198
+ transform="scale(0.7)"
199
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
200
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
201
+ id="path15" />
202
+ </marker>
203
+ <rect
204
+ x="354.03186"
205
+ y="1673.1481"
206
+ width="56.65292"
207
+ height="55.247772"
208
+ id="rect12" />
209
+ <rect
210
+ x="272.34225"
211
+ y="1674.8813"
212
+ width="50.344818"
213
+ height="33.864655"
214
+ id="rect11" />
215
+ <rect
216
+ x="276.07886"
217
+ y="1680.3469"
218
+ width="98.659035"
219
+ height="60.339565"
220
+ id="rect10" />
221
+ <rect
222
+ x="350.60654"
223
+ y="1212.2484"
224
+ width="100.99532"
225
+ height="41.836861"
226
+ id="rect9" />
227
+ <rect
228
+ x="56.22047"
229
+ y="100.65207"
230
+ width="259.56201"
231
+ height="104.2249"
232
+ id="rect1" />
233
+ <marker
234
+ style="overflow:visible"
235
+ id="RoundedArrow-7-7-9"
236
+ refX="0"
237
+ refY="0"
238
+ orient="auto-start-reverse"
239
+ inkscape:stockid="Rounded arrow"
240
+ markerWidth="1"
241
+ markerHeight="1"
242
+ viewBox="0 0 1 1"
243
+ inkscape:isstock="true"
244
+ inkscape:collect="always"
245
+ preserveAspectRatio="xMidYMid">
246
+ <path
247
+ transform="scale(0.7)"
248
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
249
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
250
+ id="path8-67-2-9" />
251
+ </marker>
252
+ <rect
253
+ x="348.78598"
254
+ y="275.76746"
255
+ width="64.57917"
256
+ height="35.918922"
257
+ id="rect5-3-3" />
258
+ <rect
259
+ x="348.78598"
260
+ y="275.76746"
261
+ width="64.57917"
262
+ height="35.918922"
263
+ id="rect5-3-3-3" />
264
+ <rect
265
+ x="348.78598"
266
+ y="275.76746"
267
+ width="64.57917"
268
+ height="35.918922"
269
+ id="rect5-3-3-0" />
270
+ <marker
271
+ style="overflow:visible"
272
+ id="RoundedArrow-7-7"
273
+ refX="0"
274
+ refY="0"
275
+ orient="auto-start-reverse"
276
+ inkscape:stockid="Rounded arrow"
277
+ markerWidth="1"
278
+ markerHeight="1"
279
+ viewBox="0 0 1 1"
280
+ inkscape:isstock="true"
281
+ inkscape:collect="always"
282
+ preserveAspectRatio="xMidYMid">
283
+ <path
284
+ transform="scale(0.7)"
285
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
286
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
287
+ id="path8-67-2" />
288
+ </marker>
289
+ <marker
290
+ style="overflow:visible"
291
+ id="RoundedArrow-7-7-9-2"
292
+ refX="0"
293
+ refY="0"
294
+ orient="auto-start-reverse"
295
+ inkscape:stockid="Rounded arrow"
296
+ markerWidth="1"
297
+ markerHeight="1"
298
+ viewBox="0 0 1 1"
299
+ inkscape:isstock="true"
300
+ inkscape:collect="always"
301
+ preserveAspectRatio="xMidYMid">
302
+ <path
303
+ transform="scale(0.7)"
304
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
305
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
306
+ id="path8-67-2-9-9" />
307
+ </marker>
308
+ <rect
309
+ x="348.78598"
310
+ y="275.76746"
311
+ width="64.57917"
312
+ height="35.918922"
313
+ id="rect5-3-3-3-7" />
314
+ <rect
315
+ x="55.143906"
316
+ y="1137.6799"
317
+ width="45.351578"
318
+ height="36.638477"
319
+ id="rect27" />
320
+ <marker
321
+ style="overflow:visible"
322
+ id="RoundedArrow"
323
+ refX="0"
324
+ refY="0"
325
+ orient="auto-start-reverse"
326
+ inkscape:stockid="Rounded arrow"
327
+ markerWidth="1"
328
+ markerHeight="1"
329
+ viewBox="0 0 1 1"
330
+ inkscape:isstock="true"
331
+ inkscape:collect="always"
332
+ preserveAspectRatio="xMidYMid">
333
+ <path
334
+ transform="scale(0.7)"
335
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
336
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
337
+ id="path8-9" />
338
+ </marker>
339
+ <marker
340
+ style="overflow:visible"
341
+ id="RoundedArrow-7-7-9-1-2"
342
+ refX="0"
343
+ refY="0"
344
+ orient="auto-start-reverse"
345
+ inkscape:stockid="Rounded arrow"
346
+ markerWidth="1"
347
+ markerHeight="1"
348
+ viewBox="0 0 1 1"
349
+ inkscape:isstock="true"
350
+ inkscape:collect="always"
351
+ preserveAspectRatio="xMidYMid">
352
+ <path
353
+ transform="scale(0.7)"
354
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
355
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
356
+ id="path8-67-2-9-1-6" />
357
+ </marker>
358
+ <rect
359
+ x="348.78598"
360
+ y="275.76746"
361
+ width="64.57917"
362
+ height="35.918922"
363
+ id="rect5-3-3-2" />
364
+ <marker
365
+ style="overflow:visible"
366
+ id="RoundedArrow-1"
367
+ refX="0"
368
+ refY="0"
369
+ orient="auto-start-reverse"
370
+ inkscape:stockid="Rounded arrow"
371
+ markerWidth="1"
372
+ markerHeight="1"
373
+ viewBox="0 0 1 1"
374
+ inkscape:isstock="true"
375
+ inkscape:collect="always"
376
+ preserveAspectRatio="xMidYMid">
377
+ <path
378
+ transform="scale(0.7)"
379
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
380
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
381
+ id="path8-9-0" />
382
+ </marker>
383
+ <marker
384
+ style="overflow:visible"
385
+ id="RoundedArrow-1-4"
386
+ refX="0"
387
+ refY="0"
388
+ orient="auto-start-reverse"
389
+ inkscape:stockid="Rounded arrow"
390
+ markerWidth="1"
391
+ markerHeight="1"
392
+ viewBox="0 0 1 1"
393
+ inkscape:isstock="true"
394
+ inkscape:collect="always"
395
+ preserveAspectRatio="xMidYMid">
396
+ <path
397
+ transform="scale(0.7)"
398
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
399
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
400
+ id="path8-9-0-9" />
401
+ </marker>
402
+ <marker
403
+ style="overflow:visible"
404
+ id="RoundedArrow-7-7-9-1-2-7"
405
+ refX="0"
406
+ refY="0"
407
+ orient="auto-start-reverse"
408
+ inkscape:stockid="Rounded arrow"
409
+ markerWidth="1"
410
+ markerHeight="1"
411
+ viewBox="0 0 1 1"
412
+ inkscape:isstock="true"
413
+ inkscape:collect="always"
414
+ preserveAspectRatio="xMidYMid">
415
+ <path
416
+ transform="scale(0.7)"
417
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
418
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
419
+ id="path8-67-2-9-1-6-3" />
420
+ </marker>
421
+ <marker
422
+ style="overflow:visible"
423
+ id="RoundedArrow-7-7-9-0"
424
+ refX="0"
425
+ refY="0"
426
+ orient="auto-start-reverse"
427
+ inkscape:stockid="Rounded arrow"
428
+ markerWidth="1"
429
+ markerHeight="1"
430
+ viewBox="0 0 1 1"
431
+ inkscape:isstock="true"
432
+ inkscape:collect="always"
433
+ preserveAspectRatio="xMidYMid">
434
+ <path
435
+ transform="scale(0.7)"
436
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
437
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
438
+ id="path8-67-2-9-8" />
439
+ </marker>
440
+ <marker
441
+ style="overflow:visible"
442
+ id="marker15-1"
443
+ refX="0"
444
+ refY="0"
445
+ orient="auto-start-reverse"
446
+ inkscape:stockid="Rounded arrow"
447
+ markerWidth="1"
448
+ markerHeight="1"
449
+ viewBox="0 0 1 1"
450
+ inkscape:isstock="true"
451
+ inkscape:collect="always"
452
+ preserveAspectRatio="xMidYMid">
453
+ <path
454
+ transform="scale(0.7)"
455
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
456
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
457
+ id="path15-0" />
458
+ </marker>
459
+ <marker
460
+ style="overflow:visible"
461
+ id="RoundedArrow-7-7-9-1-2-9"
462
+ refX="0"
463
+ refY="0"
464
+ orient="auto-start-reverse"
465
+ inkscape:stockid="Rounded arrow"
466
+ markerWidth="1"
467
+ markerHeight="1"
468
+ viewBox="0 0 1 1"
469
+ inkscape:isstock="true"
470
+ inkscape:collect="always"
471
+ preserveAspectRatio="xMidYMid">
472
+ <path
473
+ transform="scale(0.7)"
474
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
475
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
476
+ id="path8-67-2-9-1-6-6" />
477
+ </marker>
478
+ <marker
479
+ style="overflow:visible"
480
+ id="RoundedArrow-7-7-9-1-2-9-5"
481
+ refX="0"
482
+ refY="0"
483
+ orient="auto-start-reverse"
484
+ inkscape:stockid="Rounded arrow"
485
+ markerWidth="1"
486
+ markerHeight="1"
487
+ viewBox="0 0 1 1"
488
+ inkscape:isstock="true"
489
+ inkscape:collect="always"
490
+ preserveAspectRatio="xMidYMid">
491
+ <path
492
+ transform="scale(0.7)"
493
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
494
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
495
+ id="path8-67-2-9-1-6-6-3" />
496
+ </marker>
497
+ <rect
498
+ x="269.01959"
499
+ y="1337.4392"
500
+ width="89.479607"
501
+ height="57.232327"
502
+ id="rect16-8" />
503
+ <marker
504
+ style="overflow:visible"
505
+ id="RoundedArrow-7-7-9-1-2-9-5-8"
506
+ refX="0"
507
+ refY="0"
508
+ orient="auto-start-reverse"
509
+ inkscape:stockid="Rounded arrow"
510
+ markerWidth="1"
511
+ markerHeight="1"
512
+ viewBox="0 0 1 1"
513
+ inkscape:isstock="true"
514
+ inkscape:collect="always"
515
+ preserveAspectRatio="xMidYMid">
516
+ <path
517
+ transform="scale(0.7)"
518
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
519
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
520
+ id="path8-67-2-9-1-6-6-3-9" />
521
+ </marker>
522
+ <rect
523
+ x="269.01959"
524
+ y="1337.4392"
525
+ width="89.479607"
526
+ height="57.232327"
527
+ id="rect16-8-7" />
528
+ <marker
529
+ style="overflow:visible"
530
+ id="RoundedArrow-7-7-9-1-2-9-5-8-2"
531
+ refX="0"
532
+ refY="0"
533
+ orient="auto-start-reverse"
534
+ inkscape:stockid="Rounded arrow"
535
+ markerWidth="1"
536
+ markerHeight="1"
537
+ viewBox="0 0 1 1"
538
+ inkscape:isstock="true"
539
+ inkscape:collect="always"
540
+ preserveAspectRatio="xMidYMid">
541
+ <path
542
+ transform="scale(0.7)"
543
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
544
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
545
+ id="path8-67-2-9-1-6-6-3-9-4" />
546
+ </marker>
547
+ <marker
548
+ style="overflow:visible"
549
+ id="RoundedArrow-7-7-9-1-2-9-5-8-2-8"
550
+ refX="0"
551
+ refY="0"
552
+ orient="auto-start-reverse"
553
+ inkscape:stockid="Rounded arrow"
554
+ markerWidth="1"
555
+ markerHeight="1"
556
+ viewBox="0 0 1 1"
557
+ inkscape:isstock="true"
558
+ inkscape:collect="always"
559
+ preserveAspectRatio="xMidYMid">
560
+ <path
561
+ transform="scale(0.7)"
562
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
563
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
564
+ id="path8-67-2-9-1-6-6-3-9-4-1" />
565
+ </marker>
566
+ <marker
567
+ style="overflow:visible"
568
+ id="marker15-1-6"
569
+ refX="0"
570
+ refY="0"
571
+ orient="auto-start-reverse"
572
+ inkscape:stockid="Rounded arrow"
573
+ markerWidth="1"
574
+ markerHeight="1"
575
+ viewBox="0 0 1 1"
576
+ inkscape:isstock="true"
577
+ inkscape:collect="always"
578
+ preserveAspectRatio="xMidYMid">
579
+ <path
580
+ transform="scale(0.7)"
581
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
582
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
583
+ id="path15-0-8" />
584
+ </marker>
585
+ <marker
586
+ style="overflow:visible"
587
+ id="marker15-0"
588
+ refX="0"
589
+ refY="0"
590
+ orient="auto-start-reverse"
591
+ inkscape:stockid="Rounded arrow"
592
+ markerWidth="1"
593
+ markerHeight="1"
594
+ viewBox="0 0 1 1"
595
+ inkscape:isstock="true"
596
+ inkscape:collect="always"
597
+ preserveAspectRatio="xMidYMid">
598
+ <path
599
+ transform="scale(0.7)"
600
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
601
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
602
+ id="path15-2" />
603
+ </marker>
604
+ <marker
605
+ style="overflow:visible"
606
+ id="marker15-8"
607
+ refX="0"
608
+ refY="0"
609
+ orient="auto-start-reverse"
610
+ inkscape:stockid="Rounded arrow"
611
+ markerWidth="1"
612
+ markerHeight="1"
613
+ viewBox="0 0 1 1"
614
+ inkscape:isstock="true"
615
+ inkscape:collect="always"
616
+ preserveAspectRatio="xMidYMid">
617
+ <path
618
+ transform="scale(0.7)"
619
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
620
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
621
+ id="path15-5" />
622
+ </marker>
623
+ <marker
624
+ style="overflow:visible"
625
+ id="marker15-1-0"
626
+ refX="0"
627
+ refY="0"
628
+ orient="auto-start-reverse"
629
+ inkscape:stockid="Rounded arrow"
630
+ markerWidth="1"
631
+ markerHeight="1"
632
+ viewBox="0 0 1 1"
633
+ inkscape:isstock="true"
634
+ inkscape:collect="always"
635
+ preserveAspectRatio="xMidYMid">
636
+ <path
637
+ transform="scale(0.7)"
638
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
639
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
640
+ id="path15-0-6" />
641
+ </marker>
642
+ <marker
643
+ style="overflow:visible"
644
+ id="RoundedArrow-7-7-9-1-2-9-5-8-2-8-7"
645
+ refX="0"
646
+ refY="0"
647
+ orient="auto-start-reverse"
648
+ inkscape:stockid="Rounded arrow"
649
+ markerWidth="1"
650
+ markerHeight="1"
651
+ viewBox="0 0 1 1"
652
+ inkscape:isstock="true"
653
+ inkscape:collect="always"
654
+ preserveAspectRatio="xMidYMid">
655
+ <path
656
+ transform="scale(0.7)"
657
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
658
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
659
+ id="path8-67-2-9-1-6-6-3-9-4-1-2" />
660
+ </marker>
661
+ <marker
662
+ style="overflow:visible"
663
+ id="RoundedArrow-7-7-9-1-2-9-5-8-2-8-7-0"
664
+ refX="0"
665
+ refY="0"
666
+ orient="auto-start-reverse"
667
+ inkscape:stockid="Rounded arrow"
668
+ markerWidth="1"
669
+ markerHeight="1"
670
+ viewBox="0 0 1 1"
671
+ inkscape:isstock="true"
672
+ inkscape:collect="always"
673
+ preserveAspectRatio="xMidYMid">
674
+ <path
675
+ transform="scale(0.7)"
676
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
677
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
678
+ id="path8-67-2-9-1-6-6-3-9-4-1-2-3" />
679
+ </marker>
680
+ <rect
681
+ x="509.18997"
682
+ y="985.6062"
683
+ width="49.059448"
684
+ height="38.429615"
685
+ id="rect21-4" />
686
+ <marker
687
+ style="overflow:visible"
688
+ id="marker15-1-6-9"
689
+ refX="0"
690
+ refY="0"
691
+ orient="auto-start-reverse"
692
+ inkscape:stockid="Rounded arrow"
693
+ markerWidth="1"
694
+ markerHeight="1"
695
+ viewBox="0 0 1 1"
696
+ inkscape:isstock="true"
697
+ inkscape:collect="always"
698
+ preserveAspectRatio="xMidYMid">
699
+ <path
700
+ transform="scale(0.7)"
701
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
702
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
703
+ id="path15-0-8-3" />
704
+ </marker>
705
+ <marker
706
+ style="overflow:visible"
707
+ id="marker15-0-3"
708
+ refX="0"
709
+ refY="0"
710
+ orient="auto-start-reverse"
711
+ inkscape:stockid="Rounded arrow"
712
+ markerWidth="1"
713
+ markerHeight="1"
714
+ viewBox="0 0 1 1"
715
+ inkscape:isstock="true"
716
+ inkscape:collect="always"
717
+ preserveAspectRatio="xMidYMid">
718
+ <path
719
+ transform="scale(0.7)"
720
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
721
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
722
+ id="path15-2-8" />
723
+ </marker>
724
+ <marker
725
+ style="overflow:visible"
726
+ id="RoundedArrow-7-7-9-1-2-9-5-8-2-8-7-2"
727
+ refX="0"
728
+ refY="0"
729
+ orient="auto-start-reverse"
730
+ inkscape:stockid="Rounded arrow"
731
+ markerWidth="1"
732
+ markerHeight="1"
733
+ viewBox="0 0 1 1"
734
+ inkscape:isstock="true"
735
+ inkscape:collect="always"
736
+ preserveAspectRatio="xMidYMid">
737
+ <path
738
+ transform="scale(0.7)"
739
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
740
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
741
+ id="path8-67-2-9-1-6-6-3-9-4-1-2-6" />
742
+ </marker>
743
+ <rect
744
+ x="509.18997"
745
+ y="985.6062"
746
+ width="49.059448"
747
+ height="38.429615"
748
+ id="rect21-7" />
749
+ <marker
750
+ style="overflow:visible"
751
+ id="RoundedArrow-7-7-9-1-2-9-5-8-2-8-2"
752
+ refX="0"
753
+ refY="0"
754
+ orient="auto-start-reverse"
755
+ inkscape:stockid="Rounded arrow"
756
+ markerWidth="1"
757
+ markerHeight="1"
758
+ viewBox="0 0 1 1"
759
+ inkscape:isstock="true"
760
+ inkscape:collect="always"
761
+ preserveAspectRatio="xMidYMid">
762
+ <path
763
+ transform="scale(0.7)"
764
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
765
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
766
+ id="path8-67-2-9-1-6-6-3-9-4-1-7" />
767
+ </marker>
768
+ <marker
769
+ style="overflow:visible"
770
+ id="marker15-7"
771
+ refX="0"
772
+ refY="0"
773
+ orient="auto-start-reverse"
774
+ inkscape:stockid="Rounded arrow"
775
+ markerWidth="1"
776
+ markerHeight="1"
777
+ viewBox="0 0 1 1"
778
+ inkscape:isstock="true"
779
+ inkscape:collect="always"
780
+ preserveAspectRatio="xMidYMid">
781
+ <path
782
+ transform="scale(0.7)"
783
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
784
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
785
+ id="path15-53" />
786
+ </marker>
787
+ <marker
788
+ style="overflow:visible"
789
+ id="marker15-1-5"
790
+ refX="0"
791
+ refY="0"
792
+ orient="auto-start-reverse"
793
+ inkscape:stockid="Rounded arrow"
794
+ markerWidth="1"
795
+ markerHeight="1"
796
+ viewBox="0 0 1 1"
797
+ inkscape:isstock="true"
798
+ inkscape:collect="always"
799
+ preserveAspectRatio="xMidYMid">
800
+ <path
801
+ transform="scale(0.7)"
802
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
803
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
804
+ id="path15-0-62" />
805
+ </marker>
806
+ <rect
807
+ x="453.95419"
808
+ y="1279.0428"
809
+ width="64.279037"
810
+ height="48.515285"
811
+ id="rect15-9" />
812
+ <marker
813
+ style="overflow:visible"
814
+ id="RoundedArrow-7-7-9-1-2-9-1"
815
+ refX="0"
816
+ refY="0"
817
+ orient="auto-start-reverse"
818
+ inkscape:stockid="Rounded arrow"
819
+ markerWidth="1"
820
+ markerHeight="1"
821
+ viewBox="0 0 1 1"
822
+ inkscape:isstock="true"
823
+ inkscape:collect="always"
824
+ preserveAspectRatio="xMidYMid">
825
+ <path
826
+ transform="scale(0.7)"
827
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
828
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
829
+ id="path8-67-2-9-1-6-6-2" />
830
+ </marker>
831
+ <rect
832
+ x="269.01959"
833
+ y="1337.4392"
834
+ width="89.479607"
835
+ height="57.232327"
836
+ id="rect16-7" />
837
+ <marker
838
+ style="overflow:visible"
839
+ id="RoundedArrow-7-7-9-1-2-9-5-0"
840
+ refX="0"
841
+ refY="0"
842
+ orient="auto-start-reverse"
843
+ inkscape:stockid="Rounded arrow"
844
+ markerWidth="1"
845
+ markerHeight="1"
846
+ viewBox="0 0 1 1"
847
+ inkscape:isstock="true"
848
+ inkscape:collect="always"
849
+ preserveAspectRatio="xMidYMid">
850
+ <path
851
+ transform="scale(0.7)"
852
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
853
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
854
+ id="path8-67-2-9-1-6-6-3-93" />
855
+ </marker>
856
+ <rect
857
+ x="269.01959"
858
+ y="1337.4392"
859
+ width="89.479607"
860
+ height="57.232327"
861
+ id="rect16-8-6" />
862
+ <marker
863
+ style="overflow:visible"
864
+ id="RoundedArrow-7-7-9-1-2-9-5-8-2-2"
865
+ refX="0"
866
+ refY="0"
867
+ orient="auto-start-reverse"
868
+ inkscape:stockid="Rounded arrow"
869
+ markerWidth="1"
870
+ markerHeight="1"
871
+ viewBox="0 0 1 1"
872
+ inkscape:isstock="true"
873
+ inkscape:collect="always"
874
+ preserveAspectRatio="xMidYMid">
875
+ <path
876
+ transform="scale(0.7)"
877
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
878
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
879
+ id="path8-67-2-9-1-6-6-3-9-4-6" />
880
+ </marker>
881
+ <marker
882
+ style="overflow:visible"
883
+ id="RoundedArrow-7-7-9-1-2-9-5-8-2-8-8"
884
+ refX="0"
885
+ refY="0"
886
+ orient="auto-start-reverse"
887
+ inkscape:stockid="Rounded arrow"
888
+ markerWidth="1"
889
+ markerHeight="1"
890
+ viewBox="0 0 1 1"
891
+ inkscape:isstock="true"
892
+ inkscape:collect="always"
893
+ preserveAspectRatio="xMidYMid">
894
+ <path
895
+ transform="scale(0.7)"
896
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
897
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
898
+ id="path8-67-2-9-1-6-6-3-9-4-1-79" />
899
+ </marker>
900
+ <rect
901
+ x="437.35483"
902
+ y="1313.5138"
903
+ width="49.128159"
904
+ height="36.037956"
905
+ id="rect17-0" />
906
+ <rect
907
+ x="492.41345"
908
+ y="1281.6532"
909
+ width="61.664055"
910
+ height="44.836998"
911
+ id="rect18-2" />
912
+ <marker
913
+ style="overflow:visible"
914
+ id="marker15-0-37"
915
+ refX="0"
916
+ refY="0"
917
+ orient="auto-start-reverse"
918
+ inkscape:stockid="Rounded arrow"
919
+ markerWidth="1"
920
+ markerHeight="1"
921
+ viewBox="0 0 1 1"
922
+ inkscape:isstock="true"
923
+ inkscape:collect="always"
924
+ preserveAspectRatio="xMidYMid">
925
+ <path
926
+ transform="scale(0.7)"
927
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
928
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
929
+ id="path15-2-5" />
930
+ </marker>
931
+ <marker
932
+ style="overflow:visible"
933
+ id="marker15-1-6-92"
934
+ refX="0"
935
+ refY="0"
936
+ orient="auto-start-reverse"
937
+ inkscape:stockid="Rounded arrow"
938
+ markerWidth="1"
939
+ markerHeight="1"
940
+ viewBox="0 0 1 1"
941
+ inkscape:isstock="true"
942
+ inkscape:collect="always"
943
+ preserveAspectRatio="xMidYMid">
944
+ <path
945
+ transform="scale(0.7)"
946
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
947
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
948
+ id="path15-0-8-2" />
949
+ </marker>
950
+ <rect
951
+ x="90.341415"
952
+ y="1234.4738"
953
+ width="62.011036"
954
+ height="48.429157"
955
+ id="rect19-8" />
956
+ <marker
957
+ style="overflow:visible"
958
+ id="marker15-8-9"
959
+ refX="0"
960
+ refY="0"
961
+ orient="auto-start-reverse"
962
+ inkscape:stockid="Rounded arrow"
963
+ markerWidth="1"
964
+ markerHeight="1"
965
+ viewBox="0 0 1 1"
966
+ inkscape:isstock="true"
967
+ inkscape:collect="always"
968
+ preserveAspectRatio="xMidYMid">
969
+ <path
970
+ transform="scale(0.7)"
971
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
972
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
973
+ id="path15-5-7" />
974
+ </marker>
975
+ <marker
976
+ style="overflow:visible"
977
+ id="marker15-1-0-3"
978
+ refX="0"
979
+ refY="0"
980
+ orient="auto-start-reverse"
981
+ inkscape:stockid="Rounded arrow"
982
+ markerWidth="1"
983
+ markerHeight="1"
984
+ viewBox="0 0 1 1"
985
+ inkscape:isstock="true"
986
+ inkscape:collect="always"
987
+ preserveAspectRatio="xMidYMid">
988
+ <path
989
+ transform="scale(0.7)"
990
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
991
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
992
+ id="path15-0-6-6" />
993
+ </marker>
994
+ <rect
995
+ x="69.848541"
996
+ y="1234.6669"
997
+ width="61.201969"
998
+ height="55.42889"
999
+ id="rect20-1" />
1000
+ <marker
1001
+ style="overflow:visible"
1002
+ id="RoundedArrow-7-7-9-1-2-9-5-8-2-8-7-29"
1003
+ refX="0"
1004
+ refY="0"
1005
+ orient="auto-start-reverse"
1006
+ inkscape:stockid="Rounded arrow"
1007
+ markerWidth="1"
1008
+ markerHeight="1"
1009
+ viewBox="0 0 1 1"
1010
+ inkscape:isstock="true"
1011
+ inkscape:collect="always"
1012
+ preserveAspectRatio="xMidYMid">
1013
+ <path
1014
+ transform="scale(0.7)"
1015
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
1016
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
1017
+ id="path8-67-2-9-1-6-6-3-9-4-1-2-31" />
1018
+ </marker>
1019
+ <rect
1020
+ x="509.18997"
1021
+ y="985.6062"
1022
+ width="49.059448"
1023
+ height="38.429615"
1024
+ id="rect21-47" />
1025
+ <marker
1026
+ style="overflow:visible"
1027
+ id="RoundedArrow-7-7-9-1-2-9-5-8-2-8-7-0-8"
1028
+ refX="0"
1029
+ refY="0"
1030
+ orient="auto-start-reverse"
1031
+ inkscape:stockid="Rounded arrow"
1032
+ markerWidth="1"
1033
+ markerHeight="1"
1034
+ viewBox="0 0 1 1"
1035
+ inkscape:isstock="true"
1036
+ inkscape:collect="always"
1037
+ preserveAspectRatio="xMidYMid">
1038
+ <path
1039
+ transform="scale(0.7)"
1040
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
1041
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
1042
+ id="path8-67-2-9-1-6-6-3-9-4-1-2-3-4" />
1043
+ </marker>
1044
+ <rect
1045
+ x="509.18997"
1046
+ y="985.6062"
1047
+ width="49.059448"
1048
+ height="38.429615"
1049
+ id="rect21-4-0" />
1050
+ <rect
1051
+ x="91.854698"
1052
+ y="1150.0854"
1053
+ width="37.081078"
1054
+ height="23.941315"
1055
+ id="rect22-6" />
1056
+ <marker
1057
+ style="overflow:visible"
1058
+ id="RoundedArrow-7-7-9-1-2-9-5-8-2-8-7-2-3"
1059
+ refX="0"
1060
+ refY="0"
1061
+ orient="auto-start-reverse"
1062
+ inkscape:stockid="Rounded arrow"
1063
+ markerWidth="1"
1064
+ markerHeight="1"
1065
+ viewBox="0 0 1 1"
1066
+ inkscape:isstock="true"
1067
+ inkscape:collect="always"
1068
+ preserveAspectRatio="xMidYMid">
1069
+ <path
1070
+ transform="scale(0.7)"
1071
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
1072
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
1073
+ id="path8-67-2-9-1-6-6-3-9-4-1-2-6-2" />
1074
+ </marker>
1075
+ <rect
1076
+ x="509.18997"
1077
+ y="985.6062"
1078
+ width="49.059448"
1079
+ height="38.429615"
1080
+ id="rect21-7-6" />
1081
+ <marker
1082
+ style="overflow:visible"
1083
+ id="RoundedArrow-7-7-9-1-2-9-5-8-2-8-2-1"
1084
+ refX="0"
1085
+ refY="0"
1086
+ orient="auto-start-reverse"
1087
+ inkscape:stockid="Rounded arrow"
1088
+ markerWidth="1"
1089
+ markerHeight="1"
1090
+ viewBox="0 0 1 1"
1091
+ inkscape:isstock="true"
1092
+ inkscape:collect="always"
1093
+ preserveAspectRatio="xMidYMid">
1094
+ <path
1095
+ transform="scale(0.7)"
1096
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
1097
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
1098
+ id="path8-67-2-9-1-6-6-3-9-4-1-7-5" />
1099
+ </marker>
1100
+ <rect
1101
+ x="502.50931"
1102
+ y="908.67499"
1103
+ width="63.67548"
1104
+ height="33.806641"
1105
+ id="rect23-4" />
1106
+ <marker
1107
+ style="overflow:visible"
1108
+ id="marker15-1-0-3-7"
1109
+ refX="0"
1110
+ refY="0"
1111
+ orient="auto-start-reverse"
1112
+ inkscape:stockid="Rounded arrow"
1113
+ markerWidth="1"
1114
+ markerHeight="1"
1115
+ viewBox="0 0 1 1"
1116
+ inkscape:isstock="true"
1117
+ inkscape:collect="always"
1118
+ preserveAspectRatio="xMidYMid">
1119
+ <path
1120
+ transform="scale(0.7)"
1121
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
1122
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
1123
+ id="path15-0-6-6-7" />
1124
+ </marker>
1125
+ <marker
1126
+ style="overflow:visible"
1127
+ id="marker15-8-9-1"
1128
+ refX="0"
1129
+ refY="0"
1130
+ orient="auto-start-reverse"
1131
+ inkscape:stockid="Rounded arrow"
1132
+ markerWidth="1"
1133
+ markerHeight="1"
1134
+ viewBox="0 0 1 1"
1135
+ inkscape:isstock="true"
1136
+ inkscape:collect="always"
1137
+ preserveAspectRatio="xMidYMid">
1138
+ <path
1139
+ transform="scale(0.7)"
1140
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
1141
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
1142
+ id="path15-5-7-1" />
1143
+ </marker>
1144
+ <rect
1145
+ x="69.848541"
1146
+ y="1234.6669"
1147
+ width="61.201969"
1148
+ height="55.42889"
1149
+ id="rect20-1-5" />
1150
+ <marker
1151
+ style="overflow:visible"
1152
+ id="RoundedArrow-7-7-9-1-2-9-5-8-2-8-7-0-8-5"
1153
+ refX="0"
1154
+ refY="0"
1155
+ orient="auto-start-reverse"
1156
+ inkscape:stockid="Rounded arrow"
1157
+ markerWidth="1"
1158
+ markerHeight="1"
1159
+ viewBox="0 0 1 1"
1160
+ inkscape:isstock="true"
1161
+ inkscape:collect="always"
1162
+ preserveAspectRatio="xMidYMid">
1163
+ <path
1164
+ transform="scale(0.7)"
1165
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
1166
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
1167
+ id="path8-67-2-9-1-6-6-3-9-4-1-2-3-4-6" />
1168
+ </marker>
1169
+ <rect
1170
+ x="509.18997"
1171
+ y="985.6062"
1172
+ width="49.059448"
1173
+ height="38.429615"
1174
+ id="rect21-4-0-3" />
1175
+ <marker
1176
+ style="overflow:visible"
1177
+ id="RoundedArrow-7-7-9-1-2-9-1-7"
1178
+ refX="0"
1179
+ refY="0"
1180
+ orient="auto-start-reverse"
1181
+ inkscape:stockid="Rounded arrow"
1182
+ markerWidth="1"
1183
+ markerHeight="1"
1184
+ viewBox="0 0 1 1"
1185
+ inkscape:isstock="true"
1186
+ inkscape:collect="always"
1187
+ preserveAspectRatio="xMidYMid">
1188
+ <path
1189
+ transform="scale(0.7)"
1190
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
1191
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
1192
+ id="path8-67-2-9-1-6-6-2-4" />
1193
+ </marker>
1194
+ <marker
1195
+ style="overflow:visible"
1196
+ id="RoundedArrow-7-7-9-1-2-9-1-7-7"
1197
+ refX="0"
1198
+ refY="0"
1199
+ orient="auto-start-reverse"
1200
+ inkscape:stockid="Rounded arrow"
1201
+ markerWidth="1"
1202
+ markerHeight="1"
1203
+ viewBox="0 0 1 1"
1204
+ inkscape:isstock="true"
1205
+ inkscape:collect="always"
1206
+ preserveAspectRatio="xMidYMid">
1207
+ <path
1208
+ transform="scale(0.7)"
1209
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
1210
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
1211
+ id="path8-67-2-9-1-6-6-2-4-5" />
1212
+ </marker>
1213
+ <marker
1214
+ style="overflow:visible"
1215
+ id="RoundedArrow-7-7-9-1-2-9-1-7-7-1"
1216
+ refX="0"
1217
+ refY="0"
1218
+ orient="auto-start-reverse"
1219
+ inkscape:stockid="Rounded arrow"
1220
+ markerWidth="1"
1221
+ markerHeight="1"
1222
+ viewBox="0 0 1 1"
1223
+ inkscape:isstock="true"
1224
+ inkscape:collect="always"
1225
+ preserveAspectRatio="xMidYMid">
1226
+ <path
1227
+ transform="scale(0.7)"
1228
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
1229
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
1230
+ id="path8-67-2-9-1-6-6-2-4-5-8" />
1231
+ </marker>
1232
+ <marker
1233
+ style="overflow:visible"
1234
+ id="RoundedArrow-7-7-9-1-2-9-1-7-7-3"
1235
+ refX="0"
1236
+ refY="0"
1237
+ orient="auto-start-reverse"
1238
+ inkscape:stockid="Rounded arrow"
1239
+ markerWidth="1"
1240
+ markerHeight="1"
1241
+ viewBox="0 0 1 1"
1242
+ inkscape:isstock="true"
1243
+ inkscape:collect="always"
1244
+ preserveAspectRatio="xMidYMid">
1245
+ <path
1246
+ transform="scale(0.7)"
1247
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
1248
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
1249
+ id="path8-67-2-9-1-6-6-2-4-5-3" />
1250
+ </marker>
1251
+ <marker
1252
+ style="overflow:visible"
1253
+ id="RoundedArrow-7-7-9-1-2-9-1-7-7-3-8"
1254
+ refX="0"
1255
+ refY="0"
1256
+ orient="auto-start-reverse"
1257
+ inkscape:stockid="Rounded arrow"
1258
+ markerWidth="1"
1259
+ markerHeight="1"
1260
+ viewBox="0 0 1 1"
1261
+ inkscape:isstock="true"
1262
+ inkscape:collect="always"
1263
+ preserveAspectRatio="xMidYMid">
1264
+ <path
1265
+ transform="scale(0.7)"
1266
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
1267
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
1268
+ id="path8-67-2-9-1-6-6-2-4-5-3-8" />
1269
+ </marker>
1270
+ <marker
1271
+ style="overflow:visible"
1272
+ id="RoundedArrow-7-7-9-1-2-9-1-7-7-3-4"
1273
+ refX="0"
1274
+ refY="0"
1275
+ orient="auto-start-reverse"
1276
+ inkscape:stockid="Rounded arrow"
1277
+ markerWidth="1"
1278
+ markerHeight="1"
1279
+ viewBox="0 0 1 1"
1280
+ inkscape:isstock="true"
1281
+ inkscape:collect="always"
1282
+ preserveAspectRatio="xMidYMid">
1283
+ <path
1284
+ transform="scale(0.7)"
1285
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
1286
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
1287
+ id="path8-67-2-9-1-6-6-2-4-5-3-3" />
1288
+ </marker>
1289
+ <marker
1290
+ style="overflow:visible"
1291
+ id="RoundedArrow-7-7-9-1-2-9-1-7-7-3-2"
1292
+ refX="0"
1293
+ refY="0"
1294
+ orient="auto-start-reverse"
1295
+ inkscape:stockid="Rounded arrow"
1296
+ markerWidth="1"
1297
+ markerHeight="1"
1298
+ viewBox="0 0 1 1"
1299
+ inkscape:isstock="true"
1300
+ inkscape:collect="always"
1301
+ preserveAspectRatio="xMidYMid">
1302
+ <path
1303
+ transform="scale(0.7)"
1304
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
1305
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
1306
+ id="path8-67-2-9-1-6-6-2-4-5-3-5" />
1307
+ </marker>
1308
+ <marker
1309
+ style="overflow:visible"
1310
+ id="RoundedArrow-7-7-9-1-2-9-1-7-7-3-46"
1311
+ refX="0"
1312
+ refY="0"
1313
+ orient="auto-start-reverse"
1314
+ inkscape:stockid="Rounded arrow"
1315
+ markerWidth="1"
1316
+ markerHeight="1"
1317
+ viewBox="0 0 1 1"
1318
+ inkscape:isstock="true"
1319
+ inkscape:collect="always"
1320
+ preserveAspectRatio="xMidYMid">
1321
+ <path
1322
+ transform="scale(0.7)"
1323
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
1324
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
1325
+ id="path8-67-2-9-1-6-6-2-4-5-3-9" />
1326
+ </marker>
1327
+ <rect
1328
+ x="245.25417"
1329
+ y="243.19498"
1330
+ width="85.426987"
1331
+ height="36.729012"
1332
+ id="rect3-7" />
1333
+ <rect
1334
+ x="245.25417"
1335
+ y="243.19498"
1336
+ width="85.426987"
1337
+ height="36.729012"
1338
+ id="rect3-8" />
1339
+ <rect
1340
+ x="245.25417"
1341
+ y="243.19498"
1342
+ width="85.426987"
1343
+ height="36.729012"
1344
+ id="rect3-2" />
1345
+ <rect
1346
+ x="245.25417"
1347
+ y="243.19498"
1348
+ width="85.426987"
1349
+ height="36.729012"
1350
+ id="rect3-0" />
1351
+ <rect
1352
+ x="245.25417"
1353
+ y="243.19498"
1354
+ width="85.426987"
1355
+ height="36.729012"
1356
+ id="rect3-6" />
1357
+ <rect
1358
+ x="245.25417"
1359
+ y="243.19498"
1360
+ width="85.426987"
1361
+ height="36.729012"
1362
+ id="rect3-72" />
1363
+ <rect
1364
+ x="245.25417"
1365
+ y="243.19498"
1366
+ width="85.426987"
1367
+ height="36.729012"
1368
+ id="rect3-72-0" />
1369
+ <rect
1370
+ x="245.25417"
1371
+ y="243.19498"
1372
+ width="158.83022"
1373
+ height="32.991646"
1374
+ id="rect3-03" />
1375
+ <marker
1376
+ style="overflow:visible"
1377
+ id="RoundedArrow-7-7-9-1-2-9-1-7-7-3-2-4"
1378
+ refX="0"
1379
+ refY="0"
1380
+ orient="auto-start-reverse"
1381
+ inkscape:stockid="Rounded arrow"
1382
+ markerWidth="1"
1383
+ markerHeight="1"
1384
+ viewBox="0 0 1 1"
1385
+ inkscape:isstock="true"
1386
+ inkscape:collect="always"
1387
+ preserveAspectRatio="xMidYMid">
1388
+ <path
1389
+ transform="scale(0.7)"
1390
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
1391
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
1392
+ id="path8-67-2-9-1-6-6-2-4-5-3-5-0" />
1393
+ </marker>
1394
+ <marker
1395
+ style="overflow:visible"
1396
+ id="RoundedArrow-7-7-9-1-2-9-1-7-7-3-2-4-2"
1397
+ refX="0"
1398
+ refY="0"
1399
+ orient="auto-start-reverse"
1400
+ inkscape:stockid="Rounded arrow"
1401
+ markerWidth="1"
1402
+ markerHeight="1"
1403
+ viewBox="0 0 1 1"
1404
+ inkscape:isstock="true"
1405
+ inkscape:collect="always"
1406
+ preserveAspectRatio="xMidYMid">
1407
+ <path
1408
+ transform="scale(0.7)"
1409
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
1410
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
1411
+ id="path8-67-2-9-1-6-6-2-4-5-3-5-0-7" />
1412
+ </marker>
1413
+ <rect
1414
+ x="45.675442"
1415
+ y="650.34448"
1416
+ width="66.905762"
1417
+ height="49.507496"
1418
+ id="rect26-1" />
1419
+ <marker
1420
+ style="overflow:visible"
1421
+ id="marker15-8-9-1-0"
1422
+ refX="0"
1423
+ refY="0"
1424
+ orient="auto-start-reverse"
1425
+ inkscape:stockid="Rounded arrow"
1426
+ markerWidth="1"
1427
+ markerHeight="1"
1428
+ viewBox="0 0 1 1"
1429
+ inkscape:isstock="true"
1430
+ inkscape:collect="always"
1431
+ preserveAspectRatio="xMidYMid">
1432
+ <path
1433
+ transform="scale(0.7)"
1434
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
1435
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
1436
+ id="path15-5-7-1-7" />
1437
+ </marker>
1438
+ <marker
1439
+ style="overflow:visible"
1440
+ id="marker15-1-0-3-7-5"
1441
+ refX="0"
1442
+ refY="0"
1443
+ orient="auto-start-reverse"
1444
+ inkscape:stockid="Rounded arrow"
1445
+ markerWidth="1"
1446
+ markerHeight="1"
1447
+ viewBox="0 0 1 1"
1448
+ inkscape:isstock="true"
1449
+ inkscape:collect="always"
1450
+ preserveAspectRatio="xMidYMid">
1451
+ <path
1452
+ transform="scale(0.7)"
1453
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
1454
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
1455
+ id="path15-0-6-6-7-8" />
1456
+ </marker>
1457
+ <marker
1458
+ style="overflow:visible"
1459
+ id="marker15-75"
1460
+ refX="0"
1461
+ refY="0"
1462
+ orient="auto-start-reverse"
1463
+ inkscape:stockid="Rounded arrow"
1464
+ markerWidth="1"
1465
+ markerHeight="1"
1466
+ viewBox="0 0 1 1"
1467
+ inkscape:isstock="true"
1468
+ inkscape:collect="always"
1469
+ preserveAspectRatio="xMidYMid">
1470
+ <path
1471
+ transform="scale(0.7)"
1472
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
1473
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
1474
+ id="path15-3" />
1475
+ </marker>
1476
+ <marker
1477
+ style="overflow:visible"
1478
+ id="marker15-9"
1479
+ refX="0"
1480
+ refY="0"
1481
+ orient="auto-start-reverse"
1482
+ inkscape:stockid="Rounded arrow"
1483
+ markerWidth="1"
1484
+ markerHeight="1"
1485
+ viewBox="0 0 1 1"
1486
+ inkscape:isstock="true"
1487
+ inkscape:collect="always"
1488
+ preserveAspectRatio="xMidYMid">
1489
+ <path
1490
+ transform="scale(0.7)"
1491
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
1492
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
1493
+ id="path15-36" />
1494
+ </marker>
1495
+ <rect
1496
+ x="353.19995"
1497
+ y="994.04462"
1498
+ width="30.905689"
1499
+ height="17.691807"
1500
+ id="rect51-8" />
1501
+ <marker
1502
+ style="overflow:visible"
1503
+ id="marker15-7-3"
1504
+ refX="0"
1505
+ refY="0"
1506
+ orient="auto-start-reverse"
1507
+ inkscape:stockid="Rounded arrow"
1508
+ markerWidth="1"
1509
+ markerHeight="1"
1510
+ viewBox="0 0 1 1"
1511
+ inkscape:isstock="true"
1512
+ inkscape:collect="always"
1513
+ preserveAspectRatio="xMidYMid">
1514
+ <path
1515
+ transform="scale(0.7)"
1516
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
1517
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
1518
+ id="path15-53-7" />
1519
+ </marker>
1520
+ <marker
1521
+ style="overflow:visible"
1522
+ id="marker15-1-5-5"
1523
+ refX="0"
1524
+ refY="0"
1525
+ orient="auto-start-reverse"
1526
+ inkscape:stockid="Rounded arrow"
1527
+ markerWidth="1"
1528
+ markerHeight="1"
1529
+ viewBox="0 0 1 1"
1530
+ inkscape:isstock="true"
1531
+ inkscape:collect="always"
1532
+ preserveAspectRatio="xMidYMid">
1533
+ <path
1534
+ transform="scale(0.7)"
1535
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
1536
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
1537
+ id="path15-0-62-9" />
1538
+ </marker>
1539
+ <rect
1540
+ x="453.95419"
1541
+ y="1279.0428"
1542
+ width="64.279037"
1543
+ height="48.515285"
1544
+ id="rect15-9-2" />
1545
+ <marker
1546
+ style="overflow:visible"
1547
+ id="RoundedArrow-7-7-9-1-2-9-1-2"
1548
+ refX="0"
1549
+ refY="0"
1550
+ orient="auto-start-reverse"
1551
+ inkscape:stockid="Rounded arrow"
1552
+ markerWidth="1"
1553
+ markerHeight="1"
1554
+ viewBox="0 0 1 1"
1555
+ inkscape:isstock="true"
1556
+ inkscape:collect="always"
1557
+ preserveAspectRatio="xMidYMid">
1558
+ <path
1559
+ transform="scale(0.7)"
1560
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
1561
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
1562
+ id="path8-67-2-9-1-6-6-2-8" />
1563
+ </marker>
1564
+ <rect
1565
+ x="269.01959"
1566
+ y="1337.4392"
1567
+ width="89.479607"
1568
+ height="57.232327"
1569
+ id="rect16-7-7" />
1570
+ <rect
1571
+ x="269.01959"
1572
+ y="1337.4392"
1573
+ width="89.479607"
1574
+ height="57.232327"
1575
+ id="rect16-8-6-2" />
1576
+ <marker
1577
+ style="overflow:visible"
1578
+ id="RoundedArrow-7-7-9-1-2-9-5-8-2-2-9"
1579
+ refX="0"
1580
+ refY="0"
1581
+ orient="auto-start-reverse"
1582
+ inkscape:stockid="Rounded arrow"
1583
+ markerWidth="1"
1584
+ markerHeight="1"
1585
+ viewBox="0 0 1 1"
1586
+ inkscape:isstock="true"
1587
+ inkscape:collect="always"
1588
+ preserveAspectRatio="xMidYMid">
1589
+ <path
1590
+ transform="scale(0.7)"
1591
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
1592
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
1593
+ id="path8-67-2-9-1-6-6-3-9-4-6-3" />
1594
+ </marker>
1595
+ <marker
1596
+ style="overflow:visible"
1597
+ id="RoundedArrow-7-7-9-1-2-9-5-8-2-8-8-9"
1598
+ refX="0"
1599
+ refY="0"
1600
+ orient="auto-start-reverse"
1601
+ inkscape:stockid="Rounded arrow"
1602
+ markerWidth="1"
1603
+ markerHeight="1"
1604
+ viewBox="0 0 1 1"
1605
+ inkscape:isstock="true"
1606
+ inkscape:collect="always"
1607
+ preserveAspectRatio="xMidYMid">
1608
+ <path
1609
+ transform="scale(0.7)"
1610
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
1611
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
1612
+ id="path8-67-2-9-1-6-6-3-9-4-1-79-4" />
1613
+ </marker>
1614
+ <rect
1615
+ x="437.35483"
1616
+ y="1313.5138"
1617
+ width="49.128159"
1618
+ height="36.037956"
1619
+ id="rect17-0-8" />
1620
+ <rect
1621
+ x="492.41345"
1622
+ y="1281.6532"
1623
+ width="61.664055"
1624
+ height="44.836998"
1625
+ id="rect18-2-4" />
1626
+ <marker
1627
+ style="overflow:visible"
1628
+ id="marker15-0-37-5"
1629
+ refX="0"
1630
+ refY="0"
1631
+ orient="auto-start-reverse"
1632
+ inkscape:stockid="Rounded arrow"
1633
+ markerWidth="1"
1634
+ markerHeight="1"
1635
+ viewBox="0 0 1 1"
1636
+ inkscape:isstock="true"
1637
+ inkscape:collect="always"
1638
+ preserveAspectRatio="xMidYMid">
1639
+ <path
1640
+ transform="scale(0.7)"
1641
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
1642
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
1643
+ id="path15-2-5-0" />
1644
+ </marker>
1645
+ <marker
1646
+ style="overflow:visible"
1647
+ id="marker15-1-6-92-3"
1648
+ refX="0"
1649
+ refY="0"
1650
+ orient="auto-start-reverse"
1651
+ inkscape:stockid="Rounded arrow"
1652
+ markerWidth="1"
1653
+ markerHeight="1"
1654
+ viewBox="0 0 1 1"
1655
+ inkscape:isstock="true"
1656
+ inkscape:collect="always"
1657
+ preserveAspectRatio="xMidYMid">
1658
+ <path
1659
+ transform="scale(0.7)"
1660
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
1661
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
1662
+ id="path15-0-8-2-6" />
1663
+ </marker>
1664
+ <rect
1665
+ x="90.341415"
1666
+ y="1234.4738"
1667
+ width="62.011036"
1668
+ height="48.429157"
1669
+ id="rect19-8-1" />
1670
+ <rect
1671
+ x="69.848541"
1672
+ y="1234.6669"
1673
+ width="61.201969"
1674
+ height="55.42889"
1675
+ id="rect20-1-0" />
1676
+ <marker
1677
+ style="overflow:visible"
1678
+ id="RoundedArrow-7-7-9-1-2-9-5-8-2-8-7-29-6"
1679
+ refX="0"
1680
+ refY="0"
1681
+ orient="auto-start-reverse"
1682
+ inkscape:stockid="Rounded arrow"
1683
+ markerWidth="1"
1684
+ markerHeight="1"
1685
+ viewBox="0 0 1 1"
1686
+ inkscape:isstock="true"
1687
+ inkscape:collect="always"
1688
+ preserveAspectRatio="xMidYMid">
1689
+ <path
1690
+ transform="scale(0.7)"
1691
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
1692
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
1693
+ id="path8-67-2-9-1-6-6-3-9-4-1-2-31-1" />
1694
+ </marker>
1695
+ <rect
1696
+ x="509.18997"
1697
+ y="985.6062"
1698
+ width="49.059448"
1699
+ height="38.429615"
1700
+ id="rect21-47-5" />
1701
+ <rect
1702
+ x="509.18997"
1703
+ y="985.6062"
1704
+ width="49.059448"
1705
+ height="38.429615"
1706
+ id="rect21-4-0-5" />
1707
+ <rect
1708
+ x="509.18997"
1709
+ y="985.6062"
1710
+ width="49.059448"
1711
+ height="38.429615"
1712
+ id="rect21-7-6-7" />
1713
+ <rect
1714
+ x="502.50931"
1715
+ y="908.67499"
1716
+ width="63.67548"
1717
+ height="33.806641"
1718
+ id="rect23-4-5" />
1719
+ <rect
1720
+ x="69.848541"
1721
+ y="1234.6669"
1722
+ width="61.201969"
1723
+ height="55.42889"
1724
+ id="rect20-1-5-0" />
1725
+ <rect
1726
+ x="509.18997"
1727
+ y="985.6062"
1728
+ width="49.059448"
1729
+ height="38.429615"
1730
+ id="rect21-4-0-3-8" />
1731
+ <rect
1732
+ x="45.675442"
1733
+ y="650.34448"
1734
+ width="66.905762"
1735
+ height="49.507496"
1736
+ id="rect26-3" />
1737
+ <rect
1738
+ x="45.675442"
1739
+ y="650.34448"
1740
+ width="66.905762"
1741
+ height="49.507496"
1742
+ id="rect26-1-9" />
1743
+ <rect
1744
+ x="81.723557"
1745
+ y="653.98413"
1746
+ width="42.509922"
1747
+ height="19.934357"
1748
+ id="rect28-9" />
1749
+ <rect
1750
+ x="59.521198"
1751
+ y="718.41455"
1752
+ width="47.202511"
1753
+ height="34.643707"
1754
+ id="rect4-2" />
1755
+ <marker
1756
+ style="overflow:visible"
1757
+ id="RoundedArrow-7-7-9-1-2-9-5-8-2-8-8-9-4"
1758
+ refX="0"
1759
+ refY="0"
1760
+ orient="auto-start-reverse"
1761
+ inkscape:stockid="Rounded arrow"
1762
+ markerWidth="1"
1763
+ markerHeight="1"
1764
+ viewBox="0 0 1 1"
1765
+ inkscape:isstock="true"
1766
+ inkscape:collect="always"
1767
+ preserveAspectRatio="xMidYMid">
1768
+ <path
1769
+ transform="scale(0.7)"
1770
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
1771
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
1772
+ id="path8-67-2-9-1-6-6-3-9-4-1-79-4-8" />
1773
+ </marker>
1774
+ <marker
1775
+ style="overflow:visible"
1776
+ id="RoundedArrow-7-7-9-1-2-9-5-8-2-8-8-9-4-6"
1777
+ refX="0"
1778
+ refY="0"
1779
+ orient="auto-start-reverse"
1780
+ inkscape:stockid="Rounded arrow"
1781
+ markerWidth="1"
1782
+ markerHeight="1"
1783
+ viewBox="0 0 1 1"
1784
+ inkscape:isstock="true"
1785
+ inkscape:collect="always"
1786
+ preserveAspectRatio="xMidYMid">
1787
+ <path
1788
+ transform="scale(0.7)"
1789
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
1790
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
1791
+ id="path8-67-2-9-1-6-6-3-9-4-1-79-4-8-4" />
1792
+ </marker>
1793
+ <marker
1794
+ style="overflow:visible"
1795
+ id="RoundedArrow-7-7-9-1-2-9-1-2-9"
1796
+ refX="0"
1797
+ refY="0"
1798
+ orient="auto-start-reverse"
1799
+ inkscape:stockid="Rounded arrow"
1800
+ markerWidth="1"
1801
+ markerHeight="1"
1802
+ viewBox="0 0 1 1"
1803
+ inkscape:isstock="true"
1804
+ inkscape:collect="always"
1805
+ preserveAspectRatio="xMidYMid">
1806
+ <path
1807
+ transform="scale(0.7)"
1808
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
1809
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
1810
+ id="path8-67-2-9-1-6-6-2-8-2" />
1811
+ </marker>
1812
+ <marker
1813
+ style="overflow:visible"
1814
+ id="marker15-0-37-5-4"
1815
+ refX="0"
1816
+ refY="0"
1817
+ orient="auto-start-reverse"
1818
+ inkscape:stockid="Rounded arrow"
1819
+ markerWidth="1"
1820
+ markerHeight="1"
1821
+ viewBox="0 0 1 1"
1822
+ inkscape:isstock="true"
1823
+ inkscape:collect="always"
1824
+ preserveAspectRatio="xMidYMid">
1825
+ <path
1826
+ transform="scale(0.7)"
1827
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
1828
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
1829
+ id="path15-2-5-0-8" />
1830
+ </marker>
1831
+ <marker
1832
+ style="overflow:visible"
1833
+ id="marker15-0-37-5-4-3"
1834
+ refX="0"
1835
+ refY="0"
1836
+ orient="auto-start-reverse"
1837
+ inkscape:stockid="Rounded arrow"
1838
+ markerWidth="1"
1839
+ markerHeight="1"
1840
+ viewBox="0 0 1 1"
1841
+ inkscape:isstock="true"
1842
+ inkscape:collect="always"
1843
+ preserveAspectRatio="xMidYMid">
1844
+ <path
1845
+ transform="scale(0.7)"
1846
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
1847
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
1848
+ id="path15-2-5-0-8-6" />
1849
+ </marker>
1850
+ <rect
1851
+ x="353.19995"
1852
+ y="994.04462"
1853
+ width="30.905689"
1854
+ height="17.691807"
1855
+ id="rect51-8-7" />
1856
+ <rect
1857
+ x="453.95419"
1858
+ y="1279.0428"
1859
+ width="64.279037"
1860
+ height="48.515285"
1861
+ id="rect15-1" />
1862
+ <rect
1863
+ x="269.01959"
1864
+ y="1337.4392"
1865
+ width="89.479607"
1866
+ height="57.232327"
1867
+ id="rect16-9" />
1868
+ <rect
1869
+ x="269.01959"
1870
+ y="1337.4392"
1871
+ width="89.479607"
1872
+ height="57.232327"
1873
+ id="rect16-8-62" />
1874
+ <rect
1875
+ x="269.01959"
1876
+ y="1337.4392"
1877
+ width="89.479607"
1878
+ height="57.232327"
1879
+ id="rect16-8-7-7" />
1880
+ <marker
1881
+ style="overflow:visible"
1882
+ id="RoundedArrow-7-7-9-1-2-9-5-8-2-9"
1883
+ refX="0"
1884
+ refY="0"
1885
+ orient="auto-start-reverse"
1886
+ inkscape:stockid="Rounded arrow"
1887
+ markerWidth="1"
1888
+ markerHeight="1"
1889
+ viewBox="0 0 1 1"
1890
+ inkscape:isstock="true"
1891
+ inkscape:collect="always"
1892
+ preserveAspectRatio="xMidYMid">
1893
+ <path
1894
+ transform="scale(0.7)"
1895
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
1896
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
1897
+ id="path8-67-2-9-1-6-6-3-9-4-2" />
1898
+ </marker>
1899
+ <marker
1900
+ style="overflow:visible"
1901
+ id="RoundedArrow-7-7-9-1-2-9-5-8-2-8-23"
1902
+ refX="0"
1903
+ refY="0"
1904
+ orient="auto-start-reverse"
1905
+ inkscape:stockid="Rounded arrow"
1906
+ markerWidth="1"
1907
+ markerHeight="1"
1908
+ viewBox="0 0 1 1"
1909
+ inkscape:isstock="true"
1910
+ inkscape:collect="always"
1911
+ preserveAspectRatio="xMidYMid">
1912
+ <path
1913
+ transform="scale(0.7)"
1914
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
1915
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
1916
+ id="path8-67-2-9-1-6-6-3-9-4-1-75" />
1917
+ </marker>
1918
+ <rect
1919
+ x="437.35483"
1920
+ y="1313.5138"
1921
+ width="49.128159"
1922
+ height="36.037956"
1923
+ id="rect17-2" />
1924
+ <rect
1925
+ x="492.41345"
1926
+ y="1281.6532"
1927
+ width="61.664055"
1928
+ height="44.836998"
1929
+ id="rect18-28" />
1930
+ <rect
1931
+ x="90.341415"
1932
+ y="1234.4738"
1933
+ width="62.011036"
1934
+ height="48.429157"
1935
+ id="rect19-1" />
1936
+ <rect
1937
+ x="69.848541"
1938
+ y="1234.6669"
1939
+ width="61.201969"
1940
+ height="55.42889"
1941
+ id="rect20-4" />
1942
+ <marker
1943
+ style="overflow:visible"
1944
+ id="RoundedArrow-7-7-9-1-2-9-5-8-2-8-7-7"
1945
+ refX="0"
1946
+ refY="0"
1947
+ orient="auto-start-reverse"
1948
+ inkscape:stockid="Rounded arrow"
1949
+ markerWidth="1"
1950
+ markerHeight="1"
1951
+ viewBox="0 0 1 1"
1952
+ inkscape:isstock="true"
1953
+ inkscape:collect="always"
1954
+ preserveAspectRatio="xMidYMid">
1955
+ <path
1956
+ transform="scale(0.7)"
1957
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
1958
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
1959
+ id="path8-67-2-9-1-6-6-3-9-4-1-2-8" />
1960
+ </marker>
1961
+ <rect
1962
+ x="509.18997"
1963
+ y="985.6062"
1964
+ width="49.059448"
1965
+ height="38.429615"
1966
+ id="rect21-5" />
1967
+ <marker
1968
+ style="overflow:visible"
1969
+ id="RoundedArrow-7-7-9-1-2-9-5-8-2-8-7-0-0"
1970
+ refX="0"
1971
+ refY="0"
1972
+ orient="auto-start-reverse"
1973
+ inkscape:stockid="Rounded arrow"
1974
+ markerWidth="1"
1975
+ markerHeight="1"
1976
+ viewBox="0 0 1 1"
1977
+ inkscape:isstock="true"
1978
+ inkscape:collect="always"
1979
+ preserveAspectRatio="xMidYMid">
1980
+ <path
1981
+ transform="scale(0.7)"
1982
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
1983
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
1984
+ id="path8-67-2-9-1-6-6-3-9-4-1-2-3-3" />
1985
+ </marker>
1986
+ <rect
1987
+ x="509.18997"
1988
+ y="985.6062"
1989
+ width="49.059448"
1990
+ height="38.429615"
1991
+ id="rect21-4-1" />
1992
+ <rect
1993
+ x="91.854698"
1994
+ y="1150.0854"
1995
+ width="37.081078"
1996
+ height="23.941315"
1997
+ id="rect22-0" />
1998
+ <rect
1999
+ x="509.18997"
2000
+ y="985.6062"
2001
+ width="49.059448"
2002
+ height="38.429615"
2003
+ id="rect21-7-5" />
2004
+ <marker
2005
+ style="overflow:visible"
2006
+ id="RoundedArrow-7-7-9-1-2-9-5-8-2-8-2-4"
2007
+ refX="0"
2008
+ refY="0"
2009
+ orient="auto-start-reverse"
2010
+ inkscape:stockid="Rounded arrow"
2011
+ markerWidth="1"
2012
+ markerHeight="1"
2013
+ viewBox="0 0 1 1"
2014
+ inkscape:isstock="true"
2015
+ inkscape:collect="always"
2016
+ preserveAspectRatio="xMidYMid">
2017
+ <path
2018
+ transform="scale(0.7)"
2019
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
2020
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
2021
+ id="path8-67-2-9-1-6-6-3-9-4-1-7-7" />
2022
+ </marker>
2023
+ <rect
2024
+ x="502.50931"
2025
+ y="908.67499"
2026
+ width="63.67548"
2027
+ height="33.806641"
2028
+ id="rect23-5" />
2029
+ <rect
2030
+ x="394.87665"
2031
+ y="926.4021"
2032
+ width="43.272156"
2033
+ height="33.539722"
2034
+ id="rect24-6" />
2035
+ <rect
2036
+ x="357.1192"
2037
+ y="963.16498"
2038
+ width="43.398129"
2039
+ height="20.344488"
2040
+ id="rect5-7" />
2041
+ <rect
2042
+ x="353.19995"
2043
+ y="994.04462"
2044
+ width="30.905689"
2045
+ height="17.691807"
2046
+ id="rect51-2" />
2047
+ <marker
2048
+ style="overflow:visible"
2049
+ id="RoundedArrow-7-7-9-1-2-9-5-8-2-9-0"
2050
+ refX="0"
2051
+ refY="0"
2052
+ orient="auto-start-reverse"
2053
+ inkscape:stockid="Rounded arrow"
2054
+ markerWidth="1"
2055
+ markerHeight="1"
2056
+ viewBox="0 0 1 1"
2057
+ inkscape:isstock="true"
2058
+ inkscape:collect="always"
2059
+ preserveAspectRatio="xMidYMid">
2060
+ <path
2061
+ transform="scale(0.7)"
2062
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
2063
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
2064
+ id="path8-67-2-9-1-6-6-3-9-4-2-3" />
2065
+ </marker>
2066
+ <rect
2067
+ x="203.51279"
2068
+ y="3381.3262"
2069
+ width="75.125931"
2070
+ height="49.827755"
2071
+ id="rect7-2" />
2072
+ <rect
2073
+ x="175.91412"
2074
+ y="3377.8162"
2075
+ width="64.502953"
2076
+ height="44.276573"
2077
+ id="rect8-1" />
2078
+ <marker
2079
+ style="overflow:visible"
2080
+ id="RoundedArrow-7-7-9-1-2-9-5-8-2-8-7-7-5"
2081
+ refX="0"
2082
+ refY="0"
2083
+ orient="auto-start-reverse"
2084
+ inkscape:stockid="Rounded arrow"
2085
+ markerWidth="1"
2086
+ markerHeight="1"
2087
+ viewBox="0 0 1 1"
2088
+ inkscape:isstock="true"
2089
+ inkscape:collect="always"
2090
+ preserveAspectRatio="xMidYMid">
2091
+ <path
2092
+ transform="scale(0.7)"
2093
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
2094
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
2095
+ id="path8-67-2-9-1-6-6-3-9-4-1-2-8-9" />
2096
+ </marker>
2097
+ <rect
2098
+ x="175.91412"
2099
+ y="3377.8162"
2100
+ width="64.502953"
2101
+ height="44.276573"
2102
+ id="rect8-1-3" />
2103
+ <marker
2104
+ style="overflow:visible"
2105
+ id="RoundedArrow-7-7-9-1-2-9-5-8-2-9-5"
2106
+ refX="0"
2107
+ refY="0"
2108
+ orient="auto-start-reverse"
2109
+ inkscape:stockid="Rounded arrow"
2110
+ markerWidth="1"
2111
+ markerHeight="1"
2112
+ viewBox="0 0 1 1"
2113
+ inkscape:isstock="true"
2114
+ inkscape:collect="always"
2115
+ preserveAspectRatio="xMidYMid">
2116
+ <path
2117
+ transform="scale(0.7)"
2118
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
2119
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
2120
+ id="path8-67-2-9-1-6-6-3-9-4-2-4" />
2121
+ </marker>
2122
+ <rect
2123
+ x="98.764412"
2124
+ y="3387.5896"
2125
+ width="64.478706"
2126
+ height="48.026573"
2127
+ id="rect29-3" />
2128
+ <rect
2129
+ x="348.78598"
2130
+ y="275.76746"
2131
+ width="64.57917"
2132
+ height="35.918922"
2133
+ id="rect5-3-3-3-6" />
2134
+ <rect
2135
+ x="348.78598"
2136
+ y="275.76746"
2137
+ width="64.57917"
2138
+ height="35.918922"
2139
+ id="rect5-3-3-0-4" />
2140
+ <rect
2141
+ x="348.78598"
2142
+ y="275.76746"
2143
+ width="64.57917"
2144
+ height="35.918922"
2145
+ id="rect5-3-3-3-7-8" />
2146
+ <rect
2147
+ x="55.143906"
2148
+ y="1137.6799"
2149
+ width="45.351578"
2150
+ height="36.638477"
2151
+ id="rect27-4" />
2152
+ <marker
2153
+ style="overflow:visible"
2154
+ id="RoundedArrow-7-7-9-1-2-4"
2155
+ refX="0"
2156
+ refY="0"
2157
+ orient="auto-start-reverse"
2158
+ inkscape:stockid="Rounded arrow"
2159
+ markerWidth="1"
2160
+ markerHeight="1"
2161
+ viewBox="0 0 1 1"
2162
+ inkscape:isstock="true"
2163
+ inkscape:collect="always"
2164
+ preserveAspectRatio="xMidYMid">
2165
+ <path
2166
+ transform="scale(0.7)"
2167
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
2168
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
2169
+ id="path8-67-2-9-1-6-0" />
2170
+ </marker>
2171
+ <rect
2172
+ x="348.78598"
2173
+ y="275.76746"
2174
+ width="64.57917"
2175
+ height="35.918922"
2176
+ id="rect5-3-3-2-2" />
2177
+ <rect
2178
+ x="350.60654"
2179
+ y="1212.2484"
2180
+ width="100.99532"
2181
+ height="41.836861"
2182
+ id="rect9-3" />
2183
+ <marker
2184
+ style="overflow:visible"
2185
+ id="RoundedArrow-7-7-9-0-3"
2186
+ refX="0"
2187
+ refY="0"
2188
+ orient="auto-start-reverse"
2189
+ inkscape:stockid="Rounded arrow"
2190
+ markerWidth="1"
2191
+ markerHeight="1"
2192
+ viewBox="0 0 1 1"
2193
+ inkscape:isstock="true"
2194
+ inkscape:collect="always"
2195
+ preserveAspectRatio="xMidYMid">
2196
+ <path
2197
+ transform="scale(0.7)"
2198
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
2199
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
2200
+ id="path8-67-2-9-8-4" />
2201
+ </marker>
2202
+ <rect
2203
+ x="272.34225"
2204
+ y="1674.8813"
2205
+ width="50.344818"
2206
+ height="33.864655"
2207
+ id="rect11-9" />
2208
+ <rect
2209
+ x="354.03186"
2210
+ y="1673.1481"
2211
+ width="56.65292"
2212
+ height="55.247772"
2213
+ id="rect12-1" />
2214
+ <rect
2215
+ x="245.25417"
2216
+ y="243.19498"
2217
+ width="158.83022"
2218
+ height="32.991646"
2219
+ id="rect3-03-6" />
2220
+ <marker
2221
+ style="overflow:visible"
2222
+ id="RoundedArrow-7-7-9-1-2-4-4"
2223
+ refX="0"
2224
+ refY="0"
2225
+ orient="auto-start-reverse"
2226
+ inkscape:stockid="Rounded arrow"
2227
+ markerWidth="1"
2228
+ markerHeight="1"
2229
+ viewBox="0 0 1 1"
2230
+ inkscape:isstock="true"
2231
+ inkscape:collect="always"
2232
+ preserveAspectRatio="xMidYMid">
2233
+ <path
2234
+ transform="scale(0.7)"
2235
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
2236
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
2237
+ id="path8-67-2-9-1-6-0-9" />
2238
+ </marker>
2239
+ <marker
2240
+ style="overflow:visible"
2241
+ id="RoundedArrow-7-7-9-1-2-9-5-8-2-8-7-7-5-9-0"
2242
+ refX="0"
2243
+ refY="0"
2244
+ orient="auto-start-reverse"
2245
+ inkscape:stockid="Rounded arrow"
2246
+ markerWidth="1"
2247
+ markerHeight="1"
2248
+ viewBox="0 0 1 1"
2249
+ inkscape:isstock="true"
2250
+ inkscape:collect="always"
2251
+ preserveAspectRatio="xMidYMid">
2252
+ <path
2253
+ transform="scale(0.7)"
2254
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
2255
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
2256
+ id="path8-67-2-9-1-6-6-3-9-4-1-2-8-9-2-2" />
2257
+ </marker>
2258
+ <rect
2259
+ x="175.91412"
2260
+ y="3377.8162"
2261
+ width="64.502953"
2262
+ height="44.276573"
2263
+ id="rect8-7" />
2264
+ <rect
2265
+ x="175.91412"
2266
+ y="3377.8162"
2267
+ width="64.502953"
2268
+ height="44.276573"
2269
+ id="rect8-7-9" />
2270
+ <marker
2271
+ style="overflow:visible"
2272
+ id="RoundedArrow-7-7-9-1-2-9-5-8-2-8-7-7-5-9-0-4"
2273
+ refX="0"
2274
+ refY="0"
2275
+ orient="auto-start-reverse"
2276
+ inkscape:stockid="Rounded arrow"
2277
+ markerWidth="1"
2278
+ markerHeight="1"
2279
+ viewBox="0 0 1 1"
2280
+ inkscape:isstock="true"
2281
+ inkscape:collect="always"
2282
+ preserveAspectRatio="xMidYMid">
2283
+ <path
2284
+ transform="scale(0.7)"
2285
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
2286
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
2287
+ id="path8-67-2-9-1-6-6-3-9-4-1-2-8-9-2-2-2" />
2288
+ </marker>
2289
+ <marker
2290
+ style="overflow:visible"
2291
+ id="RoundedArrow-7-7-9-1-2-4-6"
2292
+ refX="0"
2293
+ refY="0"
2294
+ orient="auto-start-reverse"
2295
+ inkscape:stockid="Rounded arrow"
2296
+ markerWidth="1"
2297
+ markerHeight="1"
2298
+ viewBox="0 0 1 1"
2299
+ inkscape:isstock="true"
2300
+ inkscape:collect="always"
2301
+ preserveAspectRatio="xMidYMid">
2302
+ <path
2303
+ transform="scale(0.7)"
2304
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
2305
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
2306
+ id="path8-67-2-9-1-6-0-8" />
2307
+ </marker>
2308
+ <rect
2309
+ x="98.764412"
2310
+ y="3387.5896"
2311
+ width="64.478706"
2312
+ height="48.026573"
2313
+ id="rect29-3-6" />
2314
+ <marker
2315
+ style="overflow:visible"
2316
+ id="RoundedArrow-7-7-9-1-2-9-5-8-2-8-7-7-5-9-0-4-6"
2317
+ refX="0"
2318
+ refY="0"
2319
+ orient="auto-start-reverse"
2320
+ inkscape:stockid="Rounded arrow"
2321
+ markerWidth="1"
2322
+ markerHeight="1"
2323
+ viewBox="0 0 1 1"
2324
+ inkscape:isstock="true"
2325
+ inkscape:collect="always"
2326
+ preserveAspectRatio="xMidYMid">
2327
+ <path
2328
+ transform="scale(0.7)"
2329
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
2330
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
2331
+ id="path8-67-2-9-1-6-6-3-9-4-1-2-8-9-2-2-2-0" />
2332
+ </marker>
2333
+ <rect
2334
+ x="175.91412"
2335
+ y="3377.8162"
2336
+ width="64.502953"
2337
+ height="44.276573"
2338
+ id="rect8-7-9-7" />
2339
+ <marker
2340
+ style="overflow:visible"
2341
+ id="RoundedArrow-7-7-9-1-2-9-5-8-2-8-7-7-5-9-0-4-6-9"
2342
+ refX="0"
2343
+ refY="0"
2344
+ orient="auto-start-reverse"
2345
+ inkscape:stockid="Rounded arrow"
2346
+ markerWidth="1"
2347
+ markerHeight="1"
2348
+ viewBox="0 0 1 1"
2349
+ inkscape:isstock="true"
2350
+ inkscape:collect="always"
2351
+ preserveAspectRatio="xMidYMid">
2352
+ <path
2353
+ transform="scale(0.7)"
2354
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
2355
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
2356
+ id="path8-67-2-9-1-6-6-3-9-4-1-2-8-9-2-2-2-0-1" />
2357
+ </marker>
2358
+ <rect
2359
+ x="175.91412"
2360
+ y="3377.8162"
2361
+ width="64.502953"
2362
+ height="44.276573"
2363
+ id="rect8-7-9-7-4" />
2364
+ <rect
2365
+ x="175.91412"
2366
+ y="3377.8162"
2367
+ width="64.502953"
2368
+ height="44.276573"
2369
+ id="rect8-75" />
2370
+ <marker
2371
+ style="overflow:visible"
2372
+ id="RoundedArrow-7-7-9-1-2-9-5-8-2-8-7-7-5-9-3"
2373
+ refX="0"
2374
+ refY="0"
2375
+ orient="auto-start-reverse"
2376
+ inkscape:stockid="Rounded arrow"
2377
+ markerWidth="1"
2378
+ markerHeight="1"
2379
+ viewBox="0 0 1 1"
2380
+ inkscape:isstock="true"
2381
+ inkscape:collect="always"
2382
+ preserveAspectRatio="xMidYMid">
2383
+ <path
2384
+ transform="scale(0.7)"
2385
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
2386
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
2387
+ id="path8-67-2-9-1-6-6-3-9-4-1-2-8-9-2-5" />
2388
+ </marker>
2389
+ <rect
2390
+ x="175.91412"
2391
+ y="3377.8162"
2392
+ width="64.502953"
2393
+ height="44.276573"
2394
+ id="rect8-75-6" />
2395
+ <rect
2396
+ x="98.764412"
2397
+ y="3387.5896"
2398
+ width="64.478706"
2399
+ height="48.026573"
2400
+ id="rect29-3-8" />
2401
+ </defs>
2402
+ <g
2403
+ inkscape:label="Layer 1"
2404
+ inkscape:groupmode="layer"
2405
+ id="layer1">
2406
+ <rect
2407
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.264583;stroke-opacity:1"
2408
+ id="rect25-4"
2409
+ width="113.7489"
2410
+ height="118.71937"
2411
+ x="20.860287"
2412
+ y="757.65155"
2413
+ inkscape:export-filename="rake_side_stopper.svg"
2414
+ inkscape:export-xdpi="96"
2415
+ inkscape:export-ydpi="96" />
2416
+ <rect
2417
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.264583;stroke-opacity:1"
2418
+ id="rect14-3"
2419
+ width="121.67209"
2420
+ height="140.92279"
2421
+ x="20.381771"
2422
+ y="893.72394"
2423
+ inkscape:export-filename="rake_top_stopper.svg"
2424
+ inkscape:export-xdpi="96"
2425
+ inkscape:export-ydpi="96" />
2426
+ <rect
2427
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.264583;stroke-linejoin:bevel;stroke-opacity:1"
2428
+ id="rect57"
2429
+ width="147.11964"
2430
+ height="105.56469"
2431
+ x="6.3570557"
2432
+ y="604.94366"
2433
+ inkscape:export-filename="rake_door.svg"
2434
+ inkscape:export-xdpi="96"
2435
+ inkscape:export-ydpi="96" />
2436
+ <rect
2437
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:0.264583"
2438
+ id="rect45"
2439
+ width="150.67589"
2440
+ height="130.533"
2441
+ x="2.1503227"
2442
+ y="72.612404"
2443
+ inkscape:export-filename="rake_face.svg"
2444
+ inkscape:export-xdpi="96"
2445
+ inkscape:export-ydpi="96" />
2446
+ <rect
2447
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.264583;stroke-opacity:1"
2448
+ id="rect25"
2449
+ width="113.7489"
2450
+ height="118.71937"
2451
+ x="33.385418"
2452
+ y="232.74309"
2453
+ inkscape:export-filename="rake_side.svg"
2454
+ inkscape:export-xdpi="96"
2455
+ inkscape:export-ydpi="96" />
2456
+ <text
2457
+ xml:space="preserve"
2458
+ transform="matrix(0.26458333,0,0,0.26458333,3.4610419,11.524633)"
2459
+ id="text51-9"
2460
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect51-8);display:inline"><tspan
2461
+ x="353.19922"
2462
+ y="1007.0215"
2463
+ id="tspan1">PI/6</tspan></text>
2464
+ <rect
2465
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.264583;stroke-opacity:1"
2466
+ id="rect14"
2467
+ width="121.67209"
2468
+ height="140.92279"
2469
+ x="25.494514"
2470
+ y="406.11823"
2471
+ inkscape:export-filename="rake_top.svg"
2472
+ inkscape:export-xdpi="96"
2473
+ inkscape:export-ydpi="96" />
2474
+ <rect
2475
+ style="fill:#e5d5ff;fill-opacity:1;stroke:#e5d5ff;stroke-width:0.264582;stroke-opacity:1"
2476
+ id="rect2-5-6-0-5-4"
2477
+ width="7.4843745"
2478
+ height="133.90753"
2479
+ x="-110.61439"
2480
+ y="8.869112"
2481
+ transform="rotate(-90)" />
2482
+ <path
2483
+ style="fill:#d5f6ff;stroke:#d5f6ff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2484
+ d="m 68.180368,123.84356 -14.212221,39.69215 3e-6,21.50115 c 0,0 43.709493,2e-5 43.709493,2e-5 V 163.53572 L 83.465386,123.84356 H 68.180368"
2485
+ id="path2" />
2486
+ <path
2487
+ style="fill:#d5f6ff;stroke:#d5f6ff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2488
+ d="m 72.304187,271.11197 -14.212221,39.69215 3e-6,21.50115 c 0,0 43.709481,2e-5 43.709481,2e-5 V 310.80413 L 87.589205,271.11197 H 72.304187"
2489
+ id="path2-6" />
2490
+ <text
2491
+ xml:space="preserve"
2492
+ transform="matrix(0.26458333,0,0,0.26458333,-8.4550781,-21.521484)"
2493
+ id="text1"
2494
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1);display:inline"><tspan
2495
+ x="56.220703"
2496
+ y="113.62894"
2497
+ id="tspan2">rake.svg</tspan></text>
2498
+ <rect
2499
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264582"
2500
+ id="rect2"
2501
+ width="3.3401127"
2502
+ height="21.501156"
2503
+ x="53.968151"
2504
+ y="163.53571" />
2505
+ <rect
2506
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264583"
2507
+ id="rect2-5"
2508
+ width="3.3401127"
2509
+ height="9.3491392"
2510
+ x="-179.70525"
2511
+ y="57.572845"
2512
+ transform="rotate(-90)" />
2513
+ <rect
2514
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264582"
2515
+ id="rect2-2"
2516
+ width="3.3401127"
2517
+ height="42.159859"
2518
+ x="105.93768"
2519
+ y="93.610901"
2520
+ transform="rotate(19.700481)" />
2521
+ <rect
2522
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264582"
2523
+ id="rect2-7"
2524
+ width="3.3401127"
2525
+ height="21.501156"
2526
+ x="-97.677643"
2527
+ y="163.53572"
2528
+ transform="scale(-1,1)" />
2529
+ <rect
2530
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264583"
2531
+ id="rect2-5-0"
2532
+ width="3.3401127"
2533
+ height="9.3491392"
2534
+ x="-179.70526"
2535
+ y="-94.072945"
2536
+ transform="matrix(0,-1,-1,0,0,0)" />
2537
+ <rect
2538
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264582"
2539
+ id="rect2-2-9"
2540
+ width="3.3401127"
2541
+ height="42.159859"
2542
+ x="-36.831913"
2543
+ y="144.73116"
2544
+ transform="matrix(-0.94146771,0.33710316,0.33710316,0.94146771,0,0)" />
2545
+ <path
2546
+ style="fill:none;stroke:#dbe3e2;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2547
+ d="m 66.921983,176.36514 17.80182,1e-5"
2548
+ id="path3" />
2549
+ <path
2550
+ style="fill:none;stroke:#dbe3e2;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2551
+ d="m 66.921983,179.70525 17.80182,1e-5"
2552
+ id="path4" />
2553
+ <path
2554
+ style="fill:none;stroke:#dbe3e2;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2555
+ d="m 57.439767,164.19852 36.750786,-0.0113"
2556
+ id="path5"
2557
+ sodipodi:nodetypes="cc" />
2558
+ <path
2559
+ style="fill:#dbe3de;stroke:#dbe3de;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2560
+ d="m 71.324975,124.96953 8.995807,-1e-5"
2561
+ id="path6" />
2562
+ <rect
2563
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264583"
2564
+ id="rect2-5-6"
2565
+ width="1.8140326"
2566
+ height="116.37032"
2567
+ x="-131.28148"
2568
+ y="17.637718"
2569
+ transform="rotate(-90)" />
2570
+ <rect
2571
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264583"
2572
+ id="rect2-5-6-0"
2573
+ width="1.8140326"
2574
+ height="116.37032"
2575
+ x="-137.59343"
2576
+ y="17.637718"
2577
+ transform="rotate(-90)" />
2578
+ <rect
2579
+ style="fill:#d5f6ff;fill-opacity:1;stroke:#d5f6ff;stroke-width:0.264583;stroke-opacity:1"
2580
+ id="rect2-5-6-0-5"
2581
+ width="4.2333379"
2582
+ height="116.37032"
2583
+ x="-135.51482"
2584
+ y="17.637718"
2585
+ transform="rotate(-90)" />
2586
+ <rect
2587
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.265072"
2588
+ id="rect2-5-6-0-8"
2589
+ width="2.0816588"
2590
+ height="39.050209"
2591
+ x="-98.347008"
2592
+ y="90.937248"
2593
+ transform="matrix(0.51316435,-0.85829036,0.81115094,0.58483686,0,0)" />
2594
+ <rect
2595
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.265072"
2596
+ id="rect2-5-6-0-8-6"
2597
+ width="2.0816588"
2598
+ height="39.050209"
2599
+ x="-187.26999"
2600
+ y="-39.917946"
2601
+ transform="matrix(-0.51316435,-0.85829036,-0.81115094,0.58483686,0,0)" />
2602
+ <rect
2603
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264584"
2604
+ id="rect2-5-3"
2605
+ width="21.412767"
2606
+ height="4.8896708"
2607
+ x="-129.46744"
2608
+ y="17.637718"
2609
+ transform="rotate(-90)" />
2610
+ <rect
2611
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264584"
2612
+ id="rect2-5-3-7"
2613
+ width="21.412767"
2614
+ height="4.8896708"
2615
+ x="-129.46744"
2616
+ y="129.11836"
2617
+ transform="rotate(-90)" />
2618
+ <rect
2619
+ style="fill:#5fd38d;stroke:#5fbcd3;stroke-width:0.264584"
2620
+ id="rect2-5-3-0"
2621
+ width="21.412767"
2622
+ height="38.951138"
2623
+ x="-23.578787"
2624
+ y="114.56027"
2625
+ transform="rotate(-90)" />
2626
+ <rect
2627
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264584"
2628
+ id="rect2-5-3-06"
2629
+ width="21.412767"
2630
+ height="4.8896708"
2631
+ x="-129.20287"
2632
+ y="51.193062"
2633
+ transform="rotate(-90)" />
2634
+ <rect
2635
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264584"
2636
+ id="rect2-5-3-6"
2637
+ width="21.412767"
2638
+ height="4.8896708"
2639
+ x="-129.20287"
2640
+ y="95.298454"
2641
+ transform="rotate(-90)" />
2642
+ <path
2643
+ style="fill:#afafe9;stroke:#8787de;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2644
+ d="m 184.0427,156.46694 c 0,0 -0.11142,1.67051 0.13413,2.42978 0.3719,1.14997 1.04432,2.2552 1.93071,2.91826 0.85723,0.64125 1.95847,0.83319 2.97613,0.80079 1.3021,-0.0414 2.68306,-0.40034 3.75453,-1.26531 0.73934,-0.59684 1.34442,-1.52077 1.61465,-2.52178 0.22188,-0.82187 -0.0692,-2.58396 -0.0692,-2.58396 l -2.58948,-7.38378 c 0,0 -0.58556,-1.24034 -1.07575,-1.69652 -0.46765,-0.43521 -1.05021,-0.94377 -1.68801,-0.90749 -0.62377,0.0355 -1.1259,0.60083 -1.53962,1.06901 -0.43175,0.48859 -0.90945,1.73178 -0.90945,1.73178 z"
2645
+ id="path7"
2646
+ sodipodi:nodetypes="caaaaaccaaacc" />
2647
+ <rect
2648
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264582"
2649
+ id="rect2-4"
2650
+ width="3.3401127"
2651
+ height="21.501156"
2652
+ x="58.091969"
2653
+ y="310.80411" />
2654
+ <rect
2655
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264583"
2656
+ id="rect2-5-7"
2657
+ width="3.3401127"
2658
+ height="9.3491392"
2659
+ x="-326.97366"
2660
+ y="61.696667"
2661
+ transform="rotate(-90)" />
2662
+ <rect
2663
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264582"
2664
+ id="rect2-2-4"
2665
+ width="3.3401127"
2666
+ height="42.159859"
2667
+ x="159.46475"
2668
+ y="230.8692"
2669
+ transform="rotate(19.700481)" />
2670
+ <rect
2671
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264582"
2672
+ id="rect2-7-4"
2673
+ width="3.3401127"
2674
+ height="21.501156"
2675
+ x="-101.80147"
2676
+ y="310.80414"
2677
+ transform="scale(-1,1)" />
2678
+ <rect
2679
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264583"
2680
+ id="rect2-5-0-3"
2681
+ width="3.3401127"
2682
+ height="9.3491392"
2683
+ x="-326.97369"
2684
+ y="-98.196762"
2685
+ transform="matrix(0,-1,-1,0,0,0)" />
2686
+ <rect
2687
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264582"
2688
+ id="rect2-2-9-0"
2689
+ width="3.3401127"
2690
+ height="42.159859"
2691
+ x="8.9302931"
2692
+ y="284.76974"
2693
+ transform="matrix(-0.94146771,0.33710316,0.33710316,0.94146771,0,0)" />
2694
+ <rect
2695
+ style="fill:#afdde9;stroke:#afdde9;stroke-width:0.264584"
2696
+ id="rect2-5-3-8"
2697
+ width="21.412767"
2698
+ height="2.2998271"
2699
+ x="-307.73212"
2700
+ y="78.796799"
2701
+ transform="rotate(-90)" />
2702
+ <circle
2703
+ style="fill:#b380ff;fill-opacity:1;stroke:#b380ff;stroke-width:0.264582;stroke-opacity:1"
2704
+ id="path8-1"
2705
+ cx="79.946709"
2706
+ cy="261.52698"
2707
+ r="4.1964483" />
2708
+ <circle
2709
+ style="fill:#e5d5ff;fill-opacity:1;stroke:#b380ff;stroke-width:0.264582;stroke-opacity:1"
2710
+ id="path8-4-4"
2711
+ cx="79.946709"
2712
+ cy="261.52698"
2713
+ r="2.9180391" />
2714
+ <path
2715
+ style="fill:#217867;fill-opacity:0.8;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2716
+ d="m 76.202068,263.42114 c 0,0 0.382604,0.83225 0.694311,1.15617 0.315328,0.32769 0.721607,0.57275 1.141746,0.7468 0.600483,0.24876 1.258628,0.40348 1.908585,0.39932 0.607888,-0.004 1.214728,-0.17297 1.780125,-0.39628 0.457296,-0.18062 0.923869,-0.40085 1.270203,-0.74984 0.372475,-0.37533 0.795973,-1.3722 0.795973,-1.3722 l 1.36636,0.68541 0.524529,13.8495 -11.498207,0.18057 0.639735,-13.84721 z"
2717
+ id="path9"
2718
+ sodipodi:nodetypes="caaaaacccccc" />
2719
+ <circle
2720
+ style="fill:#5fbcd3;fill-opacity:1;stroke:#5fbcd3;stroke-width:0.264582;stroke-opacity:1"
2721
+ id="path8"
2722
+ cx="79.946709"
2723
+ cy="280.41464"
2724
+ r="6.1692934" />
2725
+ <circle
2726
+ style="fill:#d5f6ff;fill-opacity:1;stroke:#5fbcd3;stroke-width:0.264582;stroke-opacity:1"
2727
+ id="path8-4"
2728
+ cx="79.946709"
2729
+ cy="280.41464"
2730
+ r="4.2898755" />
2731
+ <circle
2732
+ style="fill:#5fbcd3;fill-opacity:1;stroke:#5fbcd3;stroke-width:0.264583;stroke-dasharray:none;stroke-opacity:1"
2733
+ id="path24-2"
2734
+ cx="70.184509"
2735
+ cy="468.67624"
2736
+ r="27.756809" />
2737
+ <path
2738
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-9);marker-end:url(#RoundedArrow-7-7-9)"
2739
+ d="m 115.80513,487.55902 v -3.18481"
2740
+ id="path5-1-0-8" />
2741
+ <circle
2742
+ style="fill:#d5f6ff;fill-opacity:1;stroke:#d5f6ff;stroke-width:0.264583;stroke-dasharray:none;stroke-opacity:1"
2743
+ id="path24"
2744
+ cx="70.184509"
2745
+ cy="468.67624"
2746
+ r="24.985352" />
2747
+ <circle
2748
+ style="fill:#f9f9f9;stroke:#cccccc;stroke-width:0.264583;stroke-dasharray:none"
2749
+ id="path24-8"
2750
+ cx="70.184509"
2751
+ cy="468.67624"
2752
+ r="14.411621" />
2753
+ <circle
2754
+ style="fill:#f9f9f9;stroke:#cccccc;stroke-width:0.264583;stroke-dasharray:none;stroke-dashoffset:0"
2755
+ id="path26"
2756
+ cx="70.077133"
2757
+ cy="448.59128"
2758
+ r="2.8725588" />
2759
+ <circle
2760
+ style="fill:#f9f9f9;stroke:#cccccc;stroke-width:0.264583;stroke-dasharray:none;stroke-dashoffset:0"
2761
+ id="path26-0"
2762
+ cx="90.162086"
2763
+ cy="468.67624"
2764
+ r="2.8725588" />
2765
+ <circle
2766
+ style="fill:#f9f9f9;stroke:#cccccc;stroke-width:0.264583;stroke-dasharray:none;stroke-dashoffset:0"
2767
+ id="path26-0-2"
2768
+ cx="70.077133"
2769
+ cy="488.7612"
2770
+ r="2.8725588" />
2771
+ <circle
2772
+ style="fill:#f9f9f9;stroke:#cccccc;stroke-width:0.264583;stroke-dasharray:none;stroke-dashoffset:0"
2773
+ id="path26-0-5"
2774
+ cx="49.992165"
2775
+ cy="468.67624"
2776
+ r="2.8725588" />
2777
+ <circle
2778
+ style="fill:#f9f9f9;stroke:#cccccc;stroke-width:0.264583;stroke-dasharray:none;stroke-dashoffset:0"
2779
+ id="path26-0-9"
2780
+ cx="84.728416"
2781
+ cy="454.6615"
2782
+ r="2.8725588" />
2783
+ <circle
2784
+ style="fill:#f9f9f9;stroke:#cccccc;stroke-width:0.264583;stroke-dasharray:none;stroke-dashoffset:0"
2785
+ id="path26-0-7"
2786
+ cx="84.728416"
2787
+ cy="483.22015"
2788
+ r="2.8725588" />
2789
+ <circle
2790
+ style="fill:#f9f9f9;stroke:#cccccc;stroke-width:0.264583;stroke-dasharray:none;stroke-dashoffset:0"
2791
+ id="path26-0-8"
2792
+ cx="55.640594"
2793
+ cy="483.22015"
2794
+ r="2.8725588" />
2795
+ <circle
2796
+ style="fill:#f9f9f9;stroke:#cccccc;stroke-width:0.264583;stroke-dasharray:none;stroke-dashoffset:0"
2797
+ id="path26-0-93"
2798
+ cx="55.640594"
2799
+ cy="454.13232"
2800
+ r="2.8725588" />
2801
+ <circle
2802
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583;stroke-dasharray:2, 1;stroke-dashoffset:0"
2803
+ id="path24-7"
2804
+ cx="70.077133"
2805
+ cy="468.67624"
2806
+ r="20.084961" />
2807
+ <path
2808
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2809
+ d="M 70.184507,483.35243 H 115.69525"
2810
+ id="path27-1" />
2811
+ <path
2812
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2813
+ d="M 70.184507,454.2646 H 106.39838"
2814
+ id="path27-5" />
2815
+ <path
2816
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2817
+ d="M 70.108377,488.75968 H 115.83638"
2818
+ id="path27-62" />
2819
+ <text
2820
+ xml:space="preserve"
2821
+ transform="matrix(0.26458333,0,0,0.26458333,14.627327,393.13516)"
2822
+ id="text5-2-1-0"
2823
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect5-3-3-3);display:inline"><tspan
2824
+ x="348.78516"
2825
+ y="288.74417"
2826
+ id="tspan3">D3</tspan></text>
2827
+ <text
2828
+ xml:space="preserve"
2829
+ transform="matrix(0.26458333,0,0,0.26458333,24.454514,411.14068)"
2830
+ id="text5-2-1-4"
2831
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect5-3-3-0);display:inline"><tspan
2832
+ x="348.78516"
2833
+ y="288.74417"
2834
+ id="tspan4">L1</tspan></text>
2835
+ <path
2836
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7);marker-end:url(#RoundedArrow-7-7)"
2837
+ d="M 106.39838,482.24944 V 455.36759"
2838
+ id="path5-1-0" />
2839
+ <path
2840
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2841
+ d="M 34.988044,465.80366 H 49.992166"
2842
+ id="path27-5-5" />
2843
+ <path
2844
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2845
+ d="M 34.988044,471.54878 H 49.992166"
2846
+ id="path27-5-5-7" />
2847
+ <path
2848
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-9-2);marker-end:url(#RoundedArrow-7-7-9-2)"
2849
+ d="m 34.988044,470.3735 v -3.18481"
2850
+ id="path5-1-0-8-6" />
2851
+ <text
2852
+ xml:space="preserve"
2853
+ transform="matrix(0.26458333,0,0,0.26458333,-63.880891,393.79678)"
2854
+ id="text5-2-1-0-1"
2855
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect5-3-3-3-7);display:inline"><tspan
2856
+ x="348.78516"
2857
+ y="288.74417"
2858
+ id="tspan5">D7</tspan></text>
2859
+ <text
2860
+ xml:space="preserve"
2861
+ transform="matrix(0.26458333,0,0,0.26458333,24.169582,189.8633)"
2862
+ id="text27"
2863
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect27);display:inline"><tspan
2864
+ x="55.144531"
2865
+ y="1150.6563"
2866
+ id="tspan6">N1</tspan></text>
2867
+ <path
2868
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow)"
2869
+ d="m 44.552218,492.85628 7.740051,-6.49573"
2870
+ id="path28" />
2871
+ <path
2872
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2873
+ d="M 70.184507,440.65483 H 125.95259"
2874
+ id="path27-7" />
2875
+ <path
2876
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2877
+ d="M 70.184507,496.43303 H 125.95259"
2878
+ id="path27-7-6" />
2879
+ <path
2880
+ style="fill:none;stroke:#000000;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-9-1-2);marker-end:url(#RoundedArrow-7-7-9-1-2)"
2881
+ d="M 125.16804,494.89197 V 442.19589"
2882
+ id="path5-1-0-8-3-8" />
2883
+ <text
2884
+ xml:space="preserve"
2885
+ transform="matrix(0.26458333,0,0,0.26458333,33.650753,392.67555)"
2886
+ id="text5-2-1-2"
2887
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect5-3-3-2);display:inline"><tspan
2888
+ x="348.78516"
2889
+ y="288.74417"
2890
+ id="tspan7">D1</tspan></text>
2891
+ <path
2892
+ style="fill:#9bd4e1;fill-opacity:0.5;stroke:#dbe3de;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2893
+ d="m 61.648524,473.17414 v -8.9958"
2894
+ id="path6-0" />
2895
+ <rect
2896
+ style="fill:#5fd3bc;fill-opacity:0.8;stroke:#5fd3bc;stroke-width:0.264583"
2897
+ id="rect2-5-6-4"
2898
+ width="1.8140326"
2899
+ height="116.37032"
2900
+ x="-67.960464"
2901
+ y="-526.86139"
2902
+ transform="scale(-1)" />
2903
+ <rect
2904
+ style="fill:#5fd3bc;fill-opacity:0.8;stroke:#5fd3bc;stroke-width:0.264583"
2905
+ id="rect2-5-6-0-87"
2906
+ width="1.8140326"
2907
+ height="116.37032"
2908
+ x="-74.272453"
2909
+ y="-526.86139"
2910
+ transform="scale(-1)" />
2911
+ <rect
2912
+ style="fill:#d7f4ee;fill-opacity:0.3;stroke:#d7f4ee;stroke-width:0.264583;stroke-opacity:1"
2913
+ id="rect2-5-6-0-5-1"
2914
+ width="4.2333379"
2915
+ height="116.37032"
2916
+ x="-72.19381"
2917
+ y="-526.86139"
2918
+ transform="scale(-1)" />
2919
+ <circle
2920
+ style="fill:none;stroke:#006680;stroke-width:0.264583;stroke-dasharray:none"
2921
+ id="path24-8-2"
2922
+ cx="70.077133"
2923
+ cy="468.67624"
2924
+ r="10.012469" />
2925
+ <path
2926
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow-1)"
2927
+ d="m 60.157602,453.46403 -3.607239,-4.37464"
2928
+ id="path28-1"
2929
+ sodipodi:nodetypes="cc" />
2930
+ <path
2931
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow-1-4)"
2932
+ d="m 49.965871,440.37432 3.60724,4.37464"
2933
+ id="path28-1-9"
2934
+ sodipodi:nodetypes="cc" />
2935
+ <text
2936
+ xml:space="preserve"
2937
+ transform="matrix(0.26458333,0,0,0.26458333,-46.138912,115.09487)"
2938
+ id="text9"
2939
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect9);display:inline"><tspan
2940
+ x="350.60742"
2941
+ y="1225.2246"
2942
+ id="tspan8">E1</tspan></text>
2943
+ <path
2944
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2945
+ d="M 74.404741,410.49105 H 138.24613"
2946
+ id="path27-7-1" />
2947
+ <path
2948
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2949
+ d="M 74.404741,526.86137 H 138.24612"
2950
+ id="path27-7-1-7" />
2951
+ <path
2952
+ style="fill:none;stroke:#000000;stroke-width:0.264581px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-9-1-2-7);marker-end:url(#RoundedArrow-7-7-9-1-2-7)"
2953
+ d="M 138.6384,525.44292 V 411.62964"
2954
+ id="path5-1-0-8-3-8-5" />
2955
+ <path
2956
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2957
+ d="M 66.146432,539.77636 V 526.99367"
2958
+ id="path27-62-4" />
2959
+ <path
2960
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2961
+ d="M 57.827386,345.22024 V 332.43755"
2962
+ id="path27-62-4-4" />
2963
+ <path
2964
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2965
+ d="M 74.272449,539.77636 V 526.99367"
2966
+ id="path27-62-4-9" />
2967
+ <path
2968
+ style="fill:none;stroke:#000000;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-9-0);marker-end:url(#RoundedArrow-7-7-9-0)"
2969
+ d="m 67.681607,539.77632 h 5.401322"
2970
+ id="path5-1-0-8-5" />
2971
+ <text
2972
+ xml:space="preserve"
2973
+ transform="matrix(0.26458333,0,0,0.26458333,-4.6097801,97.738177)"
2974
+ id="text11"
2975
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect11);display:inline"><tspan
2976
+ x="272.3418"
2977
+ y="1687.8575"
2978
+ id="tspan9">D4</tspan></text>
2979
+ <text
2980
+ xml:space="preserve"
2981
+ transform="matrix(0.26458333,0,0,0.26458333,-57.183686,8.7293855)"
2982
+ id="text12"
2983
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect12);display:inline"><tspan
2984
+ x="354.03125"
2985
+ y="1686.125"
2986
+ id="tspan10">D2</tspan></text>
2987
+ <path
2988
+ style="fill:none;stroke:#000000;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow-7-7-9)"
2989
+ d="m 41.242362,455.25695 18.046414,8.95622"
2990
+ id="path12" />
2991
+ <rect
2992
+ style="fill:#2ca089;fill-opacity:0.7;stroke:#2ca089;stroke-width:0.264583;stroke-opacity:1"
2993
+ id="rect13"
2994
+ width="8.1260185"
2995
+ height="3.0632"
2996
+ x="66.146431"
2997
+ y="523.79816" />
2998
+ <rect
2999
+ style="fill:#2ca089;fill-opacity:0.7;stroke:#2ca089;stroke-width:0.264583;stroke-opacity:1"
3000
+ id="rect13-3"
3001
+ width="8.1260185"
3002
+ height="3.0632"
3003
+ x="66.146431"
3004
+ y="410.49106" />
3005
+ <rect
3006
+ style="fill:#2ca089;fill-opacity:0.7;stroke:#2ca089;stroke-width:0.264583;stroke-opacity:1"
3007
+ id="rect13-1"
3008
+ width="8.1260185"
3009
+ height="3.0632"
3010
+ x="66.121498"
3011
+ y="450.21942" />
3012
+ <rect
3013
+ style="fill:#2ca089;fill-opacity:0.7;stroke:#2ca089;stroke-width:0.264583;stroke-opacity:1"
3014
+ id="rect13-1-8"
3015
+ width="8.1260185"
3016
+ height="3.0632"
3017
+ x="66.121498"
3018
+ y="483.93753" />
3019
+ <path
3020
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#marker15)"
3021
+ d="m 103.14851,318.51846 h 7.6739"
3022
+ id="path14" />
3023
+ <path
3024
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#marker15-1)"
3025
+ d="m 96.938868,318.51846 h -5.42465"
3026
+ id="path14-0" />
3027
+ <text
3028
+ xml:space="preserve"
3029
+ transform="matrix(0.26458333,0,0,0.26458333,-8.9548444,-21.979613)"
3030
+ id="text15"
3031
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect15);display:inline"><tspan
3032
+ x="453.95508"
3033
+ y="1292.0196"
3034
+ id="tspan11">E1</tspan></text>
3035
+ <path
3036
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3037
+ d="M 101.80147,345.22028 V 332.43759"
3038
+ id="path27-62-4-1" />
3039
+ <path
3040
+ style="fill:none;stroke:#000000;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-9-1-2-9);marker-end:url(#RoundedArrow-7-7-9-1-2-9)"
3041
+ d="M 100.69563,345.22024 H 59.20499"
3042
+ id="path5-1-0-8-3-8-1" />
3043
+ <text
3044
+ xml:space="preserve"
3045
+ transform="matrix(0.26458333,0,0,0.26458333,5.8605617,-8.3492461)"
3046
+ id="text16"
3047
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect16);display:inline"><tspan
3048
+ x="269.01953"
3049
+ y="1350.416"
3050
+ id="tspan12">D1</tspan></text>
3051
+ <path
3052
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3053
+ d="M 71.310389,339.88864 V 327.10595"
3054
+ id="path27-62-4-4-7" />
3055
+ <path
3056
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3057
+ d="M 88.847623,339.88868 V 327.10599"
3058
+ id="path27-62-4-4-7-5" />
3059
+ <path
3060
+ style="fill:none;stroke:#000000;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-9-1-2-9-5);marker-end:url(#RoundedArrow-7-7-9-1-2-9-5)"
3061
+ d="M 87.741738,339.88864 H 72.695411"
3062
+ id="path5-1-0-8-3-8-1-8" />
3063
+ <text
3064
+ xml:space="preserve"
3065
+ transform="matrix(0.26458333,0,0,0.26458333,6.3244815,-18.254483)"
3066
+ id="text16-6"
3067
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect16-8);display:inline"><tspan
3068
+ x="269.01953"
3069
+ y="1350.416"
3070
+ id="tspan13">D3</tspan></text>
3071
+ <path
3072
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3073
+ d="M 72.304178,271.11197 V 240.42028"
3074
+ id="path27-62-4-4-7-3" />
3075
+ <path
3076
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3077
+ d="M 87.589199,271.11195 V 240.42026"
3078
+ id="path27-62-4-4-7-3-4" />
3079
+ <path
3080
+ style="fill:none;stroke:#000000;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-9-1-2-9-5-8);marker-end:url(#RoundedArrow-7-7-9-1-2-9-5-8)"
3081
+ d="M 86.384886,241.20483 H 73.508531"
3082
+ id="path5-1-0-8-3-8-1-8-6" />
3083
+ <text
3084
+ xml:space="preserve"
3085
+ transform="matrix(0.26458333,0,0,0.26458333,5.7307692,-116.9383)"
3086
+ id="text16-6-4"
3087
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect16-8-7);display:inline"><tspan
3088
+ x="269.01953"
3089
+ y="1350.416"
3090
+ id="tspan14">D2</tspan></text>
3091
+ <path
3092
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3093
+ d="M 129.49984,332.43759 H 101.93376"
3094
+ id="path27-62-4-1-9" />
3095
+ <path
3096
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3097
+ d="M 129.49984,310.53956 H 101.93376"
3098
+ id="path27-62-4-1-9-0" />
3099
+ <path
3100
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3101
+ d="M 129.49984,271.24423 H 87.589196"
3102
+ id="path27-62-4-1-9-6" />
3103
+ <path
3104
+ style="fill:none;stroke:#000000;stroke-width:0.264581px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-9-1-2-9-5-8-2);marker-end:url(#RoundedArrow-7-7-9-1-2-9-5-8-2)"
3105
+ d="m 129.49984,272.37759 v 36.69643"
3106
+ id="path5-1-0-8-3-8-1-8-6-7" />
3107
+ <path
3108
+ style="fill:none;stroke:#000000;stroke-width:0.264581px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-9-1-2-9-5-8-2-8);marker-end:url(#RoundedArrow-7-7-9-1-2-9-5-8-2-8)"
3109
+ d="m 129.49984,311.61103 v 19.34882"
3110
+ id="path5-1-0-8-3-8-1-8-6-7-8" />
3111
+ <text
3112
+ xml:space="preserve"
3113
+ transform="matrix(0.26458333,0,0,0.26458333,14.56129,-28.1144)"
3114
+ id="text17"
3115
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect17);display:inline"><tspan
3116
+ x="437.35547"
3117
+ y="1326.4903"
3118
+ id="tspan15">H1</tspan></text>
3119
+ <text
3120
+ xml:space="preserve"
3121
+ transform="matrix(0.26458333,0,0,0.26458333,-0.01864442,-50.279159)"
3122
+ id="text18"
3123
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect18);display:inline"><tspan
3124
+ x="492.41406"
3125
+ y="1294.6289"
3126
+ id="tspan16">H2</tspan></text>
3127
+ <path
3128
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#marker15-0)"
3129
+ d="m 97.327428,294.96569 7.100162,-2.91144"
3130
+ id="path14-05" />
3131
+ <path
3132
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#marker15-1-6)"
3133
+ d="m 92.107545,296.86239 -5.019077,2.05809"
3134
+ id="path14-0-1" />
3135
+ <text
3136
+ xml:space="preserve"
3137
+ transform="matrix(0.26458333,0,0,0.26458333,80.947153,-36.789578)"
3138
+ id="text19"
3139
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect19);display:inline"><tspan
3140
+ x="90.341797"
3141
+ y="1247.4512"
3142
+ id="tspan17">E1</tspan></text>
3143
+ <path
3144
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#marker15-8)"
3145
+ d="m 65.505454,328.2649 v 7.6739"
3146
+ id="path14-6" />
3147
+ <path
3148
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#marker15-1-0)"
3149
+ d="m 65.568293,322.37842 v -5.42465"
3150
+ id="path14-0-2" />
3151
+ <text
3152
+ xml:space="preserve"
3153
+ transform="matrix(0.26458333,0,0,0.26458333,44.530464,9.1916976)"
3154
+ id="text20"
3155
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect20);display:inline"><tspan
3156
+ x="69.847656"
3157
+ y="1247.6426"
3158
+ id="tspan18">E3</tspan></text>
3159
+ <path
3160
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3161
+ d="M 138.71143,280.54691 H 79.946706"
3162
+ id="path27-62-4-1-9-6-2" />
3163
+ <path
3164
+ style="fill:none;stroke:#000000;stroke-width:0.264581px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-9-1-2-9-5-8-2-8-7);marker-end:url(#RoundedArrow-7-7-9-1-2-9-5-8-2-8-7)"
3165
+ d="m 116.71142,272.86066 v 6.26363"
3166
+ id="path5-1-0-8-3-8-1-8-6-7-8-0" />
3167
+ <text
3168
+ xml:space="preserve"
3169
+ transform="matrix(0.26458333,0,0,0.26458333,-17.607929,13.196887)"
3170
+ id="text21"
3171
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect21);display:inline"><tspan
3172
+ x="509.18945"
3173
+ y="998.58206"
3174
+ id="tspan19">H4</tspan></text>
3175
+ <path
3176
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3177
+ d="M 79.946709,274.24535 H 43.181997"
3178
+ id="path27-62-4-1-9-6-2-9" />
3179
+ <path
3180
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3181
+ d="M 79.946709,286.58394 H 43.181997"
3182
+ id="path27-62-4-1-9-6-2-3" />
3183
+ <path
3184
+ style="fill:none;stroke:#000000;stroke-width:0.264581px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-9-1-2-9-5-8-2-8-7-0);marker-end:url(#RoundedArrow-7-7-9-1-2-9-5-8-2-8-7-0)"
3185
+ d="m 43.182,275.50814 v 9.63137"
3186
+ id="path5-1-0-8-3-8-1-8-6-7-8-0-3" />
3187
+ <text
3188
+ xml:space="preserve"
3189
+ transform="matrix(0.26458333,0,0,0.26458333,-98.016441,17.530131)"
3190
+ id="text21-9"
3191
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect21-4);display:inline"><tspan
3192
+ x="509.18945"
3193
+ y="998.58206"
3194
+ id="tspan20">D4</tspan></text>
3195
+ <path
3196
+ style="fill:none;stroke:#000000;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#marker15-0-3)"
3197
+ d="m 73.230122,283.23373 -11.954379,5.30393"
3198
+ id="path14-05-5" />
3199
+ <path
3200
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#marker15-1-6-9)"
3201
+ d="m 76.744628,281.76145 2.460799,-1.29101"
3202
+ id="path14-0-1-6" />
3203
+ <text
3204
+ xml:space="preserve"
3205
+ transform="matrix(0.26458333,0,0,0.26458333,31.371094,-16.094238)"
3206
+ id="text22"
3207
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect22);display:inline"><tspan
3208
+ x="91.855469"
3209
+ y="1163.0625"
3210
+ id="tspan21">E4</tspan></text>
3211
+ <path
3212
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3213
+ d="M 120.6746,323.63358 H 98.329054"
3214
+ id="path27-62-4-1-9-0-0" />
3215
+ <path
3216
+ style="fill:none;stroke:#000000;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-9-1-2-9-5-8-2-8-7-2);marker-end:url(#RoundedArrow-7-7-9-1-2-9-5-8-2-8-7-2)"
3217
+ d="m 120.67459,311.74087 v 10.5948"
3218
+ id="path5-1-0-8-3-8-1-8-6-7-8-0-6" />
3219
+ <text
3220
+ xml:space="preserve"
3221
+ transform="matrix(0.26458333,0,0,0.26458333,-13.644756,54.244576)"
3222
+ id="text21-98"
3223
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect21-7);display:inline"><tspan
3224
+ x="509.18945"
3225
+ y="998.58206"
3226
+ id="tspan22">H3</tspan></text>
3227
+ <path
3228
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3229
+ d="M 138.71143,261.39469 H 79.946708"
3230
+ id="path27-62-4-1-9-6-2-99" />
3231
+ <path
3232
+ style="fill:none;stroke:#000000;stroke-width:0.264581px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-9-1-2-9-5-8-2-8-2);marker-end:url(#RoundedArrow-7-7-9-1-2-9-5-8-2-8-2)"
3233
+ d="M 138.71143,262.77971 V 279.502"
3234
+ id="path5-1-0-8-3-8-1-8-6-7-8-1" />
3235
+ <text
3236
+ xml:space="preserve"
3237
+ transform="matrix(0.26458333,0,0,0.26458333,6.320641,28.290386)"
3238
+ id="text23"
3239
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect23);display:inline"><tspan
3240
+ x="502.50977"
3241
+ y="921.65237"
3242
+ id="tspan23">H5</tspan></text>
3243
+ <text
3244
+ xml:space="preserve"
3245
+ transform="matrix(0.26458333,0,0,0.26458333,-12.360117,4.4289072)"
3246
+ id="text24"
3247
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect24);display:inline"><tspan
3248
+ x="394.87695"
3249
+ y="939.37894"
3250
+ id="tspan24">D5</tspan></text>
3251
+ <path
3252
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3253
+ d="M 53.703564,197.95186 V 185.16917"
3254
+ id="path27-62-4-4-4" />
3255
+ <path
3256
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#marker15-7)"
3257
+ d="m 99.062669,171.89583 h 7.673911"
3258
+ id="path14-4" />
3259
+ <path
3260
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#marker15-1-5)"
3261
+ d="m 92.853029,171.89583 h -5.42465"
3262
+ id="path14-0-3" />
3263
+ <text
3264
+ xml:space="preserve"
3265
+ transform="matrix(0.26458333,0,0,0.26458333,-13.04068,-168.60224)"
3266
+ id="text15-0"
3267
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect15-9);display:inline"><tspan
3268
+ x="453.95508"
3269
+ y="1292.0196"
3270
+ id="tspan25">E1</tspan></text>
3271
+ <path
3272
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3273
+ d="M 97.677643,197.9519 V 185.16921"
3274
+ id="path27-62-4-1-7" />
3275
+ <path
3276
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264584px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3277
+ d="M 56.347317,107.79312 V 91.072561"
3278
+ id="path27-62-4-1-7-8" />
3279
+ <path
3280
+ style="fill:none;stroke:#000000;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-9-1-2-9-1);marker-end:url(#RoundedArrow-7-7-9-1-2-9-1)"
3281
+ d="M 96.571804,197.95186 H 55.081164"
3282
+ id="path5-1-0-8-3-8-1-86" />
3283
+ <path
3284
+ style="fill:none;stroke:#000000;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-9-1-2-9-1-7);marker-end:url(#RoundedArrow-7-7-9-1-2-9-1-7)"
3285
+ d="M 93.807564,91.072561 H 57.573623"
3286
+ id="path5-1-0-8-3-8-1-86-8" />
3287
+ <text
3288
+ xml:space="preserve"
3289
+ transform="matrix(0.26458333,0,0,0.26458333,1.7367406,-155.61763)"
3290
+ id="text16-8"
3291
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect16-7);display:inline"><tspan
3292
+ x="269.01953"
3293
+ y="1350.416"
3294
+ id="tspan26">D1</tspan></text>
3295
+ <path
3296
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3297
+ d="M 67.186568,192.62023 V 179.83754"
3298
+ id="path27-62-4-4-7-8" />
3299
+ <path
3300
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3301
+ d="M 84.723808,192.62027 V 179.83758"
3302
+ id="path27-62-4-4-7-5-4" />
3303
+ <path
3304
+ style="fill:none;stroke:#000000;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-9-1-2-9-5-0);marker-end:url(#RoundedArrow-7-7-9-1-2-9-5-0)"
3305
+ d="M 83.617918,192.62023 H 68.571598"
3306
+ id="path5-1-0-8-3-8-1-8-3" />
3307
+ <text
3308
+ xml:space="preserve"
3309
+ transform="matrix(0.26458333,0,0,0.26458333,2.2006637,-165.52289)"
3310
+ id="text16-6-1"
3311
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect16-8-6);display:inline"><tspan
3312
+ x="269.01953"
3313
+ y="1350.416"
3314
+ id="tspan27">D3</tspan></text>
3315
+ <path
3316
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3317
+ d="M 125.37601,185.30146 H 97.809934"
3318
+ id="path27-62-4-1-9-4" />
3319
+ <path
3320
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3321
+ d="M 146.37777,163.40343 H 97.809934"
3322
+ id="path27-62-4-1-9-0-9" />
3323
+ <path
3324
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3325
+ d="M 146.37777,123.83736 H 83.256537"
3326
+ id="path27-62-4-1-9-6-20" />
3327
+ <path
3328
+ style="fill:none;stroke:#000000;stroke-width:0.264581px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-9-1-2-9-5-8-2-2);marker-end:url(#RoundedArrow-7-7-9-1-2-9-5-8-2-2)"
3329
+ d="m 146.37777,125.32198 v 36.69643"
3330
+ id="path5-1-0-8-3-8-1-8-6-7-6" />
3331
+ <path
3332
+ style="fill:none;stroke:#000000;stroke-width:0.264581px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-9-1-2-9-5-8-2-8-8);marker-end:url(#RoundedArrow-7-7-9-1-2-9-5-8-2-8-8)"
3333
+ d="m 125.37601,164.4749 v 19.34882"
3334
+ id="path5-1-0-8-3-8-1-8-6-7-8-8" />
3335
+ <text
3336
+ xml:space="preserve"
3337
+ transform="matrix(0.26458333,0,0,0.26458333,10.437469,-175.25053)"
3338
+ id="text17-9"
3339
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect17-0);display:inline"><tspan
3340
+ x="437.35547"
3341
+ y="1326.4903"
3342
+ id="tspan28">H1</tspan></text>
3343
+ <text
3344
+ xml:space="preserve"
3345
+ transform="matrix(0.26458333,0,0,0.26458333,16.604127,-197.56021)"
3346
+ id="text18-2"
3347
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect18-2);display:inline"><tspan
3348
+ x="492.41406"
3349
+ y="1294.6289"
3350
+ id="tspan29">H2</tspan></text>
3351
+ <path
3352
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#marker15-0-37)"
3353
+ d="m 93.392449,148.61825 7.100161,-2.91144"
3354
+ id="path14-05-6" />
3355
+ <path
3356
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#marker15-1-6-92)"
3357
+ d="m 88.172569,150.51495 -5.01908,2.05809"
3358
+ id="path14-0-1-64" />
3359
+ <text
3360
+ xml:space="preserve"
3361
+ transform="matrix(0.26458333,0,0,0.26458333,77.012179,-183.13702)"
3362
+ id="text19-9"
3363
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect19-8);display:inline"><tspan
3364
+ x="90.341797"
3365
+ y="1247.4512"
3366
+ id="tspan30">E1</tspan></text>
3367
+ <path
3368
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#marker15-8-9)"
3369
+ d="m 62.247414,180.76359 v 7.6739"
3370
+ id="path14-6-5" />
3371
+ <path
3372
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#marker15-1-0-3)"
3373
+ d="m 62.310254,174.87711 v -5.42465"
3374
+ id="path14-0-2-0" />
3375
+ <text
3376
+ xml:space="preserve"
3377
+ transform="matrix(0.26458333,0,0,0.26458333,41.272424,-138.30961)"
3378
+ id="text20-4"
3379
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect20-1);display:inline"><tspan
3380
+ x="69.847656"
3381
+ y="1247.6426"
3382
+ id="tspan31">E3</tspan></text>
3383
+ <path
3384
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3385
+ d="M 150.28442,133.11477 H 134.00804"
3386
+ id="path27-62-4-1-9-6-2-7" />
3387
+ <path
3388
+ style="fill:none;stroke:#000000;stroke-width:0.264581px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-9-1-2-9-5-8-2-8-7-29);marker-end:url(#RoundedArrow-7-7-9-1-2-9-5-8-2-8-7-29)"
3389
+ d="m 137.03816,125.57961 v 6.26363"
3390
+ id="path5-1-0-8-3-8-1-8-6-7-8-0-1" />
3391
+ <text
3392
+ xml:space="preserve"
3393
+ transform="matrix(0.26458333,0,0,0.26458333,2.7190152,-134.08416)"
3394
+ id="text21-7"
3395
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect21-47);display:inline"><tspan
3396
+ x="509.18945"
3397
+ y="998.58206"
3398
+ id="tspan32">H4</tspan></text>
3399
+ <path
3400
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3401
+ d="M 17.505427,129.20286 H 8.7368212"
3402
+ id="path27-62-4-1-9-6-2-9-7" />
3403
+ <path
3404
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3405
+ d="M 17.505427,137.59343 H 8.7368212"
3406
+ id="path27-62-4-1-9-6-2-3-2" />
3407
+ <path
3408
+ style="fill:none;stroke:#000000;stroke-width:0.264581px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-9-1-2-9-5-8-2-8-7-0-8);marker-end:url(#RoundedArrow-7-7-9-1-2-9-5-8-2-8-7-0-8)"
3409
+ d="m 8.7368212,130.47303 v 6.06195"
3410
+ id="path5-1-0-8-3-8-1-8-6-7-8-0-3-2" />
3411
+ <text
3412
+ xml:space="preserve"
3413
+ transform="matrix(0.26458333,0,0,0.26458333,-131.68621,-129.82667)"
3414
+ id="text21-9-6"
3415
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect21-4-0);display:inline"><tspan
3416
+ x="509.18945"
3417
+ y="998.58206"
3418
+ id="tspan33">D4</tspan></text>
3419
+ <path
3420
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3421
+ d="M 116.55077,176.49745 H 94.205234"
3422
+ id="path27-62-4-1-9-0-0-1" />
3423
+ <path
3424
+ style="fill:none;stroke:#000000;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-9-1-2-9-5-8-2-8-7-2-3);marker-end:url(#RoundedArrow-7-7-9-1-2-9-5-8-2-8-7-2-3)"
3425
+ d="m 116.55076,164.60474 v 10.5948"
3426
+ id="path5-1-0-8-3-8-1-8-6-7-8-0-6-5" />
3427
+ <text
3428
+ xml:space="preserve"
3429
+ transform="matrix(0.26458333,0,0,0.26458333,-17.768577,-92.891551)"
3430
+ id="text21-98-9"
3431
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect21-7-6);display:inline"><tspan
3432
+ x="509.18945"
3433
+ y="998.58206"
3434
+ id="tspan34">H3</tspan></text>
3435
+ <path
3436
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3437
+ d="m 150.93889,106.8722 h -8.78565"
3438
+ id="path27-62-4-1-9-6-2-99-4" />
3439
+ <path
3440
+ style="fill:none;stroke:#000000;stroke-width:0.264581px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-9-1-2-9-5-8-2-8-2-1);marker-end:url(#RoundedArrow-7-7-9-1-2-9-5-8-2-8-2-1)"
3441
+ d="m 150.87354,108.21469 v 23.55759"
3442
+ id="path5-1-0-8-3-8-1-8-6-7-8-1-9" />
3443
+ <text
3444
+ xml:space="preserve"
3445
+ transform="matrix(0.26458333,0,0,0.26458333,12.151168,-123.00254)"
3446
+ id="text23-0"
3447
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect23-4);display:inline"><tspan
3448
+ x="502.50977"
3449
+ y="921.65237"
3450
+ id="tspan35">H5</tspan></text>
3451
+ <path
3452
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#marker15-8-9-1)"
3453
+ d="m 19.622095,138.97846 v 7.6739"
3454
+ id="path14-6-5-7" />
3455
+ <path
3456
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#marker15-1-0-3-7)"
3457
+ d="m 19.622095,134.52104 v -2.4199"
3458
+ id="path14-0-2-0-7" />
3459
+ <text
3460
+ xml:space="preserve"
3461
+ transform="matrix(0.26458333,0,0,0.26458333,-0.82372953,-180.09474)"
3462
+ id="text20-4-6"
3463
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect20-1-5);display:inline"><tspan
3464
+ x="69.847656"
3465
+ y="1247.6426"
3466
+ id="tspan36">E4</tspan></text>
3467
+ <path
3468
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3469
+ d="M 8.7944707,103.13001 H 4.6556263"
3470
+ id="path27-62-4-1-9-6-2-9-7-4" />
3471
+ <path
3472
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3473
+ d="M 8.7672596,110.87897 H 4.6284153"
3474
+ id="path27-62-4-1-9-6-2-3-2-8" />
3475
+ <path
3476
+ style="fill:none;stroke:#000000;stroke-width:0.264581px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-9-1-2-9-5-8-2-8-7-0-8-5);marker-end:url(#RoundedArrow-7-7-9-1-2-9-5-8-2-8-7-0-8-5)"
3477
+ d="m 4.6556263,104.51503 v 5.29564"
3478
+ id="path5-1-0-8-3-8-1-8-6-7-8-0-3-2-1" />
3479
+ <text
3480
+ xml:space="preserve"
3481
+ transform="matrix(0.26458333,0,0,0.26458333,-129.79691,-155.7892)"
3482
+ id="text21-9-6-2"
3483
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect21-4-0-3);display:inline"><tspan
3484
+ x="509.18945"
3485
+ y="998.58206"
3486
+ id="tspan37">D5</tspan></text>
3487
+ <path
3488
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264584px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3489
+ d="M 50.928478,107.79312 V 91.072559"
3490
+ id="path27-62-4-1-7-8-5" />
3491
+ <path
3492
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264584px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3493
+ d="M 95.03387,107.79312 V 91.072559"
3494
+ id="path27-62-4-1-7-8-59" />
3495
+ <path
3496
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264584px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3497
+ d="M 100.32042,107.79312 V 91.07256"
3498
+ id="path27-62-4-1-7-8-1" />
3499
+ <path
3500
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264584px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3501
+ d="M 128.85378,107.79312 V 91.072561"
3502
+ id="path27-62-4-1-7-8-4" />
3503
+ <path
3504
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264584px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3505
+ d="M 134.00803,107.89718 V 77.691745"
3506
+ id="path27-62-4-1-7-8-7" />
3507
+ <path
3508
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264584px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3509
+ d="M 22.791973,107.96749 V 91.246923"
3510
+ id="path27-62-4-1-7-8-75" />
3511
+ <path
3512
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264584px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3513
+ d="M 17.637718,108.05467 V 77.849247"
3514
+ id="path27-62-4-1-7-8-17" />
3515
+ <path
3516
+ style="fill:none;stroke:#000000;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-9-1-2-9-1-7-7);marker-end:url(#RoundedArrow-7-7-9-1-2-9-1-7-7)"
3517
+ d="M 49.518746,91.246918 H 23.973132"
3518
+ id="path5-1-0-8-3-8-1-86-8-8" />
3519
+ <path
3520
+ style="fill:none;stroke:#000000;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-9-1-2-9-1-7-7-1);marker-end:url(#RoundedArrow-7-7-9-1-2-9-1-7-7-1)"
3521
+ d="M 127.45904,91.072562 H 101.71516"
3522
+ id="path5-1-0-8-3-8-1-86-8-8-6" />
3523
+ <path
3524
+ style="fill:none;stroke:#000000;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-9-1-2-9-1-7-7-3);marker-end:url(#RoundedArrow-7-7-9-1-2-9-1-7-7-3)"
3525
+ d="M 54.962295,91.072561 H 51.912386"
3526
+ id="path5-1-0-8-3-8-1-86-8-8-60" />
3527
+ <path
3528
+ style="fill:none;stroke:#000000;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-9-1-2-9-1-7-7-3-8);marker-end:url(#RoundedArrow-7-7-9-1-2-9-1-7-7-3-8)"
3529
+ d="M 99.33488,91.07256 H 96.284971"
3530
+ id="path5-1-0-8-3-8-1-86-8-8-60-7" />
3531
+ <path
3532
+ style="fill:none;stroke:#000000;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-9-1-2-9-1-7-7-3-4);marker-end:url(#RoundedArrow-7-7-9-1-2-9-1-7-7-3-4)"
3533
+ d="m 133.02413,91.072561 h -3.04991"
3534
+ id="path5-1-0-8-3-8-1-86-8-8-60-3" />
3535
+ <path
3536
+ style="fill:none;stroke:#000000;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-9-1-2-9-1-7-7-3-2);marker-end:url(#RoundedArrow-7-7-9-1-2-9-1-7-7-3-2)"
3537
+ d="M 21.497402,91.246923 H 18.667705"
3538
+ id="path5-1-0-8-3-8-1-86-8-8-60-0" />
3539
+ <path
3540
+ style="fill:none;stroke:#000000;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-9-1-2-9-1-7-7-3-2-4);marker-end:url(#RoundedArrow-7-7-9-1-2-9-1-7-7-3-2-4)"
3541
+ d="M 21.826122,158.60558 H 18.464484"
3542
+ id="path5-1-0-8-3-8-1-86-8-8-60-0-4" />
3543
+ <path
3544
+ style="fill:none;stroke:#000000;stroke-width:0.264581px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-9-1-2-9-1-7-7-3-46);marker-end:url(#RoundedArrow-7-7-9-1-2-9-1-7-7-3-46)"
3545
+ d="M 132.35663,78.633794 H 19.024551"
3546
+ id="path5-1-0-8-3-8-1-86-8-8-60-2" />
3547
+ <text
3548
+ xml:space="preserve"
3549
+ transform="matrix(0.26458333,0,0,0.26458333,-3.9162518,10.122911)"
3550
+ id="text2"
3551
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3);display:inline"><tspan
3552
+ x="245.25391"
3553
+ y="256.1719"
3554
+ id="tspan38">4*L4+L5+2*L6</tspan></text>
3555
+ <text
3556
+ xml:space="preserve"
3557
+ transform="matrix(0.26458333,0,0,0.26458333,-46.62162,21.525289)"
3558
+ id="text2-4"
3559
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3-7);display:inline"><tspan
3560
+ x="245.25391"
3561
+ y="256.1719"
3562
+ id="tspan39">L4</tspan></text>
3563
+ <text
3564
+ xml:space="preserve"
3565
+ transform="matrix(0.26458333,0,0,0.26458333,-13.239154,21.563393)"
3566
+ id="text2-3"
3567
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3-8);display:inline"><tspan
3568
+ x="245.25391"
3569
+ y="256.1719"
3570
+ id="tspan40">L4</tspan></text>
3571
+ <text
3572
+ xml:space="preserve"
3573
+ transform="matrix(0.26458333,0,0,0.26458333,30.533839,21.732792)"
3574
+ id="text2-0"
3575
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3-2);display:inline"><tspan
3576
+ x="245.25391"
3577
+ y="256.1719"
3578
+ id="tspan41">L4</tspan></text>
3579
+ <text
3580
+ xml:space="preserve"
3581
+ transform="matrix(0.26458333,0,0,0.26458333,63.731135,21.604243)"
3582
+ id="text2-5"
3583
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3-0);display:inline"><tspan
3584
+ x="245.25391"
3585
+ y="256.1719"
3586
+ id="tspan42">L4</tspan></text>
3587
+ <text
3588
+ xml:space="preserve"
3589
+ transform="matrix(0.26458333,0,0,0.26458333,8.0411286,27.553876)"
3590
+ id="text2-58"
3591
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3-6);display:inline"><tspan
3592
+ x="245.25391"
3593
+ y="256.1719"
3594
+ id="tspan43">L5</tspan></text>
3595
+ <text
3596
+ xml:space="preserve"
3597
+ transform="matrix(0.26458333,0,0,0.26458333,-31.062819,27.013608)"
3598
+ id="text2-06"
3599
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3-72);display:inline"><tspan
3600
+ x="245.25391"
3601
+ y="256.1719"
3602
+ id="tspan44">L6</tspan></text>
3603
+ <text
3604
+ xml:space="preserve"
3605
+ transform="matrix(0.26458333,0,0,0.26458333,49.006047,27.093858)"
3606
+ id="text2-06-1"
3607
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3-72-0);display:inline"><tspan
3608
+ x="245.25391"
3609
+ y="256.1719"
3610
+ id="tspan45">L6</tspan></text>
3611
+ <text
3612
+ xml:space="preserve"
3613
+ transform="matrix(0,0.26458333,-0.26458333,0,208.12778,389.3904)"
3614
+ id="text2-03"
3615
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3-03);display:inline"><tspan
3616
+ x="245.25391"
3617
+ y="256.1719"
3618
+ id="tspan46">4*L4+L5+2*L6</tspan></text>
3619
+ <path
3620
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3621
+ d="M 23.295656,158.4736 V 137.59374"
3622
+ id="path27-62-4-4-7-8-3" />
3623
+ <path
3624
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3625
+ d="M 17.373135,158.60558 V 137.72572"
3626
+ id="path27-62-4-4-7-8-3-5" />
3627
+ <text
3628
+ xml:space="preserve"
3629
+ transform="matrix(0.26458333,0,0,0.26458333,5.2348146,-11.992711)"
3630
+ id="text10"
3631
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect26);display:inline"><tspan
3632
+ x="45.675781"
3633
+ y="663.32034"
3634
+ id="tspan47">L7</tspan></text>
3635
+ <path
3636
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3637
+ d="M 53.697609,163.45109 H 43.4328"
3638
+ id="path27-62-4-1-9-0-0-1-2" />
3639
+ <path
3640
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3641
+ d="M 54.809706,160.54375 H 43.432798"
3642
+ id="path27-62-4-1-9-0-0-1-2-9" />
3643
+ <path
3644
+ style="fill:none;stroke:#000000;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-9-1-2-9-1-7-7-3-2-4-2);marker-end:url(#RoundedArrow-7-7-9-1-2-9-1-7-7-3-2-4-2)"
3645
+ d="m 43.432798,161.50382 v 0.98719"
3646
+ id="path5-1-0-8-3-8-1-86-8-8-60-0-4-1" />
3647
+ <text
3648
+ xml:space="preserve"
3649
+ transform="matrix(0.26458333,0,0,0.26458333,25.357545,-11.831308)"
3650
+ id="text10-9"
3651
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect26-1);display:inline"><tspan
3652
+ x="45.675781"
3653
+ y="663.32034"
3654
+ id="tspan48">L8</tspan></text>
3655
+ <path
3656
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#marker15-8-9-1-0)"
3657
+ d="m 37.497876,149.40058 -4.258501,6.38388"
3658
+ id="path14-6-5-7-0" />
3659
+ <path
3660
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#marker15-1-0-3-7-5)"
3661
+ d="m 39.971447,145.69248 1.342882,-2.0131"
3662
+ id="path14-0-2-0-7-4" />
3663
+ <text
3664
+ xml:space="preserve"
3665
+ transform="matrix(0.26458333,0,0,0.26458333,7.70118,-17.150792)"
3666
+ id="text28"
3667
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect28);display:inline"><tspan
3668
+ x="81.722656"
3669
+ y="666.96097"
3670
+ id="tspan49">D6</tspan></text>
3671
+ <text
3672
+ xml:space="preserve"
3673
+ transform="matrix(0.26458333,0,0,0.26458333,13.686383,-30.625872)"
3674
+ id="text3"
3675
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect4);display:inline"><tspan
3676
+ x="59.521484"
3677
+ y="731.39065"
3678
+ id="tspan50">E6</tspan></text>
3679
+ <circle
3680
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264584;stroke-linejoin:bevel"
3681
+ id="path1"
3682
+ cx="79.946709"
3683
+ cy="261.52698"
3684
+ r="5.7214355" />
3685
+ <path
3686
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#marker15)"
3687
+ d="m 84.564864,258.31648 6.898925,-5.40862"
3688
+ id="path25"
3689
+ sodipodi:nodetypes="cc" />
3690
+ <path
3691
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#marker15-75)"
3692
+ d="m 86.998833,259.77061 7.458984,-2.60735"
3693
+ id="path25-6"
3694
+ sodipodi:nodetypes="cc" />
3695
+ <text
3696
+ xml:space="preserve"
3697
+ transform="scale(0.26458333)"
3698
+ id="text4"
3699
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect5);display:inline"><tspan
3700
+ x="357.11914"
3701
+ y="976.14065"
3702
+ id="tspan51">D8</tspan></text>
3703
+ <path
3704
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3705
+ d="m 79.946708,261.52697 10.661687,4.74498"
3706
+ id="path50" />
3707
+ <path
3708
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#marker15);marker-end:url(#marker15)"
3709
+ d="m 91.771852,262.65873 c 0,0 0.303961,0.8887 0.181213,1.31319 -0.124247,0.42967 -0.864535,1.02618 -0.864535,1.02618"
3710
+ id="path51"
3711
+ sodipodi:nodetypes="cac" />
3712
+ <text
3713
+ xml:space="preserve"
3714
+ transform="matrix(0.26458333,0,0,0.26458333,-0.96208642,-0.59230549)"
3715
+ id="text51"
3716
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect51);display:inline"><tspan
3717
+ x="353.19922"
3718
+ y="1007.0215"
3719
+ id="tspan52">PI/6</tspan></text>
3720
+ <path
3721
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3722
+ d="m 79.936991,280.3998 14.520401,-6.49311"
3723
+ id="path50-2" />
3724
+ <path
3725
+ style="fill:none;stroke:#000000;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#marker15-9);marker-end:url(#marker15-9)"
3726
+ d="m 96.089337,279.21352 c 0,0 0.584747,-1.59683 0.348607,-2.35955 -0.239019,-0.77204 -1.663146,-1.84385 -1.663146,-1.84385"
3727
+ id="path51-2"
3728
+ sodipodi:nodetypes="cac" />
3729
+ <rect
3730
+ style="fill:#e5d5ff;fill-opacity:1;stroke:#e5d5ff;stroke-width:0.264582;stroke-opacity:1"
3731
+ id="rect2-5-6-0-5-4-6"
3732
+ width="7.4843745"
3733
+ height="133.90753"
3734
+ x="-615.74854"
3735
+ y="8.5851564"
3736
+ transform="rotate(-90)" />
3737
+ <path
3738
+ style="fill:#d5f6ff;stroke:#d5f6ff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3739
+ d="m 67.896418,628.97771 -14.212221,39.69215 3e-6,21.50115 c 0,0 43.709493,2e-5 43.709493,2e-5 V 668.66987 L 83.181436,628.97771 H 67.896418"
3740
+ id="path12-4" />
3741
+ <rect
3742
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264582"
3743
+ id="rect2-9"
3744
+ width="3.3401127"
3745
+ height="21.501156"
3746
+ x="53.6842"
3747
+ y="668.66986" />
3748
+ <rect
3749
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264583"
3750
+ id="rect2-5-5"
3751
+ width="3.3401127"
3752
+ height="9.3491392"
3753
+ x="-684.83942"
3754
+ y="57.288891"
3755
+ transform="rotate(-90)" />
3756
+ <rect
3757
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264582"
3758
+ id="rect2-2-0"
3759
+ width="3.3401127"
3760
+ height="42.159859"
3761
+ x="275.95267"
3762
+ y="569.27411"
3763
+ transform="rotate(19.700481)" />
3764
+ <rect
3765
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264582"
3766
+ id="rect2-7-48"
3767
+ width="3.3401127"
3768
+ height="21.501156"
3769
+ x="-97.393692"
3770
+ y="668.66986"
3771
+ transform="scale(-1,1)" />
3772
+ <rect
3773
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264583"
3774
+ id="rect2-5-0-7"
3775
+ width="3.3401127"
3776
+ height="9.3491392"
3777
+ x="-684.83942"
3778
+ y="-93.788994"
3779
+ transform="matrix(0,-1,-1,0,0,0)" />
3780
+ <rect
3781
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264582"
3782
+ id="rect2-2-9-1"
3783
+ width="3.3401127"
3784
+ height="42.159859"
3785
+ x="133.71773"
3786
+ y="620.20294"
3787
+ transform="matrix(-0.94146771,0.33710316,0.33710316,0.94146771,0,0)" />
3788
+ <path
3789
+ style="fill:none;stroke:#dbe3e2;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3790
+ d="m 66.638033,681.49929 17.80182,10e-6"
3791
+ id="path13" />
3792
+ <path
3793
+ style="fill:none;stroke:#dbe3e2;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3794
+ d="m 57.155817,669.33267 36.750786,-0.0113"
3795
+ id="path15-27"
3796
+ sodipodi:nodetypes="cc" />
3797
+ <path
3798
+ style="fill:#dbe3de;stroke:#dbe3de;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3799
+ d="m 71.041025,630.10368 8.995807,-1e-5"
3800
+ id="path16" />
3801
+ <rect
3802
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264583"
3803
+ id="rect2-5-6-2"
3804
+ width="1.8140326"
3805
+ height="116.37032"
3806
+ x="-636.41565"
3807
+ y="17.353762"
3808
+ transform="rotate(-90)" />
3809
+ <rect
3810
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264583"
3811
+ id="rect2-5-6-0-2"
3812
+ width="1.8140326"
3813
+ height="116.37032"
3814
+ x="-642.7276"
3815
+ y="17.353762"
3816
+ transform="rotate(-90)" />
3817
+ <rect
3818
+ style="fill:#d5f6ff;fill-opacity:1;stroke:#d5f6ff;stroke-width:0.264583;stroke-opacity:1"
3819
+ id="rect2-5-6-0-5-6"
3820
+ width="4.2333379"
3821
+ height="116.37032"
3822
+ x="-640.64899"
3823
+ y="17.353762"
3824
+ transform="rotate(-90)" />
3825
+ <rect
3826
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.265072"
3827
+ id="rect2-5-6-0-8-1"
3828
+ width="2.0816588"
3829
+ height="39.050209"
3830
+ x="-509.76694"
3831
+ y="350.86679"
3832
+ transform="matrix(0.51316435,-0.85829036,0.81115094,0.58483686,0,0)" />
3833
+ <rect
3834
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.265072"
3835
+ id="rect2-5-6-0-8-6-0"
3836
+ width="2.0816588"
3837
+ height="39.050209"
3838
+ x="-598.35657"
3839
+ y="220.50082"
3840
+ transform="matrix(-0.51316435,-0.85829036,-0.81115094,0.58483686,0,0)" />
3841
+ <rect
3842
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264584"
3843
+ id="rect2-5-3-61"
3844
+ width="21.412767"
3845
+ height="4.8896708"
3846
+ x="-634.60162"
3847
+ y="17.353762"
3848
+ transform="rotate(-90)" />
3849
+ <rect
3850
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264584"
3851
+ id="rect2-5-3-7-5"
3852
+ width="21.412767"
3853
+ height="4.8896708"
3854
+ x="-634.60162"
3855
+ y="128.83441"
3856
+ transform="rotate(-90)" />
3857
+ <rect
3858
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264584"
3859
+ id="rect2-5-3-06-9"
3860
+ width="21.412767"
3861
+ height="4.8896708"
3862
+ x="-634.33704"
3863
+ y="50.909107"
3864
+ transform="rotate(-90)" />
3865
+ <rect
3866
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264584"
3867
+ id="rect2-5-3-6-4"
3868
+ width="21.412767"
3869
+ height="4.8896708"
3870
+ x="-634.33704"
3871
+ y="95.014496"
3872
+ transform="rotate(-90)" />
3873
+ <path
3874
+ style="fill:#afafe9;stroke:#8787de;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3875
+ d="m 185.04014,647.00182 c 0,0 -0.11141,1.67051 0.13414,2.42978 0.37189,1.14997 1.04431,2.2552 1.93071,2.91826 0.85723,0.64125 1.95846,0.83319 2.97612,0.80079 1.30211,-0.0414 2.68306,-0.40034 3.75454,-1.26531 0.73934,-0.59684 1.34441,-1.52077 1.61465,-2.52178 0.22187,-0.82187 -0.0692,-2.58396 -0.0692,-2.58396 l -2.58948,-7.38378 c 0,0 -0.58557,-1.24034 -1.07575,-1.69652 -0.46765,-0.43521 -1.05021,-0.94377 -1.68801,-0.90749 -0.62378,0.0355 -1.1259,0.60083 -1.53962,1.06901 -0.43176,0.48859 -0.90945,1.73178 -0.90945,1.73178 z"
3876
+ id="path17"
3877
+ sodipodi:nodetypes="caaaaaccaaacc" />
3878
+ <path
3879
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3880
+ d="M 53.419614,703.08601 V 690.30332"
3881
+ id="path27-62-4-4-4-9" />
3882
+ <path
3883
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#marker15-7-3)"
3884
+ d="m 98.778719,677.02998 h 7.673911"
3885
+ id="path14-4-0" />
3886
+ <path
3887
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#marker15-1-5-5)"
3888
+ d="m 92.569079,677.02998 h -5.42465"
3889
+ id="path14-0-3-9" />
3890
+ <text
3891
+ xml:space="preserve"
3892
+ transform="matrix(0.26458333,0,0,0.26458333,-13.32463,336.53191)"
3893
+ id="text15-0-1"
3894
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect15-9-2);display:inline"><tspan
3895
+ x="453.95508"
3896
+ y="1292.0196"
3897
+ id="tspan53">E1</tspan></text>
3898
+ <path
3899
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3900
+ d="M 97.393693,703.08605 V 690.30336"
3901
+ id="path27-62-4-1-7-7" />
3902
+ <path
3903
+ style="fill:none;stroke:#000000;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-9-1-2-9-1-2);marker-end:url(#RoundedArrow-7-7-9-1-2-9-1-2)"
3904
+ d="M 96.287854,703.08601 H 54.797214"
3905
+ id="path5-1-0-8-3-8-1-86-1" />
3906
+ <text
3907
+ xml:space="preserve"
3908
+ transform="matrix(0.26458333,0,0,0.26458333,1.4527907,349.51652)"
3909
+ id="text16-8-1"
3910
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect16-7-7);display:inline"><tspan
3911
+ x="269.01953"
3912
+ y="1350.416"
3913
+ id="tspan54">D1</tspan></text>
3914
+ <path
3915
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3916
+ d="M 120.43051,690.43561 H 97.525984"
3917
+ id="path27-62-4-1-9-4-3" />
3918
+ <path
3919
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3920
+ d="M 146.09382,668.53758 H 97.525984"
3921
+ id="path27-62-4-1-9-0-9-6" />
3922
+ <path
3923
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3924
+ d="M 146.09382,628.97151 H 82.972587"
3925
+ id="path27-62-4-1-9-6-20-5" />
3926
+ <path
3927
+ style="fill:none;stroke:#000000;stroke-width:0.264581px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-9-1-2-9-5-8-2-2-9);marker-end:url(#RoundedArrow-7-7-9-1-2-9-5-8-2-2-9)"
3928
+ d="m 146.09382,630.45613 v 36.69643"
3929
+ id="path5-1-0-8-3-8-1-8-6-7-6-6" />
3930
+ <path
3931
+ style="fill:none;stroke:#000000;stroke-width:0.264581px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-9-1-2-9-5-8-2-8-8-9);marker-end:url(#RoundedArrow-7-7-9-1-2-9-5-8-2-8-8-9)"
3932
+ d="m 119.27119,669.60905 v 19.34882"
3933
+ id="path5-1-0-8-3-8-1-8-6-7-8-8-3" />
3934
+ <text
3935
+ xml:space="preserve"
3936
+ transform="matrix(0.26458333,0,0,0.26458333,4.3326853,329.88362)"
3937
+ id="text17-9-9"
3938
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect17-0-8);display:inline"><tspan
3939
+ x="437.35547"
3940
+ y="1326.4903"
3941
+ id="tspan55">H1</tspan></text>
3942
+ <text
3943
+ xml:space="preserve"
3944
+ transform="matrix(0.26458333,0,0,0.26458333,16.320177,307.57394)"
3945
+ id="text18-2-8"
3946
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect18-2-4);display:inline"><tspan
3947
+ x="492.41406"
3948
+ y="1294.6289"
3949
+ id="tspan56">H2</tspan></text>
3950
+ <path
3951
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#marker15-0-37-5)"
3952
+ d="m 93.108499,653.7524 7.100161,-2.91144"
3953
+ id="path14-05-6-2" />
3954
+ <path
3955
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#marker15-1-6-92-3)"
3956
+ d="m 87.888619,655.6491 -5.01908,2.05809"
3957
+ id="path14-0-1-64-9" />
3958
+ <path
3959
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3960
+ d="m 139.54344,638.24892 h -5.81935"
3961
+ id="path27-62-4-1-9-6-2-7-0" />
3962
+ <path
3963
+ style="fill:none;stroke:#000000;stroke-width:0.264581px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-9-1-2-9-5-8-2-8-7-29-6);marker-end:url(#RoundedArrow-7-7-9-1-2-9-5-8-2-8-7-29-6)"
3964
+ d="m 136.75421,630.71376 v 6.26363"
3965
+ id="path5-1-0-8-3-8-1-8-6-7-8-0-1-9" />
3966
+ <text
3967
+ xml:space="preserve"
3968
+ transform="matrix(0.26458333,0,0,0.26458333,2.4350647,371.04999)"
3969
+ id="text21-7-6"
3970
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect21-47-5);display:inline"><tspan
3971
+ x="509.18945"
3972
+ y="998.58206"
3973
+ id="tspan57">H4</tspan></text>
3974
+ <rect
3975
+ style="fill:none;stroke:#ff00ff;stroke-width:0.264583;stroke-linejoin:bevel"
3976
+ id="rect52"
3977
+ width="14.008171"
3978
+ height="7.394928"
3979
+ x="179.10623"
3980
+ y="672.36731" />
3981
+ <rect
3982
+ style="fill:none;stroke:#ff00ff;stroke-width:0.264583;stroke-linejoin:bevel"
3983
+ id="rect52-1"
3984
+ width="8.0647459"
3985
+ height="7.394928"
3986
+ x="182.07794"
3987
+ y="664.70782" />
3988
+ <path
3989
+ style="fill:#afafe9;fill-opacity:1;stroke:#afafe9;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3990
+ d="m 69.777419,665.2207 11.248797,0.003 c 0,0 0.520163,-0.15262 0.689843,-0.34597 0.234603,-0.26733 0.350446,-1.00783 0.350446,-1.00783 l -2.312596,-12.37988 c 0,0 -0.337685,-0.6103 -0.622173,-0.78515 -0.271403,-0.16681 -0.936363,-0.19129 -0.936363,-0.19129 l -5.140336,-0.0954 c 0,0 -0.83984,0.1134 -1.157679,0.36356 -0.267848,0.21081 -0.52705,0.87628 -0.52705,0.87628 l -2.477119,11.98734 c 0,0 -0.09686,0.7969 0.101854,1.11141 0.161945,0.25631 0.782376,0.46389 0.782376,0.46389 z"
3991
+ id="path53"
3992
+ sodipodi:nodetypes="ccaccaccaccac" />
3993
+ <path
3994
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3995
+ d="M 68.534859,665.3595 H 82.54303 l -2.971718,-15.05445 h -8.064743 l -2.97171,15.05445"
3996
+ id="path52" />
3997
+ <path
3998
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3999
+ d="M 127.84469,665.3595 H 82.54303"
4000
+ id="path27-62-4-1-9-0-9-6-4" />
4001
+ <path
4002
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
4003
+ d="M 128.13913,650.30505 H 79.571312"
4004
+ id="path27-62-4-1-9-0-9-6-4-8" />
4005
+ <text
4006
+ xml:space="preserve"
4007
+ transform="matrix(0.26458333,0,0,0.26458333,76.728229,321.99713)"
4008
+ id="text19-9-3"
4009
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect19-8-1);display:inline"><tspan
4010
+ x="90.341797"
4011
+ y="1247.4512"
4012
+ id="tspan58">E1</tspan></text>
4013
+ <path
4014
+ style="fill:none;stroke:#000000;stroke-width:0.264581px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-9-1-2-9-5-8-2-8-8-9-4);marker-end:url(#RoundedArrow-7-7-9-1-2-9-5-8-2-8-8-9-4)"
4015
+ d="m 128.13913,651.62313 v 12.41292"
4016
+ id="path5-1-0-8-3-8-1-8-6-7-8-8-3-9" />
4017
+ <path
4018
+ style="fill:none;stroke:#000000;stroke-width:0.264581px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-9-1-2-9-5-8-2-8-8-9-4-6);marker-end:url(#RoundedArrow-7-7-9-1-2-9-5-8-2-8-8-9-4-6)"
4019
+ d="m 128.13913,666.46332 v 0.86203"
4020
+ id="path5-1-0-8-3-8-1-8-6-7-8-8-3-9-3" />
4021
+ <path
4022
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
4023
+ d="m 82.54303,673.40306 v -8.17585"
4024
+ id="path27-62-4-1-7-7-5" />
4025
+ <path
4026
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
4027
+ d="m 68.537363,673.57228 v -8.17585"
4028
+ id="path27-62-4-1-7-7-9" />
4029
+ <path
4030
+ style="fill:none;stroke:#000000;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-9-1-2-9-1-2-9);marker-end:url(#RoundedArrow-7-7-9-1-2-9-1-2-9)"
4031
+ d="M 81.444605,673.57228 H 69.900371"
4032
+ id="path5-1-0-8-3-8-1-86-1-7" />
4033
+ <text
4034
+ xml:space="preserve"
4035
+ transform="matrix(0.26458333,0,0,0.26458333,-56.790893,-14.092417)"
4036
+ id="text53"
4037
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect53);display:inline"><tspan
4038
+ x="491.49023"
4039
+ y="2613.2012"
4040
+ id="tspan59">L9</tspan></text>
4041
+ <text
4042
+ xml:space="preserve"
4043
+ transform="matrix(0.26458333,0,0,0.26458333,14.745662,-51.935749)"
4044
+ id="text54"
4045
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect54);display:inline"><tspan
4046
+ x="434.06445"
4047
+ y="2720.7325"
4048
+ id="tspan60">H6</tspan></text>
4049
+ <text
4050
+ xml:space="preserve"
4051
+ transform="matrix(0.26458333,0,0,0.26458333,-0.63321963,-54.928523)"
4052
+ id="text55"
4053
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect55);display:inline"><tspan
4054
+ x="488.37891"
4055
+ y="2701.1153"
4056
+ id="tspan61">H7</tspan></text>
4057
+ <text
4058
+ xml:space="preserve"
4059
+ transform="matrix(0.26458333,0,0,0.26458333,17.854446,-62.344857)"
4060
+ id="text56"
4061
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect56);display:inline"><tspan
4062
+ x="123.23438"
4063
+ y="2701.2051"
4064
+ id="tspan62">R9</tspan></text>
4065
+ <path
4066
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#marker15-0-37-5-4)"
4067
+ d="m 69.345084,651.30831 -13.04911,0.42206"
4068
+ id="path14-05-6-2-2"
4069
+ sodipodi:nodetypes="cc" />
4070
+ <path
4071
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#marker15-0-37-5-4-3)"
4072
+ d="M 67.816719,663.64648 55.478168,652.90261"
4073
+ id="path14-05-6-2-2-0"
4074
+ sodipodi:nodetypes="cc" />
4075
+ <path
4076
+ style="fill:#afafe9;fill-opacity:1;stroke:#afafe9;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
4077
+ d="m 70.131307,161.80996 11.248797,0.003 c 0,0 0.520163,-0.15262 0.689843,-0.34597 0.234603,-0.26733 0.350446,-1.00783 0.350446,-1.00783 l -2.312596,-12.37988 c 0,0 -0.337685,-0.6103 -0.622173,-0.78515 -0.271403,-0.16681 -0.936363,-0.19129 -0.936363,-0.19129 l -5.140336,-0.0954 c 0,0 -0.83984,0.1134 -1.157679,0.36356 -0.267848,0.21081 -0.52705,0.87628 -0.52705,0.87628 l -2.477119,11.98734 c 0,0 -0.09686,0.7969 0.101854,1.11141 0.161945,0.25631 0.782376,0.46389 0.782376,0.46389 z"
4078
+ id="path53-5"
4079
+ sodipodi:nodetypes="ccaccaccaccac" />
4080
+ <path
4081
+ style="fill:#d5f6ff;stroke:#d5f6ff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
4082
+ d="m 59.779055,796.02044 -14.212221,39.69215 3e-6,21.50115 c 0,0 43.709481,2e-5 43.709481,2e-5 V 835.7126 L 75.064073,796.02044 H 59.779055"
4083
+ id="path2-6-0" />
4084
+ <rect
4085
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264582"
4086
+ id="rect2-4-7"
4087
+ width="3.3401127"
4088
+ height="21.501156"
4089
+ x="45.566837"
4090
+ y="835.71259" />
4091
+ <rect
4092
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264583"
4093
+ id="rect2-5-7-8"
4094
+ width="3.3401127"
4095
+ height="9.3491392"
4096
+ x="-851.88214"
4097
+ y="49.171524"
4098
+ transform="rotate(-90)" />
4099
+ <rect
4100
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264582"
4101
+ id="rect2-2-4-6"
4102
+ width="3.3401127"
4103
+ height="42.159859"
4104
+ x="324.62103"
4105
+ y="729.27588"
4106
+ transform="rotate(19.700481)" />
4107
+ <rect
4108
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264582"
4109
+ id="rect2-7-4-8"
4110
+ width="3.3401127"
4111
+ height="21.501156"
4112
+ x="-89.276337"
4113
+ y="835.71259"
4114
+ transform="scale(-1,1)" />
4115
+ <rect
4116
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264583"
4117
+ id="rect2-5-0-3-8"
4118
+ width="3.3401127"
4119
+ height="9.3491392"
4120
+ x="-851.88214"
4121
+ y="-85.671631"
4122
+ transform="matrix(0,-1,-1,0,0,0)" />
4123
+ <rect
4124
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264582"
4125
+ id="rect2-2-9-0-4"
4126
+ width="3.3401127"
4127
+ height="42.159859"
4128
+ x="197.67059"
4129
+ y="774.73187"
4130
+ transform="matrix(-0.94146771,0.33710316,0.33710316,0.94146771,0,0)" />
4131
+ <rect
4132
+ style="fill:#afdde9;stroke:#afdde9;stroke-width:0.264584"
4133
+ id="rect2-5-3-8-3"
4134
+ width="21.412767"
4135
+ height="2.2998271"
4136
+ x="-832.64056"
4137
+ y="66.271652"
4138
+ transform="rotate(-90)" />
4139
+ <circle
4140
+ style="fill:#b380ff;fill-opacity:1;stroke:#b380ff;stroke-width:0.264582;stroke-opacity:1"
4141
+ id="path8-1-1"
4142
+ cx="67.421577"
4143
+ cy="786.43542"
4144
+ r="4.1964483" />
4145
+ <circle
4146
+ style="fill:#e5d5ff;fill-opacity:1;stroke:#b380ff;stroke-width:0.264582;stroke-opacity:1"
4147
+ id="path8-4-4-4"
4148
+ cx="67.421577"
4149
+ cy="786.43542"
4150
+ r="2.9180391" />
4151
+ <path
4152
+ style="fill:#217867;fill-opacity:0.8;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
4153
+ d="m 63.676936,788.32961 c 0,0 0.382604,0.83225 0.694311,1.15617 0.315328,0.32769 0.721607,0.57275 1.141746,0.7468 0.600483,0.24876 1.258628,0.40348 1.908585,0.39932 0.607888,-0.004 1.214728,-0.17297 1.780125,-0.39628 0.457296,-0.18062 0.923869,-0.40085 1.270203,-0.74984 0.372475,-0.37533 0.795973,-1.3722 0.795973,-1.3722 l 1.36636,0.68541 0.524529,13.8495 -11.498207,0.18057 0.639735,-13.84721 z"
4154
+ id="path14-9"
4155
+ sodipodi:nodetypes="caaaaacccccc" />
4156
+ <circle
4157
+ style="fill:#5fbcd3;fill-opacity:1;stroke:#5fbcd3;stroke-width:0.264582;stroke-opacity:1"
4158
+ id="circle14"
4159
+ cx="67.421577"
4160
+ cy="805.32312"
4161
+ r="6.1692934" />
4162
+ <circle
4163
+ style="fill:#d5f6ff;fill-opacity:1;stroke:#5fbcd3;stroke-width:0.264582;stroke-opacity:1"
4164
+ id="path8-4-2"
4165
+ cx="67.421577"
4166
+ cy="805.32312"
4167
+ r="4.2898755" />
4168
+ <path
4169
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264584px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
4170
+ d="m 95.534149,857.34606 h -6.12552"
4171
+ id="path27-62-4-1-9-2" />
4172
+ <path
4173
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264584px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
4174
+ d="m 95.534149,835.44803 h -6.12552"
4175
+ id="path27-62-4-1-9-0-2" />
4176
+ <path
4177
+ style="fill:none;stroke:#000000;stroke-width:0.264581px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-9-1-2-9-5-8-2-8-23);marker-end:url(#RoundedArrow-7-7-9-1-2-9-5-8-2-8-23)"
4178
+ d="m 94.7496,836.5195 v 19.34882"
4179
+ id="path5-1-0-8-3-8-1-8-6-7-8-06" />
4180
+ <text
4181
+ xml:space="preserve"
4182
+ transform="matrix(0.26458333,0,0,0.26458333,-20.188849,496.79407)"
4183
+ id="text17-1"
4184
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect17-2);display:inline"><tspan
4185
+ x="437.35547"
4186
+ y="1326.4903"
4187
+ id="tspan63">H1</tspan></text>
4188
+ <path
4189
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
4190
+ d="M 104.74571,805.45538 H 67.421574"
4191
+ id="path27-62-4-1-9-6-2-71" />
4192
+ <path
4193
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
4194
+ d="M 67.421579,799.15384 H 30.00178"
4195
+ id="path27-62-4-1-9-6-2-9-76" />
4196
+ <path
4197
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
4198
+ d="M 67.421577,811.49241 H 30.656865"
4199
+ id="path27-62-4-1-9-6-2-3-7" />
4200
+ <path
4201
+ style="fill:none;stroke:#000000;stroke-width:0.264581px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-9-1-2-9-5-8-2-8-7-0-0);marker-end:url(#RoundedArrow-7-7-9-1-2-9-5-8-2-8-7-0-0)"
4202
+ d="m 30.656868,800.41661 v 9.63137"
4203
+ id="path5-1-0-8-3-8-1-8-6-7-8-0-3-3" />
4204
+ <text
4205
+ xml:space="preserve"
4206
+ transform="matrix(0.26458333,0,0,0.26458333,-103.66236,542.4386)"
4207
+ id="text21-9-65"
4208
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect21-4-1);display:inline"><tspan
4209
+ x="509.18945"
4210
+ y="998.58206"
4211
+ id="tspan64">D4</tspan></text>
4212
+ <path
4213
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
4214
+ d="M 104.74571,786.30317 H 67.421576"
4215
+ id="path27-62-4-1-9-6-2-99-2" />
4216
+ <circle
4217
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264584;stroke-linejoin:bevel"
4218
+ id="circle16"
4219
+ cx="67.421577"
4220
+ cy="786.43542"
4221
+ r="5.7214355" />
4222
+ <text
4223
+ xml:space="preserve"
4224
+ transform="matrix(0.26458333,0,0,0.26458333,-13.555134,-56.003466)"
4225
+ id="text6"
4226
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect7);display:inline"><tspan
4227
+ x="203.51367"
4228
+ y="3394.3028"
4229
+ id="tspan65">E7</tspan></text>
4230
+ <text
4231
+ xml:space="preserve"
4232
+ transform="matrix(0.26458333,0,0,0.26458333,-14.372969,112.08813)"
4233
+ id="text8-3"
4234
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect8-7);display:inline"><tspan
4235
+ x="175.91406"
4236
+ y="3390.793"
4237
+ id="tspan66">S1</tspan></text>
4238
+ <path
4239
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
4240
+ d="M 45.566838,847.78603 H 24.562326"
4241
+ id="path27-62-4-1-9-6-2-9-76-4" />
4242
+ <text
4243
+ xml:space="preserve"
4244
+ transform="matrix(0.26458333,0,0,0.26458333,-0.25560288,-82.048262)"
4245
+ id="text13"
4246
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect29);display:inline"><tspan
4247
+ x="98.763672"
4248
+ y="3400.5664"
4249
+ id="tspan67">S2</tspan></text>
4250
+ <path
4251
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
4252
+ d="M 67.421576,786.30316 H 24.562327"
4253
+ id="path27-62-4-1-9-6-2-9-76-6" />
4254
+ <path
4255
+ style="fill:none;stroke:#000000;stroke-width:0.26458px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-9-1-2-9-5-8-2-9-0);marker-end:url(#RoundedArrow-7-7-9-1-2-9-5-8-2-9-0)"
4256
+ d="m 25.346874,787.45024 v 59.07041"
4257
+ id="path5-1-0-8-3-8-1-8-6-7-1-4" />
4258
+ <rect
4259
+ style="opacity:0.8;fill:#0066ff;stroke:none;stroke-width:0.264583;stroke-linejoin:bevel"
4260
+ id="rect6-5"
4261
+ width="5.2916665"
4262
+ height="59.048595"
4263
+ x="793.72986"
4264
+ y="-126.47017"
4265
+ transform="rotate(90)" />
4266
+ <rect
4267
+ style="opacity:0.4;fill:#0066ff;stroke:none;stroke-width:0.264583;stroke-linejoin:bevel"
4268
+ id="rect6-5-5"
4269
+ width="5.7572145"
4270
+ height="67.079147"
4271
+ x="744.46716"
4272
+ y="303.5545"
4273
+ transform="matrix(0.51707433,0.8559405,-0.85679478,0.51565754,0,0)" />
4274
+ <path
4275
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
4276
+ d="M 96.803938,796.1527 H 75.064064"
4277
+ id="path27-62-4-1-9-6-6" />
4278
+ <text
4279
+ xml:space="preserve"
4280
+ transform="matrix(0.26458333,0,0,0.26458333,-34.76879,474.62931)"
4281
+ id="text18-5"
4282
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect18-28);display:inline"><tspan
4283
+ x="492.41406"
4284
+ y="1294.6289"
4285
+ id="tspan68">H2</tspan></text>
4286
+ <path
4287
+ style="fill:none;stroke:#000000;stroke-width:0.264581px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-9-1-2-9-5-8-2-8-7-7);marker-end:url(#RoundedArrow-7-7-9-1-2-9-5-8-2-8-7-7)"
4288
+ d="m 81.961255,797.76913 v 6.26363"
4289
+ id="path5-1-0-8-3-8-1-8-6-7-8-0-15" />
4290
+ <text
4291
+ xml:space="preserve"
4292
+ transform="matrix(0.26458333,0,0,0.26458333,-52.358075,538.10536)"
4293
+ id="text21-97"
4294
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect21-5);display:inline"><tspan
4295
+ x="509.18945"
4296
+ y="998.58206"
4297
+ id="tspan69">H4</tspan></text>
4298
+ <path
4299
+ style="fill:none;stroke:#000000;stroke-width:0.264581px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-9-1-2-9-5-8-2-8-2-4);marker-end:url(#RoundedArrow-7-7-9-1-2-9-5-8-2-8-2-4)"
4300
+ d="m 103.96116,787.68818 v 16.72229"
4301
+ id="path5-1-0-8-3-8-1-8-6-7-8-1-93" />
4302
+ <text
4303
+ xml:space="preserve"
4304
+ transform="matrix(0.26458333,0,0,0.26458333,-28.429502,553.19886)"
4305
+ id="text23-9"
4306
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect23-5);display:inline"><tspan
4307
+ x="502.50977"
4308
+ y="921.65237"
4309
+ id="tspan70">H5</tspan></text>
4310
+ <path
4311
+ style="fill:none;stroke:#000000;stroke-width:0.264581px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-9-1-2-9-5-8-2-9);marker-end:url(#RoundedArrow-7-7-9-1-2-9-5-8-2-9)"
4312
+ d="m 94.7496,797.28606 v 36.69643"
4313
+ id="path5-1-0-8-3-8-1-8-6-7-1" />
4314
+ <text
4315
+ xml:space="preserve"
4316
+ transform="matrix(0.26458333,0,0,0.26458333,65.060516,-105.57745)"
4317
+ id="text6-7"
4318
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect7-2);display:inline"><tspan
4319
+ x="203.51367"
4320
+ y="3394.3028"
4321
+ id="tspan71">E7</tspan></text>
4322
+ <text
4323
+ xml:space="preserve"
4324
+ transform="matrix(0.26458333,0,0,0.26458333,81.967554,-94.473356)"
4325
+ id="text8-4"
4326
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect8-1);display:inline"><tspan
4327
+ x="175.91406"
4328
+ y="3390.793"
4329
+ id="tspan72">S1</tspan></text>
4330
+ <path
4331
+ style="fill:none;stroke:#000000;stroke-width:0.264581px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-9-1-2-9-5-8-2-8-7-7-5);marker-end:url(#RoundedArrow-7-7-9-1-2-9-5-8-2-8-7-7-5)"
4332
+ d="m 130.081,795.09788 v 2.60732"
4333
+ id="path5-1-0-8-3-8-1-8-6-7-8-0-15-3" />
4334
+ <path
4335
+ style="fill:none;stroke:#000000;stroke-width:0.264581px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-9-1-2-9-5-8-2-8-7-7-5-9-0);marker-end:url(#RoundedArrow-7-7-9-1-2-9-5-8-2-8-7-7-5-9-0)"
4336
+ d="m 33.061388,1004.7565 h 2.60732"
4337
+ id="path5-1-0-8-3-8-1-8-6-7-8-0-15-3-0-3" />
4338
+ <path
4339
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264584px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
4340
+ d="m 67.553869,773.33958 v 13.0959"
4341
+ id="path27-62-4-1-9-6-2-99-2-6" />
4342
+ <path
4343
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
4344
+ d="m 129.03687,773.33956 v 23.09029"
4345
+ id="path27-62-4-1-9-6-2-99-2-6-4" />
4346
+ <path
4347
+ style="fill:none;stroke:#000000;stroke-width:0.264581px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-9-1-2-9-5-8-2-9-5);marker-end:url(#RoundedArrow-7-7-9-1-2-9-5-8-2-9-5)"
4348
+ d="M 127.76383,773.33956 H 68.700728"
4349
+ id="path5-1-0-8-3-8-1-8-6-7-1-2" />
4350
+ <text
4351
+ xml:space="preserve"
4352
+ transform="matrix(0.26458333,0,0,0.26458333,71.817953,-127.23313)"
4353
+ id="text13-8"
4354
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect29-3);display:inline"><tspan
4355
+ x="98.763672"
4356
+ y="3400.5664"
4357
+ id="tspan73">S2</tspan></text>
4358
+ <text
4359
+ xml:space="preserve"
4360
+ transform="matrix(0.26458333,0,0,0.26458333,68.333811,122.05731)"
4361
+ id="text13-8-9"
4362
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect29-3-8);display:inline"><tspan
4363
+ x="98.763672"
4364
+ y="3400.5664"
4365
+ id="tspan74">S2</tspan></text>
4366
+ <circle
4367
+ style="fill:#5fbcd3;fill-opacity:1;stroke:#5fbcd3;stroke-width:0.264583;stroke-dasharray:none;stroke-opacity:1"
4368
+ id="path24-2-3"
4369
+ cx="65.071762"
4370
+ cy="956.28198"
4371
+ r="27.756809" />
4372
+ <circle
4373
+ style="fill:#d5f6ff;fill-opacity:1;stroke:#d5f6ff;stroke-width:0.264583;stroke-dasharray:none;stroke-opacity:1"
4374
+ id="path24-0"
4375
+ cx="65.071762"
4376
+ cy="956.28198"
4377
+ r="24.985352" />
4378
+ <circle
4379
+ style="fill:#f9f9f9;stroke:#cccccc;stroke-width:0.264583;stroke-dasharray:none"
4380
+ id="path24-8-5"
4381
+ cx="65.071762"
4382
+ cy="956.28198"
4383
+ r="14.411621" />
4384
+ <circle
4385
+ style="fill:#f9f9f9;stroke:#cccccc;stroke-width:0.264583;stroke-dasharray:none;stroke-dashoffset:0"
4386
+ id="path26-6"
4387
+ cx="64.964386"
4388
+ cy="936.19702"
4389
+ r="2.8725588" />
4390
+ <circle
4391
+ style="fill:#f9f9f9;stroke:#cccccc;stroke-width:0.264583;stroke-dasharray:none;stroke-dashoffset:0"
4392
+ id="path26-0-6"
4393
+ cx="85.049339"
4394
+ cy="956.28198"
4395
+ r="2.8725588" />
4396
+ <circle
4397
+ style="fill:#f9f9f9;stroke:#cccccc;stroke-width:0.264583;stroke-dasharray:none;stroke-dashoffset:0"
4398
+ id="path26-0-2-4"
4399
+ cx="64.964386"
4400
+ cy="976.36694"
4401
+ r="2.8725588" />
4402
+ <circle
4403
+ style="fill:#f9f9f9;stroke:#cccccc;stroke-width:0.264583;stroke-dasharray:none;stroke-dashoffset:0"
4404
+ id="path26-0-5-0"
4405
+ cx="44.879421"
4406
+ cy="956.28198"
4407
+ r="2.8725588" />
4408
+ <circle
4409
+ style="fill:#f9f9f9;stroke:#cccccc;stroke-width:0.264583;stroke-dasharray:none;stroke-dashoffset:0"
4410
+ id="path26-0-9-0"
4411
+ cx="79.615669"
4412
+ cy="942.26721"
4413
+ r="2.8725588" />
4414
+ <circle
4415
+ style="fill:#f9f9f9;stroke:#cccccc;stroke-width:0.264583;stroke-dasharray:none;stroke-dashoffset:0"
4416
+ id="path26-0-7-4"
4417
+ cx="79.615669"
4418
+ cy="970.82587"
4419
+ r="2.8725588" />
4420
+ <circle
4421
+ style="fill:#f9f9f9;stroke:#cccccc;stroke-width:0.264583;stroke-dasharray:none;stroke-dashoffset:0"
4422
+ id="path26-0-8-6"
4423
+ cx="50.527851"
4424
+ cy="970.82587"
4425
+ r="2.8725588" />
4426
+ <circle
4427
+ style="fill:#f9f9f9;stroke:#cccccc;stroke-width:0.264583;stroke-dasharray:none;stroke-dashoffset:0"
4428
+ id="path26-0-93-2"
4429
+ cx="50.527851"
4430
+ cy="941.73804"
4431
+ r="2.8725588" />
4432
+ <circle
4433
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583;stroke-dasharray:2, 1;stroke-dashoffset:0"
4434
+ id="path24-7-6"
4435
+ cx="64.964386"
4436
+ cy="956.28198"
4437
+ r="20.084961" />
4438
+ <path
4439
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
4440
+ d="M 65.071763,928.26057 H 133.48399"
4441
+ id="path27-7-61" />
4442
+ <path
4443
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
4444
+ d="M 65.071763,984.0388 H 133.48399"
4445
+ id="path27-7-6-3" />
4446
+ <path
4447
+ style="fill:none;stroke:#000000;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-9-1-2-4);marker-end:url(#RoundedArrow-7-7-9-1-2-4)"
4448
+ d="M 133.28455,982.4977 V 929.80163"
4449
+ id="path5-1-0-8-3-8-2" />
4450
+ <path
4451
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-9-1-2-4-4);marker-end:url(#RoundedArrow-7-7-9-1-2-4-4)"
4452
+ d="M 25.85426,1001.8574 V 910.74674"
4453
+ id="path5-1-0-8-3-8-2-6" />
4454
+ <text
4455
+ xml:space="preserve"
4456
+ transform="matrix(0.26458333,0,0,0.26458333,41.767184,880.28129)"
4457
+ id="text5-2-1-2-1"
4458
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect5-3-3-2-2);display:inline"><tspan
4459
+ x="348.78516"
4460
+ y="288.74417"
4461
+ id="tspan75">D1</tspan></text>
4462
+ <path
4463
+ style="fill:#9bd4e1;fill-opacity:0.5;stroke:#dbe3de;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
4464
+ d="m 56.53578,960.77988 v -8.9958"
4465
+ id="path6-0-5" />
4466
+ <rect
4467
+ style="fill:#5fd3bc;fill-opacity:0.8;stroke:#5fd3bc;stroke-width:0.264583"
4468
+ id="rect2-5-6-4-9"
4469
+ width="1.8140326"
4470
+ height="116.37032"
4471
+ x="-62.847721"
4472
+ y="-1014.4672"
4473
+ transform="scale(-1)" />
4474
+ <rect
4475
+ style="fill:#5fd3bc;fill-opacity:0.8;stroke:#5fd3bc;stroke-width:0.264583"
4476
+ id="rect2-5-6-0-87-9"
4477
+ width="1.8140326"
4478
+ height="116.37032"
4479
+ x="-69.159706"
4480
+ y="-1014.4672"
4481
+ transform="scale(-1)" />
4482
+ <rect
4483
+ style="fill:#d7f4ee;fill-opacity:0.3;stroke:#d7f4ee;stroke-width:0.264583;stroke-opacity:1"
4484
+ id="rect2-5-6-0-5-1-1"
4485
+ width="4.2333379"
4486
+ height="116.37032"
4487
+ x="-67.081062"
4488
+ y="-1014.4672"
4489
+ transform="scale(-1)" />
4490
+ <circle
4491
+ style="fill:none;stroke:#006680;stroke-width:0.264583;stroke-dasharray:none"
4492
+ id="path24-8-2-4"
4493
+ cx="64.964386"
4494
+ cy="956.28198"
4495
+ r="10.012469" />
4496
+ <path
4497
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
4498
+ d="m 61.033688,1027.3821 v -12.7827"
4499
+ id="path27-62-4-48" />
4500
+ <path
4501
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
4502
+ d="m 69.159705,1027.3821 v -12.7827"
4503
+ id="path27-62-4-9-0" />
4504
+ <path
4505
+ style="fill:none;stroke:#000000;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-9-0-3);marker-end:url(#RoundedArrow-7-7-9-0-3)"
4506
+ d="m 62.568863,1027.3821 h 5.401322"
4507
+ id="path5-1-0-8-5-4" />
4508
+ <text
4509
+ xml:space="preserve"
4510
+ transform="matrix(0.26458333,0,0,0.26458333,-9.7225241,585.34392)"
4511
+ id="text11-2"
4512
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect11-9);display:inline"><tspan
4513
+ x="272.3418"
4514
+ y="1687.8575"
4515
+ id="tspan76">D4</tspan></text>
4516
+ <rect
4517
+ style="fill:#2ca089;fill-opacity:0.7;stroke:#2ca089;stroke-width:0.264583;stroke-opacity:1"
4518
+ id="rect13-4"
4519
+ width="8.1260185"
4520
+ height="3.0632"
4521
+ x="61.033688"
4522
+ y="1011.4039" />
4523
+ <rect
4524
+ style="fill:#2ca089;fill-opacity:0.7;stroke:#2ca089;stroke-width:0.264583;stroke-opacity:1"
4525
+ id="rect13-3-2"
4526
+ width="8.1260185"
4527
+ height="3.0632"
4528
+ x="61.033688"
4529
+ y="898.0968" />
4530
+ <rect
4531
+ style="fill:#2ca089;fill-opacity:0.7;stroke:#2ca089;stroke-width:0.264583;stroke-opacity:1"
4532
+ id="rect13-1-2"
4533
+ width="8.1260185"
4534
+ height="3.0632"
4535
+ x="61.008755"
4536
+ y="906.07465" />
4537
+ <rect
4538
+ style="fill:#2ca089;fill-opacity:0.7;stroke:#2ca089;stroke-width:0.264583;stroke-opacity:1"
4539
+ id="rect13-1-8-2"
4540
+ width="8.1260185"
4541
+ height="3.0632"
4542
+ x="61.008755"
4543
+ y="1003.2938" />
4544
+ <rect
4545
+ style="opacity:0.8;fill:#0066ff;stroke:none;stroke-width:0.264583;stroke-linejoin:bevel"
4546
+ id="rect6-5-0"
4547
+ width="5.2916665"
4548
+ height="94.287834"
4549
+ x="31.890995"
4550
+ y="909.13812" />
4551
+ <rect
4552
+ style="opacity:0.8;fill:#0066ff;stroke:none;stroke-width:0.264583;stroke-linejoin:bevel"
4553
+ id="rect6-5-0-8"
4554
+ width="5.2916665"
4555
+ height="94.023659"
4556
+ x="121.93272"
4557
+ y="909.27008" />
4558
+ <path
4559
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
4560
+ d="M 25.069711,909.13813 H 60.876463"
4561
+ id="path27-7-61-9" />
4562
+ <path
4563
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
4564
+ d="M 25.069711,1003.1613 H 60.876463"
4565
+ id="path27-7-61-9-2" />
4566
+ <path
4567
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
4568
+ d="m 127.22438,987.8814 v 30.7654"
4569
+ id="path27-7-61-9-2-8" />
4570
+ <text
4571
+ xml:space="preserve"
4572
+ transform="matrix(0.26458333,0,0,0.26458333,-6.8417967,-30.040038)"
4573
+ id="text29"
4574
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect30);display:inline"><tspan
4575
+ x="105.2793"
4576
+ y="3732.6778"
4577
+ id="tspan77">L5</tspan></text>
4578
+ <text
4579
+ xml:space="preserve"
4580
+ transform="matrix(0.26458333,0,0,0.26458333,75.86713,112.05384)"
4581
+ id="text8-3-4"
4582
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect8-7-9);display:inline"><tspan
4583
+ x="175.91406"
4584
+ y="3390.793"
4585
+ id="tspan78">S1</tspan></text>
4586
+ <path
4587
+ style="fill:none;stroke:#000000;stroke-width:0.264581px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-9-1-2-9-5-8-2-8-7-7-5-9-0-4);marker-end:url(#RoundedArrow-7-7-9-1-2-9-5-8-2-8-7-7-5-9-0-4)"
4588
+ d="m 123.30149,1004.7222 h 2.60732"
4589
+ id="path5-1-0-8-3-8-1-8-6-7-8-0-15-3-0-3-8" />
4590
+ <path
4591
+ style="fill:none;stroke:#000000;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-9-1-2-4-6);marker-end:url(#RoundedArrow-7-7-9-1-2-4-6)"
4592
+ d="M 66.327213,1018.1175 H 125.83664"
4593
+ id="path5-1-0-8-3-8-2-3" />
4594
+ <path
4595
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
4596
+ d="m 64.753718,1006.3572 v 13.6097"
4597
+ id="path27-7-61-9-2-8-0" />
4598
+ <rect
4599
+ style="opacity:0.6;fill:#0066ff;stroke:none;stroke-width:0.264583;stroke-linejoin:bevel"
4600
+ id="rect6-5-0-8-7"
4601
+ width="5.2916665"
4602
+ height="62.284908"
4603
+ x="909.27014"
4604
+ y="-127.35667"
4605
+ transform="rotate(90)" />
4606
+ <rect
4607
+ style="opacity:0.6;fill:#0066ff;stroke:none;stroke-width:0.264583;stroke-linejoin:bevel"
4608
+ id="rect6-5-0-8-7-8"
4609
+ width="5.2916665"
4610
+ height="62.284908"
4611
+ x="998.00208"
4612
+ y="-127.22438"
4613
+ transform="rotate(90)" />
4614
+ <path
4615
+ style="fill:none;stroke:#000000;stroke-width:0.264581px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-9-1-2-9-5-8-2-8-7-7-5-9-0-4-6);marker-end:url(#RoundedArrow-7-7-9-1-2-9-5-8-2-8-7-7-5-9-0-4-6)"
4616
+ d="m 128.55651,1002.0411 v -2.60744"
4617
+ id="path5-1-0-8-3-8-1-8-6-7-8-0-15-3-0-3-8-0" />
4618
+ <text
4619
+ xml:space="preserve"
4620
+ transform="matrix(0.26458333,0,0,0.26458333,82.956622,105.00258)"
4621
+ id="text8-3-4-8"
4622
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect8-7-9-7);display:inline"><tspan
4623
+ x="175.91406"
4624
+ y="3390.793"
4625
+ id="tspan79">S1</tspan></text>
4626
+ <rect
4627
+ style="opacity:0.6;fill:#0066ff;stroke:none;stroke-width:0.264583;stroke-linejoin:bevel"
4628
+ id="rect6-5-0-8-7-8-2"
4629
+ width="5.2916665"
4630
+ height="62.284908"
4631
+ x="982.45129"
4632
+ y="-127.35667"
4633
+ transform="rotate(90)" />
4634
+ <rect
4635
+ style="opacity:0.6;fill:#0066ff;stroke:none;stroke-width:0.264583;stroke-linejoin:bevel"
4636
+ id="rect6-5-0-8-7-8-2-1"
4637
+ width="5.2916665"
4638
+ height="62.284908"
4639
+ x="924.42413"
4640
+ y="-127.35667"
4641
+ transform="rotate(90)" />
4642
+ <path
4643
+ style="fill:none;stroke:#000000;stroke-width:0.264581px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-9-1-2-9-5-8-2-8-7-7-5-9-0-4-6-9);marker-end:url(#RoundedArrow-7-7-9-1-2-9-5-8-2-8-7-7-5-9-0-4-6-9)"
4644
+ d="m 128.55544,986.50375 v -2.60744"
4645
+ id="path5-1-0-8-3-8-1-8-6-7-8-0-15-3-0-3-8-0-2" />
4646
+ <text
4647
+ xml:space="preserve"
4648
+ transform="matrix(0.26458333,0,0,0.26458333,82.955546,90.523576)"
4649
+ id="text8-3-4-8-5"
4650
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect8-7-9-7-4);display:inline"><tspan
4651
+ x="175.91406"
4652
+ y="3390.793"
4653
+ id="tspan80">S1</tspan></text>
4654
+ <text
4655
+ xml:space="preserve"
4656
+ transform="matrix(0.26458333,0,0,0.26458333,-6.5446415,-43.762296)"
4657
+ id="text8-9"
4658
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect8-75);display:inline"><tspan
4659
+ x="175.91406"
4660
+ y="3390.793"
4661
+ id="tspan81">S1</tspan></text>
4662
+ <path
4663
+ style="fill:none;stroke:#000000;stroke-width:0.264581px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-9-1-2-9-5-8-2-8-7-7-5-9-3);marker-end:url(#RoundedArrow-7-7-9-1-2-9-5-8-2-8-7-7-5-9-3)"
4664
+ d="m 41.337842,849.12052 h 2.60732"
4665
+ id="path5-1-0-8-3-8-1-8-6-7-8-0-15-3-0-1" />
4666
+ <circle
4667
+ style="opacity:1;fill:#0066ff;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linejoin:bevel"
4668
+ id="path11"
4669
+ cx="126.40194"
4670
+ cy="796.41321"
4671
+ r="2.6458333" />
4672
+ <circle
4673
+ style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linejoin:bevel"
4674
+ id="path11-5"
4675
+ cx="126.40194"
4676
+ cy="796.41321"
4677
+ r="1.7250062" />
4678
+ <circle
4679
+ style="fill:#0066ff;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linejoin:bevel"
4680
+ id="path11-2"
4681
+ cx="42.833641"
4682
+ cy="845.08099"
4683
+ r="2.6458333" />
4684
+ <circle
4685
+ style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linejoin:bevel"
4686
+ id="path11-5-9"
4687
+ cx="42.833641"
4688
+ cy="845.08099"
4689
+ r="1.7250062" />
4690
+ </g>
4691
+ </svg>