@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,849 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg
3
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
4
+ xmlns:cc="http://creativecommons.org/ns#"
5
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
6
+ xmlns:svg="http://www.w3.org/2000/svg"
7
+ xmlns="http://www.w3.org/2000/svg"
8
+ xmlns:xlink="http://www.w3.org/1999/xlink"
9
+ width="363"
10
+ height="730"
11
+ viewBox="0 0 96.04375 193.14585"
12
+ version="1.1"
13
+ id="svg8">
14
+ <defs
15
+ id="defs2">
16
+ <linearGradient
17
+ id="linearGradient1139">
18
+ <stop
19
+ style="stop-color:#6a87aa;stop-opacity:1"
20
+ offset="0"
21
+ id="stop1131" />
22
+ <stop
23
+ style="stop-color:#4b6c8b;stop-opacity:1"
24
+ offset="0.2"
25
+ id="stop1133" />
26
+ <stop
27
+ style="stop-color:#4b6c8b;stop-opacity:1"
28
+ offset="0.80000001"
29
+ id="stop1135" />
30
+ <stop
31
+ style="stop-color:#6a87aa;stop-opacity:1"
32
+ offset="1"
33
+ id="stop1137" />
34
+ </linearGradient>
35
+ <linearGradient
36
+ id="linearGradient821">
37
+ <stop
38
+ style="stop-color:#000000;stop-opacity:1;"
39
+ offset="0"
40
+ id="stop817" />
41
+ <stop
42
+ style="stop-color:#000000;stop-opacity:0;"
43
+ offset="1"
44
+ id="stop819" />
45
+ </linearGradient>
46
+ <clipPath
47
+ clipPathUnits="userSpaceOnUse"
48
+ id="clipPath4960">
49
+ <path
50
+ 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"
51
+ 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"
52
+ id="path4962" />
53
+ </clipPath>
54
+ <clipPath
55
+ clipPathUnits="userSpaceOnUse"
56
+ id="clipPath5059">
57
+ <path
58
+ 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"
59
+ 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"
60
+ id="path5061" />
61
+ </clipPath>
62
+ <clipPath
63
+ clipPathUnits="userSpaceOnUse"
64
+ id="clipPath5401">
65
+ <rect
66
+ 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"
67
+ id="rect5403"
68
+ width="4.3765388"
69
+ height="7.4167299"
70
+ x="-13.8777"
71
+ y="25.856594"
72
+ ry="0.45101735" />
73
+ </clipPath>
74
+ <clipPath
75
+ clipPathUnits="userSpaceOnUse"
76
+ id="clipPath5589">
77
+ <path
78
+ id="path5591"
79
+ 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"
80
+ 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" />
81
+ </clipPath>
82
+ <clipPath
83
+ clipPathUnits="userSpaceOnUse"
84
+ id="clipPath5589-7">
85
+ <path
86
+ id="path5591-5"
87
+ 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"
88
+ 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" />
89
+ </clipPath>
90
+ <clipPath
91
+ clipPathUnits="userSpaceOnUse"
92
+ id="clipPath5738">
93
+ <path
94
+ id="path5740"
95
+ 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"
96
+ 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" />
97
+ </clipPath>
98
+ <clipPath
99
+ clipPathUnits="userSpaceOnUse"
100
+ id="clipPath922">
101
+ <rect
102
+ 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"
103
+ id="rect924"
104
+ width="77.201637"
105
+ height="33.545391"
106
+ x="-67.752235"
107
+ y="-14.211905" />
108
+ </clipPath>
109
+ <clipPath
110
+ clipPathUnits="userSpaceOnUse"
111
+ id="clipPath972">
112
+ <rect
113
+ 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"
114
+ id="rect974"
115
+ width="253.12003"
116
+ height="506.59415"
117
+ x="-527.82013"
118
+ y="-172.67062" />
119
+ </clipPath>
120
+ <mask
121
+ maskUnits="userSpaceOnUse"
122
+ id="mask1062">
123
+ <path
124
+ 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"
125
+ 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"
126
+ id="path1064" />
127
+ </mask>
128
+ <pattern
129
+ patternUnits="userSpaceOnUse"
130
+ width="1.171848"
131
+ height="1.1718804"
132
+ patternTransform="matrix(0.26458334,0,0,0.26458334,-76.445686,-5.7812643)"
133
+ id="pattern2874">
134
+ <g
135
+ transform="matrix(3.7795274,0,0,3.7795274,288.92857,-26.720982)"
136
+ id="g2781">
137
+ <rect
138
+ 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"
139
+ id="rect2730"
140
+ width="0.15502979"
141
+ height="0.15502979"
142
+ x="-76.445686"
143
+ y="7.0699267" />
144
+ <rect
145
+ 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"
146
+ id="rect2730-5"
147
+ width="0.15502979"
148
+ height="0.15502979"
149
+ x="-76.290665"
150
+ y="7.224957" />
151
+ <rect
152
+ 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"
153
+ id="rect2730-5-5"
154
+ width="0.15502979"
155
+ height="0.15502979"
156
+ x="-76.290665"
157
+ y="7.0699267" />
158
+ <rect
159
+ 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"
160
+ id="rect2730-5-5-0"
161
+ width="0.15502979"
162
+ height="0.15502979"
163
+ x="-76.445686"
164
+ y="7.224957" />
165
+ </g>
166
+ </pattern>
167
+ <clipPath
168
+ clipPathUnits="userSpaceOnUse"
169
+ id="clipPath5738-4">
170
+ <path
171
+ id="path5740-9"
172
+ 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"
173
+ 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" />
174
+ </clipPath>
175
+ <clipPath
176
+ clipPathUnits="userSpaceOnUse"
177
+ id="clipPath5401-9">
178
+ <rect
179
+ 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"
180
+ id="rect5403-9"
181
+ width="4.3765388"
182
+ height="7.4167299"
183
+ x="-13.8777"
184
+ y="25.856594"
185
+ ry="0.45101735" />
186
+ </clipPath>
187
+ <clipPath
188
+ clipPathUnits="userSpaceOnUse"
189
+ id="clipPath5589-3">
190
+ <path
191
+ id="path5591-6"
192
+ 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"
193
+ 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" />
194
+ </clipPath>
195
+ <clipPath
196
+ clipPathUnits="userSpaceOnUse"
197
+ id="clipPath5589-7-8">
198
+ <path
199
+ id="path5591-5-3"
200
+ 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"
201
+ 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" />
202
+ </clipPath>
203
+ <clipPath
204
+ clipPathUnits="userSpaceOnUse"
205
+ id="clipPath4960-5">
206
+ <path
207
+ 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"
208
+ 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"
209
+ id="path4962-4" />
210
+ </clipPath>
211
+ <pattern
212
+ patternUnits="userSpaceOnUse"
213
+ width="1.171848"
214
+ height="1.1718804"
215
+ patternTransform="matrix(0.26458334,0,0,0.26458334,-76.445686,-5.7812643)"
216
+ id="pattern2874-7">
217
+ <g
218
+ transform="matrix(3.7795274,0,0,3.7795274,288.92857,-26.720982)"
219
+ id="g2781-1">
220
+ <rect
221
+ 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"
222
+ id="rect2730-3"
223
+ width="0.15502979"
224
+ height="0.15502979"
225
+ x="-76.445686"
226
+ y="7.0699267" />
227
+ <rect
228
+ 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"
229
+ id="rect2730-5-8"
230
+ width="0.15502979"
231
+ height="0.15502979"
232
+ x="-76.290665"
233
+ y="7.224957" />
234
+ <rect
235
+ 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"
236
+ id="rect2730-5-5-1"
237
+ width="0.15502979"
238
+ height="0.15502979"
239
+ x="-76.290665"
240
+ y="7.0699267" />
241
+ <rect
242
+ 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"
243
+ id="rect2730-5-5-0-1"
244
+ width="0.15502979"
245
+ height="0.15502979"
246
+ x="-76.445686"
247
+ y="7.224957" />
248
+ </g>
249
+ </pattern>
250
+ <filter
251
+ style="color-interpolation-filters:sRGB"
252
+ id="filter5343"
253
+ x="-0.19227619"
254
+ width="1.3845524"
255
+ y="-0.082464501"
256
+ height="1.164929">
257
+ <feGaussianBlur
258
+ stdDeviation="0.030983682"
259
+ id="feGaussianBlur5345" />
260
+ </filter>
261
+ <filter
262
+ style="color-interpolation-filters:sRGB"
263
+ id="filter5347"
264
+ x="-0.10877967"
265
+ width="1.2175593"
266
+ y="-0.082313925"
267
+ height="1.1646278">
268
+ <feGaussianBlur
269
+ stdDeviation="0.030983682"
270
+ id="feGaussianBlur5349" />
271
+ </filter>
272
+ <clipPath
273
+ clipPathUnits="userSpaceOnUse"
274
+ id="clipPath948">
275
+ <rect
276
+ 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"
277
+ id="rect950"
278
+ width="161.20644"
279
+ height="317.73975"
280
+ x="-280.93082"
281
+ y="-83.752052" />
282
+ </clipPath>
283
+ <clipPath
284
+ clipPathUnits="userSpaceOnUse"
285
+ id="clipPath967">
286
+ <rect
287
+ style="fill:#6ecb55;fill-opacity:0.540323;stroke:none;stroke-width:0.405315;stroke-linecap:round;stroke-linejoin:round"
288
+ id="rect969"
289
+ width="84.888893"
290
+ height="172.10544"
291
+ x="81.619461"
292
+ y="-32.789757" />
293
+ </clipPath>
294
+ <mask
295
+ maskUnits="userSpaceOnUse"
296
+ id="mask2042">
297
+ <path
298
+ 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"
299
+ 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"
300
+ id="path2044" />
301
+ </mask>
302
+ <clipPath
303
+ clipPathUnits="userSpaceOnUse"
304
+ id="clipPath2353">
305
+ <rect
306
+ 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"
307
+ id="rect2355"
308
+ width="355.61673"
309
+ height="728.3255"
310
+ x="2.1916344"
311
+ y="-3.1627369"
312
+ ry="55.641438" />
313
+ </clipPath>
314
+ <filter
315
+ style="color-interpolation-filters:sRGB"
316
+ id="filter2409"
317
+ x="-0.0066088708"
318
+ width="1.0132177"
319
+ y="-0.0032087157"
320
+ height="1.0064174">
321
+ <feGaussianBlur
322
+ stdDeviation="0.96852657"
323
+ id="feGaussianBlur2411" />
324
+ </filter>
325
+ <linearGradient
326
+ xlink:href="#linearGradient1139"
327
+ id="linearGradient2462"
328
+ x1="-0.69643712"
329
+ y1="29.932404"
330
+ x2="-0.69643712"
331
+ y2="36.839325"
332
+ gradientUnits="userSpaceOnUse"
333
+ gradientTransform="translate(3.4851835,11.328028)" />
334
+ <linearGradient
335
+ xlink:href="#linearGradient1139"
336
+ id="linearGradient2462-4"
337
+ x1="-0.69643712"
338
+ y1="29.932404"
339
+ x2="-0.69643712"
340
+ y2="43.662617"
341
+ gradientUnits="userSpaceOnUse"
342
+ gradientTransform="translate(3.4851835,25.395969)" />
343
+ <linearGradient
344
+ xlink:href="#linearGradient1139"
345
+ id="linearGradient2462-4-3"
346
+ x1="-0.69643712"
347
+ y1="29.932404"
348
+ x2="-0.69643712"
349
+ y2="43.662617"
350
+ gradientUnits="userSpaceOnUse"
351
+ gradientTransform="translate(3.4851835,43.926565)" />
352
+ <linearGradient
353
+ xlink:href="#linearGradient1139"
354
+ id="linearGradient2462-4-1"
355
+ x1="-0.69643712"
356
+ y1="29.932404"
357
+ x2="-0.69643712"
358
+ y2="52.201885"
359
+ gradientUnits="userSpaceOnUse"
360
+ gradientTransform="translate(96.622304,30.613924)" />
361
+ <clipPath
362
+ clipPathUnits="userSpaceOnUse"
363
+ id="clipPath1745">
364
+ <rect
365
+ style="display:inline;fill:#f7d82b;fill-opacity:0.451613;stroke:none;stroke-width:44.958;stroke-linecap:round"
366
+ id="rect1747"
367
+ width="61.664673"
368
+ height="124.69236"
369
+ x="-114.9855"
370
+ y="112.05054" />
371
+ </clipPath>
372
+ <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">
378
+ <g
379
+ transform="matrix(3.7795274,0,0,3.7795274,288.92857,-26.720982)"
380
+ id="g2781-1-7">
381
+ <rect
382
+ 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"
383
+ id="rect2730-3-5"
384
+ width="0.15502979"
385
+ height="0.15502979"
386
+ x="-76.445686"
387
+ y="7.0699267" />
388
+ <rect
389
+ 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"
390
+ id="rect2730-5-8-3"
391
+ width="0.15502979"
392
+ height="0.15502979"
393
+ x="-76.290665"
394
+ y="7.224957" />
395
+ <rect
396
+ 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"
397
+ id="rect2730-5-5-1-3"
398
+ width="0.15502979"
399
+ height="0.15502979"
400
+ x="-76.290665"
401
+ y="7.0699267" />
402
+ <rect
403
+ 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"
404
+ id="rect2730-5-5-0-1-8"
405
+ width="0.15502979"
406
+ height="0.15502979"
407
+ x="-76.445686"
408
+ y="7.224957" />
409
+ </g>
410
+ </pattern>
411
+ <pattern
412
+ patternUnits="userSpaceOnUse"
413
+ width="1.171848"
414
+ height="1.1718804"
415
+ patternTransform="matrix(0.26458334,0,0,0.26458334,-76.445686,-5.7812643)"
416
+ id="pattern2874-7-2-1">
417
+ <g
418
+ transform="matrix(3.7795274,0,0,3.7795274,288.92857,-26.720982)"
419
+ id="g2781-1-7-7">
420
+ <rect
421
+ 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"
422
+ id="rect2730-3-5-3"
423
+ width="0.15502979"
424
+ height="0.15502979"
425
+ x="-76.445686"
426
+ y="7.0699267" />
427
+ <rect
428
+ 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"
429
+ id="rect2730-5-8-3-9"
430
+ width="0.15502979"
431
+ height="0.15502979"
432
+ x="-76.290665"
433
+ y="7.224957" />
434
+ <rect
435
+ 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"
436
+ id="rect2730-5-5-1-3-1"
437
+ width="0.15502979"
438
+ height="0.15502979"
439
+ x="-76.290665"
440
+ y="7.0699267" />
441
+ <rect
442
+ 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"
443
+ id="rect2730-5-5-0-1-8-3"
444
+ width="0.15502979"
445
+ height="0.15502979"
446
+ x="-76.445686"
447
+ y="7.224957" />
448
+ </g>
449
+ </pattern>
450
+ <pattern
451
+ patternUnits="userSpaceOnUse"
452
+ width="1.171848"
453
+ height="1.1718804"
454
+ patternTransform="matrix(0.26458334,0,0,0.26458334,-76.445686,-5.7812643)"
455
+ id="pattern2874-7-2-1-0">
456
+ <g
457
+ transform="matrix(3.7795274,0,0,3.7795274,288.92857,-26.720982)"
458
+ id="g2781-1-7-7-0">
459
+ <rect
460
+ 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"
461
+ id="rect2730-3-5-3-3"
462
+ width="0.15502979"
463
+ height="0.15502979"
464
+ x="-76.445686"
465
+ y="7.0699267" />
466
+ <rect
467
+ 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"
468
+ id="rect2730-5-8-3-9-8"
469
+ width="0.15502979"
470
+ height="0.15502979"
471
+ x="-76.290665"
472
+ y="7.224957" />
473
+ <rect
474
+ 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"
475
+ id="rect2730-5-5-1-3-1-1"
476
+ width="0.15502979"
477
+ height="0.15502979"
478
+ x="-76.290665"
479
+ y="7.0699267" />
480
+ <rect
481
+ 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"
482
+ id="rect2730-5-5-0-1-8-3-5"
483
+ width="0.15502979"
484
+ height="0.15502979"
485
+ x="-76.445686"
486
+ y="7.224957" />
487
+ </g>
488
+ </pattern>
489
+ <pattern
490
+ patternTransform="matrix(0.20347652,0,0,0.20347652,-55.330551,-9.271854)"
491
+ id="pattern3129"
492
+ xlink:href="#pattern2874-7-2-1-0-3" />
493
+ <pattern
494
+ patternUnits="userSpaceOnUse"
495
+ width="1.171848"
496
+ height="1.1718804"
497
+ patternTransform="matrix(0.26458334,0,0,0.26458334,-76.445686,-5.7812643)"
498
+ id="pattern2874-7-2-1-0-3">
499
+ <g
500
+ transform="matrix(3.7795274,0,0,3.7795274,288.92857,-26.720982)"
501
+ id="g2781-1-7-7-0-3">
502
+ <rect
503
+ 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"
504
+ id="rect2730-3-5-3-3-7"
505
+ width="0.15502979"
506
+ height="0.15502979"
507
+ x="-76.445686"
508
+ y="7.0699267" />
509
+ <rect
510
+ 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"
511
+ id="rect2730-5-8-3-9-8-8"
512
+ width="0.15502979"
513
+ height="0.15502979"
514
+ x="-76.290665"
515
+ y="7.224957" />
516
+ <rect
517
+ 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"
518
+ id="rect2730-5-5-1-3-1-1-2"
519
+ width="0.15502979"
520
+ height="0.15502979"
521
+ x="-76.290665"
522
+ y="7.0699267" />
523
+ <rect
524
+ 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"
525
+ id="rect2730-5-5-0-1-8-3-5-8"
526
+ width="0.15502979"
527
+ height="0.15502979"
528
+ x="-76.445686"
529
+ y="7.224957" />
530
+ </g>
531
+ </pattern>
532
+ <clipPath
533
+ clipPathUnits="userSpaceOnUse"
534
+ id="clipPath2586">
535
+ <path
536
+ 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"
537
+ 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"
538
+ id="path2588" />
539
+ </clipPath>
540
+ <filter
541
+ style="color-interpolation-filters:sRGB"
542
+ id="filter2810"
543
+ x="-0.075964986"
544
+ width="1.15193"
545
+ y="-3.1550879"
546
+ height="7.3101757">
547
+ <feGaussianBlur
548
+ stdDeviation="0.46442349"
549
+ id="feGaussianBlur2812" />
550
+ </filter>
551
+ <linearGradient
552
+ xlink:href="#linearGradient2650"
553
+ id="linearGradient2652"
554
+ x1="64.657043"
555
+ y1="0.37720415"
556
+ x2="64.657043"
557
+ y2="192.34035"
558
+ gradientUnits="userSpaceOnUse"
559
+ gradientTransform="translate(0.39670346,1.0583341)" />
560
+ <linearGradient
561
+ id="linearGradient2650">
562
+ <stop
563
+ style="stop-color:#404040;stop-opacity:1"
564
+ offset="0"
565
+ id="stop2646" />
566
+ <stop
567
+ style="stop-color:#262626;stop-opacity:1"
568
+ offset="1"
569
+ id="stop2648" />
570
+ </linearGradient>
571
+ <clipPath
572
+ clipPathUnits="userSpaceOnUse"
573
+ id="clipPath981">
574
+ <rect
575
+ style="fill:#648bab;stroke-width:0.390385;stroke-linecap:round;stroke-linejoin:round;stop-color:#000000"
576
+ id="rect983"
577
+ width="78.45462"
578
+ height="155.37715"
579
+ x="-72.956764"
580
+ y="-68.521217" />
581
+ </clipPath>
582
+ <clipPath
583
+ clipPathUnits="userSpaceOnUse"
584
+ id="clipPath2353-3">
585
+ <rect
586
+ 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"
587
+ id="rect2355-8"
588
+ width="355.61673"
589
+ height="728.3255"
590
+ x="2.1916344"
591
+ y="-3.1627369"
592
+ ry="55.641438" />
593
+ </clipPath>
594
+ <filter
595
+ style="color-interpolation-filters:sRGB"
596
+ id="filter2409-8"
597
+ x="-0.0066088708"
598
+ width="1.0132177"
599
+ y="-0.0032087157"
600
+ height="1.0064174">
601
+ <feGaussianBlur
602
+ stdDeviation="0.96852657"
603
+ id="feGaussianBlur2411-4" />
604
+ </filter>
605
+ <filter
606
+ style="color-interpolation-filters:sRGB"
607
+ id="filter5343-7"
608
+ x="-0.19227619"
609
+ width="1.3845524"
610
+ y="-0.082464501"
611
+ height="1.164929">
612
+ <feGaussianBlur
613
+ stdDeviation="0.030983682"
614
+ id="feGaussianBlur5345-1" />
615
+ </filter>
616
+ <filter
617
+ style="color-interpolation-filters:sRGB"
618
+ id="filter5347-9"
619
+ x="-0.10877967"
620
+ width="1.2175593"
621
+ y="-0.082313925"
622
+ height="1.1646278">
623
+ <feGaussianBlur
624
+ stdDeviation="0.030983682"
625
+ id="feGaussianBlur5349-7" />
626
+ </filter>
627
+ <pattern
628
+ patternTransform="matrix(0.20347652,0,0,0.20347652,-55.330551,-9.271854)"
629
+ id="pattern3129-5"
630
+ xlink:href="#pattern2874-7-2-1-0-3-1" />
631
+ <pattern
632
+ patternUnits="userSpaceOnUse"
633
+ width="1.171848"
634
+ height="1.1718804"
635
+ patternTransform="matrix(0.26458334,0,0,0.26458334,-76.445686,-5.7812643)"
636
+ id="pattern2874-7-2-1-0-3-1">
637
+ <g
638
+ transform="matrix(3.7795274,0,0,3.7795274,288.92857,-26.720982)"
639
+ id="g2781-1-7-7-0-3-7">
640
+ <rect
641
+ 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"
642
+ id="rect2730-3-5-3-3-7-9"
643
+ width="0.15502979"
644
+ height="0.15502979"
645
+ x="-76.445686"
646
+ y="7.0699267" />
647
+ <rect
648
+ 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"
649
+ id="rect2730-5-8-3-9-8-8-7"
650
+ width="0.15502979"
651
+ height="0.15502979"
652
+ x="-76.290665"
653
+ y="7.224957" />
654
+ <rect
655
+ 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"
656
+ id="rect2730-5-5-1-3-1-1-2-1"
657
+ width="0.15502979"
658
+ height="0.15502979"
659
+ x="-76.290665"
660
+ y="7.0699267" />
661
+ <rect
662
+ 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"
663
+ id="rect2730-5-5-0-1-8-3-5-8-9"
664
+ width="0.15502979"
665
+ height="0.15502979"
666
+ x="-76.445686"
667
+ y="7.224957" />
668
+ </g>
669
+ </pattern>
670
+ <clipPath
671
+ clipPathUnits="userSpaceOnUse"
672
+ id="clipPath2586-4">
673
+ <path
674
+ 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"
675
+ 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"
676
+ id="path2588-5" />
677
+ </clipPath>
678
+ <filter
679
+ style="color-interpolation-filters:sRGB"
680
+ id="filter2810-4"
681
+ x="-0.075964987"
682
+ width="1.15193"
683
+ y="-3.1550879"
684
+ height="7.3101759">
685
+ <feGaussianBlur
686
+ stdDeviation="0.46442349"
687
+ id="feGaussianBlur2812-4" />
688
+ </filter>
689
+ </defs>
690
+ <metadata
691
+ id="metadata5">
692
+ <rdf:RDF>
693
+ <cc:Work
694
+ rdf:about="">
695
+ <dc:format>image/svg+xml</dc:format>
696
+ <dc:type
697
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
698
+ <dc:title></dc:title>
699
+ </cc:Work>
700
+ </rdf:RDF>
701
+ </metadata>
702
+ <g
703
+ id="layer2"
704
+ style="display:inline">
705
+ <path
706
+ id="rect2415-6-8"
707
+ style="display:inline;fill:#12284a;fill-opacity:1;stroke:none;stroke-width:1.03188;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
708
+ d="m 93.470394,60.266319 h 2.24008 c 0.11933,0 0.2154,0.09607 0.2154,0.215393 v 22.302411 c 0,0.119327 -0.0961,0.215392 -0.2154,0.215392 h -2.24008 c -0.11933,0 -0.21539,-0.09606 -0.21539,-0.215392 V 60.481712 c 0,-0.119328 0.0961,-0.215393 0.21539,-0.215393 z" />
709
+ <path
710
+ id="rect2415-4-9-9"
711
+ style="display:inline;fill:url(#linearGradient2462-4-1);fill-opacity:1.0;stroke:none;stroke-width:1.03188;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
712
+ d="m 93.470394,60.546329 h 2.24008 c 0.11933,0 0.2154,0.09607 0.2154,0.215393 v 21.828545 c 0,0.119328 -0.0961,0.215393 -0.2154,0.215393 h -2.24008 c -0.11933,0 -0.21539,-0.09607 -0.21539,-0.215393 V 60.761722 c 0,-0.119327 0.0961,-0.215393 0.21539,-0.215393 z" />
713
+ <path
714
+ id="rect2415-6"
715
+ style="display:inline;fill:#12284a;fill-opacity:1;stroke:none;stroke-width:1.03188;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
716
+ d="M 0.33327352,55.048365 H 2.5733535 c 0.11933,0 0.21539,0.09607 0.21539,0.215393 v 13.773296 c 0,0.119327 -0.0961,0.215392 -0.21539,0.215392 H 0.33327352 c -0.11933,0 -0.21539,-0.09606 -0.21539,-0.215392 V 55.263758 c 0,-0.119328 0.0961,-0.215393 0.21539,-0.215393 z" />
717
+ <path
718
+ id="rect2415-4-9"
719
+ style="display:inline;fill:url(#linearGradient2462-4);fill-opacity:1.0;stroke:none;stroke-width:1.03188;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
720
+ d="M 0.33327352,55.328375 H 2.5733535 c 0.11933,0 0.21539,0.09607 0.21539,0.215393 v 13.29943 c 0,0.119328 -0.0961,0.215393 -0.21539,0.215393 H 0.33327352 c -0.11933,0 -0.21539,-0.09607 -0.21539,-0.215393 v -13.29943 c 0,-0.119327 0.0961,-0.215393 0.21539,-0.215393 z" />
721
+ <path
722
+ id="rect2415-6-0"
723
+ style="display:inline;fill:#12284a;fill-opacity:1;stroke:none;stroke-width:1.03188;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
724
+ d="M 0.33327352,73.57896 H 2.5733535 c 0.11933,0 0.21539,0.09607 0.21539,0.215393 v 13.773296 c 0,0.119327 -0.0961,0.215392 -0.21539,0.215392 H 0.33327352 c -0.11933,0 -0.21539,-0.09606 -0.21539,-0.215392 V 73.794353 c 0,-0.119328 0.0961,-0.215393 0.21539,-0.215393 z" />
725
+ <path
726
+ id="rect2415-4-9-6"
727
+ style="display:inline;fill:url(#linearGradient2462-4-3);fill-opacity:1.0;stroke:none;stroke-width:1.03188;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
728
+ d="M 0.33327352,73.85897 H 2.5733535 c 0.11933,0 0.21539,0.09607 0.21539,0.215393 v 13.29943 c 0,0.119328 -0.0961,0.215393 -0.21539,0.215393 H 0.33327352 c -0.11933,0 -0.21539,-0.09607 -0.21539,-0.215393 v -13.29943 c 0,-0.119327 0.0961,-0.215393 0.21539,-0.215393 z" />
729
+ <rect
730
+ style="display:inline;fill:#12284a;fill-opacity:1;stroke:none;stroke-width:1.03188;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
731
+ id="rect2415"
732
+ width="2.6708689"
733
+ height="7.3807893"
734
+ x="0.11788063"
735
+ y="40.980431"
736
+ ry="0.21539266" />
737
+ <rect
738
+ style="display:inline;fill:url(#linearGradient2462);fill-opacity:1.0;stroke:none;stroke-width:1.03188;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
739
+ id="rect2415-4"
740
+ width="2.6708686"
741
+ height="6.9069233"
742
+ x="0.11788063"
743
+ y="41.260441"
744
+ ry="0.21539266" />
745
+ <rect
746
+ style="fill:#748fb4;fill-opacity:1;stroke:#12284a;stroke-width:0.264583;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
747
+ id="rect2163"
748
+ width="94.090263"
749
+ height="192.70279"
750
+ x="0.97673684"
751
+ y="0.22152618"
752
+ ry="14.721798" />
753
+ <path
754
+ id="rect2163-1"
755
+ style="display:inline;fill:#3f617e;fill-opacity:1;stroke:none;stroke-width:0.999999;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter2409)"
756
+ d="m 57.830078,-1.2109375 c -29.778781,0 -53.689453,23.9106715 -53.689453,53.6894535 V 669.52344 c 0,29.77878 23.910672,53.6875 53.689453,53.6875 H 302.16992 c 29.77878,0 53.68946,-23.90872 53.68946,-53.6875 V 52.478516 c 0,-29.778782 -23.91068,-53.6894535 -53.68946,-53.6894535 z"
757
+ transform="matrix(0.26458334,0,0,0.26458334,0.39687352,1.0583341)"
758
+ clip-path="url(#clipPath2353)" />
759
+ <path
760
+ id="rect2172"
761
+ style="fill:#3f5b76;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
762
+ d="M 73.970674,0.08940101 V 3.2540658 h 2.15284 V 0.08940101 Z M 0.84438352,19.314584 v 2.152841 H 95.199354 v -2.152841 z m 0,152.699726 v 2.15232 H 95.199354 v -2.15232 z M 19.920224,190.33154 v 2.72489 h 2.15284 v -2.72489 z" />
763
+ <rect
764
+ style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.405938;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;stop-color:#000000"
765
+ id="rect1093"
766
+ width="16.734886"
767
+ height="1.3330069"
768
+ x="39.654427"
769
+ y="1.3694253" />
770
+ <path
771
+ id="rect3540"
772
+ style="display:inline;opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#434343;stroke-width:0.500001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
773
+ d="m 60.269531,5.4257812 c -29.059253,0 -52.4531248,23.3938718 -52.4531248,52.4531248 V 672.12109 c 10e-8,29.05926 23.3938718,52.45313 52.4531248,52.45313 H 302.73047 c 29.05925,0 52.45312,-23.39387 52.45312,-52.45313 V 57.878906 c 0,-29.059253 -23.39387,-52.4531248 -52.45312,-52.4531248 H 213.125 a 2.3089961,2.3691529 0 0 0 -2.30859,2.2949219 V 7.734375 H 152.18359 V 7.7207031 A 2.3089961,2.3691529 0 0 0 149.875,5.4257812 Z"
774
+ transform="scale(0.26458334)" />
775
+ <circle
776
+ style="color:#000000;display:inline;overflow:visible;visibility:visible;vector-effect:none;fill:#161616;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.029768;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
777
+ id="path5263"
778
+ cx="35.608139"
779
+ cy="7.0377865"
780
+ r="1.5129052" />
781
+ <circle
782
+ style="color:#000000;display:inline;overflow:visible;visibility:visible;vector-effect:none;fill:#0a0d13;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.022916;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
783
+ id="path5265"
784
+ cx="35.608139"
785
+ cy="7.0377865"
786
+ r="0.93318141" />
787
+ <circle
788
+ style="color:#000000;display:inline;overflow:visible;visibility:visible;vector-effect:none;fill:#091427;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.022916;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
789
+ id="path5267"
790
+ cx="35.608139"
791
+ cy="7.0377865"
792
+ r="0.71101087" />
793
+ <path
794
+ 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)"
795
+ 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"
796
+ id="path5271"
797
+ transform="matrix(0.86611782,0,0,0.86611782,75.937463,1.8588762)" />
798
+ <path
799
+ 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)"
800
+ 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"
801
+ id="path5273"
802
+ transform="matrix(0.86611782,0,0,0.86611782,75.937463,1.8588762)" />
803
+ <rect
804
+ style="display:inline;fill:#000000;fill-opacity:1;stroke:#1a1a1a;stroke-width:0.132292;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;stop-color:#000000"
805
+ id="rect1030"
806
+ width="15.513851"
807
+ height="1.8761874"
808
+ x="40.264946"
809
+ y="1.4355383"
810
+ ry="0.61085194" />
811
+ <g
812
+ id="g2819"
813
+ transform="translate(4.9056839,1.0604965)">
814
+ <path
815
+ id="rect5261"
816
+ clip-path="none"
817
+ style="color:#000000;display:inline;overflow:visible;visibility:visible;vector-effect:none;fill:url(#pattern3129);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.203476;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
818
+ d="m 36.333803,0.75890791 h 13.560728 c 0.306977,0 0.55411,0.24713319 0.55411,0.55411019 v 2e-7 c 0,0.306977 -0.247133,0.5541103 -0.55411,0.5541103 H 36.333803 c -0.306978,0 -0.55411,-0.2471333 -0.55411,-0.5541103 v -2e-7 c 0,-0.306977 0.247132,-0.55411019 0.55411,-0.55411019 z" />
819
+ <path
820
+ style="color:#000000;display:inline;overflow:visible;visibility:visible;vector-effect:none;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#292929;stroke-width:0.0406953;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
821
+ d="m 36.333801,0.75906771 c -0.306976,0 -0.553997,0.24701959 -0.553997,0.55399659 0,0.3069765 0.247021,0.5539963 0.553997,0.5539963 h 13.564771 c 0.306978,0 0.553997,-0.2470198 0.553997,-0.5539963 0,-0.306977 -0.247019,-0.55399659 -0.553997,-0.55399659 z"
822
+ id="rect5261-0"
823
+ clip-path="none" />
824
+ <g
825
+ id="g2576"
826
+ clip-path="url(#clipPath2586)"
827
+ style="filter:url(#filter2810)"
828
+ transform="translate(13.82448,-1.4319817)">
829
+ <path
830
+ id="path999-2"
831
+ d="m 68.850589,7.9824588 c -10e-7,0.1268514 -0.102834,0.2296848 -0.229685,0.2296847 -0.126852,10e-8 -0.229685,-0.1028333 -0.229685,-0.2296847 0,-0.1268515 0.102833,-0.2296849 0.229685,-0.2296848 0.126851,-10e-8 0.229684,0.1028333 0.229685,0.2296848 z"
832
+ style="display:inline;vector-effect:none;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0319826;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
833
+ transform="matrix(0.54888221,0,0,0.7690451,-1.1627745,-3.3938183)"
834
+ clip-path="none"
835
+ mask="none" />
836
+ <path
837
+ id="path999-2-2"
838
+ d="m 21.955324,2.7450525 c 10e-7,0.097555 0.05644,0.176638 0.12607,0.1766379 0.06963,10e-8 0.12607,-0.079083 0.12607,-0.1766379 0,-0.097554 -0.05644,-0.176638 -0.12607,-0.1766379 -0.06963,-1e-7 -0.126069,0.079083 -0.12607,0.1766379 z"
839
+ style="display:inline;vector-effect:none;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0207792;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
840
+ clip-path="none"
841
+ mask="none" />
842
+ </g>
843
+ </g>
844
+ <path
845
+ id="path998"
846
+ style="display:inline;fill:url(#linearGradient2652);fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
847
+ d="M 15.57631,4.4891318 C 10.010263,4.4889545 5.497958,9.0010223 5.4978575,14.56707 v 164.01118 c -1.8e-4,5.56625 4.5122045,10.07864 10.0784525,10.07846 h 32.445567 32.445567 c 5.566248,1.8e-4 10.078633,-4.51221 10.078453,-10.07846 V 14.56707 C 90.545799,9.0010218 86.033494,4.4889545 80.467444,4.4891318 H 67.530766 c -1.17783,0 -1.786972,0.1217769 -1.786972,1.9900594 0,1.8682822 -1.157732,5.0162318 -5.300451,5.0162318 H 57.492101 38.551138 35.600414 c -4.142721,0 -5.300453,-3.1479496 -5.300453,-5.0162318 0,-1.8682825 -0.60914,-1.9900594 -1.78697,-1.9900594 z" />
848
+ </g>
849
+ </svg>