@sonic-equipment/ui 259.0.4 → 260.0.1

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 (326) 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 +3 -0
  21. package/dist/buttons/link/link.js +5 -8
  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 +11 -0
  33. package/dist/country-language-selector/connected-country-language-selector.js +141 -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 +2 -2
  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/widgets/connected-address-book-widget.js +2 -2
  300. package/dist/shared/api/storefront/hooks/authentication/use-patch-session.d.ts +4 -1
  301. package/dist/shared/api/storefront/model/storefront.model.d.ts +4 -1
  302. package/dist/shared/error/default-error-view.js +2 -2
  303. package/dist/shared/hooks/use-resize-observer.js +1 -0
  304. package/dist/shared/routing/route-provider.d.ts +1 -0
  305. package/dist/shared/routing/route-utils.d.ts +2 -1
  306. package/dist/shared/routing/route-utils.js +2 -1
  307. package/dist/shared/routing/types.d.ts +2 -0
  308. package/dist/shared/routing/use-route-link.d.ts +1 -1
  309. package/dist/shared/routing/use-route-link.js +3 -3
  310. package/dist/shared/utils/css.js +9 -53
  311. package/dist/sidebar/sidebar.js +3 -2
  312. package/dist/sidebar/toggle-sidebar-button.js +2 -2
  313. package/dist/styles.css +1032 -686
  314. package/dist/table/elements/table-sort-button.js +2 -2
  315. package/dist/toast/toast.js +8 -10
  316. package/dist/tooltip/tooltip.js +3 -2
  317. package/dist/tooltip/tooltip.module.css.js +1 -1
  318. package/package.json +2 -1
  319. package/dist/icons/glyph/glyphs-arrow-blackcaps-right-icon.js +0 -8
  320. package/dist/icons/glyph/glyphs-arrow-semibold-right-icon.js +0 -8
  321. package/dist/navigation/account-icon/account-icon.d.ts +0 -5
  322. package/dist/navigation/account-icon/account-icon.js +0 -13
  323. package/dist/navigation/cart-icon/cart-icon.d.ts +0 -5
  324. package/dist/navigation/cart-icon/cart-icon.js +0 -13
  325. package/dist/navigation/favorite-icon/favorite-icon.d.ts +0 -5
  326. package/dist/navigation/favorite-icon/favorite-icon.js +0 -13
@@ -0,0 +1,7 @@
1
+ import { jsxs, jsx } from 'react/jsx-runtime';
2
+
3
+ function FlagEC(props) {
4
+ return (jsxs("svg", { height: "128", viewBox: "0 0 128 128", width: "128", xmlns: "http://www.w3.org/2000/svg", ...props, children: [jsxs("defs", { children: [jsxs("linearGradient", { id: "ya7az4a82a", x1: "49.73%", x2: "51.09%", y1: "52.951%", y2: "19.499%", children: [jsx("stop", { offset: "0%", stopColor: "color(display-p3 1.000 1.000 1.000)" }), jsx("stop", { offset: "100%", stopColor: "color(display-p3 0.118 0.659 0.820)" })] }), jsxs("linearGradient", { id: "fvr2bqbjzb", x1: "49.597%", x2: "49.889%", y1: "7.781%", y2: "65.638%", children: [jsx("stop", { offset: "0%", stopColor: "color(display-p3 1.000 1.000 1.000)" }), jsx("stop", { offset: "13%", stopColor: "color(display-p3 0.757 0.827 0.910)" }), jsx("stop", { offset: "30%", stopColor: "color(display-p3 0.533 0.690 0.835)" }), jsx("stop", { offset: "46%", stopColor: "color(display-p3 0.349 0.596 0.776)" }), jsx("stop", { offset: "62%", stopColor: "color(display-p3 0.173 0.529 0.737)" }), jsx("stop", { offset: "76%", stopColor: "color(display-p3 0.000 0.490 0.710)" }), jsx("stop", { offset: "90%", stopColor: "color(display-p3 0.000 0.467 0.690)" }), jsx("stop", { offset: "100%", stopColor: "color(display-p3 0.000 0.459 0.686)" })] })] }), jsxs("g", { fill: "none", fillRule: "evenodd", children: [jsx("path", { d: "M0 0h128v128H0z", fill: "color(display-p3 0.890 0.024 0.075)", fillRule: "nonzero" }), jsx("path", { d: "M0 0h128v96H0z", fill: "color(display-p3 0.012 0.306 0.635)", fillRule: "nonzero" }), jsx("path", { d: "M0 0h128v64H0z", fill: "color(display-p3 1.000 0.867 0.000)", fillRule: "nonzero" }), jsxs("g", { stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1", transform: "translate(39.768 42.057)", children: [jsx("path", { d: "M1.79 43.316a.09.09 0 0 1-.017.028s-.417.222-.873.253c0 0-.412 1.315-.9 1.718.569-.389 1.498-.743 1.732-.768.012-.367.078-.801.309-.937l.033-.008a1.48 1.48 0 0 0-.284-.286z", fill: "color(display-p3 0.694 0.729 0.749)", fillRule: "nonzero" }), jsx("path", { d: "m.238 45.096 1.674-1.632m-.177 1.06-.832-.949" }), jsx("path", { d: "m4.917 40.035.49.59-3.1 2.972h-.193l-.352-.321.019-.25z", fill: "color(display-p3 0.694 0.729 0.749)", fillRule: "nonzero" }), jsx("path", { d: "m2.062 43.329 3.031-2.864" }), jsx("path", { d: "m5.866 2.88 1.297 1.252-.334.144-1.278-1.234.315-.162", fill: "color(display-p3 0.694 0.729 0.749)", fillRule: "nonzero" }), jsx("path", { d: "m10.605 18.506 1.693 1.71.795-1.957.151-1.2c-.119-3.44-.058-6.818-.058-6.818l.499.443-1.902-1.944-1.12-1.124s-.022 7.233-.058 10.89z", fill: "color(display-p3 0.012 0.306 0.635)", fillRule: "nonzero" }), jsx("path", { d: "m13.244 17.058 1.682-5.106-1.74-1.711s-.06 3.379.058 6.817z", fill: "color(display-p3 0.890 0.024 0.075)", fillRule: "nonzero" }), jsx("path", { d: "m10.664 7.616 1.12 1.124A1875.95 1875.95 0 0 1 6.15 2.96c-.224-.232-.275 4.98-.251 10.793l4.706 4.753c.037-3.657.058-10.89.058-10.89z", fill: "color(display-p3 1.000 0.867 0.000)", fillRule: "nonzero" }), jsx("path", { d: "M14.427 11.438 5.389 2.149" }), jsx("path", { d: "M5.562 2.333c-.018-.01-.03-.017-.032-.022 0 0-.257-.539-.284-1.124 0 0-1.556-.555-2.027-1.187.452.734.856 1.933.88 2.233.438.023.951.117 1.11.415l.008.043c.128-.1.244-.22.345-.358z", fill: "color(display-p3 0.694 0.729 0.749)", fillRule: "nonzero" }), jsx("path", { d: "m6.78 3.793-.397-.414c-.03.094-.076.253-.153.533-.159.596-.035 2.595-.122 3.28-.087.686-.25 1.626-.266 2.029l-.003.025c-.005.476.171 1.062.171 1.062s.28.147.327.019c.048-.128.07-1.125.07-1.33 0-.207.059-.326.233-1.313.174-.986.093-1.546.024-2.147-.07-.6.116-1.744.116-1.744z", fill: "color(display-p3 0.890 0.024 0.075)", fillRule: "nonzero" }), jsx("path", { d: "M6.033 2.944s-.439 1.222-.42 2.162c.016.939-.124 2.236-.143 2.43-.013.144-.18.906-.195 1.479-.006.203.044.181.09.301 0 0 .303.194.474-.07l.003-.025c.017-.403.176-1.343.264-2.028.089-.686-.035-2.685.124-3.28.077-.28.122-.442.153-.534.03-.104.041-.123.041-.123l-.391-.312z", fill: "color(display-p3 0.012 0.306 0.635)", fillRule: "nonzero" }), jsx("path", { d: "M7.22 2.734c-.396.104-.796.19-1.2.256.994.02 1.393.628 1.393.628l.336-.414c.3-.506-.265-.56-.53-.47z", fill: "color(display-p3 0.890 0.024 0.075)", fillRule: "nonzero" }), jsx("path", { d: "m6.022 2.99.026.052c.118.219.602 1.038 1.16.739l.207-.161s-.398-.61-1.393-.63z", fill: "color(display-p3 0.890 0.024 0.075)", fillRule: "nonzero" }), jsx("path", { d: "M6.105 2.99s.98-.556 1.116-.55c.137.005.154.235.188.37.033.134-.003.298-.49.283-.483-.012-.34-.067-.814-.103z", fill: "color(display-p3 0.012 0.306 0.635)", fillRule: "nonzero" }), jsx("path", { d: "M7.647 2.349c-.145-.688-.835-.544-.835-.544-.677.116-.762.956-.773 1.178l-.001.053c1.597-1.39 1.375.032 1.375.032.16-.288.234-.72.234-.72z", fill: "color(display-p3 0.012 0.306 0.635)", fillRule: "nonzero" }), jsx("path", { d: "m3.303.131 2.102 2.39m-1.306-.283L5.256 1.19" }), jsx("path", { d: "M6.03.723a.31.31 0 0 0-.066-.072c.074.447.03.907-.153 1.321a1.978 1.978 0 0 1-.57.744c-.527.412-1.256.509-1.952.223l.039.026c.058.04.117.078.178.113 1.1.634 2.322.393 2.732-.536.244-.554.145-1.23-.208-1.819z", fill: "color(display-p3 0.694 0.729 0.749)", fillRule: "nonzero" }), jsx("circle", { cx: "5.568", cy: "9.115", fill: "color(display-p3 0.910 0.725 0.035)", fillRule: "nonzero", r: "1" }), jsx("path", { d: "M5.967 11.01c-.452-.017-.703-.043-.998-.062.038-.637.092-1.522.59-1.491.494.031.446.915.408 1.554z", fill: "color(display-p3 0.910 0.725 0.035)", fillRule: "nonzero" }), jsx("path", { d: "M5.386 9.996s-.085.911-.093.965m.341-.956s.01.692-.043.977" }), jsx("circle", { cx: "6.131", cy: "10.036", fill: "color(display-p3 0.910 0.725 0.035)", fillRule: "nonzero", r: "1" }), jsx("path", { d: "M6.641 11.904c-.454.01-.706 0-1 0 0-.64 0-1.526.5-1.526.496 0 .5.887.5 1.526z", fill: "color(display-p3 0.910 0.725 0.035)", fillRule: "nonzero" }), jsx("path", { d: "M6.002 10.925s-.03.915-.036.968m.284-.973s.052.69.015.98" })] }), jsxs("g", { stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1", transform: "matrix(-1 0 0 1 88.103 42.057)", children: [jsx("path", { d: "M1.79 43.316a.09.09 0 0 1-.017.028s-.417.222-.873.253c0 0-.412 1.315-.9 1.718.569-.389 1.498-.743 1.732-.768.012-.367.078-.801.309-.937l.033-.008a1.48 1.48 0 0 0-.284-.286z", fill: "color(display-p3 0.694 0.729 0.749)", fillRule: "nonzero" }), jsx("path", { d: "m.238 45.096 1.674-1.632m-.177 1.06-.832-.949" }), jsx("path", { d: "m4.917 40.035.49.59-3.1 2.972h-.193l-.352-.321.019-.25z", fill: "color(display-p3 0.694 0.729 0.749)", fillRule: "nonzero" }), jsx("path", { d: "m2.062 43.329 3.031-2.864" }), jsx("path", { d: "m5.866 2.88 1.297 1.252-.334.144-1.278-1.234.315-.162", fill: "color(display-p3 0.694 0.729 0.749)", fillRule: "nonzero" }), jsx("path", { d: "m10.605 18.506 1.693 1.71.795-1.957.151-1.2c-.119-3.44-.058-6.818-.058-6.818l.499.443-1.902-1.944-1.12-1.124s-.022 7.233-.058 10.89z", fill: "color(display-p3 0.012 0.306 0.635)", fillRule: "nonzero" }), jsx("path", { d: "m13.244 17.058 1.682-5.106-1.74-1.711s-.06 3.379.058 6.817z", fill: "color(display-p3 0.890 0.024 0.075)", fillRule: "nonzero" }), jsx("path", { d: "m10.664 7.616 1.12 1.124A1875.95 1875.95 0 0 1 6.15 2.96c-.224-.232-.275 4.98-.251 10.793l4.706 4.753c.037-3.657.058-10.89.058-10.89z", fill: "color(display-p3 1.000 0.867 0.000)", fillRule: "nonzero" }), jsx("path", { d: "M14.427 11.438 5.389 2.149" }), jsx("path", { d: "M5.562 2.333c-.018-.01-.03-.017-.032-.022 0 0-.257-.539-.284-1.124 0 0-1.556-.555-2.027-1.187.452.734.856 1.933.88 2.233.438.023.951.117 1.11.415l.008.043c.128-.1.244-.22.345-.358z", fill: "color(display-p3 0.694 0.729 0.749)", fillRule: "nonzero" }), jsx("path", { d: "m6.78 3.793-.397-.414c-.03.094-.076.253-.153.533-.159.596-.035 2.595-.122 3.28-.087.686-.25 1.626-.266 2.029l-.003.025c-.005.476.171 1.062.171 1.062s.28.147.327.019c.048-.128.07-1.125.07-1.33 0-.207.059-.326.233-1.313.174-.986.093-1.546.024-2.147-.07-.6.116-1.744.116-1.744z", fill: "color(display-p3 0.890 0.024 0.075)", fillRule: "nonzero" }), jsx("path", { d: "M6.033 2.944s-.439 1.222-.42 2.162c.016.939-.124 2.236-.143 2.43-.013.144-.18.906-.195 1.479-.006.203.044.181.09.301 0 0 .303.194.474-.07l.003-.025c.017-.403.176-1.343.264-2.028.089-.686-.035-2.685.124-3.28.077-.28.122-.442.153-.534.03-.104.041-.123.041-.123l-.391-.312z", fill: "color(display-p3 0.012 0.306 0.635)", fillRule: "nonzero" }), jsx("path", { d: "M7.22 2.734c-.396.104-.796.19-1.2.256.994.02 1.393.628 1.393.628l.336-.414c.3-.506-.265-.56-.53-.47z", fill: "color(display-p3 0.890 0.024 0.075)", fillRule: "nonzero" }), jsx("path", { d: "m6.022 2.99.026.052c.118.219.602 1.038 1.16.739l.207-.161s-.398-.61-1.393-.63z", fill: "color(display-p3 0.890 0.024 0.075)", fillRule: "nonzero" }), jsx("path", { d: "M6.105 2.99s.98-.556 1.116-.55c.137.005.154.235.188.37.033.134-.003.298-.49.283-.483-.012-.34-.067-.814-.103z", fill: "color(display-p3 0.012 0.306 0.635)", fillRule: "nonzero" }), jsx("path", { d: "M7.647 2.349c-.145-.688-.835-.544-.835-.544-.677.116-.762.956-.773 1.178l-.001.053c1.597-1.39 1.375.032 1.375.032.16-.288.234-.72.234-.72z", fill: "color(display-p3 0.012 0.306 0.635)", fillRule: "nonzero" }), jsx("path", { d: "m3.303.131 2.102 2.39m-1.306-.283L5.256 1.19" }), jsx("path", { d: "M6.03.723a.31.31 0 0 0-.066-.072c.074.447.03.907-.153 1.321a1.978 1.978 0 0 1-.57.744c-.527.412-1.256.509-1.952.223l.039.026c.058.04.117.078.178.113 1.1.634 2.322.393 2.732-.536.244-.554.145-1.23-.208-1.819z", fill: "color(display-p3 0.694 0.729 0.749)", fillRule: "nonzero" }), jsx("circle", { cx: "5.568", cy: "9.115", fill: "color(display-p3 0.910 0.725 0.035)", fillRule: "nonzero", r: "1" }), jsx("path", { d: "M5.967 11.01c-.452-.017-.703-.043-.998-.062.038-.637.092-1.522.59-1.491.494.031.446.915.408 1.554z", fill: "color(display-p3 0.910 0.725 0.035)", fillRule: "nonzero" }), jsx("path", { d: "M5.386 9.996s-.085.911-.093.965m.341-.956s.01.692-.043.977" }), jsx("circle", { cx: "6.131", cy: "10.036", fill: "color(display-p3 0.910 0.725 0.035)", fillRule: "nonzero", r: "1" }), jsx("path", { d: "M6.641 11.904c-.454.01-.706 0-1 0 0-.64 0-1.526.5-1.526.496 0 .5.887.5 1.526z", fill: "color(display-p3 0.910 0.725 0.035)", fillRule: "nonzero" }), jsx("path", { d: "M6.002 10.925s-.03.915-.036.968m.284-.973s.052.69.015.98" })] }), jsx("path", { d: "M53.417 51.122c-.603.184-1.06.484-1.713.566", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("path", { d: "M50.579 52.232s-.061-1.265-.01-1.406c.048-.137 1.127-.996.8-3.146 0 0-.212-.722-.102-.9 0 0-.936 1.821-1.012 2.365-.078.543.055 1.429.107 1.644.052.215.136.796.136.796", fill: "color(display-p3 0.224 0.710 0.290)", fillRule: "nonzero", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("path", { d: "M51.187 47.35c0 .261-.087.53-.13.784-.042.253-.076.49-.162.731-.108.31-.257.63-.313.95-.046.268-.046.541-.054.815m-.05.21c-.015-.234.27-.546.452-.707m-.36-.254c.067-.17-.145-.522-.168-.71m.152.988c-.007-.413.49-.525.508-.9m-.324.002c-.043-.199-.358-.355-.262-.583", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("path", { d: "M50.885 48.88c.04-.126.14-.25.215-.368.069-.104.202-.18.25-.29m-.361.215c.009-.26-.074-.468-.065-.721", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("path", { d: "M51.672 50.781c.003-.464.062-.726.43-1.012.32-.25.74-.367.875-.777-.073.14-.043.323-.076.477-.043.19-.106.375-.19.55-.127.262-.279.51-.454.742", fill: "color(display-p3 0.224 0.710 0.290)", fillRule: "nonzero", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("path", { d: "M50.071 52.257c.25-.586.653-1.059 1.234-1.321.445-.2.922-.269 1.4-.294.29-.015.561-.019.844-.114.205-.068.56-.164.692-.343-.815.467-1.285 1.386-2.17 1.758-.697.292-1.62.147-2.233.632", fill: "color(display-p3 0.224 0.710 0.290)", fillRule: "nonzero", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("path", { d: "M50.13 52.316a3.5 3.5 0 0 1 1.601-.952c.477-.135 1.017-.297 1.443-.563m-1.424.619c.139.072.458.228.623.2m-.036-.422c.145 0 .388.117.507.06m-.978.062c-.168-.301.252-.322.351-.5", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("path", { d: "M54.463 49.028c.153-.18.1-.688.18-.933.104-.318.343-.543.48-.837-.125.29-.014.686-.113.992-.113.34-.38.632-.566.937", fill: "color(display-p3 0.224 0.710 0.290)", fillRule: "nonzero", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("path", { d: "M54.697 48.628c-.03-.288.195-.52.253-.778", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("path", { d: "M49.648 58.715c.336.522.741 1.359.283 1.94-.1-.15-.109-.439-.268-.543-.114-.075-.324-.043-.46-.102-.365-.158-.295-.56-.54-.762l-.057-.147.96-.484.082.098z", fill: "color(display-p3 0.224 0.710 0.290)", fillRule: "nonzero", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("path", { d: "M49.212 59.136c.428.324.725.858.684 1.414m-.742-1.435c.123.3.017.528.043.812.012-.017.022-.037.035-.054m.097-.678c.28.21.472.368.663.657", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("path", { d: "M48.12 57.202c.155-.192.197-.532.331-.759.17-.28.456-.562.76-.671.363-.134.744-.21 1.13-.225.37-.016.802.15 1.118.119-.65.243-1.45.273-2.05.654-.39.247-.784.662-1.094 1.007-.26.288-.325.61-.47.953", fill: "color(display-p3 0.224 0.710 0.290)", fillRule: "nonzero", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("path", { d: "M48.14 57.441c.158-.395.487-.895.825-1.155a1.828 1.828 0 0 1 1.204-.4m-1.758 1.037c.22-.156.516-.303.704-.5", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("path", { d: "M49.68 55.94c.206-.237.497-.216.761-.254m-2.575 2.91c.085-.116.13-.268.199-.402.096-.184.224-.342.348-.51.238-.338.505-.653.8-.94a2.21 2.21 0 0 1 .978-.536c.336-.078.93.006 1.181-.256-.186.23-.27.512-.489.733-.316.324-.646.683-1.048.91-.306.171-.705.362-1.038.44-.292.068-.8.068-.968.38a.112.112 0 0 1 .037.033.944.944 0 0 0 .156-.13", fill: "color(display-p3 0.224 0.710 0.290)", fillRule: "nonzero", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("path", { d: "M48.061 58.199c.173-.06.33-.31.464-.438.192-.187.397-.334.623-.479.28-.187.573-.349.88-.484.25-.108.493-.203.707-.375", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("path", { d: "M48.997 57.382c.206-.069.41-.163.624-.2.12-.02.264.005.37-.06m-.68.04c.154-.231.41-.425.507-.678", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("path", { d: "M52.627 50.622c.268-.372.584-.639.943-.926.239-.194.424-.455.712-.575.766-.32 1.613.297 2.399.283-.341.151-.64.37-1.01.465-.366.095-.728.152-1.11.155-.674.006-1.567.015-1.954.698", fill: "color(display-p3 0.224 0.710 0.290)", fillRule: "nonzero", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("path", { d: "M53.076 50.224c.444-.113.882-.4 1.312-.573.436-.174.914-.082 1.342-.225m-1.356.239c.283-.107.686.118.995.12", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("path", { d: "M53.955 49.844c.14-.118.285-.25.434-.359.114-.08.272-.156.308-.298", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("path", { d: "M49.549 54.704c.32-.066.432-.63.52-.878.116-.34.216-.815.424-1.107.138-.189.4-.337.593-.478.245-.18.363-.245.65-.289.385-.059.795-.098 1.186-.101.352-.005.754.056 1.08-.114-.357.122-.716.43-.933.72-.341.456-.56.874-1.07 1.202-.454.295-1.015.433-1.53.594-.294.09-.783.198-.856.54", fill: "color(display-p3 0.224 0.710 0.290)", fillRule: "nonzero", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("path", { d: "M50.012 54.292c.558-.577.789-1.406 1.64-1.635.52-.14 1.33-.214 1.678-.678", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("path", { d: "M50.455 53.756a.938.938 0 0 1 .659-.28c.25 0 .515.064.746-.059m-.15-.721c.153-.058.309.039.463.04.16.002.287-.093.434-.12m-1.404.239c.071-.312.23-.442.39-.698", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("path", { d: "M49.075 55.578c.247-.015.359-.328.435-.465.107-.184.205-.448.376-.601.114-.099.321-.166.474-.233.159-.08.334-.123.51-.122.296-.008.61-.004.909.019.269.02.573.081.83.006-.273.052-.53.171-.746.348-.281.238-.468.461-.871.614-.36.138-.795.18-1.194.238-.23.03-.605.062-.677.251", fill: "color(display-p3 0.224 0.710 0.290)", fillRule: "nonzero", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("path", { d: "M49.448 55.374c.452-.29.666-.748 1.327-.822.403-.046 1.022-.036 1.31-.276", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("path", { d: "M49.906 55.07a.853.853 0 0 1 .515-.115c.192.016.39.07.572.016m-.177-.394c.119-.022.234.043.351.053.123.011.224-.032.337-.04m-1.083.045c.07-.172.196-.234.33-.372", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("path", { d: "M47.537 59.084s-2.056-2.233-.947-5.002c0 0 .033.765.099.867.066.1 1.207 1.85 1.044 3.368-.162 1.518-.081.901-.081.901l-.115-.134z", fill: "color(display-p3 0.224 0.710 0.290)", fillRule: "nonzero", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("path", { d: "M47.537 58.9s-.26-1.768-.587-2.252c-.327-.484-.376-1.5-.344-1.683m.343 1.485c.088-.114.185-.235.195-.384m.1 1.133c.091-.125.107-.287.146-.417m-.18.767c-.107-.137-.503-.162-.523-.317m.198-.515c-.08-.169-.482-.213-.49-.417m.195-.567c-.155-.119-.187-.219-.245-.4m1.029 2.867c-.156-.181-.33-.24-.506-.35m.522-.034c.031-.158.187-.312.18-.467", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("path", { d: "M51.015 50.02s.493-1.147.599-1.247c.104-.1 1.449-.348 2.088-2.403 0 0 .122-.737.298-.842 0 0-1.633 1.168-1.938 1.612-.306.443-.572 1.288-.618 1.503-.046.214-.223.767-.223.767", fill: "color(display-p3 0.224 0.710 0.290)", fillRule: "nonzero", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("path", { d: "M53.682 45.995c-.112.231-.309.426-.459.63-.147.204-.28.398-.461.57-.233.223-.505.437-.694.691-.165.223-.286.48-.418.725m-.123.132c.088-.215.481-.354.715-.412m-.216-.393c.135-.12.095-.53.156-.705m-.227.806c.123-.367.848-.051.996-.362m-.503-.208c.048-.195-.168-.48.017-.637", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("path", { d: "M52.745 47.204c.091-.094.235-.157.353-.222.107-.061.26-.066.351-.14m-.418.02c.12-.227.137-.45.255-.667", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("path", { d: "M48.38 50.773s.077-.712.045-.79c-.033-.078-.81-.562-.513-1.772 0 0 .174-.406.097-.506 0 0 .646 1.024.688 1.332.043.308-.076.804-.119.924-.044.122-.12.449-.12.449", fill: "color(display-p3 0.224 0.710 0.290)", fillRule: "nonzero", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("path", { d: "M48.06 48.045c-.008.147.052.297.076.442.026.14.046.275.101.41.072.176.174.355.208.535.03.158.018.319.018.48m.034.1c.017-.133-.186-.308-.316-.399m.272-.144c-.046-.095.12-.293.142-.398m-.13.47c.046-.218-.524-.251-.514-.448m.393.028c.037-.11.274-.198.208-.328", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("path", { d: "M48.246 48.907c-.026-.07-.097-.14-.15-.206-.047-.06-.145-.103-.177-.164m.262.12c0-.146.065-.265.065-.406", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("path", { d: "M48.304 53.93s.077-1.464.138-1.618c.063-.155 1.183-1.01 1.1-3.53 0 0-.125-.855-.001-1.046 0 0-1.085 1.982-1.217 2.599-.131.616-.099 1.653-.073 1.908.026.254.044.934.044.934", fill: "color(display-p3 0.224 0.710 0.290)", fillRule: "nonzero", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("path", { d: "M49.405 48.383c-.026.3-.14.598-.208.887-.067.285-.125.554-.23.821-.138.344-.312.693-.401 1.056-.077.315-.103.646-.142.97m-.066.198c.01-.274.316-.595.507-.76m-.317-.337c.082-.187-.083-.618-.086-.837m.087 1.003c-.006-.453.74-.423.773-.828m-.548-.03c-.02-.234-.303-.452-.188-.702", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("path", { d: "M48.954 50.108c.05-.14.16-.272.245-.395.076-.112.214-.184.27-.304m-.37.201c.037-.298-.02-.55.016-.839", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("path", { d: "M48.228 52.388s-.408-.7-.538-1.084c-.131-.384-.36-.75-.442-.816-.082-.068.9.515.963.684", fill: "color(display-p3 0.224 0.710 0.290)", fillRule: "nonzero", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("path", { d: "M48.211 51.754c-.137-.328-.322-.765-.652-.934m.538.884c-.032-.147-.193-.251-.294-.334m.262.067c-.04-.133-.065-.287-.098-.417", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("path", { d: "M48.292 54.688s.115-1.518.784-1.917c0 0 .653-.335.93-.6 0 0 .393-.551.146-.2-.244.35-.408 2.3-.423 2.417-.015.116-.261.867-.718 1.434-.457.567-.67.917-.768 1.118-.097.2-.18.734-.18.734", fill: "color(display-p3 0.224 0.710 0.290)", fillRule: "nonzero", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("path", { d: "M48.228 56.423c.246-.21.297-.54.408-.838.122-.328.266-.636.314-.981a3.8 3.8 0 0 1 .278-.995c.143-.337.412-.587.584-.888m-.853 2.028c.214-.301.452-.31.721-.5m-1.05 1.404c.151-.236.474-.19.585-.478m-.47-.187c.087-.323-.19-.503-.254-.796m.573-.136a1.153 1.153 0 0 1 0-.978m-.69.695c.035-.421.14-.833.311-1.218.095-.21.235-.41.347-.61.076-.141.176-.34.318-.425", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("path", { d: "M49.348 51.459c-.015.075.092.12.173.076.006-.018.003-.035.006-.054.1.031.329.031.199-.122.092-.016.24-.105.113-.184.073-.074.08-.206-.003-.277-.012.011-.026.027-.04.036-.006-.09-.084-.13-.17-.11-.004.017 0 .035-.002.05a.17.17 0 0 0-.195-.008c.007.012.023.023.03.035-.056-.009-.082.02-.127.024.009.015.01.062.018.078.015-.002.015-.003 0-.003a.177.177 0 0 0-.118.136c.023.006.048.022.072.028-.116.034-.113.136-.012.176.015 0 .015 0 0-.001-.113.104.085.13.153.04", fill: "color(display-p3 1.000 0.875 0.310)", fillRule: "nonzero", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("path", { d: "M49.476 51.083c.067.04.03.154.16.165.024-.067.044-.088.059-.157-.039 0-.191.022-.106.049", fill: "color(display-p3 0.871 0.129 0.149)", fillRule: "nonzero" }), jsx("path", { d: "M49.529 52.379c-.015.075.092.12.173.076.006-.019.003-.036.006-.054.099.03.328.03.198-.122.092-.016.24-.105.113-.185.074-.073.08-.206-.003-.276-.012.011-.026.027-.04.036-.005-.09-.083-.13-.17-.11-.004.016.001.035-.002.05a.17.17 0 0 0-.194-.009c.006.013.023.024.029.036-.055-.01-.081.02-.127.022.01.016.01.063.018.078.016 0 .016-.001 0-.001a.177.177 0 0 0-.117.135c.023.007.047.022.071.029-.116.034-.113.135-.012.176.016 0 .016 0 0-.002-.113.105.086.132.153.041", fill: "color(display-p3 1.000 0.875 0.310)", fillRule: "nonzero", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("path", { d: "M49.663 51.99c.058.042.026.16.142.171.023-.069.04-.09.054-.161-.034 0-.171.023-.094.05", fill: "color(display-p3 0.871 0.129 0.149)", fillRule: "nonzero" }), jsx("path", { d: "M49.426 52.237c-.707.418-1.305 1.17-1.13 2.053", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("path", { d: "M50.949 50.324c.57-.286.72-.95 1.253-1.271.347-.208.757-.267 1.147-.344.275-.053.646-.103.81-.37-.245.304-.53.54-.806.809-.29.28-.535.518-.935.638-.306.091-.622.058-.922.164-.25.088-.396.296-.605.453l.058-.08z", fill: "color(display-p3 0.224 0.710 0.290)", fillRule: "nonzero", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("path", { d: "M51.516 49.904c.29-.185.477-.478.795-.613.353-.15.752-.184 1.099-.343m-1.465.592c.257-.15.622 0 .86-.18m-.45-.094c.13-.112.29-.209.41-.318m-1.679 2.81c-.32.158-.984.263-1.112.678", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("path", { d: "M51.086 51.738c.043.12.155.16.27.138l.022-.056c.142.068.282-.036.184-.182.098-.015.11-.095.067-.176-.023 0-.05-.006-.072-.006.168-.219-.371-.383-.376-.14-.1-.005-.235.07-.122.141-.104.058-.13.228.007.261", fill: "color(display-p3 1.000 0.875 0.310)", fillRule: "nonzero", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("path", { d: "M51.261 51.52c.007.317.259-.176.004-.016.004.025.028.021.035.036", fill: "color(display-p3 0.871 0.129 0.149)", fillRule: "nonzero" }), jsx("path", { d: "M52.257 52.696c.043.12.155.159.27.137l.022-.056c.142.069.281-.036.184-.181.097-.016.111-.096.068-.177-.023 0-.05-.006-.073-.006.17-.219-.371-.383-.376-.139-.1-.006-.235.069-.122.14-.104.058-.129.229.007.261", fill: "color(display-p3 1.000 0.875 0.310)", fillRule: "nonzero", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("path", { d: "M52.432 52.476c.007.32.259-.175.004-.013.004.024.028.02.036.033", fill: "color(display-p3 0.871 0.129 0.149)", fillRule: "nonzero" }), jsx("path", { d: "M51.534 53.234c.043.12.155.16.27.138l.022-.056c.144.068.281-.036.184-.183.097-.016.111-.094.068-.175-.023 0-.05-.006-.073-.006.17-.219-.37-.383-.376-.14-.1-.005-.235.07-.122.141-.104.058-.129.227.007.261", fill: "color(display-p3 1.000 0.875 0.310)", fillRule: "nonzero", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("path", { d: "M51.71 53.013c.006.32.258-.174.002-.013.004.024.03.019.036.033", fill: "color(display-p3 0.871 0.129 0.149)", fillRule: "nonzero" }), jsx("path", { d: "M50.579 53.313c.041.12.154.16.269.138l.023-.055c.142.067.28-.037.182-.183.099-.016.112-.096.07-.176-.024 0-.051-.006-.074-.006.17-.218-.37-.383-.376-.139-.101-.005-.234.068-.121.141-.105.058-.13.227.007.26", fill: "color(display-p3 1.000 0.875 0.310)", fillRule: "nonzero" }), jsx("path", { d: "M50.755 53.093c.005.319.257-.176.002-.014.004.024.03.02.036.034", fill: "color(display-p3 0.871 0.129 0.149)", fillRule: "nonzero" }), jsx("path", { d: "M49.856 54.13c.043.121.154.16.27.138l.022-.056c.142.069.281-.036.183-.181.098-.016.112-.095.07-.177-.024 0-.051-.006-.074-.006.17-.219-.372-.382-.376-.139-.101-.006-.236.069-.123.14-.104.058-.128.229.008.261", fill: "color(display-p3 1.000 0.875 0.310)", fillRule: "nonzero", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("path", { d: "M50.03 53.912c.007.319.26-.176.005-.015.004.024.028.02.036.035", fill: "color(display-p3 0.871 0.129 0.149)", fillRule: "nonzero" }), jsx("path", { d: "M53.446 51.32c.043.12.155.16.27.137l.022-.056c.142.069.282-.036.184-.181.098-.016.111-.095.068-.176-.022 0-.05-.007-.073-.007.17-.218-.37-.382-.376-.139-.1-.006-.235.069-.122.14-.104.059-.129.227.007.262", fill: "color(display-p3 1.000 0.875 0.310)", fillRule: "nonzero", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("path", { d: "M53.621 51.099c.007.32.259-.175.004-.014.004.024.028.02.036.034", fill: "color(display-p3 0.871 0.129 0.149)", fillRule: "nonzero" }), jsx("path", { d: "M54.755 49.366c.043.12.154.16.27.138l.022-.056c.143.068.28-.036.183-.183.098-.016.112-.094.069-.175-.023 0-.05-.006-.073-.006.17-.219-.37-.383-.377-.14-.1-.005-.235.07-.122.141-.104.058-.128.227.008.261", fill: "color(display-p3 1.000 0.875 0.310)", fillRule: "nonzero", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("path", { d: "M54.93 49.147c.006.317.258-.176.003-.016.004.025.028.02.036.034", fill: "color(display-p3 0.871 0.129 0.149)", fillRule: "nonzero" }), jsx("path", { d: "M53.702 49.287c.042.12.154.16.27.137l.022-.056c.143.069.28-.036.183-.181.098-.016.112-.095.069-.177-.023 0-.05-.006-.074-.006.169-.218-.371-.382-.376-.139-.1-.006-.235.069-.122.14-.104.058-.128.229.008.261", fill: "color(display-p3 1.000 0.875 0.310)", fillRule: "nonzero", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("path", { d: "M53.877 49.067c.006.317.258-.176.003-.016.004.025.03.021.036.036", fill: "color(display-p3 0.871 0.129 0.149)", fillRule: "nonzero" }), jsx("path", { d: "M51.007 54.85c.043.12.154.158.27.136l.022-.056c.142.069.281-.036.183-.18.098-.017.112-.096.069-.177-.023 0-.05-.007-.073-.007.17-.218-.372-.382-.376-.139-.101-.006-.236.07-.123.141-.104.058-.128.228.008.26", fill: "color(display-p3 1.000 0.875 0.310)", fillRule: "nonzero", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("path", { d: "M51.184 54.628c.005.32.259-.175.003-.013.004.024.029.018.036.033", fill: "color(display-p3 0.871 0.129 0.149)", fillRule: "nonzero" }), jsx("path", { d: "M49.916 55.229c.042.12.154.159.27.137l.021-.056c.143.068.282-.036.184-.181.098-.016.111-.096.069-.177-.023 0-.05-.006-.074-.006.168-.219-.371-.383-.376-.14-.1-.005-.235.07-.122.141-.104.058-.128.228.008.261", fill: "color(display-p3 1.000 0.875 0.310)", fillRule: "nonzero", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("path", { d: "M50.09 55.008c.005.319.258-.176.002-.015.004.024.03.02.036.035", fill: "color(display-p3 0.871 0.129 0.149)", fillRule: "nonzero" }), jsx("path", { d: "M49.856 56.903c.043.12.154.159.27.137l.022-.056c.142.068.281-.036.183-.181.098-.016.112-.096.07-.177-.024 0-.051-.006-.074-.006.17-.219-.372-.383-.376-.14-.101-.005-.236.07-.123.141-.104.058-.128.228.008.261", fill: "color(display-p3 1.000 0.875 0.310)", fillRule: "nonzero", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("path", { d: "M50.03 56.684c.007.317.26-.176.005-.016.004.025.028.021.036.036", fill: "color(display-p3 0.871 0.129 0.149)", fillRule: "nonzero" }), jsx("path", { d: "M48.86 57.6c.044.12.155.16.271.138l.022-.056c.142.068.281-.036.183-.181.098-.016.112-.096.069-.177-.023 0-.05-.006-.073-.006.168-.219-.372-.383-.376-.14-.101-.005-.236.07-.123.141-.104.058-.128.228.008.261l.021.013", fill: "color(display-p3 1.000 0.875 0.310)", fillRule: "nonzero", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("path", { d: "M49.036 57.381c.007.319.259-.176.004-.014.003.024.028.02.035.034", fill: "color(display-p3 0.871 0.129 0.149)", fillRule: "nonzero" }), jsx("path", { d: "M51.925 50.522c.043.12.155.16.271.137l.021-.056c.143.069.282-.036.184-.181.098-.016.111-.095.069-.176-.023 0-.05-.007-.074-.007.168-.218-.371-.382-.376-.139-.1-.006-.235.07-.122.14-.104.059-.128.229.008.262", fill: "color(display-p3 1.000 0.875 0.310)", fillRule: "nonzero", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("path", { d: "M52.101 50.303c.006.318.258-.176.003-.015.004.025.03.02.036.035", fill: "color(display-p3 0.871 0.129 0.149)", fillRule: "nonzero" }), jsx("path", { d: "M54.619 48.887c.419-.39.396-1.04.975-1.316.293-.14.645-.224.891-.431a4.277 4.277 0 0 1-1.866 1.747", fill: "color(display-p3 0.224 0.710 0.290)", fillRule: "nonzero", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("path", { d: "M54.52 48.928c.287-.107.498-.356.771-.488.306-.145.564-.04.887-.07a3.72 3.72 0 0 0 .918-.218c-.58.812-1.812.213-2.537.737", fill: "color(display-p3 0.224 0.710 0.290)", fillRule: "nonzero", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("path", { d: "M54.853 48.61c.258-.048.382-.344.522-.538.165-.23.4-.281.648-.4M48.73 56.5c.146-.207.274-.442.45-.619", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("path", { d: "M47.725 59.23c.101-.226.13-.47.297-.654.185-.203.504-.416.749-.534.681-.327 1.6-.2 2.173-.741-.244.704-1.111 1.32-1.753 1.628-.267.13-.552.252-.845.3-.23.04-.52-.012-.739.06", fill: "color(display-p3 0.224 0.710 0.290)", fillRule: "nonzero", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("path", { d: "M47.763 59.248c.222-.103.357-.315.55-.442.225-.145.466-.26.72-.34.306-.1.626-.199.924-.331.113-.05.461-.21.48-.322m-2.027.977c.212.06.41.211.643.08m-.119-.38c.392.002.699.057 1.073-.12", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("path", { d: "M48.447 58.76c.085-.091.099-.224.17-.326.068-.098.177-.184.24-.28m.233.257c.081-.097.16-.192.27-.265.106-.07.276-.097.355-.213m-2.147 1.204c.041-.283.241-.489.357-.735.074-.161.143-.478.15-.652", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("path", { d: "M47.82 58.64s.115-1.667.066-1.85c-.05-.184-1.208-1.318-.768-4.154 0 0 .26-.95.147-1.182 0 0 .963 2.4 1.029 3.117.064.718-.115 1.885-.18 2.17-.065.282-.18 1.048-.18 1.048", fill: "color(display-p3 0.224 0.710 0.290)", fillRule: "nonzero", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("path", { d: "M47.33 52.204c-.011.343.076.698.114 1.034.037.332.066.644.15.963.108.408.26.83.31 1.252.044.369.03.747.03 1.12", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("path", { d: "M47.984 56.806c.025-.311-.279-.72-.474-.934", fill: "color(display-p3 0.224 0.710 0.290)", fillRule: "nonzero", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("path", { d: "M47.918 55.54c-.069-.224.18-.688.212-.935", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("path", { d: "M47.935 55.706c.068-.51-.785-.588-.768-1.05", fill: "color(display-p3 0.224 0.710 0.290)", fillRule: "nonzero", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("path", { d: "M47.754 54.721c.055-.26.408-.465.31-.767m-.457.267c-.04-.165-.145-.33-.224-.484-.07-.137-.216-.239-.265-.382m.392.282c0-.343.097-.618.097-.95", 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: [jsxs("g", { fill: "color(display-p3 0.000 0.612 0.310)", fillRule: "nonzero", children: [jsx("path", { d: "M80.441 57.688c-.116-1.785-.923-8.859-2.497-11.137 0 0 1.528 2.208 1.696 11.993l.801-.856z" }), jsx("path", { d: "M80.207 56.634c-.859-5.583-3.833-10.466-3.833-10.466 1.123 2.363 3.095 8.408 3.613 12.095l.356-.349-.136-1.28z" }), jsx("path", { d: "M75.516 46.453c2.518 4.66 3.559 11.44 3.718 12.562l.885-.868c-.818-5.253-4.603-11.694-4.603-11.694" }), jsx("path", { d: "M74.038 45.99c.43.74 2.354 4.62 3.135 6.862.635 1.816 1.276 5.12 1.56 6.672l1.09-1.07c-1.002-4.828-5.173-11.506-5.783-12.464" }), jsx("path", { d: "M72.475 45.523s3.211 5.054 4.198 8.502c.312 1.091 1.246 4.375 1.6 5.923l1.256-1.023c-.995-2.972-4.112-10.494-7.054-13.402" }), jsx("path", { d: "M72.511 48.434c1.67 2.288 4.525 7.697 5.298 12.015l1.444-1.42c-1.245-3.459-5.258-8.718-6.742-10.595" }), jsx("path", { d: "M73.606 51.65c1.993 2.671 3.518 7.14 3.63 9.216l1.235-1.022c-1.258-3.438-4.865-8.195-4.865-8.195" })] }), jsx("path", { d: "M77.815 60.33c-.4-1.88-1.34-3.903-2.262-5.662m3.062 4.824c-.88-2.576-2.419-5.548-4.142-8.177m3.882 5.662c-1.06-2.698-3.242-7.973-4.922-10.098m5.822 11.182c-.76-2.902-2.44-6.765-3.342-8.586m3.602 7.708c-.8-3.21-1.82-6.031-2.462-7.503m2.982 7.932c-.24-2.555-1.56-6.807-2.56-9.035m2.28 5.846c-.1-1.247-.5-3.823-.78-4.947", strokeLinecap: "round" })] }), jsxs("g", { stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1", transform: "translate(37.36 47.619)", children: [jsx("path", { d: "M9.489 43.304a.09.09 0 0 1-.017.028s-.417.221-.873.253c0 0-.412 1.315-.9 1.717.569-.388 1.498-.743 1.732-.768.012-.368.078-.801.309-.937l.033-.008a1.467 1.467 0 0 0-.284-.285z", fill: "color(display-p3 0.694 0.729 0.749)", fillRule: "nonzero" }), jsx("path", { d: "m7.937 45.084 1.674-1.632m-.179 1.059-.831-.95" }), jsx("path", { d: "m15.734 38.016-5.728 5.567h-.193l-.352-.323.019-.25 5.764-5.584.49.59", fill: "color(display-p3 0.694 0.729 0.749)", fillRule: "nonzero" }), jsx("path", { d: "m9.759 43.315 5.379-5.155" }), jsx("path", { d: "M14.145 33.602c-3.785-2.435-4.402-9.87-4.346-10.883.057-1.013.093-12.886.093-12.886l1.12 1.124a1875.944 1875.944 0 0 1-5.632-5.78c-.388-.402-.11 15.554-.11 22.64 0 3.322 2.029 15.042 13.925 9.144 0 0 5.946-2.18 7.68-4.81-.405 0-.805-.025-1.2-.077-.187.103-.38.196-.577.278-6.862 4.724-10.953 1.25-10.953 1.25z", fill: "color(display-p3 1.000 0.867 0.000)", fillRule: "nonzero" }), jsx("path", { d: "M9.8 22.72c-.057 1.014.562 8.447 4.346 10.882 0 0 4.092 3.474 10.953-1.25-2.074.875-3.767 1.06-4.877.723-3.317-1-6.825-4.915-7.384-8.876-.561-3.961-.42-11.742-.42-11.742l.496.445-1.9-1.945-1.12-1.124S9.859 21.704 9.8 22.72z", fill: "color(display-p3 0.012 0.306 0.635)", fillRule: "nonzero" }), jsx("path", { d: "M14.658 17.591c-.033-.36-.058-1.637-.06-3.03-.782-.799.149.182-1.675-1.681l-.507-.533-.002.255c-.015 1.077-.093 7.953.422 11.597.561 3.962 3.973 7.877 7.29 8.878 1.11.336 2.898.151 4.973-.723.14-.097.282-.195.424-.298-6-.875-10.139-6.589-10.865-14.465z", fill: "color(display-p3 0.890 0.024 0.075)", fillRule: "nonzero" }), jsx("path", { d: "M14.472 14.46 5.434 5.17" }), jsx("path", { d: "M5.218 4.67a.897.897 0 0 0-.467-.259c.026-.109.01-.206-.05-.265-.126-.13-.41-.047-.634.183-.223.23-.3.523-.174.65.061.062.153.074.26.048a.927.927 0 0 0 .257.477c.298.302.718.36.943.129.223-.232.163-.663-.135-.964z", fill: "color(display-p3 0.694 0.729 0.749)", fillRule: "nonzero" }), jsx("path", { d: "m5.215 5.123-.026-.051.026.051zM6.58 5.7l-.206.16a.799.799 0 0 0 .206-.16z" }), jsx("path", { d: "M5.503 13.935c.045-.156.07-1.36.07-1.61 0-.251.058-.395.234-1.588.174-1.193.091-1.874.023-2.601-.07-.728.153-2.288.153-2.288l-.436-.325c-.03.113-.077.306-.151.647-.16.721-.036 3.14-.123 3.97-.088.832-.247 1.968-.266 2.457l-.001.03c-.006.578.168 1.285.168 1.285", fill: "color(display-p3 0.890 0.024 0.075)", fillRule: "nonzero" }), jsx("path", { d: "M5.166 5.158s-.406 1.318-.388 2.455c.017 1.138-.124 2.709-.142 2.943-.017.234-.318 1.843-.14 2.402l.21.306s.27-.172.3-.639v-.028c.02-.489.179-1.624.266-2.456.088-.831-.035-3.25.124-3.973.076-.339.122-.532.152-.645.031-.128.043-.148.043-.148l-.425-.217z", fill: "color(display-p3 0.012 0.306 0.635)", fillRule: "nonzero" }), jsx("path", { d: "M6.386 4.816c-.395.104-.795.19-1.198.256.993.02 1.392.628 1.392.628l.336-.414c.3-.506-.266-.56-.53-.47z", fill: "color(display-p3 0.890 0.024 0.075)", fillRule: "nonzero" }), jsx("path", { d: "m5.188 5.07.026.052c.117.219.602 1.038 1.16.739L6.58 5.7s-.397-.61-1.392-.63z", fill: "color(display-p3 0.890 0.024 0.075)", fillRule: "nonzero" }), jsx("path", { d: "M5.253 5.06s.78-.825.911-.86c.133-.037.214.179.285.297.07.12.08.288-.385.419-.468.131-.347.037-.81.143z", fill: "color(display-p3 0.012 0.306 0.635)", fillRule: "nonzero" }), jsx("path", { d: "M6.545 3.985c-.336-.614-.954-.27-.954-.27-.613.312-.455 1.141-.403 1.357l.015.05c1.131-1.805 1.324-.378 1.324-.378.072-.326.018-.759.018-.759z", fill: "color(display-p3 0.012 0.306 0.635)", fillRule: "nonzero" }), jsx("path", { d: "M5.099 14.989c.037-.639.085-1.524-.408-1.555-.499-.03-.552.853-.59 1.497.294.022.544.048.998.066", fill: "color(display-p3 0.910 0.725 0.035)", fillRule: "nonzero" }), jsx("circle", { cx: "4.689", cy: "13.119", fill: "color(display-p3 0.910 0.725 0.035)", fillRule: "nonzero", r: "1" }), jsx("path", { d: "M4.497 13.957s-.086.912-.093.965m.34-.954s.011.692-.042.978" }), jsx("path", { d: "M5.38 14.197s.052.689.016.978m-.264-.973s-.03.916-.036.968m.676.01c-.453.011-.707 0-1 0 0-.64 0-1.526.5-1.526.493 0 .5.887.5 1.527z", fill: "color(display-p3 0.910 0.725 0.035)", fillRule: "nonzero" }), jsx("circle", { cx: "5.263", cy: "13.559", fill: "color(display-p3 0.910 0.725 0.035)", fillRule: "nonzero", r: "1" }), jsx("circle", { cx: "4.294", cy: "4.564", fill: "color(display-p3 0.753 0.792 0.816)", fillRule: "nonzero", r: "1", transform: "rotate(44.76 4.294 4.564)" }), jsx("path", { d: "M3.684 6.27s-.428-.25-.471-.769c-.03-.362.218-.688.373-.855a.422.422 0 0 0 .163.084l.094-.056.33-.348.208-.21c.076-.098.131-.18.133-.212l-.03-.078c.267-.297.872-1.025.601-1.207-.232-.153-.921.418-1.155.623l-.113-.05c-.03.003-.087.042-.156.1a5.061 5.061 0 0 1-.477-1.624S.764.934 0 0c.74 1.092 1.443 2.897 1.504 3.351.624.002 1.354.098 1.663.47a.376.376 0 0 0-.076.136.375.375 0 0 0 .042.19c-.206.22-.47.371-.76.438-.46.084-.878-.425-.878-.425h-.008c-.053.172-.08.35-.08.53 0 .96.74 1.734 1.652 1.734.229 0 .446-.047.643-.136l-.018-.018z", fill: "color(display-p3 0.694 0.729 0.749)", fillRule: "nonzero" }), jsx("path", { d: "m.186.251 3.26 3.33m-1.947-.21L3.162 1.7M3.262 3.957a.532.532 0 0 1 .158-.369.51.51 0 0 1 .368-.146c.28.01.5.256.49.548a.521.521 0 0 1-.524.515.522.522 0 0 1-.492-.548zM1.707 4.366c-.036.307.124.957.446 1.287.323.329.827.574 1.368.506" })] }), jsx("g", { stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1", children: jsxs("g", { transform: "matrix(-1 0 0 1 90.64 47.619)", children: [jsx("path", { d: "M9.489 43.304a.09.09 0 0 1-.017.028s-.417.221-.873.253c0 0-.412 1.315-.9 1.717.569-.388 1.498-.743 1.732-.768.012-.368.078-.801.309-.937l.033-.008a1.467 1.467 0 0 0-.284-.285z", fill: "color(display-p3 0.694 0.729 0.749)", fillRule: "nonzero" }), jsx("path", { d: "m7.937 45.084 1.674-1.632m-.179 1.059-.831-.95" }), jsx("path", { d: "m15.734 38.016-5.728 5.567h-.193l-.352-.323.019-.25 5.764-5.584.49.59", fill: "color(display-p3 0.694 0.729 0.749)", fillRule: "nonzero" }), jsx("path", { d: "m9.759 43.315 5.379-5.155" }), jsx("path", { d: "M14.145 33.602c-3.785-2.435-4.402-9.87-4.346-10.883.057-1.013.093-12.886.093-12.886l1.12 1.124a1875.944 1875.944 0 0 1-5.632-5.78c-.388-.402-.11 15.554-.11 22.64 0 3.322 2.029 15.042 13.925 9.144 0 0 5.946-2.18 7.68-4.81-.405 0-.805-.025-1.2-.077-.187.103-.38.196-.577.278-6.862 4.724-10.953 1.25-10.953 1.25z", fill: "color(display-p3 1.000 0.867 0.000)", fillRule: "nonzero" }), jsx("path", { d: "M9.8 22.72c-.057 1.014.562 8.447 4.346 10.882 0 0 4.092 3.474 10.953-1.25-2.074.875-3.767 1.06-4.877.723-3.317-1-6.825-4.915-7.384-8.876-.561-3.961-.42-11.742-.42-11.742l.496.445-1.9-1.945-1.12-1.124S9.859 21.704 9.8 22.72z", fill: "color(display-p3 0.012 0.306 0.635)", fillRule: "nonzero" }), jsx("path", { d: "M14.658 17.591c-.033-.36-.058-1.637-.06-3.03-.782-.799.149.182-1.675-1.681l-.507-.533-.002.255c-.015 1.077-.093 7.953.422 11.597.561 3.962 3.973 7.877 7.29 8.878 1.11.336 2.898.151 4.973-.723.14-.097.282-.195.424-.298-6-.875-10.139-6.589-10.865-14.465z", fill: "color(display-p3 0.890 0.024 0.075)", fillRule: "nonzero" }), jsx("path", { d: "M14.472 14.46 5.434 5.17" }), jsx("path", { d: "M5.218 4.67a.897.897 0 0 0-.467-.259c.026-.109.01-.206-.05-.265-.126-.13-.41-.047-.634.183-.223.23-.3.523-.174.65.061.062.153.074.26.048a.927.927 0 0 0 .257.477c.298.302.718.36.943.129.223-.232.163-.663-.135-.964z", fill: "color(display-p3 0.694 0.729 0.749)", fillRule: "nonzero" }), jsx("path", { d: "m5.215 5.123-.026-.051.026.051zM6.58 5.7l-.206.16a.799.799 0 0 0 .206-.16z" }), jsx("path", { d: "M5.503 13.935c.045-.156.07-1.36.07-1.61 0-.251.058-.395.234-1.588.174-1.193.091-1.874.023-2.601-.07-.728.153-2.288.153-2.288l-.436-.325c-.03.113-.077.306-.151.647-.16.721-.036 3.14-.123 3.97-.088.832-.247 1.968-.266 2.457l-.001.03c-.006.578.168 1.285.168 1.285", fill: "color(display-p3 0.890 0.024 0.075)", fillRule: "nonzero" }), jsx("path", { d: "M5.166 5.158s-.406 1.318-.388 2.455c.017 1.138-.124 2.709-.142 2.943-.017.234-.318 1.843-.14 2.402l.21.306s.27-.172.3-.639v-.028c.02-.489.179-1.624.266-2.456.088-.831-.035-3.25.124-3.973.076-.339.122-.532.152-.645.031-.128.043-.148.043-.148l-.425-.217z", fill: "color(display-p3 0.012 0.306 0.635)", fillRule: "nonzero" }), jsx("path", { d: "M6.386 4.816c-.395.104-.795.19-1.198.256.993.02 1.392.628 1.392.628l.336-.414c.3-.506-.266-.56-.53-.47z", fill: "color(display-p3 0.890 0.024 0.075)", fillRule: "nonzero" }), jsx("path", { d: "m5.188 5.07.026.052c.117.219.602 1.038 1.16.739L6.58 5.7s-.397-.61-1.392-.63z", fill: "color(display-p3 0.890 0.024 0.075)", fillRule: "nonzero" }), jsx("path", { d: "M5.253 5.06s.78-.825.911-.86c.133-.037.214.179.285.297.07.12.08.288-.385.419-.468.131-.347.037-.81.143z", fill: "color(display-p3 0.012 0.306 0.635)", fillRule: "nonzero" }), jsx("path", { d: "M6.545 3.985c-.336-.614-.954-.27-.954-.27-.613.312-.455 1.141-.403 1.357l.015.05c1.131-1.805 1.324-.378 1.324-.378.072-.326.018-.759.018-.759z", fill: "color(display-p3 0.012 0.306 0.635)", fillRule: "nonzero" }), jsx("path", { d: "M5.099 14.989c.037-.639.085-1.524-.408-1.555-.499-.03-.552.853-.59 1.497.294.022.544.048.998.066", fill: "color(display-p3 0.910 0.725 0.035)", fillRule: "nonzero" }), jsx("circle", { cx: "4.689", cy: "13.119", fill: "color(display-p3 0.910 0.725 0.035)", fillRule: "nonzero", r: "1" }), jsx("path", { d: "M4.497 13.957s-.086.912-.093.965m.34-.954s.011.692-.042.978" }), jsx("path", { d: "M5.38 14.197s.052.689.016.978m-.264-.973s-.03.916-.036.968m.676.01c-.453.011-.707 0-1 0 0-.64 0-1.526.5-1.526.493 0 .5.887.5 1.527z", fill: "color(display-p3 0.910 0.725 0.035)", fillRule: "nonzero" }), jsx("circle", { cx: "5.263", cy: "13.559", fill: "color(display-p3 0.910 0.725 0.035)", fillRule: "nonzero", r: "1" }), jsx("circle", { cx: "4.294", cy: "4.564", fill: "color(display-p3 0.753 0.792 0.816)", fillRule: "nonzero", r: "1", transform: "rotate(44.76 4.294 4.564)" }), jsx("path", { d: "M3.684 6.27s-.428-.25-.471-.769c-.03-.362.218-.688.373-.855a.422.422 0 0 0 .163.084l.094-.056.33-.348.208-.21c.076-.098.131-.18.133-.212l-.03-.078c.267-.297.872-1.025.601-1.207-.232-.153-.921.418-1.155.623l-.113-.05c-.03.003-.087.042-.156.1a5.061 5.061 0 0 1-.477-1.624S.764.934 0 0c.74 1.092 1.443 2.897 1.504 3.351.624.002 1.354.098 1.663.47a.376.376 0 0 0-.076.136.375.375 0 0 0 .042.19c-.206.22-.47.371-.76.438-.46.084-.878-.425-.878-.425h-.008c-.053.172-.08.35-.08.53 0 .96.74 1.734 1.652 1.734.229 0 .446-.047.643-.136l-.018-.018z", fill: "color(display-p3 0.694 0.729 0.749)", fillRule: "nonzero" }), jsx("path", { d: "m.186.251 3.26 3.33m-1.947-.21L3.162 1.7M3.262 3.957a.532.532 0 0 1 .158-.369.51.51 0 0 1 .368-.146c.28.01.5.256.49.548a.521.521 0 0 1-.524.515.522.522 0 0 1-.492-.548zM1.707 4.366c-.036.307.124.957.446 1.287.323.329.827.574 1.368.506" })] }) }), jsxs("g", { fillRule: "nonzero", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1", children: [jsx("path", { d: "M61.364 84.02c-.946.027-2.698.25-2.698.25s-3.052 4.135-3.127 4.999c-.073.863-.073 1.577 1.95 1.277 0 0 .978-.189 1.787-.25.89-.296.987-.08 1.08-.018.073-.316.245-1.072.453-1.952.413-1.74.96-3.964 1.124-4.196l.007-.06c-.05-.046-.27-.059-.576-.05z", fill: "color(display-p3 1.000 0.867 0.000)" }), jsx("path", { d: "M62.159 82.506s-.045.29-.112.774l.81.39s-.073 1.203-.11 1.917c-.024.471-.336 3.71-.547 5.856l-.162 1.649c.043.659-.468 1.249-.468 1.249-.34.34-.509.62-.562.846l-.017.194a.64.64 0 0 0 .01.078c.088.397.618.543.974.5.589-.077 1.692-.797 1.692-.797l.11-11.416-1.618-1.24z", fill: "color(display-p3 0.890 0.024 0.075)" }), jsx("path", { d: "M62.047 83.28c-.03.225-.069.492-.107.789.016.016.016.031-.001.051l-.008.01c-.163.234-.71 2.455-1.122 4.197-.208.88-.461 1.929-.533 2.244-.087.195-1.631 2.005-1.66 2.592-.012.24.177.385.71.352.815-.05 1.384-.203 1.787-.305.508-.128.755-.178.9.155l.027-.273c.03-.328.091-.926.16-1.65.211-2.145.523-5.384.547-5.855.037-.714.11-1.916.11-1.916l-.81-.39h0z", fill: "color(display-p3 0.012 0.306 0.635)", strokeLinecap: "round" }), jsx("path", { d: "M60.293 90.198c-.065-.047-.019-.215-1.135.106a80.382 80.382 0 0 0-.542 2.86c.004-.581 1.192-1.778 1.537-2.32.173-.273.22-.509.14-.646z", fill: "color(display-p3 0.922 0.788 0.000)" }), jsx("path", { d: "m61.948 93.679.078-.314c-.145-.333-.396-.281-.911-.155-.028.69-.061 1.457-.104 1.98.053-.226.222-.51.567-.85 0 0 .26-.222.37-.661z", fill: "color(display-p3 0.008 0.247 0.533)" })] }), jsxs("g", { fillRule: "nonzero", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1", children: [jsx("path", { d: "M65.993 84.02c.947.027 2.698.25 2.698.25s3.053 4.135 3.128 4.999c.073.863.073 1.577-1.95 1.277 0 0-.98-.189-1.788-.25-.89-.296-.987-.08-1.08-.018-.072-.316-.245-1.072-.453-1.952-.412-1.74-.96-3.964-1.123-4.196l-.008-.06c.05-.046.27-.059.576-.05z", fill: "color(display-p3 1.000 0.867 0.000)" }), jsx("path", { d: "M65.199 82.506s.044.29.111.774l-.81.39s.073 1.203.11 1.917c.025.471.336 3.71.547 5.856l.162 1.649c-.042.659.468 1.249.468 1.249.34.34.51.62.563.846l.016.194a.64.64 0 0 1-.01.078c-.087.397-.618.543-.974.5-.588-.077-1.692-.797-1.692-.797l-.11-11.416 1.619-1.24z", fill: "color(display-p3 0.890 0.024 0.075)" }), jsx("path", { d: "M65.31 83.28c.03.225.069.492.107.789-.015.016-.015.031.002.051l.007.01c.164.234.711 2.455 1.122 4.197.208.88.462 1.929.534 2.244.087.195 1.63 2.005 1.66 2.592.012.24-.178.385-.711.352-.815-.05-1.383-.203-1.787-.305-.507-.128-.755-.178-.899.155l-.027-.273c-.03-.328-.092-.926-.16-1.65-.212-2.145-.523-5.384-.548-5.855a263.38 263.38 0 0 0-.11-1.916l.81-.39h0z", fill: "color(display-p3 0.012 0.306 0.635)", strokeLinecap: "round" }), jsx("path", { d: "M67.065 90.198c.064-.047.018-.215 1.134.106.25 1.142.543 2.86.543 2.86-.005-.581-1.193-1.778-1.538-2.32-.173-.273-.22-.509-.14-.646z", fill: "color(display-p3 0.922 0.788 0.000)" }), jsx("path", { d: "m65.41 93.679-.078-.314c.145-.333.395-.281.91-.155.028.69.062 1.457.105 1.98-.054-.226-.222-.51-.568-.85 0 0-.26-.222-.37-.661z", fill: "color(display-p3 0.008 0.247 0.533)" })] }), jsxs("g", { fill: "color(display-p3 0.271 0.173 0.145)", fillRule: "nonzero", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1", children: [jsx("path", { d: "M63.168 44.444s-1.289 2.99-.843 3.287c0 0 1.306-2.322 2.454-3.2.596-.563.958.006 1.034-.49.077-.495-1.568-1.202-1.568-1.202l-1.054 1.482M58.469 46.721s-1.872 3.26-1.382 3.297c.492.039 2.493-4.154 2.493-4.154l-.681.115-.43.742z" }), jsx("path", { d: "M59.035 45.814s-1.957 3.206-1.468 3.257c.49.052 2.6-4.085 2.6-4.085l-.685.099-.447.729z" }), jsx("path", { d: "M59.43 45.255s-2.227 3.015-1.744 3.112c.483.095 2.946-3.834 2.946-3.834l-.693.036-.509.686z" }), jsx("path", { d: "M60.027 44.725s-2.61 2.679-2.143 2.84c.466.163 3.428-3.388 3.428-3.388l-.688-.06-.597.608z" }), jsx("path", { d: "M60.12 43.751s-2.278 2.978-1.795 3.083c.483.104 3.007-3.784 3.007-3.784l-.691.023-.521.678zm-.581 2.56s-2.227 3.015-1.744 3.112c.483.095 2.945-3.834 2.945-3.834l-.69.036-.511.685zm1.253-.597s-1.303 2.455-1.155 2.556c.15.102 1.733-1.399 2.516-2.86.782-1.462-1.417.243-1.417.243" }), jsx("path", { d: "M62.087 45.169s-1.289 2.99-.842 3.287c0 0 1.614-1.804 2.036-3.237.422-1.434 0-.1 0-.1l-.116-1.557-1.055 1.484" }), jsx("path", { d: "M60.931 45.47s-1.288 2.99-.842 3.287c0 0 1.614-1.803 2.036-3.237.422-1.433 0-.1 0-.1l-.116-1.557-1.055 1.484" }), jsx("path", { d: "M60.263 45.21s-2.609 2.678-2.142 2.84c.466.162 3.428-3.389 3.428-3.389l-.69-.06-.596.609z" }), jsx("path", { d: "M60.47 45.572s-2.61 2.678-2.143 2.84c.466.163 3.428-3.388 3.428-3.388l-.688-.061-.597.609z" }), jsx("path", { d: "M60.678 45.997s-2.61 2.678-2.143 2.84c.466.162 3.428-3.389 3.428-3.389l-.688-.06-.597.609zm.194-3.678s-1.938 2.475-1.659 2.901c.28.427 2.049-1.136 2.61-2.233.557-1.093-.933-.75-.933-.75" }), jsx("path", { d: "M60.81 44.949s-1.66 3.18-1.231 2.996c.428-.182 2.112-2.573 2.299-3.1.186-.529.122-1.078.122-1.078l-1.284.79.108.615" }), jsx("path", { d: "M60.821 43.903s1.38-2.535-.009.477c-1.388 3.011-1.907 2.514-1.907 2.514-.107-.171 1.207-2.212 1.207-2.212s.975-1.57 1.208-1.718M62.3 43.567s1.533-2.517-.004.478-2.136 2.489-2.136 2.489c-.124-.175 1.342-2.197 1.342-2.197s1.09-1.557 1.352-1.702" }), jsx("path", { d: "M62.359 43.739s-1.548 3.294-1.192 3.536c0 0 1.284-1.48 1.62-2.657.335-1.176 0-.081 0-.081l.428-2.118m.738.586s-1.548 3.295-1.193 3.537c0 0 1.285-1.48 1.62-2.658.336-1.176 0-.081 0-.081l.43-2.118" }), jsx("path", { d: "M61.737 42.503s-1.938 2.475-1.658 2.902c.28.426 2.048-1.137 2.609-2.233.558-1.093-.933-.75-.933-.75" })] }), jsxs("g", { children: [jsx("path", { d: "M76.682 82.674c0 .455-.148.542-.148.542H53.75V82.18h22.787s.148.041.148.495h-.002z", fill: "color(display-p3 0.694 0.729 0.749)", fillRule: "nonzero", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("path", { d: "M55.39 82.728c0 .156.002.31.009.464h16.874c.013-.335.013-.671-.002-1.007H55.4c-.008.18-.013.36-.013.543h.002z", fill: "color(display-p3 0.722 0.459 0.063)", fillRule: "nonzero", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("path", { d: "M55.401 82.184h16.87c-.011-.255-.03-.507-.056-.757H55.457c-.026.249-.045.502-.056.757z", fill: "color(display-p3 0.718 0.431 0.067)", fillRule: "nonzero", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("path", { d: "M55.459 81.425h16.757c-.027-.25-.06-.498-.101-.744H55.56c-.041.246-.076.494-.103.744h.002z", fill: "color(display-p3 0.675 0.384 0.055)", fillRule: "nonzero", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("path", { d: "M71.576 79.935h-15.48c-.31 0-.493.493-.536.744h16.553c-.042-.251-.241-.744-.536-.744h-.001z", fill: "color(display-p3 0.635 0.333 0.043)", fillRule: "nonzero", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("path", { d: "M55.455 84.001h16.762c.027-.266.047-.536.056-.809H55.4c.01.273.03.543.056.81h-.001z", fill: "color(display-p3 0.718 0.431 0.067)", fillRule: "nonzero", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("path", { d: "M55.541 84.659h16.591c.035-.216.063-.436.087-.658H55.456c.023.222.05.44.085.658z", fill: "color(display-p3 0.675 0.384 0.055)", fillRule: "nonzero", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("path", { d: "M56.095 85.36h15.478c.304 0 .52-.464.558-.7H55.54c.037.237.23.7.553.7h.002z", fill: "color(display-p3 0.635 0.333 0.043)", fillRule: "nonzero", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("path", { d: "M57.52 85.379c-.152-.482-.26-1.602-.279-2.787-.017-1.187.342-2.704.342-2.704h-.836s-.36 1.519-.342 2.704c.019 1.185.127 2.305.28 2.787h.835zm12.67.008c.154-.482.26-1.602.28-2.787.017-1.187-.342-2.704-.342-2.704h.836s.36 1.519.341 2.704c-.018 1.185-.126 2.305-.28 2.787h-.834zm-7.675-.008c-.126-.72-.14-1.671-.14-2.787 0-1.116.118-2.387.202-2.704h-.836c-.146.473-.201 1.739-.201 2.704 0 .965.027 2.09.139 2.787h.836zm2.61 0c.126-.72.14-1.671.14-2.787 0-1.116-.118-2.387-.202-2.704h.836c.146.473.201 1.739.201 2.704 0 .965-.027 2.09-.139 2.787h-.836z", fill: "color(display-p3 0.776 0.565 0.141)", fillRule: "nonzero", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("path", { d: "M59.483 82.69c.493.886 1.504 2.718 1.504 2.718l.706-.021s-.412-.872-1.524-2.751c-1.113-1.88-1.858-2.776-1.858-2.776l-.707.02s1.385 1.923 1.879 2.81zm8.745 0c-.493.886-1.504 2.718-1.504 2.718l-.707-.021s.412-.872 1.524-2.751c1.112-1.88 1.859-2.776 1.859-2.776l.707.02s-1.386 1.923-1.879 2.81z", fill: "color(display-p3 0.776 0.565 0.141)", fillRule: "nonzero", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("path", { d: "M67.897 82.69c.503.905 1.004 1.811 1.504 2.718l.707-.021s-.412-.872-1.524-2.751c-1.113-1.88-1.86-2.776-1.86-2.776l-.707.02s1.387 1.923 1.88 2.81z", fill: "color(display-p3 0.776 0.565 0.141)", fillRule: "nonzero", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("path", { d: "M52.605 83.63s.37-1.794-.217-2.8c-.587-1.009-1.348-1.303-1.523-1.23-.173.073 1.87-3.023 4.044-.05 0 0-1.913.222-1.521 3.957", fill: "color(display-p3 0.694 0.729 0.749)", fillRule: "nonzero", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("path", { d: "M51.161 79.601c.594-.661 1.975-1.656 3.463.039a1.08 1.08 0 0 1 .284-.09c-2.173-2.973-4.216.123-4.043.05.05-.021.144-.013.268.032l.028-.03", fill: "color(display-p3 0.827 0.863 0.878)", fillRule: "nonzero" }), jsx("path", { d: "M52.256 82.97a3.707 3.707 0 0 0-1.12.617s-1.447-.79-2.381-.868c-.08-.007-.159-.019-.23-.014.074-.013.151-.02.227-.037.95-.219 2.113-.727 2.367-.924.34.345.786.697 1.15.667", fill: "color(display-p3 0.694 0.729 0.749)", fillRule: "nonzero", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("path", { d: "M48.761 82.695h3.531m-1.165-.964.013 1.826", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("path", { d: "M53.403 83.63c-.027.555-.184.982-.374.982-.192 0-.35-.44-.374-1.008", fill: "color(display-p3 0.694 0.729 0.749)", fillRule: "nonzero", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("path", { d: "M52.16 81.787h1.74v1.818h-1.74z", fill: "color(display-p3 0.694 0.729 0.749)", fillRule: "nonzero", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("path", { d: "M52.508 82.15h1.044v1.09h-1.044z", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("path", { d: "M52.821 82.477h.418v.436h-.418v-.436zm1.79-2.829.04-.013c.161-.071.27-.084.27-.084-2.174-2.974-4.217.122-4.042.049.045-.02.133-.013.248.027.006 0 .021.01.028.013", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("path", { d: "M54.608 79.637c-1.501-1.702-2.893-.672-3.475-.012", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("path", { d: "M59.815 82.69c-.494.886-1.504 2.718-1.504 2.718l-.707-.021s.412-.872 1.524-2.751c1.113-1.88 1.859-2.776 1.859-2.776l.706.02s-1.385 1.923-1.878 2.81z", fill: "color(display-p3 0.776 0.565 0.141)", fillRule: "nonzero", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" })] }), jsxs("g", { children: [jsx("path", { d: "M.36 16.563c0 8.343 5.254 15.106 11.737 15.106 6.483 0 11.739-6.763 11.739-15.106 0-8.342-5.256-15.106-11.74-15.106C5.615 1.457.36 8.219.36 16.563", fill: "url(#ya7az4a82a)", fillRule: "nonzero", transform: "translate(51.823 46.95)" }), jsx("path", { d: "M70.492 62.341c.512-.335 1-.33 1.613-.527.426-.138.941-.164 1.355-.264.378-.09 1.521.674 1.903.791l.026 1.062s-1.895.203-2.57-.06c-.676-.26-2.327-1.067-2.327-1.067", fill: "color(display-p3 0.224 0.314 0.329)", fillRule: "nonzero", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("path", { d: "M59.099 64.91c.213.177.034.253-.09.398-.07.083.408.452.92.613.164.051.303.16.391.308.07.108.23.218.477.398.247.181.054.236.638.253.582.019.813.163 1.044.217.229.054.37.091.937.163.567.072 2.573-.005 2.52.013-.053.018-1.407.303-1.53.375-.125.073-.76-.08-.885-.008-.122.072-.246.18-.388.29-.142.106-.036.143.107.18.143.035.3.071.547.2.248.125.248.143.797.215.548.072.336 0 .85.108.513.11.389.074.973.091.584.019.124.072.884.019.761-.055.584-.036.885-.036.3 0 .301-.055.637-.074.336-.018.574.512.236.512-.337 0 .264-.106.035-.089-.23.019-.837-.043-.96.03-.125.073-.25.217-.585.47-.336.253-.071.38.036.452.106.072.265.108.406.163.142.053.283.036.726.198.442.163.549.182.832.199.282.019.69.127.69.127s.547.234.831.253c.284.017.177.072.53.235.355.162.337.036.62.036s.39.036.549.145c.16.107.389.199.389.199s-.124.342-1.292 2.277c-1.167 1.935-2.973 3.092-4.299 3.85-1.328.76-3.061.85-5.504.597-2.441-.254-4.813-2.766-5.84-4.067a9.076 9.076 0 0 1-1.432-2.604l.212-.017c.124-.019.248-.036.443-.072.195-.038.177-.019.407-.074.229-.054.301-.053.513-.144.213-.09.141-.126.477-.217.336-.09.231-.072.319-.09.088-.018.23-.037.424-.109.195-.072.425-.18.213-.289-.212-.11 0-.127 0-.127s.23.019.548.036c.319.019.195.054.407.072.213.019.195 0 .355-.036.16-.036-.036-.216-.071-.397-.036-.181-.124-.072-.195-.145-.07-.072-.141-.036-.372-.18-.23-.146-.16-.019-.654-.182-.496-.161-.052.147-.671-.034-.619-.182-.276.126-.79-.036-.513-.163-.68-.526-.202-.454.477.072.141-.017.193-.09.052-.074.143-.018.426-.036.282-.018.248 0 .513-.018s.372-.09.372-.09.23.09.388.09c.159 0 .107-.036.107-.145 0-.11.16 0 .282.036.124.036.426-.017.426-.017s.141-.019.406-.019c.267 0 .107-.053.355-.144.247-.09 0-.181-.09-.2-.087-.017-.106-.053-.229-.161a1.053 1.053 0 0 0-.386-.228c-.16-.055-1.092.069-1.322-.003-.229-.072-.221-.367.24-.384.459-.019.176 0 .406 0 .229 0 .177.036.266.036.088 0 .176 0 .547-.055.373-.053.213-.072.461-.181.248-.11.514-.072.726-.163.213-.089-.088-.18-.354-.306-.266-.127 0 .072-.194-.127-.195-.2-1.184-.78-1.486-1.05-.277-.25.24-.157.5-.277 0 0 .112-.262-.177-.361-.29-.099-.257-.099-.563-.213-.305-.115-.45-.33-.676-.379-.225-.05-.337-.115-.337-.115", fill: "color(display-p3 0.000 0.424 0.235)", fillRule: "nonzero" }), jsx("path", { d: "M59.099 64.91c-.136.1-.136.24-.09.398.032.105.236.547.75.71.213.066.489.103.56.211.07.108.23.218.478.398.247.181.054.236.638.253.582.019.813.163 1.044.217.229.054.37.091.937.163.567.072 2.47.023 2.417.04-.053.019-1.701.363-1.826.435-.123.072-.36-.168-.486-.095-.122.072-.246.18-.388.29-.142.106-.036.143.107.18.143.035.3.071.547.2.248.125.248.143.797.215.548.072.336 0 .85.108.513.11.389.074.973.091.584.019.117.141.878.088.762-.053.504.012.806.012.301 0 .386.09.724.07.336-.017 1.128.22.792.22-.21 0-.536-.095-.906-.066-.23.017-.454-.035-.578.037-.124.072-.248.218-.584.471-.336.253-.071.379.036.452.106.072.265.108.406.163.142.053.283.036.726.198.442.163.548.18.832.199.282.017.689.127.689.127s.55.234.832.253c.283.017.177.072.53.235.355.162.337.036.62.036s.39.036.549.145c.1.067.226.128.309.164 0 0 .73-2.041 1.013-2.93.283-.887.586-3.453.586-3.607 0-.155-.416-.387-.548-.347-.132.037-.699.037-.87.037h-2.38c-.15 0-.264.116-.546-.018-.284-.135-.794-.214-.964-.194-.17.02-.87.04-1.02.04-.151 0-1.832-.078-2.115-.058-.283.02-.813.018-1.153 0-.34-.02-.774-.02-.944-.04-.17-.019-.794-.058-.944.058-.152.116-.567.155-.756.194-.19.038-.699.134-.963.154-.265.019-1.04.174-1.284.134-.247-.038-1.081-.04-1.081-.04", fill: "color(display-p3 0.427 0.745 0.271)", fillRule: "nonzero" }), jsx("path", { d: "M59.099 64.89c-.158.138-.138.338-.058.515.143.3.402.527.718.63.174.06.392.066.54.188.048.038.084.101.13.144.083.074.176.138.267.204.094.064.18.14.256.226.067.078.177.08.27.09.22.02.44.017.66.057.158.027.31.08.46.13.253.085.52.125.78.163.627.092 1.26.083 1.89.08l.584-.002c.04 0 .204-.027.237.002v-.036c-.032.02-.086.022-.122.03l-.338.073c-.286.063-.573.127-.86.193-.178.043-.36.08-.532.15-.114.045-.286-.11-.404-.12-.081-.008-.184.1-.244.145-.088.067-.2.133-.264.227-.09.136.432.222.498.246.141.054.27.134.408.194.121.053.254.072.384.093.304.045.613.05.913.107.31.057.595.113.91.117.165.003.335-.004.497.033.053.014.098.048.153.062.141.036.31.008.453-.003.174-.01.347-.027.522-.019.172.008.362.027.53.054.342.057.682.042 1.02.124.104.026.222.05.315.108.017.01.01-.008-.004-.004-.019.006-.043.004-.061.005-.104.001-.211-.019-.312-.033a4.525 4.525 0 0 0-.718-.031c-.197.003-.373-.033-.538.093-.136.107-.262.226-.395.331-.093.073-.267.167-.27.307-.006.233.333.332.5.386.173.058.346.09.52.136.283.075.55.206.838.266.243.05.493.049.736.1.139.028.263.062.393.114.223.088.459.178.699.2.228.02.383.17.59.26.227.1.44.004.68.014.285.01.487.193.738.306.155-.432.307-.864.459-1.297.213-.61.454-1.225.617-1.853.167-.643.259-1.308.352-1.966.067-.466.137-.934.17-1.404.014-.177-.177-.28-.311-.346-.12-.059-.206-.054-.33-.039-.17.021-.346.02-.517.021-.453.007-.907.002-1.361.002h-.872c-.162 0-.339-.02-.499.013a.707.707 0 0 1-.492-.05 2.293 2.293 0 0 0-.603-.155c-.29-.044-.589-.002-.882.008-.484.016-.964-.007-1.448-.024-.591-.023-1.175-.007-1.764-.01-.44-.001-.882-.022-1.32-.042-.3-.014-.596-.054-.896-.014-.134.019-.23.096-.354.139-.18.06-.373.077-.558.11-.34.06-.676.133-1.02.162-.418.035-.862.19-1.28.13-.348-.05-.711-.037-1.06-.04-.003 0-.003.037 0 .037.525.002 1.058.08 1.58.014.68-.085 1.35-.196 2.025-.308.16-.026.34-.053.479-.146.117-.08.289-.075.422-.08.32-.01.64.033.958.041.449.013.897.04 1.346.032.246-.005.488-.017.735-.013.548.013 1.096.041 1.644.057.567.016 1.121-.093 1.68.037.192.044.368.151.56.182.124.018.24-.044.364-.044h2.216c.219 0 .436 0 .655-.007.128-.004.252-.013.377-.036.136-.024.315.105.413.184.167.133.096.332.075.519-.035.305-.075.609-.116.914-.084.691-.204 1.377-.36 2.055-.156.627-.4 1.237-.613 1.844-.155.447-.312.893-.471 1.337-.003.007-.432-.24-.483-.26a.999.999 0 0 0-.564-.026.627.627 0 0 1-.429-.059c-.133-.059-.248-.173-.385-.216-.147-.045-.31-.041-.459-.084a4.632 4.632 0 0 1-.464-.165 2.604 2.604 0 0 0-.784-.152c-.376-.026-.705-.18-1.061-.286-.296-.088-.618-.11-.883-.285a.764.764 0 0 1-.133-.101c-.132-.131.08-.275.17-.344.154-.116.295-.248.446-.37.142-.116.302-.1.478-.093.263.007.514-.008.778.03.048.006.428.105.392-.025-.014-.052-.186-.082-.224-.093a2.63 2.63 0 0 0-.486-.097c-.173-.02-.344 0-.517-.032-.16-.03-.313-.038-.473-.051-.176-.013-.338-.03-.519-.02-.25.013-.51.072-.744-.032-.113-.05-.261-.041-.381-.045-.159-.004-.316 0-.474-.011-.266-.02-.521-.11-.786-.14-.283-.032-.566-.048-.848-.097-.244-.043-.44-.174-.668-.266-.15-.06-.314-.078-.462-.142-.073-.034.21-.244.23-.259.069-.055.152-.135.242-.147.111-.012.238.096.344.12.056.014.124-.026.178-.042.202-.062.412-.106.617-.152.25-.058.5-.112.75-.167.106-.023.273-.027.367-.083.004-.002.004-.032 0-.036-.016-.014-.089-.002-.109-.004l-.325.002c-.316.002-.631.004-.946.002-.613-.004-1.217-.033-1.818-.166-.27-.06-.527-.167-.8-.215-.216-.04-.435-.033-.654-.053-.092-.008-.176-.023-.24-.096-.085-.102-.185-.172-.292-.25a3.878 3.878 0 0 1-.22-.17c-.058-.051-.097-.118-.156-.166-.144-.117-.396-.126-.566-.185-.19-.07-.36-.188-.491-.343-.159-.18-.347-.509-.117-.71.006-.006-.004-.032 0-.036", fill: "color(display-p3 0.000 0.000 0.000)", fillRule: "nonzero" }), jsx("path", { d: "M58.728 65.392c.188.232.02.073-.432.317-.355.191 1.53 1.175 1.724 1.374.195.2-.07 0 .195.126.266.127.566.218.353.307-.212.092-.477.056-.725.164-.247.108-.088.127-.46.18-.372.053-.46.055-.548.055-.088 0-.067-.034-.298-.034-.23 0-.037.047-.497.064-.045.002-.65.071-.644.071.29.032.977.061 1.285.073.171.008.328.09.56.17.16.053.267.126.39.234.124.108.141.144.23.163.09.019.336.108.088.2-.248.09-.088.144-.353.144-.267 0-.408.017-.408.017s-.3.054-.424.019c-.124-.036-.284-.145-.284-.036 0 .11.053.144-.107.144s-.388-.09-.388-.09-.106.073-.372.09c-.265.019-.229 0-.513.019-.283.017-.433-.054-.424.036.017.174-.244.094-.2.222.039.014-.328.014-.299.023.514.163.658-.065 1.278.116.618.181.194.09.689.253.496.163.425.036.655.18.229.144.301.11.373.182.07.072.159-.036.193.144.036.181.231.361.071.398-.16.038-.141.054-.353.036-.214-.018-.09-.054-.407-.073-.32-.017-.55-.035-.55-.035s-.213.018 0 .126c.214.109-.017.217-.213.289-.193.073-.334.09-.424.11-.088.017.019 0-.318.089-.336.09-.264.128-.478.217-.213.09-.282.09-.513.145-.23.054-.212.036-.407.072-.194.036-.318.054-.442.072-.124.019-.352.058-.352.058s-.815-1.347-1.22-3.019c-.407-1.673-.59-4.39-.59-4.524 0-.133.6-.139.802-.065.202.074 1.173.148 1.622.208.45.058 1.564.221 1.651.25.087.031.353-.149.57 0 .218.147.85.592.85.592", fill: "color(display-p3 0.427 0.745 0.271)", fillRule: "nonzero" }), jsx("path", { d: "M58.728 65.41c.027.031.101.089.043.113-.054.021-.115.026-.17.042-.093.024-.31.07-.346.174-.028.08.042.16.09.212.167.18.39.316.592.449.24.157.484.307.727.456.085.053.17.107.253.164.027.019.054.037.079.059l.024.021.056.06c.019.037.027.037.02-.001-.027.013.11.064.12.068.105.049.213.093.316.146.147.072.04.13-.065.16-.126.036-.263.04-.392.062a.917.917 0 0 0-.408.173c-.127.093-.355.085-.503.104a2.46 2.46 0 0 1-.313.024c-.124 0-.244-.037-.371-.032-.053.001-.099.025-.15.037-.111.027-.229.019-.342.03-.196.02-.397.032-.59.066-.005 0-.005.036 0 .036.75.078 1.613-.053 2.233.478.064.053.118.12.196.153.06.027.121.032.181.064.115.061-.116.132-.152.15-.05.026-.075.075-.128.094-.15.05-.353.01-.513.024-.104.01-.207.03-.312.033a.517.517 0 0 1-.224-.044c-.054-.021-.142-.08-.192-.033-.036.035.024.124-.014.16-.085.083-.374-.036-.466-.07-.028-.009-.031 0-.059.013a.903.903 0 0 1-.27.065c-.155.02-.311.012-.467.017-.112.004-.222.011-.334.004-.054-.002-.145-.029-.194.008-.01.007-.008.031-.008.04-.003.062-.031.09-.084.112-.054.023-.122.022-.122.096 0 .014 0 .035.01.044v-.036c-.092.034-.207 0-.302.019-.004 0-.004.032 0 .035.02.033.156.042.194.049.079.013.16.018.24.015.173-.003.34-.027.513-.014.256.023.533.104.763.226.24.125.505.146.761.204.13.028.241.133.367.18.048.017.096.028.138.057.058.04.1.033.162.059.053.022.093.221.12.276.046.093.085.166-.042.197a.848.848 0 0 1-.429.007 2.007 2.007 0 0 0-.42-.06c-.133-.008-.288-.043-.423-.028-.036.002-.09.012-.09.057 0 .116.281.136.086.267-.23.153-.532.172-.793.248-.16.045-.327.076-.467.169a1.427 1.427 0 0 1-.474.19c-.362.082-.727.14-1.092.195-.043.006-.299.075-.319.04l-.095-.165c-.145-.265-.28-.536-.405-.812a11.653 11.653 0 0 1-.85-2.673c-.151-.832-.265-1.67-.342-2.511-.032-.317-.06-.635-.084-.952-.008-.103-.08-.387.028-.445.227-.12.57-.046.8.013.321.081.667.093.993.128.66.067 1.318.161 1.972.267.083.013.167.026.248.046.054.014.107-.008.159-.022a.66.66 0 0 1 .323-.023c.13.028.27.167.378.24l.422.297.145.102c-.004-.003.007-.031 0-.036l-.633-.444c-.13-.09-.248-.196-.41-.208-.138-.012-.268.084-.404.053-.576-.13-1.18-.193-1.766-.263-.37-.042-.74-.073-1.11-.12-.266-.034-.518-.118-.789-.117-.105 0-.39-.012-.385.15.005.145.017.287.028.431.186 2.448.496 4.976 1.782 7.11.654-.111 1.354-.142 1.942-.474.208-.117.485-.16.72-.208.136-.028.64-.117.562-.346-.009-.027-.181-.107-.146-.131a.133.133 0 0 1 .074-.019c.182.014.364.027.546.036.28.016.512.128.793.024.036-.013.032-.066.03-.097-.006-.052-.04-.103-.063-.147-.035-.066-.051-.213-.1-.26-.042-.04-.09-.026-.14-.044-.043-.013-.078-.056-.124-.072-.144-.049-.266-.145-.407-.194-.063-.022-.136-.019-.2-.028a2.573 2.573 0 0 1-.481-.14c-.142-.052-.267-.119-.412-.163a2.163 2.163 0 0 0-.582-.11c-.138-.002-.277.02-.416.022a1.154 1.154 0 0 1-.202-.016c-.048-.007-.095-.019-.142-.03-.029-.009-.069.017-.013.014.08-.005.187.013.263-.015a.082.082 0 0 0 0-.036c-.03-.024.126-.076.134-.08a.1.1 0 0 0 .063-.078c.005-.031 0-.067.036-.076.076-.022.187.009.267.01.162.006.328-.008.49-.013.168-.004.354-.012.507-.092.064-.035.517.216.513.023 0-.047-.022-.12.036-.13.07-.009.174.062.238.083.126.043.293.004.421-.016.113-.02.232-.017.347-.019.074-.001.166.014.234-.026.067-.04.107-.088.184-.12.243-.098.014-.207-.124-.243-.074-.02-.14-.104-.194-.153a1.324 1.324 0 0 0-.246-.174 2.147 2.147 0 0 0-.658-.226c-.363-.056-.75-.034-1.116-.059a6.6 6.6 0 0 1-.215-.019v.036c.16-.029.325-.037.487-.054.164-.019.346 0 .502-.059.147-.057.3.005.448.012.219.008.447-.036.66-.072a.43.43 0 0 0 .198-.076.888.888 0 0 1 .384-.155c.098-.018.57-.017.566-.176-.001-.05-.03-.068-.07-.094a2 2 0 0 0-.46-.211c-.05-.016-.018.047-.014.045.006-.002.003-.03 0-.034-.022-.072-.122-.134-.181-.175a7.708 7.708 0 0 0-.357-.228c-.306-.19-.611-.373-.903-.583a2.317 2.317 0 0 1-.31-.258.395.395 0 0 1-.087-.123c-.031-.076.17-.13.205-.145.055-.023.325-.054.34-.12.013-.06-.045-.114-.076-.154.004.006-.007.028 0 .036", fill: "color(display-p3 0.000 0.000 0.000)", fillRule: "nonzero" }), jsx("path", { d: "M52.743 64.552s.034-.287.736-.287c.701 0 .49.072 1.296.18.805.107 1.401.107 1.682.143.282.036.875.107 1.086.179.21.072.56.25.56.25s-.139.107.456.107c.596 0 .42-.035 1.261-.035s.28.214 1.367 0c1.085-.214 1.926-.322 2.206-.394.28-.071-.314-.286.736-.143 1.051.143 1.543.036 1.718.036.174 0 .91.036 1.261.036.35 0 .84 0 1.05.035.211.036.526-.035.982.036.456.072.56-.143.91.072.351.214.982.072 1.227.036.246-.036.736 0 .876 0s.806.07 1.12.07c.316 0 .947-.07.947-.07l.596.07s.105-1.538.105-1.717c0-.18.38-.448-.29-.513-2.467-.239-1.512-.392-2.968-.49-.351-.072-2.032-.501-2.383-.573-.35-.07-2.243-.644-2.803-.644s-1.962.072-2.313.072c-.35 0-3.399-.072-3.819-.072 0 0-1.12-.393-1.401-.501-.281-.108-.316-.071-1.227-.036-.91.034-1.12.144-1.961.036a6.15 6.15 0 0 0-1.928.072c-.385.072-.947.286-.947.286l-.138 3.76v-.001z", fill: "color(display-p3 0.333 0.443 0.463)", fillRule: "nonzero" }), jsx("path", { d: "M52.747 64.581c.012-.085.109-.146.176-.182.24-.127.548-.103.806-.094.172.006.334.039.499.078.31.073.627.11.944.142.521.055 1.047.066 1.568.134.259.033.525.062.779.133.202.059.398.164.586.26v-.072c-.032.027-.026.101.004.125.091.072.283.051.387.054.153.004.307 0 .461-.008.494-.027.986-.064 1.468.057.078.019.16.01.239.003.221-.022.44-.071.659-.114a50.2 50.2 0 0 1 1.409-.246l.45-.076c.085-.016.191-.023.269-.067.026-.016.033-.044.033-.073.001-.034.01-.119-.008-.059.015-.052.143-.037.177-.037.227.002.454.046.678.073a6.52 6.52 0 0 0 1.152.039c.544-.034 1.082.005 1.626.008.387 0 .768.024 1.154.045.186.01.376-.01.564-.005.237.008.462.064.702.03.155-.022.284-.04.434.024.086.036.16.088.249.118.104.034.216.042.324.046.348.012.687-.093 1.033-.096.635-.005 1.267.112 1.902.082.173-.008.345-.024.517-.04.073-.008.164-.035.237-.026l.594.072c.002 0 .002-.017.002-.018.032-.471.064-.942.091-1.414.012-.189.013-.325.093-.498.056-.127.04-.254-.09-.314-.195-.092-.456-.074-.666-.098a17.6 17.6 0 0 1-.64-.08 5.923 5.923 0 0 1-.689-.134c-.276-.074-.533-.164-.82-.2-.236-.026-.463-.04-.693-.096-.306-.072-.61-.146-.912-.222-.48-.118-.966-.223-1.444-.347-.627-.165-1.248-.347-1.88-.484-.247-.053-.496-.107-.75-.104-.338.001-.677.016-1.016.03-.493.018-.985.046-1.477.04l-1.664-.035c-.56-.011-1.117-.024-1.676-.032-.13-.003-.232 0-.355-.043l-.836-.297c-.301-.107-.58-.243-.904-.235-.636.015-1.268.083-1.902.113-.348.016-.69-.03-1.035-.064a5.899 5.899 0 0 0-2.672.379c-.004.003-.003.024-.003.027l-.14 3.758c0 .023.004.07.007.019l.097-2.61.042-1.12.001-.027c-.001.04.021.016.053.004.167-.062.336-.118.507-.168a5.273 5.273 0 0 1 1.097-.194c.507-.044.998.012 1.502.056.368.032.733 0 1.101-.03.427-.036.857-.052 1.287-.07.173-.013.348.01.512.07.464.174.933.336 1.4.5.042.014.114.001.16.002l.304.004.833.016c1.019.022 2.04.072 3.059.035.37-.013.74-.03 1.109-.041.275-.01.557-.035.832-.004.64.069 1.273.269 1.893.437 1.02.277 2.048.53 3.08.759.224.048.464.04.691.077.128.021.252.055.375.096.437.143.889.207 1.344.261.24.03.484.046.722.08.136.02.32.067.244.236-.069.152-.073.26-.082.427-.027.497-.062.993-.095 1.49.001-.02-.493-.067-.57-.078-.062-.007-.127.01-.187.015-.182.018-.363.034-.546.046-.645.04-1.296-.078-1.944-.08-.346 0-.684.099-1.032.096-.186 0-.37-.048-.53-.142-.155-.09-.31-.072-.478-.046-.218.034-.426-.01-.644-.026-.206-.015-.414.006-.622.001-.156-.004-.314-.032-.472-.039-.227-.008-.454-.006-.68-.006-.547 0-1.084-.044-1.627-.008a6.41 6.41 0 0 1-1.153-.039c-.216-.024-.43-.06-.646-.072-.053-.003-.168-.019-.208.032-.013.017-.009.05-.008.07 0 .011 0 .023.003.035.007.047.005 0 .003.007-.02.05-.119.056-.16.065-.124.027-.25.047-.374.067-.39.067-.781.128-1.169.199-.393.069-.79.18-1.19.204-.13.008-.24-.044-.366-.068-.307-.06-.64-.031-.952-.018-.205.008-.408.024-.613.027-.16 0-.324.005-.48-.03-.027-.006-.062-.015-.076-.04.03.053-.018.057.01.034.007-.005.008-.067 0-.072a3.976 3.976 0 0 0-.586-.259c-.263-.084-.552-.105-.824-.14-.548-.072-1.102-.08-1.65-.14-.488-.053-.964-.202-1.453-.212-.199-.002-.803-.024-.85.291a.344.344 0 0 0 .003.061", fill: "color(display-p3 0.000 0.000 0.000)", fillRule: "nonzero" }), jsxs("g", { fill: "color(display-p3 0.600 0.686 0.792)", fillRule: "nonzero", children: [jsx("path", { d: "M72.57 63.605a5.347 5.347 0 0 1-.211.396c-.01.018.006.062.001.07.077-.128.145-.263.21-.396.009-.02-.006-.06 0-.07m-17.977-.23a3.176 3.176 0 0 0-.226.362c-.008.018.006.06.002.07.067-.127.143-.249.227-.364.01-.014-.007-.062-.003-.068m.468-.194c-.002.018-.013.032-.016.05a.145.145 0 0 0 0 .048c0 .002.002.026.004.013.003-.017.014-.032.016-.05a.204.204 0 0 0 0-.049c0-.001-.001-.026-.004-.013m.566-.235c-.035.135-.08.267-.13.396-.006.019.007.058.003.068a4.16 4.16 0 0 0 .13-.396c.003-.02-.006-.056-.003-.068m.192-.114c-.002.08-.016.157-.031.233a.153.153 0 0 0-.001.05c0 .002.001.026.004.013.02-.1.033-.196.034-.296 0-.04-.006-.04-.006 0m.357-.263c-.173.29-.335.587-.485.89-.008.018.006.06.002.069.15-.303.311-.6.484-.891.011-.016-.005-.061-.001-.068m.21-.124c-.023.219-.111.417-.193.617-.008.019.006.059.002.07.085-.207.173-.412.196-.636 0-.01-.003-.08-.006-.051m.192-.001a2.188 2.188 0 0 1-.062.424.23.23 0 0 0 .004.06c.033-.154.062-.307.066-.466 0-.022-.006-.07-.008-.018m.244-.032c.01.117-.04.23-.08.337-.006.019.006.057.003.068.056-.152.095-.292.081-.455-.002-.028-.005.04-.004.05m-1.677 1.696c.08-.046.147-.107.227-.15.013-.008-.006-.068 0-.072-.08.044-.147.106-.227.15-.013.006.005.066 0 .07m.467-.252c-.028.044-.054.09-.08.134-.007.009-.004.032-.004.042 0 .003.002.03.005.026l.08-.134c.007-.008.003-.032.003-.042 0-.003-.003-.028-.004-.024m2.568-1.966a.376.376 0 0 1-.08.13c-.007.008-.004.029-.004.037l.004.036a.382.382 0 0 0 .081-.133c.004-.014.003-.031.003-.044a.104.104 0 0 0-.004-.026m.13.548c.177-.2.27-.462.262-.73-.003-.043-.007.025-.006.037.014.221-.12.459-.256.623-.013.016.01.06 0 .07m.53-.77a2.21 2.21 0 0 1-.063.442.196.196 0 0 0 .003.062c.034-.16.064-.32.066-.484 0-.023-.006-.068-.006-.02m-.435.058c-.055.19-.159.36-.259.528-.009.018.007.062.003.07.1-.17.203-.338.259-.528.005-.02-.006-.058-.003-.07m-2.003 1.815c-.034.09-.07.179-.112.264-.009.019.006.06.002.07.041-.087.078-.177.113-.265.007-.02-.005-.058-.003-.07m.212 0c-.06.1-.13.194-.209.28-.013.014.008.062 0 .072.081-.086.147-.183.21-.282.011-.016-.006-.062 0-.07m.434.084-.096.198c-.005.01-.003.032-.003.044 0 .003.003.027.004.024l.098-.197c.005-.012.002-.032.002-.044 0-.003-.002-.028-.005-.025m.195-.198c-.084.187-.174.37-.307.527-.013.015.01.06 0 .07a2.19 2.19 0 0 0 .308-.529c.008-.018-.005-.058-.001-.068m4.021-1.372a.32.32 0 0 0-.097.118c-.007.01-.003.032-.003.042 0 .003.003.03.004.027a.298.298 0 0 1 .096-.115c.005-.005.003-.03.003-.036a.533.533 0 0 0-.003-.036m-.047.667c.25-.159.371-.49.374-.779.001-.04-.006-.04-.007 0-.003.259-.148.568-.367.707-.013.008.006.067 0 .07m-1.924.393a1.017 1.017 0 0 1-.306.28c-.014.008.006.066 0 .07.121-.071.226-.167.309-.281.01-.016-.007-.063-.003-.07m-.516.913c.408-.115.74-.466.954-.827.009-.016-.007-.06-.002-.067-.213.359-.546.707-.952.823-.01.003 0 .07 0 .07m.647.463c.17-.103.314-.244.42-.413.01-.016-.005-.063-.001-.07a1.27 1.27 0 0 1-.419.413c-.013.006.005.066 0 .07m.903-.6a4.956 4.956 0 0 1-.823.875c-.013.012.007.064 0 .07.309-.257.585-.55.823-.874.013-.016-.008-.059 0-.07m.245-.113c.05-.104.101-.21.176-.296.013-.016-.008-.061 0-.072-.076.09-.128.195-.179.299-.008.019.007.06.003.07m.677.642c.14-.257.27-.537.483-.741.013-.014-.008-.063 0-.071-.213.205-.344.485-.485.744-.01.017.006.06.002.068m.58-.547c-.142.162-.301.31-.436.479-.013.016.01.06 0 .07.135-.169.294-.317.436-.477.014-.016-.008-.062 0-.072m1.648-.293c.072-.199.104-.41.099-.621 0-.05-.007-.004-.007.018.006.182-.033.366-.093.534-.008.02.005.058.001.069m-.098-.61c-.047.21-.064.429-.162.623-.009.018.007.06.002.068.098-.196.117-.418.162-.63a.249.249 0 0 0-.002-.062m.388-.016c-.031.204-.024.414-.096.608-.008.019.005.058.001.068.075-.198.067-.406.097-.613a.353.353 0 0 0-.002-.063m.206.187a1.58 1.58 0 0 1-.142.587c-.008.017.006.057.002.066.087-.2.143-.413.147-.634.001-.023-.005-.07-.005-.02m.21.128c.022.406-.162.813-.417 1.117-.013.016.01.061 0 .07.291-.339.443-.776.423-1.223-.002-.044-.007.024-.006.036m.211.097c-.067.183-.144.36-.21.544-.007.019.006.057.002.068.067-.183.144-.36.21-.544.007-.02-.006-.059-.002-.07m.161-.1c-.045.123-.113.234-.177.347-.01.018.007.062.003.07.064-.115.13-.226.177-.347.007-.02-.005-.059-.003-.07m.13.233c-.127.244-.23.504-.436.692-.014.012.008.062 0 .07.208-.19.31-.45.437-.693.01-.019-.007-.061-.001-.07m.145-.11a.856.856 0 0 1-.08.26c-.01.016.007.06.001.068a.848.848 0 0 0 .082-.267.153.153 0 0 0 .001-.05c0-.002-.001-.026-.004-.012m.228-.052c-.14.277-.328.52-.501.774-.011.016.006.063.002.07.174-.256.36-.5.5-.776.01-.018-.006-.06-.001-.068m.933-.718c.011.102-.041.214-.08.304-.006.019.007.059.003.068a.853.853 0 0 0 .083-.422c-.003-.027-.007.04-.006.05m-.06 1.032c.224-.305.378-.655.452-1.026a.23.23 0 0 0-.004-.062 2.597 2.597 0 0 1-.45 1.02c-.011.015.005.063.001.068m.723-1.066a.615.615 0 0 1-.094.322c-.01.016.006.062.002.068a.693.693 0 0 0 .098-.37c0-.023-.005-.07-.006-.02m-1.384 1.013c-.16.181-.303.373-.454.561-.012.016.01.06 0 .07.151-.186.294-.38.454-.56.013-.015-.01-.06 0-.071m.224.119c-.168.233-.34.464-.516.69-.014.018.009.06 0 .07.176-.227.352-.456.517-.692.012-.016-.005-.063 0-.07m.112.31-.227.182c-.013.012.008.067 0 .072l.227-.181c.013-.012-.008-.067 0-.072m2.148-1.07c-.063.093-.147.166-.227.246-.013.013.01.061 0 .07.08-.08.164-.154.228-.249.011-.014-.006-.061-.001-.068m.083.384c.12-.085.161-.245.164-.39 0-.022-.006-.067-.007-.018-.003.126-.055.264-.157.338-.014.009.006.066 0 .07m-.943.516a.334.334 0 0 1-.045.174c-.007.009-.003.032-.003.042a.1.1 0 0 0 .004.026.444.444 0 0 0 .05-.223c0-.013.003-.03-.002-.044l-.004.025m.28.57c.092-.218.2-.428.227-.668.002-.01 0-.078-.004-.05-.027.234-.136.439-.224.65-.008.02.005.06.001.069m-.033-.71c-.047.122-.114.233-.178.347-.009.016.006.06.002.067.064-.113.13-.224.177-.347.008-.018-.005-.057-.001-.066m.4-.04c.006.177-.147.336-.223.484-.01.017.005.06.001.069.099-.192.236-.344.228-.572-.001-.05-.006-.004-.006.019m.118.6c.058-.12.14-.23.162-.366a.202.202 0 0 0 .001-.05s-.003-.026-.004-.012c-.021.133-.105.242-.16.36-.01.018.005.06 0 .069m.467-1.288c-.091.152-.167.312-.227.479-.007.018.007.057.003.066.065-.164.13-.328.226-.477.01-.016-.006-.061-.002-.068m.372.15a1.26 1.26 0 0 1-.178.427c-.009.015.007.062.003.067.086-.132.146-.278.179-.432a.23.23 0 0 0-.004-.061m.29.128a2.04 2.04 0 0 1-.194.462c-.01.016.006.062.002.068.083-.145.148-.3.194-.461.005-.02-.006-.057-.002-.07m.244.813c.08-.12.067-.26.067-.398 0-.04-.007-.04-.007 0 0 .118.004.23-.061.33-.01.016.005.06.001.068m.32-.298c-.013.283-.23.51-.401.712-.012.014.008.055 0 .064.181-.216.393-.445.407-.744 0-.01-.004-.072-.006-.032m-.934.278c-.066.066-.131.132-.21.18-.013.01.006.068 0 .073a1.24 1.24 0 0 0 .21-.183c.006-.005.004-.026.004-.034l-.004-.036m.434-.051a2.924 2.924 0 0 0-.37.38c-.014.016.009.061 0 .072.116-.136.233-.268.372-.38.013-.012-.008-.065 0-.07m1.401-.775c0 .04-.003.077-.013.116-.004.013-.003.029-.003.042l.004.026c.019-.06.019-.12.019-.183 0-.003 0-.036-.003-.036-.004 0-.004.033-.004.036m.195-.18a.673.673 0 0 1-.144.427c-.011.014.006.062.002.068a.797.797 0 0 0 .147-.531c-.003-.043-.007.024-.005.036m.325.145a9.15 9.15 0 0 0-.275.56c-.008.02.006.06.002.07.085-.19.177-.377.274-.56.01-.018-.005-.062-.001-.07m.24.175a1.327 1.327 0 0 1-.16.487c-.01.016.007.06.001.068.086-.16.144-.324.164-.504 0-.01-.002-.08-.005-.051m.341.123-.34.642c-.009.018.007.06.003.07l.339-.644c.009-.018-.007-.06-.002-.068m.194.329a3.301 3.301 0 0 1-.322.56c-.013.016.008.059 0 .07.126-.176.234-.364.323-.562.01-.017-.005-.059 0-.068m.29.264c-.162.187-.28.413-.467.577-.014.012.008.064 0 .07.186-.163.306-.39.468-.576.013-.015-.008-.062 0-.071m-1.535.45c.063-.022.116-.05.15-.107.037-.063.058-.122.107-.174.015-.014-.008-.062 0-.07a.58.58 0 0 0-.098.157c-.034.067-.09.1-.159.123-.01.004.001.07 0 .07m.465-.325c-.005.133-.104.237-.176.339-.01.014.007.062.003.069.087-.124.173-.23.18-.388 0-.023-.005-.07-.007-.02m.211.1c-.008.187-.172.321-.288.445-.012.014.008.054 0 .062.135-.144.285-.278.293-.49 0-.02-.004-.06-.005-.017" }), jsx("path", { d: "M72.777 63.35c-.029.265-.254.451-.402.651-.012.016.009.059 0 .07.153-.208.376-.395.406-.67 0-.01-.001-.078-.004-.05m.084.654c.12-.13.214-.281.275-.446.008-.02-.005-.06-.001-.068a1.337 1.337 0 0 1-.274.444c-.013.013.008.062 0 .07m.515-.514a3.004 3.004 0 0 1-.339.56c-.01.016.006.062 0 .069.128-.179.254-.357.34-.56.008-.02-.005-.06-.001-.07m.356.017c-.145.18-.284.366-.453.526-.014.014.009.064 0 .072.169-.16.308-.346.453-.528.013-.016-.01-.06 0-.072m.227.068c-.04.14-.1.274-.179.396-.01.016.007.062.003.068.074-.124.14-.253.177-.396.005-.02-.005-.056-.001-.068m-.34.708c-.158.204-.387.323-.614.43-.013.006.004.069 0 .07.227-.106.456-.225.614-.428.013-.017-.008-.06 0-.072m-1.002.219c.103-.076.223-.12.34-.164.011-.005-.002-.07 0-.072-.117.045-.237.09-.34.165-.013.01.008.067 0 .07m1.342-.218c-.092.159-.251.259-.404.347-.014.007.005.067 0 .07.154-.087.313-.189.405-.347.01-.018-.007-.062-.001-.07m-4.831-2.06c-.088.15-.243.228-.403.279-.01.004.002.07 0 .07.16-.05.316-.129.406-.28.009-.017-.007-.062-.003-.069m-6.508.624c.036.238-.105.435-.257.594-.014.014.009.062 0 .072.196-.206.304-.44.26-.727a.327.327 0 0 0-.003.061m-7.04-1.186a5.533 5.533 0 0 1-.647.38c-.013.006.006.068 0 .07.223-.114.44-.236.647-.38.013-.01-.007-.066 0-.07m-.97-.1c-.14.166-.31.306-.5.413-.014.007.005.067 0 .07.19-.106.36-.246.5-.413.014-.014-.007-.061 0-.07" })] }), jsx("path", { d: "m12.66 20.643.552-.12c-.198.04-.395.08-.551.12m.648-.142-.097.022c.402-.08.805-.152.86-.189-.007 0-.386.084-.763.167m-7.29-4.627c-.15.099-.737.359-1.043.51-.307.153-.315.457-.211.511.107.054.807.483.859.563.053.08-.298.232-.34.256-.04.024-.02.12-.02.12.372.508 1.808.537 1.577.701-.23.162-.65.135-.361.42.296.282.625.528.98.734.43.22.408.404.502.502.195.2.083.134.347.26.267.126.567.216.355.306-.214.092-.478.056-.726.164-.248.108-.088.126-.46.18-.372.054-.46.054-.548.054-.09 0-.036-.036-.266-.036s.053-.017-.407 0c-.407.016-1.187-.18-1.361-.225.19.05 1.092.288 1.344.352.282.072.265.036.496.11.229.071.44.089.6.143.16.054.266.127.39.235.124.108.142.145.23.163.089.018.337.11.089.2-.248.09-.09.144-.355.144s-.406.017-.406.017-.302.055-.424.019c-.124-.036-.284-.144-.284-.036 0 .108.053.144-.107.144-.159 0-.388-.09-.388-.09s-.107.072-.373.09c-.132.01-.19.01-.248.01-.06 0-.123 0-.264.008a1.77 1.77 0 0 1-.24 0c-.103-.005-.151-.009-.184.036-.054.072.282.163-.196.091-.478-.072-.3-.072.213.09.513.163.141 0 .76.18.62.182.196.091.69.254.495.163.426.036.655.181.23.144.302.108.372.18s.16-.036.195.146c.036.18.23.36.07.397-.16.036-.14.053-.353.036-.213-.017-.09-.053-.408-.072-.317-.019-.548-.036-.548-.036s-.213.017 0 .127c.214.108-.017.217-.213.29-.193.071-.336.09-.424.107-.088.019.017 0-.319.09-.336.091-.265.127-.477.218-.213.09-.283.09-.513.144-.23.053-.214.036-.407.072-.195.036-.319.055-.443.073-.124.018-.213.018-.213.018s.408 1.301 1.435 2.602c1.026 1.303 3.397 3.815 5.84 4.067 2.44.253 4.174.164 5.502-.595 1.327-.76 3.132-1.916 4.3-3.85 1.168-1.934 1.254-2.21 1.254-2.21s-.243-.109-.43-.068c-.186.042-.186-.344-.47-.344s-.267.127-.62-.036c-.354-.162-.247-.217-.531-.236-.283-.017-.83-.253-.83-.253s-.407-.107-.691-.125c-.283-.019-.39-.036-.832-.2-.443-.162-.584-.144-.726-.198-.141-.054-.301-.09-.406-.162-.107-.074-.372-.2-.035-.454.335-.253.46-.397.583-.469.124-.072.389-.235.62-.253.229-.018.248-.072.584-.072.336 0-.178-.146-.514-.127-.336.017-.336.072-.637.072s-.124-.017-.884.036c-.761.053-.301 0-.885-.017-.584-.019-.46.017-.974-.09-.513-.109-.3-.037-.85-.109-.548-.072-.547-.09-.795-.217s-.407-.163-.55-.2c-.14-.035-.246-.07-.106-.18.143-.108.687-.523.81-.596a1.32 1.32 0 0 1 .286-.098c-.06.014-.119.026-.179.038-.093.016-.293.03-.633-.014-.567-.072-.707-.106-.937-.16-.231-.056-.46-.2-1.044-.218-.584-.019-.39-.074-.638-.254s-.406-.289-.477-.397a.69.69 0 0 0-.39-.307c-.513-.164-.991-.533-.92-.616.125-.144.302-.22.089-.397-.218-.18-1.443-.393-1.787-.501 0 0 .008-.059.027-.066.077-.026.254-.074.386-.166.167-.116 0-.188-.201-.296-.275-.147-.745-.358-.955-.51-.218-.158.227-.429.675-.626.447-.198 1.567-1.164 1.733-1.316l-.008-.054s-1.234.994-1.384 1.091", fill: "url(#fvr2bqbjzb)", fillRule: "nonzero", transform: "translate(51.823 46.95)" }), jsx("path", { d: "M59.235 61.768c-.286.256-.58.501-.883.736a8.775 8.775 0 0 1-.565.413c-.214.144-.454.235-.676.362-.122.069-.34.185-.344.352-.004.142.226.221.324.274.264.144.538.27.804.411.396.213-.298.279-.328.435 0 .004-.004.032 0 .033.562.17 1.193.196 1.724.46.069.035.186.12.146.216-.034.08-.13.115-.172.187a.096.096 0 0 0-.002.072c.046.112.172.189.264.254.203.14.425.249.66.324.19.063.282.18.405.331.125.152.304.26.461.373.07.051.116.116.176.174.08.08.243.069.344.076.222.013.438.021.654.069.146.032.285.085.426.13.27.085.556.122.832.16.218.03.435.057.655.053.07-.003.165 0 .232-.031a.109.109 0 0 0 0-.036l-.01.003c-.005.002-.003.036 0 .036.066.01.167-.035.231-.048l.52-.114.527-.117c.076-.016.177-.059.256-.053v-.038c-.175.098-.436.107-.628.143-.299.059-.6.112-.893.196-.232.067-.416.233-.608.377l-.344.262c-.054.04-.106.073-.102.146.006.088.223.107.286.124.189.05.365.134.54.223.277.141.609.159.912.19.293.03.573.074.866.13.299.059.606.032.908.05.168.011.316.037.487.027.301-.018.604-.057.907-.056.246.002.478-.032.724-.06a1.8 1.8 0 0 1 .573.035c.053.01.11.024.159.052-.015-.01.013-.016-.031-.008-.061.01-.127.004-.188.005-.355.014-.716.111-1.024.287-.112.065-.205.147-.304.23-.156.135-.373.251-.484.427-.245.387.884.563 1.09.624.357.107.678.248 1.053.274.254.017.529.061.768.16.144.057.292.109.44.154.16.048.328.044.484.094.125.037.242.15.36.206.166.08.289.09.461.052.152-.033.283-.017.387.107.066.084.113.239.242.221a.757.757 0 0 1 .284.019c.058.013.126.07.144.015l-.009.021c-.11.263-.261.51-.4.756-.456.804-.91 1.628-1.487 2.35a10.38 10.38 0 0 1-1.98 1.86c-.609.458-1.256.862-1.934 1.209-.678.336-1.43.485-2.174.549-.956.083-1.92.021-2.873-.07-.88-.085-1.683-.378-2.448-.826-1.37-.799-2.555-1.964-3.547-3.208a9.275 9.275 0 0 1-1.472-2.644c0-.004-.002-.008-.004-.01.018.053.046.031.102.027.373-.026.753-.113 1.118-.192.166-.036.331-.084.478-.173.146-.083.303-.145.466-.184.266-.073.539-.117.79-.235.065-.03.142-.074.141-.157-.003-.083-.24-.155-.121-.187.085-.022.196.007.282.014.179.012.387-.008.559.06.09.036.193.036.29.037.051 0 .246-.023.266-.073.045-.12-.072-.254-.112-.358-.044-.117-.032-.149-.157-.164-.04-.005-.071-.048-.106-.065-.04-.021-.089-.03-.133-.048-.112-.041-.204-.123-.316-.163-.064-.021-.136-.018-.201-.028a1.73 1.73 0 0 1-.604-.196c-.168-.101-.387-.138-.574-.189-.122-.033-.245-.039-.366-.067-.242-.057-.476-.144-.719-.202v.034c.077.008.541.123.541.047 0-.032-.024-.044-.045-.064-.088-.08.259-.059.285-.059.162.002.326-.009.488-.013.167-.005.354-.013.506-.093.065-.035.517.216.514.022 0-.046-.022-.12.036-.129.068-.01.174.061.238.083.125.042.293.004.42-.018.113-.018.233-.016.346-.017.076-.001.168.012.235-.028.067-.039.108-.087.184-.117.244-.099.013-.208-.123-.244-.074-.02-.141-.104-.196-.154a1.317 1.317 0 0 0-.245-.173c-.207-.115-.459-.13-.683-.188-.644-.17-1.293-.319-1.938-.488 0 0-.006.033 0 .035.23.062.464.114.698.16.331.062.64.061.975.066.15.004.299.047.445.044.127 0 .254-.02.38-.036.14-.018.312-.02.43-.112.142-.11.325-.146.498-.17.08-.011.439-.022.451-.142.004-.042-.01-.064-.04-.092-.143-.129-.381-.178-.552-.266-.193-.102-.26-.359-.413-.504-.143-.134-.334-.207-.495-.311a5.667 5.667 0 0 1-.521-.39c-.078-.063-.406-.298-.295-.403.105-.102.297-.114.42-.194.064-.041.01-.101-.036-.121-.217-.096-.475-.12-.701-.18-.274-.073-.572-.165-.782-.368-.206-.2.31-.23.31-.41 0-.042-.038-.063-.067-.086-.115-.093-.243-.17-.367-.25a14.042 14.042 0 0 0-.354-.217c-.031-.018-.064-.034-.094-.053-.12-.08.007-.28.07-.352.113-.13.32-.192.47-.263.183-.086.366-.17.546-.26.298-.149.553-.384.813-.59.253-.2.503-.4.753-.602.007-.005-.004-.033 0-.036-.36.29-.718.576-1.08.862-.15.126-.313.237-.486.33-.166.084-.334.16-.502.24-.173.08-.373.148-.514.283-.075.072-.183.304-.083.408.059.063.163.101.236.147.141.085.28.173.419.266.041.027.264.143.212.206-.076.093-.216.134-.318.19-.033.018-.029.086-.026.115.009.093.112.156.182.205.243.172.554.246.836.315.122.03.244.056.366.087.066.016.158.03.213.08.016.014-.292.142-.332.157-.07.027-.141.059-.144.144-.003.072.053.127.099.173.128.138.282.254.428.367.154.12.314.232.482.33.179.105.355.189.47.37.056.088.093.159.166.236.08.084.177.15.284.193.106.05.214.094.318.147.146.072.04.128-.066.159-.234.066-.472.049-.696.164-.085.042-.138.096-.236.12a3.911 3.911 0 0 1-.57.076c-.154.01-.296-.031-.45-.034-.14-.001-.28.002-.421.002-.444 0-.903-.12-1.33-.236v.036c.48.126.96.258 1.44.377.374.092.78.125 1.137.277.181.076.296.236.458.338.051.03.124.036.18.06.158.068-.061.133-.122.165-.043.021-.067.063-.107.085-.07.043-.2.018-.276.019a2.585 2.585 0 0 0-.321.023c-.142.022-.294.045-.431-.002-.059-.02-.24-.137-.243-.009 0 .027.003.053.006.08.01.083-.162.048-.202.044-.102-.013-.24-.107-.334-.064-.156.075-.344.076-.512.08-.182.005-.366.017-.547.012-.06-.003-.285-.016-.21.11.01.02.031.034.047.049.016.013.011-.011-.008-.008-.025.002-.053-.003-.08-.006-.146-.013-.29-.053-.437-.066 0 0-.004.034 0 .034.265.064.53.188.8.219.264.03.524.11.773.2.21.076.4.172.622.223.089.021.181.018.269.042.143.04.263.147.405.194.051.016.083.042.124.073.067.048.107-.02.158.076.041.08.06.18.102.265.068.134-.016.146-.125.174a.7.7 0 0 1-.381-.015c-.168-.057-.347-.052-.52-.063-.046-.004-.404-.078-.396.047 0 .024.001.023.017.044.027.035.09.057.125.08.094.059-.081.147-.102.157-.186.1-.395.136-.598.179-.14.028-.281.079-.417.12-.195.06-.356.192-.553.253-.208.064-.428.1-.643.134-.247.034-.493.101-.743.104-.002 0-.001.032 0 .036.411 1.304 1.244 2.448 2.147 3.442 1.133 1.251 2.5 2.44 4.101 2.996.418.138.85.225 1.288.259.507.048 1.018.083 1.527.096.832.021 1.676-.023 2.488-.23.704-.178 1.32-.53 1.936-.911.723-.441 1.402-.951 2.027-1.523.473-.44.898-.927 1.269-1.455.376-.536.697-1.117 1.024-1.685.152-.264.303-.528.44-.8.03-.056.063-.115.083-.176 0-.004.004-.032 0-.035a.773.773 0 0 0-.43-.068c-.125.02-.181-.137-.244-.221-.097-.133-.237-.133-.385-.107a.68.68 0 0 1-.46-.053c-.128-.055-.233-.155-.36-.207-.064-.026-.139-.024-.205-.03-.094-.008-.187-.036-.28-.062-.223-.064-.431-.169-.658-.222-.328-.078-.669-.072-.994-.16-.347-.095-.678-.227-1.03-.306a1.697 1.697 0 0 1-.49-.186 1.01 1.01 0 0 1-.131-.094c-.16-.136.045-.285.15-.365.285-.216.52-.448.847-.597.166-.075.336-.08.51-.118.069-.014.137-.026.208-.033.086-.008.189.013.272-.017.013-.004.006-.036.005-.046-.015-.065-.295-.085-.341-.092-.342-.046-.67.063-1.01.059a6.456 6.456 0 0 0-.556.02c-.253.017-.538.079-.79.027-.275-.059-.567-.024-.846-.04-.293-.016-.576-.128-.87-.147-.32-.02-.654-.04-.96-.132-.138-.04-.263-.121-.392-.181a2.078 2.078 0 0 0-.32-.115c-.074-.02-.371-.055-.202-.185.259-.199.515-.414.792-.584.096-.059.22-.08.326-.107.182-.045.368-.083.553-.12.179-.035.357-.067.535-.104.09-.019.202-.03.285-.075.004-.002.003-.036 0-.036-.072-.004-.161.035-.23.05l-.52.113c-.175.04-.351.079-.527.116-.071.016-.184.065-.258.053v.038c.003-.002.007-.004.01-.003v-.036c-.056.027-.136.024-.196.027-.231.016-.462-.019-.69-.05a5.552 5.552 0 0 1-.832-.16c-.129-.038-.253-.086-.385-.12a3.384 3.384 0 0 0-.695-.08c-.106-.004-.241 0-.333-.065-.07-.048-.117-.13-.187-.183-.149-.113-.313-.212-.442-.35-.14-.152-.218-.28-.424-.355a3.047 3.047 0 0 1-.619-.296 1.6 1.6 0 0 1-.21-.159.656.656 0 0 1-.063-.066c-.054-.064.024-.114.066-.156.414-.4-.744-.587-.937-.632-.237-.056-.476-.107-.713-.164a3.12 3.12 0 0 1-.124-.034c-.032-.009.15-.084.158-.086.1-.036.282-.092.304-.214.03-.149-.297-.249-.392-.297-.28-.144-.614-.261-.857-.468-.195-.168.685-.56.768-.603.217-.112.416-.266.61-.413.363-.273.72-.563 1.055-.87.008-.005-.002-.03 0-.034m-5.56.617a2.04 2.04 0 0 1-.289.344c-.013.014.008.063 0 .072.107-.109.21-.218.292-.348.01-.016-.007-.061-.003-.068m.146.148a2.299 2.299 0 0 0-.178.33c-.008.018.006.058.002.069.049-.116.11-.225.178-.33.01-.017-.006-.062-.002-.069", fill: "color(display-p3 0.000 0.000 0.000)", fillRule: "nonzero" }), jsxs("g", { fill: "color(display-p3 0.310 0.569 0.773)", fillRule: "nonzero", children: [jsx("path", { d: "M61.73 67.652c.125-.088.238-.048.374-.013.124.029.223.009.339-.04.006-.002-.002-.034 0-.035a.522.522 0 0 1-.339.037c-.137-.028-.247-.074-.373.015-.007.005.002.033 0 .036m.201.161c.032-.08.15-.058.217-.058.003 0 .003-.035 0-.035-.068 0-.186-.023-.218.06-.003.01.004.03.001.035m-.387-.283c.136-.09.267-.067.419-.087.004 0 .001-.034 0-.034-.15.02-.283-.004-.419.085-.006.004.003.033 0 .036m-.825.423c-.295-.128-.6.088-.897-.035.001 0-.007.033 0 .036.298.123.602-.093.897.035-.001 0 .007-.034 0-.036" }), jsx("path", { d: "M60.103 68.01c-.176-.078-.347.063-.528.002.001 0-.006.035 0 .036.182.061.352-.08.528-.001-.002 0 .006-.034 0-.036m-.352.137c-.132-.105-.344-.01-.494-.016-.004 0-.004.035 0 .035.15.005.362-.088.494.017-.004-.003.006-.03 0-.036m.537 7.47c-.144.057-.436.078-.555-.045-.156-.161-.32-.072-.52-.05-.004 0-.001.036 0 .036.164-.018.368-.12.499.025.13.141.41.136.576.07.005-.002-.003-.034 0-.035m-2.41-4.142c.287-.166.575.054.875-.036.006 0 0-.034 0-.034-.3.088-.586-.132-.876.036-.006.004.003.033 0 .034m-2.47.646a.503.503 0 0 1 .346-.027c.114.036.215.088.334.107.296.044.602-.074.897-.08.003 0 .003-.036 0-.036-.301.008-.595.105-.896.08-.117-.011-.227-.066-.335-.106-.12-.044-.232-.017-.346.027-.006 0 .001.035 0 .035m.297.32c.328-.13.679.006 1.016-.07.004-.001 0-.036 0-.036-.337.076-.688-.06-1.016.07-.007.004 0 .037 0 .037m2.785-1.199c.291-.114.56-.041.859-.036.003 0 .003-.036 0-.036-.3-.005-.568-.08-.859.036-.005.003.002.035 0 .036m.928-.298c.176-.027.332-.034.508-.006.002 0 .004-.036 0-.036a1.655 1.655 0 0 0-.506.006c-.006 0-.003.036 0 .036m-3.014 2.446c.359-.201.756.127 1.104-.09.007-.003-.004-.032 0-.034-.348.215-.746-.113-1.104.09-.006.002.003.033 0 .034m.298.267c.238-.05.478-.09.718-.125.004 0 0-.035 0-.035-.24.035-.48.073-.718.125-.004 0 0 .035 0 .035m.77-.895c.23-.126.534.023.719-.196.007-.008-.004-.03 0-.036-.187.219-.49.07-.719.198-.006.004.003.033 0 .034m1.158 1.272c.258-.198.59.007.858-.161.007-.004-.004-.033 0-.036-.266.168-.6-.036-.858.161-.007.006.004.034 0 .036m-.09-.662c.174-.024.352-.083.526-.042.166.04.293.154.473.15.004 0 .003-.036 0-.036-.156.002-.283-.075-.424-.134-.183-.073-.388 0-.573.027-.004 0-.002.035 0 .035m.174 2.005c.266-.128.508-.12.79-.053.242.056.402.156.594-.072.007-.008-.004-.031 0-.036-.181.216-.36.149-.594.072a1.044 1.044 0 0 0-.79.053c-.006.004.003.035 0 .036m2.454-.77c.293.058.536.022.813-.08.144-.053.283-.113.437-.127.143-.014.29.017.431.028.003 0 .004-.035 0-.035-.143-.01-.287-.032-.43-.028-.154.004-.298.073-.44.127-.256.106-.539.134-.811.08 0 0-.004.034 0 .036m1.944-.144c.23-.036.453-.102.689-.083.237.02.427.147.66.03.007-.005-.003-.035 0-.037-.205.104-.385.024-.596-.017-.253-.05-.504.033-.753.07-.004 0 0 .037 0 .037m1.858-.036c.454-.17.788.237 1.226.268.001 0 .002-.035 0-.035-.438-.032-.774-.439-1.227-.27-.005.003.001.037 0 .037m1.735.072c.202-.067.392-.031.596.013.218.047.412.04.612-.067.006-.004-.003-.034 0-.036-.202.11-.392.112-.612.067-.206-.043-.392-.08-.598-.013-.005 0 0 .036 0 .036m1.455.178c.327-.184.67-.122 1.017-.213.004-.003 0-.036 0-.036-.348.092-.69.03-1.017.213-.007.006.003.035 0 .036m-2.417 1.128c.154-.133.332-.126.522-.097.178.027.367.075.511-.064.007-.007-.004-.03 0-.035-.133.127-.304.098-.47.07-.202-.034-.397-.054-.563.09-.007.007.004.032 0 .036m.228.378c.261-.214.59-.123.876-.27.006-.004-.003-.034 0-.036-.286.147-.614.056-.876.27-.008.005.004.032 0 .034m3.24-.841c.298-.013.597.013.893-.036.004 0 0-.036 0-.036-.296.05-.595.023-.893.036-.003 0-.003.036 0 .036m.105.34a.757.757 0 0 1 .337-.097c.104-.003.207.013.311.008.004 0 .003-.035 0-.035-.104.004-.207-.008-.31-.01a.697.697 0 0 0-.338.1c-.007.002.003.033 0 .034m.63-.733c.097-.104.246-.063.369-.09.005-.001 0-.036 0-.036-.123.027-.272-.013-.367.09-.007.008.004.03 0 .036m-8.41.537c.175-.14.36-.144.573-.133.233.009.422-.03.6-.19.008-.005-.003-.032 0-.034-.179.16-.367.196-.6.186-.214-.008-.396-.005-.574.135-.006.005.004.033 0 .036m.176.196c.275-.213.62-.036.93-.125.004 0 0-.035 0-.035-.31.088-.655-.09-.93.125-.006.006.004.032 0 .035m-.404-.697c.404-.227.911.234 1.262-.126.008-.006-.004-.032 0-.036-.351.36-.858-.1-1.262.126-.006.004.003.034 0 .036m1.351 1.717c.164-.124.259-.063.437-.017.255.062.51.07.771.07a.087.087 0 0 0 0-.034 3.38 3.38 0 0 1-.705-.056c-.2-.042-.32-.138-.503.002-.008.004.003.032 0 .035m0 .27c.316-.231.707.126 1.05.07.005 0 0-.036 0-.036-.343.056-.734-.301-1.05-.07-.007.005.003.033 0 .035m-1.999-5.836c.327-.236.67.067 1.016-.053.007-.003 0-.036 0-.036-.346.12-.69-.181-1.016.053-.006.006.004.034 0 .036m.192.18c.223-.058.446.04.667-.018.005 0 0-.036 0-.036-.221.058-.444-.04-.667.018-.004 0 .002.036 0 .036m-1.802 1.736c.27-.12.536-.093.824-.09.002 0 .002-.035 0-.035-.288-.003-.552-.03-.824.09-.007.002.001.034 0 .035m9.826.502c.196-.232.523-.167.788-.198.004 0 .002-.036 0-.036-.266.03-.592-.034-.786.198-.008.008.002.03 0 .036m-.807.59c.323-.316.73-.045 1.104-.197.005-.003-.001-.035 0-.036-.373.152-.781-.12-1.104.197-.007.007.004.032 0 .036m-7.917.518c.206-.274.513-.191.805-.267.005-.003 0-.037 0-.037-.292.078-.599-.006-.805.269-.007.008.004.03 0 .035m11.25-2.77c.187-.04.362-.09.554-.073.196.016.36.036.545-.048.007-.003-.001-.035 0-.036-.181.083-.352.072-.545.048-.188-.023-.371.033-.554.073-.004 0 0 .036 0 .036m-.146.336c.129-.026.249-.032.38-.037a.635.635 0 0 0 .29-.11c.007-.003-.002-.033 0-.034a.707.707 0 0 1-.26.107c-.138.018-.272.01-.41.04-.004 0 0 .034 0 .034m-.524-.67c.236-.11.602.14.772-.12.005-.008-.003-.031 0-.035-.17.259-.538.01-.772.12-.007.003.001.033 0 .035m.958.853a.98.98 0 0 1 .379-.076c.12.004.227.027.336-.036.007-.004-.004-.033 0-.036-.107.061-.217.045-.336.036-.136-.01-.25.03-.377.076-.006.001 0 .035 0 .036m-1.778-.937c.227-.263.627.142.898-.035.006-.004-.004-.033 0-.036-.271.177-.671-.227-.898.035-.006.008.004.03 0 .036m-.46-.13c.08-.133.255-.09.386-.1.146-.013.257-.098.36-.2.006-.006-.004-.03 0-.034a.617.617 0 0 1-.36.198c-.134.019-.303-.034-.387.102-.005.008.003.03 0 .034m-6.793-2.932c.216-.106.432.019.653-.036.005 0 0-.034 0-.034-.221.053-.437-.072-.653.034-.007.003.002.034 0 .035m.268.199c.109-.092.24-.004.36-.06.006-.003-.003-.035 0-.036-.12.056-.251-.031-.36.06-.008.006.002.032 0 .036m4.849 6.268c.117-.014.25.053.36-.01.008-.002-.003-.033 0-.034-.11.06-.243-.006-.36.008-.004 0-.001.036 0 .036m-8.54-5.54a.957.957 0 0 0-.545-.051c-.123.03-.115.153-.264.107 0 0-.006.034 0 .037.134.04.154-.057.264-.108.154-.072.394-.003.544.05 0 0 .006-.034 0-.035m-.108.188c-.307-.142-.635-.018-.956-.051-.003 0-.004.035 0 .035.32.033.649-.09.956.052-.003 0 .005-.032 0-.036" }), jsx("path", { d: "M58.736 69.707c-.159-.056-.307-.134-.467-.183-.184-.056-.386-.056-.573-.1 0 0-.005.035 0 .036.17.04.34.06.512.085.184.027.353.136.528.198 0 0 .005-.034 0-.036m-.67 3.309c.215-.276.535-.083.82-.147.006 0 0-.034 0-.034-.285.062-.605-.131-.82.146-.007.007.003.03 0 .035m.009.163c.104-.048.2-.111.318-.112.107-.002.214.07.319.085 0 0 .004-.035 0-.035-.11-.016-.21-.07-.32-.086-.108-.015-.224.069-.317.112-.007.002.001.034 0 .036m.192.47c.065-.064.126-.084.212-.053.069.027.126.056.2.02.005-.004-.003-.035 0-.036-.072.036-.131.01-.2-.019-.084-.033-.148-.01-.212.054-.007.006.004.03 0 .034m.142-1.07c.08-.048.151-.046.236-.011.087.036.155.057.242.01.006-.003-.003-.034 0-.035-.079.042-.144.03-.224-.003-.091-.039-.164-.05-.254.003-.006.004.003.034 0 .036m-.84-.103c.14-.035.246.044.382.064.105.015.221-.053.324-.073.004 0 0-.036 0-.036-.11.02-.214.077-.324.073-.14-.005-.236-.1-.382-.064-.004 0 0 .036 0 .036m2.023 1.91c.17-.178.413-.029.613-.127.006-.004-.004-.035 0-.036-.2.1-.442-.05-.613.128-.007.008.004.032 0 .036m3.741.266c.227-.138.467-.042.712-.044.003 0 .003-.036 0-.036-.246.002-.485-.093-.713.043-.007.005.003.035 0 .036m1.577-.041c.29-.106.518.169.806.11.005 0 0-.036 0-.036-.288.059-.516-.216-.806-.11-.005 0 .002.034 0 .036m1.987.049c.233-.043.583.184.773-.017.006-.007-.005-.031 0-.035-.19.2-.54-.027-.773.016-.004 0 0 .036 0 .036m1.385.18c.086-.173.264-.099.416-.083.182.02.351.004.498-.114.008-.006-.003-.032 0-.035-.164.133-.351.13-.551.11-.144-.017-.285-.07-.364.087-.004.01.004.03.001.035m-6.458-.11c.153-.009.284-.071.428-.12.16-.057.33-.005.485-.07.007-.003-.001-.035 0-.036-.137.059-.292.023-.436.055-.167.036-.304.126-.477.134-.004 0-.003.036 0 .036m1.048 1.404c.242-.282.618-.005.906-.178.006-.004-.004-.035 0-.036-.288.173-.664-.103-.906.18-.007.008.004.03 0 .036m.336.094c.23-.082.602.059.772-.162.006-.008-.006-.03 0-.036-.17.22-.542.08-.772.162-.006.003.001.036 0 .036m2.18.942c.17-.18.364-.2.594-.158.271.052.524.108.798.047.005-.001 0-.036 0-.036-.251.057-.488.017-.736-.033-.254-.052-.466-.056-.656.145-.007.007.004.03 0 .035" }), jsx("path", { d: "M65.496 77.25a.64.64 0 0 1 .461-.113c.002 0 .004-.034 0-.034a.633.633 0 0 0-.461.11c-.007.006.004.034 0 .036m-4.648-2.985c.113-.144.328-.059.476-.125.007-.003-.003-.035 0-.036-.148.066-.363-.02-.476.125-.007.008.005.03 0 .036m.816.012c.036-.2.32-.096.448-.179.007-.004-.003-.033 0-.034-.133.084-.412-.026-.45.182l.002.03m1.452-.13c-.116-.008-.221-.05-.339-.042-.13.009-.257.073-.381.112-.005 0 .001.034 0 .034.128-.04.25-.09.381-.11.115-.02.227.034.339.04.003 0 .004-.034 0-.034m.517.064c.152-.031.307-.037.46-.016.13.016.268.09.396.07.004 0 0-.035 0-.035-.112.017-.229-.041-.341-.061a1.313 1.313 0 0 0-.515.006c-.005 0 0 .036 0 .036m1.644.055c.199-.021.404.043.571-.097.007-.007-.003-.034 0-.036-.167.14-.373.076-.57.097-.003 0 0 .036 0 .036m1.073-.041c.32-.336.773.016 1.154-.098.006-.001 0-.034 0-.034-.381.113-.833-.24-1.154.097-.007.007.004.03 0 .035m-6.956 0c.149-.12.329-.12.502-.18.006-.003 0-.036 0-.036-.173.06-.353.06-.502.18-.007.006.004.033 0 .036m5.408.012c.128-.186.346-.195.542-.248.006-.003 0-.036 0-.036-.197.053-.416.064-.544.25-.005.007.004.03 0 .034m2.867-.11c.13-.132.312-.101.476-.138.004 0 0-.035 0-.035-.164.037-.347.007-.476.139-.007.006.005.03 0 .034m.788-.277c.119-.088.253-.084.393-.097.004 0 .003-.036 0-.036-.14.013-.274.01-.393.097-.008.005.003.033 0 .036m0-.375c.13-.038.267-.057.38-.138.007-.006-.003-.034 0-.036-.113.08-.25.1-.38.138-.005.003 0 .036 0 .036m-9.617.11c.149-.015.296-.063.448-.04 0 0 .004-.035 0-.036-.152-.023-.299.025-.448.042-.004 0-.002.035 0 .035" })] }), jsx("path", { d: "M52.491 60.56s1.234-.114 1.172.101c-.06.216.062.216.393.216.332 0 1.237-.124 1.327.03.092.154.964-.062 1.296-.124.332-.061.573-.061.754-.092.182-.031.513-.122.513 0s.09.401.09.401.392.339.664.339c.27 0 .362.094.422.184.06.094 0 .278.241.216.242-.061.03.062.602-.153.574-.216.332-.032.483-.155a.653.653 0 0 1 .604-.153c.27.063.482.184.572.153.092-.031.302-.092.694.094.391.184.814.245 1.146.276.332.031.512.094.693 0 .18-.094.603-.094.724-.094.12 0-.122-.06.573.032.693.093.754.093.844 0 .09-.094.332-.153.452-.185.121-.03.18-.184.301-.123.121.063.422.186.664.308.241.125.815.186 1.146.125.332-.063.121-.032.664.092.542.122.723.153.933.153.211 0 .971-.092.971-.092l-.277-.064c-.331-.278-.18-.028-.814-.367-.635-.34-.361-.216-1.296-.431-.934-.217-.723-.402-1.025-.586-.302-.186-.333 0-.664 0-.332 0-.211-.215-.994-.801-.784-.586-.724-.431-1.026-.678-.302-.246-.935-.646-1.267-.955-.331-.308-1.024-.235-1.326-.246-.668-.023-.924-.673-1.507-.543-.263.06-.725-.351-1.388-.504-.664-.155-1.297.4-1.778.709-.483.307-1.63.954-2.141 1.416-.512.462-1.61 1.015-2.273 1.23-.664.216-1.142.211-1.142.211", fill: "color(display-p3 1.000 1.000 1.000)", fillRule: "nonzero", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("path", { d: "M60.077 58.36a1.13 1.13 0 0 1-.27.124c-.011.004.002.07 0 .07.094-.031.186-.066.27-.122.014-.01-.005-.067 0-.072m4.132.679c-.32.173-.568.452-.874.646-.014.008.006.067 0 .071.306-.195.554-.473.874-.647.014-.006-.005-.068 0-.07m.027-.466c-.16.242-.371.446-.619.596-.013.008.006.068 0 .072a1.98 1.98 0 0 0 .62-.598c.011-.015-.006-.063-.001-.068m-.245-.228a.957.957 0 0 1-.398.238c-.009.003 0 .071 0 .071a.966.966 0 0 0 .398-.239c.013-.013-.008-.064 0-.07m.022.192c-.174.18-.34.382-.572.489-.013.005.004.07 0 .07.232-.106.398-.307.574-.489.013-.013-.01-.062 0-.07m.116.918c-.163.215-.267.483-.527.596-.012.006.004.07 0 .071.261-.113.364-.38.527-.596.012-.017-.01-.06 0-.07m-.14.513c-.095.112-.172.256-.315.31-.013.004.003.07 0 .071.143-.053.22-.199.315-.31.013-.015-.008-.062 0-.071m.07.404c.138.1.2.27.339.37-.007-.005.013-.061 0-.072-.137-.098-.2-.269-.339-.369.007.005-.013.061 0 .07m.303.729c.067.048.107.12.163.178l.004-.036c0-.006.002-.028-.004-.034-.056-.059-.096-.132-.163-.179l-.004.035c0 .006-.003.032.004.036m-4.613-2.124c-.186.197-.4.361-.643.477-.013.007.005.07 0 .07.243-.114.457-.28.643-.477.013-.013-.008-.061 0-.07m-.304.537c-.296.257-.651.403-1.016.525-.011.004.001.071 0 .071.365-.121.72-.267 1.016-.525.013-.012-.008-.064 0-.071m-.491.539c-.155.224-.381.493-.653.56-.01.002 0 .07 0 .07.273-.066.5-.336.654-.561.011-.016-.005-.063 0-.07m-1.67.24a3.033 3.033 0 0 1-.526.285c-.012.004.003.069 0 .07a2.87 2.87 0 0 0 .526-.286c.013-.008-.006-.067 0-.071m-.35-.119c-.044.014-.085.032-.129.048-.01.004.003.071 0 .071.044-.015.085-.035.13-.048.009-.003 0-.07 0-.07m2.533.453a3.237 3.237 0 0 0-.256.166c-.014.01.006.067 0 .071.082-.06.168-.115.256-.167.013-.008-.006-.066 0-.07m3.212.144c-.124.057-.246.12-.363.19-.013.008.007.067 0 .071.117-.07.24-.133.363-.19.013-.007-.004-.07 0-.071m.829-.144a.575.575 0 0 0-.2.204c-.005.01-.001.032-.001.044 0 .002.002.026.004.024a.546.546 0 0 1 .197-.2c.013-.01-.005-.07 0-.072", fill: "color(display-p3 0.000 0.000 0.000)", fillRule: "nonzero" }), jsxs("g", { fill: "color(display-p3 0.000 0.463 0.220)", fillRule: "nonzero", opacity: ".59", children: [jsx("path", { d: "M55.775 68.608c-.014.161-.014.343.08.483-.004-.007.012-.054.001-.07a.559.559 0 0 1-.076-.364c0-.009-.003-.077-.005-.049m-.092.453c-.056-.085-.154-.205-.147-.314 0-.012-.004-.08-.007-.036-.008.164.064.286.151.42-.004-.007.013-.054.003-.07m-.25-.065a1.427 1.427 0 0 1-.294-.817c-.003-.044-.007.024-.007.034.019.307.107.615.301.854-.009-.01.014-.054 0-.071m.634.027c-.024-.027-.036-.056-.05-.087-.001-.004-.004.021-.004.024 0 .013-.004.032.002.044.016.032.026.064.05.09l.004-.035c0-.008.003-.03-.004-.036m.162.025c-.03-.01-.058-.021-.074-.05-.002-.003-.004.023-.004.025 0 .012-.004.033.002.044.017.029.045.041.076.053-.003-.001.01-.068 0-.072m-1.254-.152c-.102-.204-.109-.43-.12-.653-.004-.046-.008.022-.006.034.013.236.017.474.125.688-.004-.009.01-.052.003-.069m.181-1.89c.001.125.053.39-.107.433-.012.002 0 .07 0 .07.171-.045.116-.373.114-.504 0-.04-.007-.04-.007 0m-.27.518a.348.348 0 0 0 .077-.128c.004-.014.002-.031.002-.044l-.004-.026a.328.328 0 0 1-.073.126c-.007.006-.004.028-.004.036 0 .002.004.034.003.036m.31 0c.103-.072.091-.203.091-.315 0-.04-.007-.04-.007 0 0 .095 0 .184-.084.243-.013.01.007.066 0 .072m1.14-.33c.039.094.011.208.011.307 0 .04.005.04.007 0 0-.12.032-.261-.015-.376.004.01-.01.05-.003.07m-1.004.34c.134-.083.139-.278.114-.42a.47.47 0 0 0-.004.06c.02.11-.014.23-.11.29-.013.008.007.067 0 .07m.907-.026a.301.301 0 0 0 .04-.152c0-.013.001-.03-.003-.043-.001-.002-.004.022-.004.024a.221.221 0 0 1-.036.103c-.005.01-.002.032-.001.043 0 .002.001.029.004.026m-.51-.557c.06.152-.022.353-.04.51 0 .01.002.08.006.051.023-.198.113-.433.035-.629.005.01-.01.05 0 .068m.709.535v-.14c0-.003 0-.035-.003-.035-.004 0-.004.032-.004.035v.14c0 .002 0 .034.004.034.003 0 .003-.032.003-.034m1.312.188c.081-.091.077-.222.077-.339 0-.04-.006-.04-.006 0 0 .097-.004.193-.071.268-.013.015.008.061 0 .07m-1.96-.177c.124-.149.139-.337.152-.524 0-.012-.003-.08-.007-.036-.012.176-.029.35-.145.49-.013.016.01.06 0 .07m-.323.026c.222-.074.13-.483.102-.65a.45.45 0 0 0-.004.062c.026.157.1.452-.098.516-.01.004.002.07 0 .072m.544-.319c-.006.09-.017.192-.097.248-.013.01.007.067 0 .07.09-.062.096-.182.103-.282 0-.013-.004-.08-.007-.036m.45.33c.04-.029.05-.066.053-.114 0-.013.002-.03-.003-.044a.107.107 0 0 0-.004.025c0 .024-.03.05-.047.063-.005.004-.002.03-.002.035l.002.036m-.384 0a.861.861 0 0 0 .154-.52c0-.023-.007-.07-.008-.019a.779.779 0 0 1-.146.467c-.012.017.01.06 0 .072m-1.313-.05a.09.09 0 0 0 .027-.042.204.204 0 0 0 0-.05c0-.002 0-.026-.004-.013a.098.098 0 0 1-.023.033c-.007.007-.004.028-.004.036l.004.036m.47 1.462c-.126-.164-.171-.371-.222-.57.003.014-.007.05-.001.07.05.198.096.405.224.57-.01-.012.013-.053 0-.07m-.434-.051a1.092 1.092 0 0 1-.098-.203l-.004.026c0 .013-.003.03.002.044.024.072.06.137.099.202a.1.1 0 0 0 .004-.025c0-.01.004-.033-.003-.044m1.608-.03a.664.664 0 0 0 .027.137l.004-.026c0-.013.001-.029-.003-.044a.603.603 0 0 1-.022-.117c-.002-.012-.004-.012-.006 0a.24.24 0 0 0 0 .05m1.216 1.357c.008.082.062.141.1.21.003.004.004-.021.004-.024 0-.012.004-.033-.002-.044-.034-.061-.091-.12-.098-.193 0-.012-.004-.012-.005 0v.05m-.008.245a.412.412 0 0 1-.11-.215c.002.012-.009.048-.003.068.022.08.048.16.113.217-.008-.008.013-.06 0-.072m7.052-2.841c.125-.084.172-.233.224-.37.007-.018-.005-.057-.001-.066-.054.133-.099.283-.223.365-.013.008.007.067 0 .071m.312-.077c.15-.256.105-.567.09-.85-.003-.044-.007.024-.007.036.013.254.049.52-.084.746-.011.016.005.061 0 .068m6.585.826v-.165c0-.003 0-.035-.003-.035-.004 0-.004.032-.004.035v.165c0 .003 0 .036.004.036s.003-.033.003-.036m.719.031a.69.69 0 0 0 .013-.157c0-.002.001-.035-.003-.035s-.002.033-.002.035a.46.46 0 0 1-.011.096.153.153 0 0 0-.001.049c0 .003 0 .027.004.013m-.596.091c.085-.197.112-.41.125-.624.001-.012-.003-.08-.005-.036-.014.204-.04.404-.122.592-.008.019.006.059.002.068m.412-.047c0-.144.022-.286.024-.43 0-.04-.007-.04-.007 0-.001.144-.023.286-.025.43 0 .04.006.04.008 0m-.176-.017c.074-.267.146-.53.15-.81 0-.022-.005-.069-.006-.018-.006.263-.076.51-.147.76-.005.02.005.057.003.068m-.507-.007c0-.068.012-.134.013-.202 0-.003 0-.036-.004-.036s-.004.033-.004.036c0 .066-.01.133-.012.202 0 .002 0 .035.004.035s.003-.033.003-.035m.357.071c.072-.23.054-.475.088-.712a.344.344 0 0 0-.002-.061c-.035.234-.016.477-.087.705-.005.02.005.057.001.068m-.16.01c.027-.117.05-.231.052-.35 0-.023-.006-.07-.008-.02 0 .107-.025.207-.046.308a.153.153 0 0 0-.002.05c0 .002 0 .026.004.013m.274-.07c.002-.133.022-.264.025-.396 0-.022-.007-.068-.007-.018-.002.138-.024.276-.025.413 0 .041.007.041.007 0m-7.056-.85a.877.877 0 0 0 .176-.506c0-.024-.006-.07-.007-.02a.813.813 0 0 1-.17.455c-.013.017.009.06 0 .072m-.309.062c.035-.069.072-.137.112-.204.006-.009.003-.032.003-.042 0-.003-.003-.03-.005-.026-.039.067-.078.134-.111.203-.007.012-.004.032-.003.044a.1.1 0 0 0 .004.025m.658-.194c.013-.094.013-.19.013-.284 0-.003 0-.035-.003-.035a.138.138 0 0 0-.004.035c0 .074 0 .149-.01.222v.05c0 .001.002.026.004.013m.284-.087c.048-.189.076-.382.113-.573a.225.225 0 0 0-.004-.061c-.036.188-.064.378-.11.565-.006.021.003.057 0 .07m.215-.125c0-.109.011-.218.012-.329 0-.04-.006-.04-.006 0 0 .11-.012.22-.014.33 0 .04.007.04.008 0m.195-.08c.063-.195.099-.394.115-.6 0-.01-.004-.08-.007-.034a2.41 2.41 0 0 1-.11.565c-.006.02.006.058.002.07m.272-.038c.072-.129.088-.27.101-.414 0-.01-.002-.079-.005-.051a.975.975 0 0 1-.097.396c-.01.017.006.061.001.07m.224.063a.938.938 0 0 0 .125-.426c0-.011-.002-.08-.005-.051a.885.885 0 0 1-.123.408c-.009.016.007.061.003.07m.37-.14a.92.92 0 0 0 .275-.433c.006-.018-.005-.057-.002-.068a.919.919 0 0 1-.272.43c-.014.013.008.064 0 .07m.509.011c.113-.156.09-.364.101-.547 0-.013-.002-.08-.005-.037-.012.176.01.367-.097.516-.011.015.005.063.001.068m.296-.112c.153-.085.2-.25.203-.419 0-.022-.007-.068-.007-.018-.003.15-.061.293-.196.366-.013.007.005.068 0 .071m-.54.117c0-.057 0-.114.01-.172a.193.193 0 0 0 0-.048c0-.002 0-.026-.003-.013-.014.077-.014.155-.014.233 0 .003 0 .036.003.036a.149.149 0 0 0 .004-.036m-.757.164c0-.07 0-.14.01-.21a.191.191 0 0 0 .002-.048c0-.003-.003-.027-.004-.014-.014.091-.014.182-.015.272 0 .003 0 .035.003.035.005 0 .004-.032.004-.035m-.364.175c.089-.084.09-.212.102-.327 0-.009-.002-.078-.005-.05-.012.109-.013.226-.097.306-.014.014.008.063 0 .071m-.172.025c.05-.11.053-.23.053-.35 0-.04-.008-.04-.008 0a.64.64 0 0 1-.048.282c-.008.018.007.059.003.067" }), jsx("path", { d: "M65.479 67.537v-.177c0-.001 0-.035-.004-.035s-.004.034-.004.035v.177c0 .003 0 .036.004.036s.004-.033.004-.036m-.227.072c.064-.19.147-.373.187-.573a.344.344 0 0 0-.003-.061c-.04.196-.123.377-.187.566-.005.019.007.058.003.068m1.277-.392c.062-.13.087-.27.102-.413 0-.01-.003-.08-.006-.05-.01.136-.042.27-.097.395-.008.018.007.059.001.068m.26-.076c.014-.029.027-.058.038-.089.004-.013.002-.03.002-.043a.107.107 0 0 0-.004-.025.72.72 0 0 1-.037.09c-.005.01-.003.03-.003.042a.1.1 0 0 0 .004.025m.347-.064c.101-.186.056-.402.04-.604-.003-.028-.007.04-.005.051.013.163.045.333-.036.484-.01.017.006.061.001.07m.299-.038c.097-.2.112-.419.125-.637.001-.012-.003-.08-.005-.036-.014.208-.03.414-.122.604-.009.018.006.06.002.069m-3.079.156c-.013.117-.073.227-.05.347.003.013.006-.011.006-.014 0-.014.001-.032-.001-.048-.008-.038.02-.094.029-.133a.637.637 0 0 0 .021-.103c0-.008-.001-.077-.005-.049m.004.465c.021-.093.036-.186.061-.28.006-.018-.005-.054-.002-.066-.024.092-.04.185-.062.278-.005.02.006.056.002.067m1.23-.273v-.14c0-.003 0-.035-.002-.035-.004 0-.004.032-.004.035v.14c0 .002 0 .034.004.034s.002-.032.002-.034m.471-.111c-.001-.12-.035-.228-.064-.343.003.014-.007.05-.001.07.024.096.057.19.058.292.002.049.008.004.007-.019m.556-.097c.08-.147.13-.307.15-.472a.31.31 0 0 0-.005-.062 1.281 1.281 0 0 1-.146.466c-.011.016.005.06 0 .068m1.96 1.824c.072-.135.133-.275.186-.419.007-.019-.006-.057-.002-.067a3.325 3.325 0 0 1-.187.418c-.008.016.007.06.003.066m.433-.034a.843.843 0 0 0 .2-.436.31.31 0 0 0-.004-.062.821.821 0 0 1-.196.427c-.013.015.008.06 0 .07m.359-.063a.768.768 0 0 0 .162-.611.327.327 0 0 0-.002.061c.026.18-.054.343-.16.479-.014.016.009.06 0 .07m.336-.089c.117-.218.09-.48.064-.717-.004-.028-.007.04-.006.05.023.205.039.414-.06.6-.009.017.006.06.002.067m-.846-.14c.016.05.063.126 0 .158-.012.008.007.069 0 .072.047-.024.046-.083.043-.13-.004-.058-.023-.113-.04-.169.003.012-.008.05-.003.07m.3.255c.07-.077.067-.19.067-.289 0-.003 0-.036-.004-.036s-.004.033-.004.036c0 .08-.004.157-.059.219-.013.013.008.061 0 .07m.398-.078a.81.81 0 0 0 .064-.303c0-.023-.006-.07-.007-.019a.696.696 0 0 1-.059.254c-.008.018.006.058.002.068m-.804.056c0-.047 0-.091.01-.135a.153.153 0 0 0 0-.05c0-.002 0-.026-.004-.013-.013.066-.013.131-.013.196 0 .003 0 .036.003.036.004 0 .004-.033.004-.036m-.348.119a.712.712 0 0 1 .048-.173c.005-.012.002-.032.002-.044 0-.003-.002-.027-.004-.024-.026.056-.038.12-.05.18a.153.153 0 0 0 0 .049c0 .001 0 .027.004.013m1.048-.788c-.006.14-.088.268-.047.411-.004-.01.007-.048.001-.068-.017-.061.022-.139.035-.199a.557.557 0 0 0 .017-.125c0-.023-.004-.068-.006-.019m-.442.32a1.2 1.2 0 0 1-.01-.184c0-.002 0-.036-.004-.036s-.003.034-.003.036c0 .082 0 .164.013.246.003.013.006-.011.006-.014l-.002-.048m.274.051.037-.267v-.048c0-.002-.001-.026-.004-.013l-.037.267v.048c0 .002.002.026.004.013m-.186-.032c0-.057.003-.113.023-.168.004-.013.003-.03.003-.044l-.004-.024c-.027.075-.027.157-.028.236 0 .003 0 .036.004.036s.002-.033.002-.036m.584-.025c0-.062 0-.122-.013-.183-.004-.013-.005.01-.005.013 0 .016-.003.034 0 .048.01.04.012.08.012.122 0 .002 0 .036.002.036.004 0 .004-.034.004-.036m-.425.35a.443.443 0 0 0 .04-.189c0-.013.003-.03-.003-.044a.12.12 0 0 0-.004.025.314.314 0 0 1-.034.139c-.006.013-.003.032-.003.044a.1.1 0 0 0 .004.025m-.381-.334c0-.055-.012-.11-.014-.164a.113.113 0 0 0-.004-.026.122.122 0 0 0-.001.044c0 .055.01.11.012.164 0 .004.003.028.004.026.004-.014.003-.031.003-.044M72.94 70.1c.039-.27.261-.464.31-.733a.316.316 0 0 0-.003-.063c-.05.271-.272.463-.31.735a.249.249 0 0 0 .003.061m.175-.097c0-.075.026-.141.084-.19.013-.013-.008-.063 0-.071-.072.062-.09.15-.091.241 0 .023.005.07.007.02m-.324.063a.545.545 0 0 1 .136-.188c.005-.006.002-.03.002-.036l-.002-.035a.554.554 0 0 0-.138.19c-.006.013-.002.033-.002.045a.1.1 0 0 0 .004.025m.458-.115c.048-.156.063-.316.076-.477 0-.01-.002-.079-.005-.05-.013.155-.027.31-.073.46-.006.02.005.057.002.067m-.548.02c-.006-.018-.009-.024-.009-.016 0-.013-.004-.012-.005 0v.051a.067.067 0 0 0 .014.035l.004-.035c0-.01.003-.028-.004-.036m.61.083c.15-.26.207-.562.162-.858-.004-.026-.006.042-.005.051.033.257-.024.518-.16.739-.01.016.007.061.003.068m-1.127-1.618a1.009 1.009 0 0 0-.013-.346c-.003-.014-.004.009-.006.013 0 .013-.001.032.002.048a.693.693 0 0 1 .013.235c-.003.009 0 .078.004.05" }), jsx("path", { d: "M73.421 69.967c.122-.2.1-.458.126-.68.001-.011 0-.08-.004-.051-.027.22-.004.467-.123.661-.01.016.007.062.001.07m-2.518.066a.302.302 0 0 0 .013.147c.003.004.005-.021.005-.024 0-.013.003-.03-.002-.044-.003-.005-.012-.021-.011-.03v-.049c-.001-.013-.004-.012-.005 0M63.9 67.281c.147-.093.207-.266.248-.432.006-.02-.004-.056-.001-.068-.041.164-.1.335-.247.43-.013.009.006.066 0 .07m6.87 2.903c0-.044.002-.093-.014-.135-.002-.004-.005.022-.005.024 0 .014-.003.032.003.044.009.022.009.044.009.067 0 .003 0 .036.004.036s.003-.033.003-.036m.249-.024v-.317c0-.04-.007-.04-.007 0v.317c0 .04.007.04.007 0m-7.097-3.408c-.014.15-.019.333-.16.42-.014.01.006.068 0 .072.146-.09.15-.287.164-.441 0-.01-.003-.078-.004-.051m.486.935c.087-.222.134-.458.139-.696 0-.023-.005-.07-.007-.02a1.88 1.88 0 0 1-.133.646c-.007.019.005.059.001.07m-.756-.444c.023-.036.036-.075.05-.114.004-.013.002-.03.002-.044l-.004-.025a.513.513 0 0 1-.049.115c-.007.009-.003.032-.003.042 0 .003.002.03.004.026m.548.344v-.088c0-.002 0-.035-.002-.035-.004 0-.004.033-.004.035v.089c0 .003 0 .035.004.035s.002-.032.002-.035m-.649-.356a.05.05 0 0 0 .025-.013c.006-.006.003-.028.003-.036l-.003-.035a.05.05 0 0 1-.025.013c-.01 0 0 .071 0 .071m7.144-1.2c0-.047.005-.088.03-.13.006-.01.002-.033.002-.043 0-.003-.001-.028-.004-.024-.036.058-.035.13-.035.197 0 .003 0 .036.004.036s.003-.033.003-.036m2.059.05c.001-.06.016-.12.029-.18a.161.161 0 0 0 0-.066c-.021.08-.033.163-.036.247 0 .002 0 .036.004.036s.003-.034.003-.036m-1.031.034c.08-.266.097-.545.099-.822 0-.04-.007-.04-.007 0a2.66 2.66 0 0 1-.093.753c-.007.02.004.057 0 .07m-.255-.003v-.18c0-.003 0-.036-.003-.036-.004 0-.004.033-.004.036v.18c0 .002 0 .036.004.036s.003-.034.003-.036m.819.018a.39.39 0 0 0-.016-.217c-.002-.003-.006.021-.006.025 0 .014-.001.03.003.043.008.024.023.055.016.08-.003.013-.003.03-.003.044 0 .003.004.027.006.024m-1.043-.083c.001-.168.03-.333.047-.5 0-.009-.003-.078-.004-.05-.019.184-.048.365-.05.55 0 .04.006.04.007 0m.752.051c.08-.125.083-.276.097-.42.002-.01-.001-.079-.004-.05-.014.138-.017.28-.094.4-.011.017.005.063 0 .07m-1.107-.02c.016-.087.016-.175.032-.261a.204.204 0 0 0 0-.05c0-.002-.001-.026-.004-.013-.016.088-.016.176-.032.264a.145.145 0 0 0 0 .048c0 .003 0 .027.004.013m.707.031c.018-.08.018-.163.018-.244 0-.003 0-.036-.004-.036s-.002.033-.002.036a.838.838 0 0 1-.015.183.153.153 0 0 0-.001.049c0 .001.001.025.004.013m-.29.02c.067-.182.158-.354.194-.546a.23.23 0 0 0-.004-.062c-.035.191-.126.36-.192.539-.007.019.006.057.002.068m-.274-.133a.29.29 0 0 1-.046-.14.1.1 0 0 0-.004-.026c-.005.014-.002.031-.002.044a.376.376 0 0 0 .05.19c.003.002.004-.023.004-.026 0-.01.004-.033-.002-.042m.868.101c.014-.032.018-.067.033-.099.004-.013.003-.03.003-.044 0-.002-.004-.026-.006-.024-.013.031-.017.067-.032.098-.005.013-.002.032-.002.044a.1.1 0 0 0 .004.025m.69-.279c.035.076.027.151.014.231v.05c0 .002.002.026.005.013.017-.12.035-.25-.017-.362.004.01-.011.051-.002.068m-.497.33a.288.288 0 0 0 .097-.166c.004-.013.003-.029.003-.044l-.004-.024a.28.28 0 0 1-.096.163c-.005.004-.003.03-.003.036l.003.035m.372.044c.035-.214.1-.466-.033-.656.004.006-.014.053-.003.068.112.16.063.346.032.526a.23.23 0 0 0 .004.062m-.69-.12c.015-.142.043-.28.078-.419.004-.02-.005-.055-.003-.067a3.635 3.635 0 0 0-.081.435c-.001.01 0 .079.004.05m-.673-.009v-.328c0-.04-.007-.04-.007 0v.328c0 .04.007.04.007 0m-.342.003c.024-.027.02-.067.02-.1 0-.003 0-.036-.004-.036s-.002.033-.002.036c0 .013-.004.02-.014.03-.005.006-.002.026-.002.035l.002.035m1.66-.019c0-.114 0-.229-.017-.342-.003-.014-.005.01-.005.013l.001.048c.013.093.013.187.013.281 0 .04.008.04.008 0m.367.018a.287.287 0 0 0 .019-.116c0-.003 0-.036-.003-.036a.149.149 0 0 0-.004.036c0 .016-.007.032-.013.048-.006.012-.003.03-.003.042 0 .003.003.028.004.027m-1.637.005a4.05 4.05 0 0 1-.016-.402c0-.04-.007-.04-.007 0 0 .152.001.302.017.453.003.027.006-.041.004-.05" }), jsx("path", { d: "M71.355 66.15c.016-.23.017-.46.032-.69.001-.012-.003-.08-.006-.036-.014.23-.017.46-.032.69 0 .011.003.08.006.035m.305-.082a.682.682 0 0 0 0-.38c.003.01-.008.048-.003.068a.401.401 0 0 1 0 .244c-.005.018.006.056.003.068m.288.066c.035-.109.05-.217.05-.33 0-.04-.006-.04-.006 0 0 .089-.019.176-.045.261-.007.02.005.057.001.068m.319-.279c.026.087.086.194.08.286 0 .009.002.077.005.05.01-.146-.04-.268-.083-.405.004.012-.008.05-.001.07m-1.459.178v-.065c0-.003 0-.036-.002-.036-.004 0-.004.033-.004.036v.066c0 .002 0 .035.004.035.002 0 .002-.033.002-.036m2.071-.019a.112.112 0 0 1-.03-.064c0-.002-.002-.026-.005-.013a.204.204 0 0 0-.001.05c.003.037.01.07.035.1l.004-.037c0-.008.002-.029-.004-.036m-.754.099c.035-.184.05-.37.051-.556 0-.04-.007-.04-.008 0 0 .167-.016.33-.047.495a.23.23 0 0 0 .004.061m-.676 2.37a.969.969 0 0 0 .035-.222c0-.013.003-.03-.001-.043-.002-.002-.006.022-.006.024 0 .059-.016.116-.029.174a.173.173 0 0 0 .001.066m.515-.046c.084-.095.084-.228.084-.348 0-.04-.007-.04-.008 0 0 .1-.007.2-.076.276-.013.014.008.061 0 .072m1.252 1.353.016.18c0 .013.003.013.004 0v-.05l-.016-.18c0-.013-.004-.011-.004 0-.003.017-.001.033 0 .05m-2.125.27v.082c0 .003 0 .036.004.036s.002-.033.002-.036v-.081c0-.003 0-.036-.002-.036a.149.149 0 0 0-.004.036m-.128-.198v.346c0 .04.006.04.006 0v-.346c0-.04-.006-.04-.006 0m-1.315-1.132a.813.813 0 0 0 .099-.386c0-.023-.007-.068-.007-.019a.72.72 0 0 1-.093.337c-.01.016.005.06 0 .068m.048.395a.296.296 0 0 0 .164-.283c0-.002-.003-.026-.004-.013a.285.285 0 0 1-.16.225c-.014.007.005.068 0 .071m1.145 1.09a1.013 1.013 0 0 0-.035-.223l-.004.025c0 .013 0 .03.003.044.013.056.028.113.03.172 0 .003.002.027.003.024.006-.013.003-.03.003-.043" }), jsx("path", { d: "M69.647 68.795c.018.064.013.129.013.196 0 .002 0 .036.003.036.004 0 .004-.034.004-.036 0-.09.008-.179-.019-.264.004.01-.008.048-.001.068m-.175.209c.016-.084.032-.165.033-.25 0-.014.003-.031-.002-.045l-.004.026c0 .07-.016.138-.03.208a.153.153 0 0 0-.001.049c0 .001.001.027.004.013m-.761-.985c0 .179.022.361-.062.524-.009.017.007.06.002.07.096-.185.068-.394.066-.594 0-.04-.006-.04-.006 0m.153.97c0-.04.003-.075.013-.114.004-.013.003-.03.003-.043l-.004-.025c-.019.059-.019.12-.019.183 0 .001 0 .034.003.034.004 0 .004-.033.004-.034m1.039-.551c.013.15-.09.316-.191.416-.013.013.01.063 0 .07a.67.67 0 0 0 .196-.535c-.003-.028-.005.04-.005.049m-.916-.204c-.016.12-.052.236-.051.36 0 .04.008.04.007 0 0-.101.034-.2.046-.299a.202.202 0 0 0 .002-.049c0-.001-.003-.027-.004-.013m.29.758a.685.685 0 0 0 .164-.432c0-.001-.002-.026-.004-.013a.668.668 0 0 1-.16.373c-.013.016.01.063 0 .072m-3.122-1.866c.001.044-.03.092-.06.12-.007.005-.004.028-.004.036l.004.034c.06-.053.069-.132.066-.209a.107.107 0 0 0-.004-.024c-.004.013-.002.03-.002.043m-.588.269v-.197c0-.003 0-.036-.004-.036-.003 0-.003.033-.003.036v.197c0 .003 0 .035.003.035.004 0 .004-.032.004-.035m-.34.035a.31.31 0 0 0 .032-.234.12.12 0 0 0-.006.026c0 .013 0 .029.003.042.008.03-.016.072-.032.096-.007.011-.003.034-.003.044a.1.1 0 0 0 .004.026m-.593.112c.015-.07.017-.142.017-.212 0-.003 0-.035-.004-.035s-.002.032-.002.035c0 .05-.004.101-.015.15a.145.145 0 0 0-.001.048c0 .003.001.027.005.014m-.645.086a.206.206 0 0 0 .066-.157c0-.013.003-.03-.001-.044-.001-.003-.005.023-.005.027 0 .04-.034.076-.06.104-.007.006-.004.028-.004.036l.004.034m.128-.477c-.006.027-.023.032-.047.028-.001 0-.008.07 0 .07.03.006.045-.007.05-.037a.193.193 0 0 0 0-.048c0-.002 0-.026-.003-.013m.372.459c.048-.067.09-.139.128-.214.005-.01.002-.03.002-.042 0-.003-.002-.03-.004-.026-.037.075-.08.147-.129.214-.01.014.007.062.003.068m2.134-.694a.398.398 0 0 1-.077.246c-.013.016.01.06 0 .072.065-.08.08-.18.084-.28 0-.014-.004-.08-.007-.038m.419-.11c.001.061.01.126-.03.177-.006.007-.003.027-.003.035 0 .004.004.034.002.036.06-.075.04-.196.036-.283-.002-.044-.006.024-.006.035m.294.213a.293.293 0 0 0 .032-.164c-.002-.013-.005.01-.005.013-.001.028-.017.056-.03.082-.005.012-.002.032-.002.044a.1.1 0 0 0 .004.025m.447-.143c0-.009-.006-.013-.014-.009-.005 0-.004.07 0 .07.023 0 .019-.023.02-.042 0-.013.003-.03-.002-.044l-.004.025m-3.758-1.453c.019-.08.018-.163.018-.245 0-.002 0-.035-.003-.035a.145.145 0 0 0-.004.035c0 .062 0 .122-.013.184a.144.144 0 0 0-.002.048c0 .002 0 .026.004.013m1.015-.13c.001-.115.016-.23.016-.345 0-.04-.007-.04-.007 0 0 .115-.014.23-.016.344 0 .04.007.04.007 0m-.504-.429c.013.077.053.2-.03.247-.014.006.005.068 0 .07.11-.058.05-.284.034-.378-.003-.014-.005.01-.005.013 0 .016-.002.032.001.048m.244.215a.41.41 0 0 1-.013-.115c0-.001 0-.035-.003-.035-.004 0-.004.034-.004.035a.64.64 0 0 0 .019.183l.004-.026c0-.013.001-.029-.003-.042m-.421-.263c-.006.11.002.228-.047.33-.008.017.007.058.003.066.053-.107.045-.241.049-.36.001-.012-.004-.08-.005-.036m.517.332c.033-.039.035-.084.035-.133 0-.003 0-.036-.003-.036-.004 0-.004.033-.004.036 0 .026-.013.045-.028.062-.007.007-.004.027-.004.036l.004.035m-.752.236c0-.041.016-.083.03-.123.003-.013.002-.03.002-.044 0-.002-.004-.026-.005-.024a.613.613 0 0 0-.035.174c0 .013-.001.029.003.042.001.003.004-.021.004-.025m.27-.204a.293.293 0 0 0 .035-.115v-.049c-.004-.013-.005.01-.005.013-.003.03-.019.058-.031.082-.005.012-.003.032-.003.044a.1.1 0 0 0 .004.025m-.222.073c0-.044.013-.086.016-.132 0-.013.002-.03-.003-.042a.12.12 0 0 0-.004.024c-.001.044-.015.086-.016.132 0 .013-.003.03.003.044a.107.107 0 0 0 .004-.027m.48-.143a.056.056 0 0 1-.014-.029c0-.003 0-.036-.002-.036-.004 0-.004.033-.004.036 0 .033 0 .073.02.1l.004-.035c0-.009.001-.028-.004-.036m.241.171c.035-.037.05-.085.067-.133a.152.152 0 0 0 0-.043.12.12 0 0 0-.003-.027c-.016.048-.03.095-.064.132-.005.007-.003.027-.003.035 0 .004.004.035.003.036m-10.448.047v-.624c0-.04-.008-.04-.008 0v.624c0 .04.008.04.008 0m-.68.081c-.19-.284-.312-.613-.224-.967.004-.02-.005-.056-.003-.068-.096.39.004.776.227 1.103-.005-.007.01-.053 0-.068m.484-.05c-.035-.062-.057-.125-.032-.194.007-.02-.007-.059-.003-.07a.424.424 0 0 0 .032.333c-.004-.008.012-.052.003-.07m.272.07a.947.947 0 0 0 .019-.215c0-.003 0-.036-.004-.036s-.003.033-.003.036c0 .05-.003.097-.013.147a.141.141 0 0 0 .001.068m-.513-.052a1.11 1.11 0 0 1-.144-.435c-.003-.027-.006.041-.004.05.017.16.067.315.146.454-.005-.008.011-.053 0-.07m.356.005c-.016-.079-.03-.156-.049-.234.003.012-.007.048-.003.067.019.076.034.152.048.227.003.013.004-.01.006-.012l-.002-.048m-.29-.038c-.06-.162-.096-.376.014-.522.014-.016-.008-.059 0-.071-.13.173-.085.473-.016.661-.005-.01.008-.049 0-.068" }), jsx("path", { d: "M53.728 65.21c-.073-.178-.035-.36.144-.44.013-.005-.003-.069 0-.071-.221.097-.228.38-.145.58-.004-.011.009-.051.001-.07m.885.1a.128.128 0 0 1-.013-.048c0-.002 0-.036-.003-.036-.005 0-.004.034-.004.036 0 .04.003.08.019.116.001.004.004-.021.004-.024 0-.013.003-.032-.003-.044m-.466-.396c-.055.067-.062.167-.082.247-.005.02.004.057.002.07.02-.08.026-.18.08-.246.013-.016-.01-.06 0-.07m-.29.443a.27.27 0 0 1-.046-.138c0-.004-.003-.028-.004-.026-.004.014-.003.031-.003.044.001.07.013.131.05.19.003.002.006-.023.006-.026 0-.01.003-.033-.003-.044m.323-.016a.267.267 0 0 1-.03-.098c0-.003-.003-.027-.005-.014a.345.345 0 0 0 .034.18l.004-.025c0-.012.002-.032-.003-.043m.397-.032v.132c0 .003 0 .035.003.035.004 0 .004-.032.004-.035v-.132c0-.002 0-.034-.004-.034s-.003.032-.003.034m-.99.1c0-.169-.015-.34-.016-.509 0-.04-.008-.04-.007 0 0 .17.015.34.016.51 0 .04.007.04.007 0" })] }), jsx("path", { d: "M60.372 63.127a.736.736 0 0 0-.157.089c-.007.004-.004.03-.004.036l.004.035c.05-.034.1-.068.157-.09.012-.004-.003-.07 0-.07m-.83-.446c-.145.085-.27.197-.371.331-.014.017.009.06 0 .072.101-.133.226-.248.37-.332.014-.008-.005-.067 0-.07", fill: "color(display-p3 0.600 0.608 0.620)", fillRule: "nonzero" }), jsx("path", { d: "M73.312 56.064c.12.218.62 1.882.62 1.882-1.658-1.863-5.537-3.17-10.058-3.17-4.459 0-8.321 1.274-10.016 3.096-.028.03.258-.834.596-1.658.33-.806.713-1.574.738-1.59 1.995-1.243 5.142-2.044 8.682-2.044 3.566 0 6.733.812 8.724 2.07 0 0 .615.995.714 1.414z", fill: "color(display-p3 0.580 0.588 0.600)", fillRule: "nonzero", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsxs("g", { fill: "color(display-p3 1.000 0.867 0.000)", fillRule: "nonzero", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1", transform: "translate(61.313 51.062)", children: [jsx("path", { d: "M2.386 4.268s.157.921.301 1.229c0 0 .34-.983.34-1.215M1.806 4.01s-.226.906-.217 1.248c0 0 .703-.754.796-.968m-1.027-.794S.77 4.215.633 4.524c0 0 .954-.369 1.128-.519" }), jsx("path", { d: "M1.18 2.936s-.809.442-1.049.677c0 0 1.02.022 1.239-.051" }), jsx("path", { d: "M1.218 2.353S.308 2.46 0 2.588c0 0 .938.406 1.168.418" }), jsx("path", { d: "M1.45 1.85S.563 1.62.229 1.63c0 0 .74.718.947.813" }), jsx("path", { d: "M1.862 1.448S1.119.899.807.78c0 0 .426.946.585 1.113m1.067-.678S2.004.404 1.765.166c0 0 .008 1.041.088 1.261" }), jsx("path", { d: "M2.985 1.23S2.83.31 2.685 0c0 0-.34.984-.34 1.216m1.235.282s.235-.906.229-1.245c0 0-.71.745-.806.957" }), jsx("path", { d: "M3.976 1.933s.55-.748.672-1.065c0 0-.935.417-1.1.578" }), jsx("path", { d: "M4.18 2.488s.786-.483 1.015-.73c0 0-1.02.028-1.233.113" }), jsx("path", { d: "M4.18 3.006s.898-.19 1.194-.347c0 0-.972-.317-1.2-.309" }), jsx("path", { d: "M4.003 3.515s.907.136 1.238.094c0 0-.807-.64-1.024-.712" }), jsx("path", { d: "M3.65 3.945s.8.457 1.123.537c0 0-.53-.89-.707-1.037m-1.026.81s.523.769.78.986c0 0-.095-1.037-.193-1.25" }), jsx("ellipse", { cx: "2.673", cy: "2.748", rx: "1.608", ry: "1.577" })] }), jsxs("g", { transform: "translate(63.029 53.174)", children: [jsx("path", { d: "M.436.177a.141.141 0 0 1-.144.139.141.141 0 0 1-.144-.139A.14.14 0 0 1 .292.04c.08 0 .144.062.144.137", fill: "color(display-p3 0.000 0.000 0.000)", fillRule: "nonzero" }), jsx("path", { d: "M0 .174c.156-.237.414-.226.593 0", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".105" }), jsx("path", { d: "M1.76.196a.14.14 0 0 1-.143.137.141.141 0 0 1-.144-.137.14.14 0 0 1 .144-.138c.08 0 .144.063.144.138", fill: "color(display-p3 0.000 0.000 0.000)", fillRule: "nonzero" }), jsx("path", { d: "M1.325.191c.156-.237.414-.226.593 0M.705.771C.798.777.864.821.96.826c.1.004.157-.04.241-.066", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".105" }), jsx("circle", { cx: ".952", cy: "1.247", r: "1", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".105" }), jsx("path", { d: "M.806 1.63c.091 0 .181.02.265-.008", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".125" })] }), jsx("path", { d: "m57.642 54.513-.145-.312s-.451.031-.66.428c0 0-.29-.347-.79-.149l-.014.461s.337-.478.692-.148c0 0-.162.69.241.657.402-.031.129-.609.048-.64l-.08-.034s.225-.394.708-.263zm-.662.558c.023.097.01.184-.027.193-.038.01-.089-.06-.113-.156-.025-.098-.013-.184.026-.195.038-.01.09.06.114.156v.002zm3.332-1.72c-.032-.02-.111-.073-.226-.053 0 0 .106.1.089.14 0 0-.015.087-.107.077 0 0-.358-.04-.648.157 0 0-.204.03-.219-.013 0 0-.035-.07-.004-.098a.029.029 0 0 1 .007-.005c.043-.023-.217.036-.157.162.06.128.195.175.313.164h.018v-.003s.086-.004 0 .002c.008.02.332.746.542.673.214-.074.24-.758.217-.832l-.011-.03s-.008-.025 0 0c.004 0 .461-.172.186-.34zm-.438.945c-.153.031-.34-.459-.321-.473.201-.16.351-.139.393-.128-.025-.031.013.003.013.003l-.013-.003c.027.034.082.572-.072.601z", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".142" }), jsx("path", { d: "M68.123 53.882a.704.704 0 0 0-.017-.171.37.37 0 0 0-.067-.125.623.623 0 0 0-.138-.133c-.084-.053-.17-.013-.165.09.005.104.092.188.173.238.067.04.14.073.214.101.255.094.506.147.651.242.061.04.116.08.184.108a.36.36 0 0 0 .32-.014c.07-.042.176-.151.097-.234-.092-.092-.25-.06-.36-.017a1.072 1.072 0 0 0-.252.14c.042.09-.015.185-.035.286a.764.764 0 0 0-.047.242c.001.112.165.353.234.153.04-.115.02-.289-.097-.351-.03-.016-.06-.032-.09-.044-.223-.094-.454-.134-.65-.225a.564.564 0 0 0-.238-.047c-.069.005-.137.032-.168.097-.026.05-.055.114-.023.167.066.11.245.01.315-.044a.37.37 0 0 0 .113-.171.955.955 0 0 0 .046-.288z", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".249" }), jsx("path", { d: "M71.162 55.074s-.207-.11-.344.114c0 0-.512-.058-.187-.859.01-.022-.33.144-.258.656 0 0 .066.43.55.626 0 0 .405.09.39-.31 0 0-.02-.194-.151-.227zm-.118.351a.091.091 0 0 1-.089-.093c0-.052.04-.094.089-.094.049 0 .089.042.089.094 0 .051-.04.093-.09.093z", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".142" }), jsx("path", { d: "M70.888 54.927s.223.067.315-.18c0 0 .515-.046.347.806-.005.024.296-.207.128-.695 0 0-.146-.409-.657-.506 0 0-.416-.007-.324.381 0 0 .056.188.191.194zm.049-.367c.046-.01.095.024.104.073.01.05-.02.099-.069.11a.09.09 0 0 1-.104-.074.092.092 0 0 1 .069-.109z", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".142" }), jsx("path", { d: "m57.641 54.513-.145-.313s-.45.033-.66.428c0 0-.29-.347-.788-.148l-.016.46s.339-.476.692-.147c0 0-.16.69.241.658.403-.034.13-.61.048-.642l-.08-.033s.226-.395.708-.263m-.662.558c.024.096.013.182-.027.193-.039.01-.09-.06-.113-.157-.024-.098-.012-.184.026-.194.039-.009.09.06.114.158m3.333-1.72c-.033-.02-.11-.074-.227-.054 0 0 .107.1.09.142 0 0-.016.086-.108.076 0 0-.356-.04-.648.157 0 0-.203.03-.219-.013 0 0-.035-.07-.004-.099a.03.03 0 0 1 .007-.005c.042-.023-.215.037-.156.164.058.126.196.173.313.164l.017-.002v-.002s.087-.006 0 .002c.01.02.334.746.543.672.213-.073.239-.757.216-.832l-.01-.029s-.007-.025 0 0c.003-.001.46-.173.186-.341m-.439.946c-.153.03-.338-.46-.32-.474.2-.16.35-.139.392-.128-.025-.032.014.004.014.004l-.014-.004c.027.034.082.572-.072.601", fill: "color(display-p3 1.000 0.867 0.000)", fillRule: "nonzero" }), jsx("path", { d: "M68.123 53.882a.704.704 0 0 0-.017-.171.37.37 0 0 0-.067-.125.623.623 0 0 0-.138-.133c-.084-.053-.17-.013-.165.09.005.104.092.188.173.238.067.04.14.073.214.101.255.094.506.147.651.242.061.04.116.08.184.108a.36.36 0 0 0 .32-.014c.07-.042.176-.151.097-.234-.092-.092-.25-.06-.36-.017a1.072 1.072 0 0 0-.252.14c.042.09-.015.185-.035.286a.764.764 0 0 0-.047.242c.001.112.165.353.234.153.04-.115.02-.289-.097-.351-.03-.016-.06-.032-.09-.044-.223-.094-.454-.134-.65-.225a.564.564 0 0 0-.238-.047c-.069.005-.137.032-.168.097-.026.05-.055.114-.023.167.066.11.245.01.315-.044a.37.37 0 0 0 .113-.171.955.955 0 0 0 .046-.288z", stroke: "color(display-p3 1.000 0.867 0.000)", strokeWidth: ".142" }), jsx("path", { d: "M71.16 55.073s-.205-.11-.343.114c0 0-.513-.056-.186-.859.009-.023-.33.144-.258.655 0 0 .066.432.55.628 0 0 .405.09.389-.311 0 0-.02-.193-.15-.227m-.118.351a.091.091 0 0 1-.09-.093c0-.052.04-.094.09-.094a.09.09 0 0 1 .088.094.09.09 0 0 1-.088.093", fill: "color(display-p3 1.000 0.867 0.000)", fillRule: "nonzero" }), jsx("path", { d: "M70.888 54.927s.223.066.315-.18c0 0 .514-.047.346.805-.005.024.296-.207.128-.693 0 0-.146-.411-.658-.507 0 0-.414-.008-.322.381 0 0 .055.187.191.194m.048-.368c.048-.01.093.024.104.074.01.051-.02.1-.068.11-.048.009-.095-.024-.105-.075a.093.093 0 0 1 .069-.11", fill: "color(display-p3 1.000 0.867 0.000)", fillRule: "nonzero" }), jsxs("g", { children: [jsx("path", { d: "m63.539 73.235.012-.486s2.145.094 3.177.083v.379s-2.819.048-3.19.024", fill: "color(display-p3 1.000 0.867 0.000)", fillRule: "nonzero" }), jsx("path", { d: "M67.245 72.523h.86v.22h-.86z", fill: "color(display-p3 0.361 0.325 0.259)", fillRule: "nonzero" }), jsx("path", { d: "M68.53 72.624v.453h-.047v-.453L68 70.1l.027-.006.485 2.504.412-.838.024.004m-2.19 1.023h.046v.307h-.047v-.307zm.08 0h.047v.307h-.046v-.307zm.197 0h.046v.307h-.046v-.307zm.11 0h.047v.307h-.047v-.307zm.167 0h.047v.307h-.047v-.307zm.17 0h.047v.307h-.046v-.307zm.111 0h.047v.307h-.047v-.307zm.139 0h.047v.307h-.047v-.307zm.139 0h.046v.307h-.046v-.307zm.132 0h.046v.307h-.046v-.307zm.186 0h.047v.307h-.047v-.307zm.486-.03h.046v.306h-.046v-.307zm.126-.454h.047v.712h-.047v-.712zm-.537.128h.047v.663h-.047v-.663zm-1.332.58h.064v.083h-.064v-.083z", fill: "color(display-p3 0.000 0.000 0.000)", fillRule: "nonzero" }), jsx("path", { d: "m68.384 73.045.004-.002c.033-.023.279-.194.347-.192.07 0 .15-.004.15-.004v.05l-.156.006-.27.14m.172.024.004-.003c.032-.024.276-.197.342-.197.072 0 .152-.007.152-.007v.05l-.154.009-.268.145m-.607-.659h.213v.039H68.1v-.039z", fill: "color(display-p3 0.000 0.000 0.000)", fillRule: "nonzero" }), jsx("path", { d: "M68.316 72.232c-.027.004-.048.083-.045.176.002.093.026.167.054.163.027-.003.048-.083.046-.176-.003-.094-.027-.167-.055-.163m.008.29c-.02.002-.037-.05-.04-.115 0-.067.013-.123.033-.126.02-.002.038.05.039.116.001.067-.013.122-.032.124m-.852-2.092-1.203.052v-.03l1.254-.046", fill: "color(display-p3 0.000 0.000 0.000)", fillRule: "nonzero" }), jsx("path", { d: "m66.285 69.63.539 3.089-.499-1.712.006-.087.373 1.304-.424-2.395.005-.198z", fill: "color(display-p3 0.000 0.000 0.000)", fillRule: "nonzero" }), jsx("path", { d: "m66.57 72.74-.24-1.952-.02.076.209 1.85.04.014m-.139-.004s-.005-.708-.09-.901l-.01.056.08.834c.005.062.02.01.02.01m-.095-1.54-.2 1.525.035.02.18-1.497m-.065-.795-.259 2.135.025.036.228-2.126", fill: "color(display-p3 0.000 0.000 0.000)", fillRule: "nonzero" }), jsx("path", { d: "m66.315 70.987-1.662 1.105-.02-.03 1.671-1.107v.02", fill: "color(display-p3 0.000 0.000 0.000)", fillRule: "nonzero" }), jsx("path", { d: "M67.293 72.377h.86l-.046.146h-.86z", fill: "color(display-p3 0.522 0.553 0.553)", fillRule: "nonzero" }), jsx("path", { d: "m68.699 72.699.002-.016.254-1.071.033.007-.253 1.053", fill: "color(display-p3 0.459 0.325 0.220)", fillRule: "nonzero" }), jsx("path", { d: "M69.492 72.081c-.11.04-.25-.193-.315-.306-.064-.111-.229-.071-.229-.071l-.041.141c.032-.006.164-.025.221.074.065.112.204.346.315.305l-.062.177h.002l.109-.32z", fill: "color(display-p3 1.000 0.867 0.000)", fillRule: "nonzero" }), jsx("path", { d: "M69.128 71.919c-.056-.098-.19-.08-.221-.074l-.023.076c.041-.008.16-.018.213.074.067.112.206.346.315.306l-.033.099.002.003.062-.18c-.111.04-.25-.192-.315-.304", fill: "color(display-p3 0.012 0.306 0.635)", fillRule: "nonzero" }), jsx("path", { d: "M68.87 71.97h.009c.178.005.229.137.264.223.032.08.208.19.234.207l.035-.099c-.11.04-.25-.194-.315-.306-.053-.092-.173-.08-.213-.075l-.013.041s-.004.008-.002.008", fill: "color(display-p3 0.890 0.024 0.075)", fillRule: "nonzero" }), jsxs("g", { fill: "color(display-p3 0.639 0.471 0.325)", fillRule: "nonzero", children: [jsx("path", { d: "m66.328 71.15 1.747-1.067v-.023h-.038l-1.713 1.021v.05" }), jsx("path", { d: "m66.347 70.47.034 2.237-.066.026-.058-2.164.008-1.73.019.012.015 1.6z" }), jsx("path", { d: "M66.167 72.752c0 .03.02.053.046.053l2.594-.038c.026 0 .046-.024.045-.054 0-.03-.021-.053-.047-.053l-2.593.037c-.027 0-.045.026-.045.055" })] }), jsxs("g", { fillRule: "nonzero", children: [jsx("path", { d: "M65.028 72.26s.107.005.324.04c0 0-.24.032-.37.073-.13.043-.382.29-.435.339-.054.047-.078.07-.078.07l-.408-.002s.19-.244.271-.303c.08-.06.241-.168.32-.181.08-.013.227-.048.376-.04", fill: "color(display-p3 0.380 0.384 0.392)" }), jsx("path", { d: "M66.221 72.828a.808.808 0 0 0-.79-.527h-.014c-.604.026-.634.274-.862.482h-.043l-.005.008s1.242.037 1.714.037z", fill: "color(display-p3 0.639 0.647 0.659)", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("path", { d: "M66.055 72.743a.013.013 0 0 1-.019-.007.015.015 0 0 1 .007-.02.013.013 0 0 1 .018.008.013.013 0 0 1-.006.019m-.032-.066a.015.015 0 0 1-.02-.004.013.013 0 0 1 .004-.02.015.015 0 0 1 .02.004.013.013 0 0 1-.004.02m-.04-.06c-.007.004-.015.004-.019-.002-.005-.007-.005-.015.001-.02.007-.006.016-.006.02 0a.015.015 0 0 1-.002.022m-.047-.054a.013.013 0 0 1-.02 0 .016.016 0 0 1 0-.022.013.013 0 0 1 .02 0 .015.015 0 0 1 0 .022m-.05-.051a.015.015 0 0 1-.02.003c-.007-.006-.007-.014-.003-.02.004-.007.013-.008.02-.003.006.005.008.013.002.02m-.054-.044c-.004.007-.014.008-.02.004a.013.013 0 0 1-.004-.019.015.015 0 0 1 .02-.005c.008.004.008.013.004.02m-.062-.037c-.004.006-.013.009-.018.005a.016.016 0 0 1-.007-.02.013.013 0 0 1 .02-.005c.007.004.01.013.005.02m-.064-.031a.015.015 0 0 1-.018.008.015.015 0 0 1-.008-.019.013.013 0 0 1 .018-.008.013.013 0 0 1 .008.019m-.066-.027a.015.015 0 0 1-.018.01.013.013 0 0 1-.01-.016c.002-.007.01-.014.017-.011.008.003.013.01.01.017m-.069-.014c-.001.008-.008.013-.016.012a.016.016 0 0 1-.012-.018c.002-.008.008-.013.016-.012.008.002.014.01.012.018m-.07-.01c0 .008-.007.014-.015.014a.013.013 0 0 1-.013-.014c0-.01.006-.016.014-.014.008 0 .014.006.014.014m-.071-.002c0 .008-.005.013-.013.013a.013.013 0 0 1-.015-.013c0-.007.005-.014.013-.015.008 0 .014.007.015.015m-.07.005a.016.016 0 0 1-.014.016.013.013 0 0 1-.015-.013.013.013 0 0 1 .014-.016.013.013 0 0 1 .014.013m-.07.007c0 .008-.004.014-.014.016a.015.015 0 0 1-.014-.014.013.013 0 0 1 .012-.016c.008 0 .014.006.016.014m-.07.01c.002.008-.002.016-.01.018a.013.013 0 0 1-.018-.011.015.015 0 0 1 .012-.017.013.013 0 0 1 .016.01m-.069.016a.013.013 0 0 1-.01.018.018.018 0 0 1-.018-.011.013.013 0 0 1 .01-.017c.009-.002.015.002.018.01m-.067.023c.003.008 0 .016-.008.019a.013.013 0 0 1-.018-.008.013.013 0 0 1 .008-.02.013.013 0 0 1 .018.009m-.065.028c.004.008.001.016-.005.02a.013.013 0 0 1-.019-.004.015.015 0 0 1 .005-.02.013.013 0 0 1 .019.004m-.06.039c.004.006.003.016-.003.02s-.014.004-.02-.003a.015.015 0 0 1 .003-.021c.007-.004.016-.003.02.004m-.055.046a.013.013 0 0 1 0 .02.015.015 0 0 1-.021 0 .013.013 0 0 1 0-.021.013.013 0 0 1 .021.001m-.049.05c.005.006.007.014 0 .02a.013.013 0 0 1-.019.002.015.015 0 0 1-.001-.02.013.013 0 0 1 .02 0m-.048.054c.007.005.007.013.001.02a.013.013 0 0 1-.02.002.015.015 0 0 1 0-.021.013.013 0 0 1 .019-.001m-.047.053a.013.013 0 0 1 0 .02.013.013 0 0 1-.02 0 .015.015 0 0 1 0-.02.013.013 0 0 1 .02 0", fill: "color(display-p3 0.475 0.478 0.490)" }), jsx("path", { d: "M65.273 72.293c-.62.023-.646.275-.878.484l.117.004.043.002c.228-.208.257-.456.864-.48a.83.83 0 0 0-.146-.01z", fill: "color(display-p3 0.576 0.584 0.596)", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsxs("g", { fill: "color(display-p3 0.267 0.173 0.075)", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1", children: [jsx("path", { d: "m63.586 72.78.02-.351.08-.005v.097l.568-.016-.123.327-.54-.02-.01-.047" }), jsx("path", { d: "m63.862 71.7.015.871-.07.005.035-.876h.02zm.314-.052.016.887-.05.01.004-.897h.03zm.353.704-.035-.846-.02.006.016.845.04-.005zm.508-.089.151-.777-.015.01-.183.766.047.001z" }), jsx("path", { d: "m64.474 71.51-.343 1.016-.055-.011.359-1.009.04.005zm.08.016.086.766.044-.007-.095-.759h-.035z" })] }), jsx("path", { d: "M65.173 71.495h-.78l-.551.203.652.022z", fill: "color(display-p3 0.643 0.545 0.345)", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("path", { d: "m63.822 71.72.588-.198.78-.016.003-.056-.798.016-.569.187z", fill: "color(display-p3 0.639 0.471 0.325)", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("path", { d: "M64.317 72.313c0-.106.071-.193.16-.193.076 0 .14.067.155.155l.033-.006c-.017-.106-.094-.188-.189-.188-.107 0-.192.104-.192.232 0 .038.008.072.021.104l.03-.02a.215.215 0 0 1-.018-.084z", fill: "color(display-p3 0.000 0.000 0.000)", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("path", { d: "M64.148 72.767c.253-.214.261-.478.89-.504a.833.833 0 0 0-.146-.008c-.64.022-.647.29-.901.504a.08.08 0 0 0-.014.017l.159.004.012-.013z", fill: "color(display-p3 0.576 0.584 0.596)", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" })] }), jsx("path", { d: "M67.156 73.192v-.033s1.68.002 1.688-.095c.01-.1-.813-.06-2.1.007", fill: "color(display-p3 1.000 0.867 0.000)", fillRule: "nonzero" }), jsx("path", { d: "M62.403 70.781c-.1.012-.174-.102-.267.046l-.008.009c-.064.075-.097.179-.057.257.022.047.133.088.182.095.123.017.222-.084.234-.203.057.072.224.075.308.08.146.008.186-.018.21-.176.087.124.156.134.303.107.17-.03.365-.05.49-.177a.227.227 0 0 0 .197.113.69.69 0 0 0 .233-.037c.056-.022.119-.1.175-.111.044.067.13.04.188.052.108.067.225.11.398.015.046-.026.208.036.264.009.04-.02.048-.059.08-.08.072.056.187-.001.263-.021.06.002.144-.007.167-.08.105-.066.074-.12.041-.15-.168-.07-.284-.07-.44.046-.053-.014-.079-.014-.116.056-.067-.104-.185-.134-.307-.06-.104-.06-.157-.015-.241-.012-.168-.128-.467-.111-.675.013-.236-.112-.308-.048-.464.07-.088-.04-.196-.014-.293-.007-.085.006-.13.118-.207.08-.169-.082-.25.045-.377.04-.139-.122-.28.026-.28.026", fill: "color(display-p3 0.412 0.380 0.380)", fillRule: "nonzero", opacity: ".75" }), jsxs("g", { fillRule: "nonzero", children: [jsx("path", { d: "M62.399 73.196a.145.145 0 0 1-.144.147.146.146 0 0 1-.144-.147v-1.812c0-.08.064-.147.144-.147.08 0 .144.067.144.147v1.812z", fill: "color(display-p3 0.518 0.518 0.541)" }), jsx("path", { d: "M63.61 72.867s-.094.092-.117.1c-.022.006-.134.056-.157.056-.023 0-.07.004-.123.004h-.101l-.09-.007.037.179.501.012.05-.344z", fill: "color(display-p3 0.271 0.216 0.090)" }), jsx("path", { d: "M63.067 72.881h-.187l-.003.019h-.162l-.036.301.38-.002", fill: "color(display-p3 0.416 0.369 0.275)" }), jsx("path", { d: "M62.745 73.15c0 .003-.002.007-.008.007a.008.008 0 0 1-.006-.008v-.156a.008.008 0 1 1 .014 0v.156zm.042 0c0 .003-.003.007-.008.007a.008.008 0 0 1-.007-.008v-.156a.008.008 0 1 1 .015 0v.156zm.044 0c0 .003-.003.007-.008.007a.008.008 0 0 1-.007-.008v-.156c0-.005.003-.008.007-.008s.008.003.008.008v.156zm.068 0a.008.008 0 1 1-.015 0v-.157c0-.005.003-.008.007-.008s.008.003.008.008v.156zm.062 0c0 .003-.002.007-.008.007a.008.008 0 0 1-.006-.008v-.156c0-.005.002-.008.006-.008s.008.003.008.008v.156zm.054 0c0 .003-.003.007-.008.007-.006 0-.007-.004-.007-.008v-.156c0-.005.003-.008.007-.008.005 0 .008.003.008.008v.156z", fill: "color(display-p3 0.271 0.216 0.090)" }), jsx("path", { d: "M62.621 73.19v-.015l.008-.347-.037.01-.004.178-.037.013-.015-.04h-.09l-.031.014v.164l.206.024zm-1.162-.213-.05.004v.027h-.056l-.004-.055h-.048v-.042l-.06-.003-.01-.145H61.2v-.2l-.041-.003.013.424-.024.004v.047h.027l-.012.14.569.032-.016-.23h-.053v.03l-.147-.015-.01.053h-.037l-.01-.068z", fill: "color(display-p3 0.184 0.137 0.067)" }), jsx("path", { d: "m61.833 73.03-.121-.006.02.167.104-.011z", fill: "color(display-p3 0.525 0.427 0.275)" }), jsx("path", { d: "M62.412 71.992a.227.227 0 0 0-.159-.059.223.223 0 0 0-.157.059.076.076 0 0 0-.003.019c0 .006 0 .013.003.018a.223.223 0 0 1 .157-.058c.067 0 .123.022.159.058l.003-.018-.003-.02", fill: "color(display-p3 0.675 0.675 0.678)" }), jsx("path", { d: "m62.304 72.977-.005-.05.036-.046-.091-.016-.005.048-.047.003-.008.027h-.033l-.023.008-.016.049-.027-.035.012.214.296-.007v-.192", fill: "color(display-p3 0.525 0.427 0.275)" }), jsx("path", { d: "m61.8 73.19.32-.01-.01-.164-.3.003", fill: "color(display-p3 0.184 0.137 0.067)" }), jsx("path", { d: "m61.117 73.192.006-.235-.066.01h-.045l-.035-.02-.005.016-.164.005-.02-.05-.1.009-.005.036-.124.005-.02-.047h-.035v-.253l-.055.004-.025.307-.05.004v-.04l-.065-.006-.009.076-.076-.01.005-.071h-.069l-.01.081-.423.01.02-.367-.071-.01.005.367s-.274-.092-.32-.137l.166.199s.548.106 1.59.117", fill: "color(display-p3 0.271 0.216 0.090)" }), jsx("path", { d: "m59.403 73.06-.787-.24c-.7-.213-1.033-.367-1.099-.387-.065-.02-.16 0 .135.134.293.132 1.401.513 1.587.509.184-.005.2.01.324-.016.124-.027-.16 0-.16 0", fill: "color(display-p3 0.537 0.373 0.200)" }), jsx("path", { d: "M62.403 70.781c-.102.012-.174-.102-.267.047l-.008.008c-.064.075-.097.179-.059.257.024.047.134.088.184.096.122.016.222-.085.232-.204.059.072.226.075.31.08.146.008.186-.018.21-.176.087.124.155.134.303.107.17-.028.365-.05.49-.177a.231.231 0 0 0 .197.114c.079 0 .158-.012.233-.038.056-.022.117-.1.175-.111.044.067.13.04.188.053a.354.354 0 0 0 .398.014c.046-.024.207.036.264.009.04-.02.048-.059.08-.08.072.056.187 0 .263-.021.06.004.144-.007.167-.08.105-.066.074-.12.04-.15-.167-.068-.283-.068-.44.046-.052-.014-.078-.012-.115.056-.067-.104-.185-.134-.307-.06-.104-.06-.158-.015-.241-.012-.168-.128-.467-.111-.676.013-.235-.112-.307-.048-.463.07-.088-.04-.196-.014-.293-.006-.087.007-.13.117-.208.08-.168-.083-.25.044-.376.039-.139-.122-.281.026-.281.026", fill: "color(display-p3 1.000 1.000 1.000)" })] }), jsxs("g", { transform: "translate(57.936 72.667)", children: [jsx("path", { d: "m8.821.428.082.103H5.61L3.207.5S2.16.473 1.647.423C1.132.372.548.224.548.224c.005.159.116.24.205.321A.21.21 0 0 0 .815.58c.193.078.721.176.89.206.195.036.888.076 1.358.071C3.53.852 8.295.831 8.295.831V.785c.184.031 2.524-.142 2.524-.142.006-.011.013-.028.022-.05.024-.058.051-.146.063-.181l.004-.016-2.087.032z", fill: "color(display-p3 1.000 0.902 0.000)", fillRule: "nonzero" }), jsx("path", { d: "M1.177.937 0 0l.09.03 1.087.867z", fill: "color(display-p3 0.000 0.000 0.000)", fillRule: "nonzero" }), jsx("circle", { cx: "1.267", cy: ".54", fill: "color(display-p3 0.337 0.341 0.349)", fillRule: "nonzero", r: "1", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("path", { d: "m1.363.736.008.027c-.048.053-.09.028-.09.028V.58A.03.03 0 0 0 1.3.553a.03.03 0 0 0-.03-.03c-.014 0-.027.013-.027.029a.03.03 0 0 0 .016.027v.213s-.043.025-.091-.03l.008-.027-.064.009.025.059.011-.018s.067.058.119.058h.005c.05 0 .12-.058.12-.058l.01.018.026-.059-.065-.008z", fill: "color(display-p3 0.337 0.341 0.349)", fillRule: "nonzero", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("path", { d: "M1.53.539c0-.024.02-.044.045-.044a.044.044 0 0 1 0 .088.044.044 0 0 1-.044-.044m.402.081c0-.024.02-.044.043-.044.024 0 .044.02.044.044 0 .024-.02.044-.044.044A.044.044 0 0 1 1.933.62m.398.015c0-.024.02-.044.042-.044.024 0 .044.02.044.044 0 .024-.02.044-.044.044a.044.044 0 0 1-.042-.044m.456-.007c0-.024.02-.044.044-.044.024 0 .042.02.042.044a.043.043 0 1 1-.086 0m.441.007c0-.024.02-.044.044-.044.024 0 .043.02.043.044a.043.043 0 1 1-.087 0M3.64.628c0-.024.02-.044.043-.044.024 0 .044.02.044.044 0 .024-.02.044-.044.044A.044.044 0 0 1 3.64.628m1.167.045c0-.024.02-.044.042-.044.024 0 .044.02.044.044 0 .024-.02.044-.044.044a.044.044 0 0 1-.042-.044m1.197.031c0-.024.02-.044.044-.044.024 0 .043.02.043.044a.043.043 0 1 1-.087 0m.41.015c0-.024.02-.044.045-.044.024 0 .042.02.042.044a.043.043 0 1 1-.086 0m.36 0c0-.024.02-.044.044-.044.024 0 .042.02.042.044a.043.043 0 1 1-.086 0m.366 0c0-.024.02-.044.044-.044.024 0 .043.02.043.044a.043.043 0 1 1-.087 0m.351-.007c0-.024.02-.044.044-.044.023 0 .043.02.043.044 0 .024-.02.044-.043.044a.044.044 0 0 1-.044-.044m.337-.016c0-.024.02-.044.044-.044.024 0 .043.02.043.044a.043.043 0 1 1-.087 0m.352 0c0-.024.02-.044.044-.044.024 0 .043.02.043.044a.043.043 0 1 1-.087 0M4.036.635c0-.024.02-.044.044-.044.024 0 .043.02.043.044a.043.043 0 1 1-.087 0m.375.022c0-.024.02-.044.044-.044a.044.044 0 0 1 0 .088.044.044 0 0 1-.044-.044", fill: "color(display-p3 0.000 0.000 0.000)", fillRule: "nonzero" }), jsxs("g", { stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1", transform: "translate(9.51 .52)", children: [jsx("circle", { cx: ".053", cy: ".108", r: "1" }), jsx("circle", { cx: ".384", cy: ".078", r: "1" }), jsx("circle", { cx: ".705", cy: ".055", r: "1" })] }), jsx("path", { d: "m1.072.85.067.054-.012.041a.133.133 0 0 0 .029.039l.012.012h.004c.14.137.517.345.517.345l1.62.047h.03s7.354-.05 7.354-.088c0-.039-.062-.341-.062-.341s-.039-.031-.079-.022c-.097.023-.63.07-1.01.108-.125.014-.238.024-.307.034-.279.041-.038 0-.038 0s-2.872.032-3.27.021c-.399-.01-2.718.012-2.718.012s-1.454-.104-1.574-.104c-.12 0-.359-.101-.459-.112a.34.34 0 0 1-.104-.045z", fill: "color(display-p3 0.890 0.024 0.075)", fillRule: "nonzero" }), jsx("path", { d: "M10.841.593a.253.253 0 0 1-.022.05s-2.34.173-2.524.142v.046S3.53.852 3.063.857c-.454.004-.907-.02-1.358-.072C1.536.755 1.008.657.816.58L.719.592s.209.173.352.259a.327.327 0 0 0 .106.046c.099.011.339.112.459.112s1.576.103 1.576.103 2.315-.021 2.713-.01c.4.01 3.272-.02 3.272-.02s-.24.04.04 0c.28-.04 1.187-.113 1.316-.143a.306.306 0 0 0 .13-.096c.09-.103.17-.251.17-.251l-.012.001", fill: "color(display-p3 0.012 0.306 0.635)", fillRule: "nonzero" }), jsx("path", { d: "m5.603.568.012-.485S7.76.176 8.792.165v.379s-2.819.048-3.19.024", fill: "color(display-p3 1.000 0.867 0.000)", fillRule: "nonzero" }), jsx("path", { d: "m7.4 1.323.052.038.056-.038-.023-.371-.07-.003-.015.374zM7.31.952l-.111.33.037.05.065-.02.083-.363h-.013l-.062.003m-.29.23.022.062h.067l.16-.29-.093.005-.156.224zm-.139-.14.005.065.066.018.164-.164-.14.004-.095.078zm.765.251.062.018.04-.055-.128-.299-.08-.002.106.338zm.147-.065.063.003.026-.063-.15-.207-.096-.004.157.271zm.152-.12.063-.013.009-.07-.073-.057-.147-.004.148.144z", fill: "color(display-p3 0.608 0.494 0.224)", fillRule: "nonzero" })] }), jsxs("g", { strokeWidth: ".1", children: [jsx("path", { d: "m63.572 69.815.016.013s.016-.027.032-.027.057.02.057.02l.008-.026.072.02-.004-.035s.048.007.047.003l-.005-.03.06.004-.004-.026s.081.01.08.005l-.018-.032s.067.007.094.007c.026 0 .024.008.024.008v-.022l.106-.002-.017-.026.08-.001-.035-.037s.16.053.21.005c0 0-.074.005-.155-.021-.083-.027-.16-.035-.19-.043a1.07 1.07 0 0 1-.226-.088h.028s-.179-.068-.27-.083c0 0-.117-.024-.171.016 0 0-.026.032-.046.04a.42.42 0 0 0-.066.043c-.004.004-.014-.01-.067.023 0 0-.013.005-.016.004 0 0-.103-.052-.224-.004l-.01.005s-.049-.023-.087-.023c-.004 0-.046-.024-.054-.028l-.002-.001s-.05-.103-.142-.093c-.09.008-.133.029-.146.033-.014.003-.107.036-.126.04a.458.458 0 0 0-.06.023s-.082.036-.101.04c-.02.002-.132.028-.136.028-.005 0 .01.005.013.005 0 0-.085.027-.136.032-.048.007-.2.03-.213.027-.01-.003-.004 0-.004 0s.044.022.17.01l.049-.001h.005l-.055.027a.475.475 0 0 1 .107.004.282.282 0 0 0-.04.024h.124l-.017.018s.114.006.126.003l-.02.024s.059-.003.099-.013l-.02.029.084-.004-.03.03s.053.009.066.006l.007-.001-.023.018h.08l-.008.016.07-.013.02.021s.055-.025.062-.024l.036.027.04-.032h.005s.014.03.028.037c0 0 .027-.018.035-.017.007 0 .02.02.02.02l.019-.017.046.017s.01-.027.023-.023c.013.003.07.106.195.114.157.009.22-.08.22-.08l.046-.028.007.028.05-.023v.013s.062-.026.063-.037l.023.032s.04-.027.044-.025c.007 0 .013.018.045.024", fill: "color(display-p3 1.000 1.000 1.000)", fillRule: "nonzero", stroke: "color(display-p3 0.600 0.608 0.620)" }), jsx("path", { d: "M63.083 69.81c0 .005.002.01.005.014", stroke: "color(display-p3 0.816 0.788 0.808)" }), jsx("path", { d: "M62.164 69.633a.02.02 0 0 1-.013.007m-.027.001c-.007.003-.012.008-.02.01", stroke: "color(display-p3 1.000 1.000 1.000)" }), jsx("path", { d: "M64.033 69.697s-.182-.046-.244-.11c0 0 .006-.012-.002-.022-.008-.01-.004-.002-.004-.002s.032.018.06.016c0 0-.003-.023-.019-.034m.172.02s-.096.004-.156-.002", stroke: "color(display-p3 0.816 0.788 0.808)" }), jsx("path", { d: "M64.076 69.608s-.032 0-.055.005c-.022.004-.093.007-.118-.008-.026-.016-.04-.017-.059-.022m.068.12a.489.489 0 0 1-.177-.096m.117.125s-.09-.017-.193-.123m.138.147c-.005-.004-.193-.061-.2-.15m.158.175s-.107-.021-.2-.158m.13.172s-.109-.084-.138-.15m.074.159c-.002-.005-.078-.101-.089-.164m-.008.15s-.04-.12-.025-.173m-.04.167c0-.004-.006-.01.002-.045a.104.104 0 0 0-.006-.068m-.062.137c0-.003 0-.041.014-.07.013-.027.018-.054-.002-.086m-.068.152s-.008-.027.018-.06l.002-.03s.01 0 .007-.006l-.008-.019m-.107-.082c.011-.01.027-.032.026-.036l-.007-.014.01.014s.006 0 .018-.007c.013-.01.027-.01.035-.019.008-.008.013-.016.02-.018.005-.004.016.002.026-.002.01-.004.04-.02.046-.026l.013-.02a.09.09 0 0 0 .013-.015s.034.01.056.01l.054-.002c.02 0 .066-.004.085 0l.07.01c.007 0 .027.007.045.01.014.003.041-.005.05-.008", stroke: "color(display-p3 0.816 0.788 0.808)" }), jsx("path", { d: "M63.34 69.681c.008.003.027.01.03.018-.007-.016.017-.027.026-.038.01-.012.01-.025.01-.04m-.02-.024c.027.024.051.05.074.08.003-.017.003-.033.01-.05.003-.008.018-.018.015-.028", stroke: "color(display-p3 0.816 0.788 0.808)" }), jsx("path", { d: "m63.437 69.515.02.045c.007.013.012.03.022.04.008.01.02.019.032.027.009.005.021.014.032.017.008-.007.01-.021.01-.03 0-.011-.013-.027-.006-.037m-.028-.068c.004.043.029.064.066.087.015.008.044.023.06.02.024-.003.014-.03.014-.043", stroke: "color(display-p3 0.816 0.788 0.808)" }), jsx("path", { d: "M63.563 69.521c.01.01.026.016.04.024l.026.027c.006-.004.006-.013.003-.016m-.03-.055a.122.122 0 0 0 .025.044c.013.016.029.03.048.04a.09.09 0 0 0 .044.018c.018 0 .017-.018.01-.028.011.017.044.01.06.016", stroke: "color(display-p3 0.816 0.788 0.808)" }), jsx("path", { d: "M63.432 69.516c.032 0 .061-.01.093-.013a.28.28 0 0 1 .067-.003c.02.003.039.01.057.01.006-.01-.005-.026-.012-.034m.022.007a.154.154 0 0 0 .053.032c.008.004.017.004.025.008.007.002.011.008.016.013m-.078-.015c.017.006.034.01.04.03m-.399.146c-.008.012-.013.024-.024.035m.095-.033c0 .008.002.016 0 .022m-.003.035c-.003.01-.008.023-.007.035.003 0 .003-.002.004-.003m.068-.03-.004.015m-.032-.133c.007.01.01.019.016.027s.011.012.012.02m.044-.015a.027.027 0 0 1-.006-.013m.001-.016.008.016m.05.08c.006.009.006.018.009.028m.034.02c-.005-.006-.002-.014-.005-.022m.108.002c.005.005.01.009.019.01m.021.01c.005.006.021.009.023 0m-.026-.054a.052.052 0 0 0 .023.019m.1-.061c.013-.002.024.009.037.01m-.033-.065c.004.007.021.027.03.027m.046.012c.003.008.025.008.032.012m-.336-.252.027.013c.006.003.017.008.025.004m-.083-.017c.015 0 .026.012.04.012a.061.061 0 0 0-.016-.007m-.057-.003c.016.004.016.006.027.016v-.004m-.059-.02c.007.007.017.01.021.019m-.078-.008a.023.023 0 0 1-.011-.013m.025.1c.026.013.031.04.038.062m.308-.072c.02.004.028.018.044.027 0-.004-.002-.003-.004-.004m-.102-.035c.016.007.034.007.046.018l.014.016.003-.006m-.183.094c.01.006.02.017.027.026.004.006.007.015.012.019m-.357-.117c.01.009.034.01.032.028 0 .006-.008.01-.01.017 0 .007.004.013.006.019m-.038-.038c.004.008.014.014.006.023l.001-.003m.056-.068c.016.012.033.019.047.034.006.006.013.026.021.028m-.09-.107c.025.008.027-.013.043-.023m.01.014c.009-.01.005-.031.02-.035m-.044.003c.016-.014.021-.031.045-.034m-.204.13c.01.005.019.01.017.02m-.024 0c.003.005.007.009.007.014a.033.033 0 0 1-.005-.004m-.03-.02.008.01c.004.005.003.008.004.006m.043.055c-.004.01 0 .023 0 .03m-.047.14c.003.005.007.031-.004.029m-.332-.183c.008 0 .008-.007.014-.01s.013-.003.021-.003m.044-.086a.123.123 0 0 0-.016.034h.004m.035-.022a.03.03 0 0 0-.007.02m.044-.053-.021.015m-.118.04c-.02-.006-.024-.012-.025-.028-.016 0-.04-.026-.027-.04-.005.028-.04.017-.057.008a.133.133 0 0 1-.06-.062c-.007.012-.017.01-.032.01-.028 0-.056.005-.085.006-.031.003-.06-.01-.091-.008-.027 0-.048.014-.073.018h-.067m.547.052c-.014.002-.03 0-.04.01.002.002 0 .003 0 .004m-.742.007c.036.001.072.01.108.008.019 0 .036-.004.054-.007.016-.002.034-.004.048-.01m-.196.133c.032-.001.066-.013.098-.023a.37.37 0 0 0 .1-.034.06.06 0 0 0 .031-.032c.005-.014.015-.027.016-.042m-.139.154c.016-.004.031-.023.046-.031.014-.01.032-.013.049-.019a.242.242 0 0 0 .095-.056m-.112.119c.013-.013.034-.015.052-.023a.365.365 0 0 0 .125-.106m-.108.149.107-.053a.31.31 0 0 0 .048-.038c.012-.01.017-.03.029-.04m-.141.167c.037-.023.076-.047.112-.073.03-.024.066-.04.082-.078m-.14.172a.272.272 0 0 1 .083-.082c.025-.018.05-.038.052-.068m-.068.153c0-.012.012-.024.019-.033l.03-.042c.011-.017.018-.034.026-.053m.008.123c.012-.034.013-.072.017-.107v-.027c0-.013.005-.024.01-.037m.049.161c.002-.008-.003-.014-.003-.022 0-.008.004-.014.005-.02.003-.014 0-.032 0-.046 0-.013-.005-.03-.001-.044.003-.01.016-.017.027-.022m.036.177c-.011-.035-.038-.067-.035-.103 0-.016.001-.038.017-.046m.054.153a.143.143 0 0 0 .001-.085m.07.08c-.01-.022-.031-.035-.026-.06.003-.014.01-.023.013-.036", stroke: "color(display-p3 0.816 0.788 0.808)" }), jsx("path", { d: "M62.84 69.695a.053.053 0 0 1-.03.02c-.013.004-.027-.002-.037.009-.008-.01-.004-.039-.004-.052 0-.017-.002-.036.004-.053.012-.03.042-.047.075-.052", stroke: "color(display-p3 0.816 0.788 0.808)" }), jsx("path", { d: "M62.824 69.548c-.016.024-.05.012-.068.032-.017.019-.02.055-.015.077.006-.005.014-.006.022-.012m-.036-.141c-.006.016-.023.024-.032.037a.081.081 0 0 0-.015.038.059.059 0 0 0 0 .04c.005.013.01.024.013.036m-.018-.18c-.004.028-.043.053-.064.072-.01.009-.018.02-.015.033.003.01.01.016.016.024l.007.019a.075.075 0 0 1 .024-.014c.01-.002.025-.002.032-.01m-.283-.114c-.027.024-.076.036-.09.07m.187.008c-.009.008-.018.02-.029.026-.013.006-.027.004-.041.004m-.064-.001c.016-.008.072-.008.074-.03m.074.053c.021-.002.04-.002.05-.02m-.125-.034c-.003.01-.01.022-.01.03m.07-.026c.015.014 0 .04.017.05m.103-.122-.033.036c-.008.007-.02.014-.024.024-.006.014.001.027.004.04m-.03-.116c.011.01.027 0 .04.003.008 0 .019.004.034.003.012-.002.022-.006.034 0 .007.005.011.013.022.013m-.066.085a.124.124 0 0 1-.034.016m-.122-.06-.005.015m.037-.019c.014-.02.027-.025.046-.034m.289-.022c0 .006-.003.012 0 .016v-.004m-.027-.033c0 .013.003.016.008.028l-.005-.007m-.019-.025c-.001.007-.001.016.002.02m-.043-.041a.067.067 0 0 1 .013-.016m-.018-.002a.061.061 0 0 1-.019.019m-.005-.021a.027.027 0 0 1-.018.02m-.01-.012a.047.047 0 0 1-.022.014m-.02-.012a.07.07 0 0 1-.018.014m.253.172c.003-.012.024-.014.035-.011m-.204.085c0 .014.001.023-.008.035m-.019.073v-.013m-.021-.113c0 .013 0 .034-.014.046m.079-.205c-.013.017-.056.032-.053.055m-.034-.05-.013.02m.155.016c-.02.007-.039.014-.043.034m-.212.048c.003.018-.02.034-.039.04m.128-.042c-.006.008-.017.019-.028.022m-.109.072c-.003.006-.01.01-.013.014m-.027.006c-.005.002-.016.013-.021.009m-.044-.09c-.003.009-.014.013-.019.017m-.047.014-.032.008", stroke: "color(display-p3 0.816 0.788 0.808)" }), jsx("path", { d: "M62.235 69.673c-.004.007-.014.01-.02.012", stroke: "color(display-p3 1.000 1.000 1.000)" }), jsx("path", { d: "M62.284 69.523a.107.107 0 0 0-.053.018", stroke: "color(display-p3 0.816 0.788 0.808)" }), jsx("path", { d: "M62.137 69.664c-.005.003-.014.008-.021.005m-.13-.048c.027-.016.065-.022.094-.03.016-.003.028-.006.04-.012.013-.007.024-.015.035-.02", stroke: "color(display-p3 1.000 1.000 1.000)" }), jsx("path", { d: "M62.22 69.665h-.017", stroke: "color(display-p3 0.816 0.788 0.808)" })] }), jsx("path", { d: "M62.916 72.567s.035-.183.165-.218c.131-.036.268-.141.268-.274a.273.273 0 0 0-.158-.254s.248-.168.248-.413c0-.247-.262-.38-.262-.38s.4-.155.427-.359c.027-.204-.179-.442-.24-.512-.063-.07-.16-.077-.16-.077l.043.084-.083-.036s.04.116.15.212c.083.07.227.217.187.33-.041.113-.406.295-.406.295v.154s.261.162.254.302c-.006.142-.233.303-.233.303l-.013.14s.157.107.15.217c-.006.114-.173.17-.173.17s-.199.09-.17.294", fill: "color(display-p3 0.184 0.231 0.188)", fillRule: "nonzero", stroke: "color(display-p3 1.000 1.000 1.000)", strokeWidth: ".1" }), jsx("path", { d: "M63.263 72.567s-.035-.183-.166-.218c-.13-.036-.268-.141-.268-.274 0-.134.076-.211.159-.254 0 0-.248-.168-.248-.413 0-.247.261-.38.261-.38s-.4-.155-.426-.359c-.027-.204.178-.442.24-.512a.26.26 0 0 1 .16-.077l-.043.084.083-.036s-.04.116-.151.212c-.083.07-.227.217-.187.33.042.113.407.295.407.295v.154s-.261.162-.255.302c.007.142.234.303.234.303l.013.14s-.157.107-.15.217c.006.114.173.17.173.17s.198.09.17.294", fill: "color(display-p3 0.184 0.231 0.188)", fillRule: "nonzero", stroke: "color(display-p3 1.000 1.000 1.000)", strokeWidth: ".1" }), jsx("path", { d: "M63.023 69.407h.1v3.72h-.1z", fill: "color(display-p3 0.392 0.278 0.176)", fillRule: "nonzero" }), jsx("path", { d: "M63.059 69.36h.026v.07h-.026z", fill: "color(display-p3 0.392 0.278 0.176)", fillRule: "nonzero" }), jsx("path", { d: "M62.976 69.26c0-.056.045-.101.1-.101a.102.102 0 0 1 0 .204.101.101 0 0 1-.1-.103", fill: "color(display-p3 0.392 0.278 0.176)", fillRule: "nonzero" })] }), jsxs("g", { children: [jsx("path", { d: "M68.84 48.728c4.144 2.542 7.026 8.182 7.026 14.728 0 7.792-4.08 14.3-9.516 15.83", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".198" }), jsx("path", { d: "M68.693 48.992c4.087 2.478 6.935 8.021 6.935 14.464 0 7.647-4.012 14.03-9.348 15.518", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("path", { d: "M61.346 79.353a8.934 8.934 0 0 0 5.196-.02", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".201" }), jsx("path", { d: "M73.121 71.342c-1.567 3.586-4.185 6.184-7.26 6.965l.03-.156a7.734 7.734 0 0 1-4.131-.075l.018.178c-2.828-.794-5.256-3.133-6.808-6.356l.081.166c1.553 3.138 3.947 5.409 6.727 6.19l-.018-.178a7.745 7.745 0 0 0 4.13.073l-.03.156c3.02-.765 5.6-3.282 7.174-6.766", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".199" }), jsx("path", { d: "M68.927 48.623s-2.254-1.396-5.194-1.363c-2.153.027-4.609 1.26-4.609 1.26-2.465 1.475-4.488 4.085-5.75 7.297a20.78 20.78 0 0 0-1.409 7.611c0 7.883 4.38 14.192 9.854 15.693 0 0 .813.358 1.926.358 1.115 0 2.138-.143 2.138-.143 5.582-1.384 9.986-7.835 9.986-15.823 0-10.356-8.009-15.556-6.942-14.89m-3.04 29.689s-1.126.205-2.128.205a8.62 8.62 0 0 1-1.962-.257c-4.928-1.373-8.842-7.35-8.842-14.567 0-2.533.56-5.034 1.365-7.124 1.136-2.94 3.065-5.217 5.284-6.566 0 0 2.239-1.392 4.176-1.415 2.647-.032 4.65 1.51 4.65 1.51 3.713 2.353 6.293 7.537 6.293 13.553 0 7.313-3.81 13.394-8.835 14.661", fill: "color(display-p3 0.694 0.729 0.749)", fillRule: "nonzero" }), jsxs("g", { fill: "color(display-p3 0.776 0.565 0.141)", fillRule: "nonzero", stroke: "color(display-p3 0.031 0.004 0.004)", strokeWidth: ".1", children: [jsx("path", { d: "M59.042 48.809c-4.111 2.48-6.979 8.075-6.979 14.58 0 7.705 4.022 14.134 9.37 15.62l-.144.292c-5.41-1.564-9.466-8.095-9.466-15.91 0-6.553 2.839-12.202 6.949-14.779l.27.198v-.001zm9.72.022c4.118 2.48 6.99 8.078 6.99 14.585 0 7.708-4.028 14.138-9.384 15.625l.142.293c5.419-1.568 9.482-8.098 9.482-15.918 0-6.556-2.856-12.207-6.972-14.785l-.032-.024-.29.19.064.032v.002z" }), jsx("path", { d: "M59.56 50.152c-3.748 2.281-6.361 7.433-6.361 13.423 0 7.093 3.665 13.01 8.54 14.379l.09.365-.22-.095c-4.931-1.443-8.629-7.453-8.629-14.649 0-6.034 2.599-11.234 6.345-13.606l.03-.022.263.175-.058.03zM68.893 48.528l.037.026-.723 1.55-.024-.013c-.587-.37-2.32-1.33-4.453-1.3-1.697.023-3.601 1.03-4.044 1.28.14-.353-.777-1.545-.777-1.545l.2-.117s2.452-1.43 4.601-1.458c2.933-.04 5.183 1.577 5.183 1.577" }), jsx("path", { d: "M68.224 50.152c3.754 2.283 6.372 7.436 6.372 13.428 0 7.095-3.673 13.015-8.553 14.383l.007.312.194-.064c4.902-1.48 8.57-7.468 8.57-14.631 0-6.036-2.602-11.237-6.355-13.61l-.003-.004-.217-.128-.073.284.058.03z" }), jsx("path", { d: "m69.165 48.693-.01.006c-.343.168-.624.573-.736 1.08-.035.16-.054.36-.048.502 0 0-.383-.208-.383-.24-.003-.13.01-.27.043-.413.124-.565.465-1.021.853-1.144.005 0 .281.21.281.21zm-10.609.04.01.006c.343.168.625.573.737 1.08.034.16.053.36.048.502 0 0 .382-.208.382-.24.003-.13-.01-.27-.041-.413-.125-.565-.46-1.019-.85-1.14a9.408 9.408 0 0 0-.286.205zM66.501 79.352s-.08-.063-.182-.176c-.075-.487-.344-.708-.344-.708l-.058.005a1.356 1.356 0 0 1-.034-.588l-.028.004a8.71 8.71 0 0 1-2.124.246 7.539 7.539 0 0 1-1.834-.283c-.005-.003-.106-.001-.104.008.072.21.06.419.008.608h-.004s-.241.199-.33.632c-.104.13-.188.21-.188.21l.156.045-.002.029c-.01.424.387.496.65.499.08.536.417.452.594.365l-.038.052c.026.36.213.39.421.567.019.016.152.101.196.162l.008-.002c.195.272.34.956.593.956h.067c.253 0 .397-.679.592-.954.043-.061.176-.146.195-.162.209-.178.394-.207.421-.567l-.039-.052c.178.087.514.17.595-.365.261-.003.653-.074.65-.487l.163-.044z" }), jsx("path", { d: "M66.725 79.275c-.282-.167-.52-.551-.586-.998a1.541 1.541 0 0 1-.011-.397l-.316-.03c-.036.16-.043.342-.013.537.076.505.369.929.698 1.05l.228-.162zm-5.654-.016c.282-.167.52-.551.586-.998.023-.14.024-.273.011-.397l.316-.03c.036.16.043.342.013.537-.076.505-.369.929-.698 1.05l-.228-.162z" })] }), jsx("path", { d: "M62.064 79.908c.243-.179.324-.48.387-.765a.192.192 0 0 0-.003-.062c-.063.28-.144.579-.384.756-.013.011.007.067 0 .071m.567.397c.282-.116.429-.56.5-.833.005-.02-.006-.056-.002-.07-.07.277-.218.717-.498.833-.012.004.004.069 0 .07m.65.748c.19-.268.3-.586.318-.914 0-.01-.003-.078-.004-.05a1.693 1.693 0 0 1-.314.894c-.013.017.01.058 0 .07m2.396-1.217c-.24-.177-.32-.475-.384-.756a.244.244 0 0 0-.002.061c.064.284.144.587.386.766-.006-.006.014-.06 0-.071m-.548.399c-.28-.116-.426-.556-.498-.831.004.012-.007.048-.002.068.071.275.218.717.5.833-.002 0 .014-.066 0-.07m-.65.768a1.693 1.693 0 0 1-.314-.894c-.001-.028-.005.04-.004.05.028.338.118.64.318.914-.008-.012.013-.053 0-.07", fill: "color(display-p3 0.000 0.000 0.000)", fillRule: "nonzero" })] })] }), jsxs("g", { children: [jsxs("g", { fill: "color(display-p3 0.271 0.173 0.145)", fillRule: "nonzero", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1", children: [jsx("path", { d: "M56.297 40.615s-.56 1.297-.257 1.424c.304.128 1.075-.076 1.73-1.247.653-1.17-.389-.732-.389-.732l-1.084.555zm3.456.865s-.093 1.704 0 1.83c.094.129.958.129 1.004-1.143.047-1.272-.186-1.323-.186-1.323l-.84.585" }), jsx("path", { d: "M60.27 39.425s-.606 1.907-.022 2.29c.583.381 1.05-1.883 1.073-2.391.024-.51-1.05.101-1.05.101zm.418 2.436s.117 1.78.444 1.858c.327.076.864-.51.864-.967 0-.459-.56-1.527-.56-1.527l-.772.56" }), jsx("path", { d: "M60.704 39.73s-.607 1.906-.024 2.289c.584.381 1.052-1.883 1.075-2.391.024-.51-1.051.101-1.051.101zm.047-3.062s-.888.916-.864 1.424c.022.51 1.306-.687 1.424-.916.117-.228-.56-.508-.56-.508z" }), jsx("path", { d: "M60.141 36.155s-.701 1.297-.513 1.704c.188.406.864-.306 1.19-.763.327-.459-.677-.941-.677-.941zm-1.576.224s-.466 1.754-.117 1.933c.687.348 1.13-1.215 1.192-1.807.07-.661-1.075-.126-1.075-.126z" }), jsx("path", { d: "M59.576 36.364s-.888.916-.864 1.424c.023.51 1.307-.687 1.424-.916.117-.228-.56-.508-.56-.508zm-15.139.13s-1.834.92-1.994 1.314c-.16.393 5.532-.597 8.66-2.808l-1.27-.75-5.396 2.243z" }), jsx("path", { d: "M46.601 36.824s-3.34 1.247-.926 1.296c0 0 4.784-.996 7.332-2.944l-.644-.952-5.762 2.6z" }), jsx("path", { d: "M51.508 33.492s-3.527 1.805-3.13 2.01c.397.203 2.897-.357 4.205-1.17 1.308-.813 1.869-1.272 1.869-1.272l-1.565-.433-1.379.865zm-1.332 3.961s-1.26 1.055-1.115 1.175c.147.12 2.723-.285 4.731-1.861l-.253-.93-3.388 1.567" }), jsx("path", { d: "M47.98 37.252s-1.208.963-.943 1.04c.264.08 1.288.805 5.819-2.15l.535-.329-.8-1.128-4.611 2.567zm-.932-3.477c-3.81 1.333-7.632 3.988-7.632 3.988.373-.127 9.805-3.924 9.805-3.924m6.188 5.885s-.817 1.247-.653 1.4c.163.152 1.168.635 2.335-.968 1.168-1.601-1.098-1.347-1.098-1.347l-.584.915z" }), jsx("path", { d: "M54.487 38.644s-1.227 1.539-.97 1.743c.258.202 1.659.177 2.71-1.298 1.052-1.476.024-.076.024-.076l-.304-1.348-1.46.979z" }), jsx("path", { d: "M53.307 37.919s-1.191 1.424-1.075 1.653c.117.23 1.73.152 3.06-1.247 1.33-1.398.257-1.906.257-1.906l-2.218 1.424" }), jsx("path", { d: "m51.193 37.983-.76 1.056s.211.992 2.827-.814c2.617-1.806 2.477-1.653 2.477-1.653l-1.402-.255-3.142 1.667v-.001zm-8.333-1.52-1.659.745s-.373.328.6.353c.974.024 2.987-.245 6.487-2.229a18.15 18.15 0 0 0 2.584-1.753l-1.275-.475-6.737 3.359z" }), jsx("path", { d: "M40.02 37.508s2.387-.26 3.333-.88c0 0-.193.29 1.027-.187l6.93-3.381-.231-.45s-7.548 3.233-8.12 3.413c-.571.18-2.939 1.485-2.939 1.485zM57.348 40.56s-.233 1.89.047 1.96c.28.07 1.074-.524 1.401-1.68.327-1.156-1.284-1.016-1.284-1.016l-.233.667" }), jsx("path", { d: "M58.587 41.365s-.14 1.387.046 1.514c.187.126.654.178 1.215-.916.56-1.094.304-.687.304-.687l-1.261-.687-.304.776z" }), jsx("path", { d: "M58.936 38.961s-1.027 2.239-.444 2.214c.584-.027 1.379-1.706 1.495-2.087.117-.381-1.051-.127-1.051-.127z" }), jsx("path", { d: "M58.847 38.941s-.387 2.467.165 2.258c.552-.208.864-2.067.875-2.468.009-.403-1.04.21-1.04.21z" }), jsx("path", { d: "M59.684 39.19s-.607 1.907-.024 2.29c.584.381 1.052-1.883 1.075-2.39.024-.51-1.051.1-1.051.1zm-2.395-.627s-.466 1.754-.117 1.933c.687.348 1.13-1.215 1.192-1.807.07-.661-1.075-.126-1.075-.126zm-4.356-3.62s-1.565 1.297-1.378 1.501c.186.203 2.009-.153 2.826-.713.818-.56 1.144-.864 1.144-.864l-1.4-.866-1.192.942z" }), jsx("path", { d: "M54.312 33.62s-1.004.813-.817 1.017c.186.204 1.985-.533 2.312-.89.326-.356.304-.738.304-.738l-1.799.611z" }), jsx("path", { d: "M55.27 33.467s-1.286 1.144-.958 1.552c.327.406 2.219-1.4 2.476-1.628.256-.23-1.519.076-1.519.076z" }), jsx("path", { d: "m54.732 32.984-2.733 1.297s-2.312 1.5-2.079 1.654c.233.152 2.032-.331 3.317-.967 1.284-.636 2.71-1.704 2.71-1.704m-.454 1.196s-2.957 2.543-2.513 2.797c.444.254 2.05-.444 3.38-1.665" }), jsx("path", { d: "M55.979 35.17S54.195 38.12 54.38 38.4c.187.28 1.4-.661 2.01-1.373.606-.712 1.084-1.764 1.084-1.764" }), jsx("path", { d: "M56.83 35.547s-1.813 3.369-1.602 3.649c.21.28 1.261.05 1.892-1.272.63-1.323.576-2.176.576-2.176l-.865-.201z" }), jsx("path", { d: "M57.884 35.708s-2.015 4.16-1.617 4.565c.397.408 2.626-3.153 2.73-3.657.179-.884-1.137-.984-1.137-.984m-4.225-2.673s-1.822.865-1.448 1.042c.373.179 2.078-.585 2.312-.661.233-.076-.864-.381-.864-.381z" }), jsx("path", { d: "M53.915 33.239s-1.12.89-.888 1.12c.233.228 1.938-.688 2.266-.968.327-.28-1.378-.152-1.378-.152zM56.267 33.31s-1.534 2.06-1.063 2.14c.47.082 2.25-1.327 2.273-1.571.026-.244-1.21-.57-1.21-.57z" }), jsx("path", { d: "M56.95 33.772s-1.634 2.06-1.167 2.187c.466.128.513-.203.513-.203s1.285-1.068 1.379-1.348c.093-.28-.678-.661-.678-.661" }), jsx("path", { d: "M57.465 34.256s-1.192 2.06-.888 2.187c.304.128.795-.382 1.286-.991.49-.61-.398-1.196-.398-1.196z" }), jsx("path", { d: "M57.768 35.197s-.701 1.298-.513 1.704c.186.407.864-.305 1.19-.762.327-.459-.677-.942-.677-.942zm.295 3.6s-.467 1.755-.118 1.934c.687.348 1.13-1.215 1.192-1.807.07-.661-1.074-.127-1.074-.127z" }), jsx("path", { d: "M61.272 36.424s-.467-.152-.817-.152c0 0-1.028-.813-1.588-.89-.56-.077-.083-.09-.083-.09s-.059-1.335-.221-1.437c0 0-.094-1.374-.958-1.475-.865-.101-2.804.076-3.154-.05-.35-.129-1.424-.577-3.456-.027-2.08.564-6.174 2.401-6.384 2.453-.211.05 4.701-1.08 6.08-1.69 0 0 1.377-.1 1.798-.229 0 0-1.565.764-.117.434 1.448-.331 1.121 0 1.121 0s-.14.33.678.152c.817-.179.817 0 .817 0s.935.33 1.659-.102c0 0 .373 1.298.84 1.475 0 0 .556 1.19 1.724 1.417 0 0 .554.394.672.47l.66.217.706-.552" }), jsx("path", { d: "M51.695 32.908s-4.672 1.679-4.508 2.136c.162.459 4.881-1.296 5.629-1.78.747-.483-1.05-.381-1.05-.381" })] }), jsxs("g", { fill: "color(display-p3 0.271 0.173 0.145)", fillRule: "nonzero", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1", children: [jsx("path", { d: "m83.925 37.083 1.838 1.042s.448.372-.536.154c-.984-.22-3.082-.944-7.046-3.494-1.792-1.154-2.357-1.12-2.357-1.12l2.497.066 5.604 3.352z" }), jsx("path", { d: "m84.532 36.63 1.837 1.042s.448.372-.536.153c-.984-.22-3.081-.944-7.045-3.493-1.792-1.155-.35.95-.35.95l.303-1.383 5.791 2.73z" }), jsx("path", { d: "M87.588 37.633s-2.193-.408-2.993-.992c0 0 .141.252-.934-.236 0 0 .415.94-2.605-1.117-3.021-2.059-1.965-1.024-1.965-1.024l.845-.219s4.637 1.854 5.147 2.047c.508.195 2.506 1.541 2.506 1.541h-.001zM76.117 38.455l.735 1.048s-.244.982-2.796-.93c-2.55-1.912-2.417-1.753-2.417-1.753l1.409-.197 3.095 1.757m-3.34.6s1.185 1.55.92 1.743c-.263.193-1.663.11-2.662-1.407-1-1.517-.021-.077-.021-.077l.093-2.454 1.695 2.12" }), jsx("path", { d: "M74.02 38.267s1.141 1.472 1.016 1.696c-.124.224-1.733.081-3.013-1.37-1.283-1.454-.192-1.918-.192-1.918L74 38.189m6.521-.792s3.252 1.4.84 1.307c0 0-4.724-1.272-7.168-3.365l.691-.914 5.6 2.891" }), jsx("path", { d: "M82.228 36.993s1.76 1.067 1.89 1.474c.133.406-5.469-1.046-8.423-3.507l1.32-.645 5.213 2.678zm-5.112.968s1.273 1.046 1.128 1.167c-.144.12-2.725-.265-4.752-1.825l.243-.93 3.406 1.54" }), jsx("path", { d: "M79.293 37.872s1.256.867.996.957c-.261.091-1.246.866-5.92-1.872l-.55-.302.742-1.167 4.734 2.307" }), jsx("path", { d: "M74.496 35.308s1.52 1.36 1.325 1.556c-.193.196-2.002-.235-2.8-.827-.797-.593-1.377-1.353-1.377-1.353l1.693-.365 1.159.99z" }), jsx("path", { d: "m72.685 33.036 2.768 1.65s2.259 1.594 2.02 1.737c-.24.142-2.018-.414-3.28-1.102-1.262-.689-2.726-2.17-2.726-2.17m-.528 7.688s.516 1.32.208 1.433c-.308.115-1.072-.12-1.686-1.316-.613-1.196.324-.572.324-.572l1.154.455z" }), jsx("path", { d: "M71.856 39.985s.773 1.28.605 1.426c-.169.145-1.189.586-2.301-1.063-1.11-1.65 1.144-1.301 1.144-1.301l.552.938z" }), jsx("path", { d: "M69.544 34.215s2.64 5.097 2.42 5.368c-.22.27-1.263 0-1.847-1.348-.584-1.348-1.061-3.098-1.061-3.098l.488-.922zm3.075 1.296s2.202 1.872 1.75 2.108c-.453.236-1.329-.106-2.617-1.38-1.288-1.275.845-.806.845-.806" }), jsx("path", { d: "M71.552 35.543s1.573 2.89 1.377 3.162c-.196.272-1.377-.718-1.96-1.454-.581-.738-1.022-1.808-1.022-1.808" }), jsx("path", { d: "M69.992 34.436s1.12 2.107.81 2.223c-.306.114-.78-.414-1.249-1.044-.468-.63.439-1.179.439-1.179zm.025 4.31s.406 1.774.05 1.937c-.698.32-1.086-1.26-1.128-1.854-.047-.664 1.078-.082 1.078-.082zm-1.394 2.811s.093 1.328-.098 1.447c-.19.12-.658.15-1.181-.965s-.28-.699-.28-.699l1.284-.633.28.724" }), jsx("path", { d: "M69.87 41.277s.187 1.383-.095 1.422c-.282.04-1.06-.426-1.359-1.278-.297-.853 1.31-.684 1.31-.684l.217.492" }), jsx("path", { d: "M68.585 36.941s1.443 3.23 1.211 3.69c-.453.9-1.765-1.967-2.161-3.087-.443-1.252.95-.603.95-.603z" }), jsx("path", { d: "M67.916 37.481s1.968 3.555 1.137 3.638c-.829.082-2.337-2.579-2.59-3.196-.254-.619 1.453-.44 1.453-.44v-.002z" }), jsx("path", { d: "M67.799 38.219s.968 3.406.344 3.105c-.623-.301-1.374-2.867-1.476-3.421-.103-.554 1.132.316 1.132.316zm3.4-4.843s1.493 2.28 1.008 2.347c-.484.068-2.254-1.523-2.27-1.787-.016-.263 1.262-.56 1.262-.56z" }), jsx("path", { d: "M70.267 33.472s1.902 2.597 1.329 2.73c-.573.131-.617-.275-.617-.275s-1.519-1.368-1.62-1.715c-.103-.347.852-.773.852-.773m3.654-.142s1.791.94 1.411 1.102c-.379.162-2.057-.67-2.288-.756-.23-.086.877-.346.877-.346zm-1.713.215s1.308 1.35.965 1.807c-.344.457-2.16-1.71-2.408-1.984-.248-.276 1.586.124 1.586.124m-3.316 1.928s2.106 4.104 1.72 4.521c-.39.417-2.731-3.077-2.814-3.584-.08-.507 1.115-1.013 1.115-1.013" }), jsx("path", { d: "M67.768 35.759s.843 1.284.795 1.976c-.048.692-1.274-.99-1.379-1.307-.107-.317.584-.67.584-.67zM69.5 35.093s.656 1.326.453 1.724c-.2.4-1.093-.805-1.404-1.276-.31-.47.951-.448.951-.448zM66.46 36.396s1.028 1.141.979 1.75c-.05.607-1.543-.889-1.674-1.169-.13-.28.695-.58.695-.58zM73.108 33.104s1.557 1.396 1.315 1.616c-.24.219-2.347-1.29-2.664-1.583-.318-.293 1.349-.033 1.349-.033z" }), jsx("path", { d: "m71.792 33.003 1.217 1.026s1.132.755.938.951c-.194.196-1.966-.616-2.28-.985-.315-.37-.278-.75-.278-.75l.403-.242zm4.012.322s4.61 1.87 4.43 2.32c-.178.451-4.833-1.496-5.563-2.01-.73-.514 1.064-.338 1.064-.338" }), jsx("path", { d: "M75.97 33.919s3.462 1.95 3.06 2.136c-.405.186-2.883-.475-4.162-1.342-1.28-.866-1.824-1.346-1.824-1.346l1.579-.37 1.348.922zm-8.522 2.37s.656 1.324.453 1.723c-.2.4-.852-.34-1.162-.81-.311-.473.709-.914.709-.914zm.156 2.987s.541 1.93-.056 2.288c-.596.357-.985-1.924-.99-2.433-.006-.51 1.046.145 1.046.145z" }), jsx("path", { d: "M64.923 36.095s1.925-.846 2.266-.778c0 0 .404-.1.62-.27.218-.17.715-.575.715-.575s-.341-2.333 2.11-2.096c2.454.237 5.682.541 6.334.643.653.101 3.043.777 3.603 1.048.558.27 4.2 1.918 4.945 2.19.44.16 1.413.767 2.135 1.238.496.322-.015.092-.015.092s-5.897-3.13-7.983-3.55c-.521-.105.036.598.036.598s-1.354-.534-1.913-.77c-.56-.238-1.024-.34-1.552-.306a3.185 3.185 0 0 1-1.243-.168c-.309-.102-2.08-.17-2.389-.203a4.237 4.237 0 0 1-.56-.101l.125.202-.869-.136-.25.374s-.837.168-.9-.103c-.06-.27-.497 1.217-.714 1.656-.217.44-1.024.44-1.272.71-.248.271-.404.44-.528.507-.124.068-.745.44-.963.44-.217 0-1.552.102-1.552.102l-.341-.542.155-.202zm2.532 5.465s.034 1.707-.064 1.83-.96.087-.964-1.185c-.003-1.273.233-1.314.233-1.314l.82.62" }), jsx("path", { d: "M67.008 39.487s.541 1.93-.056 2.288c-.596.357-.985-1.924-.99-2.434-.007-.509 1.046.146 1.046.146z" }), jsx("path", { d: "M66.565 39.772s.542 1.93-.056 2.288c-.596.357-.985-1.924-.99-2.433-.006-.51 1.046.145 1.046.145z" })] }), jsx("path", { d: "M66.92 47.641s.332.414.29.547c0 0 .342-.344-.098-.832l-.192.285zm-2.744-.784h.2l.075.187-.028.17-.174.08s-.281-.073-.213.265c0 0-.132-.619.14-.702zm1.405 1.386.206-.227.221.116s-.092.6-.127.644c-.034.044-.04.05-.04.068 0 .017-.036-.113-.102-.19-.067-.074-.135-.405-.158-.411zm-2.148-.746-.101-.302.117-.16.239-.002.1.048s.192.436.024.664c0 0-.07-.245-.152-.28 0 0-.177-.026-.227.032zm-2.224.522s-.334.56.1.84c0 0-.026-.523.314-.635l-.414-.205zm-1.152-.227.303-.079.03.014s-.2.382-.146.476c.055.093-.27-.17-.187-.41z", fill: "color(display-p3 0.851 0.753 0.725)", fillRule: "nonzero", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("path", { d: "M65.385 44.499s.011 1.04.011 1.224c0 .185-.021.462-.128.624-.105.161-.212.253-.381.253-.17 0-.615-.023-.7.14-.086.16-.148.253-.148.253s.274-.161.317 0c.043.162-.107.3-.107.3s.256.047.49-.092c.233-.138.36-.161.466-.161.107 0 .191.115.191.115s.064.346.043.554c-.022.208-.064.624.169.624 0 0 .085-.208.17-.23.085-.023.318.208.275.277 0 0 .043-.44-.042-.693-.084-.254-.127-.532-.127-.532s.721.254.785.346c.063.094.234.255.296.232.064-.024 0-.232.128-.277.127-.047.191.07.191.07s-.212-.486-.53-.647c-.318-.163-.531-.163-.658-.302-.127-.138-.15-.3-.17-.461-.02-.163.006-1.559.006-1.559l-.547-.058zm-3.602 2.644s-.528.409-.587.601c-.06.193-.077.379-.077.379s.473-.058.414.204c0 0 .154.088.398-.479.244-.567.474-.81.648-.795.173.018.393.186.504.303.11.12.264.207.457.152 0 0-.203-.308-.075-.376.127-.067.322-.053.322-.053s-.16-.384-.507-.44c-.347-.056-.587-.152-.505-.303.082-.15.525-1.321.525-1.321l-.587-.863-.236.75s.078.443.08.558c.003.113-.466 1.083-.53 1.139-.063.057-1.323.544-1.472.592-.15.048-.463.42-.463.42l-.036.28s.21-.174.279-.07c0 0 .146-.185.277-.116.13.07.11.096.11.096s.233-.153.274-.229c.04-.075.053-.067.053-.067l.371-.064", fill: "color(display-p3 0.741 0.529 0.349)", fillRule: "nonzero", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("path", { d: "M62.465 46.068a.164.164 0 0 1-.13-.024m.333-.49a.44.44 0 0 1-.173-.06m-.036.325c.04.022.084.03.13.024m-.562.78a.179.179 0 0 0 .086.03m3.538-.514c.086.014.165.061.254.07m-.105-.325c-.068.017-.127.004-.17-.047m.211-.253a.487.487 0 0 1-.233-.023m-.063 1.04c.08.01.156.05.234.068m-.212.255a.121.121 0 0 1 .106.023m-.044.854a.224.224 0 0 1 .148.023m-2.8-1.157a.185.185 0 0 0-.146.116m.578-.075c-.093.053-.176.13-.186.237m-2.496.24c.072.066.178.103.241.163m5.447-.516a.195.195 0 0 0-.107.139m.404-.047a.101.101 0 0 0-.064.093", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("path", { d: "M67.661 40.25s-.164-.738-.28-.84c-.117-.102.047-.205.047-.205s-.304-.738-.49-.866c-.187-.127.022-.228.022-.228s-.327-.511-.56-.663c-.233-.153 0-.179 0-.179s-.244-.684-.813-.997c0 0-.378-.397-.763-.507-.385-.109-1.34-.21-2.493-.189-1.216.021-1.731.864-1.731.864l-.079.977.176-.12-.257 1.219c-.04.279.217.761.232 1.344.004.184.016.376.037.573.05.548.19 1.084.414 1.587.02.04.037.16.06.12.058-.101.192.347.312.507 0 0 .072.606.129.381.023-.087.217.344.339.615.042.098.273.768.264.462-.01-.333.202.71.202.86l.28-.408.14.459.234-.027-.07.435s.654-.536.678-.74c.022-.203.046-.356.046-.356l.211-.204.327-.51s.817.637.91.867c.094.228.187.432.187.432l.21-.204.187.459.118-.23.113.32.01-.02.074.21c.057.053.187.08.433-.33.35-.587.327-1.045.35-1.147.024-.102.164.178.164.178s.304-.56.257-.917c-.047-.357.187-.23.187-.23s.046-.942 0-1.173c-.047-.228.164-.177.164-.177s-.071-1.12-.142-1.248c-.069-.128.164-.153.164-.153z", fill: "color(display-p3 0.271 0.173 0.145)", fillRule: "nonzero", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("path", { d: "M66.024 37.657c.165.05.245.235.316.38-.004-.009.01-.05.001-.069-.07-.144-.152-.333-.317-.381 0 0-.01.066 0 .07m.15.704c.303.258.33.61.313.994 0 .013.004.08.006.036.018-.407.014-.819-.32-1.1.008.006-.013.058 0 .07m.634.36c.168.276.184.58.184.899 0 .04.006.04.006 0 0-.339-.008-.67-.189-.967.005.007-.012.052-.001.068m.221 1.332c-.019.198-.053.391-.093.586a.31.31 0 0 0 .004.061c.04-.199.074-.396.093-.596.001-.01-.001-.079-.004-.05m-.204 1.02c.016.13.032.258.019.387 0 .011.001.08.005.052.017-.165 0-.325-.019-.489-.004-.027-.006.041-.005.05m-.393-1.282c0 .219.001.436.02.653.002.028.005-.04.004-.05-.016-.2-.018-.4-.018-.603 0-.04-.006-.04-.006 0m-.167 1.416c.017.207.017.413.017.623 0 .04.007.04.007 0 0-.226 0-.45-.019-.674-.002-.026-.006.042-.005.051m.935-.18a.6.6 0 0 1 .165.337c.003.014.005-.01.005-.013v-.048a.64.64 0 0 0-.17-.347c.008.01-.014.056 0 .071m-.056-1.43c.093.078.168.173.242.267-.009-.01.014-.054 0-.07a1.707 1.707 0 0 0-.242-.267c.008.007-.014.059 0 .07m-.768 1.07c0 .195-.019.387-.054.579a.196.196 0 0 0 .003.061c.04-.212.056-.425.057-.64 0-.04-.006-.04-.006 0m-.408.425c.016.174.016.347 0 .52 0 .011.002.08.005.051a3.454 3.454 0 0 0 0-.621c-.003-.027-.007.041-.005.05m-1.339-4.565c.107.017.197.067.293.116.003 0 .044.027.051.016.008-.01-.028-.043-.03-.045a.847.847 0 0 0-.2-.147c-.12-.064-.24-.13-.378-.152-.027-.004.075.093.08.097.05.04.12.104.184.115m-3.637 3.527c.069.133.08.286.149.418-.004-.008.01-.05.001-.068-.069-.133-.08-.286-.149-.418.005.008-.01.05-.001.068m.634-3.598c.156-.056.322-.057.486-.076.006 0 .002-.072 0-.07-.163.018-.33.02-.486.076-.012.004.003.069 0 .07m.932-.076c.148-.06.308-.086.467-.076a.21.21 0 0 0 0-.07c-.16 0-.319.005-.467.076-.013.005.004.069 0 .07m-1.621.824c-.02.004-.02.019-.021.038v.048c.002.013.005-.011.005-.014 0 .014.008 0 .016 0 .01-.002.001-.072 0-.072m-.097 2.511c0 .13 0 .263.02.392.002.013.005-.01.005-.013l-.001-.048c-.018-.11-.018-.22-.018-.331 0-.04-.006-.04-.006 0m4.626-2.477c.067.018.107.066.13.132a.107.107 0 0 0 .004-.026c0-.013.002-.03-.003-.042a.19.19 0 0 0-.13-.135s-.011.067 0 .07m.074 1.142c.104.107.18.237.223.38-.003-.012.008-.05.002-.07a.933.933 0 0 0-.225-.38c.008.007-.013.055 0 .07m-.243-.837c.102.088.187.189.28.285-.009-.008.014-.057 0-.07-.093-.097-.178-.2-.28-.286.008.007-.013.059 0 .07m.279 1.9a.808.808 0 0 1-.073.469c-.008.018.005.058.001.069.081-.195.11-.39.076-.599a.225.225 0 0 0-.004.062m.26.589a.79.79 0 0 1 0 .263.213.213 0 0 0 0 .048c0 .002 0 .026.004.013a1.187 1.187 0 0 0 0-.385c-.003-.014-.005.01-.005.013l.001.048m1.008 2.08c.067.239.072.481.072.728 0 .04.007.04.007 0 0-.27-.004-.536-.078-.796.004.01-.006.048-.001.068m-.168.484a4.077 4.077 0 0 1-.187.495c-.008.018.007.06.003.069.076-.16.13-.328.187-.496.005-.019-.007-.057-.003-.068m-5.628-1.607c.156.203.24.447.372.666-.004-.008.012-.054.001-.068-.132-.22-.216-.464-.373-.668.01.01-.013.053 0 .07m.988.024c-.143.019-.177-.186-.299-.228.003 0-.01.067 0 .071.12.043.156.247.299.228.008 0 .003-.07 0-.07m-.56.945c.103.18.17.377.28.552-.005-.007.012-.054.001-.068-.109-.175-.177-.374-.28-.552.006.006-.01.05-.001.068m.653.23c.12.134.215.289.279.456-.004-.01.008-.049.001-.069a1.493 1.493 0 0 0-.28-.457c.01.01-.013.054 0 .07m-.057.684c.057.12.11.243.168.362-.004-.008.01-.051.001-.068-.057-.12-.109-.243-.168-.362.006.008-.009.051-.001.068m.615.134c.033.125.053.253.053.384 0 .04.007.04.007 0 0-.153-.02-.306-.059-.454.004.014-.007.05-.001.07m-.262.568c.04.181.094.357.187.517-.004-.007.012-.052.003-.068a1.74 1.74 0 0 1-.187-.51.335.335 0 0 0-.003.06m.151-2.413c.147.056.295.112.448.152 0 0 .01-.068 0-.07-.153-.04-.3-.096-.448-.152.003 0-.012.066 0 .07m.112.628c.176.098.36.176.54.267-.004-.003.013-.064 0-.07-.179-.091-.364-.17-.54-.267.005.002-.013.062 0 .07m.168.704c.09.111.19.212.299.306-.008-.008.013-.06 0-.072a2.382 2.382 0 0 1-.299-.304c.01.01-.013.054 0 .07m.185.875c.076.12.111.255.13.396.002.013.005-.01.005-.013l-.001-.048a.985.985 0 0 0-.132-.403c.005.007-.011.052-.002.068m.522-2.175c.016.084.036.168.057.251-.004-.012.007-.048.001-.068-.02-.08-.04-.163-.054-.244-.003-.013-.006.01-.006.013 0 .016-.001.032.002.048m1.305-.521a1.9 1.9 0 0 1-.13.267c-.01.016.006.061 0 .068a1.9 1.9 0 0 0 .131-.267c.008-.019-.005-.057-.001-.068m.537-.023c0 .15-.002.299-.036.446a.225.225 0 0 0 .004.061c.038-.167.04-.336.04-.507 0-.04-.008-.04-.008 0m.114.826c.013.128 0 .254-.018.382a.344.344 0 0 0 .003.062 2.04 2.04 0 0 0 .02-.494c-.004-.028-.007.04-.005.05m.41.781a.725.725 0 0 1-.258.433c-.014.014.008.064 0 .071a.739.739 0 0 0 .262-.443.31.31 0 0 0-.004-.061m-1.322-.765c-.038.074-.086.141-.131.209-.007.01-.003.033-.003.044 0 .003.003.028.004.024.046-.068.094-.135.131-.21.005-.01.003-.03.003-.042a.1.1 0 0 0-.004-.025m.15 1.046a1.04 1.04 0 0 1-.186.21c-.014.01.008.065 0 .07.074-.057.13-.133.186-.209.006-.008.004-.027.004-.035 0-.004-.005-.034-.004-.036m-.466.552c-.183-.18-.267-.41-.187-.673.008-.019-.004-.057 0-.068a.787.787 0 0 0 .187.813c-.008-.009.013-.058 0-.072m-.616-.581a.764.764 0 0 1-.018.316c-.006.02.006.057.002.068.044-.144.04-.297.02-.445-.003-.014-.006.01-.006.013l.002.048m1.417.697c-.039.13-.108.243-.168.362-.008.018.007.06.003.069.058-.12.129-.233.166-.363.007-.018-.005-.056-.001-.068m.913.38a5.08 5.08 0 0 1-.261.4c-.01.015.007.063.003.068.09-.13.181-.26.26-.4.009-.016-.006-.06-.002-.068m.446.48a9.36 9.36 0 0 0-.076.736c0 .012.002.08.006.036.018-.237.036-.474.074-.71a.31.31 0 0 0-.004-.062m.577-.854c.001.082.017.165.019.248 0 .049.006.002.006-.02-.001-.083-.017-.164-.018-.247 0-.05-.007-.004-.007.019m-6.13-2.687c-.033.24-.007.484.075.712-.004-.01.008-.05 0-.068a1.204 1.204 0 0 1-.072-.583.47.47 0 0 0-.004-.061", fill: "color(display-p3 0.000 0.000 0.000)", fillRule: "nonzero" }), jsx("path", { d: "M60.947 38.025s-.071-.706.128-.784c0 0 .07-.649.934-.56 0 0 .294-.482.76-.228 0 0 .443-.217.7-.089.258.127.574.343.596.393 0 0 .374-.076.548.064.175.14.094.598.094.598s.421.322.456.606c.034.284.034.399-.059.475 0 0 .187.153.152.37-.035.215-.21.529-.245.529s.024.564-.163.754c-.187.191-.363.23-.444.255-.081.027-.293.33-.49.37-.2.037-.467-.307-.491-.409-.024-.101-.292-.216-.292-.216s-.608.65-1.016.547a1.057 1.057 0 0 1-.643-.508c-.035-.064-.152-.533-.152-.533s-.455-.268-.42-.523c.035-.253.221-.56.221-.56l-.174-.55z", fill: "color(display-p3 0.863 0.867 0.871)", fillRule: "nonzero" }), jsxs("g", { fill: "color(display-p3 1.000 1.000 1.000)", fillRule: "nonzero", children: [jsx("path", { d: "M63.01 37.49c.393-.36.913-.742 1.471-.609 0 0 .01-.069 0-.072-.558-.133-1.078.248-1.472.61-.013.013.008.062 0 .07m1.892.431c-.394-.268-1.085-.367-1.472-.036-.013.013.008.064 0 .07.387-.33 1.078-.231 1.472.037-.006-.004.014-.062 0-.07m-1.506.606c.161.524.37 1.057.28 1.617a.344.344 0 0 0 .002.061c.099-.606-.104-1.176-.28-1.746.003.01-.009.048-.002.068m-.632.318c.097.53.034 1.066 0 1.598-.003.013.001.08.005.036.037-.564.101-1.134-.001-1.694a.209.209 0 0 0-.004.06m.842-.389c.515.123 1.019.465 1.296.93-.005-.009.011-.053.002-.069a2.115 2.115 0 0 0-1.298-.933s-.009.07 0 .072m-.458.716c.001.325.026.652-.067.968-.007.02.004.057 0 .068.103-.337.076-.687.073-1.036 0-.04-.006-.04-.006 0m.809-.072c.324.267.58.672.628 1.099.004.028.007-.04.005-.05a1.756 1.756 0 0 0-.633-1.12c.008.007-.013.06 0 .071m-2.383.893c.107-.153.24-.326.42-.392.011-.005-.002-.07 0-.072-.181.067-.313.242-.421.396-.01.015.005.062.001.068m.771-2.784c-.068-.29-.287-.462-.52-.62.005.004-.013.056 0 .064.232.155.45.327.519.618-.003-.012.005-.043.001-.062m-.456-.005c-.27-.128-.548-.143-.84-.143-.007 0-.007.071 0 .071.292 0 .57.015.84.143-.004-.002.013-.064 0-.07m.843-.046c.036-.28-.006-.544-.247-.716.005.004-.013.053 0 .061.203.145.276.347.244.6a.267.267 0 0 0 .003.055m1.014.33c.254-.134.53-.109.806-.106.005 0 .005-.072 0-.072-.276-.002-.552-.027-.806.106-.013.008.006.07 0 .072m.456.68c.391.042.69.243.947.538-.017-.02.027-.112 0-.143-.257-.293-.556-.496-.947-.537-.005 0-.014.141 0 .142m-1.718 1.078c-.094.373-.022.846-.454 1-.024.008.004.14 0 .141.438-.155.364-.627.458-1.004.009-.04-.011-.113-.004-.137" }), jsx("path", { d: "M63.393 38.955c.15.393.36.794.279 1.23a.474.474 0 0 0 .007.123c.098-.537-.094-.997-.282-1.49.008.02-.018.1-.004.137m.563-.07c.397.065.707.38.767.778.004.028.01-.022.01-.026a.791.791 0 0 0-.002-.097c-.052-.396-.384-.747-.775-.797-.005 0-.016.141 0 .142m-.004.563c.06.327.152.653.036.98-.013.039.012.115.004.137.144-.408.041-.829-.033-1.24a.463.463 0 0 0-.007.123m-.207-1.421c.42-.07.863-.134 1.227.142-.015-.01.027-.12 0-.14-.364-.278-.807-.214-1.227-.145-.017.004-.002.143 0 .143m-.768-.834c.051-.346.356-.594.663-.706.023-.008-.005-.14 0-.142-.317.115-.619.37-.67.726a.493.493 0 0 0-.002.097c0 .004.005.053.01.025m-.383.208c-.011-.384-.179-.693-.344-1.03.006.016-.019.09-.004.121.149.301.326.596.336.943.002.088.013.006.012-.034m-.352.207c-.075-.343-.3-.57-.6-.725.01.005-.026.128 0 .141.289.152.52.373.593.707a.41.41 0 0 0 .007-.123m-.566-.137c-.196-.136-.401-.266-.64-.302-.002 0-.013.11 0 .111.239.037.444.165.64.301-.01-.006.022-.096 0-.11m1.223 1.608c.033.364.08.73-.103 1.062-.017.034.014.12.004.138.218-.398.148-.867.108-1.3-.004-.056-.01.081-.009.1" }), jsx("path", { d: "M63.323 38.883c.121.341.265.706.24 1.077 0 .023.008.16.013.072.03-.453-.1-.867-.25-1.287.007.022-.017.1-.003.138m.282-.499c.347.107.694.22.947.501-.017-.018.027-.112 0-.142-.253-.28-.6-.394-.947-.502.003.002-.021.136 0 .143m-.941-.772c.037-.303.07-.604.072-.91 0-.08-.013-.08-.013 0a7.24 7.24 0 0 1-.068.81c-.003.019.002.156.009.1m-.636-.193a3.087 3.087 0 0 1-.701-.466c.016.014-.027.12 0 .143.211.187.447.343.701.465-.008-.004.025-.13 0-.142m-.105 1.825a.885.885 0 0 0-.352.432c-.011.025-.006.061-.006.088 0 .005.007.055.01.05a.876.876 0 0 1 .348-.427c.026-.018-.014-.135 0-.143m.449.267c-.007.25-.144.456-.31.626-.026.03.018.126 0 .144.2-.192.316-.456.323-.733 0-.045-.01-.137-.013-.037m1.176-1.96c.207-.327.707-.354 1.04-.446.021-.005 0-.14 0-.14-.337.091-.835.12-1.044.448-.02.032.013.124.004.138m-2.297-.006a1.14 1.14 0 0 1-.227-.106c.007.004-.016.08 0 .088.073.041.147.082.227.106-.002 0 .013-.084 0-.088m.045 1.672a.44.44 0 0 0-.196.124c-.013.014-.007.054-.007.071l.002.05c0-.002.004.023.005.02.05-.063.124-.093.196-.122.01-.005.007-.063.007-.072a.386.386 0 0 0-.007-.07m.301.077a.907.907 0 0 0-.349.326c-.016.023.01.098.004.107a.897.897 0 0 1 .347-.321c.018-.01-.007-.11-.002-.112m.572.141c-.129.316-.482.664-.226 1.017-.008-.013.025-.108.004-.137-.178-.244.134-.52.226-.743.015-.037-.013-.117-.004-.137m.404-.005c.01.321-.046.64-.102.953a.532.532 0 0 0 .006.123c.067-.37.12-.738.11-1.114-.003-.1-.015-.008-.014.038m1.034-.38c.234.306.441.637.541 1.016-.005-.024.015-.098.004-.138-.1-.38-.31-.712-.545-1.02.017.023-.026.108 0 .142m.121-.247c.385.293.813.57 1.085.985-.008-.013.024-.106.004-.137-.273-.417-.702-.695-1.089-.99.013.011-.027.12 0 .142" }), jsx("path", { d: "M63.955 38.296a.904.904 0 0 1 .413.041c.123.046.224.147.335.214.112.066.225.13.316.225.12.125.121.34.156.503a.346.346 0 0 0 .006-.106c-.029-.133-.044-.266-.089-.396-.044-.125-.152-.202-.259-.269-.126-.081-.25-.164-.376-.247-.149-.097-.333-.102-.502-.086-.014.001-.006.121 0 .121" }), jsx("path", { d: "M64.897 39.085c.043.124.094.247.135.371-.004-.013.01-.064.003-.09-.043-.123-.094-.246-.135-.37.004.015-.01.064-.003.09M63.82 37.12c.272-.074.549-.124.816-.216.022-.008-.004-.14 0-.142-.267.093-.544.141-.816.216-.022.006.001.142 0 .142m-1.132.136c.038-.137.099-.267.181-.384.101-.15.116-.34.24-.477.027-.03-.017-.124 0-.143-.103.114-.139.26-.197.398-.07.166-.18.29-.227.47-.012.04.01.112.003.136M61.76 39.8c-.052.233-.036.477.047.701-.008-.021.018-.1.004-.137a.75.75 0 0 1-.044-.442c.006-.03.004-.066.002-.097 0-.005-.004-.053-.009-.025m.563.441c-.098.133-.099.333-.047.487a.234.234 0 0 0 .008-.047c0-.027.003-.059-.005-.083-.028-.085-.007-.154.044-.224.01-.013.006-.049.006-.066 0-.007-.009-.063-.006-.067m.418-.224c-.004.135-.076.263-.133.381-.01.027.01.086.004.1.07-.148.133-.289.139-.454.001-.032-.007-.099-.01-.027m.012-.79v.17c0 .005 0 .072.007.072.008 0 .007-.067.007-.072v-.17c0-.005.001-.07-.007-.07s-.007.067-.007.07m-.19.1c.01.02.02.04.026.06.006.031.008.033.008.006l-.006.035a.397.397 0 0 0-.002.097c0 .005.004.053.01.027.021-.118.026-.256-.032-.363-.004-.007-.01.045-.01.05 0 .023-.006.067.006.087m-.272-.089a1.907 1.907 0 0 0-.063.27.476.476 0 0 0-.001.097c0 .004.004.053.009.026.013-.088.032-.173.059-.256.008-.026.005-.06.004-.088a.25.25 0 0 0-.008-.049m-.21.012a1.56 1.56 0 0 1-.468.355c-.026.014.011.136 0 .142a1.56 1.56 0 0 0 .468-.354c.012-.015.007-.054.007-.072 0-.007-.01-.068-.007-.07m-.362.06a.859.859 0 0 1-.258.14c-.022.007.004.14 0 .142a.89.89 0 0 0 .258-.139c.013-.01.006-.059.006-.072l-.006-.07m-.514-.126c-.074.033-.152.063-.226.096-.02.008.005.11 0 .113.074-.033.152-.06.226-.096.02-.008-.005-.11 0-.113m1.564-.063c.002.094.016.183.034.275.005.027.009-.021.009-.027a.34.34 0 0 0-.003-.097c-.012-.061-.026-.125-.026-.188a.233.233 0 0 0-.008-.05c-.01.026-.006.06-.006.087m.242-.11c0 .11.012.213.05.316a.268.268 0 0 0 .008-.05c0-.028.006-.062-.004-.088a.52.52 0 0 1-.04-.178c0-.006 0-.07-.008-.07s-.006.066-.006.07m.186-.024c.032.045.07.108.071.166a.27.27 0 0 0 .008.05c.01-.027.007-.06.005-.087a.459.459 0 0 0-.08-.267c-.005-.006-.009.046-.009.051 0 .02-.007.07.005.087m.228-.09a.42.42 0 0 1 .212.107l.007-.07c0-.015.005-.06-.007-.073a.42.42 0 0 0-.212-.106s-.018.137 0 .141m.122-.185a.651.651 0 0 0 .317.154c.004 0 .016-.14 0-.142a.644.644 0 0 1-.317-.155l-.007.072c0 .013-.005.06.007.07m.256-.617c.081 0 .161.014.241.031.001 0 .019-.139 0-.141-.08-.018-.16-.03-.241-.032-.011 0-.011.142 0 .142m-.119-.294c.05-.08.123-.14.195-.199.012-.01.006-.057.006-.07l-.006-.071c-.074.06-.148.12-.199.202-.012.02-.005.067-.005.088 0 .004.005.056.009.05m-.225-.286a.536.536 0 0 1 .102-.253c.011-.015.007-.053.007-.07 0-.009-.01-.067-.007-.071a.573.573 0 0 0-.112.37c0 .003.006.052.01.024m-.183-.132c.093-.13.156-.28.241-.416.014-.02.006-.066.006-.088 0-.005-.004-.056-.01-.049-.085.135-.148.285-.24.416-.013.019-.006.067-.005.088 0 .004.003.056.008.05" }), jsx("path", { d: "M62.86 36.915c.004.16.015.318.048.474.007.027.01-.02.01-.026.002-.03.005-.067-.002-.096a2.012 2.012 0 0 1-.043-.39c-.002-.1-.013-.008-.013.038m-.675.112c.024.057.056.112.086.168.024.048.044.098.061.15-.008-.03.007-.022-.01.008-.02.032.013.12.003.136.04-.07.035-.185.016-.26-.029-.124-.104-.225-.152-.34.008.02-.02.1-.004.138m-.134.277a2.48 2.48 0 0 0-.303-.247l-.007.071c0 .013-.005.063.007.07.107.075.208.158.303.249l.006-.072c0-.015.006-.059-.006-.07m.441.147a1.51 1.51 0 0 0-.077-.917c.008.02-.02.1-.004.137.093.213.121.423.074.657-.006.031-.004.067-.002.098 0 .004.004.053.009.025m.661-.408c.011 0 .011-.143 0-.143-.01 0-.01.143 0 .143" }), jsx("path", { d: "M62.405 37.465c.016-.176.058-.349.076-.525a.773.773 0 0 0 0-.15c-.004-.037-.012-.035-.014 0-.019.175-.06.349-.076.525a.813.813 0 0 0 0 .15c.004.036.01.036.014 0m1.912 1.096c.161.048.296.158.375.306.005.01.013-.067.013-.075 0-.037.008-.097-.008-.132a.635.635 0 0 0-.38-.312c.006.001-.033.203 0 .213m-.517 1.062c.027.09.03.173.013.268a.599.599 0 0 0-.004.146c0 .007.007.08.014.038.04-.214.045-.45-.018-.658a.429.429 0 0 0-.013.075c0 .04-.004.09.008.13m-.43-.287c0 .176.01.352-.026.525a.54.54 0 0 0-.003.147c0 .006.006.077.014.037.048-.233.037-.472.036-.71 0-.006.001-.106-.011-.106s-.01.099-.01.107m-.22.19c-.06.234-.12.468-.169.706a.673.673 0 0 0-.002.146c0 .007.005.078.013.038.047-.23.105-.458.164-.684.016-.06-.015-.17-.005-.206m.294.15c.002.2.026.404.003.604a.812.812 0 0 0 0 .15c.004.036.01.035.015 0 .029-.253.006-.502.004-.754 0-.008.001-.107-.011-.107s-.01.099-.01.107m-1.415.106c.004-.064.004-.076-.002-.038a.333.333 0 0 1-.041.106c-.017.031-.008.096-.008.131 0 .007.008.085.013.075.075-.134.068-.31.048-.458-.005-.04-.013.032-.013.04a.662.662 0 0 0 .003.144m.621-.42c.041.08.039.148.037.236 0 .007 0 .107.011.107.012 0 .01-.1.01-.107 0-.146.017-.308-.053-.442-.005-.01-.013.066-.013.074 0 .035-.01.098.008.131m.17-.073a.269.269 0 0 1 .058.064l.016.036c.005.013.007.052.005.006 0 .022.002.043.006.064 0 0 .002.024.008.011.013-.039.008-.09.008-.13-.003-.105-.018-.198-.102-.265-.004-.002-.008.035-.008.032a.732.732 0 0 0 0 .151c.002.005.002.025.008.03m.21-.189c.033.067.072.134.106.2.004.012.007-.008.007-.01.004-.02.004-.042.005-.063l-.001-.083c0-.013 0-.036-.007-.049-.033-.067-.072-.133-.105-.2-.005-.01-.008.01-.008.01l-.004.065v.081c0 .013 0 .036.007.05m.468-.17c.082.118.168.233.26.344-.004-.004.009-.096.009-.107 0-.026.008-.085-.01-.106a4.713 4.713 0 0 1-.253-.336c-.008-.01-.013.066-.013.074-.001.03-.013.104.007.131m.241-.401c.063.11.135.213.213.312-.002-.004.011-.096.011-.107 0-.025.008-.084-.01-.107a2.267 2.267 0 0 1-.209-.304c-.005-.01-.013.067-.013.075 0 .033-.01.1.008.13m-2.353-1.073a.944.944 0 0 0-.227-.138.613.613 0 0 0-.01.106c0 .014-.006.1.01.107a.94.94 0 0 1 .227.139l.01-.107c0-.02.008-.092-.01-.107m.737-.253c.009.021.016.042.023.064 0 .021.001.044.005.064 0 0 .003.024.008.01.013-.038.008-.09.007-.13a.526.526 0 0 0-.038-.213c-.005-.012-.008.01-.008.01l-.004.064c-.001.038-.009.095.007.131m.581-.553a.765.765 0 0 1-.082.41c-.019.03-.01.096-.008.13 0 .008.006.085.013.074.112-.192.103-.454.097-.672 0-.008-.009-.082-.013-.073-.013.039-.008.09-.007.13m.131.789a.861.861 0 0 0 .275-.344c.016-.034.008-.095.008-.13 0-.008-.008-.085-.014-.076a.84.84 0 0 1-.269.336c-.017.014-.01.09-.01.107 0 .007.007.108.01.107m.363-.015c.042-.044.078-.093.12-.139.006-.006.006-.022.008-.032a.777.777 0 0 0 0-.15c0 .004-.004-.034-.007-.03-.043.043-.08.092-.121.138-.007.006-.007.022-.008.032a.732.732 0 0 0 0 .15c0-.004.005.034.008.031m.544.095c-.136 0-.272-.002-.408-.016-.01 0-.022.212 0 .213.136.013.272.016.408.016.014 0 .016-.213 0-.213m-.122.49c.182.11.358.227.544.324-.013-.008.04-.192 0-.213-.186-.097-.362-.215-.544-.324.018.01-.04.19 0 .213" }), jsx("path", { d: "M63.637 38.376c.162.103.338.181.484.31l.01-.107c0-.022.008-.09-.01-.107-.146-.128-.322-.207-.484-.31a1.153 1.153 0 0 0-.01.107c0 .018-.007.095.01.107m-1.04-.775c.023-.077.023-.16.023-.24 0-.009.001-.108-.01-.108-.013 0-.011.1-.011.107 0 .03 0 .004 0 0a.108.108 0 0 1-.007.036c-.013.04-.008.09-.008.13 0 .022.001.043.005.065 0-.003.004.024.008.01m-1.272-.568c.142.174.322.3.496.436.13.1.227.272.366.351-.016-.01.04-.19 0-.213-.126-.07-.211-.223-.322-.316-.185-.155-.385-.28-.54-.47.027.031-.04.164 0 .212m.303.575a4.224 4.224 0 0 1-.241-.277c-.003-.003-.008.034-.008.03-.003.026-.003.051-.003.076 0 .026-.008.084.01.107.078.095.157.19.24.277l.013-.106c0-.023.008-.088-.011-.107m-.17 1.408c-.057.104-.105.212-.178.305-.017.022-.01.08-.01.107 0 .01.013.101.01.107.076-.096.125-.207.184-.314.017-.032.008-.096.008-.13 0-.008-.008-.086-.013-.075m.158.213c-.002.12-.042.238-.057.355a.633.633 0 0 0 0 .15c.003.037.01.035.013 0 .02-.151.062-.294.064-.447 0-.04.007-.094-.006-.132-.004-.008-.014.066-.014.074m.558.98c.101-.337.089-.693.082-1.04-.002-.15-.021-.013-.02.055.006.264.008.525-.068.78-.017.059.016.17.006.205m.326-.818a.695.695 0 0 1 .027.346.693.693 0 0 0-.003.144c0 .007.008.08.014.04.037-.24.045-.502-.032-.736a.33.33 0 0 0-.014.075c0 .04-.005.09.008.13m.32-.118a.74.74 0 0 1 .142.52c-.002.033.01.237.018.107.018-.278.024-.614-.16-.84.003.004-.01.096-.01.106 0 .027-.007.086.01.107" }), jsx("path", { d: "M62.91 39.13c.073.306.13.615.16.929.009.084.018-.123.015-.15a7.347 7.347 0 0 0-.17-.985c.009.037-.02.144-.006.205m.303-.077a2 2 0 0 1 .317.601.316.316 0 0 0 .014-.073c0-.043.004-.09-.008-.132a1.997 1.997 0 0 0-.318-.601c.014.017-.037.161-.005.205m.624-.515c-.063-.106-.193-.12-.305-.112-.02.002-.01.214 0 .214.106-.01.24 0 .3.104.005.01.013-.067.013-.075 0-.033.01-.1-.008-.13" }), jsx("path", { d: "M63.516 38.453c.196-.028.392-.03.59-.03.015 0 .015-.214 0-.214-.198 0-.394.003-.59.031-.024.004-.007.213 0 .213m.363-1.617c-.156.187-.24.441-.294.679-.009.045-.005.098-.002.145 0 .008.005.079.013.039.05-.226.133-.472.283-.65.018-.02.01-.08.01-.106 0-.01-.013-.103-.01-.107m-.851.183c.03.18.103.346.153.52a.33.33 0 0 0 .014-.075c0-.041.004-.09-.008-.13-.048-.167-.12-.327-.148-.5-.007-.04-.014.033-.014.04a.59.59 0 0 0 .003.145m-.161.31a.852.852 0 0 1-.163-.289c-.005-.013-.01.013-.008.01a.346.346 0 0 0-.005.065c0 .04-.006.09.006.13a.916.916 0 0 0 .17.298c.002.002.008-.035.008-.032l.002-.075c0-.027.007-.084-.01-.107m-.287.14a2.187 2.187 0 0 1-.665-.324c.022.016-.04.182 0 .214.201.145.426.254.665.324-.005-.002.033-.203 0-.214" })] }), jsx("path", { d: "M57.38 39.63s-.393-.677.699-1.009c0 0 .33.18.406.304 0 0-.19.319-.813.4 0 0-.28.084-.292.306z", fill: "color(display-p3 0.851 0.753 0.725)", fillRule: "nonzero", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("path", { d: "M58.103 38.797c-.179.11-.46.111-.516.358v.016c.057-.247.338-.247.516-.356.004-.002-.002-.016 0-.018", fill: "color(display-p3 0.369 0.247 0.090)", fillRule: "nonzero" }), jsx("path", { d: "M57.495 39.52s.44.093.736-.124c.244-.179.33-.097.394-.084 0 0 .014-.22-.14-.387 0 0-.309.255-.537.324-.228.07-.383.047-.453.271z", fill: "color(display-p3 0.851 0.753 0.725)", fillRule: "nonzero", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("path", { d: "M62.84 37.41s-.94.16-1.187.217a6.733 6.733 0 0 1-1.005.114c-.196 0-.496-.157-.707-.2-.208-.042-.886-.113-1.133.143s-.405.341-.484.427c-.077.085-.392.364-.405.486-.012.124.08.308.236.308.157 0 .485.334.485.404 0 .116.43.24.836.239.732-.004 1.092-.373 2.19-.244.597.07 1.695-.399 1.893-.683.194-.284.312-.582.116-.909-.195-.327-.783-.293-.835-.303z", fill: "color(display-p3 0.859 0.627 0.373)", fillRule: "nonzero", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("path", { d: "M58.905 38.463s-.002.021-.006-.012l-.006-.024-.006-.018-.002-.02c-.004-.006.02.006.096-.069l.064-.097a.457.457 0 0 1 .236-.155c.144-.033.276-.01.295-.008.007-.008-.325-.013-.347.027 0-.027.32-.038.336-.015.004-.008-.3-.01-.322.032 0-.019.276-.032.306-.007 0 0-.052-.006-.066-.005l.025.005h-.04l-.021-.002c0-.002.06.006.064.013 0 0 .026-.01-.08-.003 0 0-.067-.013-.174.022-.142.021-.137.213-.352.336", fill: "color(display-p3 0.000 0.000 0.000)", fillRule: "nonzero" }), jsx("path", { d: "M58.883 38.383c.013 0 .105-.036.193-.2-.025-.044.332-.184.37-.139 0-.001.097 0 .151.01" }), jsx("path", { d: "M59.236 38.073c-.036-.005-.217.147-.2.156-.04.094-.143.156-.153.154m.368-.287a.89.89 0 0 1 .293-.017m-.339.082c-.006-.026.255-.061.28-.044" }), jsx("path", { d: "M59.479 38.328s.01.007-.004-.008l-.011-.013-.007-.011-.009-.008s-.008.004-.075.061c0 0-.028.022-.062.054 0-.003-.064.053-.134.092-.076.01-.184.06-.184.08-.006-.031.215-.088.212-.092.016.01-.197.049-.2.093-.008-.027.195-.077.203-.079.01.014-.179.044-.184.084 0 .002.027-.025.036-.026l-.013.01c.006-.006.016-.008.024-.01l.013-.007s-.037.017-.036.025c.001.004-.021-.002.05-.021 0 .007.178-.036.38-.224", fill: "color(display-p3 0.000 0.000 0.000)", fillRule: "nonzero" }), jsx("path", { d: "M59.445 38.283c0-.003-.078.077-.16.133 0 .013-.165.112-.209.1-.003-.005-.07.03-.099.064" }), jsx("path", { d: "M59.199 38.48c.013-.013.117-.084.117-.085.037-.04.13-.114.13-.114m-.243.218c.009.008-.156.03-.183.07m.23-.074c.01.021-.177.07-.185.077" }), jsx("path", { d: "M59.739 37.568s-.014-.299-.3-.413c-.287-.112-.614-.127-.731-.112-.117.013-.137.066-.284.089-.147.024-.304.095-.304.095s0-.014-.077.128c-.08.142-.21.213-.144.341.065.128.022.15.102.173.08.027-.04-.042-.04-.042s-.502.162-.381.47c.123.308.245.194.283.187.036-.007.284-.133.284-.133l.408-.382s.48-.188.532-.202c.052-.014.28.005.28.005l.372-.204z", fill: "color(display-p3 0.776 0.149 0.173)", fillRule: "nonzero", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("path", { d: "M59.375 38.268c0 .075-.076.17-.17.213-.093.046-.168.02-.168-.053 0-.075.075-.17.168-.215.094-.044.17-.02.17.055", fill: "color(display-p3 0.000 0.000 0.000)", fillRule: "nonzero" }), jsx("path", { d: "M62.483 39.055a.713.713 0 0 0 .273-.124", fill: "color(display-p3 0.369 0.247 0.090)", fillRule: "nonzero" }), jsx("path", { d: "M57.981 38.008c.078.001.167.041.155.136v.05c.001.013.004.013.005 0a.353.353 0 0 0-.012-.178c-.024-.06-.089-.077-.148-.08-.005 0-.005.072 0 .072m.37.143a.36.36 0 0 0-.035-.32c.004.006-.013.053-.003.069.04.056.06.113.036.183-.008.018.006.057.002.068m.298-.316c-.018-.124-.062-.263-.177-.327.005.003-.013.063 0 .07.112.063.156.197.173.318.003.013.006-.01.006-.013l-.002-.048m.263-.064c.016-.116.007-.24-.09-.318.009.007-.013.06 0 .072.054.043.097.112.086.184v.048c0 .003.003.027.004.014m-.44-.388c.257-.131.78-.188.981.072-.009-.012.014-.055 0-.072-.201-.259-.724-.202-.981-.071-.013.007.005.068 0 .07", fill: "color(display-p3 0.518 0.129 0.086)", fillRule: "nonzero" }), jsx("path", { d: "M58.717 39.297c.082 0 .166 0 .246-.017.009-.003 0-.072 0-.072-.08.019-.164.019-.246.019-.005 0-.005.07 0 .07m-.154-1.138c-.067 0-.047.081-.088.116-.006.004-.003.028-.003.034l.003.036c.04-.034.022-.114.088-.116.005 0 .005-.07 0-.07m.226.153c.035-.064.102-.09.163-.12.013-.007-.005-.07 0-.072-.063.032-.13.059-.164.124-.005.01-.003.032-.003.043 0 .002.003.029.004.025m.295.392a.145.145 0 0 0 .132-.064c.005-.008.003-.027.003-.036 0-.004-.004-.033-.003-.035a.145.145 0 0 1-.132.064c-.004 0-.007.071 0 .071m.232-.083a.413.413 0 0 0 .208-.18c.005-.01.003-.033.003-.044a.1.1 0 0 0-.004-.025.41.41 0 0 1-.207.179c-.013.005.003.069 0 .07m-.365-.384c-.052.087-.148.131-.207.212-.01.014.005.063.001.068.059-.08.156-.125.207-.212.007-.009.004-.032.003-.042 0-.003-.003-.03-.004-.026m.158 1.134c.187.009.366-.015.547-.064.01-.003-.001-.071 0-.071-.181.048-.36.073-.547.064-.004 0-.006.07 0 .07m.859-.031c.243-.176.448-.328.528-.636.005-.02-.005-.056-.003-.068-.078.306-.285.458-.525.633-.013.01.007.067 0 .07m.145-.422a.857.857 0 0 0 .366-.456c.006-.02-.007-.059-.003-.07a.852.852 0 0 1-.363.454c-.013.01.006.068 0 .072m-.082-1.076c.133-.016.277.093.37.18-.01-.008.014-.059 0-.072-.093-.085-.238-.195-.37-.179-.008 0-.003.071 0 .071m3.445.536c.15-.244.068-.55-.088-.767.004.006-.013.054-.001.068.132.186.22.418.088.631-.011.016.005.061 0 .068m-2.628-.344c.152.11.572.392.457.623-.01.017.005.06.001.068.158-.316-.248-.61-.458-.762.006.004-.014.06 0 .071m1.18 1.135a.797.797 0 0 0 .04-.252c-.002-.012-.003-.012-.004 0a.726.726 0 0 1-.036.184c-.006.013-.003.03-.003.042a.1.1 0 0 0 .004.026m-4.168-.712c.059-.087.04-.203-.017-.283.004.005-.014.053-.003.068a.334.334 0 0 1 .039.067c.013.029-.004.056-.02.08-.007.008-.003.033-.003.042 0 .003.001.03.004.026m2.623.753a.351.351 0 0 0 .16-.23.193.193 0 0 0 0-.049c0-.002-.002-.026-.004-.013a.338.338 0 0 1-.156.221c-.014.008.006.067 0 .071m.393-.032a.212.212 0 0 0 .05-.139c0-.013.003-.03-.002-.044l-.004.026c0 .03-.025.065-.044.086-.005.007-.004.027-.004.035 0 .004.005.035.004.036m2.376-1.304c.064.115.075.24.047.37a.196.196 0 0 0 .002.06.716.716 0 0 0-.048-.498c.006.008-.01.05-.001.068m-.237.241a.727.727 0 0 1 .029.359c0 .01.003.079.005.05a.965.965 0 0 0-.033-.477c.004.01-.01.05-.001.068m-.223.207c0 .087 0 .173-.03.255-.006.02.007.058.003.069.038-.103.034-.216.034-.324 0-.04-.007-.04-.007 0", fill: "color(display-p3 0.478 0.180 0.149)", fillRule: "nonzero" }), jsx("path", { d: "M60.608 36.721c-.943.054-1.873-.573-1.873-.573a1.462 1.462 0 0 1-1.236-1.284c-.467-.179-.87-1.379-.87-1.379-.724.432-1.63.006-1.63.006s0-.179-.818 0c-.817.177-.677-.154-.677-.154s.327-.33-1.12 0c-1.45.331.116-.432.116-.432-.421.127-1.8.23-1.8.23-.504.022-1.017.272-1.577.43-.347.1-.943.215-1.244.344-.803.343-2.412 1.08-3.74 1.603-1.747.685-3.134 1.207-3.042 1.185.11-.026 1.898-1.16 4.138-2.174 2.08-.944 4.466-1.816 5.67-2.159 1.56-.517 2.84-.27 3.566-.007.35.128 2.284-.058 3.146.043.867.101.956 1.523.956 1.523.163.101.222 1.437.222 1.437s-.48.013.081.09c.56.075 1.59.889 1.59.889.349 0 .389-.014.389-.014s.204-.256.484-.362c.28-.107.537-.215.853-.239.315-.024.76-.027 1.075.01.316.035.688.038 1.133.12.443.085.49.109.63.157s.266.016.266.016c.576-.24 1.647-.667 1.893-.619 0 0 .404-.101.622-.27.216-.169.713-.574.713-.574s-.343-2.415 2.11-2.179c2.453.238 5.705.552 6.357.654.652.101 2.986.768 3.545 1.04.56.269 2.165.989 2.88 1.305.29.128 1.395.617 2.212.94.777.318 1.5.754 2.144 1.292-.77-.325-1.39-.697-2-.961-.493-.214-1.008-.314-1.408-.492-.85-.378-1.507-.722-2.021-.962-1.899-.885-1.882-.92-2.651-.981-.53-.04.381.648.381.648s-1.738-.676-2.297-.913c-.56-.236-1.025-.338-1.553-.304a3.168 3.168 0 0 1-1.24-.17c-.312-.101-2.082-.169-2.392-.202-.311-.034-.559-.102-.559-.102l.124.203-.87-.135-.247.372s-.839.168-.9-.102c-.063-.27-.498 1.217-.715 1.657-.217.44-1.21.293-1.457.564-.248.27-.779.452-.903.52-.124.067-.5.035-.717.035-.324 0-.048.005-.579.106 0 0-.459-.005-.633-.077-.249-.09-.5-.168-.755-.237-.265-.076-1.74-.11-1.95-.098-.21.012-.566.12-.8.216-.233.096-.64.347-.64.406", fill: "color(display-p3 0.863 0.867 0.871)", fillRule: "nonzero", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1" }), jsx("path", { d: "M60.705 36.439s-.098.076-.124.266c-.024.19-.013.114-.013.114", fill: "color(display-p3 0.271 0.173 0.145)", fillRule: "nonzero" }), jsx("path", { d: "M65.47 36.161c.126.094.254.188.366.299.003.004.04.037.027.01a.282.282 0 0 0-.059-.077 3.596 3.596 0 0 0-.403-.333c-.024-.017.002.024.006.03a.276.276 0 0 0 .064.071", fill: "color(display-p3 0.341 0.310 0.298)", fillRule: "nonzero" })] })] })] }));
5
+ }
6
+
7
+ export { FlagEC };
@@ -0,0 +1 @@
1
+ export declare function FlagEE(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 FlagEE(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: "M0 0h128v85.333H0z", fill: "color(display-p3 0.000 0.000 0.000)" }), jsx("path", { d: "M0 0h128v42.667H0z", fill: "color(display-p3 0.000 0.447 0.808)" })] }) }));
5
+ }
6
+
7
+ export { FlagEE };
@@ -0,0 +1 @@
1
+ export declare function FlagES(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;