@sonic-equipment/ui 259.0.2 → 260.0.0

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 (321) hide show
  1. package/dist/algolia/algolia-active-categories.js +2 -2
  2. package/dist/algolia/algolia-categories-filters.js +2 -2
  3. package/dist/badges/badge/badge.d.ts +5 -3
  4. package/dist/badges/badge/badge.js +4 -4
  5. package/dist/badges/badge/badge.module.css.js +1 -1
  6. package/dist/badges/badge/icon-with-badge/icon-with-badge.d.ts +11 -6
  7. package/dist/badges/badge/icon-with-badge/icon-with-badge.js +5 -2
  8. package/dist/badges/badge/icon-with-badge/icon-with-badge.module.css.js +1 -1
  9. package/dist/base.css +2 -2
  10. package/dist/breadcrumbs/breadcrumb.js +3 -4
  11. package/dist/buttons/add-to-cart-button/add-to-cart-button.js +2 -2
  12. package/dist/buttons/button/button.js +2 -2
  13. package/dist/buttons/close-button/close-button.d.ts +12 -0
  14. package/dist/buttons/close-button/close-button.js +11 -0
  15. package/dist/buttons/close-button/close-button.module.css.js +3 -0
  16. package/dist/buttons/favorite/favorite-button.js +3 -3
  17. package/dist/buttons/icon-button/icon-button.d.ts +13 -5
  18. package/dist/buttons/icon-button/icon-button.js +6 -5
  19. package/dist/buttons/icon-button/icon-button.module.css.js +1 -1
  20. package/dist/buttons/link/link.d.ts +2 -0
  21. package/dist/buttons/link/link.js +4 -7
  22. package/dist/cards/orderline-card/connected-remove-button.js +1 -2
  23. package/dist/carousel/carousel-navigation-button.js +2 -3
  24. package/dist/collapsables/accordion/accordion-item.js +2 -3
  25. package/dist/collapsables/show-all/show-all.js +2 -2
  26. package/dist/collapsables/unmounter/utils.js +4 -1
  27. package/dist/country-language-selection-list/connected-country-language-selection-list.d.ts +1 -0
  28. package/dist/country-language-selection-list/connected-country-language-selection-list.js +268 -0
  29. package/dist/country-language-selection-list/country-language-selection-list.d.ts +18 -0
  30. package/dist/country-language-selection-list/country-language-selection-list.js +54 -0
  31. package/dist/country-language-selection-list/country-language-selection-list.module.css.js +3 -0
  32. package/dist/country-language-selector/connected-country-language-selector.d.ts +10 -0
  33. package/dist/country-language-selector/connected-country-language-selector.js +129 -0
  34. package/dist/country-language-selector/country-language-selector.d.ts +18 -0
  35. package/dist/country-language-selector/country-language-selector.js +52 -0
  36. package/dist/country-language-selector/country-language-selector.module.css.js +3 -0
  37. package/dist/country-language-selector-button/connected-country-language-selector-button.d.ts +1 -0
  38. package/dist/country-language-selector-button/connected-country-language-selector-button.js +22 -0
  39. package/dist/country-language-selector-button/country-language-selector-button.d.ts +7 -0
  40. package/dist/country-language-selector-button/country-language-selector-button.js +18 -0
  41. package/dist/country-language-selector-button/country-language-selector-button.module.css.js +3 -0
  42. package/dist/country-selector/country-selector-trigger/country-selector-trigger.js +2 -2
  43. package/dist/country-selector/country-selector-trigger/country-selector-trigger.module.css.js +1 -1
  44. package/dist/country-selector/use-countries-languages.d.ts +2 -2
  45. package/dist/country-selector/use-countries-languages.js +1 -1
  46. package/dist/delivery-time/delivery-time.js +1 -1
  47. package/dist/display/details/details.js +2 -2
  48. package/dist/exports.d.ts +71 -3
  49. package/dist/filters/active-filters/active-filters.js +1 -2
  50. package/dist/filters/active-filters/active-filters.module.css.js +1 -1
  51. package/dist/filters/pagination/pagination.js +1 -3
  52. package/dist/filters/pagination/pagination.module.css.js +1 -1
  53. package/dist/flag/flag.d.ts +8 -0
  54. package/dist/flag/flag.js +11 -0
  55. package/dist/flag/flag.module.css.js +3 -0
  56. package/dist/flags/flag-ad.d.ts +1 -0
  57. package/dist/flags/flag-ad.js +7 -0
  58. package/dist/flags/flag-ae.d.ts +1 -0
  59. package/dist/flags/flag-ae.js +7 -0
  60. package/dist/flags/flag-al.d.ts +1 -0
  61. package/dist/flags/flag-al.js +7 -0
  62. package/dist/flags/flag-at.d.ts +1 -0
  63. package/dist/flags/flag-at.js +7 -0
  64. package/dist/flags/flag-ba.d.ts +1 -0
  65. package/dist/flags/flag-ba.js +7 -0
  66. package/dist/flags/flag-be.d.ts +1 -0
  67. package/dist/flags/flag-be.js +7 -0
  68. package/dist/flags/flag-bg.d.ts +1 -0
  69. package/dist/flags/flag-bg.js +7 -0
  70. package/dist/flags/flag-br.d.ts +1 -0
  71. package/dist/flags/flag-br.js +7 -0
  72. package/dist/flags/flag-ca.d.ts +1 -0
  73. package/dist/flags/flag-ca.js +7 -0
  74. package/dist/flags/flag-ch.d.ts +1 -0
  75. package/dist/flags/flag-ch.js +7 -0
  76. package/dist/flags/flag-cy.d.ts +1 -0
  77. package/dist/flags/flag-cy.js +7 -0
  78. package/dist/flags/flag-cz.d.ts +1 -0
  79. package/dist/flags/flag-cz.js +7 -0
  80. package/dist/flags/flag-de.d.ts +1 -0
  81. package/dist/flags/flag-de.js +7 -0
  82. package/dist/flags/flag-dj.d.ts +1 -0
  83. package/dist/flags/flag-dj.js +7 -0
  84. package/dist/flags/flag-dk.d.ts +1 -0
  85. package/dist/flags/flag-dk.js +7 -0
  86. package/dist/flags/flag-ec.d.ts +1 -0
  87. package/dist/flags/flag-ec.js +7 -0
  88. package/dist/flags/flag-ee.d.ts +1 -0
  89. package/dist/flags/flag-ee.js +7 -0
  90. package/dist/flags/flag-es.d.ts +1 -0
  91. package/dist/flags/flag-es.js +7 -0
  92. package/dist/flags/flag-eu.d.ts +1 -0
  93. package/dist/flags/flag-eu.js +7 -0
  94. package/dist/flags/flag-fi.d.ts +1 -0
  95. package/dist/flags/flag-fi.js +7 -0
  96. package/dist/flags/flag-fr.d.ts +1 -0
  97. package/dist/flags/flag-fr.js +7 -0
  98. package/dist/flags/flag-gb.d.ts +1 -0
  99. package/dist/flags/flag-gb.js +7 -0
  100. package/dist/flags/flag-gr.d.ts +1 -0
  101. package/dist/flags/flag-gr.js +7 -0
  102. package/dist/flags/flag-hr.d.ts +1 -0
  103. package/dist/flags/flag-hr.js +7 -0
  104. package/dist/flags/flag-hu.d.ts +1 -0
  105. package/dist/flags/flag-hu.js +7 -0
  106. package/dist/flags/flag-ie.d.ts +1 -0
  107. package/dist/flags/flag-ie.js +7 -0
  108. package/dist/flags/flag-iq.d.ts +1 -0
  109. package/dist/flags/flag-iq.js +7 -0
  110. package/dist/flags/flag-is.d.ts +1 -0
  111. package/dist/flags/flag-is.js +7 -0
  112. package/dist/flags/flag-it.d.ts +1 -0
  113. package/dist/flags/flag-it.js +7 -0
  114. package/dist/flags/flag-kw.d.ts +1 -0
  115. package/dist/flags/flag-kw.js +7 -0
  116. package/dist/flags/flag-kz.d.ts +1 -0
  117. package/dist/flags/flag-kz.js +7 -0
  118. package/dist/flags/flag-lb.d.ts +1 -0
  119. package/dist/flags/flag-lb.js +7 -0
  120. package/dist/flags/flag-lt.d.ts +1 -0
  121. package/dist/flags/flag-lt.js +7 -0
  122. package/dist/flags/flag-lu.d.ts +1 -0
  123. package/dist/flags/flag-lu.js +7 -0
  124. package/dist/flags/flag-lv.d.ts +1 -0
  125. package/dist/flags/flag-lv.js +7 -0
  126. package/dist/flags/flag-ma.d.ts +1 -0
  127. package/dist/flags/flag-ma.js +7 -0
  128. package/dist/flags/flag-mc.d.ts +1 -0
  129. package/dist/flags/flag-mc.js +7 -0
  130. package/dist/flags/flag-md.d.ts +1 -0
  131. package/dist/flags/flag-md.js +7 -0
  132. package/dist/flags/flag-me.d.ts +1 -0
  133. package/dist/flags/flag-me.js +7 -0
  134. package/dist/flags/flag-mk.d.ts +1 -0
  135. package/dist/flags/flag-mk.js +7 -0
  136. package/dist/flags/flag-mt.d.ts +1 -0
  137. package/dist/flags/flag-mt.js +7 -0
  138. package/dist/flags/flag-mx.d.ts +1 -0
  139. package/dist/flags/flag-mx.js +7 -0
  140. package/dist/flags/flag-my.d.ts +1 -0
  141. package/dist/flags/flag-my.js +7 -0
  142. package/dist/flags/flag-nl.d.ts +1 -0
  143. package/dist/flags/flag-nl.js +7 -0
  144. package/dist/flags/flag-no.d.ts +1 -0
  145. package/dist/flags/flag-no.js +7 -0
  146. package/dist/flags/flag-pl.d.ts +1 -0
  147. package/dist/flags/flag-pl.js +7 -0
  148. package/dist/flags/flag-pt.d.ts +1 -0
  149. package/dist/flags/flag-pt.js +7 -0
  150. package/dist/flags/flag-ro.d.ts +1 -0
  151. package/dist/flags/flag-ro.js +7 -0
  152. package/dist/flags/flag-rs.d.ts +1 -0
  153. package/dist/flags/flag-rs.js +7 -0
  154. package/dist/flags/flag-sa.d.ts +1 -0
  155. package/dist/flags/flag-sa.js +7 -0
  156. package/dist/flags/flag-se.d.ts +1 -0
  157. package/dist/flags/flag-se.js +7 -0
  158. package/dist/flags/flag-sg.d.ts +1 -0
  159. package/dist/flags/flag-sg.js +7 -0
  160. package/dist/flags/flag-si.d.ts +1 -0
  161. package/dist/flags/flag-si.js +7 -0
  162. package/dist/flags/flag-sk.d.ts +1 -0
  163. package/dist/flags/flag-sk.js +7 -0
  164. package/dist/flags/flag-tr.d.ts +1 -0
  165. package/dist/flags/flag-tr.js +7 -0
  166. package/dist/flags/flag-tw.d.ts +1 -0
  167. package/dist/flags/flag-tw.js +7 -0
  168. package/dist/flags/flag-ua.d.ts +1 -0
  169. package/dist/flags/flag-ua.js +7 -0
  170. package/dist/flags/flag-us.d.ts +1 -0
  171. package/dist/flags/flag-us.js +7 -0
  172. package/dist/flags/flag-vn.d.ts +1 -0
  173. package/dist/flags/flag-vn.js +7 -0
  174. package/dist/flags/flag-xk.d.ts +1 -0
  175. package/dist/flags/flag-xk.js +7 -0
  176. package/dist/flags/flag-za.d.ts +1 -0
  177. package/dist/flags/flag-za.js +7 -0
  178. package/dist/flags/index.d.ts +1 -0
  179. package/dist/flags/index.js +88 -0
  180. package/dist/footer/connected-footer.d.ts +1 -3
  181. package/dist/footer/connected-footer.js +3 -5
  182. package/dist/forms/elements/checkbox/checkbox.module.css.js +1 -1
  183. package/dist/forms/elements/select/select.js +3 -4
  184. package/dist/forms/fields/number-field/number-field.js +2 -4
  185. package/dist/forms/fields/search-field/search-field.js +2 -2
  186. package/dist/forms/fields/select-field/select-field.d.ts +8 -1
  187. package/dist/forms/fields/select-field/select-field.js +30 -9
  188. package/dist/forms/fields/select-field/select-field.module.css.js +1 -1
  189. package/dist/forms/fields/text-field/password-reveal-toggle/password-reveal-toggle.js +2 -3
  190. package/dist/forms/layout/form/form.js +1 -1
  191. package/dist/global-search/search-input/search-input.js +5 -4
  192. package/dist/global-search/search-result-panel/sections/no-search.js +3 -4
  193. package/dist/global-search/search-result-panel/sections/with-results.js +4 -4
  194. package/dist/global-search/search-section/search-list-item.js +1 -2
  195. package/dist/header/buttons/account/connected-account-button.js +1 -2
  196. package/dist/header/buttons/cart/connected-cart-button.js +1 -2
  197. package/dist/header/buttons/favorites/connected-favorites-button.js +1 -3
  198. package/dist/header/buttons/hamburger/hamburger-button.js +1 -1
  199. package/dist/header/buttons/hamburger/hamburger-button.module.css.js +1 -1
  200. package/dist/header/buttons/search/search-button.js +1 -2
  201. package/dist/header/header.js +1 -1
  202. package/dist/header/link-list/navigation-link-list.js +2 -2
  203. package/dist/header/link-list/navigation-link-list.module.css.js +1 -1
  204. package/dist/header/sonic-logo/sonic-logo.js +7 -2
  205. package/dist/header/sonic-logo/sonic-logo.module.css.js +1 -1
  206. package/dist/icon/icon.d.ts +10 -0
  207. package/dist/icon/icon.js +11 -0
  208. package/dist/icon/icon.module.css.js +3 -0
  209. package/dist/icons/glyph/glyphs-arrow-boldcaps-left-icon.js +0 -1
  210. package/dist/icons/glyph/glyphs-arrow-boldcaps-right-icon.js +0 -1
  211. package/dist/icons/glyph/glyphs-chevrons-bold-down-icon.js +0 -1
  212. package/dist/icons/glyph/glyphs-chevrons-bold-left-icon.js +7 -0
  213. package/dist/icons/glyph/glyphs-chevrons-bold-right-icon.js +0 -1
  214. package/dist/icons/glyph/glyphs-chevrons-bold-up-icon.js +0 -1
  215. package/dist/icons/glyph/glyphs-chevrons-slim-down-icon.js +0 -1
  216. package/dist/icons/glyph/glyphs-chevrons-slim-left-icon.js +0 -1
  217. package/dist/icons/glyph/glyphs-chevrons-slim-right-icon.js +0 -1
  218. package/dist/icons/glyph/glyphs-chevrons-slim-up-icon.js +7 -0
  219. package/dist/icons/index.d.ts +87 -0
  220. package/dist/icons/index.js +90 -0
  221. package/dist/icons/solid/solid-attention-icon.js +0 -1
  222. package/dist/icons/solid/solid-cart-icon.js +0 -1
  223. package/dist/icons/solid/solid-close-icon.js +0 -1
  224. package/dist/icons/solid/solid-edit-icon.js +0 -1
  225. package/dist/icons/solid/solid-favorite-icon.js +0 -1
  226. package/dist/icons/solid/solid-home-icon.js +0 -1
  227. package/dist/icons/solid/solid-information-icon.js +0 -1
  228. package/dist/icons/solid/solid-login-icon.js +0 -1
  229. package/dist/icons/solid/solid-logout-icon.js +0 -1
  230. package/dist/icons/solid/solid-news-icon.js +0 -1
  231. package/dist/icons/solid/solid-notice-icon.js +0 -1
  232. package/dist/icons/solid/solid-okay-icon.js +0 -1
  233. package/dist/icons/solid/solid-rating-icon.js +0 -1
  234. package/dist/icons/solid/solid-salecategory-icon.js +0 -1
  235. package/dist/icons/solid/solid-tag-icon.js +0 -1
  236. package/dist/icons/stroke/stroke-arrowdown-icon.d.ts +1 -0
  237. package/dist/icons/stroke/stroke-arrowleft-icon.d.ts +1 -0
  238. package/dist/icons/stroke/stroke-arrowleft-icon.js +7 -0
  239. package/dist/icons/stroke/stroke-arrowright-icon.d.ts +1 -0
  240. package/dist/icons/stroke/stroke-arrowright-icon.js +7 -0
  241. package/dist/icons/stroke/stroke-arrowup-icon.d.ts +1 -0
  242. package/dist/icons/stroke/stroke-categories-icon.js +0 -1
  243. package/dist/icons/stroke/stroke-checkmark-icon.js +0 -1
  244. package/dist/icons/stroke/stroke-closebox-icon.js +0 -1
  245. package/dist/icons/stroke/stroke-dehashed-icon.js +0 -1
  246. package/dist/icons/stroke/stroke-download-icon.js +0 -1
  247. package/dist/icons/stroke/stroke-event-icon.js +0 -1
  248. package/dist/icons/stroke/stroke-favorite-icon.js +0 -1
  249. package/dist/icons/stroke/stroke-filter-icon.js +0 -1
  250. package/dist/icons/stroke/stroke-hashed-icon.js +0 -1
  251. package/dist/icons/stroke/stroke-information-icon.js +0 -1
  252. package/dist/icons/stroke/stroke-minus-icon.js +0 -1
  253. package/dist/icons/stroke/stroke-notice-icon.js +7 -0
  254. package/dist/icons/stroke/stroke-plus-icon.js +0 -1
  255. package/dist/icons/stroke/stroke-recent-icon.js +0 -1
  256. package/dist/icons/stroke/stroke-search-icon.js +0 -1
  257. package/dist/icons/stroke/stroke-trash-icon.js +0 -1
  258. package/dist/index.js +72 -4
  259. package/dist/info-icon-tooltip/info-icon-tooltip.d.ts +3 -1
  260. package/dist/info-icon-tooltip/info-icon-tooltip.js +6 -8
  261. package/dist/intl/intl-context.d.ts +2 -0
  262. package/dist/intl/intl-provider.js +5 -0
  263. package/dist/intl/translation-id.d.ts +1 -1
  264. package/dist/intl/types.d.ts +3 -0
  265. package/dist/intl/types.js +6 -1
  266. package/dist/lists/download-document-list/download-document-list.js +4 -8
  267. package/dist/lists/download-document-list/download-document-list.module.css.js +1 -1
  268. package/dist/lists/feature-list/feature-list.js +5 -4
  269. package/dist/lists/feature-list/feature-list.module.css.js +1 -1
  270. package/dist/lists/icon-list/icon-list.d.ts +2 -1
  271. package/dist/lists/icon-list/icon-list.js +3 -2
  272. package/dist/lists/icon-list/icon-list.module.css.js +1 -1
  273. package/dist/lists/menu-list/menu-list-back-button.js +2 -2
  274. package/dist/lists/menu-list/menu-list-header.js +2 -2
  275. package/dist/lists/menu-list/menu-list-item.js +2 -2
  276. package/dist/lists/orderline-list/orderline-list.js +2 -2
  277. package/dist/lists/orderline-list/orderline-list.module.css.js +1 -1
  278. package/dist/media/image/image.js +1 -1
  279. package/dist/message/message.js +5 -8
  280. package/dist/modals/dialog/dialog.js +1 -4
  281. package/dist/modals/favorite/add-to-favorite-dialog.js +1 -1
  282. package/dist/modals/modal/modal.js +3 -2
  283. package/dist/modals/recover-password/recover-password-dialog.js +1 -1
  284. package/dist/modals/signin/sign-in-dialog.js +2 -2
  285. package/dist/navigation/mobile-navigation/mobile-navigation.js +2 -4
  286. package/dist/navigation/mobile-navigation/mobile-navigation.module.css.js +1 -1
  287. package/dist/notifications/announcements/announcement-list.js +7 -3
  288. package/dist/notifications/announcements/announcement-list.module.css.js +1 -1
  289. package/dist/notifications/announcements/announcement.js +12 -18
  290. package/dist/pages/checkout/payment-page/components/payment.js +1 -1
  291. package/dist/pages/checkout/shipping-page/components/edit-checkout-bill-to-address-form.js +1 -1
  292. package/dist/pages/countries-page/countries-page.d.ts +1 -0
  293. package/dist/pages/countries-page/countries-page.js +18 -0
  294. package/dist/pages/error-page/error-page.js +1 -1
  295. package/dist/pages/my-sonic/actions/change-customer/change-customer.js +2 -2
  296. package/dist/pages/my-sonic/navigation/my-sonic-desktop-navigation.js +2 -1
  297. package/dist/pages/my-sonic/navigation/my-sonic-navigation-items.d.ts +2 -2
  298. package/dist/pages/my-sonic/navigation/my-sonic-navigation-items.js +4 -8
  299. package/dist/pages/my-sonic/pages/order-details/order-details-content.js +1 -1
  300. package/dist/pages/my-sonic/pages/order-history/order-history-page.js +2 -2
  301. package/dist/pages/my-sonic/widgets/connected-address-book-widget.js +2 -2
  302. package/dist/shared/api/storefront/hooks/authentication/use-patch-session.d.ts +4 -1
  303. package/dist/shared/api/storefront/model/storefront.model.d.ts +4 -1
  304. package/dist/shared/error/default-error-view.js +2 -2
  305. package/dist/shared/hooks/use-resize-observer.js +1 -0
  306. package/dist/sidebar/sidebar.js +3 -2
  307. package/dist/sidebar/toggle-sidebar-button.js +2 -2
  308. package/dist/styles.css +1032 -686
  309. package/dist/table/elements/table-sort-button.js +2 -2
  310. package/dist/toast/toast.js +8 -10
  311. package/dist/tooltip/tooltip.js +3 -2
  312. package/dist/tooltip/tooltip.module.css.js +1 -1
  313. package/package.json +2 -1
  314. package/dist/icons/glyph/glyphs-arrow-blackcaps-right-icon.js +0 -8
  315. package/dist/icons/glyph/glyphs-arrow-semibold-right-icon.js +0 -8
  316. package/dist/navigation/account-icon/account-icon.d.ts +0 -5
  317. package/dist/navigation/account-icon/account-icon.js +0 -13
  318. package/dist/navigation/cart-icon/cart-icon.d.ts +0 -5
  319. package/dist/navigation/cart-icon/cart-icon.js +0 -13
  320. package/dist/navigation/favorite-icon/favorite-icon.d.ts +0 -5
  321. package/dist/navigation/favorite-icon/favorite-icon.js +0 -13
@@ -0,0 +1,7 @@
1
+ import { jsx, jsxs } from 'react/jsx-runtime';
2
+
3
+ function FlagES(props) {
4
+ return (jsx("svg", { height: "128", viewBox: "0 0 128 128", width: "128", xmlns: "http://www.w3.org/2000/svg", ...props, children: jsxs("g", { fill: "none", fillRule: "evenodd", children: [jsx("path", { d: "M0 0h128v128H0z", fill: "color(display-p3 0.776 0.043 0.118)", fillRule: "nonzero" }), jsx("path", { d: "M0 32h128v64H0z", fill: "color(display-p3 1.000 0.769 0.000)", fillRule: "nonzero" }), jsx("path", { d: "M43.005 56.893s-.13 0-.202-.04a3.083 3.083 0 0 1-.29-.246l-.173-.126-.159-.217s-.187-.302-.102-.535c.087-.233.233-.315.363-.384.13-.067.405-.151.405-.151s.217-.095.289-.108c.072-.015.333-.082.333-.082s.071-.04.143-.069c.074-.028.174-.028.233-.041.056-.015.202-.061.29-.067.133-.005.348.026.42.026.07 0 .317.013.42.013.099 0 .46-.028.562-.028.1 0 .174-.013.29 0 .115.015.317.082.376.11.059.028.404.15.535.192.13.04.448.094.594.164.143.069.233.184.304.281.072.095.088.2.116.269a.488.488 0 0 1 0 .284c-.028.067-.13.208-.13.208l-.16.26-.202.164s-.146.139-.261.123c-.115-.01-1.288-.22-2.04-.22-.753 0-1.956.22-1.956.22h.002z", fill: "color(display-p3 0.678 0.082 0.098)", fillRule: "nonzero", stroke: "color(display-p3 0.000 0.000 0.000)", strokeLinejoin: "round", strokeWidth: ".1" }), jsxs("g", { transform: "translate(42.839 53.832)", children: [jsx("circle", { cx: "2.13", cy: "1.382", fill: "color(display-p3 0.784 0.694 0.000)", fillRule: "nonzero", r: "1", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("circle", { cx: "2.135", cy: "1.382", fill: "color(display-p3 0.784 0.694 0.000)", fillRule: "nonzero", r: "1", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("circle", { cx: "2.135", cy: ".707", fill: "color(display-p3 0.784 0.694 0.000)", fillRule: "nonzero", r: "1" }), jsx("path", { d: "M2.463.63v.148h-.648V.63h.24V.292h-.158V.146h.159V0h.153v.146h.159v.146h-.159V.63h.254", fill: "color(display-p3 0.784 0.694 0.000)", fillRule: "nonzero", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("path", { d: "M2.202.492c.114.03.188.134.171.244a.233.233 0 0 1-.235.193.233.233 0 0 1-.236-.193.223.223 0 0 1 .172-.244", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("path", { d: "M2.135 3.02H.904L.876 2.72l-.06-.315-.058-.392C.418 1.564.105 1.27 0 1.334c.026-.082.056-.144.12-.182.302-.18.924.25 1.393.957.04.064.082.128.118.192h1.016c.036-.064.077-.128.118-.192.466-.706 1.09-1.136 1.39-.957.066.038.095.1.12.182-.105-.062-.415.23-.758.678l-.058.392-.06.315-.025.302H2.135z", fill: "color(display-p3 0.784 0.694 0.000)", fillRule: "nonzero", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("path", { d: "M.054 1.321c.233-.136.773.292 1.21.957m2.957-.957c-.233-.136-.77.292-1.21.957", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" })] }), jsxs("g", { fill: "color(display-p3 0.784 0.694 0.000)", fillRule: "nonzero", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1", transform: "translate(42.01 55.59)", children: [jsx("path", { d: "M1.147 1.818C1.096 1.672.998 1.54.998 1.54c.5-.146 1.193-.238 1.964-.24.77.002 1.472.094 1.969.24 0 0-.057.097-.134.233a1.76 1.76 0 0 0-.097.207c-.448-.138-1.029-.207-1.74-.21-.715.003-1.398.09-1.757.22.005 0-.025-.081-.059-.173h.003" }), jsx("path", { d: "M2.962 2.452c.622-.002 1.308-.097 1.562-.16.168-.052.268-.126.25-.216-.01-.04-.046-.077-.094-.097-.374-.12-1.042-.205-1.718-.205-.673 0-1.35.085-1.72.205-.049.02-.085.056-.095.097-.018.09.082.164.25.215.254.064.943.159 1.565.161zm2-1.19-.152-.136s-.146.087-.327.062C4.303 1.16 4.244.94 4.244.94s-.202.171-.368.158C3.709 1.083 3.602.94 3.602.94s-.182.13-.34.117c-.16-.015-.31-.212-.31-.212s-.162.205-.32.22c-.159.013-.29-.138-.29-.138s-.071.15-.274.184c-.202.033-.376-.159-.376-.159s-.115.187-.253.236c-.139.046-.318-.07-.318-.07s-.03.07-.05.11c-.021.042-.08.05-.08.05l.046.12c.494-.144 1.167-.233 1.927-.233s1.452.09 1.949.235l.05-.138h-.002z" }), jsx("path", { d: "m2.967.599.072.013a.243.243 0 0 0-.016.097c0 .149.128.269.287.269.126 0 .233-.08.271-.187.003.003.029-.097.039-.097.008 0 .008.105.013.105.018.135.14.228.281.228.159 0 .284-.12.284-.272 0-.01 0-.02-.002-.03l.09-.09.048.113a.264.264 0 0 0 .246.376.274.274 0 0 0 .225-.115l.059-.075v.093c0 .087.036.169.125.181 0 0 .098.008.233-.097.134-.105.205-.192.205-.192l.008.108s-.13.215-.248.281c-.064.039-.164.08-.244.064-.082-.013-.14-.08-.171-.156a.396.396 0 0 1-.205.056.393.393 0 0 1-.363-.22.42.42 0 0 1-.62-.02.416.416 0 0 1-.62-.067.42.42 0 0 1-.343.177.402.402 0 0 1-.279-.11.419.419 0 0 1-.62.02.393.393 0 0 1-.363.22.387.387 0 0 1-.202-.056c-.03.077-.09.143-.174.156-.077.016-.177-.025-.24-.064-.12-.066-.262-.281-.262-.281L.5.919s.074.087.208.192c.133.105.233.097.233.097.087-.012.125-.094.125-.181V.934l.056.075c.049.069.13.115.226.115a.264.264 0 0 0 .245-.376l.049-.113.09.09c-.003.01-.003.02-.003.03 0 .151.125.272.284.272.141 0 .264-.093.284-.228.003 0 .003-.105.01-.105.013 0 .036.1.042.097a.283.283 0 0 0 .27.187c.157 0 .285-.12.285-.269 0-.036 0-.066-.013-.097l.074-.013h.003z" }), jsx("path", { d: "M2.962 1.3c-.77.003-1.464.095-1.964.241-.033.01-.074-.015-.084-.043-.01-.034.013-.072.046-.082.5-.154 1.21-.251 2.002-.251.791 0 1.505.097 2.004.25.034.01.057.05.046.083-.01.028-.05.053-.084.043-.5-.146-1.196-.238-1.966-.24z", strokeLinejoin: "round" }), jsx("path", { d: "M.34 1.09C.338 1.093.243.93.174.846.123.786 0 .736 0 .736 0 .709.072.643.148.643c.047 0 .09.023.116.066l.01-.066s.061.016.09.106c.03.097.012.24.012.24s-.012.067-.036.1zM.824.83l-.028.22-.358.05-.054-.04.01-.077.272-.29.158.136" }), jsx("path", { d: "M.346.922C.376.89.438.899.48.937c.046.038.062.097.031.128-.03.033-.092.026-.136-.015C.33 1.01.315.952.346.922zm.658.033c-.016-.046 0-.095.033-.108.036-.007.077.023.095.07.015.048 0 .097-.036.107-.034.01-.075-.02-.092-.07zM1.17.74l.13.123.313-.17.023-.053-.044-.044-.358-.03L1.17.74" }), jsx("path", { d: "M1.53.156 1.36.32l.22.292.058.023.044-.046.077-.35L1.53.155" }), jsx("path", { d: "m2.115.55-.067.162L1.69.678l-.046-.04.025-.057.312-.164.134.133" }), jsx("circle", { cx: "1.641", cy: ".64", r: "1" }), jsx("path", { d: "M2.245.744C2.237.69 2.263.642 2.3.636c.036-.005.072.036.077.092.007.052-.018.102-.054.105-.036.006-.072-.036-.077-.089zm.233-.196.102.158.344-.117.035-.05-.038-.055-.34-.108-.103.172" }), jsx("path", { d: "m2.96 0-.22.133.163.353.056.036.057-.036.164-.353L2.96 0" }), jsx("path", { d: "m3.443.535-.1.146L3 .573 2.964.527 3 .477l.343-.1.1.158" }), jsx("circle", { cx: "2.962", cy: ".527", r: "1" }), jsx("path", { d: "M3.686.776c.006-.061-.02-.114-.056-.12-.036-.006-.072.04-.077.101-.005.059.018.114.054.117.036.006.072-.04.08-.098zm.126-.2.066.194.359-.04.046-.05-.026-.067-.312-.196-.133.16M4.396.156l.171.164-.22.292-.059.023-.044-.046-.076-.35.228-.083" }), jsx("path", { d: "m4.756.74-.13.123-.312-.17L4.288.64l.049-.044.358-.03.061.174" }), jsx("circle", { cx: "4.288", cy: ".64", r: "1" }), jsx("path", { d: "M4.925 1.015c.016-.055 0-.113-.033-.128-.036-.01-.077.027-.095.082-.015.058 0 .116.036.128.034.013.075-.024.092-.082zm.612.037c.003.003.098-.147.17-.223.048-.055.17-.101.17-.101 0-.024-.07-.085-.148-.085a.135.135 0 0 0-.115.06l-.01-.06s-.062.015-.092.097c-.028.089-.008.22-.008.22s.01.061.033.092zM5.053.813l.029.202.358.046.054-.037-.013-.07-.269-.266-.159.125" }), jsx("path", { d: "M5.54.922C5.512.89 5.45.899 5.404.937c-.046.038-.061.097-.03.128.03.033.092.026.138-.015.046-.039.059-.098.028-.128z" })] }), jsxs("g", { stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1", transform: "translate(43.016 57.003)", children: [jsx("path", { d: "M.005.417.085.29.25.323.154.466.005.417", fill: "color(display-p3 0.678 0.082 0.098)", fillRule: "nonzero" }), jsx("path", { d: "M.722.292.545.32C.5.325.455.297.448.253a.082.082 0 0 1 .07-.09L.695.139.878.11C.924.105.965.133.973.174a.08.08 0 0 1-.07.09L.723.292", fill: "color(display-p3 0.020 0.557 0.431)", fillRule: "nonzero" }), jsx("circle", { cx: "1.321", cy: ".161", fill: "color(display-p3 1.000 1.000 1.000)", fillRule: "nonzero", r: "1" }), jsx("path", { d: "M1.964.207h-.246c-.046 0-.085-.035-.085-.079a.08.08 0 0 1 .082-.08h.502c.049 0 .084.036.084.08 0 .044-.038.08-.084.08h-.253", fill: "color(display-p3 0.678 0.082 0.098)", fillRule: "nonzero" }), jsx("circle", { cx: "2.593", cy: ".161", fill: "color(display-p3 1.000 1.000 1.000)", fillRule: "nonzero", r: "1" }), jsx("path", { d: "M3.192.292 3.37.32c.046.005.09-.023.097-.067a.08.08 0 0 0-.069-.09l-.18-.025-.18-.028c-.047-.005-.09.023-.096.064a.077.077 0 0 0 .07.09l.181.028", fill: "color(display-p3 0.020 0.557 0.431)", fillRule: "nonzero" }), jsx("path", { d: "M3.894.425 3.83.289l-.172.016.082.15.154-.03", fill: "color(display-p3 0.678 0.082 0.098)", fillRule: "nonzero" }), jsx("path", { d: "M1.953.893C1.331.893.768.837.34.727c.428-.11.991-.177 1.613-.18.625 0 1.19.07 1.62.18-.43.11-.995.166-1.62.166z", fill: "color(display-p3 0.678 0.082 0.098)", fillRule: "nonzero", strokeLinejoin: "round" }), jsx("path", { d: "M2.446 1.001v-.42m-.265.435.005-.447m-.197.454V.566M1.897.891V.566M1.807.891V.566M1.81 1.023V.566m-.169.457V.566M1.569.891V.566M1.431 1.018 1.426.583m.138.442V.568M1.298 1.024v-.43m.133.442L1.426.579M1.124 1.031V.614m.118.422v-.44m.117.458V.596M1.065.842v-.23M1.009.832V.614M.947.824V.625M.886.975.88.658m.133.338V.637M.758.95V.668M.699.783V.666M.635.768V.676M.571.76V.691M.502.745V.712" })] }), jsxs("g", { stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1", children: [jsxs("g", { fillRule: "nonzero", children: [jsx("path", { d: "M48.968 84.654c-.395 0-.745-.084-1.006-.223-.256-.13-.605-.21-.989-.21a2.28 2.28 0 0 0-1 .213c-.26.136-.615.22-1.004.22-.394 0-.748-.092-1.006-.23a2.247 2.247 0 0 0-.97-.203c-.39 0-.733.075-.989.208a2.21 2.21 0 0 1-1.01.225v.617c.39 0 .75-.09 1.01-.225.256-.133.6-.21.989-.21.37 0 .714.08.97.205.258.135.612.23 1.006.23.389 0 .745-.084 1.003-.22.259-.133.615-.215 1.001-.215.384 0 .733.082.989.212.26.139.606.223 1 .223l.006-.617z", fill: "color(display-p3 0.000 0.357 0.749)" }), jsx("path", { d: "M48.968 85.271c-.395 0-.745-.084-1.006-.223a2.221 2.221 0 0 0-.989-.212c-.386 0-.742.082-1 .215-.26.136-.615.22-1.004.22-.394 0-.748-.095-1.006-.23a2.247 2.247 0 0 0-.97-.205c-.39 0-.733.077-.989.21-.26.135-.62.225-1.01.225v.617c.39 0 .75-.09 1.01-.225.256-.133.6-.21.989-.21.37 0 .714.08.97.205.258.138.612.23 1.006.23.389 0 .745-.087 1.003-.22.259-.133.615-.215 1.001-.215.384 0 .733.082.989.215.26.135.606.22 1 .22l.006-.617", fill: "color(display-p3 0.800 0.800 0.800)" }), jsx("path", { d: "M48.968 85.888c-.395 0-.745-.085-1.006-.22a2.186 2.186 0 0 0-.989-.215c-.386 0-.742.082-1 .215-.26.133-.615.22-1.004.22-.394 0-.748-.092-1.006-.23a2.247 2.247 0 0 0-.97-.205c-.39 0-.733.077-.989.21-.26.135-.62.225-1.01.225v.614c.39 0 .75-.087 1.01-.225.256-.13.6-.205.989-.205.37 0 .714.077.97.203.258.138.612.227 1.006.227.389 0 .745-.082 1.003-.217.259-.133.615-.213 1.001-.213.384 0 .733.08.989.21.26.141.606.22 1 .22l.006-.614", fill: "color(display-p3 0.000 0.357 0.749)" }), jsx("path", { d: "M48.962 87.122c-.394 0-.74-.085-1-.223-.256-.13-.605-.21-.989-.21-.386 0-.742.08-1 .213-.26.133-.615.22-1.004.22-.394 0-.748-.095-1.006-.23a2.21 2.21 0 0 0-.97-.203c-.39 0-.733.074-.989.208-.26.135-.62.225-1.01.225v-.615c.39 0 .75-.092 1.01-.23.256-.13.6-.205.989-.205.37 0 .714.077.97.203.258.138.612.227 1.006.227.389 0 .745-.082 1.003-.217.259-.133.615-.213 1.001-.213.384 0 .733.08.989.21.26.141.611.22 1.006.22l-.006.62", fill: "color(display-p3 0.800 0.800 0.800)" }), jsx("path", { d: "M48.962 87.739c-.394 0-.74-.085-1-.22a2.186 2.186 0 0 0-.989-.215c-.386 0-.742.082-1 .215-.26.133-.615.22-1.004.22-.394 0-.748-.095-1.006-.23a2.21 2.21 0 0 0-.97-.205c-.39 0-.733.076-.989.21-.26.135-.62.225-1.01.225v-.612c.39 0 .75-.095 1.01-.23.256-.134.6-.208.989-.208.37 0 .714.077.97.202.258.136.612.23 1.006.23.389 0 .745-.086 1.003-.22.259-.132.615-.212 1.001-.212.384 0 .733.08.989.21.26.138.609.223 1.006.223l-.006.617z", fill: "color(display-p3 0.000 0.357 0.749)" })] }), jsxs("g", { fill: "color(display-p3 0.784 0.694 0.000)", fillRule: "nonzero", children: [jsx("path", { d: "M42.731 82.12c.013.053.034.102.034.158 0 .374-.325.674-.72.674h5.873c-.397 0-.72-.3-.72-.674a.68.68 0 0 1 .024-.158.324.324 0 0 1-.113.015h-4.273a.36.36 0 0 1-.105-.015z", strokeLinejoin: "round" }), jsx("path", { d: "M42.836 81.733h4.273c.146 0 .261.09.261.2 0 .11-.115.202-.26.202h-4.274c-.143 0-.26-.092-.26-.202 0-.11.117-.2.26-.2zm-.783 2.711h5.855v-1.492h-5.855v1.492z" })] }), jsx("path", { d: "M42.893 81.49h4.16V61.105h-4.16z", fill: "color(display-p3 0.800 0.800 0.800)", fillRule: "nonzero" }), jsx("path", { d: "M45.857 61.133v20.341m.469-20.341v20.341" }), jsxs("g", { fill: "color(display-p3 0.784 0.694 0.000)", fillRule: "nonzero", children: [jsx("path", { d: "M42.132 59.487h5.707v-1.495h-5.707z" }), jsx("path", { d: "M42.731 60.482a.233.233 0 0 1 .105-.017h4.273c.044 0 .082.007.118.02a.359.359 0 0 1-.254-.338c0-.156.116-.292.264-.34a.494.494 0 0 1-.125.02h-4.276a.36.36 0 0 1-.12-.015l.023.005c.154.046.24.182.24.33 0 .143-.097.29-.248.335z", strokeLinejoin: "round" }), jsx("path", { d: "M42.836 60.465h4.273c.146 0 .261.09.261.2 0 .112-.115.201-.261.201h-4.273c-.143 0-.26-.09-.26-.202 0-.11.117-.2.26-.2zm0-.978h4.276c.146 0 .263.076.263.169 0 .094-.117.171-.263.171h-4.276c-.143 0-.26-.077-.26-.171 0-.093.117-.17.26-.17z" })] })] }), jsxs("g", { fill: "color(display-p3 0.678 0.082 0.098)", fillRule: "nonzero", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1", children: [jsx("path", { d: "M41.595 76.447c-.579.332-.973.676-.909.847.03.156.215.274.479.448.414.29.665.804.468 1.042.343-.277.56-.689.56-1.15 0-.478-.23-.91-.598-1.187z" }), jsx("path", { d: "M51.302 68.728c-.906-.373-2.45-.653-4.221-.711a13.18 13.18 0 0 0-1.994.179c-2.489.417-4.386 1.41-4.235 2.22l.013.066s-.932-2.102-.947-2.181c-.166-.899 1.935-2.002 4.698-2.463a14.092 14.092 0 0 1 2.447-.195c1.766 0 3.302.228 4.23.571l.01 2.514", strokeLinejoin: "round" }), jsx("path", { d: "M42.885 71.288c-1.154-.082-1.94-.391-2.033-.873-.071-.384.32-.811 1.017-1.198.31.036.66.077 1.024.077l-.008 1.994m4.175-1.559c.722.11 1.263.29 1.531.51l.026.043c.128.264-.504.825-1.564 1.452l.007-2.005" }), jsx("path", { d: "M40.3 75.22c-.11-.327 1.016-.988 2.606-1.571.727-.259 1.326-.53 2.07-.858 2.21-.978 3.84-2.1 3.64-2.506l-.022-.044c.118.098.302 2.11.302 2.11.2.373-1.293 1.48-3.328 2.452-.65.312-2.025.82-2.673 1.047-1.162.402-2.314 1.162-2.209 1.444l-.387-2.071v-.003z", strokeLinejoin: "round" })] }), jsx("path", { d: "M83.162 56.427s-.19.2-.328.228c-.136.026-.31-.125-.31-.125s-.123.13-.276.164c-.151.036-.361-.17-.361-.17s-.146.206-.274.254c-.13.046-.29-.061-.29-.061s-.058.1-.166.156c-.046.023-.123-.013-.123-.013l-.153-.097-.174-.185-.16-.061s-.07-.233-.079-.274a11.11 11.11 0 0 0-.02-.146c-.033-.166.223-.358.589-.44.21-.049.394-.046.527-.005.146-.123.456-.21.82-.21.33 0 .619.069.778.179.156-.11.445-.18.775-.18.364 0 .671.088.817.21.136-.04.317-.043.53.006.363.082.622.274.589.44 0 0-.016.105-.02.146a6.15 6.15 0 0 1-.083.274l-.159.061-.174.185-.148.097s-.077.036-.123.013c-.11-.054-.169-.156-.169-.156s-.159.107-.29.061c-.13-.048-.273-.253-.273-.253s-.21.205-.364.169c-.15-.034-.274-.164-.274-.164s-.174.15-.31.125c-.138-.028-.324-.228-.324-.228z", fill: "color(display-p3 0.678 0.082 0.098)", fillRule: "nonzero", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsxs("g", { transform: "translate(82.8 54.062)", children: [jsx("circle", { cx: ".353", cy: "1.285", fill: "color(display-p3 0.784 0.694 0.000)", fillRule: "nonzero", r: "1", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("circle", { cx: ".361", cy: "1.285", fill: "color(display-p3 0.784 0.694 0.000)", fillRule: "nonzero", r: "1", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("circle", { cx: ".358", cy: ".709", fill: "color(display-p3 0.784 0.694 0.000)", fillRule: "nonzero", r: "1" }), jsx("path", { d: "M.689.63v.148H.04V.63h.24V.297H.124V.148h.159V0h.156v.148h.156v.149H.438V.63h.25", fill: "color(display-p3 0.784 0.694 0.000)", fillRule: "nonzero", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("path", { d: "M.428.497C.54.53.61.637.593.747a.235.235 0 0 1-.24.19A.234.234 0 0 1 .12.74.226.226 0 0 1 .297.494", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" })] }), jsxs("g", { stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1", transform: "translate(80.159 54.722)", children: [jsx("path", { d: "M.33 1.595A.73.73 0 0 1 .998.58c.128 0 .246.033.351.095", strokeLinecap: "round" }), jsx("path", { d: "M1.628 1.068a.443.443 0 0 1-.074-.216c0-.294.305-.532.676-.532.158 0 .307.044.422.115m1.713.64a.458.458 0 0 0 .064-.223c0-.294-.302-.532-.676-.532a.797.797 0 0 0-.42.115" }), jsx("path", { d: "M5.655 1.595a.76.76 0 0 0 .054-.277.73.73 0 0 0-.722-.737.695.695 0 0 0-.353.095", strokeLinecap: "round" }), jsx("circle", { cx: ".115", cy: "1.26", r: "1" }), jsx("circle", { cx: ".159", cy: ".855", r: "1" }), jsx("circle", { cx: ".42", cy: ".548", r: "1" }), jsx("circle", { cx: ".765", cy: ".381", r: "1" }), jsx("circle", { cx: "1.134", cy: ".397", r: "1" }), jsx("circle", { cx: "1.359", cy: ".85", fill: "color(display-p3 1.000 1.000 1.000)", fillRule: "nonzero", r: "1" }), jsx("circle", { cx: "1.423", cy: ".466", r: "1" }), jsx("circle", { cx: "1.713", cy: ".225", r: "1" }), jsx("circle", { cx: "2.076", cy: ".11", r: "1" }), jsx("circle", { cx: "2.445", cy: ".123", r: "1" }), jsx("circle", { cx: "3.538", cy: ".123", r: "1" }), jsx("circle", { cx: "3.909", cy: ".11", r: "1" }), jsx("circle", { cx: "4.27", cy: ".225", r: "1" }), jsx("circle", { cx: "4.559", cy: ".466", r: "1" }), jsx("circle", { cx: "4.623", cy: ".85", fill: "color(display-p3 1.000 1.000 1.000)", fillRule: "nonzero", r: "1" }), jsx("circle", { cx: "4.849", cy: ".397", r: "1" }), jsx("circle", { cx: "5.22", cy: ".381", r: "1" }), jsx("circle", { cx: "5.565", cy: ".548", r: "1" }), jsx("circle", { cx: "5.827", cy: ".855", r: "1" }), jsx("circle", { cx: "5.87", cy: "1.26", r: "1" })] }), jsxs("g", { fill: "color(display-p3 0.784 0.694 0.000)", fillRule: "nonzero", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1", transform: "translate(80.197 55.59)", children: [jsx("path", { d: "M1.147 1.818C1.096 1.672.998 1.54.998 1.54c.5-.146 1.193-.238 1.964-.24.77.002 1.472.094 1.969.24 0 0-.057.097-.134.233a1.76 1.76 0 0 0-.097.207c-.448-.138-1.029-.207-1.74-.21-.715.003-1.398.09-1.757.22.005 0-.025-.081-.059-.173h.003" }), jsx("path", { d: "M2.962 2.452c.622-.002 1.308-.097 1.562-.16.168-.052.268-.126.25-.216-.01-.04-.046-.077-.094-.097-.374-.12-1.042-.205-1.718-.205-.673 0-1.35.085-1.72.205-.049.02-.085.056-.095.097-.018.09.082.164.25.215.254.064.943.159 1.565.161zm2-1.19-.152-.136s-.146.087-.327.062C4.303 1.16 4.244.94 4.244.94s-.202.171-.368.158C3.709 1.083 3.602.94 3.602.94s-.182.13-.34.117c-.16-.015-.31-.212-.31-.212s-.162.205-.32.22c-.159.013-.29-.138-.29-.138s-.071.15-.274.184c-.202.033-.376-.159-.376-.159s-.115.187-.253.236c-.139.046-.318-.07-.318-.07s-.03.07-.05.11c-.021.042-.08.05-.08.05l.046.12c.494-.144 1.167-.233 1.927-.233s1.452.09 1.949.235l.05-.138h-.002z" }), jsx("path", { d: "m2.967.599.072.013a.243.243 0 0 0-.016.097c0 .149.128.269.287.269.126 0 .233-.08.271-.187.003.003.029-.097.039-.097.008 0 .008.105.013.105.018.135.14.228.281.228.159 0 .284-.12.284-.272 0-.01 0-.02-.002-.03l.09-.09.048.113a.264.264 0 0 0 .246.376.274.274 0 0 0 .225-.115l.059-.075v.093c0 .087.036.169.125.181 0 0 .098.008.233-.097.134-.105.205-.192.205-.192l.008.108s-.13.215-.248.281c-.064.039-.164.08-.244.064-.082-.013-.14-.08-.171-.156a.396.396 0 0 1-.205.056.393.393 0 0 1-.363-.22.42.42 0 0 1-.62-.02.416.416 0 0 1-.62-.067.42.42 0 0 1-.343.177.402.402 0 0 1-.279-.11.419.419 0 0 1-.62.02.393.393 0 0 1-.363.22.387.387 0 0 1-.202-.056c-.03.077-.09.143-.174.156-.077.016-.177-.025-.24-.064-.12-.066-.262-.281-.262-.281L.5.919s.074.087.208.192c.133.105.233.097.233.097.087-.012.125-.094.125-.181V.934l.056.075c.049.069.13.115.226.115a.264.264 0 0 0 .245-.376l.049-.113.09.09c-.003.01-.003.02-.003.03 0 .151.125.272.284.272.141 0 .264-.093.284-.228.003 0 .003-.105.01-.105.013 0 .036.1.042.097a.283.283 0 0 0 .27.187c.157 0 .285-.12.285-.269 0-.036 0-.066-.013-.097l.074-.013h.003z" }), jsx("path", { d: "M2.962 1.3c-.77.003-1.464.095-1.964.241-.033.01-.074-.015-.084-.043-.01-.034.013-.072.046-.082.5-.154 1.21-.251 2.002-.251.791 0 1.505.097 2.004.25.034.01.057.05.046.083-.01.028-.05.053-.084.043-.5-.146-1.196-.238-1.966-.24z", strokeLinejoin: "round" }), jsx("path", { d: "M.34 1.09C.338 1.093.243.93.174.846.123.786 0 .736 0 .736 0 .709.072.643.148.643c.047 0 .09.023.116.066l.01-.066s.061.016.09.106c.03.097.012.24.012.24s-.012.067-.036.1zM.824.83l-.028.22-.358.05-.054-.04.01-.077.272-.29.158.136" }), jsx("path", { d: "M.346.922C.376.89.438.899.48.937c.046.038.062.097.031.128-.03.033-.092.026-.136-.015C.33 1.01.315.952.346.922zm.658.033c-.016-.046 0-.095.033-.108.036-.007.077.023.095.07.015.048 0 .097-.036.107-.034.01-.075-.02-.092-.07zM1.17.74l.13.123.313-.17.023-.053-.044-.044-.358-.03L1.17.74" }), jsx("path", { d: "M1.53.156 1.36.32l.22.292.058.023.044-.046.077-.35L1.53.155" }), jsx("path", { d: "m2.115.55-.067.162L1.69.678l-.046-.04.025-.057.312-.164.134.133" }), jsx("circle", { cx: "1.641", cy: ".64", r: "1" }), jsx("path", { d: "M2.245.744C2.237.69 2.263.642 2.3.636c.036-.005.072.036.077.092.007.052-.018.102-.054.105-.036.006-.072-.036-.077-.089zm.233-.196.102.158.344-.117.035-.05-.038-.055-.34-.108-.103.172" }), jsx("path", { d: "m2.96 0-.22.133.163.353.056.036.057-.036.164-.353L2.96 0" }), jsx("path", { d: "m3.443.535-.1.146L3 .573 2.964.527 3 .477l.343-.1.1.158" }), jsx("circle", { cx: "2.962", cy: ".527", r: "1" }), jsx("path", { d: "M3.686.776c.006-.061-.02-.114-.056-.12-.036-.006-.072.04-.077.101-.005.059.018.114.054.117.036.006.072-.04.08-.098zm.126-.2.066.194.359-.04.046-.05-.026-.067-.312-.196-.133.16M4.396.156l.171.164-.22.292-.059.023-.044-.046-.076-.35.228-.083" }), jsx("path", { d: "m4.756.74-.13.123-.312-.17L4.288.64l.049-.044.358-.03.061.174" }), jsx("circle", { cx: "4.288", cy: ".64", r: "1" }), jsx("path", { d: "M4.925 1.015c.016-.055 0-.113-.033-.128-.036-.01-.077.027-.095.082-.015.058 0 .116.036.128.034.013.075-.024.092-.082zm.612.037c.003.003.098-.147.17-.223.048-.055.17-.101.17-.101 0-.024-.07-.085-.148-.085a.135.135 0 0 0-.115.06l-.01-.06s-.062.015-.092.097c-.028.089-.008.22-.008.22s.01.061.033.092zM5.053.813l.029.202.358.046.054-.037-.013-.07-.269-.266-.159.125" }), jsx("path", { d: "M5.54.922C5.512.89 5.45.899 5.404.937c-.046.038-.061.097-.03.128.03.033.092.026.138-.015.046-.039.059-.098.028-.128z" })] }), jsxs("g", { stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1", transform: "translate(81.203 57.003)", children: [jsx("path", { d: "M.005.417.085.29.25.323.154.466.005.417", fill: "color(display-p3 0.678 0.082 0.098)", fillRule: "nonzero" }), jsx("path", { d: "M.722.292.545.32C.5.325.455.297.448.253a.082.082 0 0 1 .07-.09L.695.139.878.11C.924.105.965.133.973.174a.08.08 0 0 1-.07.09L.723.292", fill: "color(display-p3 0.020 0.557 0.431)", fillRule: "nonzero" }), jsx("circle", { cx: "1.321", cy: ".161", fill: "color(display-p3 1.000 1.000 1.000)", fillRule: "nonzero", r: "1" }), jsx("path", { d: "M1.964.207h-.246c-.046 0-.085-.035-.085-.079a.08.08 0 0 1 .082-.08h.502c.049 0 .084.036.084.08 0 .044-.038.08-.084.08h-.253", fill: "color(display-p3 0.678 0.082 0.098)", fillRule: "nonzero" }), jsx("circle", { cx: "2.593", cy: ".161", fill: "color(display-p3 1.000 1.000 1.000)", fillRule: "nonzero", r: "1" }), jsx("path", { d: "M3.192.292 3.37.32c.046.005.09-.023.097-.067a.08.08 0 0 0-.069-.09l-.18-.025-.18-.028c-.047-.005-.09.023-.096.064a.077.077 0 0 0 .07.09l.181.028", fill: "color(display-p3 0.020 0.557 0.431)", fillRule: "nonzero" }), jsx("path", { d: "M3.894.425 3.83.289l-.172.016.082.15.154-.03", fill: "color(display-p3 0.678 0.082 0.098)", fillRule: "nonzero" }), jsx("path", { d: "M1.953.893C1.331.893.768.837.34.727c.428-.11.991-.177 1.613-.18.625 0 1.19.07 1.62.18-.43.11-.995.166-1.62.166z", fill: "color(display-p3 0.678 0.082 0.098)", fillRule: "nonzero", strokeLinejoin: "round" }), jsx("path", { d: "M2.446 1.001v-.42m-.265.435.005-.447m-.197.454V.566M1.897.891V.566M1.807.891V.566M1.81 1.023V.566m-.169.457V.566M1.569.891V.566M1.431 1.018 1.426.583m.138.442V.568M1.298 1.024v-.43m.133.442L1.426.579M1.124 1.031V.614m.118.422v-.44m.117.458V.596M1.065.842v-.23M1.009.832V.614M.947.824V.625M.886.975.88.658m.133.338V.637M.758.95V.668M.699.783V.666M.635.768V.676M.571.76V.691M.502.745V.712" })] }), jsxs("g", { stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1", children: [jsxs("g", { fillRule: "nonzero", children: [jsx("path", { d: "M87.155 84.654c-.394 0-.745-.084-1.006-.223-.256-.13-.604-.21-.988-.21a2.28 2.28 0 0 0-1.001.213c-.259.136-.614.22-1.004.22-.394 0-.747-.092-1.006-.23a2.247 2.247 0 0 0-.97-.203c-.389 0-.732.075-.988.208a2.21 2.21 0 0 1-1.011.225v.617c.391 0 .75-.09 1.011-.225.256-.133.599-.21.988-.21.371 0 .714.08.97.205.259.135.612.23 1.006.23.39 0 .745-.084 1.004-.22.259-.133.614-.215 1.001-.215.384 0 .732.082.988.212.261.139.607.223 1.001.223l.005-.617z", fill: "color(display-p3 0.000 0.357 0.749)" }), jsx("path", { d: "M87.155 85.271c-.394 0-.745-.084-1.006-.223a2.221 2.221 0 0 0-.988-.212c-.387 0-.742.082-1.001.215-.259.136-.614.22-1.004.22-.394 0-.747-.095-1.006-.23a2.247 2.247 0 0 0-.97-.205c-.389 0-.732.077-.988.21-.261.135-.62.225-1.011.225v.617c.391 0 .75-.09 1.011-.225.256-.133.599-.21.988-.21.371 0 .714.08.97.205.259.138.612.23 1.006.23.39 0 .745-.087 1.004-.22s.614-.215 1.001-.215c.384 0 .732.082.988.215.261.135.607.22 1.001.22l.005-.617", fill: "color(display-p3 0.800 0.800 0.800)" }), jsx("path", { d: "M87.155 85.888c-.394 0-.745-.085-1.006-.22a2.186 2.186 0 0 0-.988-.215c-.387 0-.742.082-1.001.215-.259.133-.614.22-1.004.22-.394 0-.747-.092-1.006-.23a2.247 2.247 0 0 0-.97-.205c-.389 0-.732.077-.988.21-.261.135-.62.225-1.011.225v.614c.391 0 .75-.087 1.011-.225.256-.13.599-.205.988-.205.371 0 .714.077.97.203.259.138.612.227 1.006.227.39 0 .745-.082 1.004-.217.259-.133.614-.213 1.001-.213.384 0 .732.08.988.21.261.141.607.22 1.001.22l.005-.614", fill: "color(display-p3 0.000 0.357 0.749)" }), jsx("path", { d: "M87.15 87.122c-.394 0-.74-.085-1-.223-.257-.13-.605-.21-.989-.21-.387 0-.742.08-1.001.213-.259.133-.614.22-1.004.22-.394 0-.747-.095-1.006-.23a2.21 2.21 0 0 0-.97-.203c-.389 0-.732.074-.988.208-.261.135-.62.225-1.011.225v-.615c.391 0 .75-.092 1.011-.23.256-.13.599-.205.988-.205.371 0 .714.077.97.203.259.138.612.227 1.006.227.39 0 .745-.082 1.004-.217.259-.133.614-.213 1.001-.213.384 0 .732.08.988.21.261.141.612.22 1.006.22l-.005.62", fill: "color(display-p3 0.800 0.800 0.800)" }), jsx("path", { d: "M87.15 87.739c-.394 0-.74-.085-1-.22a2.186 2.186 0 0 0-.989-.215c-.387 0-.742.082-1.001.215-.259.133-.614.22-1.004.22-.394 0-.747-.095-1.006-.23a2.21 2.21 0 0 0-.97-.205c-.389 0-.732.076-.988.21-.261.135-.62.225-1.011.225v-.612c.391 0 .75-.095 1.011-.23.256-.134.599-.208.988-.208.371 0 .714.077.97.202.259.136.612.23 1.006.23.39 0 .745-.086 1.004-.22.259-.132.614-.212 1.001-.212.384 0 .732.08.988.21.261.138.61.223 1.006.223l-.005.617z", fill: "color(display-p3 0.000 0.357 0.749)" })] }), jsxs("g", { fill: "color(display-p3 0.784 0.694 0.000)", fillRule: "nonzero", children: [jsx("path", { d: "M80.92 82.12c.012.053.032.102.032.158 0 .374-.325.674-.719.674h5.873c-.397 0-.72-.3-.72-.674a.68.68 0 0 1 .023-.158.324.324 0 0 1-.112.015h-4.273a.36.36 0 0 1-.105-.015z", strokeLinejoin: "round" }), jsx("path", { d: "M81.024 81.733h4.273c.146 0 .26.09.26.2 0 .11-.114.202-.26.202h-4.273c-.143 0-.261-.092-.261-.202 0-.11.118-.2.261-.2zm-.783 2.711h5.854v-1.492h-5.854v1.492z" })] }), jsx("path", { d: "M81.08 81.49h4.16V61.105h-4.16z", fill: "color(display-p3 0.800 0.800 0.800)", fillRule: "nonzero" }), jsx("path", { d: "M84.045 61.133v20.341m.468-20.341v20.341" }), jsxs("g", { fill: "color(display-p3 0.784 0.694 0.000)", fillRule: "nonzero", children: [jsx("path", { d: "M80.32 59.487h5.706v-1.495H80.32z" }), jsx("path", { d: "M80.919 60.482a.233.233 0 0 1 .105-.017h4.273c.043 0 .082.007.117.02a.359.359 0 0 1-.253-.338c0-.156.115-.292.264-.34a.494.494 0 0 1-.126.02h-4.275a.36.36 0 0 1-.12-.015l.023.005c.153.046.24.182.24.33 0 .143-.097.29-.248.335z", strokeLinejoin: "round" }), jsx("path", { d: "M81.024 60.465h4.273c.146 0 .26.09.26.2 0 .112-.114.201-.26.201h-4.273c-.143 0-.261-.09-.261-.202 0-.11.118-.2.261-.2zm0-.978h4.275c.146 0 .264.076.264.169 0 .094-.118.171-.264.171h-4.275c-.143 0-.261-.077-.261-.171 0-.093.118-.17.261-.17z" })] })] }), jsxs("g", { fill: "color(display-p3 0.678 0.082 0.098)", fillRule: "nonzero", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1", children: [jsx("path", { d: "M86.551 76.447c.579.332.973.676.909.847-.03.156-.215.274-.479.448-.415.29-.665.804-.468 1.042a1.474 1.474 0 0 1-.561-1.15c0-.478.23-.91.6-1.187z" }), jsx("path", { d: "M76.844 68.728c.906-.373 2.45-.653 4.221-.711.612.005 1.29.064 1.994.179 2.489.417 4.386 1.41 4.234 2.22l-.012.066s.932-2.102.947-2.181c.166-.899-1.935-2.002-4.698-2.463a14.092 14.092 0 0 0-2.447-.195c-1.766 0-3.302.228-4.23.571l-.01 2.514", strokeLinejoin: "round" }), jsx("path", { d: "M85.26 71.288c1.155-.082 1.941-.391 2.033-.873.072-.384-.32-.811-1.016-1.198-.31.036-.66.077-1.024.077l.008 1.994m-4.176-1.559c-.721.11-1.262.29-1.53.51l-.026.043c-.128.264.504.825 1.564 1.452l-.008-2.005" }), jsx("path", { d: "M87.846 75.22c.11-.327-1.016-.988-2.606-1.571-.727-.259-1.326-.53-2.07-.858-2.21-.978-3.84-2.1-3.641-2.506l.023-.044c-.118.098-.302 2.11-.302 2.11-.2.373 1.293 1.48 3.328 2.452.65.312 2.025.82 2.673 1.047 1.162.402 2.314 1.162 2.209 1.444l.386-2.071v-.003z", strokeLinejoin: "round" })] }), jsx("path", { d: "M42.603 67.75c.51-.184.843-.404.681-.803-.105-.256-.366-.305-.76-.162l-.694.254.625 1.543c.07-.03.138-.061.207-.087.072-.025.146-.046.218-.066l-.277-.676v-.003zm-.302-.745.177-.064c.146-.053.31.026.384.205.054.136.041.29-.128.397-.054.033-.118.059-.18.084l-.253-.622m1.93-.645c-.074.02-.145.041-.22.057a3.398 3.398 0 0 1-.225.03l.361 1.608 1.121-.225c-.012-.031-.03-.067-.035-.098-.008-.035-.008-.071-.01-.105-.198.057-.413.118-.669.17l-.322-1.437m2.247 1.385c.21-.583.466-1.142.72-1.707a1.245 1.245 0 0 1-.276.018 14.49 14.49 0 0 1-.48 1.228c-.21-.386-.442-.765-.622-1.154-.087.01-.176.023-.263.03-.087.006-.18.003-.267.006.323.527.635 1.052.932 1.595.041-.008.082-.016.128-.02.041-.003.085.002.128.004m2.345-1.236c.039-.08.08-.154.123-.228-.061-.056-.246-.14-.463-.161-.458-.046-.72.156-.75.432-.067.579.847.53.804.914-.018.164-.192.23-.38.213-.207-.02-.36-.136-.386-.305l-.056-.005c-.03.1-.074.197-.123.294.136.087.31.136.474.151.468.049.824-.138.857-.445.059-.55-.863-.581-.827-.906.016-.136.12-.226.359-.203.171.018.276.11.322.244l.046.005m30.613 1.326c.158-.597.36-1.173.56-1.759a.798.798 0 0 1-.135.028c-.044.008-.092.01-.139.013-.094.42-.225.842-.363 1.265-.246-.369-.512-.727-.725-1.101-.087.018-.174.038-.26.051-.088.013-.177.018-.267.028.371.497.73.996 1.075 1.513.041-.01.082-.025.128-.03.041-.006.085-.006.126-.008m1.582-1.746c-.074.002-.151.01-.225.008-.077 0-.154-.01-.228-.016l-.031 1.641 1.15.02a.495.495 0 0 1-.016-.104c0-.034.01-.07.018-.103-.207.013-.43.026-.694.02l.026-1.466m1.802.269c.184.015.361.048.538.08-.003-.034-.008-.07-.005-.106.002-.033.015-.066.025-.1l-1.554-.128c.003.036.008.07.005.103-.002.036-.015.069-.025.102.158-.005.35-.005.566.013l-.136 1.477c.074 0 .15 0 .225.008.077.005.151.018.225.028l.136-1.477m.638 1.618c.074.012.15.023.225.038.071.015.146.038.217.059l.185-.753.02.003c.041.105.097.23.126.304l.23.569c.092.015.182.028.269.046.092.02.179.046.266.072l-.08-.172c-.122-.256-.253-.515-.36-.773.286.01.507-.092.563-.323.038-.158-.026-.284-.174-.391-.113-.08-.328-.12-.469-.154l-.624-.136-.394 1.61m.803-1.387c.182.041.407.07.407.274a.663.663 0 0 1-.015.123c-.059.24-.24.322-.545.233l.153-.63m2.156 1.882c-.013.176-.046.35-.08.537.077.036.157.07.23.113.078.04.147.087.221.133l.154-1.85a.748.748 0 0 1-.2-.11l-1.633 1.036c.043.02.09.04.13.064.044.023.08.049.12.072.139-.116.282-.21.446-.333l.612.335v.003zm-.463-.425.545-.351-.064.614-.481-.263", fill: "color(display-p3 0.784 0.694 0.000)", fillRule: "nonzero" }), jsx("path", { d: "M63.91 46.776c1.7 0 3.216.254 4.201.643.564.256 1.321.443 2.15.555a8.63 8.63 0 0 0 1.754.062c.7-.016 1.708.19 2.719.635.835.37 1.533.821 1.997 1.257l-.402.358-.115 1.014-1.101 1.26-.55.468-1.304 1.042-.665.053-.202.576-8.425-.988-8.453.988-.203-.576-.668-.053-1.3-1.042-.55-.469-1.102-1.26-.112-1.013-.405-.358c.466-.436 1.163-.886 1.997-1.257 1.011-.446 2.02-.65 2.719-.635a8.63 8.63 0 0 0 1.753-.062c.83-.112 1.588-.3 2.15-.555.989-.39 2.418-.643 4.117-.643z", fill: "color(display-p3 0.678 0.082 0.098)", fillRule: "nonzero", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsxs("g", { fillRule: "nonzero", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1", transform: "translate(50.737 39.818)", children: [jsx("path", { d: "m6.95 9.185.354.284.532-.87c-.576-.353-.973-.968-.973-1.667 0-.079.005-.156.016-.232.053-1.112 1.408-2.028 3.123-2.028.89 0 1.697.243 2.263.635.015-.172.03-.32.054-.476-.622-.364-1.434-.584-2.317-.584-1.974 0-3.518 1.124-3.592 2.45a2.366 2.366 0 0 0 .822 2.025l-.282.463", fill: "color(display-p3 0.784 0.694 0.000)" }), jsx("path", { d: "M6.973 9.196C6.3 8.69 5.88 8.008 5.88 7.255c0-.865.569-1.638 1.429-2.153-.53.428-.853.98-.899 1.595a2.366 2.366 0 0 0 .822 2.025l-.259.474", fill: "color(display-p3 0.784 0.694 0.000)" }), jsx("path", { d: "M1.03 10.074a2.34 2.34 0 0 1-.61-1.567c0-.361.084-.704.233-1.011.545-1.122 2.258-1.938 4.29-1.938.553 0 1.083.059 1.572.171-.107.118-.192.249-.276.38a6.783 6.783 0 0 0-1.296-.124c-1.86 0-3.42.725-3.87 1.703a1.876 1.876 0 0 0-.187.819c0 .594.279 1.126.714 1.49l-.673 1.1-.361-.286.463-.737z", fill: "color(display-p3 0.784 0.694 0.000)" }), jsx("path", { d: "M1.718 6.385c-.49.31-.86.688-1.065 1.11-.149.308-.233.65-.233 1.012 0 .596.23 1.144.61 1.567l-.41.663C.228 10.235 0 9.647 0 9.02c0-1.075.684-2.014 1.718-2.636zm11.556-2.358c.45 0 .84.297.931.699.06.353.098.755.105 1.182.003.047-.002.09-.002.134 0 .05.01.105.013.156.015.9.143 1.694.325 2.18l-1.372 1.317-1.39-1.316c.184-.487.312-1.28.33-2.181 0-.051.01-.105.01-.156 0-.044-.003-.087-.003-.134a8.16 8.16 0 0 1 .105-1.182c.093-.402.497-.7.948-.7z", fill: "color(display-p3 0.784 0.694 0.000)" }), jsx("path", { d: "M13.274 4.454a.48.48 0 0 1 .478.356c.06.336.095.717.103 1.122 0 .04-.003.081-.003.122 0 .052.008.1.01.151.013.85.136 1.6.31 2.061l-.906.858-.906-.858c.171-.46.294-1.21.31-2.06 0-.052.01-.1.01-.152l-.003-.122c.008-.405.044-.786.103-1.122.046-.207.26-.356.494-.356zm6.313 4.731-.356.284-.533-.87c.579-.353.976-.968.976-1.667 0-.079-.006-.156-.016-.232-.054-1.112-1.408-2.028-3.123-2.028-.893 0-1.697.243-2.263.635a6.4 6.4 0 0 0-.056-.476c.624-.364 1.433-.584 2.319-.584 1.974 0 3.517 1.124 3.592 2.45.007.08.013.156.013.235 0 .707-.326 1.347-.838 1.79l.285.463", fill: "color(display-p3 0.784 0.694 0.000)" }), jsx("path", { d: "M19.564 9.196c.673-.505 1.093-1.188 1.093-1.941 0-.865-.569-1.638-1.429-2.153.53.428.853.98.899 1.595.007.08.013.156.013.235 0 .707-.326 1.347-.838 1.79l.262.474", fill: "color(display-p3 0.784 0.694 0.000)" }), jsx("path", { d: "M25.508 10.074c.376-.423.61-.97.61-1.567 0-.361-.085-.704-.234-1.011-.548-1.122-2.258-1.938-4.29-1.938-.553 0-1.083.059-1.575.171.11.118.195.249.28.38.404-.08.841-.124 1.295-.124 1.86 0 3.417.725 3.868 1.703.12.248.187.527.187.819 0 .594-.28 1.126-.715 1.49l.674 1.1.363-.286-.463-.737z", fill: "color(display-p3 0.784 0.694 0.000)" }), jsx("path", { d: "M24.82 6.385c.488.31.86.688 1.064 1.11.149.308.233.65.233 1.012 0 .596-.233 1.144-.61 1.567l.41.663c.392-.502.617-1.09.617-1.716 0-1.075-.683-2.014-1.715-2.636z", fill: "color(display-p3 0.784 0.694 0.000)" }), jsx("ellipse", { cx: "13.276", cy: "3.011", fill: "color(display-p3 0.000 0.357 0.749)", rx: "1.134", ry: "1.075" }), jsx("path", { d: "M12.98 0v.579h-.62v.588h.62V2.86h-.782c-.007.053-.056.094-.056.15 0 .149.03.292.09.42 0 .006.005.006.007.008h2.08c0-.002.004-.002.007-.008.056-.128.09-.271.09-.42 0-.056-.05-.097-.057-.15h-.758V1.167h.62V.58h-.62V0h-.622z", fill: "color(display-p3 0.784 0.694 0.000)" })] }), jsxs("g", { fill: "color(display-p3 1.000 1.000 1.000)", fillRule: "nonzero", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1", transform: "translate(49.974 43.313)", children: [jsx("circle", { cx: "14.036", cy: "5.056", r: "1" }), jsx("circle", { cx: "14.036", cy: "4.15", r: "1" }), jsx("circle", { cx: "14.036", cy: "3.177", r: "1" }), jsx("circle", { cx: "14.036", cy: "2.301", r: "1" }), jsx("circle", { cx: "14.036", cy: "1.533", r: "1" }), jsx("circle", { cx: ".955", cy: "7.547", r: "1" }), jsx("circle", { cx: ".571", cy: "6.868", r: "1" }), jsx("circle", { cx: ".315", cy: "6.08", r: "1" }), jsx("circle", { cx: ".282", cy: "5.235", r: "1" }), jsx("circle", { cx: ".489", cy: "4.406", r: "1" }), jsx("circle", { cx: ".922", cy: "3.651", r: "1" }), jsx("circle", { cx: "1.498", cy: "3.028", r: "1" }), jsx("circle", { cx: "2.168", cy: "2.514", r: "1" }), jsx("circle", { cx: "2.967", cy: "2.092", r: "1" }), jsx("circle", { cx: "3.796", cy: "1.792", r: "1" }), jsx("circle", { cx: "4.723", cy: "1.626", r: "1" }), jsx("circle", { cx: "5.604", cy: "1.58", r: "1" }), jsx("circle", { cx: "6.467", cy: "1.61", r: "1" }), jsx("circle", { cx: "7.424", cy: "5.409", r: "1" }), jsx("circle", { cx: "6.945", cy: "4.726", r: "1" }), jsx("circle", { cx: "6.692", cy: "3.983", r: "1" }), jsx("circle", { cx: "6.723", cy: "3.169", r: "1" }), jsx("circle", { cx: "6.899", cy: "2.35", r: "1" }), jsx("circle", { cx: "7.329", cy: "1.61", r: "1" }), jsx("circle", { cx: "7.985", cy: "1.096", r: "1" }), jsx("circle", { cx: "8.75", cy: ".671", r: "1" }), jsx("circle", { cx: "9.597", cy: ".417", r: "1" }), jsx("circle", { cx: "10.476", cy: ".266", r: "1" }), jsx("circle", { cx: "11.338", cy: ".279", r: "1" }), jsx("circle", { cx: "12.232", cy: ".43", r: "1" }), jsx("circle", { cx: "13.061", cy: ".717", r: "1" }), jsx("circle", { cx: "14.999", cy: ".717", r: "1" }), jsx("circle", { cx: "15.828", cy: ".43", r: "1" }), jsx("circle", { cx: "16.724", cy: ".279", r: "1" }), jsx("circle", { cx: "17.585", cy: ".266", r: "1" }), jsx("circle", { cx: "18.465", cy: ".417", r: "1" }), jsx("circle", { cx: "19.31", cy: ".671", r: "1" }), jsx("circle", { cx: "20.078", cy: "1.096", r: "1" }), jsx("circle", { cx: "20.731", cy: "1.61", r: "1" }), jsx("circle", { cx: "21.164", cy: "2.35", r: "1" }), jsx("circle", { cx: "21.34", cy: "3.169", r: "1" }), jsx("circle", { cx: "21.371", cy: "3.983", r: "1" }), jsx("circle", { cx: "21.115", cy: "4.726", r: "1" }), jsx("circle", { cx: "20.639", cy: "5.409", r: "1" }), jsx("circle", { cx: "21.596", cy: "1.61", r: "1" }), jsx("circle", { cx: "22.459", cy: "1.58", r: "1" }), jsx("circle", { cx: "23.34", cy: "1.626", r: "1" }), jsx("circle", { cx: "24.266", cy: "1.792", r: "1" }), jsx("circle", { cx: "25.096", cy: "2.092", r: "1" }), jsx("circle", { cx: "25.894", cy: "2.514", r: "1" }), jsx("circle", { cx: "26.563", cy: "3.028", r: "1" }), jsx("circle", { cx: "27.139", cy: "3.651", r: "1" }), jsx("circle", { cx: "27.571", cy: "4.406", r: "1" }), jsx("circle", { cx: "27.779", cy: "5.235", r: "1" }), jsx("circle", { cx: "27.748", cy: "6.08", r: "1" }), jsx("circle", { cx: "27.492", cy: "6.868", r: "1" }), jsx("circle", { cx: "27.108", cy: "7.547", r: "1" })] }), jsxs("g", { fillRule: "nonzero", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1", transform: "translate(51 48.22)", children: [jsx("path", { d: "M13.038 9.682c-3.138-.005-5.952-.376-7.959-.98a.309.309 0 0 1-.215-.32.3.3 0 0 1 .215-.3c2.007-.604 4.82-.975 7.96-.98 3.14.005 5.951.376 7.958.98.14.043.215.166.213.3a.31.31 0 0 1-.213.32c-2.007.604-4.818.975-7.959.98", fill: "color(display-p3 0.784 0.694 0.000)" }), jsx("path", { d: "M13.018 7.099c-3.177.008-6.03.404-8.036 1.024.166-.08.15-.287-.057-.82-.25-.647-.64-.619-.64-.619 2.217-.655 5.307-1.065 8.745-1.07 3.441.005 6.554.415 8.774 1.07 0 0-.392-.028-.643.62-.207.532-.223.74-.054.819-2.007-.62-4.912-1.016-8.09-1.024", fill: "color(display-p3 0.784 0.694 0.000)" }), jsx("path", { d: "M13.03 5.617c-3.438.005-6.528.414-8.745 1.07-.148.043-.304-.013-.353-.154a.271.271 0 0 1 .18-.345c2.23-.684 5.396-1.114 8.918-1.122 3.526.008 6.705.438 8.935 1.122a.271.271 0 0 1 .179.345c-.049.14-.205.197-.353.154-2.22-.656-5.32-1.065-8.76-1.07", fill: "color(display-p3 0.784 0.694 0.000)" }), jsx("path", { d: "m13.05 2.924.316.056a1.17 1.17 0 0 0-.062.417c0 .658.566 1.19 1.26 1.19.558 0 1.034-.345 1.195-.821.02.013.12-.43.174-.425.044.005.039.46.057.453.08.599.63 1.006 1.246 1.006.694 0 1.257-.532 1.257-1.19a.932.932 0 0 0-.01-.146l.394-.39.213.497a1.078 1.078 0 0 0-.118.52c0 .63.538 1.137 1.2 1.137.418 0 .784-.2 1-.505l.253-.32-.003.392c0 .397.169.75.553.814 0 0 .443.026 1.032-.435.586-.461.909-.842.909-.842l.05.46s-.486.756-1.016 1.063c-.291.169-.732.345-1.082.289-.37-.061-.635-.358-.771-.701a1.783 1.783 0 0 1-.909.248c-.72 0-1.364-.394-1.618-.988-.33.358-.79.576-1.331.576a1.858 1.858 0 0 1-1.426-.656c-.342.31-.787.482-1.25.48-.634 0-1.2-.313-1.52-.782-.32.469-.886.781-1.52.781-.484 0-.925-.182-1.247-.479a1.863 1.863 0 0 1-1.429.656c-.54 0-.998-.218-1.328-.576-.256.594-.901.988-1.618.988-.336 0-.645-.092-.909-.248-.138.343-.402.64-.773.701-.348.056-.789-.12-1.08-.29-.533-.306-1.02-1.062-1.02-1.062l.052-.46s.325.381.911.842c.586.463 1.03.435 1.03.435.386-.064.552-.417.552-.814l-.002-.392.253.32c.215.305.584.505.999.505.663 0 1.2-.507 1.2-1.137 0-.187-.033-.364-.118-.52l.213-.496.394.389c-.005.048-.01.097-.01.146 0 .658.563 1.19 1.257 1.19.62 0 1.167-.407 1.25-1.006.015.008.012-.448.056-.453.05-.005.153.438.171.425.164.476.637.822 1.198.822.694 0 1.257-.533 1.257-1.19 0-.15-.008-.29-.061-.418l.33-.056", fill: "color(display-p3 0.784 0.694 0.000)" }), jsx("path", { d: "M2.342 4.598a.573.573 0 0 0-.184-.272c-.202-.174-.471-.202-.604-.064a.258.258 0 0 0-.044.064s-.284-.532-.617-.711C.563 3.435 0 3.482 0 3.482c0-.41.333-.74.765-.74.254 0 .492.105.635.284l.06-.274s.347.07.506.466c.159.397-.015.973-.015.973s.087-.246.217-.412c.13-.164.464-.343.638-.425.171-.08.35-.203.35-.203s.008.046.013.157c.008.13-.002.212-.002.212.317-.044.688.01.98.123a1.268 1.268 0 0 1-.67.589s.112.092.212.192c.087.087.113.125.113.125l-.326.049c-.11.013-.47.071-.688.056a4.028 4.028 0 0 1-.446-.056", fill: "color(display-p3 0.784 0.694 0.000)" }), jsx("path", { d: "M1.554 4.262c.133-.138.402-.11.604.064.205.172.261.425.13.561-.13.138-.401.108-.604-.064-.202-.174-.26-.425-.13-.56", fill: "color(display-p3 0.678 0.082 0.098)" }), jsx("path", { d: "M4.396 4.493c-.072-.213-.008-.423.145-.469.154-.048.338.085.41.297.072.213.008.423-.146.471-.153.046-.335-.087-.41-.3", fill: "color(display-p3 1.000 1.000 1.000)" }), jsx("path", { d: "M6.886 3.456a.446.446 0 0 1-.113-.591s-.225-.113-.468-.177c-.184-.049-.51-.051-.606-.051-.098-.005-.295-.008-.295-.008a1.593 1.593 0 0 0 .2.333 1.335 1.335 0 0 0-.776.535c.254.174.589.282.922.248 0 0-.031.087-.051.22-.016.11-.016.157-.016.157l.274-.1c.09-.034.394-.141.55-.246a2.67 2.67 0 0 0 .38-.32", fill: "color(display-p3 0.784 0.694 0.000)" }), jsx("path", { d: "M6.774.842c.271.172.507.458.589.776 0 0 .033-.064.181-.151.151-.085.28-.082.28-.082s-.044.248-.065.338c-.023.087-.023.353-.082.594-.058.238-.16.43-.16.43a.507.507 0 0 0-.405-.105.479.479 0 0 0-.338.23s-.17-.148-.31-.353c-.14-.207-.238-.456-.29-.532a8.018 8.018 0 0 1-.184-.295s.12-.046.292-.013c.172.031.226.082.226.082a1.3 1.3 0 0 1 .266-.919", fill: "color(display-p3 0.784 0.694 0.000)" }), jsx("path", { d: "M7.616 3.333a.442.442 0 0 0-.108-.589s.172-.181.377-.322c.153-.105.46-.21.55-.243l.274-.103s0 .046-.015.156c-.02.133-.051.223-.051.223.332-.036.67.074.924.25a1.345 1.345 0 0 1-.779.533 1.613 1.613 0 0 0 .2.333l-.294-.007c-.098 0-.423-.003-.607-.052-.243-.064-.471-.176-.471-.176", fill: "color(display-p3 0.784 0.694 0.000)" }), jsx("circle", { cx: "7.206", cy: "3.095", fill: "color(display-p3 0.678 0.082 0.098)", r: "1" }), jsx("path", { d: "M9.866 3.433c-.028-.223.08-.417.238-.435.162-.018.315.146.343.368.029.22-.076.418-.238.436-.158.018-.312-.146-.343-.369", fill: "color(display-p3 1.000 1.000 1.000)" }), jsx("path", { d: "M12.616 2.936a.502.502 0 0 1-.005-.678s-.228-.172-.484-.287c-.197-.09-.558-.15-.666-.171l-.328-.062s.01.051.052.172c.05.143.102.238.102.238-.376.02-.73.207-.975.45.245.241.599.425.975.448 0 0-.051.093-.102.238a1.398 1.398 0 0 0-.052.172l.328-.061c.108-.02.469-.082.666-.172.256-.118.489-.284.489-.284", fill: "color(display-p3 0.784 0.694 0.000)" }), jsx("path", { d: "M13.028 0c.269.243.473.604.499.978 0 0 .049-.07.233-.136.187-.066.328-.04.328-.04s-.1.268-.141.363c-.044.095-.1.391-.215.647-.113.256-.269.451-.269.451a.573.573 0 0 0-.855 0s-.156-.195-.269-.45c-.115-.257-.171-.553-.215-.648-.043-.095-.143-.364-.143-.364s.143-.025.327.041c.185.067.236.136.236.136.026-.374.22-.735.484-.978", fill: "color(display-p3 0.784 0.694 0.000)" }), jsx("path", { d: "M13.45 2.936a.5.5 0 0 0 .005-.678s.228-.172.487-.287c.194-.09.555-.15.665-.171l.323-.062s-.005.051-.049.172c-.05.143-.102.238-.102.238.376.02.732.207.975.45-.243.241-.596.425-.975.448a1.69 1.69 0 0 0 .15.41l-.322-.061c-.11-.02-.47-.082-.665-.172a3.373 3.373 0 0 1-.492-.284", fill: "color(display-p3 0.784 0.694 0.000)" }), jsx("circle", { cx: "13.036", cy: "2.596", fill: "color(display-p3 0.678 0.082 0.098)", r: "1" }), jsx("path", { d: "M16.22 3.433c.028-.223-.077-.417-.238-.435-.161-.018-.315.146-.343.368-.028.22.08.418.238.436.161.018.315-.146.343-.369", fill: "color(display-p3 1.000 1.000 1.000)" }), jsx("path", { d: "M18.473 3.333a.46.46 0 0 1-.064-.315.457.457 0 0 1 .171-.274s-.171-.181-.376-.322c-.156-.105-.46-.21-.553-.243l-.271-.103s-.003.046.015.156c.02.133.049.223.049.223a1.392 1.392 0 0 0-.922.25c.174.25.453.46.776.533 0 0-.059.072-.126.19-.056.1-.071.143-.071.143l.292-.007c.097 0 .425-.003.606-.052.244-.064.471-.176.471-.176", fill: "color(display-p3 0.784 0.694 0.000)" }), jsx("path", { d: "M19.315.842a1.382 1.382 0 0 0-.591.776s-.03-.064-.182-.151c-.148-.085-.279-.082-.279-.082s.044.248.067.338c.023.087.023.353.079.594.059.238.164.43.164.43a.504.504 0 0 1 .742.125s.17-.148.31-.353c.138-.207.235-.456.287-.532.053-.077.184-.295.184-.295s-.12-.046-.292-.013c-.171.031-.225.082-.225.082a1.298 1.298 0 0 0-.264-.919", fill: "color(display-p3 0.784 0.694 0.000)" }), jsx("path", { d: "M19.2 3.456a.447.447 0 0 0 .115-.591s.225-.113.469-.177c.184-.049.51-.051.604-.051.1-.005.294-.008.294-.008s-.015.044-.071.14c-.067.119-.126.193-.126.193.323.074.6.287.776.535a1.42 1.42 0 0 1-.922.248s.028.087.049.22c.015.11.015.157.015.157l-.271-.1c-.092-.034-.397-.141-.553-.246-.202-.138-.379-.32-.379-.32", fill: "color(display-p3 0.784 0.694 0.000)" }), jsx("circle", { cx: "18.883", cy: "3.095", fill: "color(display-p3 0.678 0.082 0.098)", r: "1" }), jsx("path", { d: "M21.693 4.493c.072-.213.008-.423-.145-.469-.154-.048-.338.085-.413.297-.071.213-.007.423.146.471.154.046.338-.087.412-.3", fill: "color(display-p3 1.000 1.000 1.000)" }), jsx("path", { d: "M23.744 4.598a.593.593 0 0 1 .184-.272c.203-.174.474-.202.604-.064a.27.27 0 0 1 .047.064s.281-.532.614-.711c.333-.18.896-.133.896-.133 0-.41-.335-.74-.768-.74a.803.803 0 0 0-.632.284l-.06-.274s-.347.07-.506.466c-.159.397.013.973.013.973s-.085-.246-.215-.412c-.13-.164-.464-.343-.638-.425-.174-.08-.35-.203-.35-.203s-.008.046-.016.157c-.005.13.005.212.005.212a2.08 2.08 0 0 0-.98.123c.123.243.358.47.668.589 0 0-.11.092-.213.192-.084.087-.11.125-.11.125l.325.049c.11.013.472.071.687.056.16-.01.337-.036.445-.056", fill: "color(display-p3 0.784 0.694 0.000)" }), jsx("path", { d: "M24.532 4.262c-.13-.138-.401-.11-.604.064-.202.172-.26.425-.13.561.13.138.402.108.604-.064.202-.174.261-.425.13-.56", fill: "color(display-p3 0.678 0.082 0.098)" })] }), jsxs("g", { stroke: "color(display-p3 0.000 0.000 0.000)", children: [jsx("path", { d: "M64.03 57.49c-2.83-.003-5.393-.33-7.341-.835 1.948-.504 4.51-.811 7.342-.816 2.834.005 5.409.312 7.357.816-1.948.505-4.523.832-7.357.835z", fill: "color(display-p3 0.678 0.082 0.098)", fillRule: "nonzero", strokeLinejoin: "round", strokeWidth: ".1" }), jsx("path", { d: "M66.058 57.416v-1.539m-.773 1.59.01-1.63m-.573 1.65v-1.661M64.243 57.508v-1.682M63.785 57.508v-1.682M63.355 57.508v-1.682M62.927 57.508v-1.682M62.546 57.508v-1.682M61.822 57.416l-.013-1.529m.457 1.55v-1.6M61.148 57.347v-1.408m.457 1.448-.013-1.5", strokeWidth: ".1" }), jsx("path", { d: "M60.25 57.267v-1.239m.294 1.26v-1.3m.305 1.34v-1.351", strokeWidth: ".108" }), jsx("path", { d: "M59.934 57.257v-1.198", strokeWidth: ".118" }), jsx("path", { d: "M59.64 57.195v-1.116", strokeWidth: ".131" }), jsx("path", { d: "M59.325 57.167v-1.039", strokeWidth: ".143" }), jsx("path", { d: "m58.684 57.075-.014-.824m.457.865v-.927", strokeWidth: ".154" }), jsx("path", { d: "M58.35 57.006v-.727", strokeWidth: ".161" }), jsx("path", { d: "M58.045 56.947v-.604", strokeWidth: ".174" }), jsx("path", { d: "M57.715 56.865v-.473", strokeWidth: ".187" }), jsx("path", { d: "M57.374 56.827v-.353", strokeWidth: ".197" }), jsx("path", { d: "M57.016 56.745v-.172", strokeWidth: ".233" }), jsx("path", { d: "M56.35 56.745c1.985-.558 4.683-.901 7.68-.906 3.001.005 5.712.348 7.696.906", strokeWidth: ".1" }), jsx("path", { d: "m55.48 55.593.313-.407.862.11-.688.502-.487-.205", fill: "color(display-p3 0.678 0.082 0.098)", fillRule: "nonzero", strokeWidth: ".1" }), jsx("path", { d: "M57.352 55.112c0-.149.125-.267.281-.267.156 0 .282.118.282.267a.275.275 0 0 1-.282.266.275.275 0 0 1-.281-.266", fill: "color(display-p3 1.000 1.000 1.000)", fillRule: "nonzero", strokeWidth: ".1" }), jsx("path", { d: "m59.812 55.058-.604.069c-.157.018-.3-.084-.318-.23-.02-.146.09-.28.246-.295l.607-.071.62-.072c.153-.018.294.084.312.23a.272.272 0 0 1-.246.297l-.617.072", fill: "color(display-p3 0.020 0.557 0.431)", fillRule: "nonzero", strokeWidth: ".1" }), jsx("path", { d: "M61.578 54.618c0-.149.126-.267.282-.267.153 0 .281.118.281.267 0 .145-.128.266-.281.266a.275.275 0 0 1-.282-.266", fill: "color(display-p3 1.000 1.000 1.000)", fillRule: "nonzero", strokeWidth: ".1" }), jsx("path", { d: "M64.038 54.825h-.842c-.153 0-.284-.118-.284-.264 0-.148.125-.266.282-.266h1.7c.156 0 .281.118.281.266 0 .146-.13.264-.284.264h-.853", fill: "color(display-p3 0.678 0.082 0.098)", fillRule: "nonzero", strokeWidth: ".1" }), jsx("path", { d: "M65.935 54.618c0-.149.128-.267.282-.267.156 0 .282.118.282.267a.275.275 0 0 1-.282.266c-.154 0-.282-.12-.282-.266", fill: "color(display-p3 1.000 1.000 1.000)", fillRule: "nonzero", strokeWidth: ".1" }), jsx("path", { d: "m68.265 55.058.604.069c.154.018.3-.084.318-.23a.268.268 0 0 0-.246-.295l-.607-.071-.62-.072c-.156-.018-.294.084-.312.23-.02.146.092.28.246.297l.617.072", fill: "color(display-p3 0.020 0.557 0.431)", fillRule: "nonzero", strokeWidth: ".1" }), jsx("path", { d: "M70.162 55.112c0-.149.125-.267.281-.267.157 0 .282.118.282.267a.275.275 0 0 1-.281.266.275.275 0 0 1-.282-.266", fill: "color(display-p3 1.000 1.000 1.000)", fillRule: "nonzero", strokeWidth: ".1" }), jsx("path", { d: "m72.594 55.593-.31-.407-.863.11.69.502.483-.205", fill: "color(display-p3 0.678 0.082 0.098)", fillRule: "nonzero", strokeWidth: ".1" })] }), jsxs("g", { children: [jsx("path", { d: "M64.125 88.148c-3.348 0-6.668-.819-9.459-2.186-2.056-1.019-3.42-3.072-3.42-5.424v-8.525h25.708v8.525c0 2.352-1.362 4.405-3.42 5.424a21.588 21.588 0 0 1-9.409 2.186z", fill: "color(display-p3 0.800 0.800 0.800)", fillRule: "nonzero", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".133" }), jsx("path", { d: "M64.745 84.365c.535.161.806.56.806 1.026 0 .61-.589 1.07-1.357 1.07-.765 0-1.387-.46-1.387-1.07 0-.458.256-.973.788-1.008 0 0-.015-.049-.061-.128a30.918 30.918 0 0 0-.164-.17s.202-.038.32.006c.118.046.197.12.197.12s.054-.11.133-.194a.695.695 0 0 1 .18-.136s.117.097.156.164c.038.069.064.15.064.15s.107-.089.202-.125c.095-.038.215-.066.215-.066s-.033.118-.056.176c-.023.06-.036.185-.036.185", fill: "color(display-p3 1.000 0.839 0.569)", fillRule: "nonzero", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".133" }), jsx("path", { d: "M64.082 87.122s-1.019-.686-1.46-.778c-.565-.12-1.2-.023-1.474-.039.008.008.33.238.471.38.14.14.612.421.878.488a3.106 3.106 0 0 0 1.585-.051m.292.061s.65-.68 1.333-.773c.807-.112 1.337.067 1.65.149.007 0-.26.125-.4.222-.141.095-.505.402-1.06.407-.558.008-1.173-.058-1.272-.043l-.251.038", fill: "color(display-p3 0.020 0.557 0.431)", fillRule: "nonzero", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".133" }), jsx("path", { d: "M64.177 86.344a1.295 1.295 0 0 1 .002-1.902 1.3 1.3 0 0 1-.002 1.902", fill: "color(display-p3 0.678 0.082 0.098)", fillRule: "nonzero", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".133" }), jsx("path", { d: "M63.918 87.734s.156-.39.172-.725c.015-.279-.039-.555-.039-.555h.205s.1.297.1.555c0 .261-.046.607-.046.607s-.141.02-.187.043c-.049.023-.205.075-.205.075", fill: "color(display-p3 0.020 0.557 0.431)", fillRule: "nonzero", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".133" }), jsxs("g", { fillRule: "nonzero", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".133", children: [jsx("path", { d: "M64.082 80.53c0 3.369-2.857 6.098-6.413 6.098s-6.438-2.73-6.438-6.098v-8.538h12.85v8.538", fill: "color(display-p3 0.678 0.082 0.098)" }), jsx("path", { d: "M51.208 80.415a6.512 6.512 0 0 0 1.466 4.011V71.762h-1.448l-.018 8.653zm2.828 5.148c.402.212.953.568 1.544.709l-.038-14.582h-1.506v13.873zm2.868 1.029a6.999 6.999 0 0 0 1.502 0V71.69h-1.502v14.902zm2.826-.32c.589-.118 1.254-.484 1.544-.673V71.69h-1.506l-.038 14.582zm2.941-1.987c.627-.558 1.216-1.822 1.431-3.266l.036-9.329h-1.503l.036 12.595z", fill: "color(display-p3 0.784 0.694 0.000)" })] }), jsx("path", { d: "M76.966 71.992v8.538c0 3.369-2.887 6.098-6.443 6.098-3.559 0-6.441-2.73-6.441-6.098v-8.538h12.884", fill: "color(display-p3 0.678 0.082 0.098)", fillRule: "nonzero", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".133" }), jsx("path", { d: "M69.814 78.372c.012-.036.03-.07.048-.103l-1.09-1.213-.428.184-.783-.868.256-.373-1.367-1.534c-.018.005-.051.005-.07.01l.008 1.03.448.128v1.141l-.448.123-.007 1.045a.67.67 0 0 1 .445.427l.822.003.13-.428h1.209l.128.428h.699zm-1.787-4.736v.412h.706v-.412h-.706zm-1.869 5.214a.29.29 0 0 0 .297-.281.291.291 0 0 0-.297-.284c-.166 0-.3.128-.3.284 0 .156.134.281.3.281zm4.093-2.49-.45-.123v-1.142l.45-.128-.002-.492a.684.684 0 0 1-.458-.427h-.686l-.131.427h-1.206l-.13-.427h-.791a.797.797 0 0 1-.075.156l1.378 1.526.427-.182.784.87-.256.372 1.07 1.188.071-.031.005-1.587zm-1.856-.356-.33.266.453.507.33-.269-.453-.504zm2.05 9.263a.687.687 0 0 1-.644-.516 4.628 4.628 0 0 1-1.211-.333l.215-.366c.33.141.681.233 1.045.285a.677.677 0 0 1 .404-.359l.003-1.439-.451-.125v-1.142l.45-.123v-1.955a.226.226 0 0 1-.05-.024l-1.02 1.132.256.369-.783.87-.427-.182-.845.94a.623.623 0 0 1-.028.73c.243.27.522.508.83.703l-.216.369a4.487 4.487 0 0 1-.97-.824.723.723 0 0 1-.666-.128.634.634 0 0 1-.077-.932l.036-.041c-.176-.4-.297-.83-.338-1.28l.438.002c.036.384.13.75.28 1.094a.805.805 0 0 1 .373.04l.85-.942-.256-.37.783-.871.428.184 1.021-1.134a.55.55 0 0 1-.054-.118l-.706.003-.128.427h-1.209l-.13-.427-.83-.003a.683.683 0 0 1-.432.415l-.003 1.034-.437-.002V79.2a.67.67 0 0 1-.49-.632c0-.295.21-.55.492-.635l.003-1.037-.45-.123v-1.141l.45-.128v-1.037a.665.665 0 0 1-.471-.627c0-.367.312-.66.698-.66.313 0 .576.189.669.455h.79l.131-.428h1.206l.13.428h.687a.693.693 0 0 1 .655-.456l.018 2.143h-.218v.668h.217l-.006 5.527h-.2v.668h.2l-.013 3.081zm-1.515-4.686-.33-.266-.455.507.33.266.455-.507zm-2.55-4.72h-.432l-.002.668h.435v-.669zm2.346 2.92v-.41h-.73v.41h.73zm-2.714 2.481-.45-.1-.064-1.139.448-.149v.656c0 .253.023.491.066.732zm.374-1.413.448.105s.023.735.013.568c-.01-.19.048.574.048.574l-.45.148a3.653 3.653 0 0 1-.062-.714l.003-.681zm2.767 4.334.1-.435a3.665 3.665 0 0 1-1.067-.535l-.323.284c.379.294.817.532 1.29.686zm-.217.369-.333.312a4.937 4.937 0 0 1-1.055-.54l.097-.453c.384.289.822.52 1.29.68z", fill: "color(display-p3 0.784 0.694 0.000)", fillRule: "nonzero", stroke: "color(display-p3 0.784 0.694 0.000)", strokeWidth: ".1" }), jsx("path", { d: "M71.096 78.372c-.013-.036-.03-.07-.048-.103l1.09-1.213.428.184.783-.868-.256-.373 1.367-1.534c.018.005.051.005.07.01l-.008 1.03-.448.128v1.141l.448.123.007 1.045a.67.67 0 0 0-.445.427l-.822.003-.13-.428h-1.209l-.128.428h-.699zm1.787-4.736v.412h-.706v-.412h.706zm1.869 5.215a.29.29 0 0 1-.297-.282c0-.156.133-.284.297-.284.166 0 .3.128.3.284 0 .156-.134.281-.3.281zm-4.093-2.491.45-.123v-1.142l-.45-.128.002-.492a.684.684 0 0 0 .458-.427h.686l.131.427h1.206l.13-.427h.791c.02.056.044.107.075.156L72.76 75.73l-.427-.182-.784.87.256.372-1.07 1.188a2.01 2.01 0 0 0-.071-.031l-.005-1.587zm1.856-.356.33.266-.453.507-.33-.269.453-.504zm-2.05 9.263a.687.687 0 0 0 .644-.516 4.628 4.628 0 0 0 1.211-.333l-.215-.366a4.12 4.12 0 0 1-1.045.285.677.677 0 0 0-.404-.359l-.003-1.439.451-.125v-1.142l-.45-.123v-1.955a.226.226 0 0 0 .05-.024l1.02 1.132-.257.369.784.87.427-.182.845.94a.623.623 0 0 0 .028.73 3.988 3.988 0 0 1-.83.703l.216.37c.363-.229.691-.51.97-.825a.723.723 0 0 0 .666-.128.634.634 0 0 0 .077-.932l-.036-.041c.176-.4.297-.83.338-1.28l-.438.002a3.58 3.58 0 0 1-.28 1.094.805.805 0 0 0-.373.04l-.85-.942.256-.37-.783-.871-.428.184-1.021-1.134a.55.55 0 0 0 .054-.118l.706.003.128.427h1.208l.131-.427.83-.003c.069.195.23.349.432.415l.003 1.034.437-.002V79.2a.67.67 0 0 0 .49-.632c0-.295-.21-.55-.492-.635l-.003-1.037.45-.123v-1.141l-.45-.128v-1.037a.665.665 0 0 0 .471-.627c0-.367-.312-.66-.699-.66a.698.698 0 0 0-.668.455h-.79l-.131-.428h-1.206l-.13.428h-.687a.693.693 0 0 0-.655-.456l-.018 2.143h.218v.668h-.217l.006 5.527h.2v.668h-.2l.012 3.081zm1.514-4.686.33-.266.456.507-.33.266-.456-.507zm2.55-4.72h.433l.002.668h-.435v-.669zm-2.345 2.92v-.41h.73v.41h-.73zm2.714 2.481.45-.1.064-1.139-.448-.148v.655c0 .253-.023.491-.066.732zm-.374-1.413-.448.105s-.023.735-.013.568c.01-.19-.048.574-.048.574l.45.148c.046-.23.062-.47.062-.714l-.003-.681zm-2.767 4.334-.1-.435c.389-.123.75-.302 1.067-.535l.323.284a4.248 4.248 0 0 1-1.29.686zm.217.369.333.312a4.937 4.937 0 0 0 1.055-.54l-.097-.453c-.384.289-.822.52-1.29.68z", fill: "color(display-p3 0.784 0.694 0.000)", fillRule: "nonzero", stroke: "color(display-p3 0.784 0.694 0.000)", strokeWidth: ".1" }), jsx("path", { d: "M69.783 78.577c0-.37.315-.666.701-.666.387 0 .7.297.7.666 0 .366-.313.66-.7.66-.386 0-.701-.294-.701-.66", fill: "color(display-p3 0.020 0.557 0.431)", fillRule: "nonzero" }), jsxs("g", { fillRule: "nonzero", children: [jsx("path", { d: "M51.23 72h12.847V57.736H51.23z", fill: "color(display-p3 0.678 0.082 0.098)", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".133" }), jsx("path", { d: "M55.639 61.033h-.236v-.236h-.414v.945h.414v.653h-.888v1.892h.474v3.786h-.948v1.953h7.276v-1.953h-.945v-3.786h.474v-1.892h-.888v-.653h.414v-.945h-.414v.236h-.238v-.236h-.413v.236h-.297v-.236h-.414v.945h.414v.653h-.885v-2.071h.47v-.947h-.47v.238h-.238v-.238h-.415v.238h-.236v-.238h-.473v.947h.473v2.07h-.888v-.652h.415v-.945h-.415v.236h-.235v-.236h-.474v.236zm-1.598 8.993h7.276m-7.276-.473h7.276m-7.276-.474h7.276m-7.276-.474h7.276m-7.276-.532h7.276m-6.328-.415h5.383m-5.383-.473h5.383m-5.383-.533h5.383m-5.383-.471h5.383m-5.383-.474h5.383m-5.383-.473h5.383m-5.383-.474h5.383m-5.857-.473h6.331m-6.33-.474h6.33m-6.33-.474h6.33m-6.33-.47h6.33m-5.443-.474h4.555m-2.722-.474h.889m-.889-.473h.889m-.889-.474h.889m-.889-.474h.889m-1.362-.591h1.833m-3.193 2.012h.945m-1.36-.591h1.775m-1.774 8.696v-.473m0-.474v-.474m-.474.474v.474m.888 0v-.474m.471.947v-.473m0-.474v-.474m0-.532v-.415m0-.473v-.533m-.47 1.953v-.532m-.889.532v-.532m1.833 0v.532m.415-.532v-.415m-1.36-.473v.473m.945-.473v.473m.888-.473v.473m-.473-.473v-.533m.473-.471v.471m0-1.418v.473m-.473-.947v.474m.473-.947v.473m-.888-.473v.473m-.945-.473v.473m-.414-.947v.474m.885-.474v.474m.889-.474v.474m.473-.948v.474m-.888-.474v.474m-.945-.474v.474m-.414-.945v.471m1.774-.47v.47m-.889-1.418v.474m4.084-.474h-.948m1.362-.591h-1.776m1.776 8.696v-.473m0-.474v-.474m.474.474v.474m-.888 0v-.474m-.474.947v-.473m0-.474v-.474m0-.532v-.415m0-.473v-.533m.474 1.953v-.532m.888.532v-.532m-1.836 0v.532m-.414-.532v-.415m1.362-.473v.473m-.948-.473v.473m-.885-.473v.473m.47-.473v-.533m-.47-.471v.471m0-1.418v.473m.47-.947v.474m-.47-.947v.473m.885-.473v.473m.948-.473v.473m.414-.947v.474m-.888-.474v.474m-.888-.474v.474m-.471-.948v.474m.885-.474v.474m.948-.474v.474m.414-.945v.471m-1.776-.47v.47m.888-1.418v.474m-1.833 4.79v-.533m0-1.418v-.474m0 1.421v-.474m0-1.42v-.474m0-.474v-.47m0-.948v-.473m0-.474V60.5m-2.248 1.242h.945m.888-1.418h.889m.885 1.418h.948", fill: "color(display-p3 0.784 0.694 0.000)", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".118" }), jsx("path", { d: "M58.893 70.026v-1.244c0-.236-.118-.947-1.242-.947-1.065 0-1.183.711-1.183.947v1.244h2.425z", fill: "color(display-p3 0.784 0.694 0.000)", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".118" }), jsx("path", { d: "m56.88 68.84-.59-.058c0-.236.058-.591.237-.71l.533.416c-.06.058-.18.235-.18.353zm1.007-.59.297-.533a1.42 1.42 0 0 0-.533-.118 1.4 1.4 0 0 0-.474.118l.295.533h.415zm.591.59.591-.058c0-.236-.059-.591-.235-.71l-.533.416c.06.058.177.235.177.353zm-1.715-2.068V65.47c0-.353-.236-.65-.65-.65-.415 0-.65.297-.65.65v1.303h1.3zm1.833 0V65.47c0-.353.238-.65.653-.65.412 0 .65.297.65.65v1.303h-1.303zm-2.248-3.194.059-1.183h-1.124l.12 1.183h.945zm1.777 0 .117-1.183H57.12l.058 1.183h.948zm.885 0-.117-1.183h1.182l-.117 1.183h-.948z", fill: "color(display-p3 0.784 0.694 0.000)", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".118" }), jsx("path", { d: "M58.478 70.026v-1.065c0-.179-.118-.711-.827-.711-.65 0-.77.532-.77.711v1.065h1.597zm-1.833-3.374v-1.124c0-.294-.177-.591-.532-.591-.356 0-.533.297-.533.591v1.124h1.065zm2.071 0v-1.124c0-.294.177-.591.533-.591.353 0 .532.297.532.591v1.124h-1.065z", fill: "color(display-p3 0.000 0.224 0.941)" })] }), jsx("path", { d: "M64.072 72h12.882V57.736H64.072V72z", fill: "color(display-p3 0.800 0.800 0.800)", fillRule: "nonzero", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".133" }), jsx("path", { d: "m70.638 61.25.013-.158.023-.087s-.412.033-.63-.028a1.578 1.578 0 0 1-.614-.32c-.203-.175-.282-.282-.428-.303a.99.99 0 0 0-.614.103s.26.095.455.335c.195.24.407.361.5.392.15.046.68.013.824.018.146.008.471.048.471.048z", fill: "color(display-p3 0.859 0.267 0.275)", fillRule: "nonzero", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsxs("g", { stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1", children: [jsx("path", { d: "M72.566 60.672s.002.184.02.358c.015.172-.056.318-.028.412.028.095.04.17.077.239.036.066.054.24.054.24l-.19-.138c-.09-.07-.154-.113-.154-.113l.026.264c.01.08.056.228.13.317.075.085.223.228.27.34.046.116.035.37.035.37s-.117-.192-.222-.228c-.1-.036-.323-.159-.323-.159s.202.202.202.397c0 .192-.082.41-.082.41s-.092-.175-.212-.287c-.12-.116-.29-.23-.29-.23s.134.299.134.498c0 .203-.039.633-.039.633s-.1-.164-.202-.246c-.102-.08-.223-.148-.261-.2-.036-.053.123.164.138.297.018.13.082.602.492 1.2.24.352.612.966 1.408.764.796-.2.501-1.273.332-1.772-.166-.499-.25-1.052-.24-1.246.01-.192.148-.76.13-.868-.018-.105-.061-.512.036-.84.103-.34.187-.474.243-.614.054-.141.1-.22.118-.343.018-.123.018-.351.018-.351s.149.271.187.369c.036.097.036.384.036.384s.028-.287.25-.428c.223-.14.482-.29.546-.369.064-.079.084-.13.084-.13s-.02.491-.158.683c-.092.126-.453.535-.453.535s.187-.071.315-.076c.13-.01.222 0 .222 0s-.158.122-.36.42c-.206.296-.121.322-.27.568-.148.245-.268.256-.455.404-.277.223-.128 1.111-.092 1.244.038.13.52 1.219.53 1.483.007.263.053.852-.41 1.228-.297.244-.786.246-.899.315-.11.072-.33.29-.33.745 0 .458.164.528.295.643.13.112.297.051.332.14.039.088.057.139.113.193.054.05.092.112.074.21-.02.097-.233.314-.307.473-.074.156-.223.571-.223.632 0 .062-.018.254.046.351 0 0 .233.272.075.323-.103.036-.2-.064-.249-.051-.138.035-.212.12-.25.115-.093-.018-.093-.064-.103-.195-.008-.13-.003-.184-.043-.184-.057 0-.085.046-.095.115-.01.07-.01.228-.074.228s-.157-.115-.213-.14c-.056-.027-.212-.052-.223-.124-.007-.069.093-.217.195-.246.102-.025.194-.076.13-.13-.066-.051-.13-.051-.194 0-.064.054-.202.01-.195-.07.01-.079.029-.176.018-.22-.007-.043-.12-.13.026-.21.15-.079.215.07.363.044.149-.025.22-.08.277-.166.056-.087.046-.272-.056-.384-.1-.115-.203-.133-.241-.205-.036-.07-.092-.236-.092-.236s.028.308.01.351c-.018.044-.01.228-.01.228s-.1-.115-.185-.202c-.081-.087-.166-.35-.166-.35s-.008.245-.008.342c0 .095.11.184.075.22-.039.034-.213-.184-.262-.22-.046-.036-.194-.148-.258-.271-.064-.123-.113-.297-.13-.361-.019-.062-.05-.336-.019-.405.047-.102.12-.289.12-.289h-.36c-.195 0-.333-.059-.407.072-.074.13-.039.394.054.737.094.34.148.507.122.568a.817.817 0 0 1-.194.228c-.049.028-.177.018-.233-.008a.677.677 0 0 0-.323-.069c-.176 0-.286.008-.35-.007-.067-.018-.226-.098-.3-.08-.074.018-.202.082-.166.185.056.156-.054.192-.13.184-.075-.01-.137-.036-.231-.061-.092-.029-.23 0-.213-.108.018-.105.057-.113.103-.19.046-.081.064-.133.01-.138-.064-.005-.13-.012-.18.028-.05.041-.13.131-.194.098-.066-.036-.118-.11-.118-.277 0-.164-.174-.307-.012-.3.158.008.36.124.396.034.036-.09.016-.13-.071-.2-.087-.069-.195-.11-.08-.197.116-.09.144-.09.19-.138.043-.046.105-.202.187-.164.158.077.005.187.166.364.159.176.259.24.527.212.267-.028.34-.061.34-.138 0-.074-.022-.21-.03-.266-.005-.054.039-.254.039-.254s-.123.077-.162.151a3.292 3.292 0 0 1-.107.205s-.028-.154-.02-.279c.004-.074.03-.202.027-.228-.007-.069-.058-.24-.058-.24s-.041.186-.072.24c-.028.054-.041.274-.041.274s-.172-.148-.123-.397c.033-.192-.03-.445.028-.527.057-.085.192-.42.528-.433.332-.012.59.013.709.008.115-.008.527-.084.527-.084s-.76-.39-.932-.507c-.174-.116-.443-.418-.53-.553a2.117 2.117 0 0 1-.166-.405s-.136.005-.261.074c-.123.07-.246.172-.318.254-.071.082-.187.269-.187.269s.02-.241.02-.315c0-.074-.014-.22-.014-.22s-.085.327-.259.45c-.174.126-.376.295-.376.295s.02-.182.02-.226c0-.04.044-.253.044-.253s-.123.184-.31.22c-.19.033-.463.028-.486.143-.021.116.05.274.007.356-.043.082-.138.138-.138.138s-.108-.09-.202-.097c-.092-.007-.182.041-.182.041s-.08-.102-.049-.171c.028-.067.172-.17.139-.213-.039-.04-.154.016-.226.049-.071.036-.225.069-.21-.049.013-.115.052-.184.013-.266-.036-.082-.013-.136.046-.156.057-.02.287.005.31-.049.02-.054-.056-.123-.21-.156-.151-.036-.225-.125-.146-.2a.532.532 0 0 0 .138-.164c.036-.069.052-.194.19-.13.136.061.107.212.253.258.144.05.484-.02.556-.061.071-.041.304-.212.384-.253.08-.039.412-.287.412-.287s-.195-.136-.269-.205c-.072-.07-.2-.233-.266-.269-.064-.033-.384-.156-.492-.164-.107-.005-.44-.122-.44-.122s.151-.05.202-.09c.049-.041.164-.143.223-.136.056.005.072.005.072.005s-.31-.012-.377-.033c-.064-.02-.253-.138-.325-.138-.071 0-.215.028-.215.028s.195-.123.354-.151c.158-.026.281-.02.281-.02s-.246-.07-.305-.149c-.056-.084-.115-.205-.158-.261-.044-.054-.072-.143-.151-.151-.08-.008-.218.097-.297.09-.08-.008-.138-.057-.146-.172-.005-.118 0-.077-.026-.138-.03-.062-.146-.205-.038-.238.11-.036.34.02.363-.02.02-.042-.123-.167-.217-.213-.095-.049-.246-.13-.167-.2.08-.067.16-.095.203-.156.043-.062.094-.233.189-.18.092.054.223.323.297.303.072-.02.077-.213.064-.295-.015-.082 0-.225.072-.212.071.013.13.11.245.118.116.005.29-.029.274.053-.012.082-.079.182-.158.272-.077.092-.116.268-.064.384.05.117.181.304.297.379.115.074.332.13.47.217.136.09.456.343.564.371.107.029.217.082.217.082s.123-.053.29-.053c.166 0 .548.025.693-.036.146-.062.333-.164.277-.295-.059-.13-.376-.245-.348-.348.028-.102.146-.11.34-.118.195-.005.461.036.512-.24.051-.272.067-.43-.207-.492-.277-.061-.479-.069-.53-.266-.051-.2-.1-.248-.044-.302.06-.054.16-.082.361-.095.205-.015.436-.015.502-.064.064-.046.077-.176.156-.233.08-.054.392-.102.392-.102s.374.182.717.438c.31.23.589.57.589.57", fill: "color(display-p3 0.929 0.447 0.667)", fillRule: "nonzero" }), jsx("path", { d: "M68.864 62.308s-.205.059-.282.171c-.094.136-.087.274-.087.274s.174-.143.4-.084c.222.061.245.084.34.076.095-.007.325-.09.325-.09s-.19.221-.166.372c.02.149.048.218.043.294-.015.185-.153.413-.153.413s.08-.049.269-.09c.186-.04.348-.13.448-.207.1-.075.23-.261.23-.261s-.041.256 0 .363c.043.113.059.428.059.428s.12-.108.217-.16c.049-.027.18-.096.23-.178.037-.057.083-.272.083-.272s.028.23.1.343c.071.108.179.446.179.446s.074-.22.153-.31c.08-.09.174-.205.18-.274.007-.069-.02-.217-.02-.217l.099.217m-2.921.156s.123-.212.238-.281c.118-.067.277-.19.32-.205.041-.013.23-.118.23-.118m.254 1.324s.279-.141.36-.192c.175-.103.298-.287.298-.287M72.338 61.67s-.087-.123-.108-.166c-.023-.039-.059-.123-.059-.123M71.252 65.897s.523.322.507.591c-.015.266-.289.617-.289.617" })] }), jsx("path", { d: "M69.9 60.477s-.043-.123-.05-.158a.346.346 0 0 0-.031-.075s.225 0 .217.07c-.005.069-.071.069-.087.094-.012.028-.048.07-.048.07zM70.927 60.122l-.015-.11s.197 0 .29.066a.717.717 0 0 1 .232.269c-.025.023-.138-.07-.217-.095 0 0-.06.013-.116.013-.059 0-.087-.028-.094-.054-.008-.03.007-.077.007-.077l-.087-.012zM69.908 61.476l.085-.136.087.126-.172.01m.208-.005.102-.136.11.123-.212.013m-.092-.843.21.075-.19.097-.02-.172m.253.07.187.046-.151.117-.036-.163", fill: "color(display-p3 0.000 0.000 0.000)", fillRule: "nonzero", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("path", { d: "M67.041 60.436s.123.087.218.103c.095.013.194.013.21.013.013 0 .043-.139.028-.233-.051-.308-.333-.377-.333-.377s.085.187.044.274a.82.82 0 0 1-.167.22zm-.586.267s-.11-.197-.34-.172c-.23.028-.385.207-.385.207s.256-.007.32.034c.095.061.123.22.123.22s.139-.082.182-.138c.041-.054.1-.151.1-.151zm-.282.8s-.197.03-.304.152c-.11.125-.092.358-.092.358s.128-.138.243-.138c.118 0 .297.041.297.041s-.057-.143-.057-.205c0-.061-.087-.207-.087-.207zm.658 2.592s-.107-.116-.297-.082c-.19.036-.312.248-.312.248s.161-.043.256-.02c.092.02.159.115.159.115s.087-.074.115-.115c.028-.041.08-.146.08-.146zm-.217.76s-.159-.026-.297.084c-.136.11-.144.32-.144.32s.13-.11.233-.094c.1.013.223.069.223.069s.02-.13.028-.164c.023-.097-.043-.215-.043-.215zm.37.701s-.012.203.085.328c.103.13.29.151.29.151s-.062-.136-.072-.205c-.015-.102.087-.192.087-.192s-.095-.097-.187-.097c-.095 0-.202.015-.202.015zm1.88 1.803s-.13-.164-.31-.16c-.182.009-.371.178-.371.178s.225-.018.284.056c.059.077.115.171.115.171s.103-.053.146-.09c.044-.032.136-.155.136-.155zm-.556.719s-.238-.036-.355.09c-.116.122-.108.348-.108.348s.143-.156.274-.144c.13.013.276.082.276.082s-.023-.135-.038-.2c-.013-.06-.049-.176-.049-.176zm.515.76s-.118.164-.03.295c.086.13.268.192.268.192s-.067-.095-.036-.205c.023-.087.172-.205.172-.205l-.374-.077zm3.174.31s-.207-.049-.325.02c-.115.067-.21.356-.21.356s.19-.158.328-.138c.136.02.238.077.238.077s.02-.118.005-.2c-.007-.048-.036-.115-.036-.115zm.103.766s-.159.163-.103.302c.06.138.16.281.16.281s-.006-.205.058-.26c.095-.083.269-.096.269-.096s-.138-.123-.182-.138c-.044-.013-.202-.09-.202-.09zm.796.24s-.08.2.072.328a.558.558 0 0 0 .284.146s-.118-.208-.082-.315c.038-.115.138-.184.138-.184s-.19-.064-.218-.057a2.37 2.37 0 0 0-.194.082z", fill: "color(display-p3 0.859 0.267 0.275)", fillRule: "nonzero", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsxs("g", { fillRule: "nonzero", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1", children: [jsx("path", { d: "m72.417 59.574-.074.005a.382.382 0 0 1-.067.09c-.066.063-.166.071-.22.017a.124.124 0 0 1-.036-.105.126.126 0 0 1-.13-.002c-.067-.039-.082-.128-.036-.202.008-.016.015-.036.028-.047l-.005-.081-.09.02-.025.049c-.056.064-.138.079-.18.043a.135.135 0 0 1-.033-.069.095.095 0 0 1-.043.028c-.138.033-.192-.269-.197-.345l-.044.064s.041.179.02.332c-.02.151-.074.305-.074.305.19.049.477.205.76.422.285.218.508.456.6.62 0 0 .148-.082.302-.13.153-.05.348-.052.348-.052l.056-.054c-.082.013-.404.026-.399-.11 0-.02.018-.046.02-.046a.178.178 0 0 1-.076-.015c-.046-.033-.046-.11.005-.177l.046-.033.002-.087-.087.013c-.007.01-.028.023-.038.033-.07.059-.166.064-.22.008a.106.106 0 0 1-.028-.118.148.148 0 0 1-.115-.013c-.067-.038-.08-.133-.029-.205a.342.342 0 0 1 .08-.082l-.018-.076h-.003z", fill: "color(display-p3 0.784 0.694 0.000)" }), jsx("path", { d: "M71.841 59.75c.013-.018.039-.015.06 0 .02.016.025.041.014.054-.012.015-.038.015-.061-.003-.018-.012-.026-.038-.013-.05zm.243.203L72 59.889c-.015-.01-.018-.031-.01-.041.01-.01.03-.01.046 0l.084.066.085.064c.013.01.02.03.01.041-.01.01-.03.01-.046 0l-.085-.066m-.445-.305-.067-.039c-.017-.01-.025-.03-.017-.043.007-.013.028-.015.043-.005l.067.04.066.04c.016.007.023.027.018.04-.008.013-.028.016-.043.005l-.067-.038m-.266-.182c.013-.015.04-.015.061 0 .02.018.026.041.013.056-.013.013-.038.013-.059-.002-.02-.015-.026-.039-.015-.054zm.98.673c.013-.012.008-.035-.013-.053-.02-.016-.048-.016-.061 0-.01.012-.005.038.015.053.02.016.046.016.06 0zm.146.17.056.053c.013.013.034.018.047.008.01-.01.01-.028-.003-.041l-.054-.054-.056-.054c-.013-.012-.036-.018-.046-.007-.013.007-.01.028.002.04l.054.054m.243.208c.013-.016.008-.039-.012-.054-.02-.018-.047-.018-.06-.003-.012.016-.007.039.013.057.02.013.047.015.06 0z", fill: "color(display-p3 0.000 0.000 0.000)" }), jsx("path", { d: "m72.038 58.972-.15.003-.029.222.016.036.038-.002.194-.131-.069-.128", fill: "color(display-p3 0.784 0.694 0.000)" }), jsx("path", { d: "m72.038 58.972-.15.003-.029.222.016.036.038-.002.194-.131-.069-.128", fill: "color(display-p3 0.784 0.694 0.000)" }), jsx("path", { d: "m71.629 59.095-.005.138.235.03.039-.017-.006-.038-.135-.182-.128.069", fill: "color(display-p3 0.784 0.694 0.000)" }), jsx("path", { d: "m72.115 59.371-.125.07-.139-.182-.002-.039.036-.015.238.028-.008.138", fill: "color(display-p3 0.784 0.694 0.000)" }), jsx("path", { d: "M71.81 59.2a.074.074 0 0 1 .1-.023.066.066 0 0 1 .026.095.074.074 0 0 1-.1.023.067.067 0 0 1-.025-.095zm-.55-.23c-.005.002-.033-.118-.066-.182a.398.398 0 0 0-.1-.11c.007-.013.107-.049.222.023.098.079-.007.222-.007.222s-.023.036-.049.046z", fill: "color(display-p3 0.784 0.694 0.000)" }), jsx("path", { d: "m71.524 59.049-.108.095-.174-.154.016-.02.007-.039.236-.018.023.136", fill: "color(display-p3 0.784 0.694 0.000)" }), jsx("path", { d: "M71.23 58.954c.012-.038.045-.059.071-.051.028.01.038.046.026.084-.013.039-.046.06-.075.052-.028-.01-.038-.046-.023-.085zm1.39.379-.152-.015-.064.217.013.036.039.003.212-.105-.049-.136", fill: "color(display-p3 0.784 0.694 0.000)" }), jsx("path", { d: "m72.195 59.4-.026.138.23.059.039-.01.002-.036-.11-.203-.135.052", fill: "color(display-p3 0.784 0.694 0.000)" }), jsx("path", { d: "m72.635 59.74-.136.051-.107-.2.002-.038.039-.008.227.06-.025.135", fill: "color(display-p3 0.784 0.694 0.000)" }), jsx("path", { d: "M72.358 59.53a.075.075 0 0 1 .103-.01.065.065 0 0 1 .013.097c-.026.03-.072.033-.105.01a.067.067 0 0 1-.01-.097zm.766.274.028.14-.223.078-.04-.01-.003-.036.092-.208.146.036", fill: "color(display-p3 0.784 0.694 0.000)" }), jsx("path", { d: "m73.085 60.211-.143.033-.08-.212.01-.039.04-.005.217.09-.044.133", fill: "color(display-p3 0.784 0.694 0.000)" }), jsx("path", { d: "m72.696 59.817-.046.133.218.087.04-.005.008-.036-.076-.212-.144.033", fill: "color(display-p3 0.784 0.694 0.000)" }), jsx("path", { d: "M72.937 60.065a.07.07 0 0 0 .005-.1.081.081 0 0 0-.105-.005c-.028.028-.03.072-.003.1.026.028.075.03.103.005zm.353.461c0 .003.128.008.202.023.052.01.134.07.134.07.015-.011.03-.108-.072-.203-.1-.072-.225.056-.225.056s-.031.03-.039.054z", fill: "color(display-p3 0.784 0.694 0.000)" }), jsx("path", { d: "m73.152 60.298-.074.118.194.13.023-.02.034-.01-.031-.226-.146.008", fill: "color(display-p3 0.784 0.694 0.000)" }), jsx("path", { d: "M73.31 60.552c.036-.018.054-.057.04-.08-.016-.023-.057-.025-.093-.005s-.051.056-.036.08c.013.022.054.025.09.005z", fill: "color(display-p3 0.784 0.694 0.000)" })] }), jsxs("g", { fillRule: "nonzero", stroke: "color(display-p3 0.000 0.000 0.000)", transform: "translate(59.947 67.254)", children: [jsx("ellipse", { cx: "4.163", cy: "4.685", fill: "color(display-p3 0.678 0.082 0.098)", rx: "4.163", ry: "4.685", strokeWidth: ".156" }), jsx("ellipse", { cx: "4.165", cy: "4.675", fill: "color(display-p3 0.000 0.357 0.749)", rx: "2.929", ry: "3.436", strokeWidth: ".156" }), jsxs("g", { fill: "color(display-p3 0.784 0.694 0.000)", strokeWidth: ".1", children: [jsx("path", { d: "M2.78 2.312s-.345.379-.345.732c0 .356.145.65.145.65a.383.383 0 0 0-.36-.24.373.373 0 0 0-.385.363c0 .056.036.148.062.197l.125.254c.041-.095.139-.146.251-.146.151 0 .277.115.277.258a.177.177 0 0 1-.01.064l-.313.003v.263h.28l-.208.413.274-.108.207.233.215-.233.274.108-.205-.413h.277v-.263l-.313-.003c-.005-.02-.005-.04-.005-.064 0-.143.12-.258.272-.258.112 0 .21.05.25.146l.126-.254a.537.537 0 0 0 .061-.197.372.372 0 0 0-.381-.364c-.169 0-.31.1-.36.241 0 0 .145-.294.145-.65 0-.353-.356-.732-.356-.732z", strokeLinejoin: "round" }), jsx("path", { d: "M2.227 4.71h1.116v-.263H2.227z" })] }), jsxs("g", { fill: "color(display-p3 0.784 0.694 0.000)", strokeWidth: ".1", children: [jsx("path", { d: "M5.501 2.312s-.345.379-.345.732c0 .356.146.65.146.65a.383.383 0 0 0-.361-.24.373.373 0 0 0-.384.363c0 .056.036.148.061.197l.126.254c.04-.095.138-.146.25-.146.152 0 .277.115.277.258a.177.177 0 0 1-.01.064l-.313.003v.263h.28l-.208.413.274-.108.207.233.215-.233.274.108-.204-.413h.276v-.263l-.312-.003c-.005-.02-.005-.04-.005-.064 0-.143.12-.258.271-.258.113 0 .21.05.25.146l.126-.254a.537.537 0 0 0 .062-.197.372.372 0 0 0-.382-.364c-.169 0-.31.1-.36.241 0 0 .145-.294.145-.65 0-.353-.356-.732-.356-.732z", strokeLinejoin: "round" }), jsx("path", { d: "M4.948 4.71h1.117v-.263H4.948z" })] }), jsxs("g", { fill: "color(display-p3 0.784 0.694 0.000)", strokeWidth: ".1", children: [jsx("path", { d: "M4.14 4.652s-.346.378-.346.732c0 .356.146.65.146.65a.383.383 0 0 0-.361-.24.373.373 0 0 0-.384.363c0 .056.036.148.061.197l.126.253c.04-.094.138-.146.25-.146.152 0 .277.116.277.259a.177.177 0 0 1-.01.064l-.312.003v.263h.279l-.208.412.274-.107.208.233.215-.233.273.107-.204-.412H4.7v-.263l-.312-.003c-.005-.02-.005-.041-.005-.064 0-.143.12-.259.271-.259.113 0 .21.052.251.146l.125-.253a.537.537 0 0 0 .062-.197.372.372 0 0 0-.382-.364c-.169 0-.31.1-.36.24 0 0 .145-.293.145-.65 0-.353-.355-.731-.355-.731z", strokeLinejoin: "round" }), jsx("path", { d: "M3.587 7.05h1.116v-.263H3.587z" })] })] })] })] }) }));
5
+ }
6
+
7
+ export { FlagES };
@@ -0,0 +1 @@
1
+ export declare function FlagEU(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,7 @@
1
+ import { jsx, jsxs } from 'react/jsx-runtime';
2
+
3
+ function FlagEU(props) {
4
+ return (jsx("svg", { height: "128", viewBox: "0 0 128 128", width: "128", xmlns: "http://www.w3.org/2000/svg", ...props, children: jsxs("g", { fill: "none", fillRule: "evenodd", children: [jsx("path", { d: "M0 0h128v128H0z", fill: "color(display-p3 0.000 0.078 0.537)", fillRule: "nonzero" }), jsx("path", { d: "m64 23.399-4.102 2.974 1.56-4.82-4.095-2.983 5.066-.005L64 13.748l1.57 4.817 5.067.005-4.096 2.982 1.56 4.82L64 23.4zm0 85.333-4.102 2.974 1.56-4.82-4.095-2.982 5.066-.006L64 99.081l1.57 4.817 5.067.006-4.096 2.982 1.56 4.82L64 108.732zM42.667 29.088l-4.102 2.973 1.56-4.82-4.095-2.982 5.066-.005 1.57-4.817 1.571 4.817 5.067.005-4.096 2.982 1.56 4.82-4.101-2.973zm0 73.718-4.102 2.974 1.56-4.82-4.095-2.982 5.066-.006 1.57-4.816 1.571 4.816 5.067.006-4.096 2.982 1.56 4.82-4.101-2.974zM27.022 44.732l-4.102 2.974 1.56-4.82-4.095-2.982 5.067-.006 1.57-4.817 1.57 4.817 5.067.006-4.095 2.982 1.56 4.82-4.102-2.974zm-5.689 21.334-4.102 2.973 1.561-4.82-4.096-2.982 5.067-.005 1.57-4.817 1.571 4.817 5.066.005-4.095 2.982 1.56 4.82-4.102-2.973zm85.334 0-4.102 2.973 1.56-4.82-4.095-2.982 5.066-.005 1.57-4.817 1.571 4.817 5.067.005-4.096 2.982 1.56 4.82-4.101-2.973zM27.022 87.162l-4.102 2.974 1.56-4.82-4.095-2.983 5.067-.005 1.57-4.817 1.57 4.817 5.067.005-4.095 2.982 1.56 4.82-4.102-2.973zm58.311-58.074-4.102 2.973 1.561-4.82-4.096-2.982 5.067-.005 1.57-4.817 1.571 4.817 5.066.005-4.095 2.982 1.56 4.82-4.102-2.973zm0 73.718-4.102 2.974 1.561-4.82-4.096-2.982 5.067-.006 1.57-4.816 1.571 4.816 5.066.006-4.095 2.982 1.56 4.82-4.102-2.974zm15.645-58.074-4.102 2.974 1.56-4.82-4.095-2.982 5.066-.006 1.57-4.817 1.571 4.817 5.067.006-4.096 2.982 1.56 4.82-4.101-2.974zm0 42.43-4.102 2.974 1.56-4.82-4.095-2.983 5.066-.005 1.57-4.817 1.571 4.817 5.067.005-4.096 2.982 1.56 4.82-4.101-2.973z", fill: "color(display-p3 1.000 0.867 0.000)" })] }) }));
5
+ }
6
+
7
+ export { FlagEU };
@@ -0,0 +1 @@
1
+ export declare function FlagFI(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,7 @@
1
+ import { jsx, jsxs } from 'react/jsx-runtime';
2
+
3
+ function FlagFI(props) {
4
+ return (jsx("svg", { height: "128", viewBox: "0 0 128 128", width: "128", xmlns: "http://www.w3.org/2000/svg", ...props, children: jsxs("g", { fill: "none", fillRule: "nonzero", children: [jsx("path", { d: "M0 0h128v128H0z", fill: "color(display-p3 1.000 1.000 1.000)" }), jsx("path", { d: "m81.889 0-.001 46.545H128v34.91l-46.112-.001V128H47.057l-.001-46.546H0V46.546h47.055V0H81.89z", fill: "color(display-p3 0.000 0.208 0.502)" })] }) }));
5
+ }
6
+
7
+ export { FlagFI };
@@ -0,0 +1 @@
1
+ export declare function FlagFR(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,7 @@
1
+ import { jsx, jsxs } from 'react/jsx-runtime';
2
+
3
+ function FlagFR(props) {
4
+ return (jsx("svg", { height: "128", viewBox: "0 0 128 128", width: "128", xmlns: "http://www.w3.org/2000/svg", ...props, children: jsxs("g", { fill: "none", fillRule: "nonzero", children: [jsx("path", { d: "M0 0h128v128H0z", fill: "color(display-p3 0.929 0.161 0.224)" }), jsx("path", { d: "M0 0h85.333v128H0z", fill: "color(display-p3 1.000 1.000 1.000)" }), jsx("path", { d: "M0 0h42.667v128H0z", fill: "color(display-p3 0.000 0.149 0.329)" })] }) }));
5
+ }
6
+
7
+ export { FlagFR };
@@ -0,0 +1 @@
1
+ export declare function FlagGB(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,7 @@
1
+ import { jsxs, jsx } from 'react/jsx-runtime';
2
+
3
+ function FlagGB(props) {
4
+ return (jsxs("svg", { height: "128", viewBox: "0 0 128 128", width: "128", xmlns: "http://www.w3.org/2000/svg", ...props, children: [jsx("defs", { children: jsx("path", { d: "M0 0h128v128H0z", id: "xoqakicywa" }) }), jsxs("g", { fill: "none", fillRule: "evenodd", children: [jsx("mask", { fill: "#fff", id: "bnbhfkuhbb", children: jsx("use", { xlinkHref: "#xoqakicywa" }) }), jsx("use", { fill: "color(display-p3 0.004 0.129 0.412)", xlinkHref: "#xoqakicywa" }), jsx("path", { d: "m64 82.102-45.916 45.916-18.078-.012.02-18.134L45.898 64 .044 18.146.014-.014l18.101.028L64 45.898z", fill: "color(display-p3 1.000 1.000 1.000)", fillRule: "nonzero", mask: "url(#bnbhfkuhbb)" }), jsx("path", { d: "m0 0 57.879 57.793v12.06L.006 127.576 0 115.537l51.84-51.714L.006 12.16z", fill: "color(display-p3 0.784 0.063 0.180)", fillRule: "nonzero", mask: "url(#bnbhfkuhbb)" }), jsx("path", { d: "m127.994 82.102-45.916 45.916L64 128.006l.021-18.134L109.893 64 64.039 18.146l-.03-18.16 18.1.028 45.885 45.884z", fill: "color(display-p3 1.000 1.000 1.000)", fillRule: "nonzero", mask: "url(#bnbhfkuhbb)", transform: "rotate(180 95.997 64.002)" }), jsx("path", { d: "M70.121.427 128 58.22v12.06l-57.873 57.724-.006-12.04 51.84-51.714-51.834-51.662z", fill: "color(display-p3 0.784 0.063 0.180)", fillRule: "nonzero", mask: "url(#bnbhfkuhbb)", transform: "rotate(180 99.06 64.215)" }), jsx("path", { d: "m64 0 21.333.004V42.67H128v42.667H85.333v42.667H64L42.667 128V85.333H0V42.667h42.667V0H64z", fill: "color(display-p3 1.000 1.000 1.000)", fillRule: "nonzero", mask: "url(#bnbhfkuhbb)" }), jsx("path", { d: "m64 0 12.8.004v51.2H128v25.6H76.8v51.2H64L51.2 128V76.8H0V51.2h51.2V0H64z", fill: "color(display-p3 0.784 0.063 0.180)", fillRule: "nonzero", mask: "url(#bnbhfkuhbb)" })] })] }));
5
+ }
6
+
7
+ export { FlagGB };
@@ -0,0 +1 @@
1
+ export declare function FlagGR(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,7 @@
1
+ import { jsx, jsxs } from 'react/jsx-runtime';
2
+
3
+ function FlagGR(props) {
4
+ return (jsx("svg", { height: "128", viewBox: "0 0 129 128", width: "129", xmlns: "http://www.w3.org/2000/svg", ...props, children: jsxs("g", { fill: "none", fillRule: "nonzero", children: [jsx("path", { d: "M0 0h128v128H0z", fill: "color(display-p3 0.051 0.369 0.686)" }), jsx("path", { d: "M128 99.556v14.222H0V99.556h128zM42.667 0l-.001 28.444h28.445v14.223l-28.445-.001v28.445L128 71.028V85.25L0 85.333V71.111h28.444V42.666H0V28.445h28.444V0h14.223zM128.1 42.667v14.222L71.1 57V42.778l57-.111zm0-28.445v14.222l-57 .112V14.333l57-.11z", fill: "color(display-p3 1.000 1.000 1.000)" })] }) }));
5
+ }
6
+
7
+ export { FlagGR };
@@ -0,0 +1 @@
1
+ export declare function FlagHR(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,7 @@
1
+ import { jsx, jsxs } from 'react/jsx-runtime';
2
+
3
+ function FlagHR(props) {
4
+ return (jsx("svg", { height: "128", viewBox: "0 0 128 128", width: "128", xmlns: "http://www.w3.org/2000/svg", ...props, children: jsxs("g", { fill: "none", fillRule: "nonzero", children: [jsx("path", { d: "M0 0h128v128H0z", fill: "color(display-p3 0.000 0.078 0.537)" }), jsx("path", { d: "M0 0h128v85.333H0z", fill: "color(display-p3 1.000 1.000 1.000)" }), jsx("path", { d: "M0 0h128v42.667H0z", fill: "color(display-p3 0.784 0.063 0.180)" }), jsx("path", { d: "M64.008 97.106c13.686 0 24.882-11.197 24.882-24.882V42.657H39.125v29.567c0 13.686 11.197 24.882 24.882 24.882z", fill: "color(display-p3 0.784 0.063 0.180)" }), jsx("path", { d: "M64.008 96.708c13.425 0 24.408-10.984 24.408-24.408V43.136H39.6V72.3c0 13.425 10.983 24.408 24.408 24.408z", fill: "color(display-p3 1.000 1.000 1.000)" }), jsx("g", { fill: "color(display-p3 0.784 0.063 0.180)", children: jsx("path", { d: "M49.902 44.053H40.51v10.32h9.393zM49.902 64.693h9.393v-10.32h-9.393zM40.509 72.242c0 .937.058 1.862.166 2.771h9.227v-10.32H40.51v7.55zM68.689 64.693h-9.394v10.32h9.394zM68.689 85.333h9.393v-10.32H68.69zM78.082 90.978a23.784 23.784 0 0 0 5.363-5.645h-5.363v5.645zM49.903 85.333h9.393v-10.32h-9.393zM44.53 85.333a23.778 23.778 0 0 0 5.373 5.651v-5.651H44.53zM65.628 95.653a23.351 23.351 0 0 0 3.06-.418v-9.902h-9.393v9.903c.996.205 2.015.344 3.052.416 1.093.068 2.187.064 3.28 0h.001zM87.3 75.013c.108-.912.166-1.84.166-2.78v-7.54h-9.384v10.32H87.3zM68.689 64.693h9.393v-10.32H68.69zM68.689 44.053h-9.393v10.32h9.393zM87.466 54.374v-10.32h-9.384v10.32z" }) }), jsxs("g", { children: [jsx("path", { d: "m87.992 42.354 5.824-13.202-4.437-7.165-7.351 2.721-5.162-5.9-6.8 3.898L64 17.739l-6.064 4.967-6.801-3.898-5.162 5.9-7.352-2.722-4.438 7.167L40 42.358a58.065 58.065 0 0 1 24.002-5.166 58.065 58.065 0 0 1 23.991 5.162z", fill: "color(display-p3 1.000 1.000 1.000)" }), jsx("path", { d: "m46.135 25.291-.01.013-7.29-2.7-4.08 6.587 1.562 3.553 3.96 8.987a58.579 58.579 0 0 1 9.221-3.19l-3.362-13.25z", fill: "color(display-p3 0.000 0.639 0.878)" }), jsx("path", { d: "M45.716 31.805c.26.495.409 1.058.409 1.653a3.57 3.57 0 0 1-3.564 3.564 3.573 3.573 0 0 1-3.497-2.882 3.585 3.585 0 0 0 3.118 1.825 3.588 3.588 0 0 0 3.534-4.16z", fill: "color(display-p3 1.000 1.000 1.000)", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("path", { d: "m42.45 26.875-.012.058-.248 1.28.981.857.045.04-.057.019-1.232.424-.252 1.279-.012.058-.045-.04-.983-.854-1.233.421-.057.02.012-.06.248-1.278-.98-.858-.046-.04.057-.019 1.231-.424.253-1.278.012-.059.044.04.984.854 1.233-.42z", fill: "color(display-p3 0.000 0.000 0.000)" }), jsx("g", { fill: "color(display-p3 0.996 0.859 0.000)", children: jsx("path", { d: "m40.97 28.69.92.803 1.15-.397zM40.978 28.65l2.07.405-.916-.8zM38.755 28.215l2.07.405-.92-.801zM40.817 28.661l-2.07-.405.916.8zM40.933 28.583l1.386-1.59-1.152.393zM39.444 30.291l1.386-1.59-1.153.395zM40.862 28.728l-1.386 1.59 1.152-.393zM42.35 27.02l-1.386 1.59 1.154-.395zM40.853 28.588l-.685-1.995-.235 1.194zM41.588 30.732l-.685-1.996-.234 1.197zM40.942 28.722l.685 1.996.235-1.194zM40.207 26.579l.685 1.996.234-1.197z" }) }), jsx("path", { d: "m58 23.308-.013.01-6.744-3.864-5.108 5.837 3.363 13.25a58.608 58.608 0 0 1 9.631-1.61l-1.13-13.623z", fill: "color(display-p3 0.000 0.078 0.537)" }), jsx("g", { fill: "color(display-p3 0.784 0.063 0.180)", children: jsx("path", { d: "M48.664 35.252c3.299-.84 6.703-1.413 10.185-1.7l-.285-3.445a65.48 65.48 0 0 0-10.751 1.796l.85 3.35zM46.973 28.593a68.788 68.788 0 0 1 11.308-1.888l-.28-3.381a72.192 72.192 0 0 0-11.862 1.981l.834 3.288z" }) }), jsxs("g", { children: [jsx("path", { d: "m70.029 23.31-.015.009L64 18.394l-6 4.915 1.129 13.624A59.164 59.164 0 0 1 64 36.729c1.648 0 3.28.071 4.894.205l1.134-13.623z", fill: "color(display-p3 0.000 0.639 0.878)" }), jsx("path", { d: "M63.988 29.437c-.012-.001-.028.006-.044.028-.117.158-.227.297-.344.455-.124.039-.153.114-.106.22-.165-.016-.184.122-.19.273-.159-.24-.33-.304-.515-.194-.007-.145-.118-.213-.277-.247a.524.524 0 0 1-.276-.092c-.038-.027-.07-.04-.107-.067-.08-.056-.143-.003-.109.047l.507.822c-.01.051.004.096.055.13l.089.25-.02.072c-.14-.067-.28-.075-.42-.084-.107-.005-.181-.032-.228-.087-.034-.04-.058-.016-.058.052-.002.337.102.64.378.943-.146.002-.292.007-.438.013-.05.004-.06.025-.046.066.08.192.214.365.519.484a.413.413 0 0 0-.226.328c-.005.142-.047.242-.134.288-.037.02-.05.04-.015.067.16.117.357.122.566.07-.1.171-.143.35-.125.538.131.035.26.01.388-.033a.617.617 0 0 0-.033.195.508.508 0 0 1-.066.217c-.02.02-.04.053.003.064.212.058.41.033.578-.03 0 .154.001.308.048.46.011.037.044.064.079.016.098-.135.203-.25.333-.326.02.056.047.106.098.135.061.035.093.108.097.217 0 .02-.001.038.022.057.094.005.325-.24.372-.377.13.076.18.155.278.291.035.048.062.018.08-.016.04-.153.043-.304.042-.457a.936.936 0 0 0 .579.03c.043-.012.022-.045.002-.065a.598.598 0 0 1-.071-.23c-.006-.085-.01-.143-.027-.182a.659.659 0 0 0 .388.033.882.882 0 0 0-.134-.537c.209.05.414.046.574-.07.036-.027.022-.048-.015-.068-.086-.046-.128-.146-.134-.287a.412.412 0 0 0-.226-.329c.305-.118.44-.293.52-.484.014-.042.003-.063-.046-.066-.146-.006-.304-.015-.45-.017.276-.302.383-.607.382-.945 0-.068-.024-.092-.058-.051-.047.055-.113.086-.22.092-.14.01-.275.015-.415.08l-.02-.07c.03-.084.067-.165.097-.249.052-.033.064-.078.055-.129.17-.274.325-.548.494-.823.034-.05-.03-.102-.108-.046-.038.026-.07.04-.108.067a.531.531 0 0 1-.276.091c-.158.034-.263.106-.27.251-.185-.11-.356-.046-.514.194-.007-.15-.026-.289-.191-.273.047-.106.01-.184-.113-.222-.117-.158-.29-.297-.407-.455-.02-.022-.032-.03-.043-.029v.001z", fill: "color(display-p3 0.000 0.000 0.000)" }), jsxs("g", { fill: "color(display-p3 0.996 0.859 0.000)", children: [jsx("path", { d: "M65.586 30.317c-.032-.016-.078.011-.102.06-.024.05-.02.108.012.124.025.013.053-.004.075-.035l.014-.023a.026.026 0 0 0 .003-.006c.024-.049.031-.103-.001-.119zM62.422 30.317c.033-.016.078.011.102.06.024.05.025.105-.008.12-.033.017-.065-.014-.09-.064-.023-.049-.037-.1-.005-.116zM65.303 30.89a.05.05 0 0 0-.05.05.05.05 0 0 0 .1 0 .05.05 0 0 0-.05-.05zM62.755 30.89a.05.05 0 1 0 0 .1.05.05 0 0 0 0-.1zM65.456 30.697a11.894 11.894 0 0 0-1.429-.084c-.476 0-.953.026-1.433.073-.017.005-.014.056.009.054a14.82 14.82 0 0 1 1.425-.071c.47 0 .938.025 1.408.081.025.003.034-.05.02-.053z" }), jsx("path", { d: "M62.581 30.644c.485-.047.967-.074 1.446-.073.477 0 .953.026 1.43.084l.07-.117a.074.074 0 0 1-.058-.003c-.048-.024-.058-.102-.022-.173.035-.072.103-.11.151-.087.025.012.04.04.043.072l.282-.467c-.129.082-.207.135-.367.16-.178.025-.258.087-.233.193.025.099-.036.084-.127.034-.198-.108-.341.045-.412.223-.046.118-.1.115-.106-.008-.002-.044 0-.083-.004-.126-.013-.141-.056-.181-.137-.142-.101.05-.11.016-.086-.036.018-.038.054-.081.042-.14-.006-.042-.042-.058-.096-.062-.115-.154-.295-.305-.41-.46-.115.155-.236.306-.351.46-.055.003-.09.019-.096.062-.013.059.033.1.05.137.024.052.015.085-.086.036-.08-.038-.118-.002-.131.14a2.279 2.279 0 0 0-.008.131c-.006.123-.06.126-.107.008-.07-.178-.222-.33-.421-.223-.092.05-.128.065-.115-.034.015-.109-.068-.168-.245-.194-.16-.023-.238-.077-.367-.16l.264.432a.074.074 0 0 1 .034-.036c.048-.024.116.015.152.087.035.071.025.15-.023.173a.075.075 0 0 1-.02.007l.063.103.001-.001zM65.354 31.22l-.015.007c-.029.012-.05.041-.084.078-.036.038-.081.079-.134.119-.007.006-.016.012-.028-.004s-.004-.022.004-.028c.05-.04.094-.078.13-.115a.608.608 0 0 0 .048-.058 9.119 9.119 0 0 0-.18-.019.61.61 0 0 0-.14.06.251.251 0 0 0-.086.079c-.006.009-.01.017-.028.007-.017-.01-.012-.019-.007-.028a.284.284 0 0 1 .1-.093.555.555 0 0 1 .067-.034l-.203-.016a.262.262 0 0 0-.074.072c-.006.009-.012.017-.028.005-.016-.011-.011-.02-.005-.027a.306.306 0 0 1 .046-.055l-.152-.009a.214.214 0 0 0-.064.084c-.004.01-.008.019-.026.012-.018-.008-.014-.017-.01-.026a.27.27 0 0 1 .028-.051l.017-.021a12.707 12.707 0 0 0-.218-.008l-.008.007a.184.184 0 0 0-.072.072c-.005.01-.01.018-.028.008-.017-.01-.012-.018-.007-.027a.212.212 0 0 1 .05-.06 14.11 14.11 0 0 0-.458-.002l.014.013a.255.255 0 0 1 .037.049c.005.009.01.017-.007.027-.018.01-.022.001-.028-.008a.184.184 0 0 0-.072-.072.023.023 0 0 1-.01-.007 8.37 8.37 0 0 0-.217.007.225.225 0 0 1 .047.073c.003.01.007.018-.011.026-.019.007-.023-.002-.026-.012a.214.214 0 0 0-.065-.086l-.154.009.008.007c.015.015.029.03.04.049.006.008.012.016-.004.028-.017.011-.023.003-.028-.005a.267.267 0 0 0-.08-.075c-.069.004-.138.008-.208.014a.548.548 0 0 1 .077.039.279.279 0 0 1 .1.093c.005.008.01.017-.007.027-.017.01-.022.002-.028-.007a.246.246 0 0 0-.086-.079.644.644 0 0 0-.156-.064c-.058.004-.114.01-.17.015.014.02.032.043.054.067.035.037.079.076.13.115.007.006.015.012.003.028s-.02.01-.028.004a1.121 1.121 0 0 1-.133-.12c-.024-.023-.063-.07-.086-.088a1.011 1.011 0 0 0-.363-.092c-.097-.01-.2-.006-.29-.05a.634.634 0 0 0 .08.144.256.256 0 0 0 .132.093c.005.001.014.01.014.016.018.1.053.18.107.244.033.038.072.07.119.094a.63.63 0 0 1-.109-.159.506.506 0 0 1-.048-.265c0-.01.001-.02.021-.018.02.002.019.012.018.022a.466.466 0 0 0 .046.244c.035.075.1.15.184.219.015.012 0 .04-.019.035a.498.498 0 0 1-.242-.146.535.535 0 0 1-.113-.251.294.294 0 0 1-.14-.104.619.619 0 0 1-.075-.13c.017.271.115.507.288.72a.476.476 0 0 0 .161.136c.058.022.06.063-.013.064h-.066c.053.02.104.042.147.067.08.046.137.102.142.172 0 .01.001.02-.018.022-.02 0-.021-.01-.022-.019-.004-.054-.052-.1-.121-.14a1.253 1.253 0 0 0-.254-.102c-.098 0-.197 0-.29.002a.696.696 0 0 0 .3.13.534.534 0 0 1 .146.058.423.423 0 0 1 .112.095c.007.007.013.015-.003.028-.016.013-.021.005-.028-.003a.36.36 0 0 0-.1-.085.496.496 0 0 0-.137-.054.789.789 0 0 1-.342-.159c.113.25.284.363.527.436l.038.012.006.001c.054.014.11.026.168.035.058.01.105.018.165.024.01 0 .02.001.018.021-.001.02-.012.019-.021.018a2.727 2.727 0 0 1-.276-.045.495.495 0 0 1-.068.008c-.146.009-.265.142-.275.312v.01c.055-.05.113-.099.172-.134.074-.043.151-.065.23-.043.01.002.02.005.014.024-.005.02-.014.018-.025.014-.067-.017-.134.002-.2.04a1.2 1.2 0 0 0-.198.16.356.356 0 0 1-.13.238c.039.022.066.041.103.029.055-.025.109-.05.165-.069a.652.652 0 0 1 .178-.036c.01 0 .02 0 .021.02 0 .02-.009.02-.02.02a.597.597 0 0 0-.166.034 1.677 1.677 0 0 0-.14.058c.14.03.29 0 .42-.05.039-.014.067-.027.085-.026.032-.019.07-.033.109-.05a.471.471 0 0 1 .115-.036c.01-.001.02-.002.022.018.002.02-.008.02-.018.022a.249.249 0 0 0-.14.05c0 .013-.042.036-.08.06a.468.468 0 0 0-.174.224.768.768 0 0 0-.043.142.942.942 0 0 1 .127-.192.66.66 0 0 1 .218-.167c.01-.005.019-.008.027.01.008.018 0 .021-.01.026a.604.604 0 0 0-.204.158.937.937 0 0 0-.139.218c-.02.04-.005 0-.026.054.07-.077.134-.141.204-.194.083-.063.179-.099.264-.084.01.002.02.004.017.024-.004.02-.014.017-.024.016-.073-.013-.158.02-.233.076-.076.059-.154.141-.231.229a.754.754 0 0 0 .342-.054c.058-.02.116-.085.151-.096a.838.838 0 0 1 .1-.106c.008-.006.016-.012.03.003.012.015.004.021-.003.028a.67.67 0 0 0-.12.131c-.003.005-.007.01-.014.01-.038.044-.096.102-.11.152-.035.132-.015.234-.076.364a.389.389 0 0 0 .11-.085.436.436 0 0 0 .081-.145.455.455 0 0 1 .27-.28c.01-.003.02-.007.027.012.007.02-.003.023-.012.026a.429.429 0 0 0-.247.255.47.47 0 0 1-.09.159.397.397 0 0 1-.098.08c.033-.002.05-.006.076-.005a.413.413 0 0 0 .177-.075.326.326 0 0 0 .097-.13c.004-.01.008-.018.027-.01.018.008.014.017.01.027a.364.364 0 0 1-.11.145.326.326 0 0 1-.124.06.915.915 0 0 0 .296-.064c.04-.015.055-.106.08-.131a.609.609 0 0 1 .066-.1.274.274 0 0 1 .104-.08c.01-.004.018-.008.026.01.007.02-.002.023-.011.027a.236.236 0 0 0-.088.068.565.565 0 0 0-.062.093c.007.046-.032.144-.033.193a1.29 1.29 0 0 0 .033.386c.034-.044.068-.084.103-.12v-.01c.012-.067.021-.139.025-.21.005-.071.005-.141-.003-.208-.002-.01-.003-.02.017-.022.02-.003.021.007.022.017.009.07.009.143.004.215-.003.057-.01.114-.019.17.034-.032.034-.032.049-.065a.47.47 0 0 0 .034-.295c-.002-.01-.004-.02.015-.024.02-.004.022.005.024.015.012.05.016.105.01.16a.554.554 0 0 1-.032.125 1.59 1.59 0 0 1 .113-.077 1.814 1.814 0 0 1-.002-.143.76.76 0 0 1 .011-.12c.003-.013.005-.026.03-.021.025.004.023.017.02.03a.789.789 0 0 0-.01.112c0 .05 0 .102.003.154.003.051.031.116.08.145.064.04.099.103.117.173.01-.092.01-.177.002-.253a.6.6 0 0 0-.073-.232c-.005-.01-.01-.017.008-.028.017-.01.022-.001.027.008.04.069.066.152.077.248.011.092.009.196-.008.308.065-.052.24-.163.223-.375a.223.223 0 0 0-.018-.048c-.005-.008-.009-.017.009-.026.017-.009.022 0 .026.009a.282.282 0 0 1 .032.117c.008-.004.028-.027.032-.024l.05.034a.46.46 0 0 1-.018-.272c.003-.01.005-.02.025-.015.02.004.017.014.015.024a.413.413 0 0 0-.008.145c.006.049.02.1.042.15.003.005.005.01.003.016l.045.04a1.962 1.962 0 0 1-.018-.16 1.112 1.112 0 0 1 .004-.216c.002-.01.003-.02.022-.017.02.002.019.012.018.022a1.137 1.137 0 0 0-.004.208 2.025 2.025 0 0 0 .026.214c.034.037.06.076.096.124.034-.129.046-.258.041-.387 0-.048-.043-.144-.04-.19a.581.581 0 0 0-.064-.096.23.23 0 0 0-.088-.069c-.01-.003-.018-.007-.011-.025.007-.019.017-.016.026-.012a.28.28 0 0 1 .103.08.607.607 0 0 1 .066.098c.036.004.049.113.09.134.097.036.188.06.286.063a.328.328 0 0 1-.232-.205c-.004-.01-.009-.018.01-.026.018-.009.022 0 .026.01a.322.322 0 0 0 .098.13.554.554 0 0 0 .252.08.417.417 0 0 1-.188-.239.434.434 0 0 0-.247-.255c-.01-.004-.018-.007-.012-.026.007-.018.016-.015.026-.012a.471.471 0 0 1 .27.28.367.367 0 0 0 .193.23c-.062-.13-.042-.232-.077-.365-.022-.081-.147-.175-.122-.202.028-.032.084.056.157.08.11.038.225.07.34.054a1.7 1.7 0 0 0-.23-.228c-.076-.057-.15-.088-.223-.076-.01.002-.02.004-.023-.016-.003-.02.006-.022.016-.024.086-.015.17.02.254.084.07.053.127.11.196.188-.011-.03 0-.009-.019-.049a.974.974 0 0 0-.139-.218.633.633 0 0 0-.205-.158c-.008-.004-.017-.008-.009-.026.008-.018.018-.014.027-.01.086.042.158.1.218.168a.965.965 0 0 1 .128.194.716.716 0 0 0-.043-.144.468.468 0 0 0-.119-.18c-.04-.036-.132-.09-.131-.114-.019-.01-.021-.007-.04-.015a.455.455 0 0 0-.104-.033c-.01-.001-.02-.003-.018-.022.003-.02.012-.02.023-.018a.475.475 0 0 1 .115.036c.02.008.041.027.062.037.033.003.087.03.131.047.13.05.282.08.42.05a1.606 1.606 0 0 0-.14-.057.593.593 0 0 0-.167-.034c-.01 0-.02 0-.02-.02.001-.02.011-.02.021-.02a.63.63 0 0 1 .179.036c.056.019.11.043.164.068.038.017.064-.004.103-.028a.356.356 0 0 1-.13-.238v-.001a1.2 1.2 0 0 0-.2-.16c-.065-.038-.132-.058-.2-.04-.009.003-.019.005-.024-.014-.005-.02.005-.022.014-.025.08-.02.156.001.23.044.06.035.118.083.173.135v-.011c-.01-.17-.129-.303-.275-.312-.05-.003-.12.013-.118-.02.003-.038.062-.028.148-.055.243-.073.414-.187.528-.436a.86.86 0 0 1-.117.079.876.876 0 0 1-.226.08.492.492 0 0 0-.137.054.382.382 0 0 0-.1.085c-.007.007-.013.016-.029.003-.016-.013-.009-.02-.003-.028a.423.423 0 0 1 .112-.095.542.542 0 0 1 .147-.058.86.86 0 0 0 .217-.077.625.625 0 0 0 .083-.053c-.094-.002-.193-.002-.29-.002a1.33 1.33 0 0 0-.254.101c-.07.04-.118.086-.122.141 0 .01 0 .02-.021.019-.02-.002-.02-.012-.018-.022.005-.07.06-.126.141-.172.044-.025.094-.047.147-.067h-.065c-.074-.002-.071-.042-.013-.064a.468.468 0 0 0 .159-.137c.17-.21.26-.45.288-.714a.606.606 0 0 1-.073.125.303.303 0 0 1-.14.104.535.535 0 0 1-.114.25.474.474 0 0 1-.233.146c-.018.005-.033-.022-.018-.035a.649.649 0 0 0 .175-.217.472.472 0 0 0 .046-.245c-.001-.01-.002-.02.018-.022.02-.002.02.009.021.019a.506.506 0 0 1-.049.265.63.63 0 0 1-.108.159.403.403 0 0 0 .118-.094.512.512 0 0 0 .107-.244c0-.005.009-.014.014-.016a.263.263 0 0 0 .132-.093.629.629 0 0 0 .08-.144c-.089.043-.192.04-.29.05a1 1 0 0 0-.35.095h.001z" }), jsx("path", { d: "M65.317 31.109a10.13 10.13 0 0 0-1.29-.072c-.432 0-.865.025-1.3.07-.013.005-.01.022-.009.03.001.017.024.022.077.017.406-.038.812-.059 1.22-.059.426 0 .854.013 1.288.065.021.005.049-.054.014-.052v.001z" }), jsx("path", { d: "M62.74 31.064c.431-.045.86-.07 1.287-.07.427 0 .853.026 1.28.08l.02-.08a.079.079 0 0 1-.037.01.078.078 0 1 1 .071-.108l.038-.107a11.877 11.877 0 0 0-1.372-.077c-.46 0-.921.024-1.385.067l.036.104a.078.078 0 1 1 .041.118l.021.059-.001.004zm1.938-.263a.078.078 0 1 0 0 .156.078.078 0 0 0 0-.156zm.012.04a.05.05 0 0 0 0 .1.05.05 0 0 0 .05-.05.05.05 0 0 0-.05-.05zm-.696-.057a.078.078 0 1 0 0 .156.078.078 0 0 0 0-.156zm.013.04a.05.05 0 1 0 0 .1.05.05 0 0 0 0-.1zm-.685-.025a.078.078 0 1 0 0 .156.078.078 0 0 0 0-.156zm.012.04a.05.05 0 0 0-.05.05c0 .029.022.05.05.05a.05.05 0 0 0 0-.1z" })] }), jsxs("g", { fill: "color(display-p3 0.000 0.000 0.000)", children: [jsx("path", { d: "M64.023 30.315a.204.204 0 0 0-.063-.11.22.22 0 0 0-.118-.056c-.021-.003-.025-.037-.005-.043a.198.198 0 0 0 .1-.085.42.42 0 0 0 .06-.161c.003-.022.04-.022.043 0a.28.28 0 0 0 .061.13.3.3 0 0 0 .122.088c.02.007.016.04-.005.043a.14.14 0 0 0-.089.055.368.368 0 0 0-.063.14c-.005.02-.04.019-.044-.002h.001zm.02-.075a.356.356 0 0 1 .052-.092.202.202 0 0 1 .063-.053.343.343 0 0 1-.136-.15.417.417 0 0 1-.048.1.282.282 0 0 1-.068.074.253.253 0 0 1 .138.121zM64.549 33.472l-.326.13c-.01.005-.022.01-.03-.013-.009-.021.003-.026.013-.03l.326-.13c.01-.005.022-.01.03.013.009.021-.002.026-.013.03zm.037-.206-.382.208c-.01.005-.02.01-.032-.01-.011-.02 0-.026.01-.032l.381-.207c.01-.006.021-.012.033.01.01.02 0 .026-.01.031zm-1.154-.04.382.206c.01.006.02.012.01.033-.012.02-.022.015-.033.01l-.382-.208c-.01-.006-.02-.011-.009-.032.011-.021.021-.015.032-.01zm.032.203.326.13c.011.004.022.009.013.03-.009.022-.02.018-.03.013l-.326-.13c-.011-.004-.022-.009-.014-.03.01-.022.02-.018.03-.013h.001zm.142.274c.087.02.165.03.226.02a.15.15 0 0 0 .12-.093v-.311a.734.734 0 0 1-.19-.026.181.181 0 0 1-.128-.113.364.364 0 0 1-.002-.208c.003-.01.006-.022.028-.017.023.006.02.017.017.029a.321.321 0 0 0 .001.18c.015.037.044.069.096.083a.748.748 0 0 0 .386 0 .244.244 0 0 0 .121-.079.147.147 0 0 0 .037-.11.073.073 0 0 0-.031-.051.156.156 0 0 0-.081-.024c-.03-.001-.06.005-.09.01a.974.974 0 0 1-.049.009c-.012 0-.023.003-.026-.02-.003-.024.009-.026.02-.027l.046-.008a.445.445 0 0 1 .1-.011.198.198 0 0 1 .107.032.116.116 0 0 1 .05.083.193.193 0 0 1-.046.147.287.287 0 0 1-.145.093.747.747 0 0 1-.173.026v.306a.014.014 0 0 1 .002.01.151.151 0 0 0 .118.089c.062.011.14.001.227-.02.011-.003.022-.005.028.017.005.024-.006.026-.018.029a.63.63 0 0 1-.245.02.198.198 0 0 1-.136-.083.198.198 0 0 1-.136.083.607.607 0 0 1-.245-.02c-.011-.003-.023-.005-.017-.029.005-.022.017-.02.028-.017zm.225.138.254-.011c.012 0 .024-.001.024.044s-.011.045-.023.045l-.254.01c-.012 0-.024.002-.024-.043-.001-.045.01-.045.023-.045zM64.206 31.888c.095-.079.185-.143.267-.188a.451.451 0 0 1 .227-.067c.012.001.023.001.023.025-.001.023-.013.023-.025.023a.417.417 0 0 0-.204.061 1.596 1.596 0 0 0-.259.183c-.008.007-.018.015-.033-.003-.015-.019-.006-.026.003-.034zm-.383.036a1.274 1.274 0 0 0-.28-.199.464.464 0 0 0-.23-.063c-.012.001-.024.002-.025-.022-.003-.023.009-.024.021-.025a.51.51 0 0 1 .255.068c.096.048.2.12.292.205.008.008.017.016 0 .034-.015.017-.024.01-.033 0v.002zm-.134.634a.595.595 0 0 1 .086-.138.84.84 0 0 1 .11-.108c.009-.007.018-.015.033.003.015.019.005.026-.004.034a.783.783 0 0 0-.103.1.546.546 0 0 0-.08.128c-.004.01-.009.021-.03.012-.022-.01-.017-.02-.012-.031zm.234-1.096a.464.464 0 0 1 .072.141c.017.052.026.11.025.176a.733.733 0 0 1-.005.158.35.35 0 0 1-.06.155.18.18 0 0 1-.209.067c.019.063.033.132.004.195-.005.011-.02.017-.032.011a1.882 1.882 0 0 0-.161-.071.922.922 0 0 1-.15-.072.348.348 0 0 1-.095-.078v.001a.247.247 0 0 1-.055-.107.518.518 0 0 1-.014-.11 1.461 1.461 0 0 1-.122-.073.646.646 0 0 1-.102-.083c-.008-.009-.016-.017 0-.034.018-.016.026-.007.034.001.025.025.056.05.095.076.038.026.08.052.129.077a.726.726 0 0 1 .234.069c.067.031.133.072.2.121l.017.013.016.012a.15.15 0 0 0 .096.01.13.13 0 0 0 .077-.053.307.307 0 0 0 .053-.135.681.681 0 0 0 .004-.148v-.002a.536.536 0 0 0-.022-.163.422.422 0 0 0-.065-.127c-.007-.01-.014-.019.005-.032.018-.014.026-.005.032.004v.001zm-.237.662a1.173 1.173 0 0 0-.196-.12.712.712 0 0 0-.199-.062c.002.03.005.059.012.085a.195.195 0 0 0 .045.087v.001a.32.32 0 0 0 .082.068.918.918 0 0 0 .143.067l-.001-.001a1.064 1.064 0 0 1 .143.062.346.346 0 0 0-.024-.169l-.005-.018zm.49-.634a.408.408 0 0 0-.064.127.52.52 0 0 0-.022.163v.001a.68.68 0 0 0 .004.148.315.315 0 0 0 .053.135c.02.029.047.046.077.054a.15.15 0 0 0 .096-.01l.016-.013c.004-.002.008-.007.017-.012.066-.049.133-.09.2-.122a.742.742 0 0 1 .234-.068 1.39 1.39 0 0 0 .129-.077.591.591 0 0 0 .094-.076c.008-.009.017-.017.034-.001s.008.025 0 .033a.646.646 0 0 1-.102.083 1.571 1.571 0 0 1-.123.074.513.513 0 0 1-.014.11.25.25 0 0 1-.055.107v-.001a.348.348 0 0 1-.094.078.96.96 0 0 1-.15.07v.001a.966.966 0 0 0-.162.072.025.025 0 0 1-.032-.012c-.029-.063-.015-.131.004-.194a.187.187 0 0 1-.104.004.178.178 0 0 1-.104-.071.35.35 0 0 1-.062-.156.734.734 0 0 1-.004-.157c0-.066.008-.124.025-.176a.457.457 0 0 1 .072-.141c.007-.01.014-.02.033-.005.019.014.012.024.004.033v-.001zm.595.452a.706.706 0 0 0-.199.062c-.066.03-.13.071-.196.12l-.005.018a.346.346 0 0 0-.024.169l.059-.028a.974.974 0 0 1 .084-.034.918.918 0 0 0 .142-.066.31.31 0 0 0 .082-.068h.001a.209.209 0 0 0 .045-.088.448.448 0 0 0 .012-.085h-.001z" }), jsx("path", { d: "M64.565 31.975a.137.137 0 1 0 0 .274.137.137 0 0 0 0-.274zm0 .044a.093.093 0 1 0 0 .186.093.093 0 0 0 0-.186zm0 .038a.055.055 0 1 0 0 .11.055.055 0 0 0 0-.11zm-1.072-.079a.137.137 0 0 1 0 .274.137.137 0 0 1 0-.274zm0 .044a.093.093 0 1 1 0 .186.093.093 0 0 1 0-.186zm0 .038a.055.055 0 1 1 0 .11.055.055 0 0 1 0-.11z" })] }), jsxs("g", { children: [jsx("path", { d: "M61.242 23.303c-.011 0-.027.008-.042.03-.112.163-.216.305-.327.468-.122.043-.149.12-.097.224-.166-.01-.18.129-.18.28-.167-.233-.342-.292-.522-.174-.012-.145-.126-.21-.286-.237a.524.524 0 0 1-.28-.081c-.038-.026-.07-.038-.11-.063-.08-.053-.142.002-.106.05l.538.803c-.007.051.007.096.06.127l.098.247-.017.073c-.143-.061-.283-.064-.423-.068-.107-.001-.182-.025-.231-.078-.036-.039-.058-.015-.056.054.01.337.126.636.414.927-.146.008-.292.018-.438.03-.05.006-.06.027-.044.068.087.189.228.357.538.464a.413.413 0 0 0-.213.337c0 .141-.038.243-.123.292-.037.022-.05.043-.013.067.164.111.362.109.568.05a.883.883 0 0 0-.105.541c.133.03.26 0 .387-.047a.617.617 0 0 0-.026.196.508.508 0 0 1-.057.22c-.02.02-.04.054.005.063.214.05.41.018.577-.051.005.153.013.307.065.457.013.036.047.063.08.014.092-.14.193-.258.32-.34a.234.234 0 0 0 .104.132c.062.033.096.104.104.213.001.02 0 .038.025.056.094.001.315-.252.357-.39.133.07.186.148.289.28.036.047.063.016.08-.019.033-.155.03-.305.024-.459a.936.936 0 0 0 .579.008c.043-.014.021-.045 0-.064a.598.598 0 0 1-.08-.228c-.009-.084-.014-.143-.034-.18.13.038.258.058.389.018a.882.882 0 0 0-.154-.532c.21.043.416.03.571-.092.035-.028.02-.048-.018-.067-.087-.043-.133-.14-.144-.282a.412.412 0 0 0-.238-.32c.3-.13.428-.309.5-.503.013-.042.002-.063-.048-.064-.146 0-.304-.004-.45 0 .265-.312.36-.622.346-.959-.004-.068-.028-.09-.06-.05-.045.057-.11.092-.217.101-.14.015-.274.026-.41.097l-.024-.07c.026-.085.061-.167.088-.253.05-.035.061-.08.05-.13.158-.28.303-.56.462-.841.032-.052-.033-.102-.11-.043-.036.028-.068.043-.104.071a.531.531 0 0 1-.273.102c-.157.04-.26.115-.26.261-.19-.103-.358-.033-.507.213-.013-.15-.037-.287-.201-.265.043-.108.003-.184-.121-.218-.124-.154-.3-.286-.424-.44-.02-.02-.033-.028-.045-.026z", fill: "color(display-p3 0.000 0.000 0.000)" }), jsxs("g", { fill: "color(display-p3 0.996 0.859 0.000)", children: [jsx("path", { d: "M62.873 24.122c-.033-.015-.078.014-.1.064-.022.05-.017.108.017.124.026.011.053-.006.074-.039l.013-.023a.026.026 0 0 0 .003-.006c.022-.05.027-.104-.006-.118v-.002zM59.711 24.242c.032-.017.079.008.105.057.025.048.028.103-.004.12-.032.018-.066-.012-.092-.06-.025-.049-.041-.099-.01-.117h.001zM62.611 24.705a.05.05 0 0 0-.048.052.05.05 0 0 0 .1-.004.05.05 0 0 0-.052-.048zM60.066 24.801a.05.05 0 1 0 .004.1.05.05 0 0 0-.004-.1zM62.757 24.507c-.478-.04-.954-.048-1.43-.03a14.78 14.78 0 0 0-1.43.127c-.017.006-.011.057.01.054a14.82 14.82 0 0 1 1.422-.125c.47-.018.94-.01 1.41.028.025.001.033-.052.019-.054h-.001z" }), jsx("path", { d: "M59.882 24.563c.484-.066.964-.11 1.443-.128.476-.018.953-.01 1.431.03l.066-.12a.074.074 0 0 1-.057 0c-.05-.022-.062-.1-.03-.172.033-.074.1-.115.149-.093.025.01.04.037.045.07l.264-.477c-.125.087-.202.143-.36.173-.177.032-.256.097-.226.202.028.098-.032.086-.125.04-.203-.101-.34.057-.403.238-.042.12-.097.118-.107-.004-.004-.044-.003-.083-.01-.126-.018-.14-.062-.179-.14-.137-.1.053-.11.02-.089-.033.016-.039.051-.083.037-.141-.008-.042-.044-.057-.098-.058-.12-.15-.307-.294-.427-.444-.11.158-.225.314-.334.472-.054.006-.089.023-.094.066-.01.06.037.098.056.135.026.05.018.085-.085.04-.082-.036-.118.002-.125.143-.003.044-.003.088-.004.133 0 .122-.055.127-.105.012-.077-.176-.235-.323-.43-.207-.09.053-.126.07-.116-.03.01-.11-.074-.165-.253-.184-.16-.018-.24-.068-.373-.146l.281.42a.074.074 0 0 1 .032-.036c.048-.026.117.01.155.081.038.07.031.149-.016.174a.075.075 0 0 1-.02.007l.067.1h.001zM62.676 25.033l-.015.007c-.029.014-.05.044-.082.082-.034.04-.078.082-.129.124-.007.006-.015.012-.027-.003-.013-.015-.006-.022.002-.028a1.15 1.15 0 0 0 .125-.12.608.608 0 0 0 .046-.06 9.119 9.119 0 0 0-.18-.012.61.61 0 0 0-.138.066.251.251 0 0 0-.083.082c-.005.009-.01.017-.028.008-.017-.01-.013-.019-.008-.028a.284.284 0 0 1 .096-.096.555.555 0 0 1 .066-.037l-.203-.008a.262.262 0 0 0-.071.075c-.006.008-.011.016-.028.006-.017-.011-.012-.02-.006-.028a.306.306 0 0 1 .038-.05l.006-.006-.153-.003a.214.214 0 0 0-.06.086c-.004.01-.007.019-.026.013-.018-.007-.015-.016-.011-.026a.27.27 0 0 1 .026-.052l.016-.021h-.217a.03.03 0 0 1-.009.008.184.184 0 0 0-.07.075c-.004.008-.008.017-.026.008-.018-.01-.013-.018-.008-.027a.212.212 0 0 1 .048-.063 14.11 14.11 0 0 0-.458.017l.014.012c.015.014.028.03.04.048.005.008.01.016-.007.027-.017.01-.022.002-.028-.007a.184.184 0 0 0-.075-.069.023.023 0 0 1-.01-.007 8.37 8.37 0 0 0-.217.015.225.225 0 0 1 .05.071c.003.01.008.019-.01.027-.018.008-.023-.001-.027-.01a.214.214 0 0 0-.068-.083l-.153.013.008.007c.016.014.03.03.043.048.006.008.012.016-.004.028s-.022.004-.028-.004a.267.267 0 0 0-.082-.073c-.07.007-.139.014-.208.023.028.01.055.022.078.035.044.024.08.054.104.09.005.008.01.016-.006.027-.017.011-.022.003-.028-.005a.246.246 0 0 0-.09-.076.644.644 0 0 0-.157-.059h-.002a7.328 7.328 0 0 0-.168.022c.014.02.033.042.056.065.037.035.082.073.134.11.008.005.016.011.004.028-.01.016-.02.01-.027.004a1.121 1.121 0 0 1-.138-.113c-.024-.023-.065-.068-.089-.085a1.011 1.011 0 0 0-.366-.08c-.097-.005-.201.003-.291-.038a.634.634 0 0 0 .085.141.256.256 0 0 0 .135.088c.005.001.014.01.015.015.021.099.06.179.116.24a.406.406 0 0 0 .122.09.63.63 0 0 1-.115-.155.506.506 0 0 1-.058-.263c0-.01 0-.02.02-.02.02.002.02.012.02.022a.466.466 0 0 0 .054.243.678.678 0 0 0 .192.211c.016.012.002.04-.017.036a.498.498 0 0 1-.247-.137.535.535 0 0 1-.123-.246.294.294 0 0 1-.144-.099.619.619 0 0 1-.08-.126c.028.27.135.501.316.707.04.046.108.11.166.13.059.02.062.061-.01.064a2.279 2.279 0 0 1-.067.004c.054.017.105.037.15.06.082.043.14.097.148.167 0 .01.002.02-.018.022-.02.002-.02-.008-.022-.017-.006-.054-.055-.1-.126-.136a1.253 1.253 0 0 0-.258-.092c-.097.004-.197.007-.29.013a.696.696 0 0 0 .304.119.534.534 0 0 1 .15.052.423.423 0 0 1 .115.09c.007.008.013.016-.002.029-.015.013-.021.006-.028-.002a.36.36 0 0 0-.104-.082.496.496 0 0 0-.139-.048.789.789 0 0 1-.348-.146c.123.245.298.352.544.416l.039.01.006.002c.055.01.111.02.169.028.058.007.105.014.166.017.01 0 .02.001.019.02-.001.021-.011.02-.021.02a2.727 2.727 0 0 1-.278-.034.495.495 0 0 1-.067.01c-.146.014-.26.152-.263.322v.01c.054-.052.11-.103.167-.14.073-.046.149-.071.229-.053.01.003.02.005.014.025-.004.02-.014.017-.024.014-.067-.015-.134.007-.198.048a1.2 1.2 0 0 0-.193.167.356.356 0 0 1-.12.243c.04.02.067.039.104.025.053-.027.107-.054.162-.075a.652.652 0 0 1 .177-.043c.01 0 .02-.001.021.02.002.02-.008.02-.018.02a.597.597 0 0 0-.166.04c-.046.019-.092.04-.138.063a.77.77 0 0 0 .42-.066c.037-.015.065-.029.083-.029.031-.02.069-.036.106-.054a.471.471 0 0 1 .114-.04c.01-.002.02-.003.023.017.003.02-.007.02-.017.023a.249.249 0 0 0-.139.055c0 .013-.04.037-.077.063a.468.468 0 0 0-.165.23.768.768 0 0 0-.038.144.942.942 0 0 1 .12-.197.66.66 0 0 1 .212-.175c.008-.005.018-.009.026.008.01.018 0 .022-.008.027a.604.604 0 0 0-.199.166.937.937 0 0 0-.13.223c-.018.041-.005 0-.024.055.066-.08.128-.146.197-.201.08-.067.174-.106.26-.094.01.001.02.003.018.022-.003.02-.013.019-.023.018-.074-.01-.157.026-.23.085a1.737 1.737 0 0 0-.223.237.754.754 0 0 0 .34-.067c.057-.021.113-.09.148-.102a.838.838 0 0 1 .096-.109c.008-.007.015-.013.029.001.014.015.006.022-.002.029a.67.67 0 0 0-.114.135c-.003.005-.007.011-.014.01-.036.047-.092.107-.103.157-.031.134-.007.234-.063.366a.389.389 0 0 0 .107-.089.436.436 0 0 0 .075-.148.455.455 0 0 1 .26-.29c.01-.003.019-.007.026.012.008.018-.001.022-.01.026a.429.429 0 0 0-.237.264.47.47 0 0 1-.084.162.397.397 0 0 1-.095.084c.032-.003.049-.008.076-.008a.413.413 0 0 0 .173-.081.326.326 0 0 0 .092-.134c.004-.01.008-.019.027-.011.018.007.015.016.01.026a.364.364 0 0 1-.103.15.326.326 0 0 1-.122.063.915.915 0 0 0 .293-.074c.04-.017.05-.108.075-.134a.609.609 0 0 1 .063-.103.274.274 0 0 1 .1-.084c.01-.004.018-.008.026.01.009.019 0 .023-.01.027a.236.236 0 0 0-.085.071.565.565 0 0 0-.058.096c.008.045-.027.145-.026.193 0 .13.009.259.048.386.032-.047.064-.088.098-.126v-.009c.009-.067.016-.14.017-.21.002-.072 0-.142-.011-.208-.002-.01-.004-.02.016-.023.02-.003.022.007.023.017.011.07.014.142.012.214a1.915 1.915 0 0 1-.012.171c.033-.034.032-.034.046-.067a.47.47 0 0 0 .023-.296c-.003-.01-.005-.02.014-.025.02-.005.022.005.025.015.014.05.02.103.015.158a.554.554 0 0 1-.027.127 1.59 1.59 0 0 1 .11-.081 1.814 1.814 0 0 1-.008-.143.76.76 0 0 1 .007-.12c.002-.014.004-.026.03-.023.025.004.023.016.021.03a.789.789 0 0 0-.006.112c0 .05.004.102.009.153.005.052.035.116.084.143.067.036.104.099.124.168a1.132 1.132 0 0 0-.008-.253.6.6 0 0 0-.08-.23c-.006-.008-.011-.016.006-.027s.022-.002.028.006c.042.068.071.15.086.245.014.092.016.196.004.309.062-.054.234-.172.208-.384a.223.223 0 0 0-.02-.046c-.005-.009-.01-.018.008-.027.017-.01.022-.001.027.008a.282.282 0 0 1 .036.116c.008-.005.027-.028.031-.026l.052.032a.46.46 0 0 1-.028-.27c.002-.01.004-.02.023-.017.02.004.018.014.016.024a.413.413 0 0 0-.002.145.51.51 0 0 0 .048.148c.002.005.005.01.003.016.016.013.031.025.046.04a1.962 1.962 0 0 1-.024-.16 1.112 1.112 0 0 1-.003-.216c0-.01.001-.02.021-.019.02.002.019.012.018.022-.006.067-.003.137.004.207a2.025 2.025 0 0 0 .034.213c.036.036.063.074.1.12.03-.129.037-.258.028-.387-.003-.048-.05-.142-.049-.19a.581.581 0 0 0-.066-.092.23.23 0 0 0-.09-.065c-.01-.004-.02-.007-.013-.026.007-.018.016-.016.025-.012a.28.28 0 0 1 .107.076c.025.028.048.06.069.095.036.003.053.111.095.13.099.033.19.053.289.053a.328.328 0 0 1-.24-.196c-.005-.01-.01-.018.009-.027.018-.009.022 0 .026.009.027.053.06.096.103.126.055.04.185.072.255.071a.417.417 0 0 1-.197-.232.434.434 0 0 0-.257-.245c-.01-.004-.018-.007-.013-.026.007-.018.016-.015.026-.013a.471.471 0 0 1 .28.269c.024.06.052.105.087.142.031.033.069.06.115.081-.067-.128-.05-.23-.09-.361-.026-.08-.154-.17-.13-.198.027-.033.086.053.16.075a.749.749 0 0 0 .342.04 1.7 1.7 0 0 0-.24-.219c-.077-.054-.152-.082-.225-.067-.01.002-.019.004-.024-.016-.003-.019.006-.021.016-.024.085-.018.17.014.256.074.072.05.131.106.204.18-.013-.028 0-.008-.02-.047a.974.974 0 0 0-.148-.213.633.633 0 0 0-.21-.15c-.01-.004-.019-.007-.011-.026.007-.018.017-.014.026-.01a.668.668 0 0 1 .224.159.965.965 0 0 1 .136.189.716.716 0 0 0-.049-.142.468.468 0 0 0-.125-.177c-.04-.034-.136-.083-.136-.108-.019-.009-.02-.006-.04-.013a.455.455 0 0 0-.105-.03c-.01 0-.02-.001-.019-.02.002-.021.012-.02.022-.02a.475.475 0 0 1 .116.032c.021.008.043.025.063.035.034.002.09.027.134.042a.768.768 0 0 0 .422.034 1.606 1.606 0 0 0-.143-.052.593.593 0 0 0-.168-.027c-.01 0-.02 0-.02-.02s.01-.02.02-.02a.63.63 0 0 1 .18.028c.056.017.111.04.167.062.038.016.063-.006.101-.032a.356.356 0 0 1-.138-.232l-.001-.002a1.2 1.2 0 0 0-.205-.152c-.067-.035-.135-.052-.201-.032-.01.003-.02.006-.025-.013-.006-.02.003-.022.013-.025a.299.299 0 0 1 .231.035c.06.032.12.079.178.128v-.011c-.017-.17-.14-.298-.287-.302-.05 0-.12.018-.119-.015.001-.038.06-.03.146-.06.24-.083.407-.203.511-.456a.86.86 0 0 1-.114.083.876.876 0 0 1-.223.09.492.492 0 0 0-.134.057.382.382 0 0 0-.098.09c-.006.007-.012.016-.028.004s-.01-.02-.004-.029a.423.423 0 0 1 .108-.099.542.542 0 0 1 .145-.063.86.86 0 0 0 .214-.085.625.625 0 0 0 .08-.056c-.093.001-.192.005-.29.01a1.33 1.33 0 0 0-.25.11c-.068.042-.114.09-.115.145 0 .01 0 .02-.021.02-.02-.001-.02-.011-.02-.022.003-.07.057-.128.136-.177.042-.027.092-.05.144-.072l-.066.002c-.073.001-.072-.04-.015-.064a.468.468 0 0 0 .154-.142c.163-.217.243-.46.26-.724a.606.606 0 0 1-.067.127.303.303 0 0 1-.137.11.535.535 0 0 1-.104.254.474.474 0 0 1-.227.154c-.018.006-.034-.02-.02-.034a.649.649 0 0 0 .168-.224.472.472 0 0 0 .036-.246c-.001-.01-.003-.02.017-.023.02-.002.021.008.022.018.011.084 0 .176-.039.267a.63.63 0 0 1-.102.163.403.403 0 0 0 .114-.099.512.512 0 0 0 .098-.248c0-.005.008-.014.013-.016a.263.263 0 0 0 .129-.098.629.629 0 0 0 .074-.147c-.087.047-.19.048-.287.06a1 1 0 0 0-.346.11v-.001z" }), jsx("path", { d: "M62.634 24.924a10.13 10.13 0 0 0-1.291-.023c-.432.016-.864.058-1.297.12-.013.004-.009.021-.008.03.002.017.024.02.077.013.405-.053.81-.09 1.218-.105.426-.016.854-.019 1.29.016.02.005.046-.056.011-.052z" }), jsx("path", { d: "M60.057 24.977c.43-.061.857-.102 1.284-.119.426-.016.853-.007 1.282.032l.016-.08a.079.079 0 0 1-.036.01.078.078 0 1 1 .067-.11l.034-.11c-.459-.035-.916-.042-1.374-.024-.46.017-.92.059-1.382.12l.04.102a.078.078 0 1 1 .046.116l.023.058v.005zm1.927-.336a.078.078 0 1 0 .005.155.078.078 0 0 0-.005-.155zm.014.04a.05.05 0 0 0 .004.1.05.05 0 0 0 .048-.052.05.05 0 0 0-.052-.048zm-.698-.032a.078.078 0 1 0 .006.155.078.078 0 0 0-.006-.155zm.014.04a.05.05 0 1 0 .004.1.05.05 0 0 0-.004-.1zm-.686.001a.078.078 0 1 0 .006.155.078.078 0 0 0-.006-.155zm.015.04a.05.05 0 0 0-.048.052.05.05 0 1 0 .048-.052z" })] }), jsxs("g", { fill: "color(display-p3 0.000 0.000 0.000)", children: [jsx("path", { d: "M61.311 24.18a.204.204 0 0 0-.067-.109.22.22 0 0 0-.12-.051c-.021-.002-.027-.036-.007-.043a.198.198 0 0 0 .096-.087.42.42 0 0 0 .054-.164c.003-.022.04-.024.044-.003a.28.28 0 0 0 .066.13.3.3 0 0 0 .125.082c.02.007.017.039-.003.043a.14.14 0 0 0-.087.058.368.368 0 0 0-.058.142c-.004.021-.038.021-.044 0l.001.001zm.018-.076a.356.356 0 0 1 .048-.094.202.202 0 0 1 .06-.056.343.343 0 0 1-.142-.144.417.417 0 0 1-.043.102.282.282 0 0 1-.066.076.253.253 0 0 1 .143.116zM61.956 27.315l-.32.142c-.01.005-.022.01-.031-.012-.01-.021.002-.026.012-.03l.32-.143c.01-.005.022-.01.031.012.01.02-.001.026-.012.03zm.03-.208-.374.222c-.01.006-.02.012-.033-.008-.012-.02-.001-.027.009-.033l.373-.221c.01-.007.02-.013.033.008.012.02.001.026-.009.032zm-1.155.003.39.193c.01.005.02.01.01.032-.01.02-.021.016-.032.01l-.39-.192c-.01-.006-.02-.011-.01-.032.01-.022.021-.016.032-.01zm.04.202.33.118c.012.004.022.008.014.03-.008.022-.019.018-.03.014l-.33-.118c-.011-.004-.022-.008-.015-.03.008-.022.02-.018.03-.014zm.152.269a.587.587 0 0 0 .226.01.15.15 0 0 0 .118-.096l-.012-.311a.734.734 0 0 1-.193-.019.181.181 0 0 1-.13-.107.364.364 0 0 1-.011-.208c.003-.012.005-.023.028-.018.023.005.02.016.018.028a.321.321 0 0 0 .007.179.135.135 0 0 0 .1.08.748.748 0 0 0 .385-.016.244.244 0 0 0 .118-.082.147.147 0 0 0 .032-.112.073.073 0 0 0-.033-.05.156.156 0 0 0-.081-.02c-.03 0-.06.007-.09.013a.974.974 0 0 1-.048.01c-.012.002-.023.004-.027-.019s.008-.025.019-.027c.014-.002.03-.006.046-.01a.445.445 0 0 1 .1-.015c.038 0 .077.009.107.029a.116.116 0 0 1 .054.08.193.193 0 0 1-.04.15.287.287 0 0 1-.142.098.747.747 0 0 1-.172.033l.012.305a.014.014 0 0 1 .001.01c.026.05.068.076.122.084a.575.575 0 0 0 .226-.028c.011-.003.022-.006.029.016.006.023-.005.026-.017.03a.63.63 0 0 1-.244.029.198.198 0 0 1-.139-.079.198.198 0 0 1-.133.089.607.607 0 0 1-.245-.01c-.012-.003-.024-.005-.02-.029.005-.023.017-.02.029-.018zm.23.129.253-.02c.012 0 .024-.003.026.043.002.045-.01.045-.022.046l-.253.02c-.012 0-.024.002-.026-.043-.002-.045.01-.046.022-.046zM61.553 25.745c.092-.083.18-.15.26-.198a.451.451 0 0 1 .224-.076c.012 0 .024 0 .024.024s-.012.024-.024.024a.417.417 0 0 0-.2.069 1.596 1.596 0 0 0-.253.192c-.008.008-.018.016-.033-.002-.016-.018-.007-.025.001-.033h.001zm-.38.05a1.274 1.274 0 0 0-.29-.188.464.464 0 0 0-.23-.055c-.013.002-.024.004-.027-.02-.003-.023.009-.025.02-.026a.51.51 0 0 1 .258.058c.098.045.204.113.3.194.008.008.018.015.002.033-.015.018-.024.01-.034.003zm-.111.639a.595.595 0 0 1 .08-.142.84.84 0 0 1 .106-.112c.009-.007.018-.015.033.002.016.018.007.026-.002.034a.783.783 0 0 0-.1.105.546.546 0 0 0-.073.13c-.005.01-.009.022-.03.013-.023-.009-.019-.02-.014-.03zm.193-1.104c.032.04.059.085.077.138.018.05.03.11.031.175.005.05.008.104.002.157a.35.35 0 0 1-.055.158.18.18 0 0 1-.206.075c.021.062.038.13.012.194a.025.025 0 0 1-.032.013 1.882 1.882 0 0 0-.164-.065v-.001a.922.922 0 0 1-.152-.065.348.348 0 0 1-.098-.075v.001a.247.247 0 0 1-.059-.105.518.518 0 0 1-.018-.11 1.461 1.461 0 0 1-.125-.068.646.646 0 0 1-.105-.079c-.009-.008-.017-.016 0-.033.016-.017.024-.009.033 0a.599.599 0 0 0 .097.072c.04.024.083.048.132.072a.726.726 0 0 1 .236.06c.068.029.136.067.205.113.008.004.012.01.018.012l.016.012a.15.15 0 0 0 .096.006.13.13 0 0 0 .075-.056.307.307 0 0 0 .048-.137.681.681 0 0 0-.002-.148v-.001a.536.536 0 0 0-.028-.162.422.422 0 0 0-.07-.125c-.007-.009-.014-.018.004-.033.018-.014.026-.005.033.003l-.001.002zm-.212.67a1.173 1.173 0 0 0-.2-.113.712.712 0 0 0-.202-.054c.003.03.008.058.015.085.01.032.025.061.048.085a.32.32 0 0 0 .085.065.918.918 0 0 0 .145.062 1.064 1.064 0 0 1 .145.056.346.346 0 0 0-.03-.168L61.042 26h.001zm.466-.652a.408.408 0 0 0-.06.13.52.52 0 0 0-.016.163v.001a.68.68 0 0 0 .01.148c.01.047.027.092.058.133.021.028.05.044.08.05a.15.15 0 0 0 .095-.014l.015-.012c.004-.003.008-.008.017-.014.064-.05.13-.095.195-.128a.742.742 0 0 1 .231-.078 1.39 1.39 0 0 0 .126-.081.591.591 0 0 0 .091-.08c.008-.009.016-.018.034-.002.017.016.01.024.001.033a.646.646 0 0 1-.098.087 1.571 1.571 0 0 1-.12.078.513.513 0 0 1-.01.11.25.25 0 0 1-.051.11v-.002a.348.348 0 0 1-.092.082.96.96 0 0 1-.147.077.966.966 0 0 0-.158.078.025.025 0 0 1-.033-.01c-.03-.062-.02-.131-.004-.195a.187.187 0 0 1-.103.008.178.178 0 0 1-.107-.067.35.35 0 0 1-.067-.153.734.734 0 0 1-.01-.157.566.566 0 0 1 .017-.177.457.457 0 0 1 .067-.144c.007-.01.013-.02.033-.005.02.013.013.022.005.032l.001-.001zm.61.429a.706.706 0 0 0-.195.07 1.173 1.173 0 0 0-.192.127.313.313 0 0 0-.004.018.346.346 0 0 0-.017.17l.057-.03a.974.974 0 0 1 .083-.038v.001a.918.918 0 0 0 .139-.072.31.31 0 0 0 .08-.071.209.209 0 0 0 .042-.09.448.448 0 0 0 .009-.085h-.001z" }), jsx("path", { d: "M61.916 25.818a.137.137 0 1 0 .01.273.137.137 0 0 0-.01-.273zm.001.044a.093.093 0 1 0 .008.186.093.093 0 0 0-.008-.186zm.002.038a.055.055 0 1 0 .004.11.055.055 0 0 0-.004-.11zm-1.075-.038a.137.137 0 0 1 .142.131.137.137 0 1 1-.142-.131zm.002.043a.093.093 0 1 1 .007.186.093.093 0 0 1-.007-.186zm.001.038a.055.055 0 1 1 .004.11.055.055 0 0 1-.004-.11z" })] })] }), jsxs("g", { children: [jsx("path", { d: "M66.742 23.301c-.011-.001-.028.006-.044.027-.124.154-.238.288-.362.442-.124.034-.157.108-.114.215-.164-.022-.188.115-.2.266-.15-.245-.319-.317-.507-.213-.002-.146-.11-.218-.268-.259a.524.524 0 0 1-.272-.102c-.037-.028-.068-.043-.105-.07-.077-.06-.142-.01-.11.042l.475.841c-.01.05 0 .096.05.131l.08.254-.023.071c-.137-.072-.277-.085-.417-.1-.107-.01-.18-.038-.224-.095-.033-.041-.057-.019-.06.05-.015.337.078.644.342.956a17.018 17.018 0 0 0-.439-.004c-.05.002-.06.023-.048.064.072.195.2.374.5.504a.413.413 0 0 0-.238.32c-.01.14-.056.239-.144.282-.039.019-.053.039-.018.066.155.123.352.136.562.092a.883.883 0 0 0-.145.532c.13.04.26.02.389-.018a.617.617 0 0 0-.04.194.508.508 0 0 1-.074.214c-.021.02-.043.052 0 .065.21.065.408.048.579-.008-.006.154-.01.308.03.461.01.037.042.066.079.02.103-.132.212-.243.345-.314a.234.234 0 0 0 .093.14c.06.036.089.11.088.22 0 .018-.002.037.02.057.094.008.334-.228.387-.363.127.082.173.162.266.302.033.05.062.02.081-.013.045-.152.054-.302.06-.455a.936.936 0 0 0 .576.051c.044-.01.024-.043.005-.064a.598.598 0 0 1-.063-.233c-.002-.084-.003-.143-.02-.182a.659.659 0 0 0 .386.047.882.882 0 0 0-.112-.542c.206.059.412.062.576-.049.037-.024.024-.045-.013-.067-.084-.05-.122-.15-.123-.292a.412.412 0 0 0-.213-.337c.31-.107.45-.276.538-.464.015-.042.006-.063-.044-.068-.145-.012-.302-.026-.448-.034.287-.291.406-.592.417-.93.002-.068-.02-.093-.056-.053-.049.053-.116.082-.223.083-.14.005-.275.005-.418.065l-.017-.072c.032-.082.073-.161.106-.244.053-.032.067-.075.06-.127.18-.267.345-.536.525-.803.036-.049-.025-.104-.106-.051-.04.025-.071.038-.11.063a.531.531 0 0 1-.28.08c-.16.029-.267.096-.28.241-.18-.117-.354-.06-.52.175-.002-.152-.016-.29-.181-.28.051-.105.018-.184-.104-.227-.111-.162-.278-.308-.39-.47-.018-.023-.03-.031-.042-.03z", fill: "color(display-p3 0.000 0.000 0.000)" }), jsxs("g", { fill: "color(display-p3 0.996 0.859 0.000)", children: [jsx("path", { d: "M68.306 24.242c-.031-.018-.078.008-.104.056-.026.048-.025.106.007.124.025.014.053-.002.076-.032l.015-.023a.026.026 0 0 0 .004-.005c.025-.048.034-.102.003-.119v-.001zM65.144 24.121c.033-.015.078.014.1.064.022.05.02.105-.013.12-.033.016-.064-.017-.086-.067-.023-.05-.034-.101-.002-.117h.001zM68.001 24.803a.05.05 0 0 0-.052.048.05.05 0 0 0 .1.003.05.05 0 0 0-.048-.051zM65.455 24.706a.05.05 0 1 0-.004.1.05.05 0 0 0 .004-.1zM68.161 24.616c-.474-.075-.948-.12-1.424-.138a14.78 14.78 0 0 0-1.435.018c-.017.005-.016.056.006.055.48-.028.955-.035 1.428-.017.469.018.936.06 1.403.135.025.003.037-.05.023-.053z" }), jsx("path", { d: "M65.29 24.454c.487-.029.97-.037 1.449-.018.476.018.95.063 1.424.138l.075-.113a.074.074 0 0 1-.057-.006c-.047-.026-.054-.104-.016-.174.038-.07.108-.106.155-.081.024.013.038.04.04.074l.3-.456c-.133.077-.213.127-.373.145-.179.019-.262.078-.24.185.02.1-.04.082-.128.03-.195-.116-.344.031-.42.206-.051.116-.105.11-.106-.012-.001-.044.003-.083 0-.126-.008-.142-.05-.183-.131-.147-.104.045-.111.012-.085-.04.019-.037.057-.079.047-.138-.004-.042-.04-.06-.093-.065-.11-.159-.283-.317-.392-.475-.121.15-.248.296-.369.446-.054 0-.09.015-.098.058-.015.058.029.1.045.139.022.053.011.086-.088.033-.079-.042-.117-.007-.136.133-.006.044-.01.088-.013.132-.01.122-.065.124-.107.004-.063-.18-.21-.339-.412-.239-.094.047-.13.06-.114-.038.019-.108-.061-.17-.237-.203-.16-.03-.236-.086-.361-.173l.248.44a.074.074 0 0 1 .035-.034c.049-.023.115.02.148.093.033.072.02.15-.03.172a.075.075 0 0 1-.02.005l.06.106v-.001zM68.04 25.135l-.015.006c-.03.011-.052.04-.088.075a1.115 1.115 0 0 1-.138.114c-.007.006-.016.011-.027-.005-.012-.016-.004-.022.005-.028a1.15 1.15 0 0 0 .133-.11.608.608 0 0 0 .05-.056c-.06-.01-.119-.018-.178-.026a.61.61 0 0 0-.142.055.251.251 0 0 0-.09.076c-.005.008-.01.016-.028.005-.017-.01-.011-.019-.006-.028a.284.284 0 0 1 .103-.089.555.555 0 0 1 .069-.031l-.202-.024a.262.262 0 0 0-.077.07c-.006.008-.012.016-.028.004s-.01-.02-.004-.028a.306.306 0 0 1 .042-.048l.006-.005-.152-.015-.005.005a.214.214 0 0 0-.062.077c-.004.01-.008.018-.026.01-.018-.008-.014-.017-.01-.026a.27.27 0 0 1 .03-.05l.018-.02a12.707 12.707 0 0 0-.216-.016.215.215 0 0 0-.052.037.184.184 0 0 0-.032.039c-.006.008-.011.017-.028.006-.017-.01-.012-.019-.006-.027a.212.212 0 0 1 .053-.059 14.11 14.11 0 0 0-.458-.018l.013.013a.255.255 0 0 1 .036.05c.004.01.009.018-.009.027-.018.01-.022 0-.028-.008a.184.184 0 0 0-.069-.075.023.023 0 0 1-.009-.008 8.37 8.37 0 0 0-.218-.001.225.225 0 0 1 .044.075c.003.01.007.018-.012.025-.018.007-.022-.003-.025-.012a.214.214 0 0 0-.062-.088c-.051 0-.103 0-.154.002l.008.008a.276.276 0 0 1 .039.05c.005.008.01.017-.006.027-.017.011-.023.003-.028-.006a.267.267 0 0 0-.076-.078l-.209.007a.548.548 0 0 1 .076.041c.04.027.076.06.096.097.004.009.01.017-.008.027-.018.01-.022.001-.028-.008a.246.246 0 0 0-.083-.082.644.644 0 0 0-.153-.07h-.001a7.328 7.328 0 0 0-.17.008c.013.022.03.045.052.07.033.037.075.078.124.12.008.005.015.012.003.027-.013.015-.02.009-.028.003a1.121 1.121 0 0 1-.129-.124c-.022-.025-.06-.072-.082-.092a1.011 1.011 0 0 0-.36-.106c-.096-.013-.2-.014-.287-.061.021.054.044.105.074.148.032.044.073.079.129.097.005.002.013.011.013.017.014.1.046.182.098.247.031.04.069.073.115.1a.63.63 0 0 1-.103-.164.506.506 0 0 1-.038-.267c0-.01.002-.02.022-.017.02.003.018.013.017.023-.01.077 0 .162.036.246a.678.678 0 0 0 .176.225c.015.013-.002.04-.02.034a.498.498 0 0 1-.236-.155.535.535 0 0 1-.104-.255.294.294 0 0 1-.136-.109.619.619 0 0 1-.07-.132c.007.271.096.51.26.729.037.049.1.119.156.142.058.025.058.066-.015.064l-.066-.002c.052.021.102.045.145.072.078.049.133.107.134.178 0 .01.001.02-.019.02s-.02-.01-.02-.019c-.002-.054-.048-.103-.116-.145-.07-.044-.161-.08-.25-.11-.098-.005-.197-.01-.29-.01a.696.696 0 0 0 .294.141.534.534 0 0 1 .145.063c.044.029.08.062.108.1.006.007.012.016-.004.028s-.022.004-.028-.005a.36.36 0 0 0-.097-.089.496.496 0 0 0-.135-.058.789.789 0 0 1-.336-.172c.104.253.27.373.51.456l.039.013.005.002c.054.015.11.03.167.04.058.013.104.023.164.03.01.002.02.003.017.023-.002.02-.012.018-.022.017a2.727 2.727 0 0 1-.274-.055.495.495 0 0 1-.068.005c-.147.003-.27.132-.286.301l-.001.01c.057-.048.116-.094.177-.127.076-.04.153-.06.232-.035.009.003.019.006.013.025-.006.02-.016.017-.026.013-.066-.02-.134-.003-.2.033a1.2 1.2 0 0 0-.206.152.356.356 0 0 1-.138.233c.038.023.064.043.102.032.055-.022.11-.045.167-.062a.652.652 0 0 1 .18-.029c.01 0 .02 0 .02.02s-.01.02-.02.02a.597.597 0 0 0-.169.028 1.677 1.677 0 0 0-.142.052.77.77 0 0 0 .423-.034c.038-.013.067-.024.085-.023.033-.017.072-.03.11-.046a.471.471 0 0 1 .117-.031c.01-.001.02-.002.021.018.002.02-.008.02-.018.022a.249.249 0 0 0-.142.044c0 .014-.043.035-.082.058a.468.468 0 0 0-.182.217.768.768 0 0 0-.049.14.942.942 0 0 1 .134-.187.66.66 0 0 1 .225-.159c.009-.004.018-.007.026.01.007.02-.002.023-.01.027a.604.604 0 0 0-.211.15.937.937 0 0 0-.147.212c-.02.04-.005 0-.028.054.072-.075.139-.137.21-.186.087-.06.183-.093.268-.074.01.002.02.004.016.024s-.014.017-.024.015c-.073-.016-.159.014-.236.068-.079.055-.16.135-.24.219a.754.754 0 0 0 .344-.04c.058-.017.119-.082.155-.091a.838.838 0 0 1 .104-.102c.008-.006.016-.012.028.004.013.016.005.022-.003.028a.67.67 0 0 0-.124.127c-.004.004-.008.01-.015.009-.04.043-.1.099-.115.147-.04.132-.024.233-.09.361a.389.389 0 0 0 .113-.08.436.436 0 0 0 .086-.142.455.455 0 0 1 .28-.269c.01-.003.02-.006.027.013.006.02-.004.022-.013.025a.429.429 0 0 0-.257.246.47.47 0 0 1-.095.154.397.397 0 0 1-.101.077c.032 0 .05-.005.076-.002a.413.413 0 0 0 .18-.068.326.326 0 0 0 .101-.126c.005-.01.01-.018.027-.01.018.01.014.018.01.027a.364.364 0 0 1-.115.142.326.326 0 0 1-.126.054.915.915 0 0 0 .297-.052c.042-.013.059-.104.085-.128a.609.609 0 0 1 .07-.097.274.274 0 0 1 .107-.077c.01-.003.018-.006.025.013.007.018-.002.022-.011.025a.236.236 0 0 0-.09.065.565.565 0 0 0-.066.09c.004.047-.038.143-.041.192-.01.13-.011.258.019.388.035-.044.07-.082.107-.118v-.01c.015-.066.027-.137.034-.208.007-.07.01-.14.004-.208 0-.01-.002-.02.018-.021.02-.002.021.008.021.018.006.07.004.143-.003.215a1.915 1.915 0 0 1-.026.17c.035-.032.035-.032.051-.064a.47.47 0 0 0 .046-.293c-.003-.01-.004-.02.016-.024s.022.006.023.016c.01.051.012.105.003.16a.554.554 0 0 1-.036.124 1.59 1.59 0 0 1 .115-.073c0-.047 0-.096.004-.143a.76.76 0 0 1 .016-.12c.003-.012.005-.025.03-.02.025.006.023.019.02.032a.789.789 0 0 0-.014.111c-.003.05-.004.102-.004.154.002.052.027.118.074.148a.269.269 0 0 1 .11.177c.014-.09.018-.176.012-.252a.6.6 0 0 0-.063-.235c-.005-.01-.01-.018.009-.028.017-.01.022 0 .027.009.037.07.06.155.067.251.007.093 0 .196-.02.308.067-.05.247-.154.237-.367a.223.223 0 0 0-.016-.048c-.004-.009-.008-.018.01-.026.018-.008.022 0 .026.01a.282.282 0 0 1 .027.119c.008-.005.03-.027.033-.024l.05.036a.46.46 0 0 1-.007-.272c.002-.01.004-.02.024-.014.019.005.016.015.014.024a.413.413 0 0 0-.014.145.51.51 0 0 0 .037.151c.002.006.004.01.002.016a.896.896 0 0 1 .043.043 1.962 1.962 0 0 1-.012-.162 1.112 1.112 0 0 1 .013-.215c.002-.01.003-.02.023-.017.02.004.018.014.016.023-.01.067-.014.137-.012.208a2.025 2.025 0 0 0 .018.215c.033.038.057.078.091.127.04-.127.056-.255.057-.385 0-.048-.039-.145-.034-.192a.581.581 0 0 0-.06-.098.23.23 0 0 0-.085-.071c-.01-.004-.018-.008-.01-.026.008-.019.017-.015.026-.01a.28.28 0 0 1 .1.083c.023.03.044.064.062.1.036.006.045.115.085.137.096.04.186.067.284.074a.328.328 0 0 1-.225-.213c-.003-.01-.007-.019.011-.026.019-.008.022.002.026.01.022.056.052.101.093.135.052.043.18.085.25.09a.417.417 0 0 1-.18-.246.434.434 0 0 0-.237-.265c-.01-.004-.018-.008-.011-.026.008-.018.017-.015.026-.011a.471.471 0 0 1 .26.29.367.367 0 0 0 .184.238c-.057-.134-.033-.234-.063-.368-.02-.083-.14-.18-.115-.207.03-.031.082.059.154.086.109.042.223.079.339.067a1.7 1.7 0 0 0-.223-.237c-.073-.06-.146-.094-.219-.084-.01.001-.02.003-.023-.018-.002-.02.007-.02.018-.022.085-.012.169.026.25.093.068.055.122.115.189.195-.01-.03 0-.008-.017-.049a.974.974 0 0 0-.13-.223.633.633 0 0 0-.2-.166c-.008-.005-.017-.009-.008-.027.009-.017.018-.013.027-.008a.668.668 0 0 1 .211.176c.05.06.089.128.121.198a.716.716 0 0 0-.037-.145.468.468 0 0 0-.112-.185c-.038-.037-.129-.094-.127-.118-.018-.01-.02-.008-.04-.017a.455.455 0 0 0-.102-.037c-.01-.002-.02-.003-.016-.023.003-.02.012-.018.022-.017.032.005.072.02.114.04.02.01.04.029.06.04.034.004.087.033.13.052.128.054.279.09.419.066a1.606 1.606 0 0 0-.139-.063.593.593 0 0 0-.165-.04c-.01 0-.02-.001-.02-.021.002-.02.012-.02.022-.019a.63.63 0 0 1 .177.043c.056.02.109.048.162.074.037.019.064-.002.104-.024a.356.356 0 0 1-.12-.243h-.001a1.2 1.2 0 0 0-.193-.168c-.064-.04-.13-.063-.198-.048-.01.003-.02.005-.024-.014-.005-.02.005-.022.015-.024a.299.299 0 0 1 .228.052c.058.037.114.088.168.14v-.01c-.004-.17-.117-.308-.263-.322-.05-.005-.12.008-.117-.025.004-.037.062-.025.15-.049.246-.064.42-.17.544-.415a.86.86 0 0 1-.12.074.876.876 0 0 1-.23.072.492.492 0 0 0-.138.048.382.382 0 0 0-.103.081c-.007.007-.014.015-.029.002-.015-.013-.008-.02-.002-.028a.423.423 0 0 1 .115-.09.542.542 0 0 1 .15-.053.86.86 0 0 0 .22-.068.625.625 0 0 0 .084-.05c-.093-.006-.193-.01-.29-.013a1.33 1.33 0 0 0-.258.091c-.07.037-.12.082-.126.136-.001.01-.002.02-.022.018-.02-.002-.02-.012-.018-.022.008-.07.066-.124.148-.167.045-.023.096-.044.15-.061l-.066-.003c-.073-.004-.069-.045-.01-.064a.468.468 0 0 0 .164-.13c.179-.205.277-.442.315-.703a.606.606 0 0 1-.078.122.303.303 0 0 1-.144.098.535.535 0 0 1-.123.246.474.474 0 0 1-.238.137c-.019.004-.032-.024-.017-.036a.649.649 0 0 0 .183-.21.472.472 0 0 0 .055-.243c0-.01-.001-.02.02-.021.019-.001.02.009.02.019a.506.506 0 0 1-.06.263.63.63 0 0 1-.114.155.403.403 0 0 0 .122-.09.512.512 0 0 0 .116-.24c.001-.005.01-.013.015-.015a.263.263 0 0 0 .135-.088.629.629 0 0 0 .085-.14c-.09.04-.193.033-.29.038a1 1 0 0 0-.353.082z" }), jsx("path", { d: "M68.007 25.023a10.13 10.13 0 0 0-1.286-.121 12.501 12.501 0 0 0-1.302.021c-.013.003-.01.02-.01.029 0 .017.022.023.076.02.407-.023.813-.028 1.222-.013.425.017.852.046 1.284.114.02.006.051-.052.016-.05z" }), jsx("path", { d: "M65.433 24.88a12.45 12.45 0 0 1 1.29-.02c.426.016.85.057 1.275.128l.023-.08a.079.079 0 0 1-.037.009.078.078 0 1 1 .075-.105l.042-.106c-.455-.07-.91-.112-1.368-.13-.46-.017-.922-.01-1.387.015l.033.105a.078.078 0 1 1 .037.119l.018.06-.001.005zm1.947-.189a.078.078 0 1 0-.006.155.078.078 0 0 0 .006-.155zm.011.04a.05.05 0 0 0-.004.1.05.05 0 0 0 .052-.047.05.05 0 0 0-.048-.052zm-.694-.083a.078.078 0 1 0-.006.155.078.078 0 0 0 .006-.155zm.011.04a.05.05 0 1 0-.003.1.05.05 0 0 0 .003-.1zm-.683-.05a.078.078 0 1 0-.006.155.078.078 0 0 0 .006-.156zm.011.04a.05.05 0 0 0-.052.048.05.05 0 1 0 .052-.048z" })] }), jsxs("g", { fill: "color(display-p3 0.000 0.000 0.000)", children: [jsx("path", { d: "M66.744 24.18a.204.204 0 0 0-.059-.113.22.22 0 0 0-.116-.06c-.02-.003-.023-.038-.003-.043a.198.198 0 0 0 .103-.08.42.42 0 0 0 .066-.16c.004-.021.041-.02.044.001a.28.28 0 0 0 .056.134.3.3 0 0 0 .118.092c.02.008.015.04-.006.042a.14.14 0 0 0-.091.052.368.368 0 0 0-.069.137c-.006.02-.04.018-.043-.003zm.024-.074a.356.356 0 0 1 .054-.09.202.202 0 0 1 .065-.05.343.343 0 0 1-.13-.154.417.417 0 0 1-.052.097.282.282 0 0 1-.07.07.253.253 0 0 1 .134.127zM67.15 27.355l-.33.118c-.012.004-.023.008-.03-.015-.009-.021.003-.025.014-.03l.33-.117c.01-.004.022-.008.03.014s-.004.026-.015.03zm.044-.204-.389.192c-.01.006-.021.01-.032-.01-.01-.022 0-.027.011-.032l.39-.193c.01-.005.02-.01.031.01.01.022 0 .027-.01.033zm-1.151-.085.374.221c.01.007.02.013.008.033-.012.02-.022.014-.033.008l-.373-.221c-.01-.006-.02-.013-.009-.033.013-.02.023-.014.033-.008zm.024.204.32.143c.012.005.023.01.013.03-.01.022-.02.018-.032.013l-.32-.143c-.01-.005-.021-.01-.012-.03.01-.022.02-.018.03-.013h.001zm.132.28a.587.587 0 0 0 .225.028.15.15 0 0 0 .124-.088l.012-.31a.734.734 0 0 1-.19-.034.181.181 0 0 1-.123-.117.364.364 0 0 1 .005-.208c.004-.011.007-.023.03-.016.022.006.019.018.015.029a.321.321 0 0 0-.006.18c.013.038.04.07.093.087a.748.748 0 0 0 .386.013.244.244 0 0 0 .124-.073.147.147 0 0 0 .04-.11.073.073 0 0 0-.029-.051.156.156 0 0 0-.08-.027c-.03-.002-.06.003-.09.007a.974.974 0 0 1-.049.006c-.012.001-.023.003-.026-.02-.002-.024.01-.026.022-.027.014 0 .03-.003.046-.005a.445.445 0 0 1 .1-.008.198.198 0 0 1 .106.036c.025.02.043.048.047.085a.193.193 0 0 1-.052.145.287.287 0 0 1-.148.088.747.747 0 0 1-.174.02l-.011.305a.014.014 0 0 1 0 .01.151.151 0 0 0 .116.093c.06.014.14.007.227-.01.011-.003.023-.005.027.017.005.024-.006.026-.018.028a.63.63 0 0 1-.246.011.198.198 0 0 1-.133-.088.198.198 0 0 1-.139.078.607.607 0 0 1-.244-.03c-.011-.003-.023-.006-.017-.029.006-.022.018-.02.03-.016zm.22.146.253-.001c.012 0 .024 0 .023.045-.001.045-.013.045-.025.044l-.255.001c-.012 0-.023 0-.022-.045.001-.045.013-.044.025-.044zM66.867 25.76c.098-.076.19-.137.274-.178a.451.451 0 0 1 .23-.059c.011.002.023.002.021.026-.001.023-.013.023-.025.022a.417.417 0 0 0-.206.053c-.08.04-.17.099-.266.173-.01.007-.019.014-.033-.005-.015-.018-.005-.026.004-.033zm-.384.02a1.274 1.274 0 0 0-.273-.21.464.464 0 0 0-.227-.07c-.012 0-.023 0-.024-.023-.002-.024.01-.025.022-.025a.51.51 0 0 1 .253.077c.094.053.194.129.283.217.008.008.017.016 0 .033-.016.017-.025.009-.034 0zm-.158.629a.595.595 0 0 1 .09-.135.84.84 0 0 1 .115-.103c.009-.008.019-.015.033.004.014.019.004.026-.005.033a.783.783 0 0 0-.107.097.546.546 0 0 0-.084.124c-.005.01-.01.021-.031.011-.022-.01-.017-.02-.011-.031zm.276-1.086c.03.043.052.09.066.143a.563.563 0 0 1 .018.177c.002.051 0 .105-.01.157a.35.35 0 0 1-.067.153.18.18 0 0 1-.21.06c.015.063.027.132-.004.194a.025.025 0 0 1-.033.01 1.882 1.882 0 0 0-.158-.077.922.922 0 0 1-.147-.077.348.348 0 0 1-.092-.082v.001a.247.247 0 0 1-.05-.11.518.518 0 0 1-.01-.11 1.461 1.461 0 0 1-.12-.078.646.646 0 0 1-.099-.086c-.008-.01-.015-.018.002-.034.018-.015.026-.006.034.002a.599.599 0 0 0 .092.08c.036.027.078.054.125.082a.726.726 0 0 1 .231.077c.066.034.13.078.196.13.008.004.012.01.017.012l.015.013a.15.15 0 0 0 .095.014.13.13 0 0 0 .08-.05.307.307 0 0 0 .058-.133.681.681 0 0 0 .01-.148v-.001a.536.536 0 0 0-.017-.164.422.422 0 0 0-.06-.13c-.006-.01-.012-.019.006-.032.02-.013.026-.004.033.006h-.001zm-.262.652a1.173 1.173 0 0 0-.192-.128.712.712 0 0 0-.196-.069c0 .03.003.059.008.086.007.033.02.063.042.089a.32.32 0 0 0 .08.07.918.918 0 0 0 .14.073h-.001a1.064 1.064 0 0 1 .14.067.346.346 0 0 0-.017-.17c0-.005-.003-.01-.005-.018zm.514-.615a.408.408 0 0 0-.07.125.52.52 0 0 0-.028.162v.001a.68.68 0 0 0-.002.148c.006.048.02.094.048.137.02.03.046.047.075.056a.15.15 0 0 0 .097-.006l.016-.012c.004-.002.008-.007.018-.012.068-.046.136-.085.204-.113a.742.742 0 0 1 .237-.06 1.39 1.39 0 0 0 .131-.072.591.591 0 0 0 .097-.073c.009-.008.017-.016.034.001.016.017.008.025-.002.033a.646.646 0 0 1-.104.08 1.571 1.571 0 0 1-.126.068.513.513 0 0 1-.018.11.25.25 0 0 1-.06.104h.001a.348.348 0 0 1-.097.074.96.96 0 0 1-.153.065.966.966 0 0 0-.164.066.025.025 0 0 1-.032-.013c-.026-.064-.01-.132.011-.194a.187.187 0 0 1-.103 0 .178.178 0 0 1-.102-.075.35.35 0 0 1-.055-.158.734.734 0 0 1 .001-.157.566.566 0 0 1 .032-.175.457.457 0 0 1 .077-.138c.007-.01.015-.019.033-.004.018.015.011.024.003.033zm.576.474a.706.706 0 0 0-.2.055 1.173 1.173 0 0 0-.201.112l-.006.018a.346.346 0 0 0-.03.168l.06-.026a.974.974 0 0 1 .085-.03.918.918 0 0 0 .144-.061.31.31 0 0 0 .085-.065h.001a.209.209 0 0 0 .048-.086.448.448 0 0 0 .016-.085h-.002z" }), jsx("path", { d: "M67.223 25.86a.137.137 0 1 0-.01.273.137.137 0 0 0 .01-.273zm-.002.043a.093.093 0 1 0-.007.186.093.093 0 0 0 .007-.186zm-.001.038a.055.055 0 1 0-.004.11.055.055 0 0 0 .004-.11zm-1.069-.119a.137.137 0 0 1 .132.142.137.137 0 1 1-.132-.142zm-.002.044a.093.093 0 1 1-.007.186.093.093 0 0 1 .007-.186zm-.001.038a.055.055 0 1 1-.004.11.055.055 0 0 1 .004-.11z" })] })] })] }), jsxs("g", { children: [jsx("path", { d: "m81.892 25.298-.015.006-5.119-5.85-6.73 3.857-1.134 13.623c3.293.273 6.51.817 9.63 1.612L81.892 25.3v-.001z", fill: "color(display-p3 0.000 0.078 0.537)" }), jsx("path", { d: "M71.356 26.137c.234-.057.465-.069.688.068.098.04.172.093.218.159.103-.08.209-.155.318-.22.154-.114.31-.214.48-.27.24-.123.481-.196.723-.218.255-.043.512-.046.767-.03.213.012.419.07.615.184l.534.266c.189.105.377.2.565.28.239.093.508.125.794.136.14.005.278.005.413-.031.11-.03.178.04.057.114-.885.543-1.578.06-2.17-.156.217.147.408.298.57.453.224.217.476.437.92.64.27.122.564.219.942.222.127.001.265-.004.414-.028.075-.012.108-.006.109.034.001.026-.006.08-.05.109-.229.153-.444.193-.683.209-.456.029-.944-.121-1.39-.36-.357-.193-.598-.427-.883-.636-.283-.21-.528-.326-.792-.381-.26-.056-.54-.05-.778.024.071.014.131.047.168.09.122.071.278.103.505.129.118.014.082.095-.1.193a.47.47 0 0 1-.44.199c-.261.172-.354.068-.441-.045a.78.78 0 0 1-.063.209.16.16 0 0 1-.004.114c.042.064.062.127.049.196a.164.164 0 0 0 .058.104.27.27 0 0 1 .096.176c0 .046.026.084.062.118.053.044.107.082.16.148.157.056.23.177.256.333.119.039.168.125.191.227.068.028.13.063.165.123.243 0 .48 0 .702.024.208.022.377.151.529.32.102.015.206.02.312-.004a1.1 1.1 0 0 1 .35-.095c.208-.018.417-.029.615.019.135.032.24.103.326.2.124.142.315.123.478.053a.724.724 0 0 1 .63.008.622.622 0 0 1 .29-.044.34.34 0 0 1 .262-.115c.147-.005.254.018.226.207-.008.05-.038.1-.076.118-.068.146-.197.189-.36.175a.334.334 0 0 1-.125.223c.075.232.003.325-.169.322-.036.067-.09.108-.181.095a.368.368 0 0 1-.233.137c.01.06.036.09.08.154.116.177-.06.249-.22.251a.757.757 0 0 1 .032.35c.163.1.185.204.034.307.111.194.068.336-.14.44-.002.108-.013.216-.085.277-.05.042-.12.05-.073.128.084.139.065.314-.06.32-.026-.003-.05 0-.052.043 0 .015-.012.029-.037.044-.15.08-.289.171-.417.277-.019.013-.038.021-.057.004-.093.204-.268.41-.46.618a.39.39 0 0 1-.26.31.11.11 0 0 1-.086.088c.08.089.111.175.033.26-.095.104-.22.206-.347.238-.267.068-.434.055-.542-.047-.095-.09-.057-.159.003-.187-.165.013-.199-.074-.194-.19.01-.058.029-.05.087-.049.09.003.17-.046.255-.074a.5.5 0 0 1 .13-.144c.029-.187.147-.29.307-.352.13-.05.254-.174.374-.336l.222-.382a.33.33 0 0 1-.067-.203.394.394 0 0 1-.149-.138c-.116-.008-.164-.06-.181-.133a.276.276 0 0 1-.087-.012c-.057.037-.115.07-.186.066a1.839 1.839 0 0 1-.29.243c-.035.096-.104.134-.188.146-.24.029-.382.326-.514.448-.053.039-.085.108-.109.192-.011.157-.038.28-.124.282-.077-.003-.09-.012-.092-.02a.316.316 0 0 0-.1.005c.064.07.074.16.015.238-.06.077-.145.1-.227.107a.953.953 0 0 1-.435-.056c-.122-.05-.137-.123-.133-.193-.088-.042-.106-.084-.096-.125.012-.053.06-.08.122-.063a.653.653 0 0 1 .159-.053c.154-.166.313-.309.487-.375a.792.792 0 0 1 .182-.164c.02-.149.118-.266.238-.376a.54.54 0 0 1 .059-.161c-.007-.033.001-.048.002-.078-.049-.09-.078-.2-.042-.29a.35.35 0 0 1-.013-.144c-.287.171-.375.113-.408-.025-.105.087-.203.128-.273.002-.102.03-.204.065-.306.024a.693.693 0 0 1-.21.054.814.814 0 0 1-.129.184.75.75 0 0 1-.13.387 2.472 2.472 0 0 1-.186.413.263.263 0 0 1-.029.133c.022.159-.03.236-.118.275a.642.642 0 0 1-.111.192l-.007.063c.035.094.04.187-.054.28a2.726 2.726 0 0 1-.24.138c-.095.047-.183.025-.263-.004-.141-.05-.13-.1-.112-.148a.172.172 0 0 1-.14-.002c-.033-.021-.055-.043-.089-.065-.03-.055-.041-.105.033-.144a.636.636 0 0 0 .23-.147c.025-.057.057-.1.102-.111.045-.104.099-.174.173-.193.054-.128.112-.27.181-.392.024-.038.042-.076.03-.119 0-.034.002-.067.03-.087.017-.014.046-.026.01-.046a.363.363 0 0 1 .043-.308c.075-.112.158-.384.08-.517a.758.758 0 0 1-.02-.23c-.027-.001-.048.002-.075-.017-.06-.037-.111-.002-.157.066-.034.085-.067.16-.1.16-.032.218-.14.388-.252.432-.025.1-.042.2-.028.301.011.11 0 .184-.05.196-.056.014-.108.047-.14.136a.273.273 0 0 0-.02.09c.077.08.054.178-.02.252-.167.164-.374.14-.593.075-.159-.062-.198-.129-.182-.196-.225-.02-.18-.192.007-.243a.922.922 0 0 0 .496-.368c.012-.218.062-.365.178-.389.012-.133.054-.253.11-.367a.528.528 0 0 0 .074-.354c-.125-.078-.13-.158-.015-.24.037-.022.033-.045-.014-.068-.076-.007-.066-.08-.061-.148-.003-.035-.021-.054-.055-.054-.168-.025-.126-.094-.054-.168.03-.035.05-.085.019-.105-.026-.017-.044-.074-.05-.125-.103-.078-.058-.157 0-.234a.295.295 0 0 1-.093-.205c-.192-.008-.263-.106-.16-.247.044-.06.1-.118.169-.173.044-.071.086-.142.065-.214-.055-.14.121-.245.271-.354a.235.235 0 0 1-.032-.109c-.085-.081-.064-.157.03-.23a.284.284 0 0 1-.035-.11c-.21.041-.209-.085-.111-.287-.122-.07-.088-.194.133-.384a.254.254 0 0 1 .024-.1.51.51 0 0 0-.266.08c-.084.055-.168.048-.252.014a.399.399 0 0 0-.111-.11.166.166 0 0 1-.059-.168c-.248.014-.295-.17-.146-.277a.458.458 0 0 0 .166-.21c.067-.17.209-.286.347-.404 0-.049.011-.098.026-.147a.414.414 0 0 0-.196-.076.314.314 0 0 0-.153-.17c-.046-.028-.062-.054-.033-.117-.132-.117-.099-.189-.065-.256z", fill: "color(display-p3 0.000 0.000 0.000)" }), jsxs("g", { fill: "color(display-p3 0.996 0.859 0.000)", children: [jsx("path", { d: "M75.85 32.518a.365.365 0 0 1-.046.002c-.064.065-.14.13-.212.186-.06-.071-.152.007-.063.05l-.045.031c-.03.077-.056.11-.142.123a.441.441 0 0 0-.04.008.787.787 0 0 1 .023-.208c0-.007.003-.013-.01-.016-.014-.003-.016.004-.017.01a1.162 1.162 0 0 0-.02.116c-.003.035-.005.07-.003.106-.217.07-.342.295-.49.455a.421.421 0 0 0-.12.21c-.012.043-.017.237-.06.24h-.067c-.023-.035-.055-.036-.094-.002a1.594 1.594 0 0 0-.267.01c-.055.06.096.037.176.086.037.022.053.066.038.127-.074.176-.486.12-.623.046-.064-.033-.067-.072-.064-.127a.576.576 0 0 0 .086-.006.406.406 0 0 0 .146-.049c.014-.007.027-.015.012-.042-.015-.027-.029-.02-.042-.012a.333.333 0 0 1-.124.041.685.685 0 0 1-.13.005h-.01c-.024-.014-.043-.03-.032-.045.01-.014.05.001.057.004a.765.765 0 0 1 .188-.062c.146-.156.294-.302.494-.382a.91.91 0 0 1 .203-.18c.028-.174.112-.266.238-.381a.593.593 0 0 1 .068-.185c-.007-.04-.002-.065 0-.106-.048-.09-.076-.17-.038-.272a.393.393 0 0 1-.012-.192.093.093 0 0 0 0-.038 2.005 2.005 0 0 1 .226-.153.825.825 0 0 0 .01.214.343.343 0 0 0-.053.07.141.141 0 0 0-.02.075c0 .007 0 .014.014.013.014 0 .014-.007.013-.014 0-.02.006-.04.017-.06a.323.323 0 0 1 .054-.07.342.342 0 0 0 .196-.09c.059-.048.118-.11.176-.175 0 .094-.001.19-.003.284a.625.625 0 0 0-.143.188c-.003.006-.006.012.006.018.012.006.015 0 .018-.006a.605.605 0 0 1 .13-.174h.003c.013 0 .013-.006.013-.013v-.001a.845.845 0 0 1 .245-.14.75.75 0 0 0-.003.243.399.399 0 0 0 .143.24z" }), jsx("path", { d: "M71.723 30.114c.01-.02.038-.045.046-.043h.006c.03-.057.06-.108.092-.155.042-.06.086-.114.133-.16.005-.005.01-.01.02 0s.004.015 0 .02a1.043 1.043 0 0 0-.13.155 1.552 1.552 0 0 0-.09.152c.009.012.013.032.008.046.01.086.02.135.06.185a.054.054 0 0 1 .013-.009.366.366 0 0 1 .064-.103.44.44 0 0 1 .12-.093.478.478 0 0 0 .132-.172c.002-.006.005-.012.018-.007.013.005.01.012.008.018a.425.425 0 0 1-.054.094.548.548 0 0 1-.087.089l-.003.001a.423.423 0 0 0-.114.088.333.333 0 0 0-.056.087c.02.015.03.054.01.08-.057.082-.126.131-.018.202a.17.17 0 0 0 .05.136c.025.026.023.117-.038.182-.057.057-.013.042.045.049l.014.004a.68.68 0 0 1 .074-.114c.027-.034.057-.066.087-.097a.537.537 0 0 0 .1-.133.337.337 0 0 0 .04-.135c0-.007 0-.014.015-.013.014 0 .014.008.013.015a.376.376 0 0 1-.043.146.562.562 0 0 1-.105.14c-.03.03-.058.06-.085.094a.693.693 0 0 0-.071.11c.07.042.048.12.059.19a.124.124 0 0 1 .036.01l.003-.003.042-.066.065-.104c.004-.006.008-.012.02-.005.011.008.007.013.004.02l-.066.103-.042.066-.002.003c.044.036.047.1-.007.15-.105.079-.075.104.023.167a.615.615 0 0 1-.007.246l.001.007.007.079.006.079c0 .007.001.014-.013.015-.013.001-.014-.006-.015-.013l-.006-.079-.001-.02c-.005.012-.01.025-.017.038-.07.155-.144.281-.16.455-.17.04-.144.208-.154.356-.134.18-.29.325-.505.397-.04.013-.138.037-.148.088 0 .019.066.059.11.035.118-.113.177-.05.04.066-.01.022-.001.047.022.068.124.11.429.146.568.058.103-.064.157-.135.067-.233.006-.139.06-.275.206-.314.018-.031.012-.09.005-.122a.92.92 0 0 1 .035-.345c.005-.014.015-.026.04-.033.055-.011.162-.172.195-.327.009-.034.014-.068.02-.103.009-.054.03-.063.057-.032.026-.034.025-.055.04-.095.058-.083.14-.15.236-.102a.81.81 0 0 1-.017-.497c.004-.013.009-.026.03-.023l.082-.196.084-.198c.002-.006.005-.013.017-.008.013.005.01.012.008.019l-.083.197-.083.196c.012.01.008.02.004.032a.725.725 0 0 0 .036.506c.003.006.007.013.006.02.045.027.045.033.043.094a.667.667 0 0 0 .016.15c.09.168-.003.447-.091.587a.29.29 0 0 0-.036.222c.054.052.019.107-.03.143-.003.013 0 .028.001.04a.225.225 0 0 1-.043.145c-.074.133-.13.275-.19.415-.107.03-.13.092-.172.193-.063.018-.07.036-.096.093a.722.722 0 0 1-.233.158c-.076.035-.003.069.051.105.049.036.113-.042.152-.102.044-.065.088-.046.06.006a.519.519 0 0 0-.058.179c-.016.045.157.08.187.082.105.005.238-.098.32-.15.07-.071.059-.132.029-.218v-.005a.525.525 0 0 1-.127-.013.915.915 0 0 1-.149-.05c-.006-.002-.013-.004-.007-.018.005-.012.012-.01.018-.007a.84.84 0 0 0 .145.047c.04.01.08.014.124.012l.007-.066a.72.72 0 0 0 .123-.215c.116-.055.117-.112.101-.237a.236.236 0 0 0 .03-.138c.077-.137.14-.277.193-.426a.538.538 0 0 0 .125-.384c.009-.057.03-.089.071-.087.03-.042.058-.086.082-.135l.016.002a.45.45 0 0 1 .028-.098.213.213 0 0 1 .037-.06.245.245 0 0 0 .02-.122.294.294 0 0 0-.042-.118.131.131 0 0 1-.03-.049c-.006-.02-.003-.04.017-.059.005-.005.01-.01.02 0 .009.01.005.015 0 .02-.012.01-.014.02-.01.03a.122.122 0 0 0 .025.04l.002.003a.324.324 0 0 1 .045.13.27.27 0 0 1-.022.138l-.003.004a.192.192 0 0 0-.034.054.45.45 0 0 0-.026.082c0 .002 0 .004-.002.005.066 0 .123-.02.186-.05 0-.002.002-.003.003-.005a.384.384 0 0 0 .093-.114.504.504 0 0 0 .053-.154c.002-.006.003-.013.017-.01.013.002.012.009.011.015a.539.539 0 0 1-.056.162.419.419 0 0 1-.072.098c.101.03.189 0 .285-.03a1.163 1.163 0 0 1 .002-.319.426.426 0 0 1 .083-.196c.005-.006.008-.01.02-.003.01.01.007.014.002.02a.397.397 0 0 0-.077.184 1.111 1.111 0 0 0-.003.306l.005-.001c.04.069.062.119.145.065.03-.02.062-.04.087-.067.01-.01.006-.016.014-.024.079-.084.159-.162.238-.232.08-.07.159-.13.238-.179.006-.003.012-.007.02.005.006.012 0 .015-.005.019a1.72 1.72 0 0 0-.235.175 3.24 3.24 0 0 0-.203.196.32.32 0 0 1 .008.065c.007.093.024.15.157.098a.678.678 0 0 0 .151-.072.354.354 0 0 1 .081-.042 2.13 2.13 0 0 1 .258-.173c.007-.05.019-.1.035-.147.041-.121.11-.234.197-.34l.004-.003a.603.603 0 0 0 .287-.313c.002-.007.005-.013.018-.008.013.005.01.012.008.018a.655.655 0 0 1-.297.326 1.067 1.067 0 0 0-.19.33.71.71 0 0 0-.031.125c.002.001.005.004.007.009.007.012 0 .015-.005.018l-.006.003a.749.749 0 0 0 .006.215c.059-.002.118-.035.178-.083.064-.052.13-.124.194-.196 0-.002 0-.003.002-.005a.453.453 0 0 1 .063-.134.253.253 0 0 1 .106-.087c.006-.002.013-.006.018.008.005.012 0 .015-.007.018a.23.23 0 0 0-.095.078.443.443 0 0 0-.06.13c0 .099-.002.197-.003.296l.01-.009a.902.902 0 0 1 .247-.13c.01-.004.02.005.018.015a.787.787 0 0 0-.007.257.367.367 0 0 0 .117.21.741.741 0 0 1 .127-.168 2.525 2.525 0 0 0 .14-.129l.061-.056c.005-.005.01-.01.02 0s.004.016 0 .02l-.062.057-.06.056a.83.83 0 0 0-.075.068l.003.077.001.041a.46.46 0 0 0 .152.015c.02.117.03.136.132.138a.865.865 0 0 1 .003-.122.538.538 0 0 1 .03-.131c.003-.006.006-.013.019-.008.013.005.01.011.008.017a.504.504 0 0 0-.03.125.827.827 0 0 0-.003.12h.008c.04.083.089.124.174.161a.46.46 0 0 0 .054-.114.365.365 0 0 0 .015-.127c0-.007 0-.014.012-.014.014 0 .015.005.016.012a.375.375 0 0 1-.017.137.506.506 0 0 1-.066.135c-.003.004-.005.008-.01.008a.332.332 0 0 0 .03.121.86.86 0 0 1 .04-.08.457.457 0 0 1 .074-.098c.005-.005.01-.01.02 0s.005.014 0 .02a.446.446 0 0 0-.07.092c-.017.03-.033.063-.048.097.01.016.021.033.035.052-.162.277-.335.661-.654.788-.165.065-.237.149-.27.325a.567.567 0 0 0-.146.164c-.108.036-.204.09-.32.084 0 .076.025.109.1.11.143-.073.176-.086.188-.076.018.015-.02.118-.139.202-.018.01-.018.018-.007.037.1.157.364.1.506.064.1-.027.283-.147.334-.248.02-.047-.025-.107-.069-.156-.202.03-.164-.163.01-.082.059-.018.067-.019.083-.084.155-.06.22-.125.255-.291.156-.168.312-.341.425-.543.03-.038.05-.105.04-.14a.287.287 0 0 0 .053-.112.44.44 0 0 0 .016-.12c0-.008-.001-.015.013-.015.014 0 .014.006.014.013a.47.47 0 0 1-.015.128c-.01.033-.02.066-.033.099.01.025.016.042.038.036.135-.109.271-.185.417-.276.01-.061.05-.092.112-.094.024 0 .033-.007.042-.03.034-.085-.009-.144-.05-.215-.038-.105.03-.13.097-.181.071-.053.066-.192.069-.272l-.008-.041a.7.7 0 0 0-.024-.085c-.003-.007-.005-.014.008-.018.013-.004.015.002.018.009.01.03.019.06.025.088l.007.034c.068-.035.138-.075.165-.15.023-.084-.022-.163-.063-.234a2.55 2.55 0 0 1-.159.068c-.006.003-.012.006-.017-.007-.005-.013.001-.016.008-.018a2.725 2.725 0 0 0 .183-.08.344.344 0 0 0 .083-.07c.049-.07-.082-.134-.127-.163v-.005l-.196-.181c-.005-.004-.01-.01 0-.02.009-.01.014-.005.019 0l.182.167a.74.74 0 0 0-.021-.304c-.01-.033-.022-.065-.034-.098a.298.298 0 0 1-.128-.106.276.276 0 0 1-.042-.132c0-.007 0-.014.014-.015.014 0 .014.006.015.013a.244.244 0 0 0 .037.119.273.273 0 0 0 .11.094c.055.028.17.013.238-.019.093-.052-.029-.158-.057-.22-.02-.046-.025-.092-.034-.14l.025-.004a.278.278 0 0 0-.037-.04.16.16 0 0 0-.05-.03c-.007-.002-.013-.004-.008-.018.004-.013.011-.01.017-.008.021.008.04.02.059.036a.326.326 0 0 1 .05.055.41.41 0 0 0 .027-.005c.092-.019.142-.07.198-.136a.959.959 0 0 0-.1-.103 2.69 2.69 0 0 0-.114-.096c-.005-.004-.01-.009-.002-.02.01-.01.014-.006.02-.001.04.031.078.064.115.097.037.034.073.07.105.11.003.003.006.007.004.012.084.008.098-.01.14-.085a.408.408 0 0 0-.05-.109.667.667 0 0 0-.085-.103c-.005-.005-.01-.01 0-.02.01-.009.016-.004.02 0 .033.035.063.07.087.108a.41.41 0 0 1 .054.116c.04 0 .081.002.115-.018.073-.044.011-.2-.008-.261.002 0 .002-.001.003-.003a.736.736 0 0 0-.029-.018l-.051-.033c-.006-.004-.012-.007-.005-.019.008-.012.013-.008.02-.004l.051.033.038.024.017-.014c.054-.043.073-.1.089-.159.025-.09.03-.05.137-.066.114-.018.176-.03.243-.165.036-.017.054-.032.06-.076.012-.079.006-.12-.085-.126-.126-.01-.203.015-.289.098l.035.052c.003.006.007.011-.004.02-.012.007-.015.002-.02-.004l-.031-.05a.654.654 0 0 0-.315.048l-.032-.013c.022.03.04.06.053.087.019.04.028.08.03.116 0 .007 0 .014-.014.015-.014 0-.014-.007-.014-.014a.276.276 0 0 0-.027-.105.491.491 0 0 0-.08-.118.699.699 0 0 0-.256-.048 2.557 2.557 0 0 0 .097.094c.005.006.01.01 0 .02s-.015.005-.02 0l-.054-.053-.055-.053a.04.04 0 0 1-.005-.006.735.735 0 0 0-.227.059.763.763 0 0 1-.154.047.51.51 0 0 1 .095.125.603.603 0 0 1 .06.16c.001.007.003.013-.01.016-.013.003-.015-.004-.017-.01a.504.504 0 0 0-.152-.274c-.003-.003-.006-.007-.005-.012a.475.475 0 0 1-.14 0l.056.093c.003.007.006.013-.006.019-.013.005-.016 0-.019-.007l-.051-.108a.386.386 0 0 1-.127-.05c.014.05.024.103.031.16.01.075.017.156.019.24 0 .007 0 .014-.014.014s-.014-.007-.014-.013a2.093 2.093 0 0 0-.017-.237 1.253 1.253 0 0 0-.04-.19.443.443 0 0 1-.057-.053.56.56 0 0 0-.152-.118.251.251 0 0 1-.055.194c-.005.006-.008.01-.02.003-.01-.01-.007-.014-.002-.02a.226.226 0 0 0 .046-.192.834.834 0 0 0-.28-.068 1.455 1.455 0 0 1 .146.233c.04.032.06.071.072.114a.617.617 0 0 1 .016.134c0 .007 0 .014-.013.015-.014 0-.014-.007-.015-.013a.556.556 0 0 0-.014-.128.19.19 0 0 0-.065-.102l-.003-.004a1.23 1.23 0 0 0-.16-.248v-.002c-.034-.002-.068-.002-.101-.002a.31.31 0 0 1 .016.024c.012.02.02.04.023.065 0 .007.001.014-.013.016-.014 0-.014-.006-.015-.013a.133.133 0 0 0-.019-.054.18.18 0 0 0-.03-.037c-.07.002-.138.007-.204.013a1.28 1.28 0 0 1 .267.603c0 .007.002.014-.012.016-.013.002-.015-.005-.016-.012a1.278 1.278 0 0 0-.273-.604h-.01a.916.916 0 0 0-.16.031.572.572 0 0 1 .12.103c.005.005.01.01-.001.02-.01.008-.015.003-.02-.003a.42.42 0 0 0-.055-.055.64.64 0 0 0-.08-.055 1.274 1.274 0 0 0-.082.03l-.045.016a1.043 1.043 0 0 1 .279.282c.004.006.007.012-.004.02-.011.007-.015.001-.02-.004a1.012 1.012 0 0 0-.29-.29.685.685 0 0 1-.171.015c.035.07.066.14.09.212a.975.975 0 0 1 .048.234c0 .007.001.014-.013.015-.014.001-.014-.006-.015-.013a.954.954 0 0 0-.047-.227 1.66 1.66 0 0 0-.096-.223c-.034-.002-.07-.007-.105-.011a2.468 2.468 0 0 1 .096.442c0 .007.001.014-.012.016-.014.002-.015-.005-.016-.012a2.466 2.466 0 0 0-.101-.457c-.1-.108-.21-.214-.346-.27a.464.464 0 0 1 .1.3c0 .006 0 .013-.014.013s-.014-.008-.013-.014a.435.435 0 0 0-.126-.319.52.52 0 0 0-.095-.019 4.166 4.166 0 0 0-.267-.017c.068.061.122.118.117.187 0 .007-.001.014-.015.013-.014-.001-.013-.008-.013-.015.005-.064-.059-.122-.132-.187l-.16-.004c.029.03.054.06.074.09.028.04.048.08.057.12v.003c.006.062.02.117.049.163.027.045.066.08.12.104.006.003.012.006.007.018-.006.013-.012.01-.019.007a.292.292 0 0 1-.132-.115.401.401 0 0 1-.052-.173.334.334 0 0 0-.053-.111.713.713 0 0 0-.091-.106h-.178c.025.07.042.142.054.215.014.09.02.182.022.275 0 .007 0 .013-.014.013s-.014-.006-.014-.013a1.904 1.904 0 0 0-.021-.27 1.193 1.193 0 0 0-.056-.22h-.016a.267.267 0 0 0-.13-.117l-.004.018a.16.16 0 0 1-.025.057c-.004.006-.008.012-.02.004-.01-.008-.007-.013-.003-.019a.132.132 0 0 0 .024-.072l-.029-.012c-.028-.119-.055-.168-.15-.209a.633.633 0 0 1-.008.102.357.357 0 0 1-.048.128c-.003.006-.007.012-.019.005-.012-.008-.008-.013-.004-.02a.324.324 0 0 0 .044-.117.627.627 0 0 0 .008-.108.487.487 0 0 0-.017-.006c-.025-.166-.055-.26-.228-.325a.363.363 0 0 1-.023.18c-.002.007-.005.014-.017.009-.013-.006-.01-.012-.008-.018a.343.343 0 0 0 .022-.106.507.507 0 0 0-.005-.098c-.037-.042-.09-.082-.134-.126a.63.63 0 0 1-.024.183.816.816 0 0 1-.103.223c-.004.005-.008.012-.02.004-.011-.008-.007-.013-.004-.019a.8.8 0 0 0 .1-.215.586.586 0 0 0 .022-.206.277.277 0 0 1-.048-.07.124.124 0 0 1-.004.01l-.02.045c-.003.006-.005.013-.018.008-.013-.006-.01-.012-.008-.019l.02-.045.016-.037a.261.261 0 0 1-.003-.023.201.201 0 0 0-.072-.13h-.001a.403.403 0 0 1-.067.127c-.005.006-.008.011-.02.003-.01-.009-.006-.014-.002-.02a.322.322 0 0 0 .066-.133.256.256 0 0 1-.04-.065.212.212 0 0 1-.027.045.31.31 0 0 1-.052.053c-.005.004-.01.009-.02-.002-.008-.01-.002-.015.003-.02a.274.274 0 0 0 .046-.047.173.173 0 0 0 .026-.047c.01-.025.012-.009.004-.049.015-.078-.014-.125-.056-.19l.002-.005a.238.238 0 0 0-.084.022.764.764 0 0 0-.121.071c-.006.004-.011.008-.019-.004-.008-.011-.002-.015.004-.019a.843.843 0 0 1 .126-.072.24.24 0 0 1 .106-.025.099.099 0 0 0 .003-.06 1.102 1.102 0 0 1-.307.073.437.437 0 0 1-.202-.03c-.006-.004-.012-.006-.007-.019s.012-.01.019-.008a.4.4 0 0 0 .19.03 1.07 1.07 0 0 0 .3-.074v-.004c.022-.05.04-.1.053-.149a.454.454 0 0 1-.133.01h-.01c-.006 0-.013 0-.013-.013 0-.014.008-.014.014-.014h.009c.046 0 .093.001.14-.014l.008-.049c.007-.055.071-.068.116-.019.038.04.073.083.11.101.076.036.162.004.223-.045l-.056-.019c-.007-.002-.014-.004-.01-.017.005-.013.012-.011.018-.009l.072.024.016-.017c.157.013.259-.02.36-.12-.09.001-.17-.002-.238-.01a.58.58 0 0 1-.185-.046c-.006-.003-.013-.006-.006-.018.006-.013.012-.01.018-.007a.541.541 0 0 0 .176.045c.074.008.16.01.26.007h.001l.028-.032a.307.307 0 0 0 .117-.073 1.428 1.428 0 0 1-.52-.14.358.358 0 0 0-.18-.093.6.6 0 0 0-.359.073l-.078-.077c-.042-.005-.081-.027-.123-.032-.056-.006-.114.005-.17-.002-.006 0-.013-.001-.011-.015.001-.014.008-.013.015-.012.056.006.114-.004.17.002.053.006.104.03.158.036.18-.068.328-.105.456-.1.15-.043.305-.061.46-.057l-.005-.005c-.018-.019-.01-.028 0-.037.084-.085.104-.164.077-.234-.028-.074-.104-.143-.21-.206-.112.013-.22-.017-.34-.004a1.062 1.062 0 0 0-.22.048.36.36 0 0 1 .156.108.544.544 0 0 1 .111.255c.003.013.005.026-.02.03-.026.006-.028-.008-.031-.02a.495.495 0 0 0-.1-.232c-.05-.071-.164-.099-.2-.113-.12.012-.237.025-.34.051a.53.53 0 0 0-.196.088.345.345 0 0 1 .227.021.325.325 0 0 1 .158.195c.004.012.008.025-.017.033-.024.008-.029-.004-.032-.016a.27.27 0 0 0-.132-.166c-.11-.054-.335-.007-.43.064a1.128 1.128 0 0 0-.166.158c-.01.012-.021.023-.045.003-.023-.02-.013-.032-.002-.043.057-.065.115-.123.175-.167a.498.498 0 0 1 .18-.089.522.522 0 0 1 .265-.14c.106-.027.227-.041.35-.053a.277.277 0 0 0-.136-.14.38.38 0 0 0-.193-.022c-.147.05-.278.13-.404.219h.034c.037.003.07-.003.102.01.012.004.024.008.015.033-.01.03-.092.011-.12.01a.36.36 0 0 0-.107.01c-.006 0-.012.003-.018 0-.153.095-.263.191-.39.3l-.022.007c-.114-.004-.192.011-.24.047-.042.032-.045.083-.037.15-.02.065-.044.135-.05.21-.133.114-.282.228-.35.395a.379.379 0 0 1-.074.13c.027.005.05.013.066.026.007.005.012.01.017.016a.614.614 0 0 1 .015-.084.353.353 0 0 1 .042-.104c.003-.006.007-.011.019-.004.012.008.008.014.004.02a.309.309 0 0 0-.039.095.662.662 0 0 0-.017.136c0 .014-.026.015-.028.002a.076.076 0 0 0-.03-.054.139.139 0 0 0-.072-.023.838.838 0 0 1-.093.085c-.026.021-.052.045-.057.08-.004.06.07.07.141.075.161.01.033.101.122.182.043.03.082.064.113.106.061.022.099.017.14-.002.009-.109 0-.164.047-.164h.006a.205.205 0 0 1 .048-.103c.004-.006.008-.011.02-.002.01.008.005.014.001.02a.2.2 0 0 0-.044.1c.009.015.007.048.006.105a.641.641 0 0 1 .269-.06c.175-.205.25-.153.096-.004l-.025.047a.375.375 0 0 0-.05.16c-.044.04-.264.22-.182.287.058-.008.094-.006.072.037-.028.058-.11.177-.083.243.01.024.046.021.08.013l.008-.007c.058-.047.118-.1.175-.163.057-.061.109-.131.151-.212.006-.01.012-.022.028-.018a3.345 3.345 0 0 1 .138-.385c.005-.01.018-.012.025-.003.024.035.047.06.07.077.021.015.042.022.062.022.02 0 .041-.007.062-.021a.296.296 0 0 0 .069-.073c.004-.006.008-.011.02-.003.011.008.007.013.003.02a.315.315 0 0 1-.076.079.13.13 0 0 1-.078.025.134.134 0 0 1-.078-.027.302.302 0 0 1-.063-.064 3.255 3.255 0 0 0-.13.364c.015.012.009.024.003.035-.045.086-.1.16-.16.225-.048.053-.1.1-.15.142a.475.475 0 0 0 .041.136c.096-.082.185-.165.263-.251.078-.087.147-.176.2-.269.004-.006.007-.012.02-.005.011.007.007.013.004.02-.028.047-.06.094-.093.14.006.01.001.013-.004.018-.01.008-.016.04-.018.083-.004.058 0 .129.006.18 0 .007.002.014-.012.016s-.015-.005-.016-.012a1.116 1.116 0 0 1-.002-.227l-.065.074a2.97 2.97 0 0 1-.268.256l-.002.002.009.015c-.085.061-.154.083-.06.165l.096-.068.1-.073c.006-.004.012-.008.02.003.008.012.003.015-.003.02l-.102.072-.098.07a.166.166 0 0 0 .024.097.14.14 0 0 1 .021-.002c.071-.05.142-.103.213-.154.005-.004.011-.008.02.003.007.012.002.016-.004.02l-.206.15a.19.19 0 0 1-.025.031c-.07.05-.312.2-.286.304a.931.931 0 0 0 .172-.065.645.645 0 0 0 .167-.124c.005-.005.01-.01.02 0 .009.01.005.015 0 .02a.682.682 0 0 1-.174.128v.003l-.001.028-.001.029c0 .007 0 .013-.015.013-.014 0-.013-.008-.013-.015l.001-.028v-.016c-.048.023-.098.04-.149.054.021.098-.03.182-.083.266-.03.024-.272.22-.17.28.026.012.057.019.087.022l.004-.003z" }), jsx("path", { d: "M71.833 26.696a.605.605 0 0 0-.18-.08.384.384 0 0 0-.134-.15c-.047-.03-.047-.027-.029-.06.053-.007.075-.021.076-.036a.24.24 0 0 1 .072.012c.023.008.041.02.054.037.004.006.008.011.02.003.01-.009.006-.014.002-.02a.145.145 0 0 0-.067-.047.273.273 0 0 0-.099-.012h-.008a.198.198 0 0 0-.088-.014c-.036-.034-.067-.074-.052-.123a.53.53 0 0 1 .086.03c.022.01.04.022.053.036.004.005.01.01.02 0s.005-.014 0-.02a.198.198 0 0 0-.061-.042.475.475 0 0 0-.06-.022c.208-.042.395-.039.581.072.098.04.144.087.197.159l-.053.045c-.122-.003-.212.014-.268.057-.05.038-.06.106-.062.174v.001z" })] }), jsxs("g", { fill: "color(display-p3 0.000 0.000 0.000)", children: [jsx("path", { d: "M75.978 32.467a.313.313 0 0 1-.117.05.715.715 0 0 1 .1-.142l.013-.016.002.051.002.058v-.001zM76.5 33.585a.613.613 0 0 1-.1.115c-.038.034-.08.066-.127.096-.006.004-.012.008-.02-.003-.007-.012-.001-.016.004-.02a1.1 1.1 0 0 0 .124-.094.557.557 0 0 0 .096-.109c.004-.006.008-.011.02-.004.011.008.007.014.003.02zM76.862 33.173l-.063.08c-.004.006-.009.012-.023.004-.014-.007-.01-.013-.005-.019l.063-.08c.004-.006.009-.011.023-.004.014.008.01.014.005.02zM76.658 33.147a.296.296 0 0 1-.049.112.287.287 0 0 1-.116.09c-.006.004-.013.006-.018-.006-.006-.013 0-.016.007-.019a.263.263 0 0 0 .105-.081.26.26 0 0 0 .044-.103c.002-.006.003-.013.017-.01.013.004.012.01.01.017zM77 32.734a.25.25 0 0 0-.066.105c-.002.006-.004.013-.018.009-.014-.005-.012-.011-.01-.018a.298.298 0 0 1 .073-.115c.005-.005.01-.01.02 0s.005.014 0 .02v-.001zM77.273 32.76c-.012.04-.023.08-.038.119a.753.753 0 0 1-.055.12c-.003.006-.007.012-.019.005s-.008-.013-.005-.019a.809.809 0 0 0 .053-.115c.014-.039.026-.078.038-.117.002-.007.004-.013.017-.01.013.004.011.01.01.018zM77.148 31.141a.68.68 0 0 1 .108.388 1.944 1.944 0 0 1 .035-.148.377.377 0 0 0 .073-.301c-.002-.007-.003-.013.011-.016.013-.002.015.004.016.011a.41.41 0 0 1-.075.321 3.53 3.53 0 0 0-.057.265l-.003.017c-.002.013-.028.011-.028-.003l.001-.03c.002-.165.004-.33-.103-.487-.004-.005-.008-.011.004-.02.011-.007.016-.001.02.004h-.002zM77.003 31.414l-.01.034-.007.035c-.002.008-.004.015-.045.014-.04-.002-.039-.01-.037-.017l.008-.034c.001-.012.005-.023.009-.035.002-.008.004-.015.044-.014.041.001.04.009.038.017zM76.878 31.78a1.632 1.632 0 0 1 .066.367.315.315 0 0 1 .108-.101c.006-.004.012-.007.02.005.006.012 0 .016-.006.019a.28.28 0 0 0-.08.068.188.188 0 0 0-.04.086c-.003.014-.028.011-.028-.003a1.574 1.574 0 0 0-.066-.433c-.001-.007-.004-.013.01-.017.013-.004.014.003.016.009zM77.198 31.911a.491.491 0 0 1 .033.317c0 .008-.003.015-.03.013s-.025-.01-.024-.016a.456.456 0 0 0 .01-.149.532.532 0 0 0-.042-.159c-.002-.007-.006-.013.021-.016.026-.003.03.003.032.01zM77.43 31.865c.011.051.017.102.014.15a.357.357 0 0 1-.036.142.285.285 0 0 0-.01.156.62.62 0 0 0 .059.16c.003.006.006.012-.008.018-.014.006-.018 0-.02-.007a.628.628 0 0 1-.063-.166.31.31 0 0 1 .012-.17l.001-.001a.33.33 0 0 0 .033-.133.537.537 0 0 0-.013-.144c-.002-.007-.003-.014.013-.016.015-.003.017.004.018.011zM77.575 31.448l-.029.079-.028.079c-.002.007-.005.013-.024.01-.02-.003-.018-.01-.015-.017l.029-.08.028-.078c.003-.007.005-.014.025-.01.02.003.018.01.015.017h-.001zM77.446 30.755l.043.072c.004.007.007.013-.018.017-.026.005-.03-.002-.033-.009l-.043-.072c-.005-.007-.009-.013.017-.017.026-.004.03.003.033.01h.001zM77.484 30.229l-.002.206a.206.206 0 0 0-.063.102.364.364 0 0 0-.002.156c.002.007.003.014-.011.017-.014.002-.015-.005-.016-.012a.38.38 0 0 1 .002-.168.23.23 0 0 1 .07-.115l-.005-.088-.001-.098c0-.007 0-.014.014-.014s.014.007.014.014zM76.961 30.045c.081.054.15.112.199.182.048.07.076.15.073.245 0 .01-.01.016-.02.012l-.137-.059c.03.197.023.353-.02.474a.427.427 0 0 1-.25.262.014.014 0 0 1-.018-.017.998.998 0 0 0 .033-.446c-.001-.007-.003-.014.011-.016.014-.003.015.004.016.011a1.024 1.024 0 0 1-.025.431.4.4 0 0 0 .206-.234c.043-.121.05-.282.016-.485-.002-.01.009-.02.018-.015l.141.06a.367.367 0 0 0-.068-.207.68.68 0 0 0-.19-.174c-.006-.004-.012-.008-.004-.02.007-.011.013-.007.018-.004h.001zM78.376 29.78c-.008.01-.015.022-.022.033-.008.01-.014.022-.021.032-.005.008-.01.016-.035.01-.024-.007-.02-.014-.014-.022l.022-.032.02-.033c.006-.008.01-.015.035-.01.025.007.02.015.015.022zM78.008 29.77c.026.01.048.025.065.042a.221.221 0 0 1 .043.06c.003.006.006.012-.006.018-.013.006-.016 0-.018-.006a.208.208 0 0 0-.038-.052.158.158 0 0 0-.057-.037c-.006-.002-.012-.005-.007-.017.005-.013.011-.01.018-.008zM77.53 29.906a.299.299 0 0 1 .07.135c.011.05.013.106.007.165 0 .007-.001.014-.015.013-.014-.002-.014-.009-.012-.016a.467.467 0 0 0-.007-.156.276.276 0 0 0-.063-.122c-.005-.005-.01-.01 0-.02.011-.009.016-.003.02.002zM75.975 30.062l-.015.054c-.005.019-.01.037-.013.055-.001.007-.003.013-.038.012-.035-.001-.034-.008-.03-.015a6.499 6.499 0 0 1 .027-.109c.001-.007.003-.014.038-.012.035.001.034.008.032.015h-.001zM76.234 29.904c.013.026.025.052.04.078l.01.023c.004.007.007.013-.015.017-.022.004-.026-.002-.029-.01l-.012-.023-.039-.078c-.003-.006-.006-.013.016-.017.022-.003.026.003.029.01z" }), jsx("path", { d: "M76.883 30.318c.009.012.014.024.016.036a.123.123 0 0 1 0 .037c-.002.007-.003.015-.044.014-.04-.002-.038-.01-.036-.017a.078.078 0 0 0-.015-.063c-.005-.008-.01-.015.028-.02.038-.003.043.004.049.012h.002zM77.064 29.849c.025.013.042.028.048.042.008.015.003.03-.012.044-.006.007-.013.013-.036.006-.023-.006-.017-.012-.011-.019.008-.009.01-.017.007-.026-.003-.009-.016-.019-.034-.029-.01-.005-.018-.01 0-.02.018-.009.028-.004.038 0v.002zM75.575 29.923a.244.244 0 0 0 .068.177.249.249 0 0 1 .057.11c.009.035.01.07.011.105 0 .007 0 .014-.013.015-.014 0-.014-.007-.015-.013 0-.035-.002-.069-.01-.102a.23.23 0 0 0-.05-.098.281.281 0 0 1-.076-.195c0-.007 0-.014.014-.014s.014.007.014.014zM76.168 30.322a.5.5 0 0 1 .058.182.633.633 0 0 1-.007.185.311.311 0 0 0 .045.214.624.624 0 0 0 .171.179.762.762 0 0 1-.034-.24.447.447 0 0 1 .096-.261.375.375 0 0 0 .058-.11.558.558 0 0 0 .025-.111c0-.007.002-.014.015-.013.014.002.013.009.012.016a.603.603 0 0 1-.026.117.406.406 0 0 1-.062.117.423.423 0 0 0-.09.246.79.79 0 0 0 .044.268c.004.012-.01.023-.02.016a.697.697 0 0 1-.214-.21.335.335 0 0 1-.047-.232.625.625 0 0 0 .006-.178.482.482 0 0 0-.055-.172c-.003-.005-.006-.012.006-.018.012-.007.016 0 .02.006zM75.93 30.687a.44.44 0 0 1-.051.197.903.903 0 0 1-.1.154c.02-.008.042-.016.062-.026a.59.59 0 0 0 .187-.133.835.835 0 0 0 .078-.094c.004-.006.008-.012.02-.003.011.008.007.014.003.02a.957.957 0 0 1-.081.097.662.662 0 0 1-.072.064l.009.043.01.048c0 .007.002.013-.011.016-.014.004-.016-.003-.017-.01l-.01-.049-.006-.03a.63.63 0 0 1-.099.056c-.038.018-.075.03-.112.045-.012.004-.024-.012-.015-.022a.972.972 0 0 0 .128-.189.413.413 0 0 0 .05-.184c0-.007 0-.014.013-.014.014 0 .014.007.014.014zM75.712 30.665v.07c0 .007 0 .015-.05.015s-.05-.008-.05-.016v-.07c0-.007 0-.014.05-.014s.05.007.05.015z" }), jsx("path", { d: "M75.458 30.308c.038.093.048.18.033.26a.493.493 0 0 1-.11.228l-.002.001a.504.504 0 0 0-.126.168.697.697 0 0 0-.049.138.48.48 0 0 1 .05-.059.297.297 0 0 1 .135-.08c.058-.033.113-.068.164-.108.052-.04.1-.085.144-.134.005-.005.01-.01.02-.002.01.01.006.014.001.02a1.086 1.086 0 0 1-.148.138c-.053.04-.109.077-.169.11l-.003.002a.274.274 0 0 0-.125.073.61.61 0 0 0-.086.119c-.007.011-.028.003-.026-.01a.868.868 0 0 1 .067-.22.522.522 0 0 1 .133-.175.467.467 0 0 0 .103-.214.439.439 0 0 0-.032-.245c-.003-.007-.005-.013.008-.019.012-.005.015.002.018.008v.001zM76.047 31.254c-.008.025.01.048.047.096l.025.033c.05.067.069.142.07.22.001.078-.013.158-.028.236-.003.013-.026.012-.028 0a.477.477 0 0 0-.103-.23.915.915 0 0 0-.21-.185c-.006-.004-.011-.007-.004-.02.008-.01.013-.007.02-.003.085.057.16.12.216.19a.515.515 0 0 1 .094.176.907.907 0 0 0 .016-.163.341.341 0 0 0-.064-.204l-.025-.032c-.043-.056-.064-.083-.05-.123.002-.006.004-.013.017-.008.013.004.01.01.009.017h-.002zM76.3 31.237l.034.034.034.034c.005.006.01.01-.001.02s-.016.005-.021 0l-.034-.034-.033-.034c-.005-.005-.01-.01 0-.02.012-.01.017-.005.022 0zM76.607 31.336l-.057.186-.058.185c-.002.007-.004.013-.017.009-.014-.004-.012-.011-.01-.018.02-.061.04-.123.058-.185l.058-.185c.002-.007.004-.013.017-.01.014.005.012.011.01.018zM76.844 32.374c-.017.018-.017.036 0 .053.007.008.014.016-.024.02-.038.007-.045 0-.052-.009-.024-.025-.024-.05 0-.076.007-.008.014-.016.052-.01s.031.013.024.02v.002zM76.618 32.067l-.032.097a4.7 4.7 0 0 1-.031.098c-.002.007-.005.013-.021.01-.017-.004-.015-.01-.013-.017l.032-.098.031-.097c.002-.007.004-.013.021-.01.017.003.015.01.013.017zM76.355 32.07l.044.044c.01.01.017.017 0 .036-.019.017-.028.01-.036 0l-.044-.044c-.009-.01-.017-.017 0-.036.019-.017.028-.009.036 0zM76.054 31.917a1.57 1.57 0 0 1-.028.055l-.029.055c-.003.006-.006.013-.025.008-.019-.004-.016-.011-.012-.017a1.57 1.57 0 0 1 .028-.055l.028-.055c.004-.007.007-.014.026-.01.02.005.016.012.013.018l-.001.001zM75.593 32.387a.183.183 0 0 0-.043.059.298.298 0 0 0-.019.067c-.001.007-.003.014-.018.011-.016-.002-.015-.008-.013-.015a.358.358 0 0 1 .02-.072.202.202 0 0 1 .05-.069c.004-.005.01-.01.022 0 .011.01.006.014 0 .02v-.001zM74.313 33.632a.176.176 0 0 1-.029.042.3.3 0 0 1-.044.042c-.005.004-.011.008-.02-.003-.01-.01-.004-.015.002-.02a.224.224 0 0 0 .064-.072c.003-.007.006-.013.019-.008.013.006.01.012.007.018v.001zM74.515 33.53a.113.113 0 0 1-.03.044.174.174 0 0 1-.046.03c-.008.003-.014.006-.02-.01-.005-.016.003-.019.01-.021a.121.121 0 0 0 .038-.024c.01-.01.016-.02.02-.031.004-.008.007-.016.02-.009.015.007.011.015.008.023v-.001zM74.798 33.374a.182.182 0 0 1-.023.033.196.196 0 0 1-.04.032c-.007.005-.016.01-.026-.006-.01-.017-.002-.023.007-.027a.143.143 0 0 0 .05-.05c.006-.009.01-.018.027-.007.017.01.012.018.007.027l-.002-.002zM75.212 32.332a.307.307 0 0 0-.045.11.213.213 0 0 0 .012.11c.002.007.005.013-.018.016-.024.003-.028-.004-.03-.01a.213.213 0 0 1-.012-.119.332.332 0 0 1 .046-.117c.005-.007.008-.013.032-.009.024.005.019.012.016.018h-.001zM75.44 29.581a.232.232 0 0 1-.024.092.373.373 0 0 1-.063.09c-.004.004-.01.01-.02 0s-.005-.015 0-.02a.361.361 0 0 0 .058-.082.205.205 0 0 0 .02-.081c0-.007.001-.014.015-.014.014.001.014.008.014.015zM75.17 29.337c.028.042.046.084.056.126a.41.41 0 0 1 .009.126c0 .007 0 .014-.018.013-.017 0-.016-.007-.016-.014a.35.35 0 0 0-.061-.237c-.004-.006-.008-.012.006-.019.015-.007.02 0 .023.005zM74.798 29.79a.403.403 0 0 1-.109-.11.174.174 0 0 1-.025-.117c.001-.007.003-.013.016-.011.014.002.013.009.011.016a.147.147 0 0 0 .022.098c.02.034.054.068.1.103.006.003.012.008.003.02-.008.01-.013.006-.02.002h.002zM75.275 30.48v.069c0 .008 0 .016-.05.016s-.05-.008-.05-.016v-.068c0-.008 0-.016.05-.016s.05.008.05.016zM74.685 29.958a.55.55 0 0 1 .156.273.873.873 0 0 1 .025.202h.003c.037-.013.065-.046.085-.099a.722.722 0 0 0 .035-.237.506.506 0 0 0 .059-.143.93.93 0 0 0 .022-.145c.001-.012.018-.017.025-.007.048.067.09.137.121.211a.786.786 0 0 1 .062.24c.001.007.002.014-.012.015-.014.001-.015-.006-.015-.013a.775.775 0 0 0-.06-.23 1.031 1.031 0 0 0-.096-.175.772.772 0 0 1-.02.11.517.517 0 0 1-.06.148.738.738 0 0 1-.034.236c-.023.062-.057.1-.102.115-.004.001-.008.002-.012 0 0 .034-.003.07-.005.105 0 .007-.001.014-.015.012-.014-.001-.013-.008-.013-.015a.984.984 0 0 0-.018-.323.527.527 0 0 0-.149-.26c-.005-.004-.01-.009 0-.02.01-.01.014-.004.02 0h-.002zM75.025 31.255l-.027.11-.027.108c-.001.007-.003.014-.025.011-.022-.002-.02-.009-.019-.016l.028-.108.027-.11c.002-.006.003-.013.025-.01.021.002.02.008.018.015zM74.441 31.502l.035.083c.002.007.005.013-.026.016-.03.002-.034-.005-.037-.012l-.034-.083c-.003-.007-.006-.013.025-.015.03-.003.035.004.036.011h.001zM74.91 30.833a.601.601 0 0 1-.135.308.3.3 0 0 0-.082.17.48.48 0 0 0 .017.183c.002.007.003.013-.01.017-.014.003-.016-.003-.017-.01a.504.504 0 0 1-.018-.193.33.33 0 0 1 .088-.185.56.56 0 0 0 .129-.293c0-.007.001-.014.015-.012.014.002.012.01.012.016zM74.778 30.638a.278.278 0 0 1-.02.158.592.592 0 0 1-.104.154l-.001.002a.488.488 0 0 0-.108.128 1.095 1.095 0 0 0-.065.14c-.003.007-.005.013-.019.008-.012-.005-.01-.011-.007-.017.02-.049.04-.098.067-.145a.512.512 0 0 1 .113-.135.56.56 0 0 0 .097-.146.244.244 0 0 0 .02-.142c-.002-.007-.003-.013.01-.016.014-.003.016.004.017.011zM74.135 30.943a.458.458 0 0 1-.04.277.632.632 0 0 1-.179.209c-.005.004-.01.009-.02-.003-.008-.01-.003-.015.003-.02a.61.61 0 0 0 .17-.2.431.431 0 0 0 .04-.26c-.002-.007-.003-.014.011-.016.014-.002.015.005.016.012zM73.322 31.397l.03.05.032.052c.004.006.007.012-.008.018-.016.006-.02 0-.024-.006l-.032-.053-.03-.048c-.004-.007-.007-.013.009-.019.016-.005.02 0 .023.007zM72.989 31.403c0 .063.004.125.02.184.015.06.04.117.082.172l.002.003c.02.042.033.084.04.127.006.032.01.064.012.095a.536.536 0 0 0 .092-.13.384.384 0 0 0 .04-.161c0-.007 0-.014.014-.013.014 0 .014.006.013.013a.418.418 0 0 1-.042.173.583.583 0 0 1-.12.16c-.008.008-.022.002-.023-.01a.867.867 0 0 0-.012-.122.485.485 0 0 0-.038-.119.517.517 0 0 1-.087-.18.72.72 0 0 1-.02-.192c0-.007 0-.014.013-.014.014 0 .014.007.014.014zM73.033 32.515a.506.506 0 0 1 .064-.204c.003-.007.006-.013.023-.008.017.005.013.012.01.018a.563.563 0 0 0-.06.195c0 .007 0 .014-.02.013-.018 0-.017-.008-.017-.015zM72.996 32.825l.037-.124c.002-.007.004-.014.035-.012.03.002.028.01.026.016l-.037.123c-.002.007-.004.014-.035.012-.03-.002-.028-.009-.026-.015zM72.782 33.343c.02-.02.04-.044.059-.07l.054-.088c.003-.007.007-.012.019-.006.012.007.009.013.005.019a1.106 1.106 0 0 1-.056.09.524.524 0 0 1-.062.075c-.005.005-.01.01-.02 0-.009-.01-.004-.015 0-.02h.001zM72.547 31.606v.065c0 .009 0 .018-.05.018s-.05-.01-.05-.018v-.065c0-.009 0-.017.05-.017s.05.008.05.017zM71.964 32.802a.265.265 0 0 0-.007-.038l-.008-.039c0-.007-.002-.014.04-.014.043 0 .045.005.045.013l.007.038c.002.013.004.025.008.038 0 .007.002.014-.04.014-.043.001-.045-.005-.045-.013zM73.261 30.668a.942.942 0 0 0-.045.27c.001.078.023.144.08.18.066.043.096.108.123.17l.005.012a.608.608 0 0 0 .019-.097.435.435 0 0 0-.002-.115c0-.007-.002-.014.012-.016.013-.003.015.004.016.011.006.038.006.08.002.123a.668.668 0 0 1-.03.137c-.004.011-.02.012-.025.002a1.585 1.585 0 0 1-.021-.046c-.026-.059-.053-.12-.113-.158-.066-.042-.092-.116-.094-.204a.996.996 0 0 1 .047-.277c.002-.007.004-.013.017-.01.013.005.011.01.01.018zM73.17 30.32a.662.662 0 0 1-.006.203 1.068 1.068 0 0 1-.062.202.643.643 0 0 0 .025.532c.004.007.007.013-.006.019-.013.006-.016 0-.018-.007a.69.69 0 0 1-.027-.554c.028-.07.049-.134.06-.198a.606.606 0 0 0 .006-.194c0-.007-.002-.014.012-.016.013-.002.014.005.016.012zM72.57 31.183a.184.184 0 0 0-.018.126c.009.042.03.085.06.128.005.006.008.012-.005.019-.014.007-.018.001-.022-.005a.37.37 0 0 1-.064-.138.203.203 0 0 1 .02-.14c.004-.007.007-.014.022-.008s.01.012.008.018zM72.323 31.089a.224.224 0 0 1 .005.082.176.176 0 0 1-.028.073.078.078 0 0 0-.015.07c.008.025.026.05.05.075.006.006.012.011-.005.02-.016.008-.022.002-.028-.004a.205.205 0 0 1-.057-.085.095.095 0 0 1 .019-.088.156.156 0 0 0 .023-.063.205.205 0 0 0-.003-.075c-.002-.007-.004-.014.016-.016.02-.003.022.004.023.011zM73.846 28.796a.618.618 0 0 0 .083.39c.004.006.007.013-.005.02-.012.007-.015 0-.019-.005a.621.621 0 0 1-.087-.408c.001-.007.002-.014.016-.012.014.001.013.008.012.015zM73.652 28.983a1.065 1.065 0 0 1 .135.458c0 .007 0 .014-.013.014-.014 0-.014-.006-.015-.013a1.005 1.005 0 0 0-.131-.445c-.003-.006-.007-.012.005-.019.012-.007.016 0 .019.005zM72.69 29.013a.685.685 0 0 0-.14.332.434.434 0 0 0 .053.241v.002a.617.617 0 0 1 .035.22.688.688 0 0 1-.042.218c-.003.007-.004.013-.018.008-.013-.004-.01-.011-.008-.018a.6.6 0 0 0 .008-.418.459.459 0 0 1-.056-.255.715.715 0 0 1 .146-.346c.004-.006.008-.011.02-.004.011.009.007.014.003.02zM73.587 28.633a.196.196 0 0 1-.014.121.283.283 0 0 1-.087.107.216.216 0 0 0-.08.13.467.467 0 0 0 .004.186c.001.007.002.013-.012.016-.013.003-.015-.004-.016-.011a.508.508 0 0 1-.003-.198.243.243 0 0 1 .09-.145.263.263 0 0 0 .079-.095.17.17 0 0 0 .012-.105c-.002-.007-.004-.013.01-.017.014-.002.016.005.017.011zM72.637 28.714a.291.291 0 0 1 .002.174.418.418 0 0 1-.102.168l-.002.001a.322.322 0 0 0-.099.154.775.775 0 0 0-.03.196c0 .007 0 .014-.015.014-.014-.001-.013-.008-.013-.015a.811.811 0 0 1 .032-.204.35.35 0 0 1 .106-.165.4.4 0 0 0 .096-.157.27.27 0 0 0-.001-.158c-.002-.007-.005-.013.008-.017.014-.004.016.003.017.01l.001-.001zM73.203 28.742a.119.119 0 0 0 0 .062c.005.02.018.039.04.057.007.006.013.012-.006.02-.02.007-.027.002-.034-.004a.142.142 0 0 1-.048-.068.128.128 0 0 1 0-.07c0-.007.003-.014.027-.012s.022.01.02.016zM73.155 28.6a.227.227 0 0 0-.115.106.477.477 0 0 0-.048.194c.003.004.005.007.005.01a.347.347 0 0 1 .056.126.674.674 0 0 1 .016.177c0 .007-.001.014-.015.013-.014 0-.013-.008-.013-.014a.646.646 0 0 0-.015-.17.326.326 0 0 0-.048-.111.443.443 0 0 0-.156.318c-.004.12.043.252.134.392.004.006.008.012-.004.02-.011.007-.015 0-.019-.005-.094-.145-.142-.282-.139-.408a.472.472 0 0 1 .17-.34v-.001a.505.505 0 0 1 .052-.213.255.255 0 0 1 .128-.12c.007-.002.013-.005.019.008.005.013-.001.016-.008.018zM73 28.4c0 .011-.002.02-.003.03-.007.065-.014.14-.064.184a.222.222 0 0 0-.058.085.42.42 0 0 0-.023.104c0 .006-.001.013-.015.012-.014-.002-.013-.009-.012-.016a.455.455 0 0 1 .025-.11.245.245 0 0 1 .065-.096c.042-.038.05-.106.055-.166l.003-.03c0-.008.002-.015.016-.013s.013.009.012.016zM74.518 30.01c.02.035.038.07.05.106a.307.307 0 0 1 .014.112c0 .007-.001.014-.019.013-.018 0-.017-.007-.017-.014a.302.302 0 0 0-.013-.104.454.454 0 0 0-.048-.1c-.004-.007-.007-.013.01-.019.015-.005.019 0 .023.007zM74.514 30.506a.456.456 0 0 1 .003.173.607.607 0 0 1-.063.178l-.064.15c-.003.006-.006.012-.018.007-.013-.005-.01-.012-.008-.018l.064-.15v-.002a.573.573 0 0 0 .062-.17.428.428 0 0 0-.003-.162c-.001-.007-.002-.014.011-.017.013-.003.015.004.016.011zM74.2 30.045a.675.675 0 0 1 .168.67c-.002.007-.004.014-.017.01-.014-.004-.012-.01-.01-.017a.649.649 0 0 0-.162-.645c-.005-.006-.009-.01.001-.02.01-.01.015-.004.02.001zM74.172 30.6a1.42 1.42 0 0 1-.231.353.672.672 0 0 0-.144.25c-.004.013-.028.009-.026-.004a.385.385 0 0 0-.014-.125.498.498 0 0 0-.056-.126.361.361 0 0 1-.068-.224.425.425 0 0 1 .087-.222.692.692 0 0 0 .092-.313c0-.007 0-.014.014-.013.014 0 .014.007.014.014a.695.695 0 0 1-.096.326l-.001.001a.401.401 0 0 0-.082.209.334.334 0 0 0 .064.208.547.547 0 0 1 .072.196.677.677 0 0 1 .125-.194 1.312 1.312 0 0 0 .227-.346c.003-.006.005-.012.018-.007.013.006.01.012.007.019l-.002-.001zM73.347 30.335a.77.77 0 0 0 .019.194c.014.06.036.117.068.169.004.005.007.012-.005.019-.012.007-.015 0-.019-.005a.601.601 0 0 1-.07-.176.798.798 0 0 1-.02-.2c0-.007 0-.014.014-.014s.014.008.013.014zM72.95 30.587v.08c0 .008 0 .015-.05.015s-.05-.007-.05-.014v-.081c0-.007 0-.014.05-.014s.05.007.05.014zM73.033 30.158a.383.383 0 0 1-.092.264c-.004.005-.009.01-.02.001-.01-.009-.005-.014 0-.02a.346.346 0 0 0 .084-.245c0-.007 0-.014.014-.014s.014.007.014.013zM72.61 30.99a.879.879 0 0 1-.075-.46.524.524 0 0 1 .15-.293.579.579 0 0 0 .123-.165.46.46 0 0 0 .031-.241c0-.007-.001-.014.013-.016.014 0 .014.006.015.013a.491.491 0 0 1-.034.255.595.595 0 0 1-.127.174.499.499 0 0 0-.143.278.853.853 0 0 0 .074.446c.003.007.005.013-.008.018-.012.005-.015-.001-.018-.008zM72.388 30.68a.133.133 0 0 0-.019.092c.005.03.023.061.051.092.006.006.012.012-.006.02-.019.007-.023 0-.03-.005a.205.205 0 0 1-.056-.104.153.153 0 0 1 .021-.104c.004-.006.008-.013.027-.008.02.005.016.011.013.018h-.001zM73.566 29.829a.43.43 0 0 1 .085.218.43.43 0 0 1-.055.236c-.003.006-.006.012-.018.006-.013-.007-.009-.013-.006-.019a.399.399 0 0 0 .051-.22.402.402 0 0 0-.08-.205c-.004-.006-.007-.011.004-.02.011-.008.015-.002.02.004h-.001zM73.94 29.536a.64.64 0 0 1 .02.445c-.004.013-.027.01-.028-.004a.476.476 0 0 0-.043-.187.406.406 0 0 0-.114-.143c-.005-.004-.01-.008-.002-.02.01-.01.014-.006.02-.001a.427.427 0 0 1 .159.27.6.6 0 0 0-.037-.35c-.002-.007-.005-.013.008-.019.013-.005.016.002.018.008zM74.163 29.232c.05.048.084.113.106.192.02.079.028.17.024.276v.001a.553.553 0 0 0-.002.129c.005.04.016.076.037.11.004.005.008.011-.004.019-.012.007-.016.001-.02-.005a.283.283 0 0 1-.04-.12.608.608 0 0 1 .001-.136.938.938 0 0 0-.023-.267.394.394 0 0 0-.098-.18c-.005-.006-.01-.01 0-.02s.015-.005.02 0zM73.573 29.173a.295.295 0 0 0-.061.136.516.516 0 0 0 0 .17c.002.008.003.014-.01.017-.014.002-.015-.005-.016-.012a.54.54 0 0 1-.002-.18.33.33 0 0 1 .067-.149c.005-.005.01-.01.02-.002.01.01.006.014.002.02zM72.416 29.952a.528.528 0 0 1-.092.286.662.662 0 0 1-.214.187c-.006.004-.012.007-.019-.005-.007-.012-.001-.015.005-.019a.637.637 0 0 0 .205-.18.497.497 0 0 0 .088-.27c0-.007 0-.014.014-.014.014.001.014.008.014.015h-.001zM72.402 29.554a.285.285 0 0 1-.007.126.523.523 0 0 1-.056.125c-.004.006-.007.012-.022.006s-.011-.013-.007-.018a.485.485 0 0 0 .053-.118.262.262 0 0 0 .007-.117c0-.007-.002-.014.015-.016.016-.001.018.006.019.012h-.002zM73.206 29.496v.04l.029.203.002.018c.002.007.002.014-.027.015h-.01c-.003.003-.01.004-.024.004-.03 0-.03-.007-.03-.014v-.225l-.008-.055c0-.007-.002-.013.028-.015.03 0 .03.006.032.013v.004c.007.003.007.007.007.012h.001zM73.359 29.147a.312.312 0 0 0-.08.196.44.44 0 0 0 .048.191c.066.106.087.21.08.316a.923.923 0 0 1-.087.314c-.003.006-.006.012-.018.007-.013-.006-.01-.012-.007-.019a.886.886 0 0 0 .085-.304.493.493 0 0 0-.077-.3v-.002a.468.468 0 0 1-.051-.204.34.34 0 0 1 .085-.213c.005-.005.009-.011.02-.002.01.009.006.014.002.02zM72.144 26.98a.546.546 0 0 1 .275-.12c.094-.01.19.01.295.06l.104-.001.107-.001c.007 0 .014 0 .014.013 0 .014-.007.014-.014.014l-.107.002h-.096c0 .002 0 .002-.002.003a.677.677 0 0 1-.293.171.282.282 0 0 1-.233-.05c-.007-.006-.014-.01-.004-.025.01-.013.017-.009.024-.004.062.043.129.06.206.045a.618.618 0 0 0 .258-.146.501.501 0 0 0-.255-.047.51.51 0 0 0-.258.113c-.007.005-.014.01-.024-.004-.01-.013-.004-.018.003-.024v.001z" }), jsx("path", { d: "M72.415 26.927a.07.07 0 0 1 .07.07.07.07 0 0 1-.07.07.07.07 0 0 1-.07-.07.07.07 0 0 1 .07-.07zM72.894 27.347a.59.59 0 0 0 .199-.168c.003-.006.008-.012.02-.004.01.009.006.014.002.02a.61.61 0 0 1-.209.177c-.005.003-.012.006-.017-.006-.007-.012-.001-.016.005-.018zM73.88 26.94a.103.103 0 0 1 .077.002c.025.01.05.028.075.056.005.006.01.012.002.027-.01.014-.014.008-.02.002a.17.17 0 0 0-.064-.048.092.092 0 0 0-.063 0c-.007.002-.013.004-.017-.015-.004-.018.003-.02.01-.023zM73.316 26.962a.227.227 0 0 1 .101-.114.307.307 0 0 1 .174-.028c.007 0 .013.002.012.015-.001.014-.008.014-.015.013a.281.281 0 0 0-.158.025.194.194 0 0 0-.089.1c-.003.006-.006.013-.018.007-.013-.006-.01-.012-.007-.018zM73.38 27.054a.113.113 0 0 1 .031-.064.149.149 0 0 1 .072-.039c.006-.002.013-.004.017.01.003.013-.004.015-.01.017a.119.119 0 0 0-.058.031.092.092 0 0 0-.023.05c-.002.006-.003.013-.016.01-.013-.001-.013-.008-.012-.015zM72.457 27.366a.405.405 0 0 0-.047.075.186.186 0 0 0-.015.089c0 .007.002.014-.015.014-.017.001-.018-.005-.018-.012a.213.213 0 0 1 .016-.1.359.359 0 0 1 .05-.081c.005-.006.01-.012.023-.004.015.007.01.013.006.019zM72.783 27.493v.06c0 .01 0 .02-.05.02s-.05-.01-.05-.02v-.06c0-.01 0-.02.05-.02s.05.01.05.02zM72.535 27.188a.143.143 0 0 0 .083.035.19.19 0 0 0 .084-.022c.007-.003.013-.007.017.022.003.03-.004.033-.01.038a.185.185 0 0 1-.092.023.148.148 0 0 1-.092-.039c-.007-.005-.013-.01-.008-.039.005-.029.011-.022.018-.018zM72.708 26.681a.085.085 0 0 0-.055.017.1.1 0 0 0-.035.05c-.002.008-.004.014-.017.01-.013-.003-.011-.01-.01-.017a.131.131 0 0 1 .045-.064.115.115 0 0 1 .073-.023c.007 0 .014 0 .014.014s-.007.014-.014.014zM72.429 26.71a.211.211 0 0 0-.05.03.07.07 0 0 0-.023.031c-.002.007-.004.014-.017.01-.013-.005-.01-.012-.01-.019a.1.1 0 0 1 .032-.044.229.229 0 0 1 .057-.034c.007-.003.013-.005.018.008.006.013 0 .016-.007.018zM72.256 26.715a.179.179 0 0 0-.072.088c-.003.006-.004.013-.018.008-.012-.005-.01-.012-.008-.018a.197.197 0 0 1 .033-.057.24.24 0 0 1 .05-.045c.005-.003.01-.007.019.004.008.012.002.015-.004.02zM72.034 26.892a.454.454 0 0 0-.1.105c-.005.005-.01.01-.02.003-.012-.009-.007-.014-.004-.02a.536.536 0 0 1 .107-.11c.006-.004.012-.008.02.003s.002.015-.003.02zM72.056 27.137l-.04.043-.04.043c-.004.005-.01.01-.02 0s-.005-.014 0-.02l.04-.042.04-.043c.005-.005.01-.01.02 0 .01.009.005.014 0 .019zM71.904 27.202v.086c0 .007 0 .014-.05.014s-.05-.007-.05-.014v-.086c0-.007 0-.014.05-.014s.05.007.05.014zM72.176 27.58l-.03.14-.004.014c-.001.007-.003.014-.035.013-.032-.002-.03-.009-.03-.016.002-.004.002-.008.003-.013l.031-.14c.002-.008.003-.015.036-.013.032 0 .03.008.03.015zM72.02 27.455c-.002.03-.006.061-.01.091 0 .007-.002.014-.047.014-.045-.001-.043-.008-.043-.014.002-.031.006-.062.01-.093 0-.007.002-.013.047-.013s.043.008.043.015zM71.794 26.258a.194.194 0 0 1 .124.124c.003.007.005.014-.008.018-.014.004-.015-.002-.018-.009a.173.173 0 0 0-.042-.067.186.186 0 0 0-.066-.04c-.006-.003-.013-.006-.008-.019.005-.013.011-.01.017-.008h.001zM73.183 28.052c.038.06.058.12.06.18a.326.326 0 0 1-.052.18c-.004.006-.008.013-.026.008-.018-.005-.014-.012-.01-.019a.307.307 0 0 0 .047-.168.32.32 0 0 0-.056-.17c-.004-.006-.008-.012.01-.018.018-.005.023.001.027.007zM72.722 28.571a.733.733 0 0 1 .08-.18 1.65 1.65 0 0 1 .108-.15.476.476 0 0 0 .092-.38c-.002-.008-.003-.014.011-.016.013-.003.015.004.016.01a.49.49 0 0 1-.097.403 1.684 1.684 0 0 0-.105.148.698.698 0 0 0-.078.173c-.002.007-.004.014-.017.01-.013-.004-.012-.01-.01-.017zM72.145 28.419a.191.191 0 0 1 .042-.067.24.24 0 0 1 .07-.05c.007-.002.013-.005.019.007.005.013 0 .016-.007.018a.212.212 0 0 0-.063.044.153.153 0 0 0-.036.057c-.002.007-.005.014-.018.009-.012-.005-.01-.012-.008-.018zM72.033 28.379a.609.609 0 0 1 .068-.077.284.284 0 0 1 .086-.056c.006-.003.013-.005.018.007.005.014-.001.016-.008.018a.258.258 0 0 0-.078.05.6.6 0 0 0-.065.074c-.004.006-.008.011-.02.002-.01-.008-.006-.013-.002-.02l.001.002zM72.63 27.788a.11.11 0 0 0 .07.036.113.113 0 0 0 .064-.018c.007-.004.013-.008.017.02.004.029-.003.033-.01.037a.12.12 0 0 1-.072.02c-.025-.001-.051-.015-.079-.04-.006-.007-.013-.013-.007-.04.006-.027.012-.02.018-.015zM72.338 27.772c.012-.015.025-.028.038-.042l.004-.005c.009-.01.018-.018.036-.003.019.017.01.026.003.034l-.005.006a1.3 1.3 0 0 1-.04.041c-.007.01-.015.018-.035.003-.019-.016-.01-.026-.002-.034zM78.773 29.604a.276.276 0 0 1 .068.098c.003.007.005.013-.01.017-.016.004-.018-.003-.021-.01a.22.22 0 0 0-.06-.087c-.006-.004-.012-.01 0-.019.012-.01.018-.004.023 0zM71.624 32.957c.03.027.062.053.097.07a.253.253 0 0 0 .115.028c.007 0 .014 0 .014.014s-.007.014-.014.014a.284.284 0 0 1-.128-.031.47.47 0 0 1-.103-.075c-.005-.004-.01-.009 0-.02.009-.01.014-.005.02 0z" })] }), jsxs("g", { fill: "color(display-p3 0.784 0.063 0.180)", children: [jsx("path", { d: "M77.017 26.555c.158.007.311.001.441-.02-.139.1-.316.168-.508.2a.205.205 0 0 0 .072-.091.114.114 0 0 0-.005-.089zM76.638 26.516c.103.017.21.03.316.036 0 .003.003.005.004.007.017.024.022.046.015.069-.01.025-.033.051-.073.078-.01.008-.021.016-.006.037a1.501 1.501 0 0 1-.323.005.242.242 0 0 0 .08-.135.167.167 0 0 0-.013-.096zM73.841 25.713c.179-.024.36-.03.545-.025.06.025.105.06.133.108.03.053.04.123.028.21-.002.012-.003.025.022.028.026.004.028-.01.03-.022a.374.374 0 0 0-.035-.242.279.279 0 0 0-.069-.078 1.361 1.361 0 0 1 .611.166l.005.005c.04.041.052.083.046.127a.308.308 0 0 1-.079.147c-.008.01-.017.02.003.037.02.017.029.007.037-.003a.36.36 0 0 0 .09-.174.186.186 0 0 0-.009-.093c.156.077.314.151.467.232l.01.005a.03.03 0 0 0 .002.01.13.13 0 0 1-.014.113.261.261 0 0 1-.127.085c-.012.005-.024.01-.015.034.01.024.022.02.034.015a.306.306 0 0 0 .151-.105.168.168 0 0 0 .029-.12c.102.055.203.111.308.161.019.038.022.07.007.1-.015.033-.05.063-.107.091-.011.006-.023.012-.012.035.012.023.024.018.035.012.068-.034.11-.072.131-.115a.145.145 0 0 0 .011-.092l.11.045c.1.037.222.069.352.093l.003.004a.124.124 0 0 1 .027.097.196.196 0 0 1-.057.097c-.009.01-.018.019 0 .037a.069.069 0 0 0 .009.007c-.395-.04-.746-.23-1.114-.372l-.132-.05c-.135-.051-.273-.12-.409-.176a.043.043 0 0 0-.018-.01l-.027-.008-.018-.007.002.002a2.26 2.26 0 0 0-.378-.089 1.63 1.63 0 0 0-.433-.004l-.024-.004a.28.28 0 0 0-.036-.205.334.334 0 0 0-.125-.11z" }), jsx("path", { d: "M73.195 25.886c.181-.079.365-.13.553-.16a.357.357 0 0 1 .175.125.236.236 0 0 1 .028.171 1.174 1.174 0 0 0-.49.06.329.329 0 0 0-.164-.17.331.331 0 0 0-.102-.026zM75.184 26.892a2.51 2.51 0 0 0-.15-.089 1.845 1.845 0 0 0-.81-.23c.003-.001.005-.004.007-.006.1-.102.123-.199.089-.289a.447.447 0 0 0-.173-.194c.095-.005.183 0 .282.015.139.02.319.066.483.132.04.089.052.167.034.232-.018.07-.07.127-.154.174-.01.006-.022.013-.01.035.013.023.024.017.036.01.096-.054.156-.123.178-.206a.363.363 0 0 0-.016-.217c.11.05.211.11.281.175.092.063.182.127.27.194.001.112-.031.176-.086.21-.057.034-.14.038-.233.029-.013-.001-.026-.003-.028.023v.002z" }), jsx("path", { d: "M75.725 27.3c-.165-.13-.325-.263-.498-.379.096.008.18 0 .245-.038.063-.039.104-.106.111-.215.103.08.202.164.296.254.048.045.095.09.144.133v.002a.28.28 0 0 1 .012.104.123.123 0 0 1-.03.07.146.146 0 0 1-.072.042.477.477 0 0 1-.18.007c-.012-.001-.025-.002-.028.02z" }), jsx("path", { d: "M76.291 27.673a3.068 3.068 0 0 1-.523-.34c.07.006.13.002.178-.011a.2.2 0 0 0 .098-.056.172.172 0 0 0 .043-.1.246.246 0 0 0-.001-.057 2.81 2.81 0 0 0 .562.38v.014c.009.052-.02.085-.074.106a.918.918 0 0 1-.26.04c-.011.002-.023.002-.024.022l.001.002z" }), jsx("path", { d: "M76.897 27.91a3.17 3.17 0 0 1-.548-.208.874.874 0 0 0 .245-.043c.07-.028.11-.071.108-.14.113.057.225.106.34.147.02.045.02.081.002.112-.023.038-.073.07-.135.097-.012.005-.024.01-.013.034v.001z" }), jsx("path", { d: "M78.158 27.782c.016-.003.117-.03.065.01-.372.243-.843.242-1.287.128a.337.337 0 0 0 .153-.115.152.152 0 0 0 .016-.118c.141.046.285.079.432.098a.1.1 0 0 1-.023.067.33.33 0 0 1-.128.086c-.012.005-.024.01-.013.034.01.024.022.019.034.013a.385.385 0 0 0 .148-.1.147.147 0 0 0 .035-.095c.183.02.371.017.569-.009l-.001.001zM75.589 34.182a.548.548 0 0 0-.074.1c-.108.036-.204.09-.32.084 0 .076.025.108.1.109.143-.072.176-.085.188-.075.018.015-.02.118-.139.201-.018.012-.018.019-.007.038.1.157.364.1.506.064.1-.027.283-.147.334-.248.02-.046-.025-.107-.069-.156-.112.017-.15-.035-.133-.071a1.047 1.047 0 0 0-.386-.046zM71.549 32.91a.874.874 0 0 1-.28.155c-.041.013-.139.037-.148.088-.002.018.065.058.108.035.119-.114.178-.05.042.066-.01.022-.002.046.021.067.124.11.429.147.568.059.103-.064.157-.135.067-.233 0-.022.003-.044.007-.066l-.17-.017-.104-.06-.111-.095zM74.208 33.834l-.031.005c-.055.06.096.037.176.086.037.022.053.066.038.127-.074.176-.486.12-.623.046-.064-.033-.067-.072-.064-.127a.576.576 0 0 0 .086-.006.406.406 0 0 0 .146-.049c.014-.007.027-.015.012-.042-.015-.027-.029-.02-.042-.012a.345.345 0 0 1-.124.041.685.685 0 0 1-.13.005h-.01c-.024-.014-.043-.03-.032-.045.01-.014.05.001.057.004a.765.765 0 0 1 .188-.062l.028-.03c.126.011.246.03.326.06h-.001zM72.3 33.726c-.025.015-.034.037-.052.077a.722.722 0 0 1-.233.158c-.077.034-.003.068.05.105.05.036.113-.043.153-.102.044-.066.088-.046.06.005a.519.519 0 0 0-.058.18c-.016.045.157.08.186.08.106.006.239-.097.321-.15.07-.07.059-.131.028-.216v-.006a.525.525 0 0 1-.126-.013.915.915 0 0 1-.15-.049c-.006-.002-.012-.005-.007-.018.003-.008.007-.01.012-.01l-.182-.041H72.3zM73.039 26.693a.565.565 0 0 1 .087 0c.053.007.104.03.158.037.18-.068.328-.105.456-.1.15-.043.306-.061.461-.057a.04.04 0 0 1-.006-.006c-.018-.018-.01-.027 0-.036.084-.085.104-.164.077-.235-.028-.073-.104-.142-.21-.205-.112.013-.22-.018-.34-.004a1.062 1.062 0 0 0-.22.048.36.36 0 0 1 .156.108.544.544 0 0 1 .111.255c.003.013.005.025-.02.03-.026.005-.028-.008-.03-.02a.495.495 0 0 0-.1-.232c-.05-.071-.165-.099-.2-.114-.12.012-.238.026-.34.052a.53.53 0 0 0-.197.087.345.345 0 0 1 .227.022.325.325 0 0 1 .158.195c.004.012.008.025-.016.033-.025.008-.03-.004-.033-.016a.27.27 0 0 0-.132-.166c-.109-.054-.335-.007-.43.064a1.128 1.128 0 0 0-.166.158c-.006.007-.012.013-.02.014.205.014.411.024.57.088h-.001zm-.607-.115c-.005-.012.003-.02.01-.028.057-.065.115-.123.175-.167a.498.498 0 0 1 .18-.088.522.522 0 0 1 .266-.14c.105-.028.226-.042.348-.054a.277.277 0 0 0-.135-.14.38.38 0 0 0-.193-.022c-.147.05-.278.13-.404.219h.034c.037.003.07-.003.102.01.012.004.024.008.015.033-.01.03-.092.011-.12.01a.36.36 0 0 0-.107.01c-.006 0-.012.003-.018 0a2.691 2.691 0 0 0-.338.255.52.52 0 0 1 .185.102z" })] })] }), jsxs("g", { children: [jsx("path", { d: "m87.716 41.727 5.53-12.535-4.08-6.587-7.274 2.694-3.368 13.247a58.494 58.494 0 0 1 9.191 3.181h.001z", fill: "color(display-p3 0.000 0.639 0.878)" }), jsx("path", { d: "M80.663 30.132a67.113 67.113 0 0 1 10.556 3.654l-2.134 4.838a61.844 61.844 0 0 0-9.724-3.365l1.302-5.127z", fill: "color(display-p3 1.000 1.000 1.000)" }), jsx("path", { d: "m89.429 37.847 1.425-3.231a66.271 66.271 0 0 0-10.413-3.604l-.84 3.305c3.41.87 6.71 2.019 9.877 3.419l-.05.11z", fill: "color(display-p3 0.784 0.063 0.180)" }), jsx("path", { d: "M81.467 33.53c.096-.06.197-.046.3-.03a.73.73 0 0 1 .282-.038.517.517 0 0 1 .153-.052c.031-.024.032-.05.005-.077a.166.166 0 0 1-.043-.095c-.164-.095-.225-.24-.287-.384-.094-.025-.137-.057-.148-.092a8.886 8.886 0 0 1-.135-.014c-.213.024-.268-.045-.343-.102a.252.252 0 0 1-.154-.122l-.07-.088c-.058-.074-.04-.172.047-.166a.348.348 0 0 0 .18-.018.538.538 0 0 1 .241-.023c.09-.005.145-.062.232-.143l-.001-.104c-.014-.037.003-.053.053-.048a.262.262 0 0 1 .231.135.44.44 0 0 1 .312.2c.179.001.3.069.314.135.011.049-.041.105-.122.164a.71.71 0 0 1 0 .037c.049.041.08.083.097.124.1.039.197.09.286.166.256-.03.688.156 1.271.529.378.067.746.172 1.098.324l.223.007c.633-.093 1.246-.021 1.814.414.215.026.408.093.594.17.139.057.28.08.422.092.23.023.463.08.694.187.26.058.503.14.653.322.107.128.081.247-.055.297-.082.173-.246.18-.49.095-.17.03-.355-.104-.524-.231-.234-.076-.45-.21-.663-.355a.859.859 0 0 0-.331-.158c-.085-.019-.162-.03-.213 0-.025.015-.022.024 0 .042.06.05.101.124.114.214.012.08 0 .17.004.267.005.102.067.175.169.239.07.043.153.088.274.105.058.012.074.045.072.089.032.154.062.31.118.449.016.04.046.059.092.092.156.113.075.238-.067.266-.124.11-.232.183-.36.213-.101.034-.143-.008-.177-.058a.129.129 0 0 1-.118-.066c-.125-.091-.019-.25.279-.182.006-.035.032-.046.057-.045a.396.396 0 0 1 .006-.243c-.027-.018-.05-.039-.088-.052a.749.749 0 0 1-.29-.158c-.152-.144-.39-.264-.62-.384-.19-.01-.33-.097-.479-.171-.067 0-.134-.002-.2-.003-.06-.02-.107.001-.143.043-.06.072-.128.06-.21.05-.093-.01-.188-.003-.281-.004-.046.011-.092.026-.142.026-.105-.005-.208-.007-.278.052-.059.062-.117.057-.175.034a.26.26 0 0 1-.093-.064c-.074-.015-.121-.034-.137-.056-.123-.034-.158-.07-.152-.104-.164-.04-.086-.168.02-.172.125-.006.24.018.362.036.103.029.23.012.314-.064.055-.05.075-.092.141-.129-.212-.013-.368-.05-.483-.123-.31-.196-.557-.243-.754-.077-.053.03-.094.041-.15.02a.284.284 0 0 0-.155-.008.585.585 0 0 1-.335-.029 1.09 1.09 0 0 1-.49.017c-.138.072-.24.08-.304.025a2.28 2.28 0 0 1-.172-.106c-.088-.014-.126-.036-.13-.065-.112-.012-.126-.054-.126-.098-.047-.054-.029-.095.018-.13a.296.296 0 0 1 .266.002c.057.027.1.054.135.08a.354.354 0 0 1 .166.019c.036-.056.136-.059.246-.052a.428.428 0 0 1 .205-.07l-.007-.04c-.11-.029-.167-.109-.222-.19-.17-.003-.292-.074-.414-.149a.416.416 0 0 1-.258-.071.611.611 0 0 1-.2-.01.681.681 0 0 1-.373 0c-.082.008-.149 0-.217-.007-.078.09-.165.105-.26.06a.4.4 0 0 0-.222-.135c-.07-.023-.093-.054-.106-.088-.087-.054-.07-.107.015-.147.063-.03.142-.036.262.023.04.015.083.025.132.029h-.002z", fill: "color(display-p3 0.000 0.000 0.000)" }), jsx("path", { d: "M85.634 34.8c-.008-.015-.026-.052-.09-.015-.198-.011-.419-.008-.585-.106-.173-.102-.351-.208-.543-.2a.482.482 0 0 1 .21-.113c.11-.03.24-.031.384-.008.203.033.38.072.518.124.133.05.227.112.268.192l.011.012c.053.034.1.069.138.106.029.027.054.055.076.086a.766.766 0 0 1-.387-.08v.001z", fill: "color(display-p3 1.000 1.000 1.000)" }), jsx("path", { d: "m86.089 25.252.011.06.25 1.288-.99.864-.046.04.057.02 1.241.429.252 1.289.012.06.046-.04.992-.86 1.243.425.057.02-.011-.06-.249-1.29.99-.862.046-.04-.058-.02-1.24-.43-.253-1.289-.012-.059-.046.04-.992.86-1.243-.426z", fill: "color(display-p3 0.000 0.000 0.000)" }), jsx("g", { fill: "color(display-p3 0.996 0.859 0.000)", children: jsx("path", { d: "m85.482 27.449.925-.806 1.164.4zM87.725 27.014l.928-.807 1.16.4zM89.82 26.649l-.924.806-1.164-.4zM87.578 27.085l-.928.806-1.16-.4zM86.22 25.37l1.161.399.235 1.207zM87.72 27.095l1.162.4.232 1.205zM89.083 28.727l-1.16-.397-.236-1.208zM87.584 27.004l-1.163-.4-.232-1.206zM88.39 24.97l.235 1.204-.928.807zM87.646 27.13l.234 1.207-.927.805zM86.914 29.128l-.236-1.204.928-.807zM87.657 26.968l-.234-1.207.927-.804z" }) })] })] })] }) }));
5
+ }
6
+
7
+ export { FlagHR };
@@ -0,0 +1 @@
1
+ export declare function FlagHU(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,7 @@
1
+ import { jsx, jsxs } from 'react/jsx-runtime';
2
+
3
+ function FlagHU(props) {
4
+ return (jsx("svg", { height: "128", viewBox: "0 0 128 128", width: "128", xmlns: "http://www.w3.org/2000/svg", ...props, children: jsxs("g", { fill: "none", fillRule: "nonzero", children: [jsx("path", { d: "M0 0h128v128H0z", fill: "color(display-p3 0.278 0.439 0.314)" }), jsx("path", { d: "M0 0h128v85.333H0z", fill: "color(display-p3 1.000 1.000 1.000)" }), jsx("path", { d: "M0 0h128v42.667H0z", fill: "color(display-p3 0.808 0.161 0.224)" })] }) }));
5
+ }
6
+
7
+ export { FlagHU };
@@ -0,0 +1 @@
1
+ export declare function FlagIE(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,7 @@
1
+ import { jsx, jsxs } from 'react/jsx-runtime';
2
+
3
+ function FlagIE(props) {
4
+ return (jsx("svg", { height: "128", viewBox: "0 0 128 128", width: "128", xmlns: "http://www.w3.org/2000/svg", ...props, children: jsxs("g", { fill: "none", fillRule: "nonzero", children: [jsx("path", { d: "M0 0h128v128H0z", fill: "color(display-p3 0.000 0.604 0.267)" }), jsx("path", { d: "M42.667 0H128v128H42.667z", fill: "color(display-p3 1.000 1.000 1.000)" }), jsx("path", { d: "M85.333 0H128v128H85.333z", fill: "color(display-p3 1.000 0.510 0.000)" })] }) }));
5
+ }
6
+
7
+ export { FlagIE };
@@ -0,0 +1 @@
1
+ export declare function FlagIQ(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;