@digital-ai/dot-illustrations 1.0.32 → 2.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (324) hide show
  1. package/README.md +2 -1
  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,74 +0,0 @@
1
- <svg width="584" height="322" viewBox="0 0 584 322" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g clip-path="url(#clip0_2640_13874)">
3
- <rect width="584" height="322" fill="#333F52"/>
4
- <path d="M471.489 120.634C506.039 211.754 389.079 258.184 322.159 245.224C295.579 240.084 284.979 231.454 258.519 239.874C239.289 245.994 229.269 267.264 208.069 271.084C161.589 279.464 128.989 236.194 118.369 197.654C107.369 157.654 116.049 131.794 156.929 112.424C174.599 104.054 193.509 109.544 209.139 103.774C241.259 91.934 240.139 70.774 259.319 49.204C329.719 -30.016 440.119 37.884 471.489 120.634Z" fill="#A4C280"/>
5
- <g opacity="0.9">
6
- <path d="M471.489 120.634C506.039 211.754 389.079 258.184 322.159 245.224C295.579 240.084 284.979 231.454 258.519 239.874C239.289 245.994 229.269 267.264 208.069 271.084C161.589 279.464 128.989 236.194 118.369 197.654C107.369 157.654 116.049 131.794 156.929 112.424C174.599 104.054 193.509 109.544 209.139 103.774C241.259 91.934 240.139 70.774 259.319 49.204C329.719 -30.016 440.119 37.884 471.489 120.634Z" fill="#445267"/>
7
- </g>
8
- <path d="M391 99H355.43L281.28 340.73C280.706 342.613 280.582 344.604 280.917 346.544C281.252 348.483 282.037 350.317 283.208 351.899C284.379 353.481 285.905 354.766 287.663 355.652C289.421 356.538 291.361 356.999 293.33 357H453.11C455.08 357 457.024 356.539 458.783 355.652C460.543 354.765 462.07 353.477 463.242 351.893C464.414 350.309 465.198 348.472 465.531 346.53C465.864 344.587 465.737 342.594 465.16 340.71L391 99Z" fill="#A4C280"/>
9
- <path opacity="0.2" d="M391 99H373.22L350.67 357H453.11C455.08 357 457.024 356.539 458.783 355.652C460.543 354.765 462.07 353.477 463.242 351.893C464.414 350.309 465.198 348.472 465.531 346.53C465.864 344.587 465.737 342.594 465.16 340.71L391 99Z" fill="#263238"/>
10
- <path opacity="0.2" d="M391 99H382.65L408.1 357H453.1C455.071 357 457.014 356.539 458.774 355.652C460.534 354.765 462.061 353.477 463.233 351.893C464.404 350.309 465.188 348.472 465.522 346.53C465.855 344.587 465.727 342.594 465.15 340.71L391 99Z" fill="#263238"/>
11
- <path opacity="0.2" d="M355.43 99H364L302.67 357H293.33C291.359 357 289.416 356.539 287.656 355.652C285.897 354.765 284.37 353.477 283.198 351.893C282.026 350.309 281.242 348.472 280.909 346.53C280.576 344.587 280.703 342.594 281.28 340.71L355.43 99Z" fill="white"/>
12
- <path d="M372.94 89.3901C378.133 89.3879 383.182 91.0986 387.304 94.2571C391.426 97.4155 394.391 101.845 395.74 106.86L407.22 149.56L404.17 163.06L392.49 152L381.42 177.42L371.34 159.75L358.82 177.42L353.38 150.92L342 166L339.3 148.56L350.1 107C351.424 101.953 354.384 97.4866 358.517 94.3003C362.649 91.1141 367.722 89.3873 372.94 89.3901Z" fill="#A4C280"/>
13
- <path d="M372.94 89.3901C378.133 89.3879 383.182 91.0986 387.304 94.2571C391.426 97.4155 394.391 101.845 395.74 106.86L407.22 149.56L404.17 163.06L392.49 152L381.42 177.42L371.34 159.75L358.82 177.42L353.38 150.92L342 166L339.3 148.56L350.1 107C351.424 101.953 354.384 97.4866 358.517 94.3003C362.649 91.1141 367.722 89.3873 372.94 89.3901Z" fill="white"/>
14
- <path d="M358.04 177.85C357.943 177.655 357.908 177.435 357.94 177.22L372.28 91.89C372.324 91.6248 372.471 91.3878 372.69 91.2313C372.908 91.0747 373.18 91.0113 373.445 91.055C373.711 91.0988 373.948 91.2461 374.104 91.4646C374.261 91.6831 374.324 91.9548 374.28 92.22L359.99 177.22L358.04 177.85Z" fill="#A4C280"/>
15
- <path d="M350.67 357.999C350.479 358 350.292 357.945 350.13 357.842C349.969 357.74 349.841 357.593 349.76 357.419L332.81 320.699C332.723 320.508 332.698 320.293 332.739 320.087C332.78 319.88 332.886 319.692 333.04 319.549L399.04 257.729L358.04 177.85C357.943 177.655 357.908 177.435 357.94 177.22L358.825 170.335C358.869 170.07 359.017 169.833 359.235 169.677C359.453 169.52 359.725 169.457 359.99 169.5C360.256 169.544 360.493 169.692 360.649 169.91C360.806 170.129 360.869 170.4 360.825 170.665L359.99 177.22L401.17 257.479C401.269 257.671 401.303 257.89 401.266 258.103C401.23 258.315 401.127 258.511 400.97 258.659L334.97 320.499L351.61 356.589C351.723 356.829 351.736 357.104 351.646 357.354C351.556 357.603 351.37 357.806 351.13 357.919C350.985 357.98 350.828 358.007 350.67 357.999Z" fill="#333F52"/>
16
- <path d="M410.124 260.26C411.415 254.794 408.029 249.316 402.563 248.026C397.096 246.736 391.619 250.121 390.328 255.588C389.038 261.054 392.424 266.532 397.89 267.822C403.357 269.112 408.834 265.727 410.124 260.26Z" fill="#A4C280"/>
17
- <path d="M400.24 269.11C398.031 269.11 395.871 268.455 394.035 267.228C392.198 266 390.766 264.256 389.921 262.215C389.075 260.174 388.854 257.928 389.285 255.761C389.716 253.594 390.78 251.604 392.342 250.042C393.904 248.48 395.894 247.416 398.061 246.985C400.228 246.554 402.474 246.775 404.515 247.62C406.556 248.466 408.3 249.897 409.528 251.734C410.755 253.571 411.41 255.731 411.41 257.94C411.408 260.902 410.23 263.741 408.136 265.835C406.042 267.93 403.202 269.107 400.24 269.11ZM400.24 248.78C398.426 248.78 396.653 249.318 395.145 250.326C393.636 251.334 392.461 252.767 391.767 254.443C391.074 256.119 390.893 257.964 391.247 259.743C391.602 261.522 392.476 263.156 393.76 264.438C395.043 265.72 396.678 266.592 398.457 266.945C400.237 267.298 402.081 267.115 403.756 266.419C405.432 265.724 406.863 264.547 407.87 263.037C408.876 261.528 409.412 259.754 409.41 257.94C409.408 255.51 408.44 253.18 406.721 251.462C405.002 249.745 402.671 248.78 400.24 248.78Z" fill="white"/>
18
- <path d="M344.841 320.989C345.74 315.429 341.96 310.192 336.4 309.294C330.839 308.395 325.603 312.174 324.704 317.735C323.806 323.295 327.585 328.532 333.145 329.43C338.706 330.329 343.942 326.55 344.841 320.989Z" fill="#A4C280"/>
19
- <path d="M333.72 331.44C331.51 331.44 329.35 330.785 327.513 329.557C325.676 328.329 324.244 326.584 323.399 324.542C322.554 322.501 322.333 320.254 322.765 318.087C323.197 315.92 324.262 313.93 325.825 312.368C327.388 310.806 329.379 309.743 331.547 309.314C333.714 308.884 335.96 309.106 338.001 309.953C340.042 310.8 341.786 312.233 343.012 314.072C344.238 315.91 344.892 318.07 344.89 320.28C344.887 323.241 343.709 326.079 341.615 328.172C339.52 330.265 336.681 331.44 333.72 331.44ZM333.72 311.11C331.906 311.11 330.133 311.648 328.625 312.656C327.117 313.663 325.942 315.095 325.248 316.771C324.554 318.446 324.372 320.29 324.726 322.069C325.08 323.848 325.953 325.482 327.236 326.764C328.518 328.047 330.152 328.92 331.931 329.274C333.71 329.628 335.553 329.446 337.229 328.752C338.905 328.058 340.337 326.883 341.344 325.375C342.352 323.867 342.89 322.094 342.89 320.28C342.887 317.849 341.92 315.518 340.201 313.799C338.482 312.08 336.151 311.113 333.72 311.11Z" fill="white"/>
20
- <path d="M358.91 187.56C364.527 187.56 369.08 183.006 369.08 177.39C369.08 171.773 364.527 167.22 358.91 167.22C353.294 167.22 348.74 171.773 348.74 177.39C348.74 183.006 353.294 187.56 358.91 187.56Z" fill="#A4C280"/>
21
- <mask id="mask0_2640_13874" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="341" y="47" width="33" height="22">
22
- <path d="M341 52.7436C341 52.7436 345.891 50.8346 349.232 51.7891C352.572 52.7436 353.578 54.808 356.083 54.6415C358.073 54.5009 359.483 53.6389 360.201 51.5228C360.918 49.4066 360.918 46.7651 367.714 47.0167C372.916 47.2091 373.441 47.9712 373.441 47.9712L374 61.8112C371.04 61.3451 368.044 61.0084 364.814 61.4634C364.025 61.6341 363.309 62.0466 362.766 62.6434C362.223 63.2403 361.88 63.9918 361.784 64.793C361.414 67.7527 358.369 68.8995 356.549 68.8995C353.96 68.8995 352.628 67.1386 350.419 66.628C346.953 65.8252 341 68.2521 341 68.2521V52.7436Z" fill="#A4C280"/>
23
- </mask>
24
- <g mask="url(#mask0_2640_13874)">
25
- <path d="M341 52.7436C341 52.7436 345.891 50.8346 349.232 51.7891C352.572 52.7436 353.578 54.808 356.083 54.6415C358.073 54.5009 359.483 53.6389 360.201 51.5228C360.918 49.4066 360.918 46.7651 367.714 47.0167C372.916 47.2091 373.441 47.9712 373.441 47.9712L374 61.8112C371.04 61.3451 368.044 61.0084 364.814 61.4634C364.025 61.6341 363.309 62.0466 362.766 62.6434C362.223 63.2403 361.88 63.9918 361.784 64.793C361.414 67.7527 358.369 68.8995 356.549 68.8995C353.96 68.8995 352.628 67.1386 350.419 66.628C346.953 65.8252 341 68.2521 341 68.2521V52.7436Z" fill="#A4C280"/>
26
- <g style="mix-blend-mode:plus-darker" opacity="0.3">
27
- <path d="M354.078 67.0285C354.041 68.0903 354.078 69.4998 354.078 69.4998C354.855 70.0178 356.639 72.5018 357.531 72.2244H357.557C358.146 72.0356 358.677 71.6982 359.098 71.2446C359.52 70.791 359.817 70.2365 359.961 69.6347C360.071 69.2336 360.118 68.8182 360.102 68.4027C359.806 64.8845 359.298 55.8638 359.409 52.3345C358.672 52.9574 357.793 53.3895 356.85 53.5928C355.907 53.796 354.928 53.7641 354 53.4998L354.078 67.0285Z" fill="#A4C280"/>
28
- </g>
29
- </g>
30
- <path d="M373.22 92.1099C372.955 92.1099 372.7 92.0046 372.513 91.817C372.325 91.6295 372.22 91.3751 372.22 91.1099V46.1699C372.22 45.9047 372.325 45.6504 372.513 45.4628C372.7 45.2753 372.955 45.1699 373.22 45.1699C373.485 45.1699 373.739 45.2753 373.927 45.4628C374.114 45.6504 374.22 45.9047 374.22 46.1699V91.1099C374.22 91.3751 374.114 91.6295 373.927 91.817C373.739 92.0046 373.485 92.1099 373.22 92.1099Z" fill="black"/>
31
- <path d="M358.91 188.56C356.701 188.56 354.541 187.905 352.705 186.677C350.868 185.45 349.436 183.705 348.591 181.664C347.745 179.623 347.524 177.377 347.955 175.211C348.386 173.044 349.45 171.054 351.012 169.491C352.574 167.929 354.564 166.865 356.731 166.434C358.898 166.003 361.144 166.225 363.185 167.07C365.226 167.915 366.97 169.347 368.198 171.184C369.425 173.021 370.08 175.181 370.08 177.39C370.078 180.351 368.9 183.191 366.806 185.285C364.711 187.379 361.872 188.557 358.91 188.56ZM358.91 168.22C357.097 168.22 355.324 168.758 353.816 169.765C352.308 170.773 351.132 172.205 350.438 173.881C349.744 175.556 349.563 177.4 349.916 179.179C350.27 180.958 351.144 182.591 352.426 183.874C353.709 185.156 355.342 186.03 357.121 186.384C358.9 186.737 360.744 186.556 362.419 185.862C364.095 185.168 365.527 183.992 366.535 182.484C367.542 180.976 368.08 179.203 368.08 177.39C368.078 174.959 367.111 172.628 365.391 170.908C363.672 169.189 361.341 168.222 358.91 168.22Z" fill="white"/>
32
- <path d="M383.59 92.7226C384.484 87.1895 380.724 81.9791 375.191 81.0848C369.657 80.1906 364.447 83.9512 363.553 89.4843C362.659 95.0174 366.419 100.228 371.952 101.122C377.485 102.016 382.696 98.2558 383.59 92.7226Z" fill="#A4C280"/>
33
- <path d="M373.25 103.22C371.04 103.22 368.88 102.565 367.043 101.337C365.206 100.109 363.775 98.3638 362.929 96.3222C362.084 94.2805 361.864 92.0341 362.295 89.867C362.727 87.7 363.792 85.7097 365.355 84.148C366.918 82.5862 368.91 81.5232 371.077 81.0933C373.244 80.6634 375.491 80.8861 377.532 81.733C379.572 82.58 381.316 84.0132 382.542 85.8514C383.769 87.6897 384.422 89.8502 384.42 92.0599C384.415 95.0198 383.236 97.8568 381.142 99.9489C379.048 102.041 376.21 103.217 373.25 103.22ZM373.25 82.8899C371.436 82.8899 369.663 83.4277 368.155 84.4353C366.647 85.4429 365.472 86.8751 364.778 88.5507C364.084 90.2263 363.902 92.0701 364.256 93.8489C364.61 95.6277 365.483 97.2616 366.766 98.5441C368.048 99.8265 369.682 100.7 371.461 101.054C373.24 101.408 375.084 101.226 376.759 100.532C378.435 99.8378 379.867 98.6625 380.875 97.1545C381.882 95.6465 382.42 93.8735 382.42 92.0599C382.417 89.6287 381.45 87.2978 379.731 85.5786C378.012 83.8595 375.681 82.8925 373.25 82.8899Z" fill="white"/>
34
- <path d="M200.72 226.63L204.5 232.5H195C195.185 230.851 195.369 229.485 195.75 227.87C195.884 227.283 196.243 226.772 196.75 226.447C197.256 226.121 197.87 226.008 198.46 226.13L200.72 226.63Z" fill="#DD7E6B"/>
35
- <path d="M203.09 239.65L197.802 238.029C196.774 237.714 195.993 236.874 195.755 235.825L195 232.5L203.83 231.64L203.09 239.65Z" fill="#DD7E6B"/>
36
- <path d="M226.771 170.64C227.831 170.31 229.11 169.87 230.29 169.46C231.47 169.05 232.691 168.6 233.881 168.14C236.251 167.2 238.601 166.23 240.881 165.14C245.253 163.228 249.302 160.647 252.881 157.49C253.615 156.793 254.285 156.03 254.881 155.21L255.081 154.92C255.131 154.92 255.34 154.41 254.93 155.34C254.739 155.875 254.67 156.445 254.73 157.01C254.73 157.11 254.73 157.21 254.73 157.31L254.781 157.52C254.799 157.585 254.823 157.648 254.851 157.71V157.83C254.981 158.12 255.021 158.1 255.001 158.05C254.927 157.923 254.847 157.799 254.76 157.68C254.086 156.846 253.336 156.076 252.521 155.38C251.611 154.58 250.65 153.76 249.65 152.96C245.65 149.76 241.241 146.62 236.971 143.47L239.571 138.6C244.753 140.581 249.768 142.972 254.571 145.75C255.791 146.47 257.021 147.21 258.241 148.07C259.585 148.984 260.843 150.019 262.001 151.16C262.929 152.063 263.664 153.145 264.161 154.34L264.29 154.69L264.421 155.13C264.421 155.28 264.491 155.41 264.531 155.58C264.571 155.75 264.581 155.95 264.601 156.13C264.691 157.03 264.581 157.938 264.281 158.79C264.119 159.25 263.904 159.69 263.641 160.1L263.311 160.66C262.443 162.088 261.439 163.428 260.311 164.66C255.891 169.38 250.83 172.45 245.73 175.09C243.184 176.381 240.574 177.543 237.911 178.57C236.577 179.09 235.244 179.58 233.911 180.04C232.551 180.52 231.271 180.91 229.751 181.34L226.771 170.64Z" fill="#DD7E6B"/>
37
- <path d="M232.502 136.681C231.408 136.719 230.345 137.057 229.429 137.656L225.51 140.22L233.13 141.97L235.08 136.59L232.502 136.681Z" fill="#DD7E6B"/>
38
- <path d="M241.61 139.42L235.08 136.59L233.08 141.96C233.08 141.96 238.27 147.4 241.56 143.77L241.61 139.42Z" fill="#DD7E6B"/>
39
- <path d="M202.73 180.19C200.27 184.65 197.78 189.26 195.41 193.81C193.04 198.36 190.71 202.98 188.77 207.56C188.27 208.71 187.77 209.84 187.4 210.97L187.25 211.35C187.255 211.313 187.255 211.276 187.25 211.24C187.25 211.17 187.25 211.15 187.25 211.16C187.197 211.326 187.197 211.504 187.25 211.67C187.478 212.515 187.839 213.319 188.32 214.05C188.903 215.009 189.544 215.931 190.24 216.81C193.443 220.664 196.923 224.28 200.65 227.63L197.57 232.2C192.592 229.679 187.98 226.494 183.86 222.73C182.75 221.697 181.717 220.584 180.77 219.4C179.658 218.025 178.752 216.496 178.08 214.86C177.647 213.795 177.391 212.667 177.32 211.52C177.278 210.852 177.312 210.181 177.42 209.52C177.474 209.159 177.551 208.801 177.65 208.45L177.82 207.89C178.22 206.52 178.65 205.17 179.11 203.89C180.968 198.78 183.098 193.773 185.49 188.89C187.87 184.05 190.34 179.37 193.1 174.69L202.73 180.19Z" fill="#DD7E6B"/>
40
- <path d="M209.74 148.16C209.09 154.92 210.05 161.46 208.54 167.33C208.54 167.33 210.22 172.78 220.2 172.78C231.2 172.78 225.2 167.33 225.2 167.33C219.15 165.9 219.14 161.46 220.02 157.28L209.74 148.16Z" fill="#DD7E6B"/>
41
- <path d="M196.44 168.8C189.68 170.65 181.69 189.34 181.69 189.34L197.21 198.11C197.21 198.11 200.84 191.49 204.42 183.29C208.17 174.7 207.72 165.73 196.44 168.8Z" fill="#649726"/>
42
- <path d="M240.351 201.81C240.351 210.01 239.801 220.21 238.581 232.87H199.281C198.801 227.17 201.151 200.52 195.561 173.6C195.431 172.995 195.427 172.371 195.548 171.764C195.669 171.158 195.914 170.583 196.266 170.075C196.619 169.567 197.071 169.137 197.597 168.811C198.122 168.485 198.709 168.27 199.321 168.18C201.701 167.83 204.681 167.47 207.611 167.33C213.173 167.01 218.749 167.01 224.311 167.33C226.613 167.544 228.903 167.877 231.171 168.33C232.738 168.631 234.191 169.362 235.367 170.441C236.543 171.52 237.396 172.904 237.831 174.44C239.119 179.558 239.87 184.796 240.071 190.07C240.271 193.45 240.381 197.33 240.351 201.81Z" fill="#649726"/>
43
- <path d="M222.68 183C228.8 186.39 242.87 182.52 242.87 182.52L242.14 163.47C237.039 164.112 232.051 165.458 227.32 167.47C217.74 171.35 215.78 179.18 222.68 183Z" fill="#649726"/>
44
- <path d="M230.72 165.78C230.72 165.78 227.88 166.78 226.83 167.09C223.06 171.23 220.71 180.22 220.71 180.22L225.51 186.56C223.69 177.17 230.72 165.78 230.72 165.78Z" fill="#C8DAB3"/>
45
- <path opacity="0.2" d="M230.72 165.78C230.72 165.78 227.88 166.78 226.83 167.09C223.06 171.23 220.71 180.22 220.71 180.22L225.51 186.56C223.69 177.17 230.72 165.78 230.72 165.78Z" fill="#C8DAB3"/>
46
- <path d="M240.36 212.94C236.61 215.83 229.16 209.11 229.16 209.11L229.38 212.52C236.21 218.23 240.25 215.4 240.25 215.4C240.403 214.589 240.44 213.761 240.36 212.94Z" fill="#C8DAB3"/>
47
- <path opacity="0.2" d="M240.36 212.94C236.61 215.83 229.16 209.11 229.16 209.11L229.38 212.52C236.21 218.23 240.25 215.4 240.25 215.4C240.403 214.589 240.44 213.761 240.36 212.94Z" fill="#C8DAB3"/>
48
- <path d="M205.421 167.09C204.297 167.173 203.183 167.354 202.091 167.63C200.405 171.931 200.025 176.634 201.001 181.15L205.321 179.21C205.321 179.21 203.921 172.67 205.421 167.09Z" fill="#C8DAB3"/>
49
- <path opacity="0.2" d="M205.421 167.09C204.297 167.173 203.183 167.354 202.091 167.63C200.405 171.931 200.025 176.634 201.001 181.15L205.321 179.21C205.321 179.21 203.921 172.67 205.421 167.09Z" fill="#C8DAB3"/>
50
- <path d="M200.35 180.25C202.7 176.58 220.74 176.99 224.64 180C228.54 183.01 233.25 215.83 227.48 219.5C221.71 223.17 195.09 224.92 194.9 217.5C194.71 210.08 200.77 197.18 200.05 192.92C199.33 188.66 197.16 185.25 200.35 180.25Z" fill="#A4C280"/>
51
- <path opacity="0.4" d="M200.601 191.71C200.601 191.71 207.181 194.27 221.101 191.16C218.391 192.58 204.091 195.81 200.601 191.71Z" fill="#445267"/>
52
- <path opacity="0.4" d="M208.55 190.75C208.63 191.36 208.29 191.86 207.78 191.86C207.502 191.825 207.244 191.695 207.049 191.494C206.855 191.292 206.735 191.029 206.71 190.75C206.63 190.14 206.97 189.64 207.47 189.64C207.75 189.673 208.01 189.802 208.207 190.004C208.403 190.206 208.524 190.469 208.55 190.75Z" fill="#445267"/>
53
- <path opacity="0.4" d="M223.88 220H223.81C223.777 219.992 223.747 219.978 223.721 219.958C223.694 219.937 223.673 219.912 223.657 219.883C223.641 219.853 223.631 219.821 223.628 219.788C223.625 219.755 223.629 219.722 223.64 219.69C225.76 212.69 225.5 203.15 222.86 191.2C221.76 186.2 223.01 181.44 223.67 180.45C223.688 180.423 223.712 180.399 223.739 180.381C223.767 180.362 223.798 180.349 223.83 180.343C223.863 180.336 223.896 180.336 223.929 180.343C223.961 180.349 223.992 180.362 224.02 180.38C224.047 180.399 224.071 180.422 224.089 180.45C224.108 180.477 224.121 180.508 224.127 180.541C224.134 180.573 224.134 180.607 224.127 180.639C224.121 180.672 224.108 180.703 224.09 180.73C223.41 181.73 222.33 186.51 223.34 191.09C226.01 203.09 226.27 212.8 224.12 219.83C224.102 219.88 224.069 219.922 224.026 219.952C223.983 219.983 223.932 219.999 223.88 220Z" fill="#445267"/>
54
- <path d="M226.83 142.2C227.79 143.927 228.978 145.518 230.36 146.93C229.99 147.26 229.552 147.505 229.076 147.647C228.601 147.788 228.101 147.824 227.61 147.75L226.83 142.2Z" fill="#DD7E6B"/>
55
- <path d="M206.58 141.93C208.05 149.1 208.58 153.35 212.72 156.68C214.061 157.777 215.676 158.486 217.391 158.731C219.106 158.975 220.856 158.745 222.449 158.067C224.043 157.388 225.421 156.285 226.433 154.879C227.445 153.473 228.052 151.817 228.19 150.09C228.83 143.45 226.32 132.85 218.83 130.7C217.224 130.192 215.512 130.117 213.867 130.481C212.222 130.846 210.702 131.637 209.46 132.775C208.218 133.914 207.298 135.359 206.793 136.967C206.287 138.574 206.214 140.286 206.58 141.93Z" fill="#DD7E6B"/>
56
- <path d="M222.001 143C220.781 146.78 214.001 154 211.591 154.56C209.181 155.12 202.591 149.42 202.001 146.44C199.601 146.17 197.001 141.38 200.641 139.5C197.941 138.13 198.641 130.98 204.131 131.5C200.791 128.28 204.801 122.83 209.361 124.28C210.451 121.5 216.611 119.72 220.161 124C222.931 122.44 227.781 125.58 227.421 130.28C227.233 131.734 226.629 133.104 225.682 134.223C224.735 135.343 223.484 136.165 222.081 136.59C223.271 138 222.001 143 222.001 143Z" fill="#2A2A2A"/>
57
- <path d="M218.37 142C218.779 143.795 219.749 145.414 221.14 146.62C222.99 148.2 224.47 146.91 224.43 144.74C224.43 142.74 223.38 139.62 221.3 138.87C219.22 138.12 217.91 139.85 218.37 142Z" fill="#DD7E6B"/>
58
- <path d="M200.547 250C200.43 260.349 200.835 270.703 201.764 281.023C195.911 295.421 198.455 302.22 199.14 315.195L199.852 322.451L199.638 324.076C199.555 324.722 199.7 325.377 200.047 325.93V326L200.145 324.533C200.169 324.321 200.266 324.125 200.42 323.976C200.574 323.827 200.776 323.735 200.99 323.716C202.502 323.426 204.061 323.502 205.537 323.936C205.698 323.999 205.837 324.108 205.937 324.248C206.036 324.389 206.092 324.555 206.097 324.726V326C206.508 325.487 206.734 324.853 206.738 324.199V322.802L207.956 315.002L214.967 282.261L213 258L222.547 254V281.462C221.132 289.271 220.225 297.661 224.326 310.811L226 328.425C226.083 328.593 226.2 328.743 226.344 328.865C226.488 328.988 226.655 329.08 226.836 329.136C227.182 329.241 227.556 329.208 227.877 329.044C228.198 328.88 228.441 328.597 228.553 328.258V328.17C228.791 327.522 229.217 326.958 229.776 326.547C230.336 326.137 231.006 325.897 231.703 325.859L233.171 325.78C233.171 325.78 233.171 325.016 233.171 323.936L237.155 279.617L237.642 247C212.595 230.548 200.547 250 200.547 250Z" fill="#DD7E6B"/>
59
- <path d="M206.526 322.642L198.246 322.497C198.104 322.494 197.966 322.541 197.855 322.629C197.743 322.718 197.667 322.842 197.637 322.981L196.314 329.493C196.286 329.654 196.293 329.82 196.335 329.978C196.377 330.137 196.454 330.284 196.558 330.41C196.663 330.536 196.794 330.638 196.943 330.708C197.091 330.778 197.252 330.816 197.416 330.817C200.299 330.818 201.698 330.679 205.328 330.749C207.556 330.785 212.161 331.103 215.247 331.156C218.334 331.209 218.671 328.169 217.4 327.866C211.71 326.525 209.549 324.785 207.707 323.116C207.383 322.821 206.964 322.653 206.526 322.642Z" fill="#263238"/>
60
- <mask id="mask1_2640_13874" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="195" y="232" width="46" height="52">
61
- <path d="M238.63 232.48C241.506 246.17 241.279 267.022 240.192 278.78C237.488 281.339 234.083 283.048 230.404 283.693C226.725 284.339 222.937 283.891 219.513 282.407L217 262.5L216.501 281.5C206.23 287.683 196.479 280.467 195.758 278.517L199.243 232.48L238.63 232.48Z" fill="#A4C280"/>
62
- </mask>
63
- <g mask="url(#mask1_2640_13874)">
64
- <path d="M238.63 232.48C241.506 246.17 241.279 267.022 240.192 278.78C237.488 281.339 234.083 283.048 230.404 283.693C226.725 284.339 222.937 283.891 219.513 282.407L217 262.5L216.501 281.5C206.23 287.683 196.479 280.467 195.758 278.517L199.243 232.48L238.63 232.48Z" fill="#A4C280"/>
65
- <path opacity="0.3" d="M220.338 257.054C214.607 258.082 213.082 276.17 214 289C214.25 292.486 216.007 293.269 216.313 296C218.043 286.964 220.407 269.575 222 257.234C221.485 257.005 220.899 256.942 220.338 257.054Z" fill="#445267"/>
66
- <path d="M238.63 232.48C241.506 246.17 241.279 267.022 240.192 278.78C237.488 281.339 234.083 283.048 230.404 283.693C226.725 284.339 222.937 283.891 219.513 282.407L216.5 258.5L211.5 242.5C211.5 242.5 199.243 238 199.243 232.48L238.63 232.48Z" fill="#A4C280"/>
67
- </g>
68
- </g>
69
- <defs>
70
- <clipPath id="clip0_2640_13874">
71
- <rect width="584" height="322" fill="white"/>
72
- </clipPath>
73
- </defs>
74
- </svg>
@@ -1,26 +0,0 @@
1
- <svg width="636" height="180" viewBox="0 0 636 180" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g clip-path="url(#clip0_2640_13875)">
3
- <rect width="636" height="180" fill="#333F52"/>
4
- <rect x="256.568" y="9.43164" width="86.2232" height="86.22" rx="10.5632" transform="rotate(45 256.568 9.43164)" fill="#445267"/>
5
- <rect x="-25.0312" y="-87.5" width="279.307" height="279.31" rx="10.5632" transform="rotate(45 -25.0312 -87.5)" fill="#445267"/>
6
- <rect x="558.518" y="63.5181" width="168.35" height="168.35" rx="10.5632" transform="rotate(45 558.518 63.5181)" fill="#4B5A6F"/>
7
- <rect x="613.863" y="58" width="119.597" height="119.604" rx="10.5632" transform="rotate(45 613.863 58)" fill="#445267"/>
8
- <rect x="39.502" y="79" width="139.302" height="139.302" rx="10.5632" transform="rotate(45 39.502 79)" fill="#4B5A6F"/>
9
- <rect x="78.5" y="-47.4995" width="77.0746" height="77.0746" rx="10.5632" transform="rotate(45 78.5 -47.4995)" fill="#4B5A6F"/>
10
- <rect x="452.836" y="23" width="49.2662" height="49.2662" rx="8" transform="rotate(45 452.836 23)" fill="#445267"/>
11
- <rect x="261.604" y="19" width="114" height="143" rx="8" fill="#232E40"/>
12
- <rect x="275.604" y="40.5" width="18" height="18" rx="4" fill="#A4C280"/>
13
- <path fill-rule="evenodd" clip-rule="evenodd" d="M289.951 45.5539C290.29 45.8927 290.29 46.4421 289.951 46.7809L283.444 53.2879C283.105 53.6268 282.556 53.6268 282.217 53.2879L279.259 50.3302C278.92 49.9914 278.92 49.442 279.259 49.1032C279.598 48.7644 280.147 48.7644 280.486 49.1032L282.83 51.4475L288.724 45.5539C289.063 45.2151 289.612 45.2151 289.951 45.5539Z" fill="#3B485C"/>
14
- <path d="M337.855 39H305.355C303.283 39 301.604 40.6789 301.604 42.75C301.604 44.8211 303.283 46.5 305.355 46.5H337.855C339.926 46.5 341.605 44.8211 341.605 42.75C341.605 40.6789 339.926 39 337.855 39Z" fill="#A4C280"/>
15
- <path d="M360.355 52.5H305.355C303.283 52.5 301.604 54.1789 301.604 56.25C301.604 58.3211 303.283 60 305.355 60H360.355C362.426 60 364.105 58.3211 364.105 56.25C364.105 54.1789 362.426 52.5 360.355 52.5Z" fill="#A4C280"/>
16
- <rect x="276.604" y="78.001" width="16" height="16" rx="3" fill="#333F52" stroke="#4B5A6F" stroke-width="2"/>
17
- <path d="M337.855 75.501H305.355C303.283 75.501 301.604 77.1799 301.604 79.251C301.604 81.3221 303.283 83.001 305.355 83.001H337.855C339.926 83.001 341.605 81.3221 341.605 79.251C341.605 77.1799 339.926 75.501 337.855 75.501Z" fill="#667385"/>
18
- <path d="M360.355 89.001H305.355C303.283 89.001 301.604 90.6799 301.604 92.751C301.604 94.8221 303.283 96.501 305.355 96.501H360.355C362.426 96.501 364.105 94.8221 364.105 92.751C364.105 90.6799 362.426 89.001 360.355 89.001Z" fill="#445267"/>
19
- <rect x="302.604" y="118" width="37" height="14" rx="7" fill="#4B5A6F"/>
20
- </g>
21
- <defs>
22
- <clipPath id="clip0_2640_13875">
23
- <rect width="636" height="180" fill="white"/>
24
- </clipPath>
25
- </defs>
26
- </svg>
@@ -1,60 +0,0 @@
1
- <svg width="636" height="180" viewBox="0 0 636 180" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <rect width="636" height="180" fill="#333F52"/>
3
- <path d="M510.573 73.5479L522.581 80.497" stroke="#3B485C" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
4
- <path d="M105.98 28.5988C108.576 26.0029 108.576 21.794 105.98 19.1981C103.384 16.6022 99.1752 16.6022 96.5793 19.1981C93.9833 21.794 93.9833 26.0029 96.5793 28.5988C99.1752 31.1947 103.384 31.1947 105.98 28.5988Z" stroke="#3B485C" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
5
- <path d="M425.84 23.5332L413.944 30.6724" stroke="#3B485C" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
6
- <path d="M105.98 93.5988C108.576 91.0029 108.576 86.794 105.98 84.1981C103.384 81.6022 99.1752 81.6022 96.5793 84.1981C93.9833 86.794 93.9833 91.0029 96.5793 93.5988C99.1752 96.1947 103.384 96.1947 105.98 93.5988Z" stroke="#3B485C" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
7
- <path d="M184.025 102.256L195.785 110.94L182.273 116.049L184.025 102.256Z" stroke="#3B485C" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
8
- <path d="M180.319 38.5967L194.281 34.2637L190.396 48.1772L180.319 38.5967Z" stroke="#4B5A6F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
9
- <path d="M138.579 28.5796L150.587 35.5287" stroke="#4B5A6F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
10
- <path d="M551.98 47.5988C554.576 45.0029 554.576 40.794 551.98 38.1981C549.384 35.6022 545.175 35.6022 542.579 38.1981C539.983 40.794 539.983 45.0029 542.579 47.5988C545.175 50.1947 549.384 50.1947 551.98 47.5988Z" stroke="#4B5A6F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
11
- <path d="M599.443 15.0229L610.757 24.2794L597.009 28.7125L599.443 15.0229Z" stroke="#4B5A6F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
12
- <path d="M364.98 50.5988C367.576 48.0029 367.576 43.794 364.98 41.1981C362.384 38.6022 358.175 38.6022 355.579 41.1981C352.983 43.794 352.983 48.0029 355.579 50.5988C358.175 53.1947 362.384 53.1947 364.98 50.5988Z" stroke="#4B5A6F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
13
- <path d="M388.32 60.0352L400.328 66.9843" stroke="#4B5A6F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
14
- <path d="M30.3301 27.0229L34.0373 41.1632L20.3105 36.6634L30.3301 27.0229Z" stroke="#4B5A6F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
15
- <path d="M76.2568 53.439L73.0475 66.9366" stroke="#4B5A6F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
16
- <path d="M487.98 27.5988C490.576 25.0029 490.576 20.794 487.98 18.1981C485.384 15.6022 481.175 15.6022 478.579 18.1981C475.983 20.794 475.983 25.0029 478.579 27.5988C481.175 30.1947 485.384 30.1947 487.98 27.5988Z" stroke="#4B5A6F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
17
- <path d="M428.193 65.6533L441.675 71.3049L429.758 79.4694L428.193 65.6533Z" stroke="#4B5A6F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
18
- <path d="M233.331 36.4419L234.621 21.8807L246.019 30.755L233.331 36.4419Z" stroke="#4B5A6F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
19
- <path d="M241.025 55.4043L253.033 62.3534" stroke="#4B5A6F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
20
- <path d="M17.3867 155.072L29.7871 147.331L29.5687 161.775L17.3867 155.072Z" stroke="#4B5A6F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
21
- <path d="M34.3867 109.935L46.3948 116.884" stroke="#4B5A6F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
22
- <path d="M498.98 122.599C501.576 120.003 501.576 115.794 498.98 113.198C496.384 110.602 492.175 110.602 489.579 113.198C486.983 115.794 486.983 120.003 489.579 122.599C492.175 125.195 496.384 125.195 498.98 122.599Z" stroke="#4B5A6F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
23
- <path d="M424.508 121.305L433.429 109.725L438.263 123.337L424.508 121.305Z" stroke="#4B5A6F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
24
- <path d="M460.406 144.686L456.802 158.084" stroke="#4B5A6F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
25
- <path d="M251.532 96.2788L253.413 110.776L240.369 104.568L251.532 96.2788Z" stroke="#4B5A6F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
26
- <path d="M208.779 147.91L220.787 154.859" stroke="#4B5A6F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
27
- <path d="M140.339 151.304C142.935 148.708 142.935 144.5 140.339 141.904C137.743 139.308 133.535 139.308 130.939 141.904C128.343 144.5 128.343 148.708 130.939 151.304C133.535 153.9 137.743 153.9 140.339 151.304Z" stroke="#4B5A6F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
28
- <path d="M121.312 115.208L111.491 125.008" stroke="#4B5A6F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
29
- <path d="M605.98 154.599C608.576 152.003 608.576 147.794 605.98 145.198C603.384 142.602 599.175 142.602 596.579 145.198C593.983 147.794 593.983 152.003 596.579 154.599C599.175 157.195 603.384 157.195 605.98 154.599Z" stroke="#4B5A6F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
30
- <path d="M566.508 108.305L575.429 96.7247L580.263 110.337L566.508 108.305Z" stroke="#4B5A6F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
31
- <path d="M554.5 142.694L566.508 149.643" stroke="#4B5A6F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
32
- <path d="M396.932 144.686L398.812 159.183L385.768 152.975L396.932 144.686Z" stroke="#4B5A6F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
33
- <path d="M313.438 146.604L325.446 153.553" stroke="#4B5A6F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
34
- <path d="M324.027 67.0484C301.656 49.3198 293.568 27.7257 253.359 29.1472C236.894 29.7293 222.233 35.2416 216.196 53.1102C201.393 97.1411 246.463 135.452 295.904 156.054C342.715 175.572 379.93 159.82 390.625 121.303C394.676 106.748 394.308 81.3899 370.345 74.2477C352.751 68.9934 343.104 82.1524 324.027 67.0484Z" fill="#A4C280"/>
35
- <path opacity="0.9" d="M324.027 67.0484C301.656 49.3198 293.568 27.7257 253.359 29.1472C236.894 29.7293 222.233 35.2416 216.196 53.1102C201.393 97.1411 246.463 135.452 295.904 156.054C342.715 175.572 379.93 159.82 390.625 121.303C394.676 106.748 394.308 81.3899 370.345 74.2477C352.751 68.9934 343.104 82.1524 324.027 67.0484Z" fill="#333F52"/>
36
- <mask id="mask0_2763_12219" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="261" y="15" width="106" height="143">
37
- <path d="M359.608 15.5595H282.005C280.013 15.5944 278.104 16.3706 276.653 17.7364C275.202 19.1023 274.312 20.9599 274.156 22.9468L261.307 150.223C261.234 151.172 261.359 152.126 261.674 153.024C261.989 153.922 262.487 154.745 263.137 155.44C263.787 156.136 264.575 156.688 265.45 157.063C266.324 157.438 267.268 157.626 268.219 157.617H345.809C347.805 157.584 349.718 156.808 351.173 155.441C352.628 154.074 353.521 152.213 353.678 150.223L366.52 22.9468C366.594 21.9982 366.469 21.0446 366.154 20.1469C365.839 19.2491 365.34 18.4267 364.69 17.7319C364.04 17.0371 363.253 16.4852 362.378 16.1112C361.503 15.7372 360.56 15.5493 359.608 15.5595Z" fill="white"/>
38
- </mask>
39
- <g mask="url(#mask0_2763_12219)">
40
- <path d="M359.608 15.5595H282.005C280.013 15.5944 278.104 16.3706 276.653 17.7364C275.202 19.1023 274.312 20.9599 274.156 22.9468L261.307 150.223C261.234 151.172 261.359 152.126 261.674 153.024C261.989 153.922 262.487 154.745 263.137 155.44C263.787 156.136 264.575 156.688 265.45 157.063C266.324 157.438 267.268 157.626 268.219 157.617H345.809C347.805 157.584 349.718 156.808 351.173 155.441C352.628 154.074 353.521 152.213 353.678 150.223L366.52 22.9468C366.594 21.9982 366.469 21.0446 366.154 20.1469C365.839 19.2491 365.34 18.4267 364.69 17.7319C364.04 17.0371 363.253 16.4852 362.378 16.1112C361.503 15.7372 360.56 15.5493 359.608 15.5595Z" fill="#232E40"/>
41
- <path d="M329.715 26.2251H282.555C281.187 26.2251 280.079 27.3335 280.079 28.7007C280.079 30.068 281.187 31.1764 282.555 31.1764L329.715 31.1764C331.083 31.1764 332.191 30.068 332.191 28.7007C332.191 27.3335 331.083 26.2251 329.715 26.2251Z" fill="#667385"/>
42
- <path d="M344.238 36.0757H280.712C279.345 36.0757 278.236 37.1841 278.236 38.5513C278.236 39.9186 279.345 41.027 280.712 41.027L344.238 41.027C345.605 41.027 346.713 39.9186 346.713 38.5513C346.713 37.1841 345.605 36.0757 344.238 36.0757Z" fill="#445267"/>
43
- <path d="M310.823 45.9258L279.467 45.9258C278.1 45.9258 276.991 47.0342 276.991 48.4014C276.991 49.7687 278.1 50.8771 279.467 50.8771L310.823 50.8771C312.191 50.8771 313.299 49.7687 313.299 48.4014C313.299 47.0342 312.191 45.9258 310.823 45.9258Z" fill="#667385"/>
44
- <path d="M327.843 55.7764H278.209C276.842 55.7764 275.733 56.8848 275.733 58.252C275.733 59.6193 276.842 60.7277 278.209 60.7277L327.843 60.7277C329.211 60.7277 330.319 59.6193 330.319 58.252C330.319 56.8848 329.211 55.7764 327.843 55.7764Z" fill="#445267"/>
45
- <path d="M341.804 71.3032H269.166L262.142 140.555H341.804C343.763 140.552 345.641 139.772 347.026 138.388C348.412 137.004 349.193 135.127 349.198 133.168V78.7169C349.2 76.7536 348.422 74.8699 347.035 73.4797C345.649 72.0896 343.767 71.3067 341.804 71.3032Z" fill="#445267"/>
46
- </g>
47
- <path d="M335.228 65.1699H248.733C244.649 65.1699 241.339 68.4803 241.339 72.5638V127.035C241.339 131.118 244.649 134.428 248.733 134.428H335.228C339.312 134.428 342.622 131.118 342.622 127.035V72.5638C342.622 68.4803 339.312 65.1699 335.228 65.1699Z" fill="#A4C280"/>
48
- <path d="M239.02 65.6483C238.527 65.6462 238.055 65.4507 237.706 65.1039L234.327 61.7434C233.973 61.3899 233.774 60.9104 233.774 60.4105C233.774 59.9105 233.973 59.431 234.327 59.0775C234.68 58.724 235.16 58.5254 235.659 58.5254C236.159 58.5254 236.639 58.724 236.992 59.0775L240.353 62.4568C240.703 62.8085 240.899 63.2844 240.899 63.7803C240.899 64.2763 240.703 64.7521 240.353 65.1039C240.177 65.2779 239.969 65.4155 239.741 65.5089C239.512 65.6024 239.267 65.6497 239.02 65.6483Z" fill="#A4C280"/>
49
- <path d="M236.15 74.7386H231.4C230.902 74.7386 230.424 74.5408 230.072 74.1888C229.72 73.8367 229.522 73.3592 229.522 72.8613C229.522 72.3633 229.72 71.8858 230.072 71.5338C230.424 71.1817 230.902 70.9839 231.4 70.9839H236.15C236.647 70.9839 237.125 71.1817 237.477 71.5338C237.829 71.8858 238.027 72.3633 238.027 72.8613C238.027 73.3592 237.829 73.8367 237.477 74.1888C237.125 74.5408 236.647 74.7386 236.15 74.7386Z" fill="#A4C280"/>
50
- <path d="M247.717 62.0867C247.241 62.0879 246.783 61.9082 246.434 61.5841C246.086 61.26 245.873 60.8156 245.84 60.3408L245.502 55.591C245.484 55.3444 245.515 55.0966 245.593 54.862C245.672 54.6274 245.795 54.4105 245.957 54.2238C246.12 54.0371 246.317 53.8844 246.539 53.7743C246.76 53.6642 247.001 53.5989 247.248 53.5823C247.743 53.5514 248.23 53.7176 248.603 54.0448C248.976 54.3719 249.204 54.8333 249.238 55.3282L249.595 60.0779C249.613 60.3246 249.582 60.5724 249.503 60.807C249.425 61.0417 249.301 61.2585 249.139 61.4452C248.977 61.6319 248.779 61.7846 248.558 61.8947C248.336 62.0048 248.095 62.0701 247.849 62.0867H247.717Z" fill="#A4C280"/>
51
- <path d="M299.368 127.305L321.224 142.37C323.214 143.742 325.927 142.317 325.927 139.9V127.305H299.368Z" fill="#A4C280"/>
52
- <path d="M306.65 115.673L305.33 110.068C304.996 108.595 304.996 107.066 305.33 105.592L307.165 97.611C307.916 94.2074 307.509 90.6505 306.01 87.5042C304.51 84.3578 302.003 81.802 298.886 80.2419C298.945 80.095 298.996 79.9452 299.038 79.7929C299.147 79.3088 299.159 78.808 299.073 78.3192C298.988 77.8303 298.808 77.3631 298.542 76.9441C298.276 76.5251 297.93 76.1625 297.525 75.8771C297.119 75.5917 296.661 75.389 296.176 75.2807C295.692 75.1723 295.191 75.1604 294.703 75.2455C294.214 75.3307 293.747 75.5113 293.328 75.7771C292.909 76.0428 292.546 76.3885 292.261 76.7944C291.975 77.2002 291.773 77.6583 291.664 78.1425C291.631 78.2968 291.612 78.4536 291.605 78.6112C288.121 78.693 284.763 79.9347 282.065 82.1397C279.366 84.3446 277.48 87.3869 276.705 90.7848L274.916 98.7729C274.587 100.244 273.933 101.622 273.001 102.806L269.443 107.329C269.095 107.772 268.865 108.297 268.774 108.853C268.683 109.41 268.735 109.98 268.924 110.511C269.113 111.042 269.434 111.517 269.856 111.891C270.278 112.265 270.787 112.526 271.338 112.65L302.696 119.674C303.244 119.792 303.813 119.771 304.351 119.611C304.888 119.451 305.377 119.158 305.771 118.759C306.165 118.36 306.452 117.868 306.606 117.329C306.76 116.789 306.775 116.22 306.65 115.673Z" fill="white"/>
53
- <path d="M282.335 117.91C282.096 117.858 281.848 117.865 281.613 117.931C281.378 117.997 281.163 118.12 280.986 118.289C280.81 118.458 280.678 118.668 280.603 118.9C280.527 119.132 280.509 119.38 280.552 119.62C280.732 120.681 281.224 121.664 281.965 122.445C282.705 123.225 283.662 123.767 284.712 124.002C285.762 124.237 286.858 124.155 287.861 123.764C288.863 123.374 289.727 122.695 290.342 121.812C290.483 121.613 290.572 121.383 290.603 121.141C290.633 120.899 290.604 120.654 290.517 120.426C290.43 120.198 290.289 119.996 290.105 119.836C289.922 119.675 289.702 119.563 289.464 119.508L282.335 117.91Z" fill="white"/>
54
- <path d="M255.731 105.595C255.568 105.596 255.407 105.556 255.262 105.479C255.118 105.402 254.996 105.289 254.906 105.153C251.788 100.481 250.653 94.7624 251.752 89.2544C252.85 83.7464 256.091 78.9001 260.762 75.7816C260.981 75.6362 261.248 75.5838 261.506 75.6358C261.763 75.6878 261.99 75.84 262.135 76.0588C262.28 76.2777 262.333 76.5453 262.281 76.8028C262.229 77.0604 262.077 77.2867 261.858 77.432C257.629 80.2642 254.698 84.6592 253.707 89.6514C252.717 94.6436 253.749 99.8248 256.576 104.057C256.723 104.275 256.776 104.542 256.725 104.799C256.675 105.057 256.524 105.284 256.306 105.43C256.136 105.542 255.935 105.599 255.731 105.595Z" fill="white"/>
55
- <path d="M261.475 103.48C261.313 103.479 261.154 103.438 261.011 103.361C260.868 103.284 260.747 103.173 260.657 103.037C258.284 99.4788 257.42 95.1237 258.255 90.9288C259.091 86.7338 261.557 83.042 265.113 80.6642C265.221 80.5919 265.343 80.5415 265.471 80.5161C265.598 80.4907 265.73 80.4907 265.858 80.5162C265.986 80.5416 266.107 80.592 266.216 80.6644C266.324 80.7368 266.417 80.8299 266.489 80.9382C266.562 81.0466 266.612 81.1682 266.638 81.296C266.663 81.4238 266.663 81.5554 266.637 81.6832C266.612 81.811 266.562 81.9326 266.489 82.0409C266.417 82.1493 266.324 82.2423 266.215 82.3147C263.095 84.3974 260.929 87.6346 260.195 91.3141C259.46 94.9935 260.218 98.814 262.301 101.935C262.447 102.153 262.5 102.42 262.449 102.678C262.399 102.935 262.248 103.162 262.03 103.308C261.866 103.418 261.673 103.478 261.475 103.48Z" fill="white"/>
56
- <path d="M267.277 100.674C267.115 100.675 266.955 100.636 266.813 100.559C266.67 100.483 266.548 100.373 266.458 100.238C265.649 99.0272 265.087 97.6684 264.804 96.2398C264.521 94.8112 264.522 93.3408 264.808 91.9127C265.094 90.4846 265.658 89.1269 266.469 87.9172C267.28 86.7075 268.322 85.6696 269.535 84.8629C269.753 84.7275 270.015 84.682 270.266 84.7361C270.516 84.7901 270.737 84.9394 270.88 85.1525C271.022 85.3657 271.077 85.626 271.032 85.8786C270.987 86.1312 270.845 86.3564 270.637 86.5068C269.643 87.1707 268.789 88.0241 268.124 89.0181C267.459 90.0122 266.997 91.1274 266.763 92.3002C266.53 93.473 266.529 94.6803 266.763 95.8532C266.996 97.0261 267.458 98.1415 268.122 99.1358C268.266 99.3544 268.319 99.6209 268.268 99.8779C268.217 100.135 268.068 100.362 267.851 100.509C267.681 100.621 267.481 100.679 267.277 100.674Z" fill="white"/>
57
- <path d="M319.986 120.215C319.765 120.215 319.55 120.14 319.376 120.003C319.202 119.866 319.079 119.675 319.026 119.46C318.974 119.244 318.995 119.018 319.086 118.816C319.178 118.615 319.334 118.449 319.53 118.347C324.053 116.01 327.463 111.973 329.011 107.123C330.558 102.272 330.116 97.0061 327.783 92.4815C327.712 92.3654 327.665 92.2358 327.647 92.101C327.628 91.9662 327.637 91.829 327.674 91.6979C327.711 91.5669 327.774 91.4448 327.86 91.3394C327.946 91.2339 328.053 91.1473 328.174 91.085C328.295 91.0227 328.428 90.986 328.564 90.9772C328.699 90.9684 328.836 90.9876 328.964 91.0338C329.092 91.08 329.209 91.1521 329.308 91.2455C329.407 91.339 329.485 91.4519 329.539 91.5771C330.814 94.0495 331.589 96.7489 331.82 99.5211C332.052 102.293 331.735 105.084 330.888 107.733C330.04 110.383 328.679 112.84 326.882 114.963C325.086 117.087 322.888 118.836 320.415 120.11C320.281 120.175 320.135 120.211 319.986 120.215Z" fill="white"/>
58
- <path d="M315.341 115.733C315.12 115.732 314.905 115.657 314.731 115.52C314.557 115.383 314.434 115.192 314.382 114.977C314.329 114.762 314.35 114.535 314.442 114.334C314.533 114.132 314.69 113.967 314.886 113.864C316.538 113.013 318.006 111.844 319.206 110.424C320.405 109.005 321.314 107.363 321.878 105.592C322.443 103.821 322.653 101.957 322.497 100.105C322.34 98.2525 321.82 96.4495 320.966 94.7987C320.845 94.5649 320.822 94.2928 320.902 94.0421C320.982 93.7914 321.158 93.5826 321.392 93.4618C321.626 93.341 321.898 93.318 322.148 93.3979C322.399 93.4777 322.608 93.6539 322.729 93.8876C323.702 95.7696 324.294 97.8248 324.472 99.9358C324.651 102.047 324.411 104.172 323.767 106.191C323.124 108.209 322.088 110.081 320.721 111.699C319.353 113.317 317.68 114.649 315.797 115.62C315.657 115.695 315.5 115.734 315.341 115.733Z" fill="white"/>
59
- <path d="M311.344 111.25C311.123 111.246 310.91 111.17 310.738 111.032C310.565 110.894 310.444 110.703 310.391 110.488C310.339 110.274 310.36 110.048 310.45 109.847C310.54 109.645 310.694 109.479 310.888 109.375C311.951 108.828 312.896 108.077 313.668 107.164C314.44 106.252 315.025 105.196 315.388 104.057C315.752 102.919 315.888 101.719 315.787 100.528C315.687 99.337 315.352 98.1773 314.803 97.1156C314.682 96.8818 314.659 96.6097 314.739 96.359C314.819 96.1083 314.995 95.8995 315.229 95.7787C315.463 95.6579 315.735 95.6349 315.986 95.7148C316.236 95.7946 316.445 95.9708 316.566 96.2045C317.909 98.8191 318.161 101.86 317.265 104.66C316.369 107.459 314.398 109.789 311.786 111.138C311.649 111.208 311.498 111.247 311.344 111.25Z" fill="white"/>
60
- </svg>
@@ -1,46 +0,0 @@
1
- <svg width="236" height="175" viewBox="0 0 236 175" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g clip-path="url(#clip0_2639_11040)">
3
- <path d="M195.405 0H45.4043C38.5008 0 32.9043 5.59646 32.9043 12.5V162.5C32.9043 169.404 38.5008 175 45.4043 175H195.405C202.308 175 207.905 169.404 207.905 162.5V12.5C207.905 5.59646 202.308 0 195.405 0Z" fill="#F3F5F6"/>
4
- <path d="M195.405 0H45.4043C38.5008 0 32.9043 5.59646 32.9043 12.5V162.5C32.9043 169.404 38.5008 175 45.4043 175H195.405C202.308 175 207.905 169.404 207.905 162.5V12.5C207.905 5.59646 202.308 0 195.405 0Z" fill="#3B485C" fill-opacity="0.1"/>
5
- <path d="M6.61217 14.5H174.198C177.39 14.5 179.905 16.8726 179.905 19.7143V48.2857C179.905 51.1274 177.39 53.5 174.198 53.5H6.61217C3.42061 53.5 0.905273 51.1274 0.905273 48.2857V19.7143C0.905273 16.8726 3.42061 14.5 6.61217 14.5Z" fill="#E9F0E0" stroke="#498500"/>
6
- <rect x="12.4053" y="25.5" width="18" height="18" rx="4" fill="#498500"/>
7
- <path fill-rule="evenodd" clip-rule="evenodd" d="M26.7515 30.5539C27.0904 30.8927 27.0904 31.4421 26.7515 31.7809L20.2445 38.2879C19.9057 38.6268 19.3563 38.6268 19.0175 38.2879L16.0598 35.3302C15.721 34.9914 15.721 34.442 16.0598 34.1032C16.3986 33.7644 16.9479 33.7644 17.2868 34.1032L19.631 36.4475L25.5246 30.5539C25.8634 30.2151 26.4127 30.2151 26.7515 30.5539Z" fill="white"/>
8
- <path d="M77.6554 24H45.1553C43.0842 24 41.4053 25.6789 41.4053 27.75C41.4053 29.8211 43.0842 31.5 45.1553 31.5H77.6554C79.7264 31.5 81.4054 29.8211 81.4054 27.75C81.4054 25.6789 79.7264 24 77.6554 24Z" fill="#A4ACB6"/>
9
- <path d="M100.155 37.5H45.1553C43.0842 37.5 41.4053 39.1789 41.4053 41.25C41.4053 43.3211 43.0842 45 45.1553 45H100.155C102.227 45 103.905 43.3211 103.905 41.25C103.905 39.1789 102.227 37.5 100.155 37.5Z" fill="#E3E5E8"/>
10
- <g filter="url(#filter0_d_2639_11040)">
11
- <path d="M6.61217 121.25H174.198C175.845 121.25 177.423 121.852 178.587 122.924C179.751 123.995 180.405 125.449 180.405 126.964V155.536C180.405 157.051 179.751 158.505 178.587 159.576C177.423 160.648 175.845 161.25 174.198 161.25H6.61217C4.966 161.25 3.38725 160.648 2.22323 159.576C1.05921 158.505 0.405273 157.051 0.405273 155.536L0.405273 126.964C0.405273 125.449 1.05921 123.995 2.22323 122.924C3.38725 121.852 4.966 121.25 6.61217 121.25V121.25Z" fill="white"/>
12
- </g>
13
- <rect x="13.4053" y="133.751" width="16" height="16" rx="3" fill="#F3F5F6" stroke="#C1C6CD" stroke-width="2"/>
14
- <path d="M77.6554 131.251H45.1553C43.0842 131.251 41.4053 132.93 41.4053 135.001C41.4053 137.072 43.0842 138.751 45.1553 138.751H77.6554C79.7264 138.751 81.4054 137.072 81.4054 135.001C81.4054 132.93 79.7264 131.251 77.6554 131.251Z" fill="#A4ACB6"/>
15
- <path d="M100.155 144.751H45.1553C43.0842 144.751 41.4053 146.43 41.4053 148.501C41.4053 150.572 43.0842 152.251 45.1553 152.251H100.155C102.227 152.251 103.905 150.572 103.905 148.501C103.905 146.43 102.227 144.751 100.155 144.751Z" fill="#E3E5E8"/>
16
- <g filter="url(#filter1_d_2639_11040)">
17
- <path d="M60.3612 67.5H227.947C229.594 67.5 231.172 68.102 232.336 69.1737C233.5 70.2453 234.154 71.6988 234.154 73.2143V101.786C234.154 103.301 233.5 104.755 232.336 105.826C231.172 106.898 229.594 107.5 227.947 107.5H60.3612C58.715 107.5 57.1363 106.898 55.9723 105.826C54.8082 104.755 54.1543 103.301 54.1543 101.786V73.2143C54.1543 71.6988 54.8082 70.2453 55.9723 69.1737C57.1363 68.102 58.715 67.5 60.3612 67.5Z" fill="white"/>
18
- </g>
19
- <rect x="69.4062" y="80.001" width="16" height="16" rx="3" fill="#F3F5F6" stroke="#C1C6CD" stroke-width="2"/>
20
- <path d="M130.656 77.501H98.1563C96.0852 77.501 94.4062 79.1799 94.4062 81.251C94.4062 83.3221 96.0852 85.001 98.1563 85.001H130.656C132.727 85.001 134.406 83.3221 134.406 81.251C134.406 79.1799 132.727 77.501 130.656 77.501Z" fill="#A4ACB6"/>
21
- <path d="M153.156 91.001H98.1563C96.0852 91.001 94.4062 92.6799 94.4062 94.751C94.4062 96.8221 96.0852 98.501 98.1563 98.501H153.156C155.227 98.501 156.906 96.8221 156.906 94.751C156.906 92.6799 155.227 91.001 153.156 91.001Z" fill="#E3E5E8"/>
22
- </g>
23
- <defs>
24
- <filter id="filter0_d_2639_11040" x="-4.59473" y="119.25" width="190" height="50" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
25
- <feFlood flood-opacity="0" result="BackgroundImageFix"/>
26
- <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
27
- <feOffset dy="3"/>
28
- <feGaussianBlur stdDeviation="2.5"/>
29
- <feColorMatrix type="matrix" values="0 0 0 0 0.230539 0 0 0 0 0.370572 0 0 0 0 0.482993 0 0 0 0.1 0"/>
30
- <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_2639_11040"/>
31
- <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_2639_11040" result="shape"/>
32
- </filter>
33
- <filter id="filter1_d_2639_11040" x="52.1543" y="65.5" width="190" height="50" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
34
- <feFlood flood-opacity="0" result="BackgroundImageFix"/>
35
- <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
36
- <feOffset dx="3" dy="3"/>
37
- <feGaussianBlur stdDeviation="2.5"/>
38
- <feColorMatrix type="matrix" values="0 0 0 0 0.230539 0 0 0 0 0.370572 0 0 0 0 0.482993 0 0 0 0.1 0"/>
39
- <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_2639_11040"/>
40
- <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_2639_11040" result="shape"/>
41
- </filter>
42
- <clipPath id="clip0_2639_11040">
43
- <rect width="234.999" height="175" fill="white" transform="translate(0.405273)"/>
44
- </clipPath>
45
- </defs>
46
- </svg>
@@ -1,10 +0,0 @@
1
- <svg width="191" height="190" viewBox="0 0 191 190" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M95.4053 190C147.872 190 190.405 147.467 190.405 95C190.405 42.5329 147.872 0 95.4053 0C42.9382 0 0.405273 42.5329 0.405273 95C0.405273 147.467 42.9382 190 95.4053 190Z" fill="#F3F5F6"/>
3
- <path d="M95.4053 190C147.872 190 190.405 147.467 190.405 95C190.405 42.5329 147.872 0 95.4053 0C42.9382 0 0.405273 42.5329 0.405273 95C0.405273 147.467 42.9382 190 95.4053 190Z" fill="#3B485C" fill-opacity="0.1"/>
4
- <rect x="25.4053" y="41.4707" width="140" height="107.059" rx="8" fill="white"/>
5
- <path d="M72.4473 135.196H86.3262V86.8734H72.4473V135.196Z" fill="#649726"/>
6
- <path d="M126.528 135.196H140.407V100.213H126.528V135.196Z" fill="#649726"/>
7
- <path d="M45.4073 135.489H59.2861V113.141H45.4073V135.489Z" fill="#A4C280"/>
8
- <path d="M99.4884 135.489H113.367L113.367 64.8355H99.4884L99.4884 135.489Z" fill="#A4C280"/>
9
- <path d="M148.266 135.49H43.5488C40.2351 135.49 37.5488 132.804 37.5488 129.49V54.875" stroke="#A4C280" stroke-width="2" stroke-linecap="round"/>
10
- </svg>
@@ -1,73 +0,0 @@
1
- <svg width="176" height="176" viewBox="0 0 176 176" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g clip-path="url(#clip0_2639_8513)">
3
- <path d="M162.906 0.333984H12.9053C6.00173 0.333984 0.405273 5.93044 0.405273 12.834V162.834C0.405273 169.738 6.00173 175.334 12.9053 175.334H162.906C169.809 175.334 175.406 169.738 175.406 162.834V12.834C175.406 5.93044 169.809 0.333984 162.906 0.333984Z" fill="#F3F5F6"/>
4
- <path d="M162.906 0.333984H12.9053C6.00173 0.333984 0.405273 5.93044 0.405273 12.834V162.834C0.405273 169.738 6.00173 175.334 12.9053 175.334H162.906C169.809 175.334 175.406 169.738 175.406 162.834V12.834C175.406 5.93044 169.809 0.333984 162.906 0.333984Z" fill="#3B485C" fill-opacity="0.1"/>
5
- <mask id="mask0_2639_8513" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="176" height="176">
6
- <path d="M162.906 0.333984H12.9053C6.00173 0.333984 0.405273 5.93044 0.405273 12.834V162.834C0.405273 169.738 6.00173 175.334 12.9053 175.334H162.906C169.809 175.334 175.406 169.738 175.406 162.834V12.834C175.406 5.93044 169.809 0.333984 162.906 0.333984Z" fill="#F3F5F6"/>
7
- </mask>
8
- <g mask="url(#mask0_2639_8513)">
9
- <path d="M32.0476 83.5068C31.5254 82.2199 30.7793 81.3948 30.4877 80.037C30.1976 78.6725 30.2512 77.2572 30.6437 75.9186C30.7079 75.7198 31.2796 74.3715 31.4875 74.3898C31.6373 74.3898 31.3041 75.6465 31.3866 75.7749C32.1234 77.0186 32.4636 78.4574 32.362 79.8994C32.299 81.2902 32.4175 82.1647 32.0476 83.5068Z" fill="#263238"/>
10
- <path d="M39.7827 90.214C39.7521 89.2357 39.8436 87.5532 39.8527 87.5532C39.8619 87.5532 43.1276 86.7841 43.2071 83.4454C43.2468 81.8311 43.0144 79.7025 42.8065 76.6939C42.7027 75.131 42.0133 73.6648 40.8758 72.5879C39.7383 71.5111 38.2365 70.9029 36.6702 70.8848H36.3645C32.8851 71.0468 31.0812 74.089 31.341 77.5592L32.0479 91.6002L34.3374 92.4429C34.7718 92.9182 35.3418 93.2486 35.9701 93.3893C36.5985 93.5301 37.2549 93.4745 37.8506 93.23C38.4463 92.9855 38.9525 92.564 39.3008 92.0224C39.6491 91.4808 39.8227 90.8453 39.798 90.2018L39.7827 90.214Z" fill="#FCCA80"/>
11
- <path d="M39.8531 87.5521C38.3107 87.5313 36.7637 86.9922 35.4775 86.1406C35.4775 86.1406 36.4743 88.6997 39.81 88.4368L39.8531 87.5521Z" fill="#EBB96E"/>
12
- <path d="M31.5885 80.0478C31.5304 80.0203 29.3015 79.3415 29.3474 81.6255C29.3932 83.9094 31.6772 83.3927 31.6802 83.3254C31.6833 83.2581 31.5885 80.0478 31.5885 80.0478Z" fill="#FCCA80"/>
13
- <path d="M41.2378 72.9513C41.6017 72.7373 40.4582 71.5724 39.5379 71.1871C38.1468 70.6032 36.0402 70.2699 34.7835 70.6765C33.2732 71.1535 32.0318 71.9484 31.3041 73.3579C30.6096 74.7914 30.3078 76.3835 30.4297 77.9716C30.4243 78.4576 30.5499 78.9361 30.7936 79.3567C31.1268 79.852 31.7475 80.1547 31.7414 80.8518C31.7363 80.9778 31.7563 81.1035 31.8004 81.2216C31.8445 81.3398 31.9118 81.4479 31.9982 81.5397C32.4293 81.9739 32.9154 81.5397 33.1509 81.1147C33.6278 80.1975 33.6523 79.1365 33.6645 78.1092C33.7156 77.3811 33.6453 76.6496 33.4566 75.9446C33.3343 75.5654 33.1509 75.2108 33.0438 74.8286C32.981 74.6396 32.9599 74.4391 32.9821 74.2412C33.0042 74.0432 33.0691 73.8524 33.1723 73.682C33.2269 73.6129 33.2872 73.5484 33.3526 73.4894C33.663 73.2027 34.0441 73.0038 34.4567 72.913C34.8694 72.8222 35.2987 72.8428 35.7008 72.9727C37.0002 73.3885 39.2169 74.0061 39.7764 73.5506C40.1783 73.2679 40.5167 72.9045 40.7701 72.4835L41.2378 72.9513Z" fill="#263238"/>
14
- <path d="M27.7705 129.826L27.9478 136.709L29.9811 158.065C29.9811 158.065 29.3329 168.46 28.9232 174.343C28.5654 179.443 29.5958 188.285 29.5958 188.285L38.1812 188.062L40.4834 158.429L41.9113 139.946L44.8098 130.288L27.7705 129.826Z" fill="#C8DAB3"/>
15
- <path d="M48.9886 131.404L49.5298 159.337C49.552 160.758 49.3158 162.171 48.8326 163.507L41.4672 184.053L41.1034 185.411L35.9424 184.298L38.4373 129.826L48.9886 131.404Z" fill="#C8DAB3"/>
16
- <path d="M41.8012 136.327C41.8012 136.327 41.8012 136.373 41.8012 136.462C41.8012 136.55 41.8012 136.688 41.8012 136.856C41.8012 137.211 41.8012 137.718 41.8012 138.37C41.8012 139.681 41.7645 141.583 41.7033 143.931C41.5657 148.627 41.2508 155.109 40.6821 162.251C40.1134 169.394 39.4592 175.845 38.9975 180.514C38.7529 182.84 38.5541 184.724 38.4166 186.038C38.3462 186.684 38.2912 187.188 38.2545 187.54C38.2331 187.705 38.2178 187.845 38.2056 187.931C38.2015 187.975 38.1943 188.019 38.1842 188.062C38.1808 188.018 38.1808 187.973 38.1842 187.928C38.1842 187.83 38.2025 187.702 38.2148 187.537C38.2453 187.182 38.2912 186.677 38.3493 186.032C38.4746 184.715 38.655 182.828 38.8782 180.498C39.3277 175.83 39.9606 169.378 40.517 162.236C41.0735 155.094 41.4159 148.618 41.5841 143.928C41.6605 141.58 41.7156 139.681 41.7339 138.366C41.7492 137.718 41.7614 137.211 41.7675 136.856C41.7675 136.688 41.7675 136.55 41.7675 136.462C41.7753 136.416 41.7866 136.371 41.8012 136.327Z" fill="#498500"/>
17
- <path d="M66.0972 82.1101C67.139 80.7373 70.4247 77.5511 70.4247 77.5511L71.2757 76.3283C71.3548 76.0791 71.4378 75.7812 71.5222 75.425C71.5929 75.1206 71.6106 74.8062 71.5745 74.4958C71.5465 74.1068 71.4649 73.7235 71.3322 73.3568C71.2952 73.2918 71.2793 73.217 71.2867 73.1426C71.294 73.0682 71.3243 72.9979 71.3732 72.9414C71.4222 72.8849 71.4875 72.845 71.5601 72.8272C71.6327 72.8094 71.709 72.8145 71.7786 72.8419C72.0651 72.996 72.5185 73.8706 72.5418 75.0176C72.5652 76.1646 73.6818 74.741 74.0971 74.2242C74.5123 73.7075 75.8733 72.1806 76.1331 72.1855C76.5149 72.1881 76.5836 72.5948 76.1514 73.0991C75.7192 73.6034 74.5484 75.2048 74.8319 75.4108C75.1153 75.6168 77.1913 72.9685 77.1913 72.9685C77.1913 72.9685 77.5438 72.3326 77.877 72.5592C78.4805 72.9681 76.062 75.6202 75.8259 75.8676C75.6609 76.0379 75.9592 76.2739 76.1246 76.0797C76.2899 75.8854 78.1393 73.3935 78.7571 73.8053C79.2298 74.1202 76.7877 76.003 76.6944 76.7426C76.6012 77.4821 78.402 75.1257 78.8421 75.446C79.0068 75.5649 79.1116 75.6761 77.8833 76.8746C74.9445 79.7197 71.9876 82.4329 69.0866 85.395L66.0972 82.1101Z" fill="#FCCA80"/>
18
- <path d="M39.8542 91.887C48.2372 91.3088 58.0176 85.7129 68.4404 78.9849L73.675 82.0587C67.3955 87.3413 60.774 93.1257 53.15 96.5142L43.0327 100.272L41.5886 97.9574L39.8542 91.887Z" fill="#649726"/>
19
- <path d="M32.0171 93.2209L31.3398 91.5055C31.3192 91.4207 31.317 91.3324 31.3335 91.2466C31.3499 91.1609 31.3844 91.0796 31.4349 91.0083C31.4853 90.9371 31.5504 90.8774 31.6258 90.8334C31.7012 90.7894 31.7852 90.762 31.872 90.7532C34.0869 90.6122 40.5751 90.2205 40.7381 90.5305C40.8359 90.7095 41.1505 92.0025 41.4313 93.0733L32.013 93.2062" fill="#649726"/>
20
- <path d="M30.1703 140.513C30.2367 140.768 30.3224 141.062 30.4404 141.409C30.5416 141.706 30.6937 141.983 30.89 142.227C31.1182 142.541 31.3901 142.822 31.6973 143.059C32.0052 143.257 31.9084 143.699 31.5914 143.734C31.2744 143.769 30.4177 143.254 29.7867 142.289C29.1557 141.323 28.9677 143.13 28.8881 143.785C28.8086 144.44 28.4654 146.461 28.2451 146.598C27.9192 146.795 27.6464 146.484 27.7423 145.831C27.8382 145.178 27.9855 143.195 27.6355 143.169C27.2856 143.143 26.9293 146.492 26.9293 146.492C26.9293 146.492 26.9887 147.224 26.5655 147.204C25.8381 147.176 26.4832 143.644 26.5533 143.31C26.6008 143.078 26.2232 143.037 26.1848 143.291C26.1465 143.545 25.9063 146.636 25.1535 146.604C24.5817 146.585 25.6575 143.695 25.3528 143.027C25.0481 142.359 24.7623 145.305 24.2128 145.253C24.0082 145.239 23.8622 145.201 24.2693 143.533C24.4677 142.726 25.4779 140.025 25.4779 140.025L21.0988 123.917L26.2546 120.795L30.1703 140.513Z" fill="#FCCA80"/>
21
- <path d="M23.5478 97.3281C23.5478 97.3281 21.2976 98.9241 20.9123 103.226C20.7284 105.264 20.4917 115.919 20.393 120.686C20.3612 122.223 20.5407 123.75 20.9233 125.238L24.0156 137.265L29.8493 135.788L28.0013 120.795L27.9812 107.702L23.5478 97.3281Z" fill="#649726"/>
22
- <path d="M31.6749 92.0391C31.6749 92.0391 24.9485 95.3595 23.5482 97.3285C21.8421 99.7133 26.5628 107.342 26.9114 109.234C27.0857 110.151 28.2108 116.973 27.6819 122.36C27.3373 125.943 27.2025 129.542 27.2783 133.141L48.9863 131.392C48.9863 121.555 45.844 108.298 46.7909 98.2483L43.3728 96.1361L41.0096 92.7561L31.6749 92.0391Z" fill="#649726"/>
23
- <g opacity="0.3">
24
- <path d="M27.9717 107.702C26.5744 116.022 27.2837 124.824 29.4301 132.966L29.9865 132.923C30.439 124.503 29.6044 115.976 27.9717 107.702Z" fill="black"/>
25
- </g>
26
- <path d="M41.3637 93.0573C41.2579 93.1275 41.1432 93.1831 41.0226 93.2227C40.7006 93.3473 40.3674 93.4406 40.0275 93.5015C38.9034 93.6775 37.7609 93.7039 36.6299 93.58C35.3104 93.4828 34.1065 93.4358 33.243 93.2776C32.9014 93.2242 32.5661 93.1362 32.2423 93.015C32.154 92.9807 32.0689 92.9386 31.9881 92.8893C31.9345 92.8567 31.9073 92.8389 31.9086 92.8322C31.9099 92.8255 32.0347 92.8858 32.2607 92.9559C32.5916 93.0524 32.9297 93.1222 33.2718 93.1648C34.127 93.2936 35.3259 93.3229 36.6483 93.4192C37.7684 93.5412 38.8988 93.5335 40.0171 93.3964C40.4722 93.3095 40.9218 93.1963 41.3637 93.0573Z" fill="#A4C280"/>
27
- <path d="M137.187 126.441C137.365 126.704 137.561 127.019 137.778 127.397C137.963 127.723 138.09 128.078 138.153 128.447C138.253 128.907 138.288 129.378 138.258 129.848C138.235 129.937 138.24 130.031 138.274 130.117C138.308 130.203 138.369 130.275 138.447 130.324C138.525 130.374 138.616 130.397 138.708 130.39C138.8 130.384 138.888 130.348 138.958 130.289C139.238 130.016 139.459 128.853 139.098 127.52C138.737 126.186 140.498 127.453 141.153 127.905C141.808 128.356 143.891 129.655 144.188 129.564C144.622 129.431 144.563 128.937 143.898 128.514C143.232 128.09 141.346 126.637 141.598 126.305C141.85 125.972 145.14 128.314 145.14 128.314C145.14 128.314 145.76 128.927 146.068 128.552C146.621 127.877 142.942 125.647 142.588 125.444C142.34 125.304 142.588 124.933 142.861 125.094C143.134 125.255 146.086 127.502 146.656 126.82C147.094 126.294 143.649 124.957 143.292 124.152C142.935 123.347 145.802 125.433 146.201 124.915C146.348 124.723 146.432 124.565 144.612 123.599C143.73 123.13 140.502 121.89 140.502 121.89L120.705 96.335L114.964 101.509L137.187 126.441Z" fill="#FFC5A6"/>
28
- <path d="M139.139 73.8807C136.629 72.8025 133.709 74.3428 132.582 76.0512C131.455 77.7595 130.968 79.804 130.646 81.8344C129.985 86.0031 129.881 90.2412 130.338 94.4371C130.471 95.6729 130.713 97.0172 131.658 97.8259C132.603 98.6345 133.863 98.659 135.026 98.456C136.076 98.274 137.143 97.8749 137.826 97.0557C138.876 95.7989 138.74 93.9715 138.628 92.3367C138.241 86.6984 138.833 81.0358 140.378 75.5996" fill="#263238"/>
29
- <path d="M133.667 76.1636C134.819 73.8741 138.319 72.6384 141.148 73.405C143.536 74.0492 146.088 76.4997 146.263 79.0062C146.511 82.661 144.537 86.3928 145.706 89.8586C147.068 93.8985 152.081 95.8554 153.362 99.9198C153.626 100.76 153.713 101.646 153.619 102.522C153.524 103.398 153.25 104.245 152.813 105.01C152.361 105.791 151.671 106.512 150.779 106.659C149.669 106.837 148.643 106.092 147.768 105.384C145.398 103.48 142.99 101.534 141.337 98.978C139.394 95.9709 138.645 92.3266 138.614 88.7348C138.582 85.1431 139.223 81.6038 139.86 78.082" fill="#263238"/>
30
- <path d="M143.655 80.5986C143.745 79.8813 143.69 79.1532 143.494 78.4575C143.297 77.7619 142.963 77.1127 142.511 76.5488C142.059 75.9848 141.498 75.5175 140.861 75.1746C140.225 74.8317 139.526 74.6203 138.806 74.5528C135.932 74.2797 133.373 76.4222 132.942 79.2788C132.564 81.7818 132.242 84.3129 132.242 85.2301C132.277 87.9992 133.898 89.0809 134.553 89.3995C134.789 89.4847 135.033 89.5457 135.281 89.5815C135.283 89.5847 135.284 89.5883 135.284 89.592C135.284 89.5957 135.283 89.5993 135.281 89.6025L134.665 92.7812C134.385 94.8641 135.55 96.7195 137.626 97.0241C139.702 97.3287 141.344 95.7288 141.663 93.6459L143.655 80.5986Z" fill="#936754"/>
31
- <path d="M135.313 89.606C135.313 89.606 137.101 90.0155 139.562 88.9863C139.562 88.9863 138.512 91.2758 135.145 90.4601L135.313 89.606Z" fill="#7C5142"/>
32
- <path d="M135.095 74.9037C135.264 75.9551 135.724 76.9383 136.422 77.7424C137.121 78.5465 138.03 79.1395 139.047 79.4546L138.89 78.6705C139.808 80.4661 141.367 81.8516 143.258 82.5528C143.911 81.4456 144.158 80.146 143.957 78.8767C143.757 77.6073 143.121 76.4472 142.159 75.5952C141.197 74.7432 139.968 74.2523 138.684 74.2066C137.4 74.1609 136.139 74.5633 135.119 75.3448" fill="#263238"/>
33
- <path d="M143.725 118.169C143.725 118.169 147.498 126.365 148.069 128.756C148.64 131.147 159.177 194.321 159.177 194.321L149.494 194.909L136.345 133.107L141.635 194.461L132.109 195.256C132.109 195.256 124.908 130.422 125.213 128.595C125.675 125.832 128.013 117.886 128.013 117.886L143.725 118.169Z" fill="#A4C280"/>
34
- <path d="M118.607 81.971L112.673 72.8025L110.866 69.7848C110.866 69.7848 110.331 66.7602 110.075 65.9095C109.543 64.1591 109.375 64.2046 109.193 64.3027C108.675 64.5617 110.009 67.4183 109.365 66.9702C108.72 66.5221 108.139 63.2874 107.614 63.578C106.914 63.9631 108.374 66.9247 108.479 67.1873C108.584 67.4498 108.209 67.6039 108.129 67.3658C108.01 67.0157 106.69 63.431 106.004 63.802C105.626 64.0051 106.056 64.6527 106.056 64.6527C106.056 64.6527 107.541 67.9189 107.212 68.0835C106.883 68.248 105.941 66.3576 105.671 65.6995C105.402 65.0413 104.971 64.9118 104.796 65.2689C104.667 65.5139 105.447 67.5514 105.731 68.199C106.014 68.8466 106.82 70.6005 105.731 70.0579C104.642 69.5153 103.578 69.5153 103.28 69.7078C103.22 69.7602 103.177 69.8301 103.158 69.9078C103.139 69.9855 103.145 70.0672 103.175 70.1415C103.205 70.2157 103.257 70.279 103.324 70.3223C103.391 70.3657 103.47 70.3871 103.55 70.3835C103.961 70.4366 104.363 70.5462 104.744 70.709C105.055 70.8277 105.344 70.9994 105.598 71.2166C105.895 71.4687 106.133 71.6962 106.333 71.8923L107.807 74.9555L114.315 87.7297L127.943 99.0161L131.381 92.8198L118.607 81.971Z" fill="#936754"/>
35
- <path d="M153.806 133.145C153.89 133.415 153.981 133.73 154.069 134.108C154.146 134.433 154.167 134.77 154.128 135.102C154.099 135.516 154.013 135.923 153.873 136.314C153.705 136.664 154.044 137.014 154.349 136.86C154.654 136.706 155.137 135.76 155.158 134.532C155.179 133.303 156.372 134.826 156.817 135.375C157.262 135.925 158.718 137.549 158.994 137.546C159.401 137.546 159.467 137.105 159.012 136.569C158.557 136.033 157.3 134.329 157.612 134.119C157.923 133.909 160.129 136.716 160.129 136.716C160.129 136.716 160.507 137.395 160.864 137.154C161.505 136.713 158.921 133.895 158.665 133.632C158.49 133.45 158.809 133.198 158.987 133.404C159.166 133.611 161.14 136.265 161.788 135.823C162.292 135.473 159.688 133.485 159.579 132.708C159.471 131.931 161.403 134.427 161.872 134.084C162.044 133.954 162.159 133.835 160.843 132.564C160.206 131.945 157.762 130.082 157.762 130.082L152.585 113.062L146.157 113.167L153.806 133.145Z" fill="#936754"/>
36
- <path d="M133.922 92.8102C132.876 92.4086 131.853 91.9517 130.856 91.4414L120.661 83.7188L116.11 89.7961C116.11 89.7961 127.743 100.298 127.936 100.242C128.128 100.186 133.922 92.8102 133.922 92.8102Z" fill="#A4C280"/>
37
- <path d="M134.693 92.7852L133.922 92.8097C132.835 92.8463 131.784 93.2152 130.912 93.8668C130.041 94.5183 129.389 95.4212 129.046 96.4539C128.269 98.7924 128.314 99.5556 127.775 101.302C126.487 105.475 128.801 110.541 128.801 110.541L128.003 117.893L143.724 118.176L144.516 109.326L147.453 96.0759C147.453 96.0759 146.802 93.2333 144.302 93.0022C143.007 92.8762 134.693 92.7852 134.693 92.7852Z" fill="#A4C280"/>
38
- <path d="M144.765 93.2256C144.765 93.2256 148.489 93.2081 149.624 97.5035C150.758 101.799 153.023 113.096 153.023 113.096L145.965 115.217L142.171 99.7125C141.907 98.8337 141.804 97.9147 141.866 96.9994C141.982 95.4486 142.563 93.4356 144.765 93.2256Z" fill="#A4C280"/>
39
- <path d="M133.576 92.9962L134.819 90.6191L136.919 91.8094V92.8421L137.585 91.8094L142.538 90.6191V93.5563L136.755 94.1864L133.576 92.9962Z" fill="#A4C280"/>
40
- <path d="M129.697 96.6074C129.623 96.7823 129.535 96.9509 129.434 97.1115C129.343 97.2691 129.235 97.4616 129.126 97.6962C129.018 97.9307 128.874 98.1863 128.755 98.4908C128.636 98.7954 128.489 99.1175 128.374 99.4815C128.258 99.8456 128.136 100.234 128.024 100.644C127.558 102.45 127.439 104.328 127.673 106.178C127.736 106.602 127.785 107.008 127.876 107.379C127.943 107.726 128.027 108.07 128.129 108.408C128.206 108.727 128.314 109 128.395 109.245C128.46 109.456 128.537 109.663 128.626 109.865C128.703 110.038 128.768 110.217 128.818 110.4C128.719 110.238 128.633 110.068 128.559 109.893C128.46 109.694 128.372 109.489 128.297 109.28C128.209 109.035 128.09 108.762 128.006 108.447C127.894 108.102 127.801 107.752 127.726 107.397C127.631 107.022 127.575 106.616 127.505 106.185C127.387 105.257 127.354 104.319 127.407 103.385C127.475 102.445 127.629 101.514 127.866 100.602C127.989 100.185 128.097 99.7896 128.241 99.429C128.359 99.0917 128.496 98.761 128.65 98.4383C128.769 98.1692 128.901 97.9063 129.046 97.6506C129.151 97.4514 129.268 97.2586 129.396 97.073C129.482 96.9091 129.583 96.7533 129.697 96.6074Z" fill="#397200"/>
41
- <path d="M136.548 91.6221C136.516 91.868 136.454 92.1091 136.363 92.3397C136.226 92.7773 136.013 93.39 135.796 94.0341C135.757 94.1356 135.722 94.2371 135.687 94.3352L135.649 94.4402L135.554 94.3842C135.102 94.1112 134.681 93.7882 134.301 93.4215C134.137 93.2822 133.997 93.1165 133.888 92.9314C134.444 93.3988 135.028 93.8314 135.638 94.2266L135.505 94.2756L135.614 93.9711C135.845 93.3129 136.065 92.7213 136.23 92.2977C136.306 92.0595 136.413 91.8323 136.548 91.6221Z" fill="#397200"/>
42
- <path d="M140.615 93.8074C140.378 93.9401 140.127 94.0469 139.866 94.1259C139.397 94.3045 138.746 94.5355 138.014 94.7841L137.909 94.8226V94.7141V94.6231C137.794 93.8389 137.703 93.1282 137.643 92.6136C137.593 92.3365 137.573 92.0548 137.584 91.7734C137.675 92.0401 137.737 92.316 137.769 92.5961C137.86 93.1037 137.976 93.8144 138.091 94.595V94.6861L137.972 94.6125C138.704 94.3675 139.373 94.154 139.845 94.0069C140.093 93.9106 140.352 93.8437 140.615 93.8074Z" fill="#397200"/>
43
- <path d="M145.958 115.217C145.902 115.085 145.859 114.948 145.829 114.807C145.755 114.506 145.657 114.128 145.545 113.677C145.314 112.721 145.006 111.398 144.674 109.934C144.341 108.471 144.057 107.134 143.854 106.178C143.763 105.727 143.69 105.345 143.627 105.037C143.593 104.898 143.573 104.756 143.567 104.613C143.628 104.742 143.672 104.879 143.697 105.019L143.98 106.15C144.215 107.106 144.523 108.429 144.852 109.896C145.181 111.363 145.472 112.697 145.671 113.649C145.762 114.104 145.839 114.485 145.899 114.793C145.937 114.931 145.957 115.074 145.958 115.217Z" fill="#397200"/>
44
- <path d="M133.576 117.836C133.567 117.75 133.567 117.663 133.576 117.577C133.576 117.409 133.576 117.157 133.576 116.839C133.576 116.194 133.625 115.263 133.702 114.115C133.74 113.541 133.789 112.914 133.859 112.242C133.929 111.57 134.031 110.842 134.125 110.1C134.314 108.591 134.475 106.928 134.65 105.199C134.89 102.21 135.317 99.2387 135.928 96.3032C136.184 95.183 136.446 94.2868 136.628 93.6741C136.726 93.3836 136.807 93.149 136.87 92.974C136.892 92.8902 136.924 92.8092 136.964 92.7324C136.954 92.8183 136.934 92.9028 136.905 92.9845C136.849 93.163 136.782 93.4011 136.695 93.6846C136.52 94.3008 136.278 95.2005 136.04 96.3207C135.469 99.2562 135.061 102.221 134.818 105.202C134.643 106.952 134.468 108.612 134.279 110.103C134.178 110.856 134.073 111.57 133.996 112.239C133.919 112.907 133.863 113.537 133.814 114.108C133.723 115.253 133.67 116.18 133.635 116.821L133.593 117.56C133.597 117.652 133.591 117.745 133.576 117.836Z" fill="#397200"/>
45
- <path d="M141.47 80.9344C141.918 81.8551 141.698 82.9579 141.372 83.9311C141.046 84.9043 140.63 85.888 140.714 86.9102C140.791 87.8589 141.302 88.7306 141.393 89.6793C141.551 91.2756 140.528 92.725 140.108 94.2758C139.847 95.2761 139.834 96.3252 140.072 97.3314C140.309 98.3377 140.789 99.2706 141.47 100.049C141.531 100.135 141.61 100.207 141.701 100.26C141.792 100.314 141.894 100.348 141.999 100.36C142.119 100.343 142.231 100.288 142.318 100.202C142.404 100.116 142.46 100.005 142.478 99.884C142.507 99.6429 142.501 99.3988 142.461 99.1593C142.268 96.8698 144.47 95.0355 144.789 92.76C144.999 91.2791 144.386 89.8158 144.295 88.3245C144.18 86.4481 144.887 84.6277 145.118 82.7618C145.224 82.1257 145.187 81.4739 145.009 80.8539C144.918 80.5449 144.753 80.2627 144.529 80.0316C144.304 79.8005 144.027 79.6274 143.721 79.5271C143.411 79.4411 143.08 79.4724 142.791 79.6151C142.502 79.7578 142.276 80.0019 142.156 80.3008" fill="#263238"/>
46
- <path d="M97.345 94.9585L89.9339 99.6495L95.185 85.2789L96.6028 82.4468C96.7919 82.2087 97.0229 81.9357 97.303 81.6241C97.5491 81.3582 97.8392 81.1367 98.1607 80.9694C98.5498 80.7426 98.9695 80.5728 99.4069 80.4653C99.4937 80.4591 99.5763 80.4258 99.6432 80.3702C99.7102 80.3146 99.758 80.2394 99.78 80.1552C99.802 80.071 99.7971 79.9821 99.766 79.9008C99.7348 79.8196 99.6791 79.7501 99.6065 79.7022C99.2739 79.5271 98.1432 79.6637 97.0264 80.4023C95.9097 81.141 96.5503 79.1316 96.7744 78.3999C96.9984 77.6682 97.576 75.3752 97.4045 75.1267C97.1524 74.7766 96.7218 74.9692 96.5153 75.7043C96.3088 76.4395 95.5421 78.6029 95.164 78.4664C94.7859 78.3299 95.9657 74.6156 95.9657 74.6156C95.9657 74.6156 96.3473 73.8629 95.9132 73.6914C95.129 73.3833 94.1628 77.4162 94.0823 77.8013C94.0263 78.0708 93.6062 77.9378 93.6832 77.6542C93.7602 77.3707 94.947 73.9819 94.1523 73.6599C93.5397 73.4113 93.3261 76.9716 92.6925 77.5352C92.0588 78.0988 93.1301 74.8536 92.5349 74.6401C92.3144 74.5596 92.1394 74.5316 91.7963 76.485C91.6282 77.4337 91.4462 80.7594 91.4462 80.7594L89.7203 84.1621L89.7623 84.2006L82.6978 99.1209C81.343 102.699 83.5555 105.59 85.7715 106.9C86.7854 107.498 87.9477 107.797 89.1245 107.764C90.3012 107.731 91.4446 107.365 92.4229 106.71L100.982 100.994L97.345 94.9585Z" fill="#FFC5A6"/>
47
- <path d="M113.393 79.1461L112.157 93.4817L104.977 92.9076C104.931 92.0709 104.977 88.8257 104.977 88.8257C104.977 88.8257 101.991 88.3636 101.956 85.3775C101.935 83.9246 102.145 80.928 102.362 78.2289C102.477 76.7858 103.154 75.4456 104.248 74.4964C105.341 73.5472 106.763 73.0648 108.208 73.1528C108.946 73.1955 109.667 73.3857 110.33 73.7122C110.993 74.0387 111.584 74.4948 112.067 75.0537C112.55 75.6125 112.917 76.2626 113.144 76.9656C113.372 77.6685 113.457 78.41 113.393 79.1461Z" fill="#FFC5A6"/>
48
- <path d="M104.987 88.784C106.366 88.8102 107.721 88.4251 108.88 87.6777C108.88 87.6777 107.96 89.8272 104.98 89.5576L104.987 88.784Z" fill="#D1734A"/>
49
- <path d="M110.15 75.8726C110.628 76.2469 110.941 76.7914 111.026 77.3919V77.4514C111.145 78.3021 111.12 79.1703 111.246 80.021C111.327 80.884 111.697 81.6944 112.296 82.321C112.555 82.5625 112.997 82.7306 113.224 82.447C113.297 82.3295 113.335 82.1934 113.333 82.0549C113.49 80 114.054 78.1761 114.033 76.0231C114.034 75.7353 113.966 75.4513 113.835 75.195C113.704 74.9386 113.514 74.7172 113.28 74.5493C112.832 74.2237 112.282 73.8912 111.782 74.1257C111.281 74.3603 110.634 75.302 110.245 75.6976" fill="#FF823C"/>
50
- <path d="M112.384 80.5054C112.437 80.4844 114.436 79.8997 114.373 81.9407C114.31 83.9816 112.272 83.4985 112.272 83.439C112.272 83.3795 112.384 80.5054 112.384 80.5054Z" fill="#FFC5A6"/>
51
- <path d="M111.887 74.4586C112.387 73.6394 111.012 72.4667 110.003 72.1516C108.995 71.8365 107.668 72.3232 106.664 72.6557C106.033 72.8658 105.4 73.1598 104.735 73.1318C104.289 73.0861 103.853 72.9752 103.439 72.8028C103.027 72.6271 102.582 72.5389 102.134 72.5437C101.91 72.5496 101.691 72.6162 101.502 72.7365C101.313 72.8567 101.16 73.026 101.059 73.2263C101.015 73.3286 100.994 73.4392 100.997 73.5505C101 73.6617 101.027 73.771 101.076 73.8709C101.125 73.9707 101.195 74.0586 101.282 74.1287C101.368 74.1987 101.469 74.2492 101.577 74.2766C101.435 74.1995 101.277 74.1579 101.116 74.1552C100.954 74.1525 100.795 74.1888 100.65 74.2611C100.506 74.3334 100.381 74.4394 100.287 74.5703C100.193 74.7011 100.131 74.8529 100.108 75.0125C100.085 75.1722 100.101 75.3352 100.154 75.4874C100.207 75.6397 100.297 75.7768 100.415 75.8871C100.532 75.9974 100.675 76.0776 100.831 76.1208C100.986 76.1641 101.15 76.1691 101.307 76.1355C101.017 75.9149 100.572 76.279 100.607 76.6431C100.646 76.8219 100.732 76.9873 100.855 77.123C100.977 77.2587 101.133 77.36 101.307 77.4168C102.158 77.7878 103.152 77.6688 104.035 77.3747C104.917 77.0807 105.732 76.6151 106.604 76.2965C107.476 75.9779 108.943 75.4073 109.818 75.7154C110.465 75.9429 110.914 76.7201 111.278 76.5486C111.45 76.4572 111.598 76.3266 111.711 76.1673C111.823 76.0079 111.897 75.8243 111.925 75.6314C111.974 75.2443 111.961 74.8521 111.887 74.4691" fill="#FF823C"/>
52
- <path d="M119.064 125.434L130.798 193.705L121.546 194.833L108.408 133.93L109.503 193.954H100.643L97.1387 124.835L119.064 125.434Z" fill="#A4C280"/>
53
- <path d="M98.0063 103.703L94.6981 105.758L90.9453 98.5465C92.5942 97.3562 97.8803 93.9535 99.2211 93.0783C99.5527 92.856 99.9043 92.665 100.271 92.5077C101.163 92.1586 102.098 91.9302 103.051 91.8285C103.898 91.713 104.542 91.657 104.959 91.6045C107.37 92.3677 109.958 92.3677 112.37 91.6045C112.66 91.6045 112.944 91.6395 113.217 91.671C115.668 92.0211 118.045 93.7399 119.518 95.3363L125.358 100.587L119.63 107.435L117.859 105.334L118.276 115.007L119.967 127.036H97.0891C97.0891 127.036 97.0401 124.2 97.2467 120.258C97.5407 114.713 97.8313 106.091 97.8313 106.091" fill="#649726"/>
54
- <path d="M97.7823 109.785C97.8686 109.258 97.9177 108.726 97.9293 108.192C97.9958 107.212 98.0834 105.853 98.2059 104.341C98.3284 102.829 98.465 101.491 98.556 100.511C98.6338 99.985 98.6724 99.4538 98.6715 98.9219C98.527 99.4349 98.4285 99.9597 98.3774 100.49C98.2339 101.467 98.0729 102.822 97.9468 104.32C97.8208 105.818 97.7648 107.184 97.7438 108.171C97.7088 108.709 97.7217 109.249 97.7823 109.785Z" fill="#A4C280"/>
55
- <path d="M117.443 100.241C117.38 100.603 117.361 100.971 117.387 101.337C117.387 102.013 117.429 102.947 117.503 103.977C117.576 105.006 117.681 105.933 117.779 106.602C117.804 106.969 117.878 107.33 118 107.677C118.023 107.312 118.009 106.946 117.958 106.585C117.898 105.811 117.832 104.929 117.758 103.956C117.685 102.982 117.625 102.1 117.566 101.33C117.566 100.964 117.524 100.598 117.443 100.241Z" fill="#A4C280"/>
56
- <path d="M46.134 108.795L43.89 113.412C43.3936 114.434 43.2163 115.582 43.3812 116.706C43.546 117.829 44.0454 118.878 44.8142 119.714C45.4173 120.368 46.1662 120.871 47.0001 121.182C47.834 121.493 48.7295 121.603 49.6138 121.503L58.3376 120.508V115.32L49.7538 115.569L51.8998 111.792L46.134 108.795Z" fill="#F8B084"/>
57
- <path d="M57.1859 92.3718C55.7471 89.9423 55.334 86.7041 54.97 83.9035C54.7984 82.5837 54.4973 80.7073 55.425 79.8811C56.4193 78.9989 56.5138 77.6372 57.655 76.9545C58.7963 76.2719 60.3436 76.2159 61.4218 76.9965" fill="#FFE9B2"/>
58
- <path d="M61.1693 100.984C61.6921 101.025 62.2177 100.96 62.7148 100.793C63.2118 100.627 63.6702 100.361 64.0623 100.013C64.4545 99.6651 64.7724 99.2415 64.9972 98.7678C65.2219 98.294 65.3488 97.7799 65.3702 97.256C65.4578 95.1345 65.5348 92.9885 65.5348 92.9885C65.5348 92.9885 68.7555 92.6945 68.997 89.5123C69.2386 86.3301 69.1546 78.975 69.1546 78.975C67.3937 78.0851 65.4274 77.6808 63.4583 77.8038C61.4892 77.9269 59.5885 78.5729 57.9521 79.6752L58.1202 90.8776L58.0992 96.9094C58.1097 98.9223 59.1564 100.809 61.1693 100.984Z" fill="#F8B084"/>
59
- <path d="M65.8429 85.6159C65.2933 84.9333 64.4041 84.6567 63.669 85.1328C63.3077 85.3821 63.0468 85.7516 62.9327 86.1755C62.8185 86.5993 62.8586 87.0498 63.0458 87.4468C63.2103 87.7405 63.4335 87.9971 63.7016 88.2007C63.9696 88.4042 64.2767 88.5504 64.6037 88.6301C64.8964 88.6954 65.155 88.8658 65.3305 89.1091C65.506 89.3523 65.5862 89.6515 65.5559 89.9499C65.4613 90.7515 64.1311 91.0456 63.5289 91.7002C62.5942 92.726 60.5428 93.1566 59.1635 93.3141C57.7842 93.4716 57.9697 93.4821 57.1856 92.3654C56.6562 91.609 56.3872 90.701 56.4189 89.7783L56.2929 82.7348C56.2431 81.8886 56.2996 81.0395 56.4609 80.2073C56.6253 79.3633 57.1031 78.6129 57.7982 78.1068C58.5754 77.5992 59.5486 77.5607 60.4413 77.2771C61.544 76.9271 62.4822 76.1954 63.5149 75.6703C64.5477 75.1452 65.8149 74.8336 66.8512 75.3552C67.5933 75.7298 68.0904 76.4755 68.8116 76.8886C69.8373 77.4767 71.2411 77.3472 71.7347 78.863C71.903 79.3913 71.8956 79.96 71.7137 80.4838C71.0135 82.5423 68.4545 83.365 66.6201 82.4688C66.5851 82.8188 66.9247 83.596 66.5536 84.6952C66.4346 85.0453 66.3926 85.5844 65.8534 85.5949" fill="#FFE9B2"/>
60
- <path d="M57.4307 80.3011C58.0828 80.0177 58.6402 79.5539 59.0374 78.9641C59.4345 78.3744 59.6547 77.6834 59.6721 76.9726C59.6894 76.2618 59.5032 75.5609 59.1353 74.9525C58.7674 74.3441 58.2332 73.8535 57.5957 73.5387C56.9582 73.2239 56.244 73.0979 55.5373 73.1757C54.8305 73.2534 54.1608 73.5316 53.6069 73.9775C53.0531 74.4233 52.6383 75.0182 52.4115 75.692C52.1846 76.3659 52.1552 77.0905 52.3266 77.7805C52.407 77.9925 52.407 78.2267 52.3266 78.4387C52.19 78.6732 51.8715 78.7047 51.6264 78.7888C50.7267 79.1388 50.6042 80.5006 51.2763 81.2043C51.9485 81.9079 53.0267 82.006 53.9649 81.7574C53.7374 82.5731 54.4725 83.4483 55.3162 83.5463C55.7415 83.5682 56.1647 83.4743 56.5408 83.2745C56.9169 83.0748 57.2317 82.7767 57.4517 82.412C57.8831 81.6752 58.1316 80.8457 58.1763 79.993" fill="#FFE9B2"/>
61
- <path d="M93.8209 68.4095C93.3028 68.147 91.808 70.9266 91.7835 70.1599C91.759 69.3933 94.003 66.9777 93.4498 66.7257C92.7287 66.3966 91.2199 69.3337 91.0763 69.5718C90.9328 69.8098 90.5792 69.6103 90.7262 69.4003C90.9328 69.0992 93.0192 65.8995 92.3156 65.5494C91.9235 65.3674 91.6645 66.099 91.6645 66.099C91.6645 66.099 89.9316 69.2497 89.6025 69.0747C89.2734 68.8997 90.2256 67.0267 90.5932 66.4176C90.9608 65.8085 90.8138 65.3954 90.4147 65.4549C90.1416 65.4969 88.9724 67.3418 88.6258 67.9544C88.2792 68.5671 87.3515 70.2649 87.1275 69.0572C86.9034 67.8494 86.2733 67.0057 85.9477 66.8937C85.8698 66.8776 85.7888 66.8858 85.7157 66.9171C85.6426 66.9485 85.5809 67.0015 85.5389 67.0691C85.4969 67.1367 85.4767 67.2155 85.4809 67.295C85.4851 67.3744 85.5137 67.4506 85.5626 67.5134C85.7674 67.8741 85.9206 68.2618 86.0177 68.6651C86.1084 68.987 86.1439 69.322 86.1228 69.6558C86.0947 70.0409 86.0562 70.356 86.0177 70.6465L85.3351 72.0783C85.3351 72.0783 80.392 83.3333 79.5483 84.9576C78.7047 86.582 71.8467 93.6815 71.8467 93.6815L73.2925 101.989L84.4074 89.9567L90.2781 73.4331L90.4217 73.0235C90.4217 73.0235 92.5221 70.7866 93.0543 70.0724C94.143 68.6021 94.0135 68.5076 93.8209 68.4095Z" fill="#F8B084"/>
62
- <path d="M52.7754 124.131C52.7754 124.131 49.2747 132.043 48.5255 139.884L44.8252 190.18L57.1724 191.478L60.7886 139.342C60.7886 139.342 72.1171 191.947 72.5617 191.947C73.0063 191.947 82.5003 188.412 82.5003 188.412L71.3329 124.386L52.7754 124.131Z" fill="#80AA4D"/>
63
- <path d="M66.0393 140.623C66.0393 140.683 63.5223 140.123 60.4381 139.374C57.3539 138.624 54.8859 137.973 54.9034 137.907C54.9209 137.84 57.417 138.404 60.5046 139.153C63.5923 139.902 66.0393 140.56 66.0393 140.623Z" fill="#A4C280"/>
64
- <path d="M79.3174 96.8747L74.3953 90.4053L74.1783 90.5628L66.3261 95.5059L57.9453 95.7964C57.9453 95.7964 52.0675 95.7964 49.8621 100.428C49.6205 100.936 44.793 110.58 44.793 110.58L52.2461 113.314L53.4538 109.869L54.9942 117.683L52.7747 124.125L71.4547 125.126L69.8899 115.772L71.2902 104.569L79.3174 96.8747Z" fill="#397200"/>
65
- <path d="M55.0675 118.043C55.0045 118.043 54.1083 114 53.0651 108.987C52.0219 103.974 51.2237 99.8848 51.2867 99.8848C51.3497 99.8848 52.2424 103.928 53.2891 108.941C54.3358 113.954 55.1305 118.029 55.0675 118.043Z" fill="#649726"/>
66
- </g>
67
- </g>
68
- <defs>
69
- <clipPath id="clip0_2639_8513">
70
- <rect width="175" height="175" fill="white" transform="translate(0.405273 0.333984)"/>
71
- </clipPath>
72
- </defs>
73
- </svg>
@@ -1,30 +0,0 @@
1
- <svg width="191" height="190" viewBox="0 0 191 190" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M95.4053 190C147.872 190 190.405 147.467 190.405 95C190.405 42.5329 147.872 0 95.4053 0C42.9382 0 0.405273 42.5329 0.405273 95C0.405273 147.467 42.9382 190 95.4053 190Z" fill="#F3F5F6"/>
3
- <path d="M95.4053 190C147.872 190 190.405 147.467 190.405 95C190.405 42.5329 147.872 0 95.4053 0C42.9382 0 0.405273 42.5329 0.405273 95C0.405273 147.467 42.9382 190 95.4053 190Z" fill="#3B485C" fill-opacity="0.1"/>
4
- <rect x="25.4053" y="41.4707" width="140" height="107.059" rx="8" fill="white"/>
5
- <path opacity="0.8" d="M103.017 72.2655C102.464 72.2655 102.017 72.7133 102.017 73.2655C102.017 73.8178 102.464 74.2655 103.017 74.2655V72.2655ZM118.363 95.9886C118.753 96.3791 119.387 96.3791 119.777 95.9886L126.141 89.6246C126.532 89.2341 126.532 88.6009 126.141 88.2104C125.751 87.8199 125.117 87.8199 124.727 88.2104L119.07 93.8673L113.413 88.2104C113.023 87.8199 112.39 87.8199 111.999 88.2104C111.608 88.6009 111.608 89.2341 111.999 89.6246L118.363 95.9886ZM103.017 74.2655H114.07V72.2655H103.017V74.2655ZM118.07 78.2655V95.2815H120.07V78.2655H118.07ZM114.07 74.2655C116.279 74.2655 118.07 76.0564 118.07 78.2655H120.07C120.07 74.9518 117.384 72.2655 114.07 72.2655V74.2655Z" fill="#A4C280"/>
6
- <g clip-path="url(#clip0_2797_11066)">
7
- <rect x="33.7188" y="59.791" width="69.2977" height="25.4384" rx="2.63052" fill="#E9F0E0"/>
8
- <path d="M72.6557 69H39.8335C38.5976 69 37.5957 70.0019 37.5957 71.2378C37.5957 72.4737 38.5976 73.4756 39.8335 73.4756L72.6557 73.4756C73.8916 73.4756 74.8935 72.4737 74.8935 71.2378C74.8935 70.0019 73.8916 69 72.6557 69Z" fill="#A4C280"/>
9
- <path d="M85.2755 77.2041H39.8335C38.5976 77.2041 37.5957 78.206 37.5957 79.4419C37.5957 80.6778 38.5976 81.6797 39.8335 81.6797H85.2755C86.5114 81.6797 87.5133 80.6778 87.5133 79.4419C87.5133 78.206 86.5114 77.2041 85.2755 77.2041Z" fill="#A4C280"/>
10
- <g opacity="0.4">
11
- <rect width="79.4693" height="4.47432" transform="translate(28.4844 59.791)" fill="#A4C280"/>
12
- </g>
13
- </g>
14
- <g clip-path="url(#clip1_2797_11066)">
15
- <rect x="84.4209" y="96.1221" width="69.2977" height="25.4384" rx="2.63052" fill="#E9F0E0"/>
16
- <path d="M125.656 105H92.8335C91.5976 105 90.5957 106.002 90.5957 107.238C90.5957 108.474 91.5976 109.476 92.8335 109.476L125.656 109.476C126.892 109.476 127.893 108.474 127.893 107.238C127.893 106.002 126.892 105 125.656 105Z" fill="#A4C280"/>
17
- <path d="M138.275 113.204H92.8335C91.5976 113.204 90.5957 114.206 90.5957 115.442C90.5957 116.678 91.5976 117.68 92.8335 117.68H138.275C139.511 117.68 140.513 116.678 140.513 115.442C140.513 114.206 139.511 113.204 138.275 113.204Z" fill="#A4C280"/>
18
- <g opacity="0.4">
19
- <rect width="79.4693" height="4.47432" transform="translate(79.1865 96.1221)" fill="#A4C280"/>
20
- </g>
21
- </g>
22
- <defs>
23
- <clipPath id="clip0_2797_11066">
24
- <rect x="33.7188" y="59.791" width="69.2977" height="25.4384" rx="2.63052" fill="white"/>
25
- </clipPath>
26
- <clipPath id="clip1_2797_11066">
27
- <rect x="84.4209" y="96.1221" width="69.2977" height="25.4384" rx="2.63052" fill="white"/>
28
- </clipPath>
29
- </defs>
30
- </svg>
@@ -1,30 +0,0 @@
1
- <svg width="190" height="190" viewBox="0 0 190 190" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M95 190C147.467 190 190 147.467 190 95C190 42.5329 147.467 0 95 0C42.5329 0 0 42.5329 0 95C0 147.467 42.5329 190 95 190Z" fill="#F3F5F6"/>
3
- <path d="M95 190C147.467 190 190 147.467 190 95C190 42.5329 147.467 0 95 0C42.5329 0 0 42.5329 0 95C0 147.467 42.5329 190 95 190Z" fill="#3B485C" fill-opacity="0.1"/>
4
- <rect x="25" y="41.4707" width="140" height="107.059" rx="8" fill="white"/>
5
- <path opacity="0.8" d="M84.0537 110.016C84.606 110.016 85.0537 109.568 85.0537 109.016C85.0537 108.463 84.606 108.016 84.0537 108.016L84.0537 110.016ZM68.7074 86.2927C68.3168 85.9021 67.6837 85.9021 67.2931 86.2927L60.9292 92.6566C60.5387 93.0471 60.5387 93.6803 60.9292 94.0708C61.3197 94.4614 61.9529 94.4614 62.3434 94.0708L68.0003 88.414L73.6571 94.0708C74.0476 94.4614 74.6808 94.4614 75.0713 94.0708C75.4618 93.6803 75.4618 93.0472 75.0713 92.6566L68.7074 86.2927ZM84.0537 108.016L73.0002 108.016L73.0002 110.016L84.0537 110.016L84.0537 108.016ZM69.0003 104.016L69.0003 86.9998L67.0003 86.9998L67.0003 104.016L69.0003 104.016ZM73.0002 108.016C70.7911 108.016 69.0003 106.225 69.0003 104.016L67.0003 104.016C67.0002 107.329 69.6865 110.016 73.0002 110.016L73.0002 108.016Z" fill="#A4C280"/>
6
- <g clip-path="url(#clip0_2841_23653)">
7
- <rect x="33.3135" y="59.791" width="69.2977" height="25.4384" rx="2.63052" fill="#E9F0E0"/>
8
- <path d="M72.2504 69H39.4282C38.1923 69 37.1904 70.0019 37.1904 71.2378C37.1904 72.4737 38.1923 73.4756 39.4282 73.4756L72.2504 73.4756C73.4863 73.4756 74.4882 72.4737 74.4882 71.2378C74.4882 70.0019 73.4863 69 72.2504 69Z" fill="#A4C280"/>
9
- <path d="M84.8702 77.2041H39.4282C38.1923 77.2041 37.1904 78.206 37.1904 79.4419C37.1904 80.6778 38.1923 81.6797 39.4282 81.6797H84.8702C86.1061 81.6797 87.108 80.6778 87.108 79.4419C87.108 78.206 86.1061 77.2041 84.8702 77.2041Z" fill="#A4C280"/>
10
- <g opacity="0.4">
11
- <rect width="79.4693" height="4.47432" transform="translate(28.0791 59.791)" fill="#A4C280"/>
12
- </g>
13
- </g>
14
- <g clip-path="url(#clip1_2841_23653)">
15
- <rect x="84.0156" y="96.1221" width="69.2977" height="25.4384" rx="2.63052" fill="#E9F0E0"/>
16
- <path d="M125.25 105H92.4282C91.1923 105 90.1904 106.002 90.1904 107.238C90.1904 108.474 91.1923 109.476 92.4282 109.476L125.25 109.476C126.486 109.476 127.488 108.474 127.488 107.238C127.488 106.002 126.486 105 125.25 105Z" fill="#A4C280"/>
17
- <path d="M137.87 113.204H92.4282C91.1923 113.204 90.1904 114.206 90.1904 115.442C90.1904 116.678 91.1923 117.68 92.4282 117.68H137.87C139.106 117.68 140.108 116.678 140.108 115.442C140.108 114.206 139.106 113.204 137.87 113.204Z" fill="#A4C280"/>
18
- <g opacity="0.4">
19
- <rect width="79.4693" height="4.47432" transform="translate(78.7812 96.1221)" fill="#A4C280"/>
20
- </g>
21
- </g>
22
- <defs>
23
- <clipPath id="clip0_2841_23653">
24
- <rect x="33.3135" y="59.791" width="69.2977" height="25.4384" rx="2.63052" fill="white"/>
25
- </clipPath>
26
- <clipPath id="clip1_2841_23653">
27
- <rect x="84.0156" y="96.1221" width="69.2977" height="25.4384" rx="2.63052" fill="white"/>
28
- </clipPath>
29
- </defs>
30
- </svg>
@@ -1,27 +0,0 @@
1
- <svg width="190" height="196" viewBox="0 0 190 196" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g clip-path="url(#clip0_2636_4946)">
3
- <ellipse cx="88.4953" cy="80.6575" rx="70.4719" ry="70.1966" fill="#F3F5F6"/>
4
- <ellipse cx="88.4953" cy="80.6575" rx="70.4719" ry="70.1966" fill="#3B485C" fill-opacity="0.1"/>
5
- <path fill-rule="evenodd" clip-rule="evenodd" d="M86.0371 10.4607C86.0371 4.6834 90.7205 0 96.4978 0H187.891C188.803 0 189.543 0.739485 189.543 1.65168V1.65168C189.543 2.56388 188.803 3.30337 187.891 3.30337H96.4978C92.5449 3.30337 89.3405 6.5078 89.3405 10.4607V44.3483C89.3405 45.2605 88.601 46 87.6888 46V46C86.7766 46 86.0371 45.2605 86.0371 44.3483V10.4607Z" fill="#649726"/>
6
- <path d="M81.6328 45.112C81.6328 43.0023 83.3431 41.292 85.4529 41.292H89.9251C92.0349 41.292 93.7452 43.0023 93.7452 45.112V50.101H81.6328V45.112Z" fill="#649726"/>
7
- <path d="M77.7783 53.9206C77.7783 51.8109 79.4886 50.1006 81.5984 50.1006H94.329C96.4388 50.1006 98.1491 51.8109 98.1491 53.9206V61.1118H77.7783V53.9206Z" fill="#649726"/>
8
- <path d="M76.6777 61.1123H99.2508V65.5168H76.6777V61.1123Z" fill="#A4C280"/>
9
- <path fill-rule="evenodd" clip-rule="evenodd" d="M86.7101 146.635L86.7102 119.653C86.7102 118.74 87.4496 118.001 88.3618 118.001V118.001C89.274 118.001 90.0135 118.74 90.0135 119.653L90.0135 146.635C90.0135 152.412 85.3301 157.096 79.5528 157.096H10.866C6.91308 157.096 3.70864 160.3 3.70864 164.253V194.349C3.70864 195.261 2.96916 196.001 2.05696 196.001V196.001C1.14476 196.001 0.405273 195.261 0.405273 194.349V164.253C0.405273 158.476 5.08869 153.792 10.866 153.792H79.5528C83.5057 153.792 86.7101 150.588 86.7101 146.635Z" fill="#649726"/>
10
- <path d="M81.2236 90.7829C81.2236 89.939 81.9078 89.2549 82.7517 89.2549H83.5891C84.433 89.2549 85.1171 89.939 85.1171 90.7829V97.0418H81.2236V90.7829Z" fill="#649726"/>
11
- <path d="M90.3086 90.7829C90.3086 89.939 90.9927 89.2549 91.8366 89.2549H92.674C93.5179 89.2549 94.202 89.939 94.202 90.7829V97.0418H90.3086V90.7829Z" fill="#649726"/>
12
- <path d="M94.2021 117.232C94.2021 119.341 92.4919 121.052 90.3821 121.052H86.3418C84.2321 121.052 82.5218 119.341 82.5218 117.232V111.967H94.2021V117.232Z" fill="#649726"/>
13
- <path d="M98.0957 108.148C98.0957 110.257 96.3854 111.968 94.2757 111.968H81.7996C79.6898 111.968 77.9795 110.257 77.9795 108.148V100.936H98.0957V108.148Z" fill="#649726"/>
14
- <path d="M99.3936 100.936H76.6817V97.0421H99.3936V100.936Z" fill="#A4C280"/>
15
- <path fill-rule="evenodd" clip-rule="evenodd" d="M65.0016 55.9834C65.4577 55.9834 65.8275 56.3531 65.8275 56.8092V64.5961C65.8275 65.0522 65.4577 65.422 65.0016 65.422C64.5455 65.422 64.1758 65.0522 64.1758 64.5961V56.8092C64.1758 56.3531 64.5455 55.9834 65.0016 55.9834Z" fill="#A4C280"/>
16
- <path fill-rule="evenodd" clip-rule="evenodd" d="M52.0733 61.4302C52.3878 61.0998 52.9106 61.087 53.2409 61.4015L58.8808 66.7706C59.2111 67.0851 59.224 67.6079 58.9095 67.9382C58.595 68.2685 58.0722 68.2814 57.7419 67.9669L52.102 62.5977C51.7717 62.2833 51.7588 61.7605 52.0733 61.4302Z" fill="#A4C280"/>
17
- <path fill-rule="evenodd" clip-rule="evenodd" d="M47.3035 73.1352C47.298 72.6791 47.6632 72.3049 48.1193 72.2994L55.9056 72.2053C56.3617 72.1998 56.7359 72.565 56.7414 73.0211C56.7469 73.4771 56.3817 73.8513 55.9256 73.8568L48.1393 73.951C47.6832 73.9565 47.309 73.5912 47.3035 73.1352Z" fill="#A4C280"/>
18
- <path fill-rule="evenodd" clip-rule="evenodd" d="M113.02 121.971C112.564 121.971 112.194 121.601 112.194 121.145V113.358C112.194 112.902 112.564 112.532 113.02 112.532C113.476 112.532 113.846 112.902 113.846 113.358V121.145C113.846 121.601 113.476 121.971 113.02 121.971Z" fill="#A4C280"/>
19
- <path fill-rule="evenodd" clip-rule="evenodd" d="M125.947 116.524C125.633 116.854 125.11 116.867 124.78 116.553L119.14 111.183C118.809 110.869 118.797 110.346 119.111 110.016C119.426 109.686 119.948 109.673 120.279 109.987L125.918 115.356C126.249 115.671 126.262 116.194 125.947 116.524Z" fill="#A4C280"/>
20
- <path fill-rule="evenodd" clip-rule="evenodd" d="M130.717 104.819C130.723 105.275 130.357 105.649 129.901 105.655L122.115 105.749C121.659 105.754 121.285 105.389 121.279 104.933C121.274 104.477 121.639 104.103 122.095 104.097L129.881 104.003C130.337 103.998 130.712 104.363 130.717 104.819Z" fill="#A4C280"/>
21
- </g>
22
- <defs>
23
- <clipPath id="clip0_2636_4946">
24
- <rect width="189.137" height="196" fill="white" transform="translate(0.405273)"/>
25
- </clipPath>
26
- </defs>
27
- </svg>
@@ -1,16 +0,0 @@
1
- <svg width="185" height="175" viewBox="0 0 185 175" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M163.001 0H13.001C6.09743 0 0.500977 5.59646 0.500977 12.5V162.5C0.500977 169.404 6.09743 175 13.001 175H163.001C169.905 175 175.501 169.404 175.501 162.5V12.5C175.501 5.59646 169.905 0 163.001 0Z" fill="#F3F5F6"/>
3
- <path d="M163.001 0H13.001C6.09743 0 0.500977 5.59646 0.500977 12.5V162.5C0.500977 169.404 6.09743 175 13.001 175H163.001C169.905 175 175.501 169.404 175.501 162.5V12.5C175.501 5.59646 169.905 0 163.001 0Z" fill="#3B485C" fill-opacity="0.1"/>
4
- <path fill-rule="evenodd" clip-rule="evenodd" d="M147.149 156.901L147.149 175H161.098V142.014C174.055 141.433 184.38 130.744 184.38 117.645V116.96C184.38 113.787 181.808 111.215 178.634 111.215C175.461 111.215 172.889 113.787 172.889 116.96V117.645C172.889 124.396 167.704 129.937 161.098 130.501V94.4748C161.098 90.6227 157.976 87.5 154.124 87.5C150.271 87.5 147.149 90.6227 147.149 94.4748L147.149 145.41C141.23 145.41 136.432 140.612 136.432 134.693V112.128C136.432 108.955 133.859 106.383 130.686 106.383C127.513 106.383 124.94 108.955 124.94 112.128V134.693C124.94 146.958 134.883 156.901 147.149 156.901Z" fill="#C8DAB3"/>
5
- <mask id="mask0_2886_9329" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="176" height="175">
6
- <path d="M163.001 0H13.001C6.09743 0 0.500977 5.59646 0.500977 12.5V162.5C0.500977 169.404 6.09743 175 13.001 175H163.001C169.905 175 175.501 169.404 175.501 162.5V12.5C175.501 5.59646 169.905 0 163.001 0Z" fill="#F3F5F6"/>
7
- </mask>
8
- <g mask="url(#mask0_2886_9329)">
9
- <path d="M200.218 176.689H-9.98242V159.868H57.3749C62.6792 159.868 67.7663 157.761 71.517 154.01L89.4482 136.079C94.0931 131.434 101.624 131.434 106.269 136.079C110.914 140.724 118.445 140.724 123.089 136.079L131.346 127.823C139.679 119.49 153.374 120.132 160.891 129.207L200.218 176.689Z" fill="#F3F5F6"/>
10
- <path d="M157.354 25.0485C158.842 19.0766 155.207 13.0292 149.235 11.5414C143.263 10.0535 137.216 13.6886 135.728 19.6605C134.24 25.6324 137.875 31.6798 143.847 33.1676C149.819 34.6555 155.867 31.0205 157.354 25.0485Z" fill="white"/>
11
- <path d="M127.501 39.1573H97.9133C94.3346 39.1573 91.8494 35.5938 93.0861 32.2355C93.6633 30.6682 94.9656 29.4786 96.5787 29.0453L98.6766 28.4817C100.022 28.1201 101.27 27.462 102.329 26.5555L104.56 24.6449C106.67 22.8374 109.666 22.4575 112.169 23.6648C113.69 24.3985 115.435 24.5556 117.061 24.0985C119.789 23.3312 122.71 24.3043 124.433 26.5547L124.572 26.7367C125.411 27.8325 126.557 28.6545 127.863 29.0985L129.094 29.5167C130.934 30.1419 132.238 31.7858 132.429 33.72C132.716 36.6326 130.427 39.1573 127.501 39.1573Z" fill="#F3F5F6"/>
12
- <path d="M58.2035 135.78C58.9074 137.062 60.866 139.159 64.9763 140.028C70.1143 141.114 76.284 140.585 79.2875 138.569C82.0671 136.704 83.1174 131.893 78.0952 130.692C72.5208 129.36 70.0038 138.214 74.8588 141.335C79.1547 144.097 86.4192 142.865 90.6072 140.669" stroke="#C8DAB3" stroke-width="1.5" stroke-linecap="round"/>
13
- <path fill-rule="evenodd" clip-rule="evenodd" d="M147.149 156.901L147.149 175H161.098V142.014C174.055 141.433 184.38 130.744 184.38 117.645V116.96C184.38 113.787 181.808 111.215 178.634 111.215C175.461 111.215 172.889 113.787 172.889 116.96V117.645C172.889 124.396 167.704 129.937 161.098 130.501V94.4748C161.098 90.6227 157.976 87.5 154.124 87.5C150.271 87.5 147.149 90.6227 147.149 94.4748L147.149 145.41C141.23 145.41 136.432 140.612 136.432 134.693V112.128C136.432 108.955 133.859 106.383 130.686 106.383C127.513 106.383 124.94 108.955 124.94 112.128V134.693C124.94 146.958 134.883 156.901 147.149 156.901Z" fill="#C8DAB3"/>
14
- <path d="M40.6508 124.718C40.3817 124.907 39.9221 124.47 40.2033 123.943C40.4205 123.424 41.4463 123.121 42.1989 123.824C42.9706 124.45 43.1141 126.063 41.9934 127.044C40.9609 128.064 38.7647 128.05 37.5545 126.506C36.2847 125.066 36.45 122.277 38.4132 120.842C40.258 119.321 43.6316 119.653 45.2952 122.037C47.0677 124.293 46.5856 128.253 43.7835 130.144C41.1246 132.165 36.5773 131.521 34.4584 128.293C32.1835 125.221 32.9815 120.087 36.6231 117.742C40.0975 115.22 45.8152 116.18 48.3914 120.249C51.1642 124.135 50.0578 130.446 45.5736 133.245C41.2866 136.267 34.3924 134.991 31.3622 130.081C28.0866 125.379 29.5097 117.896 34.833 114.641C39.9344 111.121 48.0015 112.708 51.4876 118.462C55.2646 123.977 53.5267 132.637 47.3637 136.345C41.4476 140.368 32.2081 138.462 28.2659 131.869C23.9897 125.538 26.0377 115.703 33.0429 111.541C39.7726 107.019 50.1867 109.238 54.5838 116.674" stroke="#649726" stroke-width="1.5" stroke-linecap="round"/>
15
- </g>
16
- </svg>