@digital-ai/dot-illustrations 1.0.32 → 2.0.2

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 (324) hide show
  1. package/README.md +4 -3
  2. package/demo/demo.css +89 -38
  3. package/demo/index.html +5 -1202
  4. package/demo/script.js +198 -47
  5. package/illustrations/dark/dashboards/CRP-failure-prediction-monitoring.svg +23 -0
  6. package/illustrations/dark/dashboards/analysis.svg +96 -0
  7. package/illustrations/dark/dashboards/automation.svg +63 -0
  8. package/illustrations/dark/dashboards/burn-down.svg +38 -0
  9. package/illustrations/dark/dashboards/burn-up.svg +38 -0
  10. package/illustrations/dark/dashboards/change-credit-score.svg +22 -0
  11. package/illustrations/dark/dashboards/change-data-quality.svg +24 -0
  12. package/illustrations/dark/dashboards/change-executive.svg +21 -0
  13. package/illustrations/dark/dashboards/change-failure-factors.svg +26 -0
  14. package/illustrations/dark/dashboards/change-failure-prediction.svg +25 -0
  15. package/illustrations/dark/dashboards/change-impact-detection.svg +21 -0
  16. package/illustrations/dark/dashboards/change-impact-hotspots.svg +25 -0
  17. package/illustrations/dark/dashboards/custom.svg +31 -0
  18. package/illustrations/dark/dashboards/defect.svg +34 -0
  19. package/illustrations/dark/dashboards/dependency.svg +61 -0
  20. package/{dashboards/dark/digitalai/digitalai-dora-dark.svg → illustrations/dark/dashboards/dora.svg} +12 -7
  21. package/illustrations/dark/dashboards/executive.svg +21 -0
  22. package/illustrations/dark/dashboards/hange-impact.svg +51 -0
  23. package/illustrations/dark/dashboards/item.svg +33 -0
  24. package/illustrations/dark/dashboards/late-task.svg +61 -0
  25. package/illustrations/dark/dashboards/onboarding.svg +19 -0
  26. package/illustrations/dark/dashboards/workflow.svg +66 -0
  27. package/illustrations/dark/global/add-new-grid.svg +104 -0
  28. package/illustrations/dark/global/add-new.svg +16 -0
  29. package/illustrations/dark/global/add-team.svg +25 -0
  30. package/illustrations/dark/global/add-user.svg +18 -0
  31. package/illustrations/dark/global/assets.svg +45 -0
  32. package/illustrations/dark/global/chart.svg +29 -0
  33. package/illustrations/dark/global/community.svg +41 -0
  34. package/illustrations/dark/global/dependency-down.svg +38 -0
  35. package/illustrations/dark/global/dependency-up.svg +38 -0
  36. package/illustrations/dark/global/disconnected.svg +21 -0
  37. package/illustrations/dark/global/done.svg +17 -0
  38. package/illustrations/dark/global/empty.svg +19 -0
  39. package/illustrations/dark/global/favorite.svg +39 -0
  40. package/illustrations/dark/global/features.svg +102 -0
  41. package/illustrations/dark/global/launch.svg +92 -0
  42. package/illustrations/dark/global/no-files.svg +21 -0
  43. package/illustrations/dark/global/nothing-defined.svg +17 -0
  44. package/illustrations/dark/global/password-token.svg +25 -0
  45. package/illustrations/dark/global/reports.svg +63 -0
  46. package/illustrations/dark/global/survey.svg +30 -0
  47. package/illustrations/dark/global/user.svg +9 -0
  48. package/illustrations/dark/global/work-item.svg +42 -0
  49. package/illustrations/light/dashboards/CRP-failure-prediction-monitoring.svg +23 -0
  50. package/illustrations/light/dashboards/analysis.svg +96 -0
  51. package/illustrations/light/dashboards/automation.svg +63 -0
  52. package/illustrations/light/dashboards/burn-down.svg +38 -0
  53. package/illustrations/light/dashboards/burn-up.svg +38 -0
  54. package/illustrations/light/dashboards/change-credit-score.svg +22 -0
  55. package/illustrations/light/dashboards/change-data-quality.svg +24 -0
  56. package/illustrations/light/dashboards/change-executive.svg +21 -0
  57. package/illustrations/light/dashboards/change-failure-factors.svg +26 -0
  58. package/illustrations/light/dashboards/change-failure-prediction.svg +25 -0
  59. package/illustrations/light/dashboards/change-impact-detection.svg +21 -0
  60. package/illustrations/light/dashboards/change-impact-hotspots.svg +25 -0
  61. package/illustrations/light/dashboards/custom.svg +31 -0
  62. package/illustrations/light/dashboards/defect.svg +34 -0
  63. package/illustrations/light/dashboards/dependency.svg +61 -0
  64. package/{dashboards/light/digitalai/digitalai-dora-light.svg → illustrations/light/dashboards/dora.svg} +13 -8
  65. package/illustrations/light/dashboards/executive.svg +21 -0
  66. package/illustrations/light/dashboards/hange-impact.svg +51 -0
  67. package/illustrations/light/dashboards/item.svg +33 -0
  68. package/illustrations/light/dashboards/late-task.svg +61 -0
  69. package/illustrations/light/dashboards/onboarding.svg +19 -0
  70. package/illustrations/light/dashboards/workflow.svg +66 -0
  71. package/illustrations/light/global/add-new-grid.svg +104 -0
  72. package/illustrations/light/global/add-new.svg +16 -0
  73. package/illustrations/light/global/add-team.svg +25 -0
  74. package/illustrations/light/global/add-user.svg +18 -0
  75. package/illustrations/light/global/assets.svg +44 -0
  76. package/illustrations/light/global/chart.svg +29 -0
  77. package/illustrations/light/global/community.svg +41 -0
  78. package/illustrations/light/global/dependency-down.svg +38 -0
  79. package/illustrations/light/global/dependency-up.svg +38 -0
  80. package/illustrations/light/global/disconnected.svg +21 -0
  81. package/illustrations/light/global/done.svg +17 -0
  82. package/illustrations/light/global/empty.svg +19 -0
  83. package/illustrations/light/global/favorite.svg +39 -0
  84. package/illustrations/light/global/features.svg +102 -0
  85. package/illustrations/light/global/launch.svg +92 -0
  86. package/illustrations/light/global/no-files.svg +21 -0
  87. package/illustrations/light/global/nothing-defined.svg +17 -0
  88. package/illustrations/light/global/password-token.svg +30 -0
  89. package/illustrations/light/global/reports.svg +63 -0
  90. package/illustrations/light/global/survey.svg +30 -0
  91. package/illustrations/light/global/user.svg +9 -0
  92. package/illustrations/light/global/work-item.svg +42 -0
  93. package/index.css +187 -754
  94. package/integrations/demo/index.html +2 -2
  95. package/integrations/demo/script.js +3 -4
  96. package/integrations/index.css +441 -0
  97. package/package.json +1 -1
  98. package/agility/dark/global/agility-assets-dark.svg +0 -41
  99. package/agility/dark/global/agility-chart-dark.svg +0 -10
  100. package/agility/dark/global/agility-community-dark.svg +0 -66
  101. package/agility/dark/global/agility-dependency-down-dark.svg +0 -30
  102. package/agility/dark/global/agility-dependency-up-dark.svg +0 -30
  103. package/agility/dark/global/agility-disconnected-dark.svg +0 -20
  104. package/agility/dark/global/agility-empty-dark.svg +0 -16
  105. package/agility/dark/global/agility-favourite-dark.svg +0 -24
  106. package/agility/dark/global/agility-features-dark.svg +0 -156
  107. package/agility/dark/global/agility-launch-dark.svg +0 -29
  108. package/agility/dark/global/agility-no-files-dark.svg +0 -18
  109. package/agility/dark/global/agility-nothing-defined-dark.svg +0 -14
  110. package/agility/dark/global/agility-password-token-dark.svg +0 -31
  111. package/agility/dark/global/agility-reports-dark.svg +0 -59
  112. package/agility/dark/global/agility-survey-dark.svg +0 -18
  113. package/agility/dark/global/agility-user-dark.svg +0 -13
  114. package/agility/dark/global/agility-work-item-dark.svg +0 -19
  115. package/agility/dark/global/done-dark.svg +0 -11
  116. package/agility/dark/ux/agility-ux-community-dark.svg +0 -71
  117. package/agility/dark/ux/agility-ux-goal-dark.svg +0 -72
  118. package/agility/dark/ux/agility-ux-launch-dark.svg +0 -51
  119. package/agility/dark/ux/agility-ux-objective-dark.svg +0 -74
  120. package/agility/dark/ux/agility-ux-paper-dark.svg +0 -26
  121. package/agility/dark/ux/agility-ux-update-dark.svg +0 -60
  122. package/agility/light/global/agility-assets-light.svg +0 -46
  123. package/agility/light/global/agility-chart-light.svg +0 -10
  124. package/agility/light/global/agility-community-light.svg +0 -73
  125. package/agility/light/global/agility-dependency-down-light.svg +0 -30
  126. package/agility/light/global/agility-dependency-up-light.svg +0 -30
  127. package/agility/light/global/agility-disconnected-light.svg +0 -27
  128. package/agility/light/global/agility-empty-light.svg +0 -16
  129. package/agility/light/global/agility-favourite-light.svg +0 -24
  130. package/agility/light/global/agility-features-light.svg +0 -156
  131. package/agility/light/global/agility-launch-light.svg +0 -36
  132. package/agility/light/global/agility-no-files-light.svg +0 -18
  133. package/agility/light/global/agility-nothing-defined-light.svg +0 -21
  134. package/agility/light/global/agility-password-token-light.svg +0 -31
  135. package/agility/light/global/agility-reports-light.svg +0 -59
  136. package/agility/light/global/agility-survey-light.svg +0 -25
  137. package/agility/light/global/agility-user-light.svg +0 -13
  138. package/agility/light/global/agility-work-item-light.svg +0 -26
  139. package/agility/light/global/done-light.svg +0 -11
  140. package/agility/light/ux/agility-ux-community-light.svg +0 -71
  141. package/agility/light/ux/agility-ux-goal-light.svg +0 -72
  142. package/agility/light/ux/agility-ux-launch-light.svg +0 -51
  143. package/agility/light/ux/agility-ux-objective-light.svg +0 -74
  144. package/agility/light/ux/agility-ux-paper-light.svg +0 -26
  145. package/agility/light/ux/agility-ux-update-light.svg +0 -60
  146. package/dashboards/dark/agility/CRP-failure-prediction-monitoring-dashboard-dark.svg +0 -22
  147. package/dashboards/dark/agility/agility-analysis-dark.svg +0 -42
  148. package/dashboards/dark/agility/agility-analysis-nobg-dark.svg +0 -31
  149. package/dashboards/dark/agility/agility-automation-dark.svg +0 -49
  150. package/dashboards/dark/agility/agility-automation-nobg-dark.svg +0 -43
  151. package/dashboards/dark/agility/agility-burn-down-dark.svg +0 -16
  152. package/dashboards/dark/agility/agility-burn-up-dark.svg +0 -16
  153. package/dashboards/dark/agility/agility-change-credit-score-dark.svg +0 -44
  154. package/dashboards/dark/agility/agility-change-data-quality-dark.svg +0 -19
  155. package/dashboards/dark/agility/agility-change-executive-dashboard-dark.svg +0 -53
  156. package/dashboards/dark/agility/agility-change-failure-factors-dashboard-dark.svg +0 -21
  157. package/dashboards/dark/agility/agility-change-failure-prediction-dark.svg +0 -20
  158. package/dashboards/dark/agility/agility-change-impact-dashboard-dark.svg +0 -32
  159. package/dashboards/dark/agility/agility-change-impact-detection-dark.svg +0 -17
  160. package/dashboards/dark/agility/agility-change-impact-hotspots-dark.svg +0 -16
  161. package/dashboards/dark/agility/agility-custom-dark.svg +0 -60
  162. package/dashboards/dark/agility/agility-custom-nobg-dark.svg +0 -52
  163. package/dashboards/dark/agility/agility-defect-dark.svg +0 -23
  164. package/dashboards/dark/agility/agility-defect-nobg-dark.svg +0 -17
  165. package/dashboards/dark/agility/agility-dependency-dark.svg +0 -34
  166. package/dashboards/dark/agility/agility-dependency-nobg-dark.svg +0 -28
  167. package/dashboards/dark/agility/agility-dora-dark.svg +0 -18
  168. package/dashboards/dark/agility/agility-dora-nobg-dark.svg +0 -10
  169. package/dashboards/dark/agility/agility-executive-dark.svg +0 -16
  170. package/dashboards/dark/agility/agility-executive-nobg-dark.svg +0 -8
  171. package/dashboards/dark/agility/agility-item-dark.svg +0 -22
  172. package/dashboards/dark/agility/agility-item-nobg-dark.svg +0 -16
  173. package/dashboards/dark/agility/agility-late-task-dark.svg +0 -23
  174. package/dashboards/dark/agility/agility-late-task-nobg-dark.svg +0 -17
  175. package/dashboards/dark/agility/agility-onboarding-dark.svg +0 -29
  176. package/dashboards/dark/agility/agility-onboarding-nobg-dark.svg +0 -21
  177. package/dashboards/dark/agility/agility-workflow-dark.svg +0 -60
  178. package/dashboards/dark/agility/agility-workflow-nobg-dark.svg +0 -52
  179. package/dashboards/dark/digitalai/CRP-failure-prediction-monitoring-dashboard-dark.svg +0 -22
  180. package/dashboards/dark/digitalai/digitalai-analysis-dark.svg +0 -42
  181. package/dashboards/dark/digitalai/digitalai-analysis-nobg-dark.svg +0 -31
  182. package/dashboards/dark/digitalai/digitalai-automation-dark.svg +0 -49
  183. package/dashboards/dark/digitalai/digitalai-automation-nobg-dark.svg +0 -43
  184. package/dashboards/dark/digitalai/digitalai-burn-down-dark.svg +0 -16
  185. package/dashboards/dark/digitalai/digitalai-burn-up-dark.svg +0 -16
  186. package/dashboards/dark/digitalai/digitalai-change-credit-score-dark.svg +0 -44
  187. package/dashboards/dark/digitalai/digitalai-change-data-quality-dark.svg +0 -19
  188. package/dashboards/dark/digitalai/digitalai-change-executive-dashboard-dark.svg +0 -53
  189. package/dashboards/dark/digitalai/digitalai-change-failure-factors-dashboard-dark.svg +0 -21
  190. package/dashboards/dark/digitalai/digitalai-change-failure-prediction-dark.svg +0 -20
  191. package/dashboards/dark/digitalai/digitalai-change-impact-dashboard-dark.svg +0 -32
  192. package/dashboards/dark/digitalai/digitalai-change-impact-detection-dark.svg +0 -17
  193. package/dashboards/dark/digitalai/digitalai-change-impact-hotspots-dark.svg +0 -16
  194. package/dashboards/dark/digitalai/digitalai-custom-dark.svg +0 -60
  195. package/dashboards/dark/digitalai/digitalai-custom-nobg-dark.svg +0 -52
  196. package/dashboards/dark/digitalai/digitalai-defect-dark.svg +0 -23
  197. package/dashboards/dark/digitalai/digitalai-defect-nobg-dark.svg +0 -17
  198. package/dashboards/dark/digitalai/digitalai-dependency-dark.svg +0 -34
  199. package/dashboards/dark/digitalai/digitalai-dependency-nobg-dark.svg +0 -28
  200. package/dashboards/dark/digitalai/digitalai-dora-nobg-dark.svg +0 -10
  201. package/dashboards/dark/digitalai/digitalai-executive-dark.svg +0 -16
  202. package/dashboards/dark/digitalai/digitalai-executive-nobg-dark.svg +0 -8
  203. package/dashboards/dark/digitalai/digitalai-item-dark.svg +0 -22
  204. package/dashboards/dark/digitalai/digitalai-item-nobg-dark.svg +0 -16
  205. package/dashboards/dark/digitalai/digitalai-late-task-dark.svg +0 -23
  206. package/dashboards/dark/digitalai/digitalai-late-task-nobg-dark.svg +0 -17
  207. package/dashboards/dark/digitalai/digitalai-onboarding-dark.svg +0 -29
  208. package/dashboards/dark/digitalai/digitalai-onboarding-nobg-dark.svg +0 -21
  209. package/dashboards/dark/digitalai/digitalai-workflow-dark.svg +0 -60
  210. package/dashboards/dark/digitalai/digitalai-workflow-nobg-dark.svg +0 -52
  211. package/dashboards/light/agility/CRP-failure-prediction-monitoring-dashboard-light.svg +0 -22
  212. package/dashboards/light/agility/agility-analysis-light.svg +0 -42
  213. package/dashboards/light/agility/agility-analysis-nobg-light.svg +0 -31
  214. package/dashboards/light/agility/agility-automation-light.svg +0 -49
  215. package/dashboards/light/agility/agility-automation-nobg-light.svg +0 -43
  216. package/dashboards/light/agility/agility-burn-down-light.svg +0 -16
  217. package/dashboards/light/agility/agility-burn-up-light.svg +0 -16
  218. package/dashboards/light/agility/agility-change-credit-score-light.svg +0 -44
  219. package/dashboards/light/agility/agility-change-data-quality-light.svg +0 -19
  220. package/dashboards/light/agility/agility-change-executive-dashboard-light.svg +0 -53
  221. package/dashboards/light/agility/agility-change-failure-factors-dashboard-light.svg +0 -21
  222. package/dashboards/light/agility/agility-change-failure-prediction-light.svg +0 -20
  223. package/dashboards/light/agility/agility-change-impact-dashboard-light.svg +0 -32
  224. package/dashboards/light/agility/agility-change-impact-detection-light.svg +0 -17
  225. package/dashboards/light/agility/agility-change-impact-hotspots-light.svg +0 -16
  226. package/dashboards/light/agility/agility-custom-light.svg +0 -60
  227. package/dashboards/light/agility/agility-custom-nobg-light.svg +0 -52
  228. package/dashboards/light/agility/agility-defect-light.svg +0 -23
  229. package/dashboards/light/agility/agility-defect-nobg-light.svg +0 -17
  230. package/dashboards/light/agility/agility-dependency-light.svg +0 -34
  231. package/dashboards/light/agility/agility-dependency-nobg-light.svg +0 -28
  232. package/dashboards/light/agility/agility-dora-light.svg +0 -18
  233. package/dashboards/light/agility/agility-dora-nobg-light.svg +0 -10
  234. package/dashboards/light/agility/agility-executive-light.svg +0 -16
  235. package/dashboards/light/agility/agility-executive-nobg-light.svg +0 -8
  236. package/dashboards/light/agility/agility-item-light.svg +0 -22
  237. package/dashboards/light/agility/agility-item-nobg-light.svg +0 -16
  238. package/dashboards/light/agility/agility-late-task-light.svg +0 -23
  239. package/dashboards/light/agility/agility-late-task-nobg-light.svg +0 -17
  240. package/dashboards/light/agility/agility-onboarding-light.svg +0 -29
  241. package/dashboards/light/agility/agility-onboarding-nobg-light.svg +0 -21
  242. package/dashboards/light/agility/agility-workflow-light.svg +0 -60
  243. package/dashboards/light/agility/agility-workflow-nobg-light.svg +0 -52
  244. package/dashboards/light/digitalai/CRP-failure-prediction-monitoring-dashboard-light.svg +0 -22
  245. package/dashboards/light/digitalai/digitalai-analysis-light.svg +0 -42
  246. package/dashboards/light/digitalai/digitalai-analysis-nobg-light.svg +0 -31
  247. package/dashboards/light/digitalai/digitalai-automation-light.svg +0 -49
  248. package/dashboards/light/digitalai/digitalai-automation-nobg-light.svg +0 -43
  249. package/dashboards/light/digitalai/digitalai-burn-down-light.svg +0 -16
  250. package/dashboards/light/digitalai/digitalai-burn-up-light.svg +0 -16
  251. package/dashboards/light/digitalai/digitalai-change-credit-score-light.svg +0 -44
  252. package/dashboards/light/digitalai/digitalai-change-data-quality-light.svg +0 -19
  253. package/dashboards/light/digitalai/digitalai-change-executive-dashboard-light.svg +0 -53
  254. package/dashboards/light/digitalai/digitalai-change-failure-factors-dashboard-light.svg +0 -21
  255. package/dashboards/light/digitalai/digitalai-change-failure-prediction-light.svg +0 -20
  256. package/dashboards/light/digitalai/digitalai-change-impact-dashboard-light.svg +0 -32
  257. package/dashboards/light/digitalai/digitalai-change-impact-detection-light.svg +0 -17
  258. package/dashboards/light/digitalai/digitalai-change-impact-hotspots-light.svg +0 -16
  259. package/dashboards/light/digitalai/digitalai-custom-light.svg +0 -60
  260. package/dashboards/light/digitalai/digitalai-custom-nobg-light.svg +0 -52
  261. package/dashboards/light/digitalai/digitalai-defect-light.svg +0 -23
  262. package/dashboards/light/digitalai/digitalai-defect-nobg-light.svg +0 -17
  263. package/dashboards/light/digitalai/digitalai-dependency-light.svg +0 -34
  264. package/dashboards/light/digitalai/digitalai-dependency-nobg-light.svg +0 -28
  265. package/dashboards/light/digitalai/digitalai-dora-nobg-light.svg +0 -10
  266. package/dashboards/light/digitalai/digitalai-executive-light.svg +0 -16
  267. package/dashboards/light/digitalai/digitalai-executive-nobg-light.svg +0 -8
  268. package/dashboards/light/digitalai/digitalai-item-light.svg +0 -22
  269. package/dashboards/light/digitalai/digitalai-item-nobg-light.svg +0 -16
  270. package/dashboards/light/digitalai/digitalai-late-task-light.svg +0 -23
  271. package/dashboards/light/digitalai/digitalai-late-task-nobg-light.svg +0 -17
  272. package/dashboards/light/digitalai/digitalai-onboarding-light.svg +0 -29
  273. package/dashboards/light/digitalai/digitalai-onboarding-nobg-light.svg +0 -21
  274. package/dashboards/light/digitalai/digitalai-workflow-light.svg +0 -60
  275. package/dashboards/light/digitalai/digitalai-workflow-nobg-light.svg +0 -52
  276. package/digitalai/dark/global/digitalai-assets-dark.svg +0 -41
  277. package/digitalai/dark/global/digitalai-chart-dark.svg +0 -10
  278. package/digitalai/dark/global/digitalai-community-dark.svg +0 -66
  279. package/digitalai/dark/global/digitalai-dependency-down-dark.svg +0 -30
  280. package/digitalai/dark/global/digitalai-dependency-up-dark.svg +0 -30
  281. package/digitalai/dark/global/digitalai-disconnected-dark.svg +0 -20
  282. package/digitalai/dark/global/digitalai-empty-dark.svg +0 -16
  283. package/digitalai/dark/global/digitalai-favourite-dark.svg +0 -24
  284. package/digitalai/dark/global/digitalai-features-dark.svg +0 -156
  285. package/digitalai/dark/global/digitalai-launch-dark.svg +0 -29
  286. package/digitalai/dark/global/digitalai-no-files-dark.svg +0 -18
  287. package/digitalai/dark/global/digitalai-nothing-defined-dark.svg +0 -14
  288. package/digitalai/dark/global/digitalai-password-token-dark.svg +0 -31
  289. package/digitalai/dark/global/digitalai-reports-dark.svg +0 -59
  290. package/digitalai/dark/global/digitalai-survey-dark.svg +0 -18
  291. package/digitalai/dark/global/digitalai-user-dark.svg +0 -13
  292. package/digitalai/dark/global/digitalai-work-item-dark.svg +0 -19
  293. package/digitalai/dark/global/done-dark.svg +0 -11
  294. package/digitalai/dark/ux/digitalai-ux-community-dark.svg +0 -71
  295. package/digitalai/dark/ux/digitalai-ux-goal-dark.svg +0 -72
  296. package/digitalai/dark/ux/digitalai-ux-launch-dark.svg +0 -51
  297. package/digitalai/dark/ux/digitalai-ux-objective-dark.svg +0 -74
  298. package/digitalai/dark/ux/digitalai-ux-paper-dark.svg +0 -26
  299. package/digitalai/dark/ux/digitalai-ux-update-dark.svg +0 -60
  300. package/digitalai/light/global/digitalai-assets-light.svg +0 -41
  301. package/digitalai/light/global/digitalai-chart-light.svg +0 -10
  302. package/digitalai/light/global/digitalai-community-light.svg +0 -66
  303. package/digitalai/light/global/digitalai-dependency-down-light.svg +0 -30
  304. package/digitalai/light/global/digitalai-dependency-up-light.svg +0 -30
  305. package/digitalai/light/global/digitalai-disconnected-light.svg +0 -20
  306. package/digitalai/light/global/digitalai-empty-light.svg +0 -16
  307. package/digitalai/light/global/digitalai-favorite-light.svg +0 -24
  308. package/digitalai/light/global/digitalai-features-light.svg +0 -156
  309. package/digitalai/light/global/digitalai-launch-light.svg +0 -29
  310. package/digitalai/light/global/digitalai-no-files-light.svg +0 -18
  311. package/digitalai/light/global/digitalai-nothing-defined-light.svg +0 -14
  312. package/digitalai/light/global/digitalai-password-token-light.svg +0 -31
  313. package/digitalai/light/global/digitalai-reports-light.svg +0 -59
  314. package/digitalai/light/global/digitalai-survey-light.svg +0 -18
  315. package/digitalai/light/global/digitalai-user-light.svg +0 -13
  316. package/digitalai/light/global/digitalai-work-item-light.svg +0 -19
  317. package/digitalai/light/global/done-light.svg +0 -11
  318. package/digitalai/light/ux/digitalai-ux-community-light.svg +0 -71
  319. package/digitalai/light/ux/digitalai-ux-goal-light.svg +0 -72
  320. package/digitalai/light/ux/digitalai-ux-launch-light.svg +0 -51
  321. package/digitalai/light/ux/digitalai-ux-objective-light.svg +0 -74
  322. package/digitalai/light/ux/digitalai-ux-paper-light.svg +0 -26
  323. package/digitalai/light/ux/digitalai-ux-update-light.svg +0 -60
  324. package/integrations/demo/index.css +0 -441
@@ -1,71 +0,0 @@
1
- <svg width="637" height="180" viewBox="0 0 637 180" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g clip-path="url(#clip0_2571_5225)">
3
- <rect width="636" height="180" transform="translate(0.4375)" fill="#E9F0E0"/>
4
- <path d="M401.807 78.0912C421.883 134.551 353.92 163.319 315.034 155.289C299.589 152.104 293.429 146.757 278.054 151.974C266.88 155.766 261.058 168.946 248.739 171.312C221.73 176.505 202.787 149.694 196.616 125.814C190.224 101.029 195.268 85.0061 219.022 73.0042C229.29 67.818 240.278 71.2197 249.36 67.6445C268.025 60.3082 267.374 47.1971 278.519 33.832C319.427 -15.254 383.578 26.818 401.807 78.0912Z" fill="#649726"/>
5
- <g opacity="0.9">
6
- <path d="M401.807 78.0912C421.883 134.551 353.92 163.319 315.034 155.289C299.589 152.104 293.429 146.757 278.054 151.974C266.88 155.766 261.058 168.946 248.739 171.312C221.73 176.505 202.787 149.694 196.616 125.814C190.224 101.029 195.268 85.0061 219.022 73.0042C229.29 67.818 240.278 71.2197 249.36 67.6445C268.025 60.3082 267.374 47.1971 278.519 33.832C319.427 -15.254 383.578 26.818 401.807 78.0912Z" fill="#E9F0E0"/>
7
- </g>
8
- <path d="M209.937 54.5C209.034 52.274 207.744 50.8469 207.239 48.4982C206.737 46.138 206.83 43.6901 207.509 41.3746C207.62 41.0308 208.609 38.6986 208.969 38.7303C209.228 38.7303 208.651 40.9039 208.794 41.126C210.068 43.2773 210.657 45.7659 210.481 48.2602C210.372 50.6658 210.577 52.1785 209.937 54.5Z" fill="#263238"/>
9
- <path d="M223.316 66.1024C223.263 64.4101 223.421 61.5 223.437 61.5C223.453 61.5 229.102 60.1697 229.239 54.3946C229.308 51.6023 228.906 47.9205 228.546 42.7166C228.367 40.0132 227.174 37.477 225.207 35.6144C223.239 33.7518 220.642 32.6998 217.932 32.6685H217.404C211.385 32.9487 208.265 38.2108 208.714 44.2133L209.937 68.5L213.897 69.9577C214.649 70.7798 215.635 71.3513 216.721 71.5947C217.808 71.8382 218.944 71.742 219.974 71.3191C221.004 70.8963 221.88 70.1671 222.483 69.2303C223.085 68.2935 223.385 67.1942 223.343 66.0813L223.316 66.1024Z" fill="#FCCA80"/>
10
- <path d="M223.438 61.5C220.77 61.4641 218.094 60.5315 215.869 59.0586C215.869 59.0586 217.593 63.4851 223.363 63.0303L223.438 61.5Z" fill="#EBB96E"/>
11
- <path d="M209.143 48.5186C209.043 48.471 205.188 47.2969 205.267 51.2474C205.346 55.198 209.297 54.3042 209.302 54.1879C209.307 54.0715 209.143 48.5186 209.143 48.5186Z" fill="#FCCA80"/>
12
- <path d="M225.833 36.2436C226.463 35.8734 224.485 33.8585 222.893 33.1921C220.487 32.182 216.843 31.6056 214.669 32.309C212.057 33.134 209.91 34.509 208.651 36.947C207.45 39.4264 206.928 42.1803 207.138 44.9274C207.129 45.768 207.346 46.5956 207.768 47.323C208.344 48.1798 209.418 48.7033 209.407 49.9091C209.398 50.127 209.433 50.3445 209.509 50.5489C209.586 50.7532 209.702 50.9402 209.851 51.099C210.597 51.85 211.438 51.099 211.845 50.3639C212.67 48.7774 212.713 46.9423 212.734 45.1653C212.822 43.9059 212.7 42.6406 212.374 41.4211C212.163 40.7653 211.845 40.1518 211.66 39.4908C211.551 39.1638 211.515 38.8172 211.553 38.4748C211.592 38.1324 211.704 37.8024 211.882 37.5076C211.977 37.388 212.081 37.2765 212.194 37.1744C212.731 36.6786 213.39 36.3345 214.104 36.1774C214.818 36.0203 215.56 36.056 216.256 36.2806C218.503 36.9999 222.338 38.0682 223.305 37.2802C224.001 36.7913 224.586 36.1627 225.024 35.4345L225.833 36.2436Z" fill="#263238"/>
13
- <path d="M202.538 134.62L202.845 146.525L206.362 183.465C206.362 183.465 205.241 201.446 204.532 211.621C203.913 220.442 205.695 235.736 205.695 235.736L220.545 235.35L224.528 184.094L226.997 152.125L232.011 135.419L202.538 134.62Z" fill="#A4C280"/>
14
- <path d="M239.24 137.349L240.176 185.665C240.214 188.123 239.806 190.567 238.97 192.878L226.23 228.417L225.601 230.765L216.674 228.84L220.989 134.62L239.24 137.349Z" fill="#A4C280"/>
15
- <path d="M226.807 145.864C226.807 145.864 226.807 145.944 226.807 146.097C226.807 146.25 226.807 146.488 226.807 146.779C226.807 147.393 226.807 148.271 226.807 149.397C226.807 151.666 226.743 154.955 226.637 159.017C226.399 167.14 225.855 178.352 224.871 190.706C223.887 203.06 222.756 214.218 221.957 222.294C221.534 226.318 221.19 229.576 220.952 231.85C220.831 232.966 220.735 233.839 220.672 234.447C220.635 234.732 220.608 234.976 220.587 235.124C220.58 235.2 220.568 235.276 220.55 235.351C220.544 235.274 220.544 235.196 220.55 235.118C220.55 234.949 220.582 234.727 220.603 234.442C220.656 233.828 220.735 232.955 220.836 231.84C221.053 229.56 221.365 226.297 221.751 222.267C222.528 214.192 223.623 203.033 224.585 190.679C225.548 178.325 226.14 167.124 226.431 159.011C226.563 154.95 226.659 151.666 226.69 149.392C226.717 148.271 226.738 147.393 226.748 146.779C226.748 146.488 226.748 146.25 226.748 146.097C226.762 146.018 226.781 145.94 226.807 145.864Z" fill="#649726"/>
16
- <path d="M268.832 52.0855C270.634 49.7109 276.317 44.1996 276.317 44.1996L277.789 42.0847C277.926 41.6535 278.07 41.1382 278.216 40.5222C278.338 39.9956 278.368 39.4519 278.306 38.9149C278.258 38.2421 278.117 37.5791 277.887 36.9448C277.823 36.8324 277.796 36.7029 277.808 36.5742C277.821 36.4456 277.873 36.324 277.958 36.2263C278.043 36.1286 278.156 36.0595 278.281 36.0287C278.407 35.9979 278.539 36.0067 278.659 36.0541C279.155 36.3207 279.939 37.8335 279.979 39.8174C280.02 41.8014 281.951 39.339 282.669 38.4452C283.388 37.5514 285.742 34.9104 286.191 34.9187C286.851 34.9232 286.97 35.6267 286.223 36.499C285.475 37.3713 283.45 40.1414 283.94 40.4976C284.431 40.8539 288.021 36.2732 288.021 36.2732C288.021 36.2732 288.631 35.1733 289.208 35.5652C290.251 36.2725 286.068 40.8599 285.66 41.2877C285.374 41.5823 285.89 41.9905 286.176 41.6545C286.462 41.3185 289.661 37.0082 290.73 37.7205C291.548 38.2652 287.323 41.5219 287.162 42.8011C287.001 44.0804 290.116 40.0045 290.877 40.5584C291.162 40.7641 291.343 40.9565 289.218 43.0296C284.135 47.9506 279.021 52.6437 274.003 57.7673L268.832 52.0855Z" fill="#FCCA80"/>
17
- <path d="M223.44 68.9963C237.94 67.9963 254.857 58.317 272.886 46.6795L281.94 51.9963C271.078 61.1335 259.625 71.1389 246.438 77L228.938 83.5L226.44 79.4964L223.44 68.9963Z" fill="#649726"/>
18
- <path d="M209.884 71.3036L208.713 68.3365C208.677 68.1897 208.673 68.0371 208.702 67.8887C208.73 67.7404 208.79 67.5998 208.877 67.4765C208.964 67.3533 209.077 67.2501 209.207 67.1739C209.338 67.0978 209.483 67.0505 209.633 67.0352C213.464 66.7914 224.687 66.1138 224.969 66.6499C225.138 66.9596 225.682 69.1962 226.168 71.0482L209.877 71.2781" fill="#649726"/>
19
- <path d="M206.689 153.106C206.804 153.548 206.953 154.056 207.157 154.656C207.332 155.169 207.595 155.648 207.934 156.072C208.329 156.615 208.799 157.1 209.331 157.511C209.863 157.853 209.696 158.618 209.148 158.678C208.599 158.738 207.117 157.848 206.026 156.178C204.934 154.507 204.609 157.634 204.472 158.766C204.334 159.899 203.74 163.394 203.359 163.631C202.796 163.973 202.324 163.435 202.49 162.305C202.656 161.175 202.91 157.746 202.305 157.701C201.7 157.655 201.083 163.449 201.083 163.449C201.083 163.449 201.186 164.715 200.454 164.68C199.196 164.632 200.312 158.523 200.433 157.944C200.515 157.542 199.862 157.473 199.796 157.912C199.729 158.351 199.314 163.697 198.012 163.642C197.023 163.61 198.884 158.61 198.357 157.455C197.83 156.299 197.335 161.395 196.385 161.306C196.031 161.281 195.778 161.215 196.483 158.331C196.826 156.934 198.573 152.262 198.573 152.262L190.998 124.401L199.916 119L206.689 153.106Z" fill="#FCCA80"/>
20
- <path d="M195.234 78.4092C195.234 78.4092 191.342 81.1698 190.676 88.6107C190.333 92.4031 189.885 113.456 189.743 120.506C189.712 122.042 189.891 123.561 190.274 125.049L196.043 147.488L206.134 144.933L202.937 119L202.903 96.3531L195.234 78.4092Z" fill="#649726"/>
21
- <path d="M209.291 69.2598C209.291 69.2598 197.657 75.0031 195.234 78.4089C192.284 82.5339 200.449 95.7288 201.052 99.0024C201.353 100.589 203.299 112.388 202.385 121.706C201.789 127.903 201.555 134.129 201.686 140.353L239.235 137.328C239.235 120.313 233.8 97.3832 235.438 80L229.525 76.3464L225.438 70.5L209.291 69.2598Z" fill="#649726"/>
22
- <g opacity="0.3">
23
- <path d="M202.887 96.3525C200.47 110.743 201.697 125.968 205.41 140.051L206.372 139.977C207.155 125.413 205.711 110.663 202.887 96.3525Z" fill="black"/>
24
- </g>
25
- <path d="M226.05 71.0211C225.868 71.1424 225.669 71.2387 225.461 71.3071C224.904 71.5225 224.327 71.684 223.739 71.7893C221.795 72.0937 219.819 72.1394 217.862 71.9251C215.58 71.757 213.498 71.6757 212.004 71.4021C211.413 71.3097 210.833 71.1575 210.273 70.9478C210.121 70.8885 209.973 70.8158 209.833 70.7305C209.741 70.6741 209.694 70.6433 209.696 70.6317C209.698 70.6201 209.914 70.7244 210.305 70.8455C210.877 71.0125 211.462 71.1333 212.054 71.2069C213.533 71.4297 215.607 71.4804 217.894 71.647C219.832 71.858 221.787 71.8448 223.721 71.6076C224.508 71.4573 225.286 71.2614 226.05 71.0211Z" fill="#A4C280"/>
26
- <path d="M391.797 128.765C392.106 129.219 392.445 129.764 392.821 130.418C393.141 130.982 393.36 131.596 393.469 132.235C393.641 133.03 393.703 133.845 393.65 134.657C393.61 134.811 393.62 134.974 393.679 135.123C393.737 135.271 393.842 135.397 393.977 135.482C394.111 135.567 394.27 135.606 394.429 135.595C394.588 135.584 394.739 135.523 394.861 135.42C395.346 134.948 395.727 132.937 395.103 130.63C394.48 128.323 397.526 130.515 398.658 131.296C399.79 132.078 403.393 134.324 403.908 134.167C404.659 133.936 404.556 133.083 403.405 132.35C402.255 131.617 398.991 129.104 399.427 128.529C399.863 127.954 405.555 132.005 405.555 132.005C405.555 132.005 406.627 133.065 407.16 132.417C408.116 131.248 401.752 127.391 401.141 127.04C400.711 126.797 401.141 126.155 401.613 126.434C402.085 126.713 407.19 130.6 408.177 129.419C408.934 128.511 402.975 126.198 402.358 124.805C401.74 123.412 406.699 127.021 407.39 126.125C407.644 125.792 407.789 125.52 404.641 123.848C403.115 123.037 397.532 120.893 397.532 120.893L363.289 76.6899L353.358 85.6396L391.797 128.765Z" fill="#FFC5A6"/>
27
- <path d="M395.172 37.8511C390.83 35.9861 385.78 38.6504 383.831 41.6054C381.881 44.5603 381.039 48.0966 380.482 51.6087C379.338 58.8192 379.159 66.1498 379.949 73.4076C380.179 75.5452 380.597 77.8704 382.232 79.2691C383.867 80.6679 386.047 80.7103 388.057 80.3591C389.874 80.0442 391.721 79.3539 392.901 77.937C394.718 75.7631 394.482 72.6023 394.288 69.7745C393.619 60.022 394.643 50.2272 397.316 40.8242" fill="#263238"/>
28
- <path d="M385.707 41.7995C387.699 37.8393 393.754 35.7018 398.647 37.0279C402.777 38.1421 407.191 42.3808 407.494 46.7164C407.924 53.0381 404.509 59.493 406.531 65.4877C408.887 72.4755 417.558 75.8604 419.774 82.8906C420.23 84.3445 420.381 85.877 420.217 87.392C420.054 88.907 419.579 90.3719 418.823 91.6949C418.042 93.0453 416.849 94.2927 415.305 94.547C413.386 94.8558 411.611 93.566 410.098 92.3429C405.998 89.0488 401.832 85.6821 398.974 81.2617C395.613 76.0602 394.318 69.7567 394.263 63.544C394.209 57.3313 395.317 51.2094 396.419 45.1178" fill="#263238"/>
29
- <path d="M402.983 49.4707C403.14 48.2301 403.045 46.9707 402.705 45.7674C402.365 44.564 401.787 43.4413 401.005 42.4658C400.223 41.4903 399.252 40.682 398.151 40.0889C397.051 39.4958 395.842 39.13 394.597 39.0132C389.625 38.5409 385.199 42.2468 384.454 47.1879C383.8 51.5174 383.243 55.8953 383.243 57.4818C383.304 62.2716 386.107 64.1426 387.24 64.6937C387.648 64.8411 388.07 64.9466 388.499 65.0085C388.502 65.0141 388.504 65.0203 388.504 65.0267C388.504 65.0331 388.502 65.0393 388.499 65.0449L387.433 70.5431C386.949 74.1459 388.965 77.3552 392.556 77.882C396.147 78.4089 398.987 75.6416 399.538 72.0387L402.983 49.4707Z" fill="#936754"/>
30
- <path d="M388.553 65.0513C388.553 65.0513 391.648 65.7597 395.904 63.9795C395.904 63.9795 394.088 67.9396 388.263 66.5288L388.553 65.0513Z" fill="#7C5142"/>
31
- <path d="M388.178 39.619C388.471 41.4376 389.266 43.1382 390.474 44.5291C391.682 45.92 393.254 46.9457 395.014 47.4908L394.742 46.1344C396.331 49.2404 399.027 51.6368 402.299 52.8497C403.427 50.9346 403.854 48.6867 403.507 46.4911C403.16 44.2955 402.06 42.2889 400.396 40.8152C398.732 39.3415 396.607 38.4923 394.386 38.4133C392.165 38.3342 389.985 39.0302 388.22 40.3819" fill="#263238"/>
32
- <path d="M403.104 114.456C403.104 114.456 409.632 128.632 410.619 132.767C411.606 136.903 429.832 246.177 429.832 246.177L413.083 247.194L390.339 140.294L399.489 246.419L383.013 247.793C383.013 247.793 370.557 135.65 371.084 132.489C371.883 127.711 375.928 113.966 375.928 113.966L403.104 114.456Z" fill="#C8DAB3"/>
33
- <path d="M359.658 51.8448L349.394 35.9861L346.269 30.7664C346.269 30.7664 345.343 25.5347 344.901 24.0632C343.981 21.0356 343.69 21.1143 343.375 21.2839C342.479 21.7319 344.786 26.673 343.672 25.898C342.558 25.1229 341.552 19.5278 340.644 20.0304C339.433 20.6965 341.958 25.8193 342.14 26.2734C342.321 26.7275 341.674 26.994 341.534 26.5822C341.328 25.9767 339.046 19.7761 337.859 20.418C337.205 20.7692 337.95 21.8894 337.95 21.8894C337.95 21.8894 340.517 27.5389 339.948 27.8235C339.379 28.1081 337.75 24.8383 337.283 23.6999C336.817 22.5615 336.072 22.3375 335.77 22.9551C335.546 23.379 336.896 26.9031 337.386 28.0234C337.877 29.1436 339.27 32.1773 337.386 31.2387C335.503 30.3002 333.662 30.3002 333.148 30.6332C333.043 30.7238 332.969 30.8447 332.937 30.9791C332.904 31.1135 332.914 31.2548 332.965 31.3833C333.017 31.5118 333.107 31.6211 333.223 31.6961C333.339 31.7711 333.476 31.8081 333.614 31.8019C334.325 31.8938 335.02 32.0833 335.679 32.365C336.218 32.5702 336.718 32.8673 337.156 33.243C337.671 33.679 338.083 34.0726 338.428 34.4117L340.977 39.7101L352.234 61.8057L375.807 81.3279L381.753 70.6101L359.658 51.8448Z" fill="#936754"/>
34
- <path d="M420.543 140.36C420.689 140.826 420.846 141.371 420.997 142.025C421.131 142.588 421.166 143.17 421.1 143.745C421.05 144.46 420.901 145.166 420.658 145.84C420.368 146.446 420.955 147.051 421.482 146.785C422.009 146.518 422.844 144.883 422.881 142.758C422.917 140.633 424.982 143.267 425.751 144.217C426.52 145.168 429.039 147.978 429.517 147.972C430.22 147.972 430.335 147.209 429.547 146.282C428.76 145.356 426.586 142.407 427.125 142.044C427.664 141.68 431.479 146.537 431.479 146.537C431.479 146.537 432.133 147.711 432.751 147.293C433.859 146.531 429.39 141.656 428.948 141.202C428.645 140.887 429.196 140.451 429.505 140.808C429.814 141.166 433.229 145.755 434.349 144.992C435.221 144.387 430.716 140.948 430.528 139.603C430.341 138.259 433.683 142.576 434.495 141.983C434.791 141.759 434.991 141.553 432.714 139.355C431.612 138.283 427.386 135.062 427.386 135.062L418.43 105.621L407.312 105.803L420.543 140.36Z" fill="#936754"/>
35
- <path d="M386.149 70.5922C384.34 69.8976 382.57 69.1073 380.845 68.2246L363.212 54.8667L355.34 65.3786C355.34 65.3786 375.462 83.5445 375.795 83.4476C376.128 83.3507 386.149 70.5922 386.149 70.5922Z" fill="#C8DAB3"/>
36
- <path d="M387.482 70.5493L386.15 70.5917C384.268 70.6551 382.451 71.2932 380.943 72.4202C379.435 73.5471 378.309 75.1088 377.715 76.8952C376.371 80.9402 376.449 82.2602 375.517 85.2818C373.288 92.4997 377.291 101.262 377.291 101.262L375.91 113.978L403.105 114.468L404.473 99.1605L409.553 76.2413C409.553 76.2413 408.427 71.3244 404.104 70.9247C401.863 70.7068 387.482 70.5493 387.482 70.5493Z" fill="#C8DAB3"/>
37
- <path d="M404.902 71.312C404.902 71.312 411.345 71.2817 413.307 78.7116C415.269 86.1414 419.187 105.682 419.187 105.682L406.979 109.351L400.415 82.5324C399.96 81.0123 399.782 79.4228 399.888 77.8396C400.088 75.1571 401.093 71.6753 404.902 71.312Z" fill="#C8DAB3"/>
38
- <path d="M385.55 70.9133L387.699 66.8018L391.333 68.8605V70.6469L392.483 68.8605L401.051 66.8018V71.8821L391.048 72.9721L385.55 70.9133Z" fill="#C8DAB3"/>
39
- <path d="M378.841 77.1616C378.713 77.4641 378.561 77.7557 378.386 78.0336C378.229 78.3061 378.041 78.6391 377.854 79.0448C377.666 79.4505 377.418 79.8926 377.212 80.4194C377.006 80.9462 376.751 81.5033 376.552 82.133C376.352 82.7628 376.14 83.4349 375.946 84.1433C375.141 87.2675 374.935 90.516 375.341 93.7167C375.45 94.4494 375.534 95.1518 375.692 95.7937C375.807 96.394 375.953 96.9882 376.128 97.5739C376.261 98.125 376.449 98.5973 376.588 99.0212C376.701 99.3857 376.834 99.7435 376.988 100.093C377.122 100.393 377.234 100.702 377.321 101.019C377.15 100.738 377 100.445 376.873 100.141C376.701 99.7971 376.549 99.4433 376.418 99.0817C376.267 98.6578 376.061 98.1855 375.916 97.6406C375.722 97.0441 375.56 96.4377 375.431 95.824C375.268 95.1761 375.171 94.4736 375.05 93.7288C374.845 92.1227 374.789 90.5012 374.88 88.8846C374.998 87.2592 375.263 85.6479 375.674 84.0707C375.886 83.3501 376.073 82.6659 376.322 82.0422C376.527 81.4587 376.763 80.8866 377.03 80.3285C377.235 79.863 377.463 79.4083 377.714 78.9661C377.896 78.6215 378.099 78.2879 378.32 77.967C378.469 77.6834 378.643 77.4139 378.841 77.1616Z" fill="#649726"/>
40
- <path d="M390.691 68.54C390.636 68.9655 390.528 69.3824 390.37 69.7814C390.134 70.5383 389.764 71.598 389.389 72.7121C389.322 72.8877 389.262 73.0633 389.201 73.2329L389.135 73.4145L388.971 73.3176C388.189 72.8454 387.461 72.2869 386.803 71.6524C386.52 71.4115 386.278 71.125 386.089 70.8047C387.051 71.6133 388.062 72.3616 389.117 73.0452L388.886 73.1299L389.074 72.6031C389.474 71.4647 389.855 70.4414 390.14 69.7087C390.271 69.2967 390.457 68.9037 390.691 68.54Z" fill="#649726"/>
41
- <path d="M397.727 72.3174C397.316 72.547 396.882 72.7318 396.431 72.8685C395.62 73.1773 394.493 73.5769 393.228 74.0068L393.046 74.0735V73.8857V73.7283C392.846 72.3719 392.689 71.1427 392.586 70.2526C392.5 69.7732 392.465 69.286 392.483 68.7993C392.641 69.2606 392.749 69.7377 392.804 70.2223C392.961 71.1003 393.161 72.3295 393.361 73.6799V73.8373L393.155 73.7101C394.421 73.2863 395.577 72.9169 396.395 72.6626C396.824 72.496 397.271 72.3802 397.727 72.3174Z" fill="#649726"/>
42
- <path d="M406.968 109.352C406.871 109.123 406.795 108.886 406.744 108.643C406.617 108.122 406.447 107.468 406.253 106.687C405.854 105.034 405.321 102.745 404.745 100.214C404.17 97.6832 403.68 95.3701 403.329 93.717C403.171 92.9358 403.044 92.2758 402.935 91.7429C402.877 91.5027 402.842 91.2573 402.832 91.0103C402.937 91.2336 403.012 91.4698 403.056 91.7127L403.547 93.6685C403.952 95.3216 404.485 97.6105 405.054 100.148C405.624 102.685 406.126 104.992 406.471 106.639C406.629 107.426 406.762 108.086 406.865 108.619C406.931 108.858 406.966 109.104 406.968 109.352Z" fill="#649726"/>
43
- <path d="M385.55 113.881C385.535 113.732 385.535 113.582 385.55 113.433C385.55 113.143 385.55 112.707 385.55 112.156C385.55 111.041 385.635 109.431 385.768 107.445C385.835 106.452 385.919 105.368 386.04 104.205C386.162 103.042 386.337 101.783 386.501 100.499C386.828 97.8894 387.106 95.0131 387.409 92.0218C387.823 86.8519 388.562 81.713 389.619 76.6354C390.061 74.6977 390.515 73.1475 390.83 72.0879C391 71.5853 391.139 71.1796 391.248 70.8768C391.287 70.732 391.342 70.5919 391.411 70.459C391.393 70.6076 391.358 70.7537 391.309 70.895C391.212 71.2038 391.097 71.6155 390.945 72.106C390.642 73.1717 390.225 74.728 389.813 76.6656C388.824 81.7432 388.119 86.8719 387.7 92.0279C387.397 95.0555 387.094 97.9257 386.767 100.505C386.591 101.807 386.41 103.042 386.277 104.199C386.143 105.356 386.046 106.445 385.962 107.432C385.804 109.413 385.713 111.017 385.653 112.125L385.58 113.403C385.587 113.563 385.576 113.723 385.55 113.881Z" fill="#649726"/>
44
- <path d="M399.205 50.0527C399.98 51.6453 399.598 53.5527 399.035 55.236C398.472 56.9194 397.752 58.6209 397.897 60.3891C398.03 62.0301 398.914 63.5378 399.072 65.1788C399.344 67.94 397.576 70.4469 396.849 73.1294C396.397 74.8596 396.375 76.6742 396.786 78.4147C397.196 80.1553 398.027 81.7689 399.205 83.1145C399.311 83.2633 399.447 83.3881 399.605 83.4809C399.762 83.5737 399.938 83.6325 400.119 83.6534C400.328 83.6243 400.521 83.5283 400.671 83.3798C400.821 83.2313 400.918 83.0384 400.949 82.8299C400.999 82.4128 400.989 81.9906 400.918 81.5765C400.585 77.6163 404.394 74.4434 404.945 70.5074C405.309 67.9461 404.249 65.4149 404.091 62.8354C403.892 59.5898 405.115 56.441 405.514 53.2136C405.698 52.1133 405.634 50.9858 405.327 49.9135C405.169 49.379 404.884 48.8909 404.496 48.4912C404.107 48.0914 403.628 47.7919 403.098 47.6185C402.562 47.4696 401.989 47.5238 401.489 47.7707C400.99 48.0176 400.599 48.4398 400.392 48.9567" fill="#263238"/>
45
- <path d="M322.883 74.3105L310.064 82.4245L319.146 57.5677L321.599 52.6689C321.926 52.2572 322.325 51.7849 322.81 51.2459C323.236 50.786 323.737 50.4029 324.293 50.1136C324.966 49.7212 325.692 49.4275 326.449 49.2417C326.599 49.2308 326.742 49.1733 326.858 49.0771C326.974 48.9809 327.056 48.8508 327.094 48.7052C327.132 48.5596 327.124 48.4058 327.07 48.2652C327.016 48.1247 326.92 48.0045 326.794 47.9216C326.219 47.6188 324.263 47.855 322.331 49.1327C320.4 50.4103 321.508 46.9346 321.896 45.669C322.283 44.4035 323.282 40.4373 322.985 40.0074C322.549 39.4018 321.805 39.7349 321.447 41.0065C321.09 42.2781 319.764 46.0202 319.11 45.7841C318.456 45.5479 320.497 39.1233 320.497 39.1233C320.497 39.1233 321.157 37.8214 320.406 37.5247C319.05 36.9918 317.378 43.9675 317.239 44.6336C317.142 45.0998 316.415 44.8697 316.549 44.3793C316.682 43.8888 318.735 38.0273 317.36 37.4702C316.3 37.0403 315.931 43.1985 314.835 44.1734C313.739 45.1483 315.592 39.5351 314.563 39.1657C314.181 39.0264 313.878 38.978 313.285 42.3568C312.994 43.9978 312.679 49.7503 312.679 49.7503L309.694 55.636L309.767 55.7026L297.547 81.5102C295.204 87.6987 299.031 92.7003 302.864 94.965C304.618 95.9998 306.628 96.5181 308.663 96.4602C310.699 96.4024 312.677 95.7707 314.369 94.638L329.174 84.7498L322.883 74.3105Z" fill="#FFC5A6"/>
46
- <path d="M350.64 46.9581L348.502 71.7544L336.083 70.7613C336.004 69.3141 336.083 63.7009 336.083 63.7009C336.083 63.7009 330.918 62.9016 330.857 57.7365C330.821 55.2235 331.184 50.0402 331.559 45.3716C331.759 42.8754 332.931 40.5572 334.822 38.9154C336.713 37.2736 339.172 36.4391 341.672 36.5914C342.948 36.6652 344.196 36.9942 345.342 37.559C346.489 38.1237 347.511 38.9127 348.347 39.8793C349.183 40.8459 349.817 41.9705 350.211 43.1863C350.604 44.4022 350.75 45.6848 350.64 46.9581Z" fill="#FFC5A6"/>
47
- <path d="M336.101 63.6283C338.486 63.6738 340.83 63.0076 342.834 61.7148C342.834 61.7148 341.242 65.4328 336.089 64.9665L336.101 63.6283Z" fill="#D1734A"/>
48
- <path d="M345.033 41.2976C345.859 41.945 346.401 42.8869 346.547 43.9256V44.0285C346.753 45.5 346.711 47.0017 346.929 48.4731C347.069 49.9659 347.709 51.3676 348.745 52.4514C349.193 52.8692 349.956 53.1599 350.35 52.6694C350.476 52.4662 350.542 52.2307 350.537 51.9912C350.81 48.4368 351.785 45.282 351.748 41.558C351.75 41.0601 351.633 40.5689 351.407 40.1255C351.18 39.6821 350.851 39.2992 350.447 39.0087C349.672 38.4456 348.721 37.8703 347.855 38.276C346.989 38.6817 345.869 40.3106 345.197 40.9949" fill="#FF823C"/>
49
- <path d="M348.896 49.3083C348.987 49.2719 352.444 48.2607 352.335 51.7909C352.226 55.3212 348.702 54.4855 348.702 54.3826C348.702 54.2797 348.896 49.3083 348.896 49.3083Z" fill="#FFC5A6"/>
50
- <path d="M348.036 38.8506C348.902 37.4337 346.522 35.4052 344.778 34.8602C343.035 34.3152 340.74 35.1569 339.002 35.7321C337.912 36.0955 336.816 36.6041 335.665 36.5557C334.895 36.4765 334.14 36.2847 333.425 35.9865C332.711 35.6826 331.942 35.5301 331.166 35.5384C330.779 35.5486 330.401 35.6638 330.073 35.8718C329.746 36.0797 329.481 36.3726 329.307 36.7192C329.231 36.8961 329.195 37.0873 329.2 37.2798C329.205 37.4722 329.252 37.6613 329.337 37.834C329.422 38.0066 329.543 38.1588 329.693 38.2799C329.843 38.4011 330.017 38.4883 330.203 38.5357C329.958 38.4024 329.684 38.3304 329.405 38.3257C329.126 38.3211 328.85 38.3839 328.601 38.5089C328.351 38.634 328.135 38.8174 327.972 39.0438C327.809 39.2701 327.703 39.5325 327.662 39.8088C327.622 40.085 327.65 40.3668 327.742 40.6302C327.834 40.8936 327.989 41.1308 328.193 41.3215C328.397 41.5123 328.643 41.651 328.912 41.7258C329.181 41.8005 329.464 41.8092 329.737 41.7511C329.235 41.3696 328.466 41.9994 328.526 42.6291C328.594 42.9383 328.741 43.2245 328.954 43.4592C329.166 43.694 329.436 43.8691 329.737 43.9673C331.209 44.6092 332.928 44.4033 334.454 43.8947C335.98 43.386 337.391 42.5807 338.899 42.0296C340.407 41.4786 342.944 40.4916 344.458 41.0245C345.578 41.418 346.353 42.7623 346.983 42.4656C347.281 42.3076 347.537 42.0817 347.732 41.8061C347.927 41.5305 348.054 41.2129 348.103 40.8791C348.187 40.2097 348.164 39.5312 348.036 38.8688" fill="#FF823C"/>
51
- <path d="M360.45 127.022L380.747 245.112L364.743 247.061L342.017 141.718L343.913 245.542H328.587L322.525 125.986L360.45 127.022Z" fill="#A4C280"/>
52
- <path d="M324.027 89.4368L318.305 92.9912L311.813 80.5174C314.666 78.4586 323.809 72.5728 326.128 71.059C326.702 70.6745 327.31 70.3441 327.945 70.072C329.488 69.4682 331.105 69.0731 332.753 68.8973C334.218 68.6975 335.332 68.6006 336.053 68.5098C340.224 69.8299 344.701 69.8299 348.872 68.5098C349.374 68.5098 349.865 68.5703 350.337 68.6248C354.576 69.2303 358.687 72.2035 361.237 74.9647L371.337 84.0476L361.43 95.8917L358.366 92.2585L359.087 108.989L362.012 129.795H322.44C322.44 129.795 322.356 124.89 322.713 118.072C323.222 108.481 323.724 93.5665 323.724 93.5665" fill="#649726"/>
53
- <path d="M323.64 99.9541C323.789 99.0428 323.874 98.1221 323.894 97.1989C324.009 95.5034 324.161 93.154 324.373 90.5381C324.584 87.9222 324.821 85.6091 324.978 83.9136C325.113 83.0035 325.179 82.0846 325.178 81.1646C324.928 82.0519 324.758 82.9597 324.669 83.8773C324.421 85.5667 324.142 87.9101 323.924 90.5018C323.706 93.0934 323.61 95.455 323.573 97.1626C323.513 98.0932 323.535 99.0274 323.64 99.9541Z" fill="#A4C280"/>
54
- <path d="M357.646 83.4478C357.538 84.0733 357.505 84.7097 357.549 85.343C357.549 86.5117 357.622 88.1285 357.749 89.9087C357.876 91.689 358.058 93.2936 358.228 94.4502C358.27 95.0843 358.398 95.7096 358.609 96.3091C358.649 95.6786 358.624 95.0456 358.536 94.4199C358.433 93.0817 358.318 91.5558 358.191 89.8724C358.064 88.189 357.961 86.6631 357.858 85.3309C357.858 84.6973 357.787 84.0656 357.646 83.4478Z" fill="#A4C280"/>
55
- <path d="M234.303 98.2407L230.421 106.228C229.563 107.995 229.256 109.98 229.541 111.924C229.826 113.868 230.69 115.681 232.02 117.127C233.063 118.259 234.358 119.129 235.801 119.667C237.243 120.205 238.792 120.394 240.322 120.221L255.411 118.502V109.528L240.564 109.958L244.276 103.424L234.303 98.2407Z" fill="#F8B084"/>
56
- <path d="M253.419 69.8352C250.93 65.6328 250.215 60.0317 249.586 55.1875C249.289 52.9046 248.768 49.659 250.373 48.2299C252.093 46.704 252.256 44.3485 254.23 43.1677C256.204 41.987 258.881 41.8901 260.746 43.2404" fill="#FFE9B2"/>
57
- <path d="M260.31 84.7303C261.214 84.8011 262.123 84.6888 262.983 84.4002C263.843 84.1116 264.636 83.6525 265.314 83.0505C265.992 82.4485 266.542 81.7159 266.931 80.8965C267.32 80.0771 267.539 79.1877 267.576 78.2815C267.728 74.612 267.861 70.9001 267.861 70.9001C267.861 70.9001 273.432 70.3915 273.85 64.8872C274.267 59.383 274.122 46.6608 274.122 46.6608C271.076 45.1215 267.675 44.4222 264.269 44.635C260.863 44.8479 257.575 45.9653 254.745 47.8719L255.036 67.2488L254.999 77.682C255.018 81.1638 256.828 84.4276 260.31 84.7303Z" fill="#F8B084"/>
58
- <path d="M268.394 58.1481C267.443 56.9674 265.905 56.489 264.633 57.3125C264.009 57.7437 263.557 58.3829 263.36 59.1159C263.162 59.849 263.232 60.6284 263.556 61.3151C263.84 61.823 264.226 62.2668 264.69 62.6189C265.153 62.9711 265.685 63.2239 266.25 63.3617C266.757 63.4747 267.204 63.7695 267.507 64.1902C267.811 64.6109 267.95 65.1284 267.897 65.6446C267.734 67.0312 265.433 67.5399 264.391 68.6722C262.774 70.4464 259.226 71.1912 256.84 71.4637C254.455 71.7362 254.775 71.7543 253.419 69.8227C252.503 68.5144 252.038 66.9438 252.093 65.3479L251.875 53.1647C251.789 51.7009 251.887 50.2322 252.166 48.7927C252.45 47.3329 253.276 46.0349 254.479 45.1596C255.823 44.2816 257.506 44.215 259.05 43.7245C260.958 43.119 262.581 41.8534 264.367 40.9451C266.153 40.0368 268.345 39.4979 270.138 40.4001C271.421 41.0481 272.281 42.3378 273.529 43.0523C275.303 44.0696 277.731 43.8456 278.585 46.4675C278.876 47.3814 278.863 48.3651 278.548 49.2711C277.337 52.8316 272.911 54.2546 269.738 52.7045C269.677 53.31 270.265 54.6543 269.623 56.5556C269.417 57.1611 269.344 58.0936 268.412 58.1118" fill="#FFE9B2"/>
59
- <path d="M253.843 48.9563C254.971 48.4662 255.935 47.6638 256.622 46.6437C257.309 45.6236 257.69 44.4284 257.72 43.199C257.75 41.9695 257.428 40.7572 256.791 39.7048C256.155 38.6524 255.231 37.8039 254.128 37.2594C253.026 36.7149 251.79 36.497 250.568 36.6314C249.346 36.7659 248.187 37.2471 247.229 38.0183C246.271 38.7895 245.554 39.8185 245.161 40.984C244.769 42.1496 244.718 43.403 245.014 44.5965C245.154 44.9632 245.154 45.3682 245.014 45.7349C244.778 46.1406 244.227 46.1951 243.803 46.3404C242.247 46.9459 242.035 49.3014 243.198 50.5186C244.36 51.7357 246.225 51.9052 247.848 51.4753C247.455 52.8862 248.726 54.4 250.186 54.5695C250.921 54.6074 251.653 54.445 252.304 54.0995C252.954 53.7539 253.499 53.2383 253.879 52.6076C254.626 51.3331 255.055 49.8983 255.133 48.4234" fill="#FFE9B2"/>
60
- <path d="M316.787 28.3866C315.891 27.9325 313.305 32.7403 313.263 31.4142C313.221 30.0881 317.102 25.91 316.145 25.474C314.898 24.9048 312.288 29.9852 312.04 30.397C311.792 30.8087 311.18 30.4636 311.434 30.1002C311.792 29.5795 315.401 24.045 314.183 23.4394C313.505 23.1246 313.057 24.3901 313.057 24.3901C313.057 24.3901 310.06 29.8399 309.491 29.5371C308.921 29.2343 310.569 25.9948 311.204 24.9412C311.84 23.8875 311.586 23.173 310.895 23.276C310.423 23.3486 308.401 26.5397 307.801 27.5994C307.202 28.6591 305.597 31.5959 305.21 29.5068C304.822 27.4178 303.732 25.9584 303.169 25.7647C303.034 25.7368 302.894 25.7509 302.768 25.8052C302.641 25.8594 302.534 25.9512 302.462 26.0681C302.389 26.1849 302.354 26.3213 302.362 26.4587C302.369 26.5961 302.418 26.728 302.503 26.8365C302.857 27.4605 303.122 28.1311 303.29 28.8286C303.447 29.3855 303.508 29.9649 303.472 30.5423C303.423 31.2084 303.357 31.7533 303.29 32.2559L302.109 34.7325C302.109 34.7325 293.559 54.2002 292.1 57.0099C290.641 59.8195 278.778 72.0996 278.778 72.0996L281.279 86.4688L300.505 65.6568L310.659 37.0759L310.908 36.3675C310.908 36.3675 314.541 32.4981 315.461 31.2629C317.344 28.7196 317.12 28.5562 316.787 28.3866Z" fill="#F8B084"/>
61
- <path d="M245.79 124.769C245.79 124.769 239.734 138.453 238.439 152.017L232.038 239.013L253.395 241.26L259.65 151.079C259.65 151.079 279.245 242.071 280.014 242.071C280.783 242.071 297.205 235.955 297.205 235.955L277.889 125.211L245.79 124.769Z" fill="#C8DAB3"/>
62
- <path d="M268.733 153.295C268.733 153.397 264.379 152.429 259.044 151.133C253.71 149.837 249.441 148.711 249.471 148.596C249.501 148.481 253.819 149.455 259.159 150.751C264.5 152.047 268.733 153.186 268.733 153.295Z" fill="#A4C280"/>
63
- <path d="M291.7 77.6218L283.187 66.4316L282.811 66.7041L269.229 75.2542L254.733 75.7568C254.733 75.7568 244.566 75.7568 240.751 83.7679C240.334 84.6459 231.983 101.328 231.983 101.328L244.875 106.057L246.964 100.099L249.628 113.614L245.789 124.756L278.1 126.488L275.394 110.308L277.816 90.9313L291.7 77.6218Z" fill="#80AA4D"/>
64
- <path d="M249.756 114.238C249.647 114.238 248.097 107.244 246.292 98.5733C244.488 89.9021 243.107 82.8296 243.216 82.8296C243.325 82.8296 244.869 89.8234 246.68 98.4946C248.49 107.166 249.865 114.214 249.756 114.238Z" fill="#649726"/>
65
- </g>
66
- <defs>
67
- <clipPath id="clip0_2571_5225">
68
- <rect width="636" height="180" fill="white" transform="translate(0.4375)"/>
69
- </clipPath>
70
- </defs>
71
- </svg>
@@ -1,72 +0,0 @@
1
- <svg width="585" height="322" viewBox="0 0 585 322" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g clip-path="url(#clip0_2571_5221)">
3
- <rect x="0.4375" width="584" height="322" fill="#E9F0E0"/>
4
- <path d="M471.927 120.634C506.477 211.754 389.517 258.184 322.597 245.224C296.017 240.084 285.417 231.454 258.957 239.874C239.727 245.994 229.707 267.264 208.507 271.084C162.027 279.464 129.427 236.194 118.807 197.654C107.807 157.654 116.487 131.794 157.367 112.424C175.037 104.054 193.947 109.544 209.577 103.774C241.697 91.934 240.577 70.774 259.757 49.204C330.157 -30.016 440.557 37.884 471.927 120.634Z" fill="#649726"/>
5
- <g opacity="0.9">
6
- <path d="M471.927 120.634C506.477 211.754 389.517 258.184 322.597 245.224C296.017 240.084 285.417 231.454 258.957 239.874C239.727 245.994 229.707 267.264 208.507 271.084C162.027 279.464 129.427 236.194 118.807 197.654C107.807 157.654 116.487 131.794 157.367 112.424C175.037 104.054 193.947 109.544 209.577 103.774C241.697 91.934 240.577 70.774 259.757 49.204C330.157 -30.016 440.557 37.884 471.927 120.634Z" fill="#E9F0E0"/>
7
- </g>
8
- <path d="M348.765 155.344H314.873H280.981L229.426 212.915L211.763 270.487L176.438 385.63L453.318 385.611L417.987 270.477L400.322 212.911L348.765 155.344Z" fill="#649726"/>
9
- <path opacity="0.2" d="M348.648 155.344H314.752L293.258 401.13L453.233 385.611L417.889 270.477L348.648 155.344Z" fill="#263238"/>
10
- <path opacity="0.2" d="M397.462 204.711L351.456 155.344L375.66 401.13L453.742 385.611L397.462 204.711Z" fill="#263238"/>
11
- <path opacity="0.2" d="M280.032 155.344L221.548 401.13L176.634 385.611L211.988 270.477L229.665 212.911L280.032 155.344Z" fill="white"/>
12
- <path d="M315.575 144C335.363 143.992 354.601 150.523 370.308 162.583C386.015 174.643 397.314 191.557 402.454 210.704L413.638 251.978L402.454 308.698L360.489 258.7L326.247 313.109L301.038 264.162L269.317 317.941L253.352 264.162L228.542 286.22L218.479 240.844L228.542 211.239C233.589 191.967 244.868 174.914 260.616 162.748C276.363 150.582 295.69 143.989 315.575 144Z" fill="white"/>
13
- <path d="M374.756 210.846L372.025 195.721L351.648 197.191L368.454 200.117L374.756 210.846Z" fill="#F5F5F5"/>
14
- <path d="M303.553 242.44C303.472 242.448 303.39 242.448 303.309 242.44L302.608 242.461L299.999 242.495L291.176 242.529L291.26 242.491L289.713 244.373L283.033 252.457L280.987 254.889L280.424 255.545C280.362 255.625 280.292 255.698 280.214 255.763C280.266 255.676 280.325 255.593 280.39 255.515L280.924 254.835L282.911 252.36L289.545 244.235C290.075 243.592 290.596 242.974 291.091 242.352L291.125 242.314H291.176L299.999 242.352L302.608 242.386H303.309C303.392 242.395 303.474 242.413 303.553 242.44Z" fill="#263238"/>
15
- <path d="M374.644 210.744C374.598 210.677 374.557 210.607 374.523 210.533L374.154 209.936L372.82 207.693L368.379 200.069L368.454 200.123L366.051 199.725L355.71 197.981L352.58 197.426L351.731 197.266C351.631 197.252 351.532 197.228 351.437 197.193C351.538 197.195 351.64 197.204 351.74 197.222L352.596 197.344L355.733 197.828L366.087 199.51C366.908 199.647 367.704 199.79 368.49 199.908L368.54 199.918L368.565 199.962L372.944 207.622L374.219 209.898L374.57 210.506C374.604 210.582 374.629 210.662 374.644 210.744Z" fill="#263238"/>
16
- <path d="M298.721 177.208L272.609 176.351L265.374 185.72L253.913 190.82L247.69 204.026L254.934 195.619L268.874 193.283L278.802 182.934L298.721 177.208Z" fill="#F5F5F5"/>
17
- <path d="M301.065 176.885L300.96 176.923L300.641 177.019L299.41 177.372L294.788 178.662L278.823 183.036L278.873 183.011C276.907 185.057 274.781 187.275 272.571 189.569L268.937 193.35L268.911 193.376H268.878L254.95 195.695L255 195.665L248.891 202.694L247.211 204.623L246.761 205.123C246.66 205.232 246.602 205.287 246.602 205.287C246.602 205.287 246.648 205.224 246.744 205.106C246.841 204.988 246.988 204.808 247.165 204.589C247.551 204.127 248.11 203.472 248.82 202.631L254.874 195.552L254.895 195.527H254.925L268.857 193.174L268.798 193.203C269.979 191.972 271.193 190.708 272.428 189.422L278.73 182.868H278.751H278.776L294.742 178.565L299.364 177.339L300.624 177.019L300.943 176.939L301.065 176.885Z" fill="#263238"/>
18
- <mask id="mask0_2571_5221" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="237" y="19" width="79" height="53">
19
- <path d="M237.733 33.4835C237.733 33.4835 249.239 28.9927 257.098 31.2381C264.957 33.4835 267.324 38.3399 273.216 37.9482C277.899 37.6175 281.215 35.5897 282.903 30.6114C284.591 25.6332 284.591 19.4191 300.579 20.011C312.816 20.4635 314.052 22.2564 314.052 22.2564L315.366 54.815C308.403 53.7184 301.354 52.9264 293.756 53.9969C291.9 54.3983 290.216 55.3687 288.939 56.7728C287.661 58.1769 286.853 59.9447 286.628 61.8298C285.758 68.7923 278.595 71.4903 274.313 71.4903C268.221 71.4903 265.088 67.3476 259.892 66.1466C251.737 64.258 237.733 69.9673 237.733 69.9673V33.4835Z" fill="#649726"/>
20
- </mask>
21
- <g mask="url(#mask0_2571_5221)">
22
- <path d="M237.733 33.4835C237.733 33.4835 249.239 28.9927 257.098 31.2381C264.957 33.4835 267.324 38.3399 273.216 37.9482C277.899 37.6175 281.215 35.5897 282.903 30.6114C284.591 25.6332 284.591 19.4191 300.579 20.011C312.816 20.4635 314.052 22.2564 314.052 22.2564L315.366 54.815C308.403 53.7184 301.354 52.9264 293.756 53.9969C291.9 54.3983 290.216 55.3687 288.939 56.7728C287.661 58.1769 286.853 59.9447 286.628 61.8298C285.758 68.7923 278.595 71.4903 274.313 71.4903C268.221 71.4903 265.088 67.3476 259.892 66.1466C251.737 64.258 237.733 69.9673 237.733 69.9673V33.4835Z" fill="#649726"/>
23
- <g style="mix-blend-mode:plus-darker" opacity="0.3">
24
- <path d="M268.5 67.0892C268.413 69.587 268.5 72.903 268.5 72.903C270.327 74.1214 274.525 79.9652 276.623 79.3124H276.684C278.071 78.8684 279.32 78.0745 280.31 77.0075C281.301 75.9404 282 74.6361 282.341 73.2202C282.598 72.2767 282.71 71.2993 282.671 70.322C281.975 62.0453 280.779 40.8243 281.04 32.5215C279.307 33.987 277.24 35.0035 275.021 35.4816C272.802 35.9597 270.499 35.8846 268.316 35.263L268.5 67.0892Z" fill="#649726"/>
25
- </g>
26
- </g>
27
- <path d="M314.05 19.2312C314.58 19.2082 315.028 19.6208 315.049 20.1513L321.821 194.471C321.821 194.471 321.509 195.315 320.933 195.359C320.262 195.411 319.589 194.992 319.589 194.992L313.134 20.2238C313.114 19.6974 313.523 19.2541 314.05 19.2312V19.2312Z" fill="#263238"/>
28
- <path d="M363.229 228.943C362.664 229.344 362.017 229.616 361.334 229.737C360.651 229.857 359.95 229.825 359.282 229.641C358.663 229.432 358.099 229.088 357.629 228.635C357.16 228.182 356.796 227.631 356.564 227.021C356.244 226.17 356.06 225.274 356.019 224.366C355.901 225.596 356.044 226.836 356.438 228.006C356.721 228.918 357.265 229.727 358.003 230.333C358.884 230.766 359.854 230.984 360.836 230.969C361.817 230.955 362.781 230.708 363.648 230.249C364.871 229.446 364.864 227.72 365.108 226.427C364.758 227.44 364.101 228.32 363.229 228.943Z" fill="#A4C280"/>
29
- <path d="M337.111 94.2949L336.203 94.4277C334.055 94.7508 332.036 95.6571 330.367 97.0479C328.697 98.4387 327.442 100.261 326.736 102.316L320.448 120.684L327.896 124.093L334.184 110.294L337.111 94.2949Z" fill="#DD7E6B"/>
30
- <path d="M337.111 94.2949C331.864 94.9167 328.483 96.8241 325.933 103.888C325.003 106.242 324.025 109.191 324.025 109.191C327.84 114.689 332.724 114.368 332.724 114.368L335.938 107.423L337.111 94.2949Z" fill="#A4C280"/>
31
- <path opacity="0.2" d="M329.44 108.771C329.512 107.034 329.92 105.328 330.641 103.747C331.528 102.154 332.811 100.816 334.365 99.8627C335.122 99.3783 335.908 98.942 336.72 98.5562L335.909 107.422L332.695 114.367C331.544 114.365 330.405 114.127 329.349 113.668C329.281 112.035 329.312 110.4 329.44 108.771Z" fill="#316800"/>
32
- <path d="M365.538 104.242C364.146 102.068 353.463 102.311 351.154 104.094C348.844 105.876 346.055 125.311 349.472 127.484C352.889 129.658 368.652 130.694 368.765 126.3C368.877 121.906 365.289 114.267 365.715 111.744C366.142 109.222 367.427 107.203 365.538 104.242Z" fill="#649726"/>
33
- <path fill-rule="evenodd" clip-rule="evenodd" d="M363.185 217.197C363.476 218.666 363.895 220.106 364.436 221.501C364.896 222.728 365.155 224.021 365.203 225.33C365.203 225.33 365.203 225.33 365.204 225.33C365.204 225.335 365.204 225.34 365.204 225.344C365.204 225.349 365.204 225.353 365.204 225.358C365.204 225.358 365.204 225.358 365.203 225.357C365.202 225.435 365.197 225.526 365.192 225.618C365.187 225.723 365.181 225.829 365.181 225.917C365.168 226.097 365.145 226.277 365.111 226.455C364.764 227.476 364.107 228.362 363.231 228.991C362.666 229.393 362.019 229.664 361.336 229.785C360.654 229.906 359.953 229.873 359.284 229.69C358.666 229.48 358.102 229.136 357.632 228.684C357.162 228.231 356.76 227.715 356.528 227.105C356.327 226.602 356.184 225.958 356.106 225.422C356.107 225.421 356.108 225.42 356.109 225.419C356.106 225.403 356.104 225.387 356.102 225.371C356.05 225.013 356.004 224.689 356.017 224.345C356.023 224.186 356.036 224.027 356.05 223.869C356.068 223.657 356.086 223.446 356.086 223.234C356.141 222.535 356.252 221.817 356.363 221.092C356.636 219.318 356.915 217.506 356.394 215.849C356.202 215.217 356.15 214.55 356.243 213.896C356.336 213.242 356.571 212.616 356.932 212.062C357.57 211.988 358.243 211.899 358.912 211.811C359.444 211.74 359.974 211.67 360.481 211.608C360.973 211.603 361.463 211.684 361.927 211.846C362.815 212.987 362.925 214.368 363.035 215.747C363.073 216.235 363.112 216.721 363.185 217.197Z" fill="#E9F0E0"/>
34
- <path fill-rule="evenodd" clip-rule="evenodd" d="M342.092 212.132C341.97 212.72 341.97 213.326 342.092 213.914C342.206 214.829 342.209 215.765 342.067 216.676C341.265 217.416 340.32 217.998 339.311 218.413C337.993 218.964 337.47 219.752 336.93 220.564C336.402 221.358 335.859 222.175 334.543 222.818C334.541 222.808 334.538 222.797 334.535 222.787C334.504 222.801 334.474 222.816 334.443 222.831C334.39 222.857 334.336 222.884 334.276 222.906C331.258 224.199 326.632 224.45 324.711 221.369C324.699 221.163 324.737 220.957 324.823 220.768C324.918 220.549 325.04 220.343 325.186 220.153C325.48 219.772 325.837 219.444 326.241 219.182C326.613 218.943 327.006 218.737 327.415 218.567L328.19 218.267C328.314 218.225 328.431 218.166 328.54 218.092C328.549 218.092 328.558 218.092 328.566 218.093C328.579 218.083 328.592 218.074 328.605 218.064C328.637 218.041 328.67 218.016 328.705 217.994C328.845 217.887 328.992 217.782 329.142 217.676C329.337 217.537 329.536 217.396 329.725 217.246C330.47 216.648 331.171 215.997 331.821 215.297C333.192 213.906 334.302 212.28 335.098 210.497C335.166 210.335 335.282 210.199 335.431 210.106C335.58 210.013 335.754 209.969 335.929 209.98L337.145 210.001C337.692 210.031 338.218 210.221 338.658 210.548C339.097 210.875 339.431 211.324 339.618 211.839V211.908C339.706 212.178 339.897 212.403 340.149 212.534C340.402 212.664 340.695 212.691 340.967 212.607C341.109 212.562 341.24 212.489 341.353 212.392C341.466 212.294 341.558 212.175 341.623 212.041L341.728 211.119L341.959 211.343C342.037 211.457 342.089 211.586 342.112 211.723C342.135 211.859 342.128 211.999 342.092 212.132Z" fill="#E9F0E0"/>
35
- <path d="M332.15 133.056L360.433 133.517C361.9 148.708 361.959 164.002 360.607 179.203C365.204 190.654 363.206 196.062 362.668 206.381L362.109 212.152L362.277 213.445C362.342 213.959 362.229 214.479 361.956 214.919V214.975L361.879 213.808C361.86 213.64 361.784 213.483 361.663 213.365C361.542 213.247 361.384 213.174 361.215 213.159C360.028 212.928 358.803 212.988 357.645 213.333C357.518 213.384 357.409 213.47 357.331 213.582C357.252 213.693 357.209 213.826 357.205 213.962V214.975C356.882 214.567 356.704 214.063 356.702 213.543V212.432L355.744 206.228L350.239 180.188L346.466 155.588L344.286 179.553C345.397 185.764 346.11 192.436 342.889 202.895L341.617 212.055C341.552 212.189 341.46 212.308 341.347 212.405C341.234 212.503 341.103 212.576 340.961 212.621C340.689 212.704 340.396 212.678 340.143 212.547C339.891 212.417 339.7 212.239 339.612 211.969V211.852C339.425 211.337 339.091 210.888 338.652 210.562C338.212 210.235 337.686 210.045 337.139 210.015L335.986 209.99C335.986 209.99 335.986 209.344 335.986 208.484L332.814 178.085L332.15 133.056Z" fill="#DD7E6B"/>
36
- <path d="M334.268 222.906C331.25 224.198 326.625 224.45 324.703 221.369V222.2C326.625 225.281 331.25 225.03 334.268 223.744C337.286 222.459 336.63 220.342 339.333 219.21C340.325 218.853 341.229 218.285 341.981 217.547C341.981 217.296 342.03 216.988 342.072 216.632C341.27 217.372 340.343 217.963 339.333 218.379C336.609 219.51 337.307 221.62 334.268 222.906Z" fill="#A4C280"/>
37
- <path d="M362.565 137.236C364.766 147.785 365.038 163.464 364.207 172.525C362.137 174.497 359.531 175.815 356.716 176.312C353.901 176.809 351.002 176.464 348.382 175.32L346.635 157.853L346.076 174.621C338.216 179.386 330.754 173.825 330.203 172.323L332.208 137.229L362.565 137.236Z" fill="#649726"/>
38
- <path opacity="0.3" d="M362.565 137.236C364.766 147.785 365.038 163.464 364.207 172.525C362.137 174.497 359.531 175.815 356.716 176.312C353.901 176.809 351.002 176.464 348.382 175.32L346.635 157.853L346.076 174.621C338.216 179.386 330.754 173.825 330.203 172.323L332.208 137.229L362.565 137.236Z" fill="#649726"/>
39
- <path opacity="0.3" d="M345.307 150.041L346.635 157.838L346.237 169.716L343.882 151.97C339.082 150.09 338.453 147.449 338.453 147.449C340.484 148.875 342.841 149.766 345.307 150.041Z" fill="#316800"/>
40
- <path opacity="0.3" d="M332.011 140.735L332.207 137.242H362.564C362.906 138.898 363.206 140.679 363.458 142.538C354.732 147.386 341.715 145.682 332.011 140.735Z" fill="#316800"/>
41
- <path d="M368.335 92.2754C367.273 86.1062 359.099 85.2887 356.975 87.755C355.41 94.9583 365.897 96.181 368.335 92.2754Z" fill="#37474F"/>
42
- <path d="M323.892 110.602L327.63 119.776C328.329 114.815 327.015 112.475 324.004 110.288L323.892 110.602Z" fill="#964C4C"/>
43
- <mask id="mask1_2571_5221" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="331" y="91" width="34" height="53">
44
- <path d="M337.111 94.294C332.8 98.0947 330.572 106.067 331.522 114.877C332.472 123.687 331.333 139.77 331.333 139.77C343.162 145.171 357.883 144.102 364.227 140.469C364.227 140.469 362.291 128.962 362.291 125.664C362.291 119.733 362.794 111.516 363.514 107.666C367.992 83.5764 337.111 94.294 337.111 94.294Z" fill="#455A64"/>
45
- </mask>
46
- <g mask="url(#mask1_2571_5221)">
47
- <path d="M337.111 94.294C332.8 98.0947 330.572 106.067 331.522 114.877C332.472 123.687 331.333 139.77 331.333 139.77C343.162 145.171 357.883 144.102 364.227 140.469C364.227 140.469 362.291 128.962 362.291 125.664C362.291 119.733 362.794 111.516 363.514 107.666C367.992 83.5764 337.111 94.294 337.111 94.294Z" fill="#A4C280"/>
48
- <path d="M355.58 92.0249C355.58 92.0249 353.827 91.5453 353.206 91.7289C349.783 95.4872 349.06 102.98 350.541 107.421C351.429 110.086 353.798 113.639 357.351 113.639C361.496 113.639 363.864 112.455 363.864 112.455C363.336 111.796 363.568 111.863 363.272 110.086C363.272 110.086 356.166 114.231 353.798 109.198C351.247 106.21 352.799 98.636 353.099 97.6505C354.064 94.4808 355.58 92.0249 355.58 92.0249Z" fill="#397200"/>
49
- <path d="M339.882 92.6178C339.249 92.4066 338.479 92.0937 337.819 91.9952C335.915 93.9601 329.815 101.796 330.407 115.12L331.591 118.969C331.591 118.969 332.6 99.8808 339.882 92.6178Z" fill="#397200"/>
50
- </g>
51
- <path d="M332.794 70.9237C332.946 70.3403 333.264 69.8141 333.711 69.4095C334.158 69.0048 334.713 68.7395 335.309 68.646C335.179 67.9469 335.289 67.2245 335.62 66.5953C335.952 65.9662 336.485 65.4669 337.135 65.178C337.784 64.889 338.513 64.8273 339.202 65.0027C339.891 65.1781 340.501 65.5804 340.933 66.1448C341.103 65.8646 341.335 65.6281 341.613 65.4541C341.89 65.2801 342.205 65.1736 342.531 65.143C342.857 65.1125 343.185 65.1587 343.49 65.2781C343.795 65.3974 344.068 65.5866 344.287 65.8304C344.83 65.3085 345.516 64.9613 346.259 64.8337C347.001 64.7062 347.764 64.804 348.45 65.1147C349.136 65.4253 349.713 65.9345 350.107 66.5764C350.501 67.2184 350.693 67.9636 350.659 68.7159C351.311 68.6542 351.967 68.766 352.563 69.0398C353.158 69.3137 353.67 69.7399 354.047 70.2753C354.424 70.8108 354.653 71.4364 354.711 72.0889C354.769 72.7414 354.653 73.3975 354.375 73.9908C354.7 74.0975 354.982 74.3026 355.185 74.5774C355.387 74.8523 355.498 75.1833 355.504 75.5245C355.509 75.8657 355.408 76.2 355.215 76.4811C355.021 76.7622 354.745 76.9761 354.424 77.0929C354.669 77.3897 354.827 77.7481 354.882 78.1289C354.936 78.5096 354.885 78.898 354.733 79.2515C354.582 79.605 354.336 79.91 354.023 80.1331C353.709 80.3562 353.341 80.4888 352.957 80.5164C352.538 80.5164 352.119 80.5583 351.7 80.5653C351.272 81.056 350.983 81.6516 350.861 82.291C350.74 82.9509 348.868 81.6206 348.845 82.291L341.777 81.3828L335.696 82.9638L334.708 80.4745C334.231 79.4401 334.052 78.2933 334.191 77.1628C333.965 76.9794 333.78 76.7509 333.647 76.4919C333.514 76.233 333.437 75.9493 333.42 75.6588C333.403 75.3683 333.446 75.0774 333.548 74.8047C333.649 74.5319 333.806 74.2833 334.009 74.0747C333.523 73.7242 333.148 73.2397 332.933 72.6801C332.717 72.1205 332.668 71.5102 332.794 70.9237Z" fill="#2A2A2A"/>
52
- <path d="M335.581 74.6816C335.795 75.0221 336.118 75.2805 336.496 75.4152C336.79 75.5099 337.103 75.5288 337.406 75.4702C337.709 75.4115 337.992 75.2773 338.229 75.0799C338.355 75.2047 338.506 75.3016 338.673 75.3642C338.839 75.4268 339.016 75.4537 339.193 75.4432C339.374 75.4326 339.551 75.3843 339.712 75.3012C339.874 75.2182 340.016 75.1024 340.13 74.9611C340.342 75.2893 340.631 75.5602 340.973 75.75C341.314 75.9399 341.697 76.0427 342.088 76.0496C342.479 76.0565 342.865 75.9673 343.213 75.7896C343.561 75.6119 343.86 75.3515 344.084 75.031C344.193 75.1524 344.329 75.2475 344.48 75.3092C344.631 75.3709 344.794 75.3976 344.957 75.3873C345.123 75.3695 345.283 75.3151 345.426 75.2281C345.568 75.1411 345.69 75.0237 345.782 74.8843C345.931 75.0963 346.132 75.2662 346.365 75.3777C346.599 75.4891 346.858 75.5381 347.116 75.5201C347.392 75.4986 347.656 75.3993 347.878 75.2336C347.771 76.1781 347.883 77.1342 348.206 78.0283C348.612 79.0823 351.241 81.2682 351.496 82.3684C351.701 83.4739 351.321 85.955 350.838 86.9707C350.596 87.4715 349.298 90.5653 348.866 90.9155C348.434 91.2657 344.372 92.1226 342.949 92.2305C338.244 92.5872 336.74 90.2011 335.922 85.802C335.532 82.3684 335.113 77.274 335.581 74.6816Z" fill="#DD7E6B"/>
53
- <path d="M349.576 89.8721L349.57 89.8779L349.576 89.8721Z" fill="#B36766"/>
54
- <path d="M350.886 85.8657C350.886 85.8657 350.886 87.2631 350.823 88.8979C351.522 88.289 352.029 87.4906 352.283 86.5993C351.741 86.5413 351.241 86.279 350.886 85.8657Z" fill="#2A2A2A"/>
55
- <path d="M354.949 81.1735C354.745 80.6634 354.359 80.2474 353.866 80.0067C353.764 79.9541 353.656 79.9142 353.544 79.8879C353.217 79.8321 352.881 79.8584 352.567 79.9645C352.252 80.0706 351.969 80.2531 351.742 80.4958C351.286 80.992 350.981 81.6074 350.862 82.2704C350.741 82.9303 350.668 83.5981 350.645 84.2686C350.547 85.4777 350.36 86.678 350.086 87.8598C349.944 88.4772 349.671 89.0569 349.285 89.5595C348.899 90.0622 348.41 90.4761 347.85 90.7732L347.773 90.8151C346.139 91.6359 344.353 92.1116 342.526 92.2125V95.4613C342.526 96.0951 342.729 96.7124 343.106 97.2219C343.543 97.8155 344.184 98.2257 344.906 98.3729C345.627 98.52 346.378 98.3937 347.012 98.0184L349.932 96.2857C350.197 96.1314 350.417 95.9114 350.571 95.647C350.725 95.3825 350.809 95.0827 350.813 94.7766C350.813 94.2665 350.848 89.8859 350.869 88.9986C350.903 87.3497 350.931 85.9664 350.931 85.9664C351.287 86.3796 351.787 86.6419 352.329 86.7C352.573 86.7378 352.823 86.7259 353.062 86.665C353.412 86.5508 353.736 86.3686 354.016 86.1288C354.295 85.889 354.524 85.5963 354.69 85.2677C355.012 84.5948 355.188 83.8615 355.207 83.1158C355.271 82.4571 355.183 81.7925 354.949 81.1735Z" fill="#DD7E6B"/>
56
- <path opacity="0.2" d="M348.828 90.7177C349.266 90.1498 349.578 89.4947 349.743 88.7964C349.337 89.6429 348.675 90.3398 347.85 90.7876L347.773 90.8295C346.138 91.6503 344.352 92.126 342.526 92.2269V93.6242C343.583 93.5321 344.625 93.3116 345.628 92.9674C346.887 92.5375 347.997 91.757 348.828 90.7177Z" fill="black"/>
57
- <path d="M319.058 114.654L319.17 110.847L322.223 106.508L327.952 120.53C328.18 121.094 328.291 121.697 328.279 122.305C328.267 122.912 328.132 123.511 327.883 124.065C327.632 124.619 327.271 125.115 326.823 125.525C326.374 125.934 325.847 126.248 325.273 126.448C324.699 126.647 324.091 126.727 323.485 126.684C322.879 126.641 322.288 126.475 321.748 126.196L321.259 125.945C320.506 125.558 319.879 124.965 319.45 124.235C319.021 123.505 318.807 122.669 318.835 121.823L319.058 114.654Z" fill="#DD7E6B"/>
58
- <path d="M319.142 110.846L321.776 107.101C322.248 108.085 322.399 109.192 322.209 110.266C321.996 111.399 321.42 112.431 320.567 113.207C320.567 113.396 320.567 113.606 320.567 113.815C320.58 113.945 320.562 114.076 320.514 114.197C320.467 114.318 320.392 114.427 320.295 114.514L320.008 114.758C320.196 116.521 319.785 118.296 318.841 119.796L319.002 114.675L319.142 110.846Z" fill="#964C4C"/>
59
- <path d="M319.142 103.985L317.486 103.691L314.44 105.857C314.289 105.966 314.166 106.108 314.081 106.273C313.996 106.439 313.951 106.622 313.951 106.807V113.172C313.95 113.398 314.016 113.62 314.14 113.808C314.265 113.997 314.442 114.145 314.649 114.234L316.745 115.171C316.957 115.266 317.192 115.297 317.421 115.259C317.65 115.22 317.862 115.114 318.031 114.954L319.826 113.277C319.946 113.167 320.042 113.033 320.107 112.884C320.172 112.735 320.205 112.574 320.204 112.411V111.838C320.932 111.409 321.531 110.791 321.936 110.049C322.334 109.381 322.53 108.612 322.502 107.835C322.471 106.904 322.119 106.013 321.507 105.312C320.895 104.611 320.059 104.142 319.142 103.985Z" fill="#DD7E6B"/>
60
- <path d="M319.065 106.752V110.246C319.063 110.526 318.95 110.795 318.751 110.992C318.552 111.19 318.283 111.301 318.003 111.301C317.723 111.299 317.456 111.187 317.259 110.99C317.061 110.792 316.95 110.525 316.948 110.246V106.48L316.515 107.528V110.42C316.514 110.616 316.551 110.811 316.626 110.992C316.7 111.173 316.81 111.338 316.948 111.477C317.086 111.616 317.251 111.726 317.432 111.802C317.613 111.877 317.807 111.916 318.003 111.916C318.399 111.916 318.78 111.758 319.06 111.478C319.34 111.197 319.498 110.817 319.498 110.42V108.967C319.634 109.31 319.849 109.615 320.126 109.858C320.403 110.101 320.734 110.274 321.091 110.365C319.498 109.191 319.065 106.752 319.065 106.752Z" fill="#964C4C"/>
61
- <path d="M296.359 98.1716L296.456 98.1162L296.366 98.1785L296.359 98.1716Z" fill="#649726"/>
62
- <path d="M363.822 105.376C365.255 97.8373 369.775 85.5337 372.507 78.4492C373.164 76.7471 373.388 74.9082 373.157 73.0982C372.926 71.2882 372.249 69.564 371.186 68.081L359.791 52.1792C359.507 49.514 358.523 46.9712 356.94 44.8083C356.516 44.1866 355.878 43.7422 355.148 43.5594C354.418 43.3765 353.646 43.4679 352.979 43.8162L348.172 46.3034C347.963 46.408 347.787 46.5685 347.664 46.7671C347.54 46.9657 347.475 47.1946 347.473 47.4283V48.4134C347.471 48.7378 347.593 49.0507 347.816 49.2868L348.703 50.23C349.22 52.0535 351.183 54.9041 353.37 55.5748L362.739 73.6773L354.481 95.1544C348.696 109.051 359.421 116.08 363.822 105.376Z" fill="#DD7E6B"/>
63
- <path opacity="0.2" d="M348.905 49.5316C349.205 49.1608 349.558 48.836 349.953 48.5674C350.153 48.4262 350.383 48.3322 350.625 48.2922C350.867 48.2523 351.115 48.2676 351.35 48.3369C351.627 48.4387 351.859 48.6341 352.007 48.8893C352.155 49.1445 352.21 49.4433 352.161 49.7342C353.167 49.3919 354.159 49.0356 355.13 48.6024C355.661 48.3788 356.248 48.0644 356.38 47.5055C356.415 47.3565 356.411 47.2014 356.371 47.0539C356.331 46.9064 356.255 46.7712 356.15 46.6601C356.046 46.5491 355.917 46.4647 355.773 46.4136C355.63 46.3626 355.476 46.3465 355.326 46.3666C355.36 45.9474 355.402 45.5213 355.444 45.1021C355.542 45.3745 355.703 45.7099 355.808 45.9894C356.077 45.9973 356.338 46.0853 356.557 46.2421C356.776 46.3989 356.943 46.6174 357.037 46.8697C357.125 47.1109 357.157 47.3691 357.131 47.6245C357.104 47.8799 357.019 48.126 356.884 48.3439C356.611 48.7838 356.221 49.1393 355.759 49.3709C355.3 49.5999 354.82 49.7847 354.326 49.9229L352.321 50.4958C355.898 51.1106 355.486 52.6966 354.885 53.8773L349.01 51.5298L348.905 49.5316Z" fill="black"/>
64
- <path d="M353.376 55.5539C348.772 55.1207 347.298 52.6195 347.48 51.3619C347.661 50.1043 349.883 48.148 350.973 48.4624C352.063 48.7768 351.532 50.2929 350.4 51.1244C355.626 50.1811 356.059 54.0657 353.376 55.5539Z" fill="#DD7E6B"/>
65
- <path d="M356.975 87.7554C357.908 89.8385 359.617 91.4757 361.738 92.3197C363.859 93.1637 366.225 93.1479 368.335 92.2758C366.428 98.9201 364.842 103.091 363.493 107.646C362.885 109.742 362.096 110.071 360.363 110.895C355.92 112.991 353.111 109.917 352.335 107.102C351.56 104.286 350.722 100.359 356.975 87.7554Z" fill="#A4C280"/>
66
- </g>
67
- <defs>
68
- <clipPath id="clip0_2571_5221">
69
- <rect width="584" height="322" fill="white" transform="translate(0.4375)"/>
70
- </clipPath>
71
- </defs>
72
- </svg>
@@ -1,51 +0,0 @@
1
- <svg width="637" height="180" viewBox="0 0 637 180" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g clip-path="url(#clip0_2632_4381)">
3
- <rect width="636" height="180" transform="translate(0.4375)" fill="#E9F0E0"/>
4
- <rect x="610.438" y="116" width="7" height="100" rx="3.5" fill="#C8DAB3"/>
5
- <rect x="490.438" y="146" width="7" height="100" rx="3.5" fill="#C8DAB3"/>
6
- <rect x="250.438" y="136" width="7" height="100" rx="3.5" fill="#C8DAB3"/>
7
- <rect x="522.438" y="97" width="7" height="50" rx="3.5" fill="#C8DAB3"/>
8
- <rect x="582.438" y="22" width="7" height="50" rx="3.5" fill="#A4C280"/>
9
- <rect x="454.438" y="57" width="7" height="40" rx="3.5" fill="#A4C280"/>
10
- <rect x="479.438" y="-25" width="7" height="100" rx="3.5" fill="#C8DAB3"/>
11
- <rect x="539.438" y="-65" width="7" height="100" rx="3.5" fill="#C8DAB3"/>
12
- <rect x="219.438" y="-55" width="7" height="100" rx="3.5" fill="#C8DAB3"/>
13
- <rect x="552.438" y="63" width="7" height="100" rx="3.5" fill="#A4C280"/>
14
- <rect x="421.438" y="122" width="7" height="100" rx="3.5" fill="#A4C280"/>
15
- <rect x="221.438" y="152" width="7" height="100" rx="3.5" fill="#A4C280"/>
16
- <rect x="74.4375" y="14" width="7" height="100" rx="3.5" fill="#A4C280"/>
17
- <rect x="149.438" y="30" width="7" height="60" rx="3.5" fill="#C8DAB3"/>
18
- <rect x="400.438" y="20" width="7" height="60" rx="3.5" fill="#C8DAB3"/>
19
- <rect x="362.438" y="103" width="7" height="60" rx="3.5" fill="#C8DAB3"/>
20
- <rect x="115.438" y="117" width="7" height="50" rx="3.5" fill="#C8DAB3"/>
21
- <rect x="20.4375" y="97" width="7" height="106" rx="3.5" fill="#A4C280"/>
22
- <rect x="183.438" y="61" width="7" height="70" rx="3.5" fill="#A4C280"/>
23
- <rect x="268.438" y="12" width="7" height="70" rx="3.5" fill="#A4C280"/>
24
- <rect x="26.4375" y="-50" width="7" height="100" rx="3.5" fill="#C8DAB3"/>
25
- <path d="M344.462 160.518C344.4 157.875 344.296 155.088 342.904 152.837C341.511 150.587 338.345 149.199 336.111 150.628C336.958 149.667 337.472 148.46 337.578 147.185C337.684 145.911 337.377 144.636 336.701 143.549C336.025 142.462 335.016 141.62 333.823 141.147C332.631 140.675 331.317 140.596 330.077 140.924C330.015 137.752 326.634 116.796 324.976 97.8501H314.476C312.818 116.466 308.638 136.348 308.576 139.441C307.332 139.107 306.013 139.181 304.815 139.654C303.617 140.126 302.603 140.971 301.926 142.063C301.249 143.155 300.943 144.436 301.055 145.715C301.166 146.994 301.689 148.203 302.546 149.162C300.312 147.733 295.644 147.665 292.965 150.628C290.285 153.591 290.14 159.068 291.553 162.869C285.433 164.295 278.309 181.522 288.843 190.706H349.797C360.241 181.703 358.398 165.245 344.462 160.518Z" fill="#C8DAB3"/>
26
- <path d="M343.508 184.85C345.653 178.85 340.332 174.479 338.317 173.483C338.46 173.105 338.579 172.719 338.674 172.326C339.064 170.646 339.016 168.895 338.536 167.238C338.056 165.582 337.158 164.075 335.929 162.86C334.7 161.645 333.179 160.762 331.511 160.295C329.843 159.829 328.083 159.794 326.398 160.193L322.476 97.3501H316.976L312.008 154.861C308.351 155.418 305.8 159.728 307.091 163.192C305.817 163.39 304.61 163.892 303.574 164.655C302.538 165.419 301.703 166.422 301.142 167.577C300.79 168.331 300.737 169.927 301.041 171.734C294.008 173.483 290.008 184.85 297.508 189.85C308.647 197.276 337.082 202.833 343.508 184.85Z" fill="#A4C280"/>
27
- <path d="M330.476 64C330.476 64 339.885 84.7937 349.128 102.758C350.736 105.883 347.868 109.494 344.473 108.582L330.476 104.821V64Z" fill="#316800"/>
28
- <path d="M308.476 64C308.476 64 299.066 84.7937 289.824 102.758C288.216 105.883 291.083 109.494 294.478 108.582L308.476 104.821V64Z" fill="#316800"/>
29
- <path d="M323.501 112.975H315.348C314.068 115.935 311.098 119.418 318.038 128.025C318.765 128.927 320.122 128.966 320.881 128.091C327.732 120.201 324.777 115.434 323.501 112.975Z" fill="#649726"/>
30
- <mask id="mask0_2632_4381" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="297" y="18" width="45" height="98">
31
- <path d="M303.552 101.126C305.629 105.251 309.129 108.302 309.129 108.302L307.105 113.242C306.566 114.558 307.534 116 308.956 116H329.864C331.221 116 332.184 114.678 331.768 113.387L330.129 108.302C330.129 108.302 333.618 105.251 335.991 101.126C338.363 97 341.976 83 341.976 71.2915C341.976 59.583 340.816 52.8604 339.976 48.7839C339.136 44.7075 338.423 40.3767 336.215 35.8336C334.139 31.5609 328.072 22.933 321.184 18.7404C320.372 18.2461 319.358 18.2353 318.545 18.7279C311.679 22.889 304.933 32.7541 303.552 35.8336C302.083 39.111 300.607 44.3501 299.976 48.7839C299.344 53.2177 297.976 58.583 297.976 71.2915C297.976 84 301.475 97 303.552 101.126Z" fill="#649726"/>
32
- </mask>
33
- <g mask="url(#mask0_2632_4381)">
34
- <path d="M303.552 101.126C305.629 105.251 309.129 108.302 309.129 108.302L307.105 113.242C306.566 114.558 307.534 116 308.956 116H329.864C331.221 116 332.184 114.678 331.768 113.387L330.129 108.302C330.129 108.302 333.618 105.251 335.991 101.126C338.363 97 341.976 83 341.976 71.2915C341.976 59.583 340.816 52.8604 339.976 48.7839C339.136 44.7075 338.423 40.3767 336.215 35.8336C334.007 31.2905 325.476 20.8501 319.868 18C313.791 20.998 305.022 32.5563 303.552 35.8336C302.083 39.111 300.607 44.3501 299.976 48.7839C299.344 53.2177 297.976 58.583 297.976 71.2915C297.976 84 301.475 97 303.552 101.126Z" fill="#649726"/>
35
- <path d="M308.727 108.306H330.727L333.227 116.306H305.227L308.727 108.306Z" fill="#397200"/>
36
- <path d="M339.035 37.6302C333.061 24.8804 318.967 12.3453 318.967 12.3453C318.967 12.3453 305.262 25.6304 300.035 37.6302H339.035Z" fill="#316800"/>
37
- <path d="M303.785 103.568L307.125 108.306H332.15L335.285 103.568H303.785Z" fill="#498500"/>
38
- <circle cx="320.476" cy="55" r="10" fill="#397200"/>
39
- <circle cx="320.476" cy="55" r="5" fill="#E9F0E0"/>
40
- <path d="M319.976 87C318.595 87 317.476 88.1193 317.476 89.5V108.418H322.476V89.5C322.476 88.1193 321.356 87 319.976 87V87Z" fill="#316800"/>
41
- <g style="mix-blend-mode:soft-light">
42
- <path d="M320.303 16.1807L315.499 17.2263C324.107 24.1546 334.065 34.6434 336.011 65.4463C337.153 83.5341 333.743 98.3704 326.04 108.273L328.537 117.969C329.172 118.207 330.965 117.425 334.583 116.854C338.2 116.283 334.186 111.856 331.727 109.714C336.011 106.779 344.674 93.8157 345.055 65.4463C345.436 37.0769 328.712 20.782 320.303 16.1807Z" fill="black" fill-opacity="0.54"/>
43
- </g>
44
- </g>
45
- </g>
46
- <defs>
47
- <clipPath id="clip0_2632_4381">
48
- <rect width="636" height="180" fill="white" transform="translate(0.4375)"/>
49
- </clipPath>
50
- </defs>
51
- </svg>
@@ -1,74 +0,0 @@
1
- <svg width="585" height="322" viewBox="0 0 585 322" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g clip-path="url(#clip0_2571_5222)">
3
- <rect x="0.4375" width="584" height="322" fill="#E9F0E0"/>
4
- <path d="M471.927 120.634C506.477 211.754 389.517 258.184 322.597 245.224C296.017 240.084 285.417 231.454 258.957 239.874C239.727 245.994 229.707 267.264 208.507 271.084C162.027 279.464 129.427 236.194 118.807 197.654C107.807 157.654 116.487 131.794 157.367 112.424C175.037 104.054 193.947 109.544 209.577 103.774C241.697 91.934 240.577 70.774 259.757 49.204C330.157 -30.016 440.557 37.884 471.927 120.634Z" fill="#649726"/>
5
- <g opacity="0.9">
6
- <path d="M471.927 120.634C506.477 211.754 389.517 258.184 322.597 245.224C296.017 240.084 285.417 231.454 258.957 239.874C239.727 245.994 229.707 267.264 208.507 271.084C162.027 279.464 129.427 236.194 118.807 197.654C107.807 157.654 116.487 131.794 157.367 112.424C175.037 104.054 193.947 109.544 209.577 103.774C241.697 91.934 240.577 70.774 259.757 49.204C330.157 -30.016 440.557 37.884 471.927 120.634Z" fill="#E9F0E0"/>
7
- </g>
8
- <path d="M391.437 99H355.867L281.717 340.73C281.144 342.613 281.02 344.604 281.355 346.544C281.689 348.483 282.474 350.317 283.646 351.899C284.817 353.481 286.343 354.766 288.1 355.652C289.858 356.538 291.799 356.999 293.767 357H453.547C455.518 357 457.461 356.539 459.221 355.652C460.98 354.765 462.508 353.477 463.679 351.893C464.851 350.309 465.635 348.472 465.968 346.53C466.301 344.587 466.174 342.594 465.597 340.71L391.437 99Z" fill="#649726"/>
9
- <path opacity="0.2" d="M391.437 99H373.657L351.107 357H453.547C455.518 357 457.461 356.539 459.221 355.652C460.981 354.765 462.508 353.477 463.68 351.893C464.852 350.309 465.635 348.472 465.969 346.53C466.302 344.587 466.175 342.594 465.597 340.71L391.437 99Z" fill="#263238"/>
10
- <path opacity="0.2" d="M391.438 99H383.088L408.538 357H453.538C455.508 357 457.452 356.539 459.211 355.652C460.971 354.765 462.498 353.477 463.67 351.893C464.842 350.309 465.626 348.472 465.959 346.53C466.292 344.587 466.165 342.594 465.588 340.71L391.438 99Z" fill="#263238"/>
11
- <path opacity="0.2" d="M355.867 99H364.437L303.107 357H293.767C291.797 357 289.854 356.539 288.094 355.652C286.334 354.765 284.807 353.477 283.635 351.893C282.463 350.309 281.679 348.472 281.346 346.53C281.013 344.587 281.14 342.594 281.717 340.71L355.867 99Z" fill="white"/>
12
- <path d="M373.377 89.3901C378.57 89.3879 383.619 91.0986 387.741 94.2571C391.863 97.4155 394.828 101.845 396.177 106.86L407.657 149.56L404.607 163.06L392.927 152L381.857 177.42L371.777 159.75L359.257 177.42L353.817 150.92L342.437 166L339.737 148.56L350.537 107C351.862 101.953 354.822 97.4866 358.954 94.3003C363.087 91.1141 368.159 89.3873 373.377 89.3901Z" fill="#649726"/>
13
- <path d="M373.377 89.3901C378.57 89.3879 383.619 91.0986 387.741 94.2571C391.863 97.4155 394.828 101.845 396.177 106.86L407.657 149.56L404.607 163.06L392.927 152L381.857 177.42L371.777 159.75L359.257 177.42L353.817 150.92L342.437 166L339.737 148.56L350.537 107C351.862 101.953 354.822 97.4866 358.954 94.3003C363.087 91.1141 368.159 89.3873 373.377 89.3901Z" fill="white"/>
14
- <path d="M358.478 177.85C358.381 177.655 358.346 177.435 358.378 177.22L372.718 91.89C372.762 91.6248 372.909 91.3878 373.127 91.2313C373.346 91.0747 373.618 91.0113 373.883 91.055C374.148 91.0988 374.385 91.2461 374.542 91.4646C374.698 91.6831 374.762 91.9548 374.718 92.22L360.428 177.22L358.478 177.85Z" fill="#649726"/>
15
- <path d="M351.108 357.999C350.917 358 350.729 357.945 350.568 357.842C350.407 357.74 350.278 357.593 350.198 357.419L333.248 320.699C333.16 320.508 333.135 320.293 333.177 320.087C333.218 319.88 333.323 319.692 333.478 319.549L399.478 257.729L358.478 177.85C358.381 177.655 358.346 177.435 358.378 177.22L359.263 170.335C359.307 170.07 359.454 169.833 359.672 169.677C359.891 169.52 360.163 169.457 360.428 169.5C360.693 169.544 360.93 169.692 361.087 169.91C361.243 170.129 361.307 170.4 361.263 170.665L360.428 177.22L401.608 257.479C401.706 257.671 401.74 257.89 401.704 258.103C401.668 258.315 401.564 258.511 401.408 258.659L335.408 320.499L352.048 356.589C352.161 356.829 352.173 357.104 352.083 357.354C351.993 357.603 351.808 357.806 351.568 357.919C351.422 357.98 351.265 358.007 351.108 357.999Z" fill="#F3F5F6"/>
16
- <path d="M410.562 260.26C411.852 254.794 408.467 249.316 403 248.026C397.534 246.736 392.056 250.121 390.766 255.588C389.476 261.054 392.861 266.532 398.328 267.822C403.794 269.112 409.272 265.727 410.562 260.26Z" fill="#649726"/>
17
- <path d="M400.678 269.11C398.469 269.11 396.309 268.455 394.472 267.228C392.635 266 391.204 264.256 390.358 262.215C389.513 260.174 389.291 257.928 389.722 255.761C390.153 253.594 391.217 251.604 392.779 250.042C394.342 248.48 396.332 247.416 398.499 246.985C400.665 246.554 402.911 246.775 404.952 247.62C406.993 248.466 408.738 249.897 409.965 251.734C411.193 253.571 411.848 255.731 411.848 257.94C411.845 260.902 410.667 263.741 408.573 265.835C406.479 267.93 403.639 269.107 400.678 269.11ZM400.678 248.78C398.864 248.78 397.09 249.318 395.582 250.326C394.074 251.334 392.899 252.767 392.205 254.443C391.511 256.119 391.33 257.964 391.685 259.743C392.039 261.522 392.914 263.156 394.197 264.438C395.481 265.72 397.116 266.592 398.895 266.945C400.674 267.298 402.519 267.115 404.194 266.419C405.869 265.724 407.301 264.547 408.307 263.037C409.314 261.528 409.85 259.754 409.848 257.94C409.845 255.51 408.878 253.18 407.158 251.462C405.439 249.745 403.108 248.78 400.678 248.78Z" fill="white"/>
18
- <path d="M345.278 320.989C346.177 315.429 342.398 310.192 336.837 309.294C331.277 308.395 326.041 312.174 325.142 317.735C324.243 323.295 328.022 328.532 333.583 329.43C339.144 330.329 344.38 326.55 345.278 320.989Z" fill="#649726"/>
19
- <path d="M334.157 331.44C331.948 331.44 329.788 330.785 327.951 329.557C326.113 328.329 324.682 326.584 323.837 324.542C322.991 322.501 322.771 320.254 323.203 318.087C323.634 315.92 324.699 313.93 326.262 312.368C327.826 310.806 329.817 309.743 331.984 309.314C334.152 308.884 336.398 309.106 338.439 309.953C340.48 310.8 342.224 312.233 343.45 314.072C344.676 315.91 345.329 318.07 345.327 320.28C345.325 323.241 344.147 326.079 342.052 328.172C339.958 330.265 337.118 331.44 334.157 331.44ZM334.157 311.11C332.344 311.11 330.571 311.648 329.063 312.656C327.555 313.663 326.379 315.095 325.685 316.771C324.991 318.446 324.81 320.29 325.163 322.069C325.517 323.848 326.391 325.482 327.673 326.764C328.956 328.047 330.59 328.92 332.368 329.274C334.147 329.628 335.991 329.446 337.667 328.752C339.342 328.058 340.774 326.883 341.782 325.375C342.789 323.867 343.327 322.094 343.327 320.28C343.325 317.849 342.358 315.518 340.639 313.799C338.919 312.08 336.589 311.113 334.157 311.11Z" fill="white"/>
20
- <path d="M359.348 187.56C364.964 187.56 369.518 183.006 369.518 177.39C369.518 171.773 364.964 167.22 359.348 167.22C353.731 167.22 349.178 171.773 349.178 177.39C349.178 183.006 353.731 187.56 359.348 187.56Z" fill="#649726"/>
21
- <mask id="mask0_2571_5222" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="341" y="47" width="34" height="22">
22
- <path d="M341.438 52.7436C341.438 52.7436 346.328 50.8346 349.669 51.7891C353.01 52.7436 354.016 54.808 356.521 54.6415C358.511 54.5009 359.92 53.6389 360.638 51.5228C361.356 49.4066 361.356 46.7651 368.152 47.0167C373.354 47.2091 373.879 47.9712 373.879 47.9712L374.438 61.8112C371.478 61.3451 368.481 61.0084 365.252 61.4634C364.463 61.6341 363.747 62.0466 363.204 62.6434C362.661 63.2403 362.317 63.9918 362.222 64.793C361.852 67.7527 358.807 68.8995 356.987 68.8995C354.397 68.8995 353.065 67.1386 350.857 66.628C347.39 65.8252 341.438 68.2521 341.438 68.2521V52.7436Z" fill="#649726"/>
23
- </mask>
24
- <g mask="url(#mask0_2571_5222)">
25
- <path d="M341.438 52.7436C341.438 52.7436 346.328 50.8346 349.669 51.7891C353.01 52.7436 354.016 54.808 356.521 54.6415C358.511 54.5009 359.92 53.6389 360.638 51.5228C361.356 49.4066 361.356 46.7651 368.152 47.0167C373.354 47.2091 373.879 47.9712 373.879 47.9712L374.438 61.8112C371.478 61.3451 368.481 61.0084 365.252 61.4634C364.463 61.6341 363.747 62.0466 363.204 62.6434C362.661 63.2403 362.317 63.9918 362.222 64.793C361.852 67.7527 358.807 68.8995 356.987 68.8995C354.397 68.8995 353.065 67.1386 350.857 66.628C347.39 65.8252 341.438 68.2521 341.438 68.2521V52.7436Z" fill="#649726"/>
26
- <g style="mix-blend-mode:plus-darker" opacity="0.3">
27
- <path d="M354.515 67.0285C354.478 68.0903 354.515 69.4998 354.515 69.4998C355.292 70.0178 357.077 72.5018 357.968 72.2244H357.994C358.584 72.0356 359.115 71.6982 359.536 71.2446C359.957 70.791 360.254 70.2365 360.399 69.6347C360.508 69.2336 360.556 68.8182 360.54 68.4027C360.244 64.8845 359.735 55.8638 359.846 52.3345C359.109 52.9574 358.231 53.3895 357.287 53.5928C356.344 53.796 355.365 53.7641 354.438 53.4998L354.515 67.0285Z" fill="#649726"/>
28
- </g>
29
- </g>
30
- <path d="M373.657 92.1099C373.392 92.1099 373.138 92.0046 372.95 91.817C372.763 91.6295 372.657 91.3751 372.657 91.1099V46.1699C372.657 45.9047 372.763 45.6504 372.95 45.4628C373.138 45.2753 373.392 45.1699 373.657 45.1699C373.922 45.1699 374.177 45.2753 374.364 45.4628C374.552 45.6504 374.657 45.9047 374.657 46.1699V91.1099C374.657 91.3751 374.552 91.6295 374.364 91.817C374.177 92.0046 373.922 92.1099 373.657 92.1099Z" fill="black"/>
31
- <path d="M359.348 188.56C357.139 188.56 354.979 187.905 353.142 186.677C351.305 185.45 349.873 183.705 349.028 181.664C348.183 179.623 347.961 177.377 348.392 175.211C348.823 173.044 349.887 171.054 351.449 169.491C353.012 167.929 355.002 166.865 357.169 166.434C359.335 166.003 361.581 166.225 363.622 167.07C365.663 167.915 367.408 169.347 368.635 171.184C369.863 173.021 370.518 175.181 370.518 177.39C370.515 180.351 369.337 183.191 367.243 185.285C365.149 187.379 362.309 188.557 359.348 188.56ZM359.348 168.22C357.534 168.22 355.761 168.758 354.253 169.765C352.745 170.773 351.57 172.205 350.876 173.881C350.182 175.556 350 177.4 350.354 179.179C350.708 180.958 351.581 182.591 352.864 183.874C354.146 185.156 355.78 186.03 357.559 186.384C359.338 186.737 361.181 186.556 362.857 185.862C364.533 185.168 365.965 183.992 366.972 182.484C367.98 180.976 368.518 179.203 368.518 177.39C368.515 174.959 367.548 172.628 365.829 170.908C364.11 169.189 361.779 168.222 359.348 168.22Z" fill="white"/>
32
- <path d="M384.027 92.7226C384.922 87.1895 381.161 81.9791 375.628 81.0848C370.095 80.1906 364.885 83.9512 363.99 89.4843C363.096 95.0174 366.857 100.228 372.39 101.122C377.923 102.016 383.133 98.2558 384.027 92.7226Z" fill="#649726"/>
33
- <path d="M373.688 103.22C371.478 103.22 369.318 102.565 367.481 101.337C365.644 100.109 364.212 98.3638 363.367 96.3222C362.522 94.2805 362.301 92.0341 362.733 89.867C363.165 87.7 364.23 85.7097 365.793 84.148C367.356 82.5862 369.347 81.5232 371.515 81.0933C373.682 80.6634 375.928 80.8861 377.969 81.733C380.01 82.58 381.754 84.0132 382.98 85.8514C384.206 87.6897 384.86 89.8502 384.858 92.0599C384.852 95.0198 383.673 97.8568 381.58 99.9489C379.486 102.041 376.647 103.217 373.688 103.22ZM373.688 82.8899C371.874 82.8899 370.101 83.4277 368.593 84.4353C367.085 85.4429 365.91 86.8751 365.216 88.5507C364.522 90.2263 364.34 92.0701 364.694 93.8489C365.048 95.6277 365.921 97.2616 367.203 98.5441C368.486 99.8265 370.12 100.7 371.899 101.054C373.677 101.408 375.521 101.226 377.197 100.532C378.872 99.8378 380.305 98.6625 381.312 97.1545C382.32 95.6465 382.858 93.8735 382.858 92.0599C382.855 89.6287 381.888 87.2978 380.169 85.5786C378.45 83.8595 376.119 82.8925 373.688 82.8899Z" fill="white"/>
34
- <path d="M201.157 226.63L204.938 232.5H195.438C195.623 230.851 195.807 229.485 196.187 227.87C196.321 227.283 196.68 226.772 197.187 226.447C197.694 226.121 198.308 226.008 198.897 226.13L201.157 226.63Z" fill="#DD7E6B"/>
35
- <path d="M203.527 239.65L198.239 238.029C197.211 237.714 196.431 236.874 196.193 235.825L195.438 232.5L204.267 231.64L203.527 239.65Z" fill="#DD7E6B"/>
36
- <path d="M227.208 170.64C228.268 170.31 229.548 169.87 230.728 169.46C231.908 169.05 233.128 168.6 234.318 168.14C236.688 167.2 239.038 166.23 241.318 165.14C245.691 163.228 249.739 160.647 253.318 157.49C254.053 156.793 254.722 156.03 255.318 155.21L255.518 154.92C255.568 154.92 255.778 154.41 255.368 155.34C255.176 155.875 255.108 156.445 255.168 157.01C255.168 157.11 255.168 157.21 255.168 157.31L255.218 157.52C255.237 157.585 255.26 157.648 255.288 157.71V157.83C255.418 158.12 255.458 158.1 255.438 158.05C255.365 157.923 255.285 157.799 255.198 157.68C254.524 156.846 253.774 156.076 252.958 155.38C252.048 154.58 251.088 153.76 250.088 152.96C246.088 149.76 241.678 146.62 237.408 143.47L240.008 138.6C245.19 140.581 250.206 142.972 255.008 145.75C256.228 146.47 257.458 147.21 258.678 148.07C260.022 148.984 261.281 150.019 262.438 151.16C263.366 152.063 264.101 153.145 264.598 154.34L264.728 154.69L264.858 155.13C264.858 155.28 264.928 155.41 264.968 155.58C265.008 155.75 265.018 155.95 265.038 156.13C265.128 157.03 265.019 157.938 264.718 158.79C264.556 159.25 264.341 159.69 264.078 160.1L263.748 160.66C262.881 162.088 261.876 163.428 260.748 164.66C256.328 169.38 251.268 172.45 246.168 175.09C243.622 176.381 241.012 177.543 238.348 178.57C237.015 179.09 235.681 179.58 234.348 180.04C232.988 180.52 231.708 180.91 230.188 181.34L227.208 170.64Z" fill="#DD7E6B"/>
37
- <path d="M232.94 136.681C231.846 136.719 230.783 137.057 229.867 137.656L225.947 140.22L233.567 141.97L235.517 136.59L232.94 136.681Z" fill="#DD7E6B"/>
38
- <path d="M242.048 139.42L235.518 136.59L233.518 141.96C233.518 141.96 238.708 147.4 241.998 143.77L242.048 139.42Z" fill="#DD7E6B"/>
39
- <path d="M203.168 180.19C200.708 184.65 198.218 189.26 195.848 193.81C193.478 198.36 191.148 202.98 189.208 207.56C188.708 208.71 188.208 209.84 187.838 210.97L187.688 211.35C187.693 211.313 187.693 211.276 187.688 211.24C187.688 211.17 187.688 211.15 187.688 211.16C187.635 211.326 187.635 211.504 187.688 211.67C187.916 212.515 188.277 213.319 188.758 214.05C189.34 215.009 189.981 215.931 190.678 216.81C193.881 220.664 197.36 224.28 201.088 227.63L198.008 232.2C193.03 229.679 188.417 226.494 184.298 222.73C183.188 221.697 182.155 220.584 181.208 219.4C180.095 218.025 179.189 216.496 178.518 214.86C178.085 213.795 177.828 212.667 177.758 211.52C177.716 210.852 177.749 210.181 177.858 209.52C177.911 209.159 177.988 208.801 178.088 208.45L178.258 207.89C178.658 206.52 179.088 205.17 179.548 203.89C181.406 198.78 183.535 193.773 185.928 188.89C188.308 184.05 190.778 179.37 193.538 174.69L203.168 180.19Z" fill="#DD7E6B"/>
40
- <path d="M210.178 148.16C209.528 154.92 210.488 161.46 208.978 167.33C208.978 167.33 210.658 172.78 220.638 172.78C231.638 172.78 225.638 167.33 225.638 167.33C219.588 165.9 219.578 161.46 220.458 157.28L210.178 148.16Z" fill="#DD7E6B"/>
41
- <path d="M196.878 168.8C190.118 170.65 182.128 189.34 182.128 189.34L197.648 198.11C197.648 198.11 201.278 191.49 204.858 183.29C208.608 174.7 208.158 165.73 196.878 168.8Z" fill="#A4C280"/>
42
- <path d="M240.788 201.81C240.788 210.01 240.238 220.21 239.018 232.87H199.718C199.238 227.17 201.588 200.52 195.998 173.6C195.868 172.995 195.864 172.371 195.985 171.764C196.107 171.158 196.351 170.583 196.704 170.075C197.056 169.567 197.509 169.137 198.034 168.811C198.56 168.485 199.146 168.27 199.758 168.18C202.138 167.83 205.118 167.47 208.048 167.33C213.61 167.01 219.186 167.01 224.748 167.33C227.051 167.544 229.34 167.877 231.608 168.33C233.175 168.631 234.628 169.362 235.804 170.441C236.98 171.52 237.833 172.904 238.268 174.44C239.557 179.558 240.307 184.796 240.508 190.07C240.708 193.45 240.818 197.33 240.788 201.81Z" fill="#A4C280"/>
43
- <path d="M223.117 183C229.237 186.39 243.307 182.52 243.307 182.52L242.577 163.47C237.476 164.112 232.489 165.458 227.757 167.47C218.177 171.35 216.217 179.18 223.117 183Z" fill="#A4C280"/>
44
- <path d="M231.157 165.78C231.157 165.78 228.317 166.78 227.267 167.09C223.497 171.23 221.147 180.22 221.147 180.22L225.947 186.56C224.127 177.17 231.157 165.78 231.157 165.78Z" fill="#397200"/>
45
- <path opacity="0.2" d="M231.157 165.78C231.157 165.78 228.317 166.78 227.267 167.09C223.497 171.23 221.147 180.22 221.147 180.22L225.947 186.56C224.127 177.17 231.157 165.78 231.157 165.78Z" fill="#397200"/>
46
- <path d="M240.798 212.94C237.048 215.83 229.598 209.11 229.598 209.11L229.818 212.52C236.648 218.23 240.688 215.4 240.688 215.4C240.841 214.589 240.878 213.761 240.798 212.94Z" fill="#397200"/>
47
- <path opacity="0.2" d="M240.798 212.94C237.048 215.83 229.598 209.11 229.598 209.11L229.818 212.52C236.648 218.23 240.688 215.4 240.688 215.4C240.841 214.589 240.878 213.761 240.798 212.94Z" fill="#397200"/>
48
- <path d="M205.858 167.09C204.735 167.173 203.62 167.354 202.528 167.63C200.842 171.931 200.463 176.634 201.438 181.15L205.758 179.21C205.758 179.21 204.358 172.67 205.858 167.09Z" fill="#397200"/>
49
- <path opacity="0.2" d="M205.858 167.09C204.735 167.173 203.62 167.354 202.528 167.63C200.842 171.931 200.463 176.634 201.438 181.15L205.758 179.21C205.758 179.21 204.358 172.67 205.858 167.09Z" fill="#397200"/>
50
- <path d="M200.787 180.25C203.137 176.58 221.177 176.99 225.077 180C228.977 183.01 233.687 215.83 227.917 219.5C222.147 223.17 195.527 224.92 195.337 217.5C195.147 210.08 201.207 197.18 200.487 192.92C199.767 188.66 197.597 185.25 200.787 180.25Z" fill="#649726"/>
51
- <path opacity="0.4" d="M201.038 191.71C201.038 191.71 207.618 194.27 221.538 191.16C218.828 192.58 204.528 195.81 201.038 191.71Z" fill="#316800"/>
52
- <path opacity="0.4" d="M208.987 190.75C209.067 191.36 208.727 191.86 208.217 191.86C207.939 191.825 207.681 191.695 207.487 191.494C207.292 191.292 207.173 191.029 207.147 190.75C207.067 190.14 207.407 189.64 207.907 189.64C208.187 189.673 208.447 189.802 208.644 190.004C208.841 190.206 208.962 190.469 208.987 190.75Z" fill="#316800"/>
53
- <path opacity="0.4" d="M224.317 220H224.247C224.215 219.992 224.185 219.978 224.158 219.958C224.132 219.937 224.11 219.912 224.094 219.883C224.078 219.853 224.068 219.821 224.066 219.788C224.063 219.755 224.067 219.722 224.077 219.69C226.197 212.69 225.937 203.15 223.297 191.2C222.197 186.2 223.447 181.44 224.107 180.45C224.126 180.423 224.149 180.399 224.177 180.381C224.204 180.362 224.235 180.349 224.268 180.343C224.3 180.336 224.334 180.336 224.366 180.343C224.399 180.349 224.43 180.362 224.457 180.38C224.485 180.399 224.509 180.422 224.527 180.45C224.545 180.477 224.558 180.508 224.565 180.541C224.571 180.573 224.571 180.607 224.565 180.639C224.558 180.672 224.546 180.703 224.527 180.73C223.847 181.73 222.767 186.51 223.777 191.09C226.447 203.09 226.707 212.8 224.557 219.83C224.539 219.88 224.506 219.922 224.464 219.952C224.421 219.983 224.37 219.999 224.317 220Z" fill="#316800"/>
54
- <path d="M227.268 142.2C228.228 143.927 229.415 145.518 230.798 146.93C230.427 147.26 229.989 147.505 229.514 147.647C229.039 147.788 228.538 147.824 228.048 147.75L227.268 142.2Z" fill="#DD7E6B"/>
55
- <path d="M207.018 141.93C208.488 149.1 209.018 153.35 213.158 156.68C214.498 157.777 216.114 158.486 217.829 158.731C219.544 158.975 221.293 158.745 222.887 158.067C224.481 157.388 225.858 156.285 226.87 154.879C227.882 153.473 228.49 151.817 228.628 150.09C229.268 143.45 226.758 132.85 219.268 130.7C217.661 130.192 215.949 130.117 214.304 130.481C212.659 130.846 211.14 131.637 209.898 132.775C208.656 133.914 207.736 135.359 207.23 136.967C206.724 138.574 206.651 140.286 207.018 141.93Z" fill="#DD7E6B"/>
56
- <path d="M222.438 143C221.218 146.78 214.438 154 212.028 154.56C209.618 155.12 203.028 149.42 202.438 146.44C200.038 146.17 197.438 141.38 201.078 139.5C198.378 138.13 199.078 130.98 204.568 131.5C201.228 128.28 205.238 122.83 209.798 124.28C210.888 121.5 217.048 119.72 220.598 124C223.368 122.44 228.218 125.58 227.858 130.28C227.671 131.734 227.067 133.104 226.12 134.223C225.172 135.343 223.922 136.165 222.518 136.59C223.708 138 222.438 143 222.438 143Z" fill="#2A2A2A"/>
57
- <path d="M218.808 142C219.217 143.795 220.187 145.414 221.578 146.62C223.428 148.2 224.908 146.91 224.868 144.74C224.868 142.74 223.818 139.62 221.738 138.87C219.658 138.12 218.348 139.85 218.808 142Z" fill="#DD7E6B"/>
58
- <path d="M200.984 250C200.867 260.349 201.273 270.703 202.202 281.023C196.348 295.421 198.892 302.22 199.577 315.195L200.289 322.451L200.076 324.076C199.993 324.722 200.137 325.377 200.485 325.93V326L200.583 324.533C200.607 324.321 200.704 324.125 200.858 323.976C201.012 323.827 201.213 323.735 201.428 323.716C202.939 323.426 204.499 323.502 205.974 323.936C206.135 323.999 206.275 324.108 206.374 324.248C206.474 324.389 206.529 324.555 206.535 324.726V326C206.946 325.487 207.171 324.853 207.175 324.199V322.802L208.394 315.002L215.404 282.261L213.438 258L222.984 254V281.462C221.57 289.271 220.662 297.661 224.764 310.811L226.438 328.425C226.521 328.593 226.638 328.743 226.781 328.865C226.925 328.988 227.093 329.08 227.274 329.136C227.619 329.241 227.993 329.208 228.314 329.044C228.636 328.88 228.879 328.597 228.991 328.258V328.17C229.229 327.522 229.654 326.958 230.214 326.547C230.774 326.137 231.444 325.897 232.14 325.859L233.608 325.78C233.608 325.78 233.608 325.016 233.608 323.936L237.592 279.617L238.079 247C213.032 230.548 200.984 250 200.984 250Z" fill="#DD7E6B"/>
59
- <path d="M206.963 322.642L198.684 322.497C198.542 322.494 198.403 322.541 198.292 322.629C198.181 322.718 198.104 322.842 198.075 322.981L196.751 329.493C196.723 329.654 196.73 329.82 196.773 329.978C196.815 330.137 196.891 330.284 196.996 330.41C197.101 330.536 197.232 330.638 197.38 330.708C197.528 330.778 197.69 330.816 197.854 330.817C200.737 330.818 202.136 330.679 205.766 330.749C207.993 330.785 212.598 331.103 215.685 331.156C218.771 331.209 219.109 328.169 217.837 327.866C212.148 326.525 209.987 324.785 208.145 323.116C207.82 322.821 207.401 322.653 206.963 322.642Z" fill="#263238"/>
60
- <mask id="mask1_2571_5222" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="196" y="232" width="46" height="52">
61
- <path d="M239.067 232.48C241.943 246.17 241.716 267.022 240.63 278.78C237.925 281.339 234.52 283.048 230.842 283.693C227.163 284.339 223.374 283.891 219.951 282.407L217.438 262.5L216.938 281.5C206.667 287.683 196.917 280.467 196.195 278.517L199.68 232.48L239.067 232.48Z" fill="#649726"/>
62
- </mask>
63
- <g mask="url(#mask1_2571_5222)">
64
- <path d="M239.067 232.48C241.943 246.17 241.716 267.022 240.63 278.78C237.925 281.339 234.52 283.048 230.842 283.693C227.163 284.339 223.374 283.891 219.951 282.407L217.438 262.5L216.938 281.5C206.667 287.683 196.917 280.467 196.195 278.517L199.68 232.48L239.067 232.48Z" fill="#649726"/>
65
- <path opacity="0.3" d="M220.776 257.054C215.044 258.082 213.519 276.17 214.438 289C214.688 292.486 216.444 293.269 216.75 296C218.481 286.964 220.844 269.575 222.438 257.234C221.922 257.005 221.336 256.942 220.776 257.054Z" fill="#316800"/>
66
- <path d="M239.067 232.48C241.943 246.17 241.716 267.022 240.63 278.78C237.925 281.339 234.52 283.048 230.842 283.693C227.163 284.339 223.374 283.891 219.951 282.407L216.938 258.5L211.938 242.5C211.938 242.5 199.68 238 199.68 232.48L239.067 232.48Z" fill="#649726"/>
67
- </g>
68
- </g>
69
- <defs>
70
- <clipPath id="clip0_2571_5222">
71
- <rect width="584" height="322" fill="white" transform="translate(0.4375)"/>
72
- </clipPath>
73
- </defs>
74
- </svg>
@@ -1,26 +0,0 @@
1
- <svg width="637" height="180" viewBox="0 0 637 180" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g clip-path="url(#clip0_2571_5223)">
3
- <rect width="636" height="180" transform="translate(0.4375)" fill="#E9F0E0"/>
4
- <rect x="257.006" y="9.43164" width="86.2232" height="86.22" rx="10.5632" transform="rotate(45 257.006 9.43164)" fill="#C8DAB3"/>
5
- <rect x="-24.5938" y="-87.5" width="279.307" height="279.31" rx="10.5632" transform="rotate(45 -24.5938 -87.5)" fill="#C8DAB3"/>
6
- <rect x="558.955" y="63.5181" width="168.35" height="168.35" rx="10.5632" transform="rotate(45 558.955 63.5181)" fill="#A4C280"/>
7
- <rect x="614.301" y="58" width="119.597" height="119.604" rx="10.5632" transform="rotate(45 614.301 58)" fill="#C8DAB3"/>
8
- <rect x="39.9395" y="79" width="139.302" height="139.302" rx="10.5632" transform="rotate(45 39.9395 79)" fill="#A4C280"/>
9
- <rect x="78.9375" y="-47.4995" width="77.0746" height="77.0746" rx="10.5632" transform="rotate(45 78.9375 -47.4995)" fill="#A4C280"/>
10
- <rect x="453.273" y="23" width="49.2662" height="49.2662" rx="8" transform="rotate(45 453.273 23)" fill="#C8DAB3"/>
11
- <rect x="262.042" y="19" width="114" height="143" rx="8" fill="white"/>
12
- <rect x="276.042" y="40.5" width="18" height="18" rx="4" fill="#649726"/>
13
- <path fill-rule="evenodd" clip-rule="evenodd" d="M290.388 45.5539C290.727 45.8927 290.727 46.4421 290.388 46.7809L283.881 53.2879C283.542 53.6268 282.993 53.6268 282.654 53.2879L279.696 50.3302C279.358 49.9914 279.358 49.442 279.696 49.1032C280.035 48.7644 280.585 48.7644 280.923 49.1032L283.268 51.4475L289.161 45.5539C289.5 45.2151 290.049 45.2151 290.388 45.5539Z" fill="white"/>
14
- <path d="M338.292 39H305.792C303.721 39 302.042 40.6789 302.042 42.75C302.042 44.8211 303.721 46.5 305.792 46.5H338.292C340.363 46.5 342.042 44.8211 342.042 42.75C342.042 40.6789 340.363 39 338.292 39Z" fill="#649726"/>
15
- <path d="M360.792 52.5H305.792C303.721 52.5 302.042 54.1789 302.042 56.25C302.042 58.3211 303.721 60 305.792 60H360.792C362.863 60 364.542 58.3211 364.542 56.25C364.542 54.1789 362.863 52.5 360.792 52.5Z" fill="#649726"/>
16
- <rect x="277.042" y="78.001" width="16" height="16" rx="3" fill="#F3F5F6" stroke="#C1C6CD" stroke-width="2"/>
17
- <path d="M338.292 75.501H305.792C303.721 75.501 302.042 77.1799 302.042 79.251C302.042 81.3221 303.721 83.001 305.792 83.001H338.292C340.363 83.001 342.042 81.3221 342.042 79.251C342.042 77.1799 340.363 75.501 338.292 75.501Z" fill="#A4ACB6"/>
18
- <path d="M360.792 89.001H305.792C303.721 89.001 302.042 90.6799 302.042 92.751C302.042 94.8221 303.721 96.501 305.792 96.501H360.792C362.863 96.501 364.542 94.8221 364.542 92.751C364.542 90.6799 362.863 89.001 360.792 89.001Z" fill="#E3E5E8"/>
19
- <rect x="303.042" y="118" width="37" height="14" rx="7" fill="#C1C6CD"/>
20
- </g>
21
- <defs>
22
- <clipPath id="clip0_2571_5223">
23
- <rect width="636" height="180" fill="white" transform="translate(0.4375)"/>
24
- </clipPath>
25
- </defs>
26
- </svg>
@@ -1,60 +0,0 @@
1
- <svg width="637" height="181" viewBox="0 0 637 181" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <rect width="636" height="180" transform="translate(0.448242 0.147461)" fill="#E9F0E0"/>
3
- <path d="M511.021 73.6953L523.03 80.6444" stroke="#C8DAB3" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
4
- <path d="M106.428 28.7463C109.024 26.1503 109.024 21.9415 106.428 19.3456C103.832 16.7496 99.6234 16.7496 97.0275 19.3456C94.4316 21.9415 94.4316 26.1503 97.0275 28.7462C99.6234 31.3422 103.832 31.3422 106.428 28.7463Z" stroke="#C8DAB3" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
5
- <path d="M426.288 23.6807L414.392 30.8198" stroke="#C8DAB3" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
6
- <path d="M106.428 93.7463C109.024 91.1503 109.024 86.9415 106.428 84.3456C103.832 81.7496 99.6234 81.7496 97.0275 84.3456C94.4316 86.9415 94.4316 91.1503 97.0275 93.7462C99.6234 96.3422 103.832 96.3422 106.428 93.7463Z" stroke="#C8DAB3" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
7
- <path d="M184.474 102.403L196.233 111.087L182.721 116.197L184.474 102.403Z" stroke="#C8DAB3" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
8
- <path d="M180.769 38.7441L194.73 34.4111L190.846 48.3246L180.769 38.7441Z" stroke="#C8DAB3" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
9
- <path d="M139.028 28.7271L151.036 35.6762" stroke="#C8DAB3" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
10
- <path d="M552.429 47.7463C555.025 45.1503 555.025 40.9415 552.429 38.3456C549.833 35.7496 545.624 35.7496 543.028 38.3456C540.433 40.9415 540.433 45.1503 543.028 47.7462C545.624 50.3422 549.833 50.3422 552.429 47.7463Z" stroke="#C8DAB3" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
11
- <path d="M599.893 15.1704L611.207 24.4269L597.458 28.86L599.893 15.1704Z" stroke="#C8DAB3" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
12
- <path d="M365.429 50.7463C368.025 48.1503 368.025 43.9415 365.429 41.3456C362.833 38.7496 358.624 38.7496 356.028 41.3456C353.433 43.9415 353.433 48.1503 356.028 50.7462C358.624 53.3422 362.833 53.3422 365.429 50.7463Z" stroke="#C8DAB3" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
13
- <path d="M388.77 60.1826L400.778 67.1317" stroke="#C8DAB3" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
14
- <path d="M30.7793 27.1704L34.4865 41.3107L20.7597 36.8109L30.7793 27.1704Z" stroke="#C8DAB3" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
15
- <path d="M76.7061 53.5864L73.4968 67.084" stroke="#C8DAB3" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
16
- <path d="M488.429 27.7463C491.025 25.1503 491.025 20.9415 488.429 18.3456C485.833 15.7496 481.624 15.7496 479.028 18.3456C476.433 20.9415 476.433 25.1503 479.028 27.7462C481.624 30.3422 485.833 30.3422 488.429 27.7463Z" stroke="#C8DAB3" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
17
- <path d="M428.643 65.8008L442.124 71.4523L430.207 79.6168L428.643 65.8008Z" stroke="#C8DAB3" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
18
- <path d="M233.78 36.5894L235.07 22.0282L246.468 30.9024L233.78 36.5894Z" stroke="#C8DAB3" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
19
- <path d="M241.475 55.5518L253.483 62.5009" stroke="#C8DAB3" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
20
- <path d="M17.8359 155.219L30.2363 147.478L30.018 161.922L17.8359 155.219Z" stroke="#C8DAB3" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
21
- <path d="M34.8359 110.082L46.844 117.031" stroke="#C8DAB3" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
22
- <path d="M499.429 122.746C502.025 120.15 502.025 115.941 499.429 113.346C496.833 110.75 492.624 110.75 490.028 113.346C487.433 115.941 487.433 120.15 490.028 122.746C492.624 125.342 496.833 125.342 499.429 122.746Z" stroke="#C8DAB3" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
23
- <path d="M424.957 121.453L433.878 109.872L438.712 123.485L424.957 121.453Z" stroke="#C8DAB3" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
24
- <path d="M460.855 144.833L457.251 158.231" stroke="#C8DAB3" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
25
- <path d="M251.981 96.4263L253.862 110.923L240.818 104.716L251.981 96.4263Z" stroke="#C8DAB3" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
26
- <path d="M209.229 148.058L221.237 155.007" stroke="#C8DAB3" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
27
- <path d="M140.789 151.452C143.384 148.856 143.384 144.647 140.789 142.051C138.193 139.455 133.984 139.455 131.388 142.051C128.792 144.647 128.792 148.856 131.388 151.452C133.984 154.048 138.193 154.048 140.789 151.452Z" stroke="#C8DAB3" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
28
- <path d="M121.761 115.355L111.94 125.155" stroke="#C8DAB3" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
29
- <path d="M606.429 154.746C609.025 152.15 609.025 147.941 606.429 145.346C603.833 142.75 599.624 142.75 597.028 145.346C594.433 147.941 594.433 152.15 597.028 154.746C599.624 157.342 603.833 157.342 606.429 154.746Z" stroke="#C8DAB3" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
30
- <path d="M566.957 108.453L575.878 96.8722L580.712 110.485L566.957 108.453Z" stroke="#C8DAB3" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
31
- <path d="M554.949 142.841L566.957 149.79" stroke="#C8DAB3" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
32
- <path d="M397.381 144.833L399.261 159.33L386.218 153.123L397.381 144.833Z" stroke="#C8DAB3" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
33
- <path d="M313.887 146.751L325.895 153.701" stroke="#C8DAB3" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
34
- <path d="M324.475 67.1958C302.104 49.4673 294.016 27.8732 253.807 29.2947C237.343 29.8768 222.682 35.3891 216.644 53.2577C201.841 97.2886 246.911 135.6 296.352 156.202C343.163 175.72 380.378 159.967 391.074 121.45C395.124 106.896 394.756 81.5374 370.793 74.3951C353.199 69.1409 343.552 82.2999 324.475 67.1958Z" fill="#649726"/>
35
- <path opacity="0.9" d="M324.475 67.1958C302.104 49.4673 294.016 27.8732 253.807 29.2947C237.343 29.8768 222.682 35.3891 216.644 53.2577C201.841 97.2886 246.911 135.6 296.352 156.202C343.163 175.72 380.378 159.967 391.074 121.45C395.124 106.896 394.756 81.5374 370.793 74.3951C353.199 69.1409 343.552 82.2999 324.475 67.1958Z" fill="#E9F0E0"/>
36
- <mask id="mask0_2762_12159" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="261" y="15" width="106" height="143">
37
- <path d="M360.057 15.7069H282.454C280.461 15.7419 278.553 16.518 277.101 17.8839C275.65 19.2498 274.76 21.1074 274.604 23.0942L261.756 150.371C261.682 151.32 261.807 152.273 262.122 153.171C262.437 154.07 262.936 154.892 263.585 155.588C264.235 156.283 265.023 156.836 265.898 157.21C266.773 157.585 267.716 157.774 268.668 157.765H346.257C348.254 157.731 350.166 156.955 351.621 155.588C353.076 154.221 353.969 152.361 354.127 150.371L366.969 23.0942C367.042 22.1456 366.917 21.1921 366.602 20.2943C366.287 19.3965 365.789 18.5741 365.138 17.8794C364.488 17.1846 363.701 16.6327 362.826 16.2587C361.951 15.8847 361.008 15.6968 360.057 15.7069Z" fill="white"/>
38
- </mask>
39
- <g mask="url(#mask0_2762_12159)">
40
- <path d="M360.057 15.7069H282.454C280.461 15.7419 278.553 16.518 277.101 17.8839C275.65 19.2498 274.76 21.1074 274.604 23.0942L261.756 150.371C261.682 151.32 261.807 152.273 262.122 153.171C262.437 154.07 262.936 154.892 263.585 155.588C264.235 156.283 265.023 156.836 265.898 157.21C266.773 157.585 267.716 157.774 268.668 157.765H346.257C348.254 157.731 350.166 156.955 351.621 155.588C353.076 154.221 353.969 152.361 354.127 150.371L366.969 23.0942C367.042 22.1456 366.917 21.1921 366.602 20.2943C366.287 19.3965 365.789 18.5741 365.138 17.8794C364.488 17.1846 363.701 16.6327 362.826 16.2587C361.951 15.8847 361.008 15.6968 360.057 15.7069Z" fill="white"/>
41
- <path d="M330.164 26.3726H283.003C281.636 26.3726 280.527 27.4809 280.527 28.8482C280.527 30.2155 281.636 31.3239 283.003 31.3239L330.164 31.3239C331.531 31.3239 332.639 30.2155 332.639 28.8482C332.639 27.4809 331.531 26.3726 330.164 26.3726Z" fill="#A4ACB6"/>
42
- <path d="M344.686 36.2231H281.16C279.793 36.2231 278.685 37.3315 278.685 38.6988C278.685 40.0661 279.793 41.1744 281.16 41.1744L344.686 41.1744C346.053 41.1744 347.162 40.0661 347.162 38.6988C347.162 37.3315 346.053 36.2231 344.686 36.2231Z" fill="#E3E5E8"/>
43
- <path d="M311.272 46.0732L279.915 46.0733C278.548 46.0733 277.439 47.1816 277.439 48.5489C277.439 49.9162 278.548 51.0246 279.915 51.0246L311.272 51.0245C312.639 51.0245 313.747 49.9162 313.747 48.5489C313.747 47.1816 312.639 46.0732 311.272 46.0732Z" fill="#A4ACB6"/>
44
- <path d="M328.292 55.9238H278.657C277.29 55.9238 276.182 57.0322 276.182 58.3995C276.182 59.7667 277.29 60.8751 278.657 60.8751L328.292 60.8751C329.659 60.8751 330.767 59.7667 330.767 58.3995C330.767 57.0322 329.659 55.9238 328.292 55.9238Z" fill="#E3E5E8"/>
45
- <path d="M342.252 71.4507H269.614L262.59 140.703H342.252C344.211 140.699 346.089 139.92 347.474 138.535C348.86 137.151 349.641 135.274 349.646 133.315V78.8644C349.648 76.9011 348.87 75.0173 347.484 73.6272C346.097 72.237 344.216 71.4542 342.252 71.4507Z" fill="#E3E5E8"/>
46
- </g>
47
- <path d="M335.677 65.3174H249.181C245.097 65.3174 241.787 68.6277 241.787 72.7113V127.182C241.787 131.266 245.097 134.576 249.181 134.576H335.677C339.76 134.576 343.071 131.266 343.071 127.182V72.7113C343.071 68.6277 339.76 65.3174 335.677 65.3174Z" fill="#A4C280"/>
48
- <path d="M239.468 65.7958C238.976 65.7937 238.504 65.5982 238.154 65.2513L234.775 61.8908C234.421 61.5373 234.223 61.0579 234.223 60.5579C234.223 60.058 234.421 59.5785 234.775 59.225C235.128 58.8715 235.608 58.6729 236.108 58.6729C236.608 58.6729 237.087 58.8715 237.441 59.225L240.801 62.6043C241.151 62.956 241.347 63.4318 241.347 63.9278C241.347 64.4238 241.151 64.8996 240.801 65.2513C240.626 65.4253 240.418 65.563 240.189 65.6564C239.96 65.7498 239.715 65.7972 239.468 65.7958Z" fill="#A4C280"/>
49
- <path d="M236.598 74.8861H231.848C231.35 74.8861 230.873 74.6883 230.521 74.3362C230.168 73.9841 229.971 73.5066 229.971 73.0087C229.971 72.5108 230.168 72.0333 230.521 71.6812C230.873 71.3291 231.35 71.1313 231.848 71.1313H236.598C237.096 71.1313 237.573 71.3291 237.925 71.6812C238.277 72.0333 238.475 72.5108 238.475 73.0087C238.475 73.5066 238.277 73.9841 237.925 74.3362C237.573 74.6883 237.096 74.8861 236.598 74.8861Z" fill="#A4C280"/>
50
- <path d="M248.166 62.2342C247.69 62.2354 247.231 62.0557 246.882 61.7316C246.534 61.4074 246.321 60.963 246.288 60.4882L245.95 55.7385C245.932 55.4918 245.963 55.2441 246.042 55.0094C246.12 54.7748 246.243 54.5579 246.406 54.3713C246.568 54.1846 246.766 54.0318 246.987 53.9217C247.208 53.8116 247.449 53.7464 247.696 53.7297C248.191 53.6988 248.678 53.8651 249.051 54.1922C249.424 54.5194 249.652 54.9808 249.686 55.4757L250.043 60.2254C250.061 60.4721 250.03 60.7199 249.952 60.9545C249.873 61.1891 249.75 61.406 249.587 61.5927C249.425 61.7793 249.228 61.9321 249.006 62.0422C248.785 62.1523 248.544 62.2175 248.297 62.2342H248.166Z" fill="#A4C280"/>
51
- <path d="M299.816 127.453L321.673 142.518C323.663 143.889 326.375 142.465 326.375 140.048V127.453H299.816Z" fill="#A4C280"/>
52
- <path d="M307.098 115.821L305.778 110.216C305.445 108.742 305.445 107.213 305.778 105.74L307.613 97.7584C308.364 94.3548 307.958 90.798 306.458 87.6516C304.958 84.5053 302.451 81.9495 299.335 80.3893C299.393 80.2425 299.444 80.0926 299.487 79.9404C299.595 79.4562 299.607 78.9554 299.522 78.4666C299.437 77.9778 299.256 77.5106 298.99 77.0916C298.724 76.6726 298.379 76.31 297.973 76.0246C297.567 75.7392 297.109 75.5365 296.625 75.4281C296.141 75.3198 295.64 75.3078 295.151 75.393C294.662 75.4782 294.195 75.6588 293.776 75.9245C293.357 76.1903 292.994 76.536 292.709 76.9418C292.423 77.3477 292.221 77.8058 292.112 78.29C292.08 78.4443 292.06 78.6011 292.053 78.7587C288.569 78.8404 285.212 80.0821 282.513 82.2871C279.814 84.4921 277.928 87.5344 277.153 90.9322L275.364 98.9203C275.035 100.391 274.381 101.769 273.449 102.954L269.891 107.476C269.543 107.92 269.313 108.444 269.222 109.001C269.132 109.557 269.183 110.128 269.372 110.659C269.561 111.19 269.882 111.664 270.304 112.038C270.726 112.412 271.236 112.673 271.786 112.797L303.144 119.821C303.692 119.94 304.261 119.918 304.799 119.758C305.336 119.598 305.825 119.305 306.219 118.906C306.613 118.507 306.901 118.016 307.054 117.476C307.208 116.937 307.223 116.367 307.098 115.821Z" fill="white"/>
53
- <path d="M282.783 118.058C282.544 118.005 282.296 118.012 282.061 118.078C281.826 118.144 281.611 118.267 281.435 118.436C281.258 118.605 281.127 118.815 281.051 119.048C280.975 119.28 280.958 119.527 281 119.768C281.18 120.828 281.672 121.812 282.413 122.592C283.154 123.372 284.11 123.915 285.16 124.15C286.21 124.385 287.306 124.302 288.309 123.912C289.312 123.522 290.176 122.842 290.791 121.959C290.931 121.76 291.021 121.53 291.051 121.288C291.082 121.047 291.052 120.801 290.965 120.574C290.879 120.346 290.737 120.143 290.554 119.983C290.37 119.823 290.15 119.71 289.913 119.655L282.783 118.058Z" fill="white"/>
54
- <path d="M256.18 105.742C256.016 105.744 255.855 105.704 255.711 105.626C255.566 105.549 255.444 105.437 255.354 105.3C252.236 100.629 251.102 94.9099 252.2 89.4019C253.298 83.8938 256.539 79.0475 261.21 75.929C261.429 75.7837 261.697 75.7313 261.954 75.7833C262.212 75.8353 262.438 75.9874 262.583 76.2063C262.729 76.4252 262.781 76.6928 262.729 76.9503C262.677 77.2078 262.525 77.4341 262.306 77.5795C258.077 80.4117 255.146 84.8067 254.156 89.7989C253.165 94.7911 254.197 99.9723 257.025 104.204C257.171 104.422 257.224 104.689 257.174 104.947C257.123 105.204 256.972 105.431 256.754 105.577C256.584 105.689 256.383 105.747 256.18 105.742Z" fill="white"/>
55
- <path d="M261.924 103.627C261.761 103.626 261.602 103.585 261.459 103.508C261.316 103.431 261.195 103.32 261.105 103.185C258.732 99.6263 257.868 95.2712 258.704 91.0762C259.539 86.8812 262.006 83.1894 265.561 80.8117C265.67 80.7393 265.791 80.689 265.919 80.6636C266.047 80.6382 266.178 80.6382 266.306 80.6636C266.434 80.6891 266.556 80.7394 266.664 80.8118C266.772 80.8843 266.865 80.9773 266.938 81.0857C267.01 81.194 267.06 81.3156 267.086 81.4434C267.111 81.5713 267.111 81.7028 267.086 81.8306C267.06 81.9585 267.01 82.08 266.937 82.1884C266.865 82.2967 266.772 82.3897 266.664 82.4621C263.543 84.5449 261.377 87.782 260.643 91.4615C259.909 95.141 260.666 98.9614 262.749 102.082C262.895 102.3 262.948 102.568 262.898 102.825C262.847 103.082 262.696 103.309 262.478 103.456C262.314 103.565 262.121 103.625 261.924 103.627Z" fill="white"/>
56
- <path d="M267.725 100.821C267.563 100.822 267.404 100.783 267.261 100.707C267.118 100.631 266.996 100.521 266.906 100.386C266.098 99.1746 265.536 97.8159 265.252 96.3873C264.969 94.9587 264.971 93.4882 265.256 92.0601C265.542 90.632 266.107 89.2743 266.918 88.0646C267.729 86.855 268.77 85.8171 269.983 85.0104C270.201 84.875 270.463 84.8295 270.714 84.8835C270.965 84.9376 271.185 85.0869 271.328 85.3C271.471 85.5131 271.525 85.7735 271.48 86.0261C271.435 86.2787 271.293 86.5039 271.085 86.6542C270.091 87.3181 269.237 88.1715 268.572 89.1656C267.907 90.1596 267.445 91.2749 267.211 92.4477C266.978 93.6205 266.978 94.8278 267.211 96.0006C267.444 97.1735 267.906 98.289 268.57 99.2833C268.714 99.5018 268.767 99.7684 268.716 100.025C268.666 100.282 268.516 100.509 268.299 100.656C268.129 100.769 267.929 100.826 267.725 100.821Z" fill="white"/>
57
- <path d="M320.434 120.363C320.213 120.362 319.998 120.287 319.824 120.151C319.65 120.014 319.527 119.822 319.474 119.607C319.422 119.392 319.443 119.165 319.535 118.964C319.626 118.762 319.782 118.597 319.979 118.494C324.502 116.158 327.912 112.12 329.459 107.27C331.007 102.42 330.565 97.1536 328.231 92.629C328.16 92.5128 328.114 92.3833 328.095 92.2485C328.076 92.1137 328.086 91.9764 328.122 91.8454C328.159 91.7143 328.223 91.5923 328.309 91.4868C328.395 91.3814 328.501 91.2948 328.622 91.2325C328.743 91.1701 328.876 91.1334 329.012 91.1246C329.148 91.1158 329.284 91.1351 329.412 91.1813C329.54 91.2275 329.657 91.2995 329.756 91.393C329.855 91.4865 329.933 91.5993 329.987 91.7246C331.262 94.197 332.037 96.8964 332.269 99.6685C332.5 102.441 332.183 105.231 331.336 107.881C330.489 110.53 329.128 112.987 327.331 115.111C325.534 117.234 323.336 118.983 320.863 120.257C320.729 120.323 320.583 120.359 320.434 120.363Z" fill="white"/>
58
- <path d="M315.79 115.88C315.568 115.88 315.353 115.805 315.179 115.668C315.005 115.531 314.882 115.34 314.83 115.124C314.777 114.909 314.799 114.683 314.89 114.481C314.981 114.279 315.138 114.114 315.334 114.012C316.986 113.16 318.454 111.991 319.654 110.572C320.854 109.152 321.762 107.51 322.327 105.739C322.891 103.969 323.101 102.104 322.945 100.252C322.788 98.4 322.268 96.597 321.414 94.9461C321.293 94.7124 321.27 94.4402 321.35 94.1895C321.43 93.9388 321.606 93.7301 321.84 93.6093C322.074 93.4885 322.346 93.4655 322.597 93.5453C322.847 93.6252 323.056 93.8014 323.177 94.0351C324.15 95.917 324.743 97.9722 324.921 100.083C325.099 102.194 324.859 104.32 324.216 106.338C323.572 108.357 322.536 110.228 321.169 111.846C319.801 113.464 318.128 114.797 316.245 115.768C316.105 115.843 315.948 115.881 315.79 115.88Z" fill="white"/>
59
- <path d="M311.792 111.397C311.571 111.394 311.358 111.317 311.186 111.179C311.014 111.041 310.892 110.85 310.84 110.636C310.788 110.421 310.808 110.196 310.898 109.994C310.988 109.793 311.142 109.627 311.337 109.522C312.4 108.975 313.344 108.224 314.116 107.312C314.888 106.399 315.473 105.343 315.837 104.205C316.2 103.066 316.336 101.867 316.235 100.676C316.135 99.4844 315.801 98.3248 315.251 97.263C315.131 97.0293 315.108 96.7571 315.187 96.5064C315.267 96.2557 315.443 96.047 315.677 95.9262C315.911 95.8054 316.183 95.7824 316.434 95.8622C316.685 95.9421 316.893 96.1183 317.014 96.352C318.358 98.9666 318.609 102.007 317.713 104.807C316.817 107.607 314.846 109.937 312.234 111.285C312.098 111.356 311.946 111.394 311.792 111.397Z" fill="white"/>
60
- </svg>
@@ -1,22 +0,0 @@
1
- <svg width="353" height="212" viewBox="0 0 353 212" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g clip-path="url(#clip0_3070_7438)">
3
- <g clip-path="url(#clip1_3070_7438)">
4
- <rect width="353" height="212" fill="#333F52"/>
5
- <rect x="83.6538" y="35" width="185.692" height="142" rx="8" fill="#232E40"/>
6
- <line x1="104" y1="86.5" x2="253" y2="86.5" stroke="#445267"/>
7
- <line x1="104" y1="128.5" x2="253" y2="128.5" stroke="#445267"/>
8
- <path d="M253.285 159.491H108.797C105.483 159.491 102.797 156.805 102.797 153.491V58.5859" stroke="#A4C280" stroke-width="2" stroke-linecap="round"/>
9
- <line x1="132.5" y1="59" x2="132.5" y2="159" stroke="#445267"/>
10
- <line x1="212.5" y1="59" x2="212.5" y2="159" stroke="#445267"/>
11
- </g>
12
- <path d="M129.5 65.9997L130.172 65.2587L129.886 64.9997L129.5 64.9997L129.5 65.9997ZM145.5 80.4996L144.829 81.2406L144.924 81.3266L145.037 81.3859L145.5 80.4996ZM167.5 91.9996L168.452 91.6918L168.326 91.3028L167.963 91.1134L167.5 91.9996ZM173 109L172.049 109.307L172.228 109.862L172.799 109.979L173 109ZM192.5 113L193.18 112.266L192.975 112.076L192.701 112.02L192.5 113ZM206 125.5L206.773 124.865L206.73 124.812L206.68 124.766L206 125.5ZM217.5 139.5L216.727 140.134L216.904 140.35L217.167 140.443L217.5 139.5ZM234.932 146.402C235.43 146.163 235.641 145.566 235.402 145.068L231.519 136.949C231.281 136.451 230.684 136.24 230.186 136.478C229.687 136.717 229.477 137.314 229.715 137.812L233.167 145.029L225.95 148.481C225.451 148.719 225.241 149.316 225.479 149.814C225.717 150.312 226.314 150.523 226.812 150.285L234.932 146.402ZM115 66.9996L129.5 66.9997L129.5 64.9997L115 64.9996L115 66.9996ZM128.829 66.7406L144.829 81.2406L146.172 79.7586L130.172 65.2587L128.829 66.7406ZM145.037 81.3859L167.037 92.8859L167.963 91.1134L145.963 79.6134L145.037 81.3859ZM166.549 92.3075L172.049 109.307L173.952 108.692L168.452 91.6918L166.549 92.3075ZM172.799 109.979L192.299 113.979L192.701 112.02L173.201 108.02L172.799 109.979ZM191.821 113.733L205.321 126.233L206.68 124.766L193.18 112.266L191.821 113.733ZM205.227 126.134L216.727 140.134L218.273 138.865L206.773 124.865L205.227 126.134ZM217.167 140.443L234.167 146.443L234.833 144.557L217.833 138.557L217.167 140.443Z" fill="#A4C280"/>
13
- </g>
14
- <defs>
15
- <clipPath id="clip0_3070_7438">
16
- <rect width="353" height="212" fill="white"/>
17
- </clipPath>
18
- <clipPath id="clip1_3070_7438">
19
- <rect width="353" height="212" fill="white"/>
20
- </clipPath>
21
- </defs>
22
- </svg>