@milestone-sys/web-design-system 3.6.2 → 3.6.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1102) hide show
  1. package/LICENSE +21 -21
  2. package/README.md +7 -7
  3. package/assets.html +13 -0
  4. package/colors.list.js +65 -65
  5. package/components/detail/accordion-checkbox-large.html +1051 -0
  6. package/components/detail/accordion-checkbox-medium-dark.html +1051 -0
  7. package/components/detail/accordion-checkbox-medium-disabled.html +1051 -0
  8. package/components/detail/accordion-checkbox-medium-filtered-list-items.html +1055 -0
  9. package/components/detail/accordion-checkbox-medium-icon-left-floating-dark-yellow.html +1077 -0
  10. package/components/detail/accordion-checkbox-medium-icon-left-floating.html +1077 -0
  11. package/components/detail/accordion-checkbox-medium-icon-left.html +1065 -0
  12. package/components/detail/accordion-checkbox-medium.html +1060 -0
  13. package/components/detail/accordion-checkbox-overview.html +1051 -0
  14. package/components/detail/accordion-input.html +949 -0
  15. package/components/detail/accordion-label.html +949 -0
  16. package/components/detail/accordion-modifier-icon-floating.html +949 -0
  17. package/components/detail/accordion-modifier-icon-left.html +949 -0
  18. package/components/detail/accordion-radio.html +1053 -0
  19. package/components/detail/alert-dark-theme-default.html +1009 -0
  20. package/components/detail/alert-dark-theme-solution.html +1009 -0
  21. package/components/detail/alert-default-extra-attention.html +1007 -0
  22. package/components/detail/alert-default-generic.html +1006 -0
  23. package/components/detail/alert-default-solution-with-badge-and-ready-state.html +1018 -0
  24. package/components/detail/alert-default-solution.html +1010 -0
  25. package/components/detail/alert-default-without-image.html +1004 -0
  26. package/components/detail/alert-default.html +1006 -0
  27. package/components/detail/alert-hidden-after-refresh-checkbox.html +1016 -0
  28. package/components/detail/alert-hidden-after-refresh.html +1005 -0
  29. package/components/detail/alert-layouts.html +1560 -0
  30. package/components/detail/alert-visible-after-refresh.html +1005 -0
  31. package/components/detail/background-colors.html +1287 -0
  32. package/components/detail/basic-card-default-dark.html +1014 -0
  33. package/components/detail/basic-card-default-without-caption-with-header-icon.html +1005 -0
  34. package/components/detail/basic-card-default-without-caption-with-header-image.html +1001 -0
  35. package/components/detail/basic-card-default-without-caption.html +997 -0
  36. package/components/detail/basic-card-default.html +1014 -0
  37. package/components/detail/basic-card-grouping-center.html +1014 -0
  38. package/components/detail/basic-card-grouping-left-with-flat-icon.html +1024 -0
  39. package/components/detail/basic-card-grouping-left.html +1014 -0
  40. package/components/detail/basic-card-grouping.html +1122 -0
  41. package/components/detail/basic-card-layouts.html +1886 -0
  42. package/components/detail/button-danger-dark-icon.html +999 -0
  43. package/components/detail/button-danger-dark.html +975 -0
  44. package/components/detail/button-danger-default.html +975 -0
  45. package/components/detail/button-danger-icon.html +999 -0
  46. package/components/detail/button-disabled-dark-icon.html +999 -0
  47. package/components/detail/button-disabled-dark.html +975 -0
  48. package/components/detail/button-floating-aligned-column.html +1005 -0
  49. package/components/detail/button-floating-aligned-right.html +1005 -0
  50. package/components/detail/button-floating-dark-aligned-column.html +1005 -0
  51. package/components/detail/button-floating-dark-aligned-right.html +1005 -0
  52. package/components/detail/button-floating-dark-default.html +1005 -0
  53. package/components/detail/button-floating-dark-disabled.html +1005 -0
  54. package/components/detail/button-floating-dark-secondary-aligned-column.html +1005 -0
  55. package/components/detail/button-floating-dark-secondary-aligned-right.html +1005 -0
  56. package/components/detail/button-floating-dark-secondary.html +1005 -0
  57. package/components/detail/button-floating-default.html +1005 -0
  58. package/components/detail/button-floating-disabled.html +1005 -0
  59. package/components/detail/button-floating-overview.html +969 -0
  60. package/components/detail/button-floating-positioning.html +1007 -0
  61. package/components/detail/button-floating-secondary-aligned-column.html +1005 -0
  62. package/components/detail/button-floating-secondary-aligned-right.html +1005 -0
  63. package/components/detail/button-floating-secondary.html +1005 -0
  64. package/components/detail/button-floating-states.html +987 -0
  65. package/components/detail/button-gray-default.html +975 -0
  66. package/components/detail/button-gray-icon.html +999 -0
  67. package/components/detail/button-group-center-alignment.html +965 -0
  68. package/components/detail/button-group-left-alignment.html +965 -0
  69. package/components/detail/button-group-right-alignment.html +965 -0
  70. package/components/detail/button-overview-direction.html +983 -0
  71. package/components/detail/button-overview-global-definition.html +975 -0
  72. package/components/detail/button-overview-sizes.html +987 -0
  73. package/components/detail/button-overview-states.html +1019 -0
  74. package/components/detail/button-primary-dark-icon.html +999 -0
  75. package/components/detail/button-primary-dark.html +975 -0
  76. package/components/detail/button-primary-default.html +975 -0
  77. package/components/detail/button-primary-icon.html +999 -0
  78. package/components/detail/button-secondary-dark-icon.html +999 -0
  79. package/components/detail/button-secondary-dark.html +975 -0
  80. package/components/detail/button-secondary-default.html +975 -0
  81. package/components/detail/button-secondary-icon.html +999 -0
  82. package/components/detail/button-tertiary-default.html +975 -0
  83. package/components/detail/button-tertiary-icon.html +999 -0
  84. package/components/detail/buttons-overview.html +2069 -0
  85. package/components/detail/category-dark.html +1022 -0
  86. package/components/detail/category-disabled-dark.html +1014 -0
  87. package/components/detail/category-disabled.html +1014 -0
  88. package/components/detail/category-full-row.html +1178 -0
  89. package/components/detail/category-overview-dark-states.html +1058 -0
  90. package/components/detail/category-overview-dark.html +1022 -0
  91. package/components/detail/category-overview-sizes.html +1030 -0
  92. package/components/detail/category-overview-states.html +1058 -0
  93. package/components/detail/category-small-dark.html +1022 -0
  94. package/components/detail/category-small-disabled-dark.html +1014 -0
  95. package/components/detail/category-small-disabled.html +1014 -0
  96. package/components/detail/category-small-full-row.html +1250 -0
  97. package/components/detail/category-small.html +1022 -0
  98. package/components/detail/category.html +1022 -0
  99. package/components/detail/checkbox-checked.html +968 -0
  100. package/components/detail/checkbox-disabled.html +968 -0
  101. package/components/detail/checkbox-focus.html +968 -0
  102. package/components/detail/checkbox-global-definition.html +968 -0
  103. package/components/detail/checkbox-hover.html +968 -0
  104. package/components/detail/checkbox-inline.html +974 -0
  105. package/components/detail/checkbox-readonly.html +969 -0
  106. package/components/detail/colors-and-shadows.html +1403 -0
  107. package/components/detail/contact-cards.html +2151 -0
  108. package/components/detail/contact-content.html +1017 -0
  109. package/components/detail/contact-overview.html +1147 -0
  110. package/components/detail/contact-sizes.html +1108 -0
  111. package/components/detail/contact-small.html +1038 -0
  112. package/components/detail/contact-without-image-small.html +1028 -0
  113. package/components/detail/contact-without-image.html +1028 -0
  114. package/components/detail/contact.html +1038 -0
  115. package/components/detail/divider-dark-blue.html +949 -0
  116. package/components/detail/divider-default.html +949 -0
  117. package/components/detail/divider-gray-5.html +949 -0
  118. package/components/detail/divider-white-50.html +949 -0
  119. package/components/detail/divider-white.html +949 -0
  120. package/components/detail/divider-yellow.html +949 -0
  121. package/components/detail/generic-card-aspect-16by9.html +1001 -0
  122. package/components/detail/generic-card-aspect-2by1-small.html +1116 -0
  123. package/components/detail/generic-card-aspect-2by1.html +1110 -0
  124. package/components/detail/generic-card-aspect.html +1050 -0
  125. package/components/detail/generic-card-default-small-dark-theme.html +1000 -0
  126. package/components/detail/generic-card-default-small-svg.html +1000 -0
  127. package/components/detail/generic-card-default-small.html +999 -0
  128. package/components/detail/generic-card-default-svg-dark.html +999 -0
  129. package/components/detail/generic-card-default-svg.html +998 -0
  130. package/components/detail/generic-card-default.html +999 -0
  131. package/components/detail/generic-card-media-dark-theme.html +1031 -0
  132. package/components/detail/generic-card-media-floating-icon.html +1042 -0
  133. package/components/detail/generic-card-media-small.html +1027 -0
  134. package/components/detail/generic-card-media.html +1027 -0
  135. package/components/detail/generic-card-overview.html +1062 -0
  136. package/components/detail/generic-flat-icons.html +951 -0
  137. package/components/detail/generic-rich-icons.html +951 -0
  138. package/components/detail/global-colors-alternative.html +1301 -0
  139. package/components/detail/global-colors-gradients.html +1305 -0
  140. package/components/detail/global-colors-gray-white-black.html +1304 -0
  141. package/components/detail/global-colors-primary.html +1295 -0
  142. package/components/detail/global-colors-shadows.html +1295 -0
  143. package/components/detail/global-colors-transparency.html +1306 -0
  144. package/components/detail/global-margins.html +995 -0
  145. package/components/detail/global-paddings.html +951 -0
  146. package/components/detail/gradient-background-colors.html +1517 -0
  147. package/components/detail/input-disabled.html +1003 -0
  148. package/components/detail/input-field.html +1226 -0
  149. package/components/detail/input-focus.html +1003 -0
  150. package/components/detail/input-hover.html +1003 -0
  151. package/components/detail/input-readonly.html +1003 -0
  152. package/components/detail/input-sizes.html +1007 -0
  153. package/components/detail/input-state-error.html +1003 -0
  154. package/components/detail/input-state-success.html +1003 -0
  155. package/components/detail/input.html +981 -0
  156. package/components/detail/large-section-spacing-definitions.html +1011 -0
  157. package/components/detail/large-section-spacing.html +977 -0
  158. package/components/detail/links.html +977 -0
  159. package/components/detail/lists.html +973 -0
  160. package/components/detail/marketplace-flat-icons.html +951 -0
  161. package/components/detail/marketplace-rich-icons.html +951 -0
  162. package/components/detail/matching-content-height-card.html +1599 -0
  163. package/components/detail/medium-section-spacing-definitions.html +1011 -0
  164. package/components/detail/medium-section-spacing.html +977 -0
  165. package/components/detail/modal-on-click.html +1017 -0
  166. package/components/detail/modal-on-load-demo.html +1012 -0
  167. package/components/detail/modal-on-load.html +1012 -0
  168. package/components/detail/msds-text-alt-blue-1.html +1287 -0
  169. package/components/detail/msds-text-alt-blue-2.html +1287 -0
  170. package/components/detail/msds-text-alt-blue-3.html +1287 -0
  171. package/components/detail/msds-text-alt-yellow-1.html +1287 -0
  172. package/components/detail/msds-text-alt-yellow-2.html +1287 -0
  173. package/components/detail/msds-text-black.html +1287 -0
  174. package/components/detail/msds-text-clear-blue.html +1287 -0
  175. package/components/detail/msds-text-confirm-green.html +1287 -0
  176. package/components/detail/msds-text-danger-red-1.html +1287 -0
  177. package/components/detail/msds-text-danger-red-2.html +1287 -0
  178. package/components/detail/msds-text-dark-blue.html +1287 -0
  179. package/components/detail/msds-text-gray-1.html +1287 -0
  180. package/components/detail/msds-text-gray-10.html +1287 -0
  181. package/components/detail/msds-text-gray-2.html +1287 -0
  182. package/components/detail/msds-text-gray-3.html +1287 -0
  183. package/components/detail/msds-text-gray-4.html +1287 -0
  184. package/components/detail/msds-text-gray-5.html +1287 -0
  185. package/components/detail/msds-text-gray-6.html +1287 -0
  186. package/components/detail/msds-text-gray-7.html +1287 -0
  187. package/components/detail/msds-text-gray-8.html +1287 -0
  188. package/components/detail/msds-text-gray-9.html +1287 -0
  189. package/components/detail/msds-text-sand.html +1287 -0
  190. package/components/detail/msds-text-white.html +1287 -0
  191. package/components/detail/msds-text-yellow.html +1287 -0
  192. package/components/detail/popover-bottom.html +1018 -0
  193. package/components/detail/popover-global-definition.html +1018 -0
  194. package/components/detail/popover-left.html +1018 -0
  195. package/components/detail/popover-top.html +1018 -0
  196. package/components/detail/preview-dark.html +1014 -0
  197. package/components/detail/preview.html +1001 -0
  198. package/components/detail/progress-bar-dark-theme.html +997 -0
  199. package/components/detail/progress-bar-features.html +1023 -0
  200. package/components/detail/progress-bar-global-definition.html +973 -0
  201. package/components/detail/progress-bar-light-theme.html +997 -0
  202. package/components/detail/progress-bar-sizes.html +999 -0
  203. package/components/detail/radio-button-disabled.html +963 -0
  204. package/components/detail/radio-button-focus.html +963 -0
  205. package/components/detail/radio-button-global-definition.html +975 -0
  206. package/components/detail/radio-button-hover.html +963 -0
  207. package/components/detail/radio-button-readonly.html +964 -0
  208. package/components/detail/radio-button-selected.html +963 -0
  209. package/components/detail/section-checkbox-dark.html +1019 -0
  210. package/components/detail/section-checkbox-nested-accordion.html +1124 -0
  211. package/components/detail/section-checkbox.html +1083 -0
  212. package/components/detail/section-radio-dark.html +1083 -0
  213. package/components/detail/section-radio-nested-accordion.html +1135 -0
  214. package/components/detail/section-radio.html +1081 -0
  215. package/components/detail/select-input-default.html +973 -0
  216. package/components/detail/select-input-error.html +971 -0
  217. package/components/detail/select-input-global-definition.html +983 -0
  218. package/components/detail/select-input-not-required.html +973 -0
  219. package/components/detail/select-input-required.html +973 -0
  220. package/components/detail/select-input-small.html +969 -0
  221. package/components/detail/small-section-spacing-definitions.html +1017 -0
  222. package/components/detail/small-section-spacing.html +977 -0
  223. package/components/detail/solid-background-colors.html +1457 -0
  224. package/components/detail/solution-card-default-layout.html +1210 -0
  225. package/components/detail/solution-card-default.html +1040 -0
  226. package/components/detail/solution-card-layouts.html +2085 -0
  227. package/components/detail/solution-card-optional-certification-badges.html +1054 -0
  228. package/components/detail/solution-card-optional-solution-badges.html +1054 -0
  229. package/components/detail/solution-card-sizes.html +1125 -0
  230. package/components/detail/solution-card-small.html +1040 -0
  231. package/components/detail/switch-checked.html +973 -0
  232. package/components/detail/switch-default.html +973 -0
  233. package/components/detail/switch-disabled-readonly.html +973 -0
  234. package/components/detail/switch-disabled.html +973 -0
  235. package/components/detail/switch-global.html +983 -0
  236. package/components/detail/tab-tile.html +2409 -0
  237. package/components/detail/table-dark-theme-default-expandable-rows.html +1204 -0
  238. package/components/detail/table-dark-theme-default.html +1228 -0
  239. package/components/detail/table-default-dark.html +1179 -0
  240. package/components/detail/table-default-expandable-rows.html +1203 -0
  241. package/components/detail/table-default-medium.html +1179 -0
  242. package/components/detail/table-default-small.html +1179 -0
  243. package/components/detail/table-default.html +1227 -0
  244. package/components/detail/text-area-disabled.html +1011 -0
  245. package/components/detail/text-area-error.html +1011 -0
  246. package/components/detail/text-area-field.html +985 -0
  247. package/components/detail/text-area-focus.html +1011 -0
  248. package/components/detail/text-area-hover.html +1011 -0
  249. package/components/detail/text-area-readonly.html +1011 -0
  250. package/components/detail/text-area-sizes.html +1011 -0
  251. package/components/detail/text-area-success.html +1011 -0
  252. package/components/detail/text-area.html +1167 -0
  253. package/components/detail/text-colors.html +1287 -0
  254. package/components/detail/text.html +1037 -0
  255. package/components/detail/typography-body-texts.html +993 -0
  256. package/components/detail/typography-displays.html +959 -0
  257. package/components/detail/typography-headers.html +965 -0
  258. package/components/detail/typography-leads.html +951 -0
  259. package/components/detail/typography-links-dark-theme.html +1159 -0
  260. package/components/detail/typography-links-light-theme.html +1123 -0
  261. package/components/detail/typography-links-secondary.html +1011 -0
  262. package/components/detail/typography-unordered-lists.html +973 -0
  263. package/components/preview/accordion-checkbox-large.html +81 -0
  264. package/components/preview/accordion-checkbox-medium-dark.html +81 -0
  265. package/components/preview/accordion-checkbox-medium-disabled.html +82 -0
  266. package/components/preview/accordion-checkbox-medium-filtered-list-items.html +84 -0
  267. package/components/preview/accordion-checkbox-medium-icon-left-floating-dark-yellow.html +95 -0
  268. package/components/preview/accordion-checkbox-medium-icon-left-floating.html +95 -0
  269. package/components/preview/accordion-checkbox-medium-icon-left.html +90 -0
  270. package/components/preview/accordion-checkbox-medium.html +81 -0
  271. package/components/preview/accordion-checkbox-overview.html +83 -0
  272. package/components/preview/accordion-input.html +30 -0
  273. package/components/preview/accordion-label.html +30 -0
  274. package/components/preview/accordion-modifier-icon-floating.html +30 -0
  275. package/components/preview/accordion-modifier-icon-left.html +31 -0
  276. package/components/preview/accordion-radio.html +83 -0
  277. package/components/preview/alert-dark-theme-default.html +59 -0
  278. package/components/preview/alert-dark-theme-solution.html +59 -0
  279. package/components/preview/alert-default-extra-attention.html +58 -0
  280. package/components/preview/alert-default-generic.html +58 -0
  281. package/components/preview/alert-default-solution-with-badge-and-ready-state.html +64 -0
  282. package/components/preview/alert-default-solution.html +60 -0
  283. package/components/preview/alert-default-without-image.html +57 -0
  284. package/components/preview/alert-default.html +58 -0
  285. package/components/preview/alert-hidden-after-refresh-checkbox.html +63 -0
  286. package/components/preview/alert-hidden-after-refresh.html +57 -0
  287. package/components/preview/alert-layouts.html +341 -0
  288. package/components/preview/alert-visible-after-refresh.html +57 -0
  289. package/components/preview/background-colors.html +50 -0
  290. package/components/preview/basic-card-default-dark.html +55 -0
  291. package/components/preview/basic-card-default-without-caption-with-header-icon.html +50 -0
  292. package/components/preview/basic-card-default-without-caption-with-header-image.html +48 -0
  293. package/components/preview/basic-card-default-without-caption.html +46 -0
  294. package/components/preview/basic-card-default.html +55 -0
  295. package/components/preview/basic-card-grouping-center.html +55 -0
  296. package/components/preview/basic-card-grouping-left-with-flat-icon.html +60 -0
  297. package/components/preview/basic-card-grouping-left.html +55 -0
  298. package/components/preview/basic-card-grouping.html +110 -0
  299. package/components/preview/basic-card-layouts.html +494 -0
  300. package/components/preview/button-danger-dark-icon.html +51 -0
  301. package/components/preview/button-danger-dark.html +44 -0
  302. package/components/preview/button-danger-default.html +42 -0
  303. package/components/preview/button-danger-icon.html +51 -0
  304. package/components/preview/button-disabled-dark-icon.html +51 -0
  305. package/components/preview/button-disabled-dark.html +44 -0
  306. package/components/preview/button-floating-aligned-column.html +57 -0
  307. package/components/preview/button-floating-aligned-right.html +57 -0
  308. package/components/preview/button-floating-dark-aligned-column.html +57 -0
  309. package/components/preview/button-floating-dark-aligned-right.html +57 -0
  310. package/components/preview/button-floating-dark-default.html +57 -0
  311. package/components/preview/button-floating-dark-disabled.html +57 -0
  312. package/components/preview/button-floating-dark-secondary-aligned-column.html +57 -0
  313. package/components/preview/button-floating-dark-secondary-aligned-right.html +57 -0
  314. package/components/preview/button-floating-dark-secondary.html +57 -0
  315. package/components/preview/button-floating-default.html +57 -0
  316. package/components/preview/button-floating-disabled.html +57 -0
  317. package/components/preview/button-floating-overview.html +39 -0
  318. package/components/preview/button-floating-positioning.html +58 -0
  319. package/components/preview/button-floating-secondary-aligned-column.html +57 -0
  320. package/components/preview/button-floating-secondary-aligned-right.html +57 -0
  321. package/components/preview/button-floating-secondary.html +57 -0
  322. package/components/preview/button-floating-states.html +48 -0
  323. package/components/preview/button-gray-default.html +43 -0
  324. package/components/preview/button-gray-icon.html +51 -0
  325. package/components/preview/button-group-center-alignment.html +37 -0
  326. package/components/preview/button-group-left-alignment.html +37 -0
  327. package/components/preview/button-group-right-alignment.html +37 -0
  328. package/components/preview/button-overview-direction.html +45 -0
  329. package/components/preview/button-overview-global-definition.html +41 -0
  330. package/components/preview/button-overview-sizes.html +48 -0
  331. package/components/preview/button-overview-states.html +59 -0
  332. package/components/preview/button-primary-dark-icon.html +51 -0
  333. package/components/preview/button-primary-dark.html +44 -0
  334. package/components/preview/button-primary-default.html +42 -0
  335. package/components/preview/button-primary-icon.html +52 -0
  336. package/components/preview/button-secondary-dark-icon.html +51 -0
  337. package/components/preview/button-secondary-dark.html +44 -0
  338. package/components/preview/button-secondary-default.html +44 -0
  339. package/components/preview/button-secondary-icon.html +51 -0
  340. package/components/preview/button-tertiary-default.html +42 -0
  341. package/components/preview/button-tertiary-icon.html +51 -0
  342. package/components/preview/buttons-overview.html +510 -0
  343. package/components/preview/category-dark.html +67 -0
  344. package/components/preview/category-disabled-dark.html +63 -0
  345. package/components/preview/category-disabled.html +59 -0
  346. package/components/preview/category-full-row.html +139 -0
  347. package/components/preview/category-overview-dark-states.html +85 -0
  348. package/components/preview/category-overview-dark.html +67 -0
  349. package/components/preview/category-overview-sizes.html +67 -0
  350. package/components/preview/category-overview-states.html +81 -0
  351. package/components/preview/category-small-dark.html +67 -0
  352. package/components/preview/category-small-disabled-dark.html +63 -0
  353. package/components/preview/category-small-disabled.html +59 -0
  354. package/components/preview/category-small-full-row.html +175 -0
  355. package/components/preview/category-small.html +63 -0
  356. package/components/preview/category.html +63 -0
  357. package/components/preview/checkbox-checked.html +38 -0
  358. package/components/preview/checkbox-disabled.html +38 -0
  359. package/components/preview/checkbox-focus.html +38 -0
  360. package/components/preview/checkbox-global-definition.html +38 -0
  361. package/components/preview/checkbox-hover.html +38 -0
  362. package/components/preview/checkbox-inline.html +41 -0
  363. package/components/preview/checkbox-readonly.html +39 -0
  364. package/components/preview/colors-and-shadows.html +126 -0
  365. package/components/preview/contact-cards.html +622 -0
  366. package/components/preview/contact-content.html +56 -0
  367. package/components/preview/contact-overview.html +121 -0
  368. package/components/preview/contact-sizes.html +102 -0
  369. package/components/preview/contact-small.html +67 -0
  370. package/components/preview/contact-without-image-small.html +62 -0
  371. package/components/preview/contact-without-image.html +62 -0
  372. package/components/preview/contact.html +67 -0
  373. package/components/preview/divider-dark-blue.html +29 -0
  374. package/components/preview/divider-default.html +30 -0
  375. package/components/preview/divider-gray-5.html +29 -0
  376. package/components/preview/divider-white-50.html +29 -0
  377. package/components/preview/divider-white.html +29 -0
  378. package/components/preview/divider-yellow.html +30 -0
  379. package/components/preview/generic-card-aspect-16by9.html +49 -0
  380. package/components/preview/generic-card-aspect-2by1-small.html +110 -0
  381. package/components/preview/generic-card-aspect-2by1.html +106 -0
  382. package/components/preview/generic-card-aspect.html +74 -0
  383. package/components/preview/generic-card-default-small-dark-theme.html +48 -0
  384. package/components/preview/generic-card-default-small-svg.html +48 -0
  385. package/components/preview/generic-card-default-small.html +49 -0
  386. package/components/preview/generic-card-default-svg-dark.html +48 -0
  387. package/components/preview/generic-card-default-svg.html +47 -0
  388. package/components/preview/generic-card-default.html +50 -0
  389. package/components/preview/generic-card-media-dark-theme.html +64 -0
  390. package/components/preview/generic-card-media-floating-icon.html +70 -0
  391. package/components/preview/generic-card-media-small.html +62 -0
  392. package/components/preview/generic-card-media.html +62 -0
  393. package/components/preview/generic-card-overview.html +80 -0
  394. package/components/preview/generic-flat-icons.html +54 -0
  395. package/components/preview/generic-rich-icons.html +54 -0
  396. package/components/preview/global-colors-alternative.html +59 -0
  397. package/components/preview/global-colors-gradients.html +63 -0
  398. package/components/preview/global-colors-gray-white-black.html +62 -0
  399. package/components/preview/global-colors-primary.html +53 -0
  400. package/components/preview/global-colors-shadows.html +54 -0
  401. package/components/preview/global-colors-transparency.html +64 -0
  402. package/components/preview/global-margins.html +51 -0
  403. package/components/preview/global-paddings.html +30 -0
  404. package/components/preview/gradient-background-colors.html +164 -0
  405. package/components/preview/input-disabled.html +56 -0
  406. package/components/preview/input-field.html +164 -0
  407. package/components/preview/input-focus.html +56 -0
  408. package/components/preview/input-hover.html +56 -0
  409. package/components/preview/input-readonly.html +56 -0
  410. package/components/preview/input-sizes.html +58 -0
  411. package/components/preview/input-state-error.html +56 -0
  412. package/components/preview/input-state-success.html +56 -0
  413. package/components/preview/input.html +45 -0
  414. package/components/preview/large-section-spacing-definitions.html +59 -0
  415. package/components/preview/large-section-spacing.html +42 -0
  416. package/components/preview/links.html +44 -0
  417. package/components/preview/lists.html +42 -0
  418. package/components/preview/marketplace-flat-icons.html +54 -0
  419. package/components/preview/marketplace-rich-icons.html +54 -0
  420. package/components/preview/matching-content-height-card.html +354 -0
  421. package/components/preview/medium-section-spacing-definitions.html +59 -0
  422. package/components/preview/medium-section-spacing.html +42 -0
  423. package/components/preview/modal-on-click.html +63 -0
  424. package/components/preview/modal-on-load-demo.html +61 -0
  425. package/components/preview/modal-on-load.html +61 -0
  426. package/components/preview/msds-text-alt-blue-1.html +49 -0
  427. package/components/preview/msds-text-alt-blue-2.html +49 -0
  428. package/components/preview/msds-text-alt-blue-3.html +49 -0
  429. package/components/preview/msds-text-alt-yellow-1.html +49 -0
  430. package/components/preview/msds-text-alt-yellow-2.html +49 -0
  431. package/components/preview/msds-text-black.html +49 -0
  432. package/components/preview/msds-text-clear-blue.html +49 -0
  433. package/components/preview/msds-text-confirm-green.html +49 -0
  434. package/components/preview/msds-text-danger-red-1.html +49 -0
  435. package/components/preview/msds-text-danger-red-2.html +49 -0
  436. package/components/preview/msds-text-dark-blue.html +49 -0
  437. package/components/preview/msds-text-gray-1.html +49 -0
  438. package/components/preview/msds-text-gray-10.html +49 -0
  439. package/components/preview/msds-text-gray-2.html +49 -0
  440. package/components/preview/msds-text-gray-3.html +49 -0
  441. package/components/preview/msds-text-gray-4.html +49 -0
  442. package/components/preview/msds-text-gray-5.html +49 -0
  443. package/components/preview/msds-text-gray-6.html +49 -0
  444. package/components/preview/msds-text-gray-7.html +49 -0
  445. package/components/preview/msds-text-gray-8.html +49 -0
  446. package/components/preview/msds-text-gray-9.html +49 -0
  447. package/components/preview/msds-text-sand.html +49 -0
  448. package/components/preview/msds-text-white.html +49 -0
  449. package/components/preview/msds-text-yellow.html +49 -0
  450. package/components/preview/popover-bottom.html +61 -0
  451. package/components/preview/popover-global-definition.html +61 -0
  452. package/components/preview/popover-left.html +61 -0
  453. package/components/preview/popover-top.html +61 -0
  454. package/components/preview/preview-dark.html +59 -0
  455. package/components/preview/preview.html +29 -0
  456. package/components/preview/progress-bar-dark-theme.html +57 -0
  457. package/components/preview/progress-bar-features.html +66 -0
  458. package/components/preview/progress-bar-global-definition.html +41 -0
  459. package/components/preview/progress-bar-light-theme.html +53 -0
  460. package/components/preview/progress-bar-sizes.html +55 -0
  461. package/components/preview/radio-button-disabled.html +36 -0
  462. package/components/preview/radio-button-focus.html +36 -0
  463. package/components/preview/radio-button-global-definition.html +42 -0
  464. package/components/preview/radio-button-hover.html +36 -0
  465. package/components/preview/radio-button-readonly.html +37 -0
  466. package/components/preview/radio-button-selected.html +36 -0
  467. package/components/preview/section-checkbox-dark.html +64 -0
  468. package/components/preview/section-checkbox-nested-accordion.html +119 -0
  469. package/components/preview/section-checkbox.html +96 -0
  470. package/components/preview/section-radio-dark.html +96 -0
  471. package/components/preview/section-radio-nested-accordion.html +144 -0
  472. package/components/preview/section-radio.html +95 -0
  473. package/components/preview/select-input-default.html +41 -0
  474. package/components/preview/select-input-error.html +40 -0
  475. package/components/preview/select-input-global-definition.html +46 -0
  476. package/components/preview/select-input-not-required.html +41 -0
  477. package/components/preview/select-input-required.html +41 -0
  478. package/components/preview/select-input-small.html +38 -0
  479. package/components/preview/small-section-spacing-definitions.html +62 -0
  480. package/components/preview/small-section-spacing.html +42 -0
  481. package/components/preview/solid-background-colors.html +135 -0
  482. package/components/preview/solution-card-default-layout.html +158 -0
  483. package/components/preview/solution-card-default.html +74 -0
  484. package/components/preview/solution-card-layouts.html +587 -0
  485. package/components/preview/solution-card-optional-certification-badges.html +82 -0
  486. package/components/preview/solution-card-optional-solution-badges.html +82 -0
  487. package/components/preview/solution-card-sizes.html +116 -0
  488. package/components/preview/solution-card-small.html +74 -0
  489. package/components/preview/switch-checked.html +41 -0
  490. package/components/preview/switch-default.html +41 -0
  491. package/components/preview/switch-disabled-readonly.html +41 -0
  492. package/components/preview/switch-disabled.html +41 -0
  493. package/components/preview/switch-global.html +46 -0
  494. package/components/preview/tab-tile.html +1128 -0
  495. package/components/preview/table-dark-theme-default-expandable-rows.html +160 -0
  496. package/components/preview/table-dark-theme-default.html +172 -0
  497. package/components/preview/table-default-dark.html +144 -0
  498. package/components/preview/table-default-expandable-rows.html +156 -0
  499. package/components/preview/table-default-medium.html +144 -0
  500. package/components/preview/table-default-small.html +144 -0
  501. package/components/preview/table-default.html +168 -0
  502. package/components/preview/text-area-disabled.html +60 -0
  503. package/components/preview/text-area-error.html +60 -0
  504. package/components/preview/text-area-field.html +47 -0
  505. package/components/preview/text-area-focus.html +60 -0
  506. package/components/preview/text-area-hover.html +60 -0
  507. package/components/preview/text-area-readonly.html +60 -0
  508. package/components/preview/text-area-sizes.html +60 -0
  509. package/components/preview/text-area-success.html +60 -0
  510. package/components/preview/text-area.html +147 -0
  511. package/components/preview/text-colors.html +49 -0
  512. package/components/preview/text.html +74 -0
  513. package/components/preview/typography-body-texts.html +52 -0
  514. package/components/preview/typography-displays.html +34 -0
  515. package/components/preview/typography-headers.html +37 -0
  516. package/components/preview/typography-leads.html +30 -0
  517. package/components/preview/typography-links-dark-theme.html +135 -0
  518. package/components/preview/typography-links-light-theme.html +117 -0
  519. package/components/preview/typography-links-secondary.html +61 -0
  520. package/components/preview/typography-unordered-lists.html +41 -0
  521. package/components/raw/tab-tile/tab-tile.js +139 -0
  522. package/components/raw/tab-tile/tab-tile.scss +256 -0
  523. package/components/render/accordion-checkbox-large.html +55 -0
  524. package/components/render/accordion-checkbox-medium-dark.html +55 -0
  525. package/components/render/accordion-checkbox-medium-disabled.html +56 -0
  526. package/components/render/accordion-checkbox-medium-filtered-list-items.html +58 -0
  527. package/components/render/accordion-checkbox-medium-icon-left-floating-dark-yellow.html +69 -0
  528. package/components/render/accordion-checkbox-medium-icon-left-floating.html +69 -0
  529. package/components/render/accordion-checkbox-medium-icon-left.html +64 -0
  530. package/components/render/accordion-checkbox-medium.html +55 -0
  531. package/components/render/accordion-checkbox-overview.html +57 -0
  532. package/components/render/accordion-input.html +4 -0
  533. package/components/render/accordion-label.html +4 -0
  534. package/components/render/accordion-modifier-icon-floating.html +4 -0
  535. package/components/render/accordion-modifier-icon-left.html +5 -0
  536. package/components/render/accordion-radio.html +57 -0
  537. package/components/render/alert-dark-theme-default.html +33 -0
  538. package/components/render/alert-dark-theme-solution.html +33 -0
  539. package/components/render/alert-default-extra-attention.html +32 -0
  540. package/components/render/alert-default-generic.html +32 -0
  541. package/components/render/alert-default-solution-with-badge-and-ready-state.html +38 -0
  542. package/components/render/alert-default-solution.html +34 -0
  543. package/components/render/alert-default-without-image.html +31 -0
  544. package/components/render/alert-default.html +32 -0
  545. package/components/render/alert-hidden-after-refresh-checkbox.html +37 -0
  546. package/components/render/alert-hidden-after-refresh.html +31 -0
  547. package/components/render/alert-layouts.html +315 -0
  548. package/components/render/alert-visible-after-refresh.html +31 -0
  549. package/components/render/background-colors.html +4 -0
  550. package/components/render/basic-card-default-dark.html +29 -0
  551. package/components/render/basic-card-default-without-caption-with-header-icon.html +24 -0
  552. package/components/render/basic-card-default-without-caption-with-header-image.html +22 -0
  553. package/components/render/basic-card-default-without-caption.html +20 -0
  554. package/components/render/basic-card-default.html +29 -0
  555. package/components/render/basic-card-grouping-center.html +29 -0
  556. package/components/render/basic-card-grouping-left-with-flat-icon.html +34 -0
  557. package/components/render/basic-card-grouping-left.html +29 -0
  558. package/components/render/basic-card-grouping.html +84 -0
  559. package/components/render/basic-card-layouts.html +468 -0
  560. package/components/render/button-danger-dark-icon.html +25 -0
  561. package/components/render/button-danger-dark.html +18 -0
  562. package/components/render/button-danger-default.html +16 -0
  563. package/components/render/button-danger-icon.html +25 -0
  564. package/components/render/button-disabled-dark-icon.html +25 -0
  565. package/components/render/button-disabled-dark.html +18 -0
  566. package/components/render/button-floating-aligned-column.html +31 -0
  567. package/components/render/button-floating-aligned-right.html +31 -0
  568. package/components/render/button-floating-dark-aligned-column.html +31 -0
  569. package/components/render/button-floating-dark-aligned-right.html +31 -0
  570. package/components/render/button-floating-dark-default.html +31 -0
  571. package/components/render/button-floating-dark-disabled.html +31 -0
  572. package/components/render/button-floating-dark-secondary-aligned-column.html +31 -0
  573. package/components/render/button-floating-dark-secondary-aligned-right.html +31 -0
  574. package/components/render/button-floating-dark-secondary.html +31 -0
  575. package/components/render/button-floating-default.html +31 -0
  576. package/components/render/button-floating-disabled.html +31 -0
  577. package/components/render/button-floating-overview.html +13 -0
  578. package/components/render/button-floating-positioning.html +32 -0
  579. package/components/render/button-floating-secondary-aligned-column.html +31 -0
  580. package/components/render/button-floating-secondary-aligned-right.html +31 -0
  581. package/components/render/button-floating-secondary.html +31 -0
  582. package/components/render/button-floating-states.html +22 -0
  583. package/components/render/button-gray-default.html +17 -0
  584. package/components/render/button-gray-icon.html +25 -0
  585. package/components/render/button-group-center-alignment.html +11 -0
  586. package/components/render/button-group-left-alignment.html +11 -0
  587. package/components/render/button-group-right-alignment.html +11 -0
  588. package/components/render/button-overview-direction.html +19 -0
  589. package/components/render/button-overview-global-definition.html +15 -0
  590. package/components/render/button-overview-sizes.html +22 -0
  591. package/components/render/button-overview-states.html +33 -0
  592. package/components/render/button-primary-dark-icon.html +25 -0
  593. package/components/render/button-primary-dark.html +18 -0
  594. package/components/render/button-primary-default.html +16 -0
  595. package/components/render/button-primary-icon.html +26 -0
  596. package/components/render/button-secondary-dark-icon.html +25 -0
  597. package/components/render/button-secondary-dark.html +18 -0
  598. package/components/render/button-secondary-default.html +18 -0
  599. package/components/render/button-secondary-icon.html +25 -0
  600. package/components/render/button-tertiary-default.html +16 -0
  601. package/components/render/button-tertiary-icon.html +25 -0
  602. package/components/render/buttons-overview.html +484 -0
  603. package/components/render/category-dark.html +37 -0
  604. package/components/render/category-disabled-dark.html +33 -0
  605. package/components/render/category-disabled.html +33 -0
  606. package/components/render/category-full-row.html +113 -0
  607. package/components/render/category-overview-dark-states.html +55 -0
  608. package/components/render/category-overview-dark.html +37 -0
  609. package/components/render/category-overview-sizes.html +41 -0
  610. package/components/render/category-overview-states.html +55 -0
  611. package/components/render/category-small-dark.html +37 -0
  612. package/components/render/category-small-disabled-dark.html +33 -0
  613. package/components/render/category-small-disabled.html +33 -0
  614. package/components/render/category-small-full-row.html +149 -0
  615. package/components/render/category-small.html +37 -0
  616. package/components/render/category.html +37 -0
  617. package/components/render/checkbox-checked.html +12 -0
  618. package/components/render/checkbox-disabled.html +12 -0
  619. package/components/render/checkbox-focus.html +12 -0
  620. package/components/render/checkbox-global-definition.html +12 -0
  621. package/components/render/checkbox-hover.html +12 -0
  622. package/components/render/checkbox-inline.html +15 -0
  623. package/components/render/checkbox-readonly.html +13 -0
  624. package/components/render/colors-and-shadows.html +80 -0
  625. package/components/render/contact-cards.html +596 -0
  626. package/components/render/contact-content.html +30 -0
  627. package/components/render/contact-overview.html +95 -0
  628. package/components/render/contact-sizes.html +76 -0
  629. package/components/render/contact-small.html +41 -0
  630. package/components/render/contact-without-image-small.html +36 -0
  631. package/components/render/contact-without-image.html +36 -0
  632. package/components/render/contact.html +41 -0
  633. package/components/render/divider-dark-blue.html +3 -0
  634. package/components/render/divider-default.html +4 -0
  635. package/components/render/divider-gray-5.html +3 -0
  636. package/components/render/divider-white-50.html +3 -0
  637. package/components/render/divider-white.html +3 -0
  638. package/components/render/divider-yellow.html +4 -0
  639. package/components/render/generic-card-aspect-16by9.html +23 -0
  640. package/components/render/generic-card-aspect-2by1-small.html +84 -0
  641. package/components/render/generic-card-aspect-2by1.html +80 -0
  642. package/components/render/generic-card-aspect.html +48 -0
  643. package/components/render/generic-card-default-small-dark-theme.html +22 -0
  644. package/components/render/generic-card-default-small-svg.html +22 -0
  645. package/components/render/generic-card-default-small.html +23 -0
  646. package/components/render/generic-card-default-svg-dark.html +22 -0
  647. package/components/render/generic-card-default-svg.html +21 -0
  648. package/components/render/generic-card-default.html +24 -0
  649. package/components/render/generic-card-media-dark-theme.html +38 -0
  650. package/components/render/generic-card-media-floating-icon.html +44 -0
  651. package/components/render/generic-card-media-small.html +36 -0
  652. package/components/render/generic-card-media.html +36 -0
  653. package/components/render/generic-card-overview.html +54 -0
  654. package/components/render/generic-flat-icons.html +3 -0
  655. package/components/render/generic-rich-icons.html +3 -0
  656. package/components/render/global-colors-alternative.html +13 -0
  657. package/components/render/global-colors-gradients.html +17 -0
  658. package/components/render/global-colors-gray-white-black.html +16 -0
  659. package/components/render/global-colors-primary.html +7 -0
  660. package/components/render/global-colors-shadows.html +8 -0
  661. package/components/render/global-colors-transparency.html +18 -0
  662. package/components/render/global-margins.html +25 -0
  663. package/components/render/global-paddings.html +4 -0
  664. package/components/render/gradient-background-colors.html +118 -0
  665. package/components/render/input-disabled.html +30 -0
  666. package/components/render/input-field.html +138 -0
  667. package/components/render/input-focus.html +30 -0
  668. package/components/render/input-hover.html +30 -0
  669. package/components/render/input-readonly.html +30 -0
  670. package/components/render/input-sizes.html +32 -0
  671. package/components/render/input-state-error.html +30 -0
  672. package/components/render/input-state-success.html +30 -0
  673. package/components/render/input.html +19 -0
  674. package/components/render/large-section-spacing-definitions.html +33 -0
  675. package/components/render/large-section-spacing.html +16 -0
  676. package/components/render/links.html +18 -0
  677. package/components/render/lists.html +16 -0
  678. package/components/render/marketplace-flat-icons.html +3 -0
  679. package/components/render/marketplace-rich-icons.html +3 -0
  680. package/components/render/matching-content-height-card.html +328 -0
  681. package/components/render/medium-section-spacing-definitions.html +33 -0
  682. package/components/render/medium-section-spacing.html +16 -0
  683. package/components/render/modal-on-click.html +37 -0
  684. package/components/render/modal-on-load-demo.html +35 -0
  685. package/components/render/modal-on-load.html +35 -0
  686. package/components/render/msds-text-alt-blue-1.html +3 -0
  687. package/components/render/msds-text-alt-blue-2.html +3 -0
  688. package/components/render/msds-text-alt-blue-3.html +3 -0
  689. package/components/render/msds-text-alt-yellow-1.html +3 -0
  690. package/components/render/msds-text-alt-yellow-2.html +3 -0
  691. package/components/render/msds-text-black.html +3 -0
  692. package/components/render/msds-text-clear-blue.html +3 -0
  693. package/components/render/msds-text-confirm-green.html +3 -0
  694. package/components/render/msds-text-danger-red-1.html +3 -0
  695. package/components/render/msds-text-danger-red-2.html +3 -0
  696. package/components/render/msds-text-dark-blue.html +3 -0
  697. package/components/render/msds-text-gray-1.html +3 -0
  698. package/components/render/msds-text-gray-10.html +3 -0
  699. package/components/render/msds-text-gray-2.html +3 -0
  700. package/components/render/msds-text-gray-3.html +3 -0
  701. package/components/render/msds-text-gray-4.html +3 -0
  702. package/components/render/msds-text-gray-5.html +3 -0
  703. package/components/render/msds-text-gray-6.html +3 -0
  704. package/components/render/msds-text-gray-7.html +3 -0
  705. package/components/render/msds-text-gray-8.html +3 -0
  706. package/components/render/msds-text-gray-9.html +3 -0
  707. package/components/render/msds-text-sand.html +3 -0
  708. package/components/render/msds-text-white.html +3 -0
  709. package/components/render/msds-text-yellow.html +3 -0
  710. package/components/render/popover-bottom.html +35 -0
  711. package/components/render/popover-global-definition.html +35 -0
  712. package/components/render/popover-left.html +35 -0
  713. package/components/render/popover-top.html +35 -0
  714. package/components/render/preview-dark.html +33 -0
  715. package/components/render/preview.html +29 -0
  716. package/components/render/progress-bar-dark-theme.html +27 -0
  717. package/components/render/progress-bar-features.html +40 -0
  718. package/components/render/progress-bar-global-definition.html +15 -0
  719. package/components/render/progress-bar-light-theme.html +27 -0
  720. package/components/render/progress-bar-sizes.html +29 -0
  721. package/components/render/radio-button-disabled.html +10 -0
  722. package/components/render/radio-button-focus.html +10 -0
  723. package/components/render/radio-button-global-definition.html +16 -0
  724. package/components/render/radio-button-hover.html +10 -0
  725. package/components/render/radio-button-readonly.html +11 -0
  726. package/components/render/radio-button-selected.html +10 -0
  727. package/components/render/section-checkbox-dark.html +38 -0
  728. package/components/render/section-checkbox-nested-accordion.html +93 -0
  729. package/components/render/section-checkbox.html +70 -0
  730. package/components/render/section-radio-dark.html +70 -0
  731. package/components/render/section-radio-nested-accordion.html +118 -0
  732. package/components/render/section-radio.html +69 -0
  733. package/components/render/select-input-default.html +15 -0
  734. package/components/render/select-input-error.html +14 -0
  735. package/components/render/select-input-global-definition.html +20 -0
  736. package/components/render/select-input-not-required.html +15 -0
  737. package/components/render/select-input-required.html +15 -0
  738. package/components/render/select-input-small.html +12 -0
  739. package/components/render/small-section-spacing-definitions.html +36 -0
  740. package/components/render/small-section-spacing.html +16 -0
  741. package/components/render/solid-background-colors.html +89 -0
  742. package/components/render/solution-card-default-layout.html +132 -0
  743. package/components/render/solution-card-default.html +48 -0
  744. package/components/render/solution-card-layouts.html +561 -0
  745. package/components/render/solution-card-optional-certification-badges.html +56 -0
  746. package/components/render/solution-card-optional-solution-badges.html +56 -0
  747. package/components/render/solution-card-sizes.html +90 -0
  748. package/components/render/solution-card-small.html +48 -0
  749. package/components/render/switch-checked.html +15 -0
  750. package/components/render/switch-default.html +15 -0
  751. package/components/render/switch-disabled-readonly.html +15 -0
  752. package/components/render/switch-disabled.html +15 -0
  753. package/components/render/switch-global.html +20 -0
  754. package/components/render/tab-tile.html +1102 -0
  755. package/components/render/table-dark-theme-default-expandable-rows.html +130 -0
  756. package/components/render/table-dark-theme-default.html +142 -0
  757. package/components/render/table-default-dark.html +118 -0
  758. package/components/render/table-default-expandable-rows.html +130 -0
  759. package/components/render/table-default-medium.html +118 -0
  760. package/components/render/table-default-small.html +118 -0
  761. package/components/render/table-default.html +142 -0
  762. package/components/render/text-area-disabled.html +34 -0
  763. package/components/render/text-area-error.html +34 -0
  764. package/components/render/text-area-field.html +21 -0
  765. package/components/render/text-area-focus.html +34 -0
  766. package/components/render/text-area-hover.html +34 -0
  767. package/components/render/text-area-readonly.html +34 -0
  768. package/components/render/text-area-sizes.html +34 -0
  769. package/components/render/text-area-success.html +34 -0
  770. package/components/render/text-area.html +121 -0
  771. package/components/render/text-colors.html +3 -0
  772. package/components/render/text.html +48 -0
  773. package/components/render/typography-body-texts.html +26 -0
  774. package/components/render/typography-displays.html +8 -0
  775. package/components/render/typography-headers.html +11 -0
  776. package/components/render/typography-leads.html +4 -0
  777. package/components/render/typography-links-dark-theme.html +109 -0
  778. package/components/render/typography-links-light-theme.html +91 -0
  779. package/components/render/typography-links-secondary.html +35 -0
  780. package/components/render/typography-unordered-lists.html +15 -0
  781. package/components.html +13 -0
  782. package/design-system.css +1 -1
  783. package/docs/component-documentation/alerts.html +1657 -0
  784. package/docs/component-documentation/buttons/buttons-floating.html +1676 -0
  785. package/docs/component-documentation/buttons/buttons.html +1908 -0
  786. package/docs/component-documentation/cards/basic-cards.html +1424 -0
  787. package/docs/component-documentation/cards/category-cards.html +1950 -0
  788. package/docs/component-documentation/cards/contact-cards.html +1474 -0
  789. package/docs/component-documentation/cards/generic-cards.html +1534 -0
  790. package/docs/component-documentation/cards/solution-cards.html +1595 -0
  791. package/docs/component-documentation/dividers/dividers.html +839 -0
  792. package/docs/component-documentation/expanding-components/accordion.html +1832 -0
  793. package/docs/component-documentation/expanding-components/section.html +1511 -0
  794. package/docs/component-documentation/modal.html +983 -0
  795. package/docs/component-documentation/popover/popover.html +1082 -0
  796. package/docs/component-documentation/progress-bar.html +1143 -0
  797. package/docs/component-documentation/spacing.html +831 -0
  798. package/docs/component-documentation/table.html +2336 -0
  799. package/docs/content/icons/-overview.html +848 -0
  800. package/docs/content/icons/icons-flat.html +839 -0
  801. package/docs/content/icons/icons-rich.html +839 -0
  802. package/docs/content/typography/-overview.html +860 -0
  803. package/docs/content/typography/font-colors.html +900 -0
  804. package/docs/content/typography/links.html +1113 -0
  805. package/docs/content/typography/lists.html +854 -0
  806. package/docs/content/typography/text.html +919 -0
  807. package/docs/forms/-overview.html +881 -0
  808. package/docs/forms/checkbox.html +1007 -0
  809. package/docs/forms/drop-down-list.html +981 -0
  810. package/docs/forms/input-field.html +1316 -0
  811. package/docs/forms/radio-button.html +966 -0
  812. package/docs/forms/switch.html +964 -0
  813. package/docs/forms/text-area.html +1371 -0
  814. package/docs/guidelines-and-guides/creating-a-new-release.html +825 -0
  815. package/docs/guidelines-and-guides/css-and-scss-guidelines.html +814 -0
  816. package/docs/guidelines-and-guides/git-cheat-sheet.html +898 -0
  817. package/docs/guidelines-and-guides/installation-and-usage.html +812 -0
  818. package/docs/utilities/colors/background-colors.html +1029 -0
  819. package/docs/utilities/colors/font-colors.html +1002 -0
  820. package/docs/utilities/colors/overview.html +952 -0
  821. package/docs/utilities/spacing.html +1112 -0
  822. package/docs.html +13 -0
  823. package/icons.list.js +2432 -2432
  824. package/index.html +807 -0
  825. package/main.css +1 -1
  826. package/package.json +58 -58
  827. package/scss/_variables.scss +124 -124
  828. package/spacing.list.js +11 -11
  829. package/svg/rich/Okay.svg +33 -33
  830. package/svg/rich/acceleration.svg +39 -39
  831. package/svg/rich/add-content.svg +37 -37
  832. package/svg/rich/add-solution.svg +29 -29
  833. package/svg/rich/advanced-super-surveillance.svg +42 -42
  834. package/svg/rich/advocacy .svg +60 -60
  835. package/svg/rich/airplane.svg +67 -67
  836. package/svg/rich/ambition.svg +46 -46
  837. package/svg/rich/analytics-devices.svg +68 -68
  838. package/svg/rich/applications.svg +97 -97
  839. package/svg/rich/backup-important.svg +157 -157
  840. package/svg/rich/black-screens.svg +43 -43
  841. package/svg/rich/blueprint.svg +22 -22
  842. package/svg/rich/body-worn.svg +45 -45
  843. package/svg/rich/book-a-demo-notification.svg +38 -38
  844. package/svg/rich/book-a-demo.svg +34 -34
  845. package/svg/rich/booking.svg +49 -49
  846. package/svg/rich/browser.svg +32 -32
  847. package/svg/rich/build.svg +34 -34
  848. package/svg/rich/building-medium.svg +66 -66
  849. package/svg/rich/cal-monthly.svg +324 -324
  850. package/svg/rich/cal-weekly.svg +173 -173
  851. package/svg/rich/calendar.svg +25 -25
  852. package/svg/rich/cam-group-small.svg +84 -84
  853. package/svg/rich/camera-analogue.svg +27 -27
  854. package/svg/rich/camera-memory.svg +25 -25
  855. package/svg/rich/car.svg +41 -41
  856. package/svg/rich/care.svg +16 -16
  857. package/svg/rich/catalogue.svg +22 -22
  858. package/svg/rich/certification.svg +25 -25
  859. package/svg/rich/checklist.svg +22 -22
  860. package/svg/rich/checkmark-badge.svg +11 -11
  861. package/svg/rich/checkmark.svg +11 -11
  862. package/svg/rich/clock-24-7.svg +77 -77
  863. package/svg/rich/co-working.svg +104 -104
  864. package/svg/rich/coffee.svg +60 -60
  865. package/svg/rich/community.svg +184 -184
  866. package/svg/rich/company.svg +32 -32
  867. package/svg/rich/complete-flow.svg +30 -30
  868. package/svg/rich/consumer.svg +47 -47
  869. package/svg/rich/contact-illustration.svg +13 -13
  870. package/svg/rich/contact-notification.svg +17 -17
  871. package/svg/rich/crime.svg +29 -29
  872. package/svg/rich/crowd-management.svg +47 -47
  873. package/svg/rich/customer-stories.svg +23 -23
  874. package/svg/rich/customizable.svg +19 -19
  875. package/svg/rich/cyber-security.svg +131 -131
  876. package/svg/rich/dashboard.svg +43 -43
  877. package/svg/rich/decision-making.svg +19 -19
  878. package/svg/rich/deployment-device.svg +66 -66
  879. package/svg/rich/design-animated.svg +51 -51
  880. package/svg/rich/design.svg +24 -24
  881. package/svg/rich/devices-web.svg +56 -56
  882. package/svg/rich/devices.svg +29 -29
  883. package/svg/rich/discount.svg +22 -22
  884. package/svg/rich/document.svg +24 -24
  885. package/svg/rich/documentation.svg +79 -79
  886. package/svg/rich/dome-cam-8.svg +84 -84
  887. package/svg/rich/dome-cam.svg +16 -16
  888. package/svg/rich/download-illustration.svg +49 -49
  889. package/svg/rich/e-learning.svg +42 -42
  890. package/svg/rich/emergency.svg +44 -44
  891. package/svg/rich/employees.svg +37 -37
  892. package/svg/rich/end-user.svg +28 -28
  893. package/svg/rich/expertise.svg +47 -47
  894. package/svg/rich/explore.svg +50 -50
  895. package/svg/rich/extension.svg +63 -63
  896. package/svg/rich/failover.svg +33 -33
  897. package/svg/rich/faq.svg +23 -23
  898. package/svg/rich/feedback-notification.svg +21 -21
  899. package/svg/rich/feedback.svg +17 -17
  900. package/svg/rich/find.svg +28 -28
  901. package/svg/rich/flexibility.svg +13 -13
  902. package/svg/rich/form.svg +26 -26
  903. package/svg/rich/get-leads.svg +73 -73
  904. package/svg/rich/getting-started.svg +29 -29
  905. package/svg/rich/global-partner-network.svg +978 -978
  906. package/svg/rich/growth-data.svg +56 -56
  907. package/svg/rich/happiness.svg +29 -29
  908. package/svg/rich/hardware-applications-software.svg +165 -165
  909. package/svg/rich/hardware-services-documentation.svg +47 -47
  910. package/svg/rich/hardware.svg +22 -22
  911. package/svg/rich/intelligence.svg +43 -43
  912. package/svg/rich/interconnect.svg +39 -39
  913. package/svg/rich/investigation.svg +34 -34
  914. package/svg/rich/join.svg +78 -78
  915. package/svg/rich/key-features.svg +38 -38
  916. package/svg/rich/languages.svg +49 -49
  917. package/svg/rich/license-governance.svg +45 -45
  918. package/svg/rich/license-key.svg +13 -13
  919. package/svg/rich/like-notification.svg +43 -43
  920. package/svg/rich/listen.svg +13 -13
  921. package/svg/rich/live-streaming.svg +93 -93
  922. package/svg/rich/logged-in.svg +14 -14
  923. package/svg/rich/lpr.svg +59 -59
  924. package/svg/rich/marketplace-challenges-assist-people-feel-safe-leaving.svg +105 -105
  925. package/svg/rich/marketplace-challenges-assist-people-in-finding-their-vehicles.svg +124 -124
  926. package/svg/rich/marketplace-challenges-avoid-employee-theft.svg +169 -169
  927. package/svg/rich/marketplace-challenges-control-access-to-restricted-areas.svg +104 -104
  928. package/svg/rich/marketplace-challenges-discover-inefficiencies-in-cargo-movement.svg +130 -130
  929. package/svg/rich/marketplace-challenges-find-lost-children.svg +87 -87
  930. package/svg/rich/marketplace-challenges-gather-evidence-for-criminal-investigation.svg +172 -172
  931. package/svg/rich/marketplace-challenges-improve-wait-time-in-lines.svg +375 -375
  932. package/svg/rich/marketplace-challenges-money-disputes-with-customers.svg +157 -157
  933. package/svg/rich/marketplace-challenges-personalized-customer-experience.svg +127 -127
  934. package/svg/rich/marketplace-challenges-prevent-multiple-people-from-entering-a-door-on-a-single-access-badge.svg +245 -245
  935. package/svg/rich/marketplace-challenges-provide-evidence-against-lawsuit.svg +270 -270
  936. package/svg/rich/marketplace-challenges-react-to-confrontations-before-they-escalate.svg +176 -176
  937. package/svg/rich/marketplace-challenges-reduce-property-damage.svg +381 -381
  938. package/svg/rich/marketplace-challenges-reduce-workplace-accidents.svg +172 -172
  939. package/svg/rich/marketplace-challenges-respond-to-medical-emergencies.svg +179 -179
  940. package/svg/rich/marketplace-challenges-situational-awareness-to-response-teams.svg +330 -330
  941. package/svg/rich/marketplace-challenges-understand-customer-behavior.svg +455 -455
  942. package/svg/rich/marketplace-challenges-vandalism.svg +120 -120
  943. package/svg/rich/marketplace-collect.svg +121 -121
  944. package/svg/rich/marketplace-filter.svg +54 -54
  945. package/svg/rich/marketplace-industries-airports.svg +380 -380
  946. package/svg/rich/marketplace-industries-art-and-entertainment.svg +170 -170
  947. package/svg/rich/marketplace-industries-city-surveillance.svg +572 -572
  948. package/svg/rich/marketplace-industries-construction.svg +253 -253
  949. package/svg/rich/marketplace-industries-critical-infrastructure.svg +292 -292
  950. package/svg/rich/marketplace-industries-education.svg +291 -291
  951. package/svg/rich/marketplace-industries-finance-and-insurance.svg +140 -140
  952. package/svg/rich/marketplace-industries-healthcare.svg +207 -207
  953. package/svg/rich/marketplace-industries-information-technology.svg +250 -250
  954. package/svg/rich/marketplace-industries-manufacturing.svg +175 -175
  955. package/svg/rich/marketplace-industries-public-administration.svg +349 -349
  956. package/svg/rich/marketplace-industries-public-transport.svg +303 -303
  957. package/svg/rich/marketplace-industries-retail.svg +392 -392
  958. package/svg/rich/marketplace-industries-seaports.svg +335 -335
  959. package/svg/rich/marketplace-industries-trafic-monitoring.svg +255 -255
  960. package/svg/rich/marketplace-industries-utilities.svg +211 -211
  961. package/svg/rich/marketplace-interface.svg +76 -76
  962. package/svg/rich/marketplace-practice-access-control.svg +117 -117
  963. package/svg/rich/marketplace-practice-business-intelligence.svg +89 -89
  964. package/svg/rich/marketplace-practice-business-solutions.svg +195 -195
  965. package/svg/rich/marketplace-practice-central-monitoring.svg +505 -505
  966. package/svg/rich/marketplace-practice-cloud-and-managed-services.svg +75 -75
  967. package/svg/rich/marketplace-practice-communication.svg +187 -187
  968. package/svg/rich/marketplace-practice-crisis-emergency.svg +160 -160
  969. package/svg/rich/marketplace-practice-cyber-security.svg +141 -141
  970. package/svg/rich/marketplace-practice-detection-and-deterrence.svg +164 -164
  971. package/svg/rich/marketplace-practice-digital-infrastructure.svg +197 -197
  972. package/svg/rich/marketplace-practice-facilities-management.svg +332 -332
  973. package/svg/rich/marketplace-practice-fire-and-life-safety.svg +168 -168
  974. package/svg/rich/marketplace-practice-home-automation-iot.svg +161 -161
  975. package/svg/rich/marketplace-practice-intrusion-and-alarm.svg +301 -301
  976. package/svg/rich/marketplace-practice-investigation.svg +157 -157
  977. package/svg/rich/marketplace-practice-it-hardware-and-equipment.svg +254 -254
  978. package/svg/rich/marketplace-practice-privacy-protection.svg +118 -118
  979. package/svg/rich/marketplace-practice-smart-city.svg +351 -351
  980. package/svg/rich/marketplace-practice-surveillance.svg +72 -72
  981. package/svg/rich/marketplace-practice-tracking-and-monitoring.svg +178 -178
  982. package/svg/rich/marketplace-practice-vehicles-and-traffic.svg +227 -227
  983. package/svg/rich/marketplace-solution-service.svg +75 -75
  984. package/svg/rich/milestone-global-offices-illustration.svg +49 -49
  985. package/svg/rich/milestone-in the-media.svg +49 -49
  986. package/svg/rich/mobile-support.svg +40 -40
  987. package/svg/rich/my-milestone.svg +28 -28
  988. package/svg/rich/network.svg +24 -24
  989. package/svg/rich/newspaper.svg +20 -20
  990. package/svg/rich/no-1.svg +50 -50
  991. package/svg/rich/no-backup.svg +30 -30
  992. package/svg/rich/one-hub.svg +71 -71
  993. package/svg/rich/open-platform-community.svg +144 -144
  994. package/svg/rich/open-platform.svg +10 -10
  995. package/svg/rich/outdated-hardware.svg +53 -53
  996. package/svg/rich/partnership.svg +39 -39
  997. package/svg/rich/passion.svg +41 -41
  998. package/svg/rich/planet.svg +75 -75
  999. package/svg/rich/play.svg +10 -10
  1000. package/svg/rich/press-release.svg +30 -30
  1001. package/svg/rich/product-overview-illustration.svg +49 -49
  1002. package/svg/rich/project-animated.svg +99 -99
  1003. package/svg/rich/project.svg +18 -18
  1004. package/svg/rich/promotion.svg +25 -25
  1005. package/svg/rich/publish.svg +12 -12
  1006. package/svg/rich/quote.svg +104 -104
  1007. package/svg/rich/reaction-mode.svg +54 -54
  1008. package/svg/rich/releases.svg +17 -17
  1009. package/svg/rich/reliable.svg +24 -24
  1010. package/svg/rich/reminder.svg +33 -33
  1011. package/svg/rich/save-money.svg +27 -27
  1012. package/svg/rich/scalable.svg +16 -16
  1013. package/svg/rich/scale-balance.svg +101 -101
  1014. package/svg/rich/scale-up.svg +11 -11
  1015. package/svg/rich/screen-recording.svg +259 -259
  1016. package/svg/rich/searching.svg +115 -115
  1017. package/svg/rich/secure-gdpr.svg +52 -52
  1018. package/svg/rich/secure.svg +49 -49
  1019. package/svg/rich/self-service-support.svg +15 -15
  1020. package/svg/rich/service-coding.svg +44 -44
  1021. package/svg/rich/sign-up.svg +37 -37
  1022. package/svg/rich/single-site.svg +31 -31
  1023. package/svg/rich/smart-wall-person.svg +135 -135
  1024. package/svg/rich/smart-wall.svg +96 -96
  1025. package/svg/rich/solutions-design-tool.svg +234 -234
  1026. package/svg/rich/submit-for-feedback.svg +28 -28
  1027. package/svg/rich/subscriptions.svg +37 -37
  1028. package/svg/rich/support-call.svg +29 -29
  1029. package/svg/rich/support-chat-female.svg +48 -48
  1030. package/svg/rich/support-chat-male.svg +48 -48
  1031. package/svg/rich/support-technical.svg +17 -17
  1032. package/svg/rich/system-builder.svg +24 -24
  1033. package/svg/rich/tags.svg +24 -24
  1034. package/svg/rich/target.svg +15 -15
  1035. package/svg/rich/time-to-market.svg +53 -53
  1036. package/svg/rich/tools.svg +37 -37
  1037. package/svg/rich/trade-show.svg +90 -90
  1038. package/svg/rich/transaction.svg +56 -56
  1039. package/svg/rich/translation.svg +17 -17
  1040. package/svg/rich/update-content-then-publish.svg +77 -77
  1041. package/svg/rich/update-content.svg +55 -55
  1042. package/svg/rich/user-review.svg +22 -22
  1043. package/svg/rich/verification.svg +37 -37
  1044. package/svg/rich/video-cookie.svg +78 -78
  1045. package/svg/rich/vps.svg +39 -39
  1046. package/svg/rich/warning.svg +48 -48
  1047. package/svg/rich/watch.svg +19 -19
  1048. package/svg/rich/webinar.svg +49 -49
  1049. package/svg/rich/well-being.svg +67 -67
  1050. package/svg/rich/world-leading.svg +258 -258
  1051. package/svg/rich/xprotect-access-anywhere.svg +86 -86
  1052. package/svg/rich/xprotect-compare-matrix.svg +40 -40
  1053. package/svg/rich/xprotect-compare-products.svg +232 -232
  1054. package/svg/rich/xprotect-compare-releases.svg +208 -208
  1055. package/svg/rich/xprotect.svg +31 -31
  1056. package/svg/rich/youtube.svg +12 -12
  1057. package/text.list.js +47 -47
  1058. package/themes/mandelbrot/css/aqua.css +1 -0
  1059. package/themes/mandelbrot/css/black.css +1 -0
  1060. package/themes/mandelbrot/css/blue.css +1 -0
  1061. package/themes/mandelbrot/css/default.css +1 -0
  1062. package/themes/mandelbrot/css/fuchsia.css +1 -0
  1063. package/themes/mandelbrot/css/green.css +1 -0
  1064. package/themes/mandelbrot/css/grey.css +1 -0
  1065. package/themes/mandelbrot/css/highlight.css +1 -0
  1066. package/themes/mandelbrot/css/lime.css +1 -0
  1067. package/themes/mandelbrot/css/maroon.css +1 -0
  1068. package/themes/mandelbrot/css/navy.css +1 -0
  1069. package/themes/mandelbrot/css/olive.css +1 -0
  1070. package/themes/mandelbrot/css/orange.css +1 -0
  1071. package/themes/mandelbrot/css/purple.css +1 -0
  1072. package/themes/mandelbrot/css/red.css +1 -0
  1073. package/themes/mandelbrot/css/teal.css +1 -0
  1074. package/themes/mandelbrot/css/white.css +1 -0
  1075. package/themes/mandelbrot/css/yellow.css +1 -0
  1076. package/themes/mandelbrot/favicon.ico +0 -0
  1077. package/themes/mandelbrot/fonts/OpenSans-Italic.woff +0 -0
  1078. package/themes/mandelbrot/fonts/OpenSans-Italic.woff2 +0 -0
  1079. package/themes/mandelbrot/fonts/OpenSans-Regular.woff +0 -0
  1080. package/themes/mandelbrot/fonts/OpenSans-Regular.woff2 +0 -0
  1081. package/themes/mandelbrot/fonts/OpenSans-Semibold.woff +0 -0
  1082. package/themes/mandelbrot/fonts/OpenSans-Semibold.woff2 +0 -0
  1083. package/themes/mandelbrot/fonts/OpenSans-SemiboldItalic.woff +0 -0
  1084. package/themes/mandelbrot/fonts/OpenSans-SemiboldItalic.woff2 +0 -0
  1085. package/themes/mandelbrot/fonts/hack-bold-webfont.woff +0 -0
  1086. package/themes/mandelbrot/fonts/hack-bold-webfont.woff2 +0 -0
  1087. package/themes/mandelbrot/fonts/hack-bolditalic-webfont.woff +0 -0
  1088. package/themes/mandelbrot/fonts/hack-bolditalic-webfont.woff2 +0 -0
  1089. package/themes/mandelbrot/fonts/hack-italic-webfont.woff +0 -0
  1090. package/themes/mandelbrot/fonts/hack-italic-webfont.woff2 +0 -0
  1091. package/themes/mandelbrot/fonts/hack-regular-webfont.woff +0 -0
  1092. package/themes/mandelbrot/fonts/hack-regular-webfont.woff2 +0 -0
  1093. package/themes/mandelbrot/img/favicon.png +0 -0
  1094. package/themes/mandelbrot/img/icon-drag--horizontal.svg +3 -0
  1095. package/themes/mandelbrot/img/icon-drag--vertical.svg +3 -0
  1096. package/themes/mandelbrot/img/icon-navigation-closed-ltr.svg +3 -0
  1097. package/themes/mandelbrot/img/icon-navigation-closed-rtl.svg +3 -0
  1098. package/themes/mandelbrot/img/icon-navigation-opened.svg +3 -0
  1099. package/themes/mandelbrot/img/icon-window.svg +3 -0
  1100. package/themes/mandelbrot/img/loader.svg +37 -0
  1101. package/themes/mandelbrot/js/mandelbrot.js +2 -0
  1102. package/themes/mandelbrot/js/mandelbrot.js.map +1 -0
@@ -1,573 +1,573 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="440px" height="330px" viewBox="0 0 440 330" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <title>Graphic elements / Icons / Rich icons / Marketplace / Industries-City-Surveillance</title>
4
- <defs>
5
- <linearGradient x1="0.488949736%" y1="50%" x2="100.48895%" y2="50%" id="linearGradient-1">
6
- <stop stop-color="#FFFFFF" offset="0%"></stop>
7
- <stop stop-color="#000000" offset="100%"></stop>
8
- </linearGradient>
9
- <linearGradient x1="0.480706769%" y1="50%" x2="100.480707%" y2="50%" id="linearGradient-2">
10
- <stop stop-color="#FFFFFF" offset="0%"></stop>
11
- <stop stop-color="#000000" offset="100%"></stop>
12
- </linearGradient>
13
- </defs>
14
- <g id="Graphic-elements-/-Icons-/-Rich-icons-/-Marketplace-/-Industries-City-Surveillance" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
15
- <g id="City-surveillance" transform="translate(0.000000, 138.000000)" fill-rule="nonzero">
16
- <path d="M435,109.95 L435,109.95 L433,109.95 L433,109.95 L432.3,109.95 L432.3,154.78 L430.3,154.78 L430.3,124.5 L425,124.5 L425,129.76 L410.2,129.76 L410.2,132.47 L408.99,132.47 L408.99,144.15 L406.1,144.15 L406.1,153.76 L402.42,153.76 L402.42,165.55 L401,165.55 L401,110.09 L400,110.09 L400,103.9 L398.14,103.9 L398.14,97.72 L396.9,97.72 L396.9,91.53 L388.9,91.53 L388.9,97.72 L387.66,97.72 L387.66,103.9 L385.8,103.9 L385.8,110.09 L384.92,110.09 L384.92,148.54 L382.76,148.54 L382.76,165.54 L380.18,165.54 L380.18,165.31 L379.49,165.31 L379.49,164.86 L380.18,164.86 L380.18,164.25 L379.49,164.25 L379.49,163.8 L380.18,163.8 L380.18,163.18 L379.49,163.18 L379.49,162.74 L380.18,162.74 L380.18,162.12 L379.49,162.12 L379.49,161.68 L380.18,161.68 L380.18,161.06 L379.49,161.06 L379.49,160.61 L380.18,160.61 L380.18,159.99 L379.49,159.99 L379.49,159.61 L380.18,159.61 L380.18,159 L379.49,159 L379.49,158.55 L380.18,158.55 L380.18,157.93 L379.49,157.93 L379.49,157.49 L380.18,157.49 L380.18,156.87 L379.49,156.87 L379.49,156.43 L380.18,156.43 L380.18,155.81 L379.49,155.81 L379.49,155.37 L380.18,155.37 L380.18,154.75 L379.49,154.75 L379.49,154.3 L380.18,154.3 L380.18,153.61 L379.49,153.61 L379.49,153.16 L380.18,153.16 L380.18,152.61 L379.49,152.61 L379.49,152.17 L380.18,152.17 L380.18,151.55 L379.49,151.55 L379.49,151.11 L380.18,151.11 L380.18,150.49 L379.49,150.49 L379.49,150.05 L380.18,150.05 L380.18,149.43 L379.49,149.43 L379.49,148.98 L380.18,148.98 L380.18,148.37 L379.49,148.37 L379.49,147.92 L380.18,147.92 L380.18,147.3 L379.49,147.3 L379.49,146.86 L380.18,146.86 L380.18,146.24 L379.49,146.24 L379.49,145.8 L380.18,145.8 L380.18,145.18 L379.49,145.18 L379.49,144.74 L380.18,144.74 L380.18,144.12 L379.49,144.12 L379.49,143.61 L380.18,143.61 L380.18,143 L379.49,143 L379.49,142.61 L380.18,142.61 L380.18,141.99 L379.49,141.99 L379.49,141.55 L380.18,141.55 L380.18,140.93 L379.49,140.93 L379.49,140.49 L380.18,140.49 L380.18,139.87 L379.49,139.87 L379.49,139.42 L380.18,139.42 L380.18,138.81 L379.49,138.81 L379.49,138.36 L380.18,138.36 L380.18,137.74 L379.49,137.74 L379.49,137.3 L380.18,137.3 L380.18,136.61 L379.49,136.61 L379.49,135.61 L378.94,135.61 L378.94,134.47 L377.5,134.47 L377.5,131.32 L376.42,131.32 L376.42,127.32 L373.15,126.6 L372.39,126.43 L372.39,119.83 L371.95,119.83 L371.95,126.33 L370.63,126.03 L370.63,131.31 L369.74,131.31 L369.74,134.46 L368.29,134.46 L368.29,135.61 L367.75,135.61 L367.75,136.61 L360.2,136.61 L360.2,143.27 L353.74,143.27 L348.09,145.48 L347.79,145.61 L347.79,148.51 L348.72,148.51 L348.72,149.23 L347.79,149.23 L347.79,149.96 L348.72,149.96 L348.72,150.69 L347.79,150.69 L347.79,151.42 L348.72,151.42 L348.72,152.14 L347.79,152.14 L347.79,152.87 L348.72,152.87 L348.72,153.61 L347.79,153.61 L347.79,154.34 L348.72,154.34 L348.72,154.86 L341.78,154.86 L339.22,147.86 L336.88,154.22 C336.88,152.06 336.94,149.9 336.94,147.75 C336.94,146.9 336.94,146.06 336.94,145.21 C336.94,142.823333 336.92,140.436667 336.88,138.05 C336.88,137.05 336.83,135.98 336.8,134.95 C336.8,132.72 336.68,130.5 336.59,128.27 C336.59,127.19 336.51,126.12 336.45,125.03 C336.356667,122.956667 336.25,120.88 336.13,118.8 C336.13,118.57 336.13,118.32 336.08,118.08 C335.97,116.25 335.85,114.42 335.71,112.59 C335.47,109.24 335.19,105.91 334.87,102.59 C334.79,101.74 334.71,100.89 334.62,100.03 L320.22,100.03 C320.22,100.52 320.13,101.03 320.08,101.51 C320.01,102.22 319.95,102.93 319.88,103.65 C319.81,104.37 319.76,104.9 319.71,105.52 C319.61,106.66 319.51,107.79 319.42,108.91 L319.3,110.48 C319.22,111.48 319.15,112.38 319.09,113.34 C319.09,113.74 319.02,114.15 319,114.56 C318.91,115.8 318.83,117.05 318.76,118.29 C318.76,118.71 318.71,119.13 318.68,119.54 C318.61,120.84 318.53,122.13 318.47,123.43 C318.47,123.71 318.47,123.99 318.47,124.27 C318.41,125.49 318.36,126.71 318.31,127.93 L318.31,128.64 C318.26,130.01 318.21,131.39 318.17,132.76 C318.17,133.03 318.17,133.31 318.17,133.58 C318.17,135 318.09,136.42 318.07,137.84 L318.07,138 C318.07,139.42 318.02,140.85 318.01,142.27 L318.01,142.81 C318.01,144.24 318.01,145.67 318.01,147.09 C318.01,147.29 318.01,147.49 318.01,147.69 C318.01,148.54 318.01,149.39 318.01,150.24 L315.46,150.24 L315.46,167.42 L312.46,167.42 L312.46,167.11 L312.97,167.11 L312.97,166.43 L312.46,166.43 L312.46,165.61 L312.97,165.61 L312.97,164.94 L312.46,164.94 L312.46,164.09 L312.97,164.09 L312.97,163.41 L312.46,163.41 L312.46,162.61 L312.97,162.61 L312.97,161.93 L312.46,161.93 L312.46,161.08 L312.97,161.08 L312.97,160.4 L312.46,160.4 L312.46,159.56 L312.97,159.56 L312.97,158.88 L312.46,158.88 L312.46,158.03 L312.97,158.03 L312.97,157.36 L312.46,157.36 L312.46,156.51 L312.97,156.51 L312.97,155.83 L312.46,155.83 L312.46,154.99 L312.97,154.99 L312.97,154.31 L312.46,154.31 L312.46,153.46 L312.97,153.46 L312.97,152.79 L312.46,152.79 L312.46,151.94 L312.97,151.94 L312.97,151.27 L312.46,151.27 L312.46,150.42 L312.97,150.42 L312.97,149.74 L312.46,149.74 L312.46,148.89 L312.97,148.89 L312.97,148.22 L312.46,148.22 L312.46,147.37 L312.97,147.37 L312.97,146.61 L312.46,146.61 L312.46,145.75 L312.97,145.75 L312.97,145.08 L312.46,145.08 L312.46,144.23 L312.97,144.23 L312.97,143.61 L312.46,143.61 L312.46,142.76 L312.97,142.76 L312.97,142.08 L312.46,142.08 L312.46,141.23 L312.97,141.23 L312.97,140.56 L312.46,140.56 L312.46,139.71 L312.97,139.71 L312.97,139.04 L312.46,139.04 L312.46,138.19 L312.97,138.19 L312.97,137.51 L312.46,137.51 L312.46,136.61 L312.97,136.61 L312.97,135.94 L312.46,135.94 L312.46,135.09 L312.97,135.09 L312.97,134.42 L312.46,134.42 L312.46,133.61 L312.97,133.61 L312.97,132.94 L312.46,132.94 L312.46,131.44 L312.97,131.44 L312.97,130.54 L311.21,130.54 L311.21,129.68 L312,129.68 L309.05,125.74 L307.05,125.74 L307.05,124.44 C307.052038,124.348889 306.989096,124.269163 306.9,124.25 L306.9,120.34 L306.51,120.34 L306.51,124.25 C306.420904,124.269163 306.357962,124.348889 306.36,124.44 L306.36,125.74 L304.36,125.74 L301.42,129.68 L302.08,129.68 L302.08,130.54 L300.32,130.54 L300.32,131.44 L300.95,131.44 L300.95,132.94 L300.32,132.94 L300.32,133.61 L300.95,133.61 L300.95,134.47 L300.32,134.47 L300.32,135.14 L300.95,135.14 L300.95,135.99 L300.32,135.99 L300.32,136.61 L300.95,136.61 L300.95,137.46 L300.32,137.46 L300.32,138.14 L300.95,138.14 L300.95,138.99 L300.32,138.99 L300.32,139.66 L300.95,139.66 L300.95,140.51 L300.32,140.51 L300.32,141.18 L300.95,141.18 L300.95,142.03 L300.32,142.03 L300.32,142.71 L300.95,142.71 L300.95,143.61 L300.32,143.61 L300.32,144.28 L300.95,144.28 L300.95,145.13 L300.32,145.13 L300.32,145.8 L300.95,145.8 L300.95,146.61 L300.32,146.61 L300.32,147.28 L300.95,147.28 L300.95,148.13 L300.32,148.13 L300.32,148.8 L300.95,148.8 L300.95,149.65 L300.32,149.65 L300.32,150.33 L300.95,150.33 L300.95,151.18 L300.32,151.18 L300.32,151.85 L300.95,151.85 L300.95,152.7 L300.32,152.7 L300.32,153.37 L300.95,153.37 L300.95,153.57 L296.95,153.57 L296.95,152.8 L296.95,152.13 L296.95,151.32 L296.95,150.65 L296.95,149.84 L296.95,149.16 L296.95,148.35 L296.95,147.68 L296.95,146.87 L296.95,146.2 L296.95,145.39 L296.95,144.72 L296.95,143.91 L296.95,143.24 L296.95,142.43 L296.95,141.75 L296.95,140.94 L296.95,140.28 L296.95,139.47 L296.95,138.79 L296.95,137.98 L296.95,137.31 L296.95,136.5 L296.95,135.83 L296.95,135.02 L296.95,134.35 L296.95,133.54 L296.95,132.87 L296.95,132.06 L296.95,131.38 L296.95,130.57 L296.95,129.9 L296.95,129.09 L296.95,128.42 L296.95,127.61 L296.95,126.94 L296.95,126.13 L296.95,125.46 L296.95,124.65 L296.95,123.98 L296.95,123.17 L296.95,122.49 L296.95,121.68 L296.95,121.01 L296.95,120.2 L296.95,119.53 L296.95,118.72 L296.95,118.05 L296.95,117.24 L296.95,116.57 L296.95,115.76 L296.95,115.08 L296.95,114.27 L296.95,113.6 L296.95,112.79 L296.95,112.12 L296.95,111.31 L296.89,108.83 L292.74,107.42 L292.74,109.61 L291.47,109.61 L291.6,103.72 L284.44,101.93 L283.72,111.32 L283.66,112.13 L283.6,112.8 L283.54,113.61 L283.49,114.28 L283.43,115.09 L283.38,115.77 L283.31,116.58 L283.26,117.25 L283.2,118.06 L283.2,118.73 L283.14,119.54 L283.08,120.21 L283.02,121.02 L282.97,121.69 L282.91,122.5 L282.86,123.18 L282.79,123.99 L282.74,124.66 L282.67,125.47 L282.67,126.14 L282.61,126.95 L282.55,127.62 L282.49,128.43 L282.43,129.1 L282.37,129.91 L282.37,130.58 L282.3,131.39 L282.25,132.07 L282.18,132.88 L282.13,133.55 L282.07,134.36 L282.02,135.03 L281.96,135.84 L281.96,136.16 L274.96,136.16 L274.96,145.67 L273.09,145.67 L273.09,166.15 L270.59,166.15 L270.59,90.97 L269.65,90.97 L269.65,82.15 L254.53,82.15 L254.53,90.97 L253.6,90.97 L253.6,124.14 L251.85,124.14 L251.85,124.5 L251.6,124.5 L251.6,125.38 L251.85,125.38 L251.85,125.69 L251.6,125.69 L251.6,126.61 L251.85,126.61 L251.85,126.93 L251.6,126.93 L251.6,127.81 L251.85,127.81 L251.85,128.13 L251.6,128.13 L251.6,129.01 L251.85,129.01 L251.85,129.33 L251.6,129.33 L251.6,130.21 L251.85,130.21 L251.85,130.53 L251.6,130.53 L251.6,131.41 L251.85,131.41 L251.85,131.73 L251.6,131.73 L251.6,132.61 L251.85,132.61 L251.85,132.93 L251.6,132.93 L251.6,133.81 L251.85,133.81 L251.85,134.13 L251.6,134.13 L251.6,135.02 L251.85,135.02 L251.85,135.34 L251.6,135.34 L251.6,136.22 L251.85,136.22 L251.85,136.54 L251.6,136.54 L251.6,137.42 L251.85,137.42 L251.85,137.74 L251.6,137.74 L251.6,138.61 L251.85,138.61 L251.85,138.93 L251.6,138.93 L251.6,139.81 L251.85,139.81 L251.85,140.13 L251.6,140.13 L251.6,141.01 L251.85,141.01 L251.85,141.33 L251.6,141.33 L251.6,142.21 L251.85,142.21 L251.85,143.74 L251.6,143.74 L251.6,144.61 L251.85,144.61 L251.85,144.92 L251.6,144.92 L251.6,145.45 L247.6,145.45 L247.6,125.78 L237,125.78 L237,138.46 L234,138.46 L234,137.76 L232.77,137.76 L232.77,114.61 L232.77,114.61 L232.77,88.75 L231.82,88.75 L231.82,73.49 L215.22,73.49 L215.22,88.75 L214.28,88.75 L214.28,153.61 L212,153.61 L212,128.05 L208,128.05 L208,116.68 L206.7,116.68 L206.7,111.52 L188,111.52 L188,116.68 L186.71,116.68 L186.71,157.98 L182.36,157.98 L182.36,131.27 L166.52,131.27 L166.52,148.16 L163,148.16 L163,164.61 L161,164.61 L161,117.28 L161,117.28 L161,116.09 L160.17,116.09 L160.17,115.75 L161,115.75 L161,114.61 L160.15,114.61 L160.15,114.27 L161,114.27 L161,113.09 L160.14,113.09 L160.14,112.75 L161,112.75 L161,111.51 L160.14,111.51 L160.14,111.17 L161,111.17 L161,109.98 L160.13,109.98 L160.13,109.61 L161,109.61 L161,108.41 L160.13,108.41 L160.13,108.08 L161,108.08 L161,106.89 L160.12,106.89 L160.12,106.61 L161,106.61 L161,102.07 C157.827375,99.6327999 155.953625,95.8705454 155.92,91.87 L155.92,91.74 L155.92,91.74 L155.92,91.09 L154.92,91.09 L154.92,91.74 L153.5,91.74 L153.5,81.25 L153,81.25 L153,91.72 L152.7,91.72 L152.7,91.07 L151.62,91.07 L151.62,91.72 L149.69,91.72 L149.69,91.07 L148.6,91.07 L148.6,91.72 C148.6,97.14 146.87,100.84 145.09,102.05 L145.09,105.4 L145.09,105.4 L145.09,106.61 L146.19,106.61 L146.19,106.95 L145.08,106.95 L145.08,108.14 L146.19,108.14 L146.19,108.47 L145.07,108.47 L145.07,109.61 L146.19,109.61 L146.19,109.94 L145.1,109.94 L145.1,111.13 L146.23,111.13 L146.23,111.47 L145.1,111.47 L145.1,112.66 L146.23,112.66 L146.23,113 L145.09,113 L145.09,114.18 L146.23,114.18 L146.23,114.61 L145.08,114.61 L145.08,115.8 L146.23,115.8 L146.23,116.14 L145,116.14 L145,141.95 L141.72,141.95 L141.72,154.71 L139.9,154.71 L139.9,165.83 C139.645585,165.689813 139.373002,165.585491 139.09,165.52 C138.66,165.44 138.22,165.39 137.78,165.35 L137.78,141.35 L136.27,140.67 L136.27,140.67 L135.72,140.67 L135.72,139.91 L135.27,139.91 L135.27,140.31 L134.84,140.31 L134.84,140.61 L133.66,140.61 L133.66,140.09 L133.19,139.86 L129.19,140 L129.19,140.74 L128.35,140.74 L128.35,146.87 L121.71,146.87 L121.71,116.43 L120.17,116.43 L120.17,108.71 L114.75,108.71 L114.75,106.71 L111.39,106.71 L111.39,103.39 L97.79,103.39 L97.79,108.74 L90.93,108.74 L90.93,163.81 L87.21,163.81 L87.21,169.01 L83.7,169.01 L83.7,152.42 L78.3,152.42 L78.3,146.98 L78.2,146.98 L78.2,145.9 L76.76,144.07 L76.76,144.07 L76.76,142.14 L76.42,141.81 L76.42,138.89 L76.25,138.89 L76.25,141.8 L75.97,142.08 L75.97,144.16 L74.71,145.96 L74.71,146.88 L74.37,147.13 L74.37,147.85 L73.77,148.21 L73.77,148.75 L73.11,149.11 L73.11,156.22 L71.86,156.12 L70.86,156.12 L70.86,142.26 L63.4,142.26 L63.4,150.68 L58.77,150.68 L58.77,156.61 L57.62,156.61 L57.62,164.31 L56.71,164.31 L56.71,160.43 L55.5,160.43 L55.5,127.71 L45.25,127.71 C37.79,127.71 31.75,132.99 31.75,140.45 L31.75,146.45 L29.27,146.45 C27.14,146.45 25.42,150.18 25.42,152.19 L25.42,161.01 L19.08,161.01 L19.08,150.84 L14.83,150.84 L14.83,168.84 L13,168.84 L13,158.84 L12,158.84 L12,150.84 L8.14,150.84 L8.14,141.03 L0,141.03 L0,191.61 L440,191.61 L440,109.95 L435,109.95 Z M155,164.61 L155,164.61 L155,117.28 L155,117.28 L155,164.61 Z M155,116.14 L155,116.14 L155,115.8 L155,115.8 L155,116.14 Z M155,114.61 L155,114.61 L155,114.27 L155,114.27 L155,114.61 Z M155,113.09 L155,113.09 L155,112.75 L155,112.75 L155,113.09 Z M155,111.56 L155,111.56 L155,111.22 L155,111.22 L155,111.56 Z M155,110.03 L155,110.03 L155,109.61 L155,109.61 L155,110.03 Z M155,108.5 L155,108.5 L155,108.17 L155,108.17 L155,108.5 Z M155,106.98 L155,106.98 L155,106.61 L155,106.61 L155,106.98 Z M367.67,144.13 L367.09,144.13 L367.03,144.13 L367.03,143.61 L367.67,143.61 L367.67,144.13 Z M367.67,143.07 L367.03,143.07 L367.03,142.61 L367.67,142.61 L367.67,143.07 Z M367.67,142 L367.03,142 L367.03,141.56 L367.67,141.56 L367.67,142 Z M367.67,140.94 L367.03,140.94 L367.03,140.5 L367.67,140.5 L367.67,140.94 Z M367.67,139.88 L367.03,139.88 L367.03,139.43 L367.67,139.43 L367.67,139.88 Z M367.67,138.82 L367.03,138.82 L367.03,138.37 L367.67,138.37 L367.67,138.82 Z M367.67,137.75 L367.03,137.75 L367.03,137.31 L367.67,137.31 L367.67,137.75 Z" id="Shape" fill="#8AA4B5"></path>
17
- <rect id="Rectangle" fill="#4F778F" x="211.54" y="70.9" width="12.76" height="83.59"></rect>
18
- <rect id="Rectangle" fill="#C4F4FF" x="236.05" y="121.96" width="7.09" height="27.74"></rect>
19
- <rect id="Rectangle" fill="#33AFE2" x="254.75" y="79.35" width="8.58" height="64.99"></rect>
20
- <rect id="Rectangle" fill="#33AFE2" x="253.81" y="87.97" width="10.44" height="56.37"></rect>
21
- <rect id="Rectangle" fill="#E9ECEE" x="132.98" y="99.43" width="28.78" height="79.31"></rect>
22
- <rect id="Rectangle" fill="#E9ECEE" x="135.74" y="96.24" width="9.32" height="3.19"></rect>
23
- <rect id="Rectangle" fill="#96A6AE" x="145.06" y="96.24" width="10.33" height="3.19"></rect>
24
- <rect id="Rectangle" fill="#96A6AE" x="161.76" y="99.43" width="8.63" height="79.3"></rect>
25
- <rect id="Rectangle" fill="#96A6AE" x="161.76" y="136.06" width="8.63" height="42.67"></rect>
26
- <rect id="Rectangle" fill="#96A6AE" x="132.98" y="106.08" width="19.32" height="2.53"></rect>
27
- <rect id="Rectangle" fill="#96A6AE" x="132.98" y="113.91" width="19.32" height="2.53"></rect>
28
- <rect id="Rectangle" fill="#96A6AE" x="132.98" y="121.74" width="19.32" height="2.53"></rect>
29
- <rect id="Rectangle" fill="#96A6AE" x="132.98" y="129.57" width="19.32" height="2.53"></rect>
30
- <rect id="Rectangle" fill="#96A6AE" x="132.98" y="137.4" width="19.32" height="2.53"></rect>
31
- <rect id="Rectangle" fill="#96A6AE" x="132.98" y="145.23" width="19.32" height="2.53"></rect>
32
- <rect id="Rectangle" fill="#96A6AE" x="132.98" y="153.06" width="19.32" height="2.53"></rect>
33
- <rect id="Rectangle" fill="#96A6AE" x="132.98" y="160.89" width="19.32" height="2.53"></rect>
34
- <rect id="Rectangle" fill="#96A6AE" x="132.98" y="168.72" width="19.32" height="2.53"></rect>
35
- <rect id="Rectangle" fill="#EBF7FF" x="295.69" y="49.73" width="21.97" height="111.09"></rect>
36
- <rect id="Rectangle" fill="#009BDB" x="295.65" y="64.16" width="22.02" height="1.99"></rect>
37
- <rect id="Rectangle" fill="#009BDB" x="295.65" y="68.56" width="22.02" height="1.99"></rect>
38
- <rect id="Rectangle" fill="#009BDB" x="295.65" y="72.96" width="22.02" height="1.99"></rect>
39
- <rect id="Rectangle" fill="#009BDB" x="295.65" y="77.36" width="22.02" height="1.99"></rect>
40
- <rect id="Rectangle" fill="#009BDB" x="295.65" y="81.76" width="22.02" height="1.99"></rect>
41
- <rect id="Rectangle" fill="#009BDB" x="295.65" y="86.15" width="22.02" height="1.99"></rect>
42
- <rect id="Rectangle" fill="#009BDB" x="295.65" y="90.55" width="22.02" height="1.99"></rect>
43
- <rect id="Rectangle" fill="#009BDB" x="295.65" y="94.95" width="22.02" height="1.99"></rect>
44
- <rect id="Rectangle" fill="#009BDB" x="295.65" y="99.35" width="22.02" height="1.99"></rect>
45
- <rect id="Rectangle" fill="#009BDB" x="295.65" y="103.75" width="22.02" height="1.99"></rect>
46
- <rect id="Rectangle" fill="#009BDB" x="295.65" y="108.15" width="22.02" height="1.99"></rect>
47
- <rect id="Rectangle" fill="#009BDB" x="295.65" y="112.55" width="22.02" height="1.99"></rect>
48
- <rect id="Rectangle" fill="#009BDB" x="295.65" y="116.94" width="22.02" height="1.99"></rect>
49
- <rect id="Rectangle" fill="#009BDB" x="295.65" y="121.34" width="22.02" height="1.99"></rect>
50
- <rect id="Rectangle" fill="#009BDB" x="295.65" y="125.74" width="22.02" height="1.99"></rect>
51
- <rect id="Rectangle" fill="#009BDB" x="295.65" y="130.14" width="22.02" height="1.99"></rect>
52
- <rect id="Rectangle" fill="#009BDB" x="295.65" y="134.54" width="22.02" height="1.99"></rect>
53
- <rect id="Rectangle" fill="#009BDB" x="295.65" y="138.94" width="22.02" height="1.99"></rect>
54
- <rect id="Rectangle" fill="#009BDB" x="295.65" y="143.34" width="22.02" height="1.99"></rect>
55
- <rect id="Rectangle" fill="#009BDB" x="295.65" y="147.73" width="22.02" height="1.99"></rect>
56
- <rect id="Rectangle" fill="#009BDB" x="295.65" y="152.13" width="22.02" height="1.99"></rect>
57
- <rect id="Rectangle" fill="#009BDB" x="295.65" y="156.53" width="22.02" height="1.99"></rect>
58
- <rect id="Rectangle" fill="#FFE600" x="304.74" y="58.19" width="10.1" height="4.37"></rect>
59
- <rect id="Rectangle" fill="#EFF2F3" opacity="0.19" x="301.98" y="49.73" width="15.69" height="111.09"></rect>
60
- <rect id="Rectangle" fill="#023852" x="233.88" y="0" width="50.65" height="177.1"></rect>
61
- <rect id="Rectangle" fill="#D9F0FF" x="284.53" y="0" width="11.16" height="177.1"></rect>
62
- <g id="Group" opacity="0.6" transform="translate(233.000000, 5.000000)" fill="#D5E5FD">
63
- <rect id="Rectangle" x="0.88" y="0.33" width="50.65" height="1.54"></rect>
64
- <rect id="Rectangle" x="0.88" y="7.16" width="50.65" height="1.54"></rect>
65
- <rect id="Rectangle" x="0.88" y="14" width="50.65" height="1.54"></rect>
66
- <rect id="Rectangle" x="0.88" y="20.84" width="50.65" height="1.54"></rect>
67
- <rect id="Rectangle" x="0.88" y="27.67" width="50.65" height="1.54"></rect>
68
- <rect id="Rectangle" x="0.88" y="34.51" width="50.65" height="1.54"></rect>
69
- <rect id="Rectangle" x="0.88" y="41.35" width="50.65" height="1.54"></rect>
70
- <rect id="Rectangle" x="0.88" y="48.18" width="50.65" height="1.54"></rect>
71
- <rect id="Rectangle" x="0.88" y="55.02" width="50.65" height="1.54"></rect>
72
- <rect id="Rectangle" x="0.88" y="61.85" width="50.65" height="1.54"></rect>
73
- <rect id="Rectangle" x="0.88" y="68.69" width="50.65" height="1.54"></rect>
74
- <rect id="Rectangle" x="0.88" y="75.53" width="50.65" height="1.54"></rect>
75
- <rect id="Rectangle" x="0.88" y="82.36" width="50.65" height="1.54"></rect>
76
- <rect id="Rectangle" x="0.88" y="89.2" width="50.65" height="1.54"></rect>
77
- <rect id="Rectangle" x="0.88" y="96.04" width="50.65" height="1.54"></rect>
78
- <rect id="Rectangle" x="0.88" y="102.87" width="50.65" height="1.54"></rect>
79
- <rect id="Rectangle" x="0.88" y="109.71" width="50.65" height="1.54"></rect>
80
- <rect id="Rectangle" x="0.88" y="116.55" width="50.65" height="1.54"></rect>
81
- <rect id="Rectangle" x="0.88" y="123.38" width="50.65" height="1.54"></rect>
82
- <rect id="Rectangle" x="0.88" y="130.22" width="50.65" height="1.54"></rect>
83
- <rect id="Rectangle" x="0.88" y="137.06" width="50.65" height="1.54"></rect>
84
- <rect id="Rectangle" x="0.88" y="143.89" width="50.65" height="1.54"></rect>
85
- <rect id="Rectangle" x="0.88" y="150.73" width="50.65" height="1.54"></rect>
86
- <rect id="Rectangle" x="0.88" y="157.57" width="50.65" height="1.54"></rect>
87
- <rect id="Rectangle" x="0.88" y="164.4" width="50.65" height="1.54"></rect>
88
- </g>
89
- <rect id="Rectangle" fill="#003A5D" opacity="0.36" style="mix-blend-mode: multiply;" x="233.88" y="0" width="22.64" height="177.1"></rect>
90
- <rect id="Rectangle" fill="#E5EBEF" opacity="0.2" x="259.59" y="0" width="4.11" height="177.09"></rect>
91
- <rect id="Rectangle" fill="#E5EBEF" opacity="0.2" x="267.03" y="0" width="9" height="177.09"></rect>
92
- <rect id="Rectangle" fill="#FFE700" x="288.77" y="3.71" width="4.34" height="10.23"></rect>
93
- <rect id="Rectangle" fill="#003A5D" x="156.26" y="148.61" width="38.34" height="30.12"></rect>
94
- <rect id="Rectangle" fill="#96A6AE" x="156.26" y="148.61" width="38.34" height="2.9"></rect>
95
- <rect id="Rectangle" fill="#2B5B79" x="156.26" y="153.18" width="38.34" height="1.43"></rect>
96
- <rect id="Rectangle" fill="#2B5B79" x="156.26" y="155.98" width="38.34" height="1.43"></rect>
97
- <rect id="Rectangle" fill="#2B5B79" x="156.26" y="158.78" width="38.34" height="1.43"></rect>
98
- <rect id="Rectangle" fill="#2B5B79" x="156.26" y="161.57" width="38.34" height="1.43"></rect>
99
- <rect id="Rectangle" fill="#2B5B79" x="156.26" y="164.37" width="38.34" height="1.43"></rect>
100
- <rect id="Rectangle" fill="#2B5B79" x="156.26" y="167.17" width="38.34" height="1.43"></rect>
101
- <rect id="Rectangle" fill="#2B5B79" x="156.26" y="169.97" width="38.34" height="1.43"></rect>
102
- <rect id="Rectangle" fill="#2B5B79" x="156.26" y="172.77" width="38.34" height="1.43"></rect>
103
- <rect id="Rectangle" fill="#2B5B79" x="156.26" y="175.56" width="38.34" height="1.43"></rect>
104
- <rect id="Rectangle" fill="#33AFE2" x="82.38" y="22.05" width="50.6" height="156.68"></rect>
105
- <rect id="Rectangle" fill="#57BDE7" x="128.48" y="22.05" width="4.49" height="156.68"></rect>
106
- <rect id="Rectangle" fill="#0099DA" x="82.38" y="22.05" width="8.95" height="156.68"></rect>
107
- <polygon id="Path" fill="#57BDE7" points="82.38 178.73 105.44 178.66 91.33 104.65"></polygon>
108
- <polygon id="Path" fill="#0099DA" points="91.33 104.65 105.44 22.05 82.38 22.05"></polygon>
109
- <g id="Group" opacity="0.51" transform="translate(82.000000, 23.000000)" fill="#B2E1F4">
110
- <rect id="Rectangle" x="0.38" y="0.36" width="50.6" height="1"></rect>
111
- </g>
112
- <g id="Group" opacity="0.51" transform="translate(82.000000, 25.000000)" fill="#B2E1F4">
113
- <rect id="Rectangle" x="0.38" y="0.92" width="50.6" height="1"></rect>
114
- </g>
115
- <g id="Group" opacity="0.51" transform="translate(82.000000, 28.000000)" fill="#B2E1F4">
116
- <rect id="Rectangle" x="0.38" y="0.47" width="50.6" height="1"></rect>
117
- </g>
118
- <g id="Group" opacity="0.51" transform="translate(82.000000, 31.000000)" fill="#B2E1F4">
119
- <rect id="Rectangle" x="0.38" y="0.03" width="50.6" height="1"></rect>
120
- </g>
121
- <g id="Group" opacity="0.51" transform="translate(82.000000, 33.000000)" fill="#B2E1F4">
122
- <rect id="Rectangle" x="0.38" y="0.59" width="50.6" height="1"></rect>
123
- </g>
124
- <g id="Group" opacity="0.51" transform="translate(82.000000, 36.000000)" fill="#B2E1F4">
125
- <rect id="Rectangle" x="0.38" y="0.14" width="50.6" height="1"></rect>
126
- </g>
127
- <g id="Group" opacity="0.51" transform="translate(82.000000, 38.000000)" fill="#B2E1F4">
128
- <rect id="Rectangle" x="0.38" y="0.7" width="50.6" height="1"></rect>
129
- </g>
130
- <g id="Group" opacity="0.51" transform="translate(82.000000, 41.000000)" fill="#B2E1F4">
131
- <rect id="Rectangle" x="0.38" y="0.25" width="50.6" height="1"></rect>
132
- </g>
133
- <g id="Group" opacity="0.51" transform="translate(82.000000, 43.000000)" fill="#B2E1F4">
134
- <rect id="Rectangle" x="0.38" y="0.81" width="50.6" height="1"></rect>
135
- </g>
136
- <g id="Group" opacity="0.51" transform="translate(82.000000, 46.000000)" fill="#B2E1F4">
137
- <rect id="Rectangle" x="0.38" y="0.37" width="50.6" height="1"></rect>
138
- </g>
139
- <g id="Group" opacity="0.51" transform="translate(82.000000, 48.000000)" fill="#B2E1F4">
140
- <rect id="Rectangle" x="0.38" y="0.92" width="50.6" height="1"></rect>
141
- </g>
142
- <g id="Group" opacity="0.51" transform="translate(82.000000, 51.000000)" fill="#B2E1F4">
143
- <rect id="Rectangle" x="0.38" y="0.48" width="50.6" height="1"></rect>
144
- </g>
145
- <g id="Group" opacity="0.51" transform="translate(82.000000, 54.000000)" fill="#B2E1F4">
146
- <rect id="Rectangle" x="0.38" y="0.04" width="50.6" height="1"></rect>
147
- </g>
148
- <g id="Group" opacity="0.51" transform="translate(82.000000, 56.000000)" fill="#B2E1F4">
149
- <rect id="Rectangle" x="0.38" y="0.59" width="50.6" height="1"></rect>
150
- </g>
151
- <g id="Group" opacity="0.51" transform="translate(82.000000, 59.000000)" fill="#B2E1F4">
152
- <rect id="Rectangle" x="0.38" y="0.15" width="50.6" height="1"></rect>
153
- </g>
154
- <g id="Group" opacity="0.51" transform="translate(82.000000, 61.000000)" fill="#B2E1F4">
155
- <rect id="Rectangle" x="0.38" y="0.71" width="50.6" height="1"></rect>
156
- </g>
157
- <g id="Group" opacity="0.51" transform="translate(82.000000, 64.000000)" fill="#B2E1F4">
158
- <rect id="Rectangle" x="0.38" y="0.26" width="50.6" height="1"></rect>
159
- </g>
160
- <g id="Group" opacity="0.51" transform="translate(82.000000, 66.000000)" fill="#B2E1F4">
161
- <rect id="Rectangle" x="0.38" y="0.82" width="50.6" height="1"></rect>
162
- </g>
163
- <g id="Group" opacity="0.51" transform="translate(82.000000, 69.000000)" fill="#B2E1F4">
164
- <rect id="Rectangle" x="0.38" y="0.38" width="50.6" height="1"></rect>
165
- </g>
166
- <g id="Group" opacity="0.51" transform="translate(82.000000, 71.000000)" fill="#B2E1F4">
167
- <rect id="Rectangle" x="0.38" y="0.93" width="50.6" height="1"></rect>
168
- </g>
169
- <g id="Group" opacity="0.51" transform="translate(82.000000, 74.000000)" fill="#B2E1F4">
170
- <rect id="Rectangle" x="0.38" y="0.49" width="50.6" height="1"></rect>
171
- </g>
172
- <g id="Group" opacity="0.51" transform="translate(82.000000, 77.000000)" fill="#B2E1F4">
173
- <rect id="Rectangle" x="0.38" y="0.05" width="50.6" height="1"></rect>
174
- </g>
175
- <g id="Group" opacity="0.51" transform="translate(82.000000, 79.000000)" fill="#B2E1F4">
176
- <rect id="Rectangle" x="0.38" y="0.6" width="50.6" height="1"></rect>
177
- </g>
178
- <g id="Group" opacity="0.51" transform="translate(82.000000, 82.000000)" fill="#B2E1F4">
179
- <rect id="Rectangle" x="0.38" y="0.16" width="50.6" height="1"></rect>
180
- </g>
181
- <g id="Group" opacity="0.51" transform="translate(82.000000, 84.000000)" fill="#B2E1F4">
182
- <rect id="Rectangle" x="0.38" y="0.72" width="50.6" height="1"></rect>
183
- </g>
184
- <g id="Group" opacity="0.51" transform="translate(82.000000, 87.000000)" fill="#B2E1F4">
185
- <rect id="Rectangle" x="0.38" y="0.27" width="50.6" height="1"></rect>
186
- </g>
187
- <g id="Group" opacity="0.51" transform="translate(82.000000, 89.000000)" fill="#B2E1F4">
188
- <rect id="Rectangle" x="0.38" y="0.83" width="50.6" height="1"></rect>
189
- </g>
190
- <g id="Group" opacity="0.51" transform="translate(82.000000, 92.000000)" fill="#B2E1F4">
191
- <rect id="Rectangle" x="0.38" y="0.39" width="50.6" height="1"></rect>
192
- </g>
193
- <g id="Group" opacity="0.51" transform="translate(82.000000, 94.000000)" fill="#B2E1F4">
194
- <rect id="Rectangle" x="0.38" y="0.94" width="50.6" height="1"></rect>
195
- </g>
196
- <g id="Group" opacity="0.51" transform="translate(82.000000, 97.000000)" fill="#B2E1F4">
197
- <rect id="Rectangle" x="0.38" y="0.5" width="50.6" height="1"></rect>
198
- </g>
199
- <g id="Group" opacity="0.51" transform="translate(82.000000, 100.000000)" fill="#B2E1F4">
200
- <rect id="Rectangle" x="0.38" y="0.06" width="50.6" height="1"></rect>
201
- </g>
202
- <g id="Group" opacity="0.51" transform="translate(82.000000, 102.000000)" fill="#B2E1F4">
203
- <rect id="Rectangle" x="0.38" y="0.61" width="50.6" height="1"></rect>
204
- </g>
205
- <g id="Group" opacity="0.51" transform="translate(82.000000, 105.000000)" fill="#B2E1F4">
206
- <rect id="Rectangle" x="0.38" y="0.17" width="50.6" height="1"></rect>
207
- </g>
208
- <g id="Group" opacity="0.51" transform="translate(82.000000, 107.000000)" fill="#B2E1F4">
209
- <rect id="Rectangle" x="0.38" y="0.72" width="50.6" height="1"></rect>
210
- </g>
211
- <g id="Group" opacity="0.51" transform="translate(82.000000, 110.000000)" fill="#B2E1F4">
212
- <rect id="Rectangle" x="0.38" y="0.28" width="50.6" height="1"></rect>
213
- </g>
214
- <g id="Group" opacity="0.51" transform="translate(82.000000, 112.000000)" fill="#B2E1F4">
215
- <rect id="Rectangle" x="0.38" y="0.84" width="50.6" height="1"></rect>
216
- </g>
217
- <g id="Group" opacity="0.51" transform="translate(82.000000, 115.000000)" fill="#B2E1F4">
218
- <rect id="Rectangle" x="0.38" y="0.39" width="50.6" height="1"></rect>
219
- </g>
220
- <g id="Group" opacity="0.51" transform="translate(82.000000, 117.000000)" fill="#B2E1F4">
221
- <rect id="Rectangle" x="0.38" y="0.95" width="50.6" height="1"></rect>
222
- </g>
223
- <g id="Group" opacity="0.51" transform="translate(82.000000, 120.000000)" fill="#B2E1F4">
224
- <rect id="Rectangle" x="0.38" y="0.51" width="50.6" height="1"></rect>
225
- </g>
226
- <g id="Group" opacity="0.51" transform="translate(82.000000, 123.000000)" fill="#B2E1F4">
227
- <rect id="Rectangle" x="0.38" y="0.06" width="50.6" height="1"></rect>
228
- </g>
229
- <g id="Group" opacity="0.51" transform="translate(82.000000, 125.000000)" fill="#B2E1F4">
230
- <rect id="Rectangle" x="0.38" y="0.62" width="50.6" height="1"></rect>
231
- </g>
232
- <g id="Group" opacity="0.51" transform="translate(82.000000, 128.000000)" fill="#B2E1F4">
233
- <rect id="Rectangle" x="0.38" y="0.18" width="50.6" height="1"></rect>
234
- </g>
235
- <g id="Group" opacity="0.51" transform="translate(82.000000, 130.000000)" fill="#B2E1F4">
236
- <rect id="Rectangle" x="0.38" y="0.73" width="50.6" height="1"></rect>
237
- </g>
238
- <g id="Group" opacity="0.51" transform="translate(82.000000, 133.000000)" fill="#B2E1F4">
239
- <rect id="Rectangle" x="0.38" y="0.29" width="50.6" height="1"></rect>
240
- </g>
241
- <g id="Group" opacity="0.51" transform="translate(82.000000, 135.000000)" fill="#B2E1F4">
242
- <rect id="Rectangle" x="0.38" y="0.85" width="50.6" height="1"></rect>
243
- </g>
244
- <g id="Group" opacity="0.51" transform="translate(82.000000, 138.000000)" fill="#B2E1F4">
245
- <rect id="Rectangle" x="0.38" y="0.4" width="50.6" height="1"></rect>
246
- </g>
247
- <g id="Group" opacity="0.51" transform="translate(82.000000, 140.000000)" fill="#B2E1F4">
248
- <rect id="Rectangle" x="0.38" y="0.96" width="50.6" height="1"></rect>
249
- </g>
250
- <g id="Group" opacity="0.51" transform="translate(82.000000, 143.000000)" fill="#B2E1F4">
251
- <rect id="Rectangle" x="0.38" y="0.52" width="50.6" height="1"></rect>
252
- </g>
253
- <g id="Group" opacity="0.51" transform="translate(82.000000, 146.000000)" fill="#B2E1F4">
254
- <rect id="Rectangle" x="0.38" y="0.07" width="50.6" height="1"></rect>
255
- </g>
256
- <g id="Group" opacity="0.51" transform="translate(82.000000, 148.000000)" fill="#B2E1F4">
257
- <rect id="Rectangle" x="0.38" y="0.63" width="50.6" height="1"></rect>
258
- </g>
259
- <g id="Group" opacity="0.51" transform="translate(82.000000, 151.000000)" fill="#B2E1F4">
260
- <rect id="Rectangle" x="0.38" y="0.19" width="50.6" height="1"></rect>
261
- </g>
262
- <g id="Group" opacity="0.51" transform="translate(82.000000, 153.000000)" fill="#B2E1F4">
263
- <rect id="Rectangle" x="0.38" y="0.74" width="50.6" height="1"></rect>
264
- </g>
265
- <g id="Group" opacity="0.51" transform="translate(82.000000, 156.000000)" fill="#B2E1F4">
266
- <rect id="Rectangle" x="0.38" y="0.3" width="50.6" height="1"></rect>
267
- </g>
268
- <g id="Group" opacity="0.51" transform="translate(82.000000, 158.000000)" fill="#B2E1F4">
269
- <rect id="Rectangle" x="0.38" y="0.86" width="50.6" height="1"></rect>
270
- </g>
271
- <g id="Group" opacity="0.51" transform="translate(82.000000, 161.000000)" fill="#B2E1F4">
272
- <rect id="Rectangle" x="0.38" y="0.41" width="50.6" height="1"></rect>
273
- </g>
274
- <g id="Group" opacity="0.51" transform="translate(82.000000, 163.000000)" fill="#B2E1F4">
275
- <rect id="Rectangle" x="0.38" y="0.97" width="50.6" height="1"></rect>
276
- </g>
277
- <g id="Group" opacity="0.51" transform="translate(82.000000, 166.000000)" fill="#B2E1F4">
278
- <rect id="Rectangle" x="0.38" y="0.52" width="50.6" height="1"></rect>
279
- </g>
280
- <g id="Group" opacity="0.51" transform="translate(82.000000, 169.000000)" fill="#B2E1F4">
281
- <rect id="Rectangle" x="0.38" y="0.08" width="50.6" height="1"></rect>
282
- </g>
283
- <g id="Group" opacity="0.51" transform="translate(82.000000, 171.000000)" fill="#B2E1F4">
284
- <rect id="Rectangle" x="0.38" y="0.64" width="50.6" height="1"></rect>
285
- </g>
286
- <g id="Group" opacity="0.51" transform="translate(82.000000, 174.000000)" fill="#B2E1F4">
287
- <rect id="Rectangle" x="0.38" y="0.19" width="50.6" height="1"></rect>
288
- </g>
289
- <g id="Group" opacity="0.51" transform="translate(82.000000, 176.000000)" fill="#B2E1F4">
290
- <rect id="Rectangle" x="0.38" y="0.75" width="50.6" height="1"></rect>
291
- </g>
292
- <rect id="Rectangle" fill="#EFF2F3" x="275.8" y="125.21" width="71.68" height="51.89"></rect>
293
- <rect id="Rectangle" fill="#96A6AE" x="272.56" y="131.78" width="78.18" height="36.53"></rect>
294
- <rect id="Rectangle" fill="#96A6AE" opacity="0.36" style="mix-blend-mode: multiply;" x="272.56" y="160.23" width="78.18" height="3.88"></rect>
295
- <rect id="Rectangle" fill="#96A6AE" opacity="0.36" style="mix-blend-mode: multiply;" x="272.56" y="152.29" width="78.18" height="3.88"></rect>
296
- <rect id="Rectangle" fill="#96A6AE" opacity="0.36" style="mix-blend-mode: multiply;" x="272.56" y="144.31" width="78.18" height="3.88"></rect>
297
- <rect id="Rectangle" fill="#96A6AE" opacity="0.36" style="mix-blend-mode: multiply;" x="272.56" y="136.18" width="78.18" height="3.88"></rect>
298
- <rect id="Rectangle" fill="#003A5D" x="330.17" y="170.34" width="14.19" height="6.76"></rect>
299
- <rect id="Rectangle" fill="#003A5D" x="312.82" y="170.34" width="14.19" height="6.76"></rect>
300
- <rect id="Rectangle" fill="#003A5D" x="295.7" y="170.34" width="14.19" height="6.76"></rect>
301
- <rect id="Rectangle" fill="#003A5D" x="278.17" y="170.34" width="14.19" height="6.76"></rect>
302
- <rect id="Rectangle" fill="#EFF2F3" x="350.07" y="131.78" width="1" height="36.53"></rect>
303
- <rect id="Rectangle" fill="#EFF2F3" x="345.21" y="131.78" width="1" height="36.53"></rect>
304
- <rect id="Rectangle" fill="#EFF2F3" x="340.34" y="131.78" width="1" height="36.53"></rect>
305
- <rect id="Rectangle" fill="#EFF2F3" x="335.47" y="131.78" width="1" height="36.53"></rect>
306
- <rect id="Rectangle" fill="#EFF2F3" x="330.61" y="131.78" width="1" height="36.53"></rect>
307
- <rect id="Rectangle" fill="#EFF2F3" x="325.74" y="131.78" width="1" height="36.53"></rect>
308
- <rect id="Rectangle" fill="#EFF2F3" x="320.88" y="131.78" width="1" height="36.53"></rect>
309
- <rect id="Rectangle" fill="#EFF2F3" x="316.01" y="131.78" width="1" height="36.53"></rect>
310
- <rect id="Rectangle" fill="#EFF2F3" x="311.14" y="131.78" width="1" height="36.53"></rect>
311
- <rect id="Rectangle" fill="#EFF2F3" x="306.28" y="131.78" width="1" height="36.53"></rect>
312
- <rect id="Rectangle" fill="#EFF2F3" x="301.41" y="131.78" width="1" height="36.53"></rect>
313
- <rect id="Rectangle" fill="#EFF2F3" x="296.55" y="131.78" width="1" height="36.53"></rect>
314
- <rect id="Rectangle" fill="#EFF2F3" x="291.68" y="131.78" width="1" height="36.53"></rect>
315
- <rect id="Rectangle" fill="#EFF2F3" x="286.81" y="131.78" width="1" height="36.53"></rect>
316
- <rect id="Rectangle" fill="#EFF2F3" x="281.95" y="131.78" width="1" height="36.53"></rect>
317
- <rect id="Rectangle" fill="#EFF2F3" x="277.08" y="131.78" width="1" height="36.53"></rect>
318
- <rect id="Rectangle" fill="#EFF2F3" x="272.22" y="131.78" width="1" height="36.53"></rect>
319
- <rect id="Rectangle" fill="#96A6AE" x="0" y="178.88" width="439.64" height="12.72"></rect>
320
- <rect id="Rectangle" fill="#2B5B79" x="0" y="185.14" width="439.64" height="1.99"></rect>
321
- <rect id="Rectangle" fill="#2B5B79" x="0" y="178.88" width="439.64" height="4.95"></rect>
322
- <path d="M153.69,176.61 C153.475517,175.62033 153.118458,174.66705 152.63,173.78 L152.42,173.4 C151.878427,172.482794 151.204505,171.650501 150.42,170.93 C150.32,170.83 150.21,170.74 150.1,170.65 C149.234204,169.934499 148.262651,169.35764 147.22,168.94 C147.092845,168.885758 146.962622,168.839012 146.83,168.8 C145.7521,168.422746 144.621694,168.216911 143.48,168.19 L143,168.19 C141.858306,168.216911 140.7279,168.422746 139.65,168.8 L139.26,168.94 C138.215066,169.353001 137.242816,169.930275 136.38,170.65 C136.27,170.74 136.16,170.83 136.06,170.93 C135.275495,171.650501 134.601573,172.482794 134.06,173.4 L133.85,173.78 C133.361542,174.66705 133.004483,175.62033 132.79,176.61 L132.7,177.04 C132.59585,177.657938 132.542339,178.28335 132.54,178.91 L153.98,178.91 C153.977661,178.28335 153.92415,177.657938 153.82,177.04 L153.69,176.61 Z" id="Path" fill="#5C8197"></path>
323
- <rect id="Rectangle" fill="#96A6AE" x="0" y="186.35" width="439.64" height="1.63"></rect>
324
- <path d="M342.43,85.07 C340.815776,85.0965888 339.51207,86.3958759 339.48,88.01 L339.48,93.31 L340.79,93.31 L340.79,88.01 C340.79,87.4240844 341.102582,86.882676 341.61,86.5897181 C342.117418,86.2967603 342.742582,86.2967603 343.25,86.5897181 C343.757418,86.882676 344.07,87.4240844 344.07,88.01 L344.07,127.25 L345.37,127.25 L345.37,88.01 C345.37,86.3862828 344.053717,85.07 342.43,85.07 L342.43,85.07 Z" id="Path" fill="#EFF2F3"></path>
325
- <rect id="Rectangle" fill="#EFF2F3" x="338.55" y="92.61" width="3.19" height="3.19" rx="1.51"></rect>
326
- <path d="M237.78,85.07 C236.165776,85.0965888 234.86207,86.3958759 234.83,88.01 L234.83,93.32 L236.14,93.32 L236.14,88.01 C236.14,87.104253 236.874253,86.37 237.78,86.37 C238.685747,86.37 239.42,87.104253 239.42,88.01 L239.42,127.26 L240.72,127.26 L240.72,88.01 C240.72,86.3862828 239.403717,85.07 237.78,85.07 L237.78,85.07 Z" id="Path" fill="#EFF2F3"></path>
327
- <rect id="Rectangle" fill="#EFF2F3" x="233.9" y="92.62" width="3.19" height="3.19" rx="1.51"></rect>
328
- <path d="M126.57,85.09 C124.936624,85.122674 123.629673,86.4562972 123.63,88.09 L123.63,93.39 L124.93,93.39 L124.93,88.09 C124.93,87.184253 125.664253,86.45 126.57,86.45 C127.475747,86.45 128.21,87.184253 128.21,88.09 L128.21,127.33 L129.52,127.33 L129.52,88.04 C129.49325,86.4219696 128.18803,85.1167498 126.57,85.09 L126.57,85.09 Z" id="Path" fill="#EFF2F3"></path>
329
- <rect id="Rectangle" fill="#EFF2F3" x="122.7" y="92.64" width="3.19" height="3.19" rx="1.51"></rect>
330
- <path d="M21.92,85.09 C20.2866239,85.122674 18.9796732,86.4562972 18.9799999,88.09 L18.9799999,93.39 L20.28,93.39 L20.28,88.09 C20.28,87.184253 21.014253,86.45 21.92,86.45 C22.825747,86.45 23.56,87.184253 23.56,88.09 L23.56,127.33 L24.87,127.33 L24.87,88.04 C24.8432502,86.4219696 23.5380304,85.1167498 21.92,85.09 L21.92,85.09 Z" id="Path" fill="#EFF2F3"></path>
331
- <rect id="Rectangle" fill="#EFF2F3" x="18.05" y="92.64" width="3.19" height="3.19" rx="1.51"></rect>
332
- <rect id="Rectangle" fill="#4A6066" x="295.49" y="122.97" width="1.72" height="8.38"></rect>
333
- <rect id="Rectangle" fill="#305F7C" x="295.49" y="116.31" width="1.72" height="7.18"></rect>
334
- <path d="M373.62,120.09 L373.62,132.35 L297.2,132.35 L297.2,115.35 L368.85,115.35 C370.725,115.35455 372.424951,116.452679 373.2,118.16 C373.318518,118.417173 373.412275,118.685049 373.48,118.96 C373.484652,118.993171 373.484652,119.026829 373.48,119.06 L373.48,119.16 C373.554501,119.465167 373.601357,119.776425 373.62,120.09 L373.62,120.09 Z" id="Path" fill="#FFE700"></path>
335
- <path d="M373.62,120.09 L373.62,127.82 L370.94,127.82 L370.94,119.31 C370.94,118.652781 371.472781,118.12 372.13,118.12 L373.2,118.12 C373.318518,118.377173 373.412275,118.645049 373.48,118.92 C373.484652,118.953171 373.484652,118.986829 373.48,119.02 L373.48,119.12 C373.556925,119.438239 373.603798,119.762997 373.62,120.09 L373.62,120.09 Z" id="Path" fill="#FFF6A1"></path>
336
- <rect id="Rectangle" fill="#FFF6A1" x="297.2" y="124.48" width="73.82" height="1"></rect>
337
- <path d="M371.78,116.319994 C351.66,116.319994 301.43,116.23 297.2,116.319994 L297.2,115.319994 L368.85,115.319994 C369.910685,115.318296 370.941681,115.670172 371.78,116.319994 Z" id="Path" fill="#FFF6A1"></path>
338
- <rect id="Rectangle" fill="#FFE600" x="297.2" y="127.79" width="76.42" height="4.55"></rect>
339
- <rect id="Rectangle" fill="#E87933" x="297.2" y="127.79" width="76.42" height="4.55"></rect>
340
- <rect id="Rectangle" fill="#FFE600" x="349.16" y="127.82" width="1" height="4.53"></rect>
341
- <rect id="Rectangle" fill="#FFE600" x="331.34" y="127.81" width="1" height="4.53"></rect>
342
- <rect id="Rectangle" fill="#FFE600" x="313.42" y="127.79" width="1" height="4.53"></rect>
343
- <path d="M354.65,125.16 L354.65,127.8 L354.8,127.8 L354.8,125.16 L354.65,125.16 Z M354.65,125.16 L354.65,127.8 L354.8,127.8 L354.8,125.16 L354.65,125.16 Z M361.22,118.16 L361.22,118.16 C361.134611,118.060698 361.010943,118.002501 360.88,118 L355.14,118 C355.009057,118.002501 354.885389,118.060698 354.8,118.16 L354.8,118.16 C354.711422,118.267028 354.662032,118.401087 354.66,118.54 L354.66,130.11 L361.36,130.11 L361.36,118.5 C361.353648,118.361925 361.304747,118.229193 361.22,118.12 L361.22,118.16 Z M361.22,129.99 L354.8,129.99 L354.8,118.5 C354.787176,118.314964 354.917039,118.15047 355.1,118.12 L360.91,118.12 C361.092961,118.15047 361.222824,118.314964 361.21,118.5 L361.22,129.99 Z M354.66,125.2 L354.66,127.84 L354.81,127.84 L354.81,125.2 L354.66,125.2 Z M354.66,125.2 L354.66,127.84 L354.81,127.84 L354.81,125.2 L354.66,125.2 Z M354.66,125.2 L354.66,127.84 L354.81,127.84 L354.81,125.2 L354.66,125.2 Z" id="Shape" fill="#305F7C"></path>
344
- <rect id="Rectangle" fill="#305F7C" x="358.68" y="119.02" width="2.02" height="3.98" rx="0.4"></rect>
345
- <path d="M360.7,119.42 L360.7,121.01 L358.7,121.01 L358.7,119.42 C358.7,119.199086 358.879086,119.02 359.1,119.02 L360.32,119.02 C360.533067,119.030667 360.700267,119.206667 360.7,119.42 L360.7,119.42 Z" id="Path" fill="#023852"></path>
346
- <path d="M356.86,119.02 L355.66,119.02 C355.552192,119.017304 355.447862,119.058253 355.37067,119.133562 C355.293479,119.208871 355.249966,119.312158 355.25,119.42 L355.25,122.61 C355.252619,122.716098 355.297295,122.816805 355.374193,122.889951 C355.45109,122.963098 355.553904,123.002686 355.66,123 L356.86,123 C356.966096,123.002686 357.06891,122.963098 357.145807,122.889951 C357.222705,122.816805 357.267381,122.716098 357.27,122.61 L357.27,119.42 C357.264571,119.197478 357.082588,119.019934 356.86,119.02 L356.86,119.02 Z" id="Path" fill="#305F7C"></path>
347
- <path d="M356.86,119.02 L355.66,119.02 C355.552192,119.017304 355.447862,119.058253 355.37067,119.133562 C355.293479,119.208871 355.249966,119.312158 355.25,119.42 L355.25,121.01 L357.25,121.01 L357.25,119.42 C357.245008,119.205025 357.07478,119.030431 356.86,119.02 L356.86,119.02 Z" id="Path" fill="#023852"></path>
348
- <rect id="Rectangle" fill="#305F7C" x="357.93" y="118.12" width="1" height="11.7"></rect>
349
- <rect id="Rectangle" fill="#305F7C" x="354.49" y="129.81" width="7.1" height="1"></rect>
350
- <rect id="Rectangle" fill="#FFE600" x="361.21" y="127.79" width="1" height="2.02"></rect>
351
- <rect id="Rectangle" fill="#FFE600" x="357.93" y="127.79" width="1" height="2.02"></rect>
352
- <rect id="Rectangle" fill="#FFE600" x="354.65" y="127.79" width="1" height="2.02"></rect>
353
- <path d="M325.62,118.12 L325.62,118.12 C325.534611,118.020698 325.410943,117.962501 325.28,117.96 L319.54,117.96 C319.408447,117.959824 319.283716,118.018521 319.2,118.12 L319.2,118.12 C319.114301,118.227972 319.068395,118.362161 319.069959,118.5 L319.069959,130.11 L325.77,130.11 L325.77,118.5 C325.765163,118.359858 325.712191,118.225661 325.62,118.12 Z M325.62,129.95 L319.2,129.95 L319.2,118.5 C319.187176,118.314964 319.317039,118.15047 319.5,118.12 L325.32,118.12 C325.496497,118.158845 325.619109,118.319508 325.61,118.5 L325.62,129.95 Z" id="Shape" fill="#305F7C"></path>
354
- <rect id="Rectangle" fill="#305F7C" x="323.09" y="119.02" width="2.02" height="3.98" rx="0.4"></rect>
355
- <path d="M325.11,119.42 L325.11,121.01 L323.11,121.01 L323.11,119.42 C323.11,119.199086 323.289086,119.02 323.51,119.02 L324.72,119.02 C324.93478,119.030431 325.105008,119.205025 325.11,119.42 L325.11,119.42 Z" id="Path" fill="#023852"></path>
356
- <path d="M321.26,119.02 L320.07,119.02 C319.962192,119.017304 319.857862,119.058253 319.78067,119.133562 C319.703479,119.208871 319.659966,119.312158 319.66,119.42 L319.66,122.61 C319.662619,122.716098 319.707295,122.816805 319.784193,122.889951 C319.86109,122.963098 319.963904,123.002686 320.07,123 L321.26,123 C321.367792,123.005427 321.473204,122.967064 321.552293,122.893623 C321.631383,122.820183 321.677438,122.717899 321.68,122.61 L321.68,119.42 C321.67738,119.311251 321.63165,119.208 321.552878,119.132979 C321.474105,119.057957 321.368748,119.017315 321.26,119.02 L321.26,119.02 Z" id="Path" fill="#305F7C"></path>
357
- <path d="M321.26,119.02 L320.07,119.02 C319.962192,119.017304 319.857862,119.058253 319.78067,119.133562 C319.703479,119.208871 319.659966,119.312158 319.66,119.42 L319.66,121.01 L321.66,121.01 L321.66,119.42 C321.654728,119.201307 321.478693,119.025272 321.26,119.02 L321.26,119.02 Z" id="Path" fill="#023852"></path>
358
- <rect id="Rectangle" fill="#305F7C" x="322.34" y="118.12" width="1" height="11.7"></rect>
359
- <rect id="Rectangle" fill="#305F7C" x="318.89" y="129.81" width="7.1" height="1"></rect>
360
- <rect id="Rectangle" fill="#FFE600" x="325.61" y="127.79" width="1" height="2.02"></rect>
361
- <rect id="Rectangle" fill="#FFE600" x="322.34" y="127.79" width="1" height="2.02"></rect>
362
- <rect id="Rectangle" fill="#FFE600" x="319.06" y="127.79" width="1" height="2.02"></rect>
363
- <path d="M307.7,118.12 L307.7,118.12 C307.614611,118.020698 307.490943,117.962501 307.36,117.96 L301.62,117.96 C301.489057,117.962501 301.365389,118.020698 301.28,118.12 L301.28,118.12 C301.198829,118.230393 301.153456,118.36302 301.15,118.5 L301.15,130.11 L307.85,130.11 L307.85,118.5 C307.845163,118.359858 307.792191,118.225661 307.7,118.12 Z M307.7,129.95 L301.29,129.95 L301.29,118.5 C301.282498,118.313208 301.415507,118.150164 301.6,118.12 L307.41,118.12 C307.586497,118.158845 307.709109,118.319508 307.7,118.5 L307.7,129.95 Z" id="Shape" fill="#305F7C"></path>
364
- <rect id="Rectangle" fill="#305F7C" x="305.17" y="119.02" width="2.02" height="3.98" rx="0.4"></rect>
365
- <path d="M307.19,119.42 L307.19,121.01 L305.19,121.01 L305.19,119.42 C305.19,119.199086 305.369086,119.02 305.59,119.02 L306.81,119.02 C307.023067,119.030667 307.190267,119.206667 307.19,119.42 Z" id="Path" fill="#023852"></path>
366
- <path d="M303.35,119.02 L302.15,119.02 C302.042192,119.017304 301.937862,119.058253 301.86067,119.133562 C301.783479,119.208871 301.739966,119.312158 301.74,119.42 L301.74,122.61 C301.742619,122.716098 301.787295,122.816805 301.864193,122.889951 C301.94109,122.963098 302.043904,123.002686 302.15,123 L303.35,123 C303.456096,123.002686 303.55891,122.963098 303.635807,122.889951 C303.712705,122.816805 303.757381,122.716098 303.76,122.61 L303.76,119.42 C303.754571,119.197478 303.572588,119.019934 303.35,119.02 L303.35,119.02 Z" id="Path" fill="#305F7C"></path>
367
- <path d="M303.35,119.02 L302.15,119.02 C302.042192,119.017304 301.937862,119.058253 301.86067,119.133562 C301.783479,119.208871 301.739966,119.312158 301.74,119.42 L301.74,121.01 L303.74,121.01 L303.74,119.42 C303.735008,119.205025 303.56478,119.030431 303.35,119.02 L303.35,119.02 Z" id="Path" fill="#023852"></path>
368
- <rect id="Rectangle" fill="#305F7C" x="304.42" y="118.12" width="1" height="11.7"></rect>
369
- <rect id="Rectangle" fill="#305F7C" x="300.98" y="129.81" width="7.1" height="1"></rect>
370
- <rect id="Rectangle" fill="#FFE600" x="307.7" y="127.79" width="1" height="2.02"></rect>
371
- <rect id="Rectangle" fill="#FFE600" x="304.42" y="127.79" width="1" height="2.02"></rect>
372
- <rect id="Rectangle" fill="#FFE600" x="301.14" y="127.79" width="1" height="2.02"></rect>
373
- <path d="M343.46,118.12 L343.46,118.12 C343.37232,118.018083 343.244442,117.959624 343.11,117.959998 L337.38,117.959998 C337.245558,117.959624 337.11768,118.018083 337.03,118.12 L337.03,118.12 C336.941422,118.227028 336.892032,118.361087 336.89,118.5 L336.89,130.11 L343.590041,130.11 L343.590041,118.5 C343.591605,118.362161 343.545699,118.227972 343.46,118.12 Z M343.46,129.95 L337,129.95 L337,118.5 C336.987176,118.314964 337.117039,118.15047 337.3,118.12 L343.11,118.12 C343.292961,118.15047 343.422824,118.314964 343.41,118.5 L343.46,129.95 Z" id="Shape" fill="#305F7C"></path>
374
- <rect id="Rectangle" fill="#305F7C" x="340.92" y="119.02" width="2.02" height="3.98" rx="0.4"></rect>
375
- <path d="M342.94,119.42 L342.94,121.01 L340.94,121.01 L340.94,119.42 C340.939966,119.312158 340.983479,119.208871 341.06067,119.133562 C341.137862,119.058253 341.242192,119.017304 341.35,119.02 L342.56,119.02 C342.773067,119.030667 342.940267,119.206667 342.94,119.42 L342.94,119.42 Z" id="Path" fill="#023852"></path>
376
- <path d="M339.1,119.02 L337.9,119.02 C337.677412,119.019934 337.495429,119.197478 337.49,119.42 L337.49,122.61 C337.492619,122.716098 337.537295,122.816805 337.614193,122.889951 C337.69109,122.963098 337.793904,123.002686 337.9,123 L339.1,123 C339.206096,123.002686 339.30891,122.963098 339.385807,122.889951 C339.462705,122.816805 339.507381,122.716098 339.51,122.61 L339.51,119.42 C339.510034,119.312158 339.466521,119.208871 339.38933,119.133562 C339.312138,119.058253 339.207808,119.017304 339.1,119.02 L339.1,119.02 Z" id="Path" fill="#305F7C"></path>
377
- <path d="M339.1,119.02 L337.9,119.02 C337.677412,119.019934 337.495429,119.197478 337.49,119.42 L337.49,121.01 L339.49,121.01 L339.49,119.42 C339.490068,119.202933 339.316999,119.025427 339.1,119.02 Z" id="Path" fill="#023852"></path>
378
- <rect id="Rectangle" fill="#305F7C" x="340.17" y="118.12" width="1" height="11.7"></rect>
379
- <rect id="Rectangle" fill="#305F7C" x="336.73" y="129.81" width="7.1" height="1"></rect>
380
- <rect id="Rectangle" fill="#FFE600" x="343.45" y="127.79" width="1" height="2.02"></rect>
381
- <rect id="Rectangle" fill="#FFE600" x="340.17" y="127.79" width="1" height="2.02"></rect>
382
- <rect id="Rectangle" fill="#FFE600" x="336.9" y="127.79" width="1" height="2.02"></rect>
383
- <rect id="Rectangle" fill="#305F7C" x="309.88" y="119.02" width="7.23" height="3.97" rx="0.5"></rect>
384
- <path d="M316.6,119.03 L310.38,119.03 C310.103858,119.03 309.88,119.253858 309.88,119.53 L309.88,121.01 L317.11,121.01 L317.11,119.53 C317.11,119.395641 317.055978,119.266925 316.960036,119.172864 C316.864093,119.078803 316.734332,119.027313 316.6,119.03 Z" id="Path" fill="#023852"></path>
385
- <rect id="Rectangle" fill="#305F7C" x="327.8" y="119.02" width="7.23" height="3.97" rx="0.5"></rect>
386
- <path d="M334.52,119.03 L328.3,119.03 C328.023858,119.03 327.8,119.253858 327.8,119.53 L327.8,121.01 L335,121.01 L335,119.53 C335.000215,119.261483 334.788302,119.040741 334.52,119.03 Z" id="Path" fill="#023852"></path>
387
- <rect id="Rectangle" fill="#305F7C" x="345.62" y="119.02" width="7.23" height="3.97" rx="0.5"></rect>
388
- <path d="M352.34,119.03 L346.12,119.03 C345.843858,119.03 345.62,119.253858 345.62,119.53 L345.62,121.01 L352.84,121.01 L352.84,119.53 C352.84,119.253858 352.616142,119.03 352.34,119.03 Z" id="Path" fill="#023852"></path>
389
- <rect id="Rectangle" fill="#305F7C" x="363" y="119.02" width="7.23" height="3.97" rx="0.5"></rect>
390
- <path d="M369.73,119.03 L363.51,119.03 C363.375668,119.027313 363.245907,119.078803 363.149964,119.172864 C363.054022,119.266925 363,119.395641 363,119.53 L363,121.01 L370.23,121.01 L370.23,119.53 C370.23,119.253858 370.006142,119.03 369.73,119.03 Z" id="Path" fill="#023852"></path>
391
- <path d="M373.62,120.09 L373.62,126.09 L372.47,126.09 C372.193858,126.09 371.97,125.866142 371.97,125.59 L371.97,119.48 C371.969947,119.202194 372.192248,118.975447 372.47,118.97 L373.47,118.97 L373.47,119.07 C373.553471,119.40423 373.603715,119.74589 373.62,120.09 L373.62,120.09 Z" id="Path" fill="#305F7C"></path>
392
- <path d="M373.62,120.09 L373.62,121.01 L372,121.01 L372,119.53 C371.999947,119.252194 372.222248,119.025447 372.5,119.02 L373.5,119.02 L373.5,119.12 C373.570191,119.438879 373.610367,119.76363 373.62,120.09 L373.62,120.09 Z" id="Path" fill="#023852"></path>
393
- <rect id="Rectangle" fill="#003A5D" x="296.19" y="116.31" width="1" height="14.53"></rect>
394
- <polygon id="Path" fill="#FFE700" points="220.24 132.34 295.49 132.34 295.49 115.34 220.24 115.34"></polygon>
395
- <rect id="Rectangle" fill="#FFF6A1" x="220.24" y="124.48" width="75.25" height="1"></rect>
396
- <path d="M220.24,116.31 C224.95,116.23 283.37,116.31 295.49,116.31 L295.49,115.31 L220.24,115.31 L220.24,116.31 Z" id="Path" fill="#FFF6A1"></path>
397
- <polygon id="Path" fill="#ACC7AD" points="220.24 132.34 295.49 132.34 295.49 127.79 220.24 127.79"></polygon>
398
- <rect id="Rectangle" fill="#E87933" x="220.24" y="127.79" width="75.25" height="4.55"></rect>
399
- <rect id="Rectangle" fill="#FFE600" x="272.19" y="127.81" width="1" height="4.53"></rect>
400
- <rect id="Rectangle" fill="#FFE600" x="254.38" y="127.8" width="1" height="4.53"></rect>
401
- <rect id="Rectangle" fill="#FFE600" x="236.45" y="127.79" width="1" height="4.53"></rect>
402
- <path d="M284.25,118.11 C284.161781,118.014489 284.039826,117.957098 283.91,117.95 L278.17,117.95 C278.039057,117.952501 277.915389,118.010698 277.83,118.11 C277.737564,118.214767 277.687629,118.350304 277.69,118.49 L277.69,130.11 L284.39,130.11 L284.39,118.49 C284.387968,118.351087 284.338578,118.217028 284.25,118.11 Z M284.25,129.95 L277.84,129.95 L277.84,118.49 C277.834546,118.394485 277.867335,118.300728 277.931128,118.22943 C277.99492,118.158132 278.084469,118.115159 278.18,118.11 L283.92,118.11 C284.114977,118.125963 284.261521,118.29471 284.25,118.49 L284.25,129.95 Z" id="Shape" fill="#305F7C"></path>
403
- <rect id="Rectangle" fill="#305F7C" x="281.72" y="119.01" width="2.02" height="3.98" rx="0.4"></rect>
404
- <path d="M283.74,119.42 L283.74,121.01 L281.74,121.01 L281.74,119.42 C281.74,119.199086 281.919086,119.02 282.14,119.02 L283.35,119.02 C283.56478,119.030431 283.735008,119.205025 283.74,119.42 L283.74,119.42 Z" id="Path" fill="#023852"></path>
405
- <path d="M279.89,119.02 L278.7,119.02 C278.592208,119.014573 278.486796,119.052936 278.407707,119.126377 C278.328617,119.199817 278.282562,119.302101 278.28,119.41 L278.28,122.61 C278.290794,122.832516 278.477295,123.005695 278.7,123 L279.89,123 C279.996096,123.002686 280.09891,122.963098 280.175807,122.889951 C280.252705,122.816805 280.297381,122.716098 280.3,122.61 L280.3,119.41 C280.297381,119.303902 280.252705,119.203195 280.175807,119.130049 C280.09891,119.056902 279.996096,119.017314 279.89,119.02 L279.89,119.02 Z" id="Path" fill="#305F7C"></path>
406
- <path d="M279.89,119.02 L278.7,119.02 C278.592208,119.014573 278.486796,119.052936 278.407707,119.126377 C278.328617,119.199817 278.282562,119.302101 278.28,119.41 L278.28,121.01 L280.28,121.01 L280.28,119.41 C280.274734,119.196828 280.103172,119.025266 279.89,119.02 Z" id="Path" fill="#023852"></path>
407
- <rect id="Rectangle" fill="#305F7C" x="280.97" y="118.11" width="1" height="11.7"></rect>
408
- <rect id="Rectangle" fill="#305F7C" x="277.52" y="129.81" width="7.1" height="1"></rect>
409
- <rect id="Rectangle" fill="#FFE600" x="284.24" y="127.79" width="1" height="2.02"></rect>
410
- <rect id="Rectangle" fill="#FFE600" x="280.97" y="127.79" width="1" height="2.02"></rect>
411
- <rect id="Rectangle" fill="#FFE600" x="277.69" y="127.79" width="1" height="2.02"></rect>
412
- <path d="M248.65,118.11 C248.561781,118.014489 248.439826,117.957098 248.31,117.95 L242.57,117.95 C242.440174,117.957098 242.318219,118.014489 242.23,118.11 C242.141422,118.217028 242.092032,118.351087 242.09,118.49 L242.09,130.11 L248.79,130.11 L248.79,118.49 C248.792371,118.350304 248.742436,118.214767 248.65,118.11 Z M248.65,129.95 L242.24,129.95 L242.24,118.49 C242.234031,118.292993 242.383545,118.12589 242.58,118.11 L248.32,118.11 C248.414747,118.115061 248.50338,118.158372 248.565593,118.230011 C248.627806,118.301651 248.658268,118.395479 248.65,118.49 L248.65,129.95 Z" id="Shape" fill="#305F7C"></path>
413
- <rect id="Rectangle" fill="#305F7C" x="246.12" y="119.01" width="2.02" height="3.98" rx="0.4"></rect>
414
- <path d="M248.14,119.42 L248.14,121.01 L246.14,121.01 L246.14,119.42 C246.14,119.199086 246.319086,119.02 246.54,119.02 L247.76,119.02 C247.973067,119.030667 248.140267,119.206667 248.14,119.42 Z" id="Path" fill="#023852"></path>
415
- <path d="M244.3,119.02 L243.1,119.02 C242.993904,119.017314 242.89109,119.056902 242.814193,119.130049 C242.737295,119.203195 242.692619,119.303902 242.69,119.41 L242.69,122.61 C242.692619,122.716098 242.737295,122.816805 242.814193,122.889951 C242.89109,122.963098 242.993904,123.002686 243.1,123 L244.3,123 C244.518851,123.000261 244.699325,122.82859 244.71,122.61 L244.71,119.41 C244.707381,119.303902 244.662705,119.203195 244.585807,119.130049 C244.50891,119.056902 244.406096,119.017314 244.3,119.02 Z" id="Path" fill="#305F7C"></path>
416
- <path d="M244.3,119.02 L243.1,119.02 C242.993904,119.017314 242.89109,119.056902 242.814193,119.130049 C242.737295,119.203195 242.692619,119.303902 242.69,119.41 L242.69,121.01 L244.69,121.01 L244.69,119.41 C244.684734,119.196828 244.513172,119.025266 244.3,119.02 Z" id="Path" fill="#023852"></path>
417
- <rect id="Rectangle" fill="#305F7C" x="245.37" y="118.11" width="1" height="11.7"></rect>
418
- <rect id="Rectangle" fill="#305F7C" x="241.93" y="129.81" width="7.1" height="1"></rect>
419
- <rect id="Rectangle" fill="#FFE600" x="248.65" y="127.79" width="1" height="2.02"></rect>
420
- <rect id="Rectangle" fill="#FFE600" x="245.37" y="127.79" width="1" height="2.02"></rect>
421
- <rect id="Rectangle" fill="#FFE600" x="242.09" y="127.79" width="1" height="2.02"></rect>
422
- <path d="M230.73,118.11 C230.644611,118.010698 230.520943,117.952501 230.39,117.95 L224.65,117.95 C224.520174,117.957098 224.398219,118.014489 224.31,118.11 C224.221422,118.217028 224.172032,118.351087 224.17,118.49 L224.17,130.11 L230.87,130.11 L230.87,118.49 C230.872371,118.350304 230.822436,118.214767 230.73,118.11 L230.73,118.11 Z M230.73,129.95 L224.33,129.95 L224.33,118.49 C224.318479,118.29471 224.465023,118.125963 224.66,118.11 L230.4,118.11 C230.494747,118.115061 230.58338,118.158372 230.645593,118.230011 C230.707806,118.301651 230.738268,118.395479 230.73,118.49 L230.73,129.95 Z" id="Shape" fill="#305F7C"></path>
423
- <rect id="Rectangle" fill="#305F7C" x="228.2" y="119.01" width="2.02" height="3.98" rx="0.4"></rect>
424
- <path d="M230.22,119.42 L230.22,121.01 L228.22,121.01 L228.22,119.42 C228.22,119.199086 228.399086,119.02 228.62,119.02 L229.84,119.02 C230.053067,119.030667 230.220267,119.206667 230.22,119.42 Z" id="Path" fill="#023852"></path>
425
- <path d="M226.38,119.02 L225.18,119.02 C225.073904,119.017314 224.97109,119.056902 224.894193,119.130049 C224.817295,119.203195 224.772619,119.303902 224.77,119.41 L224.77,122.61 C224.772619,122.716098 224.817295,122.816805 224.894193,122.889951 C224.97109,122.963098 225.073904,123.002686 225.18,123 L226.38,123 C226.598851,123.000261 226.779325,122.82859 226.79,122.61 L226.79,119.41 C226.787381,119.303902 226.742705,119.203195 226.665807,119.130049 C226.58891,119.056902 226.486096,119.017314 226.38,119.02 L226.38,119.02 Z" id="Path" fill="#305F7C"></path>
426
- <path d="M226.38,119.02 L225.18,119.02 C225.073904,119.017314 224.97109,119.056902 224.894193,119.130049 C224.817295,119.203195 224.772619,119.303902 224.77,119.41 L224.77,121.01 L226.77,121.01 L226.77,119.41 C226.764734,119.196828 226.593172,119.025266 226.38,119.02 L226.38,119.02 Z" id="Path" fill="#023852"></path>
427
- <rect id="Rectangle" fill="#305F7C" x="227.45" y="118.11" width="1" height="11.7"></rect>
428
- <rect id="Rectangle" fill="#305F7C" x="224.01" y="129.81" width="7.1" height="1"></rect>
429
- <rect id="Rectangle" fill="#FFE600" x="230.73" y="127.79" width="1" height="2.02"></rect>
430
- <rect id="Rectangle" fill="#FFE600" x="227.45" y="127.79" width="1" height="2.02"></rect>
431
- <rect id="Rectangle" fill="#FFE600" x="224.17" y="127.79" width="1" height="2.02"></rect>
432
- <path d="M266.49,118.11 C266.401781,118.014489 266.279826,117.957098 266.15,117.95 L260.41,117.95 C260.280174,117.957098 260.158219,118.014489 260.07,118.11 C259.977564,118.214767 259.927629,118.350304 259.93,118.49 L259.93,130.11 L266.63,130.11 L266.63,118.49 C266.627968,118.351087 266.578578,118.217028 266.49,118.11 Z M266.49,129.95 L260.08,129.95 L260.08,118.49 C260.074546,118.394485 260.107335,118.300728 260.171128,118.22943 C260.23492,118.158132 260.324469,118.115159 260.42,118.11 L266.16,118.11 C266.354977,118.125963 266.501521,118.29471 266.49,118.49 L266.49,129.95 Z" id="Shape" fill="#305F7C"></path>
433
- <rect id="Rectangle" fill="#305F7C" x="263.96" y="119.01" width="2.02" height="3.98" rx="0.4"></rect>
434
- <path d="M266,119.42 L266,121.01 L264,121.01 L264,119.42 C264,119.199086 264.179086,119.02 264.4,119.02 L265.61,119.02 C265.826999,119.025427 266.000068,119.202933 266,119.42 Z" id="Path" fill="#023852"></path>
435
- <path d="M262.13,119.02 L260.94,119.02 C260.833904,119.017314 260.73109,119.056902 260.654193,119.130049 C260.577295,119.203195 260.532619,119.303902 260.53,119.41 L260.53,122.61 C260.532619,122.716098 260.577295,122.816805 260.654193,122.889951 C260.73109,122.963098 260.833904,123.002686 260.94,123 L262.13,123 C262.352705,123.005695 262.539206,122.832516 262.55,122.61 L262.55,119.41 C262.547438,119.302101 262.501383,119.199817 262.422293,119.126377 C262.343204,119.052936 262.237792,119.014573 262.13,119.02 L262.13,119.02 Z" id="Path" fill="#305F7C"></path>
436
- <path d="M262.13,119.02 L260.94,119.02 C260.833904,119.017314 260.73109,119.056902 260.654193,119.130049 C260.577295,119.203195 260.532619,119.303902 260.53,119.41 L260.53,121.01 L262.53,121.01 L262.53,119.41 C262.524573,119.193001 262.347067,119.019932 262.13,119.02 L262.13,119.02 Z" id="Path" fill="#023852"></path>
437
- <rect id="Rectangle" fill="#305F7C" x="263.21" y="118.11" width="1" height="11.7"></rect>
438
- <rect id="Rectangle" fill="#305F7C" x="259.76" y="129.81" width="7.1" height="1"></rect>
439
- <rect id="Rectangle" fill="#FFE600" x="266.48" y="127.79" width="1" height="2.02"></rect>
440
- <rect id="Rectangle" fill="#FFE600" x="263.21" y="127.79" width="1" height="2.02"></rect>
441
- <rect id="Rectangle" fill="#FFE600" x="259.93" y="127.79" width="1" height="2.02"></rect>
442
- <rect id="Rectangle" fill="#305F7C" x="232.91" y="119.02" width="7.23" height="3.97" rx="0.5"></rect>
443
- <path d="M239.64,119.02 L233.41,119.02 C233.132248,119.025447 232.91,119.252194 232.91,119.53 L232.91,121.01 L240.14,121.01 L240.14,119.53 C240.14,119.252194 239.917752,119.025447 239.64,119.02 L239.64,119.02 Z" id="Path" fill="#023852"></path>
444
- <rect id="Rectangle" fill="#305F7C" x="250.83" y="119.02" width="7.23" height="3.97" rx="0.5"></rect>
445
- <path d="M257.56,119.02 L251.34,119.02 C251.058335,119.02 250.83,119.248335 250.83,119.53 L250.83,121.01 L258.06,121.01 L258.06,119.53 C258.06,119.252194 257.837752,119.025447 257.56,119.02 Z" id="Path" fill="#023852"></path>
446
- <rect id="Rectangle" fill="#305F7C" x="268.65" y="119.02" width="7.23" height="3.97" rx="0.5"></rect>
447
- <path d="M275.38,119.02 L269.16,119.02 C268.878335,119.02 268.65,119.248335 268.65,119.53 L268.65,121.01 L275.88,121.01 L275.88,119.53 C275.88,119.252194 275.657752,119.025447 275.38,119.02 L275.38,119.02 Z" id="Path" fill="#023852"></path>
448
- <rect id="Rectangle" fill="#305F7C" x="286.04" y="119.02" width="7.23" height="3.97" rx="0.5"></rect>
449
- <path d="M292.76,119.02 L286.54,119.02 C286.405641,119.019973 286.276925,119.074022 286.182864,119.169964 C286.088803,119.265907 286.037313,119.395668 286.04,119.53 L286.04,121.01 L293.26,121.01 L293.26,119.53 C293.262687,119.395668 293.211197,119.265907 293.117136,119.169964 C293.023075,119.074022 292.894359,119.019973 292.76,119.02 Z" id="Path" fill="#023852"></path>
450
- <rect id="Rectangle" fill="url(#linearGradient-1)" opacity="0.3" style="mix-blend-mode: multiply;" x="220.23" y="129.48" width="153.39" height="1.22"></rect>
451
- <rect id="Rectangle" fill="#4A6066" x="218.52" y="122.97" width="1.72" height="8.38"></rect>
452
- <rect id="Rectangle" fill="#305F7C" x="218.52" y="116.31" width="1.72" height="7.18"></rect>
453
- <rect id="Rectangle" fill="#003A5D" x="219.23" y="116.31" width="1" height="14.53"></rect>
454
- <polygon id="Path" fill="#FFE700" points="143.27 132.34 218.52 132.34 218.52 115.34 143.27 115.34"></polygon>
455
- <rect id="Rectangle" fill="#FFF6A1" x="143.27" y="124.48" width="75.25" height="1"></rect>
456
- <path d="M143.27,116.31 C147.98,116.23 206.4,116.31 218.52,116.31 L218.52,115.31 L143.27,115.31 L143.27,116.31 Z" id="Path" fill="#FFF6A1"></path>
457
- <polygon id="Path" fill="#ACC7AD" points="143.27 132.34 218.52 132.34 218.52 127.79 143.27 127.79"></polygon>
458
- <rect id="Rectangle" fill="#E87933" x="143.27" y="127.79" width="75.25" height="4.55"></rect>
459
- <rect id="Rectangle" fill="#FFE600" x="195.23" y="127.81" width="1" height="4.53"></rect>
460
- <rect id="Rectangle" fill="#FFE600" x="177.41" y="127.8" width="1" height="4.53"></rect>
461
- <rect id="Rectangle" fill="#FFE600" x="159.48" y="127.79" width="1" height="4.53"></rect>
462
- <path d="M207.28,118.11 C207.191781,118.014489 207.069826,117.957098 206.94,117.95 L201.2,117.95 C201.069057,117.952501 200.945389,118.010698 200.86,118.11 C200.767564,118.214767 200.717629,118.350304 200.72,118.49 L200.72,130.11 L207.42,130.11 L207.42,118.49 C207.417968,118.351087 207.368578,118.217028 207.28,118.11 Z M207.28,129.95 L200.86,129.95 L200.86,118.49 C200.854546,118.394485 200.887335,118.300728 200.951128,118.22943 C201.01492,118.158132 201.104469,118.115159 201.2,118.11 L206.94,118.11 C207.136455,118.12589 207.285969,118.292993 207.28,118.49 L207.28,129.95 Z" id="Shape" fill="#305F7C"></path>
463
- <rect id="Rectangle" fill="#305F7C" x="204.75" y="119.01" width="2.02" height="3.98" rx="0.4"></rect>
464
- <path d="M206.77,119.42 L206.77,121.01 L204.77,121.01 L204.77,119.42 C204.77,119.199086 204.949086,119.02 205.17,119.02 L206.38,119.02 C206.596999,119.025427 206.770068,119.202933 206.77,119.42 L206.77,119.42 Z" id="Path" fill="#023852"></path>
465
- <path d="M202.92,119.02 L201.73,119.02 C201.623904,119.017314 201.52109,119.056902 201.444193,119.130049 C201.367295,119.203195 201.322619,119.303902 201.32,119.41 L201.32,122.61 C201.322619,122.716098 201.367295,122.816805 201.444193,122.889951 C201.52109,122.963098 201.623904,123.002686 201.73,123 L202.92,123 C203.142705,123.005695 203.329206,122.832516 203.34,122.61 L203.34,119.41 C203.337438,119.302101 203.291383,119.199817 203.212293,119.126377 C203.133204,119.052936 203.027792,119.014573 202.92,119.02 Z" id="Path" fill="#305F7C"></path>
466
- <path d="M202.92,119.02 L201.73,119.02 C201.623904,119.017314 201.52109,119.056902 201.444193,119.130049 C201.367295,119.203195 201.322619,119.303902 201.32,119.41 L201.32,121.01 L203.32,121.01 L203.32,119.41 C203.314573,119.193001 203.137067,119.019932 202.92,119.02 Z" id="Path" fill="#023852"></path>
467
- <rect id="Rectangle" fill="#305F7C" x="204" y="118.11" width="1" height="11.7"></rect>
468
- <rect id="Rectangle" fill="#305F7C" x="200.55" y="129.81" width="7.1" height="1"></rect>
469
- <rect id="Rectangle" fill="#FFE600" x="207.27" y="127.79" width="1" height="2.02"></rect>
470
- <rect id="Rectangle" fill="#FFE600" x="204" y="127.79" width="1" height="2.02"></rect>
471
- <rect id="Rectangle" fill="#FFE600" x="200.72" y="127.79" width="1" height="2.02"></rect>
472
- <path d="M171.68,118.11 C171.594611,118.010698 171.470943,117.952501 171.34,117.95 L165.6,117.95 C165.470174,117.957098 165.348219,118.014489 165.26,118.11 C165.171422,118.217028 165.122032,118.351087 165.12,118.49 L165.12,130.11 L171.82,130.11 L171.82,118.49 C171.822371,118.350304 171.772436,118.214767 171.68,118.11 Z M171.68,129.95 L165.27,129.95 L165.27,118.49 C165.258479,118.29471 165.405023,118.125963 165.6,118.11 L171.34,118.11 C171.435531,118.115159 171.52508,118.158132 171.588872,118.22943 C171.652665,118.300728 171.685454,118.394485 171.68,118.49 L171.68,129.95 Z" id="Shape" fill="#305F7C"></path>
473
- <rect id="Rectangle" fill="#305F7C" x="169.15" y="119.01" width="2.02" height="3.98" rx="0.4"></rect>
474
- <path d="M171.17,119.42 L171.17,121.01 L169.17,121.01 L169.17,119.42 C169.17,119.199086 169.349086,119.02 169.57,119.02 L170.79,119.02 C171.003067,119.030667 171.170267,119.206667 171.17,119.42 L171.17,119.42 Z" id="Path" fill="#023852"></path>
475
- <path d="M167.33,119.02 L166.13,119.02 C166.023904,119.017314 165.92109,119.056902 165.844193,119.130049 C165.767295,119.203195 165.722619,119.303902 165.72,119.41 L165.72,122.61 C165.722619,122.716098 165.767295,122.816805 165.844193,122.889951 C165.92109,122.963098 166.023904,123.002686 166.13,123 L167.33,123 C167.548851,123.000261 167.729325,122.82859 167.74,122.61 L167.74,119.41 C167.737381,119.303902 167.692705,119.203195 167.615807,119.130049 C167.53891,119.056902 167.436096,119.017314 167.33,119.02 L167.33,119.02 Z" id="Path" fill="#305F7C"></path>
476
- <path d="M167.33,119.02 L166.13,119.02 C166.023904,119.017314 165.92109,119.056902 165.844193,119.130049 C165.767295,119.203195 165.722619,119.303902 165.72,119.41 L165.72,121.01 L167.72,121.01 L167.72,119.41 C167.714734,119.196828 167.543172,119.025266 167.33,119.02 L167.33,119.02 Z" id="Path" fill="#023852"></path>
477
- <rect id="Rectangle" fill="#305F7C" x="168.4" y="118.11" width="1" height="11.7"></rect>
478
- <rect id="Rectangle" fill="#305F7C" x="164.96" y="129.81" width="7.1" height="1"></rect>
479
- <rect id="Rectangle" fill="#FFE600" x="171.68" y="127.79" width="1" height="2.02"></rect>
480
- <rect id="Rectangle" fill="#FFE600" x="168.4" y="127.79" width="1" height="2.02"></rect>
481
- <rect id="Rectangle" fill="#FFE600" x="165.12" y="127.79" width="1" height="2.02"></rect>
482
- <path d="M153.77,118.11 C153.681781,118.014489 153.559826,117.957098 153.43,117.95 L147.68,117.95 C147.550174,117.957098 147.428219,118.014489 147.34,118.11 C147.254301,118.217972 147.208395,118.352161 147.209959,118.49 L147.209959,130.11 L153.900041,130.11 L153.900041,118.49 C153.901605,118.352161 153.855699,118.217972 153.77,118.11 Z M153.77,129.95 L147.36,129.95 L147.36,118.49 C147.348479,118.29471 147.495023,118.125963 147.69,118.11 L153.44,118.11 C153.634977,118.125963 153.781521,118.29471 153.77,118.49 L153.77,129.95 Z" id="Shape" fill="#305F7C"></path>
483
- <rect id="Rectangle" fill="#305F7C" x="151.23" y="119.01" width="2.02" height="3.98" rx="0.4"></rect>
484
- <path d="M153.25,119.42 L153.25,121.01 L151.25,121.01 L151.25,119.42 C151.249966,119.312158 151.293479,119.208871 151.37067,119.133562 C151.447862,119.058253 151.552192,119.017304 151.66,119.02 L152.87,119.02 C153.083067,119.030667 153.250267,119.206667 153.25,119.42 L153.25,119.42 Z" id="Path" fill="#023852"></path>
485
- <path d="M149.41,119.02 L148.21,119.02 C148.103904,119.017314 148.00109,119.056902 147.924193,119.130049 C147.847295,119.203195 147.802619,119.303902 147.8,119.41 L147.8,122.61 C147.810675,122.82859 147.991149,123.000261 148.21,123 L149.41,123 C149.516096,123.002686 149.61891,122.963098 149.695807,122.889951 C149.772705,122.816805 149.817381,122.716098 149.82,122.61 L149.82,119.41 C149.817381,119.303902 149.772705,119.203195 149.695807,119.130049 C149.61891,119.056902 149.516096,119.017314 149.41,119.02 Z" id="Path" fill="#305F7C"></path>
486
- <path d="M149.41,119.02 L148.21,119.02 C148.103904,119.017314 148.00109,119.056902 147.924193,119.130049 C147.847295,119.203195 147.802619,119.303902 147.8,119.41 L147.8,121.01 L149.8,121.01 L149.8,119.41 C149.794734,119.196828 149.623172,119.025266 149.41,119.02 Z" id="Path" fill="#023852"></path>
487
- <rect id="Rectangle" fill="#305F7C" x="150.48" y="118.11" width="1" height="11.7"></rect>
488
- <rect id="Rectangle" fill="#305F7C" x="147.04" y="129.81" width="7.1" height="1"></rect>
489
- <rect id="Rectangle" fill="#FFE600" x="153.76" y="127.79" width="1" height="2.02"></rect>
490
- <rect id="Rectangle" fill="#FFE600" x="150.48" y="127.79" width="1" height="2.02"></rect>
491
- <rect id="Rectangle" fill="#FFE600" x="147.21" y="127.79" width="1" height="2.02"></rect>
492
- <path d="M189.52,118.11 C189.433119,118.012678 189.310367,117.954913 189.18,117.95 L183.44,117.95 C183.310174,117.957098 183.188219,118.014489 183.1,118.11 C183.007564,118.214767 182.957629,118.350304 182.96,118.49 L182.96,130.11 L189.66,130.11 L189.66,118.49 C189.662371,118.350304 189.612436,118.214767 189.52,118.11 L189.52,118.11 Z M189.52,129.95 L183.12,129.95 L183.12,118.49 C183.108479,118.29471 183.255023,118.125963 183.45,118.11 L189.19,118.11 C189.284747,118.115061 189.37338,118.158372 189.435593,118.230011 C189.497806,118.301651 189.528268,118.395479 189.52,118.49 L189.52,129.95 Z" id="Shape" fill="#305F7C"></path>
493
- <rect id="Rectangle" fill="#305F7C" x="186.99" y="119.01" width="2.02" height="3.98" rx="0.4"></rect>
494
- <path d="M189,119.42 L189,121.01 L187,121.01 L187,119.42 C187,119.199086 187.179086,119.02 187.4,119.02 L188.62,119.02 C188.833067,119.030667 189.000267,119.206667 189,119.42 Z" id="Path" fill="#023852"></path>
495
- <path d="M185.17,119.02 L184,119.02 C183.893904,119.017314 183.79109,119.056902 183.714193,119.130049 C183.637295,119.203195 183.592619,119.303902 183.59,119.41 L183.59,122.61 C183.592619,122.716098 183.637295,122.816805 183.714193,122.889951 C183.79109,122.963098 183.893904,123.002686 184,123 L185.2,123 C185.418851,123.000261 185.599325,122.82859 185.61,122.61 L185.61,119.41 C185.60777,119.298352 185.558971,119.19272 185.475403,119.118648 C185.391835,119.044577 185.281108,119.008811 185.17,119.02 Z" id="Path" fill="#305F7C"></path>
496
- <path d="M185.17,119.02 L184,119.02 C183.893904,119.017314 183.79109,119.056902 183.714193,119.130049 C183.637295,119.203195 183.592619,119.303902 183.59,119.41 L183.59,121.01 L185.59,121.01 L185.59,119.41 C185.587438,119.302101 185.541383,119.199817 185.462293,119.126377 C185.383204,119.052936 185.277792,119.014573 185.17,119.02 Z" id="Path" fill="#023852"></path>
497
- <rect id="Rectangle" fill="#305F7C" x="186.24" y="118.11" width="1" height="11.7"></rect>
498
- <rect id="Rectangle" fill="#305F7C" x="182.8" y="129.81" width="7.1" height="1"></rect>
499
- <rect id="Rectangle" fill="#FFE600" x="189.52" y="127.79" width="1" height="2.02"></rect>
500
- <rect id="Rectangle" fill="#FFE600" x="186.24" y="127.79" width="1" height="2.02"></rect>
501
- <rect id="Rectangle" fill="#FFE600" x="182.96" y="127.79" width="1" height="2.02"></rect>
502
- <rect id="Rectangle" fill="#305F7C" x="155.94" y="119.02" width="7.23" height="3.97" rx="0.5"></rect>
503
- <path d="M162.67,119.02 L156.45,119.02 C156.168335,119.02 155.94,119.248335 155.94,119.53 L155.94,121.01 L163.17,121.01 L163.17,119.53 C163.17,119.252194 162.947752,119.025447 162.67,119.02 Z" id="Path" fill="#023852"></path>
504
- <rect id="Rectangle" fill="#305F7C" x="173.86" y="119.02" width="7.23" height="3.97" rx="0.5"></rect>
505
- <path d="M180.59,119.02 L174.37,119.02 C174.088335,119.02 173.86,119.248335 173.86,119.53 L173.86,121.01 L181.09,121.01 L181.09,119.53 C181.092687,119.395668 181.041197,119.265907 180.947136,119.169964 C180.853075,119.074022 180.724359,119.019973 180.59,119.02 Z" id="Path" fill="#023852"></path>
506
- <rect id="Rectangle" fill="#305F7C" x="191.68" y="119.02" width="7.23" height="3.97" rx="0.5"></rect>
507
- <path d="M198.41,119.02 L192.19,119.02 C191.908335,119.02 191.68,119.248335 191.68,119.53 L191.68,121.01 L198.91,121.01 L198.91,119.53 C198.912687,119.395668 198.861197,119.265907 198.767136,119.169964 C198.673075,119.074022 198.544359,119.019973 198.41,119.02 Z" id="Path" fill="#023852"></path>
508
- <rect id="Rectangle" fill="#305F7C" x="209.07" y="119.02" width="7.23" height="3.97" rx="0.5"></rect>
509
- <path d="M215.79,119.02 L209.57,119.02 C209.435641,119.019973 209.306925,119.074022 209.212864,119.169964 C209.118803,119.265907 209.067313,119.395668 209.07,119.53 L209.07,121.01 L216.3,121.01 L216.3,119.53 C216.3,119.248335 216.071665,119.02 215.79,119.02 Z" id="Path" fill="#023852"></path>
510
- <rect id="Rectangle" fill="url(#linearGradient-2)" opacity="0.3" style="mix-blend-mode: multiply;" x="143.27" y="129.48" width="76.97" height="1.22"></rect>
511
- <path d="M142.26,130.85 L143.26,130.85 L143.26,116.32 L142.63,116.32 C142.420132,116.32 142.25,116.490132 142.25,116.7 L142.26,130.85 Z" id="Path" fill="#023852"></path>
512
- <rect id="Rectangle" fill="#EFF2F3" x="0" y="127.2" width="439.64" height="10.78"></rect>
513
- <rect id="Rectangle" fill="#AEBBC1" x="0" y="132.58" width="439.64" height="5.4"></rect>
514
- <rect id="Rectangle" fill="#023852" x="0" y="132.58" width="439.64" height="3.01"></rect>
515
- <rect id="Rectangle" fill="#CED5D9" x="0" y="137.98" width="439.64" height="1.08"></rect>
516
- <rect id="Rectangle" fill="#96A6AE" x="23.62" y="139.05" width="25.76" height="1.07"></rect>
517
- <rect id="Rectangle" fill="#003A5D" x="24.91" y="140.13" width="23.51" height="1"></rect>
518
- <rect id="Rectangle" fill="#96A6AE" x="23.65" y="140.83" width="25.71" height="2.63"></rect>
519
- <rect id="Rectangle" fill="#CDD4D8" x="34.59" y="139.05" width="20.05" height="1.07"></rect>
520
- <rect id="Rectangle" fill="#4F778F" x="35.59" y="140.13" width="18.3" height="1"></rect>
521
- <rect id="Rectangle" fill="#CDD4D8" x="34.61" y="140.83" width="20.01" height="2.63"></rect>
522
- <rect id="Rectangle" fill="#CDD4D8" x="34.61" y="143.45" width="10.92" height="42.9"></rect>
523
- <polygon id="Path" fill="#96A6AE" points="34.61 149.15 45.53 149.15 54.61 143.46 23.65 143.46"></polygon>
524
- <rect id="Rectangle" fill="#96A6AE" x="34.61" y="149.15" width="3.92" height="37.2"></rect>
525
- <rect id="Rectangle" fill="#D5DBDF" x="135.1" y="64.74" width="1.24" height="62.46"></rect>
526
- <path d="M369.78,164.549987 C364.272068,164.55072 359.172186,167.454081 356.36,172.19 L356.24,172.19 C348.181369,172.195527 341.447912,178.327087 340.69,186.35 L384.13,186.35 C386.215251,181.522521 385.729771,175.969569 382.83845,171.577179 C379.947129,167.184789 375.038591,164.543344 369.78,164.549987 L369.78,164.549987 Z" id="Path" fill="#5C8197"></path>
527
- <path d="M421.91,178.78 C420.855355,178.777804 419.811135,178.988688 418.84,179.4 C417.387333,176.525693 414.33707,174.819084 411.127517,175.084899 C407.917965,175.350714 405.190018,177.535874 404.23,180.61 C402.300138,178.96152 399.689576,178.353632 397.23,178.98 C396.025522,175.881077 393.009704,173.867932 389.685806,173.944035 C386.361908,174.020138 383.441386,176.169199 382.38,179.32 C379.205356,178.042092 375.568809,178.95931 373.38,181.59 C371.296653,180.507777 368.839578,180.409521 366.676467,181.321932 C364.513357,182.234344 362.868912,184.062641 362.19,186.31 L429.8,186.31 C429.602416,182.09595 426.128679,178.780711 421.91,178.78 L421.91,178.78 Z" id="Path" fill="#1F5171"></path>
528
- <path d="M249.78,171.55 C244.855141,171.491787 240.177908,173.704989 237.1,177.55 C235.36933,176.968348 233.555798,176.671158 231.73,176.67 C224.84,176.67 219.01,180.74 217,186.37 L265.230268,186.37 C265.230268,186.11 265.230268,185.85 265.230268,185.59 C265.28,177.83 258.34,171.55 249.78,171.55 Z" id="Path" fill="#5C8197"></path>
529
- <path d="M86.86,83.4 L86.86,186.4 L88.59,186.4 L88.59,83.4 C88.595498,81.0605938 90.4905938,79.165498 92.83,79.16 L99.67,79.16 L99.67,77.42 L92.83,77.42 C89.5358,77.436453 86.8709397,80.1057771 86.86,83.4 L86.86,83.4 Z" id="Path" fill="#EFF2F3"></path>
530
- <path d="M103.29,77.42 L99.11,77.42 C98.2562286,77.4254556 97.5654556,78.1162286 97.56,78.97 L97.56,78.97 C97.56,79.827674 98.2523436,80.5245021 99.11,80.53 L104.85,80.53 L104.85,78.97 C104.844502,78.1123436 104.147674,77.42 103.29,77.42 L103.29,77.42 Z" id="Path" fill="#EFF2F3"></path>
531
- <rect id="Rectangle" fill="#EFF2F3" x="0" y="181.61" width="439.64" height="1"></rect>
532
- <rect id="Rectangle" fill="#EFF2F3" x="0" y="184.07" width="439.64" height="1"></rect>
533
- <rect id="Rectangle" fill="#EFF2F3" x="0" y="179.6" width="439.64" height="1"></rect>
534
- <rect id="Rectangle" fill="#EFF2F3" x="25.57" y="179.6" width="1" height="6.75"></rect>
535
- <rect id="Rectangle" fill="#EFF2F3" x="60.64" y="179.6" width="1" height="6.75"></rect>
536
- <rect id="Rectangle" fill="#EFF2F3" x="95.71" y="179.6" width="1" height="6.75"></rect>
537
- <rect id="Rectangle" fill="#EFF2F3" x="130.78" y="179.6" width="1" height="6.75"></rect>
538
- <rect id="Rectangle" fill="#EFF2F3" x="165.85" y="179.6" width="1" height="6.75"></rect>
539
- <rect id="Rectangle" fill="#EFF2F3" x="200.92" y="179.6" width="1" height="6.75"></rect>
540
- <rect id="Rectangle" fill="#EFF2F3" x="235.99" y="179.6" width="1" height="6.75"></rect>
541
- <rect id="Rectangle" fill="#EFF2F3" x="271.06" y="179.6" width="1" height="6.75"></rect>
542
- <rect id="Rectangle" fill="#EFF2F3" x="306.13" y="179.6" width="1" height="6.75"></rect>
543
- <rect id="Rectangle" fill="#EFF2F3" x="341.2" y="179.6" width="1" height="6.75"></rect>
544
- <rect id="Rectangle" fill="#96A6AE" x="121.82" y="138.92" width="25.76" height="1.07"></rect>
545
- <rect id="Rectangle" fill="#003A5D" x="123.11" y="139.99" width="23.51" height="1"></rect>
546
- <rect id="Rectangle" fill="#96A6AE" x="121.85" y="140.7" width="25.71" height="2.63"></rect>
547
- <rect id="Rectangle" fill="#CDD4D8" x="132.79" y="138.92" width="20.05" height="1.07"></rect>
548
- <rect id="Rectangle" fill="#4F778F" x="133.79" y="139.99" width="18.3" height="1"></rect>
549
- <rect id="Rectangle" fill="#CDD4D8" x="132.8" y="140.7" width="20.01" height="2.63"></rect>
550
- <rect id="Rectangle" fill="#CDD4D8" x="132.8" y="143.31" width="10.92" height="42.9"></rect>
551
- <polygon id="Path" fill="#96A6AE" points="132.81 149.01 143.73 149.01 152.81 143.32 121.84 143.32"></polygon>
552
- <rect id="Rectangle" fill="#96A6AE" x="132.8" y="149.01" width="3.92" height="37.2"></rect>
553
- <rect id="Rectangle" fill="#96A6AE" x="213.7" y="139.08" width="25.76" height="1.07"></rect>
554
- <rect id="Rectangle" fill="#003A5D" x="214.99" y="140.15" width="23.51" height="1"></rect>
555
- <rect id="Rectangle" fill="#96A6AE" x="213.73" y="140.85" width="25.71" height="2.63"></rect>
556
- <rect id="Rectangle" fill="#CDD4D8" x="224.67" y="139.08" width="20.05" height="1.07"></rect>
557
- <rect id="Rectangle" fill="#4F778F" x="225.67" y="140.15" width="18.3" height="1"></rect>
558
- <rect id="Rectangle" fill="#CDD4D8" x="224.69" y="140.85" width="20.01" height="2.63"></rect>
559
- <rect id="Rectangle" fill="#CDD4D8" x="224.69" y="143.47" width="10.92" height="42.9"></rect>
560
- <polygon id="Path" fill="#96A6AE" points="224.69 149.17 235.61 149.17 244.69 143.48 213.73 143.48"></polygon>
561
- <rect id="Rectangle" fill="#96A6AE" x="224.69" y="149.17" width="3.92" height="37.2"></rect>
562
- <rect id="Rectangle" fill="#96A6AE" x="308.71" y="138.92" width="25.76" height="1.07"></rect>
563
- <rect id="Rectangle" fill="#003A5D" x="310" y="139.99" width="23.51" height="1"></rect>
564
- <rect id="Rectangle" fill="#96A6AE" x="308.74" y="140.7" width="25.71" height="2.63"></rect>
565
- <rect id="Rectangle" fill="#CDD4D8" x="319.68" y="138.92" width="20.05" height="1.07"></rect>
566
- <rect id="Rectangle" fill="#4F778F" x="320.68" y="139.99" width="18.3" height="1"></rect>
567
- <rect id="Rectangle" fill="#CDD4D8" x="319.7" y="140.7" width="20.01" height="2.63"></rect>
568
- <rect id="Rectangle" fill="#CDD4D8" x="319.7" y="143.31" width="10.92" height="42.9"></rect>
569
- <polygon id="Path" fill="#96A6AE" points="319.7 149.01 330.62 149.01 339.7 143.32 308.74 143.32"></polygon>
570
- <rect id="Rectangle" fill="#96A6AE" x="319.7" y="149.01" width="3.92" height="37.2"></rect>
571
- </g>
572
- </g>
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="440px" height="330px" viewBox="0 0 440 330" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <title>Graphic elements / Icons / Rich icons / Marketplace / Industries-City-Surveillance</title>
4
+ <defs>
5
+ <linearGradient x1="0.488949736%" y1="50%" x2="100.48895%" y2="50%" id="linearGradient-1">
6
+ <stop stop-color="#FFFFFF" offset="0%"></stop>
7
+ <stop stop-color="#000000" offset="100%"></stop>
8
+ </linearGradient>
9
+ <linearGradient x1="0.480706769%" y1="50%" x2="100.480707%" y2="50%" id="linearGradient-2">
10
+ <stop stop-color="#FFFFFF" offset="0%"></stop>
11
+ <stop stop-color="#000000" offset="100%"></stop>
12
+ </linearGradient>
13
+ </defs>
14
+ <g id="Graphic-elements-/-Icons-/-Rich-icons-/-Marketplace-/-Industries-City-Surveillance" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
15
+ <g id="City-surveillance" transform="translate(0.000000, 138.000000)" fill-rule="nonzero">
16
+ <path d="M435,109.95 L435,109.95 L433,109.95 L433,109.95 L432.3,109.95 L432.3,154.78 L430.3,154.78 L430.3,124.5 L425,124.5 L425,129.76 L410.2,129.76 L410.2,132.47 L408.99,132.47 L408.99,144.15 L406.1,144.15 L406.1,153.76 L402.42,153.76 L402.42,165.55 L401,165.55 L401,110.09 L400,110.09 L400,103.9 L398.14,103.9 L398.14,97.72 L396.9,97.72 L396.9,91.53 L388.9,91.53 L388.9,97.72 L387.66,97.72 L387.66,103.9 L385.8,103.9 L385.8,110.09 L384.92,110.09 L384.92,148.54 L382.76,148.54 L382.76,165.54 L380.18,165.54 L380.18,165.31 L379.49,165.31 L379.49,164.86 L380.18,164.86 L380.18,164.25 L379.49,164.25 L379.49,163.8 L380.18,163.8 L380.18,163.18 L379.49,163.18 L379.49,162.74 L380.18,162.74 L380.18,162.12 L379.49,162.12 L379.49,161.68 L380.18,161.68 L380.18,161.06 L379.49,161.06 L379.49,160.61 L380.18,160.61 L380.18,159.99 L379.49,159.99 L379.49,159.61 L380.18,159.61 L380.18,159 L379.49,159 L379.49,158.55 L380.18,158.55 L380.18,157.93 L379.49,157.93 L379.49,157.49 L380.18,157.49 L380.18,156.87 L379.49,156.87 L379.49,156.43 L380.18,156.43 L380.18,155.81 L379.49,155.81 L379.49,155.37 L380.18,155.37 L380.18,154.75 L379.49,154.75 L379.49,154.3 L380.18,154.3 L380.18,153.61 L379.49,153.61 L379.49,153.16 L380.18,153.16 L380.18,152.61 L379.49,152.61 L379.49,152.17 L380.18,152.17 L380.18,151.55 L379.49,151.55 L379.49,151.11 L380.18,151.11 L380.18,150.49 L379.49,150.49 L379.49,150.05 L380.18,150.05 L380.18,149.43 L379.49,149.43 L379.49,148.98 L380.18,148.98 L380.18,148.37 L379.49,148.37 L379.49,147.92 L380.18,147.92 L380.18,147.3 L379.49,147.3 L379.49,146.86 L380.18,146.86 L380.18,146.24 L379.49,146.24 L379.49,145.8 L380.18,145.8 L380.18,145.18 L379.49,145.18 L379.49,144.74 L380.18,144.74 L380.18,144.12 L379.49,144.12 L379.49,143.61 L380.18,143.61 L380.18,143 L379.49,143 L379.49,142.61 L380.18,142.61 L380.18,141.99 L379.49,141.99 L379.49,141.55 L380.18,141.55 L380.18,140.93 L379.49,140.93 L379.49,140.49 L380.18,140.49 L380.18,139.87 L379.49,139.87 L379.49,139.42 L380.18,139.42 L380.18,138.81 L379.49,138.81 L379.49,138.36 L380.18,138.36 L380.18,137.74 L379.49,137.74 L379.49,137.3 L380.18,137.3 L380.18,136.61 L379.49,136.61 L379.49,135.61 L378.94,135.61 L378.94,134.47 L377.5,134.47 L377.5,131.32 L376.42,131.32 L376.42,127.32 L373.15,126.6 L372.39,126.43 L372.39,119.83 L371.95,119.83 L371.95,126.33 L370.63,126.03 L370.63,131.31 L369.74,131.31 L369.74,134.46 L368.29,134.46 L368.29,135.61 L367.75,135.61 L367.75,136.61 L360.2,136.61 L360.2,143.27 L353.74,143.27 L348.09,145.48 L347.79,145.61 L347.79,148.51 L348.72,148.51 L348.72,149.23 L347.79,149.23 L347.79,149.96 L348.72,149.96 L348.72,150.69 L347.79,150.69 L347.79,151.42 L348.72,151.42 L348.72,152.14 L347.79,152.14 L347.79,152.87 L348.72,152.87 L348.72,153.61 L347.79,153.61 L347.79,154.34 L348.72,154.34 L348.72,154.86 L341.78,154.86 L339.22,147.86 L336.88,154.22 C336.88,152.06 336.94,149.9 336.94,147.75 C336.94,146.9 336.94,146.06 336.94,145.21 C336.94,142.823333 336.92,140.436667 336.88,138.05 C336.88,137.05 336.83,135.98 336.8,134.95 C336.8,132.72 336.68,130.5 336.59,128.27 C336.59,127.19 336.51,126.12 336.45,125.03 C336.356667,122.956667 336.25,120.88 336.13,118.8 C336.13,118.57 336.13,118.32 336.08,118.08 C335.97,116.25 335.85,114.42 335.71,112.59 C335.47,109.24 335.19,105.91 334.87,102.59 C334.79,101.74 334.71,100.89 334.62,100.03 L320.22,100.03 C320.22,100.52 320.13,101.03 320.08,101.51 C320.01,102.22 319.95,102.93 319.88,103.65 C319.81,104.37 319.76,104.9 319.71,105.52 C319.61,106.66 319.51,107.79 319.42,108.91 L319.3,110.48 C319.22,111.48 319.15,112.38 319.09,113.34 C319.09,113.74 319.02,114.15 319,114.56 C318.91,115.8 318.83,117.05 318.76,118.29 C318.76,118.71 318.71,119.13 318.68,119.54 C318.61,120.84 318.53,122.13 318.47,123.43 C318.47,123.71 318.47,123.99 318.47,124.27 C318.41,125.49 318.36,126.71 318.31,127.93 L318.31,128.64 C318.26,130.01 318.21,131.39 318.17,132.76 C318.17,133.03 318.17,133.31 318.17,133.58 C318.17,135 318.09,136.42 318.07,137.84 L318.07,138 C318.07,139.42 318.02,140.85 318.01,142.27 L318.01,142.81 C318.01,144.24 318.01,145.67 318.01,147.09 C318.01,147.29 318.01,147.49 318.01,147.69 C318.01,148.54 318.01,149.39 318.01,150.24 L315.46,150.24 L315.46,167.42 L312.46,167.42 L312.46,167.11 L312.97,167.11 L312.97,166.43 L312.46,166.43 L312.46,165.61 L312.97,165.61 L312.97,164.94 L312.46,164.94 L312.46,164.09 L312.97,164.09 L312.97,163.41 L312.46,163.41 L312.46,162.61 L312.97,162.61 L312.97,161.93 L312.46,161.93 L312.46,161.08 L312.97,161.08 L312.97,160.4 L312.46,160.4 L312.46,159.56 L312.97,159.56 L312.97,158.88 L312.46,158.88 L312.46,158.03 L312.97,158.03 L312.97,157.36 L312.46,157.36 L312.46,156.51 L312.97,156.51 L312.97,155.83 L312.46,155.83 L312.46,154.99 L312.97,154.99 L312.97,154.31 L312.46,154.31 L312.46,153.46 L312.97,153.46 L312.97,152.79 L312.46,152.79 L312.46,151.94 L312.97,151.94 L312.97,151.27 L312.46,151.27 L312.46,150.42 L312.97,150.42 L312.97,149.74 L312.46,149.74 L312.46,148.89 L312.97,148.89 L312.97,148.22 L312.46,148.22 L312.46,147.37 L312.97,147.37 L312.97,146.61 L312.46,146.61 L312.46,145.75 L312.97,145.75 L312.97,145.08 L312.46,145.08 L312.46,144.23 L312.97,144.23 L312.97,143.61 L312.46,143.61 L312.46,142.76 L312.97,142.76 L312.97,142.08 L312.46,142.08 L312.46,141.23 L312.97,141.23 L312.97,140.56 L312.46,140.56 L312.46,139.71 L312.97,139.71 L312.97,139.04 L312.46,139.04 L312.46,138.19 L312.97,138.19 L312.97,137.51 L312.46,137.51 L312.46,136.61 L312.97,136.61 L312.97,135.94 L312.46,135.94 L312.46,135.09 L312.97,135.09 L312.97,134.42 L312.46,134.42 L312.46,133.61 L312.97,133.61 L312.97,132.94 L312.46,132.94 L312.46,131.44 L312.97,131.44 L312.97,130.54 L311.21,130.54 L311.21,129.68 L312,129.68 L309.05,125.74 L307.05,125.74 L307.05,124.44 C307.052038,124.348889 306.989096,124.269163 306.9,124.25 L306.9,120.34 L306.51,120.34 L306.51,124.25 C306.420904,124.269163 306.357962,124.348889 306.36,124.44 L306.36,125.74 L304.36,125.74 L301.42,129.68 L302.08,129.68 L302.08,130.54 L300.32,130.54 L300.32,131.44 L300.95,131.44 L300.95,132.94 L300.32,132.94 L300.32,133.61 L300.95,133.61 L300.95,134.47 L300.32,134.47 L300.32,135.14 L300.95,135.14 L300.95,135.99 L300.32,135.99 L300.32,136.61 L300.95,136.61 L300.95,137.46 L300.32,137.46 L300.32,138.14 L300.95,138.14 L300.95,138.99 L300.32,138.99 L300.32,139.66 L300.95,139.66 L300.95,140.51 L300.32,140.51 L300.32,141.18 L300.95,141.18 L300.95,142.03 L300.32,142.03 L300.32,142.71 L300.95,142.71 L300.95,143.61 L300.32,143.61 L300.32,144.28 L300.95,144.28 L300.95,145.13 L300.32,145.13 L300.32,145.8 L300.95,145.8 L300.95,146.61 L300.32,146.61 L300.32,147.28 L300.95,147.28 L300.95,148.13 L300.32,148.13 L300.32,148.8 L300.95,148.8 L300.95,149.65 L300.32,149.65 L300.32,150.33 L300.95,150.33 L300.95,151.18 L300.32,151.18 L300.32,151.85 L300.95,151.85 L300.95,152.7 L300.32,152.7 L300.32,153.37 L300.95,153.37 L300.95,153.57 L296.95,153.57 L296.95,152.8 L296.95,152.13 L296.95,151.32 L296.95,150.65 L296.95,149.84 L296.95,149.16 L296.95,148.35 L296.95,147.68 L296.95,146.87 L296.95,146.2 L296.95,145.39 L296.95,144.72 L296.95,143.91 L296.95,143.24 L296.95,142.43 L296.95,141.75 L296.95,140.94 L296.95,140.28 L296.95,139.47 L296.95,138.79 L296.95,137.98 L296.95,137.31 L296.95,136.5 L296.95,135.83 L296.95,135.02 L296.95,134.35 L296.95,133.54 L296.95,132.87 L296.95,132.06 L296.95,131.38 L296.95,130.57 L296.95,129.9 L296.95,129.09 L296.95,128.42 L296.95,127.61 L296.95,126.94 L296.95,126.13 L296.95,125.46 L296.95,124.65 L296.95,123.98 L296.95,123.17 L296.95,122.49 L296.95,121.68 L296.95,121.01 L296.95,120.2 L296.95,119.53 L296.95,118.72 L296.95,118.05 L296.95,117.24 L296.95,116.57 L296.95,115.76 L296.95,115.08 L296.95,114.27 L296.95,113.6 L296.95,112.79 L296.95,112.12 L296.95,111.31 L296.89,108.83 L292.74,107.42 L292.74,109.61 L291.47,109.61 L291.6,103.72 L284.44,101.93 L283.72,111.32 L283.66,112.13 L283.6,112.8 L283.54,113.61 L283.49,114.28 L283.43,115.09 L283.38,115.77 L283.31,116.58 L283.26,117.25 L283.2,118.06 L283.2,118.73 L283.14,119.54 L283.08,120.21 L283.02,121.02 L282.97,121.69 L282.91,122.5 L282.86,123.18 L282.79,123.99 L282.74,124.66 L282.67,125.47 L282.67,126.14 L282.61,126.95 L282.55,127.62 L282.49,128.43 L282.43,129.1 L282.37,129.91 L282.37,130.58 L282.3,131.39 L282.25,132.07 L282.18,132.88 L282.13,133.55 L282.07,134.36 L282.02,135.03 L281.96,135.84 L281.96,136.16 L274.96,136.16 L274.96,145.67 L273.09,145.67 L273.09,166.15 L270.59,166.15 L270.59,90.97 L269.65,90.97 L269.65,82.15 L254.53,82.15 L254.53,90.97 L253.6,90.97 L253.6,124.14 L251.85,124.14 L251.85,124.5 L251.6,124.5 L251.6,125.38 L251.85,125.38 L251.85,125.69 L251.6,125.69 L251.6,126.61 L251.85,126.61 L251.85,126.93 L251.6,126.93 L251.6,127.81 L251.85,127.81 L251.85,128.13 L251.6,128.13 L251.6,129.01 L251.85,129.01 L251.85,129.33 L251.6,129.33 L251.6,130.21 L251.85,130.21 L251.85,130.53 L251.6,130.53 L251.6,131.41 L251.85,131.41 L251.85,131.73 L251.6,131.73 L251.6,132.61 L251.85,132.61 L251.85,132.93 L251.6,132.93 L251.6,133.81 L251.85,133.81 L251.85,134.13 L251.6,134.13 L251.6,135.02 L251.85,135.02 L251.85,135.34 L251.6,135.34 L251.6,136.22 L251.85,136.22 L251.85,136.54 L251.6,136.54 L251.6,137.42 L251.85,137.42 L251.85,137.74 L251.6,137.74 L251.6,138.61 L251.85,138.61 L251.85,138.93 L251.6,138.93 L251.6,139.81 L251.85,139.81 L251.85,140.13 L251.6,140.13 L251.6,141.01 L251.85,141.01 L251.85,141.33 L251.6,141.33 L251.6,142.21 L251.85,142.21 L251.85,143.74 L251.6,143.74 L251.6,144.61 L251.85,144.61 L251.85,144.92 L251.6,144.92 L251.6,145.45 L247.6,145.45 L247.6,125.78 L237,125.78 L237,138.46 L234,138.46 L234,137.76 L232.77,137.76 L232.77,114.61 L232.77,114.61 L232.77,88.75 L231.82,88.75 L231.82,73.49 L215.22,73.49 L215.22,88.75 L214.28,88.75 L214.28,153.61 L212,153.61 L212,128.05 L208,128.05 L208,116.68 L206.7,116.68 L206.7,111.52 L188,111.52 L188,116.68 L186.71,116.68 L186.71,157.98 L182.36,157.98 L182.36,131.27 L166.52,131.27 L166.52,148.16 L163,148.16 L163,164.61 L161,164.61 L161,117.28 L161,117.28 L161,116.09 L160.17,116.09 L160.17,115.75 L161,115.75 L161,114.61 L160.15,114.61 L160.15,114.27 L161,114.27 L161,113.09 L160.14,113.09 L160.14,112.75 L161,112.75 L161,111.51 L160.14,111.51 L160.14,111.17 L161,111.17 L161,109.98 L160.13,109.98 L160.13,109.61 L161,109.61 L161,108.41 L160.13,108.41 L160.13,108.08 L161,108.08 L161,106.89 L160.12,106.89 L160.12,106.61 L161,106.61 L161,102.07 C157.827375,99.6327999 155.953625,95.8705454 155.92,91.87 L155.92,91.74 L155.92,91.74 L155.92,91.09 L154.92,91.09 L154.92,91.74 L153.5,91.74 L153.5,81.25 L153,81.25 L153,91.72 L152.7,91.72 L152.7,91.07 L151.62,91.07 L151.62,91.72 L149.69,91.72 L149.69,91.07 L148.6,91.07 L148.6,91.72 C148.6,97.14 146.87,100.84 145.09,102.05 L145.09,105.4 L145.09,105.4 L145.09,106.61 L146.19,106.61 L146.19,106.95 L145.08,106.95 L145.08,108.14 L146.19,108.14 L146.19,108.47 L145.07,108.47 L145.07,109.61 L146.19,109.61 L146.19,109.94 L145.1,109.94 L145.1,111.13 L146.23,111.13 L146.23,111.47 L145.1,111.47 L145.1,112.66 L146.23,112.66 L146.23,113 L145.09,113 L145.09,114.18 L146.23,114.18 L146.23,114.61 L145.08,114.61 L145.08,115.8 L146.23,115.8 L146.23,116.14 L145,116.14 L145,141.95 L141.72,141.95 L141.72,154.71 L139.9,154.71 L139.9,165.83 C139.645585,165.689813 139.373002,165.585491 139.09,165.52 C138.66,165.44 138.22,165.39 137.78,165.35 L137.78,141.35 L136.27,140.67 L136.27,140.67 L135.72,140.67 L135.72,139.91 L135.27,139.91 L135.27,140.31 L134.84,140.31 L134.84,140.61 L133.66,140.61 L133.66,140.09 L133.19,139.86 L129.19,140 L129.19,140.74 L128.35,140.74 L128.35,146.87 L121.71,146.87 L121.71,116.43 L120.17,116.43 L120.17,108.71 L114.75,108.71 L114.75,106.71 L111.39,106.71 L111.39,103.39 L97.79,103.39 L97.79,108.74 L90.93,108.74 L90.93,163.81 L87.21,163.81 L87.21,169.01 L83.7,169.01 L83.7,152.42 L78.3,152.42 L78.3,146.98 L78.2,146.98 L78.2,145.9 L76.76,144.07 L76.76,144.07 L76.76,142.14 L76.42,141.81 L76.42,138.89 L76.25,138.89 L76.25,141.8 L75.97,142.08 L75.97,144.16 L74.71,145.96 L74.71,146.88 L74.37,147.13 L74.37,147.85 L73.77,148.21 L73.77,148.75 L73.11,149.11 L73.11,156.22 L71.86,156.12 L70.86,156.12 L70.86,142.26 L63.4,142.26 L63.4,150.68 L58.77,150.68 L58.77,156.61 L57.62,156.61 L57.62,164.31 L56.71,164.31 L56.71,160.43 L55.5,160.43 L55.5,127.71 L45.25,127.71 C37.79,127.71 31.75,132.99 31.75,140.45 L31.75,146.45 L29.27,146.45 C27.14,146.45 25.42,150.18 25.42,152.19 L25.42,161.01 L19.08,161.01 L19.08,150.84 L14.83,150.84 L14.83,168.84 L13,168.84 L13,158.84 L12,158.84 L12,150.84 L8.14,150.84 L8.14,141.03 L0,141.03 L0,191.61 L440,191.61 L440,109.95 L435,109.95 Z M155,164.61 L155,164.61 L155,117.28 L155,117.28 L155,164.61 Z M155,116.14 L155,116.14 L155,115.8 L155,115.8 L155,116.14 Z M155,114.61 L155,114.61 L155,114.27 L155,114.27 L155,114.61 Z M155,113.09 L155,113.09 L155,112.75 L155,112.75 L155,113.09 Z M155,111.56 L155,111.56 L155,111.22 L155,111.22 L155,111.56 Z M155,110.03 L155,110.03 L155,109.61 L155,109.61 L155,110.03 Z M155,108.5 L155,108.5 L155,108.17 L155,108.17 L155,108.5 Z M155,106.98 L155,106.98 L155,106.61 L155,106.61 L155,106.98 Z M367.67,144.13 L367.09,144.13 L367.03,144.13 L367.03,143.61 L367.67,143.61 L367.67,144.13 Z M367.67,143.07 L367.03,143.07 L367.03,142.61 L367.67,142.61 L367.67,143.07 Z M367.67,142 L367.03,142 L367.03,141.56 L367.67,141.56 L367.67,142 Z M367.67,140.94 L367.03,140.94 L367.03,140.5 L367.67,140.5 L367.67,140.94 Z M367.67,139.88 L367.03,139.88 L367.03,139.43 L367.67,139.43 L367.67,139.88 Z M367.67,138.82 L367.03,138.82 L367.03,138.37 L367.67,138.37 L367.67,138.82 Z M367.67,137.75 L367.03,137.75 L367.03,137.31 L367.67,137.31 L367.67,137.75 Z" id="Shape" fill="#8AA4B5"></path>
17
+ <rect id="Rectangle" fill="#4F778F" x="211.54" y="70.9" width="12.76" height="83.59"></rect>
18
+ <rect id="Rectangle" fill="#C4F4FF" x="236.05" y="121.96" width="7.09" height="27.74"></rect>
19
+ <rect id="Rectangle" fill="#33AFE2" x="254.75" y="79.35" width="8.58" height="64.99"></rect>
20
+ <rect id="Rectangle" fill="#33AFE2" x="253.81" y="87.97" width="10.44" height="56.37"></rect>
21
+ <rect id="Rectangle" fill="#E9ECEE" x="132.98" y="99.43" width="28.78" height="79.31"></rect>
22
+ <rect id="Rectangle" fill="#E9ECEE" x="135.74" y="96.24" width="9.32" height="3.19"></rect>
23
+ <rect id="Rectangle" fill="#96A6AE" x="145.06" y="96.24" width="10.33" height="3.19"></rect>
24
+ <rect id="Rectangle" fill="#96A6AE" x="161.76" y="99.43" width="8.63" height="79.3"></rect>
25
+ <rect id="Rectangle" fill="#96A6AE" x="161.76" y="136.06" width="8.63" height="42.67"></rect>
26
+ <rect id="Rectangle" fill="#96A6AE" x="132.98" y="106.08" width="19.32" height="2.53"></rect>
27
+ <rect id="Rectangle" fill="#96A6AE" x="132.98" y="113.91" width="19.32" height="2.53"></rect>
28
+ <rect id="Rectangle" fill="#96A6AE" x="132.98" y="121.74" width="19.32" height="2.53"></rect>
29
+ <rect id="Rectangle" fill="#96A6AE" x="132.98" y="129.57" width="19.32" height="2.53"></rect>
30
+ <rect id="Rectangle" fill="#96A6AE" x="132.98" y="137.4" width="19.32" height="2.53"></rect>
31
+ <rect id="Rectangle" fill="#96A6AE" x="132.98" y="145.23" width="19.32" height="2.53"></rect>
32
+ <rect id="Rectangle" fill="#96A6AE" x="132.98" y="153.06" width="19.32" height="2.53"></rect>
33
+ <rect id="Rectangle" fill="#96A6AE" x="132.98" y="160.89" width="19.32" height="2.53"></rect>
34
+ <rect id="Rectangle" fill="#96A6AE" x="132.98" y="168.72" width="19.32" height="2.53"></rect>
35
+ <rect id="Rectangle" fill="#EBF7FF" x="295.69" y="49.73" width="21.97" height="111.09"></rect>
36
+ <rect id="Rectangle" fill="#009BDB" x="295.65" y="64.16" width="22.02" height="1.99"></rect>
37
+ <rect id="Rectangle" fill="#009BDB" x="295.65" y="68.56" width="22.02" height="1.99"></rect>
38
+ <rect id="Rectangle" fill="#009BDB" x="295.65" y="72.96" width="22.02" height="1.99"></rect>
39
+ <rect id="Rectangle" fill="#009BDB" x="295.65" y="77.36" width="22.02" height="1.99"></rect>
40
+ <rect id="Rectangle" fill="#009BDB" x="295.65" y="81.76" width="22.02" height="1.99"></rect>
41
+ <rect id="Rectangle" fill="#009BDB" x="295.65" y="86.15" width="22.02" height="1.99"></rect>
42
+ <rect id="Rectangle" fill="#009BDB" x="295.65" y="90.55" width="22.02" height="1.99"></rect>
43
+ <rect id="Rectangle" fill="#009BDB" x="295.65" y="94.95" width="22.02" height="1.99"></rect>
44
+ <rect id="Rectangle" fill="#009BDB" x="295.65" y="99.35" width="22.02" height="1.99"></rect>
45
+ <rect id="Rectangle" fill="#009BDB" x="295.65" y="103.75" width="22.02" height="1.99"></rect>
46
+ <rect id="Rectangle" fill="#009BDB" x="295.65" y="108.15" width="22.02" height="1.99"></rect>
47
+ <rect id="Rectangle" fill="#009BDB" x="295.65" y="112.55" width="22.02" height="1.99"></rect>
48
+ <rect id="Rectangle" fill="#009BDB" x="295.65" y="116.94" width="22.02" height="1.99"></rect>
49
+ <rect id="Rectangle" fill="#009BDB" x="295.65" y="121.34" width="22.02" height="1.99"></rect>
50
+ <rect id="Rectangle" fill="#009BDB" x="295.65" y="125.74" width="22.02" height="1.99"></rect>
51
+ <rect id="Rectangle" fill="#009BDB" x="295.65" y="130.14" width="22.02" height="1.99"></rect>
52
+ <rect id="Rectangle" fill="#009BDB" x="295.65" y="134.54" width="22.02" height="1.99"></rect>
53
+ <rect id="Rectangle" fill="#009BDB" x="295.65" y="138.94" width="22.02" height="1.99"></rect>
54
+ <rect id="Rectangle" fill="#009BDB" x="295.65" y="143.34" width="22.02" height="1.99"></rect>
55
+ <rect id="Rectangle" fill="#009BDB" x="295.65" y="147.73" width="22.02" height="1.99"></rect>
56
+ <rect id="Rectangle" fill="#009BDB" x="295.65" y="152.13" width="22.02" height="1.99"></rect>
57
+ <rect id="Rectangle" fill="#009BDB" x="295.65" y="156.53" width="22.02" height="1.99"></rect>
58
+ <rect id="Rectangle" fill="#FFE600" x="304.74" y="58.19" width="10.1" height="4.37"></rect>
59
+ <rect id="Rectangle" fill="#EFF2F3" opacity="0.19" x="301.98" y="49.73" width="15.69" height="111.09"></rect>
60
+ <rect id="Rectangle" fill="#023852" x="233.88" y="0" width="50.65" height="177.1"></rect>
61
+ <rect id="Rectangle" fill="#D9F0FF" x="284.53" y="0" width="11.16" height="177.1"></rect>
62
+ <g id="Group" opacity="0.6" transform="translate(233.000000, 5.000000)" fill="#D5E5FD">
63
+ <rect id="Rectangle" x="0.88" y="0.33" width="50.65" height="1.54"></rect>
64
+ <rect id="Rectangle" x="0.88" y="7.16" width="50.65" height="1.54"></rect>
65
+ <rect id="Rectangle" x="0.88" y="14" width="50.65" height="1.54"></rect>
66
+ <rect id="Rectangle" x="0.88" y="20.84" width="50.65" height="1.54"></rect>
67
+ <rect id="Rectangle" x="0.88" y="27.67" width="50.65" height="1.54"></rect>
68
+ <rect id="Rectangle" x="0.88" y="34.51" width="50.65" height="1.54"></rect>
69
+ <rect id="Rectangle" x="0.88" y="41.35" width="50.65" height="1.54"></rect>
70
+ <rect id="Rectangle" x="0.88" y="48.18" width="50.65" height="1.54"></rect>
71
+ <rect id="Rectangle" x="0.88" y="55.02" width="50.65" height="1.54"></rect>
72
+ <rect id="Rectangle" x="0.88" y="61.85" width="50.65" height="1.54"></rect>
73
+ <rect id="Rectangle" x="0.88" y="68.69" width="50.65" height="1.54"></rect>
74
+ <rect id="Rectangle" x="0.88" y="75.53" width="50.65" height="1.54"></rect>
75
+ <rect id="Rectangle" x="0.88" y="82.36" width="50.65" height="1.54"></rect>
76
+ <rect id="Rectangle" x="0.88" y="89.2" width="50.65" height="1.54"></rect>
77
+ <rect id="Rectangle" x="0.88" y="96.04" width="50.65" height="1.54"></rect>
78
+ <rect id="Rectangle" x="0.88" y="102.87" width="50.65" height="1.54"></rect>
79
+ <rect id="Rectangle" x="0.88" y="109.71" width="50.65" height="1.54"></rect>
80
+ <rect id="Rectangle" x="0.88" y="116.55" width="50.65" height="1.54"></rect>
81
+ <rect id="Rectangle" x="0.88" y="123.38" width="50.65" height="1.54"></rect>
82
+ <rect id="Rectangle" x="0.88" y="130.22" width="50.65" height="1.54"></rect>
83
+ <rect id="Rectangle" x="0.88" y="137.06" width="50.65" height="1.54"></rect>
84
+ <rect id="Rectangle" x="0.88" y="143.89" width="50.65" height="1.54"></rect>
85
+ <rect id="Rectangle" x="0.88" y="150.73" width="50.65" height="1.54"></rect>
86
+ <rect id="Rectangle" x="0.88" y="157.57" width="50.65" height="1.54"></rect>
87
+ <rect id="Rectangle" x="0.88" y="164.4" width="50.65" height="1.54"></rect>
88
+ </g>
89
+ <rect id="Rectangle" fill="#003A5D" opacity="0.36" style="mix-blend-mode: multiply;" x="233.88" y="0" width="22.64" height="177.1"></rect>
90
+ <rect id="Rectangle" fill="#E5EBEF" opacity="0.2" x="259.59" y="0" width="4.11" height="177.09"></rect>
91
+ <rect id="Rectangle" fill="#E5EBEF" opacity="0.2" x="267.03" y="0" width="9" height="177.09"></rect>
92
+ <rect id="Rectangle" fill="#FFE700" x="288.77" y="3.71" width="4.34" height="10.23"></rect>
93
+ <rect id="Rectangle" fill="#003A5D" x="156.26" y="148.61" width="38.34" height="30.12"></rect>
94
+ <rect id="Rectangle" fill="#96A6AE" x="156.26" y="148.61" width="38.34" height="2.9"></rect>
95
+ <rect id="Rectangle" fill="#2B5B79" x="156.26" y="153.18" width="38.34" height="1.43"></rect>
96
+ <rect id="Rectangle" fill="#2B5B79" x="156.26" y="155.98" width="38.34" height="1.43"></rect>
97
+ <rect id="Rectangle" fill="#2B5B79" x="156.26" y="158.78" width="38.34" height="1.43"></rect>
98
+ <rect id="Rectangle" fill="#2B5B79" x="156.26" y="161.57" width="38.34" height="1.43"></rect>
99
+ <rect id="Rectangle" fill="#2B5B79" x="156.26" y="164.37" width="38.34" height="1.43"></rect>
100
+ <rect id="Rectangle" fill="#2B5B79" x="156.26" y="167.17" width="38.34" height="1.43"></rect>
101
+ <rect id="Rectangle" fill="#2B5B79" x="156.26" y="169.97" width="38.34" height="1.43"></rect>
102
+ <rect id="Rectangle" fill="#2B5B79" x="156.26" y="172.77" width="38.34" height="1.43"></rect>
103
+ <rect id="Rectangle" fill="#2B5B79" x="156.26" y="175.56" width="38.34" height="1.43"></rect>
104
+ <rect id="Rectangle" fill="#33AFE2" x="82.38" y="22.05" width="50.6" height="156.68"></rect>
105
+ <rect id="Rectangle" fill="#57BDE7" x="128.48" y="22.05" width="4.49" height="156.68"></rect>
106
+ <rect id="Rectangle" fill="#0099DA" x="82.38" y="22.05" width="8.95" height="156.68"></rect>
107
+ <polygon id="Path" fill="#57BDE7" points="82.38 178.73 105.44 178.66 91.33 104.65"></polygon>
108
+ <polygon id="Path" fill="#0099DA" points="91.33 104.65 105.44 22.05 82.38 22.05"></polygon>
109
+ <g id="Group" opacity="0.51" transform="translate(82.000000, 23.000000)" fill="#B2E1F4">
110
+ <rect id="Rectangle" x="0.38" y="0.36" width="50.6" height="1"></rect>
111
+ </g>
112
+ <g id="Group" opacity="0.51" transform="translate(82.000000, 25.000000)" fill="#B2E1F4">
113
+ <rect id="Rectangle" x="0.38" y="0.92" width="50.6" height="1"></rect>
114
+ </g>
115
+ <g id="Group" opacity="0.51" transform="translate(82.000000, 28.000000)" fill="#B2E1F4">
116
+ <rect id="Rectangle" x="0.38" y="0.47" width="50.6" height="1"></rect>
117
+ </g>
118
+ <g id="Group" opacity="0.51" transform="translate(82.000000, 31.000000)" fill="#B2E1F4">
119
+ <rect id="Rectangle" x="0.38" y="0.03" width="50.6" height="1"></rect>
120
+ </g>
121
+ <g id="Group" opacity="0.51" transform="translate(82.000000, 33.000000)" fill="#B2E1F4">
122
+ <rect id="Rectangle" x="0.38" y="0.59" width="50.6" height="1"></rect>
123
+ </g>
124
+ <g id="Group" opacity="0.51" transform="translate(82.000000, 36.000000)" fill="#B2E1F4">
125
+ <rect id="Rectangle" x="0.38" y="0.14" width="50.6" height="1"></rect>
126
+ </g>
127
+ <g id="Group" opacity="0.51" transform="translate(82.000000, 38.000000)" fill="#B2E1F4">
128
+ <rect id="Rectangle" x="0.38" y="0.7" width="50.6" height="1"></rect>
129
+ </g>
130
+ <g id="Group" opacity="0.51" transform="translate(82.000000, 41.000000)" fill="#B2E1F4">
131
+ <rect id="Rectangle" x="0.38" y="0.25" width="50.6" height="1"></rect>
132
+ </g>
133
+ <g id="Group" opacity="0.51" transform="translate(82.000000, 43.000000)" fill="#B2E1F4">
134
+ <rect id="Rectangle" x="0.38" y="0.81" width="50.6" height="1"></rect>
135
+ </g>
136
+ <g id="Group" opacity="0.51" transform="translate(82.000000, 46.000000)" fill="#B2E1F4">
137
+ <rect id="Rectangle" x="0.38" y="0.37" width="50.6" height="1"></rect>
138
+ </g>
139
+ <g id="Group" opacity="0.51" transform="translate(82.000000, 48.000000)" fill="#B2E1F4">
140
+ <rect id="Rectangle" x="0.38" y="0.92" width="50.6" height="1"></rect>
141
+ </g>
142
+ <g id="Group" opacity="0.51" transform="translate(82.000000, 51.000000)" fill="#B2E1F4">
143
+ <rect id="Rectangle" x="0.38" y="0.48" width="50.6" height="1"></rect>
144
+ </g>
145
+ <g id="Group" opacity="0.51" transform="translate(82.000000, 54.000000)" fill="#B2E1F4">
146
+ <rect id="Rectangle" x="0.38" y="0.04" width="50.6" height="1"></rect>
147
+ </g>
148
+ <g id="Group" opacity="0.51" transform="translate(82.000000, 56.000000)" fill="#B2E1F4">
149
+ <rect id="Rectangle" x="0.38" y="0.59" width="50.6" height="1"></rect>
150
+ </g>
151
+ <g id="Group" opacity="0.51" transform="translate(82.000000, 59.000000)" fill="#B2E1F4">
152
+ <rect id="Rectangle" x="0.38" y="0.15" width="50.6" height="1"></rect>
153
+ </g>
154
+ <g id="Group" opacity="0.51" transform="translate(82.000000, 61.000000)" fill="#B2E1F4">
155
+ <rect id="Rectangle" x="0.38" y="0.71" width="50.6" height="1"></rect>
156
+ </g>
157
+ <g id="Group" opacity="0.51" transform="translate(82.000000, 64.000000)" fill="#B2E1F4">
158
+ <rect id="Rectangle" x="0.38" y="0.26" width="50.6" height="1"></rect>
159
+ </g>
160
+ <g id="Group" opacity="0.51" transform="translate(82.000000, 66.000000)" fill="#B2E1F4">
161
+ <rect id="Rectangle" x="0.38" y="0.82" width="50.6" height="1"></rect>
162
+ </g>
163
+ <g id="Group" opacity="0.51" transform="translate(82.000000, 69.000000)" fill="#B2E1F4">
164
+ <rect id="Rectangle" x="0.38" y="0.38" width="50.6" height="1"></rect>
165
+ </g>
166
+ <g id="Group" opacity="0.51" transform="translate(82.000000, 71.000000)" fill="#B2E1F4">
167
+ <rect id="Rectangle" x="0.38" y="0.93" width="50.6" height="1"></rect>
168
+ </g>
169
+ <g id="Group" opacity="0.51" transform="translate(82.000000, 74.000000)" fill="#B2E1F4">
170
+ <rect id="Rectangle" x="0.38" y="0.49" width="50.6" height="1"></rect>
171
+ </g>
172
+ <g id="Group" opacity="0.51" transform="translate(82.000000, 77.000000)" fill="#B2E1F4">
173
+ <rect id="Rectangle" x="0.38" y="0.05" width="50.6" height="1"></rect>
174
+ </g>
175
+ <g id="Group" opacity="0.51" transform="translate(82.000000, 79.000000)" fill="#B2E1F4">
176
+ <rect id="Rectangle" x="0.38" y="0.6" width="50.6" height="1"></rect>
177
+ </g>
178
+ <g id="Group" opacity="0.51" transform="translate(82.000000, 82.000000)" fill="#B2E1F4">
179
+ <rect id="Rectangle" x="0.38" y="0.16" width="50.6" height="1"></rect>
180
+ </g>
181
+ <g id="Group" opacity="0.51" transform="translate(82.000000, 84.000000)" fill="#B2E1F4">
182
+ <rect id="Rectangle" x="0.38" y="0.72" width="50.6" height="1"></rect>
183
+ </g>
184
+ <g id="Group" opacity="0.51" transform="translate(82.000000, 87.000000)" fill="#B2E1F4">
185
+ <rect id="Rectangle" x="0.38" y="0.27" width="50.6" height="1"></rect>
186
+ </g>
187
+ <g id="Group" opacity="0.51" transform="translate(82.000000, 89.000000)" fill="#B2E1F4">
188
+ <rect id="Rectangle" x="0.38" y="0.83" width="50.6" height="1"></rect>
189
+ </g>
190
+ <g id="Group" opacity="0.51" transform="translate(82.000000, 92.000000)" fill="#B2E1F4">
191
+ <rect id="Rectangle" x="0.38" y="0.39" width="50.6" height="1"></rect>
192
+ </g>
193
+ <g id="Group" opacity="0.51" transform="translate(82.000000, 94.000000)" fill="#B2E1F4">
194
+ <rect id="Rectangle" x="0.38" y="0.94" width="50.6" height="1"></rect>
195
+ </g>
196
+ <g id="Group" opacity="0.51" transform="translate(82.000000, 97.000000)" fill="#B2E1F4">
197
+ <rect id="Rectangle" x="0.38" y="0.5" width="50.6" height="1"></rect>
198
+ </g>
199
+ <g id="Group" opacity="0.51" transform="translate(82.000000, 100.000000)" fill="#B2E1F4">
200
+ <rect id="Rectangle" x="0.38" y="0.06" width="50.6" height="1"></rect>
201
+ </g>
202
+ <g id="Group" opacity="0.51" transform="translate(82.000000, 102.000000)" fill="#B2E1F4">
203
+ <rect id="Rectangle" x="0.38" y="0.61" width="50.6" height="1"></rect>
204
+ </g>
205
+ <g id="Group" opacity="0.51" transform="translate(82.000000, 105.000000)" fill="#B2E1F4">
206
+ <rect id="Rectangle" x="0.38" y="0.17" width="50.6" height="1"></rect>
207
+ </g>
208
+ <g id="Group" opacity="0.51" transform="translate(82.000000, 107.000000)" fill="#B2E1F4">
209
+ <rect id="Rectangle" x="0.38" y="0.72" width="50.6" height="1"></rect>
210
+ </g>
211
+ <g id="Group" opacity="0.51" transform="translate(82.000000, 110.000000)" fill="#B2E1F4">
212
+ <rect id="Rectangle" x="0.38" y="0.28" width="50.6" height="1"></rect>
213
+ </g>
214
+ <g id="Group" opacity="0.51" transform="translate(82.000000, 112.000000)" fill="#B2E1F4">
215
+ <rect id="Rectangle" x="0.38" y="0.84" width="50.6" height="1"></rect>
216
+ </g>
217
+ <g id="Group" opacity="0.51" transform="translate(82.000000, 115.000000)" fill="#B2E1F4">
218
+ <rect id="Rectangle" x="0.38" y="0.39" width="50.6" height="1"></rect>
219
+ </g>
220
+ <g id="Group" opacity="0.51" transform="translate(82.000000, 117.000000)" fill="#B2E1F4">
221
+ <rect id="Rectangle" x="0.38" y="0.95" width="50.6" height="1"></rect>
222
+ </g>
223
+ <g id="Group" opacity="0.51" transform="translate(82.000000, 120.000000)" fill="#B2E1F4">
224
+ <rect id="Rectangle" x="0.38" y="0.51" width="50.6" height="1"></rect>
225
+ </g>
226
+ <g id="Group" opacity="0.51" transform="translate(82.000000, 123.000000)" fill="#B2E1F4">
227
+ <rect id="Rectangle" x="0.38" y="0.06" width="50.6" height="1"></rect>
228
+ </g>
229
+ <g id="Group" opacity="0.51" transform="translate(82.000000, 125.000000)" fill="#B2E1F4">
230
+ <rect id="Rectangle" x="0.38" y="0.62" width="50.6" height="1"></rect>
231
+ </g>
232
+ <g id="Group" opacity="0.51" transform="translate(82.000000, 128.000000)" fill="#B2E1F4">
233
+ <rect id="Rectangle" x="0.38" y="0.18" width="50.6" height="1"></rect>
234
+ </g>
235
+ <g id="Group" opacity="0.51" transform="translate(82.000000, 130.000000)" fill="#B2E1F4">
236
+ <rect id="Rectangle" x="0.38" y="0.73" width="50.6" height="1"></rect>
237
+ </g>
238
+ <g id="Group" opacity="0.51" transform="translate(82.000000, 133.000000)" fill="#B2E1F4">
239
+ <rect id="Rectangle" x="0.38" y="0.29" width="50.6" height="1"></rect>
240
+ </g>
241
+ <g id="Group" opacity="0.51" transform="translate(82.000000, 135.000000)" fill="#B2E1F4">
242
+ <rect id="Rectangle" x="0.38" y="0.85" width="50.6" height="1"></rect>
243
+ </g>
244
+ <g id="Group" opacity="0.51" transform="translate(82.000000, 138.000000)" fill="#B2E1F4">
245
+ <rect id="Rectangle" x="0.38" y="0.4" width="50.6" height="1"></rect>
246
+ </g>
247
+ <g id="Group" opacity="0.51" transform="translate(82.000000, 140.000000)" fill="#B2E1F4">
248
+ <rect id="Rectangle" x="0.38" y="0.96" width="50.6" height="1"></rect>
249
+ </g>
250
+ <g id="Group" opacity="0.51" transform="translate(82.000000, 143.000000)" fill="#B2E1F4">
251
+ <rect id="Rectangle" x="0.38" y="0.52" width="50.6" height="1"></rect>
252
+ </g>
253
+ <g id="Group" opacity="0.51" transform="translate(82.000000, 146.000000)" fill="#B2E1F4">
254
+ <rect id="Rectangle" x="0.38" y="0.07" width="50.6" height="1"></rect>
255
+ </g>
256
+ <g id="Group" opacity="0.51" transform="translate(82.000000, 148.000000)" fill="#B2E1F4">
257
+ <rect id="Rectangle" x="0.38" y="0.63" width="50.6" height="1"></rect>
258
+ </g>
259
+ <g id="Group" opacity="0.51" transform="translate(82.000000, 151.000000)" fill="#B2E1F4">
260
+ <rect id="Rectangle" x="0.38" y="0.19" width="50.6" height="1"></rect>
261
+ </g>
262
+ <g id="Group" opacity="0.51" transform="translate(82.000000, 153.000000)" fill="#B2E1F4">
263
+ <rect id="Rectangle" x="0.38" y="0.74" width="50.6" height="1"></rect>
264
+ </g>
265
+ <g id="Group" opacity="0.51" transform="translate(82.000000, 156.000000)" fill="#B2E1F4">
266
+ <rect id="Rectangle" x="0.38" y="0.3" width="50.6" height="1"></rect>
267
+ </g>
268
+ <g id="Group" opacity="0.51" transform="translate(82.000000, 158.000000)" fill="#B2E1F4">
269
+ <rect id="Rectangle" x="0.38" y="0.86" width="50.6" height="1"></rect>
270
+ </g>
271
+ <g id="Group" opacity="0.51" transform="translate(82.000000, 161.000000)" fill="#B2E1F4">
272
+ <rect id="Rectangle" x="0.38" y="0.41" width="50.6" height="1"></rect>
273
+ </g>
274
+ <g id="Group" opacity="0.51" transform="translate(82.000000, 163.000000)" fill="#B2E1F4">
275
+ <rect id="Rectangle" x="0.38" y="0.97" width="50.6" height="1"></rect>
276
+ </g>
277
+ <g id="Group" opacity="0.51" transform="translate(82.000000, 166.000000)" fill="#B2E1F4">
278
+ <rect id="Rectangle" x="0.38" y="0.52" width="50.6" height="1"></rect>
279
+ </g>
280
+ <g id="Group" opacity="0.51" transform="translate(82.000000, 169.000000)" fill="#B2E1F4">
281
+ <rect id="Rectangle" x="0.38" y="0.08" width="50.6" height="1"></rect>
282
+ </g>
283
+ <g id="Group" opacity="0.51" transform="translate(82.000000, 171.000000)" fill="#B2E1F4">
284
+ <rect id="Rectangle" x="0.38" y="0.64" width="50.6" height="1"></rect>
285
+ </g>
286
+ <g id="Group" opacity="0.51" transform="translate(82.000000, 174.000000)" fill="#B2E1F4">
287
+ <rect id="Rectangle" x="0.38" y="0.19" width="50.6" height="1"></rect>
288
+ </g>
289
+ <g id="Group" opacity="0.51" transform="translate(82.000000, 176.000000)" fill="#B2E1F4">
290
+ <rect id="Rectangle" x="0.38" y="0.75" width="50.6" height="1"></rect>
291
+ </g>
292
+ <rect id="Rectangle" fill="#EFF2F3" x="275.8" y="125.21" width="71.68" height="51.89"></rect>
293
+ <rect id="Rectangle" fill="#96A6AE" x="272.56" y="131.78" width="78.18" height="36.53"></rect>
294
+ <rect id="Rectangle" fill="#96A6AE" opacity="0.36" style="mix-blend-mode: multiply;" x="272.56" y="160.23" width="78.18" height="3.88"></rect>
295
+ <rect id="Rectangle" fill="#96A6AE" opacity="0.36" style="mix-blend-mode: multiply;" x="272.56" y="152.29" width="78.18" height="3.88"></rect>
296
+ <rect id="Rectangle" fill="#96A6AE" opacity="0.36" style="mix-blend-mode: multiply;" x="272.56" y="144.31" width="78.18" height="3.88"></rect>
297
+ <rect id="Rectangle" fill="#96A6AE" opacity="0.36" style="mix-blend-mode: multiply;" x="272.56" y="136.18" width="78.18" height="3.88"></rect>
298
+ <rect id="Rectangle" fill="#003A5D" x="330.17" y="170.34" width="14.19" height="6.76"></rect>
299
+ <rect id="Rectangle" fill="#003A5D" x="312.82" y="170.34" width="14.19" height="6.76"></rect>
300
+ <rect id="Rectangle" fill="#003A5D" x="295.7" y="170.34" width="14.19" height="6.76"></rect>
301
+ <rect id="Rectangle" fill="#003A5D" x="278.17" y="170.34" width="14.19" height="6.76"></rect>
302
+ <rect id="Rectangle" fill="#EFF2F3" x="350.07" y="131.78" width="1" height="36.53"></rect>
303
+ <rect id="Rectangle" fill="#EFF2F3" x="345.21" y="131.78" width="1" height="36.53"></rect>
304
+ <rect id="Rectangle" fill="#EFF2F3" x="340.34" y="131.78" width="1" height="36.53"></rect>
305
+ <rect id="Rectangle" fill="#EFF2F3" x="335.47" y="131.78" width="1" height="36.53"></rect>
306
+ <rect id="Rectangle" fill="#EFF2F3" x="330.61" y="131.78" width="1" height="36.53"></rect>
307
+ <rect id="Rectangle" fill="#EFF2F3" x="325.74" y="131.78" width="1" height="36.53"></rect>
308
+ <rect id="Rectangle" fill="#EFF2F3" x="320.88" y="131.78" width="1" height="36.53"></rect>
309
+ <rect id="Rectangle" fill="#EFF2F3" x="316.01" y="131.78" width="1" height="36.53"></rect>
310
+ <rect id="Rectangle" fill="#EFF2F3" x="311.14" y="131.78" width="1" height="36.53"></rect>
311
+ <rect id="Rectangle" fill="#EFF2F3" x="306.28" y="131.78" width="1" height="36.53"></rect>
312
+ <rect id="Rectangle" fill="#EFF2F3" x="301.41" y="131.78" width="1" height="36.53"></rect>
313
+ <rect id="Rectangle" fill="#EFF2F3" x="296.55" y="131.78" width="1" height="36.53"></rect>
314
+ <rect id="Rectangle" fill="#EFF2F3" x="291.68" y="131.78" width="1" height="36.53"></rect>
315
+ <rect id="Rectangle" fill="#EFF2F3" x="286.81" y="131.78" width="1" height="36.53"></rect>
316
+ <rect id="Rectangle" fill="#EFF2F3" x="281.95" y="131.78" width="1" height="36.53"></rect>
317
+ <rect id="Rectangle" fill="#EFF2F3" x="277.08" y="131.78" width="1" height="36.53"></rect>
318
+ <rect id="Rectangle" fill="#EFF2F3" x="272.22" y="131.78" width="1" height="36.53"></rect>
319
+ <rect id="Rectangle" fill="#96A6AE" x="0" y="178.88" width="439.64" height="12.72"></rect>
320
+ <rect id="Rectangle" fill="#2B5B79" x="0" y="185.14" width="439.64" height="1.99"></rect>
321
+ <rect id="Rectangle" fill="#2B5B79" x="0" y="178.88" width="439.64" height="4.95"></rect>
322
+ <path d="M153.69,176.61 C153.475517,175.62033 153.118458,174.66705 152.63,173.78 L152.42,173.4 C151.878427,172.482794 151.204505,171.650501 150.42,170.93 C150.32,170.83 150.21,170.74 150.1,170.65 C149.234204,169.934499 148.262651,169.35764 147.22,168.94 C147.092845,168.885758 146.962622,168.839012 146.83,168.8 C145.7521,168.422746 144.621694,168.216911 143.48,168.19 L143,168.19 C141.858306,168.216911 140.7279,168.422746 139.65,168.8 L139.26,168.94 C138.215066,169.353001 137.242816,169.930275 136.38,170.65 C136.27,170.74 136.16,170.83 136.06,170.93 C135.275495,171.650501 134.601573,172.482794 134.06,173.4 L133.85,173.78 C133.361542,174.66705 133.004483,175.62033 132.79,176.61 L132.7,177.04 C132.59585,177.657938 132.542339,178.28335 132.54,178.91 L153.98,178.91 C153.977661,178.28335 153.92415,177.657938 153.82,177.04 L153.69,176.61 Z" id="Path" fill="#5C8197"></path>
323
+ <rect id="Rectangle" fill="#96A6AE" x="0" y="186.35" width="439.64" height="1.63"></rect>
324
+ <path d="M342.43,85.07 C340.815776,85.0965888 339.51207,86.3958759 339.48,88.01 L339.48,93.31 L340.79,93.31 L340.79,88.01 C340.79,87.4240844 341.102582,86.882676 341.61,86.5897181 C342.117418,86.2967603 342.742582,86.2967603 343.25,86.5897181 C343.757418,86.882676 344.07,87.4240844 344.07,88.01 L344.07,127.25 L345.37,127.25 L345.37,88.01 C345.37,86.3862828 344.053717,85.07 342.43,85.07 L342.43,85.07 Z" id="Path" fill="#EFF2F3"></path>
325
+ <rect id="Rectangle" fill="#EFF2F3" x="338.55" y="92.61" width="3.19" height="3.19" rx="1.51"></rect>
326
+ <path d="M237.78,85.07 C236.165776,85.0965888 234.86207,86.3958759 234.83,88.01 L234.83,93.32 L236.14,93.32 L236.14,88.01 C236.14,87.104253 236.874253,86.37 237.78,86.37 C238.685747,86.37 239.42,87.104253 239.42,88.01 L239.42,127.26 L240.72,127.26 L240.72,88.01 C240.72,86.3862828 239.403717,85.07 237.78,85.07 L237.78,85.07 Z" id="Path" fill="#EFF2F3"></path>
327
+ <rect id="Rectangle" fill="#EFF2F3" x="233.9" y="92.62" width="3.19" height="3.19" rx="1.51"></rect>
328
+ <path d="M126.57,85.09 C124.936624,85.122674 123.629673,86.4562972 123.63,88.09 L123.63,93.39 L124.93,93.39 L124.93,88.09 C124.93,87.184253 125.664253,86.45 126.57,86.45 C127.475747,86.45 128.21,87.184253 128.21,88.09 L128.21,127.33 L129.52,127.33 L129.52,88.04 C129.49325,86.4219696 128.18803,85.1167498 126.57,85.09 L126.57,85.09 Z" id="Path" fill="#EFF2F3"></path>
329
+ <rect id="Rectangle" fill="#EFF2F3" x="122.7" y="92.64" width="3.19" height="3.19" rx="1.51"></rect>
330
+ <path d="M21.92,85.09 C20.2866239,85.122674 18.9796732,86.4562972 18.9799999,88.09 L18.9799999,93.39 L20.28,93.39 L20.28,88.09 C20.28,87.184253 21.014253,86.45 21.92,86.45 C22.825747,86.45 23.56,87.184253 23.56,88.09 L23.56,127.33 L24.87,127.33 L24.87,88.04 C24.8432502,86.4219696 23.5380304,85.1167498 21.92,85.09 L21.92,85.09 Z" id="Path" fill="#EFF2F3"></path>
331
+ <rect id="Rectangle" fill="#EFF2F3" x="18.05" y="92.64" width="3.19" height="3.19" rx="1.51"></rect>
332
+ <rect id="Rectangle" fill="#4A6066" x="295.49" y="122.97" width="1.72" height="8.38"></rect>
333
+ <rect id="Rectangle" fill="#305F7C" x="295.49" y="116.31" width="1.72" height="7.18"></rect>
334
+ <path d="M373.62,120.09 L373.62,132.35 L297.2,132.35 L297.2,115.35 L368.85,115.35 C370.725,115.35455 372.424951,116.452679 373.2,118.16 C373.318518,118.417173 373.412275,118.685049 373.48,118.96 C373.484652,118.993171 373.484652,119.026829 373.48,119.06 L373.48,119.16 C373.554501,119.465167 373.601357,119.776425 373.62,120.09 L373.62,120.09 Z" id="Path" fill="#FFE700"></path>
335
+ <path d="M373.62,120.09 L373.62,127.82 L370.94,127.82 L370.94,119.31 C370.94,118.652781 371.472781,118.12 372.13,118.12 L373.2,118.12 C373.318518,118.377173 373.412275,118.645049 373.48,118.92 C373.484652,118.953171 373.484652,118.986829 373.48,119.02 L373.48,119.12 C373.556925,119.438239 373.603798,119.762997 373.62,120.09 L373.62,120.09 Z" id="Path" fill="#FFF6A1"></path>
336
+ <rect id="Rectangle" fill="#FFF6A1" x="297.2" y="124.48" width="73.82" height="1"></rect>
337
+ <path d="M371.78,116.319994 C351.66,116.319994 301.43,116.23 297.2,116.319994 L297.2,115.319994 L368.85,115.319994 C369.910685,115.318296 370.941681,115.670172 371.78,116.319994 Z" id="Path" fill="#FFF6A1"></path>
338
+ <rect id="Rectangle" fill="#FFE600" x="297.2" y="127.79" width="76.42" height="4.55"></rect>
339
+ <rect id="Rectangle" fill="#E87933" x="297.2" y="127.79" width="76.42" height="4.55"></rect>
340
+ <rect id="Rectangle" fill="#FFE600" x="349.16" y="127.82" width="1" height="4.53"></rect>
341
+ <rect id="Rectangle" fill="#FFE600" x="331.34" y="127.81" width="1" height="4.53"></rect>
342
+ <rect id="Rectangle" fill="#FFE600" x="313.42" y="127.79" width="1" height="4.53"></rect>
343
+ <path d="M354.65,125.16 L354.65,127.8 L354.8,127.8 L354.8,125.16 L354.65,125.16 Z M354.65,125.16 L354.65,127.8 L354.8,127.8 L354.8,125.16 L354.65,125.16 Z M361.22,118.16 L361.22,118.16 C361.134611,118.060698 361.010943,118.002501 360.88,118 L355.14,118 C355.009057,118.002501 354.885389,118.060698 354.8,118.16 L354.8,118.16 C354.711422,118.267028 354.662032,118.401087 354.66,118.54 L354.66,130.11 L361.36,130.11 L361.36,118.5 C361.353648,118.361925 361.304747,118.229193 361.22,118.12 L361.22,118.16 Z M361.22,129.99 L354.8,129.99 L354.8,118.5 C354.787176,118.314964 354.917039,118.15047 355.1,118.12 L360.91,118.12 C361.092961,118.15047 361.222824,118.314964 361.21,118.5 L361.22,129.99 Z M354.66,125.2 L354.66,127.84 L354.81,127.84 L354.81,125.2 L354.66,125.2 Z M354.66,125.2 L354.66,127.84 L354.81,127.84 L354.81,125.2 L354.66,125.2 Z M354.66,125.2 L354.66,127.84 L354.81,127.84 L354.81,125.2 L354.66,125.2 Z" id="Shape" fill="#305F7C"></path>
344
+ <rect id="Rectangle" fill="#305F7C" x="358.68" y="119.02" width="2.02" height="3.98" rx="0.4"></rect>
345
+ <path d="M360.7,119.42 L360.7,121.01 L358.7,121.01 L358.7,119.42 C358.7,119.199086 358.879086,119.02 359.1,119.02 L360.32,119.02 C360.533067,119.030667 360.700267,119.206667 360.7,119.42 L360.7,119.42 Z" id="Path" fill="#023852"></path>
346
+ <path d="M356.86,119.02 L355.66,119.02 C355.552192,119.017304 355.447862,119.058253 355.37067,119.133562 C355.293479,119.208871 355.249966,119.312158 355.25,119.42 L355.25,122.61 C355.252619,122.716098 355.297295,122.816805 355.374193,122.889951 C355.45109,122.963098 355.553904,123.002686 355.66,123 L356.86,123 C356.966096,123.002686 357.06891,122.963098 357.145807,122.889951 C357.222705,122.816805 357.267381,122.716098 357.27,122.61 L357.27,119.42 C357.264571,119.197478 357.082588,119.019934 356.86,119.02 L356.86,119.02 Z" id="Path" fill="#305F7C"></path>
347
+ <path d="M356.86,119.02 L355.66,119.02 C355.552192,119.017304 355.447862,119.058253 355.37067,119.133562 C355.293479,119.208871 355.249966,119.312158 355.25,119.42 L355.25,121.01 L357.25,121.01 L357.25,119.42 C357.245008,119.205025 357.07478,119.030431 356.86,119.02 L356.86,119.02 Z" id="Path" fill="#023852"></path>
348
+ <rect id="Rectangle" fill="#305F7C" x="357.93" y="118.12" width="1" height="11.7"></rect>
349
+ <rect id="Rectangle" fill="#305F7C" x="354.49" y="129.81" width="7.1" height="1"></rect>
350
+ <rect id="Rectangle" fill="#FFE600" x="361.21" y="127.79" width="1" height="2.02"></rect>
351
+ <rect id="Rectangle" fill="#FFE600" x="357.93" y="127.79" width="1" height="2.02"></rect>
352
+ <rect id="Rectangle" fill="#FFE600" x="354.65" y="127.79" width="1" height="2.02"></rect>
353
+ <path d="M325.62,118.12 L325.62,118.12 C325.534611,118.020698 325.410943,117.962501 325.28,117.96 L319.54,117.96 C319.408447,117.959824 319.283716,118.018521 319.2,118.12 L319.2,118.12 C319.114301,118.227972 319.068395,118.362161 319.069959,118.5 L319.069959,130.11 L325.77,130.11 L325.77,118.5 C325.765163,118.359858 325.712191,118.225661 325.62,118.12 Z M325.62,129.95 L319.2,129.95 L319.2,118.5 C319.187176,118.314964 319.317039,118.15047 319.5,118.12 L325.32,118.12 C325.496497,118.158845 325.619109,118.319508 325.61,118.5 L325.62,129.95 Z" id="Shape" fill="#305F7C"></path>
354
+ <rect id="Rectangle" fill="#305F7C" x="323.09" y="119.02" width="2.02" height="3.98" rx="0.4"></rect>
355
+ <path d="M325.11,119.42 L325.11,121.01 L323.11,121.01 L323.11,119.42 C323.11,119.199086 323.289086,119.02 323.51,119.02 L324.72,119.02 C324.93478,119.030431 325.105008,119.205025 325.11,119.42 L325.11,119.42 Z" id="Path" fill="#023852"></path>
356
+ <path d="M321.26,119.02 L320.07,119.02 C319.962192,119.017304 319.857862,119.058253 319.78067,119.133562 C319.703479,119.208871 319.659966,119.312158 319.66,119.42 L319.66,122.61 C319.662619,122.716098 319.707295,122.816805 319.784193,122.889951 C319.86109,122.963098 319.963904,123.002686 320.07,123 L321.26,123 C321.367792,123.005427 321.473204,122.967064 321.552293,122.893623 C321.631383,122.820183 321.677438,122.717899 321.68,122.61 L321.68,119.42 C321.67738,119.311251 321.63165,119.208 321.552878,119.132979 C321.474105,119.057957 321.368748,119.017315 321.26,119.02 L321.26,119.02 Z" id="Path" fill="#305F7C"></path>
357
+ <path d="M321.26,119.02 L320.07,119.02 C319.962192,119.017304 319.857862,119.058253 319.78067,119.133562 C319.703479,119.208871 319.659966,119.312158 319.66,119.42 L319.66,121.01 L321.66,121.01 L321.66,119.42 C321.654728,119.201307 321.478693,119.025272 321.26,119.02 L321.26,119.02 Z" id="Path" fill="#023852"></path>
358
+ <rect id="Rectangle" fill="#305F7C" x="322.34" y="118.12" width="1" height="11.7"></rect>
359
+ <rect id="Rectangle" fill="#305F7C" x="318.89" y="129.81" width="7.1" height="1"></rect>
360
+ <rect id="Rectangle" fill="#FFE600" x="325.61" y="127.79" width="1" height="2.02"></rect>
361
+ <rect id="Rectangle" fill="#FFE600" x="322.34" y="127.79" width="1" height="2.02"></rect>
362
+ <rect id="Rectangle" fill="#FFE600" x="319.06" y="127.79" width="1" height="2.02"></rect>
363
+ <path d="M307.7,118.12 L307.7,118.12 C307.614611,118.020698 307.490943,117.962501 307.36,117.96 L301.62,117.96 C301.489057,117.962501 301.365389,118.020698 301.28,118.12 L301.28,118.12 C301.198829,118.230393 301.153456,118.36302 301.15,118.5 L301.15,130.11 L307.85,130.11 L307.85,118.5 C307.845163,118.359858 307.792191,118.225661 307.7,118.12 Z M307.7,129.95 L301.29,129.95 L301.29,118.5 C301.282498,118.313208 301.415507,118.150164 301.6,118.12 L307.41,118.12 C307.586497,118.158845 307.709109,118.319508 307.7,118.5 L307.7,129.95 Z" id="Shape" fill="#305F7C"></path>
364
+ <rect id="Rectangle" fill="#305F7C" x="305.17" y="119.02" width="2.02" height="3.98" rx="0.4"></rect>
365
+ <path d="M307.19,119.42 L307.19,121.01 L305.19,121.01 L305.19,119.42 C305.19,119.199086 305.369086,119.02 305.59,119.02 L306.81,119.02 C307.023067,119.030667 307.190267,119.206667 307.19,119.42 Z" id="Path" fill="#023852"></path>
366
+ <path d="M303.35,119.02 L302.15,119.02 C302.042192,119.017304 301.937862,119.058253 301.86067,119.133562 C301.783479,119.208871 301.739966,119.312158 301.74,119.42 L301.74,122.61 C301.742619,122.716098 301.787295,122.816805 301.864193,122.889951 C301.94109,122.963098 302.043904,123.002686 302.15,123 L303.35,123 C303.456096,123.002686 303.55891,122.963098 303.635807,122.889951 C303.712705,122.816805 303.757381,122.716098 303.76,122.61 L303.76,119.42 C303.754571,119.197478 303.572588,119.019934 303.35,119.02 L303.35,119.02 Z" id="Path" fill="#305F7C"></path>
367
+ <path d="M303.35,119.02 L302.15,119.02 C302.042192,119.017304 301.937862,119.058253 301.86067,119.133562 C301.783479,119.208871 301.739966,119.312158 301.74,119.42 L301.74,121.01 L303.74,121.01 L303.74,119.42 C303.735008,119.205025 303.56478,119.030431 303.35,119.02 L303.35,119.02 Z" id="Path" fill="#023852"></path>
368
+ <rect id="Rectangle" fill="#305F7C" x="304.42" y="118.12" width="1" height="11.7"></rect>
369
+ <rect id="Rectangle" fill="#305F7C" x="300.98" y="129.81" width="7.1" height="1"></rect>
370
+ <rect id="Rectangle" fill="#FFE600" x="307.7" y="127.79" width="1" height="2.02"></rect>
371
+ <rect id="Rectangle" fill="#FFE600" x="304.42" y="127.79" width="1" height="2.02"></rect>
372
+ <rect id="Rectangle" fill="#FFE600" x="301.14" y="127.79" width="1" height="2.02"></rect>
373
+ <path d="M343.46,118.12 L343.46,118.12 C343.37232,118.018083 343.244442,117.959624 343.11,117.959998 L337.38,117.959998 C337.245558,117.959624 337.11768,118.018083 337.03,118.12 L337.03,118.12 C336.941422,118.227028 336.892032,118.361087 336.89,118.5 L336.89,130.11 L343.590041,130.11 L343.590041,118.5 C343.591605,118.362161 343.545699,118.227972 343.46,118.12 Z M343.46,129.95 L337,129.95 L337,118.5 C336.987176,118.314964 337.117039,118.15047 337.3,118.12 L343.11,118.12 C343.292961,118.15047 343.422824,118.314964 343.41,118.5 L343.46,129.95 Z" id="Shape" fill="#305F7C"></path>
374
+ <rect id="Rectangle" fill="#305F7C" x="340.92" y="119.02" width="2.02" height="3.98" rx="0.4"></rect>
375
+ <path d="M342.94,119.42 L342.94,121.01 L340.94,121.01 L340.94,119.42 C340.939966,119.312158 340.983479,119.208871 341.06067,119.133562 C341.137862,119.058253 341.242192,119.017304 341.35,119.02 L342.56,119.02 C342.773067,119.030667 342.940267,119.206667 342.94,119.42 L342.94,119.42 Z" id="Path" fill="#023852"></path>
376
+ <path d="M339.1,119.02 L337.9,119.02 C337.677412,119.019934 337.495429,119.197478 337.49,119.42 L337.49,122.61 C337.492619,122.716098 337.537295,122.816805 337.614193,122.889951 C337.69109,122.963098 337.793904,123.002686 337.9,123 L339.1,123 C339.206096,123.002686 339.30891,122.963098 339.385807,122.889951 C339.462705,122.816805 339.507381,122.716098 339.51,122.61 L339.51,119.42 C339.510034,119.312158 339.466521,119.208871 339.38933,119.133562 C339.312138,119.058253 339.207808,119.017304 339.1,119.02 L339.1,119.02 Z" id="Path" fill="#305F7C"></path>
377
+ <path d="M339.1,119.02 L337.9,119.02 C337.677412,119.019934 337.495429,119.197478 337.49,119.42 L337.49,121.01 L339.49,121.01 L339.49,119.42 C339.490068,119.202933 339.316999,119.025427 339.1,119.02 Z" id="Path" fill="#023852"></path>
378
+ <rect id="Rectangle" fill="#305F7C" x="340.17" y="118.12" width="1" height="11.7"></rect>
379
+ <rect id="Rectangle" fill="#305F7C" x="336.73" y="129.81" width="7.1" height="1"></rect>
380
+ <rect id="Rectangle" fill="#FFE600" x="343.45" y="127.79" width="1" height="2.02"></rect>
381
+ <rect id="Rectangle" fill="#FFE600" x="340.17" y="127.79" width="1" height="2.02"></rect>
382
+ <rect id="Rectangle" fill="#FFE600" x="336.9" y="127.79" width="1" height="2.02"></rect>
383
+ <rect id="Rectangle" fill="#305F7C" x="309.88" y="119.02" width="7.23" height="3.97" rx="0.5"></rect>
384
+ <path d="M316.6,119.03 L310.38,119.03 C310.103858,119.03 309.88,119.253858 309.88,119.53 L309.88,121.01 L317.11,121.01 L317.11,119.53 C317.11,119.395641 317.055978,119.266925 316.960036,119.172864 C316.864093,119.078803 316.734332,119.027313 316.6,119.03 Z" id="Path" fill="#023852"></path>
385
+ <rect id="Rectangle" fill="#305F7C" x="327.8" y="119.02" width="7.23" height="3.97" rx="0.5"></rect>
386
+ <path d="M334.52,119.03 L328.3,119.03 C328.023858,119.03 327.8,119.253858 327.8,119.53 L327.8,121.01 L335,121.01 L335,119.53 C335.000215,119.261483 334.788302,119.040741 334.52,119.03 Z" id="Path" fill="#023852"></path>
387
+ <rect id="Rectangle" fill="#305F7C" x="345.62" y="119.02" width="7.23" height="3.97" rx="0.5"></rect>
388
+ <path d="M352.34,119.03 L346.12,119.03 C345.843858,119.03 345.62,119.253858 345.62,119.53 L345.62,121.01 L352.84,121.01 L352.84,119.53 C352.84,119.253858 352.616142,119.03 352.34,119.03 Z" id="Path" fill="#023852"></path>
389
+ <rect id="Rectangle" fill="#305F7C" x="363" y="119.02" width="7.23" height="3.97" rx="0.5"></rect>
390
+ <path d="M369.73,119.03 L363.51,119.03 C363.375668,119.027313 363.245907,119.078803 363.149964,119.172864 C363.054022,119.266925 363,119.395641 363,119.53 L363,121.01 L370.23,121.01 L370.23,119.53 C370.23,119.253858 370.006142,119.03 369.73,119.03 Z" id="Path" fill="#023852"></path>
391
+ <path d="M373.62,120.09 L373.62,126.09 L372.47,126.09 C372.193858,126.09 371.97,125.866142 371.97,125.59 L371.97,119.48 C371.969947,119.202194 372.192248,118.975447 372.47,118.97 L373.47,118.97 L373.47,119.07 C373.553471,119.40423 373.603715,119.74589 373.62,120.09 L373.62,120.09 Z" id="Path" fill="#305F7C"></path>
392
+ <path d="M373.62,120.09 L373.62,121.01 L372,121.01 L372,119.53 C371.999947,119.252194 372.222248,119.025447 372.5,119.02 L373.5,119.02 L373.5,119.12 C373.570191,119.438879 373.610367,119.76363 373.62,120.09 L373.62,120.09 Z" id="Path" fill="#023852"></path>
393
+ <rect id="Rectangle" fill="#003A5D" x="296.19" y="116.31" width="1" height="14.53"></rect>
394
+ <polygon id="Path" fill="#FFE700" points="220.24 132.34 295.49 132.34 295.49 115.34 220.24 115.34"></polygon>
395
+ <rect id="Rectangle" fill="#FFF6A1" x="220.24" y="124.48" width="75.25" height="1"></rect>
396
+ <path d="M220.24,116.31 C224.95,116.23 283.37,116.31 295.49,116.31 L295.49,115.31 L220.24,115.31 L220.24,116.31 Z" id="Path" fill="#FFF6A1"></path>
397
+ <polygon id="Path" fill="#ACC7AD" points="220.24 132.34 295.49 132.34 295.49 127.79 220.24 127.79"></polygon>
398
+ <rect id="Rectangle" fill="#E87933" x="220.24" y="127.79" width="75.25" height="4.55"></rect>
399
+ <rect id="Rectangle" fill="#FFE600" x="272.19" y="127.81" width="1" height="4.53"></rect>
400
+ <rect id="Rectangle" fill="#FFE600" x="254.38" y="127.8" width="1" height="4.53"></rect>
401
+ <rect id="Rectangle" fill="#FFE600" x="236.45" y="127.79" width="1" height="4.53"></rect>
402
+ <path d="M284.25,118.11 C284.161781,118.014489 284.039826,117.957098 283.91,117.95 L278.17,117.95 C278.039057,117.952501 277.915389,118.010698 277.83,118.11 C277.737564,118.214767 277.687629,118.350304 277.69,118.49 L277.69,130.11 L284.39,130.11 L284.39,118.49 C284.387968,118.351087 284.338578,118.217028 284.25,118.11 Z M284.25,129.95 L277.84,129.95 L277.84,118.49 C277.834546,118.394485 277.867335,118.300728 277.931128,118.22943 C277.99492,118.158132 278.084469,118.115159 278.18,118.11 L283.92,118.11 C284.114977,118.125963 284.261521,118.29471 284.25,118.49 L284.25,129.95 Z" id="Shape" fill="#305F7C"></path>
403
+ <rect id="Rectangle" fill="#305F7C" x="281.72" y="119.01" width="2.02" height="3.98" rx="0.4"></rect>
404
+ <path d="M283.74,119.42 L283.74,121.01 L281.74,121.01 L281.74,119.42 C281.74,119.199086 281.919086,119.02 282.14,119.02 L283.35,119.02 C283.56478,119.030431 283.735008,119.205025 283.74,119.42 L283.74,119.42 Z" id="Path" fill="#023852"></path>
405
+ <path d="M279.89,119.02 L278.7,119.02 C278.592208,119.014573 278.486796,119.052936 278.407707,119.126377 C278.328617,119.199817 278.282562,119.302101 278.28,119.41 L278.28,122.61 C278.290794,122.832516 278.477295,123.005695 278.7,123 L279.89,123 C279.996096,123.002686 280.09891,122.963098 280.175807,122.889951 C280.252705,122.816805 280.297381,122.716098 280.3,122.61 L280.3,119.41 C280.297381,119.303902 280.252705,119.203195 280.175807,119.130049 C280.09891,119.056902 279.996096,119.017314 279.89,119.02 L279.89,119.02 Z" id="Path" fill="#305F7C"></path>
406
+ <path d="M279.89,119.02 L278.7,119.02 C278.592208,119.014573 278.486796,119.052936 278.407707,119.126377 C278.328617,119.199817 278.282562,119.302101 278.28,119.41 L278.28,121.01 L280.28,121.01 L280.28,119.41 C280.274734,119.196828 280.103172,119.025266 279.89,119.02 Z" id="Path" fill="#023852"></path>
407
+ <rect id="Rectangle" fill="#305F7C" x="280.97" y="118.11" width="1" height="11.7"></rect>
408
+ <rect id="Rectangle" fill="#305F7C" x="277.52" y="129.81" width="7.1" height="1"></rect>
409
+ <rect id="Rectangle" fill="#FFE600" x="284.24" y="127.79" width="1" height="2.02"></rect>
410
+ <rect id="Rectangle" fill="#FFE600" x="280.97" y="127.79" width="1" height="2.02"></rect>
411
+ <rect id="Rectangle" fill="#FFE600" x="277.69" y="127.79" width="1" height="2.02"></rect>
412
+ <path d="M248.65,118.11 C248.561781,118.014489 248.439826,117.957098 248.31,117.95 L242.57,117.95 C242.440174,117.957098 242.318219,118.014489 242.23,118.11 C242.141422,118.217028 242.092032,118.351087 242.09,118.49 L242.09,130.11 L248.79,130.11 L248.79,118.49 C248.792371,118.350304 248.742436,118.214767 248.65,118.11 Z M248.65,129.95 L242.24,129.95 L242.24,118.49 C242.234031,118.292993 242.383545,118.12589 242.58,118.11 L248.32,118.11 C248.414747,118.115061 248.50338,118.158372 248.565593,118.230011 C248.627806,118.301651 248.658268,118.395479 248.65,118.49 L248.65,129.95 Z" id="Shape" fill="#305F7C"></path>
413
+ <rect id="Rectangle" fill="#305F7C" x="246.12" y="119.01" width="2.02" height="3.98" rx="0.4"></rect>
414
+ <path d="M248.14,119.42 L248.14,121.01 L246.14,121.01 L246.14,119.42 C246.14,119.199086 246.319086,119.02 246.54,119.02 L247.76,119.02 C247.973067,119.030667 248.140267,119.206667 248.14,119.42 Z" id="Path" fill="#023852"></path>
415
+ <path d="M244.3,119.02 L243.1,119.02 C242.993904,119.017314 242.89109,119.056902 242.814193,119.130049 C242.737295,119.203195 242.692619,119.303902 242.69,119.41 L242.69,122.61 C242.692619,122.716098 242.737295,122.816805 242.814193,122.889951 C242.89109,122.963098 242.993904,123.002686 243.1,123 L244.3,123 C244.518851,123.000261 244.699325,122.82859 244.71,122.61 L244.71,119.41 C244.707381,119.303902 244.662705,119.203195 244.585807,119.130049 C244.50891,119.056902 244.406096,119.017314 244.3,119.02 Z" id="Path" fill="#305F7C"></path>
416
+ <path d="M244.3,119.02 L243.1,119.02 C242.993904,119.017314 242.89109,119.056902 242.814193,119.130049 C242.737295,119.203195 242.692619,119.303902 242.69,119.41 L242.69,121.01 L244.69,121.01 L244.69,119.41 C244.684734,119.196828 244.513172,119.025266 244.3,119.02 Z" id="Path" fill="#023852"></path>
417
+ <rect id="Rectangle" fill="#305F7C" x="245.37" y="118.11" width="1" height="11.7"></rect>
418
+ <rect id="Rectangle" fill="#305F7C" x="241.93" y="129.81" width="7.1" height="1"></rect>
419
+ <rect id="Rectangle" fill="#FFE600" x="248.65" y="127.79" width="1" height="2.02"></rect>
420
+ <rect id="Rectangle" fill="#FFE600" x="245.37" y="127.79" width="1" height="2.02"></rect>
421
+ <rect id="Rectangle" fill="#FFE600" x="242.09" y="127.79" width="1" height="2.02"></rect>
422
+ <path d="M230.73,118.11 C230.644611,118.010698 230.520943,117.952501 230.39,117.95 L224.65,117.95 C224.520174,117.957098 224.398219,118.014489 224.31,118.11 C224.221422,118.217028 224.172032,118.351087 224.17,118.49 L224.17,130.11 L230.87,130.11 L230.87,118.49 C230.872371,118.350304 230.822436,118.214767 230.73,118.11 L230.73,118.11 Z M230.73,129.95 L224.33,129.95 L224.33,118.49 C224.318479,118.29471 224.465023,118.125963 224.66,118.11 L230.4,118.11 C230.494747,118.115061 230.58338,118.158372 230.645593,118.230011 C230.707806,118.301651 230.738268,118.395479 230.73,118.49 L230.73,129.95 Z" id="Shape" fill="#305F7C"></path>
423
+ <rect id="Rectangle" fill="#305F7C" x="228.2" y="119.01" width="2.02" height="3.98" rx="0.4"></rect>
424
+ <path d="M230.22,119.42 L230.22,121.01 L228.22,121.01 L228.22,119.42 C228.22,119.199086 228.399086,119.02 228.62,119.02 L229.84,119.02 C230.053067,119.030667 230.220267,119.206667 230.22,119.42 Z" id="Path" fill="#023852"></path>
425
+ <path d="M226.38,119.02 L225.18,119.02 C225.073904,119.017314 224.97109,119.056902 224.894193,119.130049 C224.817295,119.203195 224.772619,119.303902 224.77,119.41 L224.77,122.61 C224.772619,122.716098 224.817295,122.816805 224.894193,122.889951 C224.97109,122.963098 225.073904,123.002686 225.18,123 L226.38,123 C226.598851,123.000261 226.779325,122.82859 226.79,122.61 L226.79,119.41 C226.787381,119.303902 226.742705,119.203195 226.665807,119.130049 C226.58891,119.056902 226.486096,119.017314 226.38,119.02 L226.38,119.02 Z" id="Path" fill="#305F7C"></path>
426
+ <path d="M226.38,119.02 L225.18,119.02 C225.073904,119.017314 224.97109,119.056902 224.894193,119.130049 C224.817295,119.203195 224.772619,119.303902 224.77,119.41 L224.77,121.01 L226.77,121.01 L226.77,119.41 C226.764734,119.196828 226.593172,119.025266 226.38,119.02 L226.38,119.02 Z" id="Path" fill="#023852"></path>
427
+ <rect id="Rectangle" fill="#305F7C" x="227.45" y="118.11" width="1" height="11.7"></rect>
428
+ <rect id="Rectangle" fill="#305F7C" x="224.01" y="129.81" width="7.1" height="1"></rect>
429
+ <rect id="Rectangle" fill="#FFE600" x="230.73" y="127.79" width="1" height="2.02"></rect>
430
+ <rect id="Rectangle" fill="#FFE600" x="227.45" y="127.79" width="1" height="2.02"></rect>
431
+ <rect id="Rectangle" fill="#FFE600" x="224.17" y="127.79" width="1" height="2.02"></rect>
432
+ <path d="M266.49,118.11 C266.401781,118.014489 266.279826,117.957098 266.15,117.95 L260.41,117.95 C260.280174,117.957098 260.158219,118.014489 260.07,118.11 C259.977564,118.214767 259.927629,118.350304 259.93,118.49 L259.93,130.11 L266.63,130.11 L266.63,118.49 C266.627968,118.351087 266.578578,118.217028 266.49,118.11 Z M266.49,129.95 L260.08,129.95 L260.08,118.49 C260.074546,118.394485 260.107335,118.300728 260.171128,118.22943 C260.23492,118.158132 260.324469,118.115159 260.42,118.11 L266.16,118.11 C266.354977,118.125963 266.501521,118.29471 266.49,118.49 L266.49,129.95 Z" id="Shape" fill="#305F7C"></path>
433
+ <rect id="Rectangle" fill="#305F7C" x="263.96" y="119.01" width="2.02" height="3.98" rx="0.4"></rect>
434
+ <path d="M266,119.42 L266,121.01 L264,121.01 L264,119.42 C264,119.199086 264.179086,119.02 264.4,119.02 L265.61,119.02 C265.826999,119.025427 266.000068,119.202933 266,119.42 Z" id="Path" fill="#023852"></path>
435
+ <path d="M262.13,119.02 L260.94,119.02 C260.833904,119.017314 260.73109,119.056902 260.654193,119.130049 C260.577295,119.203195 260.532619,119.303902 260.53,119.41 L260.53,122.61 C260.532619,122.716098 260.577295,122.816805 260.654193,122.889951 C260.73109,122.963098 260.833904,123.002686 260.94,123 L262.13,123 C262.352705,123.005695 262.539206,122.832516 262.55,122.61 L262.55,119.41 C262.547438,119.302101 262.501383,119.199817 262.422293,119.126377 C262.343204,119.052936 262.237792,119.014573 262.13,119.02 L262.13,119.02 Z" id="Path" fill="#305F7C"></path>
436
+ <path d="M262.13,119.02 L260.94,119.02 C260.833904,119.017314 260.73109,119.056902 260.654193,119.130049 C260.577295,119.203195 260.532619,119.303902 260.53,119.41 L260.53,121.01 L262.53,121.01 L262.53,119.41 C262.524573,119.193001 262.347067,119.019932 262.13,119.02 L262.13,119.02 Z" id="Path" fill="#023852"></path>
437
+ <rect id="Rectangle" fill="#305F7C" x="263.21" y="118.11" width="1" height="11.7"></rect>
438
+ <rect id="Rectangle" fill="#305F7C" x="259.76" y="129.81" width="7.1" height="1"></rect>
439
+ <rect id="Rectangle" fill="#FFE600" x="266.48" y="127.79" width="1" height="2.02"></rect>
440
+ <rect id="Rectangle" fill="#FFE600" x="263.21" y="127.79" width="1" height="2.02"></rect>
441
+ <rect id="Rectangle" fill="#FFE600" x="259.93" y="127.79" width="1" height="2.02"></rect>
442
+ <rect id="Rectangle" fill="#305F7C" x="232.91" y="119.02" width="7.23" height="3.97" rx="0.5"></rect>
443
+ <path d="M239.64,119.02 L233.41,119.02 C233.132248,119.025447 232.91,119.252194 232.91,119.53 L232.91,121.01 L240.14,121.01 L240.14,119.53 C240.14,119.252194 239.917752,119.025447 239.64,119.02 L239.64,119.02 Z" id="Path" fill="#023852"></path>
444
+ <rect id="Rectangle" fill="#305F7C" x="250.83" y="119.02" width="7.23" height="3.97" rx="0.5"></rect>
445
+ <path d="M257.56,119.02 L251.34,119.02 C251.058335,119.02 250.83,119.248335 250.83,119.53 L250.83,121.01 L258.06,121.01 L258.06,119.53 C258.06,119.252194 257.837752,119.025447 257.56,119.02 Z" id="Path" fill="#023852"></path>
446
+ <rect id="Rectangle" fill="#305F7C" x="268.65" y="119.02" width="7.23" height="3.97" rx="0.5"></rect>
447
+ <path d="M275.38,119.02 L269.16,119.02 C268.878335,119.02 268.65,119.248335 268.65,119.53 L268.65,121.01 L275.88,121.01 L275.88,119.53 C275.88,119.252194 275.657752,119.025447 275.38,119.02 L275.38,119.02 Z" id="Path" fill="#023852"></path>
448
+ <rect id="Rectangle" fill="#305F7C" x="286.04" y="119.02" width="7.23" height="3.97" rx="0.5"></rect>
449
+ <path d="M292.76,119.02 L286.54,119.02 C286.405641,119.019973 286.276925,119.074022 286.182864,119.169964 C286.088803,119.265907 286.037313,119.395668 286.04,119.53 L286.04,121.01 L293.26,121.01 L293.26,119.53 C293.262687,119.395668 293.211197,119.265907 293.117136,119.169964 C293.023075,119.074022 292.894359,119.019973 292.76,119.02 Z" id="Path" fill="#023852"></path>
450
+ <rect id="Rectangle" fill="url(#linearGradient-1)" opacity="0.3" style="mix-blend-mode: multiply;" x="220.23" y="129.48" width="153.39" height="1.22"></rect>
451
+ <rect id="Rectangle" fill="#4A6066" x="218.52" y="122.97" width="1.72" height="8.38"></rect>
452
+ <rect id="Rectangle" fill="#305F7C" x="218.52" y="116.31" width="1.72" height="7.18"></rect>
453
+ <rect id="Rectangle" fill="#003A5D" x="219.23" y="116.31" width="1" height="14.53"></rect>
454
+ <polygon id="Path" fill="#FFE700" points="143.27 132.34 218.52 132.34 218.52 115.34 143.27 115.34"></polygon>
455
+ <rect id="Rectangle" fill="#FFF6A1" x="143.27" y="124.48" width="75.25" height="1"></rect>
456
+ <path d="M143.27,116.31 C147.98,116.23 206.4,116.31 218.52,116.31 L218.52,115.31 L143.27,115.31 L143.27,116.31 Z" id="Path" fill="#FFF6A1"></path>
457
+ <polygon id="Path" fill="#ACC7AD" points="143.27 132.34 218.52 132.34 218.52 127.79 143.27 127.79"></polygon>
458
+ <rect id="Rectangle" fill="#E87933" x="143.27" y="127.79" width="75.25" height="4.55"></rect>
459
+ <rect id="Rectangle" fill="#FFE600" x="195.23" y="127.81" width="1" height="4.53"></rect>
460
+ <rect id="Rectangle" fill="#FFE600" x="177.41" y="127.8" width="1" height="4.53"></rect>
461
+ <rect id="Rectangle" fill="#FFE600" x="159.48" y="127.79" width="1" height="4.53"></rect>
462
+ <path d="M207.28,118.11 C207.191781,118.014489 207.069826,117.957098 206.94,117.95 L201.2,117.95 C201.069057,117.952501 200.945389,118.010698 200.86,118.11 C200.767564,118.214767 200.717629,118.350304 200.72,118.49 L200.72,130.11 L207.42,130.11 L207.42,118.49 C207.417968,118.351087 207.368578,118.217028 207.28,118.11 Z M207.28,129.95 L200.86,129.95 L200.86,118.49 C200.854546,118.394485 200.887335,118.300728 200.951128,118.22943 C201.01492,118.158132 201.104469,118.115159 201.2,118.11 L206.94,118.11 C207.136455,118.12589 207.285969,118.292993 207.28,118.49 L207.28,129.95 Z" id="Shape" fill="#305F7C"></path>
463
+ <rect id="Rectangle" fill="#305F7C" x="204.75" y="119.01" width="2.02" height="3.98" rx="0.4"></rect>
464
+ <path d="M206.77,119.42 L206.77,121.01 L204.77,121.01 L204.77,119.42 C204.77,119.199086 204.949086,119.02 205.17,119.02 L206.38,119.02 C206.596999,119.025427 206.770068,119.202933 206.77,119.42 L206.77,119.42 Z" id="Path" fill="#023852"></path>
465
+ <path d="M202.92,119.02 L201.73,119.02 C201.623904,119.017314 201.52109,119.056902 201.444193,119.130049 C201.367295,119.203195 201.322619,119.303902 201.32,119.41 L201.32,122.61 C201.322619,122.716098 201.367295,122.816805 201.444193,122.889951 C201.52109,122.963098 201.623904,123.002686 201.73,123 L202.92,123 C203.142705,123.005695 203.329206,122.832516 203.34,122.61 L203.34,119.41 C203.337438,119.302101 203.291383,119.199817 203.212293,119.126377 C203.133204,119.052936 203.027792,119.014573 202.92,119.02 Z" id="Path" fill="#305F7C"></path>
466
+ <path d="M202.92,119.02 L201.73,119.02 C201.623904,119.017314 201.52109,119.056902 201.444193,119.130049 C201.367295,119.203195 201.322619,119.303902 201.32,119.41 L201.32,121.01 L203.32,121.01 L203.32,119.41 C203.314573,119.193001 203.137067,119.019932 202.92,119.02 Z" id="Path" fill="#023852"></path>
467
+ <rect id="Rectangle" fill="#305F7C" x="204" y="118.11" width="1" height="11.7"></rect>
468
+ <rect id="Rectangle" fill="#305F7C" x="200.55" y="129.81" width="7.1" height="1"></rect>
469
+ <rect id="Rectangle" fill="#FFE600" x="207.27" y="127.79" width="1" height="2.02"></rect>
470
+ <rect id="Rectangle" fill="#FFE600" x="204" y="127.79" width="1" height="2.02"></rect>
471
+ <rect id="Rectangle" fill="#FFE600" x="200.72" y="127.79" width="1" height="2.02"></rect>
472
+ <path d="M171.68,118.11 C171.594611,118.010698 171.470943,117.952501 171.34,117.95 L165.6,117.95 C165.470174,117.957098 165.348219,118.014489 165.26,118.11 C165.171422,118.217028 165.122032,118.351087 165.12,118.49 L165.12,130.11 L171.82,130.11 L171.82,118.49 C171.822371,118.350304 171.772436,118.214767 171.68,118.11 Z M171.68,129.95 L165.27,129.95 L165.27,118.49 C165.258479,118.29471 165.405023,118.125963 165.6,118.11 L171.34,118.11 C171.435531,118.115159 171.52508,118.158132 171.588872,118.22943 C171.652665,118.300728 171.685454,118.394485 171.68,118.49 L171.68,129.95 Z" id="Shape" fill="#305F7C"></path>
473
+ <rect id="Rectangle" fill="#305F7C" x="169.15" y="119.01" width="2.02" height="3.98" rx="0.4"></rect>
474
+ <path d="M171.17,119.42 L171.17,121.01 L169.17,121.01 L169.17,119.42 C169.17,119.199086 169.349086,119.02 169.57,119.02 L170.79,119.02 C171.003067,119.030667 171.170267,119.206667 171.17,119.42 L171.17,119.42 Z" id="Path" fill="#023852"></path>
475
+ <path d="M167.33,119.02 L166.13,119.02 C166.023904,119.017314 165.92109,119.056902 165.844193,119.130049 C165.767295,119.203195 165.722619,119.303902 165.72,119.41 L165.72,122.61 C165.722619,122.716098 165.767295,122.816805 165.844193,122.889951 C165.92109,122.963098 166.023904,123.002686 166.13,123 L167.33,123 C167.548851,123.000261 167.729325,122.82859 167.74,122.61 L167.74,119.41 C167.737381,119.303902 167.692705,119.203195 167.615807,119.130049 C167.53891,119.056902 167.436096,119.017314 167.33,119.02 L167.33,119.02 Z" id="Path" fill="#305F7C"></path>
476
+ <path d="M167.33,119.02 L166.13,119.02 C166.023904,119.017314 165.92109,119.056902 165.844193,119.130049 C165.767295,119.203195 165.722619,119.303902 165.72,119.41 L165.72,121.01 L167.72,121.01 L167.72,119.41 C167.714734,119.196828 167.543172,119.025266 167.33,119.02 L167.33,119.02 Z" id="Path" fill="#023852"></path>
477
+ <rect id="Rectangle" fill="#305F7C" x="168.4" y="118.11" width="1" height="11.7"></rect>
478
+ <rect id="Rectangle" fill="#305F7C" x="164.96" y="129.81" width="7.1" height="1"></rect>
479
+ <rect id="Rectangle" fill="#FFE600" x="171.68" y="127.79" width="1" height="2.02"></rect>
480
+ <rect id="Rectangle" fill="#FFE600" x="168.4" y="127.79" width="1" height="2.02"></rect>
481
+ <rect id="Rectangle" fill="#FFE600" x="165.12" y="127.79" width="1" height="2.02"></rect>
482
+ <path d="M153.77,118.11 C153.681781,118.014489 153.559826,117.957098 153.43,117.95 L147.68,117.95 C147.550174,117.957098 147.428219,118.014489 147.34,118.11 C147.254301,118.217972 147.208395,118.352161 147.209959,118.49 L147.209959,130.11 L153.900041,130.11 L153.900041,118.49 C153.901605,118.352161 153.855699,118.217972 153.77,118.11 Z M153.77,129.95 L147.36,129.95 L147.36,118.49 C147.348479,118.29471 147.495023,118.125963 147.69,118.11 L153.44,118.11 C153.634977,118.125963 153.781521,118.29471 153.77,118.49 L153.77,129.95 Z" id="Shape" fill="#305F7C"></path>
483
+ <rect id="Rectangle" fill="#305F7C" x="151.23" y="119.01" width="2.02" height="3.98" rx="0.4"></rect>
484
+ <path d="M153.25,119.42 L153.25,121.01 L151.25,121.01 L151.25,119.42 C151.249966,119.312158 151.293479,119.208871 151.37067,119.133562 C151.447862,119.058253 151.552192,119.017304 151.66,119.02 L152.87,119.02 C153.083067,119.030667 153.250267,119.206667 153.25,119.42 L153.25,119.42 Z" id="Path" fill="#023852"></path>
485
+ <path d="M149.41,119.02 L148.21,119.02 C148.103904,119.017314 148.00109,119.056902 147.924193,119.130049 C147.847295,119.203195 147.802619,119.303902 147.8,119.41 L147.8,122.61 C147.810675,122.82859 147.991149,123.000261 148.21,123 L149.41,123 C149.516096,123.002686 149.61891,122.963098 149.695807,122.889951 C149.772705,122.816805 149.817381,122.716098 149.82,122.61 L149.82,119.41 C149.817381,119.303902 149.772705,119.203195 149.695807,119.130049 C149.61891,119.056902 149.516096,119.017314 149.41,119.02 Z" id="Path" fill="#305F7C"></path>
486
+ <path d="M149.41,119.02 L148.21,119.02 C148.103904,119.017314 148.00109,119.056902 147.924193,119.130049 C147.847295,119.203195 147.802619,119.303902 147.8,119.41 L147.8,121.01 L149.8,121.01 L149.8,119.41 C149.794734,119.196828 149.623172,119.025266 149.41,119.02 Z" id="Path" fill="#023852"></path>
487
+ <rect id="Rectangle" fill="#305F7C" x="150.48" y="118.11" width="1" height="11.7"></rect>
488
+ <rect id="Rectangle" fill="#305F7C" x="147.04" y="129.81" width="7.1" height="1"></rect>
489
+ <rect id="Rectangle" fill="#FFE600" x="153.76" y="127.79" width="1" height="2.02"></rect>
490
+ <rect id="Rectangle" fill="#FFE600" x="150.48" y="127.79" width="1" height="2.02"></rect>
491
+ <rect id="Rectangle" fill="#FFE600" x="147.21" y="127.79" width="1" height="2.02"></rect>
492
+ <path d="M189.52,118.11 C189.433119,118.012678 189.310367,117.954913 189.18,117.95 L183.44,117.95 C183.310174,117.957098 183.188219,118.014489 183.1,118.11 C183.007564,118.214767 182.957629,118.350304 182.96,118.49 L182.96,130.11 L189.66,130.11 L189.66,118.49 C189.662371,118.350304 189.612436,118.214767 189.52,118.11 L189.52,118.11 Z M189.52,129.95 L183.12,129.95 L183.12,118.49 C183.108479,118.29471 183.255023,118.125963 183.45,118.11 L189.19,118.11 C189.284747,118.115061 189.37338,118.158372 189.435593,118.230011 C189.497806,118.301651 189.528268,118.395479 189.52,118.49 L189.52,129.95 Z" id="Shape" fill="#305F7C"></path>
493
+ <rect id="Rectangle" fill="#305F7C" x="186.99" y="119.01" width="2.02" height="3.98" rx="0.4"></rect>
494
+ <path d="M189,119.42 L189,121.01 L187,121.01 L187,119.42 C187,119.199086 187.179086,119.02 187.4,119.02 L188.62,119.02 C188.833067,119.030667 189.000267,119.206667 189,119.42 Z" id="Path" fill="#023852"></path>
495
+ <path d="M185.17,119.02 L184,119.02 C183.893904,119.017314 183.79109,119.056902 183.714193,119.130049 C183.637295,119.203195 183.592619,119.303902 183.59,119.41 L183.59,122.61 C183.592619,122.716098 183.637295,122.816805 183.714193,122.889951 C183.79109,122.963098 183.893904,123.002686 184,123 L185.2,123 C185.418851,123.000261 185.599325,122.82859 185.61,122.61 L185.61,119.41 C185.60777,119.298352 185.558971,119.19272 185.475403,119.118648 C185.391835,119.044577 185.281108,119.008811 185.17,119.02 Z" id="Path" fill="#305F7C"></path>
496
+ <path d="M185.17,119.02 L184,119.02 C183.893904,119.017314 183.79109,119.056902 183.714193,119.130049 C183.637295,119.203195 183.592619,119.303902 183.59,119.41 L183.59,121.01 L185.59,121.01 L185.59,119.41 C185.587438,119.302101 185.541383,119.199817 185.462293,119.126377 C185.383204,119.052936 185.277792,119.014573 185.17,119.02 Z" id="Path" fill="#023852"></path>
497
+ <rect id="Rectangle" fill="#305F7C" x="186.24" y="118.11" width="1" height="11.7"></rect>
498
+ <rect id="Rectangle" fill="#305F7C" x="182.8" y="129.81" width="7.1" height="1"></rect>
499
+ <rect id="Rectangle" fill="#FFE600" x="189.52" y="127.79" width="1" height="2.02"></rect>
500
+ <rect id="Rectangle" fill="#FFE600" x="186.24" y="127.79" width="1" height="2.02"></rect>
501
+ <rect id="Rectangle" fill="#FFE600" x="182.96" y="127.79" width="1" height="2.02"></rect>
502
+ <rect id="Rectangle" fill="#305F7C" x="155.94" y="119.02" width="7.23" height="3.97" rx="0.5"></rect>
503
+ <path d="M162.67,119.02 L156.45,119.02 C156.168335,119.02 155.94,119.248335 155.94,119.53 L155.94,121.01 L163.17,121.01 L163.17,119.53 C163.17,119.252194 162.947752,119.025447 162.67,119.02 Z" id="Path" fill="#023852"></path>
504
+ <rect id="Rectangle" fill="#305F7C" x="173.86" y="119.02" width="7.23" height="3.97" rx="0.5"></rect>
505
+ <path d="M180.59,119.02 L174.37,119.02 C174.088335,119.02 173.86,119.248335 173.86,119.53 L173.86,121.01 L181.09,121.01 L181.09,119.53 C181.092687,119.395668 181.041197,119.265907 180.947136,119.169964 C180.853075,119.074022 180.724359,119.019973 180.59,119.02 Z" id="Path" fill="#023852"></path>
506
+ <rect id="Rectangle" fill="#305F7C" x="191.68" y="119.02" width="7.23" height="3.97" rx="0.5"></rect>
507
+ <path d="M198.41,119.02 L192.19,119.02 C191.908335,119.02 191.68,119.248335 191.68,119.53 L191.68,121.01 L198.91,121.01 L198.91,119.53 C198.912687,119.395668 198.861197,119.265907 198.767136,119.169964 C198.673075,119.074022 198.544359,119.019973 198.41,119.02 Z" id="Path" fill="#023852"></path>
508
+ <rect id="Rectangle" fill="#305F7C" x="209.07" y="119.02" width="7.23" height="3.97" rx="0.5"></rect>
509
+ <path d="M215.79,119.02 L209.57,119.02 C209.435641,119.019973 209.306925,119.074022 209.212864,119.169964 C209.118803,119.265907 209.067313,119.395668 209.07,119.53 L209.07,121.01 L216.3,121.01 L216.3,119.53 C216.3,119.248335 216.071665,119.02 215.79,119.02 Z" id="Path" fill="#023852"></path>
510
+ <rect id="Rectangle" fill="url(#linearGradient-2)" opacity="0.3" style="mix-blend-mode: multiply;" x="143.27" y="129.48" width="76.97" height="1.22"></rect>
511
+ <path d="M142.26,130.85 L143.26,130.85 L143.26,116.32 L142.63,116.32 C142.420132,116.32 142.25,116.490132 142.25,116.7 L142.26,130.85 Z" id="Path" fill="#023852"></path>
512
+ <rect id="Rectangle" fill="#EFF2F3" x="0" y="127.2" width="439.64" height="10.78"></rect>
513
+ <rect id="Rectangle" fill="#AEBBC1" x="0" y="132.58" width="439.64" height="5.4"></rect>
514
+ <rect id="Rectangle" fill="#023852" x="0" y="132.58" width="439.64" height="3.01"></rect>
515
+ <rect id="Rectangle" fill="#CED5D9" x="0" y="137.98" width="439.64" height="1.08"></rect>
516
+ <rect id="Rectangle" fill="#96A6AE" x="23.62" y="139.05" width="25.76" height="1.07"></rect>
517
+ <rect id="Rectangle" fill="#003A5D" x="24.91" y="140.13" width="23.51" height="1"></rect>
518
+ <rect id="Rectangle" fill="#96A6AE" x="23.65" y="140.83" width="25.71" height="2.63"></rect>
519
+ <rect id="Rectangle" fill="#CDD4D8" x="34.59" y="139.05" width="20.05" height="1.07"></rect>
520
+ <rect id="Rectangle" fill="#4F778F" x="35.59" y="140.13" width="18.3" height="1"></rect>
521
+ <rect id="Rectangle" fill="#CDD4D8" x="34.61" y="140.83" width="20.01" height="2.63"></rect>
522
+ <rect id="Rectangle" fill="#CDD4D8" x="34.61" y="143.45" width="10.92" height="42.9"></rect>
523
+ <polygon id="Path" fill="#96A6AE" points="34.61 149.15 45.53 149.15 54.61 143.46 23.65 143.46"></polygon>
524
+ <rect id="Rectangle" fill="#96A6AE" x="34.61" y="149.15" width="3.92" height="37.2"></rect>
525
+ <rect id="Rectangle" fill="#D5DBDF" x="135.1" y="64.74" width="1.24" height="62.46"></rect>
526
+ <path d="M369.78,164.549987 C364.272068,164.55072 359.172186,167.454081 356.36,172.19 L356.24,172.19 C348.181369,172.195527 341.447912,178.327087 340.69,186.35 L384.13,186.35 C386.215251,181.522521 385.729771,175.969569 382.83845,171.577179 C379.947129,167.184789 375.038591,164.543344 369.78,164.549987 L369.78,164.549987 Z" id="Path" fill="#5C8197"></path>
527
+ <path d="M421.91,178.78 C420.855355,178.777804 419.811135,178.988688 418.84,179.4 C417.387333,176.525693 414.33707,174.819084 411.127517,175.084899 C407.917965,175.350714 405.190018,177.535874 404.23,180.61 C402.300138,178.96152 399.689576,178.353632 397.23,178.98 C396.025522,175.881077 393.009704,173.867932 389.685806,173.944035 C386.361908,174.020138 383.441386,176.169199 382.38,179.32 C379.205356,178.042092 375.568809,178.95931 373.38,181.59 C371.296653,180.507777 368.839578,180.409521 366.676467,181.321932 C364.513357,182.234344 362.868912,184.062641 362.19,186.31 L429.8,186.31 C429.602416,182.09595 426.128679,178.780711 421.91,178.78 L421.91,178.78 Z" id="Path" fill="#1F5171"></path>
528
+ <path d="M249.78,171.55 C244.855141,171.491787 240.177908,173.704989 237.1,177.55 C235.36933,176.968348 233.555798,176.671158 231.73,176.67 C224.84,176.67 219.01,180.74 217,186.37 L265.230268,186.37 C265.230268,186.11 265.230268,185.85 265.230268,185.59 C265.28,177.83 258.34,171.55 249.78,171.55 Z" id="Path" fill="#5C8197"></path>
529
+ <path d="M86.86,83.4 L86.86,186.4 L88.59,186.4 L88.59,83.4 C88.595498,81.0605938 90.4905938,79.165498 92.83,79.16 L99.67,79.16 L99.67,77.42 L92.83,77.42 C89.5358,77.436453 86.8709397,80.1057771 86.86,83.4 L86.86,83.4 Z" id="Path" fill="#EFF2F3"></path>
530
+ <path d="M103.29,77.42 L99.11,77.42 C98.2562286,77.4254556 97.5654556,78.1162286 97.56,78.97 L97.56,78.97 C97.56,79.827674 98.2523436,80.5245021 99.11,80.53 L104.85,80.53 L104.85,78.97 C104.844502,78.1123436 104.147674,77.42 103.29,77.42 L103.29,77.42 Z" id="Path" fill="#EFF2F3"></path>
531
+ <rect id="Rectangle" fill="#EFF2F3" x="0" y="181.61" width="439.64" height="1"></rect>
532
+ <rect id="Rectangle" fill="#EFF2F3" x="0" y="184.07" width="439.64" height="1"></rect>
533
+ <rect id="Rectangle" fill="#EFF2F3" x="0" y="179.6" width="439.64" height="1"></rect>
534
+ <rect id="Rectangle" fill="#EFF2F3" x="25.57" y="179.6" width="1" height="6.75"></rect>
535
+ <rect id="Rectangle" fill="#EFF2F3" x="60.64" y="179.6" width="1" height="6.75"></rect>
536
+ <rect id="Rectangle" fill="#EFF2F3" x="95.71" y="179.6" width="1" height="6.75"></rect>
537
+ <rect id="Rectangle" fill="#EFF2F3" x="130.78" y="179.6" width="1" height="6.75"></rect>
538
+ <rect id="Rectangle" fill="#EFF2F3" x="165.85" y="179.6" width="1" height="6.75"></rect>
539
+ <rect id="Rectangle" fill="#EFF2F3" x="200.92" y="179.6" width="1" height="6.75"></rect>
540
+ <rect id="Rectangle" fill="#EFF2F3" x="235.99" y="179.6" width="1" height="6.75"></rect>
541
+ <rect id="Rectangle" fill="#EFF2F3" x="271.06" y="179.6" width="1" height="6.75"></rect>
542
+ <rect id="Rectangle" fill="#EFF2F3" x="306.13" y="179.6" width="1" height="6.75"></rect>
543
+ <rect id="Rectangle" fill="#EFF2F3" x="341.2" y="179.6" width="1" height="6.75"></rect>
544
+ <rect id="Rectangle" fill="#96A6AE" x="121.82" y="138.92" width="25.76" height="1.07"></rect>
545
+ <rect id="Rectangle" fill="#003A5D" x="123.11" y="139.99" width="23.51" height="1"></rect>
546
+ <rect id="Rectangle" fill="#96A6AE" x="121.85" y="140.7" width="25.71" height="2.63"></rect>
547
+ <rect id="Rectangle" fill="#CDD4D8" x="132.79" y="138.92" width="20.05" height="1.07"></rect>
548
+ <rect id="Rectangle" fill="#4F778F" x="133.79" y="139.99" width="18.3" height="1"></rect>
549
+ <rect id="Rectangle" fill="#CDD4D8" x="132.8" y="140.7" width="20.01" height="2.63"></rect>
550
+ <rect id="Rectangle" fill="#CDD4D8" x="132.8" y="143.31" width="10.92" height="42.9"></rect>
551
+ <polygon id="Path" fill="#96A6AE" points="132.81 149.01 143.73 149.01 152.81 143.32 121.84 143.32"></polygon>
552
+ <rect id="Rectangle" fill="#96A6AE" x="132.8" y="149.01" width="3.92" height="37.2"></rect>
553
+ <rect id="Rectangle" fill="#96A6AE" x="213.7" y="139.08" width="25.76" height="1.07"></rect>
554
+ <rect id="Rectangle" fill="#003A5D" x="214.99" y="140.15" width="23.51" height="1"></rect>
555
+ <rect id="Rectangle" fill="#96A6AE" x="213.73" y="140.85" width="25.71" height="2.63"></rect>
556
+ <rect id="Rectangle" fill="#CDD4D8" x="224.67" y="139.08" width="20.05" height="1.07"></rect>
557
+ <rect id="Rectangle" fill="#4F778F" x="225.67" y="140.15" width="18.3" height="1"></rect>
558
+ <rect id="Rectangle" fill="#CDD4D8" x="224.69" y="140.85" width="20.01" height="2.63"></rect>
559
+ <rect id="Rectangle" fill="#CDD4D8" x="224.69" y="143.47" width="10.92" height="42.9"></rect>
560
+ <polygon id="Path" fill="#96A6AE" points="224.69 149.17 235.61 149.17 244.69 143.48 213.73 143.48"></polygon>
561
+ <rect id="Rectangle" fill="#96A6AE" x="224.69" y="149.17" width="3.92" height="37.2"></rect>
562
+ <rect id="Rectangle" fill="#96A6AE" x="308.71" y="138.92" width="25.76" height="1.07"></rect>
563
+ <rect id="Rectangle" fill="#003A5D" x="310" y="139.99" width="23.51" height="1"></rect>
564
+ <rect id="Rectangle" fill="#96A6AE" x="308.74" y="140.7" width="25.71" height="2.63"></rect>
565
+ <rect id="Rectangle" fill="#CDD4D8" x="319.68" y="138.92" width="20.05" height="1.07"></rect>
566
+ <rect id="Rectangle" fill="#4F778F" x="320.68" y="139.99" width="18.3" height="1"></rect>
567
+ <rect id="Rectangle" fill="#CDD4D8" x="319.7" y="140.7" width="20.01" height="2.63"></rect>
568
+ <rect id="Rectangle" fill="#CDD4D8" x="319.7" y="143.31" width="10.92" height="42.9"></rect>
569
+ <polygon id="Path" fill="#96A6AE" points="319.7 149.01 330.62 149.01 339.7 143.32 308.74 143.32"></polygon>
570
+ <rect id="Rectangle" fill="#96A6AE" x="319.7" y="149.01" width="3.92" height="37.2"></rect>
571
+ </g>
572
+ </g>
573
573
  </svg>