@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,254 +1,254 @@
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-Construction</title>
4
- <defs>
5
- <linearGradient x1="-0.024008082%" y1="49.6292085%" x2="99.8976292%" y2="49.6292085%" id="linearGradient-1">
6
- <stop stop-color="#FFFFFF" offset="0%"></stop>
7
- <stop stop-color="#FFFFFF" stop-opacity="0.2" offset="0%"></stop>
8
- <stop stop-color="#FFFFFF" stop-opacity="0.6" offset="100%"></stop>
9
- </linearGradient>
10
- <linearGradient x1="0%" y1="50%" x2="100%" y2="50%" id="linearGradient-2">
11
- <stop stop-color="#FFFFFF" stop-opacity="0" offset="0%"></stop>
12
- <stop stop-color="#F8C726" stop-opacity="0.57" offset="84%"></stop>
13
- </linearGradient>
14
- <linearGradient x1="0.0144301147%" y1="50.3897525%" x2="100%" y2="50.3897525%" id="linearGradient-3">
15
- <stop stop-color="#FFFFFF" stop-opacity="0" offset="0%"></stop>
16
- <stop stop-color="#F8C726" stop-opacity="0.57" offset="84%"></stop>
17
- </linearGradient>
18
- </defs>
19
- <g id="Graphic-elements-/-Icons-/-Rich-icons-/-Marketplace-/-Industries-Construction" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
20
- <g id="Construction" transform="translate(0.000000, 84.000000)">
21
- <path d="M244.09,225.05 L244.09,224.75 L200.31,224.75 L200.31,243.88 L223.49,243.88 L223.49,243.95 L237.34,243.95 L237.34,244.25 L266.92,244.25 L266.92,225.05 L244.09,225.05 Z M213.09,237.73 L208.15,237.73 L208.15,232.29 L213.09,232.29 L213.09,237.73 Z M236.27,237.8 L231.33,237.8 L231.33,232.36 L236.27,232.36 L236.27,237.8 Z M259.09,238.11 L254.16,238.11 L254.16,232.66 L259.09,232.66 L259.09,238.11 Z" id="Shape" fill="#527991" fill-rule="nonzero"></path>
22
- <path d="M200.31,223.91 L220.91,223.91 L220.91,206.05 L200.31,206.05 L200.31,223.91 Z M208.14,212.32 L213.08,212.32 L213.08,217.75 L208.14,217.75 L208.14,212.32 Z" id="Shape" fill="#EAEDEF" fill-rule="nonzero"></path>
23
- <path d="M223,223.91 L244,223.91 L244,205.65 L223,205.65 L223,223.91 Z M231.24,212.32 L236.17,212.32 L236.17,217.75 L231.24,217.75 L231.24,212.32 Z" id="Shape" fill="#EAEDEF" fill-rule="nonzero"></path>
24
- <path d="M200.31,186.25 L220.91,186.25 L220.91,168.75 L200.31,168.75 L200.31,186.25 Z M208.14,174.66 L213.08,174.66 L213.08,180.1 L208.14,180.1 L208.14,174.66 Z" id="Shape" fill="#EAEDEF" fill-rule="nonzero"></path>
25
- <path d="M200.31,205.54 L220.91,205.54 L220.91,187.68 L200.31,187.68 L200.31,205.54 Z M208.14,193.96 L213.08,193.96 L213.08,199.4 L208.14,199.4 L208.14,193.96 Z" id="Shape" fill="#EAEDEF" fill-rule="nonzero"></path>
26
- <path d="M200.31,167.95 L220.91,167.95 L220.91,150.48 L200.31,150.48 L200.31,167.95 Z M208.14,156.44 L213.08,156.44 L213.08,161.85 L208.14,161.85 L208.14,156.44 Z" id="Shape" fill="#EAEDEF" fill-rule="nonzero"></path>
27
- <rect id="Rectangle" fill="#96A6AE" fill-rule="nonzero" x="246.32" y="123.13" width="7.83" height="100.84"></rect>
28
- <rect id="Rectangle" fill="#C3D0DA" fill-rule="nonzero" style="mix-blend-mode: multiply;" x="223.31" y="204.85" width="2.7" height="38.32"></rect>
29
- <rect id="Rectangle" fill="#33617E" fill-rule="nonzero" x="117.31" y="199.89" width="1" height="44.97"></rect>
30
- <rect id="Rectangle" fill="#33617E" fill-rule="nonzero" x="117.11" y="199.69" width="1" height="45.37"></rect>
31
- <rect id="Rectangle" fill="#33617E" fill-rule="nonzero" x="136.53" y="199.89" width="1" height="44.97"></rect>
32
- <rect id="Rectangle" fill="#33617E" fill-rule="nonzero" x="136.33" y="199.69" width="1" height="45.37"></rect>
33
- <rect id="Rectangle" fill="#33617E" fill-rule="nonzero" x="155.74" y="199.89" width="1" height="44.97"></rect>
34
- <rect id="Rectangle" fill="#33617E" fill-rule="nonzero" x="155.54" y="199.69" width="1" height="45.37"></rect>
35
- <rect id="Rectangle" fill="#33617E" fill-rule="nonzero" x="174.96" y="199.89" width="1" height="44.97"></rect>
36
- <rect id="Rectangle" fill="#33617E" fill-rule="nonzero" x="174.76" y="199.69" width="1" height="45.37"></rect>
37
- <rect id="Rectangle" fill="#33617E" fill-rule="nonzero" x="194.17" y="199.89" width="1" height="44.97"></rect>
38
- <rect id="Rectangle" fill="#33617E" fill-rule="nonzero" x="193.97" y="199.69" width="1" height="45.37"></rect>
39
- <rect id="Rectangle" fill="#33617E" fill-rule="nonzero" x="117.31" y="236.59" width="76.86" height="1"></rect>
40
- <rect id="Rectangle" fill="#33617E" fill-rule="nonzero" x="117.11" y="236.39" width="77.26" height="1"></rect>
41
- <rect id="Rectangle" fill="#33617E" fill-rule="nonzero" x="117.31" y="227.09" width="76.86" height="1"></rect>
42
- <rect id="Rectangle" fill="#33617E" fill-rule="nonzero" x="117.11" y="226.89" width="77.26" height="1"></rect>
43
- <rect id="Rectangle" fill="#33617E" fill-rule="nonzero" x="117.49" y="217.59" width="76.86" height="1"></rect>
44
- <rect id="Rectangle" fill="#33617E" fill-rule="nonzero" x="117.29" y="217.39" width="77.26" height="1"></rect>
45
- <rect id="Rectangle" fill="#33617E" fill-rule="nonzero" x="117.67" y="208.09" width="76.86" height="1"></rect>
46
- <rect id="Rectangle" fill="#33617E" fill-rule="nonzero" x="117.47" y="207.89" width="77.26" height="1"></rect>
47
- <rect id="Rectangle" fill="#C8D1D5" fill-rule="nonzero" x="197.91" y="243.17" width="71.41" height="1.67"></rect>
48
- <rect id="Rectangle" fill="#BCC6CB" fill-rule="nonzero" x="197.91" y="123.13" width="2.4" height="121.71"></rect>
49
- <rect id="Rectangle" fill="#BCC6CB" fill-rule="nonzero" x="220.91" y="123.31" width="2.4" height="121.53"></rect>
50
- <rect id="Rectangle" fill="#BCC6CB" fill-rule="nonzero" x="243.92" y="123.13" width="2.4" height="121.71"></rect>
51
- <rect id="Rectangle" fill="#BCC6CB" fill-rule="nonzero" x="266.92" y="123.13" width="2.4" height="121.71"></rect>
52
- <path d="M331.41,54.24 L327.36,50.24 C327.189637,50.0645096 326.954562,49.966863 326.71,49.97 L321.43,49.97 C321.186328,49.968631 320.952927,49.8716799 320.78,49.7 L316.28,45.2 C316.108318,45.0264601 315.874111,44.929174 315.63,44.9299948 L307.33,44.9299948 C307.087773,44.9382566 306.856788,45.0342043 306.68,45.2 L302.54,49.35 C302.360655,49.5180473 302.125704,49.6141633 301.88,49.62 L296.38,49.62 L295.68,49.92 L290.07,55.85 L330.76,55.85 C331.150286,55.8680904 331.509429,55.6376977 331.655696,55.2754051 C331.801963,54.9131125 331.703447,54.4979509 331.41,54.24 Z" id="Path" fill="url(#linearGradient-1)" fill-rule="nonzero"></path>
53
- <polygon id="Path" fill="#F8C41C" points="216.08 62.4 218.68 62.4 208.24 48.14 205.64 48.14"></polygon>
54
- <polygon id="Path" fill="#F8C41C" points="191.25 62.4 193.85 62.4 183.41 48.14 180.81 48.14"></polygon>
55
- <polygon id="Path" fill="#F8C41C" points="166.42 62.4 169.03 62.4 158.58 48.14 155.98 48.14"></polygon>
56
- <polygon id="Path" fill="#F8C41C" points="141.59 62.4 144.2 62.4 133.76 48.14 131.15 48.14"></polygon>
57
- <polygon id="Path" fill="#F8C41C" points="116.77 62.4 119.37 62.4 108.93 48.14 106.33 48.14"></polygon>
58
- <polygon id="Path" fill="#F8C41C" points="50.29 62.4 52.89 62.4 42.45 48.14 39.85 48.14"></polygon>
59
- <polygon id="Path" fill="#023852" fill-rule="nonzero" points="218.07 49.3 84.01 2.22 28.61 46.13 28.23 45.65 83.32 1.98 83.16 1.92 25.91 46.13 25.54 45.65 83.05 1.23 83.89 1.53 84.27 1.23 218.27 48.72"></polygon>
60
- <polygon id="Path" fill="#33617E" fill-rule="nonzero" points="173.99 49.28 82.96 1.85 83.25 1.3 84.21 1.8 84.47 1.3 174.28 48.73"></polygon>
61
- <polygon id="Path" fill="#023852" points="24.74 42.64 24.74 62.4 29.41 62.4 29.41 42.64 28.69 42.64 25.46 42.64"></polygon>
62
- <polygon id="Path" fill="#023852" points="24.74 51.37 24.74 62.4 0 62.4 0 51.37 3.82 51.37 20.92 51.37"></polygon>
63
- <polygon id="Path" fill="#F8C41C" points="220.02 62.4 222.63 62.4 220.65 48.14 218.05 48.14"></polygon>
64
- <polygon id="Path" fill="#F8C41C" points="195.19 62.4 197.8 62.4 195.82 48.14 193.22 48.14"></polygon>
65
- <polygon id="Path" fill="#F8C41C" points="170.37 62.4 172.97 62.4 171 48.14 168.39 48.14"></polygon>
66
- <polygon id="Path" fill="#F8C41C" points="145.54 62.4 148.14 62.4 146.17 48.14 143.57 48.14"></polygon>
67
- <polygon id="Path" fill="#F8C41C" points="120.71 62.4 123.31 62.4 121.34 48.14 118.74 48.14"></polygon>
68
- <polygon id="Path" fill="#F8C41C" points="54.23 62.4 56.84 62.4 54.87 48.14 52.26 48.14"></polygon>
69
- <polygon id="Path" fill="#F8C41C" points="220.02 62.4 221.91 62.4 222.63 62.4 208.24 48.14 207.52 48.14 205.64 48.14 204.92 48.14 219.3 62.4"></polygon>
70
- <polygon id="Path" fill="#F8C41C" points="195.19 62.4 197.08 62.4 197.8 62.4 183.41 48.14 182.69 48.14 180.81 48.14 180.09 48.14 194.47 62.4"></polygon>
71
- <polygon id="Path" fill="#F8C41C" points="170.37 62.4 172.25 62.4 172.97 62.4 158.58 48.14 157.86 48.14 155.98 48.14 155.26 48.14 169.65 62.4"></polygon>
72
- <polygon id="Path" fill="#F8C41C" points="145.54 62.4 147.42 62.4 148.14 62.4 133.76 48.14 133.04 48.14 131.15 48.14 130.43 48.14 144.82 62.4"></polygon>
73
- <polygon id="Path" fill="#F8C41C" points="120.71 62.4 122.59 62.4 123.31 62.4 108.93 48.14 108.21 48.14 106.33 48.14 105.61 48.14 119.99 62.4"></polygon>
74
- <polygon id="Path" fill="#F8C41C" points="54.23 62.4 56.12 62.4 56.84 62.4 42.45 48.14 41.73 48.14 39.85 48.14 39.13 48.14 53.51 62.4"></polygon>
75
- <polygon id="Path" fill="#F8C41C" points="195.19 62.4 197.08 62.4 197.8 62.4 208.24 48.14 207.52 48.14 205.64 48.14 204.92 48.14 194.47 62.4"></polygon>
76
- <polygon id="Path" fill="#F8C41C" points="170.37 62.4 172.25 62.4 172.97 62.4 183.41 48.14 182.69 48.14 180.81 48.14 180.09 48.14 169.65 62.4"></polygon>
77
- <polygon id="Path" fill="#F8C41C" points="145.54 62.4 147.42 62.4 148.14 62.4 158.58 48.14 157.86 48.14 155.98 48.14 155.26 48.14 144.82 62.4"></polygon>
78
- <polygon id="Path" fill="#F8C41C" points="120.71 62.4 122.59 62.4 123.31 62.4 133.76 48.14 133.04 48.14 131.15 48.14 130.43 48.14 119.99 62.4"></polygon>
79
- <polygon id="Path" fill="#F8C41C" points="54.23 62.4 56.12 62.4 56.84 62.4 67.28 48.14 66.56 48.14 64.68 48.14 63.96 48.14 53.51 62.4"></polygon>
80
- <polygon id="Path" fill="#F8C41C" points="95.88 62.4 97.77 62.4 98.49 62.4 108.93 48.14 108.21 48.14 106.33 48.14 105.61 48.14 95.16 62.4"></polygon>
81
- <polygon id="Path" fill="#F8C41C" points="29.41 62.4 31.29 62.4 32.01 62.4 42.45 48.14 41.73 48.14 39.85 48.14 39.13 48.14 28.69 62.4"></polygon>
82
- <polygon id="Path" fill="#F8C41C" points="29.41 62.4 32.01 62.4 30.04 48.14 27.43 48.14"></polygon>
83
- <polygon id="Path" fill="#F8C41C" points="66.65 62.4 69.25 62.4 67.28 48.14 64.68 48.14"></polygon>
84
- <polygon id="Path" fill="#F8C41C" points="219.3 62.4 221.91 62.4 219.93 48.14 217.33 48.14"></polygon>
85
- <polygon id="Path" fill="#F8C41C" points="194.47 62.4 197.08 62.4 195.1 48.14 192.5 48.14"></polygon>
86
- <polygon id="Path" fill="#F8C41C" points="169.65 62.4 172.25 62.4 170.28 48.14 167.68 48.14"></polygon>
87
- <polygon id="Path" fill="#F8C41C" points="144.82 62.4 147.42 62.4 145.45 48.14 142.85 48.14"></polygon>
88
- <polygon id="Path" fill="#F8C41C" points="119.99 62.4 122.59 62.4 120.62 48.14 118.02 48.14"></polygon>
89
- <polygon id="Path" fill="#F8C41C" points="53.51 62.4 56.12 62.4 54.15 48.14 51.54 48.14"></polygon>
90
- <polygon id="Path" fill="#F8C41C" points="28.69 62.4 31.29 62.4 29.32 48.14 26.71 48.14"></polygon>
91
- <polygon id="Path" fill="#F8C41C" points="65.93 62.4 68.53 62.4 66.56 48.14 63.96 48.14"></polygon>
92
- <polygon id="Path" fill="#F8C41C" points="216.08 62.4 218.68 62.4 220.65 48.14 218.05 48.14"></polygon>
93
- <polygon id="Path" fill="#F8C41C" points="191.25 62.4 193.85 62.4 195.82 48.14 193.22 48.14"></polygon>
94
- <polygon id="Path" fill="#F8C41C" points="166.42 62.4 169.03 62.4 171 48.14 168.39 48.14"></polygon>
95
- <polygon id="Path" fill="#F8C41C" points="141.59 62.4 144.2 62.4 146.17 48.14 143.57 48.14"></polygon>
96
- <polygon id="Path" fill="#F8C41C" points="116.77 62.4 119.37 62.4 121.34 48.14 118.74 48.14"></polygon>
97
- <polygon id="Path" fill="#F8C41C" points="50.29 62.4 52.89 62.4 54.87 48.14 52.26 48.14"></polygon>
98
- <polygon id="Path" fill="#F8C41C" points="191.25 62.4 193.85 62.4 208.24 48.14 205.64 48.14"></polygon>
99
- <polygon id="Path" fill="#F8C41C" points="166.42 62.4 169.03 62.4 183.41 48.14 180.81 48.14"></polygon>
100
- <polygon id="Path" fill="#F8C41C" points="141.59 62.4 144.2 62.4 158.58 48.14 155.98 48.14"></polygon>
101
- <polygon id="Path" fill="#F8C41C" points="116.77 62.4 119.37 62.4 133.76 48.14 131.15 48.14"></polygon>
102
- <polygon id="Path" fill="#F8C41C" points="50.29 62.4 52.89 62.4 67.28 48.14 64.68 48.14"></polygon>
103
- <polygon id="Path" fill="#F8C41C" points="91.94 62.4 94.54 62.4 108.93 48.14 106.33 48.14"></polygon>
104
- <polygon id="Path" fill="#F8C41C" points="25.46 62.4 28.07 62.4 42.45 48.14 39.85 48.14"></polygon>
105
- <polygon id="Path" fill="#F8C41C" points="25.46 62.4 28.07 62.4 30.04 48.14 27.43 48.14"></polygon>
106
- <polygon id="Path" fill="#F8C41C" points="62.7 62.4 65.31 62.4 67.28 48.14 64.68 48.14"></polygon>
107
- <polygon id="Path" fill="#F8C41C" points="235.8 62.4 238.41 62.4 220.65 48.14 218.05 48.14"></polygon>
108
- <polygon id="Path" fill="#F8C41C" points="235.08 62.4 237.69 62.4 219.93 48.14 217.33 48.14"></polygon>
109
- <rect id="Rectangle" fill="#FFE600" fill-rule="nonzero" x="0" y="62.4" width="72.85" height="2.6"></rect>
110
- <polygon id="Path" fill="#F8C41C" points="72.85 62.4 72.85 65 77.51 65 77.51 62.4 76.79 62.4 73.57 62.4"></polygon>
111
- <rect id="Rectangle" fill="#FFE600" fill-rule="nonzero" x="26.71" y="48.14" width="48.11" height="2.6"></rect>
112
- <path d="M73.57,52.58 L74.67,56.58 L73.57,60.58 L73.57,52.58 Z M74.08,50.74 L76.28,50.74 L75.18,54.74 L74.08,50.74 L74.08,50.74 Z M76.28,62.4 L74.08,62.4 L75.18,58.4 L76.28,62.4 Z" id="Shape" fill="#F8C41C"></path>
113
- <polygon id="Path" fill="#33617E" points="105.97 90.93 105.97 85.41 65.58 85.41 65.58 90.93 64.98 90.93 64.98 85.1 64.98 84.79 65.28 84.79 106.27 84.79 106.57 84.79 106.57 85.1 106.57 90.93"></polygon>
114
- <polygon id="Path" fill="#33617E" points="105.97 90.93 105.97 85.1 105.97 84.79 106.27 84.79 112.36 84.79 112.66 84.79 112.66 85.1 112.66 90.93 112.06 90.93 112.06 85.41 106.57 85.41 106.57 90.93"></polygon>
115
- <rect id="Rectangle" fill="#33617E" fill-rule="nonzero" x="73.18" y="85.1" width="1" height="5.83"></rect>
116
- <rect id="Rectangle" fill="#33617E" fill-rule="nonzero" x="81.37" y="85.1" width="1" height="5.83"></rect>
117
- <rect id="Rectangle" fill="#33617E" fill-rule="nonzero" x="89.57" y="85.1" width="1" height="5.83"></rect>
118
- <rect id="Rectangle" fill="#33617E" fill-rule="nonzero" x="97.77" y="85.1" width="1" height="5.83"></rect>
119
- <rect id="Rectangle" fill="#F8C41C" fill-rule="nonzero" x="106.49" y="90.93" width="6.17" height="2.6"></rect>
120
- <rect id="Rectangle" fill="#FFE600" fill-rule="nonzero" x="64.98" y="90.93" width="41.52" height="2.6"></rect>
121
- <polygon id="Path" fill="#F8C41C" points="92.13 90.93 104.53 90.93 104.18 93.53 92.13 93.53"></polygon>
122
- <polygon id="Path" fill="#F8C41C" points="89.42 93.53 93.49 93.53 101.47 93.53 104.07 74.15 104.07 69.43 93.49 69.43 89.42 69.43"></polygon>
123
- <path d="M110.63,85.1 L110.63,90.93 L110,90.93 L110,85.1 L110.63,85.1 Z M108.63,85.1 L108.63,90.93 L108,90.93 L108,85.1 L108.63,85.1 Z" id="Shape" fill="#33617E"></path>
124
- <path d="M89.72,48.14 L89.72,50.75 L87.38,50.75 L88.17,51.54 L83.17,56.54 L88.17,61.54 L87.38,62.33 L89.72,62.33 L89.72,64.93 L72.85,64.93 L72.85,62.33 L75.19,62.33 L74.4,61.54 L79.4,56.54 L74.4,51.54 L75.19,50.75 L72.85,50.75 L72.85,48.15 L89.72,48.14 Z M85.27,50.75 L77.27,50.75 L81.27,54.75 L85.27,50.75 Z M77.27,62.41 L85.27,62.41 L81.27,58.41 L77.27,62.41 Z" id="Shape" fill="#FFE600"></path>
125
- <path d="M89.72,221.26 L89.72,223.87 L87.38,223.87 L88.17,224.65 L83.17,229.7 L88.17,234.7 L87.38,235.49 L89.72,235.49 L89.72,238.09 L72.85,238.09 L72.85,235.49 L75.19,235.49 L74.4,234.75 L79.4,229.75 L74.4,224.7 L75.19,223.92 L72.85,223.92 L72.85,221.31 L89.72,221.26 Z M85.27,223.87 L77.27,223.87 L81.27,227.87 L85.27,223.87 Z M77.27,235.53 L85.27,235.53 L81.27,231.53 L77.27,235.53 Z" id="Shape" fill="#FFE600"></path>
126
- <path d="M89.72,207 L89.72,209.6 L87.38,209.6 L88.17,210.39 L83.17,215.39 L88.17,220.44 L87.38,221.22 L89.72,221.22 L89.72,223.83 L72.85,223.83 L72.85,221.22 L75.19,221.22 L74.4,220.44 L79.4,215.39 L74.4,210.39 L75.19,209.6 L72.85,209.6 L72.85,207 L89.72,207 Z M85.27,209.6 L77.27,209.6 L81.27,213.6 L85.27,209.6 Z M77.27,221.26 L85.27,221.26 L81.27,217.26 L77.27,221.26 Z" id="Shape" fill="#FFE600"></path>
127
- <path d="M89.72,192.75 L89.72,195.35 L87.38,195.35 L88.17,196.14 L83.17,201.14 L88.17,206.14 L87.38,206.93 L89.72,206.93 L89.72,209.53 L72.85,209.53 L72.85,206.93 L75.19,206.93 L74.4,206.14 L79.4,201.14 L74.4,196.14 L75.19,195.35 L72.85,195.35 L72.85,192.75 L89.72,192.75 Z M85.27,195.35 L77.27,195.35 L81.27,199.35 L85.27,195.35 Z M77.27,207.01 L85.27,207.01 L81.27,203.01 L77.27,207.01 Z" id="Shape" fill="#FFE600"></path>
128
- <path d="M89.72,178.47 L89.72,181.08 L87.38,181.08 L88.17,181.86 L83.17,186.91 L88.17,191.91 L87.38,192.7 L89.72,192.7 L89.72,195.3 L72.85,195.3 L72.85,192.75 L75.19,192.75 L74.4,191.96 L79.4,186.96 L74.4,181.91 L75.19,181.13 L72.85,181.13 L72.85,178.52 L89.72,178.47 Z M85.27,181.08 L77.27,181.08 L81.27,185.08 L85.27,181.08 Z M77.27,192.74 L85.27,192.74 L81.27,188.74 L77.27,192.74 Z" id="Shape" fill="#FFE600"></path>
129
- <path d="M89.72,164.21 L89.72,166.81 L87.38,166.81 L88.17,167.6 L83.17,172.6 L88.17,177.65 L87.38,178.43 L89.72,178.43 L89.72,181.04 L72.85,181.04 L72.85,178.43 L75.19,178.43 L74.4,177.65 L79.4,172.6 L74.4,167.6 L75.19,166.81 L72.85,166.81 L72.85,164.21 L89.72,164.21 Z M85.27,166.81 L77.27,166.81 L81.27,170.81 L85.27,166.81 Z M77.27,178.47 L85.27,178.47 L81.27,174.47 L77.27,178.47 Z" id="Shape" fill="#FFE600"></path>
130
- <path d="M89.72,149.95 L89.72,152.55 L87.38,152.55 L88.17,153.34 L83.17,158.34 L88.17,163.34 L87.38,164.13 L89.72,164.13 L89.72,166.73 L72.85,166.73 L72.85,164.13 L75.19,164.13 L74.4,163.34 L79.4,158.34 L74.4,153.34 L75.19,152.55 L72.85,152.55 L72.85,149.95 L89.72,149.95 Z M85.27,152.55 L77.27,152.55 L81.27,156.55 L85.27,152.55 Z M77.27,164.21 L85.27,164.21 L81.27,160.21 L77.27,164.21 Z" id="Shape" fill="#FFE600"></path>
131
- <path d="M89.72,135.68 L89.72,138.29 L87.38,138.29 L88.17,139.07 L83.17,144.12 L88.17,149.12 L87.38,149.91 L89.72,149.91 L89.72,152.51 L72.85,152.51 L72.85,149.91 L75.19,149.91 L74.4,149.12 L79.4,144.12 L74.4,139.07 L75.19,138.29 L72.85,138.29 L72.85,135.68 L89.72,135.68 Z M85.27,138.29 L77.27,138.29 L81.27,142.29 L85.27,138.29 Z M77.27,149.95 L85.27,149.95 L81.27,145.95 L77.27,149.95 Z" id="Shape" fill="#FFE600"></path>
132
- <path d="M89.72,121.42 L89.72,124.02 L87.38,124.02 L88.17,124.81 L83.17,129.81 L88.17,134.86 L87.38,135.64 L89.72,135.64 L89.72,138.25 L72.85,138.25 L72.85,135.64 L75.19,135.64 L74.4,134.86 L79.4,129.81 L74.4,124.81 L75.19,124.02 L72.85,124.02 L72.85,121.42 L89.72,121.42 Z M85.27,124.02 L77.27,124.02 L81.27,128.02 L85.27,124.02 Z M77.27,135.68 L85.27,135.68 L81.27,131.68 L77.27,135.68 Z" id="Shape" fill="#FFE600"></path>
133
- <path d="M89.72,107.16 L89.72,109.75 L87.38,109.75 L88.17,110.54 L83.17,115.54 L88.17,120.54 L87.38,121.33 L89.72,121.33 L89.72,123.93 L72.85,123.93 L72.85,121.33 L75.19,121.33 L74.4,120.54 L79.4,115.54 L74.4,110.54 L75.19,109.75 L72.85,109.75 L72.85,107.15 L89.72,107.16 Z M85.27,109.75 L77.27,109.75 L81.27,113.75 L85.27,109.75 Z M77.27,121.41 L85.27,121.41 L81.27,117.41 L77.27,121.41 Z" id="Shape" fill="#FFE600"></path>
134
- <path d="M89.72,92.89 L89.72,95.5 L87.38,95.5 L88.17,96.29 L83.17,101.29 L88.17,106.29 L87.38,107.08 L89.72,107.08 L89.72,109.75 L72.85,109.75 L72.85,107.15 L75.19,107.15 L74.4,106.36 L79.4,101.36 L74.4,96.36 L75.19,95.57 L72.85,95.57 L72.85,92.96 L89.72,92.89 Z M85.27,95.5 L77.27,95.5 L81.27,99.5 L85.27,95.5 Z M77.27,107.16 L85.27,107.16 L81.27,103.16 L77.27,107.16 Z" id="Shape" fill="#FFE600"></path>
135
- <path d="M89.72,78.63 L89.72,81.23 L87.38,81.23 L88.17,82.02 L83.17,87.02 L88.17,92.07 L87.38,92.85 L89.72,92.85 L89.72,95.46 L72.85,95.46 L72.85,92.85 L75.19,92.85 L74.4,92.07 L79.4,87.02 L74.4,82.02 L75.19,81.23 L72.85,81.23 L72.85,78.63 L89.72,78.63 Z M85.27,81.23 L77.27,81.23 L81.27,85.23 L85.27,81.23 Z M77.27,92.89 L85.27,92.89 L81.27,88.89 L77.27,92.89 Z" id="Shape" fill="#FFE600"></path>
136
- <path d="M89.72,64.37 L89.72,66.97 L87.38,66.97 L88.17,67.76 L83.17,72.76 L88.17,77.76 L87.38,78.55 L89.72,78.55 L89.72,81.15 L72.85,81.15 L72.85,78.55 L75.19,78.55 L74.4,77.76 L79.4,72.76 L74.4,67.76 L75.19,66.97 L72.85,66.97 L72.85,64.37 L89.72,64.37 Z M85.27,66.97 L77.27,66.97 L81.27,70.97 L85.27,66.97 Z M77.27,78.63 L85.27,78.63 L81.27,74.63 L77.27,78.63 Z" id="Shape" fill="#FFE600"></path>
137
- <rect id="Rectangle" fill="#FFE600" fill-rule="nonzero" x="87.11" y="50.11" width="2.6" height="194.75"></rect>
138
- <rect id="Rectangle" fill="#FFE700" fill-rule="nonzero" x="72.85" y="50.11" width="2.6" height="194.75"></rect>
139
- <path d="M89.72,107.16 L89.72,109.75 L77.8,109.75 C77.2248784,109.748992 76.6928529,109.444978 76.4,108.95 L75.4,107.3 L74.67,106.04 L72.8,102.79 L72.8,92.88 L89.72,92.88 L89.72,107.15 L89.72,107.16 Z M75.45,105.32 L79.45,101.32 L75.45,97.32 L75.45,105.32 Z M87.11,97.32 L83.11,101.32 L87.11,105.32 L87.11,97.32 Z M77.29,107.14 L85.29,107.14 L81.29,103.14 L77.29,107.14 Z M85.29,95.48 L77.29,95.48 L81.29,99.48 L85.29,95.48 Z" id="Shape" fill="#F8C41C"></path>
140
- <polygon id="Path" fill="#FFE600" points="87.09 93.53 87.09 93.53 99.14 93.53 101.74 74.15 101.74 69.43 87.09 69.43 87.09 69.43"></polygon>
141
- <polygon id="Path" fill="#003A5D" points="99.49 90.93 100.79 81.22 101.74 74.15 91.24 74.15 91.24 90.93"></polygon>
142
- <path d="M85.23,1.16 C85.9700616,1.16 86.57,1.75993844 86.57,2.5 C86.57,3.24006156 85.9700616,3.84 85.23,3.84 L83.1,3.84 C82.3599384,3.84 81.76,3.24006156 81.76,2.5 C81.76,1.75993844 82.3599384,1.16 83.1,1.16 L85.23,1.16 Z" id="Path" fill="#33617E"></path>
143
- <path d="M82,5 L81.28,5 C79.8992881,5 78.78,3.88071187 78.78,2.5 C78.78,1.11928813 79.8992881,0 81.28,0 L82,0" id="Path" fill="#33617E"></path>
144
- <path d="M81.28,0.91 L81.28,0.91 C83,10.38 88,38.66 89.72,48.14 L87.15,48.59 L81.28,15.75 L75.41,48.63 L72.85,48.18 C74.54,38.66 79.59,10.38 81.28,0.91 Z" id="Path" fill="#FFE600"></path>
145
- <path d="M81.28,5 C82.6607119,5 83.78,3.88071187 83.78,2.5 C83.78,1.11928813 82.6607119,0 81.28,0 C79.8992881,0 78.78,1.11928813 78.78,2.5 C78.78,3.88071187 79.8992881,5 81.28,5 Z" id="Path" fill="#FFE600"></path>
146
- <polygon id="Path" fill="#33617E" points="90.29 90.93 90.29 85.41 65.58 85.41 65.58 90.93 64.98 90.93 64.98 85.1 64.98 84.79 65.28 84.79 90.59 84.79 90.9 84.79 90.9 85.1 90.9 90.93"></polygon>
147
- <rect id="Rectangle" fill="#33617E" fill-rule="nonzero" x="73.18" y="85.1" width="1" height="5.83"></rect>
148
- <rect id="Rectangle" fill="#33617E" fill-rule="nonzero" x="81.37" y="85.1" width="1" height="5.83"></rect>
149
- <rect id="Rectangle" fill="#FFE600" fill-rule="nonzero" x="64.98" y="90.93" width="26.26" height="2.6"></rect>
150
- <path d="M220.65,48.14 L220.65,50.75 L87.92,50.75 L87.92,48.15 L220.65,48.15 L220.65,48.14 Z M93.82,62.4 L233.74,62.4 L233.74,65 L89.74,65 L89.74,62.4 L93.84,62.4 L93.82,62.4 Z" id="Shape" fill="#FFE600"></path>
151
- <polygon id="Path" fill="#FFE700" points="233.74 62.4 233.74 65 238.41 65 238.41 62.4 237.69 62.4 234.46 62.4"></polygon>
152
- <polygon id="Path" fill="#FFE700" points="231.86 62.4 234.46 62.4 220.65 48.14 218.05 48.14"></polygon>
153
- <polygon id="Path" fill="#FFE700" points="231.14 62.4 233.74 62.4 219.93 48.14 217.33 48.14"></polygon>
154
- <polygon id="Path" fill="#FFE700" points="215.36 62.4 217.96 62.4 219.93 48.14 217.33 48.14"></polygon>
155
- <polygon id="Path" fill="#FFE700" points="190.53 62.4 193.13 62.4 195.1 48.14 192.5 48.14"></polygon>
156
- <polygon id="Path" fill="#FFE700" points="165.7 62.4 168.31 62.4 170.28 48.14 167.68 48.14"></polygon>
157
- <polygon id="Path" fill="#FFE700" points="140.88 62.4 143.48 62.4 145.45 48.14 142.85 48.14"></polygon>
158
- <polygon id="Path" fill="#FFE700" points="116.05 62.4 118.65 62.4 120.62 48.14 118.02 48.14"></polygon>
159
- <polygon id="Path" fill="#FFE700" points="49.57 62.4 52.17 62.4 54.15 48.14 51.54 48.14"></polygon>
160
- <polygon id="Path" fill="#FFE700" points="190.53 62.4 193.13 62.4 207.52 48.14 204.92 48.14"></polygon>
161
- <polygon id="Path" fill="#FFE700" points="165.7 62.4 168.31 62.4 182.69 48.14 180.09 48.14"></polygon>
162
- <polygon id="Path" fill="#FFE700" points="140.88 62.4 143.48 62.4 157.86 48.14 155.26 48.14"></polygon>
163
- <polygon id="Path" fill="#FFE700" points="116.05 62.4 118.65 62.4 133.04 48.14 130.43 48.14"></polygon>
164
- <polygon id="Path" fill="#FFE700" points="49.57 62.4 52.17 62.4 66.56 48.14 63.96 48.14"></polygon>
165
- <polygon id="Path" fill="#FFE700" points="91.22 62.4 93.82 62.4 108.21 48.14 105.61 48.14"></polygon>
166
- <polygon id="Path" fill="#FFE700" points="24.74 62.4 27.35 62.4 41.73 48.14 39.13 48.14"></polygon>
167
- <polygon id="Path" fill="#FFE700" points="24.74 62.4 27.35 62.4 29.32 48.14 26.71 48.14"></polygon>
168
- <polygon id="Path" fill="#FFE700" points="24.74 62.4 29.32 48.14 26.71 48.14"></polygon>
169
- <polygon id="Path" fill="#FFE700" points="61.98 62.4 64.59 62.4 66.56 48.14 63.96 48.14"></polygon>
170
- <rect id="Rectangle" fill="#DFE4E7" fill-rule="nonzero" x="0" y="67.61" width="26.85" height="8.57"></rect>
171
- <polygon id="Path" fill="#023852" points="26.85 65 26.85 67.61 0 67.61 0 65 4.14 65 22.7 65"></polygon>
172
- <polygon id="Path" fill="#003A5D" points="199.74 65 199.74 70.09 204.41 70.09 204.41 65 203.69 65 200.46 65"></polygon>
173
- <polygon id="Path" fill="#023852" points="199.74 65 199.74 70.09 183.88 70.09 183.88 65 186.33 65 197.29 65"></polygon>
174
- <polygon id="Path" fill="#F8C41C" points="192.13 99.2 194.15 99.2 196.17 99.2 198.2 101.53 196.17 108.51 194.15 108.51 192.13 108.51 190.1 101.53"></polygon>
175
- <path d="M190,69.24 L190,102.81 L190.61,102.81 L190.61,69.24 L190,69.24 Z M196.23,69.24 L196.23,102.81 L196.85,102.81 L196.85,69.24 L196.23,69.24 Z" id="Shape" fill="#33617E"></path>
176
- <path d="M191,69.24 L191,102.81 L191.62,102.81 L191.62,69.24 L191,69.24 Z M195.29,69.24 L195.29,102.81 L195.9,102.81 L195.9,69.24 L195.29,69.24 Z" id="Shape" fill="#33617E"></path>
177
- <path d="M192.45,110.75 L194.25,112.47 C194.731839,112.953833 194.731839,113.736167 194.25,114.22 L194.25,114.22 C193.766167,114.701839 192.983833,114.701839 192.5,114.22 L190.35,112.07 C189.760597,113.326445 189.999127,114.815493 190.951505,115.824962 C191.903882,116.83443 193.37654,117.159146 194.665134,116.643805 C195.953727,116.128464 196.796353,114.877807 196.790036,113.49 C196.783604,112.595828 196.424179,111.740398 195.79,111.11 C194.857212,110.198671 194.340126,108.943925 194.36,107.64 L194.36,106.59 L192.43,106.59 L192.45,110.75 Z" id="Path" fill="#023852"></path>
178
- <polygon id="Path" fill="#FFE700" points="191.15 99.2 193.17 99.2 195.19 99.2 197.21 101.53 195.19 108.51 193.17 108.51 191.14 108.51 189.12 101.53"></polygon>
179
- <path d="M57.09,238.56 L105.47,238.56 L105.47,223.97 C105.47,222.953796 104.646204,222.129973 103.63,222.129973 L58.94,222.129973 C58.4502713,222.127338 57.979687,222.320019 57.6324542,222.665375 C57.2852215,223.010731 57.09,223.480264 57.09,223.97 L57.09,238.56 Z" id="Path" fill="#FFE700"></path>
180
- <polygon id="Path" fill="#FFE700" points="215.36 62.4 217.96 62.4 207.52 48.14 204.92 48.14"></polygon>
181
- <polygon id="Path" fill="#FFE700" points="190.53 62.4 193.13 62.4 182.69 48.14 180.09 48.14"></polygon>
182
- <polygon id="Path" fill="#FFE700" points="165.7 62.4 168.31 62.4 157.86 48.14 155.26 48.14"></polygon>
183
- <polygon id="Path" fill="#FFE700" points="143.48 62.4 133.04 48.14 130.43 48.14 140.88 62.4"></polygon>
184
- <polygon id="Path" fill="#FFE700" points="116.05 62.4 118.65 62.4 108.21 48.14 105.61 48.14"></polygon>
185
- <polygon id="Path" fill="#FFE700" points="49.57 62.4 52.17 62.4 41.73 48.14 39.13 48.14"></polygon>
186
- <rect id="Rectangle" fill="#FFE700" fill-rule="nonzero" x="57.09" y="238.56" width="48.38" height="6.72"></rect>
187
- <polygon id="Path" fill="#295977" points="91.69 90.9 94.96 90.9 101.64 74.15 98.37 74.15"></polygon>
188
- <path d="M254.15,208.96 L254.15,206.2 L249,206.2 L249,190.75 L254.07,190.75 L254.07,187.95 L249,187.95 L249,171.95 L254.07,171.95 L254.07,169.19 L249,169.19 L249,153.19 L254.07,153.19 L254.07,150.45 L249,150.45 L249,134.45 L254.07,134.45 L254.07,131.75 L249,131.75 L249,123.17 L246.3,123.17 L246.3,131.75 L243.9,131.75 L243.9,134.51 L246.3,134.51 L246.3,150.51 L243.9,150.51 L243.9,153.27 L246.3,153.27 L246.3,169.27 L243.9,169.27 L243.9,172.03 L246.3,172.03 L246.3,188.03 L243.9,188.03 L243.9,190.75 L246.3,190.75 L246.3,206.25 L203,206.25 L203,190.75 L223.3,190.75 L223.3,187.95 L203,187.95 L203,150.45 L200.3,150.45 L200.3,243.17 L203,243.17 L203,228.1 L246.31,228.1 L246.31,243.17 L249,243.17 L249,228.1 L266.9,228.1 L266.9,225.34 L249,225.34 L249,208.96 L254.15,208.96 Z M246.32,225.34 L203,225.34 L203,208.96 L246.31,208.96 L246.32,225.34 Z" id="Shape" fill="#C3D0DA" fill-rule="nonzero" style="mix-blend-mode: multiply;"></path>
189
- <rect id="Rectangle" fill="#D5DBDF" fill-rule="nonzero" x="194.13" y="130.04" width="78.97" height="1.67"></rect>
190
- <rect id="Rectangle" fill="#D5DBDF" fill-rule="nonzero" x="194.13" y="186.28" width="78.97" height="1.67"></rect>
191
- <rect id="Rectangle" fill="#D5DBDF" fill-rule="nonzero" x="194.13" y="148.79" width="78.97" height="1.67"></rect>
192
- <rect id="Rectangle" fill="#D5DBDF" fill-rule="nonzero" x="194.13" y="167.53" width="78.97" height="1.67"></rect>
193
- <rect id="Rectangle" fill="#D5DBDF" fill-rule="nonzero" x="194.13" y="223.67" width="78.97" height="1.67"></rect>
194
- <rect id="Rectangle" fill="#D5DBDF" fill-rule="nonzero" x="194.13" y="204.53" width="78.97" height="1.67"></rect>
195
- <rect id="Rectangle" fill="#C3D0DA" fill-rule="nonzero" style="mix-blend-mode: multiply;" x="266.92" y="169.2" width="2.4" height="2.76"></rect>
196
- <rect id="Rectangle" fill="#C3D0DA" fill-rule="nonzero" style="mix-blend-mode: multiply;" x="266.92" y="187.98" width="2.4" height="2.76"></rect>
197
- <rect id="Rectangle" fill="#C3D0DA" fill-rule="nonzero" style="mix-blend-mode: multiply;" x="266.92" y="206.21" width="2.4" height="2.76"></rect>
198
- <rect id="Rectangle" fill="#C3D0DA" fill-rule="nonzero" style="mix-blend-mode: multiply;" x="266.92" y="225.34" width="2.4" height="2.76"></rect>
199
- <rect id="Rectangle" fill="#C3D0DA" fill-rule="nonzero" style="mix-blend-mode: multiply;" x="266.92" y="150.46" width="2.4" height="2.76"></rect>
200
- <rect id="Rectangle" fill="#C3D0DA" fill-rule="nonzero" style="mix-blend-mode: multiply;" x="266.92" y="131.71" width="2.4" height="2.76"></rect>
201
- <polygon id="Path" fill="#33617E" points="400.73 227.52 398.66 228.56 379.17 214.35 380.38 212.69"></polygon>
202
- <path d="M370.69,207.52 L379.46,213.95 L380.09,213.08 L371.32,206.65 C370.958852,206.793029 370.713206,207.132255 370.69,207.52 Z" id="Path" fill="#9CB2C0"></path>
203
- <polygon id="Path" fill="#FFE600" points="373.06 207.36 366.43 203.5 365.45 205.19 372.09 209.04"></polygon>
204
- <polygon id="Path" fill="#003A5D" points="306.95 160.74 307.13 160.74 307.31 160.74 307.49 160.74 307.68 160.74 307.86 160.74 308.04 160.74 313.64 163.98 313.46 163.98 313.27 163.98 313.09 163.98 312.91 163.98 312.73 163.98 312.55 163.98"></polygon>
205
- <polygon id="Path" fill="#FFE600" points="308.62 161.73 401.38 215.29 398.26 220.72 305.5 167.16"></polygon>
206
- <polygon id="Path" fill="#003A5D" points="327.78 170.74 420.55 224.3 416.38 231.54 323.61 177.98 326.1 170.74"></polygon>
207
- <path d="M307.06,169.48 L307.06,198.11 L306.54,198.11 L306.54,169.48 L307.06,169.48 Z M301.75,169.48 L301.75,198.11 L301.22,198.11 L301.22,169.48 L301.75,169.48 Z" id="Shape" fill="#33617E"></path>
208
- <path d="M306.23,169.48 L306.23,198.11 L305.71,198.11 L305.71,169.48 L306.23,169.48 Z M302.58,169.48 L302.58,198.11 L302.05,198.11 L302.05,169.48 L302.58,169.48 Z" id="Shape" fill="#33617E"></path>
209
- <path d="M305,204.91 L303.47,206.39 C303.261486,206.579524 303.142607,206.848224 303.142607,207.13 C303.142607,207.411776 303.261486,207.680476 303.47,207.87 L303.47,207.87 C303.882897,208.277948 304.547103,208.277948 304.96,207.87 L306.79,206.04 C306.972081,206.420679 307.064448,206.83804 307.06,207.26 C307.06,208.85058 305.77058,210.14 304.18,210.14 C302.58942,210.14 301.3,208.85058 301.3,207.26 C301.305423,206.508671 301.607315,205.789879 302.14,205.26 C302.944147,204.471816 303.385831,203.385708 303.36,202.26 L303.36,201.36 L305,201.36 L305,204.91 Z" id="Path" fill="#33617E"></path>
210
- <polygon id="Path" fill="#FFE600" points="302.42 195.03 304.14 195.03 305.87 195.03 307.59 197.02 305.87 202.97 304.14 202.97 302.42 202.97 300.69 197.02"></polygon>
211
- <circle id="Oval" fill="#33617E" fill-rule="nonzero" cx="304.14" cy="169.48" r="3.12"></circle>
212
- <polygon id="Path" fill="#023852" points="312.28 163.3 325.94 171.19 322.3 177.53 308.63 169.64"></polygon>
213
- <polygon id="Path" fill="#023852" points="326.1 170.74 418.87 224.3 414.7 231.54 321.94 177.98"></polygon>
214
- <path d="M310.43,162.75 L306.22,170.03 C305.941997,170.510553 305.484221,170.860752 304.947669,171.003332 C304.411117,171.145913 303.839884,171.069157 303.36,170.79 L303.36,170.79 C302.879447,170.511997 302.529248,170.054221 302.386668,169.517669 C302.244087,168.981117 302.320843,168.409884 302.6,167.93 L306.72,160.8 C306.742491,160.747263 306.790049,160.709415 306.846489,160.699337 C306.902928,160.689258 306.960646,160.708307 307,160.75 L310.43,162.75 Z" id="Path" fill="#FFE600"></path>
215
- <path d="M418.78,234.75 C421.76786,234.75 424.19,237.17214 424.19,240.16 C424.19,243.14786 421.76786,245.57 418.78,245.57 L417.92,245.57 C414.93214,245.57 412.51,243.14786 412.51,240.16 C412.51,237.17214 414.93214,234.75 417.92,234.75 L418.78,234.75 Z" id="Path" fill="#003A5D"></path>
216
- <path d="M404.37,234.75 C407.35786,234.75 409.78,237.17214 409.78,240.16 C409.78,243.14786 407.35786,245.57 404.37,245.57 L403.5,245.57 C400.51214,245.57 398.09,243.14786 398.09,240.16 C398.09,237.17214 400.51214,234.75 403.5,234.75 L404.37,234.75 Z" id="Path" fill="#003A5D"></path>
217
- <path d="M370.22,234.75 C373.20786,234.75 375.63,237.17214 375.63,240.16 C375.63,243.14786 373.20786,245.57 370.22,245.57 L369.36,245.57 C366.37214,245.57 363.95,243.14786 363.95,240.16 C363.95,237.17214 366.37214,234.75 369.36,234.75 L370.22,234.75 Z" id="Path" fill="#003A5D"></path>
218
- <path d="M355.81,234.75 C358.79786,234.75 361.22,237.17214 361.22,240.16 C361.22,243.14786 358.79786,245.57 355.81,245.57 L355,245.57 C352.01214,245.57 349.59,243.14786 349.59,240.16 C349.59,237.17214 352.01214,234.75 355,234.75 L355.81,234.75 Z" id="Path" fill="#003A5D"></path>
219
- <polygon id="Path" fill="#FFE600" points="324.41 230.26 329.42 213.11 341.38 213.11 342.75 216.66 342.75 232.64 340.56 237.2 324.41 237.2"></polygon>
220
- <polygon id="Path" fill="#F8C41C" points="325.25 230.56 325.25 232.83 330.67 232.83 339.39 228.19 339.39 217.05 338.68 215.21 329.73 215.21"></polygon>
221
- <polygon id="Path" fill="#003A5D" points="326.3 232.83 330.67 232.83 339.39 228.19 339.39 217.36 338.95 216.23 330.78 216.23 326.3 231.59"></polygon>
222
- <polygon id="Path" fill="#023852" points="439.36 242.33 439.36 232.64 340.23 232.64 338.3 237.2 321.48 237.2 321.48 239.11 327.68 242.33"></polygon>
223
- <polygon id="Path" fill="#FFE600" points="343.5 222.89 366.78 222.89 369.86 230.76 343.5 230.76"></polygon>
224
- <polygon id="Path" fill="url(#linearGradient-2)" style="mix-blend-mode: multiply;" points="345.6 224.98 345.6 228.66 366.79 228.66 365.35 224.98"></polygon>
225
- <rect id="Rectangle" fill="#F8C41C" fill-rule="nonzero" x="343.5" y="222.89" width="1" height="7.87"></rect>
226
- <polygon id="Path" fill="#00182B" points="373.69 242.33 369.14 233.94 345 233.94 340.46 242.33"></polygon>
227
- <path d="M349.66,245.52 C352.64786,245.52 355.07,243.09786 355.07,240.11 C355.07,237.12214 352.64786,234.7 349.66,234.7 C346.67214,234.7 344.25,237.12214 344.25,240.11 C344.255503,243.095578 346.674422,245.514497 349.66,245.52 L349.66,245.52 Z" id="Path" fill="#33617E"></path>
228
- <path d="M349.66,236.689985 C351.044164,236.685953 352.294286,237.516638 352.826789,238.794279 C353.359292,240.071919 353.069165,241.54456 352.091843,242.524747 C351.114522,243.504935 349.642737,243.799373 348.363543,243.270613 C347.084348,242.741854 346.249985,241.49417 346.249985,240.11 C346.247343,239.20388 346.605436,238.333962 347.245223,237.692299 C347.885011,237.050635 348.753876,236.689985 349.66,236.689985 L349.66,236.689985 Z" id="Path" fill="#D5DBDF"></path>
229
- <path d="M349.66,242.240023 C350.527356,242.244044 351.311371,241.724137 351.645165,240.923572 C351.978958,240.123007 351.796505,239.200135 351.183185,238.586815 C350.569865,237.973495 349.646993,237.791042 348.846428,238.124835 C348.045863,238.458629 347.525956,239.242644 347.529977,240.11 C347.529977,241.286367 348.483633,242.240023 349.66,242.240023 Z" id="Path" fill="#FAFBFB"></path>
230
- <polygon id="Path" fill="#00182B" points="422.25 242.33 417.7 233.94 393.56 233.94 389 242.33"></polygon>
231
- <path d="M326.48,172.17 L329.57,173.95 L334.5,184.02 L328,180.28 L325.15,174.46 L326.46,172.17 L326.48,172.17 Z M333.04,175.96 L338,186.03 L344.48,189.77 L339.53,179.75 L333,175.96 L333.04,175.96 Z M343,181.75 L349.49,185.49 L354.41,195.57 L347.92,191.75 L343,181.75 Z M353,187.5 L357.92,197.57 L364.41,201.31 L359.48,191.24 L353,187.45 L353,187.5 Z M362.95,193.24 L369.43,196.99 L374.36,207.06 L367.88,203.31 L362.95,193.24 Z M372.95,198.99 L377.88,209.06 L384.36,212.8 L379.43,202.73 L372.95,198.99 Z M382.9,204.73 L389.39,208.48 L394.31,218.55 L387.73,214.75 L382.8,204.67 L382.9,204.73 Z M392.85,210.48 L397.78,220.55 L404.26,224.29 L399.34,214.22 L392.85,210.48 Z" id="Shape" fill="#EFF2F3"></path>
232
- <path d="M414,219.45 L427.87,219.45 C427.976486,219.451989 428.078982,219.490867 428.16,219.56 L430.99,222.16 C431.077848,222.243466 431.128322,222.358834 431.13,222.48 L431.13,228.97 C431.13,229.207482 430.937482,229.4 430.7,229.4 L393.94,229.4 C393.702518,229.4 393.51,229.207482 393.51,228.97 L393.51,228.16 C393.51,227.922518 393.702518,227.73 393.94,227.73 L413.16,227.73 C413.397482,227.73 413.59,227.537482 413.59,227.3 L413.59,219.88 C413.589751,219.650114 413.770362,219.460692 414,219.45 L414,219.45 Z" id="Path" fill="#FFE600"></path>
233
- <path d="M416.73,222.87 L416.73,227.45 C416.73516,227.596926 416.853074,227.71484 417,227.72 L427.73,227.72 C427.879117,227.72 428,227.599117 428,227.45 L428,223.75 C427.998443,223.673869 427.965947,223.601655 427.91,223.55 L426.91,222.63 C426.86245,222.582489 426.797155,222.557097 426.73,222.56 L417,222.56 C416.921988,222.562334 416.848491,222.597123 416.797232,222.655976 C416.745972,222.71483 416.721603,222.792407 416.73,222.87 L416.73,222.87 Z" id="Path" fill="url(#linearGradient-3)" style="mix-blend-mode: multiply;"></path>
234
- <polygon id="Path" fill="#FFE600" points="417.01 227.73 397.36 227.73 397.36 222.96 401.04 209.42 417.01 209.42"></polygon>
235
- <path d="M398.2,222.96 L401.31,211.51 C401.33754,211.393847 401.440635,211.311371 401.56,211.31 L407.16,211.31 C407.230724,211.31 407.298418,211.338709 407.347476,211.389653 C407.396533,211.440597 407.42272,211.509328 407.42,211.58 L407.42,222.75 C407.42,222.893594 407.303594,223.01 407.16,223.01 L405.89,223.01 C405.308461,223.009974 404.835486,223.478487 404.83,224.06 L404.83,227.52 C404.83,227.663594 404.713594,227.78 404.57,227.78 L398.46,227.78 C398.316406,227.78 398.2,227.663594 398.2,227.52 L398.2,223.01 L398.2,222.96 Z M408.47,211.31 L413.47,211.31 C413.615198,211.315381 413.7301,211.434703 413.73,211.58 L413.73,222.75 C413.73,222.893594 413.613594,223.01 413.47,223.01 L408.47,223.01 C408.326406,223.01 408.21,222.893594 408.21,222.75 L408.21,211.58 C408.2099,211.434703 408.324802,211.315381 408.47,211.31 Z" id="Shape" fill="#003A5D"></path>
236
- <rect id="Rectangle" fill="#F8C41C" fill-rule="nonzero" x="417.01" y="209.42" width="1" height="10.03"></rect>
237
- <rect id="Rectangle" fill="#F8C41C" fill-rule="nonzero" x="409.9" y="229.4" width="10.92" height="1.36"></rect>
238
- <rect id="Rectangle" fill="#FFFFFF" fill-rule="nonzero" x="439.36" y="235.28" width="1" height="5.92"></rect>
239
- <path d="M362.59,245.52 C365.57786,245.52 368,243.09786 368,240.11 C368,237.12214 365.57786,234.7 362.59,234.7 C359.60214,234.7 357.18,237.12214 357.18,240.11 C357.185503,243.095578 359.604422,245.514497 362.59,245.52 L362.59,245.52 Z" id="Path" fill="#33617E"></path>
240
- <path d="M362.59,236.69 C364.478814,236.69 366.01,238.221186 366.01,240.11 C366.01,241.998814 364.478814,243.53 362.59,243.53 C360.701186,243.53 359.17,241.998814 359.17,240.11 C359.17,238.221186 360.701186,236.69 362.59,236.69 L362.59,236.69 Z" id="Path" fill="#D5DBDF"></path>
241
- <path d="M362.59,242.240023 C363.457356,242.244044 364.241371,241.724137 364.575165,240.923572 C364.908958,240.123007 364.726505,239.200135 364.113185,238.586815 C363.499865,237.973495 362.576993,237.791042 361.776428,238.124835 C360.975863,238.458629 360.455956,239.242644 360.459977,240.11 C360.465474,241.284092 361.415908,242.234526 362.59,242.240023 L362.59,242.240023 Z" id="Path" fill="#FAFBFB"></path>
242
- <path d="M399.11,245.52 C402.09786,245.52 404.52,243.09786 404.52,240.11 C404.52,237.12214 402.09786,234.7 399.11,234.7 C396.12214,234.7 393.7,237.12214 393.7,240.11 C393.705503,243.095578 396.124422,245.514497 399.11,245.52 L399.11,245.52 Z" id="Path" fill="#33617E"></path>
243
- <path d="M399.11,236.689985 C400.494164,236.685953 401.744286,237.516638 402.276789,238.794279 C402.809292,240.071919 402.519165,241.54456 401.541843,242.524747 C400.564522,243.504935 399.092737,243.799373 397.813543,243.270613 C396.534348,242.741854 395.699985,241.49417 395.699985,240.11 C395.697343,239.20388 396.055436,238.333962 396.695223,237.692299 C397.335011,237.050635 398.203876,236.689985 399.11,236.689985 Z" id="Path" fill="#D5DBDF"></path>
244
- <path d="M399.11,242.240023 C399.977356,242.244044 400.761371,241.724137 401.095165,240.923572 C401.428958,240.123007 401.246505,239.200135 400.633185,238.586815 C400.019865,237.973495 399.096993,237.791042 398.296428,238.124835 C397.495863,238.458629 396.975956,239.242644 396.979977,240.11 C396.985474,241.284092 397.935908,242.234526 399.11,242.240023 Z" id="Path" fill="#FAFBFB"></path>
245
- <path d="M412,245.52 C414.98786,245.52 417.41,243.09786 417.41,240.11 C417.41,237.12214 414.98786,234.7 412,234.7 C409.01214,234.7 406.59,237.12214 406.59,240.11 C406.595503,243.095578 409.014422,245.514497 412,245.52 L412,245.52 Z" id="Path" fill="#33617E"></path>
246
- <path d="M412,236.69 C413.888814,236.69 415.42,238.221186 415.42,240.11 C415.42,241.998814 413.888814,243.53 412,243.53 C410.111186,243.53 408.58,241.998814 408.58,240.11 C408.58,239.20296 408.94032,238.333069 409.581695,237.691695 C410.223069,237.05032 411.09296,236.69 412,236.69 Z" id="Path" fill="#D5DBDF"></path>
247
- <path d="M412,242.24 C412.866457,242.24 413.647404,241.717508 413.978041,240.916616 C414.308678,240.115725 414.123748,239.194493 413.509637,238.583252 C412.895526,237.972011 411.973439,237.791398 411.174105,238.125782 C410.37477,238.460167 409.855951,239.243552 409.859976,240.11 C409.865505,241.287982 410.822005,242.24 412,242.24 L412,242.24 Z" id="Path" fill="#FAFBFB"></path>
248
- <polygon id="Path" fill="#295977" points="327.16 232.83 330.73 232.83 337.15 216.23 333.58 216.23"></polygon>
249
- <polygon id="Path" fill="#295977" points="403.62 211.29 398.21 225.22 398.21 227.75 400.8 227.75 407.19 211.29"></polygon>
250
- <rect id="Rectangle" fill="#FFF16B" fill-rule="nonzero" x="340.22" y="230.51" width="99.78" height="2.14"></rect>
251
- <path d="M340.76,231.28 L340.76,232.09 L344.05,232.09 L344.05,231.28 L340.76,231.28 Z M346.88,231.28 L346.88,232.09 L350.17,232.09 L350.17,231.28 L346.88,231.28 Z M353,231.28 L353,232.09 L356.29,232.09 L356.29,231.28 L353,231.28 Z M359.12,231.28 L359.12,232.09 L362.41,232.09 L362.41,231.28 L359.12,231.28 Z M365.24,231.28 L365.24,232.09 L368.53,232.09 L368.53,231.28 L365.24,231.28 Z M371.35,231.28 L371.35,232.09 L374.65,232.09 L374.65,231.28 L371.35,231.28 Z M377.47,231.28 L377.47,232.09 L380.77,232.09 L380.77,231.28 L377.47,231.28 Z M383.59,231.28 L383.59,232.09 L386.89,232.09 L386.89,231.28 L383.59,231.28 Z M389.71,231.28 L389.71,232.09 L393,232.09 L393,231.28 L389.71,231.28 Z M395.83,231.28 L395.83,232.09 L399.13,232.09 L399.13,231.28 L395.83,231.28 Z M401.95,231.28 L401.95,232.09 L405.25,232.09 L405.25,231.28 L401.95,231.28 Z M408.07,231.28 L408.07,232.09 L411.37,232.09 L411.37,231.28 L408.07,231.28 Z M414.19,231.28 L414.19,232.09 L417.49,232.09 L417.49,231.28 L414.19,231.28 Z M420.31,231.28 L420.31,232.09 L423.61,232.09 L423.61,231.28 L420.31,231.28 Z M426.43,231.28 L426.43,232.09 L429.73,232.09 L429.73,231.28 L426.43,231.28 Z M432.55,231.28 L432.55,232.09 L435.85,232.09 L435.85,231.28 L432.55,231.28 Z" id="Shape" fill="#FFFFFF"></path>
252
- </g>
253
- </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-Construction</title>
4
+ <defs>
5
+ <linearGradient x1="-0.024008082%" y1="49.6292085%" x2="99.8976292%" y2="49.6292085%" id="linearGradient-1">
6
+ <stop stop-color="#FFFFFF" offset="0%"></stop>
7
+ <stop stop-color="#FFFFFF" stop-opacity="0.2" offset="0%"></stop>
8
+ <stop stop-color="#FFFFFF" stop-opacity="0.6" offset="100%"></stop>
9
+ </linearGradient>
10
+ <linearGradient x1="0%" y1="50%" x2="100%" y2="50%" id="linearGradient-2">
11
+ <stop stop-color="#FFFFFF" stop-opacity="0" offset="0%"></stop>
12
+ <stop stop-color="#F8C726" stop-opacity="0.57" offset="84%"></stop>
13
+ </linearGradient>
14
+ <linearGradient x1="0.0144301147%" y1="50.3897525%" x2="100%" y2="50.3897525%" id="linearGradient-3">
15
+ <stop stop-color="#FFFFFF" stop-opacity="0" offset="0%"></stop>
16
+ <stop stop-color="#F8C726" stop-opacity="0.57" offset="84%"></stop>
17
+ </linearGradient>
18
+ </defs>
19
+ <g id="Graphic-elements-/-Icons-/-Rich-icons-/-Marketplace-/-Industries-Construction" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
20
+ <g id="Construction" transform="translate(0.000000, 84.000000)">
21
+ <path d="M244.09,225.05 L244.09,224.75 L200.31,224.75 L200.31,243.88 L223.49,243.88 L223.49,243.95 L237.34,243.95 L237.34,244.25 L266.92,244.25 L266.92,225.05 L244.09,225.05 Z M213.09,237.73 L208.15,237.73 L208.15,232.29 L213.09,232.29 L213.09,237.73 Z M236.27,237.8 L231.33,237.8 L231.33,232.36 L236.27,232.36 L236.27,237.8 Z M259.09,238.11 L254.16,238.11 L254.16,232.66 L259.09,232.66 L259.09,238.11 Z" id="Shape" fill="#527991" fill-rule="nonzero"></path>
22
+ <path d="M200.31,223.91 L220.91,223.91 L220.91,206.05 L200.31,206.05 L200.31,223.91 Z M208.14,212.32 L213.08,212.32 L213.08,217.75 L208.14,217.75 L208.14,212.32 Z" id="Shape" fill="#EAEDEF" fill-rule="nonzero"></path>
23
+ <path d="M223,223.91 L244,223.91 L244,205.65 L223,205.65 L223,223.91 Z M231.24,212.32 L236.17,212.32 L236.17,217.75 L231.24,217.75 L231.24,212.32 Z" id="Shape" fill="#EAEDEF" fill-rule="nonzero"></path>
24
+ <path d="M200.31,186.25 L220.91,186.25 L220.91,168.75 L200.31,168.75 L200.31,186.25 Z M208.14,174.66 L213.08,174.66 L213.08,180.1 L208.14,180.1 L208.14,174.66 Z" id="Shape" fill="#EAEDEF" fill-rule="nonzero"></path>
25
+ <path d="M200.31,205.54 L220.91,205.54 L220.91,187.68 L200.31,187.68 L200.31,205.54 Z M208.14,193.96 L213.08,193.96 L213.08,199.4 L208.14,199.4 L208.14,193.96 Z" id="Shape" fill="#EAEDEF" fill-rule="nonzero"></path>
26
+ <path d="M200.31,167.95 L220.91,167.95 L220.91,150.48 L200.31,150.48 L200.31,167.95 Z M208.14,156.44 L213.08,156.44 L213.08,161.85 L208.14,161.85 L208.14,156.44 Z" id="Shape" fill="#EAEDEF" fill-rule="nonzero"></path>
27
+ <rect id="Rectangle" fill="#96A6AE" fill-rule="nonzero" x="246.32" y="123.13" width="7.83" height="100.84"></rect>
28
+ <rect id="Rectangle" fill="#C3D0DA" fill-rule="nonzero" style="mix-blend-mode: multiply;" x="223.31" y="204.85" width="2.7" height="38.32"></rect>
29
+ <rect id="Rectangle" fill="#33617E" fill-rule="nonzero" x="117.31" y="199.89" width="1" height="44.97"></rect>
30
+ <rect id="Rectangle" fill="#33617E" fill-rule="nonzero" x="117.11" y="199.69" width="1" height="45.37"></rect>
31
+ <rect id="Rectangle" fill="#33617E" fill-rule="nonzero" x="136.53" y="199.89" width="1" height="44.97"></rect>
32
+ <rect id="Rectangle" fill="#33617E" fill-rule="nonzero" x="136.33" y="199.69" width="1" height="45.37"></rect>
33
+ <rect id="Rectangle" fill="#33617E" fill-rule="nonzero" x="155.74" y="199.89" width="1" height="44.97"></rect>
34
+ <rect id="Rectangle" fill="#33617E" fill-rule="nonzero" x="155.54" y="199.69" width="1" height="45.37"></rect>
35
+ <rect id="Rectangle" fill="#33617E" fill-rule="nonzero" x="174.96" y="199.89" width="1" height="44.97"></rect>
36
+ <rect id="Rectangle" fill="#33617E" fill-rule="nonzero" x="174.76" y="199.69" width="1" height="45.37"></rect>
37
+ <rect id="Rectangle" fill="#33617E" fill-rule="nonzero" x="194.17" y="199.89" width="1" height="44.97"></rect>
38
+ <rect id="Rectangle" fill="#33617E" fill-rule="nonzero" x="193.97" y="199.69" width="1" height="45.37"></rect>
39
+ <rect id="Rectangle" fill="#33617E" fill-rule="nonzero" x="117.31" y="236.59" width="76.86" height="1"></rect>
40
+ <rect id="Rectangle" fill="#33617E" fill-rule="nonzero" x="117.11" y="236.39" width="77.26" height="1"></rect>
41
+ <rect id="Rectangle" fill="#33617E" fill-rule="nonzero" x="117.31" y="227.09" width="76.86" height="1"></rect>
42
+ <rect id="Rectangle" fill="#33617E" fill-rule="nonzero" x="117.11" y="226.89" width="77.26" height="1"></rect>
43
+ <rect id="Rectangle" fill="#33617E" fill-rule="nonzero" x="117.49" y="217.59" width="76.86" height="1"></rect>
44
+ <rect id="Rectangle" fill="#33617E" fill-rule="nonzero" x="117.29" y="217.39" width="77.26" height="1"></rect>
45
+ <rect id="Rectangle" fill="#33617E" fill-rule="nonzero" x="117.67" y="208.09" width="76.86" height="1"></rect>
46
+ <rect id="Rectangle" fill="#33617E" fill-rule="nonzero" x="117.47" y="207.89" width="77.26" height="1"></rect>
47
+ <rect id="Rectangle" fill="#C8D1D5" fill-rule="nonzero" x="197.91" y="243.17" width="71.41" height="1.67"></rect>
48
+ <rect id="Rectangle" fill="#BCC6CB" fill-rule="nonzero" x="197.91" y="123.13" width="2.4" height="121.71"></rect>
49
+ <rect id="Rectangle" fill="#BCC6CB" fill-rule="nonzero" x="220.91" y="123.31" width="2.4" height="121.53"></rect>
50
+ <rect id="Rectangle" fill="#BCC6CB" fill-rule="nonzero" x="243.92" y="123.13" width="2.4" height="121.71"></rect>
51
+ <rect id="Rectangle" fill="#BCC6CB" fill-rule="nonzero" x="266.92" y="123.13" width="2.4" height="121.71"></rect>
52
+ <path d="M331.41,54.24 L327.36,50.24 C327.189637,50.0645096 326.954562,49.966863 326.71,49.97 L321.43,49.97 C321.186328,49.968631 320.952927,49.8716799 320.78,49.7 L316.28,45.2 C316.108318,45.0264601 315.874111,44.929174 315.63,44.9299948 L307.33,44.9299948 C307.087773,44.9382566 306.856788,45.0342043 306.68,45.2 L302.54,49.35 C302.360655,49.5180473 302.125704,49.6141633 301.88,49.62 L296.38,49.62 L295.68,49.92 L290.07,55.85 L330.76,55.85 C331.150286,55.8680904 331.509429,55.6376977 331.655696,55.2754051 C331.801963,54.9131125 331.703447,54.4979509 331.41,54.24 Z" id="Path" fill="url(#linearGradient-1)" fill-rule="nonzero"></path>
53
+ <polygon id="Path" fill="#F8C41C" points="216.08 62.4 218.68 62.4 208.24 48.14 205.64 48.14"></polygon>
54
+ <polygon id="Path" fill="#F8C41C" points="191.25 62.4 193.85 62.4 183.41 48.14 180.81 48.14"></polygon>
55
+ <polygon id="Path" fill="#F8C41C" points="166.42 62.4 169.03 62.4 158.58 48.14 155.98 48.14"></polygon>
56
+ <polygon id="Path" fill="#F8C41C" points="141.59 62.4 144.2 62.4 133.76 48.14 131.15 48.14"></polygon>
57
+ <polygon id="Path" fill="#F8C41C" points="116.77 62.4 119.37 62.4 108.93 48.14 106.33 48.14"></polygon>
58
+ <polygon id="Path" fill="#F8C41C" points="50.29 62.4 52.89 62.4 42.45 48.14 39.85 48.14"></polygon>
59
+ <polygon id="Path" fill="#023852" fill-rule="nonzero" points="218.07 49.3 84.01 2.22 28.61 46.13 28.23 45.65 83.32 1.98 83.16 1.92 25.91 46.13 25.54 45.65 83.05 1.23 83.89 1.53 84.27 1.23 218.27 48.72"></polygon>
60
+ <polygon id="Path" fill="#33617E" fill-rule="nonzero" points="173.99 49.28 82.96 1.85 83.25 1.3 84.21 1.8 84.47 1.3 174.28 48.73"></polygon>
61
+ <polygon id="Path" fill="#023852" points="24.74 42.64 24.74 62.4 29.41 62.4 29.41 42.64 28.69 42.64 25.46 42.64"></polygon>
62
+ <polygon id="Path" fill="#023852" points="24.74 51.37 24.74 62.4 0 62.4 0 51.37 3.82 51.37 20.92 51.37"></polygon>
63
+ <polygon id="Path" fill="#F8C41C" points="220.02 62.4 222.63 62.4 220.65 48.14 218.05 48.14"></polygon>
64
+ <polygon id="Path" fill="#F8C41C" points="195.19 62.4 197.8 62.4 195.82 48.14 193.22 48.14"></polygon>
65
+ <polygon id="Path" fill="#F8C41C" points="170.37 62.4 172.97 62.4 171 48.14 168.39 48.14"></polygon>
66
+ <polygon id="Path" fill="#F8C41C" points="145.54 62.4 148.14 62.4 146.17 48.14 143.57 48.14"></polygon>
67
+ <polygon id="Path" fill="#F8C41C" points="120.71 62.4 123.31 62.4 121.34 48.14 118.74 48.14"></polygon>
68
+ <polygon id="Path" fill="#F8C41C" points="54.23 62.4 56.84 62.4 54.87 48.14 52.26 48.14"></polygon>
69
+ <polygon id="Path" fill="#F8C41C" points="220.02 62.4 221.91 62.4 222.63 62.4 208.24 48.14 207.52 48.14 205.64 48.14 204.92 48.14 219.3 62.4"></polygon>
70
+ <polygon id="Path" fill="#F8C41C" points="195.19 62.4 197.08 62.4 197.8 62.4 183.41 48.14 182.69 48.14 180.81 48.14 180.09 48.14 194.47 62.4"></polygon>
71
+ <polygon id="Path" fill="#F8C41C" points="170.37 62.4 172.25 62.4 172.97 62.4 158.58 48.14 157.86 48.14 155.98 48.14 155.26 48.14 169.65 62.4"></polygon>
72
+ <polygon id="Path" fill="#F8C41C" points="145.54 62.4 147.42 62.4 148.14 62.4 133.76 48.14 133.04 48.14 131.15 48.14 130.43 48.14 144.82 62.4"></polygon>
73
+ <polygon id="Path" fill="#F8C41C" points="120.71 62.4 122.59 62.4 123.31 62.4 108.93 48.14 108.21 48.14 106.33 48.14 105.61 48.14 119.99 62.4"></polygon>
74
+ <polygon id="Path" fill="#F8C41C" points="54.23 62.4 56.12 62.4 56.84 62.4 42.45 48.14 41.73 48.14 39.85 48.14 39.13 48.14 53.51 62.4"></polygon>
75
+ <polygon id="Path" fill="#F8C41C" points="195.19 62.4 197.08 62.4 197.8 62.4 208.24 48.14 207.52 48.14 205.64 48.14 204.92 48.14 194.47 62.4"></polygon>
76
+ <polygon id="Path" fill="#F8C41C" points="170.37 62.4 172.25 62.4 172.97 62.4 183.41 48.14 182.69 48.14 180.81 48.14 180.09 48.14 169.65 62.4"></polygon>
77
+ <polygon id="Path" fill="#F8C41C" points="145.54 62.4 147.42 62.4 148.14 62.4 158.58 48.14 157.86 48.14 155.98 48.14 155.26 48.14 144.82 62.4"></polygon>
78
+ <polygon id="Path" fill="#F8C41C" points="120.71 62.4 122.59 62.4 123.31 62.4 133.76 48.14 133.04 48.14 131.15 48.14 130.43 48.14 119.99 62.4"></polygon>
79
+ <polygon id="Path" fill="#F8C41C" points="54.23 62.4 56.12 62.4 56.84 62.4 67.28 48.14 66.56 48.14 64.68 48.14 63.96 48.14 53.51 62.4"></polygon>
80
+ <polygon id="Path" fill="#F8C41C" points="95.88 62.4 97.77 62.4 98.49 62.4 108.93 48.14 108.21 48.14 106.33 48.14 105.61 48.14 95.16 62.4"></polygon>
81
+ <polygon id="Path" fill="#F8C41C" points="29.41 62.4 31.29 62.4 32.01 62.4 42.45 48.14 41.73 48.14 39.85 48.14 39.13 48.14 28.69 62.4"></polygon>
82
+ <polygon id="Path" fill="#F8C41C" points="29.41 62.4 32.01 62.4 30.04 48.14 27.43 48.14"></polygon>
83
+ <polygon id="Path" fill="#F8C41C" points="66.65 62.4 69.25 62.4 67.28 48.14 64.68 48.14"></polygon>
84
+ <polygon id="Path" fill="#F8C41C" points="219.3 62.4 221.91 62.4 219.93 48.14 217.33 48.14"></polygon>
85
+ <polygon id="Path" fill="#F8C41C" points="194.47 62.4 197.08 62.4 195.1 48.14 192.5 48.14"></polygon>
86
+ <polygon id="Path" fill="#F8C41C" points="169.65 62.4 172.25 62.4 170.28 48.14 167.68 48.14"></polygon>
87
+ <polygon id="Path" fill="#F8C41C" points="144.82 62.4 147.42 62.4 145.45 48.14 142.85 48.14"></polygon>
88
+ <polygon id="Path" fill="#F8C41C" points="119.99 62.4 122.59 62.4 120.62 48.14 118.02 48.14"></polygon>
89
+ <polygon id="Path" fill="#F8C41C" points="53.51 62.4 56.12 62.4 54.15 48.14 51.54 48.14"></polygon>
90
+ <polygon id="Path" fill="#F8C41C" points="28.69 62.4 31.29 62.4 29.32 48.14 26.71 48.14"></polygon>
91
+ <polygon id="Path" fill="#F8C41C" points="65.93 62.4 68.53 62.4 66.56 48.14 63.96 48.14"></polygon>
92
+ <polygon id="Path" fill="#F8C41C" points="216.08 62.4 218.68 62.4 220.65 48.14 218.05 48.14"></polygon>
93
+ <polygon id="Path" fill="#F8C41C" points="191.25 62.4 193.85 62.4 195.82 48.14 193.22 48.14"></polygon>
94
+ <polygon id="Path" fill="#F8C41C" points="166.42 62.4 169.03 62.4 171 48.14 168.39 48.14"></polygon>
95
+ <polygon id="Path" fill="#F8C41C" points="141.59 62.4 144.2 62.4 146.17 48.14 143.57 48.14"></polygon>
96
+ <polygon id="Path" fill="#F8C41C" points="116.77 62.4 119.37 62.4 121.34 48.14 118.74 48.14"></polygon>
97
+ <polygon id="Path" fill="#F8C41C" points="50.29 62.4 52.89 62.4 54.87 48.14 52.26 48.14"></polygon>
98
+ <polygon id="Path" fill="#F8C41C" points="191.25 62.4 193.85 62.4 208.24 48.14 205.64 48.14"></polygon>
99
+ <polygon id="Path" fill="#F8C41C" points="166.42 62.4 169.03 62.4 183.41 48.14 180.81 48.14"></polygon>
100
+ <polygon id="Path" fill="#F8C41C" points="141.59 62.4 144.2 62.4 158.58 48.14 155.98 48.14"></polygon>
101
+ <polygon id="Path" fill="#F8C41C" points="116.77 62.4 119.37 62.4 133.76 48.14 131.15 48.14"></polygon>
102
+ <polygon id="Path" fill="#F8C41C" points="50.29 62.4 52.89 62.4 67.28 48.14 64.68 48.14"></polygon>
103
+ <polygon id="Path" fill="#F8C41C" points="91.94 62.4 94.54 62.4 108.93 48.14 106.33 48.14"></polygon>
104
+ <polygon id="Path" fill="#F8C41C" points="25.46 62.4 28.07 62.4 42.45 48.14 39.85 48.14"></polygon>
105
+ <polygon id="Path" fill="#F8C41C" points="25.46 62.4 28.07 62.4 30.04 48.14 27.43 48.14"></polygon>
106
+ <polygon id="Path" fill="#F8C41C" points="62.7 62.4 65.31 62.4 67.28 48.14 64.68 48.14"></polygon>
107
+ <polygon id="Path" fill="#F8C41C" points="235.8 62.4 238.41 62.4 220.65 48.14 218.05 48.14"></polygon>
108
+ <polygon id="Path" fill="#F8C41C" points="235.08 62.4 237.69 62.4 219.93 48.14 217.33 48.14"></polygon>
109
+ <rect id="Rectangle" fill="#FFE600" fill-rule="nonzero" x="0" y="62.4" width="72.85" height="2.6"></rect>
110
+ <polygon id="Path" fill="#F8C41C" points="72.85 62.4 72.85 65 77.51 65 77.51 62.4 76.79 62.4 73.57 62.4"></polygon>
111
+ <rect id="Rectangle" fill="#FFE600" fill-rule="nonzero" x="26.71" y="48.14" width="48.11" height="2.6"></rect>
112
+ <path d="M73.57,52.58 L74.67,56.58 L73.57,60.58 L73.57,52.58 Z M74.08,50.74 L76.28,50.74 L75.18,54.74 L74.08,50.74 L74.08,50.74 Z M76.28,62.4 L74.08,62.4 L75.18,58.4 L76.28,62.4 Z" id="Shape" fill="#F8C41C"></path>
113
+ <polygon id="Path" fill="#33617E" points="105.97 90.93 105.97 85.41 65.58 85.41 65.58 90.93 64.98 90.93 64.98 85.1 64.98 84.79 65.28 84.79 106.27 84.79 106.57 84.79 106.57 85.1 106.57 90.93"></polygon>
114
+ <polygon id="Path" fill="#33617E" points="105.97 90.93 105.97 85.1 105.97 84.79 106.27 84.79 112.36 84.79 112.66 84.79 112.66 85.1 112.66 90.93 112.06 90.93 112.06 85.41 106.57 85.41 106.57 90.93"></polygon>
115
+ <rect id="Rectangle" fill="#33617E" fill-rule="nonzero" x="73.18" y="85.1" width="1" height="5.83"></rect>
116
+ <rect id="Rectangle" fill="#33617E" fill-rule="nonzero" x="81.37" y="85.1" width="1" height="5.83"></rect>
117
+ <rect id="Rectangle" fill="#33617E" fill-rule="nonzero" x="89.57" y="85.1" width="1" height="5.83"></rect>
118
+ <rect id="Rectangle" fill="#33617E" fill-rule="nonzero" x="97.77" y="85.1" width="1" height="5.83"></rect>
119
+ <rect id="Rectangle" fill="#F8C41C" fill-rule="nonzero" x="106.49" y="90.93" width="6.17" height="2.6"></rect>
120
+ <rect id="Rectangle" fill="#FFE600" fill-rule="nonzero" x="64.98" y="90.93" width="41.52" height="2.6"></rect>
121
+ <polygon id="Path" fill="#F8C41C" points="92.13 90.93 104.53 90.93 104.18 93.53 92.13 93.53"></polygon>
122
+ <polygon id="Path" fill="#F8C41C" points="89.42 93.53 93.49 93.53 101.47 93.53 104.07 74.15 104.07 69.43 93.49 69.43 89.42 69.43"></polygon>
123
+ <path d="M110.63,85.1 L110.63,90.93 L110,90.93 L110,85.1 L110.63,85.1 Z M108.63,85.1 L108.63,90.93 L108,90.93 L108,85.1 L108.63,85.1 Z" id="Shape" fill="#33617E"></path>
124
+ <path d="M89.72,48.14 L89.72,50.75 L87.38,50.75 L88.17,51.54 L83.17,56.54 L88.17,61.54 L87.38,62.33 L89.72,62.33 L89.72,64.93 L72.85,64.93 L72.85,62.33 L75.19,62.33 L74.4,61.54 L79.4,56.54 L74.4,51.54 L75.19,50.75 L72.85,50.75 L72.85,48.15 L89.72,48.14 Z M85.27,50.75 L77.27,50.75 L81.27,54.75 L85.27,50.75 Z M77.27,62.41 L85.27,62.41 L81.27,58.41 L77.27,62.41 Z" id="Shape" fill="#FFE600"></path>
125
+ <path d="M89.72,221.26 L89.72,223.87 L87.38,223.87 L88.17,224.65 L83.17,229.7 L88.17,234.7 L87.38,235.49 L89.72,235.49 L89.72,238.09 L72.85,238.09 L72.85,235.49 L75.19,235.49 L74.4,234.75 L79.4,229.75 L74.4,224.7 L75.19,223.92 L72.85,223.92 L72.85,221.31 L89.72,221.26 Z M85.27,223.87 L77.27,223.87 L81.27,227.87 L85.27,223.87 Z M77.27,235.53 L85.27,235.53 L81.27,231.53 L77.27,235.53 Z" id="Shape" fill="#FFE600"></path>
126
+ <path d="M89.72,207 L89.72,209.6 L87.38,209.6 L88.17,210.39 L83.17,215.39 L88.17,220.44 L87.38,221.22 L89.72,221.22 L89.72,223.83 L72.85,223.83 L72.85,221.22 L75.19,221.22 L74.4,220.44 L79.4,215.39 L74.4,210.39 L75.19,209.6 L72.85,209.6 L72.85,207 L89.72,207 Z M85.27,209.6 L77.27,209.6 L81.27,213.6 L85.27,209.6 Z M77.27,221.26 L85.27,221.26 L81.27,217.26 L77.27,221.26 Z" id="Shape" fill="#FFE600"></path>
127
+ <path d="M89.72,192.75 L89.72,195.35 L87.38,195.35 L88.17,196.14 L83.17,201.14 L88.17,206.14 L87.38,206.93 L89.72,206.93 L89.72,209.53 L72.85,209.53 L72.85,206.93 L75.19,206.93 L74.4,206.14 L79.4,201.14 L74.4,196.14 L75.19,195.35 L72.85,195.35 L72.85,192.75 L89.72,192.75 Z M85.27,195.35 L77.27,195.35 L81.27,199.35 L85.27,195.35 Z M77.27,207.01 L85.27,207.01 L81.27,203.01 L77.27,207.01 Z" id="Shape" fill="#FFE600"></path>
128
+ <path d="M89.72,178.47 L89.72,181.08 L87.38,181.08 L88.17,181.86 L83.17,186.91 L88.17,191.91 L87.38,192.7 L89.72,192.7 L89.72,195.3 L72.85,195.3 L72.85,192.75 L75.19,192.75 L74.4,191.96 L79.4,186.96 L74.4,181.91 L75.19,181.13 L72.85,181.13 L72.85,178.52 L89.72,178.47 Z M85.27,181.08 L77.27,181.08 L81.27,185.08 L85.27,181.08 Z M77.27,192.74 L85.27,192.74 L81.27,188.74 L77.27,192.74 Z" id="Shape" fill="#FFE600"></path>
129
+ <path d="M89.72,164.21 L89.72,166.81 L87.38,166.81 L88.17,167.6 L83.17,172.6 L88.17,177.65 L87.38,178.43 L89.72,178.43 L89.72,181.04 L72.85,181.04 L72.85,178.43 L75.19,178.43 L74.4,177.65 L79.4,172.6 L74.4,167.6 L75.19,166.81 L72.85,166.81 L72.85,164.21 L89.72,164.21 Z M85.27,166.81 L77.27,166.81 L81.27,170.81 L85.27,166.81 Z M77.27,178.47 L85.27,178.47 L81.27,174.47 L77.27,178.47 Z" id="Shape" fill="#FFE600"></path>
130
+ <path d="M89.72,149.95 L89.72,152.55 L87.38,152.55 L88.17,153.34 L83.17,158.34 L88.17,163.34 L87.38,164.13 L89.72,164.13 L89.72,166.73 L72.85,166.73 L72.85,164.13 L75.19,164.13 L74.4,163.34 L79.4,158.34 L74.4,153.34 L75.19,152.55 L72.85,152.55 L72.85,149.95 L89.72,149.95 Z M85.27,152.55 L77.27,152.55 L81.27,156.55 L85.27,152.55 Z M77.27,164.21 L85.27,164.21 L81.27,160.21 L77.27,164.21 Z" id="Shape" fill="#FFE600"></path>
131
+ <path d="M89.72,135.68 L89.72,138.29 L87.38,138.29 L88.17,139.07 L83.17,144.12 L88.17,149.12 L87.38,149.91 L89.72,149.91 L89.72,152.51 L72.85,152.51 L72.85,149.91 L75.19,149.91 L74.4,149.12 L79.4,144.12 L74.4,139.07 L75.19,138.29 L72.85,138.29 L72.85,135.68 L89.72,135.68 Z M85.27,138.29 L77.27,138.29 L81.27,142.29 L85.27,138.29 Z M77.27,149.95 L85.27,149.95 L81.27,145.95 L77.27,149.95 Z" id="Shape" fill="#FFE600"></path>
132
+ <path d="M89.72,121.42 L89.72,124.02 L87.38,124.02 L88.17,124.81 L83.17,129.81 L88.17,134.86 L87.38,135.64 L89.72,135.64 L89.72,138.25 L72.85,138.25 L72.85,135.64 L75.19,135.64 L74.4,134.86 L79.4,129.81 L74.4,124.81 L75.19,124.02 L72.85,124.02 L72.85,121.42 L89.72,121.42 Z M85.27,124.02 L77.27,124.02 L81.27,128.02 L85.27,124.02 Z M77.27,135.68 L85.27,135.68 L81.27,131.68 L77.27,135.68 Z" id="Shape" fill="#FFE600"></path>
133
+ <path d="M89.72,107.16 L89.72,109.75 L87.38,109.75 L88.17,110.54 L83.17,115.54 L88.17,120.54 L87.38,121.33 L89.72,121.33 L89.72,123.93 L72.85,123.93 L72.85,121.33 L75.19,121.33 L74.4,120.54 L79.4,115.54 L74.4,110.54 L75.19,109.75 L72.85,109.75 L72.85,107.15 L89.72,107.16 Z M85.27,109.75 L77.27,109.75 L81.27,113.75 L85.27,109.75 Z M77.27,121.41 L85.27,121.41 L81.27,117.41 L77.27,121.41 Z" id="Shape" fill="#FFE600"></path>
134
+ <path d="M89.72,92.89 L89.72,95.5 L87.38,95.5 L88.17,96.29 L83.17,101.29 L88.17,106.29 L87.38,107.08 L89.72,107.08 L89.72,109.75 L72.85,109.75 L72.85,107.15 L75.19,107.15 L74.4,106.36 L79.4,101.36 L74.4,96.36 L75.19,95.57 L72.85,95.57 L72.85,92.96 L89.72,92.89 Z M85.27,95.5 L77.27,95.5 L81.27,99.5 L85.27,95.5 Z M77.27,107.16 L85.27,107.16 L81.27,103.16 L77.27,107.16 Z" id="Shape" fill="#FFE600"></path>
135
+ <path d="M89.72,78.63 L89.72,81.23 L87.38,81.23 L88.17,82.02 L83.17,87.02 L88.17,92.07 L87.38,92.85 L89.72,92.85 L89.72,95.46 L72.85,95.46 L72.85,92.85 L75.19,92.85 L74.4,92.07 L79.4,87.02 L74.4,82.02 L75.19,81.23 L72.85,81.23 L72.85,78.63 L89.72,78.63 Z M85.27,81.23 L77.27,81.23 L81.27,85.23 L85.27,81.23 Z M77.27,92.89 L85.27,92.89 L81.27,88.89 L77.27,92.89 Z" id="Shape" fill="#FFE600"></path>
136
+ <path d="M89.72,64.37 L89.72,66.97 L87.38,66.97 L88.17,67.76 L83.17,72.76 L88.17,77.76 L87.38,78.55 L89.72,78.55 L89.72,81.15 L72.85,81.15 L72.85,78.55 L75.19,78.55 L74.4,77.76 L79.4,72.76 L74.4,67.76 L75.19,66.97 L72.85,66.97 L72.85,64.37 L89.72,64.37 Z M85.27,66.97 L77.27,66.97 L81.27,70.97 L85.27,66.97 Z M77.27,78.63 L85.27,78.63 L81.27,74.63 L77.27,78.63 Z" id="Shape" fill="#FFE600"></path>
137
+ <rect id="Rectangle" fill="#FFE600" fill-rule="nonzero" x="87.11" y="50.11" width="2.6" height="194.75"></rect>
138
+ <rect id="Rectangle" fill="#FFE700" fill-rule="nonzero" x="72.85" y="50.11" width="2.6" height="194.75"></rect>
139
+ <path d="M89.72,107.16 L89.72,109.75 L77.8,109.75 C77.2248784,109.748992 76.6928529,109.444978 76.4,108.95 L75.4,107.3 L74.67,106.04 L72.8,102.79 L72.8,92.88 L89.72,92.88 L89.72,107.15 L89.72,107.16 Z M75.45,105.32 L79.45,101.32 L75.45,97.32 L75.45,105.32 Z M87.11,97.32 L83.11,101.32 L87.11,105.32 L87.11,97.32 Z M77.29,107.14 L85.29,107.14 L81.29,103.14 L77.29,107.14 Z M85.29,95.48 L77.29,95.48 L81.29,99.48 L85.29,95.48 Z" id="Shape" fill="#F8C41C"></path>
140
+ <polygon id="Path" fill="#FFE600" points="87.09 93.53 87.09 93.53 99.14 93.53 101.74 74.15 101.74 69.43 87.09 69.43 87.09 69.43"></polygon>
141
+ <polygon id="Path" fill="#003A5D" points="99.49 90.93 100.79 81.22 101.74 74.15 91.24 74.15 91.24 90.93"></polygon>
142
+ <path d="M85.23,1.16 C85.9700616,1.16 86.57,1.75993844 86.57,2.5 C86.57,3.24006156 85.9700616,3.84 85.23,3.84 L83.1,3.84 C82.3599384,3.84 81.76,3.24006156 81.76,2.5 C81.76,1.75993844 82.3599384,1.16 83.1,1.16 L85.23,1.16 Z" id="Path" fill="#33617E"></path>
143
+ <path d="M82,5 L81.28,5 C79.8992881,5 78.78,3.88071187 78.78,2.5 C78.78,1.11928813 79.8992881,0 81.28,0 L82,0" id="Path" fill="#33617E"></path>
144
+ <path d="M81.28,0.91 L81.28,0.91 C83,10.38 88,38.66 89.72,48.14 L87.15,48.59 L81.28,15.75 L75.41,48.63 L72.85,48.18 C74.54,38.66 79.59,10.38 81.28,0.91 Z" id="Path" fill="#FFE600"></path>
145
+ <path d="M81.28,5 C82.6607119,5 83.78,3.88071187 83.78,2.5 C83.78,1.11928813 82.6607119,0 81.28,0 C79.8992881,0 78.78,1.11928813 78.78,2.5 C78.78,3.88071187 79.8992881,5 81.28,5 Z" id="Path" fill="#FFE600"></path>
146
+ <polygon id="Path" fill="#33617E" points="90.29 90.93 90.29 85.41 65.58 85.41 65.58 90.93 64.98 90.93 64.98 85.1 64.98 84.79 65.28 84.79 90.59 84.79 90.9 84.79 90.9 85.1 90.9 90.93"></polygon>
147
+ <rect id="Rectangle" fill="#33617E" fill-rule="nonzero" x="73.18" y="85.1" width="1" height="5.83"></rect>
148
+ <rect id="Rectangle" fill="#33617E" fill-rule="nonzero" x="81.37" y="85.1" width="1" height="5.83"></rect>
149
+ <rect id="Rectangle" fill="#FFE600" fill-rule="nonzero" x="64.98" y="90.93" width="26.26" height="2.6"></rect>
150
+ <path d="M220.65,48.14 L220.65,50.75 L87.92,50.75 L87.92,48.15 L220.65,48.15 L220.65,48.14 Z M93.82,62.4 L233.74,62.4 L233.74,65 L89.74,65 L89.74,62.4 L93.84,62.4 L93.82,62.4 Z" id="Shape" fill="#FFE600"></path>
151
+ <polygon id="Path" fill="#FFE700" points="233.74 62.4 233.74 65 238.41 65 238.41 62.4 237.69 62.4 234.46 62.4"></polygon>
152
+ <polygon id="Path" fill="#FFE700" points="231.86 62.4 234.46 62.4 220.65 48.14 218.05 48.14"></polygon>
153
+ <polygon id="Path" fill="#FFE700" points="231.14 62.4 233.74 62.4 219.93 48.14 217.33 48.14"></polygon>
154
+ <polygon id="Path" fill="#FFE700" points="215.36 62.4 217.96 62.4 219.93 48.14 217.33 48.14"></polygon>
155
+ <polygon id="Path" fill="#FFE700" points="190.53 62.4 193.13 62.4 195.1 48.14 192.5 48.14"></polygon>
156
+ <polygon id="Path" fill="#FFE700" points="165.7 62.4 168.31 62.4 170.28 48.14 167.68 48.14"></polygon>
157
+ <polygon id="Path" fill="#FFE700" points="140.88 62.4 143.48 62.4 145.45 48.14 142.85 48.14"></polygon>
158
+ <polygon id="Path" fill="#FFE700" points="116.05 62.4 118.65 62.4 120.62 48.14 118.02 48.14"></polygon>
159
+ <polygon id="Path" fill="#FFE700" points="49.57 62.4 52.17 62.4 54.15 48.14 51.54 48.14"></polygon>
160
+ <polygon id="Path" fill="#FFE700" points="190.53 62.4 193.13 62.4 207.52 48.14 204.92 48.14"></polygon>
161
+ <polygon id="Path" fill="#FFE700" points="165.7 62.4 168.31 62.4 182.69 48.14 180.09 48.14"></polygon>
162
+ <polygon id="Path" fill="#FFE700" points="140.88 62.4 143.48 62.4 157.86 48.14 155.26 48.14"></polygon>
163
+ <polygon id="Path" fill="#FFE700" points="116.05 62.4 118.65 62.4 133.04 48.14 130.43 48.14"></polygon>
164
+ <polygon id="Path" fill="#FFE700" points="49.57 62.4 52.17 62.4 66.56 48.14 63.96 48.14"></polygon>
165
+ <polygon id="Path" fill="#FFE700" points="91.22 62.4 93.82 62.4 108.21 48.14 105.61 48.14"></polygon>
166
+ <polygon id="Path" fill="#FFE700" points="24.74 62.4 27.35 62.4 41.73 48.14 39.13 48.14"></polygon>
167
+ <polygon id="Path" fill="#FFE700" points="24.74 62.4 27.35 62.4 29.32 48.14 26.71 48.14"></polygon>
168
+ <polygon id="Path" fill="#FFE700" points="24.74 62.4 29.32 48.14 26.71 48.14"></polygon>
169
+ <polygon id="Path" fill="#FFE700" points="61.98 62.4 64.59 62.4 66.56 48.14 63.96 48.14"></polygon>
170
+ <rect id="Rectangle" fill="#DFE4E7" fill-rule="nonzero" x="0" y="67.61" width="26.85" height="8.57"></rect>
171
+ <polygon id="Path" fill="#023852" points="26.85 65 26.85 67.61 0 67.61 0 65 4.14 65 22.7 65"></polygon>
172
+ <polygon id="Path" fill="#003A5D" points="199.74 65 199.74 70.09 204.41 70.09 204.41 65 203.69 65 200.46 65"></polygon>
173
+ <polygon id="Path" fill="#023852" points="199.74 65 199.74 70.09 183.88 70.09 183.88 65 186.33 65 197.29 65"></polygon>
174
+ <polygon id="Path" fill="#F8C41C" points="192.13 99.2 194.15 99.2 196.17 99.2 198.2 101.53 196.17 108.51 194.15 108.51 192.13 108.51 190.1 101.53"></polygon>
175
+ <path d="M190,69.24 L190,102.81 L190.61,102.81 L190.61,69.24 L190,69.24 Z M196.23,69.24 L196.23,102.81 L196.85,102.81 L196.85,69.24 L196.23,69.24 Z" id="Shape" fill="#33617E"></path>
176
+ <path d="M191,69.24 L191,102.81 L191.62,102.81 L191.62,69.24 L191,69.24 Z M195.29,69.24 L195.29,102.81 L195.9,102.81 L195.9,69.24 L195.29,69.24 Z" id="Shape" fill="#33617E"></path>
177
+ <path d="M192.45,110.75 L194.25,112.47 C194.731839,112.953833 194.731839,113.736167 194.25,114.22 L194.25,114.22 C193.766167,114.701839 192.983833,114.701839 192.5,114.22 L190.35,112.07 C189.760597,113.326445 189.999127,114.815493 190.951505,115.824962 C191.903882,116.83443 193.37654,117.159146 194.665134,116.643805 C195.953727,116.128464 196.796353,114.877807 196.790036,113.49 C196.783604,112.595828 196.424179,111.740398 195.79,111.11 C194.857212,110.198671 194.340126,108.943925 194.36,107.64 L194.36,106.59 L192.43,106.59 L192.45,110.75 Z" id="Path" fill="#023852"></path>
178
+ <polygon id="Path" fill="#FFE700" points="191.15 99.2 193.17 99.2 195.19 99.2 197.21 101.53 195.19 108.51 193.17 108.51 191.14 108.51 189.12 101.53"></polygon>
179
+ <path d="M57.09,238.56 L105.47,238.56 L105.47,223.97 C105.47,222.953796 104.646204,222.129973 103.63,222.129973 L58.94,222.129973 C58.4502713,222.127338 57.979687,222.320019 57.6324542,222.665375 C57.2852215,223.010731 57.09,223.480264 57.09,223.97 L57.09,238.56 Z" id="Path" fill="#FFE700"></path>
180
+ <polygon id="Path" fill="#FFE700" points="215.36 62.4 217.96 62.4 207.52 48.14 204.92 48.14"></polygon>
181
+ <polygon id="Path" fill="#FFE700" points="190.53 62.4 193.13 62.4 182.69 48.14 180.09 48.14"></polygon>
182
+ <polygon id="Path" fill="#FFE700" points="165.7 62.4 168.31 62.4 157.86 48.14 155.26 48.14"></polygon>
183
+ <polygon id="Path" fill="#FFE700" points="143.48 62.4 133.04 48.14 130.43 48.14 140.88 62.4"></polygon>
184
+ <polygon id="Path" fill="#FFE700" points="116.05 62.4 118.65 62.4 108.21 48.14 105.61 48.14"></polygon>
185
+ <polygon id="Path" fill="#FFE700" points="49.57 62.4 52.17 62.4 41.73 48.14 39.13 48.14"></polygon>
186
+ <rect id="Rectangle" fill="#FFE700" fill-rule="nonzero" x="57.09" y="238.56" width="48.38" height="6.72"></rect>
187
+ <polygon id="Path" fill="#295977" points="91.69 90.9 94.96 90.9 101.64 74.15 98.37 74.15"></polygon>
188
+ <path d="M254.15,208.96 L254.15,206.2 L249,206.2 L249,190.75 L254.07,190.75 L254.07,187.95 L249,187.95 L249,171.95 L254.07,171.95 L254.07,169.19 L249,169.19 L249,153.19 L254.07,153.19 L254.07,150.45 L249,150.45 L249,134.45 L254.07,134.45 L254.07,131.75 L249,131.75 L249,123.17 L246.3,123.17 L246.3,131.75 L243.9,131.75 L243.9,134.51 L246.3,134.51 L246.3,150.51 L243.9,150.51 L243.9,153.27 L246.3,153.27 L246.3,169.27 L243.9,169.27 L243.9,172.03 L246.3,172.03 L246.3,188.03 L243.9,188.03 L243.9,190.75 L246.3,190.75 L246.3,206.25 L203,206.25 L203,190.75 L223.3,190.75 L223.3,187.95 L203,187.95 L203,150.45 L200.3,150.45 L200.3,243.17 L203,243.17 L203,228.1 L246.31,228.1 L246.31,243.17 L249,243.17 L249,228.1 L266.9,228.1 L266.9,225.34 L249,225.34 L249,208.96 L254.15,208.96 Z M246.32,225.34 L203,225.34 L203,208.96 L246.31,208.96 L246.32,225.34 Z" id="Shape" fill="#C3D0DA" fill-rule="nonzero" style="mix-blend-mode: multiply;"></path>
189
+ <rect id="Rectangle" fill="#D5DBDF" fill-rule="nonzero" x="194.13" y="130.04" width="78.97" height="1.67"></rect>
190
+ <rect id="Rectangle" fill="#D5DBDF" fill-rule="nonzero" x="194.13" y="186.28" width="78.97" height="1.67"></rect>
191
+ <rect id="Rectangle" fill="#D5DBDF" fill-rule="nonzero" x="194.13" y="148.79" width="78.97" height="1.67"></rect>
192
+ <rect id="Rectangle" fill="#D5DBDF" fill-rule="nonzero" x="194.13" y="167.53" width="78.97" height="1.67"></rect>
193
+ <rect id="Rectangle" fill="#D5DBDF" fill-rule="nonzero" x="194.13" y="223.67" width="78.97" height="1.67"></rect>
194
+ <rect id="Rectangle" fill="#D5DBDF" fill-rule="nonzero" x="194.13" y="204.53" width="78.97" height="1.67"></rect>
195
+ <rect id="Rectangle" fill="#C3D0DA" fill-rule="nonzero" style="mix-blend-mode: multiply;" x="266.92" y="169.2" width="2.4" height="2.76"></rect>
196
+ <rect id="Rectangle" fill="#C3D0DA" fill-rule="nonzero" style="mix-blend-mode: multiply;" x="266.92" y="187.98" width="2.4" height="2.76"></rect>
197
+ <rect id="Rectangle" fill="#C3D0DA" fill-rule="nonzero" style="mix-blend-mode: multiply;" x="266.92" y="206.21" width="2.4" height="2.76"></rect>
198
+ <rect id="Rectangle" fill="#C3D0DA" fill-rule="nonzero" style="mix-blend-mode: multiply;" x="266.92" y="225.34" width="2.4" height="2.76"></rect>
199
+ <rect id="Rectangle" fill="#C3D0DA" fill-rule="nonzero" style="mix-blend-mode: multiply;" x="266.92" y="150.46" width="2.4" height="2.76"></rect>
200
+ <rect id="Rectangle" fill="#C3D0DA" fill-rule="nonzero" style="mix-blend-mode: multiply;" x="266.92" y="131.71" width="2.4" height="2.76"></rect>
201
+ <polygon id="Path" fill="#33617E" points="400.73 227.52 398.66 228.56 379.17 214.35 380.38 212.69"></polygon>
202
+ <path d="M370.69,207.52 L379.46,213.95 L380.09,213.08 L371.32,206.65 C370.958852,206.793029 370.713206,207.132255 370.69,207.52 Z" id="Path" fill="#9CB2C0"></path>
203
+ <polygon id="Path" fill="#FFE600" points="373.06 207.36 366.43 203.5 365.45 205.19 372.09 209.04"></polygon>
204
+ <polygon id="Path" fill="#003A5D" points="306.95 160.74 307.13 160.74 307.31 160.74 307.49 160.74 307.68 160.74 307.86 160.74 308.04 160.74 313.64 163.98 313.46 163.98 313.27 163.98 313.09 163.98 312.91 163.98 312.73 163.98 312.55 163.98"></polygon>
205
+ <polygon id="Path" fill="#FFE600" points="308.62 161.73 401.38 215.29 398.26 220.72 305.5 167.16"></polygon>
206
+ <polygon id="Path" fill="#003A5D" points="327.78 170.74 420.55 224.3 416.38 231.54 323.61 177.98 326.1 170.74"></polygon>
207
+ <path d="M307.06,169.48 L307.06,198.11 L306.54,198.11 L306.54,169.48 L307.06,169.48 Z M301.75,169.48 L301.75,198.11 L301.22,198.11 L301.22,169.48 L301.75,169.48 Z" id="Shape" fill="#33617E"></path>
208
+ <path d="M306.23,169.48 L306.23,198.11 L305.71,198.11 L305.71,169.48 L306.23,169.48 Z M302.58,169.48 L302.58,198.11 L302.05,198.11 L302.05,169.48 L302.58,169.48 Z" id="Shape" fill="#33617E"></path>
209
+ <path d="M305,204.91 L303.47,206.39 C303.261486,206.579524 303.142607,206.848224 303.142607,207.13 C303.142607,207.411776 303.261486,207.680476 303.47,207.87 L303.47,207.87 C303.882897,208.277948 304.547103,208.277948 304.96,207.87 L306.79,206.04 C306.972081,206.420679 307.064448,206.83804 307.06,207.26 C307.06,208.85058 305.77058,210.14 304.18,210.14 C302.58942,210.14 301.3,208.85058 301.3,207.26 C301.305423,206.508671 301.607315,205.789879 302.14,205.26 C302.944147,204.471816 303.385831,203.385708 303.36,202.26 L303.36,201.36 L305,201.36 L305,204.91 Z" id="Path" fill="#33617E"></path>
210
+ <polygon id="Path" fill="#FFE600" points="302.42 195.03 304.14 195.03 305.87 195.03 307.59 197.02 305.87 202.97 304.14 202.97 302.42 202.97 300.69 197.02"></polygon>
211
+ <circle id="Oval" fill="#33617E" fill-rule="nonzero" cx="304.14" cy="169.48" r="3.12"></circle>
212
+ <polygon id="Path" fill="#023852" points="312.28 163.3 325.94 171.19 322.3 177.53 308.63 169.64"></polygon>
213
+ <polygon id="Path" fill="#023852" points="326.1 170.74 418.87 224.3 414.7 231.54 321.94 177.98"></polygon>
214
+ <path d="M310.43,162.75 L306.22,170.03 C305.941997,170.510553 305.484221,170.860752 304.947669,171.003332 C304.411117,171.145913 303.839884,171.069157 303.36,170.79 L303.36,170.79 C302.879447,170.511997 302.529248,170.054221 302.386668,169.517669 C302.244087,168.981117 302.320843,168.409884 302.6,167.93 L306.72,160.8 C306.742491,160.747263 306.790049,160.709415 306.846489,160.699337 C306.902928,160.689258 306.960646,160.708307 307,160.75 L310.43,162.75 Z" id="Path" fill="#FFE600"></path>
215
+ <path d="M418.78,234.75 C421.76786,234.75 424.19,237.17214 424.19,240.16 C424.19,243.14786 421.76786,245.57 418.78,245.57 L417.92,245.57 C414.93214,245.57 412.51,243.14786 412.51,240.16 C412.51,237.17214 414.93214,234.75 417.92,234.75 L418.78,234.75 Z" id="Path" fill="#003A5D"></path>
216
+ <path d="M404.37,234.75 C407.35786,234.75 409.78,237.17214 409.78,240.16 C409.78,243.14786 407.35786,245.57 404.37,245.57 L403.5,245.57 C400.51214,245.57 398.09,243.14786 398.09,240.16 C398.09,237.17214 400.51214,234.75 403.5,234.75 L404.37,234.75 Z" id="Path" fill="#003A5D"></path>
217
+ <path d="M370.22,234.75 C373.20786,234.75 375.63,237.17214 375.63,240.16 C375.63,243.14786 373.20786,245.57 370.22,245.57 L369.36,245.57 C366.37214,245.57 363.95,243.14786 363.95,240.16 C363.95,237.17214 366.37214,234.75 369.36,234.75 L370.22,234.75 Z" id="Path" fill="#003A5D"></path>
218
+ <path d="M355.81,234.75 C358.79786,234.75 361.22,237.17214 361.22,240.16 C361.22,243.14786 358.79786,245.57 355.81,245.57 L355,245.57 C352.01214,245.57 349.59,243.14786 349.59,240.16 C349.59,237.17214 352.01214,234.75 355,234.75 L355.81,234.75 Z" id="Path" fill="#003A5D"></path>
219
+ <polygon id="Path" fill="#FFE600" points="324.41 230.26 329.42 213.11 341.38 213.11 342.75 216.66 342.75 232.64 340.56 237.2 324.41 237.2"></polygon>
220
+ <polygon id="Path" fill="#F8C41C" points="325.25 230.56 325.25 232.83 330.67 232.83 339.39 228.19 339.39 217.05 338.68 215.21 329.73 215.21"></polygon>
221
+ <polygon id="Path" fill="#003A5D" points="326.3 232.83 330.67 232.83 339.39 228.19 339.39 217.36 338.95 216.23 330.78 216.23 326.3 231.59"></polygon>
222
+ <polygon id="Path" fill="#023852" points="439.36 242.33 439.36 232.64 340.23 232.64 338.3 237.2 321.48 237.2 321.48 239.11 327.68 242.33"></polygon>
223
+ <polygon id="Path" fill="#FFE600" points="343.5 222.89 366.78 222.89 369.86 230.76 343.5 230.76"></polygon>
224
+ <polygon id="Path" fill="url(#linearGradient-2)" style="mix-blend-mode: multiply;" points="345.6 224.98 345.6 228.66 366.79 228.66 365.35 224.98"></polygon>
225
+ <rect id="Rectangle" fill="#F8C41C" fill-rule="nonzero" x="343.5" y="222.89" width="1" height="7.87"></rect>
226
+ <polygon id="Path" fill="#00182B" points="373.69 242.33 369.14 233.94 345 233.94 340.46 242.33"></polygon>
227
+ <path d="M349.66,245.52 C352.64786,245.52 355.07,243.09786 355.07,240.11 C355.07,237.12214 352.64786,234.7 349.66,234.7 C346.67214,234.7 344.25,237.12214 344.25,240.11 C344.255503,243.095578 346.674422,245.514497 349.66,245.52 L349.66,245.52 Z" id="Path" fill="#33617E"></path>
228
+ <path d="M349.66,236.689985 C351.044164,236.685953 352.294286,237.516638 352.826789,238.794279 C353.359292,240.071919 353.069165,241.54456 352.091843,242.524747 C351.114522,243.504935 349.642737,243.799373 348.363543,243.270613 C347.084348,242.741854 346.249985,241.49417 346.249985,240.11 C346.247343,239.20388 346.605436,238.333962 347.245223,237.692299 C347.885011,237.050635 348.753876,236.689985 349.66,236.689985 L349.66,236.689985 Z" id="Path" fill="#D5DBDF"></path>
229
+ <path d="M349.66,242.240023 C350.527356,242.244044 351.311371,241.724137 351.645165,240.923572 C351.978958,240.123007 351.796505,239.200135 351.183185,238.586815 C350.569865,237.973495 349.646993,237.791042 348.846428,238.124835 C348.045863,238.458629 347.525956,239.242644 347.529977,240.11 C347.529977,241.286367 348.483633,242.240023 349.66,242.240023 Z" id="Path" fill="#FAFBFB"></path>
230
+ <polygon id="Path" fill="#00182B" points="422.25 242.33 417.7 233.94 393.56 233.94 389 242.33"></polygon>
231
+ <path d="M326.48,172.17 L329.57,173.95 L334.5,184.02 L328,180.28 L325.15,174.46 L326.46,172.17 L326.48,172.17 Z M333.04,175.96 L338,186.03 L344.48,189.77 L339.53,179.75 L333,175.96 L333.04,175.96 Z M343,181.75 L349.49,185.49 L354.41,195.57 L347.92,191.75 L343,181.75 Z M353,187.5 L357.92,197.57 L364.41,201.31 L359.48,191.24 L353,187.45 L353,187.5 Z M362.95,193.24 L369.43,196.99 L374.36,207.06 L367.88,203.31 L362.95,193.24 Z M372.95,198.99 L377.88,209.06 L384.36,212.8 L379.43,202.73 L372.95,198.99 Z M382.9,204.73 L389.39,208.48 L394.31,218.55 L387.73,214.75 L382.8,204.67 L382.9,204.73 Z M392.85,210.48 L397.78,220.55 L404.26,224.29 L399.34,214.22 L392.85,210.48 Z" id="Shape" fill="#EFF2F3"></path>
232
+ <path d="M414,219.45 L427.87,219.45 C427.976486,219.451989 428.078982,219.490867 428.16,219.56 L430.99,222.16 C431.077848,222.243466 431.128322,222.358834 431.13,222.48 L431.13,228.97 C431.13,229.207482 430.937482,229.4 430.7,229.4 L393.94,229.4 C393.702518,229.4 393.51,229.207482 393.51,228.97 L393.51,228.16 C393.51,227.922518 393.702518,227.73 393.94,227.73 L413.16,227.73 C413.397482,227.73 413.59,227.537482 413.59,227.3 L413.59,219.88 C413.589751,219.650114 413.770362,219.460692 414,219.45 L414,219.45 Z" id="Path" fill="#FFE600"></path>
233
+ <path d="M416.73,222.87 L416.73,227.45 C416.73516,227.596926 416.853074,227.71484 417,227.72 L427.73,227.72 C427.879117,227.72 428,227.599117 428,227.45 L428,223.75 C427.998443,223.673869 427.965947,223.601655 427.91,223.55 L426.91,222.63 C426.86245,222.582489 426.797155,222.557097 426.73,222.56 L417,222.56 C416.921988,222.562334 416.848491,222.597123 416.797232,222.655976 C416.745972,222.71483 416.721603,222.792407 416.73,222.87 L416.73,222.87 Z" id="Path" fill="url(#linearGradient-3)" style="mix-blend-mode: multiply;"></path>
234
+ <polygon id="Path" fill="#FFE600" points="417.01 227.73 397.36 227.73 397.36 222.96 401.04 209.42 417.01 209.42"></polygon>
235
+ <path d="M398.2,222.96 L401.31,211.51 C401.33754,211.393847 401.440635,211.311371 401.56,211.31 L407.16,211.31 C407.230724,211.31 407.298418,211.338709 407.347476,211.389653 C407.396533,211.440597 407.42272,211.509328 407.42,211.58 L407.42,222.75 C407.42,222.893594 407.303594,223.01 407.16,223.01 L405.89,223.01 C405.308461,223.009974 404.835486,223.478487 404.83,224.06 L404.83,227.52 C404.83,227.663594 404.713594,227.78 404.57,227.78 L398.46,227.78 C398.316406,227.78 398.2,227.663594 398.2,227.52 L398.2,223.01 L398.2,222.96 Z M408.47,211.31 L413.47,211.31 C413.615198,211.315381 413.7301,211.434703 413.73,211.58 L413.73,222.75 C413.73,222.893594 413.613594,223.01 413.47,223.01 L408.47,223.01 C408.326406,223.01 408.21,222.893594 408.21,222.75 L408.21,211.58 C408.2099,211.434703 408.324802,211.315381 408.47,211.31 Z" id="Shape" fill="#003A5D"></path>
236
+ <rect id="Rectangle" fill="#F8C41C" fill-rule="nonzero" x="417.01" y="209.42" width="1" height="10.03"></rect>
237
+ <rect id="Rectangle" fill="#F8C41C" fill-rule="nonzero" x="409.9" y="229.4" width="10.92" height="1.36"></rect>
238
+ <rect id="Rectangle" fill="#FFFFFF" fill-rule="nonzero" x="439.36" y="235.28" width="1" height="5.92"></rect>
239
+ <path d="M362.59,245.52 C365.57786,245.52 368,243.09786 368,240.11 C368,237.12214 365.57786,234.7 362.59,234.7 C359.60214,234.7 357.18,237.12214 357.18,240.11 C357.185503,243.095578 359.604422,245.514497 362.59,245.52 L362.59,245.52 Z" id="Path" fill="#33617E"></path>
240
+ <path d="M362.59,236.69 C364.478814,236.69 366.01,238.221186 366.01,240.11 C366.01,241.998814 364.478814,243.53 362.59,243.53 C360.701186,243.53 359.17,241.998814 359.17,240.11 C359.17,238.221186 360.701186,236.69 362.59,236.69 L362.59,236.69 Z" id="Path" fill="#D5DBDF"></path>
241
+ <path d="M362.59,242.240023 C363.457356,242.244044 364.241371,241.724137 364.575165,240.923572 C364.908958,240.123007 364.726505,239.200135 364.113185,238.586815 C363.499865,237.973495 362.576993,237.791042 361.776428,238.124835 C360.975863,238.458629 360.455956,239.242644 360.459977,240.11 C360.465474,241.284092 361.415908,242.234526 362.59,242.240023 L362.59,242.240023 Z" id="Path" fill="#FAFBFB"></path>
242
+ <path d="M399.11,245.52 C402.09786,245.52 404.52,243.09786 404.52,240.11 C404.52,237.12214 402.09786,234.7 399.11,234.7 C396.12214,234.7 393.7,237.12214 393.7,240.11 C393.705503,243.095578 396.124422,245.514497 399.11,245.52 L399.11,245.52 Z" id="Path" fill="#33617E"></path>
243
+ <path d="M399.11,236.689985 C400.494164,236.685953 401.744286,237.516638 402.276789,238.794279 C402.809292,240.071919 402.519165,241.54456 401.541843,242.524747 C400.564522,243.504935 399.092737,243.799373 397.813543,243.270613 C396.534348,242.741854 395.699985,241.49417 395.699985,240.11 C395.697343,239.20388 396.055436,238.333962 396.695223,237.692299 C397.335011,237.050635 398.203876,236.689985 399.11,236.689985 Z" id="Path" fill="#D5DBDF"></path>
244
+ <path d="M399.11,242.240023 C399.977356,242.244044 400.761371,241.724137 401.095165,240.923572 C401.428958,240.123007 401.246505,239.200135 400.633185,238.586815 C400.019865,237.973495 399.096993,237.791042 398.296428,238.124835 C397.495863,238.458629 396.975956,239.242644 396.979977,240.11 C396.985474,241.284092 397.935908,242.234526 399.11,242.240023 Z" id="Path" fill="#FAFBFB"></path>
245
+ <path d="M412,245.52 C414.98786,245.52 417.41,243.09786 417.41,240.11 C417.41,237.12214 414.98786,234.7 412,234.7 C409.01214,234.7 406.59,237.12214 406.59,240.11 C406.595503,243.095578 409.014422,245.514497 412,245.52 L412,245.52 Z" id="Path" fill="#33617E"></path>
246
+ <path d="M412,236.69 C413.888814,236.69 415.42,238.221186 415.42,240.11 C415.42,241.998814 413.888814,243.53 412,243.53 C410.111186,243.53 408.58,241.998814 408.58,240.11 C408.58,239.20296 408.94032,238.333069 409.581695,237.691695 C410.223069,237.05032 411.09296,236.69 412,236.69 Z" id="Path" fill="#D5DBDF"></path>
247
+ <path d="M412,242.24 C412.866457,242.24 413.647404,241.717508 413.978041,240.916616 C414.308678,240.115725 414.123748,239.194493 413.509637,238.583252 C412.895526,237.972011 411.973439,237.791398 411.174105,238.125782 C410.37477,238.460167 409.855951,239.243552 409.859976,240.11 C409.865505,241.287982 410.822005,242.24 412,242.24 L412,242.24 Z" id="Path" fill="#FAFBFB"></path>
248
+ <polygon id="Path" fill="#295977" points="327.16 232.83 330.73 232.83 337.15 216.23 333.58 216.23"></polygon>
249
+ <polygon id="Path" fill="#295977" points="403.62 211.29 398.21 225.22 398.21 227.75 400.8 227.75 407.19 211.29"></polygon>
250
+ <rect id="Rectangle" fill="#FFF16B" fill-rule="nonzero" x="340.22" y="230.51" width="99.78" height="2.14"></rect>
251
+ <path d="M340.76,231.28 L340.76,232.09 L344.05,232.09 L344.05,231.28 L340.76,231.28 Z M346.88,231.28 L346.88,232.09 L350.17,232.09 L350.17,231.28 L346.88,231.28 Z M353,231.28 L353,232.09 L356.29,232.09 L356.29,231.28 L353,231.28 Z M359.12,231.28 L359.12,232.09 L362.41,232.09 L362.41,231.28 L359.12,231.28 Z M365.24,231.28 L365.24,232.09 L368.53,232.09 L368.53,231.28 L365.24,231.28 Z M371.35,231.28 L371.35,232.09 L374.65,232.09 L374.65,231.28 L371.35,231.28 Z M377.47,231.28 L377.47,232.09 L380.77,232.09 L380.77,231.28 L377.47,231.28 Z M383.59,231.28 L383.59,232.09 L386.89,232.09 L386.89,231.28 L383.59,231.28 Z M389.71,231.28 L389.71,232.09 L393,232.09 L393,231.28 L389.71,231.28 Z M395.83,231.28 L395.83,232.09 L399.13,232.09 L399.13,231.28 L395.83,231.28 Z M401.95,231.28 L401.95,232.09 L405.25,232.09 L405.25,231.28 L401.95,231.28 Z M408.07,231.28 L408.07,232.09 L411.37,232.09 L411.37,231.28 L408.07,231.28 Z M414.19,231.28 L414.19,232.09 L417.49,232.09 L417.49,231.28 L414.19,231.28 Z M420.31,231.28 L420.31,232.09 L423.61,232.09 L423.61,231.28 L420.31,231.28 Z M426.43,231.28 L426.43,232.09 L429.73,232.09 L429.73,231.28 L426.43,231.28 Z M432.55,231.28 L432.55,232.09 L435.85,232.09 L435.85,231.28 L432.55,231.28 Z" id="Shape" fill="#FFFFFF"></path>
252
+ </g>
253
+ </g>
254
254
  </svg>