@humanforest/nuxt-layer 0.1.0

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 (324) hide show
  1. package/LICENSE +67 -0
  2. package/README.md +208 -0
  3. package/app.config.ts +10 -0
  4. package/assets/icons/forest/bike-asterisk.svg +21 -0
  5. package/assets/icons/forest/bike-down.svg +19 -0
  6. package/assets/icons/forest/bike-off.svg +20 -0
  7. package/assets/icons/forest/bike-up.svg +19 -0
  8. package/assets/icons/forest/bike-x.svg +19 -0
  9. package/assets/icons/forest/bike.svg +18 -0
  10. package/assets/icons/forest/mark-fill.svg +6 -0
  11. package/assets/icons/forest/mark.svg +6 -0
  12. package/assets/icons/forest/parking.svg +3 -0
  13. package/assets/icons/forest/star-fill.svg +4 -0
  14. package/assets/icons/forest/star.svg +4 -0
  15. package/assets/icons/forest/traffic-light-caution.svg +8 -0
  16. package/assets/icons/forest/traffic-light-go.svg +8 -0
  17. package/assets/icons/forest/traffic-light-lit.svg +8 -0
  18. package/assets/icons/forest/traffic-light-stop.svg +8 -0
  19. package/assets/icons/forest/traffic-light.svg +8 -0
  20. package/nuxt.config.ts +81 -0
  21. package/package.json +35 -0
  22. package/packages/charts/src/FBoroughShape.vue +52 -0
  23. package/packages/charts/src/FCalendarGrid.vue +332 -0
  24. package/packages/charts/src/FCellLegend.vue +54 -0
  25. package/packages/charts/src/FChartFrame.vue +201 -0
  26. package/packages/charts/src/FChartFrameSingle.vue +91 -0
  27. package/packages/charts/src/FChartLegend.vue +26 -0
  28. package/packages/charts/src/FDistributionBar.vue +224 -0
  29. package/packages/charts/src/FDottedMap.vue +335 -0
  30. package/packages/charts/src/FLondonMap.vue +399 -0
  31. package/packages/charts/src/FSparkline.vue +198 -0
  32. package/packages/charts/src/FStatusTrack.vue +151 -0
  33. package/packages/charts/src/cellSize.ts +46 -0
  34. package/packages/charts/src/distribution.ts +99 -0
  35. package/packages/charts/src/engine.ts +15 -0
  36. package/packages/charts/src/forestTooltip.ts +110 -0
  37. package/packages/charts/src/fromCategories.ts +43 -0
  38. package/packages/charts/src/index.ts +87 -0
  39. package/packages/charts/src/londonAreas.ts +75 -0
  40. package/packages/charts/src/londonGrid.ts +67 -0
  41. package/packages/charts/src/motionDuration.ts +49 -0
  42. package/packages/charts/src/presets.ts +143 -0
  43. package/packages/charts/src/resolveVar.ts +21 -0
  44. package/packages/charts/src/snapTooltip.ts +154 -0
  45. package/packages/charts/src/tooltipStandIn.ts +58 -0
  46. package/packages/charts/src/useCellScale.ts +155 -0
  47. package/packages/charts/src/useChartPalette.ts +61 -0
  48. package/packages/charts/src/useChartRepaintKey.ts +22 -0
  49. package/packages/charts/src/useThemeVersion.ts +17 -0
  50. package/packages/frames/src/FBrowserFrame.vue +53 -0
  51. package/packages/frames/src/FDeviceFrame.vue +242 -0
  52. package/packages/frames/src/FFitFrame.vue +83 -0
  53. package/packages/frames/src/art/iphone-11.svg +124 -0
  54. package/packages/frames/src/art/iphone-12.svg +601 -0
  55. package/packages/frames/src/art/iphone-13-pro.svg +820 -0
  56. package/packages/frames/src/art/iphone-13.svg +849 -0
  57. package/packages/frames/src/art/iphone-14.svg +681 -0
  58. package/packages/frames/src/art/iphone-15-pro.svg +633 -0
  59. package/packages/frames/src/art/iphone-15.svg +713 -0
  60. package/packages/frames/src/art/iphone-16-plus.svg +685 -0
  61. package/packages/frames/src/art/iphone-16-pro-max.svg +611 -0
  62. package/packages/frames/src/art/iphone-16-pro.svg +631 -0
  63. package/packages/frames/src/art/iphone-16.svg +713 -0
  64. package/packages/frames/src/art/iphone-17-pro-max.svg +355 -0
  65. package/packages/frames/src/art/iphone-17.svg +305 -0
  66. package/packages/frames/src/art/iphone-air.svg +389 -0
  67. package/packages/frames/src/art/iphone-se-3.svg +473 -0
  68. package/packages/frames/src/art/iphone-x.svg +652 -0
  69. package/packages/frames/src/art/pixel-10-pro-xl.svg +32 -0
  70. package/packages/frames/src/art/pixel-10-pro.svg +32 -0
  71. package/packages/frames/src/art/pixel-10.svg +32 -0
  72. package/packages/frames/src/art/pixel-8-pro.svg +208 -0
  73. package/packages/frames/src/art/pixel-8.svg +208 -0
  74. package/packages/frames/src/art/pixel-8a.svg +8 -0
  75. package/packages/frames/src/art/pixel-9-pro-xl.svg +32 -0
  76. package/packages/frames/src/art/pixel-9-pro.svg +34 -0
  77. package/packages/frames/src/art/pixel-9a.svg +25 -0
  78. package/packages/frames/src/art.ts +29 -0
  79. package/packages/frames/src/devices.ts +337 -0
  80. package/packages/frames/src/index.ts +15 -0
  81. package/packages/tokens/geo/london-boroughs.json +1 -0
  82. package/packages/tokens/geo/london-dots-coarse.json +1 -0
  83. package/packages/tokens/geo/london-dots-fine.json +1 -0
  84. package/packages/tokens/geo/london-dots-medium.json +1 -0
  85. package/packages/tokens/geo/london-dots-ultra.json +1 -0
  86. package/packages/tokens/geo/london-wards.json +1 -0
  87. package/packages/tokens/glyphs/glyphs.json +1 -0
  88. package/packages/tokens/logos/f-rot.svg +4 -0
  89. package/packages/tokens/logos/f.svg +4 -0
  90. package/packages/tokens/logos/favicon-c2w.svg +9 -0
  91. package/packages/tokens/logos/favicon-console.svg +9 -0
  92. package/packages/tokens/logos/favicon-ds.svg +9 -0
  93. package/packages/tokens/logos/favicon-fleet.svg +9 -0
  94. package/packages/tokens/logos/favicon-flex.svg +9 -0
  95. package/packages/tokens/logos/favicon-plus.svg +9 -0
  96. package/packages/tokens/logos/favicon-radar.svg +9 -0
  97. package/packages/tokens/logos/favicon-tower.svg +9 -0
  98. package/packages/tokens/logos/lockup-horizontal.svg +17 -0
  99. package/packages/tokens/logos/lockup-vertical.svg +17 -0
  100. package/packages/tokens/logos/mark-mono.svg +4 -0
  101. package/packages/tokens/logos/mark.svg +7 -0
  102. package/packages/tokens/logos/wordmark.svg +9 -0
  103. package/packages/tokens/src/colourEngine.ts +604 -0
  104. package/packages/tokens/src/glyphs.ts +127 -0
  105. package/packages/tokens/src/logo.ts +50 -0
  106. package/packages/tokens/src/subbrands.ts +44 -0
  107. package/packages/tokens/src/sublogo.ts +80 -0
  108. package/packages/ui/icons/forest/map/forest-place-count.svg +21 -0
  109. package/packages/ui/icons/forest/map/forest-place-marker.svg +17 -0
  110. package/packages/ui/icons/forest/map/forest-vehicle-marker.svg +73 -0
  111. package/packages/ui/icons/forest/map/manifest.json +373 -0
  112. package/packages/ui/icons/forest/map/place-count-manifest.json +83 -0
  113. package/packages/ui/icons/forest/map/place-manifest.json +74 -0
  114. package/packages/ui/src/address/address.ts +125 -0
  115. package/packages/ui/src/address/autofill.ts +78 -0
  116. package/packages/ui/src/address/geocode.ts +55 -0
  117. package/packages/ui/src/address/index.ts +31 -0
  118. package/packages/ui/src/address/validate.ts +91 -0
  119. package/packages/ui/src/canvas/FCanvasCard.vue +97 -0
  120. package/packages/ui/src/canvas/FCanvasControl.vue +121 -0
  121. package/packages/ui/src/canvas/FCanvasControlGroup.vue +100 -0
  122. package/packages/ui/src/canvas/FCanvasFlyout.vue +216 -0
  123. package/packages/ui/src/canvas/FCanvasHud.vue +402 -0
  124. package/packages/ui/src/canvas/canvasSurface.ts +39 -0
  125. package/packages/ui/src/canvas/index.ts +17 -0
  126. package/packages/ui/src/contexts/ForestContext.vue +53 -0
  127. package/packages/ui/src/contexts/contexts.ts +153 -0
  128. package/packages/ui/src/contexts/index.ts +23 -0
  129. package/packages/ui/src/contexts/marketing-theme.ts +214 -0
  130. package/packages/ui/src/contexts/mobile-theme.ts +402 -0
  131. package/packages/ui/src/filter/FFilterBar.vue +72 -0
  132. package/packages/ui/src/filter/FFilterChip.vue +362 -0
  133. package/packages/ui/src/filter/FFilterClauses.vue +104 -0
  134. package/packages/ui/src/filter/FFilterTrigger.vue +183 -0
  135. package/packages/ui/src/filter/filter.theme.ts +27 -0
  136. package/packages/ui/src/filter/filterClause.ts +265 -0
  137. package/packages/ui/src/filter/filterPredicate.ts +134 -0
  138. package/packages/ui/src/filter/filterSchema.ts +82 -0
  139. package/packages/ui/src/filter/index.ts +36 -0
  140. package/packages/ui/src/forest-preset.ts +68 -0
  141. package/packages/ui/src/icons.ts +79 -0
  142. package/packages/ui/src/index.ts +17 -0
  143. package/packages/ui/src/kpi/FKpi.vue +253 -0
  144. package/packages/ui/src/kpi/FKpiGroup.vue +161 -0
  145. package/packages/ui/src/kpi/index.ts +20 -0
  146. package/packages/ui/src/kpi/kpi.theme.ts +168 -0
  147. package/packages/ui/src/kpi/kpiDelta.ts +82 -0
  148. package/packages/ui/src/kpi/kpiFormat.ts +72 -0
  149. package/packages/ui/src/kpi/kpiGroupState.ts +63 -0
  150. package/packages/ui/src/logo/FLogo.vue +52 -0
  151. package/packages/ui/src/logo/FSubLogo.vue +214 -0
  152. package/packages/ui/src/logo/index.ts +8 -0
  153. package/packages/ui/src/map/FMap.vue +355 -0
  154. package/packages/ui/src/map/FMapCompass.vue +154 -0
  155. package/packages/ui/src/map/FMapCoordinates.vue +134 -0
  156. package/packages/ui/src/map/FMapDrawTools.vue +116 -0
  157. package/packages/ui/src/map/FMapFullscreen.vue +92 -0
  158. package/packages/ui/src/map/FMapGeolocate.vue +208 -0
  159. package/packages/ui/src/map/FMapLayers.vue +75 -0
  160. package/packages/ui/src/map/FMapLegend.vue +45 -0
  161. package/packages/ui/src/map/FMapPopup.vue +129 -0
  162. package/packages/ui/src/map/FMapRamp.vue +69 -0
  163. package/packages/ui/src/map/FMapRegion.vue +77 -0
  164. package/packages/ui/src/map/FMapScale.vue +107 -0
  165. package/packages/ui/src/map/FMapSearch.vue +362 -0
  166. package/packages/ui/src/map/FMapTilt.vue +87 -0
  167. package/packages/ui/src/map/FMapTools.vue +61 -0
  168. package/packages/ui/src/map/FMapZoom.vue +81 -0
  169. package/packages/ui/src/map/FMarker.vue +218 -0
  170. package/packages/ui/src/map/FTrackScrubber.vue +94 -0
  171. package/packages/ui/src/map/FVehicleLegend.vue +72 -0
  172. package/packages/ui/src/map/FVehicleMark.vue +166 -0
  173. package/packages/ui/src/map/bin.ts +196 -0
  174. package/packages/ui/src/map/coordinates.ts +83 -0
  175. package/packages/ui/src/map/density.ts +401 -0
  176. package/packages/ui/src/map/draw.ts +356 -0
  177. package/packages/ui/src/map/ease.ts +67 -0
  178. package/packages/ui/src/map/fullscreen.ts +59 -0
  179. package/packages/ui/src/map/heat.ts +160 -0
  180. package/packages/ui/src/map/index.ts +351 -0
  181. package/packages/ui/src/map/liveMarkers.ts +60 -0
  182. package/packages/ui/src/map/map.css +116 -0
  183. package/packages/ui/src/map/mapColor.ts +31 -0
  184. package/packages/ui/src/map/mapContext.ts +12 -0
  185. package/packages/ui/src/map/mapLayers.ts +55 -0
  186. package/packages/ui/src/map/mapLegend.ts +70 -0
  187. package/packages/ui/src/map/mapSearch.theme.ts +79 -0
  188. package/packages/ui/src/map/mapSearch.ts +279 -0
  189. package/packages/ui/src/map/mapUrl.ts +117 -0
  190. package/packages/ui/src/map/markerAsset.ts +3 -0
  191. package/packages/ui/src/map/padding.ts +39 -0
  192. package/packages/ui/src/map/place.ts +192 -0
  193. package/packages/ui/src/map/ramp.ts +95 -0
  194. package/packages/ui/src/map/regionSelect.ts +163 -0
  195. package/packages/ui/src/map/route.ts +167 -0
  196. package/packages/ui/src/map/scale.ts +329 -0
  197. package/packages/ui/src/map/scaleBar.ts +67 -0
  198. package/packages/ui/src/map/selectionModel.ts +50 -0
  199. package/packages/ui/src/map/sources/coordinates.ts +58 -0
  200. package/packages/ui/src/map/sources/mapboxPlaces.ts +71 -0
  201. package/packages/ui/src/map/style.ts +14 -0
  202. package/packages/ui/src/map/track.ts +279 -0
  203. package/packages/ui/src/map/useFeatureSelect.ts +230 -0
  204. package/packages/ui/src/map/useLiveMarkers.ts +84 -0
  205. package/packages/ui/src/map/useMap.ts +150 -0
  206. package/packages/ui/src/map/useMapDraw.ts +776 -0
  207. package/packages/ui/src/map/useMapOverlay.ts +421 -0
  208. package/packages/ui/src/map/useMapTableSelection.ts +101 -0
  209. package/packages/ui/src/map/useMapUrlState.ts +155 -0
  210. package/packages/ui/src/map/useMarkerSource.ts +163 -0
  211. package/packages/ui/src/map/useRegionSelect.ts +309 -0
  212. package/packages/ui/src/map/useTokenMode.ts +61 -0
  213. package/packages/ui/src/map/useTrackPlayback.ts +131 -0
  214. package/packages/ui/src/map/useVehicleFilter.ts +51 -0
  215. package/packages/ui/src/map/useVisibleFeatures.ts +124 -0
  216. package/packages/ui/src/map/vehicle.ts +807 -0
  217. package/packages/ui/src/map/vehicleFilter.ts +284 -0
  218. package/packages/ui/src/map/vehicleLegend.ts +155 -0
  219. package/packages/ui/src/map/visibleFeatures.ts +192 -0
  220. package/packages/ui/src/map/zone.ts +291 -0
  221. package/packages/ui/src/shell/FAppNavbar.vue +68 -0
  222. package/packages/ui/src/shell/FAppShell.vue +163 -0
  223. package/packages/ui/src/shell/FAppSidebar.vue +215 -0
  224. package/packages/ui/src/shell/FPageToolbar.vue +126 -0
  225. package/packages/ui/src/shell/FScrollShadow.vue +43 -0
  226. package/packages/ui/src/shell/FSidePanel.vue +258 -0
  227. package/packages/ui/src/shell/FToolbarActions.vue +32 -0
  228. package/packages/ui/src/shell/index.ts +33 -0
  229. package/packages/ui/src/shell/nav.ts +37 -0
  230. package/packages/ui/src/shell/pageToolbar.ts +69 -0
  231. package/packages/ui/src/shell/shell.ts +74 -0
  232. package/packages/ui/src/shell/sidePanel.ts +115 -0
  233. package/packages/ui/src/themes/accordion.ts +36 -0
  234. package/packages/ui/src/themes/alert.ts +16 -0
  235. package/packages/ui/src/themes/auth-form.ts +19 -0
  236. package/packages/ui/src/themes/avatar-group.ts +9 -0
  237. package/packages/ui/src/themes/avatar.ts +18 -0
  238. package/packages/ui/src/themes/badge.ts +51 -0
  239. package/packages/ui/src/themes/banner.ts +21 -0
  240. package/packages/ui/src/themes/breadcrumb.ts +10 -0
  241. package/packages/ui/src/themes/button.mechanics.ts +191 -0
  242. package/packages/ui/src/themes/button.ts +136 -0
  243. package/packages/ui/src/themes/calendar.ts +29 -0
  244. package/packages/ui/src/themes/card.ts +67 -0
  245. package/packages/ui/src/themes/carousel.ts +41 -0
  246. package/packages/ui/src/themes/checkbox-group.ts +20 -0
  247. package/packages/ui/src/themes/checkbox.ts +47 -0
  248. package/packages/ui/src/themes/chip.ts +50 -0
  249. package/packages/ui/src/themes/collapsible.ts +26 -0
  250. package/packages/ui/src/themes/color-picker.ts +13 -0
  251. package/packages/ui/src/themes/command-palette.ts +37 -0
  252. package/packages/ui/src/themes/container.ts +14 -0
  253. package/packages/ui/src/themes/context-menu.ts +38 -0
  254. package/packages/ui/src/themes/dashboard-group.ts +11 -0
  255. package/packages/ui/src/themes/dashboard-navbar.ts +10 -0
  256. package/packages/ui/src/themes/dashboard-panel.ts +18 -0
  257. package/packages/ui/src/themes/dashboard-resize-handle.ts +35 -0
  258. package/packages/ui/src/themes/dashboard-sidebar-collapse.ts +7 -0
  259. package/packages/ui/src/themes/dashboard-sidebar-toggle.ts +7 -0
  260. package/packages/ui/src/themes/dashboard-sidebar.ts +58 -0
  261. package/packages/ui/src/themes/dashboard-toolbar.ts +15 -0
  262. package/packages/ui/src/themes/drawer.ts +45 -0
  263. package/packages/ui/src/themes/dropdown-menu.ts +38 -0
  264. package/packages/ui/src/themes/empty.ts +43 -0
  265. package/packages/ui/src/themes/field-group.ts +52 -0
  266. package/packages/ui/src/themes/file-upload.ts +38 -0
  267. package/packages/ui/src/themes/footer-columns.ts +13 -0
  268. package/packages/ui/src/themes/footer.ts +9 -0
  269. package/packages/ui/src/themes/form-field.ts +25 -0
  270. package/packages/ui/src/themes/form.ts +22 -0
  271. package/packages/ui/src/themes/header.ts +12 -0
  272. package/packages/ui/src/themes/icon.ts +61 -0
  273. package/packages/ui/src/themes/index.ts +99 -0
  274. package/packages/ui/src/themes/input-date.ts +73 -0
  275. package/packages/ui/src/themes/input-menu.ts +66 -0
  276. package/packages/ui/src/themes/input-number.ts +58 -0
  277. package/packages/ui/src/themes/input-rating.ts +25 -0
  278. package/packages/ui/src/themes/input-tags.ts +63 -0
  279. package/packages/ui/src/themes/input-time.ts +70 -0
  280. package/packages/ui/src/themes/input.ts +148 -0
  281. package/packages/ui/src/themes/kbd.ts +27 -0
  282. package/packages/ui/src/themes/link.ts +27 -0
  283. package/packages/ui/src/themes/listbox.ts +48 -0
  284. package/packages/ui/src/themes/main.ts +6 -0
  285. package/packages/ui/src/themes/marquee.ts +45 -0
  286. package/packages/ui/src/themes/modal.ts +46 -0
  287. package/packages/ui/src/themes/navigation-menu.ts +80 -0
  288. package/packages/ui/src/themes/page-anchors.ts +7 -0
  289. package/packages/ui/src/themes/page-aside.ts +7 -0
  290. package/packages/ui/src/themes/page-card.ts +22 -0
  291. package/packages/ui/src/themes/page-cta.ts +18 -0
  292. package/packages/ui/src/themes/page-feature.ts +13 -0
  293. package/packages/ui/src/themes/page-header.ts +16 -0
  294. package/packages/ui/src/themes/page-hero.ts +15 -0
  295. package/packages/ui/src/themes/page-links.ts +12 -0
  296. package/packages/ui/src/themes/page-section.ts +14 -0
  297. package/packages/ui/src/themes/page.ts +7 -0
  298. package/packages/ui/src/themes/pagination.ts +17 -0
  299. package/packages/ui/src/themes/pin-input.ts +73 -0
  300. package/packages/ui/src/themes/popover.ts +30 -0
  301. package/packages/ui/src/themes/progress.ts +29 -0
  302. package/packages/ui/src/themes/prose.ts +45 -0
  303. package/packages/ui/src/themes/radio-group.ts +39 -0
  304. package/packages/ui/src/themes/scroll-area.ts +23 -0
  305. package/packages/ui/src/themes/select-menu.ts +71 -0
  306. package/packages/ui/src/themes/select.ts +72 -0
  307. package/packages/ui/src/themes/separator.ts +28 -0
  308. package/packages/ui/src/themes/sidebar.ts +127 -0
  309. package/packages/ui/src/themes/skeleton.ts +15 -0
  310. package/packages/ui/src/themes/slideover.ts +87 -0
  311. package/packages/ui/src/themes/slider.ts +48 -0
  312. package/packages/ui/src/themes/stepper.ts +41 -0
  313. package/packages/ui/src/themes/switch.ts +63 -0
  314. package/packages/ui/src/themes/table.ts +34 -0
  315. package/packages/ui/src/themes/tabs.ts +74 -0
  316. package/packages/ui/src/themes/textarea.ts +77 -0
  317. package/packages/ui/src/themes/timeline.ts +25 -0
  318. package/packages/ui/src/themes/toast.ts +29 -0
  319. package/packages/ui/src/themes/toaster.ts +66 -0
  320. package/packages/ui/src/themes/tooltip.ts +31 -0
  321. package/packages/ui/src/themes/tree.ts +41 -0
  322. package/packages/ui/src/themes/user.ts +28 -0
  323. package/styles.cdn.gen.css +2047 -0
  324. package/theme.gen.json +1 -0
@@ -0,0 +1,631 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg
3
+ width="356"
4
+ height="730"
5
+ viewBox="0 0 94.191667 193.14585"
6
+ version="1.1"
7
+ id="svg8"
8
+ xml:space="preserve"
9
+ xmlns:xlink="http://www.w3.org/1999/xlink"
10
+ xmlns="http://www.w3.org/2000/svg"
11
+ xmlns:svg="http://www.w3.org/2000/svg"
12
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
13
+ xmlns:cc="http://creativecommons.org/ns#"
14
+ xmlns:dc="http://purl.org/dc/elements/1.1/"><defs
15
+ id="defs2"><linearGradient
16
+ id="linearGradient20"><stop
17
+ style="stop-color:#7c6655;stop-opacity:1;"
18
+ offset="0"
19
+ id="stop16" /><stop
20
+ style="stop-color:#f8eadd;stop-opacity:1;"
21
+ offset="0.12410501"
22
+ id="stop17" /><stop
23
+ style="stop-color:#aa998b;stop-opacity:1;"
24
+ offset="0.76491648"
25
+ id="stop18" /><stop
26
+ style="stop-color:#817469;stop-opacity:1;"
27
+ offset="0.98531687"
28
+ id="stop19" /><stop
29
+ style="stop-color:#bcad9a;stop-opacity:1;"
30
+ offset="1"
31
+ id="stop20" /></linearGradient><linearGradient
32
+ id="linearGradient821"><stop
33
+ style="stop-color:#000000;stop-opacity:1;"
34
+ offset="0"
35
+ id="stop817" /><stop
36
+ style="stop-color:#000000;stop-opacity:0;"
37
+ offset="1"
38
+ id="stop819" /></linearGradient><clipPath
39
+ clipPathUnits="userSpaceOnUse"
40
+ id="clipPath4960"><path
41
+ style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;vector-effect:none;fill:#ebebeb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.2765;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
42
+ d="m 56.734381,2.01367 c -29.678552,0 -53.5722709,23.893694 -53.5722709,53.572268 V 666.02928 c 0,29.67855 23.8937189,53.57223 53.5722709,53.57223 H 303.26562 c 29.67859,0 53.57227,-23.89368 53.57227,-53.57223 V 55.585938 c 0,-29.678574 -23.89368,-53.572268 -53.57227,-53.572268 z M 55.310558,5.9921857 H 304.68944 c 26.58218,0 47.98243,21.3983043 47.98243,47.9804723 V 668.20893 c 0,26.58217 -21.40025,47.98246 -47.98243,47.98246 H 55.310558 c -26.582175,0 -47.9824257,-21.40029 -47.9824257,-47.98246 V 53.972658 c 0,-26.582168 21.4002507,-47.9804723 47.9824257,-47.9804723 z"
43
+ id="path4962" /></clipPath><clipPath
44
+ clipPathUnits="userSpaceOnUse"
45
+ id="clipPath5059"><path
46
+ style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;vector-effect:none;fill:#ebebeb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.2765;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
47
+ d="m 56.734381,2.01367 c -29.678554,0 -53.5722728,23.893694 -53.5722728,53.572268 V 666.02928 c 0,29.67855 23.8937188,53.57223 53.5722728,53.57223 H 303.26562 c 29.67859,0 53.57227,-23.89368 53.57227,-53.57223 V 55.585938 c 0,-29.678574 -23.89368,-53.572268 -53.57227,-53.572268 z M 55.310558,5.9921857 H 304.68945 c 26.58217,0 47.98242,21.3983043 47.98242,47.9804723 V 668.20893 c 0,26.58217 -21.40025,47.98246 -47.98242,47.98246 H 55.310558 c -26.582177,0 -47.9824276,-21.40029 -47.9824276,-47.98246 V 53.972658 c 0,-26.582168 21.4002506,-47.9804723 47.9824276,-47.9804723 z"
48
+ id="path5061" /></clipPath><clipPath
49
+ clipPathUnits="userSpaceOnUse"
50
+ id="clipPath5401"><rect
51
+ style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0264583;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
52
+ id="rect5403"
53
+ width="4.3765388"
54
+ height="7.4167299"
55
+ x="-13.8777"
56
+ y="25.856594"
57
+ ry="0.45101735" /></clipPath><clipPath
58
+ clipPathUnits="userSpaceOnUse"
59
+ id="clipPath5589"><path
60
+ id="path5591"
61
+ d="M 0.45113526,39.688017 C 0.20127166,39.688017 0,39.888773 0,40.138637 v 12.912612 c 0,0.249864 0.20127166,0.451136 0.45113526,0.451136 H 3.9253421 c 0.2498635,0 0.4511352,-0.201272 0.4511352,-0.451136 V 40.138637 c 0,-0.249864 -0.2012717,-0.45062 -0.4511352,-0.45062 z"
62
+ style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0264583;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" /></clipPath><clipPath
63
+ clipPathUnits="userSpaceOnUse"
64
+ id="clipPath5589-7"><path
65
+ id="path5591-5"
66
+ d="M 0.45113526,39.688017 C 0.20127166,39.688017 0,39.888773 0,40.138637 v 12.912612 c 0,0.249864 0.20127166,0.451136 0.45113526,0.451136 H 3.9253421 c 0.2498635,0 0.4511352,-0.201272 0.4511352,-0.451136 V 40.138637 c 0,-0.249864 -0.2012717,-0.45062 -0.4511352,-0.45062 z"
67
+ style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0264583;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" /></clipPath><clipPath
68
+ clipPathUnits="userSpaceOnUse"
69
+ id="clipPath5738"><path
70
+ id="path5740"
71
+ d="m 0.45113544,39.688016 c -0.24986192,0 -0.4511331182662,0.200755 -0.4511331182662,0.450619 v 20.944606 c 0,0.249864 0.2012711982662,0.451135 0.4511331182662,0.451135 H 3.9253423 c 0.2498645,0 0.4511357,-0.201271 0.4511357,-0.451135 V 40.138635 c 0,-0.249864 -0.2012712,-0.450619 -0.4511357,-0.450619 z"
72
+ style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0264583;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" /></clipPath><clipPath
73
+ clipPathUnits="userSpaceOnUse"
74
+ id="clipPath922"><rect
75
+ style="opacity:1;vector-effect:none;fill:#474747;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.4065;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
76
+ id="rect924"
77
+ width="77.201637"
78
+ height="33.545391"
79
+ x="-67.752235"
80
+ y="-14.211905" /></clipPath><clipPath
81
+ clipPathUnits="userSpaceOnUse"
82
+ id="clipPath972"><rect
83
+ style="opacity:1;vector-effect:none;fill:#29ec68;fill-opacity:0.658879;fill-rule:nonzero;stroke:none;stroke-width:38.3451;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
84
+ id="rect974"
85
+ width="253.12003"
86
+ height="506.59415"
87
+ x="-527.82013"
88
+ y="-172.67062" /></clipPath><mask
89
+ maskUnits="userSpaceOnUse"
90
+ id="mask1062"><path
91
+ style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.0529167;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
92
+ d="m 42.746746,7.2620904 c -0.399166,0 -0.72037,0.3212029 -0.72037,0.7203695 0,0.3991665 0.321204,0.7203694 0.72037,0.7203694 h 9.921876 c 0.399166,0 0.72037,-0.3212029 0.72037,-0.7203694 0,-0.3991666 -0.321204,-0.7203695 -0.72037,-0.7203695 z"
93
+ id="path1064" /></mask><pattern
94
+ patternUnits="userSpaceOnUse"
95
+ width="1.171848"
96
+ height="1.1718804"
97
+ patternTransform="matrix(0.26458334,0,0,0.26458334,-76.445686,-5.7812643)"
98
+ id="pattern2874"><g
99
+ transform="matrix(3.7795274,0,0,3.7795274,288.92857,-26.720982)"
100
+ id="g2781"><rect
101
+ style="opacity:1;vector-effect:none;fill:#212121;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0365544;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
102
+ id="rect2730"
103
+ width="0.15502979"
104
+ height="0.15502979"
105
+ x="-76.445686"
106
+ y="7.0699267" /><rect
107
+ style="display:inline;opacity:1;vector-effect:none;fill:#212121;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0365544;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
108
+ id="rect2730-5"
109
+ width="0.15502979"
110
+ height="0.15502979"
111
+ x="-76.290665"
112
+ y="7.224957" /><rect
113
+ style="display:inline;opacity:1;vector-effect:none;fill:#060606;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0365544;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
114
+ id="rect2730-5-5"
115
+ width="0.15502979"
116
+ height="0.15502979"
117
+ x="-76.290665"
118
+ y="7.0699267" /><rect
119
+ style="display:inline;opacity:1;vector-effect:none;fill:#060606;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0365544;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
120
+ id="rect2730-5-5-0"
121
+ width="0.15502979"
122
+ height="0.15502979"
123
+ x="-76.445686"
124
+ y="7.224957" /></g></pattern><clipPath
125
+ clipPathUnits="userSpaceOnUse"
126
+ id="clipPath5738-4"><path
127
+ id="path5740-9"
128
+ d="m 0.45113544,39.688016 c -0.24986192,0 -0.4511331182662,0.200755 -0.4511331182662,0.450619 v 20.944606 c 0,0.249864 0.2012711982662,0.451135 0.4511331182662,0.451135 H 3.9253423 c 0.2498645,0 0.4511357,-0.201271 0.4511357,-0.451135 V 40.138635 c 0,-0.249864 -0.2012712,-0.450619 -0.4511357,-0.450619 z"
129
+ style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0264583;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" /></clipPath><clipPath
130
+ clipPathUnits="userSpaceOnUse"
131
+ id="clipPath5401-9"><rect
132
+ style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0264583;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
133
+ id="rect5403-9"
134
+ width="4.3765388"
135
+ height="7.4167299"
136
+ x="-13.8777"
137
+ y="25.856594"
138
+ ry="0.45101735" /></clipPath><clipPath
139
+ clipPathUnits="userSpaceOnUse"
140
+ id="clipPath5589-3"><path
141
+ id="path5591-6"
142
+ d="M 0.45113526,39.688017 C 0.20127166,39.688017 0,39.888773 0,40.138637 v 12.912612 c 0,0.249864 0.20127166,0.451136 0.45113526,0.451136 H 3.9253421 c 0.2498635,0 0.4511352,-0.201272 0.4511352,-0.451136 V 40.138637 c 0,-0.249864 -0.2012717,-0.45062 -0.4511352,-0.45062 z"
143
+ style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0264583;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" /></clipPath><clipPath
144
+ clipPathUnits="userSpaceOnUse"
145
+ id="clipPath5589-7-8"><path
146
+ id="path5591-5-3"
147
+ d="M 0.45113526,39.688017 C 0.20127166,39.688017 0,39.888773 0,40.138637 v 12.912612 c 0,0.249864 0.20127166,0.451136 0.45113526,0.451136 H 3.9253421 c 0.2498635,0 0.4511352,-0.201272 0.4511352,-0.451136 V 40.138637 c 0,-0.249864 -0.2012717,-0.45062 -0.4511352,-0.45062 z"
148
+ style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0264583;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" /></clipPath><clipPath
149
+ clipPathUnits="userSpaceOnUse"
150
+ id="clipPath4960-5"><path
151
+ style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;vector-effect:none;fill:#ebebeb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.2765;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
152
+ d="m 56.734381,2.01367 c -29.678552,0 -53.5722709,23.893694 -53.5722709,53.572268 V 666.02928 c 0,29.67855 23.8937189,53.57223 53.5722709,53.57223 H 303.26562 c 29.67859,0 53.57227,-23.89368 53.57227,-53.57223 V 55.585938 c 0,-29.678574 -23.89368,-53.572268 -53.57227,-53.572268 z M 55.310558,5.9921857 H 304.68944 c 26.58218,0 47.98243,21.3983043 47.98243,47.9804723 V 668.20893 c 0,26.58217 -21.40025,47.98246 -47.98243,47.98246 H 55.310558 c -26.582175,0 -47.9824257,-21.40029 -47.9824257,-47.98246 V 53.972658 c 0,-26.582168 21.4002507,-47.9804723 47.9824257,-47.9804723 z"
153
+ id="path4962-4" /></clipPath><pattern
154
+ patternUnits="userSpaceOnUse"
155
+ width="1.171848"
156
+ height="1.1718804"
157
+ patternTransform="matrix(0.26458334,0,0,0.26458334,-76.445686,-5.7812643)"
158
+ id="pattern2874-7"><g
159
+ transform="matrix(3.7795274,0,0,3.7795274,288.92857,-26.720982)"
160
+ id="g2781-1"><rect
161
+ style="opacity:1;vector-effect:none;fill:#212121;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0365544;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
162
+ id="rect2730-3"
163
+ width="0.15502979"
164
+ height="0.15502979"
165
+ x="-76.445686"
166
+ y="7.0699267" /><rect
167
+ style="display:inline;opacity:1;vector-effect:none;fill:#212121;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0365544;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
168
+ id="rect2730-5-8"
169
+ width="0.15502979"
170
+ height="0.15502979"
171
+ x="-76.290665"
172
+ y="7.224957" /><rect
173
+ style="display:inline;opacity:1;vector-effect:none;fill:#060606;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0365544;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
174
+ id="rect2730-5-5-1"
175
+ width="0.15502979"
176
+ height="0.15502979"
177
+ x="-76.290665"
178
+ y="7.0699267" /><rect
179
+ style="display:inline;opacity:1;vector-effect:none;fill:#060606;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0365544;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
180
+ id="rect2730-5-5-0-1"
181
+ width="0.15502979"
182
+ height="0.15502979"
183
+ x="-76.445686"
184
+ y="7.224957" /></g></pattern><clipPath
185
+ clipPathUnits="userSpaceOnUse"
186
+ id="clipPath948"><rect
187
+ style="opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.783566;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
188
+ id="rect950"
189
+ width="161.20644"
190
+ height="317.73975"
191
+ x="-280.93082"
192
+ y="-83.752052" /></clipPath><clipPath
193
+ clipPathUnits="userSpaceOnUse"
194
+ id="clipPath967"><rect
195
+ style="fill:#6ecb55;fill-opacity:0.540323;stroke:none;stroke-width:0.405315;stroke-linecap:round;stroke-linejoin:round"
196
+ id="rect969"
197
+ width="84.888893"
198
+ height="172.10544"
199
+ x="81.619461"
200
+ y="-32.789757" /></clipPath><mask
201
+ maskUnits="userSpaceOnUse"
202
+ id="mask2042"><path
203
+ style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.0626366;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
204
+ d="m 43.127825,7.2620903 c -0.559276,0 -1.00932,0.321203 -1.00932,0.7203695 0,0.3991665 0.450044,0.7203695 1.00932,0.7203695 h 9.481534 c 0.559276,0 1.009317,-0.321203 1.009317,-0.7203695 0,-0.3991665 -0.450041,-0.7203695 -1.009317,-0.7203695 z"
205
+ id="path2044" /></mask><clipPath
206
+ clipPathUnits="userSpaceOnUse"
207
+ id="clipPath2353"><rect
208
+ style="display:inline;fill:none;fill-opacity:1;stroke:none;stroke-width:0.999999;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
209
+ id="rect2355"
210
+ width="355.61673"
211
+ height="728.3255"
212
+ x="2.1916344"
213
+ y="-3.1627369"
214
+ ry="55.641438" /></clipPath><clipPath
215
+ clipPathUnits="userSpaceOnUse"
216
+ id="clipPath944"><rect
217
+ style="fill:#52d670;fill-opacity:0.435484;stroke:none;stroke-width:0.591656;stroke-linecap:round;stroke-linejoin:round"
218
+ id="rect946"
219
+ width="78.845848"
220
+ height="107.09153"
221
+ x="-173.95055"
222
+ y="-35.402409" /></clipPath><clipPath
223
+ clipPathUnits="userSpaceOnUse"
224
+ id="clipPath3611"><rect
225
+ style="opacity:1;fill:#404040;fill-opacity:1;stroke:none;stroke-width:11.5159;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
226
+ id="rect3613"
227
+ width="315.79929"
228
+ height="350.47412"
229
+ x="-227.84766"
230
+ y="-35.209526" /></clipPath><clipPath
231
+ clipPathUnits="userSpaceOnUse"
232
+ id="clipPath2353-1"><rect
233
+ style="display:inline;fill:none;fill-opacity:1;stroke:none;stroke-width:0.999999;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
234
+ id="rect2355-3"
235
+ width="355.61673"
236
+ height="728.3255"
237
+ x="2.1916344"
238
+ y="-3.1627369"
239
+ ry="55.641438" /></clipPath><pattern
240
+ patternUnits="userSpaceOnUse"
241
+ width="1.171848"
242
+ height="1.1718804"
243
+ patternTransform="matrix(0.26458334,0,0,0.26458334,-76.445686,-5.7812643)"
244
+ id="pattern2874-7-9"><g
245
+ transform="matrix(3.7795274,0,0,3.7795274,288.92857,-26.720982)"
246
+ id="g2781-1-1"><rect
247
+ style="opacity:1;vector-effect:none;fill:#212121;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0365544;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
248
+ id="rect2730-3-0"
249
+ width="0.15502979"
250
+ height="0.15502979"
251
+ x="-76.445686"
252
+ y="7.0699267" /><rect
253
+ style="display:inline;opacity:1;vector-effect:none;fill:#212121;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0365544;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
254
+ id="rect2730-5-8-6"
255
+ width="0.15502979"
256
+ height="0.15502979"
257
+ x="-76.290665"
258
+ y="7.224957" /><rect
259
+ style="display:inline;opacity:1;vector-effect:none;fill:#060606;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0365544;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
260
+ id="rect2730-5-5-1-5"
261
+ width="0.15502979"
262
+ height="0.15502979"
263
+ x="-76.290665"
264
+ y="7.0699267" /><rect
265
+ style="display:inline;opacity:1;vector-effect:none;fill:#060606;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0365544;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
266
+ id="rect2730-5-5-0-1-4"
267
+ width="0.15502979"
268
+ height="0.15502979"
269
+ x="-76.445686"
270
+ y="7.224957" /></g></pattern><mask
271
+ maskUnits="userSpaceOnUse"
272
+ id="mask2042-5"><path
273
+ style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.0626366;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
274
+ d="m 43.127825,7.2620903 c -0.559276,0 -1.00932,0.321203 -1.00932,0.7203695 0,0.3991665 0.450044,0.7203695 1.00932,0.7203695 h 9.481534 c 0.559276,0 1.009317,-0.321203 1.009317,-0.7203695 0,-0.3991665 -0.450041,-0.7203695 -1.009317,-0.7203695 z"
275
+ id="path2044-4" /></mask><clipPath
276
+ clipPathUnits="userSpaceOnUse"
277
+ id="clipPath2353-1-7"><rect
278
+ style="display:inline;fill:none;fill-opacity:1;stroke:none;stroke-width:0.999999;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
279
+ id="rect2355-3-0"
280
+ width="355.61673"
281
+ height="728.3255"
282
+ x="2.1916344"
283
+ y="-3.1627369"
284
+ ry="55.641438" /></clipPath><pattern
285
+ patternUnits="userSpaceOnUse"
286
+ width="1.171848"
287
+ height="1.1718804"
288
+ patternTransform="matrix(0.26458334,0,0,0.26458334,-76.445686,-5.7812643)"
289
+ id="pattern2874-7-9-1"><g
290
+ transform="matrix(3.7795274,0,0,3.7795274,288.92857,-26.720982)"
291
+ id="g2781-1-1-7"><rect
292
+ style="opacity:1;vector-effect:none;fill:#212121;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0365544;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
293
+ id="rect2730-3-0-3"
294
+ width="0.15502979"
295
+ height="0.15502979"
296
+ x="-76.445686"
297
+ y="7.0699267" /><rect
298
+ style="display:inline;opacity:1;vector-effect:none;fill:#212121;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0365544;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
299
+ id="rect2730-5-8-6-9"
300
+ width="0.15502979"
301
+ height="0.15502979"
302
+ x="-76.290665"
303
+ y="7.224957" /><rect
304
+ style="display:inline;opacity:1;vector-effect:none;fill:#060606;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0365544;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
305
+ id="rect2730-5-5-1-5-8"
306
+ width="0.15502979"
307
+ height="0.15502979"
308
+ x="-76.290665"
309
+ y="7.0699267" /><rect
310
+ style="display:inline;opacity:1;vector-effect:none;fill:#060606;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0365544;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
311
+ id="rect2730-5-5-0-1-4-7"
312
+ width="0.15502979"
313
+ height="0.15502979"
314
+ x="-76.445686"
315
+ y="7.224957" /></g></pattern><mask
316
+ maskUnits="userSpaceOnUse"
317
+ id="mask2042-5-2"><path
318
+ style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.0626366;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
319
+ d="m 43.127825,7.2620903 c -0.559276,0 -1.00932,0.321203 -1.00932,0.7203695 0,0.3991665 0.450044,0.7203695 1.00932,0.7203695 h 9.481534 c 0.559276,0 1.009317,-0.321203 1.009317,-0.7203695 0,-0.3991665 -0.450041,-0.7203695 -1.009317,-0.7203695 z"
320
+ id="path2044-4-7" /></mask><clipPath
321
+ clipPathUnits="userSpaceOnUse"
322
+ id="clipPath1217"><rect
323
+ style="fill:#648bab;stroke-width:0.652928;stroke-linecap:round;stroke-linejoin:round;stop-color:#000000"
324
+ id="rect1219"
325
+ width="83.925377"
326
+ height="106.55812"
327
+ x="108.03319"
328
+ y="-2.6168919" /></clipPath><clipPath
329
+ clipPathUnits="userSpaceOnUse"
330
+ id="clipPath1244"><rect
331
+ style="fill:#648bab;stroke-width:0.185804;stroke-linecap:round;stroke-linejoin:round;stop-color:#000000"
332
+ id="rect1246"
333
+ width="32.192707"
334
+ height="106.74944"
335
+ x="-76.037987"
336
+ y="32.587708" /></clipPath><pattern
337
+ patternUnits="userSpaceOnUse"
338
+ width="1.171848"
339
+ height="1.1718804"
340
+ patternTransform="matrix(0.26458334,0,0,0.26458334,-76.445686,-5.7812643)"
341
+ id="pattern2874-7-2-1-0-3"><g
342
+ transform="matrix(3.7795274,0,0,3.7795274,288.92857,-26.720982)"
343
+ id="g2781-1-7-7-0-3"><rect
344
+ style="opacity:1;vector-effect:none;fill:#212121;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0365544;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
345
+ id="rect2730-3-5-3-3-7"
346
+ width="0.15502979"
347
+ height="0.15502979"
348
+ x="-76.445686"
349
+ y="7.0699267" /><rect
350
+ style="display:inline;opacity:1;vector-effect:none;fill:#212121;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0365544;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
351
+ id="rect2730-5-8-3-9-8-8"
352
+ width="0.15502979"
353
+ height="0.15502979"
354
+ x="-76.290665"
355
+ y="7.224957" /><rect
356
+ style="display:inline;opacity:1;vector-effect:none;fill:#060606;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0365544;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
357
+ id="rect2730-5-5-1-3-1-1-2"
358
+ width="0.15502979"
359
+ height="0.15502979"
360
+ x="-76.290665"
361
+ y="7.0699267" /><rect
362
+ style="display:inline;opacity:1;vector-effect:none;fill:#060606;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0365544;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
363
+ id="rect2730-5-5-0-1-8-3-5-8"
364
+ width="0.15502979"
365
+ height="0.15502979"
366
+ x="-76.445686"
367
+ y="7.224957" /></g></pattern><clipPath
368
+ clipPathUnits="userSpaceOnUse"
369
+ id="clipPath2586"><path
370
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#292929;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000;stop-opacity:1"
371
+ d="m 22.509766,2.1699219 c -0.317894,0 -0.574219,0.2563261 -0.574219,0.5742188 0,0.3178919 0.256325,0.5761718 0.574219,0.5761718 h 13.564453 c 0.317892,0 0.574218,-0.2582797 0.57422,-0.5761718 0,-0.3178928 -0.256328,-0.5742188 -0.57422,-0.5742188 z m 0,0.041016 h 13.564453 c 0.296061,0 0.533202,0.2371418 0.533202,0.5332032 0,0.2960606 -0.237141,0.5351561 -0.533202,0.5351561 H 22.509766 c -0.296063,0 -0.533204,-0.2390953 -0.533204,-0.5351561 0,-0.2960615 0.237141,-0.5332032 0.533204,-0.5332032 z"
372
+ id="path2588" /></clipPath><pattern
373
+ patternUnits="userSpaceOnUse"
374
+ width="1.171848"
375
+ height="1.1718804"
376
+ patternTransform="matrix(0.26458334,0,0,0.26458334,-76.445686,-5.7812643)"
377
+ id="pattern2874-7-2-1-0-3-9"><g
378
+ transform="matrix(3.7795274,0,0,3.7795274,288.92857,-26.720982)"
379
+ id="g2781-1-7-7-0-3-3"><rect
380
+ style="opacity:1;vector-effect:none;fill:#212121;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0365544;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
381
+ id="rect2730-3-5-3-3-7-9"
382
+ width="0.15502979"
383
+ height="0.15502979"
384
+ x="-76.445686"
385
+ y="7.0699267" /><rect
386
+ style="display:inline;opacity:1;vector-effect:none;fill:#212121;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0365544;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
387
+ id="rect2730-5-8-3-9-8-8-1"
388
+ width="0.15502979"
389
+ height="0.15502979"
390
+ x="-76.290665"
391
+ y="7.224957" /><rect
392
+ style="display:inline;opacity:1;vector-effect:none;fill:#060606;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0365544;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
393
+ id="rect2730-5-5-1-3-1-1-2-2"
394
+ width="0.15502979"
395
+ height="0.15502979"
396
+ x="-76.290665"
397
+ y="7.0699267" /><rect
398
+ style="display:inline;opacity:1;vector-effect:none;fill:#060606;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0365544;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
399
+ id="rect2730-5-5-0-1-8-3-5-8-3"
400
+ width="0.15502979"
401
+ height="0.15502979"
402
+ x="-76.445686"
403
+ y="7.224957" /></g></pattern><clipPath
404
+ clipPathUnits="userSpaceOnUse"
405
+ id="clipPath2586-8"><path
406
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#292929;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000;stop-opacity:1"
407
+ d="m 22.509766,2.1699219 c -0.317894,0 -0.574219,0.2563261 -0.574219,0.5742188 0,0.3178919 0.256325,0.5761718 0.574219,0.5761718 h 13.564453 c 0.317892,0 0.574218,-0.2582797 0.57422,-0.5761718 0,-0.3178928 -0.256328,-0.5742188 -0.57422,-0.5742188 z m 0,0.041016 h 13.564453 c 0.296061,0 0.533202,0.2371418 0.533202,0.5332032 0,0.2960606 -0.237141,0.5351561 -0.533202,0.5351561 H 22.509766 c -0.296063,0 -0.533204,-0.2390953 -0.533204,-0.5351561 0,-0.2960615 0.237141,-0.5332032 0.533204,-0.5332032 z"
408
+ id="path2588-9" /></clipPath><clipPath
409
+ clipPathUnits="userSpaceOnUse"
410
+ id="clipPath1187"><rect
411
+ style="fill:#8194aa;stroke:none;stroke-width:3.71168;paint-order:stroke fill markers;stop-color:#000000"
412
+ id="rect1189"
413
+ width="297.31238"
414
+ height="155.27623"
415
+ x="298.43503"
416
+ y="-155.81021" /></clipPath><clipPath
417
+ clipPathUnits="userSpaceOnUse"
418
+ id="clipPath1187-1"><rect
419
+ style="fill:#8194aa;stroke:none;stroke-width:3.71168;paint-order:stroke fill markers;stop-color:#000000"
420
+ id="rect1189-8"
421
+ width="297.31238"
422
+ height="155.27623"
423
+ x="298.43503"
424
+ y="-155.81021" /></clipPath><clipPath
425
+ clipPathUnits="userSpaceOnUse"
426
+ id="clipPath1187-1-5"><rect
427
+ style="fill:#8194aa;stroke:none;stroke-width:3.71168;paint-order:stroke fill markers;stop-color:#000000"
428
+ id="rect1189-8-6"
429
+ width="297.31238"
430
+ height="155.27623"
431
+ x="298.43503"
432
+ y="-155.81021" /></clipPath><clipPath
433
+ clipPathUnits="userSpaceOnUse"
434
+ id="clipPath3010"><rect
435
+ style="fill:#005fff;fill-opacity:1;stroke:none;stroke-width:17.8871;paint-order:stroke fill markers;stop-color:#000000"
436
+ id="rect3012"
437
+ width="100.65156"
438
+ height="204.19612"
439
+ x="-246.83929"
440
+ y="-228.06664" /></clipPath><clipPath
441
+ clipPathUnits="userSpaceOnUse"
442
+ id="clipPath1"><rect
443
+ style="fill:#34ff48;fill-opacity:0.563567;stroke:none;stroke-width:3.4436"
444
+ id="rect2"
445
+ width="88.051949"
446
+ height="180.27147"
447
+ x="183.78531"
448
+ y="-84.176743" /></clipPath><clipPath
449
+ clipPathUnits="userSpaceOnUse"
450
+ id="clipPath16"><rect
451
+ style="fill:#34ff48;fill-opacity:0.563567;stroke:none;stroke-width:3.44359"
452
+ id="rect16"
453
+ width="88.051949"
454
+ height="180.27147"
455
+ x="183.80907"
456
+ y="-84.509171" /></clipPath><linearGradient
457
+ xlink:href="#linearGradient20"
458
+ id="linearGradient9"
459
+ x1="305.22473"
460
+ y1="62.325741"
461
+ x2="305.22473"
462
+ y2="85.161827"
463
+ gradientUnits="userSpaceOnUse"
464
+ gradientTransform="translate(-11.102532)" /><linearGradient
465
+ xlink:href="#linearGradient20"
466
+ id="linearGradient12"
467
+ gradientUnits="userSpaceOnUse"
468
+ gradientTransform="translate(-103.31259,-9.782559)"
469
+ x1="305.22473"
470
+ y1="62.325741"
471
+ x2="305.22473"
472
+ y2="75.992447" /><linearGradient
473
+ xlink:href="#linearGradient20"
474
+ id="linearGradient15"
475
+ gradientUnits="userSpaceOnUse"
476
+ gradientTransform="translate(-103.31259,-24.726991)"
477
+ x1="305.22473"
478
+ y1="62.325741"
479
+ x2="305.22473"
480
+ y2="70.357491" /><linearGradient
481
+ xlink:href="#linearGradient20"
482
+ id="linearGradient14"
483
+ gradientUnits="userSpaceOnUse"
484
+ gradientTransform="translate(-103.31259,9.0060777)"
485
+ x1="305.22473"
486
+ y1="62.325741"
487
+ x2="305.22473"
488
+ y2="75.992447" /><filter
489
+ style="color-interpolation-filters:sRGB"
490
+ id="filter4"
491
+ x="-0.0046279074"
492
+ y="-0.0022193307"
493
+ width="1.0092558"
494
+ height="1.0044387"><feGaussianBlur
495
+ stdDeviation="0.17726949"
496
+ id="feGaussianBlur4" /></filter><filter
497
+ style="color-interpolation-filters:sRGB"
498
+ id="filter5343"
499
+ x="-0.19227619"
500
+ width="1.3845524"
501
+ y="-0.082464501"
502
+ height="1.164929"><feGaussianBlur
503
+ stdDeviation="0.030983682"
504
+ id="feGaussianBlur5345" /></filter><filter
505
+ style="color-interpolation-filters:sRGB"
506
+ id="filter5347"
507
+ x="-0.10877967"
508
+ width="1.2175593"
509
+ y="-0.082313926"
510
+ height="1.1646279"><feGaussianBlur
511
+ stdDeviation="0.030983682"
512
+ id="feGaussianBlur5349" /></filter><linearGradient
513
+ xlink:href="#linearGradient26128"
514
+ id="linearGradient26130"
515
+ x1="39.382565"
516
+ y1="1.3978949"
517
+ x2="39.382565"
518
+ y2="2.0960436"
519
+ gradientUnits="userSpaceOnUse"
520
+ gradientTransform="matrix(1.0357138,0,0,1.2000355,-2.230021,-0.3326063)" /><linearGradient
521
+ id="linearGradient26128"><stop
522
+ style="stop-color:#000000;stop-opacity:1;"
523
+ offset="0"
524
+ id="stop26753" /><stop
525
+ style="stop-color:#212121;stop-opacity:1;"
526
+ offset="1"
527
+ id="stop26126" /></linearGradient></defs><metadata
528
+ id="metadata5"><rdf:RDF><cc:Work
529
+ rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
530
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><g
531
+ id="g16"
532
+ transform="translate(-199.99623,0.0506144)"><path
533
+ id="rect17160-9-0-0"
534
+ style="fill:#6a5f56;fill-opacity:1;stroke-width:0.271631;stop-color:#000000"
535
+ d="m 293.90107,62.205079 h -1.40795 c -0.1225,0 -0.22113,0.09862 -0.22113,0.22113 v 22.659838 c 0,0.122506 0.0986,0.22113 0.22113,0.22113 h 1.40795 c 0.1225,0 0.22113,-0.09862 0.22113,-0.22113 V 62.426209 c 0,-0.122506 -0.0986,-0.22113 -0.22113,-0.22113 z" /><path
536
+ id="rect17160-5-4-4-4"
537
+ style="fill:url(#linearGradient9);fill-opacity:1;stroke-width:0.264137;stop-color:#000000"
538
+ d="m 293.91359,62.291085 h -1.43298 c -0.11558,0 -0.20862,0.09325 -0.20862,0.209095 v 22.511893 c 0,0.11584 0.093,0.209097 0.20862,0.209097 h 1.43298 c 0.11557,0 0.20861,-0.09325 0.20861,-0.209097 V 62.50018 c 0,-0.115839 -0.093,-0.209095 -0.20861,-0.209095 z" /><path
539
+ id="rect17160-9-0-0-9"
540
+ style="fill:#6a5f56;fill-opacity:1;stroke-width:0.271631;stop-color:#000000"
541
+ d="m 201.69101,52.422519 h -1.40795 c -0.1225,0 -0.22113,0.09862 -0.22113,0.22113 v 13.474122 c 0,0.122506 0.0986,0.22113 0.22113,0.22113 h 1.40795 c 0.1225,0 0.22113,-0.09862 0.22113,-0.22113 V 52.643649 c 0,-0.122506 -0.0986,-0.22113 -0.22113,-0.22113 z" /><path
542
+ id="rect17160-5-4-4-4-3"
543
+ style="fill:url(#linearGradient12);fill-opacity:1;stroke-width:0.264137;stop-color:#000000"
544
+ d="m 201.70353,52.508525 h -1.43298 c -0.11558,0 -0.20862,0.09325 -0.20862,0.209095 v 13.326177 c 0,0.11584 0.093,0.209097 0.20862,0.209097 h 1.43298 c 0.11557,0 0.20861,-0.09325 0.20861,-0.209097 V 52.71762 c 0,-0.115839 -0.093,-0.209095 -0.20861,-0.209095 z" /><path
545
+ id="rect17160-9-0-0-9-1"
546
+ style="fill:#6a5f56;fill-opacity:1;stroke-width:0.271631;stop-color:#000000"
547
+ d="m 201.69101,37.478087 h -1.40795 c -0.1225,0 -0.22113,0.09862 -0.22113,0.22113 v 7.838446 c 0,0.122506 0.0986,0.22113 0.22113,0.22113 h 1.40795 c 0.1225,0 0.22113,-0.09862 0.22113,-0.22113 v -7.838446 c 0,-0.122506 -0.0986,-0.22113 -0.22113,-0.22113 z" /><path
548
+ id="rect17160-5-4-4-4-3-6"
549
+ style="fill:url(#linearGradient15);fill-opacity:1;stroke-width:0.264137;stop-color:#000000"
550
+ d="m 201.70353,37.564093 h -1.43298 c -0.11558,0 -0.20862,0.09325 -0.20862,0.209095 v 7.690501 c 0,0.11584 0.093,0.209097 0.20862,0.209097 h 1.43298 c 0.11557,0 0.20861,-0.09325 0.20861,-0.209097 v -7.690501 c 0,-0.115839 -0.093,-0.209095 -0.20861,-0.209095 z" /><path
551
+ id="rect17160-9-0-0-9-4"
552
+ style="fill:#6a5f56;fill-opacity:1;stroke-width:0.271631;stop-color:#000000"
553
+ d="m 201.69101,71.211156 h -1.40795 c -0.1225,0 -0.22113,0.09862 -0.22113,0.22113 v 13.474122 c 0,0.122506 0.0986,0.22113 0.22113,0.22113 h 1.40795 c 0.1225,0 0.22113,-0.09862 0.22113,-0.22113 V 71.432286 c 0,-0.122506 -0.0986,-0.22113 -0.22113,-0.22113 z" /><path
554
+ id="rect17160-5-4-4-4-3-0"
555
+ style="fill:url(#linearGradient14);fill-opacity:1;stroke-width:0.264137;stop-color:#000000"
556
+ d="m 201.70353,71.297162 h -1.43298 c -0.11558,0 -0.20862,0.09325 -0.20862,0.209095 v 13.326177 c 0,0.11584 0.093,0.209097 0.20862,0.209097 h 1.43298 c 0.11557,0 0.20861,-0.09325 0.20861,-0.209097 V 71.506257 c 0,-0.115839 -0.093,-0.209095 -0.20861,-0.209095 z" /></g><rect
557
+ style="fill:#73675d;fill-opacity:1;stroke:none;stroke-width:2.01436"
558
+ id="rect3"
559
+ width="92.953682"
560
+ height="192.91783"
561
+ x="0.61897266"
562
+ y="0.11400532"
563
+ ry="15.627288" /><rect
564
+ style="mix-blend-mode:normal;fill:#e3cebc;fill-opacity:1;stroke:none;stroke-width:4.49668;filter:url(#filter4)"
565
+ id="rect4"
566
+ width="91.930702"
567
+ height="191.70049"
568
+ x="1.1304778"
569
+ y="0.72266889"
570
+ ry="15.361994" /><path
571
+ id="rect3-6"
572
+ style="fill:#3d332c;fill-opacity:0.29536402;stroke:none;stroke-width:2.01436"
573
+ d="M 72.40289,0.1141765 V 20.511382 H 0.619149 v 1.296045 H 93.57265 V 20.511382 H 73.69893 V 0.1141765 Z M 0.619149,171.33835 v 1.29605 h 19.87321 v 20.3972 h 1.29604 V 172.6344 H 93.57265 v -1.29605 z" /><rect
574
+ style="fill:#111111;fill-opacity:1;stroke:none;stroke-width:4.9161"
575
+ id="rect5"
576
+ width="90.405319"
577
+ height="190.45601"
578
+ x="1.893175"
579
+ y="1.3449166"
580
+ ry="14.837283" /><rect
581
+ style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.52333"
582
+ id="rect6"
583
+ width="87.924065"
584
+ height="188.56433"
585
+ x="3.1338062"
586
+ y="2.2907555"
587
+ ry="14.174931" /><rect
588
+ style="fill:#333333;fill-opacity:1;stroke:none;stroke-width:0.830858"
589
+ id="rect7"
590
+ width="85.954826"
591
+ height="186.88719"
592
+ x="4.1184225"
593
+ y="3.1293252"
594
+ ry="13.340208" /><g
595
+ id="g2"
596
+ transform="translate(-200.22589,0.0506144)"><rect
597
+ style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
598
+ id="rect16441"
599
+ width="27.19771"
600
+ height="8.0999603"
601
+ x="233.72289"
602
+ y="5.938086"
603
+ ry="4.0499802" /><g
604
+ id="g1832"
605
+ transform="matrix(1.7055481,0,0,1.7055481,159.18391,-13.506151)"><circle
606
+ style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#0a0a0a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.025818;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
607
+ id="path5263"
608
+ cx="57.21339"
609
+ cy="13.775171"
610
+ r="1.3121531" /><circle
611
+ style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#0c0e11;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0198752;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
612
+ id="path5265"
613
+ cx="57.21339"
614
+ cy="13.775171"
615
+ r="0.8093546" /><circle
616
+ style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#12171e;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0198752;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
617
+ id="path5267"
618
+ cx="57.21339"
619
+ cy="13.775171"
620
+ r="0.61666459" /><path
621
+ style="display:inline;fill:#425a72;fill-opacity:0.299338;fill-rule:evenodd;stroke:none;stroke-width:0.0264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter5343)"
622
+ d="m -47.128431,5.4302366 c -0.09735,0.010246 -0.235679,0.1588277 -0.245928,0.4508659 -0.01024,0.292038 0.117842,0.4508656 0.189571,0.4508656 0.07173,0 0.368889,-0.4252483 0.05635,-0.9017315 z"
623
+ id="path5271"
624
+ transform="matrix(0.75118992,0,0,0.75118992,92.191291,9.2834671)" /><path
625
+ style="display:inline;fill:#425a72;fill-opacity:0.299338;fill-rule:evenodd;stroke:none;stroke-width:0.0264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter5347)"
626
+ d="m -46.429328,5.3279691 c -0.153553,0.047247 -0.183083,0.2952938 -0.177178,0.4370348 0.0059,0.1417412 0.206706,0.5138116 0.448847,0.4311293 0.242142,-0.082682 0.283483,-0.3897882 0.183084,-0.5964939 -0.100401,-0.2067057 -0.283483,-0.3543525 -0.454753,-0.2716702 z"
627
+ id="path5273"
628
+ transform="matrix(0.75118992,0,0,0.75118992,92.191291,9.2834671)" /></g></g><path
629
+ id="path14224"
630
+ style="fill:url(#linearGradient26130);fill-opacity:1;stroke:none;stroke-width:0.294971px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
631
+ d="m 36.464499,1.3449166 c 1.08886,0 1.0607,0.259711 1.28614,0.5544016 0.16443,0.2149354 0.37624,0.283402 0.79319,0.283402 h 17.10403 c 0.41695,0 0.62823,-0.068467 0.79266,-0.283402 0.22544,-0.2946906 0.19781,-0.5544016 1.28667,-0.5544016 z" /></svg>