@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,75 +1,75 @@
1
- <svg width="440" height="330" xmlns="http://www.w3.org/2000/svg">
2
- <defs>
3
- <linearGradient x1="35.112%" y1="85.455%" x2="64.825%" y2="14.545%" id="a">
4
- <stop stop-color="#94A5AD" stop-opacity="0" offset="28%" />
5
- <stop stop-color="#94A5AD" offset="100%" />
6
- </linearGradient>
7
- <linearGradient x1="9.062%" y1="75.671%" x2="90.578%" y2="24.197%" id="b">
8
- <stop stop-color="#94A5AD" stop-opacity="0" offset="28%" />
9
- <stop stop-color="#94A5AD" offset="100%" />
10
- </linearGradient>
11
- <linearGradient x1="20.987%" y1="54.603%" x2="78.934%" y2="45.391%" id="c">
12
- <stop stop-color="#94A5AD" stop-opacity="0" offset="28%" />
13
- <stop stop-color="#94A5AD" offset="100%" />
14
- </linearGradient>
15
- </defs>
16
- <g fill-rule="nonzero" fill="none">
17
- <path fill="#F3F5F6" d="M365.737 286.636H376.492V284.823H365.737v.907zM365.737 294.005H376.492V292.192H365.737v.907zM365.737 290.32H376.492v-1.812H365.737v.906z" />
18
- <path d="M333.172 326.856H83.242a4.543 4.543 0 01-1.717-.346 4.495 4.495 0 01-1.395-.942 4.555 4.555 0 01-.942-1.407 4.27 4.27 0 01-.346-1.705V166.25a4.27 4.27 0 01.346-1.705 4.555 4.555 0 01.942-1.407 4.495 4.495 0 011.395-.942 4.543 4.543 0 011.717-.346h249.93c.59.003 1.172.12 1.717.346.518.226.991.545 1.395.942.4.406.719.883.942 1.407.226.54.343 1.12.346 1.705v156.206a4.483 4.483 0 01-.346 1.705c-.236.509-.563.97-.966 1.36a4.639 4.639 0 01-1.395.941 4.543 4.543 0 01-1.693.394z" fill="#023852" />
19
- <path fill="#0099DA" d="M157.708 310.281H85.734V193.878H157.708v87.297z" />
20
- <path fill="#C4CED4" d="M370.053 324.209H46.361v-7.56h323.693v5.664z" />
21
- <path d="M353.43 329.491H62.984a28.367 28.367 0 01-3.827-.417c-1.694-.263-3.685-.644-5.58-1.193a27.867 27.867 0 01-5.033-1.681c-1.323-.632-2.182-1.324-2.182-2.05h323.692c0 .726-.858 1.418-2.182 2.05a27.867 27.867 0 01-5.032 1.681c-1.896.49-3.887.87-5.58 1.193a28.367 28.367 0 01-3.828.417z" fill="#9DADB7" />
22
- <path d="M262.223 316.649H154.191l2.838 1.276 2.826 1.276 2.838 1.275 2.838 1.276h85.352l2.838-1.276 2.826-1.275 2.838-1.276z" opacity=".6" fill="#9DADB7" />
23
- <path fill="#F3F5F6" d="M330.68 194.093H85.734v-23.741H330.68v17.802z" />
24
- <path d="M324.181 183.623h-24.588v-7.321h24.588v7.321zm-23.693-.906h22.81v-5.545h-22.81v5.545zM184.633 191.326H201.422v-2.516h-16.789v1.884z" fill="#0099DA" />
25
- <path fill="#DDE2E6" d="M162.347 191.326h16.789v-2.516H162.347v1.884zM229.193 191.326h16.79v-2.516h-16.79v1.884zM206.907 191.326H223.696v-2.516h-16.789v1.884z" />
26
- <path fill="#ECEDEE" d="M330.68 310.281H157.553V194.033H330.68v87.178z" />
27
- <path fill="#0099DA" d="M100.759 180.022h16.789v-2.504H100.759v1.884zM91.231 178.77l.692.692.704.691.691.704.692.692.691-.692.692-.704.692-.691.703-.692-.703-.691-.692-.692-.692-.692-.691-.703-.692.703-.691.692-.704.692z" />
28
- <path fill="#F2F4F6" d="M122.568 206.863h-30.92v-2.206h30.92v1.657zM147.25 220.505H91.65v-10.041H147.25v7.525z" />
29
- <path fill="#0099DA" d="M140.61 216.904l-.55-.549-.548-.56-.56-.549-.549-.548.155-.155.155-.155.155-.167.155-.155.406.405.393.393.394.394.393.393.394-.393.405-.394.394-.393.393-.405.155.155.155.167.155.155.167.155-.56.548-.549.549-.548.56zM319.34 181.596l-.549-.548-.56-.549-.549-.56-.548-.549.155-.155.155-.155.155-.155.155-.155.393.394.406.393.393.394.394.393.393-.393.394-.394.405-.393.394-.394.155.155.155.155.155.155.155.155-.549.549-.548.56-.56.549z" />
30
- <path fill="#F3F5F6" d="M147.203 264.886H91.34v-.882h55.864v.668zM97.778 233.192H91.72v-6.058h6.058v6.058zm-5.175-.883h4.292v-4.292h-4.292v4.292zM97.778 241.92H91.72v-6.057h6.058v6.057zm-5.175-.882h4.292v-4.293h-4.292v4.293zM97.778 250.66H91.72v-6.057h6.058v6.058zm-5.175-.882h4.292v-4.292h-4.292v4.292zM97.778 259.401H91.72v-6.07h6.058v6.07zm-5.175-.894h4.292v-4.293h-4.292v4.293z" />
31
- <path fill="#9ED8F1" d="M125.86 231.022h-25.256V229.615H125.859v1.061zM125.86 239.702h-25.256v-1.407H125.859V239.357zM125.86 248.383h-25.256v-1.407H125.859v1.061zM125.86 257.076h-25.256v-1.419H125.859v1.061z" />
32
- <path d="M97.778 276.19H91.72v-6.07h6.058v6.07zm-5.175-.882h4.292v-4.305h-4.292v4.305zM97.778 284.978H91.72v-6.057h6.058v6.057zm-5.175-.882h4.292v-4.293h-4.292v4.293zM97.778 293.66H91.72v-6.07h6.058v6.07zm-5.175-.883h4.292v-4.305h-4.292v4.305zM97.778 302.388H91.72v-6.058h6.058v6.058zm-5.175-.883h4.292v-4.293h-4.292v4.293z" fill="#F3F5F6" />
33
- <path fill="#9ED8F1" d="M125.86 274.02h-25.256v-1.419H125.859v1.061zM125.86 282.7h-25.256V281.295H125.859v1.049zM125.86 291.382h-25.256V289.975H125.859v1.049zM125.86 300.062h-25.256v-1.407H125.859V299.717z" />
34
- <path fill="#DDE2E6" d="M162.979 206.792h38.097v-2.29H162.98v1.718zM162.979 212.432h38.097v-2.278H162.98v1.718zM162.979 242.874h38.097v-2.277H162.98V242.314z" />
35
- <path fill="#0099DA" d="M213.096 273.078h-50.201v-24.17H213.096v18.125zM267.649 273.078h-50.201v-24.17H267.65v18.125zM321.689 273.078h-50.201v-24.17H321.69v18.125zM213.096 310.27h-50.201v-6.44H213.096v4.83zM267.649 310.27h-50.201v-6.44H267.65v4.83zM321.689 310.27h-50.201v-6.44H321.69v4.83z" />
36
- <path fill="#D0D5D8" d="M213.096 297.236h-50.201v-24.158H213.096v18.125zM267.649 297.236h-50.201v-24.158H267.65v18.125zM321.689 297.236h-50.201v-24.158H321.69v18.125z" />
37
- <path fill="#DDE2E6" d="M167.057 278.563h17.159v-2.194h-17.159v1.646zM167.057 282.796h17.159v-2.182h-17.159v1.634zM220.87 278.563H238.03v-2.194H220.87v1.646zM220.87 282.796H238.03v-2.182H220.87v1.634zM274.54 278.563H291.7v-2.194H274.54v1.646zM274.54 282.796H291.7v-2.182H274.54v1.634z" />
38
- <path fill="#023852" d="M297.972 266.913l-.573.585-.572.572-.572.584-.573.573-1.06-1.062-1.062-1.06-1.061-1.05-1.074-1.062-1.895 1.92-1.908 1.908-1.908 1.92-1.908 1.92 5.08-.012 5.08-.012 5.067-.012 5.08-.012-1.527-1.43-1.538-1.42-1.538-1.419zM297.59 259.186c-.004.362.07.72.215 1.05.135.32.33.61.572.858.251.24.542.433.859.573.333.134.69.203 1.05.202.356.003.71-.07 1.036-.214.321-.133.613-.327.859-.573.243-.248.437-.539.572-.858.14-.332.21-.69.203-1.05a2.73 2.73 0 00-.203-1.037 2.814 2.814 0 00-.584-.858 2.647 2.647 0 00-1.896-.775c-.711 0-1.393.283-1.896.787-.249.245-.447.536-.584.858a2.73 2.73 0 00-.203 1.037zM245.673 266.913l-.573.585-.572.572-.572.584-.573.573-1.073-1.062-1.061-1.06-1.061-1.05-1.062-1.062-1.908 1.92-1.907 1.908-1.896 1.92-1.908 1.92 5.08-.012 5.067-.012 5.08-.012 5.08-.012-1.539-1.43-1.526-1.42-1.538-1.419zM245.291 259.186c-.004.362.07.72.215 1.05.135.32.33.61.572.858.251.24.542.433.859.573.333.135.69.204 1.049.202.357.003.71-.07 1.037-.214.32-.136.61-.33.859-.573.239-.25.432-.541.572-.858a2.79 2.79 0 00.203-1.05c.002-.357-.07-.71-.215-1.037a2.635 2.635 0 00-1.43-1.43 2.743 2.743 0 00-1.05-.203c-.357-.003-.71.07-1.037.214-.32.136-.61.33-.859.573a2.85 2.85 0 00-.572.858 2.73 2.73 0 00-.203 1.037zM191.024 266.913l-.572.585-.572.572-.585.584-.572.573-1.061-1.062-1.061-1.06-1.062-1.05-1.061-1.062-1.908 1.92-1.908 1.908-1.908 1.92-1.907 1.92 5.08-.012 5.079-.012 5.08-.012 5.08-.012-1.539-1.43-1.538-1.42-1.526-1.419zM190.63 259.186c.003.36.076.718.216 1.05a2.647 2.647 0 002.48 1.633 2.695 2.695 0 002.683-2.694 2.73 2.73 0 00-.215-1.038 2.814 2.814 0 00-.584-.858 2.588 2.588 0 00-.847-.573 2.79 2.79 0 00-1.05-.202 2.576 2.576 0 00-1.049.214c-.315.136-.603.33-.846.573-.245.245-.44.537-.572.858a2.73 2.73 0 00-.215 1.037z" />
39
- <path d="M167.605 232.417a4.877 4.877 0 01-4.888 4.889H78.973v-75.73h88.632v70.84zM337.453 212.05h-120.29a3.875 3.875 0 01-3.876-3.887V161.97h124.166v50.081z" fill="#DDE2E6" style="mix-blend-mode:multiply" />
40
- <path fill="#C7D0D6" d="M353.681 200.174h-131.07v-73.918h131.07V181.692z" />
41
- <path fill="#EEF1F3" d="M280.217 200.174h-58.214v-73.918h58.214V181.692z" />
42
- <path fill="#DDE2E6" d="M293.906 153.908H338.693v-5.723H293.906v4.292zM293.906 164.962H338.693v-5.711H293.906v4.292zM293.906 176.743H338.693v-5.723H293.906v4.292z" />
43
- <path fill="#023852" d="M244.504 155.78l-1.157-1.156-1.156-1.157-4.627 4.615-4.626 4.603.012.011h.012l-.012.012-.012.012 4.626 4.603 4.627 4.603 1.156-1.157 1.157-1.157-3.458-3.458-3.458-3.458 3.458-3.458zM256.655 169.612l1.156 1.157 1.157 1.157 4.627-4.615 4.614-4.603v-.012h-.012l.012-.011v-.012l-4.614-4.603-4.627-4.603-1.157 1.157-1.156 1.156 3.458 3.458 3.458 3.458-3.458 3.458zM249.476 174.633h-3.088l2.301-12.008 2.302-11.996h1.55l1.55-.012-2.301 12.008zM439.19 168.837h-76.303V93.882H439.189v56.223z" />
44
- <path fill="#C7D0D6" d="M439.19 200.699h-76.303V161.563H439.189V190.91z" />
45
- <path fill="#DDE2E6" d="M379.926 177.28H424.725v-5.723H379.926v4.292zM379.926 188.345H424.725v-5.723H379.926v4.292z" />
46
- <path fill="#FFE700" d="M151.317 165.189H34.115V108.764h117.202v42.318z" />
47
- <path d="M151.317 218.299a3.303 3.303 0 01-3.303 3.303H37.418a3.303 3.303 0 01-3.303-3.303v-53.11h117.202v53.11z" fill="#C7D0D6" />
48
- <path d="M103.442 153.026a1.908 1.908 0 00-1.336-.5 1.872 1.872 0 00-1.311.56l-.668.667-.668.68-.668.668-.68.68a1.884 1.884 0 01-2.682 0l-.573-.56-.56-.561-1.192-1.193-1.193-1.192-1.192-1.193-1.193-1.192-.572-.572-.56-.56a1.92 1.92 0 00-2.695 0l-1.55 1.561-1.55 1.562-2.23 2.23-2.469 2.087-2.218 2.23-2.23 2.241-2.217 2.23-2.23 2.242h47.553l-1.8-1.658-1.789-1.657-1.789-1.67-1.788-1.657-1.8-1.657-1.79-1.67-1.12-1.037-1.24-1.109zM101.188 133.745c0 .424.045.848.131 1.264.077.41.201.81.37 1.192.16.37.351.725.572 1.061a6.415 6.415 0 001.705 1.694c.334.225.69.417 1.062.572a5.89 5.89 0 001.192.37 6.439 6.439 0 002.528 0c.41-.081.81-.205 1.192-.37a6.081 6.081 0 001.992-1.348c.28-.288.535-.599.763-.93.22-.336.412-.691.572-1.06.156-.386.276-.786.358-1.193a6.153 6.153 0 000-2.528 6.773 6.773 0 00-.37-1.193 7.06 7.06 0 00-.584-1.06 6.332 6.332 0 00-.763-.93c-.288-.28-.6-.536-.93-.764a5.783 5.783 0 00-1.073-.572 6.32 6.32 0 00-1.193-.358 6.403 6.403 0 00-1.264-.131 6.284 6.284 0 00-2.444.5c-.374.157-.73.353-1.061.585a6.129 6.129 0 00-2.266 2.766 5.892 5.892 0 00-.489 2.385v.048z" fill="#023852" />
49
- <path d="M67.371 221.59H39.528a5.306 5.306 0 01-5.306-5.307v-20.485h29.536a3.577 3.577 0 013.578 3.577v22.179l.035.036z" fill="#DDE2E6" style="mix-blend-mode:multiply" />
50
- <path d="M.19 268.368v-62.816c0-.246.048-.49.144-.716.094-.213.228-.407.393-.572.163-.168.358-.302.573-.394.223-.09.462-.139.703-.143h54.768c.241.004.48.052.703.143a1.8 1.8 0 01.966.966c.095.227.144.47.143.716v62.816a1.73 1.73 0 01-.143.704 1.8 1.8 0 01-.966.966c-.223.09-.462.139-.703.142H2.003a1.944 1.944 0 01-.703-.143 1.753 1.753 0 01-.573-.393 1.884 1.884 0 01-.393-.572 1.73 1.73 0 01-.143-.704z" fill="#F3F5F6" />
51
- <path fill="#DDE2E6" d="M6.522 210.5h45.729v51.81H6.523V236.4z" />
52
- <path d="M37.62 228.148l.191-.095.203-.084.19-.083.192-.096h.56a.763.763 0 01.215.072c.063.037.12.086.167.143a.453.453 0 01.095.203.74.74 0 010 .226l-.12.894-.118.883-.12.894-.107.883v.214l-.072.096a.549.549 0 01-.083.083l-.25.19-.263.192-.25.202-.25.191-.108.06h-.525a.525.525 0 01-.226-.084.632.632 0 01-.167-.143.894.894 0 01-.095-.214.704.704 0 010-.227l.167-1.002.166-1.001.167-.99.167-1.002a.43.43 0 010-.13.25.25 0 01.072-.12.405.405 0 01.095-.107l.108-.048zM21.26 228.148l-.19-.095-.203-.084-.19-.083-.191-.096h-.561a.656.656 0 00-.214.072.632.632 0 00-.167.143.453.453 0 00-.096.203.489.489 0 000 .226l.12.894.119.883.119.894.107.883v.119a.704.704 0 000 .095l.072.096c.025.03.053.058.083.083l.25.19.263.192.25.202.25.191.108.06h.525a.525.525 0 00.226-.084.632.632 0 00.167-.143.894.894 0 00.096-.214.704.704 0 000-.227l-.167-1.002-.167-1.001-.167-.99-.167-1.002a.43.43 0 000-.13.25.25 0 00-.072-.12.405.405 0 00-.095-.107l-.107-.048z" fill="#0099DA" />
53
- <path d="M21.595 228.565a.584.584 0 000-.13.25.25 0 00-.072-.12l-.095-.107-.12-.072-.19-.083-.203-.096-.19-.083-.192-.096h-.56a.763.763 0 00-.215.072.68.68 0 00-.167.155.358.358 0 00-.095.19.74.74 0 000 .227v.906a.525.525 0 010-.238.668.668 0 01.107-.203.525.525 0 01.394-.226H20.569l.203.095.19.084.203.095.203.095h.155v.072l.06.071v-.536l.012-.072zM38.956 227.743h-.56l-.191.095-.19.083-.204.096-.19.083-.12.072-.095.107a.25.25 0 00-.072.12.584.584 0 000 .13V229.317v-.119l.072-.107a.358.358 0 01.095-.095l.12-.072.19-.095.203-.084.203-.095.203-.096h.572c.125.023.24.081.334.167a.405.405 0 01.024.215.56.56 0 01.071.179v-.68a.489.489 0 000-.226.358.358 0 00-.095-.191.68.68 0 00-.167-.155.656.656 0 00-.203-.12z" fill="#28A8E0" />
54
- <path d="M52.24 251.126V248.455a.346.346 0 000-.108.703.703 0 000-.095.274.274 0 00-.084-.083l-.095-.06-3.673-1.526-3.673-1.539-3.672-1.526-3.673-1.526-.417-.525-.406-.524-.417-.525-.405-.525h-.072l-.083-.06h-.191l-5.962.299-5.962.298h-.143l-.8.74-.798.738-.787.74-.8.75-3.266 1.193-3.256 1.193-3.22 1.192-3.207 1.193v14.309H52.24v-11.352z" fill="#023852" />
55
- <path fill="#F3F5F6" d="M35.76 262.287l.06-.406.06-.417.06-.405.059-.418V241.718l-.215-.537-.202-.537-.215-.524-.203-.525-3.052.25-3.041.25-3.04.251-3.053.25-.227.31-.238.299-.239.31-.238.31v19.484l.06.25.059.239.06.25.071.239h10.112z" />
56
- <path d="M22.763 237.628v3.97l.501.775.513.776.5.763.513.775 1.002.632 1.001.644 1.002.644 1.002.631c.076.055.16.095.25.12a.74.74 0 00.274 0c.09.018.184.018.275 0a.835.835 0 00.25-.131l1.026-.787 1.025-.787 1.025-.787 1.038-.787V240.894l-2.778-.81-2.779-.81-2.862-.8-2.778-.846z" fill="#0099DA" />
57
- <path d="M22.763 237.628v3.97l.501.775.513.776.5.763.513.775 1.002.632 1.001.644 1.002.644 1.002.631c.076.055.16.095.25.12a.74.74 0 00.274 0c.09.018.184.018.275 0a.835.835 0 00.25-.131l1.026-.787 1.025-.787 1.025-.787 1.038-.787V240.894l-2.778-.81-2.779-.81-2.862-.8-2.778-.846z" fill="#C5D1D7" style="mix-blend-mode:multiply" />
58
- <path d="M36.345 221.315l-1.694-.655-1.693-.656-1.693-.608-1.693-.656h-.108l-1.693.656-1.693.667-1.693.656-1.693.656c-.06.07-.113.145-.155.227-.148.28-.264.576-.346.882-.156.62-.267 1.249-.334 1.884a28.618 28.618 0 00-.155 3.208v8.442l.847 2.027.846 2.027.847 2.015.846 2.027.87.275.871.262.883.262.87.263h1.872l.87-.263.883-.262.87-.262.883-.275.847-2.027.834-2.015.847-2.027.846-2.027v-8.442a28.618 28.618 0 00-.155-3.208 12.02 12.02 0 00-.333-1.884 4.293 4.293 0 00-.346-.882 1.192 1.192 0 00-.155-.287z" fill="#0099DA" />
59
- <path d="M25.446 221.268l.095.357.096.37.095.358.096.358 2.253 1.06 2.254 1.062 2.027.966 2.027.954c.131.065.242.164.322.286a.799.799 0 01.12.405v7.346l-.728 1.395-.715 1.395-.728 1.395-.727 1.395.393.49.394.488.381.489.394.489.978-1.562.99-1.562.977-1.574.978-1.562-.084-2.815-.095-2.826-.083-2.826-.084-2.814-.441-1.586-.453-1.574-.406-1.574-.453-1.585-2.456.703-2.456.692-2.505.727-2.456.68z" fill="#C5D1D7" style="mix-blend-mode:multiply" />
60
- <path d="M37.907 219.598l-.859-.846-.846-.835-.859-.835-.847-.846-.691-.227-.692-.226-.691-.227-.692-.226h-2.862l-1.443.488-1.335.513-1.336.525-1.335.513-.537.572-.536.56-.549.573-.536.56v.06l-.108.823-.107.834-.107.823-.108.823.108 1.192.107 1.193.107 1.192.108 1.192a.346.346 0 000 .108.19.19 0 000 .083c.017.03.042.054.071.072h.251c.032.013.06.033.083.06a.513.513 0 000 .083.346.346 0 010 .107v1.025h.668v-2.384l.12-.859.202-.703.12-.847.13-.858a.107.107 0 010-.06v-.06l.513-.453.513-.441.512-.453.513-.441a.393.393 0 01.334-.083.417.417 0 01.143.083.31.31 0 01.096.155v.334a.358.358 0 000 .095v.072h.178l1.539.25 1.526.25 1.538.25 1.538.251.513.549.513.548.5.56.513.55-.107-.645-.12-.632-.107-.644-.119-.632v-.083a.43.43 0 010-.107.322.322 0 01.084-.096l.107-.071.203-.072.214-.071.203-.072.203-.072h.143a.238.238 0 01.131 0c.043.018.08.047.107.084a.25.25 0 01.072.12l.25.738.25.728.251.727.25.74.156 1.001.155 1.002.166 1.001.156 1.014h.31v-1.336-.131a.107.107 0 000-.071v-.072-7.965-.072a.167.167 0 000-.071l1.06-.25zM25.553 244.317l.716.215.727.214.716.227.727.215H30.597l.728-.215.727-.227.715-.214.728-.227a.608.608 0 00.203-.083c.068-.037.132-.081.19-.131l.143-.167a.608.608 0 00.108-.191l.799-1.872.799-1.86.787-1.873.798-1.872v-.095a.227.227 0 000-.095.334.334 0 000-.108.262.262 0 000-.095v-6.189h-.238l-.155 1.133-.155 1.192-.167 1.193-.155 1.192a.513.513 0 010 .131.5.5 0 010 .12v.119l-.072.107-.393.513-.382.513-.381.5-.382.513a1.12 1.12 0 01-.393.322 1.192 1.192 0 01-.465.096 1.037 1.037 0 01-.453-.132.894.894 0 01-.37-.333l-.227-.334-.226-.334-.215-.334-.298-.477a1.276 1.276 0 00-.167-.19l-.203-.144-.238-.083a.906.906 0 00-.25 0H27.64l-.226.083-.191.12-.167.166-.227.298-.226.287-.239.298-.226.286a.93.93 0 01-.406.31.966.966 0 01-.477.083.942.942 0 01-.465-.155.966.966 0 01-.357-.37l-.477-.846-.49-.847-.476-.858-.49-.847v-.25a.43.43 0 010-.12.584.584 0 010-.142v-2.922h-.572-.071c-.012 0 0 0 0 .072v6.606a.227.227 0 000 .095l.787 1.872.775 1.86.787 1.872.775 1.86c.029.072.065.14.107.203.046.062.098.117.155.167a.99.99 0 00.18.131c.042.02.085.036.13.048z" fill="#023852" />
61
- <path d="M31.444 215.234H28.7l-1.276.584-1.335.513-1.336.525-1.323.513-.549.572-.536.56-.537.573-.536.56a.107.107 0 000 .06v.894l.822-.632.93-.692.8-.596.464-.357h.096l1.192-.394 1.193-.393 1.192-.406 1.192-.393h2.385l.68.155.668.167.68.155.667.167h.084l.954.62.953.632.954.632.942.62v-.143l-.87-.859-.882-.87-.883-.859-.87-.87-.692-.227-.691-.227-.692-.226-.704-.227h-.107l-.286-.13z" fill="#023852" />
62
- <path fill="#0099DA" d="M35.438 250.565l-1.442-.75-1.455-.74-1.455-.751-1.443-.74h-.691l-1.42.775-1.418.847-1.42.775-1.418.787 1.478-.548 1.48-.537 1.478-.549 1.478-.548 1.538.513 1.539.512 1.538.513 1.538.513z" />
63
- <path fill="#023852" d="M27.402 251.877l-.155.608-.155.608-.155 4.591-.167 4.603h4.829l-.31-4.65-.31-4.663-.31-.656-.31-.668v-.441l.286-.668.286-.667.274-.668.287-.668-.465-.238-.465-.239-.466-.238-.465-.25h-.667l-.644.357-.632.346-.632.358-.644.345.25.609.239.62.25.608.25.62v.214z" />
64
- <path fill="#DDE2E6" d="M70.317 182.944h44.798v-5.712H70.317v4.292zM70.317 194.01h44.798v-5.712H70.317V192.578zM70.317 205.79h44.798v-5.723H70.317v4.292z" />
65
- <path fill="#F0F3F4" d="M386.722 137.134l20.396-20.396 3.743 3.744-20.396 20.396z" />
66
- <path d="M390.535 135.926l14.995-14.995a.695.695 0 01.983 0l.189.189a.695.695 0 010 .983l-14.995 14.995a.695.695 0 01-.983 0l-.19-.19a.695.695 0 010-.982z" fill="#DDE2E6" />
67
- <path fill="url(#a)" style="mix-blend-mode:multiply" transform="rotate(45 292.571 76.256)" d="M402.18 23.424h5.305v12.663h-5.306z" />
68
- <path fill="url(#b)" style="mix-blend-mode:multiply" transform="rotate(45 286.664 82.162)" d="M396.272 33.987h5.306v3.35h-5.306z" />
69
- <path d="M415.734 117.206l-3.684-.99a.596.596 0 01-.43-.429l-.99-3.685a.62.62 0 01.156-.584l5.127-5.127a.155.155 0 00-.071-.263 7.846 7.846 0 10-1.503 15.383 7.965 7.965 0 006.737-5.08 7.37 7.37 0 00.394-4.185.167.167 0 00-.274-.084l-4.877 4.889a.644.644 0 01-.585.155zM385.59 136.451a5.664 5.664 0 10.024 11.328 5.664 5.664 0 00-.024-11.328zm3.577 7.298a1.085 1.085 0 00-.643-.203c-.659 0-1.193.534-1.193 1.193.006.276.107.541.286.751a3.66 3.66 0 01-.99.43 1.192 1.192 0 00-1.192-1.026 1.192 1.192 0 00-1.192.954 3.816 3.816 0 01-.942-.453c.13-.194.2-.422.203-.656 0-.659-.534-1.193-1.193-1.193-.152 0-.302.033-.441.096a3.887 3.887 0 01-.179-.525c.38-.202.622-.594.632-1.025a1.192 1.192 0 00-.608-1.014c.07-.248.166-.487.286-.715a1.3 1.3 0 00.31 0 1.192 1.192 0 001.121-1.598c.264-.17.548-.307.847-.406a1.192 1.192 0 002.23 0c.298.083.585.2.858.346a1.264 1.264 0 00-.131.525c0 .658.534 1.192 1.192 1.192.183 0 .363-.045.525-.13.124.23.223.475.298.726a1.192 1.192 0 000 2.17 3.649 3.649 0 01-.084.561z" fill="#C1C9CD" />
70
- <path d="M390.61 115.143l.263-.262a.238.238 0 000-.263l-.87-2.027-6.261-6.308a.25.25 0 00-.346 0l-3.243 3.244a.25.25 0 000 .346l6.284 6.284 1.991.894a.238.238 0 00.274 0l.25-.25 15.276 15.19 1.61-1.609-15.228-15.239z" fill="#F0F3F4" />
71
- <path fill="url(#c)" style="mix-blend-mode:multiply" transform="rotate(45 288.298 80.537)" d="M394.746 33.113h11.626v1.848h-11.626z" />
72
- <path d="M409.128 132.17a1.3 1.3 0 01-1.3-1.299c.002-.122.022-.242.06-.358l-3.481 3.482c.118-.019.239-.019.357 0a1.3 1.3 0 011.3 1.312c0 .245-.07.485-.203.691a.179.179 0 00.084-.06l3.947-3.946a1.3 1.3 0 01-.764.179z" fill="#164860" />
73
- <path d="M411.03 131.793l9.84 9.84a3.708 3.708 0 11-5.244 5.244l-9.84-9.84a.882.882 0 010-1.248l3.996-3.996a.882.882 0 011.248 0zM408.374 128.564l.22.219a.805.805 0 010 1.138l-4.646 4.646a.805.805 0 01-1.139 0l-.219-.22a.805.805 0 010-1.138l4.646-4.645a.805.805 0 011.138 0z" fill="#356075" />
74
- </g>
75
- </svg>
1
+ <svg width="440" height="330" xmlns="http://www.w3.org/2000/svg">
2
+ <defs>
3
+ <linearGradient x1="35.112%" y1="85.455%" x2="64.825%" y2="14.545%" id="a">
4
+ <stop stop-color="#94A5AD" stop-opacity="0" offset="28%" />
5
+ <stop stop-color="#94A5AD" offset="100%" />
6
+ </linearGradient>
7
+ <linearGradient x1="9.062%" y1="75.671%" x2="90.578%" y2="24.197%" id="b">
8
+ <stop stop-color="#94A5AD" stop-opacity="0" offset="28%" />
9
+ <stop stop-color="#94A5AD" offset="100%" />
10
+ </linearGradient>
11
+ <linearGradient x1="20.987%" y1="54.603%" x2="78.934%" y2="45.391%" id="c">
12
+ <stop stop-color="#94A5AD" stop-opacity="0" offset="28%" />
13
+ <stop stop-color="#94A5AD" offset="100%" />
14
+ </linearGradient>
15
+ </defs>
16
+ <g fill-rule="nonzero" fill="none">
17
+ <path fill="#F3F5F6" d="M365.737 286.636H376.492V284.823H365.737v.907zM365.737 294.005H376.492V292.192H365.737v.907zM365.737 290.32H376.492v-1.812H365.737v.906z" />
18
+ <path d="M333.172 326.856H83.242a4.543 4.543 0 01-1.717-.346 4.495 4.495 0 01-1.395-.942 4.555 4.555 0 01-.942-1.407 4.27 4.27 0 01-.346-1.705V166.25a4.27 4.27 0 01.346-1.705 4.555 4.555 0 01.942-1.407 4.495 4.495 0 011.395-.942 4.543 4.543 0 011.717-.346h249.93c.59.003 1.172.12 1.717.346.518.226.991.545 1.395.942.4.406.719.883.942 1.407.226.54.343 1.12.346 1.705v156.206a4.483 4.483 0 01-.346 1.705c-.236.509-.563.97-.966 1.36a4.639 4.639 0 01-1.395.941 4.543 4.543 0 01-1.693.394z" fill="#023852" />
19
+ <path fill="#0099DA" d="M157.708 310.281H85.734V193.878H157.708v87.297z" />
20
+ <path fill="#C4CED4" d="M370.053 324.209H46.361v-7.56h323.693v5.664z" />
21
+ <path d="M353.43 329.491H62.984a28.367 28.367 0 01-3.827-.417c-1.694-.263-3.685-.644-5.58-1.193a27.867 27.867 0 01-5.033-1.681c-1.323-.632-2.182-1.324-2.182-2.05h323.692c0 .726-.858 1.418-2.182 2.05a27.867 27.867 0 01-5.032 1.681c-1.896.49-3.887.87-5.58 1.193a28.367 28.367 0 01-3.828.417z" fill="#9DADB7" />
22
+ <path d="M262.223 316.649H154.191l2.838 1.276 2.826 1.276 2.838 1.275 2.838 1.276h85.352l2.838-1.276 2.826-1.275 2.838-1.276z" opacity=".6" fill="#9DADB7" />
23
+ <path fill="#F3F5F6" d="M330.68 194.093H85.734v-23.741H330.68v17.802z" />
24
+ <path d="M324.181 183.623h-24.588v-7.321h24.588v7.321zm-23.693-.906h22.81v-5.545h-22.81v5.545zM184.633 191.326H201.422v-2.516h-16.789v1.884z" fill="#0099DA" />
25
+ <path fill="#DDE2E6" d="M162.347 191.326h16.789v-2.516H162.347v1.884zM229.193 191.326h16.79v-2.516h-16.79v1.884zM206.907 191.326H223.696v-2.516h-16.789v1.884z" />
26
+ <path fill="#ECEDEE" d="M330.68 310.281H157.553V194.033H330.68v87.178z" />
27
+ <path fill="#0099DA" d="M100.759 180.022h16.789v-2.504H100.759v1.884zM91.231 178.77l.692.692.704.691.691.704.692.692.691-.692.692-.704.692-.691.703-.692-.703-.691-.692-.692-.692-.692-.691-.703-.692.703-.691.692-.704.692z" />
28
+ <path fill="#F2F4F6" d="M122.568 206.863h-30.92v-2.206h30.92v1.657zM147.25 220.505H91.65v-10.041H147.25v7.525z" />
29
+ <path fill="#0099DA" d="M140.61 216.904l-.55-.549-.548-.56-.56-.549-.549-.548.155-.155.155-.155.155-.167.155-.155.406.405.393.393.394.394.393.393.394-.393.405-.394.394-.393.393-.405.155.155.155.167.155.155.167.155-.56.548-.549.549-.548.56zM319.34 181.596l-.549-.548-.56-.549-.549-.56-.548-.549.155-.155.155-.155.155-.155.155-.155.393.394.406.393.393.394.394.393.393-.393.394-.394.405-.393.394-.394.155.155.155.155.155.155.155.155-.549.549-.548.56-.56.549z" />
30
+ <path fill="#F3F5F6" d="M147.203 264.886H91.34v-.882h55.864v.668zM97.778 233.192H91.72v-6.058h6.058v6.058zm-5.175-.883h4.292v-4.292h-4.292v4.292zM97.778 241.92H91.72v-6.057h6.058v6.057zm-5.175-.882h4.292v-4.293h-4.292v4.293zM97.778 250.66H91.72v-6.057h6.058v6.058zm-5.175-.882h4.292v-4.292h-4.292v4.292zM97.778 259.401H91.72v-6.07h6.058v6.07zm-5.175-.894h4.292v-4.293h-4.292v4.293z" />
31
+ <path fill="#9ED8F1" d="M125.86 231.022h-25.256V229.615H125.859v1.061zM125.86 239.702h-25.256v-1.407H125.859V239.357zM125.86 248.383h-25.256v-1.407H125.859v1.061zM125.86 257.076h-25.256v-1.419H125.859v1.061z" />
32
+ <path d="M97.778 276.19H91.72v-6.07h6.058v6.07zm-5.175-.882h4.292v-4.305h-4.292v4.305zM97.778 284.978H91.72v-6.057h6.058v6.057zm-5.175-.882h4.292v-4.293h-4.292v4.293zM97.778 293.66H91.72v-6.07h6.058v6.07zm-5.175-.883h4.292v-4.305h-4.292v4.305zM97.778 302.388H91.72v-6.058h6.058v6.058zm-5.175-.883h4.292v-4.293h-4.292v4.293z" fill="#F3F5F6" />
33
+ <path fill="#9ED8F1" d="M125.86 274.02h-25.256v-1.419H125.859v1.061zM125.86 282.7h-25.256V281.295H125.859v1.049zM125.86 291.382h-25.256V289.975H125.859v1.049zM125.86 300.062h-25.256v-1.407H125.859V299.717z" />
34
+ <path fill="#DDE2E6" d="M162.979 206.792h38.097v-2.29H162.98v1.718zM162.979 212.432h38.097v-2.278H162.98v1.718zM162.979 242.874h38.097v-2.277H162.98V242.314z" />
35
+ <path fill="#0099DA" d="M213.096 273.078h-50.201v-24.17H213.096v18.125zM267.649 273.078h-50.201v-24.17H267.65v18.125zM321.689 273.078h-50.201v-24.17H321.69v18.125zM213.096 310.27h-50.201v-6.44H213.096v4.83zM267.649 310.27h-50.201v-6.44H267.65v4.83zM321.689 310.27h-50.201v-6.44H321.69v4.83z" />
36
+ <path fill="#D0D5D8" d="M213.096 297.236h-50.201v-24.158H213.096v18.125zM267.649 297.236h-50.201v-24.158H267.65v18.125zM321.689 297.236h-50.201v-24.158H321.69v18.125z" />
37
+ <path fill="#DDE2E6" d="M167.057 278.563h17.159v-2.194h-17.159v1.646zM167.057 282.796h17.159v-2.182h-17.159v1.634zM220.87 278.563H238.03v-2.194H220.87v1.646zM220.87 282.796H238.03v-2.182H220.87v1.634zM274.54 278.563H291.7v-2.194H274.54v1.646zM274.54 282.796H291.7v-2.182H274.54v1.634z" />
38
+ <path fill="#023852" d="M297.972 266.913l-.573.585-.572.572-.572.584-.573.573-1.06-1.062-1.062-1.06-1.061-1.05-1.074-1.062-1.895 1.92-1.908 1.908-1.908 1.92-1.908 1.92 5.08-.012 5.08-.012 5.067-.012 5.08-.012-1.527-1.43-1.538-1.42-1.538-1.419zM297.59 259.186c-.004.362.07.72.215 1.05.135.32.33.61.572.858.251.24.542.433.859.573.333.134.69.203 1.05.202.356.003.71-.07 1.036-.214.321-.133.613-.327.859-.573.243-.248.437-.539.572-.858.14-.332.21-.69.203-1.05a2.73 2.73 0 00-.203-1.037 2.814 2.814 0 00-.584-.858 2.647 2.647 0 00-1.896-.775c-.711 0-1.393.283-1.896.787-.249.245-.447.536-.584.858a2.73 2.73 0 00-.203 1.037zM245.673 266.913l-.573.585-.572.572-.572.584-.573.573-1.073-1.062-1.061-1.06-1.061-1.05-1.062-1.062-1.908 1.92-1.907 1.908-1.896 1.92-1.908 1.92 5.08-.012 5.067-.012 5.08-.012 5.08-.012-1.539-1.43-1.526-1.42-1.538-1.419zM245.291 259.186c-.004.362.07.72.215 1.05.135.32.33.61.572.858.251.24.542.433.859.573.333.135.69.204 1.049.202.357.003.71-.07 1.037-.214.32-.136.61-.33.859-.573.239-.25.432-.541.572-.858a2.79 2.79 0 00.203-1.05c.002-.357-.07-.71-.215-1.037a2.635 2.635 0 00-1.43-1.43 2.743 2.743 0 00-1.05-.203c-.357-.003-.71.07-1.037.214-.32.136-.61.33-.859.573a2.85 2.85 0 00-.572.858 2.73 2.73 0 00-.203 1.037zM191.024 266.913l-.572.585-.572.572-.585.584-.572.573-1.061-1.062-1.061-1.06-1.062-1.05-1.061-1.062-1.908 1.92-1.908 1.908-1.908 1.92-1.907 1.92 5.08-.012 5.079-.012 5.08-.012 5.08-.012-1.539-1.43-1.538-1.42-1.526-1.419zM190.63 259.186c.003.36.076.718.216 1.05a2.647 2.647 0 002.48 1.633 2.695 2.695 0 002.683-2.694 2.73 2.73 0 00-.215-1.038 2.814 2.814 0 00-.584-.858 2.588 2.588 0 00-.847-.573 2.79 2.79 0 00-1.05-.202 2.576 2.576 0 00-1.049.214c-.315.136-.603.33-.846.573-.245.245-.44.537-.572.858a2.73 2.73 0 00-.215 1.037z" />
39
+ <path d="M167.605 232.417a4.877 4.877 0 01-4.888 4.889H78.973v-75.73h88.632v70.84zM337.453 212.05h-120.29a3.875 3.875 0 01-3.876-3.887V161.97h124.166v50.081z" fill="#DDE2E6" style="mix-blend-mode:multiply" />
40
+ <path fill="#C7D0D6" d="M353.681 200.174h-131.07v-73.918h131.07V181.692z" />
41
+ <path fill="#EEF1F3" d="M280.217 200.174h-58.214v-73.918h58.214V181.692z" />
42
+ <path fill="#DDE2E6" d="M293.906 153.908H338.693v-5.723H293.906v4.292zM293.906 164.962H338.693v-5.711H293.906v4.292zM293.906 176.743H338.693v-5.723H293.906v4.292z" />
43
+ <path fill="#023852" d="M244.504 155.78l-1.157-1.156-1.156-1.157-4.627 4.615-4.626 4.603.012.011h.012l-.012.012-.012.012 4.626 4.603 4.627 4.603 1.156-1.157 1.157-1.157-3.458-3.458-3.458-3.458 3.458-3.458zM256.655 169.612l1.156 1.157 1.157 1.157 4.627-4.615 4.614-4.603v-.012h-.012l.012-.011v-.012l-4.614-4.603-4.627-4.603-1.157 1.157-1.156 1.156 3.458 3.458 3.458 3.458-3.458 3.458zM249.476 174.633h-3.088l2.301-12.008 2.302-11.996h1.55l1.55-.012-2.301 12.008zM439.19 168.837h-76.303V93.882H439.189v56.223z" />
44
+ <path fill="#C7D0D6" d="M439.19 200.699h-76.303V161.563H439.189V190.91z" />
45
+ <path fill="#DDE2E6" d="M379.926 177.28H424.725v-5.723H379.926v4.292zM379.926 188.345H424.725v-5.723H379.926v4.292z" />
46
+ <path fill="#FFE700" d="M151.317 165.189H34.115V108.764h117.202v42.318z" />
47
+ <path d="M151.317 218.299a3.303 3.303 0 01-3.303 3.303H37.418a3.303 3.303 0 01-3.303-3.303v-53.11h117.202v53.11z" fill="#C7D0D6" />
48
+ <path d="M103.442 153.026a1.908 1.908 0 00-1.336-.5 1.872 1.872 0 00-1.311.56l-.668.667-.668.68-.668.668-.68.68a1.884 1.884 0 01-2.682 0l-.573-.56-.56-.561-1.192-1.193-1.193-1.192-1.192-1.193-1.193-1.192-.572-.572-.56-.56a1.92 1.92 0 00-2.695 0l-1.55 1.561-1.55 1.562-2.23 2.23-2.469 2.087-2.218 2.23-2.23 2.241-2.217 2.23-2.23 2.242h47.553l-1.8-1.658-1.789-1.657-1.789-1.67-1.788-1.657-1.8-1.657-1.79-1.67-1.12-1.037-1.24-1.109zM101.188 133.745c0 .424.045.848.131 1.264.077.41.201.81.37 1.192.16.37.351.725.572 1.061a6.415 6.415 0 001.705 1.694c.334.225.69.417 1.062.572a5.89 5.89 0 001.192.37 6.439 6.439 0 002.528 0c.41-.081.81-.205 1.192-.37a6.081 6.081 0 001.992-1.348c.28-.288.535-.599.763-.93.22-.336.412-.691.572-1.06.156-.386.276-.786.358-1.193a6.153 6.153 0 000-2.528 6.773 6.773 0 00-.37-1.193 7.06 7.06 0 00-.584-1.06 6.332 6.332 0 00-.763-.93c-.288-.28-.6-.536-.93-.764a5.783 5.783 0 00-1.073-.572 6.32 6.32 0 00-1.193-.358 6.403 6.403 0 00-1.264-.131 6.284 6.284 0 00-2.444.5c-.374.157-.73.353-1.061.585a6.129 6.129 0 00-2.266 2.766 5.892 5.892 0 00-.489 2.385v.048z" fill="#023852" />
49
+ <path d="M67.371 221.59H39.528a5.306 5.306 0 01-5.306-5.307v-20.485h29.536a3.577 3.577 0 013.578 3.577v22.179l.035.036z" fill="#DDE2E6" style="mix-blend-mode:multiply" />
50
+ <path d="M.19 268.368v-62.816c0-.246.048-.49.144-.716.094-.213.228-.407.393-.572.163-.168.358-.302.573-.394.223-.09.462-.139.703-.143h54.768c.241.004.48.052.703.143a1.8 1.8 0 01.966.966c.095.227.144.47.143.716v62.816a1.73 1.73 0 01-.143.704 1.8 1.8 0 01-.966.966c-.223.09-.462.139-.703.142H2.003a1.944 1.944 0 01-.703-.143 1.753 1.753 0 01-.573-.393 1.884 1.884 0 01-.393-.572 1.73 1.73 0 01-.143-.704z" fill="#F3F5F6" />
51
+ <path fill="#DDE2E6" d="M6.522 210.5h45.729v51.81H6.523V236.4z" />
52
+ <path d="M37.62 228.148l.191-.095.203-.084.19-.083.192-.096h.56a.763.763 0 01.215.072c.063.037.12.086.167.143a.453.453 0 01.095.203.74.74 0 010 .226l-.12.894-.118.883-.12.894-.107.883v.214l-.072.096a.549.549 0 01-.083.083l-.25.19-.263.192-.25.202-.25.191-.108.06h-.525a.525.525 0 01-.226-.084.632.632 0 01-.167-.143.894.894 0 01-.095-.214.704.704 0 010-.227l.167-1.002.166-1.001.167-.99.167-1.002a.43.43 0 010-.13.25.25 0 01.072-.12.405.405 0 01.095-.107l.108-.048zM21.26 228.148l-.19-.095-.203-.084-.19-.083-.191-.096h-.561a.656.656 0 00-.214.072.632.632 0 00-.167.143.453.453 0 00-.096.203.489.489 0 000 .226l.12.894.119.883.119.894.107.883v.119a.704.704 0 000 .095l.072.096c.025.03.053.058.083.083l.25.19.263.192.25.202.25.191.108.06h.525a.525.525 0 00.226-.084.632.632 0 00.167-.143.894.894 0 00.096-.214.704.704 0 000-.227l-.167-1.002-.167-1.001-.167-.99-.167-1.002a.43.43 0 000-.13.25.25 0 00-.072-.12.405.405 0 00-.095-.107l-.107-.048z" fill="#0099DA" />
53
+ <path d="M21.595 228.565a.584.584 0 000-.13.25.25 0 00-.072-.12l-.095-.107-.12-.072-.19-.083-.203-.096-.19-.083-.192-.096h-.56a.763.763 0 00-.215.072.68.68 0 00-.167.155.358.358 0 00-.095.19.74.74 0 000 .227v.906a.525.525 0 010-.238.668.668 0 01.107-.203.525.525 0 01.394-.226H20.569l.203.095.19.084.203.095.203.095h.155v.072l.06.071v-.536l.012-.072zM38.956 227.743h-.56l-.191.095-.19.083-.204.096-.19.083-.12.072-.095.107a.25.25 0 00-.072.12.584.584 0 000 .13V229.317v-.119l.072-.107a.358.358 0 01.095-.095l.12-.072.19-.095.203-.084.203-.095.203-.096h.572c.125.023.24.081.334.167a.405.405 0 01.024.215.56.56 0 01.071.179v-.68a.489.489 0 000-.226.358.358 0 00-.095-.191.68.68 0 00-.167-.155.656.656 0 00-.203-.12z" fill="#28A8E0" />
54
+ <path d="M52.24 251.126V248.455a.346.346 0 000-.108.703.703 0 000-.095.274.274 0 00-.084-.083l-.095-.06-3.673-1.526-3.673-1.539-3.672-1.526-3.673-1.526-.417-.525-.406-.524-.417-.525-.405-.525h-.072l-.083-.06h-.191l-5.962.299-5.962.298h-.143l-.8.74-.798.738-.787.74-.8.75-3.266 1.193-3.256 1.193-3.22 1.192-3.207 1.193v14.309H52.24v-11.352z" fill="#023852" />
55
+ <path fill="#F3F5F6" d="M35.76 262.287l.06-.406.06-.417.06-.405.059-.418V241.718l-.215-.537-.202-.537-.215-.524-.203-.525-3.052.25-3.041.25-3.04.251-3.053.25-.227.31-.238.299-.239.31-.238.31v19.484l.06.25.059.239.06.25.071.239h10.112z" />
56
+ <path d="M22.763 237.628v3.97l.501.775.513.776.5.763.513.775 1.002.632 1.001.644 1.002.644 1.002.631c.076.055.16.095.25.12a.74.74 0 00.274 0c.09.018.184.018.275 0a.835.835 0 00.25-.131l1.026-.787 1.025-.787 1.025-.787 1.038-.787V240.894l-2.778-.81-2.779-.81-2.862-.8-2.778-.846z" fill="#0099DA" />
57
+ <path d="M22.763 237.628v3.97l.501.775.513.776.5.763.513.775 1.002.632 1.001.644 1.002.644 1.002.631c.076.055.16.095.25.12a.74.74 0 00.274 0c.09.018.184.018.275 0a.835.835 0 00.25-.131l1.026-.787 1.025-.787 1.025-.787 1.038-.787V240.894l-2.778-.81-2.779-.81-2.862-.8-2.778-.846z" fill="#C5D1D7" style="mix-blend-mode:multiply" />
58
+ <path d="M36.345 221.315l-1.694-.655-1.693-.656-1.693-.608-1.693-.656h-.108l-1.693.656-1.693.667-1.693.656-1.693.656c-.06.07-.113.145-.155.227-.148.28-.264.576-.346.882-.156.62-.267 1.249-.334 1.884a28.618 28.618 0 00-.155 3.208v8.442l.847 2.027.846 2.027.847 2.015.846 2.027.87.275.871.262.883.262.87.263h1.872l.87-.263.883-.262.87-.262.883-.275.847-2.027.834-2.015.847-2.027.846-2.027v-8.442a28.618 28.618 0 00-.155-3.208 12.02 12.02 0 00-.333-1.884 4.293 4.293 0 00-.346-.882 1.192 1.192 0 00-.155-.287z" fill="#0099DA" />
59
+ <path d="M25.446 221.268l.095.357.096.37.095.358.096.358 2.253 1.06 2.254 1.062 2.027.966 2.027.954c.131.065.242.164.322.286a.799.799 0 01.12.405v7.346l-.728 1.395-.715 1.395-.728 1.395-.727 1.395.393.49.394.488.381.489.394.489.978-1.562.99-1.562.977-1.574.978-1.562-.084-2.815-.095-2.826-.083-2.826-.084-2.814-.441-1.586-.453-1.574-.406-1.574-.453-1.585-2.456.703-2.456.692-2.505.727-2.456.68z" fill="#C5D1D7" style="mix-blend-mode:multiply" />
60
+ <path d="M37.907 219.598l-.859-.846-.846-.835-.859-.835-.847-.846-.691-.227-.692-.226-.691-.227-.692-.226h-2.862l-1.443.488-1.335.513-1.336.525-1.335.513-.537.572-.536.56-.549.573-.536.56v.06l-.108.823-.107.834-.107.823-.108.823.108 1.192.107 1.193.107 1.192.108 1.192a.346.346 0 000 .108.19.19 0 000 .083c.017.03.042.054.071.072h.251c.032.013.06.033.083.06a.513.513 0 000 .083.346.346 0 010 .107v1.025h.668v-2.384l.12-.859.202-.703.12-.847.13-.858a.107.107 0 010-.06v-.06l.513-.453.513-.441.512-.453.513-.441a.393.393 0 01.334-.083.417.417 0 01.143.083.31.31 0 01.096.155v.334a.358.358 0 000 .095v.072h.178l1.539.25 1.526.25 1.538.25 1.538.251.513.549.513.548.5.56.513.55-.107-.645-.12-.632-.107-.644-.119-.632v-.083a.43.43 0 010-.107.322.322 0 01.084-.096l.107-.071.203-.072.214-.071.203-.072.203-.072h.143a.238.238 0 01.131 0c.043.018.08.047.107.084a.25.25 0 01.072.12l.25.738.25.728.251.727.25.74.156 1.001.155 1.002.166 1.001.156 1.014h.31v-1.336-.131a.107.107 0 000-.071v-.072-7.965-.072a.167.167 0 000-.071l1.06-.25zM25.553 244.317l.716.215.727.214.716.227.727.215H30.597l.728-.215.727-.227.715-.214.728-.227a.608.608 0 00.203-.083c.068-.037.132-.081.19-.131l.143-.167a.608.608 0 00.108-.191l.799-1.872.799-1.86.787-1.873.798-1.872v-.095a.227.227 0 000-.095.334.334 0 000-.108.262.262 0 000-.095v-6.189h-.238l-.155 1.133-.155 1.192-.167 1.193-.155 1.192a.513.513 0 010 .131.5.5 0 010 .12v.119l-.072.107-.393.513-.382.513-.381.5-.382.513a1.12 1.12 0 01-.393.322 1.192 1.192 0 01-.465.096 1.037 1.037 0 01-.453-.132.894.894 0 01-.37-.333l-.227-.334-.226-.334-.215-.334-.298-.477a1.276 1.276 0 00-.167-.19l-.203-.144-.238-.083a.906.906 0 00-.25 0H27.64l-.226.083-.191.12-.167.166-.227.298-.226.287-.239.298-.226.286a.93.93 0 01-.406.31.966.966 0 01-.477.083.942.942 0 01-.465-.155.966.966 0 01-.357-.37l-.477-.846-.49-.847-.476-.858-.49-.847v-.25a.43.43 0 010-.12.584.584 0 010-.142v-2.922h-.572-.071c-.012 0 0 0 0 .072v6.606a.227.227 0 000 .095l.787 1.872.775 1.86.787 1.872.775 1.86c.029.072.065.14.107.203.046.062.098.117.155.167a.99.99 0 00.18.131c.042.02.085.036.13.048z" fill="#023852" />
61
+ <path d="M31.444 215.234H28.7l-1.276.584-1.335.513-1.336.525-1.323.513-.549.572-.536.56-.537.573-.536.56a.107.107 0 000 .06v.894l.822-.632.93-.692.8-.596.464-.357h.096l1.192-.394 1.193-.393 1.192-.406 1.192-.393h2.385l.68.155.668.167.68.155.667.167h.084l.954.62.953.632.954.632.942.62v-.143l-.87-.859-.882-.87-.883-.859-.87-.87-.692-.227-.691-.227-.692-.226-.704-.227h-.107l-.286-.13z" fill="#023852" />
62
+ <path fill="#0099DA" d="M35.438 250.565l-1.442-.75-1.455-.74-1.455-.751-1.443-.74h-.691l-1.42.775-1.418.847-1.42.775-1.418.787 1.478-.548 1.48-.537 1.478-.549 1.478-.548 1.538.513 1.539.512 1.538.513 1.538.513z" />
63
+ <path fill="#023852" d="M27.402 251.877l-.155.608-.155.608-.155 4.591-.167 4.603h4.829l-.31-4.65-.31-4.663-.31-.656-.31-.668v-.441l.286-.668.286-.667.274-.668.287-.668-.465-.238-.465-.239-.466-.238-.465-.25h-.667l-.644.357-.632.346-.632.358-.644.345.25.609.239.62.25.608.25.62v.214z" />
64
+ <path fill="#DDE2E6" d="M70.317 182.944h44.798v-5.712H70.317v4.292zM70.317 194.01h44.798v-5.712H70.317V192.578zM70.317 205.79h44.798v-5.723H70.317v4.292z" />
65
+ <path fill="#F0F3F4" d="M386.722 137.134l20.396-20.396 3.743 3.744-20.396 20.396z" />
66
+ <path d="M390.535 135.926l14.995-14.995a.695.695 0 01.983 0l.189.189a.695.695 0 010 .983l-14.995 14.995a.695.695 0 01-.983 0l-.19-.19a.695.695 0 010-.982z" fill="#DDE2E6" />
67
+ <path fill="url(#a)" style="mix-blend-mode:multiply" transform="rotate(45 292.571 76.256)" d="M402.18 23.424h5.305v12.663h-5.306z" />
68
+ <path fill="url(#b)" style="mix-blend-mode:multiply" transform="rotate(45 286.664 82.162)" d="M396.272 33.987h5.306v3.35h-5.306z" />
69
+ <path d="M415.734 117.206l-3.684-.99a.596.596 0 01-.43-.429l-.99-3.685a.62.62 0 01.156-.584l5.127-5.127a.155.155 0 00-.071-.263 7.846 7.846 0 10-1.503 15.383 7.965 7.965 0 006.737-5.08 7.37 7.37 0 00.394-4.185.167.167 0 00-.274-.084l-4.877 4.889a.644.644 0 01-.585.155zM385.59 136.451a5.664 5.664 0 10.024 11.328 5.664 5.664 0 00-.024-11.328zm3.577 7.298a1.085 1.085 0 00-.643-.203c-.659 0-1.193.534-1.193 1.193.006.276.107.541.286.751a3.66 3.66 0 01-.99.43 1.192 1.192 0 00-1.192-1.026 1.192 1.192 0 00-1.192.954 3.816 3.816 0 01-.942-.453c.13-.194.2-.422.203-.656 0-.659-.534-1.193-1.193-1.193-.152 0-.302.033-.441.096a3.887 3.887 0 01-.179-.525c.38-.202.622-.594.632-1.025a1.192 1.192 0 00-.608-1.014c.07-.248.166-.487.286-.715a1.3 1.3 0 00.31 0 1.192 1.192 0 001.121-1.598c.264-.17.548-.307.847-.406a1.192 1.192 0 002.23 0c.298.083.585.2.858.346a1.264 1.264 0 00-.131.525c0 .658.534 1.192 1.192 1.192.183 0 .363-.045.525-.13.124.23.223.475.298.726a1.192 1.192 0 000 2.17 3.649 3.649 0 01-.084.561z" fill="#C1C9CD" />
70
+ <path d="M390.61 115.143l.263-.262a.238.238 0 000-.263l-.87-2.027-6.261-6.308a.25.25 0 00-.346 0l-3.243 3.244a.25.25 0 000 .346l6.284 6.284 1.991.894a.238.238 0 00.274 0l.25-.25 15.276 15.19 1.61-1.609-15.228-15.239z" fill="#F0F3F4" />
71
+ <path fill="url(#c)" style="mix-blend-mode:multiply" transform="rotate(45 288.298 80.537)" d="M394.746 33.113h11.626v1.848h-11.626z" />
72
+ <path d="M409.128 132.17a1.3 1.3 0 01-1.3-1.299c.002-.122.022-.242.06-.358l-3.481 3.482c.118-.019.239-.019.357 0a1.3 1.3 0 011.3 1.312c0 .245-.07.485-.203.691a.179.179 0 00.084-.06l3.947-3.946a1.3 1.3 0 01-.764.179z" fill="#164860" />
73
+ <path d="M411.03 131.793l9.84 9.84a3.708 3.708 0 11-5.244 5.244l-9.84-9.84a.882.882 0 010-1.248l3.996-3.996a.882.882 0 011.248 0zM408.374 128.564l.22.219a.805.805 0 010 1.138l-4.646 4.646a.805.805 0 01-1.139 0l-.219-.22a.805.805 0 010-1.138l4.646-4.645a.805.805 0 011.138 0z" fill="#356075" />
74
+ </g>
75
+ </svg>
@@ -1,50 +1,50 @@
1
- <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 440 330"><defs><style>.cls-1{fill:#023852;}.cls-2{fill:#ffe700;}.cls-3{fill:#0099da;}</style></defs><metadata><?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?>
2
- <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 5.6-c148 79.163858, 2019/03/06-03:18:36 ">
3
- <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
4
- <rdf:Description rdf:about=""
5
- xmlns:xmp="http://ns.adobe.com/xap/1.0/"
6
- xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/"
7
- xmlns:stEvt="http://ns.adobe.com/xap/1.0/sType/ResourceEvent#">
8
- <xmp:MetadataDate>2019-08-01T15:30:58+02:00</xmp:MetadataDate>
9
- <xmpMM:InstanceID>xmp.iid:79129636-de56-4ad7-b3ef-1efb0353cc70</xmpMM:InstanceID>
10
- <xmpMM:DocumentID>xmp.did:79129636-de56-4ad7-b3ef-1efb0353cc70</xmpMM:DocumentID>
11
- <xmpMM:OriginalDocumentID>xmp.did:79129636-de56-4ad7-b3ef-1efb0353cc70</xmpMM:OriginalDocumentID>
12
- <xmpMM:History>
13
- <rdf:Seq>
14
- <rdf:li>
15
- <rdf:Description>
16
- <stEvt:action>saved</stEvt:action>
17
- <stEvt:instanceID>xmp.iid:79129636-de56-4ad7-b3ef-1efb0353cc70</stEvt:instanceID>
18
- <stEvt:when>2019-08-01T15:30:58+02:00</stEvt:when>
19
- <stEvt:softwareAgent>Adobe Bridge 2019 (Macintosh)</stEvt:softwareAgent>
20
- <stEvt:changed>/metadata</stEvt:changed>
21
- </rdf:Description>
22
- </rdf:li>
23
- </rdf:Seq>
24
- </xmpMM:History>
25
- </rdf:Description>
26
- </rdf:RDF>
27
- </x:xmpmeta>
28
-
29
-
30
-
31
-
32
-
33
-
34
-
35
-
36
-
37
-
38
-
39
-
40
-
41
-
42
-
43
-
44
-
45
-
46
-
47
-
48
-
49
- <?xpacket end="w"?></metadata>
1
+ <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 440 330"><defs><style>.cls-1{fill:#023852;}.cls-2{fill:#ffe700;}.cls-3{fill:#0099da;}</style></defs><metadata><?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?>
2
+ <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 5.6-c148 79.163858, 2019/03/06-03:18:36 ">
3
+ <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
4
+ <rdf:Description rdf:about=""
5
+ xmlns:xmp="http://ns.adobe.com/xap/1.0/"
6
+ xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/"
7
+ xmlns:stEvt="http://ns.adobe.com/xap/1.0/sType/ResourceEvent#">
8
+ <xmp:MetadataDate>2019-08-01T15:30:58+02:00</xmp:MetadataDate>
9
+ <xmpMM:InstanceID>xmp.iid:79129636-de56-4ad7-b3ef-1efb0353cc70</xmpMM:InstanceID>
10
+ <xmpMM:DocumentID>xmp.did:79129636-de56-4ad7-b3ef-1efb0353cc70</xmpMM:DocumentID>
11
+ <xmpMM:OriginalDocumentID>xmp.did:79129636-de56-4ad7-b3ef-1efb0353cc70</xmpMM:OriginalDocumentID>
12
+ <xmpMM:History>
13
+ <rdf:Seq>
14
+ <rdf:li>
15
+ <rdf:Description>
16
+ <stEvt:action>saved</stEvt:action>
17
+ <stEvt:instanceID>xmp.iid:79129636-de56-4ad7-b3ef-1efb0353cc70</stEvt:instanceID>
18
+ <stEvt:when>2019-08-01T15:30:58+02:00</stEvt:when>
19
+ <stEvt:softwareAgent>Adobe Bridge 2019 (Macintosh)</stEvt:softwareAgent>
20
+ <stEvt:changed>/metadata</stEvt:changed>
21
+ </rdf:Description>
22
+ </rdf:li>
23
+ </rdf:Seq>
24
+ </xmpMM:History>
25
+ </rdf:Description>
26
+ </rdf:RDF>
27
+ </x:xmpmeta>
28
+
29
+
30
+
31
+
32
+
33
+
34
+
35
+
36
+
37
+
38
+
39
+
40
+
41
+
42
+
43
+
44
+
45
+
46
+
47
+
48
+
49
+ <?xpacket end="w"?></metadata>
50
50
  <polygon class="cls-1" points="151.71 196.97 140.31 185.56 128.9 174.16 114.09 174.49 99.27 174.82 95.88 178.32 92.49 181.82 92.49 196.2 92.49 210.59 104.24 222.35 116 234.12 116 243.82 116 253.52 113.05 256.48 110.09 259.44 110.09 278.34 110.09 297.25 113 300.16 115.92 303.08 118.56 303.08 121.2 303.08 121.2 300.06 121.2 297.04 123.35 294.89 125.49 292.75 125.49 280.22 125.49 267.68 137.43 255.73 149.38 243.78 149.38 237.7 149.38 231.62 155.79 225.21 162.2 218.79 162.2 207.88 162.2 196.97 156.95 196.97 151.71 196.97"/><polygon class="cls-1" points="100.6 138.51 112.59 126.52 124.57 114.52 128.57 114.52 132.56 114.52 136.73 110.36 140.89 106.2 140.89 101.37 140.89 96.53 135.98 91.62 131.07 86.71 131.07 83.13 131.07 79.55 127.32 79.55 123.58 79.55 119.91 75.88 116.25 72.22 114.42 72.22 112.59 72.22 112.59 81.71 112.59 91.2 109.92 93.87 107.26 96.53 107.26 92.87 107.26 89.21 101.6 89.21 95.94 89.21 91.94 85.21 87.95 81.21 98.44 70.72 108.92 60.22 108.92 57.06 108.92 53.89 104.26 53.89 99.6 53.89 95.36 49.65 91.11 45.4 89.7 46.81 88.28 48.23 91.69 51.65 95.11 55.06 92.61 57.56 90.11 60.06 87.87 57.81 85.62 55.56 85.62 53.89 85.62 52.23 81.79 48.4 77.96 44.57 75.96 42.57 73.97 40.57 70.3 40.57 66.64 40.57 64.23 42.98 61.81 45.4 61.81 47.15 61.81 48.9 65.06 48.9 68.31 48.9 73.55 54.14 78.79 59.39 75.88 59.39 72.97 59.39 71.18 57.6 69.39 55.81 54.53 55.81 39.67 55.81 35.76 51.89 31.84 47.98 23.11 47.98 14.37 47.98 10.97 51.37 7.58 54.77 7.58 60.49 7.58 66.22 10.03 68.67 12.47 71.11 9.43 71.11 6.38 71.11 3.19 74.3 0 77.5 0 83.68 0 89.87 10.85 89.87 21.69 89.87 25.75 85.81 29.8 81.76 34.24 81.76 38.67 81.76 43.95 87.03 49.22 92.31 49.22 112.91 49.22 133.51 56.57 140.87 63.92 148.22 63.92 154.69 63.92 161.16 71.01 168.25 78.1 175.35 85.02 175.35 91.94 175.35 91.94 171.09 91.94 166.83 87.62 166.83 83.29 166.83 80.29 163.83 77.3 160.83 77.3 153.67 77.3 146.5 79.46 144.34 81.62 142.17 88.28 142.17 94.94 142.17 97.44 144.67 99.94 147.17 101.77 145.34 103.6 143.51 102.1 141.01 100.6 138.51"/><polygon class="cls-1" points="188.83 31.24 186.75 29.16 184.67 27.08 166.28 27.08 147.88 27.08 145.42 29.53 142.97 31.99 138.6 31.99 134.23 31.99 134.23 34.45 134.23 36.9 138.22 36.9 142.22 36.9 145.72 40.4 149.21 43.9 149.21 47.56 149.21 51.23 146.55 53.89 143.88 56.56 143.88 60.39 143.88 64.22 146.8 67.14 149.71 70.05 149.71 73.47 149.71 76.88 153.29 76.88 156.87 76.88 156.87 73.72 156.87 70.55 160.45 66.97 164.03 63.39 165.94 63.39 167.86 63.39 175.39 55.85 182.92 48.31 182.92 44.77 182.92 41.23 185.9 38.26 188.87 35.28 188.85 33.26 188.83 31.24"/><polygon class="cls-1" points="194.16 61.89 194.16 64.39 194.16 66.89 192.41 68.64 190.66 70.38 187.25 70.38 183.84 70.38 183.84 66.14 183.84 61.89 189 61.89 194.16 61.89"/><polygon class="cls-1" points="204.61 82.4 204.61 85.51 204.61 88.62 206.37 90.38 208.13 92.14 205.54 94.73 202.95 97.32 202.95 99.12 202.95 100.91 205.02 100.91 207.09 100.91 210.13 97.88 213.17 94.84 213.17 92.76 213.17 90.69 211.2 88.72 209.23 86.75 209.23 84.58 209.23 82.4 206.92 82.4 204.61 82.4"/><polygon class="cls-1" points="202.68 95.25 200.05 95.25 197.43 95.25 197.43 92.63 197.43 90 200.05 90 202.68 90 202.68 92.63 202.68 95.25"/><path class="cls-1" d="M260,56.43l-4.83-4.83-4.83-4.84h-9.39L228.56,59.13,216.21,71.49V81.71l1.51,1.52,1.52,1.52H223V81.58h3.59v1.93L228.08,85l1.52,1.52,2.34-2.35,2.35-2.35V73h3.31L241,76.43l3.42,3.42-5.39,5.39-5.38,5.38h-6.14V87.93h-4.84v3.18h-3.86l-7.32,7.32-7.32,7.32,1,1,1,1,1.89,1.9,1.9,1.9v3.32H199V125.5l1.79,1.8,1.8,1.79h5.38l7.66-7.66,7.67-7.67,3.21,3.21,3.21,3.21,1.2-1.2,1.21-1.21v-5.25l8,8,8,8.05h10.7v7.94l-2.18,2.18-2.17,2.17,2.52,2.53,2.52,2.52v3l4.38,4.38,4.38,4.39v8.77l3,3,3,3h7l6.24-6.24,6.24-6.24v-4.34L286,147.94l-7.81-7.82.78-.78.78-.78h4.35l7,7,7,6.95h4.59l3.79,3.79,3.79,3.79v13.39l4,4,4,4.05H321V173l6.91-6.91,6.9-6.9h4v8.29h6.63l3.38,3.38,3.38,3.38v4h2.9v2.07h3.73l1.49-1.48,1.48-1.49v-10l-3-3-3-3,1-1,1-1H367l5.64-5.65,5.64-5.65V136.55s-1.37-1.23-2.75-2.54a15.57,15.57,0,0,1-2.75-3V128l-1.93-1.93-1.93-1.93v-2.77h7.46L378,123l1.66,1.65V131h4V118l4-4,4-4V91.8h-6.35V88.07l4.35-4.35L394,79.37h13.25V75.08h4v5.67h-1.65v9.11L411.77,92l2.14,2.15h3V88.07h3.18V84.61l-1.73-1.72-1.72-1.73v-2.9h7.18l8.07-8.08L440,62.1V56.16H422.6l-2.89-2.9-2.9-2.9H397.62l-3.87-3.87-3.87-3.87h-9.8l-3.59,3.59L372.9,49.8h-8.42l-3-3-3-3H342.94V35.44H327.48l-1.69,1.69-1.69,1.69h-7.8l-5.95,6-6,6H298.9V45.38h-4.83l-6.38,6.39-6.39,6.39H269.91l-2,2-2,2h-6v-5.7Z"/><polygon class="cls-1" points="213.58 130.61 219.73 130.61 225.87 130.61 225.87 133.79 225.87 136.97 229.04 136.97 232.22 136.97 235.5 140.25 238.78 143.53 241.02 141.28 243.26 139.04 245.61 139.04 247.96 139.04 252.96 144.05 257.97 149.06 257.97 152.41 257.97 155.75 259.25 155.75 260.52 155.75 260.52 160.73 260.52 165.7 262.39 165.7 264.25 165.7 269.84 171.29 275.43 176.89 278.88 176.89 282.34 176.89 282.34 180.21 282.34 183.52 274.54 191.32 266.74 199.13 266.74 212.04 266.74 224.96 262.97 228.72 259.21 232.49 259.21 237.01 259.21 241.54 257.66 241.54 256.11 241.54 256.11 245.34 256.11 249.13 250 255.25 243.89 261.36 239.23 261.36 234.57 261.36 234.57 256.35 234.57 251.34 231.53 248.31 228.49 245.27 228.49 230.56 228.49 215.84 228.49 209.9 228.49 203.96 226.42 203.96 224.35 203.96 224.35 196.99 224.35 190.01 219.38 190.01 214.41 190.01 214.41 188.35 214.41 186.7 213.24 186.7 212.06 186.7 208.65 190.12 205.23 193.53 202.88 191.19 200.54 188.84 195.43 183.73 190.32 178.62 190.32 166.7 190.32 154.79 194.41 150.69 198.5 146.6 198.5 141.58 198.5 136.55 200.92 134.13 203.35 131.7 208.53 131.7 213.72 131.7 213.65 131.16 213.58 130.61"/><polygon class="cls-1" points="279.57 219.57 279.57 228.62 279.57 237.67 277.19 240.05 274.81 242.44 272.36 242.44 269.91 242.44 269.91 237.7 269.91 232.97 273.33 229.55 276.75 226.13 276.75 222.78 276.75 219.44 278.16 219.5 279.57 219.57"/><polygon class="cls-1" points="392.65 216.4 383.5 225.55 374.35 234.7 370.04 234.7 365.72 234.7 365.72 248.62 365.72 262.53 368.28 262.53 370.83 262.53 374.7 258.67 378.56 254.8 383.67 254.8 388.78 254.8 394.51 260.53 400.24 266.26 404.93 266.26 409.63 266.26 413.56 262.33 417.5 258.39 417.5 247.89 417.5 237.39 415.87 235.77 414.25 234.15 414.25 229.42 414.25 224.69 410.58 221.01 406.9 217.33 405.02 217.33 403.14 217.33 403.14 221.84 403.14 226.34 399.96 226.34 396.79 226.34 396.79 221.58 396.79 216.81 394.72 216.6 392.65 216.4"/><polygon class="cls-1" points="425.5 267.09 420.46 272.13 415.43 277.18 415.43 279.39 415.43 281.6 417.77 281.6 420.12 281.6 424.99 276.73 429.85 271.86 427.68 269.48 425.5 267.09"/><polygon class="cls-1" points="428.54 263.36 430.44 265.26 432.34 267.16 433.58 265.92 434.82 264.68 434.82 260.63 434.82 256.59 433.08 254.85 431.34 253.11 430.21 254.23 429.09 255.35 430.3 256.56 431.51 257.77 431.51 259.25 431.51 260.74 430.02 262.05 428.54 263.36"/><path class="cls-1" d="M414.6,212.11h-8.42l-4.66-4.66-4.66-4.66h-9.74v-4.21h5.11l2-2,2-2h6.48l6.94,6.94,6.94,6.94V212l-.74.07C415.44,212.08,414.94,212.11,414.6,212.11Z"/><polygon class="cls-1" points="381.6 194.43 381.6 198.78 381.6 203.13 377.87 203.13 374.15 203.13 374.15 201.75 374.15 200.37 372.7 200.37 371.25 200.37 371.25 201.96 371.25 203.55 369.8 203.55 368.35 203.55 365.07 200.27 361.79 196.99 361.79 194.19 361.79 191.39 364.31 191.39 366.83 191.39 369.83 188.39 372.83 185.38 373.9 185.38 374.97 185.38 374.97 189.91 374.97 194.43 378.29 194.43 381.6 194.43"/><polygon class="cls-1" points="352.06 191.95 357.61 197.51 363.17 203.07 366.83 206.73 370.49 210.39 373.56 210.39 376.63 210.39 376.63 211.6 376.63 212.81 368.21 212.81 359.79 212.81 349.5 202.51 339.22 192.22 342.01 189.43 344.81 186.63 346.08 187.91 347.36 189.18 348.19 188.35 349.02 187.53 347.12 185.63 345.22 183.73 345.22 179.34 345.22 174.96 346.84 174.96 348.47 174.96 348.47 178.89 348.47 182.83 352.33 186.7 356.2 190.56 355.58 191.26 354.95 191.95 353.51 191.95 352.06 191.95"/><polygon class="cls-1" points="107.09 46.15 111.57 50.63 116.04 55.1 118.31 55.1 120.58 55.1 122.32 56.84 124.05 58.58 120.78 61.86 117.5 65.14 121.76 69.41 126.03 73.67 128.03 71.67 130.03 69.68 128.76 68.41 127.49 67.14 129.25 65.37 131.02 63.6 131.75 64.33 132.48 65.05 134.04 63.49 135.6 61.93 132.5 58.83 129.4 55.73 129.4 52.35 129.4 48.98 125.61 45.19 121.83 41.4 114.46 41.4 107.09 41.4 107.09 43.78 107.09 46.15"/><path class="cls-2" d="M220.44,90.21a4.85,4.85,0,1,0,1.42-3.43A4.83,4.83,0,0,0,220.44,90.21Z"/><path class="cls-3" d="M202.36,84.68a4.85,4.85,0,1,0,1.42-3.43A4.83,4.83,0,0,0,202.36,84.68Z"/><path class="cls-3" d="M84.2,173.93a4.85,4.85,0,1,0,1.42-3.43A4.83,4.83,0,0,0,84.2,173.93Z"/><path class="cls-3" d="M48.36,122.16a4.87,4.87,0,1,0,1.42-3.43A4.81,4.81,0,0,0,48.36,122.16Z"/><path class="cls-3" d="M226.48,119.06a4.85,4.85,0,1,0,1.42-3.43A4.83,4.83,0,0,0,226.48,119.06Z"/><path class="cls-3" d="M205.28,116.81a4.85,4.85,0,1,0,1.42-3.43A4.83,4.83,0,0,0,205.28,116.81Z"/><path class="cls-3" d="M218,106.23a4.85,4.85,0,1,0,1.42-3.43A4.83,4.83,0,0,0,218,106.23Z"/><path class="cls-3" d="M297.11,85.8a4.85,4.85,0,1,0,1.42-3.43A4.83,4.83,0,0,0,297.11,85.8Z"/><path class="cls-3" d="M274.6,155a4.84,4.84,0,1,0,4.85-4.85A4.85,4.85,0,0,0,274.6,155Z"/><path class="cls-3" d="M237.46,227.61a4.85,4.85,0,1,0,9.7,0,4.85,4.85,0,1,0-9.7,0Z"/><path class="cls-3" d="M151,227a4.85,4.85,0,1,0,1.42-3.43A4.83,4.83,0,0,0,151,227Z"/><path class="cls-3" d="M310.34,152.67a4.85,4.85,0,1,0,1.42-3.43A4.83,4.83,0,0,0,310.34,152.67Z"/><path class="cls-3" d="M399.93,242.11a4.85,4.85,0,1,0,1.42-3.43A4.83,4.83,0,0,0,399.93,242.11Z"/></svg>
@@ -1,50 +1,50 @@
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 / Milestone in the media</title>
4
- <g id="Graphic-elements-/-Icons-/-Rich-icons-/-Milestone-in-the-media" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
5
- <g id="Milestone-in-the-media" transform="translate(26.000000, 59.000000)" fill-rule="nonzero">
6
- <path d="M306.5,55.19 C305.480079,54.1420088 304.26805,53.3000388 302.93,52.71 C301.552148,52.1070667 300.063993,51.7971764 298.56,51.7999673 L165.23,51.7999673 C163.725917,51.7962995 162.237584,52.1062271 160.86,52.71 C159.5202,53.3021703 158.305273,54.1437956 157.28,55.19 C155.162772,57.3827566 153.979994,60.3119128 153.979994,63.36 L153.979994,259 C153.976978,262.045649 155.16069,264.972647 157.28,267.16 C158.302314,268.21225 159.517804,269.057661 160.86,269.65 C162.237584,270.253773 163.725917,270.5637 165.23,270.560033 L298.56,270.560033 C300.063993,270.562824 301.552148,270.252933 302.93,269.65 C304.27062,269.060088 305.483272,268.214288 306.5,267.16 C307.534182,266.102877 308.355726,264.856981 308.92,263.49 C309.508139,262.066149 309.810005,260.540539 309.810005,259 L309.810005,63.36 C309.812947,60.3094883 308.625379,57.3782402 306.5,55.19 L306.5,55.19 Z" id="Path" fill="#023852" opacity="0.3" style="mix-blend-mode: multiply;"></path>
7
- <path d="M378.38,152.099995 L330.25,152.099995 C329.353162,152.099995 328.465361,152.279145 327.64,152.63 C325.146681,153.668115 323.527171,156.10923 323.539924,158.81 L323.539924,263.81 C323.527171,266.51077 325.146681,268.951885 327.64,269.99 C328.465361,270.340855 329.353162,270.520131 330.25,270.520131 L378.38,270.520131 C379.279514,270.525652 380.170825,270.34875 381,270 C381.794771,269.663665 382.517789,269.178259 383.13,268.57 C384.400538,267.314773 385.120025,265.605991 385.13,263.82 L385.13,158.82 C385.120025,157.034009 384.400538,155.325227 383.13,154.07 C382.517789,153.461741 381.794771,152.976335 381,152.64 C380.17226,152.284389 379.280895,152.099995 378.38,152.099995 Z" id="Path" fill="#023852" opacity="0.3" style="mix-blend-mode: multiply;"></path>
8
- <polygon id="Path" fill="#FFE700" points="26.25 149.64 30.39 149.64 34.53 149.64 34.53 142.06 34.53 134.47 30.39 134.47 26.25 134.47 26.25 142.06"></polygon>
9
- <polygon id="Path" fill="#023852" opacity="0.2" style="mix-blend-mode: multiply;" points="26.25 142.41 30.39 142.41 34.53 142.41 34.53 134.82 34.53 127.23 30.39 127.23 26.25 127.23 26.25 134.82"></polygon>
10
- <path d="M88.42,135.39 L1,135.39 L1,2.46 L88.47,2.46 C91.2314237,2.46 93.47,4.69857625 93.47,7.46 L93.47,130.46 C93.47,133.221424 91.2314237,135.46 88.47,135.46 L88.42,135.39 Z" id="Path" fill="#023852"></path>
11
- <polygon id="Path" fill="#30485E" points="93.41 92.51 93.41 69.38 93.41 46.25 47.18 46.25 0.95 46.25 0.95 69.38 0.95 92.51 47.18 92.51"></polygon>
12
- <polygon id="Path" fill="#ECEDEC" points="70.87 135.84 74.55 135.84 78.23 135.84 78.23 68.23 78.23 0.62 74.55 0.62 70.87 0.62 70.87 68.23"></polygon>
13
- <path d="M19.45,26.7 L19.81,27.06 L20.17,27.42 L20.53,27.77 L20.88,28.13 L21.24,28.49 L21.6,28.85 L21.96,29.2 L22.31,29.56 L22.31,29.56 L22.52,29.56 L22.52,29.56 L23,29.2 L23.36,28.85 L23.71,28.49 L24.07,28.13 L24.43,27.77 L24.79,27.42 L25.14,27.06 L25.5,26.7 L25.5,26.7 C25.5,26.7 25.5,26.7 25.5,26.7 C25.5,26.7 25.5,26.7 25.5,26.7 L25.5,26.62 L25.5,26.62 C25.5,26.62 25.5,26.62 25.5,26.62 L25.5,26.62 L25.14,26.27 L24.79,25.91 L24.43,25.55 L24,25 L23.64,24.65 L23.29,24.29 L23,23.92 L22.64,23.56 L22.64,23.56 L22.64,23.56 L22.49,23.56 L22.49,23.56 L22.49,23.56 L22.14,23.92 L21.78,24.28 L21.42,24.64 L21.06,24.99 L20.71,25.35 L20.35,25.71 L19.99,26.07 L19.63,26.42 L19.63,26.42 L19.63,26.42 C19.63,26.42 19.63,26.42 19.63,26.42 L19.63,26.5 C19.63,26.5 19.63,26.5 19.63,26.5 L19.63,26.5 C19.63,26.5 19.45,26.69 19.45,26.7 Z" id="Path" fill="#FFFFFF"></path>
14
- <polygon id="Path" fill="#FFFFFF" points="27.69 34.52 22.45 34.52 17.21 34.52 17.21 33.78 17.21 33.03 22.45 33.03 27.69 33.03 27.69 33.78"></polygon>
15
- <path d="M93.31,134.92 L93.31,56.53 L60.06,56.53 C57.7719179,56.53 55.9155135,58.3819245 55.91,60.67 L55.91,134.92 L93.31,134.92 L93.31,134.92 Z" id="Path" fill="#023852" opacity="0.3" style="mix-blend-mode: multiply;"></path>
16
- <path d="M314.130001,59.7 C314.130001,58.1594611 313.828139,56.6338512 313.24,55.21 C312.679372,53.8434783 311.861182,52.5975202 310.83,51.54 C309.809658,50.4854287 308.593686,49.639683 307.25,49.05 C305.872416,48.4462271 304.384083,48.1362995 302.88,48.1399673 L169.55,48.1399673 C168.046007,48.1371764 166.557852,48.4470667 165.18,49.05 C163.840754,49.6423563 162.628546,50.4878455 161.61,51.54 C160.575818,52.5971233 159.754274,53.8430193 159.19,55.21 C158.601861,56.6338512 158.299995,58.1594611 158.299995,59.7 L158.299995,255.3 C158.297053,258.350512 159.484621,261.28176 161.61,263.47 C162.629108,264.51895 163.841335,265.361058 165.18,265.95 C166.557852,266.552933 168.046007,266.862824 169.55,266.860033 L302.88,266.860033 C304.384083,266.8637 305.872416,266.553773 307.25,265.95 C308.593102,265.363736 309.809095,264.521372 310.83,263.47 C312.947228,261.277243 314.130001,258.348087 314.130001,255.3 L314.130001,59.7 L314.130001,59.7 Z" id="Path" fill="#023852"></path>
17
- <path d="M243.070028,254 C243.072641,253.059975 242.889111,252.128731 242.53,251.26 C242.188798,250.425649 241.689657,249.665053 241.06,249.02 C240.440847,248.376859 239.699753,247.863532 238.88,247.51 C237.181815,246.763177 235.248185,246.763177 233.55,247.51 C232.730247,247.863532 231.989153,248.376859 231.37,249.02 C230.740343,249.665053 230.241202,250.425649 229.9,251.26 C229.193578,253.018368 229.193578,254.981632 229.9,256.74 C230.245535,257.572063 230.744167,258.331882 231.37,258.98 C231.991868,259.619942 232.732287,260.132801 233.55,260.49 C235.248185,261.236823 237.181815,261.236823 238.88,260.49 C239.697713,260.132801 240.438132,259.619942 241.06,258.98 C241.685833,258.331882 242.184465,257.572063 242.53,256.74 C242.889111,255.871269 243.072641,254.940025 243.070028,254 L243.070028,254 Z" id="Path" fill="#4E7486"></path>
18
- <polygon id="Path" fill="#0099DA" points="303.8 241.04 270.01 241.04 236.22 241.04 202.43 241.04 168.64 241.04 168.64 195.38 168.64 149.72 168.64 104.05 168.64 58.39 202.43 58.39 236.22 58.39 270.01 58.39 303.8 58.39 303.8 104.05 303.8 149.72 303.8 195.38"></polygon>
19
- <polygon id="Path" fill="#FFFFFF" opacity="0.2" points="303.8 146.18 303.8 159.58 303.8 172.97 303.8 186.37 303.8 199.77 272.15 164.42 240.5 129.08 208.85 93.73 177.2 58.39 208.85 58.39 240.5 58.39 272.15 58.39 303.8 58.39 303.8 80.34 303.8 102.29 303.8 124.24"></polygon>
20
- <path d="M114.41,266.84 L114.41,256.84 L116.49,257.37 L118.57,257.91 L120.65,258.44 L122.72,258.98 L124.8,259.52 L126.88,260.05 L128.95,260.59 L131.03,261.12 C131.097735,261.139655 131.161882,261.170041 131.22,261.21 C131.272839,261.242652 131.317348,261.287161 131.35,261.34 C131.386457,261.387849 131.413595,261.442125 131.43,261.5 C131.439533,261.559621 131.439533,261.620379 131.43,261.68 C131.434353,261.801171 131.399262,261.920481 131.33,262.02 C131.29084,262.070774 131.243532,262.114703 131.19,262.15 C131.136573,262.191658 131.075382,262.222253 131.01,262.24 L128.93,262.81 L126.85,263.38 L124.78,263.95 L122.7,264.52 L120.62,265.09 L118.54,265.66 L116.47,266.23 L114.41,266.84 Z" id="Path" fill="#D7D4CD"></path>
21
- <path d="M131.17,262.32 L130.27,262.56 L129.37,262.81 L128.48,263.05 L127.58,263.3 L126.68,263.55 L125.78,263.79 L124.88,264.04 L123.99,264.29 L124.07,264.23 L124.16,264.18 L124.25,264.12 L124.33,264.06 L124.42,264 L124.5,263.94 C124.531042,263.922199 124.558235,263.898404 124.58,263.87 L124.66,263.81 L124.75,263.73 L124.84,263.65 L124.92,263.57 L125,263.48 L125.06,263.39 C125.08904,263.363 125.109842,263.328329 125.12,263.29 C125.125412,263.256886 125.125412,263.223114 125.12,263.19 C125.124129,263.15345 125.124129,263.11655 125.12,263.08 C125.124091,263.036763 125.124091,262.993237 125.12,262.95 L125.12,262.83 C125.12,262.83 125.12,262.75 125.12,262.71 L125.12,262.6 L125.12,262.48 L125.12,262.37 L125.12,262.25 C125.115084,262.210151 125.115084,262.169849 125.12,262.13 C125.108618,262.063819 125.108618,261.996181 125.12,261.93 C125.132063,261.87718 125.152308,261.826569 125.18,261.78 C125.21084,261.737986 125.244236,261.69791 125.28,261.66 L125.41,261.58 L125.55,261.51 L125.7,261.44 L125.85,261.36 C125.900548,261.332465 125.947559,261.298885 125.99,261.26 L126.07,261.17 C126.098856,261.140894 126.122529,261.107075 126.14,261.07 L126.2,260.97 C126.2,260.97 126.2,260.9 126.2,260.86 L126.2,260.75 C126.204817,260.710145 126.204817,260.669855 126.2,260.63 C126.200007,260.55 126.200007,260.47 126.200007,260.39 L126.200007,259.93 L126.820007,260.09 L127.430007,260.25 L128.050007,260.41 L128.660007,260.57 L129.280007,260.73 L129.890007,260.88 L130.510007,261.04 L131.120007,261.2 C131.188455,261.217736 131.252924,261.248274 131.310007,261.29 C131.362846,261.322652 131.407355,261.367161 131.440007,261.42 C131.479438,261.467451 131.509932,261.521662 131.530007,261.58 C131.534925,261.639899 131.534925,261.700101 131.530007,261.76 C131.540341,261.816196 131.540341,261.873804 131.530007,261.93 C131.509413,261.989331 131.482597,262.046315 131.450007,262.1 L131.320007,262.23 C131.27422,262.266523 131.223774,262.296789 131.17,262.32 L131.17,262.32 Z" id="Path" fill="#023852"></path>
22
- <path d="M26.77,256.92 L21.67,256.92 C21.5337334,256.905211 21.3962666,256.905211 21.26,256.92 C21.1302258,256.949397 21.0031211,256.989535 20.88,257.04 C20.7582094,257.093402 20.6411295,257.156959 20.53,257.23 C20.4212766,257.30227 20.3206914,257.386091 20.23,257.48 C20.1389107,257.573273 20.0553183,257.673584 19.98,257.78 C19.9107474,257.893355 19.8473314,258.010174 19.79,258.13 C19.7383173,258.251829 19.7013884,258.379401 19.68,258.51 C19.6653662,258.646275 19.6653662,258.783725 19.68,258.92 L19.68,264.66 C19.664726,264.79624 19.664726,264.93376 19.68,265.07 C19.7108251,265.202648 19.7509237,265.332968 19.8,265.46 C19.8495166,265.58052 19.9133052,265.694668 19.99,265.8 C20.1385417,266.015104 20.3248959,266.201458 20.54,266.35 C20.6475739,266.428812 20.7653062,266.492724 20.89,266.54 C21.0131211,266.590465 21.1402258,266.630603 21.27,266.66 C21.4062399,266.675274 21.5437601,266.675274 21.68,266.66 L26.78,266.66 C26.9162666,266.674789 27.0537334,266.674789 27.19,266.66 C27.3197742,266.630603 27.4468789,266.590465 27.57,266.54 C27.6917906,266.486598 27.8088705,266.423041 27.92,266.35 C28.0287234,266.27773 28.1293086,266.193909 28.22,266.1 C28.3110893,266.006727 28.3946817,265.906416 28.47,265.8 C28.5392526,265.686645 28.6026686,265.569826 28.66,265.45 C28.7116827,265.328171 28.7486116,265.200599 28.77,265.07 C28.7846338,264.933725 28.7846338,264.796275 28.77,264.66 L28.77,259 C28.785274,258.86376 28.785274,258.72624 28.77,258.59 C28.740608,258.45697 28.7004765,258.326543 28.65,258.2 C28.6004834,258.07948 28.5366948,257.965332 28.46,257.86 C28.3884569,257.747689 28.3046047,257.643713 28.21,257.55 C28.1190573,257.459293 28.0184581,257.378813 27.91,257.31 C27.8046679,257.233305 27.6905199,257.169517 27.57,257.12 L27.18,257 C27.0468133,256.957856 26.9092604,256.931016 26.77,256.92 Z" id="Path" fill="#FFE700"></path>
23
- <polygon id="Path" fill="#33ADE1" points="27.43 261.86 38.31 261.86 49.18 261.85 60.05 261.85 70.93 261.84 81.8 261.83 92.67 261.83 103.55 261.82 114.42 261.82 114.42 262.44 114.42 263.07 114.42 263.69 114.42 264.32 114.42 264.94 114.42 265.57 114.42 266.19 114.42 266.82 103.55 266.83 92.68 266.83 81.8 266.84 70.93 266.84 60.06 266.85 49.18 266.85 38.31 266.86 27.43 266.86 27.43 266.24 27.43 265.61 27.43 264.99 27.43 264.36 27.43 263.74 27.43 263.11 27.43 262.49"></polygon>
24
- <polygon id="Path" fill="#0099DA" points="27.43 256.91 38.3 256.91 49.18 256.9 60.05 256.89 70.92 256.89 81.8 256.88 92.67 256.88 103.54 256.87 114.42 256.87 114.42 257.49 114.42 258.12 114.42 258.74 114.42 259.37 114.42 259.99 114.42 260.62 114.42 261.25 114.42 261.87 103.55 261.88 92.67 261.88 81.8 261.89 70.93 261.89 60.05 261.9 49.18 261.9 38.31 261.91 27.43 261.91 27.43 261.29 27.43 260.66 27.43 260.04 27.43 259.41 27.43 258.79 27.43 258.16 27.43 257.54"></polygon>
25
- <path d="M381.81,266.86 L333.68,266.86 C331.892651,266.856687 330.181411,266.136165 328.93,264.86 C328.318627,264.244446 327.829939,263.518202 327.49,262.72 C327.142309,261.894006 326.965424,261.006177 326.969913,260.11 L326.969913,155.11 C326.966522,154.213929 327.143364,153.326317 327.49,152.5 C327.829969,151.704772 328.31873,150.981813 328.93,150.37 C330.185227,149.099462 331.894009,148.379975 333.68,148.37 L381.81,148.37 C385.515831,148.37 388.52003,151.374169 388.52003,155.08 L388.52003,260.08 C388.525333,261.861232 387.820101,263.571047 386.560574,264.830574 C385.301047,266.090101 383.591232,266.795333 381.81,266.79 L381.81,266.86 Z" id="Path" fill="#023852"></path>
26
- <polygon id="Path" fill="#0099DA" points="381.16 247.42 369.45 247.42 357.74 247.42 346.04 247.42 334.33 247.42 334.33 226.64 334.33 205.87 334.33 185.09 334.33 164.32 346.04 164.32 357.74 164.32 369.45 164.32 381.16 164.32 381.16 185.09 381.16 205.87 381.16 226.64"></polygon>
27
- <path d="M361.720064,257.63 C361.723097,257.099847 361.614044,256.575033 361.4,256.09 C361.202268,255.615249 360.913504,255.183802 360.55,254.82 C360.189976,254.456573 359.761805,254.167728 359.29,253.97 C358.799098,253.764592 358.272144,253.659202 357.739995,253.659995 C355.530861,253.659995 353.739995,255.450861 353.739995,257.659995 C353.739202,258.192144 353.844592,258.719098 354.05,259.21 C354.247728,259.681805 354.536573,260.109976 354.9,260.47 C355.263802,260.833504 355.695249,261.122268 356.17,261.32 C356.655033,261.534044 357.179847,261.643097 357.71,261.640064 C358.243282,261.64212 358.771159,261.533139 359.26,261.32 C360.209167,260.915159 360.965159,260.159167 361.37,259.21 C361.597579,258.714176 361.716895,258.17555 361.720064,257.63 L361.720064,257.63 Z" id="Path" fill="#4E7486"></path>
28
- <path d="M349.74,158.14 L365.74,158.14 C365.922253,158.139217 366.102489,158.101809 366.27,158.03 C366.433879,157.96798 366.58109,157.868698 366.7,157.74 C366.822245,157.615685 366.920551,157.469921 366.99,157.31 C367.062885,157.142829 367.100339,156.962369 367.100002,156.78 L367.100002,155.49 C367.098194,155.321787 367.064252,155.155469 367,155 C366.930551,154.840079 366.832245,154.694315 366.71,154.57 C366.588902,154.441401 366.442498,154.339258 366.28,154.27 C366.110479,154.206148 365.931133,154.172309 365.75,154.17 L349.75,154.17 C349.568764,154.171256 349.389234,154.20513 349.22,154.27 C348.897957,154.419293 348.639293,154.677957 348.49,155 C348.420544,155.167901 348.3865,155.348334 348.39,155.53 L348.39,156.82 C348.3865,157.001666 348.420544,157.182099 348.49,157.35 C348.559258,157.512498 348.661401,157.658902 348.79,157.78 C348.90891,157.908698 349.056121,158.00798 349.22,158.07 C349.386903,158.127895 349.563729,158.151698 349.74,158.14 L349.74,158.14 Z" id="Path" fill="#4E7486"></path>
29
- <polygon id="Path" fill="#FFFFFF" opacity="0.2" points="381.22 222.71 381.22 164.32 334.22 164.32 334.22 175.76 345.65 187.19 357.65 199.19 369.65 211.19"></polygon>
30
- <path d="M347.88,183.7 L348.88,184.7 L349.88,185.7 L350.88,186.7 L351.88,187.7 L352.88,188.7 L353.88,189.7 L354.88,190.7 L355.88,191.7 C355.901765,191.728404 355.928958,191.752199 355.96,191.77 L356.05,191.77 L356.15,191.77 L356.36,191.77 L356.46,191.77 L356.55,191.77 C356.581042,191.752199 356.608235,191.728404 356.63,191.7 L357.63,190.7 L358.63,189.7 L359.63,188.7 L360.63,187.7 L361.63,186.7 L362.63,185.7 L363.63,184.7 L364.63,183.7 L364.7,183.61 L364.75,183.52 L364.75,183.42 C364.75,183.42 364.75,183.35 364.75,183.32 C364.75,183.29 364.75,183.25 364.75,183.22 L364.75,183.12 L364.7,183.02 L364.63,182.94 L363.63,181.94 L362.63,180.94 L361.63,179.94 L360.63,178.94 L359.63,177.94 L358.63,176.94 L357.63,175.94 L356.63,174.94 C356.607842,174.914605 356.580584,174.894161 356.55,174.88 L356.46,174.83 L356.36,174.83 L356,174.83 L355.9,174.83 L355.81,174.88 C355.779416,174.894161 355.752158,174.914605 355.73,174.94 L354.73,175.94 L353.73,176.94 L352.73,177.94 L351.73,178.94 L350.73,179.94 L349.73,180.94 L348.73,181.94 L347.73,182.94 L347.66,183.02 L347.61,183.12 L347.61,183.22 C347.61,183.22 347.61,183.28 347.61,183.32 C347.61,183.36 347.61,183.39 347.61,183.42 L347.61,183.52 L347.66,183.61 L347.88,183.7 Z" id="Path" fill="#FFFFFF"></path>
31
- <polygon id="Path" fill="#FFFFFF" points="370.42 205.1 356.08 205.1 341.75 205.1 341.75 203.06 341.75 201.03 356.08 201.03 370.42 201.03 370.42 203.06"></polygon>
32
- <path d="M215.71,126.8 L217.71,128.8 L219.71,130.8 L221.71,132.8 L223.71,134.8 L225.71,136.8 L227.71,138.8 L229.71,140.8 L231.71,142.8 C231.76134,142.852783 231.818352,142.899734 231.88,142.94 C231.938961,142.981051 232.002781,143.01464 232.07,143.04 L232.27,143.1 C232.408724,143.126728 232.551276,143.126728 232.69,143.1 C232.759428,143.090739 232.826939,143.070486 232.89,143.04 C232.958163,143.016785 233.022273,142.983043 233.08,142.94 C233.143247,142.901953 233.200531,142.854777 233.25,142.8 L235.25,140.8 L237.25,138.8 L239.25,136.8 L241.25,134.8 L243.25,132.8 L245.25,130.8 L247.25,128.8 L249.25,126.8 C249.305126,126.747086 249.352284,126.686455 249.39,126.62 C249.430855,126.564498 249.46446,126.50401 249.49,126.44 C249.519163,126.372948 249.539337,126.302337 249.55,126.23 C249.559437,126.163667 249.559437,126.096333 249.55,126.03 C249.559848,125.960346 249.559848,125.889654 249.55,125.82 C249.540739,125.750572 249.520486,125.683061 249.49,125.62 C249.466785,125.551837 249.433043,125.487727 249.39,125.43 C249.349695,125.365312 249.302777,125.304988 249.25,125.25 L247.25,123.25 L245.25,121.25 L243.25,119.25 L241.25,117.25 L239.25,115.25 L237.25,113.25 L235.25,111.25 L233.25,109.25 C233.200531,109.195223 233.143247,109.148047 233.08,109.11 C233.022273,109.066957 232.958163,109.033215 232.89,109.01 C232.826939,108.979514 232.759428,108.959261 232.69,108.95 C232.551276,108.923272 232.408724,108.923272 232.27,108.95 L232.07,109.01 C232.002781,109.03536 231.938961,109.068949 231.88,109.11 C231.818352,109.150266 231.76134,109.197217 231.71,109.25 L229.71,111.25 L227.71,113.25 L225.71,115.25 L223.71,117.25 L221.71,119.25 L219.71,121.25 L217.71,123.25 L215.71,125.25 L215.57,125.43 C215.530763,125.490046 215.497282,125.553662 215.47,125.62 L215.41,125.82 C215.383317,125.955364 215.383317,126.094636 215.41,126.23 L215.47,126.44 C215.499483,126.50206 215.532883,126.562181 215.57,126.62 C215.611039,126.684173 215.657904,126.744427 215.71,126.8 Z" id="Path" fill="#FFFFFF"></path>
33
- <polygon id="Path" fill="#FFFFFF" points="261.51 170.29 232.38 170.29 203.25 170.29 203.25 166.15 203.25 162.01 232.38 162.01 261.51 162.01 261.51 166.15"></polygon>
34
- <path d="M314.17,48.13 L254.17,48.13 C254.17,49.01 254.17,49.88 254.17,50.74 C254.17,51.6 254.17,52.47 254.24,53.33 C254.29,54.98 254.35,56.61 254.43,58.23 C254.51,59.85 254.59,61.46 254.68,63.05 C254.792885,64.7065449 255.260078,66.3195525 256.05,67.78 C256.870906,69.2664401 257.967052,70.5831728 259.28,71.66 C260.67886,72.8167025 262.260464,73.7325459 263.96,74.37 C265.789183,75.0620347 267.716343,75.4602919 269.67,75.55 C272.336667,75.6833333 275.066667,75.8 277.86,75.9 C280.653333,76 283.463333,76.0833333 286.29,76.15 C289.13,76.2166667 292.006667,76.27 294.92,76.31 C297.833333,76.35 300.77,76.35 303.73,76.31 L308.95,76.31 L314.11,76.25 L314.11,48.13 L314.17,48.13 Z" id="Path" fill="#023852" opacity="0.3" style="mix-blend-mode: multiply;"></path>
35
- <polygon id="Path" fill="#FFFFFF" opacity="0.3" points="314.17 48.13 312.05 48.13 309.94 48.13 312.05 50.25 314.17 52.36 314.17 50.25"></polygon>
36
- <path d="M190.55,78.42 L158.55,78.42 L158.55,247.51 L191.55,247.51 C194.673649,247.504496 197.204496,244.973649 197.210008,241.85 L197.210008,85 C197.212659,83.2487572 196.518158,81.5684758 195.279841,80.3301587 C194.041524,79.0918417 192.361243,78.3973406 190.61,78.3999924 L190.55,78.42 Z" id="Path" fill="#023852" opacity="0.3" style="mix-blend-mode: multiply;"></path>
37
- <path d="M76.32,69.45 L178,69.45 C181.123649,69.4555042 183.654496,71.9863511 183.660009,75.11 L183.660009,230.83 C183.662661,232.331939 183.067195,233.773129 182.005162,234.835162 C180.943129,235.897195 179.501939,236.492661 178,236.490035 L76.32,236.490035 C74.8163301,236.495325 73.3725654,235.901036 72.3083655,234.838713 C71.2441656,233.77639 70.6473292,232.333677 70.6499911,230.83 L70.6499911,75.11 C70.655516,71.9824514 73.1924466,69.45 76.32,69.45 Z" id="Path" fill="#ECEDEC"></path>
38
- <path d="M183.66,120.08 L183.66,74 C183.66,72.2504893 182.964328,70.5727798 181.726299,69.3366272 C180.488271,68.1004746 178.809509,67.4073452 177.06,67.4099924 L77.25,67.4099924 C73.6110975,67.4154885 70.6610062,70.36111 70.65,74 L70.65,120.08 L183.65,120.08 L183.66,120.08 Z" id="Path" fill="#0099DA"></path>
39
- <polygon id="Path" fill="#9DADB7" points="155.69 146.94 120.25 146.94 84.8 146.94 84.8 143.5 84.8 140.07 120.25 140.07 155.69 140.07 155.69 143.5"></polygon>
40
- <polygon id="Path" fill="#9DADB7" points="155.69 161.29 120.25 161.29 84.8 161.29 84.8 157.85 84.8 154.41 120.25 154.41 155.69 154.41 155.69 157.85"></polygon>
41
- <polygon id="Path" fill="#9DADB7" points="155.69 175.63 120.25 175.63 84.8 175.63 84.8 172.2 84.8 168.76 120.25 168.76 155.69 168.76 155.69 172.2"></polygon>
42
- <polygon id="Path" fill="#9DADB7" points="155.69 189.98 120.25 189.98 84.8 189.98 84.8 186.54 84.8 183.11 120.25 183.11 155.69 183.11 155.69 186.54"></polygon>
43
- <path d="M118,87.69 L118.88,88.57 L119.77,89.46 L120.65,90.34 L121.53,91.22 L122.42,92.1 L123.3,92.99 L124.18,93.87 L125.06,94.75 L125.14,94.82 L125.22,94.82 L125.31,94.82 L125.5,94.82 L125.59,94.82 L125.67,94.82 C125.701042,94.8021985 125.728235,94.7784041 125.75,94.75 L126.63,93.87 L127.52,92.99 L128.4,92.1 L129.28,91.22 L130.16,90.34 L131.05,89.46 L131.93,88.57 L132.81,87.69 C132.838034,87.6704288 132.859061,87.6423923 132.87,87.61 C132.892255,87.5872626 132.909314,87.5599685 132.92,87.53 L132.92,87.44 L132.92,87.26 L132.92,87.17 C132.907181,87.1380183 132.890382,87.1077799 132.87,87.08 C132.859223,87.0501201 132.83788,87.0252196 132.81,87.01 L131.93,86.12 L131.05,85.24 L130.16,84.36 L129.28,83.47 L128.4,82.59 L127.52,81.71 L126.63,80.83 L125.75,79.94 L125.67,79.88 L125.59,79.88 C125.56015,79.8757602 125.52985,79.8757602 125.5,79.88 L125.31,79.88 C125.28015,79.8757602 125.24985,79.8757602 125.22,79.88 L125.14,79.88 L125.06,79.94 L124.18,80.83 L123.3,81.71 L122.42,82.59 L121.53,83.47 L120.65,84.36 L119.77,85.24 L118.88,86.12 L118,87 L117.94,87.07 C117.936235,87.0998819 117.936235,87.1301181 117.94,87.16 C117.928324,87.1888639 117.928324,87.2211361 117.94,87.25 C117.926667,87.3092593 117.926667,87.3707407 117.94,87.43 C117.931389,87.459382 117.931389,87.490618 117.94,87.52 C117.934612,87.5463945 117.934612,87.5736055 117.94,87.6 L118,87.69 Z" id="Path" fill="#FFFFFF"></path>
44
- <polygon id="Path" fill="#FFFFFF" points="138.3 107.01 125.36 107.01 112.42 107.01 112.42 105.17 112.42 103.33 125.36 103.33 138.3 103.33 138.3 105.17"></polygon>
45
- <path d="M345.18,65.9 C347.132402,65.8077603 349.05866,65.4130628 350.89,64.73 C352.586728,64.0841021 354.164752,63.1616172 355.56,62 C356.873245,60.9195304 357.969333,59.5994737 358.79,58.11 C359.588651,56.6567404 360.05646,55.0450188 360.16,53.39 C360.26,51.8 360.34,50.19 360.42,48.57 C360.5,46.95 360.55,45.31 360.6,43.67 C360.65,42.03 360.69,40.36 360.72,38.67 C360.75,36.98 360.72,35.32 360.72,33.67 C360.72,32.02 360.72,30.29 360.72,28.62 C360.72,26.95 360.65,25.29 360.6,23.62 C360.55,21.95 360.49,20.34 360.42,18.72 C360.35,17.1 360.26,15.5 360.16,13.91 C360.05661,12.2517904 359.588838,10.6367796 358.79,9.18 C357.966741,7.6922949 356.87103,6.37269249 355.56,5.29 C354.165385,4.13501969 352.586785,3.22233821 350.89,2.59 C349.060536,1.8989329 347.133531,1.50070782 345.18,1.41 C342.49,1.28 339.75,1.16 336.98,1.06 C334.21,0.96 331.4,0.87 328.56,0.8 C325.72,0.73 322.83,0.68 319.92,0.65 C317.01,0.62 314.08,0.6 311.11,0.6 C308.14,0.6 305.2,0.6 302.29,0.65 C299.38,0.7 296.51,0.74 293.66,0.8 C290.81,0.86 288.01,0.96 285.24,1.06 C282.47,1.16 279.73,1.28 277.04,1.41 C275.086469,1.50070782 273.159464,1.8989329 271.33,2.59 C269.633215,3.22233821 268.054615,4.13501969 266.66,5.29 C265.34897,6.37269249 264.253259,7.6922949 263.43,9.18 C262.631162,10.6367796 262.16339,12.2517904 262.06,13.91 C261.96,15.5 261.88,17.1 261.8,18.72 C261.72,20.34 261.67,21.98 261.62,23.62 C261.57,25.26 261.53,26.93 261.5,28.62 C261.47,30.31 261.5,31.97 261.5,33.67 C261.5,35.37 261.5,37.04 261.5,38.67 C261.5,40.3 261.57,42 261.62,43.67 C261.67,45.34 261.73,46.95 261.8,48.57 C261.87,50.19 261.96,51.8 262.06,53.39 C262.16354,55.0450188 262.631349,56.6567404 263.43,58.11 C264.250667,59.5994737 265.346755,60.9195304 266.66,62 C268.056675,63.1545331 269.634618,64.0702133 271.33,64.71 C273.147566,65.395861 275.060054,65.7972473 277,65.9 C279.69,66.04 282.43,66.15 285.2,66.25 C287.97,66.35 290.78,66.44 293.62,66.51 C296.46,66.58 299.35,66.63 302.25,66.66 C305.15,66.69 308.1,66.72 311.07,66.72 C314.04,66.72 316.98,66.72 319.88,66.66 C322.78,66.6 325.67,66.58 328.52,66.51 C331.37,66.44 334.17,66.36 336.94,66.25 C339.71,66.14 342.49,66 345.18,65.9 Z" id="Path" fill="#FFE700"></path>
46
- <path d="M344.69,65.93 L345.18,65.93 C347.132402,65.8377603 349.05866,65.4430628 350.89,64.76 C352.588758,64.1049414 354.166904,63.1722473 355.56,62 C356.873245,60.9195304 357.969333,59.5994737 358.79,58.11 C359.588651,56.6567404 360.05646,55.0450188 360.16,53.39 C360.26,51.8 360.34,50.19 360.42,48.57 C360.5,46.95 360.55,45.31 360.6,43.67 C360.65,42.03 360.69,40.36 360.72,38.67 C360.75,36.98 360.72,35.32 360.72,33.67 C360.72,32.02 360.72,30.29 360.72,28.62 C360.72,26.95 360.65,25.29 360.6,23.62 C360.55,21.95 360.49,20.34 360.42,18.72 C360.35,17.1 360.26,15.5 360.16,13.91 C360.05661,12.2517904 359.588838,10.6367796 358.79,9.18 C357.966741,7.6922949 356.87103,6.37269249 355.56,5.29 C354.165385,4.13501969 352.586785,3.22233821 350.89,2.59 C349.060536,1.8989329 347.133531,1.50070782 345.18,1.41 C342.49,1.28 339.75,1.16 336.98,1.06 C334.21,0.96 331.4,0.87 328.56,0.8 C325.72,0.73 322.83,0.68 319.92,0.65 C317.01,0.62 314.08,0.6 311.11,0.6 C308.443333,0.6 305.776667,0.6 303.11,0.6 C300.443333,0.6 297.823333,0.643333333 295.25,0.73 C292.663333,0.79 290.1,0.86 287.56,0.94 C285.02,1.02 282.52,1.11666667 280.06,1.23 L296.22,17.39 L312.38,33.55 L328.54,49.71 L344.69,65.93 Z" id="Path" fill="#FFFFFF" opacity="0.3"></path>
47
- <path d="M300.769916,18.55 L300.769916,47.15 C300.768414,47.2244426 300.789325,47.2976319 300.83,47.36 C300.866689,47.4217422 300.918258,47.4733114 300.98,47.51 C301.042312,47.5260888 301.107688,47.5260888 301.17,47.51 C301.244066,47.5088687 301.316516,47.4881688 301.38,47.45 L307.53,43.82 L313.68,40.18 L319.83,36.55 L326,33 C326.063931,32.9662006 326.116201,32.9139309 326.15,32.85 C326.185278,32.7894165 326.202618,32.7200573 326.2,32.65 C326.198679,32.5804091 326.181583,32.5120253 326.15,32.45 C326.116201,32.3860691 326.063931,32.3337994 326,32.3 L319.85,28.79 L313.7,25.27 L307.55,21.76 L301.4,18.24 C301.335723,18.2048738 301.26321,18.1876086 301.19,18.1897814 C301.120409,18.1913208 301.052025,18.2084168 300.99,18.24 C300.931085,18.2769769 300.882831,18.3286779 300.85,18.39 C300.810296,18.4357529 300.78278,18.4907852 300.769916,18.55 L300.769916,18.55 Z" id="Path" fill="#0099DA"></path>
48
- </g>
49
- </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 / Milestone in the media</title>
4
+ <g id="Graphic-elements-/-Icons-/-Rich-icons-/-Milestone-in-the-media" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
5
+ <g id="Milestone-in-the-media" transform="translate(26.000000, 59.000000)" fill-rule="nonzero">
6
+ <path d="M306.5,55.19 C305.480079,54.1420088 304.26805,53.3000388 302.93,52.71 C301.552148,52.1070667 300.063993,51.7971764 298.56,51.7999673 L165.23,51.7999673 C163.725917,51.7962995 162.237584,52.1062271 160.86,52.71 C159.5202,53.3021703 158.305273,54.1437956 157.28,55.19 C155.162772,57.3827566 153.979994,60.3119128 153.979994,63.36 L153.979994,259 C153.976978,262.045649 155.16069,264.972647 157.28,267.16 C158.302314,268.21225 159.517804,269.057661 160.86,269.65 C162.237584,270.253773 163.725917,270.5637 165.23,270.560033 L298.56,270.560033 C300.063993,270.562824 301.552148,270.252933 302.93,269.65 C304.27062,269.060088 305.483272,268.214288 306.5,267.16 C307.534182,266.102877 308.355726,264.856981 308.92,263.49 C309.508139,262.066149 309.810005,260.540539 309.810005,259 L309.810005,63.36 C309.812947,60.3094883 308.625379,57.3782402 306.5,55.19 L306.5,55.19 Z" id="Path" fill="#023852" opacity="0.3" style="mix-blend-mode: multiply;"></path>
7
+ <path d="M378.38,152.099995 L330.25,152.099995 C329.353162,152.099995 328.465361,152.279145 327.64,152.63 C325.146681,153.668115 323.527171,156.10923 323.539924,158.81 L323.539924,263.81 C323.527171,266.51077 325.146681,268.951885 327.64,269.99 C328.465361,270.340855 329.353162,270.520131 330.25,270.520131 L378.38,270.520131 C379.279514,270.525652 380.170825,270.34875 381,270 C381.794771,269.663665 382.517789,269.178259 383.13,268.57 C384.400538,267.314773 385.120025,265.605991 385.13,263.82 L385.13,158.82 C385.120025,157.034009 384.400538,155.325227 383.13,154.07 C382.517789,153.461741 381.794771,152.976335 381,152.64 C380.17226,152.284389 379.280895,152.099995 378.38,152.099995 Z" id="Path" fill="#023852" opacity="0.3" style="mix-blend-mode: multiply;"></path>
8
+ <polygon id="Path" fill="#FFE700" points="26.25 149.64 30.39 149.64 34.53 149.64 34.53 142.06 34.53 134.47 30.39 134.47 26.25 134.47 26.25 142.06"></polygon>
9
+ <polygon id="Path" fill="#023852" opacity="0.2" style="mix-blend-mode: multiply;" points="26.25 142.41 30.39 142.41 34.53 142.41 34.53 134.82 34.53 127.23 30.39 127.23 26.25 127.23 26.25 134.82"></polygon>
10
+ <path d="M88.42,135.39 L1,135.39 L1,2.46 L88.47,2.46 C91.2314237,2.46 93.47,4.69857625 93.47,7.46 L93.47,130.46 C93.47,133.221424 91.2314237,135.46 88.47,135.46 L88.42,135.39 Z" id="Path" fill="#023852"></path>
11
+ <polygon id="Path" fill="#30485E" points="93.41 92.51 93.41 69.38 93.41 46.25 47.18 46.25 0.95 46.25 0.95 69.38 0.95 92.51 47.18 92.51"></polygon>
12
+ <polygon id="Path" fill="#ECEDEC" points="70.87 135.84 74.55 135.84 78.23 135.84 78.23 68.23 78.23 0.62 74.55 0.62 70.87 0.62 70.87 68.23"></polygon>
13
+ <path d="M19.45,26.7 L19.81,27.06 L20.17,27.42 L20.53,27.77 L20.88,28.13 L21.24,28.49 L21.6,28.85 L21.96,29.2 L22.31,29.56 L22.31,29.56 L22.52,29.56 L22.52,29.56 L23,29.2 L23.36,28.85 L23.71,28.49 L24.07,28.13 L24.43,27.77 L24.79,27.42 L25.14,27.06 L25.5,26.7 L25.5,26.7 C25.5,26.7 25.5,26.7 25.5,26.7 C25.5,26.7 25.5,26.7 25.5,26.7 L25.5,26.62 L25.5,26.62 C25.5,26.62 25.5,26.62 25.5,26.62 L25.5,26.62 L25.14,26.27 L24.79,25.91 L24.43,25.55 L24,25 L23.64,24.65 L23.29,24.29 L23,23.92 L22.64,23.56 L22.64,23.56 L22.64,23.56 L22.49,23.56 L22.49,23.56 L22.49,23.56 L22.14,23.92 L21.78,24.28 L21.42,24.64 L21.06,24.99 L20.71,25.35 L20.35,25.71 L19.99,26.07 L19.63,26.42 L19.63,26.42 L19.63,26.42 C19.63,26.42 19.63,26.42 19.63,26.42 L19.63,26.5 C19.63,26.5 19.63,26.5 19.63,26.5 L19.63,26.5 C19.63,26.5 19.45,26.69 19.45,26.7 Z" id="Path" fill="#FFFFFF"></path>
14
+ <polygon id="Path" fill="#FFFFFF" points="27.69 34.52 22.45 34.52 17.21 34.52 17.21 33.78 17.21 33.03 22.45 33.03 27.69 33.03 27.69 33.78"></polygon>
15
+ <path d="M93.31,134.92 L93.31,56.53 L60.06,56.53 C57.7719179,56.53 55.9155135,58.3819245 55.91,60.67 L55.91,134.92 L93.31,134.92 L93.31,134.92 Z" id="Path" fill="#023852" opacity="0.3" style="mix-blend-mode: multiply;"></path>
16
+ <path d="M314.130001,59.7 C314.130001,58.1594611 313.828139,56.6338512 313.24,55.21 C312.679372,53.8434783 311.861182,52.5975202 310.83,51.54 C309.809658,50.4854287 308.593686,49.639683 307.25,49.05 C305.872416,48.4462271 304.384083,48.1362995 302.88,48.1399673 L169.55,48.1399673 C168.046007,48.1371764 166.557852,48.4470667 165.18,49.05 C163.840754,49.6423563 162.628546,50.4878455 161.61,51.54 C160.575818,52.5971233 159.754274,53.8430193 159.19,55.21 C158.601861,56.6338512 158.299995,58.1594611 158.299995,59.7 L158.299995,255.3 C158.297053,258.350512 159.484621,261.28176 161.61,263.47 C162.629108,264.51895 163.841335,265.361058 165.18,265.95 C166.557852,266.552933 168.046007,266.862824 169.55,266.860033 L302.88,266.860033 C304.384083,266.8637 305.872416,266.553773 307.25,265.95 C308.593102,265.363736 309.809095,264.521372 310.83,263.47 C312.947228,261.277243 314.130001,258.348087 314.130001,255.3 L314.130001,59.7 L314.130001,59.7 Z" id="Path" fill="#023852"></path>
17
+ <path d="M243.070028,254 C243.072641,253.059975 242.889111,252.128731 242.53,251.26 C242.188798,250.425649 241.689657,249.665053 241.06,249.02 C240.440847,248.376859 239.699753,247.863532 238.88,247.51 C237.181815,246.763177 235.248185,246.763177 233.55,247.51 C232.730247,247.863532 231.989153,248.376859 231.37,249.02 C230.740343,249.665053 230.241202,250.425649 229.9,251.26 C229.193578,253.018368 229.193578,254.981632 229.9,256.74 C230.245535,257.572063 230.744167,258.331882 231.37,258.98 C231.991868,259.619942 232.732287,260.132801 233.55,260.49 C235.248185,261.236823 237.181815,261.236823 238.88,260.49 C239.697713,260.132801 240.438132,259.619942 241.06,258.98 C241.685833,258.331882 242.184465,257.572063 242.53,256.74 C242.889111,255.871269 243.072641,254.940025 243.070028,254 L243.070028,254 Z" id="Path" fill="#4E7486"></path>
18
+ <polygon id="Path" fill="#0099DA" points="303.8 241.04 270.01 241.04 236.22 241.04 202.43 241.04 168.64 241.04 168.64 195.38 168.64 149.72 168.64 104.05 168.64 58.39 202.43 58.39 236.22 58.39 270.01 58.39 303.8 58.39 303.8 104.05 303.8 149.72 303.8 195.38"></polygon>
19
+ <polygon id="Path" fill="#FFFFFF" opacity="0.2" points="303.8 146.18 303.8 159.58 303.8 172.97 303.8 186.37 303.8 199.77 272.15 164.42 240.5 129.08 208.85 93.73 177.2 58.39 208.85 58.39 240.5 58.39 272.15 58.39 303.8 58.39 303.8 80.34 303.8 102.29 303.8 124.24"></polygon>
20
+ <path d="M114.41,266.84 L114.41,256.84 L116.49,257.37 L118.57,257.91 L120.65,258.44 L122.72,258.98 L124.8,259.52 L126.88,260.05 L128.95,260.59 L131.03,261.12 C131.097735,261.139655 131.161882,261.170041 131.22,261.21 C131.272839,261.242652 131.317348,261.287161 131.35,261.34 C131.386457,261.387849 131.413595,261.442125 131.43,261.5 C131.439533,261.559621 131.439533,261.620379 131.43,261.68 C131.434353,261.801171 131.399262,261.920481 131.33,262.02 C131.29084,262.070774 131.243532,262.114703 131.19,262.15 C131.136573,262.191658 131.075382,262.222253 131.01,262.24 L128.93,262.81 L126.85,263.38 L124.78,263.95 L122.7,264.52 L120.62,265.09 L118.54,265.66 L116.47,266.23 L114.41,266.84 Z" id="Path" fill="#D7D4CD"></path>
21
+ <path d="M131.17,262.32 L130.27,262.56 L129.37,262.81 L128.48,263.05 L127.58,263.3 L126.68,263.55 L125.78,263.79 L124.88,264.04 L123.99,264.29 L124.07,264.23 L124.16,264.18 L124.25,264.12 L124.33,264.06 L124.42,264 L124.5,263.94 C124.531042,263.922199 124.558235,263.898404 124.58,263.87 L124.66,263.81 L124.75,263.73 L124.84,263.65 L124.92,263.57 L125,263.48 L125.06,263.39 C125.08904,263.363 125.109842,263.328329 125.12,263.29 C125.125412,263.256886 125.125412,263.223114 125.12,263.19 C125.124129,263.15345 125.124129,263.11655 125.12,263.08 C125.124091,263.036763 125.124091,262.993237 125.12,262.95 L125.12,262.83 C125.12,262.83 125.12,262.75 125.12,262.71 L125.12,262.6 L125.12,262.48 L125.12,262.37 L125.12,262.25 C125.115084,262.210151 125.115084,262.169849 125.12,262.13 C125.108618,262.063819 125.108618,261.996181 125.12,261.93 C125.132063,261.87718 125.152308,261.826569 125.18,261.78 C125.21084,261.737986 125.244236,261.69791 125.28,261.66 L125.41,261.58 L125.55,261.51 L125.7,261.44 L125.85,261.36 C125.900548,261.332465 125.947559,261.298885 125.99,261.26 L126.07,261.17 C126.098856,261.140894 126.122529,261.107075 126.14,261.07 L126.2,260.97 C126.2,260.97 126.2,260.9 126.2,260.86 L126.2,260.75 C126.204817,260.710145 126.204817,260.669855 126.2,260.63 C126.200007,260.55 126.200007,260.47 126.200007,260.39 L126.200007,259.93 L126.820007,260.09 L127.430007,260.25 L128.050007,260.41 L128.660007,260.57 L129.280007,260.73 L129.890007,260.88 L130.510007,261.04 L131.120007,261.2 C131.188455,261.217736 131.252924,261.248274 131.310007,261.29 C131.362846,261.322652 131.407355,261.367161 131.440007,261.42 C131.479438,261.467451 131.509932,261.521662 131.530007,261.58 C131.534925,261.639899 131.534925,261.700101 131.530007,261.76 C131.540341,261.816196 131.540341,261.873804 131.530007,261.93 C131.509413,261.989331 131.482597,262.046315 131.450007,262.1 L131.320007,262.23 C131.27422,262.266523 131.223774,262.296789 131.17,262.32 L131.17,262.32 Z" id="Path" fill="#023852"></path>
22
+ <path d="M26.77,256.92 L21.67,256.92 C21.5337334,256.905211 21.3962666,256.905211 21.26,256.92 C21.1302258,256.949397 21.0031211,256.989535 20.88,257.04 C20.7582094,257.093402 20.6411295,257.156959 20.53,257.23 C20.4212766,257.30227 20.3206914,257.386091 20.23,257.48 C20.1389107,257.573273 20.0553183,257.673584 19.98,257.78 C19.9107474,257.893355 19.8473314,258.010174 19.79,258.13 C19.7383173,258.251829 19.7013884,258.379401 19.68,258.51 C19.6653662,258.646275 19.6653662,258.783725 19.68,258.92 L19.68,264.66 C19.664726,264.79624 19.664726,264.93376 19.68,265.07 C19.7108251,265.202648 19.7509237,265.332968 19.8,265.46 C19.8495166,265.58052 19.9133052,265.694668 19.99,265.8 C20.1385417,266.015104 20.3248959,266.201458 20.54,266.35 C20.6475739,266.428812 20.7653062,266.492724 20.89,266.54 C21.0131211,266.590465 21.1402258,266.630603 21.27,266.66 C21.4062399,266.675274 21.5437601,266.675274 21.68,266.66 L26.78,266.66 C26.9162666,266.674789 27.0537334,266.674789 27.19,266.66 C27.3197742,266.630603 27.4468789,266.590465 27.57,266.54 C27.6917906,266.486598 27.8088705,266.423041 27.92,266.35 C28.0287234,266.27773 28.1293086,266.193909 28.22,266.1 C28.3110893,266.006727 28.3946817,265.906416 28.47,265.8 C28.5392526,265.686645 28.6026686,265.569826 28.66,265.45 C28.7116827,265.328171 28.7486116,265.200599 28.77,265.07 C28.7846338,264.933725 28.7846338,264.796275 28.77,264.66 L28.77,259 C28.785274,258.86376 28.785274,258.72624 28.77,258.59 C28.740608,258.45697 28.7004765,258.326543 28.65,258.2 C28.6004834,258.07948 28.5366948,257.965332 28.46,257.86 C28.3884569,257.747689 28.3046047,257.643713 28.21,257.55 C28.1190573,257.459293 28.0184581,257.378813 27.91,257.31 C27.8046679,257.233305 27.6905199,257.169517 27.57,257.12 L27.18,257 C27.0468133,256.957856 26.9092604,256.931016 26.77,256.92 Z" id="Path" fill="#FFE700"></path>
23
+ <polygon id="Path" fill="#33ADE1" points="27.43 261.86 38.31 261.86 49.18 261.85 60.05 261.85 70.93 261.84 81.8 261.83 92.67 261.83 103.55 261.82 114.42 261.82 114.42 262.44 114.42 263.07 114.42 263.69 114.42 264.32 114.42 264.94 114.42 265.57 114.42 266.19 114.42 266.82 103.55 266.83 92.68 266.83 81.8 266.84 70.93 266.84 60.06 266.85 49.18 266.85 38.31 266.86 27.43 266.86 27.43 266.24 27.43 265.61 27.43 264.99 27.43 264.36 27.43 263.74 27.43 263.11 27.43 262.49"></polygon>
24
+ <polygon id="Path" fill="#0099DA" points="27.43 256.91 38.3 256.91 49.18 256.9 60.05 256.89 70.92 256.89 81.8 256.88 92.67 256.88 103.54 256.87 114.42 256.87 114.42 257.49 114.42 258.12 114.42 258.74 114.42 259.37 114.42 259.99 114.42 260.62 114.42 261.25 114.42 261.87 103.55 261.88 92.67 261.88 81.8 261.89 70.93 261.89 60.05 261.9 49.18 261.9 38.31 261.91 27.43 261.91 27.43 261.29 27.43 260.66 27.43 260.04 27.43 259.41 27.43 258.79 27.43 258.16 27.43 257.54"></polygon>
25
+ <path d="M381.81,266.86 L333.68,266.86 C331.892651,266.856687 330.181411,266.136165 328.93,264.86 C328.318627,264.244446 327.829939,263.518202 327.49,262.72 C327.142309,261.894006 326.965424,261.006177 326.969913,260.11 L326.969913,155.11 C326.966522,154.213929 327.143364,153.326317 327.49,152.5 C327.829969,151.704772 328.31873,150.981813 328.93,150.37 C330.185227,149.099462 331.894009,148.379975 333.68,148.37 L381.81,148.37 C385.515831,148.37 388.52003,151.374169 388.52003,155.08 L388.52003,260.08 C388.525333,261.861232 387.820101,263.571047 386.560574,264.830574 C385.301047,266.090101 383.591232,266.795333 381.81,266.79 L381.81,266.86 Z" id="Path" fill="#023852"></path>
26
+ <polygon id="Path" fill="#0099DA" points="381.16 247.42 369.45 247.42 357.74 247.42 346.04 247.42 334.33 247.42 334.33 226.64 334.33 205.87 334.33 185.09 334.33 164.32 346.04 164.32 357.74 164.32 369.45 164.32 381.16 164.32 381.16 185.09 381.16 205.87 381.16 226.64"></polygon>
27
+ <path d="M361.720064,257.63 C361.723097,257.099847 361.614044,256.575033 361.4,256.09 C361.202268,255.615249 360.913504,255.183802 360.55,254.82 C360.189976,254.456573 359.761805,254.167728 359.29,253.97 C358.799098,253.764592 358.272144,253.659202 357.739995,253.659995 C355.530861,253.659995 353.739995,255.450861 353.739995,257.659995 C353.739202,258.192144 353.844592,258.719098 354.05,259.21 C354.247728,259.681805 354.536573,260.109976 354.9,260.47 C355.263802,260.833504 355.695249,261.122268 356.17,261.32 C356.655033,261.534044 357.179847,261.643097 357.71,261.640064 C358.243282,261.64212 358.771159,261.533139 359.26,261.32 C360.209167,260.915159 360.965159,260.159167 361.37,259.21 C361.597579,258.714176 361.716895,258.17555 361.720064,257.63 L361.720064,257.63 Z" id="Path" fill="#4E7486"></path>
28
+ <path d="M349.74,158.14 L365.74,158.14 C365.922253,158.139217 366.102489,158.101809 366.27,158.03 C366.433879,157.96798 366.58109,157.868698 366.7,157.74 C366.822245,157.615685 366.920551,157.469921 366.99,157.31 C367.062885,157.142829 367.100339,156.962369 367.100002,156.78 L367.100002,155.49 C367.098194,155.321787 367.064252,155.155469 367,155 C366.930551,154.840079 366.832245,154.694315 366.71,154.57 C366.588902,154.441401 366.442498,154.339258 366.28,154.27 C366.110479,154.206148 365.931133,154.172309 365.75,154.17 L349.75,154.17 C349.568764,154.171256 349.389234,154.20513 349.22,154.27 C348.897957,154.419293 348.639293,154.677957 348.49,155 C348.420544,155.167901 348.3865,155.348334 348.39,155.53 L348.39,156.82 C348.3865,157.001666 348.420544,157.182099 348.49,157.35 C348.559258,157.512498 348.661401,157.658902 348.79,157.78 C348.90891,157.908698 349.056121,158.00798 349.22,158.07 C349.386903,158.127895 349.563729,158.151698 349.74,158.14 L349.74,158.14 Z" id="Path" fill="#4E7486"></path>
29
+ <polygon id="Path" fill="#FFFFFF" opacity="0.2" points="381.22 222.71 381.22 164.32 334.22 164.32 334.22 175.76 345.65 187.19 357.65 199.19 369.65 211.19"></polygon>
30
+ <path d="M347.88,183.7 L348.88,184.7 L349.88,185.7 L350.88,186.7 L351.88,187.7 L352.88,188.7 L353.88,189.7 L354.88,190.7 L355.88,191.7 C355.901765,191.728404 355.928958,191.752199 355.96,191.77 L356.05,191.77 L356.15,191.77 L356.36,191.77 L356.46,191.77 L356.55,191.77 C356.581042,191.752199 356.608235,191.728404 356.63,191.7 L357.63,190.7 L358.63,189.7 L359.63,188.7 L360.63,187.7 L361.63,186.7 L362.63,185.7 L363.63,184.7 L364.63,183.7 L364.7,183.61 L364.75,183.52 L364.75,183.42 C364.75,183.42 364.75,183.35 364.75,183.32 C364.75,183.29 364.75,183.25 364.75,183.22 L364.75,183.12 L364.7,183.02 L364.63,182.94 L363.63,181.94 L362.63,180.94 L361.63,179.94 L360.63,178.94 L359.63,177.94 L358.63,176.94 L357.63,175.94 L356.63,174.94 C356.607842,174.914605 356.580584,174.894161 356.55,174.88 L356.46,174.83 L356.36,174.83 L356,174.83 L355.9,174.83 L355.81,174.88 C355.779416,174.894161 355.752158,174.914605 355.73,174.94 L354.73,175.94 L353.73,176.94 L352.73,177.94 L351.73,178.94 L350.73,179.94 L349.73,180.94 L348.73,181.94 L347.73,182.94 L347.66,183.02 L347.61,183.12 L347.61,183.22 C347.61,183.22 347.61,183.28 347.61,183.32 C347.61,183.36 347.61,183.39 347.61,183.42 L347.61,183.52 L347.66,183.61 L347.88,183.7 Z" id="Path" fill="#FFFFFF"></path>
31
+ <polygon id="Path" fill="#FFFFFF" points="370.42 205.1 356.08 205.1 341.75 205.1 341.75 203.06 341.75 201.03 356.08 201.03 370.42 201.03 370.42 203.06"></polygon>
32
+ <path d="M215.71,126.8 L217.71,128.8 L219.71,130.8 L221.71,132.8 L223.71,134.8 L225.71,136.8 L227.71,138.8 L229.71,140.8 L231.71,142.8 C231.76134,142.852783 231.818352,142.899734 231.88,142.94 C231.938961,142.981051 232.002781,143.01464 232.07,143.04 L232.27,143.1 C232.408724,143.126728 232.551276,143.126728 232.69,143.1 C232.759428,143.090739 232.826939,143.070486 232.89,143.04 C232.958163,143.016785 233.022273,142.983043 233.08,142.94 C233.143247,142.901953 233.200531,142.854777 233.25,142.8 L235.25,140.8 L237.25,138.8 L239.25,136.8 L241.25,134.8 L243.25,132.8 L245.25,130.8 L247.25,128.8 L249.25,126.8 C249.305126,126.747086 249.352284,126.686455 249.39,126.62 C249.430855,126.564498 249.46446,126.50401 249.49,126.44 C249.519163,126.372948 249.539337,126.302337 249.55,126.23 C249.559437,126.163667 249.559437,126.096333 249.55,126.03 C249.559848,125.960346 249.559848,125.889654 249.55,125.82 C249.540739,125.750572 249.520486,125.683061 249.49,125.62 C249.466785,125.551837 249.433043,125.487727 249.39,125.43 C249.349695,125.365312 249.302777,125.304988 249.25,125.25 L247.25,123.25 L245.25,121.25 L243.25,119.25 L241.25,117.25 L239.25,115.25 L237.25,113.25 L235.25,111.25 L233.25,109.25 C233.200531,109.195223 233.143247,109.148047 233.08,109.11 C233.022273,109.066957 232.958163,109.033215 232.89,109.01 C232.826939,108.979514 232.759428,108.959261 232.69,108.95 C232.551276,108.923272 232.408724,108.923272 232.27,108.95 L232.07,109.01 C232.002781,109.03536 231.938961,109.068949 231.88,109.11 C231.818352,109.150266 231.76134,109.197217 231.71,109.25 L229.71,111.25 L227.71,113.25 L225.71,115.25 L223.71,117.25 L221.71,119.25 L219.71,121.25 L217.71,123.25 L215.71,125.25 L215.57,125.43 C215.530763,125.490046 215.497282,125.553662 215.47,125.62 L215.41,125.82 C215.383317,125.955364 215.383317,126.094636 215.41,126.23 L215.47,126.44 C215.499483,126.50206 215.532883,126.562181 215.57,126.62 C215.611039,126.684173 215.657904,126.744427 215.71,126.8 Z" id="Path" fill="#FFFFFF"></path>
33
+ <polygon id="Path" fill="#FFFFFF" points="261.51 170.29 232.38 170.29 203.25 170.29 203.25 166.15 203.25 162.01 232.38 162.01 261.51 162.01 261.51 166.15"></polygon>
34
+ <path d="M314.17,48.13 L254.17,48.13 C254.17,49.01 254.17,49.88 254.17,50.74 C254.17,51.6 254.17,52.47 254.24,53.33 C254.29,54.98 254.35,56.61 254.43,58.23 C254.51,59.85 254.59,61.46 254.68,63.05 C254.792885,64.7065449 255.260078,66.3195525 256.05,67.78 C256.870906,69.2664401 257.967052,70.5831728 259.28,71.66 C260.67886,72.8167025 262.260464,73.7325459 263.96,74.37 C265.789183,75.0620347 267.716343,75.4602919 269.67,75.55 C272.336667,75.6833333 275.066667,75.8 277.86,75.9 C280.653333,76 283.463333,76.0833333 286.29,76.15 C289.13,76.2166667 292.006667,76.27 294.92,76.31 C297.833333,76.35 300.77,76.35 303.73,76.31 L308.95,76.31 L314.11,76.25 L314.11,48.13 L314.17,48.13 Z" id="Path" fill="#023852" opacity="0.3" style="mix-blend-mode: multiply;"></path>
35
+ <polygon id="Path" fill="#FFFFFF" opacity="0.3" points="314.17 48.13 312.05 48.13 309.94 48.13 312.05 50.25 314.17 52.36 314.17 50.25"></polygon>
36
+ <path d="M190.55,78.42 L158.55,78.42 L158.55,247.51 L191.55,247.51 C194.673649,247.504496 197.204496,244.973649 197.210008,241.85 L197.210008,85 C197.212659,83.2487572 196.518158,81.5684758 195.279841,80.3301587 C194.041524,79.0918417 192.361243,78.3973406 190.61,78.3999924 L190.55,78.42 Z" id="Path" fill="#023852" opacity="0.3" style="mix-blend-mode: multiply;"></path>
37
+ <path d="M76.32,69.45 L178,69.45 C181.123649,69.4555042 183.654496,71.9863511 183.660009,75.11 L183.660009,230.83 C183.662661,232.331939 183.067195,233.773129 182.005162,234.835162 C180.943129,235.897195 179.501939,236.492661 178,236.490035 L76.32,236.490035 C74.8163301,236.495325 73.3725654,235.901036 72.3083655,234.838713 C71.2441656,233.77639 70.6473292,232.333677 70.6499911,230.83 L70.6499911,75.11 C70.655516,71.9824514 73.1924466,69.45 76.32,69.45 Z" id="Path" fill="#ECEDEC"></path>
38
+ <path d="M183.66,120.08 L183.66,74 C183.66,72.2504893 182.964328,70.5727798 181.726299,69.3366272 C180.488271,68.1004746 178.809509,67.4073452 177.06,67.4099924 L77.25,67.4099924 C73.6110975,67.4154885 70.6610062,70.36111 70.65,74 L70.65,120.08 L183.65,120.08 L183.66,120.08 Z" id="Path" fill="#0099DA"></path>
39
+ <polygon id="Path" fill="#9DADB7" points="155.69 146.94 120.25 146.94 84.8 146.94 84.8 143.5 84.8 140.07 120.25 140.07 155.69 140.07 155.69 143.5"></polygon>
40
+ <polygon id="Path" fill="#9DADB7" points="155.69 161.29 120.25 161.29 84.8 161.29 84.8 157.85 84.8 154.41 120.25 154.41 155.69 154.41 155.69 157.85"></polygon>
41
+ <polygon id="Path" fill="#9DADB7" points="155.69 175.63 120.25 175.63 84.8 175.63 84.8 172.2 84.8 168.76 120.25 168.76 155.69 168.76 155.69 172.2"></polygon>
42
+ <polygon id="Path" fill="#9DADB7" points="155.69 189.98 120.25 189.98 84.8 189.98 84.8 186.54 84.8 183.11 120.25 183.11 155.69 183.11 155.69 186.54"></polygon>
43
+ <path d="M118,87.69 L118.88,88.57 L119.77,89.46 L120.65,90.34 L121.53,91.22 L122.42,92.1 L123.3,92.99 L124.18,93.87 L125.06,94.75 L125.14,94.82 L125.22,94.82 L125.31,94.82 L125.5,94.82 L125.59,94.82 L125.67,94.82 C125.701042,94.8021985 125.728235,94.7784041 125.75,94.75 L126.63,93.87 L127.52,92.99 L128.4,92.1 L129.28,91.22 L130.16,90.34 L131.05,89.46 L131.93,88.57 L132.81,87.69 C132.838034,87.6704288 132.859061,87.6423923 132.87,87.61 C132.892255,87.5872626 132.909314,87.5599685 132.92,87.53 L132.92,87.44 L132.92,87.26 L132.92,87.17 C132.907181,87.1380183 132.890382,87.1077799 132.87,87.08 C132.859223,87.0501201 132.83788,87.0252196 132.81,87.01 L131.93,86.12 L131.05,85.24 L130.16,84.36 L129.28,83.47 L128.4,82.59 L127.52,81.71 L126.63,80.83 L125.75,79.94 L125.67,79.88 L125.59,79.88 C125.56015,79.8757602 125.52985,79.8757602 125.5,79.88 L125.31,79.88 C125.28015,79.8757602 125.24985,79.8757602 125.22,79.88 L125.14,79.88 L125.06,79.94 L124.18,80.83 L123.3,81.71 L122.42,82.59 L121.53,83.47 L120.65,84.36 L119.77,85.24 L118.88,86.12 L118,87 L117.94,87.07 C117.936235,87.0998819 117.936235,87.1301181 117.94,87.16 C117.928324,87.1888639 117.928324,87.2211361 117.94,87.25 C117.926667,87.3092593 117.926667,87.3707407 117.94,87.43 C117.931389,87.459382 117.931389,87.490618 117.94,87.52 C117.934612,87.5463945 117.934612,87.5736055 117.94,87.6 L118,87.69 Z" id="Path" fill="#FFFFFF"></path>
44
+ <polygon id="Path" fill="#FFFFFF" points="138.3 107.01 125.36 107.01 112.42 107.01 112.42 105.17 112.42 103.33 125.36 103.33 138.3 103.33 138.3 105.17"></polygon>
45
+ <path d="M345.18,65.9 C347.132402,65.8077603 349.05866,65.4130628 350.89,64.73 C352.586728,64.0841021 354.164752,63.1616172 355.56,62 C356.873245,60.9195304 357.969333,59.5994737 358.79,58.11 C359.588651,56.6567404 360.05646,55.0450188 360.16,53.39 C360.26,51.8 360.34,50.19 360.42,48.57 C360.5,46.95 360.55,45.31 360.6,43.67 C360.65,42.03 360.69,40.36 360.72,38.67 C360.75,36.98 360.72,35.32 360.72,33.67 C360.72,32.02 360.72,30.29 360.72,28.62 C360.72,26.95 360.65,25.29 360.6,23.62 C360.55,21.95 360.49,20.34 360.42,18.72 C360.35,17.1 360.26,15.5 360.16,13.91 C360.05661,12.2517904 359.588838,10.6367796 358.79,9.18 C357.966741,7.6922949 356.87103,6.37269249 355.56,5.29 C354.165385,4.13501969 352.586785,3.22233821 350.89,2.59 C349.060536,1.8989329 347.133531,1.50070782 345.18,1.41 C342.49,1.28 339.75,1.16 336.98,1.06 C334.21,0.96 331.4,0.87 328.56,0.8 C325.72,0.73 322.83,0.68 319.92,0.65 C317.01,0.62 314.08,0.6 311.11,0.6 C308.14,0.6 305.2,0.6 302.29,0.65 C299.38,0.7 296.51,0.74 293.66,0.8 C290.81,0.86 288.01,0.96 285.24,1.06 C282.47,1.16 279.73,1.28 277.04,1.41 C275.086469,1.50070782 273.159464,1.8989329 271.33,2.59 C269.633215,3.22233821 268.054615,4.13501969 266.66,5.29 C265.34897,6.37269249 264.253259,7.6922949 263.43,9.18 C262.631162,10.6367796 262.16339,12.2517904 262.06,13.91 C261.96,15.5 261.88,17.1 261.8,18.72 C261.72,20.34 261.67,21.98 261.62,23.62 C261.57,25.26 261.53,26.93 261.5,28.62 C261.47,30.31 261.5,31.97 261.5,33.67 C261.5,35.37 261.5,37.04 261.5,38.67 C261.5,40.3 261.57,42 261.62,43.67 C261.67,45.34 261.73,46.95 261.8,48.57 C261.87,50.19 261.96,51.8 262.06,53.39 C262.16354,55.0450188 262.631349,56.6567404 263.43,58.11 C264.250667,59.5994737 265.346755,60.9195304 266.66,62 C268.056675,63.1545331 269.634618,64.0702133 271.33,64.71 C273.147566,65.395861 275.060054,65.7972473 277,65.9 C279.69,66.04 282.43,66.15 285.2,66.25 C287.97,66.35 290.78,66.44 293.62,66.51 C296.46,66.58 299.35,66.63 302.25,66.66 C305.15,66.69 308.1,66.72 311.07,66.72 C314.04,66.72 316.98,66.72 319.88,66.66 C322.78,66.6 325.67,66.58 328.52,66.51 C331.37,66.44 334.17,66.36 336.94,66.25 C339.71,66.14 342.49,66 345.18,65.9 Z" id="Path" fill="#FFE700"></path>
46
+ <path d="M344.69,65.93 L345.18,65.93 C347.132402,65.8377603 349.05866,65.4430628 350.89,64.76 C352.588758,64.1049414 354.166904,63.1722473 355.56,62 C356.873245,60.9195304 357.969333,59.5994737 358.79,58.11 C359.588651,56.6567404 360.05646,55.0450188 360.16,53.39 C360.26,51.8 360.34,50.19 360.42,48.57 C360.5,46.95 360.55,45.31 360.6,43.67 C360.65,42.03 360.69,40.36 360.72,38.67 C360.75,36.98 360.72,35.32 360.72,33.67 C360.72,32.02 360.72,30.29 360.72,28.62 C360.72,26.95 360.65,25.29 360.6,23.62 C360.55,21.95 360.49,20.34 360.42,18.72 C360.35,17.1 360.26,15.5 360.16,13.91 C360.05661,12.2517904 359.588838,10.6367796 358.79,9.18 C357.966741,7.6922949 356.87103,6.37269249 355.56,5.29 C354.165385,4.13501969 352.586785,3.22233821 350.89,2.59 C349.060536,1.8989329 347.133531,1.50070782 345.18,1.41 C342.49,1.28 339.75,1.16 336.98,1.06 C334.21,0.96 331.4,0.87 328.56,0.8 C325.72,0.73 322.83,0.68 319.92,0.65 C317.01,0.62 314.08,0.6 311.11,0.6 C308.443333,0.6 305.776667,0.6 303.11,0.6 C300.443333,0.6 297.823333,0.643333333 295.25,0.73 C292.663333,0.79 290.1,0.86 287.56,0.94 C285.02,1.02 282.52,1.11666667 280.06,1.23 L296.22,17.39 L312.38,33.55 L328.54,49.71 L344.69,65.93 Z" id="Path" fill="#FFFFFF" opacity="0.3"></path>
47
+ <path d="M300.769916,18.55 L300.769916,47.15 C300.768414,47.2244426 300.789325,47.2976319 300.83,47.36 C300.866689,47.4217422 300.918258,47.4733114 300.98,47.51 C301.042312,47.5260888 301.107688,47.5260888 301.17,47.51 C301.244066,47.5088687 301.316516,47.4881688 301.38,47.45 L307.53,43.82 L313.68,40.18 L319.83,36.55 L326,33 C326.063931,32.9662006 326.116201,32.9139309 326.15,32.85 C326.185278,32.7894165 326.202618,32.7200573 326.2,32.65 C326.198679,32.5804091 326.181583,32.5120253 326.15,32.45 C326.116201,32.3860691 326.063931,32.3337994 326,32.3 L319.85,28.79 L313.7,25.27 L307.55,21.76 L301.4,18.24 C301.335723,18.2048738 301.26321,18.1876086 301.19,18.1897814 C301.120409,18.1913208 301.052025,18.2084168 300.99,18.24 C300.931085,18.2769769 300.882831,18.3286779 300.85,18.39 C300.810296,18.4357529 300.78278,18.4907852 300.769916,18.55 L300.769916,18.55 Z" id="Path" fill="#0099DA"></path>
48
+ </g>
49
+ </g>
50
50
  </svg>