@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,68 +1,68 @@
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 / well-being</title>
4
- <defs>
5
- <linearGradient x1="50.0646067%" y1="0.037576225%" x2="50.0646067%" y2="99.8653554%" id="linearGradient-1">
6
- <stop stop-color="#FFE700" offset="0%"></stop>
7
- <stop stop-color="#FFE403" offset="34%"></stop>
8
- <stop stop-color="#FDDA0B" offset="62%"></stop>
9
- <stop stop-color="#FAC919" offset="87%"></stop>
10
- <stop stop-color="#FAC61B" offset="90%"></stop>
11
- </linearGradient>
12
- <linearGradient x1="-0.0881907934%" y1="57.8383816%" x2="99.163711%" y2="43.041958%" id="linearGradient-2">
13
- <stop stop-color="#FFE700" offset="0%"></stop>
14
- <stop stop-color="#FFE403" offset="34%"></stop>
15
- <stop stop-color="#FDDA0B" offset="62%"></stop>
16
- <stop stop-color="#FAC919" offset="87%"></stop>
17
- <stop stop-color="#FAC61B" offset="90%"></stop>
18
- </linearGradient>
19
- </defs>
20
- <g id="Graphic-elements-/-Icons-/-Rich-icons-/-well-being" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
21
- <g id="Asset-37" transform="translate(93.000000, 0.000000)">
22
- <g id="Group" opacity="0.2" style="mix-blend-mode: multiply;" fill="#023852">
23
- <path d="M251.26,294.323518 C251.2341,293.960622 251.098119,293.614058 250.87,293.329552 L245.49,286.371784 C245.31064,286.141162 245.187424,285.872402 245.13,285.58655 L244,279.89112 C243.848778,279.116645 243.224506,278.520004 242.44,278.40017 L238.99,277.883307 L239.71,277.604996 L239.88,277.555298 L243.95,276.869461 C244.201049,276.824764 244.422165,276.678486 244.560561,276.465549 C244.698957,276.252613 244.742212,275.992126 244.68,275.746278 L204.8,168.298464 L209.37,169.043939 C209.706742,169.110125 210.0523,168.982334 210.263628,168.713467 C210.474956,168.4446 210.516089,168.080411 210.37,167.771661 L198.69,142.326111 C198.599964,142.140544 198.578716,141.929344 198.63,141.72973 L204.81,117.16881 C204.99535,116.583854 205.553654,116.196215 206.17,116.224542 L206.25,116.224542 C206.262281,116.44001 206.350836,116.644219 206.5,116.801042 L211.5,122.069067 C211.533193,122.094709 211.570339,122.114848 211.61,122.128705 L216.87,127.97323 C217.090669,128.218038 217.427581,128.32459 217.75,128.25154 L227.26,126.114512 C227.576866,126.047037 227.832772,125.815453 227.93,125.508192 L231.22,115.508885 C231.301786,115.264834 231.276376,114.997829 231.15,114.77335 L218.3,92.5581913 L218.2,92.2699409 L216.76,84.7555517 C216.314378,82.5030618 214.462405,80.7905963 212.17,80.5113133 L195.98,78.5233797 L190.12,76.9628517 L190.12,74.8457024 C190.688647,74.9014525 191.242034,74.6417073 191.56,74.1698049 L197.21,65.4825348 C197.365909,65.2383006 197.452305,64.9566309 197.46,64.667482 L197.59,53.5449932 C197.604125,53.1881752 197.494704,52.8373354 197.28,52.5510264 L195.51,50.254963 C195.340809,50.0322783 195.236971,49.7673691 195.21,49.4896085 L194.92,46.8257774 C194.856853,46.2237676 194.440553,45.7162909 193.86,45.5336205 L175.59,39.7586733 C174.84673,39.5271066 174.036206,39.680028 173.43,40.1661997 L170.87,42.2435903 C170.161108,42.815203 170.045311,43.8466615 170.61,44.559533 C170.883439,44.8838281 171.224688,45.1450046 171.61,45.3248875 C171.477629,45.5896511 171.380158,45.8702758 171.32,46.1598196 L167.55,62.6199104 L166.76,70.2635153 C166.739942,70.4584871 166.739942,70.6549839 166.76,70.8499557 C164.76,69.8559889 160.43,67.8680552 157.25,66.4864413 C154.931952,65.440562 152.202239,65.9624928 150.44,67.7885379 L148.26,70.0349029 C147.897417,70.3924549 147.312583,70.3924549 146.95,70.0349029 L132.57,57.5904382 L117.61,30.8129718 C117.3728,30.3922252 116.847621,30.2269219 116.41,30.4352644 L116.22,30.5247214 L113.39,25.3560939 C113.248328,25.0920995 112.929426,24.9764455 112.65,25.0877228 L112.12,22.5531074 C112.05513,22.2886093 112.05513,22.0124924 112.12,21.7479943 L114.22,13.4086126 L111.87,6.45084473 L110.26,6.88819014 L109.51,0 L104.12,0.437345406 L101,8.44871807 L102.18,23.4576172 L104.57,25.2467575 C104.918038,25.5023158 105.157089,25.8782349 105.24,26.3003624 L105.59,27.9404076 C105.618792,28.086215 105.669351,28.2269253 105.74,28.3578737 L105.44,28.4970291 C105.209488,28.6067567 105.076265,28.8515304 105.11,29.1033488 L105.85,35.5243745 L104.67,36.0909356 C104.453594,36.1921499 104.286618,36.374818 104.20594,36.5986077 C104.125262,36.8223975 104.137517,37.0689026 104.24,37.2836958 L120.24,72.281268 C120.292571,72.396926 120.371278,72.498969 120.47,72.579458 L142.33,91.7928369 C142.495769,91.9447686 142.605013,92.1479272 142.64,92.3693376 L144.94,111.841148 C144.968593,112.065622 144.911505,112.292596 144.78,112.477287 L120.2,147.107091 C120.043607,147.326507 119.992301,147.60322 120.059727,147.863636 C120.127152,148.124051 120.306474,148.341769 120.55,148.458886 L143.37,159.303064 L140.37,173.894497 C140.365083,173.954035 140.365083,174.013873 140.37,174.073411 L122.66,283.678134 C122.659285,284.169865 123.045999,284.576086 123.54,284.602523 L125.6,284.68204 L124.42,285.328119 C123.946974,285.587903 123.608459,286.036532 123.49,286.560637 L119.49,304.352644 C119.377951,304.84185 119.471876,305.355322 119.75,305.774016 L121.75,308.825494 C122.076649,309.330086 122.627206,309.648074 123.23,309.680306 L132.79,310.178876 C133.285078,310.197357 133.768794,310.026407 134.14,309.700185 L135.51,308.497485 C135.943074,308.108893 136.174889,307.545653 136.14,306.966776 L135.48,297.027108 C135.460104,296.875341 135.460104,296.72165 135.48,296.569883 L137,288.230502 C137.122021,287.581198 136.890105,286.916102 136.39,286.48112 L134.73,285.039868 L136.47,285.109446 C136.714201,285.131478 136.957146,285.055701 137.144901,284.898939 C137.332655,284.742176 137.449682,284.517401 137.47,284.274514 L170.8,190.185613 C171.067564,189.438716 171.724156,188.8967 172.511939,188.77241 C173.299722,188.648119 174.092901,188.961401 174.58,189.589233 L199.99,222.64857 L200.09,222.807605 L227.55,281.292613 C227.754111,281.726051 228.259918,281.929753 228.71,281.759778 L231.2,280.815509 C230.945608,281.038679 230.758646,281.327753 230.66,281.650441 L228.57,288.459114 C228.345054,289.179386 228.57776,289.963459 229.16,290.447048 L231.54,292.434981 C231.849287,292.695411 232.235336,292.848899 232.64,292.872327 C233.616112,292.92889 234.385653,293.719717 234.41,294.691286 L234.48,297.454514 C234.510215,298.122092 234.889528,298.725331 235.48,299.044861 L240.9,302.086399 C241.159168,302.234463 241.451195,302.316421 241.75,302.324951 L249.75,302.65296 C250.290606,302.688509 250.82036,302.490509 251.203461,302.109719 C251.586563,301.728929 251.785764,301.202371 251.75,300.665027 L251.26,294.323518 Z" id="Path"></path>
24
- <path d="M95,79.7843832 L94.77,79.7247451 L95,72.2600542 C94.995776,72.2004901 94.995776,72.1407043 95,72.0811402 L96,63.4535081 C96.2750684,61.1852211 94.8233805,59.0632657 92.6,58.483674 L85.86,56.7243527 C85.1447406,56.5370811 84.3832329,56.7414477 83.86,57.2610948 L82.45,58.6526483 C82.06256,59.0410613 81.8466593,59.5668266 81.85,60.1137796 L81.85,65.0836137 C81.8480555,65.4742679 81.959133,65.8572436 82.17,66.1869169 L86.47,72.9359517 C86.6892858,73.2728974 86.8008425,73.6679204 86.79,74.0690739 L86.79,78.0946395 C86.1580396,78.2636178 85.6703312,78.763652 85.52,79.3967361 L80.68,100.737204 C80.5419188,101.332783 80.1027533,101.814455 79.52,102.009482 L58.08,109.24556 C57.5977041,109.406504 57.0689364,109.352134 56.63,109.096465 L49.69,105.120598 C49.2858593,104.883856 48.8026688,104.819341 48.35,104.941684 L39.04,107.396782 C38.9070672,107.411309 38.7729328,107.411309 38.64,107.396782 C38.87,106.044987 39.17,104.315485 39.45,102.675439 L40.15,102.675439 L40.24,102.675439 C40.4097994,102.663394 40.5711423,102.597155 40.7,102.486586 C40.8308282,102.37465 40.9161483,102.219174 40.94,102.04924 L41.59,98.2821059 L42.23,94.5050319 C42.2583175,94.3840563 42.3091959,94.2694278 42.38,94.1670832 C42.4590328,94.066981 42.5622249,93.9883444 42.68,93.9384708 L43.59,93.5408841 L44.5,93.1432974 C44.8509067,92.981313 45.0263918,92.585663 44.91,92.2189082 L43.78,88.5809896 L42.62,85.002709 L41.93,81.4343681 L41.24,77.8759668 C41.2180157,77.7481457 41.1628668,77.6282355 41.08,77.5280784 C40.9930208,77.4301708 40.8831164,77.3550674 40.76,77.3094057 C40.76,77.3094057 40.76,77.3094057 40.82,77.2497677 C40.8893492,77.12267 40.8893492,76.969339 40.82,76.8422413 L39.15,73.8603408 L37.47,70.6895867 C37.4371692,70.6286345 37.3889149,70.5772455 37.33,70.5404916 C37.2729301,70.5045957 37.2074601,70.4840457 37.14,70.4808536 L30.26,69.8049562 L23.38,69.0992397 L23.24,69.0992397 C23.1925784,69.1087637 23.1480577,69.1291878 23.11,69.1588777 L17.37,73.075107 L11.64,76.911819 C11.5904999,76.9408566 11.5492138,76.9818935 11.52,77.031095 C11.4897496,77.076086 11.4693112,77.1268739 11.46,77.1801901 L10.29,83.8994058 L9.12,90.5888026 C9.11514406,90.6117441 9.11514406,90.6354389 9.12,90.6583803 C9.11432234,90.6845857 9.11432234,90.7116922 9.12,90.7378976 L9.9,94.4056352 L10.59,97.5962688 C10.5959381,97.8339256 10.6260922,98.0703724 10.68,98.3019852 L11,99.6040818 C11.4464001,101.53763 10.9415551,103.566965 9.64,105.070899 L4,111.541623 C3.4094472,112.229876 3.08035937,113.102149 3.07,114.006661 L3.07,118.509331 C2.46900413,118.730544 1.91830853,119.068428 1.45,119.503298 L1.45,119.503298 C0.55717012,120.331542 0.0350050878,121.480534 0,122.693931 C0,124.174942 0,126.003841 0,126.093298 C0,126.182755 3.09,130.407114 4.52,132.375168 C4.99823664,133.03605 5.29154416,133.811198 5.37,134.621533 C5.49,135.973328 5.69,138.169995 5.87,139.959135 L3.8,141.460025 C3.21230775,141.887253 2.94995022,142.630065 3.14,143.328683 L8.7,163.873977 C8.7980727,164.241806 9.01612501,164.566911 9.32,164.798366 L15,169.201639 C15.374969,169.489949 15.8496885,169.618637 16.32,169.559467 L18.42,169.281157 C19.0746034,169.196822 19.6266983,168.755508 19.85,168.138095 L20.85,165.414626 C21.1627198,164.537253 22.111879,164.056919 23.0096435,164.321711 C23.907408,164.586503 24.4393574,165.503683 24.22,166.408593 L19.22,186.963827 C19.0428702,187.727946 19.3928851,188.516797 20.08,188.902062 L20.21,203.622711 L28.12,226.344792 L29.46,235.896814 L32.94,252.327085 C33.083533,253.019578 33.7204102,253.499665 34.43,253.450268 L34.69,253.450268 L33.61,256.064401 L32.96,257.58517 L32.96,257.58517 L28.72,267.842908 C28.5888327,268.126662 28.5206226,268.435145 28.52,268.747417 L28.52,290.207161 L28.52,302.452833 C28.52,302.512471 28.52,302.562169 28.52,302.611867 C28.4802157,302.568607 28.4239662,302.543966 28.365,302.543966 C28.3060338,302.543966 28.2497843,302.568607 28.21,302.611867 L25.29,307.581702 C25.2811028,307.617611 25.2811028,307.655129 25.29,307.691038 L25.29,313.00876 C25.2797185,313.044489 25.2797185,313.082368 25.29,313.118097 L26.85,315.811747 C26.85,315.811747 26.85,315.811747 26.85,315.881325 L28.74,326.21858 C28.7427027,326.264833 28.7643943,326.307954 28.8,326.337856 L31.15,328.325789 C31.1863834,328.356573 31.2322404,328.374104 31.28,328.375488 L42.73,328.375488 C43.3542262,328.356645 43.9337658,328.049055 44.2967572,327.543933 C44.6597486,327.038811 44.7645194,326.394146 44.58,325.801114 L43.39,322.332169 C43.2171393,321.839812 42.780105,321.486143 42.26,321.41772 L39.4,312.949122 C39.3474001,312.77429 39.3138739,312.594341 39.3,312.41238 L38.19,297.820947 C38.1676427,297.538806 38.2016277,297.255054 38.29,296.986015 L43.62,280.426528 C43.6562278,280.299445 43.6829671,280.169877 43.7,280.038881 L45.56,266.123345 C45.5793546,265.985394 45.6094448,265.849144 45.65,265.715819 L50.58,252.018956 L52.39,251.859921 C52.9360001,251.82769 53.4448968,251.574598 53.7982027,251.159574 C54.1515086,250.74455 54.3183931,250.203809 54.26,249.663254 L54.06,247.516286 L60.62,246.80063 C61.2018962,247.970908 62.5261351,248.579363 63.8,248.261761 L77.01,246.810569 L77.26,247.307553 C77.2753982,247.362169 77.2954715,247.415375 77.32,247.466588 L78.43,249.703013 C78.5792358,250.014431 78.6642393,250.352394 78.68,250.69698 C78.68,250.806316 78.68,250.915652 78.68,251.015049 C78.6757057,251.041383 78.6757057,251.068233 78.68,251.094567 C78.653215,251.252303 78.6061636,251.405967 78.54,251.551791 L75.34,258.946904 L74.34,261.312546 C74.3030366,261.384795 74.2761236,261.461703 74.26,261.541158 L71.26,268.757357 C71.1490646,269.021976 71.0913122,269.305619 71.09,269.592289 L70.96,293.447493 C70.9607495,293.691053 70.920181,293.932996 70.84,294.163149 L68.79,303.108851 C68.739916,302.815358 68.5251905,302.576287 68.237465,302.493667 C67.9497395,302.411048 67.6398297,302.499473 67.44,302.721204 L63.75,306.985321 C63.6274887,307.126141 63.5600471,307.306076 63.56,307.492245 L63.56,312.014794 C63.5597324,312.117179 63.580135,312.218577 63.62,312.312984 L64.77,315.056332 C64.8091131,315.150967 64.8294856,315.252214 64.83,315.354522 L64.83,322.00416 C64.8751532,322.401174 65.2130327,322.701188 65.615,322.701188 C66.0169673,322.701188 66.3548468,322.401174 66.4,322.00416 L66.4,317.034326 C66.3971102,316.722377 66.5826076,316.439092 66.8707468,316.315419 C67.1588861,316.191746 67.4935336,316.251778 67.72,316.467765 L73.8,322.073738 C73.8671373,322.131704 73.9215937,322.202747 73.96,322.282471 L76.96,328.01766 C77.098974,328.273578 77.3674191,328.435189 77.66,328.435189 L94.8,328.435189 C95.008596,328.435189 95.2095708,328.357277 95.3580192,328.211592 C95.5064675,328.065907 95.5900171,327.867186 95.59,327.659832 L95.59,325.333949 C95.5890653,324.998465 95.3711478,324.701639 95.05,324.598414 L86.05,321.676151 C86.0082541,321.378926 85.9025177,321.094143 85.74,320.841219 L83.47,317.272878 C83.2914694,316.996971 83.1786069,316.684223 83.14,316.358429 L81.6,303.973602 C81.5549421,303.720449 81.5549421,303.4614 81.6,303.208247 L93,253.97707 L93.06,253.837915 L95.2,244.38529 C96.1270802,243.575555 96.4006508,242.252481 95.87,241.144959 L84.32,217.110841 L68.67,193.722801 L68,184.041564 L78,177.252771 C78.7403511,176.749537 78.9815548,175.773418 78.56,174.986526 L61.37,142.791941 C61.2586915,142.567996 61.1908408,142.325207 61.17,142.076284 L60.31,127.961955 C60.269459,127.2761 60.6320477,126.628928 61.24,126.302031 L92,109.911518 C92.5015571,109.644157 92.8409834,109.151066 92.91,108.589542 L96.4,81.7524375 C96.5403408,80.8292736 95.922422,79.9606323 95,79.7843832 Z" id="Path"></path>
25
- </g>
26
- <polygon id="Path" fill="#023852" points="83.37 244.977644 44.58 249.244713 46.45 219.395166 55.52 217.401208"></polygon>
27
- <path d="M115.56,33.6380665 L114.82,30.1984894 C114.75513,29.9331898 114.75513,29.6562362 114.82,29.3909366 L116.92,21.026284 L114.57,14.047432 L112.96,14.4861027 L112.23,7.61691843 L106.81,7.97583082 L103.73,16.0114804 L104.91,31.065861 L107.3,32.9003021 C107.648038,33.1566348 107.887089,33.5336931 107.97,33.9570997 L108.32,35.6021148 C108.430218,36.0870677 108.740541,36.5031542 109.174631,36.7480155 C109.608721,36.9928768 110.126284,37.0437854 110.6,36.8882175 L114.38,35.6519637 C115.22867,35.3761254 115.735826,34.5105649 115.56,33.6380665 L115.56,33.6380665 Z" id="Path" fill="#33ADE1"></path>
28
- <path d="M119.52,39.2610272 L116.12,33.0299094 C115.962927,32.7592726 115.625608,32.6514841 115.34,32.7806647 L108.17,36.160423 C107.939488,36.2704831 107.806265,36.5159986 107.84,36.7685801 L108.67,43.9468278 L119.52,39.2610272 Z" id="Path" fill="#FFFFFF"></path>
29
- <path d="M247.41,284.138973 L202.06,161.600302 C201.967848,161.326417 201.747729,161.114402 201.47,161.032024 L186.65,156.386103 L186.38,156.386103 L157.13,156.236527 C156.890575,156.234646 156.660256,156.327931 156.49,156.49577 L146.55,165.977039 C146.420494,166.109428 146.330473,166.275119 146.29,166.455589 L143.14,182.018429 C143.135083,182.078147 143.135083,182.138167 143.14,182.197885 L125.389999,292.114804 C125.389999,292.608025 125.775999,293.015477 126.27,293.041994 L139.17,293.560423 C139.414201,293.582521 139.657146,293.506515 139.844901,293.349278 C140.032655,293.192041 140.149682,292.966584 140.17,292.722961 L173.45,198.398792 C173.717564,197.649631 174.374156,197.105972 175.161939,196.981305 C175.949722,196.856638 176.742901,197.17087 177.23,197.800604 L202.73,230.99003 L202.82,231.149547 L230.29,289.801813 C230.486402,290.239028 230.992664,290.44531 231.44,290.270393 L242.44,286.073112 L242.61,286.023263 L246.68,285.335347 C246.947334,285.293495 247.182628,285.136423 247.32327,284.905929 C247.463912,284.675436 247.495636,284.3949 247.41,284.138973 L247.41,284.138973 Z" id="Path" fill="#023852"></path>
30
- <path d="M157.88,156.356193 L175.88,158.958308 L176.07,158.958308 L181.99,158.579456 C182.476842,158.552785 182.856092,158.148301 182.850072,157.662236 L182.42,126.616314 C182.415153,126.134285 182.033047,125.740198 181.55,125.719033 L169.14,125.200604 C168.747,125.184304 168.387978,125.421589 168.25,125.788822 L157.16,155.1 C157.043506,155.361057 157.058685,155.661822 157.200875,155.909903 C157.343065,156.157984 157.595264,156.323718 157.88,156.356193 L157.88,156.356193 Z" id="Path" fill="#FFFFFF"></path>
31
- <path d="M175.77,130.793656 L207,176.156193 C207.051768,176.229525 207.092217,176.31018 207.12,176.395468 L209.12,182.088218 C209.249571,182.425717 209.186087,182.806697 208.953355,183.083974 C208.720898,183.361252 208.356142,183.491412 208,183.424169 L176.43,178.050453 C175.973261,177.978071 175.625888,177.602888 175.59,177.143202 L173.86,144.392447 C173.830769,144.023016 173.553087,143.720833 173.186507,143.659528 C172.819927,143.598223 172.458542,143.793532 172.31,144.133233 L153,190.991239 C152.84915,191.371766 152.480409,191.621768 152.07,191.621768 C151.659591,191.621768 151.29085,191.371766 151.14,190.991239 L147.52,182.686405 C147.413427,182.431375 147.205485,182.23187 146.945782,182.135484 C146.686078,182.039098 146.397901,182.054475 146.15,182.177946 L144.55,182.945619 C144.255257,183.091472 143.907408,183.083428 143.619764,182.924109 C143.332121,182.76479 143.141501,182.474588 143.11,182.148036 L143.11,182.148036 C143.090592,182.035874 143.090592,181.921226 143.11,181.809063 L148.18,158.978248 C148.221004,158.805956 148.307295,158.647661 148.43,158.519637 L174.12,130.674018 C174.325535,130.415013 174.646384,130.274294 174.976775,130.298249 C175.307166,130.322205 175.604216,130.507727 175.77,130.793656 Z" id="Path" fill="#7FCCEC" style="mix-blend-mode: multiply;"></path>
32
- <path d="M233.88,122.728097 L221,100.41571 L220.9,100.126586 L219.46,92.589426 C219.029793,90.3145108 217.174339,88.5775073 214.87,88.2924471 L198.68,86.2984894 L170.86,79.3196375 C170.70442,79.3079694 170.553737,79.2601696 170.42,79.1800604 C169.3,78.5021148 163.81,76.0096677 159.96,74.294864 C157.641952,73.2458153 154.912239,73.7693278 153.15,75.6009063 L151,77.7643505 C150.827117,77.9391003 150.591194,78.0374771 150.345,78.0374771 C150.098806,78.0374771 149.862883,77.9391003 149.69,77.7643505 L135.3,65.341994 L120.3,38.5132931 C120.0628,38.0912715 119.537621,37.9254673 119.1,38.1344411 L107.4,43.7773414 C107.183594,43.8788623 107.016618,44.062084 106.93594,44.2865519 C106.855262,44.5110198 106.867517,44.7582718 106.97,44.973716 L122.97,80.0773414 C123.022571,80.1933499 123.101278,80.2957021 123.2,80.376435 L145.12,99.6978852 C145.282084,99.8517361 145.387718,100.055346 145.42,100.276133 L147.72,119.806949 C147.748593,120.032103 147.691505,120.259765 147.56,120.445015 L122.93,155.159819 C122.773607,155.379899 122.722301,155.657451 122.789727,155.918656 C122.857152,156.17986 123.036474,156.398239 123.28,156.51571 L153.52,170.932024 C153.970259,171.146967 154.510147,170.960134 154.73,170.513293 L174.08,132.299094 C174.257443,131.938875 174.65118,131.73768 175.048108,131.804402 C175.445036,131.871124 175.750836,132.189908 175.8,132.588218 L181.09,171.470393 C181.141475,171.865737 181.44578,172.181259 181.84,172.248036 L212.1,177.232931 C212.436742,177.299317 212.7823,177.171139 212.993628,176.901457 C213.204956,176.631775 213.246089,176.266483 213.1,175.956798 L201.42,150.434139 C201.329964,150.24801 201.308716,150.03617 201.36,149.835952 L207.63,124.851662 C207.708483,124.521177 207.965533,124.262068 208.296136,124.180192 C208.626739,124.098316 208.975524,124.207385 209.2,124.46284 L219.62,136.067674 C219.843827,136.314923 220.1845,136.421777 220.51,136.346828 L230.02,134.203323 C230.333044,134.13246 230.584531,133.900727 230.68,133.595166 L234,123.465861 C234.072321,123.214402 234.028321,122.943884 233.88,122.728097 L233.88,122.728097 Z" id="Path" fill="#023852"></path>
33
- <path d="M212,113.775227 L216,116.825982 C216.167729,116.954724 216.284575,117.138288 216.33,117.344411 L217.79,123.425982 C217.841046,123.632835 217.819883,123.850853 217.73,124.044109 L215.1,129.896375 C215.023122,130.058533 214.871557,130.172957 214.694155,130.202765 C214.516753,130.232574 214.335943,130.174 214.21,130.045921 L209.21,124.761934 C208.894008,124.429736 208.868522,123.917324 209.15,123.555589 L211.61,120.445015 C211.77249,120.220568 211.834071,119.938875 211.78,119.667372 L210.58,114.682477 C210.522199,114.322271 210.683992,113.962155 210.992055,113.765331 C211.300117,113.568507 211.695885,113.572392 212,113.775227 L212,113.775227 Z" id="Path" fill="#FFFFFF"></path>
34
- <path d="M139.09,294.936254 L135.77,292.035045 C135.407481,291.721009 134.94008,291.553822 134.46,291.566465 L131.4,291.676133 C131.106079,291.68741 130.818686,291.765864 130.56,291.905438 L127.15,293.769789 C126.676974,294.03036 126.338459,294.480349 126.22,295.006042 L122.22,312.841994 C122.107472,313.335887 122.201334,313.854169 122.48,314.277644 L124.48,317.338369 C124.808676,317.847256 125.363609,318.166586 125.97,318.19577 L135.52,318.69426 C136.015078,318.714388 136.498794,318.54292 136.87,318.21571 L138.24,317.009366 C138.673074,316.619596 138.904889,316.054649 138.87,315.474018 L138.21,305.50423 C138.190104,305.352003 138.190104,305.197846 138.21,305.045619 L139.73,296.680967 C139.841091,296.027486 139.597746,295.3641 139.09,294.936254 L139.09,294.936254 Z" id="Path" fill="#023852"></path>
35
- <path d="M233.39,290.120846 L231.3,296.950151 C231.075054,297.672606 231.30776,298.459055 231.89,298.944109 L234.27,300.938066 C234.579287,301.199286 234.965336,301.353239 235.37,301.376737 L235.37,301.376737 C236.346112,301.433472 237.115653,302.226695 237.14,303.201208 L237.21,305.97281 C237.239731,306.640015 237.619679,307.242308 238.21,307.558006 L243.63,310.618731 C243.891111,310.762586 244.181982,310.844466 244.48,310.858006 L252.48,311.187009 C253.020606,311.222665 253.55036,311.024066 253.933461,310.642121 C254.316563,310.260177 254.515764,309.732024 254.48,309.193051 L254.06,302.792447 C254.030513,302.429265 253.894927,302.082659 253.67,301.795468 L248.29,294.816616 C248.11064,294.585296 247.987424,294.315722 247.93,294.029003 L246.8,288.316314 C246.651538,287.537998 246.025895,286.938235 245.24,286.820846 L239.53,285.963444 C239.047548,285.885252 238.553826,286.003819 238.16,286.292447 L234.16,289.123867 C233.797436,289.359605 233.525939,289.711133 233.39,290.120846 Z" id="Path" fill="#023852"></path>
36
- <path d="M192.820004,81.2936556 L192.820004,90.2664653 C192.820315,90.3756264 192.799958,90.4838657 192.76,90.5854985 L188.91,100.964048 C188.879386,101.055131 188.831897,101.139676 188.77,101.213293 L177.08,115.908761 C176.838327,116.221241 176.421782,116.342156 176.049631,116.207858 C175.677479,116.07356 175.435068,115.714847 175.45,115.320544 L175.81,102.638973 C175.811238,102.493374 175.776917,102.349662 175.71,102.220242 L171.88,94.4238671 C171.78607,94.2041231 171.78607,93.9556957 171.88,93.7359517 L175.96,81.6725076 C176.076802,81.315791 176.403914,81.0692094 176.78,81.0543807 L191.92,80.3864048 C192.416412,80.3971383 192.81472,80.7986548 192.820004,81.2936556 L192.820004,81.2936556 Z" id="Path" fill="#FFFFFF"></path>
37
- <path d="M197.46,67.6450151 L192.46,57.5356495 C192.099311,56.7958691 191.429729,56.2523371 190.63,56.0501511 L175.8,52.3114804 C174.8,52.0522659 174.23,52.8598187 174.02,53.8966767 L170.28,70.3667674 L170.28,70.3667674 L169.49,78.0335347 C169.353786,79.4137793 170.251041,80.6856426 171.6,81.0244713 L171.6,81.0244713 C172.489849,81.0371381 173.264257,81.6344745 173.5,82.4900302 L174.09,84.763142 C174.298497,85.5441762 174.834053,86.1979771 175.56,86.5577039 L179.86,88.7111782 C180.678064,89.135027 181.651936,89.135027 182.47,88.7111782 L191.42,83.8558912 C192.11628,83.4797108 192.621016,82.8280711 192.81,82.0613293 L194.2,76.3486405 C194.261244,76.1137652 194.348445,75.8863916 194.46,75.6706949 L197.41,70.2471299 C197.854292,69.4405813 197.872982,68.467937 197.46,67.6450151 L197.46,67.6450151 Z" id="Path" fill="#33ADE1"></path>
38
- <path d="M200,60.3271903 L198.23,58.0241692 C198.060809,57.8008097 197.956971,57.5350977 197.93,57.2564955 L197.64,54.5845921 C197.576853,53.9807581 197.160553,53.4717435 196.58,53.2885196 L178.34,47.4761329 C177.596951,47.2401542 176.784637,47.3938776 176.18,47.8848943 L173.62,49.9685801 C172.912345,50.5383431 172.796404,51.5697706 173.36,52.281571 C173.785923,52.8043449 174.385368,53.1579748 175.05,53.2785498 L183.5,54.9435045 C184.170789,55.0715483 184.678465,55.622231 184.75,56.2993958 L185,58.9214502 C185.035438,59.2569611 185.179338,59.5718869 185.41,59.8187311 L187.17,61.663142 C187.500592,62.0082727 187.648801,62.4884975 187.57,62.9592145 L186.81,67.8743202 C186.720282,68.433962 186.947095,68.9973669 187.4,69.3398792 L187.4,69.3398792 C188.585761,69.2800153 189.721164,68.8432974 190.64,68.0936556 L191.16,67.6250755 C191.472501,67.3418068 191.889131,67.2009417 192.31,67.2362538 L194.31,67.3758308 C195.053857,67.4544537 195.637038,68.0484215 195.7,68.7915408 L195.85,71.1244713 C195.881858,71.5744313 195.713635,72.0155938 195.39,72.3308157 L192.07,75.521148 C191.797919,75.7850728 191.633967,76.1404145 191.61,76.5181269 L191.3,80.9845921 C191.247244,81.7673895 191.794936,82.4639098 192.57,82.5996979 L192.69,82.5996979 C193.301721,82.7028313 193.91699,82.4371505 194.26,81.9217523 L199.91,73.2081571 C200.065909,72.9631828 200.152305,72.6806595 200.16,72.3906344 L200.29,61.2344411 C200.29,60.909337 200.188825,60.5922433 200,60.3271903 Z" id="Path" fill="#023852"></path>
39
- <path d="M181.3,90.51571 L182.8,91.7220544 C183.164675,92.0045705 183.259258,92.514629 183.02,92.9084592 L182.29,94.1148036 C182.179175,94.304318 182.140148,94.5271567 182.18,94.7429003 L184.25,106.577039 C184.28439,106.835064 184.2162,107.096265 184.06,107.304834 L177.06,115.998489 C176.811366,116.299436 176.399071,116.410784 176.032073,116.2761 C175.665074,116.141417 175.423587,115.790141 175.43,115.400302 L175.52,111.332628 C175.511154,111.256448 175.511154,111.179504 175.52,111.103323 L177.52,104.124471 C177.52475,104.051436 177.52475,103.978171 177.52,103.905136 L177.79,94.6432024 C177.797434,94.297086 177.61287,93.9750758 177.31,93.8057402 L177.31,93.8057402 C177.026566,93.6441834 176.851664,93.3436273 176.851664,93.0181269 C176.851664,92.6926265 177.026566,92.3920704 177.31,92.2305136 L180.24,90.4558912 C180.570395,90.250055 180.995013,90.2740174 181.3,90.51571 Z" id="Path" fill="url(#linearGradient-1)"></path>
40
- <path d="M209.19,123.99426 C209.553135,124.272535 210.067129,124.238373 210.39,123.914502 C211.45,122.837764 213.64,120.574622 213.64,120.245619 C213.64,119.916616 212.2,115.629607 211.82,114.512991 C211.756048,114.340093 211.645281,114.188249 211.5,114.07432 L202.5,107.434441 C202.208664,107.216909 201.815335,107.19338 201.5,107.374622 L195.02,110.993656 C194.806374,111.113598 194.651074,111.315237 194.59,111.551964 L192.82,118.062236 C192.794483,118.151507 192.753903,118.235793 192.7,118.31148 L191.85,119.637462 C191.619509,119.991235 191.660774,120.456129 191.95,120.764048 L193.45,122.349245 C193.675109,122.580515 194.004522,122.678662 194.32,122.608459 L203.95,120.474924 C204.212666,120.429492 204.482654,120.490505 204.7,120.644411 L209.19,123.99426 Z" id="Path" fill="#33ADE1"></path>
41
- <path d="M194.58,70.7854985 L194.47,68.8712991 C194.460507,68.7487916 194.362879,68.6514587 194.24,68.641994 L192.45,68.4625378 C192.3719,68.4587237 192.295759,68.4876423 192.24,68.5422961 L189.81,70.994864 C189.724279,71.0782743 189.709944,71.2105815 189.775823,71.3103174 C189.841702,71.4100534 189.969279,71.4491885 190.08,71.4036254 L193.21,70.2471299 C193.275159,70.2271392 193.344841,70.2271392 193.41,70.2471299 L194.58,70.7854985 Z" id="Path" fill="#7FCCEC" style="mix-blend-mode: multiply;"></path>
42
- <path d="M170.8,80.8350453 L179.44,83.018429 C179.771988,83.1062079 180.126057,83.0281763 180.39,82.8090634 L188,76.5679758 C188.092303,76.4943145 188.224665,76.4986466 188.311923,76.5781848 C188.399182,76.657723 188.415339,76.7887698 188.35,76.8870091 L181.87,87.1160121 C181.196081,88.18701 179.822467,88.5819651 178.68,88.0332326 L175.19,86.3682779 C174.685495,86.1091964 174.320072,85.6428686 174.19,85.092145 L173.46,82.2507553 C173.209146,81.768153 172.794492,81.3900856 172.29,81.1839879 L170.8,80.8350453 Z" id="Path" fill="#7FCCEC" style="mix-blend-mode: multiply;"></path>
43
- <path d="M180,90.5356495 C180.444639,90.254281 181.019614,90.2863502 181.43,90.6154079 L186.93,94.9522659 L180.7,91.3930514 L174,95.2413897 L177.38,92.2504532 L180,90.5356495 Z" id="Path" fill="#C0C2C2" style="mix-blend-mode: multiply;"></path>
44
- <path d="M192.54,119.637462 L189.39,124.303323 C189.274111,124.467761 189.29531,124.691792 189.44,124.831722 L194.87,130.325076 C194.958499,130.416331 195.08301,130.463794 195.21,130.454683 L200.13,130.016012 C200.244741,130.00496 200.358996,130.041413 200.445983,130.116826 C200.532971,130.192239 200.585045,130.299982 200.59,130.414804 L201.23,146.755287 C201.230559,146.968655 201.391953,147.147482 201.604722,147.170483 C201.81749,147.193485 202.01358,147.053305 202.06,146.845015 L207.49,125.150755 C207.586582,124.76158 207.849785,124.434361 208.209841,124.255836 C208.569897,124.077312 208.990443,124.065512 209.36,124.223565 L209.36,124.223565 C209.501227,124.281315 209.662578,124.260092 209.783949,124.1678 C209.90532,124.075509 209.968518,123.925984 209.95,123.774924 L209.48,120.155891 C209.466214,120.027097 209.392017,119.912439 209.28,119.846828 L202.78,115.998489 C201.971153,115.520698 200.975782,115.479506 200.13,115.888822 L192.7,119.487915 C192.631126,119.518121 192.574673,119.570885 192.54,119.637462 L192.54,119.637462 Z" id="Path" fill="#7FCCEC" style="mix-blend-mode: multiply;"></path>
45
- <polygon id="Path" fill="#7FCCEC" style="mix-blend-mode: multiply;" points="83.2 244.977644 44.41 249.244713 46.28 219.395166 55.36 217.401208"></polygon>
46
- <path d="M55.93,245.12719 L48.43,266.193353 C48.3814652,266.325458 48.3479228,266.462566 48.33,266.602115 L46.47,280.559819 C46.4539536,280.688102 46.4271941,280.814826 46.39,280.938671 L41.06,297.548338 C40.9721394,297.818305 40.9381666,298.102815 40.96,298.385801 L42.07,313.03142 C42.0838739,313.213932 42.1174001,313.394426 42.17,313.569789 L45.24,322.702115 L34.58,323.908459 C33.4588832,324.03318 32.4221944,323.299826 32.17,322.203625 L29.62,311.057402 C29.543238,310.729481 29.543238,310.388343 29.62,310.060423 L31.22,303.510272 C31.2596377,303.340287 31.2797669,303.166361 31.28,302.991843 L31.28,290.699094 L31.28,269.124471 C31.2808032,268.814478 31.3490385,268.508347 31.48,268.22719 L41.14,244.778248 C41.4777535,244.042949 42.1908814,243.549854 43,243.492145 L53.57,242.265861 C54.3147086,242.184658 55.0502677,242.483389 55.5260833,243.060281 C56.0018989,243.637173 56.1537864,244.414407 55.93,245.12719 L55.93,245.12719 Z" id="Path" fill="#33ADE1"></path>
47
- <path d="M81.23,250.132024 C81.4948282,250.715004 81.4948282,251.383486 81.23,251.966465 L74.06,269.18429 C73.9480548,269.449401 73.8902611,269.734107 73.89,270.021752 L73.76,293.949245 C73.7607495,294.193543 73.720181,294.436219 73.64,294.667069 L71.24,305.165257 C71.13,305.49426 70.24,304.656798 70.24,304.99577 L71.07,311.466163 C71.1190677,311.881451 71.2894595,312.273208 71.56,312.592749 L82.19,325.443807 C82.8595979,326.2955 84.050451,326.536331 85,326.012085 L87.81,324.546526 C88.3590934,324.260265 88.7631991,323.758241 88.9246279,323.161812 C89.0860567,322.565383 88.9901165,321.928833 88.66,321.406042 L86.39,317.816918 C86.2116188,317.543759 86.0987032,317.233327 86.06,316.909668 L84.52,304.477341 C84.4750818,304.226758 84.4750818,303.97022 84.52,303.719637 L98.18,244.130211 C98.3182911,243.515914 98.1912858,242.871952 97.83,242.355589 L97.28,241.577946 C96.7301583,240.800954 95.7423664,240.463306 94.83,240.740483 L81.43,244.728399 C80.8034945,244.917819 80.2927942,245.373278 80.0344376,245.973007 C79.7760809,246.572737 79.7964137,247.255579 80.09,247.838973 L81.23,250.132024 Z" id="Path" fill="#33ADE1"></path>
48
- <path d="M69.88,303.346347 L66.19,307.613416 C66.0711469,307.756795 66.0042135,307.935916 66,308.121875 L66,312.668099 C66.0005144,312.770717 66.0208869,312.872271 66.06,312.967193 L67.21,315.718854 C67.2491131,315.813775 67.2694856,315.91533 67.27,316.017948 L67.27,322.687736 C67.2699829,322.895719 67.3535325,323.095042 67.5019808,323.241168 C67.6504292,323.387295 67.851404,323.468046 68.06,323.46538 L68.06,323.46538 C68.4907821,323.46538 68.84,323.117217 68.84,322.687736 L68.84,317.702842 C68.8371102,317.389948 69.0226076,317.105805 69.3107468,316.981757 C69.5988861,316.857709 69.9335336,316.917922 70.16,317.134564 L76.24,322.747555 C76.3074038,322.809357 76.361794,322.883918 76.4,322.96689 L79.4,328.719458 C79.538974,328.976153 79.8074191,329.136733 80.1,329.138253 L97.29,329.138253 C97.498596,329.140856 97.6995708,329.060105 97.8480192,328.913978 C97.9964675,328.767852 98.0800174,328.568529 98.0800174,328.360546 L98.0800174,326.027615 C98.0822634,325.690078 97.8631132,325.390669 97.54,325.289851 L88.37,322.298915 C88.2869948,322.288488 88.2030052,322.288488 88.12,322.298915 L81.36,322.298915 C81.1085625,322.29737 80.8721023,322.179497 80.72,321.979881 L71.4,309.019156 C71.3078491,308.883938 71.259031,308.72402 71.26,308.560546 L71.26,303.904655 C71.2750539,303.571404 71.0778977,303.264842 70.7678532,303.139407 C70.4578087,303.013972 70.1021308,303.096873 69.88,303.346347 Z" id="Path" fill="#023852"></path>
49
- <path d="M30.9277112,303.144532 L28.0077112,308.129426 C27.9974296,308.165263 27.9974296,308.203256 28.0077112,308.239094 L28.0077112,313.572931 C27.9976855,313.605412 27.9976855,313.640147 28.0077112,313.672628 L29.5677112,316.384411 C29.5677112,316.384411 29.5677112,316.384411 29.5677112,316.454199 L31.4577112,326.822779 C31.4604139,326.869173 31.4821054,326.912425 31.5177112,326.942417 L33.8677112,328.936375 C33.9040946,328.967251 33.9499516,328.984835 33.9977112,328.986224 L45.4577112,328.986224 C46.0801557,328.964301 46.6568262,328.654525 47.0175411,328.148314 C47.378256,327.642102 47.4818351,326.997246 47.2977112,326.404048 L46.1077112,322.924592 C45.8854354,322.273418 45.214943,321.885963 44.5377112,322.017341 L40.2977112,322.814924 L34.6677112,322.814924 C34.5887278,322.816913 34.5153091,322.774536 34.4777112,322.705257 L31.0877112,316.274743 C31.083059,316.241672 31.083059,316.208116 31.0877112,316.175045 L31.2877112,303.284109 C31.2849656,303.200299 31.2323268,303.126206 31.1539368,303.095813 C31.0755468,303.065421 30.9865294,303.084591 30.9277112,303.144532 Z" id="Path" fill="#023852"></path>
50
- <path d="M53.63,251.647432 L48.43,266.193353 L39.32,258.566465 C38.8618715,258.179332 38.2805521,257.967296 37.68,257.968278 L35.74,257.968278 L38.5,251.458006 L53.63,251.647432 Z" id="Path" fill="#7FCCEC" style="mix-blend-mode: multiply;"></path>
51
- <path d="M79.57,246.752266 L81.18,250.032326 C81.5192885,250.71988 81.5411956,251.520711 81.24,252.22568 L77.18,261.696979 C76.9104569,262.246203 77.0625865,262.908532 77.5449992,263.286082 C78.0274119,263.663631 78.7088711,263.653693 79.18,263.262236 L87.36,257.280363 C87.8879249,256.899083 88.616719,256.962819 89.07,257.429909 L90.63,259.035045 C90.9003563,259.310892 91.2791773,259.453504 91.6649346,259.42466 C92.050692,259.395815 92.4039385,259.198464 92.63,258.885498 L95.35,255.106949 C95.5772698,254.793594 95.7747885,254.459828 95.94,254.10997 L98.21,244.070393 C98.41,243.203021 97.33,243.27281 96.44,243.362538 L80.65,244.838066 C80.2053681,244.864535 79.8046917,245.114437 79.5863177,245.501485 C79.3679436,245.888532 79.361797,246.359687 79.57,246.752266 L79.57,246.752266 Z" id="Path" fill="#7FCCEC" style="mix-blend-mode: multiply;"></path>
52
- <path d="M43.18,97.4048338 C43.03,98.5613293 41.09,109.83716 41.09,109.83716 L35.78,108.670695 L38.15,97.2652568 L43.18,97.4048338 Z" id="Path" fill="#023852"></path>
53
- <path d="M13.53,98.1924471 L13.83,99.4984894 C14.2686913,101.436314 13.7604678,103.466765 12.46,104.971903 L6.85,111.472205 C6.2594472,112.162543 5.93035937,113.03746 5.92,113.944713 L5.84,121.182779 C5.82428043,122.473021 6.458192,123.685248 7.52821424,124.411146 C8.59823649,125.137044 9.96194433,125.279993 11.16,124.791843 L29,117.643505 C30.7992266,116.915463 31.7787527,114.970858 31.29,113.097281 L26.29,94.1546828 C26.0230518,93.049176 25.2805694,92.1173591 24.2608279,91.6080679 C23.2410864,91.0987766 22.0479361,91.063877 21,91.5126888 L15.76,93.8057402 C14.0600209,94.5480739 13.1253599,96.3866766 13.53,98.1924471 L13.53,98.1924471 Z" id="Path" fill="#023852"></path>
54
- <path d="M70.76,182.776133 L71.52,193.902417 L87.17,217.34139 L98.72,241.38852 C99.10872,242.190921 99.0820535,243.131612 98.6484978,243.910844 C98.2149421,244.690077 97.4285859,245.210636 96.54,245.306647 L66.54,248.626586 C65.2336265,248.950096 63.8812273,248.301063 63.32,247.081269 L54.69,224.519637 L57,250.052266 C57.0527155,250.584774 56.8885406,251.11606 56.5443882,251.52667 C56.2002358,251.93728 55.7049895,252.192754 55.17,252.23565 L37.17,253.790937 C36.4648174,253.836921 35.8316916,253.362452 35.68,252.67432 L32.2,236.19426 L30.86,226.613293 L23,203.842296 L22.86,188.359215 L53.33,183.523867 L56.33,159.735952 L65.93,166.714804 L70.76,182.776133 Z" id="Path" fill="#023852"></path>
55
- <path d="M69.32,190.213595 L48.06,193.413897 C47.3928299,193.514171 46.7121157,193.476845 46.06,193.30423 L24.72,187.721148 L41.59,187.790937 L57.69,157.064048 L64.81,166.036858 L70.59,182.088218 L71,188.070091 C71.0916979,189.113632 70.3578183,190.049986 69.32,190.213595 Z" id="Path" fill="#7FCCEC" style="mix-blend-mode: multiply;"></path>
56
- <path d="M89.69,79.8280967 L89.69,73.8462236 C89.6928752,73.4573764 89.5816447,73.0761767 89.37,72.7495468 L85,65.9900302 C84.7906653,65.6586712 84.6797193,65.2749898 84.6799995,64.8833837 L84.6799995,59.8984894 C84.682034,59.3509271 84.8971352,58.8255213 85.28,58.4329305 L86.69,57.0371601 C87.2110851,56.5122479 87.9747334,56.3066858 88.69,56.4987915 L95.43,58.2634441 C97.6533805,58.8447922 99.1050684,60.9731778 98.83,63.2483384 L97.83,71.9021148 C97.8250199,71.9651592 97.8250199,72.0284964 97.83,72.0915408 L97.58,82.9785498 C97.5582932,83.7701334 97.0863039,84.4802873 96.3635835,84.8087674 C95.640863,85.1372476 94.7935974,85.0267016 94.1799995,84.5238671 L90.43,81.4232628 C89.9560669,81.0289356 89.6844824,80.4434999 89.69,79.8280967 Z" id="Path" fill="#33ADE1"></path>
57
- <path d="M88.4,79.1900302 L83.56,100.595166 C83.4201532,101.191629 82.9816605,101.674021 82.4,101.871299 L61,109.119335 C60.5197902,109.28924 59.9887346,109.238121 59.55,108.979758 L52.61,104.991843 C52.2064634,104.762603 51.728398,104.701682 51.28,104.822356 L41.96,107.274924 C41.7096208,107.329472 41.4503792,107.329472 41.2,107.274924 L37.88,106.676737 L37.61,106.676737 L23.37,106.317825 C23.1484265,106.314403 22.9281061,106.351575 22.72,106.427492 L19.98,107.424471 C19.2833942,107.673178 18.8189617,108.331797 18.82,109.069486 L18.82,110.126284 C18.8229175,110.592765 18.6394002,111.041203 18.31,111.372508 L16.08,113.655589 C15.9681369,113.765724 15.8439954,113.86273 15.71,113.944713 L7.28,118.640483 C6.57075027,119.031106 6.22321965,119.85606 6.44,120.634441 L10.35,137.503323 C10.5079014,138.192217 10.2408015,138.908858 9.67,139.327795 L6.67,141.511178 C6.08831937,141.930752 5.82269704,142.661971 6,143.355589 L11.56,163.963142 C11.6621019,164.330261 11.8793642,164.65517 12.18,164.890332 L17.83,169.306949 C18.204969,169.596132 18.6796885,169.72521 19.15,169.665861 L21.25,169.386707 C21.9061048,169.298193 22.4578036,168.852013 22.68,168.230211 L23.68,165.498489 C23.9697461,164.727926 24.7552549,164.259328 25.5733121,164.369027 C26.3913692,164.478725 27.0247708,165.137595 27.1,165.9571 L27.1,165.9571 C27.0963316,166.140791 27.0625523,166.322648 27,166.495468 L22,187.112991 C21.8746289,187.637915 21.9970437,188.191176 22.3322905,188.614798 C22.6675373,189.03842 23.1787652,189.286407 23.72,189.286407 L50,189.286407 C53.4923021,189.289127 56.5294533,186.900574 57.34,183.513897 L58.44,178.927795 C58.460202,178.77225 58.460202,178.614759 58.44,178.459215 L57.83,162.677039 C57.8248935,162.345505 58.0610645,162.058933 58.3882777,161.99962 C58.715491,161.940306 59.0377261,162.125657 59.15,162.437764 L66.74,184.271601 C66.9185353,184.790061 67.3298392,185.195549 67.8518396,185.367719 C68.37384,185.539889 68.9465526,185.458957 69.4,185.148943 L80.8,177.372508 C81.5418094,176.864161 81.7827887,175.881705 81.36,175.089426 L64.23,142.807251 C64.1093724,142.585678 64.0377651,142.340909 64.02,142.089426 L63.16,127.932326 C63.1209309,127.247326 63.4836514,126.601845 64.09,126.277341 L94.83,109.83716 C95.3292658,109.566452 95.6677811,109.073194 95.74,108.511178 L99.23,81.5927492 C99.3804202,80.6798406 98.7940659,79.807329 97.89,79.5987915 L90.53,77.8640483 C90.0710666,77.7567175 89.5881482,77.8363341 89.1883037,78.0852479 C88.7884593,78.3341618 88.5047242,78.7318074 88.4,79.1900302 Z" id="Path" fill="#023852"></path>
58
- <path d="M44.07,77.6048338 L44.76,81.1839879 L45.45,84.7432024 C45.45,84.7432024 45.45,84.7432024 45.45,84.7432024 L46.61,88.3422961 L47.77,91.9413897 C47.8400562,92.11405 47.8400562,92.307098 47.77,92.4797583 C47.6954276,92.6490554 47.5598101,92.7842632 47.39,92.8586103 L46.48,93.2673716 L45.57,93.6661631 C45.4522249,93.7161879 45.3490328,93.7950627 45.27,93.8954683 C45.1983754,93.9939973 45.1473635,94.1058844 45.12,94.2244713 L44.48,98.0129909 L43.83,101.801511 C43.8061483,101.971959 43.7208282,102.127907 43.59,102.240181 C43.4623377,102.353007 43.3003124,102.419728 43.13,102.429607 L41,102.688822 L38.84,102.808459 C38.4899174,102.82099 38.1951653,103.073463 38.13,103.416616 L37.49,106.866163 L36.84,110.31571 C36.802983,110.533463 36.6661423,110.721511 36.47,110.824169 C36.2800361,110.938541 36.0482036,110.960554 35.84,110.883988 L29.52,108.640785 L23.21,106.407553 C23.0783294,106.357491 22.9614076,106.275207 22.87,106.168278 C22.7826699,106.059105 22.7272988,105.927996 22.71,105.789426 L22.25,102.080665 L21.78,98.3818731 C21.7893671,98.3224189 21.7893671,98.2618712 21.78,98.2024169 C21.7599247,98.1442551 21.7294308,98.0902075 21.69,98.0429003 L19.19,94.523565 L16.69,91.0042296 C16.6467082,90.9360505 16.6130576,90.862243 16.59,90.7848943 C16.5705153,90.7063188 16.5705153,90.6241948 16.59,90.5456193 L16.76,84.7132931 L16.94,78.870997 C16.9464949,78.7606119 16.9736274,78.6524095 17.02,78.5519637 C17.0725343,78.4556879 17.1439497,78.3709265 17.23,78.302719 L21.76,74.6936556 L26.28,71.0945619 C26.3830694,71.0095025 26.5076046,70.9543207 26.64,70.9350453 C26.7643139,70.9006233 26.8956861,70.9006233 27.02,70.9350453 L35.37,73.9957704 L43.71,77.0465257 C43.8337772,77.0958905 43.9436156,77.1745984 44.03,77.2758308 C44.0708427,77.3804073 44.0845995,77.4935574 44.07,77.6048338 Z" id="Path" fill="#33ADE1"></path>
59
- <path d="M43.15,102.120544 L40.2,100.186405 L37.26,98.2522659 C37.1852302,98.211479 37.0947698,98.211479 37.02,98.2522659 L34,100.036858 L30.93,101.82145 C30.8589123,101.86227 30.8165099,101.939132 30.82,102.020846 C30.8207243,102.104102 30.866657,102.180425 30.94,102.220242 L34.18,103.885196 L37.41,105.560121 C37.4754826,105.595579 37.5545174,105.595579 37.62,105.560121 C37.6805202,105.525911 37.7240051,105.468107 37.74,105.400604 L37.93,104.403625 L38.12,103.406647 C38.1506902,103.244206 38.2352081,103.096746 38.36,102.987915 C38.4846917,102.878048 38.643706,102.814635 38.81,102.808459 L40.9,102.688822 L43.03,102.579154 C43.1291582,102.575138 43.2145507,102.508166 43.241814,102.413033 C43.2690774,102.3179 43.2320627,102.21606 43.15,102.160423 L43.15,102.120544 Z" id="Path" fill="#7FCCEC" style="mix-blend-mode: multiply;"></path>
60
- <path d="M47,91.4329305 L46,88.2226586 L44.95,85.0223565 L44.95,89.0700906 L44.95,93.1277946 L45.75,92.778852 L46.54,92.4299094 C46.724746,92.3484387 46.8738551,92.2033195 46.96,92.021148 C47.0481991,91.8373654 47.0625112,91.6268999 47,91.4329305 L47,91.4329305 Z" id="Path" fill="#7FCCEC" style="mix-blend-mode: multiply;"></path>
61
- <path d="M37.29,77.1960725 L31.29,77.1960725 C31.1861004,77.1959371 31.0860241,77.235134 31.01,77.3057402 C30.9366123,77.3749057 30.8875218,77.4657984 30.87,77.5649547 L30,84.4839879 L29.14,91.3332326 C29.118011,91.4834679 29.0196649,91.6116857 28.88,91.6722054 C28.7391919,91.7273045 28.5797013,91.704589 28.46,91.6123867 L26.69,90.2365559 L24.92,88.8607251 C24.8328794,88.7911296 24.7200206,88.7620928 24.61,88.7809668 C24.4987295,88.793775 24.3975594,88.8514118 24.33,88.9404834 L23.27,90.3163142 L22.2,91.7220544 C22.1595241,91.7709832 22.1320166,91.8292598 22.12,91.8915408 C22.1100761,91.9542952 22.1100761,92.0182124 22.12,92.0809668 L22.64,94.0749245 L23.15,96.0688822 C23.1555206,96.0918195 23.1555206,96.1157334 23.15,96.1386707 L23.15,96.2084592 L22.92,99.1993958 L21.84,103.306949 C21.8284724,103.446943 21.7503979,103.572967 21.63,103.645921 C21.50332,103.70531 21.35668,103.70531 21.23,103.645921 L17.92,100.385801 L13.75,98.2722054 C13.6966802,98.2407881 13.6492966,98.2002963 13.61,98.152568 C13.567895,98.1046855 13.5401696,98.0459471 13.53,97.9830816 L12.74,94.3141994 L12,90.6054381 C11.9943223,90.5791533 11.9943223,90.5519646 12,90.5256798 C11.9957418,90.499266 11.9957418,90.4723352 12,90.4459215 L13.14,83.7462236 L14.31,77.0066465 C14.3193519,76.9500761 14.3397363,76.8958821 14.37,76.8471299 C14.4048321,76.8024114 14.445146,76.7622194 14.49,76.7274924 L20.22,72.8891239 L26,69.0009063 C26.0380577,68.9711264 26.0825784,68.9506405 26.13,68.9410876 C26.1760946,68.9307854 26.2239054,68.9307854 26.27,68.9410876 L33.15,69.6190332 L40.03,70.2870091 C40.0982887,70.2936408 40.1637184,70.3176736 40.22,70.3567976 C40.2789149,70.3936628 40.3271692,70.4452076 40.36,70.5063444 L42,73.5371601 L43.67,76.5280967 C43.7393492,76.6555795 43.7393492,76.8093752 43.67,76.936858 C43.6063561,77.0909527 43.457119,77.1927538 43.29,77.1960725 L37.29,77.1960725 Z" id="Path" fill="#023852"></path>
62
- <path d="M27.13,95.6003021 C27.5884646,95.5339331 28.0548203,95.6483815 28.43,95.9193353 C28.8073142,96.194144 29.0587225,96.6079808 29.1282217,97.0686607 C29.1977209,97.5293405 29.0795383,97.9985983 28.8,98.3719033 C28.5277012,98.7506511 28.1125216,99.0026056 27.65,99.0697885 C27.1813819,99.126976 26.7093665,98.9940615 26.34,98.7009063 C25.9638718,98.4275534 25.7149232,98.0138925 25.65,97.5543807 C25.603002,97.1034788 25.7279518,96.6514589 26,96.2882175 C26.2732209,95.9218052 26.6782543,95.6752311 27.13,95.6003021 L27.13,95.6003021 Z" id="Path" fill="url(#linearGradient-2)"></path>
63
- <path d="M19.8699733,108.850151 L19.8699733,108.241994 C19.8637418,106.862863 20.9575307,105.72823 22.34,105.679758 L22.34,105.679758 C22.3828125,105.670285 22.4271875,105.670285 22.47,105.679758 L33.79,108.949849 C33.8806765,108.967806 33.9601093,109.021801 34.01,109.099396 L35.01,110.535045 L35.75,108.630816 C35.7466973,108.600997 35.7466973,108.570906 35.75,108.541088 L37.33,106.377644 C37.4078781,106.287943 37.5210039,106.2364 37.64,106.2364 C37.7589961,106.2364 37.8721219,106.287943 37.95,106.377644 L47.84,116.646526 C47.8759063,116.683334 47.9032225,116.727589 47.92,116.776133 L54.53,133.296073 C54.5443952,133.351657 54.5443952,133.409975 54.53,133.465559 L53.71,148.250755 C53.699349,148.420904 53.5813901,148.565486 53.4164708,148.610533 C53.2515515,148.65558 53.0761494,148.591128 52.98,148.450151 L40.89,130.60423 C40.89,130.60423 40.89,130.60423 40.89,130.554381 L20,109.129305 C19.9199995,109.058041 19.8729773,108.957068 19.8699733,108.850151 Z" id="Path" fill="#FFFFFF"></path>
64
- <path d="M15.84,124.622356 L22.6,147.353474 C22.6459468,147.525504 22.5655571,147.706221 22.4068189,147.787748 C22.2480808,147.869275 22.0538203,147.829832 21.94,147.692447 L15.42,139.467372 L15.84,124.622356 Z" id="Path" fill="#7FCCEC" style="mix-blend-mode: multiply;"></path>
65
- <path d="M9,142.109366 C8.82,140.48429 8.46,136.616012 8.28,134.622054 C8.20343988,133.808827 7.9099514,133.03085 7.43,132.368882 C6,130.374924 2.95,126.187613 2.91,126.067976 C2.87,125.948338 2.91,124.133837 2.91,122.658308 C2.92926517,121.459792 3.42149064,120.317123 4.28,119.477946 L4.28,119.477946 C5.12460742,118.652043 6.25700803,118.184016 7.44,118.171903 L9,118.171903 C10.4206285,118.152204 11.7682325,118.798134 12.64,119.916616 L15.02,122.907553 C15.6292523,123.683673 15.9727442,124.634158 16,125.619335 L16.4,137.274018 C16.4481504,139.381412 15.0430956,141.247785 13,141.790332 L9.77,142.667674 C9.59274452,142.702215 9.40906561,142.661671 9.26300006,142.555763 C9.11693451,142.449854 9.0216533,142.288131 9,142.109366 L9,142.109366 Z" id="Path" fill="#33ADE1"></path>
66
- </g>
67
- </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 / well-being</title>
4
+ <defs>
5
+ <linearGradient x1="50.0646067%" y1="0.037576225%" x2="50.0646067%" y2="99.8653554%" id="linearGradient-1">
6
+ <stop stop-color="#FFE700" offset="0%"></stop>
7
+ <stop stop-color="#FFE403" offset="34%"></stop>
8
+ <stop stop-color="#FDDA0B" offset="62%"></stop>
9
+ <stop stop-color="#FAC919" offset="87%"></stop>
10
+ <stop stop-color="#FAC61B" offset="90%"></stop>
11
+ </linearGradient>
12
+ <linearGradient x1="-0.0881907934%" y1="57.8383816%" x2="99.163711%" y2="43.041958%" id="linearGradient-2">
13
+ <stop stop-color="#FFE700" offset="0%"></stop>
14
+ <stop stop-color="#FFE403" offset="34%"></stop>
15
+ <stop stop-color="#FDDA0B" offset="62%"></stop>
16
+ <stop stop-color="#FAC919" offset="87%"></stop>
17
+ <stop stop-color="#FAC61B" offset="90%"></stop>
18
+ </linearGradient>
19
+ </defs>
20
+ <g id="Graphic-elements-/-Icons-/-Rich-icons-/-well-being" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
21
+ <g id="Asset-37" transform="translate(93.000000, 0.000000)">
22
+ <g id="Group" opacity="0.2" style="mix-blend-mode: multiply;" fill="#023852">
23
+ <path d="M251.26,294.323518 C251.2341,293.960622 251.098119,293.614058 250.87,293.329552 L245.49,286.371784 C245.31064,286.141162 245.187424,285.872402 245.13,285.58655 L244,279.89112 C243.848778,279.116645 243.224506,278.520004 242.44,278.40017 L238.99,277.883307 L239.71,277.604996 L239.88,277.555298 L243.95,276.869461 C244.201049,276.824764 244.422165,276.678486 244.560561,276.465549 C244.698957,276.252613 244.742212,275.992126 244.68,275.746278 L204.8,168.298464 L209.37,169.043939 C209.706742,169.110125 210.0523,168.982334 210.263628,168.713467 C210.474956,168.4446 210.516089,168.080411 210.37,167.771661 L198.69,142.326111 C198.599964,142.140544 198.578716,141.929344 198.63,141.72973 L204.81,117.16881 C204.99535,116.583854 205.553654,116.196215 206.17,116.224542 L206.25,116.224542 C206.262281,116.44001 206.350836,116.644219 206.5,116.801042 L211.5,122.069067 C211.533193,122.094709 211.570339,122.114848 211.61,122.128705 L216.87,127.97323 C217.090669,128.218038 217.427581,128.32459 217.75,128.25154 L227.26,126.114512 C227.576866,126.047037 227.832772,125.815453 227.93,125.508192 L231.22,115.508885 C231.301786,115.264834 231.276376,114.997829 231.15,114.77335 L218.3,92.5581913 L218.2,92.2699409 L216.76,84.7555517 C216.314378,82.5030618 214.462405,80.7905963 212.17,80.5113133 L195.98,78.5233797 L190.12,76.9628517 L190.12,74.8457024 C190.688647,74.9014525 191.242034,74.6417073 191.56,74.1698049 L197.21,65.4825348 C197.365909,65.2383006 197.452305,64.9566309 197.46,64.667482 L197.59,53.5449932 C197.604125,53.1881752 197.494704,52.8373354 197.28,52.5510264 L195.51,50.254963 C195.340809,50.0322783 195.236971,49.7673691 195.21,49.4896085 L194.92,46.8257774 C194.856853,46.2237676 194.440553,45.7162909 193.86,45.5336205 L175.59,39.7586733 C174.84673,39.5271066 174.036206,39.680028 173.43,40.1661997 L170.87,42.2435903 C170.161108,42.815203 170.045311,43.8466615 170.61,44.559533 C170.883439,44.8838281 171.224688,45.1450046 171.61,45.3248875 C171.477629,45.5896511 171.380158,45.8702758 171.32,46.1598196 L167.55,62.6199104 L166.76,70.2635153 C166.739942,70.4584871 166.739942,70.6549839 166.76,70.8499557 C164.76,69.8559889 160.43,67.8680552 157.25,66.4864413 C154.931952,65.440562 152.202239,65.9624928 150.44,67.7885379 L148.26,70.0349029 C147.897417,70.3924549 147.312583,70.3924549 146.95,70.0349029 L132.57,57.5904382 L117.61,30.8129718 C117.3728,30.3922252 116.847621,30.2269219 116.41,30.4352644 L116.22,30.5247214 L113.39,25.3560939 C113.248328,25.0920995 112.929426,24.9764455 112.65,25.0877228 L112.12,22.5531074 C112.05513,22.2886093 112.05513,22.0124924 112.12,21.7479943 L114.22,13.4086126 L111.87,6.45084473 L110.26,6.88819014 L109.51,0 L104.12,0.437345406 L101,8.44871807 L102.18,23.4576172 L104.57,25.2467575 C104.918038,25.5023158 105.157089,25.8782349 105.24,26.3003624 L105.59,27.9404076 C105.618792,28.086215 105.669351,28.2269253 105.74,28.3578737 L105.44,28.4970291 C105.209488,28.6067567 105.076265,28.8515304 105.11,29.1033488 L105.85,35.5243745 L104.67,36.0909356 C104.453594,36.1921499 104.286618,36.374818 104.20594,36.5986077 C104.125262,36.8223975 104.137517,37.0689026 104.24,37.2836958 L120.24,72.281268 C120.292571,72.396926 120.371278,72.498969 120.47,72.579458 L142.33,91.7928369 C142.495769,91.9447686 142.605013,92.1479272 142.64,92.3693376 L144.94,111.841148 C144.968593,112.065622 144.911505,112.292596 144.78,112.477287 L120.2,147.107091 C120.043607,147.326507 119.992301,147.60322 120.059727,147.863636 C120.127152,148.124051 120.306474,148.341769 120.55,148.458886 L143.37,159.303064 L140.37,173.894497 C140.365083,173.954035 140.365083,174.013873 140.37,174.073411 L122.66,283.678134 C122.659285,284.169865 123.045999,284.576086 123.54,284.602523 L125.6,284.68204 L124.42,285.328119 C123.946974,285.587903 123.608459,286.036532 123.49,286.560637 L119.49,304.352644 C119.377951,304.84185 119.471876,305.355322 119.75,305.774016 L121.75,308.825494 C122.076649,309.330086 122.627206,309.648074 123.23,309.680306 L132.79,310.178876 C133.285078,310.197357 133.768794,310.026407 134.14,309.700185 L135.51,308.497485 C135.943074,308.108893 136.174889,307.545653 136.14,306.966776 L135.48,297.027108 C135.460104,296.875341 135.460104,296.72165 135.48,296.569883 L137,288.230502 C137.122021,287.581198 136.890105,286.916102 136.39,286.48112 L134.73,285.039868 L136.47,285.109446 C136.714201,285.131478 136.957146,285.055701 137.144901,284.898939 C137.332655,284.742176 137.449682,284.517401 137.47,284.274514 L170.8,190.185613 C171.067564,189.438716 171.724156,188.8967 172.511939,188.77241 C173.299722,188.648119 174.092901,188.961401 174.58,189.589233 L199.99,222.64857 L200.09,222.807605 L227.55,281.292613 C227.754111,281.726051 228.259918,281.929753 228.71,281.759778 L231.2,280.815509 C230.945608,281.038679 230.758646,281.327753 230.66,281.650441 L228.57,288.459114 C228.345054,289.179386 228.57776,289.963459 229.16,290.447048 L231.54,292.434981 C231.849287,292.695411 232.235336,292.848899 232.64,292.872327 C233.616112,292.92889 234.385653,293.719717 234.41,294.691286 L234.48,297.454514 C234.510215,298.122092 234.889528,298.725331 235.48,299.044861 L240.9,302.086399 C241.159168,302.234463 241.451195,302.316421 241.75,302.324951 L249.75,302.65296 C250.290606,302.688509 250.82036,302.490509 251.203461,302.109719 C251.586563,301.728929 251.785764,301.202371 251.75,300.665027 L251.26,294.323518 Z" id="Path"></path>
24
+ <path d="M95,79.7843832 L94.77,79.7247451 L95,72.2600542 C94.995776,72.2004901 94.995776,72.1407043 95,72.0811402 L96,63.4535081 C96.2750684,61.1852211 94.8233805,59.0632657 92.6,58.483674 L85.86,56.7243527 C85.1447406,56.5370811 84.3832329,56.7414477 83.86,57.2610948 L82.45,58.6526483 C82.06256,59.0410613 81.8466593,59.5668266 81.85,60.1137796 L81.85,65.0836137 C81.8480555,65.4742679 81.959133,65.8572436 82.17,66.1869169 L86.47,72.9359517 C86.6892858,73.2728974 86.8008425,73.6679204 86.79,74.0690739 L86.79,78.0946395 C86.1580396,78.2636178 85.6703312,78.763652 85.52,79.3967361 L80.68,100.737204 C80.5419188,101.332783 80.1027533,101.814455 79.52,102.009482 L58.08,109.24556 C57.5977041,109.406504 57.0689364,109.352134 56.63,109.096465 L49.69,105.120598 C49.2858593,104.883856 48.8026688,104.819341 48.35,104.941684 L39.04,107.396782 C38.9070672,107.411309 38.7729328,107.411309 38.64,107.396782 C38.87,106.044987 39.17,104.315485 39.45,102.675439 L40.15,102.675439 L40.24,102.675439 C40.4097994,102.663394 40.5711423,102.597155 40.7,102.486586 C40.8308282,102.37465 40.9161483,102.219174 40.94,102.04924 L41.59,98.2821059 L42.23,94.5050319 C42.2583175,94.3840563 42.3091959,94.2694278 42.38,94.1670832 C42.4590328,94.066981 42.5622249,93.9883444 42.68,93.9384708 L43.59,93.5408841 L44.5,93.1432974 C44.8509067,92.981313 45.0263918,92.585663 44.91,92.2189082 L43.78,88.5809896 L42.62,85.002709 L41.93,81.4343681 L41.24,77.8759668 C41.2180157,77.7481457 41.1628668,77.6282355 41.08,77.5280784 C40.9930208,77.4301708 40.8831164,77.3550674 40.76,77.3094057 C40.76,77.3094057 40.76,77.3094057 40.82,77.2497677 C40.8893492,77.12267 40.8893492,76.969339 40.82,76.8422413 L39.15,73.8603408 L37.47,70.6895867 C37.4371692,70.6286345 37.3889149,70.5772455 37.33,70.5404916 C37.2729301,70.5045957 37.2074601,70.4840457 37.14,70.4808536 L30.26,69.8049562 L23.38,69.0992397 L23.24,69.0992397 C23.1925784,69.1087637 23.1480577,69.1291878 23.11,69.1588777 L17.37,73.075107 L11.64,76.911819 C11.5904999,76.9408566 11.5492138,76.9818935 11.52,77.031095 C11.4897496,77.076086 11.4693112,77.1268739 11.46,77.1801901 L10.29,83.8994058 L9.12,90.5888026 C9.11514406,90.6117441 9.11514406,90.6354389 9.12,90.6583803 C9.11432234,90.6845857 9.11432234,90.7116922 9.12,90.7378976 L9.9,94.4056352 L10.59,97.5962688 C10.5959381,97.8339256 10.6260922,98.0703724 10.68,98.3019852 L11,99.6040818 C11.4464001,101.53763 10.9415551,103.566965 9.64,105.070899 L4,111.541623 C3.4094472,112.229876 3.08035937,113.102149 3.07,114.006661 L3.07,118.509331 C2.46900413,118.730544 1.91830853,119.068428 1.45,119.503298 L1.45,119.503298 C0.55717012,120.331542 0.0350050878,121.480534 0,122.693931 C0,124.174942 0,126.003841 0,126.093298 C0,126.182755 3.09,130.407114 4.52,132.375168 C4.99823664,133.03605 5.29154416,133.811198 5.37,134.621533 C5.49,135.973328 5.69,138.169995 5.87,139.959135 L3.8,141.460025 C3.21230775,141.887253 2.94995022,142.630065 3.14,143.328683 L8.7,163.873977 C8.7980727,164.241806 9.01612501,164.566911 9.32,164.798366 L15,169.201639 C15.374969,169.489949 15.8496885,169.618637 16.32,169.559467 L18.42,169.281157 C19.0746034,169.196822 19.6266983,168.755508 19.85,168.138095 L20.85,165.414626 C21.1627198,164.537253 22.111879,164.056919 23.0096435,164.321711 C23.907408,164.586503 24.4393574,165.503683 24.22,166.408593 L19.22,186.963827 C19.0428702,187.727946 19.3928851,188.516797 20.08,188.902062 L20.21,203.622711 L28.12,226.344792 L29.46,235.896814 L32.94,252.327085 C33.083533,253.019578 33.7204102,253.499665 34.43,253.450268 L34.69,253.450268 L33.61,256.064401 L32.96,257.58517 L32.96,257.58517 L28.72,267.842908 C28.5888327,268.126662 28.5206226,268.435145 28.52,268.747417 L28.52,290.207161 L28.52,302.452833 C28.52,302.512471 28.52,302.562169 28.52,302.611867 C28.4802157,302.568607 28.4239662,302.543966 28.365,302.543966 C28.3060338,302.543966 28.2497843,302.568607 28.21,302.611867 L25.29,307.581702 C25.2811028,307.617611 25.2811028,307.655129 25.29,307.691038 L25.29,313.00876 C25.2797185,313.044489 25.2797185,313.082368 25.29,313.118097 L26.85,315.811747 C26.85,315.811747 26.85,315.811747 26.85,315.881325 L28.74,326.21858 C28.7427027,326.264833 28.7643943,326.307954 28.8,326.337856 L31.15,328.325789 C31.1863834,328.356573 31.2322404,328.374104 31.28,328.375488 L42.73,328.375488 C43.3542262,328.356645 43.9337658,328.049055 44.2967572,327.543933 C44.6597486,327.038811 44.7645194,326.394146 44.58,325.801114 L43.39,322.332169 C43.2171393,321.839812 42.780105,321.486143 42.26,321.41772 L39.4,312.949122 C39.3474001,312.77429 39.3138739,312.594341 39.3,312.41238 L38.19,297.820947 C38.1676427,297.538806 38.2016277,297.255054 38.29,296.986015 L43.62,280.426528 C43.6562278,280.299445 43.6829671,280.169877 43.7,280.038881 L45.56,266.123345 C45.5793546,265.985394 45.6094448,265.849144 45.65,265.715819 L50.58,252.018956 L52.39,251.859921 C52.9360001,251.82769 53.4448968,251.574598 53.7982027,251.159574 C54.1515086,250.74455 54.3183931,250.203809 54.26,249.663254 L54.06,247.516286 L60.62,246.80063 C61.2018962,247.970908 62.5261351,248.579363 63.8,248.261761 L77.01,246.810569 L77.26,247.307553 C77.2753982,247.362169 77.2954715,247.415375 77.32,247.466588 L78.43,249.703013 C78.5792358,250.014431 78.6642393,250.352394 78.68,250.69698 C78.68,250.806316 78.68,250.915652 78.68,251.015049 C78.6757057,251.041383 78.6757057,251.068233 78.68,251.094567 C78.653215,251.252303 78.6061636,251.405967 78.54,251.551791 L75.34,258.946904 L74.34,261.312546 C74.3030366,261.384795 74.2761236,261.461703 74.26,261.541158 L71.26,268.757357 C71.1490646,269.021976 71.0913122,269.305619 71.09,269.592289 L70.96,293.447493 C70.9607495,293.691053 70.920181,293.932996 70.84,294.163149 L68.79,303.108851 C68.739916,302.815358 68.5251905,302.576287 68.237465,302.493667 C67.9497395,302.411048 67.6398297,302.499473 67.44,302.721204 L63.75,306.985321 C63.6274887,307.126141 63.5600471,307.306076 63.56,307.492245 L63.56,312.014794 C63.5597324,312.117179 63.580135,312.218577 63.62,312.312984 L64.77,315.056332 C64.8091131,315.150967 64.8294856,315.252214 64.83,315.354522 L64.83,322.00416 C64.8751532,322.401174 65.2130327,322.701188 65.615,322.701188 C66.0169673,322.701188 66.3548468,322.401174 66.4,322.00416 L66.4,317.034326 C66.3971102,316.722377 66.5826076,316.439092 66.8707468,316.315419 C67.1588861,316.191746 67.4935336,316.251778 67.72,316.467765 L73.8,322.073738 C73.8671373,322.131704 73.9215937,322.202747 73.96,322.282471 L76.96,328.01766 C77.098974,328.273578 77.3674191,328.435189 77.66,328.435189 L94.8,328.435189 C95.008596,328.435189 95.2095708,328.357277 95.3580192,328.211592 C95.5064675,328.065907 95.5900171,327.867186 95.59,327.659832 L95.59,325.333949 C95.5890653,324.998465 95.3711478,324.701639 95.05,324.598414 L86.05,321.676151 C86.0082541,321.378926 85.9025177,321.094143 85.74,320.841219 L83.47,317.272878 C83.2914694,316.996971 83.1786069,316.684223 83.14,316.358429 L81.6,303.973602 C81.5549421,303.720449 81.5549421,303.4614 81.6,303.208247 L93,253.97707 L93.06,253.837915 L95.2,244.38529 C96.1270802,243.575555 96.4006508,242.252481 95.87,241.144959 L84.32,217.110841 L68.67,193.722801 L68,184.041564 L78,177.252771 C78.7403511,176.749537 78.9815548,175.773418 78.56,174.986526 L61.37,142.791941 C61.2586915,142.567996 61.1908408,142.325207 61.17,142.076284 L60.31,127.961955 C60.269459,127.2761 60.6320477,126.628928 61.24,126.302031 L92,109.911518 C92.5015571,109.644157 92.8409834,109.151066 92.91,108.589542 L96.4,81.7524375 C96.5403408,80.8292736 95.922422,79.9606323 95,79.7843832 Z" id="Path"></path>
25
+ </g>
26
+ <polygon id="Path" fill="#023852" points="83.37 244.977644 44.58 249.244713 46.45 219.395166 55.52 217.401208"></polygon>
27
+ <path d="M115.56,33.6380665 L114.82,30.1984894 C114.75513,29.9331898 114.75513,29.6562362 114.82,29.3909366 L116.92,21.026284 L114.57,14.047432 L112.96,14.4861027 L112.23,7.61691843 L106.81,7.97583082 L103.73,16.0114804 L104.91,31.065861 L107.3,32.9003021 C107.648038,33.1566348 107.887089,33.5336931 107.97,33.9570997 L108.32,35.6021148 C108.430218,36.0870677 108.740541,36.5031542 109.174631,36.7480155 C109.608721,36.9928768 110.126284,37.0437854 110.6,36.8882175 L114.38,35.6519637 C115.22867,35.3761254 115.735826,34.5105649 115.56,33.6380665 L115.56,33.6380665 Z" id="Path" fill="#33ADE1"></path>
28
+ <path d="M119.52,39.2610272 L116.12,33.0299094 C115.962927,32.7592726 115.625608,32.6514841 115.34,32.7806647 L108.17,36.160423 C107.939488,36.2704831 107.806265,36.5159986 107.84,36.7685801 L108.67,43.9468278 L119.52,39.2610272 Z" id="Path" fill="#FFFFFF"></path>
29
+ <path d="M247.41,284.138973 L202.06,161.600302 C201.967848,161.326417 201.747729,161.114402 201.47,161.032024 L186.65,156.386103 L186.38,156.386103 L157.13,156.236527 C156.890575,156.234646 156.660256,156.327931 156.49,156.49577 L146.55,165.977039 C146.420494,166.109428 146.330473,166.275119 146.29,166.455589 L143.14,182.018429 C143.135083,182.078147 143.135083,182.138167 143.14,182.197885 L125.389999,292.114804 C125.389999,292.608025 125.775999,293.015477 126.27,293.041994 L139.17,293.560423 C139.414201,293.582521 139.657146,293.506515 139.844901,293.349278 C140.032655,293.192041 140.149682,292.966584 140.17,292.722961 L173.45,198.398792 C173.717564,197.649631 174.374156,197.105972 175.161939,196.981305 C175.949722,196.856638 176.742901,197.17087 177.23,197.800604 L202.73,230.99003 L202.82,231.149547 L230.29,289.801813 C230.486402,290.239028 230.992664,290.44531 231.44,290.270393 L242.44,286.073112 L242.61,286.023263 L246.68,285.335347 C246.947334,285.293495 247.182628,285.136423 247.32327,284.905929 C247.463912,284.675436 247.495636,284.3949 247.41,284.138973 L247.41,284.138973 Z" id="Path" fill="#023852"></path>
30
+ <path d="M157.88,156.356193 L175.88,158.958308 L176.07,158.958308 L181.99,158.579456 C182.476842,158.552785 182.856092,158.148301 182.850072,157.662236 L182.42,126.616314 C182.415153,126.134285 182.033047,125.740198 181.55,125.719033 L169.14,125.200604 C168.747,125.184304 168.387978,125.421589 168.25,125.788822 L157.16,155.1 C157.043506,155.361057 157.058685,155.661822 157.200875,155.909903 C157.343065,156.157984 157.595264,156.323718 157.88,156.356193 L157.88,156.356193 Z" id="Path" fill="#FFFFFF"></path>
31
+ <path d="M175.77,130.793656 L207,176.156193 C207.051768,176.229525 207.092217,176.31018 207.12,176.395468 L209.12,182.088218 C209.249571,182.425717 209.186087,182.806697 208.953355,183.083974 C208.720898,183.361252 208.356142,183.491412 208,183.424169 L176.43,178.050453 C175.973261,177.978071 175.625888,177.602888 175.59,177.143202 L173.86,144.392447 C173.830769,144.023016 173.553087,143.720833 173.186507,143.659528 C172.819927,143.598223 172.458542,143.793532 172.31,144.133233 L153,190.991239 C152.84915,191.371766 152.480409,191.621768 152.07,191.621768 C151.659591,191.621768 151.29085,191.371766 151.14,190.991239 L147.52,182.686405 C147.413427,182.431375 147.205485,182.23187 146.945782,182.135484 C146.686078,182.039098 146.397901,182.054475 146.15,182.177946 L144.55,182.945619 C144.255257,183.091472 143.907408,183.083428 143.619764,182.924109 C143.332121,182.76479 143.141501,182.474588 143.11,182.148036 L143.11,182.148036 C143.090592,182.035874 143.090592,181.921226 143.11,181.809063 L148.18,158.978248 C148.221004,158.805956 148.307295,158.647661 148.43,158.519637 L174.12,130.674018 C174.325535,130.415013 174.646384,130.274294 174.976775,130.298249 C175.307166,130.322205 175.604216,130.507727 175.77,130.793656 Z" id="Path" fill="#7FCCEC" style="mix-blend-mode: multiply;"></path>
32
+ <path d="M233.88,122.728097 L221,100.41571 L220.9,100.126586 L219.46,92.589426 C219.029793,90.3145108 217.174339,88.5775073 214.87,88.2924471 L198.68,86.2984894 L170.86,79.3196375 C170.70442,79.3079694 170.553737,79.2601696 170.42,79.1800604 C169.3,78.5021148 163.81,76.0096677 159.96,74.294864 C157.641952,73.2458153 154.912239,73.7693278 153.15,75.6009063 L151,77.7643505 C150.827117,77.9391003 150.591194,78.0374771 150.345,78.0374771 C150.098806,78.0374771 149.862883,77.9391003 149.69,77.7643505 L135.3,65.341994 L120.3,38.5132931 C120.0628,38.0912715 119.537621,37.9254673 119.1,38.1344411 L107.4,43.7773414 C107.183594,43.8788623 107.016618,44.062084 106.93594,44.2865519 C106.855262,44.5110198 106.867517,44.7582718 106.97,44.973716 L122.97,80.0773414 C123.022571,80.1933499 123.101278,80.2957021 123.2,80.376435 L145.12,99.6978852 C145.282084,99.8517361 145.387718,100.055346 145.42,100.276133 L147.72,119.806949 C147.748593,120.032103 147.691505,120.259765 147.56,120.445015 L122.93,155.159819 C122.773607,155.379899 122.722301,155.657451 122.789727,155.918656 C122.857152,156.17986 123.036474,156.398239 123.28,156.51571 L153.52,170.932024 C153.970259,171.146967 154.510147,170.960134 154.73,170.513293 L174.08,132.299094 C174.257443,131.938875 174.65118,131.73768 175.048108,131.804402 C175.445036,131.871124 175.750836,132.189908 175.8,132.588218 L181.09,171.470393 C181.141475,171.865737 181.44578,172.181259 181.84,172.248036 L212.1,177.232931 C212.436742,177.299317 212.7823,177.171139 212.993628,176.901457 C213.204956,176.631775 213.246089,176.266483 213.1,175.956798 L201.42,150.434139 C201.329964,150.24801 201.308716,150.03617 201.36,149.835952 L207.63,124.851662 C207.708483,124.521177 207.965533,124.262068 208.296136,124.180192 C208.626739,124.098316 208.975524,124.207385 209.2,124.46284 L219.62,136.067674 C219.843827,136.314923 220.1845,136.421777 220.51,136.346828 L230.02,134.203323 C230.333044,134.13246 230.584531,133.900727 230.68,133.595166 L234,123.465861 C234.072321,123.214402 234.028321,122.943884 233.88,122.728097 L233.88,122.728097 Z" id="Path" fill="#023852"></path>
33
+ <path d="M212,113.775227 L216,116.825982 C216.167729,116.954724 216.284575,117.138288 216.33,117.344411 L217.79,123.425982 C217.841046,123.632835 217.819883,123.850853 217.73,124.044109 L215.1,129.896375 C215.023122,130.058533 214.871557,130.172957 214.694155,130.202765 C214.516753,130.232574 214.335943,130.174 214.21,130.045921 L209.21,124.761934 C208.894008,124.429736 208.868522,123.917324 209.15,123.555589 L211.61,120.445015 C211.77249,120.220568 211.834071,119.938875 211.78,119.667372 L210.58,114.682477 C210.522199,114.322271 210.683992,113.962155 210.992055,113.765331 C211.300117,113.568507 211.695885,113.572392 212,113.775227 L212,113.775227 Z" id="Path" fill="#FFFFFF"></path>
34
+ <path d="M139.09,294.936254 L135.77,292.035045 C135.407481,291.721009 134.94008,291.553822 134.46,291.566465 L131.4,291.676133 C131.106079,291.68741 130.818686,291.765864 130.56,291.905438 L127.15,293.769789 C126.676974,294.03036 126.338459,294.480349 126.22,295.006042 L122.22,312.841994 C122.107472,313.335887 122.201334,313.854169 122.48,314.277644 L124.48,317.338369 C124.808676,317.847256 125.363609,318.166586 125.97,318.19577 L135.52,318.69426 C136.015078,318.714388 136.498794,318.54292 136.87,318.21571 L138.24,317.009366 C138.673074,316.619596 138.904889,316.054649 138.87,315.474018 L138.21,305.50423 C138.190104,305.352003 138.190104,305.197846 138.21,305.045619 L139.73,296.680967 C139.841091,296.027486 139.597746,295.3641 139.09,294.936254 L139.09,294.936254 Z" id="Path" fill="#023852"></path>
35
+ <path d="M233.39,290.120846 L231.3,296.950151 C231.075054,297.672606 231.30776,298.459055 231.89,298.944109 L234.27,300.938066 C234.579287,301.199286 234.965336,301.353239 235.37,301.376737 L235.37,301.376737 C236.346112,301.433472 237.115653,302.226695 237.14,303.201208 L237.21,305.97281 C237.239731,306.640015 237.619679,307.242308 238.21,307.558006 L243.63,310.618731 C243.891111,310.762586 244.181982,310.844466 244.48,310.858006 L252.48,311.187009 C253.020606,311.222665 253.55036,311.024066 253.933461,310.642121 C254.316563,310.260177 254.515764,309.732024 254.48,309.193051 L254.06,302.792447 C254.030513,302.429265 253.894927,302.082659 253.67,301.795468 L248.29,294.816616 C248.11064,294.585296 247.987424,294.315722 247.93,294.029003 L246.8,288.316314 C246.651538,287.537998 246.025895,286.938235 245.24,286.820846 L239.53,285.963444 C239.047548,285.885252 238.553826,286.003819 238.16,286.292447 L234.16,289.123867 C233.797436,289.359605 233.525939,289.711133 233.39,290.120846 Z" id="Path" fill="#023852"></path>
36
+ <path d="M192.820004,81.2936556 L192.820004,90.2664653 C192.820315,90.3756264 192.799958,90.4838657 192.76,90.5854985 L188.91,100.964048 C188.879386,101.055131 188.831897,101.139676 188.77,101.213293 L177.08,115.908761 C176.838327,116.221241 176.421782,116.342156 176.049631,116.207858 C175.677479,116.07356 175.435068,115.714847 175.45,115.320544 L175.81,102.638973 C175.811238,102.493374 175.776917,102.349662 175.71,102.220242 L171.88,94.4238671 C171.78607,94.2041231 171.78607,93.9556957 171.88,93.7359517 L175.96,81.6725076 C176.076802,81.315791 176.403914,81.0692094 176.78,81.0543807 L191.92,80.3864048 C192.416412,80.3971383 192.81472,80.7986548 192.820004,81.2936556 L192.820004,81.2936556 Z" id="Path" fill="#FFFFFF"></path>
37
+ <path d="M197.46,67.6450151 L192.46,57.5356495 C192.099311,56.7958691 191.429729,56.2523371 190.63,56.0501511 L175.8,52.3114804 C174.8,52.0522659 174.23,52.8598187 174.02,53.8966767 L170.28,70.3667674 L170.28,70.3667674 L169.49,78.0335347 C169.353786,79.4137793 170.251041,80.6856426 171.6,81.0244713 L171.6,81.0244713 C172.489849,81.0371381 173.264257,81.6344745 173.5,82.4900302 L174.09,84.763142 C174.298497,85.5441762 174.834053,86.1979771 175.56,86.5577039 L179.86,88.7111782 C180.678064,89.135027 181.651936,89.135027 182.47,88.7111782 L191.42,83.8558912 C192.11628,83.4797108 192.621016,82.8280711 192.81,82.0613293 L194.2,76.3486405 C194.261244,76.1137652 194.348445,75.8863916 194.46,75.6706949 L197.41,70.2471299 C197.854292,69.4405813 197.872982,68.467937 197.46,67.6450151 L197.46,67.6450151 Z" id="Path" fill="#33ADE1"></path>
38
+ <path d="M200,60.3271903 L198.23,58.0241692 C198.060809,57.8008097 197.956971,57.5350977 197.93,57.2564955 L197.64,54.5845921 C197.576853,53.9807581 197.160553,53.4717435 196.58,53.2885196 L178.34,47.4761329 C177.596951,47.2401542 176.784637,47.3938776 176.18,47.8848943 L173.62,49.9685801 C172.912345,50.5383431 172.796404,51.5697706 173.36,52.281571 C173.785923,52.8043449 174.385368,53.1579748 175.05,53.2785498 L183.5,54.9435045 C184.170789,55.0715483 184.678465,55.622231 184.75,56.2993958 L185,58.9214502 C185.035438,59.2569611 185.179338,59.5718869 185.41,59.8187311 L187.17,61.663142 C187.500592,62.0082727 187.648801,62.4884975 187.57,62.9592145 L186.81,67.8743202 C186.720282,68.433962 186.947095,68.9973669 187.4,69.3398792 L187.4,69.3398792 C188.585761,69.2800153 189.721164,68.8432974 190.64,68.0936556 L191.16,67.6250755 C191.472501,67.3418068 191.889131,67.2009417 192.31,67.2362538 L194.31,67.3758308 C195.053857,67.4544537 195.637038,68.0484215 195.7,68.7915408 L195.85,71.1244713 C195.881858,71.5744313 195.713635,72.0155938 195.39,72.3308157 L192.07,75.521148 C191.797919,75.7850728 191.633967,76.1404145 191.61,76.5181269 L191.3,80.9845921 C191.247244,81.7673895 191.794936,82.4639098 192.57,82.5996979 L192.69,82.5996979 C193.301721,82.7028313 193.91699,82.4371505 194.26,81.9217523 L199.91,73.2081571 C200.065909,72.9631828 200.152305,72.6806595 200.16,72.3906344 L200.29,61.2344411 C200.29,60.909337 200.188825,60.5922433 200,60.3271903 Z" id="Path" fill="#023852"></path>
39
+ <path d="M181.3,90.51571 L182.8,91.7220544 C183.164675,92.0045705 183.259258,92.514629 183.02,92.9084592 L182.29,94.1148036 C182.179175,94.304318 182.140148,94.5271567 182.18,94.7429003 L184.25,106.577039 C184.28439,106.835064 184.2162,107.096265 184.06,107.304834 L177.06,115.998489 C176.811366,116.299436 176.399071,116.410784 176.032073,116.2761 C175.665074,116.141417 175.423587,115.790141 175.43,115.400302 L175.52,111.332628 C175.511154,111.256448 175.511154,111.179504 175.52,111.103323 L177.52,104.124471 C177.52475,104.051436 177.52475,103.978171 177.52,103.905136 L177.79,94.6432024 C177.797434,94.297086 177.61287,93.9750758 177.31,93.8057402 L177.31,93.8057402 C177.026566,93.6441834 176.851664,93.3436273 176.851664,93.0181269 C176.851664,92.6926265 177.026566,92.3920704 177.31,92.2305136 L180.24,90.4558912 C180.570395,90.250055 180.995013,90.2740174 181.3,90.51571 Z" id="Path" fill="url(#linearGradient-1)"></path>
40
+ <path d="M209.19,123.99426 C209.553135,124.272535 210.067129,124.238373 210.39,123.914502 C211.45,122.837764 213.64,120.574622 213.64,120.245619 C213.64,119.916616 212.2,115.629607 211.82,114.512991 C211.756048,114.340093 211.645281,114.188249 211.5,114.07432 L202.5,107.434441 C202.208664,107.216909 201.815335,107.19338 201.5,107.374622 L195.02,110.993656 C194.806374,111.113598 194.651074,111.315237 194.59,111.551964 L192.82,118.062236 C192.794483,118.151507 192.753903,118.235793 192.7,118.31148 L191.85,119.637462 C191.619509,119.991235 191.660774,120.456129 191.95,120.764048 L193.45,122.349245 C193.675109,122.580515 194.004522,122.678662 194.32,122.608459 L203.95,120.474924 C204.212666,120.429492 204.482654,120.490505 204.7,120.644411 L209.19,123.99426 Z" id="Path" fill="#33ADE1"></path>
41
+ <path d="M194.58,70.7854985 L194.47,68.8712991 C194.460507,68.7487916 194.362879,68.6514587 194.24,68.641994 L192.45,68.4625378 C192.3719,68.4587237 192.295759,68.4876423 192.24,68.5422961 L189.81,70.994864 C189.724279,71.0782743 189.709944,71.2105815 189.775823,71.3103174 C189.841702,71.4100534 189.969279,71.4491885 190.08,71.4036254 L193.21,70.2471299 C193.275159,70.2271392 193.344841,70.2271392 193.41,70.2471299 L194.58,70.7854985 Z" id="Path" fill="#7FCCEC" style="mix-blend-mode: multiply;"></path>
42
+ <path d="M170.8,80.8350453 L179.44,83.018429 C179.771988,83.1062079 180.126057,83.0281763 180.39,82.8090634 L188,76.5679758 C188.092303,76.4943145 188.224665,76.4986466 188.311923,76.5781848 C188.399182,76.657723 188.415339,76.7887698 188.35,76.8870091 L181.87,87.1160121 C181.196081,88.18701 179.822467,88.5819651 178.68,88.0332326 L175.19,86.3682779 C174.685495,86.1091964 174.320072,85.6428686 174.19,85.092145 L173.46,82.2507553 C173.209146,81.768153 172.794492,81.3900856 172.29,81.1839879 L170.8,80.8350453 Z" id="Path" fill="#7FCCEC" style="mix-blend-mode: multiply;"></path>
43
+ <path d="M180,90.5356495 C180.444639,90.254281 181.019614,90.2863502 181.43,90.6154079 L186.93,94.9522659 L180.7,91.3930514 L174,95.2413897 L177.38,92.2504532 L180,90.5356495 Z" id="Path" fill="#C0C2C2" style="mix-blend-mode: multiply;"></path>
44
+ <path d="M192.54,119.637462 L189.39,124.303323 C189.274111,124.467761 189.29531,124.691792 189.44,124.831722 L194.87,130.325076 C194.958499,130.416331 195.08301,130.463794 195.21,130.454683 L200.13,130.016012 C200.244741,130.00496 200.358996,130.041413 200.445983,130.116826 C200.532971,130.192239 200.585045,130.299982 200.59,130.414804 L201.23,146.755287 C201.230559,146.968655 201.391953,147.147482 201.604722,147.170483 C201.81749,147.193485 202.01358,147.053305 202.06,146.845015 L207.49,125.150755 C207.586582,124.76158 207.849785,124.434361 208.209841,124.255836 C208.569897,124.077312 208.990443,124.065512 209.36,124.223565 L209.36,124.223565 C209.501227,124.281315 209.662578,124.260092 209.783949,124.1678 C209.90532,124.075509 209.968518,123.925984 209.95,123.774924 L209.48,120.155891 C209.466214,120.027097 209.392017,119.912439 209.28,119.846828 L202.78,115.998489 C201.971153,115.520698 200.975782,115.479506 200.13,115.888822 L192.7,119.487915 C192.631126,119.518121 192.574673,119.570885 192.54,119.637462 L192.54,119.637462 Z" id="Path" fill="#7FCCEC" style="mix-blend-mode: multiply;"></path>
45
+ <polygon id="Path" fill="#7FCCEC" style="mix-blend-mode: multiply;" points="83.2 244.977644 44.41 249.244713 46.28 219.395166 55.36 217.401208"></polygon>
46
+ <path d="M55.93,245.12719 L48.43,266.193353 C48.3814652,266.325458 48.3479228,266.462566 48.33,266.602115 L46.47,280.559819 C46.4539536,280.688102 46.4271941,280.814826 46.39,280.938671 L41.06,297.548338 C40.9721394,297.818305 40.9381666,298.102815 40.96,298.385801 L42.07,313.03142 C42.0838739,313.213932 42.1174001,313.394426 42.17,313.569789 L45.24,322.702115 L34.58,323.908459 C33.4588832,324.03318 32.4221944,323.299826 32.17,322.203625 L29.62,311.057402 C29.543238,310.729481 29.543238,310.388343 29.62,310.060423 L31.22,303.510272 C31.2596377,303.340287 31.2797669,303.166361 31.28,302.991843 L31.28,290.699094 L31.28,269.124471 C31.2808032,268.814478 31.3490385,268.508347 31.48,268.22719 L41.14,244.778248 C41.4777535,244.042949 42.1908814,243.549854 43,243.492145 L53.57,242.265861 C54.3147086,242.184658 55.0502677,242.483389 55.5260833,243.060281 C56.0018989,243.637173 56.1537864,244.414407 55.93,245.12719 L55.93,245.12719 Z" id="Path" fill="#33ADE1"></path>
47
+ <path d="M81.23,250.132024 C81.4948282,250.715004 81.4948282,251.383486 81.23,251.966465 L74.06,269.18429 C73.9480548,269.449401 73.8902611,269.734107 73.89,270.021752 L73.76,293.949245 C73.7607495,294.193543 73.720181,294.436219 73.64,294.667069 L71.24,305.165257 C71.13,305.49426 70.24,304.656798 70.24,304.99577 L71.07,311.466163 C71.1190677,311.881451 71.2894595,312.273208 71.56,312.592749 L82.19,325.443807 C82.8595979,326.2955 84.050451,326.536331 85,326.012085 L87.81,324.546526 C88.3590934,324.260265 88.7631991,323.758241 88.9246279,323.161812 C89.0860567,322.565383 88.9901165,321.928833 88.66,321.406042 L86.39,317.816918 C86.2116188,317.543759 86.0987032,317.233327 86.06,316.909668 L84.52,304.477341 C84.4750818,304.226758 84.4750818,303.97022 84.52,303.719637 L98.18,244.130211 C98.3182911,243.515914 98.1912858,242.871952 97.83,242.355589 L97.28,241.577946 C96.7301583,240.800954 95.7423664,240.463306 94.83,240.740483 L81.43,244.728399 C80.8034945,244.917819 80.2927942,245.373278 80.0344376,245.973007 C79.7760809,246.572737 79.7964137,247.255579 80.09,247.838973 L81.23,250.132024 Z" id="Path" fill="#33ADE1"></path>
48
+ <path d="M69.88,303.346347 L66.19,307.613416 C66.0711469,307.756795 66.0042135,307.935916 66,308.121875 L66,312.668099 C66.0005144,312.770717 66.0208869,312.872271 66.06,312.967193 L67.21,315.718854 C67.2491131,315.813775 67.2694856,315.91533 67.27,316.017948 L67.27,322.687736 C67.2699829,322.895719 67.3535325,323.095042 67.5019808,323.241168 C67.6504292,323.387295 67.851404,323.468046 68.06,323.46538 L68.06,323.46538 C68.4907821,323.46538 68.84,323.117217 68.84,322.687736 L68.84,317.702842 C68.8371102,317.389948 69.0226076,317.105805 69.3107468,316.981757 C69.5988861,316.857709 69.9335336,316.917922 70.16,317.134564 L76.24,322.747555 C76.3074038,322.809357 76.361794,322.883918 76.4,322.96689 L79.4,328.719458 C79.538974,328.976153 79.8074191,329.136733 80.1,329.138253 L97.29,329.138253 C97.498596,329.140856 97.6995708,329.060105 97.8480192,328.913978 C97.9964675,328.767852 98.0800174,328.568529 98.0800174,328.360546 L98.0800174,326.027615 C98.0822634,325.690078 97.8631132,325.390669 97.54,325.289851 L88.37,322.298915 C88.2869948,322.288488 88.2030052,322.288488 88.12,322.298915 L81.36,322.298915 C81.1085625,322.29737 80.8721023,322.179497 80.72,321.979881 L71.4,309.019156 C71.3078491,308.883938 71.259031,308.72402 71.26,308.560546 L71.26,303.904655 C71.2750539,303.571404 71.0778977,303.264842 70.7678532,303.139407 C70.4578087,303.013972 70.1021308,303.096873 69.88,303.346347 Z" id="Path" fill="#023852"></path>
49
+ <path d="M30.9277112,303.144532 L28.0077112,308.129426 C27.9974296,308.165263 27.9974296,308.203256 28.0077112,308.239094 L28.0077112,313.572931 C27.9976855,313.605412 27.9976855,313.640147 28.0077112,313.672628 L29.5677112,316.384411 C29.5677112,316.384411 29.5677112,316.384411 29.5677112,316.454199 L31.4577112,326.822779 C31.4604139,326.869173 31.4821054,326.912425 31.5177112,326.942417 L33.8677112,328.936375 C33.9040946,328.967251 33.9499516,328.984835 33.9977112,328.986224 L45.4577112,328.986224 C46.0801557,328.964301 46.6568262,328.654525 47.0175411,328.148314 C47.378256,327.642102 47.4818351,326.997246 47.2977112,326.404048 L46.1077112,322.924592 C45.8854354,322.273418 45.214943,321.885963 44.5377112,322.017341 L40.2977112,322.814924 L34.6677112,322.814924 C34.5887278,322.816913 34.5153091,322.774536 34.4777112,322.705257 L31.0877112,316.274743 C31.083059,316.241672 31.083059,316.208116 31.0877112,316.175045 L31.2877112,303.284109 C31.2849656,303.200299 31.2323268,303.126206 31.1539368,303.095813 C31.0755468,303.065421 30.9865294,303.084591 30.9277112,303.144532 Z" id="Path" fill="#023852"></path>
50
+ <path d="M53.63,251.647432 L48.43,266.193353 L39.32,258.566465 C38.8618715,258.179332 38.2805521,257.967296 37.68,257.968278 L35.74,257.968278 L38.5,251.458006 L53.63,251.647432 Z" id="Path" fill="#7FCCEC" style="mix-blend-mode: multiply;"></path>
51
+ <path d="M79.57,246.752266 L81.18,250.032326 C81.5192885,250.71988 81.5411956,251.520711 81.24,252.22568 L77.18,261.696979 C76.9104569,262.246203 77.0625865,262.908532 77.5449992,263.286082 C78.0274119,263.663631 78.7088711,263.653693 79.18,263.262236 L87.36,257.280363 C87.8879249,256.899083 88.616719,256.962819 89.07,257.429909 L90.63,259.035045 C90.9003563,259.310892 91.2791773,259.453504 91.6649346,259.42466 C92.050692,259.395815 92.4039385,259.198464 92.63,258.885498 L95.35,255.106949 C95.5772698,254.793594 95.7747885,254.459828 95.94,254.10997 L98.21,244.070393 C98.41,243.203021 97.33,243.27281 96.44,243.362538 L80.65,244.838066 C80.2053681,244.864535 79.8046917,245.114437 79.5863177,245.501485 C79.3679436,245.888532 79.361797,246.359687 79.57,246.752266 L79.57,246.752266 Z" id="Path" fill="#7FCCEC" style="mix-blend-mode: multiply;"></path>
52
+ <path d="M43.18,97.4048338 C43.03,98.5613293 41.09,109.83716 41.09,109.83716 L35.78,108.670695 L38.15,97.2652568 L43.18,97.4048338 Z" id="Path" fill="#023852"></path>
53
+ <path d="M13.53,98.1924471 L13.83,99.4984894 C14.2686913,101.436314 13.7604678,103.466765 12.46,104.971903 L6.85,111.472205 C6.2594472,112.162543 5.93035937,113.03746 5.92,113.944713 L5.84,121.182779 C5.82428043,122.473021 6.458192,123.685248 7.52821424,124.411146 C8.59823649,125.137044 9.96194433,125.279993 11.16,124.791843 L29,117.643505 C30.7992266,116.915463 31.7787527,114.970858 31.29,113.097281 L26.29,94.1546828 C26.0230518,93.049176 25.2805694,92.1173591 24.2608279,91.6080679 C23.2410864,91.0987766 22.0479361,91.063877 21,91.5126888 L15.76,93.8057402 C14.0600209,94.5480739 13.1253599,96.3866766 13.53,98.1924471 L13.53,98.1924471 Z" id="Path" fill="#023852"></path>
54
+ <path d="M70.76,182.776133 L71.52,193.902417 L87.17,217.34139 L98.72,241.38852 C99.10872,242.190921 99.0820535,243.131612 98.6484978,243.910844 C98.2149421,244.690077 97.4285859,245.210636 96.54,245.306647 L66.54,248.626586 C65.2336265,248.950096 63.8812273,248.301063 63.32,247.081269 L54.69,224.519637 L57,250.052266 C57.0527155,250.584774 56.8885406,251.11606 56.5443882,251.52667 C56.2002358,251.93728 55.7049895,252.192754 55.17,252.23565 L37.17,253.790937 C36.4648174,253.836921 35.8316916,253.362452 35.68,252.67432 L32.2,236.19426 L30.86,226.613293 L23,203.842296 L22.86,188.359215 L53.33,183.523867 L56.33,159.735952 L65.93,166.714804 L70.76,182.776133 Z" id="Path" fill="#023852"></path>
55
+ <path d="M69.32,190.213595 L48.06,193.413897 C47.3928299,193.514171 46.7121157,193.476845 46.06,193.30423 L24.72,187.721148 L41.59,187.790937 L57.69,157.064048 L64.81,166.036858 L70.59,182.088218 L71,188.070091 C71.0916979,189.113632 70.3578183,190.049986 69.32,190.213595 Z" id="Path" fill="#7FCCEC" style="mix-blend-mode: multiply;"></path>
56
+ <path d="M89.69,79.8280967 L89.69,73.8462236 C89.6928752,73.4573764 89.5816447,73.0761767 89.37,72.7495468 L85,65.9900302 C84.7906653,65.6586712 84.6797193,65.2749898 84.6799995,64.8833837 L84.6799995,59.8984894 C84.682034,59.3509271 84.8971352,58.8255213 85.28,58.4329305 L86.69,57.0371601 C87.2110851,56.5122479 87.9747334,56.3066858 88.69,56.4987915 L95.43,58.2634441 C97.6533805,58.8447922 99.1050684,60.9731778 98.83,63.2483384 L97.83,71.9021148 C97.8250199,71.9651592 97.8250199,72.0284964 97.83,72.0915408 L97.58,82.9785498 C97.5582932,83.7701334 97.0863039,84.4802873 96.3635835,84.8087674 C95.640863,85.1372476 94.7935974,85.0267016 94.1799995,84.5238671 L90.43,81.4232628 C89.9560669,81.0289356 89.6844824,80.4434999 89.69,79.8280967 Z" id="Path" fill="#33ADE1"></path>
57
+ <path d="M88.4,79.1900302 L83.56,100.595166 C83.4201532,101.191629 82.9816605,101.674021 82.4,101.871299 L61,109.119335 C60.5197902,109.28924 59.9887346,109.238121 59.55,108.979758 L52.61,104.991843 C52.2064634,104.762603 51.728398,104.701682 51.28,104.822356 L41.96,107.274924 C41.7096208,107.329472 41.4503792,107.329472 41.2,107.274924 L37.88,106.676737 L37.61,106.676737 L23.37,106.317825 C23.1484265,106.314403 22.9281061,106.351575 22.72,106.427492 L19.98,107.424471 C19.2833942,107.673178 18.8189617,108.331797 18.82,109.069486 L18.82,110.126284 C18.8229175,110.592765 18.6394002,111.041203 18.31,111.372508 L16.08,113.655589 C15.9681369,113.765724 15.8439954,113.86273 15.71,113.944713 L7.28,118.640483 C6.57075027,119.031106 6.22321965,119.85606 6.44,120.634441 L10.35,137.503323 C10.5079014,138.192217 10.2408015,138.908858 9.67,139.327795 L6.67,141.511178 C6.08831937,141.930752 5.82269704,142.661971 6,143.355589 L11.56,163.963142 C11.6621019,164.330261 11.8793642,164.65517 12.18,164.890332 L17.83,169.306949 C18.204969,169.596132 18.6796885,169.72521 19.15,169.665861 L21.25,169.386707 C21.9061048,169.298193 22.4578036,168.852013 22.68,168.230211 L23.68,165.498489 C23.9697461,164.727926 24.7552549,164.259328 25.5733121,164.369027 C26.3913692,164.478725 27.0247708,165.137595 27.1,165.9571 L27.1,165.9571 C27.0963316,166.140791 27.0625523,166.322648 27,166.495468 L22,187.112991 C21.8746289,187.637915 21.9970437,188.191176 22.3322905,188.614798 C22.6675373,189.03842 23.1787652,189.286407 23.72,189.286407 L50,189.286407 C53.4923021,189.289127 56.5294533,186.900574 57.34,183.513897 L58.44,178.927795 C58.460202,178.77225 58.460202,178.614759 58.44,178.459215 L57.83,162.677039 C57.8248935,162.345505 58.0610645,162.058933 58.3882777,161.99962 C58.715491,161.940306 59.0377261,162.125657 59.15,162.437764 L66.74,184.271601 C66.9185353,184.790061 67.3298392,185.195549 67.8518396,185.367719 C68.37384,185.539889 68.9465526,185.458957 69.4,185.148943 L80.8,177.372508 C81.5418094,176.864161 81.7827887,175.881705 81.36,175.089426 L64.23,142.807251 C64.1093724,142.585678 64.0377651,142.340909 64.02,142.089426 L63.16,127.932326 C63.1209309,127.247326 63.4836514,126.601845 64.09,126.277341 L94.83,109.83716 C95.3292658,109.566452 95.6677811,109.073194 95.74,108.511178 L99.23,81.5927492 C99.3804202,80.6798406 98.7940659,79.807329 97.89,79.5987915 L90.53,77.8640483 C90.0710666,77.7567175 89.5881482,77.8363341 89.1883037,78.0852479 C88.7884593,78.3341618 88.5047242,78.7318074 88.4,79.1900302 Z" id="Path" fill="#023852"></path>
58
+ <path d="M44.07,77.6048338 L44.76,81.1839879 L45.45,84.7432024 C45.45,84.7432024 45.45,84.7432024 45.45,84.7432024 L46.61,88.3422961 L47.77,91.9413897 C47.8400562,92.11405 47.8400562,92.307098 47.77,92.4797583 C47.6954276,92.6490554 47.5598101,92.7842632 47.39,92.8586103 L46.48,93.2673716 L45.57,93.6661631 C45.4522249,93.7161879 45.3490328,93.7950627 45.27,93.8954683 C45.1983754,93.9939973 45.1473635,94.1058844 45.12,94.2244713 L44.48,98.0129909 L43.83,101.801511 C43.8061483,101.971959 43.7208282,102.127907 43.59,102.240181 C43.4623377,102.353007 43.3003124,102.419728 43.13,102.429607 L41,102.688822 L38.84,102.808459 C38.4899174,102.82099 38.1951653,103.073463 38.13,103.416616 L37.49,106.866163 L36.84,110.31571 C36.802983,110.533463 36.6661423,110.721511 36.47,110.824169 C36.2800361,110.938541 36.0482036,110.960554 35.84,110.883988 L29.52,108.640785 L23.21,106.407553 C23.0783294,106.357491 22.9614076,106.275207 22.87,106.168278 C22.7826699,106.059105 22.7272988,105.927996 22.71,105.789426 L22.25,102.080665 L21.78,98.3818731 C21.7893671,98.3224189 21.7893671,98.2618712 21.78,98.2024169 C21.7599247,98.1442551 21.7294308,98.0902075 21.69,98.0429003 L19.19,94.523565 L16.69,91.0042296 C16.6467082,90.9360505 16.6130576,90.862243 16.59,90.7848943 C16.5705153,90.7063188 16.5705153,90.6241948 16.59,90.5456193 L16.76,84.7132931 L16.94,78.870997 C16.9464949,78.7606119 16.9736274,78.6524095 17.02,78.5519637 C17.0725343,78.4556879 17.1439497,78.3709265 17.23,78.302719 L21.76,74.6936556 L26.28,71.0945619 C26.3830694,71.0095025 26.5076046,70.9543207 26.64,70.9350453 C26.7643139,70.9006233 26.8956861,70.9006233 27.02,70.9350453 L35.37,73.9957704 L43.71,77.0465257 C43.8337772,77.0958905 43.9436156,77.1745984 44.03,77.2758308 C44.0708427,77.3804073 44.0845995,77.4935574 44.07,77.6048338 Z" id="Path" fill="#33ADE1"></path>
59
+ <path d="M43.15,102.120544 L40.2,100.186405 L37.26,98.2522659 C37.1852302,98.211479 37.0947698,98.211479 37.02,98.2522659 L34,100.036858 L30.93,101.82145 C30.8589123,101.86227 30.8165099,101.939132 30.82,102.020846 C30.8207243,102.104102 30.866657,102.180425 30.94,102.220242 L34.18,103.885196 L37.41,105.560121 C37.4754826,105.595579 37.5545174,105.595579 37.62,105.560121 C37.6805202,105.525911 37.7240051,105.468107 37.74,105.400604 L37.93,104.403625 L38.12,103.406647 C38.1506902,103.244206 38.2352081,103.096746 38.36,102.987915 C38.4846917,102.878048 38.643706,102.814635 38.81,102.808459 L40.9,102.688822 L43.03,102.579154 C43.1291582,102.575138 43.2145507,102.508166 43.241814,102.413033 C43.2690774,102.3179 43.2320627,102.21606 43.15,102.160423 L43.15,102.120544 Z" id="Path" fill="#7FCCEC" style="mix-blend-mode: multiply;"></path>
60
+ <path d="M47,91.4329305 L46,88.2226586 L44.95,85.0223565 L44.95,89.0700906 L44.95,93.1277946 L45.75,92.778852 L46.54,92.4299094 C46.724746,92.3484387 46.8738551,92.2033195 46.96,92.021148 C47.0481991,91.8373654 47.0625112,91.6268999 47,91.4329305 L47,91.4329305 Z" id="Path" fill="#7FCCEC" style="mix-blend-mode: multiply;"></path>
61
+ <path d="M37.29,77.1960725 L31.29,77.1960725 C31.1861004,77.1959371 31.0860241,77.235134 31.01,77.3057402 C30.9366123,77.3749057 30.8875218,77.4657984 30.87,77.5649547 L30,84.4839879 L29.14,91.3332326 C29.118011,91.4834679 29.0196649,91.6116857 28.88,91.6722054 C28.7391919,91.7273045 28.5797013,91.704589 28.46,91.6123867 L26.69,90.2365559 L24.92,88.8607251 C24.8328794,88.7911296 24.7200206,88.7620928 24.61,88.7809668 C24.4987295,88.793775 24.3975594,88.8514118 24.33,88.9404834 L23.27,90.3163142 L22.2,91.7220544 C22.1595241,91.7709832 22.1320166,91.8292598 22.12,91.8915408 C22.1100761,91.9542952 22.1100761,92.0182124 22.12,92.0809668 L22.64,94.0749245 L23.15,96.0688822 C23.1555206,96.0918195 23.1555206,96.1157334 23.15,96.1386707 L23.15,96.2084592 L22.92,99.1993958 L21.84,103.306949 C21.8284724,103.446943 21.7503979,103.572967 21.63,103.645921 C21.50332,103.70531 21.35668,103.70531 21.23,103.645921 L17.92,100.385801 L13.75,98.2722054 C13.6966802,98.2407881 13.6492966,98.2002963 13.61,98.152568 C13.567895,98.1046855 13.5401696,98.0459471 13.53,97.9830816 L12.74,94.3141994 L12,90.6054381 C11.9943223,90.5791533 11.9943223,90.5519646 12,90.5256798 C11.9957418,90.499266 11.9957418,90.4723352 12,90.4459215 L13.14,83.7462236 L14.31,77.0066465 C14.3193519,76.9500761 14.3397363,76.8958821 14.37,76.8471299 C14.4048321,76.8024114 14.445146,76.7622194 14.49,76.7274924 L20.22,72.8891239 L26,69.0009063 C26.0380577,68.9711264 26.0825784,68.9506405 26.13,68.9410876 C26.1760946,68.9307854 26.2239054,68.9307854 26.27,68.9410876 L33.15,69.6190332 L40.03,70.2870091 C40.0982887,70.2936408 40.1637184,70.3176736 40.22,70.3567976 C40.2789149,70.3936628 40.3271692,70.4452076 40.36,70.5063444 L42,73.5371601 L43.67,76.5280967 C43.7393492,76.6555795 43.7393492,76.8093752 43.67,76.936858 C43.6063561,77.0909527 43.457119,77.1927538 43.29,77.1960725 L37.29,77.1960725 Z" id="Path" fill="#023852"></path>
62
+ <path d="M27.13,95.6003021 C27.5884646,95.5339331 28.0548203,95.6483815 28.43,95.9193353 C28.8073142,96.194144 29.0587225,96.6079808 29.1282217,97.0686607 C29.1977209,97.5293405 29.0795383,97.9985983 28.8,98.3719033 C28.5277012,98.7506511 28.1125216,99.0026056 27.65,99.0697885 C27.1813819,99.126976 26.7093665,98.9940615 26.34,98.7009063 C25.9638718,98.4275534 25.7149232,98.0138925 25.65,97.5543807 C25.603002,97.1034788 25.7279518,96.6514589 26,96.2882175 C26.2732209,95.9218052 26.6782543,95.6752311 27.13,95.6003021 L27.13,95.6003021 Z" id="Path" fill="url(#linearGradient-2)"></path>
63
+ <path d="M19.8699733,108.850151 L19.8699733,108.241994 C19.8637418,106.862863 20.9575307,105.72823 22.34,105.679758 L22.34,105.679758 C22.3828125,105.670285 22.4271875,105.670285 22.47,105.679758 L33.79,108.949849 C33.8806765,108.967806 33.9601093,109.021801 34.01,109.099396 L35.01,110.535045 L35.75,108.630816 C35.7466973,108.600997 35.7466973,108.570906 35.75,108.541088 L37.33,106.377644 C37.4078781,106.287943 37.5210039,106.2364 37.64,106.2364 C37.7589961,106.2364 37.8721219,106.287943 37.95,106.377644 L47.84,116.646526 C47.8759063,116.683334 47.9032225,116.727589 47.92,116.776133 L54.53,133.296073 C54.5443952,133.351657 54.5443952,133.409975 54.53,133.465559 L53.71,148.250755 C53.699349,148.420904 53.5813901,148.565486 53.4164708,148.610533 C53.2515515,148.65558 53.0761494,148.591128 52.98,148.450151 L40.89,130.60423 C40.89,130.60423 40.89,130.60423 40.89,130.554381 L20,109.129305 C19.9199995,109.058041 19.8729773,108.957068 19.8699733,108.850151 Z" id="Path" fill="#FFFFFF"></path>
64
+ <path d="M15.84,124.622356 L22.6,147.353474 C22.6459468,147.525504 22.5655571,147.706221 22.4068189,147.787748 C22.2480808,147.869275 22.0538203,147.829832 21.94,147.692447 L15.42,139.467372 L15.84,124.622356 Z" id="Path" fill="#7FCCEC" style="mix-blend-mode: multiply;"></path>
65
+ <path d="M9,142.109366 C8.82,140.48429 8.46,136.616012 8.28,134.622054 C8.20343988,133.808827 7.9099514,133.03085 7.43,132.368882 C6,130.374924 2.95,126.187613 2.91,126.067976 C2.87,125.948338 2.91,124.133837 2.91,122.658308 C2.92926517,121.459792 3.42149064,120.317123 4.28,119.477946 L4.28,119.477946 C5.12460742,118.652043 6.25700803,118.184016 7.44,118.171903 L9,118.171903 C10.4206285,118.152204 11.7682325,118.798134 12.64,119.916616 L15.02,122.907553 C15.6292523,123.683673 15.9727442,124.634158 16,125.619335 L16.4,137.274018 C16.4481504,139.381412 15.0430956,141.247785 13,141.790332 L9.77,142.667674 C9.59274452,142.702215 9.40906561,142.661671 9.26300006,142.555763 C9.11693451,142.449854 9.0216533,142.288131 9,142.109366 L9,142.109366 Z" id="Path" fill="#33ADE1"></path>
66
+ </g>
67
+ </g>
68
68
  </svg>