unleash-server 7.2.2 → 7.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (501) hide show
  1. package/README.md +21 -10
  2. package/dist/lib/create-config.d.ts.map +1 -1
  3. package/dist/lib/create-config.js +8 -0
  4. package/dist/lib/create-config.js.map +1 -1
  5. package/dist/lib/db/client-applications-store.d.ts.map +1 -1
  6. package/dist/lib/db/client-applications-store.js +32 -2
  7. package/dist/lib/db/client-applications-store.js.map +1 -1
  8. package/dist/lib/db/feature-environment-store.d.ts +1 -1
  9. package/dist/lib/db/feature-environment-store.d.ts.map +1 -1
  10. package/dist/lib/db/feature-environment-store.js +42 -35
  11. package/dist/lib/db/feature-environment-store.js.map +1 -1
  12. package/dist/lib/db/index.d.ts.map +1 -1
  13. package/dist/lib/db/index.js +2 -0
  14. package/dist/lib/db/index.js.map +1 -1
  15. package/dist/lib/error/unleash-error.d.ts.map +1 -1
  16. package/dist/lib/error/unleash-error.js +2 -2
  17. package/dist/lib/error/unleash-error.js.map +1 -1
  18. package/dist/lib/events/index.d.ts +8 -1
  19. package/dist/lib/events/index.d.ts.map +1 -1
  20. package/dist/lib/events/index.js +14 -0
  21. package/dist/lib/events/index.js.map +1 -1
  22. package/dist/lib/features/api-tokens/createApiTokenService.d.ts +2 -0
  23. package/dist/lib/features/api-tokens/createApiTokenService.d.ts.map +1 -1
  24. package/dist/lib/features/api-tokens/createApiTokenService.js +6 -2
  25. package/dist/lib/features/api-tokens/createApiTokenService.js.map +1 -1
  26. package/dist/lib/features/client-feature-toggles/client-feature-toggle.controller.d.ts.map +1 -1
  27. package/dist/lib/features/client-feature-toggles/client-feature-toggle.controller.js +2 -9
  28. package/dist/lib/features/client-feature-toggles/client-feature-toggle.controller.js.map +1 -1
  29. package/dist/lib/features/dependent-features/dependent.features.e2e.test.js +28 -29
  30. package/dist/lib/features/dependent-features/dependent.features.e2e.test.js.map +1 -1
  31. package/dist/lib/features/feature-links/feature-link-service.js +1 -1
  32. package/dist/lib/features/feature-links/feature-link-service.js.map +1 -1
  33. package/dist/lib/features/feature-toggle/createFeatureToggleService.d.ts.map +1 -1
  34. package/dist/lib/features/feature-toggle/createFeatureToggleService.js +14 -4
  35. package/dist/lib/features/feature-toggle/createFeatureToggleService.js.map +1 -1
  36. package/dist/lib/features/feature-toggle/fakes/fake-feature-strategies-store.d.ts.map +1 -1
  37. package/dist/lib/features/feature-toggle/fakes/fake-feature-strategies-store.js +2 -1
  38. package/dist/lib/features/feature-toggle/fakes/fake-feature-strategies-store.js.map +1 -1
  39. package/dist/lib/features/feature-toggle/feature-toggle-service.d.ts +9 -3
  40. package/dist/lib/features/feature-toggle/feature-toggle-service.d.ts.map +1 -1
  41. package/dist/lib/features/feature-toggle/feature-toggle-service.js +23 -7
  42. package/dist/lib/features/feature-toggle/feature-toggle-service.js.map +1 -1
  43. package/dist/lib/features/feature-toggle/feature-toggle-strategies-store.d.ts.map +1 -1
  44. package/dist/lib/features/feature-toggle/feature-toggle-strategies-store.js +3 -3
  45. package/dist/lib/features/feature-toggle/feature-toggle-strategies-store.js.map +1 -1
  46. package/dist/lib/features/feature-toggle/tests/feature-toggles.e2e.test.js +34 -35
  47. package/dist/lib/features/feature-toggle/tests/feature-toggles.e2e.test.js.map +1 -1
  48. package/dist/lib/features/instance-stats/createInstanceStatsService.d.ts.map +1 -1
  49. package/dist/lib/features/instance-stats/createInstanceStatsService.js +5 -2
  50. package/dist/lib/features/instance-stats/createInstanceStatsService.js.map +1 -1
  51. package/dist/lib/features/instance-stats/getEdgeInstances.d.ts +6 -0
  52. package/dist/lib/features/instance-stats/getEdgeInstances.d.ts.map +1 -0
  53. package/dist/lib/features/instance-stats/getEdgeInstances.e2e.test.d.ts +2 -0
  54. package/dist/lib/features/instance-stats/getEdgeInstances.e2e.test.d.ts.map +1 -0
  55. package/dist/lib/features/instance-stats/getEdgeInstances.e2e.test.js +137 -0
  56. package/dist/lib/features/instance-stats/getEdgeInstances.e2e.test.js.map +1 -0
  57. package/dist/lib/features/instance-stats/getEdgeInstances.js +36 -0
  58. package/dist/lib/features/instance-stats/getEdgeInstances.js.map +1 -0
  59. package/dist/lib/features/instance-stats/instance-stats-service.d.ts +4 -1
  60. package/dist/lib/features/instance-stats/instance-stats-service.d.ts.map +1 -1
  61. package/dist/lib/features/instance-stats/instance-stats-service.js +8 -3
  62. package/dist/lib/features/instance-stats/instance-stats-service.js.map +1 -1
  63. package/dist/lib/features/instance-stats/instance-stats-service.test.js +2 -1
  64. package/dist/lib/features/instance-stats/instance-stats-service.test.js.map +1 -1
  65. package/dist/lib/features/metrics/client-metrics/metrics-service-v2.js +1 -1
  66. package/dist/lib/features/metrics/client-metrics/metrics-service-v2.js.map +1 -1
  67. package/dist/lib/features/metrics/impact/batch-histogram.d.ts +36 -0
  68. package/dist/lib/features/metrics/impact/batch-histogram.d.ts.map +1 -0
  69. package/dist/lib/features/metrics/impact/batch-histogram.js +87 -0
  70. package/dist/lib/features/metrics/impact/batch-histogram.js.map +1 -0
  71. package/dist/lib/features/metrics/impact/batch-histogram.test.d.ts +2 -0
  72. package/dist/lib/features/metrics/impact/batch-histogram.test.d.ts.map +1 -0
  73. package/dist/lib/features/metrics/impact/batch-histogram.test.js +137 -0
  74. package/dist/lib/features/metrics/impact/batch-histogram.test.js.map +1 -0
  75. package/dist/lib/features/metrics/impact/define-impact-metrics.d.ts +2 -0
  76. package/dist/lib/features/metrics/impact/define-impact-metrics.d.ts.map +1 -1
  77. package/dist/lib/features/metrics/impact/define-impact-metrics.js +4 -0
  78. package/dist/lib/features/metrics/impact/define-impact-metrics.js.map +1 -1
  79. package/dist/lib/features/metrics/impact/impact-metrics.e2e.test.js +49 -0
  80. package/dist/lib/features/metrics/impact/impact-metrics.e2e.test.js.map +1 -1
  81. package/dist/lib/features/metrics/impact/metrics-translator.d.ts +22 -4
  82. package/dist/lib/features/metrics/impact/metrics-translator.d.ts.map +1 -1
  83. package/dist/lib/features/metrics/impact/metrics-translator.js +58 -2
  84. package/dist/lib/features/metrics/impact/metrics-translator.js.map +1 -1
  85. package/dist/lib/features/metrics/impact/metrics-translator.test.js +83 -0
  86. package/dist/lib/features/metrics/impact/metrics-translator.test.js.map +1 -1
  87. package/dist/lib/features/metrics/shared/schema.d.ts +1 -0
  88. package/dist/lib/features/metrics/shared/schema.d.ts.map +1 -1
  89. package/dist/lib/features/metrics/shared/schema.js +27 -1
  90. package/dist/lib/features/metrics/shared/schema.js.map +1 -1
  91. package/dist/lib/features/project/createProjectService.d.ts.map +1 -1
  92. package/dist/lib/features/project/createProjectService.js +7 -5
  93. package/dist/lib/features/project/createProjectService.js.map +1 -1
  94. package/dist/lib/features/project/project-service.d.ts +3 -2
  95. package/dist/lib/features/project/project-service.d.ts.map +1 -1
  96. package/dist/lib/features/project/project-service.js +4 -3
  97. package/dist/lib/features/project/project-service.js.map +1 -1
  98. package/dist/lib/features/release-plans/release-plan-milestone-store.d.ts +2 -2
  99. package/dist/lib/features/release-plans/release-plan-milestone-store.d.ts.map +1 -1
  100. package/dist/lib/features/release-plans/release-plan-milestone-store.js +3 -0
  101. package/dist/lib/features/release-plans/release-plan-milestone-store.js.map +1 -1
  102. package/dist/lib/features/release-plans/release-plan-milestone.d.ts +6 -0
  103. package/dist/lib/features/release-plans/release-plan-milestone.d.ts.map +1 -1
  104. package/dist/lib/features/release-plans/release-plan-read-model-type.d.ts +5 -0
  105. package/dist/lib/features/release-plans/release-plan-read-model-type.d.ts.map +1 -0
  106. package/dist/lib/features/release-plans/release-plan-read-model-type.js +2 -0
  107. package/dist/lib/features/release-plans/release-plan-read-model-type.js.map +1 -0
  108. package/dist/lib/features/release-plans/release-plan-read-model.d.ts +11 -0
  109. package/dist/lib/features/release-plans/release-plan-read-model.d.ts.map +1 -0
  110. package/dist/lib/features/release-plans/release-plan-read-model.js +133 -0
  111. package/dist/lib/features/release-plans/release-plan-read-model.js.map +1 -0
  112. package/dist/lib/features/release-plans/release-plan-read-model.test.d.ts +2 -0
  113. package/dist/lib/features/release-plans/release-plan-read-model.test.d.ts.map +1 -0
  114. package/dist/lib/features/release-plans/release-plan-read-model.test.js +165 -0
  115. package/dist/lib/features/release-plans/release-plan-read-model.test.js.map +1 -0
  116. package/dist/lib/features/release-plans/release-plan-store.d.ts +1 -1
  117. package/dist/lib/features/release-plans/release-plan-store.d.ts.map +1 -1
  118. package/dist/lib/features/release-plans/release-plan-store.js +16 -15
  119. package/dist/lib/features/release-plans/release-plan-store.js.map +1 -1
  120. package/dist/lib/features/release-plans/release-plan-template.d.ts +2 -2
  121. package/dist/lib/features/release-plans/release-plan-template.d.ts.map +1 -1
  122. package/dist/lib/features/release-plans/release-plan.d.ts +1 -1
  123. package/dist/lib/features/release-plans/release-plan.d.ts.map +1 -1
  124. package/dist/lib/features/resource-limits/resource-limits-service.d.ts +8 -0
  125. package/dist/lib/features/resource-limits/resource-limits-service.d.ts.map +1 -0
  126. package/dist/lib/features/resource-limits/resource-limits-service.js +9 -0
  127. package/dist/lib/features/resource-limits/resource-limits-service.js.map +1 -0
  128. package/dist/lib/features/scheduler/schedule-services.js +1 -1
  129. package/dist/lib/features/scheduler/schedule-services.js.map +1 -1
  130. package/dist/lib/features/segment/createSegmentService.d.ts.map +1 -1
  131. package/dist/lib/features/segment/createSegmentService.js +5 -3
  132. package/dist/lib/features/segment/createSegmentService.js.map +1 -1
  133. package/dist/lib/features/segment/segment-service.d.ts +3 -2
  134. package/dist/lib/features/segment/segment-service.d.ts.map +1 -1
  135. package/dist/lib/features/segment/segment-service.js +3 -3
  136. package/dist/lib/features/segment/segment-service.js.map +1 -1
  137. package/dist/lib/features/users/user-store.d.ts +2 -0
  138. package/dist/lib/features/users/user-store.d.ts.map +1 -1
  139. package/dist/lib/features/users/user-store.js +3 -2
  140. package/dist/lib/features/users/user-store.js.map +1 -1
  141. package/dist/lib/features/users/user-updates-read-model.d.ts +27 -0
  142. package/dist/lib/features/users/user-updates-read-model.d.ts.map +1 -0
  143. package/dist/lib/features/users/user-updates-read-model.js +68 -0
  144. package/dist/lib/features/users/user-updates-read-model.js.map +1 -0
  145. package/dist/lib/features/users/user-updates-read-model.test.d.ts +2 -0
  146. package/dist/lib/features/users/user-updates-read-model.test.d.ts.map +1 -0
  147. package/dist/lib/features/users/user-updates-read-model.test.js +50 -0
  148. package/dist/lib/features/users/user-updates-read-model.test.js.map +1 -0
  149. package/dist/lib/metrics.d.ts.map +1 -1
  150. package/dist/lib/metrics.js +8 -6
  151. package/dist/lib/metrics.js.map +1 -1
  152. package/dist/lib/metrics.test.js +2 -1
  153. package/dist/lib/metrics.test.js.map +1 -1
  154. package/dist/lib/middleware/origin-middleware.d.ts +1 -1
  155. package/dist/lib/middleware/origin-middleware.d.ts.map +1 -1
  156. package/dist/lib/middleware/origin-middleware.js +2 -9
  157. package/dist/lib/middleware/origin-middleware.js.map +1 -1
  158. package/dist/lib/middleware/origin-middleware.test.js +0 -16
  159. package/dist/lib/middleware/origin-middleware.test.js.map +1 -1
  160. package/dist/lib/openapi/spec/application-schema.d.ts +1 -1
  161. package/dist/lib/openapi/spec/application-schema.js +1 -1
  162. package/dist/lib/openapi/spec/application-schema.js.map +1 -1
  163. package/dist/lib/openapi/spec/applications-schema.d.ts +1 -1
  164. package/dist/lib/openapi/spec/bulk-metrics-schema.d.ts +126 -39
  165. package/dist/lib/openapi/spec/bulk-metrics-schema.d.ts.map +1 -1
  166. package/dist/lib/openapi/spec/create-application-schema.d.ts +1 -1
  167. package/dist/lib/openapi/spec/create-application-schema.js +1 -1
  168. package/dist/lib/openapi/spec/create-application-schema.js.map +1 -1
  169. package/dist/lib/openapi/spec/create-strategy-schema.d.ts +2 -2
  170. package/dist/lib/openapi/spec/create-strategy-schema.js +2 -2
  171. package/dist/lib/openapi/spec/create-strategy-schema.js.map +1 -1
  172. package/dist/lib/openapi/spec/event-schema.d.ts +1 -1
  173. package/dist/lib/openapi/spec/event-search-response-schema.d.ts +1 -1
  174. package/dist/lib/openapi/spec/events-schema.d.ts +1 -1
  175. package/dist/lib/openapi/spec/export-result-schema.d.ts +12304 -1250
  176. package/dist/lib/openapi/spec/export-result-schema.d.ts.map +1 -1
  177. package/dist/lib/openapi/spec/export-result-schema.js +12 -0
  178. package/dist/lib/openapi/spec/export-result-schema.js.map +1 -1
  179. package/dist/lib/openapi/spec/feature-environment-schema.d.ts +2767 -0
  180. package/dist/lib/openapi/spec/feature-environment-schema.d.ts.map +1 -1
  181. package/dist/lib/openapi/spec/feature-environment-schema.js +19 -0
  182. package/dist/lib/openapi/spec/feature-environment-schema.js.map +1 -1
  183. package/dist/lib/openapi/spec/feature-events-schema.d.ts +1 -1
  184. package/dist/lib/openapi/spec/feature-schema.d.ts +5808 -281
  185. package/dist/lib/openapi/spec/feature-schema.d.ts.map +1 -1
  186. package/dist/lib/openapi/spec/feature-schema.js +12 -0
  187. package/dist/lib/openapi/spec/feature-schema.js.map +1 -1
  188. package/dist/lib/openapi/spec/feature-search-environment-schema.d.ts +5613 -79
  189. package/dist/lib/openapi/spec/feature-search-environment-schema.d.ts.map +1 -1
  190. package/dist/lib/openapi/spec/feature-search-environment-schema.js +12 -0
  191. package/dist/lib/openapi/spec/feature-search-environment-schema.js.map +1 -1
  192. package/dist/lib/openapi/spec/feature-search-query-parameters.d.ts +2 -1
  193. package/dist/lib/openapi/spec/feature-search-query-parameters.d.ts.map +1 -1
  194. package/dist/lib/openapi/spec/feature-search-query-parameters.js +2 -1
  195. package/dist/lib/openapi/spec/feature-search-query-parameters.js.map +1 -1
  196. package/dist/lib/openapi/spec/feature-search-response-schema.d.ts +5613 -79
  197. package/dist/lib/openapi/spec/feature-search-response-schema.d.ts.map +1 -1
  198. package/dist/lib/openapi/spec/health-overview-schema.d.ts +11432 -605
  199. package/dist/lib/openapi/spec/health-overview-schema.d.ts.map +1 -1
  200. package/dist/lib/openapi/spec/health-overview-schema.js +8 -0
  201. package/dist/lib/openapi/spec/health-overview-schema.js.map +1 -1
  202. package/dist/lib/openapi/spec/health-report-schema.d.ts +11432 -605
  203. package/dist/lib/openapi/spec/health-report-schema.d.ts.map +1 -1
  204. package/dist/lib/openapi/spec/impact-metrics-schema.d.ts +126 -39
  205. package/dist/lib/openapi/spec/impact-metrics-schema.d.ts.map +1 -1
  206. package/dist/lib/openapi/spec/impact-metrics-schema.js +128 -39
  207. package/dist/lib/openapi/spec/impact-metrics-schema.js.map +1 -1
  208. package/dist/lib/openapi/spec/import-toggles-schema.d.ts +24822 -2714
  209. package/dist/lib/openapi/spec/import-toggles-schema.d.ts.map +1 -1
  210. package/dist/lib/openapi/spec/import-toggles-schema.js +12 -0
  211. package/dist/lib/openapi/spec/import-toggles-schema.js.map +1 -1
  212. package/dist/lib/openapi/spec/index.d.ts +7 -0
  213. package/dist/lib/openapi/spec/index.d.ts.map +1 -1
  214. package/dist/lib/openapi/spec/index.js +7 -0
  215. package/dist/lib/openapi/spec/index.js.map +1 -1
  216. package/dist/lib/openapi/spec/instance-admin-stats-schema.d.ts +13 -0
  217. package/dist/lib/openapi/spec/instance-admin-stats-schema.d.ts.map +1 -1
  218. package/dist/lib/openapi/spec/instance-admin-stats-schema.js +13 -0
  219. package/dist/lib/openapi/spec/instance-admin-stats-schema.js.map +1 -1
  220. package/dist/lib/openapi/spec/integration-event-schema.d.ts +1 -1
  221. package/dist/lib/openapi/spec/integration-events-schema.d.ts +2 -2
  222. package/dist/lib/openapi/spec/me-schema.d.ts +1 -1
  223. package/dist/lib/openapi/spec/patch-schema.d.ts +1 -1
  224. package/dist/lib/openapi/spec/patch-schema.js +1 -1
  225. package/dist/lib/openapi/spec/patch-schema.js.map +1 -1
  226. package/dist/lib/openapi/spec/patches-schema.d.ts +1 -1
  227. package/dist/lib/openapi/spec/permission-schema.d.ts +1 -1
  228. package/dist/lib/openapi/spec/permission-schema.js +1 -1
  229. package/dist/lib/openapi/spec/permission-schema.js.map +1 -1
  230. package/dist/lib/openapi/spec/profile-schema.d.ts +5808 -281
  231. package/dist/lib/openapi/spec/profile-schema.d.ts.map +1 -1
  232. package/dist/lib/openapi/spec/project-overview-schema.d.ts +11641 -814
  233. package/dist/lib/openapi/spec/project-overview-schema.d.ts.map +1 -1
  234. package/dist/lib/openapi/spec/project-overview-schema.js +8 -0
  235. package/dist/lib/openapi/spec/project-overview-schema.js.map +1 -1
  236. package/dist/lib/openapi/spec/ready-check-schema.d.ts +19 -0
  237. package/dist/lib/openapi/spec/ready-check-schema.d.ts.map +1 -0
  238. package/dist/lib/openapi/spec/ready-check-schema.js +17 -0
  239. package/dist/lib/openapi/spec/ready-check-schema.js.map +1 -0
  240. package/dist/lib/openapi/spec/release-plan-milestone-schema.d.ts +716 -0
  241. package/dist/lib/openapi/spec/release-plan-milestone-schema.d.ts.map +1 -0
  242. package/dist/lib/openapi/spec/release-plan-milestone-schema.js +72 -0
  243. package/dist/lib/openapi/spec/release-plan-milestone-schema.js.map +1 -0
  244. package/dist/lib/openapi/spec/release-plan-milestone-strategy-schema.d.ts +361 -0
  245. package/dist/lib/openapi/spec/release-plan-milestone-strategy-schema.d.ts.map +1 -0
  246. package/dist/lib/openapi/spec/release-plan-milestone-strategy-schema.js +40 -0
  247. package/dist/lib/openapi/spec/release-plan-milestone-strategy-schema.js.map +1 -0
  248. package/dist/lib/openapi/spec/release-plan-schema.d.ts +1449 -0
  249. package/dist/lib/openapi/spec/release-plan-schema.d.ts.map +1 -0
  250. package/dist/lib/openapi/spec/release-plan-schema.js +74 -0
  251. package/dist/lib/openapi/spec/release-plan-schema.js.map +1 -0
  252. package/dist/lib/openapi/spec/release-plan-template-id-schema.d.ts +19 -0
  253. package/dist/lib/openapi/spec/release-plan-template-id-schema.d.ts.map +1 -0
  254. package/dist/lib/openapi/spec/release-plan-template-id-schema.js +17 -0
  255. package/dist/lib/openapi/spec/release-plan-template-id-schema.js.map +1 -0
  256. package/dist/lib/openapi/spec/release-plan-template-schema.d.ts +1434 -0
  257. package/dist/lib/openapi/spec/release-plan-template-schema.d.ts.map +1 -0
  258. package/dist/lib/openapi/spec/release-plan-template-schema.js +79 -0
  259. package/dist/lib/openapi/spec/release-plan-template-schema.js.map +1 -0
  260. package/dist/lib/openapi/spec/search-features-schema.d.ts +11793 -725
  261. package/dist/lib/openapi/spec/search-features-schema.d.ts.map +1 -1
  262. package/dist/lib/openapi/spec/transition-condition-schema.d.ts +19 -0
  263. package/dist/lib/openapi/spec/transition-condition-schema.d.ts.map +1 -0
  264. package/dist/lib/openapi/spec/transition-condition-schema.js +17 -0
  265. package/dist/lib/openapi/spec/transition-condition-schema.js.map +1 -0
  266. package/dist/lib/openapi/spec/update-strategy-schema.d.ts +1 -1
  267. package/dist/lib/openapi/spec/update-strategy-schema.js +1 -1
  268. package/dist/lib/openapi/spec/update-strategy-schema.js.map +1 -1
  269. package/dist/lib/openapi/util/openapi-tags.d.ts +2 -2
  270. package/dist/lib/openapi/util/openapi-tags.js +1 -1
  271. package/dist/lib/openapi/util/openapi-tags.js.map +1 -1
  272. package/dist/lib/routes/admin-api/index.js +2 -2
  273. package/dist/lib/routes/admin-api/index.js.map +1 -1
  274. package/dist/lib/routes/admin-api/instance-admin.d.ts.map +1 -1
  275. package/dist/lib/routes/admin-api/instance-admin.js +5 -0
  276. package/dist/lib/routes/admin-api/instance-admin.js.map +1 -1
  277. package/dist/lib/routes/admin-api/strategy.js +1 -1
  278. package/dist/lib/routes/admin-api/strategy.js.map +1 -1
  279. package/dist/lib/routes/admin-api/strategy.test.js +25 -1
  280. package/dist/lib/routes/admin-api/strategy.test.js.map +1 -1
  281. package/dist/lib/routes/backstage.test.js +17 -5
  282. package/dist/lib/routes/backstage.test.js.map +1 -1
  283. package/dist/lib/routes/health-check.test.js +2 -2
  284. package/dist/lib/routes/health-check.test.js.map +1 -1
  285. package/dist/lib/routes/index.d.ts.map +1 -1
  286. package/dist/lib/routes/index.js +2 -0
  287. package/dist/lib/routes/index.js.map +1 -1
  288. package/dist/lib/routes/ready-check.d.ts +14 -0
  289. package/dist/lib/routes/ready-check.d.ts.map +1 -0
  290. package/dist/lib/routes/ready-check.js +86 -0
  291. package/dist/lib/routes/ready-check.js.map +1 -0
  292. package/dist/lib/routes/util.d.ts.map +1 -1
  293. package/dist/lib/routes/util.js +19 -1
  294. package/dist/lib/routes/util.js.map +1 -1
  295. package/dist/lib/server-impl.d.ts +9 -3
  296. package/dist/lib/server-impl.d.ts.map +1 -1
  297. package/dist/lib/server-impl.js +6 -1
  298. package/dist/lib/server-impl.js.map +1 -1
  299. package/dist/lib/services/api-token-service.d.ts +3 -2
  300. package/dist/lib/services/api-token-service.d.ts.map +1 -1
  301. package/dist/lib/services/api-token-service.js +3 -3
  302. package/dist/lib/services/api-token-service.js.map +1 -1
  303. package/dist/lib/services/index.d.ts +5 -1
  304. package/dist/lib/services/index.d.ts.map +1 -1
  305. package/dist/lib/services/index.js +16 -2
  306. package/dist/lib/services/index.js.map +1 -1
  307. package/dist/lib/services/strategy-service.d.ts +4 -1
  308. package/dist/lib/services/strategy-service.d.ts.map +1 -1
  309. package/dist/lib/services/strategy-service.js +15 -2
  310. package/dist/lib/services/strategy-service.js.map +1 -1
  311. package/dist/lib/services/user-service.d.ts.map +1 -1
  312. package/dist/lib/services/user-service.js +19 -3
  313. package/dist/lib/services/user-service.js.map +1 -1
  314. package/dist/lib/services/user-splash-service.d.ts.map +1 -1
  315. package/dist/lib/services/user-splash-service.js +7 -1
  316. package/dist/lib/services/user-splash-service.js.map +1 -1
  317. package/dist/lib/services/version-service.d.ts +2 -0
  318. package/dist/lib/services/version-service.d.ts.map +1 -1
  319. package/dist/lib/services/version-service.js.map +1 -1
  320. package/dist/lib/services/version-service.test.js +1 -0
  321. package/dist/lib/services/version-service.test.js.map +1 -1
  322. package/dist/lib/types/events.d.ts +28 -0
  323. package/dist/lib/types/events.d.ts.map +1 -1
  324. package/dist/lib/types/events.js +20 -1
  325. package/dist/lib/types/events.js.map +1 -1
  326. package/dist/lib/types/experimental.d.ts +3 -1
  327. package/dist/lib/types/experimental.d.ts.map +1 -1
  328. package/dist/lib/types/experimental.js +7 -8
  329. package/dist/lib/types/experimental.js.map +1 -1
  330. package/dist/lib/types/option.d.ts +8 -0
  331. package/dist/lib/types/option.d.ts.map +1 -1
  332. package/dist/lib/types/stores/feature-environment-store.d.ts +1 -1
  333. package/dist/lib/types/stores/feature-environment-store.d.ts.map +1 -1
  334. package/dist/lib/types/stores.d.ts +2 -0
  335. package/dist/lib/types/stores.d.ts.map +1 -1
  336. package/dist/lib/types/stores.js.map +1 -1
  337. package/dist/lib/ui-config/ui-config-controller.d.ts +18 -0
  338. package/dist/lib/ui-config/ui-config-controller.d.ts.map +1 -0
  339. package/dist/lib/ui-config/ui-config-controller.js +62 -0
  340. package/dist/lib/ui-config/ui-config-controller.js.map +1 -0
  341. package/dist/lib/ui-config/ui-config-service.d.ts +18 -0
  342. package/dist/lib/ui-config/ui-config-service.d.ts.map +1 -0
  343. package/dist/lib/ui-config/ui-config-service.js +64 -0
  344. package/dist/lib/ui-config/ui-config-service.js.map +1 -0
  345. package/dist/lib/ui-config/ui-config.test.d.ts +2 -0
  346. package/dist/lib/ui-config/ui-config.test.d.ts.map +1 -0
  347. package/dist/lib/{routes/admin-api/config.test.js → ui-config/ui-config.test.js} +6 -6
  348. package/dist/lib/ui-config/ui-config.test.js.map +1 -0
  349. package/dist/lib/util/metrics/createGauge.d.ts +17 -1
  350. package/dist/lib/util/metrics/createGauge.d.ts.map +1 -1
  351. package/dist/lib/util/metrics/createGauge.js +49 -4
  352. package/dist/lib/util/metrics/createGauge.js.map +1 -1
  353. package/dist/lib/util/random-id.js +2 -2
  354. package/dist/lib/util/random-id.js.map +1 -1
  355. package/dist/lib/util/random-id.test.d.ts +2 -0
  356. package/dist/lib/util/random-id.test.d.ts.map +1 -0
  357. package/dist/lib/util/random-id.test.js +7 -0
  358. package/dist/lib/util/random-id.test.js.map +1 -0
  359. package/dist/migrations/20210218090213-generate-server-identifier.js +2 -2
  360. package/dist/migrations/20210218090213-generate-server-identifier.js.map +1 -1
  361. package/dist/migrations/20210615115226-migrate-strategies-to-feature-strategies.js +2 -2
  362. package/dist/migrations/20210615115226-migrate-strategies-to-feature-strategies.js.map +1 -1
  363. package/dist/migrations/20250923130348-add-users-updated-at.d.ts +3 -0
  364. package/dist/migrations/20250923130348-add-users-updated-at.d.ts.map +1 -0
  365. package/dist/migrations/20250923130348-add-users-updated-at.js +40 -0
  366. package/dist/migrations/20250923130348-add-users-updated-at.js.map +1 -0
  367. package/dist/migrations/20251002095623-not-null-constraints.d.ts +3 -0
  368. package/dist/migrations/20251002095623-not-null-constraints.d.ts.map +1 -0
  369. package/dist/migrations/20251002095623-not-null-constraints.js +20 -0
  370. package/dist/migrations/20251002095623-not-null-constraints.js.map +1 -0
  371. package/dist/migrations/20251003105758-add-milestone-started-at.d.ts +3 -0
  372. package/dist/migrations/20251003105758-add-milestone-started-at.d.ts.map +1 -0
  373. package/dist/migrations/20251003105758-add-milestone-started-at.js +8 -0
  374. package/dist/migrations/20251003105758-add-milestone-started-at.js.map +1 -0
  375. package/dist/migrations/20251006111609-add-milestone-progressions.d.ts +3 -0
  376. package/dist/migrations/20251006111609-add-milestone-progressions.d.ts.map +1 -0
  377. package/dist/migrations/20251006111609-add-milestone-progressions.js +15 -0
  378. package/dist/migrations/20251006111609-add-milestone-progressions.js.map +1 -0
  379. package/dist/migrations/20251009081052-add-milestone-progression-executed-at.d.ts +3 -0
  380. package/dist/migrations/20251009081052-add-milestone-progression-executed-at.d.ts.map +1 -0
  381. package/dist/migrations/20251009081052-add-milestone-progression-executed-at.js +14 -0
  382. package/dist/migrations/20251009081052-add-milestone-progression-executed-at.js.map +1 -0
  383. package/dist/migrations/20251009132935-add-edge-node-presence.d.ts +3 -0
  384. package/dist/migrations/20251009132935-add-edge-node-presence.d.ts.map +1 -0
  385. package/dist/migrations/20251009132935-add-edge-node-presence.js +29 -0
  386. package/dist/migrations/20251009132935-add-edge-node-presence.js.map +1 -0
  387. package/dist/migrations/20251013131405-milestone-progression-uniqueness.d.ts +3 -0
  388. package/dist/migrations/20251013131405-milestone-progression-uniqueness.d.ts.map +1 -0
  389. package/dist/migrations/20251013131405-milestone-progression-uniqueness.js +9 -0
  390. package/dist/migrations/20251013131405-milestone-progression-uniqueness.js.map +1 -0
  391. package/dist/migrations/20251027094509-milestone-progression-natural-pk.d.ts +3 -0
  392. package/dist/migrations/20251027094509-milestone-progression-natural-pk.d.ts.map +1 -0
  393. package/dist/migrations/20251027094509-milestone-progression-natural-pk.js +22 -0
  394. package/dist/migrations/20251027094509-milestone-progression-natural-pk.js.map +1 -0
  395. package/dist/migrations/20251103114221-milestone-progression-paused-at.d.ts +3 -0
  396. package/dist/migrations/20251103114221-milestone-progression-paused-at.d.ts.map +1 -0
  397. package/dist/migrations/20251103114221-milestone-progression-paused-at.js +14 -0
  398. package/dist/migrations/20251103114221-milestone-progression-paused-at.js.map +1 -0
  399. package/dist/migrations/20251105153729-create-safeguards-table.d.ts +3 -0
  400. package/dist/migrations/20251105153729-create-safeguards-table.d.ts.map +1 -0
  401. package/dist/migrations/20251105153729-create-safeguards-table.js +17 -0
  402. package/dist/migrations/20251105153729-create-safeguards-table.js.map +1 -0
  403. package/dist/server-dev.js +5 -3
  404. package/dist/server-dev.js.map +1 -1
  405. package/dist/test/e2e/api/admin/context.e2e.test.js +2 -3
  406. package/dist/test/e2e/api/admin/context.e2e.test.js.map +1 -1
  407. package/dist/test/e2e/api/admin/user-admin.e2e.test.js +2 -3
  408. package/dist/test/e2e/api/admin/user-admin.e2e.test.js.map +1 -1
  409. package/dist/test/e2e/api/client/feature.optimal304.e2e.test.js +17 -41
  410. package/dist/test/e2e/api/client/feature.optimal304.e2e.test.js.map +1 -1
  411. package/dist/test/e2e/helpers/database-init.js +2 -2
  412. package/dist/test/e2e/helpers/database-init.js.map +1 -1
  413. package/dist/test/e2e/ready.e2e.test.d.ts +2 -0
  414. package/dist/test/e2e/ready.e2e.test.d.ts.map +1 -0
  415. package/dist/test/e2e/ready.e2e.test.js +66 -0
  416. package/dist/test/e2e/ready.e2e.test.js.map +1 -0
  417. package/dist/test/e2e/services/user-service.e2e.test.js +129 -99
  418. package/dist/test/e2e/services/user-service.e2e.test.js.map +1 -1
  419. package/dist/test/e2e/stores/client-application-store.e2e.test.js +0 -1
  420. package/dist/test/e2e/stores/client-application-store.e2e.test.js.map +1 -1
  421. package/dist/test/e2e/stores/feature-environment-store.e2e.test.js +3 -1
  422. package/dist/test/e2e/stores/feature-environment-store.e2e.test.js.map +1 -1
  423. package/dist/test/e2e/users/user-store.e2e.test.d.ts.map +1 -0
  424. package/dist/test/e2e/users/user-store.e2e.test.js.map +1 -0
  425. package/dist/test/e2e/users/user-updates-read-model.e2e.test.d.ts +2 -0
  426. package/dist/test/e2e/users/user-updates-read-model.e2e.test.d.ts.map +1 -0
  427. package/dist/test/e2e/users/user-updates-read-model.e2e.test.js +88 -0
  428. package/dist/test/e2e/users/user-updates-read-model.e2e.test.js.map +1 -0
  429. package/dist/test/fixtures/fake/fake-release-plan-read-model.d.ts +8 -0
  430. package/dist/test/fixtures/fake/fake-release-plan-read-model.d.ts.map +1 -0
  431. package/dist/test/fixtures/fake/fake-release-plan-read-model.js +9 -0
  432. package/dist/test/fixtures/fake/fake-release-plan-read-model.js.map +1 -0
  433. package/dist/test/fixtures/fake-impact-metrics.d.ts +12 -4
  434. package/dist/test/fixtures/fake-impact-metrics.d.ts.map +1 -1
  435. package/dist/test/fixtures/fake-impact-metrics.js +50 -26
  436. package/dist/test/fixtures/fake-impact-metrics.js.map +1 -1
  437. package/dist/test/fixtures/store.d.ts.map +1 -1
  438. package/dist/test/fixtures/store.js +1 -0
  439. package/dist/test/fixtures/store.js.map +1 -1
  440. package/frontend/build/index.html +1 -1
  441. package/frontend/build/static/{AdvancedPlayground-D2Y0O_LK.js → AdvancedPlayground-BMmRjlFK.js} +1 -1
  442. package/frontend/build/static/BackendConnections-C4TwFekS.js +1 -0
  443. package/frontend/build/static/{CreateProject-jRfRrbUO.js → CreateProject-De6TDUjF.js} +1 -1
  444. package/frontend/build/static/FeatureMetricsChart-CQOjOGdB.js +2 -0
  445. package/frontend/build/static/FeatureStaleDialog-DFBMJIHQ.js +7 -0
  446. package/frontend/build/static/FeatureViewLazyExport-CUraS5Co.js +10 -0
  447. package/frontend/build/static/{FlagMetricsChart-oDTQTkxU.js → FlagMetricsChart-BqT9hgdO.js} +2 -2
  448. package/frontend/build/static/FrontendNetworkTrafficUsage-BzwFAGbK.js +1 -0
  449. package/frontend/build/static/GridLayoutWrapper-DY9lNz0U.js +3 -0
  450. package/frontend/build/static/ImpactMetricsPage-Bqewvmqu.js +1 -0
  451. package/frontend/build/static/LazyAdminExport-DSSpZhpf.js +38 -0
  452. package/frontend/build/static/LazyProjectExport-Cd5au6uN.js +728 -0
  453. package/frontend/build/static/{LifecycleChartComponent-Dz1wdYkW.js → LifecycleChartComponent-iH7Xwal_.js} +3 -3
  454. package/frontend/build/static/LineChartComponent-BnogHewS.js +1 -0
  455. package/frontend/build/static/{MarkCompletedDialogue-Bw9Iccid.js → MarkCompletedDialogue-BOSV3MHM.js} +1 -1
  456. package/frontend/build/static/{NetworkConnectedEdges-HU923-QZ.js → NetworkConnectedEdges-d0ZBRss5.js} +1 -1
  457. package/frontend/build/static/{NetworkOverview-_igGCPCJ.js → NetworkOverview-DivQ4b83.js} +1 -1
  458. package/frontend/build/static/{NetworkPrometheusAPIWarning-BS9PGbzI.js → NetworkPrometheusAPIWarning-2jclDnfE.js} +1 -1
  459. package/frontend/build/static/{NetworkTraffic-BpNEMFBl.js → NetworkTraffic-DDSLmVgI.js} +1 -1
  460. package/frontend/build/static/NetworkTrafficUsage-DYNGGkkm.js +1 -0
  461. package/frontend/build/static/PercentageDonut-aa1oSbho.js +1 -0
  462. package/frontend/build/static/{ReactJSONEditor-DZ9l5V9S.js → ReactJSONEditor-BKB6MheT.js} +1 -1
  463. package/frontend/build/static/{RoleCell-C-hJFmul.js → RoleCell-CkV0Kf4-.js} +1 -1
  464. package/frontend/build/static/{aggregateFeatureMetrics-Dli6i5No.js → aggregateFeatureMetrics-CrQXQAeM.js} +1 -1
  465. package/frontend/build/static/{formatTickValue-D3KZyzeb.js → formatTickValue-BCAqKqmg.js} +2 -2
  466. package/frontend/build/static/index-B33kIVre.js +542 -0
  467. package/frontend/build/static/metricsFormatters-C7iN2dDH.js +1 -0
  468. package/frontend/build/static/{networkTrafficUsageHighlightPlugin-DLE_BBMN.js → networkTrafficUsageHighlightPlugin-o9kHeQ2O.js} +1 -1
  469. package/frontend/build/static/strategyCustom-Db-ZtYWl.svg +23 -0
  470. package/frontend/build/static/strategyDefault-LnSyH2eZ.svg +17 -0
  471. package/frontend/build/static/strategyGradual-oCA99tj3.svg +18 -0
  472. package/frontend/build/static/strategyHosts-4lVYC2Bf.svg +23 -0
  473. package/frontend/build/static/strategyIPs-BHaXsOYV.svg +24 -0
  474. package/frontend/build/static/strategyOn-CX-xL0oK.svg +18 -0
  475. package/frontend/build/static/{useApiTokens-DNIDLJlc.js → useApiTokens-eXyUbKcO.js} +1 -1
  476. package/frontend/package.json +3 -4
  477. package/package.json +7 -9
  478. package/dist/lib/routes/admin-api/config.d.ts +0 -24
  479. package/dist/lib/routes/admin-api/config.d.ts.map +0 -1
  480. package/dist/lib/routes/admin-api/config.js +0 -114
  481. package/dist/lib/routes/admin-api/config.js.map +0 -1
  482. package/dist/lib/routes/admin-api/config.test.d.ts +0 -2
  483. package/dist/lib/routes/admin-api/config.test.d.ts.map +0 -1
  484. package/dist/lib/routes/admin-api/config.test.js.map +0 -1
  485. package/dist/test/e2e/stores/user-store.e2e.test.d.ts.map +0 -1
  486. package/dist/test/e2e/stores/user-store.e2e.test.js.map +0 -1
  487. package/frontend/build/static/BackendConnections-C9HcQ9To.js +0 -1
  488. package/frontend/build/static/ChartItem-COMyVdgD.js +0 -1
  489. package/frontend/build/static/FeatureMetricsChart-CQkGp91T.js +0 -2
  490. package/frontend/build/static/FeatureStaleDialog-DKeGFuL1.js +0 -7
  491. package/frontend/build/static/FeatureViewLazyExport-CgntSCvS.js +0 -10
  492. package/frontend/build/static/FrontendNetworkTrafficUsage-E4pIeMFQ.js +0 -1
  493. package/frontend/build/static/ImpactMetricsPage-B3STis_H.js +0 -3
  494. package/frontend/build/static/LazyAdminExport-CsCsRIwk.js +0 -38
  495. package/frontend/build/static/LazyProjectExport-DkN0UegC.js +0 -728
  496. package/frontend/build/static/LineChartComponent-DG1LdcL_.js +0 -1
  497. package/frontend/build/static/NetworkTrafficUsage-bSUVPjoc.js +0 -1
  498. package/frontend/build/static/index-A5We7bvX.js +0 -542
  499. package/frontend/build/static/merge-C7IT0rZd.svg +0 -3
  500. /package/dist/test/e2e/{stores → users}/user-store.e2e.test.d.ts +0 -0
  501. /package/dist/test/e2e/{stores → users}/user-store.e2e.test.js +0 -0
@@ -1,728 +0,0 @@
1
- var nd=Object.defineProperty;var ad=(e,t,n)=>t in e?nd(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n;var k=(e,t,n)=>ad(e,typeof t!="symbol"?t+"":t,n);import{fB as rd,fC as id,fD as Le,r as h,s as u,fE as cd,di as p2,G as Q1,H as J1,j as a,B as D,e as $1,y as Y1,D as E1,a_ as Ir,J as D0,a$ as $0,M as re,fF as f3,b0 as ue,d as R3,fG as Xi,b2 as ie,T as I,fH as he,dn as E2,L as g1,cQ as Z2,bi as I2,dg as ec,aq as M2,E as V3,m as T0,K as A2,dt as $e,fI as sd,aE as Pe,fJ as od,fK as ld,as as T1,i as a1,fL as dd,fM as ud,fN as Ge,fO as hd,C as R,h as _1,be as md,aY as le,c0 as ce,aT as L3,V as Z1,bf as Mr,aU as P0,aX as E0,aV as F2,bc as p1,fP as tc,dp as fd,fQ as pd,fR as vd,U as gd,ar as Ar,c4 as Fr,bt as te,cK as w0,fS as xd,fT as bd,db as X1,fU as nc,fV as ac,x as rc,fW as jd,bK as Qe,fX as yd,fY as br,bR as ic,fZ as jr,f_ as _d,bk as cc,f$ as sc,g0 as oc,g1 as wd,ey as R2,aQ as e1,au as N3,b as O1,al as K1,cc as W3,g2 as lc,aD as S1,ax as me,g3 as Sd,g4 as Od,at as V2,bh as Je,g5 as Cd,fl as Dd,g6 as I3,dC as Rr,dD as Vr,b9 as N1,g7 as $d,ay as ee,g8 as dc,g9 as uc,dy as Ce,dB as v2,ga as Td,dz as Z3,gb as Pd,dA as Ed,gc as Ne,gd as hc,dd as mc,ge as fc,gf as pc,ci as g3,bb as ne,u as L2,N as z3,cZ as vc,gg as o3,gh as Zd,gi as Id,gj as Md,gk as Ad,gl as Fd,gm as Rd,gn as Vd,go as Ld,gp as Nd,gq as Wd,gr as zd,gs as Bd,gt as Yd,gu as Hd,gv as Ud,gw as x3,fp as S0,gx as kd,aL as Ke,gy as g2,aF as qd,gz as Lr,gA as G1,gB as gc,gC as Kd,gD as Gd,b3,aG as j3,aH as B3,aM as Y3,_ as H3,a as z1,aN as U3,aP as k3,aO as N2,gE as Qd,gF as v1,l as se,dh as Nr,gG as Jd,gH as Xd,gI as eu,b5 as y3,gJ as tu,d6 as xc,c as x2,gK as nu,gL as bc,cX as Te,gM as au,gN as ru,dj as iu,gO as cu,gP as su,gQ as ou,ee as jc,gR as lu,gS as du,gT as uu,gU as hu,gV as yc,gW as _c,aC as R1,cC as M3,gX as mu,gY as fu,az as q3,gZ as wc,g_ as Sc,fs as pu,g$ as je,cS as pe,h0 as vu,aS as gu,h1 as xu,ew as W2,h2 as bu,h3 as Oc,h4 as Cc,h5 as ju,h6 as yu,bs as K3,dq as _u,Z as Wr,Y as Dc,h7 as wu,b1 as G3,h8 as $c,h9 as Z0,ha as Su,hb as Ou,hc as Cu,hd as Du,bj as Ee,cg as Tc,he as $u,v as Tu,hf as Pu,hg as zr,hh as Eu,cf as Pc,hi as Zu,hj as Iu,et as Ec,n as Br,o as Yr,ev as p3,hk as Mu,hl as Au,hm as Fu,ak as w1,eo as I0,ep as v3,hn as Hr,b8 as b2,b4 as Q3,dr as O0,eF as j2,an as z2,aw as Ur,ho as Ru,ac as k1,ad as M0,ao as B2,ae as Y2,af as H2,ag as U2,ah as k2,ai as q2,hp as Zc,e0 as A0,bd as Vu,ap as kr,A as K2,dU as Lu,hq as Nu,eg as d2,dT as ke,hr as Wu,hs as zu,ht as Bu,hu as Yu,av as F0,dO as qr,hv as Hu,hw as A4,hx as Uu,hy as ku,cV as J3,cW as y1,hz as qu,hA as Ku,w as _3,hB as Gu,hC as Qu,hD as Ic,hE as Mc,hF as yr,hG as x8,hH as Ju,dR as Xu,dS as eh,hI as b8,hJ as th,hK as nh,hL as ah,hM as rh,hN as ih,hO as ch,hP as sh,cG as Kr,cH as Gr,hQ as oh,hR as lh,hS as dh,c2 as R0,hT as uh,c9 as hh,bx as mh,by as fh,z as j8,fj as ph,c_ as vh,d0 as gh,hU as xh,hV as Ac,hW as bh,hX as jh,hY as yh,ba as Qr,hZ as _h,h_ as wh,h$ as _r,i0 as Sh,i1 as G2,i2 as Jr,i3 as Xr,du as Fc,eR as Rc,i4 as e5,bp as Oh,fu as Ch,i5 as Vc,t as Dh,bZ as $h,i6 as Th,i7 as Ph,i8 as wr,i9 as Eh,ia as Zh,F as Ih,I as Mh,S as Ah,ib as Lc,ic as Nc,id as Wc,ie as Fh,ig as zc,ih as Rh,ii as Vh,d1 as y2,ij as Lh,ft as Nh,ik as Wh,fx as zh,dJ as y8,dG as Bh,dk as Bc,il as Sr,im as Yh,e2 as Yc,io as Hh,ip as Uh,iq as kh,ir as qh,is as i0,ce as Hc,it as Kh,iu as Gh,iv as Qh,iw as Jh,fo as Xh,ix as em,bC as tm,iy as nm,iz as am,iA as rm}from"./index-A5We7bvX.js";import{F as Uc,M as im}from"./MarkCompletedDialogue-Bw9Iccid.js";import{a as cm,u as kc,T as sm,b as om,F as lm,h as dm,f as um,g as hm,d as mm,E as fm,i as pm}from"./FeatureStaleDialog-DKeGFuL1.js";import{m as vm,i as _8,b as gm,c as xm,d as bm,e as jm,E as ym,f as _m,u as wm,a as Sm,R as Om,C as Cm,A as Dm,g as qc,j as $m}from"./RoleCell-C-hJFmul.js";import"./useApiTokens-DNIDLJlc.js";function Tm(e,t){var n,i;rd(1,arguments);var c=id(e);if(isNaN(c.getTime()))throw new RangeError("Invalid time value");var s=String((n=t==null?void 0:t.format)!==null&&n!==void 0?n:"extended"),o=String((i=t==null?void 0:t.representation)!==null&&i!==void 0?i:"complete");if(s!=="extended"&&s!=="basic")throw new RangeError("format must be 'extended' or 'basic'");if(o!=="date"&&o!=="time"&&o!=="complete")throw new RangeError("representation must be 'date', 'time', or 'complete'");var l="",d="",m=s==="extended"?"-":"",f=s==="extended"?":":"";if(o!=="time"){var v=Le(c.getDate(),2),g=Le(c.getMonth()+1,2),p=Le(c.getFullYear(),4);l="".concat(p).concat(m).concat(g).concat(m).concat(v)}if(o!=="date"){var x=c.getTimezoneOffset();if(x!==0){var j=Math.abs(x),y=Le(Math.floor(j/60),2),b=Le(j%60,2),S=x<0?"+":"-";d="".concat(S).concat(y,":").concat(b)}else d="Z";var C=Le(c.getHours(),2),T=Le(c.getMinutes(),2),$=Le(c.getSeconds(),2),Z=l===""?"":"T",O=[C,T,$].join(f);l="".concat(l).concat(Z).concat(O).concat(d)}return l}const Kc=e=>h.createElement("svg",{width:20,height:18,viewBox:"0 0 20 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},h.createElement("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"})),w8=u("div")(()=>({display:"flex"})),Pm=u("div")(()=>({display:"grid",gridTemplateColumns:"minmax(0, 1fr) auto",width:"100%"}));u("div")(()=>({display:"flex",flexDirection:"column"}));const Em=u("span")(({theme:e})=>({textOverflow:"ellipsis",whiteSpace:"nowrap",overflow:"hidden"})),Zm=u("span")(({theme:e})=>({fontSize:e.fontSizes.smallBody,fontWeight:"normal"}));u(Zm)(({theme:e})=>({color:e.palette.neutral.dark}));const Im=u(cd)(({theme:e})=>({marginLeft:e.spacing(-1.5)})),Mm=u("div")(({theme:e})=>({backgroundColor:e.palette.background.paper,borderRadius:e.shape.borderRadiusLarge,marginBottom:e.spacing(2)})),Am=u("div")(({theme:e})=>({padding:e.spacing(2.5,5),display:"flex",flexDirection:"column",alignItems:"start"})),Fm=u("h1")(({theme:e})=>({margin:0,width:"100%",fontSize:e.typography.h1.fontSize,fontWeight:"bold",display:"flex",alignItems:"center",gap:e.spacing(2),overflow:"hidden",lineHeight:1.5})),Rm=u("div")(({theme:e})=>({width:"100%",backgroundColor:e.palette.divider,height:"1px"})),Vm=u("div")(({theme:e})=>({padding:e.spacing(0,4)})),Lm=u(p2)(({theme:e})=>({textTransform:"none",fontSize:e.fontSizes.bodySize,flexBasis:0,[e.breakpoints.down("md")]:{paddingLeft:e.spacing(1),paddingRight:e.spacing(1),minWidth:170},[e.breakpoints.up("md")]:{minWidth:170}})),Nm=e=>h.createElement("svg",{width:24,height:24,viewBox:"0 0 16 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},h.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10.58 10.08L12 11.5L8 15.5L4 11.5L5.42 10.08L7.01 11.67V0.5H8.99V11.67L10.58 10.08ZM16 19V8C16 6.89 15.1 6 14 6H11V8H14V19H2V8H5V6H2C0.889999 6 0 6.89 0 8V19C0 20.1 0.889999 21 2 21H14C15.1 21 16 20.1 16 19Z",fill:"currentColor"}));var t5={},Wm=J1;Object.defineProperty(t5,"__esModule",{value:!0});var Gc=t5.default=void 0,zm=Wm(Q1()),Bm=a,Ym=(0,zm.default)((0,Bm.jsx)("path",{d:"M4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm16-4H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-1 9h-4v4h-2v-4H9V9h4V5h2v4h4v2z"}),"LibraryAdd");Gc=t5.default=Ym;var n5={},Hm=J1;Object.defineProperty(n5,"__esModule",{value:!0});var Qc=n5.default=void 0,Um=Hm(Q1()),km=a,qm=(0,Um.default)((0,km.jsx)("path",{d:"m20.54 5.23-1.39-1.68C18.88 3.21 18.47 3 18 3H6c-.47 0-.88.21-1.16.55L3.46 5.23C3.17 5.57 3 6.02 3 6.5V19c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V6.5c0-.48-.17-.93-.46-1.27zM12 17.5 6.5 12H10v-2h4v2h3.5L12 17.5zM5.12 5l.81-1h12l.94 1H5.12z"}),"Archive");Qc=n5.default=qm;var a5={},Km=J1;Object.defineProperty(a5,"__esModule",{value:!0});var _2=a5.default=void 0,Gm=Km(Q1()),Qm=a,Jm=(0,Gm.default)((0,Qm.jsx)("path",{d:"M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2zm4.2 14.2L11 13V7h1.5v5.2l4.5 2.7-.8 1.3z"}),"WatchLater");_2=a5.default=Jm;const Xm=u(D)(({theme:e})=>({display:"flex",justifyContent:"center",paddingRight:e.spacing(2)})),ef=({projectId:e,row:t,onOpenArchiveDialog:n,onOpenStaleDialog:i})=>{const[c,s]=h.useState(null),[o,l]=h.useState(!1),{setToastData:d}=$1(),{original:{name:m,stale:f}}=t,v=!!c,g=b=>{s(b.currentTarget)},p=()=>{s(null)},x=`feature-${m}-actions`,j=`${x}-menu`,y=()=>{try{ec(m),l(!0),setTimeout(()=>{p(),l(!1)},1e3)}catch{d({type:"error",text:"Could not copy feature name"})}};return a.jsxs(Xm,{children:[a.jsx(Y1,{title:"Feature flag actions",arrow:!0,describeChild:!0,children:a.jsx(E1,{id:x,"data-loading":!0,"aria-controls":v?j:void 0,"aria-haspopup":"true","aria-expanded":v?"true":void 0,onClick:g,type:"button",children:a.jsx(Ir,{})})}),a.jsx(D0,{id:j,anchorEl:c,open:v,onClose:p,transformOrigin:{horizontal:"right",vertical:"top"},anchorOrigin:{horizontal:"right",vertical:"bottom"},disableScrollLock:!0,PaperProps:{sx:b=>({borderRadius:`${b.shape.borderRadius}px`,padding:b.spacing(1,1.5)})},children:a.jsxs($0,{"aria-labelledby":x,children:[a.jsxs(re,{sx:f3,onClick:y,children:[a.jsx(ue,{children:o?a.jsx(R3,{}):a.jsx(Xi,{})}),a.jsx(ie,{children:a.jsx(I,{variant:"body2",children:o?"Copied!":"Copy Name"})})]}),a.jsx(he,{projectId:e,permission:E2,children:({hasAccess:b})=>a.jsxs(re,{sx:f3,onClick:p,disabled:!b,component:g1,to:`/projects/${e}/features/${m}/copy`,children:[a.jsx(ue,{children:a.jsx(Gc,{})}),a.jsx(ie,{children:a.jsx(I,{variant:"body2",children:"Clone"})})]})}),a.jsx(he,{projectId:e,permission:Z2,children:({hasAccess:b})=>a.jsxs(re,{sx:f3,onClick:()=>{n(m),p()},disabled:!b,children:[a.jsx(ue,{children:a.jsx(Qc,{})}),a.jsx(ie,{children:a.jsx(I,{variant:"body2",children:"Archive"})})]})}),a.jsx(he,{projectId:e,permission:I2,children:({hasAccess:b})=>a.jsxs(re,{sx:f3,onClick:()=>{p(),i({featureId:m,stale:f===!0})},disabled:!b,children:[a.jsx(ue,{children:a.jsx(_2,{})}),a.jsx(ie,{children:a.jsxs(I,{variant:"body2",children:[f?"Un-mark":"Mark"," as stale"]})})]})})]})})]})};var r5={},tf=J1;Object.defineProperty(r5,"__esModule",{value:!0});var Jc=r5.default=void 0,nf=tf(Q1()),af=a,rf=(0,nf.default)((0,af.jsx)("path",{d:"M5.33 20H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2h1.33c1.1 0 2 .9 2 2v12c0 1.1-.89 2-2 2zM22 18V6c0-1.1-.9-2-2-2h-1.33c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2H20c1.11 0 2-.9 2-2zm-7.33 0V6c0-1.1-.9-2-2-2h-1.33c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h1.33c1.1 0 2-.9 2-2z"}),"ViewWeek");Jc=r5.default=rf;const cf=u(D)(()=>({...M2,justifyContent:"center"})),sf=u(E1)(({theme:e})=>({margin:e.spacing(-1,0)})),of=u(D)(({theme:e})=>({...M2,justifyContent:"space-between",padding:e.spacing(1,1,0,4)})),lf=u(re)(({theme:e})=>({padding:e.spacing(0,2),margin:e.spacing(0,2),borderRadius:e.shape.borderRadius})),df=u(V3)(({theme:e})=>({"&.MuiDivider-root.MuiDivider-fullWidth":{margin:e.spacing(.75,0)}})),uf=u(T0)(({theme:e})=>({padding:e.spacing(.75,1)})),hf=({columns:e,onToggle:t})=>{const[n,i]=h.useState(null),c=m=>{i(m.currentTarget)},s=()=>{i(null)},o=!!n,l="columns-menu",d=`columns-menu-list-${l}`;return a.jsxs(cf,{children:[a.jsx(Y1,{title:"Select columns",arrow:!0,describeChild:!0,children:a.jsx(sf,{id:l,"aria-controls":o?d:void 0,"aria-haspopup":"true","aria-expanded":o?"true":void 0,onClick:c,type:"button",size:"large","data-loading":!0,children:a.jsx(Jc,{})})}),a.jsxs(D0,{id:d,open:o,anchorEl:n,onClose:s,anchorOrigin:{vertical:"top",horizontal:"right"},transformOrigin:{vertical:"top",horizontal:"right"},disableScrollLock:!0,PaperProps:{sx:m=>({borderRadius:m.shape.borderRadius,paddingBottom:m.spacing(2)})},children:[a.jsxs(of,{children:[a.jsx(I,{variant:"body2",children:a.jsx("strong",{children:"Columns"})}),a.jsx(E1,{onClick:s,children:a.jsx(A2,{})})]}),a.jsx($0,{children:e.map(m=>m.id==="divider"?a.jsx(df,{},"divider"):a.jsxs(lf,{onClick:()=>{t==null||t(m.id)},disabled:m.isStatic===!0&&m.isVisible===!0,children:[a.jsx(ue,{children:a.jsx(uf,{edge:"start",checked:m.isVisible,disableRipple:!0,inputProps:{"aria-labelledby":m.id},size:"medium"})}),a.jsx(ie,{id:m.id,primary:a.jsx(I,{variant:"body2",children:m.header})})]},m.id))})]})]})},mf=u(D)(({theme:e})=>({display:"flex",justifyContent:"center",marginRight:e.spacing(-2)})),ff=({onChange:e,checked:t,title:n})=>a.jsx(mf,{"data-testid":sd,children:a.jsx(T0,{onChange:e,title:n,checked:t,"data-loading":!0})}),S8=$e.memo(ff),pf=u("div")(({theme:e})=>({position:"sticky",bottom:50,zIndex:e.zIndex.fab,pointerEvents:"none"})),vf=u(D)(({theme:e})=>({display:"flex",justifyContent:"center",width:"100%",flexWrap:"wrap",paddingBottom:e.spacing(2)})),gf=u(Pe)(({theme:e})=>({display:"flex",alignItems:"center",justifyContent:"flex-end",marginTop:e.spacing(2),marginLeft:"auto",marginRight:"auto",padding:e.spacing(2,3),backgroundColor:e.palette.background.paper,border:`1px solid ${e.palette.background.alternative}`,borderRadius:e.shape.borderRadiusLarge,gap:e.spacing(1),flexWrap:"wrap",pointerEvents:"auto"})),xf=u("span")(({theme:e})=>({background:e.palette.background.alternative,color:e.palette.common.white,padding:e.spacing(.5,1),borderRadius:e.shape.borderRadius})),bf=u(I)(({theme:e})=>({paddingRight:e.spacing(2),marginRight:"auto"})),jf=({count:e,children:t})=>e===0?null:a.jsx(pf,{"data-testid":od,children:a.jsx(vf,{children:a.jsxs(gf,{elevation:4,children:[a.jsxs(bf,{children:[a.jsx(xf,{"data-testid":ld,children:e})," selected"]}),t]})})}),yf=7,_f=e=>{const t=dd(new Date,-yf);return!!(e!=null&&e.lastSeenAt&&ud(new Date(e.lastSeenAt),t))},wf=({projectId:e,featureIds:t,features:n,onConfirm:i})=>{const[c,s]=h.useState(!1),{trackEvent:o}=T1(),l=h.useMemo(()=>t.filter(m=>{const f=n.find(v=>v.name===m);return _f(f)}),[JSON.stringify(n),t]),d=async()=>{s(!1),i==null||i(),o("batch_operations",{props:{eventType:"features archived"}})};return a.jsxs(a.Fragment,{children:[a.jsx(he,{projectId:e,permission:Z2,children:({hasAccess:m})=>a.jsx("span",{children:a.jsx(a1,{disabled:!m||c,variant:"outlined",size:"small",onClick:()=>s(!0),children:"Archive"})})}),a.jsx(Uc,{projectId:e,featureIds:t,featuresWithUsage:l,onConfirm:d,isOpen:c,onClose:()=>s(!1)})]})},Q0="selection-actions-menu",Sf=({projectId:e,data:t,onChange:n})=>{const[i,c]=h.useState(null),{staleFeatures:s}=Ge(),{setToastData:o,setToastApiError:l}=$1(),{trackEvent:d}=T1(),m=!!i,f=t.map(({name:b})=>b),v=b=>{c(b.currentTarget)},g=()=>{c(null)},p=t.some(({stale:b})=>b===!0),x=t.some(({stale:b})=>b===!1),j=async()=>{try{g(),await s(e,f),n==null||n(),o({text:"Feature flags marked as stale",type:"success"}),d("batch_operations",{props:{eventType:"features staled"}})}catch(b){l(_1(b))}},y=async()=>{try{g(),await s(e,f,!1),n==null||n(),o({text:"Feature flags unmarked as stale",type:"success"}),d("batch_operations",{props:{eventType:"features unstaled"}})}catch(b){l(_1(b))}};return a.jsxs(a.Fragment,{children:[a.jsx(Y1,{title:"More bulk actions",arrow:!0,describeChild:!0,children:a.jsx(E1,{id:Q0,"aria-controls":m?Q0:void 0,"aria-haspopup":"true","aria-expanded":m?"true":void 0,onClick:v,type:"button","data-testid":hd,children:a.jsx(Ir,{})})}),a.jsx(D0,{id:`${Q0}-menu`,anchorEl:i,open:m,onClose:g,transformOrigin:{horizontal:"right",vertical:"top"},anchorOrigin:{horizontal:"right",vertical:"bottom"},disableScrollLock:!0,PaperProps:{sx:b=>({borderRadius:`${b.shape.borderRadius}px`,padding:b.spacing(1,1.5)})},children:a.jsx($0,{"aria-labelledby":`${Q0}-menu`,children:a.jsx(he,{projectId:e,permission:I2,children:({hasAccess:b})=>a.jsxs(a.Fragment,{children:[a.jsx(R,{condition:x,show:()=>a.jsxs(re,{onClick:j,disabled:!b,sx:{borderRadius:S=>`${S.shape.borderRadius}px`},children:[a.jsx(ue,{children:a.jsx(_2,{})}),a.jsx(ie,{children:a.jsx(I,{variant:"body2",children:"Mark as stale"})})]})}),a.jsx(R,{condition:p,show:()=>a.jsxs(re,{onClick:y,disabled:!b,sx:{borderRadius:S=>`${S.shape.borderRadius}px`},children:[a.jsx(ue,{children:a.jsx(_2,{})}),a.jsx(ie,{children:a.jsx(I,{variant:"body2",children:"Un-mark as stale"})})]})})]})})})})]})},Of=u("section")(({theme:e})=>({"& > *":{margin:e.spacing(1,0)}})),O8="manage-tags-form",C8=(e,t)=>[...e,...e.some(n=>n.value===t.value&&n.type===t.type)?[]:[t]],D8=(e,t)=>e.filter(n=>!(n.value===t.value&&n.type===t.type)),Cf=(e,t)=>{switch(t.type){case"add":return{...e,addedTags:C8(e.addedTags,t.payload),removedTags:D8(e.removedTags,t.payload)};case"remove":return{...e,addedTags:D8(e.addedTags,t.payload),removedTags:C8(e.removedTags,t.payload)};case"clear":return{addedTags:[],removedTags:t.payload};case"reset":return{addedTags:[],removedTags:[]};default:return e}},$8={name:"",description:"",icon:""},Df=({open:e,initialValues:t,initialIndeterminateValues:n,onCancel:i,onSubmit:c})=>{const{tagTypes:s,loading:o}=md(),[l,d]=h.useState($8),[m,f]=h.useState([]),[v,g]=h.useState([]),{tags:p,refetch:x}=cm(l.name),{createTag:j}=kc(),y=p.map(({value:z})=>({title:z})),[b,S]=h.useReducer(Cf,{addedTags:[],removedTags:[]}),C=()=>{c(b),S({type:"reset"})},T=(z=s.length>0?s[0]:$8)=>{d(z);const V=n.filter(({type:M})=>M===z.name);f(t.filter(({type:M})=>M===z.name).filter(({type:M,value:H})=>!V.some(K=>K.value===H&&K.type===M)).map(({value:M})=>({title:M}))),g(V.map(({value:M})=>({title:M}))),S({type:"clear",payload:[]})};h.useEffect(()=>{s.length>0&&T()},[o]);const $=(z,V)=>{V!=null&&typeof V!="string"&&(z.preventDefault(),T(V))},Z=(z,V)=>j({value:z,type:V}).then(async()=>{x(),f(M=>[...M,{title:z}]),S({type:"add",payload:{value:z,type:V}})}),O=(z,V,M,H)=>{M==="selectOption"?V.forEach(K=>{if(typeof K!="string"&&typeof K.inputValue=="string"&&K.inputValue&&K.title.startsWith("Create new value"))return Z(K.inputValue,l.name);f(V),g(A=>A.filter(({title:Y})=>Y!==K.title)),H!=null&&H.option&&S({type:"add",payload:{value:H.option.title,type:l.name}})}):M==="clear"?(f([]),S({type:"clear",payload:t})):M==="removeOption"&&(f(V),H!=null&&H.option&&S({type:"remove",payload:{value:H.option.title,type:l.name}}))},N=()=>{T(),i()};return a.jsxs(le,{open:e,secondaryButtonText:"Cancel",primaryButtonText:"Save tags",title:"Update feature flag tags",onClick:C,disabledPrimaryButton:b.addedTags.length===0&&b.removedTags.length===0,onClose:N,formId:O8,children:[a.jsx(I,{paragraph:!0,sx:{marginBottom:z=>z.spacing(2.5)},children:"Tags allow you to group features together"}),a.jsx("form",{id:O8,onSubmit:C,children:a.jsxs(Of,{children:[a.jsx(sm,{options:s,disabled:o||s.length===0,value:l,onChange:$},o?"loading":s.length),a.jsx(R,{condition:!o&&s.length===0,show:a.jsxs(I,{variant:"body1",children:["No"," ",a.jsx(ce,{component:g1,to:"/tag-types",children:"tag types"})," ","available."]}),elseShow:a.jsx(om,{disabled:o,options:y,existingTags:t,indeterminateOptions:v,tagType:l,selectedOptions:m,onChange:O})})]})})]})},$f=({projectId:e,data:t,onChange:n})=>{const{bulkUpdateTags:i}=kc(),{setToastData:c,setToastApiError:s}=$1(),{trackEvent:o}=T1(),[l,d]=h.useState(!1),[m,f]=h.useMemo(()=>{const g=t.flatMap(({tags:x})=>x||[]).reduce((x,j)=>[...x,...x.some(y=>y.type===j.type&&y.value===j.value)?[]:[j]],[]),p=g.filter(x=>!t.every(({tags:j})=>j==null?void 0:j.some(y=>y.type===x.type&&y.value===x.value)));return[g,p]},[t]),v=async({addedTags:g,removedTags:p})=>{const j={features:t.map(({name:y})=>y),tags:{addedTags:g,removedTags:p}};try{const y=[g.length>0&&`added ${g.length} tag${g.length>1?"s":""}`,p.length>0&&`removed ${p.length} tag${p.length>1?"s":""}`].filter(Boolean).join(" and ");await i(j,e),c({text:y,type:"success",autoHideDuration:12e3}),o("batch_operations",{props:{eventType:"tags updated"}})}catch(y){s(_1(y))}n==null||n(),d(!1)};return a.jsxs(a.Fragment,{children:[a.jsx(he,{projectId:e,permission:I2,children:({hasAccess:g})=>a.jsx("span",{children:a.jsx(a1,{disabled:!g||l,variant:"outlined",size:"small",onClick:()=>d(!0),children:"Tags"})})}),a.jsx(Df,{open:l,onCancel:()=>d(!1),onSubmit:v,initialValues:m,initialIndeterminateValues:f},t.length)]})},Tf=u(L3)(({theme:e})=>({minWidth:"450px",marginTop:e.spacing(2),marginBottom:e.spacing(1.5)})),T8=u(Z1)(({theme:e})=>({marginBottom:e.spacing(1.5)})),Pf=({showExportDialog:e,data:t,onClose:n,onConfirm:i,environments:c,projectId:s})=>{const[o,l]=h.useState(c[0]),{bulkToggleFeaturesEnvironmentOff:d}=Mr(),{addChange:m}=P0(),{setToastApiError:f,setToastData:v}=$1(),{isChangeRequestConfigured:g}=E0(s),{refetch:p}=F2(s),x=t.filter(S=>{var C,T;return((T=(C=S.environments)==null?void 0:C.find($=>o===$.name))==null?void 0:T.enabled)===!1}).length,j=()=>c.map(S=>({key:S,label:S})),y=async()=>{try{g(o)?(await m(s,o,t.map(S=>({action:"updateEnabled",feature:S.name,payload:{enabled:!1}}))),p(),v({type:"success",text:"Changes added to draft"})):(await d(s,t.map(S=>S.name),o),v({type:"success",text:"Feature flags disabled"})),n(),i==null||i()}catch(S){f(_1(S))}},b=g(o)?"Add to change request":"Disable flags";return a.jsx(le,{open:e,title:"Disable feature flags",onClose:n,onClick:y,primaryButtonText:b,secondaryButtonText:"Cancel",children:a.jsxs(D,{children:["You have selected ",a.jsx("b",{children:t.length})," feature flags to disable.",a.jsx("br",{}),a.jsx("br",{}),a.jsx(I,{children:"Select which environment to disable the features for:"}),a.jsx(Tf,{options:j(),value:o,onChange:S=>l(S)}),a.jsx(R,{condition:g(o),show:a.jsx(T8,{severity:"warning",children:"Change requests are enabled for this environment."})}),a.jsx(R,{condition:x>0,show:a.jsxs(T8,{severity:"info",children:[x," feature"," ",x>1?"flags are ":"flag is ","already disabled."]})})]})})},Ef=u(L3)(({theme:e})=>({minWidth:"450px",marginTop:e.spacing(2),marginBottom:e.spacing(1.5)})),P8=u(Z1)(({theme:e})=>({marginBottom:e.spacing(1.5)})),Zf=({showExportDialog:e,data:t,onClose:n,onConfirm:i,environments:c,projectId:s})=>{const[o,l]=h.useState(c[0]),{bulkToggleFeaturesEnvironmentOn:d}=Mr(),{addChange:m}=P0(),{setToastApiError:f,setToastData:v}=$1(),{isChangeRequestConfigured:g}=E0(s),{refetch:p}=F2(s),x=t.filter(S=>{var C,T;return((T=(C=S.environments)==null?void 0:C.find($=>o===$.name))==null?void 0:T.enabled)===!0}).length,j=()=>c.map(S=>({key:S,label:S})),y=async()=>{try{g(o)?(await m(s,o,t.map(S=>({action:"updateEnabled",feature:S.name,payload:{enabled:!0}}))),p(),v({type:"success",text:"Changes added to draft"})):(await d(s,t.map(S=>S.name),o),v({type:"success",text:"Feature flags enabled"})),n(),i==null||i()}catch(S){f(_1(S))}},b=g(o)?"Add to change request":"Enable flags";return a.jsx(le,{open:e,title:"Enable feature flags",onClose:n,onClick:y,primaryButtonText:b,secondaryButtonText:"Cancel",children:a.jsxs(D,{children:["You have selected ",a.jsx("b",{children:t.length})," feature flags to enable.",a.jsx("br",{}),a.jsx("br",{}),a.jsx(I,{children:"Select which environment to enable the features for:"}),a.jsx(Ef,{options:j(),value:o,onChange:S=>l(S)}),a.jsx(R,{condition:g(o),show:a.jsx(P8,{severity:"warning",children:"Change requests are enabled for this environment."})}),a.jsx(R,{condition:x>0,show:a.jsxs(P8,{severity:"info",children:[x," feature"," ",x>1?"flags are ":"flag is ","already enabled."]})})]})})},If=({selectedIds:e,data:t,projectId:n,onResetSelection:i,onChange:c})=>{p1();const[s,o]=h.useState(!1),[l,d]=h.useState(!1),[m,f]=h.useState(!1),{trackEvent:v}=T1(),g=h.useMemo(()=>t.filter(S=>e.includes(S.name)),[t,e]),p=h.useMemo(()=>{const S=g.flatMap(C=>C.environments).map(C=>C==null?void 0:C.name).filter(C=>C!==void 0);return Array.from(new Set(S))},[g]),x=()=>{c==null||c(),v("batch_operations",{props:{eventType:"features exported"}})},j=()=>{c==null||c(),v("batch_operations",{props:{eventType:"features enabled"}})},y=()=>{c==null||c(),v("batch_operations",{props:{eventType:"features disabled"}})},b=()=>{c==null||c(),i()};return a.jsxs(a.Fragment,{children:[a.jsx(a1,{variant:"outlined",size:"small",onClick:()=>d(!0),children:"Enable"}),a.jsx(a1,{variant:"outlined",size:"small",onClick:()=>f(!0),children:"Disable"}),a.jsx(wf,{projectId:n,featureIds:e,features:t,onConfirm:b}),a.jsx(a1,{variant:"outlined",size:"small",onClick:()=>o(!0),children:"Export"}),a.jsx($f,{projectId:n,data:g,onChange:c}),a.jsx(Sf,{projectId:n,data:g,onChange:c}),a.jsx(tc,{showExportDialog:s,data:g,onClose:()=>o(!1),environments:p,onConfirm:x}),a.jsx(Zf,{showExportDialog:l,data:g,onClose:()=>d(!1),environments:p,projectId:n,onConfirm:j}),a.jsx(Pf,{showExportDialog:m,data:g,onClose:()=>f(!1),environments:p,projectId:n,onConfirm:y})]})};var i5={},Mf=J1;Object.defineProperty(i5,"__esModule",{value:!0});var c5=i5.default=void 0,Af=Mf(Q1()),Ff=a,Rf=(0,Af.default)((0,Ff.jsx)("path",{d:"m9.78 11.16-1.42 1.42c-.68-.69-1.34-1.58-1.79-2.94l1.94-.49c.32.89.77 1.5 1.27 2.01zM11 6 7 2 3 6h3.02c.02.81.08 1.54.19 2.17l1.94-.49C8.08 7.2 8.03 6.63 8.02 6H11zm10 0-4-4-4 4h2.99c-.1 3.68-1.28 4.75-2.54 5.88-.5.44-1.01.92-1.45 1.55-.34-.49-.73-.88-1.13-1.24L9.46 13.6c.93.85 1.54 1.54 1.54 3.4v5h2v-5c0-2.02.71-2.66 1.79-3.63 1.38-1.24 3.08-2.78 3.2-7.37H21z"}),"AltRoute");c5=i5.default=Rf;function Vf({onClick:e,currentValue:t,label:n,icon:i,labelWidth:c,tooltip:s}){return a.jsx(fd,{titleComponent:a.jsxs(pd,{children:[a.jsx("h3",{children:s.header}),a.jsx("p",{children:s.description}),s.additionalContent]}),variant:"custom",children:a.jsx(a1,{role:"switch","aria-checked":t,variant:t?"contained":"outlined",color:"primary",startIcon:i,onClick:e,disableElevation:!0,children:a.jsx(vd,{labelWidth:c,children:n})})})}const Lf=({global:e,project:t})=>{const{limitReached:n,limitMessage:i}=Nf(e.limit,e.count),c=Wf(t.limit,t.count);return{limitMessage:n?i:c?`You have reached the project limit of ${t.limit} feature flags.`:void 0,globalFlagLimitReached:n,projectFlagLimitReached:c}},Nf=(e,t)=>{const n=t>=e;return{limitReached:n,limitMessage:n?`You have reached the instance-wide limit of ${e} feature flags.`:void 0}},Wf=(e,t)=>e!=null&&e<=t,zf=()=>{const{setShowFeedback:e}=h.useContext(gd);return h.useCallback(()=>{const{value:t,setValue:n}=Ar("flagsCreated","0"),i=Number.parseInt(t)+1;n(`${i}`),i>1&&e(!0)},[e])},Bf=u(Fr)(({theme:e})=>({"& .MuiDialog-paper":{borderRadius:e.shape.borderRadiusLarge,maxWidth:e.spacing(170),width:"100%",backgroundColor:"transparent"},padding:0,"& .MuiPaper-root > section":{overflowX:"hidden"}})),We={project:{icon:a.jsx(oc,{}),text:"Projects allow you to group feature flags together in the Unleash admin UI and in SDK payloads."},tags:{icon:a.jsx(sc,{}),text:"Tags are used to label flags in Unleash. They can be used when filtering flags in the UI. Additionally, they are used by some integrations."},type:{icon:a.jsx(br,{}),text:"A flag's type conveys its purpose. All types have the same capabilities, but choosing the right type signals what kind of flag it is. You can change this at any time."},impressionData:{icon:a.jsx(c5,{}),text:"Impression data is used to track how your flag is performing. When enabled, you can subscribe to 'impression events' in the SDK and process them according to your needs."}},Yf=({open:e,onClose:t,onSuccess:n,skipNavigationOnComplete:i})=>{if(e)return a.jsx(Hf,{open:e,onClose:t,skipNavigationOnComplete:i,onSuccess:n})},Hf=({open:e,onClose:t,skipNavigationOnComplete:n,onSuccess:i})=>{var U,U1,C1;const{setToastData:c,setToastApiError:s}=$1(),{uiConfig:o,isOss:l}=p1(),d=te(),m=zf(),[f,v]=w0("flag-creation-dialog",{},60*60*1e3),g=f,{type:p,setType:x,tags:j,setTags:y,name:b,setName:S,project:C,setProject:T,description:$,setDescription:Z,validateToggleName:O,impressionData:N,setImpressionData:z,getTogglePayload:V,clearErrors:M,errors:H}=xd(g),{createFeatureToggle:K,loading:A}=Mr(),Y={icon:a.jsx(br,{}),text:"Feature flags are at the core of Unleash. Use them to control your feature rollouts.",link:{url:"https://docs.getunleash.io/reference/feature-toggles",label:"Feature flags documentation"}},[W,E]=h.useState(Y),w=()=>E(Y),_=V(),F=()=>`curl --location --request POST '${o.unleashUrl}/api/admin/projects/${C}/features' \\
2
- --header 'Authorization: INSERT_API_KEY' \\
3
- --header 'Content-Type: application/json' \\
4
- --data-raw '${JSON.stringify(_,void 0,2)}'`,G=async n1=>{if(n1.preventDefault(),M(),await O()){const A1=V();try{await K(C,A1),n||d(`/projects/${C}/features/${b}`),c({text:"Flag created successfully",type:"success"}),t(),i==null||i(),v({}),m()}catch(de){s(_1(de))}}},{total:q,loading:l1}=bd(1),{project:m1}=X1(C),{tags:J}=nc(),{globalFlagLimitReached:t1,projectFlagLimitReached:r1,limitMessage:s1}=Lf({global:{limit:o.resourceLimits.featureFlags,count:q??0},project:{limit:m1.featureLimit||void 0,count:ac(m1)??0}}),{projects:i1}=rc(),{featureTypes:d1}=jd(),x1=wd(p),M1=d1.reduce((n1,b1)=>n1>=b1.name.length?n1:b1.name.length,0),u1=h.useMemo(()=>{const n1=i1.find(b1=>b1.id===C);return n1==null?void 0:n1.name},[C,i1]),q1=()=>{v({name:b,tags:j,impressionData:N,type:p,description:$}),t()};return a.jsx(Bf,{open:e,onClose:q1,children:a.jsx(Qe,{compact:!0,disablePadding:!0,description:W.text,documentationIcon:W.icon,documentationLink:(U=W.link)==null?void 0:U.url,documentationLinkLabel:(U1=W.link)==null?void 0:U1.label,formatApiCode:F,useFixedSidebar:!0,children:a.jsx(yd,{createButtonProps:{projectId:C,disabled:A||l1||t1||r1,permission:E2,tooltipProps:{title:s1,arrow:!0}},description:$,namingPattern:m1.featureNaming,errors:H,handleSubmit:G,Icon:a.jsx(br,{}),validateName:O,Limit:a.jsx(ic,{name:"feature flags",limit:o.resourceLimits.featureFlags,currentValue:q??0}),name:b,onClose:t,resource:"feature flag",setDescription:Z,setName:S,configButtons:a.jsxs(a.Fragment,{children:[a.jsx(R,{condition:!l(),show:a.jsx(jr,{tooltip:{header:"Select a project for the flag"},description:We.project.text,options:i1.map(n1=>({label:n1.name,value:n1.id})),onChange:n1=>{T(n1)},button:{label:u1??C,icon:We.project.icon,labelWidth:"20ch"},search:{label:"Filter projects",placeholder:"Select project"},onOpen:()=>E(We.project),onClose:w})}),a.jsx(_d,{tooltip:{header:"Select tags"},description:We.tags.text,selectedOptions:new Set(Array.from(j).map(n1=>`${n1.type}:${n1.value}`)),options:J.map(n1=>({label:cc(n1),value:`${n1.type}:${n1.value}`})),onChange:n1=>{const b1=Array.from(n1).map(A1=>{const[de,e3]=A1.split(":");return{type:de,value:e3}});y(new Set(b1))},button:{label:j.size>0?`${j.size} selected`:"Tags",labelWidth:"11ch",icon:a.jsx(sc,{})},search:{label:"Filter tags",placeholder:"Select tags"},onOpen:()=>E(We.tags),onClose:w}),a.jsx(jr,{tooltip:{header:"Select a flag type"},description:We.type.text,options:d1.map(n1=>({label:n1.name,value:n1.id})),onChange:n1=>{x(n1)},button:{label:((C1=d1.find(n1=>n1.id===p))==null?void 0:C1.name)||"Select flag type",icon:a.jsx(x1,{}),labelWidth:`${M1}ch`},search:{label:"Filter flag types",placeholder:"Select flag type"},onOpen:()=>E({text:We.type.text,icon:a.jsx(x1,{})}),onClose:w}),a.jsx(Vf,{tooltip:{header:"Enable or disable impression data",description:We.impressionData.text},currentValue:N,onClick:()=>z(!N),label:`Impression data ${N?"on":"off"}`,icon:a.jsx(c5,{}),labelWidth:"19ch"})]})})})})},Uf=u(R2)(()=>({whiteSpace:"nowrap"})),Xc=({variant:e,text:t="New feature flag",skipNavigationOnComplete:n,isLoading:i,onSuccess:c})=>{const{loading:s}=p1(),[o]=V2(),l=e1("projectId"),d=!!o.get("create"),[m,f]=h.useState(d);return a.jsxs(a.Fragment,{children:[a.jsx(Uf,{onClick:()=>f(!0),maxWidth:"960px",Icon:Je,projectId:l,disabled:s||i,variant:e,permission:E2,"data-testid":s||i?"":Cd,children:t}),a.jsx(Yf,{open:m,onClose:()=>f(!1),skipNavigationOnComplete:n,onSuccess:c})]})},kf=({isLoading:e,totalItems:t,searchQuery:n,onChangeSearchQuery:i,environmentsToExport:c,actions:s})=>{const o=e1("projectId"),l=N3(e||!1),[d,m]=h.useState(!0),f=O1(),v=K1(f.breakpoints.down("md")),[g,p]=h.useState(!1),{trackEvent:x}=T1(),j=W3("projectOverviewRefactorFeedback"),{openFeedback:y}=lc("newProjectOverview","automatic"),b=C=>{i==null||i(C),x("search-bar",{props:{screen:"project",length:C.length}})},S=()=>{y({title:"How easy was it to work with the project overview in Unleash?",positiveLabel:"What do you like most about the updated project overview?",areasForImprovementsLabel:"What improvements are needed in the project overview?"})};return a.jsx(D,{ref:l,"aria-busy":e,"aria-live":"polite",sx:C=>({padding:`${C.spacing(2.5)} ${C.spacing(3.125)}`}),children:a.jsx(S1,{titleElement:d?`Feature flags ${t!==void 0?`(${t})`:""}`:null,actions:a.jsxs(a.Fragment,{children:[a.jsx(R,{condition:!v,show:a.jsx(me,{"data-loading":!0,placeholder:"Search and Filter",expandable:!0,initialValue:n||"",onChange:b,onFocus:()=>m(!1),onBlur:()=>m(!0),hasFilters:!0,id:"projectFeatureFlags"})}),s,a.jsx(S1.Divider,{sx:{marginLeft:0}}),a.jsx(Y1,{title:"Export all project flags",arrow:!0,children:a.jsx(E1,{"data-loading":!0,onClick:()=>p(!0),sx:C=>({marginRight:C.spacing(2)}),children:a.jsx(Sd,{})})}),a.jsx(R,{condition:!e,show:a.jsx(tc,{showExportDialog:g,project:o,data:[],onClose:()=>p(!1),environments:c||[]})}),a.jsx(R,{condition:j&&!v,show:a.jsx(a1,{startIcon:a.jsx(Od,{}),onClick:S,variant:"outlined","data-loading":!0,children:"Provide feedback"})}),a.jsx(Xc,{isLoading:e})]}),children:a.jsx(R,{condition:v,show:a.jsx(me,{initialValue:n||"",onChange:b,hasFilters:!0,id:"projectFeatureFlags"})})})})},qf=u(Dd)(({theme:e})=>({color:e.palette.warning.main,fontSize:e.fontSizes.bodySize})),Kf=()=>a.jsx(I3,{arrow:!0,title:a.jsxs(a.Fragment,{children:["This environment has no variants enabled. If you check this feature's variants in this environment, you will get the"," ",a.jsx("a",{href:"https://docs.getunleash.io/reference/feature-toggle-variants#the-disabled-variant",target:"_blank",rel:"noreferrer",children:"disabled variant"}),"."]}),children:a.jsx(qf,{})}),es=u("div",{shouldForwardProp:e=>e!=="hasWarning"})(({theme:e,hasWarning:t})=>({flexGrow:0,...M2,justifyContent:"center",...t&&{"::before":{content:'""',display:"block",width:e.spacing(2)}}})),Gf=u("div")(({theme:e})=>({flexGrow:0,...M2,justifyContent:"center"})),Qf=({value:e,featureId:t,projectId:n,environment:i,isChangeRequestEnabled:c,someEnabledEnvironmentHasVariants:s,refetch:o,onFeatureToggleSwitch:l})=>{const d=h.useMemo(()=>s&&(i==null?void 0:i.variantCount)===0&&(i==null?void 0:i.enabled),[s,i]),m=(f,v)=>{l(f,{projectId:n,featureId:t,environmentName:(i==null?void 0:i.name)||"",environmentType:i==null?void 0:i.type,hasStrategies:i==null?void 0:i.hasStrategies,hasEnabledStrategies:i==null?void 0:i.hasEnabledStrategies,isChangeRequestEnabled:c,onRollback:v,onSuccess:o})};return a.jsxs(es,{hasWarning:d,children:[a.jsx(lm,{projectId:n,value:e,featureId:t,environmentName:(i==null?void 0:i.name)||"",onToggle:m}),a.jsx(R,{condition:d||!1,show:a.jsx(Kf,{})})]})},Jf=$e.memo(Qf),Xf=()=>a.jsx(es,{children:a.jsx("div",{"data-loading":!0,children:"toggle"})}),ep=()=>a.jsx(Gf,{"aria-hidden":"true",children:"-"}),tp=e=>{const t=`api/admin/projects/${e}/flag-creators`,{data:n,refetch:i,loading:c,error:s}=Rr(N1(t),()=>Vr(N1(t),"Flag creators"));return{flagCreators:n||[],refetch:i,error:s}},np=({state:e,onChange:t,project:n})=>{const{tags:i}=nc(),{flagCreators:c}=tp(n),[s,o]=h.useState([]);return h.useEffect(()=>{const l=(i||[]).map(v=>{const g=cc(v);return{label:g,value:g}}),d=c.map(v=>({label:v.name,value:String(v.id)}));o([{label:"State",icon:"hexagon",options:[{label:"Active",value:"active"},{label:"Stale",value:"stale"},{label:"Potentially stale",value:"potentially-stale"}],filterKey:"state",singularOperators:["IS","IS_NOT"],pluralOperators:["IS_ANY_OF","IS_NONE_OF"]},{label:"Tags",icon:"label",options:l,filterKey:"tag",singularOperators:["INCLUDE","DO_NOT_INCLUDE"],pluralOperators:["INCLUDE_ALL_OF","INCLUDE_ANY_OF","EXCLUDE_IF_ANY_OF","EXCLUDE_ALL"]},{label:"Created date",icon:"today",options:[],filterKey:"createdAt",dateOperators:["IS_ON_OR_AFTER","IS_BEFORE"]},{label:"Last seen",icon:"monitor_heart",options:[],filterKey:"lastSeenAt",dateOperators:["IS_ON_OR_AFTER","IS_BEFORE"]},{label:"Flag type",icon:"flag",options:[{label:"Release",value:"release"},{label:"Experiment",value:"experiment"},{label:"Operational",value:"operational"},{label:"Kill switch",value:"kill-switch"},{label:"Permission",value:"permission"}],filterKey:"type",singularOperators:["IS","IS_NOT"],pluralOperators:["IS_ANY_OF","IS_NONE_OF"]},{label:"Created by",icon:"person",options:d,filterKey:"createdBy",singularOperators:["IS","IS_NOT"],pluralOperators:["IS_ANY_OF","IS_NONE_OF"]},{label:"Show only archived",icon:"inventory",options:[{label:"True",value:"true"}],filterKey:"archived",singularOperators:["IS"],pluralOperators:["IS_ANY_OF"]},{label:"Lifecycle stage",icon:"model_training",options:[{label:"Define",value:"initial"},{label:"Develop",value:"pre-live"},{label:"Rollout production",value:"live"},{label:"Cleanup",value:"completed"}],filterKey:"lifecycle",singularOperators:["IS","IS_NOT"],pluralOperators:["IS_ANY_OF","IS_NONE_OF"]}])},[JSON.stringify(i),JSON.stringify(c)]),a.jsx($d,{availableFilters:s,state:e,onChange:t})},J0=["select","actions","name","favorite"],X0=(e,t)=>e.reduce((n,i)=>({...n,[i]:t.includes(i)}),{}),ap=e=>{const t=O1(),n=K1(t.breakpoints.down("sm")),i=K1(t.breakpoints.down("md")),c=K1(t.breakpoints.down("lg")),s=h.useCallback((o=0)=>e.filter(l=>l.startsWith("environment:")),[e]);return n?X0(e,[...J0,"createdAt"]):i?X0(e,[...J0,"createdAt",...s(1)]):c?X0(e,[...J0,"createdAt","type",...s(1)]):X0(e,[...J0,"lastSeenAt","lifecycle","createdAt","createdBy","type","tags",...s(3)])},rp=({query:e})=>{var t;return((t=e||"")==null?void 0:t.length)>0?a.jsx(D,{sx:n=>({padding:n.spacing(3)}),children:a.jsxs(ee,{children:["No feature flags found matching “",e,"”"]})}):a.jsx(D,{sx:n=>({padding:n.spacing(3)}),children:a.jsx(ee,{children:"No feature flags available."})})},ip=(e,t,n)=>{const[i,c]=h.useState(),[s,o]=h.useState({}),[l,d]=h.useState({featureId:"default",open:!1}),[m,f]=h.useState({featureId:"default",open:!1}),[v,g]=h.useState({featureId:"default",open:!1});return{rowActionsDialogs:a.jsxs(a.Fragment,{children:[a.jsx(dm,{isStale:!!s.stale,isOpen:!!s.featureId,onClose:()=>{o({}),e()},featureId:s.featureId||"",projectId:t}),a.jsx(Uc,{isOpen:!!i,onConfirm:()=>{e(),n==null||n()},onClose:()=>{c(void 0)},featureIds:[i||""],projectId:t}),a.jsx(im,{isOpen:l.open,setIsOpen:x=>{d({...l,open:x})},projectId:t,featureId:l.featureId,onComplete:e}),a.jsx(dc,{deletedFeatures:[v.featureId],projectId:t,open:v.open,setOpen:x=>{g(j=>({...j,open:x}))},refetch:e}),a.jsx(uc,{revivedFeatures:[m.featureId],projectId:t,open:m.open,setOpen:x=>{f(j=>({...j,open:x}))},refetch:()=>{f(x=>({...x,open:!1})),e()}})]}),setFeatureArchiveState:c,setFeatureStaleDialogState:o,setShowMarkCompletedDialogue:d,setShowFeatureReviveDialogue:f,setShowFeatureDeleteDialogue:g}},cp=(e,t)=>{const[n,i]=h.useState([]);return h.useEffect(()=>{i(c=>{const s=[...e];return c.forEach(o=>{s.find(l=>l.name===o.name)||s.push(o)}),s.filter(o=>t[o.name])})},[e,t]),n},ts=(e,t="project-overview-v2",n=15*1e3)=>{const i={offset:Ce(v2,0),limit:Ce(v2,Td),query:Z3,favoritesFirst:Ce(Pd,!0),sortBy:Ce(Z3,"createdAt"),sortOrder:Ce(Z3,"desc"),columns:Ed,tag:Ne,state:Ne,createdAt:Ne,lastSeenAt:Ne,type:Ne,createdBy:Ne,archived:Ne,lifecycle:Ne},[c,s]=hc(`${t}-${e}`,i),{columns:o,...l}=c,{features:d,total:m,refetch:f,loading:v,initialLoad:g}=mc(fc({...pc(i,l),project:`IS:${e}`},p=>p?`${p}`:void 0),{refreshInterval:n});return{features:d,total:m,refetch:f,loading:v,initialLoad:g,tableState:c,setTableState:s}},sp=(e,t)=>{const n=(o,l)=>{const d=e[o.key];d&&d.values.length>0&&!d.values.includes(l)?t({[o.key]:{operator:d.operator,values:[...d.values,l]}}):d||t({[o.key]:{operator:o.operator,values:[l]}})};return{onFlagTypeClick:o=>n({key:"type",operator:"IS"},o),onTagClick:o=>n({key:"tag",operator:"INCLUDE"},o),onAvatarClick:o=>n({key:"createdBy",operator:"IS"},o.toString())}},s5=(e,t={})=>{const n=N1(`api/admin/projects/${e}/api-tokens`),{data:i,error:c,mutate:s}=g3(n,op,t),o=h.useMemo(()=>i??[],[i]),l=h.useCallback(()=>{s().catch(console.warn)},[s]);return{tokens:o,error:c,loading:!c&&!i,refetch:l}},op=async e=>(await(await fetch(e).then(ne("Project Api tokens"))).json()).tokens,o5=()=>{const{makeRequest:e,createRequest:t,errors:n,loading:i}=L2({propagateErrors:!0});return{deleteToken:async(o,l)=>{const d=`api/admin/projects/${l}/api-tokens/${o}`,m=t(d,{method:"DELETE"});return e(m.caller,m.id)},createToken:async(o,l)=>{const d=`api/admin/projects/${l}/api-tokens`,m=t(d,{method:"POST",body:JSON.stringify(o)});return e(m.caller,m.id)},errors:n,loading:i}},lp=e=>{if(!e)return null;const[t,n]=e.split(":",2);if(!n)return null;const[i,c,...s]=n.split(".");return t&&i&&c&&s.length===0?{project:t,environment:i,secret:c}:null},A3=u("div")(({theme:e})=>({fontWeight:e.typography.fontWeightBold,marginBottom:e.spacing(1),fontSize:e.typography.body1.fontSize})),Q2=u("div")(({theme:e})=>({display:"flex",alignItems:"center",justifyContent:"space-between",marginTop:e.spacing(2)})),dp=u("div")(({theme:e})=>({display:"flex",gap:e.spacing(1)})),up=u("div")(({theme:e})=>({background:e.palette.background.application,borderRadius:e.shape.borderRadius,width:e.spacing(7),height:e.spacing(1)})),hp=u("div")(({theme:e})=>({background:e.palette.background.sidebar,borderRadius:e.shape.borderRadius,width:e.spacing(7),height:e.spacing(1)})),J2=({active:e,steps:t})=>a.jsx(dp,{children:Array.from({length:t},(n,i)=>i===e?a.jsx(hp,{},i):a.jsx(up,{},i))}),mp=({environments:e,onSelect:t,currentEnvironment:n})=>{const i=Math.max(...e.map(c=>c.length));return a.jsx(jr,{tooltip:{header:""},description:"Select the environment where the API key will be created",options:e.map(c=>({label:c,value:c})),onChange:c=>{t(c)},button:{label:n,icon:a.jsx(vc,{}),labelWidth:`${i+5}ch`},search:{label:"Filter project mode options",placeholder:"Select project mode"}})},fp=u("div")(({theme:e})=>({backgroundColor:e.palette.background.elevation1,borderRadius:e.shape.borderRadius,padding:e.spacing(3),display:"flex",flexDirection:"column",alignItems:"center"})),F4=u("div")(({theme:e})=>({backgroundColor:e.palette.background.paper,borderRadius:e.shape.borderRadius,padding:e.spacing(2),flex:1,color:e.palette.text.secondary,fontSize:e.typography.body2.fontSize})),pp=u(D)(({theme:e})=>({display:"flex",gap:e.spacing(2),alignItems:"flex-start",marginTop:e.spacing(8),flexWrap:"wrap"})),R4=u("p")(({theme:e})=>({color:e.palette.text.secondary,fontSize:e.typography.body2.fontSize,marginBottom:e.spacing(2)})),vp=u("div")(({theme:e})=>({padding:e.spacing(5,8,3,8),display:"flex",flexDirection:"column",gap:e.spacing(3)})),gp=({project:e,environment:t,secret:n})=>{const i=O1(),c=K1(i.breakpoints.up("lg"));return a.jsx(o3.ArcherContainer,{strokeColor:i.palette.secondary.border,endMarker:!1,lineStyle:"curve",children:a.jsxs(fp,{children:[a.jsxs(D,{sx:{wordBreak:"break-all"},children:[a.jsx(o3.ArcherElement,{id:"project",children:a.jsx("span",{children:e})}),":",a.jsx(o3.ArcherElement,{id:"environment",children:a.jsx("span",{children:t})}),".",a.jsx(o3.ArcherElement,{id:"secret",children:a.jsx("span",{children:n})})]}),c?a.jsxs(pp,{children:[a.jsx(o3.ArcherElement,{id:"project-description",relations:[{targetId:"project",targetAnchor:"bottom",sourceAnchor:"top"}],children:a.jsx(F4,{children:"The project this API key can retrieve feature flags from"})}),a.jsx(o3.ArcherElement,{id:"environment-description",relations:[{targetId:"environment",targetAnchor:"bottom",sourceAnchor:"top"}],children:a.jsx(F4,{children:"The environment this API key can retrieve feature flag configuration from"})}),a.jsx(o3.ArcherElement,{id:"secret-description",relations:[{targetId:"secret",targetAnchor:"right",sourceAnchor:"top"}],children:a.jsx(F4,{children:"The API key secret"})})]}):null]})})},xp=({environments:e,environment:t,project:n,sdkType:i,onEnvSelect:c,onApiKey:s})=>{const{trackEvent:o}=T1(),{tokens:l,refetch:d}=s5(n),{createToken:m,loading:f}=o5(),v=l.find(y=>y.environment===t&&y.type===i);h.useEffect(()=>{s((v==null?void 0:v.secret)||null)},[v]);const g=lp(v==null?void 0:v.secret),{setToastApiError:p}=$1(),x=async()=>{try{await m({environment:t,type:i,projects:[n],tokenName:`api-key-${n}-${t}`},n),d(),j()}catch(y){p(_1(y))}},j=()=>{o("onboarding",{props:{eventType:"api-key-generated"}})};return a.jsxs(vp,{children:[a.jsx(I,{variant:"h2",children:"Connect an SDK to Unleash"}),a.jsxs(Q2,{children:[a.jsx(J2,{active:1,steps:3}),a.jsx(z3,{color:"secondary",children:"2/3 - Generate API Key"})]}),a.jsxs(D,{sx:{mt:2},children:[a.jsx(A3,{children:"Environment"}),a.jsx(R4,{children:"The environment the SDK connects to to retrieve configuration."}),e.length>0?a.jsx(mp,{environments:e,currentEnvironment:t,onSelect:c}):null]}),a.jsxs(D,{sx:{mt:3},children:[a.jsx(A3,{children:"API Key"}),g?a.jsxs(R4,{children:["Here is your generated API key. We will use it to connect to the ",a.jsx("b",{children:g.project})," project in the ",a.jsx("b",{children:g.environment})," environment."]}):a.jsx(R4,{children:"You currently have no active API keys for this project/environment combination. Generate an API key to proceed with connecting your SDK."}),g?a.jsx(gp,{project:g.project,environment:g.environment,secret:g.secret}):a.jsx(a1,{variant:"contained",disabled:f,onClick:x,children:"Generate API Key"})]})]})},ns=[{name:"Node.js",icon:Zd},{name:"Go",icon:Id},{name:"Ruby",icon:Md},{name:"PHP",icon:Ad},{name:"Rust",icon:Fd},{name:".NET",icon:Rd},{name:"Java",icon:Vd},{name:"Python",icon:Ld}],as=[{name:"JavaScript",icon:Nd},{name:"React",icon:Wd},{name:"Vue",icon:zd},{name:"Svelte",icon:Bd},{name:"Swift",icon:Yd},{name:"Android",icon:Hd},{name:"Flutter",icon:Ud}],rs=[...ns,...as],bp=u("div")(({theme:e})=>({padding:e.spacing(5,8,8,8),display:"flex",flexDirection:"column",gap:e.spacing(3)})),E8=u("div")(({theme:e})=>({marginTop:e.spacing(4),marginBottom:e.spacing(2),fontSize:e.typography.body1.fontSize})),Z8=u("div")(({theme:e})=>({backgroundColor:e.palette.background.elevation1,borderRadius:e.shape.borderRadius,padding:e.spacing(6),display:"flex",columnGap:e.spacing(2),rowGap:e.spacing(5),alignItems:"center",justifyContent:"flex-start",flexWrap:"wrap"})),I8=u("div")(({theme:e})=>({fontSize:e.typography.body2.fontSize,backgroundColor:e.palette.background.default,borderRadius:e.shape.borderRadius,padding:e.spacing(2,3),width:"170px",position:"relative"})),M8=u("div")(()=>({display:"flex",justifyContent:"space-between"})),A8=u(x3)(({theme:e})=>({position:"absolute",width:e.spacing(4),height:e.spacing(4),top:e.spacing(-2.75),left:e.spacing(2),boxShadow:e.shadows[2]})),jp=({onSelect:e})=>a.jsxs(bp,{children:[a.jsx(I,{variant:"h2",children:"Connect an SDK to Unleash"}),a.jsxs(Q2,{children:[a.jsx(J2,{active:0,steps:3}),a.jsx(z3,{color:"secondary",children:"1/3 - Choose SDK"})]}),a.jsxs(D,{sx:{mt:2},children:[a.jsx(A3,{children:"Select SDK"}),a.jsx(E8,{children:"Server side SDKs"}),a.jsx(Z8,{children:ns.map(t=>a.jsxs(I8,{children:[a.jsx(A8,{src:S0(t.icon)}),a.jsxs(M8,{children:[a.jsx("b",{children:t.name})," ",a.jsx(ce,{onClick:()=>e({name:t.name,type:"client"}),component:"button",children:"Select"})]})]},t.name))}),a.jsx(E8,{children:"Client side SDKs"}),a.jsx(Z8,{children:as.map(t=>a.jsxs(I8,{children:[a.jsx(A8,{src:S0(t.icon)}),a.jsxs(M8,{children:[a.jsx("b",{children:t.name})," ",a.jsx(ce,{onClick:()=>e({name:t.name,type:"frontend"}),component:"button",children:"Select"})]})]},t.name))})]})]}),is=u("div")(({theme:e})=>({backgroundColor:e.palette.background.sidebar,padding:e.spacing(12,6,6,6),flex:0,minWidth:"400px"})),u2=u("p")(({theme:e})=>({color:e.palette.primary.contrastText,fontSize:e.typography.caption.fontSize,marginBottom:e.spacing(2)})),l5=({theme:e})=>({color:e.palette.primary.contrastText,fontSize:e.typography.body2.fontSize,marginTop:e.spacing(.5)}),yp=u(oc)(l5),_p=u(vc)(l5),cs=u(kd)(l5),h2=u("div")(({theme:e})=>({display:"flex",gap:e.spacing(1.5),alignItems:"flex-start",marginTop:e.spacing(3)})),m2=u("div")(({theme:e})=>({color:e.palette.primary.contrastText,fontSize:e.typography.body2.fontSize,fontWeight:e.typography.fontWeightBold,marginBottom:e.spacing(2)})),wp=()=>a.jsxs(is,{children:[a.jsxs(h2,{children:[a.jsx(yp,{}),a.jsxs(D,{children:[a.jsx(m2,{children:"Flags live in projects"}),a.jsx(u2,{children:"Projects are containers for feature flags. Each flag belongs to the project where you create it."})]})]}),a.jsxs(h2,{children:[a.jsx(_p,{}),a.jsxs(D,{children:[a.jsx(m2,{children:"Flags have configuration in environments"}),a.jsx(u2,{children:"You can have multiple environments, and each feature flag has a different configuration per environment."})]})]}),a.jsxs(h2,{children:[a.jsx(cs,{}),a.jsxs(D,{children:[a.jsx(m2,{children:"SDKs connect to Unleash to retrieve configuration"}),a.jsx(u2,{children:"When you connect an SDK to Unleash, it uses the API key to identify which feature flags and configuration to retrieve from each environment."})]})]})]}),Sp=()=>a.jsx(is,{children:a.jsxs(h2,{children:[a.jsx(cs,{}),a.jsxs(D,{children:[a.jsx(m2,{children:"SDKs and Unleash"}),a.jsx(u2,{children:"SDKs serve to bind your application to Unleash. The SDK can connect to Unleash via HTTP and retrieve feature flag configuration that is then cached in your application. Making sure none of your application data ever leaves your servers."})]})]})}),ss=u(x3,{shouldForwardProp:e=>e!=="active"})(({theme:e,active:t})=>({transition:"background-color 0.5s ease",color:e.palette.common.white,backgroundColor:t?e.palette.primary.main:e.palette.divider,"@keyframes pulse":{"0%":{boxShadow:`0 0 0 0px ${Ke(e.palette.primary.main,.7)}`},"100%":{boxShadow:`0 0 0 20px ${Ke(e.palette.primary.main,0)}`}},animation:t?"pulse 2s infinite":""})),Op=u(x3,{shouldForwardProp:e=>e!=="active"})(({theme:e,active:t})=>({transition:"background-color 0.5s ease",color:e.palette.primary.main,backgroundColor:t?e.palette.background.default:e.palette.divider,"@keyframes pulse":{"0%":{boxShadow:`0 0 0 0px ${Ke(e.palette.background.default,.7)}`},"100%":{boxShadow:`0 0 0 20px ${Ke(e.palette.background.default,0)}`}},animation:t?"pulse 2s infinite":""}));var d5={},Cp=J1;Object.defineProperty(d5,"__esModule",{value:!0});var X2=d5.default=void 0,Dp=Cp(Q1()),$p=a,Tp=(0,Dp.default)((0,$p.jsx)("path",{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zM7 13.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm5 0c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm5 0c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5z"}),"Pending");X2=d5.default=Tp;const Pp=u("div")(({theme:e})=>({backgroundColor:e.palette.background.sidebar,padding:e.spacing(6,9,6,9),minWidth:"400px",display:"flex",flexDirection:"column",color:e.palette.primary.contrastText})),Ep=u(I)(({theme:e})=>({display:"flex",alignItems:"center",justifyContent:"center",fontWeight:e.typography.fontWeightBold})),Zp=u("div")(({theme:e})=>({display:"flex",flexDirection:"row",padding:e.spacing(4,0,12,0),justifyContent:"space-between",fontSize:e.spacing(1)})),F8=u("div")(({theme:e})=>({display:"flex",gap:e.spacing(1),flexDirection:"column"})),R8=u("div")(({theme:e})=>({alignItems:"center",justifyContent:"center",display:"flex",gap:e.spacing(2),flexDirection:"column",fontSize:e.fontSizes.smallBody})),Ip=u(R3)(({theme:e})=>({color:e.palette.primary.main,backgroundColor:e.palette.background.paper,borderRadius:"50%",padding:e.spacing(1),width:"80px",height:"80px"})),Mp=({projectId:e,sdk:t,environment:n})=>{const i=O1(),{project:c}=X1(e,{refreshInterval:1e3}),s=c.onboardingStatus.status==="onboarded";return a.jsxs(Pp,{children:[a.jsx(Ep,{children:"Connection information"}),a.jsxs(Zp,{children:[a.jsxs(F8,{children:[a.jsx(I,{fontWeight:"bold",variant:"body2",children:"Environment"}),a.jsx(I,{variant:"body2",children:n})]}),a.jsxs(F8,{children:[a.jsx(I,{fontWeight:"bold",variant:"body2",children:"SDK"}),a.jsx(I,{variant:"body2",children:t})]})]}),s?a.jsxs(R8,{children:[a.jsx(I,{fontWeight:"bold",variant:"body2",children:"Connection status"}),a.jsx(I,{sx:{mb:i.spacing(4)},variant:"body2",children:"Connected"}),a.jsx(Ip,{}),a.jsx(I,{sx:{mb:i.spacing(4)},variant:"body2",children:"We received metrics from your application!"})]}):a.jsxs(R8,{children:[a.jsx(I,{fontWeight:"bold",variant:"body2",children:"Connection status"}),a.jsx(I,{sx:{mb:i.spacing(4)},variant:"body2",children:"Waiting for SDK data..."}),a.jsx(Op,{sx:{width:80,height:80},active:!0,children:a.jsx(X2,{fontSize:"large"})})]})]})},Ap=`1\\. Install the SDK
5
-
6
- \`\`\`gradle
7
- implementation("io.getunleash:unleash-android:1")
8
- \`\`\`
9
-
10
- 2\\. Enable required [permissions](https://developer.android.com/guide/topics/manifest/uses-permission-element)
11
-
12
- \`\`\`xml
13
- <uses-permission android:name="android.permission.INTERNET" />
14
- <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
15
- \`\`\`
16
-
17
- 2\\. Initialize Unleash in your application
18
-
19
- \`\`\`kotlin
20
- class MyApplication: Application() {
21
- val unleash: Unleash by lazy {
22
- val instance = DefaultUnleash(
23
- androidContext = this,
24
- unleashConfig = UnleashConfig.newBuilder(appName = "unleash-onboarding-android")
25
- .proxyUrl("<YOUR_API_URL>")
26
- .clientKey("<YOUR_API_TOKEN>")
27
- .build()
28
- )
29
- instance.start()
30
- instance
31
- }
32
-
33
- override fun onTerminate() {
34
- super.onTerminate()
35
- unleash.close()
36
- }
37
- }
38
- \`\`\`
39
-
40
- 3\\. Check flag status
41
-
42
- \`\`\`kotlin
43
- class MainActivity : ComponentActivity() {
44
- override fun onCreate(savedInstanceState: Bundle?) {
45
- super.onCreate(savedInstanceState)
46
- val unleashInstance = (application as MyApplication).unleash
47
-
48
- setContent {
49
- var flagStatus by remember { mutableStateOf("loading") }
50
- LaunchedEffect(Unit) {
51
- while (isActive) {
52
- val isFlagEnabled = unleashInstance.isEnabled("<YOUR_FLAG>")
53
- flagStatus = if (isFlagEnabled) "enabled" else "disabled"
54
- delay(3000L)
55
- }
56
- }
57
-
58
- Text(text = "Flag is $flagStatus!")
59
- }
60
-
61
- }
62
- }
63
- \`\`\`
64
- ℹ️ **Info:** The Android SDK takes at least 60 seconds to post metrics to Unleash.
65
-
66
- ---
67
- ---
68
- - [SDK repository with documentation and example](https://github.com/Unleash/unleash-android)
69
- - [Android SDK basic example](hhttps://github.com/Unleash/unleash-sdk-examples/tree/main/Android)
70
- `,Fp=`1\\. Install the SDK
71
- \`\`\`sh
72
- go get github.com/Unleash/unleash-client-go/v4
73
- \`\`\`
74
-
75
- 2\\. Run Unleash
76
- \`\`\`go
77
- package main
78
-
79
- import (
80
- "github.com/Unleash/unleash-client-go/v4"
81
- "net/http"
82
- "time"
83
- )
84
-
85
- func init() {
86
- unleash.Initialize(
87
- unleash.WithListener(&unleash.DebugListener{}),
88
- unleash.WithAppName("unleash-onboarding-golang"),
89
- unleash.WithUrl("<YOUR_API_URL>"),
90
- unleash.WithCustomHeaders(http.Header{"Authorization": {"<YOUR_API_TOKEN>"}}), // in production use environment variable
91
- )
92
- }
93
-
94
- func main() {
95
- for {
96
- unleash.IsEnabled("<YOUR_FLAG>")
97
- time.Sleep(time.Second)
98
- }
99
- }
100
- \`\`\`
101
-
102
- ---
103
- \`\`\`go
104
- func init() {
105
- unleash.Initialize(
106
- unleash.WithListener(&unleash.DebugListener{}),
107
- unleash.WithAppName("unleash-onboarding-golang"),
108
- unleash.WithUrl("<YOUR_API_URL>"),
109
- unleash.WithCustomHeaders(http.Header{
110
- "Authorization": {os.Getenv("UNLEASH_API_KEY")},
111
- })
112
- )
113
- }
114
- \`\`\`
115
-
116
- ---
117
- - [SDK repository with documentation](https://github.com/Unleash/unleash-client-go)
118
- - [Go SDK example with CodeSandbox](https://github.com/Unleash/unleash-sdk-examples/tree/main/Go)
119
- `,Rp=`1\\. Install the SDK
120
- \`\`\`sh
121
- npm install unleash-proxy-client
122
- \`\`\`
123
-
124
- 2\\. Run Unleash
125
- \`\`\`js
126
- const { UnleashClient } = require('unleash-proxy-client');
127
-
128
- const unleash = new UnleashClient({
129
- url: '<YOUR_API_URL>',
130
- clientKey: '<YOUR_API_TOKEN>', // in production use environment variable
131
- appName: 'unleash-onboarding-javascript',
132
- });
133
-
134
- unleash.start();
135
-
136
- setInterval(() => {
137
- console.log('Is enabled', unleash.isEnabled('<YOUR_FLAG>'));
138
- }, 1000);
139
- \`\`\`
140
- ---
141
- \`\`\`js
142
- const unleash = new UnleashClient({
143
- url: '<YOUR_API_URL>',
144
- clientKey: process.env.UNLEASH_API_TOKEN,
145
- appName: 'unleash-onboarding-javascript',
146
- });
147
- unleash.start();
148
- \`\`\`
149
-
150
- ---
151
- - [SDK repository with documentation](https://github.com/Unleash/unleash-proxy-client-js)
152
- - [JavaScript SDK example with CodeSandbox](https://github.com/Unleash/unleash-sdk-examples/tree/main/JavaScript)
153
- `,Vp=`1\\. Install the SDK
154
- \`\`\`sh
155
- npm install unleash-client
156
- \`\`\`
157
-
158
- 2\\. Run Unleash
159
- \`\`\`js
160
- const { initialize } = require('unleash-client');
161
-
162
- const unleash = initialize({
163
- url: '<YOUR_API_URL>',
164
- appName: 'unleash-onboarding-node',
165
- customHeaders: {
166
- Authorization: '<YOUR_API_TOKEN>' // in production use environment variable
167
- },
168
- });
169
-
170
- setInterval(() => {
171
- console.log('Is enabled', unleash.isEnabled('<YOUR_FLAG>'));
172
- }, 1000);
173
- \`\`\`
174
-
175
- ---
176
- \`\`\`js
177
- const { initialize } = require('unleash-client');
178
-
179
- const unleash = initialize({
180
- url: '<YOUR_API_URL>',
181
- appName: 'unleash-onboarding-node',
182
- customHeaders: { Authorization: process.env.UNLEASH_API_KEY },
183
- });
184
- \`\`\`
185
-
186
- ---
187
- - [SDK repository with documentation](https://github.com/Unleash/unleash-client-node)
188
- - [Node.js SDK example with CodeSandbox](https://github.com/Unleash/unleash-sdk-examples/tree/main/Node.js)
189
- - [Node.js SDK tutorial](https://dev.to/reeshee/how-to-implement-feature-flags-in-nodejs-using-unleash-3907)
190
- `,Lp=`1\\. Install the SDK
191
- \`\`\`sh
192
- pip install UnleashClient
193
- \`\`\`
194
-
195
- 2\\. Run Unleash
196
- \`\`\`python
197
- from UnleashClient import UnleashClient
198
- import asyncio
199
-
200
- client = UnleashClient(
201
- url="<YOUR_API_URL>",
202
- app_name="unleash-onboarding-python",
203
- custom_headers={'Authorization': '<YOUR_API_TOKEN>'}) # in production use environment variable
204
-
205
- client.initialize_client()
206
-
207
- while True:
208
- print(client.is_enabled("<YOUR_FLAG>"))
209
- asyncio.run(asyncio.sleep(1))
210
- \`\`\`
211
- ---
212
- \`\`\`python
213
- from UnleashClient import UnleashClient
214
- import asyncio
215
- import os
216
-
217
- client = UnleashClient(
218
- url="<YOUR_API_URL>",
219
- app_name="unleash-onboarding-python",
220
- custom_headers={'Authorization': os.getenv('UNLEASH_API_TOKEN')}
221
- \`\`\`
222
-
223
- ---
224
- - [SDK repository with documentation](https://github.com/Unleash/unleash-client-python)
225
- - [Python SDK example with CodeSandbox](https://github.com/Unleash/unleash-sdk-examples/tree/main/Python)
226
- - [How to Implement Feature Flags in Python](https://docs.getunleash.io/feature-flag-tutorials/python)
227
- `,Np=`1\\. Install the SDK
228
- \`\`\`sh
229
- gem install unleash
230
- \`\`\`
231
-
232
- 2\\. Run Unleash
233
- \`\`\`rb
234
- require 'unleash'
235
-
236
- @unleash = Unleash::Client.new(
237
- url: "<YOUR_API_URL>",
238
- custom_http_headers: { 'Authorization': "<YOUR_API_TOKEN>" }, # in production use environment variable
239
- app_name: 'unleash-onboarding-ruby',
240
- instance_id: 'unleash-onboarding-ruby',
241
- )
242
-
243
- while true
244
- if @unleash.is_enabled?("<YOUR_FLAG>")
245
- puts "Flag is enabled"
246
- else
247
- puts "Flag is not enabled"
248
- end
249
- sleep 3
250
- end
251
-
252
- \`\`\`
253
- ---
254
- \`\`\`rb
255
- @unleash = Unleash::Client.new(
256
- url: "<YOUR_API_URL>",
257
- custom_http_headers: { 'Authorization': ENV['UNLEASH_API_TOKEN'] },
258
- app_name: 'unleash-onboarding-ruby',
259
- instance_id: 'unleash-onboarding-ruby',
260
- )
261
- \`\`\`
262
-
263
- ---
264
- - [SDK repository with documentation](https://github.com/Unleash/unleash-client-ruby)
265
- - [Ruby example with CodeSandbox](https://github.com/Unleash/unleash-sdk-examples/tree/main/Ruby)
266
- - [How to Implement Feature Flags in Ruby](https://docs.getunleash.io/feature-flag-tutorials/ruby)
267
- `,Wp=`1\\. Install the SDK
268
- \`\`\`sh
269
- npm install @unleash/proxy-client-svelte
270
- \`\`\`
271
-
272
- 2\\. Initialize Unleash
273
- \`\`\`svelte
274
- <script>
275
- import { FlagProvider } from '@unleash/proxy-client-svelte';
276
-
277
- const config = {
278
- url: '<YOUR_API_URL>',
279
- clientKey: '<YOUR_API_TOKEN>', // in production use environment variable
280
- appName: 'unleash-onboarding-svelte',
281
- };
282
- <\/script>
283
-
284
- <div class="app">
285
- <FlagProvider {config}>
286
- <main>
287
- <slot />
288
- </main>
289
- </FlagProvider>
290
- </div>
291
- \`\`\`
292
-
293
- 3\\. Check feature flag status
294
- \`\`\`svelte
295
- <script lang="ts">
296
- import { useFlag } from '@unleash/proxy-client-svelte';
297
- const enabled = useFlag('<YOUR_FLAG>');
298
- <\/script>
299
-
300
- <section>
301
- <p>
302
- {$enabled ? 'Feature is enabled!' : 'Feature is disabled!'}
303
- </p>
304
- </section>
305
- \`\`\`
306
- ---
307
- \`\`\`svelte
308
- const config = {
309
- url: '<YOUR_API_URL>',
310
- clientKey: import.meta.env.VITE_UNLEASH_API_TOKEN,
311
- appName: 'unleash-onboarding-svelte',
312
- };
313
- \`\`\`
314
-
315
- ---
316
- - [SDK repository with documentation](https://github.com/Unleash/proxy-client-svelte)
317
- - [Svelte example with CodeSandbox](https://github.com/Unleash/unleash-sdk-examples/tree/main/Svelte)
318
- - [How to Implement Feature Flags in SvelteKit](https://docs.getunleash.io/feature-flag-tutorials/sveltekit)
319
- `,zp=`1\\. Install the SDK
320
- \`\`\`sh
321
- npm install @unleash/proxy-client-vue
322
- \`\`\`
323
-
324
- 2\\. Initialize Unleash
325
- \`\`\`vue
326
- <script setup lang="ts">
327
- import { FlagProvider } from '@unleash/proxy-client-vue'
328
-
329
- const config = {
330
- url: '<YOUR_API_URL>',
331
- clientKey: '<YOUR_API_TOKEN>', // in production use environment variable
332
- appName: 'unleash-onboarding-vue',
333
- }
334
- <\/script>
335
-
336
- <template>
337
- <FlagProvider :config="config">
338
- <!-- <YourComponent /> -->
339
- </FlagProvider>
340
- </template>
341
- \`\`\`
342
-
343
- 3\\. Check feature flag status
344
- \`\`\`vue
345
- <script setup lang="ts">
346
- import { useFlag } from '@unleash/proxy-client-vue'
347
- const enabled = useFlag('<YOUR_FLAG>')
348
- <\/script>
349
-
350
- <template>
351
- <div>
352
- {{ enabled ? 'Feature is enabled!' : 'Feature is disabled!' }}
353
- </div>
354
- </template>
355
- \`\`\`
356
- ---
357
- \`\`\`svelte
358
- const config = {
359
- url: '<YOUR_API_URL>',
360
- clientKey: import.meta.env.VITE_UNLEASH_API_TOKEN,
361
- appName: 'unleash-onboarding-vue',
362
- }
363
- \`\`\`
364
-
365
- ---
366
- - [SDK repository with documentation](https://github.com/Unleash/proxy-client-vue)
367
- - [Vue example with CodeSandbox](https://github.com/Unleash/unleash-sdk-examples/tree/main/Vue)
368
- `,Bp=`1\\. Install the SDK
369
- \`\`\`sh
370
- flutter pub add unleash_proxy_client_flutter
371
- \`\`\`
372
-
373
- 2\\. Run Unleash
374
- \`\`\`dart
375
- import 'package:unleash_proxy_client_flutter/unleash_proxy_client_flutter.dart';
376
- import 'dart:async';
377
-
378
- final unleash = UnleashClient(
379
- url: Uri.parse('<YOUR_API_URL>'),
380
- clientKey: '<YOUR_API_TOKEN>', // in production use environment variable
381
- appName: 'unleash-onboarding-flutter');
382
-
383
- unleash.start();
384
-
385
- Timer.periodic(Duration(seconds: 1), (Timer timer) {
386
- final flagStatus = unleash.isEnabled('<YOUR_FLAG>');
387
- print('Flag is \${unleash.isEnabled("<YOUR_FLAG>") ? "enabled" : "disabled"}');
388
- });
389
- \`\`\`
390
- ---
391
- \`\`\`dart
392
- import 'package:unleash_proxy_client_flutter/unleash_proxy_client_flutter.dart';
393
- import 'dart:async';
394
- import 'dart:io';
395
-
396
- final unleash = UnleashClient(
397
- url: Uri.parse('<YOUR_API_URL>'),
398
- clientKey: Platform.environment['UNLEASH_CLIENT_KEY']!,
399
- appName: 'unleash-onboarding-flutter');
400
-
401
- unleash.start();
402
- \`\`\`
403
-
404
- ---
405
- - [SDK repository with documentation](https://github.com/Unleash/unleash_proxy_client_flutter)
406
- - [Flutter example with CodeSandbox](https://github.com/Unleash/unleash-sdk-examples/tree/main/Flutter)
407
- - [A/B Testing in Flutter using Unleash and Mixpanel](https://docs.getunleash.io/feature-flag-tutorials/flutter/a-b-testing)
408
- `,Yp=`1\\. Install the SDK
409
- \`\`\`xml
410
- <dependency>
411
- <groupId>io.getunleash</groupId>
412
- <artifactId>unleash-client-java</artifactId>
413
- <version>LATEST</version>
414
- </dependency>
415
- \`\`\`
416
-
417
- 2\\. Run Unleash
418
- \`\`\`java
419
- UnleashConfig config = UnleashConfig.builder()
420
- .appName("unleash-onboarding-java")
421
- .instanceId("unleash-onboarding-instance")
422
- .unleashAPI("<YOUR_API_URL>")
423
- .apiKey("<YOUR_API_TOKEN>") // in production use environment variable
424
- .build();
425
-
426
- Unleash unleash = new DefaultUnleash(config);
427
-
428
- while (true) {
429
- boolean featureEnabled = unleash.isEnabled("<YOUR_FLAG>");
430
- System.out.println("Feature enabled: " + featureEnabled);
431
- Thread.sleep(1000);
432
- }
433
- \`\`\`
434
-
435
- ---
436
- \`\`\`java
437
- UnleashConfig config = UnleashConfig.builder()
438
- .appName("unleash-onboarding-java")
439
- .instanceId("unleash-onboarding-instance")
440
- .unleashAPI("<YOUR_API_URL>")
441
- .apiKey(System.getenv("UNLEASH_API_KEY"))
442
- .build();
443
- \`\`\`
444
-
445
- ---
446
- - [SDK repository with documentation](https://github.com/Unleash/unleash-client-java)
447
- - [Java SDK example with CodeSandbox](https://github.com/Unleash/unleash-sdk-examples/tree/main/Java)
448
- - [How to Implement Feature Flags in Java](https://docs.getunleash.io/feature-flag-tutorials/java)
449
- `,Hp=`1\\. Install the SDK
450
- \`\`\`sh
451
- dotnet add package unleash.client
452
- // If you do not have a json library in your project:
453
- dotnet add package Newtonsoft.Json
454
- \`\`\`
455
-
456
- 2\\. Initialize Unleash
457
- \`\`\`csharp
458
- using Unleash;
459
- using Unleash.ClientFactory;
460
-
461
- public class Program
462
- {
463
- public static async Task Main()
464
- {
465
- var settings = new UnleashSettings()
466
- {
467
- AppName = "unleash-onboarding-dotnet",
468
- UnleashApi = new Uri("<YOUR_API_URL>"),
469
- CustomHttpHeaders = new Dictionary<string, string>()
470
- {
471
- {"Authorization","<YOUR_API_TOKEN>"} // in production use environment variable
472
- }
473
- };
474
-
475
- var unleash = new DefaultUnleash(settings);
476
-
477
- while (true) {
478
- Console.WriteLine($"Flag is enabled: {unleash.IsEnabled("<YOUR_FLAG>")}");
479
- await Task.Delay(1000);
480
- }
481
- }
482
- }
483
-
484
- \`\`\`
485
-
486
- ---
487
- \`\`\`csharp
488
- var settings = new UnleashSettings()
489
- {
490
- AppName = "unleash-onboarding-dotnet",
491
- UnleashApi = new Uri("<YOUR_API_URL>"),
492
- CustomHttpHeaders = new Dictionary<string, string>()
493
- {
494
- {"Authorization",Environment.GetEnvironmentVariable("UNLEASH_API_KEY")}
495
- }
496
- };
497
- \`\`\`
498
-
499
- ---
500
- - [SDK repository with documentation](https://github.com/Unleash/unleash-client-dotnet)
501
- - [.NET/C# SDK example with CodeSandbox](https://github.com/Unleash/unleash-sdk-examples/tree/main/Csharp)
502
- `,Up=`1\\. Install the SDK
503
- \`\`\`sh
504
- composer require unleash/client
505
- \`\`\`
506
-
507
- 2\\. Initialize Unleash
508
- \`\`\`php
509
- <?php
510
-
511
- use Unleash\\\\Client\\\\UnleashBuilder;
512
-
513
- require 'vendor/autoload.php';
514
-
515
- $unleash = UnleashBuilder::create()
516
- ->withAppName('unleash-onboarding-php')
517
- ->withAppUrl('<YOUR_API_URL>')
518
- ->withHeader('Authorization', '<YOUR_API_TOKEN>') // in production use environment variable
519
- ->withInstanceId('unleash-onboarding-instance')
520
- ->build();
521
-
522
- while (true) {
523
- echo 'Feature flag is: ' . $unleash->isEnabled('<YOUR_FLAG>') . PHP_EOL;
524
- sleep(1);
525
- }
526
- \`\`\`
527
- ---
528
- \`\`\`php
529
- $unleash = UnleashBuilder::create()
530
- ->withAppName('unleash-onboarding-php')
531
- ->withAppUrl('<YOUR_API_URL>')
532
- ->withHeader('Authorization', getenv('UNLEASH_API_TOKEN'))
533
- ->withInstanceId('unleash-onboarding-instance')
534
- ->build();
535
- \`\`\`
536
-
537
- ---
538
- - [SDK repository with documentation](https://github.com/Unleash/unleash-client-php)
539
- - [PHP SDK example with CodeSandbox](https://github.com/Unleash/unleash-sdk-examples/tree/main/PHP)
540
- `,kp=`1\\. Install the SDK
541
- \`\`\`sh
542
- npm install @unleash/proxy-client-react unleash-proxy-client
543
- \`\`\`
544
-
545
- 2\\. Initialize Unleash
546
- \`\`\`jsx
547
- import { createRoot } from 'react-dom/client';
548
- import { FlagProvider } from '@unleash/proxy-client-react';
549
-
550
- const config = {
551
- url: '<YOUR_API_URL>',
552
- clientKey: '<YOUR_API_TOKEN>', // in production use environment variable
553
- appName: 'unleash-onboarding-react',
554
- };
555
-
556
- const root = createRoot(document.getElementById('root'));
557
-
558
- root.render(
559
- <React.StrictMode>
560
- <FlagProvider config={config}>
561
- <App />
562
- </FlagProvider>
563
- </React.StrictMode>
564
- );
565
- \`\`\`
566
-
567
- 3\\. Check feature flag status
568
- \`\`\`jsx
569
- import { useFlag } from '@unleash/proxy-client-react';
570
-
571
- const TestComponent = () => {
572
- const enabled = useFlag('<YOUR_FLAG>');
573
-
574
- return enabled ? 'Flag is enabled' : 'Flag is disabled'
575
- };
576
- \`\`\`
577
- ---
578
- \`\`\`jsx
579
- const config = {
580
- url: '<YOUR_API_URL>',
581
- clientKey: process.env.UNLEASH_API_TOKEN,
582
- appName: 'unleash-onboarding-react',
583
- };
584
- \`\`\`
585
-
586
- ---
587
- - [SDK repository with documentation](https://github.com/Unleash/proxy-client-react)
588
- - [React SDK example with CodeSandbox](https://github.com/Unleash/unleash-sdk-examples/tree/main/React)
589
- - [https://docs.getunleash.io/feature-flag-tutorials/react](https://docs.getunleash.io/feature-flag-tutorials/react)
590
-
591
- `,qp=`1\\. Install the SDK
592
- \`\`\`sh
593
- cargo add unleash-api-client --features async-std,reqwest,surf
594
- cargo add serde --features derive
595
- cargo add serde reqwest --features json
596
- cargo add serde tokio --features full
597
- cargo add serde anyhow cfg cfg-if enum-map@~2.0.0 surf
598
- \`\`\`
599
-
600
- 2\\. Run Unleash
601
- \`\`\`rust
602
- use enum_map::Enum;
603
- use serde::{Deserialize, Serialize};
604
- use std::error::Error;
605
- use std::time::Duration;
606
- use tokio::time::sleep;
607
- use unleash_api_client::client::ClientBuilder;
608
- use unleash_api_client::Client;
609
-
610
- #[derive(Debug, Deserialize, Serialize, Enum, Clone)]
611
- enum Flags {
612
- #[serde(rename = "<YOUR_FLAG>")]
613
- TestFlag,
614
- }
615
-
616
- #[tokio::main]
617
- async fn main() -> Result<(), Box<dyn Error + Send + Sync>> {
618
- let client: Client<Flags, reqwest::Client> = ClientBuilder::default()
619
- .into_client(
620
- "<YOUR_API_URL>",
621
- "unleash-onboarding-rust",
622
- "unleash-onboarding-instance",
623
- Some("<YOUR_API_TOKEN>".to_owned()), // in production use environment variable
624
- )?;
625
- client.register().await?;
626
-
627
- let (_, _) = tokio::join!(client.poll_for_updates(), async {
628
- sleep(Duration::from_millis(1000)).await;
629
-
630
- let is_enabled = client.is_enabled(Flags::TestFlag, None, true);
631
- println!("\\nIs flag enabled: {}\\n", is_enabled);
632
-
633
- sleep(Duration::from_millis(5000)).await;
634
-
635
- client.stop_poll().await;
636
- Ok::<(), Box<dyn Error + Send + Sync>>(())
637
- });
638
-
639
- Ok(())
640
- }
641
- \`\`\`
642
- ---
643
- \`\`\`rust
644
- let api_token = env::var("UNLEASH_API_TOKEN").expect("UNLEASH_API_TOKEN environment variable not set");
645
-
646
- let client: Client<Flags, reqwest::Client> = ClientBuilder::default()
647
- .into_client(
648
- "<YOUR_API_URL>",
649
- "unleash-onboarding-rust",
650
- "unleash-onboarding-instance",
651
- Some(api_token.to_owned()),
652
- )?;
653
- client.register().await?;
654
- \`\`\`
655
-
656
- ---
657
- - [SDK repository with documentation](https://github.com/Unleash/unleash-client-rust)
658
- - [Rust example with CodeSandbox](https://github.com/Unleash/unleash-sdk-examples/tree/main/Rust)
659
- - [How to Implement Feature Flags in Rust](https://docs.getunleash.io/feature-flag-tutorials/rust)
660
- `,Kp=`1\\. Install the SDK
661
- \`\`\`sh
662
- // Instructions to add the Swift SDK can be found at the provided URL:
663
- https://github.com/Unleash/unleash-proxy-client-swift.git
664
- \`\`\`
665
-
666
- 2\\. Run Unleash
667
- \`\`\`swift
668
- import Foundation
669
- import UnleashProxyClientSwift
670
-
671
- var unleash = UnleashProxyClientSwift.UnleashClient(
672
- unleashUrl: "<YOUR_API_URL>",
673
- clientKey: "<YOUR_API_TOKEN>", // in production use environment variable
674
- appName: "unleash-onboarding-swift",
675
- context: [:])
676
-
677
- unleash.start()
678
-
679
- Timer.scheduledTimer(withTimeInterval: 1.0, repeats: true) { _ in
680
- print("Is enabled", unleash.isEnabled(name: "<YOUR_FLAG>"))
681
- }
682
- \`\`\`
683
- ℹ️ **Info:** The Swift SDK takes at least 60 seconds to post metrics to Unleash.
684
- `,os={Android:Ap,Go:Fp,JavaScript:Rp,"Node.js":Vp,Python:Lp,Ruby:Np,Svelte:Wp,Vue:zp,Flutter:Bp,Java:Yp,".NET":Hp,PHP:Up,React:kp,Rust:qp,Swift:Kp},Gp=u("pre")(({theme:e})=>({backgroundColor:e.palette.background.elevation1,padding:e.spacing(2),borderRadius:e.shape.borderRadius,overflow:"auto",fontSize:e.typography.body2.fontSize,wordBreak:"break-all",whiteSpace:"pre-wrap",position:"relative",maxHeight:e.spacing(34)})),Qp=u(Y1)(({theme:e})=>({position:"absolute",top:e.spacing(1),right:e.spacing(1)})),Jp=({title:e,code:t})=>{const n=c=>()=>{ec(c),i({type:"success",text:"Copied to clipboard"})},{setToastData:i}=$1();return a.jsxs(Gp,{children:[t,a.jsx(Qp,{title:e,arrow:!0,children:a.jsx(E1,{onClick:n(t),size:"small",children:a.jsx(Xi,{})})})]})},Or=({inline:e=!1,children:t})=>!e&&typeof(t==null?void 0:t[0])=="string"?a.jsx(Jp,{code:t[0],title:"Copy code"}):a.jsx("code",{children:t}),Xp=u("div")(({theme:e})=>({padding:e.spacing(5,8,2,8),display:"flex",flexDirection:"column",gap:e.spacing(3)})),ev=u("div")(({theme:e})=>({display:"inline-flex",gap:e.spacing(3),padding:e.spacing(1,2),border:`1px solid ${e.palette.divider}`,borderRadius:e.shape.borderRadius,marginBottom:e.spacing(3)})),tv=({sdk:e,apiKey:t,feature:n,onSdkChange:i})=>{var p;const{uiConfig:c}=p1(),s=(p=rs.find(x=>x.name===e.name))==null?void 0:p.icon,o=`${c.unleashUrl}/api/`,l=`${c.unleashUrl}/api/frontend/`,d=e.type==="client"?o:l,m=(os[e.name]||"").replace("<YOUR_API_TOKEN>",t).replace("<YOUR_API_URL>",d).replaceAll("<YOUR_FLAG>",n),[f,v,g]=m.split(`---
685
- `);return a.jsxs(Xp,{children:[a.jsx(I,{variant:"h2",children:"Connect an SDK to Unleash"}),a.jsxs(Q2,{children:[a.jsx(J2,{active:2,steps:3}),a.jsx(z3,{color:"secondary",children:"3/3 - Test connection"})]}),a.jsxs(D,{sx:{mt:2},children:[a.jsxs(ev,{children:[s?a.jsx(x3,{variant:"circular",src:S0(s),alt:e.name}):null,a.jsx(ce,{onClick:i,component:"button",children:"Change SDK"})]}),a.jsx(A3,{children:"Setup the SDK"}),a.jsx(g2,{components:{code:Or},children:f})]})]})},nv=u("div")(({theme:e})=>({padding:e.spacing(5,8,2,8),display:"flex",flexDirection:"column",gap:e.spacing(3),fontSize:e.typography.body2.fontSize})),av=({sdk:e})=>{const{uiConfig:t}=p1(),n=`${t.unleashUrl}/api/`,i=`${t.unleashUrl}/api/frontend/`,c=e.type==="client"?n:i,s=(os[e.name]||"").replaceAll("<YOUR_API_URL>",c),[o,l,d]=s.split(`---
686
- `);return a.jsxs(nv,{children:[a.jsx(I,{variant:"h2",children:"Connect an SDK to Unleash"}),a.jsxs(Q2,{children:[a.jsx(J2,{active:2,steps:3}),a.jsx(z3,{color:"secondary",children:"3/3 - Test connection"})]}),l!=null&&l.trim()?a.jsxs(D,{sx:{mt:2},children:[a.jsx(A3,{children:"Production settings"}),a.jsx(I,{variant:"body2",children:"You have successfully connected your SDK. In the previous code example, the settings were optimized for development. We recommend the following setup for production."}),a.jsx(g2,{components:{code:Or},children:l})]}):null,d!=null&&d.trim()?a.jsxs(D,{children:[a.jsx(A3,{children:"Additional resources"}),a.jsx(I,{variant:"body2",children:"Now that we’ve validated the connection, you might want to look into more advanced use cases and examples:"}),a.jsx(g2,{components:{code:Or},children:d})]}):null]})},rv=({sdk:e,apiKey:t,feature:n,onSdkChange:i})=>a.jsx(h.Suspense,{fallback:a.jsx(qd,{}),children:n?a.jsx(tv,{sdk:e,apiKey:t,feature:n,onSdkChange:i}):a.jsx(av,{sdk:e})}),iv=u("main")(({theme:e})=>({backgroundColor:e.palette.background.paper,display:"flex",flexDirection:"column",flex:1})),cv=u(Fr)(({theme:e})=>({"& .MuiDialog-paper":{borderRadius:e.shape.borderRadiusLarge,maxWidth:e.spacing(170),width:"100%",backgroundColor:"transparent"},padding:0,"& .MuiPaper-root > section":{overflowX:"hidden"}})),V8=u("div")(({theme:e})=>({borderTop:`1px solid ${e.palette.divider}}`,display:"flex",justifyContent:"flex-end",gap:e.spacing(4),alignItems:"center",padding:e.spacing(3,8,3,8)})),L8=u("div")(({theme:e})=>({display:"flex",justifyContent:"flex-end",gap:e.spacing(4),alignItems:"center",padding:e.spacing(3,8,3,8)})),sv=({onClose:e,onFinish:t,environments:n,project:i,feature:c})=>{const s=O1(),o=K1(s.breakpoints.up("lg")),[l,d]=h.useState(null),[m,f]=h.useState(null),[v,g]=h.useState(null),[p,x]=h.useState("select-sdk"),{project:j}=X1(i,{refreshInterval:1e3}),y=p==="select-sdk",b=p==="generate-api-key"&&l&&m,S=p==="test-connection"&&l&&m&&v,C=j.onboardingStatus.status==="onboarded";return h.useEffect(()=>{n.length>0&&f(n[0])},[JSON.stringify(n)]),a.jsx(cv,{open:!0,onClose:e,children:a.jsxs(D,{sx:{display:"flex"},children:[a.jsxs(iv,{children:[y?a.jsx(jp,{onSelect:T=>{d(T),x("generate-api-key")}}):null,b?a.jsx(xp,{environments:n,environment:m,project:i,sdkType:l.type,onEnvSelect:f,onApiKey:g}):null,S?a.jsx(rv,{apiKey:v,sdk:l,feature:c,onSdkChange:()=>{x("select-sdk")}}):null,p==="generate-api-key"?a.jsx(V8,{children:a.jsxs(L8,{children:[a.jsx(a1,{variant:"text",color:"inherit",onClick:()=>{x("select-sdk")},children:"Back"}),a.jsx(a1,{variant:"contained",disabled:!v,onClick:()=>{x("test-connection")},children:"Next"})]})}):null,S?a.jsx(V8,{children:a.jsxs(L8,{children:[C?null:a.jsx(a1,{variant:"text",color:"inherit",onClick:()=>{x("generate-api-key")},children:"Back"}),a.jsx(a1,{variant:"contained",onClick:()=>{t(l.name)},children:"Complete"})]})}):null]}),o&&y?a.jsx(Sp,{}):null,o&&b?a.jsx(wp,{}):null,o&&S?a.jsx(Mp,{projectId:i,sdk:l.name,environment:m}):null]})})},ov=({open:e,...t})=>e?a.jsx(sv,{...t}):null,lv=u("div")(({theme:e})=>({display:"flex",flexDirection:"row",gap:e.spacing(2),alignItems:"center",fontSize:e.spacing(1.75),fontWeight:"bold"})),dv=u(a1)({fontWeight:"bold",textDecoration:"none"}),uv=u(D)(({theme:e})=>({display:"flex",flexDirection:"column",gap:e.spacing(1)})),hv="https://github.com/Unleash/unleash-sdk-examples/tree/main",mv=()=>{const{trackEvent:e}=T1(),t=rs.map(o=>({key:o.name,label:o.name})),[n,i]=w0("onboarding-sdk-example",t[0].key),c=o=>{i(o.target.value)},s=()=>{e("onboarding",{props:{eventType:"sdk-example-opened",sdk:n}})};return a.jsxs(a.Fragment,{children:[a.jsx(lv,{children:"View SDK Example"}),a.jsx(I,{children:"Choose your preferred SDK to view an example."}),a.jsxs(uv,{children:[a.jsx(Lr,{id:"sdk-select",name:"sdk",options:t,value:n,onChange:c,style:{width:"60%"}}),a.jsx(D,{children:a.jsx(dv,{to:`${hv}/${n}`,target:"_blank",component:g1,variant:"text",color:"primary",onClick:s,children:"Go to example"})})]})]})},fv=u("div")(({theme:e})=>({display:"flex",flexDirection:"column",backgroundColor:e.palette.background.paper,flexBasis:"70%",borderRadius:e.shape.borderRadiusLarge})),pv=u("div")(({theme:e})=>({padding:e.spacing(2,2.5,2,5),borderBottom:"1px solid",borderColor:e.palette.divider,minHeight:"80px"})),vv=u("div")(({theme:e})=>({display:"flex",flexGrow:1,padding:e.spacing(0,1),[e.breakpoints.down("md")]:{flexDirection:"column",padding:e.spacing(0)}})),V4=u("div")(({theme:e})=>({flexBasis:"50%",display:"flex",gap:e.spacing(3),flexDirection:"column",borderRight:`1px solid ${e.palette.divider}`,padding:e.spacing(4),[e.breakpoints.down("md")]:{borderRight:0,borderBottom:`1px solid ${e.palette.divider}`},"&:last-child":{borderWidth:0}})),u5=u("div")(({theme:e})=>({display:"flex",flexDirection:"row",gap:e.spacing(2),alignItems:"center",fontSize:e.spacing(1.75),fontWeight:"bold"})),h5=u("span")(({theme:e})=>({width:"28px",height:"28px",display:"flex",alignItems:"center",justifyContent:"center",backgroundColor:e.palette.neutral.border,borderRadius:"50%"})),gv=u(h5)(({theme:e})=>({backgroundColor:e.palette.primary.main,color:e.palette.background.paper})),xv=u("div")(({theme:e})=>({display:"flex",flexDirection:"column",gap:e.spacing(3),height:"100%"})),bv=u("div")(({theme:e})=>({display:"flex",flexDirection:"column",fontSize:e.spacing(1.75),fontWeight:"bold",backgroundColor:e.palette.success.light,borderRadius:e.shape.borderRadiusLarge,padding:e.spacing(2,2,2,2)})),jv=u("div")(({theme:e})=>({display:"flex",flexDirection:"row",justifyContent:"space-between",alignItems:"center"})),yv=({projectId:e,setConnectSdkOpen:t,setOnboardingFlow:n,refetchFeatures:i})=>{var l,d;const{project:c}=X1(e),s=((l=c.onboardingStatus)==null?void 0:l.status)==="first-flag-created",o=()=>{n("closed")};return a.jsxs(fv,{children:[a.jsxs(pv,{children:[a.jsxs(jv,{children:[a.jsx(I,{fontWeight:"bold",children:"Welcome to your project"}),a.jsx(Y1,{title:"Close",arrow:!0,children:a.jsx(E1,{onClick:o,size:"small",children:a.jsx(A2,{})})})]}),a.jsx(I,{variant:"body2",children:"Complete the steps below to start working with this project"})]}),a.jsxs(vv,{children:[a.jsx(V4,{children:((d=c.onboardingStatus)==null?void 0:d.status)==="first-flag-created"?a.jsx(wv,{}):a.jsx(_v,{projectId:e,refetchFeatures:i})}),a.jsxs(V4,{children:[a.jsxs(u5,{children:[a.jsx(h5,{children:"2"}),"Connect an SDK"]}),a.jsx(I,{children:"Your project is not yet connected to any SDK. To start using your feature flag, connect an SDK to the project."}),a.jsx(R2,{onClick:()=>{t(!0)},maxWidth:"200px",projectId:e,Icon:Je,disabled:!s,permission:[G1,gc],children:"Connect SDK"})]}),a.jsx(V4,{children:a.jsx(mv,{})})]})]})},_v=({projectId:e,refetchFeatures:t})=>{const{refetch:n}=X1(e);return a.jsxs(a.Fragment,{children:[a.jsxs(u5,{children:[a.jsx(h5,{children:"1"}),"Create a feature flag"]}),a.jsx(I,{children:"The project currently holds no feature flags. Create one to get started."}),a.jsx(Xc,{text:"Create flag",skipNavigationOnComplete:!0,onSuccess:()=>{n(),t()}})]})},wv=()=>a.jsxs(xv,{children:[a.jsxs(u5,{children:[a.jsx(gv,{children:"✓"}),"Create a feature flag"]}),a.jsxs(bv,{children:[a.jsx(I,{fontWeight:"bold",variant:"body2",children:"Congratulations, your first flag is ready!"}),a.jsx(I,{variant:"body2",children:"You can open it to customize further."})]})]});var m5={},Sv=J1;Object.defineProperty(m5,"__esModule",{value:!0});var ls=m5.default=void 0,Ov=Sv(Q1()),N8=a,Cv=(0,Ov.default)([(0,N8.jsx)("path",{d:"M21 5c-1.11-.35-2.33-.5-3.5-.5-1.95 0-4.05.4-5.5 1.5-1.45-1.1-3.55-1.5-5.5-1.5S2.45 4.9 1 6v14.65c0 .25.25.5.5.5.1 0 .15-.05.25-.05C3.1 20.45 5.05 20 6.5 20c1.95 0 4.05.4 5.5 1.5 1.35-.85 3.8-1.5 5.5-1.5 1.65 0 3.35.3 4.75 1.05.1.05.15.05.25.05.25 0 .5-.25.5-.5V6c-.6-.45-1.25-.75-2-1zm0 13.5c-1.1-.35-2.3-.5-3.5-.5-1.7 0-4.15.65-5.5 1.5V8c1.35-.85 3.8-1.5 5.5-1.5 1.2 0 2.4.15 3.5.5v11.5z"},"0"),(0,N8.jsx)("path",{d:"M17.5 10.5c.88 0 1.73.09 2.5.26V9.24c-.79-.15-1.64-.24-2.5-.24-1.7 0-3.24.29-4.5.83v1.66c1.13-.64 2.7-.99 4.5-.99zM13 12.49v1.66c1.13-.64 2.7-.99 4.5-.99.88 0 1.73.09 2.5.26V11.9c-.79-.15-1.64-.24-2.5-.24-1.7 0-3.24.3-4.5.83zm4.5 1.84c-1.7 0-3.24.29-4.5.83v1.66c1.13-.64 2.7-.99 4.5-.99.88 0 1.73.09 2.5.26v-1.52c-.79-.16-1.64-.24-2.5-.24z"},"1")],"MenuBookOutlined");ls=m5.default=Cv;var f5={},Dv=J1;Object.defineProperty(f5,"__esModule",{value:!0});var ds=f5.default=void 0,$v=Dv(Q1()),Tv=a,Pv=(0,$v.default)((0,Tv.jsx)("path",{d:"M9 13.75c-2.34 0-7 1.17-7 3.5V19h14v-1.75c0-2.33-4.66-3.5-7-3.5zM4.34 17c.84-.58 2.87-1.25 4.66-1.25s3.82.67 4.66 1.25H4.34zM9 12c1.93 0 3.5-1.57 3.5-3.5S10.93 5 9 5 5.5 6.57 5.5 8.5 7.07 12 9 12zm0-5c.83 0 1.5.67 1.5 1.5S9.83 10 9 10s-1.5-.67-1.5-1.5S8.17 7 9 7zm7.04 6.81c1.16.84 1.96 1.96 1.96 3.44V19h4v-1.75c0-2.02-3.5-3.17-5.96-3.44zM15 12c1.93 0 3.5-1.57 3.5-3.5S16.93 5 15 5c-.54 0-1.04.13-1.5.35.63.89 1 1.98 1 3.15s-.37 2.26-1 3.15c.46.22.96.35 1.5.35z"}),"PeopleOutlined");ds=f5.default=Pv;const Ev=u("div")(({theme:e})=>({display:"flex",flexDirection:"column",backgroundColor:e.palette.background.paper,flexBasis:"70%",borderRadius:e.shape.borderRadiusLarge})),Zv=u("div")(({theme:e})=>({padding:e.spacing(2,4,2,7),borderBottom:"1px solid",borderColor:e.palette.divider,display:"flex",flexDirection:"row",justifyContent:"flex-start",gap:e.spacing(3),alignItems:"center"})),Iv=u("div")(({theme:e})=>({display:"flex",flexGrow:1})),L4=u("div")(({theme:e})=>({flexBasis:"50%",padding:e.spacing(3,2,6,8),display:"flex",gap:e.spacing(3),flexDirection:"column"})),N4=u("div")(({theme:e})=>({display:"flex",flexDirection:"row",gap:e.spacing(2),alignItems:"center",fontSize:e.spacing(1.75),fontWeight:"bold"})),Mv=u("div")(({theme:e})=>({display:"flex",flexDirection:"column",justifyContent:"space-between"})),Av=u(R3)(({theme:e})=>({backgroundColor:e.palette.primary.main,color:e.palette.background.paper,borderRadius:"50%",padding:e.spacing(.5),width:"28px",height:"28px"})),Fv=u(Kd)(({theme:e})=>({color:e.palette.primary.main})),Rv=u(ds)(({theme:e})=>({color:e.palette.primary.main})),Vv=u(ls)(({theme:e})=>({color:e.palette.primary.main})),Lv=({projectId:e,onClose:t})=>a.jsxs(Ev,{children:[a.jsxs(Zv,{children:[a.jsx(Av,{}),a.jsxs(Mv,{children:[a.jsx(I,{fontWeight:"bold",children:"Setup completed"}),a.jsx(I,{variant:"body2",children:"Next steps"})]}),a.jsx(Y1,{title:"Close",arrow:!0,sx:{ml:"auto"},children:a.jsx(E1,{onClick:t,size:"small",children:a.jsx(A2,{})})})]}),a.jsxs(Iv,{children:[a.jsxs(L4,{children:[a.jsxs(N4,{children:[a.jsx(Fv,{}),"Expose your feature flag to users"]}),a.jsxs(I,{children:["You can have fine grained control over who is exposed to your feature flag by leveraging"," ",a.jsx(g1,{className:"unleash-action-button",to:"https://docs.getunleash.io/reference/activation-strategies",target:"_blank",rel:"noopener noreferrer",children:"strategies"}),". Visit the feature flag page to start adding strategies to control exposure."]})]}),a.jsxs(L4,{children:[a.jsxs(N4,{children:[a.jsx(Rv,{}),"Add members to your project"]}),a.jsxs(I,{children:["Unleash is best when collaborating with your co-workers."," ",a.jsx(g1,{className:"unleash-action-button",to:`/projects/${e}/settings/access`,children:"Add your co-workers to the project"}),"."]})]}),a.jsxs(L4,{children:[a.jsxs(N4,{children:[a.jsx(Vv,{}),"Learn about Unleash"]}),a.jsxs(I,{children:["Take a deep dive through our documentation,"," ",a.jsx(g1,{className:"unleash-action-button",to:"https://docs.getunleash.io/unleash-academy/foundational",target:"_blank",rel:"noopener noreferrer",children:"starting with the foundations of Unleash"}),"."]})]})]})]}),Nv=({selectedIds:e,projectId:t,onConfirm:n})=>{const[i,c]=h.useState(!1),[s,o]=h.useState(!1),{trackEvent:l}=T1(),d=async()=>{o(!0)},m=async()=>{c(!0)};return a.jsxs(a.Fragment,{children:[a.jsx(he,{projectId:t,permission:I2,children:({hasAccess:f})=>a.jsx(a1,{disabled:!f,startIcon:a.jsx(Gd,{}),variant:"outlined",size:"small",onClick:d,"date-testid":"batch_revive",children:"Revive"})}),a.jsx(he,{projectId:t,permission:Z2,children:({hasAccess:f})=>a.jsx(a1,{disabled:!f,startIcon:a.jsx(b3,{}),variant:"outlined",size:"small",onClick:m,children:"Delete"})}),a.jsx(dc,{deletedFeatures:e,projectId:t,open:i,setOpen:c,refetch:()=>{n==null||n(),l("batch_operations",{props:{eventType:"features deleted"}})}}),a.jsx(uc,{revivedFeatures:e,projectId:t,open:s,setOpen:o,refetch:()=>{n==null||n(),l("batch_operations",{props:{eventType:"features revived"}})}})]})};function Wv(e){return B3("MuiTimelineSeparator",e)}j3("MuiTimelineSeparator",["root"]);const zv=["className"],Bv=e=>{const{classes:t}=e;return k3({root:["root"]},Wv,t)},Yv=u("div",{name:"MuiTimelineSeparator",slot:"Root",overridesResolver:(e,t)=>t.root})({display:"flex",flexDirection:"column",flex:0,alignItems:"center"}),y0=h.forwardRef(function(t,n){const i=Y3({props:t,name:"MuiTimelineSeparator"}),{className:c}=i,s=H3(i,zv),o=i,l=Bv(o);return a.jsx(Yv,z1({className:U3(l.root,c),ownerState:o,ref:n},s))}),w2=h.createContext({});function Hv(e){return B3("MuiTimelineContent",e)}const Uv=j3("MuiTimelineContent",["root","positionLeft","positionRight","positionAlternate","positionAlternateReverse"]);function X3(e){return e==="alternate-reverse"?"positionAlternateReverse":`position${N2(e)}`}const kv=["className"],qv=e=>{const{position:t,classes:n}=e,i={root:["root",X3(t)]};return k3(i,Hv,n)},Kv=u(I,{name:"MuiTimelineContent",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,t[X3(n.position)]]}})(({ownerState:e})=>z1({flex:1,padding:"6px 16px",textAlign:"left"},e.position==="left"&&{textAlign:"right"})),us=h.forwardRef(function(t,n){const i=Y3({props:t,name:"MuiTimelineContent"}),{className:c}=i,s=H3(i,kv),{position:o}=h.useContext(w2),l=z1({},i,{position:o||"right"}),d=qv(l);return a.jsx(Kv,z1({component:"div",className:U3(d.root,c),ownerState:l,ref:n},s))}),Gv=j3("MuiTimelineOppositeContent",["root","positionLeft","positionRight","positionAlternate","positionAlternateReverse"]);function Qv(e){return B3("MuiTimelineItem",e)}const hs=j3("MuiTimelineItem",["root","positionLeft","positionRight","positionAlternate","positionAlternateReverse","missingOppositeContent"]),Jv=["position","className"],Xv=e=>{const{position:t,classes:n,hasOppositeContent:i}=e,c={root:["root",X3(t),!i&&"missingOppositeContent"]};return k3(c,Qv,n)},eg=u("li",{name:"MuiTimelineItem",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,t[X3(n.position)]]}})(({ownerState:e})=>z1({listStyle:"none",display:"flex",position:"relative",minHeight:70},e.position==="left"&&{flexDirection:"row-reverse"},(e.position==="alternate"||e.position==="alternate-reverse")&&{[`&:nth-of-type(${e.position==="alternate"?"even":"odd"})`]:{flexDirection:"row-reverse",[`& .${Uv.root}`]:{textAlign:"right"},[`& .${Gv.root}`]:{textAlign:"left"}}},!e.hasOppositeContent&&{"&::before":{content:'""',flex:1,padding:"6px 16px"}})),_0=h.forwardRef(function(t,n){const i=Y3({props:t,name:"MuiTimelineItem"}),{position:c,className:s}=i,o=H3(i,Jv),{position:l}=h.useContext(w2);let d=!1;h.Children.forEach(i.children,g=>{Qd(g,["TimelineOppositeContent"])&&(d=!0)});const m=z1({},i,{position:c||l||"right",hasOppositeContent:d}),f=Xv(m),v=h.useMemo(()=>({position:m.position}),[m.position]);return a.jsx(w2.Provider,{value:v,children:a.jsx(eg,z1({className:U3(f.root,s),ownerState:m,ref:n},o))})});function tg(e){return B3("MuiTimelineConnector",e)}j3("MuiTimelineConnector",["root"]);const ng=["className"],ag=e=>{const{classes:t}=e;return k3({root:["root"]},tg,t)},rg=u("span",{name:"MuiTimelineConnector",slot:"Root",overridesResolver:(e,t)=>t.root})(({theme:e})=>({width:2,backgroundColor:(e.vars||e).palette.grey[400],flexGrow:1})),p5=h.forwardRef(function(t,n){const i=Y3({props:t,name:"MuiTimelineConnector"}),{className:c}=i,s=H3(i,ng),o=i,l=ag(o);return a.jsx(rg,z1({className:U3(l.root,c),ownerState:o,ref:n},s))});function ig(e){return B3("MuiTimelineDot",e)}j3("MuiTimelineDot",["root","filled","outlined","filledGrey","outlinedGrey","filledPrimary","outlinedPrimary","filledSecondary","outlinedSecondary"]);const cg=["className","color","variant"],sg=e=>{const{color:t,variant:n,classes:i}=e,c={root:["root",n,t!=="inherit"&&`${n}${N2(t)}`]};return k3(c,ig,i)},og=u("span",{name:"MuiTimelineDot",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,t[n.color!=="inherit"&&`${n.variant}${N2(n.color)}`],t[n.variant]]}})(({ownerState:e,theme:t})=>z1({display:"flex",alignSelf:"baseline",borderStyle:"solid",borderWidth:2,padding:4,borderRadius:"50%",boxShadow:(t.vars||t).shadows[1],margin:"11.5px 0"},e.variant==="filled"&&z1({borderColor:"transparent"},e.color!=="inherit"&&z1({},e.color==="grey"?{color:(t.vars||t).palette.grey[50],backgroundColor:(t.vars||t).palette.grey[400]}:{color:(t.vars||t).palette[e.color].contrastText,backgroundColor:(t.vars||t).palette[e.color].main})),e.variant==="outlined"&&z1({boxShadow:"none",backgroundColor:"transparent"},e.color!=="inherit"&&z1({},e.color==="grey"?{borderColor:(t.vars||t).palette.grey[400]}:{borderColor:(t.vars||t).palette[e.color].main})))),v5=h.forwardRef(function(t,n){const i=Y3({props:t,name:"MuiTimelineDot"}),{className:c,color:s="grey",variant:o="filled"}=i,l=H3(i,cg),d=z1({},i,{color:s,variant:o}),m=sg(d);return a.jsx(og,z1({className:U3(m.root,c),ownerState:d,ref:n},l))});function lg(e){return B3("MuiTimeline",e)}j3("MuiTimeline",["root","positionLeft","positionRight","positionAlternate","positionAlternateReverse"]);const dg=["position","className"],ug=e=>{const{position:t,classes:n}=e,i={root:["root",t&&X3(t)]};return k3(i,lg,n)},hg=u("ul",{name:"MuiTimeline",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,n.position&&t[X3(n.position)]]}})({display:"flex",flexDirection:"column",padding:"6px 16px",flexGrow:1}),ms=h.forwardRef(function(t,n){const i=Y3({props:t,name:"MuiTimeline"}),{position:c="right",className:s}=i,o=H3(i,dg),l=z1({},i,{position:c}),d=ug(l),m=h.useMemo(()=>({position:c}),[c]);return a.jsx(w2.Provider,{value:m,children:a.jsx(hg,z1({className:U3(d.root,s),ownerState:l,ref:n},o))})}),mg=u(ms)(()=>({padding:0,margin:0,[`& .${hs.root}:before`]:{flex:0,padding:0}})),W8=u(p5,{shouldForwardProp:e=>e!=="active"})(({theme:e,active:t})=>({width:"1px",backgroundColor:t?e.palette.common.white:`${Ke(e.palette.common.white,.5)}`})),W4=u(v5,{shouldForwardProp:e=>e!=="active"})(({theme:e,active:t})=>({color:t?e.palette.background.sidebar:`${Ke(e.palette.common.white,.8)}`,backgroundColor:t?e.palette.common.white:"initial",fontWeight:t?e.fontWeight.bold:"normal",borderColor:t?e.palette.common.white:`${Ke(e.palette.common.white,.8)}`,width:e.spacing(5),height:e.spacing(5),lineHeight:e.spacing(5),borderWidth:"1px",display:"flex",alignItems:"center",justifyContent:"center",margin:e.spacing(1,0)})),z4=u(us,{shouldForwardProp:e=>e!=="active"})(({theme:e,active:t})=>({padding:e.spacing(2,2,6,2),color:t?e.palette.common.white:`${Ke(e.palette.common.white,.8)}`})),B4=u(D,{shouldForwardProp:e=>e!=="active"})(({theme:e,active:t})=>({fontWeight:t?e.fontWeight.bold:"normal",fontSize:e.fontSizes.bodySize})),Y4=u(D)(({theme:e})=>({fontSize:e.fontSizes.smallerBody})),fg=({stage:e})=>a.jsxs(mg,{children:[a.jsxs(_0,{children:[a.jsxs(y0,{children:[a.jsx(W4,{variant:"outlined",active:e==="configure",children:"1"}),a.jsx(W8,{active:e==="configure"})]}),a.jsxs(z4,{active:e==="configure",children:[a.jsx(B4,{active:e==="configure",children:"Import file"}),a.jsx(Y4,{children:"Import previously exported flag configuration from another Unleash instance as a JSON file"})]})]}),a.jsxs(_0,{children:[a.jsxs(y0,{children:[a.jsx(W4,{variant:"outlined",active:e==="validate",children:"2"}),a.jsx(W8,{active:e==="validate"})]}),a.jsxs(z4,{active:e==="validate",children:[a.jsx(B4,{active:e==="validate",children:"Validate configuration"}),a.jsx(Y4,{children:"Check the errors and warnings from the import process"})]})]}),a.jsxs(_0,{children:[a.jsx(y0,{children:a.jsx(W4,{variant:"outlined",active:e==="import",children:"3"})}),a.jsxs(z4,{active:e==="import",children:[a.jsx(B4,{active:e==="import",children:"Finish import"}),a.jsx(Y4,{children:"Feature flag configuration will be imported to your new Unleash instance"})]})]})]});function w3(e,t,n,i){function c(s){return s instanceof n?s:new n(function(o){o(s)})}return new(n||(n=Promise))(function(s,o){function l(f){try{m(i.next(f))}catch(v){o(v)}}function d(f){try{m(i.throw(f))}catch(v){o(v)}}function m(f){f.done?s(f.value):c(f.value).then(l,d)}m((i=i.apply(e,t||[])).next())})}const pg=new Map([["1km","application/vnd.1000minds.decision-model+xml"],["3dml","text/vnd.in3d.3dml"],["3ds","image/x-3ds"],["3g2","video/3gpp2"],["3gp","video/3gp"],["3gpp","video/3gpp"],["3mf","model/3mf"],["7z","application/x-7z-compressed"],["7zip","application/x-7z-compressed"],["123","application/vnd.lotus-1-2-3"],["aab","application/x-authorware-bin"],["aac","audio/x-acc"],["aam","application/x-authorware-map"],["aas","application/x-authorware-seg"],["abw","application/x-abiword"],["ac","application/vnd.nokia.n-gage.ac+xml"],["ac3","audio/ac3"],["acc","application/vnd.americandynamics.acc"],["ace","application/x-ace-compressed"],["acu","application/vnd.acucobol"],["acutc","application/vnd.acucorp"],["adp","audio/adpcm"],["aep","application/vnd.audiograph"],["afm","application/x-font-type1"],["afp","application/vnd.ibm.modcap"],["ahead","application/vnd.ahead.space"],["ai","application/pdf"],["aif","audio/x-aiff"],["aifc","audio/x-aiff"],["aiff","audio/x-aiff"],["air","application/vnd.adobe.air-application-installer-package+zip"],["ait","application/vnd.dvb.ait"],["ami","application/vnd.amiga.ami"],["amr","audio/amr"],["apk","application/vnd.android.package-archive"],["apng","image/apng"],["appcache","text/cache-manifest"],["application","application/x-ms-application"],["apr","application/vnd.lotus-approach"],["arc","application/x-freearc"],["arj","application/x-arj"],["asc","application/pgp-signature"],["asf","video/x-ms-asf"],["asm","text/x-asm"],["aso","application/vnd.accpac.simply.aso"],["asx","video/x-ms-asf"],["atc","application/vnd.acucorp"],["atom","application/atom+xml"],["atomcat","application/atomcat+xml"],["atomdeleted","application/atomdeleted+xml"],["atomsvc","application/atomsvc+xml"],["atx","application/vnd.antix.game-component"],["au","audio/x-au"],["avi","video/x-msvideo"],["avif","image/avif"],["aw","application/applixware"],["azf","application/vnd.airzip.filesecure.azf"],["azs","application/vnd.airzip.filesecure.azs"],["azv","image/vnd.airzip.accelerator.azv"],["azw","application/vnd.amazon.ebook"],["b16","image/vnd.pco.b16"],["bat","application/x-msdownload"],["bcpio","application/x-bcpio"],["bdf","application/x-font-bdf"],["bdm","application/vnd.syncml.dm+wbxml"],["bdoc","application/x-bdoc"],["bed","application/vnd.realvnc.bed"],["bh2","application/vnd.fujitsu.oasysprs"],["bin","application/octet-stream"],["blb","application/x-blorb"],["blorb","application/x-blorb"],["bmi","application/vnd.bmi"],["bmml","application/vnd.balsamiq.bmml+xml"],["bmp","image/bmp"],["book","application/vnd.framemaker"],["box","application/vnd.previewsystems.box"],["boz","application/x-bzip2"],["bpk","application/octet-stream"],["bpmn","application/octet-stream"],["bsp","model/vnd.valve.source.compiled-map"],["btif","image/prs.btif"],["buffer","application/octet-stream"],["bz","application/x-bzip"],["bz2","application/x-bzip2"],["c","text/x-c"],["c4d","application/vnd.clonk.c4group"],["c4f","application/vnd.clonk.c4group"],["c4g","application/vnd.clonk.c4group"],["c4p","application/vnd.clonk.c4group"],["c4u","application/vnd.clonk.c4group"],["c11amc","application/vnd.cluetrust.cartomobile-config"],["c11amz","application/vnd.cluetrust.cartomobile-config-pkg"],["cab","application/vnd.ms-cab-compressed"],["caf","audio/x-caf"],["cap","application/vnd.tcpdump.pcap"],["car","application/vnd.curl.car"],["cat","application/vnd.ms-pki.seccat"],["cb7","application/x-cbr"],["cba","application/x-cbr"],["cbr","application/x-cbr"],["cbt","application/x-cbr"],["cbz","application/x-cbr"],["cc","text/x-c"],["cco","application/x-cocoa"],["cct","application/x-director"],["ccxml","application/ccxml+xml"],["cdbcmsg","application/vnd.contact.cmsg"],["cda","application/x-cdf"],["cdf","application/x-netcdf"],["cdfx","application/cdfx+xml"],["cdkey","application/vnd.mediastation.cdkey"],["cdmia","application/cdmi-capability"],["cdmic","application/cdmi-container"],["cdmid","application/cdmi-domain"],["cdmio","application/cdmi-object"],["cdmiq","application/cdmi-queue"],["cdr","application/cdr"],["cdx","chemical/x-cdx"],["cdxml","application/vnd.chemdraw+xml"],["cdy","application/vnd.cinderella"],["cer","application/pkix-cert"],["cfs","application/x-cfs-compressed"],["cgm","image/cgm"],["chat","application/x-chat"],["chm","application/vnd.ms-htmlhelp"],["chrt","application/vnd.kde.kchart"],["cif","chemical/x-cif"],["cii","application/vnd.anser-web-certificate-issue-initiation"],["cil","application/vnd.ms-artgalry"],["cjs","application/node"],["cla","application/vnd.claymore"],["class","application/octet-stream"],["clkk","application/vnd.crick.clicker.keyboard"],["clkp","application/vnd.crick.clicker.palette"],["clkt","application/vnd.crick.clicker.template"],["clkw","application/vnd.crick.clicker.wordbank"],["clkx","application/vnd.crick.clicker"],["clp","application/x-msclip"],["cmc","application/vnd.cosmocaller"],["cmdf","chemical/x-cmdf"],["cml","chemical/x-cml"],["cmp","application/vnd.yellowriver-custom-menu"],["cmx","image/x-cmx"],["cod","application/vnd.rim.cod"],["coffee","text/coffeescript"],["com","application/x-msdownload"],["conf","text/plain"],["cpio","application/x-cpio"],["cpp","text/x-c"],["cpt","application/mac-compactpro"],["crd","application/x-mscardfile"],["crl","application/pkix-crl"],["crt","application/x-x509-ca-cert"],["crx","application/x-chrome-extension"],["cryptonote","application/vnd.rig.cryptonote"],["csh","application/x-csh"],["csl","application/vnd.citationstyles.style+xml"],["csml","chemical/x-csml"],["csp","application/vnd.commonspace"],["csr","application/octet-stream"],["css","text/css"],["cst","application/x-director"],["csv","text/csv"],["cu","application/cu-seeme"],["curl","text/vnd.curl"],["cww","application/prs.cww"],["cxt","application/x-director"],["cxx","text/x-c"],["dae","model/vnd.collada+xml"],["daf","application/vnd.mobius.daf"],["dart","application/vnd.dart"],["dataless","application/vnd.fdsn.seed"],["davmount","application/davmount+xml"],["dbf","application/vnd.dbf"],["dbk","application/docbook+xml"],["dcr","application/x-director"],["dcurl","text/vnd.curl.dcurl"],["dd2","application/vnd.oma.dd2+xml"],["ddd","application/vnd.fujixerox.ddd"],["ddf","application/vnd.syncml.dmddf+xml"],["dds","image/vnd.ms-dds"],["deb","application/x-debian-package"],["def","text/plain"],["deploy","application/octet-stream"],["der","application/x-x509-ca-cert"],["dfac","application/vnd.dreamfactory"],["dgc","application/x-dgc-compressed"],["dic","text/x-c"],["dir","application/x-director"],["dis","application/vnd.mobius.dis"],["disposition-notification","message/disposition-notification"],["dist","application/octet-stream"],["distz","application/octet-stream"],["djv","image/vnd.djvu"],["djvu","image/vnd.djvu"],["dll","application/octet-stream"],["dmg","application/x-apple-diskimage"],["dmn","application/octet-stream"],["dmp","application/vnd.tcpdump.pcap"],["dms","application/octet-stream"],["dna","application/vnd.dna"],["doc","application/msword"],["docm","application/vnd.ms-word.template.macroEnabled.12"],["docx","application/vnd.openxmlformats-officedocument.wordprocessingml.document"],["dot","application/msword"],["dotm","application/vnd.ms-word.template.macroEnabled.12"],["dotx","application/vnd.openxmlformats-officedocument.wordprocessingml.template"],["dp","application/vnd.osgi.dp"],["dpg","application/vnd.dpgraph"],["dra","audio/vnd.dra"],["drle","image/dicom-rle"],["dsc","text/prs.lines.tag"],["dssc","application/dssc+der"],["dtb","application/x-dtbook+xml"],["dtd","application/xml-dtd"],["dts","audio/vnd.dts"],["dtshd","audio/vnd.dts.hd"],["dump","application/octet-stream"],["dvb","video/vnd.dvb.file"],["dvi","application/x-dvi"],["dwd","application/atsc-dwd+xml"],["dwf","model/vnd.dwf"],["dwg","image/vnd.dwg"],["dxf","image/vnd.dxf"],["dxp","application/vnd.spotfire.dxp"],["dxr","application/x-director"],["ear","application/java-archive"],["ecelp4800","audio/vnd.nuera.ecelp4800"],["ecelp7470","audio/vnd.nuera.ecelp7470"],["ecelp9600","audio/vnd.nuera.ecelp9600"],["ecma","application/ecmascript"],["edm","application/vnd.novadigm.edm"],["edx","application/vnd.novadigm.edx"],["efif","application/vnd.picsel"],["ei6","application/vnd.pg.osasli"],["elc","application/octet-stream"],["emf","image/emf"],["eml","message/rfc822"],["emma","application/emma+xml"],["emotionml","application/emotionml+xml"],["emz","application/x-msmetafile"],["eol","audio/vnd.digital-winds"],["eot","application/vnd.ms-fontobject"],["eps","application/postscript"],["epub","application/epub+zip"],["es","application/ecmascript"],["es3","application/vnd.eszigno3+xml"],["esa","application/vnd.osgi.subsystem"],["esf","application/vnd.epson.esf"],["et3","application/vnd.eszigno3+xml"],["etx","text/x-setext"],["eva","application/x-eva"],["evy","application/x-envoy"],["exe","application/octet-stream"],["exi","application/exi"],["exp","application/express"],["exr","image/aces"],["ext","application/vnd.novadigm.ext"],["ez","application/andrew-inset"],["ez2","application/vnd.ezpix-album"],["ez3","application/vnd.ezpix-package"],["f","text/x-fortran"],["f4v","video/mp4"],["f77","text/x-fortran"],["f90","text/x-fortran"],["fbs","image/vnd.fastbidsheet"],["fcdt","application/vnd.adobe.formscentral.fcdt"],["fcs","application/vnd.isac.fcs"],["fdf","application/vnd.fdf"],["fdt","application/fdt+xml"],["fe_launch","application/vnd.denovo.fcselayout-link"],["fg5","application/vnd.fujitsu.oasysgp"],["fgd","application/x-director"],["fh","image/x-freehand"],["fh4","image/x-freehand"],["fh5","image/x-freehand"],["fh7","image/x-freehand"],["fhc","image/x-freehand"],["fig","application/x-xfig"],["fits","image/fits"],["flac","audio/x-flac"],["fli","video/x-fli"],["flo","application/vnd.micrografx.flo"],["flv","video/x-flv"],["flw","application/vnd.kde.kivio"],["flx","text/vnd.fmi.flexstor"],["fly","text/vnd.fly"],["fm","application/vnd.framemaker"],["fnc","application/vnd.frogans.fnc"],["fo","application/vnd.software602.filler.form+xml"],["for","text/x-fortran"],["fpx","image/vnd.fpx"],["frame","application/vnd.framemaker"],["fsc","application/vnd.fsc.weblaunch"],["fst","image/vnd.fst"],["ftc","application/vnd.fluxtime.clip"],["fti","application/vnd.anser-web-funds-transfer-initiation"],["fvt","video/vnd.fvt"],["fxp","application/vnd.adobe.fxp"],["fxpl","application/vnd.adobe.fxp"],["fzs","application/vnd.fuzzysheet"],["g2w","application/vnd.geoplan"],["g3","image/g3fax"],["g3w","application/vnd.geospace"],["gac","application/vnd.groove-account"],["gam","application/x-tads"],["gbr","application/rpki-ghostbusters"],["gca","application/x-gca-compressed"],["gdl","model/vnd.gdl"],["gdoc","application/vnd.google-apps.document"],["geo","application/vnd.dynageo"],["geojson","application/geo+json"],["gex","application/vnd.geometry-explorer"],["ggb","application/vnd.geogebra.file"],["ggt","application/vnd.geogebra.tool"],["ghf","application/vnd.groove-help"],["gif","image/gif"],["gim","application/vnd.groove-identity-message"],["glb","model/gltf-binary"],["gltf","model/gltf+json"],["gml","application/gml+xml"],["gmx","application/vnd.gmx"],["gnumeric","application/x-gnumeric"],["gpg","application/gpg-keys"],["gph","application/vnd.flographit"],["gpx","application/gpx+xml"],["gqf","application/vnd.grafeq"],["gqs","application/vnd.grafeq"],["gram","application/srgs"],["gramps","application/x-gramps-xml"],["gre","application/vnd.geometry-explorer"],["grv","application/vnd.groove-injector"],["grxml","application/srgs+xml"],["gsf","application/x-font-ghostscript"],["gsheet","application/vnd.google-apps.spreadsheet"],["gslides","application/vnd.google-apps.presentation"],["gtar","application/x-gtar"],["gtm","application/vnd.groove-tool-message"],["gtw","model/vnd.gtw"],["gv","text/vnd.graphviz"],["gxf","application/gxf"],["gxt","application/vnd.geonext"],["gz","application/gzip"],["gzip","application/gzip"],["h","text/x-c"],["h261","video/h261"],["h263","video/h263"],["h264","video/h264"],["hal","application/vnd.hal+xml"],["hbci","application/vnd.hbci"],["hbs","text/x-handlebars-template"],["hdd","application/x-virtualbox-hdd"],["hdf","application/x-hdf"],["heic","image/heic"],["heics","image/heic-sequence"],["heif","image/heif"],["heifs","image/heif-sequence"],["hej2","image/hej2k"],["held","application/atsc-held+xml"],["hh","text/x-c"],["hjson","application/hjson"],["hlp","application/winhlp"],["hpgl","application/vnd.hp-hpgl"],["hpid","application/vnd.hp-hpid"],["hps","application/vnd.hp-hps"],["hqx","application/mac-binhex40"],["hsj2","image/hsj2"],["htc","text/x-component"],["htke","application/vnd.kenameaapp"],["htm","text/html"],["html","text/html"],["hvd","application/vnd.yamaha.hv-dic"],["hvp","application/vnd.yamaha.hv-voice"],["hvs","application/vnd.yamaha.hv-script"],["i2g","application/vnd.intergeo"],["icc","application/vnd.iccprofile"],["ice","x-conference/x-cooltalk"],["icm","application/vnd.iccprofile"],["ico","image/x-icon"],["ics","text/calendar"],["ief","image/ief"],["ifb","text/calendar"],["ifm","application/vnd.shana.informed.formdata"],["iges","model/iges"],["igl","application/vnd.igloader"],["igm","application/vnd.insors.igm"],["igs","model/iges"],["igx","application/vnd.micrografx.igx"],["iif","application/vnd.shana.informed.interchange"],["img","application/octet-stream"],["imp","application/vnd.accpac.simply.imp"],["ims","application/vnd.ms-ims"],["in","text/plain"],["ini","text/plain"],["ink","application/inkml+xml"],["inkml","application/inkml+xml"],["install","application/x-install-instructions"],["iota","application/vnd.astraea-software.iota"],["ipfix","application/ipfix"],["ipk","application/vnd.shana.informed.package"],["irm","application/vnd.ibm.rights-management"],["irp","application/vnd.irepository.package+xml"],["iso","application/x-iso9660-image"],["itp","application/vnd.shana.informed.formtemplate"],["its","application/its+xml"],["ivp","application/vnd.immervision-ivp"],["ivu","application/vnd.immervision-ivu"],["jad","text/vnd.sun.j2me.app-descriptor"],["jade","text/jade"],["jam","application/vnd.jam"],["jar","application/java-archive"],["jardiff","application/x-java-archive-diff"],["java","text/x-java-source"],["jhc","image/jphc"],["jisp","application/vnd.jisp"],["jls","image/jls"],["jlt","application/vnd.hp-jlyt"],["jng","image/x-jng"],["jnlp","application/x-java-jnlp-file"],["joda","application/vnd.joost.joda-archive"],["jp2","image/jp2"],["jpe","image/jpeg"],["jpeg","image/jpeg"],["jpf","image/jpx"],["jpg","image/jpeg"],["jpg2","image/jp2"],["jpgm","video/jpm"],["jpgv","video/jpeg"],["jph","image/jph"],["jpm","video/jpm"],["jpx","image/jpx"],["js","application/javascript"],["json","application/json"],["json5","application/json5"],["jsonld","application/ld+json"],["jsonl","application/jsonl"],["jsonml","application/jsonml+json"],["jsx","text/jsx"],["jxr","image/jxr"],["jxra","image/jxra"],["jxrs","image/jxrs"],["jxs","image/jxs"],["jxsc","image/jxsc"],["jxsi","image/jxsi"],["jxss","image/jxss"],["kar","audio/midi"],["karbon","application/vnd.kde.karbon"],["kdb","application/octet-stream"],["kdbx","application/x-keepass2"],["key","application/x-iwork-keynote-sffkey"],["kfo","application/vnd.kde.kformula"],["kia","application/vnd.kidspiration"],["kml","application/vnd.google-earth.kml+xml"],["kmz","application/vnd.google-earth.kmz"],["kne","application/vnd.kinar"],["knp","application/vnd.kinar"],["kon","application/vnd.kde.kontour"],["kpr","application/vnd.kde.kpresenter"],["kpt","application/vnd.kde.kpresenter"],["kpxx","application/vnd.ds-keypoint"],["ksp","application/vnd.kde.kspread"],["ktr","application/vnd.kahootz"],["ktx","image/ktx"],["ktx2","image/ktx2"],["ktz","application/vnd.kahootz"],["kwd","application/vnd.kde.kword"],["kwt","application/vnd.kde.kword"],["lasxml","application/vnd.las.las+xml"],["latex","application/x-latex"],["lbd","application/vnd.llamagraphics.life-balance.desktop"],["lbe","application/vnd.llamagraphics.life-balance.exchange+xml"],["les","application/vnd.hhe.lesson-player"],["less","text/less"],["lgr","application/lgr+xml"],["lha","application/octet-stream"],["link66","application/vnd.route66.link66+xml"],["list","text/plain"],["list3820","application/vnd.ibm.modcap"],["listafp","application/vnd.ibm.modcap"],["litcoffee","text/coffeescript"],["lnk","application/x-ms-shortcut"],["log","text/plain"],["lostxml","application/lost+xml"],["lrf","application/octet-stream"],["lrm","application/vnd.ms-lrm"],["ltf","application/vnd.frogans.ltf"],["lua","text/x-lua"],["luac","application/x-lua-bytecode"],["lvp","audio/vnd.lucent.voice"],["lwp","application/vnd.lotus-wordpro"],["lzh","application/octet-stream"],["m1v","video/mpeg"],["m2a","audio/mpeg"],["m2v","video/mpeg"],["m3a","audio/mpeg"],["m3u","text/plain"],["m3u8","application/vnd.apple.mpegurl"],["m4a","audio/x-m4a"],["m4p","application/mp4"],["m4s","video/iso.segment"],["m4u","application/vnd.mpegurl"],["m4v","video/x-m4v"],["m13","application/x-msmediaview"],["m14","application/x-msmediaview"],["m21","application/mp21"],["ma","application/mathematica"],["mads","application/mads+xml"],["maei","application/mmt-aei+xml"],["mag","application/vnd.ecowin.chart"],["maker","application/vnd.framemaker"],["man","text/troff"],["manifest","text/cache-manifest"],["map","application/json"],["mar","application/octet-stream"],["markdown","text/markdown"],["mathml","application/mathml+xml"],["mb","application/mathematica"],["mbk","application/vnd.mobius.mbk"],["mbox","application/mbox"],["mc1","application/vnd.medcalcdata"],["mcd","application/vnd.mcd"],["mcurl","text/vnd.curl.mcurl"],["md","text/markdown"],["mdb","application/x-msaccess"],["mdi","image/vnd.ms-modi"],["mdx","text/mdx"],["me","text/troff"],["mesh","model/mesh"],["meta4","application/metalink4+xml"],["metalink","application/metalink+xml"],["mets","application/mets+xml"],["mfm","application/vnd.mfmp"],["mft","application/rpki-manifest"],["mgp","application/vnd.osgeo.mapguide.package"],["mgz","application/vnd.proteus.magazine"],["mid","audio/midi"],["midi","audio/midi"],["mie","application/x-mie"],["mif","application/vnd.mif"],["mime","message/rfc822"],["mj2","video/mj2"],["mjp2","video/mj2"],["mjs","application/javascript"],["mk3d","video/x-matroska"],["mka","audio/x-matroska"],["mkd","text/x-markdown"],["mks","video/x-matroska"],["mkv","video/x-matroska"],["mlp","application/vnd.dolby.mlp"],["mmd","application/vnd.chipnuts.karaoke-mmd"],["mmf","application/vnd.smaf"],["mml","text/mathml"],["mmr","image/vnd.fujixerox.edmics-mmr"],["mng","video/x-mng"],["mny","application/x-msmoney"],["mobi","application/x-mobipocket-ebook"],["mods","application/mods+xml"],["mov","video/quicktime"],["movie","video/x-sgi-movie"],["mp2","audio/mpeg"],["mp2a","audio/mpeg"],["mp3","audio/mpeg"],["mp4","video/mp4"],["mp4a","audio/mp4"],["mp4s","application/mp4"],["mp4v","video/mp4"],["mp21","application/mp21"],["mpc","application/vnd.mophun.certificate"],["mpd","application/dash+xml"],["mpe","video/mpeg"],["mpeg","video/mpeg"],["mpg","video/mpeg"],["mpg4","video/mp4"],["mpga","audio/mpeg"],["mpkg","application/vnd.apple.installer+xml"],["mpm","application/vnd.blueice.multipass"],["mpn","application/vnd.mophun.application"],["mpp","application/vnd.ms-project"],["mpt","application/vnd.ms-project"],["mpy","application/vnd.ibm.minipay"],["mqy","application/vnd.mobius.mqy"],["mrc","application/marc"],["mrcx","application/marcxml+xml"],["ms","text/troff"],["mscml","application/mediaservercontrol+xml"],["mseed","application/vnd.fdsn.mseed"],["mseq","application/vnd.mseq"],["msf","application/vnd.epson.msf"],["msg","application/vnd.ms-outlook"],["msh","model/mesh"],["msi","application/x-msdownload"],["msl","application/vnd.mobius.msl"],["msm","application/octet-stream"],["msp","application/octet-stream"],["msty","application/vnd.muvee.style"],["mtl","model/mtl"],["mts","model/vnd.mts"],["mus","application/vnd.musician"],["musd","application/mmt-usd+xml"],["musicxml","application/vnd.recordare.musicxml+xml"],["mvb","application/x-msmediaview"],["mvt","application/vnd.mapbox-vector-tile"],["mwf","application/vnd.mfer"],["mxf","application/mxf"],["mxl","application/vnd.recordare.musicxml"],["mxmf","audio/mobile-xmf"],["mxml","application/xv+xml"],["mxs","application/vnd.triscape.mxs"],["mxu","video/vnd.mpegurl"],["n-gage","application/vnd.nokia.n-gage.symbian.install"],["n3","text/n3"],["nb","application/mathematica"],["nbp","application/vnd.wolfram.player"],["nc","application/x-netcdf"],["ncx","application/x-dtbncx+xml"],["nfo","text/x-nfo"],["ngdat","application/vnd.nokia.n-gage.data"],["nitf","application/vnd.nitf"],["nlu","application/vnd.neurolanguage.nlu"],["nml","application/vnd.enliven"],["nnd","application/vnd.noblenet-directory"],["nns","application/vnd.noblenet-sealer"],["nnw","application/vnd.noblenet-web"],["npx","image/vnd.net-fpx"],["nq","application/n-quads"],["nsc","application/x-conference"],["nsf","application/vnd.lotus-notes"],["nt","application/n-triples"],["ntf","application/vnd.nitf"],["numbers","application/x-iwork-numbers-sffnumbers"],["nzb","application/x-nzb"],["oa2","application/vnd.fujitsu.oasys2"],["oa3","application/vnd.fujitsu.oasys3"],["oas","application/vnd.fujitsu.oasys"],["obd","application/x-msbinder"],["obgx","application/vnd.openblox.game+xml"],["obj","model/obj"],["oda","application/oda"],["odb","application/vnd.oasis.opendocument.database"],["odc","application/vnd.oasis.opendocument.chart"],["odf","application/vnd.oasis.opendocument.formula"],["odft","application/vnd.oasis.opendocument.formula-template"],["odg","application/vnd.oasis.opendocument.graphics"],["odi","application/vnd.oasis.opendocument.image"],["odm","application/vnd.oasis.opendocument.text-master"],["odp","application/vnd.oasis.opendocument.presentation"],["ods","application/vnd.oasis.opendocument.spreadsheet"],["odt","application/vnd.oasis.opendocument.text"],["oga","audio/ogg"],["ogex","model/vnd.opengex"],["ogg","audio/ogg"],["ogv","video/ogg"],["ogx","application/ogg"],["omdoc","application/omdoc+xml"],["onepkg","application/onenote"],["onetmp","application/onenote"],["onetoc","application/onenote"],["onetoc2","application/onenote"],["opf","application/oebps-package+xml"],["opml","text/x-opml"],["oprc","application/vnd.palm"],["opus","audio/ogg"],["org","text/x-org"],["osf","application/vnd.yamaha.openscoreformat"],["osfpvg","application/vnd.yamaha.openscoreformat.osfpvg+xml"],["osm","application/vnd.openstreetmap.data+xml"],["otc","application/vnd.oasis.opendocument.chart-template"],["otf","font/otf"],["otg","application/vnd.oasis.opendocument.graphics-template"],["oth","application/vnd.oasis.opendocument.text-web"],["oti","application/vnd.oasis.opendocument.image-template"],["otp","application/vnd.oasis.opendocument.presentation-template"],["ots","application/vnd.oasis.opendocument.spreadsheet-template"],["ott","application/vnd.oasis.opendocument.text-template"],["ova","application/x-virtualbox-ova"],["ovf","application/x-virtualbox-ovf"],["owl","application/rdf+xml"],["oxps","application/oxps"],["oxt","application/vnd.openofficeorg.extension"],["p","text/x-pascal"],["p7a","application/x-pkcs7-signature"],["p7b","application/x-pkcs7-certificates"],["p7c","application/pkcs7-mime"],["p7m","application/pkcs7-mime"],["p7r","application/x-pkcs7-certreqresp"],["p7s","application/pkcs7-signature"],["p8","application/pkcs8"],["p10","application/x-pkcs10"],["p12","application/x-pkcs12"],["pac","application/x-ns-proxy-autoconfig"],["pages","application/x-iwork-pages-sffpages"],["pas","text/x-pascal"],["paw","application/vnd.pawaafile"],["pbd","application/vnd.powerbuilder6"],["pbm","image/x-portable-bitmap"],["pcap","application/vnd.tcpdump.pcap"],["pcf","application/x-font-pcf"],["pcl","application/vnd.hp-pcl"],["pclxl","application/vnd.hp-pclxl"],["pct","image/x-pict"],["pcurl","application/vnd.curl.pcurl"],["pcx","image/x-pcx"],["pdb","application/x-pilot"],["pde","text/x-processing"],["pdf","application/pdf"],["pem","application/x-x509-user-cert"],["pfa","application/x-font-type1"],["pfb","application/x-font-type1"],["pfm","application/x-font-type1"],["pfr","application/font-tdpfr"],["pfx","application/x-pkcs12"],["pgm","image/x-portable-graymap"],["pgn","application/x-chess-pgn"],["pgp","application/pgp"],["php","application/x-httpd-php"],["php3","application/x-httpd-php"],["php4","application/x-httpd-php"],["phps","application/x-httpd-php-source"],["phtml","application/x-httpd-php"],["pic","image/x-pict"],["pkg","application/octet-stream"],["pki","application/pkixcmp"],["pkipath","application/pkix-pkipath"],["pkpass","application/vnd.apple.pkpass"],["pl","application/x-perl"],["plb","application/vnd.3gpp.pic-bw-large"],["plc","application/vnd.mobius.plc"],["plf","application/vnd.pocketlearn"],["pls","application/pls+xml"],["pm","application/x-perl"],["pml","application/vnd.ctc-posml"],["png","image/png"],["pnm","image/x-portable-anymap"],["portpkg","application/vnd.macports.portpkg"],["pot","application/vnd.ms-powerpoint"],["potm","application/vnd.ms-powerpoint.presentation.macroEnabled.12"],["potx","application/vnd.openxmlformats-officedocument.presentationml.template"],["ppa","application/vnd.ms-powerpoint"],["ppam","application/vnd.ms-powerpoint.addin.macroEnabled.12"],["ppd","application/vnd.cups-ppd"],["ppm","image/x-portable-pixmap"],["pps","application/vnd.ms-powerpoint"],["ppsm","application/vnd.ms-powerpoint.slideshow.macroEnabled.12"],["ppsx","application/vnd.openxmlformats-officedocument.presentationml.slideshow"],["ppt","application/powerpoint"],["pptm","application/vnd.ms-powerpoint.presentation.macroEnabled.12"],["pptx","application/vnd.openxmlformats-officedocument.presentationml.presentation"],["pqa","application/vnd.palm"],["prc","application/x-pilot"],["pre","application/vnd.lotus-freelance"],["prf","application/pics-rules"],["provx","application/provenance+xml"],["ps","application/postscript"],["psb","application/vnd.3gpp.pic-bw-small"],["psd","application/x-photoshop"],["psf","application/x-font-linux-psf"],["pskcxml","application/pskc+xml"],["pti","image/prs.pti"],["ptid","application/vnd.pvi.ptid1"],["pub","application/x-mspublisher"],["pvb","application/vnd.3gpp.pic-bw-var"],["pwn","application/vnd.3m.post-it-notes"],["pya","audio/vnd.ms-playready.media.pya"],["pyv","video/vnd.ms-playready.media.pyv"],["qam","application/vnd.epson.quickanime"],["qbo","application/vnd.intu.qbo"],["qfx","application/vnd.intu.qfx"],["qps","application/vnd.publishare-delta-tree"],["qt","video/quicktime"],["qwd","application/vnd.quark.quarkxpress"],["qwt","application/vnd.quark.quarkxpress"],["qxb","application/vnd.quark.quarkxpress"],["qxd","application/vnd.quark.quarkxpress"],["qxl","application/vnd.quark.quarkxpress"],["qxt","application/vnd.quark.quarkxpress"],["ra","audio/x-realaudio"],["ram","audio/x-pn-realaudio"],["raml","application/raml+yaml"],["rapd","application/route-apd+xml"],["rar","application/x-rar"],["ras","image/x-cmu-raster"],["rcprofile","application/vnd.ipunplugged.rcprofile"],["rdf","application/rdf+xml"],["rdz","application/vnd.data-vision.rdz"],["relo","application/p2p-overlay+xml"],["rep","application/vnd.businessobjects"],["res","application/x-dtbresource+xml"],["rgb","image/x-rgb"],["rif","application/reginfo+xml"],["rip","audio/vnd.rip"],["ris","application/x-research-info-systems"],["rl","application/resource-lists+xml"],["rlc","image/vnd.fujixerox.edmics-rlc"],["rld","application/resource-lists-diff+xml"],["rm","audio/x-pn-realaudio"],["rmi","audio/midi"],["rmp","audio/x-pn-realaudio-plugin"],["rms","application/vnd.jcp.javame.midlet-rms"],["rmvb","application/vnd.rn-realmedia-vbr"],["rnc","application/relax-ng-compact-syntax"],["rng","application/xml"],["roa","application/rpki-roa"],["roff","text/troff"],["rp9","application/vnd.cloanto.rp9"],["rpm","audio/x-pn-realaudio-plugin"],["rpss","application/vnd.nokia.radio-presets"],["rpst","application/vnd.nokia.radio-preset"],["rq","application/sparql-query"],["rs","application/rls-services+xml"],["rsa","application/x-pkcs7"],["rsat","application/atsc-rsat+xml"],["rsd","application/rsd+xml"],["rsheet","application/urc-ressheet+xml"],["rss","application/rss+xml"],["rtf","text/rtf"],["rtx","text/richtext"],["run","application/x-makeself"],["rusd","application/route-usd+xml"],["rv","video/vnd.rn-realvideo"],["s","text/x-asm"],["s3m","audio/s3m"],["saf","application/vnd.yamaha.smaf-audio"],["sass","text/x-sass"],["sbml","application/sbml+xml"],["sc","application/vnd.ibm.secure-container"],["scd","application/x-msschedule"],["scm","application/vnd.lotus-screencam"],["scq","application/scvp-cv-request"],["scs","application/scvp-cv-response"],["scss","text/x-scss"],["scurl","text/vnd.curl.scurl"],["sda","application/vnd.stardivision.draw"],["sdc","application/vnd.stardivision.calc"],["sdd","application/vnd.stardivision.impress"],["sdkd","application/vnd.solent.sdkm+xml"],["sdkm","application/vnd.solent.sdkm+xml"],["sdp","application/sdp"],["sdw","application/vnd.stardivision.writer"],["sea","application/octet-stream"],["see","application/vnd.seemail"],["seed","application/vnd.fdsn.seed"],["sema","application/vnd.sema"],["semd","application/vnd.semd"],["semf","application/vnd.semf"],["senmlx","application/senml+xml"],["sensmlx","application/sensml+xml"],["ser","application/java-serialized-object"],["setpay","application/set-payment-initiation"],["setreg","application/set-registration-initiation"],["sfd-hdstx","application/vnd.hydrostatix.sof-data"],["sfs","application/vnd.spotfire.sfs"],["sfv","text/x-sfv"],["sgi","image/sgi"],["sgl","application/vnd.stardivision.writer-global"],["sgm","text/sgml"],["sgml","text/sgml"],["sh","application/x-sh"],["shar","application/x-shar"],["shex","text/shex"],["shf","application/shf+xml"],["shtml","text/html"],["sid","image/x-mrsid-image"],["sieve","application/sieve"],["sig","application/pgp-signature"],["sil","audio/silk"],["silo","model/mesh"],["sis","application/vnd.symbian.install"],["sisx","application/vnd.symbian.install"],["sit","application/x-stuffit"],["sitx","application/x-stuffitx"],["siv","application/sieve"],["skd","application/vnd.koan"],["skm","application/vnd.koan"],["skp","application/vnd.koan"],["skt","application/vnd.koan"],["sldm","application/vnd.ms-powerpoint.slide.macroenabled.12"],["sldx","application/vnd.openxmlformats-officedocument.presentationml.slide"],["slim","text/slim"],["slm","text/slim"],["sls","application/route-s-tsid+xml"],["slt","application/vnd.epson.salt"],["sm","application/vnd.stepmania.stepchart"],["smf","application/vnd.stardivision.math"],["smi","application/smil"],["smil","application/smil"],["smv","video/x-smv"],["smzip","application/vnd.stepmania.package"],["snd","audio/basic"],["snf","application/x-font-snf"],["so","application/octet-stream"],["spc","application/x-pkcs7-certificates"],["spdx","text/spdx"],["spf","application/vnd.yamaha.smaf-phrase"],["spl","application/x-futuresplash"],["spot","text/vnd.in3d.spot"],["spp","application/scvp-vp-response"],["spq","application/scvp-vp-request"],["spx","audio/ogg"],["sql","application/x-sql"],["src","application/x-wais-source"],["srt","application/x-subrip"],["sru","application/sru+xml"],["srx","application/sparql-results+xml"],["ssdl","application/ssdl+xml"],["sse","application/vnd.kodak-descriptor"],["ssf","application/vnd.epson.ssf"],["ssml","application/ssml+xml"],["sst","application/octet-stream"],["st","application/vnd.sailingtracker.track"],["stc","application/vnd.sun.xml.calc.template"],["std","application/vnd.sun.xml.draw.template"],["stf","application/vnd.wt.stf"],["sti","application/vnd.sun.xml.impress.template"],["stk","application/hyperstudio"],["stl","model/stl"],["stpx","model/step+xml"],["stpxz","model/step-xml+zip"],["stpz","model/step+zip"],["str","application/vnd.pg.format"],["stw","application/vnd.sun.xml.writer.template"],["styl","text/stylus"],["stylus","text/stylus"],["sub","text/vnd.dvb.subtitle"],["sus","application/vnd.sus-calendar"],["susp","application/vnd.sus-calendar"],["sv4cpio","application/x-sv4cpio"],["sv4crc","application/x-sv4crc"],["svc","application/vnd.dvb.service"],["svd","application/vnd.svd"],["svg","image/svg+xml"],["svgz","image/svg+xml"],["swa","application/x-director"],["swf","application/x-shockwave-flash"],["swi","application/vnd.aristanetworks.swi"],["swidtag","application/swid+xml"],["sxc","application/vnd.sun.xml.calc"],["sxd","application/vnd.sun.xml.draw"],["sxg","application/vnd.sun.xml.writer.global"],["sxi","application/vnd.sun.xml.impress"],["sxm","application/vnd.sun.xml.math"],["sxw","application/vnd.sun.xml.writer"],["t","text/troff"],["t3","application/x-t3vm-image"],["t38","image/t38"],["taglet","application/vnd.mynfc"],["tao","application/vnd.tao.intent-module-archive"],["tap","image/vnd.tencent.tap"],["tar","application/x-tar"],["tcap","application/vnd.3gpp2.tcap"],["tcl","application/x-tcl"],["td","application/urc-targetdesc+xml"],["teacher","application/vnd.smart.teacher"],["tei","application/tei+xml"],["teicorpus","application/tei+xml"],["tex","application/x-tex"],["texi","application/x-texinfo"],["texinfo","application/x-texinfo"],["text","text/plain"],["tfi","application/thraud+xml"],["tfm","application/x-tex-tfm"],["tfx","image/tiff-fx"],["tga","image/x-tga"],["tgz","application/x-tar"],["thmx","application/vnd.ms-officetheme"],["tif","image/tiff"],["tiff","image/tiff"],["tk","application/x-tcl"],["tmo","application/vnd.tmobile-livetv"],["toml","application/toml"],["torrent","application/x-bittorrent"],["tpl","application/vnd.groove-tool-template"],["tpt","application/vnd.trid.tpt"],["tr","text/troff"],["tra","application/vnd.trueapp"],["trig","application/trig"],["trm","application/x-msterminal"],["ts","video/mp2t"],["tsd","application/timestamped-data"],["tsv","text/tab-separated-values"],["ttc","font/collection"],["ttf","font/ttf"],["ttl","text/turtle"],["ttml","application/ttml+xml"],["twd","application/vnd.simtech-mindmapper"],["twds","application/vnd.simtech-mindmapper"],["txd","application/vnd.genomatix.tuxedo"],["txf","application/vnd.mobius.txf"],["txt","text/plain"],["u8dsn","message/global-delivery-status"],["u8hdr","message/global-headers"],["u8mdn","message/global-disposition-notification"],["u8msg","message/global"],["u32","application/x-authorware-bin"],["ubj","application/ubjson"],["udeb","application/x-debian-package"],["ufd","application/vnd.ufdl"],["ufdl","application/vnd.ufdl"],["ulx","application/x-glulx"],["umj","application/vnd.umajin"],["unityweb","application/vnd.unity"],["uoml","application/vnd.uoml+xml"],["uri","text/uri-list"],["uris","text/uri-list"],["urls","text/uri-list"],["usdz","model/vnd.usdz+zip"],["ustar","application/x-ustar"],["utz","application/vnd.uiq.theme"],["uu","text/x-uuencode"],["uva","audio/vnd.dece.audio"],["uvd","application/vnd.dece.data"],["uvf","application/vnd.dece.data"],["uvg","image/vnd.dece.graphic"],["uvh","video/vnd.dece.hd"],["uvi","image/vnd.dece.graphic"],["uvm","video/vnd.dece.mobile"],["uvp","video/vnd.dece.pd"],["uvs","video/vnd.dece.sd"],["uvt","application/vnd.dece.ttml+xml"],["uvu","video/vnd.uvvu.mp4"],["uvv","video/vnd.dece.video"],["uvva","audio/vnd.dece.audio"],["uvvd","application/vnd.dece.data"],["uvvf","application/vnd.dece.data"],["uvvg","image/vnd.dece.graphic"],["uvvh","video/vnd.dece.hd"],["uvvi","image/vnd.dece.graphic"],["uvvm","video/vnd.dece.mobile"],["uvvp","video/vnd.dece.pd"],["uvvs","video/vnd.dece.sd"],["uvvt","application/vnd.dece.ttml+xml"],["uvvu","video/vnd.uvvu.mp4"],["uvvv","video/vnd.dece.video"],["uvvx","application/vnd.dece.unspecified"],["uvvz","application/vnd.dece.zip"],["uvx","application/vnd.dece.unspecified"],["uvz","application/vnd.dece.zip"],["vbox","application/x-virtualbox-vbox"],["vbox-extpack","application/x-virtualbox-vbox-extpack"],["vcard","text/vcard"],["vcd","application/x-cdlink"],["vcf","text/x-vcard"],["vcg","application/vnd.groove-vcard"],["vcs","text/x-vcalendar"],["vcx","application/vnd.vcx"],["vdi","application/x-virtualbox-vdi"],["vds","model/vnd.sap.vds"],["vhd","application/x-virtualbox-vhd"],["vis","application/vnd.visionary"],["viv","video/vnd.vivo"],["vlc","application/videolan"],["vmdk","application/x-virtualbox-vmdk"],["vob","video/x-ms-vob"],["vor","application/vnd.stardivision.writer"],["vox","application/x-authorware-bin"],["vrml","model/vrml"],["vsd","application/vnd.visio"],["vsf","application/vnd.vsf"],["vss","application/vnd.visio"],["vst","application/vnd.visio"],["vsw","application/vnd.visio"],["vtf","image/vnd.valve.source.texture"],["vtt","text/vtt"],["vtu","model/vnd.vtu"],["vxml","application/voicexml+xml"],["w3d","application/x-director"],["wad","application/x-doom"],["wadl","application/vnd.sun.wadl+xml"],["war","application/java-archive"],["wasm","application/wasm"],["wav","audio/x-wav"],["wax","audio/x-ms-wax"],["wbmp","image/vnd.wap.wbmp"],["wbs","application/vnd.criticaltools.wbs+xml"],["wbxml","application/wbxml"],["wcm","application/vnd.ms-works"],["wdb","application/vnd.ms-works"],["wdp","image/vnd.ms-photo"],["weba","audio/webm"],["webapp","application/x-web-app-manifest+json"],["webm","video/webm"],["webmanifest","application/manifest+json"],["webp","image/webp"],["wg","application/vnd.pmi.widget"],["wgt","application/widget"],["wks","application/vnd.ms-works"],["wm","video/x-ms-wm"],["wma","audio/x-ms-wma"],["wmd","application/x-ms-wmd"],["wmf","image/wmf"],["wml","text/vnd.wap.wml"],["wmlc","application/wmlc"],["wmls","text/vnd.wap.wmlscript"],["wmlsc","application/vnd.wap.wmlscriptc"],["wmv","video/x-ms-wmv"],["wmx","video/x-ms-wmx"],["wmz","application/x-msmetafile"],["woff","font/woff"],["woff2","font/woff2"],["word","application/msword"],["wpd","application/vnd.wordperfect"],["wpl","application/vnd.ms-wpl"],["wps","application/vnd.ms-works"],["wqd","application/vnd.wqd"],["wri","application/x-mswrite"],["wrl","model/vrml"],["wsc","message/vnd.wfa.wsc"],["wsdl","application/wsdl+xml"],["wspolicy","application/wspolicy+xml"],["wtb","application/vnd.webturbo"],["wvx","video/x-ms-wvx"],["x3d","model/x3d+xml"],["x3db","model/x3d+fastinfoset"],["x3dbz","model/x3d+binary"],["x3dv","model/x3d-vrml"],["x3dvz","model/x3d+vrml"],["x3dz","model/x3d+xml"],["x32","application/x-authorware-bin"],["x_b","model/vnd.parasolid.transmit.binary"],["x_t","model/vnd.parasolid.transmit.text"],["xaml","application/xaml+xml"],["xap","application/x-silverlight-app"],["xar","application/vnd.xara"],["xav","application/xcap-att+xml"],["xbap","application/x-ms-xbap"],["xbd","application/vnd.fujixerox.docuworks.binder"],["xbm","image/x-xbitmap"],["xca","application/xcap-caps+xml"],["xcs","application/calendar+xml"],["xdf","application/xcap-diff+xml"],["xdm","application/vnd.syncml.dm+xml"],["xdp","application/vnd.adobe.xdp+xml"],["xdssc","application/dssc+xml"],["xdw","application/vnd.fujixerox.docuworks"],["xel","application/xcap-el+xml"],["xenc","application/xenc+xml"],["xer","application/patch-ops-error+xml"],["xfdf","application/vnd.adobe.xfdf"],["xfdl","application/vnd.xfdl"],["xht","application/xhtml+xml"],["xhtml","application/xhtml+xml"],["xhvml","application/xv+xml"],["xif","image/vnd.xiff"],["xl","application/excel"],["xla","application/vnd.ms-excel"],["xlam","application/vnd.ms-excel.addin.macroEnabled.12"],["xlc","application/vnd.ms-excel"],["xlf","application/xliff+xml"],["xlm","application/vnd.ms-excel"],["xls","application/vnd.ms-excel"],["xlsb","application/vnd.ms-excel.sheet.binary.macroEnabled.12"],["xlsm","application/vnd.ms-excel.sheet.macroEnabled.12"],["xlsx","application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"],["xlt","application/vnd.ms-excel"],["xltm","application/vnd.ms-excel.template.macroEnabled.12"],["xltx","application/vnd.openxmlformats-officedocument.spreadsheetml.template"],["xlw","application/vnd.ms-excel"],["xm","audio/xm"],["xml","application/xml"],["xns","application/xcap-ns+xml"],["xo","application/vnd.olpc-sugar"],["xop","application/xop+xml"],["xpi","application/x-xpinstall"],["xpl","application/xproc+xml"],["xpm","image/x-xpixmap"],["xpr","application/vnd.is-xpr"],["xps","application/vnd.ms-xpsdocument"],["xpw","application/vnd.intercon.formnet"],["xpx","application/vnd.intercon.formnet"],["xsd","application/xml"],["xsl","application/xml"],["xslt","application/xslt+xml"],["xsm","application/vnd.syncml+xml"],["xspf","application/xspf+xml"],["xul","application/vnd.mozilla.xul+xml"],["xvm","application/xv+xml"],["xvml","application/xv+xml"],["xwd","image/x-xwindowdump"],["xyz","chemical/x-xyz"],["xz","application/x-xz"],["yaml","text/yaml"],["yang","application/yang"],["yin","application/yin+xml"],["yml","text/yaml"],["ymp","text/x-suse-ymp"],["z","application/x-compress"],["z1","application/x-zmachine"],["z2","application/x-zmachine"],["z3","application/x-zmachine"],["z4","application/x-zmachine"],["z5","application/x-zmachine"],["z6","application/x-zmachine"],["z7","application/x-zmachine"],["z8","application/x-zmachine"],["zaz","application/vnd.zzazz.deck+xml"],["zip","application/zip"],["zir","application/vnd.zul"],["zirz","application/vnd.zul"],["zmm","application/vnd.handheld-entertainment+xml"],["zsh","text/x-scriptzsh"]]);function F3(e,t,n){const i=vg(e),{webkitRelativePath:c}=e,s=typeof t=="string"?t:typeof c=="string"&&c.length>0?c:`./${e.name}`;return typeof i.path!="string"&&z8(i,"path",s),z8(i,"relativePath",s),i}function vg(e){const{name:t}=e;if(t&&t.lastIndexOf(".")!==-1&&!e.type){const i=t.split(".").pop().toLowerCase(),c=pg.get(i);c&&Object.defineProperty(e,"type",{value:c,writable:!1,configurable:!1,enumerable:!0})}return e}function z8(e,t,n){Object.defineProperty(e,t,{value:n,writable:!1,configurable:!1,enumerable:!0})}const gg=[".DS_Store","Thumbs.db"];function xg(e){return w3(this,void 0,void 0,function*(){return S2(e)&&bg(e.dataTransfer)?wg(e.dataTransfer,e.type):jg(e)?yg(e):Array.isArray(e)&&e.every(t=>"getFile"in t&&typeof t.getFile=="function")?_g(e):[]})}function bg(e){return S2(e)}function jg(e){return S2(e)&&S2(e.target)}function S2(e){return typeof e=="object"&&e!==null}function yg(e){return Cr(e.target.files).map(t=>F3(t))}function _g(e){return w3(this,void 0,void 0,function*(){return(yield Promise.all(e.map(n=>n.getFile()))).map(n=>F3(n))})}function wg(e,t){return w3(this,void 0,void 0,function*(){if(e.items){const n=Cr(e.items).filter(c=>c.kind==="file");if(t!=="drop")return n;const i=yield Promise.all(n.map(Sg));return B8(fs(i))}return B8(Cr(e.files).map(n=>F3(n)))})}function B8(e){return e.filter(t=>gg.indexOf(t.name)===-1)}function Cr(e){if(e===null)return[];const t=[];for(let n=0;n<e.length;n++){const i=e[n];t.push(i)}return t}function Sg(e){if(typeof e.webkitGetAsEntry!="function")return Y8(e);const t=e.webkitGetAsEntry();return t&&t.isDirectory?ps(t):Y8(e,t)}function fs(e){return e.reduce((t,n)=>[...t,...Array.isArray(n)?fs(n):[n]],[])}function Y8(e,t){var n;if(typeof e.getAsFileSystemHandle=="function")return e.getAsFileSystemHandle().then(s=>w3(this,void 0,void 0,function*(){const o=yield s.getFile();return o.handle=s,F3(o)}));const i=e.getAsFile();if(!i)return Promise.reject(`${e} is not a File`);const c=F3(i,(n=t==null?void 0:t.fullPath)!==null&&n!==void 0?n:void 0);return Promise.resolve(c)}function Og(e){return w3(this,void 0,void 0,function*(){return e.isDirectory?ps(e):Cg(e)})}function ps(e){const t=e.createReader();return new Promise((n,i)=>{const c=[];function s(){t.readEntries(o=>w3(this,void 0,void 0,function*(){if(o.length){const l=Promise.all(o.map(Og));c.push(l),s()}else try{const l=yield Promise.all(c);n(l)}catch(l){i(l)}}),o=>{i(o)})}s()})}function Cg(e){return w3(this,void 0,void 0,function*(){return new Promise((t,n)=>{e.file(i=>{const c=F3(i,e.fullPath);t(c)},i=>{n(i)})})})}var H4=function(e,t){if(e&&t){var n=Array.isArray(t)?t:t.split(",");if(n.length===0)return!0;var i=e.name||"",c=(e.type||"").toLowerCase(),s=c.replace(/\/.*$/,"");return n.some(function(o){var l=o.trim().toLowerCase();return l.charAt(0)==="."?i.toLowerCase().endsWith(l):l.endsWith("/*")?s===l.replace(/\/.*$/,""):c===l})}return!0};function H8(e){return Tg(e)||$g(e)||gs(e)||Dg()}function Dg(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
687
- In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function $g(e){if(typeof Symbol<"u"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function Tg(e){if(Array.isArray(e))return Dr(e)}function U8(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter(function(c){return Object.getOwnPropertyDescriptor(e,c).enumerable})),n.push.apply(n,i)}return n}function k8(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{};t%2?U8(Object(n),!0).forEach(function(i){vs(e,i,n[i])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):U8(Object(n)).forEach(function(i){Object.defineProperty(e,i,Object.getOwnPropertyDescriptor(n,i))})}return e}function vs(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function C0(e,t){return Zg(e)||Eg(e,t)||gs(e,t)||Pg()}function Pg(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
688
- In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function gs(e,t){if(e){if(typeof e=="string")return Dr(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if(n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set")return Array.from(e);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Dr(e,t)}}function Dr(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,i=new Array(t);n<t;n++)i[n]=e[n];return i}function Eg(e,t){var n=e==null?null:typeof Symbol<"u"&&e[Symbol.iterator]||e["@@iterator"];if(n!=null){var i=[],c=!0,s=!1,o,l;try{for(n=n.call(e);!(c=(o=n.next()).done)&&(i.push(o.value),!(t&&i.length===t));c=!0);}catch(d){s=!0,l=d}finally{try{!c&&n.return!=null&&n.return()}finally{if(s)throw l}}return i}}function Zg(e){if(Array.isArray(e))return e}var Ig=typeof H4=="function"?H4:H4.default,Mg="file-invalid-type",Ag="file-too-large",Fg="file-too-small",Rg="too-many-files",Vg=function(){var t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"",n=t.split(","),i=n.length>1?"one of ".concat(n.join(", ")):n[0];return{code:Mg,message:"File type must be ".concat(i)}},q8=function(t){return{code:Ag,message:"File is larger than ".concat(t," ").concat(t===1?"byte":"bytes")}},K8=function(t){return{code:Fg,message:"File is smaller than ".concat(t," ").concat(t===1?"byte":"bytes")}},Lg={code:Rg,message:"Too many files"};function xs(e,t){var n=e.type==="application/x-moz-file"||Ig(e,t);return[n,n?null:Vg(t)]}function bs(e,t,n){if(m3(e.size))if(m3(t)&&m3(n)){if(e.size>n)return[!1,q8(n)];if(e.size<t)return[!1,K8(t)]}else{if(m3(t)&&e.size<t)return[!1,K8(t)];if(m3(n)&&e.size>n)return[!1,q8(n)]}return[!0,null]}function m3(e){return e!=null}function Ng(e){var t=e.files,n=e.accept,i=e.minSize,c=e.maxSize,s=e.multiple,o=e.maxFiles,l=e.validator;return!s&&t.length>1||s&&o>=1&&t.length>o?!1:t.every(function(d){var m=xs(d,n),f=C0(m,1),v=f[0],g=bs(d,i,c),p=C0(g,1),x=p[0],j=l?l(d):null;return v&&x&&!j})}function O2(e){return typeof e.isPropagationStopped=="function"?e.isPropagationStopped():typeof e.cancelBubble<"u"?e.cancelBubble:!1}function e2(e){return e.dataTransfer?Array.prototype.some.call(e.dataTransfer.types,function(t){return t==="Files"||t==="application/x-moz-file"}):!!e.target&&!!e.target.files}function G8(e){e.preventDefault()}function Wg(e){return e.indexOf("MSIE")!==-1||e.indexOf("Trident/")!==-1}function zg(e){return e.indexOf("Edge/")!==-1}function Bg(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:window.navigator.userAgent;return Wg(e)||zg(e)}function xe(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return function(i){for(var c=arguments.length,s=new Array(c>1?c-1:0),o=1;o<c;o++)s[o-1]=arguments[o];return t.some(function(l){return!O2(i)&&l&&l.apply(void 0,[i].concat(s)),O2(i)})}}function Yg(){return"showOpenFilePicker"in window}function Hg(e){if(m3(e)){var t=Object.entries(e).filter(function(n){var i=C0(n,2),c=i[0],s=i[1],o=!0;return js(c)||(console.warn('Skipped "'.concat(c,'" because it is not a valid MIME type. Check https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Common_types for a list of valid MIME types.')),o=!1),(!Array.isArray(s)||!s.every(ys))&&(console.warn('Skipped "'.concat(c,'" because an invalid file extension was provided.')),o=!1),o}).reduce(function(n,i){var c=C0(i,2),s=c[0],o=c[1];return k8(k8({},n),{},vs({},s,o))},{});return[{description:"Files",accept:t}]}return e}function Ug(e){if(m3(e))return Object.entries(e).reduce(function(t,n){var i=C0(n,2),c=i[0],s=i[1];return[].concat(H8(t),[c],H8(s))},[]).filter(function(t){return js(t)||ys(t)}).join(",")}function kg(e){return e instanceof DOMException&&(e.name==="AbortError"||e.code===e.ABORT_ERR)}function qg(e){return e instanceof DOMException&&(e.name==="SecurityError"||e.code===e.SECURITY_ERR)}function js(e){return e==="audio/*"||e==="video/*"||e==="image/*"||e==="text/*"||e==="application/*"||/\w+\/[-+.\w]+/g.test(e)}function ys(e){return/^.*\.[\w]+$/.test(e)}var Kg=["children"],Gg=["open"],Qg=["refKey","role","onKeyDown","onFocus","onBlur","onClick","onDragEnter","onDragOver","onDragLeave","onDrop"],Jg=["refKey","onChange","onClick"];function Xg(e){return nx(e)||tx(e)||_s(e)||ex()}function ex(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
689
- In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function tx(e){if(typeof Symbol<"u"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function nx(e){if(Array.isArray(e))return $r(e)}function U4(e,t){return ix(e)||rx(e,t)||_s(e,t)||ax()}function ax(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
690
- In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function _s(e,t){if(e){if(typeof e=="string")return $r(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if(n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set")return Array.from(e);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return $r(e,t)}}function $r(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,i=new Array(t);n<t;n++)i[n]=e[n];return i}function rx(e,t){var n=e==null?null:typeof Symbol<"u"&&e[Symbol.iterator]||e["@@iterator"];if(n!=null){var i=[],c=!0,s=!1,o,l;try{for(n=n.call(e);!(c=(o=n.next()).done)&&(i.push(o.value),!(t&&i.length===t));c=!0);}catch(d){s=!0,l=d}finally{try{!c&&n.return!=null&&n.return()}finally{if(s)throw l}}return i}}function ix(e){if(Array.isArray(e))return e}function Q8(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter(function(c){return Object.getOwnPropertyDescriptor(e,c).enumerable})),n.push.apply(n,i)}return n}function D1(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{};t%2?Q8(Object(n),!0).forEach(function(i){Tr(e,i,n[i])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Q8(Object(n)).forEach(function(i){Object.defineProperty(e,i,Object.getOwnPropertyDescriptor(n,i))})}return e}function Tr(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function C2(e,t){if(e==null)return{};var n=cx(e,t),i,c;if(Object.getOwnPropertySymbols){var s=Object.getOwnPropertySymbols(e);for(c=0;c<s.length;c++)i=s[c],!(t.indexOf(i)>=0)&&Object.prototype.propertyIsEnumerable.call(e,i)&&(n[i]=e[i])}return n}function cx(e,t){if(e==null)return{};var n={},i=Object.keys(e),c,s;for(s=0;s<i.length;s++)c=i[s],!(t.indexOf(c)>=0)&&(n[c]=e[c]);return n}var g5=h.forwardRef(function(e,t){var n=e.children,i=C2(e,Kg),c=Ss(i),s=c.open,o=C2(c,Gg);return h.useImperativeHandle(t,function(){return{open:s}},[s]),$e.createElement(h.Fragment,null,n(D1(D1({},o),{},{open:s})))});g5.displayName="Dropzone";var ws={disabled:!1,getFilesFromEvent:xg,maxSize:1/0,minSize:0,multiple:!0,maxFiles:0,preventDropOnDocument:!0,noClick:!1,noKeyboard:!1,noDrag:!1,noDragEventsBubbling:!1,validator:null,useFsAccessApi:!1,autoFocus:!1};g5.defaultProps=ws;g5.propTypes={children:v1.func,accept:v1.objectOf(v1.arrayOf(v1.string)),multiple:v1.bool,preventDropOnDocument:v1.bool,noClick:v1.bool,noKeyboard:v1.bool,noDrag:v1.bool,noDragEventsBubbling:v1.bool,minSize:v1.number,maxSize:v1.number,maxFiles:v1.number,disabled:v1.bool,getFilesFromEvent:v1.func,onFileDialogCancel:v1.func,onFileDialogOpen:v1.func,useFsAccessApi:v1.bool,autoFocus:v1.bool,onDragEnter:v1.func,onDragLeave:v1.func,onDragOver:v1.func,onDrop:v1.func,onDropAccepted:v1.func,onDropRejected:v1.func,onError:v1.func,validator:v1.func};var Pr={isFocused:!1,isFileDialogActive:!1,isDragActive:!1,isDragAccept:!1,isDragReject:!1,acceptedFiles:[],fileRejections:[]};function Ss(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},t=D1(D1({},ws),e),n=t.accept,i=t.disabled,c=t.getFilesFromEvent,s=t.maxSize,o=t.minSize,l=t.multiple,d=t.maxFiles,m=t.onDragEnter,f=t.onDragLeave,v=t.onDragOver,g=t.onDrop,p=t.onDropAccepted,x=t.onDropRejected,j=t.onFileDialogCancel,y=t.onFileDialogOpen,b=t.useFsAccessApi,S=t.autoFocus,C=t.preventDropOnDocument,T=t.noClick,$=t.noKeyboard,Z=t.noDrag,O=t.noDragEventsBubbling,N=t.onError,z=t.validator,V=h.useMemo(function(){return Ug(n)},[n]),M=h.useMemo(function(){return Hg(n)},[n]),H=h.useMemo(function(){return typeof y=="function"?y:J8},[y]),K=h.useMemo(function(){return typeof j=="function"?j:J8},[j]),A=h.useRef(null),Y=h.useRef(null),W=h.useReducer(sx,Pr),E=U4(W,2),w=E[0],_=E[1],F=w.isFocused,G=w.isFileDialogActive,q=h.useRef(typeof window<"u"&&window.isSecureContext&&b&&Yg()),l1=function(){!q.current&&G&&setTimeout(function(){if(Y.current){var X=Y.current.files;X.length||(_({type:"closeDialog"}),K())}},300)};h.useEffect(function(){return window.addEventListener("focus",l1,!1),function(){window.removeEventListener("focus",l1,!1)}},[Y,G,K,q]);var m1=h.useRef([]),J=function(X){A.current&&A.current.contains(X.target)||(X.preventDefault(),m1.current=[])};h.useEffect(function(){return C&&(document.addEventListener("dragover",G8,!1),document.addEventListener("drop",J,!1)),function(){C&&(document.removeEventListener("dragover",G8),document.removeEventListener("drop",J))}},[A,C]),h.useEffect(function(){return!i&&S&&A.current&&A.current.focus(),function(){}},[A,S,i]);var t1=h.useCallback(function(B){N?N(B):console.error(B)},[N]),r1=h.useCallback(function(B){B.preventDefault(),B.persist(),A1(B),m1.current=[].concat(Xg(m1.current),[B.target]),e2(B)&&Promise.resolve(c(B)).then(function(X){if(!(O2(B)&&!O)){var j1=X.length,P1=j1>0&&Ng({files:X,accept:V,minSize:o,maxSize:s,multiple:l,maxFiles:d,validator:z}),W1=j1>0&&!P1;_({isDragAccept:P1,isDragReject:W1,isDragActive:!0,type:"setDraggedFiles"}),m&&m(B)}}).catch(function(X){return t1(X)})},[c,m,t1,O,V,o,s,l,d,z]),s1=h.useCallback(function(B){B.preventDefault(),B.persist(),A1(B);var X=e2(B);if(X&&B.dataTransfer)try{B.dataTransfer.dropEffect="copy"}catch{}return X&&v&&v(B),!1},[v,O]),i1=h.useCallback(function(B){B.preventDefault(),B.persist(),A1(B);var X=m1.current.filter(function(P1){return A.current&&A.current.contains(P1)}),j1=X.indexOf(B.target);j1!==-1&&X.splice(j1,1),m1.current=X,!(X.length>0)&&(_({type:"setDraggedFiles",isDragActive:!1,isDragAccept:!1,isDragReject:!1}),e2(B)&&f&&f(B))},[A,f,O]),d1=h.useCallback(function(B,X){var j1=[],P1=[];B.forEach(function(W1){var Se=xs(W1,V),ge=U4(Se,2),t3=ge[0],n3=ge[1],a3=bs(W1,o,s),Ve=U4(a3,2),r3=Ve[0],i3=Ve[1],c3=z?z(W1):null;if(t3&&r3&&!c3)j1.push(W1);else{var s3=[n3,i3];c3&&(s3=s3.concat(c3)),P1.push({file:W1,errors:s3.filter(function(r0){return r0})})}}),(!l&&j1.length>1||l&&d>=1&&j1.length>d)&&(j1.forEach(function(W1){P1.push({file:W1,errors:[Lg]})}),j1.splice(0)),_({acceptedFiles:j1,fileRejections:P1,isDragReject:P1.length>0,type:"setFiles"}),g&&g(j1,P1,X),P1.length>0&&x&&x(P1,X),j1.length>0&&p&&p(j1,X)},[_,l,V,o,s,d,g,p,x,z]),x1=h.useCallback(function(B){B.preventDefault(),B.persist(),A1(B),m1.current=[],e2(B)&&Promise.resolve(c(B)).then(function(X){O2(B)&&!O||d1(X,B)}).catch(function(X){return t1(X)}),_({type:"reset"})},[c,d1,t1,O]),M1=h.useCallback(function(){if(q.current){_({type:"openDialog"}),H();var B={multiple:l,types:M};window.showOpenFilePicker(B).then(function(X){return c(X)}).then(function(X){d1(X,null),_({type:"closeDialog"})}).catch(function(X){kg(X)?(K(X),_({type:"closeDialog"})):qg(X)?(q.current=!1,Y.current?(Y.current.value=null,Y.current.click()):t1(new Error("Cannot open the file picker because the https://developer.mozilla.org/en-US/docs/Web/API/File_System_Access_API is not supported and no <input> was provided."))):t1(X)});return}Y.current&&(_({type:"openDialog"}),H(),Y.current.value=null,Y.current.click())},[_,H,K,b,d1,t1,M,l]),u1=h.useCallback(function(B){!A.current||!A.current.isEqualNode(B.target)||(B.key===" "||B.key==="Enter"||B.keyCode===32||B.keyCode===13)&&(B.preventDefault(),M1())},[A,M1]),q1=h.useCallback(function(){_({type:"focus"})},[]),U=h.useCallback(function(){_({type:"blur"})},[]),U1=h.useCallback(function(){T||(Bg()?setTimeout(M1,0):M1())},[T,M1]),C1=function(X){return i?null:X},n1=function(X){return $?null:C1(X)},b1=function(X){return Z?null:C1(X)},A1=function(X){O&&X.stopPropagation()},de=h.useMemo(function(){return function(){var B=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},X=B.refKey,j1=X===void 0?"ref":X,P1=B.role,W1=B.onKeyDown,Se=B.onFocus,ge=B.onBlur,t3=B.onClick,n3=B.onDragEnter,a3=B.onDragOver,Ve=B.onDragLeave,r3=B.onDrop,i3=C2(B,Qg);return D1(D1(Tr({onKeyDown:n1(xe(W1,u1)),onFocus:n1(xe(Se,q1)),onBlur:n1(xe(ge,U)),onClick:C1(xe(t3,U1)),onDragEnter:b1(xe(n3,r1)),onDragOver:b1(xe(a3,s1)),onDragLeave:b1(xe(Ve,i1)),onDrop:b1(xe(r3,x1)),role:typeof P1=="string"&&P1!==""?P1:"presentation"},j1,A),!i&&!$?{tabIndex:0}:{}),i3)}},[A,u1,q1,U,U1,r1,s1,i1,x1,$,Z,i]),e3=h.useCallback(function(B){B.stopPropagation()},[]),a0=h.useMemo(function(){return function(){var B=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},X=B.refKey,j1=X===void 0?"ref":X,P1=B.onChange,W1=B.onClick,Se=C2(B,Jg),ge=Tr({accept:V,multiple:l,type:"file",style:{border:0,clip:"rect(0, 0, 0, 0)",clipPath:"inset(50%)",height:"1px",margin:"0 -1px -1px 0",overflow:"hidden",padding:0,position:"absolute",width:"1px",whiteSpace:"nowrap"},onChange:C1(xe(P1,x1)),onClick:C1(xe(W1,e3)),tabIndex:-1},j1,Y);return D1(D1({},ge),Se)}},[Y,n,l,x1,i]);return D1(D1({},w),{},{isFocused:F&&!i,getRootProps:de,getInputProps:a0,rootRef:A,inputRef:Y,open:C1(M1)})}function sx(e,t){switch(t.type){case"focus":return D1(D1({},e),{},{isFocused:!0});case"blur":return D1(D1({},e),{},{isFocused:!1});case"openDialog":return D1(D1({},Pr),{},{isFileDialogActive:!0});case"closeDialog":return D1(D1({},e),{},{isFileDialogActive:!1});case"setDraggedFiles":return D1(D1({},e),{},{isDragActive:t.isDragActive,isDragAccept:t.isDragAccept,isDragReject:t.isDragReject});case"setFiles":return D1(D1({},e),{},{acceptedFiles:t.acceptedFiles,fileRejections:t.fileRejections,isDragReject:t.isDragReject});case"reset":return D1({},Pr);default:return e}}function J8(){}const ox=e=>JSON.stringify(JSON.parse(e),null,4),lx=({onSuccess:e,onError:t})=>n=>{var c;const i=(c=n==null?void 0:n.target)==null?void 0:c.result;if(typeof i=="string")try{const s=ox(i);e(s)}catch{t("Cannot format as valid JSON")}else t("Unsupported format")},dx=({onSuccess:e,onError:t,children:n,onDragStatusChange:i,...c})=>{const s=h.useCallback(([m])=>{const f=new FileReader;f.onload=lx({onSuccess:e,onError:t}),f.readAsText(m)},[]),{getRootProps:o,getInputProps:l,isDragActive:d}=Ss({onDrop:s,accept:{"application/json":[".json"]},maxFiles:1});return h.useEffect(()=>{i(d)},[d]),a.jsxs(D,{...o(),...c,children:[a.jsx("input",{"data-testid":"import-file",...l()}),n]})},ux=u(dx)(({theme:e})=>({padding:e.spacing(4,2,2,2),border:`1px dashed ${e.palette.secondary.border}`,borderRadius:e.shape.borderRadiusLarge,display:"flex",flexDirection:"column",alignItems:"center"}));var x5={},hx=J1;Object.defineProperty(x5,"__esModule",{value:!0});var Os=x5.default=void 0,mx=hx(Q1()),fx=a,px=(0,mx.default)((0,fx.jsx)("path",{d:"m4 12 1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z"}),"ArrowUpward");Os=x5.default=px;const vx=u(D)(({theme:e})=>({backgroundColor:e.palette.background.elevation2,borderRadius:e.shape.borderRadiusLarge,padding:e.spacing(3)})),k4=u(I)(({theme:e})=>({marginBottom:e.spacing(.5)})),q4=u(D)(({theme:e})=>({marginBottom:e.spacing(3),color:e.palette.text.secondary,fontSize:e.fontSizes.smallBody})),gx=()=>a.jsxs(vx,{children:[a.jsx(k4,{children:"What is being imported?"}),a.jsxs(q4,{children:["Feature flags will be imported with full configuration:",a.jsxs("ul",{children:[a.jsx("li",{children:"strategies"}),a.jsx("li",{children:"context fields"}),a.jsx("li",{children:"variants"}),a.jsx("li",{children:"tags"}),a.jsx("li",{children:"feature flag status"}),a.jsx("li",{children:"feature dependencies"}),a.jsx("li",{children:"feature links"})]})]}),a.jsx(k4,{children:"Exceptions?"}),a.jsx(q4,{children:"If the feature flag already exists in the new instance, it will be overwritten"}),a.jsx(k4,{children:"What is not imported?"}),a.jsx(q4,{sx:{marginBottom:0},children:"If we detect segments or custom strategies in your imported file, we will stop the import. You need to create them first in the new instance and run the import again"})]}),b5=u("div")(({theme:e})=>({backgroundColor:e.palette.background.paper,padding:e.spacing(5,8,3,8),display:"flex",flexDirection:"column",gap:e.spacing(3),flexBasis:"70%"})),j5=u(D)(({theme:e})=>({width:"100%",borderTop:`1px solid ${e.palette.divider}`,marginTop:"auto",paddingTop:e.spacing(3),display:"flex",justifyContent:"flex-end"})),xx=u(se)(({theme:e})=>({width:"100%"})),bx=u(I)(({theme:e})=>({marginTop:e.spacing(4),fontSize:e.fontSizes.mainHeader})),jx=u(I)(({theme:e})=>({marginTop:e.spacing(2),marginBottom:e.spacing(1.5),color:e.palette.text.secondary})),yx=u(I)(({theme:e})=>({marginTop:e.spacing(4),color:e.palette.text.secondary})),_x=({activeTab:e,setActiveTab:t})=>a.jsx(D,{sx:{borderBottom:1,borderColor:"divider"},children:a.jsxs(Nr,{value:e,children:[a.jsx(p2,{label:"Upload file",value:"file",onClick:()=>t("file")}),a.jsx(p2,{label:"Code editor",value:"code","data-testid":Jd,onClick:()=>t("code")})]})}),wx=({activeTab:e,setActiveTab:t,importPayload:n,setImportPayload:i})=>{const[c,s]=h.useState(!1),{setToastData:o}=$1();return a.jsx(R,{condition:e==="file",show:a.jsxs(ux,{onSuccess:l=>{i(l),t("code"),o({type:"success",text:"File uploaded"})},onError:l=>{i(""),o({type:"error",text:l})},onDragStatusChange:s,children:[a.jsx(ss,{sx:{width:80,height:80},active:c,children:a.jsx(Os,{fontSize:"large"})}),a.jsx(bx,{children:c?"Drop your file to upload":"Drop your file here"}),a.jsx(jx,{children:"or select a file from your device"}),a.jsx(a1,{variant:"outlined",children:"Select file"}),a.jsx(yx,{children:"JSON format: max 500 kB"})]}),elseShow:a.jsx(xx,{label:"Exported feature flags",variant:"outlined",onChange:l=>i(l.target.value),value:n,"data-testid":Xd,multiline:!0,minRows:13,maxRows:13})})},Sx=({onSubmit:e,onClose:t,disabled:n})=>a.jsxs(j5,{children:[a.jsx(a1,{sx:{position:"static"},variant:"contained",type:"submit",onClick:e,"data-testid":eu,disabled:n,children:"Validate"}),a.jsx(a1,{sx:{position:"static",ml:2},variant:"outlined",type:"submit",onClick:t,children:"Cancel import"})]}),Ox=({tabs:e,importOptions:t,importArea:n,actions:i})=>a.jsxs(b5,{children:[e,t,n,a.jsx(gx,{}),i]}),Cx=()=>{const{makeRequest:e,createRequest:t,errors:n,loading:i}=L2({propagateErrors:!0});return{loading:i,errors:n,validateImport:async s=>{const l=t("api/admin/features-batch/validate",{method:"POST",body:JSON.stringify(s)});return(await e(l.caller,l.id)).json()}}},Dx=u(D)(({theme:e})=>({backgroundColor:e.palette.background.elevation2,borderRadius:e.shape.borderRadiusLarge,padding:e.spacing(3)})),X8=u("span")(({theme:e})=>({fontSize:e.fontSizes.smallBody,color:e.palette.text.secondary})),e7=u("span")(({theme:e})=>({fontSize:e.fontSizes.smallBody,color:e.palette.text.primary,fontWeight:e.fontWeight.bold})),t7=u(D)(({theme:e})=>({border:`1px solid ${e.palette.error.border}`,borderRadius:e.shape.borderRadiusLarge,paddingBottom:e.spacing(2)})),$x=u(D)(({theme:e})=>({border:`1px solid ${e.palette.warning.border}`,borderRadius:e.shape.borderRadiusLarge,paddingBottom:e.spacing(2)})),n7=u(D)(({theme:e})=>({color:e.palette.error.dark,backgroundColor:e.palette.error.light,fontSize:e.fontSizes.smallBody,borderBottom:`1px solid ${e.palette.error.border}`,borderTopLeftRadius:e.shape.borderRadiusLarge,borderTopRightRadius:e.shape.borderRadiusLarge,padding:e.spacing(2)})),Tx=u(D)(({theme:e})=>({color:e.palette.warning.dark,backgroundColor:e.palette.warning.light,fontSize:e.fontSizes.smallBody,borderBottom:`1px solid ${e.palette.warning.border}`,borderTopLeftRadius:e.shape.borderRadiusLarge,borderTopRightRadius:e.shape.borderRadiusLarge,padding:e.spacing(2)})),a7=u(D)(({theme:e})=>({color:e.palette.error.dark,fontSize:e.fontSizes.smallBody})),Px=u(D)(({theme:e})=>({color:e.palette.warning.dark,fontSize:e.fontSizes.smallBody})),K4=u("ul")(({theme:e})=>({marginTop:e.spacing(1),marginBottom:e.spacing(0),paddingLeft:e.spacing(3),paddingBottom:e.spacing(3),borderBottom:`1px dashed ${e.palette.neutral.border}`})),G4=u("li")(({theme:e})=>({fontSize:e.fontSizes.smallBody})),Ex=({environment:e,project:t,payload:n,onClose:i,onBack:c,onSubmit:s})=>{const{validateImport:o}=Cx(),{setToastData:l}=$1(),{trackEvent:d}=T1(),[m,f]=h.useState({errors:[],warnings:[],permissions:[]}),[v,g]=h.useState(!0),p=x=>{x.errors.length>0||x.permissions.length>0?d("export_import",{props:{eventType:"validation fail"}}):d("export_import",{props:{eventType:"validation success"}}),f(x)};return h.useEffect(()=>{o({environment:e,project:t,data:JSON.parse(n)}).then(p).catch(x=>{g(!1),l({type:"error",text:_1(x)})})},[]),a.jsxs(b5,{children:[a.jsxs(Dx,{children:[a.jsx(I,{sx:{mb:1.5},children:"You are importing this configuration in:"}),a.jsxs(D,{sx:{display:"flex",gap:3},children:[a.jsxs("span",{children:[a.jsx(X8,{children:"Environment: "}),a.jsx(e7,{children:e})]}),a.jsxs("span",{children:[a.jsx(X8,{children:"Project: "}),a.jsx(e7,{children:t})]})]})]}),a.jsx(R,{condition:m.permissions.length>0,show:a.jsxs(t7,{children:[a.jsxs(n7,{children:[a.jsx("strong",{children:"Missing permissions!"})," There are some permissions that you need to be granted before importing this configuration"]}),m.permissions.map(x=>a.jsxs(D,{sx:{p:2},children:[a.jsx(a7,{children:x.message}),a.jsx(K4,{children:x.affectedItems.map(j=>a.jsx(G4,{children:j},j))})]},x.message))]})}),a.jsx(R,{condition:m.errors.length>0,show:a.jsxs(t7,{children:[a.jsxs(n7,{children:[a.jsx("strong",{children:"Conflict!"})," There are some errors that need to be fixed before the import."]}),m.errors.map(x=>a.jsxs(D,{sx:{p:2},children:[a.jsx(a7,{children:x.message}),a.jsx(K4,{children:x.affectedItems.map(j=>a.jsx(G4,{children:j},j))})]},x.message))]})}),a.jsx(R,{condition:m.warnings.length>0,show:a.jsxs($x,{children:[a.jsxs(Tx,{children:[a.jsx("strong",{children:"Warning!"})," It is recommended to verify the following information before importing."]}),m.warnings.map(x=>a.jsxs(D,{sx:{p:2},children:[a.jsx(Px,{children:x.message}),a.jsx(K4,{children:x.affectedItems.map(j=>a.jsx(G4,{children:j},j))})]},x.message))]})}),a.jsxs(j5,{children:[a.jsx(a1,{sx:{position:"static",mr:"auto"},variant:"outlined",type:"submit",onClick:c,children:"Back"}),a.jsx(y3,{permission:E2,projectId:t,sx:{position:"static"},variant:"contained",type:"submit",onClick:s,"data-testid":tu,disabled:m.errors.length>0||m.permissions.length>0||!v,children:"Import configuration"}),a.jsx(a1,{sx:{position:"static",ml:2},variant:"outlined",type:"submit",onClick:i,children:"Cancel import"})]})]})},Zx=()=>{const{makeRequest:e,createRequest:t,errors:n,loading:i}=L2({propagateErrors:!0}),{trackEvent:c}=T1();return{loading:i,errors:n,createImport:async o=>{const d=t("api/admin/features-batch/import",{method:"POST",body:JSON.stringify(o)});try{const m=await e(d.caller,d.id);return c("export_import",{props:{eventType:"features imported"}}),m}catch(m){throw c("export_import",{props:{eventType:"features import failed"}}),m}}}},Ix=u(xc)(({theme:e})=>({padding:e.spacing(4,2,2,2),display:"flex",flexDirection:"column",alignItems:"center",gap:e.spacing(8)})),Mx=u(I)(({theme:e})=>({fontSize:e.fontSizes.mainHeader})),Ax=u(x3)(({theme:e})=>({backgroundColor:e.palette.primary.main})),Fx=u(x3)(({theme:e})=>({backgroundColor:e.palette.error.main})),Rx=u(xc)(({theme:e})=>({border:`1px solid ${e.palette.info.border}`,borderRadius:e.shape.borderRadiusLarge,padding:e.spacing(2),color:e.palette.info.dark,backgroundColor:e.palette.info.light,fontSize:e.fontSizes.smallBody})),Vx=(e,t)=>e?{status:"loading"}:Object.keys(t).length>0?{status:"error",errors:t}:{status:"success"},Lx=({environment:e,project:t,payload:n,onClose:i})=>{const{createImport:c,loading:s,errors:o}=Zx(),{refetch:l}=ts(t),{refetch:d}=F2(t),{setToastData:m}=$1(),{isChangeRequestConfigured:f}=E0(t);h.useEffect(()=>{c({environment:e,project:t,data:JSON.parse(n)}).then(()=>{l(),d()}).catch(p=>{m({type:"error",text:_1(p)})})},[]);const v=Vx(s,o),g=f(e)&&v.status==="success";return a.jsxs(b5,{children:[a.jsxs(Ix,{children:[a.jsx(R,{condition:v.status==="loading",show:a.jsx(ss,{sx:{width:80,height:80},active:!0,children:a.jsx(X2,{fontSize:"large"})})}),a.jsx(R,{condition:v.status==="success",show:a.jsx(Ax,{sx:{width:80,height:80},children:a.jsx(R3,{fontSize:"large"})})}),a.jsx(R,{condition:v.status==="error",show:a.jsx(Fx,{sx:{width:80,height:80},children:a.jsx(x2,{fontSize:"large"})})}),a.jsxs(Mx,{children:[a.jsx(R,{condition:v.status==="loading",show:"Importing..."}),a.jsx(R,{condition:v.status==="success",show:"Import completed"}),a.jsx(R,{condition:v.status==="error",show:"Import failed"})]})]}),a.jsx(R,{condition:g,show:a.jsxs(Rx,{children:["For this environment ",a.jsx("strong",{children:"Change request"})," is enabled. This means that the import has generated a change request which needs to be approved before the configuration will be visible in the instance."]})}),a.jsx(j5,{children:a.jsx(a1,{sx:{position:"static"},variant:"contained",type:"submit",onClick:i,children:"Close"})})]})},Nx=u(D)(({theme:e})=>({backgroundColor:e.palette.background.elevation2,borderRadius:e.shape.borderRadiusLarge,padding:e.spacing(3)})),Wx=u(I)(({theme:e})=>({marginBottom:e.spacing(3),fontWeight:e.fontWeight.bold})),zx=u(I)(({theme:e})=>({marginBottom:e.spacing(1.5)})),Bx=({project:e,environment:t,onChange:n})=>{var s;const{project:i}=X1(e),c=(s=i.environments)==null?void 0:s.map(({environment:o})=>({key:o,label:o,title:o}));return h.useEffect(()=>{t===""&&(c!=null&&c[0])&&n(c[0].key)},[JSON.stringify(c)]),a.jsxs(Nx,{children:[a.jsx(Wx,{children:"Import options"}),a.jsx(zx,{children:"Choose the environment to import the configuration for"}),a.jsx(L3,{sx:{width:"180px"},options:c||[],onChange:n,label:"Environment",value:t,"data-testid":nu,IconComponent:bc,fullWidth:!0})]})},Yx=u("div")(({theme:e})=>({minHeight:"100vh",display:"flex"})),Hx=u("div")(({theme:e})=>({backgroundColor:e.palette.background.sidebar,padding:e.spacing(8),flexBasis:"30%"})),Ux=u("div")(({theme:e})=>({textTransform:"uppercase",fontSize:e.fontSizes.smallBody,color:e.palette.common.white,fontWeight:e.typography.fontWeightBold,marginBottom:e.spacing(3)})),kx=e=>{try{return JSON.parse(e),!0}catch{return!1}},Cs=({open:e,setOpen:t,project:n})=>{const[i,c]=h.useState("configure"),[s,o]=h.useState(""),[l,d]=h.useState(""),[m,f]=h.useState("file"),v=()=>{t(!1)};h.useEffect(()=>{e===!0&&g()},[e]);const g=()=>{c("configure"),o(""),d(""),f("file")};return a.jsx(Te,{open:e,onClose:v,label:"Import flags",children:a.jsxs(Yx,{children:[a.jsxs(Hx,{children:[a.jsx(Ux,{children:"Process"}),a.jsx(fg,{stage:i})]}),a.jsx(R,{condition:i==="configure",show:a.jsx(Ox,{tabs:a.jsx(_x,{activeTab:m,setActiveTab:f}),importOptions:a.jsx(Bx,{project:n,environment:s,onChange:o}),importArea:a.jsx(wx,{activeTab:m,setActiveTab:f,importPayload:l,setImportPayload:d}),actions:a.jsx(Sx,{disabled:!kx(l),onSubmit:()=>c("validate"),onClose:v})})}),a.jsx(R,{condition:i==="validate",show:a.jsx(Ex,{project:n,environment:s,payload:l,onBack:()=>c("configure"),onSubmit:()=>c("import"),onClose:v})}),a.jsx(R,{condition:i==="import",show:a.jsx(Lx,{project:n,environment:s,payload:l,onClose:v})})]})})},qx=u(D)(({theme:e})=>({display:"flex",gap:e.spacing(1),alignItems:"center"})),Kx=7,Gx=60*1e3,Qx=7,Jx=e=>{const t=ru(new Date,Kx),n=Tm(t,{representation:"date"});return{project:`IS:${e}`,lifecycle:"IS:completed",lastSeenAt:`IS_BEFORE:${n}`}},Xx=({projectId:e})=>{const t=te(),{shouldShowReminder:n,snoozeReminder:i}=um(),c=au(Z2,e),{trackEvent:s}=T1(),o=`project-cleanup-${e}`,l=Jx(e),{total:d,loading:m}=mc(l,{refreshInterval:Gx});if(!c||!n(o)||m||!d)return null;const f=()=>{s("project-cleanup",{props:{eventType:"view flags clicked"}}),t(`/projects/${e}/features?${new URLSearchParams(l).toString()}`)},v=()=>{s("project-cleanup",{props:{eventType:"remind me later"}}),i(o,Qx)};return a.jsxs(Z1,{severity:"warning",icon:a.jsx(hm,{}),action:a.jsxs(qx,{children:[a.jsx(a1,{size:"medium",onClick:v,children:"Remind me later"}),a.jsx(a1,{variant:"contained",size:"medium",onClick:f,children:"View flags"})]}),children:[a.jsx("b",{children:"Time to clean up technical debt?"}),a.jsxs("p",{children:["We haven't observed any metrics for ",d," of the flags lately. Can ",d>1?"they":"it"," be archived?"]})]})},Q4=e=>`environment:${e}`,Oe=Sc(),eb=e=>e.name,tb=u("div")(({theme:e})=>({display:"flex",flexDirection:"column",gap:e.spacing(2)})),nb=u("div")(({theme:e})=>({display:"flex",flexFlow:"row wrap",gap:e.spacing(2),justifyContent:"space-between"})),ab=u("div")(({theme:e})=>({display:"flex",gap:e.spacing(1),paddingInline:e.spacing(1.5)})),rb=({environments:e})=>{const{trackEvent:t}=T1(),n=e1("projectId"),{project:i}=X1(n),[c,s]=h.useState(!1),[o,l]=h.useState(!1),{features:d,total:m,refetch:f,loading:v,initialLoad:g,tableState:p,setTableState:x}=ts(n),{onFlagTypeClick:j,onTagClick:y,onAvatarClick:b}=sp(p,x),S={tag:p.tag,createdAt:p.createdAt,type:p.type,state:p.state,createdBy:p.createdBy,archived:p.archived,lifecycle:p.lifecycle,lastSeenAt:p.lastSeenAt},{favorite:C,unfavorite:T}=iu(),$=h.useCallback(async U=>{U!=null&&U.favorite?await T(n,U.name):await C(n,U.name),f()},[n,f]),Z=(U="archived flag")=>{t("project-cleanup",{props:{eventType:U,showCleanupReminder:q1}})},{isChangeRequestConfigured:O}=E0(n),{onToggle:N,modals:z}=mm(n),{rowActionsDialogs:V,setFeatureArchiveState:M,setFeatureStaleDialogState:H,setShowMarkCompletedDialogue:K,setShowFeatureReviveDialogue:A,setShowFeatureDeleteDialogue:Y}=ip(f,n,Z),W=!!(g||v),[E,w]=w0(`onboarding-flow:v1-${n}`,"visible"),[_,F]=w0(`onboarding-state:v1-${n}`,"hide-setup"),G=i.onboardingStatus.status!=="onboarded"&&E==="visible",q=U=>{G||t("onboarding",{props:{eventType:"onboarding-finished",onboardedSdk:U}})},l1=h.useMemo(()=>[Oe.display({id:"select",header:({table:U})=>a.jsx(S8,{title:"Select all rows",checked:U==null?void 0:U.getIsAllRowsSelected(),onChange:U==null?void 0:U.getToggleAllRowsSelectedHandler()}),cell:({row:U})=>a.jsx(S8,{title:"Select row",checked:U==null?void 0:U.getIsSelected(),onChange:U==null?void 0:U.getToggleSelectedHandler()}),meta:{width:"1%"},enableHiding:!1}),Oe.accessor("favorite",{id:"favorite",header:()=>a.jsx(cu,{isActive:p.favoritesFirst,onClick:()=>x({favoritesFirst:!p.favoritesFirst})}),cell:({row:{original:U}})=>a.jsx(su,{value:U==null?void 0:U.favorite,onClick:()=>$(U)}),enableSorting:!1,enableHiding:!1,meta:{width:"1%"}}),Oe.accessor("name",{id:"name",header:"Name",cell:ou(y,j),enableHiding:!1}),Oe.accessor("createdAt",{id:"createdAt",header:"Created",cell:jc,meta:{width:"1%"}}),Oe.accessor("createdBy",{id:"createdBy",header:"By",cell:lu(b),enableSorting:!1,meta:{width:"1%",align:"center"}}),Oe.accessor("lastSeenAt",{id:"lastSeenAt",header:"Last seen",cell:({row:{original:U}})=>a.jsx(du,{feature:U,"data-loading":!0}),size:50,meta:{align:"center",width:"1%"}}),Oe.accessor("lifecycle",{id:"lifecycle",header:"Lifecycle",cell:({row:{original:U}})=>a.jsx(uu,{feature:U,onComplete:()=>{K({featureId:U.name,open:!0})},onUncomplete:f,onArchive:()=>M(U.name),"data-loading":!0}),enableSorting:!1,size:50,meta:{align:"center",width:"1%"}}),...e.map(U=>{const U1=O(U);return Oe.accessor(C1=>{var n1,b1;return{archived:C1.archivedAt!==null,featureId:C1.name,environment:(n1=C1.environments)==null?void 0:n1.find(A1=>A1.name===U),someEnabledEnvironmentHasVariants:((b1=C1.environments)==null?void 0:b1.some(A1=>A1.variantCount&&A1.variantCount>0&&A1.enabled))||!1}},{id:Q4(U),header:U,meta:{align:"center",width:90},cell:({getValue:C1})=>{const{featureId:n1,environment:b1,someEnabledEnvironmentHasVariants:A1,archived:de}=C1();return W?a.jsx(Xf,{}):de?a.jsx(ep,{}):a.jsx(Jf,{value:(b1==null?void 0:b1.enabled)||!1,featureId:n1,someEnabledEnvironmentHasVariants:A1,environment:b1,projectId:n,environmentName:U,isChangeRequestEnabled:U1,refetch:f,onFeatureToggleSwitch:N})}})}),Oe.display({id:"actions",header:"",cell:({row:U})=>p.archived?a.jsx(hu,{project:n,onRevive:()=>{A({featureId:U.id,open:!0})},onDelete:()=>{Y({featureId:U.id,open:!0})}}):a.jsx(ef,{row:U,projectId:n,onOpenArchiveDialog:M,onOpenStaleDialog:H}),enableSorting:!1,enableHiding:!1,meta:{align:"right",width:"1%"}})],[n,e,p.favoritesFirst,f,W]),m1=h.useMemo(()=>Array(p.limit).fill(null).map((U,U1)=>({id:U1,type:"-",name:`Feature name ${U1}`,description:"",createdAt:new Date().toISOString(),createdBy:{id:0,name:"",imageUrl:""},dependencyType:null,favorite:!1,impressionData:!1,project:"project",segments:[],stale:!1,archivedAt:null,environments:[{name:"development",enabled:!1,type:"development"},{name:"production",enabled:!1,type:"production"}]})),[p.limit]),J=N3(W),t1=h.useMemo(()=>W?m1:d,[W,JSON.stringify(d)]),r1=h.useMemo(()=>l1.map(U=>U.id).filter(Boolean),[l1]),s1=ap(r1),i1=yc(_c(p,x,{columns:l1,data:t1,enableRowSelection:!0,state:{columnVisibility:s1},getRowId:eb})),{columnVisibility:d1,rowSelection:x1}=i1.getState(),M1=h.useCallback(U=>{const U1=d1[U],C1={...d1,[U]:!U1};x({columns:Object.keys(C1).filter(n1=>C1[n1]&&!n1.includes(","))})},[d1,x]),u1=cp(d,x1),q1=!p.lastSeenAt&&!p.lifecycle;return a.jsxs(tb,{children:[a.jsx(R,{condition:G,show:a.jsx(yv,{projectId:n,setConnectSdkOpen:s,setOnboardingFlow:w,refetchFeatures:f})}),_==="show-setup"&&!G?a.jsx(Lv,{projectId:n,onClose:()=>{F("hide-setup")}}):null,q1?a.jsx(Xx,{projectId:n}):null,a.jsx(R1,{disableLoading:!0,disablePadding:!0,header:a.jsx(kf,{isLoading:g,totalItems:m,searchQuery:p.query||"",onChangeSearchQuery:U=>{x({query:U})},dataToExport:t1,environmentsToExport:e,actions:a.jsx(hf,{columns:[{header:"Name",id:"name",isVisible:d1.name,isStatic:!0},{header:"Created",id:"createdAt",isVisible:d1.createdAt},{header:"By",id:"createdBy",isVisible:d1.createdBy},{header:"Last seen",id:"lastSeenAt",isVisible:d1.lastSeenAt},{header:"Lifecycle",id:"lifecycle",isVisible:d1.lifecycle},{id:"divider"},...e.map(U=>({header:U,id:Q4(U),isVisible:d1[Q4(U)]}))],onToggle:M1})}),bodyClass:"noop",style:{cursor:"inherit"},children:a.jsxs("div",{ref:J,"aria-busy":W,"aria-live":"polite",children:[a.jsxs(nb,{children:[a.jsx(np,{project:n,onChange:x,state:S}),a.jsx(ab,{children:a.jsx(M3,{permission:mu,projectId:n,onClick:()=>l(!0),tooltipProps:{title:"Import"},"data-testid":fu,"data-loading-project":!0,children:a.jsx(Nm,{})})})]}),a.jsx(q3,{value:p.query||"",children:a.jsx(wc,{tableInstance:i1,totalItems:m})}),a.jsx(R,{condition:!t1.length&&!W,show:a.jsx(rp,{query:p.query||""})}),V,z]})}),a.jsx(ov,{open:c,onClose:()=>{s(!1)},onFinish:U=>{s(!1),F("show-setup"),q(U)},project:n,environments:e,feature:"feature"in i.onboardingStatus?i.onboardingStatus.feature:void 0}),a.jsx(jf,{count:u1.length,children:p.archived?a.jsx(Nv,{selectedIds:Object.keys(x1),projectId:n,onConfirm:()=>{f(),i1.resetRowSelection(),Z("bulk archived")}}):a.jsx(If,{selectedIds:Object.keys(x1),data:u1,projectId:n,onResetSelection:i1.resetRowSelection,onChange:f})}),a.jsx(Cs,{open:o,setOpen:l,project:n})]})},ib=e=>{const t=`api/admin/projects/${e}/sdks/outdated`,{data:n,refetch:i,loading:c,error:s}=Rr(N1(t),()=>Vr(N1(t),"Outdated SDKs"),{refreshInterval:60*1e3});return{data:n||{sdks:[]},refetch:i,error:s}},cb=u("ul")({margin:0}),sb=({project:e})=>{const{data:{sdks:t}}=ib(e),{trackEvent:n}=T1(),i=o=>{n("sdk-banner",{props:{eventType:"banner application clicked",sdkVersion:o}})},c=()=>{n("sdk-banner",{props:{eventType:"banner clicked"}})},s={message:`We noticed that an outdated SDK version is connected to ${e} project.`,variant:"warning",link:"dialog",linkText:"Please update those versions",linkClicked:c,dialogTitle:"Outdated SDKs",dialog:a.jsx(a.Fragment,{children:t.map(o=>a.jsxs("div",{children:[a.jsx("span",{children:o.sdkVersion}),a.jsx(cb,{children:o.applications.map(l=>a.jsx("li",{onClick:()=>{i(o.sdkVersion)},onKeyDown:()=>{i(o.sdkVersion)},children:a.jsx(g1,{to:`/applications/${l}`,children:l})},l))})]},o.sdkVersion))})};return a.jsx(a.Fragment,{children:a.jsx(R,{condition:t.length>0,show:a.jsx(pu,{banner:s,inline:!0})})})},ob=15*1e3,lb=u("div")(({theme:e})=>({display:"flex",gap:e.spacing(2),[e.breakpoints.down("md")]:{flexDirection:"column"}})),db=u("div")(()=>({width:"100%",minWidth:0})),ub=u(D)(({theme:e})=>({display:"flex",flexDirection:"column",gap:e.spacing(2),width:"100%",minWidth:0})),hb=()=>{var s;const e=e1("projectId"),t=je(e),n=W3("outdatedSdksBanner"),{project:i}=X1(e,{refreshInterval:ob});pe(`Project overview – ${t}`);const{setLastViewed:c}=vu();return h.useEffect(()=>{c(e)},[e,c]),a.jsx(lb,{children:a.jsxs(ub,{children:[a.jsx(R,{condition:n,show:a.jsx(sb,{project:e})}),a.jsx(db,{children:a.jsx(rb,{environments:((s=i.environments)==null?void 0:s.map(o=>o.environment))||[]})})]})},e)},mb=()=>{const e=e1("projectId");return a.jsx(gu,{title:"Event Log",project:e})},y5=(e,t)=>{const{data:n,error:i,mutate:c}=g3(N1(`api/admin/projects/${e}/change-requests/${t}`),fb,{refreshInterval:15e3});return{data:n,loading:!i&&!n,refetchChangeRequest:()=>c(),error:i}},fb=e=>fetch(e).then(ne("Request changes")).then(t=>t.json()),pb=u(Pe)(({theme:e})=>({padding:e.spacing(3,4),borderRadius:`${e.shape.borderRadiusLarge}px`}));u(D)(({theme:e})=>({display:"flex",alignItems:"center",marginBottom:e.spacing(2)}));const vb=u(D)(({theme:e})=>({display:"flex",alignItems:"center"})),gb=u(I)(({theme:e})=>({display:"flex",alignItems:"center",marginRight:e.spacing(1),fontSize:e.fontSizes.mainHeader})),xb=u(xu)(({theme:e})=>({padding:e.spacing(.75,1.5),backgroundColor:e.palette.background.elevation2})),et=u(W2)(({theme:e})=>({height:"24px",width:"24px",marginInline:0})),bb=({changeRequest:e})=>{var i,c;const[t,n]=h.useState(e.title);return a.jsxs(pb,{elevation:0,children:[a.jsx(bu,{environmentChangeRequest:e,title:t,setTitle:n,children:a.jsx(gb,{variant:"h1",component:"h2",sx:{mr:1.5},children:t})}),a.jsxs(vb,{children:[a.jsx(Oc,{changeRequest:e}),a.jsxs(I,{variant:"body2",sx:s=>({margin:s.spacing("auto",0,"auto",2)}),children:["Created ",a.jsx(Cc,{date:e.createdAt})," by"]}),a.jsx(D,{sx:s=>({marginLeft:s.spacing(1)}),children:a.jsx(Y1,{title:(i=e==null?void 0:e.createdBy)==null?void 0:i.username,children:a.jsx(et,{user:e==null?void 0:e.createdBy})})}),a.jsx(I,{variant:"body2",sx:s=>({marginLeft:s.spacing(.5)}),children:(c=e==null?void 0:e.createdBy)==null?void 0:c.username}),a.jsx(D,{sx:s=>({marginLeft:s.spacing(1.5)}),children:a.jsx(xb,{variant:"outlined",children:a.jsxs(I,{variant:"body2",sx:{lineHeight:1},children:["Environment:"," ",a.jsx(I,{display:"inline",fontWeight:"bold",variant:"body2",component:"span",children:e==null?void 0:e.environment})," ",a.jsx(ju,{}),"Updates:",a.jsx(yu,{featuresCount:e.features.length,segmentsCount:e.segments.length})]})})})]})]})},r7=(e,t)=>["Draft","In review",...["Approved","Applied","Cancelled","Scheduled","Rejected"].filter(i=>e.hasOwnProperty(i)||i===t)],jb=["Draft","In review","Approved","Applied"],yb=["Draft","In review","Rejected"],_b=["Draft","In review","Approved","Cancelled"],wb=["Draft","In review","Approved","Scheduled","Applied"],Ds=u(us)(({theme:e})=>({display:"flex",flexDirection:"column"})),Sb=u(Pe)(({theme:e})=>({marginTop:e.spacing(2),borderRadius:`${e.shape.borderRadiusLarge}px`})),Ob=u(D)(({theme:e})=>({padding:e.spacing(2),marginBottom:`-${e.spacing(4)}`})),Cb=u(D)(({theme:e})=>({display:"flex",flexDirection:"row",alignItems:"flex-end",columnGap:"1ch"})),Db=u(ms)(()=>({[`& .${hs.root}:before`]:{flex:0,padding:0}})),$b=(e,t,n,i)=>e==="Cancelled"?"grey":e==="Rejected"?n==="Rejected"?"error":"success":t!==-1&&t>=i?"success":t+1===i?"primary":"grey",Tb=({state:e,schedule:t,timestamps:n})=>{let i;switch(e){case"Rejected":n?i=r7(n,"Rejected"):i=yb;break;case"Scheduled":i=wb;break;case"Cancelled":n?i=r7(n,"Cancelled"):i=_b;break;default:i=jb}const c=i.findIndex(s=>s===e);return a.jsx(Sb,{elevation:0,children:a.jsx(Ob,{children:a.jsx(Db,{children:i.map((s,o)=>{const l=o<=c&&(n!=null&&n[s])?a.jsx(I,{component:"span",color:"textSecondary",children:a.jsx($s,{dateTime:n==null?void 0:n[s]})}):void 0;if(t&&s==="Scheduled")return a.jsx(Zb,{schedule:t,timestamp:l},s);const d=$b(e,c,s,o);let m={};return c+1===o&&!(e==="Cancelled"&&s==="Draft")&&(m={variant:"outlined"}),a.jsx(Pb,{color:d,title:s,shouldConnectToNextItem:o<i.length-1,timestamp:l,timelineDotProps:m},s)})})})})},$s=({dateTime:e,...t})=>{const{locationSettings:n}=K3(),i=_u(new Date(e||""),n.locale);return a.jsx("time",{...t,dateTime:e,children:i})},Pb=({color:e,title:t,shouldConnectToNextItem:n,timestamp:i,timelineDotProps:c={}})=>a.jsxs(_0,{children:[a.jsxs(y0,{children:[a.jsx(v5,{color:e,...c}),n&&a.jsx(p5,{})]}),a.jsxs(Ds,{children:[t,i]})]},t),Eb=e=>{const t=({prefix:n})=>a.jsxs(I,{component:"span",children:[n," ",a.jsx($s,{dateTime:e.scheduledAt})]});switch(e.status){case"suspended":return{title:"Schedule suspended",timeInfo:a.jsx(t,{prefix:"was"}),color:"grey",reason:a.jsx(I3,{title:e.reason,arrow:!0,children:a.jsx(x2,{color:"disabled",fontSize:"small"})})};case"failed":return{title:"Schedule failed",timeInfo:a.jsx(t,{prefix:"at"}),color:"error",reason:a.jsx(I3,{title:`Schedule failed because of ${e.reason||e.failureReason}`,arrow:!0,children:a.jsx(x2,{color:"error",fontSize:"small"})})};default:return{title:"Scheduled",timeInfo:a.jsx(t,{prefix:"for"}),color:"warning",reason:null}}},Zb=({schedule:e,timestamp:t})=>{const{title:n,timeInfo:i,color:c,reason:s}=Eb(e);return a.jsxs(_0,{children:[a.jsxs(y0,{children:[a.jsx(v5,{color:c}),a.jsx(p5,{})]}),a.jsxs(Ds,{children:[n,a.jsxs(Cb,{children:[i,s]}),t]})]},n)};var _5={},Ib=J1;Object.defineProperty(_5,"__esModule",{value:!0});var Ts=_5.default=void 0,Mb=Ib(Q1()),i7=a,Ab=(0,Mb.default)([(0,i7.jsx)("path",{d:"M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"},"0"),(0,i7.jsx)("path",{d:"M12.5 7H11v6l5.25 3.15.75-1.23-4.5-2.67z"},"1")],"Schedule");Ts=_5.default=Ab;const w5=()=>e=>e!=="color"&&e!=="sx"&&e!=="approved"&&e!=="border"&&e!=="bgColor"&&e!=="svgColor",fe=u(D)(({theme:e})=>({display:"flex",alignItems:"center"})),Ps=u(Wr)(({theme:e})=>({color:e.palette.error.main,height:"35px",width:"35px",marginRight:e.spacing(1)})),c7=u(Wr)(({theme:e})=>({color:e.palette.warning.main,height:"35px",width:"35px",marginRight:e.spacing(1)})),D2=u(Dc)(({theme:e})=>({color:e.palette.success.main,height:"35px",width:"35px",marginRight:e.spacing(1)})),Fb=u(Ts)(({theme:e})=>({color:e.palette.warning.main,height:"35px",width:"35px",marginRight:e.spacing(1)})),Rb=u(x2)(({theme:e})=>({color:e.palette.error.main,height:"35px",width:"35px",marginRight:e.spacing(1)})),Vb=u(wu)(({theme:e})=>({color:e.palette.text.secondary,height:"35px",width:"35px",marginRight:e.spacing(1)})),Lb=u(G3)(({theme:e})=>({color:e.palette.text.secondary,height:"24px",width:"24px"})),Nb=u(D)(({theme:e})=>({display:"flex",marginTop:e.spacing(2)})),Wb=u(D,{shouldForwardProp:w5()})(({theme:e,bgColor:t,svgColor:n})=>({borderRadius:`${e.shape.borderRadiusMedium}px`,backgroundColor:t,padding:e.spacing(1,2),marginRight:e.spacing(2),height:"45px",width:"45px",display:"flex",alignItems:"center",justifyContent:"center",svg:{color:n}})),S5=u(V3)(({theme:e})=>({margin:e.spacing(2.5,0)})),zb=u(D,{shouldForwardProp:w5()})(({theme:e,border:t})=>({borderRadius:`${e.shape.borderRadiusLarge}px`,border:t,padding:e.spacing(3),width:"100%"})),oe=u(I,{shouldForwardProp:w5()})(({theme:e,color:t})=>({fontWeight:"bold",color:t})),Bb=u(D)({display:"flex",flexDirection:"row",justifyContent:"space-between",width:"100%"}),tt=()=>Intl.DateTimeFormat().resolvedOptions().timeZone,Yb=(e,t)=>e==="Approved"||e==="Scheduled"?`2px solid ${t.palette.success.main}`:e==="Applied"?`2px solid ${t.palette.primary.main}`:`1px solid ${t.palette.divider}`,Hb=(e,t)=>e==="Approved"?{bgColor:t.palette.success.main,svgColor:t.palette.background.paper}:e==="Applied"?{bgColor:t.palette.primary.main,svgColor:t.palette.background.paper}:{bgColor:t.palette.background.elevation2,svgColor:t.palette.neutral.main},Ub=({changeRequest:e,onEditClick:t})=>{const n=O1();return a.jsxs(Nb,{children:[a.jsx(Wb,{...Hb(e.state,n),children:a.jsx($c,{style:{transform:"scale(1.5)"}})}),a.jsx(zb,{sx:{backgroundColor:e.state==="In review"?n.palette.warning.light:"initial"},border:Yb(e.state,n),children:a.jsx(kb,{changeRequest:e,onEditClick:t})})]})},kb=({changeRequest:e,onEditClick:t})=>{const{state:n}=e;if(!n)return null;if(n==="Approved")return a.jsx(qb,{});if(n==="Applied")return a.jsx(Gb,{});if(n==="Cancelled")return a.jsx(nj,{});if(n==="Rejected")return a.jsx(aj,{});if(n==="Scheduled"){const{schedule:i}=e;return a.jsx(Jb,{schedule:i,onEditClick:t})}return a.jsx(Kb,{minApprovals:e.minApprovals})},qb=()=>{const e=O1();return a.jsxs(a.Fragment,{children:[a.jsxs(fe,{children:[a.jsx(D2,{}),a.jsxs(D,{children:[a.jsx(oe,{color:e.palette.success.dark,children:"Changes approved"}),a.jsx(I,{children:"One approving review from requested approvers"})]})]}),a.jsx(S5,{}),a.jsxs(fe,{children:[a.jsx(D2,{}),a.jsx(D,{children:a.jsx(oe,{color:e.palette.success.dark,children:"Changes are ready to be applied"})})]})]})},Kb=({minApprovals:e})=>{const t=O1();return a.jsxs(a.Fragment,{children:[a.jsxs(fe,{children:[a.jsx(c7,{}),a.jsxs(D,{children:[a.jsx(oe,{color:t.palette.warning.dark,children:"Review required"}),a.jsxs(I,{children:["At least ",e," approval(s) must be submitted before changes can be applied"]})]})]}),a.jsx(S5,{}),a.jsxs(fe,{children:[a.jsx(c7,{}),a.jsx(oe,{color:t.palette.warning.dark,children:"Apply changes is blocked"})]})]})},Gb=()=>{const e=O1();return a.jsx(a.Fragment,{children:a.jsxs(fe,{children:[a.jsx(D2,{sx:{color:e.palette.primary.main}}),a.jsx(D,{children:a.jsx(oe,{color:e.palette.primary.main,children:"Changes applied"})})]})})},Qb=u(E1)({maxWidth:"32px",maxHeight:"32px"}),Jb=({schedule:e,onEditClick:t})=>{const n=O1();if(!e)return null;const i=(()=>{switch(e.status){case"pending":return a.jsx(tj,{schedule:e});case"failed":return a.jsx(Xb,{schedule:e});case"suspended":return a.jsx(ej,{schedule:e});default:return null}})();return a.jsxs(a.Fragment,{children:[a.jsxs(fe,{children:[a.jsx(D2,{}),a.jsxs(D,{children:[a.jsx(oe,{color:n.palette.success.dark,children:"Changes approved"}),a.jsx(I,{children:"One approving review from requested approvers"})]})]}),a.jsx(S5,{}),a.jsxs(Bb,{children:[i,a.jsx(Qb,{onClick:t,children:a.jsx(Lb,{})})]})]})},Xb=({schedule:e})=>{const t=O1(),n=tt(),{locationSettings:i}=K3(),c=Z0(new Date(e==null?void 0:e.scheduledAt),i==null?void 0:i.locale);return a.jsxs(fe,{children:[a.jsx(Rb,{}),a.jsxs(D,{children:[a.jsxs(oe,{color:t.palette.error.main,children:["Changes failed to be applied on ",c," because of"," ",e.reason??e.failureReason]}),a.jsxs(I,{children:["Your timezone is ",n]})]})]})},ej=({schedule:e})=>{const t=O1(),n=tt(),{locationSettings:i}=K3(),c=Z0(new Date(e==null?void 0:e.scheduledAt),i==null?void 0:i.locale);return a.jsxs(fe,{children:[a.jsx(Vb,{}),a.jsxs(D,{children:[a.jsxs(oe,{color:t.palette.text.secondary,children:["The change request is suspended for the following reason:"," ",e.reason]}),a.jsxs(oe,{color:t.palette.text.secondary,children:["It will not be applied on ",c,"."]}),a.jsxs(I,{children:["Your timezone is ",n]})]})]})},tj=({schedule:e})=>{const t=O1(),n=tt(),{locationSettings:i}=K3(),c=Z0(new Date(e==null?void 0:e.scheduledAt),i==null?void 0:i.locale);return a.jsxs(fe,{children:[a.jsx(Fb,{}),a.jsxs(D,{children:[a.jsxs(oe,{color:t.palette.warning.dark,children:["Changes are scheduled to be applied on: ",c]}),a.jsxs(I,{children:["Your timezone is ",n]})]})]})},nj=()=>{const e=O1();return a.jsx(a.Fragment,{children:a.jsxs(fe,{children:[a.jsx(Ps,{}),a.jsx(D,{children:a.jsx(oe,{color:e.palette.error.main,children:"Changes cancelled"})})]})})},aj=()=>{const e=O1();return a.jsx(a.Fragment,{children:a.jsxs(fe,{children:[a.jsx(Ps,{}),a.jsx(D,{children:a.jsx(oe,{color:e.palette.error.main,children:"Changes rejected"})})]})})},Es=({disabled:e,children:t,actions:n,permission:i,projectId:c,ariaLabel:s,environmentId:o})=>{const[l,d]=$e.useState(!1),m=$e.useRef(null),f=()=>{d(p=>!p)},v=p=>{var x;(x=m.current)!=null&&x.contains(p.target)||d(!1)},g=m.current?m.current.offsetWidth:null;return a.jsxs($e.Fragment,{children:[a.jsx(y3,{variant:"contained",disabled:e,"aria-controls":l?"review-options-menu":void 0,"aria-expanded":l?"true":void 0,"aria-label":s,"aria-haspopup":"menu",onClick:f,ref:m,endIcon:a.jsx(Su,{}),permission:i,projectId:c,environmentId:o,children:t}),a.jsx(Ou,{sx:{zIndex:1,width:g},open:l,anchorEl:m.current,transition:!0,disablePortal:!0,children:({TransitionProps:p,placement:x})=>a.jsx(Cu,{...p,style:{transformOrigin:x==="bottom"?"center top":"center bottom"},children:a.jsx(Pe,{className:"dropdown-outline",children:a.jsx(Du,{onClickAway:v,children:a.jsx($0,{id:"review-options-menu",autoFocusItem:!0,children:n.map(({label:j,onSelect:y,icon:b})=>a.jsxs(re,{disabled:e,onClick:y,children:[a.jsx(ue,{children:b}),a.jsx(ie,{children:j})]},`MenuItem-${j}`))})})})})})]})},rj=({disabled:e,onReject:t,onApprove:n,children:i})=>{const{isAdmin:c}=h.useContext(Ee),s=e1("projectId"),o=e1("id"),{user:l}=Tc(),{data:d}=y5(s,o),m=(d==null?void 0:d.createdBy.id)===(l==null?void 0:l.id),f=e||m&&!c;return a.jsx(Es,{permission:$u,disabled:f,actions:[{label:"Approve",onSelect:n,icon:a.jsx(R3,{fontSize:"small"})},{label:"Reject",onSelect:t,icon:a.jsx(Tu,{fontSize:"small"})}],environmentId:d==null?void 0:d.environment,projectId:s,ariaLabel:"review or reject changes",children:i})},ij=u(D)(({theme:e})=>({display:"flex",marginTop:e.spacing(2)})),cj=u(Pe)(({theme:e})=>({width:"100%",padding:e.spacing(1.5,3,2.5,3),backgroundColor:e.palette.neutral.light,borderRadius:e.shape.borderRadiusLarge,borderColor:e.palette.divider})),sj=u(D)(({theme:e})=>({display:"flex",borderBottom:"1px solid",borderColor:e.palette.divider,paddingBottom:e.spacing(1.5)})),oj=({comment:e})=>a.jsxs(ij,{children:[a.jsx(Pu,{user:e.createdBy}),a.jsxs(cj,{variant:"outlined",children:[a.jsx(sj,{children:a.jsxs(D,{children:[a.jsx("strong",{children:e.createdBy.username})," ",a.jsxs(I,{color:"text.secondary",component:"span",children:["commented ",a.jsx(Cc,{date:e.createdAt})]})]})}),a.jsx(D,{sx:{paddingTop:2.5},children:a.jsx(g2,{children:e.text})})]})]}),lj=({open:e,onConfirm:t,onClose:n,disabled:i=!1})=>{const[c,s]=h.useState("");return a.jsxs(le,{open:e,primaryButtonText:"Reject changes",secondaryButtonText:"Cancel",onClick:()=>t(c),disabledPrimaryButton:i,onClose:n,title:"Reject changes",fullWidth:!0,children:[a.jsx(D,{children:"Add an optional comment why you reject those changes"}),a.jsx(se,{sx:{mt:1},variant:"outlined",placeholder:"Add your comment here",fullWidth:!0,multiline:!0,minRows:2,onChange:o=>s(o.target.value),value:c})]})};var O5={},dj=J1;Object.defineProperty(O5,"__esModule",{value:!0});var Zs=O5.default=void 0,uj=dj(Q1()),hj=a,mj=(0,uj.default)((0,hj.jsx)("path",{d:"M19 3h-1V1h-2v2H8V1H6v2H5c-1.11 0-1.99.9-1.99 2L3 19c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V8h14v11zM7 10h5v5H7z"}),"Today");Zs=O5.default=mj;const s7=({disabled:e,onSchedule:t,onApply:n,variant:i="create",children:c})=>{const s=e1("projectId"),o=e1("id"),{data:l}=y5(s,o);return a.jsx(Es,{permission:zr,disabled:e,actions:[{label:"Apply changes",onSelect:n,icon:a.jsx(R3,{fontSize:"small"})},{label:i==="create"?"Schedule changes":"Update schedule",onSelect:t,icon:a.jsx(Zs,{fontSize:"small"})}],environmentId:l==null?void 0:l.environment,projectId:s,ariaLabel:"apply or schedule changes",children:c})},fj=u(Z1)(({theme:e})=>({marginBottom:e.spacing(2),backgroundColor:`${e.palette.neutral.light}!important`,color:`${e.palette.text.primary}!important`,borderColor:`${e.palette.neutral.light}!important`})),Is=({open:e,onConfirm:t,onClose:n,title:i,primaryButtonText:c,disabled:s,message:o,scheduledTime:l,permissionButton:d})=>l?a.jsxs(le,{title:i,primaryButtonText:c,disabledPrimaryButton:s,secondaryButtonText:"Cancel",open:e,onClose:n,onClick:()=>t(),permissionButton:d,fullWidth:!0,children:[a.jsxs(fj,{icon:!1,children:["There is a scheduled time to apply these changes set for"," ",a.jsxs("strong",{children:[a.jsx("br",{}),`${new Date(l).toLocaleString()}`]})]}),a.jsx(I,{variant:"body1",children:o})]}):null,pj=({projectId:e,environment:t,disabled:n,onConfirm:i,...c})=>a.jsx(Is,{message:"Applying the changes now means the scheduled time will be ignored",title:"Apply changes",primaryButtonText:"Apply changes now",onConfirm:i,permissionButton:a.jsx(y3,{variant:"contained",onClick:()=>i(),projectId:e,permission:zr,environmentId:t,disabled:n,children:"Apply changes now"}),...c}),vj=({...e})=>a.jsx(Is,{message:"Rejecting this change request will delete its schedule and it can no longer be rescheduled or applied.",title:"Reject changes",primaryButtonText:"Reject changes",...e}),gj=u(D)(({theme:e})=>({display:"flex",flexDirection:"row",alignItems:"center",gap:e.spacing(2)})),xj=({open:e,onConfirm:t,onClose:n,title:i,primaryButtonText:c,projectId:s,environment:o,disabled:l,scheduledAt:d})=>{const[m,f]=h.useState(d?new Date(d):new Date),[v,g]=h.useState(void 0),p=tt();return a.jsxs(le,{title:i,primaryButtonText:c,disabledPrimaryButton:l,secondaryButtonText:"Cancel",open:e,onClose:()=>n(),onClick:()=>t(m),permissionButton:a.jsx(y3,{variant:"contained",onClick:()=>t(m),projectId:s,permission:zr,environmentId:o,disabled:l,children:c}),fullWidth:!0,children:[a.jsx(Z1,{severity:"info",sx:{mb:x=>x.spacing(2)},children:"The time shown below is based on your browser's time zone."}),a.jsx(I,{variant:"body1",sx:{mb:x=>x.spacing(4)},children:"Select the date and time when these changes should be applied. If you change your mind later, you can reschedule the changes or apply them immediately."}),a.jsxs(gj,{children:[a.jsx(Eu,{label:"Date",value:m,onChange:x=>{g(void 0),x<new Date&&g(`The time you provided (${x.toLocaleString()}) is not valid because it's in the past. Please select a time in the future.`),f(x)},min:new Date,error:!!v,errorText:v,required:!0}),a.jsxs(I,{variant:"body2",children:["Your browser's time zone is ",p]})]})]})},Ms=e=>{const{data:t,mutate:n}=Pc({total:0},N1(`api/admin/projects/${e}/change-requests/actionable`),bj);return{total:t==null?void 0:t.total,refetch:n}},bj=e=>fetch(e).then(ne("Actionable change requests")).then(t=>t.json()),jj=(e,t)=>{const{data:n,error:i,mutate:c}=g3(N1(`api/admin/projects/${e}/change-requests/${t}/approvers`),yj);return h.useMemo(()=>({reviewers:(n==null?void 0:n.reviewers)||[],loading:!i&&!n,refetchReviewers:()=>c(),error:i}),[n,i,c])},yj=e=>fetch(e).then(ne("Requested Approvers")).then(t=>t.json()),C5=u(D)(({theme:e})=>({display:"flex",alignItems:"center",flexWrap:"wrap",marginTop:e.spacing(1.5),gap:e.spacing(1)})),_j=u(Dc)(({theme:e})=>({color:e.palette.success.main,marginLeft:"auto"})),wj=u(Wr)(({theme:e})=>({color:e.palette.error.main,marginLeft:"auto"})),Sj=u(X2)(({theme:e})=>({color:e.palette.neutral.main,marginLeft:"auto"})),D5=u(I)({maxWidth:"170px",textOverflow:"ellipsis",overflow:"hidden",whiteSpace:"nowrap",color:"text.primary"}),Oj=({name:e,imageUrl:t})=>a.jsxs(C5,{title:"Approved",children:[a.jsx(et,{user:{name:e,imageUrl:t}}),a.jsx(D5,{variant:"body1",children:e}),a.jsx(_j,{})]}),Cj=({name:e,imageUrl:t})=>a.jsxs(C5,{title:"Rejected",children:[a.jsx(et,{user:{name:e,imageUrl:t}}),a.jsx(D5,{variant:"body1",children:e}),a.jsx(wj,{})]}),Dj=({name:e,imageUrl:t})=>a.jsxs(C5,{title:"Pending",children:[a.jsx(et,{user:{name:e,imageUrl:t}}),a.jsx(D5,{variant:"body1",children:e}),a.jsx(Sj,{})]}),$j=u("span")(({theme:e})=>({display:"flex",alignItems:"center",marginRight:e.spacing(1),fontSize:e.fontSizes.bodySize})),As=u(D)(({theme:e})=>({display:"flex",flexDirection:"row",width:"100%","& > div":{width:"100%"},justifyContent:"space-between",marginBottom:e.spacing(2),marginRight:e.spacing(-2)})),o7=u(E1)(({theme:e})=>({marginRight:e.spacing(-1)})),Tj=u("li")({width:"100%"}),Pj=u("div")(({theme:e})=>({display:"flex",flexDirection:"column","& > span:first-of-type":{color:e.palette.text.secondary}})),Ej=u("div")(({theme:e})=>({paddingLeft:e.spacing(1)})),Zj=(e,t,{selected:n})=>h.createElement(Tj,{...e,key:t.id},a.jsx(T0,{icon:a.jsx(Br,{fontSize:"small"}),checkedIcon:a.jsx(Yr,{fontSize:"small"}),style:{marginRight:8},checked:n}),a.jsxs(Pj,{children:[a.jsx("span",{children:t.name||t.username}),a.jsx("span",{children:t.name&&t.username?t.username:t.email})]})),Ij=e=>a.jsx(Ej,{children:e.length>1?`${e.length} reviewers`:e[0].name||e[0].username||e[0].email}),Mj=({canShowAddReviewers:e,showAddReviewers:t,actualApprovals:n,minApprovals:i,setShowAddReviewers:c})=>a.jsx(a.Fragment,{children:a.jsxs(As,{sx:{mb:1},children:[a.jsxs($j,{children:["Reviewers",a.jsxs(I,{component:"span",color:"text.secondary",sx:{ml:1},children:["(",n,"/",i," required)"]})]}),e&&(t?a.jsx(o7,{title:"Close",onClick:()=>{c(!1)},children:a.jsx(Zu,{})}):a.jsx(o7,{title:"Request approvals",onClick:()=>{c(!0)},children:a.jsx(Je,{})}))]})}),Aj=({changeRequest:e,saveClicked:t,existingReviewers:n})=>{const i=O1(),[c,s]=h.useState([]),o=[...n,...c],{reviewers:l,loading:d}=Iu(e.project,e.environment),m=l.filter(g=>!n.some(p=>p.id===g.id)),f=(g,p,x)=>{g.type==="keydown"&&g.key==="Backspace"&&x==="removeOption"||s(p)},v=(g,{inputValue:p})=>g.filter(({name:x,username:j,email:y})=>p3(p,y)||p3(p,x)||p3(p,j));return a.jsxs(As,{sx:{mb:4},children:[a.jsx(Ec,{sx:{ml:"auto",width:i.spacing(40)},size:"small",limitTags:3,openOnFocus:!0,multiple:!0,disableCloseOnSelect:!0,value:c,onChange:f,options:m,renderOption:Zj,filterOptions:v,freeSolo:o.length>=10?!1:void 0,getOptionDisabled:g=>o.length>=10&&!c.find(p=>p.id===g.id),isOptionEqualToValue:(g,p)=>g.id===p.id,getOptionLabel:g=>g.email||g.name||g.username||"",renderInput:g=>a.jsx(se,{...g,label:`Reviewers (${c.length})`}),renderTags:g=>Ij(g),noOptionsText:d?"Loading…":"No options"}),a.jsx(a1,{sx:{ml:2},variant:"contained",color:"primary",disabled:!1,onClick:()=>t(c),children:"Save"})]})},Fj=({changeRequest:e})=>{const[t,n]=h.useState(!1),{reviewers:i,refetchReviewers:c}=jj(e.project,e.id),{updateRequestedApprovers:s}=P0(),o=(e.state==="Draft"||e.state==="In review")&&e.minApprovals>0;let l=i.map(m=>{const f=e.approvals.find(g=>g.createdBy.id===m.id),v=e.rejections.find(g=>g.createdBy.id===m.id);return{id:m.id,name:m.username||m.name||"Unknown user",imageUrl:m.imageUrl,status:f?"approved":v?"rejected":"pending"}});l=[...l,...e.approvals.filter(m=>!l.find(f=>f.name===m.createdBy.username)).map(m=>({id:m.createdBy.id,name:m.createdBy.username||"Unknown user",imageUrl:m.createdBy.imageUrl,status:"approved"})),...e.rejections.filter(m=>!l.find(f=>f.name===m.createdBy.username)).map(m=>({id:m.createdBy.id,name:m.createdBy.username||"Unknown user",imageUrl:m.createdBy.imageUrl,status:"rejected"}))];const d=async m=>{if(m.length>0){const f=[...l.map(v=>v.id),...m.map(v=>v.id)];await s(e.project,e.id,f)}c(),n(!1)};return a.jsxs(Pe,{elevation:0,sx:m=>({marginTop:m.spacing(2),padding:m.spacing(4),paddingTop:m.spacing(2),borderRadius:f=>`${f.shape.borderRadiusLarge}px`}),children:[a.jsx(Mj,{canShowAddReviewers:o,showAddReviewers:t,minApprovals:e.minApprovals,actualApprovals:e.approvals.length,setShowAddReviewers:n}),o&&t&&a.jsx(Aj,{changeRequest:e,existingReviewers:l,saveClicked:d}),l.map(m=>{const f=m.id,v={name:m.name||"Unknown user",imageUrl:m.imageUrl};switch(m.status){case"approved":return a.jsx(Oj,{...v},f);case"rejected":return a.jsx(Cj,{...v},f);case"pending":return a.jsx(Dj,{...v},f)}})]})},$5="md",Rj=u(D)(({theme:e})=>({width:"30%",display:"flex",flexDirection:"column",[e.breakpoints.down($5)]:{width:"100%"}})),Vj=u(Pe)(({theme:e})=>({padding:e.spacing(1,2),borderRadius:e.shape.borderRadiusLarge})),Lj=u(Pe)(({theme:e})=>({padding:e.spacing(1,2),borderRadius:e.shape.borderRadiusLarge,marginTop:e.spacing(2)})),Nj=u("div")(({theme:e})=>({marginTop:e.spacing(2),width:"70%",borderRadius:e.shape.borderRadiusLarge,[e.breakpoints.down($5)]:{width:"100%"}})),Wj=u(D)(({theme:e})=>({marginTop:e.spacing(3),display:"flex",justifyContent:"flex-end"})),zj=u(D)(({theme:e})=>({padding:e.spacing(2)})),Bj=u(D)(({theme:e})=>({paddingBottom:e.spacing(1.5)})),Yj=u(D)(({theme:e})=>({display:"flex",marginTop:e.spacing(2)})),J4=u(a1)(({theme:e})=>({marginLeft:e.spacing(2)})),Hj=u(D)(({theme:e})=>({display:"flex",columnGap:e.spacing(2),[e.breakpoints.down($5)]:{flexDirection:"column"}})),Uj=u(D)(({theme:e})=>({display:"flex",flexDirection:"row",justifyContent:"flex-end",width:"100%"})),kj=u(D)(({theme:e})=>({width:"100%"})),qj=u(I)(({theme:e})=>({fontWeight:"bold"})),Kj=u(D)(({theme:e})=>({borderRadius:`${e.shape.borderRadiusMedium}px`,backgroundColor:e.palette.primary.main,padding:e.spacing(1,2),marginRight:e.spacing(2),height:"45px",width:"45px",display:"flex",alignItems:"center",justifyContent:"center",svg:{color:e.palette.background.paper}})),Gj=()=>{var x1,M1;const e=e1("projectId"),[t,n]=h.useState(!1),[i,c]=h.useState(!1),[s,o]=h.useState(!1),[l,d]=h.useState(!1),[m,f]=h.useState(!1),{user:v}=Tc(),{isAdmin:g}=h.useContext(Ee),[p,x]=h.useState(""),{refetch:j}=Ms(e),y=e1("id"),{data:b,refetchChangeRequest:S}=y5(e,y),{changeState:C,addComment:T}=P0(),{refetch:$}=F2(e),{setToastData:Z,setToastApiError:O}=$1(),{isChangeRequestConfiguredForReview:N}=E0(e),[z,V]=h.useState(!1),M=te();if(O1(),!b)return null;const H=N(b.environment),K=()=>{switch(b.state){case"Scheduled":return`${b.state} ${b.schedule.status}`;default:return b.state}},A=async()=>{try{V(!0),await C(e,Number(y),K(),{state:"Applied"}),d(!1),await S(),$(),j(),Z({type:"success",text:"Changes applied"})}catch(u1){O(_1(u1))}finally{V(!1)}},Y=async u1=>{try{V(!0),await C(e,Number(y),K(),{state:"Scheduled",scheduledAt:u1.toISOString()}),o(!1),S(),$(),j(),Z({type:"success",text:"Changes scheduled"})}catch(q1){O(_1(q1))}finally{V(!1)}},W=async()=>{try{V(!0),await T(e,y,p),x(""),await S(),Z({type:"success",text:"Comment added"})}catch(u1){O(_1(u1))}finally{V(!1)}},E=async()=>{try{V(!0),await C(e,Number(y),K(),{state:"Cancelled"}),n(!1),await S(),$(),j(),Z({type:"success",text:"Changes cancelled"})}catch(u1){O(_1(u1))}finally{V(!1)}},w=async u1=>{try{V(!0),await C(e,Number(y),K(),{state:"Rejected",comment:u1}),c(!1),await S(),Z({type:"success",text:"Changes rejected"}),$(),j()}catch(q1){O(_1(q1))}finally{V(!1)}},_=async()=>{try{V(!0),await C(e,Number(y),K(),{state:"Approved"}),await S(),j(),$(),Z({type:"success",text:"Changes approved"})}catch(u1){O(_1(u1))}finally{V(!1)}},F=()=>n(!0),G=()=>n(!1),q=()=>c(!1),l1=()=>d(!1),m1=()=>o(!1),J=()=>f(!1),t1=(b==null?void 0:b.createdBy.id)===(v==null?void 0:v.id)&&b.state==="In review"&&!g,r1=(x1=b.approvals)==null?void 0:x1.some(u1=>u1.createdBy.id===(v==null?void 0:v.id)),s1=Mu(b),i1="schedule"in b?b.schedule.scheduledAt:void 0,d1=b.state==="Scheduled"?{state:"Scheduled",schedule:b.schedule}:{state:b.state,schedule:void 0};return a.jsxs(a.Fragment,{children:[a.jsx(bb,{changeRequest:b}),a.jsxs(Hj,{children:[a.jsxs(Rj,{children:[a.jsx(Tb,{...d1,timestamps:b.stateTimestamps}),a.jsx(Fj,{changeRequest:b})]}),a.jsxs(Nj,{children:[a.jsx(Vj,{elevation:0,children:a.jsxs(zj,{children:["Requested Changes (",s1,")",a.jsx(Au,{changeRequest:b,onRefetch:S}),(M1=b.comments)==null?void 0:M1.map(u1=>a.jsx(oj,{comment:u1},u1.id)),a.jsx(Fu,{user:v,commentText:p,onTypeComment:x,children:a.jsx(a1,{variant:"outlined",onClick:W,disabled:!H||p.trim().length===0||p.trim().length>1e3||z,children:"Comment"})}),a.jsx(R,{condition:t1,show:a.jsx(Z1,{sx:u1=>({marginTop:u1.spacing(1.5)}),severity:"info",children:"You can not approve your own change request"})}),a.jsx(Ub,{changeRequest:b,onEditClick:()=>o(!0)}),a.jsxs(Wj,{children:[a.jsx(R,{condition:b.state==="In review"&&!r1,show:a.jsxs(rj,{onReject:()=>c(!0),onApprove:_,disabled:!H||z,children:["Review changes (",s1,")"]})}),a.jsx(R,{condition:b.state==="Scheduled",show:a.jsx(s7,{onApply:()=>d(!0),disabled:!H||z,onSchedule:()=>o(!0),variant:"update",children:"Apply or schedule changes"})}),a.jsx(R,{condition:b.state==="In review"||b.state==="Approved"||b.state==="Scheduled",show:a.jsx(J4,{variant:"outlined",onClick:()=>{M(`/playground?changeRequest=${b.id}&projects=${e}&environments=${b.environment}`)},children:"Preview changes"})}),a.jsx(R,{condition:b.state!=="Applied"&&b.state!=="Rejected"&&b.state!=="Cancelled"&&(b.createdBy.id===(v==null?void 0:v.id)||g),show:a.jsx(R,{condition:!!i1,show:a.jsx(J4,{variant:"outlined",onClick:()=>f(!0),disabled:z,children:"Reject changes"}),elseShow:a.jsx(J4,{variant:"outlined",onClick:F,disabled:z,children:"Cancel changes"})})})]})]})}),a.jsx(R,{condition:b.state==="Approved",show:a.jsx(Lj,{elevation:0,children:a.jsx(Bj,{children:a.jsxs(Yj,{children:[a.jsx(Kj,{children:a.jsx($c,{style:{transform:"scale(1.5)"}})}),a.jsxs(kj,{children:[a.jsx(qj,{children:"Apply changes"}),a.jsx(I,{children:"The change request has been reviewed and approved"})]}),a.jsx(Uj,{children:a.jsx(s7,{onApply:A,disabled:!H||z,onSchedule:()=>o(!0),children:"Apply or schedule changes"})})]})})})})]}),a.jsxs(le,{open:t,onClick:E,onClose:G,title:"Cancel change request",children:[a.jsx(I,{sx:{marginBottom:2},children:"You are about to cancel this change request"}),a.jsx(I,{variant:"body2",sx:u1=>({color:u1.palette.neutral.dark}),children:"The change request will be moved to closed, and it can't be applied anymore. Once cancelled, the change request can't be reopened."})]}),a.jsx(lj,{open:i,onConfirm:w,onClose:q,disabled:z}),a.jsxs(a.Fragment,{children:[a.jsx(xj,{open:s,onConfirm:Y,onClose:m1,disabled:!H||z,projectId:e,environment:b.environment,primaryButtonText:b.state==="Scheduled"?"Update scheduled time":"Schedule changes",title:b.state==="Scheduled"?"Update schedule":"Schedule changes",scheduledAt:i1}),a.jsx(pj,{open:l,onConfirm:A,onClose:l1,scheduledTime:i1,disabled:!H||z,projectId:e,environment:b.environment}),a.jsx(vj,{open:m,onConfirm:w,onClose:J,scheduledTime:i1,disabled:z})]})]})]})},Qj=({value:e,row:{original:t}})=>{const n=()=>e?a.jsx(Oc,{changeRequest:t}):null;return e?a.jsx(w1,{children:n()}):a.jsx(w1,{})},Jj=u("div")(({theme:e})=>({display:"flex",flexDirection:"row",alignItems:"center",margin:0})),Xj=({value:e})=>{const{searchQuery:t}=I0();return a.jsx(w1,{children:a.jsx(Jj,{children:a.jsxs(I,{component:"span",variant:"body2",children:[" ",a.jsx(v3,{search:t,children:e==null?void 0:e.username})]})})})},ey=u("div")(({theme:e})=>({display:"flex",flexDirection:"row",margin:0})),ty=({value:e,row:{original:t}})=>{const{searchQuery:n}=I0(),i=e1("projectId"),{id:c,title:s,features:o,segments:l}=t,d=(o||[]).length+(l||[]).length,m=`/projects/${i}/change-requests/${c}`;return e?a.jsxs(w1,{sx:{minWidth:"200px"},children:[a.jsx(ey,{children:a.jsx(I,{variant:"body2",children:a.jsx(ce,{component:g1,underline:"hover",to:m,sx:f=>({paddingTop:f.spacing(.2),marginRight:f.spacing(1),"&:hover":{textDecoration:"underline"}}),children:a.jsx(v3,{search:n,children:s})})})}),a.jsxs("span",{children:[`${d}`," ",d<=1?"update":"updates"]})]}):a.jsx(w1,{})},ny=Hr()(e=>({header:{padding:e.spacing(0,4)},bodyClass:{padding:e.spacing(2,4,4,4),overflowX:"auto"}})),ay=u(D)(({theme:e})=>({display:"flex",flexDirection:"column",width:"300px",padding:e.spacing(1,0,1,2)})),ry=u(g1)(()=>({textDecoration:"none","&:hover, &:focus":{textDecoration:"underline"}})),iy=u(g1)(({theme:e})=>({textDecoration:"none","&:hover, &:focus":{textDecoration:"underline"}})),cy=u(D)(({theme:e})=>({display:"flex",flexDirection:"column",fontSize:e.fontSizes.smallBody,width:"100%",whiteSpace:"nowrap"})),sy=({value:e,project:t})=>{const{searchQuery:n}=I0(),i=e==null?void 0:e.map(c=>c.name);return a.jsx(ay,{children:a.jsx(R,{condition:(i==null?void 0:i.length)<3,show:i==null?void 0:i.map(c=>a.jsx(ry,{to:`/projects/${t}/features/${c}`,children:a.jsx(b2,{lines:1,title:c,arrow:!0,children:a.jsx(v3,{search:n,children:c})})},c)),elseShow:a.jsxs(Q3,{tooltipProps:{maxWidth:"800px"},tooltip:a.jsx(cy,{children:i==null?void 0:i.map(c=>a.jsx(iy,{to:`/projects/${t}/features/${c}`,children:a.jsx(b2,{lines:1,title:c,arrow:!0,children:a.jsx(v3,{search:n,children:c})})},c))}),children:[i==null?void 0:i.length," toggles"]})})})},oy={id:"createdAt",desc:!0},ly=u("div")({paddingLeft:0,paddingBottom:0}),dy=u(p2)(({theme:e})=>({textTransform:"none",width:"auto",fontSize:e.fontSizes.bodySize,[e.breakpoints.up("md")]:{minWidth:160}})),uy=u(D)(({theme:e})=>({textAlign:"right",paddingBottom:e.spacing(2),fontSize:e.fontSizes.smallBody})),hy=({changeRequests:e=[],placeholder:t,loading:n,projectId:i})=>{const{classes:c}=ny(),s=K1(O0.breakpoints.down("md")),[o,l]=V2(),[d,m]=h.useState(o.get("search")||""),{value:f,setValue:v}=Ar(`${i}:ProjectChangeRequest`,oy),g=o.get("type")||f.type,[p,x]=h.useState(g==="closed"?"closed":"open"),[j,y]=h.useMemo(()=>{const W=e.filter(w=>w.state!=="Cancelled"&&w.state!=="Rejected"&&w.state!=="Applied"),E=e.filter(w=>w.state==="Cancelled"||w.state==="Rejected"||w.state==="Applied");return[W,E]},[e]),b=[{title:"Change requests",data:j,type:"open"},{title:"Closed",data:y,type:"closed"}],S=b.find(W=>W.type===p)||b[0],C=h.useMemo(()=>[{id:"Title",Header:"Title",width:100,canSort:!0,accessor:"title",searchable:!0,Cell:ty},{id:"Updated feature flags",Header:"Updated feature flags",canSort:!1,accessor:"features",searchable:!0,filterName:"feature",filterParsing:W=>(W==null?void 0:W.map(({name:E})=>E).join(`
691
- `))||"",filterBy:(W,E)=>W.features.find(w=>E.map(_=>_.toLowerCase()).includes(w.name.toLowerCase())),Cell:({value:W,row:{original:{title:E}}})=>a.jsx(sy,{project:i,value:W},E)},{Header:"By",accessor:"createdBy",maxWidth:180,canSort:!1,Cell:Xj,align:"left",searchable:!0,filterName:"by",filterParsing:W=>(W==null?void 0:W.username)||""},{Header:"Submitted",accessor:"createdAt",maxWidth:100,Cell:j2},{Header:"Environment",accessor:"environment",searchable:!0,maxWidth:100,Cell:z2,filterName:"environment"},{Header:"Status",accessor:"state",searchable:!0,maxWidth:"170px",Cell:Qj,filterName:"status"}],[i]),{data:T,getSearchText:$,getSearchContext:Z}=Ur(C,d,S==null?void 0:S.data),O=h.useMemo(()=>n?Ru:T,[T,n]),[N]=h.useState(()=>({sortBy:[{id:o.get("sort")||f.id,desc:o.has("order")?o.get("order")==="desc":f.desc}],hiddenColumns:[]})),{headerGroups:z,rows:V,state:{sortBy:M},prepareRow:H,setHiddenColumns:K,getTableProps:A,getTableBodyProps:Y}=k1.useTable({columns:C,data:O,initialState:N,sortTypes:M0,autoResetHiddenColumns:!1,disableSortRemove:!0,autoResetSortBy:!1,defaultColumn:{Cell:w1}},k1.useSortBy);return B2([{condition:s,columns:["createdBy"]}],K,C),h.useEffect(()=>{if(n)return;const W={};W.sort=M[0].id,M[0].desc&&(W.order="desc"),d&&(W.search=d),W.type=p,l(W,{replace:!0}),v(E=>({...E,id:M[0].id,desc:M[0].desc||!1,type:p}))},[n,M,d,l,p]),a.jsxs(R1,{isLoading:n,bodyClass:c.bodyClass,headerClass:c.header,header:a.jsx(S1,{titleElement:a.jsx(ly,{children:a.jsx(Nr,{value:S==null?void 0:S.title,indicatorColor:"primary",textColor:"primary",variant:"scrollable",allowScrollButtonsMobile:!0,children:b.map(W=>a.jsx(dy,{label:`${W.title} (${W.data.length})`,value:W.title,onClick:()=>x(W.type)},W.title))})}),actions:a.jsx(me,{placeholder:"Search and Filter",expandable:!0,initialValue:d,onChange:m,hasFilters:!0,getSearchContext:Z,id:"changeRequestList"})}),children:[a.jsx(uy,{children:a.jsx(g1,{to:`/projects/${i}/settings/change-requests`,children:"Change request configuration"})}),a.jsx(q3,{value:$(d),children:a.jsxs(Y2,{...A(),children:[a.jsx(H2,{headerGroups:z}),a.jsx(U2,{...Y(),children:V.map(W=>{H(W);const{key:E,...w}=W.getRowProps();return a.jsx(k2,{hover:!0,...w,children:W.cells.map(_=>{const{key:F,...G}=_.getCellProps();return a.jsx(q2,{...G,children:_.render("Cell")},F)})},E)})})]})}),a.jsx(R,{condition:V.length===0,show:()=>a.jsx(R,{condition:(d==null?void 0:d.length)>0,show:a.jsxs(ee,{children:["No changes found matching “",d,"”"]}),elseShow:a.jsx(ee,{children:t||"None of the changes were submitted yet."})})})]})},my=e=>fetch(e).then(ne("ChangeRequest")).then(t=>t.json()),fy=e=>{const{data:t,error:n,mutate:i}=Pc([],N1(`api/admin/projects/${e}/change-requests`),my);return h.useMemo(()=>({changeRequests:t,loading:!n&&!t,refetch:i,error:n}),[t,n,i])},py=()=>{const e=e1("projectId"),t=je(e),{isOss:n,isPro:i}=p1();pe(`Change requests – ${t}`);const{changeRequests:c,loading:s}=fy(e),{data:o,loading:l}=Zc(e),d=o.some(m=>m.changeRequestEnabled);return n()||i()?a.jsx(R1,{sx:{justifyContent:"center"},children:a.jsx(A0,{feature:"change-requests"})}):a.jsx(hy,{changeRequests:c,projectId:e,loading:s,placeholder:!l&&!d?a.jsxs("p",{children:["Change requests are not configured for this project.",a.jsx("br",{}),a.jsx(g1,{to:`/projects/${e}/settings/change-requests`,children:"Configure change requests"})]}):void 0})};var h1=(e=>(e.USER="USERS",e.GROUP="GROUPS",e.SERVICE_ACCOUNT="SERVICE ACCOUNTS",e))(h1||{});const V0=(e,t={})=>{const n=N1(`api/admin/projects/${e}/access`),i=()=>fetch(n,{method:"GET"}).then(ne("project access")).then(v=>v.json()),c=`api/admin/projects/${e}/users`,{data:s,error:o}=g3(c,i,t),[l,d]=h.useState(!o&&!s),m=()=>{Vu(c)};return h.useEffect(()=>{d(!o&&!s)},[s,o]),{access:h.useMemo(()=>{if(s)return vy({roles:s.roles,users:s.users.filter(({accountType:v})=>!v||v==="User"),serviceAccounts:s.users.filter(({accountType:v})=>v==="Service Account"),groups:(s==null?void 0:s.groups.map(v=>({...v,users:vm(v.users??[])})))??[]})},[s]),error:o,loading:l,refetchProjectAccess:m}},vy=e=>{const t=e.users||[],n=e.serviceAccounts||[],i=e.groups||[];return{...e,rows:[...t.map(c=>({entity:c,type:"USERS"})),...n.map(c=>({entity:c,type:"SERVICE ACCOUNTS"})),...i.map(c=>({entity:c,type:"GROUPS"}))]}},gy=u(R1)(({theme:e})=>({height:"100vh",overflow:"auto",padding:e.spacing(7.5,6),[e.breakpoints.down("md")]:{padding:e.spacing(4,2)},"& .header":{padding:e.spacing(0,0,2,0)},"& .body":{padding:e.spacing(3,0,0,0)},borderRadius:`${e.spacing(1.5,0,0,1.5)} !important`})),xy=u("div")(({theme:e})=>({display:"flex",flexDirection:"column","& > span":{display:"flex",alignItems:"center",color:e.palette.text.secondary,fontSize:e.fontSizes.bodySize}})),l7={id:"joinedAt",desc:!0},X4=[{Header:"Avatar",accessor:"imageUrl",Cell:({row:{original:e}})=>a.jsx(w1,{children:a.jsx(W2,{user:e})}),maxWidth:85,disableSortBy:!0},{id:"name",Header:"Name",accessor:e=>e.name||"",Cell:({value:e,row:{original:t}})=>a.jsx(z2,{value:e,subtitle:t.email||t.username}),minWidth:100,searchable:!0},{id:"joined",Header:"Joined",accessor:"joinedAt",Cell:jc,maxWidth:150},{id:"lastLogin",Header:"Last login",accessor:"seenAt",Cell:j2,maxWidth:150},{accessor:e=>e.username||"",Header:"Username",searchable:!0},{accessor:e=>e.email||"",Header:"Email",searchable:!0}],by=["imageUrl","name","joined","lastLogin"],jy=({open:e,setOpen:t,group:n,projectId:i,subtitle:c,onEdit:s,onRemove:o})=>{const l=O1(),d=K1(l.breakpoints.down("md")),[m]=h.useState(()=>({sortBy:[{id:l7.id,desc:l7.desc}],hiddenColumns:["Username","Email"]})),[f,v]=h.useState(""),{data:g,getSearchText:p,getSearchContext:x}=Ur(X4,f,(n==null?void 0:n.users)??[]),{headerGroups:j,rows:y,prepareRow:b,setHiddenColumns:S}=k1.useTable({columns:X4,data:g,initialState:m,sortTypes:M0,autoResetHiddenColumns:!1,autoResetSortBy:!1,disableSortRemove:!0,disableMultiSort:!0},k1.useSortBy,k1.useFlexLayout);return B2([{condition:d,columns:by}],S,X4),a.jsx(Te,{open:e,onClose:()=>{t(!1)},label:(n==null?void 0:n.name)||"Group",children:a.jsxs(gy,{header:a.jsx(S1,{secondary:!0,titleElement:a.jsxs(xy,{children:[n==null?void 0:n.name," (",y.length<g.length?`${y.length} of ${g.length}`:g.length,")",a.jsx("span",{children:c})]}),actions:a.jsxs(a.Fragment,{children:[a.jsx(R,{condition:!d,show:a.jsxs(a.Fragment,{children:[a.jsx(me,{initialValue:f,onChange:v,hasFilters:!0,getSearchContext:x}),a.jsx(S1.Divider,{})]})}),a.jsx(M3,{permission:G1,projectId:i,tooltipProps:{title:"Edit group access"},onClick:s,children:a.jsx(G3,{})}),a.jsx(M3,{permission:G1,projectId:i,tooltipProps:{title:"Remove group access"},onClick:o,children:a.jsx(b3,{})})]}),children:a.jsx(R,{condition:d,show:a.jsx(me,{initialValue:f,onChange:v,hasFilters:!0,getSearchContext:x})})}),children:[a.jsx(q3,{value:p(f),children:a.jsx(kr,{rows:y,headerGroups:j,prepareRow:b})}),a.jsx(R,{condition:y.length===0,show:a.jsx(R,{condition:(f==null?void 0:f.length)>0,show:a.jsxs(ee,{children:["No users found matching “",f,"” in this group."]}),elseShow:a.jsx(ee,{children:"This group is empty. Get started by adding a user to the group."})})})]})})},yy=u("div")(({theme:e})=>({paddingTop:e.spacing(.75),display:"flex",flexDirection:"column","& > span:last-of-type":{fontSize:e.fontSizes.smallerBody,color:e.palette.text.secondary}}));function _y(e){return e.sort((t,n)=>t.type!==n.type?t.type==="project"?-1:1:t.type==="custom"?t.name.localeCompare(n.name):0)}const wy=u("li")(({theme:e})=>({display:"flex",gap:e.spacing(.5)})),Sy=({roles:e,value:t,setValue:n,required:i,...c})=>{const s=(l,d,m)=>h.createElement(wy,{...l,key:d.id},a.jsx(T0,{icon:a.jsx(Br,{fontSize:"small"}),checkedIcon:a.jsx(Yr,{fontSize:"small"}),checked:m.selected}),a.jsxs(yy,{children:[a.jsx("span",{children:d.name}),a.jsx("span",{children:d.description})]})),o=_y(e);return a.jsxs(a.Fragment,{children:[a.jsx(K2,{slotProps:{paper:{sx:{"& .MuiAutocomplete-listbox":{"& .MuiAutocomplete-option":{paddingLeft:l=>l.spacing(.5),alignItems:"flex-start"}}}}},multiple:!0,disableCloseOnSelect:!0,openOnFocus:!0,size:"small",value:t,groupBy:l=>l.type==="project"?"Predefined project roles":"Custom project roles",onChange:(l,d)=>n(d),options:o,renderOption:s,getOptionLabel:l=>l.name,renderInput:l=>a.jsx(se,{...l,label:"Role",required:i}),...c}),a.jsx(R,{condition:t.length>0,show:()=>a.jsx(a.Fragment,{children:t.map(({id:l})=>a.jsx(Lu,{sx:{marginTop:1},roleId:l},l))})})]})},Oy=u("form")(()=>({display:"flex",flexDirection:"column",height:"100%"})),d7=u("p")(({theme:e})=>({color:e.palette.text.secondary,marginBottom:e.spacing(1)})),u7=u("div")(({theme:e})=>({"& > div:first-of-type":{width:"100%",maxWidth:e.spacing(50),marginBottom:e.spacing(2)}})),Cy=u("div")(({theme:e})=>({marginTop:e.spacing(6),display:"flex",justifyContent:"flex-end"})),Dy=u(a1)(({theme:e})=>({marginLeft:e.spacing(3)})),$y=u("div")(({theme:e})=>({display:"flex",flexDirection:"column","& > span:last-of-type":{color:e.palette.text.secondary}})),Ty=u("div")(({theme:e})=>({display:"flex",flexDirection:"column","& > span:first-of-type":{color:e.palette.text.secondary}})),T5=({selected:e,accesses:t,users:n,serviceAccounts:i,groups:c,roles:s,userRoles:o})=>{const{uiConfig:l}=p1(),{flags:d}=l,m=d.UG?"user / group":"user",f=e1("projectId"),{refetchProjectAccess:v}=V0(f),{addAccessToProject:g,setUserRoles:p,setGroupRoles:x,loading:j}=Ge(),y=!!e,b=Nu(f),{setToastData:S,setToastApiError:C}=$1(),T=te(),$=[...c.filter(w=>y||!t.some(({entity:{id:_},type:F})=>w.id===_&&F===h1.GROUP)).map(w=>({id:w.id,entity:w,type:h1.GROUP})),...n.filter(w=>y||!t.some(({entity:{id:_},type:F})=>w.id===_&&F===h1.USER)).sort((w,_)=>{const F=w.name||w.username||"",G=_.name||_.username||"";return F.localeCompare(G)}).map(w=>({id:w.id,entity:w,type:h1.USER})),...i.filter(w=>y||!t.some(({entity:{id:_},type:F})=>w.id===_&&F===h1.SERVICE_ACCOUNT)).sort((w,_)=>{const F=w.name||w.username||"",G=_.name||_.username||"";return F.localeCompare(G)}).map(w=>({id:w.id,entity:w,type:h1.SERVICE_ACCOUNT}))],[Z,O]=h.useState(()=>$.filter(({id:w,type:_})=>w===(e==null?void 0:e.entity.id)&&_===(e==null?void 0:e.type))),[N,z]=h.useState(s.filter(({id:w})=>{var _,F;return(F=(_=e==null?void 0:e.entity)==null?void 0:_.roles)==null?void 0:F.includes(w)})),V={roles:N.map(({id:w})=>w),groups:Z==null?void 0:Z.filter(({type:w})=>w===h1.GROUP).map(({id:w})=>w),users:Z==null?void 0:Z.filter(({type:w})=>w===h1.USER||w===h1.SERVICE_ACCOUNT).map(({id:w})=>w)},M=async w=>{if(w.preventDefault(),!!Y)try{y?(e==null?void 0:e.type)===h1.USER||(e==null?void 0:e.type)===h1.SERVICE_ACCOUNT?await p(f,N.map(({id:_})=>_),e.entity.id):(e==null?void 0:e.type)===h1.GROUP&&await x(f,N.map(({id:_})=>_),e.entity.id):await g(f,V),v(),T(ke),S({text:`${Z.length} ${Z.length===1?"access":"accesses"} ${y?"edited":"assigned"} successfully`,type:"success"})}catch(_){C(_1(_))}},H=()=>y?`curl --location --request PUT '${l.unleashUrl}/api/admin/projects/${f}/${(e==null?void 0:e.type)===h1.USER||(e==null?void 0:e.type)===h1.SERVICE_ACCOUNT?"users":"groups"}/${e==null?void 0:e.entity.id}/roles' \\
692
- --header 'Authorization: INSERT_API_KEY' \\
693
- --header 'Content-Type: application/json' \\
694
- --data-raw '${JSON.stringify({roles:V.roles},void 0,2)}'`:`curl --location --request POST '${l.unleashUrl}/api/admin/projects/${f}/access' \\
695
- --header 'Authorization: INSERT_API_KEY' \\
696
- --header 'Content-Type: application/json' \\
697
- --data-raw '${JSON.stringify(V,void 0,2)}'`,K=w=>{if(w&&w.rootRole)return"This group has a root role associated with it. Groups with a root role association cannot be assigned to projects, and users in this group already have the role applied globally."},A=(w,_,F)=>{let G,q;return _.type===h1.GROUP?G=_.entity:q=_.entity,a.jsx(Y1,{title:K(G),children:a.jsx("span",{children:a.jsxs("li",{...w,children:[a.jsx(T0,{icon:a.jsx(Br,{fontSize:"small"}),checkedIcon:a.jsx(Yr,{fontSize:"small"}),style:{marginRight:8},checked:F}),a.jsx(R,{condition:_.type===h1.GROUP,show:a.jsx("span",{children:a.jsxs($y,{children:[a.jsx("span",{children:G==null?void 0:G.name}),a.jsxs("span",{children:[G==null?void 0:G.userCount," users"]})]})}),elseShow:a.jsxs(Ty,{children:[a.jsx("span",{children:(q==null?void 0:q.name)||(q==null?void 0:q.username)}),a.jsx("span",{children:q!=null&&q.name&&(q!=null&&q.username)?q==null?void 0:q.username:q==null?void 0:q.email})]})})]})})})},Y=Z.length>0&&N.length>0,W=b(d2)||o.length===0||o.some(w=>w.name==="Owner");let E;return W?E=s:E=s.filter(w=>o.some(_=>w.id===_.id)),a.jsx(Te,{open:!0,onClose:()=>T(ke),label:`${y?"Edit":"Assign"} ${m} access`,children:a.jsx(Qe,{loading:j,modal:!0,title:`${y?"Edit":"Assign"} ${m} access`,description:"Custom project roles allow you to fine-tune access rights and permissions within your projects.",documentationLink:"https://docs.getunleash.io/reference/rbac#create-and-assign-a-custom-project-role",documentationLinkLabel:"Project access documentation",formatApiCode:H,children:a.jsxs(Oy,{onSubmit:M,children:[a.jsxs("div",{children:[a.jsxs(d7,{"data-testid":Wu,children:["Select the ",m]}),a.jsx(u7,{children:a.jsx(Ec,{"data-testid":zu,size:"small",multiple:!0,openOnFocus:!0,limitTags:10,disableCloseOnSelect:!0,disabled:y,value:Z,getOptionDisabled:w=>w.type===h1.GROUP?!!w.entity.rootRole:!1,onChange:(w,_,F)=>{w.type==="keydown"&&w.key==="Backspace"&&F==="removeOption"||O(_)},options:$,groupBy:w=>w.type,renderOption:(w,_,{selected:F})=>A(w,_,F),getOptionLabel:w=>{if(w.type===h1.USER||w.type===h1.SERVICE_ACCOUNT){const _=w.entity;return _.email||_.name||_.username||""}else return w.entity.name},filterOptions:(w,{inputValue:_})=>w.filter(F=>{if(F.type===h1.USER||F.type===h1.SERVICE_ACCOUNT){const G=F.entity;return p3(_,G.email)||p3(_,G.name)||p3(_,G.username)}return p3(_,F.entity.name)}),isOptionEqualToValue:(w,_)=>w.type===_.type&&w.entity.id===_.entity.id,renderInput:w=>a.jsx(se,{...w,label:N2(m)})})}),a.jsx(d7,{children:"Select the role to assign for this project"}),a.jsx(u7,{children:a.jsx(Sy,{"data-testid":Bu,roles:E,value:N,setValue:z})})]}),a.jsxs(Cy,{children:[a.jsx(a1,{"data-testid":Yu,type:"submit",variant:"contained",color:"primary",disabled:!Y,children:y?"Save":`Assign ${m}`}),a.jsx(Dy,{onClick:()=>T(ke),children:"Cancel"})]})]})})})},P5=()=>{var i,c;const{data:e,error:t,mutate:n}=g3(N1("api/admin/user-admin/access"),Py);return{users:(i=e==null?void 0:e.users)==null?void 0:i.filter(({accountType:s})=>!s||s==="User"),serviceAccounts:(c=e==null?void 0:e.users)==null?void 0:c.filter(({accountType:s})=>s==="Service Account"),groups:e==null?void 0:e.groups,loading:!t&&!e,refetch:()=>n(),error:t}},Py=e=>fetch(e).then(ne("Access")).then(t=>t.json()),Ey=e=>{const t=()=>{const i=N1(`api/admin/user/roles?projectId=${e}`);return fetch(i,{method:"GET"}).then(ne("User Project roles")).then(c=>c.json())},n=`api/admin/projects/${e}/roles`;return{fetcher:t,KEY:n}},E5=(e,t={})=>{const{KEY:n,fetcher:i}=Ey(e),{data:c,error:s,mutate:o}=g3(n,i,t),l=h.useCallback(()=>{o()},[o]);return{roles:(c==null?void 0:c.roles)||[],loading:!s&&!c,error:s,refetch:l}},Zy=()=>{const e=e1("projectId"),{roles:t}=E5(e),{access:n}=V0(e),{users:i,serviceAccounts:c,groups:s}=P5();return!n||!i||!c||!s?null:a.jsx(T5,{accesses:n.rows,users:i,serviceAccounts:c,groups:s,roles:n.roles,userRoles:t})},Iy=()=>{const e=e1("projectId"),t=e1("userId"),{roles:n}=E5(e),{access:i}=V0(e),{users:c,serviceAccounts:s,groups:o}=P5();if(!i||!c||!s||!o)return null;const l=i.rows.find(d=>d.entity.id===Number(t)&&d.type!==h1.GROUP);return a.jsx(T5,{accesses:i.rows,selected:l,users:c,serviceAccounts:s,groups:o,roles:i.roles,userRoles:n})},My=()=>{const e=e1("projectId"),t=e1("groupId"),{roles:n}=E5(e),{access:i}=V0(e),{users:c,serviceAccounts:s,groups:o}=P5();if(!i||!c||!s||!o)return null;const l=i.rows.find(d=>d.entity.id===Number(t)&&d.type===h1.GROUP);return a.jsx(T5,{accesses:i.rows,selected:l,users:c,serviceAccounts:s,groups:o,roles:i.roles,userRoles:n})},Ay={id:"added",desc:!0},{value:h7,setValue:Fy}=Ar("ProjectAccess:v1",Ay),Ry=u("div")(({theme:e})=>({display:"inline-flex",alignItems:"center",flexWrap:"wrap",marginLeft:e.spacing(1)})),Vy=u(W2)(({theme:e})=>({marginRight:e.spacing(-3.5)})),Ly=u(W2)(({theme:e})=>({outline:`${e.spacing(.25)} solid ${e.palette.background.paper}`})),Ny=["imageUrl","role","added","lastLogin"],Wy=["lastLogin","added"],zy=()=>{const e=e1("projectId"),{uiConfig:t}=p1(),{flags:n}=t,i=n.UG?"user / group":"user",c=te(),s=O1(),o=K1(s.breakpoints.down("md")),l=K1(s.breakpoints.down("lg")),{setToastData:d}=$1(),{access:m,refetchProjectAccess:f}=V0(e),{removeUserAccess:v,removeGroupAccess:g}=Ge(),[p,x]=h.useState(!1),[j,y]=h.useState(!1),[b,S]=h.useState(),C=_=>{var F;return _.length>1?`${_.length} roles`:((F=m==null?void 0:m.roles.find(({id:G})=>G===_[0]))==null?void 0:F.name)||""},T=h.useMemo(()=>[{Header:"Avatar",accessor:"imageUrl",Cell:({row:{original:_}})=>{var F;return a.jsxs(Ry,{children:[a.jsx(R,{condition:_.type===h1.GROUP,show:a.jsx(Vy,{})}),a.jsx(Ly,{user:_.entity,children:(F=_.entity.users)==null?void 0:F.length})]})},maxWidth:85,disableSortBy:!0},{id:"name",Header:"Name",accessor:_=>_.entity.name||"",Cell:({value:_,row:{original:F}})=>{var G,q,l1;return a.jsx(R,{condition:F.type===h1.GROUP,show:a.jsx(F0,{onClick:()=>{S(F),y(!0)},title:_,subtitle:`${(G=F.entity.users)==null?void 0:G.length} users`}),elseShow:a.jsx(z2,{value:_,subtitle:((q=F.entity)==null?void 0:q.email)||((l1=F.entity)==null?void 0:l1.username)})})},minWidth:100,searchable:!0},{id:"role",Header:"Role",accessor:_=>C(_.entity.roles),Cell:({value:_,row:{original:F}})=>a.jsx(_8,{value:_,roles:F.entity.roles}),maxWidth:175,filterName:"role"},{id:"added",Header:"Added",accessor:"entity.addedAt",Cell:j2,maxWidth:130},{id:"lastLogin",Header:"Last login",accessor:_=>_.type!==h1.GROUP?_.entity.seenAt||"":_.entity.users.map(({seenAt:G})=>G).sort().reverse()[0],Cell:j2,maxWidth:130},{id:"actions",Header:"Actions",disableSortBy:!0,align:"center",maxWidth:150,Cell:({row:{original:_}})=>a.jsxs(qr,{children:[a.jsx(M3,{"data-testid":Hu,component:g1,permission:[G1,A4],projectId:e,to:`edit/${_.type===h1.GROUP?"group":"user"}/${_.entity.id}`,tooltipProps:{title:"Edit access"},children:a.jsx(G3,{})}),a.jsx(M3,{"data-testid":Uu,permission:[G1,A4],projectId:e,onClick:()=>{S(_),x(!0)},tooltipProps:{title:"Remove access"},children:a.jsx(b3,{})})]})},{accessor:_=>{var F;return _.type!==h1.GROUP&&((F=_.entity)==null?void 0:F.username)||""},Header:"Username",searchable:!0},{accessor:_=>{var F;return _.type!==h1.GROUP&&((F=_.entity)==null?void 0:F.email)||""},Header:"Email",searchable:!0}],[m,e]),[$,Z]=V2(),[O]=h.useState(()=>({sortBy:[{id:$.get("sort")||h7.id,desc:$.has("order")?$.get("order")==="desc":h7.desc}],hiddenColumns:["Username","Email"],globalFilter:$.get("search")||""})),[N,z]=h.useState(O.globalFilter),{data:V,getSearchText:M,getSearchContext:H}=Ur(T,N,(m==null?void 0:m.rows)??[]),{headerGroups:K,rows:A,prepareRow:Y,setHiddenColumns:W,state:{sortBy:E}}=k1.useTable({columns:T,data:V,initialState:O,sortTypes:M0,autoResetHiddenColumns:!1,autoResetSortBy:!1,disableSortRemove:!0,disableMultiSort:!0,defaultColumn:{Cell:w1}},k1.useSortBy,k1.useFlexLayout);B2([{condition:o,columns:Ny},{condition:l,columns:Wy}],W,T),h.useEffect(()=>{const _={};_.sort=E[0].id,E[0].desc&&(_.order="desc"),N&&(_.search=N),Z(_,{replace:!0}),Fy({id:E[0].id,desc:E[0].desc||!1})},[E,N,Z]);const w=async _=>{if(!_)return;const{id:F}=_.entity;let G=_.entity.name;if(_.type!==h1.GROUP){const q=_.entity;G=G||q.email||q.username||""}try{_.type!==h1.GROUP?await v(e,F):await g(e,F),f(),d({type:"success",text:`${G||`The ${i}`} has been removed from project`})}catch(q){d({type:"error",text:q.message||`Server problems when removing ${i}.`})}x(!1)};return a.jsxs(R1,{header:a.jsx(S1,{secondary:!0,title:`User access (${A.length<V.length?`${A.length} of ${V.length}`:V.length})`,actions:a.jsxs(a.Fragment,{children:[a.jsx(R,{condition:!o,show:a.jsxs(a.Fragment,{children:[a.jsx(me,{initialValue:N,onChange:z,hasFilters:!0,getSearchContext:H}),a.jsx(S1.Divider,{})]})}),a.jsxs(R2,{onClick:()=>c("create"),maxWidth:"700px",Icon:Je,permission:[G1,A4],projectId:e,"data-testid":ku,children:["Assign ",i]})]}),children:a.jsx(R,{condition:o,show:a.jsx(me,{initialValue:N,onChange:z,hasFilters:!0,getSearchContext:H})})}),children:[a.jsx(q3,{value:M(N),children:a.jsx(kr,{rows:A,headerGroups:K,prepareRow:Y})}),a.jsx(R,{condition:A.length===0,show:a.jsx(R,{condition:(N==null?void 0:N.length)>0,show:a.jsxs(ee,{children:["No access found matching “",N,"”"]}),elseShow:a.jsxs(ee,{children:["No access available. Get started by assigning a"," ",i,"."]})})}),a.jsxs(J3,{children:[a.jsx(y1,{path:"create",element:a.jsx(Zy,{})}),a.jsx(y1,{path:"edit/group/:groupId",element:a.jsx(My,{})}),a.jsx(y1,{path:"edit/user/:userId",element:a.jsx(Iy,{})})]}),a.jsx(le,{open:p,onClick:()=>w(b),onClose:()=>{x(!1)},title:`Really remove ${i} from this project?`}),a.jsx(jy,{open:j,setOpen:y,group:b==null?void 0:b.entity,projectId:e,subtitle:a.jsxs(a.Fragment,{children:[b&&b.entity.roles.length>1?"Roles:":"Role:",a.jsx(_8,{value:C((b==null?void 0:b.entity.roles)||[]),roles:(b==null?void 0:b.entity.roles)||[]})]}),onEdit:()=>{c(`edit/group/${b==null?void 0:b.entity.id}`)},onRemove:()=>{y(!1),x(!0)}})]})},By=()=>{const e=e1("projectId"),t=je(e),{hasAccess:n}=h.useContext(Ee),{isOss:i}=p1();return pe(`Project access – ${t}`),i()?a.jsx(R1,{header:a.jsx(S1,{title:"User access"}),sx:{justifyContent:"center"},children:a.jsx(A0,{feature:"access"})}):n([G1,qu],e)?a.jsx(zy,{}):a.jsx(R1,{header:a.jsx(S1,{title:"User access"}),children:a.jsx(Z1,{severity:"error",children:"You need project owner permissions to access this section."})})},Yy=e=>e.reduce((t,n)=>n.enabled?t+1:t,0),Hy=u(Y2)(({theme:e})=>({marginTop:e.spacing(3)})),Uy=u("p",{shouldForwardProp:e=>e!=="warning"})(({theme:e,warning:t})=>({color:t?e.palette.error.dark:e.palette.text.primary,textAlign:"center"})),ky=({environment:e,warnEnabledToggles:t})=>{const n=h.useMemo(()=>[{id:"Icon",width:"1%",Cell:({row:{original:d}})=>a.jsx(Ku,{environment:d})},{Header:"Name",accessor:"name",Cell:w1},{Header:"Type",accessor:"type",Cell:w1},{Header:"Toggles enabled",accessor:"projectEnabledToggleCount",Cell:({value:d})=>a.jsx(w1,{children:a.jsx(Uy,{warning:d>0,children:d===1?"1 toggle":`${d} toggles`})}),align:"center"}],[t]),{getTableProps:i,getTableBodyProps:c,headerGroups:s,rows:o,prepareRow:l}=k1.useTable({columns:n,data:[e],disableSortBy:!0});return a.jsxs(Hy,{...i(),rowHeight:"compact",children:[a.jsx(H2,{headerGroups:s}),a.jsx(U2,{...c(),children:o.map(d=>{l(d);const{key:m,...f}=d.getRowProps();return a.jsx(k2,{hover:!0,...f,children:d.cells.map(v=>{const{key:g,...p}=v.getCellProps();return a.jsx(q2,{...p,children:v.render("Cell")},g)})},m)})})]})},qy=u("p")(({theme:e})=>({marginTop:e.spacing(3),marginBottom:e.spacing(1.5)})),Ky=u(_3)(()=>({width:"100%"})),Gy=({environment:e,open:t,setOpen:n,onConfirm:i})=>{const[c,s]=h.useState("");return h.useEffect(()=>{s("")},[t]),a.jsxs(le,{title:"Hide environment and disable feature flags?",open:t,primaryButtonText:"Hide environment and disable feature flags",disabledPrimaryButton:(e==null?void 0:e.name)!==c,secondaryButtonText:"Close",onClick:i,onClose:()=>{n(!1)},children:[a.jsxs(Z1,{severity:"error",children:[a.jsx("strong",{children:"Danger!"})," Hiding an environment will disable all the feature flags that are enabled in this environment and it can impact client applications connected to the environment."]}),a.jsx(ky,{environment:e}),a.jsxs(qy,{children:["In order to hide this environment, please enter the id of the environment in the textfield below:"," ",a.jsx("strong",{children:e==null?void 0:e.name})]}),a.jsx(Ky,{label:"Environment name",value:c,onChange:o=>s(o.target.value)})]})},Qy=e=>{const{data:t,error:n,mutate:i}=g3(N1(`api/admin/environments/project/${e}`),Jy),c=h.useMemo(()=>t||[],[t]),s=h.useCallback(async()=>{await i()},[i]);return{environments:c,refetchEnvironments:s,loading:!n&&!t,error:n}},Jy=async e=>(await fetch(e).then(ne("Environments")).then(n=>n.json())).environments.sort((n,i)=>n.sortOrder-i.sortOrder),Xy="/static/upgradeEnvironments-DCYoh4BH.png",e_=u(D)(({theme:e})=>({marginTop:e.spacing(3),width:"100%",backgroundColor:e.palette.background.elevation1,borderRadius:e.shape.borderRadiusMedium,padding:e.spacing(2),display:"flex",justifyContent:"center",position:"relative"})),t_=u(ce)(({theme:e})=>({textDecoration:"none",fontWeight:e.typography.fontWeightBold})),n_=u("img")(({theme:e})=>({width:e.spacing(20)})),a_=u(E1)(({theme:e})=>({position:"absolute",top:e.spacing(1.25),right:e.spacing(1.5)})),r_=u(D)(({theme:e})=>({display:"flex",gap:e.spacing(3),marginTop:e.spacing(2),marginBottom:e.spacing(2)})),i_=u(D)(({theme:e})=>({display:"flex",flexDirection:"column",justifyContent:"center",gap:e.spacing(1),maxWidth:e.spacing(60)})),c_=()=>{const[e,t]=w0("upgrade-environments:v1","open");return e==="closed"?null:a.jsxs(e_,{children:[a.jsxs(r_,{children:[a.jsx(n_,{src:S0(Xy),alt:"Multiple environments"}),a.jsxs(i_,{children:[a.jsx("b",{children:"Need more environments?"}),a.jsx("p",{children:"You are currently using our open-source version, which allows for only two environments. With our Enterprise offering, you can have unlimited environments to better suit your organization's needs."}),a.jsx(t_,{href:"https://www.getunleash.io/upgrade-unleash?utm_source=oss&utm_medium=feature&utm_content=environments",target:"_blank",children:"View our Enterprise offering"})]})]}),a.jsx(Y1,{title:"Dismiss",arrow:!0,children:a.jsx(a_,{"aria-label":"dismiss",onClick:()=>{t("closed")},size:"small",children:a.jsx(A2,{fontSize:"inherit"})})})]})},s_=u(Z1)(({theme:e})=>({marginBottom:e.spacing(4)})),o_=u("div")(({theme:e})=>({display:"flex",flexWrap:"wrap",[e.breakpoints.down("sm")]:{justifyContent:"center"}})),l_=u(Gu)(({theme:e})=>({maxWidth:"400px",marginBottom:e.spacing(2)})),d_=()=>{const e=e1("projectId"),t=je(e);pe(`Project environments – ${t}`);const{setToastData:n,setToastApiError:i}=$1(),{environments:c,loading:s,error:o,refetchEnvironments:l}=Qy(e),{project:d,refetch:m}=X1(e),{removeEnvironmentFromProject:f,addEnvironmentToProject:v}=Ge(),[g,p]=h.useState(),[x,j]=h.useState(!1),{isOss:y}=p1(),b=h.useMemo(()=>c.map(_=>{var F;return{..._,projectVisible:(F=d==null?void 0:d.environments)==null?void 0:F.map(G=>G.environment).includes(_.name)}}),[c,d==null?void 0:d.environments]),S=()=>{l(),m()},C=()=>a.jsx(l_,{onClick:S,text:"Error fetching environments"}),T=_=>`Got an API error when trying to set the environment as ${_?"visible":"hidden"}`,$=async _=>{if(_.projectVisible){if(Yy(b)>1){p(_),j(!0);return}n({text:"At least one environment must be visible in the project",type:"error"})}else try{await v(e,_.name),S(),n({text:"Environment set as visible",type:"success"})}catch{i(T(!0))}},Z=async()=>{if(g)try{await f(e,g.name),S(),n({text:"Environment hidden",type:"success"})}catch{i(T(!1))}finally{j(!1)}},O=_=>y()&&_.name==="default"||_.projectVisible&&N(),N=()=>b.filter(_=>_.projectVisible).length===1,z=_=>_.projectVisible&&N()?"Cannot disable, at least one environment must be visible in the project":_.projectVisible?"Hide environment and disable feature flags":"Make it visible",V=h.useMemo(()=>[{Header:"Name",accessor:"name",Cell:({row:{original:_}})=>a.jsx(Qu,{environment:_})},{Header:"Type",accessor:"type",Cell:z2},{Header:"Project API tokens",accessor:_=>_.projectApiTokenCount===1?"1 token":`${_.projectApiTokenCount} tokens`,Cell:w1},{Header:"Visible in project",accessor:"enabled",align:"center",width:1,Cell:({row:{original:_}})=>a.jsx(qr,{children:a.jsx(Ic,{tooltip:z(_),size:"medium",disabled:O(_),projectId:e,permission:G1,checked:_.projectVisible,onChange:()=>$(_)})}),disableGlobalFilter:!0}],[b]),{getTableProps:M,getTableBodyProps:H,headerGroups:K,rows:A,prepareRow:Y,state:{globalFilter:W},setGlobalFilter:E}=k1.useTable({columns:V,data:b,disableSortBy:!0},k1.useGlobalFilter),w=a.jsx(S1,{title:`Environments (${A.length})`,actions:a.jsxs(a.Fragment,{children:[a.jsx(me,{initialValue:W,onChange:E}),y()?null:a.jsxs(a.Fragment,{children:[a.jsx(S1.Divider,{}),a.jsx(ce,{component:g1,to:"/environments",children:"Configure environments"})]})]})});return a.jsx(R1,{header:w,isLoading:s,children:a.jsxs(o_,{children:[a.jsx(R,{condition:!!o,show:C()}),a.jsxs(s_,{severity:"info",children:[a.jsx("strong",{children:"Important!"})," In order for your application to retrieve configured activation strategies for a specific environment, the application must use an environment specific API token. You can look up the environment-specific"," ",a.jsx(g1,{to:"/admin/api",children:"API tokens here"}),".",a.jsx("br",{}),a.jsx("br",{}),"Your administrator can configure an environment-specific API token to be used in the SDK. If you are an administrator you can"," ",a.jsx(g1,{to:"/admin/api",children:"create a new API token here"}),"."]}),a.jsx(q3,{value:W,children:a.jsxs(Y2,{...M(),rowHeight:"compact",children:[a.jsx(H2,{headerGroups:K}),a.jsx(U2,{...H(),children:A.map(_=>{Y(_);const{key:F,...G}=_.getRowProps();return a.jsx(k2,{hover:!0,...G,children:_.cells.map(q=>{const{key:l1,...m1}=q.getCellProps();return a.jsx(q2,{...m1,children:q.render("Cell")},l1)})},F)})})]})}),a.jsx(R,{condition:A.length===0,show:a.jsx(R,{condition:(W==null?void 0:W.length)>0,show:a.jsxs(ee,{children:["No environments found matching “",W,"”"]}),elseShow:a.jsx(ee,{children:"No environments available. Get started by adding one."})})}),y()?a.jsx(c_,{}):null,a.jsx(Gy,{environment:g,open:x,setOpen:j,onConfirm:Z})]})})},u_=e=>h.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:1386,height:512,fill:"none",viewBox:"0 0 1386 512",...e},h.createElement("rect",{width:1386,height:512,fill:"#F7F7FA",rx:12}),h.createElement("rect",{width:93,height:23,x:545.5,y:200.5,fill:"#F4FAEB",rx:3.5}),h.createElement("rect",{width:93,height:23,x:545.5,y:200.5,stroke:"#B0D182",rx:3.5}),h.createElement("g",{clipPath:"url(#clip0_20382_240644)"},h.createElement("path",{fill:"#68A611",d:"m559.75 215.128-2.603-2.603a.747.747 0 1 0-1.057 1.058l3.135 3.135a.747.747 0 0 0 1.057 0l7.935-7.935a.747.747 0 1 0-1.057-1.058l-7.41 7.403Z"})),h.createElement("path",{fill:"#3B6600",d:"m579.639 208.09 3.656 7.91h-1.91l-.598-1.465h-3.105l-.598 1.465h-1.91l3.656-7.91h.809Zm-.399 2.66-.984 2.402h1.969l-.985-2.402Zm8.473-.82c.469 0 .902.121 1.301.363.406.234.73.582.972 1.043.25.453.375 1.008.375 1.664 0 .656-.125 1.223-.375 1.699a2.675 2.675 0 0 1-.996 1.102c-.414.25-.875.375-1.383.375-.328 0-.656-.078-.984-.235a2.799 2.799 0 0 1-.809-.609v3.48h-1.488v-8.73h1.488v.996c.172-.32.422-.59.75-.808a1.97 1.97 0 0 1 1.149-.34Zm-.375 1.488c-.266 0-.516.07-.75.211a1.557 1.557 0 0 0-.574.574c-.141.25-.207.551-.2.902v.856c.211.219.438.402.68.551.25.14.52.211.809.211.304 0 .57-.082.797-.246.226-.165.402-.375.527-.633.125-.266.187-.547.187-.844 0-.445-.136-.82-.41-1.125-.265-.305-.621-.457-1.066-.457Zm7.828-1.488c.469 0 .902.121 1.301.363.406.234.73.582.972 1.043.25.453.375 1.008.375 1.664 0 .656-.125 1.223-.375 1.699a2.675 2.675 0 0 1-.996 1.102c-.414.25-.875.375-1.382.375-.329 0-.657-.078-.985-.235a2.78 2.78 0 0 1-.808-.609v3.48h-1.489v-8.73h1.489v.996c.171-.32.421-.59.75-.808.328-.227.711-.34 1.148-.34Zm-.375 1.488c-.266 0-.516.07-.75.211a1.557 1.557 0 0 0-.574.574c-.141.25-.207.551-.199.902v.856c.211.219.437.402.679.551.25.14.52.211.809.211.305 0 .57-.082.797-.246.226-.165.402-.375.527-.633a1.96 1.96 0 0 0 .188-.844c0-.445-.137-.82-.411-1.125-.265-.305-.621-.457-1.066-.457Zm8.168.328a1.576 1.576 0 0 0-.785-.211 1.16 1.16 0 0 0-.856.34 3.196 3.196 0 0 0-.597.82V216h-1.489v-5.918h1.489v1.113c.203-.351.441-.644.715-.879.281-.234.597-.351.949-.351.211 0 .402.035.574.105v1.676Zm3.902-1.816c.578 0 1.106.14 1.582.422.477.273.86.648 1.149 1.125.297.468.445.996.445 1.582 0 .586-.148 1.113-.445 1.582a3.31 3.31 0 0 1-1.149 1.125 3.125 3.125 0 0 1-1.582.41 3.17 3.17 0 0 1-1.582-.41 3.315 3.315 0 0 1-1.148-1.125 2.954 2.954 0 0 1-.434-1.582c0-.586.145-1.114.434-1.582a3.165 3.165 0 0 1 1.148-1.125 3.09 3.09 0 0 1 1.582-.422Zm0 1.441c-.281 0-.543.067-.785.199a1.539 1.539 0 0 0-.586.575c-.14.25-.211.554-.211.914 0 .359.071.664.211.914.149.25.344.441.586.574.242.125.504.187.785.187.282 0 .543-.062.785-.187.243-.133.438-.324.586-.574.149-.25.223-.555.223-.914 0-.36-.074-.664-.223-.914a1.525 1.525 0 0 0-.586-.575 1.612 1.612 0 0 0-.785-.199Zm10.067-1.289L614.127 216h-.949l-2.766-5.918h1.734l1.489 3.668 1.558-3.668h1.735Zm3.328-.152c.578 0 1.074.125 1.488.375.422.25.742.597.961 1.043.227.437.34.945.34 1.523v.633h-4.289c.078.398.273.719.586.961.312.242.695.363 1.148.363.43 0 .821-.086 1.172-.258.352-.172.633-.347.844-.527l-.012 1.383c-.187.164-.469.332-.844.504a2.952 2.952 0 0 1-1.218.246 3.283 3.283 0 0 1-1.606-.399 3.14 3.14 0 0 1-1.148-1.089c-.282-.461-.422-.989-.422-1.583 0-.578.129-1.105.387-1.582a3.071 3.071 0 0 1 1.066-1.148 2.759 2.759 0 0 1 1.547-.445Zm-.035 1.3c-.367 0-.676.114-.926.34-.25.227-.422.532-.516.914h2.836c-.031-.422-.187-.734-.469-.937a1.506 1.506 0 0 0-.925-.317Zm9.808-3.668V216h-1.488v-.996c-.172.32-.422.598-.75.832-.328.226-.711.34-1.148.34-.477 0-.918-.121-1.325-.364-.398-.242-.718-.593-.961-1.054-.242-.461-.363-1.02-.363-1.676 0-.656.121-1.219.363-1.687.25-.469.582-.829.997-1.079a2.625 2.625 0 0 1 1.394-.386c.32 0 .645.074.973.222.328.149.601.348.82.598v-3.188h1.488Zm-2.976 3.833c-.313 0-.582.082-.809.246-.219.156-.39.363-.515.621-.125.25-.188.523-.188.82 0 .445.133.824.398 1.137.274.312.633.469 1.079.469.265 0 .511-.071.738-.211a1.56 1.56 0 0 0 .562-.586c.149-.258.223-.567.223-.926v-.844a2.44 2.44 0 0 0-.691-.527 1.63 1.63 0 0 0-.797-.199Z"}),h.createElement("rect",{width:93,height:23,x:545.5,y:352.5,fill:"#FFF2F3",rx:3.5}),h.createElement("rect",{width:93,height:23,x:545.5,y:352.5,stroke:"#FEB0B7",rx:3.5}),h.createElement("path",{fill:"#D93644",d:"M566.724 359.283a.745.745 0 0 0-1.057 0l-3.668 3.66-3.667-3.668a.748.748 0 0 0-1.058 1.058l3.668 3.667-3.668 3.668a.747.747 0 1 0 1.058 1.057l3.667-3.667 3.668 3.667a.745.745 0 0 0 1.057 0 .745.745 0 0 0 0-1.057L563.057 364l3.667-3.667a.752.752 0 0 0 0-1.05Z"}),h.createElement("path",{fill:"#D11525",d:"M579.973 359.973c.492 0 .918.07 1.277.211.359.132.672.316.938.55v1.641a11.253 11.253 0 0 0-.586-.41 2.99 2.99 0 0 0-.692-.328 2.745 2.745 0 0 0-.89-.129c-.469 0-.895.113-1.278.34a2.558 2.558 0 0 0-.914.914c-.226.383-.34.82-.34 1.312 0 .485.114.922.34 1.313.227.383.531.687.914.914.383.219.809.328 1.278.328.523 0 .96-.078 1.312-.234.359-.165.684-.364.973-.598v1.582a3.048 3.048 0 0 1-.996.586c-.399.14-.844.211-1.336.211a4.347 4.347 0 0 1-1.594-.293 4.263 4.263 0 0 1-1.324-.844 4.01 4.01 0 0 1-.903-1.301 4.118 4.118 0 0 1-.328-1.664c0-.609.11-1.164.328-1.664.219-.5.52-.93.903-1.289a4.007 4.007 0 0 1 1.324-.844 4.195 4.195 0 0 1 1.594-.304Zm6.117 1.957c.32 0 .644.074.972.222.329.149.602.348.821.598v-.668h1.488V368h-1.488v-.996c-.172.32-.422.598-.75.832-.328.226-.711.34-1.149.34-.476 0-.918-.121-1.324-.364a2.627 2.627 0 0 1-.961-1.054c-.242-.461-.363-1.02-.363-1.676 0-.656.121-1.219.363-1.687a2.72 2.72 0 0 1 .996-1.079 2.631 2.631 0 0 1 1.395-.386Zm.305 1.453a1.34 1.34 0 0 0-.809.246 1.606 1.606 0 0 0-.516.621 1.882 1.882 0 0 0-.187.832c0 .445.133.824.398 1.137.274.312.633.469 1.078.469.266 0 .512-.071.739-.211a1.56 1.56 0 0 0 .562-.586c.149-.258.223-.567.223-.926v-.844a2.652 2.652 0 0 0-.692-.539 1.624 1.624 0 0 0-.796-.199Zm6.293-1.301v.844c.179-.242.421-.469.726-.68a1.862 1.862 0 0 1 1.066-.316c.602 0 1.106.203 1.512.609.406.406.61 1.016.61 1.828V368h-1.489l-.011-3.434c0-.398-.098-.695-.293-.89-.188-.196-.45-.293-.786-.293-.265 0-.515.086-.75.258a2.707 2.707 0 0 0-.585.609V368h-1.489v-5.918h1.489Zm8.32-.152c.437 0 .797.07 1.078.211.281.14.504.277.668.41v1.371a3.03 3.03 0 0 0-.692-.375c-.25-.102-.558-.152-.925-.152a1.641 1.641 0 0 0-1.43.82c-.148.25-.223.535-.223.855 0 .485.157.883.469 1.196.313.312.707.468 1.184.468.367 0 .675-.046.925-.14.258-.102.489-.227.692-.375v1.359a2.998 2.998 0 0 1-.668.41c-.281.125-.641.188-1.078.188-.602 0-1.137-.141-1.606-.422a3.257 3.257 0 0 1-1.101-1.137 3.12 3.12 0 0 1-.399-1.547c0-.414.075-.808.223-1.183.156-.375.375-.707.656-.996.281-.297.61-.532.985-.703a2.99 2.99 0 0 1 1.242-.258Zm5.66 0c.578 0 1.074.125 1.488.375.422.25.742.597.961 1.043.227.437.34.945.34 1.523v.633h-4.289c.078.398.273.719.586.961.312.242.695.363 1.148.363.43 0 .821-.086 1.172-.258.352-.172.633-.347.844-.527l-.012 1.383c-.187.164-.468.332-.844.504a2.952 2.952 0 0 1-1.218.246 3.283 3.283 0 0 1-1.606-.399 3.14 3.14 0 0 1-1.148-1.089c-.281-.461-.422-.989-.422-1.583 0-.578.129-1.105.387-1.582a3.071 3.071 0 0 1 1.066-1.148 2.759 2.759 0 0 1 1.547-.445Zm-.035 1.3c-.367 0-.676.114-.926.34-.25.227-.422.532-.516.914h2.836c-.031-.422-.187-.734-.468-.937a1.511 1.511 0 0 0-.926-.317Zm5.672-3.668V368h-1.489v-8.438h1.489Zm3.304 0V368h-1.488v-8.438h1.488Zm4.407 2.368c.578 0 1.074.125 1.488.375.422.25.742.597.961 1.043.226.437.34.945.34 1.523v.633h-4.289c.078.398.273.719.586.961.312.242.695.363 1.148.363.43 0 .82-.086 1.172-.258.351-.172.633-.347.844-.527l-.012 1.383c-.188.164-.469.332-.844.504a2.953 2.953 0 0 1-1.219.246 3.277 3.277 0 0 1-1.605-.399 3.132 3.132 0 0 1-1.148-1.089c-.282-.461-.422-.989-.422-1.583 0-.578.129-1.105.386-1.582a3.082 3.082 0 0 1 1.067-1.148 2.759 2.759 0 0 1 1.547-.445Zm-.036 1.3c-.367 0-.675.114-.925.34-.25.227-.422.532-.516.914h2.836c-.031-.422-.187-.734-.469-.937a1.51 1.51 0 0 0-.926-.317Zm9.809-3.668V368h-1.488v-.996c-.172.32-.422.598-.75.832-.328.226-.711.34-1.149.34-.476 0-.918-.121-1.324-.364a2.627 2.627 0 0 1-.961-1.054c-.242-.461-.363-1.02-.363-1.676 0-.656.121-1.219.363-1.687a2.72 2.72 0 0 1 .996-1.079 2.631 2.631 0 0 1 1.395-.386c.32 0 .644.074.972.222.329.149.602.348.821.598v-3.188h1.488Zm-2.977 3.833a1.34 1.34 0 0 0-.808.246 1.606 1.606 0 0 0-.516.621c-.125.25-.187.523-.187.82 0 .445.133.824.398 1.137.274.312.633.469 1.078.469.266 0 .512-.071.739-.211a1.56 1.56 0 0 0 .562-.586c.149-.258.223-.567.223-.926v-.844a2.443 2.443 0 0 0-.692-.527 1.625 1.625 0 0 0-.797-.199Z"}),h.createElement("rect",{width:93,height:23,x:545.5,y:276.5,fill:"#FFF2F3",rx:3.5}),h.createElement("rect",{width:93,height:23,x:545.5,y:276.5,stroke:"#FEB0B7",rx:3.5}),h.createElement("path",{fill:"#D93644",d:"M569.224 283.283a.745.745 0 0 0-1.057 0l-3.668 3.66-3.667-3.668a.748.748 0 0 0-1.058 1.058l3.668 3.667-3.668 3.668a.747.747 0 1 0 1.058 1.057l3.667-3.667 3.668 3.667a.745.745 0 0 0 1.057 0 .745.745 0 0 0 0-1.057L565.557 288l3.667-3.667a.752.752 0 0 0 0-1.05Z"}),h.createElement("path",{fill:"#D11525",d:"M582.193 284.148c.368 0 .727.051 1.078.153.352.101.668.258.95.469.289.21.515.476.679.796.172.313.258.688.258 1.125 0 .461-.117.86-.351 1.196a2.354 2.354 0 0 1-.903.773c-.375.18-.781.285-1.218.317L585.51 292h-2.145l-2.73-3.211V292h-1.629v-7.852h3.187Zm-1.558 1.524v1.98c.187.063.394.114.621.153.234.031.469.047.703.047.469 0 .84-.094 1.113-.282a.94.94 0 0 0 .422-.82c0-.383-.148-.656-.445-.82-.289-.172-.645-.258-1.067-.258h-1.347Zm8.355.258c.578 0 1.074.125 1.489.375.421.25.742.597.96 1.043.227.437.34.945.34 1.523v.633h-4.289c.078.398.274.719.586.961.313.242.695.363 1.149.363.429 0 .82-.086 1.171-.258.352-.172.633-.347.844-.527l-.011 1.383c-.188.164-.469.332-.844.504a2.957 2.957 0 0 1-1.219.246 3.277 3.277 0 0 1-1.605-.399 3.135 3.135 0 0 1-1.149-1.089c-.281-.461-.422-.989-.422-1.583 0-.578.129-1.105.387-1.582a3.079 3.079 0 0 1 1.066-1.148 2.759 2.759 0 0 1 1.547-.445Zm-.035 1.3c-.367 0-.676.114-.926.34-.25.227-.422.532-.515.914h2.836c-.032-.422-.188-.734-.469-.937a1.51 1.51 0 0 0-.926-.317Zm5.356-4.23c.273 0 .511.102.714.305a.924.924 0 0 1 .317.703.95.95 0 0 1-.317.703.978.978 0 0 1-.714.305c-.29 0-.536-.102-.739-.305a.986.986 0 0 1-.293-.703c0-.274.098-.508.293-.703.203-.203.449-.305.739-.305Zm.843 3.082v5.848c0 .804-.187 1.453-.562 1.945-.367.5-.887.871-1.559 1.113l-.656-1.3c.414-.188.73-.415.949-.68.227-.266.34-.606.34-1.02v-4.64h-.949v-1.266h2.437Zm4.512-.152c.578 0 1.074.125 1.488.375.422.25.742.597.961 1.043.227.437.34.945.34 1.523v.633h-4.289c.078.398.273.719.586.961.312.242.695.363 1.148.363.43 0 .821-.086 1.172-.258.352-.172.633-.347.844-.527l-.012 1.383c-.187.164-.468.332-.843.504a2.96 2.96 0 0 1-1.219.246 3.283 3.283 0 0 1-1.606-.399 3.14 3.14 0 0 1-1.148-1.089c-.281-.461-.422-.989-.422-1.583 0-.578.129-1.105.387-1.582a3.079 3.079 0 0 1 1.066-1.148 2.759 2.759 0 0 1 1.547-.445Zm-.035 1.3c-.367 0-.676.114-.926.34-.25.227-.422.532-.516.914h2.836c-.031-.422-.187-.734-.468-.937a1.511 1.511 0 0 0-.926-.317Zm6.879-1.3c.437 0 .797.07 1.078.211.281.14.504.277.668.41v1.371a3.03 3.03 0 0 0-.692-.375c-.25-.102-.558-.152-.925-.152a1.641 1.641 0 0 0-1.43.82c-.148.25-.223.535-.223.855 0 .485.157.883.469 1.196.313.312.707.468 1.184.468.367 0 .675-.046.925-.14.258-.102.489-.227.692-.375v1.359a2.998 2.998 0 0 1-.668.41c-.281.125-.641.188-1.078.188-.602 0-1.137-.141-1.606-.422a3.257 3.257 0 0 1-1.101-1.137 3.12 3.12 0 0 1-.399-1.547c0-.414.075-.808.223-1.183.156-.375.375-.707.656-.996.281-.297.61-.532.985-.703a2.99 2.99 0 0 1 1.242-.258Zm5.215-1.571v1.723h1.64v1.242h-1.64v2.555c0 .266.058.476.175.633.125.148.309.222.551.222a1.696 1.696 0 0 0 .973-.269v1.183a1.846 1.846 0 0 1-.563.375c-.218.102-.496.153-.832.153-.531 0-.965-.168-1.3-.504-.329-.344-.493-.813-.493-1.406v-2.942h-1.066v-.762c.375-.132.719-.382 1.031-.75.32-.367.574-.851.762-1.453h.762Zm5.754 1.571c.578 0 1.074.125 1.488.375.422.25.742.597.961 1.043.226.437.34.945.34 1.523v.633h-4.289c.078.398.273.719.585.961.313.242.696.363 1.149.363.43 0 .82-.086 1.172-.258.351-.172.633-.347.844-.527l-.012 1.383c-.188.164-.469.332-.844.504a2.953 2.953 0 0 1-1.219.246 3.277 3.277 0 0 1-1.605-.399 3.135 3.135 0 0 1-1.149-1.089c-.281-.461-.421-.989-.421-1.583 0-.578.128-1.105.386-1.582a3.082 3.082 0 0 1 1.067-1.148 2.756 2.756 0 0 1 1.547-.445Zm-.036 1.3c-.367 0-.675.114-.925.34-.25.227-.422.532-.516.914h2.836c-.031-.422-.188-.734-.469-.937a1.51 1.51 0 0 0-.926-.317Zm9.809-3.668V292h-1.488v-.996c-.172.32-.422.598-.75.832-.328.226-.711.34-1.149.34-.476 0-.918-.121-1.324-.364a2.627 2.627 0 0 1-.961-1.054c-.242-.461-.363-1.02-.363-1.676 0-.656.121-1.219.363-1.687a2.72 2.72 0 0 1 .996-1.079 2.631 2.631 0 0 1 1.395-.386c.32 0 .644.074.972.222.328.149.602.348.821.598v-3.188h1.488Zm-2.977 3.833a1.34 1.34 0 0 0-.808.246 1.606 1.606 0 0 0-.516.621c-.125.25-.187.523-.187.82 0 .445.132.824.398 1.137.274.312.633.469 1.078.469.266 0 .512-.071.739-.211.234-.141.421-.336.562-.586.148-.258.223-.567.223-.926v-.844a2.443 2.443 0 0 0-.692-.527 1.628 1.628 0 0 0-.797-.199Z"}),h.createElement("rect",{width:133,height:23,x:318.5,y:275.5,fill:"#F1F0FC",rx:3.5}),h.createElement("rect",{width:133,height:23,x:318.5,y:275.5,stroke:"#BEBBF3",rx:3.5}),h.createElement("path",{fill:"#6C65E5",d:"M332 281c-3.318 0-6 2.682-6 6s2.682 6 6 6 6-2.682 6-6-2.682-6-6-6Zm0 10.8a4.806 4.806 0 0 1-4.8-4.8c0-2.646 2.154-4.8 4.8-4.8s4.8 2.154 4.8 4.8-2.154 4.8-4.8 4.8Z"}),h.createElement("path",{fill:"#615BC2",d:"M346.979 282.494c.398 0 .788.055 1.168.165.381.11.724.279 1.029.508.313.229.558.516.736.863.186.339.279.745.279 1.219 0 .499-.127.931-.38 1.295a2.56 2.56 0 0 1-.978.838 3.637 3.637 0 0 1-1.32.343l3.059 3.275h-2.323l-2.958-3.479V291h-1.765v-8.506h3.453Zm-1.688 1.651v2.145c.203.068.427.123.673.165.254.034.508.051.762.051.507 0 .909-.102 1.206-.305.304-.211.457-.508.457-.889 0-.414-.161-.71-.483-.888-.313-.186-.698-.279-1.155-.279h-1.46Zm9.052.279c.626 0 1.164.135 1.612.406.457.271.804.648 1.041 1.13.246.474.368 1.024.368 1.65v.686h-4.646c.084.432.296.779.635 1.041.338.262.753.393 1.244.393.465 0 .888-.093 1.269-.279.381-.186.686-.376.914-.571l-.012 1.498c-.204.178-.508.36-.914.546a3.198 3.198 0 0 1-1.321.266 3.553 3.553 0 0 1-1.739-.431 3.405 3.405 0 0 1-1.244-1.181c-.305-.499-.457-1.071-.457-1.714 0-.626.139-1.197.419-1.714a3.328 3.328 0 0 1 1.155-1.244 2.993 2.993 0 0 1 1.676-.482Zm-.038 1.409a1.44 1.44 0 0 0-1.003.368c-.271.246-.457.576-.559.99h3.072c-.033-.457-.203-.795-.507-1.015a1.633 1.633 0 0 0-1.003-.343Zm10.727-1.244L361.998 291h-1.028l-2.996-6.411h1.879l1.612 3.973 1.688-3.973h1.879Zm2.463-3.339c.305 0 .567.11.787.33a1.048 1.048 0 0 1 0 1.524c-.22.22-.482.33-.787.33-.305 0-.567-.11-.787-.33a1.066 1.066 0 0 1-.317-.762c0-.296.105-.55.317-.762.22-.22.482-.33.787-.33Zm.94 3.339V291h-1.613v-5.04h-1.028v-1.371h2.641Zm4.836-.165c.627 0 1.164.135 1.613.406.457.271.804.648 1.041 1.13.245.474.368 1.024.368 1.65v.686h-4.647c.085.432.297.779.635 1.041.339.262.754.393 1.244.393.466 0 .889-.093 1.27-.279.381-.186.685-.376.914-.571l-.013 1.498c-.203.178-.508.36-.914.546a3.197 3.197 0 0 1-1.32.266 3.55 3.55 0 0 1-1.739-.431 3.397 3.397 0 0 1-1.244-1.181c-.305-.499-.458-1.071-.458-1.714 0-.626.14-1.197.419-1.714.28-.516.665-.931 1.156-1.244a2.992 2.992 0 0 1 1.675-.482Zm-.038 1.409c-.397 0-.732.123-1.003.368-.27.246-.457.576-.558.99h3.072c-.034-.457-.203-.795-.508-1.015a1.63 1.63 0 0 0-1.003-.343Zm13.445-1.244L384.456 291h-1.168l-1.498-4.151-1.498 4.151h-1.181l-2.209-6.411h1.752l1.181 3.796 1.384-3.796h1.155l1.371 3.796 1.181-3.796h1.752Zm8.963 1.803a1.707 1.707 0 0 0-.851-.229 1.26 1.26 0 0 0-.927.368 3.44 3.44 0 0 0-.647.889V291h-1.612v-6.411h1.612v1.206a3.63 3.63 0 0 1 .774-.952 1.566 1.566 0 0 1 1.029-.381c.228 0 .435.038.622.114v1.816Zm4.049-1.968c.627 0 1.164.135 1.613.406.457.271.804.648 1.041 1.13.245.474.368 1.024.368 1.65v.686h-4.647c.085.432.297.779.635 1.041.339.262.753.393 1.244.393.466 0 .889-.093 1.27-.279.381-.186.685-.376.914-.571l-.013 1.498c-.203.178-.508.36-.914.546a3.197 3.197 0 0 1-1.32.266 3.55 3.55 0 0 1-1.739-.431 3.407 3.407 0 0 1-1.245-1.181c-.304-.499-.457-1.071-.457-1.714 0-.626.14-1.197.419-1.714.28-.516.665-.931 1.156-1.244a2.992 2.992 0 0 1 1.675-.482Zm-.038 1.409c-.397 0-.732.123-1.003.368-.27.246-.457.576-.558.99h3.072c-.034-.457-.203-.795-.508-1.015a1.63 1.63 0 0 0-1.003-.343Zm7.072-1.409c.347 0 .698.08 1.053.241.356.161.652.377.889.647v-.723h1.612v9.458h-1.612v-4.126a2.645 2.645 0 0 1-.812.901 2.135 2.135 0 0 1-1.245.368c-.516 0-.994-.131-1.434-.393-.432-.262-.779-.643-1.041-1.143-.263-.499-.394-1.104-.394-1.815 0-.711.131-1.32.394-1.828.271-.508.63-.897 1.079-1.168.457-.28.961-.419 1.511-.419Zm.33 1.587c-.339 0-.631.089-.876.266-.237.17-.423.394-.559.673a1.965 1.965 0 0 0-.203.889c0 .482.144.893.432 1.231.296.33.685.495 1.168.495.287 0 .554-.072.799-.215a1.7 1.7 0 0 0 .61-.635c.161-.279.241-.614.241-1.003v-.914a2.606 2.606 0 0 0-.749-.571 1.763 1.763 0 0 0-.863-.216Zm10.867-1.422v3.821c0 .567-.127 1.058-.381 1.473a2.543 2.543 0 0 1-1.041.939 3.2 3.2 0 0 1-1.473.33c-.558 0-1.058-.11-1.498-.33a2.565 2.565 0 0 1-1.028-.939c-.245-.415-.368-.906-.368-1.473v-3.821h1.625l.013 3.529c0 .5.114.872.342 1.117.229.246.534.369.914.369.373 0 .673-.123.902-.369.237-.245.355-.617.355-1.117v-3.529h1.638Zm3.186-3.339c.305 0 .567.11.788.33a1.048 1.048 0 0 1 0 1.524c-.221.22-.483.33-.788.33-.304 0-.567-.11-.787-.33a1.07 1.07 0 0 1-.317-.762c0-.296.106-.55.317-.762.22-.22.483-.33.787-.33Zm.94 3.339V291h-1.612v-5.04h-1.029v-1.371h2.641Zm6.068 1.803a1.703 1.703 0 0 0-.85-.229c-.373 0-.682.123-.927.368a3.441 3.441 0 0 0-.648.889V291h-1.612v-6.411h1.612v1.206c.22-.381.479-.698.775-.952a1.564 1.564 0 0 1 1.028-.381c.229 0 .436.038.622.114v1.816Zm4.05-1.968c.626 0 1.164.135 1.612.406.457.271.804.648 1.041 1.13.246.474.369 1.024.369 1.65v.686h-4.647c.085.432.296.779.635 1.041.338.262.753.393 1.244.393a2.85 2.85 0 0 0 1.269-.279c.381-.186.686-.376.915-.571l-.013 1.498c-.203.178-.508.36-.914.546a3.198 3.198 0 0 1-1.321.266 3.556 3.556 0 0 1-1.739-.431 3.405 3.405 0 0 1-1.244-1.181c-.305-.499-.457-1.071-.457-1.714 0-.626.14-1.197.419-1.714a3.328 3.328 0 0 1 1.155-1.244 2.996 2.996 0 0 1 1.676-.482Zm-.038 1.409a1.44 1.44 0 0 0-1.003.368c-.271.246-.457.576-.559.99h3.073c-.034-.457-.203-.795-.508-1.015a1.633 1.633 0 0 0-1.003-.343Zm10.626-3.974V291h-1.612v-1.079a2.648 2.648 0 0 1-.813.901 2.13 2.13 0 0 1-1.244.368c-.516 0-.994-.131-1.435-.393-.431-.262-.778-.643-1.041-1.143-.262-.499-.393-1.104-.393-1.815 0-.711.131-1.32.393-1.828a2.946 2.946 0 0 1 1.08-1.168c.457-.28.96-.419 1.51-.419.347 0 .698.08 1.054.241.355.161.652.377.889.647v-3.453h1.612Zm-3.225 4.152c-.338 0-.63.089-.876.266-.237.17-.423.394-.558.673a1.952 1.952 0 0 0-.203.889c0 .482.144.893.431 1.231.296.339.686.508 1.168.508.288 0 .555-.076.8-.228a1.69 1.69 0 0 0 .609-.635c.161-.279.242-.614.242-1.003v-.914a2.633 2.633 0 0 0-.749-.571 1.77 1.77 0 0 0-.864-.216Z"}),h.createElement("rect",{width:88,height:23,x:141.5,y:307.5,fill:"#FFF4E5",rx:3.5}),h.createElement("rect",{width:88,height:23,x:141.5,y:307.5,stroke:"#FFC46F",rx:3.5}),h.createElement("path",{fill:"#B35300",d:"M153.692 314.291c.897 0 1.684.182 2.361.546a3.9 3.9 0 0 1 1.574 1.523c.381.652.572 1.418.572 2.298 0 .838-.178 1.6-.533 2.285a4.056 4.056 0 0 1-1.524 1.613c-.66.397-1.447.596-2.361.596a17.819 17.819 0 0 1-3.39-.33v-8.201a41.433 41.433 0 0 1 1.612-.228 13.767 13.767 0 0 1 1.689-.102Zm.038 1.65a9.506 9.506 0 0 0-1.574.14v5.281c.254.051.516.089.787.115.279.016.542.025.787.025.559 0 1.037-.119 1.435-.356.397-.245.702-.579.914-1.002.211-.424.317-.898.317-1.422 0-.542-.106-1.02-.317-1.435a2.372 2.372 0 0 0-.914-.977c-.398-.246-.876-.369-1.435-.369Zm10.067 2.451a1.7 1.7 0 0 0-.85-.229c-.373 0-.682.123-.927.368a3.44 3.44 0 0 0-.647.889V323h-1.613v-6.411h1.613v1.206a3.63 3.63 0 0 1 .774-.952 1.564 1.564 0 0 1 1.028-.381c.229 0 .436.038.622.114v1.816Zm3.784-1.968c.347 0 .698.08 1.053.241.356.161.652.377.889.647v-.723h1.612V323h-1.612v-1.079a2.638 2.638 0 0 1-.813.901 2.13 2.13 0 0 1-1.244.368c-.516 0-.994-.131-1.434-.393-.432-.262-.779-.643-1.041-1.143-.263-.499-.394-1.104-.394-1.815 0-.711.131-1.32.394-1.828.271-.508.63-.897 1.079-1.168.457-.28.96-.419 1.511-.419Zm.33 1.574a1.45 1.45 0 0 0-.876.267 1.735 1.735 0 0 0-.559.673 2.04 2.04 0 0 0-.203.901c0 .482.144.893.432 1.231.296.339.685.508 1.168.508.287 0 .554-.076.799-.228a1.7 1.7 0 0 0 .61-.635c.161-.279.241-.614.241-1.003v-.914a2.848 2.848 0 0 0-.749-.584 1.763 1.763 0 0 0-.863-.216Zm8.963-1.409v1.346h-1.664V323h-1.612v-5.065h-.977v-1.346h.977v-.571c0-.491.102-.91.305-1.257.211-.356.486-.627.825-.813a2.283 2.283 0 0 1 1.117-.279c.271 0 .508.03.711.089.203.059.381.139.533.241v1.346a1.731 1.731 0 0 0-.964-.241.985.985 0 0 0-.648.253c-.178.153-.267.407-.267.762v.47h1.664Zm3.656-1.866v1.866h1.777v1.346h-1.777v2.767c0 .288.063.516.19.686.136.161.335.241.597.241.228 0 .423-.025.584-.076.169-.051.326-.123.47-.216v1.282a2.012 2.012 0 0 1-.61.406c-.237.11-.537.165-.901.165-.576 0-1.045-.182-1.409-.545-.356-.373-.534-.881-.534-1.524v-3.186h-1.155v-.826c.406-.144.779-.414 1.117-.812.347-.398.622-.923.826-1.574h.825Zm8.912 1.866v.812c.195-.245.427-.469.698-.672.279-.204.635-.305 1.067-.305.448 0 .854.106 1.218.317.364.203.648.512.851.927.254-.347.55-.639.889-.876a1.96 1.96 0 0 1 1.18-.368c.432 0 .825.101 1.181.305.355.194.639.486.85.875.221.39.331.876.331 1.46V323h-1.613l-.012-3.72c0-.431-.115-.753-.343-.965-.22-.211-.512-.317-.876-.317-.28 0-.521.089-.724.267a3.597 3.597 0 0 0-.571.609V323h-1.612l-.013-3.72c0-.431-.114-.753-.343-.965-.22-.211-.508-.317-.863-.317a1.13 1.13 0 0 0-.724.254 3.057 3.057 0 0 0-.571.571V323h-1.612v-6.411h1.612Zm13.089-.165a3.31 3.31 0 0 1 1.714.457c.516.296.931.702 1.244 1.219.321.507.482 1.079.482 1.713 0 .635-.161 1.207-.482 1.714a3.576 3.576 0 0 1-1.244 1.219 3.388 3.388 0 0 1-1.714.444 3.43 3.43 0 0 1-1.714-.444 3.576 3.576 0 0 1-1.244-1.219 3.198 3.198 0 0 1-.47-1.714c0-.634.157-1.206.47-1.713a3.428 3.428 0 0 1 1.244-1.219 3.351 3.351 0 0 1 1.714-.457Zm0 1.561c-.305 0-.588.072-.851.216a1.662 1.662 0 0 0-.635.622c-.152.271-.228.601-.228.99 0 .39.076.72.228.991.161.271.373.478.635.622.263.135.546.203.851.203.304 0 .588-.068.85-.203.263-.144.474-.351.635-.622.161-.271.241-.601.241-.991 0-.389-.08-.719-.241-.99a1.655 1.655 0 0 0-.635-.622 1.738 1.738 0 0 0-.85-.216Zm11.057-4.126V323h-1.612v-1.079a2.645 2.645 0 0 1-.812.901 2.135 2.135 0 0 1-1.245.368c-.516 0-.994-.131-1.434-.393-.432-.262-.779-.643-1.041-1.143-.263-.499-.394-1.104-.394-1.815 0-.711.131-1.32.394-1.828.271-.508.63-.897 1.079-1.168.457-.28.961-.419 1.511-.419.347 0 .698.08 1.053.241.356.161.652.377.889.647v-3.453h1.612Zm-3.224 4.152c-.339 0-.631.089-.876.266-.237.17-.423.394-.559.673a1.965 1.965 0 0 0-.203.889c0 .482.144.893.432 1.231.296.339.685.508 1.168.508.287 0 .554-.076.799-.228.254-.153.458-.364.61-.635.161-.279.241-.614.241-1.003v-.914a2.606 2.606 0 0 0-.749-.571 1.763 1.763 0 0 0-.863-.216Zm8.011-1.587c.626 0 1.163.135 1.612.406.457.271.804.648 1.041 1.13.245.474.368 1.024.368 1.65v.686h-4.646c.084.432.296.779.634 1.041.339.262.754.393 1.244.393.466 0 .889-.093 1.27-.279.381-.186.685-.376.914-.571l-.013 1.498c-.203.178-.507.36-.914.546a3.197 3.197 0 0 1-1.32.266 3.55 3.55 0 0 1-1.739-.431 3.397 3.397 0 0 1-1.244-1.181c-.305-.499-.457-1.071-.457-1.714 0-.626.139-1.197.418-1.714.28-.516.665-.931 1.156-1.244a2.993 2.993 0 0 1 1.676-.482Zm-.039 1.409c-.397 0-.732.123-1.003.368-.27.246-.457.576-.558.99h3.072c-.034-.457-.203-.795-.508-1.015a1.63 1.63 0 0 0-1.003-.343Z"}),h.createElement("rect",{width:78,height:23,x:318.5,y:338.5,fill:"#F7F7FA",rx:3.5}),h.createElement("rect",{width:78,height:23,x:318.5,y:338.5,stroke:"#BDBDBF",rx:3.5}),h.createElement("path",{fill:"#6E6E70",d:"M330.757 345.291c.897 0 1.685.182 2.362.546a3.907 3.907 0 0 1 1.574 1.523c.381.652.571 1.418.571 2.298 0 .838-.178 1.6-.533 2.285a4.053 4.053 0 0 1-1.523 1.613c-.661.397-1.448.596-2.362.596a17.847 17.847 0 0 1-3.389-.33v-8.201a41.162 41.162 0 0 1 1.612-.228 13.75 13.75 0 0 1 1.688-.102Zm.038 1.65a9.474 9.474 0 0 0-1.574.14v5.281c.254.051.516.089.787.115.28.016.542.025.787.025.559 0 1.037-.119 1.435-.356a2.43 2.43 0 0 0 .914-1.002c.212-.424.317-.898.317-1.422 0-.542-.105-1.02-.317-1.435a2.366 2.366 0 0 0-.914-.977c-.398-.246-.876-.369-1.435-.369Zm7.376-2.691c.305 0 .567.11.787.33a1.045 1.045 0 0 1 0 1.524c-.22.22-.482.33-.787.33-.304 0-.567-.11-.787-.33a1.07 1.07 0 0 1-.317-.762c0-.296.106-.55.317-.762.22-.22.483-.33.787-.33Zm.94 3.339V354h-1.612v-5.04h-1.029v-1.371h2.641Zm4.1-.165c.398 0 .766.059 1.105.178.338.118.601.253.787.406v1.422a4.645 4.645 0 0 0-.749-.394 2.208 2.208 0 0 0-.901-.19c-.305 0-.546.067-.724.203-.178.135-.267.296-.267.482 0 .136.051.263.153.381.101.11.296.207.584.292l.723.241c.974.288 1.46.851 1.46 1.689 0 .398-.114.753-.342 1.066a2.274 2.274 0 0 1-.902.724 2.846 2.846 0 0 1-1.244.266 3.93 3.93 0 0 1-1.257-.203c-.406-.135-.715-.283-.927-.444v-1.409c.161.11.356.216.584.317.229.102.466.186.711.254.246.059.47.089.673.089.322 0 .567-.055.737-.165a.565.565 0 0 0 .266-.495.432.432 0 0 0-.216-.381 2.9 2.9 0 0 0-.634-.279l-.788-.28c-.49-.16-.829-.389-1.015-.685-.186-.296-.279-.648-.279-1.054s.101-.757.304-1.054c.212-.304.504-.541.876-.711.373-.177.8-.266 1.282-.266Zm6.462 0c.474 0 .864.076 1.168.228.305.153.546.301.724.445v1.485a3.328 3.328 0 0 0-.749-.406c-.271-.11-.605-.165-1.003-.165-.322 0-.622.08-.901.241a1.78 1.78 0 0 0-.889 1.574c0 .525.169.957.508 1.295.338.339.766.508 1.282.508.398 0 .732-.051 1.003-.152a3.33 3.33 0 0 0 .749-.407v1.473a3.27 3.27 0 0 1-.724.444c-.304.136-.694.203-1.168.203-.651 0-1.231-.152-1.739-.457a3.533 3.533 0 0 1-1.193-1.231 3.384 3.384 0 0 1-.432-1.676c0-.448.08-.876.241-1.282.17-.406.407-.766.711-1.079.305-.322.66-.576 1.067-.762a3.246 3.246 0 0 1 1.345-.279Zm5.866 0c.347 0 .698.08 1.053.241.356.161.652.377.889.647v-.723h1.612V354h-1.612v-1.079a2.638 2.638 0 0 1-.813.901 2.13 2.13 0 0 1-1.244.368c-.516 0-.994-.131-1.434-.393-.432-.262-.779-.643-1.041-1.143-.263-.499-.394-1.104-.394-1.815 0-.711.131-1.32.394-1.828.271-.508.63-.897 1.079-1.168.457-.28.96-.419 1.511-.419Zm.33 1.574a1.45 1.45 0 0 0-.876.267 1.735 1.735 0 0 0-.559.673 2.04 2.04 0 0 0-.203.901c0 .482.144.893.432 1.231.296.339.685.508 1.168.508.287 0 .554-.076.799-.228a1.7 1.7 0 0 0 .61-.635c.161-.279.241-.614.241-1.003v-.914a2.848 2.848 0 0 0-.749-.584 1.763 1.763 0 0 0-.863-.216Zm9.242.394a1.707 1.707 0 0 0-.851-.229 1.26 1.26 0 0 0-.927.368 3.44 3.44 0 0 0-.647.889V354h-1.612v-6.411h1.612v1.206a3.63 3.63 0 0 1 .774-.952 1.566 1.566 0 0 1 1.029-.381c.228 0 .436.038.622.114v1.816Zm7.338-4.533V354h-1.613v-1.079a2.645 2.645 0 0 1-.812.901c-.356.246-.77.368-1.244.368-.516 0-.995-.131-1.435-.393-.431-.262-.778-.643-1.041-1.143-.262-.499-.393-1.104-.393-1.815 0-.711.131-1.32.393-1.828a2.95 2.95 0 0 1 1.079-1.168c.457-.28.961-.419 1.511-.419.347 0 .698.08 1.054.241.355.161.651.377.888.647v-3.453h1.613Zm-3.225 4.152c-.338 0-.63.089-.876.266-.237.17-.423.394-.558.673a1.953 1.953 0 0 0-.204.889c0 .482.144.893.432 1.231.296.339.686.508 1.168.508.288 0 .554-.076.8-.228a1.69 1.69 0 0 0 .609-.635c.161-.279.241-.614.241-1.003v-.914a2.606 2.606 0 0 0-.749-.571 1.763 1.763 0 0 0-.863-.216Zm8.011-1.587c.626 0 1.164.135 1.612.406.457.271.804.648 1.041 1.13.246.474.368 1.024.368 1.65v.686h-4.646c.084.432.296.779.635 1.041.338.262.753.393 1.244.393.465 0 .888-.093 1.269-.279.381-.186.686-.376.914-.571l-.012 1.498c-.203.178-.508.36-.914.546a3.198 3.198 0 0 1-1.321.266 3.556 3.556 0 0 1-1.739-.431 3.405 3.405 0 0 1-1.244-1.181c-.305-.499-.457-1.071-.457-1.714 0-.626.14-1.197.419-1.714a3.328 3.328 0 0 1 1.155-1.244 2.996 2.996 0 0 1 1.676-.482Zm-.038 1.409a1.44 1.44 0 0 0-1.003.368c-.271.246-.457.576-.559.99h3.073c-.034-.457-.204-.795-.508-1.015a1.633 1.633 0 0 0-1.003-.343Zm10.626-3.974V354h-1.613v-1.079a2.645 2.645 0 0 1-.812.901c-.356.246-.77.368-1.244.368-.516 0-.995-.131-1.435-.393-.431-.262-.778-.643-1.041-1.143-.262-.499-.393-1.104-.393-1.815 0-.711.131-1.32.393-1.828a2.95 2.95 0 0 1 1.079-1.168c.457-.28.961-.419 1.511-.419.347 0 .698.08 1.054.241.355.161.651.377.888.647v-3.453h1.613Zm-3.225 4.152c-.338 0-.63.089-.876.266-.237.17-.423.394-.558.673a1.953 1.953 0 0 0-.204.889c0 .482.144.893.432 1.231.296.339.686.508 1.168.508.288 0 .554-.076.8-.228a1.69 1.69 0 0 0 .609-.635c.161-.279.241-.614.241-1.003v-.914a2.606 2.606 0 0 0-.749-.571 1.763 1.763 0 0 0-.863-.216Z"}),h.createElement("path",{stroke:"#202021",strokeLinecap:"round",strokeWidth:1.5,d:"M242 319h30"}),h.createElement("path",{fill:"#202021",d:"m283.501 293.407-.643-.386.643.386Zm22.984-5.428a.75.75 0 0 0 .089-1.057l-4.361-5.153a.75.75 0 1 0-1.145.969l3.876 4.58-4.58 3.876a.75.75 0 1 0 .969 1.145l5.152-4.36ZM269 319.75c3.095 0 5.328-1.166 6.97-3.066 1.61-1.863 2.622-4.395 3.406-7.092.779-2.68 1.374-5.69 2.059-8.428.696-2.786 1.499-5.353 2.709-7.372l-1.286-.771c-1.332 2.221-2.177 4.972-2.879 7.78-.714 2.856-1.27 5.714-2.043 8.372-.768 2.643-1.709 4.919-3.101 6.53-1.36 1.574-3.18 2.547-5.835 2.547v1.5Zm15.144-25.958c1.006-1.676 2.803-2.906 5.046-3.789 2.235-.881 4.835-1.386 7.331-1.664 2.491-.277 4.849-.323 6.587-.3.868.012 1.579.04 2.071.066.247.013.438.026.567.034l.146.011a.637.637 0 0 1 .036.003h.009l.002.001.062-.748.062-.747h-.001l-.003-.001h-.011l-.042-.004-.157-.011a50.879 50.879 0 0 0-.591-.036 56.858 56.858 0 0 0-2.13-.068 55.836 55.836 0 0 0-6.773.309c-2.566.286-5.31.811-7.715 1.759-2.398.945-4.538 2.34-5.782 4.414l1.286.771Z"}),h.createElement("path",{fill:"#202021",d:"m283.502 344.5-.643.386.643-.386Zm22.984 5.428a.75.75 0 0 1 .088 1.057l-4.36 5.153a.75.75 0 0 1-1.145-.969l3.875-4.58-4.58-3.876a.75.75 0 0 1 .969-1.145l5.153 4.36ZM269 318.25c3.094 0 5.326 1.159 6.969 3.05 1.61 1.854 2.623 4.375 3.407 7.06.779 2.669 1.374 5.668 2.059 8.396.697 2.778 1.499 5.34 2.71 7.358l-1.286.772c-1.332-2.22-2.177-4.966-2.879-7.765-.714-2.847-1.271-5.694-2.044-8.34-.768-2.63-1.708-4.895-3.1-6.497-1.36-1.565-3.18-2.534-5.836-2.534v-1.5Zm15.145 25.864c1.005 1.677 2.803 2.907 5.045 3.79 2.235.881 4.835 1.386 7.332 1.663 2.491.277 4.849.324 6.587.301a53.867 53.867 0 0 0 2.638-.101l.146-.01.036-.003.008-.001h.002l.062.747.062.748h-.004l-.011.001a54.48 54.48 0 0 1-2.919.119c-1.779.023-4.202-.024-6.773-.31-2.566-.285-5.31-.811-7.716-1.758-2.398-.945-4.538-2.34-5.781-4.414l1.286-.772Z"}),h.createElement("path",{fill:"#202021",d:"M108 318.25a.75.75 0 0 0 0 1.5v-1.5Zm20.53 1.28a.749.749 0 0 0 0-1.06l-4.773-4.773a.749.749 0 1 0-1.06 1.06l4.242 4.243-4.242 4.243a.749.749 0 1 0 1.06 1.06l4.773-4.773Zm-20.53.22h20v-1.5h-20v1.5Z"}),h.createElement("path",{fill:"#202021",d:"M494 286.25a.75.75 0 0 0 0 1.5v-1.5Zm39.566 1.28a.749.749 0 0 0 0-1.06l-4.773-4.773a.75.75 0 0 0-1.061 1.06l4.243 4.243-4.243 4.243a.75.75 0 0 0 1.061 1.06l4.773-4.773Zm-39.566.22h39.036v-1.5H494v1.5Z"}),h.createElement("path",{stroke:"#202021",strokeLinecap:"round",strokeWidth:1.5,d:"M463.5 287H494"}),h.createElement("path",{fill:"#202021",d:"m511.502 358.5.643-.385-.643.385Zm22.984 5.428a.75.75 0 0 1 .088 1.057l-4.36 5.153a.75.75 0 1 1-1.145-.969l3.876-4.58-4.581-3.876a.75.75 0 0 1 .969-1.145l5.153 4.36ZM492.5 286.25c1.816 0 3.308 1.246 4.531 3.054 1.236 1.828 2.32 4.403 3.289 7.448 1.942 6.099 3.488 14.291 4.827 22.701.67 4.21 1.29 8.485 1.882 12.591.592 4.109 1.157 8.046 1.716 11.59.56 3.546 1.114 6.684 1.683 9.194.577 2.54 1.15 4.342 1.717 5.287l-1.286.771c-.705-1.175-1.32-3.197-1.894-5.726-.58-2.56-1.14-5.737-1.701-9.292-.562-3.556-1.128-7.505-1.72-11.61-.592-4.107-1.21-8.372-1.878-12.57-1.339-8.405-2.871-16.499-4.775-22.481-.954-2.996-1.986-5.411-3.102-7.062-1.131-1.672-2.23-2.395-3.289-2.395v-1.5Zm19.645 71.865c1.006 1.676 2.803 2.906 5.045 3.789 2.235.881 4.835 1.386 7.332 1.664 2.491.276 4.849.323 6.587.3a53.795 53.795 0 0 0 2.638-.101l.146-.01a.637.637 0 0 0 .036-.003l.008-.001h.002l.063.748.061.747h-.004l-.011.001-.041.004-.157.011a54.48 54.48 0 0 1-2.721.104c-1.778.023-4.202-.024-6.773-.31-2.566-.285-5.31-.811-7.715-1.758-2.399-.945-4.538-2.34-5.782-4.414l1.286-.771Z"}),h.createElement("path",{fill:"#202021",d:"m511.502 216.7.643.385-.643-.385Zm22.984-5.428a.75.75 0 0 0 .088-1.057l-4.36-5.153a.75.75 0 1 0-1.145.969l3.876 4.58-4.581 3.876a.75.75 0 0 0 .969 1.145l5.153-4.36ZM492.5 287.749c1.81 0 3.301-1.218 4.527-2.997 1.238-1.795 2.322-4.324 3.292-7.313 1.942-5.988 3.489-14.03 4.828-22.29.67-4.135 1.29-8.335 1.882-12.371.592-4.039 1.156-7.91 1.716-11.398.56-3.49 1.113-6.58 1.683-9.057.576-2.506 1.149-4.291 1.717-5.238l-1.286-.771c-.704 1.173-1.319 3.175-1.893 5.673-.581 2.526-1.141 5.657-1.702 9.155-.562 3.5-1.127 7.384-1.719 11.418-.592 4.037-1.211 8.227-1.879 12.349-1.338 8.255-2.87 16.198-4.774 22.067-.953 2.939-1.984 5.306-3.1 6.925-1.127 1.635-2.226 2.348-3.292 2.348v1.5Zm19.645-70.664c1.006-1.676 2.803-2.906 5.045-3.789 2.235-.881 4.835-1.386 7.332-1.664 2.491-.277 4.849-.323 6.587-.3a53.795 53.795 0 0 1 2.638.101l.146.01a.637.637 0 0 1 .036.003l.008.001h.002l.063-.748.061-.747h-.004l-.011-.001-.041-.004-.157-.011a54.48 54.48 0 0 0-2.721-.104c-1.778-.023-4.202.024-6.773.31-2.566.285-5.31.811-7.715 1.758-2.399.945-4.538 2.34-5.782 4.414l1.286.771Z"}),h.createElement("path",{fill:"#202021",d:"M45.633 304.635c.665 0 1.207.091 1.627.273.428.182.802.419 1.12.711v1.354c-.2-.146-.428-.306-.683-.479a3.959 3.959 0 0 0-.875-.451c-.328-.137-.724-.205-1.19-.205-.683 0-1.293.155-1.831.465-.538.31-.962.738-1.272 1.285-.31.538-.465 1.148-.465 1.832 0 .684.155 1.294.465 1.832.31.538.734.966 1.272 1.285.538.31 1.148.465 1.832.465.702 0 1.299-.114 1.79-.342a6.756 6.756 0 0 0 1.231-.724v1.23c-.319.283-.738.529-1.258.738-.51.201-1.098.301-1.763.301-.693 0-1.33-.123-1.914-.369a4.952 4.952 0 0 1-1.532-1.039 4.798 4.798 0 0 1-1.025-1.518 4.89 4.89 0 0 1-.355-1.859c0-.656.118-1.272.355-1.846a4.755 4.755 0 0 1 2.557-2.556 4.71 4.71 0 0 1 1.914-.383Zm8.217 2.392a2.6 2.6 0 0 1 1.271.315c.383.2.688.51.916.929.228.411.342.93.342 1.559V314h-1.121l-.014-4.061c0-.592-.132-1.043-.396-1.353-.256-.31-.652-.465-1.19-.465-.364 0-.729.137-1.093.41a4.8 4.8 0 0 0-.944.93V314H50.5v-9.844h1.121v4.088c.146-.182.333-.364.56-.547.229-.191.484-.351.766-.478.292-.128.593-.192.903-.192Zm7.465 0c.391 0 .788.096 1.189.287.41.183.761.438 1.053.766v-.916h1.12V314h-1.12v-1.162c-.237.364-.56.683-.971.957-.401.273-.861.41-1.38.41a3.041 3.041 0 0 1-1.6-.437 3.326 3.326 0 0 1-1.163-1.245c-.282-.528-.423-1.139-.423-1.832 0-.756.14-1.408.423-1.955a3.102 3.102 0 0 1 1.19-1.257 3.204 3.204 0 0 1 1.681-.452Zm.205 1.094c-.493 0-.912.123-1.258.369a2.497 2.497 0 0 0-.807.957 2.858 2.858 0 0 0-.273 1.244c0 .438.09.844.273 1.217.182.365.438.656.766.875.337.219.724.328 1.162.328.42 0 .793-.109 1.12-.328.329-.219.589-.519.78-.902.192-.392.283-.83.274-1.313l-.014-1.312a3.525 3.525 0 0 0-.916-.834 2.033 2.033 0 0 0-1.108-.301Zm6.603-.957v1.08c.146-.182.333-.364.56-.547.228-.191.484-.351.766-.478.292-.128.593-.192.903-.192a2.6 2.6 0 0 1 1.271.315c.383.2.688.51.916.929.228.411.342.93.342 1.559V314H71.76l-.014-4.061c0-.592-.132-1.043-.396-1.353-.256-.31-.652-.465-1.19-.465-.364 0-.729.137-1.094.41-.355.265-.67.574-.943.93V314h-1.121v-6.836h1.121Zm9.693-.137c.392 0 .789.096 1.19.287.41.183.76.438 1.053.766v-.916h1.12v6.699c0 .811-.163 1.486-.492 2.024a3.092 3.092 0 0 1-1.312 1.203 4.065 4.065 0 0 1-1.791.396c-.42 0-.78-.05-1.08-.15a2.73 2.73 0 0 1-.752-.356c-.21-.136-.401-.268-.574-.396v-1.203c.136.1.314.228.533.383.228.164.497.31.807.437a2.84 2.84 0 0 0 1.066.192c.447 0 .857-.082 1.23-.247.374-.164.675-.405.903-.724.228-.319.342-.702.342-1.149v-1.435c-.237.364-.561.683-.971.957-.401.273-.861.41-1.381.41a3.042 3.042 0 0 1-1.6-.437 3.327 3.327 0 0 1-1.162-1.245c-.282-.528-.423-1.139-.423-1.832 0-.756.14-1.408.423-1.955a3.102 3.102 0 0 1 1.19-1.257 3.204 3.204 0 0 1 1.681-.452Zm.206 1.108c-.493 0-.912.123-1.258.369a2.39 2.39 0 0 0-.807.943 2.858 2.858 0 0 0-.273 1.244c0 .438.09.839.273 1.204.182.364.438.656.766.875.337.218.724.328 1.162.328.419 0 .793-.11 1.12-.328a2.29 2.29 0 0 0 .78-.903c.192-.383.283-.816.274-1.299l-.014-1.312a3.307 3.307 0 0 0-.916-.82 2.033 2.033 0 0 0-1.108-.301Zm8.298-1.108c.702 0 1.286.146 1.75.438a2.69 2.69 0 0 1 1.04 1.189c.236.502.355 1.067.355 1.696v.67h-5.25c.054.382.187.733.396 1.052.21.319.483.574.82.766.338.182.725.273 1.163.273.492 0 .952-.123 1.38-.369a5.187 5.187 0 0 0 1.08-.834l-.013 1.217a2.73 2.73 0 0 1-.574.492 3.583 3.583 0 0 1-.861.41 2.87 2.87 0 0 1-1.012.178c-.693 0-1.308-.164-1.846-.492a3.614 3.614 0 0 1-1.271-1.299 3.656 3.656 0 0 1-.452-1.791c0-.647.142-1.244.424-1.791.283-.547.67-.984 1.162-1.312a3.045 3.045 0 0 1 1.71-.493Zm0 1.094c-.565 0-1.03.191-1.394.574-.365.374-.593.83-.684 1.367h4.115c-.045-.446-.173-.811-.382-1.093a1.873 1.873 0 0 0-.739-.629 2.02 2.02 0 0 0-.916-.219Zm7.028-1.094c.4 0 .774.06 1.12.178.347.109.598.223.753.342v1.203a3.562 3.562 0 0 0-.78-.424 2.602 2.602 0 0 0-1.011-.205c-.429 0-.752.1-.971.301-.21.2-.315.41-.315.629 0 .173.06.351.178.533.128.173.347.314.656.424l1.149.41c.447.155.78.378.998.67.219.292.328.633.328 1.025 0 .383-.11.734-.328 1.053a2.23 2.23 0 0 1-.889.766c-.373.182-.806.273-1.299.273-.264 0-.542-.036-.834-.109a5.115 5.115 0 0 1-.765-.233 3.618 3.618 0 0 1-.506-.259V312.4c.128.092.305.196.533.315.237.109.488.205.752.287.264.073.51.109.739.109.428 0 .765-.095 1.011-.287.255-.191.383-.428.383-.711a.61.61 0 0 0-.26-.519c-.164-.128-.405-.251-.724-.369l-1.012-.37c-.529-.2-.88-.451-1.053-.751a2.122 2.122 0 0 1-.26-1.053c0-.584.22-1.067.657-1.449.437-.383 1.02-.575 1.75-.575Zm-49.26 17.129V334h-1.121v-1.162c-.237.364-.56.683-.97.957-.402.273-.862.41-1.382.41a3.042 3.042 0 0 1-1.6-.437 3.327 3.327 0 0 1-1.162-1.245c-.282-.528-.423-1.139-.423-1.832 0-.756.141-1.408.423-1.955a3.102 3.102 0 0 1 1.19-1.257 3.204 3.204 0 0 1 1.682-.452c.392 0 .788.096 1.19.287.41.183.76.438 1.052.766v-3.924h1.12Zm-3.158 3.992c-.492 0-.912.123-1.258.37a2.412 2.412 0 0 0-.807.929 2.858 2.858 0 0 0-.273 1.244c0 .438.09.844.273 1.217.182.365.438.656.766.875.337.219.724.328 1.162.328.42 0 .793-.109 1.121-.328.328-.219.588-.519.78-.902a2.83 2.83 0 0 0 .273-1.313l-.014-1.312a3.307 3.307 0 0 0-.916-.82 2.105 2.105 0 0 0-1.107-.288Zm8.298-1.121c.702 0 1.286.146 1.75.438a2.69 2.69 0 0 1 1.04 1.189c.237.502.355 1.067.355 1.696v.67h-5.25c.055.382.187.733.397 1.052.21.319.483.574.82.766.337.182.724.273 1.162.273.492 0 .952-.123 1.38-.369a5.187 5.187 0 0 0 1.08-.834l-.013 1.217a2.73 2.73 0 0 1-.574.492 3.583 3.583 0 0 1-.861.41 2.87 2.87 0 0 1-1.012.178c-.693 0-1.308-.164-1.846-.492a3.614 3.614 0 0 1-1.271-1.299 3.656 3.656 0 0 1-.451-1.791c0-.647.14-1.244.423-1.791.283-.547.67-.984 1.163-1.312a3.045 3.045 0 0 1 1.708-.493Zm0 1.094c-.565 0-1.03.191-1.394.574-.365.374-.593.83-.684 1.367h4.116c-.046-.446-.174-.811-.383-1.093a1.873 1.873 0 0 0-.739-.629 2.02 2.02 0 0 0-.916-.219Zm6.877-2.926v1.969h1.997v1.053h-1.996v4.006c0 .282.072.506.218.67.146.164.37.246.67.246.274 0 .501-.032.684-.096.182-.073.342-.15.478-.232v.916a2.268 2.268 0 0 1-.588.341c-.2.092-.474.137-.82.137-.583 0-1.025-.173-1.326-.519-.292-.356-.438-.825-.438-1.409v-4.06h-1.312v-.328c.447-.201.82-.529 1.121-.985.3-.465.565-1.034.793-1.709h.52Zm6.85 1.832c.702 0 1.285.146 1.75.438a2.69 2.69 0 0 1 1.04 1.189c.236.502.355 1.067.355 1.696v.67h-5.25c.054.382.186.733.396 1.052.21.319.483.574.82.766.338.182.725.273 1.162.273.493 0 .953-.123 1.381-.369a5.187 5.187 0 0 0 1.08-.834l-.013 1.217a2.73 2.73 0 0 1-.574.492 3.582 3.582 0 0 1-.862.41 2.87 2.87 0 0 1-1.011.178c-.693 0-1.308-.164-1.846-.492a3.614 3.614 0 0 1-1.272-1.299 3.656 3.656 0 0 1-.45-1.791c0-.647.14-1.244.423-1.791.282-.547.67-.984 1.162-1.312a3.045 3.045 0 0 1 1.71-.493Zm0 1.094c-.565 0-1.03.191-1.395.574-.364.374-.592.83-.683 1.367h4.115c-.045-.446-.173-.811-.383-1.093a1.873 1.873 0 0 0-.738-.629 2.02 2.02 0 0 0-.916-.219Zm8.08-1.094c.502 0 .934.082 1.299.246.365.155.615.297.752.424v1.135a4.067 4.067 0 0 0-.875-.492c-.328-.146-.72-.219-1.176-.219a2.28 2.28 0 0 0-1.271.356 2.336 2.336 0 0 0-.848.916 2.654 2.654 0 0 0-.287 1.23c0 .438.096.848.287 1.231.2.373.483.679.848.916.364.227.788.341 1.271.341.456 0 .848-.068 1.176-.205a4.47 4.47 0 0 0 .875-.506v1.135c-.137.137-.387.283-.752.438-.365.155-.797.232-1.299.232-.693 0-1.308-.164-1.846-.492a3.614 3.614 0 0 1-1.271-1.299 3.656 3.656 0 0 1-.451-1.791c0-.647.15-1.244.451-1.791a3.58 3.58 0 0 1 1.271-1.312c.538-.329 1.153-.493 1.846-.493Zm5.783-1.832v1.969h1.996v1.053h-1.996v4.006c0 .282.073.506.22.67.145.164.368.246.669.246.274 0 .501-.032.684-.096.182-.073.341-.15.478-.232v.916a2.269 2.269 0 0 1-.588.341c-.2.092-.474.137-.82.137-.583 0-1.025-.173-1.326-.519-.292-.356-.438-.825-.438-1.409v-4.06h-1.312v-.328c.446-.201.82-.529 1.12-.985.302-.465.566-1.034.794-1.709h.52Zm6.85 1.832c.702 0 1.285.146 1.75.438a2.69 2.69 0 0 1 1.039 1.189c.237.502.356 1.067.356 1.696v.67h-5.25c.054.382.186.733.396 1.052.21.319.483.574.82.766.338.182.725.273 1.162.273.493 0 .953-.123 1.381-.369a5.184 5.184 0 0 0 1.08-.834l-.013 1.217a2.73 2.73 0 0 1-.575.492 3.584 3.584 0 0 1-.86.41 2.87 2.87 0 0 1-1.013.178c-.692 0-1.308-.164-1.845-.492a3.614 3.614 0 0 1-1.272-1.299 3.656 3.656 0 0 1-.451-1.791c0-.647.141-1.244.424-1.791.282-.547.67-.984 1.162-1.312a3.044 3.044 0 0 1 1.709-.493Zm0 1.094c-.565 0-1.03.191-1.395.574-.364.374-.592.83-.683 1.367h4.115c-.046-.446-.173-.811-.383-1.093a1.873 1.873 0 0 0-.738-.629 2.02 2.02 0 0 0-.916-.219Zm11.17-3.965V334h-1.121v-1.162c-.237.364-.56.683-.97.957-.402.273-.862.41-1.382.41a3.042 3.042 0 0 1-1.6-.437 3.327 3.327 0 0 1-1.162-1.245c-.282-.528-.423-1.139-.423-1.832 0-.756.141-1.408.423-1.955a3.102 3.102 0 0 1 1.19-1.257 3.204 3.204 0 0 1 1.682-.452c.392 0 .788.096 1.19.287.41.183.76.438 1.052.766v-3.924h1.12Zm-3.158 3.992c-.493 0-.912.123-1.258.37a2.412 2.412 0 0 0-.807.929 2.858 2.858 0 0 0-.273 1.244c0 .438.09.844.273 1.217.183.365.438.656.766.875.337.219.725.328 1.162.328.42 0 .793-.109 1.121-.328.328-.219.588-.519.78-.902a2.83 2.83 0 0 0 .273-1.313l-.014-1.312a3.307 3.307 0 0 0-.916-.82 2.105 2.105 0 0 0-1.107-.288Z"}),h.createElement("path",{fill:"#615BC2",d:"m392.672 159.494 3.974 8.506h-1.372l-.888-2.031h-3.987l-.901 2.031h-1.371l3.974-8.506h.571Zm-.267 1.93-1.536 3.466h3.047l-1.511-3.466Zm14.448.228v3.758c0 .559-.119 1.041-.356 1.447-.237.407-.559.72-.965.94a2.83 2.83 0 0 1-1.371.33 2.83 2.83 0 0 1-1.371-.33 2.449 2.449 0 0 1-.965-.94c-.237-.406-.355-.888-.355-1.447v-3.758h1.079v3.758c0 .55.161.973.482 1.27.33.287.707.431 1.13.431.423 0 .796-.144 1.117-.431.33-.297.495-.72.495-1.27v-3.758h1.08Zm3.859-.127a3.2 3.2 0 0 1 1.041.165c.322.102.554.208.698.318v1.117a3.338 3.338 0 0 0-.723-.394 2.422 2.422 0 0 0-.94-.19c-.398 0-.698.093-.901.279-.195.187-.292.381-.292.584 0 .161.055.326.165.495.118.161.321.292.609.394l1.067.381c.414.144.723.351.926.622.203.271.305.588.305.952 0 .356-.102.681-.305.978a2.06 2.06 0 0 1-.825.711c-.347.169-.749.253-1.206.253-.245 0-.504-.033-.774-.101a4.601 4.601 0 0 1-.711-.216 3.253 3.253 0 0 1-.47-.241v-1.117c.118.084.284.182.495.292.22.101.453.19.698.266.246.068.474.102.686.102.398 0 .711-.089.939-.267.237-.178.356-.398.356-.66a.568.568 0 0 0-.241-.482c-.153-.119-.377-.233-.673-.343l-.94-.343c-.491-.186-.816-.419-.977-.698a1.97 1.97 0 0 1-.241-.978c0-.541.203-.99.609-1.345.406-.356.948-.534 1.625-.534Zm6.157 0c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.012 1.13a2.593 2.593 0 0 1-.534.457 3.315 3.315 0 0 1-.8.38c-.296.11-.609.165-.939.165-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.2 3.2 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.74 1.74 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm5.675-.889v1.27c.245-.423.542-.762.889-1.016s.702-.381 1.066-.381c.245 0 .466.043.66.127v1.206a1.585 1.585 0 0 0-.812-.241c-.432 0-.783.153-1.054.457a6.692 6.692 0 0 0-.749 1.092V168h-1.041v-6.348h1.041Zm16.085 0L436.407 168h-.647l-1.739-4.481-1.74 4.481h-.647l-2.222-6.348h1.244l1.409 4.456 1.664-4.456h.583l1.664 4.456 1.409-4.456h1.244Zm2.285-3.047c.246 0 .449.089.609.267.17.169.254.368.254.597a.84.84 0 0 1-.254.596.783.783 0 0 1-.609.267.825.825 0 0 1-.622-.267.864.864 0 0 1-.241-.596c0-.229.08-.428.241-.597a.825.825 0 0 1 .622-.267Zm.648 3.047V168h-1.041v-5.37h-1.003v-.978h2.044Zm3.999-1.828v1.828h1.853v.978h-1.853v3.72c0 .262.067.469.203.622.135.152.342.228.622.228.254 0 .465-.029.635-.089.169-.067.317-.139.444-.215v.85a2.058 2.058 0 0 1-.546.317c-.186.085-.44.127-.762.127-.541 0-.952-.16-1.231-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.414-.186.761-.491 1.041-.914.279-.432.525-.96.736-1.587h.483Zm6.855 1.701c.432 0 .825.098 1.181.292.355.187.639.474.85.864.212.381.318.863.318 1.447V168h-1.041l-.013-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.605-.432-1.105-.432-.338 0-.677.127-1.015.381-.33.245-.622.533-.876.863V168h-1.041v-9.141h1.041v3.796c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178Zm9.877-1.701v1.828h1.853v.978h-1.853v3.72c0 .262.068.469.203.622.136.152.343.228.622.228.254 0 .466-.029.635-.089.169-.067.317-.139.444-.215v.85a2.058 2.058 0 0 1-.546.317c-.186.085-.44.127-.761.127-.542 0-.952-.16-1.232-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.415-.186.762-.491 1.041-.914.28-.432.525-.96.737-1.587h.482Zm6.855 1.701c.432 0 .826.098 1.181.292.356.187.639.474.851.864.211.381.317.863.317 1.447V168h-1.041l-.013-3.771c0-.55-.122-.969-.368-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.677.127-1.016.381-.33.245-.622.533-.876.863V168h-1.041v-9.141h1.041v3.796c.136-.169.309-.338.521-.508.211-.177.448-.325.711-.444.27-.118.55-.178.837-.178Zm6.932 0c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.557 2.557 0 0 1-.533.457 3.315 3.315 0 0 1-.8.38c-.296.11-.609.165-.939.165-.643 0-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.394 3.394 0 0 1-.418-1.663c0-.601.131-1.155.393-1.663a3.2 3.2 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.747 1.747 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm9.483-.889v1.27c.246-.423.542-.762.889-1.016s.703-.381 1.067-.381c.245 0 .465.043.66.127v1.206a1.589 1.589 0 0 0-.813-.241c-.431 0-.783.153-1.054.457a6.692 6.692 0 0 0-.749 1.092V168h-1.041v-6.348h1.041Zm6.564-.127c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.173.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.557 2.557 0 0 1-.533.457 3.315 3.315 0 0 1-.8.38c-.296.11-.609.165-.939.165-.643 0-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.132-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.339.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.747 1.747 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm7.249-1.016c.364 0 .732.089 1.104.267.381.169.707.406.978.711v-.851h1.041v9.395h-1.041v-4.126c-.22.338-.52.635-.901.889-.373.253-.8.38-1.283.38a2.819 2.819 0 0 1-1.485-.406 3.081 3.081 0 0 1-1.079-1.155c-.262-.491-.394-1.058-.394-1.701 0-.703.132-1.308.394-1.816a2.89 2.89 0 0 1 1.104-1.168 2.98 2.98 0 0 1 1.562-.419Zm.19 1.029c-.457 0-.846.114-1.168.342a2.24 2.24 0 0 0-.749.876 2.66 2.66 0 0 0-.253 1.156c0 .406.084.778.253 1.117.17.338.407.609.711.812.314.204.673.305 1.079.305.39 0 .737-.101 1.041-.305.305-.203.546-.482.724-.837.178-.356.262-.758.254-1.207l-.013-1.218a3.096 3.096 0 0 0-.85-.762 1.893 1.893 0 0 0-1.029-.279Zm10.284-.902v3.758c0 .559-.119 1.041-.356 1.447-.237.407-.558.72-.965.94a2.83 2.83 0 0 1-1.371.33 2.83 2.83 0 0 1-1.371-.33 2.449 2.449 0 0 1-.965-.94c-.237-.406-.355-.888-.355-1.447v-3.758h1.079v3.758c0 .55.161.973.482 1.27.33.287.707.431 1.13.431.423 0 .796-.144 1.117-.431.33-.297.496-.72.496-1.27v-3.758h1.079Zm2.983-3.047c.245 0 .449.089.609.267.17.169.254.368.254.597a.84.84 0 0 1-.254.596.785.785 0 0 1-.609.267.825.825 0 0 1-.622-.267.864.864 0 0 1-.241-.596c0-.229.08-.428.241-.597a.825.825 0 0 1 .622-.267Zm.647 3.047V168h-1.041v-5.37h-1.002v-.978h2.043Zm3.289 0v1.27a3.26 3.26 0 0 1 .888-1.016c.347-.254.703-.381 1.067-.381.245 0 .465.043.66.127v1.206a1.589 1.589 0 0 0-.813-.241c-.431 0-.783.153-1.053.457a6.63 6.63 0 0 0-.749 1.092V168h-1.041v-6.348h1.041Zm6.563-.127c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.173.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.557 2.557 0 0 1-.533.457 3.315 3.315 0 0 1-.8.38c-.296.11-.609.165-.939.165-.643 0-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.132-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.747 1.747 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm10.372-3.682V168h-1.041v-1.079c-.22.338-.52.635-.901.889-.373.253-.8.38-1.283.38a2.819 2.819 0 0 1-1.485-.406 3.09 3.09 0 0 1-1.079-1.155c-.262-.491-.394-1.058-.394-1.701 0-.703.132-1.308.394-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419c.364 0 .732.089 1.105.267.38.169.706.406.977.711v-3.644h1.041Zm-2.933 3.707c-.457 0-.846.115-1.167.343-.322.22-.572.508-.75.863a2.66 2.66 0 0 0-.253 1.156c0 .406.084.783.253 1.13.17.338.407.609.711.812.314.203.673.305 1.08.305.389 0 .736-.102 1.041-.305.304-.203.545-.482.723-.838.178-.364.263-.77.254-1.219l-.013-1.218a3.096 3.096 0 0 0-.85-.762 1.958 1.958 0 0 0-1.029-.267Zm12.125-1.041c.55 0 1.045.136 1.485.407a2.82 2.82 0 0 1 1.066 1.117c.271.474.407 1.032.407 1.676 0 .694-.136 1.303-.407 1.828a2.956 2.956 0 0 1-1.092 1.206 2.864 2.864 0 0 1-1.561.431 2.44 2.44 0 0 1-1.117-.292 3.339 3.339 0 0 1-.965-.749v3.898h-1.041v-9.395h1.041v1.079c.22-.338.516-.622.889-.85.38-.237.812-.356 1.295-.356Zm-.166 1.016c-.38 0-.727.097-1.041.292a2.057 2.057 0 0 0-.723.813c-.169.338-.254.736-.254 1.193l.013 1.219c.27.33.554.601.85.812.296.203.639.305 1.029.305.457 0 .846-.119 1.167-.356.322-.237.568-.541.737-.914.178-.381.266-.774.266-1.18 0-.415-.084-.783-.253-1.105a2.01 2.01 0 0 0-.711-.787c-.305-.195-.665-.292-1.08-.292Zm7.453-1.016c.651 0 1.193.136 1.625.407.431.27.753.639.964 1.104.221.466.331.99.331 1.574v.622h-4.875c.05.356.173.682.368.978.194.296.448.533.761.711a2.24 2.24 0 0 0 1.08.254c.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.584 2.584 0 0 1-.533.457 3.333 3.333 0 0 1-.8.38c-.296.11-.609.165-.939.165-.644 0-1.215-.152-1.714-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.131-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.836 2.836 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533-.339.347-.55.77-.635 1.27h3.821c-.042-.415-.161-.754-.355-1.016a1.742 1.742 0 0 0-.686-.584 1.882 1.882 0 0 0-.85-.203Zm5.674-.889v1.27c.246-.423.542-.762.889-1.016s.703-.381 1.066-.381c.246 0 .466.043.661.127v1.206a1.589 1.589 0 0 0-.813-.241c-.431 0-.783.153-1.054.457a6.692 6.692 0 0 0-.749 1.092V168h-1.041v-6.348h1.041Zm4.99 0v.813c.203-.229.461-.44.774-.635a2.073 2.073 0 0 1 1.13-.305c.457 0 .884.11 1.282.33.398.212.703.534.914.965a5.45 5.45 0 0 1 .965-.914 2.007 2.007 0 0 1 1.219-.381c.431 0 .834.098 1.206.292.381.187.685.474.914.864.237.381.355.863.355 1.447V168h-1.041l-.012-3.771c0-.55-.144-.969-.432-1.256-.279-.288-.669-.432-1.168-.432-.364 0-.681.114-.952.343a5.728 5.728 0 0 0-.774.8V168h-1.041l-.013-3.771c0-.55-.144-.969-.432-1.256-.279-.288-.668-.432-1.168-.432-.347 0-.664.102-.952.305a4.215 4.215 0 0 0-.774.736V168h-1.041v-6.348h1.041Zm11.743-3.047c.245 0 .448.089.609.267a.817.817 0 0 1 .254.597c0 .22-.085.419-.254.596a.786.786 0 0 1-.609.267.824.824 0 0 1-.622-.267.864.864 0 0 1-.241-.596c0-.229.08-.428.241-.597a.824.824 0 0 1 .622-.267Zm.647 3.047V168h-1.041v-5.37h-1.003v-.978h2.044Zm4.139-.127a3.2 3.2 0 0 1 1.041.165c.322.102.554.208.698.318v1.117a3.314 3.314 0 0 0-.723-.394 2.422 2.422 0 0 0-.94-.19c-.398 0-.698.093-.901.279-.195.187-.292.381-.292.584 0 .161.055.326.165.495.118.161.321.292.609.394l1.067.381c.414.144.723.351.926.622.203.271.305.588.305.952 0 .356-.102.681-.305.978a2.06 2.06 0 0 1-.825.711c-.347.169-.749.253-1.206.253-.245 0-.503-.033-.774-.101a4.601 4.601 0 0 1-.711-.216 3.253 3.253 0 0 1-.47-.241v-1.117c.119.084.284.182.495.292.22.101.453.19.698.266.246.068.474.102.686.102.398 0 .711-.089.939-.267.237-.178.356-.398.356-.66a.568.568 0 0 0-.241-.482c-.153-.119-.377-.233-.673-.343l-.94-.343c-.491-.186-.816-.419-.977-.698a1.97 1.97 0 0 1-.241-.978c0-.541.203-.99.609-1.345.406-.356.948-.534 1.625-.534Zm5.434 0a3.2 3.2 0 0 1 1.041.165c.321.102.554.208.698.318v1.117a3.324 3.324 0 0 0-.724-.394 2.417 2.417 0 0 0-.939-.19c-.398 0-.698.093-.902.279-.194.187-.292.381-.292.584 0 .161.055.326.165.495.119.161.322.292.61.394l1.066.381c.415.144.724.351.927.622.203.271.305.588.305.952 0 .356-.102.681-.305.978-.195.296-.47.533-.825.711-.347.169-.749.253-1.206.253a3.18 3.18 0 0 1-.775-.101 4.67 4.67 0 0 1-.711-.216 3.231 3.231 0 0 1-.469-.241v-1.117c.118.084.283.182.495.292.22.101.453.19.698.266.245.068.474.102.686.102.397 0 .71-.089.939-.267.237-.178.355-.398.355-.66a.566.566 0 0 0-.241-.482c-.152-.119-.376-.233-.673-.343l-.939-.343c-.491-.186-.817-.419-.978-.698a1.98 1.98 0 0 1-.241-.978c0-.541.203-.99.61-1.345.406-.356.947-.534 1.625-.534Zm4.557-2.92c.246 0 .449.089.61.267a.816.816 0 0 1 .253.597c0 .22-.084.419-.253.596a.787.787 0 0 1-.61.267.825.825 0 0 1-.622-.267.864.864 0 0 1-.241-.596c0-.229.08-.428.241-.597a.825.825 0 0 1 .622-.267Zm.648 3.047V168h-1.041v-5.37h-1.003v-.978h2.044Zm5.116-.127c.643 0 1.214.153 1.714.457.499.305.888.711 1.168 1.219.287.508.431 1.062.431 1.663a3.32 3.32 0 0 1-.431 1.663c-.28.5-.669.902-1.168 1.206-.5.305-1.071.457-1.714.457s-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.334 3.334 0 0 1 1.181-1.219c.499-.304 1.071-.457 1.714-.457Zm0 1.016c-.449 0-.842.11-1.181.33a2.178 2.178 0 0 0-.787.851 2.466 2.466 0 0 0-.267 1.142c0 .407.089.787.267 1.143.186.347.449.63.787.85.339.212.732.318 1.181.318.457 0 .85-.106 1.181-.318a2.2 2.2 0 0 0 .774-.85 2.43 2.43 0 0 0 .279-1.143 2.38 2.38 0 0 0-.279-1.142 2.09 2.09 0 0 0-.774-.851c-.331-.22-.724-.33-1.181-.33Zm6.068-.889v1.003c.136-.169.309-.338.521-.508.211-.177.448-.325.711-.444.27-.118.55-.178.838-.178.431 0 .825.098 1.18.292.356.187.639.474.851.864.211.381.317.863.317 1.447V168h-1.041l-.013-3.771c0-.55-.122-.969-.368-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.677.127-1.016.381-.33.245-.622.533-.876.863V168h-1.041v-6.348h1.041Zm8.278-.127a3.2 3.2 0 0 1 1.041.165c.321.102.554.208.698.318v1.117a3.324 3.324 0 0 0-.724-.394 2.417 2.417 0 0 0-.939-.19c-.398 0-.699.093-.902.279-.194.187-.292.381-.292.584 0 .161.055.326.165.495.119.161.322.292.61.394l1.066.381c.415.144.724.351.927.622.203.271.305.588.305.952 0 .356-.102.681-.305.978-.195.296-.47.533-.825.711-.347.169-.749.253-1.206.253a3.18 3.18 0 0 1-.775-.101 4.67 4.67 0 0 1-.711-.216 3.231 3.231 0 0 1-.469-.241v-1.117c.118.084.283.182.495.292.22.101.453.19.698.266.245.068.474.102.686.102.397 0 .71-.089.939-.267.237-.178.355-.398.355-.66a.566.566 0 0 0-.241-.482c-.152-.119-.376-.233-.673-.343l-.939-.343c-.491-.186-.817-.419-.978-.698a1.98 1.98 0 0 1-.241-.978c0-.541.203-.99.61-1.345.406-.356.947-.534 1.625-.534Zm10.219 0c.466 0 .868.077 1.206.229.339.144.572.275.699.393v1.054a3.74 3.74 0 0 0-.813-.457c-.305-.135-.669-.203-1.092-.203-.448 0-.842.11-1.18.33a2.171 2.171 0 0 0-.787.851 2.466 2.466 0 0 0-.267 1.142c0 .407.089.787.267 1.143.186.347.448.63.787.85.338.212.732.318 1.18.318.423 0 .787-.064 1.092-.191.305-.135.576-.292.813-.469v1.053c-.127.127-.36.263-.699.407-.338.143-.74.215-1.206.215-.643 0-1.214-.152-1.714-.457a3.35 3.35 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.139-1.155.419-1.663a3.332 3.332 0 0 1 1.18-1.219c.5-.304 1.071-.457 1.714-.457Zm6.234 0c.364 0 .732.089 1.104.267.381.169.707.406.978.711v-.851h1.041V168h-1.041v-1.079c-.22.338-.521.635-.902.889-.372.253-.799.38-1.282.38a2.814 2.814 0 0 1-1.485-.406 3.081 3.081 0 0 1-1.079-1.155c-.263-.491-.394-1.058-.394-1.701 0-.703.131-1.308.394-1.816a2.89 2.89 0 0 1 1.104-1.168 2.98 2.98 0 0 1 1.562-.419Zm.19 1.016c-.457 0-.846.114-1.168.343a2.328 2.328 0 0 0-.749.888 2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.169.338.406.609.711.812a1.94 1.94 0 0 0 1.079.305c.389 0 .736-.102 1.041-.305a2.12 2.12 0 0 0 .724-.838c.178-.364.262-.77.254-1.219l-.013-1.218a3.299 3.299 0 0 0-.851-.775 1.892 1.892 0 0 0-1.028-.279Zm6.132-.889v1.003c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.551-.178.838-.178.432 0 .825.098 1.181.292.355.187.639.474.851.864.211.381.317.863.317 1.447V168h-1.041l-.013-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.678.127-1.016.381-.33.245-.622.533-.876.863V168h-1.041v-6.348h1.041Zm-238.558 14.873c.364 0 .732.089 1.105.267.381.169.707.406.977.711v-.851h1.041V183h-1.041v-1.079c-.22.338-.52.635-.901.889-.372.253-.8.38-1.282.38a2.82 2.82 0 0 1-1.486-.406 3.09 3.09 0 0 1-1.079-1.155c-.262-.491-.393-1.058-.393-1.701 0-.703.131-1.308.393-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419Zm.191 1.016c-.457 0-.847.114-1.168.343a2.319 2.319 0 0 0-.749.888 2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.169.338.406.609.711.812a1.94 1.94 0 0 0 1.079.305c.389 0 .736-.102 1.041-.305a2.11 2.11 0 0 0 .723-.838c.178-.364.263-.77.254-1.219l-.012-1.218a3.315 3.315 0 0 0-.851-.775 1.892 1.892 0 0 0-1.028-.279Zm8.315-1.016c.55 0 1.045.136 1.486.407a2.82 2.82 0 0 1 1.066 1.117c.271.474.406 1.032.406 1.676 0 .694-.135 1.303-.406 1.828a2.956 2.956 0 0 1-1.092 1.206 2.864 2.864 0 0 1-1.561.431c-.364 0-.737-.097-1.118-.292a3.335 3.335 0 0 1-.964-.749v3.898h-1.041v-9.395h1.041v1.079c.22-.338.516-.622.888-.85a2.402 2.402 0 0 1 1.295-.356Zm-.165 1.016c-.381 0-.728.097-1.041.292a2.042 2.042 0 0 0-.723.813c-.17.338-.254.736-.254 1.193l.012 1.219c.271.33.555.601.851.812.296.203.639.305 1.028.305.457 0 .847-.119 1.168-.356.322-.237.567-.541.736-.914.178-.381.267-.774.267-1.18 0-.415-.085-.783-.254-1.105a1.995 1.995 0 0 0-.711-.787c-.304-.195-.664-.292-1.079-.292Zm8.062-1.016c.55 0 1.045.136 1.485.407.449.262.804.634 1.066 1.117.271.474.407 1.032.407 1.676 0 .694-.136 1.303-.407 1.828a2.961 2.961 0 0 1-1.091 1.206 2.868 2.868 0 0 1-1.562.431 2.44 2.44 0 0 1-1.117-.292 3.352 3.352 0 0 1-.965-.749v3.898h-1.041v-9.395h1.041v1.079c.22-.338.516-.622.889-.85a2.4 2.4 0 0 1 1.295-.356Zm-.165 1.016c-.381 0-.728.097-1.041.292a2.052 2.052 0 0 0-.724.813c-.169.338-.254.736-.254 1.193l.013 1.219c.271.33.554.601.85.812.297.203.639.305 1.029.305.457 0 .846-.119 1.168-.356.321-.237.567-.541.736-.914.178-.381.267-.774.267-1.18 0-.415-.085-.783-.254-1.105a2.01 2.01 0 0 0-.711-.787c-.305-.195-.665-.292-1.079-.292Zm5.878-.889v1.27a3.26 3.26 0 0 1 .888-1.016c.347-.254.703-.381 1.067-.381.245 0 .465.043.66.127v1.206a1.589 1.589 0 0 0-.813-.241c-.431 0-.783.153-1.053.457a6.63 6.63 0 0 0-.749 1.092V183h-1.041v-6.348h1.041Zm6.817-.127c.643 0 1.214.153 1.714.457.499.305.888.711 1.168 1.219.288.508.431 1.062.431 1.663a3.31 3.31 0 0 1-.431 1.663c-.28.5-.669.902-1.168 1.206-.5.305-1.071.457-1.714.457s-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.334 3.334 0 0 1 1.181-1.219c.499-.304 1.071-.457 1.714-.457Zm0 1.016c-.449 0-.842.11-1.181.33a2.178 2.178 0 0 0-.787.851 2.465 2.465 0 0 0-.266 1.142c0 .407.088.787.266 1.143.186.347.449.63.787.85.339.212.732.318 1.181.318.457 0 .851-.106 1.181-.318a2.2 2.2 0 0 0 .774-.85 2.43 2.43 0 0 0 .279-1.143 2.38 2.38 0 0 0-.279-1.142 2.09 2.09 0 0 0-.774-.851c-.33-.22-.724-.33-1.181-.33Zm10.372-.889L428.016 183h-.648l-2.856-6.348h1.244l1.917 4.672 2.082-4.672h1.244Zm3.758-.127c.652 0 1.193.136 1.625.407a2.5 2.5 0 0 1 .965 1.104c.22.466.33.99.33 1.574v.622h-4.875c.051.356.173.682.368.978.195.296.448.533.762.711.313.169.672.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.557 2.557 0 0 1-.533.457 3.333 3.333 0 0 1-.8.38c-.296.11-.609.165-.939.165-.643 0-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.131-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.836 2.836 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533-.339.347-.55.77-.635 1.27h3.821c-.042-.415-.16-.754-.355-1.016a1.742 1.742 0 0 0-.686-.584 1.88 1.88 0 0 0-.85-.203Zm11.311-1.016c.644 0 1.215.153 1.714.457.5.305.889.711 1.168 1.219.288.508.432 1.062.432 1.663a3.31 3.31 0 0 1-.432 1.663c-.279.5-.668.902-1.168 1.206-.499.305-1.07.457-1.714.457-.643 0-1.214-.152-1.714-.457a3.35 3.35 0 0 1-1.18-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.332 3.332 0 0 1 1.18-1.219c.5-.304 1.071-.457 1.714-.457Zm0 1.016c-.448 0-.842.11-1.18.33a2.171 2.171 0 0 0-.787.851 2.466 2.466 0 0 0-.267 1.142c0 .407.089.787.267 1.143.186.347.448.63.787.85.338.212.732.318 1.18.318.457 0 .851-.106 1.181-.318.339-.22.597-.503.774-.85.187-.356.28-.736.28-1.143a2.37 2.37 0 0 0-.28-1.142 2.076 2.076 0 0 0-.774-.851c-.33-.22-.724-.33-1.181-.33Zm6.069-.889v1.27a3.26 3.26 0 0 1 .888-1.016c.347-.254.703-.381 1.067-.381.245 0 .465.043.66.127v1.206a1.589 1.589 0 0 0-.813-.241c-.431 0-.782.153-1.053.457a6.63 6.63 0 0 0-.749 1.092V183h-1.041v-6.348h1.041Zm8.798 0v1.27a3.26 3.26 0 0 1 .888-1.016c.347-.254.703-.381 1.067-.381.245 0 .465.043.66.127v1.206a1.589 1.589 0 0 0-.813-.241c-.431 0-.783.153-1.053.457a6.63 6.63 0 0 0-.749 1.092V183h-1.041v-6.348h1.041Zm6.563-.127c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.173.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.557 2.557 0 0 1-.533.457 3.315 3.315 0 0 1-.8.38c-.296.11-.609.165-.939.165-.643 0-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.132-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.747 1.747 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm5.472-3.936c.245 0 .448.089.609.267a.817.817 0 0 1 .254.597c0 .22-.085.419-.254.596a.786.786 0 0 1-.609.267.824.824 0 0 1-.622-.267.865.865 0 0 1-.242-.596c0-.229.081-.428.242-.597a.824.824 0 0 1 .622-.267Zm.673 3.047v6.323c0 .854-.199 1.544-.597 2.069-.389.525-.918.922-1.587 1.193l-.47-.939c.559-.271.965-.571 1.219-.902.262-.33.394-.753.394-1.269v-5.497h-1.003v-.978h2.044Zm4.773-.127c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.173.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.557 2.557 0 0 1-.533.457 3.315 3.315 0 0 1-.8.38c-.296.11-.609.165-.939.165-.643 0-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.132-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.747 1.747 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm7.503-1.016c.465 0 .867.077 1.206.229.339.144.571.275.698.393v1.054a3.755 3.755 0 0 0-.812-.457c-.305-.135-.669-.203-1.092-.203-.449 0-.842.11-1.181.33a2.178 2.178 0 0 0-.787.851 2.465 2.465 0 0 0-.266 1.142c0 .407.088.787.266 1.143.186.347.449.63.787.85.339.212.732.318 1.181.318.423 0 .787-.064 1.092-.191.304-.135.575-.292.812-.469v1.053c-.127.127-.359.263-.698.407-.339.143-.741.215-1.206.215-.643 0-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.334 3.334 0 0 1 1.181-1.219c.499-.304 1.071-.457 1.714-.457Zm5.37-1.701v1.828h1.854v.978h-1.854v3.72c0 .262.068.469.203.622.136.152.343.228.622.228.254 0 .466-.029.635-.089.169-.067.317-.139.444-.215v.85a2.058 2.058 0 0 1-.546.317c-.186.085-.44.127-.761.127-.542 0-.952-.16-1.232-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.415-.186.762-.491 1.041-.914.28-.432.525-.96.737-1.587h.482Zm9.306 0v1.828h1.853v.978h-1.853v3.72c0 .262.067.469.203.622.135.152.343.228.622.228.254 0 .465-.029.635-.089.169-.067.317-.139.444-.215v.85a2.058 2.058 0 0 1-.546.317c-.186.085-.44.127-.762.127-.541 0-.952-.16-1.231-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.415-.186.762-.491 1.041-.914.279-.432.525-.96.736-1.587h.483Zm6.855 1.701c.432 0 .825.098 1.181.292.355.187.639.474.85.864.212.381.318.863.318 1.447V183h-1.041l-.013-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.605-.432-1.105-.432-.338 0-.677.127-1.015.381-.33.245-.622.533-.876.863V183h-1.041v-9.141h1.041v3.796c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178Zm6.932 0c.652 0 1.193.136 1.625.407a2.5 2.5 0 0 1 .965 1.104c.22.466.33.99.33 1.574v.622h-4.875c.051.356.173.682.368.978.195.296.448.533.762.711.313.169.672.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.557 2.557 0 0 1-.533.457 3.333 3.333 0 0 1-.8.38c-.296.11-.609.165-.939.165-.643 0-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.131-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.836 2.836 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533-.339.347-.55.77-.635 1.27h3.821c-.042-.415-.16-.754-.355-1.016a1.742 1.742 0 0 0-.686-.584 1.88 1.88 0 0 0-.85-.203Zm11.667-1.016c.55 0 1.045.136 1.485.407.449.262.804.634 1.067 1.117.27.474.406 1.032.406 1.676 0 .694-.136 1.303-.406 1.828a2.97 2.97 0 0 1-1.092 1.206 2.868 2.868 0 0 1-1.562.431 2.44 2.44 0 0 1-1.117-.292 3.352 3.352 0 0 1-.965-.749v3.898h-1.041v-9.395h1.041v1.079c.22-.338.517-.622.889-.85a2.4 2.4 0 0 1 1.295-.356Zm-.165 1.016c-.381 0-.728.097-1.041.292a2.052 2.052 0 0 0-.724.813c-.169.338-.254.736-.254 1.193l.013 1.219c.271.33.554.601.851.812.296.203.639.305 1.028.305.457 0 .846-.119 1.168-.356.321-.237.567-.541.736-.914.178-.381.267-.774.267-1.18 0-.415-.085-.783-.254-1.105a1.995 1.995 0 0 0-.711-.787c-.305-.195-.664-.292-1.079-.292Zm5.878-.889v1.27a3.26 3.26 0 0 1 .888-1.016c.347-.254.703-.381 1.067-.381.245 0 .465.043.66.127v1.206a1.589 1.589 0 0 0-.813-.241c-.431 0-.782.153-1.053.457a6.63 6.63 0 0 0-.749 1.092V183h-1.041v-6.348h1.041Zm6.817-.127c.643 0 1.215.153 1.714.457a3.23 3.23 0 0 1 1.168 1.219c.288.508.432 1.062.432 1.663a3.31 3.31 0 0 1-.432 1.663c-.279.5-.669.902-1.168 1.206-.499.305-1.071.457-1.714.457s-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.139-1.155.419-1.663a3.324 3.324 0 0 1 1.18-1.219c.5-.304 1.071-.457 1.714-.457Zm0 1.016c-.448 0-.842.11-1.181.33-.338.212-.6.495-.787.851a2.478 2.478 0 0 0-.266 1.142c0 .407.089.787.266 1.143.187.347.449.63.787.85.339.212.733.318 1.181.318.457 0 .851-.106 1.181-.318a2.2 2.2 0 0 0 .774-.85 2.43 2.43 0 0 0 .279-1.143 2.38 2.38 0 0 0-.279-1.142 2.09 2.09 0 0 0-.774-.851c-.33-.22-.724-.33-1.181-.33Zm8.252-1.016c.55 0 1.045.136 1.485.407.449.262.804.634 1.067 1.117.271.474.406 1.032.406 1.676 0 .694-.135 1.303-.406 1.828a2.963 2.963 0 0 1-1.092 1.206 2.868 2.868 0 0 1-1.562.431c-.363 0-.736-.097-1.117-.292a3.352 3.352 0 0 1-.965-.749v3.898h-1.041v-9.395h1.041v1.079c.221-.338.517-.622.889-.85a2.402 2.402 0 0 1 1.295-.356Zm-.165 1.016c-.381 0-.728.097-1.041.292a2.052 2.052 0 0 0-.724.813c-.169.338-.254.736-.254 1.193l.013 1.219c.271.33.555.601.851.812.296.203.639.305 1.028.305.457 0 .846-.119 1.168-.356.322-.237.567-.541.736-.914.178-.381.267-.774.267-1.18 0-.415-.085-.783-.254-1.105a1.995 1.995 0 0 0-.711-.787c-.305-.195-.664-.292-1.079-.292Zm7.706-1.016c.643 0 1.215.153 1.714.457a3.23 3.23 0 0 1 1.168 1.219c.288.508.432 1.062.432 1.663a3.31 3.31 0 0 1-.432 1.663c-.279.5-.669.902-1.168 1.206-.499.305-1.071.457-1.714.457s-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.139-1.155.419-1.663a3.324 3.324 0 0 1 1.18-1.219c.5-.304 1.071-.457 1.714-.457Zm0 1.016c-.448 0-.842.11-1.181.33a2.178 2.178 0 0 0-.787.851 2.478 2.478 0 0 0-.266 1.142c0 .407.089.787.266 1.143.186.347.449.63.787.85.339.212.733.318 1.181.318.457 0 .851-.106 1.181-.318a2.2 2.2 0 0 0 .774-.85 2.43 2.43 0 0 0 .279-1.143 2.38 2.38 0 0 0-.279-1.142 2.09 2.09 0 0 0-.774-.851c-.33-.22-.724-.33-1.181-.33Zm6.919-1.016a3.2 3.2 0 0 1 1.041.165c.322.102.554.208.698.318v1.117a3.314 3.314 0 0 0-.723-.394 2.422 2.422 0 0 0-.94-.19c-.398 0-.698.093-.901.279-.195.187-.292.381-.292.584 0 .161.055.326.165.495.118.161.321.292.609.394l1.067.381c.414.144.723.351.926.622.204.271.305.588.305.952 0 .356-.101.681-.305.978a2.06 2.06 0 0 1-.825.711c-.347.169-.749.253-1.206.253-.245 0-.503-.033-.774-.101a4.601 4.601 0 0 1-.711-.216 3.253 3.253 0 0 1-.47-.241v-1.117c.119.084.284.182.495.292.22.101.453.19.698.266.246.068.474.102.686.102.398 0 .711-.089.939-.267.237-.178.356-.398.356-.66a.566.566 0 0 0-.241-.482c-.153-.119-.377-.233-.673-.343l-.94-.343c-.49-.186-.816-.419-.977-.698a1.97 1.97 0 0 1-.241-.978c0-.541.203-.99.609-1.345.406-.356.948-.534 1.625-.534Zm6.157 0c.652 0 1.194.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .885-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.012 1.13a2.593 2.593 0 0 1-.534.457 3.325 3.325 0 0 1-.799.38c-.297.11-.61.165-.94.165-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.21 3.21 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.524 0-.956.178-1.295.533-.338.347-.55.77-.634 1.27h3.821c-.042-.415-.161-.754-.356-1.016a1.74 1.74 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm10.372-3.682V183h-1.041v-1.079c-.22.338-.52.635-.901.889-.372.253-.8.38-1.282.38a2.82 2.82 0 0 1-1.486-.406 3.09 3.09 0 0 1-1.079-1.155c-.262-.491-.393-1.058-.393-1.701 0-.703.131-1.308.393-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419c.364 0 .732.089 1.105.267.381.169.706.406.977.711v-3.644h1.041Zm-2.932 3.707c-.457 0-.847.115-1.168.343-.322.22-.572.508-.749.863-.17.356-.254.741-.254 1.156 0 .406.084.783.254 1.13.169.338.406.609.711.812.313.203.672.305 1.079.305.389 0 .736-.102 1.041-.305.304-.203.546-.482.723-.838.178-.364.263-.77.254-1.219l-.012-1.218a3.1 3.1 0 0 0-.851-.762 1.957 1.957 0 0 0-1.028-.267Zm11.768-1.041c.466 0 .868.077 1.206.229.339.144.572.275.699.393v1.054a3.74 3.74 0 0 0-.813-.457c-.305-.135-.669-.203-1.092-.203-.448 0-.842.11-1.18.33a2.18 2.18 0 0 0-.788.851 2.478 2.478 0 0 0-.266 1.142c0 .407.089.787.266 1.143a2.3 2.3 0 0 0 .788.85c.338.212.732.318 1.18.318.423 0 .787-.064 1.092-.191.305-.135.576-.292.813-.469v1.053c-.127.127-.36.263-.699.407-.338.143-.74.215-1.206.215-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.139-1.155.419-1.663a3.324 3.324 0 0 1 1.18-1.219c.5-.304 1.071-.457 1.714-.457Zm6.729 0c.431 0 .825.098 1.18.292.356.187.639.474.851.864.212.381.317.863.317 1.447V183h-1.041l-.012-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.606-.432-1.105-.432-.339 0-.677.127-1.016.381-.33.245-.622.533-.876.863V183h-1.041v-9.141h1.041v3.796c.136-.169.309-.338.521-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178Zm6.931 0c.364 0 .733.089 1.105.267.381.169.707.406.977.711v-.851h1.041V183h-1.041v-1.079c-.22.338-.52.635-.901.889-.372.253-.8.38-1.282.38a2.82 2.82 0 0 1-1.486-.406 3.09 3.09 0 0 1-1.079-1.155c-.262-.491-.393-1.058-.393-1.701 0-.703.131-1.308.393-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419Zm.191 1.016c-.457 0-.847.114-1.168.343a2.319 2.319 0 0 0-.749.888 2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.169.338.406.609.711.812a1.94 1.94 0 0 0 1.079.305c.389 0 .736-.102 1.041-.305a2.12 2.12 0 0 0 .724-.838c.177-.364.262-.77.253-1.219l-.012-1.218a3.315 3.315 0 0 0-.851-.775 1.892 1.892 0 0 0-1.028-.279Zm6.132-.889v1.003c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178.432 0 .825.098 1.181.292.355.187.639.474.85.864.212.381.318.863.318 1.447V183h-1.041l-.013-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.605-.432-1.105-.432-.338 0-.677.127-1.015.381-.33.245-.622.533-.876.863V183h-1.041v-6.348h1.041Zm9.001-.127c.364 0 .732.089 1.104.267.381.169.707.406.978.711v-.851h1.041v6.221c0 .753-.153 1.38-.457 1.879a2.87 2.87 0 0 1-1.219 1.117 3.763 3.763 0 0 1-1.663.368c-.389 0-.724-.046-1.003-.139a2.553 2.553 0 0 1-.698-.33c-.195-.127-.373-.25-.534-.369v-1.117c.127.093.292.212.496.356.211.152.461.287.749.406.296.118.626.178.99.178.415 0 .795-.076 1.142-.229a1.98 1.98 0 0 0 .838-.673c.212-.296.318-.651.318-1.066v-1.333c-.22.338-.521.635-.902.889-.372.253-.799.38-1.282.38a2.814 2.814 0 0 1-1.485-.406 3.073 3.073 0 0 1-1.079-1.155c-.263-.491-.394-1.058-.394-1.701 0-.703.131-1.308.394-1.816.27-.508.639-.897 1.104-1.168a2.98 2.98 0 0 1 1.562-.419Zm.19 1.029c-.457 0-.846.114-1.168.342a2.233 2.233 0 0 0-.749.876 2.66 2.66 0 0 0-.254 1.156c0 .406.085.778.254 1.117.169.338.406.609.711.812.313.204.673.305 1.079.305.389 0 .736-.101 1.041-.305.305-.203.546-.482.724-.837.178-.356.262-.758.254-1.207l-.013-1.218a3.085 3.085 0 0 0-.851-.762 1.892 1.892 0 0 0-1.028-.279Zm7.706-1.029c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.557 2.557 0 0 1-.533.457 3.315 3.315 0 0 1-.8.38c-.296.11-.609.165-.939.165-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.2 3.2 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.74 1.74 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm6.526-1.016a3.2 3.2 0 0 1 1.041.165c.321.102.554.208.698.318v1.117a3.324 3.324 0 0 0-.724-.394 2.42 2.42 0 0 0-.939-.19c-.398 0-.699.093-.902.279-.194.187-.292.381-.292.584 0 .161.055.326.165.495.119.161.322.292.61.394l1.066.381c.415.144.724.351.927.622.203.271.305.588.305.952 0 .356-.102.681-.305.978-.195.296-.47.533-.825.711-.347.169-.749.253-1.206.253a3.18 3.18 0 0 1-.775-.101 4.67 4.67 0 0 1-.711-.216 3.231 3.231 0 0 1-.469-.241v-1.117c.118.084.283.182.495.292.22.101.453.19.698.266.245.068.474.102.685.102.398 0 .711-.089.94-.267.237-.178.355-.398.355-.66a.566.566 0 0 0-.241-.482c-.152-.119-.376-.233-.673-.343l-.939-.343c-.491-.186-.817-.419-.978-.698a1.98 1.98 0 0 1-.241-.978c0-.541.203-.99.61-1.345.406-.356.947-.534 1.625-.534Z"}),h.createElement("circle",{cx:479,cy:286.997,r:5,fill:"#6C65E5",stroke:"#F7F7FA",strokeWidth:2}),h.createElement("path",{stroke:"#6C65E5",strokeLinecap:"round",strokeWidth:1.5,d:"M479 284v-90"}),h.createElement("path",{fill:"#615BC2",d:"M439.389 393.494v1.079h-2.933v7.389h-1.143v-7.389h-2.932v-1.079h7.008Zm4.557 2.031c.432 0 .825.098 1.181.292.355.187.639.474.851.864.211.381.317.863.317 1.447V402h-1.041l-.013-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.678.127-1.016.381-.33.245-.622.533-.876.863V402h-1.041v-9.141h1.041v3.796c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.551-.178.838-.178Zm6.932 0c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.173.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.557 2.557 0 0 1-.533.457 3.315 3.315 0 0 1-.8.38c-.296.11-.609.165-.939.165-.643 0-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.132-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.839 2.839 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.339.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.747 1.747 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm13.635-.889v3.758c0 .559-.119 1.041-.356 1.447-.237.407-.558.72-.965.94a2.83 2.83 0 0 1-1.371.33 2.83 2.83 0 0 1-1.371-.33 2.449 2.449 0 0 1-.965-.94c-.237-.406-.355-.888-.355-1.447v-3.758h1.079v3.758c0 .55.161.973.482 1.27.33.287.707.431 1.13.431.423 0 .796-.144 1.117-.431.331-.297.496-.72.496-1.27v-3.758h1.079Zm3.859-.127a3.2 3.2 0 0 1 1.041.165c.322.102.554.208.698.318v1.117a3.314 3.314 0 0 0-.723-.394 2.422 2.422 0 0 0-.94-.19c-.398 0-.698.093-.901.279-.195.187-.292.381-.292.584 0 .161.055.326.165.495.118.161.322.292.609.394l1.067.381c.414.144.723.351.926.622.204.271.305.588.305.952 0 .356-.101.681-.305.978a2.06 2.06 0 0 1-.825.711c-.347.169-.749.253-1.206.253-.245 0-.503-.033-.774-.101a4.601 4.601 0 0 1-.711-.216 3.253 3.253 0 0 1-.47-.241v-1.117c.119.084.284.182.495.292.22.101.453.19.698.266.246.068.474.102.686.102.398 0 .711-.089.939-.267.237-.178.356-.398.356-.66a.566.566 0 0 0-.241-.482c-.153-.119-.377-.233-.673-.343l-.94-.343c-.49-.186-.816-.419-.977-.698a1.97 1.97 0 0 1-.241-.978c0-.541.203-.99.609-1.345.406-.356.948-.534 1.625-.534Zm6.157 0c.652 0 1.194.136 1.625.407.432.27.754.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .885-.114 1.282-.343a4.812 4.812 0 0 0 1.003-.774l-.012 1.13a2.593 2.593 0 0 1-.534.457 3.325 3.325 0 0 1-.799.38c-.297.11-.61.165-.94.165-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.21 3.21 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.524 0-.956.178-1.295.533-.338.347-.55.77-.634 1.27h3.821c-.042-.415-.161-.754-.356-1.016a1.74 1.74 0 0 0-.685-.584 1.883 1.883 0 0 0-.851-.203Zm5.675-.889v1.27c.246-.423.542-.762.889-1.016s.702-.381 1.066-.381c.246 0 .466.043.66.127v1.206a1.583 1.583 0 0 0-.812-.241c-.432 0-.783.153-1.054.457a6.692 6.692 0 0 0-.749 1.092V402h-1.041v-6.348h1.041Zm16.085 0L494.067 402h-.647l-1.739-4.481-1.74 4.481h-.647l-2.222-6.348h1.244l1.41 4.456 1.663-4.456h.584l1.663 4.456 1.409-4.456h1.244Zm4.38-.127c.432 0 .825.098 1.181.292.355.187.639.474.85.864.212.381.318.863.318 1.447V402h-1.041l-.013-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.605-.432-1.105-.432-.338 0-.677.127-1.015.381-.33.245-.622.533-.876.863V402h-1.041v-9.141h1.041v3.796c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178Zm7.185 0c.644 0 1.215.153 1.714.457.5.305.889.711 1.168 1.219.288.508.432 1.062.432 1.663a3.31 3.31 0 0 1-.432 1.663c-.279.5-.668.902-1.168 1.206-.499.305-1.07.457-1.714.457-.643 0-1.214-.152-1.713-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.327 3.327 0 0 1 1.181-1.219c.499-.304 1.07-.457 1.713-.457Zm0 1.016c-.448 0-.842.11-1.18.33a2.171 2.171 0 0 0-.787.851 2.466 2.466 0 0 0-.267 1.142c0 .407.089.787.267 1.143.186.347.448.63.787.85.338.212.732.318 1.18.318.458 0 .851-.106 1.181-.318.339-.22.597-.503.775-.85a2.43 2.43 0 0 0 .279-1.143 2.38 2.38 0 0 0-.279-1.142 2.085 2.085 0 0 0-.775-.851c-.33-.22-.723-.33-1.181-.33Zm11.706-1.016c.465 0 .867.077 1.206.229.338.144.571.275.698.393v1.054a3.74 3.74 0 0 0-.813-.457c-.304-.135-.668-.203-1.091-.203-.449 0-.843.11-1.181.33a2.171 2.171 0 0 0-.787.851 2.466 2.466 0 0 0-.267 1.142c0 .407.089.787.267 1.143.186.347.448.63.787.85.338.212.732.318 1.181.318.423 0 .787-.064 1.091-.191.305-.135.576-.292.813-.469v1.053c-.127.127-.36.263-.698.407-.339.143-.741.215-1.206.215-.644 0-1.215-.152-1.714-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.327 3.327 0 0 1 1.181-1.219c.499-.304 1.07-.457 1.714-.457Zm4.659.127v1.27a3.26 3.26 0 0 1 .888-1.016c.347-.254.703-.381 1.067-.381.245 0 .465.043.66.127v1.206a1.589 1.589 0 0 0-.813-.241c-.431 0-.782.153-1.053.457a6.63 6.63 0 0 0-.749 1.092V402h-1.041v-6.348h1.041Zm6.563-.127c.652 0 1.194.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .885-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.012 1.13a2.593 2.593 0 0 1-.534.457 3.325 3.325 0 0 1-.799.38c-.297.11-.61.165-.94.165-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.21 3.21 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.634 1.27h3.821c-.042-.415-.161-.754-.356-1.016a1.74 1.74 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm7.249-1.016c.364 0 .732.089 1.105.267.381.169.706.406.977.711v-.851h1.041V402h-1.041v-1.079c-.22.338-.52.635-.901.889-.372.253-.8.38-1.282.38a2.82 2.82 0 0 1-1.486-.406 3.09 3.09 0 0 1-1.079-1.155c-.262-.491-.393-1.058-.393-1.701 0-.703.131-1.308.393-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419Zm.191 1.016c-.457 0-.847.114-1.168.343a2.31 2.31 0 0 0-.749.888c-.17.356-.254.741-.254 1.156 0 .406.084.783.254 1.13.169.338.406.609.711.812.313.203.672.305 1.079.305.389 0 .736-.102 1.041-.305.304-.203.546-.482.723-.838.178-.364.263-.77.254-1.219l-.012-1.218a3.315 3.315 0 0 0-.851-.775 1.892 1.892 0 0 0-1.028-.279Zm6.842-2.717v1.828h1.854v.978h-1.854v3.72c0 .262.068.469.204.622.135.152.342.228.622.228.254 0 .465-.029.634-.089.17-.067.318-.139.445-.215v.85c-.17.136-.351.241-.546.317-.186.085-.44.127-.762.127-.542 0-.952-.16-1.231-.482-.271-.33-.407-.766-.407-1.308v-3.77h-1.218v-.305c.414-.186.761-.491 1.041-.914.279-.432.524-.96.736-1.587h.482Zm6.361 1.701c.651 0 1.193.136 1.625.407a2.5 2.5 0 0 1 .965 1.104c.22.466.33.99.33 1.574v.622h-4.875c.051.356.173.682.368.978.195.296.448.533.762.711.313.169.672.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.557 2.557 0 0 1-.533.457 3.333 3.333 0 0 1-.8.38c-.296.11-.609.165-.939.165-.644 0-1.215-.152-1.714-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.131-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.836 2.836 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533-.339.347-.55.77-.635 1.27h3.821c-.042-.415-.16-.754-.355-1.016a1.742 1.742 0 0 0-.686-.584 1.88 1.88 0 0 0-.85-.203Zm10.372-3.682V402h-1.041v-1.079c-.22.338-.521.635-.902.889-.372.253-.799.38-1.282.38a2.816 2.816 0 0 1-1.485-.406 3.081 3.081 0 0 1-1.079-1.155c-.263-.491-.394-1.058-.394-1.701 0-.703.131-1.308.394-1.816a2.89 2.89 0 0 1 1.104-1.168 2.98 2.98 0 0 1 1.562-.419c.364 0 .732.089 1.104.267.381.169.707.406.978.711v-3.644h1.041Zm-2.933 3.707c-.457 0-.846.115-1.168.343-.321.22-.571.508-.749.863a2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.17.338.407.609.711.812a1.94 1.94 0 0 0 1.079.305c.39 0 .737-.102 1.041-.305a2.12 2.12 0 0 0 .724-.838c.178-.364.262-.77.254-1.219l-.013-1.218a3.096 3.096 0 0 0-.85-.762 1.96 1.96 0 0 0-1.029-.267Zm10.652-2.742v1.828h1.853v.978h-1.853v3.72c0 .262.067.469.203.622.135.152.343.228.622.228.254 0 .465-.029.635-.089.169-.067.317-.139.444-.215v.85a2.058 2.058 0 0 1-.546.317c-.186.085-.44.127-.762.127-.541 0-.952-.16-1.231-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.415-.186.762-.491 1.041-.914.279-.432.525-.96.736-1.587h.483Zm6.855 1.701c.432 0 .825.098 1.181.292.355.187.639.474.85.864.212.381.318.863.318 1.447V402h-1.041l-.013-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.605-.432-1.105-.432-.338 0-.677.127-1.015.381-.33.245-.622.533-.876.863V402h-1.041v-9.141h1.041v3.796c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178Zm6.932 0c.651 0 1.193.136 1.625.407a2.5 2.5 0 0 1 .965 1.104c.22.466.33.99.33 1.574v.622h-4.875c.05.356.173.682.368.978.194.296.448.533.762.711.313.169.672.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.557 2.557 0 0 1-.533.457 3.333 3.333 0 0 1-.8.38c-.296.11-.609.165-.939.165-.644 0-1.215-.152-1.714-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.131-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.836 2.836 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533-.339.347-.55.77-.635 1.27h3.821c-.042-.415-.16-.754-.355-1.016a1.742 1.742 0 0 0-.686-.584 1.882 1.882 0 0 0-.85-.203Zm11.311-1.016c.466 0 .868.077 1.206.229.339.144.572.275.699.393v1.054a3.74 3.74 0 0 0-.813-.457c-.305-.135-.669-.203-1.092-.203-.448 0-.842.11-1.18.33a2.18 2.18 0 0 0-.788.851 2.478 2.478 0 0 0-.266 1.142c0 .407.089.787.266 1.143a2.3 2.3 0 0 0 .788.85c.338.212.732.318 1.18.318.423 0 .787-.064 1.092-.191.305-.135.576-.292.813-.469v1.053c-.127.127-.36.263-.699.407-.338.143-.74.215-1.206.215-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.139-1.155.419-1.663a3.324 3.324 0 0 1 1.18-1.219c.5-.304 1.071-.457 1.714-.457Zm6.729 0c.431 0 .825.098 1.18.292.356.187.639.474.851.864.212.381.317.863.317 1.447V402h-1.041l-.012-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.606-.432-1.105-.432-.339 0-.677.127-1.016.381-.33.245-.622.533-.876.863V402h-1.041v-9.141h1.041v3.796c.136-.169.309-.338.521-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178Zm6.931 0c.364 0 .733.089 1.105.267.381.169.707.406.977.711v-.851h1.041V402h-1.041v-1.079c-.22.338-.52.635-.901.889-.372.253-.8.38-1.282.38a2.814 2.814 0 0 1-1.485-.406 3.084 3.084 0 0 1-1.08-1.155c-.262-.491-.393-1.058-.393-1.701 0-.703.131-1.308.393-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419Zm.191 1.016c-.457 0-.847.114-1.168.343a2.319 2.319 0 0 0-.749.888 2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.169.338.406.609.711.812a1.94 1.94 0 0 0 1.079.305c.389 0 .736-.102 1.041-.305a2.12 2.12 0 0 0 .724-.838c.177-.364.262-.77.253-1.219l-.012-1.218a3.315 3.315 0 0 0-.851-.775 1.892 1.892 0 0 0-1.028-.279Zm6.132-.889v1.003c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178.432 0 .825.098 1.181.292.355.187.639.474.85.864.212.381.318.863.318 1.447V402h-1.041l-.013-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.605-.432-1.105-.432-.338 0-.677.127-1.015.381-.33.245-.622.533-.876.863V402h-1.041v-6.348h1.041Zm9.001-.127c.364 0 .732.089 1.104.267.381.169.707.406.978.711v-.851h1.041v6.221c0 .753-.153 1.38-.457 1.879a2.87 2.87 0 0 1-1.219 1.117 3.763 3.763 0 0 1-1.663.368c-.389 0-.724-.046-1.003-.139a2.553 2.553 0 0 1-.698-.33c-.195-.127-.373-.25-.534-.369v-1.117c.127.093.292.212.496.356.211.152.461.287.749.406.296.118.626.178.99.178.415 0 .795-.076 1.142-.229a1.98 1.98 0 0 0 .838-.673c.212-.296.318-.651.318-1.066v-1.333c-.22.338-.521.635-.902.889-.372.253-.799.38-1.282.38a2.814 2.814 0 0 1-1.485-.406 3.073 3.073 0 0 1-1.079-1.155c-.263-.491-.394-1.058-.394-1.701 0-.703.131-1.308.394-1.816.27-.508.639-.897 1.104-1.168a2.98 2.98 0 0 1 1.562-.419Zm.19 1.029c-.457 0-.846.114-1.168.342a2.24 2.24 0 0 0-.749.876 2.66 2.66 0 0 0-.254 1.156c0 .406.085.778.254 1.117.169.338.406.609.711.812.313.204.673.305 1.079.305.389 0 .736-.101 1.041-.305.305-.203.546-.482.724-.837.178-.356.262-.758.254-1.207l-.013-1.218a3.085 3.085 0 0 0-.851-.762 1.892 1.892 0 0 0-1.028-.279Zm7.706-1.029c.652 0 1.194.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.012 1.13a2.593 2.593 0 0 1-.534.457 3.325 3.325 0 0 1-.799.38c-.297.11-.61.165-.94.165-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.2 3.2 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.74 1.74 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203ZM434.12 410.652v1.27c.246-.423.542-.762.889-1.016s.702-.381 1.066-.381c.246 0 .466.043.66.127v1.206a1.583 1.583 0 0 0-.812-.241c-.432 0-.783.153-1.054.457a6.692 6.692 0 0 0-.749 1.092V417h-1.041v-6.348h1.041Zm6.564-.127c.651 0 1.193.136 1.625.407.431.27.753.639.964 1.104.22.466.331.99.331 1.574v.622h-4.875c.05.356.173.682.368.978.194.296.448.533.761.711a2.24 2.24 0 0 0 1.08.254c.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.584 2.584 0 0 1-.533.457 3.333 3.333 0 0 1-.8.38c-.296.11-.609.165-.939.165-.644 0-1.215-.152-1.714-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.131-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.836 2.836 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533-.339.347-.55.77-.635 1.27h3.821c-.042-.415-.161-.754-.355-1.016a1.742 1.742 0 0 0-.686-.584 1.882 1.882 0 0 0-.85-.203Zm7.249-1.016c.364 0 .732.089 1.104.267.381.169.707.406.978.711v-.851h1.041v9.395h-1.041v-4.126c-.22.338-.521.635-.902.889-.372.253-.8.38-1.282.38a2.814 2.814 0 0 1-1.485-.406 3.073 3.073 0 0 1-1.079-1.155c-.263-.491-.394-1.058-.394-1.701 0-.703.131-1.308.394-1.816.27-.508.639-.897 1.104-1.168a2.98 2.98 0 0 1 1.562-.419Zm.19 1.029c-.457 0-.846.114-1.168.342a2.233 2.233 0 0 0-.749.876 2.66 2.66 0 0 0-.254 1.156c0 .406.085.778.254 1.117.169.338.406.609.711.812.313.204.673.305 1.079.305.389 0 .736-.101 1.041-.305.305-.203.546-.482.724-.837.177-.356.262-.758.254-1.207l-.013-1.218a3.085 3.085 0 0 0-.851-.762 1.892 1.892 0 0 0-1.028-.279Zm10.283-.902v3.758c0 .559-.118 1.041-.355 1.447-.237.407-.559.72-.965.94a2.83 2.83 0 0 1-1.371.33 2.83 2.83 0 0 1-1.371-.33 2.449 2.449 0 0 1-.965-.94c-.237-.406-.356-.888-.356-1.447v-3.758h1.08v3.758c0 .55.16.973.482 1.27.33.287.707.431 1.13.431.423 0 .795-.144 1.117-.431.33-.297.495-.72.495-1.27v-3.758h1.079Zm4.583-.127c.652 0 1.194.136 1.625.407.432.27.754.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .885-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.012 1.13a2.593 2.593 0 0 1-.534.457 3.325 3.325 0 0 1-.799.38c-.297.11-.61.165-.94.165-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.21 3.21 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.524 0-.956.178-1.295.533-.338.347-.55.77-.634 1.27h3.821c-.042-.415-.161-.754-.356-1.016a1.74 1.74 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm6.526-1.016a3.2 3.2 0 0 1 1.041.165c.321.102.554.208.698.318v1.117a3.324 3.324 0 0 0-.724-.394 2.417 2.417 0 0 0-.939-.19c-.398 0-.698.093-.902.279-.194.187-.292.381-.292.584 0 .161.055.326.165.495.119.161.322.292.61.394l1.066.381c.415.144.724.351.927.622.203.271.305.588.305.952 0 .356-.102.681-.305.978-.195.296-.47.533-.825.711-.347.169-.749.253-1.206.253a3.18 3.18 0 0 1-.775-.101 4.67 4.67 0 0 1-.711-.216 3.231 3.231 0 0 1-.469-.241v-1.117c.118.084.283.182.495.292.22.101.453.19.698.266.246.068.474.102.686.102.397 0 .711-.089.939-.267.237-.178.356-.398.356-.66a.567.567 0 0 0-.242-.482c-.152-.119-.376-.233-.673-.343l-.939-.343c-.491-.186-.817-.419-.978-.698a1.98 1.98 0 0 1-.241-.978c0-.541.203-.99.61-1.345.406-.356.948-.534 1.625-.534Zm5.294-1.701v1.828h1.853v.978h-1.853v3.72c0 .262.067.469.203.622.135.152.342.228.622.228.254 0 .465-.029.635-.089.169-.067.317-.139.444-.215v.85a2.058 2.058 0 0 1-.546.317c-.186.085-.44.127-.762.127-.541 0-.952-.16-1.231-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.415-.186.762-.491 1.041-.914.279-.432.525-.96.736-1.587h.483Zm10.422 1.701c.466 0 .868.077 1.207.229.338.144.571.275.698.393v1.054a3.74 3.74 0 0 0-.813-.457c-.304-.135-.668-.203-1.092-.203-.448 0-.842.11-1.18.33a2.171 2.171 0 0 0-.787.851 2.466 2.466 0 0 0-.267 1.142c0 .407.089.787.267 1.143.186.347.448.63.787.85.338.212.732.318 1.18.318.424 0 .788-.064 1.092-.191.305-.135.576-.292.813-.469v1.053c-.127.127-.36.263-.698.407-.339.143-.741.215-1.207.215-.643 0-1.214-.152-1.713-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.327 3.327 0 0 1 1.181-1.219c.499-.304 1.07-.457 1.713-.457Zm6.234 0c.364 0 .732.089 1.104.267.381.169.707.406.978.711v-.851h1.041V417h-1.041v-1.079a3.13 3.13 0 0 1-.901.889c-.373.253-.8.38-1.283.38a2.816 2.816 0 0 1-1.485-.406 3.081 3.081 0 0 1-1.079-1.155c-.263-.491-.394-1.058-.394-1.701 0-.703.131-1.308.394-1.816a2.89 2.89 0 0 1 1.104-1.168 2.98 2.98 0 0 1 1.562-.419Zm.19 1.016c-.457 0-.846.114-1.168.343a2.328 2.328 0 0 0-.749.888 2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.17.338.407.609.711.812a1.94 1.94 0 0 0 1.079.305c.39 0 .737-.102 1.041-.305a2.12 2.12 0 0 0 .724-.838c.178-.364.262-.77.254-1.219l-.013-1.218a3.311 3.311 0 0 0-.85-.775 1.895 1.895 0 0 0-1.029-.279Zm6.132-.889v1.003c.136-.169.309-.338.521-.508.211-.177.448-.325.711-.444.27-.118.55-.178.837-.178.432 0 .826.098 1.181.292.356.187.639.474.851.864.211.381.317.863.317 1.447V417h-1.041l-.013-3.771c0-.55-.122-.969-.368-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.677.127-1.016.381-.33.245-.622.533-.876.863V417h-1.041v-6.348h1.041Zm13.064-.127c.465 0 .867.077 1.206.229.338.144.571.275.698.393v1.054a3.74 3.74 0 0 0-.813-.457c-.304-.135-.668-.203-1.091-.203-.449 0-.843.11-1.181.33a2.171 2.171 0 0 0-.787.851 2.466 2.466 0 0 0-.267 1.142c0 .407.089.787.267 1.143.186.347.448.63.787.85.338.212.732.318 1.181.318.423 0 .787-.064 1.091-.191.305-.135.576-.292.813-.469v1.053c-.127.127-.36.263-.698.407-.339.143-.741.215-1.206.215-.644 0-1.215-.152-1.714-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.327 3.327 0 0 1 1.181-1.219c.499-.304 1.07-.457 1.714-.457Zm6.233 0c.364 0 .732.089 1.104.267.381.169.707.406.978.711v-.851h1.041V417h-1.041v-1.079c-.22.338-.52.635-.901.889-.373.253-.8.38-1.283.38a2.819 2.819 0 0 1-1.485-.406 3.09 3.09 0 0 1-1.079-1.155c-.262-.491-.394-1.058-.394-1.701 0-.703.132-1.308.394-1.816a2.89 2.89 0 0 1 1.104-1.168 2.98 2.98 0 0 1 1.562-.419Zm.19 1.016c-.457 0-.846.114-1.168.343a2.328 2.328 0 0 0-.749.888 2.66 2.66 0 0 0-.253 1.156c0 .406.084.783.253 1.13.17.338.407.609.711.812.314.203.673.305 1.079.305.39 0 .737-.102 1.041-.305a2.12 2.12 0 0 0 .724-.838c.178-.364.262-.77.254-1.219l-.013-1.218a3.311 3.311 0 0 0-.85-.775 1.893 1.893 0 0 0-1.029-.279Zm6.132-.889v1.003c.136-.169.309-.338.521-.508.211-.177.448-.325.711-.444.271-.118.55-.178.838-.178.431 0 .825.098 1.18.292.356.187.639.474.851.864.211.381.317.863.317 1.447V417h-1.041l-.012-3.771c0-.55-.123-.969-.369-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.677.127-1.016.381-.33.245-.622.533-.876.863V417h-1.041v-6.348h1.041Zm9.255-.127c.466 0 .868.077 1.206.229.339.144.571.275.698.393v1.054a3.732 3.732 0 0 0-.812-.457c-.305-.135-.669-.203-1.092-.203-.448 0-.842.11-1.181.33-.338.212-.6.495-.787.851a2.478 2.478 0 0 0-.266 1.142c0 .407.089.787.266 1.143.187.347.449.63.787.85.339.212.733.318 1.181.318.423 0 .787-.064 1.092-.191.305-.135.575-.292.812-.469v1.053c-.127.127-.359.263-.698.407-.338.143-.74.215-1.206.215-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.139-1.155.419-1.663a3.324 3.324 0 0 1 1.18-1.219c.5-.304 1.071-.457 1.714-.457Zm6.234 0c.651 0 1.193.136 1.625.407.431.27.753.639.964 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.369.978.194.296.448.533.761.711.313.169.673.254 1.079.254a2.53 2.53 0 0 0 1.283-.343 4.865 4.865 0 0 0 1.003-.774l-.013 1.13a2.584 2.584 0 0 1-.533.457 3.333 3.333 0 0 1-.8.38c-.296.11-.609.165-.94.165-.643 0-1.214-.152-1.713-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.131-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.836 2.836 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533-.339.347-.551.77-.635 1.27h3.821c-.042-.415-.161-.754-.355-1.016a1.75 1.75 0 0 0-.686-.584 1.882 1.882 0 0 0-.85-.203Zm5.674-3.682V417h-1.041v-9.141h1.041Zm7.719.965v1.828h1.854v.978h-1.854v3.72c0 .262.068.469.203.622.136.152.343.228.622.228.254 0 .466-.029.635-.089.169-.067.317-.139.444-.215v.85a2.058 2.058 0 0 1-.546.317c-.186.085-.44.127-.761.127-.542 0-.952-.16-1.232-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.415-.186.762-.491 1.041-.914.28-.432.525-.96.737-1.587h.482Zm6.856 1.701c.431 0 .825.098 1.18.292.356.187.639.474.851.864.211.381.317.863.317 1.447V417h-1.041l-.013-3.771c0-.55-.122-.969-.368-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.677.127-1.016.381-.33.245-.622.533-.876.863V417h-1.041v-9.141h1.041v3.796c.136-.169.309-.338.521-.508.211-.177.448-.325.711-.444.27-.118.55-.178.838-.178Zm6.931 0c.652 0 1.194.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .885-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.012 1.13a2.593 2.593 0 0 1-.534.457 3.325 3.325 0 0 1-.799.38c-.297.11-.61.165-.94.165-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.21 3.21 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.634 1.27h3.821c-.043-.415-.161-.754-.356-1.016a1.74 1.74 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm11.312-1.016c.465 0 .867.077 1.206.229.338.144.571.275.698.393v1.054a3.755 3.755 0 0 0-.812-.457c-.305-.135-.669-.203-1.092-.203-.449 0-.842.11-1.181.33a2.178 2.178 0 0 0-.787.851 2.466 2.466 0 0 0-.267 1.142c0 .407.089.787.267 1.143.186.347.449.63.787.85.339.212.732.318 1.181.318.423 0 .787-.064 1.092-.191.304-.135.575-.292.812-.469v1.053c-.127.127-.36.263-.698.407-.339.143-.741.215-1.206.215-.644 0-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.334 3.334 0 0 1 1.181-1.219c.499-.304 1.07-.457 1.714-.457Zm6.728 0c.432 0 .825.098 1.181.292.355.187.639.474.85.864.212.381.318.863.318 1.447V417h-1.041l-.013-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.678.127-1.016.381-.33.245-.622.533-.876.863V417h-1.041v-9.141h1.041v3.796c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178Zm6.932 0c.364 0 .732.089 1.104.267.381.169.707.406.978.711v-.851h1.041V417h-1.041v-1.079a3.13 3.13 0 0 1-.901.889c-.373.253-.8.38-1.283.38a2.819 2.819 0 0 1-1.485-.406 3.081 3.081 0 0 1-1.079-1.155c-.263-.491-.394-1.058-.394-1.701 0-.703.131-1.308.394-1.816a2.89 2.89 0 0 1 1.104-1.168 2.98 2.98 0 0 1 1.562-.419Zm.19 1.016c-.457 0-.846.114-1.168.343a2.328 2.328 0 0 0-.749.888 2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.17.338.407.609.711.812a1.94 1.94 0 0 0 1.079.305c.39 0 .737-.102 1.041-.305a2.12 2.12 0 0 0 .724-.838c.178-.364.262-.77.254-1.219l-.013-1.218a3.311 3.311 0 0 0-.85-.775 1.895 1.895 0 0 0-1.029-.279Zm6.132-.889v1.003c.136-.169.309-.338.521-.508.211-.177.448-.325.711-.444.27-.118.55-.178.837-.178.432 0 .826.098 1.181.292.356.187.639.474.851.864.211.381.317.863.317 1.447V417h-1.041l-.013-3.771c0-.55-.122-.969-.368-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.677.127-1.016.381-.33.245-.622.533-.876.863V417h-1.041v-6.348h1.041Zm9.001-.127c.364 0 .732.089 1.105.267.38.169.706.406.977.711v-.851h1.041v6.221c0 .753-.152 1.38-.457 1.879a2.87 2.87 0 0 1-1.219 1.117 3.76 3.76 0 0 1-1.663.368c-.389 0-.723-.046-1.003-.139a2.581 2.581 0 0 1-.698-.33c-.195-.127-.372-.25-.533-.369v-1.117c.127.093.292.212.495.356.212.152.461.287.749.406.296.118.626.178.99.178.415 0 .796-.076 1.143-.229.347-.152.626-.376.838-.673.211-.296.317-.651.317-1.066v-1.333c-.22.338-.52.635-.901.889-.373.253-.8.38-1.282.38a2.82 2.82 0 0 1-1.486-.406 3.09 3.09 0 0 1-1.079-1.155c-.262-.491-.393-1.058-.393-1.701 0-.703.131-1.308.393-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419Zm.191 1.029c-.457 0-.847.114-1.168.342a2.225 2.225 0 0 0-.749.876c-.17.356-.254.741-.254 1.156 0 .406.084.778.254 1.117.169.338.406.609.71.812.314.204.673.305 1.08.305.389 0 .736-.101 1.041-.305.304-.203.546-.482.723-.837.178-.356.263-.758.254-1.207l-.013-1.218a3.082 3.082 0 0 0-.85-.762 1.892 1.892 0 0 0-1.028-.279Zm7.706-1.029c.651 0 1.193.136 1.625.407.431.27.753.639.964 1.104.22.466.331.99.331 1.574v.622h-4.875c.05.356.173.682.368.978.194.296.448.533.761.711a2.24 2.24 0 0 0 1.08.254c.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.584 2.584 0 0 1-.533.457 3.333 3.333 0 0 1-.8.38c-.296.11-.609.165-.939.165-.644 0-1.215-.152-1.714-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.131-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.836 2.836 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533-.339.347-.55.77-.635 1.27h3.821c-.042-.415-.161-.754-.355-1.016a1.742 1.742 0 0 0-.686-.584 1.882 1.882 0 0 0-.85-.203Zm6.525-1.016a3.2 3.2 0 0 1 1.041.165c.322.102.554.208.698.318v1.117a3.314 3.314 0 0 0-.723-.394 2.422 2.422 0 0 0-.94-.19c-.398 0-.698.093-.901.279-.195.187-.292.381-.292.584 0 .161.055.326.165.495.118.161.321.292.609.394l1.067.381c.414.144.723.351.926.622.204.271.305.588.305.952 0 .356-.101.681-.305.978a2.06 2.06 0 0 1-.825.711c-.347.169-.749.253-1.206.253-.245 0-.503-.033-.774-.101a4.601 4.601 0 0 1-.711-.216 3.253 3.253 0 0 1-.47-.241v-1.117c.119.084.284.182.495.292.22.101.453.19.698.266.246.068.474.102.686.102.398 0 .711-.089.939-.267.237-.178.356-.398.356-.66a.568.568 0 0 0-.241-.482c-.153-.119-.377-.233-.673-.343l-.94-.343c-.491-.186-.816-.419-.977-.698a1.97 1.97 0 0 1-.241-.978c0-.541.203-.99.609-1.345.406-.356.948-.534 1.625-.534Z"}),h.createElement("path",{stroke:"#6C65E5",strokeLinecap:"round",strokeWidth:1.5,d:"M479 382v-92"}),h.createElement("circle",{cx:258,cy:319,r:5,fill:"#6C65E5",stroke:"#F7F7FA",strokeWidth:2}),h.createElement("path",{stroke:"#6C65E5",strokeLinecap:"round",strokeWidth:1.5,d:"M258 315v-46"}),h.createElement("path",{fill:"#615BC2",d:"M180.389 234.494v1.079h-2.933v7.389h-1.143v-7.389h-2.932v-1.079h7.008Zm4.557 2.031c.432 0 .825.098 1.181.292.355.187.639.474.851.864.211.381.317.863.317 1.447V243h-1.041l-.013-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.678.127-1.016.381-.33.245-.622.533-.876.863V243h-1.041v-9.141h1.041v3.796c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.551-.178.838-.178Zm6.932 0c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.173.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.557 2.557 0 0 1-.533.457 3.315 3.315 0 0 1-.8.38c-.296.11-.609.165-.939.165-.643 0-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.132-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.839 2.839 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.339.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.747 1.747 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm13.635-.889v3.758c0 .559-.119 1.041-.356 1.447-.237.407-.558.72-.965.94a2.83 2.83 0 0 1-1.371.33 2.83 2.83 0 0 1-1.371-.33 2.449 2.449 0 0 1-.965-.94c-.237-.406-.355-.888-.355-1.447v-3.758h1.079v3.758c0 .55.161.973.482 1.27.33.287.707.431 1.13.431.423 0 .796-.144 1.117-.431.331-.297.496-.72.496-1.27v-3.758h1.079Zm3.859-.127a3.2 3.2 0 0 1 1.041.165c.322.102.554.208.698.318v1.117a3.314 3.314 0 0 0-.723-.394 2.422 2.422 0 0 0-.94-.19c-.398 0-.698.093-.901.279-.195.187-.292.381-.292.584 0 .161.055.326.165.495.118.161.322.292.609.394l1.067.381c.414.144.723.351.926.622.204.271.305.588.305.952 0 .356-.101.681-.305.978a2.06 2.06 0 0 1-.825.711c-.347.169-.749.253-1.206.253-.245 0-.503-.033-.774-.101a4.601 4.601 0 0 1-.711-.216 3.253 3.253 0 0 1-.47-.241v-1.117c.119.084.284.182.495.292.22.101.453.19.698.266.246.068.474.102.686.102.398 0 .711-.089.939-.267.237-.178.356-.398.356-.66a.566.566 0 0 0-.241-.482c-.153-.119-.377-.233-.673-.343l-.94-.343c-.49-.186-.816-.419-.977-.698a1.97 1.97 0 0 1-.241-.978c0-.541.203-.99.609-1.345.406-.356.948-.534 1.625-.534Zm6.157 0c.652 0 1.194.136 1.625.407.432.27.754.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .885-.114 1.282-.343a4.812 4.812 0 0 0 1.003-.774l-.012 1.13a2.593 2.593 0 0 1-.534.457 3.325 3.325 0 0 1-.799.38c-.297.11-.61.165-.94.165-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.21 3.21 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.524 0-.956.178-1.295.533-.338.347-.55.77-.634 1.27h3.821c-.042-.415-.161-.754-.356-1.016a1.74 1.74 0 0 0-.685-.584 1.883 1.883 0 0 0-.851-.203Zm5.675-.889v1.27c.246-.423.542-.762.889-1.016s.702-.381 1.066-.381c.246 0 .466.043.66.127v1.206a1.583 1.583 0 0 0-.812-.241c-.432 0-.783.153-1.054.457a6.692 6.692 0 0 0-.749 1.092V243h-1.041v-6.348h1.041Zm10.626-.127c.466 0 .868.077 1.206.229.339.144.571.275.698.393v1.054a3.732 3.732 0 0 0-.812-.457c-.305-.135-.669-.203-1.092-.203-.448 0-.842.11-1.181.33-.338.212-.6.495-.787.851a2.478 2.478 0 0 0-.266 1.142c0 .407.089.787.266 1.143.187.347.449.63.787.85.339.212.733.318 1.181.318.423 0 .787-.064 1.092-.191.305-.135.575-.292.812-.469v1.053c-.127.127-.359.263-.698.407-.338.143-.74.215-1.206.215-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.139-1.155.419-1.663a3.324 3.324 0 0 1 1.18-1.219c.5-.304 1.071-.457 1.714-.457Zm6.233 0c.364 0 .733.089 1.105.267.381.169.707.406.978.711v-.851h1.041V243h-1.041v-1.079a3.135 3.135 0 0 1-.902.889c-.372.253-.8.38-1.282.38a2.814 2.814 0 0 1-1.485-.406 3.084 3.084 0 0 1-1.08-1.155c-.262-.491-.393-1.058-.393-1.701 0-.703.131-1.308.393-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419Zm.191 1.016c-.457 0-.846.114-1.168.343a2.319 2.319 0 0 0-.749.888 2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.169.338.406.609.711.812a1.94 1.94 0 0 0 1.079.305c.389 0 .736-.102 1.041-.305a2.12 2.12 0 0 0 .724-.838 2.64 2.64 0 0 0 .254-1.219l-.013-1.218a3.315 3.315 0 0 0-.851-.775 1.892 1.892 0 0 0-1.028-.279Zm6.132-.889v1.003c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178.432 0 .825.098 1.181.292.355.187.639.474.85.864.212.381.318.863.318 1.447V243h-1.041l-.013-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.605-.432-1.105-.432-.338 0-.677.127-1.015.381-.33.245-.622.533-.876.863V243h-1.041v-6.348h1.041Zm12.086-.127a3.2 3.2 0 0 1 1.041.165c.321.102.554.208.698.318v1.117a3.324 3.324 0 0 0-.724-.394 2.417 2.417 0 0 0-.939-.19c-.398 0-.698.093-.902.279-.194.187-.292.381-.292.584 0 .161.056.326.166.495.118.161.321.292.609.394l1.066.381c.415.144.724.351.927.622.203.271.305.588.305.952 0 .356-.102.681-.305.978-.195.296-.47.533-.825.711-.347.169-.749.253-1.206.253a3.18 3.18 0 0 1-.775-.101 4.67 4.67 0 0 1-.711-.216 3.231 3.231 0 0 1-.469-.241v-1.117c.118.084.283.182.495.292.22.101.453.19.698.266.246.068.474.102.686.102.397 0 .711-.089.939-.267.237-.178.356-.398.356-.66a.567.567 0 0 0-.242-.482c-.152-.119-.376-.233-.672-.343l-.94-.343c-.491-.186-.817-.419-.977-.698a1.97 1.97 0 0 1-.242-.978c0-.541.203-.99.61-1.345.406-.356.948-.534 1.625-.534Zm8.734.127v3.758c0 .559-.118 1.041-.355 1.447-.237.407-.559.72-.965.94-.407.22-.864.33-1.371.33a2.83 2.83 0 0 1-1.371-.33 2.442 2.442 0 0 1-.965-.94c-.237-.406-.356-.888-.356-1.447v-3.758h1.079v3.758c0 .55.161.973.483 1.27.33.287.706.431 1.13.431.423 0 .795-.144 1.117-.431.33-.297.495-.72.495-1.27v-3.758h1.079Zm5.091-.127c.584 0 1.104.14 1.561.419.466.271.83.66 1.092 1.168.271.508.406 1.113.406 1.816 0 .643-.135 1.21-.406 1.701a2.988 2.988 0 0 1-1.066 1.155c-.44.271-.935.406-1.486.406-.482 0-.914-.127-1.294-.38a3.173 3.173 0 0 1-.889-.889V243h-1.041v-9.141h1.041v3.644a2.85 2.85 0 0 1 .965-.711 2.627 2.627 0 0 1 1.117-.267Zm-.191 1.029c-.389 0-.732.093-1.028.279-.296.178-.58.432-.85.762l-.013 1.218c0 .449.084.851.254 1.207.177.355.419.634.723.837a1.87 1.87 0 0 0 1.041.305c.415 0 .775-.101 1.079-.305.305-.203.542-.474.711-.812.17-.339.254-.711.254-1.117 0-.415-.089-.8-.266-1.156a2.142 2.142 0 0 0-.737-.876c-.321-.228-.711-.342-1.168-.342Zm6.005-.902v.813c.203-.229.462-.44.775-.635a2.07 2.07 0 0 1 1.13-.305c.457 0 .884.11 1.282.33.398.212.702.534.914.965a5.45 5.45 0 0 1 .965-.914 2.007 2.007 0 0 1 1.219-.381c.431 0 .833.098 1.206.292.38.187.685.474.914.864.237.381.355.863.355 1.447V243h-1.041l-.013-3.771c0-.55-.143-.969-.431-1.256-.28-.288-.669-.432-1.168-.432-.364 0-.682.114-.952.343a5.79 5.79 0 0 0-.775.8V243h-1.041l-.012-3.771c0-.55-.144-.969-.432-1.256-.279-.288-.669-.432-1.168-.432-.347 0-.664.102-.952.305-.28.203-.538.448-.775.736V243h-1.041v-6.348h1.041Zm11.743-3.047c.246 0 .449.089.61.267a.817.817 0 0 1 .254.597c0 .22-.085.419-.254.596a.787.787 0 0 1-.61.267.827.827 0 0 1-.622-.267.868.868 0 0 1-.241-.596.84.84 0 0 1 .241-.597.827.827 0 0 1 .622-.267Zm.648 3.047V243h-1.041v-5.37h-1.003v-.978h2.044Zm3.999-1.828v1.828h1.853v.978h-1.853v3.72c0 .262.068.469.203.622.136.152.343.228.622.228.254 0 .466-.029.635-.089.169-.067.317-.139.444-.215v.85a2.058 2.058 0 0 1-.546.317c-.186.085-.44.127-.761.127-.542 0-.952-.16-1.232-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.415-.186.762-.491 1.041-.914.28-.432.525-.96.737-1.587h.482Zm10.423 1.701c.465 0 .867.077 1.206.229.338.144.571.275.698.393v1.054a3.755 3.755 0 0 0-.812-.457c-.305-.135-.669-.203-1.092-.203-.449 0-.842.11-1.181.33a2.178 2.178 0 0 0-.787.851 2.466 2.466 0 0 0-.267 1.142c0 .407.089.787.267 1.143.186.347.449.63.787.85.339.212.732.318 1.181.318.423 0 .787-.064 1.092-.191.304-.135.575-.292.812-.469v1.053c-.127.127-.36.263-.698.407-.339.143-.741.215-1.206.215-.643 0-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.334 3.334 0 0 1 1.181-1.219c.499-.304 1.071-.457 1.714-.457Zm6.728 0c.432 0 .826.098 1.181.292.355.187.639.474.851.864.211.381.317.863.317 1.447V243h-1.041l-.013-3.771c0-.55-.122-.969-.368-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.677.127-1.016.381-.33.245-.622.533-.876.863V243h-1.041v-9.141h1.041v3.796c.135-.169.309-.338.521-.508a3.08 3.08 0 0 1 .71-.444c.271-.118.551-.178.838-.178Zm6.932 0c.364 0 .732.089 1.104.267.381.169.707.406.978.711v-.851h1.041V243h-1.041v-1.079c-.22.338-.52.635-.901.889-.373.253-.8.38-1.283.38a2.819 2.819 0 0 1-1.485-.406 3.09 3.09 0 0 1-1.079-1.155c-.262-.491-.394-1.058-.394-1.701 0-.703.132-1.308.394-1.816a2.89 2.89 0 0 1 1.104-1.168 2.98 2.98 0 0 1 1.562-.419Zm.19 1.016c-.457 0-.846.114-1.168.343a2.328 2.328 0 0 0-.749.888 2.66 2.66 0 0 0-.253 1.156c0 .406.084.783.253 1.13.17.338.407.609.711.812.314.203.673.305 1.079.305.39 0 .737-.102 1.041-.305a2.12 2.12 0 0 0 .724-.838c.178-.364.262-.77.254-1.219l-.013-1.218a3.311 3.311 0 0 0-.85-.775 1.893 1.893 0 0 0-1.029-.279Zm6.132-.889v1.003c.136-.169.309-.338.521-.508.211-.177.448-.325.711-.444.271-.118.55-.178.838-.178.431 0 .825.098 1.18.292.356.187.639.474.851.864.211.381.317.863.317 1.447V243h-1.041l-.012-3.771c0-.55-.123-.969-.369-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.677.127-1.016.381-.33.245-.622.533-.876.863V243h-1.041v-6.348h1.041Zm9.001-.127c.364 0 .732.089 1.105.267.381.169.706.406.977.711v-.851h1.041v6.221c0 .753-.152 1.38-.457 1.879a2.864 2.864 0 0 1-1.219 1.117 3.76 3.76 0 0 1-1.663.368c-.389 0-.723-.046-1.003-.139a2.581 2.581 0 0 1-.698-.33c-.194-.127-.372-.25-.533-.369v-1.117c.127.093.292.212.495.356.212.152.461.287.749.406.296.118.626.178.99.178.415 0 .796-.076 1.143-.229.347-.152.626-.376.838-.673.211-.296.317-.651.317-1.066v-1.333c-.22.338-.52.635-.901.889-.373.253-.8.38-1.282.38a2.82 2.82 0 0 1-1.486-.406 3.09 3.09 0 0 1-1.079-1.155c-.262-.491-.393-1.058-.393-1.701 0-.703.131-1.308.393-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419Zm.191 1.029c-.457 0-.847.114-1.168.342a2.225 2.225 0 0 0-.749.876c-.17.356-.254.741-.254 1.156 0 .406.084.778.254 1.117.169.338.406.609.711.812a1.93 1.93 0 0 0 1.079.305c.389 0 .736-.101 1.041-.305.304-.203.546-.482.723-.837.178-.356.263-.758.254-1.207l-.012-1.218a3.1 3.1 0 0 0-.851-.762 1.892 1.892 0 0 0-1.028-.279Zm7.706-1.029c.651 0 1.193.136 1.625.407a2.5 2.5 0 0 1 .965 1.104c.22.466.33.99.33 1.574v.622h-4.875c.05.356.173.682.368.978.194.296.448.533.762.711.313.169.672.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.557 2.557 0 0 1-.533.457 3.333 3.333 0 0 1-.8.38c-.296.11-.609.165-.939.165-.644 0-1.215-.152-1.714-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.131-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.836 2.836 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533-.339.347-.55.77-.635 1.27h3.821c-.042-.415-.16-.754-.355-1.016a1.742 1.742 0 0 0-.686-.584 1.882 1.882 0 0 0-.85-.203Zm6.525-1.016c.372 0 .72.055 1.041.165.322.102.554.208.698.318v1.117a3.314 3.314 0 0 0-.723-.394 2.422 2.422 0 0 0-.94-.19c-.398 0-.698.093-.901.279-.195.187-.292.381-.292.584 0 .161.055.326.165.495.118.161.322.292.609.394l1.067.381c.414.144.723.351.926.622.204.271.305.588.305.952 0 .356-.101.681-.305.978a2.06 2.06 0 0 1-.825.711c-.347.169-.749.253-1.206.253-.245 0-.503-.033-.774-.101a4.601 4.601 0 0 1-.711-.216 3.253 3.253 0 0 1-.47-.241v-1.117c.119.084.284.182.495.292.22.101.453.19.699.266.245.068.473.102.685.102.398 0 .711-.089.94-.267.237-.178.355-.398.355-.66a.566.566 0 0 0-.241-.482c-.153-.119-.377-.233-.673-.343l-.94-.343c-.49-.186-.816-.419-.977-.698a1.97 1.97 0 0 1-.241-.978c0-.541.203-.99.609-1.345.406-.356.948-.534 1.625-.534Zm9.103-1.701v1.828h1.853v.978h-1.853v3.72c0 .262.067.469.203.622.135.152.343.228.622.228.254 0 .465-.029.635-.089.169-.067.317-.139.444-.215v.85a2.058 2.058 0 0 1-.546.317c-.186.085-.44.127-.762.127-.541 0-.952-.16-1.231-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.415-.186.762-.491 1.041-.914.279-.432.525-.96.736-1.587h.483Zm6.614 1.701c.643 0 1.214.153 1.714.457.499.305.888.711 1.168 1.219.287.508.431 1.062.431 1.663a3.32 3.32 0 0 1-.431 1.663c-.28.5-.669.902-1.168 1.206-.5.305-1.071.457-1.714.457s-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.334 3.334 0 0 1 1.181-1.219c.499-.304 1.071-.457 1.714-.457Zm0 1.016c-.449 0-.842.11-1.181.33a2.178 2.178 0 0 0-.787.851 2.465 2.465 0 0 0-.266 1.142c0 .407.088.787.266 1.143.186.347.449.63.787.85.339.212.732.318 1.181.318.457 0 .85-.106 1.181-.318a2.2 2.2 0 0 0 .774-.85 2.43 2.43 0 0 0 .279-1.143 2.38 2.38 0 0 0-.279-1.142 2.09 2.09 0 0 0-.774-.851c-.331-.22-.724-.33-1.181-.33Zm11.959-1.016c.584 0 1.104.14 1.561.419.466.271.83.66 1.092 1.168.271.508.406 1.113.406 1.816 0 .643-.135 1.21-.406 1.701a2.988 2.988 0 0 1-1.066 1.155c-.44.271-.935.406-1.486.406-.482 0-.914-.127-1.294-.38a3.173 3.173 0 0 1-.889-.889V243h-1.041v-9.141h1.041v3.644a2.85 2.85 0 0 1 .965-.711 2.627 2.627 0 0 1 1.117-.267Zm-.191 1.029c-.389 0-.732.093-1.028.279-.296.178-.58.432-.85.762l-.013 1.218c0 .449.084.851.254 1.207.177.355.419.634.723.837a1.87 1.87 0 0 0 1.041.305c.415 0 .775-.101 1.08-.305.304-.203.541-.474.71-.812.17-.339.254-.711.254-1.117 0-.415-.089-.8-.266-1.156a2.142 2.142 0 0 0-.737-.876c-.321-.228-.711-.342-1.168-.342Zm7.58-1.029c.651 0 1.193.136 1.625.407.431.27.753.639.964 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.369.978.194.296.448.533.761.711a2.24 2.24 0 0 0 1.079.254 2.53 2.53 0 0 0 1.283-.343 4.865 4.865 0 0 0 1.003-.774l-.013 1.13a2.584 2.584 0 0 1-.533.457 3.333 3.333 0 0 1-.8.38c-.296.11-.609.165-.94.165-.643 0-1.214-.152-1.713-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.131-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.836 2.836 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533-.339.347-.55.77-.635 1.27h3.821c-.042-.415-.161-.754-.355-1.016a1.75 1.75 0 0 0-.686-.584 1.882 1.882 0 0 0-.85-.203Zm9.483-.889v1.27c.245-.423.542-.762.889-1.016s.702-.381 1.066-.381c.245 0 .466.043.66.127v1.206a1.585 1.585 0 0 0-.812-.241c-.432 0-.783.153-1.054.457a6.692 6.692 0 0 0-.749 1.092V243h-1.041v-6.348h1.041Zm6.563-.127c.652 0 1.194.136 1.625.407.432.27.754.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.369.978.194.296.448.533.761.711.313.169.673.254 1.079.254a2.53 2.53 0 0 0 1.283-.343 4.83 4.83 0 0 0 1.002-.774l-.012 1.13a2.584 2.584 0 0 1-.533.457 3.351 3.351 0 0 1-.8.38 2.68 2.68 0 0 1-.94.165c-.643 0-1.214-.152-1.714-.457a3.35 3.35 0 0 1-1.18-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.203 3.203 0 0 1 1.08-1.219 2.835 2.835 0 0 1 1.586-.457Zm0 1.016c-.524 0-.956.178-1.294.533-.339.347-.551.77-.635 1.27h3.821c-.042-.415-.161-.754-.355-1.016a1.75 1.75 0 0 0-.686-.584 1.883 1.883 0 0 0-.851-.203Zm10.233-.889L404.689 243h-.647l-2.856-6.348h1.244l1.917 4.672 2.082-4.672h1.244Zm2.285-3.047c.245 0 .449.089.609.267.17.169.254.368.254.597a.84.84 0 0 1-.254.596.785.785 0 0 1-.609.267.825.825 0 0 1-.622-.267.864.864 0 0 1-.241-.596c0-.229.08-.428.241-.597a.825.825 0 0 1 .622-.267Zm.647 3.047V243h-1.041v-5.37h-1.002v-.978h2.043Zm4.863-.127c.651 0 1.193.136 1.625.407a2.5 2.5 0 0 1 .965 1.104c.22.466.33.99.33 1.574v.622h-4.875c.05.356.173.682.368.978.195.296.448.533.762.711.313.169.672.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.557 2.557 0 0 1-.533.457 3.333 3.333 0 0 1-.8.38c-.296.11-.609.165-.939.165-.644 0-1.215-.152-1.714-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.131-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.836 2.836 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533-.339.347-.55.77-.635 1.27h3.821c-.042-.415-.16-.754-.355-1.016a1.742 1.742 0 0 0-.686-.584 1.88 1.88 0 0 0-.85-.203Zm12.962-.889L426.208 243h-.647l-1.74-4.481-1.739 4.481h-.647l-2.222-6.348h1.244l1.409 4.456 1.663-4.456h.584l1.663 4.456 1.41-4.456h1.244Zm3.884-.127c.652 0 1.194.136 1.625.407.432.27.754.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.369.978.194.296.448.533.761.711.313.169.673.254 1.079.254a2.53 2.53 0 0 0 1.283-.343 4.865 4.865 0 0 0 1.003-.774l-.013 1.13a2.584 2.584 0 0 1-.533.457 3.351 3.351 0 0 1-.8.38 2.68 2.68 0 0 1-.94.165c-.643 0-1.214-.152-1.714-.457a3.35 3.35 0 0 1-1.18-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.212 3.212 0 0 1 1.08-1.219 2.835 2.835 0 0 1 1.586-.457Zm0 1.016c-.524 0-.956.178-1.294.533-.339.347-.551.77-.635 1.27h3.821c-.042-.415-.161-.754-.355-1.016a1.75 1.75 0 0 0-.686-.584 1.883 1.883 0 0 0-.851-.203Zm10.373-3.682V243h-1.041v-1.079a3.135 3.135 0 0 1-.902.889c-.372.253-.8.38-1.282.38a2.814 2.814 0 0 1-1.485-.406 3.084 3.084 0 0 1-1.08-1.155c-.262-.491-.393-1.058-.393-1.701 0-.703.131-1.308.393-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419c.364 0 .733.089 1.105.267.381.169.707.406.978.711v-3.644h1.041Zm-2.933 3.707c-.457 0-.846.115-1.168.343-.322.22-.571.508-.749.863a2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.169.338.406.609.711.812a1.94 1.94 0 0 0 1.079.305c.389 0 .736-.102 1.041-.305a2.12 2.12 0 0 0 .724-.838 2.64 2.64 0 0 0 .254-1.219l-.013-1.218a3.1 3.1 0 0 0-.851-.762 1.957 1.957 0 0 0-1.028-.267Zm-262.806 13.959c.643 0 1.215.153 1.714.457a3.23 3.23 0 0 1 1.168 1.219c.288.508.432 1.062.432 1.663a3.31 3.31 0 0 1-.432 1.663c-.279.5-.669.902-1.168 1.206-.499.305-1.071.457-1.714.457s-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.139-1.155.419-1.663a3.324 3.324 0 0 1 1.18-1.219c.5-.304 1.071-.457 1.714-.457Zm0 1.016c-.448 0-.842.11-1.18.33a2.18 2.18 0 0 0-.788.851 2.478 2.478 0 0 0-.266 1.142c0 .407.089.787.266 1.143a2.3 2.3 0 0 0 .788.85c.338.212.732.318 1.18.318.457 0 .851-.106 1.181-.318.338-.22.597-.503.774-.85.187-.356.28-.736.28-1.143a2.37 2.37 0 0 0-.28-1.142 2.083 2.083 0 0 0-.774-.851c-.33-.22-.724-.33-1.181-.33Zm6.069-.889v1.27a3.26 3.26 0 0 1 .888-1.016c.347-.254.703-.381 1.067-.381.245 0 .465.043.66.127v1.206a1.589 1.589 0 0 0-.813-.241c-.431 0-.783.153-1.053.457a6.63 6.63 0 0 0-.749 1.092V258h-1.041v-6.348h1.041Zm9.508-1.828v1.828h1.854v.978h-1.854v3.72c0 .262.068.469.204.622.135.152.342.228.622.228.253 0 .465-.029.634-.089.17-.067.318-.139.445-.215v.85a2.09 2.09 0 0 1-.546.317c-.186.085-.44.127-.762.127-.542 0-.952-.16-1.231-.482-.271-.33-.407-.766-.407-1.308v-3.77h-1.218v-.305c.414-.186.761-.491 1.041-.914.279-.432.524-.96.736-1.587h.482Zm6.856 1.701c.431 0 .825.098 1.181.292.355.187.639.474.85.864.212.381.317.863.317 1.447V258h-1.041l-.012-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.606-.432-1.105-.432-.338 0-.677.127-1.015.381a4.394 4.394 0 0 0-.876.863V258h-1.041v-9.141h1.041v3.796c.135-.169.308-.338.52-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178Zm6.931 0c.652 0 1.194.136 1.626.407.431.27.753.639.964 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.369.978.194.296.448.533.761.711.313.169.673.254 1.079.254a2.53 2.53 0 0 0 1.283-.343 4.865 4.865 0 0 0 1.003-.774l-.013 1.13a2.584 2.584 0 0 1-.533.457 3.333 3.333 0 0 1-.8.38 2.68 2.68 0 0 1-.94.165c-.643 0-1.214-.152-1.713-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.212 3.212 0 0 1 1.08-1.219 2.835 2.835 0 0 1 1.586-.457Zm0 1.016c-.524 0-.956.178-1.294.533-.339.347-.551.77-.635 1.27h3.821c-.042-.415-.161-.754-.355-1.016a1.75 1.75 0 0 0-.686-.584 1.883 1.883 0 0 0-.851-.203Zm4.99-.889 2.221 4.672 2.159-4.672h1.244l-4.672 9.395h-1.206l1.815-3.428-2.805-5.967h1.244Zm13.571-.127c.466 0 .868.077 1.206.229.339.144.571.275.698.393v1.054a3.732 3.732 0 0 0-.812-.457c-.305-.135-.669-.203-1.092-.203-.449 0-.842.11-1.181.33a2.178 2.178 0 0 0-.787.851 2.478 2.478 0 0 0-.266 1.142c0 .407.089.787.266 1.143.186.347.449.63.787.85.339.212.732.318 1.181.318.423 0 .787-.064 1.092-.191.305-.135.575-.292.812-.469v1.053c-.127.127-.359.263-.698.407-.338.143-.74.215-1.206.215-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.139-1.155.419-1.663a3.324 3.324 0 0 1 1.18-1.219c.5-.304 1.071-.457 1.714-.457Zm6.233 0c.364 0 .733.089 1.105.267.381.169.707.406.977.711v-.851h1.041V258h-1.041v-1.079c-.22.338-.52.635-.901.889-.372.253-.8.38-1.282.38a2.814 2.814 0 0 1-1.485-.406 3.084 3.084 0 0 1-1.08-1.155c-.262-.491-.393-1.058-.393-1.701 0-.703.131-1.308.393-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419Zm.191 1.016c-.457 0-.846.114-1.168.343a2.319 2.319 0 0 0-.749.888 2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.169.338.406.609.711.812a1.94 1.94 0 0 0 1.079.305c.389 0 .736-.102 1.041-.305a2.12 2.12 0 0 0 .724-.838c.177-.364.262-.77.253-1.219l-.012-1.218a3.315 3.315 0 0 0-.851-.775 1.892 1.892 0 0 0-1.028-.279Zm6.132-.889v1.003c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178.432 0 .825.098 1.181.292.355.187.639.474.85.864.212.381.318.863.318 1.447V258h-1.041l-.013-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.605-.432-1.105-.432-.338 0-.677.127-1.015.381-.33.245-.622.533-.876.863V258h-1.041v-6.348h1.041Zm15.932-2.793V258h-1.041v-1.079c-.22.338-.52.635-.901.889-.372.253-.8.38-1.282.38a2.82 2.82 0 0 1-1.486-.406 3.09 3.09 0 0 1-1.079-1.155c-.262-.491-.393-1.058-.393-1.701 0-.703.131-1.308.393-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419c.364 0 .732.089 1.105.267.381.169.706.406.977.711v-3.644h1.041Zm-2.932 3.707c-.457 0-.847.115-1.168.343-.322.22-.572.508-.749.863-.17.356-.254.741-.254 1.156 0 .406.084.783.254 1.13.169.338.406.609.711.812a1.94 1.94 0 0 0 1.079.305c.389 0 .736-.102 1.041-.305.304-.203.546-.482.723-.838.178-.364.263-.77.254-1.219l-.012-1.218a3.1 3.1 0 0 0-.851-.762 1.957 1.957 0 0 0-1.028-.267Zm6.106-3.961c.246 0 .449.089.61.267a.816.816 0 0 1 .253.597c0 .22-.084.419-.253.596a.787.787 0 0 1-.61.267.825.825 0 0 1-.622-.267.864.864 0 0 1-.241-.596c0-.229.08-.428.241-.597a.825.825 0 0 1 .622-.267Zm.648 3.047V258h-1.041v-5.37h-1.003v-.978h2.044Zm4.138-.127c.373 0 .72.055 1.041.165.322.102.555.208.699.318v1.117a3.324 3.324 0 0 0-.724-.394 2.422 2.422 0 0 0-.94-.19c-.397 0-.698.093-.901.279-.195.187-.292.381-.292.584 0 .161.055.326.165.495.119.161.322.292.61.394l1.066.381c.415.144.724.351.927.622.203.271.304.588.304.952 0 .356-.101.681-.304.978a2.07 2.07 0 0 1-.826.711c-.347.169-.749.253-1.206.253-.245 0-.503-.033-.774-.101a4.67 4.67 0 0 1-.711-.216 3.253 3.253 0 0 1-.47-.241v-1.117c.119.084.284.182.495.292.221.101.453.19.699.266.245.068.474.102.685.102.398 0 .711-.089.94-.267.237-.178.355-.398.355-.66a.566.566 0 0 0-.241-.482c-.152-.119-.377-.233-.673-.343l-.939-.343c-.491-.186-.817-.419-.978-.698a1.97 1.97 0 0 1-.241-.978c0-.541.203-.99.609-1.345.407-.356.948-.534 1.625-.534Zm6.411 0c.466 0 .868.077 1.206.229.339.144.572.275.699.393v1.054a3.74 3.74 0 0 0-.813-.457c-.304-.135-.668-.203-1.092-.203-.448 0-.842.11-1.18.33a2.171 2.171 0 0 0-.787.851 2.466 2.466 0 0 0-.267 1.142c0 .407.089.787.267 1.143.186.347.448.63.787.85.338.212.732.318 1.18.318.424 0 .788-.064 1.092-.191.305-.135.576-.292.813-.469v1.053c-.127.127-.36.263-.699.407-.338.143-.74.215-1.206.215-.643 0-1.214-.152-1.713-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.327 3.327 0 0 1 1.181-1.219c.499-.304 1.07-.457 1.713-.457Zm6.234 0c.364 0 .732.089 1.104.267.381.169.707.406.978.711v-.851h1.041V258h-1.041v-1.079c-.22.338-.521.635-.902.889-.372.253-.799.38-1.282.38a2.816 2.816 0 0 1-1.485-.406 3.081 3.081 0 0 1-1.079-1.155c-.263-.491-.394-1.058-.394-1.701 0-.703.131-1.308.394-1.816a2.89 2.89 0 0 1 1.104-1.168 2.98 2.98 0 0 1 1.562-.419Zm.19 1.016c-.457 0-.846.114-1.168.343a2.328 2.328 0 0 0-.749.888 2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.17.338.407.609.711.812a1.94 1.94 0 0 0 1.079.305c.39 0 .737-.102 1.041-.305a2.12 2.12 0 0 0 .724-.838c.178-.364.262-.77.254-1.219l-.013-1.218a3.311 3.311 0 0 0-.85-.775 1.895 1.895 0 0 0-1.029-.279Zm6.132-.889v1.27c.246-.423.542-.762.889-1.016s.702-.381 1.066-.381c.246 0 .466.043.66.127v1.206a1.585 1.585 0 0 0-.812-.241c-.432 0-.783.153-1.054.457a6.692 6.692 0 0 0-.749 1.092V258h-1.041v-6.348h1.041Zm9.687-2.793V258h-1.041v-1.079c-.22.338-.521.635-.902.889-.372.253-.8.38-1.282.38a2.814 2.814 0 0 1-1.485-.406 3.073 3.073 0 0 1-1.079-1.155c-.263-.491-.394-1.058-.394-1.701 0-.703.131-1.308.394-1.816.27-.508.639-.897 1.104-1.168a2.98 2.98 0 0 1 1.562-.419c.363 0 .732.089 1.104.267.381.169.707.406.978.711v-3.644h1.041Zm-2.933 3.707c-.457 0-.846.115-1.168.343-.322.22-.571.508-.749.863a2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.169.338.406.609.711.812a1.94 1.94 0 0 0 1.079.305c.389 0 .736-.102 1.041-.305a2.12 2.12 0 0 0 .724-.838 2.64 2.64 0 0 0 .254-1.219l-.013-1.218a3.085 3.085 0 0 0-.851-.762 1.957 1.957 0 0 0-1.028-.267Zm10.651-2.742v1.828h1.854v.978h-1.854v3.72c0 .262.068.469.203.622.136.152.343.228.623.228.253 0 .465-.029.634-.089.17-.067.318-.139.445-.215v.85a2.09 2.09 0 0 1-.546.317c-.186.085-.44.127-.762.127-.542 0-.952-.16-1.231-.482-.271-.33-.407-.766-.407-1.308v-3.77h-1.218v-.305c.414-.186.761-.491 1.041-.914.279-.432.524-.96.736-1.587h.482Zm6.856 1.701c.431 0 .825.098 1.18.292.356.187.639.474.851.864.212.381.317.863.317 1.447V258h-1.041l-.012-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.606-.432-1.105-.432-.338 0-.677.127-1.016.381-.33.245-.622.533-.876.863V258h-1.041v-9.141h1.041v3.796c.136-.169.309-.338.521-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178Zm6.931 0c.652 0 1.194.136 1.625.407.432.27.754.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.369.978.194.296.448.533.761.711.313.169.673.254 1.079.254a2.53 2.53 0 0 0 1.283-.343 4.865 4.865 0 0 0 1.003-.774l-.013 1.13a2.584 2.584 0 0 1-.533.457 3.333 3.333 0 0 1-.8.38 2.68 2.68 0 0 1-.94.165c-.643 0-1.214-.152-1.713-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.212 3.212 0 0 1 1.08-1.219 2.835 2.835 0 0 1 1.586-.457Zm0 1.016c-.524 0-.956.178-1.294.533-.339.347-.551.77-.635 1.27h3.821c-.042-.415-.161-.754-.355-1.016a1.75 1.75 0 0 0-.686-.584 1.883 1.883 0 0 0-.851-.203Zm5.65-3.936c.245 0 .448.089.609.267.17.169.254.368.254.597a.84.84 0 0 1-.254.596.786.786 0 0 1-.609.267.824.824 0 0 1-.622-.267.864.864 0 0 1-.241-.596c0-.229.08-.428.241-.597a.824.824 0 0 1 .622-.267Zm.647 3.047V258h-1.041v-5.37h-1.003v-.978h2.044Zm3.288 0v1.27c.246-.423.542-.762.889-1.016s.703-.381 1.067-.381c.245 0 .465.043.66.127v1.206a1.589 1.589 0 0 0-.813-.241c-.431 0-.783.153-1.054.457a6.692 6.692 0 0 0-.749 1.092V258h-1.041v-6.348h1.041Zm10.626-.127c.466 0 .868.077 1.206.229.339.144.572.275.699.393v1.054a3.74 3.74 0 0 0-.813-.457c-.304-.135-.668-.203-1.092-.203-.448 0-.842.11-1.18.33a2.171 2.171 0 0 0-.787.851 2.466 2.466 0 0 0-.267 1.142c0 .407.089.787.267 1.143.186.347.448.63.787.85.338.212.732.318 1.18.318.424 0 .788-.064 1.092-.191.305-.135.576-.292.813-.469v1.053c-.127.127-.36.263-.699.407-.338.143-.74.215-1.206.215-.643 0-1.214-.152-1.713-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.327 3.327 0 0 1 1.181-1.219c.499-.304 1.07-.457 1.713-.457Zm6.729 0c.432 0 .825.098 1.181.292.355.187.639.474.85.864.212.381.318.863.318 1.447V258h-1.041l-.013-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.605-.432-1.105-.432-.338 0-.677.127-1.015.381a4.394 4.394 0 0 0-.876.863V258h-1.041v-9.141h1.041v3.796c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178Zm6.932 0c.363 0 .732.089 1.104.267.381.169.707.406.978.711v-.851h1.041V258h-1.041v-1.079c-.22.338-.521.635-.902.889-.372.253-.8.38-1.282.38a2.814 2.814 0 0 1-1.485-.406 3.073 3.073 0 0 1-1.079-1.155c-.263-.491-.394-1.058-.394-1.701 0-.703.131-1.308.394-1.816.27-.508.639-.897 1.104-1.168a2.98 2.98 0 0 1 1.562-.419Zm.19 1.016c-.457 0-.846.114-1.168.343a2.319 2.319 0 0 0-.749.888 2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.169.338.406.609.711.812a1.94 1.94 0 0 0 1.079.305c.389 0 .736-.102 1.041-.305a2.12 2.12 0 0 0 .724-.838 2.64 2.64 0 0 0 .254-1.219l-.013-1.218a3.299 3.299 0 0 0-.851-.775 1.892 1.892 0 0 0-1.028-.279Zm6.132-.889v1.003c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178.432 0 .825.098 1.181.292.355.187.639.474.85.864.212.381.318.863.318 1.447V258h-1.041l-.013-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.605-.432-1.105-.432-.338 0-.677.127-1.015.381-.33.245-.622.533-.876.863V258h-1.041v-6.348h1.041Zm9.001-.127c.364 0 .732.089 1.104.267.381.169.707.406.978.711v-.851h1.041v6.221c0 .753-.152 1.38-.457 1.879a2.87 2.87 0 0 1-1.219 1.117 3.763 3.763 0 0 1-1.663.368c-.389 0-.724-.046-1.003-.139a2.553 2.553 0 0 1-.698-.33c-.195-.127-.373-.25-.533-.369v-1.117c.127.093.292.212.495.356.211.152.461.287.749.406.296.118.626.178.99.178.415 0 .796-.076 1.143-.229.347-.152.626-.376.837-.673.212-.296.318-.651.318-1.066v-1.333c-.22.338-.521.635-.902.889-.372.253-.799.38-1.282.38a2.816 2.816 0 0 1-1.485-.406 3.081 3.081 0 0 1-1.079-1.155c-.263-.491-.394-1.058-.394-1.701 0-.703.131-1.308.394-1.816a2.89 2.89 0 0 1 1.104-1.168 2.98 2.98 0 0 1 1.562-.419Zm.19 1.029c-.457 0-.846.114-1.168.342a2.24 2.24 0 0 0-.749.876 2.66 2.66 0 0 0-.254 1.156c0 .406.085.778.254 1.117.17.338.406.609.711.812.313.204.673.305 1.079.305.39 0 .737-.101 1.041-.305.305-.203.546-.482.724-.837.178-.356.262-.758.254-1.207l-.013-1.218a3.096 3.096 0 0 0-.85-.762 1.895 1.895 0 0 0-1.029-.279Zm7.706-1.029c.652 0 1.194.136 1.625.407.432.27.754.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .885-.114 1.282-.343a4.812 4.812 0 0 0 1.003-.774l-.012 1.13a2.593 2.593 0 0 1-.534.457 3.325 3.325 0 0 1-.799.38c-.297.11-.61.165-.94.165-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.21 3.21 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.524 0-.956.178-1.295.533-.338.347-.55.77-.634 1.27h3.821c-.042-.415-.161-.754-.356-1.016a1.74 1.74 0 0 0-.685-.584 1.883 1.883 0 0 0-.851-.203Zm6.526-1.016a3.2 3.2 0 0 1 1.041.165c.321.102.554.208.698.318v1.117a3.324 3.324 0 0 0-.724-.394 2.417 2.417 0 0 0-.939-.19c-.398 0-.698.093-.902.279-.194.187-.292.381-.292.584 0 .161.056.326.166.495.118.161.321.292.609.394l1.066.381c.415.144.724.351.927.622.203.271.305.588.305.952 0 .356-.102.681-.305.978-.195.296-.47.533-.825.711-.347.169-.749.253-1.206.253a3.18 3.18 0 0 1-.775-.101 4.67 4.67 0 0 1-.711-.216 3.231 3.231 0 0 1-.469-.241v-1.117c.118.084.283.182.495.292.22.101.453.19.698.266.246.068.474.102.686.102.397 0 .711-.089.939-.267.237-.178.356-.398.356-.66a.567.567 0 0 0-.242-.482c-.152-.119-.376-.233-.672-.343l-.94-.343c-.491-.186-.817-.419-.977-.698a1.97 1.97 0 0 1-.242-.978c0-.541.203-.99.61-1.345.406-.356.948-.534 1.625-.534Z"}),h.createElement("rect",{width:93,height:23,x:733.5,y:125.5,fill:"#F4FAEB",rx:3.5}),h.createElement("rect",{width:93,height:23,x:733.5,y:125.5,stroke:"#B0D182",rx:3.5}),h.createElement("g",{clipPath:"url(#clip1_20382_240644)"},h.createElement("path",{fill:"#68A611",d:"m753.25 140.128-2.603-2.603a.747.747 0 1 0-1.057 1.058l3.135 3.135a.747.747 0 0 0 1.057 0l7.935-7.935a.747.747 0 1 0-1.057-1.058l-7.41 7.403Z"})),h.createElement("path",{fill:"#3B6600",d:"m773.211 133.09 3.656 7.91h-1.91l-.598-1.465h-3.105l-.598 1.465h-1.91l3.656-7.91h.809Zm-.399 2.66-.984 2.402h1.969l-.985-2.402Zm8.473-.82c.469 0 .903.121 1.301.363.406.234.73.582.973 1.043.25.453.375 1.008.375 1.664 0 .656-.125 1.223-.375 1.699a2.684 2.684 0 0 1-.997 1.102 2.62 2.62 0 0 1-1.382.375c-.328 0-.657-.078-.985-.235a2.78 2.78 0 0 1-.808-.609v3.48h-1.489v-8.73h1.489v.996c.172-.32.422-.59.75-.808.328-.227.711-.34 1.148-.34Zm-.375 1.488c-.265 0-.515.07-.75.211a1.557 1.557 0 0 0-.574.574c-.141.25-.207.551-.199.902v.856c.211.219.437.402.679.551.25.14.52.211.809.211.305 0 .57-.082.797-.246.226-.165.402-.375.527-.633a1.96 1.96 0 0 0 .188-.844c0-.445-.137-.82-.41-1.125-.266-.305-.622-.457-1.067-.457Zm7.828-1.488c.469 0 .903.121 1.301.363.406.234.731.582.973 1.043.25.453.375 1.008.375 1.664 0 .656-.125 1.223-.375 1.699a2.675 2.675 0 0 1-.996 1.102c-.414.25-.875.375-1.383.375-.328 0-.656-.078-.985-.235a2.794 2.794 0 0 1-.808-.609v3.48h-1.488v-8.73h1.488v.996c.172-.32.422-.59.75-.808.328-.227.711-.34 1.148-.34Zm-.375 1.488c-.265 0-.515.07-.75.211a1.564 1.564 0 0 0-.574.574c-.141.25-.207.551-.199.902v.856c.211.219.437.402.68.551.25.14.519.211.808.211.305 0 .57-.082.797-.246.227-.165.402-.375.527-.633a1.96 1.96 0 0 0 .188-.844c0-.445-.137-.82-.41-1.125-.266-.305-.621-.457-1.067-.457Zm5.93-3.856V141h-1.488v-8.438h1.488Zm3.059-.562c.281 0 .523.102.726.305a.94.94 0 0 1 .305.703c0 .265-.102.5-.305.703a.992.992 0 0 1-.726.305.992.992 0 0 1-.727-.305.986.986 0 0 1-.293-.703c0-.274.098-.508.293-.703a.992.992 0 0 1 .727-.305Zm.867 3.082V141h-1.489v-4.652h-.949v-1.266h2.438Zm4.465-.152c.578 0 1.074.125 1.488.375.422.25.742.597.961 1.043.226.437.34.945.34 1.523v.633h-4.289c.078.398.273.719.586.961.312.242.695.363 1.148.363.43 0 .82-.086 1.172-.258.351-.172.633-.347.844-.527l-.012 1.383c-.188.164-.469.332-.844.504a2.953 2.953 0 0 1-1.219.246 3.277 3.277 0 0 1-1.605-.399 3.143 3.143 0 0 1-1.149-1.089c-.281-.461-.421-.989-.421-1.583 0-.578.128-1.105.386-1.582a3.082 3.082 0 0 1 1.067-1.148 2.756 2.756 0 0 1 1.547-.445Zm-.036 1.3c-.367 0-.675.114-.925.34-.25.227-.422.532-.516.914h2.836c-.031-.422-.188-.734-.469-.937a1.51 1.51 0 0 0-.926-.317Zm9.809-3.668V141h-1.488v-.996c-.172.32-.422.598-.75.832-.328.226-.711.34-1.149.34-.476 0-.918-.121-1.324-.364a2.627 2.627 0 0 1-.961-1.054c-.242-.461-.363-1.02-.363-1.676 0-.656.121-1.219.363-1.687a2.72 2.72 0 0 1 .996-1.079 2.631 2.631 0 0 1 1.395-.386c.32 0 .644.074.972.222.329.149.602.348.821.598v-3.188h1.488Zm-2.977 3.833a1.34 1.34 0 0 0-.808.246 1.606 1.606 0 0 0-.516.621c-.125.25-.187.523-.187.82 0 .445.133.824.398 1.137.274.312.633.469 1.078.469.266 0 .512-.071.739-.211.234-.141.421-.336.562-.586.149-.258.223-.567.223-.926v-.844a2.443 2.443 0 0 0-.692-.527 1.625 1.625 0 0 0-.797-.199Z"}),h.createElement("rect",{width:93,height:23,x:733.5,y:277.5,fill:"#FFF2F3",rx:3.5}),h.createElement("rect",{width:93,height:23,x:733.5,y:277.5,stroke:"#FEB0B7",rx:3.5}),h.createElement("path",{fill:"#D93644",d:"M754.724 284.283a.745.745 0 0 0-1.057 0l-3.668 3.66-3.667-3.668a.748.748 0 0 0-1.058 1.058l3.668 3.667-3.668 3.668a.747.747 0 1 0 1.058 1.057l3.667-3.667 3.668 3.667a.745.745 0 0 0 1.057 0 .745.745 0 0 0 0-1.057L751.057 289l3.667-3.667a.752.752 0 0 0 0-1.05Z"}),h.createElement("path",{fill:"#D11525",d:"M767.973 284.973c.492 0 .918.07 1.277.211.359.132.672.316.938.55v1.641a11.253 11.253 0 0 0-.586-.41 2.99 2.99 0 0 0-.692-.328 2.745 2.745 0 0 0-.89-.129c-.469 0-.895.113-1.278.34a2.558 2.558 0 0 0-.914.914c-.226.383-.34.82-.34 1.312 0 .485.114.922.34 1.313.227.383.531.687.914.914.383.219.809.328 1.278.328.523 0 .96-.078 1.312-.234.359-.165.684-.364.973-.598v1.582a3.048 3.048 0 0 1-.996.586c-.399.14-.844.211-1.336.211a4.347 4.347 0 0 1-1.594-.293 4.263 4.263 0 0 1-1.324-.844 4.01 4.01 0 0 1-.903-1.301 4.118 4.118 0 0 1-.328-1.664c0-.609.11-1.164.328-1.664.219-.5.52-.93.903-1.289a4.007 4.007 0 0 1 1.324-.844 4.195 4.195 0 0 1 1.594-.304Zm6.117 1.957c.32 0 .644.074.972.222.329.149.602.348.821.598v-.668h1.488V293h-1.488v-.996c-.172.32-.422.598-.75.832-.328.226-.711.34-1.149.34-.476 0-.918-.121-1.324-.364a2.627 2.627 0 0 1-.961-1.054c-.242-.461-.363-1.02-.363-1.676 0-.656.121-1.219.363-1.687a2.72 2.72 0 0 1 .996-1.079 2.631 2.631 0 0 1 1.395-.386Zm.305 1.453a1.34 1.34 0 0 0-.809.246 1.606 1.606 0 0 0-.516.621 1.882 1.882 0 0 0-.187.832c0 .445.133.824.398 1.137.274.312.633.469 1.078.469.266 0 .512-.071.739-.211a1.56 1.56 0 0 0 .562-.586c.149-.258.223-.567.223-.926v-.844a2.652 2.652 0 0 0-.692-.539 1.624 1.624 0 0 0-.796-.199Zm6.293-1.301v.844c.179-.242.421-.469.726-.68a1.862 1.862 0 0 1 1.066-.316c.602 0 1.106.203 1.512.609.406.406.61 1.016.61 1.828V293h-1.489l-.011-3.434c0-.398-.098-.695-.293-.89-.188-.196-.45-.293-.786-.293-.265 0-.515.086-.75.258a2.707 2.707 0 0 0-.585.609V293h-1.489v-5.918h1.489Zm8.32-.152c.437 0 .797.07 1.078.211.281.14.504.277.668.41v1.371a3.03 3.03 0 0 0-.692-.375c-.25-.102-.558-.152-.925-.152a1.641 1.641 0 0 0-1.43.82c-.148.25-.223.535-.223.855 0 .485.157.883.469 1.196.313.312.707.468 1.184.468.367 0 .675-.046.925-.14.258-.102.489-.227.692-.375v1.359a2.998 2.998 0 0 1-.668.41c-.281.125-.641.188-1.078.188-.602 0-1.137-.141-1.606-.422a3.257 3.257 0 0 1-1.101-1.137 3.12 3.12 0 0 1-.399-1.547c0-.414.075-.808.223-1.183.156-.375.375-.707.656-.996.281-.297.61-.532.985-.703a2.99 2.99 0 0 1 1.242-.258Zm5.66 0c.578 0 1.074.125 1.488.375.422.25.742.597.961 1.043.227.437.34.945.34 1.523v.633h-4.289c.078.398.273.719.586.961.312.242.695.363 1.148.363.43 0 .821-.086 1.172-.258.352-.172.633-.347.844-.527l-.012 1.383c-.187.164-.468.332-.844.504a2.952 2.952 0 0 1-1.218.246 3.283 3.283 0 0 1-1.606-.399 3.14 3.14 0 0 1-1.148-1.089c-.281-.461-.422-.989-.422-1.583 0-.578.129-1.105.387-1.582a3.071 3.071 0 0 1 1.066-1.148 2.759 2.759 0 0 1 1.547-.445Zm-.035 1.3c-.367 0-.676.114-.926.34-.25.227-.422.532-.516.914h2.836c-.031-.422-.187-.734-.468-.937a1.511 1.511 0 0 0-.926-.317Zm5.672-3.668V293h-1.489v-8.438h1.489Zm3.304 0V293h-1.488v-8.438h1.488Zm4.407 2.368c.578 0 1.074.125 1.488.375.422.25.742.597.961 1.043.226.437.34.945.34 1.523v.633h-4.289c.078.398.273.719.586.961.312.242.695.363 1.148.363.43 0 .82-.086 1.172-.258.351-.172.633-.347.844-.527l-.012 1.383c-.188.164-.469.332-.844.504a2.953 2.953 0 0 1-1.219.246 3.277 3.277 0 0 1-1.605-.399 3.132 3.132 0 0 1-1.148-1.089c-.282-.461-.422-.989-.422-1.583 0-.578.129-1.105.386-1.582a3.082 3.082 0 0 1 1.067-1.148 2.759 2.759 0 0 1 1.547-.445Zm-.036 1.3c-.367 0-.675.114-.925.34-.25.227-.422.532-.516.914h2.836c-.031-.422-.187-.734-.469-.937a1.51 1.51 0 0 0-.926-.317Zm9.809-3.668V293h-1.488v-.996c-.172.32-.422.598-.75.832-.328.226-.711.34-1.149.34-.476 0-.918-.121-1.324-.364a2.627 2.627 0 0 1-.961-1.054c-.242-.461-.363-1.02-.363-1.676 0-.656.121-1.219.363-1.687a2.72 2.72 0 0 1 .996-1.079 2.631 2.631 0 0 1 1.395-.386c.32 0 .644.074.972.222.329.149.602.348.821.598v-3.188h1.488Zm-2.977 3.833a1.34 1.34 0 0 0-.808.246 1.606 1.606 0 0 0-.516.621c-.125.25-.187.523-.187.82 0 .445.133.824.398 1.137.274.312.633.469 1.078.469.266 0 .512-.071.739-.211a1.56 1.56 0 0 0 .562-.586c.149-.258.223-.567.223-.926v-.844a2.443 2.443 0 0 0-.692-.527 1.625 1.625 0 0 0-.797-.199Z"}),h.createElement("rect",{width:93,height:23,x:733.5,y:201.5,fill:"#FFF4E5",rx:3.5}),h.createElement("rect",{width:93,height:23,x:733.5,y:201.5,stroke:"#FFC46F",rx:3.5}),h.createElement("g",{clipPath:"url(#clip2_20382_240644)"},h.createElement("path",{fill:"#D76500",d:"M748.992 205.5c-4.14 0-7.492 3.36-7.492 7.5 0 4.14 3.352 7.5 7.492 7.5 4.148 0 7.508-3.36 7.508-7.5 0-4.14-3.36-7.5-7.508-7.5ZM749 219c-3.315 0-6-2.685-6-6s2.685-6 6-6 6 2.685 6 6-2.685 6-6 6Zm-.165-9.75h-.045c-.3 0-.54.24-.54.54v3.54c0 .262.135.51.367.645l3.113 1.867a.534.534 0 0 0 .735-.179.533.533 0 0 0-.187-.743l-2.903-1.725v-3.405c0-.3-.24-.54-.54-.54Z"})),h.createElement("path",{fill:"#B35300",d:"M765.359 208.996c.453 0 .868.063 1.243.188.375.125.691.269.949.433v1.606a8.927 8.927 0 0 0-.903-.481 2.566 2.566 0 0 0-1.089-.222c-.204 0-.407.031-.61.093a1.281 1.281 0 0 0-.492.282.65.65 0 0 0-.187.48.64.64 0 0 0 .339.586c.227.133.504.266.832.398l.961.399c.547.234.95.519 1.207.855.258.336.387.719.387 1.149 0 .468-.137.883-.41 1.242a2.712 2.712 0 0 1-1.078.832 3.55 3.55 0 0 1-1.488.305c-.461 0-.903-.079-1.325-.235a4.53 4.53 0 0 1-1.101-.574v-1.605c.344.25.722.461 1.136.632.415.172.856.258 1.325.258.328 0 .609-.062.843-.187.235-.133.352-.328.352-.586 0-.203-.098-.367-.293-.492a2.764 2.764 0 0 0-.621-.329l-1.207-.468c-.609-.235-1.024-.539-1.242-.914a2.58 2.58 0 0 1-.317-1.266c0-.477.129-.891.387-1.242.266-.36.609-.637 1.031-.832a3.121 3.121 0 0 1 1.371-.305Zm6.715 1.934c.438 0 .797.07 1.078.211.282.14.504.277.668.41v1.371a3.022 3.022 0 0 0-.691-.375c-.25-.102-.559-.152-.926-.152a1.644 1.644 0 0 0-1.652 1.675c0 .485.156.883.469 1.196.312.312.707.468 1.183.468.367 0 .676-.046.926-.14.258-.102.488-.227.691-.375v1.359a2.975 2.975 0 0 1-.668.41c-.281.125-.64.188-1.078.188-.601 0-1.136-.141-1.605-.422a3.269 3.269 0 0 1-1.102-1.137 3.13 3.13 0 0 1-.398-1.547c0-.414.074-.808.222-1.183.157-.375.375-.707.657-.996a2.996 2.996 0 0 1 2.226-.961Zm6.352 0c.601 0 1.105.203 1.512.609.406.406.609 1.016.609 1.828V217h-1.488l-.012-3.434c0-.398-.098-.695-.293-.89-.188-.196-.449-.293-.785-.293-.266 0-.516.086-.75.258a2.69 2.69 0 0 0-.586.609V217h-1.488v-8.438h1.488v3.364c.179-.242.422-.469.726-.68a1.863 1.863 0 0 1 1.067-.316Zm6.422 0c.578 0 1.074.125 1.488.375.422.25.742.597.961 1.043.226.437.34.945.34 1.523v.633h-4.289c.078.398.273.719.586.961.312.242.695.363 1.148.363.43 0 .82-.086 1.172-.258.351-.172.633-.347.844-.527l-.012 1.383c-.188.164-.469.332-.844.504a2.953 2.953 0 0 1-1.219.246 3.28 3.28 0 0 1-1.605-.399 3.132 3.132 0 0 1-1.148-1.089c-.282-.461-.422-.989-.422-1.583 0-.578.129-1.105.386-1.582a3.082 3.082 0 0 1 1.067-1.148 2.759 2.759 0 0 1 1.547-.445Zm-.036 1.3c-.367 0-.675.114-.925.34-.25.227-.422.532-.516.914h2.836c-.031-.422-.187-.734-.469-.937a1.51 1.51 0 0 0-.926-.317Zm9.809-3.668V217h-1.488v-.996c-.172.32-.422.598-.75.832-.328.226-.711.34-1.149.34-.476 0-.918-.121-1.324-.364a2.627 2.627 0 0 1-.961-1.054c-.242-.461-.363-1.02-.363-1.676 0-.656.121-1.219.363-1.687a2.72 2.72 0 0 1 .996-1.079 2.631 2.631 0 0 1 1.395-.386c.32 0 .644.074.972.222.329.149.602.348.821.598v-3.188h1.488Zm-2.976 3.833a1.34 1.34 0 0 0-.809.246 1.606 1.606 0 0 0-.516.621c-.125.25-.187.523-.187.82 0 .445.133.824.398 1.137.274.312.633.469 1.078.469.266 0 .512-.071.739-.211a1.56 1.56 0 0 0 .562-.586c.149-.258.223-.567.223-.926v-.844a2.443 2.443 0 0 0-.692-.527 1.624 1.624 0 0 0-.796-.199Zm10.031-1.313v3.527c0 .524-.117.977-.352 1.36a2.338 2.338 0 0 1-.961.867 2.95 2.95 0 0 1-1.359.305 3.05 3.05 0 0 1-1.383-.305 2.363 2.363 0 0 1-.949-.867c-.227-.383-.34-.836-.34-1.36v-3.527h1.5l.012 3.258c0 .461.105.805.316 1.031.211.227.492.34.844.34.344 0 .621-.113.832-.34.219-.226.328-.57.328-1.031v-3.258h1.512Zm3.187-2.52V217h-1.488v-8.438h1.488Zm4.407 2.368c.578 0 1.074.125 1.488.375.422.25.742.597.961 1.043.226.437.34.945.34 1.523v.633h-4.289c.078.398.273.719.585.961.313.242.696.363 1.149.363.43 0 .82-.086 1.172-.258.351-.172.633-.347.844-.527l-.012 1.383c-.188.164-.469.332-.844.504a2.953 2.953 0 0 1-1.219.246 3.277 3.277 0 0 1-1.605-.399 3.135 3.135 0 0 1-1.149-1.089c-.281-.461-.421-.989-.421-1.583 0-.578.128-1.105.386-1.582a3.082 3.082 0 0 1 1.067-1.148 2.756 2.756 0 0 1 1.547-.445Zm-.036 1.3c-.367 0-.675.114-.925.34-.25.227-.422.532-.516.914h2.836c-.031-.422-.188-.734-.469-.937a1.51 1.51 0 0 0-.926-.317Zm9.809-3.668V217h-1.488v-.996c-.172.32-.422.598-.75.832-.328.226-.711.34-1.149.34-.476 0-.918-.121-1.324-.364a2.627 2.627 0 0 1-.961-1.054c-.242-.461-.363-1.02-.363-1.676 0-.656.121-1.219.363-1.687a2.72 2.72 0 0 1 .996-1.079 2.631 2.631 0 0 1 1.395-.386c.32 0 .644.074.972.222.328.149.602.348.821.598v-3.188h1.488Zm-2.977 3.833a1.34 1.34 0 0 0-.808.246 1.606 1.606 0 0 0-.516.621c-.125.25-.187.523-.187.82 0 .445.133.824.398 1.137.274.312.633.469 1.078.469.266 0 .512-.071.739-.211.234-.141.421-.336.562-.586.148-.258.223-.567.223-.926v-.844a2.443 2.443 0 0 0-.692-.527 1.628 1.628 0 0 0-.797-.199Z"}),h.createElement("path",{fill:"#202021",d:"M682 211.25a.75.75 0 0 0 0 1.5v-1.5Zm39.566 1.28a.749.749 0 0 0 0-1.06l-4.773-4.773a.75.75 0 0 0-1.061 1.06l4.243 4.243-4.243 4.243a.75.75 0 0 0 1.061 1.06l4.773-4.773Zm-39.566.22h39.036v-1.5H682v1.5Z"}),h.createElement("path",{stroke:"#202021",strokeLinecap:"round",strokeWidth:1.5,d:"M651.5 212H682"}),h.createElement("path",{fill:"#202021",d:"m699.502 283.5.643-.385-.643.385Zm22.984 5.428a.75.75 0 0 1 .088 1.057l-4.36 5.153a.75.75 0 1 1-1.145-.969l3.876-4.58-4.581-3.876a.75.75 0 0 1 .969-1.145l5.153 4.36ZM680.5 211.25c1.816 0 3.308 1.246 4.531 3.054 1.236 1.828 2.32 4.403 3.289 7.448 1.942 6.099 3.488 14.291 4.827 22.701.67 4.21 1.29 8.485 1.882 12.591.592 4.109 1.157 8.046 1.716 11.59.56 3.546 1.114 6.684 1.683 9.194.577 2.54 1.15 4.342 1.717 5.287l-1.286.771c-.705-1.175-1.32-3.197-1.894-5.726-.58-2.56-1.14-5.737-1.701-9.292-.562-3.556-1.128-7.505-1.72-11.61-.592-4.107-1.21-8.372-1.878-12.57-1.339-8.405-2.871-16.499-4.775-22.481-.954-2.996-1.986-5.411-3.102-7.062-1.131-1.672-2.23-2.395-3.289-2.395v-1.5Zm19.645 71.865c1.006 1.676 2.803 2.906 5.045 3.789 2.235.881 4.835 1.386 7.332 1.664 2.491.276 4.849.323 6.587.3a53.795 53.795 0 0 0 2.638-.101l.146-.01a.637.637 0 0 0 .036-.003l.008-.001h.002l.063.748.061.747h-.004l-.011.001-.041.004-.157.011a54.48 54.48 0 0 1-2.721.104c-1.778.023-4.202-.024-6.773-.31-2.566-.285-5.31-.811-7.715-1.758-2.399-.945-4.538-2.34-5.782-4.414l1.286-.771Z"}),h.createElement("path",{fill:"#202021",d:"m699.502 141.7.643.385-.643-.385Zm22.984-5.428a.75.75 0 0 0 .088-1.057l-4.36-5.153a.75.75 0 1 0-1.145.969l3.876 4.58-4.581 3.876a.75.75 0 0 0 .969 1.145l5.153-4.36ZM680.5 212.749c1.81 0 3.301-1.218 4.527-2.997 1.238-1.795 2.322-4.324 3.292-7.313 1.942-5.988 3.489-14.03 4.828-22.29.67-4.135 1.29-8.335 1.882-12.371.592-4.039 1.156-7.91 1.716-11.398.56-3.49 1.113-6.58 1.683-9.057.576-2.506 1.149-4.291 1.717-5.238l-1.286-.771c-.704 1.173-1.319 3.175-1.893 5.673-.581 2.526-1.141 5.657-1.702 9.155-.562 3.5-1.127 7.384-1.719 11.418-.592 4.037-1.211 8.227-1.879 12.349-1.338 8.255-2.87 16.198-4.774 22.067-.953 2.939-1.984 5.306-3.1 6.925-1.127 1.635-2.226 2.348-3.292 2.348v1.5Zm19.645-70.664c1.006-1.676 2.803-2.906 5.045-3.789 2.235-.881 4.835-1.386 7.332-1.664 2.491-.277 4.849-.323 6.587-.3a53.795 53.795 0 0 1 2.638.101l.146.01a.637.637 0 0 1 .036.003l.008.001h.002l.063-.748.061-.747h-.004l-.011-.001-.041-.004-.157-.011a54.48 54.48 0 0 0-2.721-.104c-1.778-.023-4.202.024-6.773.31-2.566.285-5.31.811-7.715 1.758-2.399.945-4.538 2.34-5.782 4.414l1.286.771Z"}),h.createElement("path",{fill:"#615BC2",d:"M580.672 84.494 584.646 93h-1.372l-.888-2.031h-3.987L577.498 93h-1.371l3.974-8.506h.571Zm-.267 1.93-1.536 3.466h3.047l-1.511-3.466Zm14.448.228v3.758c0 .559-.119 1.041-.356 1.447-.237.407-.559.72-.965.94a2.83 2.83 0 0 1-1.371.33 2.83 2.83 0 0 1-1.371-.33 2.453 2.453 0 0 1-.965-.94c-.237-.406-.355-.888-.355-1.447v-3.758h1.079v3.758c0 .55.161.974.482 1.27.33.287.707.431 1.13.431.423 0 .796-.144 1.117-.431.33-.297.495-.72.495-1.27v-3.758h1.08Zm3.859-.127a3.2 3.2 0 0 1 1.041.165c.322.102.554.208.698.318v1.117a3.322 3.322 0 0 0-.723-.394 2.424 2.424 0 0 0-.94-.19c-.398 0-.698.093-.901.28-.195.186-.292.38-.292.583 0 .161.055.326.165.495.118.161.321.292.609.394l1.067.38c.414.145.723.352.926.623.203.27.305.588.305.952 0 .355-.102.681-.305.978a2.057 2.057 0 0 1-.825.71c-.347.17-.749.254-1.206.254-.245 0-.504-.033-.774-.101-.263-.06-.5-.131-.711-.216a3.291 3.291 0 0 1-.47-.241v-1.117c.118.084.284.182.495.292.22.101.453.19.698.266.246.068.474.102.686.102.398 0 .711-.09.939-.267.237-.177.356-.398.356-.66a.57.57 0 0 0-.241-.482c-.153-.119-.377-.233-.673-.343l-.94-.343c-.491-.186-.816-.419-.977-.698a1.967 1.967 0 0 1-.241-.978c0-.541.203-.99.609-1.345.406-.356.948-.534 1.625-.534Zm6.157 0c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.71.313.17.673.255 1.079.255.457 0 .884-.114 1.282-.343a4.826 4.826 0 0 0 1.003-.774l-.012 1.13a2.56 2.56 0 0 1-.534.456c-.228.153-.495.28-.8.381-.296.11-.609.165-.939.165-.643 0-1.214-.152-1.714-.457a3.353 3.353 0 0 1-1.18-1.206 3.387 3.387 0 0 1-.419-1.663c0-.6.131-1.155.393-1.663a3.2 3.2 0 0 1 1.079-1.219 2.835 2.835 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.753-.356-1.016a1.737 1.737 0 0 0-.685-.584 1.881 1.881 0 0 0-.851-.203Zm5.675-.889v1.27c.245-.423.542-.762.889-1.016s.702-.38 1.066-.38c.245 0 .466.042.66.126v1.206a1.578 1.578 0 0 0-.812-.24c-.432 0-.783.151-1.054.456a6.668 6.668 0 0 0-.749 1.092V93h-1.041v-6.348h1.041Zm16.085 0L624.407 93h-.647l-1.739-4.481-1.74 4.481h-.647l-2.222-6.348h1.244l1.409 4.456 1.664-4.456h.583l1.664 4.456 1.409-4.456h1.244Zm2.285-3.046c.246 0 .449.088.609.266.17.17.254.368.254.597 0 .22-.084.419-.254.596a.783.783 0 0 1-.609.267.826.826 0 0 1-.622-.267.866.866 0 0 1-.241-.596c0-.229.08-.428.241-.597a.826.826 0 0 1 .622-.266Zm.648 3.046V93h-1.041v-5.37h-1.003v-.978h2.044Zm3.999-1.828v1.828h1.853v.978h-1.853v3.72c0 .262.067.47.203.622.135.152.342.228.622.228.254 0 .465-.03.635-.089a3.12 3.12 0 0 0 .444-.216v.851a2.081 2.081 0 0 1-.546.318c-.186.084-.44.126-.762.126-.541 0-.952-.16-1.231-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.414-.186.761-.49 1.041-.914.279-.431.525-.96.736-1.587h.483Zm6.855 1.701c.432 0 .825.098 1.181.292.355.187.639.474.85.864.212.38.318.863.318 1.447V93h-1.041l-.013-3.77c0-.55-.123-.97-.368-1.257-.237-.288-.605-.432-1.105-.432-.338 0-.677.127-1.015.38-.33.246-.622.534-.876.864V93h-1.041v-9.14h1.041v3.795c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444a2.07 2.07 0 0 1 .838-.178Zm9.877-1.7v1.827h1.853v.978h-1.853v3.72c0 .262.068.47.203.622.136.152.343.228.622.228.254 0 .466-.03.635-.089a3.12 3.12 0 0 0 .444-.216v.851a2.081 2.081 0 0 1-.546.318c-.186.084-.44.126-.761.126-.542 0-.952-.16-1.232-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.415-.186.762-.49 1.041-.914.28-.431.525-.96.737-1.587h.482Zm6.855 1.7c.432 0 .826.098 1.181.292.356.187.639.474.851.864.211.38.317.863.317 1.447V93h-1.041l-.013-3.77c0-.55-.122-.97-.368-1.257-.237-.288-.605-.432-1.104-.432-.339 0-.677.127-1.016.38-.33.246-.622.534-.876.864V93h-1.041v-9.14h1.041v3.795c.136-.169.309-.338.521-.508.211-.177.448-.325.711-.444.27-.118.55-.178.837-.178Zm6.932 0c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.71.313.17.673.255 1.079.255.457 0 .884-.114 1.282-.343a4.826 4.826 0 0 0 1.003-.774l-.013 1.13a2.525 2.525 0 0 1-.533.456c-.228.153-.495.28-.8.381-.296.11-.609.165-.939.165-.643 0-1.215-.152-1.714-.457a3.363 3.363 0 0 1-1.181-1.206 3.397 3.397 0 0 1-.418-1.663c0-.6.131-1.155.393-1.663a3.2 3.2 0 0 1 1.079-1.219 2.835 2.835 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.753-.356-1.016a1.744 1.744 0 0 0-.685-.584 1.881 1.881 0 0 0-.851-.203Zm9.483-.889v1.27c.246-.423.542-.762.889-1.016s.703-.38 1.067-.38c.245 0 .465.042.66.126v1.206a1.581 1.581 0 0 0-.813-.24c-.431 0-.783.151-1.054.456a6.668 6.668 0 0 0-.749 1.092V93h-1.041v-6.348h1.041Zm6.564-.127c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.173.682.368.978.195.296.449.533.762.71.313.17.673.255 1.079.255.457 0 .884-.114 1.282-.343a4.826 4.826 0 0 0 1.003-.774l-.013 1.13a2.525 2.525 0 0 1-.533.456c-.228.153-.495.28-.8.381-.296.11-.609.165-.939.165-.643 0-1.215-.152-1.714-.457a3.363 3.363 0 0 1-1.181-1.206 3.397 3.397 0 0 1-.419-1.663c0-.6.132-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.835 2.835 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533a2.33 2.33 0 0 0-.635 1.27h3.822c-.043-.415-.161-.753-.356-1.016a1.744 1.744 0 0 0-.685-.584 1.881 1.881 0 0 0-.851-.203Zm7.249-1.016c.364 0 .732.09 1.104.267.381.17.707.406.978.71v-.85h1.041v9.395h-1.041V91.92a3.11 3.11 0 0 1-.901.889c-.373.254-.8.38-1.283.38a2.82 2.82 0 0 1-1.485-.406 3.085 3.085 0 0 1-1.079-1.155c-.262-.491-.394-1.058-.394-1.701 0-.703.132-1.308.394-1.816a2.891 2.891 0 0 1 1.104-1.168c.466-.279.986-.419 1.562-.419Zm.19 1.029c-.457 0-.846.114-1.168.343-.321.22-.571.511-.749.875-.169.356-.253.741-.253 1.156 0 .406.084.778.253 1.117.17.338.407.61.711.812.314.204.673.305 1.079.305.39 0 .737-.102 1.041-.305.305-.203.546-.482.724-.838.178-.355.262-.757.254-1.206l-.013-1.218a3.088 3.088 0 0 0-.85-.762 1.891 1.891 0 0 0-1.029-.28Zm10.284-.902v3.758c0 .559-.119 1.041-.356 1.447-.237.407-.558.72-.965.94a2.83 2.83 0 0 1-1.371.33 2.83 2.83 0 0 1-1.371-.33 2.453 2.453 0 0 1-.965-.94c-.237-.406-.355-.888-.355-1.447v-3.758h1.079v3.758c0 .55.161.974.482 1.27.33.287.707.431 1.13.431.423 0 .796-.144 1.117-.431.33-.297.496-.72.496-1.27v-3.758h1.079Zm2.983-3.046c.245 0 .449.088.609.266.17.17.254.368.254.597 0 .22-.084.419-.254.596a.785.785 0 0 1-.609.267.826.826 0 0 1-.622-.267.866.866 0 0 1-.241-.596c0-.229.08-.428.241-.597a.826.826 0 0 1 .622-.266Zm.647 3.046V93h-1.041v-5.37h-1.002v-.978h2.043Zm3.289 0v1.27c.245-.423.541-.762.888-1.016s.703-.38 1.067-.38c.245 0 .465.042.66.126v1.206a1.581 1.581 0 0 0-.813-.24c-.431 0-.783.151-1.053.456a6.607 6.607 0 0 0-.749 1.092V93h-1.041v-6.348h1.041Zm6.563-.127c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.173.682.368.978.195.296.449.533.762.71.313.17.673.255 1.079.255.457 0 .884-.114 1.282-.343a4.826 4.826 0 0 0 1.003-.774l-.013 1.13a2.525 2.525 0 0 1-.533.456c-.228.153-.495.28-.8.381-.296.11-.609.165-.939.165-.643 0-1.215-.152-1.714-.457a3.363 3.363 0 0 1-1.181-1.206 3.397 3.397 0 0 1-.419-1.663c0-.6.132-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.835 2.835 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.753-.356-1.016a1.744 1.744 0 0 0-.685-.584 1.881 1.881 0 0 0-.851-.203Zm10.372-3.682V93h-1.041v-1.08a3.11 3.11 0 0 1-.901.89c-.373.254-.8.38-1.283.38a2.82 2.82 0 0 1-1.485-.406 3.093 3.093 0 0 1-1.079-1.155c-.262-.491-.394-1.058-.394-1.701 0-.703.132-1.308.394-1.816a2.887 2.887 0 0 1 1.105-1.168c.465-.279.986-.419 1.561-.419.364 0 .732.09 1.105.267.38.17.706.406.977.71V83.86h1.041Zm-2.933 3.707c-.457 0-.846.115-1.167.343-.322.22-.572.508-.75.863-.169.356-.253.741-.253 1.156 0 .406.084.783.253 1.13.17.338.407.609.711.812.314.203.673.305 1.08.305.389 0 .736-.102 1.041-.305a2.13 2.13 0 0 0 .723-.838c.178-.364.263-.77.254-1.218l-.013-1.22a3.088 3.088 0 0 0-.85-.761 1.96 1.96 0 0 0-1.029-.267Zm12.125-1.04c.55 0 1.045.135 1.485.406.448.262.804.634 1.066 1.117.271.474.407 1.032.407 1.676 0 .694-.136 1.303-.407 1.828a2.953 2.953 0 0 1-1.092 1.206 2.867 2.867 0 0 1-1.561.431c-.364 0-.736-.097-1.117-.292a3.355 3.355 0 0 1-.965-.749v3.898h-1.041v-9.395h1.041v1.08c.22-.34.516-.623.889-.851.38-.237.812-.356 1.295-.356Zm-.166 1.015c-.38 0-.727.097-1.041.292a2.054 2.054 0 0 0-.723.813c-.169.338-.254.736-.254 1.193l.013 1.219c.27.33.554.6.85.812.296.203.639.305 1.029.305.457 0 .846-.119 1.167-.356.322-.237.568-.541.737-.914.178-.38.266-.774.266-1.18 0-.415-.084-.783-.253-1.105a2.007 2.007 0 0 0-.711-.787c-.305-.195-.665-.292-1.08-.292Zm7.453-1.016c.651 0 1.193.136 1.625.407.431.27.753.639.964 1.104.221.466.331.99.331 1.574v.622h-4.875c.05.356.173.682.368.978.194.296.448.533.761.71.314.17.673.255 1.08.255.457 0 .884-.114 1.282-.343a4.826 4.826 0 0 0 1.003-.774l-.013 1.13a2.55 2.55 0 0 1-.533.456c-.229.153-.495.28-.8.381-.296.11-.609.165-.939.165-.644 0-1.215-.152-1.714-.457a3.355 3.355 0 0 1-1.181-1.206 3.397 3.397 0 0 1-.419-1.663c0-.6.131-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.83 2.83 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533a2.33 2.33 0 0 0-.635 1.27h3.821c-.042-.415-.161-.753-.355-1.016a1.74 1.74 0 0 0-.686-.584 1.877 1.877 0 0 0-.85-.203Zm5.674-.889v1.27c.246-.423.542-.762.889-1.016s.703-.38 1.066-.38c.246 0 .466.042.661.126v1.206a1.581 1.581 0 0 0-.813-.24c-.431 0-.783.151-1.054.456a6.668 6.668 0 0 0-.749 1.092V93h-1.041v-6.348h1.041Zm4.99 0v.813a3.49 3.49 0 0 1 .774-.635 2.072 2.072 0 0 1 1.13-.305c.457 0 .884.11 1.282.33.398.212.703.534.914.965.296-.355.618-.66.965-.914s.753-.38 1.219-.38c.431 0 .834.097 1.206.291.381.187.685.474.914.864.237.38.355.863.355 1.447V93h-1.041l-.012-3.77c0-.55-.144-.97-.432-1.257-.279-.288-.669-.432-1.168-.432a1.43 1.43 0 0 0-.952.343 5.77 5.77 0 0 0-.774.8V93h-1.041l-.013-3.77c0-.55-.144-.97-.432-1.257-.279-.288-.668-.432-1.168-.432-.347 0-.664.102-.952.305a4.23 4.23 0 0 0-.774.736V93h-1.041v-6.348h1.041Zm11.743-3.046c.245 0 .448.088.609.266.169.17.254.368.254.597 0 .22-.085.419-.254.596a.786.786 0 0 1-.609.267.824.824 0 0 1-.622-.267.866.866 0 0 1-.241-.596c0-.229.08-.428.241-.597a.824.824 0 0 1 .622-.266Zm.647 3.046V93h-1.041v-5.37h-1.003v-.978h2.044Zm4.139-.127a3.2 3.2 0 0 1 1.041.165c.322.102.554.208.698.318v1.117a3.298 3.298 0 0 0-.723-.394 2.424 2.424 0 0 0-.94-.19c-.398 0-.698.093-.901.28-.195.186-.292.38-.292.583 0 .161.055.326.165.495.118.161.321.292.609.394l1.067.38c.414.145.723.352.926.623.203.27.305.588.305.952 0 .355-.102.681-.305.978a2.057 2.057 0 0 1-.825.71c-.347.17-.749.254-1.206.254-.245 0-.503-.033-.774-.101-.263-.06-.5-.131-.711-.216a3.291 3.291 0 0 1-.47-.241v-1.117c.119.084.284.182.495.292.22.101.453.19.698.266.246.068.474.102.686.102.398 0 .711-.09.939-.267.237-.177.356-.398.356-.66a.57.57 0 0 0-.241-.482c-.153-.119-.377-.233-.673-.343l-.94-.343c-.491-.186-.816-.419-.977-.698a1.967 1.967 0 0 1-.241-.978c0-.541.203-.99.609-1.345.406-.356.948-.534 1.625-.534Zm5.434 0a3.2 3.2 0 0 1 1.041.165c.321.102.554.208.698.318v1.117a3.308 3.308 0 0 0-.724-.394 2.42 2.42 0 0 0-.939-.19c-.398 0-.698.093-.902.28-.194.186-.292.38-.292.583 0 .161.055.326.165.495.119.161.322.292.61.394l1.066.38c.415.145.724.352.927.623.203.27.305.588.305.952 0 .355-.102.681-.305.978a2.07 2.07 0 0 1-.825.71c-.347.17-.749.254-1.206.254-.246 0-.504-.033-.775-.101a4.739 4.739 0 0 1-.711-.216 3.269 3.269 0 0 1-.469-.241v-1.117c.118.084.283.182.495.292.22.101.453.19.698.266.245.068.474.102.686.102.397 0 .71-.09.939-.267.237-.177.355-.398.355-.66a.567.567 0 0 0-.241-.482c-.152-.119-.376-.233-.673-.343l-.939-.343c-.491-.186-.817-.419-.978-.698a1.978 1.978 0 0 1-.241-.978c0-.541.203-.99.61-1.345.406-.356.947-.534 1.625-.534Zm4.557-2.92c.246 0 .449.09.61.267.169.17.253.368.253.597 0 .22-.084.419-.253.596a.787.787 0 0 1-.61.267.826.826 0 0 1-.622-.267.866.866 0 0 1-.241-.596c0-.229.08-.428.241-.597a.826.826 0 0 1 .622-.266Zm.648 3.047V93h-1.041v-5.37h-1.003v-.978h2.044Zm5.116-.127c.643 0 1.214.153 1.714.457.499.305.888.711 1.168 1.22.287.507.431 1.061.431 1.662s-.144 1.155-.431 1.663c-.28.5-.669.902-1.168 1.206-.5.305-1.071.457-1.714.457s-1.215-.152-1.714-.457a3.363 3.363 0 0 1-1.181-1.206 3.397 3.397 0 0 1-.419-1.663c0-.6.14-1.155.419-1.663a3.333 3.333 0 0 1 1.181-1.219c.499-.304 1.071-.457 1.714-.457Zm0 1.016c-.449 0-.842.11-1.181.33a2.178 2.178 0 0 0-.787.85 2.466 2.466 0 0 0-.267 1.143c0 .406.089.787.267 1.143a2.3 2.3 0 0 0 .787.85c.339.212.732.318 1.181.318.457 0 .85-.106 1.181-.318.338-.22.596-.503.774-.85.186-.356.279-.737.279-1.143a2.38 2.38 0 0 0-.279-1.142 2.09 2.09 0 0 0-.774-.85c-.331-.221-.724-.331-1.181-.331Zm6.068-.889v1.003c.136-.169.309-.338.521-.508.211-.177.448-.325.711-.444.27-.118.55-.178.838-.178.431 0 .825.098 1.18.292.356.187.639.474.851.864.211.38.317.863.317 1.447V93h-1.041l-.013-3.77c0-.55-.122-.97-.368-1.257-.237-.288-.605-.432-1.104-.432-.339 0-.677.127-1.016.38-.33.246-.622.534-.876.864V93h-1.041v-6.348h1.041Zm8.278-.127a3.2 3.2 0 0 1 1.041.165c.321.102.554.208.698.318v1.117a3.308 3.308 0 0 0-.724-.394 2.42 2.42 0 0 0-.939-.19c-.398 0-.699.093-.902.28-.194.186-.292.38-.292.583 0 .161.055.326.165.495.119.161.322.292.61.394l1.066.38c.415.145.724.352.927.623.203.27.305.588.305.952 0 .355-.102.681-.305.978a2.07 2.07 0 0 1-.825.71c-.347.17-.749.254-1.206.254-.246 0-.504-.033-.775-.101a4.739 4.739 0 0 1-.711-.216 3.269 3.269 0 0 1-.469-.241v-1.117c.118.084.283.182.495.292.22.101.453.19.698.266.245.068.474.102.686.102.397 0 .71-.09.939-.267.237-.177.355-.398.355-.66a.567.567 0 0 0-.241-.482c-.152-.119-.376-.233-.673-.343l-.939-.343c-.491-.186-.817-.419-.978-.698a1.978 1.978 0 0 1-.241-.978c0-.541.203-.99.61-1.345.406-.356.947-.534 1.625-.534Zm10.219 0c.466 0 .868.077 1.206.229.339.144.572.275.699.393v1.054a3.748 3.748 0 0 0-.813-.457c-.305-.135-.669-.203-1.092-.203-.448 0-.842.11-1.18.33a2.17 2.17 0 0 0-.787.85 2.466 2.466 0 0 0-.267 1.143c0 .406.089.787.267 1.143.186.347.448.63.787.85.338.212.732.318 1.18.318.423 0 .787-.064 1.092-.19.305-.136.576-.293.813-.47v1.053c-.127.127-.36.263-.699.407-.338.144-.74.215-1.206.215-.643 0-1.214-.152-1.714-.457a3.36 3.36 0 0 1-1.18-1.206 3.387 3.387 0 0 1-.419-1.663c0-.6.139-1.155.419-1.663a3.33 3.33 0 0 1 1.18-1.219c.5-.304 1.071-.457 1.714-.457Zm6.234 0c.364 0 .732.09 1.104.267.381.17.707.406.978.71v-.85h1.041V93h-1.041v-1.08c-.22.34-.521.636-.902.89-.372.254-.799.38-1.282.38a2.816 2.816 0 0 1-1.485-.406 3.085 3.085 0 0 1-1.079-1.155c-.263-.491-.394-1.058-.394-1.701 0-.703.131-1.308.394-1.816a2.891 2.891 0 0 1 1.104-1.168c.466-.279.986-.419 1.562-.419Zm.19 1.016c-.457 0-.846.114-1.168.343a2.326 2.326 0 0 0-.749.888c-.169.356-.254.741-.254 1.156 0 .406.085.783.254 1.13.169.338.406.609.711.812.313.203.673.305 1.079.305.389 0 .736-.102 1.041-.305.305-.203.546-.482.724-.838.178-.364.262-.77.254-1.218l-.013-1.22a3.28 3.28 0 0 0-.851-.774 1.89 1.89 0 0 0-1.028-.279Zm6.132-.889v1.003c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.551-.178.838-.178.432 0 .825.098 1.181.292.355.187.639.474.851.864.211.38.317.863.317 1.447V93h-1.041l-.013-3.77c0-.55-.123-.97-.368-1.257-.237-.288-.605-.432-1.104-.432-.339 0-.678.127-1.016.38-.33.246-.622.534-.876.864V93h-1.041v-6.348h1.041Zm-238.558 14.873c.364 0 .732.089 1.105.267.381.169.707.406.977.711v-.851h1.041V108h-1.041v-1.079c-.22.338-.52.635-.901.889-.372.253-.8.38-1.282.38a2.82 2.82 0 0 1-1.486-.406 3.09 3.09 0 0 1-1.079-1.155c-.262-.491-.393-1.058-.393-1.701 0-.703.131-1.308.393-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419Zm.191 1.016c-.457 0-.847.114-1.168.343a2.319 2.319 0 0 0-.749.888 2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.169.338.406.609.711.812a1.94 1.94 0 0 0 1.079.305c.389 0 .736-.102 1.041-.305a2.11 2.11 0 0 0 .723-.838c.178-.364.263-.77.254-1.219l-.012-1.218a3.315 3.315 0 0 0-.851-.775 1.892 1.892 0 0 0-1.028-.279Zm8.315-1.016c.55 0 1.045.136 1.486.407a2.82 2.82 0 0 1 1.066 1.117c.271.474.406 1.032.406 1.676 0 .694-.135 1.303-.406 1.828a2.956 2.956 0 0 1-1.092 1.206 2.864 2.864 0 0 1-1.561.431c-.364 0-.737-.097-1.118-.292a3.335 3.335 0 0 1-.964-.749v3.898h-1.041v-9.395h1.041v1.079c.22-.338.516-.622.888-.85a2.402 2.402 0 0 1 1.295-.356Zm-.165 1.016c-.381 0-.728.097-1.041.292a2.042 2.042 0 0 0-.723.813c-.17.338-.254.736-.254 1.193l.012 1.219c.271.33.555.601.851.812.296.203.639.305 1.028.305.457 0 .847-.119 1.168-.356.322-.237.567-.541.736-.914.178-.381.267-.774.267-1.18 0-.415-.085-.783-.254-1.105a1.995 1.995 0 0 0-.711-.787c-.304-.195-.664-.292-1.079-.292Zm8.062-1.016c.55 0 1.045.136 1.485.407.449.262.804.634 1.066 1.117.271.474.407 1.032.407 1.676 0 .694-.136 1.303-.407 1.828a2.961 2.961 0 0 1-1.091 1.206 2.868 2.868 0 0 1-1.562.431 2.44 2.44 0 0 1-1.117-.292 3.352 3.352 0 0 1-.965-.749v3.898h-1.041v-9.395h1.041v1.079c.22-.338.516-.622.889-.85a2.4 2.4 0 0 1 1.295-.356Zm-.165 1.016c-.381 0-.728.097-1.041.292a2.052 2.052 0 0 0-.724.813c-.169.338-.254.736-.254 1.193l.013 1.219c.271.33.554.601.85.812.297.203.639.305 1.029.305.457 0 .846-.119 1.168-.356.321-.237.567-.541.736-.914.178-.381.267-.774.267-1.18 0-.415-.085-.783-.254-1.105a2.01 2.01 0 0 0-.711-.787c-.305-.195-.665-.292-1.079-.292Zm5.878-3.682V108h-1.041v-9.14h1.041Zm2.513 2.793 2.222 4.672 2.158-4.672h1.244l-4.672 9.395h-1.206l1.816-3.428-2.806-5.967h1.244Zm13.572-.127c.643 0 1.214.153 1.713.457.5.305.889.711 1.168 1.219.288.508.432 1.062.432 1.663a3.31 3.31 0 0 1-.432 1.663c-.279.5-.668.902-1.168 1.206-.499.305-1.07.457-1.713.457-.644 0-1.215-.152-1.714-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.327 3.327 0 0 1 1.181-1.219c.499-.304 1.07-.457 1.714-.457Zm0 1.016c-.449 0-.843.11-1.181.33a2.171 2.171 0 0 0-.787.851 2.466 2.466 0 0 0-.267 1.142c0 .407.089.787.267 1.143.186.347.448.63.787.85.338.212.732.318 1.181.318.457 0 .85-.106 1.18-.318.339-.22.597-.503.775-.85a2.43 2.43 0 0 0 .279-1.143 2.38 2.38 0 0 0-.279-1.142 2.085 2.085 0 0 0-.775-.851c-.33-.22-.723-.33-1.18-.33Zm6.068-.889v1.27c.245-.423.542-.762.889-1.016s.702-.381 1.066-.381c.245 0 .465.043.66.127v1.206a1.588 1.588 0 0 0-.812-.241c-.432 0-.783.153-1.054.457a6.692 6.692 0 0 0-.749 1.092V108h-1.041v-6.348h1.041Zm9.648-.127c.373 0 .72.055 1.041.165.322.102.555.208.699.318v1.117a3.324 3.324 0 0 0-.724-.394 2.42 2.42 0 0 0-.939-.19c-.398 0-.699.093-.902.279-.195.187-.292.381-.292.584 0 .161.055.326.165.495.119.161.322.292.61.394l1.066.381c.415.144.724.351.927.622.203.271.304.588.304.952 0 .356-.101.681-.304.978-.195.296-.47.533-.825.711-.347.169-.749.253-1.207.253-.245 0-.503-.033-.774-.101a4.67 4.67 0 0 1-.711-.216 3.308 3.308 0 0 1-.47-.241v-1.117c.119.084.284.182.496.292.22.101.452.19.698.266.245.068.474.102.685.102.398 0 .711-.089.94-.267.237-.178.355-.398.355-.66a.566.566 0 0 0-.241-.482c-.152-.119-.377-.233-.673-.343l-.939-.343c-.491-.186-.817-.419-.978-.698a1.97 1.97 0 0 1-.241-.978c0-.541.203-.99.609-1.345.407-.356.948-.534 1.625-.534Zm6.411 0c.466 0 .868.077 1.207.229.338.144.571.275.698.393v1.054a3.74 3.74 0 0 0-.813-.457c-.304-.135-.668-.203-1.092-.203-.448 0-.842.11-1.18.33a2.171 2.171 0 0 0-.787.851 2.466 2.466 0 0 0-.267 1.142c0 .407.089.787.267 1.143.186.347.448.63.787.85.338.212.732.318 1.18.318.424 0 .788-.064 1.092-.191.305-.135.576-.292.813-.469v1.053c-.127.127-.36.263-.698.407-.339.143-.741.215-1.207.215-.643 0-1.214-.152-1.713-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.327 3.327 0 0 1 1.181-1.219c.499-.304 1.07-.457 1.713-.457Zm6.729 0c.432 0 .825.098 1.181.292.355.187.639.474.85.864.212.381.318.863.318 1.447V108h-1.041l-.013-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.605-.432-1.105-.432-.338 0-.677.127-1.015.381-.33.245-.622.533-.876.863V108h-1.041v-9.14h1.041v3.795c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178Zm6.932 0c.651 0 1.193.136 1.625.407.431.27.753.639.964 1.104.221.466.331.99.331 1.574v.622h-4.875c.05.356.173.682.368.978.194.296.448.533.761.711a2.24 2.24 0 0 0 1.08.254c.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.584 2.584 0 0 1-.533.457 3.333 3.333 0 0 1-.8.38c-.296.11-.609.165-.939.165-.644 0-1.215-.152-1.714-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.131-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.836 2.836 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533-.339.347-.55.77-.635 1.27h3.821c-.042-.415-.161-.754-.355-1.016a1.742 1.742 0 0 0-.686-.584 1.882 1.882 0 0 0-.85-.203Zm10.372-3.682V108h-1.041v-1.079c-.22.338-.521.635-.902.889-.372.253-.8.38-1.282.38a2.814 2.814 0 0 1-1.485-.406 3.073 3.073 0 0 1-1.079-1.155c-.263-.491-.394-1.058-.394-1.701 0-.703.131-1.308.394-1.816.27-.508.639-.897 1.104-1.168a2.98 2.98 0 0 1 1.562-.419c.364 0 .732.089 1.104.267.381.169.707.406.978.711v-3.644h1.041Zm-2.933 3.707c-.457 0-.846.115-1.168.343-.322.22-.571.508-.749.863a2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.169.338.406.609.711.812a1.94 1.94 0 0 0 1.079.305c.389 0 .736-.102 1.041-.305a2.12 2.12 0 0 0 .724-.838c.178-.364.262-.77.254-1.219l-.013-1.218a3.085 3.085 0 0 0-.851-.762 1.957 1.957 0 0 0-1.028-.267Zm10.283-.914v3.758c0 .559-.118 1.041-.355 1.447-.237.407-.559.72-.965.94a2.83 2.83 0 0 1-1.371.33 2.83 2.83 0 0 1-1.371-.33 2.449 2.449 0 0 1-.965-.94c-.237-.406-.356-.888-.356-1.447v-3.758h1.08v3.758c0 .55.16.973.482 1.27.33.287.707.431 1.13.431.423 0 .795-.144 1.117-.431.33-.297.495-.72.495-1.27v-3.758h1.079Zm3.009-2.793V108h-1.041v-9.14h1.041Zm4.774 2.666c.651 0 1.193.136 1.624.407.432.27.754.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.369.978.194.296.448.533.761.711.313.169.673.254 1.079.254a2.53 2.53 0 0 0 1.283-.343 4.865 4.865 0 0 0 1.003-.774l-.013 1.13a2.584 2.584 0 0 1-.533.457 3.333 3.333 0 0 1-.8.38 2.68 2.68 0 0 1-.94.165c-.643 0-1.214-.152-1.713-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.212 3.212 0 0 1 1.08-1.219 2.836 2.836 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533-.339.347-.551.77-.635 1.27h3.821c-.042-.415-.161-.754-.355-1.016a1.75 1.75 0 0 0-.686-.584 1.882 1.882 0 0 0-.85-.203Zm10.194-2.717v1.828h1.853v.978h-1.853v3.72c0 .262.068.469.203.622.135.152.343.228.622.228.254 0 .466-.029.635-.089.169-.067.317-.139.444-.215v.85a2.058 2.058 0 0 1-.546.317c-.186.085-.44.127-.761.127-.542 0-.953-.16-1.232-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.415-.186.762-.491 1.041-.914.279-.432.525-.96.736-1.587h.483Zm6.855 1.701c.432 0 .825.098 1.181.292.355.187.639.474.851.864.211.381.317.863.317 1.447V108h-1.041l-.013-3.771c0-.55-.122-.969-.368-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.678.127-1.016.381-.33.245-.622.533-.876.863V108h-1.041v-9.14h1.041v3.795c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.551-.178.838-.178Zm6.932 0c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.173.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.557 2.557 0 0 1-.533.457 3.315 3.315 0 0 1-.8.38c-.296.11-.609.165-.939.165-.643 0-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.132-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.839 2.839 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.339.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.747 1.747 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm11.058-1.016c.363 0 .732.089 1.104.267.381.169.707.406.978.711v-.851h1.041V108h-1.041v-1.079c-.22.338-.521.635-.902.889-.372.253-.8.38-1.282.38a2.814 2.814 0 0 1-1.485-.406 3.073 3.073 0 0 1-1.079-1.155c-.263-.491-.394-1.058-.394-1.701 0-.703.131-1.308.394-1.816.27-.508.639-.897 1.104-1.168a2.98 2.98 0 0 1 1.562-.419Zm.19 1.016c-.457 0-.846.114-1.168.343a2.319 2.319 0 0 0-.749.888 2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.169.338.406.609.711.812a1.94 1.94 0 0 0 1.079.305c.389 0 .736-.102 1.041-.305a2.12 2.12 0 0 0 .724-.838 2.64 2.64 0 0 0 .254-1.219l-.013-1.218a3.299 3.299 0 0 0-.851-.775 1.892 1.892 0 0 0-1.028-.279Zm8.315-1.016c.551 0 1.046.136 1.486.407a2.82 2.82 0 0 1 1.066 1.117c.271.474.406 1.032.406 1.676 0 .694-.135 1.303-.406 1.828a2.956 2.956 0 0 1-1.092 1.206 2.864 2.864 0 0 1-1.561.431 2.44 2.44 0 0 1-1.117-.292 3.339 3.339 0 0 1-.965-.749v3.898h-1.041v-9.395h1.041v1.079c.22-.338.516-.622.889-.85.38-.237.812-.356 1.294-.356Zm-.165 1.016c-.38 0-.727.097-1.041.292a2.05 2.05 0 0 0-.723.813c-.17.338-.254.736-.254 1.193l.013 1.219c.27.33.554.601.85.812.296.203.639.305 1.028.305.457 0 .847-.119 1.168-.356.322-.237.567-.541.737-.914a2.77 2.77 0 0 0 .266-1.18 2.33 2.33 0 0 0-.254-1.105 1.995 1.995 0 0 0-.711-.787c-.304-.195-.664-.292-1.079-.292Zm8.062-1.016c.55 0 1.045.136 1.485.407.449.262.804.634 1.067 1.117.27.474.406 1.032.406 1.676 0 .694-.136 1.303-.406 1.828a2.97 2.97 0 0 1-1.092 1.206 2.868 2.868 0 0 1-1.562.431 2.44 2.44 0 0 1-1.117-.292 3.352 3.352 0 0 1-.965-.749v3.898h-1.041v-9.395h1.041v1.079c.22-.338.517-.622.889-.85a2.4 2.4 0 0 1 1.295-.356Zm-.165 1.016c-.381 0-.728.097-1.041.292a2.052 2.052 0 0 0-.724.813c-.169.338-.254.736-.254 1.193l.013 1.219c.271.33.554.601.851.812.296.203.639.305 1.028.305.457 0 .846-.119 1.168-.356.321-.237.567-.541.736-.914.178-.381.267-.774.267-1.18 0-.415-.085-.783-.254-1.105a1.995 1.995 0 0 0-.711-.787c-.305-.195-.664-.292-1.079-.292Zm5.878-.889v1.27a3.26 3.26 0 0 1 .888-1.016c.347-.254.703-.381 1.067-.381.245 0 .465.043.66.127v1.206a1.588 1.588 0 0 0-.812-.241c-.432 0-.783.153-1.054.457a6.63 6.63 0 0 0-.749 1.092V108h-1.041v-6.348h1.041Zm6.817-.127c.643 0 1.215.153 1.714.457a3.23 3.23 0 0 1 1.168 1.219c.288.508.432 1.062.432 1.663a3.31 3.31 0 0 1-.432 1.663c-.279.5-.669.902-1.168 1.206-.499.305-1.071.457-1.714.457s-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.139-1.155.419-1.663a3.324 3.324 0 0 1 1.18-1.219c.5-.304 1.071-.457 1.714-.457Zm0 1.016c-.448 0-.842.11-1.18.33a2.18 2.18 0 0 0-.788.851 2.478 2.478 0 0 0-.266 1.142c0 .407.089.787.266 1.143a2.3 2.3 0 0 0 .788.85c.338.212.732.318 1.18.318.457 0 .851-.106 1.181-.318.338-.22.597-.503.774-.85a2.43 2.43 0 0 0 .28-1.143 2.38 2.38 0 0 0-.28-1.142 2.083 2.083 0 0 0-.774-.851c-.33-.22-.724-.33-1.181-.33Zm10.372-.889L750.548 108h-.648l-2.856-6.348h1.244l1.917 4.672 2.082-4.672h1.244Zm3.758-.127c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.173.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.557 2.557 0 0 1-.533.457 3.315 3.315 0 0 1-.8.38c-.296.11-.609.165-.939.165-.643 0-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.132-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.747 1.747 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm10.372-3.682V108h-1.041v-1.079c-.22.338-.52.635-.901.889-.373.253-.8.38-1.282.38a2.82 2.82 0 0 1-1.486-.406 3.09 3.09 0 0 1-1.079-1.155c-.262-.491-.393-1.058-.393-1.701 0-.703.131-1.308.393-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419c.364 0 .732.089 1.105.267.38.169.706.406.977.711v-3.644h1.041Zm-2.932 3.707c-.458 0-.847.115-1.168.343-.322.22-.572.508-.749.863-.17.356-.254.741-.254 1.156 0 .406.084.783.254 1.13.169.338.406.609.71.812.314.203.673.305 1.08.305.389 0 .736-.102 1.041-.305.304-.203.545-.482.723-.838.178-.364.263-.77.254-1.219l-.013-1.218a3.082 3.082 0 0 0-.85-.762 1.957 1.957 0 0 0-1.028-.267Zm11.768-1.041c.466 0 .868.077 1.206.229.339.144.571.275.698.393v1.054a3.732 3.732 0 0 0-.812-.457c-.305-.135-.669-.203-1.092-.203-.448 0-.842.11-1.181.33a2.178 2.178 0 0 0-.787.851 2.478 2.478 0 0 0-.266 1.142c0 .407.089.787.266 1.143.186.347.449.63.787.85.339.212.733.318 1.181.318.423 0 .787-.064 1.092-.191.305-.135.575-.292.812-.469v1.053c-.127.127-.359.263-.698.407-.338.143-.74.215-1.206.215-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.139-1.155.419-1.663a3.324 3.324 0 0 1 1.18-1.219c.5-.304 1.071-.457 1.714-.457Zm6.729 0c.431 0 .825.098 1.18.292.356.187.639.474.851.864.211.381.317.863.317 1.447V108h-1.041l-.012-3.771c0-.55-.123-.969-.369-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.677.127-1.016.381-.33.245-.622.533-.876.863V108h-1.041v-9.14h1.041v3.795c.136-.169.309-.338.521-.508.211-.177.448-.325.711-.444.271-.118.55-.178.838-.178Zm6.931 0c.364 0 .732.089 1.105.267.381.169.706.406.977.711v-.851h1.041V108h-1.041v-1.079c-.22.338-.52.635-.901.889-.373.253-.8.38-1.282.38a2.82 2.82 0 0 1-1.486-.406 3.09 3.09 0 0 1-1.079-1.155c-.262-.491-.393-1.058-.393-1.701 0-.703.131-1.308.393-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419Zm.191 1.016c-.457 0-.847.114-1.168.343a2.31 2.31 0 0 0-.749.888c-.17.356-.254.741-.254 1.156 0 .406.084.783.254 1.13.169.338.406.609.711.812.313.203.672.305 1.079.305.389 0 .736-.102 1.041-.305.304-.203.546-.482.723-.838.178-.364.263-.77.254-1.219l-.012-1.218a3.315 3.315 0 0 0-.851-.775 1.892 1.892 0 0 0-1.028-.279Zm6.131-.889v1.003c.136-.169.309-.338.521-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178.431 0 .825.098 1.18.292.356.187.639.474.851.864.212.381.317.863.317 1.447V108h-1.041l-.012-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.606-.432-1.105-.432-.338 0-.677.127-1.016.381-.33.245-.622.533-.876.863V108h-1.041v-6.348h1.041Zm9.001-.127c.364 0 .733.089 1.105.267.381.169.707.406.977.711v-.851h1.042v6.221c0 .753-.153 1.38-.458 1.879-.304.499-.71.872-1.218 1.117a3.763 3.763 0 0 1-1.663.368c-.39 0-.724-.046-1.003-.139a2.574 2.574 0 0 1-.699-.33c-.194-.127-.372-.25-.533-.369v-1.117c.127.093.292.212.495.356.212.152.462.287.749.406.297.118.627.178.991.178a2.8 2.8 0 0 0 1.142-.229 1.98 1.98 0 0 0 .838-.673c.212-.296.317-.651.317-1.066v-1.333c-.22.338-.52.635-.901.889-.372.253-.8.38-1.282.38a2.814 2.814 0 0 1-1.485-.406 3.084 3.084 0 0 1-1.08-1.155c-.262-.491-.393-1.058-.393-1.701 0-.703.131-1.308.393-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419Zm.191 1.029c-.457 0-.846.114-1.168.342a2.233 2.233 0 0 0-.749.876 2.66 2.66 0 0 0-.254 1.156c0 .406.085.778.254 1.117.169.338.406.609.711.812.313.204.673.305 1.079.305.389 0 .736-.101 1.041-.305.305-.203.546-.482.724-.837.177-.356.262-.758.253-1.207l-.012-1.218a3.1 3.1 0 0 0-.851-.762 1.892 1.892 0 0 0-1.028-.279Zm7.706-1.029c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.173.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.557 2.557 0 0 1-.533.457 3.315 3.315 0 0 1-.8.38c-.296.11-.609.165-.939.165-.643 0-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.132-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.339.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.747 1.747 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm6.525-1.016c.373 0 .72.055 1.041.165.322.102.555.208.699.318v1.117a3.324 3.324 0 0 0-.724-.394 2.42 2.42 0 0 0-.939-.19c-.398 0-.699.093-.902.279-.195.187-.292.381-.292.584 0 .161.055.326.165.495.119.161.322.292.61.394l1.066.381c.415.144.724.351.927.622.203.271.304.588.304.952 0 .356-.101.681-.304.978-.195.296-.47.533-.825.711-.347.169-.749.253-1.207.253-.245 0-.503-.033-.774-.101a4.67 4.67 0 0 1-.711-.216 3.308 3.308 0 0 1-.47-.241v-1.117c.119.084.284.182.496.292.22.101.452.19.698.266.245.068.474.102.685.102.398 0 .711-.089.94-.267.237-.178.355-.398.355-.66a.566.566 0 0 0-.241-.482c-.152-.119-.377-.233-.673-.343l-.939-.343c-.491-.186-.817-.419-.978-.698a1.97 1.97 0 0 1-.241-.978c0-.541.203-.99.609-1.345.407-.356.948-.534 1.625-.534Z"}),h.createElement("circle",{cx:667,cy:211.997,r:5,fill:"#6C65E5",stroke:"#F7F7FA",strokeWidth:2}),h.createElement("path",{fill:"#615BC2",d:"M629.389 318.494v1.079h-2.933v7.389h-1.143v-7.389h-2.932v-1.079h7.008Zm4.557 2.031c.432 0 .825.098 1.181.292.355.187.639.474.851.864.211.381.317.863.317 1.447V327h-1.041l-.013-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.678.127-1.016.381-.33.245-.622.533-.876.863V327h-1.041v-9.141h1.041v3.796c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.551-.178.838-.178Zm6.932 0c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.173.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.557 2.557 0 0 1-.533.457 3.315 3.315 0 0 1-.8.38c-.296.11-.609.165-.939.165-.643 0-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.132-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.839 2.839 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.339.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.747 1.747 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm13.635-.889v3.758c0 .559-.119 1.041-.356 1.447-.237.407-.558.72-.965.94a2.83 2.83 0 0 1-1.371.33 2.83 2.83 0 0 1-1.371-.33 2.449 2.449 0 0 1-.965-.94c-.237-.406-.355-.888-.355-1.447v-3.758h1.079v3.758c0 .55.161.973.482 1.27.33.287.707.431 1.13.431.423 0 .796-.144 1.117-.431.331-.297.496-.72.496-1.27v-3.758h1.079Zm3.859-.127a3.2 3.2 0 0 1 1.041.165c.322.102.554.208.698.318v1.117a3.314 3.314 0 0 0-.723-.394 2.422 2.422 0 0 0-.94-.19c-.398 0-.698.093-.901.279-.195.187-.292.381-.292.584 0 .161.055.326.165.495.118.161.322.292.609.394l1.067.381c.414.144.723.351.926.622.204.271.305.588.305.952 0 .356-.101.681-.305.978a2.06 2.06 0 0 1-.825.711c-.347.169-.749.253-1.206.253-.245 0-.503-.033-.774-.101a4.601 4.601 0 0 1-.711-.216 3.253 3.253 0 0 1-.47-.241v-1.117c.119.084.284.182.495.292.22.101.453.19.698.266.246.068.474.102.686.102.398 0 .711-.089.939-.267.237-.178.356-.398.356-.66a.566.566 0 0 0-.241-.482c-.153-.119-.377-.233-.673-.343l-.94-.343c-.49-.186-.816-.419-.977-.698a1.97 1.97 0 0 1-.241-.978c0-.541.203-.99.609-1.345.406-.356.948-.534 1.625-.534Zm6.157 0c.652 0 1.194.136 1.625.407.432.27.754.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .885-.114 1.282-.343a4.812 4.812 0 0 0 1.003-.774l-.012 1.13a2.593 2.593 0 0 1-.534.457 3.325 3.325 0 0 1-.799.38c-.297.11-.61.165-.94.165-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.21 3.21 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.524 0-.956.178-1.295.533-.338.347-.55.77-.634 1.27h3.821c-.042-.415-.161-.754-.356-1.016a1.74 1.74 0 0 0-.685-.584 1.883 1.883 0 0 0-.851-.203Zm5.675-.889v1.27c.246-.423.542-.762.889-1.016s.702-.381 1.066-.381c.246 0 .466.043.66.127v1.206a1.583 1.583 0 0 0-.812-.241c-.432 0-.783.153-1.054.457a6.692 6.692 0 0 0-.749 1.092V327h-1.041v-6.348h1.041Zm16.085 0L684.067 327h-.647l-1.739-4.481-1.74 4.481h-.647l-2.222-6.348h1.244l1.41 4.456 1.663-4.456h.584l1.663 4.456 1.409-4.456h1.244Zm4.38-.127c.432 0 .825.098 1.181.292.355.187.639.474.85.864.212.381.318.863.318 1.447V327h-1.041l-.013-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.605-.432-1.105-.432-.338 0-.677.127-1.015.381-.33.245-.622.533-.876.863V327h-1.041v-9.141h1.041v3.796c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178Zm7.185 0c.644 0 1.215.153 1.714.457.5.305.889.711 1.168 1.219.288.508.432 1.062.432 1.663a3.31 3.31 0 0 1-.432 1.663c-.279.5-.668.902-1.168 1.206-.499.305-1.07.457-1.714.457-.643 0-1.214-.152-1.713-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.327 3.327 0 0 1 1.181-1.219c.499-.304 1.07-.457 1.713-.457Zm0 1.016c-.448 0-.842.11-1.18.33a2.171 2.171 0 0 0-.787.851 2.466 2.466 0 0 0-.267 1.142c0 .407.089.787.267 1.143.186.347.448.63.787.85.338.212.732.318 1.18.318.458 0 .851-.106 1.181-.318.339-.22.597-.503.775-.85a2.43 2.43 0 0 0 .279-1.143 2.38 2.38 0 0 0-.279-1.142 2.085 2.085 0 0 0-.775-.851c-.33-.22-.723-.33-1.181-.33Zm11.706-1.016c.465 0 .867.077 1.206.229.338.144.571.275.698.393v1.054a3.74 3.74 0 0 0-.813-.457c-.304-.135-.668-.203-1.091-.203-.449 0-.843.11-1.181.33a2.171 2.171 0 0 0-.787.851 2.466 2.466 0 0 0-.267 1.142c0 .407.089.787.267 1.143.186.347.448.63.787.85.338.212.732.318 1.181.318.423 0 .787-.064 1.091-.191.305-.135.576-.292.813-.469v1.053c-.127.127-.36.263-.698.407-.339.143-.741.215-1.206.215-.644 0-1.215-.152-1.714-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.327 3.327 0 0 1 1.181-1.219c.499-.304 1.07-.457 1.714-.457Zm4.659.127v1.27a3.26 3.26 0 0 1 .888-1.016c.347-.254.703-.381 1.067-.381.245 0 .465.043.66.127v1.206a1.589 1.589 0 0 0-.813-.241c-.431 0-.782.153-1.053.457a6.63 6.63 0 0 0-.749 1.092V327h-1.041v-6.348h1.041Zm6.563-.127c.652 0 1.194.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .885-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.012 1.13a2.593 2.593 0 0 1-.534.457 3.325 3.325 0 0 1-.799.38c-.297.11-.61.165-.94.165-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.21 3.21 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.634 1.27h3.821c-.042-.415-.161-.754-.356-1.016a1.74 1.74 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm7.249-1.016c.364 0 .732.089 1.105.267.381.169.706.406.977.711v-.851h1.041V327h-1.041v-1.079c-.22.338-.52.635-.901.889-.372.253-.8.38-1.282.38a2.82 2.82 0 0 1-1.486-.406 3.09 3.09 0 0 1-1.079-1.155c-.262-.491-.393-1.058-.393-1.701 0-.703.131-1.308.393-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419Zm.191 1.016c-.457 0-.847.114-1.168.343a2.31 2.31 0 0 0-.749.888c-.17.356-.254.741-.254 1.156 0 .406.084.783.254 1.13.169.338.406.609.711.812.313.203.672.305 1.079.305.389 0 .736-.102 1.041-.305.304-.203.546-.482.723-.838.178-.364.263-.77.254-1.219l-.012-1.218a3.315 3.315 0 0 0-.851-.775 1.892 1.892 0 0 0-1.028-.279Zm6.842-2.717v1.828h1.854v.978h-1.854v3.72c0 .262.068.469.204.622.135.152.342.228.622.228.254 0 .465-.029.634-.089.17-.067.318-.139.445-.215v.85c-.17.136-.351.241-.546.317-.186.085-.44.127-.762.127-.542 0-.952-.16-1.231-.482-.271-.33-.407-.766-.407-1.308v-3.77h-1.218v-.305c.414-.186.761-.491 1.041-.914.279-.432.524-.96.736-1.587h.482Zm6.361 1.701c.651 0 1.193.136 1.625.407a2.5 2.5 0 0 1 .965 1.104c.22.466.33.99.33 1.574v.622h-4.875c.051.356.173.682.368.978.195.296.448.533.762.711.313.169.672.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.557 2.557 0 0 1-.533.457 3.333 3.333 0 0 1-.8.38c-.296.11-.609.165-.939.165-.644 0-1.215-.152-1.714-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.131-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.836 2.836 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533-.339.347-.55.77-.635 1.27h3.821c-.042-.415-.16-.754-.355-1.016a1.742 1.742 0 0 0-.686-.584 1.88 1.88 0 0 0-.85-.203Zm10.372-3.682V327h-1.041v-1.079c-.22.338-.521.635-.902.889-.372.253-.799.38-1.282.38a2.816 2.816 0 0 1-1.485-.406 3.081 3.081 0 0 1-1.079-1.155c-.263-.491-.394-1.058-.394-1.701 0-.703.131-1.308.394-1.816a2.89 2.89 0 0 1 1.104-1.168 2.98 2.98 0 0 1 1.562-.419c.364 0 .732.089 1.104.267.381.169.707.406.978.711v-3.644h1.041Zm-2.933 3.707c-.457 0-.846.115-1.168.343-.321.22-.571.508-.749.863a2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.17.338.407.609.711.812a1.94 1.94 0 0 0 1.079.305c.39 0 .737-.102 1.041-.305a2.12 2.12 0 0 0 .724-.838c.178-.364.262-.77.254-1.219l-.013-1.218a3.096 3.096 0 0 0-.85-.762 1.96 1.96 0 0 0-1.029-.267Zm10.652-2.742v1.828h1.853v.978h-1.853v3.72c0 .262.067.469.203.622.135.152.343.228.622.228.254 0 .465-.029.635-.089.169-.067.317-.139.444-.215v.85a2.058 2.058 0 0 1-.546.317c-.186.085-.44.127-.762.127-.541 0-.952-.16-1.231-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.415-.186.762-.491 1.041-.914.279-.432.525-.96.736-1.587h.483Zm6.855 1.701c.432 0 .825.098 1.181.292.355.187.639.474.85.864.212.381.318.863.318 1.447V327h-1.041l-.013-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.605-.432-1.105-.432-.338 0-.677.127-1.015.381-.33.245-.622.533-.876.863V327h-1.041v-9.141h1.041v3.796c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178Zm6.932 0c.651 0 1.193.136 1.625.407a2.5 2.5 0 0 1 .965 1.104c.22.466.33.99.33 1.574v.622h-4.875c.05.356.173.682.368.978.194.296.448.533.762.711.313.169.672.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.557 2.557 0 0 1-.533.457 3.333 3.333 0 0 1-.8.38c-.296.11-.609.165-.939.165-.644 0-1.215-.152-1.714-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.131-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.836 2.836 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533-.339.347-.55.77-.635 1.27h3.821c-.042-.415-.16-.754-.355-1.016a1.742 1.742 0 0 0-.686-.584 1.882 1.882 0 0 0-.85-.203Zm11.311-1.016c.466 0 .868.077 1.206.229.339.144.572.275.699.393v1.054a3.74 3.74 0 0 0-.813-.457c-.305-.135-.669-.203-1.092-.203-.448 0-.842.11-1.18.33a2.18 2.18 0 0 0-.788.851 2.478 2.478 0 0 0-.266 1.142c0 .407.089.787.266 1.143a2.3 2.3 0 0 0 .788.85c.338.212.732.318 1.18.318.423 0 .787-.064 1.092-.191.305-.135.576-.292.813-.469v1.053c-.127.127-.36.263-.699.407-.338.143-.74.215-1.206.215-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.139-1.155.419-1.663a3.324 3.324 0 0 1 1.18-1.219c.5-.304 1.071-.457 1.714-.457Zm6.729 0c.431 0 .825.098 1.18.292.356.187.639.474.851.864.212.381.317.863.317 1.447V327h-1.041l-.012-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.606-.432-1.105-.432-.339 0-.677.127-1.016.381-.33.245-.622.533-.876.863V327h-1.041v-9.141h1.041v3.796c.136-.169.309-.338.521-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178Zm6.931 0c.364 0 .733.089 1.105.267.381.169.707.406.977.711v-.851h1.041V327h-1.041v-1.079c-.22.338-.52.635-.901.889-.372.253-.8.38-1.282.38a2.814 2.814 0 0 1-1.485-.406 3.084 3.084 0 0 1-1.08-1.155c-.262-.491-.393-1.058-.393-1.701 0-.703.131-1.308.393-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419Zm.191 1.016c-.457 0-.847.114-1.168.343a2.319 2.319 0 0 0-.749.888 2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.169.338.406.609.711.812a1.94 1.94 0 0 0 1.079.305c.389 0 .736-.102 1.041-.305a2.12 2.12 0 0 0 .724-.838c.177-.364.262-.77.253-1.219l-.012-1.218a3.315 3.315 0 0 0-.851-.775 1.892 1.892 0 0 0-1.028-.279Zm6.132-.889v1.003c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178.432 0 .825.098 1.181.292.355.187.639.474.85.864.212.381.318.863.318 1.447V327h-1.041l-.013-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.605-.432-1.105-.432-.338 0-.677.127-1.015.381-.33.245-.622.533-.876.863V327h-1.041v-6.348h1.041Zm9.001-.127c.364 0 .732.089 1.104.267.381.169.707.406.978.711v-.851h1.041v6.221c0 .753-.153 1.38-.457 1.879a2.87 2.87 0 0 1-1.219 1.117 3.763 3.763 0 0 1-1.663.368c-.389 0-.724-.046-1.003-.139a2.553 2.553 0 0 1-.698-.33c-.195-.127-.373-.25-.534-.369v-1.117c.127.093.292.212.496.356.211.152.461.287.749.406.296.118.626.178.99.178.415 0 .795-.076 1.142-.229a1.98 1.98 0 0 0 .838-.673c.212-.296.318-.651.318-1.066v-1.333c-.22.338-.521.635-.902.889-.372.253-.799.38-1.282.38a2.814 2.814 0 0 1-1.485-.406 3.073 3.073 0 0 1-1.079-1.155c-.263-.491-.394-1.058-.394-1.701 0-.703.131-1.308.394-1.816.27-.508.639-.897 1.104-1.168a2.98 2.98 0 0 1 1.562-.419Zm.19 1.029c-.457 0-.846.114-1.168.342a2.24 2.24 0 0 0-.749.876 2.66 2.66 0 0 0-.254 1.156c0 .406.085.778.254 1.117.169.338.406.609.711.812.313.204.673.305 1.079.305.389 0 .736-.101 1.041-.305.305-.203.546-.482.724-.837.178-.356.262-.758.254-1.207l-.013-1.218a3.085 3.085 0 0 0-.851-.762 1.892 1.892 0 0 0-1.028-.279Zm7.706-1.029c.652 0 1.194.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.012 1.13a2.593 2.593 0 0 1-.534.457 3.325 3.325 0 0 1-.799.38c-.297.11-.61.165-.94.165-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.2 3.2 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.74 1.74 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203ZM624.12 335.652v1.27c.246-.423.542-.762.889-1.016s.702-.381 1.066-.381c.246 0 .466.043.66.127v1.206a1.583 1.583 0 0 0-.812-.241c-.432 0-.783.153-1.054.457a6.692 6.692 0 0 0-.749 1.092V342h-1.041v-6.348h1.041Zm6.564-.127c.651 0 1.193.136 1.625.407.431.27.753.639.964 1.104.22.466.331.99.331 1.574v.622h-4.875c.05.356.173.682.368.978.194.296.448.533.761.711a2.24 2.24 0 0 0 1.08.254c.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.584 2.584 0 0 1-.533.457 3.333 3.333 0 0 1-.8.38c-.296.11-.609.165-.939.165-.644 0-1.215-.152-1.714-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.131-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.836 2.836 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533-.339.347-.55.77-.635 1.27h3.821c-.042-.415-.161-.754-.355-1.016a1.742 1.742 0 0 0-.686-.584 1.882 1.882 0 0 0-.85-.203Zm7.249-1.016c.364 0 .732.089 1.104.267.381.169.707.406.978.711v-.851h1.041v9.395h-1.041v-4.126c-.22.338-.521.635-.902.889-.372.253-.8.38-1.282.38a2.814 2.814 0 0 1-1.485-.406 3.073 3.073 0 0 1-1.079-1.155c-.263-.491-.394-1.058-.394-1.701 0-.703.131-1.308.394-1.816.27-.508.639-.897 1.104-1.168a2.98 2.98 0 0 1 1.562-.419Zm.19 1.029c-.457 0-.846.114-1.168.342a2.233 2.233 0 0 0-.749.876 2.66 2.66 0 0 0-.254 1.156c0 .406.085.778.254 1.117.169.338.406.609.711.812.313.204.673.305 1.079.305.389 0 .736-.101 1.041-.305.305-.203.546-.482.724-.837.177-.356.262-.758.254-1.207l-.013-1.218a3.085 3.085 0 0 0-.851-.762 1.892 1.892 0 0 0-1.028-.279Zm10.283-.902v3.758c0 .559-.118 1.041-.355 1.447-.237.407-.559.72-.965.94a2.83 2.83 0 0 1-1.371.33 2.83 2.83 0 0 1-1.371-.33 2.449 2.449 0 0 1-.965-.94c-.237-.406-.356-.888-.356-1.447v-3.758h1.08v3.758c0 .55.16.973.482 1.27.33.287.707.431 1.13.431.423 0 .795-.144 1.117-.431.33-.297.495-.72.495-1.27v-3.758h1.079Zm4.583-.127c.652 0 1.194.136 1.625.407.432.27.754.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .885-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.012 1.13a2.593 2.593 0 0 1-.534.457 3.325 3.325 0 0 1-.799.38c-.297.11-.61.165-.94.165-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.21 3.21 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.524 0-.956.178-1.295.533-.338.347-.55.77-.634 1.27h3.821c-.042-.415-.161-.754-.356-1.016a1.74 1.74 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm6.526-1.016a3.2 3.2 0 0 1 1.041.165c.321.102.554.208.698.318v1.117a3.324 3.324 0 0 0-.724-.394 2.417 2.417 0 0 0-.939-.19c-.398 0-.698.093-.902.279-.194.187-.292.381-.292.584 0 .161.055.326.165.495.119.161.322.292.61.394l1.066.381c.415.144.724.351.927.622.203.271.305.588.305.952 0 .356-.102.681-.305.978-.195.296-.47.533-.825.711-.347.169-.749.253-1.206.253a3.18 3.18 0 0 1-.775-.101 4.67 4.67 0 0 1-.711-.216 3.231 3.231 0 0 1-.469-.241v-1.117c.118.084.283.182.495.292.22.101.453.19.698.266.246.068.474.102.686.102.397 0 .711-.089.939-.267.237-.178.356-.398.356-.66a.567.567 0 0 0-.242-.482c-.152-.119-.376-.233-.673-.343l-.939-.343c-.491-.186-.817-.419-.978-.698a1.98 1.98 0 0 1-.241-.978c0-.541.203-.99.61-1.345.406-.356.948-.534 1.625-.534Zm5.294-1.701v1.828h1.853v.978h-1.853v3.72c0 .262.067.469.203.622.135.152.342.228.622.228.254 0 .465-.029.635-.089.169-.067.317-.139.444-.215v.85a2.058 2.058 0 0 1-.546.317c-.186.085-.44.127-.762.127-.541 0-.952-.16-1.231-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.415-.186.762-.491 1.041-.914.279-.432.525-.96.736-1.587h.483Zm10.422 1.701c.466 0 .868.077 1.207.229.338.144.571.275.698.393v1.054a3.74 3.74 0 0 0-.813-.457c-.304-.135-.668-.203-1.092-.203-.448 0-.842.11-1.18.33a2.171 2.171 0 0 0-.787.851 2.466 2.466 0 0 0-.267 1.142c0 .407.089.787.267 1.143.186.347.448.63.787.85.338.212.732.318 1.18.318.424 0 .788-.064 1.092-.191.305-.135.576-.292.813-.469v1.053c-.127.127-.36.263-.698.407-.339.143-.741.215-1.207.215-.643 0-1.214-.152-1.713-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.327 3.327 0 0 1 1.181-1.219c.499-.304 1.07-.457 1.713-.457Zm6.234 0c.364 0 .732.089 1.104.267.381.169.707.406.978.711v-.851h1.041V342h-1.041v-1.079a3.13 3.13 0 0 1-.901.889c-.373.253-.8.38-1.283.38a2.816 2.816 0 0 1-1.485-.406 3.081 3.081 0 0 1-1.079-1.155c-.263-.491-.394-1.058-.394-1.701 0-.703.131-1.308.394-1.816a2.89 2.89 0 0 1 1.104-1.168 2.98 2.98 0 0 1 1.562-.419Zm.19 1.016c-.457 0-.846.114-1.168.343a2.328 2.328 0 0 0-.749.888 2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.17.338.407.609.711.812a1.94 1.94 0 0 0 1.079.305c.39 0 .737-.102 1.041-.305a2.12 2.12 0 0 0 .724-.838c.178-.364.262-.77.254-1.219l-.013-1.218a3.311 3.311 0 0 0-.85-.775 1.895 1.895 0 0 0-1.029-.279Zm6.132-.889v1.003c.136-.169.309-.338.521-.508.211-.177.448-.325.711-.444.27-.118.55-.178.837-.178.432 0 .826.098 1.181.292.356.187.639.474.851.864.211.381.317.863.317 1.447V342h-1.041l-.013-3.771c0-.55-.122-.969-.368-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.677.127-1.016.381-.33.245-.622.533-.876.863V342h-1.041v-6.348h1.041Zm13.064-.127c.465 0 .867.077 1.206.229.338.144.571.275.698.393v1.054a3.74 3.74 0 0 0-.813-.457c-.304-.135-.668-.203-1.091-.203-.449 0-.843.11-1.181.33a2.171 2.171 0 0 0-.787.851 2.466 2.466 0 0 0-.267 1.142c0 .407.089.787.267 1.143.186.347.448.63.787.85.338.212.732.318 1.181.318.423 0 .787-.064 1.091-.191.305-.135.576-.292.813-.469v1.053c-.127.127-.36.263-.698.407-.339.143-.741.215-1.206.215-.644 0-1.215-.152-1.714-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.327 3.327 0 0 1 1.181-1.219c.499-.304 1.07-.457 1.714-.457Zm6.233 0c.364 0 .732.089 1.104.267.381.169.707.406.978.711v-.851h1.041V342h-1.041v-1.079c-.22.338-.52.635-.901.889-.373.253-.8.38-1.283.38a2.819 2.819 0 0 1-1.485-.406 3.09 3.09 0 0 1-1.079-1.155c-.262-.491-.394-1.058-.394-1.701 0-.703.132-1.308.394-1.816a2.89 2.89 0 0 1 1.104-1.168 2.98 2.98 0 0 1 1.562-.419Zm.19 1.016c-.457 0-.846.114-1.168.343a2.328 2.328 0 0 0-.749.888 2.66 2.66 0 0 0-.253 1.156c0 .406.084.783.253 1.13.17.338.407.609.711.812.314.203.673.305 1.079.305.39 0 .737-.102 1.041-.305a2.12 2.12 0 0 0 .724-.838c.178-.364.262-.77.254-1.219l-.013-1.218a3.311 3.311 0 0 0-.85-.775 1.893 1.893 0 0 0-1.029-.279Zm6.132-.889v1.003c.136-.169.309-.338.521-.508.211-.177.448-.325.711-.444.271-.118.55-.178.838-.178.431 0 .825.098 1.18.292.356.187.639.474.851.864.211.381.317.863.317 1.447V342h-1.041l-.012-3.771c0-.55-.123-.969-.369-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.677.127-1.016.381-.33.245-.622.533-.876.863V342h-1.041v-6.348h1.041Zm9.255-.127c.466 0 .868.077 1.206.229.339.144.571.275.698.393v1.054a3.732 3.732 0 0 0-.812-.457c-.305-.135-.669-.203-1.092-.203-.448 0-.842.11-1.181.33-.338.212-.6.495-.787.851a2.478 2.478 0 0 0-.266 1.142c0 .407.089.787.266 1.143.187.347.449.63.787.85.339.212.733.318 1.181.318.423 0 .787-.064 1.092-.191.305-.135.575-.292.812-.469v1.053c-.127.127-.359.263-.698.407-.338.143-.74.215-1.206.215-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.139-1.155.419-1.663a3.324 3.324 0 0 1 1.18-1.219c.5-.304 1.071-.457 1.714-.457Zm6.234 0c.651 0 1.193.136 1.625.407.431.27.753.639.964 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.369.978.194.296.448.533.761.711.313.169.673.254 1.079.254a2.53 2.53 0 0 0 1.283-.343 4.865 4.865 0 0 0 1.003-.774l-.013 1.13a2.584 2.584 0 0 1-.533.457 3.333 3.333 0 0 1-.8.38c-.296.11-.609.165-.94.165-.643 0-1.214-.152-1.713-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.131-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.836 2.836 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533-.339.347-.551.77-.635 1.27h3.821c-.042-.415-.161-.754-.355-1.016a1.75 1.75 0 0 0-.686-.584 1.882 1.882 0 0 0-.85-.203Zm5.674-3.682V342h-1.041v-9.141h1.041Zm7.719.965v1.828h1.854v.978h-1.854v3.72c0 .262.068.469.203.622.136.152.343.228.622.228.254 0 .466-.029.635-.089.169-.067.317-.139.444-.215v.85a2.058 2.058 0 0 1-.546.317c-.186.085-.44.127-.761.127-.542 0-.952-.16-1.232-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.415-.186.762-.491 1.041-.914.28-.432.525-.96.737-1.587h.482Zm6.856 1.701c.431 0 .825.098 1.18.292.356.187.639.474.851.864.211.381.317.863.317 1.447V342h-1.041l-.013-3.771c0-.55-.122-.969-.368-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.677.127-1.016.381-.33.245-.622.533-.876.863V342h-1.041v-9.141h1.041v3.796c.136-.169.309-.338.521-.508.211-.177.448-.325.711-.444.27-.118.55-.178.838-.178Zm6.931 0c.652 0 1.194.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .885-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.012 1.13a2.593 2.593 0 0 1-.534.457 3.325 3.325 0 0 1-.799.38c-.297.11-.61.165-.94.165-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.21 3.21 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.634 1.27h3.821c-.043-.415-.161-.754-.356-1.016a1.74 1.74 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm11.312-1.016c.465 0 .867.077 1.206.229.338.144.571.275.698.393v1.054a3.755 3.755 0 0 0-.812-.457c-.305-.135-.669-.203-1.092-.203-.449 0-.842.11-1.181.33a2.178 2.178 0 0 0-.787.851 2.466 2.466 0 0 0-.267 1.142c0 .407.089.787.267 1.143.186.347.449.63.787.85.339.212.732.318 1.181.318.423 0 .787-.064 1.092-.191.304-.135.575-.292.812-.469v1.053c-.127.127-.36.263-.698.407-.339.143-.741.215-1.206.215-.644 0-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.334 3.334 0 0 1 1.181-1.219c.499-.304 1.07-.457 1.714-.457Zm6.728 0c.432 0 .825.098 1.181.292.355.187.639.474.85.864.212.381.318.863.318 1.447V342h-1.041l-.013-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.678.127-1.016.381-.33.245-.622.533-.876.863V342h-1.041v-9.141h1.041v3.796c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178Zm6.932 0c.364 0 .732.089 1.104.267.381.169.707.406.978.711v-.851h1.041V342h-1.041v-1.079a3.13 3.13 0 0 1-.901.889c-.373.253-.8.38-1.283.38a2.819 2.819 0 0 1-1.485-.406 3.081 3.081 0 0 1-1.079-1.155c-.263-.491-.394-1.058-.394-1.701 0-.703.131-1.308.394-1.816a2.89 2.89 0 0 1 1.104-1.168 2.98 2.98 0 0 1 1.562-.419Zm.19 1.016c-.457 0-.846.114-1.168.343a2.328 2.328 0 0 0-.749.888 2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.17.338.407.609.711.812a1.94 1.94 0 0 0 1.079.305c.39 0 .737-.102 1.041-.305a2.12 2.12 0 0 0 .724-.838c.178-.364.262-.77.254-1.219l-.013-1.218a3.311 3.311 0 0 0-.85-.775 1.895 1.895 0 0 0-1.029-.279Zm6.132-.889v1.003c.136-.169.309-.338.521-.508.211-.177.448-.325.711-.444.27-.118.55-.178.837-.178.432 0 .826.098 1.181.292.356.187.639.474.851.864.211.381.317.863.317 1.447V342h-1.041l-.013-3.771c0-.55-.122-.969-.368-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.677.127-1.016.381-.33.245-.622.533-.876.863V342h-1.041v-6.348h1.041Zm9.001-.127c.364 0 .732.089 1.105.267.38.169.706.406.977.711v-.851h1.041v6.221c0 .753-.152 1.38-.457 1.879a2.87 2.87 0 0 1-1.219 1.117 3.76 3.76 0 0 1-1.663.368c-.389 0-.723-.046-1.003-.139a2.581 2.581 0 0 1-.698-.33c-.195-.127-.372-.25-.533-.369v-1.117c.127.093.292.212.495.356.212.152.461.287.749.406.296.118.626.178.99.178.415 0 .796-.076 1.143-.229.347-.152.626-.376.838-.673.211-.296.317-.651.317-1.066v-1.333c-.22.338-.52.635-.901.889-.373.253-.8.38-1.282.38a2.82 2.82 0 0 1-1.486-.406 3.09 3.09 0 0 1-1.079-1.155c-.262-.491-.393-1.058-.393-1.701 0-.703.131-1.308.393-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419Zm.191 1.029c-.457 0-.847.114-1.168.342a2.225 2.225 0 0 0-.749.876c-.17.356-.254.741-.254 1.156 0 .406.084.778.254 1.117.169.338.406.609.71.812.314.204.673.305 1.08.305.389 0 .736-.101 1.041-.305.304-.203.546-.482.723-.837.178-.356.263-.758.254-1.207l-.013-1.218a3.082 3.082 0 0 0-.85-.762 1.892 1.892 0 0 0-1.028-.279Zm7.706-1.029c.651 0 1.193.136 1.625.407.431.27.753.639.964 1.104.22.466.331.99.331 1.574v.622h-4.875c.05.356.173.682.368.978.194.296.448.533.761.711a2.24 2.24 0 0 0 1.08.254c.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.584 2.584 0 0 1-.533.457 3.333 3.333 0 0 1-.8.38c-.296.11-.609.165-.939.165-.644 0-1.215-.152-1.714-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.131-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.836 2.836 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533-.339.347-.55.77-.635 1.27h3.821c-.042-.415-.161-.754-.355-1.016a1.742 1.742 0 0 0-.686-.584 1.882 1.882 0 0 0-.85-.203Zm6.525-1.016a3.2 3.2 0 0 1 1.041.165c.322.102.554.208.698.318v1.117a3.314 3.314 0 0 0-.723-.394 2.422 2.422 0 0 0-.94-.19c-.398 0-.698.093-.901.279-.195.187-.292.381-.292.584 0 .161.055.326.165.495.118.161.321.292.609.394l1.067.381c.414.144.723.351.926.622.204.271.305.588.305.952 0 .356-.101.681-.305.978a2.06 2.06 0 0 1-.825.711c-.347.169-.749.253-1.206.253-.245 0-.503-.033-.774-.101a4.601 4.601 0 0 1-.711-.216 3.253 3.253 0 0 1-.47-.241v-1.117c.119.084.284.182.495.292.22.101.453.19.698.266.246.068.474.102.686.102.398 0 .711-.089.939-.267.237-.178.356-.398.356-.66a.568.568 0 0 0-.241-.482c-.153-.119-.377-.233-.673-.343l-.94-.343c-.491-.186-.816-.419-.977-.698a1.97 1.97 0 0 1-.241-.978c0-.541.203-.99.609-1.345.406-.356.948-.534 1.625-.534Z"}),h.createElement("path",{stroke:"#6C65E5",strokeLinecap:"round",strokeWidth:1.5,d:"M667 307v-92"}),h.createElement("path",{stroke:"#6C65E5",strokeLinecap:"round",strokeWidth:1.5,d:"M667 209v-90"}),h.createElement("path",{fill:"black",fillOpacity:.87,d:"M938.026 269.494 942 278h-1.371l-.889-2.031h-3.986l-.901 2.031h-1.372l3.974-8.506h.571Zm-.266 1.93-1.536 3.466h3.047l-1.511-3.466Zm7.198-1.6v1.828h1.854v.978h-1.854v3.72c0 .262.068.469.203.622.136.152.343.228.622.228.254 0 .466-.029.635-.089.169-.067.317-.139.444-.215v.85a2.058 2.058 0 0 1-.546.317c-.186.085-.44.127-.761.127-.542 0-.952-.16-1.232-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.415-.186.762-.491 1.041-.914.28-.432.525-.96.737-1.587h.482Zm9.306 0v1.828h1.853v.978h-1.853v3.72c0 .262.067.469.203.622.135.152.343.228.622.228.254 0 .465-.029.635-.089.169-.067.317-.139.444-.215v.85a2.058 2.058 0 0 1-.546.317c-.186.085-.44.127-.762.127-.541 0-.952-.16-1.231-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.415-.186.762-.491 1.041-.914.279-.432.525-.96.736-1.587h.483Zm6.855 1.701c.432 0 .825.098 1.181.292.355.187.639.474.85.864.212.381.318.863.318 1.447V278h-1.041l-.013-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.605-.432-1.105-.432-.338 0-.677.127-1.015.381-.33.245-.622.533-.876.863V278h-1.041v-9.141h1.041v3.796c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178Zm6.932 0c.651 0 1.193.136 1.625.407a2.5 2.5 0 0 1 .965 1.104c.22.466.33.99.33 1.574v.622h-4.875c.05.356.173.682.368.978.195.296.448.533.762.711.313.169.672.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.557 2.557 0 0 1-.533.457 3.333 3.333 0 0 1-.8.38c-.296.11-.609.165-.939.165-.644 0-1.215-.152-1.714-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.131-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.836 2.836 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533-.339.347-.55.77-.635 1.27h3.821c-.042-.415-.16-.754-.355-1.016a1.742 1.742 0 0 0-.686-.584 1.88 1.88 0 0 0-.85-.203Zm10.334-1.016a3.2 3.2 0 0 1 1.041.165c.321.102.554.208.698.318v1.117a3.324 3.324 0 0 0-.724-.394 2.413 2.413 0 0 0-.939-.19c-.398 0-.698.093-.901.279-.195.187-.292.381-.292.584 0 .161.055.326.165.495.118.161.321.292.609.394l1.066.381c.415.144.724.351.927.622.203.271.305.588.305.952 0 .356-.102.681-.305.978-.195.296-.47.533-.825.711-.347.169-.749.253-1.206.253a3.18 3.18 0 0 1-.775-.101 4.622 4.622 0 0 1-.71-.216 3.2 3.2 0 0 1-.47-.241v-1.117c.118.084.283.182.495.292.22.101.453.19.698.266.246.068.474.102.686.102.398 0 .711-.089.939-.267.237-.178.356-.398.356-.66a.567.567 0 0 0-.242-.482c-.152-.119-.376-.233-.672-.343l-.94-.343c-.491-.186-.817-.419-.977-.698a1.97 1.97 0 0 1-.242-.978c0-.541.204-.99.61-1.345.406-.356.948-.534 1.625-.534Zm6.411 0c.465 0 .867.077 1.206.229.338.144.571.275.698.393v1.054a3.755 3.755 0 0 0-.812-.457c-.305-.135-.669-.203-1.092-.203-.449 0-.842.11-1.181.33a2.178 2.178 0 0 0-.787.851 2.465 2.465 0 0 0-.266 1.142c0 .407.088.787.266 1.143.186.347.449.63.787.85.339.212.732.318 1.181.318.423 0 .787-.064 1.092-.191.304-.135.575-.292.812-.469v1.053c-.127.127-.36.263-.698.407-.339.143-.741.215-1.206.215-.643 0-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.334 3.334 0 0 1 1.181-1.219c.499-.304 1.071-.457 1.714-.457Zm6.728 0c.432 0 .826.098 1.181.292.356.187.639.474.851.864.211.381.317.863.317 1.447V278h-1.041l-.013-3.771c0-.55-.122-.969-.368-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.677.127-1.016.381-.33.245-.622.533-.876.863V278h-1.041v-9.141h1.041v3.796c.135-.169.309-.338.521-.508.211-.177.448-.325.711-.444.27-.118.55-.178.837-.178Zm6.932 0c.652 0 1.193.136 1.624.407.43.27.75.639.97 1.104.22.466.33.99.33 1.574v.622h-4.879c.051.356.173.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .884-.114 1.282-.343a5.13 5.13 0 0 0 1.008-.774l-.02 1.13c-.12.143-.29.296-.53.457-.23.152-.496.279-.801.38-.296.11-.609.165-.939.165-.643 0-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.132-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.635 1.27h3.824c-.04-.415-.16-.754-.358-1.016a1.747 1.747 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm10.374-3.682V278h-1.04v-1.079c-.22.338-.52.635-.9.889-.38.253-.8.38-1.29.38-.54 0-1.03-.135-1.48-.406a3.068 3.068 0 0 1-1.08-1.155c-.26-.491-.39-1.058-.39-1.701 0-.703.13-1.308.39-1.816.27-.508.64-.897 1.1-1.168a3.01 3.01 0 0 1 1.57-.419c.36 0 .73.089 1.1.267.38.169.71.406.98.711v-3.644h1.04Zm-2.93 3.707c-.46 0-.85.115-1.17.343-.32.22-.57.508-.75.863a2.65 2.65 0 0 0 0 2.286c.17.338.4.609.71.812.31.203.67.305 1.08.305.39 0 .73-.102 1.04-.305.3-.203.55-.482.72-.838.18-.364.27-.77.26-1.219l-.02-1.218c-.26-.33-.54-.584-.85-.762a1.935 1.935 0 0 0-1.02-.267Zm10.28-.914v3.758c0 .559-.12 1.041-.36 1.447-.23.407-.56.72-.96.94-.41.22-.86.33-1.37.33-.51 0-.97-.11-1.37-.33-.41-.22-.73-.533-.97-.94-.24-.406-.35-.888-.35-1.447v-3.758h1.08v3.758c0 .55.16.973.48 1.27.33.287.7.431 1.13.431.42 0 .79-.144 1.11-.431.33-.297.5-.72.5-1.27v-3.758h1.08Zm3.01-2.793V278h-1.04v-9.141h1.04Zm4.77 2.666c.65 0 1.19.136 1.63.407.43.27.75.639.96 1.104.22.466.33.99.33 1.574v.622h-4.87c.05.356.17.682.36.978.2.296.45.533.77.711.31.169.67.254 1.07.254.46 0 .89-.114 1.29-.343.39-.237.73-.495 1-.774l-.01 1.13c-.12.143-.3.296-.54.457-.22.152-.49.279-.8.38-.29.11-.61.165-.94.165-.64 0-1.21-.152-1.71-.457-.5-.304-.89-.706-1.18-1.206a3.385 3.385 0 0 1-.42-1.663c0-.601.13-1.155.39-1.663.27-.508.63-.914 1.08-1.219.47-.304 1-.457 1.59-.457Zm0 1.016c-.52 0-.96.178-1.29.533-.34.347-.55.77-.64 1.27h3.82c-.04-.415-.16-.754-.35-1.016a1.789 1.789 0 0 0-.69-.584 1.867 1.867 0 0 0-.85-.203Zm10.37-3.682V278h-1.04v-1.079c-.22.338-.52.635-.9.889-.37.253-.8.38-1.28.38-.54 0-1.04-.135-1.49-.406a3.068 3.068 0 0 1-1.08-1.155c-.26-.491-.39-1.058-.39-1.701 0-.703.13-1.308.39-1.816.27-.508.64-.897 1.11-1.168.46-.279.98-.419 1.56-.419.36 0 .73.089 1.1.267.39.169.71.406.98.711v-3.644h1.04Zm-2.93 3.707c-.46 0-.85.115-1.17.343-.32.22-.57.508-.75.863-.17.356-.25.741-.25 1.156 0 .406.08.783.25 1.13.17.338.41.609.71.812.32.203.68.305 1.08.305.39 0 .74-.102 1.04-.305.31-.203.55-.482.73-.838.18-.364.26-.77.25-1.219l-.01-1.218c-.26-.33-.55-.584-.85-.762-.3-.178-.64-.267-1.03-.267Zm10.65-2.742v1.828h1.86v.978h-1.86v3.72c0 .262.07.469.2.622.14.152.35.228.63.228.25 0 .46-.029.63-.089.17-.067.32-.139.45-.215v.85c-.17.136-.36.241-.55.317-.19.085-.44.127-.76.127-.54 0-.95-.16-1.23-.482-.27-.33-.41-.766-.41-1.308v-3.77h-1.22v-.305c.42-.186.76-.491 1.04-.914.28-.432.53-.96.74-1.587h.48Zm4.76-1.219c.25 0 .45.089.61.267a.82.82 0 0 1 .26.597c0 .22-.09.419-.26.596a.78.78 0 0 1-.61.267.83.83 0 0 1-.62-.267.867.867 0 0 1-.24-.596.84.84 0 0 1 .24-.597.83.83 0 0 1 .62-.267Zm.65 3.047V278h-1.04v-5.37h-1v-.978h2.04Zm3.29 0v.813c.2-.229.46-.44.77-.635.32-.203.7-.305 1.13-.305.46 0 .89.11 1.28.33.4.212.71.534.92.965.29-.355.62-.66.96-.914a2.03 2.03 0 0 1 1.22-.381c.43 0 .84.098 1.21.292.38.187.68.474.91.864.24.381.36.863.36 1.447V278h-1.04l-.02-3.771c0-.55-.14-.969-.43-1.256-.28-.288-.67-.432-1.17-.432-.36 0-.68.114-.95.343a5.49 5.49 0 0 0-.77.8V278h-1.04l-.02-3.771c0-.55-.14-.969-.43-1.256-.28-.288-.67-.432-1.17-.432-.34 0-.66.102-.95.305a4.26 4.26 0 0 0-.77.736V278h-1.04v-6.348h1.04Zm13.34-.127c.65 0 1.19.136 1.63.407.43.27.75.639.96 1.104.22.466.33.99.33 1.574v.622h-4.87c.05.356.17.682.36.978.2.296.45.533.77.711.31.169.67.254 1.07.254.46 0 .89-.114 1.29-.343.39-.237.73-.495 1-.774l-.01 1.13c-.12.143-.3.296-.54.457-.22.152-.49.279-.8.38-.29.11-.61.165-.94.165-.64 0-1.21-.152-1.71-.457-.5-.304-.89-.706-1.18-1.206a3.385 3.385 0 0 1-.42-1.663c0-.601.13-1.155.39-1.663.27-.508.63-.914 1.08-1.219.47-.304 1-.457 1.59-.457Zm0 1.016c-.52 0-.96.178-1.29.533-.34.347-.55.77-.64 1.27h3.82c-.04-.415-.16-.754-.35-1.016a1.789 1.789 0 0 0-.69-.584 1.867 1.867 0 0 0-.85-.203Z"}),h.createElement("path",{fill:"black",fillOpacity:.87,d:"M1047.41 367.921V369h-4.01v-1.079h1.43v-6.348h-1.43v-1.079h4.01v1.079h-1.44v6.348h1.44Zm5.76-5.269v.978h-1.85V369h-1.04v-5.37h-1.01v-.978h1.01v-.812c0-.5.09-.906.29-1.219.19-.322.44-.559.75-.711.3-.161.61-.241.93-.241.43 0 .78.114 1.05.343v.914a1.62 1.62 0 0 0-.46-.203 1.633 1.633 0 0 0-.53-.064c-.31.009-.56.11-.74.305-.17.186-.25.516-.25.99v.698h1.85Zm6.95-1.828v1.828h1.85v.978h-1.85v3.72c0 .262.06.469.2.622.13.152.34.228.62.228.26 0 .47-.029.64-.089.17-.067.31-.139.44-.215v.85c-.17.136-.35.241-.55.317-.18.085-.44.127-.76.127-.54 0-.95-.16-1.23-.482-.27-.33-.4-.766-.4-1.308v-3.77h-1.22v-.305c.41-.186.76-.491 1.04-.914.28-.432.52-.96.73-1.587h.49Zm6.85 1.701c.43 0 .83.098 1.18.292.36.187.64.474.85.864.21.381.32.863.32 1.447V369h-1.04l-.01-3.771c0-.55-.13-.969-.37-1.256-.24-.288-.61-.432-1.11-.432-.33 0-.67.127-1.01.381-.33.245-.62.533-.88.863V369h-1.04v-9.141h1.04v3.796c.14-.169.31-.338.52-.508.21-.177.45-.325.71-.444.27-.118.55-.178.84-.178Zm6.93 0c.66 0 1.2.136 1.63.407.43.27.75.639.96 1.104.22.466.33.99.33 1.574v.622h-4.87c.05.356.17.682.37.978.19.296.44.533.76.711.31.169.67.254 1.08.254.45 0 .88-.114 1.28-.343.4-.237.73-.495 1-.774l-.01 1.13c-.12.143-.3.296-.53.457-.23.152-.5.279-.8.38-.3.11-.61.165-.94.165-.65 0-1.22-.152-1.72-.457-.5-.304-.89-.706-1.18-1.206a3.385 3.385 0 0 1-.42-1.663c0-.601.13-1.155.4-1.663.26-.508.62-.914 1.08-1.219.46-.304.99-.457 1.58-.457Zm0 1.016c-.52 0-.95.178-1.29.533-.34.347-.55.77-.64 1.27h3.82c-.04-.415-.16-.754-.35-1.016a1.789 1.789 0 0 0-.69-.584 1.867 1.867 0 0 0-.85-.203Zm5.68-.889v1.27c.24-.423.54-.762.89-1.016.34-.254.7-.381 1.06-.381.25 0 .47.043.66.127v1.206c-.27-.16-.54-.241-.81-.241-.43 0-.78.153-1.05.457-.27.305-.51.669-.75 1.092V369h-1.04v-6.348h1.04Zm6.56-.127c.65 0 1.19.136 1.63.407.43.27.75.639.96 1.104.22.466.33.99.33 1.574v.622h-4.87c.05.356.17.682.36.978.2.296.45.533.77.711.31.169.67.254 1.08.254.45 0 .88-.114 1.28-.343.4-.237.73-.495 1-.774l-.01 1.13c-.12.143-.3.296-.54.457-.22.152-.49.279-.8.38a2.6 2.6 0 0 1-.93.165c-.65 0-1.22-.152-1.72-.457-.5-.304-.89-.706-1.18-1.206a3.385 3.385 0 0 1-.42-1.663c0-.601.13-1.155.4-1.663a3.22 3.22 0 0 1 1.07-1.219c.47-.304 1-.457 1.59-.457Zm0 1.016c-.52 0-.95.178-1.29.533-.34.347-.55.77-.64 1.27h3.82c-.04-.415-.16-.754-.35-1.016a1.789 1.789 0 0 0-.69-.584 1.867 1.867 0 0 0-.85-.203Zm9.46-3.936c.25 0 .45.089.61.267a.81.81 0 0 1 .25.597c0 .22-.08.419-.25.596a.78.78 0 0 1-.61.267.815.815 0 0 1-.62-.267.867.867 0 0 1-.24-.596.84.84 0 0 1 .24-.597.815.815 0 0 1 .62-.267Zm.65 3.047V369h-1.04v-5.37h-1.01v-.978h2.05Zm4.14-.127c.37 0 .72.055 1.04.165.32.102.55.208.69.318v1.117a3.004 3.004 0 0 0-.72-.394 2.41 2.41 0 0 0-.94-.19c-.4 0-.7.093-.9.279-.19.187-.29.381-.29.584 0 .161.05.326.16.495.12.161.33.292.61.394l1.07.381c.41.144.72.351.93.622.2.271.3.588.3.952 0 .356-.1.681-.3.978-.2.296-.47.533-.83.711-.35.169-.75.253-1.21.253-.24 0-.5-.033-.77-.101-.26-.059-.5-.131-.71-.216a3.253 3.253 0 0 1-.47-.241v-1.117c.12.084.28.182.49.292.22.101.46.19.7.266.25.068.48.102.69.102.4 0 .71-.089.94-.267.24-.178.35-.398.35-.66a.568.568 0 0 0-.24-.482c-.15-.119-.37-.233-.67-.343l-.94-.343c-.49-.186-.82-.419-.98-.698a1.98 1.98 0 0 1-.24-.978c0-.541.2-.99.61-1.345.41-.356.95-.534 1.63-.534Zm9.96 0c.37 0 .73.089 1.11.267.38.169.7.406.97.711v-.851h1.04V369h-1.04v-1.079c-.22.338-.52.635-.9.889-.37.253-.8.38-1.28.38-.54 0-1.04-.135-1.49-.406-.44-.279-.8-.664-1.07-1.155s-.4-1.058-.4-1.701c0-.703.13-1.308.4-1.816s.63-.897 1.1-1.168a3 3 0 0 1 1.56-.419Zm.19 1.016c-.46 0-.84.114-1.17.343-.32.228-.57.525-.75.888-.16.356-.25.741-.25 1.156 0 .406.09.783.25 1.13.17.338.41.609.72.812.31.203.67.305 1.08.305.38 0 .73-.102 1.04-.305.3-.203.54-.482.72-.838.18-.364.26-.77.25-1.219l-.01-1.218c-.26-.33-.54-.588-.85-.775-.3-.186-.64-.279-1.03-.279Zm11.77-1.016c.47 0 .87.077 1.21.229.34.144.57.275.69.393v1.054c-.23-.178-.5-.33-.81-.457-.3-.135-.67-.203-1.09-.203-.45 0-.84.11-1.18.33a2.2 2.2 0 0 0-.79.851c-.17.347-.26.728-.26 1.142 0 .407.09.787.26 1.143.19.347.45.63.79.85.34.212.73.318 1.18.318.42 0 .79-.064 1.09-.191.31-.135.58-.292.81-.469v1.053c-.12.127-.35.263-.69.407-.34.143-.74.215-1.21.215-.64 0-1.21-.152-1.71-.457a3.28 3.28 0 0 1-1.18-1.206 3.385 3.385 0 0 1-.42-1.663c0-.601.14-1.155.42-1.663.28-.508.68-.914 1.18-1.219.5-.304 1.07-.457 1.71-.457Zm6.49 0c.64 0 1.21.153 1.71.457.5.305.89.711 1.17 1.219.29.508.43 1.062.43 1.663s-.14 1.156-.43 1.663c-.28.5-.67.902-1.17 1.206-.5.305-1.07.457-1.71.457-.65 0-1.22-.152-1.72-.457-.5-.304-.89-.706-1.18-1.206a3.385 3.385 0 0 1-.42-1.663c0-.601.14-1.155.42-1.663a3.34 3.34 0 0 1 1.18-1.219c.5-.304 1.07-.457 1.72-.457Zm0 1.016c-.45 0-.84.11-1.18.33a2.2 2.2 0 0 0-.79.851c-.18.347-.27.728-.27 1.142 0 .407.09.787.27 1.143.19.347.45.63.79.85.34.212.73.318 1.18.318.45 0 .85-.106 1.18-.318.34-.22.6-.503.77-.85.19-.356.28-.736.28-1.143 0-.414-.09-.795-.28-1.142a2.013 2.013 0 0 0-.77-.851c-.33-.22-.73-.33-1.18-.33Zm6.07-.889v1.003c.13-.169.31-.338.52-.508.21-.177.45-.325.71-.444.27-.118.55-.178.84-.178.43 0 .82.098 1.18.292.35.187.64.474.85.864.21.381.31.863.31 1.447V369h-1.04l-.01-3.771c0-.55-.12-.969-.37-1.256-.23-.288-.6-.432-1.1-.432-.34 0-.68.127-1.02.381-.33.245-.62.533-.87.863V369h-1.04v-6.348h1.04Zm9.67 0v.978h-1.85V369h-1.04v-5.37h-1.01v-.978h1.01v-.812c0-.5.09-.906.29-1.219.19-.322.44-.559.75-.711.3-.161.61-.241.92-.241.43 0 .79.114 1.06.343v.914a1.62 1.62 0 0 0-.46-.203 1.666 1.666 0 0 0-.53-.064c-.32.009-.56.11-.74.305-.17.186-.25.516-.25.99v.698h1.85Zm2.42-2.793V369h-1.04v-9.141h1.04Zm3.18-.254c.24 0 .45.089.61.267a.81.81 0 0 1 .25.597c0 .22-.08.419-.25.596a.794.794 0 0 1-.61.267.815.815 0 0 1-.62-.267.867.867 0 0 1-.24-.596.84.84 0 0 1 .24-.597.815.815 0 0 1 .62-.267Zm.65 3.047V369h-1.04v-5.37h-1.01v-.978h2.05Zm5.11-.127c.47 0 .87.077 1.21.229.34.144.57.275.7.393v1.054c-.24-.178-.51-.33-.82-.457-.3-.135-.66-.203-1.09-.203-.45 0-.84.11-1.18.33a2.2 2.2 0 0 0-.79.851c-.17.347-.26.728-.26 1.142 0 .407.09.787.26 1.143.19.347.45.63.79.85.34.212.73.318 1.18.318.43 0 .79-.064 1.09-.191.31-.135.58-.292.82-.469v1.053c-.13.127-.36.263-.7.407-.34.143-.74.215-1.21.215-.64 0-1.21-.152-1.71-.457-.5-.304-.89-.706-1.18-1.206a3.385 3.385 0 0 1-.42-1.663c0-.601.14-1.155.42-1.663a3.34 3.34 0 0 1 1.18-1.219c.5-.304 1.07-.457 1.71-.457Zm5.37-1.701v1.828h1.86v.978h-1.86v3.72c0 .262.07.469.21.622.13.152.34.228.62.228.25 0 .46-.029.63-.089.17-.067.32-.139.45-.215v.85c-.17.136-.35.241-.55.317-.19.085-.44.127-.76.127-.54 0-.95-.16-1.23-.482-.27-.33-.41-.766-.41-1.308v-3.77h-1.22v-.305c.42-.186.76-.491 1.04-.914.28-.432.53-.96.74-1.587h.48Zm4.19 6.678 1.04.355-1.14 3.39-.79-.203.89-3.542Zm-120.63 9.322v1.828h1.85v.978h-1.85v3.72c0 .262.07.469.2.622.14.152.35.228.63.228.25 0 .46-.029.63-.089.17-.067.32-.139.45-.215v.85c-.17.136-.36.241-.55.317-.19.085-.44.127-.76.127-.54 0-.95-.16-1.23-.482-.27-.33-.41-.766-.41-1.308v-3.77h-1.22v-.305c.42-.186.76-.491 1.04-.914.28-.432.53-.96.74-1.587h.48Zm6.86 1.701c.43 0 .82.098 1.18.292.35.187.64.474.85.864.21.381.32.863.32 1.447V385h-1.05l-.01-3.771c0-.55-.12-.969-.37-1.256-.23-.288-.6-.432-1.1-.432-.34 0-.68.127-1.02.381-.33.245-.62.533-.87.863V385h-1.04v-9.141h1.04v3.796c.13-.169.31-.338.52-.508.21-.177.45-.325.71-.444.27-.118.55-.178.84-.178Zm6.93 0c.65 0 1.19.136 1.62.407.43.27.76.639.97 1.104.22.466.33.99.33 1.574v.622h-4.88c.05.356.18.682.37.978.2.296.45.533.76.711.32.169.68.254 1.08.254.46 0 .89-.114 1.28-.343.4-.237.74-.495 1.01-.774l-.02 1.13c-.11.143-.29.296-.53.457-.23.152-.49.279-.8.38-.29.11-.61.165-.94.165-.64 0-1.21-.152-1.71-.457-.5-.304-.89-.706-1.18-1.206a3.385 3.385 0 0 1-.42-1.663c0-.601.13-1.155.39-1.663s.62-.914 1.08-1.219c.47-.304 1-.457 1.59-.457Zm0 1.016c-.53 0-.96.178-1.3.533-.34.347-.55.77-.63 1.27h3.82c-.04-.415-.16-.754-.36-1.016a1.693 1.693 0 0 0-.68-.584 1.898 1.898 0 0 0-.85-.203Zm11.31-1.016c.47 0 .87.077 1.21.229.33.144.57.275.69.393v1.054c-.23-.178-.5-.33-.81-.457-.3-.135-.67-.203-1.09-.203-.45 0-.84.11-1.18.33a2.2 2.2 0 0 0-.79.851c-.18.347-.26.728-.26 1.142 0 .407.08.787.26 1.143.19.347.45.63.79.85.34.212.73.318 1.18.318.42 0 .79-.064 1.09-.191.31-.135.58-.292.81-.469v1.053c-.12.127-.36.263-.69.407-.34.143-.74.215-1.21.215-.64 0-1.21-.152-1.71-.457a3.28 3.28 0 0 1-1.18-1.206 3.385 3.385 0 0 1-.42-1.663c0-.601.14-1.155.42-1.663.28-.508.68-.914 1.18-1.219.5-.304 1.07-.457 1.71-.457Zm6.73 0c.43 0 .82.098 1.18.292.35.187.64.474.85.864.21.381.32.863.32 1.447V385h-1.04l-.02-3.771c0-.55-.12-.969-.37-1.256-.23-.288-.6-.432-1.1-.432-.34 0-.68.127-1.02.381-.33.245-.62.533-.87.863V385h-1.04v-9.141h1.04v3.796c.13-.169.31-.338.52-.508.21-.177.45-.325.71-.444.27-.118.55-.178.84-.178Zm6.93 0c.36 0 .73.089 1.1.267.39.169.71.406.98.711v-.851h1.04V385h-1.04v-1.079c-.22.338-.52.635-.9.889-.37.253-.8.38-1.28.38-.54 0-1.04-.135-1.49-.406a3.068 3.068 0 0 1-1.08-1.155c-.26-.491-.39-1.058-.39-1.701 0-.703.13-1.308.39-1.816.27-.508.64-.897 1.11-1.168.46-.279.98-.419 1.56-.419Zm.19 1.016c-.46 0-.85.114-1.17.343-.32.228-.57.525-.75.888-.17.356-.25.741-.25 1.156 0 .406.08.783.25 1.13.17.338.41.609.71.812.32.203.68.305 1.08.305.39 0 .74-.102 1.04-.305.31-.203.55-.482.73-.838.18-.364.26-.77.25-1.219l-.01-1.218c-.26-.33-.55-.588-.85-.775-.3-.186-.64-.279-1.03-.279Zm6.13-.889v1.003c.14-.169.31-.338.52-.508.21-.177.45-.325.71-.444.27-.118.55-.178.84-.178.43 0 .83.098 1.18.292.36.187.64.474.85.864.21.381.32.863.32 1.447V385h-1.04l-.01-3.771c0-.55-.13-.969-.37-1.256-.24-.288-.61-.432-1.11-.432-.33 0-.67.127-1.01.381-.33.245-.62.533-.88.863V385h-1.04v-6.348h1.04Zm9-.127c.37 0 .74.089 1.11.267.38.169.7.406.98.711v-.851h1.04v6.221c0 .753-.16 1.38-.46 1.879-.31.499-.71.872-1.22 1.117a3.76 3.76 0 0 1-1.66.368c-.39 0-.73-.046-1.01-.139-.27-.085-.5-.195-.69-.33a8.92 8.92 0 0 1-.54-.369v-1.117c.13.093.29.212.5.356.21.152.46.287.75.406.29.118.62.178.99.178.41 0 .79-.076 1.14-.229.35-.152.63-.376.84-.673.21-.296.32-.651.32-1.066v-1.333c-.22.338-.53.635-.91.889-.37.253-.8.38-1.28.38-.54 0-1.04-.135-1.48-.406a3.068 3.068 0 0 1-1.08-1.155c-.27-.491-.4-1.058-.4-1.701 0-.703.13-1.308.4-1.816s.64-.897 1.1-1.168a3 3 0 0 1 1.56-.419Zm.19 1.029c-.45 0-.84.114-1.16.342-.33.221-.58.513-.75.876a2.65 2.65 0 0 0-.26 1.156c0 .406.09.778.26 1.117.17.338.4.609.71.812.31.204.67.305 1.08.305.39 0 .73-.101 1.04-.305.3-.203.54-.482.72-.837.18-.356.26-.758.26-1.207l-.02-1.218c-.26-.33-.54-.584-.85-.762a1.882 1.882 0 0 0-1.03-.279Zm7.71-1.029c.65 0 1.19.136 1.62.407.44.27.76.639.97 1.104.22.466.33.99.33 1.574v.622h-4.88c.06.356.18.682.37.978.2.296.45.533.76.711.32.169.68.254 1.08.254.46 0 .89-.114 1.29-.343.39-.237.73-.495 1-.774l-.01 1.13c-.12.143-.3.296-.54.457-.23.152-.49.279-.8.38-.29.11-.61.165-.94.165-.64 0-1.21-.152-1.71-.457-.5-.304-.89-.706-1.18-1.206a3.385 3.385 0 0 1-.42-1.663c0-.601.13-1.155.39-1.663.27-.508.63-.914 1.08-1.219.47-.304 1-.457 1.59-.457Zm0 1.016c-.53 0-.96.178-1.3.533-.33.347-.55.77-.63 1.27h3.82c-.04-.415-.16-.754-.35-1.016a1.789 1.789 0 0 0-.69-.584 1.867 1.867 0 0 0-.85-.203Zm9.48-.889v1.27c.25-.423.54-.762.89-1.016s.7-.381 1.07-.381c.24 0 .46.043.66.127v1.206c-.27-.16-.54-.241-.81-.241-.44 0-.79.153-1.06.457-.26.305-.51.669-.75 1.092V385h-1.04v-6.348h1.04Zm6.57-.127c.65 0 1.19.136 1.62.407.43.27.75.639.97 1.104.22.466.33.99.33 1.574v.622h-4.88c.05.356.17.682.37.978.19.296.45.533.76.711.31.169.67.254 1.08.254.46 0 .88-.114 1.28-.343.4-.237.73-.495 1.01-.774l-.02 1.13c-.12.143-.29.296-.53.457-.23.152-.5.279-.8.38-.3.11-.61.165-.94.165-.64 0-1.21-.152-1.71-.457a3.28 3.28 0 0 1-1.18-1.206 3.385 3.385 0 0 1-.42-1.663c0-.601.13-1.155.39-1.663s.62-.914 1.08-1.219c.47-.304.99-.457 1.59-.457Zm0 1.016c-.53 0-.96.178-1.3.533-.34.347-.55.77-.63 1.27h3.82c-.04-.415-.16-.754-.36-1.016a1.693 1.693 0 0 0-.68-.584 1.898 1.898 0 0 0-.85-.203Zm7.25-1.016c.36 0 .73.089 1.1.267.38.169.71.406.98.711v-.851h1.04v9.395h-1.04v-4.126c-.22.338-.52.635-.9.889-.38.253-.8.38-1.29.38-.54 0-1.03-.135-1.48-.406a3.068 3.068 0 0 1-1.08-1.155c-.26-.491-.39-1.058-.39-1.701 0-.703.13-1.308.39-1.816.27-.508.64-.897 1.1-1.168a3.01 3.01 0 0 1 1.57-.419Zm.19 1.029c-.46 0-.85.114-1.17.342-.32.221-.57.513-.75.876a2.65 2.65 0 0 0-.26 1.156c0 .406.09.778.26 1.117.17.338.41.609.71.812.31.204.67.305 1.08.305.39 0 .74-.101 1.04-.305.3-.203.55-.482.72-.837.18-.356.27-.758.26-1.207l-.02-1.218c-.26-.33-.54-.584-.85-.762a1.848 1.848 0 0 0-1.02-.279Zm10.28-.902v3.758c0 .559-.12 1.041-.36 1.447-.23.407-.55.72-.96.94-.41.22-.86.33-1.37.33-.51 0-.97-.11-1.37-.33-.41-.22-.73-.533-.97-.94-.24-.406-.35-.888-.35-1.447v-3.758h1.08v3.758c0 .55.16.973.48 1.27.33.287.7.431 1.13.431.42 0 .79-.144 1.11-.431.33-.297.5-.72.5-1.27v-3.758h1.08Zm4.58-.127c.65 0 1.2.136 1.63.407.43.27.75.639.96 1.104.22.466.33.99.33 1.574v.622h-4.87c.05.356.17.682.37.978.19.296.44.533.76.711.31.169.67.254 1.08.254.45 0 .88-.114 1.28-.343.4-.237.73-.495 1-.774l-.01 1.13c-.12.143-.3.296-.53.457-.23.152-.5.279-.8.38-.3.11-.61.165-.94.165-.65 0-1.22-.152-1.72-.457-.5-.304-.89-.706-1.18-1.206a3.385 3.385 0 0 1-.42-1.663c0-.601.13-1.155.4-1.663.26-.508.62-.914 1.08-1.219.46-.304.99-.457 1.58-.457Zm0 1.016c-.52 0-.95.178-1.29.533-.34.347-.55.77-.64 1.27h3.82c-.04-.415-.16-.754-.35-1.016a1.789 1.789 0 0 0-.69-.584 1.867 1.867 0 0 0-.85-.203Zm6.53-1.016c.37 0 .72.055 1.04.165.32.102.55.208.7.318v1.117a3.315 3.315 0 0 0-.73-.394c-.3-.127-.61-.19-.94-.19-.39 0-.69.093-.9.279-.19.187-.29.381-.29.584 0 .161.06.326.17.495.11.161.32.292.6.394l1.07.381c.42.144.72.351.93.622.2.271.3.588.3.952 0 .356-.1.681-.3.978-.2.296-.47.533-.83.711-.34.169-.75.253-1.2.253-.25 0-.51-.033-.78-.101-.26-.059-.5-.131-.71-.216a3.253 3.253 0 0 1-.47-.241v-1.117c.12.084.29.182.5.292.22.101.45.19.69.266.25.068.48.102.69.102.4 0 .71-.089.94-.267.24-.178.36-.398.36-.66a.576.576 0 0 0-.25-.482c-.15-.119-.37-.233-.67-.343l-.94-.343c-.49-.186-.81-.419-.98-.698a1.98 1.98 0 0 1-.24-.978c0-.541.21-.99.61-1.345.41-.356.95-.534 1.63-.534Zm5.29-1.701v1.828h1.85v.978h-1.85v3.72c0 .262.07.469.2.622.14.152.35.228.63.228.25 0 .46-.029.63-.089.17-.067.32-.139.45-.215v.85c-.17.136-.36.241-.55.317-.19.085-.44.127-.76.127-.54 0-.95-.16-1.23-.482-.27-.33-.41-.766-.41-1.308v-3.77h-1.22v-.305c.42-.186.76-.491 1.04-.914.28-.432.53-.96.74-1.587h.48Zm-105.57 17.828-2.22 6.348h-.65l-1.74-4.481-1.74 4.481h-.65l-2.22-6.348h1.24l1.41 4.456 1.67-4.456h.58l1.66 4.456 1.41-4.456h1.25Zm2.28-3.047c.25 0 .45.089.61.267a.82.82 0 0 1 .26.597c0 .22-.09.419-.26.596a.78.78 0 0 1-.61.267.83.83 0 0 1-.62-.267.867.867 0 0 1-.24-.596.84.84 0 0 1 .24-.597.83.83 0 0 1 .62-.267Zm.65 3.047V401h-1.04v-5.37h-1v-.978h2.04Zm3.29-2.793V401h-1.04v-9.141h1.04Zm3.2 0V401h-1.04v-9.141h1.04Zm7 2.793v1.003c.14-.169.31-.338.53-.508a2.9 2.9 0 0 1 .71-.444c.27-.118.55-.178.83-.178.44 0 .83.098 1.18.292.36.187.64.474.86.864.21.381.31.863.31 1.447V401h-1.04l-.01-3.771c0-.55-.12-.969-.37-1.256-.24-.288-.6-.432-1.1-.432-.34 0-.68.127-1.02.381-.33.245-.62.533-.88.863V401h-1.04v-6.348h1.04Zm9.26-.127c.64 0 1.21.153 1.71.457.5.305.89.711 1.17 1.219.29.508.43 1.062.43 1.663s-.14 1.156-.43 1.663c-.28.5-.67.902-1.17 1.206-.5.305-1.07.457-1.71.457-.64 0-1.21-.152-1.71-.457a3.28 3.28 0 0 1-1.18-1.206 3.385 3.385 0 0 1-.42-1.663c0-.601.14-1.155.42-1.663.28-.508.68-.914 1.18-1.219.5-.304 1.07-.457 1.71-.457Zm0 1.016c-.45 0-.84.11-1.18.33a2.2 2.2 0 0 0-.79.851c-.18.347-.26.728-.26 1.142 0 .407.08.787.26 1.143.19.347.45.63.79.85.34.212.73.318 1.18.318.46 0 .85-.106 1.18-.318.34-.22.6-.503.77-.85.19-.356.28-.736.28-1.143 0-.414-.09-.795-.28-1.142a2.013 2.013 0 0 0-.77-.851c-.33-.22-.72-.33-1.18-.33Zm6.53-2.717v1.828h1.85v.978h-1.85v3.72c0 .262.06.469.2.622.13.152.34.228.62.228.25 0 .47-.029.64-.089.16-.067.31-.139.44-.215v.85c-.17.136-.35.241-.55.317-.18.085-.44.127-.76.127-.54 0-.95-.16-1.23-.482-.27-.33-.41-.766-.41-1.308v-3.77h-1.21v-.305c.41-.186.76-.491 1.04-.914.28-.432.52-.96.73-1.587h.49Zm10.67 1.701c.59 0 1.11.14 1.56.419.47.271.83.66 1.1 1.168.27.508.4 1.113.4 1.816 0 .643-.13 1.21-.4 1.701-.27.491-.62.876-1.07 1.155-.44.271-.94.406-1.49.406-.48 0-.91-.127-1.29-.38a3.217 3.217 0 0 1-.89-.889V401h-1.04v-9.141h1.04v3.644c.27-.305.59-.542.96-.711.39-.178.76-.267 1.12-.267Zm-.19 1.029c-.39 0-.73.093-1.03.279-.29.178-.58.432-.85.762l-.01 1.218c0 .449.08.851.25 1.207.18.355.42.634.73.837.31.204.66.305 1.04.305.41 0 .77-.101 1.08-.305.3-.203.54-.474.71-.812.17-.339.25-.711.25-1.117 0-.415-.09-.8-.26-1.156a2.164 2.164 0 0 0-.74-.876c-.32-.228-.71-.342-1.17-.342Zm7.58-1.029c.65 0 1.19.136 1.63.407.43.27.75.639.96 1.104.22.466.33.99.33 1.574v.622h-4.87c.05.356.17.682.36.978.2.296.45.533.77.711.31.169.67.254 1.07.254.46 0 .89-.114 1.29-.343.39-.237.73-.495 1-.774l-.01 1.13c-.12.143-.3.296-.54.457-.22.152-.49.279-.8.38-.29.11-.61.165-.94.165-.64 0-1.21-.152-1.71-.457-.5-.304-.89-.706-1.18-1.206a3.385 3.385 0 0 1-.42-1.663c0-.601.13-1.155.39-1.663.27-.508.63-.914 1.08-1.219.47-.304 1-.457 1.59-.457Zm0 1.016c-.52 0-.96.178-1.29.533-.34.347-.55.77-.64 1.27h3.82c-.04-.415-.16-.754-.35-1.016a1.789 1.789 0 0 0-.69-.584 1.867 1.867 0 0 0-.85-.203Zm11.06-1.016c.36 0 .73.089 1.1.267.38.169.71.406.98.711v-.851h1.04V401h-1.04v-1.079c-.22.338-.52.635-.9.889-.37.253-.8.38-1.28.38-.54 0-1.04-.135-1.49-.406a3.068 3.068 0 0 1-1.08-1.155c-.26-.491-.39-1.058-.39-1.701 0-.703.13-1.308.39-1.816.27-.508.64-.897 1.11-1.168.46-.279.98-.419 1.56-.419Zm.19 1.016c-.46 0-.85.114-1.17.343-.32.228-.57.525-.75.888-.17.356-.25.741-.25 1.156 0 .406.08.783.25 1.13.17.338.41.609.71.812.32.203.68.305 1.08.305.39 0 .74-.102 1.04-.305.31-.203.55-.482.73-.838.17-.364.26-.77.25-1.219l-.01-1.218c-.26-.33-.55-.588-.85-.775-.3-.186-.64-.279-1.03-.279Zm8.31-1.016c.55 0 1.05.136 1.49.407.45.262.8.634 1.07 1.117.27.474.4 1.032.4 1.676 0 .694-.13 1.303-.4 1.828-.27.516-.63.918-1.1 1.206-.45.288-.97.431-1.56.431-.36 0-.73-.097-1.11-.292-.38-.194-.7-.444-.97-.749v3.898h-1.04v-9.395h1.04v1.079c.22-.338.52-.622.89-.85.38-.237.81-.356 1.29-.356Zm-.16 1.016c-.38 0-.73.097-1.04.292-.31.195-.55.466-.73.813-.16.338-.25.736-.25 1.193l.01 1.219c.27.33.56.601.85.812.3.203.64.305 1.03.305.46 0 .85-.119 1.17-.356.32-.237.57-.541.74-.914.17-.381.26-.774.26-1.18 0-.415-.08-.783-.25-1.105-.17-.33-.41-.592-.71-.787a1.985 1.985 0 0 0-1.08-.292Zm8.06-1.016c.55 0 1.05.136 1.49.407.44.262.8.634 1.06 1.117.27.474.41 1.032.41 1.676 0 .694-.14 1.303-.41 1.828-.26.516-.62.918-1.09 1.206-.46.288-.98.431-1.56.431-.36 0-.74-.097-1.12-.292a3.344 3.344 0 0 1-.96-.749v3.898h-1.04v-9.395h1.04v1.079c.22-.338.51-.622.89-.85.38-.237.81-.356 1.29-.356Zm-.16 1.016c-.39 0-.73.097-1.05.292-.3.195-.54.466-.72.813-.17.338-.25.736-.25 1.193l.01 1.219c.27.33.55.601.85.812.3.203.64.305 1.03.305.46 0 .84-.119 1.17-.356.32-.237.56-.541.73-.914.18-.381.27-.774.27-1.18 0-.415-.09-.783-.25-1.105-.17-.33-.41-.592-.72-.787-.3-.195-.66-.292-1.07-.292Zm5.87-3.682V401h-1.04v-9.141h1.04Zm3.18-.254c.24 0 .45.089.61.267a.81.81 0 0 1 .25.597c0 .22-.08.419-.25.596a.794.794 0 0 1-.61.267.8.8 0 0 1-.62-.267.835.835 0 0 1-.25-.596.81.81 0 0 1 .25-.597.8.8 0 0 1 .62-.267Zm.64 3.047V401h-1.04v-5.37h-1v-.978h2.04Zm4.87-.127c.65 0 1.19.136 1.62.407.43.27.76.639.97 1.104.22.466.33.99.33 1.574v.622h-4.88c.05.356.18.682.37.978.19.296.45.533.76.711.32.169.67.254 1.08.254.46 0 .89-.114 1.28-.343.4-.237.74-.495 1.01-.774l-.02 1.13c-.12.143-.29.296-.53.457-.23.152-.49.279-.8.38-.3.11-.61.165-.94.165-.64 0-1.21-.152-1.71-.457a3.28 3.28 0 0 1-1.18-1.206 3.385 3.385 0 0 1-.42-1.663c0-.601.13-1.155.39-1.663s.62-.914 1.08-1.219c.47-.304.99-.457 1.59-.457Zm0 1.016c-.53 0-.96.178-1.3.533-.34.347-.55.77-.63 1.27h3.82c-.04-.415-.16-.754-.36-1.016a1.693 1.693 0 0 0-.68-.584 1.898 1.898 0 0 0-.85-.203Zm10.37-3.682V401h-1.04v-1.079c-.22.338-.52.635-.9.889-.38.253-.8.38-1.29.38-.54 0-1.03-.135-1.48-.406a3.068 3.068 0 0 1-1.08-1.155c-.26-.491-.39-1.058-.39-1.701 0-.703.13-1.308.39-1.816.27-.508.64-.897 1.1-1.168a3.01 3.01 0 0 1 1.57-.419c.36 0 .73.089 1.1.267.38.169.71.406.98.711v-3.644h1.04Zm-2.93 3.707c-.46 0-.85.115-1.17.343-.32.22-.57.508-.75.863-.17.356-.25.741-.25 1.156 0 .406.08.783.25 1.13.17.338.41.609.71.812.31.203.67.305 1.08.305.39 0 .74-.102 1.04-.305.31-.203.55-.482.72-.838.18-.364.27-.77.26-1.219l-.01-1.218c-.27-.33-.55-.584-.86-.762a1.91 1.91 0 0 0-1.02-.267Z"}),h.createElement("path",{fill:"black",fillOpacity:.87,d:"M829.857 360.494 826.874 369h-.647l-2.286-6.437-2.31 6.437h-.648l-2.856-8.506h1.244l1.993 6.322 2.247-6.322.737.013 2.183 6.309 2.082-6.322h1.244Zm4.317 2.031c.431 0 .825.098 1.18.292.356.187.639.474.851.864.212.381.317.863.317 1.447V369h-1.041l-.012-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.606-.432-1.105-.432-.338 0-.677.127-1.016.381-.33.245-.622.533-.876.863V369h-1.041v-9.141h1.041v3.796c.136-.169.309-.338.521-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178Zm6.931 0c.652 0 1.194.136 1.625.407.432.27.754.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.369.978.194.296.448.533.761.711.313.169.673.254 1.079.254a2.53 2.53 0 0 0 1.283-.343 4.865 4.865 0 0 0 1.003-.774l-.013 1.13a2.584 2.584 0 0 1-.533.457 3.333 3.333 0 0 1-.8.38 2.68 2.68 0 0 1-.94.165c-.643 0-1.214-.152-1.713-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.212 3.212 0 0 1 1.08-1.219 2.835 2.835 0 0 1 1.586-.457Zm0 1.016c-.524 0-.956.178-1.294.533-.339.347-.551.77-.635 1.27h3.821c-.042-.415-.161-.754-.355-1.016a1.75 1.75 0 0 0-.686-.584 1.883 1.883 0 0 0-.851-.203Zm5.675-.889v1.003c.136-.169.309-.338.521-.508.211-.177.448-.325.711-.444.271-.118.55-.178.838-.178.431 0 .825.098 1.18.292.356.187.639.474.851.864.211.381.317.863.317 1.447V369h-1.041l-.012-3.771c0-.55-.123-.969-.369-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.677.127-1.016.381-.33.245-.622.533-.876.863V369h-1.041v-6.348h1.041Zm12.81-.127c.364 0 .732.089 1.104.267.381.169.707.406.978.711v-.851h1.041V369h-1.041v-1.079a3.13 3.13 0 0 1-.901.889c-.373.253-.8.38-1.283.38a2.816 2.816 0 0 1-1.485-.406 3.081 3.081 0 0 1-1.079-1.155c-.263-.491-.394-1.058-.394-1.701 0-.703.131-1.308.394-1.816a2.89 2.89 0 0 1 1.104-1.168 2.98 2.98 0 0 1 1.562-.419Zm.19 1.016c-.457 0-.846.114-1.168.343a2.328 2.328 0 0 0-.749.888 2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.17.338.407.609.711.812a1.94 1.94 0 0 0 1.079.305c.39 0 .737-.102 1.041-.305a2.12 2.12 0 0 0 .724-.838c.178-.364.262-.77.254-1.219l-.013-1.218a3.311 3.311 0 0 0-.85-.775 1.895 1.895 0 0 0-1.029-.279Zm11.769-1.016c.465 0 .867.077 1.206.229.338.144.571.275.698.393v1.054a3.755 3.755 0 0 0-.812-.457c-.305-.135-.669-.203-1.092-.203-.449 0-.842.11-1.181.33a2.178 2.178 0 0 0-.787.851 2.466 2.466 0 0 0-.267 1.142c0 .407.089.787.267 1.143.186.347.449.63.787.85.339.212.732.318 1.181.318.423 0 .787-.064 1.092-.191.304-.135.575-.292.812-.469v1.053c-.127.127-.36.263-.698.407-.339.143-.741.215-1.206.215-.643 0-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.334 3.334 0 0 1 1.181-1.219c.499-.304 1.071-.457 1.714-.457Zm6.487 0c.643 0 1.215.153 1.714.457a3.23 3.23 0 0 1 1.168 1.219c.288.508.432 1.062.432 1.663a3.31 3.31 0 0 1-.432 1.663c-.279.5-.669.902-1.168 1.206-.499.305-1.071.457-1.714.457s-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.139-1.155.419-1.663a3.324 3.324 0 0 1 1.18-1.219c.5-.304 1.071-.457 1.714-.457Zm0 1.016c-.448 0-.842.11-1.181.33-.338.212-.6.495-.787.851a2.478 2.478 0 0 0-.266 1.142c0 .407.089.787.266 1.143.187.347.449.63.787.85.339.212.733.318 1.181.318.457 0 .851-.106 1.181-.318a2.2 2.2 0 0 0 .774-.85 2.43 2.43 0 0 0 .28-1.143 2.38 2.38 0 0 0-.28-1.142 2.09 2.09 0 0 0-.774-.851c-.33-.22-.724-.33-1.181-.33Zm6.068-.889v1.003c.136-.169.309-.338.521-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178.431 0 .825.098 1.18.292.356.187.639.474.851.864.212.381.317.863.317 1.447V369h-1.041l-.012-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.606-.432-1.105-.432-.338 0-.677.127-1.016.381-.33.245-.622.533-.876.863V369h-1.041v-6.348h1.041Zm9.674 0v.978h-1.853V369h-1.041v-5.37h-1.003v-.978h1.003v-.812c0-.5.097-.906.292-1.219.194-.322.444-.559.749-.711a1.96 1.96 0 0 1 .927-.241c.431 0 .782.114 1.053.343v.914a1.588 1.588 0 0 0-.457-.203 1.647 1.647 0 0 0-.533-.064c-.313.009-.559.11-.736.305-.17.186-.254.516-.254.99v.698h1.853Zm2.425-2.793V369h-1.041v-9.141h1.041Zm3.174-.254c.245 0 .449.089.609.267.17.169.254.368.254.597a.84.84 0 0 1-.254.596.785.785 0 0 1-.609.267.825.825 0 0 1-.622-.267.864.864 0 0 1-.241-.596c0-.229.08-.428.241-.597a.825.825 0 0 1 .622-.267Zm.647 3.047V369h-1.041v-5.37h-1.003v-.978h2.044Zm5.117-.127c.465 0 .867.077 1.206.229.338.144.571.275.698.393v1.054a3.74 3.74 0 0 0-.813-.457c-.304-.135-.668-.203-1.091-.203-.449 0-.842.11-1.181.33a2.171 2.171 0 0 0-.787.851 2.466 2.466 0 0 0-.267 1.142c0 .407.089.787.267 1.143.186.347.448.63.787.85.339.212.732.318 1.181.318.423 0 .787-.064 1.091-.191.305-.135.576-.292.813-.469v1.053c-.127.127-.36.263-.698.407-.339.143-.741.215-1.206.215-.644 0-1.215-.152-1.714-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.327 3.327 0 0 1 1.181-1.219c.499-.304 1.07-.457 1.714-.457Zm5.37-1.701v1.828h1.853v.978h-1.853v3.72c0 .262.067.469.203.622.135.152.343.228.622.228.254 0 .465-.029.635-.089.169-.067.317-.139.444-.215v.85a2.058 2.058 0 0 1-.546.317c-.186.085-.44.127-.762.127-.541 0-.952-.16-1.231-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.415-.186.762-.491 1.041-.914.279-.432.525-.96.736-1.587h.483Zm8.569-1.219c.246 0 .449.089.609.267.17.169.254.368.254.597a.84.84 0 0 1-.254.596.783.783 0 0 1-.609.267.825.825 0 0 1-.622-.267.864.864 0 0 1-.241-.596c0-.229.08-.428.241-.597a.825.825 0 0 1 .622-.267Zm.648 3.047V369h-1.041v-5.37h-1.003v-.978h2.044Zm4.138-.127c.373 0 .72.055 1.041.165.322.102.555.208.698.318v1.117a3.29 3.29 0 0 0-.723-.394 2.422 2.422 0 0 0-.94-.19c-.397 0-.698.093-.901.279-.195.187-.292.381-.292.584 0 .161.055.326.165.495.119.161.322.292.609.394l1.067.381c.415.144.723.351.927.622.203.271.304.588.304.952 0 .356-.101.681-.304.978a2.07 2.07 0 0 1-.826.711c-.347.169-.749.253-1.206.253-.245 0-.503-.033-.774-.101a4.67 4.67 0 0 1-.711-.216 3.253 3.253 0 0 1-.47-.241v-1.117c.119.084.284.182.495.292.22.101.453.19.699.266.245.068.474.102.685.102.398 0 .711-.089.94-.267.237-.178.355-.398.355-.66a.566.566 0 0 0-.241-.482c-.152-.119-.377-.233-.673-.343l-.939-.343c-.491-.186-.817-.419-.978-.698a1.97 1.97 0 0 1-.241-.978c0-.541.203-.99.609-1.345.406-.356.948-.534 1.625-.534Zm13.089-2.666V369h-1.041v-1.079c-.22.338-.52.635-.901.889-.373.253-.8.38-1.283.38a2.819 2.819 0 0 1-1.485-.406 3.09 3.09 0 0 1-1.079-1.155c-.262-.491-.394-1.058-.394-1.701 0-.703.132-1.308.394-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419c.364 0 .732.089 1.105.267.38.169.706.406.977.711v-3.644h1.041Zm-2.933 3.707c-.457 0-.846.115-1.168.343-.321.22-.571.508-.749.863a2.66 2.66 0 0 0-.253 1.156c0 .406.084.783.253 1.13.17.338.407.609.711.812.314.203.673.305 1.08.305.389 0 .736-.102 1.041-.305.304-.203.545-.482.723-.838.178-.364.263-.77.254-1.219l-.013-1.218a3.096 3.096 0 0 0-.85-.762 1.958 1.958 0 0 0-1.029-.267Zm7.707-1.041c.651 0 1.193.136 1.625.407.431.27.753.639.964 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.369.978.194.296.448.533.761.711.313.169.673.254 1.079.254a2.53 2.53 0 0 0 1.283-.343 4.865 4.865 0 0 0 1.003-.774l-.013 1.13a2.584 2.584 0 0 1-.533.457 3.333 3.333 0 0 1-.8.38 2.68 2.68 0 0 1-.94.165c-.643 0-1.214-.152-1.713-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.212 3.212 0 0 1 1.08-1.219 2.836 2.836 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533-.339.347-.551.77-.635 1.27h3.821c-.042-.415-.161-.754-.355-1.016a1.75 1.75 0 0 0-.686-.584 1.882 1.882 0 0 0-.85-.203Zm6.385-2.717v1.828h1.854v.978h-1.854v3.72c0 .262.068.469.203.622.136.152.343.228.622.228.254 0 .466-.029.635-.089.169-.067.318-.139.445-.215v.85a2.09 2.09 0 0 1-.546.317c-.187.085-.44.127-.762.127-.542 0-.952-.16-1.232-.482-.27-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.415-.186.762-.491 1.042-.914.279-.432.524-.96.736-1.587h.482Zm6.361 1.701c.651 0 1.193.136 1.625.407.431.27.753.639.964 1.104.221.466.331.99.331 1.574v.622h-4.875c.05.356.173.682.368.978.194.296.448.533.761.711a2.24 2.24 0 0 0 1.08.254c.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.584 2.584 0 0 1-.533.457 3.333 3.333 0 0 1-.8.38c-.296.11-.609.165-.939.165-.644 0-1.215-.152-1.714-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.131-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.836 2.836 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533-.339.347-.55.77-.635 1.27h3.821c-.042-.415-.161-.754-.355-1.016a1.742 1.742 0 0 0-.686-.584 1.882 1.882 0 0 0-.85-.203Zm7.503-1.016c.465 0 .867.077 1.206.229.338.144.571.275.698.393v1.054a3.74 3.74 0 0 0-.813-.457c-.304-.135-.668-.203-1.091-.203-.449 0-.843.11-1.181.33a2.171 2.171 0 0 0-.787.851 2.466 2.466 0 0 0-.267 1.142c0 .407.089.787.267 1.143.186.347.448.63.787.85.338.212.732.318 1.181.318.423 0 .787-.064 1.091-.191.305-.135.576-.292.813-.469v1.053c-.127.127-.36.263-.698.407-.339.143-.741.215-1.206.215-.644 0-1.215-.152-1.714-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.327 3.327 0 0 1 1.181-1.219c.499-.304 1.07-.457 1.714-.457Zm5.37-1.701v1.828h1.853v.978h-1.853v3.72c0 .262.067.469.203.622.135.152.343.228.622.228.254 0 .465-.029.635-.089.169-.067.317-.139.444-.215v.85a2.058 2.058 0 0 1-.546.317c-.186.085-.44.127-.762.127-.541 0-.952-.16-1.231-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.415-.186.762-.491 1.041-.914.279-.432.525-.96.736-1.587h.483Zm6.36 1.701c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.173.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.557 2.557 0 0 1-.533.457 3.315 3.315 0 0 1-.8.38c-.296.11-.609.165-.939.165-.643 0-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.132-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.747 1.747 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm10.372-3.682V369h-1.041v-1.079c-.22.338-.52.635-.901.889-.373.253-.8.38-1.283.38a2.819 2.819 0 0 1-1.485-.406 3.09 3.09 0 0 1-1.079-1.155c-.262-.491-.394-1.058-.394-1.701 0-.703.132-1.308.394-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419c.364 0 .732.089 1.105.267.38.169.706.406.977.711v-3.644h1.041Zm-2.933 3.707c-.457 0-.846.115-1.168.343-.321.22-.571.508-.749.863a2.66 2.66 0 0 0-.253 1.156c0 .406.084.783.253 1.13.17.338.407.609.711.812.314.203.673.305 1.08.305.389 0 .736-.102 1.041-.305.304-.203.545-.482.723-.838.178-.364.263-.77.254-1.219l-.013-1.218a3.096 3.096 0 0 0-.85-.762 1.958 1.958 0 0 0-1.029-.267Zm5.536 3.936 1.041.355-1.143 3.39-.787-.203.889-3.542Zm-164.989 11.023c.364 0 .732.089 1.105.267.381.169.707.406.977.711v-.851h1.041V385h-1.041v-1.079c-.22.338-.52.635-.901.889-.372.253-.8.38-1.282.38a2.82 2.82 0 0 1-1.486-.406 3.09 3.09 0 0 1-1.079-1.155c-.262-.491-.393-1.058-.393-1.701 0-.703.131-1.308.393-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419Zm.191 1.016c-.457 0-.847.114-1.168.343a2.319 2.319 0 0 0-.749.888 2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.169.338.406.609.711.812a1.94 1.94 0 0 0 1.079.305c.389 0 .736-.102 1.041-.305a2.11 2.11 0 0 0 .723-.838c.178-.364.263-.77.254-1.219l-.012-1.218a3.315 3.315 0 0 0-.851-.775 1.892 1.892 0 0 0-1.028-.279Zm6.132-.889v1.003c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178.432 0 .825.098 1.181.292.355.187.639.474.85.864.212.381.318.863.318 1.447V385h-1.041l-.013-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.605-.432-1.105-.432-.338 0-.677.127-1.015.381a4.42 4.42 0 0 0-.876.863V385h-1.041v-6.348h1.041Zm12.809-.127c.652 0 1.194.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .885-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.012 1.13a2.593 2.593 0 0 1-.534.457 3.325 3.325 0 0 1-.799.38c-.297.11-.61.165-.94.165-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.21 3.21 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.74 1.74 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm5.675-.889v.813c.203-.229.461-.44.774-.635a2.075 2.075 0 0 1 1.13-.305c.457 0 .885.11 1.283.33.397.212.702.534.914.965.296-.355.617-.66.964-.914a2.01 2.01 0 0 1 1.219-.381c.432 0 .834.098 1.206.292.381.187.686.474.914.864.237.381.356.863.356 1.447V385h-1.041l-.013-3.771c0-.55-.144-.969-.432-1.256-.279-.288-.668-.432-1.168-.432-.364 0-.681.114-.952.343a5.728 5.728 0 0 0-.774.8V385h-1.041l-.013-3.771c0-.55-.144-.969-.431-1.256-.28-.288-.669-.432-1.168-.432-.347 0-.665.102-.953.305a4.215 4.215 0 0 0-.774.736V385h-1.041v-6.348h1.041Zm13.343-.127c.364 0 .732.089 1.104.267.381.169.707.406.978.711v-.851h1.041V385h-1.041v-1.079c-.22.338-.521.635-.902.889-.372.253-.799.38-1.282.38a2.816 2.816 0 0 1-1.485-.406 3.081 3.081 0 0 1-1.079-1.155c-.263-.491-.394-1.058-.394-1.701 0-.703.131-1.308.394-1.816a2.89 2.89 0 0 1 1.104-1.168 2.98 2.98 0 0 1 1.562-.419Zm.19 1.016c-.457 0-.846.114-1.168.343a2.328 2.328 0 0 0-.749.888 2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.169.338.406.609.711.812a1.94 1.94 0 0 0 1.079.305c.39 0 .737-.102 1.041-.305a2.12 2.12 0 0 0 .724-.838c.178-.364.262-.77.254-1.219l-.013-1.218a3.299 3.299 0 0 0-.851-.775 1.89 1.89 0 0 0-1.028-.279Zm6.107-3.936c.245 0 .448.089.609.267a.817.817 0 0 1 .254.597c0 .22-.085.419-.254.596a.786.786 0 0 1-.609.267.824.824 0 0 1-.622-.267.865.865 0 0 1-.242-.596c0-.229.081-.428.242-.597a.824.824 0 0 1 .622-.267Zm.647 3.047V385h-1.041v-5.37h-1.003v-.978h2.044Zm3.288-2.793V385h-1.041v-9.141h1.041Zm6.983-.254c.245 0 .448.089.609.267a.817.817 0 0 1 .254.597c0 .22-.085.419-.254.596a.786.786 0 0 1-.609.267.824.824 0 0 1-.622-.267.865.865 0 0 1-.242-.596c0-.229.081-.428.242-.597a.824.824 0 0 1 .622-.267Zm.647 3.047V385h-1.041v-5.37h-1.003v-.978h2.044Zm4.139-.127a3.2 3.2 0 0 1 1.041.165c.321.102.554.208.698.318v1.117a3.324 3.324 0 0 0-.724-.394 2.413 2.413 0 0 0-.939-.19c-.398 0-.698.093-.901.279-.195.187-.292.381-.292.584 0 .161.055.326.165.495.118.161.321.292.609.394l1.066.381c.415.144.724.351.927.622.203.271.305.588.305.952 0 .356-.102.681-.305.978-.195.296-.47.533-.825.711-.347.169-.749.253-1.206.253a3.18 3.18 0 0 1-.775-.101 4.622 4.622 0 0 1-.71-.216 3.2 3.2 0 0 1-.47-.241v-1.117c.118.084.283.182.495.292.22.101.453.19.698.266.246.068.474.102.686.102.397 0 .711-.089.939-.267.237-.178.356-.398.356-.66a.567.567 0 0 0-.242-.482c-.152-.119-.376-.233-.672-.343l-.94-.343c-.491-.186-.817-.419-.977-.698a1.97 1.97 0 0 1-.242-.978c0-.541.203-.99.61-1.345.406-.356.948-.534 1.625-.534Zm9.242 0a3.2 3.2 0 0 1 1.041.165c.322.102.554.208.698.318v1.117a3.338 3.338 0 0 0-.723-.394 2.422 2.422 0 0 0-.94-.19c-.398 0-.698.093-.901.279-.195.187-.292.381-.292.584 0 .161.055.326.165.495.118.161.321.292.609.394l1.067.381c.414.144.723.351.926.622.203.271.305.588.305.952 0 .356-.102.681-.305.978a2.06 2.06 0 0 1-.825.711c-.347.169-.749.253-1.206.253-.245 0-.504-.033-.774-.101a4.601 4.601 0 0 1-.711-.216 3.253 3.253 0 0 1-.47-.241v-1.117c.118.084.284.182.495.292.22.101.453.19.698.266.246.068.474.102.686.102.398 0 .711-.089.939-.267.237-.178.356-.398.356-.66a.568.568 0 0 0-.241-.482c-.153-.119-.377-.233-.673-.343l-.94-.343c-.491-.186-.816-.419-.977-.698a1.97 1.97 0 0 1-.241-.978c0-.541.203-.99.609-1.345.406-.356.948-.534 1.625-.534Zm6.157 0c.652 0 1.194.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.012 1.13a2.593 2.593 0 0 1-.534.457 3.325 3.325 0 0 1-.799.38c-.297.11-.61.165-.94.165-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.2 3.2 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.74 1.74 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm5.675-.889v1.003c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.551-.178.838-.178.432 0 .825.098 1.181.292.355.187.639.474.851.864.211.381.317.863.317 1.447V385h-1.041l-.013-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.678.127-1.016.381-.33.245-.622.533-.876.863V385h-1.041v-6.348h1.041Zm8.138-1.828v1.828h1.853v.978h-1.853v3.72c0 .262.067.469.203.622.135.152.343.228.622.228.254 0 .465-.029.635-.089.169-.067.317-.139.444-.215v.85a2.058 2.058 0 0 1-.546.317c-.186.085-.44.127-.762.127-.541 0-.952-.16-1.231-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.415-.186.762-.491 1.041-.914.279-.432.525-.96.736-1.587h.483Zm9.305 0v1.828h1.854v.978h-1.854v3.72c0 .262.068.469.203.622.136.152.343.228.623.228.253 0 .465-.029.634-.089.17-.067.318-.139.445-.215v.85a2.09 2.09 0 0 1-.546.317c-.186.085-.44.127-.762.127-.542 0-.952-.16-1.231-.482-.271-.33-.407-.766-.407-1.308v-3.77h-1.218v-.305c.414-.186.761-.491 1.041-.914.279-.432.524-.96.736-1.587h.482Zm6.615 1.701c.643 0 1.214.153 1.713.457.5.305.889.711 1.168 1.219.288.508.432 1.062.432 1.663a3.31 3.31 0 0 1-.432 1.663c-.279.5-.668.902-1.168 1.206-.499.305-1.07.457-1.713.457-.644 0-1.215-.152-1.714-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.327 3.327 0 0 1 1.181-1.219c.499-.304 1.07-.457 1.714-.457Zm0 1.016c-.449 0-.843.11-1.181.33a2.171 2.171 0 0 0-.787.851 2.466 2.466 0 0 0-.267 1.142c0 .407.089.787.267 1.143.186.347.448.63.787.85.338.212.732.318 1.181.318.457 0 .85-.106 1.18-.318.339-.22.597-.503.775-.85a2.43 2.43 0 0 0 .279-1.143 2.38 2.38 0 0 0-.279-1.142 2.085 2.085 0 0 0-.775-.851c-.33-.22-.723-.33-1.18-.33Zm10.587-2.717v1.828h1.854v.978h-1.854v3.72c0 .262.068.469.204.622.135.152.342.228.622.228.254 0 .465-.029.634-.089.17-.067.318-.139.445-.215v.85c-.17.136-.351.241-.546.317-.186.085-.44.127-.762.127-.542 0-.952-.16-1.231-.482-.271-.33-.407-.766-.407-1.308v-3.77h-1.218v-.305c.414-.186.761-.491 1.041-.914.279-.432.524-.96.736-1.587h.482Zm6.856 1.701c.432 0 .825.098 1.181.292.355.187.639.474.85.864.212.381.318.863.318 1.447V385h-1.041l-.013-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.605-.432-1.105-.432-.338 0-.677.127-1.015.381a4.394 4.394 0 0 0-.876.863V385h-1.041v-9.141h1.041v3.796c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178Zm6.932 0c.651 0 1.193.136 1.625.407.431.27.753.639.964 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.369.978.194.296.448.533.761.711a2.24 2.24 0 0 0 1.079.254 2.53 2.53 0 0 0 1.283-.343 4.865 4.865 0 0 0 1.003-.774l-.013 1.13a2.584 2.584 0 0 1-.533.457 3.333 3.333 0 0 1-.8.38c-.296.11-.609.165-.94.165-.643 0-1.214-.152-1.713-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.131-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.836 2.836 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533-.339.347-.55.77-.635 1.27h3.821c-.042-.415-.161-.754-.355-1.016a1.75 1.75 0 0 0-.686-.584 1.882 1.882 0 0 0-.85-.203Zm11.057-1.016c.364 0 .732.089 1.105.267.381.169.706.406.977.711v-.851h1.041V385h-1.041v-1.079c-.22.338-.52.635-.901.889-.373.253-.8.38-1.282.38a2.82 2.82 0 0 1-1.486-.406 3.09 3.09 0 0 1-1.079-1.155c-.262-.491-.393-1.058-.393-1.701 0-.703.131-1.308.393-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419Zm.191 1.016c-.457 0-.847.114-1.168.343a2.31 2.31 0 0 0-.749.888c-.17.356-.254.741-.254 1.156 0 .406.084.783.254 1.13.169.338.406.609.711.812.313.203.672.305 1.079.305.389 0 .736-.102 1.041-.305.304-.203.546-.482.723-.838.178-.364.263-.77.254-1.219l-.012-1.218a3.315 3.315 0 0 0-.851-.775 1.892 1.892 0 0 0-1.028-.279Zm10.283-.889v3.758c0 .559-.119 1.041-.356 1.447-.237.407-.558.72-.965.94a2.83 2.83 0 0 1-1.371.33c-.507 0-.964-.11-1.371-.33a2.449 2.449 0 0 1-.965-.94c-.237-.406-.355-.888-.355-1.447v-3.758h1.079v3.758c0 .55.161.973.483 1.27.33.287.706.431 1.129.431.424 0 .796-.144 1.118-.431.33-.297.495-.72.495-1.27v-3.758h1.079Zm3.72-1.828v1.828h1.853v.978h-1.853v3.72c0 .262.067.469.203.622.135.152.342.228.622.228.254 0 .465-.029.634-.089.17-.067.318-.139.445-.215v.85a2.058 2.058 0 0 1-.546.317c-.186.085-.44.127-.762.127-.541 0-.952-.16-1.231-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.414-.186.761-.491 1.041-.914.279-.432.525-.96.736-1.587h.483Zm6.855 1.701c.432 0 .825.098 1.181.292.355.187.639.474.85.864.212.381.318.863.318 1.447V385h-1.041l-.013-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.605-.432-1.105-.432-.338 0-.677.127-1.015.381-.33.245-.622.533-.876.863V385h-1.041v-9.141h1.041v3.796c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178Zm7.186 0c.643 0 1.214.153 1.713.457.5.305.889.711 1.168 1.219.288.508.432 1.062.432 1.663a3.31 3.31 0 0 1-.432 1.663c-.279.5-.668.902-1.168 1.206-.499.305-1.07.457-1.713.457-.644 0-1.215-.152-1.714-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.327 3.327 0 0 1 1.181-1.219c.499-.304 1.07-.457 1.714-.457Zm0 1.016c-.449 0-.843.11-1.181.33a2.171 2.171 0 0 0-.787.851 2.466 2.466 0 0 0-.267 1.142c0 .407.089.787.267 1.143.186.347.448.63.787.85.338.212.732.318 1.181.318.457 0 .85-.106 1.18-.318.339-.22.597-.503.775-.85a2.43 2.43 0 0 0 .279-1.143 2.38 2.38 0 0 0-.279-1.142 2.085 2.085 0 0 0-.775-.851c-.33-.22-.723-.33-1.18-.33Zm6.068-.889v1.27c.245-.423.542-.762.889-1.016s.702-.381 1.066-.381c.245 0 .465.043.66.127v1.206a1.588 1.588 0 0 0-.812-.241c-.432 0-.783.153-1.054.457a6.692 6.692 0 0 0-.749 1.092V385h-1.041v-6.348h1.041Zm-174.764 15.873c.643 0 1.215.153 1.714.457a3.23 3.23 0 0 1 1.168 1.219c.288.508.432 1.062.432 1.663a3.31 3.31 0 0 1-.432 1.663c-.279.5-.669.902-1.168 1.206-.499.305-1.071.457-1.714.457s-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.139-1.155.419-1.663a3.324 3.324 0 0 1 1.18-1.219c.5-.304 1.071-.457 1.714-.457Zm0 1.016c-.448 0-.842.11-1.18.33a2.18 2.18 0 0 0-.788.851 2.478 2.478 0 0 0-.266 1.142c0 .407.089.787.266 1.143a2.3 2.3 0 0 0 .788.85c.338.212.732.318 1.18.318.457 0 .851-.106 1.181-.318.338-.22.597-.503.774-.85.187-.356.28-.736.28-1.143a2.37 2.37 0 0 0-.28-1.142 2.083 2.083 0 0 0-.774-.851c-.33-.22-.724-.33-1.181-.33Zm8.316-.889v.978h-1.854V401h-1.041v-5.37h-1.003v-.978h1.003v-.812c0-.5.097-.906.292-1.219.195-.322.444-.559.749-.711.305-.161.614-.241.927-.241.432 0 .783.114 1.054.343v.914a1.6 1.6 0 0 0-.457-.203 1.657 1.657 0 0 0-.534-.064c-.313.009-.558.11-.736.305-.169.186-.254.516-.254.99v.698h1.854Zm6.944-1.828v1.828h1.854v.978h-1.854v3.72c0 .262.068.469.203.622.136.152.343.228.622.228.254 0 .466-.029.635-.089.169-.067.317-.139.444-.215v.85a2.058 2.058 0 0 1-.546.317c-.186.085-.44.127-.761.127-.542 0-.952-.16-1.232-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.415-.186.762-.491 1.041-.914.28-.432.525-.96.737-1.587h.482Zm6.855 1.701c.432 0 .826.098 1.181.292.356.187.639.474.851.864.211.381.317.863.317 1.447V401h-1.041l-.013-3.771c0-.55-.122-.969-.368-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.677.127-1.016.381-.33.245-.622.533-.876.863V401h-1.041v-9.141h1.041v3.796c.136-.169.309-.338.521-.508.211-.177.448-.325.711-.444.27-.118.55-.178.837-.178Zm6.932 0c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.557 2.557 0 0 1-.533.457 3.315 3.315 0 0 1-.8.38c-.296.11-.609.165-.939.165-.643 0-1.214-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.394 3.394 0 0 1-.418-1.663c0-.601.131-1.155.393-1.663a3.2 3.2 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.74 1.74 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm11.312-1.016c.465 0 .867.077 1.206.229.338.144.571.275.698.393v1.054a3.74 3.74 0 0 0-.813-.457c-.304-.135-.668-.203-1.091-.203-.449 0-.842.11-1.181.33a2.171 2.171 0 0 0-.787.851 2.466 2.466 0 0 0-.267 1.142c0 .407.089.787.267 1.143.186.347.448.63.787.85.339.212.732.318 1.181.318.423 0 .787-.064 1.091-.191.305-.135.576-.292.813-.469v1.053c-.127.127-.36.263-.698.407-.339.143-.741.215-1.206.215-.644 0-1.215-.152-1.714-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.327 3.327 0 0 1 1.181-1.219c.499-.304 1.07-.457 1.714-.457Zm6.728 0c.432 0 .825.098 1.181.292.355.187.639.474.85.864.212.381.318.863.318 1.447V401h-1.041l-.013-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.605-.432-1.105-.432-.338 0-.677.127-1.015.381-.33.245-.622.533-.876.863V401h-1.041v-9.141h1.041v3.796c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178Zm6.932 0c.364 0 .732.089 1.104.267.381.169.707.406.978.711v-.851h1.041V401h-1.041v-1.079c-.22.338-.521.635-.902.889-.372.253-.799.38-1.282.38a2.816 2.816 0 0 1-1.485-.406 3.081 3.081 0 0 1-1.079-1.155c-.263-.491-.394-1.058-.394-1.701 0-.703.131-1.308.394-1.816a2.89 2.89 0 0 1 1.104-1.168 2.98 2.98 0 0 1 1.562-.419Zm.19 1.016c-.457 0-.846.114-1.168.343a2.328 2.328 0 0 0-.749.888 2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.17.338.406.609.711.812a1.94 1.94 0 0 0 1.079.305c.39 0 .737-.102 1.041-.305a2.12 2.12 0 0 0 .724-.838c.178-.364.262-.77.254-1.219l-.013-1.218a3.311 3.311 0 0 0-.85-.775 1.895 1.895 0 0 0-1.029-.279Zm6.132-.889v1.003c.135-.169.309-.338.521-.508.211-.177.448-.325.711-.444.27-.118.55-.178.837-.178.432 0 .826.098 1.181.292.356.187.639.474.851.864.211.381.317.863.317 1.447V401h-1.041l-.013-3.771c0-.55-.122-.969-.368-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.677.127-1.016.381-.33.245-.622.533-.876.863V401h-1.041v-6.348h1.041Zm9.001-.127c.364 0 .732.089 1.105.267.38.169.706.406.977.711v-.851h1.041v6.221c0 .753-.152 1.38-.457 1.879a2.87 2.87 0 0 1-1.219 1.117 3.763 3.763 0 0 1-1.663.368c-.389 0-.723-.046-1.003-.139a2.567 2.567 0 0 1-.698-.33c-.195-.127-.372-.25-.533-.369v-1.117c.127.093.292.212.495.356.212.152.461.287.749.406.296.118.626.178.99.178.415 0 .796-.076 1.143-.229.347-.152.626-.376.838-.673.211-.296.317-.651.317-1.066v-1.333c-.22.338-.52.635-.901.889-.373.253-.8.38-1.283.38a2.819 2.819 0 0 1-1.485-.406 3.09 3.09 0 0 1-1.079-1.155c-.262-.491-.394-1.058-.394-1.701 0-.703.132-1.308.394-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419Zm.19 1.029c-.457 0-.846.114-1.168.342a2.24 2.24 0 0 0-.749.876 2.66 2.66 0 0 0-.253 1.156c0 .406.084.778.253 1.117.17.338.407.609.711.812.314.204.673.305 1.08.305.389 0 .736-.101 1.041-.305a2.13 2.13 0 0 0 .723-.837c.178-.356.263-.758.254-1.207l-.013-1.218a3.096 3.096 0 0 0-.85-.762 1.893 1.893 0 0 0-1.029-.279Zm7.707-1.029c.651 0 1.193.136 1.625.407.431.27.753.639.964 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.369.978.194.296.448.533.761.711.313.169.673.254 1.079.254a2.53 2.53 0 0 0 1.283-.343 4.865 4.865 0 0 0 1.003-.774l-.013 1.13a2.584 2.584 0 0 1-.533.457 3.333 3.333 0 0 1-.8.38c-.296.11-.609.165-.94.165-.643 0-1.214-.152-1.713-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.131-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.836 2.836 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533-.339.347-.551.77-.635 1.27h3.821c-.042-.415-.161-.754-.355-1.016a1.75 1.75 0 0 0-.686-.584 1.882 1.882 0 0 0-.85-.203Zm9.483-.889v1.27c.245-.423.542-.762.889-1.016s.702-.381 1.066-.381c.245 0 .465.043.66.127v1.206a1.588 1.588 0 0 0-.812-.241c-.432 0-.783.153-1.054.457a6.692 6.692 0 0 0-.749 1.092V401h-1.041v-6.348h1.041Zm6.563-.127c.652 0 1.194.136 1.625.407.432.27.754.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254a2.53 2.53 0 0 0 1.283-.343 4.83 4.83 0 0 0 1.002-.774l-.012 1.13a2.584 2.584 0 0 1-.533.457 3.351 3.351 0 0 1-.8.38 2.68 2.68 0 0 1-.94.165c-.643 0-1.214-.152-1.714-.457a3.35 3.35 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.21 3.21 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.524 0-.956.178-1.295.533-.338.347-.55.77-.634 1.27h3.821c-.042-.415-.161-.754-.355-1.016a1.75 1.75 0 0 0-.686-.584 1.883 1.883 0 0 0-.851-.203Zm7.249-1.016c.364 0 .733.089 1.105.267.381.169.707.406.977.711v-.851h1.041v9.395h-1.041v-4.126c-.22.338-.52.635-.901.889-.372.253-.8.38-1.282.38a2.814 2.814 0 0 1-1.485-.406 3.084 3.084 0 0 1-1.08-1.155c-.262-.491-.393-1.058-.393-1.701 0-.703.131-1.308.393-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419Zm.191 1.029c-.457 0-.847.114-1.168.342a2.233 2.233 0 0 0-.749.876 2.66 2.66 0 0 0-.254 1.156c0 .406.085.778.254 1.117.169.338.406.609.711.812.313.204.673.305 1.079.305.389 0 .736-.101 1.041-.305.305-.203.546-.482.724-.837.177-.356.262-.758.253-1.207l-.012-1.218a3.1 3.1 0 0 0-.851-.762 1.892 1.892 0 0 0-1.028-.279Zm10.283-.902v3.758c0 .559-.118 1.041-.355 1.447-.237.407-.559.72-.965.94-.407.22-.864.33-1.371.33a2.83 2.83 0 0 1-1.371-.33 2.442 2.442 0 0 1-.965-.94c-.237-.406-.356-.888-.356-1.447v-3.758h1.079v3.758c0 .55.161.973.483 1.27.33.287.706.431 1.13.431.423 0 .795-.144 1.117-.431.33-.297.495-.72.495-1.27v-3.758h1.079Zm4.583-.127c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.173.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.557 2.557 0 0 1-.533.457 3.315 3.315 0 0 1-.8.38c-.296.11-.609.165-.939.165-.643 0-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.132-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.747 1.747 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm6.525-1.016c.373 0 .72.055 1.041.165.322.102.555.208.699.318v1.117a3.324 3.324 0 0 0-.724-.394 2.42 2.42 0 0 0-.939-.19c-.398 0-.699.093-.902.279-.194.187-.292.381-.292.584 0 .161.055.326.165.495.119.161.322.292.61.394l1.066.381c.415.144.724.351.927.622.203.271.305.588.305.952 0 .356-.102.681-.305.978-.195.296-.47.533-.825.711-.347.169-.749.253-1.206.253a3.18 3.18 0 0 1-.775-.101 4.67 4.67 0 0 1-.711-.216 3.231 3.231 0 0 1-.469-.241v-1.117c.118.084.283.182.495.292.22.101.452.19.698.266.245.068.474.102.685.102.398 0 .711-.089.94-.267.237-.178.355-.398.355-.66a.566.566 0 0 0-.241-.482c-.152-.119-.376-.233-.673-.343l-.939-.343c-.491-.186-.817-.419-.978-.698a1.97 1.97 0 0 1-.241-.978c0-.541.203-.99.609-1.345.407-.356.948-.534 1.625-.534Zm5.294-1.701v1.828h1.854v.978h-1.854v3.72c0 .262.068.469.204.622.135.152.342.228.622.228.254 0 .465-.029.634-.089.17-.067.318-.139.445-.215v.85a2.09 2.09 0 0 1-.546.317c-.186.085-.44.127-.762.127-.542 0-.952-.16-1.231-.482-.271-.33-.407-.766-.407-1.308v-3.77h-1.218v-.305c.414-.186.761-.491 1.041-.914.279-.432.524-.96.736-1.587h.482Zm10.169 1.701c.364 0 .732.089 1.105.267.381.169.707.406.977.711v-.851h1.041V401h-1.041v-1.079c-.22.338-.52.635-.901.889-.372.253-.8.38-1.282.38a2.82 2.82 0 0 1-1.486-.406 3.09 3.09 0 0 1-1.079-1.155c-.262-.491-.393-1.058-.393-1.701 0-.703.131-1.308.393-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419Zm.191 1.016c-.457 0-.847.114-1.168.343a2.319 2.319 0 0 0-.749.888 2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.169.338.406.609.711.812a1.94 1.94 0 0 0 1.079.305c.389 0 .736-.102 1.041-.305a2.11 2.11 0 0 0 .723-.838c.178-.364.263-.77.254-1.219l-.012-1.218a3.315 3.315 0 0 0-.851-.775 1.892 1.892 0 0 0-1.028-.279Zm6.132-.889v1.003c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178.432 0 .825.098 1.181.292.355.187.639.474.85.864.212.381.318.863.318 1.447V401h-1.041l-.013-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.605-.432-1.105-.432-.338 0-.677.127-1.015.381-.33.245-.622.533-.876.863V401h-1.041v-6.348h1.041Zm12.124-2.793V401h-1.041v-1.079c-.22.338-.521.635-.902.889-.372.253-.8.38-1.282.38a2.814 2.814 0 0 1-1.485-.406 3.073 3.073 0 0 1-1.079-1.155c-.263-.491-.394-1.058-.394-1.701 0-.703.131-1.308.394-1.816.27-.508.639-.897 1.104-1.168a2.98 2.98 0 0 1 1.562-.419c.364 0 .732.089 1.104.267.381.169.707.406.978.711v-3.644h1.041Zm-2.933 3.707c-.457 0-.846.115-1.168.343-.322.22-.571.508-.749.863a2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.169.338.406.609.711.812a1.94 1.94 0 0 0 1.079.305c.389 0 .736-.102 1.041-.305a2.12 2.12 0 0 0 .724-.838 2.64 2.64 0 0 0 .254-1.219l-.013-1.218a3.085 3.085 0 0 0-.851-.762 1.957 1.957 0 0 0-1.028-.267Zm-154.21 13.258v1.828h1.854v.978h-1.854v3.72c0 .262.068.469.203.622.136.152.343.228.622.228.254 0 .466-.029.635-.089.169-.067.317-.139.444-.215v.85a2.058 2.058 0 0 1-.546.317c-.186.085-.44.127-.761.127-.542 0-.952-.16-1.232-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.415-.186.762-.491 1.041-.914.28-.432.525-.96.737-1.587h.482Zm6.856 1.701c.431 0 .825.098 1.18.292.356.187.639.474.851.864.211.381.317.863.317 1.447V417h-1.041l-.013-3.771c0-.55-.122-.969-.368-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.677.127-1.016.381-.33.245-.622.533-.876.863V417h-1.041v-9.141h1.041v3.796c.136-.169.309-.338.521-.508.211-.177.448-.325.711-.444.27-.118.55-.178.838-.178Zm6.931 0c.652 0 1.194.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .885-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.012 1.13a2.593 2.593 0 0 1-.534.457 3.325 3.325 0 0 1-.799.38c-.297.11-.61.165-.94.165-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.21 3.21 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.74 1.74 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm11.667-1.016c.55 0 1.045.136 1.486.407a2.82 2.82 0 0 1 1.066 1.117c.271.474.406 1.032.406 1.676 0 .694-.135 1.303-.406 1.828a2.956 2.956 0 0 1-1.092 1.206 2.864 2.864 0 0 1-1.561.431c-.364 0-.737-.097-1.118-.292a3.335 3.335 0 0 1-.964-.749v3.898h-1.041v-9.395h1.041v1.079c.22-.338.516-.622.888-.85a2.402 2.402 0 0 1 1.295-.356Zm-.165 1.016c-.381 0-.728.097-1.041.292a2.052 2.052 0 0 0-.724.813c-.169.338-.253.736-.253 1.193l.012 1.219c.271.33.555.601.851.812.296.203.639.305 1.028.305.457 0 .847-.119 1.168-.356.322-.237.567-.541.736-.914.178-.381.267-.774.267-1.18 0-.415-.085-.783-.254-1.105a1.995 1.995 0 0 0-.711-.787c-.304-.195-.664-.292-1.079-.292Zm7.452-1.016c.652 0 1.194.136 1.625.407.432.27.754.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .885-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.012 1.13a2.593 2.593 0 0 1-.534.457 3.325 3.325 0 0 1-.799.38c-.297.11-.61.165-.94.165-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.21 3.21 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.524 0-.956.178-1.295.533-.338.347-.55.77-.634 1.27h3.821c-.042-.415-.161-.754-.356-1.016a1.74 1.74 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm5.675-.889v1.27c.246-.423.542-.762.889-1.016s.702-.381 1.066-.381c.246 0 .466.043.66.127v1.206a1.585 1.585 0 0 0-.812-.241c-.432 0-.783.153-1.054.457a6.692 6.692 0 0 0-.749 1.092V417h-1.041v-6.348h1.041Zm5.84-.127a3.2 3.2 0 0 1 1.041.165c.322.102.554.208.698.318v1.117a3.338 3.338 0 0 0-.723-.394 2.422 2.422 0 0 0-.94-.19c-.398 0-.698.093-.901.279-.195.187-.292.381-.292.584 0 .161.055.326.165.495.118.161.321.292.609.394l1.067.381c.414.144.723.351.926.622.203.271.305.588.305.952 0 .356-.102.681-.305.978a2.06 2.06 0 0 1-.825.711c-.347.169-.749.253-1.206.253-.245 0-.504-.033-.774-.101a4.601 4.601 0 0 1-.711-.216 3.253 3.253 0 0 1-.47-.241v-1.117c.118.084.284.182.495.292.22.101.453.19.698.266.246.068.474.102.686.102.398 0 .711-.089.939-.267.237-.178.356-.398.356-.66a.568.568 0 0 0-.241-.482c-.153-.119-.377-.233-.673-.343l-.94-.343c-.491-.186-.816-.419-.977-.698a1.97 1.97 0 0 1-.241-.978c0-.541.203-.99.609-1.345.406-.356.948-.534 1.625-.534Zm6.411 0c.643 0 1.215.153 1.714.457a3.23 3.23 0 0 1 1.168 1.219c.288.508.432 1.062.432 1.663a3.31 3.31 0 0 1-.432 1.663c-.279.5-.669.902-1.168 1.206-.499.305-1.071.457-1.714.457s-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.139-1.155.419-1.663a3.324 3.324 0 0 1 1.18-1.219c.5-.304 1.071-.457 1.714-.457Zm0 1.016c-.449 0-.842.11-1.181.33a2.178 2.178 0 0 0-.787.851 2.478 2.478 0 0 0-.266 1.142c0 .407.089.787.266 1.143.186.347.449.63.787.85.339.212.732.318 1.181.318.457 0 .851-.106 1.181-.318a2.2 2.2 0 0 0 .774-.85 2.43 2.43 0 0 0 .279-1.143 2.38 2.38 0 0 0-.279-1.142 2.09 2.09 0 0 0-.774-.851c-.33-.22-.724-.33-1.181-.33Zm6.068-.889v1.003c.136-.169.309-.338.521-.508.212-.177.448-.325.711-.444.271-.118.55-.178.838-.178.431 0 .825.098 1.18.292.356.187.639.474.851.864.212.381.317.863.317 1.447V417h-1.041l-.012-3.771c0-.55-.123-.969-.369-1.256-.236-.288-.605-.432-1.104-.432-.339 0-.677.127-1.016.381-.33.245-.622.533-.876.863V417h-1.041v-6.348h1.041Zm18.523 0L893.867 417h-.647l-1.74-4.481-1.739 4.481h-.647l-2.222-6.348h1.244l1.409 4.456 1.663-4.456h.584l1.664 4.456 1.409-4.456h1.244Zm4.38-.127c.431 0 .825.098 1.18.292.356.187.639.474.851.864.212.381.317.863.317 1.447V417h-1.041l-.012-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.606-.432-1.105-.432-.339 0-.677.127-1.016.381-.33.245-.622.533-.876.863V417h-1.041v-9.141h1.041v3.796c.136-.169.309-.338.521-.508.212-.177.448-.325.711-.444.271-.118.55-.178.838-.178Zm7.185 0c.644 0 1.215.153 1.714.457.5.305.889.711 1.168 1.219.288.508.432 1.062.432 1.663a3.31 3.31 0 0 1-.432 1.663c-.279.5-.668.902-1.168 1.206-.499.305-1.07.457-1.714.457-.643 0-1.214-.152-1.714-.457a3.35 3.35 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.139-1.155.419-1.663a3.332 3.332 0 0 1 1.18-1.219c.5-.304 1.071-.457 1.714-.457Zm0 1.016c-.448 0-.842.11-1.18.33a2.171 2.171 0 0 0-.787.851 2.466 2.466 0 0 0-.267 1.142c0 .407.089.787.267 1.143.186.347.448.63.787.85.338.212.732.318 1.18.318.457 0 .851-.106 1.181-.318.339-.22.597-.503.774-.85.187-.356.28-.736.28-1.143a2.37 2.37 0 0 0-.28-1.142 2.076 2.076 0 0 0-.774-.851c-.33-.22-.724-.33-1.181-.33Zm10.728-1.016a3.2 3.2 0 0 1 1.041.165c.321.102.554.208.698.318v1.117a3.324 3.324 0 0 0-.724-.394 2.413 2.413 0 0 0-.939-.19c-.398 0-.698.093-.901.279-.195.187-.292.381-.292.584 0 .161.055.326.165.495.118.161.321.292.609.394l1.066.381c.415.144.724.351.927.622.203.271.305.588.305.952 0 .356-.102.681-.305.978-.194.296-.47.533-.825.711-.347.169-.749.253-1.206.253-.245 0-.504-.033-.774-.101a4.601 4.601 0 0 1-.711-.216 3.2 3.2 0 0 1-.47-.241v-1.117c.118.084.283.182.495.292.22.101.453.19.698.266.246.068.474.102.686.102.398 0 .711-.089.939-.267.237-.178.356-.398.356-.66a.568.568 0 0 0-.241-.482c-.153-.119-.377-.233-.673-.343l-.94-.343c-.491-.186-.817-.419-.977-.698a1.97 1.97 0 0 1-.242-.978c0-.541.204-.99.61-1.345.406-.356.948-.534 1.625-.534Zm6.411 0c.465 0 .867.077 1.206.229.339.144.571.275.698.393v1.054a3.755 3.755 0 0 0-.812-.457c-.305-.135-.669-.203-1.092-.203-.449 0-.842.11-1.181.33a2.178 2.178 0 0 0-.787.851 2.465 2.465 0 0 0-.266 1.142c0 .407.088.787.266 1.143.186.347.449.63.787.85.339.212.732.318 1.181.318.423 0 .787-.064 1.092-.191.304-.135.575-.292.812-.469v1.053c-.127.127-.359.263-.698.407-.339.143-.741.215-1.206.215-.643 0-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.334 3.334 0 0 1 1.181-1.219c.499-.304 1.071-.457 1.714-.457Zm6.728 0c.432 0 .826.098 1.181.292.356.187.639.474.851.864.211.381.317.863.317 1.447V417h-1.041l-.013-3.771c0-.55-.122-.969-.368-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.677.127-1.016.381-.33.245-.622.533-.876.863V417h-1.041v-9.141h1.041v3.796c.136-.169.309-.338.521-.508.211-.177.448-.325.711-.444.27-.118.55-.178.837-.178Zm6.932 0c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.557 2.557 0 0 1-.533.457 3.315 3.315 0 0 1-.8.38c-.296.11-.609.165-.939.165-.643 0-1.214-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.394 3.394 0 0 1-.418-1.663c0-.601.131-1.155.393-1.663a3.2 3.2 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.74 1.74 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm10.372-3.682V417h-1.041v-1.079c-.22.338-.52.635-.901.889-.373.253-.8.38-1.282.38a2.82 2.82 0 0 1-1.486-.406 3.09 3.09 0 0 1-1.079-1.155c-.262-.491-.393-1.058-.393-1.701 0-.703.131-1.308.393-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419c.364 0 .732.089 1.105.267.381.169.706.406.977.711v-3.644h1.041Zm-2.932 3.707c-.457 0-.847.115-1.168.343-.322.22-.572.508-.749.863-.17.356-.254.741-.254 1.156 0 .406.084.783.254 1.13.169.338.406.609.711.812.313.203.672.305 1.079.305.389 0 .736-.102 1.041-.305.304-.203.546-.482.723-.838.178-.364.263-.77.254-1.219l-.013-1.218a3.082 3.082 0 0 0-.85-.762 1.957 1.957 0 0 0-1.028-.267Zm10.283-.914v3.758c0 .559-.119 1.041-.356 1.447-.237.407-.558.72-.965.94a2.83 2.83 0 0 1-1.371.33c-.507 0-.964-.11-1.371-.33a2.449 2.449 0 0 1-.965-.94c-.237-.406-.355-.888-.355-1.447v-3.758h1.079v3.758c0 .55.161.973.482 1.27.331.287.707.431 1.13.431.424 0 .796-.144 1.118-.431.33-.297.495-.72.495-1.27v-3.758h1.079Zm3.009-2.793V417h-1.041v-9.141h1.041Zm4.773 2.666c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.173.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.557 2.557 0 0 1-.533.457 3.315 3.315 0 0 1-.8.38c-.296.11-.609.165-.939.165-.643 0-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.132-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.747 1.747 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm10.372-3.682V417h-1.041v-1.079c-.22.338-.52.635-.901.889-.373.253-.8.38-1.283.38a2.819 2.819 0 0 1-1.485-.406 3.09 3.09 0 0 1-1.079-1.155c-.262-.491-.394-1.058-.394-1.701 0-.703.132-1.308.394-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419c.364 0 .732.089 1.105.267.38.169.706.406.977.711v-3.644h1.041Zm-2.933 3.707c-.457 0-.846.115-1.168.343-.321.22-.571.508-.749.863a2.66 2.66 0 0 0-.253 1.156c0 .406.084.783.253 1.13.17.338.407.609.711.812.314.203.673.305 1.08.305.389 0 .736-.102 1.041-.305.304-.203.545-.482.723-.838.178-.364.263-.77.254-1.219l-.013-1.218a3.096 3.096 0 0 0-.85-.762 1.958 1.958 0 0 0-1.029-.267Zm9.915-3.961c.246 0 .449.089.61.267a.817.817 0 0 1 .254.597c0 .22-.085.419-.254.596a.787.787 0 0 1-.61.267.827.827 0 0 1-.622-.267.868.868 0 0 1-.241-.596.84.84 0 0 1 .241-.597.827.827 0 0 1 .622-.267Zm.648 3.047V417h-1.041v-5.37h-1.003v-.978h2.044Zm3.999-1.828v1.828h1.853v.978h-1.853v3.72c0 .262.068.469.203.622.136.152.343.228.622.228.254 0 .466-.029.635-.089.169-.067.317-.139.444-.215v.85a2.058 2.058 0 0 1-.546.317c-.186.085-.44.127-.761.127-.542 0-.952-.16-1.232-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.415-.186.762-.491 1.041-.914.28-.432.525-.96.737-1.587h.482Z"}),h.createElement("path",{stroke:"#202021",strokeLinecap:"round",strokeWidth:1.5,d:"M839 211.999h30"}),h.createElement("path",{stroke:"#202021",strokeWidth:1.5,d:"M866 211.999c11.501 0 9.416-17.114 14.502-25.593 4.498-7.5 22.498-6.407 22.498-6.407"}),h.createElement("path",{fill:"#202021",d:"m907.5 277.501.47-.585-.47.585Zm159.01 15.45c.3.283.32.758.04 1.06l-4.61 4.932a.75.75 0 0 1-1.06.036.755.755 0 0 1-.04-1.06l4.1-4.384-4.38-4.096a.747.747 0 0 1-.04-1.061.75.75 0 0 1 1.06-.035l4.93 4.608ZM879.5 237.5l-.741.113.741-.113Zm28.47 39.416c3.075 2.473 7.834 4.611 13.879 6.44 6.031 1.825 13.28 3.325 21.288 4.552 16.014 2.455 34.998 3.813 53.205 4.531 18.208.718 35.608.795 48.468.694 6.43-.051 11.73-.147 15.41-.23a758.226 758.226 0 0 0 5.37-.141l.29-.009.07-.003h.02l.03.749c.03.75.02.75.02.75l-.02.001-.07.002-.29.009-1.12.034c-.98.028-2.42.066-4.27.108-3.69.083-8.99.179-15.42.229-12.88.102-30.31.025-48.547-.694-18.231-.719-37.279-2.08-53.374-4.547-8.047-1.234-15.372-2.746-21.495-4.599-6.109-1.848-11.085-4.054-14.384-6.707l.94-1.169Zm-41.969-65.667c2.696 0 4.86.948 6.59 2.56 1.712 1.595 2.973 3.815 3.946 6.336 1.941 5.025 2.827 11.5 3.704 17.242l-1.482.226c-.889-5.815-1.754-12.092-3.621-16.928-.931-2.41-2.088-4.398-3.569-5.778-1.462-1.363-3.264-2.158-5.568-2.158v-1.5Zm14.24 26.138c.89 5.823 2.027 11.008 5.802 17.067 3.79 6.082 10.268 13.089 21.927 22.462l-.94 1.169c-11.716-9.42-18.342-16.55-22.26-22.838-3.932-6.31-5.109-11.728-6.011-17.634l1.482-.226Z"}),h.createElement("path",{fill:"#202021",d:"m904 306.498.498-.56-.498.56Zm162.01 26.453c.3.283.32.757.04 1.06l-4.61 4.931a.751.751 0 0 1-1.1-1.025l4.1-4.383-4.38-4.097a.75.75 0 1 1 1.02-1.096l4.93 4.61ZM866.001 211.248c2.914 0 5.231 1.143 7.079 3.166 1.822 1.995 3.174 4.83 4.253 8.218 2.156 6.766 3.317 16.06 4.766 26.097 1.455 10.077 3.207 20.963 6.53 31.055 3.323 10.09 8.2 19.332 15.869 26.154l-.996 1.12c-7.939-7.061-12.928-16.573-16.297-26.805-3.369-10.229-5.135-21.232-6.59-31.31-1.461-10.117-2.604-19.242-4.711-25.856-1.052-3.302-2.322-5.899-3.932-7.661-1.585-1.736-3.51-2.678-5.971-2.678v-1.5Zm38.497 94.69c8.641 7.685 22.974 13.246 39.736 17.237 16.735 3.984 35.782 6.378 53.753 7.798 17.973 1.419 34.843 1.863 47.223 1.953 6.19.044 11.26 0 14.78-.055a420.632 420.632 0 0 0 5.46-.121l.02-.001.03.75c.03.749.02.749.02.749l-.02.001-.07.002-.27.009-1.07.029c-.94.023-2.31.054-4.08.081-3.53.056-8.6.1-14.81.056-12.4-.09-29.32-.535-47.331-1.958-18.01-1.423-37.142-3.825-53.983-7.834-16.814-4.003-31.454-9.632-40.384-17.576l.996-1.12Z"}),h.createElement("rect",{width:93,height:23,x:964.5,y:213.5,fill:"#FFF2F3",rx:3.5}),h.createElement("rect",{width:93,height:23,x:964.5,y:213.5,stroke:"#FEB0B7",rx:3.5}),h.createElement("path",{fill:"#D93644",d:"M988.224 220.283a.745.745 0 0 0-1.057 0l-3.668 3.66-3.667-3.668a.748.748 0 0 0-1.058 1.058l3.668 3.667-3.668 3.668a.747.747 0 1 0 1.058 1.057l3.667-3.667 3.668 3.667a.745.745 0 0 0 1.057 0 .745.745 0 0 0 0-1.057L984.557 225l3.667-3.667a.752.752 0 0 0 0-1.05Z"}),h.createElement("path",{fill:"#D11525",d:"M1001.19 221.148c.37 0 .73.051 1.08.153.35.101.67.258.95.469.29.21.52.476.68.796.17.313.26.688.26 1.125 0 .461-.12.86-.35 1.196a2.36 2.36 0 0 1-.91.773c-.37.18-.78.285-1.21.317l2.82 3.023h-2.14l-2.735-3.211V229h-1.629v-7.852h3.184Zm-1.555 1.524v1.98c.187.063.395.114.625.153.23.031.46.047.7.047.47 0 .84-.094 1.11-.282a.942.942 0 0 0 .42-.82c0-.383-.14-.656-.44-.82-.29-.172-.65-.258-1.07-.258h-1.345Zm8.355.258c.58 0 1.07.125 1.49.375.42.25.74.597.96 1.043.23.437.34.945.34 1.523v.633h-4.29c.08.398.27.719.59.961.31.242.69.363 1.14.363.43 0 .82-.086 1.18-.258.35-.172.63-.347.84-.527l-.01 1.383c-.19.164-.47.332-.85.504-.36.164-.77.246-1.21.246-.59 0-1.13-.133-1.61-.399a3.122 3.122 0 0 1-1.15-1.089c-.28-.461-.42-.989-.42-1.583 0-.578.13-1.105.39-1.582.25-.476.61-.859 1.06-1.148a2.78 2.78 0 0 1 1.55-.445Zm-.03 1.3c-.37 0-.68.114-.93.34-.25.227-.42.532-.52.914h2.84c-.03-.422-.19-.734-.47-.937a1.503 1.503 0 0 0-.92-.317Zm5.35-4.23c.27 0 .51.102.72.305a.92.92 0 0 1 .31.703c0 .265-.1.5-.31.703-.21.203-.45.305-.72.305a1.02 1.02 0 0 1-1.03-1.008 1.02 1.02 0 0 1 1.03-1.008Zm.84 3.082v5.848c0 .804-.18 1.453-.56 1.945-.37.5-.88.871-1.56 1.113l-.65-1.3c.41-.188.73-.415.95-.68.22-.266.34-.606.34-1.02v-4.64h-.95v-1.266h2.43Zm4.52-.152c.57 0 1.07.125 1.48.375.43.25.75.597.97 1.043.22.437.34.945.34 1.523v.633h-4.29c.07.398.27.719.58.961.31.242.7.363 1.15.363.43 0 .82-.086 1.17-.258.35-.172.64-.347.85-.527l-.02 1.383c-.18.164-.46.332-.84.504-.37.164-.77.246-1.22.246-.58 0-1.12-.133-1.6-.399a3.122 3.122 0 0 1-1.15-1.089c-.28-.461-.42-.989-.42-1.583 0-.578.12-1.105.38-1.582a3.13 3.13 0 0 1 1.07-1.148c.45-.297.97-.445 1.55-.445Zm-.04 1.3c-.37 0-.67.114-.92.34-.25.227-.43.532-.52.914h2.84c-.04-.422-.19-.734-.47-.937a1.51 1.51 0 0 0-.93-.317Zm6.88-1.3c.44 0 .8.07 1.08.211.28.14.5.277.67.41v1.371a3.2 3.2 0 0 0-.7-.375c-.25-.102-.55-.152-.92-.152-.3 0-.58.074-.83.222a1.71 1.71 0 0 0-.6.598c-.15.25-.22.535-.22.855 0 .485.15.883.47 1.196.31.312.7.468 1.18.468.37 0 .67-.046.92-.14.26-.102.49-.227.7-.375v1.359a3.19 3.19 0 0 1-.67.41c-.28.125-.64.188-1.08.188-.6 0-1.14-.141-1.61-.422a3.325 3.325 0 0 1-1.1-1.137 3.186 3.186 0 0 1-.17-2.73c.15-.375.37-.707.65-.996.28-.297.61-.532.99-.703a2.96 2.96 0 0 1 1.24-.258Zm5.21-1.571v1.723h1.65v1.242h-1.65v2.555c0 .266.06.476.18.633.13.148.31.222.55.222.21 0 .39-.023.54-.07.16-.047.3-.113.43-.199v1.183c-.14.149-.33.274-.56.375-.22.102-.49.153-.83.153-.53 0-.97-.168-1.3-.504-.33-.344-.49-.813-.49-1.406v-2.942h-1.07v-.762c.37-.132.72-.382 1.03-.75.32-.367.58-.851.76-1.453h.76Zm5.76 1.571c.58 0 1.07.125 1.49.375.42.25.74.597.96 1.043.22.437.34.945.34 1.523v.633h-4.29c.08.398.27.719.58.961.32.242.7.363 1.15.363.43 0 .82-.086 1.17-.258.36-.172.64-.347.85-.527l-.01 1.383c-.19.164-.47.332-.85.504-.36.164-.77.246-1.22.246-.58 0-1.12-.133-1.6-.399a3.122 3.122 0 0 1-1.15-1.089c-.28-.461-.42-.989-.42-1.583 0-.578.13-1.105.39-1.582.25-.476.61-.859 1.06-1.148.45-.297.97-.445 1.55-.445Zm-.04 1.3c-.36 0-.67.114-.92.34-.25.227-.42.532-.52.914h2.84c-.03-.422-.19-.734-.47-.937a1.51 1.51 0 0 0-.93-.317Zm9.81-3.668V229h-1.49v-.996c-.17.32-.42.598-.75.832-.32.226-.71.34-1.14.34-.48 0-.92-.121-1.33-.364-.4-.242-.72-.593-.96-1.054-.24-.461-.36-1.02-.36-1.676 0-.656.12-1.219.36-1.687.25-.469.58-.829 1-1.079.42-.257.88-.386 1.39-.386.32 0 .65.074.97.222.33.149.6.348.82.598v-3.188h1.49Zm-2.97 3.833c-.32 0-.59.082-.81.246a1.65 1.65 0 0 0-.52.621c-.12.25-.19.523-.19.82 0 .445.14.824.4 1.137.28.312.63.469 1.08.469.27 0 .51-.071.74-.211.23-.141.42-.336.56-.586.15-.258.22-.567.22-.926v-.844a2.422 2.422 0 0 0-.69-.527 1.62 1.62 0 0 0-.79-.199Z"}),h.createElement("rect",{width:92,height:23,x:1256.5,y:366.5,fill:"#FFF2F3",rx:3.5}),h.createElement("rect",{width:92,height:23,x:1256.5,y:366.5,stroke:"#FEB0B7",rx:3.5}),h.createElement("path",{fill:"#D93644",d:"M1279.72 373.283a.737.737 0 0 0-1.05 0l-3.67 3.66-3.67-3.668a.75.75 0 0 0-1.06 0 .752.752 0 0 0 0 1.058l3.67 3.667-3.67 3.668a.749.749 0 0 0 1.06 1.057l3.67-3.667 3.67 3.667c.29.293.76.293 1.05 0 .3-.292.3-.765 0-1.057l-3.66-3.668 3.66-3.667a.742.742 0 0 0 0-1.05Z"}),h.createElement("path",{fill:"#D11525",d:"M1292.69 374.148c.37 0 .73.051 1.08.153.35.101.67.258.95.469.29.21.52.476.68.796.17.313.26.688.26 1.125 0 .461-.12.86-.35 1.196a2.36 2.36 0 0 1-.91.773c-.37.18-.78.285-1.21.317l2.82 3.023h-2.14l-2.74-3.211V382h-1.62v-7.852h3.18Zm-1.56 1.524v1.98c.19.063.4.114.63.153.23.031.46.047.7.047.47 0 .84-.094 1.11-.282a.942.942 0 0 0 .42-.82c0-.383-.14-.656-.44-.82-.29-.172-.65-.258-1.07-.258h-1.35Zm8.36.258c.58 0 1.07.125 1.49.375.42.25.74.597.96 1.043.23.437.34.945.34 1.523v.633h-4.29c.08.398.27.719.59.961.31.242.69.363 1.14.363.43 0 .82-.086 1.18-.258.35-.172.63-.347.84-.527l-.01 1.383c-.19.164-.47.332-.85.504-.36.164-.77.246-1.21.246-.59 0-1.13-.133-1.61-.399a3.122 3.122 0 0 1-1.15-1.089c-.28-.461-.42-.989-.42-1.583 0-.578.13-1.105.39-1.582.25-.476.61-.859 1.06-1.148a2.78 2.78 0 0 1 1.55-.445Zm-.03 1.3c-.37 0-.68.114-.93.34-.25.227-.42.532-.52.914h2.84c-.03-.422-.19-.734-.47-.937a1.503 1.503 0 0 0-.92-.317Zm5.35-4.23c.27 0 .51.102.72.305a.92.92 0 0 1 .31.703c0 .265-.1.5-.31.703-.21.203-.45.305-.72.305a1.02 1.02 0 0 1-1.03-1.008 1.02 1.02 0 0 1 1.03-1.008Zm.84 3.082v5.848c0 .804-.18 1.453-.56 1.945-.37.5-.88.871-1.56 1.113l-.65-1.3c.41-.188.73-.415.95-.68.22-.266.34-.606.34-1.02v-4.64h-.95v-1.266h2.43Zm4.52-.152c.57 0 1.07.125 1.48.375.43.25.75.597.97 1.043.22.437.34.945.34 1.523v.633h-4.29c.07.398.27.719.58.961.31.242.7.363 1.15.363.43 0 .82-.086 1.17-.258.35-.172.64-.347.85-.527l-.02 1.383c-.18.164-.46.332-.84.504-.37.164-.77.246-1.22.246-.58 0-1.12-.133-1.6-.399a3.122 3.122 0 0 1-1.15-1.089c-.28-.461-.42-.989-.42-1.583 0-.578.12-1.105.38-1.582a3.13 3.13 0 0 1 1.07-1.148c.45-.297.97-.445 1.55-.445Zm-.04 1.3c-.37 0-.67.114-.92.34-.25.227-.43.532-.52.914h2.84c-.04-.422-.19-.734-.47-.937a1.51 1.51 0 0 0-.93-.317Zm6.88-1.3c.44 0 .8.07 1.08.211.28.14.5.277.67.41v1.371a3.2 3.2 0 0 0-.7-.375c-.25-.102-.55-.152-.92-.152-.3 0-.58.074-.83.222a1.71 1.71 0 0 0-.6.598c-.15.25-.22.535-.22.855 0 .485.15.883.47 1.196.31.312.7.468 1.18.468.37 0 .67-.046.92-.14.26-.102.49-.227.7-.375v1.359a3.19 3.19 0 0 1-.67.41c-.28.125-.64.188-1.08.188-.6 0-1.14-.141-1.61-.422a3.325 3.325 0 0 1-1.1-1.137 3.186 3.186 0 0 1-.17-2.73c.15-.375.37-.707.65-.996.28-.297.61-.532.99-.703a2.96 2.96 0 0 1 1.24-.258Zm5.21-1.571v1.723h1.65v1.242h-1.65v2.555c0 .266.06.476.18.633.13.148.31.222.55.222.21 0 .39-.023.54-.07.16-.047.3-.113.43-.199v1.183c-.14.149-.33.274-.56.375-.22.102-.49.153-.83.153-.53 0-.97-.168-1.3-.504-.33-.344-.49-.813-.49-1.406v-2.942h-1.07v-.762c.37-.132.72-.382 1.03-.75.32-.367.58-.851.76-1.453h.76Zm5.76 1.571c.58 0 1.07.125 1.49.375.42.25.74.597.96 1.043.22.437.34.945.34 1.523v.633h-4.29c.08.398.27.719.58.961.32.242.7.363 1.15.363.43 0 .82-.086 1.17-.258.36-.172.64-.347.85-.527l-.01 1.383c-.19.164-.47.332-.85.504-.36.164-.77.246-1.22.246-.58 0-1.12-.133-1.6-.399a3.122 3.122 0 0 1-1.15-1.089c-.28-.461-.42-.989-.42-1.583 0-.578.13-1.105.39-1.582.25-.476.61-.859 1.06-1.148.45-.297.97-.445 1.55-.445Zm-.04 1.3c-.36 0-.67.114-.92.34-.25.227-.42.532-.52.914h2.84c-.03-.422-.19-.734-.47-.937a1.51 1.51 0 0 0-.93-.317Zm9.81-3.668V382h-1.49v-.996c-.17.32-.42.598-.75.832-.32.226-.71.34-1.14.34-.48 0-.92-.121-1.33-.364-.4-.242-.72-.593-.96-1.054-.24-.461-.36-1.02-.36-1.676 0-.656.12-1.219.36-1.687.25-.469.58-.829 1-1.079.42-.257.88-.386 1.39-.386.32 0 .65.074.97.222.33.149.6.348.82.598v-3.188h1.49Zm-2.97 3.833c-.32 0-.59.082-.81.246a1.65 1.65 0 0 0-.52.621c-.12.25-.19.523-.19.82 0 .445.14.824.4 1.137.28.312.63.469 1.08.469.27 0 .51-.071.74-.211.23-.141.42-.336.56-.586.15-.258.22-.567.22-.926v-.844a2.422 2.422 0 0 0-.69-.527 1.62 1.62 0 0 0-.79-.199Z"}),h.createElement("rect",{width:93,height:23,x:965,y:169.207,fill:"#FFF4E5",rx:3.5}),h.createElement("rect",{width:93,height:23,x:965,y:169.207,stroke:"#FFC46F",rx:3.5}),h.createElement("g",{clipPath:"url(#clip3_20382_240644)"},h.createElement("path",{fill:"#D76500",d:"M980.492 173.207c-4.14 0-7.492 3.36-7.492 7.5 0 4.14 3.352 7.5 7.492 7.5 4.148 0 7.508-3.36 7.508-7.5 0-4.14-3.36-7.5-7.508-7.5Zm.008 13.5c-3.315 0-6-2.685-6-6s2.685-6 6-6 6 2.685 6 6-2.685 6-6 6Zm-.165-9.75h-.045c-.3 0-.54.24-.54.54v3.54c0 .263.135.51.367.645l3.113 1.868c.255.15.585.075.735-.18a.533.533 0 0 0-.187-.743l-2.903-1.725v-3.405c0-.3-.24-.54-.54-.54Z"})),h.createElement("path",{fill:"#B35300",d:"M996.859 176.703c.453 0 .868.063 1.243.188.375.125.691.269.949.433v1.606a8.927 8.927 0 0 0-.903-.481 2.566 2.566 0 0 0-1.089-.222c-.204 0-.407.031-.61.093a1.281 1.281 0 0 0-.492.282.65.65 0 0 0-.187.48.64.64 0 0 0 .339.586c.227.133.504.266.832.398l.961.399c.547.234.95.519 1.207.855.258.336.387.719.387 1.149 0 .469-.137.883-.41 1.242a2.712 2.712 0 0 1-1.078.832 3.55 3.55 0 0 1-1.488.305 3.77 3.77 0 0 1-1.325-.235 4.53 4.53 0 0 1-1.101-.574v-1.605c.344.25.722.461 1.136.632.415.172.856.258 1.325.258.328 0 .609-.062.843-.187.235-.133.352-.328.352-.586 0-.203-.098-.367-.293-.492a2.764 2.764 0 0 0-.621-.329l-1.207-.468c-.609-.235-1.024-.539-1.242-.914a2.58 2.58 0 0 1-.317-1.266c0-.477.129-.891.387-1.242.266-.36.609-.637 1.031-.832a3.121 3.121 0 0 1 1.371-.305Zm6.711 1.934c.44 0 .8.07 1.08.211.28.14.51.277.67.41v1.371c-.2-.149-.43-.274-.69-.375-.25-.102-.56-.152-.93-.152-.29 0-.57.074-.83.222a1.71 1.71 0 0 0-.6.598c-.15.25-.22.535-.22.855 0 .485.16.883.47 1.196.31.312.71.468 1.18.468.37 0 .68-.046.93-.14.26-.102.49-.227.69-.375v1.359c-.16.141-.39.277-.67.41-.28.125-.64.188-1.08.188-.6 0-1.13-.141-1.6-.422a3.237 3.237 0 0 1-1.1-1.137 3.08 3.08 0 0 1-.4-1.547c0-.414.07-.808.22-1.183.16-.375.38-.707.66-.996.28-.297.61-.532.98-.703.38-.172.8-.258 1.24-.258Zm6.36 0c.6 0 1.1.203 1.51.609.4.406.61 1.016.61 1.828v3.633h-1.49l-.01-3.434c0-.398-.1-.695-.3-.89-.18-.195-.45-.293-.78-.293-.27 0-.52.086-.75.258-.23.172-.42.375-.59.609v3.75h-1.49v-8.437h1.49v3.363c.18-.242.42-.469.73-.68.31-.211.67-.316 1.07-.316Zm6.42 0c.58 0 1.07.125 1.49.375.42.25.74.597.96 1.043.22.437.34.945.34 1.523v.633h-4.29c.08.398.27.719.58.961.32.242.7.363 1.15.363.43 0 .82-.086 1.17-.258.36-.172.64-.347.85-.527l-.01 1.383c-.19.164-.47.332-.85.504-.36.164-.77.246-1.22.246-.58 0-1.12-.133-1.6-.399a3.122 3.122 0 0 1-1.15-1.089c-.28-.461-.42-.989-.42-1.583 0-.578.13-1.105.38-1.582a3.13 3.13 0 0 1 1.07-1.148c.45-.297.97-.445 1.55-.445Zm-.04 1.301c-.36 0-.67.113-.92.339-.25.227-.43.532-.52.914h2.84c-.03-.421-.19-.734-.47-.937a1.509 1.509 0 0 0-.93-.316Zm9.81-3.668v8.437h-1.49v-.996c-.17.32-.42.598-.75.832-.33.227-.71.34-1.15.34-.47 0-.91-.121-1.32-.363-.4-.243-.72-.594-.96-1.055-.24-.461-.36-1.02-.36-1.676 0-.656.12-1.219.36-1.687.25-.469.58-.829 1-1.079.42-.257.88-.386 1.39-.386.32 0 .64.074.97.222.33.149.6.348.82.598v-3.187h1.49Zm-2.98 3.832c-.31 0-.58.082-.8.246a1.65 1.65 0 0 0-.52.621c-.12.25-.19.523-.19.82 0 .445.14.824.4 1.137.27.312.63.469 1.08.469.27 0 .51-.071.74-.211.23-.141.42-.336.56-.586.15-.258.22-.567.22-.926v-.844a2.422 2.422 0 0 0-.69-.527 1.631 1.631 0 0 0-.8-.199Zm10.04-1.313v3.527c0 .524-.12.977-.36 1.36-.23.375-.55.664-.96.867-.4.203-.85.305-1.36.305-.51 0-.97-.102-1.38-.305-.4-.203-.71-.492-.95-.867a2.687 2.687 0 0 1-.34-1.36v-3.527h1.5l.01 3.258c0 .461.11.805.32 1.031.21.227.49.34.84.34s.62-.113.84-.34c.21-.226.32-.57.32-1.031v-3.258h1.52Zm3.18-2.519v8.437h-1.48v-8.437h1.48Zm4.41 2.367c.58 0 1.07.125 1.49.375.42.25.74.597.96 1.043.23.437.34.945.34 1.523v.633h-4.29c.08.398.27.719.59.961.31.242.69.363 1.14.363.43 0 .82-.086 1.18-.258.35-.172.63-.347.84-.527l-.01 1.383c-.19.164-.47.332-.85.504-.36.164-.77.246-1.21.246-.59 0-1.13-.133-1.61-.399a3.122 3.122 0 0 1-1.15-1.089c-.28-.461-.42-.989-.42-1.583 0-.578.13-1.105.39-1.582.25-.476.61-.859 1.06-1.148a2.78 2.78 0 0 1 1.55-.445Zm-.04 1.301c-.36 0-.67.113-.92.339-.25.227-.42.532-.52.914h2.84c-.03-.421-.19-.734-.47-.937a1.509 1.509 0 0 0-.93-.316Zm9.81-3.668v8.437h-1.49v-.996c-.17.32-.42.598-.75.832-.32.227-.71.34-1.14.34-.48 0-.92-.121-1.33-.363-.4-.243-.72-.594-.96-1.055-.24-.461-.36-1.02-.36-1.676 0-.656.12-1.219.36-1.687.25-.469.58-.829 1-1.079.42-.257.88-.386 1.39-.386.32 0 .65.074.97.222.33.149.61.348.82.598v-3.187h1.49Zm-2.97 3.832c-.32 0-.59.082-.81.246a1.65 1.65 0 0 0-.52.621c-.12.25-.19.523-.19.82 0 .445.14.824.4 1.137.28.312.64.469 1.08.469.27 0 .51-.071.74-.211.23-.141.42-.336.56-.586.15-.258.22-.567.22-.926v-.844a2.422 2.422 0 0 0-.69-.527c-.24-.133-.5-.199-.79-.199Z"}),h.createElement("rect",{width:93,height:23,x:1256,y:322.207,fill:"#FFF4E5",rx:3.5}),h.createElement("rect",{width:93,height:23,x:1256,y:322.207,stroke:"#FFC46F",rx:3.5}),h.createElement("g",{clipPath:"url(#clip4_20382_240644)"},h.createElement("path",{fill:"#D76500",d:"M1271.49 326.207c-4.14 0-7.49 3.36-7.49 7.5 0 4.14 3.35 7.5 7.49 7.5 4.15 0 7.51-3.36 7.51-7.5 0-4.14-3.36-7.5-7.51-7.5Zm.01 13.5c-3.32 0-6-2.685-6-6s2.68-6 6-6 6 2.685 6 6-2.68 6-6 6Zm-.16-9.75h-.05c-.3 0-.54.24-.54.54v3.54c0 .263.13.51.37.645l3.11 1.868c.26.15.59.075.74-.18a.543.543 0 0 0-.19-.743l-2.9-1.725v-3.405c0-.3-.25-.54-.54-.54Z"})),h.createElement("path",{fill:"#B35300",d:"M1287.86 329.703c.45 0 .87.063 1.24.188.38.125.69.269.95.433v1.606a8.873 8.873 0 0 0-.9-.481 2.59 2.59 0 0 0-1.09-.222c-.2 0-.41.031-.61.093-.2.063-.36.157-.49.282a.633.633 0 0 0-.19.48c0 .258.11.453.34.586.23.133.5.266.83.398l.96.399c.55.234.95.519 1.21.855.26.336.39.719.39 1.149 0 .469-.14.883-.41 1.242-.27.351-.63.629-1.08.832a3.56 3.56 0 0 1-1.49.305c-.46 0-.9-.078-1.32-.235a4.597 4.597 0 0 1-1.11-.574v-1.605c.35.25.73.461 1.14.632.41.172.86.258 1.32.258.33 0 .61-.062.85-.187.23-.133.35-.328.35-.586 0-.203-.1-.367-.29-.492-.19-.133-.4-.243-.62-.329l-1.21-.468c-.61-.235-1.02-.539-1.24-.914a2.593 2.593 0 0 1-.32-1.266c0-.477.13-.891.39-1.242.26-.36.61-.637 1.03-.832.42-.203.88-.305 1.37-.305Zm6.71 1.934c.44 0 .8.07 1.08.211.28.14.51.277.67.41v1.371c-.2-.149-.43-.274-.69-.375-.25-.102-.56-.152-.93-.152-.29 0-.57.074-.83.222a1.71 1.71 0 0 0-.6.598c-.15.25-.22.535-.22.855 0 .485.16.883.47 1.196.31.312.71.468 1.18.468.37 0 .68-.046.93-.14.26-.102.49-.227.69-.375v1.359c-.16.141-.39.277-.67.41-.28.125-.64.188-1.08.188-.6 0-1.13-.141-1.6-.422a3.237 3.237 0 0 1-1.1-1.137 3.08 3.08 0 0 1-.4-1.547c0-.414.07-.808.22-1.183.16-.375.38-.707.66-.996.28-.297.61-.532.98-.703.38-.172.8-.258 1.24-.258Zm6.36 0c.6 0 1.1.203 1.51.609.4.406.61 1.016.61 1.828v3.633h-1.49l-.01-3.434c0-.398-.1-.695-.3-.89-.18-.195-.45-.293-.78-.293-.27 0-.52.086-.75.258-.23.172-.42.375-.59.609v3.75h-1.49v-8.437h1.49v3.363c.18-.242.42-.469.73-.68.31-.211.67-.316 1.07-.316Zm6.42 0c.58 0 1.07.125 1.49.375.42.25.74.597.96 1.043.22.437.34.945.34 1.523v.633h-4.29c.08.398.27.719.58.961.32.242.7.363 1.15.363.43 0 .82-.086 1.17-.258.36-.172.64-.347.85-.527l-.01 1.383c-.19.164-.47.332-.85.504-.36.164-.77.246-1.22.246-.58 0-1.12-.133-1.6-.399a3.122 3.122 0 0 1-1.15-1.089c-.28-.461-.42-.989-.42-1.583 0-.578.13-1.105.38-1.582a3.13 3.13 0 0 1 1.07-1.148c.45-.297.97-.445 1.55-.445Zm-.04 1.301c-.36 0-.67.113-.92.339-.25.227-.43.532-.52.914h2.84c-.03-.421-.19-.734-.47-.937a1.509 1.509 0 0 0-.93-.316Zm9.81-3.668v8.437h-1.49v-.996c-.17.32-.42.598-.75.832-.33.227-.71.34-1.15.34-.47 0-.91-.121-1.32-.363-.4-.243-.72-.594-.96-1.055-.24-.461-.36-1.02-.36-1.676 0-.656.12-1.219.36-1.687.25-.469.58-.829 1-1.079.42-.257.88-.386 1.39-.386.32 0 .64.074.97.222.33.149.6.348.82.598v-3.187h1.49Zm-2.98 3.832c-.31 0-.58.082-.8.246a1.65 1.65 0 0 0-.52.621c-.12.25-.19.523-.19.82 0 .445.14.824.4 1.137.27.312.63.469 1.08.469.27 0 .51-.071.74-.211.23-.141.42-.336.56-.586.15-.258.22-.567.22-.926v-.844a2.422 2.422 0 0 0-.69-.527 1.631 1.631 0 0 0-.8-.199Zm10.04-1.313v3.527c0 .524-.12.977-.36 1.36-.23.375-.55.664-.96.867-.4.203-.85.305-1.36.305-.51 0-.97-.102-1.38-.305-.4-.203-.71-.492-.95-.867a2.687 2.687 0 0 1-.34-1.36v-3.527h1.5l.01 3.258c0 .461.11.805.32 1.031.21.227.49.34.84.34s.62-.113.84-.34c.21-.226.32-.57.32-1.031v-3.258h1.52Zm3.18-2.519v8.437h-1.48v-8.437h1.48Zm4.41 2.367c.58 0 1.07.125 1.49.375.42.25.74.597.96 1.043.23.437.34.945.34 1.523v.633h-4.29c.08.398.27.719.59.961.31.242.69.363 1.14.363.43 0 .82-.086 1.18-.258.35-.172.63-.347.84-.527l-.01 1.383c-.19.164-.47.332-.85.504-.36.164-.77.246-1.21.246-.59 0-1.13-.133-1.61-.399a3.122 3.122 0 0 1-1.15-1.089c-.28-.461-.42-.989-.42-1.583 0-.578.13-1.105.39-1.582.25-.476.61-.859 1.06-1.148a2.78 2.78 0 0 1 1.55-.445Zm-.04 1.301c-.36 0-.67.113-.92.339-.25.227-.42.532-.52.914h2.84c-.03-.421-.19-.734-.47-.937a1.509 1.509 0 0 0-.93-.316Zm9.81-3.668v8.437h-1.49v-.996c-.17.32-.42.598-.75.832-.32.227-.71.34-1.14.34-.48 0-.92-.121-1.33-.363-.4-.243-.72-.594-.96-1.055-.24-.461-.36-1.02-.36-1.676 0-.656.12-1.219.36-1.687.25-.469.58-.829 1-1.079.42-.257.88-.386 1.39-.386.32 0 .65.074.97.222.33.149.61.348.82.598v-3.187h1.49Zm-2.97 3.832c-.32 0-.59.082-.81.246a1.65 1.65 0 0 0-.52.621c-.12.25-.19.523-.19.82 0 .445.14.824.4 1.137.28.312.64.469 1.08.469.27 0 .51-.071.74-.211.23-.141.42-.336.56-.586.15-.258.22-.567.22-.926v-.844a2.422 2.422 0 0 0-.69-.527c-.24-.133-.5-.199-.79-.199Z"}),h.createElement("path",{fill:"#202021",d:"M913.5 178.957a.75.75 0 0 0 0 1.5v-1.5Zm39.566 1.28a.749.749 0 0 0 0-1.06l-4.773-4.773a.75.75 0 0 0-1.061 1.06l4.243 4.243-4.243 4.243a.75.75 0 0 0 1.061 1.06l4.773-4.773Zm-39.566.22h39.036v-1.5H913.5v1.5Z"}),h.createElement("path",{stroke:"#202021",strokeLinecap:"round",strokeWidth:1.5,d:"M899 179.707h14.5"}),h.createElement("path",{fill:"#202021",d:"m931.002 218.207-.643.386.643-.386Zm22.984 5.428a.75.75 0 0 1 .088 1.057l-4.36 5.153a.75.75 0 1 1-1.145-.969l3.876-4.58-4.581-3.876a.75.75 0 0 1 .969-1.145l5.153 4.36ZM912 178.957c3.252 0 5.756 2.134 7.734 5.163 1.982 3.038 3.546 7.138 4.888 11.434 1.343 4.295 2.491 8.881 3.605 12.859 1.126 4.024 2.207 7.39 3.418 9.409l-1.286.771c-1.333-2.221-2.46-5.787-3.577-9.776-1.129-4.036-2.257-8.546-3.592-12.816-1.334-4.269-2.849-8.204-4.713-11.061-1.869-2.864-3.978-4.483-6.477-4.483v-1.5Zm19.645 38.865c1.006 1.676 2.803 2.906 5.045 3.789 2.235.881 4.835 1.386 7.332 1.664 2.491.276 4.849.323 6.587.3a53.795 53.795 0 0 0 2.638-.101l.146-.01a.637.637 0 0 0 .036-.003l.008-.001h.002l.063.748.061.747h-.004l-.011.001-.041.004-.157.011a54.48 54.48 0 0 1-2.721.104c-1.778.023-4.202-.024-6.773-.31-2.566-.285-5.31-.811-7.715-1.758-2.399-.945-4.538-2.34-5.782-4.414l1.286-.771Z"}),h.createElement("path",{fill:"#202021",d:"m931.002 141.407-.643-.386.643.386Zm22.984-5.428a.75.75 0 0 0 .088-1.057l-4.36-5.153a.75.75 0 1 0-1.145.969l3.876 4.58-4.581 3.876a.75.75 0 0 0 .969 1.145l5.153-4.36ZM912 180.456c3.249 0 5.754-2.118 7.732-5.13 1.983-3.019 3.547-7.094 4.89-11.365 1.343-4.271 2.491-8.831 3.604-12.79 1.127-4.006 2.208-7.36 3.419-9.379l-1.286-.771c-1.332 2.22-2.46 5.774-3.577 9.744-1.129 4.017-2.257 8.502-3.591 12.746-1.335 4.245-2.849 8.154-4.712 10.992-1.868 2.844-3.978 4.453-6.479 4.453v1.5Zm19.645-38.664c1.006-1.676 2.803-2.906 5.045-3.789 2.235-.881 4.835-1.386 7.332-1.664a54.442 54.442 0 0 1 6.587-.3 53.795 53.795 0 0 1 2.638.101l.146.01a.637.637 0 0 1 .036.003l.008.001h.002l.063-.748.061-.747h-.004l-.011-.001-.041-.004-.157-.011a54.48 54.48 0 0 0-2.721-.104c-1.778-.023-4.202.024-6.773.31-2.566.285-5.31.811-7.715 1.758-2.399.945-4.538 2.34-5.782 4.414l1.286.771Z"}),h.createElement("path",{fill:"#202021",d:"M1204.5 331.957c-.41 0-.75.336-.75.75s.34.75.75.75v-1.5Zm39.57 1.28a.754.754 0 0 0 0-1.06l-4.78-4.773a.749.749 0 1 0-1.06 1.06l4.25 4.243-4.25 4.243a.749.749 0 1 0 1.06 1.06l4.78-4.773Zm-39.57.22h39.04v-1.5h-39.04v1.5Z"}),h.createElement("path",{stroke:"#202021",strokeLinecap:"round",strokeWidth:1.5,d:"M1178 332.707h26.5"}),h.createElement("path",{fill:"#202021",d:"m1222 371.207-.64.386.64-.386Zm22.99 5.428c.31.268.35.741.08 1.057l-4.36 5.153a.741.741 0 0 1-1.05.088.745.745 0 0 1-.09-1.057l3.87-4.58-4.58-3.876a.753.753 0 0 1-.08-1.057.741.741 0 0 1 1.05-.088l5.16 4.36ZM1203 331.957c3.25 0 5.76 2.134 7.73 5.163 1.99 3.038 3.55 7.138 4.89 11.434 1.34 4.295 2.49 8.881 3.61 12.859 1.12 4.024 2.2 7.39 3.42 9.409l-1.29.771c-1.33-2.221-2.46-5.787-3.58-9.776-1.13-4.036-2.25-8.546-3.59-12.816-1.33-4.269-2.85-8.204-4.71-11.061-1.87-2.864-3.98-4.483-6.48-4.483v-1.5Zm19.65 38.865c1 1.676 2.8 2.906 5.04 3.789 2.24.881 4.84 1.386 7.33 1.664 2.49.276 4.85.323 6.59.3a53.373 53.373 0 0 0 2.64-.101l.14-.01.04-.003.01-.001.06.748.06.747-.01.001-.04.004-.16.011c-.14.009-.34.022-.59.035-.51.027-1.24.057-2.13.069-1.78.023-4.2-.024-6.77-.31-2.57-.285-5.31-.811-7.72-1.758-2.4-.945-4.54-2.34-5.78-4.414l1.29-.771Z"}),h.createElement("path",{fill:"#202021",d:"m1222 294.407-.64-.386.64.386Zm22.99-5.428a.753.753 0 0 0 .08-1.057l-4.36-5.153a.741.741 0 0 0-1.05-.088.745.745 0 0 0-.09 1.057l3.87 4.58-4.58 3.876a.753.753 0 0 0-.08 1.057c.26.316.74.356 1.05.088l5.16-4.36ZM1203 333.456c3.25 0 5.75-2.118 7.73-5.13 1.99-3.019 3.55-7.094 4.89-11.365 1.34-4.271 2.49-8.831 3.61-12.79 1.12-4.006 2.2-7.36 3.42-9.379l-1.29-.771c-1.33 2.22-2.46 5.774-3.58 9.744-1.13 4.017-2.25 8.502-3.59 12.746-1.33 4.245-2.85 8.154-4.71 10.992-1.87 2.844-3.98 4.453-6.48 4.453v1.5Zm19.65-38.664c1-1.676 2.8-2.906 5.04-3.789 2.24-.881 4.84-1.386 7.33-1.664 2.49-.276 4.85-.323 6.59-.3a53.373 53.373 0 0 1 2.64.101l.14.01a.692.692 0 0 1 .05.004l.06-.748.06-.747-.01-.001-.04-.004-.16-.011c-.14-.009-.34-.022-.59-.035a54.48 54.48 0 0 0-2.13-.069c-1.78-.023-4.2.024-6.77.31-2.57.285-5.31.811-7.72 1.758-2.4.945-4.54 2.34-5.78 4.414l1.29.771Z"}),h.createElement("path",{fill:"#615BC2",d:"M839.672 39.494 843.646 48h-1.372l-.888-2.031h-3.987L836.498 48h-1.371l3.974-8.506h.571Zm-.267 1.93-1.536 3.466h3.047l-1.511-3.466Zm14.448.228v3.758c0 .559-.119 1.041-.356 1.447-.237.407-.559.72-.965.94a2.83 2.83 0 0 1-1.371.33 2.83 2.83 0 0 1-1.371-.33 2.453 2.453 0 0 1-.965-.94c-.237-.406-.355-.888-.355-1.447v-3.758h1.079v3.758c0 .55.161.974.482 1.27.33.287.707.431 1.13.431.423 0 .796-.144 1.117-.431.33-.297.495-.72.495-1.27v-3.758h1.08Zm3.859-.127a3.2 3.2 0 0 1 1.041.165c.322.102.554.208.698.318v1.117a3.322 3.322 0 0 0-.723-.394 2.424 2.424 0 0 0-.94-.19c-.398 0-.698.093-.901.28-.195.186-.292.38-.292.583 0 .161.055.326.165.495.118.161.321.292.609.394l1.067.38c.414.145.723.352.926.623.203.27.305.588.305.952 0 .355-.102.681-.305.978a2.057 2.057 0 0 1-.825.71c-.347.17-.749.254-1.206.254-.245 0-.504-.033-.774-.101-.263-.06-.5-.131-.711-.216a3.291 3.291 0 0 1-.47-.241v-1.117c.118.084.284.182.495.292.22.101.453.19.698.266.246.068.474.102.686.102.398 0 .711-.09.939-.267.237-.178.356-.398.356-.66a.57.57 0 0 0-.241-.482c-.153-.119-.377-.233-.673-.343l-.94-.343c-.491-.186-.816-.419-.977-.698a1.967 1.967 0 0 1-.241-.978c0-.541.203-.99.609-1.345.406-.356.948-.534 1.625-.534Zm6.157 0c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.71.313.17.673.255 1.079.255.457 0 .884-.114 1.282-.343a4.826 4.826 0 0 0 1.003-.774l-.012 1.13a2.56 2.56 0 0 1-.534.456c-.228.153-.495.28-.8.381-.296.11-.609.165-.939.165-.643 0-1.214-.152-1.714-.457a3.353 3.353 0 0 1-1.18-1.206 3.387 3.387 0 0 1-.419-1.663c0-.6.131-1.155.393-1.663a3.2 3.2 0 0 1 1.079-1.219 2.835 2.835 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.737 1.737 0 0 0-.685-.584 1.881 1.881 0 0 0-.851-.203Zm5.675-.889v1.27c.245-.423.542-.762.889-1.016s.702-.38 1.066-.38c.245 0 .466.042.66.126v1.206a1.578 1.578 0 0 0-.812-.24c-.432 0-.783.151-1.054.456a6.668 6.668 0 0 0-.749 1.092V48h-1.041v-6.348h1.041Zm16.085 0L883.407 48h-.647l-1.739-4.481-1.74 4.481h-.647l-2.222-6.348h1.244l1.409 4.456 1.664-4.456h.583l1.664 4.456 1.409-4.456h1.244Zm2.285-3.047c.246 0 .449.09.609.267.17.17.254.368.254.597 0 .22-.084.419-.254.596a.783.783 0 0 1-.609.267.826.826 0 0 1-.622-.267.866.866 0 0 1-.241-.596c0-.229.08-.428.241-.597a.826.826 0 0 1 .622-.267Zm.648 3.047V48h-1.041v-5.37h-1.003v-.978h2.044Zm3.999-1.828v1.828h1.853v.978h-1.853v3.72c0 .262.067.47.203.622.135.152.342.228.622.228.254 0 .465-.03.635-.089a3.12 3.12 0 0 0 .444-.215v.85a2.081 2.081 0 0 1-.546.317c-.186.085-.44.127-.762.127-.541 0-.952-.16-1.231-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.414-.186.761-.49 1.041-.914.279-.431.525-.96.736-1.587h.483Zm6.855 1.701c.432 0 .825.098 1.181.292.355.187.639.474.85.864.212.38.318.863.318 1.447V48h-1.041l-.013-3.77c0-.55-.123-.97-.368-1.257-.237-.288-.605-.432-1.105-.432-.338 0-.677.127-1.015.38-.33.246-.622.534-.876.864V48h-1.041v-9.14h1.041v3.795c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444a2.07 2.07 0 0 1 .838-.178Zm9.877-1.7v1.827h1.853v.978h-1.853v3.72c0 .262.068.47.203.622.136.152.343.228.622.228.254 0 .466-.03.635-.089a3.12 3.12 0 0 0 .444-.215v.85a2.081 2.081 0 0 1-.546.317c-.186.085-.44.127-.761.127-.542 0-.952-.16-1.232-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.415-.186.762-.49 1.041-.914.28-.431.525-.96.737-1.587h.482Zm6.855 1.7c.432 0 .826.098 1.181.292.356.187.639.474.851.864.211.38.317.863.317 1.447V48h-1.041l-.013-3.77c0-.55-.122-.97-.368-1.257-.237-.288-.605-.432-1.104-.432-.339 0-.677.127-1.016.38-.33.246-.622.534-.876.864V48h-1.041v-9.14h1.041v3.795c.136-.169.309-.338.521-.508.211-.177.448-.325.711-.444.27-.118.55-.178.837-.178Zm6.932 0c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.71.313.17.673.255 1.079.255.457 0 .884-.114 1.282-.343a4.826 4.826 0 0 0 1.003-.774l-.013 1.13a2.525 2.525 0 0 1-.533.456c-.228.153-.495.28-.8.381-.296.11-.609.165-.939.165-.643 0-1.215-.152-1.714-.457a3.363 3.363 0 0 1-1.181-1.206 3.397 3.397 0 0 1-.418-1.663c0-.6.131-1.155.393-1.663a3.2 3.2 0 0 1 1.079-1.219 2.835 2.835 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.744 1.744 0 0 0-.685-.584 1.881 1.881 0 0 0-.851-.203Zm9.483-.889v1.27c.246-.423.542-.762.889-1.016s.703-.38 1.067-.38c.245 0 .465.042.66.126v1.206a1.581 1.581 0 0 0-.813-.24c-.431 0-.783.151-1.054.456a6.668 6.668 0 0 0-.749 1.092V48h-1.041v-6.348h1.041Zm6.564-.127c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.173.682.368.978.195.296.449.533.762.71.313.17.673.255 1.079.255.457 0 .884-.114 1.282-.343a4.826 4.826 0 0 0 1.003-.774l-.013 1.13a2.525 2.525 0 0 1-.533.456c-.228.153-.495.28-.8.381-.296.11-.609.165-.939.165-.643 0-1.215-.152-1.714-.457a3.363 3.363 0 0 1-1.181-1.206 3.397 3.397 0 0 1-.419-1.663c0-.6.132-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.835 2.835 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533a2.33 2.33 0 0 0-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.744 1.744 0 0 0-.685-.584 1.881 1.881 0 0 0-.851-.203Zm7.249-1.016c.364 0 .732.09 1.104.267.381.17.707.406.978.71v-.85h1.041v9.395h-1.041V46.92a3.11 3.11 0 0 1-.901.889c-.373.253-.8.38-1.283.38a2.82 2.82 0 0 1-1.485-.406 3.085 3.085 0 0 1-1.079-1.155c-.262-.491-.394-1.058-.394-1.701 0-.703.132-1.308.394-1.816a2.891 2.891 0 0 1 1.104-1.168c.466-.279.986-.419 1.562-.419Zm.19 1.029c-.457 0-.846.114-1.168.343-.321.22-.571.511-.749.876-.169.355-.253.74-.253 1.155 0 .406.084.778.253 1.117.17.338.407.61.711.812.314.203.673.305 1.079.305.39 0 .737-.102 1.041-.305.305-.203.546-.482.724-.837.178-.356.262-.758.254-1.207l-.013-1.218a3.088 3.088 0 0 0-.85-.762 1.891 1.891 0 0 0-1.029-.28Zm10.284-.902v3.758c0 .559-.119 1.041-.356 1.447-.237.407-.558.72-.965.94a2.83 2.83 0 0 1-1.371.33 2.83 2.83 0 0 1-1.371-.33 2.453 2.453 0 0 1-.965-.94c-.237-.406-.355-.888-.355-1.447v-3.758h1.079v3.758c0 .55.161.974.482 1.27.33.287.707.431 1.13.431.423 0 .796-.144 1.117-.431.33-.297.496-.72.496-1.27v-3.758h1.079Zm2.983-3.047c.245 0 .449.09.609.267.17.17.254.368.254.597 0 .22-.084.419-.254.596a.785.785 0 0 1-.609.267.826.826 0 0 1-.622-.267.866.866 0 0 1-.241-.596c0-.229.08-.428.241-.597a.826.826 0 0 1 .622-.267Zm.647 3.047V48h-1.041v-5.37h-1.002v-.978h2.043Zm3.289 0v1.27c.245-.423.541-.762.888-1.016s.703-.38 1.067-.38c.245 0 .465.042.66.126v1.206a1.581 1.581 0 0 0-.813-.24c-.431 0-.783.151-1.053.456a6.607 6.607 0 0 0-.749 1.092V48h-1.041v-6.348h1.041Zm6.563-.127c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.173.682.368.978.195.296.449.533.762.71.313.17.673.255 1.079.255.457 0 .884-.114 1.282-.343a4.826 4.826 0 0 0 1.003-.774l-.013 1.13a2.525 2.525 0 0 1-.533.456c-.228.153-.495.28-.8.381-.296.11-.609.165-.939.165-.643 0-1.215-.152-1.714-.457a3.363 3.363 0 0 1-1.181-1.206 3.397 3.397 0 0 1-.419-1.663c0-.6.132-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.835 2.835 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.744 1.744 0 0 0-.685-.584 1.881 1.881 0 0 0-.851-.203Zm10.372-3.682V48h-1.041v-1.08a3.11 3.11 0 0 1-.901.89c-.373.253-.8.38-1.283.38a2.82 2.82 0 0 1-1.485-.406 3.093 3.093 0 0 1-1.079-1.155c-.262-.491-.394-1.058-.394-1.701 0-.703.132-1.308.394-1.816a2.887 2.887 0 0 1 1.105-1.168c.465-.279.986-.419 1.561-.419.364 0 .732.09 1.105.267.38.17.706.406.977.71V38.86h1.041Zm-2.933 3.707c-.457 0-.846.115-1.167.343-.322.22-.572.508-.75.864-.169.355-.253.74-.253 1.155 0 .406.084.783.253 1.13.17.338.407.609.711.812.314.203.673.305 1.08.305.389 0 .736-.102 1.041-.305a2.13 2.13 0 0 0 .723-.838c.178-.364.263-.77.254-1.218l-.013-1.22a3.088 3.088 0 0 0-.85-.761 1.96 1.96 0 0 0-1.029-.267Zm12.125-1.04c.55 0 1.045.135 1.485.406.448.262.804.634 1.066 1.117.271.474.407 1.032.407 1.676 0 .694-.136 1.303-.407 1.828a2.953 2.953 0 0 1-1.092 1.206 2.867 2.867 0 0 1-1.561.431c-.364 0-.736-.097-1.117-.292a3.355 3.355 0 0 1-.965-.749v3.898h-1.041v-9.395h1.041v1.08c.22-.34.516-.623.889-.851.38-.237.812-.356 1.295-.356Zm-.166 1.015c-.38 0-.727.097-1.041.292a2.054 2.054 0 0 0-.723.813c-.169.338-.254.736-.254 1.193l.013 1.219c.27.33.554.6.85.812.296.203.639.305 1.029.305.457 0 .846-.119 1.167-.356.322-.237.568-.541.737-.914.178-.38.266-.774.266-1.18 0-.415-.084-.783-.253-1.105a2.007 2.007 0 0 0-.711-.787c-.305-.195-.665-.292-1.08-.292Zm7.453-1.016c.651 0 1.193.136 1.625.407.431.27.753.639.964 1.104.221.466.328.99.328 1.574v.622h-4.872c.05.356.173.682.368.978.194.296.448.533.761.71.314.17.673.255 1.08.255.457 0 .884-.114 1.282-.343a4.826 4.826 0 0 0 1.003-.774l-.013 1.13a2.55 2.55 0 0 1-.533.456c-.229.153-.495.28-.8.381-.296.11-.609.165-.939.165-.644 0-1.215-.152-1.714-.457a3.355 3.355 0 0 1-1.181-1.206 3.397 3.397 0 0 1-.419-1.663c0-.6.131-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.83 2.83 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533a2.33 2.33 0 0 0-.635 1.27h3.821c-.042-.415-.161-.754-.355-1.016a1.74 1.74 0 0 0-.686-.584 1.877 1.877 0 0 0-.85-.203Zm5.677-.889v1.27c.24-.423.54-.762.89-1.016.34-.254.7-.38 1.06-.38.25 0 .47.042.66.126v1.206c-.27-.16-.54-.24-.81-.24-.43 0-.78.151-1.05.456-.27.305-.52.669-.75 1.092V48h-1.04v-6.348h1.04Zm4.99 0v.813c.2-.229.46-.44.77-.635.32-.203.7-.305 1.13-.305.46 0 .89.11 1.28.33.4.212.71.534.92.965.29-.355.62-.66.96-.914.35-.254.76-.38 1.22-.38.43 0 .83.097 1.21.291.38.187.68.474.91.864.24.38.36.863.36 1.447V48h-1.04l-.02-3.77c0-.55-.14-.97-.43-1.257-.28-.288-.67-.432-1.17-.432-.36 0-.68.114-.95.343-.27.228-.53.495-.77.8V48h-1.04l-.02-3.77c0-.55-.14-.97-.43-1.257-.28-.288-.67-.432-1.17-.432-.34 0-.66.102-.95.305a3.97 3.97 0 0 0-.77.736V48h-1.04v-6.348h1.04Zm11.74-3.047c.25 0 .45.09.61.267a.837.837 0 0 1 0 1.193.78.78 0 0 1-.61.267.815.815 0 0 1-.62-.267.87.87 0 0 1-.24-.596.84.84 0 0 1 .24-.597.815.815 0 0 1 .62-.267Zm.65 3.047V48h-1.04v-5.37h-1.01v-.978h2.05Zm4.14-.127c.37 0 .72.055 1.04.165.32.102.55.208.7.318v1.117a3.299 3.299 0 0 0-.73-.394c-.3-.127-.62-.19-.94-.19-.4 0-.7.093-.9.28-.19.186-.29.38-.29.583a.9.9 0 0 0 .16.495c.12.161.33.292.61.394l1.07.38c.41.145.72.352.93.623.2.27.3.588.3.952 0 .355-.1.681-.3.978-.2.296-.47.533-.83.71-.35.17-.75.254-1.2.254-.25 0-.51-.033-.78-.101-.26-.06-.5-.131-.71-.216a3.291 3.291 0 0 1-.47-.241v-1.117c.12.084.28.182.5.292.22.101.45.19.69.266.25.068.48.102.69.102.4 0 .71-.09.94-.267.24-.178.35-.398.35-.66a.569.569 0 0 0-.24-.482c-.15-.119-.37-.233-.67-.343l-.94-.343c-.49-.186-.82-.419-.98-.698a1.977 1.977 0 0 1-.24-.978c0-.541.2-.99.61-1.345.41-.356.95-.534 1.63-.534Zm5.43 0c.37 0 .72.055 1.04.165.32.102.55.208.7.318v1.117a3.44 3.44 0 0 0-.72-.394 2.45 2.45 0 0 0-.94-.19c-.4 0-.7.093-.91.28-.19.186-.29.38-.29.583 0 .161.06.326.17.495.12.161.32.292.61.394l1.06.38c.42.145.73.352.93.623.2.27.3.588.3.952 0 .355-.1.681-.3.978-.19.296-.47.533-.83.71-.34.17-.74.254-1.2.254-.25 0-.5-.033-.78-.101-.26-.06-.5-.131-.71-.216a3.956 3.956 0 0 1-.47-.241v-1.117c.12.084.29.182.5.292.22.101.45.19.7.266.24.068.47.102.68.102.4 0 .71-.09.94-.267.24-.178.36-.398.36-.66a.569.569 0 0 0-.24-.482 2.712 2.712 0 0 0-.68-.343l-.94-.343c-.49-.186-.81-.419-.97-.698a1.977 1.977 0 0 1-.24-.978c0-.541.2-.99.6-1.345.41-.356.95-.534 1.63-.534Zm4.56-2.92c.24 0 .45.09.61.267a.837.837 0 0 1 0 1.193.794.794 0 0 1-.61.267.8.8 0 0 1-.62-.267.837.837 0 0 1 0-1.193.8.8 0 0 1 .62-.267Zm.64 3.047V48h-1.04v-5.37h-1v-.978h2.04Zm5.12-.127c.64 0 1.22.153 1.71.457.5.305.89.711 1.17 1.22.29.507.43 1.061.43 1.662s-.14 1.156-.43 1.663c-.28.5-.67.902-1.17 1.206-.49.305-1.07.457-1.71.457-.64 0-1.21-.152-1.71-.457a3.29 3.29 0 0 1-1.18-1.206 3.387 3.387 0 0 1-.42-1.663c0-.6.14-1.155.42-1.663a3.26 3.26 0 0 1 1.18-1.219c.5-.304 1.07-.457 1.71-.457Zm0 1.016c-.45 0-.84.11-1.18.33a2.2 2.2 0 0 0-.79.85c-.17.348-.26.729-.26 1.143 0 .407.09.787.26 1.143.19.347.45.63.79.85.34.212.73.318 1.18.318.46 0 .85-.106 1.18-.318.34-.22.6-.503.78-.85.18-.356.28-.736.28-1.143 0-.414-.1-.795-.28-1.142a2.104 2.104 0 0 0-.78-.85c-.33-.221-.72-.331-1.18-.331Zm6.07-.889v1.003c.13-.169.31-.338.52-.508.21-.177.45-.325.71-.444.27-.118.55-.178.84-.178.43 0 .82.098 1.18.292.35.187.64.474.85.864.21.38.32.863.32 1.447V48h-1.04l-.02-3.77c0-.55-.12-.97-.36-1.257-.24-.288-.61-.432-1.11-.432-.34 0-.68.127-1.01.38a4.37 4.37 0 0 0-.88.864V48h-1.04v-6.348h1.04Zm8.28-.127c.37 0 .72.055 1.04.165.32.102.55.208.7.318v1.117a3.299 3.299 0 0 0-.73-.394c-.3-.127-.62-.19-.94-.19-.4 0-.7.093-.9.28-.19.186-.29.38-.29.583a.9.9 0 0 0 .16.495c.12.161.33.292.61.394l1.07.38c.41.145.72.352.93.623.2.27.3.588.3.952 0 .355-.1.681-.3.978-.2.296-.47.533-.83.71-.35.17-.75.254-1.2.254-.25 0-.51-.033-.78-.101-.26-.06-.5-.131-.71-.216a3.291 3.291 0 0 1-.47-.241v-1.117c.12.084.28.182.5.292.22.101.45.19.69.266.25.068.48.102.69.102.4 0 .71-.09.94-.267.24-.178.35-.398.35-.66a.569.569 0 0 0-.24-.482c-.15-.119-.37-.233-.67-.343l-.94-.343c-.49-.186-.82-.419-.98-.698a1.977 1.977 0 0 1-.24-.978c0-.541.21-.99.61-1.345.41-.356.95-.534 1.63-.534Zm10.22 0c.46 0 .86.077 1.2.229.34.144.57.275.7.394V43.2c-.24-.178-.51-.33-.81-.457-.31-.135-.67-.203-1.09-.203-.45 0-.85.11-1.18.33-.34.212-.61.495-.79.85-.18.348-.27.729-.27 1.143 0 .407.09.787.27 1.143.18.347.45.63.79.85.33.212.73.318 1.18.318.42 0 .78-.064 1.09-.19.3-.136.57-.293.81-.47v1.053c-.13.127-.36.263-.7.407-.34.143-.74.215-1.2.215-.65 0-1.22-.152-1.72-.457-.5-.304-.89-.706-1.18-1.206a3.387 3.387 0 0 1-.42-1.663c0-.6.14-1.155.42-1.663.29-.508.68-.914 1.18-1.219.5-.304 1.07-.457 1.72-.457Zm6.23 0c.36 0 .73.09 1.1.267.39.17.71.406.98.71v-.85h1.04V48h-1.04v-1.08c-.22.34-.52.636-.9.89-.37.253-.8.38-1.28.38-.54 0-1.04-.135-1.49-.406-.45-.28-.81-.664-1.08-1.155-.26-.491-.39-1.058-.39-1.701 0-.703.13-1.308.39-1.816.27-.508.64-.897 1.11-1.168.46-.279.98-.419 1.56-.419Zm.19 1.016c-.46 0-.85.114-1.17.343-.32.228-.57.524-.75.889-.17.355-.25.74-.25 1.155 0 .406.08.783.25 1.13.17.338.41.609.71.812.32.203.68.305 1.08.305.39 0 .74-.102 1.04-.305.31-.203.55-.482.73-.838.18-.364.26-.77.25-1.218l-.01-1.22c-.26-.33-.55-.587-.85-.774-.3-.186-.64-.279-1.03-.279Zm6.13-.889v1.003c.14-.169.31-.338.52-.508.21-.177.45-.325.71-.444.27-.118.55-.178.84-.178.43 0 .83.098 1.18.292.36.187.64.474.85.864.21.38.32.863.32 1.447V48h-1.04l-.01-3.77c0-.55-.13-.97-.37-1.257-.24-.288-.61-.432-1.11-.432-.33 0-.67.127-1.01.38-.33.246-.62.534-.88.864V48h-1.04v-6.348h1.04ZM838.694 57.525c.364 0 .732.09 1.105.267.381.17.707.406.977.71v-.85h1.041V64h-1.041v-1.08a3.11 3.11 0 0 1-.901.89c-.372.254-.8.38-1.282.38a2.822 2.822 0 0 1-1.486-.406 3.093 3.093 0 0 1-1.079-1.155c-.262-.491-.393-1.058-.393-1.701 0-.703.131-1.308.393-1.816a2.887 2.887 0 0 1 1.105-1.168c.465-.279.986-.419 1.561-.419Zm.191 1.016c-.457 0-.847.114-1.168.343a2.318 2.318 0 0 0-.749.889c-.169.355-.254.74-.254 1.155 0 .406.085.783.254 1.13.169.338.406.609.711.812.313.203.673.305 1.079.305.389 0 .736-.102 1.041-.305.305-.203.546-.482.723-.838.178-.364.263-.77.254-1.218l-.012-1.22a3.296 3.296 0 0 0-.851-.774 1.89 1.89 0 0 0-1.028-.279Zm8.315-1.016c.55 0 1.045.136 1.486.407.448.262.804.634 1.066 1.117.271.474.406 1.032.406 1.676 0 .694-.135 1.303-.406 1.828a2.953 2.953 0 0 1-1.092 1.206 2.867 2.867 0 0 1-1.561.431c-.364 0-.737-.097-1.118-.292a3.35 3.35 0 0 1-.964-.749v3.898h-1.041v-9.395h1.041v1.08c.22-.34.516-.623.888-.851a2.402 2.402 0 0 1 1.295-.356Zm-.165 1.016c-.381 0-.728.097-1.041.292a2.039 2.039 0 0 0-.723.813c-.17.338-.254.736-.254 1.193l.012 1.219c.271.33.555.6.851.812.296.203.639.305 1.028.305.457 0 .847-.119 1.168-.356.322-.237.567-.541.736-.914.178-.38.267-.774.267-1.18a2.34 2.34 0 0 0-.254-1.105 1.992 1.992 0 0 0-.711-.787c-.304-.195-.664-.292-1.079-.292Zm8.062-1.016c.55 0 1.045.136 1.485.407.449.262.804.634 1.066 1.117.271.474.407 1.032.407 1.676 0 .694-.136 1.303-.407 1.828a2.958 2.958 0 0 1-1.091 1.206 2.87 2.87 0 0 1-1.562.431c-.364 0-.736-.097-1.117-.292a3.368 3.368 0 0 1-.965-.749v3.898h-1.041v-9.395h1.041v1.08c.22-.34.516-.623.889-.851a2.4 2.4 0 0 1 1.295-.356Zm-.165 1.016c-.381 0-.728.097-1.041.292a2.049 2.049 0 0 0-.724.813c-.169.338-.254.736-.254 1.193l.013 1.219c.271.33.554.6.85.812.297.203.639.305 1.029.305.457 0 .846-.119 1.168-.356.321-.237.567-.541.736-.914.178-.38.267-.774.267-1.18a2.34 2.34 0 0 0-.254-1.105 2.007 2.007 0 0 0-.711-.787c-.305-.195-.665-.292-1.079-.292Zm5.878-3.682V64h-1.041v-9.14h1.041Zm2.513 2.793 2.222 4.672 2.158-4.672h1.244l-4.672 9.395h-1.206l1.816-3.428-2.806-5.967h1.244Zm7.338 4.85 1.041.355-1.142 3.39-.788-.203.889-3.542Zm7.985-4.85v1.27c.246-.423.542-.762.889-1.016s.703-.38 1.067-.38c.245 0 .465.042.66.126v1.206a1.581 1.581 0 0 0-.813-.24c-.431 0-.783.151-1.053.456a6.608 6.608 0 0 0-.75 1.092V64h-1.041v-6.348h1.041Zm6.564-.127c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.173.682.368.978.195.296.449.533.762.71.313.17.673.255 1.079.255.457 0 .884-.114 1.282-.343a4.826 4.826 0 0 0 1.003-.774l-.013 1.13a2.525 2.525 0 0 1-.533.456c-.228.153-.495.28-.8.381-.296.11-.609.165-.939.165-.643 0-1.215-.152-1.714-.457a3.363 3.363 0 0 1-1.181-1.206 3.397 3.397 0 0 1-.419-1.663c0-.6.132-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.835 2.835 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533a2.33 2.33 0 0 0-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.744 1.744 0 0 0-.685-.584 1.881 1.881 0 0 0-.851-.203Zm6.525-1.016c.373 0 .72.055 1.041.165.322.102.555.208.699.318v1.117a3.308 3.308 0 0 0-.724-.394 2.423 2.423 0 0 0-.939-.19c-.398 0-.699.093-.902.28-.195.186-.292.38-.292.583 0 .161.055.326.165.495.119.161.322.292.61.394l1.066.38c.415.145.724.352.927.623.203.27.304.588.304.952 0 .355-.101.681-.304.978a2.07 2.07 0 0 1-.825.71c-.347.17-.749.254-1.207.254-.245 0-.503-.033-.774-.101a4.739 4.739 0 0 1-.711-.216 3.348 3.348 0 0 1-.47-.241v-1.117c.119.084.284.182.496.292.22.101.452.19.698.266.245.068.474.102.685.102.398 0 .711-.09.94-.267.237-.178.355-.398.355-.66a.567.567 0 0 0-.241-.482c-.152-.119-.377-.233-.673-.343l-.939-.343c-.491-.186-.817-.419-.978-.698a1.967 1.967 0 0 1-.241-.978c0-.541.203-.99.609-1.345.407-.356.948-.534 1.625-.534Zm6.411 0c.466 0 .868.077 1.207.229.338.144.571.275.698.394V59.2a3.748 3.748 0 0 0-.813-.457c-.304-.135-.668-.203-1.092-.203-.448 0-.842.11-1.18.33a2.17 2.17 0 0 0-.787.85 2.466 2.466 0 0 0-.267 1.143c0 .407.089.787.267 1.143.186.347.448.63.787.85.338.212.732.318 1.18.318.424 0 .788-.064 1.092-.19.305-.136.576-.293.813-.47v1.053c-.127.127-.36.263-.698.407-.339.143-.741.215-1.207.215-.643 0-1.214-.152-1.713-.457a3.355 3.355 0 0 1-1.181-1.206 3.397 3.397 0 0 1-.419-1.663c0-.6.14-1.155.419-1.663a3.325 3.325 0 0 1 1.181-1.219c.499-.304 1.07-.457 1.713-.457Zm6.729 0c.432 0 .825.098 1.181.292.355.187.639.474.85.864.212.38.318.863.318 1.447V64h-1.041l-.013-3.77c0-.55-.123-.97-.368-1.257-.237-.288-.605-.432-1.105-.432-.338 0-.677.127-1.015.38-.33.246-.622.534-.876.864V64h-1.041v-9.14h1.041v3.795c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444a2.07 2.07 0 0 1 .838-.178Zm6.932 0c.651 0 1.193.136 1.625.407.431.27.753.639.964 1.104.221.466.331.99.331 1.574v.622h-4.875c.05.356.173.682.368.978.194.296.448.533.761.71.314.17.673.255 1.08.255.457 0 .884-.114 1.282-.343a4.826 4.826 0 0 0 1.003-.774l-.013 1.13a2.525 2.525 0 0 1-.533.456c-.229.153-.495.28-.8.381-.296.11-.609.165-.939.165-.644 0-1.215-.152-1.714-.457a3.355 3.355 0 0 1-1.181-1.206 3.397 3.397 0 0 1-.419-1.663c0-.6.131-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.83 2.83 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533a2.33 2.33 0 0 0-.635 1.27h3.821c-.042-.415-.161-.754-.355-1.016a1.74 1.74 0 0 0-.686-.584 1.877 1.877 0 0 0-.85-.203Zm10.372-3.682V64h-1.041v-1.08c-.22.34-.521.636-.902.89-.372.254-.799.38-1.282.38a2.816 2.816 0 0 1-1.485-.406 3.077 3.077 0 0 1-1.079-1.155c-.263-.491-.394-1.058-.394-1.701 0-.703.131-1.308.394-1.816.27-.508.639-.897 1.104-1.168.466-.279.986-.419 1.562-.419.364 0 .732.09 1.104.267.381.17.707.406.978.71V54.86h1.041Zm-2.933 3.707c-.457 0-.846.115-1.168.343a2.25 2.25 0 0 0-.749.864c-.169.355-.254.74-.254 1.155 0 .406.085.783.254 1.13.169.338.406.609.711.812.313.203.673.305 1.079.305.389 0 .736-.102 1.041-.305.305-.203.546-.482.724-.838.178-.364.262-.77.254-1.218l-.013-1.22a3.077 3.077 0 0 0-.851-.761 1.96 1.96 0 0 0-1.028-.267Zm10.283-.914v3.758c0 .559-.118 1.041-.355 1.447-.237.407-.559.72-.965.94a2.83 2.83 0 0 1-1.371.33 2.83 2.83 0 0 1-1.371-.33 2.453 2.453 0 0 1-.965-.94c-.237-.406-.356-.888-.356-1.447v-3.758h1.08v3.758c0 .55.16.974.482 1.27.33.287.707.431 1.13.431.423 0 .795-.144 1.117-.431.33-.297.495-.72.495-1.27v-3.758h1.079Zm3.009-2.793V64h-1.041v-9.14h1.041Zm4.774 2.666c.651 0 1.193.136 1.625.407.431.27.753.639.964 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.369.978.194.296.448.533.761.71.313.17.673.255 1.079.255.457 0 .885-.114 1.283-.343a4.853 4.853 0 0 0 1.003-.774l-.013 1.13a2.55 2.55 0 0 1-.533.456c-.229.153-.495.28-.8.381-.296.11-.609.165-.94.165-.643 0-1.214-.152-1.713-.457a3.355 3.355 0 0 1-1.181-1.206 3.397 3.397 0 0 1-.419-1.663c0-.6.131-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.83 2.83 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533-.339.347-.551.77-.635 1.27h3.821c-.042-.415-.161-.754-.355-1.016a1.747 1.747 0 0 0-.686-.584 1.877 1.877 0 0 0-.85-.203Zm11.311-1.016c.643 0 1.215.153 1.714.457a3.23 3.23 0 0 1 1.168 1.22c.288.507.432 1.061.432 1.662s-.144 1.156-.432 1.663c-.279.5-.669.902-1.168 1.206-.499.305-1.071.457-1.714.457s-1.214-.152-1.714-.457a3.353 3.353 0 0 1-1.18-1.206 3.387 3.387 0 0 1-.419-1.663c0-.6.139-1.155.419-1.663a3.323 3.323 0 0 1 1.18-1.219c.5-.304 1.071-.457 1.714-.457Zm0 1.016c-.449 0-.842.11-1.181.33a2.178 2.178 0 0 0-.787.85 2.478 2.478 0 0 0-.266 1.143c0 .407.089.787.266 1.143a2.3 2.3 0 0 0 .787.85c.339.212.732.318 1.181.318.457 0 .851-.106 1.181-.318.338-.22.596-.503.774-.85.186-.356.279-.736.279-1.143a2.38 2.38 0 0 0-.279-1.142 2.09 2.09 0 0 0-.774-.85c-.33-.221-.724-.331-1.181-.331Zm6.068-.889v1.27c.246-.423.542-.762.889-1.016s.703-.38 1.066-.38c.246 0 .466.042.661.126v1.206a1.581 1.581 0 0 0-.813-.24c-.432 0-.783.151-1.054.456a6.668 6.668 0 0 0-.749 1.092V64h-1.041v-6.348h1.041Zm8.798 0v1.27c.246-.423.542-.762.889-1.016s.702-.38 1.066-.38c.246 0 .466.042.66.126v1.206a1.575 1.575 0 0 0-.812-.24c-.432 0-.783.151-1.054.456a6.668 6.668 0 0 0-.749 1.092V64h-1.041v-6.348h1.041Zm6.564-.127c.651 0 1.193.136 1.625.407.431.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.05.356.173.682.368.978.194.296.448.533.762.71.313.17.672.255 1.079.255.457 0 .884-.114 1.282-.343a4.826 4.826 0 0 0 1.003-.774l-.013 1.13a2.525 2.525 0 0 1-.533.456c-.229.153-.495.28-.8.381-.296.11-.609.165-.939.165-.644 0-1.215-.152-1.714-.457a3.355 3.355 0 0 1-1.181-1.206 3.397 3.397 0 0 1-.419-1.663c0-.6.131-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.83 2.83 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533a2.33 2.33 0 0 0-.635 1.27h3.821c-.042-.415-.16-.754-.355-1.016a1.74 1.74 0 0 0-.686-.584 1.877 1.877 0 0 0-.85-.203Zm5.471-3.935c.246 0 .449.088.61.266.169.17.254.368.254.597 0 .22-.085.419-.254.596a.787.787 0 0 1-.61.267.827.827 0 0 1-.622-.267.87.87 0 0 1-.241-.596c0-.229.081-.428.241-.597a.827.827 0 0 1 .622-.267Zm.673 3.046v6.323c0 .854-.199 1.544-.596 2.069-.39.525-.919.922-1.587 1.193l-.47-.94c.559-.27.965-.57 1.219-.9.262-.33.393-.754.393-1.27V58.63h-1.003v-.978h2.044Zm4.774-.127c.651 0 1.193.136 1.625.407.431.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.05.356.173.682.368.978.194.296.448.533.762.71.313.17.672.255 1.079.255.457 0 .884-.114 1.282-.343a4.826 4.826 0 0 0 1.003-.774l-.013 1.13a2.525 2.525 0 0 1-.533.456c-.229.153-.495.28-.8.381-.296.11-.609.165-.939.165-.644 0-1.215-.152-1.714-.457a3.355 3.355 0 0 1-1.181-1.206 3.397 3.397 0 0 1-.419-1.663c0-.6.131-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.83 2.83 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533a2.33 2.33 0 0 0-.635 1.27h3.821c-.042-.415-.161-.754-.355-1.016a1.74 1.74 0 0 0-.686-.584 1.877 1.877 0 0 0-.85-.203Zm7.503-1.016c.465 0 .867.077 1.206.229.338.144.571.275.698.394V59.2a3.748 3.748 0 0 0-.813-.457c-.304-.135-.668-.203-1.091-.203-.449 0-.842.11-1.181.33a2.17 2.17 0 0 0-.787.85 2.466 2.466 0 0 0-.267 1.143c0 .407.089.787.267 1.143.186.347.448.63.787.85.339.212.732.318 1.181.318.423 0 .787-.064 1.091-.19.305-.136.576-.293.813-.47v1.053c-.127.127-.36.263-.698.407-.339.143-.741.215-1.206.215-.644 0-1.215-.152-1.714-.457a3.355 3.355 0 0 1-1.181-1.206 3.397 3.397 0 0 1-.419-1.663c0-.6.14-1.155.419-1.663a3.325 3.325 0 0 1 1.181-1.219c.499-.304 1.07-.457 1.714-.457Zm5.37-1.7v1.827h1.853v.978h-1.853v3.72c0 .262.067.47.203.622.135.152.343.228.622.228.254 0 .465-.03.635-.089a3.12 3.12 0 0 0 .444-.215v.85a2.081 2.081 0 0 1-.546.318c-.186.084-.44.126-.762.126-.541 0-.952-.16-1.231-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.415-.186.762-.49 1.041-.914.279-.431.525-.96.736-1.587h.483Zm9.306 0v1.827h1.85v.978h-1.85v3.72c0 .262.07.47.2.622.14.152.35.228.62.228.26 0 .47-.03.64-.089.17-.067.32-.14.44-.215v.85c-.17.136-.35.241-.54.318-.19.084-.44.126-.76.126-.55 0-.96-.16-1.24-.482-.27-.33-.4-.766-.4-1.308v-3.77h-1.22v-.305c.41-.186.76-.49 1.04-.914.28-.431.53-.96.74-1.587h.48Zm6.85 1.7c.44 0 .83.098 1.19.292.35.187.63.474.85.864.21.38.31.863.31 1.447V64h-1.04l-.01-3.77c0-.55-.12-.97-.37-1.257-.24-.288-.6-.432-1.1-.432-.34 0-.68.127-1.02.38a4.32 4.32 0 0 0-.87.864V64h-1.05v-9.14h1.05v3.795c.13-.169.3-.338.52-.508.21-.177.44-.325.71-.444.27-.118.55-.178.83-.178Zm6.94 0c.65 0 1.19.136 1.62.407.43.27.75.639.97 1.104.22.466.33.99.33 1.574v.622h-4.88c.05.356.17.682.37.978.19.296.45.533.76.71.31.17.67.255 1.08.255.46 0 .88-.114 1.28-.343.4-.237.73-.495 1.01-.774l-.02 1.13c-.12.143-.29.296-.53.456-.23.153-.5.28-.8.381-.3.11-.61.165-.94.165-.64 0-1.21-.152-1.71-.457a3.29 3.29 0 0 1-1.18-1.206 3.387 3.387 0 0 1-.42-1.663c0-.6.13-1.155.39-1.663s.62-.914 1.08-1.219c.47-.304.99-.457 1.59-.457Zm0 1.016c-.53 0-.96.178-1.3.533-.34.347-.55.77-.63 1.27h3.82c-.04-.415-.16-.754-.36-1.016a1.69 1.69 0 0 0-.68-.584 1.893 1.893 0 0 0-.85-.203Zm10.33-1.016c.37 0 .72.055 1.04.165.32.102.56.208.7.318v1.117a3.44 3.44 0 0 0-.72-.394 2.45 2.45 0 0 0-.94-.19c-.4 0-.7.093-.9.28-.2.186-.3.38-.3.583 0 .161.06.326.17.495.12.161.32.292.61.394l1.06.38c.42.145.73.352.93.623.2.27.31.588.31.952 0 .355-.11.681-.31.978-.19.296-.47.533-.82.71-.35.17-.75.254-1.21.254-.25 0-.5-.033-.77-.101-.27-.06-.5-.131-.72-.216a3.956 3.956 0 0 1-.47-.241v-1.117c.12.084.29.182.5.292.22.101.45.19.7.266.24.068.47.102.68.102.4 0 .71-.09.94-.267.24-.178.36-.398.36-.66a.569.569 0 0 0-.24-.482 2.712 2.712 0 0 0-.68-.343l-.94-.343c-.49-.186-.81-.419-.97-.698a1.977 1.977 0 0 1-.24-.978c0-.541.2-.99.61-1.345.4-.356.94-.534 1.62-.534Zm6.41 0c.47 0 .87.077 1.21.229.34.144.57.275.7.394V59.2c-.24-.178-.51-.33-.82-.457-.3-.135-.67-.203-1.09-.203-.45 0-.84.11-1.18.33a2.2 2.2 0 0 0-.79.85c-.17.348-.26.729-.26 1.143 0 .407.09.787.26 1.143.19.347.45.63.79.85.34.212.73.318 1.18.318.42 0 .79-.064 1.09-.19.31-.136.58-.293.82-.47v1.053c-.13.127-.36.263-.7.407-.34.143-.74.215-1.21.215-.64 0-1.21-.152-1.71-.457a3.29 3.29 0 0 1-1.18-1.206 3.387 3.387 0 0 1-.42-1.663c0-.6.14-1.155.42-1.663a3.26 3.26 0 0 1 1.18-1.219c.5-.304 1.07-.457 1.71-.457Zm6.73 0c.43 0 .83.098 1.18.292.36.187.64.474.85.864.21.38.32.863.32 1.447V64h-1.04l-.01-3.77c0-.55-.13-.97-.37-1.257-.24-.288-.61-.432-1.11-.432-.34 0-.67.127-1.01.38a4.37 4.37 0 0 0-.88.864V64h-1.04v-9.14h1.04v3.795c.14-.169.31-.338.52-.508.21-.177.45-.325.71-.444.27-.118.55-.178.84-.178Zm6.93 0c.65 0 1.2.136 1.63.407.43.27.75.639.96 1.104.22.466.33.99.33 1.574v.622h-4.87c.05.356.17.682.36.978.2.296.45.533.77.71.31.17.67.255 1.08.255.45 0 .88-.114 1.28-.343.4-.237.73-.495 1-.774l-.01 1.13c-.12.143-.3.296-.54.456-.22.153-.49.28-.79.381-.3.11-.61.165-.94.165-.65 0-1.22-.152-1.72-.457-.5-.304-.89-.706-1.18-1.206a3.387 3.387 0 0 1-.42-1.663c0-.6.13-1.155.4-1.663a3.22 3.22 0 0 1 1.07-1.219c.47-.304 1-.457 1.59-.457Zm0 1.016c-.52 0-.95.178-1.29.533-.34.347-.55.77-.64 1.27h3.82c-.04-.415-.16-.754-.35-1.016a1.786 1.786 0 0 0-.69-.584 1.862 1.862 0 0 0-.85-.203Zm10.37-3.682V64h-1.04v-1.08c-.22.34-.52.636-.9.89-.37.254-.8.38-1.28.38-.54 0-1.04-.135-1.49-.406-.44-.28-.8-.664-1.08-1.155-.26-.491-.39-1.058-.39-1.701 0-.703.13-1.308.39-1.816.28-.508.64-.897 1.11-1.168.46-.279.99-.419 1.56-.419.36 0 .73.09 1.11.267.38.17.7.406.97.71V54.86h1.04Zm-2.93 3.707c-.46 0-.85.115-1.17.343-.32.22-.57.508-.75.864-.17.355-.25.74-.25 1.155 0 .406.08.783.25 1.13.17.338.41.609.72.812.31.203.67.305 1.07.305.39 0 .74-.102 1.05-.305.3-.203.54-.482.72-.838.18-.364.26-.77.25-1.218l-.01-1.22c-.26-.33-.55-.583-.85-.761-.3-.178-.64-.267-1.03-.267Zm10.28-.914v3.758c0 .559-.11 1.041-.35 1.447-.24.407-.56.72-.97.94-.4.22-.86.33-1.37.33-.5 0-.96-.11-1.37-.33-.4-.22-.73-.533-.96-.94-.24-.406-.36-.888-.36-1.447v-3.758h1.08v3.758c0 .55.16.974.48 1.27.33.287.71.431 1.13.431.43 0 .8-.144 1.12-.431.33-.297.5-.72.5-1.27v-3.758h1.07Zm3.01-2.793V64h-1.04v-9.14h1.04Zm4.78 2.666c.65 0 1.19.136 1.62.407.43.27.75.639.97 1.104.22.466.33.99.33 1.574v.622h-4.88c.05.356.18.682.37.978.19.296.45.533.76.71.31.17.67.255 1.08.255.46 0 .89-.114 1.28-.343.4-.237.73-.495 1.01-.774l-.02 1.13c-.12.143-.29.296-.53.456-.23.153-.5.28-.8.381-.3.11-.61.165-.94.165-.64 0-1.21-.152-1.71-.457a3.29 3.29 0 0 1-1.18-1.206 3.387 3.387 0 0 1-.42-1.663c0-.6.13-1.155.39-1.663s.62-.914 1.08-1.219c.47-.304.99-.457 1.59-.457Zm0 1.016c-.53 0-.96.178-1.3.533-.34.347-.55.77-.63 1.27h3.82c-.04-.415-.16-.754-.36-1.016a1.69 1.69 0 0 0-.68-.584 1.893 1.893 0 0 0-.85-.203Zm10.37-3.682V64h-1.04v-1.08c-.22.34-.52.636-.9.89s-.8.38-1.29.38c-.54 0-1.03-.135-1.48-.406-.45-.28-.81-.664-1.08-1.155-.26-.491-.39-1.058-.39-1.701 0-.703.13-1.308.39-1.816.27-.508.64-.897 1.1-1.168.47-.279.99-.419 1.57-.419.36 0 .73.09 1.1.267.38.17.71.406.98.71V54.86h1.04Zm-2.93 3.707c-.46 0-.85.115-1.17.343-.32.22-.57.508-.75.864-.17.355-.25.74-.25 1.155 0 .406.08.783.25 1.13.17.338.41.609.71.812.31.203.67.305 1.08.305.39 0 .74-.102 1.04-.305.3-.203.55-.482.72-.838.18-.364.27-.77.26-1.218l-.01-1.22c-.27-.33-.55-.583-.86-.761a1.913 1.913 0 0 0-1.02-.267Zm11.76-1.04c.47 0 .87.076 1.21.228.34.144.57.275.7.394V59.2c-.24-.178-.51-.33-.81-.457-.31-.135-.67-.203-1.1-.203-.44 0-.84.11-1.18.33-.33.212-.6.495-.78.85-.18.348-.27.729-.27 1.143 0 .407.09.787.27 1.143.18.347.45.63.78.85.34.212.74.318 1.18.318.43 0 .79-.064 1.1-.19.3-.136.57-.293.81-.47v1.053c-.13.127-.36.263-.7.407-.34.143-.74.215-1.21.215-.64 0-1.21-.152-1.71-.457-.5-.304-.89-.706-1.18-1.206a3.387 3.387 0 0 1-.42-1.663c0-.6.14-1.155.42-1.663.29-.508.68-.914 1.18-1.219.5-.304 1.07-.457 1.71-.457Zm6.73 0c.43 0 .83.097 1.18.291.36.187.64.474.85.864.22.38.32.863.32 1.447V64h-1.04l-.01-3.77c0-.55-.12-.97-.37-1.257-.24-.288-.61-.432-1.1-.432-.34 0-.68.127-1.02.38-.33.246-.62.534-.88.864V64h-1.04v-9.14h1.04v3.795c.14-.169.31-.338.52-.508.22-.177.45-.325.72-.444.27-.118.55-.178.83-.178Zm6.93 0c.37 0 .74.088 1.11.266.38.17.71.406.98.71v-.85h1.04V64h-1.04v-1.08c-.22.34-.52.636-.9.89s-.8.38-1.29.38c-.54 0-1.03-.135-1.48-.406-.45-.28-.81-.664-1.08-1.155-.26-.491-.39-1.058-.39-1.701 0-.703.13-1.308.39-1.816.27-.508.64-.897 1.1-1.168.47-.279.99-.419 1.56-.419Zm.2 1.015c-.46 0-.85.114-1.17.343-.32.228-.57.524-.75.889a2.646 2.646 0 0 0 0 2.285c.17.338.4.609.71.812.31.203.67.305 1.08.305.39 0 .73-.102 1.04-.305.3-.203.55-.482.72-.838.18-.364.27-.77.26-1.218l-.02-1.22c-.26-.33-.54-.587-.85-.774a1.87 1.87 0 0 0-1.02-.279Zm6.13-.889v1.003c.13-.169.31-.338.52-.508.21-.177.45-.325.71-.444.27-.118.55-.178.84-.178.43 0 .82.098 1.18.292.35.187.64.474.85.864.21.38.32.863.32 1.447V64h-1.05l-.01-3.77c0-.55-.12-.97-.37-1.257-.23-.288-.6-.432-1.1-.432-.34 0-.68.127-1.02.38a4.32 4.32 0 0 0-.87.864V64H1111v-6.348h1.04Zm9-.127c.36 0 .73.09 1.1.267.38.17.71.406.98.71v-.85h1.04v6.221c0 .753-.15 1.38-.46 1.879-.3.5-.71.872-1.21 1.117a3.81 3.81 0 0 1-1.67.368c-.39 0-.72-.046-1-.14-.27-.084-.5-.194-.7-.33-.19-.126-.37-.25-.53-.368v-1.117c.12.093.29.212.49.356.21.152.46.287.75.406.3.118.63.178.99.178.42 0 .8-.076 1.14-.229.35-.152.63-.376.84-.673.21-.296.32-.651.32-1.066V62.92c-.22.338-.52.635-.9.889-.37.254-.8.38-1.28.38-.55 0-1.04-.135-1.49-.406-.45-.28-.81-.664-1.08-1.155-.26-.491-.39-1.058-.39-1.701 0-.703.13-1.308.39-1.816.27-.508.64-.897 1.11-1.168.46-.279.98-.419 1.56-.419Zm.19 1.029c-.46 0-.85.114-1.17.343-.32.22-.57.511-.75.876-.17.355-.25.74-.25 1.155 0 .406.08.778.25 1.117.17.338.41.61.71.812.32.203.68.305 1.08.305.39 0 .74-.102 1.04-.305.31-.203.55-.482.73-.837.17-.356.26-.758.25-1.207l-.01-1.218c-.26-.33-.55-.584-.85-.762-.3-.186-.64-.28-1.03-.28Zm7.7-1.029c.66 0 1.2.136 1.63.407.43.27.75.639.96 1.104.22.466.33.99.33 1.574v.622h-4.87c.05.356.17.682.37.978.19.296.45.533.76.71.31.17.67.255 1.08.255.46 0 .88-.114 1.28-.343.4-.237.73-.495 1-.774l-.01 1.13c-.12.143-.3.296-.53.456-.23.153-.5.28-.8.381-.3.11-.61.165-.94.165-.64 0-1.22-.152-1.72-.457a3.452 3.452 0 0 1-1.18-1.206 3.38 3.38 0 0 1-.41-1.663c0-.6.13-1.155.39-1.663s.62-.914 1.08-1.219c.46-.304.99-.457 1.58-.457Zm0 1.016c-.52 0-.95.178-1.29.533-.34.347-.55.77-.64 1.27h3.83c-.05-.415-.16-.754-.36-1.016a1.759 1.759 0 0 0-.68-.584 1.934 1.934 0 0 0-.86-.203Zm6.53-1.016c.37 0 .72.055 1.04.165.32.102.56.208.7.318v1.117a3.44 3.44 0 0 0-.72-.394 2.45 2.45 0 0 0-.94-.19c-.4 0-.7.093-.91.28-.19.186-.29.38-.29.583 0 .161.06.326.17.495.12.161.32.292.61.394l1.06.38c.42.145.73.352.93.623.2.27.31.588.31.952 0 .355-.11.681-.31.978-.19.296-.47.533-.82.71-.35.17-.75.254-1.21.254-.25 0-.5-.033-.78-.101a5.11 5.11 0 0 1-.71-.216 3.956 3.956 0 0 1-.47-.241v-1.117c.12.084.29.182.5.292.22.101.45.19.7.266.24.068.47.102.68.102.4 0 .71-.09.94-.267.24-.178.36-.398.36-.66a.569.569 0 0 0-.24-.482 2.712 2.712 0 0 0-.68-.343l-.94-.343c-.49-.186-.81-.419-.97-.698a1.977 1.977 0 0 1-.24-.978c0-.541.2-.99.6-1.345.41-.356.95-.534 1.63-.534Z"}),h.createElement("circle",{cx:898,cy:179.997,r:5,fill:"#6C65E5",stroke:"#F7F7FA",strokeWidth:2}),h.createElement("path",{stroke:"#6C65E5",strokeLinecap:"round",strokeWidth:1.5,d:"M898 177V74"}),h.createElement("path",{fill:"black",d:"m800.672 163.494 3.974 8.506h-1.372l-.888-2.031h-3.987l-.901 2.031h-1.371l3.974-8.506h.571Zm-.267 1.93-1.536 3.466h3.047l-1.511-3.466Zm14.448.228v3.758c0 .559-.119 1.041-.356 1.447-.237.407-.559.72-.965.94a2.83 2.83 0 0 1-1.371.33 2.83 2.83 0 0 1-1.371-.33 2.449 2.449 0 0 1-.965-.94c-.237-.406-.355-.888-.355-1.447v-3.758h1.079v3.758c0 .55.161.973.482 1.27.33.287.707.431 1.13.431.423 0 .796-.144 1.117-.431.33-.297.495-.72.495-1.27v-3.758h1.08Zm3.859-.127a3.2 3.2 0 0 1 1.041.165c.322.102.554.208.698.318v1.117a3.338 3.338 0 0 0-.723-.394 2.422 2.422 0 0 0-.94-.19c-.398 0-.698.093-.901.279-.195.187-.292.381-.292.584 0 .161.055.326.165.495.118.161.321.292.609.394l1.067.381c.414.144.723.351.926.622.203.271.305.588.305.952 0 .356-.102.681-.305.978a2.06 2.06 0 0 1-.825.711c-.347.169-.749.253-1.206.253-.245 0-.504-.033-.774-.101a4.601 4.601 0 0 1-.711-.216 3.253 3.253 0 0 1-.47-.241v-1.117c.118.084.284.182.495.292.22.101.453.19.698.266.246.068.474.102.686.102.398 0 .711-.089.939-.267.237-.178.356-.398.356-.66a.568.568 0 0 0-.241-.482c-.153-.119-.377-.233-.673-.343l-.94-.343c-.491-.186-.816-.419-.977-.698a1.97 1.97 0 0 1-.241-.978c0-.541.203-.99.609-1.345.406-.356.948-.534 1.625-.534Zm6.157 0c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.012 1.13a2.593 2.593 0 0 1-.534.457 3.315 3.315 0 0 1-.8.38c-.296.11-.609.165-.939.165-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.2 3.2 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.74 1.74 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm5.675-.889v1.27c.245-.423.542-.762.889-1.016s.702-.381 1.066-.381c.245 0 .466.043.66.127v1.206a1.585 1.585 0 0 0-.812-.241c-.432 0-.783.153-1.054.457a6.692 6.692 0 0 0-.749 1.092V172h-1.041v-6.348h1.041Zm-31.713 13.172v1.828h1.854v.978h-1.854v3.72c0 .262.068.469.203.622.136.152.343.228.622.228.254 0 .466-.029.635-.089.169-.067.317-.139.444-.215v.85a2.058 2.058 0 0 1-.546.317c-.186.085-.44.127-.761.127-.542 0-.952-.16-1.232-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.415-.186.762-.491 1.041-.914.28-.432.525-.96.737-1.587h.482Zm6.36 1.701c.364 0 .733.089 1.105.267.381.169.707.406.977.711v-.851h1.041V187h-1.041v-1.079c-.22.338-.52.635-.901.889-.372.253-.8.38-1.282.38a2.82 2.82 0 0 1-1.486-.406 3.09 3.09 0 0 1-1.079-1.155c-.262-.491-.393-1.058-.393-1.701 0-.703.131-1.308.393-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419Zm.191 1.016c-.457 0-.847.114-1.168.343a2.319 2.319 0 0 0-.749.888 2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.169.338.406.609.711.812a1.94 1.94 0 0 0 1.079.305c.389 0 .736-.102 1.041-.305a2.12 2.12 0 0 0 .724-.838c.177-.364.262-.77.253-1.219l-.012-1.218a3.315 3.315 0 0 0-.851-.775 1.892 1.892 0 0 0-1.028-.279Zm10.702-.889-2.945 2.768 3.11 3.58h-1.32l-2.514-2.895-.901.838V187h-1.041v-9.141h1.041v5.891l3.161-3.098h1.409Zm3.542-.127c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.173.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.557 2.557 0 0 1-.533.457 3.315 3.315 0 0 1-.8.38c-.296.11-.609.165-.939.165-.643 0-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.132-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.747 1.747 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm6.525-1.016c.373 0 .72.055 1.041.165.322.102.555.208.699.318v1.117a3.324 3.324 0 0 0-.724-.394 2.42 2.42 0 0 0-.939-.19c-.398 0-.699.093-.902.279-.194.187-.292.381-.292.584 0 .161.055.326.165.495.119.161.322.292.61.394l1.066.381c.415.144.724.351.927.622.203.271.304.588.304.952 0 .356-.101.681-.304.978-.195.296-.47.533-.825.711-.347.169-.749.253-1.206.253a3.18 3.18 0 0 1-.775-.101 4.67 4.67 0 0 1-.711-.216 3.308 3.308 0 0 1-.47-.241v-1.117c.119.084.284.182.496.292.22.101.452.19.698.266.245.068.474.102.685.102.398 0 .711-.089.94-.267.237-.178.355-.398.355-.66a.566.566 0 0 0-.241-.482c-.152-.119-.377-.233-.673-.343l-.939-.343c-.491-.186-.817-.419-.978-.698a1.97 1.97 0 0 1-.241-.978c0-.541.203-.99.609-1.345.407-.356.948-.534 1.625-.534Zm9.966 0c.364 0 .732.089 1.105.267.381.169.706.406.977.711v-.851h1.041V187h-1.041v-1.079c-.22.338-.52.635-.901.889-.373.253-.8.38-1.282.38a2.82 2.82 0 0 1-1.486-.406 3.09 3.09 0 0 1-1.079-1.155c-.262-.491-.393-1.058-.393-1.701 0-.703.131-1.308.393-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419Zm.191 1.016c-.457 0-.847.114-1.168.343a2.31 2.31 0 0 0-.749.888c-.17.356-.254.741-.254 1.156 0 .406.084.783.254 1.13.169.338.406.609.711.812.313.203.672.305 1.079.305.389 0 .736-.102 1.041-.305.304-.203.546-.482.723-.838.178-.364.263-.77.254-1.219l-.012-1.218a3.315 3.315 0 0 0-.851-.775 1.892 1.892 0 0 0-1.028-.279Zm7.96-1.016c.465 0 .867.077 1.206.229.338.144.571.275.698.393v1.054a3.74 3.74 0 0 0-.813-.457c-.304-.135-.668-.203-1.091-.203-.449 0-.843.11-1.181.33a2.171 2.171 0 0 0-.787.851 2.466 2.466 0 0 0-.267 1.142c0 .407.089.787.267 1.143.186.347.448.63.787.85.338.212.732.318 1.181.318.423 0 .787-.064 1.091-.191.305-.135.576-.292.813-.469v1.053c-.127.127-.36.263-.698.407-.339.143-.741.215-1.206.215-.644 0-1.215-.152-1.714-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.327 3.327 0 0 1 1.181-1.219c.499-.304 1.07-.457 1.714-.457Zm5.37-1.701v1.828h1.853v.978h-1.853v3.72c0 .262.067.469.203.622.135.152.343.228.622.228.254 0 .465-.029.635-.089.169-.067.317-.139.444-.215v.85a2.058 2.058 0 0 1-.546.317c-.186.085-.44.127-.762.127-.541 0-.952-.16-1.231-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.415-.186.762-.491 1.041-.914.279-.432.525-.96.736-1.587h.483Zm4.76-1.219c.246 0 .449.089.61.267a.817.817 0 0 1 .254.597c0 .22-.085.419-.254.596a.787.787 0 0 1-.61.267.827.827 0 0 1-.622-.267.868.868 0 0 1-.241-.596.84.84 0 0 1 .241-.597.827.827 0 0 1 .622-.267Zm.648 3.047V187h-1.041v-5.37h-1.003v-.978h2.044Zm5.116-.127c.643 0 1.215.153 1.714.457a3.23 3.23 0 0 1 1.168 1.219c.288.508.432 1.062.432 1.663a3.31 3.31 0 0 1-.432 1.663c-.279.5-.669.902-1.168 1.206-.499.305-1.071.457-1.714.457s-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.139-1.155.419-1.663a3.324 3.324 0 0 1 1.18-1.219c.5-.304 1.071-.457 1.714-.457Zm0 1.016c-.448 0-.842.11-1.181.33-.338.212-.6.495-.787.851a2.478 2.478 0 0 0-.266 1.142c0 .407.089.787.266 1.143.187.347.449.63.787.85.339.212.733.318 1.181.318.457 0 .851-.106 1.181-.318a2.2 2.2 0 0 0 .774-.85 2.43 2.43 0 0 0 .279-1.143 2.38 2.38 0 0 0-.279-1.142 2.09 2.09 0 0 0-.774-.851c-.33-.22-.724-.33-1.181-.33Zm6.068-.889v1.003c.136-.169.309-.338.521-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178.431 0 .825.098 1.18.292.356.187.639.474.851.864.212.381.317.863.317 1.447V187h-1.041l-.012-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.606-.432-1.105-.432-.338 0-.677.127-1.016.381-.33.245-.622.533-.876.863V187h-1.041v-6.348h1.041Z"}),h.createElement("path",{fill:"black",d:"M813.493 239.494V248h-.431l-5.523-6.081V248h-1.143v-8.506h.432l5.523 6.157v-6.157h1.142Zm5.345 2.031c.643 0 1.214.153 1.714.457.499.305.888.711 1.168 1.219.287.508.431 1.062.431 1.663a3.32 3.32 0 0 1-.431 1.663c-.28.5-.669.902-1.168 1.206-.5.305-1.071.457-1.714.457s-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.334 3.334 0 0 1 1.181-1.219c.499-.304 1.071-.457 1.714-.457Zm0 1.016c-.449 0-.842.11-1.181.33a2.178 2.178 0 0 0-.787.851 2.465 2.465 0 0 0-.266 1.142c0 .407.088.787.266 1.143.186.347.449.63.787.85.339.212.732.318 1.181.318.457 0 .85-.106 1.181-.318a2.2 2.2 0 0 0 .774-.85 2.43 2.43 0 0 0 .279-1.143 2.38 2.38 0 0 0-.279-1.142 2.09 2.09 0 0 0-.774-.851c-.331-.22-.724-.33-1.181-.33Zm11.451-1.016c.364 0 .732.089 1.105.267.38.169.706.406.977.711v-.851h1.041V248h-1.041v-1.079c-.22.338-.52.635-.901.889-.373.253-.8.38-1.282.38a2.82 2.82 0 0 1-1.486-.406 3.09 3.09 0 0 1-1.079-1.155c-.262-.491-.394-1.058-.394-1.701 0-.703.132-1.308.394-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419Zm.19 1.016c-.457 0-.846.114-1.167.343a2.321 2.321 0 0 0-.75.888 2.66 2.66 0 0 0-.253 1.156c0 .406.084.783.253 1.13.17.338.407.609.711.812.314.203.673.305 1.08.305.389 0 .736-.102 1.041-.305.304-.203.545-.482.723-.838.178-.364.263-.77.254-1.219l-.013-1.218a3.311 3.311 0 0 0-.85-.775 1.893 1.893 0 0 0-1.029-.279Zm7.96-1.016c.466 0 .868.077 1.207.229.338.144.571.275.698.393v1.054a3.74 3.74 0 0 0-.813-.457c-.304-.135-.668-.203-1.092-.203-.448 0-.842.11-1.18.33a2.171 2.171 0 0 0-.787.851 2.466 2.466 0 0 0-.267 1.142c0 .407.089.787.267 1.143.186.347.448.63.787.85.338.212.732.318 1.18.318.424 0 .788-.064 1.092-.191.305-.135.576-.292.813-.469v1.053c-.127.127-.36.263-.698.407-.339.143-.741.215-1.207.215-.643 0-1.214-.152-1.713-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.327 3.327 0 0 1 1.181-1.219c.499-.304 1.07-.457 1.713-.457Zm5.371-1.701v1.828h1.853v.978h-1.853v3.72c0 .262.067.469.203.622.135.152.342.228.622.228.254 0 .465-.029.635-.089.169-.067.317-.139.444-.215v.85a2.058 2.058 0 0 1-.546.317c-.186.085-.44.127-.762.127-.541 0-.952-.16-1.231-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.415-.186.762-.491 1.041-.914.279-.432.525-.96.736-1.587h.483Zm4.76-1.219c.246 0 .449.089.61.267a.817.817 0 0 1 .254.597c0 .22-.085.419-.254.596a.787.787 0 0 1-.61.267.827.827 0 0 1-.622-.267.864.864 0 0 1-.241-.596c0-.229.08-.428.241-.597a.827.827 0 0 1 .622-.267Zm.648 3.047V248h-1.041v-5.37h-1.003v-.978h2.044Zm5.116-.127c.643 0 1.215.153 1.714.457a3.23 3.23 0 0 1 1.168 1.219c.288.508.431 1.062.431 1.663a3.31 3.31 0 0 1-.431 1.663c-.279.5-.669.902-1.168 1.206-.499.305-1.071.457-1.714.457s-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.394 3.394 0 0 1-.418-1.663c0-.601.139-1.155.418-1.663a3.334 3.334 0 0 1 1.181-1.219c.499-.304 1.071-.457 1.714-.457Zm0 1.016c-.449 0-.842.11-1.181.33a2.178 2.178 0 0 0-.787.851 2.465 2.465 0 0 0-.266 1.142c0 .407.088.787.266 1.143.186.347.449.63.787.85.339.212.732.318 1.181.318.457 0 .851-.106 1.181-.318a2.2 2.2 0 0 0 .774-.85 2.43 2.43 0 0 0 .279-1.143 2.38 2.38 0 0 0-.279-1.142 2.09 2.09 0 0 0-.774-.851c-.33-.22-.724-.33-1.181-.33Zm6.068-.889v1.003c.136-.169.309-.338.521-.508.211-.177.448-.325.711-.444.271-.118.55-.178.838-.178.431 0 .825.098 1.18.292.356.187.639.474.851.864.212.381.317.863.317 1.447V248h-1.041l-.012-3.771c0-.55-.123-.969-.369-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.677.127-1.016.381-.33.245-.622.533-.876.863V248h-1.041v-6.348h1.041Zm8.278-.127a3.2 3.2 0 0 1 1.041.165c.321.102.554.208.698.318v1.117a3.324 3.324 0 0 0-.724-.394 2.417 2.417 0 0 0-.939-.19c-.398 0-.698.093-.902.279-.194.187-.292.381-.292.584 0 .161.056.326.166.495.118.161.321.292.609.394l1.066.381c.415.144.724.351.927.622.203.271.305.588.305.952 0 .356-.102.681-.305.978-.195.296-.47.533-.825.711-.347.169-.749.253-1.206.253a3.18 3.18 0 0 1-.775-.101 4.67 4.67 0 0 1-.711-.216 3.231 3.231 0 0 1-.469-.241v-1.117c.118.084.283.182.495.292.22.101.453.19.698.266.246.068.474.102.686.102.397 0 .711-.089.939-.267.237-.178.356-.398.356-.66a.567.567 0 0 0-.242-.482c-.152-.119-.376-.233-.672-.343l-.94-.343c-.491-.186-.817-.419-.977-.698a1.97 1.97 0 0 1-.242-.978c0-.541.203-.99.61-1.345.406-.356.948-.534 1.625-.534Zm-59.986 15c.364 0 .732.089 1.105.267.381.169.707.406.977.711v-.851h1.041V263h-1.041v-1.079c-.22.338-.52.635-.901.889-.372.253-.8.38-1.282.38a2.82 2.82 0 0 1-1.486-.406 3.09 3.09 0 0 1-1.079-1.155c-.262-.491-.393-1.058-.393-1.701 0-.703.131-1.308.393-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419Zm.191 1.016c-.457 0-.847.114-1.168.343a2.319 2.319 0 0 0-.749.888 2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.169.338.406.609.711.812a1.94 1.94 0 0 0 1.079.305c.389 0 .736-.102 1.041-.305a2.11 2.11 0 0 0 .723-.838c.178-.364.263-.77.254-1.219l-.012-1.218a3.315 3.315 0 0 0-.851-.775 1.892 1.892 0 0 0-1.028-.279Zm6.132-.889v1.27a3.26 3.26 0 0 1 .888-1.016c.347-.254.703-.381 1.067-.381.245 0 .465.043.66.127v1.206a1.589 1.589 0 0 0-.813-.241c-.431 0-.783.153-1.053.457a6.63 6.63 0 0 0-.749 1.092V263h-1.041v-6.348h1.041Zm6.563-.127c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.557 2.557 0 0 1-.533.457 3.315 3.315 0 0 1-.8.38c-.296.11-.609.165-.939.165-.643 0-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.394 3.394 0 0 1-.418-1.663c0-.601.131-1.155.393-1.663a3.2 3.2 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.747 1.747 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm10.194-2.717v1.828h1.854v.978h-1.854v3.72c0 .262.068.469.204.622.135.152.342.228.622.228.254 0 .465-.029.634-.089.17-.067.318-.139.445-.215v.85a2.09 2.09 0 0 1-.546.317c-.186.085-.44.127-.762.127-.542 0-.952-.16-1.231-.482-.271-.33-.407-.766-.407-1.308v-3.77h-1.218v-.305c.414-.186.761-.491 1.041-.914.279-.432.524-.96.736-1.587h.482Zm6.361 1.701c.364 0 .732.089 1.104.267.381.169.707.406.978.711v-.851h1.041V263h-1.041v-1.079c-.22.338-.521.635-.902.889-.372.253-.799.38-1.282.38a2.816 2.816 0 0 1-1.485-.406 3.081 3.081 0 0 1-1.079-1.155c-.263-.491-.394-1.058-.394-1.701 0-.703.131-1.308.394-1.816a2.89 2.89 0 0 1 1.104-1.168 2.98 2.98 0 0 1 1.562-.419Zm.19 1.016c-.457 0-.846.114-1.168.343a2.328 2.328 0 0 0-.749.888 2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.169.338.406.609.711.812a1.94 1.94 0 0 0 1.079.305c.39 0 .737-.102 1.041-.305a2.12 2.12 0 0 0 .724-.838c.178-.364.262-.77.254-1.219l-.013-1.218a3.311 3.311 0 0 0-.85-.775 1.895 1.895 0 0 0-1.029-.279Zm10.702-.889-2.945 2.768 3.11 3.58h-1.32l-2.514-2.895-.901.838V263h-1.041v-9.141h1.041v5.891l3.161-3.098h1.409Zm3.542-.127c.652 0 1.194.136 1.625.407.432.27.754.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .885-.114 1.282-.343a4.812 4.812 0 0 0 1.003-.774l-.012 1.13a2.593 2.593 0 0 1-.534.457 3.325 3.325 0 0 1-.799.38c-.297.11-.61.165-.94.165-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.21 3.21 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.524 0-.956.178-1.295.533-.338.347-.55.77-.634 1.27h3.821c-.042-.415-.161-.754-.356-1.016a1.74 1.74 0 0 0-.685-.584 1.883 1.883 0 0 0-.851-.203Zm5.675-.889v1.003c.136-.169.309-.338.521-.508.211-.177.448-.325.711-.444.27-.118.55-.178.837-.178.432 0 .826.098 1.181.292.356.187.639.474.851.864.211.381.317.863.317 1.447V263h-1.041l-.013-3.771c0-.55-.122-.969-.368-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.677.127-1.016.381-.33.245-.622.533-.876.863V263h-1.041v-6.348h1.041Z"}),h.createElement("path",{fill:"#615BC2",d:"m1103.67 207.494 3.98 8.506h-1.38l-.88-2.031h-3.99l-.9 2.031h-1.37l3.97-8.506h.57Zm-.26 1.93-1.54 3.466h3.05l-1.51-3.466Zm14.44.228v3.758c0 .559-.12 1.041-.35 1.447-.24.407-.56.72-.97.94-.4.22-.86.33-1.37.33-.51 0-.96-.11-1.37-.33-.41-.22-.73-.533-.96-.94-.24-.406-.36-.888-.36-1.447v-3.758h1.08v3.758c0 .55.16.973.48 1.27.33.287.71.431 1.13.431.42 0 .8-.144 1.12-.431.33-.297.49-.72.49-1.27v-3.758h1.08Zm3.86-.127c.37 0 .72.055 1.04.165.32.102.56.208.7.318v1.117a3.457 3.457 0 0 0-.72-.394c-.31-.127-.62-.19-.94-.19-.4 0-.7.093-.9.279-.2.187-.3.381-.3.584 0 .161.06.326.17.495.12.161.32.292.61.394l1.07.381c.41.144.72.351.92.622.21.271.31.588.31.952 0 .356-.1.681-.31.978-.19.296-.47.533-.82.711-.35.169-.75.253-1.21.253-.24 0-.5-.033-.77-.101-.27-.059-.5-.131-.71-.216a2.787 2.787 0 0 1-.47-.241v-1.117c.11.084.28.182.49.292.22.101.45.19.7.266.24.068.47.102.68.102.4 0 .72-.089.94-.267.24-.178.36-.398.36-.66a.568.568 0 0 0-.24-.482c-.15-.119-.38-.233-.67-.343l-.94-.343c-.49-.186-.82-.419-.98-.698a1.98 1.98 0 0 1-.24-.978c0-.541.2-.99.61-1.345.4-.356.94-.534 1.62-.534Zm6.16 0c.65 0 1.19.136 1.62.407.44.27.76.639.97 1.104.22.466.33.99.33 1.574v.622h-4.88c.05.356.18.682.37.978.2.296.45.533.76.711.32.169.68.254 1.08.254.46 0 .89-.114 1.29-.343.39-.237.73-.495 1-.774l-.01 1.13c-.12.143-.3.296-.54.457-.23.152-.49.279-.8.38-.29.11-.61.165-.94.165-.64 0-1.21-.152-1.71-.457-.5-.304-.89-.706-1.18-1.206a3.385 3.385 0 0 1-.42-1.663c0-.601.13-1.155.39-1.663.27-.508.63-.914 1.08-1.219.47-.304 1-.457 1.59-.457Zm0 1.016c-.53 0-.96.178-1.3.533-.33.347-.55.77-.63 1.27h3.82c-.04-.415-.16-.754-.35-1.016a1.789 1.789 0 0 0-.69-.584 1.867 1.867 0 0 0-.85-.203Zm5.67-.889v1.27c.25-.423.55-.762.89-1.016.35-.254.71-.381 1.07-.381.24 0 .46.043.66.127v1.206c-.27-.16-.54-.241-.81-.241-.43 0-.79.153-1.06.457-.26.305-.51.669-.75 1.092V216h-1.04v-6.348h1.04Zm16.09 0-2.22 6.348h-.65l-1.74-4.481-1.74 4.481h-.65l-2.22-6.348h1.25l1.41 4.456 1.66-4.456h.58l1.67 4.456 1.4-4.456h1.25Zm2.28-3.047c.25 0 .45.089.61.267a.82.82 0 0 1 .26.597c0 .22-.09.419-.26.596a.78.78 0 0 1-.61.267.83.83 0 0 1-.62-.267.867.867 0 0 1-.24-.596.84.84 0 0 1 .24-.597.83.83 0 0 1 .62-.267Zm.65 3.047V216h-1.04v-5.37h-1v-.978h2.04Zm4-1.828v1.828h1.85v.978h-1.85v3.72c0 .262.07.469.2.622.14.152.35.228.63.228.25 0 .46-.029.63-.089.17-.067.32-.139.44-.215v.85c-.16.136-.35.241-.54.317-.19.085-.44.127-.76.127-.54 0-.95-.16-1.23-.482-.28-.33-.41-.766-.41-1.308v-3.77h-1.22v-.305c.42-.186.76-.491 1.04-.914.28-.432.53-.96.74-1.587h.48Zm6.86 1.701c.43 0 .82.098 1.18.292.35.187.64.474.85.864.21.381.31.863.31 1.447V216h-1.04l-.01-3.771c0-.55-.12-.969-.37-1.256-.23-.288-.6-.432-1.1-.432-.34 0-.68.127-1.02.381-.33.245-.62.533-.87.863V216h-1.04v-9.141h1.04v3.796c.13-.169.31-.338.52-.508.21-.177.45-.325.71-.444.27-.118.55-.178.84-.178Zm9.87-1.701v1.828h1.86v.978h-1.86v3.72c0 .262.07.469.21.622.13.152.34.228.62.228.25 0 .46-.029.63-.089.17-.067.32-.139.45-.215v.85c-.17.136-.35.241-.55.317-.18.085-.44.127-.76.127-.54 0-.95-.16-1.23-.482-.27-.33-.41-.766-.41-1.308v-3.77h-1.22v-.305c.42-.186.76-.491 1.04-.914.28-.432.53-.96.74-1.587h.48Zm6.86 1.701c.43 0 .82.098 1.18.292.35.187.64.474.85.864.21.381.32.863.32 1.447V216h-1.04l-.02-3.771c0-.55-.12-.969-.36-1.256-.24-.288-.61-.432-1.11-.432-.34 0-.68.127-1.01.381-.34.245-.63.533-.88.863V216h-1.04v-9.141h1.04v3.796c.13-.169.31-.338.52-.508.21-.177.45-.325.71-.444.27-.118.55-.178.84-.178Zm6.93 0c.65 0 1.19.136 1.63.407.43.27.75.639.96 1.104.22.466.33.99.33 1.574v.622h-4.88c.06.356.18.682.37.978.2.296.45.533.76.711.32.169.68.254 1.08.254.46 0 .89-.114 1.29-.343.39-.237.73-.495 1-.774l-.01 1.13c-.12.143-.3.296-.54.457-.23.152-.49.279-.8.38-.29.11-.61.165-.94.165-.64 0-1.21-.152-1.71-.457-.5-.304-.89-.706-1.18-1.206a3.385 3.385 0 0 1-.42-1.663c0-.601.13-1.155.39-1.663.27-.508.63-.914 1.08-1.219.47-.304 1-.457 1.59-.457Zm0 1.016c-.52 0-.96.178-1.29.533-.34.347-.55.77-.64 1.27h3.82c-.04-.415-.16-.754-.35-1.016a1.789 1.789 0 0 0-.69-.584 1.867 1.867 0 0 0-.85-.203Zm9.48-.889v1.27c.25-.423.55-.762.89-1.016.35-.254.7-.381 1.07-.381.24 0 .46.043.66.127v1.206c-.27-.16-.54-.241-.81-.241-.44 0-.79.153-1.06.457-.26.305-.51.669-.75 1.092V216h-1.04v-6.348h1.04Zm6.57-.127c.65 0 1.19.136 1.62.407.43.27.76.639.97 1.104.22.466.33.99.33 1.574v.622h-4.88c.05.356.18.682.37.978.19.296.45.533.76.711.31.169.67.254 1.08.254.46 0 .89-.114 1.28-.343.4-.237.74-.495 1.01-.774l-.02 1.13c-.12.143-.29.296-.53.457-.23.152-.5.279-.8.38-.3.11-.61.165-.94.165-.64 0-1.21-.152-1.71-.457a3.28 3.28 0 0 1-1.18-1.206 3.385 3.385 0 0 1-.42-1.663c0-.601.13-1.155.39-1.663s.62-.914 1.08-1.219c.47-.304.99-.457 1.59-.457Zm0 1.016c-.53 0-.96.178-1.3.533-.34.347-.55.77-.63 1.27h3.82c-.04-.415-.16-.754-.36-1.016a1.693 1.693 0 0 0-.68-.584 1.898 1.898 0 0 0-.85-.203Zm7.25-1.016c.36 0 .73.089 1.1.267.38.169.71.406.98.711v-.851h1.04v9.395h-1.04v-4.126c-.22.338-.52.635-.9.889-.38.253-.8.38-1.29.38-.54 0-1.03-.135-1.48-.406a3.068 3.068 0 0 1-1.08-1.155c-.26-.491-.39-1.058-.39-1.701 0-.703.13-1.308.39-1.816.27-.508.64-.897 1.1-1.168a3.01 3.01 0 0 1 1.57-.419Zm.19 1.029c-.46 0-.85.114-1.17.342-.32.221-.57.513-.75.876-.17.356-.25.741-.25 1.156 0 .406.08.778.25 1.117.17.338.41.609.71.812.31.204.67.305 1.08.305.39 0 .74-.101 1.04-.305.31-.203.55-.482.72-.837.18-.356.27-.758.26-1.207l-.01-1.218c-.27-.33-.55-.584-.86-.762a1.848 1.848 0 0 0-1.02-.279Zm10.28-.902v3.758c0 .559-.12 1.041-.36 1.447-.23.407-.55.72-.96.94-.41.22-.86.33-1.37.33-.51 0-.97-.11-1.37-.33-.41-.22-.73-.533-.97-.94-.23-.406-.35-.888-.35-1.447v-3.758h1.08v3.758c0 .55.16.973.48 1.27.33.287.71.431 1.13.431.42 0 .79-.144 1.12-.431.33-.297.49-.72.49-1.27v-3.758h1.08Zm2.98-3.047c.25 0 .45.089.61.267a.82.82 0 0 1 .26.597c0 .22-.09.419-.26.596a.78.78 0 0 1-.61.267.83.83 0 0 1-.62-.267.867.867 0 0 1-.24-.596.84.84 0 0 1 .24-.597.83.83 0 0 1 .62-.267Zm.65 3.047V216h-1.04v-5.37h-1v-.978h2.04Zm3.29 0v1.27c.24-.423.54-.762.89-1.016.34-.254.7-.381 1.06-.381.25 0 .47.043.66.127v1.206c-.27-.16-.54-.241-.81-.241-.43 0-.78.153-1.05.457-.26.305-.51.669-.75 1.092V216h-1.04v-6.348h1.04Zm6.56-.127c.65 0 1.2.136 1.63.407.43.27.75.639.96 1.104.22.466.33.99.33 1.574v.622h-4.87c.05.356.17.682.37.978.19.296.44.533.76.711.31.169.67.254 1.08.254.45 0 .88-.114 1.28-.343.4-.237.73-.495 1-.774l-.01 1.13c-.12.143-.3.296-.53.457-.23.152-.5.279-.8.38-.3.11-.61.165-.94.165-.65 0-1.22-.152-1.72-.457-.5-.304-.89-.706-1.18-1.206a3.385 3.385 0 0 1-.42-1.663c0-.601.13-1.155.4-1.663.26-.508.62-.914 1.08-1.219.46-.304.99-.457 1.58-.457Zm0 1.016c-.52 0-.95.178-1.29.533-.34.347-.55.77-.64 1.27h3.82c-.04-.415-.16-.754-.35-1.016a1.789 1.789 0 0 0-.69-.584 1.867 1.867 0 0 0-.85-.203Zm10.37-3.682V216h-1.04v-1.079c-.22.338-.52.635-.9.889-.37.253-.8.38-1.28.38-.54 0-1.04-.135-1.49-.406-.44-.279-.8-.664-1.07-1.155s-.4-1.058-.4-1.701c0-.703.13-1.308.4-1.816s.63-.897 1.1-1.168a3 3 0 0 1 1.56-.419c.36 0 .73.089 1.11.267.38.169.7.406.97.711v-3.644h1.04Zm-2.93 3.707c-.46 0-.84.115-1.17.343-.32.22-.57.508-.75.863-.16.356-.25.741-.25 1.156 0 .406.09.783.25 1.13.17.338.41.609.72.812.31.203.67.305 1.07.305.39 0 .74-.102 1.05-.305.3-.203.54-.482.72-.838.18-.364.26-.77.25-1.219l-.01-1.218c-.26-.33-.55-.584-.85-.762-.3-.178-.64-.267-1.03-.267Zm12.13-1.041c.55 0 1.04.136 1.48.407.45.262.8.634 1.07 1.117.27.474.4 1.032.4 1.676 0 .694-.13 1.303-.4 1.828-.27.516-.63.918-1.09 1.206-.46.288-.98.431-1.57.431-.36 0-.73-.097-1.11-.292-.38-.194-.7-.444-.97-.749v3.898h-1.04v-9.395h1.04v1.079c.22-.338.52-.622.89-.85.38-.237.81-.356 1.3-.356Zm-.17 1.016c-.38 0-.73.097-1.04.292a1.95 1.95 0 0 0-.72.813c-.17.338-.26.736-.26 1.193l.01 1.219c.28.33.56.601.86.812.29.203.63.305 1.02.305.46 0 .85-.119 1.17-.356.32-.237.57-.541.74-.914.18-.381.26-.774.26-1.18 0-.415-.08-.783-.25-1.105-.17-.33-.41-.592-.71-.787a1.961 1.961 0 0 0-1.08-.292Zm7.45-1.016c.65 0 1.2.136 1.63.407.43.27.75.639.96 1.104.22.466.33.99.33 1.574v.622h-4.87c.05.356.17.682.37.978.19.296.44.533.76.711.31.169.67.254 1.08.254.45 0 .88-.114 1.28-.343.4-.237.73-.495 1-.774l-.01 1.13c-.12.143-.3.296-.53.457-.23.152-.5.279-.8.38-.3.11-.61.165-.94.165-.65 0-1.22-.152-1.72-.457-.5-.304-.89-.706-1.18-1.206a3.385 3.385 0 0 1-.42-1.663c0-.601.13-1.155.4-1.663.26-.508.62-.914 1.08-1.219.46-.304.99-.457 1.58-.457Zm0 1.016c-.52 0-.95.178-1.29.533-.34.347-.55.77-.64 1.27h3.82c-.04-.415-.16-.754-.35-1.016a1.789 1.789 0 0 0-.69-.584 1.867 1.867 0 0 0-.85-.203Zm5.68-.889v1.27c.24-.423.54-.762.89-1.016.34-.254.7-.381 1.06-.381.25 0 .47.043.66.127v1.206c-.27-.16-.54-.241-.81-.241-.43 0-.78.153-1.05.457-.27.305-.52.669-.75 1.092V216h-1.04v-6.348h1.04Zm4.99 0v.813c.2-.229.46-.44.77-.635.32-.203.7-.305 1.13-.305.46 0 .89.11 1.28.33.4.212.71.534.92.965.29-.355.62-.66.96-.914a2.03 2.03 0 0 1 1.22-.381c.43 0 .83.098 1.21.292.38.187.68.474.91.864.24.381.36.863.36 1.447V216h-1.04l-.02-3.771c0-.55-.14-.969-.43-1.256-.28-.288-.67-.432-1.17-.432-.36 0-.68.114-.95.343a5.49 5.49 0 0 0-.77.8V216h-1.04l-.02-3.771c0-.55-.14-.969-.43-1.256-.28-.288-.67-.432-1.17-.432-.34 0-.66.102-.95.305-.28.203-.54.448-.77.736V216h-1.04v-6.348h1.04Zm11.74-3.047c.25 0 .45.089.61.267a.81.81 0 0 1 .25.597c0 .22-.08.419-.25.596a.78.78 0 0 1-.61.267.815.815 0 0 1-.62-.267.867.867 0 0 1-.24-.596.84.84 0 0 1 .24-.597.815.815 0 0 1 .62-.267Zm.65 3.047V216h-1.04v-5.37h-1.01v-.978h2.05Zm4.14-.127c.37 0 .72.055 1.04.165.32.102.55.208.7.318v1.117a3.315 3.315 0 0 0-.73-.394 2.41 2.41 0 0 0-.94-.19c-.4 0-.7.093-.9.279-.19.187-.29.381-.29.584 0 .161.05.326.16.495.12.161.33.292.61.394l1.07.381c.41.144.72.351.93.622.2.271.3.588.3.952 0 .356-.1.681-.3.978-.2.296-.47.533-.83.711-.35.169-.75.253-1.2.253-.25 0-.51-.033-.78-.101-.26-.059-.5-.131-.71-.216a3.253 3.253 0 0 1-.47-.241v-1.117c.12.084.28.182.5.292.22.101.45.19.69.266.25.068.48.102.69.102.4 0 .71-.089.94-.267.24-.178.35-.398.35-.66a.568.568 0 0 0-.24-.482c-.15-.119-.37-.233-.67-.343l-.94-.343c-.49-.186-.82-.419-.98-.698a1.98 1.98 0 0 1-.24-.978c0-.541.2-.99.61-1.345.41-.356.95-.534 1.63-.534Zm5.43 0c.37 0 .72.055 1.04.165.32.102.55.208.7.318v1.117a3.457 3.457 0 0 0-.72-.394c-.31-.127-.62-.19-.94-.19-.4 0-.7.093-.91.279-.19.187-.29.381-.29.584 0 .161.06.326.17.495.12.161.32.292.61.394l1.06.381c.42.144.73.351.93.622.2.271.3.588.3.952 0 .356-.1.681-.3.978-.19.296-.47.533-.83.711-.34.169-.74.253-1.2.253-.25 0-.5-.033-.78-.101-.26-.059-.5-.131-.71-.216a3.9 3.9 0 0 1-.47-.241v-1.117c.12.084.29.182.5.292.22.101.45.19.7.266.24.068.47.102.68.102.4 0 .71-.089.94-.267.24-.178.36-.398.36-.66a.568.568 0 0 0-.24-.482 2.695 2.695 0 0 0-.68-.343l-.94-.343c-.49-.186-.81-.419-.97-.698a1.98 1.98 0 0 1-.24-.978c0-.541.2-.99.6-1.345.41-.356.95-.534 1.63-.534Zm4.56-2.92c.24 0 .45.089.61.267a.81.81 0 0 1 .25.597c0 .22-.08.419-.25.596a.794.794 0 0 1-.61.267.8.8 0 0 1-.62-.267.835.835 0 0 1-.25-.596.81.81 0 0 1 .25-.597.8.8 0 0 1 .62-.267Zm.64 3.047V216h-1.04v-5.37h-1v-.978h2.04Zm5.12-.127c.64 0 1.22.153 1.71.457.5.305.89.711 1.17 1.219.29.508.43 1.062.43 1.663s-.14 1.156-.43 1.663c-.28.5-.67.902-1.17 1.206-.49.305-1.07.457-1.71.457-.64 0-1.21-.152-1.71-.457a3.28 3.28 0 0 1-1.18-1.206 3.385 3.385 0 0 1-.42-1.663c0-.601.14-1.155.42-1.663.28-.508.68-.914 1.18-1.219.5-.304 1.07-.457 1.71-.457Zm0 1.016c-.45 0-.84.11-1.18.33a2.2 2.2 0 0 0-.79.851c-.17.347-.26.728-.26 1.142 0 .407.09.787.26 1.143.19.347.45.63.79.85.34.212.73.318 1.18.318.46 0 .85-.106 1.18-.318.34-.22.6-.503.78-.85.18-.356.28-.736.28-1.143 0-.414-.1-.795-.28-1.142a2.104 2.104 0 0 0-.78-.851c-.33-.22-.72-.33-1.18-.33Zm6.07-.889v1.003c.13-.169.31-.338.52-.508.21-.177.45-.325.71-.444.27-.118.55-.178.84-.178.43 0 .82.098 1.18.292.35.187.64.474.85.864.21.381.32.863.32 1.447V216h-1.04l-.02-3.771c0-.55-.12-.969-.36-1.256-.24-.288-.61-.432-1.11-.432-.34 0-.68.127-1.01.381-.33.245-.63.533-.88.863V216h-1.04v-6.348h1.04Zm8.28-.127c.37 0 .72.055 1.04.165.32.102.55.208.7.318v1.117a3.315 3.315 0 0 0-.73-.394 2.41 2.41 0 0 0-.94-.19c-.4 0-.7.093-.9.279-.19.187-.29.381-.29.584 0 .161.05.326.16.495.12.161.33.292.61.394l1.07.381c.41.144.72.351.93.622.2.271.3.588.3.952 0 .356-.1.681-.3.978-.2.296-.47.533-.83.711-.35.169-.75.253-1.2.253-.25 0-.51-.033-.78-.101-.26-.059-.5-.131-.71-.216a3.253 3.253 0 0 1-.47-.241v-1.117c.12.084.28.182.5.292.22.101.45.19.69.266.25.068.48.102.69.102.4 0 .71-.089.94-.267.24-.178.35-.398.35-.66a.568.568 0 0 0-.24-.482c-.15-.119-.37-.233-.67-.343l-.94-.343c-.49-.186-.82-.419-.98-.698a1.98 1.98 0 0 1-.24-.978c0-.541.21-.99.61-1.345.41-.356.95-.534 1.63-.534Zm10.22 0c.46 0 .86.077 1.2.229.34.144.57.275.7.393v1.054c-.24-.178-.51-.33-.81-.457a2.701 2.701 0 0 0-1.09-.203c-.45 0-.85.11-1.18.33-.34.212-.61.495-.79.851-.18.347-.27.728-.27 1.142 0 .407.09.787.27 1.143.18.347.45.63.79.85.33.212.73.318 1.18.318.42 0 .78-.064 1.09-.191.3-.135.57-.292.81-.469v1.053c-.13.127-.36.263-.7.407-.34.143-.74.215-1.2.215-.65 0-1.22-.152-1.72-.457-.5-.304-.89-.706-1.18-1.206a3.385 3.385 0 0 1-.42-1.663c0-.601.14-1.155.42-1.663a3.34 3.34 0 0 1 1.18-1.219c.5-.304 1.07-.457 1.72-.457Zm6.23 0c.36 0 .73.089 1.1.267.39.169.71.406.98.711v-.851h1.04V216h-1.04v-1.079c-.22.338-.52.635-.9.889-.37.253-.8.38-1.28.38-.54 0-1.04-.135-1.49-.406a3.068 3.068 0 0 1-1.08-1.155c-.26-.491-.39-1.058-.39-1.701 0-.703.13-1.308.39-1.816.27-.508.64-.897 1.11-1.168.46-.279.98-.419 1.56-.419Zm.19 1.016c-.46 0-.85.114-1.17.343-.32.228-.57.525-.75.888-.17.356-.25.741-.25 1.156 0 .406.08.783.25 1.13.17.338.41.609.71.812.32.203.68.305 1.08.305.39 0 .74-.102 1.04-.305.31-.203.55-.482.73-.838.18-.364.26-.77.25-1.219l-.01-1.218c-.26-.33-.55-.588-.85-.775-.3-.186-.64-.279-1.03-.279Zm6.13-.889v1.003c.14-.169.31-.338.52-.508.21-.177.45-.325.71-.444.27-.118.55-.178.84-.178.43 0 .83.098 1.18.292.36.187.64.474.85.864.21.381.32.863.32 1.447V216h-1.04l-.01-3.771c0-.55-.13-.969-.37-1.256-.24-.288-.61-.432-1.11-.432-.33 0-.67.127-1.01.381-.33.245-.62.533-.88.863V216h-1.04v-6.348h1.04Zm-238.56 15.873c.37 0 .74.089 1.11.267.38.169.71.406.98.711v-.851h1.04V232h-1.04v-1.079c-.22.338-.52.635-.9.889-.38.253-.8.38-1.29.38-.54 0-1.03-.135-1.48-.406a3.068 3.068 0 0 1-1.08-1.155 3.584 3.584 0 0 1-.4-1.701c0-.703.14-1.308.4-1.816.27-.508.64-.897 1.1-1.168a3 3 0 0 1 1.56-.419Zm.19 1.016c-.45 0-.84.114-1.16.343-.32.228-.57.525-.75.888a2.65 2.65 0 0 0 0 2.286c.17.338.4.609.71.812.31.203.67.305 1.08.305.39 0 .73-.102 1.04-.305.3-.203.54-.482.72-.838.18-.364.26-.77.26-1.219l-.02-1.218c-.26-.33-.54-.588-.85-.775a1.882 1.882 0 0 0-1.03-.279Zm8.32-1.016c.55 0 1.05.136 1.49.407.44.262.8.634 1.06 1.117.27.474.41 1.032.41 1.676 0 .694-.14 1.303-.41 1.828-.26.516-.62.918-1.09 1.206-.46.288-.98.431-1.56.431-.37 0-.74-.097-1.12-.292a3.344 3.344 0 0 1-.96-.749v3.898h-1.04v-9.395h1.04v1.079c.22-.338.51-.622.89-.85.38-.237.81-.356 1.29-.356Zm-.16 1.016c-.39 0-.73.097-1.05.292-.3.195-.54.466-.72.813-.17.338-.25.736-.25 1.193l.01 1.219c.27.33.55.601.85.812.3.203.64.305 1.03.305.46 0 .84-.119 1.17-.356.32-.237.56-.541.73-.914.18-.381.27-.774.27-1.18 0-.415-.09-.783-.25-1.105-.17-.33-.41-.592-.72-.787-.3-.195-.66-.292-1.07-.292Zm8.06-1.016c.55 0 1.04.136 1.48.407.45.262.81.634 1.07 1.117.27.474.4 1.032.4 1.676 0 .694-.13 1.303-.4 1.828a2.98 2.98 0 0 1-1.09 1.206c-.46.288-.98.431-1.56.431-.37 0-.74-.097-1.12-.292-.37-.194-.7-.444-.97-.749v3.898h-1.04v-9.395h1.04v1.079c.22-.338.52-.622.89-.85.38-.237.81-.356 1.3-.356Zm-.17 1.016c-.38 0-.73.097-1.04.292-.3.195-.55.466-.72.813-.17.338-.26.736-.26 1.193l.02 1.219c.27.33.55.601.85.812.29.203.64.305 1.02.305.46 0 .85-.119 1.17-.356.32-.237.57-.541.74-.914.18-.381.27-.774.27-1.18 0-.415-.09-.783-.26-1.105-.17-.33-.4-.592-.71-.787-.3-.195-.66-.292-1.08-.292Zm5.88-3.682V232h-1.04v-9.141h1.04Zm2.51 2.793 2.22 4.672 2.16-4.672h1.25l-4.67 9.395h-1.21l1.81-3.428-2.8-5.967h1.24Zm7.34 4.85 1.04.355-1.14 3.39-.79-.203.89-3.542Zm7.99-4.85v1.27c.24-.423.54-.762.89-1.016.34-.254.7-.381 1.06-.381.25 0 .47.043.66.127v1.206c-.27-.16-.54-.241-.81-.241-.43 0-.78.153-1.05.457-.27.305-.52.669-.75 1.092V232h-1.04v-6.348h1.04Zm6.56-.127c.65 0 1.19.136 1.62.407.44.27.76.639.97 1.104.22.466.33.99.33 1.574v.622h-4.88c.06.356.18.682.37.978.2.296.45.533.76.711.32.169.68.254 1.08.254.46 0 .89-.114 1.29-.343.39-.237.73-.495 1-.774l-.01 1.13c-.12.143-.3.296-.54.457-.23.152-.49.279-.8.38-.29.11-.61.165-.94.165-.64 0-1.21-.152-1.71-.457-.5-.304-.89-.706-1.18-1.206a3.385 3.385 0 0 1-.42-1.663c0-.601.13-1.155.39-1.663.27-.508.63-.914 1.08-1.219.47-.304 1-.457 1.59-.457Zm0 1.016c-.52 0-.96.178-1.29.533-.34.347-.56.77-.64 1.27h3.82c-.04-.415-.16-.754-.35-1.016a1.789 1.789 0 0 0-.69-.584 1.867 1.867 0 0 0-.85-.203Zm6.53-1.016c.37 0 .71.055 1.04.165.32.102.55.208.69.318v1.117a3.004 3.004 0 0 0-.72-.394 2.41 2.41 0 0 0-.94-.19c-.4 0-.7.093-.9.279-.19.187-.29.381-.29.584 0 .161.05.326.16.495.12.161.32.292.61.394l1.07.381c.41.144.72.351.93.622.2.271.3.588.3.952 0 .356-.1.681-.3.978-.2.296-.47.533-.83.711-.35.169-.75.253-1.21.253-.24 0-.5-.033-.77-.101-.26-.059-.5-.131-.71-.216a3.253 3.253 0 0 1-.47-.241v-1.117c.12.084.28.182.49.292.22.101.46.19.7.266.25.068.48.102.69.102.4 0 .71-.089.94-.267.23-.178.35-.398.35-.66a.568.568 0 0 0-.24-.482c-.15-.119-.37-.233-.67-.343l-.94-.343c-.49-.186-.82-.419-.98-.698a1.98 1.98 0 0 1-.24-.978c0-.541.2-.99.61-1.345.41-.356.95-.534 1.63-.534Zm6.41 0c.46 0 .86.077 1.2.229.34.144.57.275.7.393v1.054c-.24-.178-.51-.33-.81-.457a2.701 2.701 0 0 0-1.09-.203c-.45 0-.85.11-1.18.33-.34.212-.61.495-.79.851-.18.347-.27.728-.27 1.142 0 .407.09.787.27 1.143.18.347.45.63.79.85.33.212.73.318 1.18.318.42 0 .78-.064 1.09-.191.3-.135.57-.292.81-.469v1.053c-.13.127-.36.263-.7.407-.34.143-.74.215-1.2.215-.65 0-1.22-.152-1.72-.457-.5-.304-.89-.706-1.18-1.206a3.385 3.385 0 0 1-.42-1.663c0-.601.14-1.155.42-1.663a3.34 3.34 0 0 1 1.18-1.219c.5-.304 1.07-.457 1.72-.457Zm6.73 0c.43 0 .82.098 1.18.292.35.187.63.474.85.864.21.381.31.863.31 1.447V232h-1.04l-.01-3.771c0-.55-.12-.969-.37-1.256-.24-.288-.6-.432-1.1-.432-.34 0-.68.127-1.02.381-.33.245-.62.533-.87.863V232h-1.05v-9.141h1.05v3.796c.13-.169.3-.338.52-.508a2.9 2.9 0 0 1 .71-.444c.27-.118.55-.178.84-.178Zm6.93 0c.65 0 1.19.136 1.62.407.43.27.75.639.97 1.104.22.466.33.99.33 1.574v.622h-4.88c.05.356.18.682.37.978.19.296.45.533.76.711.31.169.67.254 1.08.254.46 0 .88-.114 1.28-.343.4-.237.73-.495 1.01-.774l-.02 1.13c-.12.143-.29.296-.53.457-.23.152-.5.279-.8.38-.3.11-.61.165-.94.165-.64 0-1.21-.152-1.71-.457a3.28 3.28 0 0 1-1.18-1.206 3.385 3.385 0 0 1-.42-1.663c0-.601.13-1.155.39-1.663s.62-.914 1.08-1.219c.47-.304.99-.457 1.59-.457Zm0 1.016c-.53 0-.96.178-1.3.533-.34.347-.55.77-.63 1.27h3.82c-.04-.415-.16-.754-.36-1.016a1.693 1.693 0 0 0-.68-.584 1.898 1.898 0 0 0-.85-.203Zm10.37-3.682V232h-1.04v-1.079c-.22.338-.52.635-.9.889-.38.253-.8.38-1.29.38-.54 0-1.03-.135-1.48-.406a3.068 3.068 0 0 1-1.08-1.155c-.26-.491-.39-1.058-.39-1.701 0-.703.13-1.308.39-1.816.27-.508.64-.897 1.1-1.168a3.01 3.01 0 0 1 1.57-.419c.36 0 .73.089 1.1.267.38.169.71.406.98.711v-3.644h1.04Zm-2.93 3.707c-.46 0-.85.115-1.17.343-.32.22-.57.508-.75.863-.17.356-.25.741-.25 1.156 0 .406.08.783.25 1.13.17.338.41.609.71.812.31.203.67.305 1.08.305.39 0 .74-.102 1.04-.305.3-.203.55-.482.72-.838.18-.364.27-.77.26-1.219l-.02-1.218c-.26-.33-.54-.584-.85-.762a1.91 1.91 0 0 0-1.02-.267Zm10.28-.914v3.758c0 .559-.12 1.041-.36 1.447-.23.407-.55.72-.96.94-.41.22-.86.33-1.37.33-.51 0-.97-.11-1.37-.33-.41-.22-.73-.533-.97-.94-.24-.406-.35-.888-.35-1.447v-3.758h1.08v3.758c0 .55.16.973.48 1.27.33.287.7.431 1.13.431.42 0 .79-.144 1.12-.431.33-.297.49-.72.49-1.27v-3.758h1.08Zm3.01-2.793V232h-1.04v-9.141h1.04Zm4.77 2.666c.65 0 1.19.136 1.63.407.43.27.75.639.96 1.104.22.466.33.99.33 1.574v.622h-4.87c.05.356.17.682.36.978.2.296.45.533.77.711.31.169.67.254 1.08.254.45 0 .88-.114 1.28-.343.4-.237.73-.495 1-.774l-.01 1.13c-.12.143-.3.296-.54.457-.22.152-.49.279-.8.38a2.6 2.6 0 0 1-.93.165c-.65 0-1.22-.152-1.72-.457-.5-.304-.89-.706-1.18-1.206a3.385 3.385 0 0 1-.42-1.663c0-.601.13-1.155.4-1.663a3.22 3.22 0 0 1 1.07-1.219c.47-.304 1-.457 1.59-.457Zm0 1.016c-.52 0-.95.178-1.29.533-.34.347-.55.77-.64 1.27h3.82c-.04-.415-.16-.754-.35-1.016a1.789 1.789 0 0 0-.69-.584 1.867 1.867 0 0 0-.85-.203Zm11.31-1.016c.65 0 1.22.153 1.72.457.5.305.89.711 1.16 1.219a3.3 3.3 0 0 1 .44 1.663c0 .601-.15 1.156-.44 1.663-.27.5-.66.902-1.16 1.206-.5.305-1.07.457-1.72.457-.64 0-1.21-.152-1.71-.457-.5-.304-.89-.706-1.18-1.206a3.385 3.385 0 0 1-.42-1.663c0-.601.14-1.155.42-1.663a3.34 3.34 0 0 1 1.18-1.219c.5-.304 1.07-.457 1.71-.457Zm0 1.016c-.45 0-.84.11-1.18.33-.34.212-.6.495-.78.851-.18.347-.27.728-.27 1.142 0 .407.09.787.27 1.143.18.347.44.63.78.85.34.212.73.318 1.18.318.46 0 .85-.106 1.18-.318.34-.22.6-.503.78-.85.18-.356.28-.736.28-1.143 0-.414-.1-.795-.28-1.142a2.104 2.104 0 0 0-.78-.851c-.33-.22-.72-.33-1.18-.33Zm6.07-.889v1.27c.25-.423.54-.762.89-1.016s.7-.381 1.07-.381c.24 0 .46.043.66.127v1.206c-.27-.16-.55-.241-.82-.241-.43 0-.78.153-1.05.457-.26.305-.51.669-.75 1.092V232h-1.04v-6.348h1.04Zm8.8 0v1.27c.24-.423.54-.762.89-1.016.34-.254.7-.381 1.06-.381.25 0 .47.043.66.127v1.206c-.27-.16-.54-.241-.81-.241-.43 0-.78.153-1.05.457-.26.305-.51.669-.75 1.092V232h-1.04v-6.348h1.04Zm6.56-.127c.65 0 1.2.136 1.63.407.43.27.75.639.96 1.104.22.466.33.99.33 1.574v.622h-4.87c.05.356.17.682.37.978.19.296.44.533.76.711.31.169.67.254 1.08.254.45 0 .88-.114 1.28-.343.4-.237.73-.495 1-.774l-.01 1.13c-.12.143-.3.296-.53.457-.23.152-.5.279-.8.38-.3.11-.61.165-.94.165-.65 0-1.22-.152-1.72-.457-.5-.304-.89-.706-1.18-1.206a3.385 3.385 0 0 1-.42-1.663c0-.601.13-1.155.4-1.663.26-.508.62-.914 1.08-1.219.46-.304.99-.457 1.58-.457Zm0 1.016c-.52 0-.95.178-1.29.533-.34.347-.55.77-.64 1.27h3.82c-.04-.415-.16-.754-.35-1.016a1.789 1.789 0 0 0-.69-.584 1.867 1.867 0 0 0-.85-.203Zm5.47-3.936c.25 0 .45.089.61.267a.82.82 0 0 1 .26.597c0 .22-.09.419-.26.596a.78.78 0 0 1-.61.267.83.83 0 0 1-.62-.267.867.867 0 0 1-.24-.596.84.84 0 0 1 .24-.597.83.83 0 0 1 .62-.267Zm.68 3.047v6.323c0 .854-.2 1.544-.6 2.069-.39.525-.92.922-1.59 1.193l-.47-.939c.56-.271.97-.571 1.22-.902.27-.33.4-.753.4-1.269v-5.497h-1.01v-.978h2.05Zm4.77-.127c.65 0 1.19.136 1.63.407.43.27.75.639.96 1.104.22.466.33.99.33 1.574v.622h-4.87c.05.356.17.682.36.978.2.296.45.533.77.711.31.169.67.254 1.07.254.46 0 .89-.114 1.29-.343.39-.237.73-.495 1-.774l-.01 1.13c-.12.143-.3.296-.54.457-.22.152-.49.279-.8.38-.29.11-.61.165-.94.165-.64 0-1.21-.152-1.71-.457-.5-.304-.89-.706-1.18-1.206a3.385 3.385 0 0 1-.42-1.663c0-.601.13-1.155.39-1.663.27-.508.63-.914 1.08-1.219.47-.304 1-.457 1.59-.457Zm0 1.016c-.52 0-.96.178-1.29.533-.34.347-.55.77-.64 1.27h3.82c-.04-.415-.16-.754-.35-1.016a1.789 1.789 0 0 0-.69-.584 1.867 1.867 0 0 0-.85-.203Zm7.5-1.016c.47 0 .87.077 1.21.229.34.144.57.275.7.393v1.054c-.24-.178-.51-.33-.81-.457-.31-.135-.67-.203-1.1-.203-.44 0-.84.11-1.18.33-.34.212-.6.495-.78.851-.18.347-.27.728-.27 1.142 0 .407.09.787.27 1.143.18.347.44.63.78.85a2.2 2.2 0 0 0 1.18.318c.43 0 .79-.064 1.1-.191.3-.135.57-.292.81-.469v1.053c-.13.127-.36.263-.7.407-.34.143-.74.215-1.21.215-.64 0-1.21-.152-1.71-.457-.5-.304-.89-.706-1.18-1.206a3.385 3.385 0 0 1-.42-1.663c0-.601.14-1.155.42-1.663a3.34 3.34 0 0 1 1.18-1.219c.5-.304 1.07-.457 1.71-.457Zm5.37-1.701v1.828h1.86v.978h-1.86v3.72c0 .262.07.469.21.622.13.152.34.228.62.228.25 0 .46-.029.63-.089.17-.067.32-.139.45-.215v.85c-.17.136-.35.241-.55.317-.18.085-.44.127-.76.127-.54 0-.95-.16-1.23-.482-.27-.33-.41-.766-.41-1.308v-3.77h-1.22v-.305c.42-.186.77-.491 1.04-.914.28-.432.53-.96.74-1.587h.48Zm9.31 0v1.828h1.85v.978h-1.85v3.72c0 .262.07.469.2.622.14.152.35.228.62.228.26 0 .47-.029.64-.089.17-.067.32-.139.44-.215v.85c-.17.136-.35.241-.54.317-.19.085-.44.127-.76.127-.55 0-.96-.16-1.24-.482-.27-.33-.4-.766-.4-1.308v-3.77h-1.22v-.305c.41-.186.76-.491 1.04-.914.28-.432.53-.96.74-1.587h.48Zm6.85 1.701c.44 0 .83.098 1.19.292.35.187.63.474.85.864.21.381.31.863.31 1.447V232h-1.04l-.01-3.771c0-.55-.12-.969-.37-1.256-.24-.288-.6-.432-1.1-.432-.34 0-.68.127-1.02.381-.33.245-.62.533-.87.863V232h-1.05v-9.141h1.05v3.796c.13-.169.3-.338.52-.508a2.9 2.9 0 0 1 .71-.444c.27-.118.55-.178.83-.178Zm6.94 0c.65 0 1.19.136 1.62.407.43.27.75.639.97 1.104.22.466.33.99.33 1.574v.622h-4.88c.05.356.17.682.37.978.19.296.45.533.76.711.31.169.67.254 1.08.254.46 0 .88-.114 1.28-.343.4-.237.73-.495 1.01-.774l-.02 1.13c-.12.143-.29.296-.53.457-.23.152-.5.279-.8.38-.3.11-.61.165-.94.165-.64 0-1.21-.152-1.71-.457a3.28 3.28 0 0 1-1.18-1.206 3.385 3.385 0 0 1-.42-1.663c0-.601.13-1.155.39-1.663s.62-.914 1.08-1.219c.47-.304.99-.457 1.59-.457Zm0 1.016c-.53 0-.96.178-1.3.533-.34.347-.55.77-.63 1.27h3.82c-.04-.415-.16-.754-.36-1.016a1.693 1.693 0 0 0-.68-.584 1.898 1.898 0 0 0-.85-.203Zm11.31-1.016c.46 0 .87.077 1.2.229.34.144.58.275.7.393v1.054a3.67 3.67 0 0 0-.81-.457c-.3-.135-.67-.203-1.09-.203-.45 0-.84.11-1.18.33a2.2 2.2 0 0 0-.79.851c-.18.347-.27.728-.27 1.142 0 .407.09.787.27 1.143.19.347.45.63.79.85.34.212.73.318 1.18.318.42 0 .79-.064 1.09-.191.3-.135.58-.292.81-.469v1.053c-.12.127-.36.263-.7.407-.33.143-.74.215-1.2.215-.65 0-1.22-.152-1.72-.457-.5-.304-.89-.706-1.18-1.206a3.385 3.385 0 0 1-.42-1.663c0-.601.14-1.155.42-1.663a3.34 3.34 0 0 1 1.18-1.219c.5-.304 1.07-.457 1.72-.457Zm6.73 0c.43 0 .82.098 1.18.292.35.187.64.474.85.864.21.381.32.863.32 1.447V232h-1.05l-.01-3.771c0-.55-.12-.969-.37-1.256-.23-.288-.6-.432-1.1-.432-.34 0-.68.127-1.02.381-.33.245-.62.533-.87.863V232h-1.04v-9.141h1.04v3.796c.13-.169.31-.338.52-.508.21-.177.45-.325.71-.444.27-.118.55-.178.84-.178Zm6.93 0c.36 0 .73.089 1.1.267.38.169.71.406.98.711v-.851h1.04V232h-1.04v-1.079c-.22.338-.52.635-.9.889-.37.253-.8.38-1.28.38-.55 0-1.04-.135-1.49-.406a3.068 3.068 0 0 1-1.08-1.155c-.26-.491-.39-1.058-.39-1.701 0-.703.13-1.308.39-1.816.27-.508.64-.897 1.11-1.168.46-.279.98-.419 1.56-.419Zm.19 1.016c-.46 0-.85.114-1.17.343-.32.228-.57.525-.75.888-.17.356-.25.741-.25 1.156 0 .406.08.783.25 1.13.17.338.41.609.71.812.32.203.68.305 1.08.305.39 0 .74-.102 1.04-.305.31-.203.55-.482.73-.838.17-.364.26-.77.25-1.219l-.01-1.218c-.26-.33-.55-.588-.85-.775-.3-.186-.64-.279-1.03-.279Zm6.13-.889v1.003c.14-.169.31-.338.52-.508.21-.177.45-.325.71-.444.27-.118.55-.178.84-.178.43 0 .82.098 1.18.292.36.187.64.474.85.864.21.381.32.863.32 1.447V232h-1.04l-.02-3.771c0-.55-.12-.969-.36-1.256-.24-.288-.61-.432-1.11-.432-.34 0-.68.127-1.01.381-.33.245-.63.533-.88.863V232h-1.04v-6.348h1.04Zm9-.127c.37 0 .73.089 1.11.267.38.169.7.406.97.711v-.851h1.04v6.221c0 .753-.15 1.38-.45 1.879-.31.499-.71.872-1.22 1.117a3.76 3.76 0 0 1-1.66.368c-.39 0-.73-.046-1.01-.139-.27-.085-.5-.195-.7-.33-.19-.127-.37-.25-.53-.369v-1.117c.13.093.29.212.5.356.21.152.46.287.75.406.29.118.62.178.99.178.41 0 .79-.076 1.14-.229.35-.152.62-.376.84-.673.21-.296.31-.651.31-1.066v-1.333c-.22.338-.52.635-.9.889-.37.253-.8.38-1.28.38-.54 0-1.04-.135-1.49-.406-.44-.279-.8-.664-1.07-1.155s-.4-1.058-.4-1.701c0-.703.13-1.308.4-1.816s.63-.897 1.1-1.168a3 3 0 0 1 1.56-.419Zm.19 1.029c-.46 0-.84.114-1.17.342-.32.221-.57.513-.75.876-.16.356-.25.741-.25 1.156 0 .406.09.778.25 1.117.17.338.41.609.72.812.31.204.67.305 1.07.305.39 0 .74-.101 1.05-.305.3-.203.54-.482.72-.837.18-.356.26-.758.25-1.207l-.01-1.218c-.26-.33-.55-.584-.85-.762-.3-.186-.64-.279-1.03-.279Zm7.71-1.029c.65 0 1.19.136 1.62.407.43.27.76.639.97 1.104.22.466.33.99.33 1.574v.622h-4.88c.05.356.18.682.37.978.2.296.45.533.76.711.32.169.68.254 1.08.254.46 0 .89-.114 1.28-.343.4-.237.74-.495 1.01-.774l-.02 1.13c-.11.143-.29.296-.53.457-.23.152-.49.279-.8.38-.29.11-.61.165-.94.165-.64 0-1.21-.152-1.71-.457-.5-.304-.89-.706-1.18-1.206a3.385 3.385 0 0 1-.42-1.663c0-.601.13-1.155.39-1.663s.62-.914 1.08-1.219c.47-.304 1-.457 1.59-.457Zm0 1.016c-.53 0-.96.178-1.3.533-.34.347-.55.77-.63 1.27h3.82c-.04-.415-.16-.754-.36-1.016a1.693 1.693 0 0 0-.68-.584 1.898 1.898 0 0 0-.85-.203Zm6.52-1.016c.38 0 .72.055 1.04.165.33.102.56.208.7.318v1.117a3.457 3.457 0 0 0-.72-.394c-.31-.127-.62-.19-.94-.19-.4 0-.7.093-.9.279-.2.187-.29.381-.29.584 0 .161.05.326.16.495.12.161.32.292.61.394l1.07.381c.41.144.72.351.92.622.21.271.31.588.31.952 0 .356-.1.681-.31.978-.19.296-.47.533-.82.711-.35.169-.75.253-1.21.253-.24 0-.5-.033-.77-.101-.26-.059-.5-.131-.71-.216a3.253 3.253 0 0 1-.47-.241v-1.117c.12.084.28.182.49.292.22.101.46.19.7.266.25.068.47.102.69.102.39 0 .71-.089.94-.267.23-.178.35-.398.35-.66a.568.568 0 0 0-.24-.482c-.15-.119-.38-.233-.67-.343l-.94-.343c-.49-.186-.82-.419-.98-.698a1.98 1.98 0 0 1-.24-.978c0-.541.2-.99.61-1.345.4-.356.95-.534 1.62-.534Z"}),h.createElement("circle",{cx:1193,cy:332.997,r:5,fill:"#6C65E5",stroke:"#F7F7FA",strokeWidth:2}),h.createElement("path",{stroke:"#6C65E5",strokeLinecap:"round",strokeWidth:1.5,d:"M1193 330v-86"}),h.createElement("circle",{cx:910,cy:311,r:5,fill:"#202021",stroke:"#F7F7FA",strokeWidth:2,transform:"rotate(-180 910 311)"}),h.createElement("path",{stroke:"#202021",strokeLinecap:"round",strokeWidth:1.5,d:"M910 314v35"}),h.createElement("rect",{width:93,height:23,x:964.5,y:123.5,fill:"#F4FAEB",rx:3.5}),h.createElement("rect",{width:93,height:23,x:964.5,y:123.5,stroke:"#B0D182",rx:3.5}),h.createElement("g",{clipPath:"url(#clip5_20382_240644)"},h.createElement("path",{fill:"#68A611",d:"m984.25 138.128-2.603-2.603a.747.747 0 1 0-1.057 1.058l3.135 3.135a.747.747 0 0 0 1.057 0l7.935-7.935a.747.747 0 1 0-1.057-1.058l-7.41 7.403Z"})),h.createElement("path",{fill:"#3B6600",d:"m1004.21 131.09 3.66 7.91h-1.91l-.6-1.465h-3.11l-.59 1.465h-1.914l3.654-7.91h.81Zm-.4 2.66-.98 2.402h1.97l-.99-2.402Zm8.48-.82c.46 0 .9.121 1.3.363.4.234.73.582.97 1.043.25.453.37 1.008.37 1.664 0 .656-.12 1.223-.37 1.699-.24.477-.58.844-1 1.102-.41.25-.87.375-1.38.375-.33 0-.66-.078-.98-.235a2.817 2.817 0 0 1-.81-.609v3.48h-1.49v-8.73h1.49v.996c.17-.32.42-.59.75-.808.32-.227.71-.34 1.15-.34Zm-.38 1.488c-.27 0-.52.07-.75.211-.23.133-.43.324-.57.574-.14.25-.21.551-.2.902v.856c.21.219.43.402.68.551.25.14.52.211.81.211.3 0 .57-.082.79-.246.23-.165.4-.375.53-.633.12-.266.19-.547.19-.844 0-.445-.14-.82-.41-1.125-.27-.305-.62-.457-1.07-.457Zm7.83-1.488c.47 0 .9.121 1.3.363.41.234.73.582.97 1.043.25.453.38 1.008.38 1.664 0 .656-.13 1.223-.38 1.699-.24.477-.57.844-.99 1.102-.42.25-.88.375-1.39.375-.33 0-.65-.078-.98-.235a2.817 2.817 0 0 1-.81-.609v3.48h-1.49v-8.73h1.49v.996c.17-.32.42-.59.75-.808.33-.227.71-.34 1.15-.34Zm-.38 1.488c-.26 0-.51.07-.75.211-.23.133-.42.324-.57.574-.14.25-.21.551-.2.902v.856c.21.219.44.402.68.551.25.14.52.211.81.211.3 0 .57-.082.79-.246.23-.165.41-.375.53-.633.13-.266.19-.547.19-.844 0-.445-.14-.82-.41-1.125-.27-.305-.62-.457-1.07-.457Zm5.93-3.856V139h-1.49v-8.438h1.49Zm3.06-.562c.28 0 .53.102.73.305a.974.974 0 0 1 0 1.406.997.997 0 0 1-.73.305 1.014 1.014 0 0 1-1.02-1.008c0-.274.1-.508.29-.703.21-.203.45-.305.73-.305Zm.87 3.082V139h-1.49v-4.652h-.95v-1.266h2.44Zm4.46-.152c.58 0 1.08.125 1.49.375.42.25.74.597.96 1.043.23.437.34.945.34 1.523v.633h-4.29c.08.398.28.719.59.961.31.242.69.363 1.15.363.43 0 .82-.086 1.17-.258.35-.172.63-.347.84-.527l-.01 1.383c-.19.164-.47.332-.84.504-.37.164-.78.246-1.22.246-.59 0-1.12-.133-1.61-.399a3.094 3.094 0 0 1-1.14-1.089c-.29-.461-.43-.989-.43-1.583 0-.578.13-1.105.39-1.582a3.05 3.05 0 0 1 1.07-1.148c.45-.297.97-.445 1.54-.445Zm-.03 1.3c-.37 0-.68.114-.93.34-.25.227-.42.532-.51.914h2.83c-.03-.422-.18-.734-.47-.937a1.503 1.503 0 0 0-.92-.317Zm9.81-3.668V139h-1.49v-.996c-.17.32-.42.598-.75.832-.33.226-.71.34-1.15.34-.48 0-.92-.121-1.32-.364-.4-.242-.72-.593-.96-1.054-.25-.461-.37-1.02-.37-1.676 0-.656.12-1.219.37-1.687.25-.469.58-.829.99-1.079.42-.257.89-.386 1.4-.386.32 0 .64.074.97.222.33.149.6.348.82.598v-3.188h1.49Zm-2.98 3.833c-.31 0-.58.082-.81.246-.22.156-.39.363-.51.621-.13.25-.19.523-.19.82 0 .445.13.824.4 1.137.27.312.63.469 1.08.469.26 0 .51-.071.73-.211.24-.141.43-.336.57-.586.14-.258.22-.567.22-.926v-.844a2.422 2.422 0 0 0-.69-.527 1.631 1.631 0 0 0-.8-.199Z"}),h.createElement("rect",{width:93,height:23,x:1072.5,y:321.5,fill:"#FFF2F3",rx:3.5}),h.createElement("rect",{width:93,height:23,x:1072.5,y:321.5,stroke:"#FEB0B7",rx:3.5}),h.createElement("g",{clipPath:"url(#clip6_20382_240644)"},h.createElement("path",{fill:"#D93644",d:"M1088 325.5c-4.14 0-7.5 3.36-7.5 7.5 0 4.14 3.36 7.5 7.5 7.5 4.14 0 7.5-3.36 7.5-7.5 0-4.14-3.36-7.5-7.5-7.5Zm0 8.25a.754.754 0 0 1-.75-.75v-3c0-.413.34-.75.75-.75s.75.337.75.75v3c0 .413-.34.75-.75.75Zm.75 3h-1.5v-1.5h1.5v1.5Z"})),h.createElement("path",{fill:"#D11525",d:"M1104.36 328.996c.45 0 .87.063 1.24.188.38.125.69.269.95.433v1.606a8.873 8.873 0 0 0-.9-.481 2.59 2.59 0 0 0-1.09-.222c-.2 0-.41.031-.61.093-.2.063-.36.157-.49.282a.633.633 0 0 0-.19.48c0 .258.11.453.34.586.23.133.5.266.83.398l.96.399c.55.234.95.519 1.21.855.26.336.39.719.39 1.149 0 .468-.14.883-.41 1.242-.27.351-.63.629-1.08.832a3.56 3.56 0 0 1-1.49.305c-.46 0-.9-.079-1.32-.235a4.597 4.597 0 0 1-1.11-.574v-1.605c.35.25.73.461 1.14.632.41.172.86.258 1.32.258.33 0 .61-.062.85-.187.23-.133.35-.328.35-.586 0-.203-.1-.367-.29-.492-.19-.133-.4-.243-.62-.329l-1.21-.468c-.61-.235-1.02-.539-1.24-.914a2.593 2.593 0 0 1-.32-1.266c0-.477.13-.891.39-1.242.26-.36.61-.637 1.03-.832.42-.203.88-.305 1.37-.305Zm6.71 1.934c.44 0 .8.07 1.08.211.28.14.51.277.67.41v1.371c-.2-.149-.43-.274-.69-.375-.25-.102-.56-.152-.93-.152-.29 0-.57.074-.83.222a1.71 1.71 0 0 0-.6.598c-.15.25-.22.535-.22.855 0 .485.16.883.47 1.196.31.312.71.468 1.18.468.37 0 .68-.046.93-.14.26-.102.49-.227.69-.375v1.359c-.16.141-.39.277-.67.41-.28.125-.64.188-1.08.188-.6 0-1.13-.141-1.6-.422a3.237 3.237 0 0 1-1.1-1.137 3.08 3.08 0 0 1-.4-1.547c0-.414.07-.808.22-1.183.16-.375.38-.707.66-.996.28-.297.61-.532.98-.703.38-.172.8-.258 1.24-.258Zm6.36 0c.6 0 1.1.203 1.51.609.4.406.61 1.016.61 1.828V337h-1.49l-.01-3.434c0-.398-.1-.695-.3-.89-.18-.196-.45-.293-.78-.293-.27 0-.52.086-.75.258-.23.171-.42.375-.59.609V337h-1.49v-8.438h1.49v3.364c.18-.242.42-.469.73-.68.31-.211.67-.316 1.07-.316Zm6.42 0c.58 0 1.07.125 1.49.375.42.25.74.597.96 1.043.22.437.34.945.34 1.523v.633h-4.29c.08.398.27.719.58.961.32.242.7.363 1.15.363.43 0 .82-.086 1.17-.258.36-.172.64-.347.85-.527l-.01 1.383c-.19.164-.47.332-.85.504-.36.164-.77.246-1.22.246-.58 0-1.12-.133-1.6-.399a3.122 3.122 0 0 1-1.15-1.089c-.28-.461-.42-.989-.42-1.583 0-.578.13-1.105.38-1.582a3.13 3.13 0 0 1 1.07-1.148c.45-.297.97-.445 1.55-.445Zm-.04 1.3c-.36 0-.67.114-.92.34-.25.227-.43.532-.52.914h2.84c-.03-.422-.19-.734-.47-.937a1.51 1.51 0 0 0-.93-.317Zm9.81-3.668V337h-1.49v-.996c-.17.32-.42.598-.75.832-.33.226-.71.34-1.15.34-.47 0-.91-.121-1.32-.364-.4-.242-.72-.593-.96-1.054-.24-.461-.36-1.02-.36-1.676 0-.656.12-1.219.36-1.687.25-.469.58-.829 1-1.079.42-.257.88-.386 1.39-.386.32 0 .64.074.97.222.33.149.6.348.82.598v-3.188h1.49Zm-2.98 3.833c-.31 0-.58.082-.8.246a1.65 1.65 0 0 0-.52.621c-.12.25-.19.523-.19.82 0 .445.14.824.4 1.137.27.312.63.469 1.08.469.27 0 .51-.071.74-.211.23-.141.42-.336.56-.586.15-.258.22-.567.22-.926v-.844a2.422 2.422 0 0 0-.69-.527 1.631 1.631 0 0 0-.8-.199Zm10.04-1.313v3.527c0 .524-.12.977-.36 1.36-.23.375-.55.664-.96.867-.4.203-.85.305-1.36.305-.51 0-.97-.102-1.38-.305-.4-.203-.71-.492-.95-.867a2.687 2.687 0 0 1-.34-1.36v-3.527h1.5l.01 3.258c0 .461.11.805.32 1.031.21.227.49.34.84.34s.62-.113.84-.34c.21-.226.32-.57.32-1.031v-3.258h1.52Zm3.18-2.52V337h-1.48v-8.438h1.48Zm4.41 2.368c.58 0 1.07.125 1.49.375.42.25.74.597.96 1.043.23.437.34.945.34 1.523v.633h-4.29c.08.398.27.719.59.961.31.242.69.363 1.14.363.43 0 .82-.086 1.18-.258.35-.172.63-.347.84-.527l-.01 1.383c-.19.164-.47.332-.85.504-.36.164-.77.246-1.21.246-.59 0-1.13-.133-1.61-.399a3.122 3.122 0 0 1-1.15-1.089c-.28-.461-.42-.989-.42-1.583 0-.578.13-1.105.39-1.582.25-.476.61-.859 1.06-1.148a2.78 2.78 0 0 1 1.55-.445Zm-.04 1.3c-.36 0-.67.114-.92.34-.25.227-.42.532-.52.914h2.84c-.03-.422-.19-.734-.47-.937a1.51 1.51 0 0 0-.93-.317Zm9.81-3.668V337h-1.49v-.996c-.17.32-.42.598-.75.832-.32.226-.71.34-1.14.34-.48 0-.92-.121-1.33-.364-.4-.242-.72-.593-.96-1.054-.24-.461-.36-1.02-.36-1.676 0-.656.12-1.219.36-1.687.25-.469.58-.829 1-1.079.42-.257.88-.386 1.39-.386.32 0 .65.074.97.222.33.149.61.348.82.598v-3.188h1.49Zm-2.97 3.833c-.32 0-.59.082-.81.246a1.65 1.65 0 0 0-.52.621c-.12.25-.19.523-.19.82 0 .445.14.824.4 1.137.28.312.64.469 1.08.469.27 0 .51-.071.74-.211.23-.141.42-.336.56-.586.15-.258.22-.567.22-.926v-.844a2.422 2.422 0 0 0-.69-.527c-.24-.133-.5-.199-.79-.199Z"}),h.createElement("rect",{width:93,height:23,x:1255.5,y:276.5,fill:"#F4FAEB",rx:3.5}),h.createElement("rect",{width:93,height:23,x:1255.5,y:276.5,stroke:"#B0D182",rx:3.5}),h.createElement("g",{clipPath:"url(#clip7_20382_240644)"},h.createElement("path",{fill:"#68A611",d:"m1275.25 291.128-2.6-2.603a.75.75 0 0 0-1.06 0 .752.752 0 0 0 0 1.058l3.13 3.135a.75.75 0 0 0 1.06 0l7.94-7.935a.752.752 0 0 0 0-1.058.75.75 0 0 0-1.06 0l-7.41 7.403Z"})),h.createElement("path",{fill:"#3B6600",d:"m1295.21 284.09 3.66 7.91h-1.91l-.6-1.465h-3.11l-.59 1.465h-1.91l3.65-7.91h.81Zm-.4 2.66-.98 2.402h1.97l-.99-2.402Zm8.48-.82c.46 0 .9.121 1.3.363.4.234.73.582.97 1.043.25.453.37 1.008.37 1.664 0 .656-.12 1.223-.37 1.699-.24.477-.58.844-1 1.102-.41.25-.87.375-1.38.375-.33 0-.66-.078-.98-.235a2.817 2.817 0 0 1-.81-.609v3.48h-1.49v-8.73h1.49v.996c.17-.32.42-.59.75-.808.32-.227.71-.34 1.15-.34Zm-.38 1.488c-.27 0-.52.07-.75.211-.23.133-.43.324-.57.574-.14.25-.21.551-.2.902v.856c.21.219.43.402.68.551.25.14.52.211.81.211.3 0 .57-.082.79-.246.23-.165.4-.375.53-.633.12-.266.19-.547.19-.844 0-.445-.14-.82-.41-1.125-.27-.305-.62-.457-1.07-.457Zm7.83-1.488c.47 0 .9.121 1.3.363.41.234.73.582.97 1.043.25.453.38 1.008.38 1.664 0 .656-.13 1.223-.38 1.699-.24.477-.57.844-.99 1.102-.42.25-.88.375-1.39.375-.33 0-.65-.078-.98-.235a2.817 2.817 0 0 1-.81-.609v3.48h-1.49v-8.73h1.49v.996c.17-.32.42-.59.75-.808.33-.227.71-.34 1.15-.34Zm-.38 1.488c-.26 0-.51.07-.75.211-.23.133-.42.324-.57.574-.14.25-.21.551-.2.902v.856c.21.219.44.402.68.551.25.14.52.211.81.211.3 0 .57-.082.79-.246.23-.165.41-.375.53-.633.13-.266.19-.547.19-.844 0-.445-.14-.82-.41-1.125-.27-.305-.62-.457-1.07-.457Zm5.93-3.856V292h-1.49v-8.438h1.49Zm3.06-.562c.28 0 .53.102.73.305a.974.974 0 0 1 0 1.406.997.997 0 0 1-.73.305 1.014 1.014 0 0 1-1.02-1.008c0-.274.1-.508.29-.703.21-.203.45-.305.73-.305Zm.87 3.082V292h-1.49v-4.652h-.95v-1.266h2.44Zm4.46-.152c.58 0 1.08.125 1.49.375.42.25.74.597.96 1.043.23.437.34.945.34 1.523v.633h-4.29c.08.398.28.719.59.961.31.242.69.363 1.15.363.43 0 .82-.086 1.17-.258.35-.172.63-.347.84-.527l-.01 1.383c-.19.164-.47.332-.84.504-.37.164-.78.246-1.22.246-.59 0-1.12-.133-1.61-.399a3.094 3.094 0 0 1-1.14-1.089c-.29-.461-.43-.989-.43-1.583 0-.578.13-1.105.39-1.582a3.05 3.05 0 0 1 1.07-1.148c.45-.297.97-.445 1.54-.445Zm-.03 1.3c-.37 0-.68.114-.93.34-.25.227-.42.532-.51.914h2.83c-.03-.422-.18-.734-.47-.937a1.503 1.503 0 0 0-.92-.317Zm9.81-3.668V292h-1.49v-.996c-.17.32-.42.598-.75.832-.33.226-.71.34-1.15.34-.48 0-.92-.121-1.32-.364-.4-.242-.72-.593-.96-1.054-.25-.461-.37-1.02-.37-1.676 0-.656.12-1.219.37-1.687.25-.469.58-.829.99-1.079.42-.257.89-.386 1.4-.386.32 0 .64.074.97.222.33.149.6.348.82.598v-3.188h1.49Zm-2.98 3.833c-.31 0-.58.082-.81.246-.22.156-.39.363-.51.621-.13.25-.19.523-.19.82 0 .445.13.824.4 1.137.27.312.63.469 1.08.469.26 0 .51-.071.73-.211.24-.141.43-.336.57-.586.14-.258.22-.567.22-.926v-.844a2.422 2.422 0 0 0-.69-.527 1.631 1.631 0 0 0-.8-.199Z"}),h.createElement("rect",{width:93,height:23,x:1072.5,y:281.5,fill:"#F4FAEB",rx:3.5}),h.createElement("rect",{width:93,height:23,x:1072.5,y:281.5,stroke:"#B0D182",rx:3.5}),h.createElement("g",{clipPath:"url(#clip8_20382_240644)"},h.createElement("path",{fill:"#68A611",d:"m1092.25 296.128-2.6-2.603a.75.75 0 0 0-1.06 0 .752.752 0 0 0 0 1.058l3.13 3.135a.75.75 0 0 0 1.06 0l7.94-7.935a.752.752 0 0 0 0-1.058.75.75 0 0 0-1.06 0l-7.41 7.403Z"})),h.createElement("path",{fill:"#3B6600",d:"m1112.21 289.09 3.66 7.91h-1.91l-.6-1.465h-3.11l-.59 1.465h-1.91l3.65-7.91h.81Zm-.4 2.66-.98 2.402h1.97l-.99-2.402Zm8.48-.82c.46 0 .9.121 1.3.363.4.234.73.582.97 1.043.25.453.37 1.008.37 1.664 0 .656-.12 1.223-.37 1.699-.24.477-.58.844-1 1.102-.41.25-.87.375-1.38.375-.33 0-.66-.078-.98-.235a2.817 2.817 0 0 1-.81-.609v3.48h-1.49v-8.73h1.49v.996c.17-.32.42-.59.75-.808.32-.227.71-.34 1.15-.34Zm-.38 1.488c-.27 0-.52.07-.75.211-.23.133-.43.324-.57.574-.14.25-.21.551-.2.902v.856c.21.219.43.402.68.551.25.14.52.211.81.211.3 0 .57-.082.79-.246.23-.165.4-.375.53-.633.12-.266.19-.547.19-.844 0-.445-.14-.82-.41-1.125-.27-.305-.62-.457-1.07-.457Zm7.83-1.488c.47 0 .9.121 1.3.363.41.234.73.582.97 1.043.25.453.38 1.008.38 1.664 0 .656-.13 1.223-.38 1.699-.24.477-.57.844-.99 1.102-.42.25-.88.375-1.39.375-.33 0-.65-.078-.98-.235a2.817 2.817 0 0 1-.81-.609v3.48h-1.49v-8.73h1.49v.996c.17-.32.42-.59.75-.808.33-.227.71-.34 1.15-.34Zm-.38 1.488c-.26 0-.51.07-.75.211-.23.133-.42.324-.57.574-.14.25-.21.551-.2.902v.856c.21.219.44.402.68.551.25.14.52.211.81.211.3 0 .57-.082.79-.246.23-.165.41-.375.53-.633.13-.266.19-.547.19-.844 0-.445-.14-.82-.41-1.125-.27-.305-.62-.457-1.07-.457Zm5.93-3.856V297h-1.49v-8.438h1.49Zm3.06-.562c.28 0 .53.102.73.305a.974.974 0 0 1 0 1.406.997.997 0 0 1-.73.305 1.014 1.014 0 0 1-1.02-1.008c0-.274.1-.508.29-.703.21-.203.45-.305.73-.305Zm.87 3.082V297h-1.49v-4.652h-.95v-1.266h2.44Zm4.46-.152c.58 0 1.08.125 1.49.375.42.25.74.597.96 1.043.23.437.34.945.34 1.523v.633h-4.29c.08.398.28.719.59.961.31.242.69.363 1.15.363.43 0 .82-.086 1.17-.258.35-.172.63-.347.84-.527l-.01 1.383c-.19.164-.47.332-.84.504-.37.164-.78.246-1.22.246-.59 0-1.12-.133-1.61-.399a3.094 3.094 0 0 1-1.14-1.089c-.29-.461-.43-.989-.43-1.583 0-.578.13-1.105.39-1.582a3.05 3.05 0 0 1 1.07-1.148c.45-.297.97-.445 1.54-.445Zm-.03 1.3c-.37 0-.68.114-.93.34-.25.227-.42.532-.51.914h2.83c-.03-.422-.18-.734-.47-.937a1.503 1.503 0 0 0-.92-.317Zm9.81-3.668V297h-1.49v-.996c-.17.32-.42.598-.75.832-.33.226-.71.34-1.15.34-.48 0-.92-.121-1.32-.364-.4-.242-.72-.593-.96-1.054-.25-.461-.37-1.02-.37-1.676 0-.656.12-1.219.37-1.687.25-.469.58-.829.99-1.079.42-.257.89-.386 1.4-.386.32 0 .64.074.97.222.33.149.6.348.82.598v-3.188h1.49Zm-2.98 3.833c-.31 0-.58.082-.81.246-.22.156-.39.363-.51.621-.13.25-.19.523-.19.82 0 .445.13.824.4 1.137.27.312.63.469 1.08.469.26 0 .51-.071.73-.211.24-.141.43-.336.57-.586.14-.258.22-.567.22-.926v-.844a2.422 2.422 0 0 0-.69-.527 1.631 1.631 0 0 0-.8-.199Z"}),h.createElement("path",{fill:"black",fillOpacity:.87,d:"M43.871 36.621c.95 0 1.725.13 2.324.39a5.6 5.6 0 0 1 1.602 1.016v1.934a37.032 37.032 0 0 0-.977-.684 5.618 5.618 0 0 0-1.25-.644c-.468-.196-1.035-.293-1.699-.293-.977 0-1.849.221-2.617.664a4.824 4.824 0 0 0-1.816 1.836c-.443.768-.665 1.64-.665 2.617 0 .977.222 1.849.664 2.617a5.013 5.013 0 0 0 1.817 1.836c.768.443 1.64.664 2.617.664 1.003 0 1.856-.163 2.559-.488.716-.339 1.302-.684 1.758-1.035v1.758c-.456.403-1.055.755-1.797 1.054-.73.287-1.57.43-2.52.43-.99 0-1.9-.176-2.734-.527a7.07 7.07 0 0 1-2.188-1.485 6.855 6.855 0 0 1-1.465-2.168 6.989 6.989 0 0 1-.507-2.656c0-.938.169-1.816.507-2.637a6.797 6.797 0 0 1 1.465-2.187 6.797 6.797 0 0 1 2.188-1.465c.833-.365 1.745-.547 2.734-.547ZM55.61 40.04c.664 0 1.27.15 1.817.45.547.286.983.728 1.308 1.327.326.586.489 1.328.489 2.227V50H57.62l-.02-5.8c0-.847-.188-1.492-.566-1.934-.364-.443-.93-.664-1.7-.664-.52 0-1.04.195-1.562.586-.507.377-.957.82-1.347 1.328V50h-1.602V35.937h1.602v5.84c.208-.26.475-.52.8-.78.326-.274.69-.502 1.094-.684a3.185 3.185 0 0 1 1.29-.274Zm10.664 0c.56 0 1.127.137 1.7.41a4.35 4.35 0 0 1 1.504 1.094v-1.309h1.601V50h-1.601v-1.66c-.339.52-.801.976-1.387 1.367-.573.39-1.23.586-1.973.586a4.338 4.338 0 0 1-2.285-.625 4.75 4.75 0 0 1-1.66-1.777c-.404-.756-.606-1.628-.606-2.618 0-1.08.202-2.011.606-2.793.417-.78.983-1.38 1.7-1.796.715-.43 1.516-.645 2.401-.645Zm.293 1.563c-.703 0-1.302.175-1.797.527a3.568 3.568 0 0 0-1.152 1.367 4.08 4.08 0 0 0-.39 1.777c0 .625.13 1.205.39 1.739.26.52.625.937 1.094 1.25.482.312 1.035.468 1.66.468.6 0 1.133-.156 1.602-.468.468-.313.84-.742 1.113-1.29.273-.56.404-1.184.39-1.874l-.019-1.875c-.404-.508-.84-.905-1.309-1.192-.455-.286-.983-.43-1.582-.43ZM76 40.234v1.543c.208-.26.475-.52.8-.78.326-.274.69-.502 1.094-.684a3.185 3.185 0 0 1 1.29-.274c.664 0 1.27.15 1.816.45.547.286.983.728 1.309 1.327.325.586.488 1.328.488 2.227V50h-1.602l-.02-5.8c0-.847-.188-1.492-.566-1.934-.364-.443-.93-.664-1.699-.664-.52 0-1.041.195-1.562.586A6.85 6.85 0 0 0 76 43.516V50h-1.602v-9.766H76Zm13.848-.195c.56 0 1.126.137 1.699.41a4.35 4.35 0 0 1 1.504 1.094v-1.309h1.601v9.57c0 1.16-.234 2.123-.703 2.891a4.414 4.414 0 0 1-1.875 1.72 5.801 5.801 0 0 1-2.558.566c-.6 0-1.114-.072-1.543-.215-.417-.13-.775-.3-1.075-.508-.299-.196-.572-.384-.82-.567v-1.718c.195.143.45.325.762.547.325.234.71.442 1.152.624.456.183.964.274 1.524.274.638 0 1.224-.117 1.757-.352.534-.234.964-.579 1.29-1.035.325-.456.488-1.002.488-1.64V48.34c-.339.52-.801.976-1.387 1.367-.573.39-1.23.586-1.973.586a4.338 4.338 0 0 1-2.285-.625 4.75 4.75 0 0 1-1.66-1.777c-.404-.756-.605-1.628-.605-2.618 0-1.08.201-2.011.605-2.793.417-.78.983-1.38 1.7-1.796.716-.43 1.516-.645 2.402-.645Zm.293 1.582c-.704 0-1.303.176-1.797.527a3.417 3.417 0 0 0-1.153 1.348 4.08 4.08 0 0 0-.39 1.777c0 .625.13 1.198.39 1.72.26.52.625.937 1.094 1.25.482.312 1.035.468 1.66.468.6 0 1.133-.156 1.602-.469.469-.312.84-.742 1.113-1.289.274-.547.404-1.165.39-1.855l-.019-1.875c-.403-.508-.84-.899-1.308-1.172-.456-.287-.983-.43-1.582-.43Zm11.855-1.582c1.003 0 1.836.208 2.5.625a3.835 3.835 0 0 1 1.484 1.7c.339.715.508 1.523.508 2.421v.957h-7.5c.078.547.267 1.048.567 1.504.3.456.69.82 1.172 1.094.481.26 1.035.39 1.66.39.703 0 1.36-.175 1.972-.527a7.412 7.412 0 0 0 1.543-1.191l-.019 1.738c-.182.221-.456.456-.821.703-.351.234-.761.43-1.23.586-.456.17-.937.254-1.445.254-.99 0-1.869-.234-2.637-.703a5.166 5.166 0 0 1-1.816-1.856 5.222 5.222 0 0 1-.645-2.558c0-.925.202-1.778.605-2.559a4.927 4.927 0 0 1 1.66-1.875c.717-.469 1.531-.703 2.442-.703Zm0 1.563c-.807 0-1.471.273-1.992.82a3.584 3.584 0 0 0-.977 1.953h5.879c-.065-.638-.247-1.159-.547-1.563a2.677 2.677 0 0 0-1.054-.898 2.89 2.89 0 0 0-1.309-.312Zm14.59-1.368v1.953c.378-.65.833-1.171 1.367-1.562.534-.39 1.081-.586 1.641-.586.377 0 .716.065 1.015.195v1.856c-.416-.248-.833-.371-1.25-.371-.664 0-1.204.234-1.621.703a10.283 10.283 0 0 0-1.152 1.68V50h-1.602v-9.766h1.602Zm10.098-.195c1.002 0 1.836.208 2.5.625a3.84 3.84 0 0 1 1.484 1.7c.339.715.508 1.523.508 2.421v.957h-7.5c.078.547.267 1.048.566 1.504.3.456.69.82 1.172 1.094.482.26 1.035.39 1.66.39.703 0 1.361-.175 1.973-.527a7.439 7.439 0 0 0 1.543-1.191l-.02 1.738c-.182.221-.455.456-.82.703-.352.234-.762.43-1.23.586-.456.17-.938.254-1.446.254-.989 0-1.868-.234-2.636-.703a5.163 5.163 0 0 1-1.817-1.856 5.218 5.218 0 0 1-.644-2.558c0-.925.201-1.778.605-2.559a4.93 4.93 0 0 1 1.66-1.875c.716-.469 1.53-.703 2.442-.703Zm0 1.563c-.808 0-1.472.273-1.993.82a3.587 3.587 0 0 0-.976 1.953h5.879c-.065-.638-.248-1.159-.547-1.563a2.68 2.68 0 0 0-1.055-.898 2.886 2.886 0 0 0-1.308-.312Zm11.152-1.563c.56 0 1.126.137 1.699.41.586.26 1.087.625 1.504 1.094v-1.309h1.602v14.453h-1.602V48.34c-.338.52-.801.976-1.387 1.367-.573.39-1.23.586-1.972.586a4.335 4.335 0 0 1-2.285-.625 4.748 4.748 0 0 1-1.661-1.777c-.403-.756-.605-1.628-.605-2.618 0-1.08.202-2.011.605-2.793.417-.78.983-1.38 1.7-1.796.716-.43 1.517-.645 2.402-.645Zm.293 1.582c-.703 0-1.302.176-1.797.527a3.41 3.41 0 0 0-1.152 1.348 4.073 4.073 0 0 0-.391 1.777c0 .625.13 1.198.391 1.72.26.52.625.937 1.093 1.25.482.312 1.036.468 1.661.468a2.82 2.82 0 0 0 1.601-.469c.469-.312.84-.742 1.113-1.289.274-.547.404-1.165.391-1.855l-.019-1.875c-.404-.508-.84-.899-1.309-1.172-.456-.287-.983-.43-1.582-.43Zm15.82-1.387v5.782c0 .859-.182 1.601-.547 2.226a3.765 3.765 0 0 1-1.484 1.446c-.625.338-1.328.507-2.109.507-.782 0-1.485-.169-2.11-.508a3.765 3.765 0 0 1-1.484-1.445c-.365-.625-.547-1.367-.547-2.226v-5.782h1.66v5.782c0 .846.248 1.497.742 1.953a2.573 2.573 0 0 0 1.739.664c.651 0 1.224-.222 1.718-.664.508-.456.762-1.107.762-1.953v-5.782h1.66ZM161 40.04c1.003 0 1.836.208 2.5.625a3.835 3.835 0 0 1 1.484 1.7c.339.715.508 1.523.508 2.421v.957h-7.5c.078.547.267 1.048.567 1.504.299.456.69.82 1.171 1.094.482.26 1.036.39 1.661.39.703 0 1.36-.175 1.972-.527a7.412 7.412 0 0 0 1.543-1.191l-.019 1.738c-.183.221-.456.456-.821.703-.351.234-.761.43-1.23.586-.456.17-.938.254-1.445.254-.99 0-1.869-.234-2.637-.703a5.16 5.16 0 0 1-1.816-1.856 5.22 5.22 0 0 1-.645-2.558c0-.925.202-1.778.605-2.559a4.924 4.924 0 0 1 1.661-1.875c.716-.469 1.53-.703 2.441-.703Zm0 1.563c-.807 0-1.471.273-1.992.82a3.582 3.582 0 0 0-.977 1.953h5.879c-.065-.638-.247-1.159-.547-1.563a2.677 2.677 0 0 0-1.054-.898 2.89 2.89 0 0 0-1.309-.312Zm10.039-1.563c.573 0 1.107.085 1.602.254.494.156.852.319 1.074.488V42.5c-.274-.208-.645-.41-1.113-.605a3.728 3.728 0 0 0-1.446-.293c-.612 0-1.074.143-1.386.43-.3.286-.45.585-.45.898 0 .247.085.501.254.761.183.248.495.45.938.606l1.64.586c.638.221 1.114.54 1.426.957.313.416.469.905.469 1.465 0 .547-.156 1.048-.469 1.504-.299.455-.723.82-1.269 1.093-.534.26-1.153.391-1.856.391a4.91 4.91 0 0 1-1.191-.156 7.217 7.217 0 0 1-1.094-.332 5.066 5.066 0 0 1-.723-.371v-1.72c.183.131.437.28.762.45a8.82 8.82 0 0 0 1.074.41c.378.104.729.157 1.055.157.612 0 1.094-.137 1.445-.41.365-.274.547-.613.547-1.016a.874.874 0 0 0-.371-.742c-.234-.183-.579-.359-1.035-.528l-1.445-.527c-.756-.287-1.257-.645-1.504-1.074a3.023 3.023 0 0 1-.371-1.504c0-.834.312-1.524.937-2.07.625-.547 1.458-.82 2.5-.82Zm8.145-2.617v2.812h2.851v1.504h-2.851v5.723c0 .404.104.723.312.957.208.234.527.352.957.352.391 0 .716-.046.977-.137.26-.104.488-.215.683-.332v1.308c-.26.209-.54.371-.84.489-.286.13-.677.195-1.171.195-.834 0-1.465-.247-1.895-.742-.417-.508-.625-1.179-.625-2.012v-5.8h-1.875v-.47c.638-.286 1.172-.755 1.602-1.406.429-.664.807-1.478 1.132-2.441h.743Zm16.679 2.812v1.504h-2.851V50h-1.602v-8.262h-1.543v-1.504h1.543v-1.25c0-.768.15-1.393.449-1.875.3-.494.684-.859 1.153-1.093a3.023 3.023 0 0 1 1.426-.371c.664 0 1.204.175 1.621.527v1.406a2.507 2.507 0 0 0-.704-.312 2.524 2.524 0 0 0-.82-.098c-.482.013-.859.17-1.133.469-.26.286-.39.794-.39 1.523v1.074h2.851Zm3.731-4.297V50h-1.602V35.937h1.602Zm7.734 4.102c.99 0 1.869.234 2.637.703a4.97 4.97 0 0 1 1.797 1.875c.442.781.664 1.634.664 2.559 0 .924-.222 1.777-.664 2.558a5.014 5.014 0 0 1-1.797 1.856c-.768.469-1.647.703-2.637.703-.989 0-1.868-.234-2.637-.703a5.169 5.169 0 0 1-1.816-1.856 5.22 5.22 0 0 1-.645-2.558c0-.925.215-1.778.645-2.559a5.121 5.121 0 0 1 1.816-1.875c.769-.469 1.648-.703 2.637-.703Zm0 1.563c-.69 0-1.295.169-1.816.507a3.343 3.343 0 0 0-1.211 1.309 3.792 3.792 0 0 0-.41 1.758c0 .625.136 1.21.41 1.758.286.533.69.97 1.211 1.308.521.326 1.126.489 1.816.489.703 0 1.309-.163 1.817-.489a3.39 3.39 0 0 0 1.191-1.308c.286-.547.43-1.133.43-1.758 0-.638-.144-1.224-.43-1.758a3.215 3.215 0 0 0-1.191-1.309c-.508-.338-1.114-.507-1.817-.507Zm20.547-1.368L224.457 50h-.996l-2.676-6.895L218.109 50h-.996l-3.418-9.766h1.914l2.168 6.856 2.559-6.856h.898l2.559 6.856 2.168-6.856h1.914Z"}),h.createElement("path",{fill:"#1A4049",d:"M1270.68 488c7 0 12.67-5.82 12.67-13s-5.67-13-12.67-13-12.68 5.82-12.68 13 5.68 13 12.68 13Z"}),h.createElement("path",{fill:"white",d:"M1268.87 469.429h-3.63v11.143h10.87v-11.143h-3.62v7.428h-3.62v-7.428Z"}),h.createElement("path",{fill:"#817AFE",d:"M1272.49 476.857h3.62v3.715h-3.62v-3.715Z"}),h.createElement("path",{fill:"#1A4049",d:"M1290.6 476.815v-4.484h1.99v4.263c0 1.252.66 2.075 1.89 2.075s1.88-.823 1.88-2.075v-4.263h2.01v4.484c0 2.156-1.42 3.709-3.86 3.709-2.49 0-3.91-1.553-3.91-3.709Zm11.76 3.533h-1.98v-8.017h1.98v1.347a2.978 2.978 0 0 1 2.61-1.531c1.98 0 3.29 1.475 3.29 3.518v4.683h-2.01v-4.278c0-1.267-.73-2.108-1.91-2.108-1.19 0-1.98.851-1.98 2.108v4.278Zm7.94-11.662h1.99v11.662h-1.99v-11.662Zm12.01 7.767v.221h-6.26c.08 1.252.98 2.211 2.29 2.211 1.26 0 1.77-.649 1.91-.871h1.97c-.13.824-1.2 2.552-3.88 2.552-2.56 0-4.29-1.805-4.29-4.214 0-2.488 1.72-4.215 4.13-4.215 2.42 0 4.13 1.7 4.13 4.316Zm-6.2-1.174h4.11c-.29-1.021-1.03-1.584-2.04-1.584-1.07-.001-1.82.586-2.07 1.582v.002Zm10.64.046h2.58c0-.966-.71-1.584-1.88-1.584-1.11 0-1.51.602-1.64.808h-2c.16-.84 1.15-2.424 3.64-2.424 2.45 0 3.8 1.3 3.8 3.2v2.71c0 .492.17.68.62.73v1.631h-.62c-1.01-.015-1.62-.396-1.84-1.109-.37.587-1.21 1.237-2.55 1.237-1.85 0-3.26-1.062-3.26-2.71 0-1.649 1.2-2.489 3.15-2.489Zm2.58 2.06v-.68h-2.26c-.93 0-1.5.34-1.5 1.076 0 .778.72 1.237 1.71 1.237 1.12 0 2.05-.554 2.05-1.633Zm6.67-.316c-1.73-.126-2.9-.951-2.9-2.504 0-1.506 1.36-2.457 3.47-2.457 2.85 0 3.65 1.49 3.87 2.266h-2.11c-.14-.17-.59-.728-1.77-.728-.95 0-1.45.316-1.45.808 0 .444.34.73 1.12.84l1.34.143c2.13.189 3.01 1.021 3.01 2.598 0 1.505-1.23 2.536-3.65 2.536-2.92 0-3.87-1.728-4.03-2.471h2.13c.08.188.56.903 1.9.903 1.11 0 1.62-.381 1.62-.888s-.28-.793-1.17-.903c-.56-.048-.84-.079-1.38-.143Zm8.1 3.279h-1.98v-11.662h1.98v4.992a2.978 2.978 0 0 1 2.61-1.531c1.98 0 3.29 1.475 3.29 3.518v4.683h-2.01v-4.278c0-1.267-.73-2.108-1.91-2.108-1.19 0-1.98.851-1.98 2.108v4.278Z"}),h.createElement("mask",{id:"mask0_20382_240644",width:16,height:16,x:887,y:326,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},h.createElement("path",{fill:"#D9D9D9",d:"M887 326h16v16h-16z"})),h.createElement("g",{mask:"url(#mask0_20382_240644)"},h.createElement("path",{fill:"#202021",d:"m894.667 333.668-5.334-3.149v6.298h6v1.259h-6a1.32 1.32 0 0 1-.941-.37 1.18 1.18 0 0 1-.392-.889v-7.557c0-.347.131-.643.392-.89a1.32 1.32 0 0 1 .941-.37H900c.367 0 .681.123.942.37.261.247.391.543.391.89v4.408H900v-3.149l-5.333 3.149Zm0-1.26L900 329.26h-10.667l5.334 3.148Zm4.666 7.558-.933-.882 1.05-1.008h-2.783v-1.259h2.783l-1.067-1.008.95-.882 2.667 2.519-2.667 2.52Zm-10-9.447v6.927-3.778.047-4.455 1.259Z"})),h.createElement("defs",null,h.createElement("clipPath",{id:"clip0_20382_240644"},h.createElement("path",{fill:"white",d:"M553 203h18v18h-18z"})),h.createElement("clipPath",{id:"clip1_20382_240644"},h.createElement("path",{fill:"white",d:"M746.5 128h18v18h-18z"})),h.createElement("clipPath",{id:"clip2_20382_240644"},h.createElement("path",{fill:"white",d:"M740 204h18v18h-18z"})),h.createElement("clipPath",{id:"clip3_20382_240644"},h.createElement("path",{fill:"white",d:"M971.5 171.707h18v18h-18z"})),h.createElement("clipPath",{id:"clip4_20382_240644"},h.createElement("path",{fill:"white",d:"M1262.5 324.707h18v18h-18z"})),h.createElement("clipPath",{id:"clip5_20382_240644"},h.createElement("path",{fill:"white",d:"M977.5 126h18v18h-18z"})),h.createElement("clipPath",{id:"clip6_20382_240644"},h.createElement("path",{fill:"white",d:"M1079 324h18v18h-18z"})),h.createElement("clipPath",{id:"clip7_20382_240644"},h.createElement("path",{fill:"white",d:"M1268.5 279h18v18h-18z"})),h.createElement("clipPath",{id:"clip8_20382_240644"},h.createElement("path",{fill:"white",d:"M1085.5 284h18v18h-18z"})))),Fs=()=>{const e=h.useRef(null),t=O1(),n=K1(t.breakpoints.down("md")),[i,c]=h.useState(!1),s="change-request-process-description";return a.jsxs(a.Fragment,{children:[a.jsx(R,{condition:!n,show:a.jsxs(I,{variant:"body2",children:["Show change request process"," "]})}),a.jsx(E1,{title:"Change request process",ref:e,onClick:()=>c(!0),children:a.jsx(Mc,{})}),a.jsx(D0,{open:i,anchorEl:e.current,anchorOrigin:{vertical:"bottom",horizontal:"right"},transformOrigin:{vertical:"top",horizontal:"right"},onClose:()=>c(!1),children:a.jsxs(D,{sx:{p:{xs:2,md:4},maxWidth:920},id:s,children:[a.jsx(I,{variant:"h3",children:"Change request process:"}),a.jsx(I,{variant:"body2",children:a.jsxs("ol",{children:[a.jsx("li",{children:"When changes are detected they are added to a draft."}),a.jsxs("li",{children:["The user can submit the changes for review or discard them.",a.jsx("ul",{children:a.jsx("li",{children:"Once submitted, the changes are visible to everyone."})})]}),a.jsxs("li",{children:["A user with the"," ",a.jsx("strong",{children:"“Review change request”"})," ","permission can approve or reject the changes.",a.jsxs("ul",{children:[a.jsx("li",{children:"The user who created the change request can cancel it at this stage."}),a.jsx("li",{children:"Rejecting or canceling the changes will close the change request."})]})]}),a.jsxs(a.Fragment,{children:[a.jsxs("li",{children:["Once approved, a user with the"," ",a.jsx("strong",{children:"“Apply/Reject change request”"})," ","permission can apply, schedule, or reject the changes.",a.jsxs("ul",{children:[a.jsx("li",{children:"If applied, the changes will take effect and the change request will be closed."}),a.jsx("li",{children:"If scheduled, Unleash will attempt to apply the changes at the scheduled date and time."}),a.jsx("li",{children:"The user who created the change request can cancel the changes up until they are applied or scheduled."})]})]}),a.jsxs("li",{children:["A user with the"," ",a.jsx("strong",{children:"“Apply/Reject change request”"})," ","permission can reschedule, reject, or immediately apply a scheduled change request.",a.jsxs("ul",{children:[a.jsx("li",{children:"If any of the flags or strategies in the change request are archived or deleted (outside of the change request), thus creating a conflict, Unleash will send an email out to the change request author and to the user who (last) scheduled the change request."}),a.jsx("li",{children:"If the scheduled changes contain any conflicts, Unleash will refuse to apply them."}),a.jsx("li",{children:"If the user who scheduled the changes is removed from this Unleash instance, the scheduled changes will also not be applied."})]})]})]})]})}),a.jsx(D,{sx:{mt:3},children:a.jsx(u_,{"aria-details":s,style:{maxWidth:"100%",height:"auto"}})})]})})]})},m7=u(D)(({theme:e})=>({padding:e.spacing(1),display:"flex",justifyContent:"center","& .MuiInputBase-input":{fontSize:e.fontSizes.smallBody}})),h_=()=>{const{trackEvent:e}=T1(),{hasAccess:t}=h.useContext(Ee),[n,i]=h.useState({isOpen:!1,enableEnvironment:"",isEnabled:!1,requiredApprovals:1}),c=O1(),s=e1("projectId"),{data:o,loading:l,refetchChangeRequestConfig:d}=Zc(s),{updateChangeRequestEnvironmentConfig:m}=P0(),{setToastData:f,setToastApiError:v}=$1(),g=(O,N,z)=>()=>{i({isOpen:!0,enableEnvironment:O,isEnabled:N,requiredApprovals:z})},p=async()=>{n.enableEnvironment&&await x(),i(O=>({...O,isOpen:!1}))};async function x(O){try{await m(O||{project:s,environment:n.enableEnvironment,enabled:!n.isEnabled,requiredApprovals:n.requiredApprovals}),f({type:"success",text:"Change request status updated"}),await d()}catch(N){v(_1(N))}}const j=Array.from(Array(10).keys()).map(O=>String(O+1)).map(O=>({key:O,label:`${O} ${O==="1"?"approval":"approvals"}`,sx:{fontSize:c.fontSizes.smallBody}}));function y(O,N){x({project:s,environment:O.environment,enabled:O.changeRequestEnabled,requiredApprovals:Number(N)})}const b=h.useMemo(()=>[{Header:"Environment",accessor:"environment",disableSortBy:!0},{Header:"Type",accessor:"type",disableGlobalFilter:!0,disableSortBy:!0},{Header:"Required approvals",Cell:({row:{original:O}})=>O.changeRequestEnabled?a.jsx(m7,{"data-loading":!0,children:a.jsx(L3,{sx:{width:"140px",marginLeft:1},options:j,value:O.requiredApprovals||1,onChange:N=>{y(O,N)},disabled:!t([yr,x8],s),IconComponent:bc,fullWidth:!0})}):null,width:100,disableGlobalFilter:!0,disableSortBy:!0},{Header:"Status",accessor:"changeRequestEnabled",id:"changeRequestEnabled",align:"center",Cell:({value:O,row:{original:N}})=>a.jsx(m7,{"data-loading":!0,children:a.jsx(Ic,{checked:O,projectId:s,permission:[yr,x8],inputProps:{"aria-label":N.environment},onClick:g(N.environment,N.changeRequestEnabled,N.requiredApprovals)})}),width:100,disableGlobalFilter:!0,disableSortBy:!0}],[]),{getTableProps:S,getTableBodyProps:C,headerGroups:T,rows:$,prepareRow:Z}=k1.useTable({columns:b,data:o,sortTypes:M0,autoResetGlobalFilter:!1,disableSortRemove:!0,defaultColumn:{Cell:w1}},k1.useGlobalFilter);return a.jsxs(R1,{header:a.jsx(S1,{titleElement:"Change request configuration",actions:a.jsx(Fs,{})}),isLoading:l,children:[a.jsx(Z1,{severity:"info",sx:{mb:3},children:"If change request is enabled for an environment, then any change in that environment needs to be approved before it will be applied"}),a.jsxs(Y2,{...S(),children:[a.jsx(H2,{headerGroups:T}),a.jsx(U2,{...C(),children:$.map(O=>{Z(O);const{key:N,...z}=O.getRowProps();return a.jsx(k2,{hover:!0,...z,children:O.cells.map(V=>{const{key:M,...H}=V.getCellProps();return a.jsx(q2,{...H,children:V.render("Cell")},M)})},N)})})]}),a.jsxs(le,{onClick:()=>{e("change_request",{props:{eventType:`change request ${n.isEnabled?"disabled":"enabled"}`}}),p()},open:n.isOpen,onClose:()=>i(O=>({...O,isOpen:!1})),primaryButtonText:n.isEnabled?"Disable":"Enable",secondaryButtonText:"Cancel",title:`${n.isEnabled?"Disable":"Enable"} change requests`,children:[a.jsxs(I,{sx:{mb:1},children:["You are about to"," ",n.isEnabled?"disable":"enable"," “Change request”",a.jsx(R,{condition:!!n.enableEnvironment,show:a.jsxs(a.Fragment,{children:[" ","for"," ",a.jsx("strong",{children:n.enableEnvironment})]})}),"."]}),a.jsx(R,{condition:!n.isEnabled,show:a.jsx(I,{variant:"body2",color:"text.secondary",children:"To enable change requests for an environment, you need to ensure that your Unleash Admin has created the necessary custom project roles in your Unleash instance. This will allow you to assign project members from the project access page."})})]})]})},m_=()=>{const e=e1("projectId"),t=je(e),{hasAccess:n}=h.useContext(Ee),{isOss:i,isPro:c}=p1();return pe(`Project change request configuration – ${t}`),i()||c()?a.jsx(R1,{header:a.jsx(S1,{titleElement:"Change request configuration",actions:a.jsx(Fs,{})}),sx:{justifyContent:"center"},children:a.jsx(A0,{feature:"change-requests"})}):n([G1,Ju],e)?a.jsx(h_,{}):a.jsx(R1,{header:a.jsx(S1,{title:"Change request configuration"}),children:a.jsx(Z1,{severity:"error",children:"You need project owner permissions to access this section."})})},f7="Create project API token",f_=()=>{const e=e1("projectId"),{setToastApiError:t}=$1(),{uiConfig:n}=p1(),i=te(),[c,s]=h.useState(!1),[o,l]=h.useState(""),{getApiTokenPayload:d,tokenName:m,type:f,apiTokenTypes:v,environment:g,setTokenName:p,setTokenType:x,setEnvironment:j,isValid:y,errors:b,clearErrors:S}=gm(e),{createToken:C,loading:T}=o5(),{refetch:$}=s5(e),{trackEvent:Z}=T1();pe(f7);const O=`api/admin/projects/${e}/api-tokens`,N=gc,z=async K=>{if(K.preventDefault(),!!y())try{const A=d();await C(A,e).then(Y=>Y.json()).then(Y=>{eh(),l(Y.secret),s(!0),Z("project_api_tokens",{props:{eventType:"api_key_created"}}),$()})}catch(A){t(_1(A))}},V=()=>{s(!1),i(ke)},M=()=>`curl --location --request POST '${n.unleashUrl}/${O}' \\
698
- --header 'Authorization: INSERT_API_KEY' \\
699
- --header 'Content-Type: application/json' \\
700
- --data-raw '${JSON.stringify(d(),void 0,2)}'`,H=()=>{i(ke)};return a.jsxs(Qe,{loading:T,title:f7,modal:!0,description:"Unleash SDKs use API tokens to authenticate to the Unleash API. Client SDKs need a token with 'client privileges', which allows them to fetch feature flag configurations and post usage metrics.",documentationLink:"https://docs.getunleash.io/reference/api-tokens-and-client-keys",documentationLinkLabel:"API tokens documentation",formatApiCode:M,children:[a.jsxs(xm,{handleSubmit:z,handleCancel:H,mode:"Create",actions:a.jsx(Xu,{name:"token",permission:N,projectId:e}),children:[a.jsx(bm,{tokenName:m,setTokenName:p,errors:b,clearErrors:S}),a.jsx(jm,{type:f,setType:x,apiTokenTypes:v}),a.jsx(ym,{type:f,environment:g,setEnvironment:j})]}),a.jsx(_m,{open:c,setOpen:s,closeConfirm:V,token:o,type:f})]})},p_=()=>{const e=te();return a.jsx(Te,{open:!0,onClose:()=>e(ke),label:"Create API token",children:a.jsx(f_,{})})},v_=()=>{const e=e1("projectId"),t=je(e),{hasAccess:n}=h.useContext(Ee),{tokens:i,loading:c,refetch:s}=s5(e),{trackEvent:o}=T1(),{deleteToken:l}=o5();pe(`Project api access – ${t}`);const{getTableProps:d,getTableBodyProps:m,headerGroups:f,rows:v,prepareRow:g,state:{globalFilter:p},setGlobalFilter:x,setHiddenColumns:j,columns:y}=wm(i,b=>a.jsxs(qr,{children:[a.jsx(Sm,{token:b.row.original,permission:b8,project:e,track:()=>o("project_api_tokens",{props:{eventType:"api_key_copied"}})}),a.jsx(Om,{token:b.row.original,permission:th,project:e,onRemove:async()=>{await l(b.row.original.secret,e),o("project_api_tokens",{props:{eventType:"api_key_deleted"}}),s()}})]}));return a.jsxs("div",{style:{width:"100%",overflow:"hidden"},children:[a.jsx(R1,{header:a.jsx(S1,{title:`API access (${v.length})`,actions:a.jsxs(a.Fragment,{children:[a.jsx(me,{initialValue:p,onChange:x}),a.jsx(S1.Divider,{}),a.jsx(Cm,{permission:nh,path:"create",project:e})]})}),children:a.jsx(R,{condition:!n(b8,e),show:a.jsx(Z1,{severity:"warning",children:"You need to have the correct permissions to read API tokens"}),elseShow:a.jsx(Dm,{compact:!0,loading:c,headerGroups:f,setHiddenColumns:j,prepareRow:g,rows:v,columns:y,globalFilter:p})})}),a.jsx(J3,{children:a.jsx(y1,{path:"create",element:a.jsx(p_,{})})})]})},g_=()=>{const e=e1("projectId"),t=je(e),n=te();return pe(`Project segments – ${t}`),a.jsxs(J3,{children:[a.jsx(y1,{path:"create",element:a.jsx(Te,{open:!0,onClose:()=>n(ke),label:"Create segment",children:a.jsx(ah,{modal:!0})})}),a.jsx(y1,{path:"edit/:segmentId",element:a.jsx(Te,{open:!0,onClose:()=>n(ke),label:"Edit segment",children:a.jsx(rh,{modal:!0})})}),a.jsx(y1,{path:"*",element:a.jsx(ih,{})})]})},x_=(e,t)=>{const n=new URLSearchParams({environmentId:t});return`/projects/${e}/settings/default-strategy/edit?${n}`},b_={name:"flexibleRollout",disabled:!1,constraints:[],title:"",parameters:{rollout:"100",stickiness:"default",groupId:""}},j_=({environment:e})=>{const t=e1("projectId"),{environment:n,defaultStrategy:i}=e,c=x_(t,n),s=h.useMemo(()=>{const o=i||b_;return{...o,disabled:!1,constraints:o.constraints??[],title:o.title??"",parameters:o.parameters??{}}},[JSON.stringify(i)]);return a.jsx(ch,{strategy:s,headerItemsRight:a.jsx(a.Fragment,{children:a.jsx(M3,{permission:[sh,yr],environmentId:n,projectId:t,component:g1,to:c,tooltipProps:{title:`Edit default strategy for "${n}"`},"data-testid":`STRATEGY_EDIT-${s.name}`,children:a.jsx(G3,{})})})})},y_=u("div")(({theme:e})=>({marginBottom:e.spacing(2)})),__=u(Kr)(({theme:e})=>({boxShadow:"none",border:`1px solid ${e.palette.divider}`,overflow:"hidden"})),w_=u(Gr)(({theme:e})=>({padding:0,background:e.palette.background.elevation1})),S_=({environment:e})=>{const{environment:t}=e;return a.jsx(y_,{children:a.jsxs(__,{expanded:!0,onChange:n=>n.stopPropagation(),"data-testid":`${oh}_${t}`,children:[a.jsx(fm,{environmentId:t,expandable:!1}),a.jsx(w_,{children:a.jsx(j_,{environment:e})})]})})},O_=u(Z1)(({theme:e})=>({marginBottom:e.spacing(4)})),C_=()=>{var l;const e=e1("projectId"),t=je(e),{hasAccess:n}=h.useContext(Ee),{project:i}=X1(e),c=te();if(pe(`Project default strategy configuration – ${t}`),!n([G1,lh,dh],e))return a.jsx(R1,{header:a.jsx(S1,{title:"Default Strategy configuration"}),children:a.jsx(Z1,{severity:"error",children:"You need project owner permissions to access this section."})});const s=`/projects/${e}/settings/default-strategy`,o=()=>c(s);return a.jsxs(a.Fragment,{children:[a.jsxs(R1,{header:a.jsx(S1,{title:"Default Strategy"}),children:[a.jsx(O_,{severity:"info",children:"Here you can customize your default strategy for each specific environment. These will be used when you enable a toggle environment that has no strategies defined"}),(l=i==null?void 0:i.environments)==null?void 0:l.map(d=>a.jsx(S_,{environment:d},d.environment))]}),a.jsx(J3,{children:a.jsx(y1,{path:"edit",element:a.jsx(Te,{label:"Edit feature strategy",onClose:o,open:!0,children:a.jsx(pm,{})})})})]})},D_=(e="open",t="",n="",i="",c=[])=>{const[s,o]=h.useState(e),[l,d]=h.useState(t),[m,f]=h.useState(n),[v,g]=h.useState(i),[p,x]=h.useState(c),[j,y]=h.useState({});return h.useEffect(()=>{o(e)},[e]),h.useEffect(()=>{d(t)},[t]),h.useEffect(()=>{f(n)},[n]),h.useEffect(()=>{g(i)},[i]),h.useEffect(()=>{x(c)},[c]),{projectMode:s,featureNamingPattern:l,featureNamingExample:m,featureNamingDescription:v,linkTemplates:p,setFeatureNamingPattern:d,setFeatureNamingExample:f,setFeatureNamingDescription:g,setProjectMode:o,setLinkTemplates:x,getEnterpriseSettingsPayload:()=>({mode:s,featureNaming:{pattern:l,example:m,description:v},linkTemplates:p}),clearErrors:()=>{y({})},errors:j}},er=u(I)(({theme:e})=>({fontWeight:e.fontWeight.bold,display:"inline"})),tr=u(I)(({theme:e})=>({display:"inline",color:e.palette.text.secondary})),Rs=()=>a.jsx(R0,{htmlTooltip:!0,tooltip:a.jsxs(a.Fragment,{children:[a.jsxs(D,{children:[a.jsx(er,{children:"open: "}),a.jsx(tr,{children:"Everyone can submit change requests"})]}),a.jsxs(D,{sx:{mt:2},children:[a.jsx(er,{children:"protected: "}),a.jsx(tr,{children:"Only admins and project members can submit change requests"})]}),a.jsxs(D,{sx:{mt:2},children:[a.jsx(er,{children:"private: "}),a.jsx(tr,{children:"Only admins, editors and project members can see and access the project and associated feature flags"})]})]})}),$_=()=>a.jsx(R0,{htmlTooltip:!0,tooltip:a.jsx(D,{children:a.jsxs("p",{children:["For example, the pattern"," ",a.jsx("code",{children:"[a-z0-9]{2}\\.[a-z]{4,12}"})," matches 'a1.project', but not 'a1.project.feature-1'."]})})}),T_=u("div")(({theme:e})=>({display:"flex",flexDirection:"column",gap:e.spacing(2),marginTop:e.spacing(1)})),P_=u("div")(({theme:e})=>({display:"flex",justifyContent:"flex-end",gap:e.spacing(1.5)})),E_=({template:e,onSave:t,onCancel:n,isAdding:i})=>{const[c,s]=h.useState((e==null?void 0:e.title)||""),[o,l]=h.useState((e==null?void 0:e.urlTemplate)||""),[d,m]=h.useState({}),{trackEvent:f}=T1(),v=()=>{const p={};return o||(p.url="URL template is required"),m(p),Object.keys(p).length===0},g=()=>{v()&&(f("feature-links",{props:{eventType:i?"add-template":"edit-template"}}),t({title:c||null,urlTemplate:o}))};return a.jsxs(T_,{children:[a.jsx(se,{label:"Title (optional)",fullWidth:!0,value:c,onChange:p=>s(p.target.value),placeholder:"e.g., GitHub Issue, Ticket number",helperText:"A descriptive name for the link.",size:"small"}),a.jsx(se,{label:"URL Template",fullWidth:!0,required:!0,value:o,onChange:p=>l(p.target.value),placeholder:"https://github.com/{{project}}/{{feature}}",helperText:d.url||"You can optionally use placeholders {{project}} and {{feature}} that will be replaced with actual values.",size:"small",error:!!d.url}),a.jsxs(P_,{children:[a.jsx(a1,{variant:"outlined",onClick:n,children:"Cancel"}),a.jsx(a1,{variant:"contained",color:"primary",onClick:g,children:i?"Add":"Update"})]})]})},Z_=({template:e,open:t,onSave:n,onCancel:i,isAdding:c})=>a.jsxs(Fr,{open:t,onClose:i,maxWidth:"sm",fullWidth:!0,"aria-labelledby":"dialog-link-template",children:[a.jsx(uh,{id:"dialog-link-template",children:c?"Add new link template":"Edit link template"}),a.jsx(hh,{children:a.jsx(E_,{template:e,onSave:n,onCancel:i,isAdding:c})})]}),I_=u("div")(({theme:e})=>({color:e.palette.text.secondary,fontSize:e.fontSizes.smallerBody,lineHeight:1.25,paddingBottom:e.spacing(1)})),M_=u("div")(({theme:e})=>({display:"flex",flexDirection:"column",marginTop:e.spacing(4),marginBottom:e.spacing(2),gap:e.spacing(2)})),A_=u(mh)(({theme:e})=>({width:"100%",backgroundColor:e.palette.background.paper,borderRadius:e.shape.borderRadius,border:`1px solid ${e.palette.divider}`,margin:0,padding:0})),F_=u(fh)(({theme:e})=>({borderBottom:`1px solid ${e.palette.divider}`,"&:last-child":{borderBottom:"none"},borderRight:0})),R_=({linkTemplates:e=[],setLinkTemplates:t})=>{const[n,i]=h.useState(!1),[c,s]=h.useState(!1),[o,l]=h.useState(null),d=g=>{l(g),s(!1),i(!0)},m=g=>{if(o!==null){const p=[...e];p[o]=g,t==null||t(p)}else t==null||t([...e,g]);f()},f=()=>{l(null),s(!1),i(!1)},v=g=>{const p=[...e];p.splice(g,1),t==null||t(p)};return a.jsxs(M_,{children:[a.jsxs(D,{display:"flex",alignItems:"center",gap:1,children:[a.jsx(I,{variant:"h4",children:"Project Link Templates"}),a.jsx(Y1,{title:a.jsx(D,{sx:g=>({fontWeight:g.typography.body1.fontWeight}),children:a.jsxs("p",{children:["Link templates can be automatically added to new feature flags. They can include placeholders like ",a.jsx("code",{children:"{{project}}"})," and",a.jsx("code",{children:"{{feature}}"})," that will be replaced with actual values."]})}),children:a.jsx(E1,{size:"small",sx:{ml:1},children:a.jsx(Mc,{fontSize:"small"})})})]}),a.jsx(I_,{children:a.jsx("p",{children:"Define link templates that can be automatically added to new feature flags in this project."})}),e.length>0?a.jsx(A_,{children:e.map((g,p)=>a.jsxs(F_,{children:[a.jsx(ie,{primary:g.title?a.jsx(b2,{children:g.title}):null,secondary:a.jsx(b2,{children:g.urlTemplate})}),a.jsxs(D,{sx:x=>({display:"flex",marginRight:x.spacing(-1)}),children:[a.jsx(E1,{edge:"end","aria-label":"edit",onClick:()=>d(p),sx:{margin:0},children:a.jsx(G3,{})}),a.jsx(E1,{edge:"end","aria-label":"delete",onClick:()=>v(p),sx:{margin:0},children:a.jsx(b3,{})})]})]},p))}):null,a.jsx(Z_,{open:n,onSave:m,onCancel:f,isAdding:c,template:o!==null?e[o]:void 0}),a.jsx(D,{display:"flex",justifyContent:"flex-start",children:a.jsx(a1,{startIcon:a.jsx(Je,{}),variant:"outlined",onClick:()=>{s(!0),i(!0)},children:"Add link template"})})]})},V_=u("form")(({theme:e})=>({height:"100%",paddingBottom:e.spacing(4)})),p7=u("div")(({theme:e})=>({color:e.palette.text.secondary,fontSize:e.fontSizes.smallerBody,lineHeight:1.25,paddingBottom:e.spacing(1)})),v7=u(_3)(({theme:e})=>({width:"100%",marginBottom:e.spacing(2),paddingRight:e.spacing(1)})),L_=u(se)(({theme:e})=>({width:"100%",marginBottom:e.spacing(2)})),N_=u("fieldset")(()=>({padding:0,border:"none"})),W_=u(Lr)(({theme:e})=>({marginBottom:e.spacing(2),minWidth:"200px"})),z_=u("div")(()=>({marginTop:"auto",display:"flex",justifyContent:"flex-end"})),B_=u("div")(({theme:e})=>({display:"flex",flexDirection:"column",alignItems:"flex-start",gap:e.spacing(1),"& > *":{width:"100%"}})),Y_=u("div")(({theme:e})=>({"p + p":{marginTop:e.spacing(1)}})),H_=({pattern:e,example:t,featureNamingPatternError:n})=>n||!t||!e?{state:"valid"}:t&&e?new RegExp(`^${e}$`).test(t)?{state:"valid"}:{state:"invalid",reason:"Example does not match regex"}:{state:"valid"},U_=()=>{const[e,t]=$e.useState(""),{trackEvent:n}=T1(),i="feature-naming-pattern";return{trackPattern:(s="")=>{s===e||(s===""&&e!==""?n(i,{props:{action:"removed"}}):s!==""&&e===""?n(i,{props:{action:"added"}}):s!==""&&e!==""&&n(i,{props:{action:"edited"}}))},setPreviousPattern:t}},k_=({children:e,handleSubmit:t,projectId:n,projectMode:i,featureNamingExample:c,featureNamingPattern:s,featureNamingDescription:o,linkTemplates:l=[],setFeatureNamingExample:d,setFeatureNamingPattern:m,setFeatureNamingDescription:f,setProjectMode:v,setLinkTemplates:g,errors:p})=>{const{setPreviousPattern:x,trackPattern:j}=U_(),y=[{key:"open",label:"open"},{key:"protected",label:"protected"},{key:"private",label:"private"}];h.useEffect(()=>{x(s||"")},[n]);const b=({example:$,pattern:Z})=>{const O=H_({pattern:Z,example:$,featureNamingPatternError:p.featureNamingPattern});switch(O.state){case"invalid":p.namingExample=O.reason;break;case"valid":delete p.namingExample;break}},S=$=>{if([" ","\\t","\\s","\\n","\\r","\\f","\\v"].some(O=>$.includes(O)))p.featureNamingPattern="Whitespace is not allowed in the expression";else try{new RegExp($),delete p.featureNamingPattern}catch{p.featureNamingPattern="Invalid regular expression"}m==null||m($),b({pattern:$,example:c||""})},C=$=>{d==null||d($),b({pattern:s||"",example:$})},T=$=>{f==null||f($)};return a.jsxs(V_,{onSubmit:$=>{t($),j(s)},children:[a.jsxs(a.Fragment,{children:[a.jsxs(D,{sx:{display:"flex",alignItems:"center",marginBottom:1,gap:1},children:[a.jsx("p",{children:"What is your project collaboration mode?"}),a.jsx(Rs,{})]}),a.jsx(W_,{id:"project-mode",value:i,label:"Project collaboration mode",name:"Project collaboration mode",onChange:$=>{v==null||v($.target.value)},options:y})]}),a.jsxs(N_,{children:[a.jsxs(D,{sx:{display:"flex",alignItems:"center",marginBottom:1,gap:1},children:[a.jsx("legend",{children:"Feature flag naming pattern"}),a.jsx($_,{})]}),a.jsx(p7,{children:a.jsxs(Y_,{id:"pattern-naming-description",children:[a.jsxs("p",{children:["Define a"," ",a.jsx("a",{href:"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_expressions/Cheatsheet",target:"_blank",rel:"noreferrer",children:"JavaScript RegEx"})," ","used to enforce feature flag names within this project. The regex will be surrounded by a leading"," ",a.jsx("code",{children:"^"})," and a trailing ",a.jsx("code",{children:"$"}),"."]}),a.jsx("p",{children:"Leave it empty if you don’t want to add a naming pattern."})]})}),a.jsxs(B_,{children:[a.jsx(v7,{label:"Naming Pattern",name:"feature flag naming pattern","aria-describedby":"pattern-naming-description",placeholder:"[A-Za-z]+.[A-Za-z]+.[A-Za-z0-9-]+",InputProps:{startAdornment:a.jsx(j8,{position:"start",children:"^"}),endAdornment:a.jsx(j8,{position:"end",children:"$"})},type:"text",value:s||"",error:!!p.featureNamingPattern,errorText:p.featureNamingPattern,onChange:$=>S($.target.value)}),a.jsx(p7,{children:a.jsx("p",{id:"pattern-additional-description",children:"The example and description will be shown to users when they create a new feature flag in this project."})}),a.jsx(v7,{label:"Naming Example",name:"feature flag naming example",type:"text","aria-describedby":"pattern-additional-description",value:c||"",placeholder:"dx.feature1.1-135",error:!!p.namingExample,errorText:p.namingExample,onChange:$=>C($.target.value)}),a.jsx(L_,{label:"Naming pattern description",name:"feature flag naming description",type:"text","aria-describedby":"pattern-additional-description",placeholder:`<project>.<featureName>.<ticket>
701
-
702
- The flag name should contain the project name, the feature name, and the ticket number, each separated by a dot.`,multiline:!0,minRows:5,value:o||"",onChange:$=>T($.target.value)})]}),a.jsx(R_,{linkTemplates:l||[],setLinkTemplates:g})]}),a.jsx(z_,{children:e})]})},q_=u("div")(({theme:e})=>({minHeight:0,borderRadius:e.spacing(2),width:"100%",display:"flex",margin:"0 auto",overflow:"hidden",[e.breakpoints.down(1100)]:{flexDirection:"column",minHeight:0}})),K_=u("div")(({theme:e})=>({borderTop:`1px solid ${e.palette.divider}`,paddingTop:e.spacing(4)})),G_="EDIT_PROJECT_SETTINGS_BTN",Q_=()=>{const[e,t]=$e.useState(""),{trackEvent:n}=T1(),i="project-mode";return{trackModePattern:s=>{s!==e&&n(i,{props:{mode:s,action:"updated"}})},setPreviousMode:t}},J_=({project:e})=>{var H,K,A;const{uiConfig:t}=p1(),{setToastData:n,setToastApiError:i}=$1(),c=e1("projectId"),{projectMode:s,featureNamingExample:o,featureNamingDescription:l,featureNamingPattern:d,linkTemplates:m,setFeatureNamingPattern:f,setFeatureNamingExample:v,setFeatureNamingDescription:g,setProjectMode:p,setLinkTemplates:x,getEnterpriseSettingsPayload:j,errors:y={},clearErrors:b}=D_(e.mode,((H=e==null?void 0:e.featureNaming)==null?void 0:H.pattern)||void 0,((K=e==null?void 0:e.featureNaming)==null?void 0:K.example)||void 0,((A=e==null?void 0:e.featureNaming)==null?void 0:A.description)||void 0,(e==null?void 0:e.linkTemplates)||[]),S=()=>`curl --location --request PUT '${t.unleashUrl}/api/admin/projects/${c}/settings' \\
703
- --header 'Authorization: INSERT_API_KEY' \\
704
- --header 'Content-Type: application/json' \\
705
- --data-raw '${JSON.stringify(j(),void 0,2)}'`,{refetch:C}=X1(c),{editProjectSettings:T,loading:$}=Ge(),Z=()=>{const[Y,W]=$e.useState(""),{trackEvent:E}=T1(),w="feature-naming-pattern";return{trackPattern:(F="")=>{F===Y||(F===""&&Y!==""?E(w,{props:{action:"removed"}}):F!==""&&Y===""?E(w,{props:{action:"added"}}):F!==""&&Y!==""&&E(w,{props:{action:"edited"}}))},setPreviousPattern:W}},{setPreviousPattern:O,trackPattern:N}=Z(),{setPreviousMode:z,trackModePattern:V}=Q_(),M=async Y=>{Y.preventDefault();const W=j();try{await T(c,W),C(),n({text:"Project information updated",type:"success"}),N(d),V(s)}catch(E){i(_1(E))}};return h.useEffect(()=>{O(d||""),z(s)},[e]),a.jsx(q_,{children:a.jsx(Qe,{loading:$,title:"Enterprise Settings",description:"",documentationLink:"https://docs.getunleash.io/reference/projects",documentationLinkLabel:"Projects documentation",formatApiCode:S,compactPadding:!0,compact:!0,showDescription:!1,showLink:!1,children:a.jsx(K_,{children:a.jsx(k_,{projectId:c,projectMode:s,featureNamingPattern:d,featureNamingExample:o,featureNamingDescription:l,linkTemplates:m,setFeatureNamingPattern:f,setFeatureNamingExample:v,setFeatureNamingDescription:g,setProjectMode:p,setLinkTemplates:x,handleSubmit:M,errors:y,clearErrors:b,children:a.jsx(y3,{type:"submit",permission:G1,projectId:c,"data-testid":G_,children:"Save changes"})})})})})},X_=()=>a.jsx(R0,{htmlTooltip:!0,tooltip:a.jsx(D,{children:"Enforce an upper limit of the number of feature flags that may be created for this project. You can create unlimited feature flag if there is no limit set."})}),ew="PROJECT_STICKINESS_SELECT",tw="PROJECT_ID_INPUT",nw="PROJECT_NAME_INPUT",aw="PROJECT_DESCRIPTION_INPUT",rw=u("form")(({theme:e})=>({height:"100%",paddingBottom:e.spacing(1)})),t2=u("p")(({theme:e})=>({marginBottom:e.spacing(1),marginRight:e.spacing(1)})),iw=u(Lr)(({theme:e})=>({marginBottom:e.spacing(2),minWidth:"200px"})),cw=u("div")(({theme:e})=>({color:e.palette.text.secondary,fontSize:e.fontSizes.smallerBody,lineHeight:1.25,paddingBottom:e.spacing(1)})),nr=u(_3)(({theme:e})=>({width:"100%",marginBottom:e.spacing(2),paddingRight:e.spacing(1)})),sw=u(se)(({theme:e})=>({width:"100%",marginBottom:e.spacing(2)})),ow=u("div")(()=>({marginTop:"auto",display:"flex",justifyContent:"flex-end"})),lw=u("div")(()=>({display:"flex",alignItems:"center"})),dw=({children:e,handleSubmit:t,projectId:n,projectName:i,projectDesc:c,projectStickiness:s,featureLimit:o,featureCount:l,projectMode:d,setProjectMode:m,setProjectId:f,setProjectName:v,setProjectDesc:g,setProjectStickiness:p,setFeatureLimit:x,errors:j,mode:y,validateProjectId:b,clearErrors:S})=>{const{isEnterprise:C}=p1(),T=[{key:"open",label:"open"},{key:"protected",label:"protected"},{key:"private",label:"private"}];return a.jsxs(rw,{onSubmit:$=>{t($)},children:[a.jsx(t2,{children:"What is your project Id?"}),a.jsx(nr,{label:"Project Id",value:n,onChange:$=>f(ph($.target.value)),error:!!j.id,errorText:j.id,onFocus:()=>S(),onBlur:b,disabled:y==="Edit","data-testid":tw,autoFocus:!0,required:!0}),a.jsx(t2,{children:"What is your project name?"}),a.jsx(nr,{label:"Project name",value:i,onChange:$=>v($.target.value),error:!!j.name,errorText:j.name,onFocus:()=>{delete j.name},"data-testid":nw,required:!0}),a.jsx(t2,{children:"What is your project description?"}),a.jsx(sw,{label:"Project description",variant:"outlined",multiline:!0,maxRows:4,value:c,onChange:$=>g($.target.value),"data-testid":aw}),a.jsx(R,{condition:p!=null,show:a.jsxs(a.Fragment,{children:[a.jsx(t2,{children:"What is the default stickiness for the project?"}),a.jsx(vh,{label:"Stickiness",value:s,"data-testid":ew,onChange:$=>p==null?void 0:p($.target.value),editable:!0})]})}),a.jsx(R,{condition:y==="Edit",show:()=>a.jsxs(a.Fragment,{children:[a.jsxs(D,{sx:{display:"flex",alignItems:"center",marginBottom:1,gap:1},children:[a.jsx("p",{children:"Feature flag limit?"}),a.jsx(X_,{})]}),a.jsx(cw,{children:"Leave it empty if you don’t want to add a limit"}),a.jsxs(lw,{children:[a.jsx(nr,{label:"Limit",name:"value",type:"number",value:o==="null"||o===void 0?"":o,onChange:$=>x($.target.value)}),a.jsx(R,{condition:l!==void 0&&!!o,show:a.jsxs(D,{children:["(",l," of ",o," used)"]})})]})]})}),a.jsx(R,{condition:y==="Create"&&C(),show:a.jsxs(a.Fragment,{children:[a.jsxs(D,{sx:{display:"flex",alignItems:"center",marginBottom:1,gap:1},children:[a.jsx("p",{children:"What is your project collaboration mode?"}),a.jsx(Rs,{})]}),a.jsx(iw,{id:"project-mode",value:d,label:"Project collaboration mode",name:"Project collaboration mode",onChange:$=>{m==null||m($.target.value)},options:T})]})}),a.jsx(ow,{children:e})]})},uw=u("div")(({theme:e})=>({minHeight:0,borderRadius:e.spacing(2),width:"100%",display:"flex",margin:"0 auto",overflow:"hidden",[e.breakpoints.down(1100)]:{flexDirection:"column",minHeight:0}})),hw=u("div")(({theme:e})=>({borderTop:`1px solid ${e.palette.divider}`,paddingTop:e.spacing(4)})),mw="EDIT_PROJECT_BTN",fw=({project:e})=>{const t=e1("projectId"),{uiConfig:n}=p1(),{setToastData:i,setToastApiError:c}=$1(),{defaultStickiness:s}=gh(t),{trackEvent:o}=T1(),{projectId:l,projectName:d,projectDesc:m,projectStickiness:f,featureLimit:v,setFeatureLimit:g,setProjectId:p,setProjectName:x,setProjectDesc:j,setProjectStickiness:y,getEditProjectPayload:b,clearErrors:S,validateProjectId:C,validateName:T,errors:$}=xh(t,e.name,e.description||void 0,s,String(e.featureLimit)),{editProject:Z,loading:O}=Ge(),{refetch:N}=X1(t),z=()=>`curl --location --request PUT '${n.unleashUrl}/api/admin/projects/${t}' \\
706
- --header 'Authorization: INSERT_API_KEY' \\
707
- --header 'Content-Type: application/json' \\
708
- --data-raw '${JSON.stringify(b(),void 0,2)}'`,V=async M=>{M.preventDefault();const H=b();if(T())try{await Z(t,H),N(),i({text:"Project information updated",type:"success"}),f!==bh&&o("project_stickiness_set")}catch(A){c(_1(A))}};return a.jsx(uw,{children:a.jsx(Qe,{loading:O,title:"General settings",description:"Projects allow you to group feature flags together in the management UI.",documentationLink:"https://docs.getunleash.io/reference/projects#update-a-project",documentationLinkLabel:"Projects documentation",formatApiCode:z,compactPadding:!0,compact:!0,children:a.jsx(hw,{children:a.jsx(dw,{errors:$,handleSubmit:V,projectId:l,setProjectId:p,projectName:d,setProjectName:x,projectStickiness:f,setProjectStickiness:y,setFeatureLimit:g,featureLimit:v,projectDesc:m,setProjectDesc:j,mode:"Edit",clearErrors:S,validateProjectId:C,children:a.jsx(y3,{type:"submit",permission:[G1,Ac],projectId:l,"data-testid":mw,children:"Save changes"})})})})})},pw=({open:e,onClose:t,project:n,onSuccess:i})=>{const{archiveProject:c}=Ge(),{refetch:s}=rc(),{setToastData:o,setToastApiError:l}=$1(),d=async m=>{m.preventDefault();try{await c(n),s(),o({text:"Project archived",type:"success"}),i==null||i()}catch(f){l(_1(f))}t(m)};return a.jsx(le,{open:e,onClick:d,onClose:t,title:"Are you sure?",children:a.jsx(I,{children:"The project will be moved to the projects archive, where it can either be revived or permanently deleted."})})},vw=u("div")(({theme:e})=>({display:"flex",flexDirection:"column",borderTop:`1px solid ${e.palette.divider}`,paddingTop:e.spacing(4),gap:e.spacing(2)})),gw=u("div")(({theme:e})=>({display:"flex",justifyContent:"flex-end",paddingTop:e.spacing(3)})),xw=({projectId:e,featureCount:t})=>{const[n,i]=h.useState(!1),c=te(),s=t>0;return a.jsxs(vw,{children:[a.jsx("p",{children:"Before you can archive a project, you must first archive all of the feature flags associated with it."}),a.jsx(R,{condition:t>0,show:a.jsxs("p",{children:["Currently there ",t<=1?"is":"are"," ",a.jsx(ce,{component:g1,to:"../..",children:a.jsxs("strong",{children:[t," active feature"," ",t===1?"flag":"flags","."]})})]})}),a.jsx(gw,{children:a.jsx(y3,{permission:jh,disabled:s,projectId:e,onClick:()=>{i(!0)},tooltipProps:{title:"Archive project"},"data-loading":!0,children:"Archive project"})}),a.jsx(pw,{project:e,open:n,onClose:()=>{i(!1)},onSuccess:()=>{c("/projects")}})]})},bw=u("div")(({theme:e})=>({borderRadius:e.spacing(2),overflow:"hidden"})),jw=({featureCount:e})=>{const t=e1("projectId"),{uiConfig:n}=p1(),{loading:i}=Ge(),c=()=>`curl --location --request POST '${n.unleashUrl}/api/admin/projects/archive/${t}' \\
709
- --header 'Authorization: INSERT_API_KEY'`;return a.jsx(bw,{children:a.jsx(Qe,{loading:i,title:"Archive project",description:"",documentationLink:"https://docs.getunleash.io/reference/projects",documentationLinkLabel:"Projects documentation",formatApiCode:c,compact:!0,compactPadding:!0,showDescription:!1,showLink:!1,children:a.jsx(xw,{projectId:t,featureCount:e})})})},yw=u("div")(({theme:e})=>({display:"flex",flexDirection:"column",gap:e.spacing(2)})),_w=()=>{const{isEnterprise:e}=p1(),{hasAccess:t}=h.useContext(Ee),n=e1("projectId"),{project:i}=X1(n);if(!i.name)return null;const c=!t([G1,Ac],n)&&a.jsx(Z1,{severity:"error",sx:{mb:4},children:"You do not have the required permissions to edit this project."});return a.jsxs(a.Fragment,{children:[c,a.jsxs(yw,{children:[a.jsx(fw,{project:i}),a.jsx(R,{condition:e(),show:a.jsx(J_,{project:i})}),a.jsx(jw,{featureCount:ac(i)??0})]})]})},ww=()=>{const e=e1("projectId"),t=je(e),{hasAccess:n}=h.useContext(Ee),{isOss:i}=p1();return pe(`Project configuration – ${t}`),i()?a.jsx(R1,{header:a.jsx(S1,{title:"General settings"}),sx:{justifyContent:"center"},children:a.jsx(A0,{feature:"project-settings"})}):n([G1,yh],e)?a.jsx(_w,{}):a.jsx(R1,{header:a.jsx(S1,{title:"General settings"}),children:a.jsx(Z1,{severity:"error",children:"You need project owner permissions to access this section."})})},Sw={actions:[]},Z5=e=>{const{isEnterprise:t}=p1(),n=W3("automatedActions"),{data:i,error:c,mutate:s}=Qr(t()&&n,Sw,N1(`api/admin/projects/${e}/actions`),Ow);return h.useMemo(()=>({actions:(i==null?void 0:i.actions)??[],loading:!c&&!i,refetch:()=>s(),error:c}),[i,c,s])},Ow=e=>fetch(e).then(ne("Actions")).then(t=>t.json()),Vs=e=>{const{loading:t,makeRequest:n,createRequest:i,errors:c}=L2({propagateErrors:!0}),s=`api/admin/projects/${e}/actions`,o=async g=>{const x=i(s,{method:"POST",body:JSON.stringify(g)},"addActionSet");return(await n(x.caller,x.id)).json()},l=async(g,p)=>{const j=i(`${s}/${g}`,{method:"PUT",body:JSON.stringify(p)},"updateActionSet");await n(j.caller,j.id)},d=async g=>{const x=i(`${s}/${g}/on`,{method:"POST"},"enableActionSet");await n(x.caller,x.id)},m=async g=>{const x=i(`${s}/${g}/off`,{method:"POST"},"disableActionSet");await n(x.caller,x.id)};return{addActionSet:o,updateActionSet:l,removeActionSet:async g=>{const x=i(`${s}/${g}`,{method:"DELETE"},"removeActionSet");await n(x.caller,x.id)},toggleActionSet:async(g,p)=>{p?await d(g):await m(g)},errors:c,loading:t}},Cw=u(D)({display:"flex",alignItems:"center"}),Dw=u(x3)(({theme:e})=>({background:"transparent",borderRadius:e.shape.borderRadius,overflow:"hidden",width:e.spacing(3),height:e.spacing(3),fontSize:e.fontSizes.mainHeader})),$w=u(ce)(({theme:e})=>({..._h(e),"&:hover, &:focus":{textDecoration:"underline"}})),Tw=({action:e,signalEndpoints:t})=>{const{sourceId:n,source:i}=e.match;if(i==="signal-endpoint"){const c=t.find(({id:s})=>s===n);if(c)return a.jsx(w1,{children:a.jsxs(Cw,{children:[a.jsx(I3,{title:"Signal endpoint",arrow:!0,children:a.jsx(Dw,{src:S0(wh),alt:"Signal endpoint",variant:"rounded"})}),a.jsx($w,{component:g1,to:"/integrations/signals",underline:"hover",children:c.name})]})})}return a.jsx(w1,{children:"No source"})},Pw=u(I)(({theme:e})=>({fontSize:e.fontSizes.smallerBody})),Ew=({action:e})=>{const{payload:t}=e.match,n=Object.entries(t);return n.length===0?a.jsx(w1,{children:"0 filters"}):a.jsx(w1,{children:a.jsx(Q3,{tooltipProps:{maxWidth:500},tooltip:a.jsx(a.Fragment,{children:n.map(([i,{inverted:c,operator:s,caseInsensitive:o,value:l,values:d}])=>{const m=_r(s),f=c?a.jsxs(a.Fragment,{children:["is ",a.jsx("u",{children:"not"})," ",m.substring(2)]}):m;return a.jsxs(Pw,{children:[a.jsx("strong",{children:i})," ",f,o?" (case insensitive)":"",": ",a.jsx("strong",{children:d?d.join(", "):l})]},i)})}),children:n.length===1?"1 filter":`${n.length} filters`})})},Zw=({action:e,serviceAccounts:t})=>{const{actorId:n}=e,i=t.find(({id:c})=>c===n);return i?a.jsx(F0,{to:"/admin/service-accounts",title:i.name,subtitle:i.username}):a.jsx(w1,{children:"No service account"})},Iw=async e=>{const t=await fetch(e);return await ne("Action events")(t),t.json()},Ls=(e,t,n=50,i={})=>{var S;const{isEnterprise:c}=p1(),s=W3("automatedActions"),o=(C,T)=>!e||!t||!c||!s||T&&!T.actionSetEvents.length?null:N1(`api/admin/projects/${t}/actions/${e}/events?limit=${n}&offset=${C*n}`),{data:l,error:d,size:m,setSize:f,mutate:v}=Sh(o,Iw,{...i,revalidateAll:!0}),g=l?l.flatMap(({actionSetEvents:C})=>C):[],p=!l&&!d,x=m>0&&!(l!=null&&l[m-1]),j=p||x,y=((S=l==null?void 0:l[m-1])==null?void 0:S.actionSetEvents.length)===n;return{actionEvents:g,hasMore:y,loadMore:()=>{j||!y||f(m+1)},loading:j,refetch:()=>v(),error:d}},Mw=u("div",{shouldForwardProp:e=>e!=="state"})(({theme:e,state:t})=>({padding:e.spacing(2),border:`1px solid ${e.palette.divider}`,borderRadius:e.shape.borderRadiusMedium,...t==="not started"&&{backgroundColor:e.palette.background.elevation1}})),Aw=u("div")({display:"flex",flexDirection:"column"}),Fw=u("div")({display:"flex",justifyContent:"space-between",alignItems:"center",width:"100%"}),Rw=u("div")(({theme:e})=>({display:"flex",alignItems:"center",fontSize:e.fontSizes.smallBody,gap:e.spacing(2)})),Vw=u(G2)(({theme:e})=>({color:e.palette.success.main}));u(Jr)(({theme:e})=>({color:e.palette.error.main}));const Lw=u(Z1)(({theme:e})=>({marginTop:e.spacing(2),fontSize:"inherit"})),Nw=u(V3)(({theme:e})=>({margin:e.spacing(2,0)})),Ww=u("div")(({theme:e})=>({fontSize:e.fontSizes.smallBody})),zw=u("p")(({theme:e})=>({fontWeight:e.fontWeight.bold,marginBottom:e.spacing(.5)})),Bw=u("span")(({theme:e})=>({color:e.palette.text.secondary})),Yw=({action:{state:e,details:t,action:n,executionParams:i},children:c})=>{const s=e==="success"?a.jsx(Vw,{}):e==="started"?a.jsx(Xr,{size:20}):e==="not started"?a.jsx("span",{children:"Not started"}):null;return a.jsxs(Mw,{state:e,children:[a.jsxs(Aw,{children:[a.jsxs(Fw,{children:[a.jsx("div",{children:c}),a.jsx(Rw,{children:s})]}),a.jsx(R,{condition:!!t,show:a.jsx(Lw,{severity:"error",children:t})})]}),a.jsx(Nw,{}),a.jsxs(Ww,{children:[a.jsx(zw,{children:n}),Object.entries(i).map(([o,l])=>a.jsxs("div",{children:[a.jsxs(Bw,{children:[o,":"]})," ",l]},o))]})]})},Hw=h.lazy(()=>Fc(()=>import("./ReactJSONEditor-DZ9l5V9S.js"),[])),Uw=u(Kr)(({theme:e})=>({boxShadow:"none",border:`1px solid ${e.palette.divider}`,borderRadius:e.shape.borderRadiusMedium,"&:before":{display:"none"}})),kw=u(Rc)({lineHeight:"1.5rem"}),qw=u(g1)(({theme:e})=>({marginLeft:e.spacing(1)})),Kw=({signal:e})=>{const{signalEndpoints:t}=e5(),n=h.useMemo(()=>{const i=t.find(({id:c})=>c===e.sourceId);return i==null?void 0:i.name},[t,e.sourceId]);return a.jsxs(Uw,{children:[a.jsxs(kw,{expandIcon:a.jsx(E1,{children:a.jsx(Oh,{titleAccess:"Toggle"})}),children:["Signal endpoint:",a.jsx(qw,{to:"/integrations/signals",children:n})]}),a.jsx(Gr,{children:a.jsx(h.Suspense,{fallback:null,children:a.jsx(Hw,{content:{json:e.payload},readOnly:!0,statusBar:!1,editorStyle:"sidePanel"})})})]})},Gw=({signal:e})=>{const{source:t}=e;return t==="signal-endpoint"?a.jsx(Kw,{signal:e}):null},Qw=u("div")(({theme:e})=>({display:"flex",flexDirection:"column",gap:e.spacing(2),padding:e.spacing(2)})),Jw=u(Z1)({fontSize:"inherit"}),Ns=({state:e,actionSet:{actions:t},signal:n})=>{const i=e==="failed"?`${t.filter(({state:c})=>c!=="success").length} out of ${t.length} actions were not successfully executed`:"All actions were successfully executed";return a.jsxs(Qw,{children:[a.jsx(Jw,{severity:e==="failed"?"error":"success",icon:e==="success"?a.jsx(G2,{}):void 0,children:i}),a.jsx(Gw,{signal:n}),t.map((c,s)=>a.jsxs(Yw,{action:c,children:["Action ",s+1]},c.id))]})},Xw=u(Q3)(({theme:e})=>({display:"flex",alignItems:"center"})),eS=u("div")(({theme:e})=>({display:"flex",justifyContent:"space-between",alignItems:"center",margin:e.spacing(0,2),marginTop:e.spacing(2)})),tS=u("span")(({theme:e})=>({fontSize:e.fontSizes.bodySize})),nS=u(G2)(({theme:e})=>({color:e.palette.success.main})),aS=u(Jr)(({theme:e})=>({color:e.palette.error.main})),rS=({action:e})=>{const{id:t,project:n}=e,{actionEvents:i}=Ls(t,n,1,{refreshInterval:5e3}),{locationSettings:c}=K3();if(i.length===0)return null;const s=i[0],o=s.state==="success"?a.jsx(nS,{}):s.state==="failed"?a.jsx(aS,{}):a.jsx(Xr,{size:20});return a.jsx(Xw,{tooltipProps:{maxWidth:500,maxHeight:600},tooltip:a.jsxs(a.Fragment,{children:[a.jsxs(eS,{children:[a.jsx(tS,{children:"Last event"}),a.jsx("span",{children:Z0(s.createdAt,c==null?void 0:c.locale)})]}),a.jsx(Ns,{...s})]}),children:o})},iS=u("div")(({theme:e})=>({display:"flex",alignItems:"center",gap:e.spacing(1),padding:e.spacing(2)})),cS=u("div")(({theme:e})=>({display:"flex",flexDirection:"column",gap:e.spacing(1),fontSize:e.fontSizes.smallerBody})),sS=u("ul")(({theme:e})=>({listStyle:"none",paddingLeft:e.spacing(1),margin:0})),oS=({action:e,onCreateAction:t})=>{const{actions:n}=e;return n.length===0?t?a.jsx(F0,{title:"Create action",onClick:t}):a.jsx(w1,{children:"0 actions"}):a.jsxs(iS,{children:[a.jsx(rS,{action:e}),a.jsx(Q3,{tooltip:a.jsx(cS,{children:n.map(({id:i,action:c,executionParams:s})=>a.jsxs("div",{children:[a.jsx("strong",{children:c}),a.jsx(sS,{children:Object.entries(s).map(([o,l])=>a.jsxs("li",{children:[a.jsx("strong",{children:o}),":"," ",l]},o))})]},i))}),children:n.length===1?"1 action":`${n.length} actions`})]})},lS=u(D)({display:"flex",justifyContent:"center"}),dS=({actionId:e,onOpenEvents:t,onEdit:n,onDelete:i})=>{const[c,s]=h.useState(null),o=!!c,l=v=>{s(v.currentTarget)},d=()=>{s(null)},m=`action-${e}-actions`,f=`${m}-menu`;return a.jsxs(lS,{children:[a.jsx(Y1,{title:"Action actions",arrow:!0,describeChild:!0,children:a.jsx(E1,{id:m,"data-loading":!0,"aria-controls":o?f:void 0,"aria-haspopup":"true","aria-expanded":o?"true":void 0,onClick:l,type:"button",children:a.jsx(Ir,{})})}),a.jsx(D0,{id:f,anchorEl:c,open:o,onClose:d,onClick:d,transformOrigin:{horizontal:"right",vertical:"top"},anchorOrigin:{horizontal:"right",vertical:"bottom"},disableScrollLock:!0,PaperProps:{sx:v=>({borderRadius:`${v.shape.borderRadius}px`,padding:v.spacing(1,1.5)})},children:a.jsxs($0,{"aria-labelledby":m,children:[a.jsx(he,{permission:d2,children:({hasAccess:v})=>a.jsxs(re,{sx:f3,onClick:t,disabled:!v,children:[a.jsx(ue,{children:a.jsx(Ch,{})}),a.jsx(ie,{children:a.jsx(I,{variant:"body2",children:"View events"})})]})}),a.jsx(he,{permission:d2,children:({hasAccess:v})=>a.jsxs(re,{sx:f3,onClick:n,disabled:!v,children:[a.jsx(ue,{children:a.jsx(G3,{})}),a.jsx(ie,{children:a.jsx(I,{variant:"body2",children:"Edit"})})]})}),a.jsx(he,{permission:d2,children:({hasAccess:v})=>a.jsxs(re,{sx:f3,onClick:i,disabled:!v,children:[a.jsx(ue,{children:a.jsx(b3,{})}),a.jsx(ie,{children:a.jsx(I,{variant:"body2",children:"Remove"})})]})})]})})]})},uS=u("div")(({theme:e})=>({marginTop:e.spacing(1),position:"relative"})),hS=u("div")(({theme:e})=>({padding:e.spacing(.75,1),fontSize:e.fontSizes.smallerBody,backgroundColor:e.palette.seen.primary,borderRadius:e.shape.borderRadius,position:"absolute",zIndex:e.zIndex.fab,top:e.spacing(-2),left:e.spacing(2),lineHeight:1})),mS=u("div")(({theme:e})=>({display:"flex",flexDirection:"column",backgroundColor:e.palette.background.default,border:`1px solid ${e.palette.divider}`,padding:e.spacing(2),paddingTop:e.spacing(1),borderRadius:e.shape.borderRadiusMedium})),Ws=u("div")({display:"flex",alignItems:"center"}),fS=u(Ws)(({theme:e})=>({justifyContent:"space-between",marginBottom:e.spacing(1)})),zs=({index:e,header:t,separator:n="AND",children:i})=>a.jsxs(uS,{children:[a.jsx(R,{condition:e>0,show:a.jsx(hS,{children:n})}),a.jsxs(mS,{children:[a.jsx(fS,{children:t}),a.jsx(Ws,{children:i})]})]}),pS=e=>h.createElement("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},h.createElement("path",{d:"M5 18C5 18.55 5.45 19 6 19H18C18.55 19 19 18.55 19 18C19 17.45 18.55 17 18 17H6C5.45 17 5 17.45 5 18ZM9.5 12.8H14.5L15.16 14.4C15.31 14.76 15.66 15 16.05 15C16.74 15 17.2 14.29 16.93 13.66L13.05 4.69C12.87 4.27 12.46 4 12 4C11.54 4 11.13 4.27 10.95 4.69L7.07 13.66C6.8 14.29 7.27 15 7.96 15C8.35 15 8.7 14.76 8.85 14.4L9.5 12.8ZM12 5.98L13.87 11H10.13L12 5.98Z"})),vS=e=>h.createElement("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},h.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4.10831 2.60839C3.71687 2.23054 3.09322 2.23475 2.70696 2.62102C2.31643 3.01154 2.31643 3.64471 2.70696 4.03523L8.65871 9.98698L7.07 13.6598C6.8 14.2898 7.27 14.9998 7.96 14.9998C8.35 14.9998 8.7 14.7598 8.85 14.3998L9.5 12.7998H11.4716L15.6716 16.9998H6C5.45 16.9998 5 17.4498 5 17.9998C5 18.5498 5.45 18.9998 6 18.9998H17.6716L19.6775 21.0058C20.068 21.3963 20.7012 21.3963 21.0917 21.0058C21.478 20.6195 21.4822 19.9959 21.1044 19.6044C21.1001 19.6003 21.0958 19.5961 21.0916 19.5919L4.12102 2.62132C4.11674 2.61704 4.1125 2.61273 4.10831 2.60839ZM16.1235 11.7954L13.05 4.68985C12.87 4.26985 12.46 3.99985 12 3.99985C11.54 3.99985 11.13 4.26985 10.95 4.68985L10.3666 6.03851L11.5408 7.21265L12 5.97985L13.0045 8.67635L16.1235 11.7954Z"})),Bs=Vc(E1)(({theme:e})=>({width:"28px",minWidth:"28px",maxWidth:"28px",height:"auto",backgroundColor:e.palette.background.paper,borderRadius:e.shape.borderRadius,padding:"0 1px 0",marginRight:"1rem","&:hover":{background:e.palette.background.application},[e.breakpoints.between(1101,1365)]:{marginRight:"0.5rem",alignItems:"center"}})),Ys=Vc(E1)(({theme:e})=>({width:"28px",minWidth:"28px",maxWidth:"28px",color:e.palette.primary.contrastText,backgroundColor:e.palette.primary.main,borderRadius:e.shape.borderRadius,marginRight:"1rem",padding:"0 1px 0","&:hover":{color:e.palette.primary.contrastText,backgroundColor:e.palette.primary.main},[e.breakpoints.between(1101,1365)]:{marginRight:"0.5rem",alignItems:"center"}})),gS=({localConstraint:e,setCaseInsensitive:t})=>a.jsx(Y1,{title:e.caseInsensitive?"Make it case sensitive":"Make it case insensitive",arrow:!0,children:a.jsx(D,{sx:{display:"flex",alignItems:"stretch"},children:a.jsx(R,{condition:!!e.caseInsensitive,show:a.jsx(Bs,{onClick:t,disableRipple:!0,children:a.jsx(vS,{})}),elseShow:a.jsx(Ys,{className:"operator-is-active",onClick:t,disableRipple:!0,children:a.jsx(pS,{})})})})}),xS=e=>h.createElement("svg",{width:24,height:10,viewBox:"0 0 24 10",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},h.createElement("path",{d:"M20.9238 0.46875V9H19.1719V0.46875H20.9238ZM23.5488 0.46875V1.8457H16.5879V0.46875H23.5488Z"}),h.createElement("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"}),h.createElement("path",{d:"M7.70508 0.46875V9H5.94727L2.51953 3.28125V9H0.761719V0.46875H2.51953L5.95312 6.19336V0.46875H7.70508Z"})),bS=e=>h.createElement("svg",{width:24,height:36,viewBox:"25 12 24 30",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},h.createElement("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"})),jS=({localConstraint:e,setInvertedOperator:t})=>a.jsx(Y1,{title:e.inverted?"Remove negation":"Negate operator",arrow:!0,children:a.jsx(D,{sx:{display:"flex",alignItems:"stretch"},children:a.jsx(R,{condition:!!e.inverted,show:a.jsx(Ys,{className:"operator-is-active",onClick:t,disableRipple:!0,children:a.jsx(xS,{})}),elseShow:a.jsx(Bs,{onClick:t,disableRipple:!0,children:a.jsx(bS,{})})})})}),yS=u("h3")(({theme:e})=>({fontSize:e.fontSizes.bodySize,fontWeight:e.typography.fontWeightRegular})),Hs=({children:e,...t})=>a.jsx(yS,{...t,children:e}),Us=Hr()(e=>({valueChip:{margin:"0 0.5rem 0.5rem 0"},chipValue:{whiteSpace:"pre"},inputContainer:{display:"flex",alignItems:"center",[e.breakpoints.down(700)]:{flexDirection:"column",alignItems:"flex-start"}},inputInnerContainer:{minWidth:"300px",[e.breakpoints.down(700)]:{minWidth:"100%"}},input:{width:"100%",margin:"1rem 0"},button:{marginLeft:"1rem",[e.breakpoints.down(700)]:{marginLeft:0,marginBottom:"0.5rem"}},valuesContainer:{marginTop:"1rem"}})),_S=u(D)(({theme:e})=>({"&:has(*)":{marginTop:e.spacing(2)}})),wS="Enter",g7=({values:e,removeValue:t,setValues:n,error:i,setError:c})=>{const[s,o]=h.useState(""),{classes:l}=Us(),{uiConfig:d,loading:m}=p1(),f=d.resourceLimits.constraintValues,v=p=>{p.key===wS&&(p.preventDefault(),g())},g=()=>{const p=OS([...e,...Th(s)]);p.length>f?c(`constraints cannot have more than ${f} values`):p.length===0?c("values cannot be empty"):p.some(j=>j.length>100)?c("values cannot be longer than 100 characters"):(c(""),o(""),n(p))};return a.jsxs(a.Fragment,{children:[a.jsx(Hs,{style:{marginBottom:0},children:"Set values (maximum 100 char length per value)"}),a.jsxs("div",{className:l.inputContainer,children:[a.jsx("div",{className:l.inputInnerContainer,children:a.jsx(_3,{onKeyPress:v,label:"Values",name:"values",value:s,onFocus:()=>{c("")},onChange:p=>o(p.target.value),placeholder:"value1, value2, value3...",className:l.input,error:!!i,errorText:i,"data-testid":"CONSTRAINT_VALUES_INPUT"})}),a.jsx(a1,{className:l.button,variant:"outlined",color:"primary",onClick:g,"data-testid":"CONSTRAINT_VALUES_ADD_BUTTON",disabled:m,children:"Add values"})]}),a.jsx("div",{className:l.valuesContainer,children:a.jsx(SS,{values:e,removeValue:t})}),a.jsx(_S,{children:a.jsx(ic,{name:"single constraint values",shortName:"values",currentValue:e.length,limit:f})})]})},SS=({values:e,removeValue:t})=>{const{classes:n}=Us();return a.jsx(a.Fragment,{children:e.map((i,c)=>a.jsx(Dh,{label:a.jsx($h,{text:i,maxLength:35,maxWidth:"100",className:n.chipValue}),onDelete:()=>t(c),className:n.valueChip,"data-testid":"CONSTRAINT_VALUES_CHIP"},`${i}-${c}`))})},OS=e=>Array.from(new Set(e)),CS=Hr()(e=>({singleValueContainer:{maxWidth:"300px",marginTop:"-1rem"},singleValueInput:{width:"100%",margin:"1rem 0"}})),x7=({setValue:e,value:t,type:n,error:i,setError:c})=>{const{classes:s}=CS();return a.jsxs(a.Fragment,{children:[a.jsxs(Hs,{children:["Add a single ",n.toLowerCase()," value"]}),a.jsx("div",{className:s.singleValueContainer,children:a.jsx(_3,{label:n,name:"value",value:t||"",onChange:o=>{c(""),e(o.target.value.trim())},onFocus:()=>c(""),placeholder:`Enter a single ${n} value`,className:s.singleValueInput,error:!!i,errorText:i})})]})},DS=({operator:e,localConstraint:t,setValue:n,setValues:i,setError:c,removeValue:s,error:o})=>{if(Ph(e))return a.jsx(g7,{values:t.values||[],removeValue:s,setValues:i,error:o,setError:c});if(wr(e))return a.jsx(g7,{values:t.values||[],removeValue:s,setValues:i,error:o,setError:c});if(Eh(e))return a.jsx(x7,{setValue:n,value:t.value,type:"number",error:o,setError:c});if(Zh(e))return a.jsx(x7,{setValue:n,value:t.value,type:"semver",error:o,setError:c})},$S=u("div")(({theme:e})=>({lineHeight:1.1,marginTop:-2,marginBottom:-10})),b7=u("div")(({theme:e})=>({fontSize:e.fontSizes.smallBody})),j7=u("div")(({theme:e})=>({fontSize:e.fontSizes.smallerBody,color:e.palette.neutral.main,overflow:"hidden",whiteSpace:"nowrap",textOverflow:"ellipsis"})),TS=u(Ih)(({theme:e})=>({[e.breakpoints.between(1101,1365)]:{width:"170px",marginRight:e.spacing(.5)}})),PS=u(re,{shouldForwardProp:e=>e!=="separator"})(({theme:e,separator:t})=>t?{position:"relative",overflow:"visible",marginTop:e.spacing(2),"&:before":{content:'""',display:"block",position:"absolute",top:e.spacing(-1),left:0,right:0,borderTop:"1px solid",borderTopColor:e.palette.divider}}:{}),ES=u("div")(({theme:e})=>({lineHeight:1.2})),ZS=({options:e,value:t,onChange:n})=>{const[i,c]=h.useState(!1),s=l=>{n(l.target.value)},o=()=>a.jsxs($S,{children:[a.jsx(b7,{children:t}),a.jsx(j7,{children:_r(t)})]});return a.jsxs(TS,{variant:"outlined",size:"small",fullWidth:!0,children:[a.jsx(Mh,{htmlFor:"operator-select",children:"Operator"}),a.jsx(Ah,{id:"operator-select",name:"operator",label:"Operator",value:t,open:i,onOpen:()=>c(!0),onClose:()=>c(!1),onChange:s,renderValue:o,children:e.map(l=>a.jsx(PS,{value:l,separator:IS(e,l),children:a.jsxs(ES,{children:[a.jsx(b7,{children:l}),a.jsx(j7,{children:_r(l)})]})},l))})]})},IS=(e,t)=>t===e[0]?!1:MS.some(n=>n[0]===t),MS=[Lc,Nc,Wc,Fh,zc],AS=u(E1)({marginRight:"-6px"}),FS=u("div")({display:"flex",flexDirection:"column",width:"100%"}),RS=u("div")(({theme:e})=>({display:"flex",alignItems:"center",gap:e.spacing(1),[e.breakpoints.down("sm")]:{flexDirection:"column",alignItems:"start",gap:e.spacing(2)}})),VS=u("div")(({theme:e})=>({width:"100%",display:"inline-flex",flex:1,gap:e.spacing(1)})),LS=u("div")(({theme:e})=>({width:"100%","&&& > div":{width:"100%"}})),y7=u("div")(({theme:e})=>({display:"inline-flex",flex:1,"&&& button":{marginRight:0,"&:not(.operator-is-active)":{backgroundColor:e.palette.background.elevation2}}})),NS=u("div")({width:"100%",flex:1});u(_3)({width:"100%"});const WS=u("div")(({theme:e})=>({"& > h3":{margin:e.spacing(1,0,0,0),fontSize:e.fontSizes.smallBody},"& > div":{margin:0,maxWidth:"unset","& > div":{flex:1},"& .MuiFormControl-root":{margin:e.spacing(.5,0,0,0)},"&:not(:first-of-type)":{marginTop:e.spacing(1)}}})),zS=({filter:e,index:t,stateChanged:n,suggestions:i,onDelete:c})=>{const{parameter:s,inverted:o,operator:l,caseInsensitive:d,value:m,values:f}=e,v=a.jsxs(a.Fragment,{children:[a.jsxs("span",{children:["Filter ",t+1]}),a.jsx("div",{children:a.jsx(Y1,{title:"Delete filter",arrow:!0,children:a.jsx(AS,{onClick:c,children:a.jsx(b3,{})})})})]}),[g,p]=h.useState(!1),x=[...Lc,...Nc,...Wc,...zc],[j,y]=h.useState(""),b=Rh(l),S=()=>{if(n({...e,error:void 0}),m===void 0&&f===void 0)return;const O=f||[m||""],[N,z]=b(...O);N||(y(z),n({...e,error:z}))};h.useEffect(()=>{S()},[m,j]),h.useEffect(()=>{wr(l)?p(!0):p(!1)},[l]);const C=O=>{wr(O)?p(!0):p(!1),n({...e,operator:O})},T=O=>{n({...e,values:void 0,value:O})},$=O=>{n({...e,value:void 0,values:O})},Z=O=>{const N=(f==null?void 0:f.filter((z,V)=>V!==O))||[];$(N)};return a.jsx(zs,{index:t,header:v,children:a.jsxs(FS,{children:[a.jsxs(RS,{children:[a.jsx(NS,{children:a.jsx(K2,{freeSolo:!0,options:i,value:s,onInputChange:(O,N)=>n({...e,parameter:N}),renderInput:O=>a.jsx(se,{...O,size:"small",label:"Parameter"})})}),a.jsxs(VS,{children:[a.jsx(y7,{children:a.jsx(jS,{localConstraint:{inverted:o},setInvertedOperator:()=>n({...e,inverted:!o||void 0})})}),a.jsx(LS,{children:a.jsx(ZS,{options:x,value:l,onChange:C})}),a.jsx(R,{condition:g,show:a.jsx(y7,{children:a.jsx(gS,{localConstraint:{caseInsensitive:d},setCaseInsensitive:()=>n({...e,caseInsensitive:!d||void 0})})})})]})]}),a.jsx(WS,{children:a.jsx(DS,{setValues:$,setValue:T,setError:y,localConstraint:{value:m,values:f},operator:l,error:j,removeValue:Z})})]})})},BS=u("div")(({theme:e})=>({position:"relative",display:"flex",alignItems:"center",justifyContent:"center",marginBottom:e.spacing(2)})),YS=u("div")(({theme:e})=>({position:"absolute",right:0,fontSize:e.fontSizes.smallBody,[e.breakpoints.down("sm")]:{display:"none"}})),HS=u(D,{shouldForwardProp:e=>e!=="verticalConnector"})(({theme:e,verticalConnector:t})=>({display:"flex",flexDirection:"column",backgroundColor:e.palette.background.elevation1,marginTop:t?0:e.spacing(3),padding:e.spacing(3),borderRadius:e.shape.borderRadiusMedium})),US=u(V3)(({theme:e})=>({margin:"auto",width:1,height:e.spacing(3)})),ks=({name:e,verticalConnector:t,resourceLink:n,children:i})=>a.jsxs(a.Fragment,{children:[a.jsx(R,{condition:!!t,show:a.jsx(US,{orientation:"vertical"})}),a.jsxs(HS,{verticalConnector:t,children:[a.jsxs(BS,{children:[a.jsx(z3,{color:"secondary",children:e}),a.jsx(YS,{children:n})]}),i]})]});var I5={},kS=J1;Object.defineProperty(I5,"__esModule",{value:!0});var qs=I5.default=void 0,qS=kS(Q1()),KS=a,GS=(0,qS.default)((0,KS.jsx)("path",{d:"M6.23 20.23 8 22l10-10L8 2 6.23 3.77 14.46 12z"}),"ArrowForwardIosSharp");qs=I5.default=GS;const QS=h.lazy(()=>Fc(()=>import("./ReactJSONEditor-DZ9l5V9S.js"),[])),JS=u("span")(({theme:e})=>({fontSize:e.fontSizes.smallBody,marginTop:e.spacing(1.5),marginBottom:e.spacing(-.75),height:e.spacing(3)})),XS=u(Kr)({backgroundColor:"transparent",boxShadow:"none","&:before":{display:"none"}}),eO=u(Rc)(({theme:e})=>({lineHeight:"1.5rem",padding:0,marginBottom:e.spacing(-2.25),fontSize:e.fontSizes.smallBody,color:e.palette.primary.main,flexDirection:"row-reverse","& .MuiAccordionSummary-expandIconWrapper.Mui-expanded":{transform:"rotate(90deg)"}})),tO=u(qs)(({theme:e})=>({color:e.palette.primary.main,fontSize:e.fontSizes.smallBody})),nO=u(Gr)(({theme:e})=>({marginTop:e.spacing(2),padding:0})),aO=({payload:e})=>e?a.jsxs(XS,{children:[a.jsx(eO,{expandIcon:a.jsx(E1,{children:a.jsx(tO,{titleAccess:"Toggle"})}),children:"Preview payload"}),a.jsx(nO,{children:a.jsx(h.Suspense,{fallback:null,children:a.jsx(QS,{content:{json:e},readOnly:!0,statusBar:!1,editorStyle:"sidePanel"})})})]}):a.jsx(JS,{children:"No signals were received from this source yet."}),Er=(e={},t="")=>Object.entries(e).reduce((n,[i,c])=>{const s=t?`${t}.${i}`:i;return typeof c=="object"&&c!==null&&!Array.isArray(c)?Object.assign(n,Er(c,s)):Array.isArray(c)?c.forEach((o,l)=>{typeof o=="object"&&o!==null?Object.assign(n,Er(o,`${s}[${l}]`)):n[`${s}[${l}]`]=o}):n[s]=c,n},{}),rO=u(V3)(({theme:e})=>({margin:e.spacing(2,0),marginBottom:e.spacing(1),borderStyle:"dashed"})),iO=u("div")(({theme:e})=>({display:"flex",flexDirection:"column",gap:e.spacing(1)})),cO=u("div")(({theme:e})=>({display:"flex",marginTop:e.spacing(1),gap:e.spacing(1)})),sO=({sourceId:e,setSourceId:t,filters:n,setFilters:i,validateSourceId:c})=>{const{signalEndpoints:s,loading:o}=e5(),{signalEndpointSignals:l}=Vh(e,1),d=()=>{const p=y2();i(x=>[...x,{id:p,parameter:"",operator:Lh}])},m=p=>{i(x=>x.map(j=>j.id===p.id?p:j))},f=h.useMemo(()=>o?[]:s.map(({id:p,name:x})=>({label:x,key:`${p}`})),[o,s]),{lastSourcePayload:v,filterSuggestions:g}=h.useMemo(()=>{var x;const p=(x=l[0])==null?void 0:x.payload;return{lastSourcePayload:p,filterSuggestions:Object.keys(Er(p)||{}).sort()}},[l]);return a.jsxs(ks,{name:"When this",resourceLink:a.jsx(g1,{to:"/integrations/signals",children:"Create signal endpoint"}),children:[a.jsx(L3,{label:"Source",options:f,value:`${e}`,onChange:p=>{c(Number(p)),t(Number.parseInt(p))}}),a.jsx(R,{condition:!!e,show:a.jsx(aO,{payload:v})}),a.jsx(rO,{}),n.map((p,x)=>a.jsx(zS,{index:x,filter:p,stateChanged:m,suggestions:g,onDelete:()=>i(j=>j.filter(({id:y})=>y!==p.id))},p.id)),a.jsxs(cO,{children:[a.jsx(a1,{startIcon:a.jsx(Je,{}),onClick:d,variant:"outlined",color:"primary",children:"Add filter"}),a.jsx(R0,{htmlTooltip:!0,tooltip:a.jsxs(iO,{children:[a.jsx("p",{children:"Filters allow you to add conditions to the execution of the actions based on the source payload."}),a.jsx("p",{children:"If no filters are defined then the action will always be triggered from the selected source, no matter the payload."})]})})]})]})},oO=(e,t,n)=>{const i=`${t?`?project=${t}`:""}${n?`${t?"&":"?"}environment=${n}`:""}`,c=`api/admin/service-account/${e}/permissions${i}`,{data:s,error:o,mutate:l}=Qr(!!e,void 0,N1(c),lO);return h.useMemo(()=>({overview:s==null?void 0:s.overview,projectRoles:s==null?void 0:s.projectRoles,rootRole:s==null?void 0:s.rootRole,serviceAccount:s==null?void 0:s.serviceAccount,permissions:(s==null?void 0:s.permissions)||[],loading:!o&&!s,refetch:()=>l(),error:o}),[s,o,l])},lO=e=>fetch(e).then(ne("Service account access overview")).then(t=>t.json()),dO=({label:e,value:t,onChange:n,options:i})=>a.jsx(K2,{options:i,autoHighlight:!0,autoSelect:!0,value:t,onInputChange:(c,s)=>n(s),renderInput:c=>a.jsx(se,{...c,size:"small",label:e})}),uO=({parameter:e,value:t,onChange:n})=>{const{label:i,type:c}=e;if(c==="select"){const{options:s}=e;return a.jsx(dO,{label:i,value:t,onChange:n,options:s})}return null},hO=u("div")(({theme:e})=>({display:"flex",flexDirection:"column","& > span:last-of-type":{fontSize:e.fontSizes.smallerBody,color:e.palette.text.secondary}})),mO=({value:e,onChange:t,actionConfigurations:n})=>{const i=(s,o)=>a.jsx("li",{...s,children:a.jsxs(hO,{children:[a.jsx("span",{children:o.label}),a.jsx("span",{children:o.description})]})}),c=[...n].map(([s,o])=>({key:s,...o}));return a.jsx(K2,{options:c,autoHighlight:!0,autoSelect:!0,value:c.find(({key:s})=>s===e)||null,onChange:(s,o)=>t(o?o.key:""),renderOption:i,getOptionLabel:({label:s})=>s,renderInput:s=>a.jsx(se,{...s,size:"small",label:"Action"})})},fO=u("div")(({theme:e})=>({display:"flex",flexDirection:"column",width:"100%",gap:e.spacing(2)})),_7=u("div")(({theme:e})=>({display:"flex",alignItems:"center",gap:e.spacing(1),width:"100%",flexWrap:"wrap"})),w7=u("div")(({theme:e})=>({flex:1,minWidth:e.spacing(25)})),pO=({action:e,index:t,stateChanged:n,actorId:i,onDelete:c,actionConfigurations:s,validated:o})=>{const{action:l,executionParams:d,error:m}=e,f=e1("projectId"),{permissions:v}=oO(i,f,d.environment),g=s.get(l),p=h.useMemo(()=>{const y=g==null?void 0:g.permissions,{environment:b}=d;return v.length===0||!y||!b?!0:y.some(S=>v.some(({permission:C,project:T,environment:$})=>C===S&&T===f&&$===b))},[g,v]);h.useEffect(()=>{n({...e,error:void 0}),((g==null?void 0:g.parameters.filter(({optional:b})=>!b).map(({name:b})=>b))||[]).some(b=>!d[b])&&n({...e,error:"Please fill all required fields."})},[g,d]);const x=a.jsxs(a.Fragment,{children:[a.jsxs("span",{children:["Action ",t+1]}),a.jsx("div",{children:a.jsx(Y1,{title:"Delete action",arrow:!0,children:a.jsx(E1,{onClick:c,children:a.jsx(b3,{})})})})]}),j=(g==null?void 0:g.parameters.filter(({type:y})=>y!=="hidden"))||[];return a.jsx(zs,{index:t,header:x,separator:"THEN",children:a.jsxs(fO,{children:[a.jsx(_7,{children:a.jsx(w7,{children:a.jsx(mO,{value:l,onChange:y=>n({...e,action:y}),actionConfigurations:s})})}),a.jsx(R,{condition:j.length>0,show:a.jsx(_7,{children:j.map(y=>a.jsx(w7,{children:a.jsx(uO,{parameter:y,value:d[y.name],onChange:b=>n({...e,executionParams:{...d,[y.name]:b}})})},y.name))})}),a.jsx(R,{condition:o&&!!m,show:a.jsx(Z1,{severity:"error",children:m})}),a.jsx(R,{condition:!p,show:a.jsx(Z1,{severity:"error",children:"The selected service account does not have permissions to execute this action currently."})})]})})},vO={},gO=e=>{const{isEnterprise:t}=p1(),n=W3("automatedActions"),{data:i,error:c,mutate:s}=Qr(t()&&n,vO,N1(`api/admin/projects/${e}/actions/config`),xO);return h.useMemo(()=>({actionConfigurations:new Map(Object.entries(i||{})),loading:!c&&!i,refetch:()=>s(),error:c}),[i,c,s])},xO=e=>fetch(e).then(ne("Actions configuration")).then(t=>t.json()),bO=u(V3)(({theme:e})=>({margin:e.spacing(2,0),marginBottom:e.spacing(1),borderStyle:"dashed"})),jO=u("div")(({theme:e})=>({display:"flex",marginTop:e.spacing(1),gap:e.spacing(1)})),yO=({serviceAccounts:e,serviceAccountsLoading:t,actions:n,setActions:i,actorId:c,setActorId:s,validateActorId:o,validated:l})=>{const d=e1("projectId"),{actionConfigurations:m}=gO(d),f=p=>{const j={id:y2(),action:"",sortOrder:n.map(y=>y.sortOrder).reduce((y,b)=>Math.max(y,b),0)+1,executionParams:{project:p}};i([...n,j])},v=p=>{i(x=>x.map(j=>j.id===p.id?p:j))},g=h.useMemo(()=>t?[]:e.map(p=>({label:p.name,key:`${p.id}`})),[t,e]);return a.jsxs(ks,{name:"Do these actions",verticalConnector:!0,resourceLink:a.jsx(g1,{to:"/admin/service-accounts",children:"Create service account"}),children:[a.jsx(L3,{label:"Service account",name:"service-account",options:g,value:`${c}`,onChange:p=>{o(Number(p)),s(Number.parseInt(p))}}),a.jsx(bO,{}),n.map((p,x)=>a.jsx(pO,{index:x,action:p,stateChanged:v,actorId:c,onDelete:()=>i(j=>j.filter(y=>y.id!==p.id)),actionConfigurations:m,validated:l},p.id)),a.jsx(jO,{children:a.jsx(a1,{startIcon:a.jsx(Je,{}),onClick:()=>f(d),variant:"outlined",color:"primary",children:"Add action"})})]})},_O=u(Z1)(({theme:e})=>({marginBottom:e.spacing(4)})),wO=u("div")(({theme:e})=>({background:e.palette.background.elevation1,padding:e.spacing(2,3),borderRadius:e.shape.borderRadiusLarge,marginBottom:e.spacing(4)})),S7=u("p")(({theme:e})=>({display:"flex",color:e.palette.text.primary,marginBottom:e.spacing(1),"&:not(:first-of-type)":{marginTop:e.spacing(3)}})),O7=u(_3)(()=>({width:"100%"})),SO=u(Z1)(({theme:e})=>({marginTop:e.spacing(3)})),OO=({enabled:e,setEnabled:t,name:n,setName:i,description:c,setDescription:s,sourceId:o,setSourceId:l,filters:d,setFilters:m,actorId:f,setActorId:v,actions:g,setActions:p,errors:x,validateName:j,validateSourceId:y,validateActorId:b,validated:S})=>{const{serviceAccounts:C,loading:T}=qc(),$=O=>{setTimeout(()=>O(),300)},Z=S&&Object.values(x).some(Boolean);return a.jsxs("div",{children:[a.jsx(R,{condition:C.length===0,show:a.jsxs(_O,{color:"warning",children:[a.jsx("strong",{children:"Heads up!"})," In order to create an action you need to create a service account first. Please"," ",a.jsx(ce,{to:"/admin/service-accounts",component:g1,children:"go ahead and create one"}),"."]})}),a.jsx(wO,{children:a.jsx(Nh,{checked:e,setChecked:t,children:"Action status"})}),a.jsx(S7,{children:"What is your new action name?"}),a.jsx(O7,{autoFocus:!0,label:"Action name",error:!!x.name,errorText:x.name,value:n,onChange:O=>{j(O.target.value),i(O.target.value)},onBlur:O=>$(()=>j(O.target.value)),autoComplete:"off"}),a.jsx(S7,{children:"What is your new action description?"}),a.jsx(O7,{label:"Action description",value:c,onChange:O=>s(O.target.value),autoComplete:"off"}),a.jsx(sO,{sourceId:o,setSourceId:l,filters:d,setFilters:m,validateSourceId:y}),a.jsx(yO,{serviceAccounts:C,serviceAccountsLoading:T,actions:g,setActions:p,actorId:f,setActorId:v,validateActorId:b,validated:S}),a.jsx(R,{condition:Z,show:()=>a.jsx(SO,{severity:"error",icon:!1,children:a.jsx("ul",{children:Object.values(x).filter(Boolean).map(O=>a.jsx("li",{children:O},O))})})})]})},C7={name:void 0,source:void 0,filters:void 0,actor:void 0,actions:void 0},CO=e=>{const t=e1("projectId"),{actions:n}=Z5(t),[i,c]=h.useState(!1),[s,o]=h.useState(""),[l,d]=h.useState(""),[m,f]=h.useState(0),[v,g]=h.useState([]),[p,x]=h.useState(0),[j,y]=h.useState([]),b=()=>{var E,w,_;c((e==null?void 0:e.enabled)??!0),o((e==null?void 0:e.name)||""),d((e==null?void 0:e.description)||""),f(((E=e==null?void 0:e.match)==null?void 0:E.sourceId)??0),g(Object.entries(((w=e==null?void 0:e.match)==null?void 0:w.payload)??{}).map(([F,{inverted:G,operator:q,caseInsensitive:l1,value:m1,values:J}])=>({id:y2(),parameter:F,inverted:G,operator:q,caseInsensitive:l1,value:m1,values:J}))),x((e==null?void 0:e.actorId)??0),y(((_=e==null?void 0:e.actions)==null?void 0:_.map(F=>({id:y2(),action:F.action,sortOrder:F.sortOrder,executionParams:F.executionParams})))??[]),$(!1),C(C7)};h.useEffect(()=>{b()},[e]);const[S,C]=h.useState(C7),[T,$]=h.useState(!1),Z=E=>{C(w=>({...w,[E]:void 0}))},O=(E,w)=>{C(_=>({..._,[E]:w}))};h.useEffect(()=>{K(v)},[v]),h.useEffect(()=>{Y(j)},[j]);const N=E=>!E.length,z=E=>n==null?void 0:n.some(({id:w,name:_})=>w!==(e==null?void 0:e.id)&&_===E),V=E=>E===0,M=E=>N(E)?(O("name","Name is required."),!1):z(E)?(O("name","Name must be unique."),!1):(Z("name"),!0),H=E=>V(E)?(O("source","Source is required."),!1):(Z("source"),!0),K=E=>E.some(({error:w})=>w)?(O("filters","One or more filters have errors."),!1):(Z("filters"),!0),A=E=>V(E)?(O("actor","Service account is required."),!1):(Z("actor"),!0),Y=E=>E.filter(({action:w})=>!!w).length===0?(O("actions","At least one action is required."),!1):(Z("actions"),E.some(({error:w})=>w)?(O("actions","One or more actions have errors."),!1):(Z("actions"),!0));return{enabled:i,setEnabled:c,name:s,setName:o,description:l,setDescription:d,sourceId:m,setSourceId:f,filters:v,setFilters:g,actorId:p,setActorId:x,actions:j,setActions:y,errors:S,setErrors:C,validated:T,validateName:M,validateSourceId:H,validateActorId:A,validate:()=>{const E=M(s),w=H(m),_=K(v),F=A(p),G=Y(j);return $(!0),E&&w&&_&&F&&G},reloadForm:b}},DO=u("div")(({theme:e})=>({display:"flex",justifyContent:"space-between",alignItems:"center",width:"100%",marginBottom:e.fontSizes.mainHeader})),$O=u("h1")({fontWeight:"normal"}),TO=u("form")(()=>({display:"flex",flexDirection:"column",height:"100%"})),PO=u("div")(({theme:e})=>({marginTop:"auto",display:"flex",justifyContent:"flex-end",paddingTop:e.spacing(4)})),EO=u(a1)(({theme:e})=>({marginLeft:e.spacing(3)})),ZO=({action:e,open:t,setOpen:n,onOpenEvents:i})=>{const c=e1("projectId"),{refetch:s}=Z5(c),{addActionSet:o,updateActionSet:l,loading:d}=Vs(c),{setToastData:m,setToastApiError:f}=$1(),{uiConfig:v}=p1(),{enabled:g,setEnabled:p,name:x,setName:j,description:y,setDescription:b,sourceId:S,setSourceId:C,filters:T,setFilters:$,actorId:Z,setActorId:O,actions:N,setActions:z,errors:V,validateName:M,validateSourceId:H,validateActorId:K,validate:A,validated:Y,reloadForm:W}=CO(e);h.useEffect(()=>{W()},[t]);const E=e!==void 0,w=`${E?"Edit":"New"} action`,_={enabled:g,name:x,description:y,match:{source:"signal-endpoint",sourceId:S,payload:T.filter(q=>q.parameter.length>0).reduce((q,{parameter:l1,inverted:m1,operator:J,caseInsensitive:t1,value:r1,values:s1})=>({...q,[l1]:{inverted:m1,operator:J,caseInsensitive:t1,value:r1,values:s1}}),{})},actorId:Z,actions:N.filter(({action:q})=>!!q).map(({action:q,sortOrder:l1,executionParams:m1})=>({action:q,sortOrder:l1,executionParams:m1}))},F=()=>`curl --location --request ${E?"PUT":"POST"} '${v.unleashUrl}/api/admin/projects/${c}/actions${E?`/${e.id}`:""}' \\
710
- --header 'Authorization: INSERT_API_KEY' \\
711
- --header 'Content-Type: application/json' \\
712
- --data-raw '${JSON.stringify(_,void 0,2)}'`,G=async q=>{if(q.preventDefault(),!!A())try{E?await l(e.id,_):await o(_),m({text:`action ${E?"updated":"added"} successfully`,type:"success"}),s(),n(!1)}catch(l1){f(_1(l1))}};return a.jsx(Te,{open:t,onClose:()=>{n(!1)},label:w,children:a.jsxs(Qe,{loading:d,modal:!0,description:"Actions allow you to configure automations based on specific signals, like the ones originated from signal endpoints.",documentationLink:"https://docs.getunleash.io/reference/actions",documentationLinkLabel:"Actions documentation",formatApiCode:F,children:[a.jsxs(DO,{children:[a.jsx($O,{children:w}),a.jsx(R,{condition:E,show:a.jsx(ce,{onClick:i,children:"View events"})})]}),a.jsxs(TO,{onSubmit:G,children:[a.jsx(OO,{enabled:g,setEnabled:p,name:x,setName:j,description:y,setDescription:b,sourceId:S,setSourceId:C,filters:T,setFilters:$,actorId:Z,setActorId:O,actions:N,setActions:z,errors:V,validateName:M,validateSourceId:H,validateActorId:K,validated:Y}),a.jsxs(PO,{children:[a.jsxs(a1,{type:"submit",variant:"contained",color:"primary",children:[E?"Save":"Add"," action"]}),a.jsx(EO,{onClick:()=>{n(!1)},children:"Cancel"})]})]})]})})},IO=({action:e,open:t,setOpen:n,onConfirm:i})=>a.jsx(le,{title:"Delete action?",open:t,primaryButtonText:"Delete action",secondaryButtonText:"Cancel",onClick:()=>i(e),onClose:()=>{n(!1)},children:a.jsxs("p",{children:["You are about to delete action: ",a.jsx("strong",{children:e==null?void 0:e.name})]})}),MO=u(G2)(({theme:e})=>({color:e.palette.success.main})),AO=u(Jr)(({theme:e})=>({color:e.palette.error.main})),FO=({state:e})=>e==="success"?a.jsx(MO,{}):e==="failed"?a.jsx(AO,{}):a.jsx(Xr,{size:20}),RO=u("div")(({theme:e})=>({display:"flex",flexDirection:"column",marginBottom:e.fontSizes.mainHeader})),VO=u("div")({display:"flex",justifyContent:"space-between",alignItems:"center",width:"100%"}),LO=u("h1")({fontWeight:"normal"}),NO=u("form")({display:"flex",flexDirection:"column",height:"100%"}),WO=u("div")(({theme:e})=>({backgroundColor:e.palette.error.light})),zO=u("div")(({theme:e})=>({marginTop:"auto",display:"flex",justifyContent:"flex-end",paddingTop:e.spacing(4)})),BO=({action:e,open:t,setOpen:n,onOpenConfiguration:i})=>{const c=e1("projectId"),{locationSettings:s}=K3(),{actionEvents:o,hasMore:l,loadMore:d,loading:m}=Ls(e==null?void 0:e.id,c,20,{refreshInterval:5e3});if(!e)return null;const f=`Events: ${e.name}`;return a.jsx(Te,{open:t,onClose:()=>{n(!1)},label:f,children:a.jsxs(Qe,{loading:m&&o.length===0,modal:!0,description:"",documentationLink:"",documentationLinkLabel:"",showGuidance:!1,children:[a.jsx(RO,{children:a.jsxs(VO,{children:[a.jsx(LO,{children:f}),a.jsx(ce,{onClick:i,children:"View configuration"})]})}),a.jsxs(NO,{children:[a.jsx(Wh,{height:960,items:o,columns:[{header:"Status",align:"center",maxWidth:100,cell:FO},{header:"Date",maxWidth:240,cell:({createdAt:v})=>Z0(v,s==null?void 0:s.locale)}],sidePanelHeader:"Details",renderContent:Ns,renderItem:({id:v,state:g},p)=>g==="failed"?a.jsx(WO,{children:p},v):p,listEnd:a.jsx(R,{condition:l,show:a.jsx(a1,{onClick:d,children:"Load more"})})}),a.jsx(R,{condition:o.length===0,show:a.jsx("p",{children:"No events have been registered for this action set."})}),a.jsx(zO,{children:a.jsx(a1,{onClick:()=>{n(!1)},children:"Close"})})]})]})})},YO=({modalOpen:e,setModalOpen:t,selectedAction:n,setSelectedAction:i})=>{const{setToastData:c,setToastApiError:s}=$1(),o=e1("projectId"),{actions:l,refetch:d}=Z5(o),{toggleActionSet:m,removeActionSet:f}=Vs(o),{signalEndpoints:v}=e5(),{serviceAccounts:g}=qc(),[p,x]=h.useState(!1),[j,y]=h.useState(!1),b=async(M,H)=>{try{await m(M.id,H),c({text:`"${M.name}" has been ${H?"enabled":"disabled"}`,type:"success"}),d()}catch(K){s(_1(K))}},S=async M=>{try{await f(M.id),c({text:`"${M.name}" has been deleted`,type:"success"}),d(),y(!1)}catch(H){s(_1(H))}},C=K1(O0.breakpoints.down("sm")),T=K1(O0.breakpoints.down("lg")),$=h.useMemo(()=>[{Header:"Name",accessor:"name",minWidth:60,Cell:({row:{original:M}})=>a.jsx(F0,{title:M.name,subtitle:M.description,onClick:()=>{i(M),t(!0)}})},{id:"source",Header:"Source",Cell:({row:{original:M}})=>a.jsx(Tw,{action:M,signalEndpoints:v})},{id:"filters",Header:"Filters",Cell:({row:{original:M}})=>a.jsx(Ew,{action:M}),maxWidth:90},{id:"actor",Header:"Service account",Cell:({row:{original:M}})=>a.jsx(Zw,{action:M,serviceAccounts:g}),minWidth:160},{id:"actions",Header:"Actions",Cell:({row:{original:M}})=>a.jsx(oS,{action:M,onCreateAction:()=>{i(M),t(!0)}}),maxWidth:130},{Header:"Enabled",accessor:"enabled",Cell:({row:{original:M}})=>a.jsx(zh,{checked:M.enabled,setChecked:H=>b(M,H)}),sortType:"boolean",width:90,maxWidth:90},{id:"table-actions",Header:"",align:"center",Cell:({row:{original:M}})=>a.jsx(dS,{actionId:M.id,onOpenEvents:()=>{i(M),x(!0)},onEdit:()=>{i(M),t(!0)},onDelete:()=>{i(M),y(!0)}}),width:50,disableSortBy:!0}],[v,g]),[Z]=h.useState({sortBy:[{id:"name",desc:!0}]}),{headerGroups:O,rows:N,prepareRow:z,setHiddenColumns:V}=k1.useTable({columns:$,data:l,initialState:Z,sortTypes:M0,autoResetHiddenColumns:!1,autoResetSortBy:!1,disableSortRemove:!0,disableMultiSort:!0,defaultColumn:{Cell:w1}},k1.useSortBy,k1.useFlexLayout);return B2([{condition:T,columns:["actor","enabled"]},{condition:C,columns:["filters","actions"]}],V,$),a.jsxs(a.Fragment,{children:[a.jsx(kr,{rows:N,headerGroups:O,prepareRow:z}),a.jsx(R,{condition:N.length===0,show:a.jsx(ee,{children:"No actions available. Get started by adding one."})}),a.jsx(ZO,{action:n,open:e,setOpen:t,onOpenEvents:()=>{t(!1),x(!0)}}),a.jsx(BO,{action:n,open:p,setOpen:x,onOpenConfiguration:()=>{x(!1),t(!0)}}),a.jsx(IO,{action:n,open:j,setOpen:y,onConfirm:S})]})},HO=()=>{const e=e1("projectId"),t=je(e),{isEnterprise:n}=p1(),i=O1();pe(`Project actions – ${t}`);const[c,s]=h.useState(),[o,l]=h.useState(!1),d=()=>{s(void 0),l(!0)};return n()?a.jsx(R1,{header:a.jsx(S1,{title:"Actions",actions:a.jsx(R2,{onClick:d,maxWidth:`${i.breakpoints.values.sm}px`,Icon:Je,permission:y8,children:"New action"})}),children:a.jsx(Bh,{permissions:y8,children:a.jsx(YO,{modalOpen:o,setModalOpen:l,selectedAction:c,setSelectedAction:s})})}):a.jsx(R1,{header:a.jsx(S1,{title:"Actions"}),children:a.jsx(A0,{feature:"actions"})})},D7=u(D)({marginLeft:"auto",display:"flex",alignItems:"center"}),UO=()=>{var d;const e=Bc(),{isPro:t,isEnterprise:n}=p1(),i=te(),c=W3("automatedActions"),s=(...m)=>t()||n()?m:[],o=[...s({id:"",label:"Project settings"},{id:"access",label:"User access"}),{id:"api-access",label:"API access"},{id:"segments",label:"Segments"},{id:"environments",label:"Environments"},{id:"default-strategy",label:"Default strategy"},...s({id:"change-requests",label:"Change request configuration",endIcon:t()?a.jsx(D7,{children:a.jsx(Sr,{})}):void 0})];c&&o.push({id:"actions",label:"Actions",endIcon:t()?a.jsx(D7,{children:a.jsx(Sr,{})}):void 0});const l=m=>{i(m.id)};return a.jsx(Yh,{tabs:o,value:((d=o.find(({id:m})=>{var f;return m&&((f=e.pathname)==null?void 0:f.includes(`/settings/${m}`))}))==null?void 0:d.id)||o[0].id,onChange:l,children:a.jsxs(J3,{children:[a.jsx(y1,{path:"/*",element:a.jsx(ww,{})}),a.jsx(y1,{path:"environments/*",element:a.jsx(d_,{})}),a.jsx(y1,{path:"access/*",element:a.jsx(By,{})}),a.jsx(y1,{path:"segments/*",element:a.jsx(g_,{})}),a.jsx(y1,{path:"change-requests/*",element:a.jsx(m_,{})}),a.jsx(y1,{path:"api-access/*",element:a.jsx(v_,{})}),a.jsx(y1,{path:"default-strategy/*",element:a.jsx(C_,{})}),a.jsx(y1,{path:"actions/*",element:a.jsx(HO,{})}),a.jsx(y1,{path:"*",element:a.jsx(Yc,{replace:!0,to:o[0].id})})]})})},kO=u(Hh)(({theme:e})=>({color:e.palette.action.disabled})),qO=()=>a.jsx(I3,{title:`This projects collaboration mode is set to private. The project and associated feature
713
- toggles can only be seen by you and the members of the project`,arrow:!0,children:a.jsx(kO,{})}),KO=u(I)(({theme:e})=>({fontSize:e.fontSizes.smallerBody})),$7=({row:e,field:t,singularLabel:n,pluralLabel:i})=>{const{searchQuery:c}=I0(),s=e[t];if(!Array.isArray(s)||s.length===0)return a.jsx(w1,{});const o=i||`${n}s`;return a.jsx(w1,{children:a.jsx(Q3,{highlighted:c.length>0&&s.some(l=>l==null?void 0:l.toLowerCase().includes(c.toLowerCase())),tooltip:a.jsx(a.Fragment,{children:s.map(l=>a.jsx(KO,{children:a.jsx(v3,{search:c,children:l})},l))}),children:s.length===1?`1 ${n}`:`${s.length} ${o}`})})},GO=u("div")(({theme:e})=>({fontSize:e.fontSizes.smallerBody})),QO=u("ul")(({theme:e})=>({padding:e.spacing(0,0,.5,2),margin:e.spacing(0)})),JO=({row:e})=>{var i;const{searchQuery:t}=I0(),n=t.length>0&&e.original.sdks.some(c=>c.versions.some(s=>s.toLowerCase().includes(t.toLowerCase()))||c.name.toLowerCase().includes(t.toLowerCase()));return!e.original.sdks||e.original.sdks.length===0?a.jsx(w1,{}):a.jsx(w1,{children:a.jsx(Q3,{highlighted:t.length>0&&n,tooltip:a.jsx(a.Fragment,{children:e.original.sdks.map(c=>a.jsxs(GO,{children:[a.jsx(v3,{search:t,children:c.name}),a.jsx(QO,{children:c.versions.map(s=>a.jsx("li",{children:a.jsx(v3,{search:t,children:s})},s))})]},c.name))}),children:((i=e.original.sdks)==null?void 0:i.length)===1?"1 sdk":`${e.original.sdks.length} sdks`})})},n2=Sc(),XO=()=>{const{trackEvent:e}=T1();return h.useEffect(()=>{e("sdk-reporting",{props:{eventType:"project applications opened"}})},[]),()=>{e("sdk-reporting",{props:{eventType:"project application clicked"}})}},eC=()=>{var $;const e=XO(),t=te(),n=e1("projectId"),i=K1(O0.breakpoints.down("md")),c={offset:Ce(v2,0),limit:Ce(v2,Uh),query:Z3,sortBy:Ce(Z3,"createdAt"),sortOrder:Ce(Z3,"desc")},[s,o]=hc(`project-applications-table-${n}`,c),{applications:l=[],total:d,loading:m}=kh(fc(pc(c,s),Z=>Z?`${Z}`:void 0),n),f=(Z="")=>{o({query:Z})},v=N3(m),{offset:g,limit:p,query:x,sortBy:j,sortOrder:y,...b}=s,S=h.useMemo(()=>[n2.accessor("name",{header:"Name",cell:({row:Z})=>a.jsx(F0,{title:Z.original.name,onClick:()=>{e(),t(`/applications/${Z.original.name}`)}}),meta:{width:"25%"}}),n2.accessor("environments",{header:"Environments",cell:({row:Z})=>a.jsx($7,{row:Z.original,field:"environments",singularLabel:"environment"}),enableSorting:!1,meta:{width:"25%"}}),n2.accessor("instances",{header:"Instances",cell:({row:Z})=>a.jsx($7,{row:Z.original,field:"instances",singularLabel:"instance"}),enableSorting:!1,meta:{width:"25%"}}),n2.accessor("sdks",{header:"SDK",cell:JO,enableSorting:!1,meta:{width:"25%"}})],[]),C=yc(_c(s,o,{columns:S,data:l})),T=C.getRowModel().rows;return a.jsxs(R1,{disableLoading:!0,bodyClass:"no-padding",header:a.jsx(S1,{title:"Project applications",actions:a.jsx(a.Fragment,{children:a.jsx(R,{condition:!i,show:a.jsxs(a.Fragment,{children:[a.jsx(me,{placeholder:"Search",expandable:!0,initialValue:x||"",onChange:f}),a.jsx(S1.Divider,{})]})})}),children:a.jsx(R,{condition:i,show:a.jsx(me,{initialValue:x||"",onChange:f})})}),children:[a.jsx(q3,{value:x||"",children:a.jsx("div",{ref:v,children:a.jsx(wc,{tableInstance:C,totalItems:d})})}),a.jsx(R,{condition:T.length===0,show:a.jsx(D,{sx:Z=>({padding:Z.spacing(0,2,2)}),children:a.jsx(R,{condition:(($=x||"")==null?void 0:$.length)>0,show:a.jsxs(ee,{children:["No applications found matching “",x,"”"]}),elseShow:a.jsx(ee,{children:"No applications found matching your criteria."})})})})]})},tC=({name:e})=>a.jsxs("p",{children:["The project ",a.jsx("strong",{children:e})," has been archived. You can find it on the"," ",a.jsx(g1,{to:"/projects-archive",children:"archive page for projects"}),"."]}),nC=e=>`api/admin/projects/${e}/status`,aC={activityCountByDate:[],resources:{members:0,apiTokens:0,segments:0},health:{current:0},technicalDebt:{current:0},lifecycleSummary:{initial:{currentFlags:0,averageDays:null},preLive:{currentFlags:0,averageDays:null},live:{currentFlags:0,averageDays:null},completed:{currentFlags:0,averageDays:null},archived:{currentFlags:0,last30Days:0}},staleFlags:{total:0}},nt=e=>{const t=N1(nC(e)),{data:n,refetch:i,loading:c,error:s}=Rr(t,()=>Vr(t,"Project Status"));return{data:n||aC,refetch:i,loading:c,error:s}};var at={},Ks={},M5={},ye={},Q={},L={};L.secondsInYear=L.secondsInWeek=L.secondsInQuarter=L.secondsInMonth=L.secondsInMinute=L.secondsInHour=L.secondsInDay=L.quartersInYear=L.monthsInYear=L.monthsInQuarter=L.minutesInYear=L.minutesInMonth=L.minutesInHour=L.minutesInDay=L.minTime=L.millisecondsInWeek=L.millisecondsInSecond=L.millisecondsInMinute=L.millisecondsInHour=L.millisecondsInDay=L.maxTime=L.daysInYear=L.daysInWeek=L.constructFromSymbol=void 0;L.daysInWeek=7;const rC=L.daysInYear=365.2425,iC=L.maxTime=Math.pow(10,8)*24*60*60*1e3;L.minTime=-iC;L.millisecondsInWeek=6048e5;L.millisecondsInDay=864e5;L.millisecondsInMinute=6e4;L.millisecondsInHour=36e5;L.millisecondsInSecond=1e3;L.minutesInYear=525600;L.minutesInMonth=43200;L.minutesInDay=1440;L.minutesInHour=60;L.monthsInQuarter=3;L.monthsInYear=12;L.quartersInYear=4;const cC=L.secondsInHour=3600;L.secondsInMinute=60;const Gs=L.secondsInDay=cC*24;L.secondsInWeek=Gs*7;const sC=L.secondsInYear=Gs*rC,oC=L.secondsInMonth=sC/12;L.secondsInQuarter=oC*3;L.constructFromSymbol=Symbol.for("constructDateFrom");Q.constructFrom=lC;var T7=L;function lC(e,t){return typeof e=="function"?e(t):e&&typeof e=="object"&&T7.constructFromSymbol in e?e[T7.constructFromSymbol](t):e instanceof Date?new e.constructor(t):new Date(t)}var P={};P.toDate=uC;var dC=Q;function uC(e,t){return(0,dC.constructFrom)(t||e,e)}ye.addDays=fC;var hC=Q,mC=P;function fC(e,t,n){const i=(0,mC.toDate)(e,n==null?void 0:n.in);return isNaN(t)?(0,hC.constructFrom)((n==null?void 0:n.in)||e,NaN):(t&&i.setDate(i.getDate()+t),i)}var e0={};e0.addMonths=vC;var P7=Q,pC=P;function vC(e,t,n){const i=(0,pC.toDate)(e,n==null?void 0:n.in);if(isNaN(t))return(0,P7.constructFrom)((n==null?void 0:n.in)||e,NaN);if(!t)return i;const c=i.getDate(),s=(0,P7.constructFrom)((n==null?void 0:n.in)||e,i.getTime());s.setMonth(i.getMonth()+t+1,0);const o=s.getDate();return c>=o?s:(i.setFullYear(s.getFullYear(),s.getMonth(),c),i)}M5.add=yC;var gC=ye,xC=e0,bC=Q,jC=P;function yC(e,t,n){const{years:i=0,months:c=0,weeks:s=0,days:o=0,hours:l=0,minutes:d=0,seconds:m=0}=t,f=(0,jC.toDate)(e,n==null?void 0:n.in),v=c||i?(0,xC.addMonths)(f,c+i*12):f,g=o||s?(0,gC.addDays)(v,o+s*7):v,p=d+l*60,j=(m+p*60)*1e3;return(0,bC.constructFrom)((n==null?void 0:n.in)||e,+g+j)}var A5={},F5={};F5.isSaturday=wC;var _C=P;function wC(e,t){return(0,_C.toDate)(e,t==null?void 0:t.in).getDay()===6}var R5={};R5.isSunday=OC;var SC=P;function OC(e,t){return(0,SC.toDate)(e,t==null?void 0:t.in).getDay()===0}var L0={};L0.isWeekend=DC;var CC=P;function DC(e,t){const n=(0,CC.toDate)(e,t==null?void 0:t.in).getDay();return n===0||n===6}A5.addBusinessDays=ZC;var $C=Q,TC=F5,PC=R5,ar=L0,EC=P;function ZC(e,t,n){const i=(0,EC.toDate)(e,n==null?void 0:n.in),c=(0,ar.isWeekend)(i,n);if(isNaN(t))return(0,$C.constructFrom)(n==null?void 0:n.in,NaN);const s=i.getHours(),o=t<0?-1:1,l=Math.trunc(t/5);i.setDate(i.getDate()+l*7);let d=Math.abs(t%5);for(;d>0;)i.setDate(i.getDate()+o),(0,ar.isWeekend)(i,n)||(d-=1);return c&&(0,ar.isWeekend)(i,n)&&t!==0&&((0,TC.isSaturday)(i,n)&&i.setDate(i.getDate()+(o<0?2:-1)),(0,PC.isSunday)(i,n)&&i.setDate(i.getDate()+(o<0?1:-2))),i.setHours(s),i}var V5={},N0={};N0.addMilliseconds=AC;var IC=Q,MC=P;function AC(e,t,n){return(0,IC.constructFrom)((n==null?void 0:n.in)||e,+(0,MC.toDate)(e)+t)}V5.addHours=VC;var FC=N0,RC=L;function VC(e,t,n){return(0,FC.addMilliseconds)(e,t*RC.millisecondsInHour,n)}var L5={},Xe={},_e={},ve={},H1={};H1.getDefaultOptions=LC;H1.setDefaultOptions=NC;let Qs={};function LC(){return Qs}function NC(e){Qs=e}ve.startOfWeek=BC;var WC=H1,zC=P;function BC(e,t){var l,d,m,f;const n=(0,WC.getDefaultOptions)(),i=(t==null?void 0:t.weekStartsOn)??((d=(l=t==null?void 0:t.locale)==null?void 0:l.options)==null?void 0:d.weekStartsOn)??n.weekStartsOn??((f=(m=n.locale)==null?void 0:m.options)==null?void 0:f.weekStartsOn)??0,c=(0,zC.toDate)(e,t==null?void 0:t.in),s=c.getDay(),o=(s<i?7:0)+s-i;return c.setDate(c.getDate()-o),c.setHours(0,0,0,0),c}_e.startOfISOWeek=HC;var YC=ve;function HC(e,t){return(0,YC.startOfWeek)(e,{...t,weekStartsOn:1})}Xe.getISOWeekYear=kC;var E7=Q,Z7=_e,UC=P;function kC(e,t){const n=(0,UC.toDate)(e,t==null?void 0:t.in),i=n.getFullYear(),c=(0,E7.constructFrom)(n,0);c.setFullYear(i+1,0,4),c.setHours(0,0,0,0);const s=(0,Z7.startOfISOWeek)(c),o=(0,E7.constructFrom)(n,0);o.setFullYear(i,0,4),o.setHours(0,0,0,0);const l=(0,Z7.startOfISOWeek)(o);return n.getTime()>=s.getTime()?i+1:n.getTime()>=l.getTime()?i:i-1}var N5={},Ze={},Ie={};Ie.getTimezoneOffsetInMilliseconds=KC;var qC=P;function KC(e){const t=(0,qC.toDate)(e),n=new Date(Date.UTC(t.getFullYear(),t.getMonth(),t.getDate(),t.getHours(),t.getMinutes(),t.getSeconds(),t.getMilliseconds()));return n.setUTCFullYear(t.getFullYear()),+e-+n}var f1={};f1.normalizeDates=QC;var GC=Q;function QC(e,...t){const n=GC.constructFrom.bind(null,e||t.find(i=>typeof i=="object"));return t.map(n)}var W0={};W0.startOfDay=XC;var JC=P;function XC(e,t){const n=(0,JC.toDate)(e,t==null?void 0:t.in);return n.setHours(0,0,0,0),n}Ze.differenceInCalendarDays=nD;var I7=Ie,eD=f1,tD=L,M7=W0;function nD(e,t,n){const[i,c]=(0,eD.normalizeDates)(n==null?void 0:n.in,e,t),s=(0,M7.startOfDay)(i),o=(0,M7.startOfDay)(c),l=+s-(0,I7.getTimezoneOffsetInMilliseconds)(s),d=+o-(0,I7.getTimezoneOffsetInMilliseconds)(o);return Math.round((l-d)/tD.millisecondsInDay)}var t0={};t0.startOfISOWeekYear=cD;var aD=Q,rD=Xe,iD=_e;function cD(e,t){const n=(0,rD.getISOWeekYear)(e,t),i=(0,aD.constructFrom)((t==null?void 0:t.in)||e,0);return i.setFullYear(n,0,4),i.setHours(0,0,0,0),(0,iD.startOfISOWeek)(i)}N5.setISOWeekYear=dD;var sD=Q,oD=Ze,A7=t0,lD=P;function dD(e,t,n){let i=(0,lD.toDate)(e,n==null?void 0:n.in);const c=(0,oD.differenceInCalendarDays)(i,(0,A7.startOfISOWeekYear)(i,n)),s=(0,sD.constructFrom)((n==null?void 0:n.in)||e,0);return s.setFullYear(t,0,4),s.setHours(0,0,0,0),i=(0,A7.startOfISOWeekYear)(s),i.setDate(i.getDate()+c),i}L5.addISOWeekYears=mD;var uD=Xe,hD=N5;function mD(e,t,n){return(0,hD.setISOWeekYear)(e,(0,uD.getISOWeekYear)(e,n)+t,n)}var rt={};rt.addMinutes=vD;var fD=L,pD=P;function vD(e,t,n){const i=(0,pD.toDate)(e,n==null?void 0:n.in);return i.setTime(i.getTime()+t*fD.millisecondsInMinute),i}var it={};it.addQuarters=xD;var gD=e0;function xD(e,t,n){return(0,gD.addMonths)(e,t*3,n)}var W5={};W5.addSeconds=jD;var bD=N0;function jD(e,t,n){return(0,bD.addMilliseconds)(e,t*1e3,n)}var z0={};z0.addWeeks=_D;var yD=ye;function _D(e,t,n){return(0,yD.addDays)(e,t*7,n)}var z5={};z5.addYears=SD;var wD=e0;function SD(e,t,n){return(0,wD.addMonths)(e,t*12,n)}var Js={};Js.areIntervalsOverlapping=OD;var a2=P;function OD(e,t,n){const[i,c]=[+(0,a2.toDate)(e.start,n==null?void 0:n.in),+(0,a2.toDate)(e.end,n==null?void 0:n.in)].sort((l,d)=>l-d),[s,o]=[+(0,a2.toDate)(t.start,n==null?void 0:n.in),+(0,a2.toDate)(t.end,n==null?void 0:n.in)].sort((l,d)=>l-d);return n!=null&&n.inclusive?i<=o&&s<=c:i<o&&s<c}var Xs={},B5={};B5.max=DD;var F7=Q,CD=P;function DD(e,t){let n,i=t==null?void 0:t.in;return e.forEach(c=>{!i&&typeof c=="object"&&(i=F7.constructFrom.bind(null,c));const s=(0,CD.toDate)(c,i);(!n||n<s||isNaN(+s))&&(n=s)}),(0,F7.constructFrom)(i,n||NaN)}var Y5={};Y5.min=TD;var R7=Q,$D=P;function TD(e,t){let n,i=t==null?void 0:t.in;return e.forEach(c=>{!i&&typeof c=="object"&&(i=R7.constructFrom.bind(null,c));const s=(0,$D.toDate)(c,i);(!n||n>s||isNaN(+s))&&(n=s)}),(0,R7.constructFrom)(i,n||NaN)}Xs.clamp=ID;var PD=f1,ED=B5,ZD=Y5;function ID(e,t,n){const[i,c,s]=(0,PD.normalizeDates)(n==null?void 0:n.in,e,t.start,t.end);return(0,ZD.min)([(0,ED.max)([i,c],n),s],n)}var H5={};H5.closestIndexTo=MD;var V7=P;function MD(e,t){const n=+(0,V7.toDate)(e);if(isNaN(n))return NaN;let i,c;return t.forEach((s,o)=>{const l=(0,V7.toDate)(s);if(isNaN(+l)){i=NaN,c=NaN;return}const d=Math.abs(n-+l);(i==null||d<c)&&(i=o,c=d)}),i}var eo={};eo.closestTo=VD;var AD=f1,FD=H5,RD=Q;function VD(e,t,n){const[i,...c]=(0,AD.normalizeDates)(n==null?void 0:n.in,e,...t),s=(0,FD.closestIndexTo)(i,c);if(typeof s=="number"&&isNaN(s))return(0,RD.constructFrom)(i,NaN);if(s!==void 0)return c[s]}var S3={};S3.compareAsc=LD;var L7=P;function LD(e,t){const n=+(0,L7.toDate)(e)-+(0,L7.toDate)(t);return n<0?-1:n>0?1:n}var to={};to.compareDesc=ND;var N7=P;function ND(e,t){const n=+(0,N7.toDate)(e)-+(0,N7.toDate)(t);return n>0?-1:n<0?1:n}var L1={};L1.constructNow=zD;var WD=Q;function zD(e){return(0,WD.constructFrom)(e,Date.now())}var no={};no.daysToWeeks=YD;var BD=L;function YD(e){const t=Math.trunc(e/BD.daysInWeek);return t===0?0:t}var ao={},n0={};n0.isSameDay=UD;var HD=f1,W7=W0;function UD(e,t,n){const[i,c]=(0,HD.normalizeDates)(n==null?void 0:n.in,e,t);return+(0,W7.startOfDay)(i)==+(0,W7.startOfDay)(c)}var Me={},U5={};U5.isDate=kD;function kD(e){return e instanceof Date||typeof e=="object"&&Object.prototype.toString.call(e)==="[object Date]"}Me.isValid=GD;var qD=U5,KD=P;function GD(e){return!(!(0,qD.isDate)(e)&&typeof e!="number"||isNaN(+(0,KD.toDate)(e)))}ao.differenceInBusinessDays=t$;var QD=f1,z7=ye,JD=Ze,XD=n0,B7=Me,e$=L0;function t$(e,t,n){const[i,c]=(0,QD.normalizeDates)(n==null?void 0:n.in,e,t);if(!(0,B7.isValid)(i)||!(0,B7.isValid)(c))return NaN;const s=(0,JD.differenceInCalendarDays)(i,c),o=s<0?-1:1,l=Math.trunc(s/7);let d=l*5,m=(0,z7.addDays)(c,l*7);for(;!(0,XD.isSameDay)(i,m);)d+=(0,e$.isWeekend)(m,n)?0:o,m=(0,z7.addDays)(m,o);return d===0?0:d}var k5={};k5.differenceInCalendarISOWeekYears=a$;var n$=f1,Y7=Xe;function a$(e,t,n){const[i,c]=(0,n$.normalizeDates)(n==null?void 0:n.in,e,t);return(0,Y7.getISOWeekYear)(i,n)-(0,Y7.getISOWeekYear)(c,n)}var ro={};ro.differenceInCalendarISOWeeks=c$;var H7=Ie,r$=f1,i$=L,U7=_e;function c$(e,t,n){const[i,c]=(0,r$.normalizeDates)(n==null?void 0:n.in,e,t),s=(0,U7.startOfISOWeek)(i),o=(0,U7.startOfISOWeek)(c),l=+s-(0,H7.getTimezoneOffsetInMilliseconds)(s),d=+o-(0,H7.getTimezoneOffsetInMilliseconds)(o);return Math.round((l-d)/i$.millisecondsInWeek)}var ct={};ct.differenceInCalendarMonths=o$;var s$=f1;function o$(e,t,n){const[i,c]=(0,s$.normalizeDates)(n==null?void 0:n.in,e,t),s=i.getFullYear()-c.getFullYear(),o=i.getMonth()-c.getMonth();return s*12+o}var q5={},K5={};K5.getQuarter=d$;var l$=P;function d$(e,t){const n=(0,l$.toDate)(e,t==null?void 0:t.in);return Math.trunc(n.getMonth()/3)+1}q5.differenceInCalendarQuarters=h$;var u$=f1,k7=K5;function h$(e,t,n){const[i,c]=(0,u$.normalizeDates)(n==null?void 0:n.in,e,t),s=i.getFullYear()-c.getFullYear(),o=(0,k7.getQuarter)(i)-(0,k7.getQuarter)(c);return s*4+o}var st={};st.differenceInCalendarWeeks=p$;var q7=Ie,m$=f1,f$=L,K7=ve;function p$(e,t,n){const[i,c]=(0,m$.normalizeDates)(n==null?void 0:n.in,e,t),s=(0,K7.startOfWeek)(i,n),o=(0,K7.startOfWeek)(c,n),l=+s-(0,q7.getTimezoneOffsetInMilliseconds)(s),d=+o-(0,q7.getTimezoneOffsetInMilliseconds)(o);return Math.round((l-d)/f$.millisecondsInWeek)}var ot={};ot.differenceInCalendarYears=g$;var v$=f1;function g$(e,t,n){const[i,c]=(0,v$.normalizeDates)(n==null?void 0:n.in,e,t);return i.getFullYear()-c.getFullYear()}var lt={};lt.differenceInDays=j$;var x$=f1,b$=Ze;function j$(e,t,n){const[i,c]=(0,x$.normalizeDates)(n==null?void 0:n.in,e,t),s=G7(i,c),o=Math.abs((0,b$.differenceInCalendarDays)(i,c));i.setDate(i.getDate()-s*o);const l=+(G7(i,c)===-s),d=s*(o-l);return d===0?0:d}function G7(e,t){const n=e.getFullYear()-t.getFullYear()||e.getMonth()-t.getMonth()||e.getDate()-t.getDate()||e.getHours()-t.getHours()||e.getMinutes()-t.getMinutes()||e.getSeconds()-t.getSeconds()||e.getMilliseconds()-t.getMilliseconds();return n<0?-1:n>0?1:n}var dt={},Ae={};Ae.getRoundingMethod=y$;function y$(e){return t=>{const i=(e?Math[e]:Math.trunc)(t);return i===0?0:i}}dt.differenceInHours=O$;var _$=Ae,w$=f1,S$=L;function O$(e,t,n){const[i,c]=(0,w$.normalizeDates)(n==null?void 0:n.in,e,t),s=(+i-+c)/S$.millisecondsInHour;return(0,_$.getRoundingMethod)(n==null?void 0:n.roundingMethod)(s)}var io={},G5={};G5.subISOWeekYears=D$;var C$=L5;function D$(e,t,n){return(0,C$.addISOWeekYears)(e,-t,n)}io.differenceInISOWeekYears=E$;var $$=f1,Q7=S3,T$=k5,P$=G5;function E$(e,t,n){const[i,c]=(0,$$.normalizeDates)(n==null?void 0:n.in,e,t),s=(0,Q7.compareAsc)(i,c),o=Math.abs((0,T$.differenceInCalendarISOWeekYears)(i,c,n)),l=(0,P$.subISOWeekYears)(i,s*o,n),d=+((0,Q7.compareAsc)(l,c)===-s),m=s*(o-d);return m===0?0:m}var ut={};ut.differenceInMilliseconds=Z$;var J7=P;function Z$(e,t){return+(0,J7.toDate)(e)-+(0,J7.toDate)(t)}var ht={};ht.differenceInMinutes=F$;var I$=Ae,M$=L,A$=ut;function F$(e,t,n){const i=(0,A$.differenceInMilliseconds)(e,t)/M$.millisecondsInMinute;return(0,I$.getRoundingMethod)(n==null?void 0:n.roundingMethod)(i)}var B0={},Q5={},mt={};mt.endOfDay=V$;var R$=P;function V$(e,t){const n=(0,R$.toDate)(e,t==null?void 0:t.in);return n.setHours(23,59,59,999),n}var ft={};ft.endOfMonth=N$;var L$=P;function N$(e,t){const n=(0,L$.toDate)(e,t==null?void 0:t.in),i=n.getMonth();return n.setFullYear(n.getFullYear(),i+1,0),n.setHours(23,59,59,999),n}Q5.isLastDayOfMonth=Y$;var W$=mt,z$=ft,B$=P;function Y$(e,t){const n=(0,B$.toDate)(e,t==null?void 0:t.in);return+(0,W$.endOfDay)(n,t)==+(0,z$.endOfMonth)(n,t)}B0.differenceInMonths=q$;var H$=f1,rr=S3,U$=ct,k$=Q5;function q$(e,t,n){const[i,c,s]=(0,H$.normalizeDates)(n==null?void 0:n.in,e,e,t),o=(0,rr.compareAsc)(c,s),l=Math.abs((0,U$.differenceInCalendarMonths)(c,s));if(l<1)return 0;c.getMonth()===1&&c.getDate()>27&&c.setDate(30),c.setMonth(c.getMonth()-o*l);let d=(0,rr.compareAsc)(c,s)===-o;(0,k$.isLastDayOfMonth)(i)&&l===1&&(0,rr.compareAsc)(i,s)===1&&(d=!1);const m=o*(l-+d);return m===0?0:m}var co={};co.differenceInQuarters=Q$;var K$=Ae,G$=B0;function Q$(e,t,n){const i=(0,G$.differenceInMonths)(e,t,n)/3;return(0,K$.getRoundingMethod)(n==null?void 0:n.roundingMethod)(i)}var Y0={};Y0.differenceInSeconds=eT;var J$=Ae,X$=ut;function eT(e,t,n){const i=(0,X$.differenceInMilliseconds)(e,t)/1e3;return(0,J$.getRoundingMethod)(n==null?void 0:n.roundingMethod)(i)}var so={};so.differenceInWeeks=aT;var tT=Ae,nT=lt;function aT(e,t,n){const i=(0,nT.differenceInDays)(e,t,n)/7;return(0,tT.getRoundingMethod)(n==null?void 0:n.roundingMethod)(i)}var J5={};J5.differenceInYears=cT;var rT=f1,X7=S3,iT=ot;function cT(e,t,n){const[i,c]=(0,rT.normalizeDates)(n==null?void 0:n.in,e,t),s=(0,X7.compareAsc)(i,c),o=Math.abs((0,iT.differenceInCalendarYears)(i,c));i.setFullYear(1584),c.setFullYear(1584);const l=(0,X7.compareAsc)(i,c)===-s,d=s*(o-+l);return d===0?0:d}var X5={},we={};we.normalizeInterval=oT;var sT=f1;function oT(e,t){const[n,i]=(0,sT.normalizeDates)(e,t.start,t.end);return{start:n,end:i}}X5.eachDayOfInterval=uT;var lT=we,dT=Q;function uT(e,t){const{start:n,end:i}=(0,lT.normalizeInterval)(t==null?void 0:t.in,e);let c=+n>+i;const s=c?+n:+i,o=c?i:n;o.setHours(0,0,0,0);let l=(t==null?void 0:t.step)??1;if(!l)return[];l<0&&(l=-l,c=!c);const d=[];for(;+o<=s;)d.push((0,dT.constructFrom)(n,o)),o.setDate(o.getDate()+l),o.setHours(0,0,0,0);return c?d.reverse():d}var oo={};oo.eachHourOfInterval=fT;var hT=we,mT=Q;function fT(e,t){const{start:n,end:i}=(0,hT.normalizeInterval)(t==null?void 0:t.in,e);let c=+n>+i;const s=c?+n:+i,o=c?i:n;o.setMinutes(0,0,0);let l=(t==null?void 0:t.step)??1;if(!l)return[];l<0&&(l=-l,c=!c);const d=[];for(;+o<=s;)d.push((0,mT.constructFrom)(n,o)),o.setHours(o.getHours()+l);return c?d.reverse():d}var lo={};lo.eachMinuteOfInterval=xT;var pT=we,vT=rt,gT=Q;function xT(e,t){const{start:n,end:i}=(0,pT.normalizeInterval)(t==null?void 0:t.in,e);n.setSeconds(0,0);let c=+n>+i;const s=c?+n:+i;let o=c?i:n,l=(t==null?void 0:t.step)??1;if(!l)return[];l<0&&(l=-l,c=!c);const d=[];for(;+o<=s;)d.push((0,gT.constructFrom)(n,o)),o=(0,vT.addMinutes)(o,l);return c?d.reverse():d}var uo={};uo.eachMonthOfInterval=yT;var bT=we,jT=Q;function yT(e,t){const{start:n,end:i}=(0,bT.normalizeInterval)(t==null?void 0:t.in,e);let c=+n>+i;const s=c?+n:+i,o=c?i:n;o.setHours(0,0,0,0),o.setDate(1);let l=(t==null?void 0:t.step)??1;if(!l)return[];l<0&&(l=-l,c=!c);const d=[];for(;+o<=s;)d.push((0,jT.constructFrom)(n,o)),o.setMonth(o.getMonth()+l);return c?d.reverse():d}var ho={},pt={};pt.startOfQuarter=wT;var _T=P;function wT(e,t){const n=(0,_T.toDate)(e,t==null?void 0:t.in),i=n.getMonth(),c=i-i%3;return n.setMonth(c,1),n.setHours(0,0,0,0),n}ho.eachQuarterOfInterval=DT;var ST=we,OT=it,CT=Q,r2=pt;function DT(e,t){const{start:n,end:i}=(0,ST.normalizeInterval)(t==null?void 0:t.in,e);let c=+n>+i;const s=c?+(0,r2.startOfQuarter)(n):+(0,r2.startOfQuarter)(i);let o=c?(0,r2.startOfQuarter)(i):(0,r2.startOfQuarter)(n),l=(t==null?void 0:t.step)??1;if(!l)return[];l<0&&(l=-l,c=!c);const d=[];for(;+o<=s;)d.push((0,CT.constructFrom)(n,o)),o=(0,OT.addQuarters)(o,l);return c?d.reverse():d}var mo={};mo.eachWeekOfInterval=ET;var $T=we,TT=z0,PT=Q,i2=ve;function ET(e,t){const{start:n,end:i}=(0,$T.normalizeInterval)(t==null?void 0:t.in,e);let c=+n>+i;const s=c?(0,i2.startOfWeek)(i,t):(0,i2.startOfWeek)(n,t),o=c?(0,i2.startOfWeek)(n,t):(0,i2.startOfWeek)(i,t);s.setHours(15),o.setHours(15);const l=+o.getTime();let d=s,m=(t==null?void 0:t.step)??1;if(!m)return[];m<0&&(m=-m,c=!c);const f=[];for(;+d<=l;)d.setHours(0),f.push((0,PT.constructFrom)(n,d)),d=(0,TT.addWeeks)(d,m),d.setHours(15);return c?f.reverse():f}var vt={};vt.eachWeekendOfInterval=FT;var ZT=we,IT=Q,MT=X5,AT=L0;function FT(e,t){const{start:n,end:i}=(0,ZT.normalizeInterval)(t==null?void 0:t.in,e),c=(0,MT.eachDayOfInterval)({start:n,end:i},t),s=[];let o=0;for(;o<c.length;){const l=c[o++];(0,AT.isWeekend)(l)&&s.push((0,IT.constructFrom)(n,l))}return s}var fo={},H0={};H0.startOfMonth=VT;var RT=P;function VT(e,t){const n=(0,RT.toDate)(e,t==null?void 0:t.in);return n.setDate(1),n.setHours(0,0,0,0),n}fo.eachWeekendOfMonth=zT;var LT=vt,NT=ft,WT=H0;function zT(e,t){const n=(0,WT.startOfMonth)(e,t),i=(0,NT.endOfMonth)(e,t);return(0,LT.eachWeekendOfInterval)({start:n,end:i},t)}var po={},e6={};e6.endOfYear=YT;var BT=P;function YT(e,t){const n=(0,BT.toDate)(e,t==null?void 0:t.in),i=n.getFullYear();return n.setFullYear(i+1,0,0),n.setHours(23,59,59,999),n}var gt={};gt.startOfYear=UT;var HT=P;function UT(e,t){const n=(0,HT.toDate)(e,t==null?void 0:t.in);return n.setFullYear(n.getFullYear(),0,1),n.setHours(0,0,0,0),n}po.eachWeekendOfYear=GT;var kT=vt,qT=e6,KT=gt;function GT(e,t){const n=(0,KT.startOfYear)(e,t),i=(0,qT.endOfYear)(e,t);return(0,kT.eachWeekendOfInterval)({start:n,end:i},t)}var vo={};vo.eachYearOfInterval=XT;var QT=we,JT=Q;function XT(e,t){const{start:n,end:i}=(0,QT.normalizeInterval)(t==null?void 0:t.in,e);let c=+n>+i;const s=c?+n:+i,o=c?i:n;o.setHours(0,0,0,0),o.setMonth(0,1);let l=(t==null?void 0:t.step)??1;if(!l)return[];l<0&&(l=-l,c=!c);const d=[];for(;+o<=s;)d.push((0,JT.constructFrom)(n,o)),o.setFullYear(o.getFullYear()+l);return c?d.reverse():d}var go={};go.endOfDecade=tP;var eP=P;function tP(e,t){const n=(0,eP.toDate)(e,t==null?void 0:t.in),i=n.getFullYear(),c=9+Math.floor(i/10)*10;return n.setFullYear(c,11,31),n.setHours(23,59,59,999),n}var xo={};xo.endOfHour=aP;var nP=P;function aP(e,t){const n=(0,nP.toDate)(e,t==null?void 0:t.in);return n.setMinutes(59,59,999),n}var bo={},t6={};t6.endOfWeek=cP;var rP=H1,iP=P;function cP(e,t){var l,d,m,f;const n=(0,rP.getDefaultOptions)(),i=(t==null?void 0:t.weekStartsOn)??((d=(l=t==null?void 0:t.locale)==null?void 0:l.options)==null?void 0:d.weekStartsOn)??n.weekStartsOn??((f=(m=n.locale)==null?void 0:m.options)==null?void 0:f.weekStartsOn)??0,c=(0,iP.toDate)(e,t==null?void 0:t.in),s=c.getDay(),o=(s<i?-7:0)+6-(s-i);return c.setDate(c.getDate()+o),c.setHours(23,59,59,999),c}bo.endOfISOWeek=oP;var sP=t6;function oP(e,t){return(0,sP.endOfWeek)(e,{...t,weekStartsOn:1})}var jo={};jo.endOfISOWeekYear=hP;var lP=Q,dP=Xe,uP=_e;function hP(e,t){const n=(0,dP.getISOWeekYear)(e,t),i=(0,lP.constructFrom)((t==null?void 0:t.in)||e,0);i.setFullYear(n+1,0,4),i.setHours(0,0,0,0);const c=(0,uP.startOfISOWeek)(i,t);return c.setMilliseconds(c.getMilliseconds()-1),c}var yo={};yo.endOfMinute=fP;var mP=P;function fP(e,t){const n=(0,mP.toDate)(e,t==null?void 0:t.in);return n.setSeconds(59,999),n}var _o={};_o.endOfQuarter=vP;var pP=P;function vP(e,t){const n=(0,pP.toDate)(e,t==null?void 0:t.in),i=n.getMonth(),c=i-i%3+3;return n.setMonth(c,0),n.setHours(23,59,59,999),n}var wo={};wo.endOfSecond=xP;var gP=P;function xP(e,t){const n=(0,gP.toDate)(e,t==null?void 0:t.in);return n.setMilliseconds(999),n}var So={};So.endOfToday=jP;var bP=mt;function jP(e){return(0,bP.endOfDay)(Date.now(),e)}var Oo={};Oo.endOfTomorrow=yP;var ei=L1;function yP(e){const t=(0,ei.constructNow)(e==null?void 0:e.in),n=t.getFullYear(),i=t.getMonth(),c=t.getDate(),s=(0,ei.constructNow)(e==null?void 0:e.in);return s.setFullYear(n,i,c+1),s.setHours(23,59,59,999),e!=null&&e.in?e.in(s):s}var Co={};Co.endOfYesterday=SP;var _P=Q,wP=L1;function SP(e){const t=(0,wP.constructNow)(e==null?void 0:e.in),n=(0,_P.constructFrom)(e==null?void 0:e.in,0);return n.setFullYear(t.getFullYear(),t.getMonth(),t.getDate()-1),n.setHours(23,59,59,999),n}var n6={},O3={},a6={},r6={};r6.formatDistance=void 0;const OP={lessThanXSeconds:{one:"less than a second",other:"less than {{count}} seconds"},xSeconds:{one:"1 second",other:"{{count}} seconds"},halfAMinute:"half a minute",lessThanXMinutes:{one:"less than a minute",other:"less than {{count}} minutes"},xMinutes:{one:"1 minute",other:"{{count}} minutes"},aboutXHours:{one:"about 1 hour",other:"about {{count}} hours"},xHours:{one:"1 hour",other:"{{count}} hours"},xDays:{one:"1 day",other:"{{count}} days"},aboutXWeeks:{one:"about 1 week",other:"about {{count}} weeks"},xWeeks:{one:"1 week",other:"{{count}} weeks"},aboutXMonths:{one:"about 1 month",other:"about {{count}} months"},xMonths:{one:"1 month",other:"{{count}} months"},aboutXYears:{one:"about 1 year",other:"about {{count}} years"},xYears:{one:"1 year",other:"{{count}} years"},overXYears:{one:"over 1 year",other:"over {{count}} years"},almostXYears:{one:"almost 1 year",other:"almost {{count}} years"}},CP=(e,t,n)=>{let i;const c=OP[e];return typeof c=="string"?i=c:t===1?i=c.one:i=c.other.replace("{{count}}",t.toString()),n!=null&&n.addSuffix?n.comparison&&n.comparison>0?"in "+i:i+" ago":i};r6.formatDistance=CP;var i6={},Do={};Do.buildFormatLongFn=DP;function DP(e){return(t={})=>{const n=t.width?String(t.width):e.defaultWidth;return e.formats[n]||e.formats[e.defaultWidth]}}i6.formatLong=void 0;var ir=Do;const $P={full:"EEEE, MMMM do, y",long:"MMMM do, y",medium:"MMM d, y",short:"MM/dd/yyyy"},TP={full:"h:mm:ss a zzzz",long:"h:mm:ss a z",medium:"h:mm:ss a",short:"h:mm a"},PP={full:"{{date}} 'at' {{time}}",long:"{{date}} 'at' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"};i6.formatLong={date:(0,ir.buildFormatLongFn)({formats:$P,defaultWidth:"full"}),time:(0,ir.buildFormatLongFn)({formats:TP,defaultWidth:"full"}),dateTime:(0,ir.buildFormatLongFn)({formats:PP,defaultWidth:"full"})};var c6={};c6.formatRelative=void 0;const EP={lastWeek:"'last' eeee 'at' p",yesterday:"'yesterday at' p",today:"'today at' p",tomorrow:"'tomorrow at' p",nextWeek:"eeee 'at' p",other:"P"},ZP=(e,t,n,i)=>EP[e];c6.formatRelative=ZP;var s6={},$o={};$o.buildLocalizeFn=IP;function IP(e){return(t,n)=>{const i=n!=null&&n.context?String(n.context):"standalone";let c;if(i==="formatting"&&e.formattingValues){const o=e.defaultFormattingWidth||e.defaultWidth,l=n!=null&&n.width?String(n.width):o;c=e.formattingValues[l]||e.formattingValues[o]}else{const o=e.defaultWidth,l=n!=null&&n.width?String(n.width):e.defaultWidth;c=e.values[l]||e.values[o]}const s=e.argumentCallback?e.argumentCallback(t):t;return c[s]}}s6.localize=void 0;var c0=$o;const MP={narrow:["B","A"],abbreviated:["BC","AD"],wide:["Before Christ","Anno Domini"]},AP={narrow:["1","2","3","4"],abbreviated:["Q1","Q2","Q3","Q4"],wide:["1st quarter","2nd quarter","3rd quarter","4th quarter"]},FP={narrow:["J","F","M","A","M","J","J","A","S","O","N","D"],abbreviated:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],wide:["January","February","March","April","May","June","July","August","September","October","November","December"]},RP={narrow:["S","M","T","W","T","F","S"],short:["Su","Mo","Tu","We","Th","Fr","Sa"],abbreviated:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],wide:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]},VP={narrow:{am:"a",pm:"p",midnight:"mi",noon:"n",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},abbreviated:{am:"AM",pm:"PM",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},wide:{am:"a.m.",pm:"p.m.",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"}},LP={narrow:{am:"a",pm:"p",midnight:"mi",noon:"n",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"},abbreviated:{am:"AM",pm:"PM",midnight:"midnight",noon:"noon",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"},wide:{am:"a.m.",pm:"p.m.",midnight:"midnight",noon:"noon",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"}},NP=(e,t)=>{const n=Number(e),i=n%100;if(i>20||i<10)switch(i%10){case 1:return n+"st";case 2:return n+"nd";case 3:return n+"rd"}return n+"th"};s6.localize={ordinalNumber:NP,era:(0,c0.buildLocalizeFn)({values:MP,defaultWidth:"wide"}),quarter:(0,c0.buildLocalizeFn)({values:AP,defaultWidth:"wide",argumentCallback:e=>e-1}),month:(0,c0.buildLocalizeFn)({values:FP,defaultWidth:"wide"}),day:(0,c0.buildLocalizeFn)({values:RP,defaultWidth:"wide"}),dayPeriod:(0,c0.buildLocalizeFn)({values:VP,defaultWidth:"wide",formattingValues:LP,defaultFormattingWidth:"wide"})};var o6={},To={};To.buildMatchFn=WP;function WP(e){return(t,n={})=>{const i=n.width,c=i&&e.matchPatterns[i]||e.matchPatterns[e.defaultMatchWidth],s=t.match(c);if(!s)return null;const o=s[0],l=i&&e.parsePatterns[i]||e.parsePatterns[e.defaultParseWidth],d=Array.isArray(l)?BP(l,v=>v.test(o)):zP(l,v=>v.test(o));let m;m=e.valueCallback?e.valueCallback(d):d,m=n.valueCallback?n.valueCallback(m):m;const f=t.slice(o.length);return{value:m,rest:f}}}function zP(e,t){for(const n in e)if(Object.prototype.hasOwnProperty.call(e,n)&&t(e[n]))return n}function BP(e,t){for(let n=0;n<e.length;n++)if(t(e[n]))return n}var Po={};Po.buildMatchPatternFn=YP;function YP(e){return(t,n={})=>{const i=t.match(e.matchPattern);if(!i)return null;const c=i[0],s=t.match(e.parsePattern);if(!s)return null;let o=e.valueCallback?e.valueCallback(s[0]):s[0];o=n.valueCallback?n.valueCallback(o):o;const l=t.slice(c.length);return{value:o,rest:l}}}o6.match=void 0;var s0=To,HP=Po;const UP=/^(\d+)(th|st|nd|rd)?/i,kP=/\d+/i,qP={narrow:/^(b|a)/i,abbreviated:/^(b\.?\s?c\.?|b\.?\s?c\.?\s?e\.?|a\.?\s?d\.?|c\.?\s?e\.?)/i,wide:/^(before christ|before common era|anno domini|common era)/i},KP={any:[/^b/i,/^(a|c)/i]},GP={narrow:/^[1234]/i,abbreviated:/^q[1234]/i,wide:/^[1234](th|st|nd|rd)? quarter/i},QP={any:[/1/i,/2/i,/3/i,/4/i]},JP={narrow:/^[jfmasond]/i,abbreviated:/^(jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec)/i,wide:/^(january|february|march|april|may|june|july|august|september|october|november|december)/i},XP={narrow:[/^j/i,/^f/i,/^m/i,/^a/i,/^m/i,/^j/i,/^j/i,/^a/i,/^s/i,/^o/i,/^n/i,/^d/i],any:[/^ja/i,/^f/i,/^mar/i,/^ap/i,/^may/i,/^jun/i,/^jul/i,/^au/i,/^s/i,/^o/i,/^n/i,/^d/i]},eE={narrow:/^[smtwf]/i,short:/^(su|mo|tu|we|th|fr|sa)/i,abbreviated:/^(sun|mon|tue|wed|thu|fri|sat)/i,wide:/^(sunday|monday|tuesday|wednesday|thursday|friday|saturday)/i},tE={narrow:[/^s/i,/^m/i,/^t/i,/^w/i,/^t/i,/^f/i,/^s/i],any:[/^su/i,/^m/i,/^tu/i,/^w/i,/^th/i,/^f/i,/^sa/i]},nE={narrow:/^(a|p|mi|n|(in the|at) (morning|afternoon|evening|night))/i,any:/^([ap]\.?\s?m\.?|midnight|noon|(in the|at) (morning|afternoon|evening|night))/i},aE={any:{am:/^a/i,pm:/^p/i,midnight:/^mi/i,noon:/^no/i,morning:/morning/i,afternoon:/afternoon/i,evening:/evening/i,night:/night/i}};o6.match={ordinalNumber:(0,HP.buildMatchPatternFn)({matchPattern:UP,parsePattern:kP,valueCallback:e=>parseInt(e,10)}),era:(0,s0.buildMatchFn)({matchPatterns:qP,defaultMatchWidth:"wide",parsePatterns:KP,defaultParseWidth:"any"}),quarter:(0,s0.buildMatchFn)({matchPatterns:GP,defaultMatchWidth:"wide",parsePatterns:QP,defaultParseWidth:"any",valueCallback:e=>e+1}),month:(0,s0.buildMatchFn)({matchPatterns:JP,defaultMatchWidth:"wide",parsePatterns:XP,defaultParseWidth:"any"}),day:(0,s0.buildMatchFn)({matchPatterns:eE,defaultMatchWidth:"wide",parsePatterns:tE,defaultParseWidth:"any"}),dayPeriod:(0,s0.buildMatchFn)({matchPatterns:nE,defaultMatchWidth:"any",parsePatterns:aE,defaultParseWidth:"any"})};a6.enUS=void 0;var rE=r6,iE=i6,cE=c6,sE=s6,oE=o6;a6.enUS={code:"en-US",formatDistance:rE.formatDistance,formatLong:iE.formatLong,formatRelative:cE.formatRelative,localize:sE.localize,match:oE.match,options:{weekStartsOn:0,firstWeekContainsDate:1}};(function(e){Object.defineProperty(e,"defaultLocale",{enumerable:!0,get:function(){return t.enUS}});var t=a6})(O3);var l6={},d6={};d6.getDayOfYear=hE;var lE=Ze,dE=gt,uE=P;function hE(e,t){const n=(0,uE.toDate)(e,t==null?void 0:t.in);return(0,lE.differenceInCalendarDays)(n,(0,dE.startOfYear)(n))+1}var xt={};xt.getISOWeek=gE;var mE=L,fE=_e,pE=t0,vE=P;function gE(e,t){const n=(0,vE.toDate)(e,t==null?void 0:t.in),i=+(0,fE.startOfISOWeek)(n)-+(0,pE.startOfISOWeekYear)(n);return Math.round(i/mE.millisecondsInWeek)+1}var bt={},jt={},U0={};U0.getWeekYear=jE;var xE=H1,ti=Q,ni=ve,bE=P;function jE(e,t){var f,v,g,p;const n=(0,bE.toDate)(e,t==null?void 0:t.in),i=n.getFullYear(),c=(0,xE.getDefaultOptions)(),s=(t==null?void 0:t.firstWeekContainsDate)??((v=(f=t==null?void 0:t.locale)==null?void 0:f.options)==null?void 0:v.firstWeekContainsDate)??c.firstWeekContainsDate??((p=(g=c.locale)==null?void 0:g.options)==null?void 0:p.firstWeekContainsDate)??1,o=(0,ti.constructFrom)((t==null?void 0:t.in)||e,0);o.setFullYear(i+1,0,s),o.setHours(0,0,0,0);const l=(0,ni.startOfWeek)(o,t),d=(0,ti.constructFrom)((t==null?void 0:t.in)||e,0);d.setFullYear(i,0,s),d.setHours(0,0,0,0);const m=(0,ni.startOfWeek)(d,t);return+n>=+l?i+1:+n>=+m?i:i-1}jt.startOfWeekYear=OE;var yE=H1,_E=Q,wE=U0,SE=ve;function OE(e,t){var l,d,m,f;const n=(0,yE.getDefaultOptions)(),i=(t==null?void 0:t.firstWeekContainsDate)??((d=(l=t==null?void 0:t.locale)==null?void 0:l.options)==null?void 0:d.firstWeekContainsDate)??n.firstWeekContainsDate??((f=(m=n.locale)==null?void 0:m.options)==null?void 0:f.firstWeekContainsDate)??1,c=(0,wE.getWeekYear)(e,t),s=(0,_E.constructFrom)((t==null?void 0:t.in)||e,0);return s.setFullYear(c,0,i),s.setHours(0,0,0,0),(0,SE.startOfWeek)(s,t)}bt.getWeek=PE;var CE=L,DE=ve,$E=jt,TE=P;function PE(e,t){const n=(0,TE.toDate)(e,t==null?void 0:t.in),i=+(0,DE.startOfWeek)(n,t)-+(0,$E.startOfWeekYear)(n,t);return Math.round(i/CE.millisecondsInWeek)+1}var C3={};C3.addLeadingZeros=EE;function EE(e,t){const n=e<0?"-":"",i=Math.abs(e).toString().padStart(t,"0");return n+i}var yt={};yt.lightFormatters=void 0;var ze=C3;yt.lightFormatters={y(e,t){const n=e.getFullYear(),i=n>0?n:1-n;return(0,ze.addLeadingZeros)(t==="yy"?i%100:i,t.length)},M(e,t){const n=e.getMonth();return t==="M"?String(n+1):(0,ze.addLeadingZeros)(n+1,2)},d(e,t){return(0,ze.addLeadingZeros)(e.getDate(),t.length)},a(e,t){const n=e.getHours()/12>=1?"pm":"am";switch(t){case"a":case"aa":return n.toUpperCase();case"aaa":return n;case"aaaaa":return n[0];case"aaaa":default:return n==="am"?"a.m.":"p.m."}},h(e,t){return(0,ze.addLeadingZeros)(e.getHours()%12||12,t.length)},H(e,t){return(0,ze.addLeadingZeros)(e.getHours(),t.length)},m(e,t){return(0,ze.addLeadingZeros)(e.getMinutes(),t.length)},s(e,t){return(0,ze.addLeadingZeros)(e.getSeconds(),t.length)},S(e,t){const n=t.length,i=e.getMilliseconds(),c=Math.trunc(i*Math.pow(10,n-3));return(0,ze.addLeadingZeros)(c,t.length)}};l6.formatters=void 0;var ZE=d6,IE=xt,ME=Xe,AE=bt,FE=U0,I1=C3,Be=yt;const D3={am:"am",pm:"pm",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"};l6.formatters={G:function(e,t,n){const i=e.getFullYear()>0?1:0;switch(t){case"G":case"GG":case"GGG":return n.era(i,{width:"abbreviated"});case"GGGGG":return n.era(i,{width:"narrow"});case"GGGG":default:return n.era(i,{width:"wide"})}},y:function(e,t,n){if(t==="yo"){const i=e.getFullYear(),c=i>0?i:1-i;return n.ordinalNumber(c,{unit:"year"})}return Be.lightFormatters.y(e,t)},Y:function(e,t,n,i){const c=(0,FE.getWeekYear)(e,i),s=c>0?c:1-c;if(t==="YY"){const o=s%100;return(0,I1.addLeadingZeros)(o,2)}return t==="Yo"?n.ordinalNumber(s,{unit:"year"}):(0,I1.addLeadingZeros)(s,t.length)},R:function(e,t){const n=(0,ME.getISOWeekYear)(e);return(0,I1.addLeadingZeros)(n,t.length)},u:function(e,t){const n=e.getFullYear();return(0,I1.addLeadingZeros)(n,t.length)},Q:function(e,t,n){const i=Math.ceil((e.getMonth()+1)/3);switch(t){case"Q":return String(i);case"QQ":return(0,I1.addLeadingZeros)(i,2);case"Qo":return n.ordinalNumber(i,{unit:"quarter"});case"QQQ":return n.quarter(i,{width:"abbreviated",context:"formatting"});case"QQQQQ":return n.quarter(i,{width:"narrow",context:"formatting"});case"QQQQ":default:return n.quarter(i,{width:"wide",context:"formatting"})}},q:function(e,t,n){const i=Math.ceil((e.getMonth()+1)/3);switch(t){case"q":return String(i);case"qq":return(0,I1.addLeadingZeros)(i,2);case"qo":return n.ordinalNumber(i,{unit:"quarter"});case"qqq":return n.quarter(i,{width:"abbreviated",context:"standalone"});case"qqqqq":return n.quarter(i,{width:"narrow",context:"standalone"});case"qqqq":default:return n.quarter(i,{width:"wide",context:"standalone"})}},M:function(e,t,n){const i=e.getMonth();switch(t){case"M":case"MM":return Be.lightFormatters.M(e,t);case"Mo":return n.ordinalNumber(i+1,{unit:"month"});case"MMM":return n.month(i,{width:"abbreviated",context:"formatting"});case"MMMMM":return n.month(i,{width:"narrow",context:"formatting"});case"MMMM":default:return n.month(i,{width:"wide",context:"formatting"})}},L:function(e,t,n){const i=e.getMonth();switch(t){case"L":return String(i+1);case"LL":return(0,I1.addLeadingZeros)(i+1,2);case"Lo":return n.ordinalNumber(i+1,{unit:"month"});case"LLL":return n.month(i,{width:"abbreviated",context:"standalone"});case"LLLLL":return n.month(i,{width:"narrow",context:"standalone"});case"LLLL":default:return n.month(i,{width:"wide",context:"standalone"})}},w:function(e,t,n,i){const c=(0,AE.getWeek)(e,i);return t==="wo"?n.ordinalNumber(c,{unit:"week"}):(0,I1.addLeadingZeros)(c,t.length)},I:function(e,t,n){const i=(0,IE.getISOWeek)(e);return t==="Io"?n.ordinalNumber(i,{unit:"week"}):(0,I1.addLeadingZeros)(i,t.length)},d:function(e,t,n){return t==="do"?n.ordinalNumber(e.getDate(),{unit:"date"}):Be.lightFormatters.d(e,t)},D:function(e,t,n){const i=(0,ZE.getDayOfYear)(e);return t==="Do"?n.ordinalNumber(i,{unit:"dayOfYear"}):(0,I1.addLeadingZeros)(i,t.length)},E:function(e,t,n){const i=e.getDay();switch(t){case"E":case"EE":case"EEE":return n.day(i,{width:"abbreviated",context:"formatting"});case"EEEEE":return n.day(i,{width:"narrow",context:"formatting"});case"EEEEEE":return n.day(i,{width:"short",context:"formatting"});case"EEEE":default:return n.day(i,{width:"wide",context:"formatting"})}},e:function(e,t,n,i){const c=e.getDay(),s=(c-i.weekStartsOn+8)%7||7;switch(t){case"e":return String(s);case"ee":return(0,I1.addLeadingZeros)(s,2);case"eo":return n.ordinalNumber(s,{unit:"day"});case"eee":return n.day(c,{width:"abbreviated",context:"formatting"});case"eeeee":return n.day(c,{width:"narrow",context:"formatting"});case"eeeeee":return n.day(c,{width:"short",context:"formatting"});case"eeee":default:return n.day(c,{width:"wide",context:"formatting"})}},c:function(e,t,n,i){const c=e.getDay(),s=(c-i.weekStartsOn+8)%7||7;switch(t){case"c":return String(s);case"cc":return(0,I1.addLeadingZeros)(s,t.length);case"co":return n.ordinalNumber(s,{unit:"day"});case"ccc":return n.day(c,{width:"abbreviated",context:"standalone"});case"ccccc":return n.day(c,{width:"narrow",context:"standalone"});case"cccccc":return n.day(c,{width:"short",context:"standalone"});case"cccc":default:return n.day(c,{width:"wide",context:"standalone"})}},i:function(e,t,n){const i=e.getDay(),c=i===0?7:i;switch(t){case"i":return String(c);case"ii":return(0,I1.addLeadingZeros)(c,t.length);case"io":return n.ordinalNumber(c,{unit:"day"});case"iii":return n.day(i,{width:"abbreviated",context:"formatting"});case"iiiii":return n.day(i,{width:"narrow",context:"formatting"});case"iiiiii":return n.day(i,{width:"short",context:"formatting"});case"iiii":default:return n.day(i,{width:"wide",context:"formatting"})}},a:function(e,t,n){const c=e.getHours()/12>=1?"pm":"am";switch(t){case"a":case"aa":return n.dayPeriod(c,{width:"abbreviated",context:"formatting"});case"aaa":return n.dayPeriod(c,{width:"abbreviated",context:"formatting"}).toLowerCase();case"aaaaa":return n.dayPeriod(c,{width:"narrow",context:"formatting"});case"aaaa":default:return n.dayPeriod(c,{width:"wide",context:"formatting"})}},b:function(e,t,n){const i=e.getHours();let c;switch(i===12?c=D3.noon:i===0?c=D3.midnight:c=i/12>=1?"pm":"am",t){case"b":case"bb":return n.dayPeriod(c,{width:"abbreviated",context:"formatting"});case"bbb":return n.dayPeriod(c,{width:"abbreviated",context:"formatting"}).toLowerCase();case"bbbbb":return n.dayPeriod(c,{width:"narrow",context:"formatting"});case"bbbb":default:return n.dayPeriod(c,{width:"wide",context:"formatting"})}},B:function(e,t,n){const i=e.getHours();let c;switch(i>=17?c=D3.evening:i>=12?c=D3.afternoon:i>=4?c=D3.morning:c=D3.night,t){case"B":case"BB":case"BBB":return n.dayPeriod(c,{width:"abbreviated",context:"formatting"});case"BBBBB":return n.dayPeriod(c,{width:"narrow",context:"formatting"});case"BBBB":default:return n.dayPeriod(c,{width:"wide",context:"formatting"})}},h:function(e,t,n){if(t==="ho"){let i=e.getHours()%12;return i===0&&(i=12),n.ordinalNumber(i,{unit:"hour"})}return Be.lightFormatters.h(e,t)},H:function(e,t,n){return t==="Ho"?n.ordinalNumber(e.getHours(),{unit:"hour"}):Be.lightFormatters.H(e,t)},K:function(e,t,n){const i=e.getHours()%12;return t==="Ko"?n.ordinalNumber(i,{unit:"hour"}):(0,I1.addLeadingZeros)(i,t.length)},k:function(e,t,n){let i=e.getHours();return i===0&&(i=24),t==="ko"?n.ordinalNumber(i,{unit:"hour"}):(0,I1.addLeadingZeros)(i,t.length)},m:function(e,t,n){return t==="mo"?n.ordinalNumber(e.getMinutes(),{unit:"minute"}):Be.lightFormatters.m(e,t)},s:function(e,t,n){return t==="so"?n.ordinalNumber(e.getSeconds(),{unit:"second"}):Be.lightFormatters.s(e,t)},S:function(e,t){return Be.lightFormatters.S(e,t)},X:function(e,t,n){const i=e.getTimezoneOffset();if(i===0)return"Z";switch(t){case"X":return ri(i);case"XXXX":case"XX":return h3(i);case"XXXXX":case"XXX":default:return h3(i,":")}},x:function(e,t,n){const i=e.getTimezoneOffset();switch(t){case"x":return ri(i);case"xxxx":case"xx":return h3(i);case"xxxxx":case"xxx":default:return h3(i,":")}},O:function(e,t,n){const i=e.getTimezoneOffset();switch(t){case"O":case"OO":case"OOO":return"GMT"+ai(i,":");case"OOOO":default:return"GMT"+h3(i,":")}},z:function(e,t,n){const i=e.getTimezoneOffset();switch(t){case"z":case"zz":case"zzz":return"GMT"+ai(i,":");case"zzzz":default:return"GMT"+h3(i,":")}},t:function(e,t,n){const i=Math.trunc(+e/1e3);return(0,I1.addLeadingZeros)(i,t.length)},T:function(e,t,n){return(0,I1.addLeadingZeros)(+e,t.length)}};function ai(e,t=""){const n=e>0?"-":"+",i=Math.abs(e),c=Math.trunc(i/60),s=i%60;return s===0?n+String(c):n+String(c)+t+(0,I1.addLeadingZeros)(s,2)}function ri(e,t){return e%60===0?(e>0?"-":"+")+(0,I1.addLeadingZeros)(Math.abs(e)/60,2):h3(e,t)}function h3(e,t=""){const n=e>0?"-":"+",i=Math.abs(e),c=(0,I1.addLeadingZeros)(Math.trunc(i/60),2),s=(0,I1.addLeadingZeros)(i%60,2);return n+c+t+s}var _t={};_t.longFormatters=void 0;const ii=(e,t)=>{switch(e){case"P":return t.date({width:"short"});case"PP":return t.date({width:"medium"});case"PPP":return t.date({width:"long"});case"PPPP":default:return t.date({width:"full"})}},Eo=(e,t)=>{switch(e){case"p":return t.time({width:"short"});case"pp":return t.time({width:"medium"});case"ppp":return t.time({width:"long"});case"pppp":default:return t.time({width:"full"})}},RE=(e,t)=>{const n=e.match(/(P+)(p+)?/)||[],i=n[1],c=n[2];if(!c)return ii(e,t);let s;switch(i){case"P":s=t.dateTime({width:"short"});break;case"PP":s=t.dateTime({width:"medium"});break;case"PPP":s=t.dateTime({width:"long"});break;case"PPPP":default:s=t.dateTime({width:"full"});break}return s.replace("{{date}}",ii(i,t)).replace("{{time}}",Eo(c,t))};_t.longFormatters={p:Eo,P:RE};var k0={};k0.isProtectedDayOfYearToken=WE;k0.isProtectedWeekYearToken=zE;k0.warnOrThrowProtectedError=BE;const VE=/^D+$/,LE=/^Y+$/,NE=["D","DD","YY","YYYY"];function WE(e){return VE.test(e)}function zE(e){return LE.test(e)}function BE(e,t,n){const i=YE(e,t,n);if(console.warn(i),NE.includes(e))throw new RangeError(i)}function YE(e,t,n){const i=e[0]==="Y"?"years":"days of the month";return`Use \`${e.toLowerCase()}\` instead of \`${e}\` (in \`${t}\`) for formatting ${i} to the input \`${n}\`; see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md`}(function(e){e.format=e.formatDate=p,Object.defineProperty(e,"formatters",{enumerable:!0,get:function(){return i.formatters}}),Object.defineProperty(e,"longFormatters",{enumerable:!0,get:function(){return c.longFormatters}});var t=O3,n=H1,i=l6,c=_t,s=k0,o=Me,l=P;const d=/[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g,m=/P+p+|P+|p+|''|'(''|[^'])+('|$)|./g,f=/^'([^]*?)'?$/,v=/''/g,g=/[a-zA-Z]/;function p(j,y,b){var z,V,M,H,K,A,Y,W;const S=(0,n.getDefaultOptions)(),C=(b==null?void 0:b.locale)??S.locale??t.defaultLocale,T=(b==null?void 0:b.firstWeekContainsDate)??((V=(z=b==null?void 0:b.locale)==null?void 0:z.options)==null?void 0:V.firstWeekContainsDate)??S.firstWeekContainsDate??((H=(M=S.locale)==null?void 0:M.options)==null?void 0:H.firstWeekContainsDate)??1,$=(b==null?void 0:b.weekStartsOn)??((A=(K=b==null?void 0:b.locale)==null?void 0:K.options)==null?void 0:A.weekStartsOn)??S.weekStartsOn??((W=(Y=S.locale)==null?void 0:Y.options)==null?void 0:W.weekStartsOn)??0,Z=(0,l.toDate)(j,b==null?void 0:b.in);if(!(0,o.isValid)(Z))throw new RangeError("Invalid time value");let O=y.match(m).map(E=>{const w=E[0];if(w==="p"||w==="P"){const _=c.longFormatters[w];return _(E,C.formatLong)}return E}).join("").match(d).map(E=>{if(E==="''")return{isToken:!1,value:"'"};const w=E[0];if(w==="'")return{isToken:!1,value:x(E)};if(i.formatters[w])return{isToken:!0,value:E};if(w.match(g))throw new RangeError("Format string contains an unescaped latin alphabet character `"+w+"`");return{isToken:!1,value:E}});C.localize.preprocessor&&(O=C.localize.preprocessor(Z,O));const N={firstWeekContainsDate:T,weekStartsOn:$,locale:C};return O.map(E=>{if(!E.isToken)return E.value;const w=E.value;(!(b!=null&&b.useAdditionalWeekYearTokens)&&(0,s.isProtectedWeekYearToken)(w)||!(b!=null&&b.useAdditionalDayOfYearTokens)&&(0,s.isProtectedDayOfYearToken)(w))&&(0,s.warnOrThrowProtectedError)(w,y,String(j));const _=i.formatters[w[0]];return _(Z,w,C.localize,N)}).join("")}function x(j){const y=j.match(f);return y?y[1].replace(v,"'"):j}})(n6);var u6={};u6.formatDistance=QE;var HE=O3,UE=H1,ci=Ie,kE=f1,qE=S3,$3=L,KE=B0,GE=Y0;function QE(e,t,n){const i=(0,UE.getDefaultOptions)(),c=(n==null?void 0:n.locale)??i.locale??HE.defaultLocale,s=2520,o=(0,qE.compareAsc)(e,t);if(isNaN(o))throw new RangeError("Invalid time value");const l=Object.assign({},n,{addSuffix:n==null?void 0:n.addSuffix,comparison:o}),[d,m]=(0,kE.normalizeDates)(n==null?void 0:n.in,...o>0?[t,e]:[e,t]),f=(0,GE.differenceInSeconds)(m,d),v=((0,ci.getTimezoneOffsetInMilliseconds)(m)-(0,ci.getTimezoneOffsetInMilliseconds)(d))/1e3,g=Math.round((f-v)/60);let p;if(g<2)return n!=null&&n.includeSeconds?f<5?c.formatDistance("lessThanXSeconds",5,l):f<10?c.formatDistance("lessThanXSeconds",10,l):f<20?c.formatDistance("lessThanXSeconds",20,l):f<40?c.formatDistance("halfAMinute",0,l):f<60?c.formatDistance("lessThanXMinutes",1,l):c.formatDistance("xMinutes",1,l):g===0?c.formatDistance("lessThanXMinutes",1,l):c.formatDistance("xMinutes",g,l);if(g<45)return c.formatDistance("xMinutes",g,l);if(g<90)return c.formatDistance("aboutXHours",1,l);if(g<$3.minutesInDay){const x=Math.round(g/60);return c.formatDistance("aboutXHours",x,l)}else{if(g<s)return c.formatDistance("xDays",1,l);if(g<$3.minutesInMonth){const x=Math.round(g/$3.minutesInDay);return c.formatDistance("xDays",x,l)}else if(g<$3.minutesInMonth*2)return p=Math.round(g/$3.minutesInMonth),c.formatDistance("aboutXMonths",p,l)}if(p=(0,KE.differenceInMonths)(m,d),p<12){const x=Math.round(g/$3.minutesInMonth);return c.formatDistance("xMonths",x,l)}else{const x=p%12,j=Math.trunc(p/12);return x<3?c.formatDistance("aboutXYears",j,l):x<9?c.formatDistance("overXYears",j,l):c.formatDistance("almostXYears",j+1,l)}}var h6={};h6.formatDistanceStrict=aZ;var JE=O3,XE=H1,eZ=Ae,si=Ie,tZ=f1,nZ=S3,Ye=L;function aZ(e,t,n){const i=(0,XE.getDefaultOptions)(),c=(n==null?void 0:n.locale)??i.locale??JE.defaultLocale,s=(0,nZ.compareAsc)(e,t);if(isNaN(s))throw new RangeError("Invalid time value");const o=Object.assign({},n,{addSuffix:n==null?void 0:n.addSuffix,comparison:s}),[l,d]=(0,tZ.normalizeDates)(n==null?void 0:n.in,...s>0?[t,e]:[e,t]),m=(0,eZ.getRoundingMethod)((n==null?void 0:n.roundingMethod)??"round"),f=d.getTime()-l.getTime(),v=f/Ye.millisecondsInMinute,g=(0,si.getTimezoneOffsetInMilliseconds)(d)-(0,si.getTimezoneOffsetInMilliseconds)(l),p=(f-g)/Ye.millisecondsInMinute,x=n==null?void 0:n.unit;let j;if(x?j=x:v<1?j="second":v<60?j="minute":v<Ye.minutesInDay?j="hour":p<Ye.minutesInMonth?j="day":p<Ye.minutesInYear?j="month":j="year",j==="second"){const y=m(f/1e3);return c.formatDistance("xSeconds",y,o)}else if(j==="minute"){const y=m(v);return c.formatDistance("xMinutes",y,o)}else if(j==="hour"){const y=m(v/60);return c.formatDistance("xHours",y,o)}else if(j==="day"){const y=m(p/Ye.minutesInDay);return c.formatDistance("xDays",y,o)}else if(j==="month"){const y=m(p/Ye.minutesInMonth);return y===12&&x!=="month"?c.formatDistance("xYears",1,o):c.formatDistance("xMonths",y,o)}else{const y=m(p/Ye.minutesInYear);return c.formatDistance("xYears",y,o)}}var Zo={};Zo.formatDistanceToNow=cZ;var rZ=L1,iZ=u6;function cZ(e,t){return(0,iZ.formatDistance)(e,(0,rZ.constructNow)(e),t)}var Io={};Io.formatDistanceToNowStrict=lZ;var sZ=L1,oZ=h6;function lZ(e,t){return(0,oZ.formatDistanceStrict)(e,(0,sZ.constructNow)(e),t)}var Mo={};Mo.formatDuration=mZ;var dZ=O3,uZ=H1;const hZ=["years","months","weeks","days","hours","minutes","seconds"];function mZ(e,t){const n=(0,uZ.getDefaultOptions)(),i=(t==null?void 0:t.locale)??n.locale??dZ.defaultLocale,c=(t==null?void 0:t.format)??hZ,s=(t==null?void 0:t.zero)??!1,o=(t==null?void 0:t.delimiter)??" ";return i.formatDistance?c.reduce((d,m)=>{const f=`x${m.replace(/(^.)/,g=>g.toUpperCase())}`,v=e[m];return v!==void 0&&(s||e[m])?d.concat(i.formatDistance(f,v)):d},[]).join(o):""}var Ao={};Ao.formatISO=pZ;var He=C3,fZ=P;function pZ(e,t){const n=(0,fZ.toDate)(e,t==null?void 0:t.in);if(isNaN(+n))throw new RangeError("Invalid time value");const i=(t==null?void 0:t.format)??"extended",c=(t==null?void 0:t.representation)??"complete";let s="",o="";const l=i==="extended"?"-":"",d=i==="extended"?":":"";if(c!=="time"){const m=(0,He.addLeadingZeros)(n.getDate(),2),f=(0,He.addLeadingZeros)(n.getMonth()+1,2);s=`${(0,He.addLeadingZeros)(n.getFullYear(),4)}${l}${f}${l}${m}`}if(c!=="date"){const m=n.getTimezoneOffset();if(m!==0){const j=Math.abs(m),y=(0,He.addLeadingZeros)(Math.trunc(j/60),2),b=(0,He.addLeadingZeros)(j%60,2);o=`${m<0?"+":"-"}${y}:${b}`}else o="Z";const f=(0,He.addLeadingZeros)(n.getHours(),2),v=(0,He.addLeadingZeros)(n.getMinutes(),2),g=(0,He.addLeadingZeros)(n.getSeconds(),2),p=s===""?"":"T",x=[f,v,g].join(d);s=`${s}${p}${x}${o}`}return s}var Fo={};Fo.formatISO9075=xZ;var T3=C3,vZ=Me,gZ=P;function xZ(e,t){const n=(0,gZ.toDate)(e,t==null?void 0:t.in);if(!(0,vZ.isValid)(n))throw new RangeError("Invalid time value");const i=(t==null?void 0:t.format)??"extended",c=(t==null?void 0:t.representation)??"complete";let s="";const o=i==="extended"?"-":"",l=i==="extended"?":":"";if(c!=="time"){const d=(0,T3.addLeadingZeros)(n.getDate(),2),m=(0,T3.addLeadingZeros)(n.getMonth()+1,2);s=`${(0,T3.addLeadingZeros)(n.getFullYear(),4)}${o}${m}${o}${d}`}if(c!=="date"){const d=(0,T3.addLeadingZeros)(n.getHours(),2),m=(0,T3.addLeadingZeros)(n.getMinutes(),2),f=(0,T3.addLeadingZeros)(n.getSeconds(),2);s=`${s}${s===""?"":" "}${d}${l}${m}${l}${f}`}return s}var Ro={};Ro.formatISODuration=bZ;function bZ(e){const{years:t=0,months:n=0,days:i=0,hours:c=0,minutes:s=0,seconds:o=0}=e;return`P${t}Y${n}M${i}DT${c}H${s}M${o}S`}var Vo={};Vo.formatRFC3339=_Z;var Ue=C3,jZ=Me,yZ=P;function _Z(e,t){const n=(0,yZ.toDate)(e,t==null?void 0:t.in);if(!(0,jZ.isValid)(n))throw new RangeError("Invalid time value");const i=(t==null?void 0:t.fractionDigits)??0,c=(0,Ue.addLeadingZeros)(n.getDate(),2),s=(0,Ue.addLeadingZeros)(n.getMonth()+1,2),o=n.getFullYear(),l=(0,Ue.addLeadingZeros)(n.getHours(),2),d=(0,Ue.addLeadingZeros)(n.getMinutes(),2),m=(0,Ue.addLeadingZeros)(n.getSeconds(),2);let f="";if(i>0){const p=n.getMilliseconds(),x=Math.trunc(p*Math.pow(10,i-3));f="."+(0,Ue.addLeadingZeros)(x,i)}let v="";const g=n.getTimezoneOffset();if(g!==0){const p=Math.abs(g),x=(0,Ue.addLeadingZeros)(Math.trunc(p/60),2),j=(0,Ue.addLeadingZeros)(p%60,2);v=`${g<0?"+":"-"}${x}:${j}`}else v="Z";return`${o}-${s}-${c}T${l}:${d}:${m}${f}${v}`}var Lo={};Lo.formatRFC7231=DZ;var c2=C3,wZ=Me,SZ=P;const OZ=["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],CZ=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];function DZ(e){const t=(0,SZ.toDate)(e);if(!(0,wZ.isValid)(t))throw new RangeError("Invalid time value");const n=OZ[t.getUTCDay()],i=(0,c2.addLeadingZeros)(t.getUTCDate(),2),c=CZ[t.getUTCMonth()],s=t.getUTCFullYear(),o=(0,c2.addLeadingZeros)(t.getUTCHours(),2),l=(0,c2.addLeadingZeros)(t.getUTCMinutes(),2),d=(0,c2.addLeadingZeros)(t.getUTCSeconds(),2);return`${n}, ${i} ${c} ${s} ${o}:${l}:${d} GMT`}var No={};No.formatRelative=IZ;var $Z=O3,TZ=H1,PZ=f1,EZ=Ze,ZZ=n6;function IZ(e,t,n){var v,g,p,x;const[i,c]=(0,PZ.normalizeDates)(n==null?void 0:n.in,e,t),s=(0,TZ.getDefaultOptions)(),o=(n==null?void 0:n.locale)??s.locale??$Z.defaultLocale,l=(n==null?void 0:n.weekStartsOn)??((g=(v=n==null?void 0:n.locale)==null?void 0:v.options)==null?void 0:g.weekStartsOn)??s.weekStartsOn??((x=(p=s.locale)==null?void 0:p.options)==null?void 0:x.weekStartsOn)??0,d=(0,EZ.differenceInCalendarDays)(i,c);if(isNaN(d))throw new RangeError("Invalid time value");let m;d<-6?m="other":d<-1?m="lastWeek":d<0?m="yesterday":d<1?m="today":d<2?m="tomorrow":d<7?m="nextWeek":m="other";const f=o.formatRelative(m,i,c,{locale:o,weekStartsOn:l});return(0,ZZ.format)(i,f,{locale:o,weekStartsOn:l})}var Wo={};Wo.fromUnixTime=AZ;var MZ=P;function AZ(e,t){return(0,MZ.toDate)(e*1e3,t==null?void 0:t.in)}var m6={};m6.getDate=RZ;var FZ=P;function RZ(e,t){return(0,FZ.toDate)(e,t==null?void 0:t.in).getDate()}var q0={};q0.getDay=LZ;var VZ=P;function LZ(e,t){return(0,VZ.toDate)(e,t==null?void 0:t.in).getDay()}var f6={};f6.getDaysInMonth=zZ;var NZ=Q,WZ=P;function zZ(e,t){const n=(0,WZ.toDate)(e,t==null?void 0:t.in),i=n.getFullYear(),c=n.getMonth(),s=(0,NZ.constructFrom)(n,0);return s.setFullYear(i,c+1,0),s.setHours(0,0,0,0),s.getDate()}var zo={},p6={};p6.isLeapYear=YZ;var BZ=P;function YZ(e,t){const i=(0,BZ.toDate)(e,t==null?void 0:t.in).getFullYear();return i%400===0||i%4===0&&i%100!==0}zo.getDaysInYear=kZ;var HZ=p6,UZ=P;function kZ(e,t){const n=(0,UZ.toDate)(e,t==null?void 0:t.in);return Number.isNaN(+n)?NaN:(0,HZ.isLeapYear)(n)?366:365}var Bo={};Bo.getDecade=KZ;var qZ=P;function KZ(e,t){const i=(0,qZ.toDate)(e,t==null?void 0:t.in).getFullYear();return Math.floor(i/10)*10}var v6={};v6.getDefaultOptions=QZ;var GZ=H1;function QZ(){return Object.assign({},(0,GZ.getDefaultOptions)())}var Yo={};Yo.getHours=XZ;var JZ=P;function XZ(e,t){return(0,JZ.toDate)(e,t==null?void 0:t.in).getHours()}var g6={};g6.getISODay=tI;var eI=P;function tI(e,t){const n=(0,eI.toDate)(e,t==null?void 0:t.in).getDay();return n===0?7:n}var Ho={};Ho.getISOWeeksInYear=rI;var nI=z0,aI=L,oi=t0;function rI(e,t){const n=(0,oi.startOfISOWeekYear)(e,t),c=+(0,oi.startOfISOWeekYear)((0,nI.addWeeks)(n,60))-+n;return Math.round(c/aI.millisecondsInWeek)}var Uo={};Uo.getMilliseconds=cI;var iI=P;function cI(e){return(0,iI.toDate)(e).getMilliseconds()}var ko={};ko.getMinutes=oI;var sI=P;function oI(e,t){return(0,sI.toDate)(e,t==null?void 0:t.in).getMinutes()}var qo={};qo.getMonth=dI;var lI=P;function dI(e,t){return(0,lI.toDate)(e,t==null?void 0:t.in).getMonth()}var Ko={};Ko.getOverlappingDaysInIntervals=hI;var li=Ie,uI=L,s2=P;function hI(e,t){const[n,i]=[+(0,s2.toDate)(e.start),+(0,s2.toDate)(e.end)].sort((v,g)=>v-g),[c,s]=[+(0,s2.toDate)(t.start),+(0,s2.toDate)(t.end)].sort((v,g)=>v-g);if(!(n<s&&c<i))return 0;const l=c<n?n:c,d=l-(0,li.getTimezoneOffsetInMilliseconds)(l),m=s>i?i:s,f=m-(0,li.getTimezoneOffsetInMilliseconds)(m);return Math.ceil((f-d)/uI.millisecondsInDay)}var Go={};Go.getSeconds=fI;var mI=P;function fI(e){return(0,mI.toDate)(e).getSeconds()}var Qo={};Qo.getTime=vI;var pI=P;function vI(e){return+(0,pI.toDate)(e)}var Jo={};Jo.getUnixTime=xI;var gI=P;function xI(e){return Math.trunc(+(0,gI.toDate)(e)/1e3)}var Xo={};Xo.getWeekOfMonth=SI;var bI=H1,jI=m6,yI=q0,_I=H0,wI=P;function SI(e,t){var d,m,f,v;const n=(0,bI.getDefaultOptions)(),i=(t==null?void 0:t.weekStartsOn)??((m=(d=t==null?void 0:t.locale)==null?void 0:d.options)==null?void 0:m.weekStartsOn)??n.weekStartsOn??((v=(f=n.locale)==null?void 0:f.options)==null?void 0:v.weekStartsOn)??0,c=(0,jI.getDate)((0,wI.toDate)(e,t==null?void 0:t.in));if(isNaN(c))return NaN;const s=(0,yI.getDay)((0,_I.startOfMonth)(e,t));let o=i-s;o<=0&&(o+=7);const l=c-o;return Math.ceil(l/7)+1}var e9={},x6={};x6.lastDayOfMonth=OI;var di=P;function OI(e,t){const n=(0,di.toDate)(e,t==null?void 0:t.in),i=n.getMonth();return n.setFullYear(n.getFullYear(),i+1,0),n.setHours(0,0,0,0),(0,di.toDate)(n,t==null?void 0:t.in)}e9.getWeeksInMonth=PI;var CI=st,DI=x6,$I=H0,TI=P;function PI(e,t){const n=(0,TI.toDate)(e,t==null?void 0:t.in);return(0,CI.differenceInCalendarWeeks)((0,DI.lastDayOfMonth)(n,t),(0,$I.startOfMonth)(n,t),t)+1}var t9={};t9.getYear=ZI;var EI=P;function ZI(e,t){return(0,EI.toDate)(e,t==null?void 0:t.in).getFullYear()}var n9={};n9.hoursToMilliseconds=MI;var II=L;function MI(e){return Math.trunc(e*II.millisecondsInHour)}var a9={};a9.hoursToMinutes=FI;var AI=L;function FI(e){return Math.trunc(e*AI.minutesInHour)}var r9={};r9.hoursToSeconds=VI;var RI=L;function VI(e){return Math.trunc(e*RI.secondsInHour)}var i9={};i9.interval=NI;var LI=f1;function NI(e,t,n){const[i,c]=(0,LI.normalizeDates)(n==null?void 0:n.in,e,t);if(isNaN(+i))throw new TypeError("Start date is invalid");if(isNaN(+c))throw new TypeError("End date is invalid");if(n!=null&&n.assertPositive&&+i>+c)throw new TypeError("End date must be after start date");return{start:i,end:c}}var c9={};c9.intervalToDuration=qI;var WI=we,o0=M5,zI=lt,BI=dt,YI=ht,HI=B0,UI=Y0,kI=J5;function qI(e,t){const{start:n,end:i}=(0,WI.normalizeInterval)(t==null?void 0:t.in,e),c={},s=(0,kI.differenceInYears)(i,n);s&&(c.years=s);const o=(0,o0.add)(n,{years:c.years}),l=(0,HI.differenceInMonths)(i,o);l&&(c.months=l);const d=(0,o0.add)(o,{months:c.months}),m=(0,zI.differenceInDays)(i,d);m&&(c.days=m);const f=(0,o0.add)(d,{days:c.days}),v=(0,BI.differenceInHours)(i,f);v&&(c.hours=v);const g=(0,o0.add)(f,{hours:c.hours}),p=(0,YI.differenceInMinutes)(i,g);p&&(c.minutes=p);const x=(0,o0.add)(g,{minutes:c.minutes}),j=(0,UI.differenceInSeconds)(i,x);return j&&(c.seconds=j),c}var s9={};s9.intlFormat=GI;var KI=P;function GI(e,t,n){let i;return QI(t)?i=t:n=t,new Intl.DateTimeFormat(n==null?void 0:n.locale,i).format((0,KI.toDate)(e))}function QI(e){return e!==void 0&&!("locale"in e)}var o9={};o9.intlFormatDistance=XI;var JI=f1,l3=L,cr=Ze,ui=ct,sr=q5,hi=st,or=ot,mi=dt,fi=ht,lr=Y0;function XI(e,t,n){let i=0,c;const[s,o]=(0,JI.normalizeDates)(n==null?void 0:n.in,e,t);if(n!=null&&n.unit)c=n==null?void 0:n.unit,c==="second"?i=(0,lr.differenceInSeconds)(s,o):c==="minute"?i=(0,fi.differenceInMinutes)(s,o):c==="hour"?i=(0,mi.differenceInHours)(s,o):c==="day"?i=(0,cr.differenceInCalendarDays)(s,o):c==="week"?i=(0,hi.differenceInCalendarWeeks)(s,o):c==="month"?i=(0,ui.differenceInCalendarMonths)(s,o):c==="quarter"?i=(0,sr.differenceInCalendarQuarters)(s,o):c==="year"&&(i=(0,or.differenceInCalendarYears)(s,o));else{const d=(0,lr.differenceInSeconds)(s,o);Math.abs(d)<l3.secondsInMinute?(i=(0,lr.differenceInSeconds)(s,o),c="second"):Math.abs(d)<l3.secondsInHour?(i=(0,fi.differenceInMinutes)(s,o),c="minute"):Math.abs(d)<l3.secondsInDay&&Math.abs((0,cr.differenceInCalendarDays)(s,o))<1?(i=(0,mi.differenceInHours)(s,o),c="hour"):Math.abs(d)<l3.secondsInWeek&&(i=(0,cr.differenceInCalendarDays)(s,o))&&Math.abs(i)<7?c="day":Math.abs(d)<l3.secondsInMonth?(i=(0,hi.differenceInCalendarWeeks)(s,o),c="week"):Math.abs(d)<l3.secondsInQuarter?(i=(0,ui.differenceInCalendarMonths)(s,o),c="month"):Math.abs(d)<l3.secondsInYear&&(0,sr.differenceInCalendarQuarters)(s,o)<4?(i=(0,sr.differenceInCalendarQuarters)(s,o),c="quarter"):(i=(0,or.differenceInCalendarYears)(s,o),c="year")}return new Intl.RelativeTimeFormat(n==null?void 0:n.locale,{numeric:"auto",...n}).format(i,c)}var l9={};l9.isAfter=eM;var pi=P;function eM(e,t){return+(0,pi.toDate)(e)>+(0,pi.toDate)(t)}var d9={};d9.isBefore=tM;var vi=P;function tM(e,t){return+(0,vi.toDate)(e)<+(0,vi.toDate)(t)}var u9={};u9.isEqual=nM;var gi=P;function nM(e,t){return+(0,gi.toDate)(e)==+(0,gi.toDate)(t)}var h9={};h9.isExists=aM;function aM(e,t,n){const i=new Date(e,t,n);return i.getFullYear()===e&&i.getMonth()===t&&i.getDate()===n}var m9={};m9.isFirstDayOfMonth=iM;var rM=P;function iM(e,t){return(0,rM.toDate)(e,t==null?void 0:t.in).getDate()===1}var f9={};f9.isFriday=sM;var cM=P;function sM(e,t){return(0,cM.toDate)(e,t==null?void 0:t.in).getDay()===5}var p9={};p9.isFuture=lM;var oM=P;function lM(e){return+(0,oM.toDate)(e)>Date.now()}var v9={},b6={},qe={},j6={};j6.transpose=uM;var dM=Q;function uM(e,t){const n=hM(t)?new t(0):(0,dM.constructFrom)(t,0);return n.setFullYear(e.getFullYear(),e.getMonth(),e.getDate()),n.setHours(e.getHours(),e.getMinutes(),e.getSeconds(),e.getMilliseconds()),n}function hM(e){var t;return typeof e=="function"&&((t=e.prototype)==null?void 0:t.constructor)===e}qe.ValueSetter=qe.Setter=qe.DateTimezoneSetter=void 0;var xi=Q,mM=j6;const fM=10;class y6{constructor(){k(this,"subPriority",0)}validate(t,n){return!0}}qe.Setter=y6;class pM extends y6{constructor(t,n,i,c,s){super(),this.value=t,this.validateValue=n,this.setValue=i,this.priority=c,s&&(this.subPriority=s)}validate(t,n){return this.validateValue(t,this.value,n)}set(t,n,i){return this.setValue(t,n,this.value,i)}}qe.ValueSetter=pM;class vM extends y6{constructor(n,i){super();k(this,"priority",fM);k(this,"subPriority",-1);this.context=n||(c=>(0,xi.constructFrom)(i,c))}set(n,i){return i.timestampIsSet?n:(0,xi.constructFrom)(n,(0,mM.transpose)(n,this.context))}}qe.DateTimezoneSetter=vM;var _6={},w6={},o1={};o1.Parser=void 0;var gM=qe;class xM{run(t,n,i,c){const s=this.parse(t,n,i,c);return s?{setter:new gM.ValueSetter(s.value,this.validate,this.set,this.priority,this.subPriority),rest:s.rest}:null}validate(t,n,i){return!0}}o1.Parser=xM;w6.EraParser=void 0;var bM=o1;class jM extends bM.Parser{constructor(){super(...arguments);k(this,"priority",140);k(this,"incompatibleTokens",["R","u","t","T"])}parse(n,i,c){switch(i){case"G":case"GG":case"GGG":return c.era(n,{width:"abbreviated"})||c.era(n,{width:"narrow"});case"GGGGG":return c.era(n,{width:"narrow"});case"GGGG":default:return c.era(n,{width:"wide"})||c.era(n,{width:"abbreviated"})||c.era(n,{width:"narrow"})}}set(n,i,c){return i.era=c,n.setFullYear(c,0,1),n.setHours(0,0,0,0),n}}w6.EraParser=jM;var S6={},c1={},V1={};V1.timezonePatterns=V1.numericPatterns=void 0;V1.numericPatterns={month:/^(1[0-2]|0?\d)/,date:/^(3[0-1]|[0-2]?\d)/,dayOfYear:/^(36[0-6]|3[0-5]\d|[0-2]?\d?\d)/,week:/^(5[0-3]|[0-4]?\d)/,hour23h:/^(2[0-3]|[0-1]?\d)/,hour24h:/^(2[0-4]|[0-1]?\d)/,hour11h:/^(1[0-1]|0?\d)/,hour12h:/^(1[0-2]|0?\d)/,minute:/^[0-5]?\d/,second:/^[0-5]?\d/,singleDigit:/^\d/,twoDigits:/^\d{1,2}/,threeDigits:/^\d{1,3}/,fourDigits:/^\d{1,4}/,anyDigitsSigned:/^-?\d+/,singleDigitSigned:/^-?\d/,twoDigitsSigned:/^-?\d{1,2}/,threeDigitsSigned:/^-?\d{1,3}/,fourDigitsSigned:/^-?\d{1,4}/};V1.timezonePatterns={basicOptionalMinutes:/^([+-])(\d{2})(\d{2})?|Z/,basic:/^([+-])(\d{2})(\d{2})|Z/,basicOptionalSeconds:/^([+-])(\d{2})(\d{2})((\d{2}))?|Z/,extended:/^([+-])(\d{2}):(\d{2})|Z/,extendedOptionalSeconds:/^([+-])(\d{2}):(\d{2})(:(\d{2}))?|Z/};c1.dayPeriodEnumToHours=CM;c1.isLeapYearIndex=$M;c1.mapValue=yM;c1.normalizeTwoDigitYear=DM;c1.parseAnyDigitsSigned=wM;c1.parseNDigits=SM;c1.parseNDigitsSigned=OM;c1.parseNumericPattern=ae;c1.parseTimezonePattern=_M;var dr=L,De=V1;function yM(e,t){return e&&{value:t(e.value),rest:e.rest}}function ae(e,t){const n=t.match(e);return n?{value:parseInt(n[0],10),rest:t.slice(n[0].length)}:null}function _M(e,t){const n=t.match(e);if(!n)return null;if(n[0]==="Z")return{value:0,rest:t.slice(1)};const i=n[1]==="+"?1:-1,c=n[2]?parseInt(n[2],10):0,s=n[3]?parseInt(n[3],10):0,o=n[5]?parseInt(n[5],10):0;return{value:i*(c*dr.millisecondsInHour+s*dr.millisecondsInMinute+o*dr.millisecondsInSecond),rest:t.slice(n[0].length)}}function wM(e){return ae(De.numericPatterns.anyDigitsSigned,e)}function SM(e,t){switch(e){case 1:return ae(De.numericPatterns.singleDigit,t);case 2:return ae(De.numericPatterns.twoDigits,t);case 3:return ae(De.numericPatterns.threeDigits,t);case 4:return ae(De.numericPatterns.fourDigits,t);default:return ae(new RegExp("^\\d{1,"+e+"}"),t)}}function OM(e,t){switch(e){case 1:return ae(De.numericPatterns.singleDigitSigned,t);case 2:return ae(De.numericPatterns.twoDigitsSigned,t);case 3:return ae(De.numericPatterns.threeDigitsSigned,t);case 4:return ae(De.numericPatterns.fourDigitsSigned,t);default:return ae(new RegExp("^-?\\d{1,"+e+"}"),t)}}function CM(e){switch(e){case"morning":return 4;case"evening":return 17;case"pm":case"noon":case"afternoon":return 12;case"am":case"midnight":case"night":default:return 0}}function DM(e,t){const n=t>0,i=n?t:1-t;let c;if(i<=50)c=e||100;else{const s=i+50,o=Math.trunc(s/100)*100,l=e>=s%100;c=e+o-(l?100:0)}return n?c:1-c}function $M(e){return e%400===0||e%4===0&&e%100!==0}S6.YearParser=void 0;var TM=o1,P3=c1;class PM extends TM.Parser{constructor(){super(...arguments);k(this,"priority",130);k(this,"incompatibleTokens",["Y","R","u","w","I","i","e","c","t","T"])}parse(n,i,c){const s=o=>({year:o,isTwoDigitYear:i==="yy"});switch(i){case"y":return(0,P3.mapValue)((0,P3.parseNDigits)(4,n),s);case"yo":return(0,P3.mapValue)(c.ordinalNumber(n,{unit:"year"}),s);default:return(0,P3.mapValue)((0,P3.parseNDigits)(i.length,n),s)}}validate(n,i){return i.isTwoDigitYear||i.year>0}set(n,i,c){const s=n.getFullYear();if(c.isTwoDigitYear){const l=(0,P3.normalizeTwoDigitYear)(c.year,s);return n.setFullYear(l,0,1),n.setHours(0,0,0,0),n}const o=!("era"in i)||i.era===1?c.year:1-c.year;return n.setFullYear(o,0,1),n.setHours(0,0,0,0),n}}S6.YearParser=PM;var O6={};O6.LocalWeekYearParser=void 0;var EM=U0,bi=ve,ZM=o1,E3=c1;class IM extends ZM.Parser{constructor(){super(...arguments);k(this,"priority",130);k(this,"incompatibleTokens",["y","R","u","Q","q","M","L","I","d","D","i","t","T"])}parse(n,i,c){const s=o=>({year:o,isTwoDigitYear:i==="YY"});switch(i){case"Y":return(0,E3.mapValue)((0,E3.parseNDigits)(4,n),s);case"Yo":return(0,E3.mapValue)(c.ordinalNumber(n,{unit:"year"}),s);default:return(0,E3.mapValue)((0,E3.parseNDigits)(i.length,n),s)}}validate(n,i){return i.isTwoDigitYear||i.year>0}set(n,i,c,s){const o=(0,EM.getWeekYear)(n,s);if(c.isTwoDigitYear){const d=(0,E3.normalizeTwoDigitYear)(c.year,o);return n.setFullYear(d,0,s.firstWeekContainsDate),n.setHours(0,0,0,0),(0,bi.startOfWeek)(n,s)}const l=!("era"in i)||i.era===1?c.year:1-c.year;return n.setFullYear(l,0,s.firstWeekContainsDate),n.setHours(0,0,0,0),(0,bi.startOfWeek)(n,s)}}O6.LocalWeekYearParser=IM;var C6={};C6.ISOWeekYearParser=void 0;var MM=_e,AM=Q,FM=o1,ji=c1;class RM extends FM.Parser{constructor(){super(...arguments);k(this,"priority",130);k(this,"incompatibleTokens",["G","y","Y","u","Q","q","M","L","w","d","D","e","c","t","T"])}parse(n,i){return i==="R"?(0,ji.parseNDigitsSigned)(4,n):(0,ji.parseNDigitsSigned)(i.length,n)}set(n,i,c){const s=(0,AM.constructFrom)(n,0);return s.setFullYear(c,0,4),s.setHours(0,0,0,0),(0,MM.startOfISOWeek)(s)}}C6.ISOWeekYearParser=RM;var D6={};D6.ExtendedYearParser=void 0;var VM=o1,yi=c1;class LM extends VM.Parser{constructor(){super(...arguments);k(this,"priority",130);k(this,"incompatibleTokens",["G","y","Y","R","w","I","i","e","c","t","T"])}parse(n,i){return i==="u"?(0,yi.parseNDigitsSigned)(4,n):(0,yi.parseNDigitsSigned)(i.length,n)}set(n,i,c){return n.setFullYear(c,0,1),n.setHours(0,0,0,0),n}}D6.ExtendedYearParser=LM;var $6={};$6.QuarterParser=void 0;var NM=o1,WM=c1;class zM extends NM.Parser{constructor(){super(...arguments);k(this,"priority",120);k(this,"incompatibleTokens",["Y","R","q","M","L","w","I","d","D","i","e","c","t","T"])}parse(n,i,c){switch(i){case"Q":case"QQ":return(0,WM.parseNDigits)(i.length,n);case"Qo":return c.ordinalNumber(n,{unit:"quarter"});case"QQQ":return c.quarter(n,{width:"abbreviated",context:"formatting"})||c.quarter(n,{width:"narrow",context:"formatting"});case"QQQQQ":return c.quarter(n,{width:"narrow",context:"formatting"});case"QQQQ":default:return c.quarter(n,{width:"wide",context:"formatting"})||c.quarter(n,{width:"abbreviated",context:"formatting"})||c.quarter(n,{width:"narrow",context:"formatting"})}}validate(n,i){return i>=1&&i<=4}set(n,i,c){return n.setMonth((c-1)*3,1),n.setHours(0,0,0,0),n}}$6.QuarterParser=zM;var T6={};T6.StandAloneQuarterParser=void 0;var BM=o1,YM=c1;class HM extends BM.Parser{constructor(){super(...arguments);k(this,"priority",120);k(this,"incompatibleTokens",["Y","R","Q","M","L","w","I","d","D","i","e","c","t","T"])}parse(n,i,c){switch(i){case"q":case"qq":return(0,YM.parseNDigits)(i.length,n);case"qo":return c.ordinalNumber(n,{unit:"quarter"});case"qqq":return c.quarter(n,{width:"abbreviated",context:"standalone"})||c.quarter(n,{width:"narrow",context:"standalone"});case"qqqqq":return c.quarter(n,{width:"narrow",context:"standalone"});case"qqqq":default:return c.quarter(n,{width:"wide",context:"standalone"})||c.quarter(n,{width:"abbreviated",context:"standalone"})||c.quarter(n,{width:"narrow",context:"standalone"})}}validate(n,i){return i>=1&&i<=4}set(n,i,c){return n.setMonth((c-1)*3,1),n.setHours(0,0,0,0),n}}T6.StandAloneQuarterParser=HM;var P6={};P6.MonthParser=void 0;var UM=V1,kM=o1,l0=c1;class qM extends kM.Parser{constructor(){super(...arguments);k(this,"incompatibleTokens",["Y","R","q","Q","L","w","I","D","i","e","c","t","T"]);k(this,"priority",110)}parse(n,i,c){const s=o=>o-1;switch(i){case"M":return(0,l0.mapValue)((0,l0.parseNumericPattern)(UM.numericPatterns.month,n),s);case"MM":return(0,l0.mapValue)((0,l0.parseNDigits)(2,n),s);case"Mo":return(0,l0.mapValue)(c.ordinalNumber(n,{unit:"month"}),s);case"MMM":return c.month(n,{width:"abbreviated",context:"formatting"})||c.month(n,{width:"narrow",context:"formatting"});case"MMMMM":return c.month(n,{width:"narrow",context:"formatting"});case"MMMM":default:return c.month(n,{width:"wide",context:"formatting"})||c.month(n,{width:"abbreviated",context:"formatting"})||c.month(n,{width:"narrow",context:"formatting"})}}validate(n,i){return i>=0&&i<=11}set(n,i,c){return n.setMonth(c,1),n.setHours(0,0,0,0),n}}P6.MonthParser=qM;var E6={};E6.StandAloneMonthParser=void 0;var KM=V1,GM=o1,d0=c1;class QM extends GM.Parser{constructor(){super(...arguments);k(this,"priority",110);k(this,"incompatibleTokens",["Y","R","q","Q","M","w","I","D","i","e","c","t","T"])}parse(n,i,c){const s=o=>o-1;switch(i){case"L":return(0,d0.mapValue)((0,d0.parseNumericPattern)(KM.numericPatterns.month,n),s);case"LL":return(0,d0.mapValue)((0,d0.parseNDigits)(2,n),s);case"Lo":return(0,d0.mapValue)(c.ordinalNumber(n,{unit:"month"}),s);case"LLL":return c.month(n,{width:"abbreviated",context:"standalone"})||c.month(n,{width:"narrow",context:"standalone"});case"LLLLL":return c.month(n,{width:"narrow",context:"standalone"});case"LLLL":default:return c.month(n,{width:"wide",context:"standalone"})||c.month(n,{width:"abbreviated",context:"standalone"})||c.month(n,{width:"narrow",context:"standalone"})}}validate(n,i){return i>=0&&i<=11}set(n,i,c){return n.setMonth(c,1),n.setHours(0,0,0,0),n}}E6.StandAloneMonthParser=QM;var Z6={},I6={};I6.setWeek=XM;var JM=bt,_i=P;function XM(e,t,n){const i=(0,_i.toDate)(e,n==null?void 0:n.in),c=(0,JM.getWeek)(i,n)-t;return i.setDate(i.getDate()-c*7),(0,_i.toDate)(i,n==null?void 0:n.in)}Z6.LocalWeekParser=void 0;var eA=I6,tA=ve,nA=V1,aA=o1,wi=c1;class rA extends aA.Parser{constructor(){super(...arguments);k(this,"priority",100);k(this,"incompatibleTokens",["y","R","u","q","Q","M","L","I","d","D","i","t","T"])}parse(n,i,c){switch(i){case"w":return(0,wi.parseNumericPattern)(nA.numericPatterns.week,n);case"wo":return c.ordinalNumber(n,{unit:"week"});default:return(0,wi.parseNDigits)(i.length,n)}}validate(n,i){return i>=1&&i<=53}set(n,i,c,s){return(0,tA.startOfWeek)((0,eA.setWeek)(n,c,s),s)}}Z6.LocalWeekParser=rA;var M6={},A6={};A6.setISOWeek=sA;var iA=xt,cA=P;function sA(e,t,n){const i=(0,cA.toDate)(e,n==null?void 0:n.in),c=(0,iA.getISOWeek)(i,n)-t;return i.setDate(i.getDate()-c*7),i}M6.ISOWeekParser=void 0;var oA=A6,lA=_e,dA=V1,uA=o1,Si=c1;class hA extends uA.Parser{constructor(){super(...arguments);k(this,"priority",100);k(this,"incompatibleTokens",["y","Y","u","q","Q","M","L","w","d","D","e","c","t","T"])}parse(n,i,c){switch(i){case"I":return(0,Si.parseNumericPattern)(dA.numericPatterns.week,n);case"Io":return c.ordinalNumber(n,{unit:"week"});default:return(0,Si.parseNDigits)(i.length,n)}}validate(n,i){return i>=1&&i<=53}set(n,i,c){return(0,lA.startOfISOWeek)((0,oA.setISOWeek)(n,c))}}M6.ISOWeekParser=hA;var F6={};F6.DateParser=void 0;var mA=V1,fA=o1,ur=c1;const pA=[31,28,31,30,31,30,31,31,30,31,30,31],vA=[31,29,31,30,31,30,31,31,30,31,30,31];class gA extends fA.Parser{constructor(){super(...arguments);k(this,"priority",90);k(this,"subPriority",1);k(this,"incompatibleTokens",["Y","R","q","Q","w","I","D","i","e","c","t","T"])}parse(n,i,c){switch(i){case"d":return(0,ur.parseNumericPattern)(mA.numericPatterns.date,n);case"do":return c.ordinalNumber(n,{unit:"date"});default:return(0,ur.parseNDigits)(i.length,n)}}validate(n,i){const c=n.getFullYear(),s=(0,ur.isLeapYearIndex)(c),o=n.getMonth();return s?i>=1&&i<=vA[o]:i>=1&&i<=pA[o]}set(n,i,c){return n.setDate(c),n.setHours(0,0,0,0),n}}F6.DateParser=gA;var R6={};R6.DayOfYearParser=void 0;var xA=V1,bA=o1,hr=c1;class jA extends bA.Parser{constructor(){super(...arguments);k(this,"priority",90);k(this,"subpriority",1);k(this,"incompatibleTokens",["Y","R","q","Q","M","L","w","I","d","E","i","e","c","t","T"])}parse(n,i,c){switch(i){case"D":case"DD":return(0,hr.parseNumericPattern)(xA.numericPatterns.dayOfYear,n);case"Do":return c.ordinalNumber(n,{unit:"date"});default:return(0,hr.parseNDigits)(i.length,n)}}validate(n,i){const c=n.getFullYear();return(0,hr.isLeapYearIndex)(c)?i>=1&&i<=366:i>=1&&i<=365}set(n,i,c){return n.setMonth(0,c),n.setHours(0,0,0,0),n}}R6.DayOfYearParser=jA;var V6={},K0={};K0.setDay=SA;var yA=H1,_A=ye,wA=P;function SA(e,t,n){var v,g,p,x;const i=(0,yA.getDefaultOptions)(),c=(n==null?void 0:n.weekStartsOn)??((g=(v=n==null?void 0:n.locale)==null?void 0:v.options)==null?void 0:g.weekStartsOn)??i.weekStartsOn??((x=(p=i.locale)==null?void 0:p.options)==null?void 0:x.weekStartsOn)??0,s=(0,wA.toDate)(e,n==null?void 0:n.in),o=s.getDay(),d=(t%7+7)%7,m=7-c,f=t<0||t>6?t-(o+m)%7:(d+m)%7-(o+m)%7;return(0,_A.addDays)(s,f,n)}V6.DayParser=void 0;var OA=K0,CA=o1;class DA extends CA.Parser{constructor(){super(...arguments);k(this,"priority",90);k(this,"incompatibleTokens",["D","i","e","c","t","T"])}parse(n,i,c){switch(i){case"E":case"EE":case"EEE":return c.day(n,{width:"abbreviated",context:"formatting"})||c.day(n,{width:"short",context:"formatting"})||c.day(n,{width:"narrow",context:"formatting"});case"EEEEE":return c.day(n,{width:"narrow",context:"formatting"});case"EEEEEE":return c.day(n,{width:"short",context:"formatting"})||c.day(n,{width:"narrow",context:"formatting"});case"EEEE":default:return c.day(n,{width:"wide",context:"formatting"})||c.day(n,{width:"abbreviated",context:"formatting"})||c.day(n,{width:"short",context:"formatting"})||c.day(n,{width:"narrow",context:"formatting"})}}validate(n,i){return i>=0&&i<=6}set(n,i,c,s){return n=(0,OA.setDay)(n,c,s),n.setHours(0,0,0,0),n}}V6.DayParser=DA;var L6={};L6.LocalDayParser=void 0;var $A=K0,TA=o1,mr=c1;class PA extends TA.Parser{constructor(){super(...arguments);k(this,"priority",90);k(this,"incompatibleTokens",["y","R","u","q","Q","M","L","I","d","D","E","i","c","t","T"])}parse(n,i,c,s){const o=l=>{const d=Math.floor((l-1)/7)*7;return(l+s.weekStartsOn+6)%7+d};switch(i){case"e":case"ee":return(0,mr.mapValue)((0,mr.parseNDigits)(i.length,n),o);case"eo":return(0,mr.mapValue)(c.ordinalNumber(n,{unit:"day"}),o);case"eee":return c.day(n,{width:"abbreviated",context:"formatting"})||c.day(n,{width:"short",context:"formatting"})||c.day(n,{width:"narrow",context:"formatting"});case"eeeee":return c.day(n,{width:"narrow",context:"formatting"});case"eeeeee":return c.day(n,{width:"short",context:"formatting"})||c.day(n,{width:"narrow",context:"formatting"});case"eeee":default:return c.day(n,{width:"wide",context:"formatting"})||c.day(n,{width:"abbreviated",context:"formatting"})||c.day(n,{width:"short",context:"formatting"})||c.day(n,{width:"narrow",context:"formatting"})}}validate(n,i){return i>=0&&i<=6}set(n,i,c,s){return n=(0,$A.setDay)(n,c,s),n.setHours(0,0,0,0),n}}L6.LocalDayParser=PA;var N6={};N6.StandAloneLocalDayParser=void 0;var EA=K0,ZA=o1,fr=c1;class IA extends ZA.Parser{constructor(){super(...arguments);k(this,"priority",90);k(this,"incompatibleTokens",["y","R","u","q","Q","M","L","I","d","D","E","i","e","t","T"])}parse(n,i,c,s){const o=l=>{const d=Math.floor((l-1)/7)*7;return(l+s.weekStartsOn+6)%7+d};switch(i){case"c":case"cc":return(0,fr.mapValue)((0,fr.parseNDigits)(i.length,n),o);case"co":return(0,fr.mapValue)(c.ordinalNumber(n,{unit:"day"}),o);case"ccc":return c.day(n,{width:"abbreviated",context:"standalone"})||c.day(n,{width:"short",context:"standalone"})||c.day(n,{width:"narrow",context:"standalone"});case"ccccc":return c.day(n,{width:"narrow",context:"standalone"});case"cccccc":return c.day(n,{width:"short",context:"standalone"})||c.day(n,{width:"narrow",context:"standalone"});case"cccc":default:return c.day(n,{width:"wide",context:"standalone"})||c.day(n,{width:"abbreviated",context:"standalone"})||c.day(n,{width:"short",context:"standalone"})||c.day(n,{width:"narrow",context:"standalone"})}}validate(n,i){return i>=0&&i<=6}set(n,i,c,s){return n=(0,EA.setDay)(n,c,s),n.setHours(0,0,0,0),n}}N6.StandAloneLocalDayParser=IA;var W6={},z6={};z6.setISODay=RA;var MA=ye,AA=g6,FA=P;function RA(e,t,n){const i=(0,FA.toDate)(e,n==null?void 0:n.in),c=(0,AA.getISODay)(i,n),s=t-c;return(0,MA.addDays)(i,s,n)}W6.ISODayParser=void 0;var VA=z6,LA=o1,u0=c1;class NA extends LA.Parser{constructor(){super(...arguments);k(this,"priority",90);k(this,"incompatibleTokens",["y","Y","u","q","Q","M","L","w","d","D","E","e","c","t","T"])}parse(n,i,c){const s=o=>o===0?7:o;switch(i){case"i":case"ii":return(0,u0.parseNDigits)(i.length,n);case"io":return c.ordinalNumber(n,{unit:"day"});case"iii":return(0,u0.mapValue)(c.day(n,{width:"abbreviated",context:"formatting"})||c.day(n,{width:"short",context:"formatting"})||c.day(n,{width:"narrow",context:"formatting"}),s);case"iiiii":return(0,u0.mapValue)(c.day(n,{width:"narrow",context:"formatting"}),s);case"iiiiii":return(0,u0.mapValue)(c.day(n,{width:"short",context:"formatting"})||c.day(n,{width:"narrow",context:"formatting"}),s);case"iiii":default:return(0,u0.mapValue)(c.day(n,{width:"wide",context:"formatting"})||c.day(n,{width:"abbreviated",context:"formatting"})||c.day(n,{width:"short",context:"formatting"})||c.day(n,{width:"narrow",context:"formatting"}),s)}}validate(n,i){return i>=1&&i<=7}set(n,i,c){return n=(0,VA.setISODay)(n,c),n.setHours(0,0,0,0),n}}W6.ISODayParser=NA;var B6={};B6.AMPMParser=void 0;var WA=o1,zA=c1;class BA extends WA.Parser{constructor(){super(...arguments);k(this,"priority",80);k(this,"incompatibleTokens",["b","B","H","k","t","T"])}parse(n,i,c){switch(i){case"a":case"aa":case"aaa":return c.dayPeriod(n,{width:"abbreviated",context:"formatting"})||c.dayPeriod(n,{width:"narrow",context:"formatting"});case"aaaaa":return c.dayPeriod(n,{width:"narrow",context:"formatting"});case"aaaa":default:return c.dayPeriod(n,{width:"wide",context:"formatting"})||c.dayPeriod(n,{width:"abbreviated",context:"formatting"})||c.dayPeriod(n,{width:"narrow",context:"formatting"})}}set(n,i,c){return n.setHours((0,zA.dayPeriodEnumToHours)(c),0,0,0),n}}B6.AMPMParser=BA;var Y6={};Y6.AMPMMidnightParser=void 0;var YA=o1,HA=c1;class UA extends YA.Parser{constructor(){super(...arguments);k(this,"priority",80);k(this,"incompatibleTokens",["a","B","H","k","t","T"])}parse(n,i,c){switch(i){case"b":case"bb":case"bbb":return c.dayPeriod(n,{width:"abbreviated",context:"formatting"})||c.dayPeriod(n,{width:"narrow",context:"formatting"});case"bbbbb":return c.dayPeriod(n,{width:"narrow",context:"formatting"});case"bbbb":default:return c.dayPeriod(n,{width:"wide",context:"formatting"})||c.dayPeriod(n,{width:"abbreviated",context:"formatting"})||c.dayPeriod(n,{width:"narrow",context:"formatting"})}}set(n,i,c){return n.setHours((0,HA.dayPeriodEnumToHours)(c),0,0,0),n}}Y6.AMPMMidnightParser=UA;var H6={};H6.DayPeriodParser=void 0;var kA=o1,qA=c1;class KA extends kA.Parser{constructor(){super(...arguments);k(this,"priority",80);k(this,"incompatibleTokens",["a","b","t","T"])}parse(n,i,c){switch(i){case"B":case"BB":case"BBB":return c.dayPeriod(n,{width:"abbreviated",context:"formatting"})||c.dayPeriod(n,{width:"narrow",context:"formatting"});case"BBBBB":return c.dayPeriod(n,{width:"narrow",context:"formatting"});case"BBBB":default:return c.dayPeriod(n,{width:"wide",context:"formatting"})||c.dayPeriod(n,{width:"abbreviated",context:"formatting"})||c.dayPeriod(n,{width:"narrow",context:"formatting"})}}set(n,i,c){return n.setHours((0,qA.dayPeriodEnumToHours)(c),0,0,0),n}}H6.DayPeriodParser=KA;var U6={};U6.Hour1to12Parser=void 0;var GA=V1,QA=o1,Oi=c1;class JA extends QA.Parser{constructor(){super(...arguments);k(this,"priority",70);k(this,"incompatibleTokens",["H","K","k","t","T"])}parse(n,i,c){switch(i){case"h":return(0,Oi.parseNumericPattern)(GA.numericPatterns.hour12h,n);case"ho":return c.ordinalNumber(n,{unit:"hour"});default:return(0,Oi.parseNDigits)(i.length,n)}}validate(n,i){return i>=1&&i<=12}set(n,i,c){const s=n.getHours()>=12;return s&&c<12?n.setHours(c+12,0,0,0):!s&&c===12?n.setHours(0,0,0,0):n.setHours(c,0,0,0),n}}U6.Hour1to12Parser=JA;var k6={};k6.Hour0to23Parser=void 0;var XA=V1,eF=o1,Ci=c1;class tF extends eF.Parser{constructor(){super(...arguments);k(this,"priority",70);k(this,"incompatibleTokens",["a","b","h","K","k","t","T"])}parse(n,i,c){switch(i){case"H":return(0,Ci.parseNumericPattern)(XA.numericPatterns.hour23h,n);case"Ho":return c.ordinalNumber(n,{unit:"hour"});default:return(0,Ci.parseNDigits)(i.length,n)}}validate(n,i){return i>=0&&i<=23}set(n,i,c){return n.setHours(c,0,0,0),n}}k6.Hour0to23Parser=tF;var q6={};q6.Hour0To11Parser=void 0;var nF=V1,aF=o1,Di=c1;class rF extends aF.Parser{constructor(){super(...arguments);k(this,"priority",70);k(this,"incompatibleTokens",["h","H","k","t","T"])}parse(n,i,c){switch(i){case"K":return(0,Di.parseNumericPattern)(nF.numericPatterns.hour11h,n);case"Ko":return c.ordinalNumber(n,{unit:"hour"});default:return(0,Di.parseNDigits)(i.length,n)}}validate(n,i){return i>=0&&i<=11}set(n,i,c){return n.getHours()>=12&&c<12?n.setHours(c+12,0,0,0):n.setHours(c,0,0,0),n}}q6.Hour0To11Parser=rF;var K6={};K6.Hour1To24Parser=void 0;var iF=V1,cF=o1,$i=c1;class sF extends cF.Parser{constructor(){super(...arguments);k(this,"priority",70);k(this,"incompatibleTokens",["a","b","h","H","K","t","T"])}parse(n,i,c){switch(i){case"k":return(0,$i.parseNumericPattern)(iF.numericPatterns.hour24h,n);case"ko":return c.ordinalNumber(n,{unit:"hour"});default:return(0,$i.parseNDigits)(i.length,n)}}validate(n,i){return i>=1&&i<=24}set(n,i,c){const s=c<=24?c%24:c;return n.setHours(s,0,0,0),n}}K6.Hour1To24Parser=sF;var G6={};G6.MinuteParser=void 0;var oF=V1,lF=o1,Ti=c1;class dF extends lF.Parser{constructor(){super(...arguments);k(this,"priority",60);k(this,"incompatibleTokens",["t","T"])}parse(n,i,c){switch(i){case"m":return(0,Ti.parseNumericPattern)(oF.numericPatterns.minute,n);case"mo":return c.ordinalNumber(n,{unit:"minute"});default:return(0,Ti.parseNDigits)(i.length,n)}}validate(n,i){return i>=0&&i<=59}set(n,i,c){return n.setMinutes(c,0,0),n}}G6.MinuteParser=dF;var Q6={};Q6.SecondParser=void 0;var uF=V1,hF=o1,Pi=c1;class mF extends hF.Parser{constructor(){super(...arguments);k(this,"priority",50);k(this,"incompatibleTokens",["t","T"])}parse(n,i,c){switch(i){case"s":return(0,Pi.parseNumericPattern)(uF.numericPatterns.second,n);case"so":return c.ordinalNumber(n,{unit:"second"});default:return(0,Pi.parseNDigits)(i.length,n)}}validate(n,i){return i>=0&&i<=59}set(n,i,c){return n.setSeconds(c,0),n}}Q6.SecondParser=mF;var J6={};J6.FractionOfSecondParser=void 0;var fF=o1,Ei=c1;class pF extends fF.Parser{constructor(){super(...arguments);k(this,"priority",30);k(this,"incompatibleTokens",["t","T"])}parse(n,i){const c=s=>Math.trunc(s*Math.pow(10,-i.length+3));return(0,Ei.mapValue)((0,Ei.parseNDigits)(i.length,n),c)}set(n,i,c){return n.setMilliseconds(c),n}}J6.FractionOfSecondParser=pF;var X6={};X6.ISOTimezoneWithZParser=void 0;var vF=Q,gF=Ie,h0=V1,xF=o1,m0=c1;class bF extends xF.Parser{constructor(){super(...arguments);k(this,"priority",10);k(this,"incompatibleTokens",["t","T","x"])}parse(n,i){switch(i){case"X":return(0,m0.parseTimezonePattern)(h0.timezonePatterns.basicOptionalMinutes,n);case"XX":return(0,m0.parseTimezonePattern)(h0.timezonePatterns.basic,n);case"XXXX":return(0,m0.parseTimezonePattern)(h0.timezonePatterns.basicOptionalSeconds,n);case"XXXXX":return(0,m0.parseTimezonePattern)(h0.timezonePatterns.extendedOptionalSeconds,n);case"XXX":default:return(0,m0.parseTimezonePattern)(h0.timezonePatterns.extended,n)}}set(n,i,c){return i.timestampIsSet?n:(0,vF.constructFrom)(n,n.getTime()-(0,gF.getTimezoneOffsetInMilliseconds)(n)-c)}}X6.ISOTimezoneWithZParser=bF;var e8={};e8.ISOTimezoneParser=void 0;var jF=Q,yF=Ie,f0=V1,_F=o1,p0=c1;class wF extends _F.Parser{constructor(){super(...arguments);k(this,"priority",10);k(this,"incompatibleTokens",["t","T","X"])}parse(n,i){switch(i){case"x":return(0,p0.parseTimezonePattern)(f0.timezonePatterns.basicOptionalMinutes,n);case"xx":return(0,p0.parseTimezonePattern)(f0.timezonePatterns.basic,n);case"xxxx":return(0,p0.parseTimezonePattern)(f0.timezonePatterns.basicOptionalSeconds,n);case"xxxxx":return(0,p0.parseTimezonePattern)(f0.timezonePatterns.extendedOptionalSeconds,n);case"xxx":default:return(0,p0.parseTimezonePattern)(f0.timezonePatterns.extended,n)}}set(n,i,c){return i.timestampIsSet?n:(0,jF.constructFrom)(n,n.getTime()-(0,yF.getTimezoneOffsetInMilliseconds)(n)-c)}}e8.ISOTimezoneParser=wF;var t8={};t8.TimestampSecondsParser=void 0;var SF=Q,OF=o1,CF=c1;class DF extends OF.Parser{constructor(){super(...arguments);k(this,"priority",40);k(this,"incompatibleTokens","*")}parse(n){return(0,CF.parseAnyDigitsSigned)(n)}set(n,i,c){return[(0,SF.constructFrom)(n,c*1e3),{timestampIsSet:!0}]}}t8.TimestampSecondsParser=DF;var n8={};n8.TimestampMillisecondsParser=void 0;var $F=Q,TF=o1,PF=c1;class EF extends TF.Parser{constructor(){super(...arguments);k(this,"priority",20);k(this,"incompatibleTokens","*")}parse(n){return(0,PF.parseAnyDigitsSigned)(n)}set(n,i,c){return[(0,$F.constructFrom)(n,c),{timestampIsSet:!0}]}}n8.TimestampMillisecondsParser=EF;_6.parsers=void 0;var ZF=w6,IF=S6,MF=O6,AF=C6,FF=D6,RF=$6,VF=T6,LF=P6,NF=E6,WF=Z6,zF=M6,BF=F6,YF=R6,HF=V6,UF=L6,kF=N6,qF=W6,KF=B6,GF=Y6,QF=H6,JF=U6,XF=k6,eR=q6,tR=K6,nR=G6,aR=Q6,rR=J6,iR=X6,cR=e8,sR=t8,oR=n8;_6.parsers={G:new ZF.EraParser,y:new IF.YearParser,Y:new MF.LocalWeekYearParser,R:new AF.ISOWeekYearParser,u:new FF.ExtendedYearParser,Q:new RF.QuarterParser,q:new VF.StandAloneQuarterParser,M:new LF.MonthParser,L:new NF.StandAloneMonthParser,w:new WF.LocalWeekParser,I:new zF.ISOWeekParser,d:new BF.DateParser,D:new YF.DayOfYearParser,E:new HF.DayParser,e:new UF.LocalDayParser,c:new kF.StandAloneLocalDayParser,i:new qF.ISODayParser,a:new KF.AMPMParser,b:new GF.AMPMMidnightParser,B:new QF.DayPeriodParser,h:new JF.Hour1to12Parser,H:new XF.Hour0to23Parser,K:new eR.Hour0To11Parser,k:new tR.Hour1To24Parser,m:new nR.MinuteParser,s:new aR.SecondParser,S:new rR.FractionOfSecondParser,X:new iR.ISOTimezoneWithZParser,x:new cR.ISOTimezoneParser,t:new sR.TimestampSecondsParser,T:new oR.TimestampMillisecondsParser};(function(e){Object.defineProperty(e,"longFormatters",{enumerable:!0,get:function(){return n.longFormatters}}),e.parse=j,Object.defineProperty(e,"parsers",{enumerable:!0,get:function(){return d.parsers}});var t=O3,n=_t,i=k0,c=Q,s=v6,o=P,l=qe,d=_6;const m=/[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g,f=/P+p+|P+|p+|''|'(''|[^'])+('|$)|./g,v=/^'([^]*?)'?$/,g=/''/g,p=/\S/,x=/[a-zA-Z]/;function j(b,S,C,T){var E,w,_,F,G,q,l1,m1;const $=()=>(0,c.constructFrom)((T==null?void 0:T.in)||C,NaN),Z=(0,s.getDefaultOptions)(),O=(T==null?void 0:T.locale)??Z.locale??t.defaultLocale,N=(T==null?void 0:T.firstWeekContainsDate)??((w=(E=T==null?void 0:T.locale)==null?void 0:E.options)==null?void 0:w.firstWeekContainsDate)??Z.firstWeekContainsDate??((F=(_=Z.locale)==null?void 0:_.options)==null?void 0:F.firstWeekContainsDate)??1,z=(T==null?void 0:T.weekStartsOn)??((q=(G=T==null?void 0:T.locale)==null?void 0:G.options)==null?void 0:q.weekStartsOn)??Z.weekStartsOn??((m1=(l1=Z.locale)==null?void 0:l1.options)==null?void 0:m1.weekStartsOn)??0;if(!S)return b?$():(0,o.toDate)(C,T==null?void 0:T.in);const V={firstWeekContainsDate:N,weekStartsOn:z,locale:O},M=[new l.DateTimezoneSetter(T==null?void 0:T.in,C)],H=S.match(f).map(J=>{const t1=J[0];if(t1 in n.longFormatters){const r1=n.longFormatters[t1];return r1(J,O.formatLong)}return J}).join("").match(m),K=[];for(let J of H){!(T!=null&&T.useAdditionalWeekYearTokens)&&(0,i.isProtectedWeekYearToken)(J)&&(0,i.warnOrThrowProtectedError)(J,S,b),!(T!=null&&T.useAdditionalDayOfYearTokens)&&(0,i.isProtectedDayOfYearToken)(J)&&(0,i.warnOrThrowProtectedError)(J,S,b);const t1=J[0],r1=d.parsers[t1];if(r1){const{incompatibleTokens:s1}=r1;if(Array.isArray(s1)){const d1=K.find(x1=>s1.includes(x1.token)||x1.token===t1);if(d1)throw new RangeError(`The format string mustn't contain \`${d1.fullToken}\` and \`${J}\` at the same time`)}else if(r1.incompatibleTokens==="*"&&K.length>0)throw new RangeError(`The format string mustn't contain \`${J}\` and any other token at the same time`);K.push({token:t1,fullToken:J});const i1=r1.run(b,J,O.match,V);if(!i1)return $();M.push(i1.setter),b=i1.rest}else{if(t1.match(x))throw new RangeError("Format string contains an unescaped latin alphabet character `"+t1+"`");if(J==="''"?J="'":t1==="'"&&(J=y(J)),b.indexOf(J)===0)b=b.slice(J.length);else return $()}}if(b.length>0&&p.test(b))return $();const A=M.map(J=>J.priority).sort((J,t1)=>t1-J).filter((J,t1,r1)=>r1.indexOf(J)===t1).map(J=>M.filter(t1=>t1.priority===J).sort((t1,r1)=>r1.subPriority-t1.subPriority)).map(J=>J[0]);let Y=(0,o.toDate)(C,T==null?void 0:T.in);if(isNaN(+Y))return $();const W={};for(const J of A){if(!J.validate(Y,V))return $();const t1=J.set(Y,W,V);Array.isArray(t1)?(Y=t1[0],Object.assign(W,t1[1])):Y=t1}return Y}function y(b){return b.match(v)[1].replace(g,"'")}})(b6);v9.isMatch=uR;var lR=Me,dR=b6;function uR(e,t,n){return(0,lR.isValid)((0,dR.parse)(e,t,new Date,n))}var g9={};g9.isMonday=mR;var hR=P;function mR(e,t){return(0,hR.toDate)(e,t==null?void 0:t.in).getDay()===1}var x9={};x9.isPast=pR;var fR=P;function pR(e){return+(0,fR.toDate)(e)<Date.now()}var a8={},r8={};r8.startOfHour=gR;var vR=P;function gR(e,t){const n=(0,vR.toDate)(e,t==null?void 0:t.in);return n.setMinutes(0,0,0),n}a8.isSameHour=bR;var xR=f1,Zi=r8;function bR(e,t,n){const[i,c]=(0,xR.normalizeDates)(n==null?void 0:n.in,e,t);return+(0,Zi.startOfHour)(i)==+(0,Zi.startOfHour)(c)}var i8={},wt={};wt.isSameWeek=yR;var jR=f1,Ii=ve;function yR(e,t,n){const[i,c]=(0,jR.normalizeDates)(n==null?void 0:n.in,e,t);return+(0,Ii.startOfWeek)(i,n)==+(0,Ii.startOfWeek)(c,n)}i8.isSameISOWeek=wR;var _R=wt;function wR(e,t,n){return(0,_R.isSameWeek)(e,t,{...n,weekStartsOn:1})}var b9={};b9.isSameISOWeekYear=OR;var Mi=t0,SR=f1;function OR(e,t,n){const[i,c]=(0,SR.normalizeDates)(n==null?void 0:n.in,e,t);return+(0,Mi.startOfISOWeekYear)(i)==+(0,Mi.startOfISOWeekYear)(c)}var c8={},s8={};s8.startOfMinute=DR;var CR=P;function DR(e,t){const n=(0,CR.toDate)(e,t==null?void 0:t.in);return n.setSeconds(0,0),n}c8.isSameMinute=$R;var Ai=s8;function $R(e,t){return+(0,Ai.startOfMinute)(e)==+(0,Ai.startOfMinute)(t)}var o8={};o8.isSameMonth=PR;var TR=f1;function PR(e,t,n){const[i,c]=(0,TR.normalizeDates)(n==null?void 0:n.in,e,t);return i.getFullYear()===c.getFullYear()&&i.getMonth()===c.getMonth()}var l8={};l8.isSameQuarter=ZR;var ER=f1,Fi=pt;function ZR(e,t,n){const[i,c]=(0,ER.normalizeDates)(n==null?void 0:n.in,e,t);return+(0,Fi.startOfQuarter)(i)==+(0,Fi.startOfQuarter)(c)}var d8={},u8={};u8.startOfSecond=MR;var IR=P;function MR(e,t){const n=(0,IR.toDate)(e,t==null?void 0:t.in);return n.setMilliseconds(0),n}d8.isSameSecond=AR;var Ri=u8;function AR(e,t){return+(0,Ri.startOfSecond)(e)==+(0,Ri.startOfSecond)(t)}var h8={};h8.isSameYear=RR;var FR=f1;function RR(e,t,n){const[i,c]=(0,FR.normalizeDates)(n==null?void 0:n.in,e,t);return i.getFullYear()===c.getFullYear()}var j9={};j9.isThisHour=WR;var VR=L1,LR=a8,NR=P;function WR(e,t){return(0,LR.isSameHour)((0,NR.toDate)(e,t==null?void 0:t.in),(0,VR.constructNow)((t==null?void 0:t.in)||e))}var y9={};y9.isThisISOWeek=HR;var zR=Q,BR=L1,YR=i8;function HR(e,t){return(0,YR.isSameISOWeek)((0,zR.constructFrom)((t==null?void 0:t.in)||e,e),(0,BR.constructNow)((t==null?void 0:t.in)||e))}var _9={};_9.isThisMinute=qR;var UR=L1,kR=c8;function qR(e){return(0,kR.isSameMinute)(e,(0,UR.constructNow)(e))}var w9={};w9.isThisMonth=JR;var KR=Q,GR=L1,QR=o8;function JR(e,t){return(0,QR.isSameMonth)((0,KR.constructFrom)((t==null?void 0:t.in)||e,e),(0,GR.constructNow)((t==null?void 0:t.in)||e))}var S9={};S9.isThisQuarter=nV;var XR=Q,eV=L1,tV=l8;function nV(e,t){return(0,tV.isSameQuarter)((0,XR.constructFrom)((t==null?void 0:t.in)||e,e),(0,eV.constructNow)((t==null?void 0:t.in)||e))}var O9={};O9.isThisSecond=iV;var aV=L1,rV=d8;function iV(e){return(0,rV.isSameSecond)(e,(0,aV.constructNow)(e))}var C9={};C9.isThisWeek=lV;var cV=Q,sV=L1,oV=wt;function lV(e,t){return(0,oV.isSameWeek)((0,cV.constructFrom)((t==null?void 0:t.in)||e,e),(0,sV.constructNow)((t==null?void 0:t.in)||e),t)}var D9={};D9.isThisYear=mV;var dV=Q,uV=L1,hV=h8;function mV(e,t){return(0,hV.isSameYear)((0,dV.constructFrom)((t==null?void 0:t.in)||e,e),(0,uV.constructNow)((t==null?void 0:t.in)||e))}var $9={};$9.isThursday=pV;var fV=P;function pV(e,t){return(0,fV.toDate)(e,t==null?void 0:t.in).getDay()===4}var T9={};T9.isToday=bV;var vV=Q,gV=L1,xV=n0;function bV(e,t){return(0,xV.isSameDay)((0,vV.constructFrom)((t==null?void 0:t.in)||e,e),(0,gV.constructNow)((t==null?void 0:t.in)||e))}var P9={};P9.isTomorrow=wV;var jV=ye,yV=L1,_V=n0;function wV(e,t){return(0,_V.isSameDay)(e,(0,jV.addDays)((0,yV.constructNow)((t==null?void 0:t.in)||e),1),t)}var E9={};E9.isTuesday=OV;var SV=P;function OV(e,t){return(0,SV.toDate)(e,t==null?void 0:t.in).getDay()===2}var Z9={};Z9.isWednesday=DV;var CV=P;function DV(e,t){return(0,CV.toDate)(e,t==null?void 0:t.in).getDay()===3}var I9={};I9.isWithinInterval=$V;var pr=P;function $V(e,t,n){const i=+(0,pr.toDate)(e,n==null?void 0:n.in),[c,s]=[+(0,pr.toDate)(t.start,n==null?void 0:n.in),+(0,pr.toDate)(t.end,n==null?void 0:n.in)].sort((o,l)=>o-l);return i>=c&&i<=s}var M9={},G0={};G0.subDays=PV;var TV=ye;function PV(e,t,n){return(0,TV.addDays)(e,-t,n)}M9.isYesterday=AV;var EV=Q,ZV=L1,IV=n0,MV=G0;function AV(e,t){return(0,IV.isSameDay)((0,EV.constructFrom)((t==null?void 0:t.in)||e,e),(0,MV.subDays)((0,ZV.constructNow)((t==null?void 0:t.in)||e),1))}var A9={};A9.lastDayOfDecade=FV;var Vi=P;function FV(e,t){const n=(0,Vi.toDate)(e,t==null?void 0:t.in),i=n.getFullYear(),c=9+Math.floor(i/10)*10;return n.setFullYear(c+1,0,0),n.setHours(0,0,0,0),(0,Vi.toDate)(n,t==null?void 0:t.in)}var F9={},m8={};m8.lastDayOfWeek=LV;var RV=H1,VV=P;function LV(e,t){var l,d,m,f;const n=(0,RV.getDefaultOptions)(),i=(t==null?void 0:t.weekStartsOn)??((d=(l=t==null?void 0:t.locale)==null?void 0:l.options)==null?void 0:d.weekStartsOn)??n.weekStartsOn??((f=(m=n.locale)==null?void 0:m.options)==null?void 0:f.weekStartsOn)??0,c=(0,VV.toDate)(e,t==null?void 0:t.in),s=c.getDay(),o=(s<i?-7:0)+6-(s-i);return c.setHours(0,0,0,0),c.setDate(c.getDate()+o),c}F9.lastDayOfISOWeek=WV;var NV=m8;function WV(e,t){return(0,NV.lastDayOfWeek)(e,{...t,weekStartsOn:1})}var R9={};R9.lastDayOfISOWeekYear=HV;var zV=Q,BV=Xe,YV=_e;function HV(e,t){const n=(0,BV.getISOWeekYear)(e,t),i=(0,zV.constructFrom)((t==null?void 0:t.in)||e,0);i.setFullYear(n+1,0,4),i.setHours(0,0,0,0);const c=(0,YV.startOfISOWeek)(i,t);return c.setDate(c.getDate()-1),c}var V9={};V9.lastDayOfQuarter=kV;var UV=P;function kV(e,t){const n=(0,UV.toDate)(e,t==null?void 0:t.in),i=n.getMonth(),c=i-i%3+3;return n.setMonth(c,0),n.setHours(0,0,0,0),n}var L9={};L9.lastDayOfYear=KV;var qV=P;function KV(e,t){const n=(0,qV.toDate)(e,t==null?void 0:t.in),i=n.getFullYear();return n.setFullYear(i+1,0,0),n.setHours(0,0,0,0),n}var N9={};(function(e){e.lightFormat=d,Object.defineProperty(e,"lightFormatters",{enumerable:!0,get:function(){return t.lightFormatters}});var t=yt,n=Me,i=P;const c=/(\w)\1*|''|'(''|[^'])+('|$)|./g,s=/^'([^]*?)'?$/,o=/''/g,l=/[a-zA-Z]/;function d(f,v){const g=(0,i.toDate)(f);if(!(0,n.isValid)(g))throw new RangeError("Invalid time value");const p=v.match(c);return p?p.map(j=>{if(j==="''")return"'";const y=j[0];if(y==="'")return m(j);const b=t.lightFormatters[y];if(b)return b(g,j);if(y.match(l))throw new RangeError("Format string contains an unescaped latin alphabet character `"+y+"`");return j}).join(""):""}function m(f){const v=f.match(s);return v?v[1].replace(o,"'"):f}})(N9);var W9={};W9.milliseconds=GV;var Li=L;function GV({years:e,months:t,weeks:n,days:i,hours:c,minutes:s,seconds:o}){let l=0;e&&(l+=e*Li.daysInYear),t&&(l+=t*(Li.daysInYear/12)),n&&(l+=n*7),i&&(l+=i);let d=l*24*60*60;return c&&(d+=c*60*60),s&&(d+=s*60),o&&(d+=o),Math.trunc(d*1e3)}var z9={};z9.millisecondsToHours=JV;var QV=L;function JV(e){const t=e/QV.millisecondsInHour;return Math.trunc(t)}var B9={};B9.millisecondsToMinutes=eL;var XV=L;function eL(e){const t=e/XV.millisecondsInMinute;return Math.trunc(t)}var Y9={};Y9.millisecondsToSeconds=nL;var tL=L;function nL(e){const t=e/tL.millisecondsInSecond;return Math.trunc(t)}var H9={};H9.minutesToHours=rL;var aL=L;function rL(e){const t=e/aL.minutesInHour;return Math.trunc(t)}var U9={};U9.minutesToMilliseconds=cL;var iL=L;function cL(e){return Math.trunc(e*iL.millisecondsInMinute)}var k9={};k9.minutesToSeconds=oL;var sL=L;function oL(e){return Math.trunc(e*sL.secondsInMinute)}var q9={};q9.monthsToQuarters=dL;var lL=L;function dL(e){const t=e/lL.monthsInQuarter;return Math.trunc(t)}var K9={};K9.monthsToYears=hL;var uL=L;function hL(e){const t=e/uL.monthsInYear;return Math.trunc(t)}var Fe={};Fe.nextDay=pL;var mL=ye,fL=q0;function pL(e,t,n){let i=t-(0,fL.getDay)(e,n);return i<=0&&(i+=7),(0,mL.addDays)(e,i,n)}var G9={};G9.nextFriday=gL;var vL=Fe;function gL(e,t){return(0,vL.nextDay)(e,5,t)}var Q9={};Q9.nextMonday=bL;var xL=Fe;function bL(e,t){return(0,xL.nextDay)(e,1,t)}var J9={};J9.nextSaturday=yL;var jL=Fe;function yL(e,t){return(0,jL.nextDay)(e,6,t)}var X9={};X9.nextSunday=wL;var _L=Fe;function wL(e,t){return(0,_L.nextDay)(e,0,t)}var el={};el.nextThursday=OL;var SL=Fe;function OL(e,t){return(0,SL.nextDay)(e,4,t)}var tl={};tl.nextTuesday=DL;var CL=Fe;function DL(e,t){return(0,CL.nextDay)(e,2,t)}var nl={};nl.nextWednesday=TL;var $L=Fe;function TL(e,t){return(0,$L.nextDay)(e,3,t)}var al={};al.parseISO=EL;var $2=L,PL=Q,Ni=P;function EL(e,t){const n=()=>(0,PL.constructFrom)(t==null?void 0:t.in,NaN),i=(t==null?void 0:t.additionalDigits)??2,c=AL(e);let s;if(c.date){const m=FL(c.date,i);s=RL(m.restDateString,m.year)}if(!s||isNaN(+s))return n();const o=+s;let l=0,d;if(c.time&&(l=VL(c.time),isNaN(l)))return n();if(c.timezone){if(d=LL(c.timezone),isNaN(d))return n()}else{const m=new Date(o+l),f=(0,Ni.toDate)(0,t==null?void 0:t.in);return f.setFullYear(m.getUTCFullYear(),m.getUTCMonth(),m.getUTCDate()),f.setHours(m.getUTCHours(),m.getUTCMinutes(),m.getUTCSeconds(),m.getUTCMilliseconds()),f}return(0,Ni.toDate)(o+l+d,t==null?void 0:t.in)}const o2={dateTimeDelimiter:/[T ]/,timeZoneDelimiter:/[Z ]/i,timezone:/([Z+-].*)$/},ZL=/^-?(?:(\d{3})|(\d{2})(?:-?(\d{2}))?|W(\d{2})(?:-?(\d{1}))?|)$/,IL=/^(\d{2}(?:[.,]\d*)?)(?::?(\d{2}(?:[.,]\d*)?))?(?::?(\d{2}(?:[.,]\d*)?))?$/,ML=/^([+-])(\d{2})(?::?(\d{2}))?$/;function AL(e){const t={},n=e.split(o2.dateTimeDelimiter);let i;if(n.length>2)return t;if(/:/.test(n[0])?i=n[0]:(t.date=n[0],i=n[1],o2.timeZoneDelimiter.test(t.date)&&(t.date=e.split(o2.timeZoneDelimiter)[0],i=e.substr(t.date.length,e.length))),i){const c=o2.timezone.exec(i);c?(t.time=i.replace(c[1],""),t.timezone=c[1]):t.time=i}return t}function FL(e,t){const n=new RegExp("^(?:(\\d{4}|[+-]\\d{"+(4+t)+"})|(\\d{2}|[+-]\\d{"+(2+t)+"})$)"),i=e.match(n);if(!i)return{year:NaN,restDateString:""};const c=i[1]?parseInt(i[1]):null,s=i[2]?parseInt(i[2]):null;return{year:s===null?c:s*100,restDateString:e.slice((i[1]||i[2]).length)}}function RL(e,t){if(t===null)return new Date(NaN);const n=e.match(ZL);if(!n)return new Date(NaN);const i=!!n[4],c=v0(n[1]),s=v0(n[2])-1,o=v0(n[3]),l=v0(n[4]),d=v0(n[5])-1;if(i)return YL(t,l,d)?NL(t,l,d):new Date(NaN);{const m=new Date(0);return!zL(t,s,o)||!BL(t,c)?new Date(NaN):(m.setUTCFullYear(t,s,Math.max(c,o)),m)}}function v0(e){return e?parseInt(e):1}function VL(e){const t=e.match(IL);if(!t)return NaN;const n=vr(t[1]),i=vr(t[2]),c=vr(t[3]);return HL(n,i,c)?n*$2.millisecondsInHour+i*$2.millisecondsInMinute+c*1e3:NaN}function vr(e){return e&&parseFloat(e.replace(",","."))||0}function LL(e){if(e==="Z")return 0;const t=e.match(ML);if(!t)return 0;const n=t[1]==="+"?-1:1,i=parseInt(t[2]),c=t[3]&&parseInt(t[3])||0;return UL(i,c)?n*(i*$2.millisecondsInHour+c*$2.millisecondsInMinute):NaN}function NL(e,t,n){const i=new Date(0);i.setUTCFullYear(e,0,4);const c=i.getUTCDay()||7,s=(t-1)*7+n+1-c;return i.setUTCDate(i.getUTCDate()+s),i}const WL=[31,null,31,30,31,30,31,31,30,31,30,31];function rl(e){return e%400===0||e%4===0&&e%100!==0}function zL(e,t,n){return t>=0&&t<=11&&n>=1&&n<=(WL[t]||(rl(e)?29:28))}function BL(e,t){return t>=1&&t<=(rl(e)?366:365)}function YL(e,t,n){return t>=1&&t<=53&&n>=0&&n<=6}function HL(e,t,n){return e===24?t===0&&n===0:n>=0&&n<60&&t>=0&&t<60&&e>=0&&e<25}function UL(e,t){return t>=0&&t<=59}var il={};il.parseJSON=kL;var Wi=P;function kL(e,t){const n=e.match(/(\d{4})-(\d{2})-(\d{2})[T ](\d{2}):(\d{2}):(\d{2})(?:\.(\d{0,7}))?(?:Z|(.)(\d{2}):?(\d{2})?)?/);return n?(0,Wi.toDate)(Date.UTC(+n[1],+n[2]-1,+n[3],+n[4]-(+n[9]||0)*(n[8]=="-"?-1:1),+n[5]-(+n[10]||0)*(n[8]=="-"?-1:1),+n[6],+((n[7]||"0")+"00").substring(0,3)),t==null?void 0:t.in):(0,Wi.toDate)(NaN,t==null?void 0:t.in)}var Re={};Re.previousDay=GL;var qL=q0,KL=G0;function GL(e,t,n){let i=(0,qL.getDay)(e,n)-t;return i<=0&&(i+=7),(0,KL.subDays)(e,i,n)}var cl={};cl.previousFriday=JL;var QL=Re;function JL(e,t){return(0,QL.previousDay)(e,5,t)}var sl={};sl.previousMonday=eN;var XL=Re;function eN(e,t){return(0,XL.previousDay)(e,1,t)}var ol={};ol.previousSaturday=nN;var tN=Re;function nN(e,t){return(0,tN.previousDay)(e,6,t)}var ll={};ll.previousSunday=rN;var aN=Re;function rN(e,t){return(0,aN.previousDay)(e,0,t)}var dl={};dl.previousThursday=cN;var iN=Re;function cN(e,t){return(0,iN.previousDay)(e,4,t)}var ul={};ul.previousTuesday=oN;var sN=Re;function oN(e,t){return(0,sN.previousDay)(e,2,t)}var hl={};hl.previousWednesday=dN;var lN=Re;function dN(e,t){return(0,lN.previousDay)(e,3,t)}var ml={};ml.quartersToMonths=hN;var uN=L;function hN(e){return Math.trunc(e*uN.monthsInQuarter)}var fl={};fl.quartersToYears=fN;var mN=L;function fN(e){const t=e/mN.quartersInYear;return Math.trunc(t)}var pl={};pl.roundToNearestHours=xN;var pN=Ae,vN=Q,gN=P;function xN(e,t){const n=(t==null?void 0:t.nearestTo)??1;if(n<1||n>12)return(0,vN.constructFrom)((t==null?void 0:t.in)||e,NaN);const i=(0,gN.toDate)(e,t==null?void 0:t.in),c=i.getMinutes()/60,s=i.getSeconds()/60/60,o=i.getMilliseconds()/1e3/60/60,l=i.getHours()+c+s+o,d=(t==null?void 0:t.roundingMethod)??"round",f=(0,pN.getRoundingMethod)(d)(l/n)*n;return i.setHours(f,0,0,0),i}var vl={};vl.roundToNearestMinutes=_N;var bN=Ae,jN=Q,yN=P;function _N(e,t){const n=(t==null?void 0:t.nearestTo)??1;if(n<1||n>30)return(0,jN.constructFrom)(e,NaN);const i=(0,yN.toDate)(e,t==null?void 0:t.in),c=i.getSeconds()/60,s=i.getMilliseconds()/1e3/60,o=i.getMinutes()+c+s,l=(t==null?void 0:t.roundingMethod)??"round",m=(0,bN.getRoundingMethod)(l)(o/n)*n;return i.setMinutes(m,0,0),i}var gl={};gl.secondsToHours=SN;var wN=L;function SN(e){const t=e/wN.secondsInHour;return Math.trunc(t)}var xl={};xl.secondsToMilliseconds=CN;var ON=L;function CN(e){return e*ON.millisecondsInSecond}var bl={};bl.secondsToMinutes=$N;var DN=L;function $N(e){const t=e/DN.secondsInMinute;return Math.trunc(t)}var jl={},St={};St.setMonth=ZN;var TN=Q,PN=f6,EN=P;function ZN(e,t,n){const i=(0,EN.toDate)(e,n==null?void 0:n.in),c=i.getFullYear(),s=i.getDate(),o=(0,TN.constructFrom)((n==null?void 0:n.in)||e,0);o.setFullYear(c,t,15),o.setHours(0,0,0,0);const l=(0,PN.getDaysInMonth)(o);return i.setMonth(t,Math.min(s,l)),i}jl.set=FN;var IN=Q,MN=St,AN=P;function FN(e,t,n){let i=(0,AN.toDate)(e,n==null?void 0:n.in);return isNaN(+i)?(0,IN.constructFrom)((n==null?void 0:n.in)||e,NaN):(t.year!=null&&i.setFullYear(t.year),t.month!=null&&(i=(0,MN.setMonth)(i,t.month)),t.date!=null&&i.setDate(t.date),t.hours!=null&&i.setHours(t.hours),t.minutes!=null&&i.setMinutes(t.minutes),t.seconds!=null&&i.setSeconds(t.seconds),t.milliseconds!=null&&i.setMilliseconds(t.milliseconds),i)}var yl={};yl.setDate=VN;var RN=P;function VN(e,t,n){const i=(0,RN.toDate)(e,n==null?void 0:n.in);return i.setDate(t),i}var _l={};_l.setDayOfYear=NN;var LN=P;function NN(e,t,n){const i=(0,LN.toDate)(e,n==null?void 0:n.in);return i.setMonth(0),i.setDate(t),i}var wl={};wl.setDefaultOptions=WN;var zi=H1;function WN(e){const t={},n=(0,zi.getDefaultOptions)();for(const i in n)Object.prototype.hasOwnProperty.call(n,i)&&(t[i]=n[i]);for(const i in e)Object.prototype.hasOwnProperty.call(e,i)&&(e[i]===void 0?delete t[i]:t[i]=e[i]);(0,zi.setDefaultOptions)(t)}var Sl={};Sl.setHours=BN;var zN=P;function BN(e,t,n){const i=(0,zN.toDate)(e,n==null?void 0:n.in);return i.setHours(t),i}var Ol={};Ol.setMilliseconds=HN;var YN=P;function HN(e,t,n){const i=(0,YN.toDate)(e,n==null?void 0:n.in);return i.setMilliseconds(t),i}var Cl={};Cl.setMinutes=kN;var UN=P;function kN(e,t,n){const i=(0,UN.toDate)(e,n==null?void 0:n.in);return i.setMinutes(t),i}var Dl={};Dl.setQuarter=GN;var qN=St,KN=P;function GN(e,t,n){const i=(0,KN.toDate)(e,n==null?void 0:n.in),c=Math.trunc(i.getMonth()/3)+1,s=t-c;return(0,qN.setMonth)(i,i.getMonth()+s*3)}var $l={};$l.setSeconds=JN;var QN=P;function JN(e,t,n){const i=(0,QN.toDate)(e,n==null?void 0:n.in);return i.setSeconds(t),i}var Tl={};Tl.setWeekYear=aW;var XN=H1,eW=Q,tW=Ze,Bi=jt,nW=P;function aW(e,t,n){var d,m,f,v;const i=(0,XN.getDefaultOptions)(),c=(n==null?void 0:n.firstWeekContainsDate)??((m=(d=n==null?void 0:n.locale)==null?void 0:d.options)==null?void 0:m.firstWeekContainsDate)??i.firstWeekContainsDate??((v=(f=i.locale)==null?void 0:f.options)==null?void 0:v.firstWeekContainsDate)??1,s=(0,tW.differenceInCalendarDays)((0,nW.toDate)(e,n==null?void 0:n.in),(0,Bi.startOfWeekYear)(e,n),n),o=(0,eW.constructFrom)((n==null?void 0:n.in)||e,0);o.setFullYear(t,0,c),o.setHours(0,0,0,0);const l=(0,Bi.startOfWeekYear)(o,n);return l.setDate(l.getDate()+s),l}var Pl={};Pl.setYear=cW;var rW=Q,iW=P;function cW(e,t,n){const i=(0,iW.toDate)(e,n==null?void 0:n.in);return isNaN(+i)?(0,rW.constructFrom)((n==null?void 0:n.in)||e,NaN):(i.setFullYear(t),i)}var El={};El.startOfDecade=oW;var sW=P;function oW(e,t){const n=(0,sW.toDate)(e,t==null?void 0:t.in),i=n.getFullYear(),c=Math.floor(i/10)*10;return n.setFullYear(c,0,1),n.setHours(0,0,0,0),n}var Zl={};Zl.startOfToday=dW;var lW=W0;function dW(e){return(0,lW.startOfDay)(Date.now(),e)}var Il={};Il.startOfTomorrow=mW;var uW=Q,hW=L1;function mW(e){const t=(0,hW.constructNow)(e==null?void 0:e.in),n=t.getFullYear(),i=t.getMonth(),c=t.getDate(),s=(0,uW.constructFrom)(e==null?void 0:e.in,0);return s.setFullYear(n,i,c+1),s.setHours(0,0,0,0),s}var Ml={};Ml.startOfYesterday=fW;var Yi=L1;function fW(e){const t=(0,Yi.constructNow)(e==null?void 0:e.in),n=t.getFullYear(),i=t.getMonth(),c=t.getDate(),s=(0,Yi.constructNow)(e==null?void 0:e.in);return s.setFullYear(n,i,c-1),s.setHours(0,0,0,0),s}var Al={},f8={};f8.subMonths=vW;var pW=e0;function vW(e,t,n){return(0,pW.addMonths)(e,-t,n)}Al.sub=jW;var gW=Q,xW=G0,bW=f8;function jW(e,t,n){const{years:i=0,months:c=0,weeks:s=0,days:o=0,hours:l=0,minutes:d=0,seconds:m=0}=t,f=(0,bW.subMonths)(e,c+i*12,n),v=(0,xW.subDays)(f,o+s*7,n),g=d+l*60,x=(m+g*60)*1e3;return(0,gW.constructFrom)((n==null?void 0:n.in)||e,+v-x)}var Fl={};Fl.subBusinessDays=_W;var yW=A5;function _W(e,t,n){return(0,yW.addBusinessDays)(e,-t,n)}var Rl={};Rl.subHours=SW;var wW=V5;function SW(e,t,n){return(0,wW.addHours)(e,-t,n)}var Vl={};Vl.subMilliseconds=CW;var OW=N0;function CW(e,t,n){return(0,OW.addMilliseconds)(e,-t,n)}var Ll={};Ll.subMinutes=$W;var DW=rt;function $W(e,t,n){return(0,DW.addMinutes)(e,-t,n)}var Nl={};Nl.subQuarters=PW;var TW=it;function PW(e,t,n){return(0,TW.addQuarters)(e,-t,n)}var Wl={};Wl.subSeconds=ZW;var EW=W5;function ZW(e,t,n){return(0,EW.addSeconds)(e,-t,n)}var zl={};zl.subWeeks=MW;var IW=z0;function MW(e,t,n){return(0,IW.addWeeks)(e,-t,n)}var Bl={};Bl.subYears=FW;var AW=z5;function FW(e,t,n){return(0,AW.addYears)(e,-t,n)}var Yl={};Yl.weeksToDays=VW;var RW=L;function VW(e){return Math.trunc(e*RW.daysInWeek)}var Hl={};Hl.yearsToDays=NW;var LW=L;function NW(e){return Math.trunc(e*LW.daysInYear)}var Ul={};Ul.yearsToMonths=zW;var WW=L;function zW(e){return Math.trunc(e*WW.monthsInYear)}var kl={};kl.yearsToQuarters=YW;var BW=L;function YW(e){return Math.trunc(e*BW.quartersInYear)}(function(e){var t=M5;Object.keys(t).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===t[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return t[r]}})});var n=A5;Object.keys(n).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===n[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return n[r]}})});var i=ye;Object.keys(i).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===i[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return i[r]}})});var c=V5;Object.keys(c).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===c[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return c[r]}})});var s=L5;Object.keys(s).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===s[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return s[r]}})});var o=N0;Object.keys(o).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===o[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return o[r]}})});var l=rt;Object.keys(l).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===l[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return l[r]}})});var d=e0;Object.keys(d).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===d[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return d[r]}})});var m=it;Object.keys(m).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===m[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return m[r]}})});var f=W5;Object.keys(f).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===f[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return f[r]}})});var v=z0;Object.keys(v).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===v[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return v[r]}})});var g=z5;Object.keys(g).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===g[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return g[r]}})});var p=Js;Object.keys(p).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===p[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return p[r]}})});var x=Xs;Object.keys(x).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===x[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return x[r]}})});var j=H5;Object.keys(j).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===j[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return j[r]}})});var y=eo;Object.keys(y).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===y[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return y[r]}})});var b=S3;Object.keys(b).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===b[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return b[r]}})});var S=to;Object.keys(S).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===S[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return S[r]}})});var C=Q;Object.keys(C).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===C[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return C[r]}})});var T=L1;Object.keys(T).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===T[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return T[r]}})});var $=no;Object.keys($).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===$[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return $[r]}})});var Z=ao;Object.keys(Z).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Z[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Z[r]}})});var O=Ze;Object.keys(O).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===O[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return O[r]}})});var N=k5;Object.keys(N).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===N[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return N[r]}})});var z=ro;Object.keys(z).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===z[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return z[r]}})});var V=ct;Object.keys(V).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===V[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return V[r]}})});var M=q5;Object.keys(M).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===M[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return M[r]}})});var H=st;Object.keys(H).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===H[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return H[r]}})});var K=ot;Object.keys(K).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===K[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return K[r]}})});var A=lt;Object.keys(A).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===A[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return A[r]}})});var Y=dt;Object.keys(Y).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Y[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Y[r]}})});var W=io;Object.keys(W).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===W[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return W[r]}})});var E=ut;Object.keys(E).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===E[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return E[r]}})});var w=ht;Object.keys(w).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===w[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return w[r]}})});var _=B0;Object.keys(_).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===_[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return _[r]}})});var F=co;Object.keys(F).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===F[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return F[r]}})});var G=Y0;Object.keys(G).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===G[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return G[r]}})});var q=so;Object.keys(q).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===q[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return q[r]}})});var l1=J5;Object.keys(l1).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===l1[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return l1[r]}})});var m1=X5;Object.keys(m1).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===m1[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return m1[r]}})});var J=oo;Object.keys(J).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===J[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return J[r]}})});var t1=lo;Object.keys(t1).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===t1[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return t1[r]}})});var r1=uo;Object.keys(r1).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===r1[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return r1[r]}})});var s1=ho;Object.keys(s1).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===s1[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return s1[r]}})});var i1=mo;Object.keys(i1).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===i1[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return i1[r]}})});var d1=vt;Object.keys(d1).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===d1[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return d1[r]}})});var x1=fo;Object.keys(x1).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===x1[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return x1[r]}})});var M1=po;Object.keys(M1).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===M1[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return M1[r]}})});var u1=vo;Object.keys(u1).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===u1[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return u1[r]}})});var q1=mt;Object.keys(q1).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===q1[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return q1[r]}})});var U=go;Object.keys(U).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===U[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return U[r]}})});var U1=xo;Object.keys(U1).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===U1[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return U1[r]}})});var C1=bo;Object.keys(C1).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===C1[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return C1[r]}})});var n1=jo;Object.keys(n1).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===n1[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return n1[r]}})});var b1=yo;Object.keys(b1).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===b1[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return b1[r]}})});var A1=ft;Object.keys(A1).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===A1[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return A1[r]}})});var de=_o;Object.keys(de).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===de[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return de[r]}})});var e3=wo;Object.keys(e3).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===e3[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return e3[r]}})});var a0=So;Object.keys(a0).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===a0[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return a0[r]}})});var B=Oo;Object.keys(B).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===B[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return B[r]}})});var X=t6;Object.keys(X).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===X[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return X[r]}})});var j1=e6;Object.keys(j1).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===j1[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return j1[r]}})});var P1=Co;Object.keys(P1).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===P1[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return P1[r]}})});var W1=n6;Object.keys(W1).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===W1[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return W1[r]}})});var Se=u6;Object.keys(Se).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Se[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Se[r]}})});var ge=h6;Object.keys(ge).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===ge[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return ge[r]}})});var t3=Zo;Object.keys(t3).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===t3[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return t3[r]}})});var n3=Io;Object.keys(n3).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===n3[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return n3[r]}})});var a3=Mo;Object.keys(a3).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===a3[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return a3[r]}})});var Ve=Ao;Object.keys(Ve).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Ve[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Ve[r]}})});var r3=Fo;Object.keys(r3).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===r3[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return r3[r]}})});var i3=Ro;Object.keys(i3).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===i3[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return i3[r]}})});var c3=Vo;Object.keys(c3).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===c3[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return c3[r]}})});var s3=Lo;Object.keys(s3).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===s3[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return s3[r]}})});var r0=No;Object.keys(r0).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===r0[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return r0[r]}})});var Ct=Wo;Object.keys(Ct).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Ct[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Ct[r]}})});var Dt=m6;Object.keys(Dt).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Dt[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Dt[r]}})});var $t=q0;Object.keys($t).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===$t[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return $t[r]}})});var Tt=d6;Object.keys(Tt).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Tt[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Tt[r]}})});var Pt=f6;Object.keys(Pt).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Pt[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Pt[r]}})});var Et=zo;Object.keys(Et).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Et[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Et[r]}})});var Zt=Bo;Object.keys(Zt).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Zt[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Zt[r]}})});var It=v6;Object.keys(It).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===It[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return It[r]}})});var Mt=Yo;Object.keys(Mt).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Mt[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Mt[r]}})});var At=g6;Object.keys(At).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===At[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return At[r]}})});var Ft=xt;Object.keys(Ft).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Ft[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Ft[r]}})});var Rt=Xe;Object.keys(Rt).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Rt[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Rt[r]}})});var Vt=Ho;Object.keys(Vt).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Vt[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Vt[r]}})});var Lt=Uo;Object.keys(Lt).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Lt[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Lt[r]}})});var Nt=ko;Object.keys(Nt).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Nt[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Nt[r]}})});var Wt=qo;Object.keys(Wt).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Wt[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Wt[r]}})});var zt=Ko;Object.keys(zt).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===zt[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return zt[r]}})});var Bt=K5;Object.keys(Bt).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Bt[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Bt[r]}})});var Yt=Go;Object.keys(Yt).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Yt[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Yt[r]}})});var Ht=Qo;Object.keys(Ht).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Ht[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Ht[r]}})});var Ut=Jo;Object.keys(Ut).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Ut[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Ut[r]}})});var kt=bt;Object.keys(kt).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===kt[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return kt[r]}})});var qt=Xo;Object.keys(qt).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===qt[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return qt[r]}})});var Kt=U0;Object.keys(Kt).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Kt[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Kt[r]}})});var Gt=e9;Object.keys(Gt).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Gt[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Gt[r]}})});var Qt=t9;Object.keys(Qt).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Qt[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Qt[r]}})});var Jt=n9;Object.keys(Jt).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Jt[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Jt[r]}})});var Xt=a9;Object.keys(Xt).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Xt[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Xt[r]}})});var en=r9;Object.keys(en).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===en[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return en[r]}})});var tn=i9;Object.keys(tn).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===tn[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return tn[r]}})});var nn=c9;Object.keys(nn).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===nn[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return nn[r]}})});var an=s9;Object.keys(an).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===an[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return an[r]}})});var rn=o9;Object.keys(rn).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===rn[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return rn[r]}})});var cn=l9;Object.keys(cn).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===cn[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return cn[r]}})});var sn=d9;Object.keys(sn).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===sn[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return sn[r]}})});var on=U5;Object.keys(on).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===on[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return on[r]}})});var ln=u9;Object.keys(ln).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===ln[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return ln[r]}})});var dn=h9;Object.keys(dn).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===dn[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return dn[r]}})});var un=m9;Object.keys(un).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===un[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return un[r]}})});var hn=f9;Object.keys(hn).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===hn[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return hn[r]}})});var mn=p9;Object.keys(mn).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===mn[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return mn[r]}})});var fn=Q5;Object.keys(fn).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===fn[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return fn[r]}})});var pn=p6;Object.keys(pn).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===pn[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return pn[r]}})});var vn=v9;Object.keys(vn).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===vn[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return vn[r]}})});var gn=g9;Object.keys(gn).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===gn[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return gn[r]}})});var xn=x9;Object.keys(xn).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===xn[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return xn[r]}})});var bn=n0;Object.keys(bn).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===bn[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return bn[r]}})});var jn=a8;Object.keys(jn).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===jn[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return jn[r]}})});var yn=i8;Object.keys(yn).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===yn[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return yn[r]}})});var _n=b9;Object.keys(_n).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===_n[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return _n[r]}})});var wn=c8;Object.keys(wn).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===wn[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return wn[r]}})});var Sn=o8;Object.keys(Sn).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Sn[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Sn[r]}})});var On=l8;Object.keys(On).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===On[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return On[r]}})});var Cn=d8;Object.keys(Cn).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Cn[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Cn[r]}})});var Dn=wt;Object.keys(Dn).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Dn[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Dn[r]}})});var $n=h8;Object.keys($n).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===$n[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return $n[r]}})});var Tn=F5;Object.keys(Tn).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Tn[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Tn[r]}})});var Pn=R5;Object.keys(Pn).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Pn[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Pn[r]}})});var En=j9;Object.keys(En).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===En[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return En[r]}})});var Zn=y9;Object.keys(Zn).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Zn[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Zn[r]}})});var In=_9;Object.keys(In).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===In[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return In[r]}})});var Mn=w9;Object.keys(Mn).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Mn[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Mn[r]}})});var An=S9;Object.keys(An).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===An[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return An[r]}})});var Fn=O9;Object.keys(Fn).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Fn[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Fn[r]}})});var Rn=C9;Object.keys(Rn).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Rn[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Rn[r]}})});var Vn=D9;Object.keys(Vn).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Vn[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Vn[r]}})});var Ln=$9;Object.keys(Ln).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Ln[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Ln[r]}})});var Nn=T9;Object.keys(Nn).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Nn[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Nn[r]}})});var Wn=P9;Object.keys(Wn).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Wn[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Wn[r]}})});var zn=E9;Object.keys(zn).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===zn[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return zn[r]}})});var Bn=Me;Object.keys(Bn).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Bn[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Bn[r]}})});var Yn=Z9;Object.keys(Yn).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Yn[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Yn[r]}})});var Hn=L0;Object.keys(Hn).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Hn[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Hn[r]}})});var Un=I9;Object.keys(Un).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Un[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Un[r]}})});var kn=M9;Object.keys(kn).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===kn[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return kn[r]}})});var qn=A9;Object.keys(qn).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===qn[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return qn[r]}})});var Kn=F9;Object.keys(Kn).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Kn[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Kn[r]}})});var Gn=R9;Object.keys(Gn).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Gn[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Gn[r]}})});var Qn=x6;Object.keys(Qn).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Qn[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Qn[r]}})});var Jn=V9;Object.keys(Jn).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Jn[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Jn[r]}})});var Xn=m8;Object.keys(Xn).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Xn[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Xn[r]}})});var ea=L9;Object.keys(ea).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===ea[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return ea[r]}})});var ta=N9;Object.keys(ta).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===ta[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return ta[r]}})});var na=B5;Object.keys(na).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===na[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return na[r]}})});var aa=W9;Object.keys(aa).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===aa[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return aa[r]}})});var ra=z9;Object.keys(ra).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===ra[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return ra[r]}})});var ia=B9;Object.keys(ia).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===ia[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return ia[r]}})});var ca=Y9;Object.keys(ca).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===ca[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return ca[r]}})});var sa=Y5;Object.keys(sa).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===sa[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return sa[r]}})});var oa=H9;Object.keys(oa).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===oa[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return oa[r]}})});var la=U9;Object.keys(la).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===la[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return la[r]}})});var da=k9;Object.keys(da).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===da[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return da[r]}})});var ua=q9;Object.keys(ua).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===ua[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return ua[r]}})});var ha=K9;Object.keys(ha).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===ha[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return ha[r]}})});var ma=Fe;Object.keys(ma).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===ma[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return ma[r]}})});var fa=G9;Object.keys(fa).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===fa[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return fa[r]}})});var pa=Q9;Object.keys(pa).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===pa[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return pa[r]}})});var va=J9;Object.keys(va).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===va[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return va[r]}})});var ga=X9;Object.keys(ga).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===ga[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return ga[r]}})});var xa=el;Object.keys(xa).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===xa[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return xa[r]}})});var ba=tl;Object.keys(ba).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===ba[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return ba[r]}})});var ja=nl;Object.keys(ja).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===ja[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return ja[r]}})});var ya=b6;Object.keys(ya).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===ya[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return ya[r]}})});var _a=al;Object.keys(_a).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===_a[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return _a[r]}})});var wa=il;Object.keys(wa).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===wa[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return wa[r]}})});var Sa=Re;Object.keys(Sa).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Sa[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Sa[r]}})});var Oa=cl;Object.keys(Oa).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Oa[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Oa[r]}})});var Ca=sl;Object.keys(Ca).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Ca[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Ca[r]}})});var Da=ol;Object.keys(Da).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Da[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Da[r]}})});var $a=ll;Object.keys($a).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===$a[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return $a[r]}})});var Ta=dl;Object.keys(Ta).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Ta[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Ta[r]}})});var Pa=ul;Object.keys(Pa).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Pa[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Pa[r]}})});var Ea=hl;Object.keys(Ea).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Ea[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Ea[r]}})});var Za=ml;Object.keys(Za).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Za[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Za[r]}})});var Ia=fl;Object.keys(Ia).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Ia[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Ia[r]}})});var Ma=pl;Object.keys(Ma).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Ma[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Ma[r]}})});var Aa=vl;Object.keys(Aa).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Aa[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Aa[r]}})});var Fa=gl;Object.keys(Fa).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Fa[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Fa[r]}})});var Ra=xl;Object.keys(Ra).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Ra[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Ra[r]}})});var Va=bl;Object.keys(Va).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Va[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Va[r]}})});var La=jl;Object.keys(La).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===La[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return La[r]}})});var Na=yl;Object.keys(Na).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Na[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Na[r]}})});var Wa=K0;Object.keys(Wa).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Wa[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Wa[r]}})});var za=_l;Object.keys(za).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===za[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return za[r]}})});var Ba=wl;Object.keys(Ba).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Ba[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Ba[r]}})});var Ya=Sl;Object.keys(Ya).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Ya[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Ya[r]}})});var Ha=z6;Object.keys(Ha).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Ha[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Ha[r]}})});var Ua=A6;Object.keys(Ua).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Ua[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Ua[r]}})});var ka=N5;Object.keys(ka).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===ka[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return ka[r]}})});var qa=Ol;Object.keys(qa).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===qa[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return qa[r]}})});var Ka=Cl;Object.keys(Ka).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Ka[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Ka[r]}})});var Ga=St;Object.keys(Ga).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Ga[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Ga[r]}})});var Qa=Dl;Object.keys(Qa).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Qa[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Qa[r]}})});var Ja=$l;Object.keys(Ja).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Ja[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Ja[r]}})});var Xa=I6;Object.keys(Xa).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Xa[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Xa[r]}})});var e4=Tl;Object.keys(e4).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===e4[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return e4[r]}})});var t4=Pl;Object.keys(t4).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===t4[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return t4[r]}})});var n4=W0;Object.keys(n4).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===n4[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return n4[r]}})});var a4=El;Object.keys(a4).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===a4[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return a4[r]}})});var r4=r8;Object.keys(r4).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===r4[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return r4[r]}})});var i4=_e;Object.keys(i4).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===i4[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return i4[r]}})});var c4=t0;Object.keys(c4).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===c4[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return c4[r]}})});var s4=s8;Object.keys(s4).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===s4[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return s4[r]}})});var o4=H0;Object.keys(o4).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===o4[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return o4[r]}})});var l4=pt;Object.keys(l4).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===l4[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return l4[r]}})});var d4=u8;Object.keys(d4).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===d4[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return d4[r]}})});var u4=Zl;Object.keys(u4).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===u4[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return u4[r]}})});var h4=Il;Object.keys(h4).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===h4[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return h4[r]}})});var m4=ve;Object.keys(m4).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===m4[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return m4[r]}})});var f4=jt;Object.keys(f4).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===f4[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return f4[r]}})});var p4=gt;Object.keys(p4).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===p4[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return p4[r]}})});var v4=Ml;Object.keys(v4).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===v4[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return v4[r]}})});var g4=Al;Object.keys(g4).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===g4[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return g4[r]}})});var x4=Fl;Object.keys(x4).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===x4[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return x4[r]}})});var b4=G0;Object.keys(b4).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===b4[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return b4[r]}})});var j4=Rl;Object.keys(j4).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===j4[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return j4[r]}})});var y4=G5;Object.keys(y4).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===y4[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return y4[r]}})});var _4=Vl;Object.keys(_4).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===_4[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return _4[r]}})});var w4=Ll;Object.keys(w4).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===w4[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return w4[r]}})});var S4=f8;Object.keys(S4).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===S4[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return S4[r]}})});var O4=Nl;Object.keys(O4).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===O4[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return O4[r]}})});var C4=Wl;Object.keys(C4).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===C4[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return C4[r]}})});var D4=zl;Object.keys(D4).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===D4[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return D4[r]}})});var $4=Bl;Object.keys($4).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===$4[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return $4[r]}})});var T4=P;Object.keys(T4).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===T4[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return T4[r]}})});var P4=j6;Object.keys(P4).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===P4[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return P4[r]}})});var E4=Yl;Object.keys(E4).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===E4[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return E4[r]}})});var Z4=Hl;Object.keys(Z4).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Z4[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Z4[r]}})});var I4=Ul;Object.keys(I4).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===I4[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return I4[r]}})});var M4=kl;Object.keys(M4).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===M4[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return M4[r]}})})})(Ks);Object.defineProperty(at,"__esModule",{value:!0});var be=h,B1=Ks,F1=a;const p8="react-activity-calendar",Hi=8,ql=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],HW={months:ql,weekdays:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],totalCount:"{{count}} activities in {{year}}",legend:{less:"Less",more:"More"}};function UW(){const[e,t]=be.useState("light"),n=i=>{t(i.matches?"dark":"light")};return be.useEffect(()=>{const i=window.matchMedia("(prefers-color-scheme: dark)");return t(i.matches?"dark":"light"),i.addEventListener("change",n),()=>{i.removeEventListener("change",n)}},[]),e}const Kl=`${p8}--loading-animation`;function kW(e,t){be.useEffect(()=>{const n=`oklab(from ${e} l a b)`,i=t==="light"?`oklab(from ${e} calc(l * 0.96) a b)`:`oklab(from ${e} calc(l * 1.08) a b)`,c=document.createElement("style");return c.innerHTML=`
714
- @keyframes ${Kl} {
715
- 0% {
716
- fill: ${n};
717
- }
718
- 50% {
719
- fill: ${i};
720
- }
721
- 100% {
722
- fill: ${n};
723
- }
724
- }
725
- `,document.head.appendChild(c),()=>{document.head.removeChild(c)}},[e,t])}const qW="(prefers-reduced-motion: reduce)";function KW(){const[e,t]=be.useState(!0);return be.useEffect(()=>{const n=window.matchMedia(qW);t(n.matches);const i=c=>{t(c.matches)};return n.addEventListener("change",i),()=>{n.removeEventListener("change",i)}},[]),e}function GW(e,t){if(e.length===0)throw new Error("Activity data must not be empty.");for(const{date:n,level:i,count:c}of e){if(!B1.isValid(B1.parseISO(n)))throw new Error(`Activity date '${n}' is not a valid ISO 8601 date string.`);if(c<0)throw new RangeError(`Activity count must not be negative, found ${c}.`);if(i<0||i>t)throw new RangeError(`Activity level ${i} for ${n} is out of range. It must be between 0 and ${t}.`)}}function QW(e,t=0){const n=JW(e),i=n[0],c=B1.parseISO(i.date),s=B1.getDay(c)===t?c:B1.subWeeks(B1.nextDay(c,t),1),o=[...Array(B1.differenceInCalendarDays(c,s)).fill(void 0),...n],l=Math.ceil(o.length/7);return T2(l).map(d=>o.slice(d*7,d*7+7))}function JW(e){const t=new Map(e.map(c=>[c.date,c])),n=e[0],i=e[e.length-1];return B1.eachDayOfInterval({start:B1.parseISO(n.date),end:B1.parseISO(i.date)}).map(c=>{const s=B1.formatISO(c,{representation:"date"});return t.has(s)?t.get(s):{date:s,count:0,level:0}})}function d3(e){return`${p8}__${e}`}function XW(){const e=new Date().getFullYear();return B1.eachDayOfInterval({start:new Date(e,0,1),end:new Date(e,11,31)}).map(n=>({date:B1.formatISO(n,{representation:"date"}),count:0,level:0}))}function T2(e){return[...Array(e).keys()]}function ez(e,t=ql){return e.reduce((n,i,c)=>{const s=i.find(d=>d!==void 0);if(!s)throw new Error(`Unexpected error: Week ${c+1} is empty.`);const o=t[B1.getMonth(B1.parseISO(s.date))];if(!o){const d=new Date(s.date).toLocaleString("en-US",{month:"short"});throw new Error(`Unexpected error: undefined month label for ${d}.`)}const l=n[n.length-1];return c===0||!l||l.label!==o?[...n,{weekIndex:c,label:o}]:n},[]).filter(({weekIndex:n},i,c)=>i===0?c[1]&&c[1].weekIndex-n>=3:i===c.length-1?e.slice(n).length>=3:!0)}function tz(e,t,n){if(e.length!==7)throw new Error("Exactly 7 labels, one for each weekday must be passed.");return e.reduce((i,c,s)=>t.byDayIndex(s)?Math.max(i,Math.ceil(nz(c,n).width)):i,0)}function nz(e,t){if(typeof document>"u"||typeof window>"u")return{width:0,height:0};if(t<1)throw new RangeError("fontSize must be positive");if(e.length===0)return{width:0,height:0};const n="http://www.w3.org/2000/svg",i=document.createElementNS(n,"svg");i.style.position="absolute",i.style.visibility="hidden",i.style.fontFamily=window.getComputedStyle(document.body).fontFamily,i.style.fontSize=`${t}px`;const c=document.createElementNS(n,"text");c.textContent=e,i.appendChild(c),document.body.appendChild(i);const s=c.getBBox();return document.body.removeChild(i),{width:s.width,height:s.height}}function az(e,t){if(!e)return{byDayIndex:()=>!1,shouldShow:!1};if(e===!0)return{byDayIndex:i=>(7+i-t)%7%2!==0,shouldShow:!0};const n=[];for(const i of e){const c=rz[i.toLowerCase()];n[c]=!0}return{byDayIndex:i=>n[i]??!1,shouldShow:e.length>0}}const rz={sun:0,mon:1,tue:2,wed:3,thu:4,fri:5,sat:6};function iz(e,t=5){const n=cz(t);return e?(sz(e,t),e.light=e.light??n.light,e.dark=e.dark??n.dark,{light:Ui(e.light)?P2(e.light,t):e.light,dark:Ui(e.dark)?P2(e.dark,t):e.dark}):n}function cz(e){return{light:P2(["hsl(0, 0%, 92%)","hsl(0, 0%, 26%)"],e),dark:P2(["hsl(0, 0%, 22%)","hsl(0, 0%, 92%)"],e)}}function sz(e,t){const n='The number of colors is controlled by the "maxLevel" property.';if(typeof e!="object"||e.light===void 0&&e.dark===void 0)throw new Error(`The theme object must contain at least one of the fields "light" and "dark" with exactly 2 or ${t} colors respectively. ${n}`);if(e.light){const{length:i}=e.light;if(i!==2&&i!==t)throw new Error(`theme.light must contain exactly 2 or ${t} colors, ${i} passed. ${n}`);for(const c of e.light)if(typeof window<"u"&&!CSS.supports("color",c))throw new Error(`Invalid color "${String(c)}" passed. All CSS color formats are accepted.`)}if(e.dark){const{length:i}=e.dark;if(i!==2&&i!==t)throw new Error(`theme.dark must contain exactly 2 or ${t} colors, ${i} passed. ${n}`);for(const c of e.dark)if(typeof window<"u"&&!CSS.supports("color",c))throw new Error(`Invalid color "${String(c)}" passed. All CSS color formats are accepted.`)}}function P2([e,t],n){return T2(n).map(i=>{switch(i){case 0:return e;case n-1:return t;default:{const c=i/(n-1)*100;return`color-mix(in oklab, ${t} ${parseFloat(c.toFixed(2))}%, ${e})`}}})}function Ui(e){return e.length===2}const u3={container:e=>({width:"max-content",maxWidth:"100%",display:"flex",flexDirection:"column",gap:"8px",fontSize:`${e}px`}),scrollContainer:e=>({maxWidth:"100%",overflowX:"auto",overflowY:"hidden",paddingTop:Math.ceil(.1*e)}),calendar:{display:"block",overflow:"visible"},rect:e=>({stroke:e==="light"?"rgba(0, 0, 0, 0.08)":"rgba(255, 255, 255, 0.04)"}),footer:{container:{display:"flex",flexWrap:"wrap",gap:"4px 16px",whiteSpace:"nowrap"},legend:{marginLeft:"auto",display:"flex",alignItems:"center",gap:"3px"}}},Ot=be.forwardRef(({data:e,blockMargin:t=4,blockRadius:n=2,blockSize:i=12,colorScheme:c=void 0,eventHandlers:s={},fontSize:o=14,hideColorLegend:l=!1,hideMonthLabels:d=!1,hideTotalCount:m=!1,labels:f=void 0,maxLevel:v=4,loading:g=!1,renderBlock:p=void 0,renderColorLegend:x=void 0,showWeekdayLabels:j=!1,style:y={},theme:b=void 0,totalCount:S=void 0,weekStart:C=0},T)=>{const[$,Z]=be.useState(!1);be.useEffect(()=>{Z(!0)},[]),v=Math.max(1,v);const O=iz(b,v+1),N=UW(),z=c??N,V=O[z];kW(V[0],z);const M=!KW();g&&(e=XW()),GW(e,v);const H=e[0],K=B1.getYear(B1.parseISO(H.date)),A=QW(e,C),Y=Object.assign({},HW,f),W=d?0:o+Hi,E=az(j,C),w=$&&E.shouldShow?tz(Y.weekdays,E,o)+Hi:void 0;function _(){return{width:A.length*(i+t)-t,height:W+(i+t)*7-t}}function F(r1){return Object.keys(s).reduce((s1,i1)=>({...s1,[i1]:d1=>{var x1;return(x1=s[i1])==null?void 0:x1.call(s,d1)(r1)}}),{})}function G(){return A.map((r1,s1)=>r1.map((i1,d1)=>{if(!i1)return null;const x1=g&&M?{animation:`${Kl} 1.75s ease-in-out infinite`,animationDelay:`${s1*20+d1*20}ms`}:void 0,M1=F1.jsx("rect",{...F(i1),x:0,y:W+(i+t)*d1,width:i,height:i,rx:n,ry:n,fill:V[i1.level],"data-date":i1.date,"data-level":i1.level,style:{...u3.rect(z),...x1}});return F1.jsx(be.Fragment,{children:p?p(M1,i1):M1},i1.date)})).map((r1,s1)=>F1.jsx("g",{transform:`translate(${(i+t)*s1}, 0)`,children:r1},s1))}function q(){if(m&&l)return null;const r1=typeof S=="number"?S:e.reduce((s1,i1)=>s1+i1.count,0);return F1.jsxs("footer",{className:d3("footer"),style:{...u3.footer.container,marginLeft:w},children:[g&&F1.jsx("div",{children:" "}),!g&&!m&&F1.jsx("div",{className:d3("count"),children:Y.totalCount?Y.totalCount.replace("{{count}}",String(r1)).replace("{{year}}",String(K)):`${r1} activities in ${K}`}),!g&&!l&&F1.jsxs("div",{className:d3("legend-colors"),style:u3.footer.legend,children:[F1.jsx("span",{style:{marginRight:"0.4em"},children:Y.legend.less}),T2(v+1).map(s1=>{const i1=F1.jsx("svg",{width:i,height:i,children:F1.jsx("rect",{width:i,height:i,fill:V[s1],rx:n,ry:n,style:u3.rect(z)})});return F1.jsx(be.Fragment,{children:x?x(i1,s1):i1},s1)}),F1.jsx("span",{style:{marginLeft:"0.4em"},children:Y.legend.more})]})]})}function l1(){return E.shouldShow?F1.jsx("g",{className:d3("legend-weekday"),children:T2(7).map(r1=>{const s1=(r1+C)%7;return E.byDayIndex(s1)?F1.jsx("text",{x:-8,y:W+(i+t)*r1+i/2,dominantBaseline:"central",textAnchor:"end",fill:"currentColor",children:Y.weekdays[s1]},r1):null})}):null}function m1(){return d?null:F1.jsx("g",{className:d3("legend-month"),children:ez(A,Y.months).map(({label:r1,weekIndex:s1})=>F1.jsx("text",{x:(i+t)*s1,y:0,dominantBaseline:"hanging",fill:"currentColor",children:r1},s1))})}const{width:J,height:t1}=_();return F1.jsxs("article",{ref:T,className:p8,style:{...y,...u3.container(o)},children:[F1.jsx("div",{className:d3("scroll-container"),style:u3.scrollContainer(o),children:F1.jsxs("svg",{width:J,height:t1,viewBox:`0 0 ${J} ${t1}`,className:d3("calendar"),style:{...u3.calendar,marginLeft:w},children:[!g&&l1(),!g&&m1(),G()]})}),q()]})});Ot.displayName="ActivityCalendar";const oz=e=>F1.jsx(Ot,{data:[],...e});at.ActivityCalendar=Ot;at.Skeleton=oz;var lz=at.default=Ot;const dz=u("div")(({theme:e})=>({display:"flex",flexDirection:"column",alignItems:"center","svg rect":{stroke:"#0000 !important"}})),uz=e=>{const t=new Date,n=new Date;n.setFullYear(t.getFullYear()-1);const i=t.toISOString().split("T")[0],c=n.toISOString().split("T")[0],s=e.some(l=>l.date===i);return e.some(l=>l.date===c)||e.unshift({count:0,date:c,level:0}),s||e.push({count:0,date:i,level:0}),e},hz=e=>{const t=e.map(o=>o.count),n=Object.values(t).sort((o,l)=>o-l),i=o=>{const l=Math.floor(o/100*n.length);return n[l]||n[n.length-1]},c=[i(25),i(50),i(75),i(100)],s=o=>o<=c[0]?1:o<=c[1]?2:o<=c[2]?3:4;return e.map(({date:o,count:l})=>({date:o,count:l,level:s(l)}))},mz=()=>{const e=e1("projectId"),{data:t}=nt(e),{themeMode:n}=qh(),i={light:["#f1f0fc","#ceccfd","#8982ff","#6c65e5","#615bc2"],dark:["#302E42",O0.palette.background.alternative]},c=hz(t.activityCountByDate),s=uz(c);return a.jsx(a.Fragment,{children:t.activityCountByDate.length>0?a.jsx(dz,{children:a.jsx(lz,{colorScheme:n,theme:i,data:s,maxLevel:4,showWeekdayLabels:!0,labels:{totalCount:"{{count}} activities in the last year"},renderBlock:(o,l)=>a.jsx(Y1,{title:`${l.count} activities on ${l.date}`,children:o})})}):a.jsx("span",{children:"No activity"})})},g0={initial:"Feature flags in the Define stage are flags that have not yet received metrics from any environments. This might mean that the flags have not been used yet, or it could indicate integration issues.",preLive:"In the Develop stage, the feature is being developed and tested in controlled environments. Once the feature is ready, the flag can be enabled in production.",live:"The feature is being rolled out in production according to its assigned strategies (targeting user segments and/or using percentage rollout).",completed:"Flags that are in the Cleanup stage still receive metrics in production. Consider archiving them to clean up your codebase to reduce technical debt.",archived:"Flags that have been archived and are no longer in use, but kept for future reference."},fz=u("div")(({theme:e})=>({padding:e.spacing(2),gap:e.spacing(2),minHeight:"100%",display:"flex",flexFlow:"column",justifyContent:"space-between",transition:"all 200ms",borderRadius:e.shape.borderRadiusExtraLarge,border:`2px solid ${e.palette.divider}`,"&:focus-visible":{outline:"none",borderColor:e.palette.primary.main},"&:hover":{backgroundColor:e.palette.table.rowHover}})),pz=({text:e})=>{const t=u("span")(({theme:n})=>({display:"flex",alignItems:"flex-start",gap:n.spacing(1),fontSize:n.typography.body1.fontSize,padding:n.spacing(1)}));return a.jsxs(t,{children:[a.jsx(Gh,{fontSize:"small",color:"primary"}),a.jsx("p",{children:e})]})},x0=({children:e,tooltipText:t})=>a.jsx("li",{children:a.jsx(I3,{arrow:!0,maxWidth:"850px",title:a.jsx(pz,{text:t}),children:a.jsx(fz,{tabIndex:0,children:e})})}),vz=u("ul")(({theme:e})=>({display:"grid",listStyle:"none",gridTemplateColumns:"repeat(auto-fit, minmax(180px, 1fr))",gap:e.spacing(1),justifyContent:"center",padding:0,flex:"auto",margin:0})),b0=u("span")({display:"flex",alignItems:"center",justifyContent:"space-between"}),gz=u("span")(({theme:e})=>({fontSize:`calc(2 * ${e.typography.body1.fontSize})`})),Gl=u("dl")(({theme:e})=>({margin:0,fontSize:e.typography.body2.fontSize,"& dd":{margin:0,fontWeight:"bold"}})),xz=u("span")(({theme:e})=>({fontSize:e.typography.body2.fontSize})),bz=u("span")({fontWeight:"normal"}),l2=({averageDays:e})=>{const t=()=>e==null?a.jsx(bz,{children:"No data"}):e<1?"less than a day":e===1?"1 day":`${e} days`;return a.jsxs(Gl,{children:[a.jsx("dt",{children:"Avg. time in stage"}),a.jsx("dd",{"data-loading-project-lifecycle-summary":!0,children:a.jsx(t,{})})]})},j0=({value:e})=>a.jsx(gz,{"data-loading-project-lifecycle-summary":!0,children:a.jsx(Hc,{value:e??0,threshold:1e3,precision:1})}),jz=()=>{const e=e1("projectId"),{data:t,loading:n}=nt(e),i=N3(n,"[data-loading-project-lifecycle-summary=true]"),c=d=>(t==null?void 0:t.lifecycleSummary[d].currentFlags)===1?"Flag":"Flags",s=d=>{const m=d==="preLive"?"pre-live":d;return a.jsxs(xz,{children:[c(d)," in"," ",Kh(m)]})},o=(t==null?void 0:t.lifecycleSummary.archived.last30Days)??0,l=`${o} ${o===1?"flag":"flags"} archived`;return a.jsxs(vz,{ref:i,children:[a.jsxs(x0,{tooltipText:g0.initial,children:[a.jsxs("p",{children:[a.jsxs(b0,{children:[a.jsx(j0,{value:t==null?void 0:t.lifecycleSummary.initial.currentFlags}),a.jsx(i0,{"aria-hidden":"true",stage:{name:"initial"}})]}),a.jsx("span",{children:s("initial")})]}),a.jsx(l2,{averageDays:t==null?void 0:t.lifecycleSummary.initial.averageDays})]}),a.jsxs(x0,{tooltipText:g0.preLive,children:[a.jsxs("p",{children:[a.jsxs(b0,{children:[a.jsx(j0,{value:t==null?void 0:t.lifecycleSummary.preLive.currentFlags}),a.jsx(i0,{"aria-hidden":"true",stage:{name:"pre-live"}})]}),a.jsx("span",{children:s("preLive")})]}),a.jsx(l2,{averageDays:t==null?void 0:t.lifecycleSummary.preLive.averageDays})]}),a.jsxs(x0,{tooltipText:g0.live,children:[a.jsxs("p",{children:[a.jsxs(b0,{children:[a.jsx(j0,{value:t==null?void 0:t.lifecycleSummary.live.currentFlags}),a.jsx(i0,{"aria-hidden":"true",stage:{name:"live"}})]}),a.jsx("span",{children:s("live")})]}),a.jsx(l2,{averageDays:t==null?void 0:t.lifecycleSummary.live.averageDays})]}),a.jsxs(x0,{tooltipText:g0.completed,children:[a.jsxs("p",{children:[a.jsxs(b0,{children:[a.jsx(j0,{value:t==null?void 0:t.lifecycleSummary.completed.currentFlags}),a.jsx(i0,{"aria-hidden":"true",stage:{name:"completed"}})]}),a.jsx("span",{children:s("completed")})]}),a.jsx(l2,{averageDays:t==null?void 0:t.lifecycleSummary.completed.averageDays})]}),a.jsxs(x0,{tooltipText:g0.archived,children:[a.jsxs("p",{children:[a.jsxs(b0,{children:[a.jsx(j0,{value:t==null?void 0:t.lifecycleSummary.archived.currentFlags}),a.jsx(i0,{"aria-hidden":"true",stage:{name:"archived"}})]}),a.jsx("span",{children:s("archived")})]}),a.jsxs(Gl,{children:[a.jsx("dt",{children:"Last 30 days"}),a.jsx("dd",{"data-loading-project-lifecycle-summary":!0,children:l})]})]})]})},Ql=u("article")(({theme:e})=>({backgroundColor:e.palette.background.elevation1,padding:e.spacing(3),borderRadius:e.shape.borderRadiusExtraLarge})),f2=40,Zr=13,ki=f2*2+Zr,Jl=100,qi=u("div")(({theme:e})=>({display:"flex",flexDirection:"column",gap:e.spacing(1)})),Ki=u("div")(({theme:e})=>({display:"flex",alignItems:"center",gap:e.spacing(2)})),yz=u("div")(({theme:e})=>({flex:"none",height:85,width:Jl,position:"relative"})),_z=u("svg")({position:"absolute"}),wz=u("span")(({theme:e})=>({fontSize:e.typography.h1.fontSize})),Sz=u("div")(({theme:e})=>({flex:"none",display:"grid",placeItems:"center",width:Jl})),Oz=u("p")(({theme:e})=>({fontSize:e.typography.body2.fontSize,display:"flex",flexDirection:"column",alignItems:"center",justifyContent:"center",borderRadius:"50%",backgroundColor:e.mode==="light"?e.palette.background.elevation2:"#302E42",width:ki,height:ki,overflow:"hidden"})),Cz=({flagCount:e})=>{const t=e===1?"flag":"flags";return a.jsx(Sz,{children:a.jsxs(Oz,{children:[a.jsx(wz,{children:a.jsx(Hc,{value:e,threshold:1e3,precision:1})}),a.jsx("span",{children:"unhealthy"}),a.jsx("span",{children:t})]})})},Dz=e=>{const t=O1();switch(Qh(e)){case"error":return t.palette.error.main;case"warning":return t.palette.warning.border;default:return t.palette.success.border}},$z=u(Ql)(({theme:e})=>({display:"flex",flexDirection:"column",justifyContent:"space-around",gap:e.spacing(2)})),Tz=()=>{const e=e1("projectId"),{data:{technicalDebt:t,staleFlags:n}}=nt(e),{isOss:i}=p1(),c=O1(),s=2*Math.PI*f2,o=.3,l=1-o,d=.75-o/2,m=(t.current||0)/100*s*.7,f=Dz(t.current||0);return a.jsxs($z,{children:[a.jsxs(Ki,{children:[a.jsx(yz,{children:a.jsxs(_z,{viewBox:"0 0 100 100",children:[a.jsx("circle",{cx:"50",cy:"50",r:f2,fill:"none",stroke:c.palette.background.application,strokeWidth:Zr,strokeDasharray:`${l*s} ${o*s}`,strokeDashoffset:d*s}),a.jsx("circle",{cx:"50",cy:"50",r:f2,fill:"none",stroke:f,strokeWidth:Zr,strokeDasharray:`${m} ${s-m}`,strokeDashoffset:d*s}),a.jsxs("text",{x:"50",y:"50",textAnchor:"middle",dominantBaseline:"middle",fill:c.palette.text.primary,fontSize:c.typography.h1.fontSize,children:[t.current||0,"%"]})]})}),a.jsxs(qi,{children:[a.jsxs(I,{children:["Your current technical debt rating is"," ",t.current,"%."]}),!i()&&a.jsx(g1,{to:`/insights?project=IS%3A${e}`,children:"View technical debt over time"})]})]}),a.jsxs(Ki,{children:[a.jsx(Cz,{flagCount:n.total}),a.jsxs(qi,{children:[a.jsx(I,{variant:"body2",children:"To keep your project healthy, archive stale feature flags and remove code from your code base to reduce technical debt."}),a.jsx(g1,{to:`/projects/${e}?state=IS_ANY_OF%3Astale%2Cpotentially-stale`,children:"View unhealthy flags"})]})]})]})};var v8={},Pz=J1;Object.defineProperty(v8,"__esModule",{value:!0});var Xl=v8.default=void 0,Ez=Pz(Q1()),Zz=a,Iz=(0,Ez.default)((0,Zz.jsx)("path",{d:"M16 11c1.66 0 2.99-1.34 2.99-3S17.66 5 16 5c-1.66 0-3 1.34-3 3s1.34 3 3 3zm-8 0c1.66 0 2.99-1.34 2.99-3S9.66 5 8 5C6.34 5 5 6.34 5 8s1.34 3 3 3zm0 2c-2.33 0-7 1.17-7 3.5V19h14v-2.5c0-2.33-4.67-3.5-7-3.5zm8 0c-.29 0-.62.02-.97.05 1.16.84 1.97 1.97 1.97 3.45V19h6v-2.5c0-2.33-4.67-3.5-7-3.5z"}),"Group");Xl=v8.default=Iz;const Mz=u("div")(({theme:e})=>({display:"flex",flexDirection:"column",gap:e.spacing(2),containerType:"inline-size"})),Az=u("span")(({theme:e})=>({display:"inline-flex",flexFlow:"row nowrap",gap:e.spacing(1),svg:{fill:e.palette.primary.main}})),ed=e=>({"@container (max-width: 385px)":e,"@supports not (container-type: inline-size)":{"@media (max-width: 385px)":e}}),Fz=u("li")(({theme:e})=>({display:"flex",flexFlow:"row",justifyContent:"space-between",alignItems:"center",gap:e.spacing(1),...ed({flexFlow:"column",alignItems:"flex-start",justifyContent:"unset","& + li":{marginTop:e.spacing(5)}})})),Rz=u("ul")(({theme:e})=>({margin:0,listStyle:"none",padding:0,"li + li":{marginTop:e.spacing(2)},...ed({"li + li":{marginTop:e.spacing(4)}})})),gr=({children:e,linkUrl:t,linkText:n,icon:i})=>a.jsxs(Fz,{children:[a.jsxs(Az,{children:[i,a.jsx("span",{"data-loading-resources":!0,children:e})]}),a.jsx(g1,{to:t,children:n})]}),Vz=e=>{const{data:t,loading:n}=nt(e),{resources:i}=t??{resources:{members:0,apiTokens:0,segments:0}};return{resources:i,loading:n}},Lz=()=>{const e=e1("projectId"),{resources:t,loading:n}=Vz(e),i=N3(n,"[data-loading-resources=true]");return a.jsx(Ql,{ref:i,children:a.jsxs(Mz,{children:[a.jsx(I,{variant:"h4",sx:{margin:0},children:"Project resources"}),a.jsxs(Rz,{children:[a.jsxs(gr,{linkUrl:`/projects/${e}/settings/access`,linkText:"Add members",icon:a.jsx(Xl,{}),children:[t.members," project member(s)"]}),a.jsxs(gr,{linkUrl:`/projects/${e}/settings/api-access`,linkText:"Add new key",icon:a.jsx($m,{}),children:[t.apiTokens," API key(s)"]}),a.jsxs(gr,{linkUrl:`/projects/${e}/settings/segments`,linkText:"Add segments",icon:a.jsx(Jh,{}),children:[t.segments," project segment(s)"]})]})]})})},Nz=e=>({"@container (max-width: 650px)":e,"@supports not (container-type: inline-size)":{"@media (max-width: 712px)":e}}),Wz=u("div")({containerType:"inline-size"}),zz=u("div")(({theme:e})=>({display:"grid",gridTemplateAreas:`
726
- "health resources"
727
- "health resources"
728
- `,gridTemplateColumns:"repeat(2, minmax(300px, 1fr))",gap:e.spacing(1,2),...Nz({display:"flex",flexDirection:"column",gap:e.spacing(1)})})),Gi=u("div",{shouldForwardProp:e=>e!=="gridArea"})(({theme:e,gridArea:t})=>({gridArea:t,"&>*":{height:"100%"}})),Bz=()=>a.jsx(Wz,{children:a.jsxs(zz,{children:[a.jsx(Gi,{gridArea:"health",children:a.jsx(Tz,{})}),a.jsx(Gi,{gridArea:"resources",children:a.jsx(Lz,{})})]})});var g8={},Yz=J1;Object.defineProperty(g8,"__esModule",{value:!0});var td=g8.default=void 0,Hz=Yz(Q1()),Uz=a,kz=(0,Hz.default)((0,Uz.jsx)("path",{d:"M4 4h16v12H5.17L4 17.17V4m0-2c-1.1 0-1.99.9-1.99 2L2 22l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2H4zm2 10h8v2H6v-2zm0-3h12v2H6V9zm0-3h12v2H6V6z"}),"ChatOutlined");td=g8.default=kz;const qz=u("section")(({theme:e})=>({minHeight:"100vh",maxWidth:1100,width:"95vw",backgroundColor:e.palette.background.default,display:"flex",flexFlow:"column",gap:e.spacing(2.5),paddingInline:e.spacing(4),paddingBlock:e.spacing(3.75)})),Kz=u("div")(({theme:e})=>({display:"flex",flexDirection:"column",gap:e.spacing(4)})),Gz=u("div")(({theme:e})=>({display:"flex",alignItems:"end"})),Qz=u("div")(({theme:e})=>({display:"flex",alignItems:"center",gap:e.spacing(1.5),marginInlineEnd:e.spacing(5)})),Jz=u(Kc)(({theme:e})=>({fill:e.palette.primary.main,flex:"none"})),Xz=u("h3")(({theme:e})=>({fontSize:e.typography.h2.fontSize,margin:0})),Qi=u("h4")(({theme:e})=>({margin:0,fontWeight:"normal"})),xr=u("div")(({theme:e})=>({display:"flex",flexDirection:"column",gap:e.spacing(2)})),eB=u("div")(({theme:e})=>({padding:e.spacing(.5)})),Ji=u("p")(({theme:e})=>({fontSize:e.typography.body1.fontSize,"& + p":{marginTop:e.spacing(1)}})),tB=()=>a.jsx(R0,{htmlTooltip:!0,htmlTooltipMaxWidth:"550px",tooltip:a.jsxs(eB,{children:[a.jsx(Ji,{children:"Based on usage metrics and interactions with Unleash, feature flags can go through five distinct lifecycle stages. These stages mirror the typical software development process and allow you to identify bottlenecks at any stage of the lifecycle."}),a.jsx(Ji,{children:a.jsx("a",{href:"https://docs.getunleash.io/reference/feature-toggles#feature-flag-lifecycle",children:"Read more in our documentation"})})]})}),nB=u("div")(({theme:e})=>({display:"flex",justifyContent:"flex-end",marginBlockStart:"auto",gap:e.spacing(4)})),aB=u("div")(({theme:e})=>({backgroundColor:e.palette.neutral.light,display:"flex",alignItems:"center",gap:e.spacing(1),padding:e.spacing(1,2.5),borderRadius:e.shape.borderRadiusLarge})),rB=u(a1)(({theme:e})=>({color:e.palette.primary.main,fontWeight:"normal",padding:0,textDecoration:"underline",verticalAlign:"baseline"})),iB=({open:e,onClose:t,onFollowLink:n})=>{const{openFeedback:i}=lc("projectStatus","manual"),c=()=>{i({title:"How easy was it to use the project status overview?",positiveLabel:"What do you like most about the project status overview?",areasForImprovementsLabel:"What should be improved on the project status overview?"})},{isOss:s}=p1();return a.jsx(Xh,{open:e,onClose:t,label:"Project status",onClick:o=>{o.target instanceof HTMLAnchorElement&&n()},children:a.jsxs(qz,{children:[a.jsxs(Qz,{children:[a.jsx(Jz,{"aria-hidden":"true"}),a.jsx(Xz,{children:"Project status"})]}),a.jsxs(Kz,{children:[a.jsx(xr,{children:a.jsx(Bz,{})}),!s()&&a.jsxs(a.Fragment,{children:[a.jsxs(xr,{children:[a.jsx(Qi,{children:"Activity in project"}),a.jsx(mz,{})]}),a.jsxs(xr,{children:[a.jsxs(Gz,{children:[a.jsx(Qi,{children:"Flag lifecycle"}),a.jsx(tB,{})]}),a.jsx(jz,{})]})]})]}),a.jsxs(nB,{children:[a.jsxs(aB,{children:[a.jsx(td,{color:"primary"}),a.jsxs("p",{children:["Help us improve the project status overview; give us your"," ",a.jsx(rB,{variant:"text",onClick:()=>{c(),t()},size:"small",children:"feedback"})]})]}),a.jsx(a1,{variant:"outlined",onClick:t,children:"Close"})]})]})})},cB=u(z3)(({theme:e})=>({position:"absolute",top:5,right:20,[e.breakpoints.down("md")]:{top:2}})),sB=u(em)(({theme:e})=>({".MuiBadge-badge":{backgroundColor:e.palette.background.alternative,right:"-4px"},[e.breakpoints.down("md")]:{right:"6px"},flex:"auto",justifyContent:"center",minHeight:"1.5em",alignItems:"center"})),oB=u("span")(({theme:e})=>({color:e.palette.text.primary})),lB=()=>{const e=e1("projectId"),{total:t}=Ms(e);return a.jsx(sB,{badgeContent:t??0,color:"primary",children:a.jsx(oB,{children:"Change requests"})})},dB=u(a1)(({theme:e})=>({color:e.palette.text.primary,fontSize:e.typography.body1.fontSize,fontWeight:"bold","svg *":{fill:e.palette.primary.main}})),uB=u(Kc)(({theme:e})=>({marginLeft:e.spacing(.5)})),hB=()=>{const[e,t]=V2(),[n,i]=h.useState(e.has("project-status")),c=()=>{e.set("project-status",""),t(e),i(!0)},s=()=>{e.delete("project-status"),t(e),i(!1)};return a.jsxs(a.Fragment,{children:[a.jsx(dB,{onClick:c,startIcon:a.jsx(uB,{}),"data-loading-project":!0,children:"Project status"}),a.jsx(iB,{open:n,onClose:s,onFollowLink:()=>i(!1)})]})},bB=()=>{const e=e1("projectId"),{trackEvent:t}=T1(),n=tm(),{project:i,loading:c,error:s,refetch:o}=X1(e),l=N3(c,"[data-loading-project=true]"),{setToastData:d,setToastApiError:m}=$1(),[f,v]=h.useState(!1),g=te(),{pathname:p}=Bc(),{isOss:x,uiConfig:j,isPro:y}=p1(),b=`/projects/${e}`,S=(i==null?void 0:i.name)||e,{favorite:C,unfavorite:T}=nm(),[$,Z]=h.useState(!1),[O,N]=h.useState(!1),V=[{title:"Overview",path:b,name:"flags"},{title:"Change requests",path:`${b}/change-requests`,name:"change-request",isEnterprise:!0,labelOverride:lB},{title:"Applications",path:`${b}/applications`,name:"applications"},{title:"Event log",path:`${b}/logs`,name:"logs"},{title:"Settings",path:`${b}/settings`,ossPath:`${b}/settings/api-access`,name:"settings"}].filter(A=>A.flag?j.flags[A.flag]:!0).filter(A=>!(x()&&A.isEnterprise)),M=[...V].reverse().find(A=>p.startsWith(A.path));if(h.useEffect(()=>{const A=n.get("created"),Y=n.get("edited");(A||Y)&&d({type:"success",text:A?"Project created":"Project updated"})},[]),(s==null?void 0:s.status)===404)return a.jsxs(Pe,{sx:A=>({padding:A.spacing(2,4,4)}),children:[a.jsx(I,{variant:"h1",children:"404 Not Found"}),a.jsxs(I,{children:["Project ",a.jsx("strong",{children:e})," does not exist."]})]});const H=async()=>{try{i!=null&&i.favorite?await T(e):await C(e),o()}catch{m("Something went wrong, could not update favorite")}},K=a.jsx(D,{sx:A=>({marginLeft:A.spacing(1),display:"flex"}),children:a.jsx(Sr,{})});return i.archivedAt?a.jsx(tC,{name:i.name}):a.jsxs("div",{ref:l,children:[a.jsxs(Mm,{children:[a.jsx(Am,{children:a.jsxs(Pm,{children:[a.jsxs(w8,{children:[a.jsx(Im,{onClick:H,isFavorite:(i==null?void 0:i.favorite)||!1}),a.jsxs(Fm,{children:[a.jsx(R,{condition:(i==null?void 0:i.mode)==="private",show:a.jsx(qO,{})}),a.jsx(Em,{"data-loading-project":!0,children:S})]})]}),a.jsx(w8,{children:a.jsx(hB,{})})]})}),a.jsx(Rm,{}),a.jsx(Vm,{children:a.jsx(Nr,{value:M==null?void 0:M.path,indicatorColor:"primary",textColor:"primary",variant:"scrollable",allowScrollButtonsMobile:!0,children:V.map(A=>a.jsx(Lm,{"data-loading-project":!0,label:A.labelOverride?a.jsx(A.labelOverride,{}):A.title,value:A.path,onClick:()=>{A.title!=="Flags"&&t("project-navigation",{props:{eventType:A.title}}),g(x()&&A.ossPath?A.ossPath:A.path)},"data-testid":`TAB_${A.title}`,iconPosition:A.isEnterprise?"end":void 0,icon:a.jsxs(a.Fragment,{children:[a.jsx(R,{condition:!!A.new,show:a.jsx("span",{children:a.jsx(cB,{color:"success",children:"Beta"})})}),A.isEnterprise&&y()&&K||void 0]})},A.title))})})]}),a.jsx(am,{projectId:e,open:$,onClose:()=>{Z(!1)},onSuccess:()=>{g("/projects")}}),a.jsxs(J3,{children:[a.jsx(y1,{path:"access/*",element:a.jsx(Yc,{replace:!0,to:`/projects/${e}/settings/access`})}),a.jsx(y1,{path:"logs",element:a.jsx(mb,{})}),a.jsx(y1,{path:"change-requests",element:a.jsx(py,{})}),a.jsx(y1,{path:"change-requests/:id",element:a.jsx(rm,{value:{willOverwriteStrategyChanges:O,registerWillOverwriteStrategyChanges:()=>N(!0)},children:a.jsx(Gj,{})})}),a.jsx(y1,{path:"settings/*",element:a.jsx(UO,{})}),a.jsx(y1,{path:"applications",element:a.jsx(eC,{})}),a.jsx(y1,{path:"*",element:a.jsx(hb,{})})]}),a.jsx(Cs,{open:f,setOpen:v,project:e})]})};export{bB as default};