unleash-server 7.6.3 → 7.6.4

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 (316) hide show
  1. package/dist/lib/db/client-applications-store.d.ts.map +1 -1
  2. package/dist/lib/db/client-applications-store.js +1 -0
  3. package/dist/lib/db/client-applications-store.js.map +1 -1
  4. package/dist/lib/db/client-applications-store.test.d.ts +2 -0
  5. package/dist/lib/db/client-applications-store.test.d.ts.map +1 -0
  6. package/dist/lib/db/client-applications-store.test.js +134 -0
  7. package/dist/lib/db/client-applications-store.test.js.map +1 -0
  8. package/dist/lib/db/index.js +2 -2
  9. package/dist/lib/db/index.js.map +1 -1
  10. package/dist/lib/events/index.d.ts +2 -1
  11. package/dist/lib/events/index.d.ts.map +1 -1
  12. package/dist/lib/events/index.js +2 -0
  13. package/dist/lib/events/index.js.map +1 -1
  14. package/dist/lib/features/client-feature-toggles/delta/client-feature-toggle-delta-types.d.ts +1 -1
  15. package/dist/lib/features/client-feature-toggles/delta/client-feature-toggle-delta-types.d.ts.map +1 -1
  16. package/dist/lib/features/client-feature-toggles/delta/client-feature-toggle-delta-types.js +2 -3
  17. package/dist/lib/features/client-feature-toggles/delta/client-feature-toggle-delta-types.js.map +1 -1
  18. package/dist/lib/features/client-feature-toggles/delta/client-feature-toggle-delta.d.ts +3 -3
  19. package/dist/lib/features/client-feature-toggles/delta/client-feature-toggle-delta.d.ts.map +1 -1
  20. package/dist/lib/features/client-feature-toggles/delta/client-feature-toggle-delta.js +77 -27
  21. package/dist/lib/features/client-feature-toggles/delta/client-feature-toggle-delta.js.map +1 -1
  22. package/dist/lib/features/client-feature-toggles/delta/client-feature-toggle-delta.test.js +566 -20
  23. package/dist/lib/features/client-feature-toggles/delta/client-feature-toggle-delta.test.js.map +1 -1
  24. package/dist/lib/features/client-feature-toggles/delta/visible-revision.d.ts +3 -1
  25. package/dist/lib/features/client-feature-toggles/delta/visible-revision.d.ts.map +1 -1
  26. package/dist/lib/features/client-feature-toggles/delta/visible-revision.js +26 -3
  27. package/dist/lib/features/client-feature-toggles/delta/visible-revision.js.map +1 -1
  28. package/dist/lib/features/client-feature-toggles/delta/visible-revision.test.js +9 -1
  29. package/dist/lib/features/client-feature-toggles/delta/visible-revision.test.js.map +1 -1
  30. package/dist/lib/features/events/event-store.d.ts +1 -1
  31. package/dist/lib/features/events/event-store.d.ts.map +1 -1
  32. package/dist/lib/features/events/event-store.js +26 -4
  33. package/dist/lib/features/events/event-store.js.map +1 -1
  34. package/dist/lib/features/frontend-api/createFrontendApiService.d.ts.map +1 -1
  35. package/dist/lib/features/frontend-api/createFrontendApiService.js +3 -10
  36. package/dist/lib/features/frontend-api/createFrontendApiService.js.map +1 -1
  37. package/dist/lib/features/index.d.ts +1 -0
  38. package/dist/lib/features/index.d.ts.map +1 -1
  39. package/dist/lib/features/index.js +1 -0
  40. package/dist/lib/features/index.js.map +1 -1
  41. package/dist/lib/features/instance-stats/createInstanceStatsService.js +2 -2
  42. package/dist/lib/features/instance-stats/createInstanceStatsService.js.map +1 -1
  43. package/dist/lib/features/maintenance/maintenance-service.d.ts +1 -1
  44. package/dist/lib/features/maintenance/maintenance-service.d.ts.map +1 -1
  45. package/dist/lib/features/maintenance/maintenance-service.test.js +2 -2
  46. package/dist/lib/features/maintenance/maintenance-service.test.js.map +1 -1
  47. package/dist/lib/features/onboarding/createOnboardingReadModel.d.ts +2 -3
  48. package/dist/lib/features/onboarding/createOnboardingReadModel.d.ts.map +1 -1
  49. package/dist/lib/features/onboarding/createOnboardingReadModel.js +2 -2
  50. package/dist/lib/features/onboarding/createOnboardingReadModel.js.map +1 -1
  51. package/dist/lib/features/onboarding/onboarding-read-model.d.ts +3 -1
  52. package/dist/lib/features/onboarding/onboarding-read-model.d.ts.map +1 -1
  53. package/dist/lib/features/onboarding/onboarding-read-model.js +17 -2
  54. package/dist/lib/features/onboarding/onboarding-read-model.js.map +1 -1
  55. package/dist/lib/features/personal-dashboard/createPersonalDashboardService.js +1 -1
  56. package/dist/lib/features/personal-dashboard/createPersonalDashboardService.js.map +1 -1
  57. package/dist/lib/features/project/createProjectService.js +1 -1
  58. package/dist/lib/features/project/createProjectService.js.map +1 -1
  59. package/dist/lib/features/project/projects.e2e.test.js +48 -0
  60. package/dist/lib/features/project/projects.e2e.test.js.map +1 -1
  61. package/dist/lib/features/scheduler/scheduler-service.test.js +2 -2
  62. package/dist/lib/features/scheduler/scheduler-service.test.js.map +1 -1
  63. package/dist/lib/features/settings/createSettingService.d.ts +6 -0
  64. package/dist/lib/features/settings/createSettingService.d.ts.map +1 -0
  65. package/dist/lib/features/settings/createSettingService.js +15 -0
  66. package/dist/lib/features/settings/createSettingService.js.map +1 -0
  67. package/dist/{test/fixtures → lib/features/settings}/fake-setting-store.d.ts +1 -1
  68. package/dist/lib/features/settings/fake-setting-store.d.ts.map +1 -0
  69. package/dist/lib/features/settings/fake-setting-store.js.map +1 -0
  70. package/dist/lib/{services → features/settings}/setting-service.d.ts +4 -4
  71. package/dist/lib/features/settings/setting-service.d.ts.map +1 -0
  72. package/dist/lib/features/settings/setting-service.e2e.test.d.ts +2 -0
  73. package/dist/lib/features/settings/setting-service.e2e.test.d.ts.map +1 -0
  74. package/dist/{test/e2e/services/setting-service.test.js → lib/features/settings/setting-service.e2e.test.js} +7 -7
  75. package/dist/lib/features/settings/setting-service.e2e.test.js.map +1 -0
  76. package/dist/lib/{services → features/settings}/setting-service.js +2 -2
  77. package/dist/lib/features/settings/setting-service.js.map +1 -0
  78. package/dist/lib/{db → features/settings}/setting-store.d.ts +3 -3
  79. package/dist/lib/features/settings/setting-store.d.ts.map +1 -0
  80. package/dist/lib/features/settings/setting-store.e2e.test.d.ts.map +1 -0
  81. package/dist/{test/e2e/stores → lib/features/settings}/setting-store.e2e.test.js +2 -2
  82. package/dist/lib/features/settings/setting-store.e2e.test.js.map +1 -0
  83. package/dist/lib/features/settings/setting-store.js.map +1 -0
  84. package/dist/lib/{types/stores/settings-store.d.ts → features/settings/settings-store-type.d.ts} +2 -2
  85. package/dist/lib/features/settings/settings-store-type.d.ts.map +1 -0
  86. package/dist/lib/features/settings/settings-store-type.js +2 -0
  87. package/dist/lib/features/settings/settings-store-type.js.map +1 -0
  88. package/dist/lib/features/users/createUserService.d.ts.map +1 -1
  89. package/dist/lib/features/users/createUserService.js +3 -4
  90. package/dist/lib/features/users/createUserService.js.map +1 -1
  91. package/dist/lib/middleware/cors-origin-middleware.test.js +1 -1
  92. package/dist/lib/middleware/cors-origin-middleware.test.js.map +1 -1
  93. package/dist/lib/openapi/spec/context-query-parameters.d.ts +1 -1
  94. package/dist/lib/openapi/spec/context-query-parameters.d.ts.map +1 -1
  95. package/dist/lib/openapi/spec/event-schema.d.ts +1 -1
  96. package/dist/lib/openapi/spec/event-search-response-schema.d.ts +1 -1
  97. package/dist/lib/openapi/spec/events-schema.d.ts +1 -1
  98. package/dist/lib/openapi/spec/feature-events-schema.d.ts +1 -1
  99. package/dist/lib/openapi/spec/integration-event-schema.d.ts +1 -1
  100. package/dist/lib/openapi/spec/integration-events-schema.d.ts +2 -2
  101. package/dist/lib/openapi/spec/personal-dashboard-project-details-schema.d.ts +1 -1
  102. package/dist/lib/openapi/spec/project-overview-schema.d.ts +1 -1
  103. package/dist/lib/openapi/spec/project-overview-schema.d.ts.map +1 -1
  104. package/dist/lib/openapi/spec/project-overview-schema.js +5 -1
  105. package/dist/lib/openapi/spec/project-overview-schema.js.map +1 -1
  106. package/dist/lib/server-impl.d.ts +4 -4
  107. package/dist/lib/server-impl.d.ts.map +1 -1
  108. package/dist/lib/server-impl.js +2 -2
  109. package/dist/lib/server-impl.js.map +1 -1
  110. package/dist/lib/services/index.d.ts +1 -1
  111. package/dist/lib/services/index.d.ts.map +1 -1
  112. package/dist/lib/services/index.js +1 -1
  113. package/dist/lib/services/index.js.map +1 -1
  114. package/dist/lib/services/scheduler-service.test.js +2 -2
  115. package/dist/lib/services/scheduler-service.test.js.map +1 -1
  116. package/dist/lib/services/user-service.d.ts +1 -1
  117. package/dist/lib/services/user-service.d.ts.map +1 -1
  118. package/dist/lib/services/user-service.test.js +2 -2
  119. package/dist/lib/services/user-service.test.js.map +1 -1
  120. package/dist/lib/types/experimental.d.ts +1 -1
  121. package/dist/lib/types/experimental.d.ts.map +1 -1
  122. package/dist/lib/types/experimental.js +3 -3
  123. package/dist/lib/types/experimental.js.map +1 -1
  124. package/dist/lib/types/model.d.ts +1 -1
  125. package/dist/lib/types/model.d.ts.map +1 -1
  126. package/dist/lib/types/stores/client-applications-store.d.ts +1 -0
  127. package/dist/lib/types/stores/client-applications-store.d.ts.map +1 -1
  128. package/dist/lib/types/stores/event-store.d.ts +3 -2
  129. package/dist/lib/types/stores/event-store.d.ts.map +1 -1
  130. package/dist/lib/types/stores.d.ts +1 -1
  131. package/dist/lib/types/stores.d.ts.map +1 -1
  132. package/dist/lib/util/postgres-version-checker.test.js +1 -1
  133. package/dist/lib/util/postgres-version-checker.test.js.map +1 -1
  134. package/dist/server-dev.js +1 -1
  135. package/dist/server-dev.js.map +1 -1
  136. package/dist/test/e2e/api/auth/reset-password-controller.e2e.test.js +2 -2
  137. package/dist/test/e2e/api/auth/reset-password-controller.e2e.test.js.map +1 -1
  138. package/dist/test/e2e/api/auth/simple-password-provider.e2e.test.js +1 -1
  139. package/dist/test/e2e/api/auth/simple-password-provider.e2e.test.js.map +1 -1
  140. package/dist/test/e2e/services/reset-token-service.e2e.test.js +2 -2
  141. package/dist/test/e2e/services/reset-token-service.e2e.test.js.map +1 -1
  142. package/dist/test/e2e/services/user-service.e2e.test.js +1 -1
  143. package/dist/test/e2e/services/user-service.e2e.test.js.map +1 -1
  144. package/dist/test/e2e/stores/event-store.e2e.test.js +28 -4
  145. package/dist/test/e2e/stores/event-store.e2e.test.js.map +1 -1
  146. package/dist/test/e2e/users/inactive/inactive-users-service.test.js +1 -1
  147. package/dist/test/e2e/users/inactive/inactive-users-service.test.js.map +1 -1
  148. package/dist/test/fixtures/fake-client-applications-store.d.ts +1 -0
  149. package/dist/test/fixtures/fake-client-applications-store.d.ts.map +1 -1
  150. package/dist/test/fixtures/fake-client-applications-store.js +3 -0
  151. package/dist/test/fixtures/fake-client-applications-store.js.map +1 -1
  152. package/dist/test/fixtures/fake-event-store.d.ts +3 -2
  153. package/dist/test/fixtures/fake-event-store.d.ts.map +1 -1
  154. package/dist/test/fixtures/fake-event-store.js +3 -2
  155. package/dist/test/fixtures/fake-event-store.js.map +1 -1
  156. package/dist/test/fixtures/fake-impact-metrics.d.ts +2 -7
  157. package/dist/test/fixtures/fake-impact-metrics.d.ts.map +1 -1
  158. package/dist/test/fixtures/fake-impact-metrics.js.map +1 -1
  159. package/dist/test/fixtures/store.js +1 -1
  160. package/dist/test/fixtures/store.js.map +1 -1
  161. package/dist/test-setup.d.ts.map +1 -1
  162. package/dist/test-setup.js +3 -1
  163. package/dist/test-setup.js.map +1 -1
  164. package/frontend/build/index.html +2 -2
  165. package/frontend/build/static/AdvancedPlayground-V8umnmfG.js +3 -0
  166. package/frontend/build/static/BackendConnections-Cnrrjtsn.js +1 -0
  167. package/frontend/build/static/CreateProject-e6oazDvk.js +1 -0
  168. package/frontend/build/static/EnterpriseEdge-DBAPcWwZ.js +6 -0
  169. package/frontend/build/static/FeatureMetricsChart-CKOQrO5t.js +2 -0
  170. package/frontend/build/static/FeatureStaleDialog-BfIPQAKa.js +689 -0
  171. package/frontend/build/static/FeatureViewLazyExport-TYU7Gf7Q.js +11 -0
  172. package/frontend/build/static/FlagMetricsChart-D1Fksr08.js +2 -0
  173. package/frontend/build/static/FrontendNetworkTrafficUsage-NjIKHiwN.js +1 -0
  174. package/frontend/build/static/GridLayoutWrapper-CN2Zeusb.js +3 -0
  175. package/frontend/build/static/ImpactMetricsPage-PU6tVGs8.js +1 -0
  176. package/frontend/build/static/LazyAdminExport-7jFrQoFr.js +38 -0
  177. package/frontend/build/static/LazyProjectExport-DUuBB2EA.js +46 -0
  178. package/frontend/build/static/LifecycleChartComponent-LoQvj2mM.js +2 -0
  179. package/frontend/build/static/LineChartComponent-C2nacZSy.js +1 -0
  180. package/frontend/build/static/MarkCompletedDialogue-x4B5vgpn.js +1 -0
  181. package/frontend/build/static/NetworkOverview-DRDwkRie.js +1 -0
  182. package/frontend/build/static/NetworkPrometheusAPIWarning-DxrGyF-4.js +1 -0
  183. package/frontend/build/static/NetworkTraffic-DBNI6tQ4.js +1 -0
  184. package/frontend/build/static/NetworkTrafficUsage-Cp7LXHBW.js +1 -0
  185. package/frontend/build/static/PercentageDonut-DxYx2sDT.js +1 -0
  186. package/frontend/build/static/ReactJSONEditor-EiPmcfsb.js +3846 -0
  187. package/frontend/build/static/RoleCell-DPCs9tBq.js +1 -0
  188. package/frontend/build/static/Safeguard-B2SRkWlK.js +1 -0
  189. package/frontend/build/static/aggregateFeatureMetrics-B--WhUm6.js +1 -0
  190. package/frontend/build/static/chart-BMc0j_v5.js +3 -0
  191. package/frontend/build/static/chartjs-plugin-annotation.esm-CII-nIyK.js +1 -0
  192. package/frontend/build/static/daysOrHours-CWsdHL8Z.js +1 -0
  193. package/frontend/build/static/dist-CYYjHgCS.js +12 -0
  194. package/frontend/build/static/enterpriseEdgeCloud-DI6o2DkU.js +1 -0
  195. package/frontend/build/static/formatTickValue-DHdXPo89.js +1 -0
  196. package/frontend/build/static/helpers-Dz6x6iMP.js +1 -0
  197. package/frontend/build/static/index-B0RbDPtk.js +403 -0
  198. package/frontend/build/static/jsx-runtime-ButemYzH.js +1 -0
  199. package/frontend/build/static/networkTrafficUsageHighlightPlugin-ecHJHisK.js +1 -0
  200. package/frontend/build/static/objectId-D7ukzTLu.js +1 -0
  201. package/frontend/build/static/style-D9DNbuD5.css +2 -0
  202. package/frontend/build/static/toDate-zSA17Csy.js +1 -0
  203. package/frontend/build/static/unknownify-D1gvOkgV.js +1 -0
  204. package/frontend/build/static/useApiTokens-Cl4y9yhp.js +1 -0
  205. package/frontend/build/static/useInstanceTrafficMetrics--5pof2Er.js +1 -0
  206. package/frontend/build/static/vanilla-picker-DhahMYgI.js +2 -0
  207. package/frontend/package.json +18 -15
  208. package/package.json +9 -9
  209. package/dist/lib/db/setting-store.d.ts.map +0 -1
  210. package/dist/lib/db/setting-store.js.map +0 -1
  211. package/dist/lib/services/setting-service.d.ts.map +0 -1
  212. package/dist/lib/services/setting-service.js.map +0 -1
  213. package/dist/lib/types/stores/settings-store.d.ts.map +0 -1
  214. package/dist/lib/types/stores/settings-store.js +0 -2
  215. package/dist/lib/types/stores/settings-store.js.map +0 -1
  216. package/dist/test/e2e/services/setting-service.test.d.ts +0 -2
  217. package/dist/test/e2e/services/setting-service.test.d.ts.map +0 -1
  218. package/dist/test/e2e/services/setting-service.test.js.map +0 -1
  219. package/dist/test/e2e/stores/setting-store.e2e.test.d.ts.map +0 -1
  220. package/dist/test/e2e/stores/setting-store.e2e.test.js.map +0 -1
  221. package/dist/test/fixtures/fake-setting-store.d.ts.map +0 -1
  222. package/dist/test/fixtures/fake-setting-store.js.map +0 -1
  223. package/frontend/build/static/24_Text format off-fTw1GZh5.svg +0 -3
  224. package/frontend/build/static/24_Text format-CsA8QQJI.svg +0 -3
  225. package/frontend/build/static/AdvancedPlayground-D7wyJyhf.js +0 -3
  226. package/frontend/build/static/BackendConnections-B2fwWxNM.js +0 -1
  227. package/frontend/build/static/CreateProject-DCsDw61O.js +0 -1
  228. package/frontend/build/static/EnterpriseEdge-Bzf3ZWSM.js +0 -6
  229. package/frontend/build/static/FeatureMetricsChart-CA7ccj4F.js +0 -2
  230. package/frontend/build/static/FeatureStaleDialog-DFGtgX-I.js +0 -689
  231. package/frontend/build/static/FeatureViewLazyExport-CVIpdGgg.js +0 -10
  232. package/frontend/build/static/FlagMetricsChart-Dcc3RwL2.js +0 -2
  233. package/frontend/build/static/FrontendNetworkTrafficUsage-C6ZZ-igE.js +0 -1
  234. package/frontend/build/static/GridLayoutWrapper-mu3C2OC4.js +0 -3
  235. package/frontend/build/static/ImpactMetricsPage-DQ3DugFo.js +0 -1
  236. package/frontend/build/static/LazyAdminExport-CEik6N0e.js +0 -38
  237. package/frontend/build/static/LazyProjectExport-C8B0wkkW.js +0 -46
  238. package/frontend/build/static/LifecycleChartComponent-DgMY7X0Z.js +0 -7
  239. package/frontend/build/static/LineChartComponent-FVKRZKUW.js +0 -1
  240. package/frontend/build/static/MarkCompletedDialogue-BFMzJ-VW.js +0 -1
  241. package/frontend/build/static/NetworkOverview-D8wtNaRF.js +0 -1
  242. package/frontend/build/static/NetworkPrometheusAPIWarning-D5-OGJsP.js +0 -1
  243. package/frontend/build/static/NetworkTraffic-3cnRG5P0.js +0 -1
  244. package/frontend/build/static/NetworkTrafficUsage-CSiuPn9W.js +0 -1
  245. package/frontend/build/static/PercentageDonut-C51wuJjA.js +0 -1
  246. package/frontend/build/static/ReactJSONEditor-BFCTTSFc.js +0 -3864
  247. package/frontend/build/static/RoleCell-CIeC6DEg.js +0 -1
  248. package/frontend/build/static/Safeguard-C9U0j0cL.js +0 -1
  249. package/frontend/build/static/aggregateFeatureMetrics-B-7cFh4G.js +0 -1
  250. package/frontend/build/static/arrowLeft-CLDXfK18.svg +0 -10
  251. package/frontend/build/static/arrowRight-CPIADLBv.svg +0 -10
  252. package/frontend/build/static/case-insensitive-CuU5weZd.svg +0 -1
  253. package/frontend/build/static/case-sensitive-D19NntKP.svg +0 -1
  254. package/frontend/build/static/changeRequestProcessWithSchedule-BmvIIWQK.svg +0 -1
  255. package/frontend/build/static/constraint-equals-giGu3HWQ.svg +0 -1
  256. package/frontend/build/static/constraint-not-equals-CJGG9pRv.svg +0 -1
  257. package/frontend/build/static/docker-HG7DQx-Z.svg +0 -5
  258. package/frontend/build/static/email-D1NVbpvG.svg +0 -17
  259. package/frontend/build/static/enterpriseEdgeCloud-DzRtm8v6.svg +0 -58
  260. package/frontend/build/static/enterpriseEdgeSelfHosted-4bnmOQVF.svg +0 -44
  261. package/frontend/build/static/formatTickValue-CaA_jBqg.js +0 -6
  262. package/frontend/build/static/heart-FRDdnX3J.svg +0 -3
  263. package/frontend/build/static/impact-metrics-icon-a6_57VN1.svg +0 -9
  264. package/frontend/build/static/import-zkumD9Zv.svg +0 -3
  265. package/frontend/build/static/index-B87DWXbl.js +0 -12
  266. package/frontend/build/static/index-C0tV9tYB.js +0 -565
  267. package/frontend/build/static/instance-health-BtMrnXEj.svg +0 -5
  268. package/frontend/build/static/isenabled-false-Bx8bRzGD.svg +0 -5
  269. package/frontend/build/static/isenabled-true-BARsh3fa.svg +0 -5
  270. package/frontend/build/static/lenovo-DIzNtfrT.svg +0 -3
  271. package/frontend/build/static/lloyds-DxlC9g3t.svg +0 -10
  272. package/frontend/build/static/logo-BpeRJ1SV.svg +0 -7
  273. package/frontend/build/static/logoBg-DDUbF9lh.svg +0 -1
  274. package/frontend/build/static/logoDark-CknUTJYV.svg +0 -1
  275. package/frontend/build/static/logoDarkWithText-D0ImZCxR.svg +0 -1
  276. package/frontend/build/static/logoWhiteBg-CwoWCg7m.svg +0 -1
  277. package/frontend/build/static/logoWhiteTransparentHorizontal-5xxVCWh8.svg +0 -1
  278. package/frontend/build/static/logoWithWhiteText-Dz7VvON3.svg +0 -1
  279. package/frontend/build/static/milestone-C0FnRl9y.svg +0 -3
  280. package/frontend/build/static/mobileGuidanceBg-D9dRgnhs.svg +0 -3
  281. package/frontend/build/static/networkTrafficUsageHighlightPlugin-D5DxaVbe.js +0 -1
  282. package/frontend/build/static/new-feature-badge-FwMmHlwT.svg +0 -7
  283. package/frontend/build/static/not_operator_selected-jLHDQXLO.svg +0 -5
  284. package/frontend/build/static/not_operator_unselected-C-130FKT.svg +0 -3
  285. package/frontend/build/static/pro-enterprise-feature-badge-PZ3Bfajk.svg +0 -7
  286. package/frontend/build/static/pro-enterprise-feature-badge-light-k8Z592E8.svg +0 -6
  287. package/frontend/build/static/projectIconSmall-USf1kO_6.svg +0 -5
  288. package/frontend/build/static/projectStatus-BQym9o3t.svg +0 -3
  289. package/frontend/build/static/releaseTemplates-GIHEC4g-.svg +0 -39
  290. package/frontend/build/static/rollout-DAvS9K1l.svg +0 -4
  291. package/frontend/build/static/samsung-DOytOsnV.svg +0 -10
  292. package/frontend/build/static/signals-Bg0cQEqp.svg +0 -21
  293. package/frontend/build/static/stage-archived-DVpSnWM_.svg +0 -12
  294. package/frontend/build/static/stage-completed-BqA7cOHN.svg +0 -10
  295. package/frontend/build/static/stage-created-IXXGyXPL.svg +0 -5
  296. package/frontend/build/static/stage-live-CnCQFmyK.svg +0 -9
  297. package/frontend/build/static/stage-prelive-BLsuhDY7.svg +0 -7
  298. package/frontend/build/static/stars-C5lq_xha.svg +0 -9
  299. package/frontend/build/static/strategyCustom-Db-ZtYWl.svg +0 -23
  300. package/frontend/build/static/strategyDefault-LnSyH2eZ.svg +0 -17
  301. package/frontend/build/static/strategyGradual-oCA99tj3.svg +0 -18
  302. package/frontend/build/static/strategyHosts-4lVYC2Bf.svg +0 -23
  303. package/frontend/build/static/strategyIPs-BHaXsOYV.svg +0 -24
  304. package/frontend/build/static/strategyOn-CX-xL0oK.svg +0 -18
  305. package/frontend/build/static/style-BfdqROT6.css +0 -1
  306. package/frontend/build/static/unknownify-B7hmSXnj.js +0 -1
  307. package/frontend/build/static/unleashHoliday-CQEG77-1.svg +0 -33
  308. package/frontend/build/static/unleashHolidayDark-B9sYfzSK.svg +0 -33
  309. package/frontend/build/static/usage-line-BHicDx-Y.svg +0 -3
  310. package/frontend/build/static/usage-rate-DnXQhqDI.svg +0 -3
  311. package/frontend/build/static/useApiTokens-DDEZMbRy.js +0 -1
  312. package/frontend/build/static/vanilla-picker-B6E6ObS_.js +0 -8
  313. package/frontend/build/static/visa-CkneNM2O.svg +0 -10
  314. /package/dist/{test/fixtures → lib/features/settings}/fake-setting-store.js +0 -0
  315. /package/dist/{test/e2e/stores → lib/features/settings}/setting-store.e2e.test.d.ts +0 -0
  316. /package/dist/lib/{db → features/settings}/setting-store.js +0 -0
@@ -1,5 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none">
2
- <path
3
- d="M5 20V15H0V5H5V0H15V5H20V15H15V20H5ZM2 9H7C7.16667 9 7.325 9.04167 7.475 9.125C7.625 9.20833 7.74167 9.31667 7.825 9.45L8.7 10.75L10.05 6.7C10.1167 6.5 10.2375 6.33333 10.4125 6.2C10.5875 6.06667 10.7833 6 11 6C11.1667 6 11.325 6.04167 11.475 6.125C11.625 6.20833 11.7417 6.31667 11.825 6.45L13.525 9H18V7H13V2H7V7H2V9ZM7 18H13V13H18V11H13C12.8333 11 12.675 10.9583 12.525 10.875C12.375 10.7917 12.25 10.6833 12.15 10.55L11.3 9.25L9.95 13.3C9.88333 13.5 9.75833 13.6667 9.575 13.8C9.39167 13.9333 9.19167 14 8.975 14C8.80833 14 8.65 13.9583 8.5 13.875C8.35 13.7917 8.23333 13.6833 8.15 13.55L6.45 11H2V13H7V18Z"
4
- fill="currentColor" />
5
- </svg>
@@ -1,5 +0,0 @@
1
- <svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd"
3
- d="M8.84835 0.184159C8.56384 -0.0789547 8.12358 -0.0575747 7.86499 0.231912C7.6064 0.521399 7.62741 0.96937 7.91192 1.23248C9.4831 2.68551 10.6078 4.74934 10.6078 7C10.6078 7.40738 10.5709 7.80863 10.5012 8.20125L11.6597 9.35972C11.8783 8.60937 12 7.81877 12 7C12 4.26298 10.6397 1.84083 8.84835 0.184159ZM9.35443 6.99995L9.35418 7.0542L7.63252 5.33255C7.30901 4.52372 6.76993 3.80029 6.11728 3.23173C5.82523 2.97731 5.79118 2.53017 6.04122 2.23302C6.29127 1.93586 6.73072 1.90121 7.02276 2.15563C8.33164 3.29586 9.35443 5.02309 9.35443 6.99995ZM7.57827 8.79752L6.48307 7.70233C6.17606 8.92745 5.08437 9.83342 3.78471 9.83342C2.24685 9.83342 1.00017 8.56492 1.00017 7.00015C1.00017 5.69492 1.8676 4.59583 3.04789 4.26714L0.458225 1.67748C0.172794 1.39205 0.178843 0.923223 0.471736 0.63033C0.764629 0.337437 1.23345 0.331388 1.51889 0.616819L13.2132 12.3111C13.4986 12.5965 13.4926 13.0654 13.1997 13.3583C12.9068 13.6511 12.4379 13.6572 12.1525 13.3718L10.556 11.7753C10.0694 12.539 9.48623 13.2259 8.84835 13.8158C8.56384 14.079 8.12358 14.0576 7.86499 13.7681C7.6064 13.4786 7.62741 13.0306 7.91192 12.7675C8.54021 12.1865 9.0971 11.5078 9.53922 10.7585L8.62356 9.84281C8.20906 10.6195 7.64861 11.2989 7.02276 11.8441C6.73072 12.0986 6.29127 12.0639 6.04122 11.7668C5.79118 11.4696 5.82523 11.0225 6.11728 10.768C6.73471 10.2302 7.25048 9.55374 7.57827 8.79752Z"
4
- fill="currentColor" />
5
- </svg>
@@ -1,5 +0,0 @@
1
- <svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd"
3
- d="M8.84818 0.184159C8.56367 -0.0789547 8.1234 -0.0575747 7.86482 0.231912C7.60623 0.521399 7.62724 0.96937 7.91175 1.23248C9.48292 2.68551 10.6076 4.74934 10.6076 7C10.6076 9.25066 9.48292 11.3145 7.91175 12.7675C7.62724 13.0306 7.60623 13.4786 7.86482 13.7681C8.1234 14.0576 8.56367 14.079 8.84818 13.8158C10.6396 12.1592 11.9998 9.73702 11.9998 7C11.9998 4.26298 10.6396 1.84083 8.84818 0.184159ZM6.04105 2.23302C6.29109 1.93586 6.73054 1.90121 7.02259 2.15563C8.33146 3.29586 9.35426 5.02309 9.35426 6.99995C9.35426 8.97682 8.33145 10.7039 7.02259 11.8441C6.73054 12.0986 6.29109 12.0639 6.04105 11.7668C5.79101 11.4696 5.82506 11.0225 6.11711 10.768C7.19425 9.82969 7.96199 8.46967 7.96199 6.99995C7.96199 5.53021 7.19423 4.17007 6.11711 3.23173C5.82506 2.97731 5.79101 2.53017 6.04105 2.23302ZM6.56908 7.00015C6.56908 8.56492 5.3224 9.83342 3.78454 9.83342C2.24668 9.83342 1 8.56492 1 7.00015C1 5.43539 2.24668 4.16689 3.78454 4.16689C5.3224 4.16689 6.56908 5.43539 6.56908 7.00015Z"
4
- fill="currentColor" />
5
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="63" height="13" viewBox="0 0 63 13" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M8.88422 10.3058H2.74056V0H0V12.7835H8.88422V10.3058ZM18.2429 4.39293C17.7536 3.85358 17.151 3.42909 16.4784 3.14984C15.8058 2.8706 15.0798 2.74351 14.3523 2.77767C13.6722 2.75459 12.9944 2.86947 12.3599 3.11539C11.7253 3.36131 11.1471 3.73318 10.6602 4.20858C10.1732 4.68398 9.78754 5.25307 9.52644 5.88153C9.26535 6.51 9.13422 7.18482 9.14096 7.86533C9.14096 10.8348 11.3872 12.953 14.6518 12.953C16.3649 12.9555 18.0092 12.2795 19.2253 11.073L17.516 9.76021C16.7411 10.4512 15.7331 10.823 14.6951 10.8008C14.2969 10.8193 13.8989 10.7584 13.5244 10.6217C13.15 10.4851 12.8064 10.2753 12.5138 10.0046L19.4252 7.13843C19.3018 6.1294 18.8927 5.17662 18.246 4.39231L18.2429 4.39293ZM30.3032 6.68807C30.3204 6.16255 30.2279 5.63922 30.0318 5.15135C29.8358 4.66348 29.5403 4.22176 29.1642 3.85426C28.7882 3.48677 28.3398 3.20155 27.8475 3.01674C27.3553 2.83192 26.83 2.75156 26.305 2.78077C25.686 2.78361 25.0757 2.92689 24.52 3.19983C23.9644 3.47276 23.478 3.86823 23.0974 4.35643V2.93914H20.3933V12.7804H23.0974V7.17988C23.1009 6.89516 23.1621 6.6141 23.2772 6.35364C23.3922 6.09318 23.5588 5.8587 23.7669 5.66432C23.975 5.46994 24.2202 5.31968 24.4879 5.2226C24.7556 5.12552 25.0402 5.08361 25.3245 5.09941C25.6109 5.0847 25.8974 5.12704 26.1673 5.22397C26.4372 5.3209 26.6852 5.47048 26.8968 5.66404C27.1084 5.8576 27.2795 6.09127 27.4001 6.35149C27.5207 6.61171 27.5883 6.89329 27.5992 7.17988V12.7804H30.3032V6.68683V6.68807ZM36.6795 2.78077C35.6808 2.8161 34.7146 3.14456 33.9012 3.72522C33.0879 4.30587 32.4634 5.11304 32.1057 6.04613C31.7479 6.97922 31.6726 7.99697 31.8892 8.97255C32.1058 9.94812 32.6047 10.8384 33.3238 11.5324C34.0429 12.2264 34.9503 12.6934 35.9329 12.8753C36.9155 13.0572 37.93 12.9458 38.8498 12.5552C39.7696 12.1646 40.5541 11.5119 41.1056 10.6784C41.657 9.84503 41.951 8.86776 41.9509 7.86842C41.944 7.18657 41.8016 6.51289 41.532 5.88656C41.2623 5.26023 40.8709 4.69375 40.3804 4.22006C39.8899 3.74637 39.3101 3.37491 38.6748 3.12729C38.0394 2.87967 37.3612 2.76083 36.6795 2.77767V2.78077ZM49.5094 2.94409L47.0664 9.64638L44.6216 2.94409H41.5364L45.5854 12.7804H48.5462L52.5951 2.94409H49.5094ZM57.4848 2.77767C56.4861 2.81301 55.5199 3.14147 54.7066 3.72212C53.8932 4.30278 53.2688 5.10994 52.911 6.04304C52.5532 6.97613 52.4779 7.99388 52.6945 8.96945C52.9112 9.94503 53.4101 10.8353 54.1291 11.5293C54.8482 12.2233 55.7556 12.6903 56.7382 12.8722C57.7209 13.0541 58.7353 12.9428 59.6551 12.5521C60.5749 12.1615 61.3595 11.5088 61.9109 10.6753C62.4623 9.84193 62.7563 8.86467 62.7562 7.86533C62.7489 7.18373 62.6062 6.51039 62.3364 5.88442C62.0666 5.25845 61.6751 4.69234 61.1846 4.21897C60.6942 3.74561 60.1145 3.37443 59.4794 3.127C58.8442 2.87957 58.1663 2.76083 57.4848 2.77767ZM57.4848 10.6343C57.1284 10.6294 56.7766 10.5534 56.4499 10.4108C56.1233 10.2682 55.8283 10.0619 55.5824 9.8039C55.3364 9.54594 55.1443 9.24152 55.0174 8.90844C54.8905 8.57537 54.8313 8.22033 54.8433 7.86409C54.8183 7.50794 54.8672 7.15046 54.9869 6.81412C55.1067 6.47777 55.2947 6.16982 55.5392 5.90961C55.7836 5.64941 56.0793 5.44256 56.4075 5.30207C56.7357 5.16158 57.0895 5.09047 57.4465 5.09323C57.8029 5.0982 58.1548 5.17423 58.4815 5.31687C58.8082 5.4595 59.1032 5.66586 59.3492 5.92388C59.5952 6.18191 59.7872 6.4864 59.9141 6.81955C60.041 7.1527 60.1001 7.50781 60.0881 7.86409C60.1099 8.21951 60.0588 8.57563 59.9378 8.91054C59.8169 9.24545 59.6286 9.55205 59.3847 9.81146C59.1408 10.0709 58.8463 10.2776 58.5195 10.4189C58.1926 10.5602 57.8403 10.6331 57.4842 10.6331L57.4848 10.6343ZM36.6801 10.6343C36.3237 10.6294 35.9719 10.5534 35.6452 10.4108C35.3186 10.2682 35.0236 10.0619 34.7776 9.8039C34.5317 9.54594 34.3396 9.24152 34.2127 8.90844C34.0858 8.57537 34.0266 8.22033 34.0386 7.86409C34.0136 7.50775 34.0627 7.1501 34.1826 6.81363C34.3026 6.47715 34.4908 6.16912 34.7355 5.9089C34.9802 5.64867 35.2761 5.44188 35.6046 5.30151C35.9331 5.16113 36.287 5.09022 36.6443 5.09323C37.0004 5.09853 37.3519 5.17477 37.6782 5.31746C38.0046 5.46016 38.2992 5.66647 38.5449 5.92432C38.7906 6.18218 38.9825 6.48642 39.1092 6.81926C39.236 7.15211 39.2952 7.50688 39.2833 7.86286C39.3054 8.21837 39.2544 8.57463 39.1335 8.90968C39.0126 9.24474 38.8244 9.55149 38.5805 9.81103C38.3365 10.0706 38.042 10.2774 37.7151 10.4188C37.3881 10.5602 37.0357 10.6331 36.6795 10.6331L36.6801 10.6343ZM12.3269 5.90797C12.5706 5.59118 12.8862 5.33704 13.2477 5.16662C13.6092 4.99621 14.0061 4.91442 14.4055 4.92805C14.8515 4.9254 15.2883 5.05457 15.6611 5.29936C16.0339 5.54414 16.326 5.89362 16.5009 6.30389L11.7776 8.26435C11.6409 7.43775 11.8374 6.59069 12.3238 5.90859L12.3269 5.90797Z" fill="currentColor"/>
3
- </svg>
@@ -1,10 +0,0 @@
1
- <svg width="54" height="30" viewBox="0 0 54 30" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g clip-path="url(#clip0_36191_6932)">
3
- <path fill-rule="evenodd" clip-rule="evenodd" d="M28.6087 0.212427C28.6087 0.409867 28.5129 0.473407 28.3244 0.401251C28.0927 0.312582 28.0611 0.386533 28.1524 0.802237C28.2293 1.15135 28.1771 1.38433 27.9866 1.54192C27.8338 1.66846 27.7088 1.89282 27.7088 2.04074C27.7088 2.18845 27.4198 2.78382 27.0664 3.36394C26.6481 4.05051 26.4627 4.53979 26.5346 4.76595C26.6641 5.17251 27.7423 5.48679 27.8546 5.15078C27.9802 4.77492 28.6801 4.2282 28.9633 4.28474C29.6394 4.41936 28.6259 6.38586 27.3899 7.33843C26.4383 8.07182 25.5381 8.25832 24.0285 8.03503C22.7786 7.85015 21.8473 7.94368 21.1309 8.32598C20.6618 8.57638 20.2681 8.36853 19.3245 7.37235C18.221 6.20746 17.1577 6.09599 16.2691 7.05214C15.2761 8.12101 15.4693 9.60738 16.7705 10.9051L17.6944 11.8264L17.1208 12.2965C16.4642 12.8348 16.3737 13.4675 16.912 13.7549C17.2199 13.9193 17.2995 13.8802 17.4476 13.4919C17.5432 13.2412 17.7339 13.036 17.8715 13.036C18.0092 13.036 18.3351 12.8686 18.5959 12.664C19.331 12.0872 19.2449 11.3048 18.3502 10.4334C17.6515 9.75294 17.3628 8.99603 17.877 9.19293C18.0128 9.2448 18.1722 9.16152 18.2314 9.0077C18.2904 8.85405 18.4198 8.72824 18.5188 8.72824C18.6178 8.72824 18.6555 8.84113 18.6022 8.97934C18.4872 9.27838 18.8157 9.532 18.9783 9.26958C19.1134 9.05167 19.4341 9.03839 19.7491 9.23763C19.9317 9.3534 19.9212 9.51871 19.6966 10.0548C19.4908 10.5459 19.4469 11.009 19.5335 11.773C19.6519 12.8169 19.6508 12.8205 18.88 13.6542L18.108 14.4897L18.0691 16.719C18.039 18.4393 18.0872 18.9955 18.2802 19.1553C18.4176 19.2691 18.5301 19.5159 18.5301 19.7037C18.5301 20.099 19.3066 20.4585 19.8137 20.298C20.2899 20.1471 20.2367 19.9552 19.5201 19.2405C18.9335 18.6556 18.8901 18.5345 18.8912 17.4844C18.8924 15.9964 19.1507 15.1171 19.655 14.8835C21.0968 14.2162 21.5433 14.1878 20.9888 14.7992C20.5285 15.3062 20.6166 15.5918 21.6132 16.8274C22.1214 17.4569 22.6464 18.229 22.7804 18.5431C22.9144 18.8574 23.1112 19.1681 23.2179 19.2337C23.3245 19.2994 23.4864 19.5493 23.5779 19.7891C23.7767 20.3107 24.132 20.4734 24.7396 20.3215C25.3633 20.1652 25.3053 19.9342 24.4509 19.1706C23.5248 18.3428 21.9203 15.9332 21.9885 15.4728C22.0166 15.2827 22.2826 14.9954 22.5795 14.8342C23.0335 14.5879 24.1051 13.2719 24.3179 12.6998C24.3548 12.6006 25.0373 12.6108 26.0313 12.7257C27.4763 12.8928 27.837 12.8747 28.9108 12.5808C29.5861 12.3961 30.3908 12.2344 30.6992 12.2215C31.0075 12.2086 31.8 11.902 32.4601 11.5401C33.1202 11.1783 33.8137 10.8821 34.001 10.8821C34.4481 10.8821 35.0352 11.6439 35.2993 12.5667C35.4157 12.9729 35.5779 13.3947 35.6598 13.504C35.7418 13.6133 35.7596 13.9491 35.6991 14.2503C35.6118 14.6852 35.6649 14.8381 35.9567 14.9939C37.2459 15.6821 37.2041 14.54 35.8387 11.7796L34.8178 9.71543L33.8546 9.66051L32.8913 9.60558L33.5776 9.25666C34.5845 8.74474 35.1427 8.80739 35.8397 9.51082C36.893 10.5736 37.4274 11.2779 37.4274 11.6035C37.4274 11.9365 37.7688 12.1386 38.3313 12.1386C38.7469 12.1386 38.9331 11.8632 38.7419 11.5308C38.3747 10.8927 35.737 8.21201 35.5746 8.31217C35.4744 8.37409 35.4442 8.34053 35.5077 8.23786C35.7727 7.81031 35.1072 7.61287 33.832 7.74068C32.7661 7.84746 32.5681 7.8245 32.5681 7.59474C32.5681 7.44487 32.6556 7.2932 32.7625 7.25765C32.898 7.21261 32.8899 7.04622 32.736 6.7095C32.5399 6.2805 32.5604 6.18932 32.9157 5.90232L33.3165 5.57869L32.9491 5.24716L32.5817 4.91564L32.9799 4.59149L33.378 4.2675L32.8065 3.67087C32.3598 3.20419 32.2565 2.96673 32.3328 2.58064C32.4067 2.20587 32.3602 2.08703 32.1394 2.08703C31.9794 2.08703 31.511 1.76036 31.0988 1.36117C30.6498 0.926803 30.243 0.676054 30.0852 0.736363C29.9401 0.792005 29.5485 0.629745 29.215 0.376122C28.7163 -0.00314301 28.6087 -0.032221 28.6087 0.212427ZM28.6928 1.73739C28.6295 1.83951 28.6756 2.04091 28.7951 2.18468C28.9669 2.39109 28.9626 2.44602 28.7743 2.44602C28.643 2.44602 28.2618 2.70845 27.9269 3.02937L27.3181 3.61272L27.6254 2.89475C27.7943 2.49987 28.006 2.05562 28.0957 1.90755C28.1857 1.75947 28.3092 1.48772 28.3701 1.30374C28.4699 1.00399 28.4984 0.999497 28.6448 1.2603C28.7346 1.42041 28.7562 1.63508 28.6928 1.73739ZM31.4465 1.90755C31.57 2.10499 31.797 2.26653 31.9501 2.26653C32.1037 2.26653 32.1794 2.34731 32.1182 2.44602C31.9311 2.74775 31.7101 2.64974 31.3083 2.08703C31.0968 1.79088 30.9908 1.54856 31.0726 1.54856C31.1548 1.54856 31.3229 1.7101 31.4465 1.90755ZM30.9828 2.40116C31.2364 2.67271 31.5352 3.07118 31.6463 3.28676C32.0163 4.00509 31.8384 5.67688 31.3923 5.67688C31.2637 5.67688 31.1143 5.77792 31.0604 5.90124C31.0066 6.02472 31.0201 5.88329 31.0906 5.58714C31.1607 5.29097 31.2183 4.57748 31.2183 4.00168C31.2183 3.04607 31.167 2.90912 30.6305 2.43113C30.3072 2.14321 30.1503 1.90755 30.2819 1.90755C30.4134 1.90755 30.7288 2.12958 30.9828 2.40116ZM17.9595 7.13022C18.089 7.33735 18.1694 7.52169 18.1376 7.53999C18.1062 7.5583 17.9366 7.68306 17.7611 7.81713C17.4777 8.03378 17.4566 8.02319 17.5721 7.72147C17.8272 7.05644 16.8492 7.89055 16.438 8.68892C16.037 9.46719 15.8305 9.49789 15.8305 8.77921C15.8305 8.14273 16.3098 7.33663 16.8677 7.03472C17.5309 6.67574 17.6832 6.68921 17.9595 7.13022ZM24.9503 8.47318C25.5878 8.55431 25.854 8.66253 25.7948 8.81636C25.7473 8.93985 25.8338 9.166 25.9871 9.31894C26.1943 9.52553 26.2085 9.61618 26.0424 9.67183C25.9195 9.7131 25.7252 9.62013 25.6108 9.46486C25.4625 9.26383 25.0976 9.18288 24.3405 9.18288C22.9847 9.18288 21.7293 9.79818 20.9163 10.861L20.33 11.6279V11.065C20.33 10.7209 20.2571 10.5468 20.1427 10.6174C19.8614 10.7908 20.1407 9.80356 20.5303 9.24696C21.2523 8.21597 21.9598 8.09211 24.9503 8.47318ZM38.5073 11.7004C38.5073 11.8428 38.4262 11.9591 38.3272 11.9591C38.2283 11.9591 38.1472 11.7927 38.1472 11.5895C38.1472 11.3863 38.2283 11.2698 38.3272 11.3309C38.4262 11.3919 38.5073 11.5581 38.5073 11.7004ZM19.1601 14.113C18.8775 14.4072 18.606 14.6073 18.5565 14.5579C18.5069 14.5086 18.6974 14.2277 18.9801 13.9335C19.2627 13.6393 19.5342 13.4392 19.5837 13.4885C19.6333 13.5379 19.4426 13.8188 19.1601 14.113ZM36.5275 14.5976C36.5275 14.9309 36.4695 15.0244 36.3416 14.8968C36.2394 14.7949 36.2075 14.5768 36.2708 14.4122C36.4376 13.9789 36.5275 14.0439 36.5275 14.5976ZM19.6099 19.8673C19.6099 19.9602 19.529 20.0363 19.43 20.0363C19.331 20.0363 19.2501 19.9102 19.2501 19.7564C19.2501 19.6025 19.331 19.5265 19.43 19.5875C19.529 19.6484 19.6099 19.7744 19.6099 19.8673ZM24.6492 19.8779C24.6492 19.9767 24.5683 20.0076 24.4692 19.9464C24.3702 19.8854 24.2893 19.7548 24.2893 19.656C24.2893 19.5573 24.3702 19.5265 24.4692 19.5875C24.5683 19.6484 24.6492 19.7792 24.6492 19.8779ZM9.97241 23.3402C7.42164 24.448 7.91496 28.5138 10.65 28.9226C13.1428 29.2957 14.7917 26.9225 13.6601 24.591C13.0447 23.3232 11.3413 22.7454 9.97241 23.3402ZM0.172852 26.0491V28.8313H1.79261C2.68348 28.8313 3.41237 28.7572 3.41237 28.6666C3.41237 28.5758 3.4615 28.374 3.52161 28.2178C3.61449 27.9765 3.45214 27.9339 2.44178 27.9339H1.25269V25.6005V23.267H0.712773H0.172852V26.0491ZM4.67219 26.0491V28.8313H6.1827C7.3941 28.8313 7.71483 28.7751 7.80247 28.5473C8.01358 27.9986 7.90163 27.9339 6.74189 27.9339H5.57205V25.6005V23.267H5.12212H4.67219V26.0491ZM14.0308 23.3641C14.0308 23.5472 14.8041 24.974 15.4967 26.0685C16.0442 26.9338 16.1905 27.3407 16.1905 27.9981C16.1905 28.8042 16.2081 28.8313 16.7304 28.8313C17.2586 28.8313 17.2703 28.8119 17.2703 27.929C17.2703 27.1534 17.4094 26.7966 18.2601 25.3892C18.8045 24.4886 19.2501 23.6426 19.2501 23.5093C19.2501 23.3601 19.0436 23.267 18.712 23.267C18.2264 23.267 18.1238 23.3766 17.6625 24.3888C17.3812 25.0059 17.0209 25.6176 16.8618 25.748C16.6087 25.9555 16.5031 25.8655 16.019 25.0301C15.7145 24.5047 15.4173 23.8932 15.3585 23.671C15.2742 23.3526 15.1225 23.267 14.6413 23.267C14.3054 23.267 14.0308 23.3106 14.0308 23.3641ZM19.9699 26.0676V28.868L21.4866 28.8049C22.6705 28.7554 23.1124 28.6603 23.5003 28.3715C24.4041 27.6982 24.675 27.1733 24.675 26.0947C24.675 24.0986 23.6904 23.267 21.3269 23.267H19.9699V26.0676ZM26.1791 23.4839C25.329 23.97 25.1204 24.8952 25.6996 25.6088C25.8813 25.8325 26.508 26.1849 27.0921 26.3914C28.1904 26.7801 28.4828 27.1668 28.0616 27.6732C27.8012 27.9862 26.4128 28.0232 25.8664 27.7315C25.557 27.5665 25.4438 27.5893 25.2485 27.8558C25.1168 28.035 25.0092 28.2375 25.0092 28.3053C25.0092 28.5602 26.1922 28.9036 27.0998 28.9122C28.2211 28.9226 28.9711 28.4603 29.2164 27.6072C29.4518 26.7889 28.9926 26.2152 27.606 25.5948C26.7357 25.2052 26.449 24.9869 26.449 24.7139C26.449 24.2678 27.0856 24.0765 28.0564 24.2315C28.6641 24.3284 28.7598 24.2939 28.8511 23.9454C28.9095 23.7228 28.8593 23.4885 28.7368 23.4109C28.4035 23.1996 26.5853 23.2514 26.1791 23.4839ZM32.5681 26.0669V28.867L34.1737 28.8042C35.5771 28.7495 35.8374 28.6869 36.2433 28.3064C36.8211 27.7647 36.8695 26.8391 36.3476 26.3184C36.1495 26.1209 35.9102 25.9595 35.8157 25.9595C35.7212 25.9595 35.8426 25.7611 36.0857 25.5187C36.6487 24.9573 36.6487 24.2692 36.0857 23.7077C35.6857 23.3084 35.4989 23.267 34.1059 23.267H32.5681V26.0669ZM38.3385 25.8156C37.7182 27.2275 37.1698 28.4836 37.1198 28.6069C37.0588 28.7577 37.2122 28.8313 37.5876 28.8313C38.0463 28.8313 38.188 28.7294 38.3797 28.2605C38.6095 27.6992 38.6339 27.6895 39.8854 27.6642L41.1577 27.6386L41.3739 28.2348C41.5518 28.726 41.6833 28.8313 42.1183 28.8313C42.4089 28.8313 42.644 28.7706 42.641 28.6967C42.6379 28.6227 42.1285 27.3909 41.5089 25.9595C40.513 23.6582 40.3294 23.3506 39.9243 23.3027C39.4954 23.2523 39.3941 23.4127 38.3385 25.8156ZM43.3666 26.0491V28.8313H43.8105C44.2532 28.8313 44.2547 28.825 44.3054 26.8192L44.3564 24.807L45.5336 26.7744C46.6658 28.6666 46.7362 28.7437 47.3783 28.7972L48.0458 28.853V26.0599V23.267H47.5059H46.9659V25.2805V27.294L45.7794 25.2805C44.6366 23.3411 44.5705 23.267 43.9797 23.267H43.3666V26.0491ZM49.3055 26.0491V28.8313H49.7556C50.194 28.8313 50.2055 28.7981 50.2055 27.5346V26.2377L51.528 27.548C52.685 28.694 52.9216 28.8508 53.4181 28.7999L53.9858 28.7416L52.7042 27.3432C51.2399 25.7453 51.212 26.0624 52.9822 24.2095L53.8827 23.267H53.2423C52.6897 23.267 52.4488 23.4265 51.4789 24.4337C50.8611 25.0755 50.3217 25.6005 50.2805 25.6005C50.2394 25.6005 50.2055 25.0755 50.2055 24.4337C50.2055 23.3088 50.1893 23.267 49.7556 23.267H49.3055V26.0491ZM12.061 24.1698C12.8428 24.587 13.1941 26.1284 12.7359 27.1311C12.5036 27.6397 11.7478 28.1134 11.1687 28.1134C9.36319 28.1134 8.65591 25.4999 10.1375 24.3031C10.5672 23.956 11.5348 23.8889 12.061 24.1698ZM34.9615 24.1506C35.9484 24.525 35.6062 25.3858 34.4065 25.5462L33.6479 25.6477V24.8165C33.6479 24.0552 33.6851 23.9851 34.0862 23.9851C34.3271 23.9851 34.7212 24.0597 34.9615 24.1506ZM23.2455 24.7112C23.7478 25.2122 23.7862 25.3352 23.7046 26.1815C23.5851 27.4224 23.0175 27.9339 21.7596 27.9339H20.8699V26.0491V24.1644H21.7834C22.5619 24.1644 22.7784 24.2455 23.2455 24.7112ZM40.5308 26.3451C40.5701 26.7046 40.4867 26.7758 39.9692 26.8251C39.0723 26.9105 38.9848 26.6927 39.4395 25.5071L39.8429 24.4557L40.1638 25.1894C40.3405 25.5932 40.5055 26.1132 40.5308 26.3451ZM35.4074 26.5979C35.8577 26.9121 35.9293 27.4302 35.5644 27.7321C35.4308 27.8429 34.9448 27.9848 34.4846 28.0478L33.6479 28.1622V27.2402V26.3184H34.3276C34.7016 26.3184 35.1875 26.4443 35.4074 26.5979Z" fill="currentColor"/>
4
- </g>
5
- <defs>
6
- <clipPath id="clip0_36191_6932">
7
- <rect width="53.9924" height="29.059" fill="currentColor"/>
8
- </clipPath>
9
- </defs>
10
- </svg>
@@ -1,7 +0,0 @@
1
- <svg width="52" height="52" viewBox="0 0 52 52" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <circle cx="26" cy="26" r="26" fill="white"/>
3
- <rect x="15" y="15" width="7" height="22" fill="#1A4049"/>
4
- <rect x="30" y="15" width="7" height="22" fill="#1A4049"/>
5
- <path d="M37 30L37 37L15 37L15 30L37 30Z" fill="#1A4049"/>
6
- <rect x="30" y="30" width="7" height="7" fill="#817AFE"/>
7
- </svg>
@@ -1 +0,0 @@
1
- <svg width="35" height="35" viewBox="0 0 35 35" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.5 35C27.165 35 35 27.165 35 17.5S27.165 0 17.5 0 0 7.835 0 17.5 7.835 35 17.5 35Z" fill="#1A4049"/><path d="M15 10h-5v15h15V10h-5v10h-5V10Z" fill="#fff"/><path d="M20 20h5v5h-5v-5Z" fill="#817AFE"/></svg>
@@ -1 +0,0 @@
1
- <svg id="bg" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 251.43 251.03"><defs><style>.cls-1{fill:#1a4049;}.cls-2{fill:#fff;}.cls-3{fill:#817afe;}</style></defs><circle class="cls-1" cx="125.71" cy="125.31" r="80"/><polygon class="cls-2" points="137.14 91.03 137.14 113.88 137.14 136.74 160 136.74 160 113.88 160 91.03 137.14 91.03"/><polygon class="cls-2" points="114.29 113.88 114.29 91.03 91.43 91.03 91.43 113.88 91.43 136.74 91.43 159.6 114.29 159.6 137.14 159.6 137.14 136.74 114.29 136.74 114.29 113.88"/><rect class="cls-3" x="137.14" y="136.74" width="22.86" height="22.86"/></svg>
@@ -1 +0,0 @@
1
- <svg id="bg" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 653.4 251.24"><defs><style>.cls-1{fill:#1a4049;}.cls-2{fill:#fff;}.cls-3{fill:#817afe;}</style></defs><circle class="cls-1" cx="125.62" cy="125.62" r="80"/><polygon class="cls-2" points="137.05 91.33 137.05 114.19 137.05 137.05 159.9 137.05 159.9 114.19 159.9 91.33 137.05 91.33"/><polygon class="cls-2" points="114.19 114.19 114.19 91.33 91.33 91.33 91.33 114.19 91.33 137.05 91.33 159.9 114.19 159.9 137.05 159.9 137.05 137.05 114.19 137.05 114.19 114.19"/><polygon class="cls-2" points="137.05 91.33 137.05 114.19 137.05 137.05 159.9 137.05 159.9 114.19 159.9 91.33 137.05 91.33"/><polygon class="cls-2" points="114.19 114.19 114.19 91.33 91.33 91.33 91.33 114.19 91.33 137.05 91.33 159.9 114.19 159.9 137.05 159.9 137.05 137.05 114.19 137.05 114.19 114.19"/><rect class="cls-3" x="137.05" y="137.05" width="22.86" height="22.86"/><path class="cls-1" d="M251.58,139.13V112.77h11.93v25.06c0,7.36,3.91,12.2,11.27,12.2s11.27-4.84,11.27-12.2V112.77h12v26.36c0,12.67-8.48,21.8-23.1,21.8C260.06,160.93,251.58,151.8,251.58,139.13Z"/><path class="cls-1" d="M321.91,159.9H310.08V112.77h11.83v7.92a17.93,17.93,0,0,1,15.65-9c11.83,0,19.66,8.67,19.66,20.68V159.9h-12V134.75c0-7.45-4.38-12.39-11.46-12.39s-11.83,5-11.83,12.39Z"/><path class="cls-1" d="M369.42,91.34h11.92V159.9H369.42Z"/><path class="cls-1" d="M441.24,137v1.3H403.79c.47,7.36,5.87,13,13.69,13,7.55,0,10.62-3.82,11.46-5.12h11.74c-.75,4.84-7.17,15-23.2,15-15.27,0-25.61-10.61-25.61-24.77,0-14.63,10.24-24.78,24.68-24.78S441.24,121.62,441.24,137Zm-37.08-6.9h24.6c-1.77-6-6.15-9.31-12.21-9.31C410.12,120.78,405.65,124.23,404.16,130.09Z"/><path class="cls-1" d="M467.78,130.37h15.47c0-5.68-4.29-9.31-11.27-9.31-6.62,0-9,3.54-9.78,4.75h-12c1-4.94,6.89-14.25,21.8-14.25,14.62,0,22.73,7.64,22.73,18.81V146.3c0,2.89,1,4,3.72,4.29v9.59h-3.72c-6.06-.09-9.69-2.33-11-6.52-2.23,3.45-7.26,7.27-15.27,7.27-11.09,0-19.47-6.24-19.47-15.93S456.14,130.37,467.78,130.37Zm15.47,12.11v-4H469.74c-5.59,0-9,2-9,6.33,0,4.57,4.29,7.27,10.25,7.27C477.66,152.08,483.25,148.82,483.25,142.48Z"/><path class="cls-1" d="M523.12,140.62c-10.34-.74-17.33-5.59-17.33-14.72,0-8.85,8.1-14.44,20.77-14.44,17,0,21.8,8.76,23.1,13.32H537.09c-.84-1-3.54-4.28-10.62-4.28-5.68,0-8.66,1.86-8.66,4.75,0,2.61,2,4.29,6.7,4.94l8,.84c12.77,1.11,18,6,18,15.27,0,8.85-7.36,14.91-21.8,14.91-17.51,0-23.19-10.16-24.12-14.53h12.76c.47,1.11,3.35,5.31,11.36,5.31,6.62,0,9.69-2.24,9.69-5.22s-1.67-4.66-7-5.31C528.05,141.18,526.38,141,523.12,140.62Z"/><path class="cls-1" d="M571.55,159.9H559.72V91.34h11.83v29.35a17.93,17.93,0,0,1,15.65-9c11.83,0,19.66,8.67,19.66,20.68V159.9h-12V134.75c0-7.45-4.38-12.39-11.46-12.39s-11.83,5-11.83,12.39Z"/></svg>
@@ -1 +0,0 @@
1
- <svg width="35" height="35" viewBox="0 0 35 35" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.5 35C27.165 35 35 27.165 35 17.5S27.165 0 17.5 0 0 7.835 0 17.5 7.835 35 17.5 35Z" fill="#fff"/><path d="M15 10h-5v15h15V10h-5v10h-5V10Z" fill="#1A4049"/><path d="M20 20h5v5h-5v-5Z" fill="#817AFE"/></svg>
@@ -1 +0,0 @@
1
- <svg id="bg" width="100%" height="100%" viewBox="0 0 622 318" fill="none"><defs><style>.cls-1{fill:#fff;}.cls-2{fill:#1a4049;}.cls-3{fill:#817afe;}</style></defs><circle class="cls-1" cx="125.62" cy="125.62" r="80"/><polygon class="cls-1" points="137.05 91.33 137.05 114.19 137.05 137.05 159.9 137.05 159.9 114.19 159.9 91.33 137.05 91.33"/><polygon class="cls-1" points="114.19 114.19 114.19 91.33 91.33 91.33 91.33 114.19 91.33 137.05 91.33 159.9 114.19 159.9 137.05 159.9 137.05 137.05 114.19 137.05 114.19 114.19"/><polygon class="cls-2" points="137.05 91.33 137.05 114.19 137.05 137.05 159.9 137.05 159.9 114.19 159.9 91.33 137.05 91.33"/><polygon class="cls-2" points="114.19 114.19 114.19 91.33 91.33 91.33 91.33 114.19 91.33 137.05 91.33 159.9 114.19 159.9 137.05 159.9 137.05 137.05 114.19 137.05 114.19 114.19"/><rect class="cls-3" x="137.05" y="137.05" width="22.86" height="22.86"/><path class="cls-1" d="M251.58,139.13V112.77h11.93v25.06c0,7.36,3.91,12.2,11.27,12.2s11.27-4.84,11.27-12.2V112.77h12v26.36c0,12.67-8.48,21.8-23.1,21.8C260.06,160.93,251.58,151.8,251.58,139.13Z"/><path class="cls-1" d="M321.91,159.9H310.08V112.77h11.83v7.92a17.93,17.93,0,0,1,15.65-9c11.83,0,19.66,8.67,19.66,20.68V159.9h-12V134.75c0-7.45-4.38-12.39-11.46-12.39s-11.83,5-11.83,12.39Z"/><path class="cls-1" d="M369.42,91.34h11.92V159.9H369.42Z"/><path class="cls-1" d="M441.24,137v1.3H403.79c.47,7.36,5.87,13,13.69,13,7.55,0,10.62-3.82,11.46-5.12h11.74c-.75,4.84-7.17,15-23.2,15-15.27,0-25.61-10.61-25.61-24.77,0-14.63,10.24-24.78,24.68-24.78S441.24,121.62,441.24,137Zm-37.08-6.9h24.6c-1.77-6-6.15-9.31-12.21-9.31C410.12,120.78,405.65,124.23,404.16,130.09Z"/><path class="cls-1" d="M467.78,130.37h15.47c0-5.68-4.29-9.31-11.27-9.31-6.62,0-9,3.54-9.78,4.75h-12c1-4.94,6.89-14.25,21.8-14.25,14.62,0,22.73,7.64,22.73,18.81V146.3c0,2.89,1,4,3.72,4.29v9.59h-3.72c-6.06-.09-9.69-2.33-11-6.52-2.23,3.45-7.26,7.27-15.27,7.27-11.09,0-19.47-6.24-19.47-15.93S456.14,130.37,467.78,130.37Zm15.47,12.11v-4H469.74c-5.59,0-9,2-9,6.33,0,4.57,4.29,7.27,10.25,7.27C477.66,152.08,483.25,148.82,483.25,142.48Z"/><path class="cls-1" d="M523.12,140.62c-10.34-.74-17.33-5.59-17.33-14.72,0-8.85,8.1-14.44,20.77-14.44,17,0,21.8,8.76,23.1,13.32H537.09c-.84-1-3.54-4.28-10.62-4.28-5.68,0-8.66,1.86-8.66,4.75,0,2.61,2,4.29,6.7,4.94l8,.84c12.77,1.11,18,6,18,15.27,0,8.85-7.36,14.91-21.8,14.91-17.51,0-23.19-10.16-24.12-14.53h12.76c.47,1.11,3.35,5.31,11.36,5.31,6.62,0,9.69-2.24,9.69-5.22s-1.67-4.66-7-5.31C528.05,141.18,526.38,141,523.12,140.62Z"/><path class="cls-1" d="M571.55,159.9H559.72V91.34h11.83v29.35a17.93,17.93,0,0,1,15.65-9c11.83,0,19.66,8.67,19.66,20.68V159.9h-12V134.75c0-7.45-4.38-12.39-11.46-12.39s-11.83,5-11.83,12.39Z"/></svg>
@@ -1 +0,0 @@
1
- <svg id="bg" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 653.4 251.24"><defs><style>.cls-1{fill:#fff;}.cls-2{fill:#1a4049;}.cls-3{fill:#817afe;}</style></defs><circle class="cls-1" cx="125.62" cy="125.62" r="80"/><polygon class="cls-1" points="137.05 91.33 137.05 114.19 137.05 137.05 159.9 137.05 159.9 114.19 159.9 91.33 137.05 91.33"/><polygon class="cls-1" points="114.19 114.19 114.19 91.33 91.33 91.33 91.33 114.19 91.33 137.05 91.33 159.9 114.19 159.9 137.05 159.9 137.05 137.05 114.19 137.05 114.19 114.19"/><polygon class="cls-2" points="137.05 91.33 137.05 114.19 137.05 137.05 159.9 137.05 159.9 114.19 159.9 91.33 137.05 91.33"/><polygon class="cls-2" points="114.19 114.19 114.19 91.33 91.33 91.33 91.33 114.19 91.33 137.05 91.33 159.9 114.19 159.9 137.05 159.9 137.05 137.05 114.19 137.05 114.19 114.19"/><rect class="cls-3" x="137.05" y="137.05" width="22.86" height="22.86"/><path class="cls-1" d="M251.58,139.13V112.77h11.93v25.06c0,7.36,3.91,12.2,11.27,12.2s11.27-4.84,11.27-12.2V112.77h12v26.36c0,12.67-8.48,21.8-23.1,21.8C260.06,160.93,251.58,151.8,251.58,139.13Z"/><path class="cls-1" d="M321.91,159.9H310.08V112.77h11.83v7.92a17.93,17.93,0,0,1,15.65-9c11.83,0,19.66,8.67,19.66,20.68V159.9h-12V134.75c0-7.45-4.38-12.39-11.46-12.39s-11.83,5-11.83,12.39Z"/><path class="cls-1" d="M369.42,91.34h11.92V159.9H369.42Z"/><path class="cls-1" d="M441.24,137v1.3H403.79c.47,7.36,5.87,13,13.69,13,7.55,0,10.62-3.82,11.46-5.12h11.74c-.75,4.84-7.17,15-23.2,15-15.27,0-25.61-10.61-25.61-24.77,0-14.63,10.24-24.78,24.68-24.78S441.24,121.62,441.24,137Zm-37.08-6.9h24.6c-1.77-6-6.15-9.31-12.21-9.31C410.12,120.78,405.65,124.23,404.16,130.09Z"/><path class="cls-1" d="M467.78,130.37h15.47c0-5.68-4.29-9.31-11.27-9.31-6.62,0-9,3.54-9.78,4.75h-12c1-4.94,6.89-14.25,21.8-14.25,14.62,0,22.73,7.64,22.73,18.81V146.3c0,2.89,1,4,3.72,4.29v9.59h-3.72c-6.06-.09-9.69-2.33-11-6.52-2.23,3.45-7.26,7.27-15.27,7.27-11.09,0-19.47-6.24-19.47-15.93S456.14,130.37,467.78,130.37Zm15.47,12.11v-4H469.74c-5.59,0-9,2-9,6.33,0,4.57,4.29,7.27,10.25,7.27C477.66,152.08,483.25,148.82,483.25,142.48Z"/><path class="cls-1" d="M523.12,140.62c-10.34-.74-17.33-5.59-17.33-14.72,0-8.85,8.1-14.44,20.77-14.44,17,0,21.8,8.76,23.1,13.32H537.09c-.84-1-3.54-4.28-10.62-4.28-5.68,0-8.66,1.86-8.66,4.75,0,2.61,2,4.29,6.7,4.94l8,.84c12.77,1.11,18,6,18,15.27,0,8.85-7.36,14.91-21.8,14.91-17.51,0-23.19-10.16-24.12-14.53h12.76c.47,1.11,3.35,5.31,11.36,5.31,6.62,0,9.69-2.24,9.69-5.22s-1.67-4.66-7-5.31C528.05,141.18,526.38,141,523.12,140.62Z"/><path class="cls-1" d="M571.55,159.9H559.72V91.34h11.83v29.35a17.93,17.93,0,0,1,15.65-9c11.83,0,19.66,8.67,19.66,20.68V159.9h-12V134.75c0-7.45-4.38-12.39-11.46-12.39s-11.83,5-11.83,12.39Z"/></svg>
@@ -1,3 +0,0 @@
1
- <svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M4.48149 0.771598C5.27968 -0.159625 6.72032 -0.159624 7.51851 0.771599L10.8844 4.69842C11.5263 5.4474 11.5263 6.5526 10.8844 7.30158L7.51851 11.2284C6.72032 12.1596 5.27968 12.1596 4.48149 11.2284L1.11564 7.30158C0.47366 6.5526 0.47366 5.4474 1.11564 4.69842L4.48149 0.771598Z" fill="#FFC46F"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="48" height="50" viewBox="0 0 48 50" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M0.5 0.000193412C11 2.00019 17 9 18 18C19 27 23.5 31.5 30.5 34C37.5 36.5 47.34 41.4 48 49.5L48 12.0012C48 5.37332 42.6309 0.000381623 36.003 0.000366343C24.1359 0.000338986 8.66406 -0.000263908 0.5 0.000193412Z" fill="#6C65E5"/>
3
- </svg>
@@ -1 +0,0 @@
1
- import{E as _,j as i,F as z,ea as k,hF as j,e9 as N,r as d,e7 as P,B as W,iT as J,s as u,i as H,J as G,gs as O,gR as D,fP as V,fV as Y,eb as R,cp as B,b6 as L,b8 as T,e5 as K,ec as Q,cR as X,b as Z,bp as tt,ln as et}from"./index-C0tV9tYB.js";import{f as b,T as ot,a as p,p as f,b as g,d as at,c as rt,u as nt,e as st,g as lt,h as ct}from"./LazyAdminExport-CEik6N0e.js";import{f as it}from"./formatTickValue-CaA_jBqg.js";var y={},ut=z;Object.defineProperty(y,"__esModule",{value:!0});var I=y.default=void 0,dt=ut(_()),pt=i,gt=(0,dt.default)((0,pt.jsx)("path",{d:"m7 14 5-5 5 5z"}),"ArrowDropUp");I=y.default=gt;const M=(t,e,r=!0)=>{const o=t.getFullYear(),a=t.getMonth(),s=b(t),n=N(t);return{key:s,year:o,month:a,dayCount:n,shortLabel:t.toLocaleString("en-US",{month:"short"}),label:e||t.toLocaleString("en-US",{month:"long",year:"numeric"}),selectable:r}},ht=t=>{const e=[M(t,"Current month")],r=k(t);for(let o=1;o<12;o++){const a=j(r,o);e.push(M(a,void 0,a>=ot))}return e},C=ht(p),mt=Object.fromEntries(C.map(t=>[t.key,t])),$="15rem",x=t=>t.spacing(3),q=u("button",{shouldForwardProp:t=>t!=="selected"})(({theme:t,selected:e})=>({cursor:"pointer",border:"none",backgroundColor:e?t.palette.secondary.light:"inherit",fontSize:t.typography.body1.fontSize,padding:t.spacing(.5),borderRadius:t.shape.borderRadius,color:t.palette.text.primary,transition:"background-color 0.2s ease",":focus-visible":{outline:`2px solid ${t.palette.primary.main}`},":hover:not(:disabled)":{backgroundColor:t.palette.action.hover}})),bt=u(q)(({theme:t})=>({":disabled":{cursor:"default",color:t.palette.text.disabled}})),ft=u(q)(({theme:t})=>({width:"100%",paddingBlock:t.spacing(1),textAlign:"left",borderRadius:0,paddingInline:x(t)})),yt=u(H)(({theme:t})=>({whiteSpace:"nowrap",width:$,justifyContent:"space-between",fontWeight:"normal",color:t.palette.text.primary,borderColor:t.palette.divider,":focus-within":{borderColor:t.palette.primary.main},":hover":{borderColor:t.palette.text.disabled,backgroundColor:"inherit"},transition:"border-color 0.1s ease"})),Ct=u("article")(({theme:t})=>({width:$,paddingBlock:t.spacing(2),display:"flex",flexFlow:"column",gap:t.spacing(2)})),xt=u("article")(({theme:t})=>({paddingInline:x(t)})),St=u("hgroup")(({theme:t})=>({h3:{margin:0,fontSize:t.typography.h3.fontSize},p:{color:t.palette.text.secondary,fontSize:t.typography.body2.fontSize}})),vt=u("ul")(({theme:t})=>({listStyle:"none",padding:0,display:"grid",gridTemplateColumns:"repeat(4, 1fr)",rowGap:t.spacing(1)})),Dt=u("article")(({theme:t})=>({display:"flex",width:"100%",flexFlow:"column",gap:t.spacing(.5)})),Rt=u("p")(({theme:t})=>({paddingInline:x(t),fontSize:t.typography.body2.fontSize,margin:0,color:t.palette.text.secondary,fontWeight:"bold"})),Mt=u("ul")(({theme:t})=>({listStyle:"none",margin:0,padding:0,width:"100%",li:{width:"100%"}})),wt=u(G)(({theme:t})=>({"& .MuiPaper-root":{borderRadius:t.shape.borderRadiusLarge,border:`1px solid ${t.palette.divider}`}})),_t=({selectedPeriod:t,setPeriod:e})=>{const r=[3,6,12].map(l=>({value:l,label:`Last ${l} months`})),[o,a]=d.useState(!1),s=d.useRef(null),n=l=>{e(l),a(!1)},c=t.grouping==="daily"?t.month===P(new Date,"yyyy-MM")?"Current month":f(t.month).toLocaleDateString("en-US",{month:"long",year:"numeric"}):`Last ${t.monthsBack} months`;return i.jsxs(W,{ref:s,children:[i.jsx(yt,{endIcon:o?i.jsx(I,{}):i.jsx(J,{}),variant:"outlined",disableRipple:!0,onClick:()=>a(!0),children:c}),i.jsxs(wt,{open:o,anchorEl:s.current,onClose:()=>a(!1),anchorOrigin:{vertical:"bottom",horizontal:"center"},transformOrigin:{vertical:"top",horizontal:"center"},children:[i.jsxs(Ct,{children:[i.jsxs(xt,{children:[i.jsxs(St,{children:[i.jsx("h3",{children:"Select month"}),i.jsx("p",{children:"Last 12 months"})]}),i.jsx(vt,{children:C.map(l=>i.jsx("li",{children:i.jsx(bt,{selected:t.grouping==="daily"&&l.key===t.month,disabled:!l.selectable,onClick:()=>{n({grouping:"daily",month:l.key})},children:l.shortLabel})},l.label))})]}),i.jsxs(Dt,{children:[i.jsx(Rt,{children:"Range"}),i.jsx(Mt,{children:r.map(l=>i.jsx("li",{children:i.jsxs(ft,{selected:t.grouping==="monthly"&&l.value===t.monthsBack,type:"button",onClick:()=>{n({grouping:"monthly",monthsBack:l.value})},children:["Last ",l.value," months"]})},l.label))})]})]})," "]})]})},h={"/api/admin":{label:"Admin",color:"#6D66D9",order:1},"/api/frontend":{label:"Frontend",color:"#A39EFF",order:2},"/api/client":{label:"Server",color:"#D8D6FF",order:3}},kt=(t,e)=>{const{newRecord:r,labels:o}=S(t);return{datasets:t.apiData.filter(s=>!0).sort((s,n)=>h[s.apiPath].order-h[n.apiPath].order).map(s=>{const n=r();for(const l of Object.values(s.dataPoints))n[l.period]=l.trafficTypes[0].count;const c=h[s.apiPath];return{label:c.label,data:Object.values(n),backgroundColor:c.color,hoverBackgroundColor:c.color}}),labels:o}},jt=t=>{const{newRecord:e,labels:r}=S(t);return{datasets:t.apiData.map(a=>{const s=e();for(const c of Object.values(a.dataPoints)){const l=c.connections;s[c.period]=l}const n={label:"Connections",color:"#6D66D9"};return{label:n.label,data:Object.values(s),backgroundColor:n.color,hoverBackgroundColor:n.color}}),labels:r}},Pt=t=>{const{newRecord:e,labels:r}=S(t);return{datasets:t.apiData.map(a=>{const s=e();for(const c of Object.values(a.dataPoints)){const l=c.requests;s[c.period]=l}const n={label:"Frontend requests",color:"#A39EFF"};return{label:n.label,data:Object.values(s),backgroundColor:n.color,hoverBackgroundColor:n.color}}),labels:r}},S=t=>{if(t.grouping==="monthly"){const e=g(t.dateRange.from),r=g(t.dateRange.to),o=Math.abs(O(r,e))+1,a={};for(let n=0;n<o;n++)a[b(D(e,n))]=0;const s=Array.from({length:o}).map((n,c)=>c===o-1?"Current month":b(D(e,c)));return{newRecord:()=>({...a}),labels:s}}else{const e=g(t.dateRange.from),r=g(t.dateRange.to),o=Math.abs(V(r,e))+1,a={};for(let n=0;n<o;n++)a[at(Y(e,n))]=0;const s=Array.from({length:o}).map((n,c)=>(c+1).toString());return{newRecord:()=>({...a}),labels:s}}},[Ot,...Bt]=Object.values(h).map(t=>t.label.toLowerCase()).toReversed(),w=`${Bt.toReversed().join(", ")}, and ${Ot}`,zt=t=>t.grouping==="daily"?`A bar chart showing daily traffic usage for ${new Date(t.month).toLocaleDateString("en-US",{month:"long",year:"numeric"})}. Each date shows ${w} requests.`:`A bar chart showing monthly total traffic usage for the current month and the preceding ${t.monthsBack} months. Each month shows ${w} requests.`,v=(t,e=new Date)=>{const r=o=>P(o,"yyyy-MM-dd");if(t.grouping==="daily"){const o=f(t.month),a=r(o),s=r(R(o));return{from:a,to:s}}else{const o=r(k(j(e,t.monthsBack))),a=r(R(e));return{from:o,to:a}}},Lt=t=>{if(t.grouping==="daily")return 0;const e=Math.abs(O(new Date(t.dateRange.to),new Date(t.dateRange.from))),r=t.apiData.map(o=>o.dataPoints.filter(({period:a})=>a!==rt).reduce((a,s)=>a+s.trafficTypes[0].count,0)).reduce((o,a)=>o+a,0);return Math.round(r/e)},Tt=(t,{from:e,to:r})=>{const o=`api/admin/metrics/connection?grouping=${t}&from=${e}&to=${r}`,{data:a,error:s,mutate:n}=B(L(o),It);return d.useMemo(()=>({refetch:()=>n(),result:a?{state:"success",data:a}:s?{state:"error",error:s}:{state:"loading"}}),[a,s,n])},It=t=>fetch(t).then(T("Metered Connections Metrics")).then(e=>e.json()),$t=(t,{from:e,to:r})=>{const o=`api/admin/metrics/request?grouping=${t}&from=${e}&to=${r}`,{data:a,error:s,mutate:n}=B(L(o),qt);return d.useMemo(()=>({refetch:()=>n(),result:a?{state:"success",data:a}:s?{state:"error",error:s}:{state:"loading"}}),[a,s,n])},qt=t=>fetch(t).then(T("Consumption Requests Metrics")).then(e=>e.json()),Nt=(t,e,r)=>{const{result:o}=nt(e.grouping,v(e,p)),{instanceStatus:a}=K(),{instancePrices:s}=Q(),n=(a==null?void 0:a.billing)==="pay-as-you-go"?s.payg.traffic:s.pro.traffic;return d.useMemo(()=>{if(o.state!=="success")return{chartData:{datasets:[],labels:[]},usageTotal:0,overageCost:0,estimatedMonthlyCost:0,requestSummaryUsage:0};const l=o.data,F=kt(l),m=st(l),A=ct(m,t,n),E=lt(l.apiData,t,p,n),U=e.grouping==="daily"?m:Lt(l);return{chartData:F,usageTotal:m,overageCost:A,estimatedMonthlyCost:E,requestSummaryUsage:U}},[JSON.stringify(o),t,JSON.stringify(e),n])},Wt=t=>{const{result:e}=Tt(t.grouping,v(t,p));return d.useMemo(()=>{if(e.state!=="success")return{chartData:{datasets:[],labels:[]}};const o=e.data;return{chartData:jt(o)}},[JSON.stringify(e),JSON.stringify(t)])},Jt=t=>{const{result:e}=$t(t.grouping,v(t,p));return d.useMemo(()=>{if(e.state!=="success")return{chartData:{datasets:[],labels:[]}};const o=e.data;return{chartData:Pt(o)}},[JSON.stringify(e),JSON.stringify(t)])},Ht=u(X)(({theme:t})=>({display:"grid",gap:t.spacing(5)})),Gt=u("div")(({theme:t})=>({display:"flex",flexFlow:"row wrap",justifyContent:"space-between",gap:t.spacing(2,4),alignItems:"start"})),Vt=u("span")(({theme:t})=>({fontWeight:"bold"})),Ft=(t,e,r,o)=>({plugins:{annotation:{clip:!1,annotations:{line:{type:"line",borderDash:[5,5],yMin:r?r/30:0,yMax:r?r/30:0,borderColor:"gray",borderWidth:1,display:!!r&&!!o,label:{backgroundColor:"rgba(192, 192, 192, 0.8)",color:"black",padding:{top:10,bottom:10,left:10,right:10},content:"Average daily requests included in your plan",display:!!r}}}},legend:{position:"bottom",labels:{color:t.palette.text.primary,pointStyle:"circle",usePointStyle:!0,boxHeight:6,padding:15,boxPadding:5}},tooltip:{backgroundColor:t.palette.background.paper,titleColor:t.palette.text.primary,bodyColor:t.palette.text.primary,bodySpacing:6,padding:{top:20,bottom:20,left:30,right:30},borderColor:"rgba(0, 0, 0, 0.05)",borderWidth:3,usePointStyle:!0,caretSize:0,boxPadding:10,callbacks:{title:e}}},responsive:!0,scales:{x:{stacked:!0,ticks:{color:t.palette.text.secondary},grid:{display:!1}},y:{stacked:!0,ticks:{color:t.palette.text.secondary,maxTicksLimit:5,callback:it},grid:{drawBorder:!1}}},elements:{bar:{borderRadius:5}},interaction:{mode:"index",intersect:!1}}),Yt=t=>{const e=Z(),{locationSettings:r}=tt(),[o,a]=d.useState({grouping:"daily",month:C[0].key}),s=d.useMemo(()=>Ft(e,n=>{if(o.grouping==="daily"){const c=mt[o.month];return new Date(c.year,c.month,Number.parseInt(n[0].label,10)).toLocaleDateString((r==null?void 0:r.locale)??"en-US",{month:"long",day:"numeric",year:"numeric"})}else{const c=f(n[0].label);return Number.isNaN(c.getTime())?"Current month to date":c.toLocaleDateString((r==null?void 0:r.locale)??"en-US",{month:"long",year:"numeric"})}},t,o.grouping==="daily"),[e,o,t]);return{chartDataSelection:o,setChartDataSelection:a,options:s}},Kt=et({bottomOverflow:34});export{Vt as B,_t as P,Ht as S,Gt as T,Nt as a,Wt as b,Jt as c,zt as g,Kt as n,Yt as u};
@@ -1,7 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <title>This is a new feature</title>
3
- <path d="M10.8912 1.217C11.4862 0.563965 12.5138 0.563966 13.1088 1.217L13.837 2.01627C14.2317 2.44948 14.8425 2.61315 15.401 2.43533L16.4313 2.10724C17.273 1.83919 18.163 2.35302 18.3518 3.21605L18.5828 4.27235C18.708 4.84486 19.1551 5.29202 19.7277 5.41723L20.784 5.64825C21.647 5.837 22.1608 6.72697 21.8928 7.56875L21.5647 8.59904C21.3869 9.15745 21.5505 9.76829 21.9837 10.163L22.783 10.8912C23.436 11.4862 23.436 12.5138 22.783 13.1088L21.9837 13.837C21.5505 14.2317 21.3869 14.8425 21.5647 15.401L21.8928 16.4312C22.1608 17.273 21.647 18.163 20.784 18.3518L19.7277 18.5828C19.1551 18.708 18.708 19.1551 18.5828 19.7277L18.3518 20.784C18.163 21.647 17.273 22.1608 16.4313 21.8928L15.401 21.5647C14.8425 21.3869 14.2317 21.5505 13.837 21.9837L13.1088 22.783C12.5138 23.436 11.4862 23.436 10.8912 22.783L10.163 21.9837C9.76829 21.5505 9.15746 21.3869 8.59904 21.5647L7.56875 21.8928C6.72697 22.1608 5.837 21.647 5.64825 20.784L5.41723 19.7277C5.29202 19.1551 4.84486 18.708 4.27235 18.5828L3.21605 18.3518C2.35302 18.163 1.83919 17.273 2.10724 16.4313L2.43533 15.401C2.61315 14.8425 2.44948 14.2317 2.01627 13.837L1.217 13.1088C0.563965 12.5138 0.563966 11.4862 1.217 10.8912L2.01627 10.163C2.44948 9.76829 2.61315 9.15746 2.43533 8.59904L2.10724 7.56875C1.83919 6.72697 2.35302 5.837 3.21605 5.64825L4.27235 5.41723C4.84486 5.29202 5.29202 4.84486 5.41723 4.27235L5.64825 3.21605C5.837 2.35302 6.72697 1.83919 7.56875 2.10724L8.59904 2.43533C9.15746 2.61315 9.76829 2.44948 10.163 2.01627L10.8912 1.217Z" fill="#817AFE"/>
4
- <path d="M14.6855 14L13.3848 10.0742H14.3105L15.0371 12.5527L15.8574 10.0742H16.4023L17.2168 12.5527L17.9609 10.0742H18.8867L17.5566 14H16.9941L16.127 11.4746L15.248 14H14.6855Z" fill="white"/>
5
- <path d="M10.1035 14V10.0742H12.8984V10.7773H10.918V13.2793H12.8984V14H10.1035ZM10.5781 12.3418V11.6562H12.6699V12.3418H10.5781Z" fill="white"/>
6
- <path d="M8.69727 14.0293L6.37109 11.6621V14H5.55664V10.0449H5.84961L8.17578 12.4473V10.0742H8.99023V14.0293H8.69727Z" fill="white"/>
7
- </svg>
@@ -1,5 +0,0 @@
1
- <svg width="24" height="10" viewBox="0 0 24 10" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M20.9238 0.46875V9H19.1719V0.46875H20.9238ZM23.5488 0.46875V1.8457H16.5879V0.46875H23.5488Z"/>
3
- <path d="M16.2422 4.53516V4.93945C16.2422 5.58789 16.1543 6.16992 15.9785 6.68555C15.8027 7.20117 15.5547 7.64062 15.2344 8.00391C14.9141 8.36328 14.5312 8.63867 14.0859 8.83008C13.6445 9.02148 13.1543 9.11719 12.6152 9.11719C12.0801 9.11719 11.5898 9.02148 11.1445 8.83008C10.7031 8.63867 10.3203 8.36328 9.99609 8.00391C9.67188 7.64062 9.41992 7.20117 9.24023 6.68555C9.06445 6.16992 8.97656 5.58789 8.97656 4.93945V4.53516C8.97656 3.88281 9.06445 3.30078 9.24023 2.78906C9.41602 2.27344 9.66406 1.83398 9.98438 1.4707C10.3086 1.10742 10.6914 0.830078 11.1328 0.638672C11.5781 0.447266 12.0684 0.351562 12.6035 0.351562C13.1426 0.351562 13.6328 0.447266 14.0742 0.638672C14.5195 0.830078 14.9023 1.10742 15.2227 1.4707C15.5469 1.83398 15.7969 2.27344 15.9727 2.78906C16.1523 3.30078 16.2422 3.88281 16.2422 4.53516ZM14.4668 4.93945V4.52344C14.4668 4.07031 14.4258 3.67188 14.3438 3.32812C14.2617 2.98438 14.1406 2.69531 13.9805 2.46094C13.8203 2.22656 13.625 2.05078 13.3945 1.93359C13.1641 1.8125 12.9004 1.75195 12.6035 1.75195C12.3066 1.75195 12.043 1.8125 11.8125 1.93359C11.5859 2.05078 11.3926 2.22656 11.2324 2.46094C11.0762 2.69531 10.957 2.98438 10.875 3.32812C10.793 3.67188 10.752 4.07031 10.752 4.52344V4.93945C10.752 5.38867 10.793 5.78711 10.875 6.13477C10.957 6.47852 11.0781 6.76953 11.2383 7.00781C11.3984 7.24219 11.5938 7.41992 11.8242 7.54102C12.0547 7.66211 12.3184 7.72266 12.6152 7.72266C12.9121 7.72266 13.1758 7.66211 13.4062 7.54102C13.6367 7.41992 13.8301 7.24219 13.9863 7.00781C14.1426 6.76953 14.2617 6.47852 14.3438 6.13477C14.4258 5.78711 14.4668 5.38867 14.4668 4.93945Z"/>
4
- <path d="M7.70508 0.46875V9H5.94727L2.51953 3.28125V9H0.761719V0.46875H2.51953L5.95312 6.19336V0.46875H7.70508Z"/>
5
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="24" height="36" viewBox="25 12 24 30" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M44.2145 31H45.9238V23.8457H48.5488V22.4688H45.9238H44.1719H41.5879V23.8457H44.1719V30.9574L44.2145 31ZM39.1419 28.7274L40.3188 29.9043C40.3146 29.9095 40.3104 29.9147 40.3061 29.9198L46.2004 35.8141L44.8004 37.2141L38.5868 31.0005C38.2828 31.0783 37.9589 31.1172 37.6152 31.1172C37.0801 31.1172 36.5898 31.0215 36.1445 30.8301C35.7031 30.6387 35.3203 30.3633 34.9961 30.0039C34.6719 29.6406 34.4199 29.2012 34.2402 28.6855C34.0645 28.1699 33.9766 27.5879 33.9766 26.9395V26.5352C33.9766 26.4869 33.977 26.4391 33.978 26.3917L32.7051 25.1188V31H30.9473L27.5195 25.2812V31H25.7617V22.4688H27.5195L30.9531 28.1934V23.3668L26.4004 18.8141L27.8004 17.4141L34.5229 24.1366C34.5262 24.1305 34.5295 24.1244 34.5328 24.1183L35.8509 25.4364C35.8493 25.4442 35.8477 25.452 35.8461 25.4598L37.0004 26.6141L39.1328 28.7465C39.1359 28.7402 39.1389 28.7338 39.1419 28.7274ZM39.4614 26.247L41.1626 27.9481C41.2157 27.632 41.2422 27.2957 41.2422 26.9395V26.5352C41.2422 25.8828 41.1523 25.3008 40.9727 24.7891C40.7969 24.2734 40.5469 23.834 40.2227 23.4707C39.9023 23.1074 39.5195 22.8301 39.0742 22.6387C38.6328 22.4473 38.1426 22.3516 37.6035 22.3516C37.0684 22.3516 36.5781 22.4473 36.1328 22.6387C36.0682 22.6667 36.0048 22.6966 35.9427 22.7283L37.0488 23.8344C37.2187 23.7794 37.4036 23.752 37.6035 23.752C37.9004 23.752 38.1641 23.8125 38.3945 23.9336C38.625 24.0508 38.8203 24.2266 38.9805 24.4609C39.1406 24.6953 39.2617 24.9844 39.3438 25.3281C39.4087 25.6002 39.4479 25.9065 39.4614 26.247ZM37.281 29.6947L35.9324 28.346C36.0101 28.5994 36.112 28.82 36.2383 29.0078C36.3984 29.2422 36.5938 29.4199 36.8242 29.541C36.9642 29.6146 37.1165 29.6658 37.281 29.6947Z"/>
3
- </svg>
@@ -1,7 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path
3
- d="M11.2608 0.811331C11.6574 0.375976 12.3426 0.375977 12.7392 0.811332L14.0529 2.25322C14.316 2.54202 14.7233 2.65114 15.0955 2.53259L16.9542 1.94073C17.5154 1.76203 18.1087 2.10458 18.2345 2.67993L18.6513 4.58549C18.7347 4.96716 19.0328 5.26527 19.4145 5.34875L21.3201 5.7655C21.8954 5.89133 22.238 6.48465 22.0593 7.04583L21.4674 8.90447C21.3489 9.27675 21.458 9.68397 21.7468 9.9471L23.1887 11.2608C23.624 11.6574 23.624 12.3426 23.1887 12.7392L21.7468 14.0529C21.458 14.316 21.3489 14.7233 21.4674 15.0955L22.0593 16.9542C22.238 17.5154 21.8954 18.1087 21.3201 18.2345L19.4145 18.6513C19.0328 18.7347 18.7347 19.0328 18.6513 19.4145L18.2345 21.3201C18.1087 21.8954 17.5154 22.238 16.9542 22.0593L15.0955 21.4674C14.7233 21.3489 14.316 21.458 14.0529 21.7468L12.7392 23.1887C12.3426 23.624 11.6574 23.624 11.2608 23.1887L9.9471 21.7468C9.68397 21.458 9.27675 21.3489 8.90447 21.4674L7.04583 22.0593C6.48465 22.238 5.89133 21.8954 5.7655 21.3201L5.34875 19.4145C5.26527 19.0328 4.96716 18.7347 4.58549 18.6513L2.67993 18.2345C2.10458 18.1087 1.76203 17.5154 1.94073 16.9542L2.53259 15.0955C2.65114 14.7233 2.54202 14.316 2.25322 14.0529L0.811331 12.7392C0.375976 12.3426 0.375977 11.6574 0.811332 11.2608L2.25322 9.9471C2.54202 9.68397 2.65114 9.27675 2.53259 8.90447L1.94073 7.04583C1.76203 6.48465 2.10458 5.89133 2.67993 5.7655L4.58549 5.34875C4.96716 5.26527 5.26527 4.96716 5.34875 4.58549L5.7655 2.67993C5.89133 2.10458 6.48465 1.76203 7.04583 1.94073L8.90447 2.53259C9.27675 2.65114 9.68397 2.54202 9.9471 2.25322L11.2608 0.811331Z"
4
- fill="#1A4049" />
5
- <path d="M10.4351 7.3042H7.30469V16.6955H16.696V7.3042H13.5656V13.5651H10.4351V7.3042Z" fill="white" />
6
- <path d="M13.5664 13.5649H16.6968V16.6954H13.5664V13.5649Z" fill="#817AFE" />
7
- </svg>
@@ -1,6 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd"
3
- d="M12.739.811a1 1 0 0 0-1.479 0L9.947 2.253a1 1 0 0 1-1.043.28L7.045 1.94a1 1 0 0 0-1.28.739l-.417 1.906a1 1 0 0 1-.763.763l-1.906.417a1 1 0 0 0-.739 1.28l.592 1.859a1 1 0 0 1-.28 1.042L.812 11.261a1 1 0 0 0 0 1.478l1.442 1.314a1 1 0 0 1 .28 1.043l-.593 1.858a1 1 0 0 0 .74 1.28l1.905.417a1 1 0 0 1 .763.764l.417 1.905a1 1 0 0 0 1.28.74l1.859-.592a1 1 0 0 1 1.043.279l1.313 1.442a1 1 0 0 0 1.479 0l1.313-1.442a1 1 0 0 1 1.043-.28l1.859.592a1 1 0 0 0 1.28-.739l.417-1.905a1 1 0 0 1 .763-.764l1.906-.416a1 1 0 0 0 .739-1.28l-.592-1.86a1 1 0 0 1 .28-1.042l1.441-1.314a1 1 0 0 0 0-1.478l-1.442-1.314a1 1 0 0 1-.279-1.042l.592-1.86a1 1 0 0 0-.74-1.28l-1.905-.416a1 1 0 0 1-.763-.763l-.417-1.906a1 1 0 0 0-1.28-.74l-1.859.593a1 1 0 0 1-1.043-.28L12.74.811ZM7 7h3.434v6.565h3.13V7h3.436v10H7V7Z"
4
- fill="#E2E1F5" />
5
- <path d="M13.565 13.565H17V17h-3.435v-3.435Z" fill="#817AFE" />
6
- </svg>
@@ -1,5 +0,0 @@
1
- <svg width="14" height="10" viewBox="0 0 14 10" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <rect x="0.9054" y="0.527119" width="2.48649" height="8.7027" rx="0.932432" stroke-width="0.621622"/>
3
- <rect x="5.87838" y="3.01345" width="2.48649" height="6.21622" rx="0.932432" stroke-width="0.621622"/>
4
- <rect x="10.8513" y="6.12185" width="2.48649" height="3.10811" rx="0.932432" stroke-width="0.621622"/>
5
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="20" height="18" viewBox="0 0 20 18" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M14.125 0C15.7917 0 17.1875 0.616667 18.3125 1.85C19.4375 3.08333 20 4.55 20 6.25C20 6.55 19.9833 6.84583 19.95 7.1375C19.9167 7.42917 19.8583 7.71667 19.775 8H13.525L11.825 5.45C11.7417 5.31667 11.625 5.20833 11.475 5.125C11.325 5.04167 11.1667 5 11 5C10.7833 5 10.5875 5.06667 10.4125 5.2C10.2375 5.33333 10.1167 5.5 10.05 5.7L8.7 9.75L7.825 8.45C7.74167 8.31667 7.625 8.20833 7.475 8.125C7.325 8.04167 7.16667 8 7 8H0.225C0.141667 7.71667 0.0833333 7.42917 0.05 7.1375C0.0166667 6.84583 0 6.55833 0 6.275C0 4.55833 0.558333 3.08333 1.675 1.85C2.79167 0.616667 4.18333 0 5.85 0C6.65 0 7.40417 0.158333 8.1125 0.475C8.82083 0.791667 9.45 1.23333 10 1.8C10.5333 1.23333 11.1542 0.791667 11.8625 0.475C12.5708 0.158333 13.325 0 14.125 0ZM10 18C9.7 18 9.4125 17.9458 9.1375 17.8375C8.8625 17.7292 8.61667 17.5667 8.4 17.35L1.7 10.625C1.6 10.525 1.50833 10.425 1.425 10.325C1.34167 10.225 1.25833 10.1167 1.175 10H6.45L8.15 12.55C8.23333 12.6833 8.35 12.7917 8.5 12.875C8.65 12.9583 8.80833 13 8.975 13C9.19167 13 9.39167 12.9333 9.575 12.8C9.75833 12.6667 9.88333 12.5 9.95 12.3L11.3 8.25L12.15 9.55C12.25 9.68333 12.375 9.79167 12.525 9.875C12.675 9.95833 12.8333 10 13 10H18.8L18.55 10.3L18.3 10.6L11.575 17.35C11.3583 17.5667 11.1167 17.7292 10.85 17.8375C10.5833 17.9458 10.3 18 10 18Z" />
3
- </svg>
@@ -1,39 +0,0 @@
1
- <svg width="80" height="80" viewBox="0 0 80 80" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2
- <g clip-path="url(#clip0_28054_15343)">
3
- <path d="M62.9208 75.54C69.8033 75.54 75.3826 69.9606 75.3826 63.0781C75.3826 56.1957 69.8033 50.6163 62.9208 50.6163C56.0383 50.6163 50.459 56.1957 50.459 63.0781C50.459 69.9606 56.0383 75.54 62.9208 75.54Z" fill="#194049"/>
4
- <path d="M16.834 71.409V67.2181H12.6431V71.409H16.834Z" fill="#F5A69A"/>
5
- <path d="M37.8536 15.4618H12.6445V67.2163H37.8536V15.4618Z" fill="#1A4049"/>
6
- <path d="M37.8554 67.2181H63.0645L63.0645 15.4636H37.8554L37.8554 67.2181Z" fill="#31545C"/>
7
- <path d="M55.4316 46.9564H21.668V55.1928H55.4316V46.9564Z" fill="#B3DAED"/>
8
- <g opacity="0.8">
9
- <mask id="mask0_28054_15343" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="21" y="46" width="17" height="10">
10
- <path d="M37.8389 46.9564V55.2346L21.668 55.1491V46.9564H37.8389Z" fill="white"/>
11
- </mask>
12
- <g mask="url(#mask0_28054_15343)">
13
- <rect width="114.233" height="158.028" transform="matrix(-0.851658 0.524097 0.524097 0.851658 44.8789 -54.2181)" fill="url(#pattern0_28054_15343)"/>
14
- </g>
15
- </g>
16
- <path d="M55.4316 27.4454H21.668V35.6818H55.4316V27.4454Z" fill="#B3DAED"/>
17
- <g opacity="0.8">
18
- <mask id="mask1_28054_15343" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="21" y="27" width="17" height="9">
19
- <path d="M37.8389 27.4454V35.7236L21.668 35.6382V27.4454H37.8389Z" fill="white"/>
20
- </mask>
21
- <g mask="url(#mask1_28054_15343)">
22
- <rect width="114.233" height="158.028" transform="matrix(-0.851658 0.524097 0.524097 0.851658 44.8789 -73.731)" fill="url(#pattern1_28054_15343)"/>
23
- </g>
24
- </g>
25
- <path d="M56.5577 15.4636H63.0723V8.94908H56.5577V15.4636Z" fill="#F5A69A"/>
26
- <path d="M63.0728 19.6545H67.2637V15.4636H63.0728V19.6545Z" fill="#F5A69A"/>
27
- </g>
28
- <defs>
29
- <pattern id="pattern0_28054_15343" patternContentUnits="objectBoundingBox" width="1" height="1">
30
- <use xlink:href="#image0_28054_15343" transform="scale(0.00145773 0.00105374)"/>
31
- </pattern>
32
- <pattern id="pattern1_28054_15343" patternContentUnits="objectBoundingBox" width="1" height="1">
33
- <use xlink:href="#image0_28054_15343" transform="scale(0.00145773 0.00105374)"/>
34
- </pattern>
35
- <clipPath id="clip0_28054_15343">
36
- <rect width="80" height="80" fill="white"/>
37
- </clipPath>
38
- </defs>
39
- </svg>
@@ -1,4 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd"
3
- d="M16.584 10H22a2 2 0 1 1 0 4h-5.416a5.001 5.001 0 0 1-9.168 0H2a2 2 0 1 1 0-4h5.416a5.001 5.001 0 0 1 9.168 0Z" />
4
- </svg>
@@ -1,10 +0,0 @@
1
- <svg width="68" height="23" viewBox="0 0 68 23" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g clip-path="url(#clip0_36191_6936)">
3
- <path fill-rule="evenodd" clip-rule="evenodd" d="M43.1779 0.272929C40.7834 0.444637 35.2327 1.14611 32.2184 1.65781C25.7512 2.75559 18.4494 4.69938 13.1249 6.74082L11.5746 7.33519L12.4762 7.43235C13.958 7.59218 14.4304 7.99924 14.4304 9.11572V9.69613H13.6274C12.8731 9.69613 12.8181 9.66747 12.7198 9.22152C12.6624 8.9603 12.5045 8.70428 12.3687 8.65238C12.016 8.51746 11.493 8.84067 11.493 9.1937C11.493 9.55648 11.7153 9.74901 13.001 10.5001C14.1992 11.2 14.6294 11.7397 14.6511 12.5699C14.6904 14.0783 13.8733 14.8083 12.1458 14.8083C10.5277 14.8083 9.8118 14.2883 9.59849 12.9584L9.49292 12.3002H10.493H11.493V12.7919C11.493 13.1569 11.5969 13.3309 11.8961 13.4668C12.3953 13.6937 12.7985 13.4216 12.7985 12.8581C12.7985 12.4553 12.3049 12.0243 10.9858 11.2757C10.5721 11.0408 10.1132 10.6652 9.96583 10.4409C9.66459 9.98241 9.61058 8.86069 9.86679 8.38335C9.95981 8.21018 9.98509 8.06857 9.92325 8.06857C9.67928 8.06857 5.69723 10.2194 4.58997 10.949C3.08028 11.9443 1.04463 13.9616 0.588344 14.915C0.369504 15.3722 0.233734 15.9671 0.235366 16.4612C0.244342 19.1436 3.56529 20.8845 10.5139 21.8497C13.3783 22.2476 21.834 22.2453 25.8539 21.8456C36.3998 20.797 46.3811 18.5713 54.478 15.4627L56.0942 14.8423L55.143 14.6528C54.4186 14.5086 54.0823 14.341 53.7311 13.9489C53.2715 13.4361 53.27 13.4268 53.27 11.1503C53.27 8.42566 53.3936 8.07215 54.492 7.65388C55.3566 7.32445 56.7618 7.40176 57.3918 7.81354C57.8695 8.12552 58.1659 8.72479 58.1659 9.37825C58.1659 9.85236 58.1536 9.85887 57.2682 9.85887C56.4322 9.85887 56.3708 9.83251 56.3708 9.47183C56.3708 8.95266 55.9841 8.65854 55.4706 8.78713L55.0558 8.89096L55.1014 11.0257C55.1403 12.851 55.1882 13.1864 55.4325 13.3399C55.9183 13.6449 56.2822 13.2699 56.339 12.4057C56.383 11.7348 56.3507 11.6492 56.0534 11.6492C55.7895 11.6492 55.7181 11.545 55.7181 11.1609V10.6726H56.9535H58.1891L58.1309 12.0968C58.0991 12.8801 58.009 13.6581 57.9309 13.8257C57.824 14.0558 58.1854 13.9273 59.4054 13.3013C63.9802 10.9541 66.8273 8.39066 67.2226 6.26345C67.785 3.23768 63.3889 0.991495 55.4731 0.259748C53.4083 0.0688367 45.9093 0.0768099 43.1779 0.272929ZM36.0646 7.65581C36.6458 7.898 37.1142 8.66084 37.1142 9.3654C37.1142 9.6569 37.0099 9.69613 36.2368 9.69613C35.393 9.69613 35.3561 9.67772 35.2618 9.20784C35.1799 8.79917 35.0864 8.71958 34.6877 8.71958C34.1508 8.71958 33.9283 9.07065 34.1748 9.52978C34.2629 9.69385 34.7949 10.0849 35.3573 10.3989C36.8191 11.2151 37.1693 11.6373 37.1837 12.6011C37.2067 14.113 36.4593 14.742 34.6417 14.7409C33.0213 14.7399 32.2184 14.0894 32.2184 12.7779C32.2184 12.3025 32.2233 12.3002 33.1975 12.3002C34.173 12.3002 34.1767 12.302 34.1767 12.7803C34.1767 13.523 35.1378 13.82 35.393 13.1565C35.5812 12.6672 35.2846 12.2945 34.2068 11.6653C32.6481 10.7557 32.2999 10.3374 32.2999 9.37453C32.2999 8.49695 32.6244 8.0059 33.4423 7.6459C34.0972 7.35749 35.3602 7.36238 36.0646 7.65581ZM20.2042 7.86513C20.2503 8.02186 20.5173 9.43165 20.7974 10.9982C21.0774 12.5647 21.3462 14.0111 21.3948 14.2126C21.479 14.562 21.4374 14.5788 20.4862 14.5788C19.938 14.5788 19.4894 14.5124 19.4894 14.4312C19.4894 14.1478 18.6689 8.66085 18.6191 8.61119C18.5915 8.58368 18.4016 9.7137 18.1971 11.1223C17.6357 14.9881 17.814 14.5788 16.6916 14.5788C15.7786 14.5788 15.7339 14.5602 15.8122 14.2126C15.8576 14.0111 16.1201 12.6013 16.3959 11.0795C16.6717 9.55778 16.9377 8.14799 16.9872 7.9465C17.0722 7.59935 17.1559 7.58031 18.5985 7.58031C19.9068 7.58031 20.1319 7.62018 20.2042 7.86513ZM26.1914 9.94024C26.4002 11.2382 26.6155 12.3002 26.6699 12.3002C26.7242 12.3002 26.9393 11.2382 27.1483 9.94024L27.5279 7.58031H28.9755H30.4233L30.424 9.24854C30.4243 10.166 30.4725 11.7408 30.5305 12.7478L30.6364 14.5788H29.7138H28.7914L28.7772 11.6085C28.7696 9.97492 28.7077 8.82131 28.6397 9.0451C28.5717 9.26888 28.3066 10.6056 28.0506 12.0154L27.5854 14.5788H26.6696H25.7536L25.3026 12.0658C24.6288 8.3101 24.5779 8.27885 24.5623 11.6085L24.5483 14.5788H23.6258H22.7033L22.8092 12.7478C22.8673 11.7408 22.9153 10.166 22.9156 9.24854L22.9164 7.58031H24.3641H25.8118L26.1914 9.94024ZM40.5412 10.3273C40.5412 13.2826 40.607 13.5218 41.3889 13.4113C41.7636 13.3583 41.7653 13.3467 41.8096 10.4692L41.8541 7.58031H42.7479H43.6419V10.555C43.6419 13.8076 43.589 14.0195 42.6608 14.4984C42.0291 14.8242 40.4876 14.8088 39.7705 14.4694C38.8706 14.0435 38.7461 13.5425 38.7461 10.3523V7.58031H39.6435H40.5412V10.3273ZM48.5952 8.92303C48.8172 9.66145 49.1831 10.8517 49.408 11.5678L49.8169 12.8698L49.7234 10.2251L49.6297 7.58031H50.5557H51.4816L51.4375 11.0389L51.3935 14.4974H50.1784H48.963L48.2083 12.0561C47.7932 10.7133 47.4041 9.50489 47.3439 9.37061C47.2837 9.23633 47.2521 10.3349 47.2739 11.8119L47.3136 14.4974H46.4976H45.6817L45.6376 11.0389L45.5936 7.58031H46.8926H48.1914L48.5952 8.92303Z" fill="currentColor"/>
4
- </g>
5
- <defs>
6
- <clipPath id="clip0_36191_6936">
7
- <rect width="67.3007" height="22.2704" fill="currentColor"/>
8
- </clipPath>
9
- </defs>
10
- </svg>
@@ -1,21 +0,0 @@
1
- <svg width="302" height="117" viewBox="0 0 302 117" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M0 8C0 3.58172 3.58172 0 8 0H294C298.418 0 302 3.58172 302 8V117H0V8Z" fill="white"/>
3
- <rect x="155.5" y="75.5" width="128" height="32" rx="3.5" fill="white" stroke="#BEBBF3"/>
4
- <path d="M203.719 91.7695V92.7656H200.344V96H199.289V88.1484H204.422V89.1445H200.344V91.7695H203.719ZM207.398 87.5625V96H206.438V87.5625H207.398ZM211.805 90.0234C212.141 90.0234 212.48 90.1055 212.824 90.2695C213.176 90.4258 213.477 90.6445 213.727 90.9258V90.1406H214.688V96H213.727V95.0039C213.523 95.3164 213.246 95.5898 212.895 95.8242C212.551 96.0586 212.156 96.1758 211.711 96.1758C211.211 96.1758 210.754 96.0508 210.34 95.8008C209.926 95.543 209.594 95.1875 209.344 94.7344C209.102 94.2812 208.98 93.7578 208.98 93.1641C208.98 92.5156 209.102 91.957 209.344 91.4883C209.594 91.0195 209.934 90.6602 210.363 90.4102C210.793 90.1523 211.273 90.0234 211.805 90.0234ZM211.98 90.9609C211.559 90.9609 211.199 91.0664 210.902 91.2773C210.605 91.4883 210.375 91.7617 210.211 92.0977C210.055 92.4258 209.977 92.7812 209.977 93.1641C209.977 93.5391 210.055 93.8867 210.211 94.207C210.367 94.5195 210.586 94.7695 210.867 94.957C211.156 95.1445 211.488 95.2383 211.863 95.2383C212.223 95.2383 212.543 95.1445 212.824 94.957C213.105 94.7695 213.328 94.5117 213.492 94.1836C213.656 93.8477 213.734 93.4727 213.727 93.0586L213.715 91.9336C213.473 91.6289 213.211 91.3906 212.93 91.2188C212.656 91.0469 212.34 90.9609 211.98 90.9609ZM219.094 90.0234C219.43 90.0234 219.77 90.1055 220.113 90.2695C220.465 90.4258 220.766 90.6445 221.016 90.9258V90.1406H221.977V95.8828C221.977 96.5781 221.836 97.1562 221.555 97.6172C221.273 98.0781 220.898 98.4219 220.43 98.6484C219.961 98.875 219.449 98.9883 218.895 98.9883C218.535 98.9883 218.227 98.9453 217.969 98.8594C217.719 98.7812 217.504 98.6797 217.324 98.5547C217.145 98.4375 216.98 98.3242 216.832 98.2148V97.1836C216.949 97.2695 217.102 97.3789 217.289 97.5117C217.484 97.6523 217.715 97.7773 217.98 97.8867C218.254 97.9961 218.559 98.0508 218.895 98.0508C219.277 98.0508 219.629 97.9805 219.949 97.8398C220.27 97.6992 220.527 97.4922 220.723 97.2188C220.918 96.9453 221.016 96.6172 221.016 96.2344V95.0039C220.812 95.3164 220.535 95.5898 220.184 95.8242C219.84 96.0586 219.445 96.1758 219 96.1758C218.5 96.1758 218.043 96.0508 217.629 95.8008C217.215 95.543 216.883 95.1875 216.633 94.7344C216.391 94.2812 216.27 93.7578 216.27 93.1641C216.27 92.5156 216.391 91.957 216.633 91.4883C216.883 91.0195 217.223 90.6602 217.652 90.4102C218.082 90.1523 218.562 90.0234 219.094 90.0234ZM219.27 90.9727C218.848 90.9727 218.488 91.0781 218.191 91.2891C217.895 91.4922 217.664 91.7617 217.5 92.0977C217.344 92.4258 217.266 92.7812 217.266 93.1641C217.266 93.5391 217.344 93.8828 217.5 94.1953C217.656 94.5078 217.875 94.7578 218.156 94.9453C218.445 95.1328 218.777 95.2266 219.152 95.2266C219.512 95.2266 219.832 95.1328 220.113 94.9453C220.395 94.7578 220.617 94.5 220.781 94.1719C220.945 93.8438 221.023 93.4727 221.016 93.0586L221.004 91.9336C220.762 91.6289 220.5 91.3945 220.219 91.2305C219.945 91.0586 219.629 90.9727 219.27 90.9727ZM232.781 87.5625V96H231.82V95.0039C231.617 95.3164 231.34 95.5898 230.988 95.8242C230.645 96.0586 230.25 96.1758 229.805 96.1758C229.305 96.1758 228.848 96.0508 228.434 95.8008C228.02 95.543 227.688 95.1875 227.438 94.7344C227.195 94.2812 227.074 93.7578 227.074 93.1641C227.074 92.5156 227.195 91.957 227.438 91.4883C227.688 91.0195 228.027 90.6602 228.457 90.4102C228.887 90.1523 229.367 90.0234 229.898 90.0234C230.234 90.0234 230.574 90.1055 230.918 90.2695C231.27 90.4258 231.57 90.6445 231.82 90.9258V87.5625H232.781ZM230.074 90.9844C229.652 90.9844 229.293 91.0898 228.996 91.3008C228.699 91.5039 228.469 91.7695 228.305 92.0977C228.148 92.4258 228.07 92.7812 228.07 93.1641C228.07 93.5391 228.148 93.8867 228.305 94.207C228.461 94.5195 228.68 94.7695 228.961 94.957C229.25 95.1445 229.582 95.2383 229.957 95.2383C230.316 95.2383 230.637 95.1445 230.918 94.957C231.199 94.7695 231.422 94.5117 231.586 94.1836C231.75 93.8477 231.828 93.4727 231.82 93.0586L231.809 91.9336C231.566 91.6289 231.305 91.3945 231.023 91.2305C230.75 91.0664 230.434 90.9844 230.074 90.9844ZM235.711 87.3281C235.938 87.3281 236.125 87.4102 236.273 87.5742C236.43 87.7305 236.508 87.9141 236.508 88.125C236.508 88.3281 236.43 88.5117 236.273 88.6758C236.125 88.8398 235.938 88.9219 235.711 88.9219C235.484 88.9219 235.293 88.8398 235.137 88.6758C234.988 88.5117 234.914 88.3281 234.914 88.125C234.914 87.9141 234.988 87.7305 235.137 87.5742C235.293 87.4102 235.484 87.3281 235.711 87.3281ZM236.309 90.1406V96H235.348V91.043H234.422V90.1406H236.309ZM240.129 90.0234C240.473 90.0234 240.793 90.0742 241.09 90.1758C241.387 90.2695 241.602 90.3672 241.734 90.4688V91.5C241.57 91.375 241.348 91.2539 241.066 91.1367C240.785 91.0195 240.496 90.9609 240.199 90.9609C239.832 90.9609 239.555 91.0469 239.367 91.2188C239.188 91.3906 239.098 91.5703 239.098 91.7578C239.098 91.9062 239.148 92.0586 239.25 92.2148C239.359 92.3633 239.547 92.4844 239.812 92.5781L240.797 92.9297C241.18 93.0625 241.465 93.2539 241.652 93.5039C241.84 93.7539 241.934 94.0469 241.934 94.3828C241.934 94.7109 241.84 95.0117 241.652 95.2852C241.473 95.5586 241.219 95.7773 240.891 95.9414C240.57 96.0977 240.199 96.1758 239.777 96.1758C239.551 96.1758 239.312 96.1445 239.062 96.082C238.82 96.0273 238.602 95.9609 238.406 95.8828C238.211 95.7969 238.066 95.7227 237.973 95.6602V94.6289C238.082 94.707 238.234 94.7969 238.43 94.8984C238.633 94.9922 238.848 95.0742 239.074 95.1445C239.301 95.207 239.512 95.2383 239.707 95.2383C240.074 95.2383 240.363 95.1562 240.574 94.9922C240.793 94.8281 240.902 94.625 240.902 94.3828C240.902 94.1953 240.828 94.0469 240.68 93.9375C240.539 93.8281 240.332 93.7227 240.059 93.6211L239.191 93.3047C238.738 93.1328 238.438 92.918 238.289 92.6602C238.141 92.3945 238.066 92.0938 238.066 91.7578C238.066 91.2578 238.254 90.8438 238.629 90.5156C239.004 90.1875 239.504 90.0234 240.129 90.0234ZM245.812 90.0234C246.148 90.0234 246.488 90.1055 246.832 90.2695C247.184 90.4258 247.484 90.6445 247.734 90.9258V90.1406H248.695V96H247.734V95.0039C247.531 95.3164 247.254 95.5898 246.902 95.8242C246.559 96.0586 246.164 96.1758 245.719 96.1758C245.219 96.1758 244.762 96.0508 244.348 95.8008C243.934 95.543 243.602 95.1875 243.352 94.7344C243.109 94.2812 242.988 93.7578 242.988 93.1641C242.988 92.5156 243.109 91.957 243.352 91.4883C243.602 91.0195 243.941 90.6602 244.371 90.4102C244.801 90.1523 245.281 90.0234 245.812 90.0234ZM245.988 90.9609C245.566 90.9609 245.207 91.0664 244.91 91.2773C244.613 91.4883 244.383 91.7617 244.219 92.0977C244.062 92.4258 243.984 92.7812 243.984 93.1641C243.984 93.5391 244.062 93.8867 244.219 94.207C244.375 94.5195 244.594 94.7695 244.875 94.957C245.164 95.1445 245.496 95.2383 245.871 95.2383C246.23 95.2383 246.551 95.1445 246.832 94.957C247.113 94.7695 247.336 94.5117 247.5 94.1836C247.664 93.8477 247.742 93.4727 247.734 93.0586L247.723 91.9336C247.48 91.6289 247.219 91.3906 246.938 91.2188C246.664 91.0469 246.348 90.9609 245.988 90.9609ZM253.57 90.0234C254.109 90.0234 254.59 90.1523 255.012 90.4102C255.441 90.6602 255.777 91.0195 256.02 91.4883C256.27 91.957 256.395 92.5156 256.395 93.1641C256.395 93.7578 256.27 94.2812 256.02 94.7344C255.777 95.1875 255.449 95.543 255.035 95.8008C254.629 96.0508 254.172 96.1758 253.664 96.1758C253.219 96.1758 252.82 96.0586 252.469 95.8242C252.125 95.5898 251.852 95.3164 251.648 95.0039V96H250.688V87.5625H251.648V90.9258C251.898 90.6445 252.195 90.4258 252.539 90.2695C252.891 90.1055 253.234 90.0234 253.57 90.0234ZM253.395 90.9727C253.035 90.9727 252.719 91.0586 252.445 91.2305C252.172 91.3945 251.91 91.6289 251.66 91.9336L251.648 93.0586C251.648 93.4727 251.727 93.8438 251.883 94.1719C252.047 94.5 252.27 94.7578 252.551 94.9453C252.84 95.1328 253.16 95.2266 253.512 95.2266C253.895 95.2266 254.227 95.1328 254.508 94.9453C254.789 94.7578 255.008 94.5078 255.164 94.1953C255.32 93.8828 255.398 93.5391 255.398 93.1641C255.398 92.7812 255.316 92.4258 255.152 92.0977C254.996 91.7617 254.77 91.4922 254.473 91.2891C254.176 91.0781 253.816 90.9727 253.395 90.9727ZM258.938 87.5625V96H257.977V87.5625H258.938ZM263.344 90.0234C263.945 90.0234 264.445 90.1484 264.844 90.3984C265.242 90.6484 265.539 90.9883 265.734 91.418C265.938 91.8477 266.039 92.332 266.039 92.8711V93.4453H261.539C261.586 93.7734 261.699 94.0742 261.879 94.3477C262.059 94.6211 262.293 94.8398 262.582 95.0039C262.871 95.1602 263.203 95.2383 263.578 95.2383C264 95.2383 264.395 95.1328 264.762 94.9219C265.129 94.7031 265.438 94.4648 265.688 94.207L265.676 95.25C265.566 95.3828 265.402 95.5234 265.184 95.6719C264.973 95.8125 264.727 95.9297 264.445 96.0234C264.172 96.125 263.883 96.1758 263.578 96.1758C262.984 96.1758 262.457 96.0352 261.996 95.7539C261.535 95.4727 261.172 95.1016 260.906 94.6406C260.648 94.1719 260.52 93.6602 260.52 93.1055C260.52 92.5508 260.641 92.0391 260.883 91.5703C261.125 91.1016 261.457 90.7266 261.879 90.4453C262.309 90.1641 262.797 90.0234 263.344 90.0234ZM263.344 90.9609C262.859 90.9609 262.461 91.125 262.148 91.4531C261.836 91.7734 261.641 92.1641 261.562 92.625H265.09C265.051 92.2422 264.941 91.9297 264.762 91.6875C264.59 91.4453 264.379 91.2656 264.129 91.1484C263.879 91.0234 263.617 90.9609 263.344 90.9609ZM272.918 87.5625V96H271.957V95.0039C271.754 95.3164 271.477 95.5898 271.125 95.8242C270.781 96.0586 270.387 96.1758 269.941 96.1758C269.441 96.1758 268.984 96.0508 268.57 95.8008C268.156 95.543 267.824 95.1875 267.574 94.7344C267.332 94.2812 267.211 93.7578 267.211 93.1641C267.211 92.5156 267.332 91.957 267.574 91.4883C267.824 91.0195 268.164 90.6602 268.594 90.4102C269.023 90.1523 269.504 90.0234 270.035 90.0234C270.371 90.0234 270.711 90.1055 271.055 90.2695C271.406 90.4258 271.707 90.6445 271.957 90.9258V87.5625H272.918ZM270.211 90.9844C269.789 90.9844 269.43 91.0898 269.133 91.3008C268.836 91.5039 268.605 91.7695 268.441 92.0977C268.285 92.4258 268.207 92.7812 268.207 93.1641C268.207 93.5391 268.285 93.8867 268.441 94.207C268.598 94.5195 268.816 94.7695 269.098 94.957C269.387 95.1445 269.719 95.2383 270.094 95.2383C270.453 95.2383 270.773 95.1445 271.055 94.957C271.336 94.7695 271.559 94.5117 271.723 94.1836C271.887 93.8477 271.965 93.4727 271.957 93.0586L271.945 91.9336C271.703 91.6289 271.441 91.3945 271.16 91.2305C270.887 91.0664 270.57 90.9844 270.211 90.9844Z" fill="#202021"/>
5
- <g clip-path="url(#clip0_27010_9014)">
6
- <path d="M177.301 87.9997L177.635 89.6663H182.001V94.6663H179.201L178.868 92.9997H172.835V87.9997H177.301ZM178.668 86.333H171.168V100.5H172.835V94.6663H177.501L177.835 96.333H183.668V87.9997H179.001L178.668 86.333Z" fill="#817AFE"/>
7
- </g>
8
- <rect x="18.5" y="14.5" width="136" height="32" rx="3.5" fill="white" stroke="#BEBBF3"/>
9
- <path d="M34 31.638C34 32.5713 34.1417 33.4505 34.425 34.2755C34.7083 35.1005 35.1167 35.8463 35.65 36.513C35.8333 36.7463 35.925 37.0005 35.925 37.2755C35.925 37.5505 35.825 37.788 35.625 37.988C35.425 38.188 35.1833 38.2838 34.9 38.2755C34.6167 38.2672 34.3833 38.1463 34.2 37.913C33.5 37.0463 32.9583 36.0838 32.575 35.0255C32.1917 33.9672 32 32.838 32 31.638C32 30.438 32.1917 29.3047 32.575 28.238C32.9583 27.1713 33.5 26.213 34.2 25.363C34.3833 25.1297 34.6167 25.0088 34.9 25.0005C35.1833 24.9922 35.425 25.088 35.625 25.288C35.825 25.488 35.925 25.7255 35.925 26.0005C35.925 26.2755 35.8333 26.5297 35.65 26.763C35.1167 27.4463 34.7083 28.2005 34.425 29.0255C34.1417 29.8505 34 30.7213 34 31.638ZM38 31.638C38 32.0213 38.05 32.3838 38.15 32.7255C38.25 33.0672 38.3917 33.388 38.575 33.688C38.725 33.9213 38.7958 34.1797 38.7875 34.463C38.7792 34.7463 38.675 34.988 38.475 35.188C38.275 35.388 38.0333 35.4838 37.75 35.4755C37.4667 35.4672 37.25 35.3463 37.1 35.113C36.75 34.6297 36.4792 34.088 36.2875 33.488C36.0958 32.888 36 32.2713 36 31.638C36 30.988 36.0958 30.3672 36.2875 29.7755C36.4792 29.1838 36.75 28.6463 37.1 28.163C37.2667 27.9297 37.4875 27.813 37.7625 27.813C38.0375 27.813 38.275 27.913 38.475 28.113C38.675 28.313 38.7792 28.5505 38.7875 28.8255C38.7958 29.1005 38.725 29.3547 38.575 29.588C38.3917 29.888 38.25 30.2088 38.15 30.5505C38.05 30.8922 38 31.2547 38 31.638ZM42 33.638C41.45 33.638 40.9792 33.4422 40.5875 33.0505C40.1958 32.6588 40 32.188 40 31.638C40 31.088 40.1958 30.6172 40.5875 30.2255C40.9792 29.8338 41.45 29.638 42 29.638C42.55 29.638 43.0208 29.8338 43.4125 30.2255C43.8042 30.6172 44 31.088 44 31.638C44 32.188 43.8042 32.6588 43.4125 33.0505C43.0208 33.4422 42.55 33.638 42 33.638ZM46 31.638C46 31.2547 45.95 30.8922 45.85 30.5505C45.75 30.2088 45.6083 29.888 45.425 29.588C45.275 29.3547 45.2083 29.0963 45.225 28.813C45.2417 28.5297 45.35 28.288 45.55 28.088C45.75 27.888 45.9833 27.7922 46.25 27.8005C46.5167 27.8088 46.7333 27.9297 46.9 28.163C47.25 28.6463 47.5208 29.1838 47.7125 29.7755C47.9042 30.3672 48 30.988 48 31.638C48 32.2713 47.9042 32.888 47.7125 33.488C47.5208 34.088 47.25 34.6297 46.9 35.113C46.75 35.3463 46.5333 35.463 46.25 35.463C45.9667 35.463 45.725 35.363 45.525 35.163C45.325 34.963 45.2208 34.7255 45.2125 34.4505C45.2042 34.1755 45.275 33.9213 45.425 33.688C45.6083 33.388 45.75 33.0672 45.85 32.7255C45.95 32.3838 46 32.0213 46 31.638ZM50 31.638C50 30.7047 49.8583 29.8255 49.575 29.0005C49.2917 28.1755 48.8833 27.4297 48.35 26.763C48.1667 26.5297 48.0708 26.2755 48.0625 26.0005C48.0542 25.7255 48.15 25.488 48.35 25.288C48.55 25.088 48.7958 24.9922 49.0875 25.0005C49.3792 25.0088 49.6167 25.1297 49.8 25.363C50.5 26.213 51.0417 27.1713 51.425 28.238C51.8083 29.3047 52 30.438 52 31.638C52 32.838 51.8083 33.9672 51.425 35.0255C51.0417 36.0838 50.5 37.0463 49.8 37.913C49.6167 38.1463 49.3833 38.2672 49.1 38.2755C48.8167 38.2838 48.575 38.188 48.375 37.988C48.175 37.788 48.075 37.5505 48.075 37.2755C48.075 37.0005 48.1667 36.7463 48.35 36.513C48.8833 35.8297 49.2917 35.0755 49.575 34.2505C49.8583 33.4255 50 32.5547 50 31.638Z" fill="#6C65E5"/>
10
- <path d="M64.1875 27.0312C64.6484 27.0312 65.0273 27.0977 65.3242 27.2305C65.6289 27.3633 65.8945 27.5039 66.1211 27.6523V28.7422C65.9023 28.5781 65.6367 28.4258 65.3242 28.2852C65.0117 28.1367 64.6719 28.0625 64.3047 28.0625C64.0703 28.0625 63.8242 28.1055 63.5664 28.1914C63.3164 28.2695 63.1055 28.3984 62.9336 28.5781C62.7617 28.7578 62.6758 28.9883 62.6758 29.2695C62.6758 29.582 62.7891 29.8203 63.0156 29.9844C63.2422 30.1484 63.5156 30.3047 63.8359 30.4531L64.9141 30.9453C65.4531 31.1875 65.8594 31.457 66.1328 31.7539C66.4062 32.0508 66.543 32.4453 66.543 32.9375C66.543 33.3672 66.418 33.7461 66.168 34.0742C65.918 34.3945 65.5898 34.6484 65.1836 34.8359C64.7773 35.0234 64.332 35.1172 63.8477 35.1172C63.3945 35.1172 62.9766 35.0391 62.5938 34.8828C62.2109 34.7266 61.8789 34.5508 61.5977 34.3555V33.2656C61.9023 33.4766 62.25 33.668 62.6406 33.8398C63.0391 34.0039 63.4883 34.0859 63.9883 34.0859C64.3789 34.0859 64.7227 33.9883 65.0195 33.793C65.3164 33.5977 65.4648 33.3281 65.4648 32.9844C65.4648 32.7891 65.4023 32.6211 65.2773 32.4805C65.1602 32.3398 65.0156 32.2188 64.8438 32.1172C64.6719 32.0156 64.5039 31.9297 64.3398 31.8594L63.0391 31.2734C62.4766 31.0234 62.0938 30.7305 61.8906 30.3945C61.6875 30.0586 61.5859 29.6719 61.5859 29.2344C61.5859 28.8203 61.7031 28.4492 61.9375 28.1211C62.1797 27.7852 62.5 27.5195 62.8984 27.3242C63.2969 27.1289 63.7266 27.0312 64.1875 27.0312ZM69.0625 26.3281C69.2891 26.3281 69.4766 26.4102 69.625 26.5742C69.7812 26.7305 69.8594 26.9141 69.8594 27.125C69.8594 27.3281 69.7812 27.5117 69.625 27.6758C69.4766 27.8398 69.2891 27.9219 69.0625 27.9219C68.8359 27.9219 68.6445 27.8398 68.4883 27.6758C68.3398 27.5117 68.2656 27.3281 68.2656 27.125C68.2656 26.9141 68.3398 26.7305 68.4883 26.5742C68.6445 26.4102 68.8359 26.3281 69.0625 26.3281ZM69.6602 29.1406V35H68.6992V30.043H67.7734V29.1406H69.6602ZM74.1484 29.0234C74.4844 29.0234 74.8242 29.1055 75.168 29.2695C75.5195 29.4258 75.8203 29.6445 76.0703 29.9258V29.1406H77.0312V34.8828C77.0312 35.5781 76.8906 36.1562 76.6094 36.6172C76.3281 37.0781 75.9531 37.4219 75.4844 37.6484C75.0156 37.875 74.5039 37.9883 73.9492 37.9883C73.5898 37.9883 73.2812 37.9453 73.0234 37.8594C72.7734 37.7812 72.5586 37.6797 72.3789 37.5547C72.1992 37.4375 72.0352 37.3242 71.8867 37.2148V36.1836C72.0039 36.2695 72.1562 36.3789 72.3438 36.5117C72.5391 36.6523 72.7695 36.7773 73.0352 36.8867C73.3086 36.9961 73.6133 37.0508 73.9492 37.0508C74.332 37.0508 74.6836 36.9805 75.0039 36.8398C75.3242 36.6992 75.582 36.4922 75.7773 36.2188C75.9727 35.9453 76.0703 35.6172 76.0703 35.2344V34.0039C75.8672 34.3164 75.5898 34.5898 75.2383 34.8242C74.8945 35.0586 74.5 35.1758 74.0547 35.1758C73.5547 35.1758 73.0977 35.0508 72.6836 34.8008C72.2695 34.543 71.9375 34.1875 71.6875 33.7344C71.4453 33.2812 71.3242 32.7578 71.3242 32.1641C71.3242 31.5156 71.4453 30.957 71.6875 30.4883C71.9375 30.0195 72.2773 29.6602 72.707 29.4102C73.1367 29.1523 73.6172 29.0234 74.1484 29.0234ZM74.3242 29.9727C73.9023 29.9727 73.543 30.0781 73.2461 30.2891C72.9492 30.4922 72.7188 30.7617 72.5547 31.0977C72.3984 31.4258 72.3203 31.7812 72.3203 32.1641C72.3203 32.5391 72.3984 32.8828 72.5547 33.1953C72.7109 33.5078 72.9297 33.7578 73.2109 33.9453C73.5 34.1328 73.832 34.2266 74.207 34.2266C74.5664 34.2266 74.8867 34.1328 75.168 33.9453C75.4492 33.7578 75.6719 33.5 75.8359 33.1719C76 32.8438 76.0781 32.4727 76.0703 32.0586L76.0586 30.9336C75.8164 30.6289 75.5547 30.3945 75.2734 30.2305C75 30.0586 74.6836 29.9727 74.3242 29.9727ZM79.9844 29.1406V30.0664C80.1094 29.9102 80.2695 29.7539 80.4648 29.5977C80.6602 29.4336 80.8789 29.2969 81.1211 29.1875C81.3711 29.0781 81.6289 29.0234 81.8945 29.0234C82.293 29.0234 82.6562 29.1133 82.9844 29.293C83.3125 29.4648 83.5742 29.7305 83.7695 30.0898C83.9648 30.4414 84.0625 30.8867 84.0625 31.4258V35H83.1016L83.0898 31.5195C83.0898 31.0117 82.9766 30.625 82.75 30.3594C82.5312 30.0938 82.1914 29.9609 81.7305 29.9609C81.418 29.9609 81.1055 30.0781 80.793 30.3125C80.4883 30.5391 80.2188 30.8047 79.9844 31.1094V35H79.0234V29.1406H79.9844ZM88.293 29.0234C88.6289 29.0234 88.9688 29.1055 89.3125 29.2695C89.6641 29.4258 89.9648 29.6445 90.2148 29.9258V29.1406H91.1758V35H90.2148V34.0039C90.0117 34.3164 89.7344 34.5898 89.3828 34.8242C89.0391 35.0586 88.6445 35.1758 88.1992 35.1758C87.6992 35.1758 87.2422 35.0508 86.8281 34.8008C86.4141 34.543 86.082 34.1875 85.832 33.7344C85.5898 33.2812 85.4688 32.7578 85.4688 32.1641C85.4688 31.5156 85.5898 30.957 85.832 30.4883C86.082 30.0195 86.4219 29.6602 86.8516 29.4102C87.2812 29.1523 87.7617 29.0234 88.293 29.0234ZM88.4688 29.9609C88.0469 29.9609 87.6875 30.0664 87.3906 30.2773C87.0938 30.4883 86.8633 30.7617 86.6992 31.0977C86.543 31.4258 86.4648 31.7812 86.4648 32.1641C86.4648 32.5391 86.543 32.8867 86.6992 33.207C86.8555 33.5195 87.0742 33.7695 87.3555 33.957C87.6445 34.1445 87.9766 34.2383 88.3516 34.2383C88.7109 34.2383 89.0312 34.1445 89.3125 33.957C89.5938 33.7695 89.8164 33.5117 89.9805 33.1836C90.1445 32.8477 90.2227 32.4727 90.2148 32.0586L90.2031 30.9336C89.9609 30.6289 89.6992 30.3906 89.418 30.2188C89.1445 30.0469 88.8281 29.9609 88.4688 29.9609ZM94.1289 26.5625V35H93.168V26.5625H94.1289ZM100.598 29.1406V30.3125C100.824 29.9219 101.098 29.6094 101.418 29.375C101.738 29.1406 102.066 29.0234 102.402 29.0234C102.629 29.0234 102.832 29.0625 103.012 29.1406V30.2539C102.762 30.1055 102.512 30.0312 102.262 30.0312C101.863 30.0312 101.539 30.1719 101.289 30.4531C101.047 30.7344 100.816 31.0703 100.598 31.4609V35H99.6367V29.1406H100.598ZM106.656 29.0234C107.258 29.0234 107.758 29.1484 108.156 29.3984C108.555 29.6484 108.852 29.9883 109.047 30.418C109.25 30.8477 109.352 31.332 109.352 31.8711V32.4453H104.852C104.898 32.7734 105.012 33.0742 105.191 33.3477C105.371 33.6211 105.605 33.8398 105.895 34.0039C106.184 34.1602 106.516 34.2383 106.891 34.2383C107.312 34.2383 107.707 34.1328 108.074 33.9219C108.441 33.7031 108.75 33.4648 109 33.207L108.988 34.25C108.879 34.3828 108.715 34.5234 108.496 34.6719C108.285 34.8125 108.039 34.9297 107.758 35.0234C107.484 35.125 107.195 35.1758 106.891 35.1758C106.297 35.1758 105.77 35.0352 105.309 34.7539C104.848 34.4727 104.484 34.1016 104.219 33.6406C103.961 33.1719 103.832 32.6602 103.832 32.1055C103.832 31.5508 103.953 31.0391 104.195 30.5703C104.438 30.1016 104.77 29.7266 105.191 29.4453C105.621 29.1641 106.109 29.0234 106.656 29.0234ZM106.656 29.9609C106.172 29.9609 105.773 30.125 105.461 30.4531C105.148 30.7734 104.953 31.1641 104.875 31.625H108.402C108.363 31.2422 108.254 30.9297 108.074 30.6875C107.902 30.4453 107.691 30.2656 107.441 30.1484C107.191 30.0234 106.93 29.9609 106.656 29.9609ZM113.582 29.0234C114.012 29.0234 114.383 29.0938 114.695 29.2344C115.008 29.3672 115.223 29.4883 115.34 29.5977V30.5703C115.121 30.4062 114.871 30.2656 114.59 30.1484C114.309 30.0234 113.973 29.9609 113.582 29.9609C113.168 29.9609 112.805 30.0625 112.492 30.2656C112.18 30.4609 111.938 30.7227 111.766 31.0508C111.602 31.3711 111.52 31.7227 111.52 32.1055C111.52 32.4805 111.602 32.832 111.766 33.1602C111.938 33.4805 112.18 33.7422 112.492 33.9453C112.805 34.1406 113.168 34.2383 113.582 34.2383C113.973 34.2383 114.309 34.1797 114.59 34.0625C114.871 33.9375 115.121 33.793 115.34 33.6289V34.6016C115.223 34.7188 115.008 34.8438 114.695 34.9766C114.383 35.1094 114.012 35.1758 113.582 35.1758C112.988 35.1758 112.461 35.0352 112 34.7539C111.539 34.4727 111.176 34.1016 110.91 33.6406C110.652 33.1719 110.523 32.6602 110.523 32.1055C110.523 31.5508 110.652 31.0391 110.91 30.5703C111.176 30.1016 111.539 29.7266 112 29.4453C112.461 29.1641 112.988 29.0234 113.582 29.0234ZM119.336 29.0234C119.938 29.0234 120.438 29.1484 120.836 29.3984C121.234 29.6484 121.531 29.9883 121.727 30.418C121.93 30.8477 122.031 31.332 122.031 31.8711V32.4453H117.531C117.578 32.7734 117.691 33.0742 117.871 33.3477C118.051 33.6211 118.285 33.8398 118.574 34.0039C118.863 34.1602 119.195 34.2383 119.57 34.2383C119.992 34.2383 120.387 34.1328 120.754 33.9219C121.121 33.7031 121.43 33.4648 121.68 33.207L121.668 34.25C121.559 34.3828 121.395 34.5234 121.176 34.6719C120.965 34.8125 120.719 34.9297 120.438 35.0234C120.164 35.125 119.875 35.1758 119.57 35.1758C118.977 35.1758 118.449 35.0352 117.988 34.7539C117.527 34.4727 117.164 34.1016 116.898 33.6406C116.641 33.1719 116.512 32.6602 116.512 32.1055C116.512 31.5508 116.633 31.0391 116.875 30.5703C117.117 30.1016 117.449 29.7266 117.871 29.4453C118.301 29.1641 118.789 29.0234 119.336 29.0234ZM119.336 29.9609C118.852 29.9609 118.453 30.125 118.141 30.4531C117.828 30.7734 117.633 31.1641 117.555 31.625H121.082C121.043 31.2422 120.934 30.9297 120.754 30.6875C120.582 30.4453 120.371 30.2656 120.121 30.1484C119.871 30.0234 119.609 29.9609 119.336 29.9609ZM124.551 26.3281C124.777 26.3281 124.965 26.4102 125.113 26.5742C125.27 26.7305 125.348 26.9141 125.348 27.125C125.348 27.3281 125.27 27.5117 125.113 27.6758C124.965 27.8398 124.777 27.9219 124.551 27.9219C124.324 27.9219 124.133 27.8398 123.977 27.6758C123.828 27.5117 123.754 27.3281 123.754 27.125C123.754 26.9141 123.828 26.7305 123.977 26.5742C124.133 26.4102 124.324 26.3281 124.551 26.3281ZM125.148 29.1406V35H124.188V30.043H123.262V29.1406H125.148ZM132.391 29.1406L129.637 35H129.039L126.402 29.1406H127.551L129.32 33.4531L131.242 29.1406H132.391ZM135.859 29.0234C136.461 29.0234 136.961 29.1484 137.359 29.3984C137.758 29.6484 138.055 29.9883 138.25 30.418C138.453 30.8477 138.555 31.332 138.555 31.8711V32.4453H134.055C134.102 32.7734 134.215 33.0742 134.395 33.3477C134.574 33.6211 134.809 33.8398 135.098 34.0039C135.387 34.1602 135.719 34.2383 136.094 34.2383C136.516 34.2383 136.91 34.1328 137.277 33.9219C137.645 33.7031 137.953 33.4648 138.203 33.207L138.191 34.25C138.082 34.3828 137.918 34.5234 137.699 34.6719C137.488 34.8125 137.242 34.9297 136.961 35.0234C136.688 35.125 136.398 35.1758 136.094 35.1758C135.5 35.1758 134.973 35.0352 134.512 34.7539C134.051 34.4727 133.688 34.1016 133.422 33.6406C133.164 33.1719 133.035 32.6602 133.035 32.1055C133.035 31.5508 133.156 31.0391 133.398 30.5703C133.641 30.1016 133.973 29.7266 134.395 29.4453C134.824 29.1641 135.312 29.0234 135.859 29.0234ZM135.859 29.9609C135.375 29.9609 134.977 30.125 134.664 30.4531C134.352 30.7734 134.156 31.1641 134.078 31.625H137.605C137.566 31.2422 137.457 30.9297 137.277 30.6875C137.105 30.4453 136.895 30.2656 136.645 30.1484C136.395 30.0234 136.133 29.9609 135.859 29.9609ZM145.434 26.5625V35H144.473V34.0039C144.27 34.3164 143.992 34.5898 143.641 34.8242C143.297 35.0586 142.902 35.1758 142.457 35.1758C141.957 35.1758 141.5 35.0508 141.086 34.8008C140.672 34.543 140.34 34.1875 140.09 33.7344C139.848 33.2812 139.727 32.7578 139.727 32.1641C139.727 31.5156 139.848 30.957 140.09 30.4883C140.34 30.0195 140.68 29.6602 141.109 29.4102C141.539 29.1523 142.02 29.0234 142.551 29.0234C142.887 29.0234 143.227 29.1055 143.57 29.2695C143.922 29.4258 144.223 29.6445 144.473 29.9258V26.5625H145.434ZM142.727 29.9844C142.305 29.9844 141.945 30.0898 141.648 30.3008C141.352 30.5039 141.121 30.7695 140.957 31.0977C140.801 31.4258 140.723 31.7812 140.723 32.1641C140.723 32.5391 140.801 32.8867 140.957 33.207C141.113 33.5195 141.332 33.7695 141.613 33.957C141.902 34.1445 142.234 34.2383 142.609 34.2383C142.969 34.2383 143.289 34.1445 143.57 33.957C143.852 33.7695 144.074 33.5117 144.238 33.1836C144.402 32.8477 144.48 32.4727 144.473 32.0586L144.461 30.9336C144.219 30.6289 143.957 30.3945 143.676 30.2305C143.402 30.0664 143.086 29.9844 142.727 29.9844Z" fill="#202021"/>
11
- <rect x="18" y="59" width="266" height="4" fill="#D9D9D9"/>
12
- <circle cx="83" cy="62" r="7" fill="#6C65E5"/>
13
- <circle cx="216" cy="62" r="7" fill="#6C65E5"/>
14
- <line x1="83" y1="47" x2="83" y2="56" stroke="#6C65E5" stroke-width="2"/>
15
- <line x1="216" y1="66" x2="216" y2="75" stroke="#6C65E5" stroke-width="2"/>
16
- <defs>
17
- <clipPath id="clip0_27010_9014">
18
- <rect width="20" height="20" fill="white" transform="translate(167 83)"/>
19
- </clipPath>
20
- </defs>
21
- </svg>
@@ -1,12 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="40" height="20" fill="none">
2
- <path fill="#F3F3FD" d="M0 4a4 4 0 0 1 4-4h32a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4Z" />
3
- <path fill="#9F9FA1" d="M6.541 7.035a4.556 4.556 0 1 1 6.918 5.93 4.556 4.556 0 0 1-6.918-5.93Z" />
4
- <path fill="#9F9FA1" stroke="#F7F7FA" stroke-width="2"
5
- d="M19.218 6.385c-2.217-2.587-6.219-2.587-8.436 0a5.556 5.556 0 1 0 8.436 0Z" />
6
- <path fill="#9F9FA1" stroke="#F7F7FA" stroke-width="2"
7
- d="M24.218 6.385c-2.217-2.587-6.219-2.587-8.436 0a5.555 5.555 0 0 0 0 7.23c2.217 2.587 6.219 2.587 8.436 0a5.555 5.555 0 0 0 0-7.23Z" />
8
- <path fill="#9F9FA1" stroke="#F7F7FA" stroke-width="2"
9
- d="M29.218 6.385c-2.217-2.587-6.219-2.587-8.436 0a5.555 5.555 0 0 0 0 7.23c2.217 2.587 6.219 2.587 8.436 0a5.555 5.555 0 0 0 0-7.23Z" />
10
- <path fill="#6E6E70" stroke="#F7F7FA" stroke-width="2"
11
- d="M34.218 6.385c-2.217-2.587-6.219-2.587-8.436 0a5.555 5.555 0 0 0 0 7.23c2.217 2.587 6.219 2.587 8.436 0a5.555 5.555 0 0 0 0-7.23Z" />
12
- </svg>
@@ -1,10 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="40" height="20" fill="none">
2
- <path fill="#FFF2F3" d="M0 4a4 4 0 0 1 4-4h32a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4Z" />
3
- <path fill="#FEB0B7" d="M8.541 7.035a4.556 4.556 0 1 1 6.918 5.93 4.556 4.556 0 0 1-6.918-5.93Z" />
4
- <path fill="#FEB0B7" stroke="#FFF2F3" stroke-width="2"
5
- d="M21.218 6.385c-2.217-2.587-6.219-2.587-8.436 0a5.555 5.555 0 0 0 0 7.23c2.217 2.587 6.219 2.587 8.436 0a5.555 5.555 0 0 0 0-7.23Z" />
6
- <path fill="#FEB0B7" stroke="#FFF2F3" stroke-width="2"
7
- d="M26.218 6.385c-2.217-2.587-6.219-2.587-8.436 0a5.555 5.555 0 0 0 0 7.23c2.217 2.587 6.219 2.587 8.436 0a5.555 5.555 0 0 0 0-7.23Z" />
8
- <path fill="#D93644" stroke="#FFF2F3" stroke-width="2"
9
- d="M31.218 6.385c-2.217-2.587-6.219-2.587-8.436 0a5.555 5.555 0 0 0 0 7.23c2.217 2.587 6.219 2.587 8.436 0a5.555 5.555 0 0 0 0-7.23Z" />
10
- </svg>
@@ -1,5 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="40" height="20" fill="none">
2
- <path fill="#F7F7FA" d="M0 4a4 4 0 0 1 4-4h32a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4Z" />
3
- <path fill="#9F9FA1" stroke="#F7F7FA" stroke-width="2"
4
- d="M24.218 6.385c-2.217-2.587-6.219-2.587-8.436 0a5.555 5.555 0 0 0 0 7.23c2.217 2.587 6.219 2.587 8.436 0a5.555 5.555 0 0 0 0-7.23Z" />
5
- </svg>
@@ -1,9 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="40" height="20" fill="none">
2
- <path fill="#F4FAEB" d="M0 4a4 4 0 0 1 4-4h32a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4Z" />
3
- <path fill="#B0D182" stroke="#F4FAEB" stroke-width="2"
4
- d="M18.218 6.385c-2.217-2.587-6.219-2.587-8.436 0a5.556 5.556 0 0 0 0 7.23c2.217 2.587 6.219 2.587 8.436 0a5.555 5.555 0 0 0 0-7.23Z" />
5
- <path fill="#B0D182" stroke="#F4FAEB" stroke-width="2"
6
- d="M24.218 6.385c-2.217-2.587-6.219-2.587-8.436 0a5.555 5.555 0 0 0 0 7.23c2.217 2.587 6.219 2.587 8.436 0a5.555 5.555 0 0 0 0-7.23Z" />
7
- <path fill="#68A611" stroke="#F4FAEB" stroke-width="2"
8
- d="M30.218 6.385c-2.217-2.587-6.219-2.587-8.436 0a5.555 5.555 0 0 0 0 7.23c2.217 2.587 6.219 2.587 8.436 0a5.555 5.555 0 0 0 0-7.23Z" />
9
- </svg>
@@ -1,7 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="40" height="20" fill="none">
2
- <path fill="#EBF7FF" d="M0 4a4 4 0 0 1 4-4h32a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4Z" />
3
- <path fill="#96D2FA" stroke="#EBF7FF" stroke-width="2"
4
- d="M21.218 6.385c-2.217-2.587-6.219-2.587-8.436 0a5.555 5.555 0 0 0 0 7.23c2.217 2.587 6.219 2.587 8.436 0a5.555 5.555 0 0 0 0-7.23Z" />
5
- <path fill="#0087E0" stroke="#EBF7FF" stroke-width="2"
6
- d="M27.218 6.385c-2.217-2.587-6.219-2.587-8.436 0a5.555 5.555 0 0 0 0 7.23c2.217 2.587 6.219 2.587 8.436 0a5.555 5.555 0 0 0 0-7.23Z" />
7
- </svg>
@@ -1,9 +0,0 @@
1
- <svg width="45" height="61" viewBox="0 0 45 61" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path opacity="0.789" d="M29.701 38.852C25.591 37.941 24.679 37.007 23.764 32.915C23.664 32.469 23.764 32 23.306 32C22.848 32 22.937 32.469 22.848 32.915C21.937 37.044 21.022 37.94 16.911 38.852C16.465 38.952 16 38.852 16 39.31C16 39.768 16.465 39.679 16.911 39.768C21.021 40.679 21.936 41.613 22.848 45.705C22.948 46.151 22.848 46.62 23.306 46.62C23.764 46.62 23.675 46.151 23.764 45.705C24.679 41.595 25.609 40.68 29.701 39.768C30.147 39.668 30.616 39.768 30.616 39.31C30.616 38.852 30.148 38.952 29.701 38.852Z" fill="white"/>
3
- <path opacity="0.4" d="M10.686 52.1838C7.46503 51.4728 6.75403 50.7558 6.06003 47.5578C5.97903 47.2048 6.06003 46.8408 5.70103 46.8408C5.34203 46.8408 5.41803 47.2048 5.34203 47.5578C4.62503 50.7788 3.90803 51.4958 0.716026 52.1838C0.369026 52.2648 -0.000976562 52.1838 -0.000976562 52.5428C-0.000976562 52.9018 0.369026 52.8258 0.716026 52.9018C3.93703 53.6188 4.65403 54.3358 5.34203 57.5568C5.41703 57.9038 5.34203 58.2738 5.70103 58.2738C6.06003 58.2738 5.97903 57.9038 6.06003 57.5568C6.77703 54.3358 7.48803 53.6188 10.686 52.9018C11.039 52.8268 11.403 52.9018 11.403 52.5428C11.403 52.1838 11.039 52.2648 10.686 52.1838Z" fill="white"/>
4
- <path opacity="0.739" d="M34.19 12.595C31.434 11.981 30.825 11.37 30.209 8.612C30.142 8.312 30.209 8 29.902 8C29.595 8 29.662 8.313 29.595 8.612C28.983 11.37 28.37 11.977 25.614 12.595C25.314 12.66 25 12.595 25 12.902C25 13.209 25.315 13.142 25.614 13.202C28.37 13.816 28.979 14.427 29.595 17.185C29.662 17.485 29.595 17.797 29.902 17.797C30.209 17.797 30.142 17.484 30.209 17.185C30.821 14.427 31.434 13.82 34.19 13.202C34.49 13.137 34.804 13.202 34.804 12.902C34.804 12.602 34.49 12.66 34.19 12.595Z" fill="white"/>
5
- <path opacity="0.7" d="M38.666 55.832C36.366 55.32 35.859 54.81 35.345 52.51C35.289 52.261 35.345 52 35.089 52C34.833 52 34.889 52.261 34.833 52.51C34.323 54.81 33.811 55.317 31.512 55.832C31.263 55.886 31 55.832 31 56.088C31 56.344 31.263 56.288 31.512 56.342C33.812 56.854 34.319 57.364 34.833 59.664C34.889 59.913 34.833 60.174 35.089 60.174C35.345 60.174 35.289 59.913 35.345 59.664C35.855 57.364 36.367 56.857 38.666 56.342C38.917 56.287 39.178 56.342 39.178 56.088C39.178 55.834 38.917 55.886 38.666 55.832Z" fill="white"/>
6
- <path opacity="0.855" d="M19.336 2.668C17.736 2.312 17.382 1.95598 17.024 0.35498C16.985 0.18098 17.024 0 16.846 0C16.668 0 16.707 0.18198 16.668 0.35498C16.313 1.95498 15.956 2.309 14.356 2.668C14.182 2.706 14 2.66798 14 2.84598C14 3.02398 14.183 2.98498 14.356 3.02298C15.956 3.37898 16.31 3.735 16.668 5.336C16.707 5.51 16.668 5.69098 16.846 5.69098C17.024 5.69098 16.985 5.509 17.024 5.336C17.379 3.736 17.736 3.38198 19.336 3.02298C19.511 2.98498 19.692 3.02298 19.692 2.84598C19.692 2.66898 19.511 2.706 19.336 2.668Z" fill="white"/>
7
- <path opacity="0.855" d="M11.336 25.668C9.736 25.312 9.382 24.956 9.024 23.355C8.985 23.181 9.024 23 8.846 23C8.668 23 8.707 23.182 8.668 23.355C8.313 24.955 7.956 25.309 6.356 25.668C6.182 25.706 6 25.668 6 25.846C6 26.024 6.183 25.985 6.356 26.023C7.956 26.379 8.31 26.735 8.668 28.336C8.707 28.51 8.668 28.691 8.846 28.691C9.024 28.691 8.985 28.509 9.024 28.336C9.379 26.736 9.736 26.382 11.336 26.023C11.511 25.985 11.692 26.023 11.692 25.846C11.692 25.669 11.511 25.706 11.336 25.668Z" fill="white"/>
8
- <path opacity="0.5" d="M44.336 28.668C42.736 28.312 42.382 27.956 42.024 26.355C41.985 26.181 42.024 26 41.846 26C41.668 26 41.707 26.182 41.668 26.355C41.313 27.955 40.956 28.309 39.356 28.668C39.182 28.706 39 28.668 39 28.846C39 29.024 39.183 28.985 39.356 29.023C40.956 29.379 41.31 29.735 41.668 31.336C41.707 31.51 41.668 31.691 41.846 31.691C42.024 31.691 41.985 31.509 42.024 31.336C42.379 29.736 42.736 29.382 44.336 29.023C44.511 28.985 44.692 29.023 44.692 28.846C44.692 28.669 44.511 28.706 44.336 28.668Z" fill="white"/>
9
- </svg>