@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,31 +0,0 @@
1
- <svg width="186" height="142" viewBox="0 0 186 142" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <rect x="0.256348" y="-0.000976562" width="185.692" height="142" rx="8" fill="white"/>
3
- <mask id="mask0_2867_7939" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="21" y="23" width="145" height="102">
4
- <path opacity="0.5" d="M25.9405 124.367H165.828V106.677L143.105 94.8373L126.054 23.4907L94.4728 88.961L70.1713 106.677L21.46 122.842L21.8221 123.337L25.9405 124.367Z" fill="#E8EDF3"/>
5
- </mask>
6
- <g mask="url(#mask0_2867_7939)">
7
- <path opacity="0.2" d="M25.9405 124.367H165.828V106.677L143.105 94.8373L126.054 23.4907L94.4728 88.961L70.1713 106.677L21.46 122.842L21.8221 123.337L25.9405 124.367Z" fill="#9EB6CF"/>
8
- <path d="M25.9405 124.367H165.828V106.677L143.105 94.8373L126.054 23.4907L94.4728 88.961L70.1713 106.677L21.46 122.842L21.8221 123.337L25.9405 124.367Z" stroke="#9EB6CF" stroke-width="2"/>
9
- </g>
10
- <path d="M69.001 109.475C70.1055 109.475 71.001 108.579 71.001 107.475C71.001 106.37 70.1055 105.475 69.001 105.475C67.8964 105.475 67.001 106.37 67.001 107.475C67.001 108.579 67.8964 109.475 69.001 109.475Z" fill="#9EB6CF"/>
11
- <path d="M41.6768 118.457C42.7813 118.457 43.6768 117.562 43.6768 116.457C43.6768 115.352 42.7813 114.457 41.6768 114.457C40.5722 114.457 39.6768 115.352 39.6768 116.457C39.6768 117.562 40.5722 118.457 41.6768 118.457Z" fill="#9EB6CF"/>
12
- <path d="M95.1025 91.3052C96.2071 91.3052 97.1025 90.4097 97.1025 89.3052C97.1025 88.2006 96.2071 87.3052 95.1025 87.3052C93.998 87.3052 93.1025 88.2006 93.1025 89.3052C93.1025 90.4097 93.998 91.3052 95.1025 91.3052Z" fill="#9EB6CF"/>
13
- <path d="M142.774 96.4248C143.879 96.4248 144.774 95.5294 144.774 94.4248C144.774 93.3202 143.879 92.4248 142.774 92.4248C141.67 92.4248 140.774 93.3202 140.774 94.4248C140.774 95.5294 141.67 96.4248 142.774 96.4248Z" fill="#9EB6CF"/>
14
- <path d="M125.764 26.9497C126.868 26.9497 127.764 26.0543 127.764 24.9497C127.764 23.8451 126.868 22.9497 125.764 22.9497C124.659 22.9497 123.764 23.8451 123.764 24.9497C123.764 26.0543 124.659 26.9497 125.764 26.9497Z" fill="#9EB6CF"/>
15
- <path d="M165.314 109.331C166.419 109.331 167.314 108.435 167.314 107.331C167.314 106.226 166.419 105.331 165.314 105.331C164.21 105.331 163.314 106.226 163.314 107.331C163.314 108.435 164.21 109.331 165.314 109.331Z" fill="#9EB6CF"/>
16
- <path d="M169.887 124.489H25.3994C22.0857 124.489 19.3994 121.803 19.3994 118.489V23.584" stroke="#9EB6CF" stroke-width="2" stroke-linecap="round"/>
17
- <g clip-path="url(#clip0_2867_7939)">
18
- <rect x="85.6479" y="41.981" width="79" height="29" rx="2.63052" fill="#E8EDF3"/>
19
- <path d="M126.708 50.981H93.8857C92.6498 50.981 91.6479 51.9829 91.6479 53.2187C91.6479 54.4546 92.6498 55.4565 93.8857 55.4565L126.708 55.4565C127.944 55.4565 128.946 54.4546 128.946 53.2188C128.946 51.9829 127.944 50.981 126.708 50.981Z" fill="#9EB6CF"/>
20
- <path d="M150.81 59.1851H93.8857C92.6498 59.1851 91.6479 60.187 91.6479 61.4229C91.6479 62.6588 92.6498 63.6606 93.8857 63.6606H150.81C152.046 63.6606 153.047 62.6588 153.047 61.4229C153.047 60.187 152.046 59.1851 150.81 59.1851Z" fill="#9EB6CF"/>
21
- <g opacity="0.4">
22
- <rect width="79.4693" height="4.47432" transform="translate(85.4136 41.981)" fill="#9EB6CF"/>
23
- </g>
24
- </g>
25
- <path fill-rule="evenodd" clip-rule="evenodd" d="M126.897 16.729C130.712 17.1579 133.457 20.5983 133.028 24.4133C132.599 28.2283 129.159 30.9733 125.344 30.5444C123.488 30.3358 121.886 29.4149 120.779 28.0851C120.753 28.0442 120.725 28.0044 120.694 27.9658C120.664 27.9272 120.631 27.8909 120.597 27.8569C119.546 26.482 119.004 24.7153 119.213 22.86C119.642 19.045 123.082 16.3 126.897 16.729ZM117.971 28.5112C116.939 26.7884 116.443 24.7256 116.685 22.5757C117.27 17.3645 121.97 13.6149 127.181 14.2008C132.393 14.7867 136.142 19.4863 135.556 24.6976C134.97 29.9089 130.271 33.6584 125.059 33.0725C122.91 32.8308 121.008 31.889 119.558 30.4999L115.55 33.6973C115.001 34.1355 114.201 34.0455 113.763 33.4963C113.325 32.9472 113.415 32.1468 113.964 31.7086L117.971 28.5112Z" fill="#5A82AD"/>
26
- <defs>
27
- <clipPath id="clip0_2867_7939">
28
- <rect x="85.6479" y="41.981" width="79" height="29" rx="2.63052" fill="white"/>
29
- </clipPath>
30
- </defs>
31
- </svg>
@@ -1,49 +0,0 @@
1
- <svg width="353" height="212" viewBox="0 0 353 212" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g clip-path="url(#clip0_2777_36506)">
3
- <rect x="0.304688" y="0.0761719" width="353" height="212" fill="#F3F5F6"/>
4
- <rect x="84" y="35" width="185.692" height="142" rx="8" fill="white"/>
5
- <path opacity="0.8" d="M188.515 120.5V131.319" stroke="#E3E5E8" stroke-width="2" stroke-linecap="square"/>
6
- <path opacity="0.8" d="M168.515 80.6807V91.4997" stroke="#E3E5E8" stroke-width="2" stroke-linecap="round"/>
7
- <g clip-path="url(#clip1_2777_36506)">
8
- <rect x="137.5" y="91" width="79" height="29" rx="2.63052" fill="#E8EDF3"/>
9
- <path d="M174.415 100H145.738C144.502 100 143.5 101.002 143.5 102.238C143.5 103.474 144.502 104.476 145.738 104.476H174.415C175.651 104.476 176.653 103.474 176.653 102.238C176.653 101.002 175.651 100 174.415 100Z" fill="#9EB6CF"/>
10
- <path d="M188.505 108.204H145.738C144.502 108.204 143.5 109.206 143.5 110.442C143.5 111.678 144.502 112.68 145.738 112.68H188.505C189.741 112.68 190.743 111.678 190.743 110.442C190.743 109.206 189.741 108.204 188.505 108.204Z" fill="#9EB6CF"/>
11
- <path fill-rule="evenodd" clip-rule="evenodd" d="M208.498 107.56C208.498 107.392 208.554 107.224 208.554 107C208.554 106.776 208.554 106.608 208.498 106.44L209.674 105.488C209.786 105.376 209.786 105.264 209.73 105.152L208.61 103.192C208.554 103.136 208.442 103.08 208.274 103.136L206.874 103.696C206.594 103.472 206.258 103.304 205.922 103.136L205.698 101.68C205.754 101.512 205.586 101.4 205.474 101.4H203.234C203.122 101.4 202.954 101.512 202.954 101.624L202.73 103.136C202.394 103.248 202.114 103.472 201.778 103.696L200.434 103.136C200.266 103.08 200.154 103.136 200.042 103.248L198.922 105.208C198.866 105.264 198.922 105.432 199.034 105.544L200.21 106.44C200.21 106.608 200.154 106.776 200.154 107C200.154 107.224 200.154 107.392 200.21 107.56L199.034 108.512C198.922 108.624 198.922 108.736 198.978 108.848L200.098 110.808C200.154 110.864 200.266 110.92 200.434 110.864L201.834 110.304C202.114 110.528 202.45 110.696 202.786 110.864L203.01 112.32C203.01 112.432 203.122 112.544 203.29 112.544H205.53C205.642 112.544 205.81 112.432 205.81 112.32L206.034 110.864C206.37 110.696 206.706 110.528 206.986 110.304L208.386 110.864C208.498 110.92 208.666 110.864 208.722 110.752L209.842 108.792C209.898 108.68 209.898 108.512 209.786 108.456L208.498 107.56ZM204.354 108.96C203.29 108.96 202.394 108.064 202.394 107C202.394 105.936 203.29 105.04 204.354 105.04C205.418 105.04 206.314 105.936 206.314 107C206.314 108.064 205.418 108.96 204.354 108.96Z" fill="#3D6C9E"/>
12
- <g opacity="0.4">
13
- <rect width="79.4693" height="4.47432" transform="translate(137.266 91)" fill="#9EB6CF"/>
14
- </g>
15
- </g>
16
- <g clip-path="url(#clip2_2777_36506)">
17
- <rect x="117.5" y="57" width="79" height="29" rx="2.63052" fill="#E8EDF3"/>
18
- <path d="M154.415 66H125.738C124.502 66 123.5 67.0019 123.5 68.2378C123.5 69.4737 124.502 70.4756 125.738 70.4756H154.415C155.651 70.4756 156.653 69.4737 156.653 68.2378C156.653 67.0019 155.651 66 154.415 66Z" fill="#9EB6CF"/>
19
- <path d="M168.505 74.2041H125.738C124.502 74.2041 123.5 75.206 123.5 76.4419C123.5 77.6778 124.502 78.6797 125.738 78.6797H168.505C169.741 78.6797 170.743 77.6778 170.743 76.4419C170.743 75.206 169.741 74.2041 168.505 74.2041Z" fill="#9EB6CF"/>
20
- <path fill-rule="evenodd" clip-rule="evenodd" d="M178.9 73.0004C178.9 69.9076 181.407 67.4004 184.5 67.4004C185.985 67.4004 187.409 67.9904 188.46 69.0406C189.51 70.0908 190.1 71.5152 190.1 73.0004C190.1 74.4856 189.51 75.91 188.46 76.9602C187.409 78.0104 185.985 78.6004 184.5 78.6004C183.015 78.6004 181.59 78.0104 180.54 76.9602C179.49 75.91 178.9 74.4856 178.9 73.0004ZM187.117 72.3648C187.345 72.1567 187.362 71.8026 187.154 71.5737C186.946 71.3449 186.592 71.328 186.363 71.536L183.66 73.9936L182.637 73.0633C182.408 72.8553 182.054 72.8721 181.846 73.101C181.638 73.3298 181.654 73.684 181.883 73.892L183.283 75.1648C183.497 75.3589 183.823 75.3589 184.037 75.1648L187.117 72.3648Z" fill="#3D6C9E"/>
21
- <g opacity="0.4">
22
- <rect width="79.4693" height="4.47432" transform="translate(117.266 57)" fill="#9EB6CF"/>
23
- </g>
24
- </g>
25
- <g clip-path="url(#clip3_2777_36506)">
26
- <rect x="157.5" y="126" width="79" height="29" rx="2.63052" fill="#E8EDF3"/>
27
- <path d="M194.415 135H165.738C164.502 135 163.5 136.002 163.5 137.238C163.5 138.474 164.502 139.476 165.738 139.476H194.415C195.651 139.476 196.653 138.474 196.653 137.238C196.653 136.002 195.651 135 194.415 135Z" fill="#9EB6CF"/>
28
- <path d="M208.505 143.204H165.738C164.502 143.204 163.5 144.206 163.5 145.442C163.5 146.678 164.502 147.68 165.738 147.68H208.505C209.741 147.68 210.743 146.678 210.743 145.442C210.743 144.206 209.741 143.204 208.505 143.204Z" fill="#9EB6CF"/>
29
- <path fill-rule="evenodd" clip-rule="evenodd" d="M220.144 142C220.144 139.595 222.094 137.645 224.5 137.645C226.905 137.645 228.855 139.595 228.855 142C228.855 144.406 226.905 146.356 224.5 146.356C222.094 146.356 220.144 144.406 220.144 142ZM224.5 136.4C221.407 136.4 218.9 138.908 218.9 142C218.9 145.093 221.407 147.6 224.5 147.6C227.593 147.6 230.1 145.093 230.1 142C230.1 138.908 227.593 136.4 224.5 136.4ZM225.122 139.014C225.122 138.67 224.844 138.392 224.5 138.392C224.156 138.392 223.878 138.67 223.878 139.014V142.001C223.878 142.236 224.011 142.452 224.222 142.557L226.213 143.553C226.52 143.706 226.894 143.582 227.048 143.274C227.201 142.967 227.077 142.593 226.769 142.44L225.122 141.616V139.014Z" fill="#3D6C9E"/>
30
- <g opacity="0.4">
31
- <rect width="79.4693" height="4.47432" transform="translate(157.266 126)" fill="#9EB6CF"/>
32
- </g>
33
- </g>
34
- </g>
35
- <defs>
36
- <clipPath id="clip0_2777_36506">
37
- <rect width="353" height="212" fill="white"/>
38
- </clipPath>
39
- <clipPath id="clip1_2777_36506">
40
- <rect x="137.5" y="91" width="79" height="29" rx="2.63052" fill="white"/>
41
- </clipPath>
42
- <clipPath id="clip2_2777_36506">
43
- <rect x="117.5" y="57" width="79" height="29" rx="2.63052" fill="white"/>
44
- </clipPath>
45
- <clipPath id="clip3_2777_36506">
46
- <rect x="157.5" y="126" width="79" height="29" rx="2.63052" fill="white"/>
47
- </clipPath>
48
- </defs>
49
- </svg>
@@ -1,43 +0,0 @@
1
- <svg width="187" height="143" viewBox="0 0 187 143" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <rect x="0.884766" y="0.703125" width="185.692" height="142" rx="8" fill="white"/>
3
- <path opacity="0.8" d="M105.4 86.2031V97.0222" stroke="#E3E5E8" stroke-width="2" stroke-linecap="square"/>
4
- <path opacity="0.8" d="M85.3999 46.3838V57.2028" stroke="#E3E5E8" stroke-width="2" stroke-linecap="round"/>
5
- <g clip-path="url(#clip0_2867_7934)">
6
- <rect x="54.3848" y="56.7031" width="79" height="29" rx="2.63052" fill="#E8EDF3"/>
7
- <path d="M91.3002 65.7031H62.6226C61.3867 65.7031 60.3848 66.705 60.3848 67.9409C60.3848 69.1768 61.3867 70.1787 62.6226 70.1787H91.3002C92.5361 70.1787 93.538 69.1768 93.538 67.9409C93.538 66.705 92.5361 65.7031 91.3002 65.7031Z" fill="#9EB6CF"/>
8
- <path d="M105.39 73.9072H62.6226C61.3867 73.9072 60.3848 74.9091 60.3848 76.145C60.3848 77.3809 61.3867 78.3828 62.6226 78.3828H105.39C106.626 78.3828 107.628 77.3809 107.628 76.145C107.628 74.9091 106.626 73.9072 105.39 73.9072Z" fill="#9EB6CF"/>
9
- <path fill-rule="evenodd" clip-rule="evenodd" d="M125.383 73.263C125.383 73.095 125.439 72.927 125.439 72.703C125.439 72.479 125.439 72.311 125.383 72.143L126.559 71.191C126.671 71.079 126.671 70.967 126.615 70.855L125.495 68.895C125.439 68.839 125.327 68.783 125.159 68.839L123.759 69.399C123.479 69.175 123.143 69.007 122.807 68.839L122.583 67.383C122.639 67.215 122.471 67.103 122.359 67.103H120.119C120.007 67.103 119.839 67.215 119.839 67.327L119.615 68.839C119.279 68.951 118.999 69.175 118.663 69.399L117.319 68.839C117.151 68.783 117.039 68.839 116.927 68.951L115.807 70.911C115.751 70.967 115.807 71.135 115.919 71.247L117.095 72.143C117.095 72.311 117.039 72.479 117.039 72.703C117.039 72.927 117.039 73.095 117.095 73.263L115.919 74.215C115.807 74.327 115.807 74.439 115.863 74.551L116.983 76.511C117.039 76.567 117.151 76.623 117.319 76.567L118.719 76.007C118.999 76.231 119.335 76.399 119.671 76.567L119.895 78.023C119.895 78.135 120.007 78.247 120.175 78.247H122.415C122.527 78.247 122.695 78.135 122.695 78.023L122.919 76.567C123.255 76.399 123.591 76.231 123.871 76.007L125.271 76.567C125.383 76.623 125.551 76.567 125.607 76.455L126.727 74.495C126.783 74.383 126.783 74.215 126.671 74.159L125.383 73.263ZM121.239 74.663C120.175 74.663 119.279 73.767 119.279 72.703C119.279 71.639 120.175 70.743 121.239 70.743C122.303 70.743 123.199 71.639 123.199 72.703C123.199 73.767 122.303 74.663 121.239 74.663Z" fill="#3D6C9E"/>
10
- <g opacity="0.4">
11
- <rect width="79.4693" height="4.47432" transform="translate(54.1504 56.7031)" fill="#9EB6CF"/>
12
- </g>
13
- </g>
14
- <g clip-path="url(#clip1_2867_7934)">
15
- <rect x="34.3848" y="22.7031" width="79" height="29" rx="2.63052" fill="#E8EDF3"/>
16
- <path d="M71.3002 31.7031H42.6226C41.3867 31.7031 40.3848 32.705 40.3848 33.9409C40.3848 35.1768 41.3867 36.1787 42.6226 36.1787H71.3002C72.5361 36.1787 73.538 35.1768 73.538 33.9409C73.538 32.705 72.5361 31.7031 71.3002 31.7031Z" fill="#9EB6CF"/>
17
- <path d="M85.39 39.9072H42.6226C41.3867 39.9072 40.3848 40.9091 40.3848 42.145C40.3848 43.3809 41.3867 44.3828 42.6226 44.3828H85.39C86.6259 44.3828 87.6278 43.3809 87.6278 42.145C87.6278 40.9091 86.6259 39.9072 85.39 39.9072Z" fill="#9EB6CF"/>
18
- <path fill-rule="evenodd" clip-rule="evenodd" d="M95.7847 38.703C95.7847 35.6102 98.2919 33.103 101.385 33.103C102.87 33.103 104.294 33.693 105.344 34.7432C106.395 35.7934 106.985 37.2178 106.985 38.703C106.985 40.1882 106.395 41.6126 105.344 42.6628C104.294 43.713 102.87 44.303 101.385 44.303C99.8995 44.303 98.4751 43.713 97.4249 42.6628C96.3747 41.6126 95.7847 40.1882 95.7847 38.703ZM104.001 38.0674C104.23 37.8594 104.247 37.5052 104.039 37.2763C103.831 37.0475 103.477 37.0306 103.248 37.2387L100.545 39.6962L99.5214 38.7659C99.2925 38.5579 98.9384 38.5748 98.7303 38.8036C98.5223 39.0325 98.5391 39.3866 98.768 39.5947L100.168 40.8674C100.382 41.0616 100.708 41.0616 100.921 40.8674L104.001 38.0674Z" fill="#3D6C9E"/>
19
- <g opacity="0.4">
20
- <rect width="79.4693" height="4.47432" transform="translate(34.1504 22.7031)" fill="#9EB6CF"/>
21
- </g>
22
- </g>
23
- <g clip-path="url(#clip2_2867_7934)">
24
- <rect x="74.3848" y="91.7031" width="79" height="29" rx="2.63052" fill="#E8EDF3"/>
25
- <path d="M111.3 100.703H82.6226C81.3867 100.703 80.3848 101.705 80.3848 102.941C80.3848 104.177 81.3867 105.179 82.6226 105.179H111.3C112.536 105.179 113.538 104.177 113.538 102.941C113.538 101.705 112.536 100.703 111.3 100.703Z" fill="#9EB6CF"/>
26
- <path d="M125.39 108.907H82.6226C81.3867 108.907 80.3848 109.909 80.3848 111.145C80.3848 112.381 81.3867 113.383 82.6226 113.383H125.39C126.626 113.383 127.628 112.381 127.628 111.145C127.628 109.909 126.626 108.907 125.39 108.907Z" fill="#9EB6CF"/>
27
- <path fill-rule="evenodd" clip-rule="evenodd" d="M137.029 107.703C137.029 105.298 138.979 103.347 141.385 103.347C143.79 103.347 145.74 105.298 145.74 107.703C145.74 110.109 143.79 112.059 141.385 112.059C138.979 112.059 137.029 110.109 137.029 107.703ZM141.385 102.103C138.292 102.103 135.785 104.61 135.785 107.703C135.785 110.796 138.292 113.303 141.385 113.303C144.477 113.303 146.985 110.796 146.985 107.703C146.985 104.61 144.477 102.103 141.385 102.103ZM142.007 104.716C142.007 104.373 141.728 104.094 141.385 104.094C141.041 104.094 140.763 104.373 140.763 104.716V107.703C140.763 107.939 140.896 108.154 141.107 108.26L143.098 109.255C143.405 109.409 143.779 109.284 143.932 108.977C144.086 108.67 143.962 108.296 143.654 108.142L142.007 107.319V104.716Z" fill="#3D6C9E"/>
28
- <g opacity="0.4">
29
- <rect width="79.4693" height="4.47432" transform="translate(74.1504 91.7031)" fill="#9EB6CF"/>
30
- </g>
31
- </g>
32
- <defs>
33
- <clipPath id="clip0_2867_7934">
34
- <rect x="54.3848" y="56.7031" width="79" height="29" rx="2.63052" fill="white"/>
35
- </clipPath>
36
- <clipPath id="clip1_2867_7934">
37
- <rect x="34.3848" y="22.7031" width="79" height="29" rx="2.63052" fill="white"/>
38
- </clipPath>
39
- <clipPath id="clip2_2867_7934">
40
- <rect x="74.3848" y="91.7031" width="79" height="29" rx="2.63052" fill="white"/>
41
- </clipPath>
42
- </defs>
43
- </svg>
@@ -1,16 +0,0 @@
1
- <svg width="353" height="212" viewBox="0 0 353 212" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g clip-path="url(#clip0_2986_8964)">
3
- <rect width="353" height="212" fill="#F3F5F6"/>
4
- <rect x="84" y="44" width="186" height="123" rx="8" fill="white"/>
5
- <path d="M147.02 152.599H163.02V92.2178H147.02V152.599Z" fill="#5A82AD"/>
6
- <path d="M209.366 152.599H225.366V132.498H209.366V152.599Z" fill="#5A82AD"/>
7
- <path d="M115.847 152.937H131.847V71.4844H115.847L115.847 152.937Z" fill="#9EB6CF"/>
8
- <path d="M178.193 152.937H194.193V119.326H178.193V152.937Z" fill="#9EB6CF"/>
9
- <path d="M225.086 123.302C179.529 123.302 170.093 61.2695 115.847 61.2695" stroke="#9EB6CF" stroke-width="2" stroke-linecap="round" stroke-linejoin="bevel"/>
10
- </g>
11
- <defs>
12
- <clipPath id="clip0_2986_8964">
13
- <rect width="353" height="212" fill="white"/>
14
- </clipPath>
15
- </defs>
16
- </svg>
@@ -1,16 +0,0 @@
1
- <svg width="353" height="212" viewBox="0 0 353 212" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g clip-path="url(#clip0_2986_8965)">
3
- <rect width="353" height="212" fill="#F3F5F6"/>
4
- <rect width="186" height="123" rx="8" transform="matrix(-1 0 0 1 270 44)" fill="white"/>
5
- <path d="M206.98 152.599H190.98V92.2178H206.98V152.599Z" fill="#5A82AD"/>
6
- <path d="M144.634 152.599H128.634V132.498H144.634V152.599Z" fill="#5A82AD"/>
7
- <path d="M238.153 152.937H222.153V71.4844H238.153V152.937Z" fill="#9EB6CF"/>
8
- <path d="M175.807 152.937H159.807V119.326H175.807V152.937Z" fill="#9EB6CF"/>
9
- <path d="M128.914 123.302C174.471 123.302 183.907 61.2695 238.153 61.2695" stroke="#9EB6CF" stroke-width="2" stroke-linecap="round" stroke-linejoin="bevel"/>
10
- </g>
11
- <defs>
12
- <clipPath id="clip0_2986_8965">
13
- <rect width="353" height="212" fill="white"/>
14
- </clipPath>
15
- </defs>
16
- </svg>
@@ -1,44 +0,0 @@
1
- <svg width="353" height="212" viewBox="0 0 353 212" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g clip-path="url(#clip0_3069_7168)">
3
- <g clip-path="url(#clip1_3069_7168)">
4
- <rect width="353" height="212" fill="#F3F5F6"/>
5
- <g clip-path="url(#clip2_3069_7168)">
6
- <rect x="83.6538" y="35" width="185.692" height="142" rx="8" fill="white"/>
7
- <mask id="path-2-outside-1_3069_7168" maskUnits="userSpaceOnUse" x="102.148" y="23.9446" width="154.907" height="138.438" fill="black">
8
- <rect fill="white" x="102.148" y="23.9446" width="154.907" height="138.438"/>
9
- <path d="M234.808 125.218C235.332 125.392 235.899 125.108 236.065 124.582C238.974 115.35 239.735 105.572 238.285 95.9934C236.784 86.0853 232.961 76.673 227.126 68.5259C221.291 60.3789 213.611 53.7284 204.713 49.1183C195.816 44.5081 185.953 42.0692 175.933 42.001C165.912 41.9327 156.017 44.237 147.058 48.7255C138.098 53.214 130.328 59.7593 124.383 67.8261C118.438 75.8929 114.486 85.2523 112.851 95.1389C111.27 104.697 111.898 114.485 114.681 123.755C114.84 124.284 115.403 124.575 115.929 124.408L138.232 117.328C138.759 117.161 139.049 116.6 138.896 116.069C137.322 110.621 136.984 104.886 137.911 99.2832C138.892 93.3512 141.263 87.7355 144.83 82.8954C148.397 78.0554 153.059 74.1282 158.435 71.4351C163.81 68.742 169.747 67.3594 175.76 67.4004C181.772 67.4413 187.689 68.9047 193.028 71.6708C198.367 74.4368 202.975 78.4271 206.476 83.3154C209.976 88.2036 212.271 93.851 213.171 99.7958C214.021 105.411 213.605 111.141 211.957 116.567C211.797 117.095 212.079 117.661 212.603 117.835L234.808 125.218Z"/>
10
- </mask>
11
- <path d="M234.808 125.218C235.332 125.392 235.899 125.108 236.065 124.582C238.974 115.35 239.735 105.572 238.285 95.9934C236.784 86.0853 232.961 76.673 227.126 68.5259C221.291 60.3789 213.611 53.7284 204.713 49.1183C195.816 44.5081 185.953 42.0692 175.933 42.001C165.912 41.9327 156.017 44.237 147.058 48.7255C138.098 53.214 130.328 59.7593 124.383 67.8261C118.438 75.8929 114.486 85.2523 112.851 95.1389C111.27 104.697 111.898 114.485 114.681 123.755C114.84 124.284 115.403 124.575 115.929 124.408L138.232 117.328C138.759 117.161 139.049 116.6 138.896 116.069C137.322 110.621 136.984 104.886 137.911 99.2832C138.892 93.3512 141.263 87.7355 144.83 82.8954C148.397 78.0554 153.059 74.1282 158.435 71.4351C163.81 68.742 169.747 67.3594 175.76 67.4004C181.772 67.4413 187.689 68.9047 193.028 71.6708C198.367 74.4368 202.975 78.4271 206.476 83.3154C209.976 88.2036 212.271 93.851 213.171 99.7958C214.021 105.411 213.605 111.141 211.957 116.567C211.797 117.095 212.079 117.661 212.603 117.835L234.808 125.218Z" fill="#9EB6CF"/>
12
- <path d="M234.808 125.218C235.332 125.392 235.899 125.108 236.065 124.582C238.974 115.35 239.735 105.572 238.285 95.9934C236.784 86.0853 232.961 76.673 227.126 68.5259C221.291 60.3789 213.611 53.7284 204.713 49.1183C195.816 44.5081 185.953 42.0692 175.933 42.001C165.912 41.9327 156.017 44.237 147.058 48.7255C138.098 53.214 130.328 59.7593 124.383 67.8261C118.438 75.8929 114.486 85.2523 112.851 95.1389C111.27 104.697 111.898 114.485 114.681 123.755C114.84 124.284 115.403 124.575 115.929 124.408L138.232 117.328C138.759 117.161 139.049 116.6 138.896 116.069C137.322 110.621 136.984 104.886 137.911 99.2832C138.892 93.3512 141.263 87.7355 144.83 82.8954C148.397 78.0554 153.059 74.1282 158.435 71.4351C163.81 68.742 169.747 67.3594 175.76 67.4004C181.772 67.4413 187.689 68.9047 193.028 71.6708C198.367 74.4368 202.975 78.4271 206.476 83.3154C209.976 88.2036 212.271 93.851 213.171 99.7958C214.021 105.411 213.605 111.141 211.957 116.567C211.797 117.095 212.079 117.661 212.603 117.835L234.808 125.218Z" stroke="#E3E5E8" stroke-width="2" mask="url(#path-2-outside-1_3069_7168)"/>
13
- <mask id="path-3-outside-2_3069_7168" maskUnits="userSpaceOnUse" x="125.208" y="27.7304" width="131.847" height="99.5414" fill="black">
14
- <rect fill="white" x="125.208" y="27.7304" width="131.847" height="99.5414"/>
15
- <path d="M234.808 125.218C235.332 125.392 235.899 125.108 236.065 124.581C239.99 112.125 239.98 98.7523 236.024 86.2887C231.968 73.5073 223.968 62.3382 213.174 54.3823C202.379 46.4265 189.342 42.0923 175.933 42.001C162.857 41.9119 150.081 45.8617 139.344 53.2979C138.89 53.6124 138.787 54.2379 139.109 54.6869L152.734 73.7111C153.055 74.1601 153.679 74.2622 154.137 73.9525C160.509 69.6368 168.048 67.3478 175.76 67.4004C183.805 67.4552 191.627 70.0557 198.104 74.8292C204.581 79.6027 209.381 86.3041 211.815 93.973C214.148 101.324 214.193 109.202 211.957 116.567C211.797 117.095 212.079 117.661 212.603 117.835L234.808 125.218Z"/>
16
- </mask>
17
- <path d="M234.808 125.218C235.332 125.392 235.899 125.108 236.065 124.581C239.99 112.125 239.98 98.7523 236.024 86.2887C231.968 73.5073 223.968 62.3382 213.174 54.3823C202.379 46.4265 189.342 42.0923 175.933 42.001C162.857 41.9119 150.081 45.8617 139.344 53.2979C138.89 53.6124 138.787 54.2379 139.109 54.6869L152.734 73.7111C153.055 74.1601 153.679 74.2622 154.137 73.9525C160.509 69.6368 168.048 67.3478 175.76 67.4004C183.805 67.4552 191.627 70.0557 198.104 74.8292C204.581 79.6027 209.381 86.3041 211.815 93.973C214.148 101.324 214.193 109.202 211.957 116.567C211.797 117.095 212.079 117.661 212.603 117.835L234.808 125.218Z" fill="#7798BB"/>
18
- <path d="M234.808 125.218C235.332 125.392 235.899 125.108 236.065 124.581C239.99 112.125 239.98 98.7523 236.024 86.2887C231.968 73.5073 223.968 62.3382 213.174 54.3823C202.379 46.4265 189.342 42.0923 175.933 42.001C162.857 41.9119 150.081 45.8617 139.344 53.2979C138.89 53.6124 138.787 54.2379 139.109 54.6869L152.734 73.7111C153.055 74.1601 153.679 74.2622 154.137 73.9525C160.509 69.6368 168.048 67.3478 175.76 67.4004C183.805 67.4552 191.627 70.0557 198.104 74.8292C204.581 79.6027 209.381 86.3041 211.815 93.973C214.148 101.324 214.193 109.202 211.957 116.567C211.797 117.095 212.079 117.661 212.603 117.835L234.808 125.218Z" stroke="#E3E5E8" stroke-width="2" mask="url(#path-3-outside-2_3069_7168)"/>
19
- <mask id="path-4-outside-3_3069_7168" maskUnits="userSpaceOnUse" x="184.991" y="50.453" width="71.1179" height="76.8189" fill="black">
20
- <rect fill="white" x="184.991" y="50.453" width="71.1179" height="76.8189"/>
21
- <path d="M234.808 125.218C235.332 125.392 235.899 125.108 236.065 124.581C239.99 112.125 239.98 98.7523 236.024 86.2887C232.069 73.8252 224.364 62.8949 213.974 54.982C213.535 54.6474 212.908 54.7428 212.58 55.1873L198.697 74.0242C198.37 74.4688 198.466 75.0939 198.901 75.4331C204.975 80.1603 209.482 86.6222 211.815 93.973C214.148 101.324 214.193 109.202 211.957 116.567C211.797 117.095 212.079 117.661 212.603 117.835L234.808 125.218Z"/>
22
- </mask>
23
- <path d="M234.808 125.218C235.332 125.392 235.899 125.108 236.065 124.581C239.99 112.125 239.98 98.7523 236.024 86.2887C232.069 73.8252 224.364 62.8949 213.974 54.982C213.535 54.6474 212.908 54.7428 212.58 55.1873L198.697 74.0242C198.37 74.4688 198.466 75.0939 198.901 75.4331C204.975 80.1603 209.482 86.6222 211.815 93.973C214.148 101.324 214.193 109.202 211.957 116.567C211.797 117.095 212.079 117.661 212.603 117.835L234.808 125.218Z" fill="#5A82AD"/>
24
- <path d="M234.808 125.218C235.332 125.392 235.899 125.108 236.065 124.581C239.99 112.125 239.98 98.7523 236.024 86.2887C232.069 73.8252 224.364 62.8949 213.974 54.982C213.535 54.6474 212.908 54.7428 212.58 55.1873L198.697 74.0242C198.37 74.4688 198.466 75.0939 198.901 75.4331C204.975 80.1603 209.482 86.6222 211.815 93.973C214.148 101.324 214.193 109.202 211.957 116.567C211.797 117.095 212.079 117.661 212.603 117.835L234.808 125.218Z" stroke="#E3E5E8" stroke-width="2" mask="url(#path-4-outside-3_3069_7168)"/>
25
- </g>
26
- <path d="M180.122 113.975C180.331 116.479 178.49 118.775 175.978 118.836C173.49 118.897 171.606 116.67 171.738 114.185L173.968 72.2753C174.005 71.5864 174.602 71.0673 175.292 71.0613C175.975 71.0555 176.575 71.5544 176.632 72.2352L180.122 113.975Z" fill="#3D6C9E"/>
27
- <circle cx="176" cy="119" r="8" fill="#3D6C9E"/>
28
- <circle cx="176" cy="119" r="5" fill="white"/>
29
- </g>
30
- <rect x="114.365" y="139.504" width="125" height="26" rx="2.67636" fill="#C5D3E2"/>
31
- <path d="M134.025 156.13C134.119 156.13 134.2 156.167 134.269 156.241L134.957 156.988C134.523 157.51 133.991 157.915 133.359 158.201C132.728 158.482 131.974 158.622 131.097 158.622C130.318 158.622 129.613 158.489 128.981 158.223C128.355 157.952 127.82 157.577 127.377 157.099C126.933 156.616 126.59 156.041 126.349 155.376C126.112 154.71 125.994 153.978 125.994 153.179C125.994 152.381 126.12 151.649 126.371 150.983C126.627 150.312 126.985 149.738 127.443 149.26C127.907 148.777 128.459 148.402 129.1 148.136C129.746 147.87 130.456 147.736 131.23 147.736C131.999 147.736 132.677 147.862 133.263 148.114C133.855 148.36 134.368 148.69 134.802 149.105L134.232 149.911C134.193 149.965 134.146 150.012 134.092 150.051C134.037 150.091 133.963 150.11 133.87 150.11C133.771 150.11 133.658 150.066 133.53 149.977C133.406 149.884 133.246 149.782 133.049 149.674C132.857 149.561 132.613 149.46 132.317 149.371C132.026 149.277 131.661 149.23 131.222 149.23C130.714 149.23 130.249 149.319 129.825 149.497C129.401 149.674 129.036 149.933 128.73 150.273C128.424 150.613 128.185 151.027 128.013 151.515C127.845 152.004 127.761 152.558 127.761 153.179C127.761 153.805 127.85 154.365 128.028 154.858C128.205 155.346 128.449 155.76 128.76 156.1C129.07 156.436 129.435 156.692 129.854 156.87C130.273 157.047 130.724 157.136 131.207 157.136C131.503 157.136 131.767 157.121 131.999 157.091C132.235 157.057 132.452 157.005 132.65 156.936C132.847 156.862 133.032 156.771 133.204 156.662C133.382 156.554 133.557 156.421 133.729 156.263C133.828 156.174 133.926 156.13 134.025 156.13ZM139.543 152.957C139.937 152.957 140.282 152.911 140.578 152.817C140.874 152.718 141.12 152.583 141.318 152.41C141.515 152.238 141.663 152.033 141.761 151.796C141.86 151.555 141.909 151.289 141.909 150.998C141.909 150.416 141.717 149.972 141.332 149.667C140.948 149.361 140.366 149.208 139.587 149.208H138.182V152.957H139.543ZM144.557 158.504H143.011C142.705 158.504 142.484 158.386 142.346 158.149L139.861 154.562C139.777 154.439 139.686 154.35 139.587 154.296C139.489 154.242 139.341 154.215 139.143 154.215H138.182V158.504H136.452V147.855H139.587C140.287 147.855 140.889 147.926 141.392 148.069C141.899 148.212 142.316 148.417 142.641 148.683C142.967 148.944 143.206 149.26 143.359 149.63C143.516 149.999 143.595 150.411 143.595 150.865C143.595 151.234 143.539 151.58 143.425 151.9C143.317 152.22 143.157 152.511 142.945 152.773C142.738 153.034 142.481 153.261 142.175 153.453C141.87 153.645 141.522 153.796 141.133 153.904C141.345 154.032 141.527 154.212 141.68 154.444L144.557 158.504ZM152.488 157.106L152.481 158.504H145.84V147.855H152.481V149.252H147.578V152.462H151.497V153.815H147.578V157.106H152.488ZM163.709 153.179C163.709 153.968 163.581 154.69 163.325 155.346C163.069 155.997 162.706 156.556 162.238 157.025C161.774 157.493 161.215 157.858 160.559 158.119C159.908 158.376 159.184 158.504 158.385 158.504H154.362V147.855H158.385C159.184 147.855 159.908 147.985 160.559 148.247C161.215 148.503 161.774 148.865 162.238 149.334C162.706 149.802 163.069 150.364 163.325 151.02C163.581 151.671 163.709 152.391 163.709 153.179ZM161.942 153.179C161.942 152.568 161.858 152.018 161.691 151.53C161.528 151.042 161.291 150.63 160.981 150.295C160.675 149.96 160.303 149.704 159.864 149.526C159.425 149.344 158.932 149.252 158.385 149.252H156.1V157.106H158.385C158.932 157.106 159.425 157.017 159.864 156.84C160.303 156.662 160.675 156.406 160.981 156.071C161.291 155.731 161.528 155.319 161.691 154.836C161.858 154.348 161.942 153.796 161.942 153.179ZM167.351 158.504H165.614V147.855H167.351V158.504ZM177.203 149.297H173.883V158.504H172.16V149.297H168.832V147.855H177.203V149.297ZM187.489 149.674C187.435 149.763 187.378 149.829 187.319 149.874C187.26 149.913 187.186 149.933 187.097 149.933C187.004 149.933 186.898 149.893 186.779 149.815C186.666 149.736 186.523 149.649 186.35 149.556C186.183 149.457 185.983 149.368 185.751 149.289C185.52 149.206 185.244 149.164 184.923 149.164C184.627 149.164 184.366 149.201 184.139 149.275C183.917 149.349 183.73 149.452 183.577 149.585C183.424 149.718 183.308 149.876 183.23 150.059C183.156 150.236 183.119 150.431 183.119 150.643C183.119 150.914 183.19 151.141 183.333 151.323C183.476 151.501 183.663 151.653 183.895 151.782C184.132 151.91 184.4 152.023 184.701 152.122C185.002 152.216 185.308 152.317 185.618 152.425C185.934 152.533 186.242 152.657 186.543 152.795C186.843 152.933 187.11 153.108 187.341 153.32C187.578 153.532 187.768 153.791 187.911 154.096C188.054 154.402 188.125 154.774 188.125 155.213C188.125 155.686 188.044 156.13 187.881 156.544C187.718 156.958 187.482 157.321 187.171 157.631C186.866 157.937 186.486 158.179 186.032 158.356C185.584 158.533 185.071 158.622 184.494 158.622C184.154 158.622 183.821 158.588 183.496 158.519C183.175 158.455 182.867 158.363 182.571 158.245C182.281 158.122 182.007 157.974 181.751 157.801C181.494 157.629 181.265 157.437 181.063 157.225L181.566 156.396C181.61 156.327 181.667 156.273 181.736 156.234C181.805 156.194 181.881 156.174 181.965 156.174C182.078 156.174 182.204 156.229 182.342 156.337C182.48 156.441 182.645 156.556 182.838 156.685C183.035 156.808 183.271 156.924 183.548 157.032C183.824 157.136 184.154 157.188 184.539 157.188C185.165 157.188 185.648 157.035 185.988 156.729C186.333 156.423 186.506 156.002 186.506 155.464C186.506 155.164 186.434 154.92 186.291 154.732C186.148 154.54 185.958 154.38 185.722 154.252C185.49 154.123 185.224 154.015 184.923 153.926C184.622 153.838 184.317 153.744 184.006 153.645C183.695 153.542 183.39 153.423 183.089 153.29C182.788 153.152 182.52 152.975 182.283 152.758C182.051 152.536 181.864 152.265 181.721 151.944C181.578 151.619 181.506 151.215 181.506 150.732C181.506 150.347 181.58 149.975 181.728 149.615C181.881 149.255 182.101 148.937 182.387 148.661C182.677 148.38 183.035 148.156 183.459 147.988C183.883 147.82 184.366 147.736 184.908 147.736C185.52 147.736 186.079 147.833 186.587 148.025C187.1 148.217 187.541 148.491 187.911 148.846L187.489 149.674ZM197.39 156.13C197.484 156.13 197.565 156.167 197.634 156.241L198.322 156.988C197.888 157.51 197.355 157.915 196.724 158.201C196.093 158.482 195.339 158.622 194.461 158.622C193.682 158.622 192.977 158.489 192.346 158.223C191.72 157.952 191.185 157.577 190.742 157.099C190.298 156.616 189.955 156.041 189.714 155.376C189.477 154.71 189.359 153.978 189.359 153.179C189.359 152.381 189.484 151.649 189.736 150.983C189.992 150.312 190.35 149.738 190.808 149.26C191.272 148.777 191.824 148.402 192.465 148.136C193.111 147.87 193.82 147.736 194.595 147.736C195.364 147.736 196.042 147.862 196.628 148.114C197.22 148.36 197.733 148.69 198.166 149.105L197.597 149.911C197.558 149.965 197.511 150.012 197.456 150.051C197.402 150.091 197.328 150.11 197.235 150.11C197.136 150.11 197.023 150.066 196.894 149.977C196.771 149.884 196.611 149.782 196.414 149.674C196.221 149.561 195.977 149.46 195.682 149.371C195.391 149.277 195.026 149.23 194.587 149.23C194.079 149.23 193.613 149.319 193.189 149.497C192.765 149.674 192.401 149.933 192.095 150.273C191.789 150.613 191.55 151.027 191.378 151.515C191.21 152.004 191.126 152.558 191.126 153.179C191.126 153.805 191.215 154.365 191.392 154.858C191.57 155.346 191.814 155.76 192.125 156.1C192.435 156.436 192.8 156.692 193.219 156.87C193.638 157.047 194.089 157.136 194.572 157.136C194.868 157.136 195.132 157.121 195.364 157.091C195.6 157.057 195.817 157.005 196.014 156.936C196.212 156.862 196.396 156.771 196.569 156.662C196.747 156.554 196.922 156.421 197.094 156.263C197.193 156.174 197.291 156.13 197.39 156.13ZM209.606 153.179C209.606 153.968 209.477 154.695 209.221 155.361C208.965 156.027 208.602 156.601 208.134 157.084C207.67 157.562 207.111 157.937 206.455 158.208C205.804 158.479 205.08 158.615 204.281 158.615C203.487 158.615 202.763 158.479 202.107 158.208C201.456 157.937 200.896 157.562 200.428 157.084C199.96 156.601 199.597 156.027 199.341 155.361C199.085 154.695 198.956 153.968 198.956 153.179C198.956 152.391 199.085 151.663 199.341 150.998C199.597 150.332 199.96 149.758 200.428 149.275C200.896 148.792 201.456 148.414 202.107 148.143C202.763 147.872 203.487 147.736 204.281 147.736C205.08 147.736 205.804 147.872 206.455 148.143C207.111 148.414 207.67 148.792 208.134 149.275C208.602 149.758 208.965 150.332 209.221 150.998C209.477 151.663 209.606 152.391 209.606 153.179ZM207.838 153.179C207.838 152.568 207.754 152.018 207.587 151.53C207.424 151.042 207.187 150.628 206.877 150.288C206.571 149.948 206.199 149.686 205.76 149.504C205.321 149.322 204.828 149.23 204.281 149.23C203.739 149.23 203.248 149.322 202.809 149.504C202.371 149.686 201.996 149.948 201.685 150.288C201.375 150.628 201.136 151.042 200.968 151.53C200.8 152.018 200.717 152.568 200.717 153.179C200.717 153.796 200.8 154.348 200.968 154.836C201.136 155.324 201.375 155.738 201.685 156.078C201.996 156.414 202.371 156.672 202.809 156.855C203.248 157.032 203.739 157.121 204.281 157.121C204.828 157.121 205.321 157.032 205.76 156.855C206.199 156.672 206.571 156.414 206.877 156.078C207.187 155.738 207.424 155.324 207.587 154.836C207.754 154.348 207.838 153.796 207.838 153.179ZM214.593 152.957C214.987 152.957 215.332 152.911 215.628 152.817C215.924 152.718 216.17 152.583 216.368 152.41C216.565 152.238 216.713 152.033 216.811 151.796C216.91 151.555 216.959 151.289 216.959 150.998C216.959 150.416 216.767 149.972 216.382 149.667C215.998 149.361 215.416 149.208 214.637 149.208H213.232V152.957H214.593ZM219.607 158.504H218.061C217.755 158.504 217.534 158.386 217.395 158.149L214.911 154.562C214.827 154.439 214.736 154.35 214.637 154.296C214.538 154.242 214.391 154.215 214.193 154.215H213.232V158.504H211.502V147.855H214.637C215.337 147.855 215.939 147.926 216.442 148.069C216.949 148.212 217.366 148.417 217.691 148.683C218.017 148.944 218.256 149.26 218.409 149.63C218.566 149.999 218.645 150.411 218.645 150.865C218.645 151.234 218.589 151.58 218.475 151.9C218.367 152.22 218.207 152.511 217.995 152.773C217.787 153.034 217.531 153.261 217.225 153.453C216.92 153.645 216.572 153.796 216.183 153.904C216.395 154.032 216.577 154.212 216.73 154.444L219.607 158.504ZM227.538 157.106L227.531 158.504H220.89V147.855H227.531V149.252H222.628V152.462H226.547V153.815H222.628V157.106H227.538Z" fill="#3B485C"/>
32
- </g>
33
- <defs>
34
- <clipPath id="clip0_3069_7168">
35
- <rect width="353" height="212" fill="white"/>
36
- </clipPath>
37
- <clipPath id="clip1_3069_7168">
38
- <rect width="353" height="212" fill="white"/>
39
- </clipPath>
40
- <clipPath id="clip2_3069_7168">
41
- <rect x="83.6538" y="35" width="185.692" height="142" rx="8" fill="white"/>
42
- </clipPath>
43
- </defs>
44
- </svg>
@@ -1,19 +0,0 @@
1
- <svg width="353" height="212" viewBox="0 0 353 212" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g clip-path="url(#clip0_3070_6926)">
3
- <rect width="353" height="212" fill="#F3F5F6"/>
4
- <rect x="83.6538" y="35" width="185.692" height="142" rx="8" fill="white"/>
5
- <path d="M147.095 159.031H163.095V103.323H147.095V159.031Z" fill="#5A82AD"/>
6
- <path d="M209.441 159.031H225.441V118.701H209.441V159.031Z" fill="#5A82AD"/>
7
- <path d="M115.922 159.367H131.922V133.604H115.922V159.367Z" fill="#9EB6CF"/>
8
- <path d="M178.269 159.367H194.269V77.915H178.269V159.367Z" fill="#9EB6CF"/>
9
- <path d="M253.285 159.491H108.797C105.483 159.491 102.797 156.805 102.797 153.491V58.5859" stroke="#9EB6CF" stroke-width="2" stroke-linecap="round"/>
10
- <path fill-rule="evenodd" clip-rule="evenodd" d="M185.379 64.0518C193.35 64.948 199.085 72.136 198.188 80.1066C197.292 88.0772 190.104 93.8122 182.134 92.916C178.261 92.4806 174.917 90.5602 172.604 87.7865C172.548 87.6971 172.487 87.6101 172.42 87.5259C172.353 87.4419 172.282 87.3631 172.207 87.2894C170.018 84.4187 168.889 80.7323 169.324 76.8613C170.22 68.8906 177.408 63.1556 185.379 64.0518ZM166.729 88.6663C164.573 85.0673 163.537 80.7583 164.042 76.2674C165.266 65.3795 175.085 57.5456 185.973 58.7698C196.861 59.9939 204.695 69.8127 203.47 80.7005C202.246 91.5883 192.428 99.4222 181.54 98.1981C177.047 97.693 173.075 95.7246 170.044 92.8216L161.673 99.5006C160.525 100.416 158.853 100.228 157.938 99.0807C157.022 97.9333 157.21 96.2611 158.358 95.3457L166.729 88.6663Z" fill="#5A82AD"/>
11
- <circle cx="183.5" cy="78.5" r="15.5" fill="white"/>
12
- <path fill-rule="evenodd" clip-rule="evenodd" d="M175.27 79.5571C175.163 79.3917 175.07 79.2405 174.989 79.107C175.07 78.9735 175.163 78.8223 175.27 78.6569C175.705 77.984 176.348 77.0903 177.18 76.2019C178.872 74.3979 181.181 72.7845 184 72.7845C186.819 72.7845 189.128 74.3979 190.82 76.2019C191.652 77.0903 192.295 77.984 192.73 78.6569C192.837 78.8223 192.931 78.9735 193.011 79.107C192.931 79.2405 192.837 79.3917 192.73 79.5571C192.295 80.23 191.652 81.1237 190.82 82.0121C189.128 83.816 186.819 85.4294 184 85.4294C181.181 85.4294 178.872 83.816 177.18 82.0121C176.348 81.1237 175.705 80.23 175.27 79.5571ZM195.853 78.4834C195.853 78.4839 195.853 78.4843 194.614 79.1039L195.853 78.4843C196.049 78.8763 196.049 79.3377 195.853 79.7296L194.608 79.107C195.853 79.7296 195.853 79.7301 195.853 79.7306L195.852 79.7317L195.851 79.7345L195.847 79.7421L195.835 79.7657C195.825 79.785 195.811 79.8116 195.793 79.8448C195.758 79.9113 195.708 80.0046 195.642 80.1211C195.511 80.3537 195.32 80.6796 195.069 81.0678C194.569 81.8414 193.826 82.8763 192.851 83.9166C190.926 85.97 187.931 88.214 184 88.214C180.069 88.214 177.074 85.97 175.149 83.9166C174.174 82.8763 173.431 81.8414 172.931 81.0678C172.68 80.6796 172.489 80.3537 172.358 80.1211C172.292 80.0046 172.242 79.9113 172.207 79.8448C172.189 79.8116 172.175 79.785 172.165 79.7657L172.153 79.7421L172.149 79.7345L172.148 79.7317L172.147 79.7306C172.147 79.7301 172.147 79.7296 173.392 79.107L172.147 79.7296C171.951 79.3377 171.951 78.8763 172.147 78.4843L173.386 79.1039C172.147 78.4843 172.147 78.4839 172.147 78.4834L172.148 78.4823L172.149 78.4795L172.153 78.4719L172.165 78.4483C172.175 78.4289 172.189 78.4024 172.207 78.3692C172.242 78.3027 172.292 78.2093 172.358 78.0929C172.489 77.8603 172.68 77.5344 172.931 77.1462C173.431 76.3726 174.174 75.3377 175.149 74.2974C177.074 72.2439 180.069 70 184 70C187.931 70 190.926 72.2439 192.851 74.2974C193.826 75.3377 194.569 76.3726 195.069 77.1462C195.32 77.5344 195.511 77.8603 195.642 78.0929C195.708 78.2093 195.758 78.3027 195.793 78.3692C195.811 78.4024 195.825 78.4289 195.835 78.4483L195.847 78.4719L195.851 78.4795L195.852 78.4823L195.853 78.4834ZM182.499 79.1071C182.499 78.2783 183.171 77.6064 184 77.6064C184.829 77.6064 185.501 78.2783 185.501 79.1071C185.501 79.936 184.829 80.6079 184 80.6079C183.171 80.6079 182.499 79.936 182.499 79.1071ZM184 74.8218C181.633 74.8218 179.715 76.7404 179.715 79.1071C179.715 81.4738 181.633 83.3924 184 83.3924C186.367 83.3924 188.285 81.4738 188.285 79.1071C188.285 76.7404 186.367 74.8218 184 74.8218Z" fill="#5A82AD"/>
13
- </g>
14
- <defs>
15
- <clipPath id="clip0_3070_6926">
16
- <rect width="353" height="212" fill="white"/>
17
- </clipPath>
18
- </defs>
19
- </svg>
@@ -1,53 +0,0 @@
1
- <svg width="353" height="212" viewBox="0 0 353 212" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g clip-path="url(#clip0_3070_6921)">
3
- <rect width="353" height="212" fill="#F3F5F6"/>
4
- <rect x="83.6538" y="35" width="185.692" height="142" rx="8" fill="white"/>
5
- <g opacity="0.5">
6
- <rect x="100" y="141.58" width="154.471" height="3" rx="1.5" fill="#E3E5E8"/>
7
- </g>
8
- <g opacity="0.5">
9
- <rect x="100.059" y="149" width="34.6569" height="2" rx="1" fill="#9EB6CF"/>
10
- </g>
11
- <g opacity="0.5">
12
- <rect x="162.441" y="150" width="20.7941" height="2" rx="1" fill="#9EB6CF"/>
13
- </g>
14
- <rect x="100.059" y="156" width="20.7941" height="2" rx="1" fill="#E3E5E8"/>
15
- <g opacity="0.5">
16
- <rect x="100.059" y="162" width="20.7941" height="2" rx="1" fill="#9EB6CF"/>
17
- </g>
18
- <rect x="100.059" y="168" width="20.7941" height="2" rx="1" fill="#E3E5E8"/>
19
- <rect x="162.441" y="156" width="11.8824" height="2" rx="1" fill="#E3E5E8"/>
20
- <g opacity="0.5">
21
- <rect x="162.441" y="162" width="11.8824" height="2" rx="1" fill="#9EB6CF"/>
22
- </g>
23
- <rect x="162.441" y="168" width="11.8824" height="2" rx="1" fill="#E3E5E8"/>
24
- <rect x="202.049" y="156" width="11.8824" height="2" rx="1" fill="#E3E5E8"/>
25
- <g opacity="0.5">
26
- <rect x="202.049" y="162" width="11.8824" height="2" rx="1" fill="#9EB6CF"/>
27
- </g>
28
- <rect x="202.049" y="168" width="11.8824" height="2" rx="1" fill="#E3E5E8"/>
29
- <rect x="237.696" y="156" width="11.8824" height="2" rx="1" fill="#E3E5E8"/>
30
- <g opacity="0.5">
31
- <rect x="237.696" y="162" width="11.8824" height="2" rx="1" fill="#9EB6CF"/>
32
- </g>
33
- <rect x="237.696" y="168" width="11.8824" height="2" rx="1" fill="#E3E5E8"/>
34
- <g opacity="0.5">
35
- <rect x="202.049" y="150" width="20.7941" height="2" rx="1" fill="#9EB6CF"/>
36
- </g>
37
- <g opacity="0.5">
38
- <rect x="237.696" y="150" width="16.8333" height="2" rx="1" fill="#9EB6CF"/>
39
- </g>
40
- <path d="M156.885 88.4613C157.435 88.4112 157.923 88.8167 157.954 89.3681C158.349 96.376 156.189 103.303 151.854 108.852C147.519 114.402 141.321 118.175 134.425 119.488C133.883 119.591 133.371 119.216 133.287 118.67L132.109 111.069C132.025 110.523 132.399 110.015 132.94 109.902C137.399 108.973 141.399 106.493 144.216 102.886C147.033 99.2796 148.471 94.7989 148.294 90.2472C148.272 89.6954 148.675 89.2088 149.225 89.1587L156.885 88.4613Z" fill="#9EB6CF"/>
41
- <path d="M132.283 118.807C132.347 119.355 131.955 119.854 131.405 119.9C126.035 120.347 120.639 119.289 115.826 116.835C110.717 114.23 106.494 110.168 103.693 105.162C100.892 100.157 99.6383 94.4338 100.09 88.7159C100.542 82.9981 102.679 77.5426 106.231 73.0394C109.784 68.5361 114.591 65.1874 120.047 63.4166C125.502 61.6459 131.36 61.5326 136.88 63.0912C142.4 64.6498 147.334 67.8101 151.057 72.1727C154.564 76.2814 156.85 81.2826 157.666 86.6092C157.749 87.1551 157.355 87.6526 156.807 87.7174L149.168 88.6191C148.62 88.6839 148.125 88.2911 148.032 87.7467C147.447 84.3238 145.948 81.1154 143.686 78.4648C141.207 75.5602 137.922 73.456 134.247 72.4183C130.572 71.3806 126.671 71.456 123.039 72.635C119.407 73.814 116.206 76.0436 113.841 79.0418C111.475 82.0401 110.053 85.6723 109.752 89.4793C109.451 93.2862 110.286 97.0968 112.151 100.429C114.016 103.762 116.827 106.466 120.229 108.201C123.334 109.784 126.803 110.495 130.268 110.267C130.819 110.23 131.316 110.62 131.381 111.168L132.283 118.807Z" fill="#E3E5E8"/>
42
- <path d="M180 65L180 73L232 73L232 65L180 65Z" fill="#5A82AD"/>
43
- <path d="M180 101L180 109L218 109L218 101L180 101Z" fill="#5A82AD"/>
44
- <path d="M180 47L180 55L205 55L205 47L180 47Z" fill="#9EB6CF"/>
45
- <path d="M180 119L180 127L246 127L246 119L180 119Z" fill="#9EB6CF"/>
46
- <path d="M180 83L180 91L257 91L257 83L180 83Z" fill="#9EB6CF"/>
47
- </g>
48
- <defs>
49
- <clipPath id="clip0_3070_6921">
50
- <rect width="353" height="212" fill="white"/>
51
- </clipPath>
52
- </defs>
53
- </svg>
@@ -1,21 +0,0 @@
1
- <svg width="353" height="212" viewBox="0 0 353 212" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g clip-path="url(#clip0_3070_6922)">
3
- <rect width="353" height="212" fill="#F3F5F6"/>
4
- <rect x="83.6538" y="35" width="185.692" height="142" rx="8" fill="white"/>
5
- <rect x="116" y="133" width="22" height="22" rx="11" fill="#5A82AD"/>
6
- <rect opacity="0.5" x="124" y="110" width="6" height="6" rx="3" fill="#9EB6CF"/>
7
- <rect opacity="0.5" x="119" y="72" width="16" height="16" rx="8" fill="#9EB6CF"/>
8
- <rect opacity="0.5" x="167" y="138" width="12" height="12" rx="6" fill="#9EB6CF"/>
9
- <rect opacity="0.5" x="165" y="104" width="16" height="16" rx="8" fill="#9EB6CF"/>
10
- <rect x="157" y="64" width="32" height="32" rx="16" fill="#5A82AD"/>
11
- <rect opacity="0.5" x="215" y="140" width="8" height="8" rx="4" fill="#9EB6CF"/>
12
- <rect opacity="0.5" x="208" y="101" width="22" height="22" rx="11" fill="#5A82AD"/>
13
- <rect opacity="0.5" x="211" y="72" width="16" height="16" rx="8" fill="#9EB6CF"/>
14
- <path d="M253.285 159.491H108.797C105.483 159.491 102.797 156.805 102.797 153.491V58.5859" stroke="#9EB6CF" stroke-width="2" stroke-linecap="round"/>
15
- </g>
16
- <defs>
17
- <clipPath id="clip0_3070_6922">
18
- <rect width="353" height="212" fill="white"/>
19
- </clipPath>
20
- </defs>
21
- </svg>
@@ -1,20 +0,0 @@
1
- <svg width="353" height="212" viewBox="0 0 353 212" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g clip-path="url(#clip0_3070_6923)">
3
- <rect width="353" height="212" fill="#F3F5F6"/>
4
- <rect x="83.6538" y="35" width="185.692" height="142" rx="8" fill="white"/>
5
- <path d="M253.285 159.491H108.797C105.483 159.491 102.797 156.805 102.797 153.491V58.5859" stroke="#9EB6CF" stroke-width="2" stroke-linecap="round"/>
6
- <path d="M165 108L165.74 107.327L165.117 106.642L164.386 107.211L165 108ZM180 124.5L179.26 125.173L179.928 125.907L180.667 125.245L180 124.5ZM231.207 79.5546C231.237 79.0031 230.814 78.5316 230.263 78.5014L221.276 78.0099C220.725 77.9797 220.253 78.4023 220.223 78.9538C220.193 79.5052 220.615 79.9767 221.167 80.0069L229.155 80.4438L228.718 88.4319C228.688 88.9834 229.11 89.4549 229.662 89.485C230.213 89.5152 230.685 89.0926 230.715 88.5411L231.207 79.5546ZM125.114 140.289L165.614 108.789L164.386 107.211L123.886 138.711L125.114 140.289ZM164.26 108.673L179.26 125.173L180.74 123.827L165.74 107.327L164.26 108.673ZM180.667 125.245L230.875 80.2446L229.541 78.7553L179.333 123.755L180.667 125.245Z" fill="#5A82AD"/>
7
- <rect opacity="0.5" x="125" y="103" width="12" height="12" rx="6" fill="#9EB6CF"/>
8
- <rect opacity="0.5" x="145" y="81" width="12" height="12" rx="6" fill="#9EB6CF"/>
9
- <rect x="219" y="148.127" width="12" height="12" rx="6" transform="rotate(-103.514 219 148.127)" fill="#5A82AD"/>
10
- <rect opacity="0.5" x="157" y="59" width="12" height="12" rx="6" fill="#9EB6CF"/>
11
- <rect x="194.804" y="141.6" width="12" height="12" rx="6" transform="rotate(-103.514 194.804 141.6)" fill="#5A82AD"/>
12
- <rect opacity="0.5" x="172" y="87" width="12" height="12" rx="6" fill="#9EB6CF"/>
13
- <rect x="218.523" y="120.473" width="12" height="12" rx="6" transform="rotate(-103.514 218.523 120.473)" fill="#5A82AD"/>
14
- </g>
15
- <defs>
16
- <clipPath id="clip0_3070_6923">
17
- <rect width="353" height="212" fill="white"/>
18
- </clipPath>
19
- </defs>
20
- </svg>
@@ -1,32 +0,0 @@
1
- <svg width="353" height="212" viewBox="0 0 353 212" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g clip-path="url(#clip0_3070_6927)">
3
- <rect width="353" height="212" fill="#F3F5F6"/>
4
- <rect x="83.6538" y="35" width="185.692" height="142" rx="8" fill="white"/>
5
- <g opacity="0.5">
6
- <rect x="99" y="51" width="156" height="3" rx="1.5" fill="#E3E5E8"/>
7
- </g>
8
- <g opacity="0.5">
9
- <rect x="99.0596" y="58.4199" width="35" height="2" rx="1" fill="#9EB6CF"/>
10
- </g>
11
- <rect x="99.0596" y="71" width="21" height="2" rx="1" fill="#E3E5E8"/>
12
- <rect x="155" y="65" width="96" height="15" rx="1.04594" fill="#C5D3E2"/>
13
- <rect x="99.0596" y="87" width="21" height="2" rx="1" fill="#E3E5E8"/>
14
- <rect x="155" y="81" width="96" height="15" rx="1.04594" fill="#C5D3E2"/>
15
- <rect x="99.0596" y="103" width="21" height="2" rx="1" fill="#E3E5E8"/>
16
- <rect x="155" y="97" width="96" height="15" rx="1.04594" fill="#2F598C"/>
17
- <rect x="99.0596" y="119" width="21" height="2" rx="1" fill="#E3E5E8"/>
18
- <rect x="155" y="113" width="96" height="15" rx="1.04594" fill="#C5D3E2"/>
19
- <rect x="99.0596" y="135" width="21" height="2" rx="1" fill="#E3E5E8"/>
20
- <rect x="155" y="129" width="96" height="15" rx="1.04594" fill="#C5D3E2"/>
21
- <rect x="99.0596" y="151" width="21" height="2" rx="1" fill="#E3E5E8"/>
22
- <rect x="155" y="145" width="96" height="15" rx="1.04594" fill="#2F598C"/>
23
- <g opacity="0.5">
24
- <rect x="155" y="59" width="96" height="2" rx="1" fill="#9EB6CF"/>
25
- </g>
26
- </g>
27
- <defs>
28
- <clipPath id="clip0_3070_6927">
29
- <rect width="353" height="212" fill="white"/>
30
- </clipPath>
31
- </defs>
32
- </svg>
@@ -1,17 +0,0 @@
1
- <svg width="353" height="212" viewBox="0 0 353 212" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g clip-path="url(#clip0_3070_6924)">
3
- <rect width="353" height="212" fill="#F3F5F6"/>
4
- <rect x="83.6538" y="35" width="185.692" height="142" rx="8" fill="white"/>
5
- <path d="M253.285 159.491H108.797C105.483 159.491 102.797 156.805 102.797 153.491V58.5859" stroke="#9EB6CF" stroke-width="2" stroke-linecap="round"/>
6
- <path d="M105.745 155.43L117 139.501L137.5 126.316L155.248 84.8613L183.104 123.924L203.593 126.316L220.5 111.501L235.5 108.501L254.255 98.5012V159.001H204.752H155.248H105.745V155.43Z" fill="#C5D3E2"/>
7
- <path d="M105.745 157.023C106.157 157.023 106.49 156.309 106.49 155.428C106.49 154.548 106.157 153.834 105.745 153.834C105.334 153.834 105 154.548 105 155.428C105 156.309 105.334 157.023 105.745 157.023Z" fill="#C5D3E2"/>
8
- <path fill-rule="evenodd" clip-rule="evenodd" d="M154.379 74.0518C162.35 74.948 168.085 82.136 167.188 90.1066C166.292 98.0772 159.104 103.812 151.134 102.916C147.261 102.481 143.917 100.56 141.604 97.7865C141.548 97.6971 141.487 97.6101 141.42 97.5259C141.353 97.4419 141.282 97.3631 141.207 97.2894C139.018 94.4187 137.889 90.7323 138.324 86.8613C139.22 78.8906 146.408 73.1556 154.379 74.0518ZM135.729 98.6663C133.573 95.0673 132.537 90.7583 133.042 86.2674C134.266 75.3795 144.085 67.5456 154.973 68.7698C165.861 69.9939 173.695 79.8127 172.47 90.7005C171.246 101.588 161.428 109.422 150.54 108.198C146.047 107.693 142.075 105.725 139.044 102.822L130.673 109.501C129.525 110.416 127.853 110.228 126.938 109.081C126.022 107.933 126.21 106.261 127.358 105.346L135.729 98.6663Z" fill="#5A82AD"/>
9
- <circle opacity="0.4" cx="152.5" cy="88.5" r="15.5" fill="white"/>
10
- <path fill-rule="evenodd" clip-rule="evenodd" d="M151.85 80.3014C152.201 80.1038 152.597 80 153 80C153.403 80 153.799 80.1038 154.15 80.3014C154.501 80.499 154.795 80.7837 155.004 81.1281L155.007 81.1329L160.678 90.6005L160.686 90.6144C160.891 90.9688 160.999 91.3705 161 91.7797C161.001 92.1889 160.895 92.5913 160.692 92.9468C160.49 93.3023 160.198 93.5986 159.845 93.8061C159.492 94.0136 159.091 94.1252 158.682 94.1297L158.671 94.1298L147.318 94.1297C146.909 94.1252 146.508 94.0136 146.155 93.8061C145.802 93.5986 145.51 93.3023 145.308 92.9468C145.105 92.5913 144.999 92.1889 145 91.7797C145.001 91.3705 145.109 90.9688 145.314 90.6144L145.322 90.6005L150.993 81.1329L151.855 81.649L150.996 81.1281C151.205 80.7837 151.499 80.499 151.85 80.3014ZM152.715 82.1683L147.051 91.6236C147.023 91.673 147.009 91.7287 147.009 91.7854C147.009 91.8438 147.024 91.9013 147.053 91.9521C147.082 92.0029 147.123 92.0452 147.174 92.0748C147.223 92.1039 147.279 92.1197 147.336 92.121H158.664C158.721 92.1197 158.777 92.1039 158.826 92.0748C158.877 92.0452 158.918 92.0029 158.947 91.9521C158.976 91.9013 158.991 91.8438 158.991 91.7854C158.991 91.7287 158.977 91.673 158.949 91.6236L153.285 82.1683C153.255 82.1198 153.214 82.0797 153.164 82.0518C153.114 82.0235 153.058 82.0087 153 82.0087C152.942 82.0087 152.886 82.0235 152.836 82.0518C152.786 82.0797 152.745 82.1198 152.715 82.1683ZM153 84.0861C153.555 84.0861 154.004 84.5357 154.004 85.0904V87.7687C154.004 88.3234 153.555 88.773 153 88.773C152.445 88.773 151.996 88.3234 151.996 87.7687V85.0904C151.996 84.5357 152.445 84.0861 153 84.0861ZM153 89.4425C152.445 89.4425 151.996 89.8922 151.996 90.4469C151.996 91.0016 152.445 91.4512 153 91.4512H153.007C153.561 91.4512 154.011 91.0016 154.011 90.4469C154.011 89.8922 153.561 89.4425 153.007 89.4425H153Z" fill="#5A82AD"/>
11
- </g>
12
- <defs>
13
- <clipPath id="clip0_3070_6924">
14
- <rect width="353" height="212" fill="white"/>
15
- </clipPath>
16
- </defs>
17
- </svg>
@@ -1,16 +0,0 @@
1
- <svg width="353" height="212" viewBox="0 0 353 212" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g clip-path="url(#clip0_3070_6928)">
3
- <rect width="353" height="212" fill="#F3F5F6"/>
4
- <rect x="83.6538" y="35" width="185.692" height="142" rx="8" fill="white"/>
5
- <path d="M253.632 159.491H109.144C105.83 159.491 103.144 156.805 103.144 153.491V58.5859" stroke="#9EB6CF" stroke-width="2" stroke-linecap="round"/>
6
- <rect x="201" y="59" width="96" height="90" rx="1.04594" transform="rotate(90 201 59)" fill="#C5D3E2"/>
7
- <rect x="254" y="59" width="30" height="49" rx="1.04594" transform="rotate(90 254 59)" fill="#C5D3E2"/>
8
- <rect x="254" y="92" width="30" height="49" rx="1.04594" transform="rotate(90 254 92)" fill="#C5D3E2"/>
9
- <rect x="254" y="125" width="30" height="49" rx="1.04594" transform="rotate(90 254 125)" fill="#2F598C"/>
10
- </g>
11
- <defs>
12
- <clipPath id="clip0_3070_6928">
13
- <rect width="353" height="212" fill="white"/>
14
- </clipPath>
15
- </defs>
16
- </svg>
@@ -1,60 +0,0 @@
1
- <svg width="353" height="212" viewBox="0 0 353 212" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g clip-path="url(#clip0_2777_36502)">
3
- <rect width="353" height="212" fill="#F3F5F6"/>
4
- <rect x="83.6538" y="35" width="185.692" height="142" rx="8" fill="white"/>
5
- <g opacity="0.5">
6
- <rect x="98.4702" y="141.58" width="156" height="3" rx="1.5" fill="#E3E5E8"/>
7
- </g>
8
- <g opacity="0.5">
9
- <rect x="98.5303" y="149" width="35" height="2" rx="1" fill="#9EB6CF"/>
10
- </g>
11
- <g opacity="0.5">
12
- <rect x="161.53" y="150" width="21" height="2" rx="1" fill="#9EB6CF"/>
13
- </g>
14
- <rect x="98.5303" y="156" width="21" height="2" rx="1" fill="#E3E5E8"/>
15
- <g opacity="0.5">
16
- <rect x="98.5303" y="162" width="21" height="2" rx="1" fill="#9EB6CF"/>
17
- </g>
18
- <rect x="98.5303" y="168" width="21" height="2" rx="1" fill="#E3E5E8"/>
19
- <rect x="161.53" y="156" width="12" height="2" rx="1" fill="#E3E5E8"/>
20
- <g opacity="0.5">
21
- <rect x="161.53" y="162" width="12" height="2" rx="1" fill="#9EB6CF"/>
22
- </g>
23
- <rect x="161.53" y="168" width="12" height="2" rx="1" fill="#E3E5E8"/>
24
- <rect x="201.53" y="156" width="12" height="2" rx="1" fill="#E3E5E8"/>
25
- <g opacity="0.5">
26
- <rect x="201.53" y="162" width="12" height="2" rx="1" fill="#9EB6CF"/>
27
- </g>
28
- <rect x="201.53" y="168" width="12" height="2" rx="1" fill="#E3E5E8"/>
29
- <rect x="237.53" y="156" width="12" height="2" rx="1" fill="#E3E5E8"/>
30
- <g opacity="0.5">
31
- <rect x="237.53" y="162" width="12" height="2" rx="1" fill="#9EB6CF"/>
32
- </g>
33
- <rect x="237.53" y="168" width="12" height="2" rx="1" fill="#E3E5E8"/>
34
- <g opacity="0.5">
35
- <rect x="201.53" y="150" width="21" height="2" rx="1" fill="#9EB6CF"/>
36
- </g>
37
- <g opacity="0.5">
38
- <rect x="237.53" y="150" width="17" height="2" rx="1" fill="#9EB6CF"/>
39
- </g>
40
- <rect x="227.654" y="71" width="17" height="2" rx="1" fill="#9EB6CF"/>
41
- <rect x="227.654" y="75" width="17" height="2" rx="1" fill="#E3E5E8"/>
42
- <g opacity="0.5">
43
- <rect x="237.654" y="128" width="9" height="2" rx="1" fill="#9EB6CF"/>
44
- </g>
45
- <rect x="111.654" y="53" width="17" height="2" rx="1" fill="#E3E5E8"/>
46
- <rect x="111.654" y="57" width="17" height="2" rx="1" fill="#9EB6CF"/>
47
- <rect opacity="0.5" x="137.654" y="66" width="45" height="45" rx="22.5" fill="#E3E5E8"/>
48
- <rect x="168.654" y="56" width="45" height="45" rx="22.5" fill="#5A82AD"/>
49
- <rect x="97.6538" y="109" width="3" height="22" rx="1.5" fill="#E3E5E8"/>
50
- <rect x="107.654" y="119" width="3" height="12" rx="1.5" fill="#E3E5E8"/>
51
- <rect x="102.654" y="103" width="3" height="28" rx="1.5" fill="#9EB6CF"/>
52
- <path d="M254.6 108.821C255.15 108.771 255.64 109.177 255.651 109.729C255.713 112.934 254.673 116.076 252.687 118.618C250.701 121.161 247.904 122.931 244.779 123.647C244.241 123.77 243.729 123.393 243.644 122.847L243.234 120.2C243.149 119.654 243.525 119.148 244.059 119.006C246.009 118.485 247.746 117.342 248.999 115.738C250.253 114.134 250.941 112.171 250.974 110.154C250.983 109.602 251.382 109.114 251.932 109.064L254.6 108.821Z" fill="#9EB6CF"/>
53
- <path d="M243.178 122.91C243.243 123.459 242.85 123.96 242.299 123.985C239.878 124.097 237.463 123.578 235.294 122.472C232.827 121.214 230.789 119.253 229.437 116.837C228.085 114.421 227.479 111.658 227.697 108.897C227.915 106.137 228.947 103.503 230.662 101.329C232.377 99.1554 234.698 97.5387 237.332 96.6839C239.965 95.829 242.793 95.7744 245.458 96.5268C248.123 97.2792 250.505 98.8049 252.302 100.911C253.883 102.763 254.95 104.99 255.405 107.371C255.508 107.913 255.113 108.411 254.564 108.476L251.904 108.79C251.355 108.855 250.864 108.461 250.741 107.922C250.406 106.461 249.723 105.096 248.744 103.949C247.547 102.546 245.961 101.53 244.187 101.03C242.412 100.529 240.53 100.565 238.776 101.134C237.023 101.703 235.477 102.78 234.335 104.227C233.194 105.675 232.507 107.428 232.362 109.266C232.216 111.104 232.619 112.943 233.52 114.552C234.42 116.161 235.777 117.467 237.42 118.304C238.764 118.989 240.25 119.336 241.749 119.321C242.301 119.315 242.799 119.702 242.864 120.25L243.178 122.91Z" fill="#E3E5E8"/>
54
- </g>
55
- <defs>
56
- <clipPath id="clip0_2777_36502">
57
- <rect width="353" height="212" fill="white"/>
58
- </clipPath>
59
- </defs>
60
- </svg>
@@ -1,52 +0,0 @@
1
- <svg width="187" height="143" viewBox="0 0 187 143" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <rect x="0.884277" y="0.703125" width="185.692" height="142" rx="8" fill="white"/>
3
- <g opacity="0.5">
4
- <rect x="15.7007" y="107.283" width="156" height="3" rx="1.5" fill="#E3E5E8"/>
5
- </g>
6
- <g opacity="0.5">
7
- <rect x="15.7607" y="114.703" width="35" height="2" rx="1" fill="#9EB6CF"/>
8
- </g>
9
- <g opacity="0.5">
10
- <rect x="78.7607" y="115.703" width="21" height="2" rx="1" fill="#9EB6CF"/>
11
- </g>
12
- <rect x="15.7607" y="121.703" width="21" height="2" rx="1" fill="#E3E5E8"/>
13
- <g opacity="0.5">
14
- <rect x="15.7607" y="127.703" width="21" height="2" rx="1" fill="#9EB6CF"/>
15
- </g>
16
- <rect x="15.7607" y="133.703" width="21" height="2" rx="1" fill="#E3E5E8"/>
17
- <rect x="78.7607" y="121.703" width="12" height="2" rx="1" fill="#E3E5E8"/>
18
- <g opacity="0.5">
19
- <rect x="78.7607" y="127.703" width="12" height="2" rx="1" fill="#9EB6CF"/>
20
- </g>
21
- <rect x="78.7607" y="133.703" width="12" height="2" rx="1" fill="#E3E5E8"/>
22
- <rect x="118.761" y="121.703" width="12" height="2" rx="1" fill="#E3E5E8"/>
23
- <g opacity="0.5">
24
- <rect x="118.761" y="127.703" width="12" height="2" rx="1" fill="#9EB6CF"/>
25
- </g>
26
- <rect x="118.761" y="133.703" width="12" height="2" rx="1" fill="#E3E5E8"/>
27
- <rect x="154.761" y="121.703" width="12" height="2" rx="1" fill="#E3E5E8"/>
28
- <g opacity="0.5">
29
- <rect x="154.761" y="127.703" width="12" height="2" rx="1" fill="#9EB6CF"/>
30
- </g>
31
- <rect x="154.761" y="133.703" width="12" height="2" rx="1" fill="#E3E5E8"/>
32
- <g opacity="0.5">
33
- <rect x="118.761" y="115.703" width="21" height="2" rx="1" fill="#9EB6CF"/>
34
- </g>
35
- <g opacity="0.5">
36
- <rect x="154.761" y="115.703" width="17" height="2" rx="1" fill="#9EB6CF"/>
37
- </g>
38
- <rect x="144.884" y="36.7031" width="17" height="2" rx="1" fill="#9EB6CF"/>
39
- <rect x="144.884" y="40.7031" width="17" height="2" rx="1" fill="#E3E5E8"/>
40
- <g opacity="0.5">
41
- <rect x="154.884" y="93.7031" width="9" height="2" rx="1" fill="#9EB6CF"/>
42
- </g>
43
- <rect x="28.8843" y="18.7031" width="17" height="2" rx="1" fill="#E3E5E8"/>
44
- <rect x="28.8843" y="22.7031" width="17" height="2" rx="1" fill="#9EB6CF"/>
45
- <rect opacity="0.5" x="54.8843" y="31.7031" width="45" height="45" rx="22.5" fill="#E3E5E8"/>
46
- <rect x="85.8843" y="21.7031" width="45" height="45" rx="22.5" fill="#5A82AD"/>
47
- <rect x="14.8843" y="74.7031" width="3" height="22" rx="1.5" fill="#E3E5E8"/>
48
- <rect x="24.8843" y="84.7031" width="3" height="12" rx="1.5" fill="#E3E5E8"/>
49
- <rect x="19.8843" y="68.7031" width="3" height="28" rx="1.5" fill="#9EB6CF"/>
50
- <path d="M171.831 74.5244C172.381 74.4744 172.871 74.8799 172.882 75.4321C172.944 78.6375 171.903 81.7791 169.917 84.3216C167.931 86.864 165.135 88.6342 162.01 89.3498C161.471 89.4731 160.959 89.0956 160.875 88.5499L160.464 85.9026C160.38 85.3569 160.756 84.8512 161.29 84.7087C163.239 84.1881 164.977 83.0456 166.23 81.4413C167.483 79.837 168.171 77.8744 168.204 75.8569C168.213 75.3047 168.613 74.8174 169.163 74.7673L171.831 74.5244Z" fill="#9EB6CF"/>
51
- <path d="M160.408 88.6135C160.473 89.162 160.081 89.6628 159.529 89.6883C157.108 89.7999 154.694 89.2813 152.525 88.1753C150.058 86.9175 148.019 84.9564 146.667 82.5401C145.315 80.1238 144.71 77.3608 144.928 74.6005C145.146 71.8401 146.178 69.2064 147.892 67.0325C149.607 64.8585 151.928 63.2419 154.562 62.387C157.196 61.5322 160.024 61.4775 162.689 62.2299C165.353 62.9823 167.735 64.508 169.533 66.6141C171.113 68.466 172.18 70.6935 172.635 73.0737C172.739 73.6162 172.343 74.1143 171.795 74.1791L169.134 74.4931C168.586 74.5579 168.094 74.1638 167.971 73.6254C167.637 72.1639 166.954 70.7994 165.974 69.6516C164.777 68.2494 163.191 67.2336 161.417 66.7327C159.643 66.2317 157.76 66.2681 156.007 66.8373C154.253 67.4064 152.708 68.4828 151.566 69.9302C150.424 71.3776 149.737 73.1311 149.592 74.969C149.447 76.8068 149.85 78.6464 150.75 80.2552C151.651 81.864 153.008 83.1696 154.65 84.0071C155.994 84.6926 157.48 85.0392 158.98 85.0238C159.532 85.0182 160.03 85.4047 160.094 85.9532L160.408 88.6135Z" fill="#E3E5E8"/>
52
- </svg>