@intlayer/design-system 7.5.14 → 7.6.0-canary.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (403) hide show
  1. package/dist/esm/components/Container/index.mjs +1 -0
  2. package/dist/esm/components/Container/index.mjs.map +1 -1
  3. package/dist/esm/components/LanguageBackground/index.mjs +1 -2
  4. package/dist/esm/components/LanguageBackground/index.mjs.map +1 -1
  5. package/dist/esm/components/Modal/Modal.mjs +1 -1
  6. package/dist/esm/components/Modal/Modal.mjs.map +1 -1
  7. package/dist/types/components/Badge/index.d.ts +2 -2
  8. package/dist/types/components/Breadcrumb/breadcrumb.content.d.ts +3 -3
  9. package/dist/types/components/Breadcrumb/breadcrumb.content.d.ts.map +1 -1
  10. package/dist/types/components/Browser/Browser.d.ts +2 -2
  11. package/dist/types/components/Browser/Browser.d.ts.map +1 -1
  12. package/dist/types/components/Browser/browser.content.d.ts +17 -17
  13. package/dist/types/components/Browser/browser.content.d.ts.map +1 -1
  14. package/dist/types/components/Button/Button.d.ts +6 -6
  15. package/dist/types/components/Carousel/index.content.d.ts +8 -8
  16. package/dist/types/components/CollapsibleTable/CollapsibleTable.d.ts +2 -2
  17. package/dist/types/components/Command/index.d.ts +20 -20
  18. package/dist/types/components/Command/index.d.ts.map +1 -1
  19. package/dist/types/components/Container/index.d.ts +10 -9
  20. package/dist/types/components/Container/index.d.ts.map +1 -1
  21. package/dist/types/components/CopyButton/CopyButton.content.d.ts +3 -3
  22. package/dist/types/components/CopyButton/CopyButton.content.d.ts.map +1 -1
  23. package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.d.ts +25 -25
  24. package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.d.ts +9 -9
  25. package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.d.ts.map +1 -1
  26. package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.d.ts +33 -33
  27. package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts +25 -25
  28. package/dist/types/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts +25 -25
  29. package/dist/types/components/DictionaryFieldEditor/SaveForm/saveForm.content.d.ts +33 -33
  30. package/dist/types/components/DictionaryFieldEditor/StructureView/structureView.content.d.ts +9 -9
  31. package/dist/types/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.d.ts +7 -7
  32. package/dist/types/components/DictionaryFieldEditor/dictionaryFieldEditor.content.d.ts +5 -5
  33. package/dist/types/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts +31 -31
  34. package/dist/types/components/ExpandCollapse/expandCollapse.content.d.ts +4 -4
  35. package/dist/types/components/Form/FormBase.d.ts +2 -2
  36. package/dist/types/components/Form/FormBase.d.ts.map +1 -1
  37. package/dist/types/components/Form/FormField.d.ts +2 -2
  38. package/dist/types/components/Form/FormField.d.ts.map +1 -1
  39. package/dist/types/components/Form/FormItem.d.ts +2 -2
  40. package/dist/types/components/Form/FormItem.d.ts.map +1 -1
  41. package/dist/types/components/Form/elements/EditableFieldInputElement.d.ts +2 -2
  42. package/dist/types/components/Form/elements/EditableFieldInputElement.d.ts.map +1 -1
  43. package/dist/types/components/Form/elements/EditableFieldTextAreaElement.d.ts +2 -2
  44. package/dist/types/components/Form/elements/EditableFieldTextAreaElement.d.ts.map +1 -1
  45. package/dist/types/components/Form/elements/FormElement.d.ts +2 -2
  46. package/dist/types/components/Form/elements/FormElement.d.ts.map +1 -1
  47. package/dist/types/components/Form/elements/MultiselectElement.d.ts +2 -2
  48. package/dist/types/components/Form/elements/MultiselectElement.d.ts.map +1 -1
  49. package/dist/types/components/Form/elements/OTPElement.d.ts +2 -2
  50. package/dist/types/components/Form/elements/OTPElement.d.ts.map +1 -1
  51. package/dist/types/components/Form/elements/SelectElement.d.ts +2 -2
  52. package/dist/types/components/Form/elements/SelectElement.d.ts.map +1 -1
  53. package/dist/types/components/Form/elements/SwitchSelectorElement.d.ts +2 -2
  54. package/dist/types/components/Form/elements/SwitchSelectorElement.d.ts.map +1 -1
  55. package/dist/types/components/IDE/CodeContext.d.ts +2 -2
  56. package/dist/types/components/IDE/code.content.d.ts +5 -5
  57. package/dist/types/components/IDE/code.content.d.ts.map +1 -1
  58. package/dist/types/components/IDE/copyCode.content.d.ts +5 -5
  59. package/dist/types/components/IDE/copyCode.content.d.ts.map +1 -1
  60. package/dist/types/components/IDE/selectors.content.d.ts +13 -13
  61. package/dist/types/components/Input/Checkbox.d.ts +3 -3
  62. package/dist/types/components/Input/Checkbox.d.ts.map +1 -1
  63. package/dist/types/components/Input/Input.d.ts +2 -2
  64. package/dist/types/components/Input/OTPInput.d.ts +6 -6
  65. package/dist/types/components/Input/OTPInput.d.ts.map +1 -1
  66. package/dist/types/components/Input/SearchInput.d.ts +2 -2
  67. package/dist/types/components/Input/SearchInput.d.ts.map +1 -1
  68. package/dist/types/components/Link/Link.d.ts +6 -6
  69. package/dist/types/components/Link/Link.d.ts.map +1 -1
  70. package/dist/types/components/Loader/index.content.d.ts +3 -3
  71. package/dist/types/components/Loader/spinner.d.ts +2 -2
  72. package/dist/types/components/LocaleSwitcherContentDropDown/localeSwitcher.content.d.ts +17 -17
  73. package/dist/types/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts +13 -13
  74. package/dist/types/components/MaxWidthSmoother/index.d.ts +2 -2
  75. package/dist/types/components/MaxWidthSmoother/index.d.ts.map +1 -1
  76. package/dist/types/components/Navbar/Burger.d.ts +2 -2
  77. package/dist/types/components/Navbar/Burger.d.ts.map +1 -1
  78. package/dist/types/components/Navbar/DesktopNavbar.d.ts +2 -2
  79. package/dist/types/components/Navbar/DesktopNavbar.d.ts.map +1 -1
  80. package/dist/types/components/Navbar/MobileNavbar.d.ts +2 -2
  81. package/dist/types/components/Navbar/MobileNavbar.d.ts.map +1 -1
  82. package/dist/types/components/Navbar/index.d.ts +2 -2
  83. package/dist/types/components/Pagination/Pagination.d.ts +4 -4
  84. package/dist/types/components/Pagination/Pagination.d.ts.map +1 -1
  85. package/dist/types/components/Pagination/pagination.content.d.ts +11 -11
  86. package/dist/types/components/RightDrawer/rightDrawer.content.d.ts +5 -5
  87. package/dist/types/components/RightDrawer/useRightDrawerStore.d.ts +2 -2
  88. package/dist/types/components/Select/Select.d.ts +3 -3
  89. package/dist/types/components/Select/Select.d.ts.map +1 -1
  90. package/dist/types/components/SocialNetworks/index.d.ts +2 -2
  91. package/dist/types/components/SwitchSelector/index.d.ts +6 -6
  92. package/dist/types/components/SwitchSelector/index.d.ts.map +1 -1
  93. package/dist/types/components/Tab/Tab.d.ts +6 -6
  94. package/dist/types/components/Tab/Tab.d.ts.map +1 -1
  95. package/dist/types/components/Tab/TabContext.d.ts +2 -2
  96. package/dist/types/components/Tab/TabContext.d.ts.map +1 -1
  97. package/dist/types/components/TabSelector/TabSelector.d.ts +5 -5
  98. package/dist/types/components/TabSelector/TabSelector.d.ts.map +1 -1
  99. package/dist/types/components/Table/table.content.d.ts +3 -3
  100. package/dist/types/components/Tag/index.d.ts +5 -5
  101. package/dist/types/components/Tag/index.d.ts.map +1 -1
  102. package/dist/types/components/Terminal/terminal.content.d.ts +5 -5
  103. package/dist/types/components/Terminal/terminal.content.d.ts.map +1 -1
  104. package/dist/types/components/Toaster/Toast.d.ts +2 -2
  105. package/dist/types/components/Toaster/Toast.d.ts.map +1 -1
  106. package/dist/types/components/Toaster/Toaster.d.ts +2 -2
  107. package/dist/types/components/Toaster/Toaster.d.ts.map +1 -1
  108. package/dist/types/hooks/useDevice.d.ts.map +1 -1
  109. package/dist/types/hooks/useItemSelector.d.ts.map +1 -1
  110. package/dist/types/hooks/useScrollBlockage/useScrollBlockageStore.d.ts +2 -2
  111. package/package.json +15 -15
  112. package/dist/esm/dist/esm/components/Container/index.mjs +0 -133
  113. package/dist/esm/dist/esm/components/Container/index.mjs.map +0 -1
  114. package/dist/esm/dist/esm/components/Flags/Flag.mjs +0 -330
  115. package/dist/esm/dist/esm/components/Flags/Flag.mjs.map +0 -1
  116. package/dist/esm/dist/esm/components/Flags/ae.mjs +0 -37
  117. package/dist/esm/dist/esm/components/Flags/ae.mjs.map +0 -1
  118. package/dist/esm/dist/esm/components/Flags/af.mjs +0 -97
  119. package/dist/esm/dist/esm/components/Flags/af.mjs.map +0 -1
  120. package/dist/esm/dist/esm/components/Flags/al.mjs +0 -38
  121. package/dist/esm/dist/esm/components/Flags/al.mjs.map +0 -1
  122. package/dist/esm/dist/esm/components/Flags/am.mjs +0 -34
  123. package/dist/esm/dist/esm/components/Flags/am.mjs.map +0 -1
  124. package/dist/esm/dist/esm/components/Flags/ar.mjs +0 -161
  125. package/dist/esm/dist/esm/components/Flags/ar.mjs.map +0 -1
  126. package/dist/esm/dist/esm/components/Flags/at.mjs +0 -31
  127. package/dist/esm/dist/esm/components/Flags/at.mjs.map +0 -1
  128. package/dist/esm/dist/esm/components/Flags/au.mjs +0 -43
  129. package/dist/esm/dist/esm/components/Flags/au.mjs.map +0 -1
  130. package/dist/esm/dist/esm/components/Flags/az.mjs +0 -47
  131. package/dist/esm/dist/esm/components/Flags/az.mjs.map +0 -1
  132. package/dist/esm/dist/esm/components/Flags/ba.mjs +0 -41
  133. package/dist/esm/dist/esm/components/Flags/ba.mjs.map +0 -1
  134. package/dist/esm/dist/esm/components/Flags/bd.mjs +0 -33
  135. package/dist/esm/dist/esm/components/Flags/bd.mjs.map +0 -1
  136. package/dist/esm/dist/esm/components/Flags/be.mjs +0 -37
  137. package/dist/esm/dist/esm/components/Flags/be.mjs.map +0 -1
  138. package/dist/esm/dist/esm/components/Flags/bg.mjs +0 -34
  139. package/dist/esm/dist/esm/components/Flags/bg.mjs.map +0 -1
  140. package/dist/esm/dist/esm/components/Flags/bh.mjs +0 -31
  141. package/dist/esm/dist/esm/components/Flags/bh.mjs.map +0 -1
  142. package/dist/esm/dist/esm/components/Flags/bn.mjs +0 -43
  143. package/dist/esm/dist/esm/components/Flags/bn.mjs.map +0 -1
  144. package/dist/esm/dist/esm/components/Flags/bo.mjs +0 -3031
  145. package/dist/esm/dist/esm/components/Flags/bo.mjs.map +0 -1
  146. package/dist/esm/dist/esm/components/Flags/br.mjs +0 -107
  147. package/dist/esm/dist/esm/components/Flags/br.mjs.map +0 -1
  148. package/dist/esm/dist/esm/components/Flags/bw.mjs +0 -34
  149. package/dist/esm/dist/esm/components/Flags/bw.mjs.map +0 -1
  150. package/dist/esm/dist/esm/components/Flags/by.mjs +0 -46
  151. package/dist/esm/dist/esm/components/Flags/by.mjs.map +0 -1
  152. package/dist/esm/dist/esm/components/Flags/bz.mjs +0 -339
  153. package/dist/esm/dist/esm/components/Flags/bz.mjs.map +0 -1
  154. package/dist/esm/dist/esm/components/Flags/ca.mjs +0 -31
  155. package/dist/esm/dist/esm/components/Flags/ca.mjs.map +0 -1
  156. package/dist/esm/dist/esm/components/Flags/ch.mjs +0 -31
  157. package/dist/esm/dist/esm/components/Flags/ch.mjs.map +0 -1
  158. package/dist/esm/dist/esm/components/Flags/cl.mjs +0 -44
  159. package/dist/esm/dist/esm/components/Flags/cl.mjs.map +0 -1
  160. package/dist/esm/dist/esm/components/Flags/cn.mjs +0 -58
  161. package/dist/esm/dist/esm/components/Flags/cn.mjs.map +0 -1
  162. package/dist/esm/dist/esm/components/Flags/co.mjs +0 -37
  163. package/dist/esm/dist/esm/components/Flags/co.mjs.map +0 -1
  164. package/dist/esm/dist/esm/components/Flags/cr.mjs +0 -37
  165. package/dist/esm/dist/esm/components/Flags/cr.mjs.map +0 -1
  166. package/dist/esm/dist/esm/components/Flags/cu.mjs +0 -44
  167. package/dist/esm/dist/esm/components/Flags/cu.mjs.map +0 -1
  168. package/dist/esm/dist/esm/components/Flags/cv.mjs +0 -44
  169. package/dist/esm/dist/esm/components/Flags/cv.mjs.map +0 -1
  170. package/dist/esm/dist/esm/components/Flags/cz.mjs +0 -34
  171. package/dist/esm/dist/esm/components/Flags/cz.mjs.map +0 -1
  172. package/dist/esm/dist/esm/components/Flags/de.mjs +0 -34
  173. package/dist/esm/dist/esm/components/Flags/de.mjs.map +0 -1
  174. package/dist/esm/dist/esm/components/Flags/dj.mjs +0 -44
  175. package/dist/esm/dist/esm/components/Flags/dj.mjs.map +0 -1
  176. package/dist/esm/dist/esm/components/Flags/dk.mjs +0 -34
  177. package/dist/esm/dist/esm/components/Flags/dk.mjs.map +0 -1
  178. package/dist/esm/dist/esm/components/Flags/do.mjs +0 -212
  179. package/dist/esm/dist/esm/components/Flags/do.mjs.map +0 -1
  180. package/dist/esm/dist/esm/components/Flags/dz.mjs +0 -34
  181. package/dist/esm/dist/esm/components/Flags/dz.mjs.map +0 -1
  182. package/dist/esm/dist/esm/components/Flags/ec.mjs +0 -623
  183. package/dist/esm/dist/esm/components/Flags/ec.mjs.map +0 -1
  184. package/dist/esm/dist/esm/components/Flags/ee.mjs +0 -34
  185. package/dist/esm/dist/esm/components/Flags/ee.mjs.map +0 -1
  186. package/dist/esm/dist/esm/components/Flags/eg.mjs +0 -113
  187. package/dist/esm/dist/esm/components/Flags/eg.mjs.map +0 -1
  188. package/dist/esm/dist/esm/components/Flags/es-ct.mjs +0 -33
  189. package/dist/esm/dist/esm/components/Flags/es-ct.mjs.map +0 -1
  190. package/dist/esm/dist/esm/components/Flags/es-ga.mjs +0 -793
  191. package/dist/esm/dist/esm/components/Flags/es-ga.mjs.map +0 -1
  192. package/dist/esm/dist/esm/components/Flags/es-pv.mjs +0 -34
  193. package/dist/esm/dist/esm/components/Flags/es-pv.mjs.map +0 -1
  194. package/dist/esm/dist/esm/components/Flags/es.mjs +0 -2227
  195. package/dist/esm/dist/esm/components/Flags/es.mjs.map +0 -1
  196. package/dist/esm/dist/esm/components/Flags/et.mjs +0 -51
  197. package/dist/esm/dist/esm/components/Flags/et.mjs.map +0 -1
  198. package/dist/esm/dist/esm/components/Flags/fi.mjs +0 -34
  199. package/dist/esm/dist/esm/components/Flags/fi.mjs.map +0 -1
  200. package/dist/esm/dist/esm/components/Flags/fo.mjs +0 -42
  201. package/dist/esm/dist/esm/components/Flags/fo.mjs.map +0 -1
  202. package/dist/esm/dist/esm/components/Flags/fr.mjs +0 -34
  203. package/dist/esm/dist/esm/components/Flags/fr.mjs.map +0 -1
  204. package/dist/esm/dist/esm/components/Flags/gb-wls.mjs +0 -44
  205. package/dist/esm/dist/esm/components/Flags/gb-wls.mjs.map +0 -1
  206. package/dist/esm/dist/esm/components/Flags/gb.mjs +0 -40
  207. package/dist/esm/dist/esm/components/Flags/gb.mjs.map +0 -1
  208. package/dist/esm/dist/esm/components/Flags/ge.mjs +0 -38
  209. package/dist/esm/dist/esm/components/Flags/ge.mjs.map +0 -1
  210. package/dist/esm/dist/esm/components/Flags/gh.mjs +0 -37
  211. package/dist/esm/dist/esm/components/Flags/gh.mjs.map +0 -1
  212. package/dist/esm/dist/esm/components/Flags/gr.mjs +0 -67
  213. package/dist/esm/dist/esm/components/Flags/gr.mjs.map +0 -1
  214. package/dist/esm/dist/esm/components/Flags/gt.mjs +0 -462
  215. package/dist/esm/dist/esm/components/Flags/gt.mjs.map +0 -1
  216. package/dist/esm/dist/esm/components/Flags/gw.mjs +0 -68
  217. package/dist/esm/dist/esm/components/Flags/gw.mjs.map +0 -1
  218. package/dist/esm/dist/esm/components/Flags/hk.mjs +0 -45
  219. package/dist/esm/dist/esm/components/Flags/hk.mjs.map +0 -1
  220. package/dist/esm/dist/esm/components/Flags/hn.mjs +0 -84
  221. package/dist/esm/dist/esm/components/Flags/hn.mjs.map +0 -1
  222. package/dist/esm/dist/esm/components/Flags/hr.mjs +0 -95
  223. package/dist/esm/dist/esm/components/Flags/hr.mjs.map +0 -1
  224. package/dist/esm/dist/esm/components/Flags/hu.mjs +0 -34
  225. package/dist/esm/dist/esm/components/Flags/hu.mjs.map +0 -1
  226. package/dist/esm/dist/esm/components/Flags/id.mjs +0 -31
  227. package/dist/esm/dist/esm/components/Flags/id.mjs.map +0 -1
  228. package/dist/esm/dist/esm/components/Flags/ie.mjs +0 -37
  229. package/dist/esm/dist/esm/components/Flags/ie.mjs.map +0 -1
  230. package/dist/esm/dist/esm/components/Flags/il.mjs +0 -47
  231. package/dist/esm/dist/esm/components/Flags/il.mjs.map +0 -1
  232. package/dist/esm/dist/esm/components/Flags/in.mjs +0 -75
  233. package/dist/esm/dist/esm/components/Flags/in.mjs.map +0 -1
  234. package/dist/esm/dist/esm/components/Flags/iq.mjs +0 -41
  235. package/dist/esm/dist/esm/components/Flags/iq.mjs.map +0 -1
  236. package/dist/esm/dist/esm/components/Flags/ir.mjs +0 -113
  237. package/dist/esm/dist/esm/components/Flags/ir.mjs.map +0 -1
  238. package/dist/esm/dist/esm/components/Flags/is.mjs +0 -41
  239. package/dist/esm/dist/esm/components/Flags/is.mjs.map +0 -1
  240. package/dist/esm/dist/esm/components/Flags/it.mjs +0 -37
  241. package/dist/esm/dist/esm/components/Flags/it.mjs.map +0 -1
  242. package/dist/esm/dist/esm/components/Flags/jm.mjs +0 -37
  243. package/dist/esm/dist/esm/components/Flags/jm.mjs.map +0 -1
  244. package/dist/esm/dist/esm/components/Flags/jo.mjs +0 -49
  245. package/dist/esm/dist/esm/components/Flags/jo.mjs.map +0 -1
  246. package/dist/esm/dist/esm/components/Flags/jp.mjs +0 -42
  247. package/dist/esm/dist/esm/components/Flags/jp.mjs.map +0 -1
  248. package/dist/esm/dist/esm/components/Flags/ke.mjs +0 -92
  249. package/dist/esm/dist/esm/components/Flags/ke.mjs.map +0 -1
  250. package/dist/esm/dist/esm/components/Flags/kg.mjs +0 -50
  251. package/dist/esm/dist/esm/components/Flags/kg.mjs.map +0 -1
  252. package/dist/esm/dist/esm/components/Flags/kh.mjs +0 -77
  253. package/dist/esm/dist/esm/components/Flags/kh.mjs.map +0 -1
  254. package/dist/esm/dist/esm/components/Flags/km.mjs +0 -53
  255. package/dist/esm/dist/esm/components/Flags/km.mjs.map +0 -1
  256. package/dist/esm/dist/esm/components/Flags/kr.mjs +0 -65
  257. package/dist/esm/dist/esm/components/Flags/kr.mjs.map +0 -1
  258. package/dist/esm/dist/esm/components/Flags/kw.mjs +0 -45
  259. package/dist/esm/dist/esm/components/Flags/kw.mjs.map +0 -1
  260. package/dist/esm/dist/esm/components/Flags/kz.mjs +0 -95
  261. package/dist/esm/dist/esm/components/Flags/kz.mjs.map +0 -1
  262. package/dist/esm/dist/esm/components/Flags/la.mjs +0 -40
  263. package/dist/esm/dist/esm/components/Flags/la.mjs.map +0 -1
  264. package/dist/esm/dist/esm/components/Flags/lb.mjs +0 -51
  265. package/dist/esm/dist/esm/components/Flags/lb.mjs.map +0 -1
  266. package/dist/esm/dist/esm/components/Flags/li.mjs +0 -137
  267. package/dist/esm/dist/esm/components/Flags/li.mjs.map +0 -1
  268. package/dist/esm/dist/esm/components/Flags/lk.mjs +0 -74
  269. package/dist/esm/dist/esm/components/Flags/lk.mjs.map +0 -1
  270. package/dist/esm/dist/esm/components/Flags/lt.mjs +0 -47
  271. package/dist/esm/dist/esm/components/Flags/lt.mjs.map +0 -1
  272. package/dist/esm/dist/esm/components/Flags/lu.mjs +0 -34
  273. package/dist/esm/dist/esm/components/Flags/lu.mjs.map +0 -1
  274. package/dist/esm/dist/esm/components/Flags/lv.mjs +0 -31
  275. package/dist/esm/dist/esm/components/Flags/lv.mjs.map +0 -1
  276. package/dist/esm/dist/esm/components/Flags/ly.mjs +0 -40
  277. package/dist/esm/dist/esm/components/Flags/ly.mjs.map +0 -1
  278. package/dist/esm/dist/esm/components/Flags/ma.mjs +0 -33
  279. package/dist/esm/dist/esm/components/Flags/ma.mjs.map +0 -1
  280. package/dist/esm/dist/esm/components/Flags/mc.mjs +0 -34
  281. package/dist/esm/dist/esm/components/Flags/mc.mjs.map +0 -1
  282. package/dist/esm/dist/esm/components/Flags/md.mjs +0 -318
  283. package/dist/esm/dist/esm/components/Flags/md.mjs.map +0 -1
  284. package/dist/esm/dist/esm/components/Flags/mk.mjs +0 -38
  285. package/dist/esm/dist/esm/components/Flags/mk.mjs.map +0 -1
  286. package/dist/esm/dist/esm/components/Flags/mm.mjs +0 -59
  287. package/dist/esm/dist/esm/components/Flags/mm.mjs.map +0 -1
  288. package/dist/esm/dist/esm/components/Flags/mn.mjs +0 -60
  289. package/dist/esm/dist/esm/components/Flags/mn.mjs.map +0 -1
  290. package/dist/esm/dist/esm/components/Flags/mo.mjs +0 -43
  291. package/dist/esm/dist/esm/components/Flags/mo.mjs.map +0 -1
  292. package/dist/esm/dist/esm/components/Flags/mr.mjs +0 -38
  293. package/dist/esm/dist/esm/components/Flags/mr.mjs.map +0 -1
  294. package/dist/esm/dist/esm/components/Flags/mt.mjs +0 -154
  295. package/dist/esm/dist/esm/components/Flags/mt.mjs.map +0 -1
  296. package/dist/esm/dist/esm/components/Flags/mv.mjs +0 -41
  297. package/dist/esm/dist/esm/components/Flags/mv.mjs.map +0 -1
  298. package/dist/esm/dist/esm/components/Flags/mx.mjs +0 -1366
  299. package/dist/esm/dist/esm/components/Flags/mx.mjs.map +0 -1
  300. package/dist/esm/dist/esm/components/Flags/my.mjs +0 -79
  301. package/dist/esm/dist/esm/components/Flags/my.mjs.map +0 -1
  302. package/dist/esm/dist/esm/components/Flags/mz.mjs +0 -93
  303. package/dist/esm/dist/esm/components/Flags/mz.mjs.map +0 -1
  304. package/dist/esm/dist/esm/components/Flags/ng.mjs +0 -34
  305. package/dist/esm/dist/esm/components/Flags/ng.mjs.map +0 -1
  306. package/dist/esm/dist/esm/components/Flags/ni.mjs +0 -452
  307. package/dist/esm/dist/esm/components/Flags/ni.mjs.map +0 -1
  308. package/dist/esm/dist/esm/components/Flags/nl.mjs +0 -34
  309. package/dist/esm/dist/esm/components/Flags/nl.mjs.map +0 -1
  310. package/dist/esm/dist/esm/components/Flags/no.mjs +0 -40
  311. package/dist/esm/dist/esm/components/Flags/no.mjs.map +0 -1
  312. package/dist/esm/dist/esm/components/Flags/np.mjs +0 -39
  313. package/dist/esm/dist/esm/components/Flags/np.mjs.map +0 -1
  314. package/dist/esm/dist/esm/components/Flags/nz.mjs +0 -105
  315. package/dist/esm/dist/esm/components/Flags/nz.mjs.map +0 -1
  316. package/dist/esm/dist/esm/components/Flags/om.mjs +0 -540
  317. package/dist/esm/dist/esm/components/Flags/om.mjs.map +0 -1
  318. package/dist/esm/dist/esm/components/Flags/pa.mjs +0 -47
  319. package/dist/esm/dist/esm/components/Flags/pa.mjs.map +0 -1
  320. package/dist/esm/dist/esm/components/Flags/pe.mjs +0 -31
  321. package/dist/esm/dist/esm/components/Flags/pe.mjs.map +0 -1
  322. package/dist/esm/dist/esm/components/Flags/ph.mjs +0 -37
  323. package/dist/esm/dist/esm/components/Flags/ph.mjs.map +0 -1
  324. package/dist/esm/dist/esm/components/Flags/pk.mjs +0 -39
  325. package/dist/esm/dist/esm/components/Flags/pk.mjs.map +0 -1
  326. package/dist/esm/dist/esm/components/Flags/pl.mjs +0 -31
  327. package/dist/esm/dist/esm/components/Flags/pl.mjs.map +0 -1
  328. package/dist/esm/dist/esm/components/Flags/pr.mjs +0 -44
  329. package/dist/esm/dist/esm/components/Flags/pr.mjs.map +0 -1
  330. package/dist/esm/dist/esm/components/Flags/ps.mjs +0 -46
  331. package/dist/esm/dist/esm/components/Flags/ps.mjs.map +0 -1
  332. package/dist/esm/dist/esm/components/Flags/pt.mjs +0 -153
  333. package/dist/esm/dist/esm/components/Flags/pt.mjs.map +0 -1
  334. package/dist/esm/dist/esm/components/Flags/py.mjs +0 -62
  335. package/dist/esm/dist/esm/components/Flags/py.mjs.map +0 -1
  336. package/dist/esm/dist/esm/components/Flags/qa.mjs +0 -31
  337. package/dist/esm/dist/esm/components/Flags/qa.mjs.map +0 -1
  338. package/dist/esm/dist/esm/components/Flags/ro.mjs +0 -37
  339. package/dist/esm/dist/esm/components/Flags/ro.mjs.map +0 -1
  340. package/dist/esm/dist/esm/components/Flags/rs.mjs +0 -821
  341. package/dist/esm/dist/esm/components/Flags/rs.mjs.map +0 -1
  342. package/dist/esm/dist/esm/components/Flags/ru.mjs +0 -34
  343. package/dist/esm/dist/esm/components/Flags/ru.mjs.map +0 -1
  344. package/dist/esm/dist/esm/components/Flags/sa.mjs +0 -80
  345. package/dist/esm/dist/esm/components/Flags/sa.mjs.map +0 -1
  346. package/dist/esm/dist/esm/components/Flags/sd.mjs +0 -45
  347. package/dist/esm/dist/esm/components/Flags/sd.mjs.map +0 -1
  348. package/dist/esm/dist/esm/components/Flags/se.mjs +0 -31
  349. package/dist/esm/dist/esm/components/Flags/se.mjs.map +0 -1
  350. package/dist/esm/dist/esm/components/Flags/sg.mjs +0 -43
  351. package/dist/esm/dist/esm/components/Flags/sg.mjs.map +0 -1
  352. package/dist/esm/dist/esm/components/Flags/si.mjs +0 -60
  353. package/dist/esm/dist/esm/components/Flags/si.mjs.map +0 -1
  354. package/dist/esm/dist/esm/components/Flags/sk.mjs +0 -46
  355. package/dist/esm/dist/esm/components/Flags/sk.mjs.map +0 -1
  356. package/dist/esm/dist/esm/components/Flags/so.mjs +0 -38
  357. package/dist/esm/dist/esm/components/Flags/so.mjs.map +0 -1
  358. package/dist/esm/dist/esm/components/Flags/st.mjs +0 -74
  359. package/dist/esm/dist/esm/components/Flags/st.mjs.map +0 -1
  360. package/dist/esm/dist/esm/components/Flags/sv.mjs +0 -1736
  361. package/dist/esm/dist/esm/components/Flags/sv.mjs.map +0 -1
  362. package/dist/esm/dist/esm/components/Flags/sy.mjs +0 -37
  363. package/dist/esm/dist/esm/components/Flags/sy.mjs.map +0 -1
  364. package/dist/esm/dist/esm/components/Flags/td.mjs +0 -34
  365. package/dist/esm/dist/esm/components/Flags/td.mjs.map +0 -1
  366. package/dist/esm/dist/esm/components/Flags/th.mjs +0 -34
  367. package/dist/esm/dist/esm/components/Flags/th.mjs.map +0 -1
  368. package/dist/esm/dist/esm/components/Flags/tl.mjs +0 -44
  369. package/dist/esm/dist/esm/components/Flags/tl.mjs.map +0 -1
  370. package/dist/esm/dist/esm/components/Flags/tn.mjs +0 -31
  371. package/dist/esm/dist/esm/components/Flags/tn.mjs.map +0 -1
  372. package/dist/esm/dist/esm/components/Flags/tr.mjs +0 -37
  373. package/dist/esm/dist/esm/components/Flags/tr.mjs.map +0 -1
  374. package/dist/esm/dist/esm/components/Flags/tt.mjs +0 -36
  375. package/dist/esm/dist/esm/components/Flags/tt.mjs.map +0 -1
  376. package/dist/esm/dist/esm/components/Flags/tw.mjs +0 -41
  377. package/dist/esm/dist/esm/components/Flags/tw.mjs.map +0 -1
  378. package/dist/esm/dist/esm/components/Flags/tz.mjs +0 -45
  379. package/dist/esm/dist/esm/components/Flags/tz.mjs.map +0 -1
  380. package/dist/esm/dist/esm/components/Flags/ua.mjs +0 -34
  381. package/dist/esm/dist/esm/components/Flags/ua.mjs.map +0 -1
  382. package/dist/esm/dist/esm/components/Flags/ug.mjs +0 -146
  383. package/dist/esm/dist/esm/components/Flags/ug.mjs.map +0 -1
  384. package/dist/esm/dist/esm/components/Flags/us.mjs +0 -46
  385. package/dist/esm/dist/esm/components/Flags/us.mjs.map +0 -1
  386. package/dist/esm/dist/esm/components/Flags/uy.mjs +0 -64
  387. package/dist/esm/dist/esm/components/Flags/uy.mjs.map +0 -1
  388. package/dist/esm/dist/esm/components/Flags/uz.mjs +0 -110
  389. package/dist/esm/dist/esm/components/Flags/uz.mjs.map +0 -1
  390. package/dist/esm/dist/esm/components/Flags/ve.mjs +0 -85
  391. package/dist/esm/dist/esm/components/Flags/ve.mjs.map +0 -1
  392. package/dist/esm/dist/esm/components/Flags/vn.mjs +0 -38
  393. package/dist/esm/dist/esm/components/Flags/vn.mjs.map +0 -1
  394. package/dist/esm/dist/esm/components/Flags/xx.mjs +0 -36
  395. package/dist/esm/dist/esm/components/Flags/xx.mjs.map +0 -1
  396. package/dist/esm/dist/esm/components/Flags/ye.mjs +0 -37
  397. package/dist/esm/dist/esm/components/Flags/ye.mjs.map +0 -1
  398. package/dist/esm/dist/esm/components/Flags/za.mjs +0 -52
  399. package/dist/esm/dist/esm/components/Flags/za.mjs.map +0 -1
  400. package/dist/esm/dist/esm/components/Flags/zw.mjs +0 -71
  401. package/dist/esm/dist/esm/components/Flags/zw.mjs.map +0 -1
  402. package/dist/esm/dist/esm/utils/cn.mjs +0 -9
  403. package/dist/esm/dist/esm/utils/cn.mjs.map +0 -1
@@ -1,3031 +0,0 @@
1
- import * as React from "react";
2
-
3
- //#region dist/esm/components/Flags/bo.mjs
4
- var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _path0, _path1, _path10, _path11, _path12, _path13, _path14, _path15, _path16, _path17, _path18, _path19, _path20, _path21, _path22, _path23, _path24, _path25, _path26, _path27, _path28, _path29, _path30, _path31, _path32, _path33, _path34, _path35, _path36, _path37, _path38, _path39, _path40, _path41, _path42, _path43, _path44, _path45, _path46, _path47, _path48, _path49, _path50, _path51, _path52, _path53, _path54, _path55, _path56, _path57, _path58, _path59, _path60, _path61, _path62, _path63, _path64, _path65, _path66, _path67, _path68, _path69, _path70, _path71, _path72, _path73, _path74, _path75, _path76, _path77, _path78, _path79, _path80, _path81, _path82, _path83, _path84, _path85, _path86, _path87, _path88, _path89, _path90, _path91, _path92, _path93, _path94, _path95, _path96, _path97, _path98, _path99, _path100, _path101, _path102, _path103, _path104, _path105, _path106, _path107, _path108, _path109, _path110, _path111, _path112, _path113, _path114, _path115, _path116, _path117, _path118, _path119, _path120, _path121, _path122, _path123, _path124, _path125, _path126, _path127, _path128, _path129, _path130, _path131, _path132, _path133, _path134, _path135, _path136, _path137, _path138, _path139, _path140, _path141, _path142, _path143, _path144, _path145, _path146, _path147, _path148, _path149, _path150, _path151, _path152, _path153, _path154, _path155, _path156, _path157, _path158, _path159, _path160, _path161, _path162, _path163, _path164, _path165, _path166, _path167, _path168, _path169, _path170, _path171, _path172, _path173, _path174, _path175, _path176, _path177, _path178, _path179, _path180, _path181, _path182, _path183, _path184, _path185, _path186, _path187, _path188, _path189, _path190, _path191, _path192, _path193, _path194, _path195, _path196, _path197, _path198, _path199, _path200, _path201, _path202, _path203, _path204, _path205, _path206, _path207, _path208, _path209, _path210, _path211, _path212, _path213, _path214, _path215, _path216, _path217, _path218, _path219, _path220, _path221, _path222, _path223, _path224, _path225, _path226, _path227, _path228, _path229, _path230, _path231, _path232, _path233, _path234, _path235, _path236, _path237, _path238, _path239, _path240, _path241, _path242, _path243, _path244, _path245, _path246, _path247, _path248, _path249, _path250, _path251, _path252, _path253, _path254, _path255, _path256, _path257, _path258, _path259, _path260, _path261, _path262, _path263, _path264, _path265, _path266, _path267, _path268, _path269, _path270, _path271, _path272, _path273, _path274, _path275, _path276, _path277, _path278, _path279, _path280, _path281, _path282, _path283, _path284, _path285, _path286, _path287, _path288, _path289, _path290, _path291, _path292, _path293, _path294, _path295, _path296, _path297, _path298, _path299, _path300, _path301, _path302, _path303, _path304, _path305, _path306, _path307, _path308, _path309, _path310, _path311, _path312, _path313, _path314, _path315, _path316, _path317, _path318, _circle, _path319, _path320, _path321, _path322, _path323, _circle2, _path324, _path325, _path326, _path327, _path328, _path329, _path330, _path331, _path332, _path333, _path334, _path335, _path336, _path337, _path338, _path339, _path340, _path341, _path342, _path343, _path344, _path345, _path346, _path347, _path348, _path349, _path350, _path351, _path352, _path353, _path354, _path355, _path356, _path357, _path358, _path359, _path360, _path361, _path362, _path363, _path364, _path365, _path366, _path367, _path368, _path369, _path370, _path371, _path372, _path373, _path374, _path375, _path376, _path377, _path378, _path379, _path380, _path381, _path382, _path383, _path384, _path385, _path386, _path387, _path388, _path389, _path390, _path391, _path392, _path393, _path394, _path395, _path396, _path397, _path398, _path399, _path400, _path401, _path402, _path403, _path404, _path405, _path406, _path407, _path408, _path409, _path410, _path411, _path412, _path413, _path414, _path415, _path416, _path417, _path418, _path419, _path420, _path421, _path422, _path423, _path424, _path425, _path426, _path427, _path428, _path429, _path430, _path431, _path432, _path433, _path434, _path435, _path436, _path437, _path438, _path439, _path440, _path441, _path442, _path443, _path444, _path445, _path446, _path447, _path448, _path449, _path450, _path451, _path452, _path453, _path454, _path455, _path456, _path457, _path458, _path459, _path460, _path461, _path462, _path463, _path464, _path465, _path466, _path467, _path468, _path469, _path470, _path471, _path472, _path473, _path474, _path475, _path476, _path477, _path478, _path479, _path480, _path481, _path482, _path483, _path484, _path485, _path486, _path487, _path488, _path489, _path490, _path491, _path492, _path493, _path494, _path495, _path496, _path497, _path498, _path499, _path500, _path501, _path502, _path503, _path504, _path505, _path506, _path507, _path508, _path509, _path510, _path511, _path512, _path513, _path514, _path515, _path516, _path517, _path518, _path519, _path520, _path521, _path522, _path523, _path524, _path525, _path526, _path527, _path528, _path529, _path530, _path531, _path532, _path533, _path534, _path535, _path536, _path537, _path538, _path539, _path540, _path541, _path542, _path543, _path544, _path545, _path546, _path547, _path548, _path549, _path550, _path551, _path552, _path553, _path554, _path555, _path556, _path557, _path558, _path559, _path560, _path561, _path562, _path563, _path564, _path565, _path566, _path567, _path568, _path569, _path570, _path571, _path572, _path573, _path574, _path575, _path576, _path577, _path578, _path579, _path580, _path581, _path582, _path583, _path584, _path585, _path586, _path587, _path588, _path589, _path590, _path591, _path592, _path593, _path594, _path595, _path596, _path597, _path598, _path599, _path600, _path601, _path602, _path603, _path604, _path605, _path606, _path607, _path608, _path609, _path610, _path611, _path612, _path613, _path614, _path615, _path616, _path617, _path618, _path619, _path620, _path621, _path622, _path623, _path624, _path625, _path626, _path627, _path628, _path629, _path630, _path631, _path632, _path633, _path634, _path635, _path636, _path637, _path638, _path639, _path640, _path641, _path642, _path643, _path644, _path645, _path646, _path647;
5
- function _extends() {
6
- return _extends = Object.assign ? Object.assign.bind() : function(n) {
7
- for (var e = 1; e < arguments.length; e++) {
8
- var t = arguments[e];
9
- for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]);
10
- }
11
- return n;
12
- }, _extends.apply(null, arguments);
13
- }
14
- var bo_default = function SvgBo$1(props) {
15
- return /* @__PURE__ */ React.createElement("svg", _extends({
16
- xmlns: "http://www.w3.org/2000/svg",
17
- viewBox: "0 0 640 480",
18
- width: "1em",
19
- height: "1em"
20
- }, props), _path || (_path = /* @__PURE__ */ React.createElement("path", {
21
- fill: "#007934",
22
- d: "M0 0h640v480H0z"
23
- })), _path2 || (_path2 = /* @__PURE__ */ React.createElement("path", {
24
- fill: "#ffe000",
25
- d: "M0 0h640v320H0z"
26
- })), _path3 || (_path3 = /* @__PURE__ */ React.createElement("path", {
27
- fill: "#d52b1e",
28
- d: "M0 0h640v160H0z"
29
- })), _path4 || (_path4 = /* @__PURE__ */ React.createElement("path", {
30
- fill: "#a05a2c",
31
- stroke: "#000",
32
- strokeWidth: .1,
33
- d: "m368.6 210.7-98 97.9a92 92 0 0 0-1.3-1l98-97.8a6.3 6.3 0 0 1 1.3 1z"
34
- })), _path5 || (_path5 = /* @__PURE__ */ React.createElement("path", {
35
- fill: "#e7e7e7",
36
- stroke: "#000",
37
- strokeWidth: .1,
38
- d: "M374.7 204.5c-.4.7-1.4 2.5-1 3.8l-2-1.5c.5 1 .4 1.4-.1 1.8-.3.4-1.4.3-2.1.2.7.4 1.5.8 2.4 1h2c-.7.3-2.2.8-3.3 1-.5.1-1.6.2-2 0-.6.5-1.9-.4-1.3-1-.3-.3-.3-.8-.4-1.4 0-.7.1-1.9.7-3l.5 1.7c.2.5.7 1 1.1 1.4-.2-.5-.4-1.2.1-1.8.5-.5 1.3-.5 2-.2l-1.9-1.3c.8 0 3.3-1 4.1-1.5a62 62 0 0 0 4.9-3.8 57 57 0 0 0-3.7 4.6z"
39
- })), _path6 || (_path6 = /* @__PURE__ */ React.createElement("path", {
40
- fill: "#a05a2c",
41
- stroke: "#000",
42
- strokeWidth: .1,
43
- d: "m387 222.8-125.7 70.9a85 85 0 0 0-.9-1.2l125.7-71a5.6 5.6 0 0 1 1 1.3z"
44
- })), _path7 || (_path7 = /* @__PURE__ */ React.createElement("path", {
45
- fill: "#e7e7e7",
46
- stroke: "#000",
47
- strokeWidth: .1,
48
- d: "M394.9 218.3c-.6.6-2.2 2-2.2 3.4l-1.4-2c.2 1-.1 1.5-.7 1.7-.4.4-1.4 0-2-.3a5.1 5.1 0 0 0 2 1.5l1.7.6c-.6.1-2.3.3-3.4.2-.5 0-1.5-.2-1.9-.6-.7.4-1.6-.8-1-1.2 0-.4 0-.8.2-1.4.2-.7.7-1.8 1.6-2.8a7.8 7.8 0 0 0 0 1.8c0 .5.3 1 .5 1.6 0-.5 0-1.3.7-1.7s1.4-.2 2 .3l-1.4-1.7c.8.1 3.5-.2 4.4-.5 1-.2 4.1-1.6 6-2.5-1.7 1-4.6 3-5.1 3.6z"
49
- })), _path8 || (_path8 = /* @__PURE__ */ React.createElement("path", {
50
- fill: "#a05a2c",
51
- stroke: "#000",
52
- strokeWidth: .1,
53
- d: "m376.3 217.5-113 85.2-1-1.1 112.9-85.2a6 6 0 0 1 1.1 1z"
54
- })), _path9 || (_path9 = /* @__PURE__ */ React.createElement("path", {
55
- fill: "#e7e7e7",
56
- stroke: "#000",
57
- strokeWidth: .1,
58
- d: "M383.4 212.1c-.5.6-1.8 2.3-1.6 3.6L380 214c.3 1 .1 1.5-.4 1.7-.4.4-1.5.2-2.1 0 .6.5 1.3 1 2.2 1.2l1.9.3c-.7.3-2.3.6-3.4.6-.5 0-1.6 0-2-.3-.6.5-1.7-.6-1.1-1.1-.2-.3-.1-.8-.1-1.4a6 6 0 0 1 1.1-3 7.8 7.8 0 0 0 .2 1.8c.2.6.5 1 .9 1.6-.2-.5-.2-1.3.4-1.8.6-.4 1.3-.3 2 0l-1.6-1.5c.7 0 3.3-.6 4.2-1 1-.4 3.8-2 5.5-3.1-1.4 1.2-4 3.5-4.4 4z"
59
- })), _path0 || (_path0 = /* @__PURE__ */ React.createElement("path", {
60
- fill: "#a05a2c",
61
- stroke: "#000",
62
- strokeWidth: .1,
63
- d: "m271.4 210.7 98 97.9 1.3-1-98-97.8a6.3 6.3 0 0 0-1.3 1z"
64
- })), _path1 || (_path1 = /* @__PURE__ */ React.createElement("path", {
65
- fill: "#e7e7e7",
66
- stroke: "#000",
67
- strokeWidth: .1,
68
- d: "M265.3 204.5c.4.7 1.4 2.5 1 3.8l2-1.5c-.5 1-.4 1.4.1 1.8.3.4 1.4.3 2.1.2-.7.4-1.5.8-2.4 1h-2c.7.3 2.2.8 3.3 1 .5.1 1.6.2 2 0 .6.5 1.9-.4 1.3-1 .3-.3.3-.8.4-1.4 0-.7-.1-1.9-.7-3a8 8 0 0 1-.5 1.7c-.2.5-.7 1-1.1 1.4.2-.5.4-1.2-.1-1.8-.5-.5-1.3-.5-2-.2l1.9-1.3c-.8 0-3.3-1-4.1-1.5a62 62 0 0 1-4.9-3.8 57 57 0 0 1 3.7 4.6z"
69
- })), _path10 || (_path10 = /* @__PURE__ */ React.createElement("path", {
70
- fill: "#a05a2c",
71
- stroke: "#000",
72
- strokeWidth: .1,
73
- d: "m253 222.8 125.7 70.9c.2-.3.6-1 .9-1.2l-125.7-71a5.6 5.6 0 0 0-1 1.3z"
74
- })), _path11 || (_path11 = /* @__PURE__ */ React.createElement("path", {
75
- fill: "#e7e7e7",
76
- stroke: "#000",
77
- strokeWidth: .1,
78
- d: "M245.1 218.3c.6.6 2.2 2 2.2 3.4l1.4-2c-.2 1 .1 1.5.7 1.7.4.4 1.4 0 2-.3a5.1 5.1 0 0 1-2 1.5l-1.8.6c.7.1 2.3.3 3.4.2.6 0 1.6-.2 2-.6.7.4 1.6-.8 1-1.2 0-.4 0-.8-.2-1.4a6.3 6.3 0 0 0-1.6-2.8v1.8c0 .5-.3 1-.5 1.6 0-.5 0-1.3-.7-1.7s-1.4-.2-2 .3l1.4-1.7a17 17 0 0 1-4.4-.5 71 71 0 0 1-6-2.5c1.7 1 4.6 3 5.1 3.6z"
79
- })), _path12 || (_path12 = /* @__PURE__ */ React.createElement("path", {
80
- fill: "#a05a2c",
81
- stroke: "#000",
82
- strokeWidth: .1,
83
- d: "m263.7 217.5 113 85.2 1-1.1-112.9-85.2a6 6 0 0 0-1.1 1z"
84
- })), _path13 || (_path13 = /* @__PURE__ */ React.createElement("path", {
85
- fill: "#e7e7e7",
86
- stroke: "#000",
87
- strokeWidth: .1,
88
- d: "M256.6 212.1c.5.6 1.8 2.3 1.6 3.6l1.7-1.7c-.3 1-.1 1.5.4 1.7.4.4 1.5.2 2.1 0a5.4 5.4 0 0 1-2.2 1.2l-1.9.3c.7.3 2.3.6 3.4.6.5 0 1.6 0 2-.3.6.5 1.7-.6 1.1-1.1.2-.3.1-.8.1-1.4a6 6 0 0 0-1.1-3 7.8 7.8 0 0 1-.2 1.8c-.2.6-.5 1-.9 1.6.2-.5.2-1.3-.4-1.8-.6-.4-1.3-.3-2 0l1.6-1.5a15 15 0 0 1-4.2-1c-1-.4-3.8-2-5.5-3.1 1.4 1.2 4 3.5 4.4 4z"
89
- })), _path14 || (_path14 = /* @__PURE__ */ React.createElement("path", {
90
- fill: "#00e519",
91
- stroke: "#000",
92
- strokeWidth: .1,
93
- d: "M300.1 283.4c4-2.6 15.1-4 16.7-3.6-8 6-16 6.3-16.7 3.7z"
94
- })), _path15 || (_path15 = /* @__PURE__ */ React.createElement("path", {
95
- fill: "#ffe533",
96
- stroke: "#000",
97
- strokeWidth: .1,
98
- d: "M300.2 283.5c.7 2.6 8.7 2.4 16.6-3.6a69 69 0 0 1-16.6 3.6z"
99
- })), _path16 || (_path16 = /* @__PURE__ */ React.createElement("path", {
100
- fill: "none",
101
- stroke: "#000",
102
- strokeLinecap: "round",
103
- strokeWidth: .1,
104
- d: "M300.2 283.5c.7 2.6 8.7 2.4 16.6-3.6a69 69 0 0 1-16.6 3.6z"
105
- })), _path17 || (_path17 = /* @__PURE__ */ React.createElement("path", {
106
- fill: "none",
107
- stroke: "#000",
108
- strokeWidth: .1,
109
- d: "M300.1 283.4a40.6 40.6 0 0 1 16.7-3.6c-8 6-16 6.3-16.7 3.6z"
110
- })), _path18 || (_path18 = /* @__PURE__ */ React.createElement("path", {
111
- fill: "#a05a2c",
112
- stroke: "#000",
113
- strokeWidth: .1,
114
- d: "M347.6 220.2 322 272.5c-1.3 1-2.3-.3-2.7-.2-1.5 1.7-3.6 2-4 2.5-1.8 2.4-.8 4.3-.7 4.5 1.3 1.8-1.6 3.5-1.5 4-.6 1-2.7.9-3.1 2l-4.8 9.3c-.6.5-3.7 6.1-3.7 6.1-2 0-10.2-5.2-10.4-5.1 4.6-7.3 15.6-18.5 15.3-19.2 3.1-5.2 8-10.9 10.1-10.8 3-1.6 4.5-5.7 4-6.6 2.2 0 3.5-1.4 3.6-1.5l18.8-37.6c1.6-.5 1.4.1 1.9 1 0 0 1-1.2.9-1.3.9-.4 1.8.2 1.8.6z"
115
- })), _path19 || (_path19 = /* @__PURE__ */ React.createElement("path", {
116
- fill: "#cce5e5",
117
- stroke: "#000",
118
- strokeWidth: .1,
119
- d: "M348.6 208.8c-.6 1 .2 1 .5 1.1l1 .3c1.3 0 2 .7 2 1l-30 61.3c-1.3 1-2.5-.3-2.9-.1l20.6-41.8 10-18.8-2.8-1.2c-.8-.2-1-.8-.7-1.6l12.6-21.6-10.2 21-.1.4"
120
- })), _path20 || (_path20 = /* @__PURE__ */ React.createElement("path", {
121
- fill: "#e7e7e7",
122
- stroke: "#000",
123
- strokeWidth: .1,
124
- d: "M348.6 208.8c-.6 1 .2 1 .5 1.1l1 .3c1.3 0 2 .7 2 1l-30 61.3c-1.3 1-2.5-.3-2.9-.1l20.6-41.8 10-18.8-2.8-1.2c-.8-.2-1-.8-.7-1.6l12.6-21.6-10.2 21-.1.4"
125
- })), _path21 || (_path21 = /* @__PURE__ */ React.createElement("path", {
126
- fill: "none",
127
- stroke: "#000",
128
- strokeWidth: .1,
129
- d: "M308.8 272.4c-3 0-4.6 2-2.7 4.7m1.4-2.4c-1 .6-1.7-.3-1.7-.3m15.2-13c-1.5 5.6-4.3 9.3-5 10.4-2 2.2-3.9 7.2-3.5 8.1l-8.1 13.3"
130
- })), _path22 || (_path22 = /* @__PURE__ */ React.createElement("path", {
131
- fill: "#cce5e5",
132
- stroke: "#000",
133
- strokeWidth: .1,
134
- d: "M322 272.7c-1.4-.5-5.7-4.5-10-3.8-3.3 3.8-5.3 7.7-5.9 8.2 4 3.3 6.7 5 7.6 5.4.7-.4 1-1.5 1-1.5.9-1-.2-1.7-.2-1.7.2-2.5 2-4.2 3.8-4.3 2.2-.2 1.6-.4 1.9-.4 1-.6 1.8-1.9 1.8-1.9z"
135
- })), _path23 || (_path23 = /* @__PURE__ */ React.createElement("path", {
136
- fill: "none",
137
- stroke: "#000",
138
- strokeWidth: .1,
139
- d: "M322 272.7c-1.4-.5-5.7-4.5-10-3.8-3.3 3.8-5.3 7.7-5.9 8.2 4 3.3 6.7 5 7.6 5.4.7-.4 1-1.5 1-1.5.9-1-.2-1.7-.2-1.7.2-2.5 2-4.2 3.8-4.3 2.2-.2 1.6-.4 1.9-.4 1-.6 1.8-1.9 1.8-1.9z"
140
- })), _path24 || (_path24 = /* @__PURE__ */ React.createElement("path", {
141
- fill: "#cce5e5",
142
- stroke: "#000",
143
- strokeWidth: .1,
144
- d: "M317.6 272.8c-2 0-4 .9-4.8 2.6l4.8-2.6"
145
- })), _path25 || (_path25 = /* @__PURE__ */ React.createElement("path", {
146
- fill: "none",
147
- stroke: "#000",
148
- strokeWidth: .1,
149
- d: "M317.6 272.8c-2 0-4 .9-4.8 2.6m-3.5.7c.1.4.7.6 1.1.5.6-.2.8-.7.6-1-.2-.5-.7-.7-1.2-.5-.5.1-.7.6-.5 1zm2.5-3.4c.1.4.7.6 1.2.4.5-.1.7-.6.5-1s-.7-.6-1.2-.5c-.5.2-.7.7-.5 1z"
150
- })), _path26 || (_path26 = /* @__PURE__ */ React.createElement("path", {
151
- fill: "#cce5e5",
152
- stroke: "#000",
153
- strokeWidth: .1,
154
- d: "M345.3 226.1c.8-.2 1.2-1.1.8-2l-4.7-1.7s-.6 0-1 .7c-.5.7.1 1.2.1 1.2l4.8 1.8"
155
- })), _path27 || (_path27 = /* @__PURE__ */ React.createElement("path", {
156
- fill: "none",
157
- stroke: "#000",
158
- strokeWidth: .1,
159
- d: "M345.3 226.1c.8-.2 1.2-1.1.8-2l-4.7-1.7s-.6 0-1 .7c-.5.7.1 1.2.1 1.2l4.8 1.8"
160
- })), _path28 || (_path28 = /* @__PURE__ */ React.createElement("path", {
161
- fill: "#00e519",
162
- stroke: "#000",
163
- strokeWidth: .1,
164
- d: "M294.5 286c3.9-2.7 15-4.2 16.6-3.8-7.8 6.2-15.8 6.5-16.6 3.9z"
165
- })), _path29 || (_path29 = /* @__PURE__ */ React.createElement("path", {
166
- fill: "#ffe533",
167
- stroke: "#000",
168
- strokeWidth: .1,
169
- d: "M294.6 286c.7 2.7 8.7 2.3 16.5-3.8a62.4 62.4 0 0 1-16.5 3.9z"
170
- })), _path30 || (_path30 = /* @__PURE__ */ React.createElement("path", {
171
- fill: "none",
172
- stroke: "#000",
173
- strokeLinecap: "round",
174
- strokeWidth: .1,
175
- d: "M294.6 286c.7 2.7 8.7 2.3 16.5-3.8a62.4 62.4 0 0 1-16.5 3.9z"
176
- })), _path31 || (_path31 = /* @__PURE__ */ React.createElement("path", {
177
- fill: "none",
178
- stroke: "#000",
179
- strokeWidth: .1,
180
- d: "M294.6 286a40 40 0 0 1 16.6-3.9c-7.9 6.2-16 6.6-16.6 4z"
181
- })), _path32 || (_path32 = /* @__PURE__ */ React.createElement("path", {
182
- fill: "#a05a2c",
183
- stroke: "#000",
184
- strokeWidth: .1,
185
- d: "m340.7 222-24.4 52.8c-1.3 1-2.4-.3-2.7-.2-1.5 1.7-3.6 2.1-4 2.5-1.8 2.5-.7 4.4-.6 4.6 1.3 1.8-1.5 3.5-1.4 4-.6 1-2.7.9-3.1 2.1-.1-.1-4.2 8.4-4.6 9.3-.6.5-3.5 6.2-3.5 6.2-2.1 0-10.3-5-10.5-5 4.4-7.3 15.1-18.7 14.9-19.4 3-5.3 7.7-11 9.9-11 3-1.6 4.3-5.7 3.7-6.6 2.3-.1 3.5-1.5 3.7-1.6l18-37.8c1.6-.6 1.3 0 1.9 1 0 0 1-1.2.9-1.4.9-.4 1.7.2 1.8.6z"
186
- })), _path33 || (_path33 = /* @__PURE__ */ React.createElement("path", {
187
- fill: "none",
188
- stroke: "#000",
189
- strokeWidth: .1,
190
- d: "m340.7 222-24.4 52.8c-1.3 1-2.4-.3-2.7-.2-1.5 1.7-3.6 2.1-4 2.5-1.8 2.5-.7 4.4-.6 4.6 1.3 1.8-1.5 3.5-1.4 4-.6 1-2.7.9-3.1 2.1-.1-.1-4.2 8.4-4.6 9.3-.6.5-3.5 6.2-3.5 6.2-2.1 0-10.3-5-10.5-5 4.4-7.3 15.1-18.7 14.9-19.4 3-5.3 7.7-11 9.9-11 3-1.6 4.3-5.7 3.7-6.6 2.3-.1 3.5-1.5 3.7-1.6l18-37.8c1.6-.6 1.3 0 1.9 1 0 0 1-1.2.9-1.4.9-.4 1.7.2 1.8.6z"
191
- })), _path34 || (_path34 = /* @__PURE__ */ React.createElement("path", {
192
- fill: "#cce5e5",
193
- stroke: "#000",
194
- strokeWidth: .1,
195
- d: "M341.4 210.6c-.5 1 .3 1 .6 1.2l1 .3c1.3 0 2 .6 2 1l-28.7 61.7c-1.3 1-2.5-.3-2.9 0l19.7-42.2 9.6-19-2.8-1c-.8-.3-1-.8-.7-1.7l12-21.8-9.6 21.1-.2.4"
196
- })), _path35 || (_path35 = /* @__PURE__ */ React.createElement("path", {
197
- fill: "#e7e7e7",
198
- stroke: "#000",
199
- strokeWidth: .1,
200
- d: "M341.4 210.6c-.5 1 .3 1 .6 1.2l1 .3c1.3 0 2 .6 2 1l-28.7 61.7c-1.3 1-2.5-.3-2.9 0l19.7-42.2 9.6-19-2.8-1c-.8-.3-1-.8-.7-1.7l12-21.8-9.6 21.1-.2.4"
201
- })), _path36 || (_path36 = /* @__PURE__ */ React.createElement("path", {
202
- fill: "none",
203
- stroke: "#000",
204
- strokeWidth: .1,
205
- d: "M303 275c-3-.2-4.6 2-2.6 4.6m1.3-2.4c-1 .6-1.7-.3-1.7-.3m15-13.3c-1.5 5.7-4.2 9.4-4.7 10.6-2.2 2.2-3.9 7.3-3.5 8.1l-7.8 13.4"
206
- })), _path37 || (_path37 = /* @__PURE__ */ React.createElement("path", {
207
- fill: "#cce5e5",
208
- stroke: "#000",
209
- strokeWidth: .1,
210
- d: "M316.1 275c-1.3-.5-5.8-4.5-10-3.7-3.3 3.9-5.1 7.8-5.7 8.3a50 50 0 0 0 7.7 5.3c.7-.4 1-1.5 1-1.5.8-1-.2-1.8-.2-1.8 0-2.4 1.8-4.2 3.6-4.3 2.2-.2 1.6-.4 1.9-.4 1-.6 1.7-2 1.7-2z"
211
- })), _path38 || (_path38 = /* @__PURE__ */ React.createElement("path", {
212
- fill: "none",
213
- stroke: "#000",
214
- strokeWidth: .1,
215
- d: "M316.1 275c-1.3-.5-5.8-4.5-10-3.7-3.3 3.9-5.1 7.8-5.7 8.3a50 50 0 0 0 7.7 5.3c.7-.4 1-1.5 1-1.5.8-1-.2-1.8-.2-1.8 0-2.4 1.8-4.2 3.6-4.3 2.2-.2 1.6-.4 1.9-.4 1-.6 1.7-2 1.7-2z"
216
- })), _path39 || (_path39 = /* @__PURE__ */ React.createElement("path", {
217
- fill: "#cce5e5",
218
- stroke: "#000",
219
- strokeWidth: .1,
220
- d: "M311.8 275.1c-2 0-4 1-4.7 2.7l4.7-2.7"
221
- })), _path40 || (_path40 = /* @__PURE__ */ React.createElement("path", {
222
- fill: "none",
223
- stroke: "#000",
224
- strokeWidth: .1,
225
- d: "M311.8 275.1c-2 0-4 1-4.7 2.7m-3.6.8c.2.4.7.6 1.2.4s.7-.6.5-1c-.2-.5-.7-.6-1.2-.5-.5.2-.7.6-.5 1zm2.4-3.5c.2.4.8.6 1.3.5.5-.2.7-.7.5-1-.2-.5-.7-.7-1.2-.5-.5.1-.8.6-.6 1z"
226
- })), _path41 || (_path41 = /* @__PURE__ */ React.createElement("path", {
227
- fill: "#cce5e5",
228
- stroke: "#000",
229
- strokeWidth: .1,
230
- d: "M338.5 228c.8-.2 1.1-1.1.7-2l-4.7-1.6s-.5 0-1 .7c-.4.7.2 1.2.2 1.2l4.8 1.8"
231
- })), _path42 || (_path42 = /* @__PURE__ */ React.createElement("path", {
232
- fill: "none",
233
- stroke: "#000",
234
- strokeWidth: .1,
235
- d: "M338.5 228c.8-.2 1.1-1.1.7-2l-4.7-1.6s-.5 0-1 .7c-.4.7.2 1.2.2 1.2l4.8 1.8"
236
- })), _path43 || (_path43 = /* @__PURE__ */ React.createElement("path", {
237
- fill: "#00e519",
238
- stroke: "#000",
239
- strokeWidth: .1,
240
- d: "M340.6 283.3a39 39 0 0 0-16.8-3.7c8 6.1 16.1 6.3 16.8 3.7z"
241
- })), _path44 || (_path44 = /* @__PURE__ */ React.createElement("path", {
242
- fill: "#ffe533",
243
- stroke: "#000",
244
- strokeWidth: .1,
245
- d: "M340.6 283.3c-.7 2.7-8.8 2.4-16.8-3.6a63.4 63.4 0 0 0 16.8 3.6z"
246
- })), _path45 || (_path45 = /* @__PURE__ */ React.createElement("path", {
247
- fill: "none",
248
- stroke: "#000",
249
- strokeLinecap: "round",
250
- strokeWidth: .1,
251
- d: "M340.6 283.3c-.7 2.7-8.8 2.4-16.8-3.6a63.4 63.4 0 0 0 16.8 3.6z"
252
- })), _path46 || (_path46 = /* @__PURE__ */ React.createElement("path", {
253
- fill: "none",
254
- stroke: "#000",
255
- strokeWidth: .1,
256
- d: "M340.6 283.3c-4.2-3-15.8-4-16.9-3.7 8 6 16.2 6.3 16.9 3.6z"
257
- })), _path47 || (_path47 = /* @__PURE__ */ React.createElement("path", {
258
- fill: "#a05a2c",
259
- stroke: "#000",
260
- strokeWidth: .1,
261
- d: "m292.7 219.3 25.7 52.9c1.3 1 2.4-.3 2.7-.2 1.6 1.7 3.7 2.1 4.2 2.5 1.8 2.4.8 4.4.7 4.6-1.4 1.8 1.5 3.5 1.4 4.1.6 1 2.7.8 3.2 2l4.8 9.3c.7.5 3.7 6.2 3.7 6.2 2.1 0 10.3-5.3 10.5-5.2-4.6-7.3-15.7-18.7-15.4-19.4-3.1-5.2-8.1-11-10.2-10.9-3-1.6-4.5-5.7-4-6.6-2.3 0-3.6-1.5-3.7-1.6l-19-37.9c-1.6-.5-1.3.1-1.9 1 0 0-1-1.2-.9-1.3-.9-.5-1.8.2-1.8.5z"
262
- })), _path48 || (_path48 = /* @__PURE__ */ React.createElement("path", {
263
- fill: "#cce5e5",
264
- stroke: "#000",
265
- strokeWidth: .1,
266
- d: "M291.7 207.8c.5 1-.2 1-.5 1.2l-1.1.3c-1.2 0-1.9.7-1.9 1l30.2 61.9c1.3 1 2.5-.3 3-.1l-20.8-42.3-10-19 2.7-1.1c.8-.2 1-.8.7-1.6l-12.7-21.9 10.2 21.2.2.4"
267
- })), _path49 || (_path49 = /* @__PURE__ */ React.createElement("path", {
268
- fill: "#e7e7e7",
269
- stroke: "#000",
270
- strokeWidth: .1,
271
- d: "M291.7 207.8c.5 1-.2 1-.5 1.2l-1.1.3c-1.2 0-1.9.7-1.9 1l30.2 61.9c1.3 1 2.5-.3 3-.1l-20.8-42.3-10-19 2.7-1.1c.8-.2 1-.8.7-1.6l-12.7-21.9 10.2 21.2.2.4"
272
- })), _path50 || (_path50 = /* @__PURE__ */ React.createElement("path", {
273
- fill: "none",
274
- stroke: "#000",
275
- strokeWidth: .1,
276
- d: "M331.9 272.1c3 0 4.6 2.1 2.7 4.7m-1.4-2.3c1 .6 1.7-.4 1.7-.4M319.5 261c1.6 5.7 4.4 9.5 5 10.6 2.2 2.2 4 7.3 3.7 8.2l8.1 13.4"
277
- })), _path51 || (_path51 = /* @__PURE__ */ React.createElement("path", {
278
- fill: "#cce5e5",
279
- stroke: "#000",
280
- strokeWidth: .1,
281
- d: "M318.6 272.4c1.3-.4 5.7-4.6 10-3.8 3.4 3.8 5.4 7.7 6 8.2-4 3.4-6.7 5-7.7 5.5-.7-.4-1-1.5-1-1.5-.9-1 .2-1.8.2-1.8-.1-2.4-2-4.2-3.8-4.3-2.3-.2-1.6-.4-2-.4-1-.6-1.7-1.9-1.7-1.9z"
282
- })), _path52 || (_path52 = /* @__PURE__ */ React.createElement("path", {
283
- fill: "none",
284
- stroke: "#000",
285
- strokeWidth: .1,
286
- d: "M318.6 272.4c1.3-.4 5.7-4.6 10-3.8 3.4 3.8 5.4 7.7 6 8.2-4 3.4-6.7 5-7.7 5.5-.7-.4-1-1.5-1-1.5-.9-1 .2-1.8.2-1.8-.1-2.4-2-4.2-3.8-4.3-2.3-.2-1.6-.4-2-.4-1-.6-1.7-1.9-1.7-1.9z"
287
- })), _path53 || (_path53 = /* @__PURE__ */ React.createElement("path", {
288
- fill: "#cce5e5",
289
- stroke: "#000",
290
- strokeWidth: .1,
291
- d: "M323 272.5c2 0 4 1 4.8 2.7l-4.8-2.7"
292
- })), _path54 || (_path54 = /* @__PURE__ */ React.createElement("path", {
293
- fill: "none",
294
- stroke: "#000",
295
- strokeWidth: .1,
296
- d: "M323 272.5c2 0 4 1 4.8 2.7m3.6.6a1 1 0 0 1-1.2.5.7.7 0 0 1-.5-1c.1-.5.7-.6 1.2-.5.5.2.7.6.5 1zm-2.5-3.4c-.2.4-.8.6-1.3.5-.4-.2-.7-.7-.5-1 .2-.5.7-.7 1.2-.5.5.1.8.6.6 1z"
297
- })), _path55 || (_path55 = /* @__PURE__ */ React.createElement("path", {
298
- fill: "#cce5e5",
299
- stroke: "#000",
300
- strokeWidth: .1,
301
- d: "M295 225.4a1.4 1.4 0 0 1-.8-2l4.8-1.8s.5.1 1 .7c.5.7-.2 1.2-.2 1.2l-4.8 1.9"
302
- })), _path56 || (_path56 = /* @__PURE__ */ React.createElement("path", {
303
- fill: "none",
304
- stroke: "#000",
305
- strokeWidth: .1,
306
- d: "M295 225.4a1.4 1.4 0 0 1-.8-2l4.8-1.8s.5.1 1 .7c.5.7-.2 1.2-.2 1.2l-4.8 1.9"
307
- })), _path57 || (_path57 = /* @__PURE__ */ React.createElement("path", {
308
- fill: "#00e519",
309
- stroke: "#000",
310
- strokeWidth: .1,
311
- d: "M345.6 286a38 38 0 0 0-16.6-3.8c7.9 6.2 15.9 6.5 16.6 3.9z"
312
- })), _path58 || (_path58 = /* @__PURE__ */ React.createElement("path", {
313
- fill: "#ffe533",
314
- stroke: "#000",
315
- strokeWidth: .1,
316
- d: "M345.6 286c-.8 2.7-8.7 2.3-16.5-3.8a62.4 62.4 0 0 0 16.5 3.9z"
317
- })), _path59 || (_path59 = /* @__PURE__ */ React.createElement("path", {
318
- fill: "none",
319
- stroke: "#000",
320
- strokeLinecap: "round",
321
- strokeWidth: .1,
322
- d: "M345.6 286c-.8 2.7-8.7 2.3-16.5-3.8a62.4 62.4 0 0 0 16.5 3.9z"
323
- })), _path60 || (_path60 = /* @__PURE__ */ React.createElement("path", {
324
- fill: "none",
325
- stroke: "#000",
326
- strokeWidth: .1,
327
- d: "M345.6 286a40.1 40.1 0 0 0-16.6-3.9c7.8 6.2 15.9 6.6 16.6 4z"
328
- })), _path61 || (_path61 = /* @__PURE__ */ React.createElement("path", {
329
- fill: "#a05a2c",
330
- stroke: "#000",
331
- strokeWidth: .1,
332
- d: "m299.5 222 24.4 52.8c1.3 1 2.3-.3 2.7-.2 1.5 1.7 3.6 2.1 4 2.5 1.7 2.5.7 4.4.6 4.6-1.4 1.7 1.5 3.5 1.4 4 .5 1 2.6.9 3 2.1.2-.1 4.2 8.4 4.7 9.3.6.5 3.5 6.2 3.5 6.2 2 0 10.3-5 10.5-5-4.4-7.4-15.2-18.7-15-19.4-2.9-5.3-7.7-11-9.8-11-3-1.6-4.3-5.7-3.7-6.6-2.3-.1-3.6-1.5-3.7-1.6L304 222c-1.6-.6-1.4 0-2 1 0 0-.9-1.2-.8-1.4-.9-.4-1.8.2-1.8.6z"
333
- })), _path62 || (_path62 = /* @__PURE__ */ React.createElement("path", {
334
- fill: "none",
335
- stroke: "#000",
336
- strokeWidth: .1,
337
- d: "m299.5 222 24.4 52.8c1.3 1 2.3-.3 2.7-.2 1.5 1.7 3.6 2.1 4 2.5 1.7 2.5.7 4.4.6 4.6-1.4 1.7 1.5 3.5 1.4 4 .5 1 2.6.9 3 2.1.2-.1 4.2 8.4 4.7 9.3.6.5 3.5 6.2 3.5 6.2 2 0 10.3-5 10.5-5-4.4-7.4-15.2-18.7-15-19.4-2.9-5.3-7.7-11-9.8-11-3-1.6-4.3-5.7-3.7-6.6-2.3-.1-3.6-1.5-3.7-1.6L304 222c-1.6-.6-1.4 0-2 1 0 0-.9-1.2-.8-1.4-.9-.4-1.8.2-1.8.6z"
338
- })), _path63 || (_path63 = /* @__PURE__ */ React.createElement("path", {
339
- fill: "#cce5e5",
340
- stroke: "#000",
341
- strokeWidth: .1,
342
- d: "M298.8 210.6c.4 1-.3 1-.6 1.2l-1 .3c-1.3 0-2 .6-2 1l28.7 61.7c1.3 1 2.5-.3 2.9 0L307 232.5l-9.6-19 2.7-1c.9-.3 1.2-.8.8-1.7L288.8 189l9.7 21.1.2.4"
343
- })), _path64 || (_path64 = /* @__PURE__ */ React.createElement("path", {
344
- fill: "#e7e7e7",
345
- stroke: "#000",
346
- strokeWidth: .1,
347
- d: "M298.8 210.6c.4 1-.3 1-.6 1.2l-1 .3c-1.3 0-2 .6-2 1l28.7 61.7c1.3 1 2.5-.3 2.9 0L307 232.5l-9.6-19 2.7-1c.9-.3 1.2-.8.8-1.7L288.8 189l9.7 21.1.2.4"
348
- })), _path65 || (_path65 = /* @__PURE__ */ React.createElement("path", {
349
- fill: "none",
350
- stroke: "#000",
351
- strokeWidth: .1,
352
- d: "M337.2 275c3-.2 4.5 2 2.6 4.6m-1.4-2.4c1 .6 1.8-.3 1.8-.3m-15-13.3c1.4 5.7 4.2 9.4 4.7 10.6 2.1 2.2 3.8 7.3 3.5 8.1l7.8 13.4"
353
- })), _path66 || (_path66 = /* @__PURE__ */ React.createElement("path", {
354
- fill: "#cce5e5",
355
- stroke: "#000",
356
- strokeWidth: .1,
357
- d: "M324 275c1.4-.5 5.8-4.5 10.1-3.7 3.2 3.9 5.1 7.8 5.7 8.3a54 54 0 0 1-7.8 5.3c-.6-.4-1-1.5-1-1.5-.7-1 .3-1.8.3-1.8 0-2.4-1.8-4.2-3.6-4.3-2.3-.2-1.6-.4-2-.4-1-.6-1.7-2-1.7-2z"
358
- })), _path67 || (_path67 = /* @__PURE__ */ React.createElement("path", {
359
- fill: "none",
360
- stroke: "#000",
361
- strokeWidth: .1,
362
- d: "M324 275c1.4-.5 5.8-4.5 10.1-3.7 3.2 3.9 5.1 7.8 5.7 8.3a54 54 0 0 1-7.8 5.3c-.6-.4-1-1.5-1-1.5-.7-1 .3-1.8.3-1.8 0-2.4-1.8-4.2-3.6-4.3-2.3-.2-1.6-.4-2-.4-1-.6-1.7-2-1.7-2z"
363
- })), _path68 || (_path68 = /* @__PURE__ */ React.createElement("path", {
364
- fill: "#cce5e5",
365
- stroke: "#000",
366
- strokeWidth: .1,
367
- d: "M328.4 275.1c2 0 4 1 4.7 2.7l-4.7-2.7"
368
- })), _path69 || (_path69 = /* @__PURE__ */ React.createElement("path", {
369
- fill: "none",
370
- stroke: "#000",
371
- strokeWidth: .1,
372
- d: "M328.4 275.1c2 0 4 1 4.7 2.7m3.6.8a1 1 0 0 1-1.2.4c-.5-.2-.8-.6-.6-1 .2-.5.8-.6 1.3-.5.4.2.7.6.5 1zm-2.5-3.5c-.2.4-.7.6-1.2.5-.5-.2-.7-.7-.5-1 .2-.5.7-.7 1.2-.5.5.1.7.6.5 1z"
373
- })), _path70 || (_path70 = /* @__PURE__ */ React.createElement("path", {
374
- fill: "#cce5e5",
375
- stroke: "#000",
376
- strokeWidth: .1,
377
- d: "M301.6 228c-.8-.2-1-1.1-.7-2l4.7-1.6s.6 0 1 .7c.5.7-.2 1.2-.2 1.2l-4.8 1.8"
378
- })), _path71 || (_path71 = /* @__PURE__ */ React.createElement("path", {
379
- fill: "none",
380
- stroke: "#000",
381
- strokeWidth: .1,
382
- d: "M301.6 228c-.8-.2-1-1.1-.7-2l4.7-1.6s.6 0 1 .7c.5.7-.2 1.2-.2 1.2l-4.8 1.8"
383
- })), _path72 || (_path72 = /* @__PURE__ */ React.createElement("path", {
384
- fill: "#a05a2c",
385
- stroke: "#000",
386
- strokeWidth: .1,
387
- d: "m315.3 250.7 35.5-38a97 97 0 0 1-1.4-.9l-35.6 38a7.5 7.5 0 0 0 1.5.9z"
388
- })), _path73 || (_path73 = /* @__PURE__ */ React.createElement("path", {
389
- fill: "#e7e7e7",
390
- fillRule: "evenodd",
391
- stroke: "#000",
392
- strokeWidth: .1,
393
- d: "M349.8 212.2c-1.2-1-3.4-2.2-5-1.8-.5-2.2 2.5-4.4 3.8-4-.3 2.3 3.2 3.8 3.1 3.8z"
394
- })), _path74 || (_path74 = /* @__PURE__ */ React.createElement("path", {
395
- fill: "#e7e7e7",
396
- stroke: "#000",
397
- strokeWidth: .1,
398
- d: "M352.1 210.4c1 .8 1.4.8 2.8 1.6 1.4.7 3.2-1.1 4.1-1.7 0 0 1 3.4-1.1 5.6-2 2.3-4.6 2.8-6.5 2.1 0 0 2.6-2.5 1.5-3.6-1-1.1-1.4-1.2-2.5-1.9"
399
- })), _path75 || (_path75 = /* @__PURE__ */ React.createElement("path", {
400
- fill: "#e7e7e7",
401
- stroke: "#000",
402
- strokeWidth: .1,
403
- d: "M-27.7-406.5h4.1v2.2h-4.1z",
404
- transform: "matrix(-.67726 .73575 -.82314 -.56784 0 0)"
405
- })), _path76 || (_path76 = /* @__PURE__ */ React.createElement("path", {
406
- fill: "#007934",
407
- fillRule: "evenodd",
408
- stroke: "#000",
409
- strokeWidth: .1,
410
- d: "m308.2 290.3-1 9 1.8-2.2c.3-.6 1.5-2.1 1.8-7.4 0 0-1-2.9-1.4-2.9-.7-.4-1.2 3.5-1.2 3.5zm2.2-20.1-2.7 15.8c0 .5 1.3 1.6 2.1-1.2l1.5-10.5z"
411
- })), _path77 || (_path77 = /* @__PURE__ */ React.createElement("path", {
412
- fill: "#d52b1e",
413
- fillRule: "evenodd",
414
- stroke: "#000",
415
- strokeWidth: .1,
416
- d: "M315.9 284.6a8.7 8.7 0 0 1-1.4-2l-.4 3.1s2 1.5 1.7 4.3l.4-.6.2-1s.5-2 .5-3.1c0 0-.5-.2-1-.7z"
417
- })), _path78 || (_path78 = /* @__PURE__ */ React.createElement("path", {
418
- fill: "#ffe000",
419
- fillRule: "evenodd",
420
- stroke: "#000",
421
- strokeWidth: .1,
422
- d: "M307.3 299.4s3.3-3 3.5-9.7l.4-1.9s0 1.5.8.4c.6-1.5.6-2.8.6-2.8s1.2-1.6 1.6.3l-1.2 9.6a51 51 0 0 1-.3 2s-.7-1-1.4.1c-.7 1.2-1.8 2.7-4 2zm4-25.1-1.5 10.5s1.2.6 1.4 3c.1 1.2.6.6.8.4.2-.8 0-2.3 0-2.3l.6-7.3s-1.2-3.4-1.3-4.3z"
423
- })), _path79 || (_path79 = /* @__PURE__ */ React.createElement("path", {
424
- fill: "#ffe000",
425
- fillRule: "evenodd",
426
- stroke: "#000",
427
- strokeWidth: .1,
428
- d: "m310.1 298.8-.2 2.6s1 0 1.7-1.2c.8-1.1 1-2.8 1-2.8s-.7-1.1-1.3 0c-.5 1-1.2 1.4-1.2 1.4zm1.8-10.6c.6-1 .8-2.6.7-2.8l-.7.5c.2 1.2 0 2.3 0 2.3z"
429
- })), _path80 || (_path80 = /* @__PURE__ */ React.createElement("path", {
430
- fill: "#d52b1e",
431
- fillRule: "evenodd",
432
- stroke: "#000",
433
- strokeWidth: .1,
434
- d: "M315.3 287.1a4.4 4.4 0 0 0-1.3-1.5l-1.5 12s-.4 3-2.3 3.7c0 0 1.1 10.3 4.5 7.5.4-.4 1-3.6.9-5.5l-.9-6a27 27 0 0 1 .5-4.7l.6-2.6c.2-.2 0-1.8-.5-2.9z"
435
- })), _path81 || (_path81 = /* @__PURE__ */ React.createElement("path", {
436
- fill: "#d52b1e",
437
- fillRule: "evenodd",
438
- stroke: "#000",
439
- strokeWidth: .1,
440
- d: "m316.9 285.3 1 1c.3 0-2.3 19.3-2.3 19.3s0-2-.7-6c-.6-3.2.2-7.5.9-9.6 0 0 .8-.5 1-4.7z"
441
- })), _path82 || (_path82 = /* @__PURE__ */ React.createElement("path", {
442
- fill: "#f7e214",
443
- fillRule: "evenodd",
444
- stroke: "#000",
445
- strokeWidth: .1,
446
- d: "m312.6 278.8-.7 7.1s1.8-2.4 2.2-.2l.4-3.2s-1.5-2.4-2-3.7z"
447
- })), _path83 || (_path83 = /* @__PURE__ */ React.createElement("path", {
448
- fill: "#007934",
449
- fillRule: "evenodd",
450
- stroke: "#000",
451
- strokeWidth: .1,
452
- d: "M311.3 287.8s-.6-6.1-3.6-1.8a10 10 0 0 0 0 3c0 .8.9 1.8 1.2 2.3.7 1 1.3-.2 1.3-.2s.7-1 1-3.3z"
453
- })), _path84 || (_path84 = /* @__PURE__ */ React.createElement("path", {
454
- fill: "#d52b1e",
455
- stroke: "#000",
456
- strokeWidth: .1,
457
- d: "M287.8 237c-.1-3.5-1.2-9.3-1.3-13.3l-12-12.2s-1.4 9.9-5.8 15.5l19 10"
458
- })), _path85 || (_path85 = /* @__PURE__ */ React.createElement("path", {
459
- fill: "#ffe000",
460
- stroke: "#000",
461
- strokeWidth: .1,
462
- d: "M288.7 237.3c.5-2.4 1-5 1.5-10.2l-7.7-7.6c0 3.2-3.6 8.1-3.9 14"
463
- })), _path86 || (_path86 = /* @__PURE__ */ React.createElement("path", {
464
- fill: "#007934",
465
- stroke: "#000",
466
- strokeWidth: .1,
467
- d: "M295.3 244.7c1-4.3-1.3-4.8 2-10.8l-7.2-6.8c-1.3 4-2.2 6.6-2 10l6 4.4"
468
- })), _path87 || (_path87 = /* @__PURE__ */ React.createElement("path", {
469
- fill: "#d52b1e",
470
- stroke: "#000",
471
- strokeWidth: .1,
472
- d: "M267.6 270c-1.5-4.2.5-12.7.2-18-.1-3.5 2.5-16.7 2.4-20.6l-14.1-8.8s-.6 14.3-2.3 29.9c-1.4 8-1.4 15.3-.4 21.5 1.5 8.7 3 12.2 6.5 15.9 6.3 6.5 19.7 2.7 19.7 2.7 11.3-2.3 17.8-9.4 17.8-9.4s-3.7.8-9.6 1.4c-13-.9-18.2 2.4-18.6-11"
473
- })), _path88 || (_path88 = /* @__PURE__ */ React.createElement("path", {
474
- fill: "#f7e214",
475
- stroke: "#000",
476
- strokeWidth: .1,
477
- d: "m305.4 278.8.2-.1-5.9 1.9-8 .6c-17.2.4-15-10.3-14.3-27.5.1-6.6 1.4-14.8 1-17.7l-11.5-6.6c-3.8 10.6-2.6 18-3.3 23.5-.4 6-1.7 17.4.2 22.4 2.7 11.6 11.8 11.2 24.2 10.1 6.1-.5 9.4-2 9.4-2l8-4.6"
478
- })), _path89 || (_path89 = /* @__PURE__ */ React.createElement("path", {
479
- fill: "#007a3d",
480
- stroke: "#000",
481
- strokeWidth: .1,
482
- d: "M305.6 278.5a34.4 34.4 0 0 1-6 2.2l-8 .8c-12.5 1-19.8-7.7-18.2-27.6 0-7 .2-10.2 2.6-19.5l7 4v.7c-.5 2-1.5 7-1.5 9.2 0 16 10.1 28.2 23.9 30.3h.2"
483
- })), _path90 || (_path90 = /* @__PURE__ */ React.createElement("path", {
484
- fill: "none",
485
- stroke: "#000",
486
- strokeWidth: .1,
487
- d: "M260 230.6c1 2 8 12.5 12 14.5m-11-7.6c1.3 2 9.8 14 13.6 14.6m-15.5 3.6c2 2.4 4 7 9.7 10m-7 3.3c4 3.7 13.6 11.6 23 12m-23-6c2 2.3 6.2 13.3 24 8.3m-26.7-6.3c1.2 2.6 10.1 17.3 26 11.6"
488
- })), _path91 || (_path91 = /* @__PURE__ */ React.createElement("path", {
489
- fill: "#d52b1e",
490
- stroke: "#000",
491
- strokeWidth: .1,
492
- d: "M277.8 264.8c-1.5-4.3.5-12.7.2-18.1-.1-3.5 1.5-15.5 1.5-19.5l-13.2-9.9s-.6 14.3-2.3 30a84 84 0 0 0-1.5 23.9c1.8 10 6.6 12.8 7.5 13.6 6.7 6 22 5.4 23.5 4.9 10.8-4 15.6-10.8 15.6-10.8s-5.2-.1-11.1.5c-13-1-19.7-.4-20.1-13.8"
493
- })), _path92 || (_path92 = /* @__PURE__ */ React.createElement("path", {
494
- fill: "#ffe000",
495
- stroke: "#000",
496
- strokeWidth: .1,
497
- d: "M315.6 273.5h.2l-5.9 1.8-8 .6c-17.2.5-15-10.2-14.3-27.5.1-6.5.3-12.4 0-15.3l-10.3-7.6c-3.8 10.7-2.8 16.7-3.5 22.2-.4 5.8-1.7 17.3.2 22.3 2.7 11.7 11.8 11.2 24.2 10.2 6.1-.5 9.4-2.1 9.4-2.1l8-4.6"
498
- })), _path93 || (_path93 = /* @__PURE__ */ React.createElement("path", {
499
- fill: "#007934",
500
- stroke: "#000",
501
- strokeWidth: .1,
502
- d: "M315.9 273.4c-2.4 1.2-6 2.1-6 2.1l-8 .8c-12.5 1-19.8-7.7-18.2-27.6 0-7-.3-7.5 2.2-16.9 3.8 2.5 11.1 8.8 11.1 8.8s-2 2.8-1.5 6.7c0 16 6.4 24 20.2 26.1l1.5-13"
503
- })), _path94 || (_path94 = /* @__PURE__ */ React.createElement("path", {
504
- fill: "none",
505
- stroke: "#000",
506
- strokeWidth: .1,
507
- d: "M270.1 225.3c1.2 2 8.1 12.6 12 14.6m-10.8-7.7c1.2 2 9.7 14 13.5 14.7m-15.5 3.6c2 2.3 4 7 9.7 10m-7 3.3c4 3.6 13.6 11.6 23 12m-23-6c2 2.3 6.2 13.2 24 8.3m-26.7-6.4c1.2 2.7 10.1 17.3 26 11.7"
508
- })), _path95 || (_path95 = /* @__PURE__ */ React.createElement("path", {
509
- fill: "#e8a30e",
510
- stroke: "#000",
511
- strokeWidth: .1,
512
- d: "m256.2 224-.7 6c-.2 4.4-.1 7.7.1 9.8 0 .2.9 5.5.6 5.8-1 1.1-1.1 1.2-2.2.4-.1-.2.5-5.6.5-6.3l.4-9.9c0-1 1-6.4 1-6.4s0-1.2.3.5"
513
- })), _path96 || (_path96 = /* @__PURE__ */ React.createElement("path", {
514
- fill: "none",
515
- stroke: "#000",
516
- strokeWidth: .1,
517
- d: "m256.2 224-.7 6c-.2 4.4-.1 7.7.1 9.8l.7 5.8c-1 1.1-1.2 1.6-2.3.7-.1-.2.5-5.9.5-6.6l.4-9.9c0-1 1-6.4 1-6.4s0-1.2.3.5z"
518
- })), _path97 || (_path97 = /* @__PURE__ */ React.createElement("path", {
519
- fill: "#f7e214",
520
- stroke: "#000",
521
- strokeWidth: .1,
522
- d: "M256 222.2s-1 6-1.2 9.6l-.3 7.9-.5 4.5c-.1.7.1.2 0 .2-.9.5-1.5.1-2-.3-.2-.1 1.4-3.8 1.4-4.5.9-10.8 2.4-17 2.4-17s-.6 3.7.3-.4"
523
- })), _path98 || (_path98 = /* @__PURE__ */ React.createElement("path", {
524
- fill: "#e8a30e",
525
- stroke: "#000",
526
- strokeWidth: .1,
527
- d: "M256 222.2s-1 6-1.2 9.6l-.3 7.9-.5 4.5c-.1.7.1.2 0 .2-.9.5-1.5.1-2-.3-.1-.1 1.4-3.8 1.5-4.5.8-10.8 2.3-17.1 2.3-17.1s-.6 3.8.3-.3zm-.4 17.3s-1 .4-1 .2m0-1.3s.7 0 .8-.2m0-1s-.6.3-.8 0m.8-1.6h-.6m.6-1.5h-.6m.5-2.1s-.3.1-.4-.1m.5-1.7h-.5m-.5 9.5s-.9.2-1-.1m1.1-2s-.9.1-1-.1m1-1.3h-.7m.9-1.5h-.7m.7-1.7h-.5m.7-1.5h-.6m.6-1.7s-.4.3-.4 0m0 9s-.9 0-.9-.3m12.8-19.8-.7 6a63.4 63.4 0 0 0 0 9.8c0 .3 1 5.5.7 5.8-1 1.2-1.1 1.3-2.2.4-.1-.1.5-5.5.5-6.3l.4-9.8c0-1.1 1-6.5 1-6.5s0-1.1.3.6"
528
- })), _path99 || (_path99 = /* @__PURE__ */ React.createElement("path", {
529
- fill: "none",
530
- stroke: "#000",
531
- strokeWidth: .1,
532
- d: "m266.4 218.7-.7 6a73 73 0 0 0 .1 9.8l.7 5.8c-1 1.2-1.2 1.6-2.3.7-.1-.1.5-5.8.5-6.6l.4-9.8c0-1.1 1-6.5 1-6.5s0-1.1.3.6z"
533
- })), _path100 || (_path100 = /* @__PURE__ */ React.createElement("path", {
534
- fill: "#e8a30e",
535
- stroke: "#000",
536
- strokeWidth: .1,
537
- d: "M266.3 217s-1.2 6-1.3 9.5l-.3 8-.5 4.4v.3c-.9.5-1.5 0-2-.4-.2 0 1.4-3.7 1.4-4.5a127 127 0 0 1 2.4-17l.3-.4"
538
- })), _path101 || (_path101 = /* @__PURE__ */ React.createElement("path", {
539
- fill: "none",
540
- stroke: "#000",
541
- strokeWidth: .1,
542
- d: "M266.3 217s-1.2 6-1.3 9.5l-.3 8-.5 4.4v.3c-.9.5-1.5 0-2-.4-.2 0 1.4-3.7 1.4-4.5.9-10.8 2.4-17 2.4-17zm-.5 17.2s-1 .5-1 .2m0-1.2s.7 0 .8-.3m0-1s-.6.4-.8.1m.7-1.7h-.5m.6-1.5h-.6m.5-2s-.4 0-.4-.2m.5-1.7h-.5m-.5 9.6s-.9.1-1-.2m1.1-1.9s-.9 0-1-.2m1-1.3h-.7m.9-1.4h-.7m.7-1.7-.5-.1m.7-1.4-.6-.1m.6-1.6s-.4.2-.4 0m0 9s-.9 0-.9-.4"
543
- })), _path102 || (_path102 = /* @__PURE__ */ React.createElement("path", {
544
- fill: "#e8a30e",
545
- stroke: "#000",
546
- strokeWidth: .1,
547
- d: "M274.3 211.3s.5 5.1.2 8c-.3 3.5-.3 4.5-.6 6.6v3.9c.8.5 1.5.2 2 0 .3-.1-1-3.3-1-4 .5-8.9-.4-14.3-.4-14.3l-.2-.2"
548
- })), _path103 || (_path103 = /* @__PURE__ */ React.createElement("path", {
549
- fill: "#e8a30e",
550
- stroke: "#000",
551
- strokeWidth: .1,
552
- d: "M274.3 211.3s.5 5.1.2 8c-.3 3.5-.3 4.5-.6 6.6v3.8c0 .5-.1 0 0 .1.8.5 1.4.2 2 0 .2-.1-1-3.3-1-4 .5-9-.4-14.3-.4-14.3zm-.3 14.6s.9.2 1 0m-.8-1.7s.9.2 1 0m-1-1.2h.9m-.8-1.2h.7m-.5-1.4h.5m-.5-1.3h.5m-.4-1.4s.4.2.4 0m-1 7.4s1 .1 1-.1"
553
- })), _path104 || (_path104 = /* @__PURE__ */ React.createElement("path", {
554
- fill: "#005000",
555
- stroke: "#000",
556
- strokeWidth: .1,
557
- d: "M306 221.7h.8z"
558
- })), _path105 || (_path105 = /* @__PURE__ */ React.createElement("path", {
559
- fill: "#fff",
560
- fillRule: "evenodd",
561
- stroke: "#000",
562
- strokeWidth: .1,
563
- d: "M316.7 256.4s-.3-.2-.4 0l.1.2zm-1 1.1 2.1-.1"
564
- })), _path106 || (_path106 = /* @__PURE__ */ React.createElement("path", {
565
- fill: "#e8a30e",
566
- fillRule: "evenodd",
567
- stroke: "#000",
568
- strokeWidth: .1,
569
- d: "M292.2 284.2c-.2 3-7.4 6.6-12.7.1-5.7-4.5-4.5-11.4 0-12.3l54.7-53.3c2.2-1.2 2.4-2.3 3.5-3.5 2.3 2.5 7 6.8 9.6 9-1.6 1.2-2.9 2.5-3.2 3.5z"
570
- })), _path107 || (_path107 = /* @__PURE__ */ React.createElement("path", {
571
- fill: "#e7e7e7",
572
- fillRule: "evenodd",
573
- stroke: "#000",
574
- strokeLinejoin: "round",
575
- strokeWidth: .1,
576
- d: "M337.8 215c2.6-3.5 12.8 5.8 10 8.7-2.6 2.8-12.4-5-10-8.6z"
577
- })), _path108 || (_path108 = /* @__PURE__ */ React.createElement("path", {
578
- fill: "#cccccf",
579
- fillRule: "evenodd",
580
- stroke: "#000",
581
- strokeWidth: .1,
582
- d: "M347 223c-2 1.4-9.3-4.8-8.1-7.2 2-2.2 10.1 5.7 8 7.2z"
583
- })), _path109 || (_path109 = /* @__PURE__ */ React.createElement("path", {
584
- fill: "none",
585
- stroke: "#000",
586
- strokeWidth: .1,
587
- d: "M344 227.9a15.8 15.8 0 0 1-9.9-9m-23 44.8a16.3 16.3 0 0 1-11.4-11.6m9.1 14.3a16.3 16.3 0 0 1-11.4-11.6m-2.1 25.8c-5.8-1.8-10.4-6-12.2-12.1m9.8 14.8a18 18 0 0 1-12.3-12.2"
588
- })), _path110 || (_path110 = /* @__PURE__ */ React.createElement("path", {
589
- fill: "none",
590
- stroke: "#000",
591
- strokeLinecap: "round",
592
- strokeWidth: .1,
593
- d: "M279.4 285c-.3 1.4-1 1.8-2.1 1.4m13.7-2c-2.1 3.5-4.5 2.4-6.5 2.5"
594
- })), _path111 || (_path111 = /* @__PURE__ */ React.createElement("path", {
595
- fill: "#e8a30e",
596
- stroke: "#000",
597
- strokeWidth: .1,
598
- d: "M276.4 285.2c0 1 .8 1.6 1.7 1.6a1.7 1.7 0 0 0 1.7-1.6c0-1-.7-1.6-1.7-1.6s-1.7 1-1.7 1.9"
599
- })), _path112 || (_path112 = /* @__PURE__ */ React.createElement("path", {
600
- fill: "none",
601
- stroke: "#000",
602
- strokeLinecap: "round",
603
- strokeWidth: .1,
604
- d: "M279.5 284.9c-.3 1.3-1 1.7-2 1.3m13.5-1.7c-2.1 3.4-4.5 2.3-6.5 2.4"
605
- })), _path113 || (_path113 = /* @__PURE__ */ React.createElement("path", {
606
- fill: "#007934",
607
- fillRule: "evenodd",
608
- stroke: "#000",
609
- strokeWidth: .1,
610
- d: "m331.8 290.3 1 9-1.8-2.2c-.3-.6-1.5-2.1-1.8-7.4 0 0 1-2.9 1.4-2.9.7-.4 1.2 3.5 1.2 3.5zm-2.2-20.1 2.7 15.8c0 .5-1.3 1.6-2.1-1.2l-1.5-10.5z"
611
- })), _path114 || (_path114 = /* @__PURE__ */ React.createElement("path", {
612
- fill: "#d52b1e",
613
- fillRule: "evenodd",
614
- stroke: "#000",
615
- strokeWidth: .1,
616
- d: "m324.1 284.6 1.4-2 .4 3.1s-2 1.5-1.7 4.3l-.4-.6-.2-1s-.5-2-.5-3.1c0 0 .5-.2 1-.7z"
617
- })), _path115 || (_path115 = /* @__PURE__ */ React.createElement("path", {
618
- fill: "#ffe000",
619
- fillRule: "evenodd",
620
- stroke: "#000",
621
- strokeWidth: .1,
622
- d: "M332.8 299.4s-3.4-3-3.6-9.7l-.4-1.9s0 1.5-.8.4c-.6-1.5-.6-2.8-.6-2.8s-1.2-1.6-1.6.3l1.2 9.6.3 2s.7-1 1.4.1c.7 1.2 1.8 2.7 4 2zm-4.1-25.1 1.5 10.5s-1.2.6-1.4 3c-.1 1.2-.6.6-.8.4-.2-.8 0-2.3 0-2.3l-.6-7.3s1.2-3.4 1.3-4.3z"
623
- })), _path116 || (_path116 = /* @__PURE__ */ React.createElement("path", {
624
- fill: "#ffe000",
625
- fillRule: "evenodd",
626
- stroke: "#000",
627
- strokeWidth: .1,
628
- d: "m329.9 298.8.2 2.6s-1 0-1.7-1.2c-.8-1.1-1-2.8-1-2.8s.7-1.1 1.3 0c.5 1 1.2 1.4 1.2 1.4zm-1.8-10.6a6 6 0 0 1-.7-2.8l.7.5c-.2 1.2 0 2.3 0 2.3z"
629
- })), _path117 || (_path117 = /* @__PURE__ */ React.createElement("path", {
630
- fill: "#d52b1e",
631
- fillRule: "evenodd",
632
- stroke: "#000",
633
- strokeWidth: .1,
634
- d: "M324.8 287.1a4.4 4.4 0 0 1 1.2-1.5l1.5 12s.4 3 2.3 3.7c0 0-1.1 10.3-4.5 7.5-.4-.4-1-3.6-.9-5.5l.9-6a27 27 0 0 0-.5-4.7 31 31 0 0 0-.6-2.6c-.2-.2 0-1.8.5-2.9z"
635
- })), _path118 || (_path118 = /* @__PURE__ */ React.createElement("path", {
636
- fill: "#d52b1e",
637
- fillRule: "evenodd",
638
- stroke: "#000",
639
- strokeWidth: .1,
640
- d: "m323.1 285.3-1 1c-.3 0 2.3 19.3 2.3 19.3s0-2 .7-6c.6-3.2-.2-7.5-.9-9.6 0 0-.8-.5-1-4.7z"
641
- })), _path119 || (_path119 = /* @__PURE__ */ React.createElement("path", {
642
- fill: "#f7e214",
643
- fillRule: "evenodd",
644
- stroke: "#000",
645
- strokeWidth: .1,
646
- d: "m327.4 278.8.7 7.1s-1.8-2.4-2.2-.2l-.4-3.2s1.5-2.4 2-3.7z"
647
- })), _path120 || (_path120 = /* @__PURE__ */ React.createElement("path", {
648
- fill: "#007934",
649
- fillRule: "evenodd",
650
- stroke: "#000",
651
- strokeWidth: .1,
652
- d: "M328.7 287.8s.6-6.1 3.6-1.8c0 0 .2 2.4 0 3 0 .8-.9 1.8-1.2 2.3-.7 1-1.3-.2-1.3-.2s-.7-1-1-3.3z"
653
- })), _path121 || (_path121 = /* @__PURE__ */ React.createElement("path", {
654
- fill: "#d52b1e",
655
- stroke: "#000",
656
- strokeWidth: .1,
657
- d: "M352.2 237c.1-3.5 1.2-9.3 1.3-13.3l12-12.2s1.4 9.9 5.8 15.5l-19 10"
658
- })), _path122 || (_path122 = /* @__PURE__ */ React.createElement("path", {
659
- fill: "#ffe000",
660
- stroke: "#000",
661
- strokeWidth: .1,
662
- d: "M351.3 237.3c-.5-2.4-1-5-1.5-10.2l7.7-7.6c0 3.2 3.6 8.1 3.9 14"
663
- })), _path123 || (_path123 = /* @__PURE__ */ React.createElement("path", {
664
- fill: "#007934",
665
- stroke: "#000",
666
- strokeWidth: .1,
667
- d: "M344.7 244.7c-1-4.3 1.3-4.8-2-10.8l7.2-6.8c1.3 4 2.2 6.6 2 10l-6 4.4"
668
- })), _path124 || (_path124 = /* @__PURE__ */ React.createElement("path", {
669
- fill: "#d52b1e",
670
- stroke: "#000",
671
- strokeWidth: .1,
672
- d: "M372.4 270c1.5-4.2-.5-12.7-.2-18 .1-3.5-2.5-16.7-2.4-20.6l14.1-8.8s.6 14.3 2.3 29.9c1.4 8 1.4 15.3.4 21.5-1.5 8.7-3 12.2-6.5 15.9-6.3 6.5-19.7 2.7-19.7 2.7-11.3-2.3-17.8-9.4-17.8-9.4s3.7.8 9.6 1.4c13-.9 18.2 2.4 18.6-11"
673
- })), _path125 || (_path125 = /* @__PURE__ */ React.createElement("path", {
674
- fill: "#f7e214",
675
- stroke: "#000",
676
- strokeWidth: .1,
677
- d: "m334.6 278.8-.2-.1 5.9 1.9 8 .6c17.2.4 15-10.3 14.3-27.5-.1-6.6-1.4-14.8-1-17.7l11.5-6.6c3.8 10.6 2.6 18 3.3 23.5.4 6 1.7 17.4-.2 22.4-2.7 11.6-11.8 11.2-24.2 10.1-6.1-.5-9.4-2-9.4-2l-8-4.6"
678
- })), _path126 || (_path126 = /* @__PURE__ */ React.createElement("path", {
679
- fill: "#007a3d",
680
- stroke: "#000",
681
- strokeWidth: .1,
682
- d: "M334.4 278.5a34.4 34.4 0 0 0 6 2.2l8 .8c12.5 1 19.8-7.7 18.2-27.6 0-7-.2-10.2-2.6-19.5l-7 4v.7c.5 2 1.5 7 1.5 9.2 0 16-10.1 28.2-23.9 30.3h-.2"
683
- })), _path127 || (_path127 = /* @__PURE__ */ React.createElement("path", {
684
- fill: "none",
685
- stroke: "#000",
686
- strokeWidth: .1,
687
- d: "M380 230.6c-1 2-8 12.5-12 14.5m11-7.6c-1.3 2-9.8 14-13.6 14.6m15.5 3.6c-2 2.4-4 7-9.7 10m7 3.3c-4 3.7-13.6 11.6-23 12m23-6c-2 2.3-6.2 13.3-24 8.3m26.7-6.3c-1.2 2.6-10.1 17.3-26 11.6"
688
- })), _path128 || (_path128 = /* @__PURE__ */ React.createElement("path", {
689
- fill: "#d52b1e",
690
- stroke: "#000",
691
- strokeWidth: .1,
692
- d: "M362.3 264.8c1.4-4.3-.6-12.7-.4-18.1.2-3.5-1.4-15.5-1.4-19.5l13.2-9.9s.6 14.3 2.3 30a84 84 0 0 1 1.5 23.9c-1.8 10-6.6 12.8-7.5 13.6-6.7 6-22 5.4-23.5 4.9-10.8-4-15.6-10.8-15.6-10.8s5.2-.1 11.1.5c13-1 19.7-.4 20.1-13.8"
693
- })), _path129 || (_path129 = /* @__PURE__ */ React.createElement("path", {
694
- fill: "#ffe000",
695
- stroke: "#000",
696
- strokeWidth: .1,
697
- d: "M324.4 273.5h-.2l5.9 1.8 8 .6c17.2.5 15-10.2 14.3-27.5-.1-6.5-.3-12.4 0-15.3l10.3-7.6c3.8 10.7 2.8 16.7 3.5 22.2.4 5.8 1.7 17.3-.2 22.3-2.7 11.7-11.8 11.2-24.2 10.2-6.1-.5-9.4-2.1-9.4-2.1l-8-4.6"
698
- })), _path130 || (_path130 = /* @__PURE__ */ React.createElement("path", {
699
- fill: "#007934",
700
- stroke: "#000",
701
- strokeWidth: .1,
702
- d: "M324.1 273.4a34.4 34.4 0 0 0 6 2.1l8 .8c12.5 1 19.8-7.7 18.2-27.6 0-7 .3-7.5-2.2-16.9-3.8 2.5-11.1 8.8-11.1 8.8s2 2.8 1.5 6.7c0 16-6.4 24-20.2 26.1l-1.5-13"
703
- })), _path131 || (_path131 = /* @__PURE__ */ React.createElement("path", {
704
- fill: "none",
705
- stroke: "#000",
706
- strokeWidth: .1,
707
- d: "M369.9 225.3c-1.2 2-8.1 12.6-12 14.6m10.8-7.7c-1.2 2-9.7 14-13.5 14.7m15.5 3.6c-2 2.3-4 7-9.7 10m7 3.3c-4 3.6-13.6 11.6-23 12m23-6c-2 2.3-6.2 13.2-24 8.3m26.7-6.4c-1.2 2.7-10.1 17.3-26 11.7"
708
- })), _path132 || (_path132 = /* @__PURE__ */ React.createElement("path", {
709
- fill: "#f7e214",
710
- stroke: "#000",
711
- strokeWidth: .1,
712
- d: "m383.8 224 .7 6c.2 4.4.1 7.7-.1 9.8 0 .2-.8 5.5-.6 5.8 1 1.1 1.1 1.2 2.2.4.1-.2-.5-5.6-.5-6.3l-.4-9.9c0-1-1-6.4-1-6.4s0-1.2-.3.5"
713
- })), _path133 || (_path133 = /* @__PURE__ */ React.createElement("path", {
714
- fill: "#e8a30e",
715
- stroke: "#000",
716
- strokeWidth: .1,
717
- d: "m383.8 224 .7 6c.2 4.4.1 7.7-.1 9.8l-.7 5.8c1 1.1 1.2 1.6 2.3.7.1-.2-.5-5.9-.5-6.6l-.4-9.9c0-1-1-6.4-1-6.4s0-1.2-.3.5z"
718
- })), _path134 || (_path134 = /* @__PURE__ */ React.createElement("path", {
719
- fill: "#f7e214",
720
- stroke: "#000",
721
- strokeWidth: .1,
722
- d: "M384 222.2s1 6 1.2 9.6l.3 7.9.5 4.5c.1.7 0 .2 0 .2.9.5 1.5.1 2-.3.2-.1-1.4-3.8-1.4-4.5-.9-10.8-2.4-17-2.4-17s.6 3.7-.3-.4"
723
- })), _path135 || (_path135 = /* @__PURE__ */ React.createElement("path", {
724
- fill: "#e8a30e",
725
- stroke: "#000",
726
- strokeWidth: .1,
727
- d: "M384 222.2s1 6 1.2 9.6l.3 7.9.5 4.5c.1.7-.1.2 0 .2.9.5 1.5.1 2-.3.2-.1-1.4-3.8-1.4-4.5-.9-10.8-2.4-17.1-2.4-17.1s.6 3.8-.3-.3zm.4 17.3s1 .4 1 .2m0-1.3s-.7 0-.8-.2m0-1s.6.3.8 0m-.7-1.6h.5m-.6-1.5h.6m-.5-2.1s.4.1.4-.1m-.5-1.7h.5m.5 9.5s.9.2 1-.1m-1.1-2s.9.1 1-.1m-1-1.3h.7m-.9-1.5h.7m-.7-1.7h.5m-.7-1.5h.6m-.6-1.7s.4.3.4 0m0 9s.9 0 .9-.3"
728
- })), _path136 || (_path136 = /* @__PURE__ */ React.createElement("path", {
729
- fill: "#f7e214",
730
- stroke: "#000",
731
- strokeWidth: .1,
732
- d: "m373.6 218.7.7 6a73 73 0 0 1-.1 9.8c0 .3-.8 5.5-.6 5.8 1 1.2 1.1 1.3 2.2.4.1-.1-.5-5.5-.5-6.3l-.4-9.8c0-1.1-1-6.5-1-6.5s0-1.1-.3.6"
733
- })), _path137 || (_path137 = /* @__PURE__ */ React.createElement("path", {
734
- fill: "#e8a30e",
735
- stroke: "#000",
736
- strokeWidth: .1,
737
- d: "m373.6 218.7.7 6a73 73 0 0 1-.1 9.8l-.7 5.8c1 1.2 1.2 1.6 2.3.7.1-.1-.5-5.8-.5-6.6l-.4-9.8c0-1.1-1-6.5-1-6.5s0-1.1-.3.6z"
738
- })), _path138 || (_path138 = /* @__PURE__ */ React.createElement("path", {
739
- fill: "#f7e214",
740
- stroke: "#000",
741
- strokeWidth: .1,
742
- d: "M373.7 217s1.2 6 1.3 9.5l.3 8 .5 4.4v.3c.9.5 1.5 0 2-.4.2 0-1.4-3.7-1.4-4.5a127 127 0 0 0-2.4-17l-.3-.4"
743
- })), _path139 || (_path139 = /* @__PURE__ */ React.createElement("path", {
744
- fill: "#e8a30e",
745
- stroke: "#000",
746
- strokeWidth: .1,
747
- d: "M373.7 217s1.2 6 1.3 9.5l.3 8 .5 4.4v.3c.9.5 1.5 0 2-.4.2 0-1.4-3.7-1.4-4.5-.9-10.8-2.4-17-2.4-17zm.5 17.2s1 .5 1 .2m0-1.2s-.7 0-.8-.3m0-1s.6.4.8.1m-.7-1.7h.5m-.6-1.5h.6m-.5-2s.4 0 .4-.2m-.5-1.7h.5m.5 9.6s.9.1 1-.2m-1.1-1.9s.9 0 1-.2m-1-1.3h.7m-.9-1.4h.7m-.7-1.7.5-.1m-.7-1.4.6-.1m-.6-1.6s.4.2.4 0m0 9s.9 0 .9-.4m-10.5-22s-.5 5.2-.2 8.1c.3 3.5.3 4.5.6 6.6v3.9c-.8.5-1.4.2-2 0-.2-.1 1-3.3 1-4-.5-8.9.4-14.3.4-14.3l.2-.2"
748
- })), _path140 || (_path140 = /* @__PURE__ */ React.createElement("path", {
749
- fill: "#e8a30e",
750
- stroke: "#000",
751
- strokeWidth: .1,
752
- d: "M365.7 211.3s-.5 5.1-.2 8c.3 3.5.3 4.5.6 6.6v3.8c0 .5.1 0 0 .1-.8.5-1.4.2-2 0-.2-.1 1-3.3 1-4-.5-9 .4-14.3.4-14.3zm.3 14.6s-.9.2-1 0m.8-1.7s-.9.2-1 0m1-1.2h-.9m.8-1.2h-.7m.5-1.4h-.5m.5-1.3h-.5m.4-1.4s-.4.2-.4 0m1 7.4s-1 .1-1-.1"
753
- })), _path141 || (_path141 = /* @__PURE__ */ React.createElement("path", {
754
- fill: "#005000",
755
- stroke: "#000",
756
- strokeWidth: .1,
757
- d: "M334 221.7h-.8z"
758
- })), _path142 || (_path142 = /* @__PURE__ */ React.createElement("path", {
759
- fill: "#fff",
760
- fillRule: "evenodd",
761
- stroke: "#000",
762
- strokeWidth: .1,
763
- d: "M323.3 256.4s.3-.2.4 0l-.1.2zm1 1.1-2.1-.1"
764
- })), _path143 || (_path143 = /* @__PURE__ */ React.createElement("path", {
765
- fill: "#d52b1e",
766
- stroke: "#000",
767
- strokeWidth: .1,
768
- d: "M291.7 215.5c0-2.1 2-3.3 2.2-3.6 1-.6 1.7-1.2 3.7-1.5l.2.9c0 .3-.5 1.6-2 2.7a11.5 11.5 0 0 1-4.1 1.5z"
769
- })), _path144 || (_path144 = /* @__PURE__ */ React.createElement("path", {
770
- fill: "#a05a2c",
771
- fillRule: "evenodd",
772
- stroke: "#000",
773
- strokeWidth: .1,
774
- d: "m291.6 214.7 29.7 38.4 1.4-1.3-30.2-39.1z"
775
- })), _path145 || (_path145 = /* @__PURE__ */ React.createElement("path", {
776
- fill: "#d52b1e",
777
- stroke: "#000",
778
- strokeWidth: .1,
779
- d: "M291.2 207.2s3.2-.4 2.8-2.2c-.5-1.8-2.6-1.8-3.5-1.9-1 0-4 .7-4.8 1.5-.9 1-2.7 2.5-2.1 5s1.3 4.4 2.3 6c.9 1.6.7 3.2.4 3.9 0 .3-.4 1.3.4 1.6 1.2.5 1.5.5 2.5-.6s2.5-3 2.5-5c0-2.1 2-3.3 2.2-3.6 1-.6 1.7-1.2 3.7-1.5 0 0-.7-1.2-1.8-1-1.1 0-3.4-1-4.6-2.2z"
780
- })), _path146 || (_path146 = /* @__PURE__ */ React.createElement("path", {
781
- fill: "none",
782
- stroke: "#000",
783
- strokeWidth: .1,
784
- d: "M291.2 207.2s3.2-.4 2.8-2.2c-.5-1.8-2.6-1.8-3.5-1.9-1 0-4 .7-4.8 1.5-.9 1-2.7 2.5-2.1 5s1.3 4.4 2.3 6c.9 1.6.7 3.2.4 3.9 0 .3-.4 1.3.4 1.6 1.2.5 1.5.5 2.5-.6s2.5-3 2.5-5c0-2.1 2-3.3 2.2-3.6 1-.6 1.7-1.2 3.7-1.5 0 0-.7-1.2-1.8-1-1.1 0-3.4-1-4.6-2.2z"
785
- })), _path147 || (_path147 = /* @__PURE__ */ React.createElement("path", {
786
- fill: "none",
787
- stroke: "#000",
788
- strokeWidth: .1,
789
- d: "M291.2 207.2c-.4 0-1.7-.6-2.6-.3-.9.4-2.7 1.4-2.4 3m10.4-.3s-1.8.8-3.1 1.7c-.6.3-2.4 2-3.5 3.2-1 1-1.3 2.4-3.5 3.9m9-9-1.4 1c-.7.3-.9.9-1.2 1.3"
790
- })), _path148 || (_path148 = /* @__PURE__ */ React.createElement("path", {
791
- fill: "#e8a30e",
792
- fillRule: "evenodd",
793
- stroke: "#000",
794
- strokeWidth: .1,
795
- d: "M347.8 284.2c.2 3 7.4 6.6 12.7.1 5.7-4.5 4.5-11.4 0-12.3l-54.7-53.3c-2.2-1.2-2.4-2.3-3.5-3.5a133 133 0 0 1-9.6 9 9.9 9.9 0 0 1 3.2 3.5z"
796
- })), _path149 || (_path149 = /* @__PURE__ */ React.createElement("path", {
797
- fill: "#e7e7e7",
798
- fillRule: "evenodd",
799
- stroke: "#000",
800
- strokeLinejoin: "round",
801
- strokeWidth: .1,
802
- d: "M302.2 215c-2.6-3.5-12.8 5.8-10 8.7 2.6 2.8 12.4-5 10-8.6z"
803
- })), _path150 || (_path150 = /* @__PURE__ */ React.createElement("path", {
804
- fill: "#cccccf",
805
- fillRule: "evenodd",
806
- stroke: "#000",
807
- strokeWidth: .1,
808
- d: "M293 223c2 1.4 9.3-4.8 8.1-7.2-2-2.2-10.1 5.7-8 7.2z"
809
- })), _path151 || (_path151 = /* @__PURE__ */ React.createElement("path", {
810
- fill: "none",
811
- stroke: "#000",
812
- strokeWidth: .1,
813
- d: "M296 227.9a16 16 0 0 0 9.9-9m23 44.8c5.7-1.7 9.6-5.5 11.4-11.6m-9.1 14.3c5.7-1.8 9.7-5.5 11.4-11.6m2.1 25.8c5.8-1.8 10.4-6 12.2-12.1m-9.8 14.8a18 18 0 0 0 12.3-12.2"
814
- })), _path152 || (_path152 = /* @__PURE__ */ React.createElement("path", {
815
- fill: "none",
816
- stroke: "#000",
817
- strokeLinecap: "round",
818
- strokeWidth: .1,
819
- d: "M360.6 285c.3 1.4 1 1.8 2.1 1.4m-13.7-2c2.1 3.5 4.5 2.4 6.5 2.5"
820
- })), _path153 || (_path153 = /* @__PURE__ */ React.createElement("path", {
821
- fill: "#e8a30e",
822
- stroke: "#000",
823
- strokeWidth: .1,
824
- d: "M363.6 285.2c0 1-.8 1.6-1.7 1.6a1.7 1.7 0 0 1-1.7-1.6c0-1 .7-1.6 1.7-1.6s1.7 1 1.7 1.9"
825
- })), _path154 || (_path154 = /* @__PURE__ */ React.createElement("path", {
826
- fill: "none",
827
- stroke: "#000",
828
- strokeLinecap: "round",
829
- strokeWidth: .1,
830
- d: "M360.5 284.9c.3 1.3 1 1.7 2 1.3m-13.5-1.7c2.1 3.4 4.5 2.3 6.5 2.4"
831
- })), _path155 || (_path155 = /* @__PURE__ */ React.createElement("path", {
832
- fill: "#007934",
833
- fillRule: "evenodd",
834
- stroke: "#000",
835
- strokeWidth: .1,
836
- d: "M339.6 175.5c1.8 2.9 4.4 8 5.2 12a22.5 22.5 0 0 1-7 20.8c-5.2 4.7-13.3 6-16.7 6.8-3.3.7-5.7 1.8-6.3 2.5 0-.5 0-1 .5-1.6 1.6-.7 4.1-1 7.8-1.8 7.2-1.5 14.8-4.2 19-12.2 5.4-10.3 2.2-18.4-2.5-26.4z"
837
- })), _path156 || (_path156 = /* @__PURE__ */ React.createElement("path", {
838
- fill: "#d52b1e",
839
- stroke: "#000",
840
- strokeWidth: .1,
841
- d: "M341.6 206.2a.4.6 49.9 0 1-.6-.6.4.6 49.9 1 1 .6.6z"
842
- })), _path157 || (_path157 = /* @__PURE__ */ React.createElement("path", {
843
- fill: "#007934",
844
- fillRule: "evenodd",
845
- stroke: "#000",
846
- strokeWidth: .1,
847
- d: "M346.6 205c-1.1.6-2.2.7-3 1a66 66 0 0 0-3.7 1.4c-.8.3-1.6 1.3-1.6 1.3s1.2 1.3 2.6 1.1c1.2-.1 1.7-.4 2.3-.7s.6-.6 1.4-1.2c1-.7 1.6-2 2-3zm-5.7 1.1c-.3.6-1.1.5-1.6.5l-.2.2c.6 0 1.5 0 2-.5z"
848
- })), _path158 || (_path158 = /* @__PURE__ */ React.createElement("path", {
849
- fill: "#007934",
850
- fillRule: "evenodd",
851
- stroke: "#000",
852
- strokeWidth: .1,
853
- d: "M346.6 205c-1 1-2.8 2-4.7 2.8a14 14 0 0 1-5 1l-.2.3c1.4-.1 3.4-.4 5-1.1a14.9 14.9 0 0 0 4.9-3zm-2.4 4.6c-2-.1-3 .5-4.8.9-1.7.4-3.7-.5-4.8 1.1 4.4 2.9 7.6 1 9.6-2z"
854
- })), _path159 || (_path159 = /* @__PURE__ */ React.createElement("path", {
855
- fill: "#007934",
856
- fillRule: "evenodd",
857
- stroke: "#000",
858
- strokeWidth: .1,
859
- d: "M340.2 213.6c-.8-.8-8-3.2-9.2-.5 1.7 2 6.8 2.4 9.2.5z"
860
- })), _path160 || (_path160 = /* @__PURE__ */ React.createElement("path", {
861
- fill: "#007934",
862
- fillRule: "evenodd",
863
- stroke: "#000",
864
- strokeWidth: .1,
865
- d: "m338.5 215.5-2.5-.4c-1-.1-1.3-.3-1.9-.4-1-.1-2.3-1.6-6-.5 1.4 3.4 6.4 4 10.4 1.3zm1.6-1.9c-3.8.8-8.3 0-10.1-1l-.3.2a16.3 16.3 0 0 0 10.4.8zm4-4c-2.2 1.5-5.2 2.6-11.4 1.8v.2c8.5.7 9.3-.8 11.4-2z"
866
- })), _path161 || (_path161 = /* @__PURE__ */ React.createElement("path", {
867
- fill: "#007934",
868
- fillRule: "evenodd",
869
- stroke: "#000",
870
- strokeWidth: .1,
871
- d: "M338.5 215.5c-3 .1-4.7 1.4-10.3-1.3l-1.4-.6-.5.2 1.4.4c7 3 6.8 1.6 10.8 1.3z"
872
- })), _path162 || (_path162 = /* @__PURE__ */ React.createElement("path", {
873
- fill: "#d52b1e",
874
- stroke: "#000",
875
- strokeWidth: .1,
876
- d: "M327.3 211.6a.4.6 66.2 1 0 .4.7.4.6 66.2 0 0-.4-.7z"
877
- })), _path163 || (_path163 = /* @__PURE__ */ React.createElement("path", {
878
- fill: "#007934",
879
- fillRule: "evenodd",
880
- stroke: "#000",
881
- strokeWidth: .1,
882
- d: "M327.1 212.3c-.6.1-.8.9-.8 1.3l-.4.2c.2-.6.4-1.4 1.2-1.7z"
883
- })), _path164 || (_path164 = /* @__PURE__ */ React.createElement("path", {
884
- fill: "#d52b1e",
885
- stroke: "#000",
886
- strokeWidth: .1,
887
- d: "M346 186.8a.4.6 15.8 1 1-1-.2.4.6 15.8 0 1 1 .2z"
888
- })), _path165 || (_path165 = /* @__PURE__ */ React.createElement("path", {
889
- fill: "#007934",
890
- fillRule: "evenodd",
891
- stroke: "#000",
892
- strokeWidth: .1,
893
- d: "M341.6 203.2c-.1-2.1-1.1.8-3.2-3.9-.6-1.4-.6-2.2-1-4.3 1.2 1.8 3 2.3 3.8 3.6.7 1.4.5 3.5.4 4.6z"
894
- })), _path166 || (_path166 = /* @__PURE__ */ React.createElement("path", {
895
- fill: "#007934",
896
- fillRule: "evenodd",
897
- stroke: "#000",
898
- strokeWidth: .1,
899
- d: "M337.5 195.2s1 2.4 2.4 4a7.9 7.9 0 0 1 1.8 3.7"
900
- })), _path167 || (_path167 = /* @__PURE__ */ React.createElement("path", {
901
- fill: "#007934",
902
- fillRule: "evenodd",
903
- stroke: "#000",
904
- strokeWidth: .1,
905
- d: "M338.5 197.2c1.3 1.7 3 3.8 3 6h.3c-.3-2.8-2-4.1-3-5.6zm10.8 2.7c-1 .7-2 1-2.7 1.4l-1.4.9c-.4.2-1 .2-1.4.5-.7.5-2 2-2 2s1.3 1.1 2 1c2.4-.5 3.1-1.4 4.3-2.3 1-.8 1-2.5 1.2-3.5z"
906
- })), _path168 || (_path168 = /* @__PURE__ */ React.createElement("path", {
907
- fill: "#007934",
908
- fillRule: "evenodd",
909
- stroke: "#000",
910
- strokeWidth: .1,
911
- d: "m340.7 204.8-.2.4c1.3-.2 3.5-1.5 5-2.2 1.8-1 3-1.7 3.7-3a8.9 8.9 0 0 1-3.9 3c-1.5.7-3.7 2-4.6 1.8zm9.4-9.5c-.8.9-1.7 1.3-2.4 1.8l-1.3 1.1-1.2.8c-.6.6-1.5 2.2-1.5 2.2s.7.7 1.4.4c2.4-.3 3.1-1.4 4-3.5.5-1 1-1.8 1-2.8z"
912
- })), _path169 || (_path169 = /* @__PURE__ */ React.createElement("path", {
913
- fill: "#d52b1e",
914
- stroke: "#000",
915
- strokeWidth: .1,
916
- d: "M341.5 199.4a.6.4 62 1 0 .8-.3.6.4 62 0 0-.8.3z"
917
- })), _path170 || (_path170 = /* @__PURE__ */ React.createElement("path", {
918
- fill: "#007934",
919
- fillRule: "evenodd",
920
- stroke: "#000",
921
- strokeWidth: .1,
922
- d: "m342.5 201.6-.2.3c2.9-1.3 6.6-3.9 7.8-6.5a17.2 17.2 0 0 1-7.6 6.2zm8.3-10.7c-.7 1-1.6 1.4-2.2 2l-1 1.1-1.2.9c-.5.6-1.2 2.2-1.2 2.2s.8.9 1.5.5a12 12 0 0 0 2.1-1.6c.5-.4.6-1.4 1.2-2.2.7-1 .8-1.9.8-2.9z"
923
- })), _path171 || (_path171 = /* @__PURE__ */ React.createElement("path", {
924
- fill: "#007934",
925
- fillRule: "evenodd",
926
- stroke: "#000",
927
- strokeWidth: .1,
928
- d: "M348.7 193.8c-1.4 1.6-3 3.1-4.6 3.8l-.2.4c2.6-1.5 3.7-2.8 4.9-4.1zm1-5.6c-.4 1-1 1.5-1.6 2l-.8 1.2-1 .9-.7 2.1s.6.6 1.2.2a12 12 0 0 0 1.8-1.6c.4-.5.6-1.4 1-2.2a4 4 0 0 0 .2-2.6zm-4.3-1.1-.5 1.6v-.4c0-.4.2-.9.4-1.3z"
929
- })), _path172 || (_path172 = /* @__PURE__ */ React.createElement("path", {
930
- fill: "#007934",
931
- fillRule: "evenodd",
932
- stroke: "#000",
933
- strokeWidth: .1,
934
- d: "M348.4 191a13 13 0 0 1-3.8 4v.3c2.2-1.6 3-3 3.8-4.2zm-5.6 10c-.2-.6-.3-1-.6-1.4.2.5.4 1 .4 1.6l.1-.3z"
935
- })), _path173 || (_path173 = /* @__PURE__ */ React.createElement("path", {
936
- fill: "#d52b1e",
937
- stroke: "#000",
938
- strokeWidth: .1,
939
- d: "M341.9 181.3a.4.3 39.5 0 1-.5.5.4.3 39.5 0 1 .5-.5z"
940
- })), _path174 || (_path174 = /* @__PURE__ */ React.createElement("path", {
941
- fill: "#007934",
942
- fillRule: "evenodd",
943
- stroke: "#000",
944
- strokeWidth: .1,
945
- d: "m343.1 182.5-1.2-.8 1.3 1v-.2zm5.6.4c-1.2 2.4-3.9 4-2.8 7.5 2.8 2.6 3-4.5 2.8-7.5z"
946
- })), _path175 || (_path175 = /* @__PURE__ */ React.createElement("path", {
947
- fill: "#007934",
948
- fillRule: "evenodd",
949
- stroke: "#000",
950
- strokeWidth: .1,
951
- d: "M346.1 177.7c-.5 2.4-2.6 4.4-1.2 7.6 4 1 2-4.3 1.2-7.6z"
952
- })), _path176 || (_path176 = /* @__PURE__ */ React.createElement("path", {
953
- fill: "#007934",
954
- fillRule: "evenodd",
955
- stroke: "#000",
956
- strokeWidth: .1,
957
- d: "M343.7 174c2 3.7 2.5 5.9.2 8.3 0 0-1.3-1.1-1.6-3.3-.2-1.8 1.2-4 1.4-5z"
958
- })), _path177 || (_path177 = /* @__PURE__ */ React.createElement("path", {
959
- fill: "#007934",
960
- fillRule: "evenodd",
961
- stroke: "#000",
962
- strokeWidth: .1,
963
- d: "M340.4 171.8c.5 2.4-1.5 3.5 1.4 6.5 2.1-2.4 1.1-3-1.4-6.5z"
964
- })), _path178 || (_path178 = /* @__PURE__ */ React.createElement("path", {
965
- fill: "#007934",
966
- fillRule: "evenodd",
967
- stroke: "#000",
968
- strokeWidth: .1,
969
- d: "M339.6 176c-3.3.3-2-2.6-3-5.3 2 1.5 4.7 2.1 3 5.3zm2.2 4.4c-1-4.4-4-2.6-5.6-4.6.9 2.9 2.1 4.8 5.6 4.6zm1.4 4.1c-2.6-.1-4.8-1.4-6.2-4.4 2.7 1.2 5.7 1.4 6.2 4.4z"
970
- })), _path179 || (_path179 = /* @__PURE__ */ React.createElement("path", {
971
- fill: "#007934",
972
- fillRule: "evenodd",
973
- stroke: "#000",
974
- strokeWidth: .1,
975
- d: "M343.6 188.3c-1-1.2-1-2-1.5-2.7a9 9 0 0 0-3-3.7c0 3 .4 6.5 4.5 6.4z"
976
- })), _path180 || (_path180 = /* @__PURE__ */ React.createElement("path", {
977
- fill: "#007934",
978
- fillRule: "evenodd",
979
- stroke: "#000",
980
- strokeWidth: .1,
981
- d: "M344.2 191.6a20 20 0 0 0-5.6-5.7c1 2.2.6 6.3 5.6 5.7z"
982
- })), _path181 || (_path181 = /* @__PURE__ */ React.createElement("path", {
983
- fill: "#007934",
984
- fillRule: "evenodd",
985
- stroke: "#000",
986
- strokeWidth: .1,
987
- d: "M343.7 196c-5-.1-4.5-4.8-4.5-7 .9 1.4 2 2.5 2.8 3.5.9 1 1.8 2.2 1.7 3.5z"
988
- })), _path182 || (_path182 = /* @__PURE__ */ React.createElement("path", {
989
- fill: "#007934",
990
- fillRule: "evenodd",
991
- stroke: "#000",
992
- strokeWidth: .1,
993
- d: "M343.1 198.8c-.4-1 0-1.4-1-2.3-1-1-2.8-2.7-3.7-4.6-.1 1.7-.2 4.4 1.2 5.3 1 .7 2 .9 3.5 1.6zm-4.3 7.3c-3.9-3-1.6-5.6-1.2-7.9 1 2.6 3.7 4.8 1.2 7.9zm1.6-29.2c-1.3-2.3-2-3.6-3.7-6 2 2.7 2.8 4.5 3.9 6.4"
994
- })), _path183 || (_path183 = /* @__PURE__ */ React.createElement("path", {
995
- fill: "#007934",
996
- fillRule: "evenodd",
997
- stroke: "#000",
998
- strokeWidth: .1,
999
- d: "M338.9 206.8c.1-3-.7-5.7-1.3-8.5.5 3 1.3 6 1 8.8zm4.6-7.4c-.4-1.8-4.1-3-5-7.5.7 4.4 4.5 5.5 4.8 8zm.8-2.5-.1.5c-.6-3-4-4.4-5-8.4 1.5 4.3 4.3 4.9 5.1 7.9zm.7-4.4c-1.7-2.6-4.1-3.6-6.4-6.7 2.1 3 4.8 4.4 6.4 7zm0-3.5c-2-.8-3.9-3-6-7.1 1.4 3 3 5.8 6 7.6zm-1-4c-2.1-1.7-5-2.8-7-4.9 1.7 2 5 3.3 7.1 5.2v-.3zm-1.6-4.3c-2.2-1.5-4.4-2-6.2-4.8 1.5 2.8 3.8 3.5 6.3 5zm6.3 2.2c-.8 3.1-1.5 6.3-3.6 8.4v-.4c1-.5 2.5-3.7 3.6-8zm-2.6-5.1c-.1 3.2 0 6.5-1.7 8.3l-.1-.3c1.6-1.4 1.5-5 1.8-8zm-2.2-3.6c.5 2.8.6 5.3-.2 9.5l-.1-.3c.4-2.4 1-5 .3-9.2zm-3.4-2.3c1.1 2.4 2 4.8 1.2 7.4l-.2-.3c.9-2.4-.1-4.7-1-7zm-4.4 31.2c1.4 3.2-.4 5.6-2.5 7-1.6-4.7 1.8-4.2 2.5-7z"
1000
- })), _path184 || (_path184 = /* @__PURE__ */ React.createElement("path", {
1001
- fill: "#007934",
1002
- fillRule: "evenodd",
1003
- stroke: "#000",
1004
- strokeWidth: .1,
1005
- d: "M336.2 203.1c.2 2-2 4.2-2.6 7.6l-.3.2c1-4 3-5.6 2.9-7.8z"
1006
- })), _path185 || (_path185 = /* @__PURE__ */ React.createElement("path", {
1007
- fill: "#d52b1e",
1008
- stroke: "#000",
1009
- strokeWidth: .1,
1010
- d: "M343.7 181.2a.3.4 1.9 1 1-.6-.1.3.4 1.9 0 1 .6.1z"
1011
- })), _path186 || (_path186 = /* @__PURE__ */ React.createElement("path", {
1012
- fill: "#007934",
1013
- fillRule: "evenodd",
1014
- stroke: "#000",
1015
- strokeWidth: .1,
1016
- d: "M343.5 183v-1.6h-.2v1.7z"
1017
- })), _path187 || (_path187 = /* @__PURE__ */ React.createElement("path", {
1018
- fill: "#d52b1e",
1019
- stroke: "#000",
1020
- strokeWidth: .1,
1021
- d: "M342.8 180.9a.3.4 2 0 1-.5.2.3.4 2 0 1 .5-.2z"
1022
- })), _path188 || (_path188 = /* @__PURE__ */ React.createElement("path", {
1023
- fill: "#007934",
1024
- fillRule: "evenodd",
1025
- stroke: "#000",
1026
- strokeWidth: .1,
1027
- d: "m343.2 182.3-.5-1.1.4 1.4v-.2z"
1028
- })), _path189 || (_path189 = /* @__PURE__ */ React.createElement("path", {
1029
- fill: "#d52b1e",
1030
- stroke: "#000",
1031
- strokeWidth: .1,
1032
- d: "M344.7 186.9a.4.3 80.5 1 1-.7 0 .4.3 80.5 0 1 .7 0z"
1033
- })), _path190 || (_path190 = /* @__PURE__ */ React.createElement("path", {
1034
- fill: "#007934",
1035
- fillRule: "evenodd",
1036
- stroke: "#000",
1037
- strokeWidth: .1,
1038
- d: "M344.9 188.6a9 9 0 0 0-.4-1.4h-.1l.4 1.6v-.2z"
1039
- })), _path191 || (_path191 = /* @__PURE__ */ React.createElement("path", {
1040
- fill: "#d52b1e",
1041
- stroke: "#000",
1042
- strokeWidth: .1,
1043
- d: "M343.6 187.2a.4.3 57 1 1-.5.5.4.3 57 0 1 .5-.5z"
1044
- })), _path192 || (_path192 = /* @__PURE__ */ React.createElement("path", {
1045
- fill: "#007934",
1046
- fillRule: "evenodd",
1047
- stroke: "#000",
1048
- strokeWidth: .1,
1049
- d: "M344.8 188.6a9 9 0 0 0-1.2-1v.1l1.3 1.1z"
1050
- })), _path193 || (_path193 = /* @__PURE__ */ React.createElement("path", {
1051
- fill: "#d52b1e",
1052
- stroke: "#000",
1053
- strokeWidth: .1,
1054
- d: "M343.4 199.1a.3.4 12.7 1 1-.7-.2.3.4 12.7 0 1 .7.2z"
1055
- })), _path194 || (_path194 = /* @__PURE__ */ React.createElement("path", {
1056
- fill: "#007934",
1057
- fillRule: "evenodd",
1058
- stroke: "#000",
1059
- strokeWidth: .1,
1060
- d: "M342.8 200.8c.2-.5.2-1 .2-1.5a9 9 0 0 1-.4 1.7z"
1061
- })), _path195 || (_path195 = /* @__PURE__ */ React.createElement("path", {
1062
- fill: "#d52b1e",
1063
- stroke: "#000",
1064
- strokeWidth: .1,
1065
- d: "M344 199.9a.3.4 50.5 1 0 .5.4.3.4 50.5 1 0-.5-.4z"
1066
- })), _path196 || (_path196 = /* @__PURE__ */ React.createElement("path", {
1067
- fill: "#007934",
1068
- fillRule: "evenodd",
1069
- stroke: "#000",
1070
- strokeWidth: .1,
1071
- d: "m342.7 201 1.3-.8v.1a8.7 8.7 0 0 0-1.3 1z"
1072
- })), _path197 || (_path197 = /* @__PURE__ */ React.createElement("path", {
1073
- fill: "#d52b1e",
1074
- stroke: "#000",
1075
- strokeWidth: .1,
1076
- d: "M340.7 205a.3.4 40.4 1 1-.4-.6.3.4 40.4 0 1 .4.5z"
1077
- })), _path198 || (_path198 = /* @__PURE__ */ React.createElement("path", {
1078
- fill: "#007934",
1079
- fillRule: "evenodd",
1080
- stroke: "#000",
1081
- strokeWidth: .1,
1082
- d: "m339.5 206.2.9-1.3h-.1l-1 1.3z"
1083
- })), _path199 || (_path199 = /* @__PURE__ */ React.createElement("path", {
1084
- fill: "#d52b1e",
1085
- stroke: "#000",
1086
- strokeWidth: .1,
1087
- d: "M338.8 204.5a.5.6 10 0 0 1 .1.5.6 10 1 0-1 0z"
1088
- })), _path200 || (_path200 = /* @__PURE__ */ React.createElement("path", {
1089
- fill: "#007934",
1090
- fillRule: "evenodd",
1091
- stroke: "#000",
1092
- strokeWidth: .1,
1093
- d: "M339.4 205c-.3.7 0 1 0 1.2l-.1.3c-.2-.4-.3-.8-.1-1.5zm-12.1 9.5c-.7 0-1-.4-1.3-.8h-.3c.4.5.8 1 1.5 1v-.3z"
1094
- })), _path201 || (_path201 = /* @__PURE__ */ React.createElement("path", {
1095
- fill: "#d52b1e",
1096
- stroke: "#000",
1097
- strokeWidth: .1,
1098
- d: "M327.3 215.2a.6.4 9.5 0 1 .2-.9.6.4 9.5 1 1-.2.8z"
1099
- })), _path202 || (_path202 = /* @__PURE__ */ React.createElement("path", {
1100
- fill: "#007934",
1101
- fillRule: "evenodd",
1102
- stroke: "#000",
1103
- strokeWidth: .1,
1104
- d: "M332.7 206a5.5 5.5 0 0 1-4 6.4c-.9-4 2.8-4 4-6.3z"
1105
- })), _path203 || (_path203 = /* @__PURE__ */ React.createElement("path", {
1106
- fill: "#007934",
1107
- fillRule: "evenodd",
1108
- stroke: "#000",
1109
- strokeWidth: .1,
1110
- d: "M332.7 206.1a21 21 0 0 1-4.8 7.2h-.5c2.7-2.1 4.2-4.9 5.3-7.2z"
1111
- })), _path204 || (_path204 = /* @__PURE__ */ React.createElement("path", {
1112
- fill: "#d52b1e",
1113
- stroke: "#000",
1114
- strokeWidth: .1,
1115
- d: "M327.8 213.3a.5.4 9.8 1 1-.4-.7.5.4 9.8 0 1 .4.7z"
1116
- })), _path205 || (_path205 = /* @__PURE__ */ React.createElement("path", {
1117
- fill: "#007934",
1118
- fillRule: "evenodd",
1119
- stroke: "#000",
1120
- strokeWidth: .1,
1121
- d: "M326 213.8a8 8 0 0 0 1.4-.7h-.1l-1.7.6h.3zm2.5-5c0 1.2-1 2.4-2 3.2-.9.9-1 1.2-2.2 1.6-1.2-2.8 2.8-3.3 4.2-4.8z"
1122
- })), _path206 || (_path206 = /* @__PURE__ */ React.createElement("path", {
1123
- fill: "#007934",
1124
- fillRule: "evenodd",
1125
- stroke: "#000",
1126
- strokeWidth: .1,
1127
- d: "M328.5 208.8c-1.3 2.5-3.5 3.8-4.7 5.4h-.1c1.6-2.2 3-2.7 4.8-5.4z"
1128
- })), _path207 || (_path207 = /* @__PURE__ */ React.createElement("path", {
1129
- fill: "#007934",
1130
- fillRule: "evenodd",
1131
- stroke: "#000",
1132
- strokeWidth: .1,
1133
- d: "M300.4 175.5c-1.7 2.9-4.4 8-5.1 12a22.5 22.5 0 0 0 7 20.8c5.2 4.7 13.3 6 16.6 6.8 3.4.7 5.8 1.8 6.4 2.5 0-.5 0-1-.5-1.6-1.6-.7-4.2-1-7.8-1.8-7.2-1.5-14.9-4.2-19-12.2-5.4-10.3-2.2-18.4 2.5-26.4z"
1134
- })), _path208 || (_path208 = /* @__PURE__ */ React.createElement("path", {
1135
- fill: "#007934",
1136
- fillRule: "evenodd",
1137
- stroke: "#000",
1138
- strokeWidth: .1,
1139
- d: "M314.1 213.6c-.2.4-4 3.7-7.5 3.5-2.5-.2-2.9-.8-2.9-.8s-.2-.7 2-1.1c2.3-.5 6.2-2 8.4-1.6z"
1140
- })), _path209 || (_path209 = /* @__PURE__ */ React.createElement("path", {
1141
- fill: "#007934",
1142
- stroke: "#000",
1143
- strokeWidth: .1,
1144
- d: "M303.8 216.3c2.7.3 5.5-.8 7.7-1.6"
1145
- })), _path210 || (_path210 = /* @__PURE__ */ React.createElement("path", {
1146
- fill: "#007934",
1147
- fillRule: "evenodd",
1148
- stroke: "#000",
1149
- strokeWidth: .1,
1150
- d: "M311.2 208.7a11 11 0 0 1 4.6 3.7c.9 1.5.7 1.9.7 1.9s-.2.3-1.3-1c-1-1.2-3.4-3.3-4-4.6z"
1151
- })), _path211 || (_path211 = /* @__PURE__ */ React.createElement("path", {
1152
- fill: "#007934",
1153
- stroke: "#000",
1154
- strokeWidth: .1,
1155
- d: "M316.5 214.2c-.9-1.7-2.5-3-3.7-4.2"
1156
- })), _path212 || (_path212 = /* @__PURE__ */ React.createElement("path", {
1157
- fill: "#007934",
1158
- fillRule: "evenodd",
1159
- stroke: "#000",
1160
- strokeWidth: .1,
1161
- d: "M300.3 175.8c-.1-.3.3-3.4 2-4.4 1.3-.7 1.8-.5 1.8-.5s.3.3-.5 1.3c-1 1-2.1 3.2-3.3 3.7z"
1162
- })), _path213 || (_path213 = /* @__PURE__ */ React.createElement("path", {
1163
- fill: "#007934",
1164
- stroke: "#000",
1165
- strokeWidth: .1,
1166
- d: "M304 171c-1.4.7-2.3 2.2-3 3.4"
1167
- })), _path214 || (_path214 = /* @__PURE__ */ React.createElement("path", {
1168
- fill: "#007934",
1169
- fillRule: "evenodd",
1170
- stroke: "#000",
1171
- strokeWidth: .1,
1172
- d: "M299.4 177.4c-.2-.2-1-3-.2-4.7.5-1.3.9-1.4.9-1.4s.3 0 .1 1.3-.2 3.8-.8 4.8z"
1173
- })), _path215 || (_path215 = /* @__PURE__ */ React.createElement("path", {
1174
- fill: "#007934",
1175
- stroke: "#000",
1176
- strokeWidth: .1,
1177
- d: "M300 171.4c-.6 1.3-.6 3-.6 4.4"
1178
- })), _path216 || (_path216 = /* @__PURE__ */ React.createElement("path", {
1179
- fill: "#007934",
1180
- fillRule: "evenodd",
1181
- stroke: "#000",
1182
- strokeWidth: .1,
1183
- d: "M299.4 177.5c.2 0 2.7-.8 3.9-2.1.8-1 .8-1.3.8-1.3s-.2-.2-1.1.5c-1 .8-3 2-3.6 2.9z"
1184
- })), _path217 || (_path217 = /* @__PURE__ */ React.createElement("path", {
1185
- fill: "#007934",
1186
- stroke: "#000",
1187
- strokeWidth: .1,
1188
- d: "M304 174.1c-.9 1.1-2.2 2-3.3 2.6"
1189
- })), _path218 || (_path218 = /* @__PURE__ */ React.createElement("path", {
1190
- fill: "#007934",
1191
- fillRule: "evenodd",
1192
- stroke: "#000",
1193
- strokeWidth: .1,
1194
- d: "M298.2 179.6a10 10 0 0 1-.9-5.2c.3-1.6.6-1.7.6-1.7s.4 0 .4 1.4c0 1.5.3 4.2-.1 5.5z"
1195
- })), _path219 || (_path219 = /* @__PURE__ */ React.createElement("path", {
1196
- fill: "#007934",
1197
- stroke: "#000",
1198
- strokeWidth: .1,
1199
- d: "M298 172.7c-.5 1.7-.2 3.6 0 5"
1200
- })), _path220 || (_path220 = /* @__PURE__ */ React.createElement("path", {
1201
- fill: "#007934",
1202
- fillRule: "evenodd",
1203
- stroke: "#000",
1204
- strokeWidth: .1,
1205
- d: "M297.3 181.6c-.3-.2-2.3-3-2-5.2 0-1.7.5-2 .5-2s.3-.1.6 1.4c.3 1.6 1.2 4.3.9 5.8z"
1206
- })), _path221 || (_path221 = /* @__PURE__ */ React.createElement("path", {
1207
- fill: "#007934",
1208
- stroke: "#000",
1209
- strokeWidth: .1,
1210
- d: "M295.7 174.5c-.2 1.8.5 3.7 1 5.2"
1211
- })), _path222 || (_path222 = /* @__PURE__ */ React.createElement("path", {
1212
- fill: "#007934",
1213
- fillRule: "evenodd",
1214
- stroke: "#000",
1215
- strokeWidth: .1,
1216
- d: "M296.2 184.1a9.9 9.9 0 0 1-2.4-4.7c-.2-1.5 0-1.8 0-1.8s.4-.1.8 1.3 1.6 3.9 1.6 5.2z"
1217
- })), _path223 || (_path223 = /* @__PURE__ */ React.createElement("path", {
1218
- fill: "#007934",
1219
- stroke: "#000",
1220
- strokeWidth: .1,
1221
- d: "M293.9 177.7c.1 1.7 1 3.4 1.5 4.8"
1222
- })), _path224 || (_path224 = /* @__PURE__ */ React.createElement("path", {
1223
- fill: "#007934",
1224
- fillRule: "evenodd",
1225
- stroke: "#000",
1226
- strokeWidth: .1,
1227
- d: "M298.2 179.6c.3 0 3.2-.2 4.6-1.7 1-1 1-1.5 1-1.5s-.2-.3-1.4.4c-1.1.8-3.4 1.8-4.2 2.8z"
1228
- })), _path225 || (_path225 = /* @__PURE__ */ React.createElement("path", {
1229
- fill: "#007934",
1230
- stroke: "#000",
1231
- strokeWidth: .1,
1232
- d: "M303.7 176.5c-1 1.2-2.7 1.9-4 2.5"
1233
- })), _path226 || (_path226 = /* @__PURE__ */ React.createElement("path", {
1234
- fill: "#007934",
1235
- fillRule: "evenodd",
1236
- stroke: "#000",
1237
- strokeWidth: .1,
1238
- d: "M297.3 181.6c.2 0 3.2 0 4.6-1.4 1.1-1 1-1.4 1-1.4s0-.3-1.2.3c-1.2.7-3.6 1.5-4.4 2.5z"
1239
- })), _path227 || (_path227 = /* @__PURE__ */ React.createElement("path", {
1240
- fill: "#007934",
1241
- stroke: "#000",
1242
- strokeWidth: .1,
1243
- d: "M303 178.9c-1.2 1-2.8 1.7-4.1 2.2"
1244
- })), _path228 || (_path228 = /* @__PURE__ */ React.createElement("path", {
1245
- fill: "#007934",
1246
- fillRule: "evenodd",
1247
- stroke: "#000",
1248
- strokeWidth: .1,
1249
- d: "M296.4 184.2c.2 0 3.4-.2 4.9-1.7 1-1.1 1-1.5 1-1.5s-.1-.4-1.4.3c-1.2.8-3.7 1.8-4.5 2.9z"
1250
- })), _path229 || (_path229 = /* @__PURE__ */ React.createElement("path", {
1251
- fill: "#007934",
1252
- stroke: "#000",
1253
- strokeWidth: .1,
1254
- d: "M302.3 181c-1.2 1.3-2.9 2-4.3 2.5"
1255
- })), _path230 || (_path230 = /* @__PURE__ */ React.createElement("path", {
1256
- fill: "#007934",
1257
- fillRule: "evenodd",
1258
- stroke: "#000",
1259
- strokeWidth: .1,
1260
- d: "M296.8 183s-.3-.5-.3-1c0-.6.2-.8.2-.8l-.2-.2-.1.9v.3l-.5-.5a11 11 0 0 1-.1-.4h-.2l.3.7c.5.4.8 1.1.8 1.1"
1261
- })), /* @__PURE__ */ React.createElement("path", {
1262
- fillRule: "evenodd",
1263
- stroke: "#000",
1264
- strokeWidth: .1,
1265
- d: "M295.6 180.3a.5.4 83.5 1 1 .1 1 .5.4 83.5 1 1-.1-1z",
1266
- overflow: "visible",
1267
- style: { marker: "none" }
1268
- }), /* @__PURE__ */ React.createElement("path", {
1269
- fillRule: "evenodd",
1270
- stroke: "#000",
1271
- strokeWidth: .1,
1272
- d: "M296.8 180.3a.4.5 19.3 1 1-.3 1 .4.5 19.3 1 1 .3-1z",
1273
- overflow: "visible",
1274
- style: { marker: "none" }
1275
- }), _path231 || (_path231 = /* @__PURE__ */ React.createElement("path", {
1276
- fill: "#007934",
1277
- fillRule: "evenodd",
1278
- stroke: "#000",
1279
- strokeWidth: .1,
1280
- d: "m296.7 183 1-.7c.3-.4.3-.7.3-.7h.2l-.4.8-.2.2.6-.1.4-.2.1.1-.6.4c-.6 0-1.3.3-1.3.3"
1281
- })), /* @__PURE__ */ React.createElement("path", {
1282
- fillRule: "evenodd",
1283
- stroke: "#000",
1284
- strokeWidth: .1,
1285
- d: "M299.4 181.6a.4.5 45.6 1 0-.8.8.4.5 45.6 1 0 .8-.8z",
1286
- overflow: "visible",
1287
- style: { marker: "none" }
1288
- }), /* @__PURE__ */ React.createElement("path", {
1289
- fillRule: "evenodd",
1290
- stroke: "#000",
1291
- strokeWidth: .1,
1292
- d: "M298.4 180.8a.4.5 19.8 1 0-.3 1 .4.5 19.8 1 0 .3-1z",
1293
- overflow: "visible",
1294
- style: { marker: "none" }
1295
- }), _path232 || (_path232 = /* @__PURE__ */ React.createElement("path", {
1296
- fill: "#007934",
1297
- fillRule: "evenodd",
1298
- stroke: "#000",
1299
- strokeWidth: .1,
1300
- d: "M295.4 186.9c-.2-.2-2.4-2.6-2.8-4.8-.3-1.6 0-1.9 0-1.9s.3-.1.8 1.3c.6 1.5 2 4 2 5.4z"
1301
- })), _path233 || (_path233 = /* @__PURE__ */ React.createElement("path", {
1302
- fill: "#007934",
1303
- stroke: "#000",
1304
- strokeWidth: .1,
1305
- d: "M292.6 180.3c.2 1.8 1.2 3.5 2 4.9"
1306
- })), _path234 || (_path234 = /* @__PURE__ */ React.createElement("path", {
1307
- fill: "#007934",
1308
- fillRule: "evenodd",
1309
- stroke: "#000",
1310
- strokeWidth: .1,
1311
- d: "M295.6 186.9c.3 0 3.5-.4 5-2 1-1.3 1-1.7 1-1.7s-.2-.4-1.4.5-3.8 2-4.6 3.2z"
1312
- })), _path235 || (_path235 = /* @__PURE__ */ React.createElement("path", {
1313
- fill: "#007934",
1314
- stroke: "#000",
1315
- strokeWidth: .1,
1316
- d: "M301.5 183.2c-1 1.4-2.8 2.2-4.2 3"
1317
- })), _path236 || (_path236 = /* @__PURE__ */ React.createElement("path", {
1318
- fill: "#007934",
1319
- fillRule: "evenodd",
1320
- stroke: "#000",
1321
- strokeWidth: .1,
1322
- d: "M295.2 189.6c.3 0 3.5-.9 5-2.6 1.1-1.3 1-1.7 1-1.7s-.1-.2-1.4.7c-1.2 1-3.8 2.5-4.6 3.6z"
1323
- })), _path237 || (_path237 = /* @__PURE__ */ React.createElement("path", {
1324
- fill: "#007934",
1325
- stroke: "#000",
1326
- strokeWidth: .1,
1327
- d: "M301.2 185.4c-1.1 1.4-3 2.4-4.3 3.2"
1328
- })), _path238 || (_path238 = /* @__PURE__ */ React.createElement("path", {
1329
- fill: "#007934",
1330
- fillRule: "evenodd",
1331
- stroke: "#000",
1332
- strokeWidth: .1,
1333
- d: "M295 189.6c-.3 0-3.3-2.2-3.8-4.5-.3-1.7 0-2 0-2s.5-.3 1.2 1.2c.7 1.4 2.5 3.8 2.7 5.3z"
1334
- })), _path239 || (_path239 = /* @__PURE__ */ React.createElement("path", {
1335
- fill: "#007934",
1336
- stroke: "#000",
1337
- strokeWidth: .1,
1338
- d: "M291.3 183.2c.3 1.8 1.5 3.5 2.5 4.8"
1339
- })), _path240 || (_path240 = /* @__PURE__ */ React.createElement("path", {
1340
- fill: "#007934",
1341
- fillRule: "evenodd",
1342
- stroke: "#000",
1343
- strokeWidth: .1,
1344
- d: "M295.2 193a11 11 0 0 0 4.6-3.6c.9-1.5.7-1.8.7-1.8s-.2-.3-1.3 1c-1 1.2-3.4 3.1-4 4.5z"
1345
- })), _path241 || (_path241 = /* @__PURE__ */ React.createElement("path", {
1346
- fill: "#007934",
1347
- stroke: "#000",
1348
- strokeWidth: .1,
1349
- d: "M300.5 187.7c-1 1.6-2.5 3-3.8 4"
1350
- })), _path242 || (_path242 = /* @__PURE__ */ React.createElement("path", {
1351
- fill: "#007934",
1352
- fillRule: "evenodd",
1353
- stroke: "#000",
1354
- strokeWidth: .1,
1355
- d: "M295 193.2c-.3 0-3.6-1.7-4.4-4-.7-1.6-.4-2-.4-2s.4-.4 1.3 1c1 1.3 3.1 3.5 3.5 5z"
1356
- })), _path243 || (_path243 = /* @__PURE__ */ React.createElement("path", {
1357
- fill: "#007934",
1358
- stroke: "#000",
1359
- strokeWidth: .1,
1360
- d: "M290.3 187.2c.5 1.8 2 3.4 3.2 4.6"
1361
- })), _path244 || (_path244 = /* @__PURE__ */ React.createElement("path", {
1362
- fill: "#007934",
1363
- fillRule: "evenodd",
1364
- stroke: "#000",
1365
- strokeWidth: .1,
1366
- d: "M295 191.6s-.4-.5-.5-1c-.2-.6 0-.9 0-.9h-.3v.8l.2.4-.6-.4-.3-.5-.2.2.5.6c.6.2 1.1 1 1.1 1"
1367
- })), /* @__PURE__ */ React.createElement("path", {
1368
- fillRule: "evenodd",
1369
- stroke: "#000",
1370
- strokeWidth: .1,
1371
- d: "M293 189a.6.4 69.4 1 1 .4 1.2.6.4 69.4 1 1-.4-1.1z",
1372
- overflow: "visible",
1373
- style: { marker: "none" }
1374
- }), /* @__PURE__ */ React.createElement("path", {
1375
- fillRule: "evenodd",
1376
- stroke: "#000",
1377
- strokeWidth: .1,
1378
- d: "M294.3 188.7a.4.6 5.2 1 1 0 1.2.4.6 5.2 1 1 0-1.2z",
1379
- overflow: "visible",
1380
- style: { marker: "none" }
1381
- }), _path245 || (_path245 = /* @__PURE__ */ React.createElement("path", {
1382
- fill: "#007934",
1383
- fillRule: "evenodd",
1384
- stroke: "#000",
1385
- strokeWidth: .1,
1386
- d: "M295 191.6s.6-.5.8-1c.3-.5.2-.8.2-.8h.3l-.3.8-.1.4.6-.3.4-.4.1.2-.6.5c-.6.1-1.2.7-1.2.7"
1387
- })), /* @__PURE__ */ React.createElement("path", {
1388
- fillRule: "evenodd",
1389
- stroke: "#000",
1390
- strokeWidth: .1,
1391
- d: "M297.5 189.4a.4.6 31.5 1 0-.6 1 .4.6 31.5 1 0 .6-1z",
1392
- overflow: "visible",
1393
- style: { marker: "none" }
1394
- }), /* @__PURE__ */ React.createElement("path", {
1395
- fillRule: "evenodd",
1396
- stroke: "#000",
1397
- strokeWidth: .1,
1398
- d: "M296.3 188.9a.4.6 5.7 1 0-.1 1.1.4.6 5.7 1 0 0-1.1z",
1399
- overflow: "visible",
1400
- style: { marker: "none" }
1401
- }), _path246 || (_path246 = /* @__PURE__ */ React.createElement("path", {
1402
- fill: "#007934",
1403
- fillRule: "evenodd",
1404
- stroke: "#000",
1405
- strokeWidth: .1,
1406
- d: "M295.4 196.2a12 12 0 0 1-5.1-4c-1-1.7-.8-2.1-.8-2.1s.2-.3 1.4 1c1.3 1.4 3.8 3.6 4.5 5.1z"
1407
- })), _path247 || (_path247 = /* @__PURE__ */ React.createElement("path", {
1408
- fill: "#007934",
1409
- stroke: "#000",
1410
- strokeWidth: .1,
1411
- d: "M289.5 190.2c1 1.8 2.8 3.3 4.2 4.6"
1412
- })), _path248 || (_path248 = /* @__PURE__ */ React.createElement("path", {
1413
- fill: "#007934",
1414
- fillRule: "evenodd",
1415
- stroke: "#000",
1416
- strokeWidth: .1,
1417
- d: "M295.6 196.2c.4 0 4-1.9 5-4.4.6-1.8.3-2.3.3-2.3s-.4-.3-1.4 1.2c-1 1.4-3.4 3.8-3.9 5.5z"
1418
- })), _path249 || (_path249 = /* @__PURE__ */ React.createElement("path", {
1419
- fill: "#007934",
1420
- stroke: "#000",
1421
- strokeWidth: .1,
1422
- d: "M300.9 189.6c-.7 2-2.3 3.7-3.6 5"
1423
- })), _path250 || (_path250 = /* @__PURE__ */ React.createElement("path", {
1424
- fill: "#007934",
1425
- fillRule: "evenodd",
1426
- stroke: "#000",
1427
- strokeWidth: .1,
1428
- d: "M296.6 199.3c.3-.1 3.7-2.3 4.5-4.8.7-1.9.4-2.3.4-2.3s-.4-.3-1.3 1.3c-1 1.5-3.2 4-3.6 5.7z"
1429
- })), _path251 || (_path251 = /* @__PURE__ */ React.createElement("path", {
1430
- fill: "#007934",
1431
- stroke: "#000",
1432
- strokeWidth: .1,
1433
- d: "M301.5 192.3c-.7 2-2.2 3.8-3.4 5.2"
1434
- })), _path252 || (_path252 = /* @__PURE__ */ React.createElement("path", {
1435
- fill: "#007934",
1436
- fillRule: "evenodd",
1437
- stroke: "#000",
1438
- strokeWidth: .1,
1439
- d: "M296.3 199.3c-.4 0-4.7-1.3-6.2-3.8-1-2-.9-2.5-.9-2.5s.4-.4 1.8 1c1.5 1.4 4.5 3.5 5.3 5.2z"
1440
- })), _path253 || (_path253 = /* @__PURE__ */ React.createElement("path", {
1441
- fill: "#007934",
1442
- stroke: "#000",
1443
- strokeWidth: .1,
1444
- d: "M289.3 193.1c1.1 2 3.3 3.6 5 4.8"
1445
- })), _path254 || (_path254 = /* @__PURE__ */ React.createElement("path", {
1446
- fill: "#007934",
1447
- fillRule: "evenodd",
1448
- stroke: "#000",
1449
- strokeWidth: .1,
1450
- d: "M300.1 205.7c.3-.2 2.6-3 2.8-5.6.2-1.8-.2-2-.2-2s-.3-.2-.8 1.4c-.5 1.7-1.8 4.6-1.8 6.2z"
1451
- })), _path255 || (_path255 = /* @__PURE__ */ React.createElement("path", {
1452
- fill: "#007934",
1453
- stroke: "#000",
1454
- strokeWidth: .1,
1455
- d: "M302.8 198.1c-.1 2-1 4-1.8 5.6"
1456
- })), _path256 || (_path256 = /* @__PURE__ */ React.createElement("path", {
1457
- fill: "#007934",
1458
- fillRule: "evenodd",
1459
- stroke: "#000",
1460
- strokeWidth: .1,
1461
- d: "M300 205.6c-.5.2-5.4 0-7.7-2.1-1.6-1.6-1.5-2.2-1.5-2.2s.2-.5 2.1.5c2 1 5.7 2.3 7 3.8z"
1462
- })), _path257 || (_path257 = /* @__PURE__ */ React.createElement("path", {
1463
- fill: "#007934",
1464
- stroke: "#000",
1465
- strokeWidth: .1,
1466
- d: "M290.9 201.4c1.7 1.7 4.4 2.6 6.5 3.4"
1467
- })), _path258 || (_path258 = /* @__PURE__ */ React.createElement("path", {
1468
- fill: "#007934",
1469
- fillRule: "evenodd",
1470
- stroke: "#000",
1471
- strokeWidth: .1,
1472
- d: "M298.2 203c-.4.1-4.8-1-6.8-3.1-1.6-1.6-1.5-2.1-1.5-2.1s.2-.4 2 .8c1.6 1.2 5 3 6.3 4.5z"
1473
- })), _path259 || (_path259 = /* @__PURE__ */ React.createElement("path", {
1474
- fill: "#007934",
1475
- stroke: "#000",
1476
- strokeWidth: .1,
1477
- d: "M290 197.9c1.6 1.7 4 3 5.8 4"
1478
- })), _path260 || (_path260 = /* @__PURE__ */ React.createElement("path", {
1479
- fill: "#007934",
1480
- fillRule: "evenodd",
1481
- stroke: "#000",
1482
- strokeWidth: .1,
1483
- d: "M298.4 203c.4-.2 3.6-2.9 4-5.6.2-2-.2-2.5-.2-2.5s-.5-.2-1.2 1.5c-.7 1.8-2.6 4.7-2.6 6.5z"
1484
- })), _path261 || (_path261 = /* @__PURE__ */ React.createElement("path", {
1485
- fill: "#007934",
1486
- stroke: "#000",
1487
- strokeWidth: .1,
1488
- d: "M302.2 195c-.2 2.2-1.5 4.3-2.5 6"
1489
- })), _path262 || (_path262 = /* @__PURE__ */ React.createElement("path", {
1490
- fill: "#007934",
1491
- fillRule: "evenodd",
1492
- stroke: "#000",
1493
- strokeWidth: .1,
1494
- d: "m297.4 201.5-1-.8c-.4-.5-.5-.9-.5-.9h-.3a8 8 0 0 0 .8 1.2l-.8-.1-.5-.3v.2l.7.4c.7 0 1.6.5 1.6.5"
1495
- })), /* @__PURE__ */ React.createElement("path", {
1496
- fillRule: "evenodd",
1497
- stroke: "#000",
1498
- strokeWidth: .1,
1499
- d: "M294.2 199.8a.7.5 45.9 1 1 1 1 .7.5 45.9 1 1-1-1z",
1500
- overflow: "visible",
1501
- style: { marker: "none" }
1502
- }), /* @__PURE__ */ React.createElement("path", {
1503
- fillRule: "evenodd",
1504
- stroke: "#000",
1505
- strokeWidth: .1,
1506
- d: "M295.4 198.8a.7.5 71.6 1 1 .4 1.3.7.5 71.6 1 1-.4-1.3z",
1507
- overflow: "visible",
1508
- style: { marker: "none" }
1509
- }), _path263 || (_path263 = /* @__PURE__ */ React.createElement("path", {
1510
- fill: "#007934",
1511
- fillRule: "evenodd",
1512
- stroke: "#000",
1513
- strokeWidth: .1,
1514
- d: "M297.5 201.4s.4-.6.4-1.3l-.1-1h.2a8 8 0 0 0 .1 1.3l.6-.5.2-.6.2.1-.4.8c-.6.5-1 1.4-1 1.4"
1515
- })), /* @__PURE__ */ React.createElement("path", {
1516
- fillRule: "evenodd",
1517
- stroke: "#000",
1518
- strokeWidth: .1,
1519
- d: "M299.1 198.2a.5.7 8 1 0-.2 1.3.5.7 8 1 0 .2-1.3z",
1520
- overflow: "visible",
1521
- style: { marker: "none" }
1522
- }), /* @__PURE__ */ React.createElement("path", {
1523
- fillRule: "evenodd",
1524
- stroke: "#000",
1525
- strokeWidth: .1,
1526
- d: "M297.6 198.1a.7.5 72.2 1 0 .4 1.3.7.5 72.2 1 0-.4-1.3z",
1527
- overflow: "visible",
1528
- style: { marker: "none" }
1529
- }), _path264 || (_path264 = /* @__PURE__ */ React.createElement("path", {
1530
- fill: "#007934",
1531
- fillRule: "evenodd",
1532
- stroke: "#000",
1533
- strokeWidth: .1,
1534
- d: "M301.8 207.6c-.3.2-4.3 1-6.8-.3-1.8-.9-2-1.4-2-1.4s0-.5 2 0c1.8.4 5.2.7 6.8 1.7z"
1535
- })), _path265 || (_path265 = /* @__PURE__ */ React.createElement("path", {
1536
- fill: "#007934",
1537
- stroke: "#000",
1538
- strokeWidth: .1,
1539
- d: "M293.1 206c2 1 4.4 1.2 6.3 1.4"
1540
- })), _path266 || (_path266 = /* @__PURE__ */ React.createElement("path", {
1541
- fill: "#007934",
1542
- fillRule: "evenodd",
1543
- stroke: "#000",
1544
- strokeWidth: .1,
1545
- d: "M302 207.5c.2-.1 2-2.5 1.9-4.8 0-1.7-.4-2-.4-2s-.3-.2-.6 1.3c-.2 1.5-1 4-.9 5.5z"
1546
- })), _path267 || (_path267 = /* @__PURE__ */ React.createElement("path", {
1547
- fill: "#007934",
1548
- stroke: "#000",
1549
- strokeWidth: .1,
1550
- d: "M303.5 200.8c.2 1.8-.4 3.6-.9 5"
1551
- })), _path268 || (_path268 = /* @__PURE__ */ React.createElement("path", {
1552
- fill: "#007934",
1553
- fillRule: "evenodd",
1554
- stroke: "#000",
1555
- strokeWidth: .1,
1556
- d: "M305.5 210.3c-.3.3-5 1.5-8 .3-2-1-2.1-1.5-2.1-1.5s0-.5 2.2-.1c2.1.3 6.2.4 8 1.3z"
1557
- })), _path269 || (_path269 = /* @__PURE__ */ React.createElement("path", {
1558
- fill: "#007934",
1559
- stroke: "#000",
1560
- strokeWidth: .1,
1561
- d: "M295.5 209.2c2.2 1 5 1 7.3 1.1"
1562
- })), _path270 || (_path270 = /* @__PURE__ */ React.createElement("path", {
1563
- fill: "#007934",
1564
- fillRule: "evenodd",
1565
- stroke: "#000",
1566
- strokeWidth: .1,
1567
- d: "M305.8 210.3c.2-.3 1.2-3.8 0-5.6-1-1.4-1.5-1.3-1.5-1.3s-.4 0 0 1.5c.3 1.5.5 4.3 1.5 5.4z"
1568
- })), _path271 || (_path271 = /* @__PURE__ */ React.createElement("path", {
1569
- fill: "#007934",
1570
- stroke: "#000",
1571
- strokeWidth: .1,
1572
- d: "M304.4 203.4c1 1.4 1.1 3.4 1.3 5"
1573
- })), _path272 || (_path272 = /* @__PURE__ */ React.createElement("path", {
1574
- fill: "#007934",
1575
- fillRule: "evenodd",
1576
- stroke: "#000",
1577
- strokeWidth: .1,
1578
- d: "M303.3 208.7s-.5.4-1.2 0c-.6-.3-.8-.7-.8-.7l-.3.2 1 .7.3.2-.9.2-.6-.1v.3h1a14 14 0 0 0 1.5-.5"
1579
- })), /* @__PURE__ */ React.createElement("path", {
1580
- fillRule: "evenodd",
1581
- stroke: "#000",
1582
- strokeWidth: .1,
1583
- d: "M299.5 208.7a.8.5 24.1 1 1 1.4.7.8.5 24.1 1 1-1.4-.7z",
1584
- overflow: "visible",
1585
- style: { marker: "none" }
1586
- }), /* @__PURE__ */ React.createElement("path", {
1587
- fillRule: "evenodd",
1588
- stroke: "#000",
1589
- strokeWidth: .1,
1590
- d: "M300.3 207.2a.8.5 49.9 1 1 1 1.2.8.5 49.9 1 1-1-1.2z",
1591
- overflow: "visible",
1592
- style: { marker: "none" }
1593
- }), _path273 || (_path273 = /* @__PURE__ */ React.createElement("path", {
1594
- fill: "#007934",
1595
- fillRule: "evenodd",
1596
- stroke: "#000",
1597
- strokeWidth: .1,
1598
- d: "M303.4 209s.6-.5.2-1.2l-.6-.9.1-.2.7 1 .2.3.2-.9v-.6h.2v1l-.5 1.5"
1599
- })), /* @__PURE__ */ React.createElement("path", {
1600
- fillRule: "evenodd",
1601
- stroke: "#000",
1602
- strokeWidth: .1,
1603
- d: "M303.7 205.1a.8.5 69.5 1 0 .6 1.5.8.5 69.5 1 0-.6-1.5zm-1.5.8a.8.5 43.7 1 0 1 1 .8.5 43.7 1 0-1-1z",
1604
- overflow: "visible",
1605
- style: { marker: "none" }
1606
- }), _path274 || (_path274 = /* @__PURE__ */ React.createElement("path", {
1607
- fill: "#007934",
1608
- fillRule: "evenodd",
1609
- stroke: "#000",
1610
- strokeWidth: .1,
1611
- d: "M308.3 211.8c-.3.4-4.2 3-7.4 2.3-2.3-.4-2.6-1-2.6-1s-.1-.6 2-.8c2.2-.1 6-1 8-.5z"
1612
- })), _path275 || (_path275 = /* @__PURE__ */ React.createElement("path", {
1613
- fill: "#007934",
1614
- stroke: "#000",
1615
- strokeWidth: .1,
1616
- d: "M298.4 213.1c2.5.6 5.2 0 7.3-.5"
1617
- })), _path276 || (_path276 = /* @__PURE__ */ React.createElement("path", {
1618
- fill: "#007934",
1619
- fillRule: "evenodd",
1620
- stroke: "#000",
1621
- strokeWidth: .1,
1622
- d: "M310.8 212.6s-.5.7-1.3.5a3 3 0 0 1-1.2-.5l-.3.3 1.3.4.5.1-.9.6-.7.1v.3l1.2-.3c.2 0 1.4-1 1.4-1"
1623
- })), /* @__PURE__ */ React.createElement("path", {
1624
- fillRule: "evenodd",
1625
- stroke: "#000",
1626
- strokeWidth: .1,
1627
- d: "M306.6 214a.9.6 5.4 1 1 1.7.2.9.6 5.4 1 1-1.7-.1zm.4-2a.9.6 31.2 1 1 1.5 1 .9.6 31.2 1 1-1.5-1z",
1628
- overflow: "visible",
1629
- style: { marker: "none" }
1630
- }), _path277 || (_path277 = /* @__PURE__ */ React.createElement("path", {
1631
- fill: "#007934",
1632
- fillRule: "evenodd",
1633
- stroke: "#000",
1634
- strokeWidth: .1,
1635
- d: "M309.5 212.2c.2-.3.7-4-1-5.6-1.1-1.2-1.7-1-1.7-1s-.5.1.1 1.5c.7 1.4 1.4 4.2 2.6 5.1z"
1636
- })), _path278 || (_path278 = /* @__PURE__ */ React.createElement("path", {
1637
- fill: "#007934",
1638
- stroke: "#000",
1639
- strokeWidth: .1,
1640
- d: "M306.8 205.6c1.4 1.2 1.9 3.2 2.3 4.7"
1641
- })), _path279 || (_path279 = /* @__PURE__ */ React.createElement("path", {
1642
- fill: "#007934",
1643
- fillRule: "evenodd",
1644
- stroke: "#000",
1645
- strokeWidth: .1,
1646
- d: "M311.4 213s.2-.7-.5-1.2c-.6-.5-1.1-.6-1.1-.6v-.4l1.2.7.4.3c.4.3 0-.8-.2-1l-.4-.7.3-.2.5 1 .2 2"
1647
- })), /* @__PURE__ */ React.createElement("path", {
1648
- fillRule: "evenodd",
1649
- stroke: "#000",
1650
- strokeWidth: .1,
1651
- d: "M309.7 209a.9.6 42.7 1 0 1.3 1.1.9.6 42.7 1 0-1.3-1.2zm-1.2 1.5a.9.6 17 1 0 1.7.6.9.6 17 1 0-1.7-.6z",
1652
- overflow: "visible",
1653
- style: { marker: "none" }
1654
- }), _path280 || (_path280 = /* @__PURE__ */ React.createElement("path", {
1655
- fill: "#452c25",
1656
- d: "M319.1 209s-2.3 5.4-1.5 6c0 0 2.4-4.3 4.4-5.8 1.1-1 1.8 0 2-1 0-.8-3-2.1-3-2.1l-1.8 2.7"
1657
- })), _path281 || (_path281 = /* @__PURE__ */ React.createElement("path", {
1658
- fill: "none",
1659
- stroke: "#000",
1660
- strokeWidth: .2,
1661
- d: "M319.1 209s-2.3 5.4-1.5 6c0 0 2.4-4.3 4.4-5.8 1.1-1 1.8 0 2-1 0-.8-3-2.1-3-2.1l-1.8 2.7"
1662
- })), _path282 || (_path282 = /* @__PURE__ */ React.createElement("path", {
1663
- fill: "#452c25",
1664
- d: "M310.6 213.1s-3.4 6-2.5 6c.8 0 4.5-7.5 4.5-7.5l-1.3.2z"
1665
- })), _path283 || (_path283 = /* @__PURE__ */ React.createElement("path", {
1666
- fill: "none",
1667
- stroke: "#000",
1668
- strokeWidth: .1,
1669
- d: "M310.6 213.1s-3.4 6-2.5 6c.8 0 4.5-7.5 4.5-7.5l-1.3.2z"
1670
- })), _path284 || (_path284 = /* @__PURE__ */ React.createElement("path", {
1671
- fill: "#452c25",
1672
- d: "M311.6 211.5s-3.6 5.8-2.7 5.9c1 .1 4.8-7.4 4.8-7.4l-1.3.1z"
1673
- })), _path285 || (_path285 = /* @__PURE__ */ React.createElement("path", {
1674
- fill: "none",
1675
- stroke: "#000",
1676
- strokeWidth: .1,
1677
- d: "M311.6 211.5s-3.6 5.8-2.7 5.9c1 .1 4.8-7.4 4.8-7.4l-1.3.1z"
1678
- })), _path286 || (_path286 = /* @__PURE__ */ React.createElement("path", {
1679
- fill: "#452c25",
1680
- d: "M312.3 210.5s-4 5.4-3.2 5.6c1 .2 5.4-7 5.4-7l-1.3.1z"
1681
- })), _path287 || (_path287 = /* @__PURE__ */ React.createElement("path", {
1682
- fill: "none",
1683
- stroke: "#000",
1684
- strokeWidth: .1,
1685
- d: "M312.3 210.5s-4 5.4-3.2 5.6c1 .2 5.4-7 5.4-7l-1.3.1z"
1686
- })), _path288 || (_path288 = /* @__PURE__ */ React.createElement("path", {
1687
- fill: "#452c25",
1688
- d: "M313.4 209.5s-4.8 4.9-3.9 5.2c.8.3 6.2-6.2 6.2-6.2l-1.2-.1z"
1689
- })), _path289 || (_path289 = /* @__PURE__ */ React.createElement("path", {
1690
- fill: "none",
1691
- stroke: "#000",
1692
- strokeWidth: .1,
1693
- d: "M313.4 209.5s-4.8 4.9-3.9 5.2c.8.3 6.2-6.2 6.2-6.2l-1.2-.1z"
1694
- })), _path290 || (_path290 = /* @__PURE__ */ React.createElement("path", {
1695
- fill: "#452c25",
1696
- d: "M313.6 207.7s-4.2 5.4-3.3 5.6 5.5-6.9 5.5-6.9l-1.3.1-1 1.2z"
1697
- })), _path291 || (_path291 = /* @__PURE__ */ React.createElement("path", {
1698
- fill: "none",
1699
- stroke: "#000",
1700
- strokeWidth: .1,
1701
- d: "M313.6 207.7s-4.2 5.4-3.3 5.6 5.5-6.9 5.5-6.9l-1.3.1-1 1.2z"
1702
- })), _path292 || (_path292 = /* @__PURE__ */ React.createElement("path", {
1703
- fill: "#452c25",
1704
- d: "M312.5 212.4s-4 5.5-3.2 5.6c1 .2 5.4-7 5.4-7l-1.3.1z"
1705
- })), _path293 || (_path293 = /* @__PURE__ */ React.createElement("path", {
1706
- fill: "none",
1707
- stroke: "#000",
1708
- strokeWidth: .1,
1709
- d: "M312.5 212.4s-4 5.5-3.2 5.6c1 .2 5.4-7 5.4-7l-1.3.1z"
1710
- })), _path294 || (_path294 = /* @__PURE__ */ React.createElement("path", {
1711
- fill: "#452c25",
1712
- d: "M314.8 211.3s-2.4 4.5-2.1 4.6c.3.2 3.1-2.5 4.6-5.2 1.4-2.6-2.6.5-2.6.5"
1713
- })), _path295 || (_path295 = /* @__PURE__ */ React.createElement("path", {
1714
- fill: "none",
1715
- stroke: "#000",
1716
- strokeWidth: .1,
1717
- d: "M314.8 211.3s-2.4 4.5-2.1 4.6c.3.2 3.1-2.5 4.6-5.2 1.4-2.6-2.6.5-2.6.5"
1718
- })), _path296 || (_path296 = /* @__PURE__ */ React.createElement("path", {
1719
- fill: "#452c25",
1720
- d: "M315 210.8s-2.3 5.5-1.5 6c0 0 3-3.3 3.7-5.9.8-2.6 0-.1 0-.1l-.2-2.9-2 2.7"
1721
- })), _path297 || (_path297 = /* @__PURE__ */ React.createElement("path", {
1722
- fill: "none",
1723
- stroke: "#000",
1724
- strokeWidth: .2,
1725
- d: "M315 210.8s-2.3 5.5-1.5 6c0 0 3-3.3 3.7-5.9.8-2.6 0-.1 0-.1l-.2-2.9-2 2.7"
1726
- })), _path298 || (_path298 = /* @__PURE__ */ React.createElement("path", {
1727
- fill: "#452c25",
1728
- d: "M313.8 210.4s-4.7 4.8-3.9 5.1c.9.3 6.3-6.1 6.3-6.1l-1.3-.1-1 1z"
1729
- })), _path299 || (_path299 = /* @__PURE__ */ React.createElement("path", {
1730
- fill: "none",
1731
- stroke: "#000",
1732
- strokeWidth: .1,
1733
- d: "M313.8 210.4s-4.7 4.8-3.9 5.1c.9.3 6.3-6.1 6.3-6.1l-1.3-.1-1 1z"
1734
- })), _path300 || (_path300 = /* @__PURE__ */ React.createElement("path", {
1735
- fill: "#452c25",
1736
- d: "M314.2 211s-4.7 5-3.9 5.2c.8.3 6.2-6.2 6.2-6.2h-1.2z"
1737
- })), _path301 || (_path301 = /* @__PURE__ */ React.createElement("path", {
1738
- fill: "none",
1739
- stroke: "#000",
1740
- strokeWidth: .1,
1741
- d: "M314.2 211s-4.7 5-3.9 5.2c.8.3 6.2-6.2 6.2-6.2h-1.2z"
1742
- })), _path302 || (_path302 = /* @__PURE__ */ React.createElement("path", {
1743
- fill: "#452c25",
1744
- d: "M314.6 211.8s-4.8 4.9-4 5.2c1 .3 6.3-6.2 6.3-6.2h-1.2z"
1745
- })), _path303 || (_path303 = /* @__PURE__ */ React.createElement("path", {
1746
- fill: "none",
1747
- stroke: "#000",
1748
- strokeWidth: .1,
1749
- d: "M314.6 211.8s-4.8 4.9-4 5.2c1 .3 6.3-6.2 6.3-6.2h-1.2z"
1750
- })), _path304 || (_path304 = /* @__PURE__ */ React.createElement("path", {
1751
- fill: "#452c25",
1752
- d: "M315 205.1s-3.6 4.5-3 5.3c.4.8 3.6-2 4.7-4 1-2-1.7-1.4-1.7-1.4"
1753
- })), _path305 || (_path305 = /* @__PURE__ */ React.createElement("path", {
1754
- fill: "none",
1755
- stroke: "#000",
1756
- strokeWidth: .1,
1757
- d: "M315 205.1s-3.6 4.5-3 5.3c.4.8 3.6-2 4.7-4 1-2-1.7-1.4-1.7-1.4"
1758
- })), _path306 || (_path306 = /* @__PURE__ */ React.createElement("path", {
1759
- fill: "#452c25",
1760
- d: "M314.8 209.9s-3 5.8-2.2 5.5c.8-.4 3.8-4.7 4.2-5.7.3-1 .2-2 .2-2l-2.3 1.5.2 1.1"
1761
- })), _path307 || (_path307 = /* @__PURE__ */ React.createElement("path", {
1762
- fill: "none",
1763
- stroke: "#000",
1764
- strokeWidth: .1,
1765
- d: "M314.8 209.9s-3 5.8-2.2 5.5c.8-.4 3.8-4.7 4.2-5.7.3-1 .2-2 .2-2l-2.3 1.5.2 1.1"
1766
- })), _path308 || (_path308 = /* @__PURE__ */ React.createElement("path", {
1767
- fill: "#452c25",
1768
- d: "M314.8 208s2.5-4.6 0 .9-3.4 4.5-3.4 4.5c-.2-.3 2.2-4 2.2-4s1.7-2.8 2.1-3.1"
1769
- })), _path309 || (_path309 = /* @__PURE__ */ React.createElement("path", {
1770
- fill: "none",
1771
- stroke: "#000",
1772
- strokeWidth: .1,
1773
- d: "M314.8 208s2.5-4.6 0 .9-3.4 4.5-3.4 4.5c-.2-.3 2.2-4 2.2-4s1.7-2.8 2.1-3.1"
1774
- })), _path310 || (_path310 = /* @__PURE__ */ React.createElement("path", {
1775
- fill: "#452c25",
1776
- d: "M317.5 207.4s2.8-4.6 0 .9c-2.8 5.4-3.9 4.5-3.9 4.5-.2-.3 2.5-4 2.5-4s2-2.8 2.4-3.1"
1777
- })), _path311 || (_path311 = /* @__PURE__ */ React.createElement("path", {
1778
- fill: "none",
1779
- stroke: "#000",
1780
- strokeWidth: .1,
1781
- d: "M317.5 207.4s2.8-4.6 0 .9c-2.8 5.4-3.9 4.5-3.9 4.5-.2-.3 2.5-4 2.5-4s2-2.8 2.4-3.1"
1782
- })), _path312 || (_path312 = /* @__PURE__ */ React.createElement("path", {
1783
- fill: "#452c25",
1784
- stroke: "#000",
1785
- strokeWidth: .1,
1786
- d: "M316.5 205.5s-3.5 4.5-3 5.2c.5.8 3.7-2 4.7-4s-1.7-1.4-1.7-1.4"
1787
- })), _path313 || (_path313 = /* @__PURE__ */ React.createElement("path", {
1788
- fill: "#e8a30e",
1789
- d: "M352.8 251a32.8 37 0 1 1-65.6 0 32.8 37 0 1 1 65.6 0"
1790
- })), /* @__PURE__ */ React.createElement("path", {
1791
- fill: "none",
1792
- stroke: "#390",
1793
- strokeWidth: .8,
1794
- d: "M293.7 251c0-17 12-30.2 26.3-30.2s26.3 13.1 26.3 30.3",
1795
- color: "#000",
1796
- fontFamily: "Sans",
1797
- fontWeight: 400,
1798
- overflow: "visible",
1799
- style: {
1800
- lineHeight: "normal",
1801
- textIndent: 0,
1802
- textAlign: "start",
1803
- textDecorationLine: "none",
1804
- textTransform: "none",
1805
- marker: "none"
1806
- }
1807
- }), _path314 || (_path314 = /* @__PURE__ */ React.createElement("path", {
1808
- fill: "#007934",
1809
- stroke: "#eee",
1810
- strokeWidth: .1,
1811
- d: "M287.2 253c1 19.5 15.3 35 32.8 35s31.9-15.5 32.8-35z"
1812
- })), _path315 || (_path315 = /* @__PURE__ */ React.createElement("path", {
1813
- fill: "none",
1814
- stroke: "#000",
1815
- strokeWidth: .4,
1816
- d: "M352.8 251a32.8 37 0 1 1-65.6 0 32.8 37 0 1 1 65.6 0z"
1817
- })), /* @__PURE__ */ React.createElement("path", {
1818
- fill: "#d52b1e",
1819
- stroke: "#000",
1820
- strokeWidth: .1,
1821
- d: "M314.5 225.4c-.3 1.4 0 2.5.7 3.6.6.9 1 1.8.9 2.7a8 8 0 0 0-.7.5l-5.5-3.7 3.7 5.5a8 8 0 0 0-.2.2 4.9 4.9 0 0 0-3-.3 5 5 0 0 1-3.7-.8 4.5 4.5 0 0 0 3.1 2.1 5 5 0 0 1 2.6 1.3 8 8 0 0 0-.2.8l-6.6 1.3 6.6 1.3v.3a4.9 4.9 0 0 0-2.4 1.9 5 5 0 0 1-3 2c1.3.4 2.5 0 3.6-.7a5 5 0 0 1 2.7-.9l.4.7-3.6 5.6 5.4-3.7.3.2a4.9 4.9 0 0 0-.4 3 5 5 0 0 1-.7 3.6 4.5 4.5 0 0 0 2-3.1 4.9 4.9 0 0 1 1.4-2.5l.8.2 1.3 6.5 1.3-6.5h.3a4.9 4.9 0 0 0 1.8 2.3 5 5 0 0 1 2.1 3.1 4.4 4.4 0 0 0-.7-3.6 4.9 4.9 0 0 1-.9-2.8l.7-.4 5.5 3.7-3.7-5.5.2-.3c1 .5 2 .6 3 .4a5 5 0 0 1 3.7.7 4.5 4.5 0 0 0-3.1-2 4.9 4.9 0 0 1-2.6-1.4l.2-.8 6.6-1.3-6.6-1.2a8 8 0 0 0 0-.4 4.9 4.9 0 0 0 2.4-1.8 5 5 0 0 1 3-2 4.5 4.5 0 0 0-3.6.7 4.9 4.9 0 0 1-2.7.8 8 8 0 0 0-.4-.7l3.7-5.5-5.5 3.7a8 8 0 0 0-.3-.2c.5-1 .6-2 .4-3a5 5 0 0 1 .7-3.6 4.5 4.5 0 0 0-2 3 5 5 0 0 1-1.4 2.6 8 8 0 0 0-.8-.2l-1.3-6.5-1.2 6.5h-.4a4.9 4.9 0 0 0-1.8-2.3 5 5 0 0 1-2-3.1z",
1822
- overflow: "visible",
1823
- style: { marker: "none" }
1824
- }), _path316 || (_path316 = /* @__PURE__ */ React.createElement("path", { d: "M325.9 236.7c-1.7-1.4-3.8-1.6-4.9-.6-.8 1.1-.8 2.4.2 3.8a.5.5 0 0 0-.3.2 4.9 4.9 0 0 1-.3-4.1c1.5-1.3 3.7-1.4 5.2.7" })), _path317 || (_path317 = /* @__PURE__ */ React.createElement("path", { d: "M323.3 236.3c-1 0-1.2.2-1.6.5-.4.4-.6.3-.7.4 0 0 0 .3.1.2q.3 0 .9-.6c.4-.3.8-.3 1.3-.3 1.3 0 2 1 2.1 1 .2 0-.7-1.2-2.1-1.2" })), _path318 || (_path318 = /* @__PURE__ */ React.createElement("path", { d: "M325 237.5c-1-1-2.7-1-3.4 0h.2c.8-1 2.5-.6 2.6 0" })), _circle || (_circle = /* @__PURE__ */ React.createElement("circle", {
1825
- cx: 323.1,
1826
- cy: 237.4,
1827
- r: .6
1828
- })), _path319 || (_path319 = /* @__PURE__ */ React.createElement("path", { d: "M321.6 237.6c.7.6 2.2.7 3.3-.1h-.5c-.7.7-1.8.6-2.5 0" })), _path320 || (_path320 = /* @__PURE__ */ React.createElement("path", { d: "M325 237.8c-1.2 1-2.4.9-3.1.5-.7-.5-.7-.6-.6-.6l.8.4c.6.3 1.5.3 2.9-.2m-3.5 2a.4.4 0 1 1-.6.5c0 .1-.3.6-.9.6h-.1l.1.2c.1 0 .6 0 .9-.2a.6.6 0 1 0 .6-1m.9 3c-.7-.5-1-1-1.7-1a2 2 0 0 0-.7.1h-.1l.1.2c.3 0 .7-.3 1.2 0zm-.3 0c-1.4-.5-1.7-.2-2.1-.2h-.1l.1.3c.6 0 .9-.4 2.1-.1" })), _path321 || (_path321 = /* @__PURE__ */ React.createElement("path", { d: "M322.4 243c-1.6-.2-1.1.8-2.4.8h-.1l.1.2c1.6 0 .9-.9 2.4-1m-8.2-6.3c1.6-1.4 3.7-1.6 4.8-.6.8 1.1.8 2.4-.2 3.8a.5.5 0 0 1 .3.2 5 5 0 0 0 .3-4.1c-1.5-1.3-3.7-1.4-5.2.7" })), _path322 || (_path322 = /* @__PURE__ */ React.createElement("path", { d: "M316.7 236.3c1 0 1.2.2 1.6.5.4.4.6.3.7.4 0 0 0 .3-.1.2a4 4 0 0 1-.9-.6c-.4-.3-.8-.3-1.3-.3-1.3 0-2 1-2.1 1-.2 0 .7-1.2 2.1-1.2" })), _path323 || (_path323 = /* @__PURE__ */ React.createElement("path", { d: "M315 237.5c1-1 2.7-1 3.4 0h-.2c-.8-1-2.5-.6-2.6 0" })), _circle2 || (_circle2 = /* @__PURE__ */ React.createElement("circle", {
1829
- cx: -316.9,
1830
- cy: 237.4,
1831
- r: .6,
1832
- transform: "scale(-1 1)"
1833
- })), _path324 || (_path324 = /* @__PURE__ */ React.createElement("path", { d: "M318.4 237.6c-.7.6-2.2.7-3.3-.1h.5c.7.7 1.8.6 2.5 0" })), _path325 || (_path325 = /* @__PURE__ */ React.createElement("path", { d: "M315 237.8c1.2 1 2.4.9 3.1.5.8-.5.8-.6.6-.6l-.8.4c-.5.2-1.5.3-2.9-.2m3.5 2a.4.4 0 1 0 .6.5c0 .1.3.6.9.6h.1l-.1.2c-.1 0-.6 0-.9-.2a.6.6 0 1 1-.6-1m-.9 3c.7-.5 1-1 1.7-1l.7.1h.1l-.1.2c-.3 0-.7-.3-1.2 0zm.3 0c1.4-.5 1.7-.2 2.1-.2h.1l-.1.3c-.6 0-.9-.4-2.1-.1" })), _path326 || (_path326 = /* @__PURE__ */ React.createElement("path", { d: "M317.6 243c1.6-.2 1.1.8 2.4.8h.1l-.1.2c-1.6 0-.9-.9-2.4-1" })), _path327 || (_path327 = /* @__PURE__ */ React.createElement("path", {
1834
- fill: "#007934",
1835
- stroke: "#000",
1836
- strokeLinecap: "round",
1837
- strokeWidth: .1,
1838
- d: "M323.2 258.4c1.6.2 3.3.2 4.7-.3a9.9 9.9 0 0 1 4.2-.6c0-.2.5-.3.2-.5-.5-.3-1.2-.3-1.8-.6-1-.5-1.7-1.3-2.7-2-.1 0-.6-.3-.6-.5 2.2 3.2 7.5 1.5 12 1.2.4.1 1.5-.2 2.4-.5 1-.4 3.6 0 4.3-.5l-1.3-1c-.6-.8-2.3-.7-3-1.5-1.3-1.5-3.3-1.9-4.9-3-.3-.3-1-.2-1.6-.3-.6-.6 0-.5-5-4.7-4.5-1.8-4.2-3.2-7-4.3-1-.5-1.9-1.4-2.7-1.1a30 30 0 0 0-6.3 3c-1.2.6-2.7 2-3.8 2.8-.2.2-3.4 2.9-7 4.8a115 115 0 0 1-9.2 4.8c8-.4-7.3 2.3 29.1 4.8z"
1839
- })), _path328 || (_path328 = /* @__PURE__ */ React.createElement("path", {
1840
- fill: "#007934",
1841
- stroke: "#000",
1842
- strokeWidth: .1,
1843
- d: "M303.3 249c2-1 10-5.3 12.4-8.4-.4 0 .6 1 .5 1.4.8 0 .4-1 1-1 .5 0 .9-.1 1.3-.3.5 0 .2.2.2.4-.7 1.2-2 2-3.2 2.9l.2.4c.4 0 .9 0 1.1-.2l.1-.3c.4.1.3.5.1.7-.3.6-1.4.5-1.8 1a6.2 6.2 0 0 1-1.5 1.7c.5-.4 1-1 1.7-1 1 0 1.3-.7 2.2-.9.9-.1 1.5-.9 2.2-1.4-.3.4-.9.7-.7 1.2a.6.6 0 0 0 .6.2c-.7.8-2 1.4-2.4 2.4-.4-.2-.7.2-1 .2-.4.1-.3.8-.6 1-1.2.7-1.8 1.8-2.3 2.7l-1.3.7c-.7.3-4.6 3.4-4.7 3-.3-2.1-4.3 1.6-13.3-1.6m30.6-.1-.2-.2c.1-.3-.5-.4-.5-.7 1 0 1.8 1.2 2.5.5.1-.1-.3-.4.4-.6 0 0-.2-.1-.1-.2h-.8l-.8-.3c-.3-.1-.5-.5 0-.6 1-.1 1.9.5 2.6.2.6-.3 1.1-.3 1.7-.5.3-.1 1.2 0 .9.2-.2.2-.7.1-1 .2-.5.1-1 .4-1.4.6.3 0 .2.3.7.2a6 6 0 0 1 2-.4v-.5h.3c-.3-.5.6-.2 1-.6l.1.1c-.5.2-.3.5-.4.8 0 0-.3 0-.2.2.2.2.2-.2.5 0h.6c.3 0 .7-.1.5-.4-.3-.2-.6-.5-.6-.8l-.1-.1c.5 0 1 .2 1.1.4.3.3.3.6.8.7.8.2.7-.2.7-.6.7 0 1.6.3 1.4.6 0 .3-.6.5-1 .5s-.2.3-.4.3c-.4 0-.9 0-1 .2-.2.2 0 .7.3.9.4.2 1.2 0 1.8 0 .1-.3.5-.4.9-.6.4-.3-.2-.5-.5-.7-.3 0 0-.1 0-.3.3-.3.9 0 1-.2.1-.3-.1-.6.1-.8.2-.1.5.1.4.3l.7-.2c.3 0 .5.3.4.4-.5.2-.8.4-.7.8 0 .2-.5.3-.3.5.4.3.4.5.5.9.2.3 1 .4 1.6.3-.2-.7 1.4-.4 2-.5.1 0 .1-.1 0-.2-.3-.2-.3-.3-.3-.6l-.1-.1c1 .3 2.8.8 3.6 1.4-1 .2-2.8-.2-3.8 0a15 15 0 0 1-3.7.6c-.5 0-1-.3-1.6-.3m-11.3-.7-.4-.1"
1844
- })), _path329 || (_path329 = /* @__PURE__ */ React.createElement("path", {
1845
- fill: "#007934",
1846
- stroke: "#000",
1847
- strokeWidth: .1,
1848
- d: "M321.2 259.1c2 0 2.2 1.4 3.5.1 1.1.2 2.2-.2 2.2-.3 2.7.6 11.1-.2 10.6-.8-.9-1-2.3-1.4-3.4-2.2l-1.1-.4c-.7-.2-1.5 0-2-.3l-2.6-1.5c-.5-.4-.7-1-1.2-1.4-.6-.4-1.4-.5-2-.7-.9-.4-1.4-1.2-2.2-1.9l-1.1-.4c-.7-.3-1.2-1.1-1.9-1-1 .2-1.7 1-2.8 1.6-1 .4-1.4 1.1-2.2 1.6-.2.2-2.6 1.8-5.3 2.9a73 73 0 0 1-6.6 2.5s2.4 1.7 8 1.5l3.4 1 1.9-.3z"
1849
- })), _path330 || (_path330 = /* @__PURE__ */ React.createElement("path", {
1850
- fill: "#007934",
1851
- stroke: "#000",
1852
- strokeWidth: .1,
1853
- d: "M309.8 254.8c1.2-.6 6-2.9 7.4-4.5-.1 0 .5.5.4.7.5 0 .2-.4.6-.5l.8-.1c.3 0 .1 0 .1.2-.4.6-1.3 1-2 1.5l.2.2h.7v-.3c.3.1.2.3.1.4-.2.4-.9.3-1.1.6a3 3 0 0 1-1 .9c.4-.2.7-.5 1.1-.5.6 0 .8-.4 1.3-.5.6-.1 1-.5 1.4-.8-.2.2-.5.4-.4.7l.4.1c-.4.4-1.2.7-1.5 1.2l-.6.1c-.3.1-.2.5-.4.6-.7.3-1 1-1.4 1.4l-.8.4c-.4.2-2.8 1.8-2.8 1.6-.2-1.1-2.6.5-8-1.2"
1854
- })), /* @__PURE__ */ React.createElement("path", {
1855
- fill: "#00a6de",
1856
- stroke: "#000",
1857
- strokeWidth: .1,
1858
- d: "M320 214.2c-18.1 0-32.8 16.5-32.8 36.9S301.9 288 320 288s32.8-16.5 32.8-37c0-20.3-14.7-36.9-32.8-36.9zm0 8.2c13.2 0 24.7 12.3 24.7 28.7s-11.5 28.6-24.7 28.6-24.7-12.2-24.7-28.6 11.5-28.7 24.7-28.7z",
1859
- color: "#000",
1860
- fontFamily: "Sans",
1861
- fontWeight: 400,
1862
- overflow: "visible",
1863
- style: {
1864
- lineHeight: "normal",
1865
- textIndent: 0,
1866
- textAlign: "start",
1867
- textDecorationLine: "none",
1868
- textTransform: "none",
1869
- marker: "none"
1870
- }
1871
- }), _path331 || (_path331 = /* @__PURE__ */ React.createElement("path", {
1872
- fill: "#e8a30e",
1873
- d: "M324.7 266.8c0 .2 0 .2-.4.3-.4 0-.5 0-.5-.2s.1-.2.5-.2c.3-.1.4-.1.4 0z"
1874
- })), _path332 || (_path332 = /* @__PURE__ */ React.createElement("path", {
1875
- fill: "#e8a30e",
1876
- d: "m324.8 266.8-.5.2h-.5c0-.2.2-.2.5-.3h.5zm-2.8 9c.8-2.2 1-3.8-.2-6 2-1.9 3.3-1.2 4.6 0-1.2 2.3-1 4-.2 6a4 4 0 0 1-4.2 0"
1877
- })), _path333 || (_path333 = /* @__PURE__ */ React.createElement("path", {
1878
- fill: "#e8a30e",
1879
- d: "M324 268.6v7.7h.1v-7.7z"
1880
- })), _path334 || (_path334 = /* @__PURE__ */ React.createElement("path", {
1881
- fill: "#e8a30e",
1882
- d: "M324.4 268.6a44.6 44.6 0 0 0-.3 7.7c0-2.9.2-5.3.4-7.6zm.7-2.4c-.4.4-.6.4-.4 1 .4-.3.4-.5.4-1"
1883
- })), _path335 || (_path335 = /* @__PURE__ */ React.createElement("path", {
1884
- fill: "#e8a30e",
1885
- d: "M324.3 266.4c.2.3.6.4.3 1-.4-.3-.3-.4-.3-1"
1886
- })), _path336 || (_path336 = /* @__PURE__ */ React.createElement("path", {
1887
- fill: "#e8a30e",
1888
- d: "M324.3 267c.2.3.5.3.3.9-.3-.3-.4-.3-.4-.8z"
1889
- })), _path337 || (_path337 = /* @__PURE__ */ React.createElement("path", {
1890
- fill: "#e8a30e",
1891
- d: "M324.2 267.4c.2.2.5.4.3 1-.4-.4-.3-.4-.3-1"
1892
- })), _path338 || (_path338 = /* @__PURE__ */ React.createElement("path", {
1893
- fill: "#e8a30e",
1894
- d: "M324 267.9c.3.2.7.3.4 1-.4-.4-.2-.5-.4-1"
1895
- })), _path339 || (_path339 = /* @__PURE__ */ React.createElement("path", {
1896
- fill: "#e8a30e",
1897
- d: "M324 268.4c.2.2.6.3.4 1-.3-.4-.4-.4-.4-1m1.3-1.7c-.2.1-.6.1-.6.8.5-.3.5-.3.6-.8"
1898
- })), _path340 || (_path340 = /* @__PURE__ */ React.createElement("path", {
1899
- fill: "#e8a30e",
1900
- d: "M325.3 267.1c-.2.2-.7.2-.7.7.6-.2.5-.2.7-.7"
1901
- })), _path341 || (_path341 = /* @__PURE__ */ React.createElement("path", {
1902
- fill: "#e8a30e",
1903
- d: "M325.2 267.6c-.2.1-.6 0-.7.7.6-.3.6-.2.7-.8z"
1904
- })), _path342 || (_path342 = /* @__PURE__ */ React.createElement("path", {
1905
- fill: "#e8a30e",
1906
- d: "M325.2 268.1c-.2 0-.7 0-.7.7.4-.1.4-.3.7-.7"
1907
- })), _path343 || (_path343 = /* @__PURE__ */ React.createElement("path", {
1908
- fill: "#e8a30e",
1909
- d: "M325 268.6c-.4.1-.5 0-.6.7.5-.3.4-.2.5-.7zm.2.3c-.7 2.1-.8 4-.7 7.4h.1c0-3.4.1-5.2.8-7.3h-.1zm1.2-2.2c-.4.3-.6.2-.5.8.4-.1.4-.3.5-.8"
1910
- })), _path344 || (_path344 = /* @__PURE__ */ React.createElement("path", {
1911
- fill: "#e8a30e",
1912
- d: "M325.6 266.8c.2.2.5.4.1 1-.3-.4-.2-.5 0-1z"
1913
- })), _path345 || (_path345 = /* @__PURE__ */ React.createElement("path", {
1914
- fill: "#e8a30e",
1915
- d: "M325.4 267.4c.3.3.5.3.2.8-.2-.3-.3-.3-.2-.8"
1916
- })), _path346 || (_path346 = /* @__PURE__ */ React.createElement("path", {
1917
- fill: "#e8a30e",
1918
- d: "M325.3 267.7c.1.3.4.4.1 1-.3-.4-.3-.4-.1-1"
1919
- })), _path347 || (_path347 = /* @__PURE__ */ React.createElement("path", {
1920
- fill: "#e8a30e",
1921
- d: "M325 268.1c.3.3.6.5.3 1-.4-.4-.2-.5-.3-1"
1922
- })), _path348 || (_path348 = /* @__PURE__ */ React.createElement("path", {
1923
- fill: "#e8a30e",
1924
- d: "M324.9 268.6c.2.3.5.5.2 1-.3-.4-.3-.4-.2-1m1.6-1.4c-.2.2-.6 0-.7.7.5-.2.5-.2.7-.6z"
1925
- })), _path349 || (_path349 = /* @__PURE__ */ React.createElement("path", {
1926
- fill: "#e8a30e",
1927
- d: "M326.4 267.7c-.2 0-.6 0-.8.5.6-.1.6 0 .8-.5"
1928
- })), _path350 || (_path350 = /* @__PURE__ */ React.createElement("path", {
1929
- fill: "#e8a30e",
1930
- d: "M326.3 268c-.3.2-.7 0-.9.7.7-.2.6-.2.9-.6z"
1931
- })), _path351 || (_path351 = /* @__PURE__ */ React.createElement("path", {
1932
- fill: "#e8a30e",
1933
- d: "M326.1 268.6c-.2 0-.6-.2-.8.5.4 0 .4-.2.8-.5"
1934
- })), _path352 || (_path352 = /* @__PURE__ */ React.createElement("path", {
1935
- fill: "#e8a30e",
1936
- d: "M325.8 269c-.3 0-.5 0-.7.6.5-.2.5-.1.7-.6m.1.4c-1 1.9-1.1 3.6-.7 6.8l.2-.1c-.4-3-.2-4.7.6-6.6zm1.6-2.2c-.5.2-.7.2-.7.8.4-.2.5-.4.7-.8"
1937
- })), _path353 || (_path353 = /* @__PURE__ */ React.createElement("path", {
1938
- fill: "#e8a30e",
1939
- d: "M326.7 267.2c.1.3.4.5 0 1-.3-.5-.2-.5 0-1"
1940
- })), _path354 || (_path354 = /* @__PURE__ */ React.createElement("path", {
1941
- fill: "#e8a30e",
1942
- d: "M326.4 267.8c.2.2.4.4 0 .8 0-.4-.2-.4 0-.9z"
1943
- })), _path355 || (_path355 = /* @__PURE__ */ React.createElement("path", {
1944
- fill: "#e8a30e",
1945
- d: "M326.2 268c.1.3.4.5 0 1-.3-.4-.2-.4 0-1"
1946
- })), _path356 || (_path356 = /* @__PURE__ */ React.createElement("path", {
1947
- fill: "#e8a30e",
1948
- d: "M326 268.5c0 .3.4.5 0 1-.3-.5 0-.5 0-1"
1949
- })), _path357 || (_path357 = /* @__PURE__ */ React.createElement("path", {
1950
- fill: "#e8a30e",
1951
- d: "M325.7 268.9c.2.3.5.5 0 1-.1-.4-.2-.5 0-1m1.8-1.1c-.2 0-.6-.1-.8.5.6-.1.5 0 .8-.5"
1952
- })), _path358 || (_path358 = /* @__PURE__ */ React.createElement("path", {
1953
- fill: "#e8a30e",
1954
- d: "M327.3 268.2c-.2 0-.6-.1-.8.4.6 0 .6 0 .8-.4"
1955
- })), _path359 || (_path359 = /* @__PURE__ */ React.createElement("path", {
1956
- fill: "#e8a30e",
1957
- d: "M327.1 268.5c-.2 0-.6 0-.8.5.6 0 .5 0 .8-.5"
1958
- })), _path360 || (_path360 = /* @__PURE__ */ React.createElement("path", {
1959
- fill: "#e8a30e",
1960
- d: "M327 269c-.3 0-.7-.3-1 .4.5 0 .5-.1 1-.4m-.5.4c-.3 0-.4 0-.7.5.5-.1.5 0 .7-.5m-3-.7c.2 2.4.4 4.8.4 7.6h.1c.1-2.9 0-5.3-.4-7.6zm-.6-2.6c.4.4.5.4.4 1-.4-.3-.4-.5-.4-1"
1961
- })), _path361 || (_path361 = /* @__PURE__ */ React.createElement("path", {
1962
- fill: "#e8a30e",
1963
- d: "M323.7 266.4c-.3.2-.6.4-.4 1 .4-.3.4-.4.4-1"
1964
- })), _path362 || (_path362 = /* @__PURE__ */ React.createElement("path", {
1965
- fill: "#e8a30e",
1966
- d: "M323.7 267c-.3.3-.5.3-.3.8.2-.3.3-.2.3-.7z"
1967
- })), _path363 || (_path363 = /* @__PURE__ */ React.createElement("path", {
1968
- fill: "#e8a30e",
1969
- d: "M323.8 267.4c-.2.2-.5.3-.3 1 .4-.4.3-.4.3-1"
1970
- })), _path364 || (_path364 = /* @__PURE__ */ React.createElement("path", {
1971
- fill: "#e8a30e",
1972
- d: "M324 267.9c-.3.2-.7.3-.5 1 .5-.4.2-.5.4-1z"
1973
- })), _path365 || (_path365 = /* @__PURE__ */ React.createElement("path", {
1974
- fill: "#e8a30e",
1975
- d: "M324 268.4c-.3.2-.6.3-.4.9.3-.3.4-.4.4-.9m-1.3-1.8c.2.2.6.2.6.8-.5-.3-.5-.2-.6-.8"
1976
- })), _path366 || (_path366 = /* @__PURE__ */ React.createElement("path", {
1977
- fill: "#e8a30e",
1978
- d: "M322.7 267.1c.2.1.6.1.6.7-.5-.3-.5-.2-.6-.7"
1979
- })), _path367 || (_path367 = /* @__PURE__ */ React.createElement("path", {
1980
- fill: "#e8a30e",
1981
- d: "M322.8 267.5c.2.1.6.1.6.8-.5-.3-.5-.3-.6-.8"
1982
- })), _path368 || (_path368 = /* @__PURE__ */ React.createElement("path", {
1983
- fill: "#e8a30e",
1984
- d: "M322.8 268c.2.1.7 0 .7.8-.4-.1-.4-.4-.7-.7z"
1985
- })), _path369 || (_path369 = /* @__PURE__ */ React.createElement("path", {
1986
- fill: "#e8a30e",
1987
- d: "M323 268.5c.3.2.5.1.5.8-.4-.3-.4-.3-.5-.8m-.2.5a4 4 0 0 0-.2.1c.7 2 1 3.9.9 7.2h.1a19 19 0 0 0-.8-7.3m-1.2-2.4c.4.3.5.3.5.8-.4-.1-.4-.3-.5-.8"
1988
- })), _path370 || (_path370 = /* @__PURE__ */ React.createElement("path", {
1989
- fill: "#e8a30e",
1990
- d: "M322.4 266.7c-.2.3-.5.4-.2 1 .3-.4.3-.4.2-1"
1991
- })), _path371 || (_path371 = /* @__PURE__ */ React.createElement("path", {
1992
- fill: "#e8a30e",
1993
- d: "M322.6 267.3c-.3.3-.6.4-.2.9.2-.4.3-.4.2-.9"
1994
- })), _path372 || (_path372 = /* @__PURE__ */ React.createElement("path", {
1995
- fill: "#e8a30e",
1996
- d: "M322.7 267.6c-.2.3-.5.5-.1 1 .3-.4.2-.4.1-1"
1997
- })), _path373 || (_path373 = /* @__PURE__ */ React.createElement("path", {
1998
- fill: "#e8a30e",
1999
- d: "M323 268.1c-.3.3-.6.4-.3 1 .4-.5.1-.5.2-1z"
2000
- })), _path374 || (_path374 = /* @__PURE__ */ React.createElement("path", {
2001
- fill: "#e8a30e",
2002
- d: "M323 268.6c-.1.2-.5.4-.1 1 .2-.4.3-.5.2-1zm-1.5-1.5c.2.1.6 0 .7.7-.6-.2-.5-.2-.7-.7"
2003
- })), _path375 || (_path375 = /* @__PURE__ */ React.createElement("path", {
2004
- fill: "#e8a30e",
2005
- d: "M321.6 267.6c.2 0 .6 0 .7.5-.5-.1-.5 0-.7-.5"
2006
- })), _path376 || (_path376 = /* @__PURE__ */ React.createElement("path", {
2007
- fill: "#e8a30e",
2008
- d: "M321.7 268c.2 0 .7 0 .8.6-.6-.2-.6-.2-.8-.7z"
2009
- })), _path377 || (_path377 = /* @__PURE__ */ React.createElement("path", {
2010
- fill: "#e8a30e",
2011
- d: "M321.9 268.5c.2 0 .6-.2.8.6-.4 0-.5-.3-.8-.6"
2012
- })), _path378 || (_path378 = /* @__PURE__ */ React.createElement("path", {
2013
- fill: "#e8a30e",
2014
- d: "M322.2 269c.3 0 .4 0 .6.5-.5-.2-.4-.1-.6-.6zm0 .5a4 4 0 0 0-.2 0c.9 2 1 3.6.7 6.6h.2c.3-3 .2-4.6-.8-6.6zm-1.7-2.5c.4.3.6.2.6.8-.4-.1-.5-.3-.6-.8"
2015
- })), _path379 || (_path379 = /* @__PURE__ */ React.createElement("path", {
2016
- fill: "#e8a30e",
2017
- d: "M321.3 267c-.1.3-.4.6 0 1 .3-.4.2-.4 0-1"
2018
- })), _path380 || (_path380 = /* @__PURE__ */ React.createElement("path", {
2019
- fill: "#e8a30e",
2020
- d: "M321.6 267.6c-.2.3-.5.4-.1.9.1-.4.3-.4 0-.9z"
2021
- })), _path381 || (_path381 = /* @__PURE__ */ React.createElement("path", {
2022
- fill: "#e8a30e",
2023
- d: "M321.8 268c-.2.2-.4.4 0 1 .2-.5.2-.5 0-1"
2024
- })), _path382 || (_path382 = /* @__PURE__ */ React.createElement("path", {
2025
- fill: "#e8a30e",
2026
- d: "M322 268.4c-.1.3-.4.5 0 1 .3-.5 0-.5 0-1"
2027
- })), _path383 || (_path383 = /* @__PURE__ */ React.createElement("path", {
2028
- fill: "#e8a30e",
2029
- d: "M322.3 268.8c-.2.3-.5.5-.1 1 .2-.4.2-.5 0-1zm-1.8-1.2c.2 0 .6 0 .8.5-.6 0-.6 0-.8-.5"
2030
- })), _path384 || (_path384 = /* @__PURE__ */ React.createElement("path", {
2031
- fill: "#e8a30e",
2032
- d: "M320.6 268c.3 0 .7 0 .9.5-.6-.1-.6 0-.9-.5"
2033
- })), _path385 || (_path385 = /* @__PURE__ */ React.createElement("path", {
2034
- fill: "#e8a30e",
2035
- d: "M320.8 268.4c.3 0 .7 0 1 .5-.7-.1-.7 0-1-.5"
2036
- })), _path386 || (_path386 = /* @__PURE__ */ React.createElement("path", {
2037
- fill: "#e8a30e",
2038
- d: "M321 268.9c.3 0 .7-.3 1 .5-.5 0-.5-.3-1-.5"
2039
- })), _path387 || (_path387 = /* @__PURE__ */ React.createElement("path", {
2040
- fill: "#e8a30e",
2041
- d: "M321.4 269.3c.3 0 .5 0 .7.5-.5-.1-.4 0-.7-.5m2.2-3.2c.3.4.5.4.3 1-.4-.3-.3-.5-.3-1"
2042
- })), _path388 || (_path388 = /* @__PURE__ */ React.createElement("path", {
2043
- fill: "#e8a30e",
2044
- d: "M324.3 266.4c-.2.2-.5.3-.4 1 .5-.3.4-.4.4-1"
2045
- })), _path389 || (_path389 = /* @__PURE__ */ React.createElement("path", {
2046
- fill: "#e8a30e",
2047
- d: "M324.4 267c-.3.2-.6.3-.4.8.2-.3.3-.2.4-.7z"
2048
- })), _path390 || (_path390 = /* @__PURE__ */ React.createElement("path", {
2049
- fill: "#e8a30e",
2050
- d: "M324.4 267.4c-.2.2-.5.3-.4 1 .4-.4.4-.4.4-1"
2051
- })), _path391 || (_path391 = /* @__PURE__ */ React.createElement("path", {
2052
- fill: "#e8a30e",
2053
- d: "M324.5 268c-.3.1-.6.2-.5.8.5-.3.3-.4.5-.9z"
2054
- })), _path392 || (_path392 = /* @__PURE__ */ React.createElement("path", {
2055
- fill: "#e8a30e",
2056
- d: "M324.5 268.4c-.2.2-.6.3-.4.9.3-.3.4-.3.4-.9m-1.2-1.8c.2.2.6.2.6.8-.5-.3-.5-.3-.6-.8"
2057
- })), _path393 || (_path393 = /* @__PURE__ */ React.createElement("path", {
2058
- fill: "#e8a30e",
2059
- d: "M323.3 267c.2.2.6.2.6.8-.5-.3-.5-.3-.6-.8"
2060
- })), _path394 || (_path394 = /* @__PURE__ */ React.createElement("path", {
2061
- fill: "#e8a30e",
2062
- d: "M323.4 267.4c.2.2.6.2.6.9-.5-.4-.5-.3-.6-.9"
2063
- })), _path395 || (_path395 = /* @__PURE__ */ React.createElement("path", {
2064
- fill: "#e8a30e",
2065
- d: "M323.4 268c.2.1.7 0 .6.8-.4-.2-.3-.4-.6-.8"
2066
- })), _path396 || (_path396 = /* @__PURE__ */ React.createElement("path", {
2067
- fill: "#e8a30e",
2068
- d: "M323.6 268.5c.2.1.4.1.4.8-.4-.4-.4-.3-.4-.8m-.4.3h-.1c.5 2.5.7 4.7.6 7.5h.2c0-2.5 0-5-.7-7.5m-1-2.4c.4.4.6.3.5 1-.4-.3-.4-.5-.5-1"
2069
- })), _path397 || (_path397 = /* @__PURE__ */ React.createElement("path", {
2070
- fill: "#e8a30e",
2071
- d: "M323 266.6c-.2.2-.5.4-.2 1 .3-.4.3-.4.2-1"
2072
- })), _path398 || (_path398 = /* @__PURE__ */ React.createElement("path", {
2073
- fill: "#e8a30e",
2074
- d: "M323.1 267.2c-.2.2-.5.3-.2.8.2-.3.3-.3.2-.8"
2075
- })), _path399 || (_path399 = /* @__PURE__ */ React.createElement("path", {
2076
- fill: "#e8a30e",
2077
- d: "M323.3 267.5c-.2.3-.5.4-.2 1 .3-.3.3-.4.2-1"
2078
- })), _path400 || (_path400 = /* @__PURE__ */ React.createElement("path", {
2079
- fill: "#e8a30e",
2080
- d: "M323.5 268c-.3.3-.6.4-.3 1 .4-.4.2-.5.3-1"
2081
- })), _path401 || (_path401 = /* @__PURE__ */ React.createElement("path", {
2082
- fill: "#e8a30e",
2083
- d: "M323.6 268.5c-.2.3-.6.4-.3 1 .3-.4.3-.5.3-1M322 267c.3 0 .7 0 .8.6-.6-.2-.6-.1-.8-.6"
2084
- })), _path402 || (_path402 = /* @__PURE__ */ React.createElement("path", {
2085
- fill: "#e8a30e",
2086
- d: "M322.1 267.4c.2.1.7 0 .8.6-.6-.2-.6-.1-.8-.6"
2087
- })), _path403 || (_path403 = /* @__PURE__ */ React.createElement("path", {
2088
- fill: "#e8a30e",
2089
- d: "M322.3 267.8c.2.1.6 0 .7.7-.6-.2-.6-.2-.7-.7"
2090
- })), _path404 || (_path404 = /* @__PURE__ */ React.createElement("path", {
2091
- fill: "#e8a30e",
2092
- d: "M322.4 268.3c.2 0 .6-.1.8.7-.5-.1-.5-.3-.8-.7"
2093
- })), _path405 || (_path405 = /* @__PURE__ */ React.createElement("path", {
2094
- fill: "#e8a30e",
2095
- d: "M322.7 268.8c.3 0 .4 0 .6.6-.5-.2-.5-.1-.6-.6m-.8.9c.6 1.4.8 2.6.7 3.7l-.3 2.5h.1c.6-2.5.5-4.4-.5-6.2"
2096
- })), _path406 || (_path406 = /* @__PURE__ */ React.createElement("path", {
2097
- fill: "#e8a30e",
2098
- d: "m322.5 269.2-.1.1c.8 2.1.9 4 .7 7h.1c.2-3 .1-5-.7-7zm-1.4-2.4c.4.3.5.2.5.8-.4-.1-.4-.3-.5-.8"
2099
- })), _path407 || (_path407 = /* @__PURE__ */ React.createElement("path", {
2100
- fill: "#e8a30e",
2101
- d: "M321.8 266.9c-.1.2-.4.4 0 1 .3-.4.2-.5 0-1"
2102
- })), _path408 || (_path408 = /* @__PURE__ */ React.createElement("path", {
2103
- fill: "#e8a30e",
2104
- d: "M322 267.4c-.1.3-.4.4 0 1 .1-.4.2-.4 0-1"
2105
- })), _path409 || (_path409 = /* @__PURE__ */ React.createElement("path", {
2106
- fill: "#e8a30e",
2107
- d: "M322.3 267.8c-.2.2-.5.4 0 1 .2-.5.1-.5 0-1"
2108
- })), _path410 || (_path410 = /* @__PURE__ */ React.createElement("path", {
2109
- fill: "#e8a30e",
2110
- d: "M322.5 268.2c-.2.3-.5.5 0 1 .2-.5 0-.5 0-1"
2111
- })), _path411 || (_path411 = /* @__PURE__ */ React.createElement("path", {
2112
- fill: "#e8a30e",
2113
- d: "M322.7 268.7c-.1.2-.5.5-.1 1 .2-.4.3-.5.1-1m-1.7-1.3c.2 0 .6 0 .8.5-.6-.1-.6 0-.8-.5"
2114
- })), _path412 || (_path412 = /* @__PURE__ */ React.createElement("path", {
2115
- fill: "#e8a30e",
2116
- d: "M321.1 267.8c.3 0 .7 0 .8.5-.5-.1-.5 0-.8-.5"
2117
- })), _path413 || (_path413 = /* @__PURE__ */ React.createElement("path", {
2118
- fill: "#e8a30e",
2119
- d: "M321.3 268.1c.2.1.7 0 .9.6-.6-.1-.6 0-.9-.6"
2120
- })), _path414 || (_path414 = /* @__PURE__ */ React.createElement("path", {
2121
- fill: "#e8a30e",
2122
- d: "M321.5 268.7c.2 0 .6-.3.9.5-.5 0-.5-.2-.9-.5"
2123
- })), _path415 || (_path415 = /* @__PURE__ */ React.createElement("path", {
2124
- fill: "#e8a30e",
2125
- d: "M321.9 269c.3.1.4 0 .6.6-.4-.1-.4 0-.6-.5zm-2-1.6c.5.2.7.2.8.7-.4 0-.5-.2-.7-.7z"
2126
- })), _path416 || (_path416 = /* @__PURE__ */ React.createElement("path", {
2127
- fill: "#e8a30e",
2128
- d: "M320.7 267.4c0 .3-.3.5.2 1 .2-.5.1-.5-.2-1"
2129
- })), _path417 || (_path417 = /* @__PURE__ */ React.createElement("path", {
2130
- fill: "#e8a30e",
2131
- d: "M321 267.9c0 .3-.3.5.1.9.1-.4.2-.4 0-.9z"
2132
- })), _path418 || (_path418 = /* @__PURE__ */ React.createElement("path", {
2133
- fill: "#e8a30e",
2134
- d: "M321.3 268.2c0 .3-.3.5.1 1 .2-.5.2-.5 0-1z"
2135
- })), _path419 || (_path419 = /* @__PURE__ */ React.createElement("path", {
2136
- fill: "#e8a30e",
2137
- d: "M321.6 268.6c0 .3-.4.5.1 1 .2-.6 0-.5 0-1z"
2138
- })), _path420 || (_path420 = /* @__PURE__ */ React.createElement("path", {
2139
- fill: "#e8a30e",
2140
- d: "M322 269c-.2.3-.5.6 0 1 .1-.4.2-.5 0-1m-2-1c.2 0 .6-.1.9.4-.6 0-.6 0-1-.4z"
2141
- })), _path421 || (_path421 = /* @__PURE__ */ React.createElement("path", {
2142
- fill: "#e8a30e",
2143
- d: "M320.2 268.4c.2 0 .6-.2.9.4-.6 0-.6 0-.9-.4"
2144
- })), _path422 || (_path422 = /* @__PURE__ */ React.createElement("path", {
2145
- fill: "#e8a30e",
2146
- d: "M320.4 268.7c.3 0 .7-.1 1 .4-.6 0-.6 0-1-.4"
2147
- })), _path423 || (_path423 = /* @__PURE__ */ React.createElement("path", {
2148
- fill: "#e8a30e",
2149
- d: "M320.7 269.2c.2 0 .6-.3 1 .4-.5 0-.5-.2-1-.4"
2150
- })), _path424 || (_path424 = /* @__PURE__ */ React.createElement("path", {
2151
- fill: "#e8a30e",
2152
- d: "M321.1 269.5c.3 0 .5 0 .8.5-.5 0-.5 0-.8-.5m3.8-.7a25.9 25.9 0 0 0-.7 7.5 3 3 0 0 0 .2 0c0-2.8 0-5 .7-7.4a3 3 0 0 0-.2-.1m1-2.3c-.4.3-.5.3-.5.9.4-.2.5-.4.5-.9"
2153
- })), _path425 || (_path425 = /* @__PURE__ */ React.createElement("path", {
2154
- fill: "#e8a30e",
2155
- d: "M325.1 266.6c.2.3.5.5.2 1-.3-.4-.3-.4-.2-1"
2156
- })), _path426 || (_path426 = /* @__PURE__ */ React.createElement("path", {
2157
- fill: "#e8a30e",
2158
- d: "M325 267.3c.3.2.5.3.2.8-.2-.3-.3-.3-.2-.9z"
2159
- })), _path427 || (_path427 = /* @__PURE__ */ React.createElement("path", {
2160
- fill: "#e8a30e",
2161
- d: "M324.9 267.6c.2.2.5.4.2 1-.4-.4-.3-.5-.2-1"
2162
- })), _path428 || (_path428 = /* @__PURE__ */ React.createElement("path", {
2163
- fill: "#e8a30e",
2164
- d: "M324.7 268c.2.3.5.5.2 1-.4-.4-.1-.5-.2-1"
2165
- })), _path429 || (_path429 = /* @__PURE__ */ React.createElement("path", {
2166
- fill: "#e8a30e",
2167
- d: "M324.5 268.5c.2.3.6.5.3 1-.3-.4-.3-.4-.3-1m1.6-1.5c-.2.2-.6 0-.7.7.5-.2.5-.2.7-.7"
2168
- })), _path430 || (_path430 = /* @__PURE__ */ React.createElement("path", {
2169
- fill: "#e8a30e",
2170
- d: "M326 267.5c-.2 0-.6 0-.7.6.5-.2.5-.1.7-.6"
2171
- })), _path431 || (_path431 = /* @__PURE__ */ React.createElement("path", {
2172
- fill: "#e8a30e",
2173
- d: "M325.9 267.9c-.2 0-.7 0-.8.6.6-.2.6-.1.8-.6"
2174
- })), _path432 || (_path432 = /* @__PURE__ */ React.createElement("path", {
2175
- fill: "#e8a30e",
2176
- d: "M325.7 268.4c-.2 0-.6-.2-.7.6.4 0 .4-.3.7-.6"
2177
- })), _path433 || (_path433 = /* @__PURE__ */ React.createElement("path", {
2178
- fill: "#e8a30e",
2179
- d: "M325.4 268.8c-.2.1-.4 0-.5.7.4-.2.4-.2.5-.7m.2.4c-.9 2.1-1 4.1-.8 7h.2c-.2-3-.1-4.9.7-7zm1.5-2.3c-.5.3-.6.2-.6.8.4-.1.4-.3.6-.8"
2180
- })), _path434 || (_path434 = /* @__PURE__ */ React.createElement("path", {
2181
- fill: "#e8a30e",
2182
- d: "M326.3 267c.1.2.4.5 0 1-.3-.5-.2-.5 0-1"
2183
- })), _path435 || (_path435 = /* @__PURE__ */ React.createElement("path", {
2184
- fill: "#e8a30e",
2185
- d: "M326 267.5c.3.3.5.5.1 1-.1-.5-.2-.5 0-1z"
2186
- })), _path436 || (_path436 = /* @__PURE__ */ React.createElement("path", {
2187
- fill: "#e8a30e",
2188
- d: "M325.9 267.8c.1.3.4.5 0 1-.3-.4-.2-.4 0-1"
2189
- })), _path437 || (_path437 = /* @__PURE__ */ React.createElement("path", {
2190
- fill: "#e8a30e",
2191
- d: "M325.6 268.3c.2.3.5.5.1 1-.3-.5 0-.5-.1-1"
2192
- })), _path438 || (_path438 = /* @__PURE__ */ React.createElement("path", {
2193
- fill: "#e8a30e",
2194
- d: "M325.4 268.7c.2.3.5.5.1 1-.2-.4-.3-.4-.1-1m1.7-1.2c-.2.1-.6 0-.8.5.6 0 .6 0 .8-.5"
2195
- })), _path439 || (_path439 = /* @__PURE__ */ React.createElement("path", {
2196
- fill: "#e8a30e",
2197
- d: "M327 268c-.2 0-.6-.1-.8.4.6-.1.5 0 .8-.5z"
2198
- })), _path440 || (_path440 = /* @__PURE__ */ React.createElement("path", {
2199
- fill: "#e8a30e",
2200
- d: "M326.8 268.3c-.2 0-.7 0-.8.5.6-.1.5 0 .8-.5"
2201
- })), _path441 || (_path441 = /* @__PURE__ */ React.createElement("path", {
2202
- fill: "#e8a30e",
2203
- d: "M326.6 268.8c-.2 0-.6-.3-.8.5.4 0 .4-.3.8-.5"
2204
- })), _path442 || (_path442 = /* @__PURE__ */ React.createElement("path", {
2205
- fill: "#e8a30e",
2206
- d: "M326.3 269.2c-.4 0-.5 0-.7.5.4-.1.4 0 .6-.5zm0 .5c-1.1 2-1 4-.6 6.3h.2l-.3-2.9a6 6 0 0 1 .8-3.3h-.1zm1.9-2c-.5.1-.7 0-.8.6.5 0 .5-.2.8-.7z"
2207
- })), _path443 || (_path443 = /* @__PURE__ */ React.createElement("path", {
2208
- fill: "#e8a30e",
2209
- d: "M327.4 267.5c0 .3.3.6-.2 1-.2-.5-.1-.5.2-1"
2210
- })), _path444 || (_path444 = /* @__PURE__ */ React.createElement("path", {
2211
- fill: "#e8a30e",
2212
- d: "M327 268c.2.3.4.5 0 .9-.1-.4-.2-.4 0-.9"
2213
- })), _path445 || (_path445 = /* @__PURE__ */ React.createElement("path", {
2214
- fill: "#e8a30e",
2215
- d: "M326.8 268.3c.1.3.3.5-.1 1-.2-.5-.2-.5.1-1"
2216
- })), _path446 || (_path446 = /* @__PURE__ */ React.createElement("path", {
2217
- fill: "#e8a30e",
2218
- d: "M326.5 268.7c0 .3.4.6-.1 1-.2-.6 0-.5 0-1z"
2219
- })), _path447 || (_path447 = /* @__PURE__ */ React.createElement("path", {
2220
- fill: "#e8a30e",
2221
- d: "M326.2 269c.1.4.4.7 0 1-.2-.4-.2-.4 0-1m2-.8c-.3 0-.6-.2-1 .4.6 0 .6 0 1-.4"
2222
- })), _path448 || (_path448 = /* @__PURE__ */ React.createElement("path", {
2223
- fill: "#e8a30e",
2224
- d: "M327.9 268.6c-.2 0-.6-.2-.9.3.6 0 .6 0 .9-.3"
2225
- })), _path449 || (_path449 = /* @__PURE__ */ React.createElement("path", {
2226
- fill: "#e8a30e",
2227
- d: "M327.7 268.9c-.3 0-.7-.2-1 .4.7 0 .6 0 1-.4"
2228
- })), _path450 || (_path450 = /* @__PURE__ */ React.createElement("path", {
2229
- fill: "#e8a30e",
2230
- d: "M327.4 269.4c-.2 0-.6-.4-1 .3.5 0 .6-.2 1-.3"
2231
- })), _path451 || (_path451 = /* @__PURE__ */ React.createElement("path", {
2232
- fill: "#e8a30e",
2233
- d: "M327 269.7c-.3 0-.5-.1-.8.4.5 0 .5 0 .8-.4m-3.5 2.7h1.1c.7 0 1.2.2 1.2.4s-.5.3-1.2.3h-1.1c-.7 0-1.3-.2-1.3-.4s.6-.3 1.3-.3"
2234
- })), _path452 || (_path452 = /* @__PURE__ */ React.createElement("path", {
2235
- fill: "#e8a30e",
2236
- d: "m322.7 272.4-.4.6a.3.3 0 0 0 .2 0h.2l.4-.6zm.9 0-.4.6h.4l.4-.6zm.9 0-.4.7h.4l.4-.7zm.8 0-.3.7h.4l.3-.6a.3.3 0 0 0-.2 0z"
2237
- })), _path453 || (_path453 = /* @__PURE__ */ React.createElement("path", {
2238
- fill: "#e7e7e7",
2239
- stroke: "#000",
2240
- strokeWidth: .1,
2241
- d: "m316.5 268.8.5 2.7.2.2v1.1c.3.5.3 1.1.5 1.6l.3.6h.4l.1.2-.2.2h-.6l-.3-.1v-.3h-.2l-.1-.6-.8-1c0-.1 0-.4-.2-.5l-.3-.3c-.5-1-1-3-1-3m-6.4-1 1.8.4-.5 2.6c-.3.8-.3.9-.2 1 .2.5.4 1.2 1.1 2.3l.6.4.5.3h.5l.1-.2c0-.1-.3 0-.5-.2 0-.3-.5-.8-.5-1.2-.3-.7-.2-.7-.2-1.5l.5-1.6c.2-.5.5-1.4.5-2l-.8-1.7-.5-.7m-1.6-1.1c-2.9 1-1.7 3.5-.9 3.6m9.2-8.1.4-1v-.4l-.7.9"
2242
- })), _path454 || (_path454 = /* @__PURE__ */ React.createElement("path", {
2243
- fill: "#e7e7e7",
2244
- stroke: "#000",
2245
- strokeWidth: .1,
2246
- d: "M319.2 262.4c.2 0 .4.1.4 0v-.6c-.6-.4-1-.4-1-.7v-.2c0-.2-.8-.3-1-.4l-.4-.2h-.2c-.8 0-1.1.7-1.2 1.2 0 0-.2 2.1-.5 3a.7.7 0 0 1-.2.3l-.2.2c-2-.2-3.4-.2-4.2-.2s-1.8.7-1.8.7-1 .6-1.1 1.6c-.1.3 0 .7.1 1 1 2.7 1.8 0 2.1.1h.4c.5 0 1.4 1.5 2.7 1.8 4 .9 5-1.2 5-5.8v-.2l.2-.4v-.8l1-.2.2-.1"
2247
- })), _path455 || (_path455 = /* @__PURE__ */ React.createElement("path", {
2248
- fill: "#e7e7e7",
2249
- stroke: "#000",
2250
- strokeWidth: .1,
2251
- d: "m317.3 261 .4-1v-.4l-.9 1m-8.9 7.6c.3.8.7 1.5.7 1.8 0 .4-.3.6-.3.7h-.2l-.2.6a1.3 1.3 0 0 0 0 .6c0 .7.4 2.2.4 2.3 0 0 .3 0 .3.2v1.2c0 .2.3.3.3.3h.6l-.4-.4a.4.4 0 0 1 0-.2c0-.2.2-.4.3-.5v-.3l-.1-.2a8 8 0 0 1-.1-.9v-1.1l.2-.2.1-.2 1-.6.8-1 .2-.5a.5.5 0 0 0 0-.2 3.8 3.8 0 0 0-.3-.9 3.2 3.2 0 0 0-.6-.8m5.9 1.8c-.5.4-1.8.7-1.8 1 0 0 0 1.6-.2 2.2l-.3.6-.2.7-.3 1v.3l.4.3h-.4l-.6-.2V274l-.2-1.4.1-1-.1-3.6m4.7-5.4c.2.2.6.4 1.3.1.2.1.3.2.6-.2m-.3-.5h.2s.1 0 0 0c0 0 0-.1 0 0z"
2252
- })), _path456 || (_path456 = /* @__PURE__ */ React.createElement("path", { d: "M317.8 261.4c.2.3.4.3.6.1-.2-.3-.4-.1-.5-.1z" })), _path457 || (_path457 = /* @__PURE__ */ React.createElement("path", {
2253
- fill: "#e7e7e7",
2254
- fillRule: "evenodd",
2255
- stroke: "#000",
2256
- strokeWidth: .1,
2257
- d: "M329.1 272.9a2 2 0 0 0 0 .7v.8a2 2 0 0 0 0 .7 2 2 0 0 0 0 .7c.2.2 1 .2 1.2 0a2.2 2.2 0 0 0 0-.7v-.7a2 2 0 0 0 0-.7v-.8a2.3 2.3 0 0 0 0-.8v-.7a2.2 2.2 0 0 0 0-.8v-.8a2.4 2.4 0 0 0 0-.8v-.7a2.2 2.2 0 0 0 0-.8 1.9 1.9 0 0 0 0-.8 2.5 2.5 0 0 0 0-.8 2.3 2.3 0 0 0 0-.8 3.3 3.3 0 0 0 0-.8 3 3 0 0 0 0-.7v-.8a2.6 2.6 0 0 0 0-.8 2.7 2.7 0 0 0 0-.8v-.8a2.3 2.3 0 0 0 0-.8v-.7a2 2 0 0 0 0-.3h-.9v1a2.3 2.3 0 0 0 0 .8v.8a2.7 2.7 0 0 0 0 .8 2.6 2.6 0 0 0 0 .8 3 3 0 0 0 0 .7l-.1.8v.8a2.4 2.4 0 0 0 0 .8 2.5 2.5 0 0 0 0 .8 1.9 1.9 0 0 0 0 .8c-.1.3-.1.5 0 .8v.7a2.4 2.4 0 0 0-.1.8 2.6 2.6 0 0 0 0 .8 2.2 2.2 0 0 0 0 .8 2 2 0 0 0 0 .7 2.3 2.3 0 0 0 0 .8z"
2258
- })), _path458 || (_path458 = /* @__PURE__ */ React.createElement("path", {
2259
- fill: "#e7e7e7",
2260
- fillRule: "evenodd",
2261
- stroke: "#000",
2262
- strokeLinejoin: "round",
2263
- strokeWidth: .1,
2264
- d: "M329.1 273.6c.3.2 1 .1 1.2 0m-1.2-.7h1.2m-1.2-.8h1.2m-1.1-.7h1.1m-1.1-.8h1.1m-1.1-.8h1.1m-1-.8h1m-1-.7h1m-1-.8h1m-1-.8h1m-1-.8h1m-1-.8h1m-1-.8h1m-1-.7h1m-1-.8h1m-1-.8h1m-.9-.8h.8m-.8-.8h.8m-.8-.8h.8m-.8-.7h.8m-1 15.5h1.1m-1.2.7h1.2"
2265
- })), _path459 || (_path459 = /* @__PURE__ */ React.createElement("path", {
2266
- fill: "#007934",
2267
- fillRule: "evenodd",
2268
- stroke: "#e7e7e7",
2269
- strokeWidth: .1,
2270
- d: "M331.5 257a13 13 0 0 1 2.1 0 14 14 0 0 0-.8-.3h2.2a5 5 0 0 0-1-.5 8 8 0 0 1 2.2.1l-1-.5c.9 0 1.2 0 2 .2a2.6 2.6 0 0 0-.9-.5 8 8 0 0 1 2.5-.2 8.6 8.6 0 0 0-8 .8 6 6 0 0 1 1-1.1 2.5 2.5 0 0 0-.7 0c.3-.3.8-.8 1.2-1l-.7.1 1.4-1a3.1 3.1 0 0 0-.9.1 5.2 5.2 0 0 1 1.6-1.1 4 4 0 0 0-1 0 8.7 8.7 0 0 1 2-1.3c-3.3.4-5.1 2.8-5.3 4.8a7 7 0 0 0-6.6-3.6c1 .3 1.8.7 2.4 1a4.4 4.4 0 0 0-1 .1c.7.2 1.5.6 2 1a3.4 3.4 0 0 0-1 0l1.8.8-.8.1a5 5 0 0 1 1.5.8h-.8c1 .4 1.1.6 1.3.7a8 8 0 0 0-7.3 3 10 10 0 0 1 2.2-1l-.5.8c.5-.4 1.3-.8 2-1a5 5 0 0 0-.4.7l1.8-1-.4.8 1.7-.7-.5.7 1-.4a6.2 6.2 0 0 0-2.9 5.8l.9-2v1a8.5 8.5 0 0 1 1-2v1l1-2v1l1.1-1.9v.8l.3-.6.7-.9.2.3c.3.4.4 1.1.5 1.8a3.2 3.2 0 0 0 .2-.9c.3.7.7 1.8.7 2.4a3.6 3.6 0 0 0 .2-1c.3.5.6 1.8.7 2.3l.3-.9c.3.8.4 1.7.5 2.3.8-3-.4-4.9-1.8-6.3.4.1.8.5 1.3 1a5 5 0 0 0-.3-.9l1.5 1.4-.2-.8c.6.4 1.1 1.2 1.5 1.6a5.4 5.4 0 0 0-.2-1 6 6 0 0 1 1.3 1.8l-.1-1c.7.6 1 1.3 1.3 1.7 0-2.7-3.1-5-6-5.3z"
2271
- })), _path460 || (_path460 = /* @__PURE__ */ React.createElement("path", {
2272
- fill: "none",
2273
- stroke: "#e7e7e7",
2274
- strokeLinecap: "round",
2275
- strokeLinejoin: "round",
2276
- strokeWidth: .1,
2277
- d: "M330.3 257.1c3.1-.5 7.2 2.3 7.2 5.3-.3-.4-.6-1.1-1.3-1.8l.1 1a6 6 0 0 0-1.3-1.7l.2 1c-.4-.4-.9-1.2-1.5-1.6l.2.8-1.5-1.4.3 1c-.5-.6-1-1-1.3-1.1m-1.8-1.5c-1.9-1.2-5.8-1-8.7 2.3a10 10 0 0 1 2.2-.9l-.5.8c.5-.4 1.3-.8 2-1a5 5 0 0 0-.4.7l1.8-1-.4.8 1.7-.7-.5.7 1-.4"
2278
- })), _path461 || (_path461 = /* @__PURE__ */ React.createElement("path", {
2279
- fill: "none",
2280
- stroke: "#e7e7e7",
2281
- strokeLinecap: "round",
2282
- strokeLinejoin: "round",
2283
- strokeWidth: .1,
2284
- d: "M329.7 256.6c-.4-2.2-3-4.8-6.9-4.6 1 .3 1.8.7 2.4 1a4.3 4.3 0 0 0-1 .1c.7.2 1.5.6 2 1a3.4 3.4 0 0 0-1 0l1.8.8a3.2 3.2 0 0 0-.8.1 5 5 0 0 1 1.5.7l-.7.1c1 .4 1 .6 1.2.7m1.5 1c-2.6.8-5.1 3.3-4.7 6.7 0-.4.5-1.5.8-2v1l1-2v1l1-2v1a13.3 13.3 0 0 1 1.1-1.9v.8a5 5 0 0 1 1-1.5m-1.6.2a8.7 8.7 0 0 0-.5 1.4m-.5-.8a9.7 9.7 0 0 0-.5 1.9m-.5-1a9 9 0 0 0-.5 2"
2285
- })), _path462 || (_path462 = /* @__PURE__ */ React.createElement("path", {
2286
- fill: "none",
2287
- stroke: "#e7e7e7",
2288
- strokeLinecap: "round",
2289
- strokeLinejoin: "round",
2290
- strokeWidth: .1,
2291
- d: "M329.9 258.6v-.6",
2292
- className: "bo_svg__bo-fil1 bo_svg__bo-str2"
2293
- })), _path463 || (_path463 = /* @__PURE__ */ React.createElement("path", {
2294
- fill: "none",
2295
- stroke: "#e7e7e7",
2296
- strokeLinecap: "round",
2297
- strokeLinejoin: "round",
2298
- strokeWidth: .1,
2299
- d: "M332.6 261.3v1.3m-1-3 .1 1.6m-1-2.7.1 1.3m4.8-.4.6 1.2m-2-2.1.8 1.4m-2-1.8c.3.3.5.7.7 1.2m-10.6-.8a4.7 4.7 0 0 1 1.7-1.2m-.2 1c.4-.6.6-.9 1.6-1.3m-.2 1c.4-.4.9-.8 1.7-1.1m-.4 1.2c.5-.5 1-.7 1.6-1m-3.7-4c.7 0 1.6.2 2.2.6m-1.2.4c.6 0 1.4.2 1.8.4m-1 .4c.6 0 1.3.3 2 .6m-1.3.2a4 4 0 0 1 1.7.6m.9.2a8.6 8.6 0 0 1 8.5-1.2 8 8 0 0 0-2.4.2c.4 0 .7.3.8.4h-2c.4 0 .7.2 1 .4a7.3 7.3 0 0 0-2.2 0l1 .3h-2.2l.8.3c-1 0-1.6 0-2 .2m4.8-1.6a6 6 0 0 0-2.2-.4m1 .7a5.8 5.8 0 0 0-2.5-.2m1.3.6a6.8 6.8 0 0 0-2.5-.2m1.3.7a5 5 0 0 0-2-.1m.8 1c.4.3.6.7.8 1.1m-3-3.1c.2-2 2-4.4 5.3-4.8a9 9 0 0 0-2 1.3h1c-.5.2-1.2.7-1.6 1.1a3.1 3.1 0 0 1 .9 0 6.7 6.7 0 0 0-1.4 1l.7-.1a4.1 4.1 0 0 0-1.2.9h.7l-1 1.1m2-4c-.5.1-1.1.4-1.6.7m1 .4a4.5 4.5 0 0 0-1.5.5m.9.4c-.5.1-1 .4-1.5.7m1 .2a3.2 3.2 0 0 0-1.4.8m-.5 2.4a6 6 0 0 0-.3 1.1m1.2-2c1.8 1.6 4.1 3.7 3 7.6a6 6 0 0 0-.4-2.2l-.3.9a6.8 6.8 0 0 0-.7-2.4 3.5 3.5 0 0 1-.2 1 8.3 8.3 0 0 0-.7-2.4c0 .2 0 .6-.2.9 0-.9-.3-1.7-.7-2"
2300
- })), /* @__PURE__ */ React.createElement("path", {
2301
- fill: "#e8a30e",
2302
- stroke: "#000",
2303
- strokeWidth: .1,
2304
- d: "m293.3 233.5 1.3.7.3-.6c.1-.3.2-.5.1-.6 0-.2-.2-.4-.5-.5-.3-.2-.6-.3-.7-.2-.2 0-.4.2-.5.4l-.2.5c0 .1 0 .2.2.3m1.6 1 1.7.8h.3l.3-.5.3-.6a.6.6 0 0 0 0-.4.7.7 0 0 0-.2-.2 2 2 0 0 0-.3-.2c-.8-.4-1.3-.3-1.7.3l-.4.7m-2.6-.8a33 33 0 0 0 .6-1.2 3.3 3.3 0 0 1 .6-.7l.6-.4h.9c.2.1.3.3.4.6.1.2.2.5.1.7a2 2 0 0 1 1-.6l1 .1c.3.2.5.6.6 1 .1.5 0 1-.4 1.7a32 32 0 0 1-.7 1.3l-.3.7-1.4-.9-1.8-1-1.5-.7.3-.6m9-10.8c-.8.6-.7 1.5.3 2.6.5.6 1 1 1.5 1 .4.2.9 0 1.3-.3.3-.3.5-.6.4-1a3.1 3.1 0 0 0-.8-1.5c-.5-.7-1-1-1.4-1.2-.5 0-1 0-1.4.4m3.8-.2c.5.6.7 1.3.7 2a2.8 2.8 0 0 1-1.2 2 2.9 2.9 0 0 1-2 .7 2.4 2.4 0 0 1-1.8-1 2.8 2.8 0 0 1-.7-2c0-.7.4-1.4 1-2a2.9 2.9 0 0 1 2-.7c.8 0 1.4.4 2 1m8-2.6.3 1a14.4 14.4 0 0 0 1.9-.7h.3a4.5 4.5 0 0 0 .3.7l-.5.1-2.4.7-.7.2-.4-1.6-.5-2a12 12 0 0 0-.5-1.5l.6-.2.7-.2.3 1.6.6 2m9.2-3a12 12 0 0 0 0-1.6h.8l.7.1c-.2.5-.2 1-.3 1.7l-.2 2a12 12 0 0 0-.1 1.6h-.7l-.7-.1.3-1.7.2-2m9.9 5.3c1.6-1.3 2.7-2.2 3.1-2.7l.4.2.4.2a230 230 0 0 0-4.7 3.6l-.5-.3a316 316 0 0 1 .2-2 363 363 0 0 0 .4-3.8 7.7 7.7 0 0 0 1.2.7 35 35 0 0 0-.5 4m8.4 4 1.2-1.3.4.6.5.4a11 11 0 0 0-1.3 1.1l-1.5 1.4a12 12 0 0 0-1.1 1.1l-.5-.5-.5-.5 1.3-1 1.5-1.4m5 10 1.3-1.4h-2a18 18 0 0 0 .7 1.4m-1.1-1.3-2 .1a2 2 0 0 0-.1-.3 2.6 2.6 0 0 0-.2-.4h5.9l.3.6a83 83 0 0 0-4 4.3l-.2-.7a5 5 0 0 0-.3-.6 24 24 0 0 0 1.4-1.3 35 35 0 0 0-.4-.8 40 40 0 0 0-.4-1",
2305
- fontFamily: "Linux Biolinum",
2306
- fontSize: 100,
2307
- fontWeight: 700,
2308
- letterSpacing: 60,
2309
- style: {
2310
- lineHeight: "125%",
2311
- textAlign: "center"
2312
- },
2313
- textAnchor: "middle",
2314
- wordSpacing: 0
2315
- }), _path464 || (_path464 = /* @__PURE__ */ React.createElement("path", {
2316
- fill: "#e8a30e",
2317
- stroke: "#000",
2318
- strokeLinecap: "square",
2319
- strokeLinejoin: "round",
2320
- strokeWidth: .1,
2321
- d: "m325 280.6-.8 2.2h-2.4l1.9 1.5-.7 2.2 2-1.3 1.8 1.3-.6-2.2 1.8-1.4h-2.3zm9-3.9-.7 2.2H331l1.8 1.5-.7 2.2 2-1.3 1.9 1.3-.7-2.2 1.9-1.4h-2.4zm14.2-25-.8 2.3h-2.3l1.8 1.4-.6 2.3 1.9-1.4 1.9 1.4-.7-2.3 1.9-1.4h-2.4zm-6.7 17.9.7 2.2h2.4l-1.9 1.4.7 2.3-2-1.4-1.9 1.4.7-2.3-1.8-1.4h2.3zm4.7-8.2.8 2.2h2.3l-1.9 1.5.7 2.2-1.9-1.3-2 1.3.8-2.2-1.9-1.4h2.3zm-31.1 19.2.8 2.2h2.3l-1.9 1.5.7 2.2-2-1.3-1.8 1.3.6-2.2-1.8-1.4h2.3zm-9.2-3.9.8 2.2h2.4l-2 1.5.8 2.2-2-1.3-1.9 1.3.7-2.2-1.9-1.4h2.4zm-14-25 .7 2.3h2.3l-1.8 1.4.6 2.3-1.9-1.4-1.9 1.4.7-2.3-1.9-1.4h2.4zm6.6 17.9-.7 2.2h-2.4l1.9 1.4-.7 2.3 2-1.4 1.9 1.4-.7-2.3 1.8-1.4h-2.3zm-4.7-8.2-.8 2.2h-2.3l1.9 1.5-.7 2.2 1.9-1.3 2 1.3-.8-2.2 1.9-1.4h-2.3z"
2322
- })), _path465 || (_path465 = /* @__PURE__ */ React.createElement("path", {
2323
- fill: "#e7e7e7",
2324
- d: "M321 248.1v-.5h.1l-.8-.5h-.7l-.8.5v.5h2.3"
2325
- })), _path466 || (_path466 = /* @__PURE__ */ React.createElement("path", {
2326
- fill: "#e7e7e7",
2327
- d: "M321 248.1v-.5h.1l-.8-.5v-.7h-.6v.7l-.9.5v.5h2.3zm.3.6v.2h-2.6v-.2z"
2328
- })), _path467 || (_path467 = /* @__PURE__ */ React.createElement("path", {
2329
- fill: "#e7e7e7",
2330
- d: "M321.3 248.7v.2h-2.6v-.2zm-2.5 0v-.5h.1v.5-.5h-.1v-.1h2.4v.1h-.2v.5-.5h.1v.5"
2331
- })), _path468 || (_path468 = /* @__PURE__ */ React.createElement("path", {
2332
- fill: "#e7e7e7",
2333
- d: "M318.9 248.7v-.5zv-.5h-.1v-.1h2.4v.1h-.2v.5-.5h.1v.5"
2334
- })), _path469 || (_path469 = /* @__PURE__ */ React.createElement("path", {
2335
- fill: "#e7e7e7",
2336
- d: "M319.4 248.6v-.4h-.4v.4z"
2337
- })), _path470 || (_path470 = /* @__PURE__ */ React.createElement("path", {
2338
- fill: "#e7e7e7",
2339
- d: "M319.1 248.3v.2h.2v-.2zm1.8.3v-.4h-.3v.4z"
2340
- })), _path471 || (_path471 = /* @__PURE__ */ React.createElement("path", {
2341
- fill: "#e7e7e7",
2342
- d: "M320.7 248.3v.2h.1v-.2zm.2-.3v-.3h-.3v.3z"
2343
- })), _path472 || (_path472 = /* @__PURE__ */ React.createElement("path", {
2344
- fill: "#e7e7e7",
2345
- d: "M320.7 247.7v.2h.1v-.2zm-1.3.3v-.3h-.4v.3z"
2346
- })), _path473 || (_path473 = /* @__PURE__ */ React.createElement("path", {
2347
- fill: "#e7e7e7",
2348
- d: "M319.1 247.7v.2h.2v-.2zm.8.3v-.3h-.3v.3z"
2349
- })), _path474 || (_path474 = /* @__PURE__ */ React.createElement("path", {
2350
- fill: "#e7e7e7",
2351
- d: "M319.7 247.7v.2h.1v-.2zm.7.3v-.3h-.3v.3z"
2352
- })), _path475 || (_path475 = /* @__PURE__ */ React.createElement("path", {
2353
- fill: "#e7e7e7",
2354
- d: "M320.1 247.7v.2h.2v-.2zm.4.2v.8h-1v-.8z"
2355
- })), _path476 || (_path476 = /* @__PURE__ */ React.createElement("path", {
2356
- fill: "#e7e7e7",
2357
- d: "M320.5 247.9v.8h-1v-.8zm-1 .2h1m-.9.6v-.6m.7.6v-.6m.5-.5-.5-.4h-.6l-.5.4zm-1-.5h.4m-.3-.1h.2zm.1 1h.1zm.3 0h.1"
2358
- })), _path477 || (_path477 = /* @__PURE__ */ React.createElement("path", {
2359
- fill: "#e7e7e7",
2360
- fillRule: "evenodd",
2361
- d: "M319.8 246h.4v.4h-.4z"
2362
- })), _path478 || (_path478 = /* @__PURE__ */ React.createElement("path", {
2363
- fill: "none",
2364
- stroke: "#000",
2365
- strokeWidth: .1,
2366
- d: "M320 245.6v.4m-.2-.2h.4"
2367
- })), _path479 || (_path479 = /* @__PURE__ */ React.createElement("path", {
2368
- fill: "#452c25",
2369
- d: "M317.1 210.3s-2.3 5.4-1.5 6c0 0 3-3.3 3.7-5.9.8-2.6 0-.2 0-.2l-.2-2.8-2 2.7"
2370
- })), _path480 || (_path480 = /* @__PURE__ */ React.createElement("path", {
2371
- fill: "none",
2372
- stroke: "#000",
2373
- strokeWidth: .2,
2374
- d: "M317.1 210.3s-2.3 5.4-1.5 6c0 0 3-3.3 3.7-5.9.8-2.6 0-.2 0-.2l-.2-2.8-2 2.7"
2375
- })), _path481 || (_path481 = /* @__PURE__ */ React.createElement("path", {
2376
- fill: "#452c25",
2377
- d: "M317.6 207.7s-2.8 6-2.1 6.4c0 0 2.3-2.7 3-4.8.5-2.1 0-.1 0-.1l.7-3.9"
2378
- })), _path482 || (_path482 = /* @__PURE__ */ React.createElement("path", {
2379
- fill: "none",
2380
- stroke: "#000",
2381
- strokeWidth: .1,
2382
- d: "M317.6 207.7s-2.8 6-2.1 6.4c0 0 2.3-2.7 3-4.8.5-2.1 0-.1 0-.1l.7-3.9"
2383
- })), _path483 || (_path483 = /* @__PURE__ */ React.createElement("path", {
2384
- fill: "#452c25",
2385
- d: "M320.5 206.4s-2.8 6-2.1 6.4c0 0 2.3-2.7 3-4.8.5-2.2 0-.2 0-.2l.7-3.8"
2386
- })), _path484 || (_path484 = /* @__PURE__ */ React.createElement("path", {
2387
- fill: "none",
2388
- stroke: "#000",
2389
- strokeWidth: .1,
2390
- d: "M320.5 206.4s-2.8 6-2.1 6.4c0 0 2.3-2.7 3-4.8.5-2.2 0-.2 0-.2l.7-3.8"
2391
- })), _path485 || (_path485 = /* @__PURE__ */ React.createElement("path", {
2392
- fill: "#452c25",
2393
- d: "m356.8 195.6 3.4 1.9s.8.7-1 .3a42 42 0 0 1-12.8-6.4c-3.3-2-4.3-2-4.3-2l4.5.1z"
2394
- })), _path486 || (_path486 = /* @__PURE__ */ React.createElement("path", {
2395
- fill: "none",
2396
- stroke: "#000",
2397
- strokeWidth: .1,
2398
- d: "m356.8 195.6 3.4 1.9s.8.7-1 .3a42 42 0 0 1-12.8-6.4c-3.3-2-4.3-2-4.3-2l4.5.1z"
2399
- })), _path487 || (_path487 = /* @__PURE__ */ React.createElement("path", {
2400
- fill: "#452c25",
2401
- d: "m358 194.8 3.3 1.9s.8.7-1 .3a45 45 0 0 1-12.8-6.4c-3.3-2.1-.6 1.7-.6 1.7l.5-2.5 10.5 5z"
2402
- })), _path488 || (_path488 = /* @__PURE__ */ React.createElement("path", {
2403
- fill: "none",
2404
- stroke: "#000",
2405
- strokeWidth: .1,
2406
- d: "m358 194.8 3.3 1.9s.8.7-1 .3a45 45 0 0 1-12.8-6.4c-3.3-2.1-.6 1.7-.6 1.7l.5-2.5 10.5 5z"
2407
- })), _path489 || (_path489 = /* @__PURE__ */ React.createElement("path", {
2408
- fill: "#452c25",
2409
- d: "M363.5 196.6s-4-.7-5.4-1.8c0 0 .2.5-1.7-.4 0 0 .7 1.7-4.8-2-5.5-3.8-3.6-2-3.6-2l1.6-.3 9.3 3.7a53 53 0 0 1 4.6 2.8"
2410
- })), _path490 || (_path490 = /* @__PURE__ */ React.createElement("path", {
2411
- fill: "none",
2412
- stroke: "#000",
2413
- strokeWidth: .1,
2414
- d: "M363.5 196.6s-4-.7-5.4-1.8c0 0 .2.5-1.7-.4 0 0 .7 1.7-4.8-2-5.5-3.8-3.6-2-3.6-2l1.6-.3 9.3 3.7a53 53 0 0 1 4.6 2.8z"
2415
- })), _path491 || (_path491 = /* @__PURE__ */ React.createElement("path", {
2416
- fill: "#452c25",
2417
- d: "m342.6 198.1 1.4 1.9s-.5 1.8-5.1-1.7-4.4-3.2-4.4-3.2l2.6-.3 5.6 3.2"
2418
- })), _path492 || (_path492 = /* @__PURE__ */ React.createElement("path", {
2419
- fill: "none",
2420
- stroke: "#000",
2421
- strokeWidth: .1,
2422
- d: "m342.6 198.1 1.4 1.9s-.5 1.8-5.1-1.7-4.4-3.2-4.4-3.2l2.6-.3 5.6 3.2"
2423
- })), _path493 || (_path493 = /* @__PURE__ */ React.createElement("path", {
2424
- fill: "#452c25",
2425
- d: "M336.6 199s2.2 2.9 1.7 3.2c-.5.4-3 .2-4.8-2.5-1.9-2.8 0-.2 0-.2v-4.4z"
2426
- })), _path494 || (_path494 = /* @__PURE__ */ React.createElement("path", {
2427
- fill: "none",
2428
- stroke: "#000",
2429
- strokeWidth: .1,
2430
- d: "M336.6 199s2.2 2.9 1.7 3.2c-.5.4-3 .2-4.8-2.5-1.9-2.8 0-.2 0-.2v-4.4l3.2 3.8"
2431
- })), _path495 || (_path495 = /* @__PURE__ */ React.createElement("path", {
2432
- fill: "#452c25",
2433
- d: "M338.8 197.8s2.1 2.6 1.9 3-3.2.2-5.5-2.5c-2.3-2.6-.3-3.4-.3-3.4l3.9 2.7"
2434
- })), _path496 || (_path496 = /* @__PURE__ */ React.createElement("path", {
2435
- fill: "none",
2436
- stroke: "#000",
2437
- strokeWidth: .1,
2438
- d: "M338.8 197.7s2.1 2.7 1.9 3.1-3.2.2-5.5-2.5c-2.3-2.6-.3-3.4-.3-3.4z"
2439
- })), _path497 || (_path497 = /* @__PURE__ */ React.createElement("path", {
2440
- fill: "#452c25",
2441
- d: "M350.6 196.2s6 2.5 1.6 2.4c0 0-8.6-2.3-13-6.2l1.2-1.6 10.2 5.2"
2442
- })), _path498 || (_path498 = /* @__PURE__ */ React.createElement("path", {
2443
- fill: "none",
2444
- stroke: "#000",
2445
- strokeWidth: .1,
2446
- d: "M350.6 196.2s6 2.5 1.6 2.4c0 0-8.6-2.3-13-6.2l1.2-1.6 10.2 5.2"
2447
- })), _path499 || (_path499 = /* @__PURE__ */ React.createElement("path", {
2448
- fill: "#452c25",
2449
- d: "M353.8 195.4s3.1 2 3.4 2.7c.2.8-10-1.9-15.3-6.3l2.4-1.2 9.4 4.8z"
2450
- })), _path500 || (_path500 = /* @__PURE__ */ React.createElement("path", {
2451
- fill: "none",
2452
- stroke: "#000",
2453
- strokeWidth: .1,
2454
- d: "M353.8 195.4s3.1 2 3.4 2.7c.2.8-10-1.9-15.3-6.3l2.4-1.2 9.4 4.8z"
2455
- })), _path501 || (_path501 = /* @__PURE__ */ React.createElement("path", {
2456
- fill: "#452c25",
2457
- d: "M344.5 197.2s2.3 1.9 2 2.1-5-.5-8.6-3.3l.4-1.7z"
2458
- })), _path502 || (_path502 = /* @__PURE__ */ React.createElement("path", {
2459
- fill: "none",
2460
- stroke: "#000",
2461
- strokeWidth: .1,
2462
- d: "M344.5 197.2s2.3 1.9 2 2.1-5-.5-8.6-3.3l.4-1.7 6.2 2.8"
2463
- })), _path503 || (_path503 = /* @__PURE__ */ React.createElement("path", {
2464
- fill: "#452c25",
2465
- d: "M348.4 197s2.3 1.6 1.8 1.8c-.4.1-2.2 1.6-10.7-3.4l-1-.6 1.3-2z"
2466
- })), _path504 || (_path504 = /* @__PURE__ */ React.createElement("path", {
2467
- fill: "none",
2468
- stroke: "#000",
2469
- strokeWidth: .1,
2470
- d: "M348.4 197s2.3 1.6 1.8 1.8c-.4.1-2.2 1.6-10.7-3.4l-1-.6 1.3-2z"
2471
- })), _path505 || (_path505 = /* @__PURE__ */ React.createElement("path", {
2472
- fill: "#452c25",
2473
- d: "M339.7 192.4s2.8 2.4 2.4 2.8-3.6-.4-5-1.5c-1.5-1-2.6-2.4-2.6-2.4l3-.7z"
2474
- })), _path506 || (_path506 = /* @__PURE__ */ React.createElement("path", {
2475
- fill: "none",
2476
- stroke: "#000",
2477
- strokeWidth: .1,
2478
- d: "M339.7 192.4s2.8 2.4 2.4 2.8-3.6-.4-5-1.5c-1.5-1-2.6-2.4-2.6-2.4l3-.7z"
2479
- })), _path507 || (_path507 = /* @__PURE__ */ React.createElement("path", {
2480
- fill: "#452c25",
2481
- d: "m336.4 188.3 5 3s4.1 2.8 3.7 3.1-3.7-.8-6-2c-2.2-1.3-5-4-5-4"
2482
- })), _path508 || (_path508 = /* @__PURE__ */ React.createElement("path", {
2483
- fill: "none",
2484
- stroke: "#000",
2485
- strokeWidth: .1,
2486
- d: "m336.4 188.3 5 3s4.1 2.8 3.7 3.1-3.7-.8-6-2c-2.2-1.3-5-4-5-4"
2487
- })), _path509 || (_path509 = /* @__PURE__ */ React.createElement("path", {
2488
- fill: "#452c25",
2489
- d: "M333.2 202.4s1 2.4.4 2.6c-.6.3-2-.2-3-2.3-1.2-2.2 1-1.3 1-1.3z"
2490
- })), _path510 || (_path510 = /* @__PURE__ */ React.createElement("path", {
2491
- fill: "none",
2492
- stroke: "#000",
2493
- strokeWidth: .1,
2494
- d: "M333.2 202.4s1 2.4.4 2.6c-.6.3-2-.2-3-2.3-1.2-2.2.7-1.3.7-1.3z"
2495
- })), _path511 || (_path511 = /* @__PURE__ */ React.createElement("path", {
2496
- fill: "#452c25",
2497
- d: "M334.9 200.9s1.4 2.3 1.1 2.6c-.3.2-2.2 1-4.2-2s2.1-2.3 2.1-2.3z"
2498
- })), _path512 || (_path512 = /* @__PURE__ */ React.createElement("path", {
2499
- fill: "none",
2500
- stroke: "#000",
2501
- strokeWidth: .1,
2502
- d: "M334.9 200.9s1.4 2.3 1.1 2.6c-.3.2-2.2 1-4.2-2s2.1-2.3 2.1-2.3z"
2503
- })), _path513 || (_path513 = /* @__PURE__ */ React.createElement("path", {
2504
- fill: "#452c25",
2505
- d: "M330.7 190.4s4.8 9.3 4.4 9.8-2.3 0-3.4-2.5-1.9-5.6-1.9-5.6z"
2506
- })), _path514 || (_path514 = /* @__PURE__ */ React.createElement("path", {
2507
- fill: "none",
2508
- stroke: "#000",
2509
- strokeWidth: .1,
2510
- d: "M330.7 190.4s4.8 9.3 4.4 9.8-2.3 0-3.4-2.5-1.9-5.6-1.9-5.6z"
2511
- })), _path515 || (_path515 = /* @__PURE__ */ React.createElement("path", {
2512
- fill: "#452c25",
2513
- d: "M336.3 192.8s4 3.3 3.2 3.8c-.8.4-2.4-.2-4.8-2.5-2.3-2.3 1.6-1.5 1.6-1.5"
2514
- })), _path516 || (_path516 = /* @__PURE__ */ React.createElement("path", {
2515
- fill: "none",
2516
- stroke: "#000",
2517
- strokeWidth: .1,
2518
- d: "M336.3 192.7s4 3.5 3.2 3.9c-.9.4-2.5-.2-4.8-2.5s1.6-1.4 1.6-1.4z"
2519
- })), _path517 || (_path517 = /* @__PURE__ */ React.createElement("path", {
2520
- fill: "#452c25",
2521
- d: "M334.4 192.8s2.8 5.3 2.5 5.8c-.4.5-2.5-1.3-3.6-2.7-1-1.3-1.9-3.3-1.9-3.3"
2522
- })), _path518 || (_path518 = /* @__PURE__ */ React.createElement("path", {
2523
- fill: "none",
2524
- stroke: "#000",
2525
- strokeWidth: .1,
2526
- d: "M334.4 192.8s2.8 5.3 2.5 5.8c-.4.5-2.5-1.3-3.6-2.7-1-1.3-1.9-3.3-1.9-3.3"
2527
- })), _path519 || (_path519 = /* @__PURE__ */ React.createElement("path", {
2528
- fill: "#452c25",
2529
- d: "M312.9 203.6s-.2 3.1 0 3.3c.2.3 1.7.3 1.8-2 .1-2.4-.3-2.5-.3-2.5z"
2530
- })), _path520 || (_path520 = /* @__PURE__ */ React.createElement("path", {
2531
- fill: "none",
2532
- stroke: "#000",
2533
- strokeWidth: .1,
2534
- d: "M312.9 203.6s-.2 3.1 0 3.3c.2.3 1.7.3 1.8-2 .1-2.4-.3-2.5-.3-2.5l-1.5 1.1"
2535
- })), _path521 || (_path521 = /* @__PURE__ */ React.createElement("path", {
2536
- fill: "#452c25",
2537
- d: "M313.8 199.9s-1 3.4 0 4.1 1.9-3.4 2-4.3c0-1-2 .2-2 .2"
2538
- })), _path522 || (_path522 = /* @__PURE__ */ React.createElement("path", {
2539
- fill: "none",
2540
- stroke: "#000",
2541
- strokeWidth: .1,
2542
- d: "M313.8 199.9s-1 3.4 0 4.1 1.9-3.4 2-4.3c0-1-2 .2-2 .2z"
2543
- })), _path523 || (_path523 = /* @__PURE__ */ React.createElement("path", {
2544
- fill: "#452c25",
2545
- d: "M314.6 204.3s.2 3.2.8 3.4c.6.1 1.6-1 1.6-1.8s-1-2.8-1-2.8l-1.4 1"
2546
- })), _path524 || (_path524 = /* @__PURE__ */ React.createElement("path", {
2547
- fill: "none",
2548
- stroke: "#000",
2549
- strokeWidth: .1,
2550
- d: "M314.6 204.3s.2 3.2.8 3.4c.6.1 1.6-1 1.6-1.8s-1-2.8-1-2.8l-1.4 1"
2551
- })), _path525 || (_path525 = /* @__PURE__ */ React.createElement("path", {
2552
- fill: "#452c25",
2553
- stroke: "#000",
2554
- strokeWidth: .1,
2555
- d: "M314.6 200.4s-1 3.5 0 4.2 1.9-3.4 2-4.4c0-.9-2 .2-2 .2z"
2556
- })), _path526 || (_path526 = /* @__PURE__ */ React.createElement("path", {
2557
- fill: "#452c25",
2558
- d: "M314.7 194.8s-1.6 1.7-1.6 2.6c0 1 2.4-1.2 2.6-1.6s-1-1-1-1"
2559
- })), _path527 || (_path527 = /* @__PURE__ */ React.createElement("path", {
2560
- fill: "none",
2561
- stroke: "#000",
2562
- strokeWidth: .1,
2563
- d: "M314.7 194.8s-1.6 1.7-1.6 2.6c0 1 2.4-1.2 2.6-1.6s-1-1-1-1z"
2564
- })), _path528 || (_path528 = /* @__PURE__ */ React.createElement("path", {
2565
- fill: "#452c25",
2566
- d: "M313.6 194s-1.3 2.3-1 3c.4.8 1.6-.5 2.2-1.4.6-.8-1.2-1.7-1.2-1.7"
2567
- })), _path529 || (_path529 = /* @__PURE__ */ React.createElement("path", {
2568
- fill: "none",
2569
- stroke: "#000",
2570
- strokeWidth: .1,
2571
- d: "M313.6 194s-1.3 2.3-1 3c.4.8 1.6-.5 2.2-1.4.6-.8-1.2-1.7-1.2-1.7z"
2572
- })), _path530 || (_path530 = /* @__PURE__ */ React.createElement("path", {
2573
- fill: "#452c25",
2574
- d: "M331.5 190.8s2 3.8 1.5 4c-.6.2-1.4-.7-2.3-1.9-.8-1.1.8-2.1.8-2.1"
2575
- })), _path531 || (_path531 = /* @__PURE__ */ React.createElement("path", {
2576
- fill: "none",
2577
- stroke: "#000",
2578
- strokeWidth: .1,
2579
- d: "M331.5 190.8s2 3.8 1.5 4c-.6.2-1.4-.7-2.3-1.9-.8-1.1.8-2.1.8-2.1z"
2580
- })), _path532 || (_path532 = /* @__PURE__ */ React.createElement("path", {
2581
- fill: "#452c25",
2582
- stroke: "#000",
2583
- strokeWidth: .1,
2584
- d: "M331.6 198.6s.7 3.3 0 3.6c-1.2.5-2-2.3-2-3.4 0-1.2 2-.2 2-.2zm-2.6 5.1s.2 2.5-.2 2.7c-.3.2-1.2.2-2.1-1.8-1-2-.5-1.2-.5-1.2l2.3-1.2.5 1.3"
2585
- })), _path533 || (_path533 = /* @__PURE__ */ React.createElement("path", {
2586
- fill: "#452c25",
2587
- stroke: "#000",
2588
- strokeWidth: .1,
2589
- d: "M331.4 203.2s.2 2.5-.3 2.6c-.5 0-1.9-.8-2.5-2.3-.6-1.8 2.4-1.3 2.4-1.3z"
2590
- })), _path534 || (_path534 = /* @__PURE__ */ React.createElement("path", {
2591
- fill: "#452c25",
2592
- stroke: "#000",
2593
- strokeWidth: .1,
2594
- d: "M329 195.3s2.6 6 2.1 6.7c-.8 1.7-3.2-3.5-3.9-5.6-.8-2.2 1.7-1 1.7-1z"
2595
- })), _path535 || (_path535 = /* @__PURE__ */ React.createElement("path", {
2596
- fill: "#452c25",
2597
- stroke: "#000",
2598
- strokeWidth: .1,
2599
- d: "M327.7 196.3s3.6 6.5 2.1 6.6c-1.5.2-4.3-4.6-4.7-5.8-.5-1 2.6-.8 2.6-.8z"
2600
- })), _path536 || (_path536 = /* @__PURE__ */ React.createElement("path", {
2601
- fill: "#452c25",
2602
- stroke: "#000",
2603
- strokeWidth: .1,
2604
- d: "M327.5 197.7s1.8 6.2.6 5.6c-1-.5-2.5-5.2-2.6-6.2-.2-1 2 .6 2 .6zm6.2-8.8s2.7 4.1 1.8 4.2c-.8.2-4-2.7-4-3.2-.1-.5 2.2-1 2.2-1z"
2605
- })), _path537 || (_path537 = /* @__PURE__ */ React.createElement("path", {
2606
- fill: "#452c25",
2607
- stroke: "#000",
2608
- strokeWidth: .1,
2609
- d: "M332 189s3.5 4.8 2.4 5c-1 .2-1.1-.5-1.1-.5s-2.8-2.5-3-3.1c-.1-.6 1.6-1.4 1.6-1.4m3.5.1s2.4 2.5 1.8 3.3-4-3.1-4.4-3.6 2.9.2 2.9.2m-6 3.5s3.8 7.5 3 8.2c-.6.8-4.9-5.6-5-6.5-.2-.9 2-1.8 2-1.8"
2610
- })), _path538 || (_path538 = /* @__PURE__ */ React.createElement("path", {
2611
- fill: "#452c25",
2612
- stroke: "#000",
2613
- strokeWidth: .1,
2614
- d: "M327.5 193.2s1.5 2.3 1.4 3.6c0 1.2-2.3-1.8-2.5-2.4s1-1.2 1-1.2zm3.1-1.2s1.2 2.4.8 3.1c-.3.8-2-1.4-2.5-2.3-.6-.8 1.7-.8 1.7-.8z"
2615
- })), _path539 || (_path539 = /* @__PURE__ */ React.createElement("path", {
2616
- fill: "#452c25",
2617
- stroke: "#000",
2618
- strokeWidth: .2,
2619
- d: "M325 194.4s2 2 1.9 3.1-2.8-1.6-3-2c-.3-.6 1.2-1.1 1.2-1.1z"
2620
- })), _path540 || (_path540 = /* @__PURE__ */ React.createElement("path", {
2621
- fill: "#452c25",
2622
- stroke: "#000",
2623
- strokeWidth: .1,
2624
- d: "M337.2 188.4s2.8 2.5 2.4 3c-.5.3-4.3-2.4-4.9-3-.6-.5 2.5 0 2.5 0z"
2625
- })), _path541 || (_path541 = /* @__PURE__ */ React.createElement("path", {
2626
- fill: "#452c25",
2627
- stroke: "#000",
2628
- strokeWidth: .1,
2629
- d: "m334.8 188.2 2.2 1.9s2 1.3 1.7 1.7c-.3.3-3.6-1.1-4.1-1.8-.6-.7-.6-1.4-.6-1.4zm7.3.6s8.4 3.4 8 4.2c-.3.8-8.8-2.7-10-3.7-1.4-.9 1.8-.6 1.8-.6"
2630
- })), _path542 || (_path542 = /* @__PURE__ */ React.createElement("path", {
2631
- fill: "#452c25",
2632
- stroke: "#000",
2633
- strokeWidth: .1,
2634
- d: "M342.4 189.8s6.3 3.6 5.5 4c-.7.3-5.2-1-7.5-2.5a37 37 0 0 1-3.3-2.5l2.8-.6zm-15.5 4.4s1.2 2.4.8 3c-.4.8-1.5-.5-2.1-1.4-.6-.8 1.3-1.6 1.3-1.6zm.3 5.4s1 3.5-.1 4.2c-1.1.6-1.8-3.6-1.8-4.5s1.9.3 1.9.3z"
2635
- })), _path543 || (_path543 = /* @__PURE__ */ React.createElement("path", {
2636
- fill: "#452c25",
2637
- stroke: "#000",
2638
- strokeWidth: .1,
2639
- d: "M322.3 193.8s3.5-1.5 4.1-1.4c0 0 .8-.2 1.1-.5l1.3-1s-.6-4.3 3.9-3.8l11.5 1.1a45 45 0 0 1 6.5 2l9 3.9a30 30 0 0 1 4 2.3c.8.5-.1.1-.1.1s-10.7-5.7-14.5-6.4c-1-.2 0 1 0 1l-3.4-1.3a6 6 0 0 0-2.9-.6 5.8 5.8 0 0 1-2.2-.3c-.6-.2-3.8-.3-4.4-.4a7 7 0 0 1-1-.2l.3.4-1.6-.2-.5.6s-1.5.3-1.6-.2c-.1-.4-1 2.3-1.3 3-.4.9-1.9.9-2.3 1.4l-1 .9c-.2.1-1.3.8-1.7.8l-2.9.2-.6-1zm4.6 10-.1 3.3c-.2.2-1.8.1-1.8-2.2s.5-2.4.5-2.4l1.5 1.2"
2640
- })), _path544 || (_path544 = /* @__PURE__ */ React.createElement("path", {
2641
- fill: "#452c25",
2642
- stroke: "#000",
2643
- strokeWidth: .1,
2644
- d: "M327.3 201.4s-.3-1.4-.5-1.6c-.3-.2 0-.3 0-.3s-.5-1.4-.9-1.6c-.3-.2.1-.4.1-.4s-.6-1-1-1.2c-.4-.3 0-.4 0-.4s-.5-1.2-1.5-1.8c0 0-.7-.7-1.4-.9s-2.4-.4-4.5-.3c-2.2 0-3.2 1.5-3.2 1.5l-.1 1.8.3-.2-.5 2.2c0 .5.5 1.4.5 2.5v1c.1 1 .4 2 .8 2.9v.2c.2-.2.5.6.7 1 0 0 0 1 .2.6l.6 1.1c0 .2.5 1.4.5.9 0-.6.4 1.3.4 1.5l.5-.7.2.8h.5l-.2.8s1.2-1 1.3-1.4v-.6l.4-.4.6-1s1.5 1.2 1.7 1.7l.3.7.4-.3.3.8.3-.4.2.6.1.3c.1.1.4.2.8-.6.6-1 .6-1.9.6-2 0-.3.3.2.3.2s.6-1 .5-1.6c0-.7.3-.4.3-.4v-2.2c0-.4.3-.3.3-.3l-.2-2.3c-.2-.2.3-.2.3-.2z"
2645
- })), _path545 || (_path545 = /* @__PURE__ */ React.createElement("path", { d: "M324.3 196.7c.3 0 .4.4.6.6-.1-.4-.3-.7-.6-.8zm.3 1.2c.5.5.6 1.1.5 1.8v.1c0-.7 0-1.5-.5-2zm1.1.7a3 3 0 0 1 .4 1.6c0-.6 0-1.2-.4-1.7m.4 2.5c0 .4 0 .7-.2 1a.4.4 0 0 0 0 .2 11 11 0 0 0 .2-1.2m-.4 1.9v.7a3.8 3.8 0 0 0 0-.8m.7 0q.3.15.3.6a.4.4 0 0 0 0-.1 1.2 1.2 0 0 0-.3-.7zm0-2.6.4.5v-.2a3 3 0 0 0-.5-.5zm-1.4 2a6 6 0 0 1 0 1 6.6 6.6 0 0 0 0-1m-.7.7a5 5 0 0 1 0 1 6 6 0 0 0 0-1.1z" })), _path546 || (_path546 = /* @__PURE__ */ React.createElement("path", {
2646
- fill: "#452c25",
2647
- d: "M310.7 194.3s-.8 3.2-.2 3.5c1.3.7 2-2.2 2.2-3.2.1-1.2-2-.3-2-.3"
2648
- })), _path547 || (_path547 = /* @__PURE__ */ React.createElement("path", {
2649
- fill: "none",
2650
- stroke: "#000",
2651
- strokeWidth: .1,
2652
- d: "M310.7 194.3s-.8 3.2-.2 3.5c1.3.7 2-2.2 2.2-3.2.1-1.2-2-.3-2-.3z"
2653
- })), _path548 || (_path548 = /* @__PURE__ */ React.createElement("path", {
2654
- fill: "#452c25",
2655
- d: "M312.6 194.3s-1.6 1.7-1.6 2.6c0 1 2.4-1.3 2.6-1.7s-1-.9-1-.9"
2656
- })), _path549 || (_path549 = /* @__PURE__ */ React.createElement("path", {
2657
- fill: "none",
2658
- stroke: "#000",
2659
- strokeWidth: .1,
2660
- d: "M312.6 194.3s-1.6 1.7-1.6 2.6c0 1 2.4-1.3 2.6-1.7s-1-.9-1-.9z"
2661
- })), _path550 || (_path550 = /* @__PURE__ */ React.createElement("path", {
2662
- fill: "#452c25",
2663
- d: "M285 194.5s-3.3 1.7-3.6 2.4 10-1 15.8-5l-2.3-1.4z"
2664
- })), _path551 || (_path551 = /* @__PURE__ */ React.createElement("path", {
2665
- fill: "none",
2666
- stroke: "#000",
2667
- strokeWidth: .1,
2668
- d: "M285 194.5s-3.3 1.7-3.6 2.4 10-1 15.8-5l-2.3-1.4z"
2669
- })), _path552 || (_path552 = /* @__PURE__ */ React.createElement("path", {
2670
- fill: "#452c25",
2671
- d: "M289 195.2s-6 2.2-1.7 2.3c0 0 8.7-1.8 13.3-5.4l-1.1-1.7z"
2672
- })), _path553 || (_path553 = /* @__PURE__ */ React.createElement("path", {
2673
- fill: "none",
2674
- stroke: "#000",
2675
- strokeWidth: .1,
2676
- d: "M289 195.1s-6 2.3-1.7 2.4c0 0 8.7-1.8 13.3-5.4l-1.1-1.7z"
2677
- })), _path554 || (_path554 = /* @__PURE__ */ React.createElement("path", {
2678
- fill: "#452c25",
2679
- d: "M298 189s-6.5 3.4-5.8 3.7c.7.4 5.3-.6 7.7-2l3.4-2.4-2.9-.8-2.5 1.6z"
2680
- })), _path555 || (_path555 = /* @__PURE__ */ React.createElement("path", {
2681
- fill: "none",
2682
- stroke: "#000",
2683
- strokeWidth: .1,
2684
- d: "M298 189s-6.5 3.4-5.8 3.7c.7.4 5.3-.6 7.7-2l3.4-2.4-2.9-.8-2.5 1.6z"
2685
- })), _path556 || (_path556 = /* @__PURE__ */ React.createElement("path", {
2686
- fill: "#452c25",
2687
- d: "M295.5 196.3s-2.3 1.9-2 2.1c.2.2 5-.5 8.6-3.4l-.5-1.7z"
2688
- })), _path557 || (_path557 = /* @__PURE__ */ React.createElement("path", {
2689
- fill: "none",
2690
- stroke: "#000",
2691
- strokeWidth: .1,
2692
- d: "M295.5 196.3s-2.3 1.9-2 2.1c.2.2 5-.5 8.6-3.4l-.5-1.7-6.2 2.9"
2693
- })), _path558 || (_path558 = /* @__PURE__ */ React.createElement("path", {
2694
- fill: "#452c25",
2695
- d: "M291.5 196s-2.2 1.7-1.7 1.8 2.3 1.5 10.6-3.9l1-.6-1.5-2-8.4 4.5"
2696
- })), _path559 || (_path559 = /* @__PURE__ */ React.createElement("path", {
2697
- fill: "none",
2698
- stroke: "#000",
2699
- strokeWidth: .1,
2700
- d: "M291.5 196s-2.2 1.7-1.7 1.8 2.3 1.5 10.6-3.9l1-.6-1.5-2z"
2701
- })), _path560 || (_path560 = /* @__PURE__ */ React.createElement("path", {
2702
- fill: "#452c25",
2703
- d: "M289.8 189.6a66 66 0 0 0-13.9 7.2l17.9-7m11.2 10.6s-1.5 2.3-1.2 2.5c.3.3 2.1 1.2 4.3-1.7 2-3-2-2.5-2-2.5z"
2704
- })), _path561 || (_path561 = /* @__PURE__ */ React.createElement("path", {
2705
- fill: "none",
2706
- stroke: "#000",
2707
- strokeWidth: .1,
2708
- d: "M305 200.4s-1.5 2.3-1.2 2.5c.3.3 2.1 1.2 4.3-1.7 2-3-2-2.5-2-2.5z"
2709
- })), _path562 || (_path562 = /* @__PURE__ */ React.createElement("path", {
2710
- fill: "#452c25",
2711
- d: "M306.6 202s-1 2.4-.5 2.6c.6.3 2-.1 3.2-2.2 1.2-2.2-.6-1.1-.6-1.1zm-3.3-3.5s-2.2 2.7-1.7 3.1c.4.4 3 .3 4.9-2.4 1.9-2.6 0 0 0 0l-.5-2.5-2.7 1.7"
2712
- })), _path563 || (_path563 = /* @__PURE__ */ React.createElement("path", {
2713
- fill: "none",
2714
- stroke: "#000",
2715
- strokeWidth: .1,
2716
- d: "M306.6 202s-1 2.4-.5 2.6c.6.3 2-.1 3.2-2.2 1.2-2.2-.6-1.1-.6-1.1zm-3.3-3.5s-2.2 2.7-1.7 3.1c.4.4 3 .3 4.9-2.4 1.9-2.6 0 0 0 0l-.5-2.5-2.7 1.7"
2717
- })), _path564 || (_path564 = /* @__PURE__ */ React.createElement("path", {
2718
- fill: "#452c25",
2719
- d: "M301.2 197.1s-2.2 2.6-2 3c.2.5 3.2.3 5.6-2.2s.5-3.5.5-3.5l-4 2.6"
2720
- })), _path565 || (_path565 = /* @__PURE__ */ React.createElement("path", {
2721
- fill: "none",
2722
- stroke: "#000",
2723
- strokeWidth: .1,
2724
- d: "M301.2 197.1s-2.2 2.6-2 3c.2.5 3.2.3 5.6-2.2s.5-3.5.5-3.5l-4 2.6"
2725
- })), _path566 || (_path566 = /* @__PURE__ */ React.createElement("path", {
2726
- fill: "#452c25",
2727
- d: "m297.4 197.3-1.4 1.9s.3 1.8 5.1-1.5l4.5-3-2.5-.5z"
2728
- })), _path567 || (_path567 = /* @__PURE__ */ React.createElement("path", {
2729
- fill: "none",
2730
- stroke: "#000",
2731
- strokeWidth: .1,
2732
- d: "m297.3 197.2-1.3 2s.3 1.8 5.1-1.5l4.5-3-2.6-.5z"
2733
- })), _path568 || (_path568 = /* @__PURE__ */ React.createElement("path", {
2734
- fill: "#452c25",
2735
- d: "m282.2 194.5-3 1.3s-.7.6 1 .7c1.8 0 5.5-.5 11.9-4 2.8-1.7 4.7-3.3 4.7-3.3l-2.4-.8-12.2 6z"
2736
- })), _path569 || (_path569 = /* @__PURE__ */ React.createElement("path", {
2737
- fill: "none",
2738
- stroke: "#000",
2739
- strokeWidth: .1,
2740
- d: "m282.2 194.5-3 1.3s-.7.6 1 .7c1.8 0 5.5-.5 11.9-4 2.8-1.7 4.7-3.3 4.7-3.3l-2.4-.8-12.2 6z"
2741
- })), _path570 || (_path570 = /* @__PURE__ */ React.createElement("path", {
2742
- fill: "#452c25",
2743
- d: "M277 196.4s4.4-.5 6-1.6c0 0-.3.5 2-.4 0 0-1.2 2 5.3-2 6.5-3.8 0 0 0 0l7.2-4.1-.4-.8-14.7 6.2c-1 .3-5.4 2.7-5.4 2.7"
2744
- })), _path571 || (_path571 = /* @__PURE__ */ React.createElement("path", {
2745
- fill: "none",
2746
- stroke: "#000",
2747
- strokeWidth: .1,
2748
- d: "m290.3 192.4 7.2-4.1-.4-.8-14.7 6.2c-1 .3-5.4 2.7-5.4 2.7s4.4-.5 6-1.6c0 0-.3.5 2-.4 0 0-1.1 2 5.3-2z"
2749
- })), _path572 || (_path572 = /* @__PURE__ */ React.createElement("path", {
2750
- fill: "#452c25",
2751
- d: "M308.5 202s-.4 3.4.1 3.5 2-1 2.6-3c.6-2.2-2.4-2-2.4-2l-.4 1.3"
2752
- })), _path573 || (_path573 = /* @__PURE__ */ React.createElement("path", {
2753
- fill: "none",
2754
- stroke: "#000",
2755
- strokeWidth: .2,
2756
- d: "M308.5 202s-.4 3.4.1 3.5 2-1 2.6-3c.6-2.2-2.4-2-2.4-2l-.4 1.3"
2757
- })), _path574 || (_path574 = /* @__PURE__ */ React.createElement("path", {
2758
- fill: "#452c25",
2759
- d: "M310.8 203.5s-.3 2.4 0 2.6c.4.3 1.3.4 2.3-1.6s.5-1.3.5-1.3l-2.3-1.2-.5 1.3"
2760
- })), _path575 || (_path575 = /* @__PURE__ */ React.createElement("path", {
2761
- fill: "none",
2762
- stroke: "#000",
2763
- strokeWidth: .1,
2764
- d: "M310.8 203.4s-.3 2.5 0 2.7c.4.3 1.3.4 2.3-1.6s.5-1.3.5-1.3l-2.3-1.2z"
2765
- })), _path576 || (_path576 = /* @__PURE__ */ React.createElement("path", {
2766
- fill: "#452c25",
2767
- d: "M311.4 199s-1.9 4-.8 4c1 0 2.5-3 2.7-3.7s-1.9-.3-1.9-.3"
2768
- })), _path577 || (_path577 = /* @__PURE__ */ React.createElement("path", {
2769
- fill: "none",
2770
- stroke: "#000",
2771
- strokeWidth: .1,
2772
- d: "M311.4 199s-1.9 4-.8 4c1 0 2.5-3 2.7-3.7s-1.9-.3-1.9-.3z"
2773
- })), _path578 || (_path578 = /* @__PURE__ */ React.createElement("path", {
2774
- fill: "#452c25",
2775
- d: "M311.3 199s-.8 4.5.2 4c1-.3 1.6-3.7 1.7-4.4 0-.7-2 .4-2 .4"
2776
- })), _path579 || (_path579 = /* @__PURE__ */ React.createElement("path", {
2777
- fill: "none",
2778
- stroke: "#000",
2779
- strokeWidth: .1,
2780
- d: "M311.3 199s-.8 4.5.2 4c1-.3 1.6-3.7 1.7-4.4 0-.7-2 .4-2 .4z"
2781
- })), _path580 || (_path580 = /* @__PURE__ */ React.createElement("path", {
2782
- fill: "#452c25",
2783
- d: "M312.8 199.4s-1.1 3.5 0 4.2c1 .7 1.8-3.4 1.9-4.3 0-1-2 .1-2 .1"
2784
- })), _path581 || (_path581 = /* @__PURE__ */ React.createElement("path", {
2785
- fill: "none",
2786
- stroke: "#000",
2787
- strokeWidth: .1,
2788
- d: "M312.8 199.4s-1.1 3.5 0 4.2c1 .7 1.8-3.4 1.9-4.3 0-1-2 .1-2 .1z"
2789
- })), _path582 || (_path582 = /* @__PURE__ */ React.createElement("path", {
2790
- fill: "#452c25",
2791
- stroke: "#000",
2792
- strokeWidth: .1,
2793
- d: "M308.4 198.3s-1 3.2-.4 3.5c1.2.6 2.3-2.2 2.4-3.3.1-1.2-2-.2-2-.2zm-7.9-6.6s-2.8 2.4-2.5 2.7c.3.4 3.6-.2 5.1-1.3l2.1-1.5-2.5-1.6z"
2794
- })), _path583 || (_path583 = /* @__PURE__ */ React.createElement("path", {
2795
- fill: "none",
2796
- stroke: "#000",
2797
- strokeWidth: .1,
2798
- d: "M303 189.3s-1.8 1.5-1.5 1.9c.4.3 3.6-1 4.2-1.7.6-.6.6-1.3.6-1.3z"
2799
- })), _path584 || (_path584 = /* @__PURE__ */ React.createElement("path", {
2800
- fill: "#452c25",
2801
- stroke: "#000",
2802
- strokeWidth: .1,
2803
- d: "M304.9 189s-2.5 2.1-1.9 2.9c.6.7 4-2.6 4.5-3s-2.9 0-2.9 0"
2804
- })), _path585 || (_path585 = /* @__PURE__ */ React.createElement("path", {
2805
- fill: "#452c25",
2806
- stroke: "#000",
2807
- strokeWidth: .1,
2808
- d: "m303.8 188.2-5 2.3s-4.2 2.7-3.8 3 3.7-.6 6-1.7a38 38 0 0 0 5-3.1m-.9 2.1s-5.3 4.7-4.5 5.1c.8.5 4.4-1.4 6.8-3.7"
2809
- })), _path586 || (_path586 = /* @__PURE__ */ React.createElement("path", {
2810
- fill: "#452c25",
2811
- stroke: "#000",
2812
- strokeWidth: .1,
2813
- d: "M305.8 192.4s-3 5-2.7 5.6c.4.5 2.6-1.2 3.7-2.5s2-3.2 2-3.2"
2814
- })), _path587 || (_path587 = /* @__PURE__ */ React.createElement("path", {
2815
- fill: "#452c25",
2816
- stroke: "#000",
2817
- strokeWidth: .1,
2818
- d: "M307.6 192.8s-3.3 6.1-3 6.6c.4.5 2.4.1 3.5-2.3 1.2-2.4 1-4 1-4z"
2819
- })), _path588 || (_path588 = /* @__PURE__ */ React.createElement("path", {
2820
- fill: "#452c25",
2821
- stroke: "#000",
2822
- strokeWidth: .1,
2823
- d: "M309.5 193.1s-3.7 7.6-3 8.3c.8.8 4.8-5.7 5-6.6.3-1.6-2-1.8-2-1.8m-7.7-4.9s-3.3 1.6-2.7 2c.7.2 3.8-1.2 4.2-1.3.5-.1-1.5-.7-1.5-.7z"
2824
- })), _path589 || (_path589 = /* @__PURE__ */ React.createElement("path", {
2825
- fill: "#452c25",
2826
- stroke: "#000",
2827
- strokeWidth: .1,
2828
- d: "M302.3 188.6s-2 1.6-1.6 2c.4.5 3.5-1.2 4-1.7.7-.5-2.4-.3-2.4-.3zm4.3.2s-2.8 3.7-2 3.8c.9.2 4.1-2.4 4.2-2.8 0-.5-2.2-1-2.2-1z"
2829
- })), _path590 || (_path590 = /* @__PURE__ */ React.createElement("path", {
2830
- fill: "#452c25",
2831
- stroke: "#000",
2832
- strokeWidth: .1,
2833
- d: "M307.8 189.6s-3 3.7-2.1 4c.8.2 1-.4 1-.4s2.3-2 2.4-2.5c.2-.5-1.2-1.2-1.2-1.2"
2834
- })), _path591 || (_path591 = /* @__PURE__ */ React.createElement("path", {
2835
- fill: "#452c25",
2836
- stroke: "#000",
2837
- strokeWidth: .1,
2838
- d: "M308.7 190.5s-2.1 3.7-1.6 4c.6.2 1.5-.8 2.4-1.9.9-1-.8-2.1-.8-2.1z"
2839
- })), _path592 || (_path592 = /* @__PURE__ */ React.createElement("path", {
2840
- fill: "#452c25",
2841
- stroke: "#000",
2842
- strokeWidth: .1,
2843
- d: "M309.3 192.2s-1.3 2.3-1 3c.4.8 1.6-.5 2.2-1.3s-1.2-1.7-1.2-1.7zm.5 6.5s-.8 3.2-.2 3.5c1.3.7 2-2.2 2.2-3.2.1-1.2-2-.3-2-.3z"
2844
- })), _path593 || (_path593 = /* @__PURE__ */ React.createElement("path", {
2845
- fill: "#452c25",
2846
- stroke: "#000",
2847
- strokeWidth: .1,
2848
- d: "M315.7 194.4s-.9-.3-1.5-.3c0 0-1.9-1.4-3-1.6-1-.1 0-.2 0-.2s-.2-2.4-.5-2.6c0 0-.1-2.5-1.7-2.6-1.6-.2-5.1.1-5.7-.1-.7-.3-2.6-1-6.3 0-3.8 1-11.2 4.3-11.6 4.4-.4 0 8.5-2 11-3l3.3-.5s-2.8 1.4-.2.8 2 0 2 0-.2.6 1.3.3c1.4-.4 1.4 0 1.4 0s1.7.6 3-.2c0 0 .7 2.3 1.6 2.6 0 0 1 2.2 3.1 2.6l1.2.9 1.2.4 1.3-1"
2849
- })), _path594 || (_path594 = /* @__PURE__ */ React.createElement("path", {
2850
- fill: "#452c25",
2851
- stroke: "#000",
2852
- strokeWidth: .1,
2853
- d: "M298.3 188s-8.6 3-8.3 3.9c.4.8 9-2.4 10.3-3.2 1.4-1-2-.7-2-.7"
2854
- })), _path595 || (_path595 = /* @__PURE__ */ React.createElement("path", { d: "m321.8 194.6.5.2a1.5 1.5 0 0 0-.3-.3l-.7-.3.1.2zM315 201c.2.2.2.5.3.8v-.2c-.1-.2-.1-.5-.3-.7zm1.2-6.5.9-.2v-.1l-.9.1zm1.7-.2.8-.1a.3.3 0 0 0 0-.1 2 2 0 0 0-.8.1zm-3 1.5a.3.3 0 0 0 0 .2zm-.1 4.6a5 5 0 0 0 0 .7.4.4 0 0 0 0-.1z" })), _path596 || (_path596 = /* @__PURE__ */ React.createElement("path", {
2855
- fill: "#bd8759",
2856
- d: "M316.6 213.9s-1 .7-1 1a3.8 3.8 0 0 0-.2.8s.8-.1.7.3c0 0 .3.2.8-.8.4-1 .8-1.5 1.1-1.5.4 0 .8.4 1 .6s.4.4.8.3c0 0-.4-.6-.2-.7l.6-.1s-.3-.7-.9-.8-1-.3-1-.6c.2-.2 1-2.4 1-2.4l-1-1.5-.5 1.3.2 1-1 2.1c0 .1-2.4 1-2.7 1l-.8.9v.5s.3-.4.4-.2c0 0 .3-.3.6-.2.2.1.1.2.1.2l.5-.4.1-.1.6-.1"
2857
- })), _path597 || (_path597 = /* @__PURE__ */ React.createElement("path", {
2858
- fill: "none",
2859
- stroke: "#000",
2860
- strokeWidth: .1,
2861
- d: "M316.6 213.9s-1 .7-1 1a3.8 3.8 0 0 0-.2.8s.8-.1.7.3c0 0 .3.2.8-.8.4-1 .8-1.5 1.1-1.5.4 0 .8.4 1 .6s.4.4.8.3c0 0-.4-.6-.2-.7l.6-.1s-.3-.7-.9-.8-1-.3-1-.6c.2-.2 1-2.4 1-2.4l-1-1.5-.5 1.3.2 1-1 2.1c0 .1-2.4 1-2.7 1l-.8.9v.5s.3-.4.4-.2c0 0 .3-.3.6-.2.2.1.1.2.1.2l.5-.4.1-.1.6-.1"
2862
- })), _path598 || (_path598 = /* @__PURE__ */ React.createElement("path", {
2863
- fill: "#bd8759",
2864
- d: "M323.1 209.2v2.1c0 .3 0 .8-.2 1.1s-.4.5-.7.5-1 0-1.2.3l-.3.4s.5-.3.6 0l-.2.6.9-.2.8-.3.4.2v1c0 .4 0 1.2.3 1.2l.4-.5.5.5-.1-1.2a7 7 0 0 1-.3-1l1.5.6c0 .2.4.5.5.5s0-.5.2-.5c.3-.1.4 0 .4 0s-.4-.8-1-1c-.5-.4-1-.4-1.2-.6l-.3-.9v-2.8l-1-.2"
2865
- })), _path599 || (_path599 = /* @__PURE__ */ React.createElement("path", {
2866
- fill: "none",
2867
- stroke: "#000",
2868
- strokeWidth: .1,
2869
- d: "M323.1 209v2.3c0 .3 0 .8-.2 1.1s-.4.5-.7.5-1 0-1.2.3l-.3.4s.5-.3.6 0l-.2.6.9-.2.8-.3.4.2v1c0 .4 0 1.2.3 1.2l.4-.5.5.5-.1-1.2-.3-1s1.4.5 1.5.7l.5.4c.1 0 0-.5.2-.5.3-.1.4 0 .4 0s-.4-.8-1-1c-.5-.4-1-.4-1.2-.6l-.3-.9v-2.8z"
2870
- })), _path600 || (_path600 = /* @__PURE__ */ React.createElement("path", {
2871
- fill: "#dcddde",
2872
- d: "M315 197.3s0-1.3.3-1.4c0 0 .1-1.2 1.7-1 0 0 .5-.9 1.4-.4 0 0 .8-.4 1.3-.2l1 .7s.7-.1 1 .1c.3.3.2 1.1.2 1.1s.8.6.8 1.1v.9s.3.3.2.7c0 .4-.4 1-.4 1-.1 0 0 1-.3 1.3l-.8.5c-.2 0-.6.6-1 .6-.3 0-.8-.5-.8-.7s-.6-.4-.6-.4-1 1.2-1.8 1-1.1-.8-1.2-1l-.3-1s-.8-.4-.7-.9c0-.4.4-1 .4-1z"
2873
- })), _path601 || (_path601 = /* @__PURE__ */ React.createElement("path", {
2874
- fill: "none",
2875
- stroke: "#000",
2876
- strokeWidth: .1,
2877
- d: "m317.8 212-.2-.1m.6-.9a.8.8 0 0 1-.3-.1m0 .6h.2m5.5.5.5.2m-.2-.6h-.3m.4-.5a.9.9 0 0 1-.5 0m0 1.8.4.1m-.4.5a.2.2 0 0 1 .2 0m-.1 1.6a.4.4 0 0 1 .3 0m-5.1-2a.3.3 0 0 0-.3.1m1-.1c-.1.1-.3.2-.3.4m-4.5.5.4.3m10-1a.3.3 0 0 0-.3.3m.7-.1a.2.2 0 0 0 0 .2"
2878
- })), _path602 || (_path602 = /* @__PURE__ */ React.createElement("path", {
2879
- fill: "#d9c0b9",
2880
- d: "M313.4 215h.6s-.3.7-.2.8c0 .2-.5-.3-.3-.7"
2881
- })), _path603 || (_path603 = /* @__PURE__ */ React.createElement("path", {
2882
- fill: "none",
2883
- stroke: "#000",
2884
- strokeWidth: .1,
2885
- d: "M313.4 215h.6s-.3.7-.2.8c0 .2-.5-.3-.3-.7z"
2886
- })), _path604 || (_path604 = /* @__PURE__ */ React.createElement("path", {
2887
- fill: "#d9c0b9",
2888
- d: "M315.6 215.5s-.7 1 .1 1.5c0 0 0-1 .6-1.1z"
2889
- })), _path605 || (_path605 = /* @__PURE__ */ React.createElement("path", {
2890
- fill: "none",
2891
- stroke: "#000",
2892
- strokeWidth: .1,
2893
- d: "M315.6 215.5s-.7 1 .1 1.5c0 0 0-1 .6-1.1z"
2894
- })), _path606 || (_path606 = /* @__PURE__ */ React.createElement("path", {
2895
- fill: "#d9c0b9",
2896
- d: "m319.6 214.5-.2-.5.2-.3h.6s.4.9 0 1.3c0 0 0-.5-.2-.5z"
2897
- })), _path607 || (_path607 = /* @__PURE__ */ React.createElement("path", {
2898
- fill: "none",
2899
- stroke: "#000",
2900
- strokeWidth: .1,
2901
- d: "m319.6 214.5-.2-.5.2-.3h.6s.4.9 0 1.3c0 0 0-.5-.2-.5z"
2902
- })), _path608 || (_path608 = /* @__PURE__ */ React.createElement("path", {
2903
- fill: "#d9c0b9",
2904
- d: "M321 213.4h.3l.1.3v.3l-.3.2s-.5-.2-.4.5c0 0-.3-1.2.2-1.3"
2905
- })), _path609 || (_path609 = /* @__PURE__ */ React.createElement("path", {
2906
- fill: "none",
2907
- stroke: "#000",
2908
- strokeWidth: .1,
2909
- d: "M321 213.4h.3l.1.3v.3l-.3.2s-.5-.2-.4.5c0 0-.3-1.2.2-1.3z"
2910
- })), _path610 || (_path610 = /* @__PURE__ */ React.createElement("path", {
2911
- fill: "#d9c0b9",
2912
- d: "m323.5 215.9.4-.4.4.2-.3 1.2-.2-.3z"
2913
- })), _path611 || (_path611 = /* @__PURE__ */ React.createElement("path", {
2914
- fill: "none",
2915
- stroke: "#000",
2916
- strokeWidth: .1,
2917
- d: "m323.5 215.9.4-.4.4.2-.3 1.2-.2-.3z"
2918
- })), _path612 || (_path612 = /* @__PURE__ */ React.createElement("path", {
2919
- fill: "#d9c0b9",
2920
- d: "m326 214.8.5 1s.6-.6-.2-1.5z"
2921
- })), _path613 || (_path613 = /* @__PURE__ */ React.createElement("path", {
2922
- fill: "none",
2923
- stroke: "#000",
2924
- strokeWidth: .1,
2925
- d: "m326 214.8.5 1s.6-.6-.2-1.5z"
2926
- })), _path614 || (_path614 = /* @__PURE__ */ React.createElement("path", { d: "m323.3 195.9.2.2v-.1zm.1 2.2.4.7v-.2a1.7 1.7 0 0 0-.4-.7zm-.4-1.6.5.6v-.2zm.5 3.5c0 .3 0 .6-.2.8v.2c.2-.4.2-.7.2-1.1a.5.5 0 0 0 0 .1m.5 1v.5a.4.4 0 0 0 0 .1 2.2 2.2 0 0 0 0-.6m1.8 3.9a4.8 4.8 0 0 1 .1 1.3l-.1-1.5zm-.3.8-.4 1 .4-.8zm-10.3-2.9.7 1.2v-.1zm1.8 0c-.2 0-.3-.3-.5-.4v.2c.2 0 .3.4.5.4zm-1 1.8.5 1v-.2l-.5-1zm1.2.4.5.8v-.1c0-.3-.3-.6-.5-.8m0 1.3.2.7v-.1zm1.1.3a2.8 2.8 0 0 1 .1.7 3.3 3.3 0 0 0 0-.9v.2m-.5 1c0 .3.1.7.3 1v-.2a3.2 3.2 0 0 1-.3-.9.4.4 0 0 0 0 .1m.2-4.4.8.3v-.1a8 8 0 0 1-.8-.3zm.2 1.2 1 .4c-.3-.3-.7-.4-1-.6zm.3 1.2.6.6v-.1a4.5 4.5 0 0 1-.6-.6zm.4 1.6.2.7a1.8 1.8 0 0 0-.2-.8zm1-4v.5a10 10 0 0 1 0-.5m2.3-.9a3.6 3.6 0 0 1-.2.5v.1l.2-.4zm1 0v.8a.4.4 0 0 0 0 .1 4.2 4.2 0 0 0 0-1m.2 1.6v.7a3.7 3.7 0 0 0 0-.8m.7 1.5c0 .3-.2.6-.5.8v.1c.3-.2.5-.4.5-.8m-2.4-1.5-.2.4v.1zm.3 1.8a1.9 1.9 0 0 1-.4.4v.1c.2 0 .3-.2.4-.3zm-.9 1c-.3-.4-.4-.8-.3-1.3v-.1c-.2.5 0 1 .3 1.5v-.2m-1-1-.1.5v-.6m2.6 1.3c0 .3-.2.5-.3.7v.1l.3-.6zm1.7.7a9 9 0 0 1-.5.7v.2zm.8.8a17 17 0 0 0-.2 1.3v.1za1 1 0 0 0 0-.1m1-1.6v.5zM315 202l.1 1.3v-.2a2.2 2.2 0 0 1-.1-1 1 1 0 0 0 0-.1" })), _path615 || (_path615 = /* @__PURE__ */ React.createElement("path", {
2927
- fill: "#fff",
2928
- d: "M318.8 196.3c.7-.6 1.7-1.3 2.7-1v-.2c-1-.2-2 .5-2.7 1.1zm3.5.8c-.8-.5-2-.6-2.7 0 .7-.5 2-.3 2.7.2zm-2.8 1.1c.3 1 .7 2 .5 3 .2-1-.2-2-.5-3m-1.1.6v3c0-1 .2-2 0-3.1a.4.4 0 0 0 0 .1m1.5-.7c1 .2 1.9.9 2.4 1.7v-.1a3.9 3.9 0 0 0-2.4-1.7zm-.8 1.3c0 .6 0 1.2-.2 1.8.2-.5.2-1.2.2-1.8m1.4-.1a3.1 3.1 0 0 1 1.2 2v-.1a3.2 3.2 0 0 0-1.2-2m-4.3 1.7c.2-.3.4-.6.8-.7v-.1c-.4 0-.6.4-.8.7zm1.4-5c-.1-.6-.5-1-1-1.2v.1c.5.3.9.6 1 1.2zm-.8 0c-.5-.2-1-.2-1.5-.2a.3.3 0 0 0 0 .1c.5 0 1 0 1.5.3zm1.5 0c0-.6 0-1-.4-1.3.3.3.5.7.4 1.2m1.8.7c.5-.3 1-.2 1.5-.2v-.2c-.5 0-1 0-1.5.2zm.9 1.2a2.6 2.6 0 0 1 1.7 1v-.3a2.6 2.6 0 0 0-1.7-1zm-3.1 2c-.2.6 0 1.5-.9 1.8v.2c.8-.3.7-1.1.9-1.8z"
2929
- })), _path616 || (_path616 = /* @__PURE__ */ React.createElement("path", {
2930
- fill: "#fff",
2931
- d: "M319.5 199c.3.7.7 1.4.5 2.2a.9.9 0 0 0 0 .3c.2-1-.1-1.8-.5-2.7zm1-.1c.7 0 1.3.7 1.4 1.4a1 1 0 0 0 0-.2 1.7 1.7 0 0 0-1.4-1.5zm0 1c.1.6.3 1.2.1 1.8v.2c.3-.7 0-1.5 0-2.2a1 1 0 0 0 0 .2m-.4-2.6c.7-.1 1.5-.2 2.2.3v-.3c-.7-.5-1.5-.4-2.2-.2zm-1.4-1.5c0-.6.6-1 1.2-1.3v-.2c-.6.2-1.2.6-1.3 1.3a1 1 0 0 0 0 .2m-.6.4c0-.7-.4-1.3-.7-1.9v.2c.3.6.6 1.1.6 1.8zm-.6.4a2 2 0 0 0-1-1.4v.3c.5.3.9.7 1 1.3a.8.8 0 0 0 0-.2m-1-.3a2.9 2.9 0 0 0-1.2-.5v.2c.5 0 .8.3 1.2.5zm2.2 3c0 .6.2 1.3-.2 1.9v.2c.4-.7.3-1.6.2-2.3z"
2932
- })), _path617 || (_path617 = /* @__PURE__ */ React.createElement("path", {
2933
- fill: "#fff",
2934
- d: "M319.4 198.9c.2.6.5 1.3.4 2a5.8 5.8 0 0 0-.4-2.3zm.5-1c.6.3 1.3.5 1.7 1v-.3a3.6 3.6 0 0 0-1.7-.9zm-1.7-1.4a15 15 0 0 0 0-1.7 12 12 0 0 1 0 1.7m-1.2-.4a5.6 5.6 0 0 1-1.2-.8v.2l1.2.9zm-.2 3.3c-.3.2-.5.5-.6.8v.2a1.6 1.6 0 0 1 .6-.7zm.9.5c0 .5-.3.9-.6 1.2v.2c.4-.4.6-.8.6-1.3 0 0 0-.3 0 0m2.1-3.6c.4-.6 1.3-.7 1.9-.9v-.2c-.6.2-1.5.2-2 .8v.3m-4 0a2 2 0 0 1-.5-.3v.2l.4.2v-.2m.1 3-.4.3v.1a1 1 0 0 0 0 .1.8.8 0 0 1 .4-.2.7.7 0 0 0 0-.2m.5.1-.6.6v.2l.6-.6zm1 .3c-.1.6-.8 1.2-.3 1.8v-.2c-.3-.5.2-1 .4-1.4zm.7 0c0 .6 0 1.1-.2 1.7a1 1 0 0 0 0 .2 9.8 9.8 0 0 0 .2-2m1.9-.6c.4.5.8 1.1 1 1.8v-.2a5 5 0 0 0-1-1.9zm.2-.5c.7.6 1.5 1 2 1.8v-.2c-.5-.8-1.3-1.3-2-1.8z"
2935
- })), _path618 || (_path618 = /* @__PURE__ */ React.createElement("path", {
2936
- fill: "#fff",
2937
- d: "M320.5 197.8h.8l.6.5.6.4c.2.2.2.6.3.9a.7.7 0 0 0 0-.2l-.2-.7c0-.2-.3-.4-.5-.5l-.7-.4a1.4 1.4 0 0 0-.9-.2z"
2938
- })), _path619 || (_path619 = /* @__PURE__ */ React.createElement("path", {
2939
- fill: "#fff",
2940
- d: "m322.3 199.3.2.6v-.1l-.2-.7zm-2-3.6 1.5-.4v-.3l-1.5.4zm-2 .2c0-.2.1-.5.3-.7l.4-.8v-.3l-.4.7c0 .3-.3.5-.4.9zm-1.7 4.6.1 1.3v-.2a1.4 1.4 0 0 1 0-.8.7.7 0 0 0 0-.2s0-.1 0 0m1 .7c-.2.3-.2.6-.1 1a.3.3 0 0 0 0-.2zm.8-.5-.2.7v.2zs0-.2 0 0m0-1.5v.4zm-.3.2a.7.7 0 0 0 0 .3v-.7zm-.5-.2-.1.5a.8.8 0 0 0 0 .2 3 3 0 0 1 .1-.4zm-.4 0-.8.6v.3l.8-.7zm-.6 0a1.6 1.6 0 0 1-.5.3v.3c.2 0 .3-.2.5-.3v-.2m-1-.3-.4.2v.2c.2 0 .3 0 .4-.2zm2.9 0v.4a.8.8 0 0 0 0-.2v-.4zm.4-.2.1.6v-.3a1 1 0 0 1 0-.3v-.1.1m.3 0v.3h.1a.8.8 0 0 0-.1-.6zm.4-.2.4.2v-.2a.8.8 0 0 0-.4-.2zm.2-.3.6.3v-.3a1.2 1.2 0 0 1-.6-.3zm.5-1h.4v-.2a2.3 2.3 0 0 0-.4-.1zm-.3-.6.4-.3v-.3l-.4.4zm-.4-.5a1 1 0 0 1 .2-.5v-.2a1 1 0 0 0-.2.7m-.3-.2.4-.8v-.2l-.4.7z"
2941
- })), _path620 || (_path620 = /* @__PURE__ */ React.createElement("path", {
2942
- fill: "#fff",
2943
- d: "M318.6 195.3v.9a.7.7 0 0 0 0-.3 3.7 3.7 0 0 1 0-.7zm-1.3.2.2.3v.6l.1-.5-.3-.6zm-.2.5a4.5 4.5 0 0 0-.6-.4v.2l.6.5zm.8.2c0-.6 0-1.2-.2-1.7v.3c.2.4.3.7.2 1.2a1 1 0 0 0 0 .1m1.2-.7v-.2z"
2944
- })), _path621 || (_path621 = /* @__PURE__ */ React.createElement("path", {
2945
- fill: "#fff",
2946
- d: "m317.7 196.3.2-1v-.2l-.2 1zm3.5 2c.3 0 .6.3.7.6v-.4c-.1-.3-.4-.5-.7-.6zm-1 2a1 1 0 0 1 0 .4 1.2 1.2 0 0 0 0 .3h.1v-1 .3m-.8-.5v1.2s0 .2 0 0v-1.4zm-.4.4-.3 1.2a1 1 0 0 0 0 .3s0 .1 0 0l.3-1.2zm.5.2v1.1a1.3 1.3 0 0 0 0 .3v-1.6zm-2.6.2a1 1 0 0 1 0 .1v.4c.1-.2.1-.6 0-.8 0-.1 0 0 0 0zm1.2-.8v.4c0-.3.1-.6 0-.8zm.3 0a.4.4 0 0 1 .1 0v.1a1 1 0 0 0 0 .1v-.2l-.1-.5a1.3 1.3 0 0 0 0 .2zm.4-.3.1.3v-.3l-.1-.4a1 1 0 0 0 0 .1v.2m.8-.2.5.6v-.4a9 9 0 0 1-.5-.6zm.5-.8.3.6v-.4a4 4 0 0 1-.3-.5zm-4.3-2a1.7 1.7 0 0 0-.4-.2 1 1 0 0 0 0 .2v.2l.4.3zm1.3-.5a.5.5 0 0 1 0 .1.8.8 0 0 0 0 .2za1 1 0 0 0 0-.4.8.8 0 0 0 0 .2zm1-1v.8c-.1 0-.1.1 0 .2v.1l.1-1.2a1 1 0 0 0 0-.1v.2m.2 1.5.5-.7v-.3l-.5.6zm.7 0 .2-.3v-.4l-.2.2a1.3 1.3 0 0 0 0 .2v.2m1 .2a8 8 0 0 1-.8 0v.4h.8zm-.3.9 1 .6v-.4l-1-.6z"
2947
- })), _path622 || (_path622 = /* @__PURE__ */ React.createElement("path", {
2948
- fill: "#fff",
2949
- d: "m320 198 .8.5v-.4l-.8-.5a2 2 0 0 0 0 .2zm-2-1.4.1-.5v-.2.6m-2.3-1c.2.3.5.6.9.8l.6.7s.1-.4 0-.4l-.6-.6-1-.9c.1 0 0 .3 0 .4m.6 1a8 8 0 0 1-.4-.4 2 2 0 0 0 0 .2v.1l.4.5zm-.3 2.5-.3.6v.4l.3-.6zm.3.4-.1.6a1.3 1.3 0 0 0 0 .3zv-.2a1 1 0 0 0 0 .1m1 1.8c.2-.6.2-1.3.2-2v.2c0 .5 0 1-.2 1.4zm.6-1.5v.6a1.3 1.3 0 0 0 0 .3v-1.3a.6.6 0 0 0 0 .2zm.6-.2c.2.2.3.6.2 1v.1c.1-.5.1-1-.2-1.5z"
2950
- })), _path623 || (_path623 = /* @__PURE__ */ React.createElement("path", {
2951
- fill: "#fff",
2952
- d: "M318.6 199.3a13 13 0 0 1 .3 1.7v-.3l-.2-1.7v.3m.5-.1.6 1v-.3l-.6-1zm1.1-1c0-.1-.3-.2-.5-.1v.3c.2 0 .4 0 .5.2v-.3"
2953
- })), _path624 || (_path624 = /* @__PURE__ */ React.createElement("path", {
2954
- fill: "#fff",
2955
- d: "M319.7 198.1a7.5 7.5 0 0 1 1.1 0v-.4a7.5 7.5 0 0 0-1 0c-.1 0 0 .4 0 .4m.6-3c-.3.4-.4.9-.5 1.3v.3s0 .1 0 0c0-.4.2-.8.5-1.1zm-1.5.4.2 1a.7.7 0 0 0 0-.2v-.2l-.2-1zm-.3.5a1.6 1.6 0 0 1-.3-.5.8.8 0 0 0 0 .2v.2l.2.5v-.3m-.5.2a4 4 0 0 1-1.2-.6v.4l1.2.6s.1-.4 0-.4"
2956
- })), _path625 || (_path625 = /* @__PURE__ */ React.createElement("path", {
2957
- fill: "#dba05f",
2958
- d: "m318.5 196.2-2.2.4-1.8.2-1.3-.4c-.3 0-1.6-.2-2 .3l-.9.8c-.1.1-.7.6-.7.9 0 .2.1.5.4.5s.9.6.9.7c0 .3.8.5 1.5.5 1.3 0 2-.7 4-.5 1 .2 3-.7 3.4-1.2s.6-1 .2-1.7c-.3-.6-1.4-.5-1.5-.5"
2959
- })), _path626 || (_path626 = /* @__PURE__ */ React.createElement("path", {
2960
- fill: "none",
2961
- stroke: "#000",
2962
- strokeWidth: .1,
2963
- d: "m318.5 196.2-2.2.4-1.8.2-1.3-.4c-.3 0-1.6-.2-2 .3l-.9.8c-.1.1-.7.6-.7.9 0 .2.1.5.4.5s.9.6.9.7c0 .3.8.5 1.5.5 1.3 0 2-.7 4-.5 1 .2 3-.7 3.4-1.2s.6-1 .2-1.7c-.3-.6-1.4-.5-1.5-.5z"
2964
- })), _path627 || (_path627 = /* @__PURE__ */ React.createElement("path", { d: "m311.4 198.1.1-.1.1-.2a.8.8 0 0 1 .4-.3h.5-.2.2-.2l-.3.1c-.3 0-.3.4-.6.6" })), _path628 || (_path628 = /* @__PURE__ */ React.createElement("path", {
2965
- fill: "none",
2966
- d: "m311.3 198 .4-.4.6-.3h.3"
2967
- })), _path629 || (_path629 = /* @__PURE__ */ React.createElement("path", {
2968
- fill: "none",
2969
- d: "m312 197.4-.4.3c0 .2-.3.3-.3.3m.7-.5h.5m-.6 0h.5"
2970
- })), _path630 || (_path630 = /* @__PURE__ */ React.createElement("path", { d: "m312.4 197.9-.2.1-.1.1-.3.2-.3.1.4-.2-.4.2.4-.1-.3.1h.1s.3 0 .7-.4" })), _path631 || (_path631 = /* @__PURE__ */ React.createElement("path", {
2971
- fill: "none",
2972
- d: "m312.3 197.8-.3.2-.3.2-.2.1m.4-.1.2-.2.2-.2m-.4.4-.3.1m.4-.1-.3.1"
2973
- })), _path632 || (_path632 = /* @__PURE__ */ React.createElement("path", {
2974
- fill: "#c6262c",
2975
- d: "M312.9 196.5s0-.6-.6-.8c-.5-.2-1-.2-1.3-.2l-.5.2a2.5 2.5 0 0 0-.6.2l-.1.2c-.1.2-.4.4-.3.6.2.3 0 .3.2.3s-1 .3-.8.8c.3.6.5.4.6.3l.5-.2.7-.7 1-.4h.5z"
2976
- })), _path633 || (_path633 = /* @__PURE__ */ React.createElement("path", {
2977
- fill: "none",
2978
- stroke: "#000",
2979
- strokeWidth: .1,
2980
- d: "M312.9 196.5s0-.6-.6-.8c-.5-.2-1-.2-1.3-.2l-.5.2a2.5 2.5 0 0 0-.6.2l-.1.2c-.1.2-.4.4-.3.6.2.3 0 .3.2.3s-1 .3-.8.8c.3.6.5.4.6.3l.5-.2.7-.7 1-.4h.5z"
2981
- })), _path634 || (_path634 = /* @__PURE__ */ React.createElement("path", { d: "M312.2 197.8c0 .1-.1.3-.3.3h-.3s.1-.4.3-.4z" })), _path635 || (_path635 = /* @__PURE__ */ React.createElement("path", {
2982
- fill: "#d9c0b9",
2983
- d: "M308.6 200.2s-.7-1.2 1.2-1.8c0 0 .6.3.8.6 0 0-.4.5-1.5.7 0 0-.5.1-.5.5"
2984
- })), _path636 || (_path636 = /* @__PURE__ */ React.createElement("path", {
2985
- fill: "none",
2986
- stroke: "#000",
2987
- strokeWidth: .1,
2988
- d: "M308.6 200.2s-.7-1.2 1.2-1.8c0 0 .6.3.8.6 0 0-.4.5-1.5.7 0 0-.5.1-.5.5z"
2989
- })), _path637 || (_path637 = /* @__PURE__ */ React.createElement("path", {
2990
- fill: "#d9c0b9",
2991
- d: "M308.8 200s.8.2 1.3-.2c.5-.3.6-.2.7-.1 0 0 0-.4-.2-.7l-1 .5c-.4.2-.7.1-.8.5"
2992
- })), _path638 || (_path638 = /* @__PURE__ */ React.createElement("path", {
2993
- fill: "none",
2994
- stroke: "#000",
2995
- strokeWidth: .1,
2996
- d: "M308.8 200s.8.2 1.3-.2c.5-.3.6-.2.7-.1 0 0 0-.4-.2-.7l-1 .5c-.4.2-.7.1-.8.5z"
2997
- })), _path639 || (_path639 = /* @__PURE__ */ React.createElement("path", {
2998
- fill: "#7a2e26",
2999
- d: "M311 199.6h.5v-.1za.3.3 0 0 0 0 .1m-.3-2-.1.2v.1zm.5.2.3-.2v-.1c-.2 0-.3 0-.3.2zm.5.8a.3.3 0 0 0 .2-.2.3.3 0 0 1-.2 0zm.4-.2a.8.8 0 0 0 .4-.3v-.1a.7.7 0 0 1-.4.3zm-.7-.7c0 .2-.2.2-.3.4v.1c0-.1.3-.2.3-.4m.3 2c.4 0 .7 0 1-.2a3.1 3.1 0 0 1-1 0zm1.6 0c.4-.4.8-.7 1-1.3a2 2 0 0 1-1 1v.2m.3-.8c.3-.2.5-.4.6-.8v-.1a1.6 1.6 0 0 1-.6.8zm-.2-2 .7.4v-.1l-.7-.4zm6.3 1c.2-.5 0-1-.2-1.4.2.4.4.8.2 1.2zm-4.8-.7c.3.2 1 .7.8 1.2.3-.5-.4-1-.8-1.3zm2.1 2a1.4 1.4 0 0 0 .1-.3 1.3 1.3 0 0 1 0 .3"
3000
- })), _path640 || (_path640 = /* @__PURE__ */ React.createElement("path", {
3001
- fill: "#5e3f17",
3002
- d: "m317.9 199.2.5-.2m-8.5-.3c-.3.2-.8.2-1 .7.2-.5.7-.5 1-.6"
3003
- })), _path641 || (_path641 = /* @__PURE__ */ React.createElement("path", {
3004
- fill: "#842116",
3005
- d: "M309.7 197.3c.1 0 .3 0 .3.2a.4.4 0 0 0 0 .1.7.7 0 0 0 0-.3l-.3-.1m.7.4a.7.7 0 0 0-.1-.6v.5m.6-.5q0-.45-.3-.6v.1c.2.1.3.4.3.6a.4.4 0 0 0 0-.1m.5-.1c0-.3 0-.5-.2-.6v.1l.2.3a.4.4 0 0 0 0 .1m-.8-.7c.4-.2 1.4-.3 1.8.2v-.2c-.4-.4-1.4-.3-1.8 0"
3006
- })), _path642 || (_path642 = /* @__PURE__ */ React.createElement("path", {
3007
- fill: "#7a2e26",
3008
- d: "M309.5 198.1v-.5s-.1 0 0 .1zm4.7 1.4a.6.6 0 0 0 .3-.5.6.6 0 0 1-.3.3zm.7 0a.4.4 0 0 0 .1-.3v-.1.3m4.3-2.4a1 1 0 0 1 0 .7.4.4 0 0 0 0 .1v-.9zm-.5.5v.7c.1-.3.2-.6 0-.9zm-.4.3"
3009
- })), _path643 || (_path643 = /* @__PURE__ */ React.createElement("path", {
3010
- fill: "#452c25",
3011
- d: "M324.3 210.5v.2l.1.1-.1-.4z"
3012
- })), _path644 || (_path644 = /* @__PURE__ */ React.createElement("path", {
3013
- fill: "#dcddde",
3014
- d: "M314.4 195c-1.7 0-3.3-1-3.3-1a2.7 2.7 0 0 1-2.3-2.4c-.8-.4-1.6-2.5-1.6-2.5-1.3.7-3 0-3 0s0-.4-1.4 0c-1.5.3-1.3-.3-1.3-.3s.6-.6-2 0 .2-.8.2-.8c-.8.2-3.3.4-3.3.4-.9 0-1.8.5-2.8.8l-2.3.6-6.8 3-5.5 2.1c.2 0 3.4-2.1 7.5-4a88 88 0 0 1 10.3-3.9 9.9 9.9 0 0 1 6.5 0c.6.2 4.2 0 5.7 0 1.6.3 1.8 2.9 1.8 2.9.3.1.4 2.6.4 2.6s-1 0 .1.1c1 .2 2.9 1.7 2.9 1.7h.7s.4-.5.9-.7l1.5-.5a11.6 11.6 0 0 1 2 0l2 .3 1.2.3h.5c1-.5 3-1.2 3.4-1.1 0 0 .7-.2 1.1-.5a105 105 0 0 0 1.3-1s-.6-4.5 3.9-4l11.5 1.2a44 44 0 0 1 6.5 1.8l5.2 2.4 4 1.7c2.3 1 4 2.4 4 2.4-1.5-.6-2.6-1.3-3.7-1.8-.9-.4-1.8-.5-2.6-.9l-3.6-1.7c-3.5-1.6-3.5-1.7-4.9-1.8-1 0 .7 1.2.7 1.2l-4.1-1.7a6 6 0 0 0-2.9-.5 5.8 5.8 0 0 1-2.2-.3c-.6-.2-3.8-.3-4.4-.4a7 7 0 0 1-1-.2l.2.4-1.5-.3-.5.7s-1.5.3-1.6-.2-1 2.2-1.3 3c-.4.8-2.2.6-2.7 1-.4.5-1.4.9-1.6 1h-1.3c-.6 0-.1 0-1 .3 0 0-.9 0-1.2-.2l-1.4-.4a27.5 27.5 0 0 0-3.5-.2 5.4 5.4 0 0 0-2.7 1.1"
3015
- })), _path645 || (_path645 = /* @__PURE__ */ React.createElement("path", {
3016
- fill: "#e7e7e7",
3017
- stroke: "#000",
3018
- strokeWidth: .1,
3019
- d: "M314.4 195c-1.7 0-3.3-1-3.3-1a2.7 2.7 0 0 1-2.3-2.4c-.8-.4-1.6-2.5-1.6-2.5-1.3.7-3 0-3 0s0-.4-1.4 0c-1.5.3-1.3-.3-1.3-.3s.6-.6-2 0 .2-.8.2-.8c-.8.2-3.3.4-3.3.4-.9 0-1.8.5-2.8.8l-2.3.6-6.8 3-5.5 2.1c.2 0 3.4-2.1 7.5-4a88 88 0 0 1 10.3-3.9 9.9 9.9 0 0 1 6.5 0c.6.2 4.2 0 5.7 0 1.6.3 1.8 2.9 1.8 2.9.3.1.4 2.6.4 2.6s-1 0 .1.1c1 .2 2.9 1.7 2.9 1.7h.7s.4-.5.9-.7l1.5-.5a11.6 11.6 0 0 1 2 0l2 .3 1.2.3h.5c1-.5 3-1.2 3.4-1.1 0 0 .7-.2 1.1-.5l1.3-1s-.6-4.5 3.9-4l11.5 1.2a44 44 0 0 1 6.5 1.8l5.2 2.4 4 1.7c2.3 1 4 2.4 4 2.4-1.5-.6-2.6-1.3-3.7-1.8-.9-.4-1.8-.5-2.6-.9l-3.6-1.7c-3.5-1.6-3.5-1.7-4.9-1.8-1 0 .7 1.2.7 1.2l-4.1-1.7a6 6 0 0 0-2.9-.5 5.8 5.8 0 0 1-2.2-.3c-.6-.2-3.8-.3-4.4-.4a7 7 0 0 1-1-.2l.2.4-1.5-.3-.5.7s-1.5.3-1.6-.2-1 2.2-1.3 3c-.4.8-2.2.6-2.7 1-.4.5-1.4.9-1.6 1h-1.3c-.6 0-.1 0-1 .3 0 0-.9 0-1.2-.2a18 18 0 0 0-1.4-.4c-.5-.2-3.1-.2-3.5-.2a5.4 5.4 0 0 0-2.7 1.1"
3020
- })), _path646 || (_path646 = /* @__PURE__ */ React.createElement("path", {
3021
- fill: "#452c25",
3022
- d: "M314.6 194.4s-.2.2-.2.5v.2"
3023
- })), _path647 || (_path647 = /* @__PURE__ */ React.createElement("path", {
3024
- fill: "#574f4c",
3025
- d: "m323.3 194 .7.5a.5.5 0 0 0-.1-.1 6.5 6.5 0 0 0-.7-.6 1 1 0 0 0 0 .1"
3026
- })));
3027
- };
3028
-
3029
- //#endregion
3030
- export { bo_default as default };
3031
- //# sourceMappingURL=bo.mjs.map