@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,128 +1,128 @@
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 / Challenges-Personalized-Customer-Experience</title>
4
- <defs>
5
- <linearGradient x1="50.7012882%" y1="94.0622926%" x2="49.6098462%" y2="31.7091477%" id="linearGradient-1">
6
- <stop stop-color="#FFFFFF" offset="0%"></stop>
7
- <stop stop-color="#3FB0E2" offset="100%"></stop>
8
- </linearGradient>
9
- <linearGradient x1="22.660403%" y1="65.8606411%" x2="86.1416739%" y2="29.0307521%" id="linearGradient-2">
10
- <stop stop-color="#FFFFFF" offset="0%"></stop>
11
- <stop stop-color="#9DADB7" offset="100%"></stop>
12
- <stop stop-color="#000000" offset="100%"></stop>
13
- </linearGradient>
14
- <linearGradient x1="50.7201532%" y1="104.68894%" x2="49.6124717%" y2="26.6158323%" id="linearGradient-3">
15
- <stop stop-color="#FFFFFF" offset="0%"></stop>
16
- <stop stop-color="#3FB0E2" offset="100%"></stop>
17
- </linearGradient>
18
- <linearGradient x1="50.5505506%" y1="63.4803922%" x2="49.8498498%" y2="43.872549%" id="linearGradient-4">
19
- <stop stop-color="#FFFFFF" offset="0%"></stop>
20
- <stop stop-color="#3FB0E2" offset="100%"></stop>
21
- </linearGradient>
22
- <linearGradient x1="50.3763744%" y1="106.067416%" x2="49.9841621%" y2="26.9662921%" id="linearGradient-5">
23
- <stop stop-color="#FFFFFF" offset="0%"></stop>
24
- <stop stop-color="#3FB0E2" offset="100%"></stop>
25
- </linearGradient>
26
- <linearGradient x1="4.21161309%" y1="71.8880506%" x2="93.5989177%" y2="29.1632442%" id="linearGradient-6">
27
- <stop stop-color="#FFFFFF" stop-opacity="0.6" offset="0%"></stop>
28
- <stop stop-color="#FFFFFF" stop-opacity="0" offset="100%"></stop>
29
- </linearGradient>
30
- <linearGradient x1="80.7131086%" y1="113.082811%" x2="13.2272588%" y2="13.0364185%" id="linearGradient-7">
31
- <stop stop-color="#FFFFFF" offset="0%"></stop>
32
- <stop stop-color="#3FB0E2" offset="100%"></stop>
33
- </linearGradient>
34
- <linearGradient x1="-95.6112853%" y1="90.4164189%" x2="132.630379%" y2="36.3320535%" id="linearGradient-8">
35
- <stop stop-color="#FFFFFF" offset="0%"></stop>
36
- <stop stop-color="#3FB0E2" offset="100%"></stop>
37
- </linearGradient>
38
- </defs>
39
- <g id="Graphic-elements-/-Icons-/-Rich-icons-/-Marketplace-/-Challenges-Personalized-Customer-Experience" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
40
- <g id="Group" transform="translate(53.000000, 0.000000)">
41
- <rect id="Rectangle" stroke="#023852" stroke-width="1.3" x="-6.08224582e-12" y="-7.10542736e-14" width="333.018293" height="139.847561" rx="7.12"></rect>
42
- <path d="M40.8099405,86.4790632 L38.6066821,91.6597979 C38.3137333,92.3407246 38.1895677,93.0796553 38.244304,93.8163717 L39.7989058,114.578263 L40.2120168,114.695122 L54.5295732,114.695122 L56.3414634,93.9226068 L54.1164622,79.4817073 L43.3973198,83.922337 C42.2223247,84.4059957 41.2917599,85.3255361 40.8099405,86.4790632 L40.8099405,86.4790632 Z" id="Path" fill="#0099DA" fill-rule="nonzero"></path>
43
- <path d="M104.545713,81.4939024 L102.387485,81.4939024 L98.7235171,99.6223409 L96.5853659,113.689024 L111.482157,113.689024 L112.673365,94.3121678 C112.710312,93.7025272 112.639984,93.0909521 112.465907,92.5081157 L110.873168,87.1522259 C110.546563,86.0525076 109.863356,85.1079845 108.942475,84.4830727 L104.545713,81.4939024 Z" id="Path" fill="#0685C1" fill-rule="nonzero"></path>
44
- <path d="M92.5650646,82.5202221 C92.5156699,76.4675737 89.0897886,76.0925996 88.6275945,69.9904263 L88.6522919,64.8964382 L88.6522919,56.636395 L90.2893763,57.2342311 L93.5670732,53.3429902 L92.8226232,46.3210692 L91.4819075,45.7232331 L90.515181,43.3354261 L89.0580348,39.8616093 L80.1034656,34.7463962 C79.4876183,34.2366997 78.6557437,34.0754825 77.894813,34.3183597 L72.9165241,35.924381 C71.5570031,36.3617811 70.5190876,37.4719853 70.1715853,38.8604991 L62.829403,57.6976426 L62.1449324,67.0826081 L59.5199523,77.3802466 L59.9715618,86.7545997 L59.3752962,92.828473 C59.3184429,93.4240001 59.4181918,94.0240699 59.6646085,94.5689189 L63.2351459,102.400926 C63.6217664,103.247648 64.3388618,103.897549 65.2179938,104.197971 L74.6347571,107.410014 C75.4970667,107.704158 76.427712,107.731275 77.3056037,107.487839 L87.6890936,104.59417 C89.1271417,104.194615 90.2758006,103.109119 90.7586267,101.693427 L93.1860277,94.6184438 C93.4009811,93.9890808 93.4756513,93.3201087 93.404776,92.6586734 L92.783813,86.8607244 L92.5650646,82.5202221 Z" id="Path" fill="#0099DA" fill-rule="nonzero"></path>
45
- <path d="M88.3333581,80.8856294 C87.7935029,77.1586112 92.7451548,67.9780353 92.5556692,65.433282 L89.4881477,59.3597561 L81.9337501,68.1186094 C81.2979313,68.8560893 80.3715882,69.2729264 79.4025086,69.2576208 L74.8548542,69.1855315 C73.9346781,69.1718691 73.0621621,68.7705984 72.4487446,68.0789603 L65.7774215,60.5348121 L64.3902439,80.719824 L71.0508414,81.1235242 C71.2434886,81.1341134 71.4293094,81.1990586 71.5871214,81.3109565 L75.9274142,84.3242904 C76.2918921,84.57483 76.7713539,84.57483 77.1358318,84.3242904 L80.7110317,81.8011639 C80.8607092,81.6936949 81.0357936,81.6278116 81.2187101,81.6101272 L88.3333581,80.8856294 Z" id="Path" fill="url(#linearGradient-1)" fill-rule="nonzero" style="mix-blend-mode: multiply;"></path>
46
- <path d="M77.3700501,24.528454 L77.3700501,24.528454 C76.7848638,24.1014595 76.0188296,24.0266738 75.3642307,24.3326314 L64.8021191,29.2851608 C63.199311,30.0365785 61.9345722,31.3740956 61.2603751,33.0307114 L56.3264803,45.2001904 C56.0068546,45.9847699 55.814991,46.8168933 55.7583986,47.6639936 L54.5345683,65.8505643 C54.4590713,66.9795772 54.1291415,68.0758925 53.5702321,69.0549327 L48.2926829,78.2835136 L51.9220938,79.0917265 L54.0787003,86.2303472 L65.4403343,90.3319387 C65.696967,90.4244847 65.9815719,90.3885519 66.2080654,90.2350089 C66.4345589,90.0814658 66.5763399,89.8283458 66.5905244,89.552209 L67.8915017,63.0770055 L65.9172424,58.2811341 C65.5064516,57.2834293 65.4300595,56.1762849 65.6998284,55.1301719 L70.1988953,37.6841663 C70.5442778,36.2866571 71.5758621,35.1692605 72.9270901,34.7290266 L77.8750116,33.1126008 C78.6313006,32.8681501 79.4581009,33.0304117 80.0701915,33.5434103 L86.582091,39.0371219 C87.3749312,39.703474 87.8959998,40.6448581 88.0443754,41.6789456 L88.7457108,46.7525288 C88.7527985,46.8130119 88.793051,46.8641833 88.84958,46.8845738 C88.9061091,46.9049642 88.9691364,46.8910464 89.0122183,46.8486599 L91.1162246,44.901116 C91.244895,44.7813891 91.4267937,44.7406495 91.5931327,44.7943037 L91.9964006,44.9260388 C92.444653,45.0743664 92.7657275,45.4755901 92.816963,45.9514367 L93.3745247,51.5448397 C93.4227501,51.9937683 93.2870734,52.4430833 92.9993103,52.7874226 L90.4429426,55.8564954 C90.2927657,56.0367415 90.0481852,56.1034354 89.8292741,56.0238346 L88.5563503,55.5645418 L88.5563503,59.8904391 C88.5566297,60.4248568 88.3631504,60.9406805 88.0128153,61.3395257 L85.7650352,64.0027119 L88.2197093,89.7943169 C88.2449093,90.0757431 88.409472,90.3247886 88.6563926,90.4551835 C88.9033131,90.5855785 89.1986255,90.5793859 89.4400329,90.438751 L94.2336606,87.6829942 C94.6729726,87.4272415 94.9860553,86.9956484 95.0963032,86.4938175 L97.0460157,83.8163897 C97.1056292,83.5457985 98.6205138,83.8163897 98.8624745,83.9303228 L103.628049,81.1674451 L95.6784116,67.5453191 C94.945123,66.2903554 94.6188252,64.8331442 94.7456355,63.3796403 L95.7204917,52.0895824 C95.785086,51.497534 95.77802,50.8996818 95.6994517,50.3093777 L94.1249536,38.3642045 C94.0490012,37.7879114 93.8644634,37.231859 93.5814187,36.7264162 L89.2822324,29.0964591 C88.8184349,28.2687609 88.1091038,27.6108618 87.255373,27.216563 L81.4202622,24.5320144 C80.8807852,24.2823973 80.2597406,24.2902304 79.7265371,24.5533768 L79.4074295,24.7100348 C78.7467764,25.0327823 77.9652205,24.9631264 77.3700501,24.528454 Z" id="Path" fill="#023852" fill-rule="nonzero"></path>
47
- <path d="M106.50295,80.3866021 C106.753998,79.9194256 106.669941,79.350319 106.293587,78.9691116 C105.917233,78.5879041 105.331347,78.4784284 104.834303,78.696437 L100.16927,80.7253264 L100.147739,80.7253264 L100.147739,80.7253264 L97.2123559,79.2010671 C97.0962765,79.1405683 96.9574179,79.1361649 96.8374585,79.1891787 C96.7174991,79.2421925 96.6304033,79.3464521 96.6023131,79.470664 L95.077206,86.2036735 C94.964386,86.6908404 94.6439991,87.1098219 94.1944381,87.3581012 L92.8631093,88.0839389 L93.221958,91.3813163 C93.2940444,92.0275836 93.2180982,92.6812149 92.9994718,93.2961455 L90.5305925,100.208886 C90.039516,101.592114 88.8712294,102.652717 87.4086085,103.04311 L76.8476902,105.870421 C75.9547974,106.108275 75.0082496,106.081779 74.1312052,105.794381 L64.5535325,102.655996 C63.6593783,102.362463 62.9300295,101.727466 62.5368026,100.90016 L58.9052534,93.2477563 C58.654626,92.7154017 58.5531727,92.1290926 58.6109974,91.5472221 L58.9698462,87.962966 L53.0847269,85.9479021 L50.8778072,79.0178795 L47.1637227,78.2332834 L47.1888422,78.191807 L43.8981992,77.5005329 C43.3902052,77.3917539 42.8625445,77.5740536 42.5421505,77.9690296 C42.2217565,78.3640056 42.1657475,78.9012435 42.3982115,79.349691 L43.7869561,82.0594854 C44.3081097,83.0744905 44.5479269,84.2020446 44.4831227,85.3326681 L44.3575256,87.5793089 C44.2928655,88.7122396 44.5549241,89.8403106 45.1146965,90.8386661 L49.3383461,98.4081172 C49.7968727,99.2256254 49.9669071,100.164598 49.8227919,101.083348 L48.093141,112.219773 L48.1900301,112.682927 L102.08911,112.682927 L100.768547,102.407138 C100.646719,101.448884 100.800648,100.476812 101.213519,99.5971086 L104.34268,92.9781594 C104.750416,92.1128559 104.906687,91.1571895 104.79483,90.2130631 L104.435981,87.0435715 C104.333067,86.1789181 104.45643,85.3032048 104.79483,84.4962265 L106.50295,80.3866021 Z" id="Path" fill="#FFFFFF" fill-rule="nonzero"></path>
48
- <polyline id="Path" stroke="#023852" stroke-width="1.3" points="286.737805 92.5609756 289.077849 96.3012765 304.847561 114.695122"></polyline>
49
- <path d="M296.283376,34.2073171 L298.62894,43.2264783 C298.666096,43.3722396 298.676429,43.5239008 298.659401,43.6735939 L298.320936,46.4890253 C298.278767,46.85144 298.370628,47.2169331 298.57817,47.512501 L302.69052,53.2935668 C302.901306,53.5892444 302.880039,53.9974899 302.639751,54.2681392 L301.015118,56.0915327 C300.73215,56.4091547 300.672583,56.8758088 300.866194,57.2582252 L301.428046,58.3725212 C301.685435,58.8777982 301.611188,59.4949819 301.24189,59.9199606 L301.197889,59.9723569 C300.92987,60.2828707 300.859959,60.7253064 301.018503,61.1076116 L301.018503,61.1076116 C301.197905,61.5424174 301.157358,62.0406483 300.910194,62.4384793 L300.487113,63.1091527 C300.246704,63.4960216 300.182394,63.9720982 300.311111,64.4120757 L300.730808,65.8093122 C300.883996,66.3222157 300.754268,66.8805137 300.392343,67.2659311 L298.442784,69.3617858 C298.172539,69.6496918 297.813444,69.831286 297.427388,69.8752702 L289.94731,70.7205982 C289.407787,70.7820874 288.948047,71.1524703 288.759298,71.6777052 L287.743902,74.4512195" id="Path" stroke="#023852" stroke-width="1.3"></path>
50
- <path d="M283.11931,97.8643438 L287.196922,92.0635983 C287.599219,91.4915755 287.862346,90.8329943 287.965219,90.1406211 L288.895633,83.9581081 C288.966148,83.4973891 288.934866,83.0267566 288.804002,82.5795032 L285.568697,71.4198727 C285.489581,71.141121 285.443448,70.8539989 285.431249,70.5644307 L285.050625,60.666754 C284.938386,57.8065638 285.564808,54.9658031 286.869162,52.4198685 L295.792683,34.9822831 L295.665808,33.4092595 C295.542865,31.8674024 294.484588,30.5613196 293.004964,30.1253518 C286.936124,28.3579096 278.287499,26.692979 272.21161,26.1733509 C271.208849,26.0929946 270.207158,26.341069 269.35693,26.8803278 L262.308335,31.2565149 C260.21615,32.5512094 258.798187,34.7039374 258.431608,37.1420976 L254.808631,61.1793123 L254.713475,61.6247077 L248.274584,84.8453641 C247.606124,87.2396101 247.367456,89.7340032 247.569724,92.2120635 L248.489566,103.170205 C248.61868,104.682828 249.613695,105.981752 251.037633,106.496532 L254.255316,107.652439" id="Path" stroke="#023852" stroke-width="1.3"></path>
51
- <path d="M299.817073,107.292214 L288.412776,103.710047 C287.645111,103.460421 287.004893,102.922827 286.627507,102.21095 L283.099816,95.5664928 C282.751245,94.908819 282.681789,94.1391855 282.907007,93.4300115 L284.085284,89.6911693 C284.168955,89.4205898 284.115742,89.1263433 283.94256,88.9019616 C283.769377,88.6775799 283.49777,88.5509766 283.214073,88.562395 L273.573622,88.9861304 C273.016906,89.0110156 272.466328,88.8616071 271.999015,88.5588342 L262.997689,82.7155579 C262.692141,82.5179382 262.319199,82.4525898 261.964402,82.534501 C261.609606,82.6164122 261.303399,82.8385541 261.116016,83.1499757 L258.377414,87.7042417 C257.940677,88.4271661 257.874409,89.3140478 258.198887,90.0935399 L258.298862,90.3321137 C258.672115,91.2189351 258.535545,92.2376965 257.941808,92.9955937 C256.870647,94.3593809 255.142507,96.7308751 254.153468,98.1124663 C253.656323,98.8022358 253.447617,99.6577677 253.57147,100.498204 L255.6281,114.695122" id="Path" stroke="#023852" stroke-width="1.3"></path>
52
- <path d="M287.743902,114.695122 L281.057644,101.319085 C280.667021,100.541237 280.080772,99.8798378 279.357215,99.4006796 L271.281922,94.0749048 C270.552052,93.5923388 269.652516,93.4451352 268.808252,93.6701037 L268.808252,93.6701037 C265.52003,94.540009 262.666072,96.5991279 260.79244,99.4534797 L260.79244,99.4534797 C258.858369,102.398351 258.146336,105.987648 258.808605,109.453827 L259.823265,114.695122" id="Path" stroke="#023852" stroke-width="1.3"></path>
53
- <path d="M233.107333,114.695122 L234.410436,95.2306838 C234.450379,94.6182946 234.37388,94.0039994 234.184759,93.4184775 L232.444862,88.0525099 C232.087912,86.9486537 231.345094,86.0003598 230.34461,85.3712924 L227.378049,83.5060976" id="Path" stroke="#023852" stroke-width="1.3"></path>
54
- <path d="M211.280488,62.3780488 L205.089926,69.3437901 C204.4667,70.0436674 203.560558,70.4396516 202.612301,70.4265123 L198.157476,70.3579856 C197.256991,70.3452729 196.403503,69.9622661 195.805832,69.3026741 L191.158537,64.2179913" id="Path" stroke="#023852" stroke-width="1.3"></path>
55
- <path d="M225.365854,79.5100609 L218.359694,67.5315037 C217.628096,66.2753703 217.301089,64.8184246 217.424371,63.3642754 L218.401731,52.0761044 C218.465943,51.4843259 218.458885,50.8868011 218.380712,50.2967584 L216.807829,38.353788 C216.731955,37.7777729 216.547606,37.2219887 216.264852,36.7167897 L211.984088,29.0940715 C211.518537,28.2672847 210.809029,27.6100007 209.955805,27.2150821 L204.126679,24.5282696 C203.586152,24.2806364 202.965507,24.2884525 202.431189,24.5496218 L202.112408,24.7062042 C201.453206,25.0306168 200.672069,24.9623261 200.077119,24.5282696 L200.077119,24.5282696 C199.492533,24.1014812 198.727284,24.0267315 198.073357,24.3325416 L187.515074,29.2826821 C185.913267,30.0345936 184.649736,31.3728311 183.976963,33.0299848 L179.044626,45.1971527 C178.726431,45.9829533 178.534814,46.8156608 178.477127,47.6633263 L177.254552,65.8446837 C177.179877,66.9732912 176.850235,68.0692457 176.291205,69.0475065 L171.036585,78.2751948 L174.662273,79.0759005 L176.816667,86.2181953 L188.173653,90.3178085 C188.42962,90.4105247 188.713687,90.3746136 188.939479,90.2209947 C189.165271,90.0673758 189.306106,89.8142017 189.31916,89.538455 L190.60479,63.0617865 L188.632556,58.2682284 C188.220632,57.2701332 188.14429,56.1618758 188.415365,55.1152273 L192.909817,37.6776366 C193.255662,36.2792641 194.287382,35.1612017 195.638716,34.7203635 L200.585065,33.1011587 C201.340335,32.8527041 202.168269,33.0152764 202.777994,33.5317604 L209.286716,39.0228221 C210.086744,39.7012671 210.606831,40.6601591 210.743998,41.7096346 L211.444614,46.7807707 C211.452953,46.8403812 211.49283,46.8905299 211.548445,46.9113446 C211.604059,46.9321594 211.666432,46.9202801 211.710848,46.880414 L213.812696,44.9302508 C213.939429,44.8098226 214.120598,44.7689238 214.285612,44.8234901 L214.691969,44.9551617 C215.140818,45.1018514 215.462232,45.5037178 215.51169,45.980065 L216.096704,51.560094 C216.143215,52.0086443 216.007874,52.4570904 215.721874,52.8020775 L213.164626,55.86967 C213.014603,56.0498292 212.770273,56.1164909 212.551587,56.0369285 L211.279969,55.5671812 L211.279969,59.8945507 C211.280705,60.4277305 211.087307,60.9423496 210.736991,61.3393796 L208.491517,64.0048399 L210.943673,89.7946808 C210.968847,90.0759713 211.133241,90.3248966 211.379908,90.4552287 C211.626576,90.5855607 211.921585,90.5793711 212.162745,90.438804 L216.951455,87.6808177" id="Path" stroke="#023852" stroke-width="1.3"></path>
56
- <path d="M224.831196,114.691667 L223.507005,104.415447 C223.380633,103.457416 223.534755,102.484443 223.95199,101.606245 L227.095598,94.9857891 C227.503346,94.1207403 227.659622,93.1653553 227.547761,92.2215068 L227.188902,89.0529482 C227.087812,88.1874377 227.211108,87.3112957 227.547761,86.5028978 L229.248755,82.41176 C229.497539,81.9444639 229.412802,81.3768512 229.037394,80.9959473 C228.661985,80.6150433 228.077726,80.503867 227.580059,80.718637 L222.914887,82.7503845 C222.914887,82.7503845 219.975829,81.2231186 219.957886,81.2127525 C219.841298,81.152278 219.701912,81.1483101 219.581817,81.2020468 C219.461722,81.2557835 219.374995,81.3609259 219.347825,81.4857254 L217.822673,88.2167528 C217.710685,88.7051311 217.388451,89.1246872 216.93629,89.3708407 L215.60851,90.0964648 L215.96737,93.3963268 C216.039458,94.0424039 215.96351,94.6958428 215.744877,95.3105923 L213.275924,102.221298 C212.781436,103.603275 211.612718,104.662709 210.150259,105.054687 L199.58544,107.881166 C198.691316,108.119018 197.743577,108.092532 196.865286,107.805148 L187.287329,104.667688 C186.391117,104.374257 185.660216,103.737995 185.266951,102.908913 L181.635294,95.2553066 C181.383029,94.7235877 181.2815,94.1370284 181.34103,93.555273 L181.699889,89.9720721 L175.811007,87.9576013 L173.625553,81.0296188 L169.911359,80.248709 L169.936479,80.2037895 L166.64215,79.5127189 C166.134141,79.4039719 165.606465,79.5862179 165.286061,79.9810777 C164.965658,80.3759374 164.909647,80.9130172 165.142118,81.3613327 L166.530904,84.0703293 C167.053311,85.0847174 167.294374,86.2119553 167.23068,87.3425485 L167.105079,89.5919832 C167.041001,90.7241226 167.301721,91.8514084 167.858684,92.850381 L172.086047,100.421059 C172.54511,101.238139 172.713988,102.177381 172.566918,103.095502 L170.819273,114.232105 L170.919754,114.695122" id="Path" stroke="#023852" stroke-width="1.3"></path>
57
- <path d="M167.012195,82.5 L165.166047,83.2763105 C163.989209,83.7721397 163.055106,84.7074059 162.564657,85.8809413 L160.346361,91.2062865 C160.053128,91.9043261 159.928183,92.6608867 159.98151,93.4155067 L161.55037,114.695122" id="Path" stroke="#023852" stroke-width="1.3"></path>
58
- <rect id="Rectangle" fill="#28566C" fill-rule="nonzero" x="107.652439" y="16.097561" width="18.1097561" height="4.02439024"></rect>
59
- <rect id="Rectangle" fill="#28566C" fill-rule="nonzero" x="107.652439" y="23.1402439" width="18.1097561" height="4.02439024"></rect>
60
- <rect id="Rectangle" fill="#28566C" fill-rule="nonzero" x="107.652439" y="30.1829268" width="18.1097561" height="4.02439024"></rect>
61
- <rect id="Rectangle" fill="#28566C" fill-rule="nonzero" x="107.652439" y="37.2256098" width="18.1097561" height="4.02439024"></rect>
62
- <rect id="Rectangle" fill="#28566C" fill-rule="nonzero" x="107.652439" y="45.2743902" width="18.1097561" height="4.02439024"></rect>
63
- <line x1="131.79878" y1="49.2987805" x2="167.012195" y2="49.2987805" id="Path" stroke="#023852" stroke-width="1.3"></line>
64
- <rect id="Rectangle" fill="#D8DEE2" fill-rule="nonzero" style="mix-blend-mode: multiply;" x="75.4573171" y="324.969512" width="163.993902" height="5.0304878" rx="2.5152439"></rect>
65
- <line x1="12.0731707" y1="115.70122" x2="320.945122" y2="115.70122" id="Path" stroke="#023852" stroke-width="1.3"></line>
66
- <rect id="Rectangle" fill="#AEBCC4" fill-rule="nonzero" x="134.817073" y="178.079268" width="34.2073171" height="19.1158537"></rect>
67
- <polygon id="Path" fill="url(#linearGradient-2)" fill-rule="nonzero" style="mix-blend-mode: multiply;" points="161.313919 197.195122 169.02439 197.195122 169.02439 178.079268 140.853659 178.079268"></polygon>
68
- <path d="M128.786619,194.176829 L174.052281,194.176829 C174.586637,194.176829 175.099107,194.398312 175.476954,194.792547 C175.854801,195.186783 176.067073,195.721481 176.067073,196.279014 L176.067073,199.207317 L126.768293,199.207317 L126.768293,196.279014 C126.768293,195.720842 126.981049,195.185584 127.359661,194.791242 C127.738272,194.3969 128.251651,194.175853 128.786619,194.176829 Z" id="Path" fill="#9DADB7" fill-rule="nonzero"></path>
69
- <path d="M207.256098,105.286855 L96.7669578,101.615854 L94.4185295,102.858456 C93.2767085,103.461221 92.5609756,104.65067 92.5609756,105.94721 L92.5609756,180.503339 C92.5668159,181.947042 93.7346766,183.113183 95.1707328,183.109756 L203.526864,183.109756 C204.500034,183.125392 205.439709,182.752152 206.139105,182.071667 C206.8385,181.391183 207.240305,180.459216 207.256098,179.480855 L207.256098,105.286855 Z" id="Path" fill="#023852" fill-rule="nonzero"></path>
70
- <rect id="Rectangle" fill="#356075" fill-rule="nonzero" x="95.5792683" y="101.615854" width="111.676829" height="78.4756098" rx="2.16"></rect>
71
- <rect id="Rectangle" fill="#0099DA" fill-rule="nonzero" x="101.615854" y="105.640244" width="99.6036585" height="57.347561" rx="1.27"></rect>
72
- <rect id="Rectangle" fill="#2BA8E0" fill-rule="nonzero" x="175.060976" y="110.670732" width="21.1280488" height="21.1280488"></rect>
73
- <path d="M193.712294,126.001838 C193.633898,125.758257 193.463034,125.548566 193.230712,125.410819 L192.136557,124.756098 L191.597185,124.756098 L190.6764,128.748131 L190.152439,131.79878 L193.877958,131.79878 L194.174613,127.580249 C194.183579,127.445032 194.165293,127.309456 194.120676,127.180338 L193.712294,126.001838 Z" id="Path" fill="#2BA8E0" fill-rule="nonzero"></path>
74
- <path d="M180.232344,125.657325 C179.971187,125.754301 179.764569,125.939508 179.658343,126.171844 L179.169516,127.223822 C179.104047,127.361431 179.076136,127.510753 179.088045,127.659689 L179.428742,131.79878 L182.717213,131.79878 L183.109756,127.682629 L182.613523,124.756098 L180.232344,125.657325 Z" id="Path" fill="#2BA8E0" fill-rule="nonzero"></path>
75
- <path d="M190.968266,125.934662 C190.968266,124.523507 190.25058,124.421359 190.157114,123.01777 L190.157114,119.907933 L190.490921,120.047914 L191.158537,119.143715 L191.001647,117.513131 L190.727925,117.376934 L190.52764,116.820795 L190.227213,116.011178 L188.384595,114.819452 C188.257748,114.701605 188.086873,114.664581 187.930616,114.721087 L186.905827,115.099413 C186.626183,115.199948 186.41261,115.45776 186.341692,115.780399 L184.829543,120.161411 L184.689344,122.344351 L184.148575,124.742936 L184.242041,126.925875 L184.118532,128.33703 C184.107992,128.475556 184.128667,128.614846 184.178618,128.741839 L184.912995,130.565369 C184.993613,130.76294 185.141923,130.91463 185.323578,130.98531 L187.259663,131.741962 C187.437445,131.810622 187.629321,131.817212 187.810445,131.760878 L189.946815,131.087458 C190.242658,130.995496 190.478997,130.743226 190.577711,130.414038 L191.078423,128.764538 C191.122246,128.61868 191.138176,128.463921 191.125156,128.310547 L190.994971,126.959924 L190.968266,125.934662 Z" id="Path" fill="#2BA8E0" fill-rule="nonzero"></path>
76
- <path d="M189.24695,125.865173 C189.130814,124.972569 190.190115,122.774779 190.151403,122.163841 L189.48978,120.731707 L187.870915,122.826352 C187.734924,123.003249 187.536579,123.103427 187.328948,123.100084 L186.35411,123.100084 C186.157413,123.09632 185.97109,122.999934 185.840296,122.834286 L184.411472,121.029242 L184.115854,125.857239 L185.523562,125.956417 C185.565362,125.956967 185.605965,125.972224 185.639698,126.000055 L186.568785,126.722073 C186.645696,126.783699 186.748782,126.783699 186.825692,126.722073 L187.592893,126.115102 C187.625543,126.090711 187.663004,126.075726 187.70199,126.071464 L189.24695,125.865173 Z" id="Path" fill="url(#linearGradient-3)" fill-rule="nonzero" style="mix-blend-mode: multiply;"></path>
77
- <path d="M186.430229,113.769211 L186.430229,113.769211 C186.3015,113.679836 186.134612,113.664016 185.991013,113.727578 L183.689521,114.768415 C183.339038,114.926743 183.062675,115.210787 182.916501,115.562922 L181.8413,118.151138 C181.770719,118.317683 181.729141,118.494804 181.71832,118.675026 L181.451276,122.529595 C181.436685,122.773947 181.364492,123.011556 181.240453,123.223487 L180.091463,125.176792 L180.882052,125.350265 L181.352892,126.86295 L183.83007,127.733784 C183.886045,127.752231 183.947525,127.743913 183.996411,127.71128 C184.045297,127.678646 184.076024,127.625412 184.079545,127.56725 L184.364157,121.953665 L183.931969,120.926705 C183.843073,120.715637 183.82702,120.481543 183.88629,120.260569 L184.86662,116.558656 C184.94127,116.262777 185.166082,116.02635 185.46044,115.934154 L186.539155,115.587208 C186.703634,115.535388 186.883501,115.569341 187.017022,115.677414 L188.422513,116.843152 C188.597388,116.9852 188.711569,117.187146 188.742263,117.408674 L188.893353,118.484206 C188.895641,118.496106 188.90405,118.505967 188.915536,118.51022 C188.927023,118.514473 188.939924,118.512503 188.949573,118.505023 L189.406357,118.092157 C189.433886,118.067395 189.472318,118.058235 189.508255,118.067871 L189.596099,118.099096 C189.69453,118.128211 189.765349,118.21322 189.775299,118.314203 L189.905307,119.497288 C189.915416,119.592922 189.884877,119.68841 189.820977,119.760967 L189.265808,120.409756 C189.232503,120.446875 189.180523,120.461732 189.132287,120.44792 L188.854702,120.347306 L188.854702,121.273651 C188.854533,121.387553 188.812021,121.497431 188.735235,121.582433 L188.246827,122.147955 L188.780914,127.615822 C188.787201,127.675278 188.823466,127.72758 188.87733,127.754873 C188.931194,127.782165 188.995373,127.780758 189.047957,127.751131 L190.102076,127.164792 C190.197625,127.11106 190.26633,127.020609 190.291817,126.914991 L190.716978,126.346 C190.716978,126.290489 191.068351,126.346 191.110516,126.370286 L192.164634,125.783948 L190.439394,122.88695 C190.278801,122.621869 190.207451,122.313342 190.235597,122.005707 L190.446421,119.61178 C190.462221,119.487367 190.462221,119.361492 190.446421,119.237079 L190.095048,116.704374 C190.079479,116.58241 190.040101,116.464586 189.979095,116.357428 L189.033902,114.73719 C188.931563,114.563106 188.776807,114.424853 188.591172,114.341672 L187.319203,113.769211 C187.202291,113.715262 187.067173,113.715262 186.950261,113.769211 L186.879987,113.800436 C186.736183,113.875002 186.56205,113.862913 186.430229,113.769211 Z" id="Path" fill="#023852" fill-rule="nonzero"></path>
78
- <path d="M192.79167,124.031644 L191.770024,124.5037 L191.770024,124.5037 L191.127434,124.14058 C191.102123,124.125971 191.071352,124.124573 191.044835,124.136828 C191.018319,124.149083 190.999329,124.173477 190.993862,124.20231 L190.661737,125.763726 C190.635767,125.876225 190.565384,125.97324 190.466794,126.032435 L190.174379,126.19947 L190.257411,126.965653 C190.271618,127.116448 190.254404,127.268565 190.20687,127.412291 L189.665362,129.017281 C189.560515,129.336717 189.304872,129.582973 188.983061,129.674529 L186.672625,130.331776 C186.476743,130.385846 186.269234,130.379521 186.076966,130.31362 L183.983134,129.58738 C183.785551,129.519457 183.624786,129.372212 183.539097,129.180685 L182.744885,127.405029 C182.691006,127.280534 182.668678,127.144537 182.679904,127.009228 L182.759325,126.177683 L181.474145,125.709258 L180.990398,124.100637 L180.178135,123.919077 L180.178135,123.919077 L179.456124,123.759304 C179.379505,123.739573 179.298222,123.751504 179.230403,123.792434 C179.162583,123.833364 179.113867,123.89989 179.095119,123.977176 C179.076778,124.047704 179.084474,124.122528 179.116779,124.187786 L179.420024,124.815983 C179.534612,125.05163 179.586835,125.313024 179.571646,125.574904 L179.546376,126.097797 C179.532798,126.359611 179.588875,126.620331 179.708828,126.853086 L180.636613,128.610587 C180.735968,128.801203 180.772624,129.018615 180.741304,129.231522 L180.362248,131.79878 L192.17796,131.79878 L191.903596,129.540174 C191.875683,129.317431 191.909411,129.09126 192.001068,128.886558 L192.683368,127.350561 C192.774161,127.150724 192.809106,126.929781 192.78445,126.711469 L192.701418,125.985229 C192.680774,125.78439 192.707999,125.581492 192.78084,125.393344 L193.141845,124.44197 C193.170478,124.379542 193.178083,124.309423 193.163505,124.242254 C193.147372,124.161413 193.097018,124.091658 193.025591,124.051201 C192.954165,124.010745 192.868757,124.003604 192.79167,124.031644 L192.79167,124.031644 Z" id="Path" fill="#FFFFFF" fill-rule="nonzero"></path>
79
- <rect id="Rectangle" fill="#2BA8E0" fill-rule="nonzero" x="175.060976" y="135.823171" width="21.1280488" height="21.1280488"></rect>
80
- <path d="M188.251024,152.780559 L189.185194,151.491817 C189.279566,151.364887 189.340485,151.217384 189.362614,151.062237 L189.576242,149.685467 C189.592259,149.583042 189.584841,149.478443 189.554517,149.379126 L188.81225,146.896715 C188.793283,146.83501 188.783528,146.770975 188.783284,146.706573 L188.692763,144.502332 C188.667906,143.866974 188.812604,143.236179 189.112778,142.671333 L191.158537,138.798067 L191.12957,138.445951 C191.103257,138.10289 190.863165,137.810686 190.524894,137.710031 C188.964138,137.285394 187.368725,136.992058 185.756285,136.833264 C185.526254,136.813419 185.295911,136.867872 185.100918,136.988195 L183.482415,137.960033 C183.003769,138.247642 182.679365,138.725361 182.595316,139.26638 L181.762529,144.607966 L181.740804,144.706559 L180.267133,149.868566 C180.114924,150.402099 180.060987,150.957614 180.107818,151.509423 L180.317825,153.942539 C180.345598,154.280203 180.575597,154.570144 180.904396,154.68198 L181.628559,154.939024" id="Path" fill="#023852" fill-rule="nonzero"></path>
81
- <polyline id="Path" fill="#2BA8E0" fill-rule="nonzero" points="192.164634 155.204005 189.368012 150.914634 187.134146 152.463114 188.266521 155.680142 192.017082 155.945122 192.164634 155.204005"></polyline>
82
- <path d="M188.747243,148.514325 L188.975218,147.916966 C189.022119,147.805726 189.126083,147.727292 189.248097,147.711097 L190.951002,147.528851 C191.038746,147.521481 191.120295,147.481642 191.178977,147.41748 L191.624565,146.968617 C191.702733,146.883356 191.731342,146.765194 191.700556,146.65475 L191.60384,146.351009 C191.574981,146.256213 191.590133,146.153819 191.64529,146.070891 L191.742006,145.92577 C191.798269,145.839986 191.807326,145.732524 191.766185,145.638903 L191.766185,145.638903 C191.728732,145.557131 191.745063,145.461393 191.807635,145.39591 L191.807635,145.39591 C191.892489,145.303023 191.909037,145.168284 191.849085,145.058419 L191.721281,144.8188 C191.676745,144.736937 191.690646,144.636435 191.755823,144.569057 L192.125419,144.174193 C192.177706,144.1138 192.177706,144.025342 192.125419,143.964949 L191.189339,142.716233 C191.141302,142.652068 191.120285,142.572344 191.130619,142.493489 L191.20661,141.886005 C191.213422,141.854858 191.213422,141.822656 191.20661,141.791508 L190.674668,139.847561 L188.771422,140.566416 L187.134146,145.56128 L187.686813,148.902439 L188.723064,148.524449" id="Path" fill="#2BA8E0" fill-rule="nonzero"></path>
83
- <path d="M187.649784,146.890244 L187.134146,148.534194 L187.206658,148.902439 L188.415183,148.534194 L188.681059,147.952236 C188.735758,147.843864 188.857006,147.767452 188.999304,147.751674 L190.985315,147.574127 C191.046003,147.565631 191.104541,147.548965 191.158537,147.524809 L187.649784,146.890244 Z" id="Path" fill="url(#linearGradient-4)" fill-rule="nonzero" style="mix-blend-mode: multiply;"></path>
84
- <path d="M188.251024,152.780559 L189.185194,151.491817 C189.279566,151.364887 189.340485,151.217384 189.362614,151.062237 L189.576242,149.685467 C189.592259,149.583042 189.584841,149.478443 189.554517,149.379126 L188.81225,146.896715 C188.793283,146.83501 188.783528,146.770975 188.783284,146.706573 L188.692763,144.502332 C188.667906,143.866974 188.812604,143.236179 189.112778,142.671333 L191.158537,138.798067 L191.12957,138.445951 C191.103257,138.10289 190.863165,137.810686 190.524894,137.710031 C188.964138,137.285394 187.368725,136.992058 185.756285,136.833264 C185.526254,136.813419 185.295911,136.867872 185.100918,136.988195 L183.482415,137.960033 C183.003769,138.247642 182.679365,138.725361 182.595316,139.26638 L181.762529,144.607966 L181.740804,144.706559 L180.267133,149.868566 C180.114924,150.402099 180.060987,150.957614 180.107818,151.509423 L180.317825,153.942539 C180.345598,154.280203 180.575597,154.570144 180.904396,154.68198 L181.628559,154.939024" id="Path" fill="#023852" fill-rule="nonzero"></path>
85
- <path d="M191.835797,155.377363 L189.191886,154.586938 C189.011506,154.534111 188.860774,154.415848 188.772865,154.258177 L187.957072,152.792742 C187.875175,152.647635 187.857831,152.477765 187.908866,152.320585 L188.183269,151.495185 C188.20235,151.436067 188.190156,151.371902 188.150493,151.322716 C188.110829,151.273529 188.048527,151.24531 187.983029,151.246865 L185.758138,151.341296 C185.627155,151.346734 185.497605,151.313743 185.387323,151.246865 L183.299634,149.956303 C183.229365,149.912707 183.143241,149.898134 183.061287,149.915972 C182.979333,149.93381 182.908689,149.982505 182.86578,150.050734 L182.22427,151.044012 C182.121427,151.202138 182.104891,151.397096 182.179773,151.568631 L182.20573,151.624591 C182.290285,151.820796 182.257798,152.044613 182.120442,152.212164 C181.868288,152.512945 181.471516,153.034066 181.24161,153.338345 C181.1273,153.491937 181.078332,153.680425 181.104409,153.866461 L181.575344,156.95122 L193.170732,156.95122 L191.835797,155.377363 Z" id="Path" fill="#FFFFFF" fill-rule="nonzero"></path>
86
- <path d="M187.551485,153.785078 C187.457549,153.598204 187.316298,153.438367 187.141379,153.32101 L185.185781,152.04108 C185.008267,151.927714 184.790824,151.892449 184.585811,151.943775 C182.892674,152.388172 181.83534,154.046022 182.163148,155.742397 L182.394782,156.95122 L189.146341,156.95122 L187.551485,153.785078 Z" id="Path" fill="#2BA8E0" fill-rule="nonzero"></path>
87
- <path d="M185.121951,151.920732 C184.289053,152.194626 183.611164,152.933784 183.293826,153.914086 C183.105416,154.514411 183.060511,155.167834 183.164346,155.798164 L183.343151,156.95122 L185.00172,156.95122 L184.671856,154.479309 C184.645591,154.293914 184.651896,154.10381 184.690353,153.921622 L185.121951,151.920732 Z" id="Path" fill="url(#linearGradient-5)" fill-rule="nonzero" style="mix-blend-mode: multiply;"></path>
88
- <path d="M102.484624,161.981707 L200.354288,161.981707 C200.580007,161.985327 200.797985,161.900473 200.960253,161.745698 C201.122521,161.590923 201.215782,161.37891 201.219512,161.156315 L146.965677,106.646341 L102.484624,106.646341 C102.256751,106.64272 102.036803,106.728898 101.873665,106.885838 C101.710526,107.042778 101.617713,107.257478 101.615854,107.48222 L101.615854,161.156315 C101.625553,161.620408 102.013982,161.989389 102.484624,161.981707 L102.484624,161.981707 Z" id="Path" fill="url(#linearGradient-6)" fill-rule="nonzero"></path>
89
- <path d="M172.759195,190.964309 L172.734488,191.069951 L177.675953,189.344465 C177.903964,189.271335 178.086458,189.099032 178.172205,188.875925 C178.257952,188.652817 178.237707,188.402958 178.117155,188.196488 C177.390054,186.963998 176.027621,184.639874 175.293461,183.266527 L179.860786,164.419992 L182.356226,163.993902 L196.827659,193.084192 C197.184274,193.801649 197.285119,194.618949 197.113558,195.401273 L196.502934,198.147966 C196.502934,198.147966 175.904085,198.218394 172.243871,198.197265 L172.042683,191.200243 L172.759195,190.964309 Z" id="Path" fill="#0099DA" fill-rule="nonzero"></path>
90
- <path d="M180.5058,168.018293 L177.22016,175.318159 L175.241859,183.869639 C175.971617,185.280416 177.317,187.667884 178.008713,188.933966 C178.126839,189.146064 178.146676,189.402733 178.062655,189.631921 C177.978634,189.861109 177.799814,190.038108 177.576392,190.113231 L172.734397,191.885746 L172.758607,191.777225 L172.042683,192.019589 L172.239821,199.207317 C174.837206,199.207317 186.125974,199.18923 192.164634,199.171143 L180.5058,168.018293 Z" id="Path" fill="url(#linearGradient-7)" fill-rule="nonzero" style="mix-blend-mode: multiply;"></path>
91
- <rect id="Rectangle" fill="#023852" fill-rule="nonzero" x="47.2865854" y="201.219512" width="201.219512" height="14.0853659"></rect>
92
- <rect id="Rectangle" fill="#356075" fill-rule="nonzero" x="28.1707317" y="198.20122" width="240.457317" height="5.0304878" rx="2.5152439"></rect>
93
- <rect id="Rectangle" fill="#356075" fill-rule="nonzero" x="47.2865854" y="202.22561" width="4.02439024" height="127.77439"></rect>
94
- <rect id="Rectangle" fill="#356075" fill-rule="nonzero" x="246.493902" y="202.22561" width="4.02439024" height="127.77439"></rect>
95
- <path d="M134.026527,313.902439 C133.935548,313.956313 132.896293,314.912577 132.161465,315.569166 C131.692831,315.992455 131.394238,316.561144 131.318164,317.175285 L130.810783,321.175429 C130.724411,321.867726 130.949811,322.562522 131.430137,323.084589 L136.31149,328.40128 C136.656662,328.778458 137.153882,328.994376 137.676169,328.993902 L145.388356,328.993902 C145.623719,328.994775 145.853567,328.925364 146.046202,328.795234 L146.39612,328.552801 C146.717796,328.336171 146.903519,327.977475 146.889504,327.599904 L146.602571,320.475067 C146.588593,320.129544 146.542926,319.785885 146.466103,319.448094 L145.811757,316.619709 L134.026527,313.902439 Z" id="Path" fill="#023852" fill-rule="nonzero"></path>
96
- <path d="M134.817073,315.914634 L135.08824,318.760255 C135.10637,319.061658 135.23413,319.336857 135.435889,319.509102 L135.720962,319.757292 C135.875861,319.888141 136.061885,319.95141 136.249389,319.937015 L139.847561,319.556173 L134.817073,315.914634 Z" id="Path" fill="#2BA8E0" fill-rule="nonzero"></path>
97
- <polygon id="Path" fill="#0099DA" fill-rule="nonzero" points="152.926829 315.128356 153.497806 319.271111 162.665352 320.945122 166.006098 319.80206 165.481225 317.860883 163.619344 314.908537"></polygon>
98
- <path d="M152.780053,318.649155 L152.780053,320.911953 C152.778562,321.088777 152.74943,321.264213 152.693765,321.431586 L152.143677,323.031022 C152.082733,323.2037 152.049937,323.385483 152.046603,323.569082 L151.920732,328.658533 C151.918125,328.95812 152.068009,329.237456 152.316254,329.395601 L153.035322,329.852583 C153.189154,329.94864 153.365734,329.999626 153.545861,330 L160.625092,330 C161.037854,330.000707 161.44389,329.89285 161.804365,329.686743 L169.261107,325.397009 C169.483483,325.268941 169.676077,325.092903 169.825576,324.881062 L170.8107,323.495375 C170.994069,323.23451 171.070237,322.910299 171.022825,322.592467 L170.749579,320.782966 C170.694901,320.418231 170.482087,320.09847 170.170729,319.913226 L165.173201,316.920732 L164.939504,318.54228 C164.871453,319.009957 164.490642,319.363271 164.029882,319.386223 L162.07042,319.500468 C161.882283,319.508217 161.695355,319.466343 161.527523,319.378852 L160.006693,318.568078 C159.868677,318.494272 159.716419,318.452738 159.560871,318.446462 L153.315759,318.151635 C153.17982,318.142579 153.046104,318.190389 152.945152,318.284146 C152.844199,318.377902 152.784632,318.509598 152.780053,318.649155 L152.780053,318.649155 Z" id="Path" fill="#023852" fill-rule="nonzero"></path>
99
- <path d="M150.387159,258.567073 L148.902439,269.98604 L149.625675,313.486185 C149.632288,314.011246 149.905311,314.494487 150.345434,314.760128 L152.282176,315.94103 L160.627205,316.910802 C160.926089,316.94625 161.228338,316.886286 161.493002,316.739034 L162.650874,316.087748 C163.134115,315.818661 163.429707,315.293204 163.415835,314.727922 L163.144622,303.634597 L165.682902,295.343232 C165.75262,295.108866 165.80607,294.869697 165.842848,294.627534 L168.075143,279.88057 C168.117439,279.610469 168.144144,279.338026 168.155116,279.064674 L169.02439,259.608414 L150.387159,258.567073 Z" id="Path" fill="#023852" fill-rule="nonzero"></path>
100
- <path d="M168.082097,280.351383 C168.124393,280.088287 168.151098,279.822909 168.162071,279.556645 L169.02439,260.587507 L150.387159,259.573171 L148.902439,270.696015 L149.149313,285.154667 C155.116009,287.824707 161.138338,290.526119 166.152309,292.77439 L168.082097,280.351383 Z" id="Path" fill="#023852" fill-rule="nonzero"></path>
101
- <path d="M122.743902,258.567073 L128.368278,295.067975 C128.438549,295.514498 128.56149,295.951726 128.734687,296.371072 L130.486121,300.546661 C130.486121,300.546661 131.567027,310.843609 131.724583,311.290993 C131.841834,311.64606 132.823809,313.730304 133.230523,314.642827 C133.359828,314.927398 133.455696,315.225159 133.516322,315.530495 L133.915707,317.600536 C133.994563,318.012218 134.290979,318.353401 134.696158,318.498856 L138.389559,319.84101 C138.684729,319.948211 139.006118,319.967985 139.312909,319.897821 L144.853011,318.655086 C145.508134,318.508788 145.981895,317.956709 146.010863,317.305831 L146.890244,297.933367 L145.508883,292.706779 L145.974222,290.526667 L146.095137,267.447302 L143.343406,258.741056 L122.743902,258.567073 Z" id="Path" fill="#023852" fill-rule="nonzero"></path>
102
- <path d="M143.27461,257.71961 L123.75,257.560976 L126.144102,273.822812 C130.557032,275.811035 137.958246,279.156468 145.800752,282.713415 L145.884146,266.349347 L143.27461,257.71961 Z" id="Path" fill="#023852" fill-rule="nonzero"></path>
103
- <rect id="Rectangle" fill="#9DADB7" fill-rule="nonzero" x="145.884146" y="269.634146" width="6.03658537" height="9.05487805"></rect>
104
- <path d="M124.043157,190.964309 L124.064333,191.069951 L119.12316,189.344465 C118.895162,189.271335 118.712679,189.099032 118.626937,188.875925 C118.541195,188.652817 118.561438,188.402958 118.681983,188.196488 C119.409042,186.963998 120.771394,184.639874 121.505511,183.266527 L116.938455,164.419992 L114.443162,163.993902 L99.9725823,193.084192 C99.613777,193.800986 99.5128431,194.619057 99.6867001,195.401273 L100.297288,198.147966 C100.297288,198.147966 120.894923,198.218394 124.554921,198.197265 L124.756098,191.200243 L124.043157,190.964309 Z" id="Path" fill="#0099DA" fill-rule="nonzero"></path>
105
- <path d="M112.682927,199.19522 C117.761297,199.19522 122.915361,199.222438 124.559982,199.19522 L124.756098,191.469232 L124.043887,191.208718 L124.064531,191.325366 L119.247649,189.420115 C119.025387,189.339366 118.847494,189.149112 118.763909,188.902761 C118.680324,188.65641 118.700057,188.38052 118.81757,188.15254 C119.068736,187.713165 112.682927,199.19522 112.682927,199.19522 Z" id="Path" fill="url(#linearGradient-8)" fill-rule="nonzero" style="mix-blend-mode: multiply;"></path>
106
- <path d="M123.552643,157.259157 C123.747659,157.347434 123.961402,157.386147 124.174926,157.371865 C125.159329,157.311989 128.042222,157.142926 128.362153,157.142926 L167.014015,157.516273 L173.412631,157.019651 L176.133801,155.20575 C176.488213,154.967694 176.924014,154.88425 177.341076,154.97459 C177.758138,155.06493 178.120603,155.321287 178.345191,155.684761 L181.540984,161.020801 C181.915387,161.647317 182.11003,162.365156 182.103659,163.095341 L181.998028,171.29488 C181.991197,171.867334 181.845181,172.429492 181.572625,172.932674 L176.562719,182.245209 C176.174779,182.961881 175.950245,183.755796 175.905279,184.569821 L174.565789,209.531219 L123.373341,210.27439 L121.390473,187.880632 C121.346404,187.256398 121.099429,186.663814 120.687329,186.193527 L115.353976,176.36676 C115.193169,176.072683 115.0748,175.757246 115.002404,175.429871 L112.755857,165.441085 C112.629848,164.888124 112.667727,164.310336 112.864844,163.778636 L114.71763,158.787765 C114.891839,158.326002 115.195912,157.924725 115.593045,157.632503 L118.106788,155.78338 C118.583227,155.435742 119.20753,155.3661 119.74863,155.600229 L123.552643,157.259157 Z" id="Path" fill="#FFFFFF" fill-rule="nonzero"></path>
107
- <path d="M197.095769,221.891364 C196.820976,221.391387 196.189947,221.197854 195.673976,221.455309 L192.293664,222.913476 C191.986328,223.043222 191.765978,223.315835 191.707175,223.639072 L185.561476,258.432765 L185.287781,258.907192 L185.518822,258.432765 L183.940633,256.144348 C183.340547,255.290467 182.349455,254.782586 181.292544,254.787346 L115.467101,254.787346 C114.41019,254.782586 113.419098,255.290467 112.819012,256.144348 L111.240823,258.432765 L111.240823,258.432765 L105.09157,223.639072 C105.032766,223.315835 104.812417,223.043222 104.50508,222.913476 L101.124768,221.455309 C100.608797,221.197854 99.9777681,221.391387 99.7029757,221.891364 C99.5856576,222.127891 99.571669,222.401137 99.6642397,222.648014 C99.7568104,222.894892 99.9479379,223.094057 100.193494,223.199528 L102.681631,224.301875 C102.984502,224.433795 103.201373,224.70409 103.261012,225.023982 L109.513345,260.403733 C109.550401,260.61758 109.634059,260.821055 109.758604,261.000256 L109.758604,261.000256 C110.435943,261.963082 111.347347,262.744844 112.410247,263.274718 L123.628191,268.891105 C124.590329,269.380359 125.658299,269.635212 126.741916,269.634146 L169.964411,269.634146 C171.090398,269.63464 172.198643,269.358829 173.188326,268.831802 L184.399161,263.250299 C185.463898,262.724847 186.376947,261.945122 187.054358,260.982814 L187.054358,260.982814 C187.178903,260.803613 187.262562,260.600138 187.299618,260.386291 L193.530624,225.023982 C193.590263,224.70409 193.807133,224.433795 194.110004,224.301875 L196.598141,223.199528 C196.845659,223.096182 197.039082,222.897626 197.133161,222.650311 C197.22724,222.402996 197.213722,222.128617 197.095769,221.891364 Z" id="Path" fill="#ACB9C2" fill-rule="nonzero"></path>
108
- <path d="M185.121951,258.520863 L183.561756,256.023578 C182.968513,255.091762 181.988722,254.537525 180.943862,254.542683 L115.854919,254.542683 C114.810059,254.537525 113.830268,255.091762 113.237024,256.023578 L111.676829,258.520863 L111.676829,258.520863 L133.523072,261.478774 L162.302343,261.585366 L185.121951,258.539897 L185.121951,258.520863 Z" id="Path" fill="#9DADB7" fill-rule="nonzero"></path>
109
- <path d="M113.689024,245.048576 L113.969045,247.905442 C114.103377,249.236144 114.68436,250.469031 115.603669,251.374226 L121.676626,257.380779 C122.722754,258.414351 124.001258,259.138768 125.386906,259.483072 L132.037407,261.146136 C133.203478,261.436628 134.396563,261.583984 135.593675,261.585366 L160.841078,261.585366 C161.973517,261.585615 163.102607,261.453441 164.208332,261.191185 L171.600889,259.445531 C172.968985,259.122843 174.238359,258.433088 175.290167,257.440844 L181.0411,251.997406 C182.015073,251.079179 182.629052,249.799723 182.75973,248.415999 L183.109756,244.481707 L113.689024,245.048576 Z" id="Path" fill="#023852" fill-rule="nonzero"></path>
110
- <path d="M126.454464,187.179443 L128.971083,182.386018 C129.51758,181.344108 129.332085,180.05722 128.515098,179.222571 L121.776268,172.241542 C121.605635,172.051808 121.33815,171.990955 121.10545,172.088931 C120.87275,172.186906 120.72385,172.423073 120.732028,172.681207 L121.386418,186.582499 L121.30636,186.847013 C121.386881,187.077274 121.436076,187.317844 121.452554,187.561917 L123.415725,210.27439 L146.890244,209.916939 L127.199355,191.590396 C125.989694,190.47272 125.681908,188.65013 126.454464,187.179443 Z" id="Path" fill="#EBEFF1" fill-rule="nonzero"></path>
111
- <path d="M122.614312,161.97055 L133.550183,161.567455 L135.823171,157.642406 L127.490065,157.563837 C127.170925,157.563837 124.259657,157.727808 123.266777,157.785881 C123.051414,157.799733 122.83583,157.762185 122.639134,157.676567 L118.795268,156.077853 C118.249507,155.850775 117.619827,155.91832 117.139285,156.255487 L114.603893,158.048917 C114.20334,158.332337 113.896647,158.721529 113.720938,159.169384 L113.689024,159.258201 L114.426593,159.743281 C116.840525,161.305607 119.708654,162.085812 122.614312,161.97055 Z" id="Path" fill="#EBEFF1" fill-rule="nonzero"></path>
112
- <path d="M135.984042,117.319093 L142.615669,114.143914 C143.512608,113.713827 144.559022,113.677957 145.485496,114.045537 C146.27981,114.357576 147.165557,114.378098 147.974559,114.103206 L148.327118,113.981084 C149.066896,113.733431 149.871919,113.733431 150.611698,113.981084 L157.90966,116.355684 C158.741331,116.622939 159.404102,117.235741 159.71476,118.024689 L165.574284,132.804878 L165.983252,128.1778 C166.062535,127.288976 165.934867,126.394325 165.60954,125.558955 L161.463451,114.890217 C161.154574,114.106003 160.495678,113.496929 159.668927,113.231389 L152.37449,110.856789 C151.633501,110.609146 150.827374,110.609146 150.086385,110.856789 L149.733827,110.982303 C148.925877,111.257808 148.040574,111.23606 147.248289,110.921242 C146.320214,110.555753 145.273665,110.591584 144.374936,111.019618 L137.743309,114.19819 C136.942141,114.577987 136.297483,115.206637 135.91353,115.982533 L134.817073,118.197695 C135.146668,117.83834 135.542263,117.540499 135.984042,117.319093 L135.984042,117.319093 Z" id="Path" fill="#28566C" fill-rule="nonzero"></path>
113
- <path d="M151.842061,294.786585 L143.950661,294.786585 L96.6165239,321.156708 C95.9720548,321.516126 95.574726,322.196098 95.5792683,322.931756 L95.5792683,330 L98.6303633,330 L98.6303633,325.931589 C98.6306318,325.143866 99.0914106,324.428418 99.8101525,324.099738 L143.768881,303.967137 C144.44015,303.661975 145.169589,303.504561 145.907472,303.505624 L149.913765,303.505624 C150.651648,303.504561 151.381087,303.661975 152.052355,303.967137 L197.190873,324.639353 L197.190873,329.9858 L200.213415,329.9858 L200.213415,321.731824 L151.842061,294.786585 Z" id="Path" fill="#B0BDC6" fill-rule="nonzero"></path>
114
- <path d="M144.878049,294.786585 L97.6209336,321.156708 C96.9775132,321.516126 96.580831,322.196098 96.5853659,322.931756 L96.5853659,330 L99.6314961,330 L99.6314961,325.931589 C99.6317642,325.143866 100.091793,324.428418 100.809366,324.099738 L132.515758,309.54434 L144.878049,294.786585 Z" id="Path" fill="#9DADB7" fill-rule="nonzero"></path>
115
- <path d="M145.537561,276.676829 L152.274418,276.676829 C152.634735,276.676829 152.926829,276.977286 152.926829,277.347869 L152.926829,294.786585 L144.878049,294.786585 L144.878049,277.351516 C144.877098,277.171654 144.946387,276.998924 145.070381,276.872084 C145.194374,276.745243 145.362689,276.674911 145.537561,276.676829 Z" id="Path" fill="#9DADB7" fill-rule="nonzero"></path>
116
- <rect id="Rectangle" fill="#023852" fill-rule="nonzero" x="143.871951" y="276.676829" width="9.05487805" height="15.0914634" rx="4.52743902"></rect>
117
- <rect id="Rectangle" fill="#FFFFFF" fill-rule="nonzero" x="110.670732" y="127.77439" width="40.2439024" height="1.00609756"></rect>
118
- <rect id="Rectangle" fill="#FFFFFF" fill-rule="nonzero" x="110.670732" y="130.792683" width="40.2439024" height="1.00609756"></rect>
119
- <rect id="Rectangle" fill="#FFFFFF" fill-rule="nonzero" x="110.670732" y="134.817073" width="40.2439024" height="1.00609756"></rect>
120
- <rect id="Rectangle" fill="#FFFFFF" fill-rule="nonzero" x="110.670732" y="137.835366" width="40.2439024" height="1.00609756"></rect>
121
- <rect id="Rectangle" fill="#FFFFFF" fill-rule="nonzero" x="110.670732" y="141.859756" width="40.2439024" height="1.00609756"></rect>
122
- <path d="M173.846356,156.517089 L166.712354,141.448748 C166.233348,140.441936 166.030504,139.324233 166.124889,138.211713 L166.90583,128.993434 C166.98592,128.057186 166.857317,127.114736 166.529431,126.235041 L162.396071,115.088013 C162.087881,114.268382 161.430448,113.631801 160.605535,113.354268 L153.341376,110.872423 C152.592975,110.610076 151.778613,110.610076 151.030212,110.872423 L150.699544,110.989424 C149.846478,111.268979 148.922591,111.233793 148.092889,110.890151 C147.192992,110.553456 146.195114,110.606052 145.334971,111.035516 L138.718078,114.357642 C137.918689,114.754592 137.275464,115.411633 136.892365,116.222571 L131.967511,126.664045 C131.748726,127.130247 131.608445,127.629895 131.552416,128.142516 L129.012599,151.961132 C128.988547,152.171598 128.944971,152.379327 128.882442,152.581593 L125.938083,161.88851 L125.762195,162.441607 L141.275484,167.54357 C146.740391,169.342174 152.605359,169.505964 158.160697,168.01512 L173.23075,163.973259 C173.248044,163.967739 173.260465,163.952437 173.262409,163.934259 L173.438297,162.516062 L174.04335,157.64101 C174.084219,157.255141 174.015924,156.865491 173.846356,156.517089 L173.846356,156.517089 Z" id="Path" fill="#023852" fill-rule="nonzero"></path>
123
- <path d="M130.157836,128.546343 L135.155445,120.115263 C135.589058,119.425786 136.241446,118.896124 137.0117,118.608207 L143.726344,115.899723 C144.61914,115.551076 145.605595,115.510215 146.525005,115.783795 C147.380674,116.05943 148.298775,116.087474 149.170168,115.864593 L149.505722,115.766231 C150.272832,115.555539 151.083918,115.555539 151.851028,115.766231 L159.23321,117.768612 C160.019036,117.951974 160.683368,118.465739 161.050198,119.173792 L165.233911,128.195048 C165.56262,128.891333 165.694567,129.661929 165.615871,130.425772 L164.823393,137.883765 C164.731628,138.797169 164.939278,139.715503 165.415966,140.504426 L168.018293,144.878049 L165.733672,140.170696 C165.250307,139.172318 165.045777,138.065292 165.141098,136.963372 L165.933576,127.829702 C166.013166,126.90209 165.882714,125.968653 165.551616,125.096626 L161.375043,114.041372 C161.0623,113.229264 160.395155,112.598526 159.558055,112.32354 L152.186582,109.864474 C151.427125,109.604535 150.600733,109.604535 149.841276,109.864474 L149.505722,109.980402 C148.640053,110.257391 147.702518,110.222528 146.860559,109.882039 C145.947368,109.548434 144.934748,109.600548 144.061898,110.02607 L137.347254,113.317704 C136.535874,113.711947 135.882278,114.362571 135.490999,115.165516 L130.49339,125.511154 C130.269783,125.972489 130.127352,126.467821 130.072163,126.976055 L129.786585,129.603741 C129.846649,129.232647 129.972298,128.874774 130.157836,128.546343 L130.157836,128.546343 Z" id="Path" fill="#25546A" fill-rule="nonzero"></path>
124
- <path d="M187.716359,206.25 L108.077897,206.25 C106.483302,206.249491 104.968346,206.941109 103.931728,208.142836 C102.895111,209.344564 102.440667,210.936027 102.687997,212.498391 L107.510351,242.943807 C107.933313,245.570184 110.218568,247.501957 112.900252,247.5 L184.100485,247.5 C186.866279,247.500934 189.194938,245.448516 189.518941,242.724316 L193.134815,212.278901 C193.312948,210.746471 192.822945,209.211511 191.78802,208.059992 C190.753095,206.908472 189.271708,206.25 187.716359,206.25 Z" id="Path" fill="#023852" fill-rule="nonzero"></path>
125
- <path d="M102.944992,214.167008 C103.718696,212.001111 105.773275,210.554153 108.077797,210.55218 L187.714793,210.55218 C190.072978,210.552819 192.164399,212.063655 192.901139,214.29878 L193.13315,212.329322 C193.315678,210.785401 192.827681,209.237304 191.79227,208.075588 C190.75686,206.913872 189.27291,206.24947 187.714793,206.25 L108.077797,206.25 C106.483231,206.249488 104.968303,206.945256 103.931704,208.154194 C102.895106,209.363133 102.440671,210.964145 102.687995,212.535884 L102.944992,214.167008 Z" id="Path" fill="#25546A" fill-rule="nonzero"></path>
126
- </g>
127
- </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 / Challenges-Personalized-Customer-Experience</title>
4
+ <defs>
5
+ <linearGradient x1="50.7012882%" y1="94.0622926%" x2="49.6098462%" y2="31.7091477%" id="linearGradient-1">
6
+ <stop stop-color="#FFFFFF" offset="0%"></stop>
7
+ <stop stop-color="#3FB0E2" offset="100%"></stop>
8
+ </linearGradient>
9
+ <linearGradient x1="22.660403%" y1="65.8606411%" x2="86.1416739%" y2="29.0307521%" id="linearGradient-2">
10
+ <stop stop-color="#FFFFFF" offset="0%"></stop>
11
+ <stop stop-color="#9DADB7" offset="100%"></stop>
12
+ <stop stop-color="#000000" offset="100%"></stop>
13
+ </linearGradient>
14
+ <linearGradient x1="50.7201532%" y1="104.68894%" x2="49.6124717%" y2="26.6158323%" id="linearGradient-3">
15
+ <stop stop-color="#FFFFFF" offset="0%"></stop>
16
+ <stop stop-color="#3FB0E2" offset="100%"></stop>
17
+ </linearGradient>
18
+ <linearGradient x1="50.5505506%" y1="63.4803922%" x2="49.8498498%" y2="43.872549%" id="linearGradient-4">
19
+ <stop stop-color="#FFFFFF" offset="0%"></stop>
20
+ <stop stop-color="#3FB0E2" offset="100%"></stop>
21
+ </linearGradient>
22
+ <linearGradient x1="50.3763744%" y1="106.067416%" x2="49.9841621%" y2="26.9662921%" id="linearGradient-5">
23
+ <stop stop-color="#FFFFFF" offset="0%"></stop>
24
+ <stop stop-color="#3FB0E2" offset="100%"></stop>
25
+ </linearGradient>
26
+ <linearGradient x1="4.21161309%" y1="71.8880506%" x2="93.5989177%" y2="29.1632442%" id="linearGradient-6">
27
+ <stop stop-color="#FFFFFF" stop-opacity="0.6" offset="0%"></stop>
28
+ <stop stop-color="#FFFFFF" stop-opacity="0" offset="100%"></stop>
29
+ </linearGradient>
30
+ <linearGradient x1="80.7131086%" y1="113.082811%" x2="13.2272588%" y2="13.0364185%" id="linearGradient-7">
31
+ <stop stop-color="#FFFFFF" offset="0%"></stop>
32
+ <stop stop-color="#3FB0E2" offset="100%"></stop>
33
+ </linearGradient>
34
+ <linearGradient x1="-95.6112853%" y1="90.4164189%" x2="132.630379%" y2="36.3320535%" id="linearGradient-8">
35
+ <stop stop-color="#FFFFFF" offset="0%"></stop>
36
+ <stop stop-color="#3FB0E2" offset="100%"></stop>
37
+ </linearGradient>
38
+ </defs>
39
+ <g id="Graphic-elements-/-Icons-/-Rich-icons-/-Marketplace-/-Challenges-Personalized-Customer-Experience" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
40
+ <g id="Group" transform="translate(53.000000, 0.000000)">
41
+ <rect id="Rectangle" stroke="#023852" stroke-width="1.3" x="-6.08224582e-12" y="-7.10542736e-14" width="333.018293" height="139.847561" rx="7.12"></rect>
42
+ <path d="M40.8099405,86.4790632 L38.6066821,91.6597979 C38.3137333,92.3407246 38.1895677,93.0796553 38.244304,93.8163717 L39.7989058,114.578263 L40.2120168,114.695122 L54.5295732,114.695122 L56.3414634,93.9226068 L54.1164622,79.4817073 L43.3973198,83.922337 C42.2223247,84.4059957 41.2917599,85.3255361 40.8099405,86.4790632 L40.8099405,86.4790632 Z" id="Path" fill="#0099DA" fill-rule="nonzero"></path>
43
+ <path d="M104.545713,81.4939024 L102.387485,81.4939024 L98.7235171,99.6223409 L96.5853659,113.689024 L111.482157,113.689024 L112.673365,94.3121678 C112.710312,93.7025272 112.639984,93.0909521 112.465907,92.5081157 L110.873168,87.1522259 C110.546563,86.0525076 109.863356,85.1079845 108.942475,84.4830727 L104.545713,81.4939024 Z" id="Path" fill="#0685C1" fill-rule="nonzero"></path>
44
+ <path d="M92.5650646,82.5202221 C92.5156699,76.4675737 89.0897886,76.0925996 88.6275945,69.9904263 L88.6522919,64.8964382 L88.6522919,56.636395 L90.2893763,57.2342311 L93.5670732,53.3429902 L92.8226232,46.3210692 L91.4819075,45.7232331 L90.515181,43.3354261 L89.0580348,39.8616093 L80.1034656,34.7463962 C79.4876183,34.2366997 78.6557437,34.0754825 77.894813,34.3183597 L72.9165241,35.924381 C71.5570031,36.3617811 70.5190876,37.4719853 70.1715853,38.8604991 L62.829403,57.6976426 L62.1449324,67.0826081 L59.5199523,77.3802466 L59.9715618,86.7545997 L59.3752962,92.828473 C59.3184429,93.4240001 59.4181918,94.0240699 59.6646085,94.5689189 L63.2351459,102.400926 C63.6217664,103.247648 64.3388618,103.897549 65.2179938,104.197971 L74.6347571,107.410014 C75.4970667,107.704158 76.427712,107.731275 77.3056037,107.487839 L87.6890936,104.59417 C89.1271417,104.194615 90.2758006,103.109119 90.7586267,101.693427 L93.1860277,94.6184438 C93.4009811,93.9890808 93.4756513,93.3201087 93.404776,92.6586734 L92.783813,86.8607244 L92.5650646,82.5202221 Z" id="Path" fill="#0099DA" fill-rule="nonzero"></path>
45
+ <path d="M88.3333581,80.8856294 C87.7935029,77.1586112 92.7451548,67.9780353 92.5556692,65.433282 L89.4881477,59.3597561 L81.9337501,68.1186094 C81.2979313,68.8560893 80.3715882,69.2729264 79.4025086,69.2576208 L74.8548542,69.1855315 C73.9346781,69.1718691 73.0621621,68.7705984 72.4487446,68.0789603 L65.7774215,60.5348121 L64.3902439,80.719824 L71.0508414,81.1235242 C71.2434886,81.1341134 71.4293094,81.1990586 71.5871214,81.3109565 L75.9274142,84.3242904 C76.2918921,84.57483 76.7713539,84.57483 77.1358318,84.3242904 L80.7110317,81.8011639 C80.8607092,81.6936949 81.0357936,81.6278116 81.2187101,81.6101272 L88.3333581,80.8856294 Z" id="Path" fill="url(#linearGradient-1)" fill-rule="nonzero" style="mix-blend-mode: multiply;"></path>
46
+ <path d="M77.3700501,24.528454 L77.3700501,24.528454 C76.7848638,24.1014595 76.0188296,24.0266738 75.3642307,24.3326314 L64.8021191,29.2851608 C63.199311,30.0365785 61.9345722,31.3740956 61.2603751,33.0307114 L56.3264803,45.2001904 C56.0068546,45.9847699 55.814991,46.8168933 55.7583986,47.6639936 L54.5345683,65.8505643 C54.4590713,66.9795772 54.1291415,68.0758925 53.5702321,69.0549327 L48.2926829,78.2835136 L51.9220938,79.0917265 L54.0787003,86.2303472 L65.4403343,90.3319387 C65.696967,90.4244847 65.9815719,90.3885519 66.2080654,90.2350089 C66.4345589,90.0814658 66.5763399,89.8283458 66.5905244,89.552209 L67.8915017,63.0770055 L65.9172424,58.2811341 C65.5064516,57.2834293 65.4300595,56.1762849 65.6998284,55.1301719 L70.1988953,37.6841663 C70.5442778,36.2866571 71.5758621,35.1692605 72.9270901,34.7290266 L77.8750116,33.1126008 C78.6313006,32.8681501 79.4581009,33.0304117 80.0701915,33.5434103 L86.582091,39.0371219 C87.3749312,39.703474 87.8959998,40.6448581 88.0443754,41.6789456 L88.7457108,46.7525288 C88.7527985,46.8130119 88.793051,46.8641833 88.84958,46.8845738 C88.9061091,46.9049642 88.9691364,46.8910464 89.0122183,46.8486599 L91.1162246,44.901116 C91.244895,44.7813891 91.4267937,44.7406495 91.5931327,44.7943037 L91.9964006,44.9260388 C92.444653,45.0743664 92.7657275,45.4755901 92.816963,45.9514367 L93.3745247,51.5448397 C93.4227501,51.9937683 93.2870734,52.4430833 92.9993103,52.7874226 L90.4429426,55.8564954 C90.2927657,56.0367415 90.0481852,56.1034354 89.8292741,56.0238346 L88.5563503,55.5645418 L88.5563503,59.8904391 C88.5566297,60.4248568 88.3631504,60.9406805 88.0128153,61.3395257 L85.7650352,64.0027119 L88.2197093,89.7943169 C88.2449093,90.0757431 88.409472,90.3247886 88.6563926,90.4551835 C88.9033131,90.5855785 89.1986255,90.5793859 89.4400329,90.438751 L94.2336606,87.6829942 C94.6729726,87.4272415 94.9860553,86.9956484 95.0963032,86.4938175 L97.0460157,83.8163897 C97.1056292,83.5457985 98.6205138,83.8163897 98.8624745,83.9303228 L103.628049,81.1674451 L95.6784116,67.5453191 C94.945123,66.2903554 94.6188252,64.8331442 94.7456355,63.3796403 L95.7204917,52.0895824 C95.785086,51.497534 95.77802,50.8996818 95.6994517,50.3093777 L94.1249536,38.3642045 C94.0490012,37.7879114 93.8644634,37.231859 93.5814187,36.7264162 L89.2822324,29.0964591 C88.8184349,28.2687609 88.1091038,27.6108618 87.255373,27.216563 L81.4202622,24.5320144 C80.8807852,24.2823973 80.2597406,24.2902304 79.7265371,24.5533768 L79.4074295,24.7100348 C78.7467764,25.0327823 77.9652205,24.9631264 77.3700501,24.528454 Z" id="Path" fill="#023852" fill-rule="nonzero"></path>
47
+ <path d="M106.50295,80.3866021 C106.753998,79.9194256 106.669941,79.350319 106.293587,78.9691116 C105.917233,78.5879041 105.331347,78.4784284 104.834303,78.696437 L100.16927,80.7253264 L100.147739,80.7253264 L100.147739,80.7253264 L97.2123559,79.2010671 C97.0962765,79.1405683 96.9574179,79.1361649 96.8374585,79.1891787 C96.7174991,79.2421925 96.6304033,79.3464521 96.6023131,79.470664 L95.077206,86.2036735 C94.964386,86.6908404 94.6439991,87.1098219 94.1944381,87.3581012 L92.8631093,88.0839389 L93.221958,91.3813163 C93.2940444,92.0275836 93.2180982,92.6812149 92.9994718,93.2961455 L90.5305925,100.208886 C90.039516,101.592114 88.8712294,102.652717 87.4086085,103.04311 L76.8476902,105.870421 C75.9547974,106.108275 75.0082496,106.081779 74.1312052,105.794381 L64.5535325,102.655996 C63.6593783,102.362463 62.9300295,101.727466 62.5368026,100.90016 L58.9052534,93.2477563 C58.654626,92.7154017 58.5531727,92.1290926 58.6109974,91.5472221 L58.9698462,87.962966 L53.0847269,85.9479021 L50.8778072,79.0178795 L47.1637227,78.2332834 L47.1888422,78.191807 L43.8981992,77.5005329 C43.3902052,77.3917539 42.8625445,77.5740536 42.5421505,77.9690296 C42.2217565,78.3640056 42.1657475,78.9012435 42.3982115,79.349691 L43.7869561,82.0594854 C44.3081097,83.0744905 44.5479269,84.2020446 44.4831227,85.3326681 L44.3575256,87.5793089 C44.2928655,88.7122396 44.5549241,89.8403106 45.1146965,90.8386661 L49.3383461,98.4081172 C49.7968727,99.2256254 49.9669071,100.164598 49.8227919,101.083348 L48.093141,112.219773 L48.1900301,112.682927 L102.08911,112.682927 L100.768547,102.407138 C100.646719,101.448884 100.800648,100.476812 101.213519,99.5971086 L104.34268,92.9781594 C104.750416,92.1128559 104.906687,91.1571895 104.79483,90.2130631 L104.435981,87.0435715 C104.333067,86.1789181 104.45643,85.3032048 104.79483,84.4962265 L106.50295,80.3866021 Z" id="Path" fill="#FFFFFF" fill-rule="nonzero"></path>
48
+ <polyline id="Path" stroke="#023852" stroke-width="1.3" points="286.737805 92.5609756 289.077849 96.3012765 304.847561 114.695122"></polyline>
49
+ <path d="M296.283376,34.2073171 L298.62894,43.2264783 C298.666096,43.3722396 298.676429,43.5239008 298.659401,43.6735939 L298.320936,46.4890253 C298.278767,46.85144 298.370628,47.2169331 298.57817,47.512501 L302.69052,53.2935668 C302.901306,53.5892444 302.880039,53.9974899 302.639751,54.2681392 L301.015118,56.0915327 C300.73215,56.4091547 300.672583,56.8758088 300.866194,57.2582252 L301.428046,58.3725212 C301.685435,58.8777982 301.611188,59.4949819 301.24189,59.9199606 L301.197889,59.9723569 C300.92987,60.2828707 300.859959,60.7253064 301.018503,61.1076116 L301.018503,61.1076116 C301.197905,61.5424174 301.157358,62.0406483 300.910194,62.4384793 L300.487113,63.1091527 C300.246704,63.4960216 300.182394,63.9720982 300.311111,64.4120757 L300.730808,65.8093122 C300.883996,66.3222157 300.754268,66.8805137 300.392343,67.2659311 L298.442784,69.3617858 C298.172539,69.6496918 297.813444,69.831286 297.427388,69.8752702 L289.94731,70.7205982 C289.407787,70.7820874 288.948047,71.1524703 288.759298,71.6777052 L287.743902,74.4512195" id="Path" stroke="#023852" stroke-width="1.3"></path>
50
+ <path d="M283.11931,97.8643438 L287.196922,92.0635983 C287.599219,91.4915755 287.862346,90.8329943 287.965219,90.1406211 L288.895633,83.9581081 C288.966148,83.4973891 288.934866,83.0267566 288.804002,82.5795032 L285.568697,71.4198727 C285.489581,71.141121 285.443448,70.8539989 285.431249,70.5644307 L285.050625,60.666754 C284.938386,57.8065638 285.564808,54.9658031 286.869162,52.4198685 L295.792683,34.9822831 L295.665808,33.4092595 C295.542865,31.8674024 294.484588,30.5613196 293.004964,30.1253518 C286.936124,28.3579096 278.287499,26.692979 272.21161,26.1733509 C271.208849,26.0929946 270.207158,26.341069 269.35693,26.8803278 L262.308335,31.2565149 C260.21615,32.5512094 258.798187,34.7039374 258.431608,37.1420976 L254.808631,61.1793123 L254.713475,61.6247077 L248.274584,84.8453641 C247.606124,87.2396101 247.367456,89.7340032 247.569724,92.2120635 L248.489566,103.170205 C248.61868,104.682828 249.613695,105.981752 251.037633,106.496532 L254.255316,107.652439" id="Path" stroke="#023852" stroke-width="1.3"></path>
51
+ <path d="M299.817073,107.292214 L288.412776,103.710047 C287.645111,103.460421 287.004893,102.922827 286.627507,102.21095 L283.099816,95.5664928 C282.751245,94.908819 282.681789,94.1391855 282.907007,93.4300115 L284.085284,89.6911693 C284.168955,89.4205898 284.115742,89.1263433 283.94256,88.9019616 C283.769377,88.6775799 283.49777,88.5509766 283.214073,88.562395 L273.573622,88.9861304 C273.016906,89.0110156 272.466328,88.8616071 271.999015,88.5588342 L262.997689,82.7155579 C262.692141,82.5179382 262.319199,82.4525898 261.964402,82.534501 C261.609606,82.6164122 261.303399,82.8385541 261.116016,83.1499757 L258.377414,87.7042417 C257.940677,88.4271661 257.874409,89.3140478 258.198887,90.0935399 L258.298862,90.3321137 C258.672115,91.2189351 258.535545,92.2376965 257.941808,92.9955937 C256.870647,94.3593809 255.142507,96.7308751 254.153468,98.1124663 C253.656323,98.8022358 253.447617,99.6577677 253.57147,100.498204 L255.6281,114.695122" id="Path" stroke="#023852" stroke-width="1.3"></path>
52
+ <path d="M287.743902,114.695122 L281.057644,101.319085 C280.667021,100.541237 280.080772,99.8798378 279.357215,99.4006796 L271.281922,94.0749048 C270.552052,93.5923388 269.652516,93.4451352 268.808252,93.6701037 L268.808252,93.6701037 C265.52003,94.540009 262.666072,96.5991279 260.79244,99.4534797 L260.79244,99.4534797 C258.858369,102.398351 258.146336,105.987648 258.808605,109.453827 L259.823265,114.695122" id="Path" stroke="#023852" stroke-width="1.3"></path>
53
+ <path d="M233.107333,114.695122 L234.410436,95.2306838 C234.450379,94.6182946 234.37388,94.0039994 234.184759,93.4184775 L232.444862,88.0525099 C232.087912,86.9486537 231.345094,86.0003598 230.34461,85.3712924 L227.378049,83.5060976" id="Path" stroke="#023852" stroke-width="1.3"></path>
54
+ <path d="M211.280488,62.3780488 L205.089926,69.3437901 C204.4667,70.0436674 203.560558,70.4396516 202.612301,70.4265123 L198.157476,70.3579856 C197.256991,70.3452729 196.403503,69.9622661 195.805832,69.3026741 L191.158537,64.2179913" id="Path" stroke="#023852" stroke-width="1.3"></path>
55
+ <path d="M225.365854,79.5100609 L218.359694,67.5315037 C217.628096,66.2753703 217.301089,64.8184246 217.424371,63.3642754 L218.401731,52.0761044 C218.465943,51.4843259 218.458885,50.8868011 218.380712,50.2967584 L216.807829,38.353788 C216.731955,37.7777729 216.547606,37.2219887 216.264852,36.7167897 L211.984088,29.0940715 C211.518537,28.2672847 210.809029,27.6100007 209.955805,27.2150821 L204.126679,24.5282696 C203.586152,24.2806364 202.965507,24.2884525 202.431189,24.5496218 L202.112408,24.7062042 C201.453206,25.0306168 200.672069,24.9623261 200.077119,24.5282696 L200.077119,24.5282696 C199.492533,24.1014812 198.727284,24.0267315 198.073357,24.3325416 L187.515074,29.2826821 C185.913267,30.0345936 184.649736,31.3728311 183.976963,33.0299848 L179.044626,45.1971527 C178.726431,45.9829533 178.534814,46.8156608 178.477127,47.6633263 L177.254552,65.8446837 C177.179877,66.9732912 176.850235,68.0692457 176.291205,69.0475065 L171.036585,78.2751948 L174.662273,79.0759005 L176.816667,86.2181953 L188.173653,90.3178085 C188.42962,90.4105247 188.713687,90.3746136 188.939479,90.2209947 C189.165271,90.0673758 189.306106,89.8142017 189.31916,89.538455 L190.60479,63.0617865 L188.632556,58.2682284 C188.220632,57.2701332 188.14429,56.1618758 188.415365,55.1152273 L192.909817,37.6776366 C193.255662,36.2792641 194.287382,35.1612017 195.638716,34.7203635 L200.585065,33.1011587 C201.340335,32.8527041 202.168269,33.0152764 202.777994,33.5317604 L209.286716,39.0228221 C210.086744,39.7012671 210.606831,40.6601591 210.743998,41.7096346 L211.444614,46.7807707 C211.452953,46.8403812 211.49283,46.8905299 211.548445,46.9113446 C211.604059,46.9321594 211.666432,46.9202801 211.710848,46.880414 L213.812696,44.9302508 C213.939429,44.8098226 214.120598,44.7689238 214.285612,44.8234901 L214.691969,44.9551617 C215.140818,45.1018514 215.462232,45.5037178 215.51169,45.980065 L216.096704,51.560094 C216.143215,52.0086443 216.007874,52.4570904 215.721874,52.8020775 L213.164626,55.86967 C213.014603,56.0498292 212.770273,56.1164909 212.551587,56.0369285 L211.279969,55.5671812 L211.279969,59.8945507 C211.280705,60.4277305 211.087307,60.9423496 210.736991,61.3393796 L208.491517,64.0048399 L210.943673,89.7946808 C210.968847,90.0759713 211.133241,90.3248966 211.379908,90.4552287 C211.626576,90.5855607 211.921585,90.5793711 212.162745,90.438804 L216.951455,87.6808177" id="Path" stroke="#023852" stroke-width="1.3"></path>
56
+ <path d="M224.831196,114.691667 L223.507005,104.415447 C223.380633,103.457416 223.534755,102.484443 223.95199,101.606245 L227.095598,94.9857891 C227.503346,94.1207403 227.659622,93.1653553 227.547761,92.2215068 L227.188902,89.0529482 C227.087812,88.1874377 227.211108,87.3112957 227.547761,86.5028978 L229.248755,82.41176 C229.497539,81.9444639 229.412802,81.3768512 229.037394,80.9959473 C228.661985,80.6150433 228.077726,80.503867 227.580059,80.718637 L222.914887,82.7503845 C222.914887,82.7503845 219.975829,81.2231186 219.957886,81.2127525 C219.841298,81.152278 219.701912,81.1483101 219.581817,81.2020468 C219.461722,81.2557835 219.374995,81.3609259 219.347825,81.4857254 L217.822673,88.2167528 C217.710685,88.7051311 217.388451,89.1246872 216.93629,89.3708407 L215.60851,90.0964648 L215.96737,93.3963268 C216.039458,94.0424039 215.96351,94.6958428 215.744877,95.3105923 L213.275924,102.221298 C212.781436,103.603275 211.612718,104.662709 210.150259,105.054687 L199.58544,107.881166 C198.691316,108.119018 197.743577,108.092532 196.865286,107.805148 L187.287329,104.667688 C186.391117,104.374257 185.660216,103.737995 185.266951,102.908913 L181.635294,95.2553066 C181.383029,94.7235877 181.2815,94.1370284 181.34103,93.555273 L181.699889,89.9720721 L175.811007,87.9576013 L173.625553,81.0296188 L169.911359,80.248709 L169.936479,80.2037895 L166.64215,79.5127189 C166.134141,79.4039719 165.606465,79.5862179 165.286061,79.9810777 C164.965658,80.3759374 164.909647,80.9130172 165.142118,81.3613327 L166.530904,84.0703293 C167.053311,85.0847174 167.294374,86.2119553 167.23068,87.3425485 L167.105079,89.5919832 C167.041001,90.7241226 167.301721,91.8514084 167.858684,92.850381 L172.086047,100.421059 C172.54511,101.238139 172.713988,102.177381 172.566918,103.095502 L170.819273,114.232105 L170.919754,114.695122" id="Path" stroke="#023852" stroke-width="1.3"></path>
57
+ <path d="M167.012195,82.5 L165.166047,83.2763105 C163.989209,83.7721397 163.055106,84.7074059 162.564657,85.8809413 L160.346361,91.2062865 C160.053128,91.9043261 159.928183,92.6608867 159.98151,93.4155067 L161.55037,114.695122" id="Path" stroke="#023852" stroke-width="1.3"></path>
58
+ <rect id="Rectangle" fill="#28566C" fill-rule="nonzero" x="107.652439" y="16.097561" width="18.1097561" height="4.02439024"></rect>
59
+ <rect id="Rectangle" fill="#28566C" fill-rule="nonzero" x="107.652439" y="23.1402439" width="18.1097561" height="4.02439024"></rect>
60
+ <rect id="Rectangle" fill="#28566C" fill-rule="nonzero" x="107.652439" y="30.1829268" width="18.1097561" height="4.02439024"></rect>
61
+ <rect id="Rectangle" fill="#28566C" fill-rule="nonzero" x="107.652439" y="37.2256098" width="18.1097561" height="4.02439024"></rect>
62
+ <rect id="Rectangle" fill="#28566C" fill-rule="nonzero" x="107.652439" y="45.2743902" width="18.1097561" height="4.02439024"></rect>
63
+ <line x1="131.79878" y1="49.2987805" x2="167.012195" y2="49.2987805" id="Path" stroke="#023852" stroke-width="1.3"></line>
64
+ <rect id="Rectangle" fill="#D8DEE2" fill-rule="nonzero" style="mix-blend-mode: multiply;" x="75.4573171" y="324.969512" width="163.993902" height="5.0304878" rx="2.5152439"></rect>
65
+ <line x1="12.0731707" y1="115.70122" x2="320.945122" y2="115.70122" id="Path" stroke="#023852" stroke-width="1.3"></line>
66
+ <rect id="Rectangle" fill="#AEBCC4" fill-rule="nonzero" x="134.817073" y="178.079268" width="34.2073171" height="19.1158537"></rect>
67
+ <polygon id="Path" fill="url(#linearGradient-2)" fill-rule="nonzero" style="mix-blend-mode: multiply;" points="161.313919 197.195122 169.02439 197.195122 169.02439 178.079268 140.853659 178.079268"></polygon>
68
+ <path d="M128.786619,194.176829 L174.052281,194.176829 C174.586637,194.176829 175.099107,194.398312 175.476954,194.792547 C175.854801,195.186783 176.067073,195.721481 176.067073,196.279014 L176.067073,199.207317 L126.768293,199.207317 L126.768293,196.279014 C126.768293,195.720842 126.981049,195.185584 127.359661,194.791242 C127.738272,194.3969 128.251651,194.175853 128.786619,194.176829 Z" id="Path" fill="#9DADB7" fill-rule="nonzero"></path>
69
+ <path d="M207.256098,105.286855 L96.7669578,101.615854 L94.4185295,102.858456 C93.2767085,103.461221 92.5609756,104.65067 92.5609756,105.94721 L92.5609756,180.503339 C92.5668159,181.947042 93.7346766,183.113183 95.1707328,183.109756 L203.526864,183.109756 C204.500034,183.125392 205.439709,182.752152 206.139105,182.071667 C206.8385,181.391183 207.240305,180.459216 207.256098,179.480855 L207.256098,105.286855 Z" id="Path" fill="#023852" fill-rule="nonzero"></path>
70
+ <rect id="Rectangle" fill="#356075" fill-rule="nonzero" x="95.5792683" y="101.615854" width="111.676829" height="78.4756098" rx="2.16"></rect>
71
+ <rect id="Rectangle" fill="#0099DA" fill-rule="nonzero" x="101.615854" y="105.640244" width="99.6036585" height="57.347561" rx="1.27"></rect>
72
+ <rect id="Rectangle" fill="#2BA8E0" fill-rule="nonzero" x="175.060976" y="110.670732" width="21.1280488" height="21.1280488"></rect>
73
+ <path d="M193.712294,126.001838 C193.633898,125.758257 193.463034,125.548566 193.230712,125.410819 L192.136557,124.756098 L191.597185,124.756098 L190.6764,128.748131 L190.152439,131.79878 L193.877958,131.79878 L194.174613,127.580249 C194.183579,127.445032 194.165293,127.309456 194.120676,127.180338 L193.712294,126.001838 Z" id="Path" fill="#2BA8E0" fill-rule="nonzero"></path>
74
+ <path d="M180.232344,125.657325 C179.971187,125.754301 179.764569,125.939508 179.658343,126.171844 L179.169516,127.223822 C179.104047,127.361431 179.076136,127.510753 179.088045,127.659689 L179.428742,131.79878 L182.717213,131.79878 L183.109756,127.682629 L182.613523,124.756098 L180.232344,125.657325 Z" id="Path" fill="#2BA8E0" fill-rule="nonzero"></path>
75
+ <path d="M190.968266,125.934662 C190.968266,124.523507 190.25058,124.421359 190.157114,123.01777 L190.157114,119.907933 L190.490921,120.047914 L191.158537,119.143715 L191.001647,117.513131 L190.727925,117.376934 L190.52764,116.820795 L190.227213,116.011178 L188.384595,114.819452 C188.257748,114.701605 188.086873,114.664581 187.930616,114.721087 L186.905827,115.099413 C186.626183,115.199948 186.41261,115.45776 186.341692,115.780399 L184.829543,120.161411 L184.689344,122.344351 L184.148575,124.742936 L184.242041,126.925875 L184.118532,128.33703 C184.107992,128.475556 184.128667,128.614846 184.178618,128.741839 L184.912995,130.565369 C184.993613,130.76294 185.141923,130.91463 185.323578,130.98531 L187.259663,131.741962 C187.437445,131.810622 187.629321,131.817212 187.810445,131.760878 L189.946815,131.087458 C190.242658,130.995496 190.478997,130.743226 190.577711,130.414038 L191.078423,128.764538 C191.122246,128.61868 191.138176,128.463921 191.125156,128.310547 L190.994971,126.959924 L190.968266,125.934662 Z" id="Path" fill="#2BA8E0" fill-rule="nonzero"></path>
76
+ <path d="M189.24695,125.865173 C189.130814,124.972569 190.190115,122.774779 190.151403,122.163841 L189.48978,120.731707 L187.870915,122.826352 C187.734924,123.003249 187.536579,123.103427 187.328948,123.100084 L186.35411,123.100084 C186.157413,123.09632 185.97109,122.999934 185.840296,122.834286 L184.411472,121.029242 L184.115854,125.857239 L185.523562,125.956417 C185.565362,125.956967 185.605965,125.972224 185.639698,126.000055 L186.568785,126.722073 C186.645696,126.783699 186.748782,126.783699 186.825692,126.722073 L187.592893,126.115102 C187.625543,126.090711 187.663004,126.075726 187.70199,126.071464 L189.24695,125.865173 Z" id="Path" fill="url(#linearGradient-3)" fill-rule="nonzero" style="mix-blend-mode: multiply;"></path>
77
+ <path d="M186.430229,113.769211 L186.430229,113.769211 C186.3015,113.679836 186.134612,113.664016 185.991013,113.727578 L183.689521,114.768415 C183.339038,114.926743 183.062675,115.210787 182.916501,115.562922 L181.8413,118.151138 C181.770719,118.317683 181.729141,118.494804 181.71832,118.675026 L181.451276,122.529595 C181.436685,122.773947 181.364492,123.011556 181.240453,123.223487 L180.091463,125.176792 L180.882052,125.350265 L181.352892,126.86295 L183.83007,127.733784 C183.886045,127.752231 183.947525,127.743913 183.996411,127.71128 C184.045297,127.678646 184.076024,127.625412 184.079545,127.56725 L184.364157,121.953665 L183.931969,120.926705 C183.843073,120.715637 183.82702,120.481543 183.88629,120.260569 L184.86662,116.558656 C184.94127,116.262777 185.166082,116.02635 185.46044,115.934154 L186.539155,115.587208 C186.703634,115.535388 186.883501,115.569341 187.017022,115.677414 L188.422513,116.843152 C188.597388,116.9852 188.711569,117.187146 188.742263,117.408674 L188.893353,118.484206 C188.895641,118.496106 188.90405,118.505967 188.915536,118.51022 C188.927023,118.514473 188.939924,118.512503 188.949573,118.505023 L189.406357,118.092157 C189.433886,118.067395 189.472318,118.058235 189.508255,118.067871 L189.596099,118.099096 C189.69453,118.128211 189.765349,118.21322 189.775299,118.314203 L189.905307,119.497288 C189.915416,119.592922 189.884877,119.68841 189.820977,119.760967 L189.265808,120.409756 C189.232503,120.446875 189.180523,120.461732 189.132287,120.44792 L188.854702,120.347306 L188.854702,121.273651 C188.854533,121.387553 188.812021,121.497431 188.735235,121.582433 L188.246827,122.147955 L188.780914,127.615822 C188.787201,127.675278 188.823466,127.72758 188.87733,127.754873 C188.931194,127.782165 188.995373,127.780758 189.047957,127.751131 L190.102076,127.164792 C190.197625,127.11106 190.26633,127.020609 190.291817,126.914991 L190.716978,126.346 C190.716978,126.290489 191.068351,126.346 191.110516,126.370286 L192.164634,125.783948 L190.439394,122.88695 C190.278801,122.621869 190.207451,122.313342 190.235597,122.005707 L190.446421,119.61178 C190.462221,119.487367 190.462221,119.361492 190.446421,119.237079 L190.095048,116.704374 C190.079479,116.58241 190.040101,116.464586 189.979095,116.357428 L189.033902,114.73719 C188.931563,114.563106 188.776807,114.424853 188.591172,114.341672 L187.319203,113.769211 C187.202291,113.715262 187.067173,113.715262 186.950261,113.769211 L186.879987,113.800436 C186.736183,113.875002 186.56205,113.862913 186.430229,113.769211 Z" id="Path" fill="#023852" fill-rule="nonzero"></path>
78
+ <path d="M192.79167,124.031644 L191.770024,124.5037 L191.770024,124.5037 L191.127434,124.14058 C191.102123,124.125971 191.071352,124.124573 191.044835,124.136828 C191.018319,124.149083 190.999329,124.173477 190.993862,124.20231 L190.661737,125.763726 C190.635767,125.876225 190.565384,125.97324 190.466794,126.032435 L190.174379,126.19947 L190.257411,126.965653 C190.271618,127.116448 190.254404,127.268565 190.20687,127.412291 L189.665362,129.017281 C189.560515,129.336717 189.304872,129.582973 188.983061,129.674529 L186.672625,130.331776 C186.476743,130.385846 186.269234,130.379521 186.076966,130.31362 L183.983134,129.58738 C183.785551,129.519457 183.624786,129.372212 183.539097,129.180685 L182.744885,127.405029 C182.691006,127.280534 182.668678,127.144537 182.679904,127.009228 L182.759325,126.177683 L181.474145,125.709258 L180.990398,124.100637 L180.178135,123.919077 L180.178135,123.919077 L179.456124,123.759304 C179.379505,123.739573 179.298222,123.751504 179.230403,123.792434 C179.162583,123.833364 179.113867,123.89989 179.095119,123.977176 C179.076778,124.047704 179.084474,124.122528 179.116779,124.187786 L179.420024,124.815983 C179.534612,125.05163 179.586835,125.313024 179.571646,125.574904 L179.546376,126.097797 C179.532798,126.359611 179.588875,126.620331 179.708828,126.853086 L180.636613,128.610587 C180.735968,128.801203 180.772624,129.018615 180.741304,129.231522 L180.362248,131.79878 L192.17796,131.79878 L191.903596,129.540174 C191.875683,129.317431 191.909411,129.09126 192.001068,128.886558 L192.683368,127.350561 C192.774161,127.150724 192.809106,126.929781 192.78445,126.711469 L192.701418,125.985229 C192.680774,125.78439 192.707999,125.581492 192.78084,125.393344 L193.141845,124.44197 C193.170478,124.379542 193.178083,124.309423 193.163505,124.242254 C193.147372,124.161413 193.097018,124.091658 193.025591,124.051201 C192.954165,124.010745 192.868757,124.003604 192.79167,124.031644 L192.79167,124.031644 Z" id="Path" fill="#FFFFFF" fill-rule="nonzero"></path>
79
+ <rect id="Rectangle" fill="#2BA8E0" fill-rule="nonzero" x="175.060976" y="135.823171" width="21.1280488" height="21.1280488"></rect>
80
+ <path d="M188.251024,152.780559 L189.185194,151.491817 C189.279566,151.364887 189.340485,151.217384 189.362614,151.062237 L189.576242,149.685467 C189.592259,149.583042 189.584841,149.478443 189.554517,149.379126 L188.81225,146.896715 C188.793283,146.83501 188.783528,146.770975 188.783284,146.706573 L188.692763,144.502332 C188.667906,143.866974 188.812604,143.236179 189.112778,142.671333 L191.158537,138.798067 L191.12957,138.445951 C191.103257,138.10289 190.863165,137.810686 190.524894,137.710031 C188.964138,137.285394 187.368725,136.992058 185.756285,136.833264 C185.526254,136.813419 185.295911,136.867872 185.100918,136.988195 L183.482415,137.960033 C183.003769,138.247642 182.679365,138.725361 182.595316,139.26638 L181.762529,144.607966 L181.740804,144.706559 L180.267133,149.868566 C180.114924,150.402099 180.060987,150.957614 180.107818,151.509423 L180.317825,153.942539 C180.345598,154.280203 180.575597,154.570144 180.904396,154.68198 L181.628559,154.939024" id="Path" fill="#023852" fill-rule="nonzero"></path>
81
+ <polyline id="Path" fill="#2BA8E0" fill-rule="nonzero" points="192.164634 155.204005 189.368012 150.914634 187.134146 152.463114 188.266521 155.680142 192.017082 155.945122 192.164634 155.204005"></polyline>
82
+ <path d="M188.747243,148.514325 L188.975218,147.916966 C189.022119,147.805726 189.126083,147.727292 189.248097,147.711097 L190.951002,147.528851 C191.038746,147.521481 191.120295,147.481642 191.178977,147.41748 L191.624565,146.968617 C191.702733,146.883356 191.731342,146.765194 191.700556,146.65475 L191.60384,146.351009 C191.574981,146.256213 191.590133,146.153819 191.64529,146.070891 L191.742006,145.92577 C191.798269,145.839986 191.807326,145.732524 191.766185,145.638903 L191.766185,145.638903 C191.728732,145.557131 191.745063,145.461393 191.807635,145.39591 L191.807635,145.39591 C191.892489,145.303023 191.909037,145.168284 191.849085,145.058419 L191.721281,144.8188 C191.676745,144.736937 191.690646,144.636435 191.755823,144.569057 L192.125419,144.174193 C192.177706,144.1138 192.177706,144.025342 192.125419,143.964949 L191.189339,142.716233 C191.141302,142.652068 191.120285,142.572344 191.130619,142.493489 L191.20661,141.886005 C191.213422,141.854858 191.213422,141.822656 191.20661,141.791508 L190.674668,139.847561 L188.771422,140.566416 L187.134146,145.56128 L187.686813,148.902439 L188.723064,148.524449" id="Path" fill="#2BA8E0" fill-rule="nonzero"></path>
83
+ <path d="M187.649784,146.890244 L187.134146,148.534194 L187.206658,148.902439 L188.415183,148.534194 L188.681059,147.952236 C188.735758,147.843864 188.857006,147.767452 188.999304,147.751674 L190.985315,147.574127 C191.046003,147.565631 191.104541,147.548965 191.158537,147.524809 L187.649784,146.890244 Z" id="Path" fill="url(#linearGradient-4)" fill-rule="nonzero" style="mix-blend-mode: multiply;"></path>
84
+ <path d="M188.251024,152.780559 L189.185194,151.491817 C189.279566,151.364887 189.340485,151.217384 189.362614,151.062237 L189.576242,149.685467 C189.592259,149.583042 189.584841,149.478443 189.554517,149.379126 L188.81225,146.896715 C188.793283,146.83501 188.783528,146.770975 188.783284,146.706573 L188.692763,144.502332 C188.667906,143.866974 188.812604,143.236179 189.112778,142.671333 L191.158537,138.798067 L191.12957,138.445951 C191.103257,138.10289 190.863165,137.810686 190.524894,137.710031 C188.964138,137.285394 187.368725,136.992058 185.756285,136.833264 C185.526254,136.813419 185.295911,136.867872 185.100918,136.988195 L183.482415,137.960033 C183.003769,138.247642 182.679365,138.725361 182.595316,139.26638 L181.762529,144.607966 L181.740804,144.706559 L180.267133,149.868566 C180.114924,150.402099 180.060987,150.957614 180.107818,151.509423 L180.317825,153.942539 C180.345598,154.280203 180.575597,154.570144 180.904396,154.68198 L181.628559,154.939024" id="Path" fill="#023852" fill-rule="nonzero"></path>
85
+ <path d="M191.835797,155.377363 L189.191886,154.586938 C189.011506,154.534111 188.860774,154.415848 188.772865,154.258177 L187.957072,152.792742 C187.875175,152.647635 187.857831,152.477765 187.908866,152.320585 L188.183269,151.495185 C188.20235,151.436067 188.190156,151.371902 188.150493,151.322716 C188.110829,151.273529 188.048527,151.24531 187.983029,151.246865 L185.758138,151.341296 C185.627155,151.346734 185.497605,151.313743 185.387323,151.246865 L183.299634,149.956303 C183.229365,149.912707 183.143241,149.898134 183.061287,149.915972 C182.979333,149.93381 182.908689,149.982505 182.86578,150.050734 L182.22427,151.044012 C182.121427,151.202138 182.104891,151.397096 182.179773,151.568631 L182.20573,151.624591 C182.290285,151.820796 182.257798,152.044613 182.120442,152.212164 C181.868288,152.512945 181.471516,153.034066 181.24161,153.338345 C181.1273,153.491937 181.078332,153.680425 181.104409,153.866461 L181.575344,156.95122 L193.170732,156.95122 L191.835797,155.377363 Z" id="Path" fill="#FFFFFF" fill-rule="nonzero"></path>
86
+ <path d="M187.551485,153.785078 C187.457549,153.598204 187.316298,153.438367 187.141379,153.32101 L185.185781,152.04108 C185.008267,151.927714 184.790824,151.892449 184.585811,151.943775 C182.892674,152.388172 181.83534,154.046022 182.163148,155.742397 L182.394782,156.95122 L189.146341,156.95122 L187.551485,153.785078 Z" id="Path" fill="#2BA8E0" fill-rule="nonzero"></path>
87
+ <path d="M185.121951,151.920732 C184.289053,152.194626 183.611164,152.933784 183.293826,153.914086 C183.105416,154.514411 183.060511,155.167834 183.164346,155.798164 L183.343151,156.95122 L185.00172,156.95122 L184.671856,154.479309 C184.645591,154.293914 184.651896,154.10381 184.690353,153.921622 L185.121951,151.920732 Z" id="Path" fill="url(#linearGradient-5)" fill-rule="nonzero" style="mix-blend-mode: multiply;"></path>
88
+ <path d="M102.484624,161.981707 L200.354288,161.981707 C200.580007,161.985327 200.797985,161.900473 200.960253,161.745698 C201.122521,161.590923 201.215782,161.37891 201.219512,161.156315 L146.965677,106.646341 L102.484624,106.646341 C102.256751,106.64272 102.036803,106.728898 101.873665,106.885838 C101.710526,107.042778 101.617713,107.257478 101.615854,107.48222 L101.615854,161.156315 C101.625553,161.620408 102.013982,161.989389 102.484624,161.981707 L102.484624,161.981707 Z" id="Path" fill="url(#linearGradient-6)" fill-rule="nonzero"></path>
89
+ <path d="M172.759195,190.964309 L172.734488,191.069951 L177.675953,189.344465 C177.903964,189.271335 178.086458,189.099032 178.172205,188.875925 C178.257952,188.652817 178.237707,188.402958 178.117155,188.196488 C177.390054,186.963998 176.027621,184.639874 175.293461,183.266527 L179.860786,164.419992 L182.356226,163.993902 L196.827659,193.084192 C197.184274,193.801649 197.285119,194.618949 197.113558,195.401273 L196.502934,198.147966 C196.502934,198.147966 175.904085,198.218394 172.243871,198.197265 L172.042683,191.200243 L172.759195,190.964309 Z" id="Path" fill="#0099DA" fill-rule="nonzero"></path>
90
+ <path d="M180.5058,168.018293 L177.22016,175.318159 L175.241859,183.869639 C175.971617,185.280416 177.317,187.667884 178.008713,188.933966 C178.126839,189.146064 178.146676,189.402733 178.062655,189.631921 C177.978634,189.861109 177.799814,190.038108 177.576392,190.113231 L172.734397,191.885746 L172.758607,191.777225 L172.042683,192.019589 L172.239821,199.207317 C174.837206,199.207317 186.125974,199.18923 192.164634,199.171143 L180.5058,168.018293 Z" id="Path" fill="url(#linearGradient-7)" fill-rule="nonzero" style="mix-blend-mode: multiply;"></path>
91
+ <rect id="Rectangle" fill="#023852" fill-rule="nonzero" x="47.2865854" y="201.219512" width="201.219512" height="14.0853659"></rect>
92
+ <rect id="Rectangle" fill="#356075" fill-rule="nonzero" x="28.1707317" y="198.20122" width="240.457317" height="5.0304878" rx="2.5152439"></rect>
93
+ <rect id="Rectangle" fill="#356075" fill-rule="nonzero" x="47.2865854" y="202.22561" width="4.02439024" height="127.77439"></rect>
94
+ <rect id="Rectangle" fill="#356075" fill-rule="nonzero" x="246.493902" y="202.22561" width="4.02439024" height="127.77439"></rect>
95
+ <path d="M134.026527,313.902439 C133.935548,313.956313 132.896293,314.912577 132.161465,315.569166 C131.692831,315.992455 131.394238,316.561144 131.318164,317.175285 L130.810783,321.175429 C130.724411,321.867726 130.949811,322.562522 131.430137,323.084589 L136.31149,328.40128 C136.656662,328.778458 137.153882,328.994376 137.676169,328.993902 L145.388356,328.993902 C145.623719,328.994775 145.853567,328.925364 146.046202,328.795234 L146.39612,328.552801 C146.717796,328.336171 146.903519,327.977475 146.889504,327.599904 L146.602571,320.475067 C146.588593,320.129544 146.542926,319.785885 146.466103,319.448094 L145.811757,316.619709 L134.026527,313.902439 Z" id="Path" fill="#023852" fill-rule="nonzero"></path>
96
+ <path d="M134.817073,315.914634 L135.08824,318.760255 C135.10637,319.061658 135.23413,319.336857 135.435889,319.509102 L135.720962,319.757292 C135.875861,319.888141 136.061885,319.95141 136.249389,319.937015 L139.847561,319.556173 L134.817073,315.914634 Z" id="Path" fill="#2BA8E0" fill-rule="nonzero"></path>
97
+ <polygon id="Path" fill="#0099DA" fill-rule="nonzero" points="152.926829 315.128356 153.497806 319.271111 162.665352 320.945122 166.006098 319.80206 165.481225 317.860883 163.619344 314.908537"></polygon>
98
+ <path d="M152.780053,318.649155 L152.780053,320.911953 C152.778562,321.088777 152.74943,321.264213 152.693765,321.431586 L152.143677,323.031022 C152.082733,323.2037 152.049937,323.385483 152.046603,323.569082 L151.920732,328.658533 C151.918125,328.95812 152.068009,329.237456 152.316254,329.395601 L153.035322,329.852583 C153.189154,329.94864 153.365734,329.999626 153.545861,330 L160.625092,330 C161.037854,330.000707 161.44389,329.89285 161.804365,329.686743 L169.261107,325.397009 C169.483483,325.268941 169.676077,325.092903 169.825576,324.881062 L170.8107,323.495375 C170.994069,323.23451 171.070237,322.910299 171.022825,322.592467 L170.749579,320.782966 C170.694901,320.418231 170.482087,320.09847 170.170729,319.913226 L165.173201,316.920732 L164.939504,318.54228 C164.871453,319.009957 164.490642,319.363271 164.029882,319.386223 L162.07042,319.500468 C161.882283,319.508217 161.695355,319.466343 161.527523,319.378852 L160.006693,318.568078 C159.868677,318.494272 159.716419,318.452738 159.560871,318.446462 L153.315759,318.151635 C153.17982,318.142579 153.046104,318.190389 152.945152,318.284146 C152.844199,318.377902 152.784632,318.509598 152.780053,318.649155 L152.780053,318.649155 Z" id="Path" fill="#023852" fill-rule="nonzero"></path>
99
+ <path d="M150.387159,258.567073 L148.902439,269.98604 L149.625675,313.486185 C149.632288,314.011246 149.905311,314.494487 150.345434,314.760128 L152.282176,315.94103 L160.627205,316.910802 C160.926089,316.94625 161.228338,316.886286 161.493002,316.739034 L162.650874,316.087748 C163.134115,315.818661 163.429707,315.293204 163.415835,314.727922 L163.144622,303.634597 L165.682902,295.343232 C165.75262,295.108866 165.80607,294.869697 165.842848,294.627534 L168.075143,279.88057 C168.117439,279.610469 168.144144,279.338026 168.155116,279.064674 L169.02439,259.608414 L150.387159,258.567073 Z" id="Path" fill="#023852" fill-rule="nonzero"></path>
100
+ <path d="M168.082097,280.351383 C168.124393,280.088287 168.151098,279.822909 168.162071,279.556645 L169.02439,260.587507 L150.387159,259.573171 L148.902439,270.696015 L149.149313,285.154667 C155.116009,287.824707 161.138338,290.526119 166.152309,292.77439 L168.082097,280.351383 Z" id="Path" fill="#023852" fill-rule="nonzero"></path>
101
+ <path d="M122.743902,258.567073 L128.368278,295.067975 C128.438549,295.514498 128.56149,295.951726 128.734687,296.371072 L130.486121,300.546661 C130.486121,300.546661 131.567027,310.843609 131.724583,311.290993 C131.841834,311.64606 132.823809,313.730304 133.230523,314.642827 C133.359828,314.927398 133.455696,315.225159 133.516322,315.530495 L133.915707,317.600536 C133.994563,318.012218 134.290979,318.353401 134.696158,318.498856 L138.389559,319.84101 C138.684729,319.948211 139.006118,319.967985 139.312909,319.897821 L144.853011,318.655086 C145.508134,318.508788 145.981895,317.956709 146.010863,317.305831 L146.890244,297.933367 L145.508883,292.706779 L145.974222,290.526667 L146.095137,267.447302 L143.343406,258.741056 L122.743902,258.567073 Z" id="Path" fill="#023852" fill-rule="nonzero"></path>
102
+ <path d="M143.27461,257.71961 L123.75,257.560976 L126.144102,273.822812 C130.557032,275.811035 137.958246,279.156468 145.800752,282.713415 L145.884146,266.349347 L143.27461,257.71961 Z" id="Path" fill="#023852" fill-rule="nonzero"></path>
103
+ <rect id="Rectangle" fill="#9DADB7" fill-rule="nonzero" x="145.884146" y="269.634146" width="6.03658537" height="9.05487805"></rect>
104
+ <path d="M124.043157,190.964309 L124.064333,191.069951 L119.12316,189.344465 C118.895162,189.271335 118.712679,189.099032 118.626937,188.875925 C118.541195,188.652817 118.561438,188.402958 118.681983,188.196488 C119.409042,186.963998 120.771394,184.639874 121.505511,183.266527 L116.938455,164.419992 L114.443162,163.993902 L99.9725823,193.084192 C99.613777,193.800986 99.5128431,194.619057 99.6867001,195.401273 L100.297288,198.147966 C100.297288,198.147966 120.894923,198.218394 124.554921,198.197265 L124.756098,191.200243 L124.043157,190.964309 Z" id="Path" fill="#0099DA" fill-rule="nonzero"></path>
105
+ <path d="M112.682927,199.19522 C117.761297,199.19522 122.915361,199.222438 124.559982,199.19522 L124.756098,191.469232 L124.043887,191.208718 L124.064531,191.325366 L119.247649,189.420115 C119.025387,189.339366 118.847494,189.149112 118.763909,188.902761 C118.680324,188.65641 118.700057,188.38052 118.81757,188.15254 C119.068736,187.713165 112.682927,199.19522 112.682927,199.19522 Z" id="Path" fill="url(#linearGradient-8)" fill-rule="nonzero" style="mix-blend-mode: multiply;"></path>
106
+ <path d="M123.552643,157.259157 C123.747659,157.347434 123.961402,157.386147 124.174926,157.371865 C125.159329,157.311989 128.042222,157.142926 128.362153,157.142926 L167.014015,157.516273 L173.412631,157.019651 L176.133801,155.20575 C176.488213,154.967694 176.924014,154.88425 177.341076,154.97459 C177.758138,155.06493 178.120603,155.321287 178.345191,155.684761 L181.540984,161.020801 C181.915387,161.647317 182.11003,162.365156 182.103659,163.095341 L181.998028,171.29488 C181.991197,171.867334 181.845181,172.429492 181.572625,172.932674 L176.562719,182.245209 C176.174779,182.961881 175.950245,183.755796 175.905279,184.569821 L174.565789,209.531219 L123.373341,210.27439 L121.390473,187.880632 C121.346404,187.256398 121.099429,186.663814 120.687329,186.193527 L115.353976,176.36676 C115.193169,176.072683 115.0748,175.757246 115.002404,175.429871 L112.755857,165.441085 C112.629848,164.888124 112.667727,164.310336 112.864844,163.778636 L114.71763,158.787765 C114.891839,158.326002 115.195912,157.924725 115.593045,157.632503 L118.106788,155.78338 C118.583227,155.435742 119.20753,155.3661 119.74863,155.600229 L123.552643,157.259157 Z" id="Path" fill="#FFFFFF" fill-rule="nonzero"></path>
107
+ <path d="M197.095769,221.891364 C196.820976,221.391387 196.189947,221.197854 195.673976,221.455309 L192.293664,222.913476 C191.986328,223.043222 191.765978,223.315835 191.707175,223.639072 L185.561476,258.432765 L185.287781,258.907192 L185.518822,258.432765 L183.940633,256.144348 C183.340547,255.290467 182.349455,254.782586 181.292544,254.787346 L115.467101,254.787346 C114.41019,254.782586 113.419098,255.290467 112.819012,256.144348 L111.240823,258.432765 L111.240823,258.432765 L105.09157,223.639072 C105.032766,223.315835 104.812417,223.043222 104.50508,222.913476 L101.124768,221.455309 C100.608797,221.197854 99.9777681,221.391387 99.7029757,221.891364 C99.5856576,222.127891 99.571669,222.401137 99.6642397,222.648014 C99.7568104,222.894892 99.9479379,223.094057 100.193494,223.199528 L102.681631,224.301875 C102.984502,224.433795 103.201373,224.70409 103.261012,225.023982 L109.513345,260.403733 C109.550401,260.61758 109.634059,260.821055 109.758604,261.000256 L109.758604,261.000256 C110.435943,261.963082 111.347347,262.744844 112.410247,263.274718 L123.628191,268.891105 C124.590329,269.380359 125.658299,269.635212 126.741916,269.634146 L169.964411,269.634146 C171.090398,269.63464 172.198643,269.358829 173.188326,268.831802 L184.399161,263.250299 C185.463898,262.724847 186.376947,261.945122 187.054358,260.982814 L187.054358,260.982814 C187.178903,260.803613 187.262562,260.600138 187.299618,260.386291 L193.530624,225.023982 C193.590263,224.70409 193.807133,224.433795 194.110004,224.301875 L196.598141,223.199528 C196.845659,223.096182 197.039082,222.897626 197.133161,222.650311 C197.22724,222.402996 197.213722,222.128617 197.095769,221.891364 Z" id="Path" fill="#ACB9C2" fill-rule="nonzero"></path>
108
+ <path d="M185.121951,258.520863 L183.561756,256.023578 C182.968513,255.091762 181.988722,254.537525 180.943862,254.542683 L115.854919,254.542683 C114.810059,254.537525 113.830268,255.091762 113.237024,256.023578 L111.676829,258.520863 L111.676829,258.520863 L133.523072,261.478774 L162.302343,261.585366 L185.121951,258.539897 L185.121951,258.520863 Z" id="Path" fill="#9DADB7" fill-rule="nonzero"></path>
109
+ <path d="M113.689024,245.048576 L113.969045,247.905442 C114.103377,249.236144 114.68436,250.469031 115.603669,251.374226 L121.676626,257.380779 C122.722754,258.414351 124.001258,259.138768 125.386906,259.483072 L132.037407,261.146136 C133.203478,261.436628 134.396563,261.583984 135.593675,261.585366 L160.841078,261.585366 C161.973517,261.585615 163.102607,261.453441 164.208332,261.191185 L171.600889,259.445531 C172.968985,259.122843 174.238359,258.433088 175.290167,257.440844 L181.0411,251.997406 C182.015073,251.079179 182.629052,249.799723 182.75973,248.415999 L183.109756,244.481707 L113.689024,245.048576 Z" id="Path" fill="#023852" fill-rule="nonzero"></path>
110
+ <path d="M126.454464,187.179443 L128.971083,182.386018 C129.51758,181.344108 129.332085,180.05722 128.515098,179.222571 L121.776268,172.241542 C121.605635,172.051808 121.33815,171.990955 121.10545,172.088931 C120.87275,172.186906 120.72385,172.423073 120.732028,172.681207 L121.386418,186.582499 L121.30636,186.847013 C121.386881,187.077274 121.436076,187.317844 121.452554,187.561917 L123.415725,210.27439 L146.890244,209.916939 L127.199355,191.590396 C125.989694,190.47272 125.681908,188.65013 126.454464,187.179443 Z" id="Path" fill="#EBEFF1" fill-rule="nonzero"></path>
111
+ <path d="M122.614312,161.97055 L133.550183,161.567455 L135.823171,157.642406 L127.490065,157.563837 C127.170925,157.563837 124.259657,157.727808 123.266777,157.785881 C123.051414,157.799733 122.83583,157.762185 122.639134,157.676567 L118.795268,156.077853 C118.249507,155.850775 117.619827,155.91832 117.139285,156.255487 L114.603893,158.048917 C114.20334,158.332337 113.896647,158.721529 113.720938,159.169384 L113.689024,159.258201 L114.426593,159.743281 C116.840525,161.305607 119.708654,162.085812 122.614312,161.97055 Z" id="Path" fill="#EBEFF1" fill-rule="nonzero"></path>
112
+ <path d="M135.984042,117.319093 L142.615669,114.143914 C143.512608,113.713827 144.559022,113.677957 145.485496,114.045537 C146.27981,114.357576 147.165557,114.378098 147.974559,114.103206 L148.327118,113.981084 C149.066896,113.733431 149.871919,113.733431 150.611698,113.981084 L157.90966,116.355684 C158.741331,116.622939 159.404102,117.235741 159.71476,118.024689 L165.574284,132.804878 L165.983252,128.1778 C166.062535,127.288976 165.934867,126.394325 165.60954,125.558955 L161.463451,114.890217 C161.154574,114.106003 160.495678,113.496929 159.668927,113.231389 L152.37449,110.856789 C151.633501,110.609146 150.827374,110.609146 150.086385,110.856789 L149.733827,110.982303 C148.925877,111.257808 148.040574,111.23606 147.248289,110.921242 C146.320214,110.555753 145.273665,110.591584 144.374936,111.019618 L137.743309,114.19819 C136.942141,114.577987 136.297483,115.206637 135.91353,115.982533 L134.817073,118.197695 C135.146668,117.83834 135.542263,117.540499 135.984042,117.319093 L135.984042,117.319093 Z" id="Path" fill="#28566C" fill-rule="nonzero"></path>
113
+ <path d="M151.842061,294.786585 L143.950661,294.786585 L96.6165239,321.156708 C95.9720548,321.516126 95.574726,322.196098 95.5792683,322.931756 L95.5792683,330 L98.6303633,330 L98.6303633,325.931589 C98.6306318,325.143866 99.0914106,324.428418 99.8101525,324.099738 L143.768881,303.967137 C144.44015,303.661975 145.169589,303.504561 145.907472,303.505624 L149.913765,303.505624 C150.651648,303.504561 151.381087,303.661975 152.052355,303.967137 L197.190873,324.639353 L197.190873,329.9858 L200.213415,329.9858 L200.213415,321.731824 L151.842061,294.786585 Z" id="Path" fill="#B0BDC6" fill-rule="nonzero"></path>
114
+ <path d="M144.878049,294.786585 L97.6209336,321.156708 C96.9775132,321.516126 96.580831,322.196098 96.5853659,322.931756 L96.5853659,330 L99.6314961,330 L99.6314961,325.931589 C99.6317642,325.143866 100.091793,324.428418 100.809366,324.099738 L132.515758,309.54434 L144.878049,294.786585 Z" id="Path" fill="#9DADB7" fill-rule="nonzero"></path>
115
+ <path d="M145.537561,276.676829 L152.274418,276.676829 C152.634735,276.676829 152.926829,276.977286 152.926829,277.347869 L152.926829,294.786585 L144.878049,294.786585 L144.878049,277.351516 C144.877098,277.171654 144.946387,276.998924 145.070381,276.872084 C145.194374,276.745243 145.362689,276.674911 145.537561,276.676829 Z" id="Path" fill="#9DADB7" fill-rule="nonzero"></path>
116
+ <rect id="Rectangle" fill="#023852" fill-rule="nonzero" x="143.871951" y="276.676829" width="9.05487805" height="15.0914634" rx="4.52743902"></rect>
117
+ <rect id="Rectangle" fill="#FFFFFF" fill-rule="nonzero" x="110.670732" y="127.77439" width="40.2439024" height="1.00609756"></rect>
118
+ <rect id="Rectangle" fill="#FFFFFF" fill-rule="nonzero" x="110.670732" y="130.792683" width="40.2439024" height="1.00609756"></rect>
119
+ <rect id="Rectangle" fill="#FFFFFF" fill-rule="nonzero" x="110.670732" y="134.817073" width="40.2439024" height="1.00609756"></rect>
120
+ <rect id="Rectangle" fill="#FFFFFF" fill-rule="nonzero" x="110.670732" y="137.835366" width="40.2439024" height="1.00609756"></rect>
121
+ <rect id="Rectangle" fill="#FFFFFF" fill-rule="nonzero" x="110.670732" y="141.859756" width="40.2439024" height="1.00609756"></rect>
122
+ <path d="M173.846356,156.517089 L166.712354,141.448748 C166.233348,140.441936 166.030504,139.324233 166.124889,138.211713 L166.90583,128.993434 C166.98592,128.057186 166.857317,127.114736 166.529431,126.235041 L162.396071,115.088013 C162.087881,114.268382 161.430448,113.631801 160.605535,113.354268 L153.341376,110.872423 C152.592975,110.610076 151.778613,110.610076 151.030212,110.872423 L150.699544,110.989424 C149.846478,111.268979 148.922591,111.233793 148.092889,110.890151 C147.192992,110.553456 146.195114,110.606052 145.334971,111.035516 L138.718078,114.357642 C137.918689,114.754592 137.275464,115.411633 136.892365,116.222571 L131.967511,126.664045 C131.748726,127.130247 131.608445,127.629895 131.552416,128.142516 L129.012599,151.961132 C128.988547,152.171598 128.944971,152.379327 128.882442,152.581593 L125.938083,161.88851 L125.762195,162.441607 L141.275484,167.54357 C146.740391,169.342174 152.605359,169.505964 158.160697,168.01512 L173.23075,163.973259 C173.248044,163.967739 173.260465,163.952437 173.262409,163.934259 L173.438297,162.516062 L174.04335,157.64101 C174.084219,157.255141 174.015924,156.865491 173.846356,156.517089 L173.846356,156.517089 Z" id="Path" fill="#023852" fill-rule="nonzero"></path>
123
+ <path d="M130.157836,128.546343 L135.155445,120.115263 C135.589058,119.425786 136.241446,118.896124 137.0117,118.608207 L143.726344,115.899723 C144.61914,115.551076 145.605595,115.510215 146.525005,115.783795 C147.380674,116.05943 148.298775,116.087474 149.170168,115.864593 L149.505722,115.766231 C150.272832,115.555539 151.083918,115.555539 151.851028,115.766231 L159.23321,117.768612 C160.019036,117.951974 160.683368,118.465739 161.050198,119.173792 L165.233911,128.195048 C165.56262,128.891333 165.694567,129.661929 165.615871,130.425772 L164.823393,137.883765 C164.731628,138.797169 164.939278,139.715503 165.415966,140.504426 L168.018293,144.878049 L165.733672,140.170696 C165.250307,139.172318 165.045777,138.065292 165.141098,136.963372 L165.933576,127.829702 C166.013166,126.90209 165.882714,125.968653 165.551616,125.096626 L161.375043,114.041372 C161.0623,113.229264 160.395155,112.598526 159.558055,112.32354 L152.186582,109.864474 C151.427125,109.604535 150.600733,109.604535 149.841276,109.864474 L149.505722,109.980402 C148.640053,110.257391 147.702518,110.222528 146.860559,109.882039 C145.947368,109.548434 144.934748,109.600548 144.061898,110.02607 L137.347254,113.317704 C136.535874,113.711947 135.882278,114.362571 135.490999,115.165516 L130.49339,125.511154 C130.269783,125.972489 130.127352,126.467821 130.072163,126.976055 L129.786585,129.603741 C129.846649,129.232647 129.972298,128.874774 130.157836,128.546343 L130.157836,128.546343 Z" id="Path" fill="#25546A" fill-rule="nonzero"></path>
124
+ <path d="M187.716359,206.25 L108.077897,206.25 C106.483302,206.249491 104.968346,206.941109 103.931728,208.142836 C102.895111,209.344564 102.440667,210.936027 102.687997,212.498391 L107.510351,242.943807 C107.933313,245.570184 110.218568,247.501957 112.900252,247.5 L184.100485,247.5 C186.866279,247.500934 189.194938,245.448516 189.518941,242.724316 L193.134815,212.278901 C193.312948,210.746471 192.822945,209.211511 191.78802,208.059992 C190.753095,206.908472 189.271708,206.25 187.716359,206.25 Z" id="Path" fill="#023852" fill-rule="nonzero"></path>
125
+ <path d="M102.944992,214.167008 C103.718696,212.001111 105.773275,210.554153 108.077797,210.55218 L187.714793,210.55218 C190.072978,210.552819 192.164399,212.063655 192.901139,214.29878 L193.13315,212.329322 C193.315678,210.785401 192.827681,209.237304 191.79227,208.075588 C190.75686,206.913872 189.27291,206.24947 187.714793,206.25 L108.077797,206.25 C106.483231,206.249488 104.968303,206.945256 103.931704,208.154194 C102.895106,209.363133 102.440671,210.964145 102.687995,212.535884 L102.944992,214.167008 Z" id="Path" fill="#25546A" fill-rule="nonzero"></path>
126
+ </g>
127
+ </g>
128
128
  </svg>