@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,713 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg
3
+ width="360"
4
+ height="730"
5
+ viewBox="0 0 95.25 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="linearGradient4"><stop
17
+ style="stop-color:#d3d3e8;stop-opacity:1;"
18
+ offset="0"
19
+ id="stop1" /><stop
20
+ style="stop-color:#707498;stop-opacity:1;"
21
+ offset="0.26727331"
22
+ id="stop2" /><stop
23
+ style="stop-color:#5b5d84;stop-opacity:1;"
24
+ offset="0.91121495"
25
+ id="stop3" /><stop
26
+ style="stop-color:#4a5088;stop-opacity:1;"
27
+ offset="1"
28
+ id="stop4" /></linearGradient><linearGradient
29
+ id="linearGradient821"><stop
30
+ style="stop-color:#000000;stop-opacity:1;"
31
+ offset="0"
32
+ id="stop817" /><stop
33
+ style="stop-color:#000000;stop-opacity:0;"
34
+ offset="1"
35
+ id="stop819" /></linearGradient><clipPath
36
+ clipPathUnits="userSpaceOnUse"
37
+ id="clipPath4960"><path
38
+ 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"
39
+ 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"
40
+ id="path4962" /></clipPath><clipPath
41
+ clipPathUnits="userSpaceOnUse"
42
+ id="clipPath5059"><path
43
+ 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"
44
+ 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"
45
+ id="path5061" /></clipPath><clipPath
46
+ clipPathUnits="userSpaceOnUse"
47
+ id="clipPath5401"><rect
48
+ 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"
49
+ id="rect5403"
50
+ width="4.3765388"
51
+ height="7.4167299"
52
+ x="-13.8777"
53
+ y="25.856594"
54
+ ry="0.45101735" /></clipPath><clipPath
55
+ clipPathUnits="userSpaceOnUse"
56
+ id="clipPath5589"><path
57
+ id="path5591"
58
+ 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"
59
+ 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
60
+ clipPathUnits="userSpaceOnUse"
61
+ id="clipPath5589-7"><path
62
+ id="path5591-5"
63
+ 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"
64
+ 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
65
+ clipPathUnits="userSpaceOnUse"
66
+ id="clipPath5738"><path
67
+ id="path5740"
68
+ 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"
69
+ 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
70
+ clipPathUnits="userSpaceOnUse"
71
+ id="clipPath922"><rect
72
+ 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"
73
+ id="rect924"
74
+ width="77.201637"
75
+ height="33.545391"
76
+ x="-67.752235"
77
+ y="-14.211905" /></clipPath><clipPath
78
+ clipPathUnits="userSpaceOnUse"
79
+ id="clipPath972"><rect
80
+ 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"
81
+ id="rect974"
82
+ width="253.12003"
83
+ height="506.59415"
84
+ x="-527.82013"
85
+ y="-172.67062" /></clipPath><mask
86
+ maskUnits="userSpaceOnUse"
87
+ id="mask1062"><path
88
+ 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"
89
+ 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"
90
+ id="path1064" /></mask><pattern
91
+ patternUnits="userSpaceOnUse"
92
+ width="1.171848"
93
+ height="1.1718804"
94
+ patternTransform="matrix(0.26458334,0,0,0.26458334,-76.445686,-5.7812643)"
95
+ id="pattern2874"><g
96
+ transform="matrix(3.7795274,0,0,3.7795274,288.92857,-26.720982)"
97
+ id="g2781"><rect
98
+ 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"
99
+ id="rect2730"
100
+ width="0.15502979"
101
+ height="0.15502979"
102
+ x="-76.445686"
103
+ y="7.0699267" /><rect
104
+ 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"
105
+ id="rect2730-5"
106
+ width="0.15502979"
107
+ height="0.15502979"
108
+ x="-76.290665"
109
+ y="7.224957" /><rect
110
+ 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"
111
+ id="rect2730-5-5"
112
+ width="0.15502979"
113
+ height="0.15502979"
114
+ x="-76.290665"
115
+ y="7.0699267" /><rect
116
+ 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"
117
+ id="rect2730-5-5-0"
118
+ width="0.15502979"
119
+ height="0.15502979"
120
+ x="-76.445686"
121
+ y="7.224957" /></g></pattern><clipPath
122
+ clipPathUnits="userSpaceOnUse"
123
+ id="clipPath5738-4"><path
124
+ id="path5740-9"
125
+ 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"
126
+ 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
127
+ clipPathUnits="userSpaceOnUse"
128
+ id="clipPath5401-9"><rect
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"
130
+ id="rect5403-9"
131
+ width="4.3765388"
132
+ height="7.4167299"
133
+ x="-13.8777"
134
+ y="25.856594"
135
+ ry="0.45101735" /></clipPath><clipPath
136
+ clipPathUnits="userSpaceOnUse"
137
+ id="clipPath5589-3"><path
138
+ id="path5591-6"
139
+ 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"
140
+ 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
141
+ clipPathUnits="userSpaceOnUse"
142
+ id="clipPath5589-7-8"><path
143
+ id="path5591-5-3"
144
+ 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"
145
+ 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
146
+ clipPathUnits="userSpaceOnUse"
147
+ id="clipPath4960-5"><path
148
+ 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"
149
+ 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"
150
+ id="path4962-4" /></clipPath><pattern
151
+ patternUnits="userSpaceOnUse"
152
+ width="1.171848"
153
+ height="1.1718804"
154
+ patternTransform="matrix(0.26458334,0,0,0.26458334,-76.445686,-5.7812643)"
155
+ id="pattern2874-7"><g
156
+ transform="matrix(3.7795274,0,0,3.7795274,288.92857,-26.720982)"
157
+ id="g2781-1"><rect
158
+ 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"
159
+ id="rect2730-3"
160
+ width="0.15502979"
161
+ height="0.15502979"
162
+ x="-76.445686"
163
+ y="7.0699267" /><rect
164
+ 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"
165
+ id="rect2730-5-8"
166
+ width="0.15502979"
167
+ height="0.15502979"
168
+ x="-76.290665"
169
+ y="7.224957" /><rect
170
+ 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"
171
+ id="rect2730-5-5-1"
172
+ width="0.15502979"
173
+ height="0.15502979"
174
+ x="-76.290665"
175
+ y="7.0699267" /><rect
176
+ 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"
177
+ id="rect2730-5-5-0-1"
178
+ width="0.15502979"
179
+ height="0.15502979"
180
+ x="-76.445686"
181
+ y="7.224957" /></g></pattern><clipPath
182
+ clipPathUnits="userSpaceOnUse"
183
+ id="clipPath948"><rect
184
+ 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"
185
+ id="rect950"
186
+ width="161.20644"
187
+ height="317.73975"
188
+ x="-280.93082"
189
+ y="-83.752052" /></clipPath><clipPath
190
+ clipPathUnits="userSpaceOnUse"
191
+ id="clipPath967"><rect
192
+ style="fill:#6ecb55;fill-opacity:0.540323;stroke:none;stroke-width:0.405315;stroke-linecap:round;stroke-linejoin:round"
193
+ id="rect969"
194
+ width="84.888893"
195
+ height="172.10544"
196
+ x="81.619461"
197
+ y="-32.789757" /></clipPath><mask
198
+ maskUnits="userSpaceOnUse"
199
+ id="mask2042"><path
200
+ 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"
201
+ 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"
202
+ id="path2044" /></mask><clipPath
203
+ clipPathUnits="userSpaceOnUse"
204
+ id="clipPath2353"><rect
205
+ 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"
206
+ id="rect2355"
207
+ width="355.61673"
208
+ height="728.3255"
209
+ x="2.1916344"
210
+ y="-3.1627369"
211
+ ry="55.641438" /></clipPath><clipPath
212
+ clipPathUnits="userSpaceOnUse"
213
+ id="clipPath1745"><rect
214
+ style="display:inline;fill:#f7d82b;fill-opacity:0.451613;stroke:none;stroke-width:44.958;stroke-linecap:round"
215
+ id="rect1747"
216
+ width="61.664673"
217
+ height="124.69236"
218
+ x="-114.9855"
219
+ y="112.05054" /></clipPath><pattern
220
+ patternUnits="userSpaceOnUse"
221
+ width="1.171848"
222
+ height="1.1718804"
223
+ patternTransform="matrix(0.26458334,0,0,0.26458334,-76.445686,-5.7812643)"
224
+ id="pattern2874-7-2"><g
225
+ transform="matrix(3.7795274,0,0,3.7795274,288.92857,-26.720982)"
226
+ id="g2781-1-7"><rect
227
+ 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"
228
+ id="rect2730-3-5"
229
+ width="0.15502979"
230
+ height="0.15502979"
231
+ x="-76.445686"
232
+ y="7.0699267" /><rect
233
+ 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"
234
+ id="rect2730-5-8-3"
235
+ width="0.15502979"
236
+ height="0.15502979"
237
+ x="-76.290665"
238
+ y="7.224957" /><rect
239
+ 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"
240
+ id="rect2730-5-5-1-3"
241
+ width="0.15502979"
242
+ height="0.15502979"
243
+ x="-76.290665"
244
+ y="7.0699267" /><rect
245
+ 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"
246
+ id="rect2730-5-5-0-1-8"
247
+ width="0.15502979"
248
+ height="0.15502979"
249
+ x="-76.445686"
250
+ y="7.224957" /></g></pattern><pattern
251
+ patternUnits="userSpaceOnUse"
252
+ width="1.171848"
253
+ height="1.1718804"
254
+ patternTransform="matrix(0.26458334,0,0,0.26458334,-76.445686,-5.7812643)"
255
+ id="pattern2874-7-2-1"><g
256
+ transform="matrix(3.7795274,0,0,3.7795274,288.92857,-26.720982)"
257
+ id="g2781-1-7-7"><rect
258
+ 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"
259
+ id="rect2730-3-5-3"
260
+ width="0.15502979"
261
+ height="0.15502979"
262
+ x="-76.445686"
263
+ y="7.0699267" /><rect
264
+ 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"
265
+ id="rect2730-5-8-3-9"
266
+ width="0.15502979"
267
+ height="0.15502979"
268
+ x="-76.290665"
269
+ y="7.224957" /><rect
270
+ 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"
271
+ id="rect2730-5-5-1-3-1"
272
+ width="0.15502979"
273
+ height="0.15502979"
274
+ x="-76.290665"
275
+ y="7.0699267" /><rect
276
+ 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"
277
+ id="rect2730-5-5-0-1-8-3"
278
+ width="0.15502979"
279
+ height="0.15502979"
280
+ x="-76.445686"
281
+ y="7.224957" /></g></pattern><pattern
282
+ patternUnits="userSpaceOnUse"
283
+ width="1.171848"
284
+ height="1.1718804"
285
+ patternTransform="matrix(0.26458334,0,0,0.26458334,-76.445686,-5.7812643)"
286
+ id="pattern2874-7-2-1-0"><g
287
+ transform="matrix(3.7795274,0,0,3.7795274,288.92857,-26.720982)"
288
+ id="g2781-1-7-7-0"><rect
289
+ 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"
290
+ id="rect2730-3-5-3-3"
291
+ width="0.15502979"
292
+ height="0.15502979"
293
+ x="-76.445686"
294
+ y="7.0699267" /><rect
295
+ 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"
296
+ id="rect2730-5-8-3-9-8"
297
+ width="0.15502979"
298
+ height="0.15502979"
299
+ x="-76.290665"
300
+ y="7.224957" /><rect
301
+ 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"
302
+ id="rect2730-5-5-1-3-1-1"
303
+ width="0.15502979"
304
+ height="0.15502979"
305
+ x="-76.290665"
306
+ y="7.0699267" /><rect
307
+ 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"
308
+ id="rect2730-5-5-0-1-8-3-5"
309
+ width="0.15502979"
310
+ height="0.15502979"
311
+ x="-76.445686"
312
+ y="7.224957" /></g></pattern><pattern
313
+ patternUnits="userSpaceOnUse"
314
+ width="1.171848"
315
+ height="1.1718804"
316
+ patternTransform="matrix(0.26458334,0,0,0.26458334,-76.445686,-5.7812643)"
317
+ id="pattern2874-7-2-1-0-3"><g
318
+ transform="matrix(3.7795274,0,0,3.7795274,288.92857,-26.720982)"
319
+ id="g2781-1-7-7-0-3"><rect
320
+ 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"
321
+ id="rect2730-3-5-3-3-7"
322
+ width="0.15502979"
323
+ height="0.15502979"
324
+ x="-76.445686"
325
+ y="7.0699267" /><rect
326
+ 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"
327
+ id="rect2730-5-8-3-9-8-8"
328
+ width="0.15502979"
329
+ height="0.15502979"
330
+ x="-76.290665"
331
+ y="7.224957" /><rect
332
+ 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"
333
+ id="rect2730-5-5-1-3-1-1-2"
334
+ width="0.15502979"
335
+ height="0.15502979"
336
+ x="-76.290665"
337
+ y="7.0699267" /><rect
338
+ 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"
339
+ id="rect2730-5-5-0-1-8-3-5-8"
340
+ width="0.15502979"
341
+ height="0.15502979"
342
+ x="-76.445686"
343
+ y="7.224957" /></g></pattern><clipPath
344
+ clipPathUnits="userSpaceOnUse"
345
+ id="clipPath2586"><path
346
+ 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"
347
+ 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"
348
+ id="path2588" /></clipPath><clipPath
349
+ clipPathUnits="userSpaceOnUse"
350
+ id="clipPath981"><rect
351
+ style="fill:#648bab;stroke-width:0.390385;stroke-linecap:round;stroke-linejoin:round;stop-color:#000000"
352
+ id="rect983"
353
+ width="78.45462"
354
+ height="155.37715"
355
+ x="-72.956764"
356
+ y="-68.521217" /></clipPath><clipPath
357
+ clipPathUnits="userSpaceOnUse"
358
+ id="clipPath2353-3"><rect
359
+ 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"
360
+ id="rect2355-8"
361
+ width="355.61673"
362
+ height="728.3255"
363
+ x="2.1916344"
364
+ y="-3.1627369"
365
+ ry="55.641438" /></clipPath><filter
366
+ style="color-interpolation-filters:sRGB"
367
+ id="filter2409-8"
368
+ x="-0.0066088708"
369
+ width="1.0132177"
370
+ y="-0.0032087157"
371
+ height="1.0064174"><feGaussianBlur
372
+ stdDeviation="0.96852657"
373
+ id="feGaussianBlur2411-4" /></filter><filter
374
+ style="color-interpolation-filters:sRGB"
375
+ id="filter5343-7"
376
+ x="-0.19227619"
377
+ width="1.3845524"
378
+ y="-0.082464501"
379
+ height="1.164929"><feGaussianBlur
380
+ stdDeviation="0.030983682"
381
+ id="feGaussianBlur5345-1" /></filter><filter
382
+ style="color-interpolation-filters:sRGB"
383
+ id="filter5347-9"
384
+ x="-0.10877967"
385
+ width="1.2175593"
386
+ y="-0.082313925"
387
+ height="1.1646278"><feGaussianBlur
388
+ stdDeviation="0.030983682"
389
+ id="feGaussianBlur5349-7" /></filter><pattern
390
+ patternTransform="matrix(0.20347652,0,0,0.20347652,-55.330551,-9.271854)"
391
+ id="pattern3129-5"
392
+ xlink:href="#pattern2874-7-2-1-0-3-1" /><pattern
393
+ patternUnits="userSpaceOnUse"
394
+ width="1.171848"
395
+ height="1.1718804"
396
+ patternTransform="matrix(0.26458334,0,0,0.26458334,-76.445686,-5.7812643)"
397
+ id="pattern2874-7-2-1-0-3-1"><g
398
+ transform="matrix(3.7795274,0,0,3.7795274,288.92857,-26.720982)"
399
+ id="g2781-1-7-7-0-3-7"><rect
400
+ 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"
401
+ id="rect2730-3-5-3-3-7-9"
402
+ width="0.15502979"
403
+ height="0.15502979"
404
+ x="-76.445686"
405
+ y="7.0699267" /><rect
406
+ 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"
407
+ id="rect2730-5-8-3-9-8-8-7"
408
+ width="0.15502979"
409
+ height="0.15502979"
410
+ x="-76.290665"
411
+ y="7.224957" /><rect
412
+ 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"
413
+ id="rect2730-5-5-1-3-1-1-2-1"
414
+ width="0.15502979"
415
+ height="0.15502979"
416
+ x="-76.290665"
417
+ y="7.0699267" /><rect
418
+ 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"
419
+ id="rect2730-5-5-0-1-8-3-5-8-9"
420
+ width="0.15502979"
421
+ height="0.15502979"
422
+ x="-76.445686"
423
+ y="7.224957" /></g></pattern><clipPath
424
+ clipPathUnits="userSpaceOnUse"
425
+ id="clipPath2586-4"><path
426
+ 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"
427
+ 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"
428
+ id="path2588-5" /></clipPath><filter
429
+ style="color-interpolation-filters:sRGB"
430
+ id="filter2810-4"
431
+ x="-0.075964987"
432
+ width="1.15193"
433
+ y="-3.1550879"
434
+ height="7.3101759"><feGaussianBlur
435
+ stdDeviation="0.46442349"
436
+ id="feGaussianBlur2812-4" /></filter><pattern
437
+ patternUnits="userSpaceOnUse"
438
+ width="1.171848"
439
+ height="1.1718804"
440
+ patternTransform="matrix(0.26458334,0,0,0.26458334,-76.445686,-5.7812643)"
441
+ id="pattern2874-7-2-1-0-3-5"><g
442
+ transform="matrix(3.7795274,0,0,3.7795274,288.92857,-26.720982)"
443
+ id="g2781-1-7-7-0-3-1"><rect
444
+ 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"
445
+ id="rect2730-3-5-3-3-7-8"
446
+ width="0.15502979"
447
+ height="0.15502979"
448
+ x="-76.445686"
449
+ y="7.0699267" /><rect
450
+ 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"
451
+ id="rect2730-5-8-3-9-8-8-2"
452
+ width="0.15502979"
453
+ height="0.15502979"
454
+ x="-76.290665"
455
+ y="7.224957" /><rect
456
+ 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"
457
+ id="rect2730-5-5-1-3-1-1-2-9"
458
+ width="0.15502979"
459
+ height="0.15502979"
460
+ x="-76.290665"
461
+ y="7.0699267" /><rect
462
+ 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"
463
+ id="rect2730-5-5-0-1-8-3-5-8-3"
464
+ width="0.15502979"
465
+ height="0.15502979"
466
+ x="-76.445686"
467
+ y="7.224957" /></g></pattern><clipPath
468
+ clipPathUnits="userSpaceOnUse"
469
+ id="clipPath2586-6"><path
470
+ 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"
471
+ 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"
472
+ id="path2588-8" /></clipPath><clipPath
473
+ clipPathUnits="userSpaceOnUse"
474
+ id="clipPath2353-7"><rect
475
+ 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"
476
+ id="rect2355-3"
477
+ width="355.61673"
478
+ height="728.3255"
479
+ x="2.1916344"
480
+ y="-3.1627369"
481
+ ry="55.641438" /></clipPath><pattern
482
+ patternUnits="userSpaceOnUse"
483
+ width="1.171848"
484
+ height="1.1718804"
485
+ patternTransform="matrix(0.26458334,0,0,0.26458334,-76.445686,-5.7812643)"
486
+ id="pattern2874-7-2-1-0-3-5-6"><g
487
+ transform="matrix(3.7795274,0,0,3.7795274,288.92857,-26.720982)"
488
+ id="g2781-1-7-7-0-3-1-0"><rect
489
+ 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"
490
+ id="rect2730-3-5-3-3-7-8-9"
491
+ width="0.15502979"
492
+ height="0.15502979"
493
+ x="-76.445686"
494
+ y="7.0699267" /><rect
495
+ 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"
496
+ id="rect2730-5-8-3-9-8-8-2-1"
497
+ width="0.15502979"
498
+ height="0.15502979"
499
+ x="-76.290665"
500
+ y="7.224957" /><rect
501
+ 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"
502
+ id="rect2730-5-5-1-3-1-1-2-9-9"
503
+ width="0.15502979"
504
+ height="0.15502979"
505
+ x="-76.290665"
506
+ y="7.0699267" /><rect
507
+ 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"
508
+ id="rect2730-5-5-0-1-8-3-5-8-3-7"
509
+ width="0.15502979"
510
+ height="0.15502979"
511
+ x="-76.445686"
512
+ y="7.224957" /></g></pattern><clipPath
513
+ clipPathUnits="userSpaceOnUse"
514
+ id="clipPath2586-6-4"><path
515
+ 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"
516
+ 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"
517
+ id="path2588-8-0" /></clipPath><clipPath
518
+ clipPathUnits="userSpaceOnUse"
519
+ id="clipPath2353-7-7"><rect
520
+ 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"
521
+ id="rect2355-3-7"
522
+ width="355.61673"
523
+ height="728.3255"
524
+ x="2.1916344"
525
+ y="-3.1627369"
526
+ ry="55.641438" /></clipPath><clipPath
527
+ clipPathUnits="userSpaceOnUse"
528
+ id="clipPath1"><rect
529
+ style="fill:#88aa00;fill-opacity:0.461864;stroke-width:1.73044"
530
+ id="rect2"
531
+ width="135.53304"
532
+ height="274.88336"
533
+ x="429.83624"
534
+ y="-85.780159" /></clipPath><linearGradient
535
+ xlink:href="#linearGradient4"
536
+ id="linearGradient7"
537
+ x1="188.60878"
538
+ y1="58.76923"
539
+ x2="188.60878"
540
+ y2="81.310585"
541
+ gradientUnits="userSpaceOnUse"
542
+ gradientTransform="translate(6.3169274)" /><linearGradient
543
+ xlink:href="#linearGradient4"
544
+ id="linearGradient14"
545
+ gradientUnits="userSpaceOnUse"
546
+ gradientTransform="translate(-84.616634,-5.0129044)"
547
+ x1="188.60878"
548
+ y1="58.76923"
549
+ x2="188.60878"
550
+ y2="72.961754" /><linearGradient
551
+ xlink:href="#linearGradient4"
552
+ id="linearGradient9"
553
+ gradientUnits="userSpaceOnUse"
554
+ gradientTransform="translate(-85.734515,-19.000031)"
555
+ x1="188.60878"
556
+ y1="58.76923"
557
+ x2="188.60878"
558
+ y2="65.617485" /><filter
559
+ style="color-interpolation-filters:sRGB"
560
+ id="filter5"
561
+ x="-0.0084998701"
562
+ y="-0.0040727793"
563
+ width="1.0169997"
564
+ height="1.0081456"><feGaussianBlur
565
+ stdDeviation="0.21321584"
566
+ id="feGaussianBlur5" /></filter><linearGradient
567
+ xlink:href="#linearGradient26128"
568
+ id="linearGradient26130"
569
+ x1="39.382565"
570
+ y1="1.3978949"
571
+ x2="39.382565"
572
+ y2="2.0960436"
573
+ gradientUnits="userSpaceOnUse"
574
+ gradientTransform="matrix(0.89975521,0,0,0.89975521,4.7741821,0.01109289)" /><linearGradient
575
+ id="linearGradient26128"><stop
576
+ style="stop-color:#000000;stop-opacity:1;"
577
+ offset="0"
578
+ id="stop26753" /><stop
579
+ style="stop-color:#212121;stop-opacity:1;"
580
+ offset="1"
581
+ id="stop26126" /></linearGradient><filter
582
+ style="color-interpolation-filters:sRGB"
583
+ id="filter5343-0"
584
+ x="-0.19227619"
585
+ width="1.3845524"
586
+ y="-0.082464501"
587
+ height="1.164929"><feGaussianBlur
588
+ stdDeviation="0.030983682"
589
+ id="feGaussianBlur5345-8" /></filter><filter
590
+ style="color-interpolation-filters:sRGB"
591
+ id="filter5347-6"
592
+ x="-0.10877967"
593
+ width="1.2175593"
594
+ y="-0.082313926"
595
+ height="1.1646279"><feGaussianBlur
596
+ stdDeviation="0.030983682"
597
+ id="feGaussianBlur5349-2" /></filter><linearGradient
598
+ xlink:href="#linearGradient4"
599
+ id="linearGradient1"
600
+ gradientUnits="userSpaceOnUse"
601
+ gradientTransform="translate(-84.616634,-5.0129044)"
602
+ x1="188.60878"
603
+ y1="58.76923"
604
+ x2="188.60878"
605
+ y2="72.961754" /></defs><metadata
606
+ id="metadata5"><rdf:RDF><cc:Work
607
+ rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
608
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><g
609
+ id="g11"
610
+ transform="translate(-101.52873,-0.08877711)"><path
611
+ id="rect2415-6-8"
612
+ style="display:inline;fill:#363c71;fill-opacity:1;stroke:none;stroke-width:1.0478;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
613
+ d="m 194.04212,58.442204 h 2.27465 c 0.12117,0 0.21872,0.09755 0.21872,0.218717 v 22.646555 c 0,0.121168 -0.0976,0.218715 -0.21872,0.218715 h -2.27465 c -0.12117,0 -0.21871,-0.09754 -0.21871,-0.218715 V 58.660921 c 0,-0.12117 0.0976,-0.218717 0.21871,-0.218717 z" /><path
614
+ id="rect2415-4-9-9"
615
+ style="display:inline;fill:url(#linearGradient7);fill-opacity:1;stroke:none;stroke-width:1.0478;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
616
+ d="m 194.04212,58.726535 h 2.27465 c 0.12117,0 0.21872,0.09755 0.21872,0.218716 v 22.165377 c 0,0.12117 -0.0976,0.218717 -0.21872,0.218717 h -2.27465 c -0.12117,0 -0.21871,-0.09755 -0.21871,-0.218717 V 58.945251 c 0,-0.121168 0.0976,-0.218716 0.21871,-0.218716 z" /><g
617
+ id="g10"
618
+ transform="translate(-1.11788,-0.23151043)"><path
619
+ id="rect2415-6-8-6"
620
+ style="display:inline;fill:#363c71;fill-opacity:1;stroke:none;stroke-width:1.0478;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
621
+ d="m 103.10856,53.429299 h 2.27465 c 0.12117,0 0.21872,0.09755 0.21872,0.218717 v 14.211987 c 0,0.121168 -0.0976,0.218715 -0.21872,0.218715 h -2.27465 c -0.12117,0 -0.21871,-0.09754 -0.21871,-0.218715 V 53.648016 c 0,-0.12117 0.0976,-0.218717 0.21871,-0.218717 z" /><path
622
+ id="rect2415-4-9-9-5"
623
+ style="display:inline;fill:url(#linearGradient1);fill-opacity:1;stroke:none;stroke-width:1.0478;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
624
+ d="m 103.10856,53.71363 h 2.27465 c 0.12117,0 0.21872,0.09755 0.21872,0.218716 v 13.730809 c 0,0.12117 -0.0976,0.218717 -0.21872,0.218717 h -2.27465 c -0.12117,0 -0.21871,-0.09755 -0.21871,-0.218717 V 53.932346 c 0,-0.121168 0.0976,-0.218716 0.21871,-0.218716 z" /></g><g
625
+ id="g10-9"
626
+ transform="translate(-1.11788,18.454688)"><path
627
+ id="rect2415-6-8-6-5"
628
+ style="display:inline;fill:#363c71;fill-opacity:1;stroke:none;stroke-width:1.0478;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
629
+ d="m 103.10856,53.429299 h 2.27465 c 0.12117,0 0.21872,0.09755 0.21872,0.218717 v 14.211987 c 0,0.121168 -0.0976,0.218715 -0.21872,0.218715 h -2.27465 c -0.12117,0 -0.21871,-0.09754 -0.21871,-0.218715 V 53.648016 c 0,-0.12117 0.0976,-0.218717 0.21871,-0.218717 z" /><path
630
+ id="rect2415-4-9-9-5-9"
631
+ style="display:inline;fill:url(#linearGradient14);fill-opacity:1;stroke:none;stroke-width:1.0478;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
632
+ d="m 103.10856,53.71363 h 2.27465 c 0.12117,0 0.21872,0.09755 0.21872,0.218716 v 13.730809 c 0,0.12117 -0.0976,0.218717 -0.21872,0.218717 h -2.27465 c -0.12117,0 -0.21871,-0.09755 -0.21871,-0.218717 V 53.932346 c 0,-0.121168 0.0976,-0.218716 0.21871,-0.218716 z" /></g><path
633
+ id="rect2415-6-8-7"
634
+ style="display:inline;fill:#363c71;fill-opacity:1;stroke:none;stroke-width:1.0478;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
635
+ d="m 101.99068,39.442173 h 2.27465 c 0.12117,0 0.21872,0.09755 0.21872,0.218717 v 6.919413 c 0,0.121168 -0.0976,0.218715 -0.21872,0.218715 h -2.27465 c -0.12117,0 -0.21871,-0.09754 -0.21871,-0.218715 V 39.66089 c 0,-0.12117 0.0976,-0.218717 0.21871,-0.218717 z" /><path
636
+ id="rect2415-4-9-9-3"
637
+ style="display:inline;fill:url(#linearGradient9);fill-opacity:1;stroke:none;stroke-width:1.0478;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
638
+ d="m 101.99068,39.726504 h 2.27465 c 0.12117,0 0.21872,0.09755 0.21872,0.218716 v 6.438235 c 0,0.12117 -0.0976,0.218717 -0.21872,0.218717 h -2.27465 c -0.12117,0 -0.21871,-0.09755 -0.21871,-0.218717 V 39.94522 c 0,-0.121168 0.0976,-0.218716 0.21871,-0.218716 z" /></g><rect
639
+ style="fill:#525ca8;fill-opacity:1;stroke:#414888;stroke-width:0.264583;stroke-dasharray:none;stroke-opacity:1"
640
+ id="rect3"
641
+ width="93.515068"
642
+ height="192.6078"
643
+ x="0.86747724"
644
+ y="0.26861227"
645
+ ry="15.908073" /><rect
646
+ style="fill:none;fill-opacity:1;stroke:#a2ade5;stroke-width:0.529167;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter5)"
647
+ id="rect4-3"
648
+ width="91.330986"
649
+ height="190.60732"
650
+ x="1.9595183"
651
+ y="1.2688564"
652
+ ry="15.36237" /><path
653
+ id="rect3-2"
654
+ style="fill:#b7bbda;fill-opacity:0.40816328;stroke:none;stroke-width:0.442383;stroke-dasharray:none;stroke-opacity:1"
655
+ d="M 73.711792,0.13653589 V 19.953415 H 0.73433205 v 1.885156 H 94.515692 V 19.953415 H 75.596942 V 0.13653589 Z M 0.86714205,171.30645 v 1.88516 H 19.652552 v 19.81791 h 1.88516 v -19.81791 h 72.84465 v -1.88516 z" /><rect
656
+ style="display:inline;fill:#0d0d0d;fill-opacity:1;stroke:none;stroke-width:2.90366;stroke-dasharray:none;stroke-opacity:1"
657
+ id="rect4"
658
+ width="91.330986"
659
+ height="190.60732"
660
+ x="1.9595183"
661
+ y="1.2688564"
662
+ ry="15.36237" /><rect
663
+ style="display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:2.38764;stroke-dasharray:none;stroke-opacity:1"
664
+ id="rect5"
665
+ width="88.415161"
666
+ height="188.62688"
667
+ x="3.4174345"
668
+ y="2.2590756"
669
+ ry="13.938107" /><rect
670
+ style="fill:#333333;fill-opacity:1;stroke:none;stroke-width:3.82924;stroke-dasharray:none;stroke-opacity:1"
671
+ id="rect14"
672
+ width="85.173004"
673
+ height="184.47285"
674
+ x="5.0384998"
675
+ y="4.3364935"
676
+ ry="12.160764" /><path
677
+ id="path14224"
678
+ style="fill:url(#linearGradient26130);fill-opacity:1;stroke:none;stroke-width:0.23806px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
679
+ d="m 38.389262,1.2688569 c 0.94592,0 0.92146,0.194724 1.11731,0.415675 0.14284,0.161153 0.32685,0.212488 0.68907,0.212488 h 14.85877 c 0.36222,0 0.54576,-0.05133 0.68861,-0.212488 0.19585,-0.220951 0.17184,-0.415675 1.11776,-0.415675 z" /><g
680
+ id="g2"
681
+ transform="matrix(0.95270798,0,0,0.95270798,-94.556188,0.50887389)"><rect
682
+ style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
683
+ id="rect16441"
684
+ width="27.19771"
685
+ height="8.0999603"
686
+ x="135.64017"
687
+ y="6.7034149"
688
+ ry="4.0499802" /><g
689
+ id="g1832"
690
+ transform="matrix(1.7871898,0,0,1.7871898,56.515339,-13.865451)"><circle
691
+ 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"
692
+ id="path5263-6"
693
+ cx="57.21339"
694
+ cy="13.775171"
695
+ r="1.3121531" /><circle
696
+ style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#0a0d13;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"
697
+ id="path5265-7"
698
+ cx="57.21339"
699
+ cy="13.775171"
700
+ r="0.8093546" /><circle
701
+ style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#091427;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"
702
+ id="path5267-4"
703
+ cx="57.21339"
704
+ cy="13.775171"
705
+ r="0.61666459" /><path
706
+ style="display:inline;fill:#235a91;fill-opacity:0.556075;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-0)"
707
+ 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"
708
+ id="path5271-1"
709
+ transform="matrix(0.75118992,0,0,0.75118992,92.191291,9.2834671)" /><path
710
+ style="display:inline;fill:#235a91;fill-opacity:0.556075;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-6)"
711
+ 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"
712
+ id="path5273-3"
713
+ transform="matrix(0.75118992,0,0,0.75118992,92.191291,9.2834671)" /></g></g></svg>