unleash-server 7.0.3 → 7.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (225) hide show
  1. package/dist/lib/addons/slack-app-definition.js +6 -6
  2. package/dist/lib/addons/slack-app-definition.js.map +1 -1
  3. package/dist/lib/addons/slack-definition.js +2 -2
  4. package/dist/lib/addons/slack-definition.js.map +1 -1
  5. package/dist/lib/create-config.d.ts.map +1 -1
  6. package/dist/lib/create-config.js +3 -0
  7. package/dist/lib/create-config.js.map +1 -1
  8. package/dist/lib/db/client-instance-store.d.ts +0 -5
  9. package/dist/lib/db/client-instance-store.d.ts.map +1 -1
  10. package/dist/lib/db/client-instance-store.js +0 -21
  11. package/dist/lib/db/client-instance-store.js.map +1 -1
  12. package/dist/lib/db/event-store.d.ts +1 -1
  13. package/dist/lib/db/event-store.d.ts.map +1 -1
  14. package/dist/lib/db/event-store.js +1 -1
  15. package/dist/lib/db/event-store.js.map +1 -1
  16. package/dist/lib/db/index.js +1 -1
  17. package/dist/lib/db/index.js.map +1 -1
  18. package/dist/lib/db/transaction.d.ts +5 -1
  19. package/dist/lib/db/transaction.d.ts.map +1 -1
  20. package/dist/lib/db/transaction.js +10 -4
  21. package/dist/lib/db/transaction.js.map +1 -1
  22. package/dist/lib/db/transaction.test.d.ts +2 -0
  23. package/dist/lib/db/transaction.test.d.ts.map +1 -0
  24. package/dist/lib/db/transaction.test.js +161 -0
  25. package/dist/lib/db/transaction.test.js.map +1 -0
  26. package/dist/lib/events/index.d.ts +4 -1
  27. package/dist/lib/events/index.d.ts.map +1 -1
  28. package/dist/lib/events/index.js +2 -0
  29. package/dist/lib/events/index.js.map +1 -1
  30. package/dist/lib/features/client-feature-toggles/delta/createClientFeatureToggleDelta.js +1 -1
  31. package/dist/lib/features/client-feature-toggles/delta/createClientFeatureToggleDelta.js.map +1 -1
  32. package/dist/lib/features/events/createEventsService.js +1 -1
  33. package/dist/lib/features/events/createEventsService.js.map +1 -1
  34. package/dist/lib/features/events/event-created-by-migration.test.js +1 -1
  35. package/dist/lib/features/events/event-created-by-migration.test.js.map +1 -1
  36. package/dist/lib/features/events/event-service.d.ts.map +1 -1
  37. package/dist/lib/features/events/event-service.js +6 -1
  38. package/dist/lib/features/events/event-service.js.map +1 -1
  39. package/dist/lib/features/events/event-store.d.ts +3 -1
  40. package/dist/lib/features/events/event-store.d.ts.map +1 -1
  41. package/dist/lib/features/events/event-store.js +10 -3
  42. package/dist/lib/features/events/event-store.js.map +1 -1
  43. package/dist/lib/features/events/event-store.test.js +1 -1
  44. package/dist/lib/features/events/event-store.test.js.map +1 -1
  45. package/dist/lib/features/feature-lifecycle/createFeatureLifecycle.js +1 -1
  46. package/dist/lib/features/feature-lifecycle/createFeatureLifecycle.js.map +1 -1
  47. package/dist/lib/features/feature-links/feature-link-service.d.ts +2 -1
  48. package/dist/lib/features/feature-links/feature-link-service.d.ts.map +1 -1
  49. package/dist/lib/features/feature-links/feature-link-service.js +4 -1
  50. package/dist/lib/features/feature-links/feature-link-service.js.map +1 -1
  51. package/dist/lib/features/feature-links/feature-link-service.test.js +11 -0
  52. package/dist/lib/features/feature-links/feature-link-service.test.js.map +1 -1
  53. package/dist/lib/features/feature-links/feature-link.e2e.test.js +1 -7
  54. package/dist/lib/features/feature-links/feature-link.e2e.test.js.map +1 -1
  55. package/dist/lib/features/feature-toggle/feature-toggle-controller.d.ts.map +1 -1
  56. package/dist/lib/features/feature-toggle/feature-toggle-controller.js +0 -8
  57. package/dist/lib/features/feature-toggle/feature-toggle-controller.js.map +1 -1
  58. package/dist/lib/features/instance-stats/createInstanceStatsService.js +1 -1
  59. package/dist/lib/features/instance-stats/createInstanceStatsService.js.map +1 -1
  60. package/dist/lib/features/metrics/client-metrics/metrics-service-v2.d.ts +3 -0
  61. package/dist/lib/features/metrics/client-metrics/metrics-service-v2.d.ts.map +1 -1
  62. package/dist/lib/features/metrics/client-metrics/metrics-service-v2.js +14 -1
  63. package/dist/lib/features/metrics/client-metrics/metrics-service-v2.js.map +1 -1
  64. package/dist/lib/features/metrics/impact/define-impact-metrics.d.ts +7 -0
  65. package/dist/lib/features/metrics/impact/define-impact-metrics.d.ts.map +1 -0
  66. package/dist/lib/features/metrics/impact/define-impact-metrics.js +11 -0
  67. package/dist/lib/features/metrics/impact/define-impact-metrics.js.map +1 -0
  68. package/dist/lib/features/metrics/impact/impact-metrics.e2e.test.d.ts +2 -0
  69. package/dist/lib/features/metrics/impact/impact-metrics.e2e.test.d.ts.map +1 -0
  70. package/dist/lib/features/metrics/impact/impact-metrics.e2e.test.js +131 -0
  71. package/dist/lib/features/metrics/impact/impact-metrics.e2e.test.js.map +1 -0
  72. package/dist/lib/features/metrics/impact/metrics-translator.d.ts +2 -3
  73. package/dist/lib/features/metrics/impact/metrics-translator.d.ts.map +1 -1
  74. package/dist/lib/features/metrics/instance/instance-service.d.ts.map +1 -1
  75. package/dist/lib/features/metrics/instance/instance-service.js +6 -16
  76. package/dist/lib/features/metrics/instance/instance-service.js.map +1 -1
  77. package/dist/lib/features/metrics/instance/metrics.d.ts +2 -0
  78. package/dist/lib/features/metrics/instance/metrics.d.ts.map +1 -1
  79. package/dist/lib/features/metrics/instance/metrics.js +15 -4
  80. package/dist/lib/features/metrics/instance/metrics.js.map +1 -1
  81. package/dist/lib/features/metrics/shared/schema.d.ts +3 -0
  82. package/dist/lib/features/metrics/shared/schema.d.ts.map +1 -1
  83. package/dist/lib/features/metrics/shared/schema.js +23 -0
  84. package/dist/lib/features/metrics/shared/schema.js.map +1 -1
  85. package/dist/lib/features/personal-dashboard/createPersonalDashboardService.js +1 -1
  86. package/dist/lib/features/personal-dashboard/createPersonalDashboardService.js.map +1 -1
  87. package/dist/lib/features/private-project/privateProjectStore.d.ts.map +1 -1
  88. package/dist/lib/features/private-project/privateProjectStore.js +10 -0
  89. package/dist/lib/features/private-project/privateProjectStore.js.map +1 -1
  90. package/dist/lib/features/project/createProjectService.js +1 -1
  91. package/dist/lib/features/project/createProjectService.js.map +1 -1
  92. package/dist/lib/features/project-status/createProjectStatusService.js +1 -1
  93. package/dist/lib/features/project-status/createProjectStatusService.js.map +1 -1
  94. package/dist/lib/metrics.d.ts.map +1 -1
  95. package/dist/lib/metrics.js +2 -0
  96. package/dist/lib/metrics.js.map +1 -1
  97. package/dist/lib/middleware/request-logger.d.ts.map +1 -1
  98. package/dist/lib/middleware/request-logger.js +8 -0
  99. package/dist/lib/middleware/request-logger.js.map +1 -1
  100. package/dist/lib/openapi/spec/addon-type-schema.d.ts +4 -4
  101. package/dist/lib/openapi/spec/addon-type-schema.js +4 -4
  102. package/dist/lib/openapi/spec/addon-type-schema.js.map +1 -1
  103. package/dist/lib/openapi/spec/addons-schema.d.ts +4 -4
  104. package/dist/lib/openapi/spec/bulk-metrics-schema.d.ts +61 -0
  105. package/dist/lib/openapi/spec/bulk-metrics-schema.d.ts.map +1 -1
  106. package/dist/lib/openapi/spec/bulk-metrics-schema.js +9 -0
  107. package/dist/lib/openapi/spec/bulk-metrics-schema.js.map +1 -1
  108. package/dist/lib/openapi/spec/event-schema.d.ts +11 -1
  109. package/dist/lib/openapi/spec/event-schema.d.ts.map +1 -1
  110. package/dist/lib/openapi/spec/event-schema.js +10 -0
  111. package/dist/lib/openapi/spec/event-schema.js.map +1 -1
  112. package/dist/lib/openapi/spec/event-search-query-parameters.d.ts +18 -0
  113. package/dist/lib/openapi/spec/event-search-query-parameters.d.ts.map +1 -1
  114. package/dist/lib/openapi/spec/event-search-query-parameters.js +20 -0
  115. package/dist/lib/openapi/spec/event-search-query-parameters.js.map +1 -1
  116. package/dist/lib/openapi/spec/event-search-response-schema.d.ts +11 -1
  117. package/dist/lib/openapi/spec/event-search-response-schema.d.ts.map +1 -1
  118. package/dist/lib/openapi/spec/events-schema.d.ts +11 -1
  119. package/dist/lib/openapi/spec/events-schema.d.ts.map +1 -1
  120. package/dist/lib/openapi/spec/feature-events-schema.d.ts +11 -1
  121. package/dist/lib/openapi/spec/feature-events-schema.d.ts.map +1 -1
  122. package/dist/lib/openapi/spec/impact-metrics-schema.d.ts +57 -0
  123. package/dist/lib/openapi/spec/impact-metrics-schema.d.ts.map +1 -0
  124. package/dist/lib/openapi/spec/impact-metrics-schema.js +55 -0
  125. package/dist/lib/openapi/spec/impact-metrics-schema.js.map +1 -0
  126. package/dist/lib/openapi/spec/index.d.ts +1 -0
  127. package/dist/lib/openapi/spec/index.d.ts.map +1 -1
  128. package/dist/lib/openapi/spec/index.js +1 -0
  129. package/dist/lib/openapi/spec/index.js.map +1 -1
  130. package/dist/lib/openapi/spec/integration-event-schema.d.ts +11 -1
  131. package/dist/lib/openapi/spec/integration-event-schema.d.ts.map +1 -1
  132. package/dist/lib/openapi/spec/integration-events-schema.d.ts +22 -2
  133. package/dist/lib/openapi/spec/integration-events-schema.d.ts.map +1 -1
  134. package/dist/lib/server-impl.d.ts +1 -1
  135. package/dist/lib/server-impl.d.ts.map +1 -1
  136. package/dist/lib/server-impl.js +21 -14
  137. package/dist/lib/server-impl.js.map +1 -1
  138. package/dist/lib/services/email-service.d.ts +7 -0
  139. package/dist/lib/services/email-service.d.ts.map +1 -1
  140. package/dist/lib/services/email-service.js +35 -0
  141. package/dist/lib/services/email-service.js.map +1 -1
  142. package/dist/lib/types/experimental.d.ts +9 -1
  143. package/dist/lib/types/experimental.d.ts.map +1 -1
  144. package/dist/lib/types/experimental.js +3 -2
  145. package/dist/lib/types/experimental.js.map +1 -1
  146. package/dist/lib/types/option.d.ts +2 -0
  147. package/dist/lib/types/option.d.ts.map +1 -1
  148. package/dist/lib/types/stores/client-instance-store.d.ts +0 -5
  149. package/dist/lib/types/stores/client-instance-store.d.ts.map +1 -1
  150. package/dist/lib/types/stores/event-store.d.ts +3 -0
  151. package/dist/lib/types/stores/event-store.d.ts.map +1 -1
  152. package/dist/lib/util/flag-resolver.d.ts +2 -1
  153. package/dist/lib/util/flag-resolver.d.ts.map +1 -1
  154. package/dist/lib/util/flag-resolver.js +3 -0
  155. package/dist/lib/util/flag-resolver.js.map +1 -1
  156. package/dist/mailtemplates/requested-cr-approval/requested-cr-approval.html.mustache +39 -0
  157. package/dist/mailtemplates/requested-cr-approval/requested-cr-approval.plain.mustache +3 -0
  158. package/dist/migrations/20250618090103-create-cr-requested-approvals.d.ts +6 -0
  159. package/dist/migrations/20250618090103-create-cr-requested-approvals.d.ts.map +1 -0
  160. package/dist/migrations/20250618090103-create-cr-requested-approvals.js +19 -0
  161. package/dist/migrations/20250618090103-create-cr-requested-approvals.js.map +1 -0
  162. package/dist/migrations/20250623100820-cr-requested-approvals-add-notified-at-column.d.ts +3 -0
  163. package/dist/migrations/20250623100820-cr-requested-approvals-add-notified-at-column.d.ts.map +1 -0
  164. package/dist/migrations/20250623100820-cr-requested-approvals-add-notified-at-column.js +11 -0
  165. package/dist/migrations/20250623100820-cr-requested-approvals-add-notified-at-column.js.map +1 -0
  166. package/dist/migrations/20250630114145-add-transaction-context-to-events.d.ts +3 -0
  167. package/dist/migrations/20250630114145-add-transaction-context-to-events.d.ts.map +1 -0
  168. package/dist/migrations/20250630114145-add-transaction-context-to-events.js +16 -0
  169. package/dist/migrations/20250630114145-add-transaction-context-to-events.js.map +1 -0
  170. package/dist/migrator.d.ts +1 -0
  171. package/dist/migrator.d.ts.map +1 -1
  172. package/dist/migrator.js +17 -0
  173. package/dist/migrator.js.map +1 -1
  174. package/dist/server-dev.js +4 -0
  175. package/dist/server-dev.js.map +1 -1
  176. package/dist/test/e2e/api/admin/event-search.e2e.test.js +175 -0
  177. package/dist/test/e2e/api/admin/event-search.e2e.test.js.map +1 -1
  178. package/dist/test/e2e/stores/event-store.e2e.test.js +224 -0
  179. package/dist/test/e2e/stores/event-store.e2e.test.js.map +1 -1
  180. package/dist/test/fixtures/fake-client-instance-store.d.ts +0 -1
  181. package/dist/test/fixtures/fake-client-instance-store.d.ts.map +1 -1
  182. package/dist/test/fixtures/fake-client-instance-store.js +0 -3
  183. package/dist/test/fixtures/fake-client-instance-store.js.map +1 -1
  184. package/dist/test/fixtures/fake-impact-metrics.d.ts +15 -0
  185. package/dist/test/fixtures/fake-impact-metrics.d.ts.map +1 -0
  186. package/dist/test/fixtures/fake-impact-metrics.js +27 -0
  187. package/dist/test/fixtures/fake-impact-metrics.js.map +1 -0
  188. package/frontend/build/index.html +1 -1
  189. package/frontend/build/static/AdvancedPlayground-D-6uZDZr.js +3 -0
  190. package/frontend/build/static/BackendConnections-C-DXtgIJ.js +1 -0
  191. package/frontend/build/static/{CreateProject-9XUQN1SU.js → CreateProject-C8ofwZq1.js} +1 -1
  192. package/frontend/build/static/FeatureMetricsChart-uzxl5gXR.js +2 -0
  193. package/frontend/build/static/{FeatureStaleDialog-Q5amMPCM.js → FeatureStaleDialog-BKCmTzFV.js} +2 -2
  194. package/frontend/build/static/FeatureViewLazyExport-CobGy6XS.js +10 -0
  195. package/frontend/build/static/{FlagMetricsChart-d-DcBEd3.js → FlagMetricsChart-VYTYbbQS.js} +2 -2
  196. package/frontend/build/static/FrontendNetworkTrafficUsage-CFIzAiX3.js +1 -0
  197. package/frontend/build/static/{LazyAdminExport-6l0-2zFb.js → LazyAdminExport-CRoU3u-1.js} +12 -12
  198. package/frontend/build/static/{LazyProjectExport-CPe5in4-.js → LazyProjectExport-DwhYVXhl.js} +35 -35
  199. package/frontend/build/static/{LifecycleChartComponent-B2yYCoKI.js → LifecycleChartComponent-CqpS04x5.js} +2 -2
  200. package/frontend/build/static/{LineChartComponent-D27zBmU-.js → LineChartComponent-B4SCTZZg.js} +1 -1
  201. package/frontend/build/static/MarkCompletedDialogue-BKJahqUx.js +1 -0
  202. package/frontend/build/static/{NetworkConnectedEdges-1WVw8Eu8.js → NetworkConnectedEdges-Ki1G9nG8.js} +1 -1
  203. package/frontend/build/static/{NetworkOverview-CVDK-eSI.js → NetworkOverview-CDZIrvNW.js} +1 -1
  204. package/frontend/build/static/{NetworkPrometheusAPIWarning-DmpG0G0j.js → NetworkPrometheusAPIWarning-DPJmw0yM.js} +1 -1
  205. package/frontend/build/static/{NetworkTraffic-CyPjdgMv.js → NetworkTraffic-Sq_m8XpD.js} +1 -1
  206. package/frontend/build/static/{NetworkTrafficUsage-C8VwLm0h.js → NetworkTrafficUsage-D8jRHO10.js} +1 -1
  207. package/frontend/build/static/{ReactJSONEditor-DseXcTHD.js → ReactJSONEditor-BCSMMPUN.js} +32 -32
  208. package/frontend/build/static/RoleCell-ndjYcZ1T.js +1 -0
  209. package/frontend/build/static/{aggregateFeatureMetrics-COQ_COHJ.js → aggregateFeatureMetrics-CFI2n6i7.js} +1 -1
  210. package/frontend/build/static/{formatTickValue-D_CAvIVf.js → formatTickValue-D9avlj7O.js} +2 -2
  211. package/frontend/build/static/{index-CKXZ0XnY.js → index-Bj8wwcOa.js} +10 -10
  212. package/frontend/build/static/index-DvDCZTAu.js +538 -0
  213. package/frontend/build/static/useApiTokens-BZGgHseg.js +1 -0
  214. package/frontend/build/static/{useChartDataSelection-BfTrFKbU.js → useChartDataSelection-OwfBPL7x.js} +1 -1
  215. package/frontend/package.json +10 -10
  216. package/package.json +13 -13
  217. package/frontend/build/static/AdvancedPlayground-BoqY20Mb.js +0 -3
  218. package/frontend/build/static/BackendConnections-BspEzNo_.js +0 -1
  219. package/frontend/build/static/FeatureMetricsChart-LENYZ5kx.js +0 -2
  220. package/frontend/build/static/FeatureViewLazyExport-BU9aw-MC.js +0 -10
  221. package/frontend/build/static/FrontendNetworkTrafficUsage-7YK-sjpZ.js +0 -1
  222. package/frontend/build/static/MarkCompletedDialogue-SyWeA6AL.js +0 -1
  223. package/frontend/build/static/RoleCell-DJbKzxr1.js +0 -4
  224. package/frontend/build/static/index-Yy9_7TKN.js +0 -535
  225. package/frontend/build/static/useApiTokens-DE54gK5i.js +0 -1
@@ -1,7 +1,7 @@
1
- var Ul=Object.defineProperty;var kl=(e,t,n)=>t in e?Ul(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n;var k=(e,t,n)=>kl(e,typeof t!="symbol"?t+"":t,n);import{r as u,s as h,fB as ql,dv as m2,G as Q1,H as J1,j as r,B as $,e as S1,y as H1,D as E1,a_ as Tr,J as C0,a$ as D0,M as ne,fC as m3,b0 as le,d as F3,fD as ki,b2 as ae,T as A,fE as de,dA as $2,L as p1,cQ as Pr,bi as T2,dt as qi,aq as P2,E as R3,m as E2,K as Z2,de as Te,fF as Kl,aE as Ke,fG as Gl,fH as Ql,as as $1,i as c1,cL as Jl,fI as Xl,fJ as Ge,fK as ed,C as F,h as j1,be as td,aY as ce,b$ as re,aT as V3,V as Z1,bf as Er,aU as I2,aX as $0,aV as M2,bc as m1,fL as Ki,dB as nd,fM as ad,fN as rd,U as id,ar as Zr,c2 as Ir,bt as se,cI as _0,ca as Ee,fO as cd,fP as sd,dn as X1,fQ as Gi,fR as Qi,x as Ji,fS as od,bK as Qe,fT as ld,fU as vr,bR as Xi,fV as gr,fW as dd,bk as ec,fX as tc,fY as nc,fZ as ud,eu as A2,aQ as e1,au as L3,b as O1,al as K1,f_ as ac,aD as _1,ax as ue,f$ as hd,g0 as md,at as F2,bh as p3,g1 as fd,fj as pd,g2 as Z3,fm as Mr,fn as Ar,b9 as Y1,g3 as vd,ay as ee,g4 as rc,g5 as ic,dj as Ce,dm as f2,g6 as gd,dk as E3,g7 as xd,dl as bd,g8 as O3,g9 as cc,dq as jd,ga as sc,gb as oc,cg as N3,bb as oe,u as R2,N as W3,cZ as lc,gc as s3,gd as yd,ge as _d,gf as wd,gg as Sd,gh as Od,gi as Cd,gj as Dd,gk as $d,gl as Td,gm as Pd,gn as Ed,go as Zd,gp as Id,gq as Md,gr as Ad,gs as v3,fp as w0,gt as Fd,aL as qe,gu as p2,aF as Rd,gv as Fr,gw as G1,gx as dc,gy as Vd,gz as Ld,b3 as g3,aG as x3,aH as z3,aM as B3,_ as Y3,a as z1,aN as H3,aP as U3,aO as V2,gA as Nd,gB as f1,l as he,du as Rr,gC as Wd,gD as zd,gE as Bd,b5 as b3,gF as Yd,d6 as uc,c as v2,gG as Hd,gH as hc,cX as Pe,dw as Ud,gI as kd,gJ as qd,gK as Kd,eb as mc,gL as Gd,gM as Qd,gN as Jd,gO as Xd,gP as fc,gQ as pc,aC as A1,cA as I3,gR as eu,gS as tu,az as k3,gT as vc,gU as gc,fs as nu,gV as xe,cS as fe,gW as au,aS as ru,gX as iu,es as L2,gY as cu,gZ as xc,g_ as bc,g$ as su,h0 as ou,bs as q3,h1 as K3,Z as Vr,Y as jc,h2 as lu,b1 as G3,h3 as du,h4 as uu,h5 as hu,h6 as mu,h7 as fu,bj as Ze,ce as yc,h8 as pu,v as vu,h9 as gu,ha as Lr,hb as xu,cd as _c,hc as bu,hd as ju,he as yu,ak as y1,el as T0,em as f3,hf as Nr,b4 as Q3,dc as S0,eD as g2,an as N2,aw as Wr,hg as _u,ac as q1,ad as P0,ao as W2,ae as z2,af as B2,ag as Y2,ah as H2,ai as U2,hh as wc,dZ as E0,bd as wu,ap as zr,A as k2,dR as Su,n as Sc,o as Oc,hi as Ou,ed as s2,dQ as Ue,hj as Cu,hk as Du,er as k0,hl as $u,hm as Tu,av as Z0,dL as Br,hn as Pu,ho as E4,hp as Eu,hq as Zu,cV as J3,cW as b1,hr as Iu,hs as Mu,w as j3,ht as Au,hu as Fu,hv as Cc,hw as Dc,hx as xr,hy as m8,hz as Ru,dO as Vu,dP as Lu,hA as f8,hB as Nu,hC as Wu,hD as zu,hE as Bu,hF as Yu,hG as Hu,hH as Uu,cE as Yr,cF as Hr,hI as ku,hJ as qu,hK as Ku,ez as I0,hL as Gu,c7 as Qu,bx as Ju,by as Xu,b8 as p8,z as v8,fh as eh,c_ as th,d0 as nh,hM as ah,hN as $c,hO as rh,hP as ih,hQ as ch,ba as Ur,hR as sh,hS as oh,hT as br,hU as lh,hV as q2,hW as kr,hX as qr,df as Tc,eP as Pc,hY as Kr,bp as dh,fu as uh,hZ as Ec,t as hh,bY as mh,h_ as fh,h$ as ph,i0 as vh,i1 as gh,i2 as xh,F as bh,I as jh,S as yh,i3 as Zc,i4 as o2,i5 as Ic,i6 as _h,i7 as Mc,i8 as wh,i9 as g8,ia as Sh,d1 as x2,ib as Oh,ft as Ch,ic as Dh,fx as $h,dG as x8,dD as Th,dx as Ac,id as jr,ie as Ph,d$ as Fc,ig as Eh,ih as Zh,ii as Ih,ij as Mh,ik as r0,cc as Rc,il as Ah,im as Fh,io as Rh,ip as Vh,fo as Lh,iq as Nh,bC as Wh,ir as zh,is as Bh,it as Yh}from"./index-Yy9_7TKN.js";import{F as Vc,M as Hh}from"./MarkCompletedDialogue-SyWeA6AL.js";import{a as Uh,u as Lc,T as kh,b as qh,F as Kh,f as Gh,d as Qh,E as Jh,g as Xh}from"./FeatureStaleDialog-Q5amMPCM.js";import{m as em,h as tm,j as b8,b as nm,c as am,d as rm,e as im,E as cm,f as sm,u as om,a as lm,R as dm,C as um,A as hm,g as Nc,k as mm}from"./RoleCell-DJbKzxr1.js";import"./useApiTokens-DE54gK5i.js";const Wc=e=>u.createElement("svg",{width:20,height:18,viewBox:"0 0 20 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},u.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"})),j8=h("div")(()=>({display:"flex"})),fm=h("div")(()=>({display:"grid",gridTemplateColumns:"minmax(0, 1fr) auto",width:"100%"}));h("div")(()=>({display:"flex",flexDirection:"column"}));const pm=h("span")(({theme:e})=>({textOverflow:"ellipsis",whiteSpace:"nowrap",overflow:"hidden"})),vm=h("span")(({theme:e})=>({fontSize:e.fontSizes.smallBody,fontWeight:"normal"}));h(vm)(({theme:e})=>({color:e.palette.neutral.dark}));const gm=h(ql)(({theme:e})=>({marginLeft:e.spacing(-1.5)})),xm=h("div")(({theme:e})=>({backgroundColor:e.palette.background.paper,borderRadius:e.shape.borderRadiusLarge,marginBottom:e.spacing(2)})),bm=h("div")(({theme:e})=>({padding:e.spacing(2.5,5),display:"flex",flexDirection:"column",alignItems:"start"})),jm=h("h1")(({theme:e})=>({margin:0,width:"100%",fontSize:e.typography.h1.fontSize,fontWeight:"bold",display:"flex",alignItems:"center",gap:e.spacing(2),overflow:"hidden"})),ym=h("div")(({theme:e})=>({width:"100%",backgroundColor:e.palette.divider,height:"1px"})),_m=h("div")(({theme:e})=>({padding:e.spacing(0,4)})),wm=h(m2)(({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}})),Sm=e=>u.createElement("svg",{width:24,height:24,viewBox:"0 0 16 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},u.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 Gr={},Om=J1;Object.defineProperty(Gr,"__esModule",{value:!0});var zc=Gr.default=void 0,Cm=Om(Q1()),Dm=r,$m=(0,Cm.default)((0,Dm.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");zc=Gr.default=$m;var Qr={},Tm=J1;Object.defineProperty(Qr,"__esModule",{value:!0});var Bc=Qr.default=void 0,Pm=Tm(Q1()),Em=r,Zm=(0,Pm.default)((0,Em.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");Bc=Qr.default=Zm;var Jr={},Im=J1;Object.defineProperty(Jr,"__esModule",{value:!0});var b2=Jr.default=void 0,Mm=Im(Q1()),Am=r,Fm=(0,Mm.default)((0,Am.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");b2=Jr.default=Fm;const Rm=h($)(({theme:e})=>({display:"flex",justifyContent:"center",paddingRight:e.spacing(2)})),Vm=({projectId:e,row:t,onOpenArchiveDialog:n,onOpenStaleDialog:i})=>{const[c,s]=u.useState(null),[o,l]=u.useState(!1),{setToastData:d}=S1(),{original:{name:m,stale:f}}=t,v=!!c,g=b=>{s(b.currentTarget)},p=()=>{s(null)},x=`feature-${m}-actions`,y=`${x}-menu`,_=()=>{try{qi(m),l(!0),setTimeout(()=>{p(),l(!1)},1e3)}catch{d({type:"error",text:"Could not copy feature name"})}};return r.jsxs(Rm,{children:[r.jsx(H1,{title:"Feature flag actions",arrow:!0,describeChild:!0,children:r.jsx(E1,{id:x,"data-loading":!0,"aria-controls":v?y:void 0,"aria-haspopup":"true","aria-expanded":v?"true":void 0,onClick:g,type:"button",children:r.jsx(Tr,{})})}),r.jsx(C0,{id:y,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:r.jsxs(D0,{"aria-labelledby":x,children:[r.jsxs(ne,{sx:m3,onClick:_,children:[r.jsx(le,{children:o?r.jsx(F3,{}):r.jsx(ki,{})}),r.jsx(ae,{children:r.jsx(A,{variant:"body2",children:o?"Copied!":"Copy Name"})})]}),r.jsx(de,{projectId:e,permission:$2,children:({hasAccess:b})=>r.jsxs(ne,{sx:m3,onClick:p,disabled:!b,component:p1,to:`/projects/${e}/features/${m}/copy`,children:[r.jsx(le,{children:r.jsx(zc,{})}),r.jsx(ae,{children:r.jsx(A,{variant:"body2",children:"Clone"})})]})}),r.jsx(de,{projectId:e,permission:Pr,children:({hasAccess:b})=>r.jsxs(ne,{sx:m3,onClick:()=>{n(m),p()},disabled:!b,children:[r.jsx(le,{children:r.jsx(Bc,{})}),r.jsx(ae,{children:r.jsx(A,{variant:"body2",children:"Archive"})})]})}),r.jsx(de,{projectId:e,permission:T2,children:({hasAccess:b})=>r.jsxs(ne,{sx:m3,onClick:()=>{p(),i({featureId:m,stale:f===!0})},disabled:!b,children:[r.jsx(le,{children:r.jsx(b2,{})}),r.jsx(ae,{children:r.jsxs(A,{variant:"body2",children:[f?"Un-mark":"Mark"," as stale"]})})]})})]})})]})};var Xr={},Lm=J1;Object.defineProperty(Xr,"__esModule",{value:!0});var Yc=Xr.default=void 0,Nm=Lm(Q1()),Wm=r,zm=(0,Nm.default)((0,Wm.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");Yc=Xr.default=zm;const Bm=h($)(()=>({...P2,justifyContent:"center"})),Ym=h(E1)(({theme:e})=>({margin:e.spacing(-1,0)})),Hm=h($)(({theme:e})=>({...P2,justifyContent:"space-between",padding:e.spacing(1,1,0,4)})),Um=h(ne)(({theme:e})=>({padding:e.spacing(0,2),margin:e.spacing(0,2),borderRadius:e.shape.borderRadius})),km=h(R3)(({theme:e})=>({"&.MuiDivider-root.MuiDivider-fullWidth":{margin:e.spacing(.75,0)}})),qm=h(E2)(({theme:e})=>({padding:e.spacing(.75,1)})),Km=({columns:e,onToggle:t})=>{const[n,i]=u.useState(null),c=m=>{i(m.currentTarget)},s=()=>{i(null)},o=!!n,l="columns-menu",d=`columns-menu-list-${l}`;return r.jsxs(Bm,{children:[r.jsx(H1,{title:"Select columns",arrow:!0,describeChild:!0,children:r.jsx(Ym,{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:r.jsx(Yc,{})})}),r.jsxs(C0,{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:[r.jsxs(Hm,{children:[r.jsx(A,{variant:"body2",children:r.jsx("strong",{children:"Columns"})}),r.jsx(E1,{onClick:s,children:r.jsx(Z2,{})})]}),r.jsx(D0,{children:e.map(m=>m.id==="divider"?r.jsx(km,{},"divider"):r.jsxs(Um,{onClick:()=>{t==null||t(m.id)},disabled:m.isStatic===!0&&m.isVisible===!0,children:[r.jsx(le,{children:r.jsx(qm,{edge:"start",checked:m.isVisible,disableRipple:!0,inputProps:{"aria-labelledby":m.id},size:"medium"})}),r.jsx(ae,{id:m.id,primary:r.jsx(A,{variant:"body2",children:m.header})})]},m.id))})]})]})},Gm=h($)(({theme:e})=>({display:"flex",justifyContent:"center",marginRight:e.spacing(-2)})),Qm=({onChange:e,checked:t,title:n})=>r.jsx(Gm,{"data-testid":Kl,children:r.jsx(E2,{onChange:e,title:n,checked:t,"data-loading":!0})}),y8=Te.memo(Qm),Jm=h("div")(({theme:e})=>({position:"sticky",bottom:50,zIndex:e.zIndex.fab,pointerEvents:"none"})),Xm=h($)(({theme:e})=>({display:"flex",justifyContent:"center",width:"100%",flexWrap:"wrap",paddingBottom:e.spacing(2)})),ef=h(Ke)(({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"})),tf=h("span")(({theme:e})=>({background:e.palette.background.alternative,color:e.palette.common.white,padding:e.spacing(.5,1),borderRadius:e.shape.borderRadius})),nf=h(A)(({theme:e})=>({paddingRight:e.spacing(2),marginRight:"auto"})),af=({count:e,children:t})=>e===0?null:r.jsx(Jm,{"data-testid":Gl,children:r.jsx(Xm,{children:r.jsxs(ef,{elevation:4,children:[r.jsxs(nf,{children:[r.jsx(tf,{"data-testid":Ql,children:e})," selected"]}),t]})})}),rf=7,cf=e=>{const t=Jl(new Date,-rf);return!!(e!=null&&e.lastSeenAt&&Xl(new Date(e.lastSeenAt),t))},sf=({projectId:e,featureIds:t,features:n,onConfirm:i})=>{const[c,s]=u.useState(!1),{trackEvent:o}=$1(),l=u.useMemo(()=>t.filter(m=>{const f=n.find(v=>v.name===m);return cf(f)}),[JSON.stringify(n),t]),d=async()=>{s(!1),i==null||i(),o("batch_operations",{props:{eventType:"features archived"}})};return r.jsxs(r.Fragment,{children:[r.jsx(de,{projectId:e,permission:Pr,children:({hasAccess:m})=>r.jsx("span",{children:r.jsx(c1,{disabled:!m||c,variant:"outlined",size:"small",onClick:()=>s(!0),children:"Archive"})})}),r.jsx(Vc,{projectId:e,featureIds:t,featuresWithUsage:l,onConfirm:d,isOpen:c,onClose:()=>s(!1)})]})},q0="selection-actions-menu",of=({projectId:e,data:t,onChange:n})=>{const[i,c]=u.useState(null),{staleFeatures:s}=Ge(),{setToastData:o,setToastApiError:l}=S1(),{trackEvent:d}=$1(),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),y=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(j1(b))}},_=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(j1(b))}};return r.jsxs(r.Fragment,{children:[r.jsx(H1,{title:"More bulk actions",arrow:!0,describeChild:!0,children:r.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":ed,children:r.jsx(Tr,{})})}),r.jsx(C0,{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:r.jsx(D0,{"aria-labelledby":`${q0}-menu`,children:r.jsx(de,{projectId:e,permission:T2,children:({hasAccess:b})=>r.jsxs(r.Fragment,{children:[r.jsx(F,{condition:x,show:()=>r.jsxs(ne,{onClick:y,disabled:!b,sx:{borderRadius:S=>`${S.shape.borderRadius}px`},children:[r.jsx(le,{children:r.jsx(b2,{})}),r.jsx(ae,{children:r.jsx(A,{variant:"body2",children:"Mark as stale"})})]})}),r.jsx(F,{condition:p,show:()=>r.jsxs(ne,{onClick:_,disabled:!b,sx:{borderRadius:S=>`${S.shape.borderRadius}px`},children:[r.jsx(le,{children:r.jsx(b2,{})}),r.jsx(ae,{children:r.jsx(A,{variant:"body2",children:"Un-mark as stale"})})]})})]})})})})]})},lf=h("section")(({theme:e})=>({"& > *":{margin:e.spacing(1,0)}})),_8="manage-tags-form",w8=(e,t)=>[...e,...e.some(n=>n.value===t.value&&n.type===t.type)?[]:[t]],S8=(e,t)=>e.filter(n=>!(n.value===t.value&&n.type===t.type)),df=(e,t)=>{switch(t.type){case"add":return{...e,addedTags:w8(e.addedTags,t.payload),removedTags:S8(e.removedTags,t.payload)};case"remove":return{...e,addedTags:S8(e.addedTags,t.payload),removedTags:w8(e.removedTags,t.payload)};case"clear":return{addedTags:[],removedTags:t.payload};case"reset":return{addedTags:[],removedTags:[]};default:return e}},O8={name:"",description:"",icon:""},uf=({open:e,initialValues:t,initialIndeterminateValues:n,onCancel:i,onSubmit:c})=>{const{tagTypes:s,loading:o}=td(),[l,d]=u.useState(O8),[m,f]=u.useState([]),[v,g]=u.useState([]),{tags:p,refetch:x}=Uh(l.name),{createTag:y}=Lc(),_=p.map(({value:z})=>({title:z})),[b,S]=u.useReducer(df,{addedTags:[],removedTags:[]}),P=()=>{c(b),S({type:"reset"})},C=(z=s.length>0?s[0]:O8)=>{d(z);const V=n.filter(({type:I})=>I===z.name);f(t.filter(({type:I})=>I===z.name).filter(({type:I,value:U})=>!V.some(K=>K.value===U&&K.type===I)).map(({value:I})=>({title:I}))),g(V.map(({value:I})=>({title:I}))),S({type:"clear",payload:[]})};u.useEffect(()=>{s.length>0&&C()},[o]);const D=(z,V)=>{V!=null&&typeof V!="string"&&(z.preventDefault(),C(V))},Z=(z,V)=>y({value:z,type:V}).then(async()=>{x(),f(I=>[...I,{title:z}]),S({type:"add",payload:{value:z,type:V}})}),O=(z,V,I,U)=>{I==="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(M=>M.filter(({title:B})=>B!==K.title)),U!=null&&U.option&&S({type:"add",payload:{value:U.option.title,type:l.name}})}):I==="clear"?(f([]),S({type:"clear",payload:t})):I==="removeOption"&&(f(V),U!=null&&U.option&&S({type:"remove",payload:{value:U.option.title,type:l.name}}))},W=()=>{C(),i()};return r.jsxs(ce,{open:e,secondaryButtonText:"Cancel",primaryButtonText:"Save tags",title:"Update feature flag tags",onClick:P,disabledPrimaryButton:b.addedTags.length===0&&b.removedTags.length===0,onClose:W,formId:_8,children:[r.jsx(A,{paragraph:!0,sx:{marginBottom:z=>z.spacing(2.5)},children:"Tags allow you to group features together"}),r.jsx("form",{id:_8,onSubmit:P,children:r.jsxs(lf,{children:[r.jsx(kh,{options:s,disabled:o||s.length===0,value:l,onChange:D},o?"loading":s.length),r.jsx(F,{condition:!o&&s.length===0,show:r.jsxs(A,{variant:"body1",children:["No"," ",r.jsx(re,{component:p1,to:"/tag-types",children:"tag types"})," ","available."]}),elseShow:r.jsx(qh,{disabled:o,options:_,existingTags:t,indeterminateOptions:v,tagType:l,selectedOptions:m,onChange:O})})]})})]})},hf=({projectId:e,data:t,onChange:n})=>{const{bulkUpdateTags:i}=Lc(),{setToastData:c,setToastApiError:s}=S1(),{trackEvent:o}=$1(),[l,d]=u.useState(!1),[m,f]=u.useMemo(()=>{const g=t.flatMap(({tags:x})=>x||[]).reduce((x,y)=>[...x,...x.some(_=>_.type===y.type&&_.value===y.value)?[]:[y]],[]),p=g.filter(x=>!t.every(({tags:y})=>y==null?void 0:y.some(_=>_.type===x.type&&_.value===x.value)));return[g,p]},[t]),v=async({addedTags:g,removedTags:p})=>{const y={features:t.map(({name:_})=>_),tags:{addedTags:g,removedTags:p}};try{const _=[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(y,e),c({text:_,type:"success",autoHideDuration:12e3}),o("batch_operations",{props:{eventType:"tags updated"}})}catch(_){s(j1(_))}n==null||n(),d(!1)};return r.jsxs(r.Fragment,{children:[r.jsx(de,{projectId:e,permission:T2,children:({hasAccess:g})=>r.jsx("span",{children:r.jsx(c1,{disabled:!g||l,variant:"outlined",size:"small",onClick:()=>d(!0),children:"Tags"})})}),r.jsx(uf,{open:l,onCancel:()=>d(!1),onSubmit:v,initialValues:m,initialIndeterminateValues:f},t.length)]})},mf=h(V3)(({theme:e})=>({minWidth:"450px",marginTop:e.spacing(2),marginBottom:e.spacing(1.5)})),C8=h(Z1)(({theme:e})=>({marginBottom:e.spacing(1.5)})),ff=({showExportDialog:e,data:t,onClose:n,onConfirm:i,environments:c,projectId:s})=>{const[o,l]=u.useState(c[0]),{bulkToggleFeaturesEnvironmentOff:d}=Er(),{addChange:m}=I2(),{setToastApiError:f,setToastData:v}=S1(),{isChangeRequestConfigured:g}=$0(s),{refetch:p}=M2(s),x=t.filter(S=>{var P,C;return((C=(P=S.environments)==null?void 0:P.find(D=>o===D.name))==null?void 0:C.enabled)===!1}).length,y=()=>c.map(S=>({key:S,label:S})),_=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(j1(S))}},b=g(o)?"Add to change request":"Disable flags";return r.jsx(ce,{open:e,title:"Disable feature flags",onClose:n,onClick:_,primaryButtonText:b,secondaryButtonText:"Cancel",children:r.jsxs($,{children:["You have selected ",r.jsx("b",{children:t.length})," feature flags to disable.",r.jsx("br",{}),r.jsx("br",{}),r.jsx(A,{children:"Select which environment to disable the features for:"}),r.jsx(mf,{options:y(),value:o,onChange:S=>l(S)}),r.jsx(F,{condition:g(o),show:r.jsx(C8,{severity:"warning",children:"Change requests are enabled for this environment."})}),r.jsx(F,{condition:x>0,show:r.jsxs(C8,{severity:"info",children:[x," feature"," ",x>1?"flags are ":"flag is ","already disabled."]})})]})})},pf=h(V3)(({theme:e})=>({minWidth:"450px",marginTop:e.spacing(2),marginBottom:e.spacing(1.5)})),D8=h(Z1)(({theme:e})=>({marginBottom:e.spacing(1.5)})),vf=({showExportDialog:e,data:t,onClose:n,onConfirm:i,environments:c,projectId:s})=>{const[o,l]=u.useState(c[0]),{bulkToggleFeaturesEnvironmentOn:d}=Er(),{addChange:m}=I2(),{setToastApiError:f,setToastData:v}=S1(),{isChangeRequestConfigured:g}=$0(s),{refetch:p}=M2(s),x=t.filter(S=>{var P,C;return((C=(P=S.environments)==null?void 0:P.find(D=>o===D.name))==null?void 0:C.enabled)===!0}).length,y=()=>c.map(S=>({key:S,label:S})),_=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(j1(S))}},b=g(o)?"Add to change request":"Enable flags";return r.jsx(ce,{open:e,title:"Enable feature flags",onClose:n,onClick:_,primaryButtonText:b,secondaryButtonText:"Cancel",children:r.jsxs($,{children:["You have selected ",r.jsx("b",{children:t.length})," feature flags to enable.",r.jsx("br",{}),r.jsx("br",{}),r.jsx(A,{children:"Select which environment to enable the features for:"}),r.jsx(pf,{options:y(),value:o,onChange:S=>l(S)}),r.jsx(F,{condition:g(o),show:r.jsx(D8,{severity:"warning",children:"Change requests are enabled for this environment."})}),r.jsx(F,{condition:x>0,show:r.jsxs(D8,{severity:"info",children:[x," feature"," ",x>1?"flags are ":"flag is ","already enabled."]})})]})})},gf=({selectedIds:e,data:t,projectId:n,onResetSelection:i,onChange:c})=>{var P,C;const{uiConfig:s}=m1(),[o,l]=u.useState(!1),[d,m]=u.useState(!1),[f,v]=u.useState(!1),{trackEvent:g}=$1(),p=u.useMemo(()=>t.filter(D=>e.includes(D.name)),[t,e]),x=u.useMemo(()=>{const D=p.flatMap(Z=>Z.environments).map(Z=>Z==null?void 0:Z.name).filter(Z=>Z!==void 0);return Array.from(new Set(D))},[p]),y=()=>{c==null||c(),g("batch_operations",{props:{eventType:"features exported"}})},_=()=>{c==null||c(),g("batch_operations",{props:{eventType:"features enabled"}})},b=()=>{c==null||c(),g("batch_operations",{props:{eventType:"features disabled"}})},S=()=>{c==null||c(),i()};return r.jsxs(r.Fragment,{children:[r.jsx(F,{condition:!!((P=s==null?void 0:s.flags)!=null&&P.disableBulkToggle),show:null,elseShow:r.jsx(c1,{variant:"outlined",size:"small",onClick:()=>m(!0),children:"Enable"})}),r.jsx(F,{condition:!!((C=s==null?void 0:s.flags)!=null&&C.disableBulkToggle),show:null,elseShow:r.jsx(c1,{variant:"outlined",size:"small",onClick:()=>v(!0),children:"Disable"})}),r.jsx(sf,{projectId:n,featureIds:e,features:t,onConfirm:S}),r.jsx(c1,{variant:"outlined",size:"small",onClick:()=>l(!0),children:"Export"}),r.jsx(hf,{projectId:n,data:p,onChange:c}),r.jsx(of,{projectId:n,data:p,onChange:c}),r.jsx(Ki,{showExportDialog:o,data:p,onClose:()=>l(!1),environments:x,onConfirm:y}),r.jsx(vf,{showExportDialog:d,data:p,onClose:()=>m(!1),environments:x,projectId:n,onConfirm:_}),r.jsx(ff,{showExportDialog:f,data:p,onClose:()=>v(!1),environments:x,projectId:n,onConfirm:b})]})};var e5={},xf=J1;Object.defineProperty(e5,"__esModule",{value:!0});var t5=e5.default=void 0,bf=xf(Q1()),jf=r,yf=(0,bf.default)((0,jf.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");t5=e5.default=yf;function _f({onClick:e,currentValue:t,label:n,icon:i,labelWidth:c,tooltip:s}){return r.jsx(nd,{titleComponent:r.jsxs(ad,{children:[r.jsx("h3",{children:s.header}),r.jsx("p",{children:s.description}),s.additionalContent]}),variant:"custom",children:r.jsx(c1,{role:"switch","aria-checked":t,variant:t?"contained":"outlined",color:"primary",startIcon:i,onClick:e,disableElevation:!0,children:r.jsx(rd,{labelWidth:c,children:n})})})}const wf=({global:e,project:t})=>{const{limitReached:n,limitMessage:i}=Sf(e.limit,e.count),c=Of(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}},Sf=(e,t)=>{const n=t>=e;return{limitReached:n,limitMessage:n?`You have reached the instance-wide limit of ${e} feature flags.`:void 0}},Of=(e,t)=>e!=null&&e<=t,Cf=()=>{const{setShowFeedback:e}=u.useContext(id);return u.useCallback(()=>{const{value:t,setValue:n}=Zr("flagsCreated","0"),i=Number.parseInt(t)+1;n(`${i}`),i>1&&e(!0)},[e])},Df=h(Ir)(({theme:e})=>({"& .MuiDialog-paper":{borderRadius:e.shape.borderRadiusLarge,maxWidth:e.spacing(170),width:"100%",backgroundColor:"transparent"},padding:0,"& .MuiPaper-root > section":{overflowX:"hidden"}})),Ne={project:{icon:r.jsx(nc,{}),text:"Projects allow you to group feature flags together in the Unleash admin UI and in SDK payloads."},tags:{icon:r.jsx(tc,{}),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:r.jsx(vr,{}),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:r.jsx(t5,{}),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."}},$f=({open:e,onClose:t,onSuccess:n,skipNavigationOnComplete:i})=>{if(e)return r.jsx(Tf,{open:e,onClose:t,skipNavigationOnComplete:i,onSuccess:n})},Tf=({open:e,onClose:t,skipNavigationOnComplete:n,onSuccess:i})=>{var N1,T1,L1;const{setToastData:c,setToastApiError:s}=S1(),{uiConfig:o,isOss:l}=m1(),d=se(),m=Cf(),[f,v]=_0("flag-creation-dialog",{},60*60*1e3),p=Ee("createFlagDialogCache")?f:{},{type:x,setType:y,tags:_,setTags:b,name:S,setName:P,project:C,setProject:D,description:Z,setDescription:O,validateToggleName:W,impressionData:z,setImpressionData:V,getTogglePayload:I,clearErrors:U,errors:K}=cd(p),{createFeatureToggle:M,loading:B}=Er(),H={icon:r.jsx(vr,{}),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"}},[E,w]=u.useState(H),j=()=>w(H),R=I(),G=()=>`curl --location --request POST '${o.unleashUrl}/api/admin/projects/${C}/features' \\
1
+ var Ql=Object.defineProperty;var Jl=(e,t,n)=>t in e?Ql(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n;var U=(e,t,n)=>Jl(e,typeof t!="symbol"?t+"":t,n);import{r as u,s as h,fD as Xl,dw as p2,G as Q1,H as J1,j as a,B as D,e as C1,y as H1,D as P1,a_ as Pr,J as D0,a$ as $0,M as ae,fE as f3,b0 as de,d as V3,fF as Ji,b2 as re,T as I,fG as ue,dB as P2,L as g1,cR as Er,bi as E2,du as Xi,aq as Z2,E as L3,m as T0,K as I2,df as Te,fH as ed,aE as Ee,fI as td,fJ as nd,as as E1,i as c1,cM as ad,fK as rd,fL as Ge,fM as id,C as F,h as y1,be as cd,aY as oe,c0 as ie,aT as N3,V as M1,bf as Zr,aU as P0,aX as E0,aV as M2,bc as p1,fN as ec,dC as sd,fO as od,fP as ld,U as dd,ar as Ir,c3 as Mr,bt as le,cJ as w0,cb as Ze,fQ as ud,fR as hd,dp as X1,fS as tc,fT as nc,x as ac,fU as md,bK as Qe,fV as fd,fW as gr,bR as rc,fX as xr,fY as pd,bk as ic,fZ as cc,f_ as sc,f$ as vd,ew as A2,aQ as e1,au as W3,b as S1,al as K1,g0 as oc,aD as w1,ax as he,g1 as gd,g2 as xd,at as F2,bh as Je,g3 as bd,fl as jd,g4 as M3,fo as Ar,fp as Fr,b9 as N1,g5 as yd,ay as ee,g6 as lc,g7 as dc,dk as De,dn as v2,g8 as _d,dl as I3,g9 as wd,dm as Sd,ga as D3,gb as uc,dr as Od,gc as hc,gd as mc,ch as g3,bb as te,u as R2,N as z3,c_ as fc,ge as o3,gf as Cd,gg as Dd,gh as $d,gi as Td,gj as Pd,gk as Ed,gl as Zd,gm as Id,gn as Md,go as Ad,gp as Fd,gq as Rd,gr as Vd,gs as Ld,gt as Nd,gu as x3,fr as S0,gv as Wd,aL as Ke,gw as g2,aF as zd,gx as Rr,gy as G1,gz as pc,gA as Bd,gB as Yd,b3,aG as j3,aH as B3,aM as Y3,_ as H3,a as B1,aN as U3,aP as k3,aO as V2,gC as Hd,gD as v1,l as ce,dv as Vr,gE as Ud,gF as kd,gG as qd,b5 as y3,gH as Kd,d7 as vc,c as x2,gI as Gd,gJ as gc,cY as Pe,dx as Qd,gK as Jd,gL as Xd,gM as eu,ec as xc,gN as tu,gO as nu,gP as au,gQ as ru,gR as bc,gS as jc,aC as F1,cB as A3,gT as iu,gU as cu,az as q3,gV as yc,gW as _c,fu as su,gX as be,cT as fe,gY as ou,aS as lu,gZ as du,eu as L2,g_ as uu,g$ as wc,h0 as Sc,h1 as hu,h2 as mu,bs as K3,h3 as G3,Z as Lr,Y as Oc,h4 as fu,b1 as Q3,h5 as pu,h6 as vu,h7 as gu,h8 as xu,h9 as bu,bj as Ie,cf as Cc,ha as ju,v as yu,hb as _u,hc as Nr,hd as wu,ce as Dc,he as Su,hf as Ou,er as $c,n as Wr,o as zr,et as p3,hg as Cu,hh as Du,hi as $u,ak as _1,em as Z0,en as v3,hj as Br,b4 as J3,dd as O0,eF as b2,an as N2,aw as Yr,hk as Tu,ac as q1,ad as I0,ao as W2,ae as z2,af as B2,ag as Y2,ah as H2,ai as U2,hl as Tc,d_ as M0,bd as Pu,ap as Hr,A as k2,dS as Eu,hm as Zu,ee as l2,dR as ke,hn as Iu,ho as Mu,hp as Au,hq as Fu,av as A0,dM as Ur,hr as Ru,hs as I4,ht as Vu,hu as Lu,cW as X3,cX as j1,hv as Nu,hw as Wu,w as _3,hx as zu,hy as Bu,hz as Pc,hA as Ec,hB as br,hC as v8,hD as Yu,dP as Hu,dQ as Uu,hE as g8,hF as ku,hG as qu,hH as Ku,hI as Gu,hJ as Qu,hK as Ju,hL as Xu,cF as kr,cG as qr,hM as eh,hN as th,hO as nh,eB as F0,hP as ah,c8 as rh,bx as ih,by as ch,b8 as x8,z as b8,fj as sh,c$ as oh,d1 as lh,hQ as dh,hR as Zc,hS as uh,hT as hh,hU as mh,ba as Kr,hV as fh,hW as ph,hX as jr,hY as vh,hZ as q2,h_ as Gr,h$ as Qr,dg as Ic,eR as Mc,i0 as Jr,bp as gh,fw as xh,i1 as Ac,t as bh,bZ as jh,i2 as yh,i3 as _h,i4 as wh,i5 as Sh,i6 as Oh,F as Ch,I as Dh,S as $h,i7 as Fc,i8 as d2,i9 as Rc,ia as Th,ib as Vc,ic as Ph,id as j8,ie as Eh,d2 as j2,ig as Zh,fv as Ih,ih as Mh,fz as Ah,dH as y8,dE as Fh,dy as Lc,ii as yr,ij as Rh,e0 as Nc,ik as Vh,il as Lh,im as Nh,io as Wh,ip as i0,cd as Wc,iq as zh,ir as Bh,is as Yh,it as Hh,fq as Uh,iu as kh,bC as qh,iv as Kh,iw as Gh,ix as Qh}from"./index-DvDCZTAu.js";import{F as zc,M as Jh}from"./MarkCompletedDialogue-BKJahqUx.js";import{a as Xh,u as Bc,T as em,b as tm,F as nm,f as am,d as rm,E as im,g as cm}from"./FeatureStaleDialog-BKCmTzFV.js";import{m as sm,i as _8,b as om,c as lm,d as dm,e as um,E as hm,f as mm,u as fm,a as pm,R as vm,C as gm,A as xm,g as Yc,j as bm}from"./RoleCell-ndjYcZ1T.js";import"./useApiTokens-BZGgHseg.js";const Hc=e=>u.createElement("svg",{width:20,height:18,viewBox:"0 0 20 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},u.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=h("div")(()=>({display:"flex"})),jm=h("div")(()=>({display:"grid",gridTemplateColumns:"minmax(0, 1fr) auto",width:"100%"}));h("div")(()=>({display:"flex",flexDirection:"column"}));const ym=h("span")(({theme:e})=>({textOverflow:"ellipsis",whiteSpace:"nowrap",overflow:"hidden"})),_m=h("span")(({theme:e})=>({fontSize:e.fontSizes.smallBody,fontWeight:"normal"}));h(_m)(({theme:e})=>({color:e.palette.neutral.dark}));const wm=h(Xl)(({theme:e})=>({marginLeft:e.spacing(-1.5)})),Sm=h("div")(({theme:e})=>({backgroundColor:e.palette.background.paper,borderRadius:e.shape.borderRadiusLarge,marginBottom:e.spacing(2)})),Om=h("div")(({theme:e})=>({padding:e.spacing(2.5,5),display:"flex",flexDirection:"column",alignItems:"start"})),Cm=h("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})),Dm=h("div")(({theme:e})=>({width:"100%",backgroundColor:e.palette.divider,height:"1px"})),$m=h("div")(({theme:e})=>({padding:e.spacing(0,4)})),Tm=h(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}})),Pm=e=>u.createElement("svg",{width:24,height:24,viewBox:"0 0 16 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},u.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 Xr={},Em=J1;Object.defineProperty(Xr,"__esModule",{value:!0});var Uc=Xr.default=void 0,Zm=Em(Q1()),Im=a,Mm=(0,Zm.default)((0,Im.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");Uc=Xr.default=Mm;var e5={},Am=J1;Object.defineProperty(e5,"__esModule",{value:!0});var kc=e5.default=void 0,Fm=Am(Q1()),Rm=a,Vm=(0,Fm.default)((0,Rm.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");kc=e5.default=Vm;var t5={},Lm=J1;Object.defineProperty(t5,"__esModule",{value:!0});var y2=t5.default=void 0,Nm=Lm(Q1()),Wm=a,zm=(0,Nm.default)((0,Wm.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");y2=t5.default=zm;const Bm=h(D)(({theme:e})=>({display:"flex",justifyContent:"center",paddingRight:e.spacing(2)})),Ym=({projectId:e,row:t,onOpenArchiveDialog:n,onOpenStaleDialog:i})=>{const[c,s]=u.useState(null),[o,l]=u.useState(!1),{setToastData:d}=C1(),{original:{name:m,stale:f}}=t,p=!!c,g=b=>{s(b.currentTarget)},v=()=>{s(null)},x=`feature-${m}-actions`,y=`${x}-menu`,_=()=>{try{Xi(m),l(!0),setTimeout(()=>{v(),l(!1)},1e3)}catch{d({type:"error",text:"Could not copy feature name"})}};return a.jsxs(Bm,{children:[a.jsx(H1,{title:"Feature flag actions",arrow:!0,describeChild:!0,children:a.jsx(P1,{id:x,"data-loading":!0,"aria-controls":p?y:void 0,"aria-haspopup":"true","aria-expanded":p?"true":void 0,onClick:g,type:"button",children:a.jsx(Pr,{})})}),a.jsx(D0,{id:y,anchorEl:c,open:p,onClose:v,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(ae,{sx:f3,onClick:_,children:[a.jsx(de,{children:o?a.jsx(V3,{}):a.jsx(Ji,{})}),a.jsx(re,{children:a.jsx(I,{variant:"body2",children:o?"Copied!":"Copy Name"})})]}),a.jsx(ue,{projectId:e,permission:P2,children:({hasAccess:b})=>a.jsxs(ae,{sx:f3,onClick:v,disabled:!b,component:g1,to:`/projects/${e}/features/${m}/copy`,children:[a.jsx(de,{children:a.jsx(Uc,{})}),a.jsx(re,{children:a.jsx(I,{variant:"body2",children:"Clone"})})]})}),a.jsx(ue,{projectId:e,permission:Er,children:({hasAccess:b})=>a.jsxs(ae,{sx:f3,onClick:()=>{n(m),v()},disabled:!b,children:[a.jsx(de,{children:a.jsx(kc,{})}),a.jsx(re,{children:a.jsx(I,{variant:"body2",children:"Archive"})})]})}),a.jsx(ue,{projectId:e,permission:E2,children:({hasAccess:b})=>a.jsxs(ae,{sx:f3,onClick:()=>{v(),i({featureId:m,stale:f===!0})},disabled:!b,children:[a.jsx(de,{children:a.jsx(y2,{})}),a.jsx(re,{children:a.jsxs(I,{variant:"body2",children:[f?"Un-mark":"Mark"," as stale"]})})]})})]})})]})};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:"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");qc=n5.default=qm;const Km=h(D)(()=>({...Z2,justifyContent:"center"})),Gm=h(P1)(({theme:e})=>({margin:e.spacing(-1,0)})),Qm=h(D)(({theme:e})=>({...Z2,justifyContent:"space-between",padding:e.spacing(1,1,0,4)})),Jm=h(ae)(({theme:e})=>({padding:e.spacing(0,2),margin:e.spacing(0,2),borderRadius:e.shape.borderRadius})),Xm=h(L3)(({theme:e})=>({"&.MuiDivider-root.MuiDivider-fullWidth":{margin:e.spacing(.75,0)}})),ef=h(T0)(({theme:e})=>({padding:e.spacing(.75,1)})),tf=({columns:e,onToggle:t})=>{const[n,i]=u.useState(null),c=m=>{i(m.currentTarget)},s=()=>{i(null)},o=!!n,l="columns-menu",d=`columns-menu-list-${l}`;return a.jsxs(Km,{children:[a.jsx(H1,{title:"Select columns",arrow:!0,describeChild:!0,children:a.jsx(Gm,{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(qc,{})})}),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(Qm,{children:[a.jsx(I,{variant:"body2",children:a.jsx("strong",{children:"Columns"})}),a.jsx(P1,{onClick:s,children:a.jsx(I2,{})})]}),a.jsx($0,{children:e.map(m=>m.id==="divider"?a.jsx(Xm,{},"divider"):a.jsxs(Jm,{onClick:()=>{t==null||t(m.id)},disabled:m.isStatic===!0&&m.isVisible===!0,children:[a.jsx(de,{children:a.jsx(ef,{edge:"start",checked:m.isVisible,disableRipple:!0,inputProps:{"aria-labelledby":m.id},size:"medium"})}),a.jsx(re,{id:m.id,primary:a.jsx(I,{variant:"body2",children:m.header})})]},m.id))})]})]})},nf=h(D)(({theme:e})=>({display:"flex",justifyContent:"center",marginRight:e.spacing(-2)})),af=({onChange:e,checked:t,title:n})=>a.jsx(nf,{"data-testid":ed,children:a.jsx(T0,{onChange:e,title:n,checked:t,"data-loading":!0})}),S8=Te.memo(af),rf=h("div")(({theme:e})=>({position:"sticky",bottom:50,zIndex:e.zIndex.fab,pointerEvents:"none"})),cf=h(D)(({theme:e})=>({display:"flex",justifyContent:"center",width:"100%",flexWrap:"wrap",paddingBottom:e.spacing(2)})),sf=h(Ee)(({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"})),of=h("span")(({theme:e})=>({background:e.palette.background.alternative,color:e.palette.common.white,padding:e.spacing(.5,1),borderRadius:e.shape.borderRadius})),lf=h(I)(({theme:e})=>({paddingRight:e.spacing(2),marginRight:"auto"})),df=({count:e,children:t})=>e===0?null:a.jsx(rf,{"data-testid":td,children:a.jsx(cf,{children:a.jsxs(sf,{elevation:4,children:[a.jsxs(lf,{children:[a.jsx(of,{"data-testid":nd,children:e})," selected"]}),t]})})}),uf=7,hf=e=>{const t=ad(new Date,-uf);return!!(e!=null&&e.lastSeenAt&&rd(new Date(e.lastSeenAt),t))},mf=({projectId:e,featureIds:t,features:n,onConfirm:i})=>{const[c,s]=u.useState(!1),{trackEvent:o}=E1(),l=u.useMemo(()=>t.filter(m=>{const f=n.find(p=>p.name===m);return hf(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(ue,{projectId:e,permission:Er,children:({hasAccess:m})=>a.jsx("span",{children:a.jsx(c1,{disabled:!m||c,variant:"outlined",size:"small",onClick:()=>s(!0),children:"Archive"})})}),a.jsx(zc,{projectId:e,featureIds:t,featuresWithUsage:l,onConfirm:d,isOpen:c,onClose:()=>s(!1)})]})},G0="selection-actions-menu",ff=({projectId:e,data:t,onChange:n})=>{const[i,c]=u.useState(null),{staleFeatures:s}=Ge(),{setToastData:o,setToastApiError:l}=C1(),{trackEvent:d}=E1(),m=!!i,f=t.map(({name:b})=>b),p=b=>{c(b.currentTarget)},g=()=>{c(null)},v=t.some(({stale:b})=>b===!0),x=t.some(({stale:b})=>b===!1),y=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(y1(b))}},_=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(y1(b))}};return a.jsxs(a.Fragment,{children:[a.jsx(H1,{title:"More bulk actions",arrow:!0,describeChild:!0,children:a.jsx(P1,{id:G0,"aria-controls":m?G0:void 0,"aria-haspopup":"true","aria-expanded":m?"true":void 0,onClick:p,type:"button","data-testid":id,children:a.jsx(Pr,{})})}),a.jsx(D0,{id:`${G0}-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":`${G0}-menu`,children:a.jsx(ue,{projectId:e,permission:E2,children:({hasAccess:b})=>a.jsxs(a.Fragment,{children:[a.jsx(F,{condition:x,show:()=>a.jsxs(ae,{onClick:y,disabled:!b,sx:{borderRadius:S=>`${S.shape.borderRadius}px`},children:[a.jsx(de,{children:a.jsx(y2,{})}),a.jsx(re,{children:a.jsx(I,{variant:"body2",children:"Mark as stale"})})]})}),a.jsx(F,{condition:v,show:()=>a.jsxs(ae,{onClick:_,disabled:!b,sx:{borderRadius:S=>`${S.shape.borderRadius}px`},children:[a.jsx(de,{children:a.jsx(y2,{})}),a.jsx(re,{children:a.jsx(I,{variant:"body2",children:"Un-mark as stale"})})]})})]})})})})]})},pf=h("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)),vf=(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:""},gf=({open:e,initialValues:t,initialIndeterminateValues:n,onCancel:i,onSubmit:c})=>{const{tagTypes:s,loading:o}=cd(),[l,d]=u.useState($8),[m,f]=u.useState([]),[p,g]=u.useState([]),{tags:v,refetch:x}=Xh(l.name),{createTag:y}=Bc(),_=v.map(({value:W})=>({title:W})),[b,S]=u.useReducer(vf,{addedTags:[],removedTags:[]}),P=()=>{c(b),S({type:"reset"})},C=(W=s.length>0?s[0]:$8)=>{d(W);const V=n.filter(({type:M})=>M===W.name);f(t.filter(({type:M})=>M===W.name).filter(({type:M,value:q})=>!V.some(K=>K.value===q&&K.type===M)).map(({value:M})=>({title:M}))),g(V.map(({value:M})=>({title:M}))),S({type:"clear",payload:[]})};u.useEffect(()=>{s.length>0&&C()},[o]);const $=(W,V)=>{V!=null&&typeof V!="string"&&(W.preventDefault(),C(V))},A=(W,V)=>y({value:W,type:V}).then(async()=>{x(),f(M=>[...M,{title:W}]),S({type:"add",payload:{value:W,type:V}})}),O=(W,V,M,q)=>{M==="selectOption"?V.forEach(K=>{if(typeof K!="string"&&typeof K.inputValue=="string"&&K.inputValue&&K.title.startsWith("Create new value"))return A(K.inputValue,l.name);f(V),g(Z=>Z.filter(({title:z})=>z!==K.title)),q!=null&&q.option&&S({type:"add",payload:{value:q.option.title,type:l.name}})}):M==="clear"?(f([]),S({type:"clear",payload:t})):M==="removeOption"&&(f(V),q!=null&&q.option&&S({type:"remove",payload:{value:q.option.title,type:l.name}}))},N=()=>{C(),i()};return a.jsxs(oe,{open:e,secondaryButtonText:"Cancel",primaryButtonText:"Save tags",title:"Update feature flag tags",onClick:P,disabledPrimaryButton:b.addedTags.length===0&&b.removedTags.length===0,onClose:N,formId:O8,children:[a.jsx(I,{paragraph:!0,sx:{marginBottom:W=>W.spacing(2.5)},children:"Tags allow you to group features together"}),a.jsx("form",{id:O8,onSubmit:P,children:a.jsxs(pf,{children:[a.jsx(em,{options:s,disabled:o||s.length===0,value:l,onChange:$},o?"loading":s.length),a.jsx(F,{condition:!o&&s.length===0,show:a.jsxs(I,{variant:"body1",children:["No"," ",a.jsx(ie,{component:g1,to:"/tag-types",children:"tag types"})," ","available."]}),elseShow:a.jsx(tm,{disabled:o,options:_,existingTags:t,indeterminateOptions:p,tagType:l,selectedOptions:m,onChange:O})})]})})]})},xf=({projectId:e,data:t,onChange:n})=>{const{bulkUpdateTags:i}=Bc(),{setToastData:c,setToastApiError:s}=C1(),{trackEvent:o}=E1(),[l,d]=u.useState(!1),[m,f]=u.useMemo(()=>{const g=t.flatMap(({tags:x})=>x||[]).reduce((x,y)=>[...x,...x.some(_=>_.type===y.type&&_.value===y.value)?[]:[y]],[]),v=g.filter(x=>!t.every(({tags:y})=>y==null?void 0:y.some(_=>_.type===x.type&&_.value===x.value)));return[g,v]},[t]),p=async({addedTags:g,removedTags:v})=>{const y={features:t.map(({name:_})=>_),tags:{addedTags:g,removedTags:v}};try{const _=[g.length>0&&`added ${g.length} tag${g.length>1?"s":""}`,v.length>0&&`removed ${v.length} tag${v.length>1?"s":""}`].filter(Boolean).join(" and ");await i(y,e),c({text:_,type:"success",autoHideDuration:12e3}),o("batch_operations",{props:{eventType:"tags updated"}})}catch(_){s(y1(_))}n==null||n(),d(!1)};return a.jsxs(a.Fragment,{children:[a.jsx(ue,{projectId:e,permission:E2,children:({hasAccess:g})=>a.jsx("span",{children:a.jsx(c1,{disabled:!g||l,variant:"outlined",size:"small",onClick:()=>d(!0),children:"Tags"})})}),a.jsx(gf,{open:l,onCancel:()=>d(!1),onSubmit:p,initialValues:m,initialIndeterminateValues:f},t.length)]})},bf=h(N3)(({theme:e})=>({minWidth:"450px",marginTop:e.spacing(2),marginBottom:e.spacing(1.5)})),T8=h(M1)(({theme:e})=>({marginBottom:e.spacing(1.5)})),jf=({showExportDialog:e,data:t,onClose:n,onConfirm:i,environments:c,projectId:s})=>{const[o,l]=u.useState(c[0]),{bulkToggleFeaturesEnvironmentOff:d}=Zr(),{addChange:m}=P0(),{setToastApiError:f,setToastData:p}=C1(),{isChangeRequestConfigured:g}=E0(s),{refetch:v}=M2(s),x=t.filter(S=>{var P,C;return((C=(P=S.environments)==null?void 0:P.find($=>o===$.name))==null?void 0:C.enabled)===!1}).length,y=()=>c.map(S=>({key:S,label:S})),_=async()=>{try{g(o)?(await m(s,o,t.map(S=>({action:"updateEnabled",feature:S.name,payload:{enabled:!1}}))),v(),p({type:"success",text:"Changes added to draft"})):(await d(s,t.map(S=>S.name),o),p({type:"success",text:"Feature flags disabled"})),n(),i==null||i()}catch(S){f(y1(S))}},b=g(o)?"Add to change request":"Disable flags";return a.jsx(oe,{open:e,title:"Disable feature flags",onClose:n,onClick:_,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(bf,{options:y(),value:o,onChange:S=>l(S)}),a.jsx(F,{condition:g(o),show:a.jsx(T8,{severity:"warning",children:"Change requests are enabled for this environment."})}),a.jsx(F,{condition:x>0,show:a.jsxs(T8,{severity:"info",children:[x," feature"," ",x>1?"flags are ":"flag is ","already disabled."]})})]})})},yf=h(N3)(({theme:e})=>({minWidth:"450px",marginTop:e.spacing(2),marginBottom:e.spacing(1.5)})),P8=h(M1)(({theme:e})=>({marginBottom:e.spacing(1.5)})),_f=({showExportDialog:e,data:t,onClose:n,onConfirm:i,environments:c,projectId:s})=>{const[o,l]=u.useState(c[0]),{bulkToggleFeaturesEnvironmentOn:d}=Zr(),{addChange:m}=P0(),{setToastApiError:f,setToastData:p}=C1(),{isChangeRequestConfigured:g}=E0(s),{refetch:v}=M2(s),x=t.filter(S=>{var P,C;return((C=(P=S.environments)==null?void 0:P.find($=>o===$.name))==null?void 0:C.enabled)===!0}).length,y=()=>c.map(S=>({key:S,label:S})),_=async()=>{try{g(o)?(await m(s,o,t.map(S=>({action:"updateEnabled",feature:S.name,payload:{enabled:!0}}))),v(),p({type:"success",text:"Changes added to draft"})):(await d(s,t.map(S=>S.name),o),p({type:"success",text:"Feature flags enabled"})),n(),i==null||i()}catch(S){f(y1(S))}},b=g(o)?"Add to change request":"Enable flags";return a.jsx(oe,{open:e,title:"Enable feature flags",onClose:n,onClick:_,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(yf,{options:y(),value:o,onChange:S=>l(S)}),a.jsx(F,{condition:g(o),show:a.jsx(P8,{severity:"warning",children:"Change requests are enabled for this environment."})}),a.jsx(F,{condition:x>0,show:a.jsxs(P8,{severity:"info",children:[x," feature"," ",x>1?"flags are ":"flag is ","already enabled."]})})]})})},wf=({selectedIds:e,data:t,projectId:n,onResetSelection:i,onChange:c})=>{p1();const[s,o]=u.useState(!1),[l,d]=u.useState(!1),[m,f]=u.useState(!1),{trackEvent:p}=E1(),g=u.useMemo(()=>t.filter(S=>e.includes(S.name)),[t,e]),v=u.useMemo(()=>{const S=g.flatMap(P=>P.environments).map(P=>P==null?void 0:P.name).filter(P=>P!==void 0);return Array.from(new Set(S))},[g]),x=()=>{c==null||c(),p("batch_operations",{props:{eventType:"features exported"}})},y=()=>{c==null||c(),p("batch_operations",{props:{eventType:"features enabled"}})},_=()=>{c==null||c(),p("batch_operations",{props:{eventType:"features disabled"}})},b=()=>{c==null||c(),i()};return a.jsxs(a.Fragment,{children:[a.jsx(c1,{variant:"outlined",size:"small",onClick:()=>d(!0),children:"Enable"}),a.jsx(c1,{variant:"outlined",size:"small",onClick:()=>f(!0),children:"Disable"}),a.jsx(mf,{projectId:n,featureIds:e,features:t,onConfirm:b}),a.jsx(c1,{variant:"outlined",size:"small",onClick:()=>o(!0),children:"Export"}),a.jsx(xf,{projectId:n,data:g,onChange:c}),a.jsx(ff,{projectId:n,data:g,onChange:c}),a.jsx(ec,{showExportDialog:s,data:g,onClose:()=>o(!1),environments:v,onConfirm:x}),a.jsx(_f,{showExportDialog:l,data:g,onClose:()=>d(!1),environments:v,projectId:n,onConfirm:y}),a.jsx(jf,{showExportDialog:m,data:g,onClose:()=>f(!1),environments:v,projectId:n,onConfirm:_})]})};var a5={},Sf=J1;Object.defineProperty(a5,"__esModule",{value:!0});var r5=a5.default=void 0,Of=Sf(Q1()),Cf=a,Df=(0,Of.default)((0,Cf.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");r5=a5.default=Df;function $f({onClick:e,currentValue:t,label:n,icon:i,labelWidth:c,tooltip:s}){return a.jsx(sd,{titleComponent:a.jsxs(od,{children:[a.jsx("h3",{children:s.header}),a.jsx("p",{children:s.description}),s.additionalContent]}),variant:"custom",children:a.jsx(c1,{role:"switch","aria-checked":t,variant:t?"contained":"outlined",color:"primary",startIcon:i,onClick:e,disableElevation:!0,children:a.jsx(ld,{labelWidth:c,children:n})})})}const Tf=({global:e,project:t})=>{const{limitReached:n,limitMessage:i}=Pf(e.limit,e.count),c=Ef(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}},Pf=(e,t)=>{const n=t>=e;return{limitReached:n,limitMessage:n?`You have reached the instance-wide limit of ${e} feature flags.`:void 0}},Ef=(e,t)=>e!=null&&e<=t,Zf=()=>{const{setShowFeedback:e}=u.useContext(dd);return u.useCallback(()=>{const{value:t,setValue:n}=Ir("flagsCreated","0"),i=Number.parseInt(t)+1;n(`${i}`),i>1&&e(!0)},[e])},If=h(Mr)(({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(sc,{}),text:"Projects allow you to group feature flags together in the Unleash admin UI and in SDK payloads."},tags:{icon:a.jsx(cc,{}),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(gr,{}),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(r5,{}),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."}},Mf=({open:e,onClose:t,onSuccess:n,skipNavigationOnComplete:i})=>{if(e)return a.jsx(Af,{open:e,onClose:t,skipNavigationOnComplete:i,onSuccess:n})},Af=({open:e,onClose:t,skipNavigationOnComplete:n,onSuccess:i})=>{var W1,Z1,L1;const{setToastData:c,setToastApiError:s}=C1(),{uiConfig:o,isOss:l}=p1(),d=le(),m=Zf(),[f,p]=w0("flag-creation-dialog",{},60*60*1e3),v=Ze("createFlagDialogCache")?f:{},{type:x,setType:y,tags:_,setTags:b,name:S,setName:P,project:C,setProject:$,description:A,setDescription:O,validateToggleName:N,impressionData:W,setImpressionData:V,getTogglePayload:M,clearErrors:q,errors:K}=ud(v),{createFeatureToggle:Z,loading:z}=Zr(),Y={icon:a.jsx(gr,{}),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"}},[E,w]=u.useState(Y),j=()=>w(Y),R=M(),G=()=>`curl --location --request POST '${o.unleashUrl}/api/admin/projects/${C}/features' \\
2
2
  --header 'Authorization: INSERT_API_KEY' \\
3
3
  --header 'Content-Type: application/json' \\
4
- --data-raw '${JSON.stringify(R,void 0,2)}'`,q=async i1=>{if(i1.preventDefault(),U(),await W()){const _e=I();try{await M(C,_e),n||d(`/projects/${C}/features/${S}`),c({text:"Flag created successfully",type:"success"}),t(),i==null||i(),v({}),m()}catch(we){s(j1(we))}}},{total:d1,loading:u1}=sd(1),{project:Q}=X1(C),{tags:t1}=Gi(),{globalFlagLimitReached:a1,projectFlagLimitReached:r1,limitMessage:n1}=wf({global:{limit:o.resourceLimits.featureFlags,count:d1??0},project:{limit:Q.featureLimit||void 0,count:Qi(Q)??0}}),{projects:v1}=Ji(),{featureTypes:g1}=od(),C1=ud(x),N=g1.reduce((i1,k1)=>i1>=k1.name.length?i1:k1.name.length,0),I1=u.useMemo(()=>{const i1=v1.find(k1=>k1.id===C);return i1==null?void 0:i1.name},[C,v1]),V1=()=>{v({name:S,tags:_,impressionData:z,type:x,description:Z}),t()};return r.jsx(Df,{open:e,onClose:V1,children:r.jsx(Qe,{compact:!0,disablePadding:!0,description:E.text,documentationIcon:E.icon,documentationLink:(N1=E.link)==null?void 0:N1.url,documentationLinkLabel:(T1=E.link)==null?void 0:T1.label,formatApiCode:G,useFixedSidebar:!0,children:r.jsx(ld,{createButtonProps:{projectId:C,disabled:B||u1||a1||r1,permission:$2,tooltipProps:{title:n1,arrow:!0}},description:Z,namingPattern:Q.featureNaming,errors:K,handleSubmit:q,Icon:r.jsx(vr,{}),validateName:W,Limit:r.jsx(Xi,{name:"feature flags",limit:o.resourceLimits.featureFlags,currentValue:d1??0}),name:S,onClose:t,resource:"feature flag",setDescription:O,setName:P,configButtons:r.jsxs(r.Fragment,{children:[r.jsx(F,{condition:!l(),show:r.jsx(gr,{tooltip:{header:"Select a project for the flag"},description:Ne.project.text,options:v1.map(i1=>({label:i1.name,value:i1.id})),onChange:i1=>{D(i1)},button:{label:I1??C,icon:Ne.project.icon,labelWidth:"20ch"},search:{label:"Filter projects",placeholder:"Select project"},onOpen:()=>w(Ne.project),onClose:j})}),r.jsx(dd,{tooltip:{header:"Select tags"},description:Ne.tags.text,selectedOptions:new Set(Array.from(_).map(i1=>`${i1.type}:${i1.value}`)),options:t1.map(i1=>({label:ec(i1),value:`${i1.type}:${i1.value}`})),onChange:i1=>{const k1=Array.from(i1).map(_e=>{const[we,Xe]=_e.split(":");return{type:we,value:Xe}});b(new Set(k1))},button:{label:_.size>0?`${_.size} selected`:"Tags",labelWidth:"11ch",icon:r.jsx(tc,{})},search:{label:"Filter tags",placeholder:"Select tags"},onOpen:()=>w(Ne.tags),onClose:j}),r.jsx(gr,{tooltip:{header:"Select a flag type"},description:Ne.type.text,options:g1.map(i1=>({label:i1.name,value:i1.id})),onChange:i1=>{y(i1)},button:{label:((L1=g1.find(i1=>i1.id===x))==null?void 0:L1.name)||"Select flag type",icon:r.jsx(C1,{}),labelWidth:`${N}ch`},search:{label:"Filter flag types",placeholder:"Select flag type"},onOpen:()=>w({text:Ne.type.text,icon:r.jsx(C1,{})}),onClose:j}),r.jsx(_f,{tooltip:{header:"Enable or disable impression data",description:Ne.impressionData.text},currentValue:z,onClick:()=>V(!z),label:`Impression data ${z?"on":"off"}`,icon:r.jsx(t5,{}),labelWidth:"19ch"})]})})})})},Pf=h(A2)(()=>({whiteSpace:"nowrap"})),Hc=({variant:e,text:t="New feature flag",skipNavigationOnComplete:n,isLoading:i,onSuccess:c})=>{const{loading:s}=m1(),[o]=F2(),l=e1("projectId"),d=!!o.get("create"),[m,f]=u.useState(d);return r.jsxs(r.Fragment,{children:[r.jsx(Pf,{onClick:()=>f(!0),maxWidth:"960px",Icon:p3,projectId:l,disabled:s||i,variant:e,permission:$2,"data-testid":s||i?"":fd,children:t}),r.jsx($f,{open:m,onClose:()=>f(!1),skipNavigationOnComplete:n,onSuccess:c})]})},Ef=({isLoading:e,totalItems:t,searchQuery:n,onChangeSearchQuery:i,environmentsToExport:c,actions:s})=>{const o=e1("projectId"),l=L3(e||!1),[d,m]=u.useState(!0),f=O1(),v=K1(f.breakpoints.down("md")),[g,p]=u.useState(!1),{trackEvent:x}=$1(),y=Ee("projectOverviewRefactorFeedback"),{openFeedback:_}=ac("newProjectOverview","automatic"),b=P=>{i==null||i(P),x("search-bar",{props:{screen:"project",length:P.length}})},S=()=>{_({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 r.jsx($,{ref:l,"aria-busy":e,"aria-live":"polite",sx:P=>({padding:`${P.spacing(2.5)} ${P.spacing(3.125)}`}),children:r.jsx(_1,{titleElement:d?`Feature flags ${t!==void 0?`(${t})`:""}`:null,actions:r.jsxs(r.Fragment,{children:[r.jsx(F,{condition:!v,show:r.jsx(ue,{"data-loading":!0,placeholder:"Search and Filter",expandable:!0,initialValue:n||"",onChange:b,onFocus:()=>m(!1),onBlur:()=>m(!0),hasFilters:!0,id:"projectFeatureFlags"})}),s,r.jsx(_1.Divider,{sx:{marginLeft:0}}),r.jsx(H1,{title:"Export all project flags",arrow:!0,children:r.jsx(E1,{"data-loading":!0,onClick:()=>p(!0),sx:P=>({marginRight:P.spacing(2)}),children:r.jsx(hd,{})})}),r.jsx(F,{condition:!e,show:r.jsx(Ki,{showExportDialog:g,project:o,data:[],onClose:()=>p(!1),environments:c||[]})}),r.jsx(F,{condition:y&&!v,show:r.jsx(c1,{startIcon:r.jsx(md,{}),onClick:S,variant:"outlined","data-loading":!0,children:"Provide feedback"})}),r.jsx(Hc,{isLoading:e})]}),children:r.jsx(F,{condition:v,show:r.jsx(ue,{initialValue:n||"",onChange:b,hasFilters:!0,id:"projectFeatureFlags"})})})})},Zf=h(pd)(({theme:e})=>({color:e.palette.warning.main,fontSize:e.fontSizes.bodySize})),If=()=>r.jsx(Z3,{arrow:!0,title:r.jsxs(r.Fragment,{children:["This environment has no variants enabled. If you check this feature's variants in this environment, you will get the"," ",r.jsx("a",{href:"https://docs.getunleash.io/reference/feature-toggle-variants#the-disabled-variant",target:"_blank",rel:"noreferrer",children:"disabled variant"}),"."]}),children:r.jsx(Zf,{})}),Uc=h("div",{shouldForwardProp:e=>e!=="hasWarning"})(({theme:e,hasWarning:t})=>({flexGrow:0,...P2,justifyContent:"center",...t&&{"::before":{content:'""',display:"block",width:e.spacing(2)}}})),Mf=h("div")(({theme:e})=>({flexGrow:0,...P2,justifyContent:"center"})),Af=({value:e,featureId:t,projectId:n,environment:i,isChangeRequestEnabled:c,someEnabledEnvironmentHasVariants:s,refetch:o,onFeatureToggleSwitch:l})=>{const d=u.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 r.jsxs(Uc,{hasWarning:d,children:[r.jsx(Kh,{projectId:n,value:e,featureId:t,environmentName:(i==null?void 0:i.name)||"",onToggle:m}),r.jsx(F,{condition:d||!1,show:r.jsx(If,{})})]})},Ff=Te.memo(Af),Rf=()=>r.jsx(Uc,{children:r.jsx("div",{"data-loading":!0,children:"toggle"})}),Vf=()=>r.jsx(Mf,{"aria-hidden":"true",children:"-"}),Lf=e=>{const t=`api/admin/projects/${e}/flag-creators`,{data:n,refetch:i,loading:c,error:s}=Mr(Y1(t),()=>Ar(Y1(t),"Flag creators"));return{flagCreators:n||[],refetch:i,error:s}},Nf=({state:e,onChange:t,project:n})=>{const{tags:i}=Gi(),{flagCreators:c}=Lf(n),[s,o]=u.useState([]);return u.useEffect(()=>{const l=(i||[]).map(v=>{const g=ec(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:"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"]}])},[JSON.stringify(i),JSON.stringify(c)]),r.jsx(vd,{availableFilters:s,state:e,onChange:t})},K0=["select","actions","name","favorite"],G0=(e,t)=>e.reduce((n,i)=>({...n,[i]:t.includes(i)}),{}),Wf=e=>{const t=O1(),n=K1(t.breakpoints.down("sm")),i=K1(t.breakpoints.down("md")),c=K1(t.breakpoints.down("lg")),s=u.useCallback((o=0)=>e.filter(l=>l.startsWith("environment:")),[e]);return n?G0(e,[...K0,"createdAt"]):i?G0(e,[...K0,"createdAt",...s(1)]):c?G0(e,[...K0,"createdAt","type",...s(1)]):G0(e,[...K0,"lastSeenAt","lifecycle","createdAt","createdBy","type","tags",...s(3)])},zf=({query:e})=>{var t;return((t=e||"")==null?void 0:t.length)>0?r.jsx($,{sx:n=>({padding:n.spacing(3)}),children:r.jsxs(ee,{children:["No feature flags found matching “",e,"”"]})}):r.jsx($,{sx:n=>({padding:n.spacing(3)}),children:r.jsx(ee,{children:"No feature flags available."})})},Bf=(e,t)=>{const[n,i]=u.useState(),[c,s]=u.useState({}),[o,l]=u.useState({featureId:"default",open:!1}),[d,m]=u.useState({featureId:"default",open:!1}),[f,v]=u.useState({featureId:"default",open:!1});return{rowActionsDialogs:r.jsxs(r.Fragment,{children:[r.jsx(Gh,{isStale:!!c.stale,isOpen:!!c.featureId,onClose:()=>{s({}),e()},featureId:c.featureId||"",projectId:t}),r.jsx(Vc,{isOpen:!!n,onConfirm:e,onClose:()=>{i(void 0)},featureIds:[n||""],projectId:t}),r.jsx(Hh,{isOpen:o.open,setIsOpen:p=>{l({...o,open:p})},projectId:t,featureId:o.featureId,onComplete:e}),r.jsx(rc,{deletedFeatures:[f.featureId],projectId:t,open:f.open,setOpen:p=>{v(x=>({...x,open:p}))},refetch:e}),r.jsx(ic,{revivedFeatures:[d.featureId],projectId:t,open:d.open,setOpen:p=>{m(x=>({...x,open:p}))},refetch:()=>{m(p=>({...p,open:!1})),e()}})]}),setFeatureArchiveState:i,setFeatureStaleDialogState:s,setShowMarkCompletedDialogue:l,setShowFeatureReviveDialogue:m,setShowFeatureDeleteDialogue:v}},Yf=(e,t)=>{const[n,i]=u.useState([]);return u.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},kc=(e,t="project-overview-v2",n=15*1e3)=>{const i={offset:Ce(f2,0),limit:Ce(f2,gd),query:E3,favoritesFirst:Ce(xd,!0),sortBy:Ce(E3,"createdAt"),sortOrder:Ce(E3,"desc"),columns:bd,tag:O3,state:O3,createdAt:O3,type:O3,createdBy:O3,archived:O3},[c,s]=cc(`${t}-${e}`,i),{columns:o,...l}=c,{features:d,total:m,refetch:f,loading:v,initialLoad:g}=jd(sc({...oc(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}},Hf=(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())}},n5=(e,t={})=>{const n=Y1(`api/admin/projects/${e}/api-tokens`),{data:i,error:c,mutate:s}=N3(n,Uf,t),o=u.useMemo(()=>i??[],[i]),l=u.useCallback(()=>{s().catch(console.warn)},[s]);return{tokens:o,error:c,loading:!c&&!i,refetch:l}},Uf=async e=>(await(await fetch(e).then(oe("Project Api tokens"))).json()).tokens,a5=()=>{const{makeRequest:e,createRequest:t,errors:n,loading:i}=R2({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}},kf=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},M3=h("div")(({theme:e})=>({fontWeight:e.typography.fontWeightBold,marginBottom:e.spacing(1),fontSize:e.typography.body1.fontSize})),K2=h("div")(({theme:e})=>({display:"flex",alignItems:"center",justifyContent:"space-between",marginTop:e.spacing(2)})),qf=h("div")(({theme:e})=>({display:"flex",gap:e.spacing(1)})),Kf=h("div")(({theme:e})=>({background:e.palette.background.application,borderRadius:e.shape.borderRadius,width:e.spacing(7),height:e.spacing(1)})),Gf=h("div")(({theme:e})=>({background:e.palette.background.sidebar,borderRadius:e.shape.borderRadius,width:e.spacing(7),height:e.spacing(1)})),G2=({active:e,steps:t})=>r.jsx(qf,{children:Array.from({length:t},(n,i)=>i===e?r.jsx(Gf,{},i):r.jsx(Kf,{},i))}),Qf=({environments:e,onSelect:t,currentEnvironment:n})=>{const i=Math.max(...e.map(c=>c.length));return r.jsx(gr,{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:r.jsx(lc,{}),labelWidth:`${i+5}ch`},search:{label:"Filter project mode options",placeholder:"Select project mode"}})},Jf=h("div")(({theme:e})=>({backgroundColor:e.palette.background.elevation1,borderRadius:e.shape.borderRadius,padding:e.spacing(3),display:"flex",flexDirection:"column",alignItems:"center"})),Z4=h("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})),Xf=h($)(({theme:e})=>({display:"flex",gap:e.spacing(2),alignItems:"flex-start",marginTop:e.spacing(8),flexWrap:"wrap"})),I4=h("p")(({theme:e})=>({color:e.palette.text.secondary,fontSize:e.typography.body2.fontSize,marginBottom:e.spacing(2)})),ep=h("div")(({theme:e})=>({padding:e.spacing(5,8,3,8),display:"flex",flexDirection:"column",gap:e.spacing(3)})),tp=({project:e,environment:t,secret:n})=>{const i=O1(),c=K1(i.breakpoints.up("lg"));return r.jsx(s3.ArcherContainer,{strokeColor:i.palette.secondary.border,endMarker:!1,lineStyle:"curve",children:r.jsxs(Jf,{children:[r.jsxs($,{sx:{wordBreak:"break-all"},children:[r.jsx(s3.ArcherElement,{id:"project",children:r.jsx("span",{children:e})}),":",r.jsx(s3.ArcherElement,{id:"environment",children:r.jsx("span",{children:t})}),".",r.jsx(s3.ArcherElement,{id:"secret",children:r.jsx("span",{children:n})})]}),c?r.jsxs(Xf,{children:[r.jsx(s3.ArcherElement,{id:"project-description",relations:[{targetId:"project",targetAnchor:"bottom",sourceAnchor:"top"}],children:r.jsx(Z4,{children:"The project this API key can retrieve feature flags from"})}),r.jsx(s3.ArcherElement,{id:"environment-description",relations:[{targetId:"environment",targetAnchor:"bottom",sourceAnchor:"top"}],children:r.jsx(Z4,{children:"The environment this API key can retrieve feature flag configuration from"})}),r.jsx(s3.ArcherElement,{id:"secret-description",relations:[{targetId:"secret",targetAnchor:"right",sourceAnchor:"top"}],children:r.jsx(Z4,{children:"The API key secret"})})]}):null]})})},np=({environments:e,environment:t,project:n,sdkType:i,onEnvSelect:c,onApiKey:s})=>{const{trackEvent:o}=$1(),{tokens:l,refetch:d}=n5(n),{createToken:m,loading:f}=a5(),v=l.find(_=>_.environment===t&&_.type===i);u.useEffect(()=>{s((v==null?void 0:v.secret)||null)},[v]);const g=kf(v==null?void 0:v.secret),{setToastApiError:p}=S1(),x=async()=>{try{await m({environment:t,type:i,projects:[n],tokenName:`api-key-${n}-${t}`},n),d(),y()}catch(_){p(j1(_))}},y=()=>{o("onboarding",{props:{eventType:"api-key-generated"}})};return r.jsxs(ep,{children:[r.jsx(A,{variant:"h2",children:"Connect an SDK to Unleash"}),r.jsxs(K2,{children:[r.jsx(G2,{active:1,steps:3}),r.jsx(W3,{color:"secondary",children:"2/3 - Generate API Key"})]}),r.jsxs($,{sx:{mt:2},children:[r.jsx(M3,{children:"Environment"}),r.jsx(I4,{children:"The environment the SDK connects to to retrieve configuration."}),e.length>0?r.jsx(Qf,{environments:e,currentEnvironment:t,onSelect:c}):null]}),r.jsxs($,{sx:{mt:3},children:[r.jsx(M3,{children:"API Key"}),g?r.jsxs(I4,{children:["Here is your generated API key. We will use it to connect to the ",r.jsx("b",{children:g.project})," project in the ",r.jsx("b",{children:g.environment})," environment."]}):r.jsx(I4,{children:"You currently have no active API keys for this project/environment combination. Generate an API key to proceed with connecting your SDK."}),g?r.jsx(tp,{project:g.project,environment:g.environment,secret:g.secret}):r.jsx(c1,{variant:"contained",disabled:f,onClick:x,children:"Generate API Key"})]})]})},qc=[{name:"Node.js",icon:yd},{name:"Go",icon:_d},{name:"Ruby",icon:wd},{name:"PHP",icon:Sd},{name:"Rust",icon:Od},{name:".NET",icon:Cd},{name:"Java",icon:Dd},{name:"Python",icon:$d}],Kc=[{name:"JavaScript",icon:Td},{name:"React",icon:Pd},{name:"Vue",icon:Ed},{name:"Svelte",icon:Zd},{name:"Swift",icon:Id},{name:"Android",icon:Md},{name:"Flutter",icon:Ad}],Gc=[...qc,...Kc],ap=h("div")(({theme:e})=>({padding:e.spacing(5,8,8,8),display:"flex",flexDirection:"column",gap:e.spacing(3)})),$8=h("div")(({theme:e})=>({marginTop:e.spacing(4),marginBottom:e.spacing(2),fontSize:e.typography.body1.fontSize})),T8=h("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"})),P8=h("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"})),E8=h("div")(()=>({display:"flex",justifyContent:"space-between"})),Z8=h(v3)(({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]})),rp=({onSelect:e})=>r.jsxs(ap,{children:[r.jsx(A,{variant:"h2",children:"Connect an SDK to Unleash"}),r.jsxs(K2,{children:[r.jsx(G2,{active:0,steps:3}),r.jsx(W3,{color:"secondary",children:"1/3 - Choose SDK"})]}),r.jsxs($,{sx:{mt:2},children:[r.jsx(M3,{children:"Select SDK"}),r.jsx($8,{children:"Server side SDKs"}),r.jsx(T8,{children:qc.map(t=>r.jsxs(P8,{children:[r.jsx(Z8,{src:w0(t.icon)}),r.jsxs(E8,{children:[r.jsx("b",{children:t.name})," ",r.jsx(re,{onClick:()=>e({name:t.name,type:"client"}),component:"button",children:"Select"})]})]},t.name))}),r.jsx($8,{children:"Client side SDKs"}),r.jsx(T8,{children:Kc.map(t=>r.jsxs(P8,{children:[r.jsx(Z8,{src:w0(t.icon)}),r.jsxs(E8,{children:[r.jsx("b",{children:t.name})," ",r.jsx(re,{onClick:()=>e({name:t.name,type:"frontend"}),component:"button",children:"Select"})]})]},t.name))})]})]}),Qc=h("div")(({theme:e})=>({backgroundColor:e.palette.background.sidebar,padding:e.spacing(12,6,6,6),flex:0,minWidth:"400px"})),l2=h("p")(({theme:e})=>({color:e.palette.primary.contrastText,fontSize:e.typography.caption.fontSize,marginBottom:e.spacing(2)})),r5=({theme:e})=>({color:e.palette.primary.contrastText,fontSize:e.typography.body2.fontSize,marginTop:e.spacing(.5)}),ip=h(nc)(r5),cp=h(lc)(r5),Jc=h(Fd)(r5),d2=h("div")(({theme:e})=>({display:"flex",gap:e.spacing(1.5),alignItems:"flex-start",marginTop:e.spacing(3)})),u2=h("div")(({theme:e})=>({color:e.palette.primary.contrastText,fontSize:e.typography.body2.fontSize,fontWeight:e.typography.fontWeightBold,marginBottom:e.spacing(2)})),sp=()=>r.jsxs(Qc,{children:[r.jsxs(d2,{children:[r.jsx(ip,{}),r.jsxs($,{children:[r.jsx(u2,{children:"Flags live in projects"}),r.jsx(l2,{children:"Projects are containers for feature flags. Each flag belongs to the project where you create it."})]})]}),r.jsxs(d2,{children:[r.jsx(cp,{}),r.jsxs($,{children:[r.jsx(u2,{children:"Flags have configuration in environments"}),r.jsx(l2,{children:"You can have multiple environments, and each feature flag has a different configuration per environment."})]})]}),r.jsxs(d2,{children:[r.jsx(Jc,{}),r.jsxs($,{children:[r.jsx(u2,{children:"SDKs connect to Unleash to retrieve configuration"}),r.jsx(l2,{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."})]})]})]}),op=()=>r.jsx(Qc,{children:r.jsxs(d2,{children:[r.jsx(Jc,{}),r.jsxs($,{children:[r.jsx(u2,{children:"SDKs and Unleash"}),r.jsx(l2,{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."})]})]})}),Xc=h(v3,{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 ${qe(e.palette.primary.main,.7)}`},"100%":{boxShadow:`0 0 0 20px ${qe(e.palette.primary.main,0)}`}},animation:t?"pulse 2s infinite":""})),lp=h(v3,{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 ${qe(e.palette.background.default,.7)}`},"100%":{boxShadow:`0 0 0 20px ${qe(e.palette.background.default,0)}`}},animation:t?"pulse 2s infinite":""}));var i5={},dp=J1;Object.defineProperty(i5,"__esModule",{value:!0});var c5=i5.default=void 0,up=dp(Q1()),hp=r,mp=(0,up.default)((0,hp.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");c5=i5.default=mp;const fp=h("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})),pp=h(A)(({theme:e})=>({display:"flex",alignItems:"center",justifyContent:"center",fontWeight:e.typography.fontWeightBold})),vp=h("div")(({theme:e})=>({display:"flex",flexDirection:"row",padding:e.spacing(4,0,12,0),justifyContent:"space-between",fontSize:e.spacing(1)})),I8=h("div")(({theme:e})=>({display:"flex",gap:e.spacing(1),flexDirection:"column"})),M8=h("div")(({theme:e})=>({alignItems:"center",justifyContent:"center",display:"flex",gap:e.spacing(2),flexDirection:"column",fontSize:e.fontSizes.smallBody})),gp=h(F3)(({theme:e})=>({color:e.palette.primary.main,backgroundColor:e.palette.background.paper,borderRadius:"50%",padding:e.spacing(1),width:"80px",height:"80px"})),xp=({projectId:e,sdk:t,environment:n})=>{const i=O1(),{project:c}=X1(e,{refreshInterval:1e3}),s=c.onboardingStatus.status==="onboarded";return r.jsxs(fp,{children:[r.jsx(pp,{children:"Connection information"}),r.jsxs(vp,{children:[r.jsxs(I8,{children:[r.jsx(A,{fontWeight:"bold",variant:"body2",children:"Environment"}),r.jsx(A,{variant:"body2",children:n})]}),r.jsxs(I8,{children:[r.jsx(A,{fontWeight:"bold",variant:"body2",children:"SDK"}),r.jsx(A,{variant:"body2",children:t})]})]}),s?r.jsxs(M8,{children:[r.jsx(A,{fontWeight:"bold",variant:"body2",children:"Connection status"}),r.jsx(A,{sx:{mb:i.spacing(4)},variant:"body2",children:"Connected"}),r.jsx(gp,{}),r.jsx(A,{sx:{mb:i.spacing(4)},variant:"body2",children:"We received metrics from your application!"})]}):r.jsxs(M8,{children:[r.jsx(A,{fontWeight:"bold",variant:"body2",children:"Connection status"}),r.jsx(A,{sx:{mb:i.spacing(4)},variant:"body2",children:"Waiting for SDK data..."}),r.jsx(lp,{sx:{width:80,height:80},active:!0,children:r.jsx(c5,{fontSize:"large"})})]})]})},bp=`1\\. Install the SDK
4
+ --data-raw '${JSON.stringify(R,void 0,2)}'`,k=async r1=>{if(r1.preventDefault(),q(),await N()){const we=M();try{await Z(C,we),n||d(`/projects/${C}/features/${S}`),c({text:"Flag created successfully",type:"success"}),t(),i==null||i(),p({}),m()}catch(Se){s(y1(Se))}}},{total:u1,loading:h1}=hd(1),{project:Q}=X1(C),{tags:t1}=tc(),{globalFlagLimitReached:a1,projectFlagLimitReached:i1,limitMessage:n1}=Tf({global:{limit:o.resourceLimits.featureFlags,count:u1??0},project:{limit:Q.featureLimit||void 0,count:nc(Q)??0}}),{projects:m1}=ac(),{featureTypes:x1}=md(),D1=vd(x),H=x1.reduce((r1,k1)=>r1>=k1.name.length?r1:k1.name.length,0),o1=u.useMemo(()=>{const r1=m1.find(k1=>k1.id===C);return r1==null?void 0:r1.name},[C,m1]),$1=()=>{p({name:S,tags:_,impressionData:W,type:x,description:A}),t()};return a.jsx(If,{open:e,onClose:$1,children:a.jsx(Qe,{compact:!0,disablePadding:!0,description:E.text,documentationIcon:E.icon,documentationLink:(W1=E.link)==null?void 0:W1.url,documentationLinkLabel:(Z1=E.link)==null?void 0:Z1.label,formatApiCode:G,useFixedSidebar:!0,children:a.jsx(fd,{createButtonProps:{projectId:C,disabled:z||h1||a1||i1,permission:P2,tooltipProps:{title:n1,arrow:!0}},description:A,namingPattern:Q.featureNaming,errors:K,handleSubmit:k,Icon:a.jsx(gr,{}),validateName:N,Limit:a.jsx(rc,{name:"feature flags",limit:o.resourceLimits.featureFlags,currentValue:u1??0}),name:S,onClose:t,resource:"feature flag",setDescription:O,setName:P,configButtons:a.jsxs(a.Fragment,{children:[a.jsx(F,{condition:!l(),show:a.jsx(xr,{tooltip:{header:"Select a project for the flag"},description:We.project.text,options:m1.map(r1=>({label:r1.name,value:r1.id})),onChange:r1=>{$(r1)},button:{label:o1??C,icon:We.project.icon,labelWidth:"20ch"},search:{label:"Filter projects",placeholder:"Select project"},onOpen:()=>w(We.project),onClose:j})}),a.jsx(pd,{tooltip:{header:"Select tags"},description:We.tags.text,selectedOptions:new Set(Array.from(_).map(r1=>`${r1.type}:${r1.value}`)),options:t1.map(r1=>({label:ic(r1),value:`${r1.type}:${r1.value}`})),onChange:r1=>{const k1=Array.from(r1).map(we=>{const[Se,e3]=we.split(":");return{type:Se,value:e3}});b(new Set(k1))},button:{label:_.size>0?`${_.size} selected`:"Tags",labelWidth:"11ch",icon:a.jsx(cc,{})},search:{label:"Filter tags",placeholder:"Select tags"},onOpen:()=>w(We.tags),onClose:j}),a.jsx(xr,{tooltip:{header:"Select a flag type"},description:We.type.text,options:x1.map(r1=>({label:r1.name,value:r1.id})),onChange:r1=>{y(r1)},button:{label:((L1=x1.find(r1=>r1.id===x))==null?void 0:L1.name)||"Select flag type",icon:a.jsx(D1,{}),labelWidth:`${H}ch`},search:{label:"Filter flag types",placeholder:"Select flag type"},onOpen:()=>w({text:We.type.text,icon:a.jsx(D1,{})}),onClose:j}),a.jsx($f,{tooltip:{header:"Enable or disable impression data",description:We.impressionData.text},currentValue:W,onClick:()=>V(!W),label:`Impression data ${W?"on":"off"}`,icon:a.jsx(r5,{}),labelWidth:"19ch"})]})})})})},Ff=h(A2)(()=>({whiteSpace:"nowrap"})),Kc=({variant:e,text:t="New feature flag",skipNavigationOnComplete:n,isLoading:i,onSuccess:c})=>{const{loading:s}=p1(),[o]=F2(),l=e1("projectId"),d=!!o.get("create"),[m,f]=u.useState(d);return a.jsxs(a.Fragment,{children:[a.jsx(Ff,{onClick:()=>f(!0),maxWidth:"960px",Icon:Je,projectId:l,disabled:s||i,variant:e,permission:P2,"data-testid":s||i?"":bd,children:t}),a.jsx(Mf,{open:m,onClose:()=>f(!1),skipNavigationOnComplete:n,onSuccess:c})]})},Rf=({isLoading:e,totalItems:t,searchQuery:n,onChangeSearchQuery:i,environmentsToExport:c,actions:s})=>{const o=e1("projectId"),l=W3(e||!1),[d,m]=u.useState(!0),f=S1(),p=K1(f.breakpoints.down("md")),[g,v]=u.useState(!1),{trackEvent:x}=E1(),y=Ze("projectOverviewRefactorFeedback"),{openFeedback:_}=oc("newProjectOverview","automatic"),b=P=>{i==null||i(P),x("search-bar",{props:{screen:"project",length:P.length}})},S=()=>{_({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:P=>({padding:`${P.spacing(2.5)} ${P.spacing(3.125)}`}),children:a.jsx(w1,{titleElement:d?`Feature flags ${t!==void 0?`(${t})`:""}`:null,actions:a.jsxs(a.Fragment,{children:[a.jsx(F,{condition:!p,show:a.jsx(he,{"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(w1.Divider,{sx:{marginLeft:0}}),a.jsx(H1,{title:"Export all project flags",arrow:!0,children:a.jsx(P1,{"data-loading":!0,onClick:()=>v(!0),sx:P=>({marginRight:P.spacing(2)}),children:a.jsx(gd,{})})}),a.jsx(F,{condition:!e,show:a.jsx(ec,{showExportDialog:g,project:o,data:[],onClose:()=>v(!1),environments:c||[]})}),a.jsx(F,{condition:y&&!p,show:a.jsx(c1,{startIcon:a.jsx(xd,{}),onClick:S,variant:"outlined","data-loading":!0,children:"Provide feedback"})}),a.jsx(Kc,{isLoading:e})]}),children:a.jsx(F,{condition:p,show:a.jsx(he,{initialValue:n||"",onChange:b,hasFilters:!0,id:"projectFeatureFlags"})})})})},Vf=h(jd)(({theme:e})=>({color:e.palette.warning.main,fontSize:e.fontSizes.bodySize})),Lf=()=>a.jsx(M3,{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(Vf,{})}),Gc=h("div",{shouldForwardProp:e=>e!=="hasWarning"})(({theme:e,hasWarning:t})=>({flexGrow:0,...Z2,justifyContent:"center",...t&&{"::before":{content:'""',display:"block",width:e.spacing(2)}}})),Nf=h("div")(({theme:e})=>({flexGrow:0,...Z2,justifyContent:"center"})),Wf=({value:e,featureId:t,projectId:n,environment:i,isChangeRequestEnabled:c,someEnabledEnvironmentHasVariants:s,refetch:o,onFeatureToggleSwitch:l})=>{const d=u.useMemo(()=>s&&(i==null?void 0:i.variantCount)===0&&(i==null?void 0:i.enabled),[s,i]),m=(f,p)=>{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:p,onSuccess:o})};return a.jsxs(Gc,{hasWarning:d,children:[a.jsx(nm,{projectId:n,value:e,featureId:t,environmentName:(i==null?void 0:i.name)||"",onToggle:m}),a.jsx(F,{condition:d||!1,show:a.jsx(Lf,{})})]})},zf=Te.memo(Wf),Bf=()=>a.jsx(Gc,{children:a.jsx("div",{"data-loading":!0,children:"toggle"})}),Yf=()=>a.jsx(Nf,{"aria-hidden":"true",children:"-"}),Hf=e=>{const t=`api/admin/projects/${e}/flag-creators`,{data:n,refetch:i,loading:c,error:s}=Ar(N1(t),()=>Fr(N1(t),"Flag creators"));return{flagCreators:n||[],refetch:i,error:s}},Uf=({state:e,onChange:t,project:n})=>{const{tags:i}=tc(),{flagCreators:c}=Hf(n),[s,o]=u.useState([]);return u.useEffect(()=>{const l=(i||[]).map(p=>{const g=ic(p);return{label:g,value:g}}),d=c.map(p=>({label:p.name,value:String(p.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:"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"]}])},[JSON.stringify(i),JSON.stringify(c)]),a.jsx(yd,{availableFilters:s,state:e,onChange:t})},Q0=["select","actions","name","favorite"],J0=(e,t)=>e.reduce((n,i)=>({...n,[i]:t.includes(i)}),{}),kf=e=>{const t=S1(),n=K1(t.breakpoints.down("sm")),i=K1(t.breakpoints.down("md")),c=K1(t.breakpoints.down("lg")),s=u.useCallback((o=0)=>e.filter(l=>l.startsWith("environment:")),[e]);return n?J0(e,[...Q0,"createdAt"]):i?J0(e,[...Q0,"createdAt",...s(1)]):c?J0(e,[...Q0,"createdAt","type",...s(1)]):J0(e,[...Q0,"lastSeenAt","lifecycle","createdAt","createdBy","type","tags",...s(3)])},qf=({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."})})},Kf=(e,t)=>{const[n,i]=u.useState(),[c,s]=u.useState({}),[o,l]=u.useState({featureId:"default",open:!1}),[d,m]=u.useState({featureId:"default",open:!1}),[f,p]=u.useState({featureId:"default",open:!1});return{rowActionsDialogs:a.jsxs(a.Fragment,{children:[a.jsx(am,{isStale:!!c.stale,isOpen:!!c.featureId,onClose:()=>{s({}),e()},featureId:c.featureId||"",projectId:t}),a.jsx(zc,{isOpen:!!n,onConfirm:e,onClose:()=>{i(void 0)},featureIds:[n||""],projectId:t}),a.jsx(Jh,{isOpen:o.open,setIsOpen:v=>{l({...o,open:v})},projectId:t,featureId:o.featureId,onComplete:e}),a.jsx(lc,{deletedFeatures:[f.featureId],projectId:t,open:f.open,setOpen:v=>{p(x=>({...x,open:v}))},refetch:e}),a.jsx(dc,{revivedFeatures:[d.featureId],projectId:t,open:d.open,setOpen:v=>{m(x=>({...x,open:v}))},refetch:()=>{m(v=>({...v,open:!1})),e()}})]}),setFeatureArchiveState:i,setFeatureStaleDialogState:s,setShowMarkCompletedDialogue:l,setShowFeatureReviveDialogue:m,setShowFeatureDeleteDialogue:p}},Gf=(e,t)=>{const[n,i]=u.useState([]);return u.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},Qc=(e,t="project-overview-v2",n=15*1e3)=>{const i={offset:De(v2,0),limit:De(v2,_d),query:I3,favoritesFirst:De(wd,!0),sortBy:De(I3,"createdAt"),sortOrder:De(I3,"desc"),columns:Sd,tag:D3,state:D3,createdAt:D3,type:D3,createdBy:D3,archived:D3},[c,s]=uc(`${t}-${e}`,i),{columns:o,...l}=c,{features:d,total:m,refetch:f,loading:p,initialLoad:g}=Od(hc({...mc(i,l),project:`IS:${e}`},v=>v?`${v}`:void 0),{refreshInterval:n});return{features:d,total:m,refetch:f,loading:p,initialLoad:g,tableState:c,setTableState:s}},Qf=(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())}},i5=(e,t={})=>{const n=N1(`api/admin/projects/${e}/api-tokens`),{data:i,error:c,mutate:s}=g3(n,Jf,t),o=u.useMemo(()=>i??[],[i]),l=u.useCallback(()=>{s().catch(console.warn)},[s]);return{tokens:o,error:c,loading:!c&&!i,refetch:l}},Jf=async e=>(await(await fetch(e).then(te("Project Api tokens"))).json()).tokens,c5=()=>{const{makeRequest:e,createRequest:t,errors:n,loading:i}=R2({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}},Xf=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},F3=h("div")(({theme:e})=>({fontWeight:e.typography.fontWeightBold,marginBottom:e.spacing(1),fontSize:e.typography.body1.fontSize})),K2=h("div")(({theme:e})=>({display:"flex",alignItems:"center",justifyContent:"space-between",marginTop:e.spacing(2)})),ep=h("div")(({theme:e})=>({display:"flex",gap:e.spacing(1)})),tp=h("div")(({theme:e})=>({background:e.palette.background.application,borderRadius:e.shape.borderRadius,width:e.spacing(7),height:e.spacing(1)})),np=h("div")(({theme:e})=>({background:e.palette.background.sidebar,borderRadius:e.shape.borderRadius,width:e.spacing(7),height:e.spacing(1)})),G2=({active:e,steps:t})=>a.jsx(ep,{children:Array.from({length:t},(n,i)=>i===e?a.jsx(np,{},i):a.jsx(tp,{},i))}),ap=({environments:e,onSelect:t,currentEnvironment:n})=>{const i=Math.max(...e.map(c=>c.length));return a.jsx(xr,{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(fc,{}),labelWidth:`${i+5}ch`},search:{label:"Filter project mode options",placeholder:"Select project mode"}})},rp=h("div")(({theme:e})=>({backgroundColor:e.palette.background.elevation1,borderRadius:e.shape.borderRadius,padding:e.spacing(3),display:"flex",flexDirection:"column",alignItems:"center"})),M4=h("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})),ip=h(D)(({theme:e})=>({display:"flex",gap:e.spacing(2),alignItems:"flex-start",marginTop:e.spacing(8),flexWrap:"wrap"})),A4=h("p")(({theme:e})=>({color:e.palette.text.secondary,fontSize:e.typography.body2.fontSize,marginBottom:e.spacing(2)})),cp=h("div")(({theme:e})=>({padding:e.spacing(5,8,3,8),display:"flex",flexDirection:"column",gap:e.spacing(3)})),sp=({project:e,environment:t,secret:n})=>{const i=S1(),c=K1(i.breakpoints.up("lg"));return a.jsx(o3.ArcherContainer,{strokeColor:i.palette.secondary.border,endMarker:!1,lineStyle:"curve",children:a.jsxs(rp,{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(ip,{children:[a.jsx(o3.ArcherElement,{id:"project-description",relations:[{targetId:"project",targetAnchor:"bottom",sourceAnchor:"top"}],children:a.jsx(M4,{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(M4,{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(M4,{children:"The API key secret"})})]}):null]})})},op=({environments:e,environment:t,project:n,sdkType:i,onEnvSelect:c,onApiKey:s})=>{const{trackEvent:o}=E1(),{tokens:l,refetch:d}=i5(n),{createToken:m,loading:f}=c5(),p=l.find(_=>_.environment===t&&_.type===i);u.useEffect(()=>{s((p==null?void 0:p.secret)||null)},[p]);const g=Xf(p==null?void 0:p.secret),{setToastApiError:v}=C1(),x=async()=>{try{await m({environment:t,type:i,projects:[n],tokenName:`api-key-${n}-${t}`},n),d(),y()}catch(_){v(y1(_))}},y=()=>{o("onboarding",{props:{eventType:"api-key-generated"}})};return a.jsxs(cp,{children:[a.jsx(I,{variant:"h2",children:"Connect an SDK to Unleash"}),a.jsxs(K2,{children:[a.jsx(G2,{active:1,steps:3}),a.jsx(z3,{color:"secondary",children:"2/3 - Generate API Key"})]}),a.jsxs(D,{sx:{mt:2},children:[a.jsx(F3,{children:"Environment"}),a.jsx(A4,{children:"The environment the SDK connects to to retrieve configuration."}),e.length>0?a.jsx(ap,{environments:e,currentEnvironment:t,onSelect:c}):null]}),a.jsxs(D,{sx:{mt:3},children:[a.jsx(F3,{children:"API Key"}),g?a.jsxs(A4,{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(A4,{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(sp,{project:g.project,environment:g.environment,secret:g.secret}):a.jsx(c1,{variant:"contained",disabled:f,onClick:x,children:"Generate API Key"})]})]})},Jc=[{name:"Node.js",icon:Cd},{name:"Go",icon:Dd},{name:"Ruby",icon:$d},{name:"PHP",icon:Td},{name:"Rust",icon:Pd},{name:".NET",icon:Ed},{name:"Java",icon:Zd},{name:"Python",icon:Id}],Xc=[{name:"JavaScript",icon:Md},{name:"React",icon:Ad},{name:"Vue",icon:Fd},{name:"Svelte",icon:Rd},{name:"Swift",icon:Vd},{name:"Android",icon:Ld},{name:"Flutter",icon:Nd}],es=[...Jc,...Xc],lp=h("div")(({theme:e})=>({padding:e.spacing(5,8,8,8),display:"flex",flexDirection:"column",gap:e.spacing(3)})),E8=h("div")(({theme:e})=>({marginTop:e.spacing(4),marginBottom:e.spacing(2),fontSize:e.typography.body1.fontSize})),Z8=h("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=h("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=h("div")(()=>({display:"flex",justifyContent:"space-between"})),A8=h(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]})),dp=({onSelect:e})=>a.jsxs(lp,{children:[a.jsx(I,{variant:"h2",children:"Connect an SDK to Unleash"}),a.jsxs(K2,{children:[a.jsx(G2,{active:0,steps:3}),a.jsx(z3,{color:"secondary",children:"1/3 - Choose SDK"})]}),a.jsxs(D,{sx:{mt:2},children:[a.jsx(F3,{children:"Select SDK"}),a.jsx(E8,{children:"Server side SDKs"}),a.jsx(Z8,{children:Jc.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(ie,{onClick:()=>e({name:t.name,type:"client"}),component:"button",children:"Select"})]})]},t.name))}),a.jsx(E8,{children:"Client side SDKs"}),a.jsx(Z8,{children:Xc.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(ie,{onClick:()=>e({name:t.name,type:"frontend"}),component:"button",children:"Select"})]})]},t.name))})]})]}),ts=h("div")(({theme:e})=>({backgroundColor:e.palette.background.sidebar,padding:e.spacing(12,6,6,6),flex:0,minWidth:"400px"})),u2=h("p")(({theme:e})=>({color:e.palette.primary.contrastText,fontSize:e.typography.caption.fontSize,marginBottom:e.spacing(2)})),s5=({theme:e})=>({color:e.palette.primary.contrastText,fontSize:e.typography.body2.fontSize,marginTop:e.spacing(.5)}),up=h(sc)(s5),hp=h(fc)(s5),ns=h(Wd)(s5),h2=h("div")(({theme:e})=>({display:"flex",gap:e.spacing(1.5),alignItems:"flex-start",marginTop:e.spacing(3)})),m2=h("div")(({theme:e})=>({color:e.palette.primary.contrastText,fontSize:e.typography.body2.fontSize,fontWeight:e.typography.fontWeightBold,marginBottom:e.spacing(2)})),mp=()=>a.jsxs(ts,{children:[a.jsxs(h2,{children:[a.jsx(up,{}),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(hp,{}),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(ns,{}),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."})]})]})]}),fp=()=>a.jsx(ts,{children:a.jsxs(h2,{children:[a.jsx(ns,{}),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."})]})]})}),as=h(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":""})),pp=h(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 o5={},vp=J1;Object.defineProperty(o5,"__esModule",{value:!0});var Q2=o5.default=void 0,gp=vp(Q1()),xp=a,bp=(0,gp.default)((0,xp.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");Q2=o5.default=bp;const jp=h("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})),yp=h(I)(({theme:e})=>({display:"flex",alignItems:"center",justifyContent:"center",fontWeight:e.typography.fontWeightBold})),_p=h("div")(({theme:e})=>({display:"flex",flexDirection:"row",padding:e.spacing(4,0,12,0),justifyContent:"space-between",fontSize:e.spacing(1)})),F8=h("div")(({theme:e})=>({display:"flex",gap:e.spacing(1),flexDirection:"column"})),R8=h("div")(({theme:e})=>({alignItems:"center",justifyContent:"center",display:"flex",gap:e.spacing(2),flexDirection:"column",fontSize:e.fontSizes.smallBody})),wp=h(V3)(({theme:e})=>({color:e.palette.primary.main,backgroundColor:e.palette.background.paper,borderRadius:"50%",padding:e.spacing(1),width:"80px",height:"80px"})),Sp=({projectId:e,sdk:t,environment:n})=>{const i=S1(),{project:c}=X1(e,{refreshInterval:1e3}),s=c.onboardingStatus.status==="onboarded";return a.jsxs(jp,{children:[a.jsx(yp,{children:"Connection information"}),a.jsxs(_p,{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(wp,{}),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(pp,{sx:{width:80,height:80},active:!0,children:a.jsx(Q2,{fontSize:"large"})})]})]})},Op=`1\\. Install the SDK
5
5
 
6
6
  \`\`\`gradle
7
7
  implementation("io.getunleash:unleash-android:1")
@@ -67,7 +67,7 @@ class MainActivity : ComponentActivity() {
67
67
  ---
68
68
  - [SDK repository with documentation and example](https://github.com/Unleash/unleash-android)
69
69
  - [Android SDK basic example](hhttps://github.com/Unleash/unleash-sdk-examples/tree/main/Android)
70
- `,jp=`1\\. Install the SDK
70
+ `,Cp=`1\\. Install the SDK
71
71
  \`\`\`sh
72
72
  go get github.com/Unleash/unleash-client-go/v4
73
73
  \`\`\`
@@ -116,7 +116,7 @@ func init() {
116
116
  ---
117
117
  - [SDK repository with documentation](https://github.com/Unleash/unleash-client-go)
118
118
  - [Go SDK example with CodeSandbox](https://github.com/Unleash/unleash-sdk-examples/tree/main/Go)
119
- `,yp=`1\\. Install the SDK
119
+ `,Dp=`1\\. Install the SDK
120
120
  \`\`\`sh
121
121
  npm install unleash-proxy-client
122
122
  \`\`\`
@@ -150,7 +150,7 @@ unleash.start();
150
150
  ---
151
151
  - [SDK repository with documentation](https://github.com/Unleash/unleash-proxy-client-js)
152
152
  - [JavaScript SDK example with CodeSandbox](https://github.com/Unleash/unleash-sdk-examples/tree/main/JavaScript)
153
- `,_p=`1\\. Install the SDK
153
+ `,$p=`1\\. Install the SDK
154
154
  \`\`\`sh
155
155
  npm install unleash-client
156
156
  \`\`\`
@@ -187,7 +187,7 @@ const unleash = initialize({
187
187
  - [SDK repository with documentation](https://github.com/Unleash/unleash-client-node)
188
188
  - [Node.js SDK example with CodeSandbox](https://github.com/Unleash/unleash-sdk-examples/tree/main/Node.js)
189
189
  - [Node.js SDK tutorial](https://dev.to/reeshee/how-to-implement-feature-flags-in-nodejs-using-unleash-3907)
190
- `,wp=`1\\. Install the SDK
190
+ `,Tp=`1\\. Install the SDK
191
191
  \`\`\`sh
192
192
  pip install UnleashClient
193
193
  \`\`\`
@@ -224,7 +224,7 @@ client = UnleashClient(
224
224
  - [SDK repository with documentation](https://github.com/Unleash/unleash-client-python)
225
225
  - [Python SDK example with CodeSandbox](https://github.com/Unleash/unleash-sdk-examples/tree/main/Python)
226
226
  - [How to Implement Feature Flags in Python](https://docs.getunleash.io/feature-flag-tutorials/python)
227
- `,Sp=`1\\. Install the SDK
227
+ `,Pp=`1\\. Install the SDK
228
228
  \`\`\`sh
229
229
  gem install unleash
230
230
  \`\`\`
@@ -264,7 +264,7 @@ end
264
264
  - [SDK repository with documentation](https://github.com/Unleash/unleash-client-ruby)
265
265
  - [Ruby example with CodeSandbox](https://github.com/Unleash/unleash-sdk-examples/tree/main/Ruby)
266
266
  - [How to Implement Feature Flags in Ruby](https://docs.getunleash.io/feature-flag-tutorials/ruby)
267
- `,Op=`1\\. Install the SDK
267
+ `,Ep=`1\\. Install the SDK
268
268
  \`\`\`sh
269
269
  npm install @unleash/proxy-client-svelte
270
270
  \`\`\`
@@ -316,7 +316,7 @@ const config = {
316
316
  - [SDK repository with documentation](https://github.com/Unleash/proxy-client-svelte)
317
317
  - [Svelte example with CodeSandbox](https://github.com/Unleash/unleash-sdk-examples/tree/main/Svelte)
318
318
  - [How to Implement Feature Flags in SvelteKit](https://docs.getunleash.io/feature-flag-tutorials/sveltekit)
319
- `,Cp=`1\\. Install the SDK
319
+ `,Zp=`1\\. Install the SDK
320
320
  \`\`\`sh
321
321
  npm install @unleash/proxy-client-vue
322
322
  \`\`\`
@@ -365,7 +365,7 @@ const config = {
365
365
  ---
366
366
  - [SDK repository with documentation](https://github.com/Unleash/proxy-client-vue)
367
367
  - [Vue example with CodeSandbox](https://github.com/Unleash/unleash-sdk-examples/tree/main/Vue)
368
- `,Dp=`1\\. Install the SDK
368
+ `,Ip=`1\\. Install the SDK
369
369
  \`\`\`sh
370
370
  flutter pub add unleash_proxy_client_flutter
371
371
  \`\`\`
@@ -405,7 +405,7 @@ unleash.start();
405
405
  - [SDK repository with documentation](https://github.com/Unleash/unleash_proxy_client_flutter)
406
406
  - [Flutter example with CodeSandbox](https://github.com/Unleash/unleash-sdk-examples/tree/main/Flutter)
407
407
  - [A/B Testing in Flutter using Unleash and Mixpanel](https://docs.getunleash.io/feature-flag-tutorials/flutter/a-b-testing)
408
- `,$p=`1\\. Install the SDK
408
+ `,Mp=`1\\. Install the SDK
409
409
  \`\`\`xml
410
410
  <dependency>
411
411
  <groupId>io.getunleash</groupId>
@@ -446,7 +446,7 @@ UnleashConfig config = UnleashConfig.builder()
446
446
  - [SDK repository with documentation](https://github.com/Unleash/unleash-client-java)
447
447
  - [Java SDK example with CodeSandbox](https://github.com/Unleash/unleash-sdk-examples/tree/main/Java)
448
448
  - [How to Implement Feature Flags in Java](https://docs.getunleash.io/feature-flag-tutorials/java)
449
- `,Tp=`1\\. Install the SDK
449
+ `,Ap=`1\\. Install the SDK
450
450
  \`\`\`sh
451
451
  dotnet add package unleash.client
452
452
  // If you do not have a json library in your project:
@@ -499,7 +499,7 @@ var settings = new UnleashSettings()
499
499
  ---
500
500
  - [SDK repository with documentation](https://github.com/Unleash/unleash-client-dotnet)
501
501
  - [.NET/C# SDK example with CodeSandbox](https://github.com/Unleash/unleash-sdk-examples/tree/main/Csharp)
502
- `,Pp=`1\\. Install the SDK
502
+ `,Fp=`1\\. Install the SDK
503
503
  \`\`\`sh
504
504
  composer require unleash/client
505
505
  \`\`\`
@@ -537,7 +537,7 @@ $unleash = UnleashBuilder::create()
537
537
  ---
538
538
  - [SDK repository with documentation](https://github.com/Unleash/unleash-client-php)
539
539
  - [PHP SDK example with CodeSandbox](https://github.com/Unleash/unleash-sdk-examples/tree/main/PHP)
540
- `,Ep=`1\\. Install the SDK
540
+ `,Rp=`1\\. Install the SDK
541
541
  \`\`\`sh
542
542
  npm install @unleash/proxy-client-react unleash-proxy-client
543
543
  \`\`\`
@@ -588,7 +588,7 @@ const config = {
588
588
  - [React SDK example with CodeSandbox](https://github.com/Unleash/unleash-sdk-examples/tree/main/React)
589
589
  - [https://docs.getunleash.io/feature-flag-tutorials/react](https://docs.getunleash.io/feature-flag-tutorials/react)
590
590
 
591
- `,Zp=`1\\. Install the SDK
591
+ `,Vp=`1\\. Install the SDK
592
592
  \`\`\`sh
593
593
  cargo add unleash-api-client --features async-std,reqwest,surf
594
594
  cargo add serde --features derive
@@ -657,7 +657,7 @@ client.register().await?;
657
657
  - [SDK repository with documentation](https://github.com/Unleash/unleash-client-rust)
658
658
  - [Rust example with CodeSandbox](https://github.com/Unleash/unleash-sdk-examples/tree/main/Rust)
659
659
  - [How to Implement Feature Flags in Rust](https://docs.getunleash.io/feature-flag-tutorials/rust)
660
- `,Ip=`1\\. Install the SDK
660
+ `,Lp=`1\\. Install the SDK
661
661
  \`\`\`sh
662
662
  // Instructions to add the Swift SDK can be found at the provided URL:
663
663
  https://github.com/Unleash/unleash-proxy-client-swift.git
@@ -681,37 +681,37 @@ Timer.scheduledTimer(withTimeInterval: 1.0, repeats: true) { _ in
681
681
  }
682
682
  \`\`\`
683
683
  ℹ️ **Info:** The Swift SDK takes at least 60 seconds to post metrics to Unleash.
684
- `,es={Android:bp,Go:jp,JavaScript:yp,"Node.js":_p,Python:wp,Ruby:Sp,Svelte:Op,Vue:Cp,Flutter:Dp,Java:$p,".NET":Tp,PHP:Pp,React:Ep,Rust:Zp,Swift:Ip},Mp=h("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)})),Ap=h(H1)(({theme:e})=>({position:"absolute",top:e.spacing(1),right:e.spacing(1)})),Fp=({title:e,code:t})=>{const n=c=>()=>{qi(c),i({type:"success",text:"Copied to clipboard"})},{setToastData:i}=S1();return r.jsxs(Mp,{children:[t,r.jsx(Ap,{title:e,arrow:!0,children:r.jsx(E1,{onClick:n(t),size:"small",children:r.jsx(ki,{})})})]})},yr=({inline:e=!1,children:t})=>!e&&typeof(t==null?void 0:t[0])=="string"?r.jsx(Fp,{code:t[0],title:"Copy code"}):r.jsx("code",{children:t}),Rp=h("div")(({theme:e})=>({padding:e.spacing(5,8,2,8),display:"flex",flexDirection:"column",gap:e.spacing(3)})),Vp=h("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)})),Lp=({sdk:e,apiKey:t,feature:n,onSdkChange:i})=>{var p;const{uiConfig:c}=m1(),s=(p=Gc.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=(es[e.name]||"").replace("<YOUR_API_TOKEN>",t).replace("<YOUR_API_URL>",d).replaceAll("<YOUR_FLAG>",n),[f,v,g]=m.split(`---
685
- `);return r.jsxs(Rp,{children:[r.jsx(A,{variant:"h2",children:"Connect an SDK to Unleash"}),r.jsxs(K2,{children:[r.jsx(G2,{active:2,steps:3}),r.jsx(W3,{color:"secondary",children:"3/3 - Test connection"})]}),r.jsxs($,{sx:{mt:2},children:[r.jsxs(Vp,{children:[s?r.jsx(v3,{variant:"circular",src:w0(s),alt:e.name}):null,r.jsx(re,{onClick:i,component:"button",children:"Change SDK"})]}),r.jsx(M3,{children:"Setup the SDK"}),r.jsx(p2,{components:{code:yr},children:f})]})]})},Np=h("div")(({theme:e})=>({padding:e.spacing(5,8,2,8),display:"flex",flexDirection:"column",gap:e.spacing(3),fontSize:e.typography.body2.fontSize})),Wp=({sdk:e})=>{const{uiConfig:t}=m1(),n=`${t.unleashUrl}/api/`,i=`${t.unleashUrl}/api/frontend/`,c=e.type==="client"?n:i,s=(es[e.name]||"").replaceAll("<YOUR_API_URL>",c),[o,l,d]=s.split(`---
686
- `);return r.jsxs(Np,{children:[r.jsx(A,{variant:"h2",children:"Connect an SDK to Unleash"}),r.jsxs(K2,{children:[r.jsx(G2,{active:2,steps:3}),r.jsx(W3,{color:"secondary",children:"3/3 - Test connection"})]}),l!=null&&l.trim()?r.jsxs($,{sx:{mt:2},children:[r.jsx(M3,{children:"Production settings"}),r.jsx(A,{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."}),r.jsx(p2,{components:{code:yr},children:l})]}):null,d!=null&&d.trim()?r.jsxs($,{children:[r.jsx(M3,{children:"Additional resources"}),r.jsx(A,{variant:"body2",children:"Now that we’ve validated the connection, you might want to look into more advanced use cases and examples:"}),r.jsx(p2,{components:{code:yr},children:d})]}):null]})},zp=({sdk:e,apiKey:t,feature:n,onSdkChange:i})=>r.jsx(u.Suspense,{fallback:r.jsx(Rd,{}),children:n?r.jsx(Lp,{sdk:e,apiKey:t,feature:n,onSdkChange:i}):r.jsx(Wp,{sdk:e})}),Bp=h("main")(({theme:e})=>({backgroundColor:e.palette.background.paper,display:"flex",flexDirection:"column",flex:1})),Yp=h(Ir)(({theme:e})=>({"& .MuiDialog-paper":{borderRadius:e.shape.borderRadiusLarge,maxWidth:e.spacing(170),width:"100%",backgroundColor:"transparent"},padding:0,"& .MuiPaper-root > section":{overflowX:"hidden"}})),A8=h("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)})),F8=h("div")(({theme:e})=>({display:"flex",justifyContent:"flex-end",gap:e.spacing(4),alignItems:"center",padding:e.spacing(3,8,3,8)})),Hp=({onClose:e,onFinish:t,environments:n,project:i,feature:c})=>{const s=O1(),o=K1(s.breakpoints.up("lg")),[l,d]=u.useState(null),[m,f]=u.useState(null),[v,g]=u.useState(null),[p,x]=u.useState("select-sdk"),{project:y}=X1(i,{refreshInterval:1e3}),_=p==="select-sdk",b=p==="generate-api-key"&&l&&m,S=p==="test-connection"&&l&&m&&v,P=y.onboardingStatus.status==="onboarded";return u.useEffect(()=>{n.length>0&&f(n[0])},[JSON.stringify(n)]),r.jsx(Yp,{open:!0,onClose:e,children:r.jsxs($,{sx:{display:"flex"},children:[r.jsxs(Bp,{children:[_?r.jsx(rp,{onSelect:C=>{d(C),x("generate-api-key")}}):null,b?r.jsx(np,{environments:n,environment:m,project:i,sdkType:l.type,onEnvSelect:f,onApiKey:g}):null,S?r.jsx(zp,{apiKey:v,sdk:l,feature:c,onSdkChange:()=>{x("select-sdk")}}):null,p==="generate-api-key"?r.jsx(A8,{children:r.jsxs(F8,{children:[r.jsx(c1,{variant:"text",color:"inherit",onClick:()=>{x("select-sdk")},children:"Back"}),r.jsx(c1,{variant:"contained",disabled:!v,onClick:()=>{x("test-connection")},children:"Next"})]})}):null,S?r.jsx(A8,{children:r.jsxs(F8,{children:[P?null:r.jsx(c1,{variant:"text",color:"inherit",onClick:()=>{x("generate-api-key")},children:"Back"}),r.jsx(c1,{variant:"contained",onClick:()=>{t(l.name)},children:"Complete"})]})}):null]}),o&&_?r.jsx(op,{}):null,o&&b?r.jsx(sp,{}):null,o&&S?r.jsx(xp,{projectId:i,sdk:l.name,environment:m}):null]})})},Up=({open:e,...t})=>e?r.jsx(Hp,{...t}):null,kp=h("div")(({theme:e})=>({display:"flex",flexDirection:"row",gap:e.spacing(2),alignItems:"center",fontSize:e.spacing(1.75),fontWeight:"bold"})),qp=h(c1)({fontWeight:"bold",textDecoration:"none"}),Kp=h($)(({theme:e})=>({display:"flex",flexDirection:"column",gap:e.spacing(1)})),Gp="https://github.com/Unleash/unleash-sdk-examples/tree/main",Qp=()=>{const{trackEvent:e}=$1(),t=Gc.map(o=>({key:o.name,label:o.name})),[n,i]=_0("onboarding-sdk-example",t[0].key),c=o=>{i(o.target.value)},s=()=>{e("onboarding",{props:{eventType:"sdk-example-opened",sdk:n}})};return r.jsxs(r.Fragment,{children:[r.jsx(kp,{children:"View SDK Example"}),r.jsx(A,{children:"Choose your preferred SDK to view an example."}),r.jsxs(Kp,{children:[r.jsx(Fr,{id:"sdk-select",name:"sdk",options:t,value:n,onChange:c,style:{width:"60%"}}),r.jsx($,{children:r.jsx(qp,{to:`${Gp}/${n}`,target:"_blank",component:p1,variant:"text",color:"primary",onClick:s,children:"Go to example"})})]})]})},Jp=h("div")(({theme:e})=>({display:"flex",flexDirection:"column",backgroundColor:e.palette.background.paper,flexBasis:"70%",borderRadius:e.shape.borderRadiusLarge})),Xp=h("div")(({theme:e})=>({padding:e.spacing(2,2.5,2,5),borderBottom:"1px solid",borderColor:e.palette.divider,minHeight:"80px"})),ev=h("div")(({theme:e})=>({display:"flex",flexGrow:1,padding:e.spacing(0,1),[e.breakpoints.down("md")]:{flexDirection:"column",padding:e.spacing(0)}})),M4=h("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}})),s5=h("div")(({theme:e})=>({display:"flex",flexDirection:"row",gap:e.spacing(2),alignItems:"center",fontSize:e.spacing(1.75),fontWeight:"bold"})),o5=h("span")(({theme:e})=>({width:"28px",height:"28px",display:"flex",alignItems:"center",justifyContent:"center",backgroundColor:e.palette.neutral.border,borderRadius:"50%"})),tv=h(o5)(({theme:e})=>({backgroundColor:e.palette.primary.main,color:e.palette.background.paper})),nv=h("div")(({theme:e})=>({display:"flex",flexDirection:"column",gap:e.spacing(3),height:"100%"})),av=h("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)})),rv=h("div")(({theme:e})=>({display:"flex",flexDirection:"row",justifyContent:"space-between",alignItems:"center"})),iv=({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 r.jsxs(Jp,{children:[r.jsxs(Xp,{children:[r.jsxs(rv,{children:[r.jsx(A,{fontWeight:"bold",children:"Welcome to your project"}),r.jsx(H1,{title:"Close",arrow:!0,children:r.jsx(E1,{onClick:o,size:"small",children:r.jsx(Z2,{})})})]}),r.jsx(A,{variant:"body2",children:"Complete the steps below to start working with this project"})]}),r.jsxs(ev,{children:[r.jsx(M4,{children:((d=c.onboardingStatus)==null?void 0:d.status)==="first-flag-created"?r.jsx(sv,{}):r.jsx(cv,{projectId:e,refetchFeatures:i})}),r.jsxs(M4,{children:[r.jsxs(s5,{children:[r.jsx(o5,{children:"2"}),"Connect an SDK"]}),r.jsx(A,{children:"Your project is not yet connected to any SDK. To start using your feature flag, connect an SDK to the project."}),r.jsx(A2,{onClick:()=>{t(!0)},maxWidth:"200px",projectId:e,Icon:p3,disabled:!s,permission:[G1,dc],children:"Connect SDK"})]}),r.jsx(M4,{children:r.jsx(Qp,{})})]})]})},cv=({projectId:e,refetchFeatures:t})=>{const{refetch:n}=X1(e);return r.jsxs(r.Fragment,{children:[r.jsxs(s5,{children:[r.jsx(o5,{children:"1"}),"Create a feature flag"]}),r.jsx(A,{children:"The project currently holds no feature flags. Create one to get started."}),r.jsx(Hc,{text:"Create flag",skipNavigationOnComplete:!0,onSuccess:()=>{n(),t()}})]})},sv=()=>r.jsxs(nv,{children:[r.jsxs(s5,{children:[r.jsx(tv,{children:"✓"}),"Create a feature flag"]}),r.jsxs(av,{children:[r.jsx(A,{fontWeight:"bold",variant:"body2",children:"Congratulations, your first flag is ready!"}),r.jsx(A,{variant:"body2",children:"You can open it to customize further."})]})]});var l5={},ov=J1;Object.defineProperty(l5,"__esModule",{value:!0});var ts=l5.default=void 0,lv=ov(Q1()),R8=r,dv=(0,lv.default)([(0,R8.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,R8.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");ts=l5.default=dv;var d5={},uv=J1;Object.defineProperty(d5,"__esModule",{value:!0});var ns=d5.default=void 0,hv=uv(Q1()),mv=r,fv=(0,hv.default)((0,mv.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");ns=d5.default=fv;const pv=h("div")(({theme:e})=>({display:"flex",flexDirection:"column",backgroundColor:e.palette.background.paper,flexBasis:"70%",borderRadius:e.shape.borderRadiusLarge})),vv=h("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"})),gv=h("div")(({theme:e})=>({display:"flex",flexGrow:1})),A4=h("div")(({theme:e})=>({flexBasis:"50%",padding:e.spacing(3,2,6,8),display:"flex",gap:e.spacing(3),flexDirection:"column"})),F4=h("div")(({theme:e})=>({display:"flex",flexDirection:"row",gap:e.spacing(2),alignItems:"center",fontSize:e.spacing(1.75),fontWeight:"bold"})),xv=h("div")(({theme:e})=>({display:"flex",flexDirection:"column",justifyContent:"space-between"})),bv=h(F3)(({theme:e})=>({backgroundColor:e.palette.primary.main,color:e.palette.background.paper,borderRadius:"50%",padding:e.spacing(.5),width:"28px",height:"28px"})),jv=h(Vd)(({theme:e})=>({color:e.palette.primary.main})),yv=h(ns)(({theme:e})=>({color:e.palette.primary.main})),_v=h(ts)(({theme:e})=>({color:e.palette.primary.main})),wv=({projectId:e,onClose:t})=>r.jsxs(pv,{children:[r.jsxs(vv,{children:[r.jsx(bv,{}),r.jsxs(xv,{children:[r.jsx(A,{fontWeight:"bold",children:"Setup completed"}),r.jsx(A,{variant:"body2",children:"Next steps"})]}),r.jsx(H1,{title:"Close",arrow:!0,sx:{ml:"auto"},children:r.jsx(E1,{onClick:t,size:"small",children:r.jsx(Z2,{})})})]}),r.jsxs(gv,{children:[r.jsxs(A4,{children:[r.jsxs(F4,{children:[r.jsx(jv,{}),"Expose your feature flag to users"]}),r.jsxs(A,{children:["You can have fine grained control over who is exposed to your feature flag by leveraging"," ",r.jsx(p1,{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."]})]}),r.jsxs(A4,{children:[r.jsxs(F4,{children:[r.jsx(yv,{}),"Add members to your project"]}),r.jsxs(A,{children:["Unleash is best when collaborating with your co-workers."," ",r.jsx(p1,{className:"unleash-action-button",to:`/projects/${e}/settings/access`,children:"Add your co-workers to the project"}),"."]})]}),r.jsxs(A4,{children:[r.jsxs(F4,{children:[r.jsx(_v,{}),"Learn about Unleash"]}),r.jsxs(A,{children:["Take a deep dive through our documentation,"," ",r.jsx(p1,{className:"unleash-action-button",to:"https://docs.getunleash.io/unleash-academy/foundational",target:"_blank",rel:"noopener noreferrer",children:"starting with the foundations of Unleash"}),"."]})]})]})]}),Sv=({selectedIds:e,projectId:t,onConfirm:n})=>{const[i,c]=u.useState(!1),[s,o]=u.useState(!1),{trackEvent:l}=$1(),d=async()=>{o(!0)},m=async()=>{c(!0)};return r.jsxs(r.Fragment,{children:[r.jsx(de,{projectId:t,permission:T2,children:({hasAccess:f})=>r.jsx(c1,{disabled:!f,startIcon:r.jsx(Ld,{}),variant:"outlined",size:"small",onClick:d,"date-testid":"batch_revive",children:"Revive"})}),r.jsx(de,{projectId:t,permission:Pr,children:({hasAccess:f})=>r.jsx(c1,{disabled:!f,startIcon:r.jsx(g3,{}),variant:"outlined",size:"small",onClick:m,children:"Delete"})}),r.jsx(rc,{deletedFeatures:e,projectId:t,open:i,setOpen:c,refetch:()=>{n==null||n(),l("batch_operations",{props:{eventType:"features deleted"}})}}),r.jsx(ic,{revivedFeatures:e,projectId:t,open:s,setOpen:o,refetch:()=>{n==null||n(),l("batch_operations",{props:{eventType:"features revived"}})}})]})};function Ov(e){return z3("MuiTimelineSeparator",e)}x3("MuiTimelineSeparator",["root"]);const Cv=["className"],Dv=e=>{const{classes:t}=e;return U3({root:["root"]},Ov,t)},$v=h("div",{name:"MuiTimelineSeparator",slot:"Root",overridesResolver:(e,t)=>t.root})({display:"flex",flexDirection:"column",flex:0,alignItems:"center"}),j0=u.forwardRef(function(t,n){const i=B3({props:t,name:"MuiTimelineSeparator"}),{className:c}=i,s=Y3(i,Cv),o=i,l=Dv(o);return r.jsx($v,z1({className:H3(l.root,c),ownerState:o,ref:n},s))}),j2=u.createContext({});function Tv(e){return z3("MuiTimelineContent",e)}const Pv=x3("MuiTimelineContent",["root","positionLeft","positionRight","positionAlternate","positionAlternateReverse"]);function X3(e){return e==="alternate-reverse"?"positionAlternateReverse":`position${V2(e)}`}const Ev=["className"],Zv=e=>{const{position:t,classes:n}=e,i={root:["root",X3(t)]};return U3(i,Tv,n)},Iv=h(A,{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"})),u5=u.forwardRef(function(t,n){const i=B3({props:t,name:"MuiTimelineContent"}),{className:c}=i,s=Y3(i,Ev),{position:o}=u.useContext(j2),l=z1({},i,{position:o||"right"}),d=Zv(l);return r.jsx(Iv,z1({component:"div",className:H3(d.root,c),ownerState:l,ref:n},s))}),Mv=x3("MuiTimelineOppositeContent",["root","positionLeft","positionRight","positionAlternate","positionAlternateReverse"]);function Av(e){return z3("MuiTimelineItem",e)}const as=x3("MuiTimelineItem",["root","positionLeft","positionRight","positionAlternate","positionAlternateReverse","missingOppositeContent"]),Fv=["position","className"],Rv=e=>{const{position:t,classes:n,hasOppositeContent:i}=e,c={root:["root",X3(t),!i&&"missingOppositeContent"]};return U3(c,Av,n)},Vv=h("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",[`& .${Pv.root}`]:{textAlign:"right"},[`& .${Mv.root}`]:{textAlign:"left"}}},!e.hasOppositeContent&&{"&::before":{content:'""',flex:1,padding:"6px 16px"}})),y0=u.forwardRef(function(t,n){const i=B3({props:t,name:"MuiTimelineItem"}),{position:c,className:s}=i,o=Y3(i,Fv),{position:l}=u.useContext(j2);let d=!1;u.Children.forEach(i.children,g=>{Nd(g,["TimelineOppositeContent"])&&(d=!0)});const m=z1({},i,{position:c||l||"right",hasOppositeContent:d}),f=Rv(m),v=u.useMemo(()=>({position:m.position}),[m.position]);return r.jsx(j2.Provider,{value:v,children:r.jsx(Vv,z1({className:H3(f.root,s),ownerState:m,ref:n},o))})});function Lv(e){return z3("MuiTimelineConnector",e)}x3("MuiTimelineConnector",["root"]);const Nv=["className"],Wv=e=>{const{classes:t}=e;return U3({root:["root"]},Lv,t)},zv=h("span",{name:"MuiTimelineConnector",slot:"Root",overridesResolver:(e,t)=>t.root})(({theme:e})=>({width:2,backgroundColor:(e.vars||e).palette.grey[400],flexGrow:1})),h5=u.forwardRef(function(t,n){const i=B3({props:t,name:"MuiTimelineConnector"}),{className:c}=i,s=Y3(i,Nv),o=i,l=Wv(o);return r.jsx(zv,z1({className:H3(l.root,c),ownerState:o,ref:n},s))});function Bv(e){return z3("MuiTimelineDot",e)}x3("MuiTimelineDot",["root","filled","outlined","filledGrey","outlinedGrey","filledPrimary","outlinedPrimary","filledSecondary","outlinedSecondary"]);const Yv=["className","color","variant"],Hv=e=>{const{color:t,variant:n,classes:i}=e,c={root:["root",n,t!=="inherit"&&`${n}${V2(t)}`]};return U3(c,Bv,i)},Uv=h("span",{name:"MuiTimelineDot",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,t[n.color!=="inherit"&&`${n.variant}${V2(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})))),m5=u.forwardRef(function(t,n){const i=B3({props:t,name:"MuiTimelineDot"}),{className:c,color:s="grey",variant:o="filled"}=i,l=Y3(i,Yv),d=z1({},i,{color:s,variant:o}),m=Hv(d);return r.jsx(Uv,z1({className:H3(m.root,c),ownerState:d,ref:n},l))});function kv(e){return z3("MuiTimeline",e)}x3("MuiTimeline",["root","positionLeft","positionRight","positionAlternate","positionAlternateReverse"]);const qv=["position","className"],Kv=e=>{const{position:t,classes:n}=e,i={root:["root",t&&X3(t)]};return U3(i,kv,n)},Gv=h("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}),rs=u.forwardRef(function(t,n){const i=B3({props:t,name:"MuiTimeline"}),{position:c="right",className:s}=i,o=Y3(i,qv),l=z1({},i,{position:c}),d=Kv(l),m=u.useMemo(()=>({position:c}),[c]);return r.jsx(j2.Provider,{value:m,children:r.jsx(Gv,z1({className:H3(d.root,s),ownerState:l,ref:n},o))})}),Qv=h(rs)(()=>({padding:0,margin:0,[`& .${as.root}:before`]:{flex:0,padding:0}})),V8=h(h5,{shouldForwardProp:e=>e!=="active"})(({theme:e,active:t})=>({width:"1px",backgroundColor:t?e.palette.common.white:`${qe(e.palette.common.white,.5)}`})),R4=h(m5,{shouldForwardProp:e=>e!=="active"})(({theme:e,active:t})=>({color:t?e.palette.background.sidebar:`${qe(e.palette.common.white,.8)}`,backgroundColor:t?e.palette.common.white:"initial",fontWeight:t?e.fontWeight.bold:"normal",borderColor:t?e.palette.common.white:`${qe(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)})),V4=h(u5,{shouldForwardProp:e=>e!=="active"})(({theme:e,active:t})=>({padding:e.spacing(2,2,6,2),color:t?e.palette.common.white:`${qe(e.palette.common.white,.8)}`})),L4=h($,{shouldForwardProp:e=>e!=="active"})(({theme:e,active:t})=>({fontWeight:t?e.fontWeight.bold:"normal",fontSize:e.fontSizes.bodySize})),N4=h($)(({theme:e})=>({fontSize:e.fontSizes.smallerBody})),Jv=({stage:e})=>r.jsxs(Qv,{children:[r.jsxs(y0,{children:[r.jsxs(j0,{children:[r.jsx(R4,{variant:"outlined",active:e==="configure",children:"1"}),r.jsx(V8,{active:e==="configure"})]}),r.jsxs(V4,{active:e==="configure",children:[r.jsx(L4,{active:e==="configure",children:"Import file"}),r.jsx(N4,{children:"Import previously exported flag configuration from another Unleash instance as a JSON file"})]})]}),r.jsxs(y0,{children:[r.jsxs(j0,{children:[r.jsx(R4,{variant:"outlined",active:e==="validate",children:"2"}),r.jsx(V8,{active:e==="validate"})]}),r.jsxs(V4,{active:e==="validate",children:[r.jsx(L4,{active:e==="validate",children:"Validate configuration"}),r.jsx(N4,{children:"Check the errors and warnings from the import process"})]})]}),r.jsxs(y0,{children:[r.jsx(j0,{children:r.jsx(R4,{variant:"outlined",active:e==="import",children:"3"})}),r.jsxs(V4,{active:e==="import",children:[r.jsx(L4,{active:e==="import",children:"Finish import"}),r.jsx(N4,{children:"Feature flag configuration will be imported to your new Unleash instance"})]})]})]});function y3(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 Xv=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 A3(e,t,n){const i=eg(e),{webkitRelativePath:c}=e,s=typeof t=="string"?t:typeof c=="string"&&c.length>0?c:`./${e.name}`;return typeof i.path!="string"&&L8(i,"path",s),L8(i,"relativePath",s),i}function eg(e){const{name:t}=e;if(t&&t.lastIndexOf(".")!==-1&&!e.type){const i=t.split(".").pop().toLowerCase(),c=Xv.get(i);c&&Object.defineProperty(e,"type",{value:c,writable:!1,configurable:!1,enumerable:!0})}return e}function L8(e,t,n){Object.defineProperty(e,t,{value:n,writable:!1,configurable:!1,enumerable:!0})}const tg=[".DS_Store","Thumbs.db"];function ng(e){return y3(this,void 0,void 0,function*(){return y2(e)&&ag(e.dataTransfer)?sg(e.dataTransfer,e.type):rg(e)?ig(e):Array.isArray(e)&&e.every(t=>"getFile"in t&&typeof t.getFile=="function")?cg(e):[]})}function ag(e){return y2(e)}function rg(e){return y2(e)&&y2(e.target)}function y2(e){return typeof e=="object"&&e!==null}function ig(e){return _r(e.target.files).map(t=>A3(t))}function cg(e){return y3(this,void 0,void 0,function*(){return(yield Promise.all(e.map(n=>n.getFile()))).map(n=>A3(n))})}function sg(e,t){return y3(this,void 0,void 0,function*(){if(e.items){const n=_r(e.items).filter(c=>c.kind==="file");if(t!=="drop")return n;const i=yield Promise.all(n.map(og));return N8(is(i))}return N8(_r(e.files).map(n=>A3(n)))})}function N8(e){return e.filter(t=>tg.indexOf(t.name)===-1)}function _r(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 og(e){if(typeof e.webkitGetAsEntry!="function")return W8(e);const t=e.webkitGetAsEntry();return t&&t.isDirectory?cs(t):W8(e,t)}function is(e){return e.reduce((t,n)=>[...t,...Array.isArray(n)?is(n):[n]],[])}function W8(e,t){var n;if(typeof e.getAsFileSystemHandle=="function")return e.getAsFileSystemHandle().then(s=>y3(this,void 0,void 0,function*(){const o=yield s.getFile();return o.handle=s,A3(o)}));const i=e.getAsFile();if(!i)return Promise.reject(`${e} is not a File`);const c=A3(i,(n=t==null?void 0:t.fullPath)!==null&&n!==void 0?n:void 0);return Promise.resolve(c)}function lg(e){return y3(this,void 0,void 0,function*(){return e.isDirectory?cs(e):dg(e)})}function cs(e){const t=e.createReader();return new Promise((n,i)=>{const c=[];function s(){t.readEntries(o=>y3(this,void 0,void 0,function*(){if(o.length){const l=Promise.all(o.map(lg));c.push(l),s()}else try{const l=yield Promise.all(c);n(l)}catch(l){i(l)}}),o=>{i(o)})}s()})}function dg(e){return y3(this,void 0,void 0,function*(){return new Promise((t,n)=>{e.file(i=>{const c=A3(i,e.fullPath);t(c)},i=>{n(i)})})})}var W4=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 z8(e){return mg(e)||hg(e)||os(e)||ug()}function ug(){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 hg(e){if(typeof Symbol<"u"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function mg(e){if(Array.isArray(e))return wr(e)}function B8(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 Y8(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{};t%2?B8(Object(n),!0).forEach(function(i){ss(e,i,n[i])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):B8(Object(n)).forEach(function(i){Object.defineProperty(e,i,Object.getOwnPropertyDescriptor(n,i))})}return e}function ss(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function O0(e,t){return vg(e)||pg(e,t)||os(e,t)||fg()}function fg(){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 os(e,t){if(e){if(typeof e=="string")return wr(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 wr(e,t)}}function wr(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 pg(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 vg(e){if(Array.isArray(e))return e}var gg=typeof W4=="function"?W4:W4.default,xg="file-invalid-type",bg="file-too-large",jg="file-too-small",yg="too-many-files",_g=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:xg,message:"File type must be ".concat(i)}},H8=function(t){return{code:bg,message:"File is larger than ".concat(t," ").concat(t===1?"byte":"bytes")}},U8=function(t){return{code:jg,message:"File is smaller than ".concat(t," ").concat(t===1?"byte":"bytes")}},wg={code:yg,message:"Too many files"};function ls(e,t){var n=e.type==="application/x-moz-file"||gg(e,t);return[n,n?null:_g(t)]}function ds(e,t,n){if(h3(e.size))if(h3(t)&&h3(n)){if(e.size>n)return[!1,H8(n)];if(e.size<t)return[!1,U8(t)]}else{if(h3(t)&&e.size<t)return[!1,U8(t)];if(h3(n)&&e.size>n)return[!1,H8(n)]}return[!0,null]}function h3(e){return e!=null}function Sg(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=ls(d,n),f=O0(m,1),v=f[0],g=ds(d,i,c),p=O0(g,1),x=p[0],y=l?l(d):null;return v&&x&&!y})}function _2(e){return typeof e.isPropagationStopped=="function"?e.isPropagationStopped():typeof e.cancelBubble<"u"?e.cancelBubble:!1}function Q0(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 k8(e){e.preventDefault()}function Og(e){return e.indexOf("MSIE")!==-1||e.indexOf("Trident/")!==-1}function Cg(e){return e.indexOf("Edge/")!==-1}function Dg(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:window.navigator.userAgent;return Og(e)||Cg(e)}function ge(){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!_2(i)&&l&&l.apply(void 0,[i].concat(s)),_2(i)})}}function $g(){return"showOpenFilePicker"in window}function Tg(e){if(h3(e)){var t=Object.entries(e).filter(function(n){var i=O0(n,2),c=i[0],s=i[1],o=!0;return us(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(hs))&&(console.warn('Skipped "'.concat(c,'" because an invalid file extension was provided.')),o=!1),o}).reduce(function(n,i){var c=O0(i,2),s=c[0],o=c[1];return Y8(Y8({},n),{},ss({},s,o))},{});return[{description:"Files",accept:t}]}return e}function Pg(e){if(h3(e))return Object.entries(e).reduce(function(t,n){var i=O0(n,2),c=i[0],s=i[1];return[].concat(z8(t),[c],z8(s))},[]).filter(function(t){return us(t)||hs(t)}).join(",")}function Eg(e){return e instanceof DOMException&&(e.name==="AbortError"||e.code===e.ABORT_ERR)}function Zg(e){return e instanceof DOMException&&(e.name==="SecurityError"||e.code===e.SECURITY_ERR)}function us(e){return e==="audio/*"||e==="video/*"||e==="image/*"||e==="text/*"||e==="application/*"||/\w+\/[-+.\w]+/g.test(e)}function hs(e){return/^.*\.[\w]+$/.test(e)}var Ig=["children"],Mg=["open"],Ag=["refKey","role","onKeyDown","onFocus","onBlur","onClick","onDragEnter","onDragOver","onDragLeave","onDrop"],Fg=["refKey","onChange","onClick"];function Rg(e){return Ng(e)||Lg(e)||ms(e)||Vg()}function Vg(){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 Lg(e){if(typeof Symbol<"u"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function Ng(e){if(Array.isArray(e))return Sr(e)}function z4(e,t){return Bg(e)||zg(e,t)||ms(e,t)||Wg()}function Wg(){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 ms(e,t){if(e){if(typeof e=="string")return Sr(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 Sr(e,t)}}function Sr(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 zg(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 Bg(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 w1(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){Or(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 Or(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function w2(e,t){if(e==null)return{};var n=Yg(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 Yg(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 f5=u.forwardRef(function(e,t){var n=e.children,i=w2(e,Ig),c=ps(i),s=c.open,o=w2(c,Mg);return u.useImperativeHandle(t,function(){return{open:s}},[s]),Te.createElement(u.Fragment,null,n(w1(w1({},o),{},{open:s})))});f5.displayName="Dropzone";var fs={disabled:!1,getFilesFromEvent:ng,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};f5.defaultProps=fs;f5.propTypes={children:f1.func,accept:f1.objectOf(f1.arrayOf(f1.string)),multiple:f1.bool,preventDropOnDocument:f1.bool,noClick:f1.bool,noKeyboard:f1.bool,noDrag:f1.bool,noDragEventsBubbling:f1.bool,minSize:f1.number,maxSize:f1.number,maxFiles:f1.number,disabled:f1.bool,getFilesFromEvent:f1.func,onFileDialogCancel:f1.func,onFileDialogOpen:f1.func,useFsAccessApi:f1.bool,autoFocus:f1.bool,onDragEnter:f1.func,onDragLeave:f1.func,onDragOver:f1.func,onDrop:f1.func,onDropAccepted:f1.func,onDropRejected:f1.func,onError:f1.func,validator:f1.func};var Cr={isFocused:!1,isFileDialogActive:!1,isDragActive:!1,isDragAccept:!1,isDragReject:!1,acceptedFiles:[],fileRejections:[]};function ps(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},t=w1(w1({},fs),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,y=t.onFileDialogCancel,_=t.onFileDialogOpen,b=t.useFsAccessApi,S=t.autoFocus,P=t.preventDropOnDocument,C=t.noClick,D=t.noKeyboard,Z=t.noDrag,O=t.noDragEventsBubbling,W=t.onError,z=t.validator,V=u.useMemo(function(){return Pg(n)},[n]),I=u.useMemo(function(){return Tg(n)},[n]),U=u.useMemo(function(){return typeof _=="function"?_:K8},[_]),K=u.useMemo(function(){return typeof y=="function"?y:K8},[y]),M=u.useRef(null),B=u.useRef(null),H=u.useReducer(Hg,Cr),E=z4(H,2),w=E[0],j=E[1],R=w.isFocused,G=w.isFileDialogActive,q=u.useRef(typeof window<"u"&&window.isSecureContext&&b&&$g()),d1=function(){!q.current&&G&&setTimeout(function(){if(B.current){var X=B.current.files;X.length||(j({type:"closeDialog"}),K())}},300)};u.useEffect(function(){return window.addEventListener("focus",d1,!1),function(){window.removeEventListener("focus",d1,!1)}},[B,G,K,q]);var u1=u.useRef([]),Q=function(X){M.current&&M.current.contains(X.target)||(X.preventDefault(),u1.current=[])};u.useEffect(function(){return P&&(document.addEventListener("dragover",k8,!1),document.addEventListener("drop",Q,!1)),function(){P&&(document.removeEventListener("dragover",k8),document.removeEventListener("drop",Q))}},[M,P]),u.useEffect(function(){return!i&&S&&M.current&&M.current.focus(),function(){}},[M,S,i]);var t1=u.useCallback(function(Y){W?W(Y):console.error(Y)},[W]),a1=u.useCallback(function(Y){Y.preventDefault(),Y.persist(),k1(Y),u1.current=[].concat(Rg(u1.current),[Y.target]),Q0(Y)&&Promise.resolve(c(Y)).then(function(X){if(!(_2(Y)&&!O)){var x1=X.length,D1=x1>0&&Sg({files:X,accept:V,minSize:o,maxSize:s,multiple:l,maxFiles:d,validator:z}),W1=x1>0&&!D1;j({isDragAccept:D1,isDragReject:W1,isDragActive:!0,type:"setDraggedFiles"}),m&&m(Y)}}).catch(function(X){return t1(X)})},[c,m,t1,O,V,o,s,l,d,z]),r1=u.useCallback(function(Y){Y.preventDefault(),Y.persist(),k1(Y);var X=Q0(Y);if(X&&Y.dataTransfer)try{Y.dataTransfer.dropEffect="copy"}catch{}return X&&v&&v(Y),!1},[v,O]),n1=u.useCallback(function(Y){Y.preventDefault(),Y.persist(),k1(Y);var X=u1.current.filter(function(D1){return M.current&&M.current.contains(D1)}),x1=X.indexOf(Y.target);x1!==-1&&X.splice(x1,1),u1.current=X,!(X.length>0)&&(j({type:"setDraggedFiles",isDragActive:!1,isDragAccept:!1,isDragReject:!1}),Q0(Y)&&f&&f(Y))},[M,f,O]),v1=u.useCallback(function(Y,X){var x1=[],D1=[];Y.forEach(function(W1){var Se=ls(W1,V),ve=z4(Se,2),e3=ve[0],t3=ve[1],n3=ds(W1,o,s),Le=z4(n3,2),a3=Le[0],r3=Le[1],i3=z?z(W1):null;if(e3&&a3&&!i3)x1.push(W1);else{var c3=[t3,r3];i3&&(c3=c3.concat(i3)),D1.push({file:W1,errors:c3.filter(function(a0){return a0})})}}),(!l&&x1.length>1||l&&d>=1&&x1.length>d)&&(x1.forEach(function(W1){D1.push({file:W1,errors:[wg]})}),x1.splice(0)),j({acceptedFiles:x1,fileRejections:D1,isDragReject:D1.length>0,type:"setFiles"}),g&&g(x1,D1,X),D1.length>0&&x&&x(D1,X),x1.length>0&&p&&p(x1,X)},[j,l,V,o,s,d,g,p,x,z]),g1=u.useCallback(function(Y){Y.preventDefault(),Y.persist(),k1(Y),u1.current=[],Q0(Y)&&Promise.resolve(c(Y)).then(function(X){_2(Y)&&!O||v1(X,Y)}).catch(function(X){return t1(X)}),j({type:"reset"})},[c,v1,t1,O]),C1=u.useCallback(function(){if(q.current){j({type:"openDialog"}),U();var Y={multiple:l,types:I};window.showOpenFilePicker(Y).then(function(X){return c(X)}).then(function(X){v1(X,null),j({type:"closeDialog"})}).catch(function(X){Eg(X)?(K(X),j({type:"closeDialog"})):Zg(X)?(q.current=!1,B.current?(B.current.value=null,B.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}B.current&&(j({type:"openDialog"}),U(),B.current.value=null,B.current.click())},[j,U,K,b,v1,t1,I,l]),N=u.useCallback(function(Y){!M.current||!M.current.isEqualNode(Y.target)||(Y.key===" "||Y.key==="Enter"||Y.keyCode===32||Y.keyCode===13)&&(Y.preventDefault(),C1())},[M,C1]),I1=u.useCallback(function(){j({type:"focus"})},[]),V1=u.useCallback(function(){j({type:"blur"})},[]),N1=u.useCallback(function(){C||(Dg()?setTimeout(C1,0):C1())},[C,C1]),T1=function(X){return i?null:X},L1=function(X){return D?null:T1(X)},i1=function(X){return Z?null:T1(X)},k1=function(X){O&&X.stopPropagation()},_e=u.useMemo(function(){return function(){var Y=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},X=Y.refKey,x1=X===void 0?"ref":X,D1=Y.role,W1=Y.onKeyDown,Se=Y.onFocus,ve=Y.onBlur,e3=Y.onClick,t3=Y.onDragEnter,n3=Y.onDragOver,Le=Y.onDragLeave,a3=Y.onDrop,r3=w2(Y,Ag);return w1(w1(Or({onKeyDown:L1(ge(W1,N)),onFocus:L1(ge(Se,I1)),onBlur:L1(ge(ve,V1)),onClick:T1(ge(e3,N1)),onDragEnter:i1(ge(t3,a1)),onDragOver:i1(ge(n3,r1)),onDragLeave:i1(ge(Le,n1)),onDrop:i1(ge(a3,g1)),role:typeof D1=="string"&&D1!==""?D1:"presentation"},x1,M),!i&&!D?{tabIndex:0}:{}),r3)}},[M,N,I1,V1,N1,a1,r1,n1,g1,D,Z,i]),we=u.useCallback(function(Y){Y.stopPropagation()},[]),Xe=u.useMemo(function(){return function(){var Y=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},X=Y.refKey,x1=X===void 0?"ref":X,D1=Y.onChange,W1=Y.onClick,Se=w2(Y,Fg),ve=Or({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:T1(ge(D1,g1)),onClick:T1(ge(W1,we)),tabIndex:-1},x1,B);return w1(w1({},ve),Se)}},[B,n,l,g1,i]);return w1(w1({},w),{},{isFocused:R&&!i,getRootProps:_e,getInputProps:Xe,rootRef:M,inputRef:B,open:T1(C1)})}function Hg(e,t){switch(t.type){case"focus":return w1(w1({},e),{},{isFocused:!0});case"blur":return w1(w1({},e),{},{isFocused:!1});case"openDialog":return w1(w1({},Cr),{},{isFileDialogActive:!0});case"closeDialog":return w1(w1({},e),{},{isFileDialogActive:!1});case"setDraggedFiles":return w1(w1({},e),{},{isDragActive:t.isDragActive,isDragAccept:t.isDragAccept,isDragReject:t.isDragReject});case"setFiles":return w1(w1({},e),{},{acceptedFiles:t.acceptedFiles,fileRejections:t.fileRejections,isDragReject:t.isDragReject});case"reset":return w1({},Cr);default:return e}}function K8(){}const Ug=e=>JSON.stringify(JSON.parse(e),null,4),kg=({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=Ug(i);e(s)}catch{t("Cannot format as valid JSON")}else t("Unsupported format")},qg=({onSuccess:e,onError:t,children:n,onDragStatusChange:i,...c})=>{const s=u.useCallback(([m])=>{const f=new FileReader;f.onload=kg({onSuccess:e,onError:t}),f.readAsText(m)},[]),{getRootProps:o,getInputProps:l,isDragActive:d}=ps({onDrop:s,accept:{"application/json":[".json"]},maxFiles:1});return u.useEffect(()=>{i(d)},[d]),r.jsxs($,{...o(),...c,children:[r.jsx("input",{"data-testid":"import-file",...l()}),n]})},Kg=h(qg)(({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 p5={},Gg=J1;Object.defineProperty(p5,"__esModule",{value:!0});var vs=p5.default=void 0,Qg=Gg(Q1()),Jg=r,Xg=(0,Qg.default)((0,Jg.jsx)("path",{d:"m4 12 1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z"}),"ArrowUpward");vs=p5.default=Xg;const ex=h($)(({theme:e})=>({backgroundColor:e.palette.background.elevation2,borderRadius:e.shape.borderRadiusLarge,padding:e.spacing(3)})),B4=h(A)(({theme:e})=>({marginBottom:e.spacing(.5)})),Y4=h($)(({theme:e})=>({marginBottom:e.spacing(3),color:e.palette.text.secondary,fontSize:e.fontSizes.smallBody})),tx=()=>r.jsxs(ex,{children:[r.jsx(B4,{children:"What is being imported?"}),r.jsxs(Y4,{children:["Feature flags will be imported with full configuration:",r.jsxs("ul",{children:[r.jsx("li",{children:"strategies"}),r.jsx("li",{children:"context fields"}),r.jsx("li",{children:"variants"}),r.jsx("li",{children:"tags"}),r.jsx("li",{children:"feature flag status"}),r.jsx("li",{children:"feature dependencies"}),r.jsx("li",{children:"feature links"})]})]}),r.jsx(B4,{children:"Exceptions?"}),r.jsx(Y4,{children:"If the feature flag already exists in the new instance, it will be overwritten"}),r.jsx(B4,{children:"What is not imported?"}),r.jsx(Y4,{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"})]}),v5=h("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%"})),g5=h($)(({theme:e})=>({width:"100%",borderTop:`1px solid ${e.palette.divider}`,marginTop:"auto",paddingTop:e.spacing(3),display:"flex",justifyContent:"flex-end"})),nx=h(he)(({theme:e})=>({width:"100%"})),ax=h(A)(({theme:e})=>({marginTop:e.spacing(4),fontSize:e.fontSizes.mainHeader})),rx=h(A)(({theme:e})=>({marginTop:e.spacing(2),marginBottom:e.spacing(1.5),color:e.palette.text.secondary})),ix=h(A)(({theme:e})=>({marginTop:e.spacing(4),color:e.palette.text.secondary})),cx=({activeTab:e,setActiveTab:t})=>r.jsx($,{sx:{borderBottom:1,borderColor:"divider"},children:r.jsxs(Rr,{value:e,children:[r.jsx(m2,{label:"Upload file",value:"file",onClick:()=>t("file")}),r.jsx(m2,{label:"Code editor",value:"code","data-testid":Wd,onClick:()=>t("code")})]})}),sx=({activeTab:e,setActiveTab:t,importPayload:n,setImportPayload:i})=>{const[c,s]=u.useState(!1),{setToastData:o}=S1();return r.jsx(F,{condition:e==="file",show:r.jsxs(Kg,{onSuccess:l=>{i(l),t("code"),o({type:"success",text:"File uploaded"})},onError:l=>{i(""),o({type:"error",text:l})},onDragStatusChange:s,children:[r.jsx(Xc,{sx:{width:80,height:80},active:c,children:r.jsx(vs,{fontSize:"large"})}),r.jsx(ax,{children:c?"Drop your file to upload":"Drop your file here"}),r.jsx(rx,{children:"or select a file from your device"}),r.jsx(c1,{variant:"outlined",children:"Select file"}),r.jsx(ix,{children:"JSON format: max 500 kB"})]}),elseShow:r.jsx(nx,{label:"Exported feature flags",variant:"outlined",onChange:l=>i(l.target.value),value:n,"data-testid":zd,multiline:!0,minRows:13,maxRows:13})})},ox=({onSubmit:e,onClose:t,disabled:n})=>r.jsxs(g5,{children:[r.jsx(c1,{sx:{position:"static"},variant:"contained",type:"submit",onClick:e,"data-testid":Bd,disabled:n,children:"Validate"}),r.jsx(c1,{sx:{position:"static",ml:2},variant:"outlined",type:"submit",onClick:t,children:"Cancel import"})]}),lx=({tabs:e,importOptions:t,importArea:n,actions:i})=>r.jsxs(v5,{children:[e,t,n,r.jsx(tx,{}),i]}),dx=()=>{const{makeRequest:e,createRequest:t,errors:n,loading:i}=R2({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()}}},ux=h($)(({theme:e})=>({backgroundColor:e.palette.background.elevation2,borderRadius:e.shape.borderRadiusLarge,padding:e.spacing(3)})),G8=h("span")(({theme:e})=>({fontSize:e.fontSizes.smallBody,color:e.palette.text.secondary})),Q8=h("span")(({theme:e})=>({fontSize:e.fontSizes.smallBody,color:e.palette.text.primary,fontWeight:e.fontWeight.bold})),J8=h($)(({theme:e})=>({border:`1px solid ${e.palette.error.border}`,borderRadius:e.shape.borderRadiusLarge,paddingBottom:e.spacing(2)})),hx=h($)(({theme:e})=>({border:`1px solid ${e.palette.warning.border}`,borderRadius:e.shape.borderRadiusLarge,paddingBottom:e.spacing(2)})),X8=h($)(({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)})),mx=h($)(({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)})),e7=h($)(({theme:e})=>({color:e.palette.error.dark,fontSize:e.fontSizes.smallBody})),fx=h($)(({theme:e})=>({color:e.palette.warning.dark,fontSize:e.fontSizes.smallBody})),H4=h("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}`})),U4=h("li")(({theme:e})=>({fontSize:e.fontSizes.smallBody})),px=({environment:e,project:t,payload:n,onClose:i,onBack:c,onSubmit:s})=>{const{validateImport:o}=dx(),{setToastData:l}=S1(),{trackEvent:d}=$1(),[m,f]=u.useState({errors:[],warnings:[],permissions:[]}),[v,g]=u.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 u.useEffect(()=>{o({environment:e,project:t,data:JSON.parse(n)}).then(p).catch(x=>{g(!1),l({type:"error",text:j1(x)})})},[]),r.jsxs(v5,{children:[r.jsxs(ux,{children:[r.jsx(A,{sx:{mb:1.5},children:"You are importing this configuration in:"}),r.jsxs($,{sx:{display:"flex",gap:3},children:[r.jsxs("span",{children:[r.jsx(G8,{children:"Environment: "}),r.jsx(Q8,{children:e})]}),r.jsxs("span",{children:[r.jsx(G8,{children:"Project: "}),r.jsx(Q8,{children:t})]})]})]}),r.jsx(F,{condition:m.permissions.length>0,show:r.jsxs(J8,{children:[r.jsxs(X8,{children:[r.jsx("strong",{children:"Missing permissions!"})," There are some permissions that you need to be granted before importing this configuration"]}),m.permissions.map(x=>r.jsxs($,{sx:{p:2},children:[r.jsx(e7,{children:x.message}),r.jsx(H4,{children:x.affectedItems.map(y=>r.jsx(U4,{children:y},y))})]},x.message))]})}),r.jsx(F,{condition:m.errors.length>0,show:r.jsxs(J8,{children:[r.jsxs(X8,{children:[r.jsx("strong",{children:"Conflict!"})," There are some errors that need to be fixed before the import."]}),m.errors.map(x=>r.jsxs($,{sx:{p:2},children:[r.jsx(e7,{children:x.message}),r.jsx(H4,{children:x.affectedItems.map(y=>r.jsx(U4,{children:y},y))})]},x.message))]})}),r.jsx(F,{condition:m.warnings.length>0,show:r.jsxs(hx,{children:[r.jsxs(mx,{children:[r.jsx("strong",{children:"Warning!"})," It is recommended to verify the following information before importing."]}),m.warnings.map(x=>r.jsxs($,{sx:{p:2},children:[r.jsx(fx,{children:x.message}),r.jsx(H4,{children:x.affectedItems.map(y=>r.jsx(U4,{children:y},y))})]},x.message))]})}),r.jsxs(g5,{children:[r.jsx(c1,{sx:{position:"static",mr:"auto"},variant:"outlined",type:"submit",onClick:c,children:"Back"}),r.jsx(b3,{permission:$2,projectId:t,sx:{position:"static"},variant:"contained",type:"submit",onClick:s,"data-testid":Yd,disabled:m.errors.length>0||m.permissions.length>0||!v,children:"Import configuration"}),r.jsx(c1,{sx:{position:"static",ml:2},variant:"outlined",type:"submit",onClick:i,children:"Cancel import"})]})]})},vx=()=>{const{makeRequest:e,createRequest:t,errors:n,loading:i}=R2({propagateErrors:!0}),{trackEvent:c}=$1();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}}}},gx=h(uc)(({theme:e})=>({padding:e.spacing(4,2,2,2),display:"flex",flexDirection:"column",alignItems:"center",gap:e.spacing(8)})),xx=h(A)(({theme:e})=>({fontSize:e.fontSizes.mainHeader})),bx=h(v3)(({theme:e})=>({backgroundColor:e.palette.primary.main})),jx=h(v3)(({theme:e})=>({backgroundColor:e.palette.error.main})),yx=h(uc)(({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})),_x=(e,t)=>e?{status:"loading"}:Object.keys(t).length>0?{status:"error",errors:t}:{status:"success"},wx=({environment:e,project:t,payload:n,onClose:i})=>{const{createImport:c,loading:s,errors:o}=vx(),{refetch:l}=kc(t),{refetch:d}=M2(t),{setToastData:m}=S1(),{isChangeRequestConfigured:f}=$0(t);u.useEffect(()=>{c({environment:e,project:t,data:JSON.parse(n)}).then(()=>{l(),d()}).catch(p=>{m({type:"error",text:j1(p)})})},[]);const v=_x(s,o),g=f(e)&&v.status==="success";return r.jsxs(v5,{children:[r.jsxs(gx,{children:[r.jsx(F,{condition:v.status==="loading",show:r.jsx(Xc,{sx:{width:80,height:80},active:!0,children:r.jsx(c5,{fontSize:"large"})})}),r.jsx(F,{condition:v.status==="success",show:r.jsx(bx,{sx:{width:80,height:80},children:r.jsx(F3,{fontSize:"large"})})}),r.jsx(F,{condition:v.status==="error",show:r.jsx(jx,{sx:{width:80,height:80},children:r.jsx(v2,{fontSize:"large"})})}),r.jsxs(xx,{children:[r.jsx(F,{condition:v.status==="loading",show:"Importing..."}),r.jsx(F,{condition:v.status==="success",show:"Import completed"}),r.jsx(F,{condition:v.status==="error",show:"Import failed"})]})]}),r.jsx(F,{condition:g,show:r.jsxs(yx,{children:["For this environment ",r.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."]})}),r.jsx(g5,{children:r.jsx(c1,{sx:{position:"static"},variant:"contained",type:"submit",onClick:i,children:"Close"})})]})},Sx=h($)(({theme:e})=>({backgroundColor:e.palette.background.elevation2,borderRadius:e.shape.borderRadiusLarge,padding:e.spacing(3)})),Ox=h(A)(({theme:e})=>({marginBottom:e.spacing(3),fontWeight:e.fontWeight.bold})),Cx=h(A)(({theme:e})=>({marginBottom:e.spacing(1.5)})),Dx=({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 u.useEffect(()=>{t===""&&(c!=null&&c[0])&&n(c[0].key)},[JSON.stringify(c)]),r.jsxs(Sx,{children:[r.jsx(Ox,{children:"Import options"}),r.jsx(Cx,{children:"Choose the environment to import the configuration for"}),r.jsx(V3,{sx:{width:"180px"},options:c||[],onChange:n,label:"Environment",value:t,"data-testid":Hd,IconComponent:hc,fullWidth:!0})]})},$x=h("div")(({theme:e})=>({minHeight:"100vh",display:"flex"})),Tx=h("div")(({theme:e})=>({backgroundColor:e.palette.background.sidebar,padding:e.spacing(8),flexBasis:"30%"})),Px=h("div")(({theme:e})=>({textTransform:"uppercase",fontSize:e.fontSizes.smallBody,color:e.palette.common.white,fontWeight:e.typography.fontWeightBold,marginBottom:e.spacing(3)})),Ex=e=>{try{return JSON.parse(e),!0}catch{return!1}},gs=({open:e,setOpen:t,project:n})=>{const[i,c]=u.useState("configure"),[s,o]=u.useState(""),[l,d]=u.useState(""),[m,f]=u.useState("file"),v=()=>{t(!1)};u.useEffect(()=>{e===!0&&g()},[e]);const g=()=>{c("configure"),o(""),d(""),f("file")};return r.jsx(Pe,{open:e,onClose:v,label:"Import flags",children:r.jsxs($x,{children:[r.jsxs(Tx,{children:[r.jsx(Px,{children:"Process"}),r.jsx(Jv,{stage:i})]}),r.jsx(F,{condition:i==="configure",show:r.jsx(lx,{tabs:r.jsx(cx,{activeTab:m,setActiveTab:f}),importOptions:r.jsx(Dx,{project:n,environment:s,onChange:o}),importArea:r.jsx(sx,{activeTab:m,setActiveTab:f,importPayload:l,setImportPayload:d}),actions:r.jsx(ox,{disabled:!Ex(l),onSubmit:()=>c("validate"),onClose:v})})}),r.jsx(F,{condition:i==="validate",show:r.jsx(px,{project:n,environment:s,payload:l,onBack:()=>c("configure"),onSubmit:()=>c("import"),onClose:v})}),r.jsx(F,{condition:i==="import",show:r.jsx(wx,{project:n,environment:s,payload:l,onClose:v})})]})})},k4=e=>`environment:${e}`,Oe=gc(),Zx=e=>e.name,Ix=h("div")(({theme:e})=>({display:"flex",flexDirection:"column",gap:e.spacing(2)})),Mx=h("div")(({theme:e})=>({display:"flex",flexFlow:"row wrap",gap:e.spacing(2),justifyContent:"space-between"})),Ax=h("div")(({theme:e})=>({display:"flex",gap:e.spacing(1),paddingInline:e.spacing(1.5)})),Fx=({environments:e})=>{const{trackEvent:t}=$1(),n=e1("projectId"),{project:i}=X1(n),[c,s]=u.useState(!1),[o,l]=u.useState(!1),{features:d,total:m,refetch:f,loading:v,initialLoad:g,tableState:p,setTableState:x}=kc(n),{onFlagTypeClick:y,onTagClick:_,onAvatarClick:b}=Hf(p,x),S={tag:p.tag,createdAt:p.createdAt,type:p.type,state:p.state,createdBy:p.createdBy,archived:p.archived},{favorite:P,unfavorite:C}=Ud(),D=u.useCallback(async N=>{N!=null&&N.favorite?await C(n,N.name):await P(n,N.name),f()},[n,f]),{isChangeRequestConfigured:Z}=$0(n),{onToggle:O,modals:W}=Qh(n),{rowActionsDialogs:z,setFeatureArchiveState:V,setFeatureStaleDialogState:I,setShowMarkCompletedDialogue:U,setShowFeatureReviveDialogue:K,setShowFeatureDeleteDialogue:M}=Bf(f,n),B=!!(g||v&&m),[H,E]=_0(`onboarding-flow:v1-${n}`,"visible"),[w,j]=_0(`onboarding-state:v1-${n}`,"hide-setup"),R=i.onboardingStatus.status!=="onboarded"&&H==="visible",G=N=>{R||t("onboarding",{props:{eventType:"onboarding-finished",onboardedSdk:N}})},q=u.useMemo(()=>[Oe.display({id:"select",header:({table:N})=>r.jsx(y8,{title:"Select all rows",checked:N==null?void 0:N.getIsAllRowsSelected(),onChange:N==null?void 0:N.getToggleAllRowsSelectedHandler()}),cell:({row:N})=>r.jsx(y8,{title:"Select row",checked:N==null?void 0:N.getIsSelected(),onChange:N==null?void 0:N.getToggleSelectedHandler()}),meta:{width:"1%"},enableHiding:!1}),Oe.accessor("favorite",{id:"favorite",header:()=>r.jsx(kd,{isActive:p.favoritesFirst,onClick:()=>x({favoritesFirst:!p.favoritesFirst})}),cell:({row:{original:N}})=>r.jsx(qd,{value:N==null?void 0:N.favorite,onClick:()=>D(N)}),enableSorting:!1,enableHiding:!1,meta:{width:"1%"}}),Oe.accessor("name",{id:"name",header:"Name",cell:Kd(_,y),enableHiding:!1}),Oe.accessor("createdAt",{id:"createdAt",header:"Created",cell:mc,meta:{width:"1%"}}),Oe.accessor("createdBy",{id:"createdBy",header:"By",cell:Gd(b),enableSorting:!1,meta:{width:"1%",align:"center"}}),Oe.accessor("lastSeenAt",{id:"lastSeenAt",header:"Last seen",cell:({row:{original:N}})=>r.jsx(Qd,{feature:N,"data-loading":!0}),size:50,meta:{align:"center",width:"1%"}}),Oe.accessor("lifecycle",{id:"lifecycle",header:"Lifecycle",cell:({row:{original:N}})=>r.jsx(Jd,{feature:N,onComplete:()=>{U({featureId:N.name,open:!0})},onUncomplete:f,onArchive:()=>V(N.name),"data-loading":!0}),enableSorting:!1,size:50,meta:{align:"center",width:"1%"}}),...e.map(N=>{const I1=Z(N);return Oe.accessor(V1=>{var N1,T1;return{archived:V1.archivedAt!==null,featureId:V1.name,environment:(N1=V1.environments)==null?void 0:N1.find(L1=>L1.name===N),someEnabledEnvironmentHasVariants:((T1=V1.environments)==null?void 0:T1.some(L1=>L1.variantCount&&L1.variantCount>0&&L1.enabled))||!1}},{id:k4(N),header:N,meta:{align:"center",width:90},cell:({getValue:V1})=>{const{featureId:N1,environment:T1,someEnabledEnvironmentHasVariants:L1,archived:i1}=V1();return B?r.jsx(Rf,{}):i1?r.jsx(Vf,{}):r.jsx(Ff,{value:(T1==null?void 0:T1.enabled)||!1,featureId:N1,someEnabledEnvironmentHasVariants:L1,environment:T1,projectId:n,environmentName:N,isChangeRequestEnabled:I1,refetch:f,onFeatureToggleSwitch:O})}})}),Oe.display({id:"actions",header:"",cell:({row:N})=>p.archived?r.jsx(Xd,{project:n,onRevive:()=>{K({featureId:N.id,open:!0})},onDelete:()=>{M({featureId:N.id,open:!0})}}):r.jsx(Vm,{row:N,projectId:n,onOpenArchiveDialog:V,onOpenStaleDialog:I}),enableSorting:!1,enableHiding:!1,meta:{align:"right",width:"1%"}})],[n,e,p.favoritesFirst,f,B]),d1=u.useMemo(()=>Array(p.limit).fill(null).map((N,I1)=>({id:I1,type:"-",name:`Feature name ${I1}`,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]),u1=L3(B),Q=u.useMemo(()=>B?d1:d,[B,JSON.stringify(d)]),t1=u.useMemo(()=>q.map(N=>N.id).filter(Boolean),[q]),a1=Wf(t1),r1=fc(pc(p,x,{columns:q,data:Q,enableRowSelection:!0,state:{columnVisibility:a1},getRowId:Zx})),{columnVisibility:n1,rowSelection:v1}=r1.getState(),g1=u.useCallback(N=>{const I1=n1[N],V1={...n1,[N]:!I1};x({columns:Object.keys(V1).filter(N1=>V1[N1]&&!N1.includes(","))})},[n1,x]),C1=Yf(d,v1);return r.jsxs(Ix,{children:[r.jsx(F,{condition:R,show:r.jsx(iv,{projectId:n,setConnectSdkOpen:s,setOnboardingFlow:E,refetchFeatures:f})}),r.jsx(F,{condition:w==="show-setup"&&!R,show:r.jsx(wv,{projectId:n,onClose:()=>{j("hide-setup")}})}),r.jsx(A1,{disableLoading:!0,disablePadding:!0,header:r.jsx(Ef,{isLoading:g,totalItems:m,searchQuery:p.query||"",onChangeSearchQuery:N=>{x({query:N})},dataToExport:Q,environmentsToExport:e,actions:r.jsx(Km,{columns:[{header:"Name",id:"name",isVisible:n1.name,isStatic:!0},{header:"Created",id:"createdAt",isVisible:n1.createdAt},{header:"By",id:"createdBy",isVisible:n1.createdBy},{header:"Last seen",id:"lastSeenAt",isVisible:n1.lastSeenAt},{header:"Lifecycle",id:"lifecycle",isVisible:n1.lifecycle},{id:"divider"},...e.map(N=>({header:N,id:k4(N),isVisible:n1[k4(N)]}))],onToggle:g1})}),bodyClass:"noop",style:{cursor:"inherit"},children:r.jsxs("div",{ref:u1,"aria-busy":B,"aria-live":"polite",children:[r.jsxs(Mx,{children:[r.jsx(Nf,{project:n,onChange:x,state:S}),r.jsx(Ax,{children:r.jsx(I3,{permission:eu,projectId:n,onClick:()=>l(!0),tooltipProps:{title:"Import"},"data-testid":tu,"data-loading-project":!0,children:r.jsx(Sm,{})})})]}),r.jsx(k3,{value:p.query||"",children:r.jsx(vc,{tableInstance:r1,totalItems:m})}),r.jsx(F,{condition:!Q.length&&!B,show:r.jsx(zf,{query:p.query||""})}),z,W]})}),r.jsx(Up,{open:c,onClose:()=>{s(!1)},onFinish:N=>{s(!1),j("show-setup"),G(N)},project:n,environments:e,feature:"feature"in i.onboardingStatus?i.onboardingStatus.feature:void 0}),r.jsx(af,{count:C1.length,children:p.archived?r.jsx(Sv,{selectedIds:Object.keys(v1),projectId:n,onConfirm:()=>{f(),r1.resetRowSelection()}}):r.jsx(gf,{selectedIds:Object.keys(v1),data:C1,projectId:n,onResetSelection:r1.resetRowSelection,onChange:f})}),r.jsx(gs,{open:o,setOpen:l,project:n})]})},Rx=e=>{const t=`api/admin/projects/${e}/sdks/outdated`,{data:n,refetch:i,loading:c,error:s}=Mr(Y1(t),()=>Ar(Y1(t),"Outdated SDKs"),{refreshInterval:60*1e3});return{data:n||{sdks:[]},refetch:i,error:s}},Vx=h("ul")({margin:0}),Lx=({project:e})=>{const{data:{sdks:t}}=Rx(e),{trackEvent:n}=$1(),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:r.jsx(r.Fragment,{children:t.map(o=>r.jsxs("div",{children:[r.jsx("span",{children:o.sdkVersion}),r.jsx(Vx,{children:o.applications.map(l=>r.jsx("li",{onClick:()=>{i(o.sdkVersion)},onKeyDown:()=>{i(o.sdkVersion)},children:r.jsx(p1,{to:`/applications/${l}`,children:l})},l))})]},o.sdkVersion))})};return r.jsx(r.Fragment,{children:r.jsx(F,{condition:t.length>0,show:r.jsx(nu,{banner:s,inline:!0})})})},Nx=15*1e3,Wx=h("div")(({theme:e})=>({display:"flex",gap:e.spacing(2),[e.breakpoints.down("md")]:{flexDirection:"column"}})),zx=h("div")(()=>({width:"100%",minWidth:0})),Bx=h($)(({theme:e})=>({display:"flex",flexDirection:"column",gap:e.spacing(2),width:"100%",minWidth:0})),Yx=()=>{var s;const e=e1("projectId"),t=xe(e),n=Ee("outdatedSdksBanner"),{project:i}=X1(e,{refreshInterval:Nx});fe(`Project overview – ${t}`);const{setLastViewed:c}=au();return u.useEffect(()=>{c(e)},[e,c]),r.jsx(Wx,{children:r.jsxs(Bx,{children:[r.jsx(F,{condition:n,show:r.jsx(Lx,{project:e})}),r.jsx(zx,{children:r.jsx(Fx,{environments:((s=i.environments)==null?void 0:s.map(o=>o.environment))||[]})})]})},e)},Hx=()=>{const e=e1("projectId");return r.jsx(ru,{title:"Event Log",project:e})},x5=(e,t)=>{const{data:n,error:i,mutate:c}=N3(Y1(`api/admin/projects/${e}/change-requests/${t}`),Ux,{refreshInterval:15e3});return{data:n,loading:!i&&!n,refetchChangeRequest:()=>c(),error:i}},Ux=e=>fetch(e).then(oe("Request changes")).then(t=>t.json()),kx=h(Ke)(({theme:e})=>({padding:e.spacing(3,4),borderRadius:`${e.shape.borderRadiusLarge}px`}));h($)(({theme:e})=>({display:"flex",alignItems:"center",marginBottom:e.spacing(2)}));const qx=h($)(({theme:e})=>({display:"flex",alignItems:"center"})),Kx=h(A)(({theme:e})=>({display:"flex",alignItems:"center",marginRight:e.spacing(1),fontSize:e.fontSizes.mainHeader})),Gx=h(iu)(({theme:e})=>({padding:e.spacing(.75,1.5),backgroundColor:e.palette.background.elevation2})),b5=h(L2)(({theme:e})=>({height:"24px",width:"24px",marginInline:0})),Qx=({changeRequest:e})=>{var i,c;const[t,n]=u.useState(e.title);return r.jsxs(kx,{elevation:0,children:[r.jsx(cu,{environmentChangeRequest:e,title:t,setTitle:n,children:r.jsx(Kx,{variant:"h1",sx:{mr:1.5},children:t})}),r.jsxs(qx,{children:[r.jsx(xc,{changeRequest:e}),r.jsxs(A,{variant:"body2",sx:s=>({margin:s.spacing("auto",0,"auto",2)}),children:["Created ",r.jsx(bc,{date:e.createdAt})," by"]}),r.jsx($,{sx:s=>({marginLeft:s.spacing(1)}),children:r.jsx(H1,{title:(i=e==null?void 0:e.createdBy)==null?void 0:i.username,children:r.jsx(b5,{user:e==null?void 0:e.createdBy})})}),r.jsx(A,{variant:"body2",sx:s=>({marginLeft:s.spacing(.5)}),children:(c=e==null?void 0:e.createdBy)==null?void 0:c.username}),r.jsx($,{sx:s=>({marginLeft:s.spacing(1.5)}),children:r.jsx(Gx,{variant:"outlined",children:r.jsxs(A,{variant:"body2",sx:{lineHeight:1},children:["Environment:"," ",r.jsx(A,{display:"inline",fontWeight:"bold",variant:"body2",component:"span",children:e==null?void 0:e.environment})," ",r.jsx(su,{}),"Updates:",r.jsx(ou,{featuresCount:e.features.length,segmentsCount:e.segments.length})]})})})]})]})},Jx=h(Ke)(({theme:e})=>({marginTop:e.spacing(2),borderRadius:`${e.shape.borderRadiusLarge}px`})),Xx=h($)(({theme:e})=>({padding:e.spacing(2),marginBottom:`-${e.spacing(4)}`})),eb=h($)(({theme:e})=>({display:"flex",flexDirection:"row",alignItems:"flex-end"})),tb=h(rs)(()=>({[`& .${as.root}:before`]:{flex:0,padding:0}})),nb=["Draft","In review","Approved","Applied"],ab=["Draft","In review","Rejected"],rb=["Draft","In review","Approved","Scheduled","Applied"],ib=(e,t,n,i)=>e==="Cancelled"?"grey":e==="Rejected"?n==="Rejected"?"error":"success":t!==-1&&t>=i?"success":t+1===i?"primary":"grey",cb=({state:e,schedule:t})=>{let n;switch(e){case"Rejected":n=ab;break;case"Scheduled":n=rb;break;default:n=nb}const i=n.findIndex(s=>s===e),{locationSettings:c}=q3();return r.jsx(Jx,{elevation:0,children:r.jsx(Xx,{children:r.jsx(tb,{children:n.map((s,o)=>{if(t&&s==="Scheduled")return lb(t,c);const l=ib(e,i,s,o);let d={};return i+1===o&&!(e==="Cancelled"&&s==="Draft")&&(d={variant:"outlined"}),sb(l,s,o<n.length-1,d)})})})})},sb=(e,t,n,i={})=>r.jsxs(y0,{children:[r.jsxs(j0,{children:[r.jsx(m5,{color:e,...i}),n&&r.jsx(h5,{})]}),r.jsx(u5,{children:t})]},t),ob=(e,t)=>{switch(e.status){case"suspended":return{title:"Schedule suspended",subtitle:`was ${t}`,color:"grey",reason:r.jsx(Z3,{title:e.reason,arrow:!0,children:r.jsx(v2,{color:"disabled",fontSize:"small"})})};case"failed":return{title:"Schedule failed",subtitle:`at ${t}`,color:"error",reason:r.jsx(Z3,{title:`Schedule failed because of ${e.reason||e.failureReason}`,arrow:!0,children:r.jsx(v2,{color:"error",fontSize:"small"})})};default:return{title:"Scheduled",subtitle:`for ${t}`,color:"warning",reason:null}}},lb=(e,t)=>{const n=K3(new Date(e.scheduledAt),t==null?void 0:t.locale),{title:i,subtitle:c,color:s,reason:o}=ob(e,n);return r.jsxs(y0,{children:[r.jsxs(j0,{children:[r.jsx(m5,{color:s}),r.jsx(h5,{})]}),r.jsxs(u5,{children:[i,r.jsxs(eb,{children:[r.jsx(A,{color:"text.secondary",sx:{mr:1},children:`(${c})`}),o]})]})]},i)};var j5={},db=J1;Object.defineProperty(j5,"__esModule",{value:!0});var xs=j5.default=void 0,ub=db(Q1()),t7=r,hb=(0,ub.default)([(0,t7.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,t7.jsx)("path",{d:"M12.5 7H11v6l5.25 3.15.75-1.23-4.5-2.67z"},"1")],"Schedule");xs=j5.default=hb;const y5=()=>e=>e!=="color"&&e!=="sx"&&e!=="approved"&&e!=="border"&&e!=="bgColor"&&e!=="svgColor",me=h($)(({theme:e})=>({display:"flex",alignItems:"center"})),bs=h(Vr)(({theme:e})=>({color:e.palette.error.main,height:"35px",width:"35px",marginRight:e.spacing(1)})),n7=h(Vr)(({theme:e})=>({color:e.palette.warning.main,height:"35px",width:"35px",marginRight:e.spacing(1)})),S2=h(jc)(({theme:e})=>({color:e.palette.success.main,height:"35px",width:"35px",marginRight:e.spacing(1)})),mb=h(xs)(({theme:e})=>({color:e.palette.warning.main,height:"35px",width:"35px",marginRight:e.spacing(1)})),fb=h(v2)(({theme:e})=>({color:e.palette.error.main,height:"35px",width:"35px",marginRight:e.spacing(1)})),pb=h(lu)(({theme:e})=>({color:e.palette.text.secondary,height:"35px",width:"35px",marginRight:e.spacing(1)})),vb=h(G3)(({theme:e})=>({color:e.palette.text.secondary,height:"24px",width:"24px"})),gb=h($)(({theme:e})=>({display:"flex",marginTop:e.spacing(2)})),xb=h($,{shouldForwardProp:y5()})(({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}})),_5=h(R3)(({theme:e})=>({margin:e.spacing(2.5,0)})),bb=h($,{shouldForwardProp:y5()})(({theme:e,border:t})=>({borderRadius:`${e.shape.borderRadiusLarge}px`,border:t,padding:e.spacing(3),width:"100%"})),ie=h(A,{shouldForwardProp:y5()})(({theme:e,color:t})=>({fontWeight:"bold",color:t})),jb=h($)({display:"flex",flexDirection:"row",justifyContent:"space-between",width:"100%"}),Q2=()=>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}`,_b=(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},wb=({changeRequest:e,onEditClick:t})=>{const n=O1();return r.jsxs(gb,{children:[r.jsx(xb,{..._b(e.state,n),children:r.jsx(du,{style:{transform:"scale(1.5)"}})}),r.jsx(bb,{sx:{backgroundColor:e.state==="In review"?n.palette.warning.light:"initial"},border:yb(e.state,n),children:r.jsx(Sb,{changeRequest:e,onEditClick:t})})]})},Sb=({changeRequest:e,onEditClick:t})=>{const{state:n}=e;if(!n)return null;if(n==="Approved")return r.jsx(Ob,{});if(n==="Applied")return r.jsx(Db,{});if(n==="Cancelled")return r.jsx(Ib,{});if(n==="Rejected")return r.jsx(Mb,{});if(n==="Scheduled"){const{schedule:i}=e;return r.jsx(Tb,{schedule:i,onEditClick:t})}return r.jsx(Cb,{minApprovals:e.minApprovals})},Ob=()=>{const e=O1();return r.jsxs(r.Fragment,{children:[r.jsxs(me,{children:[r.jsx(S2,{}),r.jsxs($,{children:[r.jsx(ie,{color:e.palette.success.dark,children:"Changes approved"}),r.jsx(A,{children:"One approving review from requested approvers"})]})]}),r.jsx(_5,{}),r.jsxs(me,{children:[r.jsx(S2,{}),r.jsx($,{children:r.jsx(ie,{color:e.palette.success.dark,children:"Changes are ready to be applied"})})]})]})},Cb=({minApprovals:e})=>{const t=O1();return r.jsxs(r.Fragment,{children:[r.jsxs(me,{children:[r.jsx(n7,{}),r.jsxs($,{children:[r.jsx(ie,{color:t.palette.warning.dark,children:"Review required"}),r.jsxs(A,{children:["At least ",e," approval(s) must be submitted before changes can be applied"]})]})]}),r.jsx(_5,{}),r.jsxs(me,{children:[r.jsx(n7,{}),r.jsx(ie,{color:t.palette.warning.dark,children:"Apply changes is blocked"})]})]})},Db=()=>{const e=O1();return r.jsx(r.Fragment,{children:r.jsxs(me,{children:[r.jsx(S2,{sx:{color:e.palette.primary.main}}),r.jsx($,{children:r.jsx(ie,{color:e.palette.primary.main,children:"Changes applied"})})]})})},$b=h(E1)({maxWidth:"32px",maxHeight:"32px"}),Tb=({schedule:e,onEditClick:t})=>{const n=O1();if(!e)return null;const i=(()=>{switch(e.status){case"pending":return r.jsx(Zb,{schedule:e});case"failed":return r.jsx(Pb,{schedule:e});case"suspended":return r.jsx(Eb,{schedule:e});default:return null}})();return r.jsxs(r.Fragment,{children:[r.jsxs(me,{children:[r.jsx(S2,{}),r.jsxs($,{children:[r.jsx(ie,{color:n.palette.success.dark,children:"Changes approved"}),r.jsx(A,{children:"One approving review from requested approvers"})]})]}),r.jsx(_5,{}),r.jsxs(jb,{children:[i,r.jsx($b,{onClick:t,children:r.jsx(vb,{})})]})]})},Pb=({schedule:e})=>{const t=O1(),n=Q2(),{locationSettings:i}=q3(),c=K3(new Date(e==null?void 0:e.scheduledAt),i==null?void 0:i.locale);return r.jsxs(me,{children:[r.jsx(fb,{}),r.jsxs($,{children:[r.jsxs(ie,{color:t.palette.error.main,children:["Changes failed to be applied on ",c," because of"," ",e.reason??e.failureReason]}),r.jsxs(A,{children:["Your timezone is ",n]})]})]})},Eb=({schedule:e})=>{const t=O1(),n=Q2(),{locationSettings:i}=q3(),c=K3(new Date(e==null?void 0:e.scheduledAt),i==null?void 0:i.locale);return r.jsxs(me,{children:[r.jsx(pb,{}),r.jsxs($,{children:[r.jsxs(ie,{color:t.palette.text.secondary,children:["The change request is suspended for the following reason:"," ",e.reason]}),r.jsxs(ie,{color:t.palette.text.secondary,children:["It will not be applied on ",c,"."]}),r.jsxs(A,{children:["Your timezone is ",n]})]})]})},Zb=({schedule:e})=>{const t=O1(),n=Q2(),{locationSettings:i}=q3(),c=K3(new Date(e==null?void 0:e.scheduledAt),i==null?void 0:i.locale);return r.jsxs(me,{children:[r.jsx(mb,{}),r.jsxs($,{children:[r.jsxs(ie,{color:t.palette.warning.dark,children:["Changes are scheduled to be applied on: ",c]}),r.jsxs(A,{children:["Your timezone is ",n]})]})]})},Ib=()=>{const e=O1();return r.jsx(r.Fragment,{children:r.jsxs(me,{children:[r.jsx(bs,{}),r.jsx($,{children:r.jsx(ie,{color:e.palette.error.main,children:"Changes cancelled"})})]})})},Mb=()=>{const e=O1();return r.jsx(r.Fragment,{children:r.jsxs(me,{children:[r.jsx(bs,{}),r.jsx($,{children:r.jsx(ie,{color:e.palette.error.main,children:"Changes rejected"})})]})})},js=({disabled:e,children:t,actions:n,permission:i,projectId:c,ariaLabel:s,environmentId:o})=>{const[l,d]=Te.useState(!1),m=Te.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 r.jsxs(Te.Fragment,{children:[r.jsx(b3,{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:r.jsx(uu,{}),permission:i,projectId:c,environmentId:o,children:t}),r.jsx(hu,{sx:{zIndex:1,width:g},open:l,anchorEl:m.current,transition:!0,disablePortal:!0,children:({TransitionProps:p,placement:x})=>r.jsx(mu,{...p,style:{transformOrigin:x==="bottom"?"center top":"center bottom"},children:r.jsx(Ke,{className:"dropdown-outline",children:r.jsx(fu,{onClickAway:v,children:r.jsx(D0,{id:"review-options-menu",autoFocusItem:!0,children:n.map(({label:y,onSelect:_,icon:b})=>r.jsxs(ne,{disabled:e,onClick:_,children:[r.jsx(le,{children:b}),r.jsx(ae,{children:y})]},`MenuItem-${y}`))})})})})})]})},Ab=({disabled:e,onReject:t,onApprove:n,children:i})=>{const{isAdmin:c}=u.useContext(Ze),s=e1("projectId"),o=e1("id"),{user:l}=yc(),{data:d}=x5(s,o),m=(d==null?void 0:d.createdBy.id)===(l==null?void 0:l.id),f=e||m&&!c;return r.jsx(js,{permission:pu,disabled:f,actions:[{label:"Approve",onSelect:n,icon:r.jsx(F3,{fontSize:"small"})},{label:"Reject",onSelect:t,icon:r.jsx(vu,{fontSize:"small"})}],environmentId:d==null?void 0:d.environment,projectId:s,ariaLabel:"review or reject changes",children:i})},Fb=h($)(({theme:e})=>({display:"flex",marginTop:e.spacing(2)})),Rb=h(Ke)(({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})),Vb=h($)(({theme:e})=>({display:"flex",borderBottom:"1px solid",borderColor:e.palette.divider,paddingBottom:e.spacing(1.5)})),Lb=({comment:e})=>r.jsxs(Fb,{children:[r.jsx(gu,{user:e.createdBy}),r.jsxs(Rb,{variant:"outlined",children:[r.jsx(Vb,{children:r.jsxs($,{children:[r.jsx("strong",{children:e.createdBy.username})," ",r.jsxs(A,{color:"text.secondary",component:"span",children:["commented ",r.jsx(bc,{date:e.createdAt})]})]})}),r.jsx($,{sx:{paddingTop:2.5},children:r.jsx(p2,{children:e.text})})]})]}),ys=h($)(({theme:e})=>({display:"flex",alignItems:"center",flexWrap:"wrap",marginTop:e.spacing(1.5),gap:e.spacing(1)})),Nb=h(jc)(({theme:e})=>({color:e.palette.success.main,marginLeft:"auto"})),Wb=h(Vr)(({theme:e})=>({color:e.palette.error.main,marginLeft:"auto"})),_s=h(A)({maxWidth:"170px",textOverflow:"ellipsis",overflow:"hidden",whiteSpace:"nowrap",color:"text.primary"}),zb=({name:e,imageUrl:t})=>r.jsxs(ys,{children:[r.jsx(b5,{user:{name:e,imageUrl:t}}),r.jsx(_s,{variant:"body1",children:e}),r.jsx(Nb,{})]}),Bb=({name:e,imageUrl:t})=>r.jsxs(ys,{children:[r.jsx(b5,{user:{name:e,imageUrl:t}}),r.jsx(_s,{variant:"body1",children:e}),r.jsx(Wb,{})]}),Yb=({rejections:e=[]})=>r.jsxs(r.Fragment,{children:[r.jsx(A,{variant:"body1",color:"text.secondary",children:"Rejected by"}),e.map(t=>r.jsx(Bb,{name:t.createdBy.username||"Unknown user",imageUrl:t.createdBy.imageUrl},t.createdBy.username))]}),Hb=({approvals:e=[]})=>r.jsxs(r.Fragment,{children:[r.jsx(A,{variant:"body1",color:"text.secondary",children:r.jsx(F,{condition:(e==null?void 0:e.length)>0,show:"Approved by",elseShow:"No approvals yet"})}),e.map(t=>r.jsx(zb,{name:t.createdBy.username||"Unknown user",imageUrl:t.createdBy.imageUrl},t.createdBy.username))]}),Ub=h($)(({theme:e})=>({marginBottom:e.spacing(2)})),kb=({actualApprovals:e,minApprovals:t})=>r.jsxs(r.Fragment,{children:["Reviewers"," ",r.jsxs(A,{component:"span",color:"text.secondary",children:["(",e,"/",t," required)"]})]}),qb=({header:e,children:t})=>r.jsxs(Ke,{elevation:0,sx:n=>({marginTop:n.spacing(2),padding:n.spacing(4),borderRadius:i=>`${i.shape.borderRadiusLarge}px`}),children:[r.jsx(Ub,{children:e}),t]}),Kb=({changeRequest:e})=>r.jsx(qb,{header:r.jsx(kb,{actualApprovals:e.approvals.length,minApprovals:e.minApprovals}),children:r.jsx(F,{condition:e.state==="Rejected",show:r.jsx(Yb,{rejections:e.rejections}),elseShow:r.jsx(Hb,{approvals:e.approvals})})}),Gb=({open:e,onConfirm:t,onClose:n,disabled:i=!1})=>{const[c,s]=u.useState("");return r.jsxs(ce,{open:e,primaryButtonText:"Reject changes",secondaryButtonText:"Cancel",onClick:()=>t(c),disabledPrimaryButton:i,onClose:n,title:"Reject changes",fullWidth:!0,children:[r.jsx($,{children:"Add an optional comment why you reject those changes"}),r.jsx(he,{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 w5={},Qb=J1;Object.defineProperty(w5,"__esModule",{value:!0});var ws=w5.default=void 0,Jb=Qb(Q1()),Xb=r,ej=(0,Jb.default)((0,Xb.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");ws=w5.default=ej;const a7=({disabled:e,onSchedule:t,onApply:n,variant:i="create",children:c})=>{const s=e1("projectId"),o=e1("id"),{data:l}=x5(s,o);return r.jsx(js,{permission:Lr,disabled:e,actions:[{label:"Apply changes",onSelect:n,icon:r.jsx(F3,{fontSize:"small"})},{label:i==="create"?"Schedule changes":"Update schedule",onSelect:t,icon:r.jsx(ws,{fontSize:"small"})}],environmentId:l==null?void 0:l.environment,projectId:s,ariaLabel:"apply or schedule changes",children:c})},tj=h(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`})),Ss=({open:e,onConfirm:t,onClose:n,title:i,primaryButtonText:c,disabled:s,message:o,scheduledTime:l,permissionButton:d})=>l?r.jsxs(ce,{title:i,primaryButtonText:c,disabledPrimaryButton:s,secondaryButtonText:"Cancel",open:e,onClose:n,onClick:()=>t(),permissionButton:d,fullWidth:!0,children:[r.jsxs(tj,{icon:!1,children:["There is a scheduled time to apply these changes set for"," ",r.jsxs("strong",{children:[r.jsx("br",{}),`${new Date(l).toLocaleString()}`]})]}),r.jsx(A,{variant:"body1",children:o})]}):null,nj=({projectId:e,environment:t,disabled:n,onConfirm:i,...c})=>r.jsx(Ss,{message:"Applying the changes now means the scheduled time will be ignored",title:"Apply changes",primaryButtonText:"Apply changes now",onConfirm:i,permissionButton:r.jsx(b3,{variant:"contained",onClick:()=>i(),projectId:e,permission:Lr,environmentId:t,disabled:n,children:"Apply changes now"}),...c}),aj=({...e})=>r.jsx(Ss,{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}),rj=h($)(({theme:e})=>({display:"flex",flexDirection:"row",alignItems:"center",gap:e.spacing(2)})),ij=({open:e,onConfirm:t,onClose:n,title:i,primaryButtonText:c,projectId:s,environment:o,disabled:l,scheduledAt:d})=>{const[m,f]=u.useState(d?new Date(d):new Date),[v,g]=u.useState(void 0),p=Q2();return r.jsxs(ce,{title:i,primaryButtonText:c,disabledPrimaryButton:l,secondaryButtonText:"Cancel",open:e,onClose:()=>n(),onClick:()=>t(m),permissionButton:r.jsx(b3,{variant:"contained",onClick:()=>t(m),projectId:s,permission:Lr,environmentId:o,disabled:l,children:c}),fullWidth:!0,children:[r.jsx(Z1,{severity:"info",sx:{mb:x=>x.spacing(2)},children:"The time shown below is based on your browser's time zone."}),r.jsx(A,{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."}),r.jsxs(rj,{children:[r.jsx(xu,{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}),r.jsxs(A,{variant:"body2",children:["Your browser's time zone is ",p]})]})]})},Os=e=>{const{data:t,mutate:n}=_c({total:0},Y1(`api/admin/projects/${e}/change-requests/actionable`),cj);return{total:t==null?void 0:t.total,refetch:n}},cj=e=>fetch(e).then(oe("Actionable change requests")).then(t=>t.json()),sj=h($)(({theme:e})=>({width:"30%",display:"flex",flexDirection:"column",[e.breakpoints.down("sm")]:{width:"100%"}})),oj=h(Ke)(({theme:e})=>({marginTop:e.spacing(2),marginLeft:e.spacing(2),width:"70%",padding:e.spacing(1,2),borderRadius:e.shape.borderRadiusLarge,[e.breakpoints.down("sm")]:{marginLeft:0,width:"100%"}})),lj=h($)(({theme:e})=>({marginTop:e.spacing(3),display:"flex",justifyContent:"flex-end"})),dj=h($)(({theme:e})=>({padding:e.spacing(2)})),q4=h(c1)(({theme:e})=>({marginLeft:e.spacing(2)})),uj=h($)(({theme:e})=>({display:"flex",[e.breakpoints.down("sm")]:{flexDirection:"column"}})),hj=()=>{var g1,C1;const e=e1("projectId"),[t,n]=u.useState(!1),[i,c]=u.useState(!1),[s,o]=u.useState(!1),[l,d]=u.useState(!1),[m,f]=u.useState(!1),{user:v}=yc(),{isAdmin:g}=u.useContext(Ze),[p,x]=u.useState(""),{refetch:y}=Os(e),_=e1("id"),{data:b,refetchChangeRequest:S}=x5(e,_),{changeState:P,addComment:C}=I2(),{refetch:D}=M2(e),{setToastData:Z,setToastApiError:O}=S1(),{isChangeRequestConfiguredForReview:W}=$0(e),[z,V]=u.useState(!1),I=se();if(!b)return null;const U=W(b.environment),K=()=>{switch(b.state){case"Scheduled":return`${b.state} ${b.schedule.status}`;default:return b.state}},M=async()=>{try{V(!0),await P(e,Number(_),K(),{state:"Applied"}),d(!1),await S(),D(),y(),Z({type:"success",text:"Changes applied"})}catch(N){O(j1(N))}finally{V(!1)}},B=async N=>{try{V(!0),await P(e,Number(_),K(),{state:"Scheduled",scheduledAt:N.toISOString()}),o(!1),S(),D(),y(),Z({type:"success",text:"Changes scheduled"})}catch(I1){O(j1(I1))}finally{V(!1)}},H=async()=>{try{V(!0),await C(e,_,p),x(""),await S(),Z({type:"success",text:"Comment added"})}catch(N){O(j1(N))}finally{V(!1)}},E=async()=>{try{V(!0),await P(e,Number(_),K(),{state:"Cancelled"}),n(!1),await S(),D(),y(),Z({type:"success",text:"Changes cancelled"})}catch(N){O(j1(N))}finally{V(!1)}},w=async N=>{try{V(!0),await P(e,Number(_),K(),{state:"Rejected",comment:N}),c(!1),await S(),Z({type:"success",text:"Changes rejected"}),D(),y()}catch(I1){O(j1(I1))}finally{V(!1)}},j=async()=>{try{V(!0),await P(e,Number(_),K(),{state:"Approved"}),await S(),y(),D(),Z({type:"success",text:"Changes approved"})}catch(N){O(j1(N))}finally{V(!1)}},R=()=>n(!0),G=()=>n(!1),q=()=>c(!1),d1=()=>d(!1),u1=()=>o(!1),Q=()=>f(!1),t1=(b==null?void 0:b.createdBy.id)===(v==null?void 0:v.id)&&b.state==="In review"&&!g,a1=(g1=b.approvals)==null?void 0:g1.some(N=>N.createdBy.id===(v==null?void 0:v.id)),r1=bu(b),n1="schedule"in b?b.schedule.scheduledAt:void 0,v1=b.state==="Scheduled"?{state:"Scheduled",schedule:b.schedule}:{state:b.state,schedule:void 0};return r.jsxs(r.Fragment,{children:[r.jsx(Qx,{changeRequest:b}),r.jsxs(uj,{children:[r.jsxs(sj,{children:[r.jsx(cb,{...v1}),r.jsx(Kb,{changeRequest:b})]}),r.jsx(oj,{elevation:0,children:r.jsxs(dj,{children:["Requested Changes (",r1,")",r.jsx(ju,{changeRequest:b,onRefetch:S}),(C1=b.comments)==null?void 0:C1.map(N=>r.jsx(Lb,{comment:N},N.id)),r.jsx(yu,{user:v,commentText:p,onTypeComment:x,children:r.jsx(c1,{variant:"outlined",onClick:H,disabled:!U||p.trim().length===0||p.trim().length>1e3||z,children:"Comment"})}),r.jsx(F,{condition:t1,show:r.jsx(Z1,{sx:N=>({marginTop:N.spacing(1.5)}),severity:"info",children:"You can not approve your own change request"})}),r.jsx(wb,{changeRequest:b,onEditClick:()=>o(!0)}),r.jsxs(lj,{children:[r.jsx(F,{condition:b.state==="In review"&&!a1,show:r.jsxs(Ab,{onReject:()=>c(!0),onApprove:j,disabled:!U||z,children:["Review changes (",r1,")"]})}),r.jsx(F,{condition:b.state==="Approved",show:r.jsx(a7,{onApply:M,disabled:!U||z,onSchedule:()=>o(!0),children:"Apply or schedule changes"})}),r.jsx(F,{condition:b.state==="Scheduled",show:r.jsx(a7,{onApply:()=>d(!0),disabled:!U||z,onSchedule:()=>o(!0),variant:"update",children:"Apply or schedule changes"})}),r.jsx(F,{condition:b.state==="In review"||b.state==="Approved"||b.state==="Scheduled",show:r.jsx(q4,{variant:"outlined",onClick:()=>{I(`/playground?changeRequest=${b.id}&projects=${e}&environments=${b.environment}`)},children:"Preview changes"})}),r.jsx(F,{condition:b.state!=="Applied"&&b.state!=="Rejected"&&b.state!=="Cancelled"&&(b.createdBy.id===(v==null?void 0:v.id)||g),show:r.jsx(F,{condition:!!n1,show:r.jsx(q4,{variant:"outlined",onClick:()=>f(!0),disabled:z,children:"Reject changes"}),elseShow:r.jsx(q4,{variant:"outlined",onClick:R,disabled:z,children:"Cancel changes"})})})]})]})}),r.jsxs(ce,{open:t,onClick:E,onClose:G,title:"Cancel change request",children:[r.jsx(A,{sx:{marginBottom:2},children:"You are about to cancel this change request"}),r.jsx(A,{variant:"body2",sx:N=>({color:N.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."})]}),r.jsx(Gb,{open:i,onConfirm:w,onClose:q,disabled:z}),r.jsxs(r.Fragment,{children:[r.jsx(ij,{open:s,onConfirm:B,onClose:u1,disabled:!U||z,projectId:e,environment:b.environment,primaryButtonText:b.state==="Scheduled"?"Update scheduled time":"Schedule changes",title:b.state==="Scheduled"?"Update schedule":"Schedule changes",scheduledAt:n1}),r.jsx(nj,{open:l,onConfirm:M,onClose:d1,scheduledTime:n1,disabled:!U||z,projectId:e,environment:b.environment}),r.jsx(aj,{open:m,onConfirm:w,onClose:Q,scheduledTime:n1,disabled:z})]})]})]})},mj=({value:e,row:{original:t}})=>{const n=()=>e?r.jsx(xc,{changeRequest:t}):null;return e?r.jsx(y1,{children:n()}):r.jsx(y1,{})},fj=h("div")(({theme:e})=>({display:"flex",flexDirection:"row",alignItems:"center",margin:0})),pj=({value:e})=>{const{searchQuery:t}=T0();return r.jsx(y1,{children:r.jsx(fj,{children:r.jsxs(A,{component:"span",variant:"body2",children:[" ",r.jsx(f3,{search:t,children:e==null?void 0:e.username})]})})})},vj=h("div")(({theme:e})=>({display:"flex",flexDirection:"row",margin:0})),gj=({value:e,row:{original:t}})=>{const{searchQuery:n}=T0(),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?r.jsxs(y1,{sx:{minWidth:"200px"},children:[r.jsx(vj,{children:r.jsx(A,{variant:"body2",children:r.jsx(re,{component:p1,underline:"hover",to:m,sx:f=>({paddingTop:f.spacing(.2),marginRight:f.spacing(1),"&:hover":{textDecoration:"underline"}}),children:r.jsx(f3,{search:n,children:s})})})}),r.jsxs("span",{children:[`${d}`," ",d<=1?"update":"updates"]})]}):r.jsx(y1,{})},xj=Nr()(e=>({header:{padding:e.spacing(0,4)},bodyClass:{padding:e.spacing(2,4,4,4),overflowX:"auto"}})),bj=h($)(({theme:e})=>({display:"flex",flexDirection:"column",width:"300px",padding:e.spacing(1,0,1,2)})),jj=h(p1)(({theme:e})=>({overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap",textDecoration:"none","&:hover, &:focus":{textDecoration:"underline"}})),yj=h(p1)(({theme:e})=>({textDecoration:"none","&:hover, &:focus":{textDecoration:"underline"}})),_j=h($)(({theme:e})=>({display:"flex",flexDirection:"column",fontSize:e.fontSizes.smallBody,width:"100%",whiteSpace:"nowrap"})),wj=({value:e,project:t})=>{const{searchQuery:n}=T0(),i=e==null?void 0:e.map(c=>c.name);return r.jsx(bj,{children:r.jsx(F,{condition:(i==null?void 0:i.length)<3,show:i==null?void 0:i.map(c=>r.jsx(jj,{title:c,to:`/projects/${t}/features/${c}`,children:r.jsx(f3,{search:n,children:c})},c)),elseShow:r.jsxs(Q3,{tooltipProps:{maxWidth:"800px"},tooltip:r.jsx(_j,{children:i==null?void 0:i.map(c=>r.jsx(yj,{title:c,to:`/projects/${t}/features/${c}`,children:r.jsx(f3,{search:n,children:c})},c))}),children:[i==null?void 0:i.length," toggles"]})})})},Sj={id:"createdAt",desc:!0},Oj=h("div")({paddingLeft:0,paddingBottom:0}),Cj=h(m2)(({theme:e})=>({textTransform:"none",width:"auto",fontSize:e.fontSizes.bodySize,[e.breakpoints.up("md")]:{minWidth:160}})),Dj=h($)(({theme:e})=>({textAlign:"right",paddingBottom:e.spacing(2),fontSize:e.fontSizes.smallBody})),$j=({changeRequests:e=[],placeholder:t,loading:n,projectId:i})=>{const{classes:c}=xj(),s=K1(S0.breakpoints.down("md")),[o,l]=F2(),[d,m]=u.useState(o.get("search")||""),{value:f,setValue:v}=Zr(`${i}:ProjectChangeRequest`,Sj),g=o.get("type")||f.type,[p,x]=u.useState(g==="closed"?"closed":"open"),[y,_]=u.useMemo(()=>{const H=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[H,E]},[e]),b=[{title:"Change requests",data:y,type:"open"},{title:"Closed",data:_,type:"closed"}],S=b.find(H=>H.type===p)||b[0],P=u.useMemo(()=>[{id:"Title",Header:"Title",width:100,canSort:!0,accessor:"title",searchable:!0,Cell:gj},{id:"Updated feature flags",Header:"Updated feature flags",canSort:!1,accessor:"features",searchable:!0,filterName:"feature",filterParsing:H=>(H==null?void 0:H.map(({name:E})=>E).join(`
691
- `))||"",filterBy:(H,E)=>H.features.find(w=>E.map(j=>j.toLowerCase()).includes(w.name.toLowerCase())),Cell:({value:H,row:{original:{title:E}}})=>r.jsx(wj,{project:i,value:H},E)},{Header:"By",accessor:"createdBy",maxWidth:180,canSort:!1,Cell:pj,align:"left",searchable:!0,filterName:"by",filterParsing:H=>(H==null?void 0:H.username)||""},{Header:"Submitted",accessor:"createdAt",maxWidth:100,Cell:g2},{Header:"Environment",accessor:"environment",searchable:!0,maxWidth:100,Cell:N2,filterName:"environment"},{Header:"Status",accessor:"state",searchable:!0,maxWidth:"170px",Cell:mj,filterName:"status"}],[i]),{data:C,getSearchText:D,getSearchContext:Z}=Wr(P,d,S==null?void 0:S.data),O=u.useMemo(()=>n?_u:C,[C,n]),[W]=u.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:I},prepareRow:U,setHiddenColumns:K,getTableProps:M,getTableBodyProps:B}=q1.useTable({columns:P,data:O,initialState:W,sortTypes:P0,autoResetHiddenColumns:!1,disableSortRemove:!0,autoResetSortBy:!1,defaultColumn:{Cell:y1}},q1.useSortBy);return W2([{condition:s,columns:["createdBy"]}],K,P),u.useEffect(()=>{if(n)return;const H={};H.sort=I[0].id,I[0].desc&&(H.order="desc"),d&&(H.search=d),H.type=p,l(H,{replace:!0}),v(E=>({...E,id:I[0].id,desc:I[0].desc||!1,type:p}))},[n,I,d,l,p]),r.jsxs(A1,{isLoading:n,bodyClass:c.bodyClass,headerClass:c.header,header:r.jsx(_1,{titleElement:r.jsx(Oj,{children:r.jsx(Rr,{value:S==null?void 0:S.title,indicatorColor:"primary",textColor:"primary",variant:"scrollable",allowScrollButtonsMobile:!0,children:b.map(H=>r.jsx(Cj,{label:`${H.title} (${H.data.length})`,value:H.title,onClick:()=>x(H.type)},H.title))})}),actions:r.jsx(ue,{placeholder:"Search and Filter",expandable:!0,initialValue:d,onChange:m,hasFilters:!0,getSearchContext:Z,id:"changeRequestList"})}),children:[r.jsx(Dj,{children:r.jsx(p1,{to:`/projects/${i}/settings/change-requests`,children:"Change request configuration"})}),r.jsx(k3,{value:D(d),children:r.jsxs(z2,{...M(),children:[r.jsx(B2,{headerGroups:z}),r.jsx(Y2,{...B(),children:V.map(H=>{U(H);const{key:E,...w}=H.getRowProps();return r.jsx(H2,{hover:!0,...w,children:H.cells.map(j=>{const{key:R,...G}=j.getCellProps();return r.jsx(U2,{...G,children:j.render("Cell")},R)})},E)})})]})}),r.jsx(F,{condition:V.length===0,show:()=>r.jsx(F,{condition:(d==null?void 0:d.length)>0,show:r.jsxs(ee,{children:["No changes found matching “",d,"”"]}),elseShow:r.jsx(ee,{children:t||"None of the changes were submitted yet."})})})]})},Tj=e=>fetch(e).then(oe("ChangeRequest")).then(t=>t.json()),Pj=e=>{const{data:t,error:n,mutate:i}=_c([],Y1(`api/admin/projects/${e}/change-requests`),Tj);return u.useMemo(()=>({changeRequests:t,loading:!n&&!t,refetch:i,error:n}),[t,n,i])},Ej=()=>{const e=e1("projectId"),t=xe(e),{isOss:n,isPro:i}=m1();fe(`Change requests – ${t}`);const{changeRequests:c,loading:s}=Pj(e),{data:o,loading:l}=wc(e),d=o.some(m=>m.changeRequestEnabled);return n()||i()?r.jsx(A1,{sx:{justifyContent:"center"},children:r.jsx(E0,{feature:"change-requests"})}):r.jsx($j,{changeRequests:c,projectId:e,loading:s,placeholder:!l&&!d?r.jsxs("p",{children:["Change requests are not configured for this project.",r.jsx("br",{}),r.jsx(p1,{to:`/projects/${e}/settings/change-requests`,children:"Configure change requests"})]}):void 0})};var l1=(e=>(e.USER="USERS",e.GROUP="GROUPS",e.SERVICE_ACCOUNT="SERVICE ACCOUNTS",e))(l1||{});const M0=(e,t={})=>{const n=Y1(`api/admin/projects/${e}/access`),i=()=>fetch(n,{method:"GET"}).then(oe("project access")).then(v=>v.json()),c=`api/admin/projects/${e}/users`,{data:s,error:o}=N3(c,i,t),[l,d]=u.useState(!o&&!s),m=()=>{wu(c)};return u.useEffect(()=>{d(!o&&!s)},[s,o]),{access:u.useMemo(()=>{if(s)return Zj({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:em(v.users??[])})))??[]})},[s]),error:o,loading:l,refetchProjectAccess:m}},Zj=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"}))]}},Ij=h(A1)(({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`})),Mj=h("div")(({theme:e})=>({display:"flex",flexDirection:"column","& > span":{display:"flex",alignItems:"center",color:e.palette.text.secondary,fontSize:e.fontSizes.bodySize}})),r7={id:"joinedAt",desc:!0},K4=[{Header:"Avatar",accessor:"imageUrl",Cell:({row:{original:e}})=>r.jsx(y1,{children:r.jsx(L2,{user:e})}),maxWidth:85,disableSortBy:!0},{id:"name",Header:"Name",accessor:e=>e.name||"",Cell:({value:e,row:{original:t}})=>r.jsx(N2,{value:e,subtitle:t.email||t.username}),minWidth:100,searchable:!0},{id:"joined",Header:"Joined",accessor:"joinedAt",Cell:mc,maxWidth:150},{id:"lastLogin",Header:"Last login",accessor:e=>e.seenAt||"",Cell:({row:{original:e}})=>r.jsx(g2,{value:e.seenAt,emptyText:"Never",title:t=>`Last login: ${t}`}),maxWidth:150},{accessor:e=>e.username||"",Header:"Username",searchable:!0},{accessor:e=>e.email||"",Header:"Email",searchable:!0}],Aj=["imageUrl","name","joined","lastLogin"],Fj=({open:e,setOpen:t,group:n,projectId:i,subtitle:c,onEdit:s,onRemove:o})=>{const l=O1(),d=K1(l.breakpoints.down("md")),[m]=u.useState(()=>({sortBy:[{id:r7.id,desc:r7.desc}],hiddenColumns:["Username","Email"]})),[f,v]=u.useState(""),{data:g,getSearchText:p,getSearchContext:x}=Wr(K4,f,(n==null?void 0:n.users)??[]),{headerGroups:y,rows:_,prepareRow:b,setHiddenColumns:S}=q1.useTable({columns:K4,data:g,initialState:m,sortTypes:P0,autoResetHiddenColumns:!1,autoResetSortBy:!1,disableSortRemove:!0,disableMultiSort:!0},q1.useSortBy,q1.useFlexLayout);return W2([{condition:d,columns:Aj}],S,K4),r.jsx(Pe,{open:e,onClose:()=>{t(!1)},label:(n==null?void 0:n.name)||"Group",children:r.jsxs(Ij,{header:r.jsx(_1,{secondary:!0,titleElement:r.jsxs(Mj,{children:[n==null?void 0:n.name," (",_.length<g.length?`${_.length} of ${g.length}`:g.length,")",r.jsx("span",{children:c})]}),actions:r.jsxs(r.Fragment,{children:[r.jsx(F,{condition:!d,show:r.jsxs(r.Fragment,{children:[r.jsx(ue,{initialValue:f,onChange:v,hasFilters:!0,getSearchContext:x}),r.jsx(_1.Divider,{})]})}),r.jsx(I3,{permission:G1,projectId:i,tooltipProps:{title:"Edit group access"},onClick:s,children:r.jsx(G3,{})}),r.jsx(I3,{permission:G1,projectId:i,tooltipProps:{title:"Remove group access"},onClick:o,children:r.jsx(g3,{})})]}),children:r.jsx(F,{condition:d,show:r.jsx(ue,{initialValue:f,onChange:v,hasFilters:!0,getSearchContext:x})})}),children:[r.jsx(k3,{value:p(f),children:r.jsx(zr,{rows:_,headerGroups:y,prepareRow:b})}),r.jsx(F,{condition:_.length===0,show:r.jsx(F,{condition:(f==null?void 0:f.length)>0,show:r.jsxs(ee,{children:["No users found matching “",f,"” in this group."]}),elseShow:r.jsx(ee,{children:"This group is empty. Get started by adding a user to the group."})})})]})})},Rj=h("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 Vj(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 Lj=h("li")(({theme:e})=>({display:"flex",gap:e.spacing(.5)})),Nj=({roles:e,value:t,setValue:n,required:i,...c})=>{const s=(l,d,m)=>u.createElement(Lj,{...l,key:d.id},r.jsx(E2,{icon:r.jsx(Sc,{fontSize:"small"}),checkedIcon:r.jsx(Oc,{fontSize:"small"}),checked:m.selected}),r.jsxs(Rj,{children:[r.jsx("span",{children:d.name}),r.jsx("span",{children:d.description})]})),o=Vj(e);return r.jsxs(r.Fragment,{children:[r.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=>r.jsx(he,{...l,label:"Role",required:i}),...c}),r.jsx(F,{condition:t.length>0,show:()=>r.jsx(r.Fragment,{children:t.map(({id:l})=>r.jsx(Su,{sx:{marginTop:1},roleId:l},l))})})]})},Wj=h("form")(()=>({display:"flex",flexDirection:"column",height:"100%"})),i7=h("p")(({theme:e})=>({color:e.palette.text.secondary,marginBottom:e.spacing(1)})),c7=h("div")(({theme:e})=>({"& > div:first-of-type":{width:"100%",maxWidth:e.spacing(50),marginBottom:e.spacing(2)}})),zj=h("div")(({theme:e})=>({marginTop:e.spacing(6),display:"flex",justifyContent:"flex-end"})),Bj=h(c1)(({theme:e})=>({marginLeft:e.spacing(3)})),Yj=h("div")(({theme:e})=>({display:"flex",flexDirection:"column","& > span:last-of-type":{color:e.palette.text.secondary}})),Hj=h("div")(({theme:e})=>({display:"flex",flexDirection:"column","& > span:first-of-type":{color:e.palette.text.secondary}})),S5=({selected:e,accesses:t,users:n,serviceAccounts:i,groups:c,roles:s,userRoles:o})=>{const{uiConfig:l}=m1(),{flags:d}=l,m=d.UG?"user / group":"user",f=e1("projectId"),{refetchProjectAccess:v}=M0(f),{addAccessToProject:g,setUserRoles:p,setGroupRoles:x,loading:y}=Ge(),_=!!e,b=Ou(f),{setToastData:S,setToastApiError:P}=S1(),C=se(),D=[...c.filter(w=>_||!t.some(({entity:{id:j},type:R})=>w.id===j&&R===l1.GROUP)).map(w=>({id:w.id,entity:w,type:l1.GROUP})),...n.filter(w=>_||!t.some(({entity:{id:j},type:R})=>w.id===j&&R===l1.USER)).sort((w,j)=>{const R=w.name||w.username||"",G=j.name||j.username||"";return R.localeCompare(G)}).map(w=>({id:w.id,entity:w,type:l1.USER})),...i.filter(w=>_||!t.some(({entity:{id:j},type:R})=>w.id===j&&R===l1.SERVICE_ACCOUNT)).sort((w,j)=>{const R=w.name||w.username||"",G=j.name||j.username||"";return R.localeCompare(G)}).map(w=>({id:w.id,entity:w,type:l1.SERVICE_ACCOUNT}))],[Z,O]=u.useState(()=>D.filter(({id:w,type:j})=>w===(e==null?void 0:e.entity.id)&&j===(e==null?void 0:e.type))),[W,z]=u.useState(s.filter(({id:w})=>{var j,R;return(R=(j=e==null?void 0:e.entity)==null?void 0:j.roles)==null?void 0:R.includes(w)})),V={roles:W.map(({id:w})=>w),groups:Z==null?void 0:Z.filter(({type:w})=>w===l1.GROUP).map(({id:w})=>w),users:Z==null?void 0:Z.filter(({type:w})=>w===l1.USER||w===l1.SERVICE_ACCOUNT).map(({id:w})=>w)},I=async w=>{if(w.preventDefault(),!!B)try{_?(e==null?void 0:e.type)===l1.USER||(e==null?void 0:e.type)===l1.SERVICE_ACCOUNT?await p(f,W.map(({id:j})=>j),e.entity.id):(e==null?void 0:e.type)===l1.GROUP&&await x(f,W.map(({id:j})=>j),e.entity.id):await g(f,V),v(),C(Ue),S({text:`${Z.length} ${Z.length===1?"access":"accesses"} ${_?"edited":"assigned"} successfully`,type:"success"})}catch(j){P(j1(j))}},U=()=>_?`curl --location --request PUT '${l.unleashUrl}/api/admin/projects/${f}/${(e==null?void 0:e.type)===l1.USER||(e==null?void 0:e.type)===l1.SERVICE_ACCOUNT?"users":"groups"}/${e==null?void 0:e.entity.id}/roles' \\
684
+ `,rs={Android:Op,Go:Cp,JavaScript:Dp,"Node.js":$p,Python:Tp,Ruby:Pp,Svelte:Ep,Vue:Zp,Flutter:Ip,Java:Mp,".NET":Ap,PHP:Fp,React:Rp,Rust:Vp,Swift:Lp},Np=h("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)})),Wp=h(H1)(({theme:e})=>({position:"absolute",top:e.spacing(1),right:e.spacing(1)})),zp=({title:e,code:t})=>{const n=c=>()=>{Xi(c),i({type:"success",text:"Copied to clipboard"})},{setToastData:i}=C1();return a.jsxs(Np,{children:[t,a.jsx(Wp,{title:e,arrow:!0,children:a.jsx(P1,{onClick:n(t),size:"small",children:a.jsx(Ji,{})})})]})},_r=({inline:e=!1,children:t})=>!e&&typeof(t==null?void 0:t[0])=="string"?a.jsx(zp,{code:t[0],title:"Copy code"}):a.jsx("code",{children:t}),Bp=h("div")(({theme:e})=>({padding:e.spacing(5,8,2,8),display:"flex",flexDirection:"column",gap:e.spacing(3)})),Yp=h("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)})),Hp=({sdk:e,apiKey:t,feature:n,onSdkChange:i})=>{var v;const{uiConfig:c}=p1(),s=(v=es.find(x=>x.name===e.name))==null?void 0:v.icon,o=`${c.unleashUrl}/api/`,l=`${c.unleashUrl}/api/frontend/`,d=e.type==="client"?o:l,m=(rs[e.name]||"").replace("<YOUR_API_TOKEN>",t).replace("<YOUR_API_URL>",d).replaceAll("<YOUR_FLAG>",n),[f,p,g]=m.split(`---
685
+ `);return a.jsxs(Bp,{children:[a.jsx(I,{variant:"h2",children:"Connect an SDK to Unleash"}),a.jsxs(K2,{children:[a.jsx(G2,{active:2,steps:3}),a.jsx(z3,{color:"secondary",children:"3/3 - Test connection"})]}),a.jsxs(D,{sx:{mt:2},children:[a.jsxs(Yp,{children:[s?a.jsx(x3,{variant:"circular",src:S0(s),alt:e.name}):null,a.jsx(ie,{onClick:i,component:"button",children:"Change SDK"})]}),a.jsx(F3,{children:"Setup the SDK"}),a.jsx(g2,{components:{code:_r},children:f})]})]})},Up=h("div")(({theme:e})=>({padding:e.spacing(5,8,2,8),display:"flex",flexDirection:"column",gap:e.spacing(3),fontSize:e.typography.body2.fontSize})),kp=({sdk:e})=>{const{uiConfig:t}=p1(),n=`${t.unleashUrl}/api/`,i=`${t.unleashUrl}/api/frontend/`,c=e.type==="client"?n:i,s=(rs[e.name]||"").replaceAll("<YOUR_API_URL>",c),[o,l,d]=s.split(`---
686
+ `);return a.jsxs(Up,{children:[a.jsx(I,{variant:"h2",children:"Connect an SDK to Unleash"}),a.jsxs(K2,{children:[a.jsx(G2,{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(F3,{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:_r},children:l})]}):null,d!=null&&d.trim()?a.jsxs(D,{children:[a.jsx(F3,{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:_r},children:d})]}):null]})},qp=({sdk:e,apiKey:t,feature:n,onSdkChange:i})=>a.jsx(u.Suspense,{fallback:a.jsx(zd,{}),children:n?a.jsx(Hp,{sdk:e,apiKey:t,feature:n,onSdkChange:i}):a.jsx(kp,{sdk:e})}),Kp=h("main")(({theme:e})=>({backgroundColor:e.palette.background.paper,display:"flex",flexDirection:"column",flex:1})),Gp=h(Mr)(({theme:e})=>({"& .MuiDialog-paper":{borderRadius:e.shape.borderRadiusLarge,maxWidth:e.spacing(170),width:"100%",backgroundColor:"transparent"},padding:0,"& .MuiPaper-root > section":{overflowX:"hidden"}})),V8=h("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=h("div")(({theme:e})=>({display:"flex",justifyContent:"flex-end",gap:e.spacing(4),alignItems:"center",padding:e.spacing(3,8,3,8)})),Qp=({onClose:e,onFinish:t,environments:n,project:i,feature:c})=>{const s=S1(),o=K1(s.breakpoints.up("lg")),[l,d]=u.useState(null),[m,f]=u.useState(null),[p,g]=u.useState(null),[v,x]=u.useState("select-sdk"),{project:y}=X1(i,{refreshInterval:1e3}),_=v==="select-sdk",b=v==="generate-api-key"&&l&&m,S=v==="test-connection"&&l&&m&&p,P=y.onboardingStatus.status==="onboarded";return u.useEffect(()=>{n.length>0&&f(n[0])},[JSON.stringify(n)]),a.jsx(Gp,{open:!0,onClose:e,children:a.jsxs(D,{sx:{display:"flex"},children:[a.jsxs(Kp,{children:[_?a.jsx(dp,{onSelect:C=>{d(C),x("generate-api-key")}}):null,b?a.jsx(op,{environments:n,environment:m,project:i,sdkType:l.type,onEnvSelect:f,onApiKey:g}):null,S?a.jsx(qp,{apiKey:p,sdk:l,feature:c,onSdkChange:()=>{x("select-sdk")}}):null,v==="generate-api-key"?a.jsx(V8,{children:a.jsxs(L8,{children:[a.jsx(c1,{variant:"text",color:"inherit",onClick:()=>{x("select-sdk")},children:"Back"}),a.jsx(c1,{variant:"contained",disabled:!p,onClick:()=>{x("test-connection")},children:"Next"})]})}):null,S?a.jsx(V8,{children:a.jsxs(L8,{children:[P?null:a.jsx(c1,{variant:"text",color:"inherit",onClick:()=>{x("generate-api-key")},children:"Back"}),a.jsx(c1,{variant:"contained",onClick:()=>{t(l.name)},children:"Complete"})]})}):null]}),o&&_?a.jsx(fp,{}):null,o&&b?a.jsx(mp,{}):null,o&&S?a.jsx(Sp,{projectId:i,sdk:l.name,environment:m}):null]})})},Jp=({open:e,...t})=>e?a.jsx(Qp,{...t}):null,Xp=h("div")(({theme:e})=>({display:"flex",flexDirection:"row",gap:e.spacing(2),alignItems:"center",fontSize:e.spacing(1.75),fontWeight:"bold"})),ev=h(c1)({fontWeight:"bold",textDecoration:"none"}),tv=h(D)(({theme:e})=>({display:"flex",flexDirection:"column",gap:e.spacing(1)})),nv="https://github.com/Unleash/unleash-sdk-examples/tree/main",av=()=>{const{trackEvent:e}=E1(),t=es.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(Xp,{children:"View SDK Example"}),a.jsx(I,{children:"Choose your preferred SDK to view an example."}),a.jsxs(tv,{children:[a.jsx(Rr,{id:"sdk-select",name:"sdk",options:t,value:n,onChange:c,style:{width:"60%"}}),a.jsx(D,{children:a.jsx(ev,{to:`${nv}/${n}`,target:"_blank",component:g1,variant:"text",color:"primary",onClick:s,children:"Go to example"})})]})]})},rv=h("div")(({theme:e})=>({display:"flex",flexDirection:"column",backgroundColor:e.palette.background.paper,flexBasis:"70%",borderRadius:e.shape.borderRadiusLarge})),iv=h("div")(({theme:e})=>({padding:e.spacing(2,2.5,2,5),borderBottom:"1px solid",borderColor:e.palette.divider,minHeight:"80px"})),cv=h("div")(({theme:e})=>({display:"flex",flexGrow:1,padding:e.spacing(0,1),[e.breakpoints.down("md")]:{flexDirection:"column",padding:e.spacing(0)}})),F4=h("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}})),l5=h("div")(({theme:e})=>({display:"flex",flexDirection:"row",gap:e.spacing(2),alignItems:"center",fontSize:e.spacing(1.75),fontWeight:"bold"})),d5=h("span")(({theme:e})=>({width:"28px",height:"28px",display:"flex",alignItems:"center",justifyContent:"center",backgroundColor:e.palette.neutral.border,borderRadius:"50%"})),sv=h(d5)(({theme:e})=>({backgroundColor:e.palette.primary.main,color:e.palette.background.paper})),ov=h("div")(({theme:e})=>({display:"flex",flexDirection:"column",gap:e.spacing(3),height:"100%"})),lv=h("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)})),dv=h("div")(({theme:e})=>({display:"flex",flexDirection:"row",justifyContent:"space-between",alignItems:"center"})),uv=({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(rv,{children:[a.jsxs(iv,{children:[a.jsxs(dv,{children:[a.jsx(I,{fontWeight:"bold",children:"Welcome to your project"}),a.jsx(H1,{title:"Close",arrow:!0,children:a.jsx(P1,{onClick:o,size:"small",children:a.jsx(I2,{})})})]}),a.jsx(I,{variant:"body2",children:"Complete the steps below to start working with this project"})]}),a.jsxs(cv,{children:[a.jsx(F4,{children:((d=c.onboardingStatus)==null?void 0:d.status)==="first-flag-created"?a.jsx(mv,{}):a.jsx(hv,{projectId:e,refetchFeatures:i})}),a.jsxs(F4,{children:[a.jsxs(l5,{children:[a.jsx(d5,{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(A2,{onClick:()=>{t(!0)},maxWidth:"200px",projectId:e,Icon:Je,disabled:!s,permission:[G1,pc],children:"Connect SDK"})]}),a.jsx(F4,{children:a.jsx(av,{})})]})]})},hv=({projectId:e,refetchFeatures:t})=>{const{refetch:n}=X1(e);return a.jsxs(a.Fragment,{children:[a.jsxs(l5,{children:[a.jsx(d5,{children:"1"}),"Create a feature flag"]}),a.jsx(I,{children:"The project currently holds no feature flags. Create one to get started."}),a.jsx(Kc,{text:"Create flag",skipNavigationOnComplete:!0,onSuccess:()=>{n(),t()}})]})},mv=()=>a.jsxs(ov,{children:[a.jsxs(l5,{children:[a.jsx(sv,{children:"✓"}),"Create a feature flag"]}),a.jsxs(lv,{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 u5={},fv=J1;Object.defineProperty(u5,"__esModule",{value:!0});var is=u5.default=void 0,pv=fv(Q1()),N8=a,vv=(0,pv.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");is=u5.default=vv;var h5={},gv=J1;Object.defineProperty(h5,"__esModule",{value:!0});var cs=h5.default=void 0,xv=gv(Q1()),bv=a,jv=(0,xv.default)((0,bv.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");cs=h5.default=jv;const yv=h("div")(({theme:e})=>({display:"flex",flexDirection:"column",backgroundColor:e.palette.background.paper,flexBasis:"70%",borderRadius:e.shape.borderRadiusLarge})),_v=h("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"})),wv=h("div")(({theme:e})=>({display:"flex",flexGrow:1})),R4=h("div")(({theme:e})=>({flexBasis:"50%",padding:e.spacing(3,2,6,8),display:"flex",gap:e.spacing(3),flexDirection:"column"})),V4=h("div")(({theme:e})=>({display:"flex",flexDirection:"row",gap:e.spacing(2),alignItems:"center",fontSize:e.spacing(1.75),fontWeight:"bold"})),Sv=h("div")(({theme:e})=>({display:"flex",flexDirection:"column",justifyContent:"space-between"})),Ov=h(V3)(({theme:e})=>({backgroundColor:e.palette.primary.main,color:e.palette.background.paper,borderRadius:"50%",padding:e.spacing(.5),width:"28px",height:"28px"})),Cv=h(Bd)(({theme:e})=>({color:e.palette.primary.main})),Dv=h(cs)(({theme:e})=>({color:e.palette.primary.main})),$v=h(is)(({theme:e})=>({color:e.palette.primary.main})),Tv=({projectId:e,onClose:t})=>a.jsxs(yv,{children:[a.jsxs(_v,{children:[a.jsx(Ov,{}),a.jsxs(Sv,{children:[a.jsx(I,{fontWeight:"bold",children:"Setup completed"}),a.jsx(I,{variant:"body2",children:"Next steps"})]}),a.jsx(H1,{title:"Close",arrow:!0,sx:{ml:"auto"},children:a.jsx(P1,{onClick:t,size:"small",children:a.jsx(I2,{})})})]}),a.jsxs(wv,{children:[a.jsxs(R4,{children:[a.jsxs(V4,{children:[a.jsx(Cv,{}),"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(R4,{children:[a.jsxs(V4,{children:[a.jsx(Dv,{}),"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(R4,{children:[a.jsxs(V4,{children:[a.jsx($v,{}),"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"}),"."]})]})]})]}),Pv=({selectedIds:e,projectId:t,onConfirm:n})=>{const[i,c]=u.useState(!1),[s,o]=u.useState(!1),{trackEvent:l}=E1(),d=async()=>{o(!0)},m=async()=>{c(!0)};return a.jsxs(a.Fragment,{children:[a.jsx(ue,{projectId:t,permission:E2,children:({hasAccess:f})=>a.jsx(c1,{disabled:!f,startIcon:a.jsx(Yd,{}),variant:"outlined",size:"small",onClick:d,"date-testid":"batch_revive",children:"Revive"})}),a.jsx(ue,{projectId:t,permission:Er,children:({hasAccess:f})=>a.jsx(c1,{disabled:!f,startIcon:a.jsx(b3,{}),variant:"outlined",size:"small",onClick:m,children:"Delete"})}),a.jsx(lc,{deletedFeatures:e,projectId:t,open:i,setOpen:c,refetch:()=>{n==null||n(),l("batch_operations",{props:{eventType:"features deleted"}})}}),a.jsx(dc,{revivedFeatures:e,projectId:t,open:s,setOpen:o,refetch:()=>{n==null||n(),l("batch_operations",{props:{eventType:"features revived"}})}})]})};function Ev(e){return B3("MuiTimelineSeparator",e)}j3("MuiTimelineSeparator",["root"]);const Zv=["className"],Iv=e=>{const{classes:t}=e;return k3({root:["root"]},Ev,t)},Mv=h("div",{name:"MuiTimelineSeparator",slot:"Root",overridesResolver:(e,t)=>t.root})({display:"flex",flexDirection:"column",flex:0,alignItems:"center"}),y0=u.forwardRef(function(t,n){const i=Y3({props:t,name:"MuiTimelineSeparator"}),{className:c}=i,s=H3(i,Zv),o=i,l=Iv(o);return a.jsx(Mv,B1({className:U3(l.root,c),ownerState:o,ref:n},s))}),_2=u.createContext({});function Av(e){return B3("MuiTimelineContent",e)}const Fv=j3("MuiTimelineContent",["root","positionLeft","positionRight","positionAlternate","positionAlternateReverse"]);function e0(e){return e==="alternate-reverse"?"positionAlternateReverse":`position${V2(e)}`}const Rv=["className"],Vv=e=>{const{position:t,classes:n}=e,i={root:["root",e0(t)]};return k3(i,Av,n)},Lv=h(I,{name:"MuiTimelineContent",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,t[e0(n.position)]]}})(({ownerState:e})=>B1({flex:1,padding:"6px 16px",textAlign:"left"},e.position==="left"&&{textAlign:"right"})),m5=u.forwardRef(function(t,n){const i=Y3({props:t,name:"MuiTimelineContent"}),{className:c}=i,s=H3(i,Rv),{position:o}=u.useContext(_2),l=B1({},i,{position:o||"right"}),d=Vv(l);return a.jsx(Lv,B1({component:"div",className:U3(d.root,c),ownerState:l,ref:n},s))}),Nv=j3("MuiTimelineOppositeContent",["root","positionLeft","positionRight","positionAlternate","positionAlternateReverse"]);function Wv(e){return B3("MuiTimelineItem",e)}const ss=j3("MuiTimelineItem",["root","positionLeft","positionRight","positionAlternate","positionAlternateReverse","missingOppositeContent"]),zv=["position","className"],Bv=e=>{const{position:t,classes:n,hasOppositeContent:i}=e,c={root:["root",e0(t),!i&&"missingOppositeContent"]};return k3(c,Wv,n)},Yv=h("li",{name:"MuiTimelineItem",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,t[e0(n.position)]]}})(({ownerState:e})=>B1({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",[`& .${Fv.root}`]:{textAlign:"right"},[`& .${Nv.root}`]:{textAlign:"left"}}},!e.hasOppositeContent&&{"&::before":{content:'""',flex:1,padding:"6px 16px"}})),_0=u.forwardRef(function(t,n){const i=Y3({props:t,name:"MuiTimelineItem"}),{position:c,className:s}=i,o=H3(i,zv),{position:l}=u.useContext(_2);let d=!1;u.Children.forEach(i.children,g=>{Hd(g,["TimelineOppositeContent"])&&(d=!0)});const m=B1({},i,{position:c||l||"right",hasOppositeContent:d}),f=Bv(m),p=u.useMemo(()=>({position:m.position}),[m.position]);return a.jsx(_2.Provider,{value:p,children:a.jsx(Yv,B1({className:U3(f.root,s),ownerState:m,ref:n},o))})});function Hv(e){return B3("MuiTimelineConnector",e)}j3("MuiTimelineConnector",["root"]);const Uv=["className"],kv=e=>{const{classes:t}=e;return k3({root:["root"]},Hv,t)},qv=h("span",{name:"MuiTimelineConnector",slot:"Root",overridesResolver:(e,t)=>t.root})(({theme:e})=>({width:2,backgroundColor:(e.vars||e).palette.grey[400],flexGrow:1})),f5=u.forwardRef(function(t,n){const i=Y3({props:t,name:"MuiTimelineConnector"}),{className:c}=i,s=H3(i,Uv),o=i,l=kv(o);return a.jsx(qv,B1({className:U3(l.root,c),ownerState:o,ref:n},s))});function Kv(e){return B3("MuiTimelineDot",e)}j3("MuiTimelineDot",["root","filled","outlined","filledGrey","outlinedGrey","filledPrimary","outlinedPrimary","filledSecondary","outlinedSecondary"]);const Gv=["className","color","variant"],Qv=e=>{const{color:t,variant:n,classes:i}=e,c={root:["root",n,t!=="inherit"&&`${n}${V2(t)}`]};return k3(c,Kv,i)},Jv=h("span",{name:"MuiTimelineDot",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,t[n.color!=="inherit"&&`${n.variant}${V2(n.color)}`],t[n.variant]]}})(({ownerState:e,theme:t})=>B1({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"&&B1({borderColor:"transparent"},e.color!=="inherit"&&B1({},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"&&B1({boxShadow:"none",backgroundColor:"transparent"},e.color!=="inherit"&&B1({},e.color==="grey"?{borderColor:(t.vars||t).palette.grey[400]}:{borderColor:(t.vars||t).palette[e.color].main})))),p5=u.forwardRef(function(t,n){const i=Y3({props:t,name:"MuiTimelineDot"}),{className:c,color:s="grey",variant:o="filled"}=i,l=H3(i,Gv),d=B1({},i,{color:s,variant:o}),m=Qv(d);return a.jsx(Jv,B1({className:U3(m.root,c),ownerState:d,ref:n},l))});function Xv(e){return B3("MuiTimeline",e)}j3("MuiTimeline",["root","positionLeft","positionRight","positionAlternate","positionAlternateReverse"]);const eg=["position","className"],tg=e=>{const{position:t,classes:n}=e,i={root:["root",t&&e0(t)]};return k3(i,Xv,n)},ng=h("ul",{name:"MuiTimeline",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,n.position&&t[e0(n.position)]]}})({display:"flex",flexDirection:"column",padding:"6px 16px",flexGrow:1}),os=u.forwardRef(function(t,n){const i=Y3({props:t,name:"MuiTimeline"}),{position:c="right",className:s}=i,o=H3(i,eg),l=B1({},i,{position:c}),d=tg(l),m=u.useMemo(()=>({position:c}),[c]);return a.jsx(_2.Provider,{value:m,children:a.jsx(ng,B1({className:U3(d.root,s),ownerState:l,ref:n},o))})}),ag=h(os)(()=>({padding:0,margin:0,[`& .${ss.root}:before`]:{flex:0,padding:0}})),W8=h(f5,{shouldForwardProp:e=>e!=="active"})(({theme:e,active:t})=>({width:"1px",backgroundColor:t?e.palette.common.white:`${Ke(e.palette.common.white,.5)}`})),L4=h(p5,{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)})),N4=h(m5,{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)}`})),W4=h(D,{shouldForwardProp:e=>e!=="active"})(({theme:e,active:t})=>({fontWeight:t?e.fontWeight.bold:"normal",fontSize:e.fontSizes.bodySize})),z4=h(D)(({theme:e})=>({fontSize:e.fontSizes.smallerBody})),rg=({stage:e})=>a.jsxs(ag,{children:[a.jsxs(_0,{children:[a.jsxs(y0,{children:[a.jsx(L4,{variant:"outlined",active:e==="configure",children:"1"}),a.jsx(W8,{active:e==="configure"})]}),a.jsxs(N4,{active:e==="configure",children:[a.jsx(W4,{active:e==="configure",children:"Import file"}),a.jsx(z4,{children:"Import previously exported flag configuration from another Unleash instance as a JSON file"})]})]}),a.jsxs(_0,{children:[a.jsxs(y0,{children:[a.jsx(L4,{variant:"outlined",active:e==="validate",children:"2"}),a.jsx(W8,{active:e==="validate"})]}),a.jsxs(N4,{active:e==="validate",children:[a.jsx(W4,{active:e==="validate",children:"Validate configuration"}),a.jsx(z4,{children:"Check the errors and warnings from the import process"})]})]}),a.jsxs(_0,{children:[a.jsx(y0,{children:a.jsx(L4,{variant:"outlined",active:e==="import",children:"3"})}),a.jsxs(N4,{active:e==="import",children:[a.jsx(W4,{active:e==="import",children:"Finish import"}),a.jsx(z4,{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(p){o(p)}}function d(f){try{m(i.throw(f))}catch(p){o(p)}}function m(f){f.done?s(f.value):c(f.value).then(l,d)}m((i=i.apply(e,t||[])).next())})}const ig=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 R3(e,t,n){const i=cg(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 cg(e){const{name:t}=e;if(t&&t.lastIndexOf(".")!==-1&&!e.type){const i=t.split(".").pop().toLowerCase(),c=ig.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 sg=[".DS_Store","Thumbs.db"];function og(e){return w3(this,void 0,void 0,function*(){return w2(e)&&lg(e.dataTransfer)?mg(e.dataTransfer,e.type):dg(e)?ug(e):Array.isArray(e)&&e.every(t=>"getFile"in t&&typeof t.getFile=="function")?hg(e):[]})}function lg(e){return w2(e)}function dg(e){return w2(e)&&w2(e.target)}function w2(e){return typeof e=="object"&&e!==null}function ug(e){return wr(e.target.files).map(t=>R3(t))}function hg(e){return w3(this,void 0,void 0,function*(){return(yield Promise.all(e.map(n=>n.getFile()))).map(n=>R3(n))})}function mg(e,t){return w3(this,void 0,void 0,function*(){if(e.items){const n=wr(e.items).filter(c=>c.kind==="file");if(t!=="drop")return n;const i=yield Promise.all(n.map(fg));return B8(ls(i))}return B8(wr(e.files).map(n=>R3(n)))})}function B8(e){return e.filter(t=>sg.indexOf(t.name)===-1)}function wr(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 fg(e){if(typeof e.webkitGetAsEntry!="function")return Y8(e);const t=e.webkitGetAsEntry();return t&&t.isDirectory?ds(t):Y8(e,t)}function ls(e){return e.reduce((t,n)=>[...t,...Array.isArray(n)?ls(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,R3(o)}));const i=e.getAsFile();if(!i)return Promise.reject(`${e} is not a File`);const c=R3(i,(n=t==null?void 0:t.fullPath)!==null&&n!==void 0?n:void 0);return Promise.resolve(c)}function pg(e){return w3(this,void 0,void 0,function*(){return e.isDirectory?ds(e):vg(e)})}function ds(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(pg));c.push(l),s()}else try{const l=yield Promise.all(c);n(l)}catch(l){i(l)}}),o=>{i(o)})}s()})}function vg(e){return w3(this,void 0,void 0,function*(){return new Promise((t,n)=>{e.file(i=>{const c=R3(i,e.fullPath);t(c)},i=>{n(i)})})})}var B4=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 bg(e)||xg(e)||hs(e)||gg()}function gg(){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 xg(e){if(typeof Symbol<"u"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function bg(e){if(Array.isArray(e))return Sr(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){us(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 us(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 _g(e)||yg(e,t)||hs(e,t)||jg()}function jg(){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 hs(e,t){if(e){if(typeof e=="string")return Sr(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 Sr(e,t)}}function Sr(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 yg(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 _g(e){if(Array.isArray(e))return e}var wg=typeof B4=="function"?B4:B4.default,Sg="file-invalid-type",Og="file-too-large",Cg="file-too-small",Dg="too-many-files",$g=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:Sg,message:"File type must be ".concat(i)}},q8=function(t){return{code:Og,message:"File is larger than ".concat(t," ").concat(t===1?"byte":"bytes")}},K8=function(t){return{code:Cg,message:"File is smaller than ".concat(t," ").concat(t===1?"byte":"bytes")}},Tg={code:Dg,message:"Too many files"};function ms(e,t){var n=e.type==="application/x-moz-file"||wg(e,t);return[n,n?null:$g(t)]}function fs(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 Pg(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=ms(d,n),f=C0(m,1),p=f[0],g=fs(d,i,c),v=C0(g,1),x=v[0],y=l?l(d):null;return p&&x&&!y})}function S2(e){return typeof e.isPropagationStopped=="function"?e.isPropagationStopped():typeof e.cancelBubble<"u"?e.cancelBubble:!1}function X0(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 Eg(e){return e.indexOf("MSIE")!==-1||e.indexOf("Trident/")!==-1}function Zg(e){return e.indexOf("Edge/")!==-1}function Ig(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:window.navigator.userAgent;return Eg(e)||Zg(e)}function ge(){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!S2(i)&&l&&l.apply(void 0,[i].concat(s)),S2(i)})}}function Mg(){return"showOpenFilePicker"in window}function Ag(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 ps(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(vs))&&(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),{},us({},s,o))},{});return[{description:"Files",accept:t}]}return e}function Fg(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 ps(t)||vs(t)}).join(",")}function Rg(e){return e instanceof DOMException&&(e.name==="AbortError"||e.code===e.ABORT_ERR)}function Vg(e){return e instanceof DOMException&&(e.name==="SecurityError"||e.code===e.SECURITY_ERR)}function ps(e){return e==="audio/*"||e==="video/*"||e==="image/*"||e==="text/*"||e==="application/*"||/\w+\/[-+.\w]+/g.test(e)}function vs(e){return/^.*\.[\w]+$/.test(e)}var Lg=["children"],Ng=["open"],Wg=["refKey","role","onKeyDown","onFocus","onBlur","onClick","onDragEnter","onDragOver","onDragLeave","onDrop"],zg=["refKey","onChange","onClick"];function Bg(e){return Ug(e)||Hg(e)||gs(e)||Yg()}function Yg(){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 Hg(e){if(typeof Symbol<"u"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function Ug(e){if(Array.isArray(e))return Or(e)}function Y4(e,t){return Kg(e)||qg(e,t)||gs(e,t)||kg()}function kg(){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 gs(e,t){if(e){if(typeof e=="string")return Or(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 Or(e,t)}}function Or(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 qg(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 Kg(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 O1(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){Cr(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 Cr(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function O2(e,t){if(e==null)return{};var n=Gg(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 Gg(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 v5=u.forwardRef(function(e,t){var n=e.children,i=O2(e,Lg),c=bs(i),s=c.open,o=O2(c,Ng);return u.useImperativeHandle(t,function(){return{open:s}},[s]),Te.createElement(u.Fragment,null,n(O1(O1({},o),{},{open:s})))});v5.displayName="Dropzone";var xs={disabled:!1,getFilesFromEvent:og,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};v5.defaultProps=xs;v5.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 Dr={isFocused:!1,isFileDialogActive:!1,isDragActive:!1,isDragAccept:!1,isDragReject:!1,acceptedFiles:[],fileRejections:[]};function bs(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},t=O1(O1({},xs),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,p=t.onDragOver,g=t.onDrop,v=t.onDropAccepted,x=t.onDropRejected,y=t.onFileDialogCancel,_=t.onFileDialogOpen,b=t.useFsAccessApi,S=t.autoFocus,P=t.preventDropOnDocument,C=t.noClick,$=t.noKeyboard,A=t.noDrag,O=t.noDragEventsBubbling,N=t.onError,W=t.validator,V=u.useMemo(function(){return Fg(n)},[n]),M=u.useMemo(function(){return Ag(n)},[n]),q=u.useMemo(function(){return typeof _=="function"?_:J8},[_]),K=u.useMemo(function(){return typeof y=="function"?y:J8},[y]),Z=u.useRef(null),z=u.useRef(null),Y=u.useReducer(Qg,Dr),E=Y4(Y,2),w=E[0],j=E[1],R=w.isFocused,G=w.isFileDialogActive,k=u.useRef(typeof window<"u"&&window.isSecureContext&&b&&Mg()),u1=function(){!k.current&&G&&setTimeout(function(){if(z.current){var X=z.current.files;X.length||(j({type:"closeDialog"}),K())}},300)};u.useEffect(function(){return window.addEventListener("focus",u1,!1),function(){window.removeEventListener("focus",u1,!1)}},[z,G,K,k]);var h1=u.useRef([]),Q=function(X){Z.current&&Z.current.contains(X.target)||(X.preventDefault(),h1.current=[])};u.useEffect(function(){return P&&(document.addEventListener("dragover",G8,!1),document.addEventListener("drop",Q,!1)),function(){P&&(document.removeEventListener("dragover",G8),document.removeEventListener("drop",Q))}},[Z,P]),u.useEffect(function(){return!i&&S&&Z.current&&Z.current.focus(),function(){}},[Z,S,i]);var t1=u.useCallback(function(B){N?N(B):console.error(B)},[N]),a1=u.useCallback(function(B){B.preventDefault(),B.persist(),k1(B),h1.current=[].concat(Bg(h1.current),[B.target]),X0(B)&&Promise.resolve(c(B)).then(function(X){if(!(S2(B)&&!O)){var b1=X.length,T1=b1>0&&Pg({files:X,accept:V,minSize:o,maxSize:s,multiple:l,maxFiles:d,validator:W}),z1=b1>0&&!T1;j({isDragAccept:T1,isDragReject:z1,isDragActive:!0,type:"setDraggedFiles"}),m&&m(B)}}).catch(function(X){return t1(X)})},[c,m,t1,O,V,o,s,l,d,W]),i1=u.useCallback(function(B){B.preventDefault(),B.persist(),k1(B);var X=X0(B);if(X&&B.dataTransfer)try{B.dataTransfer.dropEffect="copy"}catch{}return X&&p&&p(B),!1},[p,O]),n1=u.useCallback(function(B){B.preventDefault(),B.persist(),k1(B);var X=h1.current.filter(function(T1){return Z.current&&Z.current.contains(T1)}),b1=X.indexOf(B.target);b1!==-1&&X.splice(b1,1),h1.current=X,!(X.length>0)&&(j({type:"setDraggedFiles",isDragActive:!1,isDragAccept:!1,isDragReject:!1}),X0(B)&&f&&f(B))},[Z,f,O]),m1=u.useCallback(function(B,X){var b1=[],T1=[];B.forEach(function(z1){var Oe=ms(z1,V),ve=Y4(Oe,2),t3=ve[0],n3=ve[1],a3=fs(z1,o,s),Ne=Y4(a3,2),r3=Ne[0],i3=Ne[1],c3=W?W(z1):null;if(t3&&r3&&!c3)b1.push(z1);else{var s3=[n3,i3];c3&&(s3=s3.concat(c3)),T1.push({file:z1,errors:s3.filter(function(r0){return r0})})}}),(!l&&b1.length>1||l&&d>=1&&b1.length>d)&&(b1.forEach(function(z1){T1.push({file:z1,errors:[Tg]})}),b1.splice(0)),j({acceptedFiles:b1,fileRejections:T1,isDragReject:T1.length>0,type:"setFiles"}),g&&g(b1,T1,X),T1.length>0&&x&&x(T1,X),b1.length>0&&v&&v(b1,X)},[j,l,V,o,s,d,g,v,x,W]),x1=u.useCallback(function(B){B.preventDefault(),B.persist(),k1(B),h1.current=[],X0(B)&&Promise.resolve(c(B)).then(function(X){S2(B)&&!O||m1(X,B)}).catch(function(X){return t1(X)}),j({type:"reset"})},[c,m1,t1,O]),D1=u.useCallback(function(){if(k.current){j({type:"openDialog"}),q();var B={multiple:l,types:M};window.showOpenFilePicker(B).then(function(X){return c(X)}).then(function(X){m1(X,null),j({type:"closeDialog"})}).catch(function(X){Rg(X)?(K(X),j({type:"closeDialog"})):Vg(X)?(k.current=!1,z.current?(z.current.value=null,z.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}z.current&&(j({type:"openDialog"}),q(),z.current.value=null,z.current.click())},[j,q,K,b,m1,t1,M,l]),H=u.useCallback(function(B){!Z.current||!Z.current.isEqualNode(B.target)||(B.key===" "||B.key==="Enter"||B.keyCode===32||B.keyCode===13)&&(B.preventDefault(),D1())},[Z,D1]),o1=u.useCallback(function(){j({type:"focus"})},[]),$1=u.useCallback(function(){j({type:"blur"})},[]),W1=u.useCallback(function(){C||(Ig()?setTimeout(D1,0):D1())},[C,D1]),Z1=function(X){return i?null:X},L1=function(X){return $?null:Z1(X)},r1=function(X){return A?null:Z1(X)},k1=function(X){O&&X.stopPropagation()},we=u.useMemo(function(){return function(){var B=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},X=B.refKey,b1=X===void 0?"ref":X,T1=B.role,z1=B.onKeyDown,Oe=B.onFocus,ve=B.onBlur,t3=B.onClick,n3=B.onDragEnter,a3=B.onDragOver,Ne=B.onDragLeave,r3=B.onDrop,i3=O2(B,Wg);return O1(O1(Cr({onKeyDown:L1(ge(z1,H)),onFocus:L1(ge(Oe,o1)),onBlur:L1(ge(ve,$1)),onClick:Z1(ge(t3,W1)),onDragEnter:r1(ge(n3,a1)),onDragOver:r1(ge(a3,i1)),onDragLeave:r1(ge(Ne,n1)),onDrop:r1(ge(r3,x1)),role:typeof T1=="string"&&T1!==""?T1:"presentation"},b1,Z),!i&&!$?{tabIndex:0}:{}),i3)}},[Z,H,o1,$1,W1,a1,i1,n1,x1,$,A,i]),Se=u.useCallback(function(B){B.stopPropagation()},[]),e3=u.useMemo(function(){return function(){var B=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},X=B.refKey,b1=X===void 0?"ref":X,T1=B.onChange,z1=B.onClick,Oe=O2(B,zg),ve=Cr({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:Z1(ge(T1,x1)),onClick:Z1(ge(z1,Se)),tabIndex:-1},b1,z);return O1(O1({},ve),Oe)}},[z,n,l,x1,i]);return O1(O1({},w),{},{isFocused:R&&!i,getRootProps:we,getInputProps:e3,rootRef:Z,inputRef:z,open:Z1(D1)})}function Qg(e,t){switch(t.type){case"focus":return O1(O1({},e),{},{isFocused:!0});case"blur":return O1(O1({},e),{},{isFocused:!1});case"openDialog":return O1(O1({},Dr),{},{isFileDialogActive:!0});case"closeDialog":return O1(O1({},e),{},{isFileDialogActive:!1});case"setDraggedFiles":return O1(O1({},e),{},{isDragActive:t.isDragActive,isDragAccept:t.isDragAccept,isDragReject:t.isDragReject});case"setFiles":return O1(O1({},e),{},{acceptedFiles:t.acceptedFiles,fileRejections:t.fileRejections,isDragReject:t.isDragReject});case"reset":return O1({},Dr);default:return e}}function J8(){}const Jg=e=>JSON.stringify(JSON.parse(e),null,4),Xg=({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=Jg(i);e(s)}catch{t("Cannot format as valid JSON")}else t("Unsupported format")},ex=({onSuccess:e,onError:t,children:n,onDragStatusChange:i,...c})=>{const s=u.useCallback(([m])=>{const f=new FileReader;f.onload=Xg({onSuccess:e,onError:t}),f.readAsText(m)},[]),{getRootProps:o,getInputProps:l,isDragActive:d}=bs({onDrop:s,accept:{"application/json":[".json"]},maxFiles:1});return u.useEffect(()=>{i(d)},[d]),a.jsxs(D,{...o(),...c,children:[a.jsx("input",{"data-testid":"import-file",...l()}),n]})},tx=h(ex)(({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 g5={},nx=J1;Object.defineProperty(g5,"__esModule",{value:!0});var js=g5.default=void 0,ax=nx(Q1()),rx=a,ix=(0,ax.default)((0,rx.jsx)("path",{d:"m4 12 1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z"}),"ArrowUpward");js=g5.default=ix;const cx=h(D)(({theme:e})=>({backgroundColor:e.palette.background.elevation2,borderRadius:e.shape.borderRadiusLarge,padding:e.spacing(3)})),H4=h(I)(({theme:e})=>({marginBottom:e.spacing(.5)})),U4=h(D)(({theme:e})=>({marginBottom:e.spacing(3),color:e.palette.text.secondary,fontSize:e.fontSizes.smallBody})),sx=()=>a.jsxs(cx,{children:[a.jsx(H4,{children:"What is being imported?"}),a.jsxs(U4,{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(H4,{children:"Exceptions?"}),a.jsx(U4,{children:"If the feature flag already exists in the new instance, it will be overwritten"}),a.jsx(H4,{children:"What is not imported?"}),a.jsx(U4,{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"})]}),x5=h("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%"})),b5=h(D)(({theme:e})=>({width:"100%",borderTop:`1px solid ${e.palette.divider}`,marginTop:"auto",paddingTop:e.spacing(3),display:"flex",justifyContent:"flex-end"})),ox=h(ce)(({theme:e})=>({width:"100%"})),lx=h(I)(({theme:e})=>({marginTop:e.spacing(4),fontSize:e.fontSizes.mainHeader})),dx=h(I)(({theme:e})=>({marginTop:e.spacing(2),marginBottom:e.spacing(1.5),color:e.palette.text.secondary})),ux=h(I)(({theme:e})=>({marginTop:e.spacing(4),color:e.palette.text.secondary})),hx=({activeTab:e,setActiveTab:t})=>a.jsx(D,{sx:{borderBottom:1,borderColor:"divider"},children:a.jsxs(Vr,{value:e,children:[a.jsx(p2,{label:"Upload file",value:"file",onClick:()=>t("file")}),a.jsx(p2,{label:"Code editor",value:"code","data-testid":Ud,onClick:()=>t("code")})]})}),mx=({activeTab:e,setActiveTab:t,importPayload:n,setImportPayload:i})=>{const[c,s]=u.useState(!1),{setToastData:o}=C1();return a.jsx(F,{condition:e==="file",show:a.jsxs(tx,{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(as,{sx:{width:80,height:80},active:c,children:a.jsx(js,{fontSize:"large"})}),a.jsx(lx,{children:c?"Drop your file to upload":"Drop your file here"}),a.jsx(dx,{children:"or select a file from your device"}),a.jsx(c1,{variant:"outlined",children:"Select file"}),a.jsx(ux,{children:"JSON format: max 500 kB"})]}),elseShow:a.jsx(ox,{label:"Exported feature flags",variant:"outlined",onChange:l=>i(l.target.value),value:n,"data-testid":kd,multiline:!0,minRows:13,maxRows:13})})},fx=({onSubmit:e,onClose:t,disabled:n})=>a.jsxs(b5,{children:[a.jsx(c1,{sx:{position:"static"},variant:"contained",type:"submit",onClick:e,"data-testid":qd,disabled:n,children:"Validate"}),a.jsx(c1,{sx:{position:"static",ml:2},variant:"outlined",type:"submit",onClick:t,children:"Cancel import"})]}),px=({tabs:e,importOptions:t,importArea:n,actions:i})=>a.jsxs(x5,{children:[e,t,n,a.jsx(sx,{}),i]}),vx=()=>{const{makeRequest:e,createRequest:t,errors:n,loading:i}=R2({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()}}},gx=h(D)(({theme:e})=>({backgroundColor:e.palette.background.elevation2,borderRadius:e.shape.borderRadiusLarge,padding:e.spacing(3)})),X8=h("span")(({theme:e})=>({fontSize:e.fontSizes.smallBody,color:e.palette.text.secondary})),e7=h("span")(({theme:e})=>({fontSize:e.fontSizes.smallBody,color:e.palette.text.primary,fontWeight:e.fontWeight.bold})),t7=h(D)(({theme:e})=>({border:`1px solid ${e.palette.error.border}`,borderRadius:e.shape.borderRadiusLarge,paddingBottom:e.spacing(2)})),xx=h(D)(({theme:e})=>({border:`1px solid ${e.palette.warning.border}`,borderRadius:e.shape.borderRadiusLarge,paddingBottom:e.spacing(2)})),n7=h(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)})),bx=h(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=h(D)(({theme:e})=>({color:e.palette.error.dark,fontSize:e.fontSizes.smallBody})),jx=h(D)(({theme:e})=>({color:e.palette.warning.dark,fontSize:e.fontSizes.smallBody})),k4=h("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}`})),q4=h("li")(({theme:e})=>({fontSize:e.fontSizes.smallBody})),yx=({environment:e,project:t,payload:n,onClose:i,onBack:c,onSubmit:s})=>{const{validateImport:o}=vx(),{setToastData:l}=C1(),{trackEvent:d}=E1(),[m,f]=u.useState({errors:[],warnings:[],permissions:[]}),[p,g]=u.useState(!0),v=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 u.useEffect(()=>{o({environment:e,project:t,data:JSON.parse(n)}).then(v).catch(x=>{g(!1),l({type:"error",text:y1(x)})})},[]),a.jsxs(x5,{children:[a.jsxs(gx,{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(F,{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(y=>a.jsx(q4,{children:y},y))})]},x.message))]})}),a.jsx(F,{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(y=>a.jsx(q4,{children:y},y))})]},x.message))]})}),a.jsx(F,{condition:m.warnings.length>0,show:a.jsxs(xx,{children:[a.jsxs(bx,{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(jx,{children:x.message}),a.jsx(k4,{children:x.affectedItems.map(y=>a.jsx(q4,{children:y},y))})]},x.message))]})}),a.jsxs(b5,{children:[a.jsx(c1,{sx:{position:"static",mr:"auto"},variant:"outlined",type:"submit",onClick:c,children:"Back"}),a.jsx(y3,{permission:P2,projectId:t,sx:{position:"static"},variant:"contained",type:"submit",onClick:s,"data-testid":Kd,disabled:m.errors.length>0||m.permissions.length>0||!p,children:"Import configuration"}),a.jsx(c1,{sx:{position:"static",ml:2},variant:"outlined",type:"submit",onClick:i,children:"Cancel import"})]})]})},_x=()=>{const{makeRequest:e,createRequest:t,errors:n,loading:i}=R2({propagateErrors:!0}),{trackEvent:c}=E1();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}}}},wx=h(vc)(({theme:e})=>({padding:e.spacing(4,2,2,2),display:"flex",flexDirection:"column",alignItems:"center",gap:e.spacing(8)})),Sx=h(I)(({theme:e})=>({fontSize:e.fontSizes.mainHeader})),Ox=h(x3)(({theme:e})=>({backgroundColor:e.palette.primary.main})),Cx=h(x3)(({theme:e})=>({backgroundColor:e.palette.error.main})),Dx=h(vc)(({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})),$x=(e,t)=>e?{status:"loading"}:Object.keys(t).length>0?{status:"error",errors:t}:{status:"success"},Tx=({environment:e,project:t,payload:n,onClose:i})=>{const{createImport:c,loading:s,errors:o}=_x(),{refetch:l}=Qc(t),{refetch:d}=M2(t),{setToastData:m}=C1(),{isChangeRequestConfigured:f}=E0(t);u.useEffect(()=>{c({environment:e,project:t,data:JSON.parse(n)}).then(()=>{l(),d()}).catch(v=>{m({type:"error",text:y1(v)})})},[]);const p=$x(s,o),g=f(e)&&p.status==="success";return a.jsxs(x5,{children:[a.jsxs(wx,{children:[a.jsx(F,{condition:p.status==="loading",show:a.jsx(as,{sx:{width:80,height:80},active:!0,children:a.jsx(Q2,{fontSize:"large"})})}),a.jsx(F,{condition:p.status==="success",show:a.jsx(Ox,{sx:{width:80,height:80},children:a.jsx(V3,{fontSize:"large"})})}),a.jsx(F,{condition:p.status==="error",show:a.jsx(Cx,{sx:{width:80,height:80},children:a.jsx(x2,{fontSize:"large"})})}),a.jsxs(Sx,{children:[a.jsx(F,{condition:p.status==="loading",show:"Importing..."}),a.jsx(F,{condition:p.status==="success",show:"Import completed"}),a.jsx(F,{condition:p.status==="error",show:"Import failed"})]})]}),a.jsx(F,{condition:g,show:a.jsxs(Dx,{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(b5,{children:a.jsx(c1,{sx:{position:"static"},variant:"contained",type:"submit",onClick:i,children:"Close"})})]})},Px=h(D)(({theme:e})=>({backgroundColor:e.palette.background.elevation2,borderRadius:e.shape.borderRadiusLarge,padding:e.spacing(3)})),Ex=h(I)(({theme:e})=>({marginBottom:e.spacing(3),fontWeight:e.fontWeight.bold})),Zx=h(I)(({theme:e})=>({marginBottom:e.spacing(1.5)})),Ix=({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 u.useEffect(()=>{t===""&&(c!=null&&c[0])&&n(c[0].key)},[JSON.stringify(c)]),a.jsxs(Px,{children:[a.jsx(Ex,{children:"Import options"}),a.jsx(Zx,{children:"Choose the environment to import the configuration for"}),a.jsx(N3,{sx:{width:"180px"},options:c||[],onChange:n,label:"Environment",value:t,"data-testid":Gd,IconComponent:gc,fullWidth:!0})]})},Mx=h("div")(({theme:e})=>({minHeight:"100vh",display:"flex"})),Ax=h("div")(({theme:e})=>({backgroundColor:e.palette.background.sidebar,padding:e.spacing(8),flexBasis:"30%"})),Fx=h("div")(({theme:e})=>({textTransform:"uppercase",fontSize:e.fontSizes.smallBody,color:e.palette.common.white,fontWeight:e.typography.fontWeightBold,marginBottom:e.spacing(3)})),Rx=e=>{try{return JSON.parse(e),!0}catch{return!1}},ys=({open:e,setOpen:t,project:n})=>{const[i,c]=u.useState("configure"),[s,o]=u.useState(""),[l,d]=u.useState(""),[m,f]=u.useState("file"),p=()=>{t(!1)};u.useEffect(()=>{e===!0&&g()},[e]);const g=()=>{c("configure"),o(""),d(""),f("file")};return a.jsx(Pe,{open:e,onClose:p,label:"Import flags",children:a.jsxs(Mx,{children:[a.jsxs(Ax,{children:[a.jsx(Fx,{children:"Process"}),a.jsx(rg,{stage:i})]}),a.jsx(F,{condition:i==="configure",show:a.jsx(px,{tabs:a.jsx(hx,{activeTab:m,setActiveTab:f}),importOptions:a.jsx(Ix,{project:n,environment:s,onChange:o}),importArea:a.jsx(mx,{activeTab:m,setActiveTab:f,importPayload:l,setImportPayload:d}),actions:a.jsx(fx,{disabled:!Rx(l),onSubmit:()=>c("validate"),onClose:p})})}),a.jsx(F,{condition:i==="validate",show:a.jsx(yx,{project:n,environment:s,payload:l,onBack:()=>c("configure"),onSubmit:()=>c("import"),onClose:p})}),a.jsx(F,{condition:i==="import",show:a.jsx(Tx,{project:n,environment:s,payload:l,onClose:p})})]})})},K4=e=>`environment:${e}`,Ce=_c(),Vx=e=>e.name,Lx=h("div")(({theme:e})=>({display:"flex",flexDirection:"column",gap:e.spacing(2)})),Nx=h("div")(({theme:e})=>({display:"flex",flexFlow:"row wrap",gap:e.spacing(2),justifyContent:"space-between"})),Wx=h("div")(({theme:e})=>({display:"flex",gap:e.spacing(1),paddingInline:e.spacing(1.5)})),zx=({environments:e})=>{const{trackEvent:t}=E1(),n=e1("projectId"),{project:i}=X1(n),[c,s]=u.useState(!1),[o,l]=u.useState(!1),{features:d,total:m,refetch:f,loading:p,initialLoad:g,tableState:v,setTableState:x}=Qc(n),{onFlagTypeClick:y,onTagClick:_,onAvatarClick:b}=Qf(v,x),S={tag:v.tag,createdAt:v.createdAt,type:v.type,state:v.state,createdBy:v.createdBy,archived:v.archived},{favorite:P,unfavorite:C}=Qd(),$=u.useCallback(async H=>{H!=null&&H.favorite?await C(n,H.name):await P(n,H.name),f()},[n,f]),{isChangeRequestConfigured:A}=E0(n),{onToggle:O,modals:N}=rm(n),{rowActionsDialogs:W,setFeatureArchiveState:V,setFeatureStaleDialogState:M,setShowMarkCompletedDialogue:q,setShowFeatureReviveDialogue:K,setShowFeatureDeleteDialogue:Z}=Kf(f,n),z=!!(g||p&&m),[Y,E]=w0(`onboarding-flow:v1-${n}`,"visible"),[w,j]=w0(`onboarding-state:v1-${n}`,"hide-setup"),R=i.onboardingStatus.status!=="onboarded"&&Y==="visible",G=H=>{R||t("onboarding",{props:{eventType:"onboarding-finished",onboardedSdk:H}})},k=u.useMemo(()=>[Ce.display({id:"select",header:({table:H})=>a.jsx(S8,{title:"Select all rows",checked:H==null?void 0:H.getIsAllRowsSelected(),onChange:H==null?void 0:H.getToggleAllRowsSelectedHandler()}),cell:({row:H})=>a.jsx(S8,{title:"Select row",checked:H==null?void 0:H.getIsSelected(),onChange:H==null?void 0:H.getToggleSelectedHandler()}),meta:{width:"1%"},enableHiding:!1}),Ce.accessor("favorite",{id:"favorite",header:()=>a.jsx(Jd,{isActive:v.favoritesFirst,onClick:()=>x({favoritesFirst:!v.favoritesFirst})}),cell:({row:{original:H}})=>a.jsx(Xd,{value:H==null?void 0:H.favorite,onClick:()=>$(H)}),enableSorting:!1,enableHiding:!1,meta:{width:"1%"}}),Ce.accessor("name",{id:"name",header:"Name",cell:eu(_,y),enableHiding:!1}),Ce.accessor("createdAt",{id:"createdAt",header:"Created",cell:xc,meta:{width:"1%"}}),Ce.accessor("createdBy",{id:"createdBy",header:"By",cell:tu(b),enableSorting:!1,meta:{width:"1%",align:"center"}}),Ce.accessor("lastSeenAt",{id:"lastSeenAt",header:"Last seen",cell:({row:{original:H}})=>a.jsx(nu,{feature:H,"data-loading":!0}),size:50,meta:{align:"center",width:"1%"}}),Ce.accessor("lifecycle",{id:"lifecycle",header:"Lifecycle",cell:({row:{original:H}})=>a.jsx(au,{feature:H,onComplete:()=>{q({featureId:H.name,open:!0})},onUncomplete:f,onArchive:()=>V(H.name),"data-loading":!0}),enableSorting:!1,size:50,meta:{align:"center",width:"1%"}}),...e.map(H=>{const o1=A(H);return Ce.accessor($1=>{var W1,Z1;return{archived:$1.archivedAt!==null,featureId:$1.name,environment:(W1=$1.environments)==null?void 0:W1.find(L1=>L1.name===H),someEnabledEnvironmentHasVariants:((Z1=$1.environments)==null?void 0:Z1.some(L1=>L1.variantCount&&L1.variantCount>0&&L1.enabled))||!1}},{id:K4(H),header:H,meta:{align:"center",width:90},cell:({getValue:$1})=>{const{featureId:W1,environment:Z1,someEnabledEnvironmentHasVariants:L1,archived:r1}=$1();return z?a.jsx(Bf,{}):r1?a.jsx(Yf,{}):a.jsx(zf,{value:(Z1==null?void 0:Z1.enabled)||!1,featureId:W1,someEnabledEnvironmentHasVariants:L1,environment:Z1,projectId:n,environmentName:H,isChangeRequestEnabled:o1,refetch:f,onFeatureToggleSwitch:O})}})}),Ce.display({id:"actions",header:"",cell:({row:H})=>v.archived?a.jsx(ru,{project:n,onRevive:()=>{K({featureId:H.id,open:!0})},onDelete:()=>{Z({featureId:H.id,open:!0})}}):a.jsx(Ym,{row:H,projectId:n,onOpenArchiveDialog:V,onOpenStaleDialog:M}),enableSorting:!1,enableHiding:!1,meta:{align:"right",width:"1%"}})],[n,e,v.favoritesFirst,f,z]),u1=u.useMemo(()=>Array(v.limit).fill(null).map((H,o1)=>({id:o1,type:"-",name:`Feature name ${o1}`,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"}]})),[v.limit]),h1=W3(z),Q=u.useMemo(()=>z?u1:d,[z,JSON.stringify(d)]),t1=u.useMemo(()=>k.map(H=>H.id).filter(Boolean),[k]),a1=kf(t1),i1=bc(jc(v,x,{columns:k,data:Q,enableRowSelection:!0,state:{columnVisibility:a1},getRowId:Vx})),{columnVisibility:n1,rowSelection:m1}=i1.getState(),x1=u.useCallback(H=>{const o1=n1[H],$1={...n1,[H]:!o1};x({columns:Object.keys($1).filter(W1=>$1[W1]&&!W1.includes(","))})},[n1,x]),D1=Gf(d,m1);return a.jsxs(Lx,{children:[a.jsx(F,{condition:R,show:a.jsx(uv,{projectId:n,setConnectSdkOpen:s,setOnboardingFlow:E,refetchFeatures:f})}),a.jsx(F,{condition:w==="show-setup"&&!R,show:a.jsx(Tv,{projectId:n,onClose:()=>{j("hide-setup")}})}),a.jsx(F1,{disableLoading:!0,disablePadding:!0,header:a.jsx(Rf,{isLoading:g,totalItems:m,searchQuery:v.query||"",onChangeSearchQuery:H=>{x({query:H})},dataToExport:Q,environmentsToExport:e,actions:a.jsx(tf,{columns:[{header:"Name",id:"name",isVisible:n1.name,isStatic:!0},{header:"Created",id:"createdAt",isVisible:n1.createdAt},{header:"By",id:"createdBy",isVisible:n1.createdBy},{header:"Last seen",id:"lastSeenAt",isVisible:n1.lastSeenAt},{header:"Lifecycle",id:"lifecycle",isVisible:n1.lifecycle},{id:"divider"},...e.map(H=>({header:H,id:K4(H),isVisible:n1[K4(H)]}))],onToggle:x1})}),bodyClass:"noop",style:{cursor:"inherit"},children:a.jsxs("div",{ref:h1,"aria-busy":z,"aria-live":"polite",children:[a.jsxs(Nx,{children:[a.jsx(Uf,{project:n,onChange:x,state:S}),a.jsx(Wx,{children:a.jsx(A3,{permission:iu,projectId:n,onClick:()=>l(!0),tooltipProps:{title:"Import"},"data-testid":cu,"data-loading-project":!0,children:a.jsx(Pm,{})})})]}),a.jsx(q3,{value:v.query||"",children:a.jsx(yc,{tableInstance:i1,totalItems:m})}),a.jsx(F,{condition:!Q.length&&!z,show:a.jsx(qf,{query:v.query||""})}),W,N]})}),a.jsx(Jp,{open:c,onClose:()=>{s(!1)},onFinish:H=>{s(!1),j("show-setup"),G(H)},project:n,environments:e,feature:"feature"in i.onboardingStatus?i.onboardingStatus.feature:void 0}),a.jsx(df,{count:D1.length,children:v.archived?a.jsx(Pv,{selectedIds:Object.keys(m1),projectId:n,onConfirm:()=>{f(),i1.resetRowSelection()}}):a.jsx(wf,{selectedIds:Object.keys(m1),data:D1,projectId:n,onResetSelection:i1.resetRowSelection,onChange:f})}),a.jsx(ys,{open:o,setOpen:l,project:n})]})},Bx=e=>{const t=`api/admin/projects/${e}/sdks/outdated`,{data:n,refetch:i,loading:c,error:s}=Ar(N1(t),()=>Fr(N1(t),"Outdated SDKs"),{refreshInterval:60*1e3});return{data:n||{sdks:[]},refetch:i,error:s}},Yx=h("ul")({margin:0}),Hx=({project:e})=>{const{data:{sdks:t}}=Bx(e),{trackEvent:n}=E1(),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(Yx,{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(F,{condition:t.length>0,show:a.jsx(su,{banner:s,inline:!0})})})},Ux=15*1e3,kx=h("div")(({theme:e})=>({display:"flex",gap:e.spacing(2),[e.breakpoints.down("md")]:{flexDirection:"column"}})),qx=h("div")(()=>({width:"100%",minWidth:0})),Kx=h(D)(({theme:e})=>({display:"flex",flexDirection:"column",gap:e.spacing(2),width:"100%",minWidth:0})),Gx=()=>{var s;const e=e1("projectId"),t=be(e),n=Ze("outdatedSdksBanner"),{project:i}=X1(e,{refreshInterval:Ux});fe(`Project overview – ${t}`);const{setLastViewed:c}=ou();return u.useEffect(()=>{c(e)},[e,c]),a.jsx(kx,{children:a.jsxs(Kx,{children:[a.jsx(F,{condition:n,show:a.jsx(Hx,{project:e})}),a.jsx(qx,{children:a.jsx(zx,{environments:((s=i.environments)==null?void 0:s.map(o=>o.environment))||[]})})]})},e)},Qx=()=>{const e=e1("projectId");return a.jsx(lu,{title:"Event Log",project:e})},j5=(e,t)=>{const{data:n,error:i,mutate:c}=g3(N1(`api/admin/projects/${e}/change-requests/${t}`),Jx,{refreshInterval:15e3});return{data:n,loading:!i&&!n,refetchChangeRequest:()=>c(),error:i}},Jx=e=>fetch(e).then(te("Request changes")).then(t=>t.json()),Xx=h(Ee)(({theme:e})=>({padding:e.spacing(3,4),borderRadius:`${e.shape.borderRadiusLarge}px`}));h(D)(({theme:e})=>({display:"flex",alignItems:"center",marginBottom:e.spacing(2)}));const eb=h(D)(({theme:e})=>({display:"flex",alignItems:"center"})),tb=h(I)(({theme:e})=>({display:"flex",alignItems:"center",marginRight:e.spacing(1),fontSize:e.fontSizes.mainHeader})),nb=h(du)(({theme:e})=>({padding:e.spacing(.75,1.5),backgroundColor:e.palette.background.elevation2})),J2=h(L2)(({theme:e})=>({height:"24px",width:"24px",marginInline:0})),ab=({changeRequest:e})=>{var i,c;const[t,n]=u.useState(e.title);return a.jsxs(Xx,{elevation:0,children:[a.jsx(uu,{environmentChangeRequest:e,title:t,setTitle:n,children:a.jsx(tb,{variant:"h1",component:"h2",sx:{mr:1.5},children:t})}),a.jsxs(eb,{children:[a.jsx(wc,{changeRequest:e}),a.jsxs(I,{variant:"body2",sx:s=>({margin:s.spacing("auto",0,"auto",2)}),children:["Created ",a.jsx(Sc,{date:e.createdAt})," by"]}),a.jsx(D,{sx:s=>({marginLeft:s.spacing(1)}),children:a.jsx(H1,{title:(i=e==null?void 0:e.createdBy)==null?void 0:i.username,children:a.jsx(J2,{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(nb,{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(hu,{}),"Updates:",a.jsx(mu,{featuresCount:e.features.length,segmentsCount:e.segments.length})]})})})]})]})},rb=h(Ee)(({theme:e})=>({marginTop:e.spacing(2),borderRadius:`${e.shape.borderRadiusLarge}px`})),ib=h(D)(({theme:e})=>({padding:e.spacing(2),marginBottom:`-${e.spacing(4)}`})),cb=h(D)(({theme:e})=>({display:"flex",flexDirection:"row",alignItems:"flex-end"})),sb=h(os)(()=>({[`& .${ss.root}:before`]:{flex:0,padding:0}})),ob=["Draft","In review","Approved","Applied"],lb=["Draft","In review","Rejected"],db=["Draft","In review","Approved","Scheduled","Applied"],ub=(e,t,n,i)=>e==="Cancelled"?"grey":e==="Rejected"?n==="Rejected"?"error":"success":t!==-1&&t>=i?"success":t+1===i?"primary":"grey",hb=({state:e,schedule:t})=>{let n;switch(e){case"Rejected":n=lb;break;case"Scheduled":n=db;break;default:n=ob}const i=n.findIndex(s=>s===e),{locationSettings:c}=K3();return a.jsx(rb,{elevation:0,children:a.jsx(ib,{children:a.jsx(sb,{children:n.map((s,o)=>{if(t&&s==="Scheduled")return pb(t,c);const l=ub(e,i,s,o);let d={};return i+1===o&&!(e==="Cancelled"&&s==="Draft")&&(d={variant:"outlined"}),mb(l,s,o<n.length-1,d)})})})})},mb=(e,t,n,i={})=>a.jsxs(_0,{children:[a.jsxs(y0,{children:[a.jsx(p5,{color:e,...i}),n&&a.jsx(f5,{})]}),a.jsx(m5,{children:t})]},t),fb=(e,t)=>{switch(e.status){case"suspended":return{title:"Schedule suspended",subtitle:`was ${t}`,color:"grey",reason:a.jsx(M3,{title:e.reason,arrow:!0,children:a.jsx(x2,{color:"disabled",fontSize:"small"})})};case"failed":return{title:"Schedule failed",subtitle:`at ${t}`,color:"error",reason:a.jsx(M3,{title:`Schedule failed because of ${e.reason||e.failureReason}`,arrow:!0,children:a.jsx(x2,{color:"error",fontSize:"small"})})};default:return{title:"Scheduled",subtitle:`for ${t}`,color:"warning",reason:null}}},pb=(e,t)=>{const n=G3(new Date(e.scheduledAt),t==null?void 0:t.locale),{title:i,subtitle:c,color:s,reason:o}=fb(e,n);return a.jsxs(_0,{children:[a.jsxs(y0,{children:[a.jsx(p5,{color:s}),a.jsx(f5,{})]}),a.jsxs(m5,{children:[i,a.jsxs(cb,{children:[a.jsx(I,{color:"text.secondary",sx:{mr:1},children:`(${c})`}),o]})]})]},i)};var y5={},vb=J1;Object.defineProperty(y5,"__esModule",{value:!0});var _s=y5.default=void 0,gb=vb(Q1()),r7=a,xb=(0,gb.default)([(0,r7.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,r7.jsx)("path",{d:"M12.5 7H11v6l5.25 3.15.75-1.23-4.5-2.67z"},"1")],"Schedule");_s=y5.default=xb;const _5=()=>e=>e!=="color"&&e!=="sx"&&e!=="approved"&&e!=="border"&&e!=="bgColor"&&e!=="svgColor",me=h(D)(({theme:e})=>({display:"flex",alignItems:"center"})),ws=h(Lr)(({theme:e})=>({color:e.palette.error.main,height:"35px",width:"35px",marginRight:e.spacing(1)})),i7=h(Lr)(({theme:e})=>({color:e.palette.warning.main,height:"35px",width:"35px",marginRight:e.spacing(1)})),C2=h(Oc)(({theme:e})=>({color:e.palette.success.main,height:"35px",width:"35px",marginRight:e.spacing(1)})),bb=h(_s)(({theme:e})=>({color:e.palette.warning.main,height:"35px",width:"35px",marginRight:e.spacing(1)})),jb=h(x2)(({theme:e})=>({color:e.palette.error.main,height:"35px",width:"35px",marginRight:e.spacing(1)})),yb=h(fu)(({theme:e})=>({color:e.palette.text.secondary,height:"35px",width:"35px",marginRight:e.spacing(1)})),_b=h(Q3)(({theme:e})=>({color:e.palette.text.secondary,height:"24px",width:"24px"})),wb=h(D)(({theme:e})=>({display:"flex",marginTop:e.spacing(2)})),Sb=h(D,{shouldForwardProp:_5()})(({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}})),w5=h(L3)(({theme:e})=>({margin:e.spacing(2.5,0)})),Ob=h(D,{shouldForwardProp:_5()})(({theme:e,border:t})=>({borderRadius:`${e.shape.borderRadiusLarge}px`,border:t,padding:e.spacing(3),width:"100%"})),se=h(I,{shouldForwardProp:_5()})(({theme:e,color:t})=>({fontWeight:"bold",color:t})),Cb=h(D)({display:"flex",flexDirection:"row",justifyContent:"space-between",width:"100%"}),X2=()=>Intl.DateTimeFormat().resolvedOptions().timeZone,Db=(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}`,$b=(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},Tb=({changeRequest:e,onEditClick:t})=>{const n=S1();return a.jsxs(wb,{children:[a.jsx(Sb,{...$b(e.state,n),children:a.jsx(pu,{style:{transform:"scale(1.5)"}})}),a.jsx(Ob,{sx:{backgroundColor:e.state==="In review"?n.palette.warning.light:"initial"},border:Db(e.state,n),children:a.jsx(Pb,{changeRequest:e,onEditClick:t})})]})},Pb=({changeRequest:e,onEditClick:t})=>{const{state:n}=e;if(!n)return null;if(n==="Approved")return a.jsx(Eb,{});if(n==="Applied")return a.jsx(Ib,{});if(n==="Cancelled")return a.jsx(Lb,{});if(n==="Rejected")return a.jsx(Nb,{});if(n==="Scheduled"){const{schedule:i}=e;return a.jsx(Ab,{schedule:i,onEditClick:t})}return a.jsx(Zb,{minApprovals:e.minApprovals})},Eb=()=>{const e=S1();return a.jsxs(a.Fragment,{children:[a.jsxs(me,{children:[a.jsx(C2,{}),a.jsxs(D,{children:[a.jsx(se,{color:e.palette.success.dark,children:"Changes approved"}),a.jsx(I,{children:"One approving review from requested approvers"})]})]}),a.jsx(w5,{}),a.jsxs(me,{children:[a.jsx(C2,{}),a.jsx(D,{children:a.jsx(se,{color:e.palette.success.dark,children:"Changes are ready to be applied"})})]})]})},Zb=({minApprovals:e})=>{const t=S1();return a.jsxs(a.Fragment,{children:[a.jsxs(me,{children:[a.jsx(i7,{}),a.jsxs(D,{children:[a.jsx(se,{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(w5,{}),a.jsxs(me,{children:[a.jsx(i7,{}),a.jsx(se,{color:t.palette.warning.dark,children:"Apply changes is blocked"})]})]})},Ib=()=>{const e=S1();return a.jsx(a.Fragment,{children:a.jsxs(me,{children:[a.jsx(C2,{sx:{color:e.palette.primary.main}}),a.jsx(D,{children:a.jsx(se,{color:e.palette.primary.main,children:"Changes applied"})})]})})},Mb=h(P1)({maxWidth:"32px",maxHeight:"32px"}),Ab=({schedule:e,onEditClick:t})=>{const n=S1();if(!e)return null;const i=(()=>{switch(e.status){case"pending":return a.jsx(Vb,{schedule:e});case"failed":return a.jsx(Fb,{schedule:e});case"suspended":return a.jsx(Rb,{schedule:e});default:return null}})();return a.jsxs(a.Fragment,{children:[a.jsxs(me,{children:[a.jsx(C2,{}),a.jsxs(D,{children:[a.jsx(se,{color:n.palette.success.dark,children:"Changes approved"}),a.jsx(I,{children:"One approving review from requested approvers"})]})]}),a.jsx(w5,{}),a.jsxs(Cb,{children:[i,a.jsx(Mb,{onClick:t,children:a.jsx(_b,{})})]})]})},Fb=({schedule:e})=>{const t=S1(),n=X2(),{locationSettings:i}=K3(),c=G3(new Date(e==null?void 0:e.scheduledAt),i==null?void 0:i.locale);return a.jsxs(me,{children:[a.jsx(jb,{}),a.jsxs(D,{children:[a.jsxs(se,{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]})]})]})},Rb=({schedule:e})=>{const t=S1(),n=X2(),{locationSettings:i}=K3(),c=G3(new Date(e==null?void 0:e.scheduledAt),i==null?void 0:i.locale);return a.jsxs(me,{children:[a.jsx(yb,{}),a.jsxs(D,{children:[a.jsxs(se,{color:t.palette.text.secondary,children:["The change request is suspended for the following reason:"," ",e.reason]}),a.jsxs(se,{color:t.palette.text.secondary,children:["It will not be applied on ",c,"."]}),a.jsxs(I,{children:["Your timezone is ",n]})]})]})},Vb=({schedule:e})=>{const t=S1(),n=X2(),{locationSettings:i}=K3(),c=G3(new Date(e==null?void 0:e.scheduledAt),i==null?void 0:i.locale);return a.jsxs(me,{children:[a.jsx(bb,{}),a.jsxs(D,{children:[a.jsxs(se,{color:t.palette.warning.dark,children:["Changes are scheduled to be applied on: ",c]}),a.jsxs(I,{children:["Your timezone is ",n]})]})]})},Lb=()=>{const e=S1();return a.jsx(a.Fragment,{children:a.jsxs(me,{children:[a.jsx(ws,{}),a.jsx(D,{children:a.jsx(se,{color:e.palette.error.main,children:"Changes cancelled"})})]})})},Nb=()=>{const e=S1();return a.jsx(a.Fragment,{children:a.jsxs(me,{children:[a.jsx(ws,{}),a.jsx(D,{children:a.jsx(se,{color:e.palette.error.main,children:"Changes rejected"})})]})})},Ss=({disabled:e,children:t,actions:n,permission:i,projectId:c,ariaLabel:s,environmentId:o})=>{const[l,d]=Te.useState(!1),m=Te.useRef(null),f=()=>{d(v=>!v)},p=v=>{var x;(x=m.current)!=null&&x.contains(v.target)||d(!1)},g=m.current?m.current.offsetWidth:null;return a.jsxs(Te.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(vu,{}),permission:i,projectId:c,environmentId:o,children:t}),a.jsx(gu,{sx:{zIndex:1,width:g},open:l,anchorEl:m.current,transition:!0,disablePortal:!0,children:({TransitionProps:v,placement:x})=>a.jsx(xu,{...v,style:{transformOrigin:x==="bottom"?"center top":"center bottom"},children:a.jsx(Ee,{className:"dropdown-outline",children:a.jsx(bu,{onClickAway:p,children:a.jsx($0,{id:"review-options-menu",autoFocusItem:!0,children:n.map(({label:y,onSelect:_,icon:b})=>a.jsxs(ae,{disabled:e,onClick:_,children:[a.jsx(de,{children:b}),a.jsx(re,{children:y})]},`MenuItem-${y}`))})})})})})]})},Wb=({disabled:e,onReject:t,onApprove:n,children:i})=>{const{isAdmin:c}=u.useContext(Ie),s=e1("projectId"),o=e1("id"),{user:l}=Cc(),{data:d}=j5(s,o),m=(d==null?void 0:d.createdBy.id)===(l==null?void 0:l.id),f=e||m&&!c;return a.jsx(Ss,{permission:ju,disabled:f,actions:[{label:"Approve",onSelect:n,icon:a.jsx(V3,{fontSize:"small"})},{label:"Reject",onSelect:t,icon:a.jsx(yu,{fontSize:"small"})}],environmentId:d==null?void 0:d.environment,projectId:s,ariaLabel:"review or reject changes",children:i})},zb=h(D)(({theme:e})=>({display:"flex",marginTop:e.spacing(2)})),Bb=h(Ee)(({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})),Yb=h(D)(({theme:e})=>({display:"flex",borderBottom:"1px solid",borderColor:e.palette.divider,paddingBottom:e.spacing(1.5)})),Hb=({comment:e})=>a.jsxs(zb,{children:[a.jsx(_u,{user:e.createdBy}),a.jsxs(Bb,{variant:"outlined",children:[a.jsx(Yb,{children:a.jsxs(D,{children:[a.jsx("strong",{children:e.createdBy.username})," ",a.jsxs(I,{color:"text.secondary",component:"span",children:["commented ",a.jsx(Sc,{date:e.createdAt})]})]})}),a.jsx(D,{sx:{paddingTop:2.5},children:a.jsx(g2,{children:e.text})})]})]}),S5=h(D)(({theme:e})=>({display:"flex",alignItems:"center",flexWrap:"wrap",marginTop:e.spacing(1.5),gap:e.spacing(1)})),Ub=h(Oc)(({theme:e})=>({color:e.palette.success.main,marginLeft:"auto"})),kb=h(Lr)(({theme:e})=>({color:e.palette.error.main,marginLeft:"auto"})),qb=h(Q2)(({theme:e})=>({color:e.palette.neutral.main,marginLeft:"auto"})),O5=h(I)({maxWidth:"170px",textOverflow:"ellipsis",overflow:"hidden",whiteSpace:"nowrap",color:"text.primary"}),Os=({name:e,imageUrl:t})=>a.jsxs(S5,{title:"Approved",children:[a.jsx(J2,{user:{name:e,imageUrl:t}}),a.jsx(O5,{variant:"body1",children:e}),a.jsx(Ub,{})]}),Cs=({name:e,imageUrl:t})=>a.jsxs(S5,{title:"Rejected",children:[a.jsx(J2,{user:{name:e,imageUrl:t}}),a.jsx(O5,{variant:"body1",children:e}),a.jsx(kb,{})]}),Kb=({name:e,imageUrl:t})=>a.jsxs(S5,{title:"Pending",children:[a.jsx(J2,{user:{name:e,imageUrl:t}}),a.jsx(O5,{variant:"body1",children:e}),a.jsx(qb,{})]}),Gb=({rejections:e=[]})=>a.jsxs(a.Fragment,{children:[a.jsx(I,{variant:"body1",color:"text.secondary",children:"Rejected by"}),e.map(t=>a.jsx(Cs,{name:t.createdBy.username||"Unknown user",imageUrl:t.createdBy.imageUrl},t.createdBy.username))]}),Qb=({approvals:e=[]})=>a.jsxs(a.Fragment,{children:[a.jsx(I,{variant:"body1",color:"text.secondary",children:a.jsx(F,{condition:(e==null?void 0:e.length)>0,show:"Approved by",elseShow:"No approvals yet"})}),e.map(t=>a.jsx(Os,{name:t.createdBy.username||"Unknown user",imageUrl:t.createdBy.imageUrl},t.createdBy.username))]}),Jb=h(D)(({theme:e})=>({marginBottom:e.spacing(2)})),Xb=({actualApprovals:e,minApprovals:t})=>a.jsxs(a.Fragment,{children:["Reviewers"," ",a.jsxs(I,{component:"span",color:"text.secondary",children:["(",e,"/",t," required)"]})]}),ej=({header:e,children:t})=>a.jsxs(Ee,{elevation:0,sx:n=>({marginTop:n.spacing(2),padding:n.spacing(4),borderRadius:i=>`${i.shape.borderRadiusLarge}px`}),children:[a.jsx(Jb,{children:e}),t]}),tj=({changeRequest:e})=>a.jsx(ej,{header:a.jsx(Xb,{actualApprovals:e.approvals.length,minApprovals:e.minApprovals}),children:a.jsx(F,{condition:e.state==="Rejected",show:a.jsx(Gb,{rejections:e.rejections}),elseShow:a.jsx(Qb,{approvals:e.approvals})})}),nj=({open:e,onConfirm:t,onClose:n,disabled:i=!1})=>{const[c,s]=u.useState("");return a.jsxs(oe,{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(ce,{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 C5={},aj=J1;Object.defineProperty(C5,"__esModule",{value:!0});var Ds=C5.default=void 0,rj=aj(Q1()),ij=a,cj=(0,rj.default)((0,ij.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");Ds=C5.default=cj;const c7=({disabled:e,onSchedule:t,onApply:n,variant:i="create",children:c})=>{const s=e1("projectId"),o=e1("id"),{data:l}=j5(s,o);return a.jsx(Ss,{permission:Nr,disabled:e,actions:[{label:"Apply changes",onSelect:n,icon:a.jsx(V3,{fontSize:"small"})},{label:i==="create"?"Schedule changes":"Update schedule",onSelect:t,icon:a.jsx(Ds,{fontSize:"small"})}],environmentId:l==null?void 0:l.environment,projectId:s,ariaLabel:"apply or schedule changes",children:c})},sj=h(M1)(({theme:e})=>({marginBottom:e.spacing(2),backgroundColor:`${e.palette.neutral.light}!important`,color:`${e.palette.text.primary}!important`,borderColor:`${e.palette.neutral.light}!important`})),$s=({open:e,onConfirm:t,onClose:n,title:i,primaryButtonText:c,disabled:s,message:o,scheduledTime:l,permissionButton:d})=>l?a.jsxs(oe,{title:i,primaryButtonText:c,disabledPrimaryButton:s,secondaryButtonText:"Cancel",open:e,onClose:n,onClick:()=>t(),permissionButton:d,fullWidth:!0,children:[a.jsxs(sj,{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,oj=({projectId:e,environment:t,disabled:n,onConfirm:i,...c})=>a.jsx($s,{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:Nr,environmentId:t,disabled:n,children:"Apply changes now"}),...c}),lj=({...e})=>a.jsx($s,{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}),dj=h(D)(({theme:e})=>({display:"flex",flexDirection:"row",alignItems:"center",gap:e.spacing(2)})),uj=({open:e,onConfirm:t,onClose:n,title:i,primaryButtonText:c,projectId:s,environment:o,disabled:l,scheduledAt:d})=>{const[m,f]=u.useState(d?new Date(d):new Date),[p,g]=u.useState(void 0),v=X2();return a.jsxs(oe,{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:Nr,environmentId:o,disabled:l,children:c}),fullWidth:!0,children:[a.jsx(M1,{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(dj,{children:[a.jsx(wu,{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:!!p,errorText:p,required:!0}),a.jsxs(I,{variant:"body2",children:["Your browser's time zone is ",v]})]})]})},Ts=e=>{const{data:t,mutate:n}=Dc({total:0},N1(`api/admin/projects/${e}/change-requests/actionable`),hj);return{total:t==null?void 0:t.total,refetch:n}},hj=e=>fetch(e).then(te("Actionable change requests")).then(t=>t.json()),mj=(e,t)=>{const{data:n,error:i,mutate:c}=g3(N1(`api/admin/projects/${e}/change-requests/${t}/approvers`),fj);return u.useMemo(()=>({reviewers:(n==null?void 0:n.reviewers)||[],loading:!i&&!n,refetchReviewers:()=>c(),error:i}),[n,i,c])},fj=e=>fetch(e).then(te("Requested Approvers")).then(t=>t.json()),pj=h("span")(({theme:e})=>({display:"flex",alignItems:"center",marginRight:e.spacing(1),fontSize:e.fontSizes.bodySize})),Ps=h(D)(({theme:e})=>({display:"flex",flexDirection:"row",width:"100%","& > div":{width:"100%"},justifyContent:"space-between",marginBottom:e.spacing(2),marginRight:e.spacing(-2)})),s7=h(P1)(({theme:e})=>({marginRight:e.spacing(-1)})),vj=h("li")({width:"100%"}),gj=h("div")(({theme:e})=>({display:"flex",flexDirection:"column","& > span:first-of-type":{color:e.palette.text.secondary}})),xj=h("div")(({theme:e})=>({paddingLeft:e.spacing(1)})),bj=(e,t,{selected:n})=>u.createElement(vj,{...e,key:t.id},a.jsx(T0,{icon:a.jsx(Wr,{fontSize:"small"}),checkedIcon:a.jsx(zr,{fontSize:"small"}),style:{marginRight:8},checked:n}),a.jsxs(gj,{children:[a.jsx("span",{children:t.name||t.username}),a.jsx("span",{children:t.name&&t.username?t.username:t.email})]})),jj=e=>a.jsx(xj,{children:e.length>1?`${e.length} reviewers`:e[0].name||e[0].username||e[0].email}),yj=({canShowAddReviewers:e,showAddReviewers:t,actualApprovals:n,minApprovals:i,setShowAddReviewers:c})=>a.jsx(a.Fragment,{children:a.jsxs(Ps,{sx:{mb:1},children:[a.jsxs(pj,{children:["Reviewers",a.jsxs(I,{component:"span",color:"text.secondary",sx:{ml:1},children:["(",n,"/",i," required)"]})]}),e&&(t?a.jsx(s7,{title:"Close",onClick:()=>{c(!1)},children:a.jsx(Su,{})}):a.jsx(s7,{title:"Request approvals",onClick:()=>{c(!0)},children:a.jsx(Je,{})}))]})}),_j=({changeRequest:e,saveClicked:t,existingReviewers:n})=>{const i=S1(),[c,s]=u.useState([]),{reviewers:o,loading:l}=Ou(e.project,e.environment),d=o.filter(p=>!n.some(g=>g.id===p.id)),m=(p,g,v)=>{p.type==="keydown"&&p.key==="Backspace"&&v==="removeOption"||s(g)},f=(p,{inputValue:g})=>p.filter(({name:v,username:x,email:y})=>p3(g,y)||p3(g,v)||p3(g,x));return a.jsxs(Ps,{sx:{mb:4},children:[a.jsx($c,{sx:{ml:"auto",width:i.spacing(40)},size:"small",limitTags:3,openOnFocus:!0,multiple:!0,disableCloseOnSelect:!0,value:c,onChange:m,options:d,renderOption:bj,filterOptions:f,isOptionEqualToValue:(p,g)=>p.id===g.id,getOptionLabel:p=>p.email||p.name||p.username||"",renderInput:p=>a.jsx(ce,{...p,label:`Reviewers (${c.length})`}),renderTags:p=>jj(p),noOptionsText:l?"Loading…":"No options"}),a.jsx(c1,{sx:{ml:2},variant:"contained",color:"primary",disabled:!1,onClick:()=>t(c),children:"Save"})]})},wj=({changeRequest:e})=>{const[t,n]=u.useState(!1),{reviewers:i,refetchReviewers:c}=mj(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),p=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":p?"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(p=>p.id),...m.map(p=>p.id)];await s(e.project,e.id,f)}c(),n(!1)};return a.jsxs(Ee,{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(yj,{canShowAddReviewers:o,showAddReviewers:t,minApprovals:e.minApprovals,actualApprovals:e.approvals.length,setShowAddReviewers:n}),o&&t&&a.jsx(_j,{changeRequest:e,existingReviewers:l,saveClicked:d}),l.map(m=>a.jsxs(a.Fragment,{children:[m.status==="approved"&&a.jsx(Os,{name:m.name||"Unknown user",imageUrl:m.imageUrl},m.name),m.status==="rejected"&&a.jsx(Cs,{name:m.name||"Unknown user",imageUrl:m.imageUrl},m.name),m.status==="pending"&&a.jsx(Kb,{name:m.name||"Unknown user",imageUrl:m.imageUrl},m.name)]}))]})},Sj=h(D)(({theme:e})=>({width:"30%",display:"flex",flexDirection:"column",[e.breakpoints.down("sm")]:{width:"100%"}})),Oj=h(Ee)(({theme:e})=>({marginTop:e.spacing(2),marginLeft:e.spacing(2),width:"70%",padding:e.spacing(1,2),borderRadius:e.shape.borderRadiusLarge,[e.breakpoints.down("sm")]:{marginLeft:0,width:"100%"}})),Cj=h(D)(({theme:e})=>({marginTop:e.spacing(3),display:"flex",justifyContent:"flex-end"})),Dj=h(D)(({theme:e})=>({padding:e.spacing(2)})),G4=h(c1)(({theme:e})=>({marginLeft:e.spacing(2)})),$j=h(D)(({theme:e})=>({display:"flex",[e.breakpoints.down("sm")]:{flexDirection:"column"}})),Tj=()=>{var D1,H;const e=e1("projectId"),[t,n]=u.useState(!1),[i,c]=u.useState(!1),[s,o]=u.useState(!1),[l,d]=u.useState(!1),[m,f]=u.useState(!1),{user:p}=Cc(),{isAdmin:g}=u.useContext(Ie),[v,x]=u.useState(""),{refetch:y}=Ts(e),_=e1("id"),{data:b,refetchChangeRequest:S}=j5(e,_),{changeState:P,addComment:C}=P0(),{refetch:$}=M2(e),{setToastData:A,setToastApiError:O}=C1(),{isChangeRequestConfiguredForReview:N}=E0(e),[W,V]=u.useState(!1),M=le(),q=Ze("changeRequestApproverEmails");if(!b)return null;const K=N(b.environment),Z=()=>{switch(b.state){case"Scheduled":return`${b.state} ${b.schedule.status}`;default:return b.state}},z=async()=>{try{V(!0),await P(e,Number(_),Z(),{state:"Applied"}),d(!1),await S(),$(),y(),A({type:"success",text:"Changes applied"})}catch(o1){O(y1(o1))}finally{V(!1)}},Y=async o1=>{try{V(!0),await P(e,Number(_),Z(),{state:"Scheduled",scheduledAt:o1.toISOString()}),o(!1),S(),$(),y(),A({type:"success",text:"Changes scheduled"})}catch($1){O(y1($1))}finally{V(!1)}},E=async()=>{try{V(!0),await C(e,_,v),x(""),await S(),A({type:"success",text:"Comment added"})}catch(o1){O(y1(o1))}finally{V(!1)}},w=async()=>{try{V(!0),await P(e,Number(_),Z(),{state:"Cancelled"}),n(!1),await S(),$(),y(),A({type:"success",text:"Changes cancelled"})}catch(o1){O(y1(o1))}finally{V(!1)}},j=async o1=>{try{V(!0),await P(e,Number(_),Z(),{state:"Rejected",comment:o1}),c(!1),await S(),A({type:"success",text:"Changes rejected"}),$(),y()}catch($1){O(y1($1))}finally{V(!1)}},R=async()=>{try{V(!0),await P(e,Number(_),Z(),{state:"Approved"}),await S(),y(),$(),A({type:"success",text:"Changes approved"})}catch(o1){O(y1(o1))}finally{V(!1)}},G=()=>n(!0),k=()=>n(!1),u1=()=>c(!1),h1=()=>d(!1),Q=()=>o(!1),t1=()=>f(!1),a1=(b==null?void 0:b.createdBy.id)===(p==null?void 0:p.id)&&b.state==="In review"&&!g,i1=(D1=b.approvals)==null?void 0:D1.some(o1=>o1.createdBy.id===(p==null?void 0:p.id)),n1=Cu(b),m1="schedule"in b?b.schedule.scheduledAt:void 0,x1=b.state==="Scheduled"?{state:"Scheduled",schedule:b.schedule}:{state:b.state,schedule:void 0};return a.jsxs(a.Fragment,{children:[a.jsx(ab,{changeRequest:b}),a.jsxs($j,{children:[a.jsxs(Sj,{children:[a.jsx(hb,{...x1}),a.jsx(F,{condition:q,show:a.jsx(wj,{changeRequest:b}),elseShow:a.jsx(tj,{changeRequest:b})})]}),a.jsx(Oj,{elevation:0,children:a.jsxs(Dj,{children:["Requested Changes (",n1,")",a.jsx(Du,{changeRequest:b,onRefetch:S}),(H=b.comments)==null?void 0:H.map(o1=>a.jsx(Hb,{comment:o1},o1.id)),a.jsx($u,{user:p,commentText:v,onTypeComment:x,children:a.jsx(c1,{variant:"outlined",onClick:E,disabled:!K||v.trim().length===0||v.trim().length>1e3||W,children:"Comment"})}),a.jsx(F,{condition:a1,show:a.jsx(M1,{sx:o1=>({marginTop:o1.spacing(1.5)}),severity:"info",children:"You can not approve your own change request"})}),a.jsx(Tb,{changeRequest:b,onEditClick:()=>o(!0)}),a.jsxs(Cj,{children:[a.jsx(F,{condition:b.state==="In review"&&!i1,show:a.jsxs(Wb,{onReject:()=>c(!0),onApprove:R,disabled:!K||W,children:["Review changes (",n1,")"]})}),a.jsx(F,{condition:b.state==="Approved",show:a.jsx(c7,{onApply:z,disabled:!K||W,onSchedule:()=>o(!0),children:"Apply or schedule changes"})}),a.jsx(F,{condition:b.state==="Scheduled",show:a.jsx(c7,{onApply:()=>d(!0),disabled:!K||W,onSchedule:()=>o(!0),variant:"update",children:"Apply or schedule changes"})}),a.jsx(F,{condition:b.state==="In review"||b.state==="Approved"||b.state==="Scheduled",show:a.jsx(G4,{variant:"outlined",onClick:()=>{M(`/playground?changeRequest=${b.id}&projects=${e}&environments=${b.environment}`)},children:"Preview changes"})}),a.jsx(F,{condition:b.state!=="Applied"&&b.state!=="Rejected"&&b.state!=="Cancelled"&&(b.createdBy.id===(p==null?void 0:p.id)||g),show:a.jsx(F,{condition:!!m1,show:a.jsx(G4,{variant:"outlined",onClick:()=>f(!0),disabled:W,children:"Reject changes"}),elseShow:a.jsx(G4,{variant:"outlined",onClick:G,disabled:W,children:"Cancel changes"})})})]})]})}),a.jsxs(oe,{open:t,onClick:w,onClose:k,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:o1=>({color:o1.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(nj,{open:i,onConfirm:j,onClose:u1,disabled:W}),a.jsxs(a.Fragment,{children:[a.jsx(uj,{open:s,onConfirm:Y,onClose:Q,disabled:!K||W,projectId:e,environment:b.environment,primaryButtonText:b.state==="Scheduled"?"Update scheduled time":"Schedule changes",title:b.state==="Scheduled"?"Update schedule":"Schedule changes",scheduledAt:m1}),a.jsx(oj,{open:l,onConfirm:z,onClose:h1,scheduledTime:m1,disabled:!K||W,projectId:e,environment:b.environment}),a.jsx(lj,{open:m,onConfirm:j,onClose:t1,scheduledTime:m1,disabled:W})]})]})]})},Pj=({value:e,row:{original:t}})=>{const n=()=>e?a.jsx(wc,{changeRequest:t}):null;return e?a.jsx(_1,{children:n()}):a.jsx(_1,{})},Ej=h("div")(({theme:e})=>({display:"flex",flexDirection:"row",alignItems:"center",margin:0})),Zj=({value:e})=>{const{searchQuery:t}=Z0();return a.jsx(_1,{children:a.jsx(Ej,{children:a.jsxs(I,{component:"span",variant:"body2",children:[" ",a.jsx(v3,{search:t,children:e==null?void 0:e.username})]})})})},Ij=h("div")(({theme:e})=>({display:"flex",flexDirection:"row",margin:0})),Mj=({value:e,row:{original:t}})=>{const{searchQuery:n}=Z0(),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(_1,{sx:{minWidth:"200px"},children:[a.jsx(Ij,{children:a.jsx(I,{variant:"body2",children:a.jsx(ie,{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(_1,{})},Aj=Br()(e=>({header:{padding:e.spacing(0,4)},bodyClass:{padding:e.spacing(2,4,4,4),overflowX:"auto"}})),Fj=h(D)(({theme:e})=>({display:"flex",flexDirection:"column",width:"300px",padding:e.spacing(1,0,1,2)})),Rj=h(g1)(({theme:e})=>({overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap",textDecoration:"none","&:hover, &:focus":{textDecoration:"underline"}})),Vj=h(g1)(({theme:e})=>({textDecoration:"none","&:hover, &:focus":{textDecoration:"underline"}})),Lj=h(D)(({theme:e})=>({display:"flex",flexDirection:"column",fontSize:e.fontSizes.smallBody,width:"100%",whiteSpace:"nowrap"})),Nj=({value:e,project:t})=>{const{searchQuery:n}=Z0(),i=e==null?void 0:e.map(c=>c.name);return a.jsx(Fj,{children:a.jsx(F,{condition:(i==null?void 0:i.length)<3,show:i==null?void 0:i.map(c=>a.jsx(Rj,{title:c,to:`/projects/${t}/features/${c}`,children:a.jsx(v3,{search:n,children:c})},c)),elseShow:a.jsxs(J3,{tooltipProps:{maxWidth:"800px"},tooltip:a.jsx(Lj,{children:i==null?void 0:i.map(c=>a.jsx(Vj,{title:c,to:`/projects/${t}/features/${c}`,children:a.jsx(v3,{search:n,children:c})},c))}),children:[i==null?void 0:i.length," toggles"]})})})},Wj={id:"createdAt",desc:!0},zj=h("div")({paddingLeft:0,paddingBottom:0}),Bj=h(p2)(({theme:e})=>({textTransform:"none",width:"auto",fontSize:e.fontSizes.bodySize,[e.breakpoints.up("md")]:{minWidth:160}})),Yj=h(D)(({theme:e})=>({textAlign:"right",paddingBottom:e.spacing(2),fontSize:e.fontSizes.smallBody})),Hj=({changeRequests:e=[],placeholder:t,loading:n,projectId:i})=>{const{classes:c}=Aj(),s=K1(O0.breakpoints.down("md")),[o,l]=F2(),[d,m]=u.useState(o.get("search")||""),{value:f,setValue:p}=Ir(`${i}:ProjectChangeRequest`,Wj),g=o.get("type")||f.type,[v,x]=u.useState(g==="closed"?"closed":"open"),[y,_]=u.useMemo(()=>{const Y=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[Y,E]},[e]),b=[{title:"Change requests",data:y,type:"open"},{title:"Closed",data:_,type:"closed"}],S=b.find(Y=>Y.type===v)||b[0],P=u.useMemo(()=>[{id:"Title",Header:"Title",width:100,canSort:!0,accessor:"title",searchable:!0,Cell:Mj},{id:"Updated feature flags",Header:"Updated feature flags",canSort:!1,accessor:"features",searchable:!0,filterName:"feature",filterParsing:Y=>(Y==null?void 0:Y.map(({name:E})=>E).join(`
691
+ `))||"",filterBy:(Y,E)=>Y.features.find(w=>E.map(j=>j.toLowerCase()).includes(w.name.toLowerCase())),Cell:({value:Y,row:{original:{title:E}}})=>a.jsx(Nj,{project:i,value:Y},E)},{Header:"By",accessor:"createdBy",maxWidth:180,canSort:!1,Cell:Zj,align:"left",searchable:!0,filterName:"by",filterParsing:Y=>(Y==null?void 0:Y.username)||""},{Header:"Submitted",accessor:"createdAt",maxWidth:100,Cell:b2},{Header:"Environment",accessor:"environment",searchable:!0,maxWidth:100,Cell:N2,filterName:"environment"},{Header:"Status",accessor:"state",searchable:!0,maxWidth:"170px",Cell:Pj,filterName:"status"}],[i]),{data:C,getSearchText:$,getSearchContext:A}=Yr(P,d,S==null?void 0:S.data),O=u.useMemo(()=>n?Tu:C,[C,n]),[N]=u.useState(()=>({sortBy:[{id:o.get("sort")||f.id,desc:o.has("order")?o.get("order")==="desc":f.desc}],hiddenColumns:[]})),{headerGroups:W,rows:V,state:{sortBy:M},prepareRow:q,setHiddenColumns:K,getTableProps:Z,getTableBodyProps:z}=q1.useTable({columns:P,data:O,initialState:N,sortTypes:I0,autoResetHiddenColumns:!1,disableSortRemove:!0,autoResetSortBy:!1,defaultColumn:{Cell:_1}},q1.useSortBy);return W2([{condition:s,columns:["createdBy"]}],K,P),u.useEffect(()=>{if(n)return;const Y={};Y.sort=M[0].id,M[0].desc&&(Y.order="desc"),d&&(Y.search=d),Y.type=v,l(Y,{replace:!0}),p(E=>({...E,id:M[0].id,desc:M[0].desc||!1,type:v}))},[n,M,d,l,v]),a.jsxs(F1,{isLoading:n,bodyClass:c.bodyClass,headerClass:c.header,header:a.jsx(w1,{titleElement:a.jsx(zj,{children:a.jsx(Vr,{value:S==null?void 0:S.title,indicatorColor:"primary",textColor:"primary",variant:"scrollable",allowScrollButtonsMobile:!0,children:b.map(Y=>a.jsx(Bj,{label:`${Y.title} (${Y.data.length})`,value:Y.title,onClick:()=>x(Y.type)},Y.title))})}),actions:a.jsx(he,{placeholder:"Search and Filter",expandable:!0,initialValue:d,onChange:m,hasFilters:!0,getSearchContext:A,id:"changeRequestList"})}),children:[a.jsx(Yj,{children:a.jsx(g1,{to:`/projects/${i}/settings/change-requests`,children:"Change request configuration"})}),a.jsx(q3,{value:$(d),children:a.jsxs(z2,{...Z(),children:[a.jsx(B2,{headerGroups:W}),a.jsx(Y2,{...z(),children:V.map(Y=>{q(Y);const{key:E,...w}=Y.getRowProps();return a.jsx(H2,{hover:!0,...w,children:Y.cells.map(j=>{const{key:R,...G}=j.getCellProps();return a.jsx(U2,{...G,children:j.render("Cell")},R)})},E)})})]})}),a.jsx(F,{condition:V.length===0,show:()=>a.jsx(F,{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."})})})]})},Uj=e=>fetch(e).then(te("ChangeRequest")).then(t=>t.json()),kj=e=>{const{data:t,error:n,mutate:i}=Dc([],N1(`api/admin/projects/${e}/change-requests`),Uj);return u.useMemo(()=>({changeRequests:t,loading:!n&&!t,refetch:i,error:n}),[t,n,i])},qj=()=>{const e=e1("projectId"),t=be(e),{isOss:n,isPro:i}=p1();fe(`Change requests – ${t}`);const{changeRequests:c,loading:s}=kj(e),{data:o,loading:l}=Tc(e),d=o.some(m=>m.changeRequestEnabled);return n()||i()?a.jsx(F1,{sx:{justifyContent:"center"},children:a.jsx(M0,{feature:"change-requests"})}):a.jsx(Hj,{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 d1=(e=>(e.USER="USERS",e.GROUP="GROUPS",e.SERVICE_ACCOUNT="SERVICE ACCOUNTS",e))(d1||{});const R0=(e,t={})=>{const n=N1(`api/admin/projects/${e}/access`),i=()=>fetch(n,{method:"GET"}).then(te("project access")).then(p=>p.json()),c=`api/admin/projects/${e}/users`,{data:s,error:o}=g3(c,i,t),[l,d]=u.useState(!o&&!s),m=()=>{Pu(c)};return u.useEffect(()=>{d(!o&&!s)},[s,o]),{access:u.useMemo(()=>{if(s)return Kj({roles:s.roles,users:s.users.filter(({accountType:p})=>!p||p==="User"),serviceAccounts:s.users.filter(({accountType:p})=>p==="Service Account"),groups:(s==null?void 0:s.groups.map(p=>({...p,users:sm(p.users??[])})))??[]})},[s]),error:o,loading:l,refetchProjectAccess:m}},Kj=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"}))]}},Gj=h(F1)(({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`})),Qj=h("div")(({theme:e})=>({display:"flex",flexDirection:"column","& > span":{display:"flex",alignItems:"center",color:e.palette.text.secondary,fontSize:e.fontSizes.bodySize}})),o7={id:"joinedAt",desc:!0},Q4=[{Header:"Avatar",accessor:"imageUrl",Cell:({row:{original:e}})=>a.jsx(_1,{children:a.jsx(L2,{user:e})}),maxWidth:85,disableSortBy:!0},{id:"name",Header:"Name",accessor:e=>e.name||"",Cell:({value:e,row:{original:t}})=>a.jsx(N2,{value:e,subtitle:t.email||t.username}),minWidth:100,searchable:!0},{id:"joined",Header:"Joined",accessor:"joinedAt",Cell:xc,maxWidth:150},{id:"lastLogin",Header:"Last login",accessor:e=>e.seenAt||"",Cell:({row:{original:e}})=>a.jsx(b2,{value:e.seenAt,emptyText:"Never",title:t=>`Last login: ${t}`}),maxWidth:150},{accessor:e=>e.username||"",Header:"Username",searchable:!0},{accessor:e=>e.email||"",Header:"Email",searchable:!0}],Jj=["imageUrl","name","joined","lastLogin"],Xj=({open:e,setOpen:t,group:n,projectId:i,subtitle:c,onEdit:s,onRemove:o})=>{const l=S1(),d=K1(l.breakpoints.down("md")),[m]=u.useState(()=>({sortBy:[{id:o7.id,desc:o7.desc}],hiddenColumns:["Username","Email"]})),[f,p]=u.useState(""),{data:g,getSearchText:v,getSearchContext:x}=Yr(Q4,f,(n==null?void 0:n.users)??[]),{headerGroups:y,rows:_,prepareRow:b,setHiddenColumns:S}=q1.useTable({columns:Q4,data:g,initialState:m,sortTypes:I0,autoResetHiddenColumns:!1,autoResetSortBy:!1,disableSortRemove:!0,disableMultiSort:!0},q1.useSortBy,q1.useFlexLayout);return W2([{condition:d,columns:Jj}],S,Q4),a.jsx(Pe,{open:e,onClose:()=>{t(!1)},label:(n==null?void 0:n.name)||"Group",children:a.jsxs(Gj,{header:a.jsx(w1,{secondary:!0,titleElement:a.jsxs(Qj,{children:[n==null?void 0:n.name," (",_.length<g.length?`${_.length} of ${g.length}`:g.length,")",a.jsx("span",{children:c})]}),actions:a.jsxs(a.Fragment,{children:[a.jsx(F,{condition:!d,show:a.jsxs(a.Fragment,{children:[a.jsx(he,{initialValue:f,onChange:p,hasFilters:!0,getSearchContext:x}),a.jsx(w1.Divider,{})]})}),a.jsx(A3,{permission:G1,projectId:i,tooltipProps:{title:"Edit group access"},onClick:s,children:a.jsx(Q3,{})}),a.jsx(A3,{permission:G1,projectId:i,tooltipProps:{title:"Remove group access"},onClick:o,children:a.jsx(b3,{})})]}),children:a.jsx(F,{condition:d,show:a.jsx(he,{initialValue:f,onChange:p,hasFilters:!0,getSearchContext:x})})}),children:[a.jsx(q3,{value:v(f),children:a.jsx(Hr,{rows:_,headerGroups:y,prepareRow:b})}),a.jsx(F,{condition:_.length===0,show:a.jsx(F,{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."})})})]})})},ey=h("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 ty(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 ny=h("li")(({theme:e})=>({display:"flex",gap:e.spacing(.5)})),ay=({roles:e,value:t,setValue:n,required:i,...c})=>{const s=(l,d,m)=>u.createElement(ny,{...l,key:d.id},a.jsx(T0,{icon:a.jsx(Wr,{fontSize:"small"}),checkedIcon:a.jsx(zr,{fontSize:"small"}),checked:m.selected}),a.jsxs(ey,{children:[a.jsx("span",{children:d.name}),a.jsx("span",{children:d.description})]})),o=ty(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(ce,{...l,label:"Role",required:i}),...c}),a.jsx(F,{condition:t.length>0,show:()=>a.jsx(a.Fragment,{children:t.map(({id:l})=>a.jsx(Eu,{sx:{marginTop:1},roleId:l},l))})})]})},ry=h("form")(()=>({display:"flex",flexDirection:"column",height:"100%"})),l7=h("p")(({theme:e})=>({color:e.palette.text.secondary,marginBottom:e.spacing(1)})),d7=h("div")(({theme:e})=>({"& > div:first-of-type":{width:"100%",maxWidth:e.spacing(50),marginBottom:e.spacing(2)}})),iy=h("div")(({theme:e})=>({marginTop:e.spacing(6),display:"flex",justifyContent:"flex-end"})),cy=h(c1)(({theme:e})=>({marginLeft:e.spacing(3)})),sy=h("div")(({theme:e})=>({display:"flex",flexDirection:"column","& > span:last-of-type":{color:e.palette.text.secondary}})),oy=h("div")(({theme:e})=>({display:"flex",flexDirection:"column","& > span:first-of-type":{color:e.palette.text.secondary}})),D5=({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:p}=R0(f),{addAccessToProject:g,setUserRoles:v,setGroupRoles:x,loading:y}=Ge(),_=!!e,b=Zu(f),{setToastData:S,setToastApiError:P}=C1(),C=le(),$=[...c.filter(w=>_||!t.some(({entity:{id:j},type:R})=>w.id===j&&R===d1.GROUP)).map(w=>({id:w.id,entity:w,type:d1.GROUP})),...n.filter(w=>_||!t.some(({entity:{id:j},type:R})=>w.id===j&&R===d1.USER)).sort((w,j)=>{const R=w.name||w.username||"",G=j.name||j.username||"";return R.localeCompare(G)}).map(w=>({id:w.id,entity:w,type:d1.USER})),...i.filter(w=>_||!t.some(({entity:{id:j},type:R})=>w.id===j&&R===d1.SERVICE_ACCOUNT)).sort((w,j)=>{const R=w.name||w.username||"",G=j.name||j.username||"";return R.localeCompare(G)}).map(w=>({id:w.id,entity:w,type:d1.SERVICE_ACCOUNT}))],[A,O]=u.useState(()=>$.filter(({id:w,type:j})=>w===(e==null?void 0:e.entity.id)&&j===(e==null?void 0:e.type))),[N,W]=u.useState(s.filter(({id:w})=>{var j,R;return(R=(j=e==null?void 0:e.entity)==null?void 0:j.roles)==null?void 0:R.includes(w)})),V={roles:N.map(({id:w})=>w),groups:A==null?void 0:A.filter(({type:w})=>w===d1.GROUP).map(({id:w})=>w),users:A==null?void 0:A.filter(({type:w})=>w===d1.USER||w===d1.SERVICE_ACCOUNT).map(({id:w})=>w)},M=async w=>{if(w.preventDefault(),!!z)try{_?(e==null?void 0:e.type)===d1.USER||(e==null?void 0:e.type)===d1.SERVICE_ACCOUNT?await v(f,N.map(({id:j})=>j),e.entity.id):(e==null?void 0:e.type)===d1.GROUP&&await x(f,N.map(({id:j})=>j),e.entity.id):await g(f,V),p(),C(ke),S({text:`${A.length} ${A.length===1?"access":"accesses"} ${_?"edited":"assigned"} successfully`,type:"success"})}catch(j){P(y1(j))}},q=()=>_?`curl --location --request PUT '${l.unleashUrl}/api/admin/projects/${f}/${(e==null?void 0:e.type)===d1.USER||(e==null?void 0:e.type)===d1.SERVICE_ACCOUNT?"users":"groups"}/${e==null?void 0:e.entity.id}/roles' \\
692
692
  --header 'Authorization: INSERT_API_KEY' \\
693
693
  --header 'Content-Type: application/json' \\
694
694
  --data-raw '${JSON.stringify({roles:V.roles},void 0,2)}'`:`curl --location --request POST '${l.unleashUrl}/api/admin/projects/${f}/access' \\
695
695
  --header 'Authorization: INSERT_API_KEY' \\
696
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."},M=(w,j,R)=>{let G,q;return j.type===l1.GROUP?G=j.entity:q=j.entity,r.jsx(H1,{title:K(G),children:r.jsx("span",{children:r.jsxs("li",{...w,children:[r.jsx(E2,{icon:r.jsx(Sc,{fontSize:"small"}),checkedIcon:r.jsx(Oc,{fontSize:"small"}),style:{marginRight:8},checked:R}),r.jsx(F,{condition:j.type===l1.GROUP,show:r.jsx("span",{children:r.jsxs(Yj,{children:[r.jsx("span",{children:G==null?void 0:G.name}),r.jsxs("span",{children:[G==null?void 0:G.userCount," users"]})]})}),elseShow:r.jsxs(Hj,{children:[r.jsx("span",{children:(q==null?void 0:q.name)||(q==null?void 0:q.username)}),r.jsx("span",{children:q!=null&&q.name&&(q!=null&&q.username)?q==null?void 0:q.username:q==null?void 0:q.email})]})})]})})})},B=Z.length>0&&W.length>0,H=b(s2)||o.length===0||o.some(w=>w.name==="Owner");let E;return H?E=s:E=s.filter(w=>o.some(j=>w.id===j.id)),r.jsx(Pe,{open:!0,onClose:()=>C(Ue),label:`${_?"Edit":"Assign"} ${m} access`,children:r.jsx(Qe,{loading:y,modal:!0,title:`${_?"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/how-to/how-to-create-and-assign-custom-project-roles",documentationLinkLabel:"Project access documentation",formatApiCode:U,children:r.jsxs(Wj,{onSubmit:I,children:[r.jsxs("div",{children:[r.jsxs(i7,{"data-testid":Cu,children:["Select the ",m]}),r.jsx(c7,{children:r.jsx(tm,{"data-testid":Du,size:"small",multiple:!0,openOnFocus:!0,limitTags:10,disableCloseOnSelect:!0,disabled:_,value:Z,getOptionDisabled:w=>w.type===l1.GROUP?!!w.entity.rootRole:!1,onChange:(w,j,R)=>{w.type==="keydown"&&w.key==="Backspace"&&R==="removeOption"||O(j)},options:D,groupBy:w=>w.type,renderOption:(w,j,{selected:R})=>M(w,j,R),getOptionLabel:w=>{if(w.type===l1.USER||w.type===l1.SERVICE_ACCOUNT){const j=w.entity;return j.email||j.name||j.username||""}else return w.entity.name},filterOptions:(w,{inputValue:j})=>w.filter(R=>{if(R.type===l1.USER||R.type===l1.SERVICE_ACCOUNT){const G=R.entity;return k0(j,G.email)||k0(j,G.name)||k0(j,G.username)}return k0(j,R.entity.name)}),isOptionEqualToValue:(w,j)=>w.type===j.type&&w.entity.id===j.entity.id,renderInput:w=>r.jsx(he,{...w,label:V2(m)})})}),r.jsx(i7,{children:"Select the role to assign for this project"}),r.jsx(c7,{children:r.jsx(Nj,{"data-testid":$u,roles:E,value:W,setValue:z})})]}),r.jsxs(zj,{children:[r.jsx(c1,{"data-testid":Tu,type:"submit",variant:"contained",color:"primary",disabled:!B,children:_?"Save":`Assign ${m}`}),r.jsx(Bj,{onClick:()=>C(Ue),children:"Cancel"})]})]})})})},O5=()=>{var i,c;const{data:e,error:t,mutate:n}=N3(Y1("api/admin/user-admin/access"),Uj);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}},Uj=e=>fetch(e).then(oe("Access")).then(t=>t.json()),kj=e=>{const t=()=>{const i=Y1(`api/admin/user/roles?projectId=${e}`);return fetch(i,{method:"GET"}).then(oe("User Project roles")).then(c=>c.json())},n=`api/admin/projects/${e}/roles`;return{fetcher:t,KEY:n}},C5=(e,t={})=>{const{KEY:n,fetcher:i}=kj(e),{data:c,error:s,mutate:o}=N3(n,i,t),l=u.useCallback(()=>{o()},[o]);return{roles:(c==null?void 0:c.roles)||[],loading:!s&&!c,error:s,refetch:l}},qj=()=>{const e=e1("projectId"),{roles:t}=C5(e),{access:n}=M0(e),{users:i,serviceAccounts:c,groups:s}=O5();return!n||!i||!c||!s?null:r.jsx(S5,{accesses:n.rows,users:i,serviceAccounts:c,groups:s,roles:n.roles,userRoles:t})},Kj=()=>{const e=e1("projectId"),t=e1("userId"),{roles:n}=C5(e),{access:i}=M0(e),{users:c,serviceAccounts:s,groups:o}=O5();if(!i||!c||!s||!o)return null;const l=i.rows.find(d=>d.entity.id===Number(t)&&d.type!==l1.GROUP);return r.jsx(S5,{accesses:i.rows,selected:l,users:c,serviceAccounts:s,groups:o,roles:i.roles,userRoles:n})},Gj=()=>{const e=e1("projectId"),t=e1("groupId"),{roles:n}=C5(e),{access:i}=M0(e),{users:c,serviceAccounts:s,groups:o}=O5();if(!i||!c||!s||!o)return null;const l=i.rows.find(d=>d.entity.id===Number(t)&&d.type===l1.GROUP);return r.jsx(S5,{accesses:i.rows,selected:l,users:c,serviceAccounts:s,groups:o,roles:i.roles,userRoles:n})},Qj={id:"added",desc:!0},{value:s7,setValue:Jj}=Zr("ProjectAccess:v1",Qj),Xj=h("div")(({theme:e})=>({display:"inline-flex",alignItems:"center",flexWrap:"wrap",marginLeft:e.spacing(1)})),ey=h(L2)(({theme:e})=>({marginRight:e.spacing(-3.5)})),ty=h(L2)(({theme:e})=>({outline:`${e.spacing(.25)} solid ${e.palette.background.paper}`})),ny=["imageUrl","role","added","lastLogin"],ay=["lastLogin","added"],ry=()=>{const e=e1("projectId"),{uiConfig:t}=m1(),{flags:n}=t,i=n.UG?"user / group":"user",c=se(),s=O1(),o=K1(s.breakpoints.down("md")),l=K1(s.breakpoints.down("lg")),{setToastData:d}=S1(),{access:m,refetchProjectAccess:f}=M0(e),{removeUserAccess:v,removeGroupAccess:g}=Ge(),[p,x]=u.useState(!1),[y,_]=u.useState(!1),[b,S]=u.useState(),P=j=>{var R;return j.length>1?`${j.length} roles`:((R=m==null?void 0:m.roles.find(({id:G})=>G===j[0]))==null?void 0:R.name)||""},C=u.useMemo(()=>[{Header:"Avatar",accessor:"imageUrl",Cell:({row:{original:j}})=>{var R;return r.jsxs(Xj,{children:[r.jsx(F,{condition:j.type===l1.GROUP,show:r.jsx(ey,{})}),r.jsx(ty,{user:j.entity,children:(R=j.entity.users)==null?void 0:R.length})]})},maxWidth:85,disableSortBy:!0},{id:"name",Header:"Name",accessor:j=>j.entity.name||"",Cell:({value:j,row:{original:R}})=>{var G,q,d1;return r.jsx(F,{condition:R.type===l1.GROUP,show:r.jsx(Z0,{onClick:()=>{S(R),_(!0)},title:j,subtitle:`${(G=R.entity.users)==null?void 0:G.length} users`}),elseShow:r.jsx(N2,{value:j,subtitle:((q=R.entity)==null?void 0:q.email)||((d1=R.entity)==null?void 0:d1.username)})})},minWidth:100,searchable:!0},{id:"role",Header:"Role",accessor:j=>P(j.entity.roles),Cell:({value:j,row:{original:R}})=>r.jsx(b8,{value:j,roles:R.entity.roles}),maxWidth:175,filterName:"role"},{id:"added",Header:"Added",accessor:j=>j.entity.addedAt||"",Cell:({value:j})=>r.jsx(g2,{value:j,emptyText:"Never"}),maxWidth:130},{id:"lastLogin",Header:"Last login",accessor:j=>j.type!==l1.GROUP?j.entity.seenAt||"":j.entity.users.map(({seenAt:G})=>G).sort().reverse()[0],Cell:({value:j})=>r.jsx(g2,{value:j,emptyText:"Never"}),maxWidth:130},{id:"actions",Header:"Actions",disableSortBy:!0,align:"center",maxWidth:150,Cell:({row:{original:j}})=>r.jsxs(Br,{children:[r.jsx(I3,{"data-testid":Pu,component:p1,permission:[G1,E4],projectId:e,to:`edit/${j.type===l1.GROUP?"group":"user"}/${j.entity.id}`,tooltipProps:{title:"Edit access"},children:r.jsx(G3,{})}),r.jsx(I3,{"data-testid":Eu,permission:[G1,E4],projectId:e,onClick:()=>{S(j),x(!0)},tooltipProps:{title:"Remove access"},children:r.jsx(g3,{})})]})},{accessor:j=>{var R;return j.type!==l1.GROUP&&((R=j.entity)==null?void 0:R.username)||""},Header:"Username",searchable:!0},{accessor:j=>{var R;return j.type!==l1.GROUP&&((R=j.entity)==null?void 0:R.email)||""},Header:"Email",searchable:!0}],[m,e]),[D,Z]=F2(),[O]=u.useState(()=>({sortBy:[{id:D.get("sort")||s7.id,desc:D.has("order")?D.get("order")==="desc":s7.desc}],hiddenColumns:["Username","Email"],globalFilter:D.get("search")||""})),[W,z]=u.useState(O.globalFilter),{data:V,getSearchText:I,getSearchContext:U}=Wr(C,W,(m==null?void 0:m.rows)??[]),{headerGroups:K,rows:M,prepareRow:B,setHiddenColumns:H,state:{sortBy:E}}=q1.useTable({columns:C,data:V,initialState:O,sortTypes:P0,autoResetHiddenColumns:!1,autoResetSortBy:!1,disableSortRemove:!0,disableMultiSort:!0,defaultColumn:{Cell:y1}},q1.useSortBy,q1.useFlexLayout);W2([{condition:o,columns:ny},{condition:l,columns:ay}],H,C),u.useEffect(()=>{const j={};j.sort=E[0].id,E[0].desc&&(j.order="desc"),W&&(j.search=W),Z(j,{replace:!0}),Jj({id:E[0].id,desc:E[0].desc||!1})},[E,W,Z]);const w=async j=>{if(!j)return;const{id:R}=j.entity;let G=j.entity.name;if(j.type!==l1.GROUP){const q=j.entity;G=G||q.email||q.username||""}try{j.type!==l1.GROUP?await v(e,R):await g(e,R),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 r.jsxs(A1,{header:r.jsx(_1,{secondary:!0,title:`User access (${M.length<V.length?`${M.length} of ${V.length}`:V.length})`,actions:r.jsxs(r.Fragment,{children:[r.jsx(F,{condition:!o,show:r.jsxs(r.Fragment,{children:[r.jsx(ue,{initialValue:W,onChange:z,hasFilters:!0,getSearchContext:U}),r.jsx(_1.Divider,{})]})}),r.jsxs(A2,{onClick:()=>c("create"),maxWidth:"700px",Icon:p3,permission:[G1,E4],projectId:e,"data-testid":Zu,children:["Assign ",i]})]}),children:r.jsx(F,{condition:o,show:r.jsx(ue,{initialValue:W,onChange:z,hasFilters:!0,getSearchContext:U})})}),children:[r.jsx(k3,{value:I(W),children:r.jsx(zr,{rows:M,headerGroups:K,prepareRow:B})}),r.jsx(F,{condition:M.length===0,show:r.jsx(F,{condition:(W==null?void 0:W.length)>0,show:r.jsxs(ee,{children:["No access found matching “",W,"”"]}),elseShow:r.jsxs(ee,{children:["No access available. Get started by assigning a"," ",i,"."]})})}),r.jsxs(J3,{children:[r.jsx(b1,{path:"create",element:r.jsx(qj,{})}),r.jsx(b1,{path:"edit/group/:groupId",element:r.jsx(Gj,{})}),r.jsx(b1,{path:"edit/user/:userId",element:r.jsx(Kj,{})})]}),r.jsx(ce,{open:p,onClick:()=>w(b),onClose:()=>{x(!1)},title:`Really remove ${i} from this project?`}),r.jsx(Fj,{open:y,setOpen:_,group:b==null?void 0:b.entity,projectId:e,subtitle:r.jsxs(r.Fragment,{children:[b&&b.entity.roles.length>1?"Roles:":"Role:",r.jsx(b8,{value:P((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:()=>{_(!1),x(!0)}})]})},iy=()=>{const e=e1("projectId"),t=xe(e),{hasAccess:n}=u.useContext(Ze),{isOss:i}=m1();return fe(`Project access – ${t}`),i()?r.jsx(A1,{header:r.jsx(_1,{title:"User access"}),sx:{justifyContent:"center"},children:r.jsx(E0,{feature:"access"})}):n([G1,Iu],e)?r.jsx(ry,{}):r.jsx(A1,{header:r.jsx(_1,{title:"User access"}),children:r.jsx(Z1,{severity:"error",children:"You need project owner permissions to access this section."})})},cy=e=>e.reduce((t,n)=>n.enabled?t+1:t,0),sy=h(z2)(({theme:e})=>({marginTop:e.spacing(3)})),oy=h("p",{shouldForwardProp:e=>e!=="warning"})(({theme:e,warning:t})=>({color:t?e.palette.error.dark:e.palette.text.primary,textAlign:"center"})),ly=({environment:e,warnEnabledToggles:t})=>{const n=u.useMemo(()=>[{id:"Icon",width:"1%",Cell:({row:{original:d}})=>r.jsx(Mu,{environment:d})},{Header:"Name",accessor:"name",Cell:y1},{Header:"Type",accessor:"type",Cell:y1},{Header:"Toggles enabled",accessor:"projectEnabledToggleCount",Cell:({value:d})=>r.jsx(y1,{children:r.jsx(oy,{warning:d>0,children:d===1?"1 toggle":`${d} toggles`})}),align:"center"}],[t]),{getTableProps:i,getTableBodyProps:c,headerGroups:s,rows:o,prepareRow:l}=q1.useTable({columns:n,data:[e],disableSortBy:!0});return r.jsxs(sy,{...i(),rowHeight:"compact",children:[r.jsx(B2,{headerGroups:s}),r.jsx(Y2,{...c(),children:o.map(d=>{l(d);const{key:m,...f}=d.getRowProps();return r.jsx(H2,{hover:!0,...f,children:d.cells.map(v=>{const{key:g,...p}=v.getCellProps();return r.jsx(U2,{...p,children:v.render("Cell")},g)})},m)})})]})},dy=h("p")(({theme:e})=>({marginTop:e.spacing(3),marginBottom:e.spacing(1.5)})),uy=h(j3)(()=>({width:"100%"})),hy=({environment:e,open:t,setOpen:n,onConfirm:i})=>{const[c,s]=u.useState("");return u.useEffect(()=>{s("")},[t]),r.jsxs(ce,{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:[r.jsxs(Z1,{severity:"error",children:[r.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."]}),r.jsx(ly,{environment:e}),r.jsxs(dy,{children:["In order to hide this environment, please enter the id of the environment in the textfield below:"," ",r.jsx("strong",{children:e==null?void 0:e.name})]}),r.jsx(uy,{label:"Environment name",value:c,onChange:o=>s(o.target.value)})]})},my=e=>{const{data:t,error:n,mutate:i}=N3(Y1(`api/admin/environments/project/${e}`),fy),c=u.useMemo(()=>t||[],[t]),s=u.useCallback(async()=>{await i()},[i]);return{environments:c,refetchEnvironments:s,loading:!n&&!t,error:n}},fy=async e=>(await fetch(e).then(oe("Environments")).then(n=>n.json())).environments.sort((n,i)=>n.sortOrder-i.sortOrder),py="/static/upgradeEnvironments-DCYoh4BH.png",vy=h($)(({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"})),gy=h(re)(({theme:e})=>({textDecoration:"none",fontWeight:e.typography.fontWeightBold})),xy=h("img")(({theme:e})=>({width:e.spacing(20)})),by=h(E1)(({theme:e})=>({position:"absolute",top:e.spacing(1.25),right:e.spacing(1.5)})),jy=h($)(({theme:e})=>({display:"flex",gap:e.spacing(3),marginTop:e.spacing(2),marginBottom:e.spacing(2)})),yy=h($)(({theme:e})=>({display:"flex",flexDirection:"column",justifyContent:"center",gap:e.spacing(1),maxWidth:e.spacing(60)})),_y=()=>{const[e,t]=_0("upgrade-environments:v1","open");return e==="closed"?null:r.jsxs(vy,{children:[r.jsxs(jy,{children:[r.jsx(xy,{src:w0(py),alt:"Multiple environments"}),r.jsxs(yy,{children:[r.jsx("b",{children:"Need more environments?"}),r.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."}),r.jsx(gy,{href:"https://www.getunleash.io/upgrade-unleash?utm_source=oss&utm_medium=feature&utm_content=environments",target:"_blank",children:"View our Enterprise offering"})]})]}),r.jsx(H1,{title:"Dismiss",arrow:!0,children:r.jsx(by,{"aria-label":"dismiss",onClick:()=>{t("closed")},size:"small",children:r.jsx(Z2,{fontSize:"inherit"})})})]})},wy=h(Z1)(({theme:e})=>({marginBottom:e.spacing(4)})),Sy=h("div")(({theme:e})=>({display:"flex",flexWrap:"wrap",[e.breakpoints.down("sm")]:{justifyContent:"center"}})),Oy=h(Au)(({theme:e})=>({maxWidth:"400px",marginBottom:e.spacing(2)})),Cy=()=>{const e=e1("projectId"),t=xe(e);fe(`Project environments – ${t}`);const{setToastData:n,setToastApiError:i}=S1(),{environments:c,loading:s,error:o,refetchEnvironments:l}=my(e),{project:d,refetch:m}=X1(e),{removeEnvironmentFromProject:f,addEnvironmentToProject:v}=Ge(),[g,p]=u.useState(),[x,y]=u.useState(!1),{isOss:_}=m1(),b=u.useMemo(()=>c.map(j=>{var R;return{...j,projectVisible:(R=d==null?void 0:d.environments)==null?void 0:R.map(G=>G.environment).includes(j.name)}}),[c,d==null?void 0:d.environments]),S=()=>{l(),m()},P=()=>r.jsx(Oy,{onClick:S,text:"Error fetching environments"}),C=j=>`Got an API error when trying to set the environment as ${j?"visible":"hidden"}`,D=async j=>{if(j.projectVisible){if(cy(b)>1){p(j),y(!0);return}n({text:"At least one environment must be visible in the project",type:"error"})}else try{await v(e,j.name),S(),n({text:"Environment set as visible",type:"success"})}catch{i(C(!0))}},Z=async()=>{if(g)try{await f(e,g.name),S(),n({text:"Environment hidden",type:"success"})}catch{i(C(!1))}finally{y(!1)}},O=j=>_()&&j.name==="default"||j.projectVisible&&W(),W=()=>b.filter(j=>j.projectVisible).length===1,z=j=>j.projectVisible&&W()?"Cannot disable, at least one environment must be visible in the project":j.projectVisible?"Hide environment and disable feature flags":"Make it visible",V=u.useMemo(()=>[{Header:"Name",accessor:"name",Cell:({row:{original:j}})=>r.jsx(Fu,{environment:j})},{Header:"Type",accessor:"type",Cell:N2},{Header:"Project API tokens",accessor:j=>j.projectApiTokenCount===1?"1 token":`${j.projectApiTokenCount} tokens`,Cell:y1},{Header:"Visible in project",accessor:"enabled",align:"center",width:1,Cell:({row:{original:j}})=>r.jsx(Br,{children:r.jsx(Cc,{tooltip:z(j),size:"medium",disabled:O(j),projectId:e,permission:G1,checked:j.projectVisible,onChange:()=>D(j)})}),disableGlobalFilter:!0}],[b]),{getTableProps:I,getTableBodyProps:U,headerGroups:K,rows:M,prepareRow:B,state:{globalFilter:H},setGlobalFilter:E}=q1.useTable({columns:V,data:b,disableSortBy:!0},q1.useGlobalFilter),w=r.jsx(_1,{title:`Environments (${M.length})`,actions:r.jsxs(r.Fragment,{children:[r.jsx(ue,{initialValue:H,onChange:E}),_()?null:r.jsxs(r.Fragment,{children:[r.jsx(_1.Divider,{}),r.jsx(re,{component:p1,to:"/environments",children:"Configure environments"})]})]})});return r.jsx(A1,{header:w,isLoading:s,children:r.jsxs(Sy,{children:[r.jsx(F,{condition:!!o,show:P()}),r.jsxs(wy,{severity:"info",children:[r.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"," ",r.jsx(p1,{to:"/admin/api",children:"API tokens here"}),".",r.jsx("br",{}),r.jsx("br",{}),"Your administrator can configure an environment-specific API token to be used in the SDK. If you are an administrator you can"," ",r.jsx(p1,{to:"/admin/api",children:"create a new API token here"}),"."]}),r.jsx(k3,{value:H,children:r.jsxs(z2,{...I(),rowHeight:"compact",children:[r.jsx(B2,{headerGroups:K}),r.jsx(Y2,{...U(),children:M.map(j=>{B(j);const{key:R,...G}=j.getRowProps();return r.jsx(H2,{hover:!0,...G,children:j.cells.map(q=>{const{key:d1,...u1}=q.getCellProps();return r.jsx(U2,{...u1,children:q.render("Cell")},d1)})},R)})})]})}),r.jsx(F,{condition:M.length===0,show:r.jsx(F,{condition:(H==null?void 0:H.length)>0,show:r.jsxs(ee,{children:["No environments found matching “",H,"”"]}),elseShow:r.jsx(ee,{children:"No environments available. Get started by adding one."})})}),_()?r.jsx(_y,{}):null,r.jsx(hy,{environment:g,open:x,setOpen:y,onConfirm:Z})]})})},Dy=e=>u.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:1386,height:512,fill:"none",viewBox:"0 0 1386 512",...e},u.createElement("rect",{width:1386,height:512,fill:"#F7F7FA",rx:12}),u.createElement("rect",{width:93,height:23,x:545.5,y:200.5,fill:"#F4FAEB",rx:3.5}),u.createElement("rect",{width:93,height:23,x:545.5,y:200.5,stroke:"#B0D182",rx:3.5}),u.createElement("g",{clipPath:"url(#clip0_20382_240644)"},u.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"})),u.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"}),u.createElement("rect",{width:93,height:23,x:545.5,y:352.5,fill:"#FFF2F3",rx:3.5}),u.createElement("rect",{width:93,height:23,x:545.5,y:352.5,stroke:"#FEB0B7",rx:3.5}),u.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"}),u.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"}),u.createElement("rect",{width:93,height:23,x:545.5,y:276.5,fill:"#FFF2F3",rx:3.5}),u.createElement("rect",{width:93,height:23,x:545.5,y:276.5,stroke:"#FEB0B7",rx:3.5}),u.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"}),u.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"}),u.createElement("rect",{width:133,height:23,x:318.5,y:275.5,fill:"#F1F0FC",rx:3.5}),u.createElement("rect",{width:133,height:23,x:318.5,y:275.5,stroke:"#BEBBF3",rx:3.5}),u.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"}),u.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"}),u.createElement("rect",{width:88,height:23,x:141.5,y:307.5,fill:"#FFF4E5",rx:3.5}),u.createElement("rect",{width:88,height:23,x:141.5,y:307.5,stroke:"#FFC46F",rx:3.5}),u.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"}),u.createElement("rect",{width:78,height:23,x:318.5,y:338.5,fill:"#F7F7FA",rx:3.5}),u.createElement("rect",{width:78,height:23,x:318.5,y:338.5,stroke:"#BDBDBF",rx:3.5}),u.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"}),u.createElement("path",{stroke:"#202021",strokeLinecap:"round",strokeWidth:1.5,d:"M242 319h30"}),u.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"}),u.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"}),u.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"}),u.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"}),u.createElement("path",{stroke:"#202021",strokeLinecap:"round",strokeWidth:1.5,d:"M463.5 287H494"}),u.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"}),u.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"}),u.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"}),u.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"}),u.createElement("circle",{cx:479,cy:286.997,r:5,fill:"#6C65E5",stroke:"#F7F7FA",strokeWidth:2}),u.createElement("path",{stroke:"#6C65E5",strokeLinecap:"round",strokeWidth:1.5,d:"M479 284v-90"}),u.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"}),u.createElement("path",{stroke:"#6C65E5",strokeLinecap:"round",strokeWidth:1.5,d:"M479 382v-92"}),u.createElement("circle",{cx:258,cy:319,r:5,fill:"#6C65E5",stroke:"#F7F7FA",strokeWidth:2}),u.createElement("path",{stroke:"#6C65E5",strokeLinecap:"round",strokeWidth:1.5,d:"M258 315v-46"}),u.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"}),u.createElement("rect",{width:93,height:23,x:733.5,y:125.5,fill:"#F4FAEB",rx:3.5}),u.createElement("rect",{width:93,height:23,x:733.5,y:125.5,stroke:"#B0D182",rx:3.5}),u.createElement("g",{clipPath:"url(#clip1_20382_240644)"},u.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"})),u.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"}),u.createElement("rect",{width:93,height:23,x:733.5,y:277.5,fill:"#FFF2F3",rx:3.5}),u.createElement("rect",{width:93,height:23,x:733.5,y:277.5,stroke:"#FEB0B7",rx:3.5}),u.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"}),u.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"}),u.createElement("rect",{width:93,height:23,x:733.5,y:201.5,fill:"#FFF4E5",rx:3.5}),u.createElement("rect",{width:93,height:23,x:733.5,y:201.5,stroke:"#FFC46F",rx:3.5}),u.createElement("g",{clipPath:"url(#clip2_20382_240644)"},u.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"})),u.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"}),u.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"}),u.createElement("path",{stroke:"#202021",strokeLinecap:"round",strokeWidth:1.5,d:"M651.5 212H682"}),u.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"}),u.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"}),u.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"}),u.createElement("circle",{cx:667,cy:211.997,r:5,fill:"#6C65E5",stroke:"#F7F7FA",strokeWidth:2}),u.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"}),u.createElement("path",{stroke:"#6C65E5",strokeLinecap:"round",strokeWidth:1.5,d:"M667 307v-92"}),u.createElement("path",{stroke:"#6C65E5",strokeLinecap:"round",strokeWidth:1.5,d:"M667 209v-90"}),u.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"}),u.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"}),u.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"}),u.createElement("path",{stroke:"#202021",strokeLinecap:"round",strokeWidth:1.5,d:"M839 211.999h30"}),u.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"}),u.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"}),u.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"}),u.createElement("rect",{width:93,height:23,x:964.5,y:213.5,fill:"#FFF2F3",rx:3.5}),u.createElement("rect",{width:93,height:23,x:964.5,y:213.5,stroke:"#FEB0B7",rx:3.5}),u.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"}),u.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"}),u.createElement("rect",{width:92,height:23,x:1256.5,y:366.5,fill:"#FFF2F3",rx:3.5}),u.createElement("rect",{width:92,height:23,x:1256.5,y:366.5,stroke:"#FEB0B7",rx:3.5}),u.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"}),u.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"}),u.createElement("rect",{width:93,height:23,x:965,y:169.207,fill:"#FFF4E5",rx:3.5}),u.createElement("rect",{width:93,height:23,x:965,y:169.207,stroke:"#FFC46F",rx:3.5}),u.createElement("g",{clipPath:"url(#clip3_20382_240644)"},u.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"})),u.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"}),u.createElement("rect",{width:93,height:23,x:1256,y:322.207,fill:"#FFF4E5",rx:3.5}),u.createElement("rect",{width:93,height:23,x:1256,y:322.207,stroke:"#FFC46F",rx:3.5}),u.createElement("g",{clipPath:"url(#clip4_20382_240644)"},u.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"})),u.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"}),u.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"}),u.createElement("path",{stroke:"#202021",strokeLinecap:"round",strokeWidth:1.5,d:"M899 179.707h14.5"}),u.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"}),u.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"}),u.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"}),u.createElement("path",{stroke:"#202021",strokeLinecap:"round",strokeWidth:1.5,d:"M1178 332.707h26.5"}),u.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"}),u.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"}),u.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"}),u.createElement("circle",{cx:898,cy:179.997,r:5,fill:"#6C65E5",stroke:"#F7F7FA",strokeWidth:2}),u.createElement("path",{stroke:"#6C65E5",strokeLinecap:"round",strokeWidth:1.5,d:"M898 177V74"}),u.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"}),u.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"}),u.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"}),u.createElement("circle",{cx:1193,cy:332.997,r:5,fill:"#6C65E5",stroke:"#F7F7FA",strokeWidth:2}),u.createElement("path",{stroke:"#6C65E5",strokeLinecap:"round",strokeWidth:1.5,d:"M1193 330v-86"}),u.createElement("circle",{cx:910,cy:311,r:5,fill:"#202021",stroke:"#F7F7FA",strokeWidth:2,transform:"rotate(-180 910 311)"}),u.createElement("path",{stroke:"#202021",strokeLinecap:"round",strokeWidth:1.5,d:"M910 314v35"}),u.createElement("rect",{width:93,height:23,x:964.5,y:123.5,fill:"#F4FAEB",rx:3.5}),u.createElement("rect",{width:93,height:23,x:964.5,y:123.5,stroke:"#B0D182",rx:3.5}),u.createElement("g",{clipPath:"url(#clip5_20382_240644)"},u.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"})),u.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"}),u.createElement("rect",{width:93,height:23,x:1072.5,y:321.5,fill:"#FFF2F3",rx:3.5}),u.createElement("rect",{width:93,height:23,x:1072.5,y:321.5,stroke:"#FEB0B7",rx:3.5}),u.createElement("g",{clipPath:"url(#clip6_20382_240644)"},u.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"})),u.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"}),u.createElement("rect",{width:93,height:23,x:1255.5,y:276.5,fill:"#F4FAEB",rx:3.5}),u.createElement("rect",{width:93,height:23,x:1255.5,y:276.5,stroke:"#B0D182",rx:3.5}),u.createElement("g",{clipPath:"url(#clip7_20382_240644)"},u.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"})),u.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"}),u.createElement("rect",{width:93,height:23,x:1072.5,y:281.5,fill:"#F4FAEB",rx:3.5}),u.createElement("rect",{width:93,height:23,x:1072.5,y:281.5,stroke:"#B0D182",rx:3.5}),u.createElement("g",{clipPath:"url(#clip8_20382_240644)"},u.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"})),u.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"}),u.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"}),u.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"}),u.createElement("path",{fill:"white",d:"M1268.87 469.429h-3.63v11.143h10.87v-11.143h-3.62v7.428h-3.62v-7.428Z"}),u.createElement("path",{fill:"#817AFE",d:"M1272.49 476.857h3.62v3.715h-3.62v-3.715Z"}),u.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"}),u.createElement("mask",{id:"mask0_20382_240644",width:16,height:16,x:887,y:326,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},u.createElement("path",{fill:"#D9D9D9",d:"M887 326h16v16h-16z"})),u.createElement("g",{mask:"url(#mask0_20382_240644)"},u.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"})),u.createElement("defs",null,u.createElement("clipPath",{id:"clip0_20382_240644"},u.createElement("path",{fill:"white",d:"M553 203h18v18h-18z"})),u.createElement("clipPath",{id:"clip1_20382_240644"},u.createElement("path",{fill:"white",d:"M746.5 128h18v18h-18z"})),u.createElement("clipPath",{id:"clip2_20382_240644"},u.createElement("path",{fill:"white",d:"M740 204h18v18h-18z"})),u.createElement("clipPath",{id:"clip3_20382_240644"},u.createElement("path",{fill:"white",d:"M971.5 171.707h18v18h-18z"})),u.createElement("clipPath",{id:"clip4_20382_240644"},u.createElement("path",{fill:"white",d:"M1262.5 324.707h18v18h-18z"})),u.createElement("clipPath",{id:"clip5_20382_240644"},u.createElement("path",{fill:"white",d:"M977.5 126h18v18h-18z"})),u.createElement("clipPath",{id:"clip6_20382_240644"},u.createElement("path",{fill:"white",d:"M1079 324h18v18h-18z"})),u.createElement("clipPath",{id:"clip7_20382_240644"},u.createElement("path",{fill:"white",d:"M1268.5 279h18v18h-18z"})),u.createElement("clipPath",{id:"clip8_20382_240644"},u.createElement("path",{fill:"white",d:"M1085.5 284h18v18h-18z"})))),Cs=()=>{const e=u.useRef(null),t=O1(),n=K1(t.breakpoints.down("md")),[i,c]=u.useState(!1),s="change-request-process-description";return r.jsxs(r.Fragment,{children:[r.jsx(F,{condition:!n,show:r.jsxs(A,{variant:"body2",children:["Show change request process"," "]})}),r.jsx(E1,{title:"Change request process",ref:e,onClick:()=>c(!0),children:r.jsx(Dc,{})}),r.jsx(C0,{open:i,anchorEl:e.current,anchorOrigin:{vertical:"bottom",horizontal:"right"},transformOrigin:{vertical:"top",horizontal:"right"},onClose:()=>c(!1),children:r.jsxs($,{sx:{p:{xs:2,md:4},maxWidth:920},id:s,children:[r.jsx(A,{variant:"h3",children:"Change request process:"}),r.jsx(A,{variant:"body2",children:r.jsxs("ol",{children:[r.jsx("li",{children:"When changes are detected they are added to a draft."}),r.jsxs("li",{children:["The user can submit the changes for review or discard them.",r.jsx("ul",{children:r.jsx("li",{children:"Once submitted, the changes are visible to everyone."})})]}),r.jsxs("li",{children:["A user with the"," ",r.jsx("strong",{children:"“Review change request”"})," ","permission can approve or reject the changes.",r.jsxs("ul",{children:[r.jsx("li",{children:"The user who created the change request can cancel it at this stage."}),r.jsx("li",{children:"Rejecting or canceling the changes will close the change request."})]})]}),r.jsxs(r.Fragment,{children:[r.jsxs("li",{children:["Once approved, a user with the"," ",r.jsx("strong",{children:"“Apply/Reject change request”"})," ","permission can apply, schedule, or reject the changes.",r.jsxs("ul",{children:[r.jsx("li",{children:"If applied, the changes will take effect and the change request will be closed."}),r.jsx("li",{children:"If scheduled, Unleash will attempt to apply the changes at the scheduled date and time."}),r.jsx("li",{children:"The user who created the change request can cancel the changes up until they are applied or scheduled."})]})]}),r.jsxs("li",{children:["A user with the"," ",r.jsx("strong",{children:"“Apply/Reject change request”"})," ","permission can reschedule, reject, or immediately apply a scheduled change request.",r.jsxs("ul",{children:[r.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."}),r.jsx("li",{children:"If the scheduled changes contain any conflicts, Unleash will refuse to apply them."}),r.jsx("li",{children:"If the user who scheduled the changes is removed from this Unleash instance, the scheduled changes will also not be applied."})]})]})]})]})}),r.jsx($,{sx:{mt:3},children:r.jsx(Dy,{"aria-details":s,style:{maxWidth:"100%",height:"auto"}})})]})})]})},o7=h($)(({theme:e})=>({padding:e.spacing(1),display:"flex",justifyContent:"center","& .MuiInputBase-input":{fontSize:e.fontSizes.smallBody}})),$y=()=>{const{trackEvent:e}=$1(),{hasAccess:t}=u.useContext(Ze),[n,i]=u.useState({isOpen:!1,enableEnvironment:"",isEnabled:!1,requiredApprovals:1}),c=O1(),s=e1("projectId"),{data:o,loading:l,refetchChangeRequestConfig:d}=wc(s),{updateChangeRequestEnvironmentConfig:m}=I2(),{setToastData:f,setToastApiError:v}=S1(),g=(O,W,z)=>()=>{i({isOpen:!0,enableEnvironment:O,isEnabled:W,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(W){v(j1(W))}}const y=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 _(O,W){x({project:s,environment:O.environment,enabled:O.changeRequestEnabled,requiredApprovals:Number(W)})}const b=u.useMemo(()=>[{Header:"Environment",accessor:"environment",disableSortBy:!0},{Header:"Type",accessor:"type",disableGlobalFilter:!0,disableSortBy:!0},{Header:"Required approvals",Cell:({row:{original:O}})=>O.changeRequestEnabled?r.jsx(o7,{"data-loading":!0,children:r.jsx(V3,{sx:{width:"140px",marginLeft:1},options:y,value:O.requiredApprovals||1,onChange:W=>{_(O,W)},disabled:!t([xr,m8],s),IconComponent:hc,fullWidth:!0})}):null,width:100,disableGlobalFilter:!0,disableSortBy:!0},{Header:"Status",accessor:"changeRequestEnabled",id:"changeRequestEnabled",align:"center",Cell:({value:O,row:{original:W}})=>r.jsx(o7,{"data-loading":!0,children:r.jsx(Cc,{checked:O,projectId:s,permission:[xr,m8],inputProps:{"aria-label":W.environment},onClick:g(W.environment,W.changeRequestEnabled,W.requiredApprovals)})}),width:100,disableGlobalFilter:!0,disableSortBy:!0}],[]),{getTableProps:S,getTableBodyProps:P,headerGroups:C,rows:D,prepareRow:Z}=q1.useTable({columns:b,data:o,sortTypes:P0,autoResetGlobalFilter:!1,disableSortRemove:!0,defaultColumn:{Cell:y1}},q1.useGlobalFilter);return r.jsxs(A1,{header:r.jsx(_1,{titleElement:"Change request configuration",actions:r.jsx(Cs,{})}),isLoading:l,children:[r.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"}),r.jsxs(z2,{...S(),children:[r.jsx(B2,{headerGroups:C}),r.jsx(Y2,{...P(),children:D.map(O=>{Z(O);const{key:W,...z}=O.getRowProps();return r.jsx(H2,{hover:!0,...z,children:O.cells.map(V=>{const{key:I,...U}=V.getCellProps();return r.jsx(U2,{...U,children:V.render("Cell")},I)})},W)})})]}),r.jsxs(ce,{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:[r.jsxs(A,{sx:{mb:1},children:["You are about to"," ",n.isEnabled?"disable":"enable"," “Change request”",r.jsx(F,{condition:!!n.enableEnvironment,show:r.jsxs(r.Fragment,{children:[" ","for"," ",r.jsx("strong",{children:n.enableEnvironment})]})}),"."]}),r.jsx(F,{condition:!n.isEnabled,show:r.jsx(A,{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."})})]})]})},Ty=()=>{const e=e1("projectId"),t=xe(e),{hasAccess:n}=u.useContext(Ze),{isOss:i,isPro:c}=m1();return fe(`Project change request configuration – ${t}`),i()||c()?r.jsx(A1,{header:r.jsx(_1,{titleElement:"Change request configuration",actions:r.jsx(Cs,{})}),sx:{justifyContent:"center"},children:r.jsx(E0,{feature:"change-requests"})}):n([G1,Ru],e)?r.jsx($y,{}):r.jsx(A1,{header:r.jsx(_1,{title:"Change request configuration"}),children:r.jsx(Z1,{severity:"error",children:"You need project owner permissions to access this section."})})},l7="Create project API token",Py=()=>{const e=e1("projectId"),{setToastApiError:t}=S1(),{uiConfig:n}=m1(),i=se(),[c,s]=u.useState(!1),[o,l]=u.useState(""),{getApiTokenPayload:d,tokenName:m,type:f,apiTokenTypes:v,environment:g,setTokenName:p,setTokenType:x,setEnvironment:y,isValid:_,errors:b,clearErrors:S}=nm(e),{createToken:P,loading:C}=a5(),{refetch:D}=n5(e),{trackEvent:Z}=$1();fe(l7);const O=`api/admin/projects/${e}/api-tokens`,W=dc,z=async K=>{if(K.preventDefault(),!!_())try{const M=d();await P(M,e).then(B=>B.json()).then(B=>{Lu(),l(B.secret),s(!0),Z("project_api_tokens",{props:{eventType:"api_key_created"}}),D()})}catch(M){t(j1(M))}},V=()=>{s(!1),i(Ue)},I=()=>`curl --location --request POST '${n.unleashUrl}/${O}' \\
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."},Z=(w,j,R)=>{let G,k;return j.type===d1.GROUP?G=j.entity:k=j.entity,a.jsx(H1,{title:K(G),children:a.jsx("span",{children:a.jsxs("li",{...w,children:[a.jsx(T0,{icon:a.jsx(Wr,{fontSize:"small"}),checkedIcon:a.jsx(zr,{fontSize:"small"}),style:{marginRight:8},checked:R}),a.jsx(F,{condition:j.type===d1.GROUP,show:a.jsx("span",{children:a.jsxs(sy,{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(oy,{children:[a.jsx("span",{children:(k==null?void 0:k.name)||(k==null?void 0:k.username)}),a.jsx("span",{children:k!=null&&k.name&&(k!=null&&k.username)?k==null?void 0:k.username:k==null?void 0:k.email})]})})]})})})},z=A.length>0&&N.length>0,Y=b(l2)||o.length===0||o.some(w=>w.name==="Owner");let E;return Y?E=s:E=s.filter(w=>o.some(j=>w.id===j.id)),a.jsx(Pe,{open:!0,onClose:()=>C(ke),label:`${_?"Edit":"Assign"} ${m} access`,children:a.jsx(Qe,{loading:y,modal:!0,title:`${_?"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/how-to/how-to-create-and-assign-custom-project-roles",documentationLinkLabel:"Project access documentation",formatApiCode:q,children:a.jsxs(ry,{onSubmit:M,children:[a.jsxs("div",{children:[a.jsxs(l7,{"data-testid":Iu,children:["Select the ",m]}),a.jsx(d7,{children:a.jsx($c,{"data-testid":Mu,size:"small",multiple:!0,openOnFocus:!0,limitTags:10,disableCloseOnSelect:!0,disabled:_,value:A,getOptionDisabled:w=>w.type===d1.GROUP?!!w.entity.rootRole:!1,onChange:(w,j,R)=>{w.type==="keydown"&&w.key==="Backspace"&&R==="removeOption"||O(j)},options:$,groupBy:w=>w.type,renderOption:(w,j,{selected:R})=>Z(w,j,R),getOptionLabel:w=>{if(w.type===d1.USER||w.type===d1.SERVICE_ACCOUNT){const j=w.entity;return j.email||j.name||j.username||""}else return w.entity.name},filterOptions:(w,{inputValue:j})=>w.filter(R=>{if(R.type===d1.USER||R.type===d1.SERVICE_ACCOUNT){const G=R.entity;return p3(j,G.email)||p3(j,G.name)||p3(j,G.username)}return p3(j,R.entity.name)}),isOptionEqualToValue:(w,j)=>w.type===j.type&&w.entity.id===j.entity.id,renderInput:w=>a.jsx(ce,{...w,label:V2(m)})})}),a.jsx(l7,{children:"Select the role to assign for this project"}),a.jsx(d7,{children:a.jsx(ay,{"data-testid":Au,roles:E,value:N,setValue:W})})]}),a.jsxs(iy,{children:[a.jsx(c1,{"data-testid":Fu,type:"submit",variant:"contained",color:"primary",disabled:!z,children:_?"Save":`Assign ${m}`}),a.jsx(cy,{onClick:()=>C(ke),children:"Cancel"})]})]})})})},$5=()=>{var i,c;const{data:e,error:t,mutate:n}=g3(N1("api/admin/user-admin/access"),ly);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}},ly=e=>fetch(e).then(te("Access")).then(t=>t.json()),dy=e=>{const t=()=>{const i=N1(`api/admin/user/roles?projectId=${e}`);return fetch(i,{method:"GET"}).then(te("User Project roles")).then(c=>c.json())},n=`api/admin/projects/${e}/roles`;return{fetcher:t,KEY:n}},T5=(e,t={})=>{const{KEY:n,fetcher:i}=dy(e),{data:c,error:s,mutate:o}=g3(n,i,t),l=u.useCallback(()=>{o()},[o]);return{roles:(c==null?void 0:c.roles)||[],loading:!s&&!c,error:s,refetch:l}},uy=()=>{const e=e1("projectId"),{roles:t}=T5(e),{access:n}=R0(e),{users:i,serviceAccounts:c,groups:s}=$5();return!n||!i||!c||!s?null:a.jsx(D5,{accesses:n.rows,users:i,serviceAccounts:c,groups:s,roles:n.roles,userRoles:t})},hy=()=>{const e=e1("projectId"),t=e1("userId"),{roles:n}=T5(e),{access:i}=R0(e),{users:c,serviceAccounts:s,groups:o}=$5();if(!i||!c||!s||!o)return null;const l=i.rows.find(d=>d.entity.id===Number(t)&&d.type!==d1.GROUP);return a.jsx(D5,{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}=T5(e),{access:i}=R0(e),{users:c,serviceAccounts:s,groups:o}=$5();if(!i||!c||!s||!o)return null;const l=i.rows.find(d=>d.entity.id===Number(t)&&d.type===d1.GROUP);return a.jsx(D5,{accesses:i.rows,selected:l,users:c,serviceAccounts:s,groups:o,roles:i.roles,userRoles:n})},fy={id:"added",desc:!0},{value:u7,setValue:py}=Ir("ProjectAccess:v1",fy),vy=h("div")(({theme:e})=>({display:"inline-flex",alignItems:"center",flexWrap:"wrap",marginLeft:e.spacing(1)})),gy=h(L2)(({theme:e})=>({marginRight:e.spacing(-3.5)})),xy=h(L2)(({theme:e})=>({outline:`${e.spacing(.25)} solid ${e.palette.background.paper}`})),by=["imageUrl","role","added","lastLogin"],jy=["lastLogin","added"],yy=()=>{const e=e1("projectId"),{uiConfig:t}=p1(),{flags:n}=t,i=n.UG?"user / group":"user",c=le(),s=S1(),o=K1(s.breakpoints.down("md")),l=K1(s.breakpoints.down("lg")),{setToastData:d}=C1(),{access:m,refetchProjectAccess:f}=R0(e),{removeUserAccess:p,removeGroupAccess:g}=Ge(),[v,x]=u.useState(!1),[y,_]=u.useState(!1),[b,S]=u.useState(),P=j=>{var R;return j.length>1?`${j.length} roles`:((R=m==null?void 0:m.roles.find(({id:G})=>G===j[0]))==null?void 0:R.name)||""},C=u.useMemo(()=>[{Header:"Avatar",accessor:"imageUrl",Cell:({row:{original:j}})=>{var R;return a.jsxs(vy,{children:[a.jsx(F,{condition:j.type===d1.GROUP,show:a.jsx(gy,{})}),a.jsx(xy,{user:j.entity,children:(R=j.entity.users)==null?void 0:R.length})]})},maxWidth:85,disableSortBy:!0},{id:"name",Header:"Name",accessor:j=>j.entity.name||"",Cell:({value:j,row:{original:R}})=>{var G,k,u1;return a.jsx(F,{condition:R.type===d1.GROUP,show:a.jsx(A0,{onClick:()=>{S(R),_(!0)},title:j,subtitle:`${(G=R.entity.users)==null?void 0:G.length} users`}),elseShow:a.jsx(N2,{value:j,subtitle:((k=R.entity)==null?void 0:k.email)||((u1=R.entity)==null?void 0:u1.username)})})},minWidth:100,searchable:!0},{id:"role",Header:"Role",accessor:j=>P(j.entity.roles),Cell:({value:j,row:{original:R}})=>a.jsx(_8,{value:j,roles:R.entity.roles}),maxWidth:175,filterName:"role"},{id:"added",Header:"Added",accessor:j=>j.entity.addedAt||"",Cell:({value:j})=>a.jsx(b2,{value:j,emptyText:"Never"}),maxWidth:130},{id:"lastLogin",Header:"Last login",accessor:j=>j.type!==d1.GROUP?j.entity.seenAt||"":j.entity.users.map(({seenAt:G})=>G).sort().reverse()[0],Cell:({value:j})=>a.jsx(b2,{value:j,emptyText:"Never"}),maxWidth:130},{id:"actions",Header:"Actions",disableSortBy:!0,align:"center",maxWidth:150,Cell:({row:{original:j}})=>a.jsxs(Ur,{children:[a.jsx(A3,{"data-testid":Ru,component:g1,permission:[G1,I4],projectId:e,to:`edit/${j.type===d1.GROUP?"group":"user"}/${j.entity.id}`,tooltipProps:{title:"Edit access"},children:a.jsx(Q3,{})}),a.jsx(A3,{"data-testid":Vu,permission:[G1,I4],projectId:e,onClick:()=>{S(j),x(!0)},tooltipProps:{title:"Remove access"},children:a.jsx(b3,{})})]})},{accessor:j=>{var R;return j.type!==d1.GROUP&&((R=j.entity)==null?void 0:R.username)||""},Header:"Username",searchable:!0},{accessor:j=>{var R;return j.type!==d1.GROUP&&((R=j.entity)==null?void 0:R.email)||""},Header:"Email",searchable:!0}],[m,e]),[$,A]=F2(),[O]=u.useState(()=>({sortBy:[{id:$.get("sort")||u7.id,desc:$.has("order")?$.get("order")==="desc":u7.desc}],hiddenColumns:["Username","Email"],globalFilter:$.get("search")||""})),[N,W]=u.useState(O.globalFilter),{data:V,getSearchText:M,getSearchContext:q}=Yr(C,N,(m==null?void 0:m.rows)??[]),{headerGroups:K,rows:Z,prepareRow:z,setHiddenColumns:Y,state:{sortBy:E}}=q1.useTable({columns:C,data:V,initialState:O,sortTypes:I0,autoResetHiddenColumns:!1,autoResetSortBy:!1,disableSortRemove:!0,disableMultiSort:!0,defaultColumn:{Cell:_1}},q1.useSortBy,q1.useFlexLayout);W2([{condition:o,columns:by},{condition:l,columns:jy}],Y,C),u.useEffect(()=>{const j={};j.sort=E[0].id,E[0].desc&&(j.order="desc"),N&&(j.search=N),A(j,{replace:!0}),py({id:E[0].id,desc:E[0].desc||!1})},[E,N,A]);const w=async j=>{if(!j)return;const{id:R}=j.entity;let G=j.entity.name;if(j.type!==d1.GROUP){const k=j.entity;G=G||k.email||k.username||""}try{j.type!==d1.GROUP?await p(e,R):await g(e,R),f(),d({type:"success",text:`${G||`The ${i}`} has been removed from project`})}catch(k){d({type:"error",text:k.message||`Server problems when removing ${i}.`})}x(!1)};return a.jsxs(F1,{header:a.jsx(w1,{secondary:!0,title:`User access (${Z.length<V.length?`${Z.length} of ${V.length}`:V.length})`,actions:a.jsxs(a.Fragment,{children:[a.jsx(F,{condition:!o,show:a.jsxs(a.Fragment,{children:[a.jsx(he,{initialValue:N,onChange:W,hasFilters:!0,getSearchContext:q}),a.jsx(w1.Divider,{})]})}),a.jsxs(A2,{onClick:()=>c("create"),maxWidth:"700px",Icon:Je,permission:[G1,I4],projectId:e,"data-testid":Lu,children:["Assign ",i]})]}),children:a.jsx(F,{condition:o,show:a.jsx(he,{initialValue:N,onChange:W,hasFilters:!0,getSearchContext:q})})}),children:[a.jsx(q3,{value:M(N),children:a.jsx(Hr,{rows:Z,headerGroups:K,prepareRow:z})}),a.jsx(F,{condition:Z.length===0,show:a.jsx(F,{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(X3,{children:[a.jsx(j1,{path:"create",element:a.jsx(uy,{})}),a.jsx(j1,{path:"edit/group/:groupId",element:a.jsx(my,{})}),a.jsx(j1,{path:"edit/user/:userId",element:a.jsx(hy,{})})]}),a.jsx(oe,{open:v,onClick:()=>w(b),onClose:()=>{x(!1)},title:`Really remove ${i} from this project?`}),a.jsx(Xj,{open:y,setOpen:_,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:P((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:()=>{_(!1),x(!0)}})]})},_y=()=>{const e=e1("projectId"),t=be(e),{hasAccess:n}=u.useContext(Ie),{isOss:i}=p1();return fe(`Project access – ${t}`),i()?a.jsx(F1,{header:a.jsx(w1,{title:"User access"}),sx:{justifyContent:"center"},children:a.jsx(M0,{feature:"access"})}):n([G1,Nu],e)?a.jsx(yy,{}):a.jsx(F1,{header:a.jsx(w1,{title:"User access"}),children:a.jsx(M1,{severity:"error",children:"You need project owner permissions to access this section."})})},wy=e=>e.reduce((t,n)=>n.enabled?t+1:t,0),Sy=h(z2)(({theme:e})=>({marginTop:e.spacing(3)})),Oy=h("p",{shouldForwardProp:e=>e!=="warning"})(({theme:e,warning:t})=>({color:t?e.palette.error.dark:e.palette.text.primary,textAlign:"center"})),Cy=({environment:e,warnEnabledToggles:t})=>{const n=u.useMemo(()=>[{id:"Icon",width:"1%",Cell:({row:{original:d}})=>a.jsx(Wu,{environment:d})},{Header:"Name",accessor:"name",Cell:_1},{Header:"Type",accessor:"type",Cell:_1},{Header:"Toggles enabled",accessor:"projectEnabledToggleCount",Cell:({value:d})=>a.jsx(_1,{children:a.jsx(Oy,{warning:d>0,children:d===1?"1 toggle":`${d} toggles`})}),align:"center"}],[t]),{getTableProps:i,getTableBodyProps:c,headerGroups:s,rows:o,prepareRow:l}=q1.useTable({columns:n,data:[e],disableSortBy:!0});return a.jsxs(Sy,{...i(),rowHeight:"compact",children:[a.jsx(B2,{headerGroups:s}),a.jsx(Y2,{...c(),children:o.map(d=>{l(d);const{key:m,...f}=d.getRowProps();return a.jsx(H2,{hover:!0,...f,children:d.cells.map(p=>{const{key:g,...v}=p.getCellProps();return a.jsx(U2,{...v,children:p.render("Cell")},g)})},m)})})]})},Dy=h("p")(({theme:e})=>({marginTop:e.spacing(3),marginBottom:e.spacing(1.5)})),$y=h(_3)(()=>({width:"100%"})),Ty=({environment:e,open:t,setOpen:n,onConfirm:i})=>{const[c,s]=u.useState("");return u.useEffect(()=>{s("")},[t]),a.jsxs(oe,{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(M1,{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(Cy,{environment:e}),a.jsxs(Dy,{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($y,{label:"Environment name",value:c,onChange:o=>s(o.target.value)})]})},Py=e=>{const{data:t,error:n,mutate:i}=g3(N1(`api/admin/environments/project/${e}`),Ey),c=u.useMemo(()=>t||[],[t]),s=u.useCallback(async()=>{await i()},[i]);return{environments:c,refetchEnvironments:s,loading:!n&&!t,error:n}},Ey=async e=>(await fetch(e).then(te("Environments")).then(n=>n.json())).environments.sort((n,i)=>n.sortOrder-i.sortOrder),Zy="/static/upgradeEnvironments-DCYoh4BH.png",Iy=h(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"})),My=h(ie)(({theme:e})=>({textDecoration:"none",fontWeight:e.typography.fontWeightBold})),Ay=h("img")(({theme:e})=>({width:e.spacing(20)})),Fy=h(P1)(({theme:e})=>({position:"absolute",top:e.spacing(1.25),right:e.spacing(1.5)})),Ry=h(D)(({theme:e})=>({display:"flex",gap:e.spacing(3),marginTop:e.spacing(2),marginBottom:e.spacing(2)})),Vy=h(D)(({theme:e})=>({display:"flex",flexDirection:"column",justifyContent:"center",gap:e.spacing(1),maxWidth:e.spacing(60)})),Ly=()=>{const[e,t]=w0("upgrade-environments:v1","open");return e==="closed"?null:a.jsxs(Iy,{children:[a.jsxs(Ry,{children:[a.jsx(Ay,{src:S0(Zy),alt:"Multiple environments"}),a.jsxs(Vy,{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(My,{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(H1,{title:"Dismiss",arrow:!0,children:a.jsx(Fy,{"aria-label":"dismiss",onClick:()=>{t("closed")},size:"small",children:a.jsx(I2,{fontSize:"inherit"})})})]})},Ny=h(M1)(({theme:e})=>({marginBottom:e.spacing(4)})),Wy=h("div")(({theme:e})=>({display:"flex",flexWrap:"wrap",[e.breakpoints.down("sm")]:{justifyContent:"center"}})),zy=h(zu)(({theme:e})=>({maxWidth:"400px",marginBottom:e.spacing(2)})),By=()=>{const e=e1("projectId"),t=be(e);fe(`Project environments – ${t}`);const{setToastData:n,setToastApiError:i}=C1(),{environments:c,loading:s,error:o,refetchEnvironments:l}=Py(e),{project:d,refetch:m}=X1(e),{removeEnvironmentFromProject:f,addEnvironmentToProject:p}=Ge(),[g,v]=u.useState(),[x,y]=u.useState(!1),{isOss:_}=p1(),b=u.useMemo(()=>c.map(j=>{var R;return{...j,projectVisible:(R=d==null?void 0:d.environments)==null?void 0:R.map(G=>G.environment).includes(j.name)}}),[c,d==null?void 0:d.environments]),S=()=>{l(),m()},P=()=>a.jsx(zy,{onClick:S,text:"Error fetching environments"}),C=j=>`Got an API error when trying to set the environment as ${j?"visible":"hidden"}`,$=async j=>{if(j.projectVisible){if(wy(b)>1){v(j),y(!0);return}n({text:"At least one environment must be visible in the project",type:"error"})}else try{await p(e,j.name),S(),n({text:"Environment set as visible",type:"success"})}catch{i(C(!0))}},A=async()=>{if(g)try{await f(e,g.name),S(),n({text:"Environment hidden",type:"success"})}catch{i(C(!1))}finally{y(!1)}},O=j=>_()&&j.name==="default"||j.projectVisible&&N(),N=()=>b.filter(j=>j.projectVisible).length===1,W=j=>j.projectVisible&&N()?"Cannot disable, at least one environment must be visible in the project":j.projectVisible?"Hide environment and disable feature flags":"Make it visible",V=u.useMemo(()=>[{Header:"Name",accessor:"name",Cell:({row:{original:j}})=>a.jsx(Bu,{environment:j})},{Header:"Type",accessor:"type",Cell:N2},{Header:"Project API tokens",accessor:j=>j.projectApiTokenCount===1?"1 token":`${j.projectApiTokenCount} tokens`,Cell:_1},{Header:"Visible in project",accessor:"enabled",align:"center",width:1,Cell:({row:{original:j}})=>a.jsx(Ur,{children:a.jsx(Pc,{tooltip:W(j),size:"medium",disabled:O(j),projectId:e,permission:G1,checked:j.projectVisible,onChange:()=>$(j)})}),disableGlobalFilter:!0}],[b]),{getTableProps:M,getTableBodyProps:q,headerGroups:K,rows:Z,prepareRow:z,state:{globalFilter:Y},setGlobalFilter:E}=q1.useTable({columns:V,data:b,disableSortBy:!0},q1.useGlobalFilter),w=a.jsx(w1,{title:`Environments (${Z.length})`,actions:a.jsxs(a.Fragment,{children:[a.jsx(he,{initialValue:Y,onChange:E}),_()?null:a.jsxs(a.Fragment,{children:[a.jsx(w1.Divider,{}),a.jsx(ie,{component:g1,to:"/environments",children:"Configure environments"})]})]})});return a.jsx(F1,{header:w,isLoading:s,children:a.jsxs(Wy,{children:[a.jsx(F,{condition:!!o,show:P()}),a.jsxs(Ny,{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:Y,children:a.jsxs(z2,{...M(),rowHeight:"compact",children:[a.jsx(B2,{headerGroups:K}),a.jsx(Y2,{...q(),children:Z.map(j=>{z(j);const{key:R,...G}=j.getRowProps();return a.jsx(H2,{hover:!0,...G,children:j.cells.map(k=>{const{key:u1,...h1}=k.getCellProps();return a.jsx(U2,{...h1,children:k.render("Cell")},u1)})},R)})})]})}),a.jsx(F,{condition:Z.length===0,show:a.jsx(F,{condition:(Y==null?void 0:Y.length)>0,show:a.jsxs(ee,{children:["No environments found matching “",Y,"”"]}),elseShow:a.jsx(ee,{children:"No environments available. Get started by adding one."})})}),_()?a.jsx(Ly,{}):null,a.jsx(Ty,{environment:g,open:x,setOpen:y,onConfirm:A})]})})},Yy=e=>u.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:1386,height:512,fill:"none",viewBox:"0 0 1386 512",...e},u.createElement("rect",{width:1386,height:512,fill:"#F7F7FA",rx:12}),u.createElement("rect",{width:93,height:23,x:545.5,y:200.5,fill:"#F4FAEB",rx:3.5}),u.createElement("rect",{width:93,height:23,x:545.5,y:200.5,stroke:"#B0D182",rx:3.5}),u.createElement("g",{clipPath:"url(#clip0_20382_240644)"},u.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"})),u.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"}),u.createElement("rect",{width:93,height:23,x:545.5,y:352.5,fill:"#FFF2F3",rx:3.5}),u.createElement("rect",{width:93,height:23,x:545.5,y:352.5,stroke:"#FEB0B7",rx:3.5}),u.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"}),u.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"}),u.createElement("rect",{width:93,height:23,x:545.5,y:276.5,fill:"#FFF2F3",rx:3.5}),u.createElement("rect",{width:93,height:23,x:545.5,y:276.5,stroke:"#FEB0B7",rx:3.5}),u.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"}),u.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"}),u.createElement("rect",{width:133,height:23,x:318.5,y:275.5,fill:"#F1F0FC",rx:3.5}),u.createElement("rect",{width:133,height:23,x:318.5,y:275.5,stroke:"#BEBBF3",rx:3.5}),u.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"}),u.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"}),u.createElement("rect",{width:88,height:23,x:141.5,y:307.5,fill:"#FFF4E5",rx:3.5}),u.createElement("rect",{width:88,height:23,x:141.5,y:307.5,stroke:"#FFC46F",rx:3.5}),u.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"}),u.createElement("rect",{width:78,height:23,x:318.5,y:338.5,fill:"#F7F7FA",rx:3.5}),u.createElement("rect",{width:78,height:23,x:318.5,y:338.5,stroke:"#BDBDBF",rx:3.5}),u.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"}),u.createElement("path",{stroke:"#202021",strokeLinecap:"round",strokeWidth:1.5,d:"M242 319h30"}),u.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"}),u.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"}),u.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"}),u.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"}),u.createElement("path",{stroke:"#202021",strokeLinecap:"round",strokeWidth:1.5,d:"M463.5 287H494"}),u.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"}),u.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"}),u.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"}),u.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"}),u.createElement("circle",{cx:479,cy:286.997,r:5,fill:"#6C65E5",stroke:"#F7F7FA",strokeWidth:2}),u.createElement("path",{stroke:"#6C65E5",strokeLinecap:"round",strokeWidth:1.5,d:"M479 284v-90"}),u.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"}),u.createElement("path",{stroke:"#6C65E5",strokeLinecap:"round",strokeWidth:1.5,d:"M479 382v-92"}),u.createElement("circle",{cx:258,cy:319,r:5,fill:"#6C65E5",stroke:"#F7F7FA",strokeWidth:2}),u.createElement("path",{stroke:"#6C65E5",strokeLinecap:"round",strokeWidth:1.5,d:"M258 315v-46"}),u.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"}),u.createElement("rect",{width:93,height:23,x:733.5,y:125.5,fill:"#F4FAEB",rx:3.5}),u.createElement("rect",{width:93,height:23,x:733.5,y:125.5,stroke:"#B0D182",rx:3.5}),u.createElement("g",{clipPath:"url(#clip1_20382_240644)"},u.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"})),u.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"}),u.createElement("rect",{width:93,height:23,x:733.5,y:277.5,fill:"#FFF2F3",rx:3.5}),u.createElement("rect",{width:93,height:23,x:733.5,y:277.5,stroke:"#FEB0B7",rx:3.5}),u.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"}),u.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"}),u.createElement("rect",{width:93,height:23,x:733.5,y:201.5,fill:"#FFF4E5",rx:3.5}),u.createElement("rect",{width:93,height:23,x:733.5,y:201.5,stroke:"#FFC46F",rx:3.5}),u.createElement("g",{clipPath:"url(#clip2_20382_240644)"},u.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"})),u.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"}),u.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"}),u.createElement("path",{stroke:"#202021",strokeLinecap:"round",strokeWidth:1.5,d:"M651.5 212H682"}),u.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"}),u.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"}),u.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"}),u.createElement("circle",{cx:667,cy:211.997,r:5,fill:"#6C65E5",stroke:"#F7F7FA",strokeWidth:2}),u.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"}),u.createElement("path",{stroke:"#6C65E5",strokeLinecap:"round",strokeWidth:1.5,d:"M667 307v-92"}),u.createElement("path",{stroke:"#6C65E5",strokeLinecap:"round",strokeWidth:1.5,d:"M667 209v-90"}),u.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"}),u.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"}),u.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"}),u.createElement("path",{stroke:"#202021",strokeLinecap:"round",strokeWidth:1.5,d:"M839 211.999h30"}),u.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"}),u.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"}),u.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"}),u.createElement("rect",{width:93,height:23,x:964.5,y:213.5,fill:"#FFF2F3",rx:3.5}),u.createElement("rect",{width:93,height:23,x:964.5,y:213.5,stroke:"#FEB0B7",rx:3.5}),u.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"}),u.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"}),u.createElement("rect",{width:92,height:23,x:1256.5,y:366.5,fill:"#FFF2F3",rx:3.5}),u.createElement("rect",{width:92,height:23,x:1256.5,y:366.5,stroke:"#FEB0B7",rx:3.5}),u.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"}),u.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"}),u.createElement("rect",{width:93,height:23,x:965,y:169.207,fill:"#FFF4E5",rx:3.5}),u.createElement("rect",{width:93,height:23,x:965,y:169.207,stroke:"#FFC46F",rx:3.5}),u.createElement("g",{clipPath:"url(#clip3_20382_240644)"},u.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"})),u.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"}),u.createElement("rect",{width:93,height:23,x:1256,y:322.207,fill:"#FFF4E5",rx:3.5}),u.createElement("rect",{width:93,height:23,x:1256,y:322.207,stroke:"#FFC46F",rx:3.5}),u.createElement("g",{clipPath:"url(#clip4_20382_240644)"},u.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"})),u.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"}),u.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"}),u.createElement("path",{stroke:"#202021",strokeLinecap:"round",strokeWidth:1.5,d:"M899 179.707h14.5"}),u.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"}),u.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"}),u.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"}),u.createElement("path",{stroke:"#202021",strokeLinecap:"round",strokeWidth:1.5,d:"M1178 332.707h26.5"}),u.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"}),u.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"}),u.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"}),u.createElement("circle",{cx:898,cy:179.997,r:5,fill:"#6C65E5",stroke:"#F7F7FA",strokeWidth:2}),u.createElement("path",{stroke:"#6C65E5",strokeLinecap:"round",strokeWidth:1.5,d:"M898 177V74"}),u.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"}),u.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"}),u.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"}),u.createElement("circle",{cx:1193,cy:332.997,r:5,fill:"#6C65E5",stroke:"#F7F7FA",strokeWidth:2}),u.createElement("path",{stroke:"#6C65E5",strokeLinecap:"round",strokeWidth:1.5,d:"M1193 330v-86"}),u.createElement("circle",{cx:910,cy:311,r:5,fill:"#202021",stroke:"#F7F7FA",strokeWidth:2,transform:"rotate(-180 910 311)"}),u.createElement("path",{stroke:"#202021",strokeLinecap:"round",strokeWidth:1.5,d:"M910 314v35"}),u.createElement("rect",{width:93,height:23,x:964.5,y:123.5,fill:"#F4FAEB",rx:3.5}),u.createElement("rect",{width:93,height:23,x:964.5,y:123.5,stroke:"#B0D182",rx:3.5}),u.createElement("g",{clipPath:"url(#clip5_20382_240644)"},u.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"})),u.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"}),u.createElement("rect",{width:93,height:23,x:1072.5,y:321.5,fill:"#FFF2F3",rx:3.5}),u.createElement("rect",{width:93,height:23,x:1072.5,y:321.5,stroke:"#FEB0B7",rx:3.5}),u.createElement("g",{clipPath:"url(#clip6_20382_240644)"},u.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"})),u.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"}),u.createElement("rect",{width:93,height:23,x:1255.5,y:276.5,fill:"#F4FAEB",rx:3.5}),u.createElement("rect",{width:93,height:23,x:1255.5,y:276.5,stroke:"#B0D182",rx:3.5}),u.createElement("g",{clipPath:"url(#clip7_20382_240644)"},u.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"})),u.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"}),u.createElement("rect",{width:93,height:23,x:1072.5,y:281.5,fill:"#F4FAEB",rx:3.5}),u.createElement("rect",{width:93,height:23,x:1072.5,y:281.5,stroke:"#B0D182",rx:3.5}),u.createElement("g",{clipPath:"url(#clip8_20382_240644)"},u.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"})),u.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"}),u.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"}),u.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"}),u.createElement("path",{fill:"white",d:"M1268.87 469.429h-3.63v11.143h10.87v-11.143h-3.62v7.428h-3.62v-7.428Z"}),u.createElement("path",{fill:"#817AFE",d:"M1272.49 476.857h3.62v3.715h-3.62v-3.715Z"}),u.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"}),u.createElement("mask",{id:"mask0_20382_240644",width:16,height:16,x:887,y:326,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},u.createElement("path",{fill:"#D9D9D9",d:"M887 326h16v16h-16z"})),u.createElement("g",{mask:"url(#mask0_20382_240644)"},u.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"})),u.createElement("defs",null,u.createElement("clipPath",{id:"clip0_20382_240644"},u.createElement("path",{fill:"white",d:"M553 203h18v18h-18z"})),u.createElement("clipPath",{id:"clip1_20382_240644"},u.createElement("path",{fill:"white",d:"M746.5 128h18v18h-18z"})),u.createElement("clipPath",{id:"clip2_20382_240644"},u.createElement("path",{fill:"white",d:"M740 204h18v18h-18z"})),u.createElement("clipPath",{id:"clip3_20382_240644"},u.createElement("path",{fill:"white",d:"M971.5 171.707h18v18h-18z"})),u.createElement("clipPath",{id:"clip4_20382_240644"},u.createElement("path",{fill:"white",d:"M1262.5 324.707h18v18h-18z"})),u.createElement("clipPath",{id:"clip5_20382_240644"},u.createElement("path",{fill:"white",d:"M977.5 126h18v18h-18z"})),u.createElement("clipPath",{id:"clip6_20382_240644"},u.createElement("path",{fill:"white",d:"M1079 324h18v18h-18z"})),u.createElement("clipPath",{id:"clip7_20382_240644"},u.createElement("path",{fill:"white",d:"M1268.5 279h18v18h-18z"})),u.createElement("clipPath",{id:"clip8_20382_240644"},u.createElement("path",{fill:"white",d:"M1085.5 284h18v18h-18z"})))),Es=()=>{const e=u.useRef(null),t=S1(),n=K1(t.breakpoints.down("md")),[i,c]=u.useState(!1),s="change-request-process-description";return a.jsxs(a.Fragment,{children:[a.jsx(F,{condition:!n,show:a.jsxs(I,{variant:"body2",children:["Show change request process"," "]})}),a.jsx(P1,{title:"Change request process",ref:e,onClick:()=>c(!0),children:a.jsx(Ec,{})}),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(Yy,{"aria-details":s,style:{maxWidth:"100%",height:"auto"}})})]})})]})},h7=h(D)(({theme:e})=>({padding:e.spacing(1),display:"flex",justifyContent:"center","& .MuiInputBase-input":{fontSize:e.fontSizes.smallBody}})),Hy=()=>{const{trackEvent:e}=E1(),{hasAccess:t}=u.useContext(Ie),[n,i]=u.useState({isOpen:!1,enableEnvironment:"",isEnabled:!1,requiredApprovals:1}),c=S1(),s=e1("projectId"),{data:o,loading:l,refetchChangeRequestConfig:d}=Tc(s),{updateChangeRequestEnvironmentConfig:m}=P0(),{setToastData:f,setToastApiError:p}=C1(),g=(O,N,W)=>()=>{i({isOpen:!0,enableEnvironment:O,isEnabled:N,requiredApprovals:W})},v=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){p(y1(N))}}const y=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 _(O,N){x({project:s,environment:O.environment,enabled:O.changeRequestEnabled,requiredApprovals:Number(N)})}const b=u.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(h7,{"data-loading":!0,children:a.jsx(N3,{sx:{width:"140px",marginLeft:1},options:y,value:O.requiredApprovals||1,onChange:N=>{_(O,N)},disabled:!t([br,v8],s),IconComponent:gc,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(h7,{"data-loading":!0,children:a.jsx(Pc,{checked:O,projectId:s,permission:[br,v8],inputProps:{"aria-label":N.environment},onClick:g(N.environment,N.changeRequestEnabled,N.requiredApprovals)})}),width:100,disableGlobalFilter:!0,disableSortBy:!0}],[]),{getTableProps:S,getTableBodyProps:P,headerGroups:C,rows:$,prepareRow:A}=q1.useTable({columns:b,data:o,sortTypes:I0,autoResetGlobalFilter:!1,disableSortRemove:!0,defaultColumn:{Cell:_1}},q1.useGlobalFilter);return a.jsxs(F1,{header:a.jsx(w1,{titleElement:"Change request configuration",actions:a.jsx(Es,{})}),isLoading:l,children:[a.jsx(M1,{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(z2,{...S(),children:[a.jsx(B2,{headerGroups:C}),a.jsx(Y2,{...P(),children:$.map(O=>{A(O);const{key:N,...W}=O.getRowProps();return a.jsx(H2,{hover:!0,...W,children:O.cells.map(V=>{const{key:M,...q}=V.getCellProps();return a.jsx(U2,{...q,children:V.render("Cell")},M)})},N)})})]}),a.jsxs(oe,{onClick:()=>{e("change_request",{props:{eventType:`change request ${n.isEnabled?"disabled":"enabled"}`}}),v()},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(F,{condition:!!n.enableEnvironment,show:a.jsxs(a.Fragment,{children:[" ","for"," ",a.jsx("strong",{children:n.enableEnvironment})]})}),"."]}),a.jsx(F,{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."})})]})]})},Uy=()=>{const e=e1("projectId"),t=be(e),{hasAccess:n}=u.useContext(Ie),{isOss:i,isPro:c}=p1();return fe(`Project change request configuration – ${t}`),i()||c()?a.jsx(F1,{header:a.jsx(w1,{titleElement:"Change request configuration",actions:a.jsx(Es,{})}),sx:{justifyContent:"center"},children:a.jsx(M0,{feature:"change-requests"})}):n([G1,Yu],e)?a.jsx(Hy,{}):a.jsx(F1,{header:a.jsx(w1,{title:"Change request configuration"}),children:a.jsx(M1,{severity:"error",children:"You need project owner permissions to access this section."})})},m7="Create project API token",ky=()=>{const e=e1("projectId"),{setToastApiError:t}=C1(),{uiConfig:n}=p1(),i=le(),[c,s]=u.useState(!1),[o,l]=u.useState(""),{getApiTokenPayload:d,tokenName:m,type:f,apiTokenTypes:p,environment:g,setTokenName:v,setTokenType:x,setEnvironment:y,isValid:_,errors:b,clearErrors:S}=om(e),{createToken:P,loading:C}=c5(),{refetch:$}=i5(e),{trackEvent:A}=E1();fe(m7);const O=`api/admin/projects/${e}/api-tokens`,N=pc,W=async K=>{if(K.preventDefault(),!!_())try{const Z=d();await P(Z,e).then(z=>z.json()).then(z=>{Uu(),l(z.secret),s(!0),A("project_api_tokens",{props:{eventType:"api_key_created"}}),$()})}catch(Z){t(y1(Z))}},V=()=>{s(!1),i(ke)},M=()=>`curl --location --request POST '${n.unleashUrl}/${O}' \\
698
698
  --header 'Authorization: INSERT_API_KEY' \\
699
699
  --header 'Content-Type: application/json' \\
700
- --data-raw '${JSON.stringify(d(),void 0,2)}'`,U=()=>{i(Ue)};return r.jsxs(Qe,{loading:C,title:l7,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:I,children:[r.jsxs(am,{handleSubmit:z,handleCancel:U,mode:"Create",actions:r.jsx(Vu,{name:"token",permission:W,projectId:e}),children:[r.jsx(rm,{tokenName:m,setTokenName:p,errors:b,clearErrors:S}),r.jsx(im,{type:f,setType:x,apiTokenTypes:v}),r.jsx(cm,{type:f,environment:g,setEnvironment:y})]}),r.jsx(sm,{open:c,setOpen:s,closeConfirm:V,token:o,type:f})]})},Ey=()=>{const e=se();return r.jsx(Pe,{open:!0,onClose:()=>e(Ue),label:"Create API token",children:r.jsx(Py,{})})},Zy=()=>{const e=e1("projectId"),t=xe(e),{hasAccess:n}=u.useContext(Ze),{tokens:i,loading:c,refetch:s}=n5(e),{trackEvent:o}=$1(),{deleteToken:l}=a5();fe(`Project api access – ${t}`);const{getTableProps:d,getTableBodyProps:m,headerGroups:f,rows:v,prepareRow:g,state:{globalFilter:p},setGlobalFilter:x,setHiddenColumns:y,columns:_}=om(i,b=>r.jsxs(Br,{children:[r.jsx(lm,{token:b.row.original,permission:f8,project:e,track:()=>o("project_api_tokens",{props:{eventType:"api_key_copied"}})}),r.jsx(dm,{token:b.row.original,permission:Nu,project:e,onRemove:async()=>{await l(b.row.original.secret,e),o("project_api_tokens",{props:{eventType:"api_key_deleted"}}),s()}})]}));return r.jsxs("div",{style:{width:"100%",overflow:"hidden"},children:[r.jsx(A1,{header:r.jsx(_1,{title:`API access (${v.length})`,actions:r.jsxs(r.Fragment,{children:[r.jsx(ue,{initialValue:p,onChange:x}),r.jsx(_1.Divider,{}),r.jsx(um,{permission:Wu,path:"create",project:e})]})}),children:r.jsx(F,{condition:!n(f8,e),show:r.jsx(Z1,{severity:"warning",children:"You need to have the correct permissions to read API tokens"}),elseShow:r.jsx(hm,{compact:!0,loading:c,headerGroups:f,setHiddenColumns:y,prepareRow:g,rows:v,columns:_,globalFilter:p})})}),r.jsx(J3,{children:r.jsx(b1,{path:"create",element:r.jsx(Ey,{})})})]})},Iy=()=>{const e=e1("projectId"),t=xe(e),n=se();return fe(`Project segments – ${t}`),r.jsxs(J3,{children:[r.jsx(b1,{path:"create",element:r.jsx(Pe,{open:!0,onClose:()=>n(Ue),label:"Create segment",children:r.jsx(zu,{modal:!0})})}),r.jsx(b1,{path:"edit/:segmentId",element:r.jsx(Pe,{open:!0,onClose:()=>n(Ue),label:"Edit segment",children:r.jsx(Bu,{modal:!0})})}),r.jsx(b1,{path:"*",element:r.jsx(Yu,{})})]})},My=(e,t)=>{const n=new URLSearchParams({environmentId:t});return`/projects/${e}/settings/default-strategy/edit?${n}`},Ay={name:"flexibleRollout",disabled:!1,constraints:[],title:"",parameters:{rollout:"100",stickiness:"default",groupId:""}},Fy=({environment:e})=>{const t=e1("projectId"),{environment:n,defaultStrategy:i}=e,c=My(t,n),s=u.useMemo(()=>{const o=i||Ay;return{...o,disabled:!1,constraints:o.constraints??[],title:o.title??"",parameters:o.parameters??{}}},[JSON.stringify(i)]);return r.jsx(Hu,{strategy:s,headerItemsRight:r.jsx(r.Fragment,{children:r.jsx(I3,{permission:[Uu,xr],environmentId:n,projectId:t,component:p1,to:c,tooltipProps:{title:`Edit default strategy for "${n}"`},"data-testid":`STRATEGY_EDIT-${s.name}`,children:r.jsx(G3,{})})})})},Ry=h("div")(({theme:e})=>({marginBottom:e.spacing(2)})),Vy=h(Yr)(({theme:e})=>({boxShadow:"none",border:`1px solid ${e.palette.divider}`,overflow:"hidden"})),Ly=h(Hr)(({theme:e})=>({padding:0,background:e.palette.background.elevation1})),Ny=({environment:e})=>{const{environment:t}=e;return r.jsx(Ry,{children:r.jsxs(Vy,{expanded:!0,onChange:n=>n.stopPropagation(),"data-testid":`${ku}_${t}`,children:[r.jsx(Jh,{environmentId:t,expandable:!1}),r.jsx(Ly,{children:r.jsx(Fy,{environment:e})})]})})},Wy=h(Z1)(({theme:e})=>({marginBottom:e.spacing(4)})),zy=()=>{var l;const e=e1("projectId"),t=xe(e),{hasAccess:n}=u.useContext(Ze),{project:i}=X1(e),c=se();if(fe(`Project default strategy configuration – ${t}`),!n([G1,qu,Ku],e))return r.jsx(A1,{header:r.jsx(_1,{title:"Default Strategy configuration"}),children:r.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 r.jsxs(r.Fragment,{children:[r.jsxs(A1,{header:r.jsx(_1,{title:"Default Strategy"}),children:[r.jsx(Wy,{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=>r.jsx(Ny,{environment:d},d.environment))]}),r.jsx(J3,{children:r.jsx(b1,{path:"edit",element:r.jsx(Pe,{label:"Edit feature strategy",onClose:o,open:!0,children:r.jsx(Xh,{})})})})]})},By=(e="open",t="",n="",i="",c=[])=>{const[s,o]=u.useState(e),[l,d]=u.useState(t),[m,f]=u.useState(n),[v,g]=u.useState(i),[p,x]=u.useState(c),[y,_]=u.useState({});return u.useEffect(()=>{o(e)},[e]),u.useEffect(()=>{d(t)},[t]),u.useEffect(()=>{f(n)},[n]),u.useEffect(()=>{g(i)},[i]),u.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:()=>{_({})},errors:y}},G4=h(A)(({theme:e})=>({fontWeight:e.fontWeight.bold,display:"inline"})),Q4=h(A)(({theme:e})=>({display:"inline",color:e.palette.text.secondary})),Ds=()=>r.jsx(I0,{htmlTooltip:!0,tooltip:r.jsxs(r.Fragment,{children:[r.jsxs($,{children:[r.jsx(G4,{children:"open: "}),r.jsx(Q4,{children:"Everyone can submit change requests"})]}),r.jsxs($,{sx:{mt:2},children:[r.jsx(G4,{children:"protected: "}),r.jsx(Q4,{children:"Only admins and project members can submit change requests"})]}),r.jsxs($,{sx:{mt:2},children:[r.jsx(G4,{children:"private: "}),r.jsx(Q4,{children:"Only admins, editors and project members can see and access the project and associated feature flags"})]})]})}),Yy=()=>r.jsx(I0,{htmlTooltip:!0,tooltip:r.jsx($,{children:r.jsxs("p",{children:["For example, the pattern"," ",r.jsx("code",{children:"[a-z0-9]{2}\\.[a-z]{4,12}"})," matches 'a1.project', but not 'a1.project.feature-1'."]})})}),Hy=h("div")(({theme:e})=>({display:"flex",flexDirection:"column",gap:e.spacing(2),marginTop:e.spacing(1)})),Uy=h("div")(({theme:e})=>({display:"flex",justifyContent:"flex-end",gap:e.spacing(1.5)})),ky=({template:e,onSave:t,onCancel:n,isAdding:i})=>{const[c,s]=u.useState((e==null?void 0:e.title)||""),[o,l]=u.useState((e==null?void 0:e.urlTemplate)||""),[d,m]=u.useState({}),{trackEvent:f}=$1(),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 r.jsxs(Hy,{children:[r.jsx(he,{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"}),r.jsx(he,{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}),r.jsxs(Uy,{children:[r.jsx(c1,{variant:"outlined",onClick:n,children:"Cancel"}),r.jsx(c1,{variant:"contained",color:"primary",onClick:g,children:i?"Add":"Update"})]})]})},qy=({template:e,open:t,onSave:n,onCancel:i,isAdding:c})=>r.jsxs(Ir,{open:t,onClose:i,maxWidth:"sm",fullWidth:!0,"aria-labelledby":"dialog-link-template",children:[r.jsx(Gu,{id:"dialog-link-template",children:c?"Add new link template":"Edit link template"}),r.jsx(Qu,{children:r.jsx(ky,{template:e,onSave:n,onCancel:i,isAdding:c})})]}),Ky=h("div")(({theme:e})=>({color:e.palette.text.secondary,fontSize:e.fontSizes.smallerBody,lineHeight:1.25,paddingBottom:e.spacing(1)})),Gy=h("div")(({theme:e})=>({display:"flex",flexDirection:"column",marginTop:e.spacing(4),marginBottom:e.spacing(2),gap:e.spacing(2)})),Qy=h(Ju)(({theme:e})=>({width:"100%",backgroundColor:e.palette.background.paper,borderRadius:e.shape.borderRadius,border:`1px solid ${e.palette.divider}`,margin:0,padding:0})),Jy=h(Xu)(({theme:e})=>({borderBottom:`1px solid ${e.palette.divider}`,"&:last-child":{borderBottom:"none"},borderRight:0})),Xy=({linkTemplates:e=[],setLinkTemplates:t})=>{const[n,i]=u.useState(!1),[c,s]=u.useState(!1),[o,l]=u.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 r.jsxs(Gy,{children:[r.jsxs($,{display:"flex",alignItems:"center",gap:1,children:[r.jsx(A,{variant:"h4",children:"Project Link Templates"}),r.jsx(H1,{title:r.jsx($,{sx:g=>({fontWeight:g.typography.body1.fontWeight}),children:r.jsxs("p",{children:["Link templates can be automatically added to new feature flags. They can include placeholders like ",r.jsx("code",{children:"{{project}}"})," and",r.jsx("code",{children:"{{feature}}"})," that will be replaced with actual values."]})}),children:r.jsx(E1,{size:"small",sx:{ml:1},children:r.jsx(Dc,{fontSize:"small"})})})]}),r.jsx(Ky,{children:r.jsx("p",{children:"Define link templates that can be automatically added to new feature flags in this project."})}),e.length>0?r.jsx(Qy,{children:e.map((g,p)=>r.jsxs(Jy,{children:[r.jsx(ae,{primary:g.title?r.jsx(p8,{children:g.title}):null,secondary:r.jsx(p8,{children:g.urlTemplate})}),r.jsxs($,{sx:x=>({display:"flex",marginRight:x.spacing(-1)}),children:[r.jsx(E1,{edge:"end","aria-label":"edit",onClick:()=>d(p),sx:{margin:0},children:r.jsx(G3,{})}),r.jsx(E1,{edge:"end","aria-label":"delete",onClick:()=>v(p),sx:{margin:0},children:r.jsx(g3,{})})]})]},p))}):null,r.jsx(qy,{open:n,onSave:m,onCancel:f,isAdding:c,template:o!==null?e[o]:void 0}),r.jsx($,{display:"flex",justifyContent:"flex-start",children:r.jsx(c1,{startIcon:r.jsx(p3,{}),variant:"outlined",onClick:()=>{s(!0),i(!0)},children:"Add link template"})})]})},e_=h("form")(({theme:e})=>({height:"100%",paddingBottom:e.spacing(4)})),d7=h("div")(({theme:e})=>({color:e.palette.text.secondary,fontSize:e.fontSizes.smallerBody,lineHeight:1.25,paddingBottom:e.spacing(1)})),u7=h(j3)(({theme:e})=>({width:"100%",marginBottom:e.spacing(2),paddingRight:e.spacing(1)})),t_=h(he)(({theme:e})=>({width:"100%",marginBottom:e.spacing(2)})),n_=h("fieldset")(()=>({padding:0,border:"none"})),a_=h(Fr)(({theme:e})=>({marginBottom:e.spacing(2),minWidth:"200px"})),r_=h("div")(()=>({marginTop:"auto",display:"flex",justifyContent:"flex-end"})),i_=h("div")(({theme:e})=>({display:"flex",flexDirection:"column",alignItems:"flex-start",gap:e.spacing(1),"& > *":{width:"100%"}})),c_=h("div")(({theme:e})=>({"p + p":{marginTop:e.spacing(1)}})),s_=({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"},o_=()=>{const[e,t]=Te.useState(""),{trackEvent:n}=$1(),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}},l_=({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:y}=o_(),_=[{key:"open",label:"open"},{key:"protected",label:"protected"},{key:"private",label:"private"}];u.useEffect(()=>{x(s||"")},[n]);const b=({example:D,pattern:Z})=>{const O=s_({pattern:Z,example:D,featureNamingPatternError:p.featureNamingPattern});switch(O.state){case"invalid":p.namingExample=O.reason;break;case"valid":delete p.namingExample;break}},S=D=>{if([" ","\\t","\\s","\\n","\\r","\\f","\\v"].some(O=>D.includes(O)))p.featureNamingPattern="Whitespace is not allowed in the expression";else try{new RegExp(D),delete p.featureNamingPattern}catch{p.featureNamingPattern="Invalid regular expression"}m==null||m(D),b({pattern:D,example:c||""})},P=D=>{d==null||d(D),b({pattern:s||"",example:D})},C=D=>{f==null||f(D)};return r.jsxs(e_,{onSubmit:D=>{t(D),y(s)},children:[r.jsxs(r.Fragment,{children:[r.jsxs($,{sx:{display:"flex",alignItems:"center",marginBottom:1,gap:1},children:[r.jsx("p",{children:"What is your project collaboration mode?"}),r.jsx(Ds,{})]}),r.jsx(a_,{id:"project-mode",value:i,label:"Project collaboration mode",name:"Project collaboration mode",onChange:D=>{v==null||v(D.target.value)},options:_})]}),r.jsxs(n_,{children:[r.jsxs($,{sx:{display:"flex",alignItems:"center",marginBottom:1,gap:1},children:[r.jsx("legend",{children:"Feature flag naming pattern"}),r.jsx(Yy,{})]}),r.jsx(d7,{children:r.jsxs(c_,{id:"pattern-naming-description",children:[r.jsxs("p",{children:["Define a"," ",r.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"," ",r.jsx("code",{children:"^"})," and a trailing ",r.jsx("code",{children:"$"}),"."]}),r.jsx("p",{children:"Leave it empty if you don’t want to add a naming pattern."})]})}),r.jsxs(i_,{children:[r.jsx(u7,{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:r.jsx(v8,{position:"start",children:"^"}),endAdornment:r.jsx(v8,{position:"end",children:"$"})},type:"text",value:s||"",error:!!p.featureNamingPattern,errorText:p.featureNamingPattern,onChange:D=>S(D.target.value)}),r.jsx(d7,{children:r.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."})}),r.jsx(u7,{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:D=>P(D.target.value)}),r.jsx(t_,{label:"Naming pattern description",name:"feature flag naming description",type:"text","aria-describedby":"pattern-additional-description",placeholder:`<project>.<featureName>.<ticket>
700
+ --data-raw '${JSON.stringify(d(),void 0,2)}'`,q=()=>{i(ke)};return a.jsxs(Qe,{loading:C,title:m7,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(lm,{handleSubmit:W,handleCancel:q,mode:"Create",actions:a.jsx(Hu,{name:"token",permission:N,projectId:e}),children:[a.jsx(dm,{tokenName:m,setTokenName:v,errors:b,clearErrors:S}),a.jsx(um,{type:f,setType:x,apiTokenTypes:p}),a.jsx(hm,{type:f,environment:g,setEnvironment:y})]}),a.jsx(mm,{open:c,setOpen:s,closeConfirm:V,token:o,type:f})]})},qy=()=>{const e=le();return a.jsx(Pe,{open:!0,onClose:()=>e(ke),label:"Create API token",children:a.jsx(ky,{})})},Ky=()=>{const e=e1("projectId"),t=be(e),{hasAccess:n}=u.useContext(Ie),{tokens:i,loading:c,refetch:s}=i5(e),{trackEvent:o}=E1(),{deleteToken:l}=c5();fe(`Project api access – ${t}`);const{getTableProps:d,getTableBodyProps:m,headerGroups:f,rows:p,prepareRow:g,state:{globalFilter:v},setGlobalFilter:x,setHiddenColumns:y,columns:_}=fm(i,b=>a.jsxs(Ur,{children:[a.jsx(pm,{token:b.row.original,permission:g8,project:e,track:()=>o("project_api_tokens",{props:{eventType:"api_key_copied"}})}),a.jsx(vm,{token:b.row.original,permission:ku,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(F1,{header:a.jsx(w1,{title:`API access (${p.length})`,actions:a.jsxs(a.Fragment,{children:[a.jsx(he,{initialValue:v,onChange:x}),a.jsx(w1.Divider,{}),a.jsx(gm,{permission:qu,path:"create",project:e})]})}),children:a.jsx(F,{condition:!n(g8,e),show:a.jsx(M1,{severity:"warning",children:"You need to have the correct permissions to read API tokens"}),elseShow:a.jsx(xm,{compact:!0,loading:c,headerGroups:f,setHiddenColumns:y,prepareRow:g,rows:p,columns:_,globalFilter:v})})}),a.jsx(X3,{children:a.jsx(j1,{path:"create",element:a.jsx(qy,{})})})]})},Gy=()=>{const e=e1("projectId"),t=be(e),n=le();return fe(`Project segments – ${t}`),a.jsxs(X3,{children:[a.jsx(j1,{path:"create",element:a.jsx(Pe,{open:!0,onClose:()=>n(ke),label:"Create segment",children:a.jsx(Ku,{modal:!0})})}),a.jsx(j1,{path:"edit/:segmentId",element:a.jsx(Pe,{open:!0,onClose:()=>n(ke),label:"Edit segment",children:a.jsx(Gu,{modal:!0})})}),a.jsx(j1,{path:"*",element:a.jsx(Qu,{})})]})},Qy=(e,t)=>{const n=new URLSearchParams({environmentId:t});return`/projects/${e}/settings/default-strategy/edit?${n}`},Jy={name:"flexibleRollout",disabled:!1,constraints:[],title:"",parameters:{rollout:"100",stickiness:"default",groupId:""}},Xy=({environment:e})=>{const t=e1("projectId"),{environment:n,defaultStrategy:i}=e,c=Qy(t,n),s=u.useMemo(()=>{const o=i||Jy;return{...o,disabled:!1,constraints:o.constraints??[],title:o.title??"",parameters:o.parameters??{}}},[JSON.stringify(i)]);return a.jsx(Ju,{strategy:s,headerItemsRight:a.jsx(a.Fragment,{children:a.jsx(A3,{permission:[Xu,br],environmentId:n,projectId:t,component:g1,to:c,tooltipProps:{title:`Edit default strategy for "${n}"`},"data-testid":`STRATEGY_EDIT-${s.name}`,children:a.jsx(Q3,{})})})})},e_=h("div")(({theme:e})=>({marginBottom:e.spacing(2)})),t_=h(kr)(({theme:e})=>({boxShadow:"none",border:`1px solid ${e.palette.divider}`,overflow:"hidden"})),n_=h(qr)(({theme:e})=>({padding:0,background:e.palette.background.elevation1})),a_=({environment:e})=>{const{environment:t}=e;return a.jsx(e_,{children:a.jsxs(t_,{expanded:!0,onChange:n=>n.stopPropagation(),"data-testid":`${eh}_${t}`,children:[a.jsx(im,{environmentId:t,expandable:!1}),a.jsx(n_,{children:a.jsx(Xy,{environment:e})})]})})},r_=h(M1)(({theme:e})=>({marginBottom:e.spacing(4)})),i_=()=>{var l;const e=e1("projectId"),t=be(e),{hasAccess:n}=u.useContext(Ie),{project:i}=X1(e),c=le();if(fe(`Project default strategy configuration – ${t}`),!n([G1,th,nh],e))return a.jsx(F1,{header:a.jsx(w1,{title:"Default Strategy configuration"}),children:a.jsx(M1,{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(F1,{header:a.jsx(w1,{title:"Default Strategy"}),children:[a.jsx(r_,{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(a_,{environment:d},d.environment))]}),a.jsx(X3,{children:a.jsx(j1,{path:"edit",element:a.jsx(Pe,{label:"Edit feature strategy",onClose:o,open:!0,children:a.jsx(cm,{})})})})]})},c_=(e="open",t="",n="",i="",c=[])=>{const[s,o]=u.useState(e),[l,d]=u.useState(t),[m,f]=u.useState(n),[p,g]=u.useState(i),[v,x]=u.useState(c),[y,_]=u.useState({});return u.useEffect(()=>{o(e)},[e]),u.useEffect(()=>{d(t)},[t]),u.useEffect(()=>{f(n)},[n]),u.useEffect(()=>{g(i)},[i]),u.useEffect(()=>{x(c)},[c]),{projectMode:s,featureNamingPattern:l,featureNamingExample:m,featureNamingDescription:p,linkTemplates:v,setFeatureNamingPattern:d,setFeatureNamingExample:f,setFeatureNamingDescription:g,setProjectMode:o,setLinkTemplates:x,getEnterpriseSettingsPayload:()=>({mode:s,featureNaming:{pattern:l,example:m,description:p},linkTemplates:v}),clearErrors:()=>{_({})},errors:y}},J4=h(I)(({theme:e})=>({fontWeight:e.fontWeight.bold,display:"inline"})),X4=h(I)(({theme:e})=>({display:"inline",color:e.palette.text.secondary})),Zs=()=>a.jsx(F0,{htmlTooltip:!0,tooltip:a.jsxs(a.Fragment,{children:[a.jsxs(D,{children:[a.jsx(J4,{children:"open: "}),a.jsx(X4,{children:"Everyone can submit change requests"})]}),a.jsxs(D,{sx:{mt:2},children:[a.jsx(J4,{children:"protected: "}),a.jsx(X4,{children:"Only admins and project members can submit change requests"})]}),a.jsxs(D,{sx:{mt:2},children:[a.jsx(J4,{children:"private: "}),a.jsx(X4,{children:"Only admins, editors and project members can see and access the project and associated feature flags"})]})]})}),s_=()=>a.jsx(F0,{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'."]})})}),o_=h("div")(({theme:e})=>({display:"flex",flexDirection:"column",gap:e.spacing(2),marginTop:e.spacing(1)})),l_=h("div")(({theme:e})=>({display:"flex",justifyContent:"flex-end",gap:e.spacing(1.5)})),d_=({template:e,onSave:t,onCancel:n,isAdding:i})=>{const[c,s]=u.useState((e==null?void 0:e.title)||""),[o,l]=u.useState((e==null?void 0:e.urlTemplate)||""),[d,m]=u.useState({}),{trackEvent:f}=E1(),p=()=>{const v={};return o||(v.url="URL template is required"),m(v),Object.keys(v).length===0},g=()=>{p()&&(f("feature-links",{props:{eventType:i?"add-template":"edit-template"}}),t({title:c||null,urlTemplate:o}))};return a.jsxs(o_,{children:[a.jsx(ce,{label:"Title (optional)",fullWidth:!0,value:c,onChange:v=>s(v.target.value),placeholder:"e.g., GitHub Issue, Ticket number",helperText:"A descriptive name for the link.",size:"small"}),a.jsx(ce,{label:"URL Template",fullWidth:!0,required:!0,value:o,onChange:v=>l(v.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(l_,{children:[a.jsx(c1,{variant:"outlined",onClick:n,children:"Cancel"}),a.jsx(c1,{variant:"contained",color:"primary",onClick:g,children:i?"Add":"Update"})]})]})},u_=({template:e,open:t,onSave:n,onCancel:i,isAdding:c})=>a.jsxs(Mr,{open:t,onClose:i,maxWidth:"sm",fullWidth:!0,"aria-labelledby":"dialog-link-template",children:[a.jsx(ah,{id:"dialog-link-template",children:c?"Add new link template":"Edit link template"}),a.jsx(rh,{children:a.jsx(d_,{template:e,onSave:n,onCancel:i,isAdding:c})})]}),h_=h("div")(({theme:e})=>({color:e.palette.text.secondary,fontSize:e.fontSizes.smallerBody,lineHeight:1.25,paddingBottom:e.spacing(1)})),m_=h("div")(({theme:e})=>({display:"flex",flexDirection:"column",marginTop:e.spacing(4),marginBottom:e.spacing(2),gap:e.spacing(2)})),f_=h(ih)(({theme:e})=>({width:"100%",backgroundColor:e.palette.background.paper,borderRadius:e.shape.borderRadius,border:`1px solid ${e.palette.divider}`,margin:0,padding:0})),p_=h(ch)(({theme:e})=>({borderBottom:`1px solid ${e.palette.divider}`,"&:last-child":{borderBottom:"none"},borderRight:0})),v_=({linkTemplates:e=[],setLinkTemplates:t})=>{const[n,i]=u.useState(!1),[c,s]=u.useState(!1),[o,l]=u.useState(null),d=g=>{l(g),s(!1),i(!0)},m=g=>{if(o!==null){const v=[...e];v[o]=g,t==null||t(v)}else t==null||t([...e,g]);f()},f=()=>{l(null),s(!1),i(!1)},p=g=>{const v=[...e];v.splice(g,1),t==null||t(v)};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(H1,{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(P1,{size:"small",sx:{ml:1},children:a.jsx(Ec,{fontSize:"small"})})})]}),a.jsx(h_,{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(f_,{children:e.map((g,v)=>a.jsxs(p_,{children:[a.jsx(re,{primary:g.title?a.jsx(x8,{children:g.title}):null,secondary:a.jsx(x8,{children:g.urlTemplate})}),a.jsxs(D,{sx:x=>({display:"flex",marginRight:x.spacing(-1)}),children:[a.jsx(P1,{edge:"end","aria-label":"edit",onClick:()=>d(v),sx:{margin:0},children:a.jsx(Q3,{})}),a.jsx(P1,{edge:"end","aria-label":"delete",onClick:()=>p(v),sx:{margin:0},children:a.jsx(b3,{})})]})]},v))}):null,a.jsx(u_,{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(c1,{startIcon:a.jsx(Je,{}),variant:"outlined",onClick:()=>{s(!0),i(!0)},children:"Add link template"})})]})},g_=h("form")(({theme:e})=>({height:"100%",paddingBottom:e.spacing(4)})),f7=h("div")(({theme:e})=>({color:e.palette.text.secondary,fontSize:e.fontSizes.smallerBody,lineHeight:1.25,paddingBottom:e.spacing(1)})),p7=h(_3)(({theme:e})=>({width:"100%",marginBottom:e.spacing(2),paddingRight:e.spacing(1)})),x_=h(ce)(({theme:e})=>({width:"100%",marginBottom:e.spacing(2)})),b_=h("fieldset")(()=>({padding:0,border:"none"})),j_=h(Rr)(({theme:e})=>({marginBottom:e.spacing(2),minWidth:"200px"})),y_=h("div")(()=>({marginTop:"auto",display:"flex",justifyContent:"flex-end"})),__=h("div")(({theme:e})=>({display:"flex",flexDirection:"column",alignItems:"flex-start",gap:e.spacing(1),"& > *":{width:"100%"}})),w_=h("div")(({theme:e})=>({"p + p":{marginTop:e.spacing(1)}})),S_=({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"},O_=()=>{const[e,t]=Te.useState(""),{trackEvent:n}=E1(),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}},C_=({children:e,handleSubmit:t,projectId:n,projectMode:i,featureNamingExample:c,featureNamingPattern:s,featureNamingDescription:o,linkTemplates:l=[],setFeatureNamingExample:d,setFeatureNamingPattern:m,setFeatureNamingDescription:f,setProjectMode:p,setLinkTemplates:g,errors:v})=>{const{setPreviousPattern:x,trackPattern:y}=O_(),_=[{key:"open",label:"open"},{key:"protected",label:"protected"},{key:"private",label:"private"}];u.useEffect(()=>{x(s||"")},[n]);const b=({example:$,pattern:A})=>{const O=S_({pattern:A,example:$,featureNamingPatternError:v.featureNamingPattern});switch(O.state){case"invalid":v.namingExample=O.reason;break;case"valid":delete v.namingExample;break}},S=$=>{if([" ","\\t","\\s","\\n","\\r","\\f","\\v"].some(O=>$.includes(O)))v.featureNamingPattern="Whitespace is not allowed in the expression";else try{new RegExp($),delete v.featureNamingPattern}catch{v.featureNamingPattern="Invalid regular expression"}m==null||m($),b({pattern:$,example:c||""})},P=$=>{d==null||d($),b({pattern:s||"",example:$})},C=$=>{f==null||f($)};return a.jsxs(g_,{onSubmit:$=>{t($),y(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(Zs,{})]}),a.jsx(j_,{id:"project-mode",value:i,label:"Project collaboration mode",name:"Project collaboration mode",onChange:$=>{p==null||p($.target.value)},options:_})]}),a.jsxs(b_,{children:[a.jsxs(D,{sx:{display:"flex",alignItems:"center",marginBottom:1,gap:1},children:[a.jsx("legend",{children:"Feature flag naming pattern"}),a.jsx(s_,{})]}),a.jsx(f7,{children:a.jsxs(w_,{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(__,{children:[a.jsx(p7,{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(b8,{position:"start",children:"^"}),endAdornment:a.jsx(b8,{position:"end",children:"$"})},type:"text",value:s||"",error:!!v.featureNamingPattern,errorText:v.featureNamingPattern,onChange:$=>S($.target.value)}),a.jsx(f7,{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(p7,{label:"Naming Example",name:"feature flag naming example",type:"text","aria-describedby":"pattern-additional-description",value:c||"",placeholder:"dx.feature1.1-135",error:!!v.namingExample,errorText:v.namingExample,onChange:$=>P($.target.value)}),a.jsx(x_,{label:"Naming pattern description",name:"feature flag naming description",type:"text","aria-describedby":"pattern-additional-description",placeholder:`<project>.<featureName>.<ticket>
701
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:D=>C(D.target.value)})]}),r.jsx(Xy,{linkTemplates:l||[],setLinkTemplates:g})]}),r.jsx(r_,{children:e})]})},d_=h("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}})),u_=h("div")(({theme:e})=>({borderTop:`1px solid ${e.palette.divider}`,paddingTop:e.spacing(4)})),h_="EDIT_PROJECT_SETTINGS_BTN",m_=()=>{const[e,t]=Te.useState(""),{trackEvent:n}=$1(),i="project-mode";return{trackModePattern:s=>{s!==e&&n(i,{props:{mode:s,action:"updated"}})},setPreviousMode:t}},f_=({project:e})=>{var U,K,M;const{uiConfig:t}=m1(),{setToastData:n,setToastApiError:i}=S1(),c=e1("projectId"),{projectMode:s,featureNamingExample:o,featureNamingDescription:l,featureNamingPattern:d,linkTemplates:m,setFeatureNamingPattern:f,setFeatureNamingExample:v,setFeatureNamingDescription:g,setProjectMode:p,setLinkTemplates:x,getEnterpriseSettingsPayload:y,errors:_={},clearErrors:b}=By(e.mode,((U=e==null?void 0:e.featureNaming)==null?void 0:U.pattern)||void 0,((K=e==null?void 0:e.featureNaming)==null?void 0:K.example)||void 0,((M=e==null?void 0:e.featureNaming)==null?void 0:M.description)||void 0,(e==null?void 0:e.linkTemplates)||[]),S=()=>`curl --location --request PUT '${t.unleashUrl}/api/admin/projects/${c}/settings' \\
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:$=>C($.target.value)})]}),a.jsx(v_,{linkTemplates:l||[],setLinkTemplates:g})]}),a.jsx(y_,{children:e})]})},D_=h("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}})),$_=h("div")(({theme:e})=>({borderTop:`1px solid ${e.palette.divider}`,paddingTop:e.spacing(4)})),T_="EDIT_PROJECT_SETTINGS_BTN",P_=()=>{const[e,t]=Te.useState(""),{trackEvent:n}=E1(),i="project-mode";return{trackModePattern:s=>{s!==e&&n(i,{props:{mode:s,action:"updated"}})},setPreviousMode:t}},E_=({project:e})=>{var q,K,Z;const{uiConfig:t}=p1(),{setToastData:n,setToastApiError:i}=C1(),c=e1("projectId"),{projectMode:s,featureNamingExample:o,featureNamingDescription:l,featureNamingPattern:d,linkTemplates:m,setFeatureNamingPattern:f,setFeatureNamingExample:p,setFeatureNamingDescription:g,setProjectMode:v,setLinkTemplates:x,getEnterpriseSettingsPayload:y,errors:_={},clearErrors:b}=c_(e.mode,((q=e==null?void 0:e.featureNaming)==null?void 0:q.pattern)||void 0,((K=e==null?void 0:e.featureNaming)==null?void 0:K.example)||void 0,((Z=e==null?void 0:e.featureNaming)==null?void 0:Z.description)||void 0,(e==null?void 0:e.linkTemplates)||[]),S=()=>`curl --location --request PUT '${t.unleashUrl}/api/admin/projects/${c}/settings' \\
703
703
  --header 'Authorization: INSERT_API_KEY' \\
704
704
  --header 'Content-Type: application/json' \\
705
- --data-raw '${JSON.stringify(y(),void 0,2)}'`,{refetch:P}=X1(c),{editProjectSettings:C,loading:D}=Ge(),Z=()=>{const[B,H]=Te.useState(""),{trackEvent:E}=$1(),w="feature-naming-pattern";return{trackPattern:(R="")=>{R===B||(R===""&&B!==""?E(w,{props:{action:"removed"}}):R!==""&&B===""?E(w,{props:{action:"added"}}):R!==""&&B!==""&&E(w,{props:{action:"edited"}}))},setPreviousPattern:H}},{setPreviousPattern:O,trackPattern:W}=Z(),{setPreviousMode:z,trackModePattern:V}=m_(),I=async B=>{B.preventDefault();const H=y();try{await C(c,H),P(),n({text:"Project information updated",type:"success"}),W(d),V(s)}catch(E){i(j1(E))}};return u.useEffect(()=>{O(d||""),z(s)},[e]),r.jsx(d_,{children:r.jsx(Qe,{loading:D,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:r.jsx(u_,{children:r.jsx(l_,{projectId:c,projectMode:s,featureNamingPattern:d,featureNamingExample:o,featureNamingDescription:l,linkTemplates:m,setFeatureNamingPattern:f,setFeatureNamingExample:v,setFeatureNamingDescription:g,setProjectMode:p,setLinkTemplates:x,handleSubmit:I,errors:_,clearErrors:b,children:r.jsx(b3,{type:"submit",permission:G1,projectId:c,"data-testid":h_,children:"Save changes"})})})})})},p_=()=>r.jsx(I0,{htmlTooltip:!0,tooltip:r.jsx($,{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."})}),v_="PROJECT_STICKINESS_SELECT",g_="PROJECT_ID_INPUT",x_="PROJECT_NAME_INPUT",b_="PROJECT_DESCRIPTION_INPUT",j_=h("form")(({theme:e})=>({height:"100%",paddingBottom:e.spacing(1)})),J0=h("p")(({theme:e})=>({marginBottom:e.spacing(1),marginRight:e.spacing(1)})),y_=h(Fr)(({theme:e})=>({marginBottom:e.spacing(2),minWidth:"200px"})),__=h("div")(({theme:e})=>({color:e.palette.text.secondary,fontSize:e.fontSizes.smallerBody,lineHeight:1.25,paddingBottom:e.spacing(1)})),J4=h(j3)(({theme:e})=>({width:"100%",marginBottom:e.spacing(2),paddingRight:e.spacing(1)})),w_=h(he)(({theme:e})=>({width:"100%",marginBottom:e.spacing(2)})),S_=h("div")(()=>({marginTop:"auto",display:"flex",justifyContent:"flex-end"})),O_=h("div")(()=>({display:"flex",alignItems:"center"})),C_=({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:y,mode:_,validateProjectId:b,clearErrors:S})=>{const{isEnterprise:P}=m1(),C=[{key:"open",label:"open"},{key:"protected",label:"protected"},{key:"private",label:"private"}];return r.jsxs(j_,{onSubmit:D=>{t(D)},children:[r.jsx(J0,{children:"What is your project Id?"}),r.jsx(J4,{label:"Project Id",value:n,onChange:D=>f(eh(D.target.value)),error:!!y.id,errorText:y.id,onFocus:()=>S(),onBlur:b,disabled:_==="Edit","data-testid":g_,autoFocus:!0,required:!0}),r.jsx(J0,{children:"What is your project name?"}),r.jsx(J4,{label:"Project name",value:i,onChange:D=>v(D.target.value),error:!!y.name,errorText:y.name,onFocus:()=>{delete y.name},"data-testid":x_,required:!0}),r.jsx(J0,{children:"What is your project description?"}),r.jsx(w_,{label:"Project description",variant:"outlined",multiline:!0,maxRows:4,value:c,onChange:D=>g(D.target.value),"data-testid":b_}),r.jsx(F,{condition:p!=null,show:r.jsxs(r.Fragment,{children:[r.jsx(J0,{children:"What is the default stickiness for the project?"}),r.jsx(th,{label:"Stickiness",value:s,"data-testid":v_,onChange:D=>p==null?void 0:p(D.target.value),editable:!0})]})}),r.jsx(F,{condition:_==="Edit",show:()=>r.jsxs(r.Fragment,{children:[r.jsxs($,{sx:{display:"flex",alignItems:"center",marginBottom:1,gap:1},children:[r.jsx("p",{children:"Feature flag limit?"}),r.jsx(p_,{})]}),r.jsx(__,{children:"Leave it empty if you don’t want to add a limit"}),r.jsxs(O_,{children:[r.jsx(J4,{label:"Limit",name:"value",type:"number",value:o==="null"||o===void 0?"":o,onChange:D=>x(D.target.value)}),r.jsx(F,{condition:l!==void 0&&!!o,show:r.jsxs($,{children:["(",l," of ",o," used)"]})})]})]})}),r.jsx(F,{condition:_==="Create"&&P(),show:r.jsxs(r.Fragment,{children:[r.jsxs($,{sx:{display:"flex",alignItems:"center",marginBottom:1,gap:1},children:[r.jsx("p",{children:"What is your project collaboration mode?"}),r.jsx(Ds,{})]}),r.jsx(y_,{id:"project-mode",value:d,label:"Project collaboration mode",name:"Project collaboration mode",onChange:D=>{m==null||m(D.target.value)},options:C})]})}),r.jsx(S_,{children:e})]})},D_=h("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}})),$_=h("div")(({theme:e})=>({borderTop:`1px solid ${e.palette.divider}`,paddingTop:e.spacing(4)})),T_="EDIT_PROJECT_BTN",P_=({project:e})=>{const t=e1("projectId"),{uiConfig:n}=m1(),{setToastData:i,setToastApiError:c}=S1(),{defaultStickiness:s}=nh(t),{trackEvent:o}=$1(),{projectId:l,projectName:d,projectDesc:m,projectStickiness:f,featureLimit:v,setFeatureLimit:g,setProjectId:p,setProjectName:x,setProjectDesc:y,setProjectStickiness:_,getEditProjectPayload:b,clearErrors:S,validateProjectId:P,validateName:C,errors:D}=ah(t,e.name,e.description||void 0,s,String(e.featureLimit)),{editProject:Z,loading:O}=Ge(),{refetch:W}=X1(t),z=()=>`curl --location --request PUT '${n.unleashUrl}/api/admin/projects/${t}' \\
705
+ --data-raw '${JSON.stringify(y(),void 0,2)}'`,{refetch:P}=X1(c),{editProjectSettings:C,loading:$}=Ge(),A=()=>{const[z,Y]=Te.useState(""),{trackEvent:E}=E1(),w="feature-naming-pattern";return{trackPattern:(R="")=>{R===z||(R===""&&z!==""?E(w,{props:{action:"removed"}}):R!==""&&z===""?E(w,{props:{action:"added"}}):R!==""&&z!==""&&E(w,{props:{action:"edited"}}))},setPreviousPattern:Y}},{setPreviousPattern:O,trackPattern:N}=A(),{setPreviousMode:W,trackModePattern:V}=P_(),M=async z=>{z.preventDefault();const Y=y();try{await C(c,Y),P(),n({text:"Project information updated",type:"success"}),N(d),V(s)}catch(E){i(y1(E))}};return u.useEffect(()=>{O(d||""),W(s)},[e]),a.jsx(D_,{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($_,{children:a.jsx(C_,{projectId:c,projectMode:s,featureNamingPattern:d,featureNamingExample:o,featureNamingDescription:l,linkTemplates:m,setFeatureNamingPattern:f,setFeatureNamingExample:p,setFeatureNamingDescription:g,setProjectMode:v,setLinkTemplates:x,handleSubmit:M,errors:_,clearErrors:b,children:a.jsx(y3,{type:"submit",permission:G1,projectId:c,"data-testid":T_,children:"Save changes"})})})})})},Z_=()=>a.jsx(F0,{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."})}),I_="PROJECT_STICKINESS_SELECT",M_="PROJECT_ID_INPUT",A_="PROJECT_NAME_INPUT",F_="PROJECT_DESCRIPTION_INPUT",R_=h("form")(({theme:e})=>({height:"100%",paddingBottom:e.spacing(1)})),e2=h("p")(({theme:e})=>({marginBottom:e.spacing(1),marginRight:e.spacing(1)})),V_=h(Rr)(({theme:e})=>({marginBottom:e.spacing(2),minWidth:"200px"})),L_=h("div")(({theme:e})=>({color:e.palette.text.secondary,fontSize:e.fontSizes.smallerBody,lineHeight:1.25,paddingBottom:e.spacing(1)})),er=h(_3)(({theme:e})=>({width:"100%",marginBottom:e.spacing(2),paddingRight:e.spacing(1)})),N_=h(ce)(({theme:e})=>({width:"100%",marginBottom:e.spacing(2)})),W_=h("div")(()=>({marginTop:"auto",display:"flex",justifyContent:"flex-end"})),z_=h("div")(()=>({display:"flex",alignItems:"center"})),B_=({children:e,handleSubmit:t,projectId:n,projectName:i,projectDesc:c,projectStickiness:s,featureLimit:o,featureCount:l,projectMode:d,setProjectMode:m,setProjectId:f,setProjectName:p,setProjectDesc:g,setProjectStickiness:v,setFeatureLimit:x,errors:y,mode:_,validateProjectId:b,clearErrors:S})=>{const{isEnterprise:P}=p1(),C=[{key:"open",label:"open"},{key:"protected",label:"protected"},{key:"private",label:"private"}];return a.jsxs(R_,{onSubmit:$=>{t($)},children:[a.jsx(e2,{children:"What is your project Id?"}),a.jsx(er,{label:"Project Id",value:n,onChange:$=>f(sh($.target.value)),error:!!y.id,errorText:y.id,onFocus:()=>S(),onBlur:b,disabled:_==="Edit","data-testid":M_,autoFocus:!0,required:!0}),a.jsx(e2,{children:"What is your project name?"}),a.jsx(er,{label:"Project name",value:i,onChange:$=>p($.target.value),error:!!y.name,errorText:y.name,onFocus:()=>{delete y.name},"data-testid":A_,required:!0}),a.jsx(e2,{children:"What is your project description?"}),a.jsx(N_,{label:"Project description",variant:"outlined",multiline:!0,maxRows:4,value:c,onChange:$=>g($.target.value),"data-testid":F_}),a.jsx(F,{condition:v!=null,show:a.jsxs(a.Fragment,{children:[a.jsx(e2,{children:"What is the default stickiness for the project?"}),a.jsx(oh,{label:"Stickiness",value:s,"data-testid":I_,onChange:$=>v==null?void 0:v($.target.value),editable:!0})]})}),a.jsx(F,{condition:_==="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(Z_,{})]}),a.jsx(L_,{children:"Leave it empty if you don’t want to add a limit"}),a.jsxs(z_,{children:[a.jsx(er,{label:"Limit",name:"value",type:"number",value:o==="null"||o===void 0?"":o,onChange:$=>x($.target.value)}),a.jsx(F,{condition:l!==void 0&&!!o,show:a.jsxs(D,{children:["(",l," of ",o," used)"]})})]})]})}),a.jsx(F,{condition:_==="Create"&&P(),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(Zs,{})]}),a.jsx(V_,{id:"project-mode",value:d,label:"Project collaboration mode",name:"Project collaboration mode",onChange:$=>{m==null||m($.target.value)},options:C})]})}),a.jsx(W_,{children:e})]})},Y_=h("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}})),H_=h("div")(({theme:e})=>({borderTop:`1px solid ${e.palette.divider}`,paddingTop:e.spacing(4)})),U_="EDIT_PROJECT_BTN",k_=({project:e})=>{const t=e1("projectId"),{uiConfig:n}=p1(),{setToastData:i,setToastApiError:c}=C1(),{defaultStickiness:s}=lh(t),{trackEvent:o}=E1(),{projectId:l,projectName:d,projectDesc:m,projectStickiness:f,featureLimit:p,setFeatureLimit:g,setProjectId:v,setProjectName:x,setProjectDesc:y,setProjectStickiness:_,getEditProjectPayload:b,clearErrors:S,validateProjectId:P,validateName:C,errors:$}=dh(t,e.name,e.description||void 0,s,String(e.featureLimit)),{editProject:A,loading:O}=Ge(),{refetch:N}=X1(t),W=()=>`curl --location --request PUT '${n.unleashUrl}/api/admin/projects/${t}' \\
706
706
  --header 'Authorization: INSERT_API_KEY' \\
707
707
  --header 'Content-Type: application/json' \\
708
- --data-raw '${JSON.stringify(b(),void 0,2)}'`,V=async I=>{I.preventDefault();const U=b();if(C())try{await Z(t,U),W(),i({text:"Project information updated",type:"success"}),f!==rh&&o("project_stickiness_set")}catch(M){c(j1(M))}};return r.jsx(D_,{children:r.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:r.jsx($_,{children:r.jsx(C_,{errors:D,handleSubmit:V,projectId:l,setProjectId:p,projectName:d,setProjectName:x,projectStickiness:f,setProjectStickiness:_,setFeatureLimit:g,featureLimit:v,projectDesc:m,setProjectDesc:y,mode:"Edit",clearErrors:S,validateProjectId:P,children:r.jsx(b3,{type:"submit",permission:[G1,$c],projectId:l,"data-testid":T_,children:"Save changes"})})})})})},E_=({open:e,onClose:t,project:n,onSuccess:i})=>{const{archiveProject:c}=Ge(),{refetch:s}=Ji(),{setToastData:o,setToastApiError:l}=S1(),d=async m=>{m.preventDefault();try{await c(n),s(),o({text:"Project archived",type:"success"}),i==null||i()}catch(f){l(j1(f))}t(m)};return r.jsx(ce,{open:e,onClick:d,onClose:t,title:"Are you sure?",children:r.jsx(A,{children:"The project will be moved to the projects archive, where it can either be revived or permanently deleted."})})},Z_=h("div")(({theme:e})=>({display:"flex",flexDirection:"column",borderTop:`1px solid ${e.palette.divider}`,paddingTop:e.spacing(4),gap:e.spacing(2)})),I_=h("div")(({theme:e})=>({display:"flex",justifyContent:"flex-end",paddingTop:e.spacing(3)})),M_=({projectId:e,featureCount:t})=>{const[n,i]=u.useState(!1),c=se(),s=t>0;return r.jsxs(Z_,{children:[r.jsx("p",{children:"Before you can archive a project, you must first archive all of the feature flags associated with it."}),r.jsx(F,{condition:t>0,show:r.jsxs("p",{children:["Currently there ",t<=1?"is":"are"," ",r.jsx(re,{component:p1,to:"../..",children:r.jsxs("strong",{children:[t," active feature"," ",t===1?"flag":"flags","."]})})]})}),r.jsx(I_,{children:r.jsx(b3,{permission:ih,disabled:s,projectId:e,onClick:()=>{i(!0)},tooltipProps:{title:"Archive project"},"data-loading":!0,children:"Archive project"})}),r.jsx(E_,{project:e,open:n,onClose:()=>{i(!1)},onSuccess:()=>{c("/projects")}})]})},A_=h("div")(({theme:e})=>({borderRadius:e.spacing(2),overflow:"hidden"})),F_=({featureCount:e})=>{const t=e1("projectId"),{uiConfig:n}=m1(),{loading:i}=Ge(),c=()=>`curl --location --request POST '${n.unleashUrl}/api/admin/projects/archive/${t}' \\
709
- --header 'Authorization: INSERT_API_KEY'`;return r.jsx(A_,{children:r.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:r.jsx(M_,{projectId:t,featureCount:e})})})},R_=h("div")(({theme:e})=>({display:"flex",flexDirection:"column",gap:e.spacing(2)})),V_=()=>{const{isEnterprise:e}=m1(),{hasAccess:t}=u.useContext(Ze),n=e1("projectId"),{project:i}=X1(n);if(!i.name)return null;const c=!t([G1,$c],n)&&r.jsx(Z1,{severity:"error",sx:{mb:4},children:"You do not have the required permissions to edit this project."});return r.jsxs(r.Fragment,{children:[c,r.jsxs(R_,{children:[r.jsx(P_,{project:i}),r.jsx(F,{condition:e(),show:r.jsx(f_,{project:i})}),r.jsx(F_,{featureCount:Qi(i)??0})]})]})},L_=()=>{const e=e1("projectId"),t=xe(e),{hasAccess:n}=u.useContext(Ze),{isOss:i}=m1();return fe(`Project configuration – ${t}`),i()?r.jsx(A1,{header:r.jsx(_1,{title:"General settings"}),sx:{justifyContent:"center"},children:r.jsx(E0,{feature:"project-settings"})}):n([G1,ch],e)?r.jsx(V_,{}):r.jsx(A1,{header:r.jsx(_1,{title:"General settings"}),children:r.jsx(Z1,{severity:"error",children:"You need project owner permissions to access this section."})})},N_={actions:[]},D5=e=>{const{isEnterprise:t}=m1(),n=Ee("automatedActions"),{data:i,error:c,mutate:s}=Ur(t()&&n,N_,Y1(`api/admin/projects/${e}/actions`),W_);return u.useMemo(()=>({actions:(i==null?void 0:i.actions)??[],loading:!c&&!i,refetch:()=>s(),error:c}),[i,c,s])},W_=e=>fetch(e).then(oe("Actions")).then(t=>t.json()),$s=e=>{const{loading:t,makeRequest:n,createRequest:i,errors:c}=R2({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 y=i(`${s}/${g}`,{method:"PUT",body:JSON.stringify(p)},"updateActionSet");await n(y.caller,y.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}},z_=h($)({display:"flex",alignItems:"center"}),B_=h(v3)(({theme:e})=>({background:"transparent",borderRadius:e.shape.borderRadius,overflow:"hidden",width:e.spacing(3),height:e.spacing(3),fontSize:e.fontSizes.mainHeader})),Y_=h(re)(({theme:e})=>({...sh(e),"&:hover, &:focus":{textDecoration:"underline"}})),H_=({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 r.jsx(y1,{children:r.jsxs(z_,{children:[r.jsx(Z3,{title:"Signal endpoint",arrow:!0,children:r.jsx(B_,{src:w0(oh),alt:"Signal endpoint",variant:"rounded"})}),r.jsx(Y_,{component:p1,to:"/integrations/signals",underline:"hover",children:c.name})]})})}return r.jsx(y1,{children:"No source"})},U_=h(A)(({theme:e})=>({fontSize:e.fontSizes.smallerBody})),k_=({action:e})=>{const{payload:t}=e.match,n=Object.entries(t);return n.length===0?r.jsx(y1,{children:"0 filters"}):r.jsx(y1,{children:r.jsx(Q3,{tooltipProps:{maxWidth:500},tooltip:r.jsx(r.Fragment,{children:n.map(([i,{inverted:c,operator:s,caseInsensitive:o,value:l,values:d}])=>{const m=br(s),f=c?r.jsxs(r.Fragment,{children:["is ",r.jsx("u",{children:"not"})," ",m.substring(2)]}):m;return r.jsxs(U_,{children:[r.jsx("strong",{children:i})," ",f,o?" (case insensitive)":"",": ",r.jsx("strong",{children:d?d.join(", "):l})]},i)})}),children:n.length===1?"1 filter":`${n.length} filters`})})},q_=({action:e,serviceAccounts:t})=>{const{actorId:n}=e,i=t.find(({id:c})=>c===n);return i?r.jsx(Z0,{to:"/admin/service-accounts",title:i.name,subtitle:i.username}):r.jsx(y1,{children:"No service account"})},K_=async e=>{const t=await fetch(e);return await oe("Action events")(t),t.json()},Ts=(e,t,n=50,i={})=>{var S;const{isEnterprise:c}=m1(),s=Ee("automatedActions"),o=(P,C)=>!e||!t||!c||!s||C&&!C.actionSetEvents.length?null:Y1(`api/admin/projects/${t}/actions/${e}/events?limit=${n}&offset=${P*n}`),{data:l,error:d,size:m,setSize:f,mutate:v}=lh(o,K_,{...i,revalidateAll:!0}),g=l?l.flatMap(({actionSetEvents:P})=>P):[],p=!l&&!d,x=m>0&&!(l!=null&&l[m-1]),y=p||x,_=((S=l==null?void 0:l[m-1])==null?void 0:S.actionSetEvents.length)===n;return{actionEvents:g,hasMore:_,loadMore:()=>{y||!_||f(m+1)},loading:y,refetch:()=>v(),error:d}},G_=h("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}})),Q_=h("div")({display:"flex",flexDirection:"column"}),J_=h("div")({display:"flex",justifyContent:"space-between",alignItems:"center",width:"100%"}),X_=h("div")(({theme:e})=>({display:"flex",alignItems:"center",fontSize:e.fontSizes.smallBody,gap:e.spacing(2)})),ew=h(q2)(({theme:e})=>({color:e.palette.success.main}));h(kr)(({theme:e})=>({color:e.palette.error.main}));const tw=h(Z1)(({theme:e})=>({marginTop:e.spacing(2),fontSize:"inherit"})),nw=h(R3)(({theme:e})=>({margin:e.spacing(2,0)})),aw=h("div")(({theme:e})=>({fontSize:e.fontSizes.smallBody})),rw=h("p")(({theme:e})=>({fontWeight:e.fontWeight.bold,marginBottom:e.spacing(.5)})),iw=h("span")(({theme:e})=>({color:e.palette.text.secondary})),cw=({action:{state:e,details:t,action:n,executionParams:i},children:c})=>{const s=e==="success"?r.jsx(ew,{}):e==="started"?r.jsx(qr,{size:20}):e==="not started"?r.jsx("span",{children:"Not started"}):null;return r.jsxs(G_,{state:e,children:[r.jsxs(Q_,{children:[r.jsxs(J_,{children:[r.jsx("div",{children:c}),r.jsx(X_,{children:s})]}),r.jsx(F,{condition:!!t,show:r.jsx(tw,{severity:"error",children:t})})]}),r.jsx(nw,{}),r.jsxs(aw,{children:[r.jsx(rw,{children:n}),Object.entries(i).map(([o,l])=>r.jsxs("div",{children:[r.jsxs(iw,{children:[o,":"]})," ",l]},o))]})]})},sw=u.lazy(()=>Tc(()=>import("./ReactJSONEditor-DseXcTHD.js"),[])),ow=h(Yr)(({theme:e})=>({boxShadow:"none",border:`1px solid ${e.palette.divider}`,borderRadius:e.shape.borderRadiusMedium,"&:before":{display:"none"}})),lw=h(Pc)({lineHeight:"1.5rem"}),dw=h(p1)(({theme:e})=>({marginLeft:e.spacing(1)})),uw=({signal:e})=>{const{signalEndpoints:t}=Kr(),n=u.useMemo(()=>{const i=t.find(({id:c})=>c===e.sourceId);return i==null?void 0:i.name},[t,e.sourceId]);return r.jsxs(ow,{children:[r.jsxs(lw,{expandIcon:r.jsx(E1,{children:r.jsx(dh,{titleAccess:"Toggle"})}),children:["Signal endpoint:",r.jsx(dw,{to:"/integrations/signals",children:n})]}),r.jsx(Hr,{children:r.jsx(u.Suspense,{fallback:null,children:r.jsx(sw,{content:{json:e.payload},readOnly:!0,statusBar:!1,editorStyle:"sidePanel"})})})]})},hw=({signal:e})=>{const{source:t}=e;return t==="signal-endpoint"?r.jsx(uw,{signal:e}):null},mw=h("div")(({theme:e})=>({display:"flex",flexDirection:"column",gap:e.spacing(2),padding:e.spacing(2)})),fw=h(Z1)({fontSize:"inherit"}),Ps=({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 r.jsxs(mw,{children:[r.jsx(fw,{severity:e==="failed"?"error":"success",icon:e==="success"?r.jsx(q2,{}):void 0,children:i}),r.jsx(hw,{signal:n}),t.map((c,s)=>r.jsxs(cw,{action:c,children:["Action ",s+1]},c.id))]})},pw=h(Q3)(({theme:e})=>({display:"flex",alignItems:"center"})),vw=h("div")(({theme:e})=>({display:"flex",justifyContent:"space-between",alignItems:"center",margin:e.spacing(0,2),marginTop:e.spacing(2)})),gw=h("span")(({theme:e})=>({fontSize:e.fontSizes.bodySize})),xw=h(q2)(({theme:e})=>({color:e.palette.success.main})),bw=h(kr)(({theme:e})=>({color:e.palette.error.main})),jw=({action:e})=>{const{id:t,project:n}=e,{actionEvents:i}=Ts(t,n,1,{refreshInterval:5e3}),{locationSettings:c}=q3();if(i.length===0)return null;const s=i[0],o=s.state==="success"?r.jsx(xw,{}):s.state==="failed"?r.jsx(bw,{}):r.jsx(qr,{size:20});return r.jsx(pw,{tooltipProps:{maxWidth:500,maxHeight:600},tooltip:r.jsxs(r.Fragment,{children:[r.jsxs(vw,{children:[r.jsx(gw,{children:"Last event"}),r.jsx("span",{children:K3(s.createdAt,c==null?void 0:c.locale)})]}),r.jsx(Ps,{...s})]}),children:o})},yw=h("div")(({theme:e})=>({display:"flex",alignItems:"center",gap:e.spacing(1),padding:e.spacing(2)})),_w=h("div")(({theme:e})=>({display:"flex",flexDirection:"column",gap:e.spacing(1),fontSize:e.fontSizes.smallerBody})),ww=h("ul")(({theme:e})=>({listStyle:"none",paddingLeft:e.spacing(1),margin:0})),Sw=({action:e,onCreateAction:t})=>{const{actions:n}=e;return n.length===0?t?r.jsx(Z0,{title:"Create action",onClick:t}):r.jsx(y1,{children:"0 actions"}):r.jsxs(yw,{children:[r.jsx(jw,{action:e}),r.jsx(Q3,{tooltip:r.jsx(_w,{children:n.map(({id:i,action:c,executionParams:s})=>r.jsxs("div",{children:[r.jsx("strong",{children:c}),r.jsx(ww,{children:Object.entries(s).map(([o,l])=>r.jsxs("li",{children:[r.jsx("strong",{children:o}),":"," ",l]},o))})]},i))}),children:n.length===1?"1 action":`${n.length} actions`})]})},Ow=h($)({display:"flex",justifyContent:"center"}),Cw=({actionId:e,onOpenEvents:t,onEdit:n,onDelete:i})=>{const[c,s]=u.useState(null),o=!!c,l=v=>{s(v.currentTarget)},d=()=>{s(null)},m=`action-${e}-actions`,f=`${m}-menu`;return r.jsxs(Ow,{children:[r.jsx(H1,{title:"Action actions",arrow:!0,describeChild:!0,children:r.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:r.jsx(Tr,{})})}),r.jsx(C0,{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:r.jsxs(D0,{"aria-labelledby":m,children:[r.jsx(de,{permission:s2,children:({hasAccess:v})=>r.jsxs(ne,{sx:m3,onClick:t,disabled:!v,children:[r.jsx(le,{children:r.jsx(uh,{})}),r.jsx(ae,{children:r.jsx(A,{variant:"body2",children:"View events"})})]})}),r.jsx(de,{permission:s2,children:({hasAccess:v})=>r.jsxs(ne,{sx:m3,onClick:n,disabled:!v,children:[r.jsx(le,{children:r.jsx(G3,{})}),r.jsx(ae,{children:r.jsx(A,{variant:"body2",children:"Edit"})})]})}),r.jsx(de,{permission:s2,children:({hasAccess:v})=>r.jsxs(ne,{sx:m3,onClick:i,disabled:!v,children:[r.jsx(le,{children:r.jsx(g3,{})}),r.jsx(ae,{children:r.jsx(A,{variant:"body2",children:"Remove"})})]})})]})})]})},Dw=h("div")(({theme:e})=>({marginTop:e.spacing(1),position:"relative"})),$w=h("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})),Tw=h("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})),Es=h("div")({display:"flex",alignItems:"center"}),Pw=h(Es)(({theme:e})=>({justifyContent:"space-between",marginBottom:e.spacing(1)})),Zs=({index:e,header:t,separator:n="AND",children:i})=>r.jsxs(Dw,{children:[r.jsx(F,{condition:e>0,show:r.jsx($w,{children:n})}),r.jsxs(Tw,{children:[r.jsx(Pw,{children:t}),r.jsx(Es,{children:i})]})]}),Ew=e=>u.createElement("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},u.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"})),Zw=e=>u.createElement("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},u.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"})),Is=Ec(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"}})),Ms=Ec(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"}})),Iw=({localConstraint:e,setCaseInsensitive:t})=>r.jsx(H1,{title:e.caseInsensitive?"Make it case sensitive":"Make it case insensitive",arrow:!0,children:r.jsx($,{sx:{display:"flex",alignItems:"stretch"},children:r.jsx(F,{condition:!!e.caseInsensitive,show:r.jsx(Is,{onClick:t,disableRipple:!0,children:r.jsx(Zw,{})}),elseShow:r.jsx(Ms,{className:"operator-is-active",onClick:t,disableRipple:!0,children:r.jsx(Ew,{})})})})}),Mw=e=>u.createElement("svg",{width:24,height:10,viewBox:"0 0 24 10",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},u.createElement("path",{d:"M20.9238 0.46875V9H19.1719V0.46875H20.9238ZM23.5488 0.46875V1.8457H16.5879V0.46875H23.5488Z"}),u.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"}),u.createElement("path",{d:"M7.70508 0.46875V9H5.94727L2.51953 3.28125V9H0.761719V0.46875H2.51953L5.95312 6.19336V0.46875H7.70508Z"})),Aw=e=>u.createElement("svg",{width:24,height:36,viewBox:"25 12 24 30",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},u.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"})),Fw=({localConstraint:e,setInvertedOperator:t})=>r.jsx(H1,{title:e.inverted?"Remove negation":"Negate operator",arrow:!0,children:r.jsx($,{sx:{display:"flex",alignItems:"stretch"},children:r.jsx(F,{condition:!!e.inverted,show:r.jsx(Ms,{className:"operator-is-active",onClick:t,disableRipple:!0,children:r.jsx(Mw,{})}),elseShow:r.jsx(Is,{onClick:t,disableRipple:!0,children:r.jsx(Aw,{})})})})}),Rw=h("h3")(({theme:e})=>({fontSize:e.fontSizes.bodySize,fontWeight:e.typography.fontWeightRegular})),As=({children:e,...t})=>r.jsx(Rw,{...t,children:e}),Fs=Nr()(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"}})),Vw=h($)(({theme:e})=>({"&:has(*)":{marginTop:e.spacing(2)}})),Lw="Enter",h7=({values:e,removeValue:t,setValues:n,error:i,setError:c})=>{const[s,o]=u.useState(""),{classes:l}=Fs(),{uiConfig:d,loading:m}=m1(),f=d.resourceLimits.constraintValues,v=p=>{p.key===Lw&&(p.preventDefault(),g())},g=()=>{const p=Ww([...e,...fh(s)]);p.length>f?c(`constraints cannot have more than ${f} values`):p.length===0?c("values cannot be empty"):p.some(y=>y.length>100)?c("values cannot be longer than 100 characters"):(c(""),o(""),n(p))};return r.jsxs(r.Fragment,{children:[r.jsx(As,{style:{marginBottom:0},children:"Set values (maximum 100 char length per value)"}),r.jsxs("div",{className:l.inputContainer,children:[r.jsx("div",{className:l.inputInnerContainer,children:r.jsx(j3,{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"})}),r.jsx(c1,{className:l.button,variant:"outlined",color:"primary",onClick:g,"data-testid":"CONSTRAINT_VALUES_ADD_BUTTON",disabled:m,children:"Add values"})]}),r.jsx("div",{className:l.valuesContainer,children:r.jsx(Nw,{values:e,removeValue:t})}),r.jsx(Vw,{children:r.jsx(Xi,{name:"single constraint values",shortName:"values",currentValue:e.length,limit:f})})]})},Nw=({values:e,removeValue:t})=>{const{classes:n}=Fs();return r.jsx(r.Fragment,{children:e.map((i,c)=>r.jsx(hh,{label:r.jsx(mh,{text:i,maxLength:35,maxWidth:"100",className:n.chipValue}),onDelete:()=>t(c),className:n.valueChip,"data-testid":"CONSTRAINT_VALUES_CHIP"},`${i}-${c}`))})},Ww=e=>Array.from(new Set(e)),zw=Nr()(e=>({singleValueContainer:{maxWidth:"300px",marginTop:"-1rem"},singleValueInput:{width:"100%",margin:"1rem 0"}})),m7=({setValue:e,value:t,type:n,error:i,setError:c})=>{const{classes:s}=zw();return r.jsxs(r.Fragment,{children:[r.jsxs(As,{children:["Add a single ",n.toLowerCase()," value"]}),r.jsx("div",{className:s.singleValueContainer,children:r.jsx(j3,{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})})]})},Bw=({operator:e,localConstraint:t,setValue:n,setValues:i,setError:c,removeValue:s,error:o})=>{if(ph(e))return r.jsx(h7,{values:t.values||[],removeValue:s,setValues:i,error:o,setError:c});if(vh(e))return r.jsx(h7,{values:t.values||[],removeValue:s,setValues:i,error:o,setError:c});if(gh(e))return r.jsx(m7,{setValue:n,value:t.value,type:"number",error:o,setError:c});if(xh(e))return r.jsx(m7,{setValue:n,value:t.value,type:"semver",error:o,setError:c})},Yw=h("div")(({theme:e})=>({lineHeight:1.1,marginTop:-2,marginBottom:-10})),f7=h("div")(({theme:e})=>({fontSize:e.fontSizes.smallBody})),p7=h("div")(({theme:e})=>({fontSize:e.fontSizes.smallerBody,color:e.palette.neutral.main,overflow:"hidden",whiteSpace:"nowrap",textOverflow:"ellipsis"})),Hw=h(bh)(({theme:e})=>({[e.breakpoints.between(1101,1365)]:{width:"170px",marginRight:e.spacing(.5)}})),Uw=h(ne,{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}}:{}),kw=h("div")(({theme:e})=>({lineHeight:1.2})),qw=({options:e,value:t,onChange:n})=>{const[i,c]=u.useState(!1),s=l=>{n(l.target.value)},o=()=>r.jsxs(Yw,{children:[r.jsx(f7,{children:t}),r.jsx(p7,{children:br(t)})]});return r.jsxs(Hw,{variant:"outlined",size:"small",fullWidth:!0,children:[r.jsx(jh,{htmlFor:"operator-select",children:"Operator"}),r.jsx(yh,{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=>r.jsx(Uw,{value:l,separator:Kw(e,l),children:r.jsxs(kw,{children:[r.jsx(f7,{children:l}),r.jsx(p7,{children:br(l)})]})},l))})]})},Kw=(e,t)=>t===e[0]?!1:Gw.some(n=>n[0]===t),Gw=[Zc,o2,Ic,_h,Mc],Qw=h(E1)({marginRight:"-6px"}),Jw=h("div")({display:"flex",flexDirection:"column",width:"100%"}),Xw=h("div")(({theme:e})=>({display:"flex",alignItems:"center",gap:e.spacing(1),[e.breakpoints.down("sm")]:{flexDirection:"column",alignItems:"start",gap:e.spacing(2)}})),eS=h("div")(({theme:e})=>({width:"100%",display:"inline-flex",flex:1,gap:e.spacing(1)})),tS=h("div")(({theme:e})=>({width:"100%","&&& > div":{width:"100%"}})),v7=h("div")(({theme:e})=>({display:"inline-flex",flex:1,"&&& button":{marginRight:0,"&:not(.operator-is-active)":{backgroundColor:e.palette.background.elevation2}}})),nS=h("div")({width:"100%",flex:1});h(j3)({width:"100%"});const aS=h("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)}}})),rS=({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=r.jsxs(r.Fragment,{children:[r.jsxs("span",{children:["Filter ",t+1]}),r.jsx("div",{children:r.jsx(H1,{title:"Delete filter",arrow:!0,children:r.jsx(Qw,{onClick:c,children:r.jsx(g3,{})})})})]}),[g,p]=u.useState(!1),x=[...Zc,...o2,...Ic,...Mc],[y,_]=u.useState(""),b=wh(l),S=()=>{if(n({...e,error:void 0}),m===void 0&&f===void 0)return;const O=f||[m||""],[W,z]=b(...O);W||(_(z),n({...e,error:z}))};u.useEffect(()=>{S()},[m,y]),u.useEffect(()=>{g8(o2,l)?p(!0):p(!1)},[l]);const P=O=>{g8(o2,O)?p(!0):p(!1),n({...e,operator:O})},C=O=>{n({...e,values:void 0,value:O})},D=O=>{n({...e,value:void 0,values:O})},Z=O=>{const W=(f==null?void 0:f.filter((z,V)=>V!==O))||[];D(W)};return r.jsx(Zs,{index:t,header:v,children:r.jsxs(Jw,{children:[r.jsxs(Xw,{children:[r.jsx(nS,{children:r.jsx(k2,{freeSolo:!0,options:i,value:s,onInputChange:(O,W)=>n({...e,parameter:W}),renderInput:O=>r.jsx(he,{...O,size:"small",label:"Parameter"})})}),r.jsxs(eS,{children:[r.jsx(v7,{children:r.jsx(Fw,{localConstraint:{inverted:o},setInvertedOperator:()=>n({...e,inverted:!o||void 0})})}),r.jsx(tS,{children:r.jsx(qw,{options:x,value:l,onChange:P})}),r.jsx(F,{condition:g,show:r.jsx(v7,{children:r.jsx(Iw,{localConstraint:{caseInsensitive:d},setCaseInsensitive:()=>n({...e,caseInsensitive:!d||void 0})})})})]})]}),r.jsx(aS,{children:r.jsx(Bw,{setValues:D,setValue:C,setError:_,localConstraint:{value:m,values:f},operator:l,error:y,removeValue:Z})})]})})},iS=h("div")(({theme:e})=>({position:"relative",display:"flex",alignItems:"center",justifyContent:"center",marginBottom:e.spacing(2)})),cS=h("div")(({theme:e})=>({position:"absolute",right:0,fontSize:e.fontSizes.smallBody,[e.breakpoints.down("sm")]:{display:"none"}})),sS=h($,{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})),oS=h(R3)(({theme:e})=>({margin:"auto",width:1,height:e.spacing(3)})),Rs=({name:e,verticalConnector:t,resourceLink:n,children:i})=>r.jsxs(r.Fragment,{children:[r.jsx(F,{condition:!!t,show:r.jsx(oS,{orientation:"vertical"})}),r.jsxs(sS,{verticalConnector:t,children:[r.jsxs(iS,{children:[r.jsx(W3,{color:"secondary",children:e}),r.jsx(cS,{children:n})]}),i]})]});var $5={},lS=J1;Object.defineProperty($5,"__esModule",{value:!0});var Vs=$5.default=void 0,dS=lS(Q1()),uS=r,hS=(0,dS.default)((0,uS.jsx)("path",{d:"M6.23 20.23 8 22l10-10L8 2 6.23 3.77 14.46 12z"}),"ArrowForwardIosSharp");Vs=$5.default=hS;const mS=u.lazy(()=>Tc(()=>import("./ReactJSONEditor-DseXcTHD.js"),[])),fS=h("span")(({theme:e})=>({fontSize:e.fontSizes.smallBody,marginTop:e.spacing(1.5),marginBottom:e.spacing(-.75),height:e.spacing(3)})),pS=h(Yr)({backgroundColor:"transparent",boxShadow:"none","&:before":{display:"none"}}),vS=h(Pc)(({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)"}})),gS=h(Vs)(({theme:e})=>({color:e.palette.primary.main,fontSize:e.fontSizes.smallBody})),xS=h(Hr)(({theme:e})=>({marginTop:e.spacing(2),padding:0})),bS=({payload:e})=>e?r.jsxs(pS,{children:[r.jsx(vS,{expandIcon:r.jsx(E1,{children:r.jsx(gS,{titleAccess:"Toggle"})}),children:"Preview payload"}),r.jsx(xS,{children:r.jsx(u.Suspense,{fallback:null,children:r.jsx(mS,{content:{json:e},readOnly:!0,statusBar:!1,editorStyle:"sidePanel"})})})]}):r.jsx(fS,{children:"No signals were received from this source yet."}),Dr=(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,Dr(c,s)):Array.isArray(c)?c.forEach((o,l)=>{typeof o=="object"&&o!==null?Object.assign(n,Dr(o,`${s}[${l}]`)):n[`${s}[${l}]`]=o}):n[s]=c,n},{}),jS=h(R3)(({theme:e})=>({margin:e.spacing(2,0),marginBottom:e.spacing(1),borderStyle:"dashed"})),yS=h("div")(({theme:e})=>({display:"flex",flexDirection:"column",gap:e.spacing(1)})),_S=h("div")(({theme:e})=>({display:"flex",marginTop:e.spacing(1),gap:e.spacing(1)})),wS=({sourceId:e,setSourceId:t,filters:n,setFilters:i,validateSourceId:c})=>{const{signalEndpoints:s,loading:o}=Kr(),{signalEndpointSignals:l}=Sh(e,1),d=()=>{const p=x2();i(x=>[...x,{id:p,parameter:"",operator:Oh}])},m=p=>{i(x=>x.map(y=>y.id===p.id?p:y))},f=u.useMemo(()=>o?[]:s.map(({id:p,name:x})=>({label:x,key:`${p}`})),[o,s]),{lastSourcePayload:v,filterSuggestions:g}=u.useMemo(()=>{var x;const p=(x=l[0])==null?void 0:x.payload;return{lastSourcePayload:p,filterSuggestions:Object.keys(Dr(p)||{}).sort()}},[l]);return r.jsxs(Rs,{name:"When this",resourceLink:r.jsx(p1,{to:"/integrations/signals",children:"Create signal endpoint"}),children:[r.jsx(V3,{label:"Source",options:f,value:`${e}`,onChange:p=>{c(Number(p)),t(Number.parseInt(p))}}),r.jsx(F,{condition:!!e,show:r.jsx(bS,{payload:v})}),r.jsx(jS,{}),n.map((p,x)=>r.jsx(rS,{index:x,filter:p,stateChanged:m,suggestions:g,onDelete:()=>i(y=>y.filter(({id:_})=>_!==p.id))},p.id)),r.jsxs(_S,{children:[r.jsx(c1,{startIcon:r.jsx(p3,{}),onClick:d,variant:"outlined",color:"primary",children:"Add filter"}),r.jsx(I0,{htmlTooltip:!0,tooltip:r.jsxs(yS,{children:[r.jsx("p",{children:"Filters allow you to add conditions to the execution of the actions based on the source payload."}),r.jsx("p",{children:"If no filters are defined then the action will always be triggered from the selected source, no matter the payload."})]})})]})]})},SS=(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}=Ur(!!e,void 0,Y1(c),OS);return u.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])},OS=e=>fetch(e).then(oe("Service account access overview")).then(t=>t.json()),CS=({label:e,value:t,onChange:n,options:i})=>r.jsx(k2,{options:i,autoHighlight:!0,autoSelect:!0,value:t,onInputChange:(c,s)=>n(s),renderInput:c=>r.jsx(he,{...c,size:"small",label:e})}),DS=({parameter:e,value:t,onChange:n})=>{const{label:i,type:c}=e;if(c==="select"){const{options:s}=e;return r.jsx(CS,{label:i,value:t,onChange:n,options:s})}return null},$S=h("div")(({theme:e})=>({display:"flex",flexDirection:"column","& > span:last-of-type":{fontSize:e.fontSizes.smallerBody,color:e.palette.text.secondary}})),TS=({value:e,onChange:t,actionConfigurations:n})=>{const i=(s,o)=>r.jsx("li",{...s,children:r.jsxs($S,{children:[r.jsx("span",{children:o.label}),r.jsx("span",{children:o.description})]})}),c=[...n].map(([s,o])=>({key:s,...o}));return r.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=>r.jsx(he,{...s,size:"small",label:"Action"})})},PS=h("div")(({theme:e})=>({display:"flex",flexDirection:"column",width:"100%",gap:e.spacing(2)})),g7=h("div")(({theme:e})=>({display:"flex",alignItems:"center",gap:e.spacing(1),width:"100%",flexWrap:"wrap"})),x7=h("div")(({theme:e})=>({flex:1,minWidth:e.spacing(25)})),ES=({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}=SS(i,f,d.environment),g=s.get(l),p=u.useMemo(()=>{const _=g==null?void 0:g.permissions,{environment:b}=d;return v.length===0||!_||!b?!0:_.some(S=>v.some(({permission:P,project:C,environment:D})=>P===S&&C===f&&D===b))},[g,v]);u.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=r.jsxs(r.Fragment,{children:[r.jsxs("span",{children:["Action ",t+1]}),r.jsx("div",{children:r.jsx(H1,{title:"Delete action",arrow:!0,children:r.jsx(E1,{onClick:c,children:r.jsx(g3,{})})})})]}),y=(g==null?void 0:g.parameters.filter(({type:_})=>_!=="hidden"))||[];return r.jsx(Zs,{index:t,header:x,separator:"THEN",children:r.jsxs(PS,{children:[r.jsx(g7,{children:r.jsx(x7,{children:r.jsx(TS,{value:l,onChange:_=>n({...e,action:_}),actionConfigurations:s})})}),r.jsx(F,{condition:y.length>0,show:r.jsx(g7,{children:y.map(_=>r.jsx(x7,{children:r.jsx(DS,{parameter:_,value:d[_.name],onChange:b=>n({...e,executionParams:{...d,[_.name]:b}})})},_.name))})}),r.jsx(F,{condition:o&&!!m,show:r.jsx(Z1,{severity:"error",children:m})}),r.jsx(F,{condition:!p,show:r.jsx(Z1,{severity:"error",children:"The selected service account does not have permissions to execute this action currently."})})]})})},ZS={},IS=e=>{const{isEnterprise:t}=m1(),n=Ee("automatedActions"),{data:i,error:c,mutate:s}=Ur(t()&&n,ZS,Y1(`api/admin/projects/${e}/actions/config`),MS);return u.useMemo(()=>({actionConfigurations:new Map(Object.entries(i||{})),loading:!c&&!i,refetch:()=>s(),error:c}),[i,c,s])},MS=e=>fetch(e).then(oe("Actions configuration")).then(t=>t.json()),AS=h(R3)(({theme:e})=>({margin:e.spacing(2,0),marginBottom:e.spacing(1),borderStyle:"dashed"})),FS=h("div")(({theme:e})=>({display:"flex",marginTop:e.spacing(1),gap:e.spacing(1)})),RS=({serviceAccounts:e,serviceAccountsLoading:t,actions:n,setActions:i,actorId:c,setActorId:s,validateActorId:o,validated:l})=>{const d=e1("projectId"),{actionConfigurations:m}=IS(d),f=p=>{const y={id:x2(),action:"",sortOrder:n.map(_=>_.sortOrder).reduce((_,b)=>Math.max(_,b),0)+1,executionParams:{project:p}};i([...n,y])},v=p=>{i(x=>x.map(y=>y.id===p.id?p:y))},g=u.useMemo(()=>t?[]:e.map(p=>({label:p.name,key:`${p.id}`})),[t,e]);return r.jsxs(Rs,{name:"Do these actions",verticalConnector:!0,resourceLink:r.jsx(p1,{to:"/admin/service-accounts",children:"Create service account"}),children:[r.jsx(V3,{label:"Service account",name:"service-account",options:g,value:`${c}`,onChange:p=>{o(Number(p)),s(Number.parseInt(p))}}),r.jsx(AS,{}),n.map((p,x)=>r.jsx(ES,{index:x,action:p,stateChanged:v,actorId:c,onDelete:()=>i(y=>y.filter(_=>_.id!==p.id)),actionConfigurations:m,validated:l},p.id)),r.jsx(FS,{children:r.jsx(c1,{startIcon:r.jsx(p3,{}),onClick:()=>f(d),variant:"outlined",color:"primary",children:"Add action"})})]})},VS=h(Z1)(({theme:e})=>({marginBottom:e.spacing(4)})),LS=h("div")(({theme:e})=>({background:e.palette.background.elevation1,padding:e.spacing(2,3),borderRadius:e.shape.borderRadiusLarge,marginBottom:e.spacing(4)})),b7=h("p")(({theme:e})=>({display:"flex",color:e.palette.text.primary,marginBottom:e.spacing(1),"&:not(:first-of-type)":{marginTop:e.spacing(3)}})),j7=h(j3)(()=>({width:"100%"})),NS=h(Z1)(({theme:e})=>({marginTop:e.spacing(3)})),WS=({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:y,validateSourceId:_,validateActorId:b,validated:S})=>{const{serviceAccounts:P,loading:C}=Nc(),D=O=>{setTimeout(()=>O(),300)},Z=S&&Object.values(x).some(Boolean);return r.jsxs("div",{children:[r.jsx(F,{condition:P.length===0,show:r.jsxs(VS,{color:"warning",children:[r.jsx("strong",{children:"Heads up!"})," In order to create an action you need to create a service account first. Please"," ",r.jsx(re,{to:"/admin/service-accounts",component:p1,children:"go ahead and create one"}),"."]})}),r.jsx(LS,{children:r.jsx(Ch,{checked:e,setChecked:t,children:"Action status"})}),r.jsx(b7,{children:"What is your new action name?"}),r.jsx(j7,{autoFocus:!0,label:"Action name",error:!!x.name,errorText:x.name,value:n,onChange:O=>{y(O.target.value),i(O.target.value)},onBlur:O=>D(()=>y(O.target.value)),autoComplete:"off"}),r.jsx(b7,{children:"What is your new action description?"}),r.jsx(j7,{label:"Action description",value:c,onChange:O=>s(O.target.value),autoComplete:"off"}),r.jsx(wS,{sourceId:o,setSourceId:l,filters:d,setFilters:m,validateSourceId:_}),r.jsx(RS,{serviceAccounts:P,serviceAccountsLoading:C,actions:g,setActions:p,actorId:f,setActorId:v,validateActorId:b,validated:S}),r.jsx(F,{condition:Z,show:()=>r.jsx(NS,{severity:"error",icon:!1,children:r.jsx("ul",{children:Object.values(x).filter(Boolean).map(O=>r.jsx("li",{children:O},O))})})})]})},y7={name:void 0,source:void 0,filters:void 0,actor:void 0,actions:void 0},zS=e=>{const t=e1("projectId"),{actions:n}=D5(t),[i,c]=u.useState(!1),[s,o]=u.useState(""),[l,d]=u.useState(""),[m,f]=u.useState(0),[v,g]=u.useState([]),[p,x]=u.useState(0),[y,_]=u.useState([]),b=()=>{var E,w,j;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(([R,{inverted:G,operator:q,caseInsensitive:d1,value:u1,values:Q}])=>({id:x2(),parameter:R,inverted:G,operator:q,caseInsensitive:d1,value:u1,values:Q}))),x((e==null?void 0:e.actorId)??0),_(((j=e==null?void 0:e.actions)==null?void 0:j.map(R=>({id:x2(),action:R.action,sortOrder:R.sortOrder,executionParams:R.executionParams})))??[]),D(!1),P(y7)};u.useEffect(()=>{b()},[e]);const[S,P]=u.useState(y7),[C,D]=u.useState(!1),Z=E=>{P(w=>({...w,[E]:void 0}))},O=(E,w)=>{P(j=>({...j,[E]:w}))};u.useEffect(()=>{K(v)},[v]),u.useEffect(()=>{B(y)},[y]);const W=E=>!E.length,z=E=>n==null?void 0:n.some(({id:w,name:j})=>w!==(e==null?void 0:e.id)&&j===E),V=E=>E===0,I=E=>W(E)?(O("name","Name is required."),!1):z(E)?(O("name","Name must be unique."),!1):(Z("name"),!0),U=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),M=E=>V(E)?(O("actor","Service account is required."),!1):(Z("actor"),!0),B=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:y,setActions:_,errors:S,setErrors:P,validated:C,validateName:I,validateSourceId:U,validateActorId:M,validate:()=>{const E=I(s),w=U(m),j=K(v),R=M(p),G=B(y);return D(!0),E&&w&&j&&R&&G},reloadForm:b}},BS=h("div")(({theme:e})=>({display:"flex",justifyContent:"space-between",alignItems:"center",width:"100%",marginBottom:e.fontSizes.mainHeader})),YS=h("h1")({fontWeight:"normal"}),HS=h("form")(()=>({display:"flex",flexDirection:"column",height:"100%"})),US=h("div")(({theme:e})=>({marginTop:"auto",display:"flex",justifyContent:"flex-end",paddingTop:e.spacing(4)})),kS=h(c1)(({theme:e})=>({marginLeft:e.spacing(3)})),qS=({action:e,open:t,setOpen:n,onOpenEvents:i})=>{const c=e1("projectId"),{refetch:s}=D5(c),{addActionSet:o,updateActionSet:l,loading:d}=$s(c),{setToastData:m,setToastApiError:f}=S1(),{uiConfig:v}=m1(),{enabled:g,setEnabled:p,name:x,setName:y,description:_,setDescription:b,sourceId:S,setSourceId:P,filters:C,setFilters:D,actorId:Z,setActorId:O,actions:W,setActions:z,errors:V,validateName:I,validateSourceId:U,validateActorId:K,validate:M,validated:B,reloadForm:H}=zS(e);u.useEffect(()=>{H()},[t]);const E=e!==void 0,w=`${E?"Edit":"New"} action`,j={enabled:g,name:x,description:_,match:{source:"signal-endpoint",sourceId:S,payload:C.filter(q=>q.parameter.length>0).reduce((q,{parameter:d1,inverted:u1,operator:Q,caseInsensitive:t1,value:a1,values:r1})=>({...q,[d1]:{inverted:u1,operator:Q,caseInsensitive:t1,value:a1,values:r1}}),{})},actorId:Z,actions:W.filter(({action:q})=>!!q).map(({action:q,sortOrder:d1,executionParams:u1})=>({action:q,sortOrder:d1,executionParams:u1}))},R=()=>`curl --location --request ${E?"PUT":"POST"} '${v.unleashUrl}/api/admin/projects/${c}/actions${E?`/${e.id}`:""}' \\
708
+ --data-raw '${JSON.stringify(b(),void 0,2)}'`,V=async M=>{M.preventDefault();const q=b();if(C())try{await A(t,q),N(),i({text:"Project information updated",type:"success"}),f!==uh&&o("project_stickiness_set")}catch(Z){c(y1(Z))}};return a.jsx(Y_,{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:W,compactPadding:!0,compact:!0,children:a.jsx(H_,{children:a.jsx(B_,{errors:$,handleSubmit:V,projectId:l,setProjectId:v,projectName:d,setProjectName:x,projectStickiness:f,setProjectStickiness:_,setFeatureLimit:g,featureLimit:p,projectDesc:m,setProjectDesc:y,mode:"Edit",clearErrors:S,validateProjectId:P,children:a.jsx(y3,{type:"submit",permission:[G1,Zc],projectId:l,"data-testid":U_,children:"Save changes"})})})})})},q_=({open:e,onClose:t,project:n,onSuccess:i})=>{const{archiveProject:c}=Ge(),{refetch:s}=ac(),{setToastData:o,setToastApiError:l}=C1(),d=async m=>{m.preventDefault();try{await c(n),s(),o({text:"Project archived",type:"success"}),i==null||i()}catch(f){l(y1(f))}t(m)};return a.jsx(oe,{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."})})},K_=h("div")(({theme:e})=>({display:"flex",flexDirection:"column",borderTop:`1px solid ${e.palette.divider}`,paddingTop:e.spacing(4),gap:e.spacing(2)})),G_=h("div")(({theme:e})=>({display:"flex",justifyContent:"flex-end",paddingTop:e.spacing(3)})),Q_=({projectId:e,featureCount:t})=>{const[n,i]=u.useState(!1),c=le(),s=t>0;return a.jsxs(K_,{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(F,{condition:t>0,show:a.jsxs("p",{children:["Currently there ",t<=1?"is":"are"," ",a.jsx(ie,{component:g1,to:"../..",children:a.jsxs("strong",{children:[t," active feature"," ",t===1?"flag":"flags","."]})})]})}),a.jsx(G_,{children:a.jsx(y3,{permission:hh,disabled:s,projectId:e,onClick:()=>{i(!0)},tooltipProps:{title:"Archive project"},"data-loading":!0,children:"Archive project"})}),a.jsx(q_,{project:e,open:n,onClose:()=>{i(!1)},onSuccess:()=>{c("/projects")}})]})},J_=h("div")(({theme:e})=>({borderRadius:e.spacing(2),overflow:"hidden"})),X_=({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(J_,{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(Q_,{projectId:t,featureCount:e})})})},ew=h("div")(({theme:e})=>({display:"flex",flexDirection:"column",gap:e.spacing(2)})),tw=()=>{const{isEnterprise:e}=p1(),{hasAccess:t}=u.useContext(Ie),n=e1("projectId"),{project:i}=X1(n);if(!i.name)return null;const c=!t([G1,Zc],n)&&a.jsx(M1,{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(ew,{children:[a.jsx(k_,{project:i}),a.jsx(F,{condition:e(),show:a.jsx(E_,{project:i})}),a.jsx(X_,{featureCount:nc(i)??0})]})]})},nw=()=>{const e=e1("projectId"),t=be(e),{hasAccess:n}=u.useContext(Ie),{isOss:i}=p1();return fe(`Project configuration – ${t}`),i()?a.jsx(F1,{header:a.jsx(w1,{title:"General settings"}),sx:{justifyContent:"center"},children:a.jsx(M0,{feature:"project-settings"})}):n([G1,mh],e)?a.jsx(tw,{}):a.jsx(F1,{header:a.jsx(w1,{title:"General settings"}),children:a.jsx(M1,{severity:"error",children:"You need project owner permissions to access this section."})})},aw={actions:[]},P5=e=>{const{isEnterprise:t}=p1(),n=Ze("automatedActions"),{data:i,error:c,mutate:s}=Kr(t()&&n,aw,N1(`api/admin/projects/${e}/actions`),rw);return u.useMemo(()=>({actions:(i==null?void 0:i.actions)??[],loading:!c&&!i,refetch:()=>s(),error:c}),[i,c,s])},rw=e=>fetch(e).then(te("Actions")).then(t=>t.json()),Is=e=>{const{loading:t,makeRequest:n,createRequest:i,errors:c}=R2({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,v)=>{const y=i(`${s}/${g}`,{method:"PUT",body:JSON.stringify(v)},"updateActionSet");await n(y.caller,y.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,v)=>{v?await d(g):await m(g)},errors:c,loading:t}},iw=h(D)({display:"flex",alignItems:"center"}),cw=h(x3)(({theme:e})=>({background:"transparent",borderRadius:e.shape.borderRadius,overflow:"hidden",width:e.spacing(3),height:e.spacing(3),fontSize:e.fontSizes.mainHeader})),sw=h(ie)(({theme:e})=>({...fh(e),"&:hover, &:focus":{textDecoration:"underline"}})),ow=({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(_1,{children:a.jsxs(iw,{children:[a.jsx(M3,{title:"Signal endpoint",arrow:!0,children:a.jsx(cw,{src:S0(ph),alt:"Signal endpoint",variant:"rounded"})}),a.jsx(sw,{component:g1,to:"/integrations/signals",underline:"hover",children:c.name})]})})}return a.jsx(_1,{children:"No source"})},lw=h(I)(({theme:e})=>({fontSize:e.fontSizes.smallerBody})),dw=({action:e})=>{const{payload:t}=e.match,n=Object.entries(t);return n.length===0?a.jsx(_1,{children:"0 filters"}):a.jsx(_1,{children:a.jsx(J3,{tooltipProps:{maxWidth:500},tooltip:a.jsx(a.Fragment,{children:n.map(([i,{inverted:c,operator:s,caseInsensitive:o,value:l,values:d}])=>{const m=jr(s),f=c?a.jsxs(a.Fragment,{children:["is ",a.jsx("u",{children:"not"})," ",m.substring(2)]}):m;return a.jsxs(lw,{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`})})},uw=({action:e,serviceAccounts:t})=>{const{actorId:n}=e,i=t.find(({id:c})=>c===n);return i?a.jsx(A0,{to:"/admin/service-accounts",title:i.name,subtitle:i.username}):a.jsx(_1,{children:"No service account"})},hw=async e=>{const t=await fetch(e);return await te("Action events")(t),t.json()},Ms=(e,t,n=50,i={})=>{var S;const{isEnterprise:c}=p1(),s=Ze("automatedActions"),o=(P,C)=>!e||!t||!c||!s||C&&!C.actionSetEvents.length?null:N1(`api/admin/projects/${t}/actions/${e}/events?limit=${n}&offset=${P*n}`),{data:l,error:d,size:m,setSize:f,mutate:p}=vh(o,hw,{...i,revalidateAll:!0}),g=l?l.flatMap(({actionSetEvents:P})=>P):[],v=!l&&!d,x=m>0&&!(l!=null&&l[m-1]),y=v||x,_=((S=l==null?void 0:l[m-1])==null?void 0:S.actionSetEvents.length)===n;return{actionEvents:g,hasMore:_,loadMore:()=>{y||!_||f(m+1)},loading:y,refetch:()=>p(),error:d}},mw=h("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}})),fw=h("div")({display:"flex",flexDirection:"column"}),pw=h("div")({display:"flex",justifyContent:"space-between",alignItems:"center",width:"100%"}),vw=h("div")(({theme:e})=>({display:"flex",alignItems:"center",fontSize:e.fontSizes.smallBody,gap:e.spacing(2)})),gw=h(q2)(({theme:e})=>({color:e.palette.success.main}));h(Gr)(({theme:e})=>({color:e.palette.error.main}));const xw=h(M1)(({theme:e})=>({marginTop:e.spacing(2),fontSize:"inherit"})),bw=h(L3)(({theme:e})=>({margin:e.spacing(2,0)})),jw=h("div")(({theme:e})=>({fontSize:e.fontSizes.smallBody})),yw=h("p")(({theme:e})=>({fontWeight:e.fontWeight.bold,marginBottom:e.spacing(.5)})),_w=h("span")(({theme:e})=>({color:e.palette.text.secondary})),ww=({action:{state:e,details:t,action:n,executionParams:i},children:c})=>{const s=e==="success"?a.jsx(gw,{}):e==="started"?a.jsx(Qr,{size:20}):e==="not started"?a.jsx("span",{children:"Not started"}):null;return a.jsxs(mw,{state:e,children:[a.jsxs(fw,{children:[a.jsxs(pw,{children:[a.jsx("div",{children:c}),a.jsx(vw,{children:s})]}),a.jsx(F,{condition:!!t,show:a.jsx(xw,{severity:"error",children:t})})]}),a.jsx(bw,{}),a.jsxs(jw,{children:[a.jsx(yw,{children:n}),Object.entries(i).map(([o,l])=>a.jsxs("div",{children:[a.jsxs(_w,{children:[o,":"]})," ",l]},o))]})]})},Sw=u.lazy(()=>Ic(()=>import("./ReactJSONEditor-BCSMMPUN.js"),[])),Ow=h(kr)(({theme:e})=>({boxShadow:"none",border:`1px solid ${e.palette.divider}`,borderRadius:e.shape.borderRadiusMedium,"&:before":{display:"none"}})),Cw=h(Mc)({lineHeight:"1.5rem"}),Dw=h(g1)(({theme:e})=>({marginLeft:e.spacing(1)})),$w=({signal:e})=>{const{signalEndpoints:t}=Jr(),n=u.useMemo(()=>{const i=t.find(({id:c})=>c===e.sourceId);return i==null?void 0:i.name},[t,e.sourceId]);return a.jsxs(Ow,{children:[a.jsxs(Cw,{expandIcon:a.jsx(P1,{children:a.jsx(gh,{titleAccess:"Toggle"})}),children:["Signal endpoint:",a.jsx(Dw,{to:"/integrations/signals",children:n})]}),a.jsx(qr,{children:a.jsx(u.Suspense,{fallback:null,children:a.jsx(Sw,{content:{json:e.payload},readOnly:!0,statusBar:!1,editorStyle:"sidePanel"})})})]})},Tw=({signal:e})=>{const{source:t}=e;return t==="signal-endpoint"?a.jsx($w,{signal:e}):null},Pw=h("div")(({theme:e})=>({display:"flex",flexDirection:"column",gap:e.spacing(2),padding:e.spacing(2)})),Ew=h(M1)({fontSize:"inherit"}),As=({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(Pw,{children:[a.jsx(Ew,{severity:e==="failed"?"error":"success",icon:e==="success"?a.jsx(q2,{}):void 0,children:i}),a.jsx(Tw,{signal:n}),t.map((c,s)=>a.jsxs(ww,{action:c,children:["Action ",s+1]},c.id))]})},Zw=h(J3)(({theme:e})=>({display:"flex",alignItems:"center"})),Iw=h("div")(({theme:e})=>({display:"flex",justifyContent:"space-between",alignItems:"center",margin:e.spacing(0,2),marginTop:e.spacing(2)})),Mw=h("span")(({theme:e})=>({fontSize:e.fontSizes.bodySize})),Aw=h(q2)(({theme:e})=>({color:e.palette.success.main})),Fw=h(Gr)(({theme:e})=>({color:e.palette.error.main})),Rw=({action:e})=>{const{id:t,project:n}=e,{actionEvents:i}=Ms(t,n,1,{refreshInterval:5e3}),{locationSettings:c}=K3();if(i.length===0)return null;const s=i[0],o=s.state==="success"?a.jsx(Aw,{}):s.state==="failed"?a.jsx(Fw,{}):a.jsx(Qr,{size:20});return a.jsx(Zw,{tooltipProps:{maxWidth:500,maxHeight:600},tooltip:a.jsxs(a.Fragment,{children:[a.jsxs(Iw,{children:[a.jsx(Mw,{children:"Last event"}),a.jsx("span",{children:G3(s.createdAt,c==null?void 0:c.locale)})]}),a.jsx(As,{...s})]}),children:o})},Vw=h("div")(({theme:e})=>({display:"flex",alignItems:"center",gap:e.spacing(1),padding:e.spacing(2)})),Lw=h("div")(({theme:e})=>({display:"flex",flexDirection:"column",gap:e.spacing(1),fontSize:e.fontSizes.smallerBody})),Nw=h("ul")(({theme:e})=>({listStyle:"none",paddingLeft:e.spacing(1),margin:0})),Ww=({action:e,onCreateAction:t})=>{const{actions:n}=e;return n.length===0?t?a.jsx(A0,{title:"Create action",onClick:t}):a.jsx(_1,{children:"0 actions"}):a.jsxs(Vw,{children:[a.jsx(Rw,{action:e}),a.jsx(J3,{tooltip:a.jsx(Lw,{children:n.map(({id:i,action:c,executionParams:s})=>a.jsxs("div",{children:[a.jsx("strong",{children:c}),a.jsx(Nw,{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`})]})},zw=h(D)({display:"flex",justifyContent:"center"}),Bw=({actionId:e,onOpenEvents:t,onEdit:n,onDelete:i})=>{const[c,s]=u.useState(null),o=!!c,l=p=>{s(p.currentTarget)},d=()=>{s(null)},m=`action-${e}-actions`,f=`${m}-menu`;return a.jsxs(zw,{children:[a.jsx(H1,{title:"Action actions",arrow:!0,describeChild:!0,children:a.jsx(P1,{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(Pr,{})})}),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:p=>({borderRadius:`${p.shape.borderRadius}px`,padding:p.spacing(1,1.5)})},children:a.jsxs($0,{"aria-labelledby":m,children:[a.jsx(ue,{permission:l2,children:({hasAccess:p})=>a.jsxs(ae,{sx:f3,onClick:t,disabled:!p,children:[a.jsx(de,{children:a.jsx(xh,{})}),a.jsx(re,{children:a.jsx(I,{variant:"body2",children:"View events"})})]})}),a.jsx(ue,{permission:l2,children:({hasAccess:p})=>a.jsxs(ae,{sx:f3,onClick:n,disabled:!p,children:[a.jsx(de,{children:a.jsx(Q3,{})}),a.jsx(re,{children:a.jsx(I,{variant:"body2",children:"Edit"})})]})}),a.jsx(ue,{permission:l2,children:({hasAccess:p})=>a.jsxs(ae,{sx:f3,onClick:i,disabled:!p,children:[a.jsx(de,{children:a.jsx(b3,{})}),a.jsx(re,{children:a.jsx(I,{variant:"body2",children:"Remove"})})]})})]})})]})},Yw=h("div")(({theme:e})=>({marginTop:e.spacing(1),position:"relative"})),Hw=h("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})),Uw=h("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})),Fs=h("div")({display:"flex",alignItems:"center"}),kw=h(Fs)(({theme:e})=>({justifyContent:"space-between",marginBottom:e.spacing(1)})),Rs=({index:e,header:t,separator:n="AND",children:i})=>a.jsxs(Yw,{children:[a.jsx(F,{condition:e>0,show:a.jsx(Hw,{children:n})}),a.jsxs(Uw,{children:[a.jsx(kw,{children:t}),a.jsx(Fs,{children:i})]})]}),qw=e=>u.createElement("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},u.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"})),Kw=e=>u.createElement("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},u.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"})),Vs=Ac(P1)(({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"}})),Ls=Ac(P1)(({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"}})),Gw=({localConstraint:e,setCaseInsensitive:t})=>a.jsx(H1,{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(F,{condition:!!e.caseInsensitive,show:a.jsx(Vs,{onClick:t,disableRipple:!0,children:a.jsx(Kw,{})}),elseShow:a.jsx(Ls,{className:"operator-is-active",onClick:t,disableRipple:!0,children:a.jsx(qw,{})})})})}),Qw=e=>u.createElement("svg",{width:24,height:10,viewBox:"0 0 24 10",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},u.createElement("path",{d:"M20.9238 0.46875V9H19.1719V0.46875H20.9238ZM23.5488 0.46875V1.8457H16.5879V0.46875H23.5488Z"}),u.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"}),u.createElement("path",{d:"M7.70508 0.46875V9H5.94727L2.51953 3.28125V9H0.761719V0.46875H2.51953L5.95312 6.19336V0.46875H7.70508Z"})),Jw=e=>u.createElement("svg",{width:24,height:36,viewBox:"25 12 24 30",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},u.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"})),Xw=({localConstraint:e,setInvertedOperator:t})=>a.jsx(H1,{title:e.inverted?"Remove negation":"Negate operator",arrow:!0,children:a.jsx(D,{sx:{display:"flex",alignItems:"stretch"},children:a.jsx(F,{condition:!!e.inverted,show:a.jsx(Ls,{className:"operator-is-active",onClick:t,disableRipple:!0,children:a.jsx(Qw,{})}),elseShow:a.jsx(Vs,{onClick:t,disableRipple:!0,children:a.jsx(Jw,{})})})})}),eS=h("h3")(({theme:e})=>({fontSize:e.fontSizes.bodySize,fontWeight:e.typography.fontWeightRegular})),Ns=({children:e,...t})=>a.jsx(eS,{...t,children:e}),Ws=Br()(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"}})),tS=h(D)(({theme:e})=>({"&:has(*)":{marginTop:e.spacing(2)}})),nS="Enter",v7=({values:e,removeValue:t,setValues:n,error:i,setError:c})=>{const[s,o]=u.useState(""),{classes:l}=Ws(),{uiConfig:d,loading:m}=p1(),f=d.resourceLimits.constraintValues,p=v=>{v.key===nS&&(v.preventDefault(),g())},g=()=>{const v=rS([...e,...yh(s)]);v.length>f?c(`constraints cannot have more than ${f} values`):v.length===0?c("values cannot be empty"):v.some(y=>y.length>100)?c("values cannot be longer than 100 characters"):(c(""),o(""),n(v))};return a.jsxs(a.Fragment,{children:[a.jsx(Ns,{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:p,label:"Values",name:"values",value:s,onFocus:()=>{c("")},onChange:v=>o(v.target.value),placeholder:"value1, value2, value3...",className:l.input,error:!!i,errorText:i,"data-testid":"CONSTRAINT_VALUES_INPUT"})}),a.jsx(c1,{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(aS,{values:e,removeValue:t})}),a.jsx(tS,{children:a.jsx(rc,{name:"single constraint values",shortName:"values",currentValue:e.length,limit:f})})]})},aS=({values:e,removeValue:t})=>{const{classes:n}=Ws();return a.jsx(a.Fragment,{children:e.map((i,c)=>a.jsx(bh,{label:a.jsx(jh,{text:i,maxLength:35,maxWidth:"100",className:n.chipValue}),onDelete:()=>t(c),className:n.valueChip,"data-testid":"CONSTRAINT_VALUES_CHIP"},`${i}-${c}`))})},rS=e=>Array.from(new Set(e)),iS=Br()(e=>({singleValueContainer:{maxWidth:"300px",marginTop:"-1rem"},singleValueInput:{width:"100%",margin:"1rem 0"}})),g7=({setValue:e,value:t,type:n,error:i,setError:c})=>{const{classes:s}=iS();return a.jsxs(a.Fragment,{children:[a.jsxs(Ns,{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})})]})},cS=({operator:e,localConstraint:t,setValue:n,setValues:i,setError:c,removeValue:s,error:o})=>{if(_h(e))return a.jsx(v7,{values:t.values||[],removeValue:s,setValues:i,error:o,setError:c});if(wh(e))return a.jsx(v7,{values:t.values||[],removeValue:s,setValues:i,error:o,setError:c});if(Sh(e))return a.jsx(g7,{setValue:n,value:t.value,type:"number",error:o,setError:c});if(Oh(e))return a.jsx(g7,{setValue:n,value:t.value,type:"semver",error:o,setError:c})},sS=h("div")(({theme:e})=>({lineHeight:1.1,marginTop:-2,marginBottom:-10})),x7=h("div")(({theme:e})=>({fontSize:e.fontSizes.smallBody})),b7=h("div")(({theme:e})=>({fontSize:e.fontSizes.smallerBody,color:e.palette.neutral.main,overflow:"hidden",whiteSpace:"nowrap",textOverflow:"ellipsis"})),oS=h(Ch)(({theme:e})=>({[e.breakpoints.between(1101,1365)]:{width:"170px",marginRight:e.spacing(.5)}})),lS=h(ae,{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}}:{}),dS=h("div")(({theme:e})=>({lineHeight:1.2})),uS=({options:e,value:t,onChange:n})=>{const[i,c]=u.useState(!1),s=l=>{n(l.target.value)},o=()=>a.jsxs(sS,{children:[a.jsx(x7,{children:t}),a.jsx(b7,{children:jr(t)})]});return a.jsxs(oS,{variant:"outlined",size:"small",fullWidth:!0,children:[a.jsx(Dh,{htmlFor:"operator-select",children:"Operator"}),a.jsx($h,{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(lS,{value:l,separator:hS(e,l),children:a.jsxs(dS,{children:[a.jsx(x7,{children:l}),a.jsx(b7,{children:jr(l)})]})},l))})]})},hS=(e,t)=>t===e[0]?!1:mS.some(n=>n[0]===t),mS=[Fc,d2,Rc,Th,Vc],fS=h(P1)({marginRight:"-6px"}),pS=h("div")({display:"flex",flexDirection:"column",width:"100%"}),vS=h("div")(({theme:e})=>({display:"flex",alignItems:"center",gap:e.spacing(1),[e.breakpoints.down("sm")]:{flexDirection:"column",alignItems:"start",gap:e.spacing(2)}})),gS=h("div")(({theme:e})=>({width:"100%",display:"inline-flex",flex:1,gap:e.spacing(1)})),xS=h("div")(({theme:e})=>({width:"100%","&&& > div":{width:"100%"}})),j7=h("div")(({theme:e})=>({display:"inline-flex",flex:1,"&&& button":{marginRight:0,"&:not(.operator-is-active)":{backgroundColor:e.palette.background.elevation2}}})),bS=h("div")({width:"100%",flex:1});h(_3)({width:"100%"});const jS=h("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)}}})),yS=({filter:e,index:t,stateChanged:n,suggestions:i,onDelete:c})=>{const{parameter:s,inverted:o,operator:l,caseInsensitive:d,value:m,values:f}=e,p=a.jsxs(a.Fragment,{children:[a.jsxs("span",{children:["Filter ",t+1]}),a.jsx("div",{children:a.jsx(H1,{title:"Delete filter",arrow:!0,children:a.jsx(fS,{onClick:c,children:a.jsx(b3,{})})})})]}),[g,v]=u.useState(!1),x=[...Fc,...d2,...Rc,...Vc],[y,_]=u.useState(""),b=Ph(l),S=()=>{if(n({...e,error:void 0}),m===void 0&&f===void 0)return;const O=f||[m||""],[N,W]=b(...O);N||(_(W),n({...e,error:W}))};u.useEffect(()=>{S()},[m,y]),u.useEffect(()=>{j8(d2,l)?v(!0):v(!1)},[l]);const P=O=>{j8(d2,O)?v(!0):v(!1),n({...e,operator:O})},C=O=>{n({...e,values:void 0,value:O})},$=O=>{n({...e,value:void 0,values:O})},A=O=>{const N=(f==null?void 0:f.filter((W,V)=>V!==O))||[];$(N)};return a.jsx(Rs,{index:t,header:p,children:a.jsxs(pS,{children:[a.jsxs(vS,{children:[a.jsx(bS,{children:a.jsx(k2,{freeSolo:!0,options:i,value:s,onInputChange:(O,N)=>n({...e,parameter:N}),renderInput:O=>a.jsx(ce,{...O,size:"small",label:"Parameter"})})}),a.jsxs(gS,{children:[a.jsx(j7,{children:a.jsx(Xw,{localConstraint:{inverted:o},setInvertedOperator:()=>n({...e,inverted:!o||void 0})})}),a.jsx(xS,{children:a.jsx(uS,{options:x,value:l,onChange:P})}),a.jsx(F,{condition:g,show:a.jsx(j7,{children:a.jsx(Gw,{localConstraint:{caseInsensitive:d},setCaseInsensitive:()=>n({...e,caseInsensitive:!d||void 0})})})})]})]}),a.jsx(jS,{children:a.jsx(cS,{setValues:$,setValue:C,setError:_,localConstraint:{value:m,values:f},operator:l,error:y,removeValue:A})})]})})},_S=h("div")(({theme:e})=>({position:"relative",display:"flex",alignItems:"center",justifyContent:"center",marginBottom:e.spacing(2)})),wS=h("div")(({theme:e})=>({position:"absolute",right:0,fontSize:e.fontSizes.smallBody,[e.breakpoints.down("sm")]:{display:"none"}})),SS=h(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})),OS=h(L3)(({theme:e})=>({margin:"auto",width:1,height:e.spacing(3)})),zs=({name:e,verticalConnector:t,resourceLink:n,children:i})=>a.jsxs(a.Fragment,{children:[a.jsx(F,{condition:!!t,show:a.jsx(OS,{orientation:"vertical"})}),a.jsxs(SS,{verticalConnector:t,children:[a.jsxs(_S,{children:[a.jsx(z3,{color:"secondary",children:e}),a.jsx(wS,{children:n})]}),i]})]});var E5={},CS=J1;Object.defineProperty(E5,"__esModule",{value:!0});var Bs=E5.default=void 0,DS=CS(Q1()),$S=a,TS=(0,DS.default)((0,$S.jsx)("path",{d:"M6.23 20.23 8 22l10-10L8 2 6.23 3.77 14.46 12z"}),"ArrowForwardIosSharp");Bs=E5.default=TS;const PS=u.lazy(()=>Ic(()=>import("./ReactJSONEditor-BCSMMPUN.js"),[])),ES=h("span")(({theme:e})=>({fontSize:e.fontSizes.smallBody,marginTop:e.spacing(1.5),marginBottom:e.spacing(-.75),height:e.spacing(3)})),ZS=h(kr)({backgroundColor:"transparent",boxShadow:"none","&:before":{display:"none"}}),IS=h(Mc)(({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)"}})),MS=h(Bs)(({theme:e})=>({color:e.palette.primary.main,fontSize:e.fontSizes.smallBody})),AS=h(qr)(({theme:e})=>({marginTop:e.spacing(2),padding:0})),FS=({payload:e})=>e?a.jsxs(ZS,{children:[a.jsx(IS,{expandIcon:a.jsx(P1,{children:a.jsx(MS,{titleAccess:"Toggle"})}),children:"Preview payload"}),a.jsx(AS,{children:a.jsx(u.Suspense,{fallback:null,children:a.jsx(PS,{content:{json:e},readOnly:!0,statusBar:!1,editorStyle:"sidePanel"})})})]}):a.jsx(ES,{children:"No signals were received from this source yet."}),$r=(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,$r(c,s)):Array.isArray(c)?c.forEach((o,l)=>{typeof o=="object"&&o!==null?Object.assign(n,$r(o,`${s}[${l}]`)):n[`${s}[${l}]`]=o}):n[s]=c,n},{}),RS=h(L3)(({theme:e})=>({margin:e.spacing(2,0),marginBottom:e.spacing(1),borderStyle:"dashed"})),VS=h("div")(({theme:e})=>({display:"flex",flexDirection:"column",gap:e.spacing(1)})),LS=h("div")(({theme:e})=>({display:"flex",marginTop:e.spacing(1),gap:e.spacing(1)})),NS=({sourceId:e,setSourceId:t,filters:n,setFilters:i,validateSourceId:c})=>{const{signalEndpoints:s,loading:o}=Jr(),{signalEndpointSignals:l}=Eh(e,1),d=()=>{const v=j2();i(x=>[...x,{id:v,parameter:"",operator:Zh}])},m=v=>{i(x=>x.map(y=>y.id===v.id?v:y))},f=u.useMemo(()=>o?[]:s.map(({id:v,name:x})=>({label:x,key:`${v}`})),[o,s]),{lastSourcePayload:p,filterSuggestions:g}=u.useMemo(()=>{var x;const v=(x=l[0])==null?void 0:x.payload;return{lastSourcePayload:v,filterSuggestions:Object.keys($r(v)||{}).sort()}},[l]);return a.jsxs(zs,{name:"When this",resourceLink:a.jsx(g1,{to:"/integrations/signals",children:"Create signal endpoint"}),children:[a.jsx(N3,{label:"Source",options:f,value:`${e}`,onChange:v=>{c(Number(v)),t(Number.parseInt(v))}}),a.jsx(F,{condition:!!e,show:a.jsx(FS,{payload:p})}),a.jsx(RS,{}),n.map((v,x)=>a.jsx(yS,{index:x,filter:v,stateChanged:m,suggestions:g,onDelete:()=>i(y=>y.filter(({id:_})=>_!==v.id))},v.id)),a.jsxs(LS,{children:[a.jsx(c1,{startIcon:a.jsx(Je,{}),onClick:d,variant:"outlined",color:"primary",children:"Add filter"}),a.jsx(F0,{htmlTooltip:!0,tooltip:a.jsxs(VS,{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."})]})})]})]})},WS=(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}=Kr(!!e,void 0,N1(c),zS);return u.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])},zS=e=>fetch(e).then(te("Service account access overview")).then(t=>t.json()),BS=({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(ce,{...c,size:"small",label:e})}),YS=({parameter:e,value:t,onChange:n})=>{const{label:i,type:c}=e;if(c==="select"){const{options:s}=e;return a.jsx(BS,{label:i,value:t,onChange:n,options:s})}return null},HS=h("div")(({theme:e})=>({display:"flex",flexDirection:"column","& > span:last-of-type":{fontSize:e.fontSizes.smallerBody,color:e.palette.text.secondary}})),US=({value:e,onChange:t,actionConfigurations:n})=>{const i=(s,o)=>a.jsx("li",{...s,children:a.jsxs(HS,{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(ce,{...s,size:"small",label:"Action"})})},kS=h("div")(({theme:e})=>({display:"flex",flexDirection:"column",width:"100%",gap:e.spacing(2)})),y7=h("div")(({theme:e})=>({display:"flex",alignItems:"center",gap:e.spacing(1),width:"100%",flexWrap:"wrap"})),_7=h("div")(({theme:e})=>({flex:1,minWidth:e.spacing(25)})),qS=({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:p}=WS(i,f,d.environment),g=s.get(l),v=u.useMemo(()=>{const _=g==null?void 0:g.permissions,{environment:b}=d;return p.length===0||!_||!b?!0:_.some(S=>p.some(({permission:P,project:C,environment:$})=>P===S&&C===f&&$===b))},[g,p]);u.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(H1,{title:"Delete action",arrow:!0,children:a.jsx(P1,{onClick:c,children:a.jsx(b3,{})})})})]}),y=(g==null?void 0:g.parameters.filter(({type:_})=>_!=="hidden"))||[];return a.jsx(Rs,{index:t,header:x,separator:"THEN",children:a.jsxs(kS,{children:[a.jsx(y7,{children:a.jsx(_7,{children:a.jsx(US,{value:l,onChange:_=>n({...e,action:_}),actionConfigurations:s})})}),a.jsx(F,{condition:y.length>0,show:a.jsx(y7,{children:y.map(_=>a.jsx(_7,{children:a.jsx(YS,{parameter:_,value:d[_.name],onChange:b=>n({...e,executionParams:{...d,[_.name]:b}})})},_.name))})}),a.jsx(F,{condition:o&&!!m,show:a.jsx(M1,{severity:"error",children:m})}),a.jsx(F,{condition:!v,show:a.jsx(M1,{severity:"error",children:"The selected service account does not have permissions to execute this action currently."})})]})})},KS={},GS=e=>{const{isEnterprise:t}=p1(),n=Ze("automatedActions"),{data:i,error:c,mutate:s}=Kr(t()&&n,KS,N1(`api/admin/projects/${e}/actions/config`),QS);return u.useMemo(()=>({actionConfigurations:new Map(Object.entries(i||{})),loading:!c&&!i,refetch:()=>s(),error:c}),[i,c,s])},QS=e=>fetch(e).then(te("Actions configuration")).then(t=>t.json()),JS=h(L3)(({theme:e})=>({margin:e.spacing(2,0),marginBottom:e.spacing(1),borderStyle:"dashed"})),XS=h("div")(({theme:e})=>({display:"flex",marginTop:e.spacing(1),gap:e.spacing(1)})),eO=({serviceAccounts:e,serviceAccountsLoading:t,actions:n,setActions:i,actorId:c,setActorId:s,validateActorId:o,validated:l})=>{const d=e1("projectId"),{actionConfigurations:m}=GS(d),f=v=>{const y={id:j2(),action:"",sortOrder:n.map(_=>_.sortOrder).reduce((_,b)=>Math.max(_,b),0)+1,executionParams:{project:v}};i([...n,y])},p=v=>{i(x=>x.map(y=>y.id===v.id?v:y))},g=u.useMemo(()=>t?[]:e.map(v=>({label:v.name,key:`${v.id}`})),[t,e]);return a.jsxs(zs,{name:"Do these actions",verticalConnector:!0,resourceLink:a.jsx(g1,{to:"/admin/service-accounts",children:"Create service account"}),children:[a.jsx(N3,{label:"Service account",name:"service-account",options:g,value:`${c}`,onChange:v=>{o(Number(v)),s(Number.parseInt(v))}}),a.jsx(JS,{}),n.map((v,x)=>a.jsx(qS,{index:x,action:v,stateChanged:p,actorId:c,onDelete:()=>i(y=>y.filter(_=>_.id!==v.id)),actionConfigurations:m,validated:l},v.id)),a.jsx(XS,{children:a.jsx(c1,{startIcon:a.jsx(Je,{}),onClick:()=>f(d),variant:"outlined",color:"primary",children:"Add action"})})]})},tO=h(M1)(({theme:e})=>({marginBottom:e.spacing(4)})),nO=h("div")(({theme:e})=>({background:e.palette.background.elevation1,padding:e.spacing(2,3),borderRadius:e.shape.borderRadiusLarge,marginBottom:e.spacing(4)})),w7=h("p")(({theme:e})=>({display:"flex",color:e.palette.text.primary,marginBottom:e.spacing(1),"&:not(:first-of-type)":{marginTop:e.spacing(3)}})),S7=h(_3)(()=>({width:"100%"})),aO=h(M1)(({theme:e})=>({marginTop:e.spacing(3)})),rO=({enabled:e,setEnabled:t,name:n,setName:i,description:c,setDescription:s,sourceId:o,setSourceId:l,filters:d,setFilters:m,actorId:f,setActorId:p,actions:g,setActions:v,errors:x,validateName:y,validateSourceId:_,validateActorId:b,validated:S})=>{const{serviceAccounts:P,loading:C}=Yc(),$=O=>{setTimeout(()=>O(),300)},A=S&&Object.values(x).some(Boolean);return a.jsxs("div",{children:[a.jsx(F,{condition:P.length===0,show:a.jsxs(tO,{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(ie,{to:"/admin/service-accounts",component:g1,children:"go ahead and create one"}),"."]})}),a.jsx(nO,{children:a.jsx(Ih,{checked:e,setChecked:t,children:"Action status"})}),a.jsx(w7,{children:"What is your new action name?"}),a.jsx(S7,{autoFocus:!0,label:"Action name",error:!!x.name,errorText:x.name,value:n,onChange:O=>{y(O.target.value),i(O.target.value)},onBlur:O=>$(()=>y(O.target.value)),autoComplete:"off"}),a.jsx(w7,{children:"What is your new action description?"}),a.jsx(S7,{label:"Action description",value:c,onChange:O=>s(O.target.value),autoComplete:"off"}),a.jsx(NS,{sourceId:o,setSourceId:l,filters:d,setFilters:m,validateSourceId:_}),a.jsx(eO,{serviceAccounts:P,serviceAccountsLoading:C,actions:g,setActions:v,actorId:f,setActorId:p,validateActorId:b,validated:S}),a.jsx(F,{condition:A,show:()=>a.jsx(aO,{severity:"error",icon:!1,children:a.jsx("ul",{children:Object.values(x).filter(Boolean).map(O=>a.jsx("li",{children:O},O))})})})]})},O7={name:void 0,source:void 0,filters:void 0,actor:void 0,actions:void 0},iO=e=>{const t=e1("projectId"),{actions:n}=P5(t),[i,c]=u.useState(!1),[s,o]=u.useState(""),[l,d]=u.useState(""),[m,f]=u.useState(0),[p,g]=u.useState([]),[v,x]=u.useState(0),[y,_]=u.useState([]),b=()=>{var E,w,j;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(([R,{inverted:G,operator:k,caseInsensitive:u1,value:h1,values:Q}])=>({id:j2(),parameter:R,inverted:G,operator:k,caseInsensitive:u1,value:h1,values:Q}))),x((e==null?void 0:e.actorId)??0),_(((j=e==null?void 0:e.actions)==null?void 0:j.map(R=>({id:j2(),action:R.action,sortOrder:R.sortOrder,executionParams:R.executionParams})))??[]),$(!1),P(O7)};u.useEffect(()=>{b()},[e]);const[S,P]=u.useState(O7),[C,$]=u.useState(!1),A=E=>{P(w=>({...w,[E]:void 0}))},O=(E,w)=>{P(j=>({...j,[E]:w}))};u.useEffect(()=>{K(p)},[p]),u.useEffect(()=>{z(y)},[y]);const N=E=>!E.length,W=E=>n==null?void 0:n.some(({id:w,name:j})=>w!==(e==null?void 0:e.id)&&j===E),V=E=>E===0,M=E=>N(E)?(O("name","Name is required."),!1):W(E)?(O("name","Name must be unique."),!1):(A("name"),!0),q=E=>V(E)?(O("source","Source is required."),!1):(A("source"),!0),K=E=>E.some(({error:w})=>w)?(O("filters","One or more filters have errors."),!1):(A("filters"),!0),Z=E=>V(E)?(O("actor","Service account is required."),!1):(A("actor"),!0),z=E=>E.filter(({action:w})=>!!w).length===0?(O("actions","At least one action is required."),!1):(A("actions"),E.some(({error:w})=>w)?(O("actions","One or more actions have errors."),!1):(A("actions"),!0));return{enabled:i,setEnabled:c,name:s,setName:o,description:l,setDescription:d,sourceId:m,setSourceId:f,filters:p,setFilters:g,actorId:v,setActorId:x,actions:y,setActions:_,errors:S,setErrors:P,validated:C,validateName:M,validateSourceId:q,validateActorId:Z,validate:()=>{const E=M(s),w=q(m),j=K(p),R=Z(v),G=z(y);return $(!0),E&&w&&j&&R&&G},reloadForm:b}},cO=h("div")(({theme:e})=>({display:"flex",justifyContent:"space-between",alignItems:"center",width:"100%",marginBottom:e.fontSizes.mainHeader})),sO=h("h1")({fontWeight:"normal"}),oO=h("form")(()=>({display:"flex",flexDirection:"column",height:"100%"})),lO=h("div")(({theme:e})=>({marginTop:"auto",display:"flex",justifyContent:"flex-end",paddingTop:e.spacing(4)})),dO=h(c1)(({theme:e})=>({marginLeft:e.spacing(3)})),uO=({action:e,open:t,setOpen:n,onOpenEvents:i})=>{const c=e1("projectId"),{refetch:s}=P5(c),{addActionSet:o,updateActionSet:l,loading:d}=Is(c),{setToastData:m,setToastApiError:f}=C1(),{uiConfig:p}=p1(),{enabled:g,setEnabled:v,name:x,setName:y,description:_,setDescription:b,sourceId:S,setSourceId:P,filters:C,setFilters:$,actorId:A,setActorId:O,actions:N,setActions:W,errors:V,validateName:M,validateSourceId:q,validateActorId:K,validate:Z,validated:z,reloadForm:Y}=iO(e);u.useEffect(()=>{Y()},[t]);const E=e!==void 0,w=`${E?"Edit":"New"} action`,j={enabled:g,name:x,description:_,match:{source:"signal-endpoint",sourceId:S,payload:C.filter(k=>k.parameter.length>0).reduce((k,{parameter:u1,inverted:h1,operator:Q,caseInsensitive:t1,value:a1,values:i1})=>({...k,[u1]:{inverted:h1,operator:Q,caseInsensitive:t1,value:a1,values:i1}}),{})},actorId:A,actions:N.filter(({action:k})=>!!k).map(({action:k,sortOrder:u1,executionParams:h1})=>({action:k,sortOrder:u1,executionParams:h1}))},R=()=>`curl --location --request ${E?"PUT":"POST"} '${p.unleashUrl}/api/admin/projects/${c}/actions${E?`/${e.id}`:""}' \\
710
710
  --header 'Authorization: INSERT_API_KEY' \\
711
711
  --header 'Content-Type: application/json' \\
712
- --data-raw '${JSON.stringify(j,void 0,2)}'`,G=async q=>{if(q.preventDefault(),!!M())try{E?await l(e.id,j):await o(j),m({text:`action ${E?"updated":"added"} successfully`,type:"success"}),s(),n(!1)}catch(d1){f(j1(d1))}};return r.jsx(Pe,{open:t,onClose:()=>{n(!1)},label:w,children:r.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:R,children:[r.jsxs(BS,{children:[r.jsx(YS,{children:w}),r.jsx(F,{condition:E,show:r.jsx(re,{onClick:i,children:"View events"})})]}),r.jsxs(HS,{onSubmit:G,children:[r.jsx(WS,{enabled:g,setEnabled:p,name:x,setName:y,description:_,setDescription:b,sourceId:S,setSourceId:P,filters:C,setFilters:D,actorId:Z,setActorId:O,actions:W,setActions:z,errors:V,validateName:I,validateSourceId:U,validateActorId:K,validated:B}),r.jsxs(US,{children:[r.jsxs(c1,{type:"submit",variant:"contained",color:"primary",children:[E?"Save":"Add"," action"]}),r.jsx(kS,{onClick:()=>{n(!1)},children:"Cancel"})]})]})]})})},KS=({action:e,open:t,setOpen:n,onConfirm:i})=>r.jsx(ce,{title:"Delete action?",open:t,primaryButtonText:"Delete action",secondaryButtonText:"Cancel",onClick:()=>i(e),onClose:()=>{n(!1)},children:r.jsxs("p",{children:["You are about to delete action: ",r.jsx("strong",{children:e==null?void 0:e.name})]})}),GS=h(q2)(({theme:e})=>({color:e.palette.success.main})),QS=h(kr)(({theme:e})=>({color:e.palette.error.main})),JS=({state:e})=>e==="success"?r.jsx(GS,{}):e==="failed"?r.jsx(QS,{}):r.jsx(qr,{size:20}),XS=h("div")(({theme:e})=>({display:"flex",flexDirection:"column",marginBottom:e.fontSizes.mainHeader})),eO=h("div")({display:"flex",justifyContent:"space-between",alignItems:"center",width:"100%"}),tO=h("h1")({fontWeight:"normal"}),nO=h("form")({display:"flex",flexDirection:"column",height:"100%"}),aO=h("div")(({theme:e})=>({backgroundColor:e.palette.error.light})),rO=h("div")(({theme:e})=>({marginTop:"auto",display:"flex",justifyContent:"flex-end",paddingTop:e.spacing(4)})),iO=({action:e,open:t,setOpen:n,onOpenConfiguration:i})=>{const c=e1("projectId"),{locationSettings:s}=q3(),{actionEvents:o,hasMore:l,loadMore:d,loading:m}=Ts(e==null?void 0:e.id,c,20,{refreshInterval:5e3});if(!e)return null;const f=`Events: ${e.name}`;return r.jsx(Pe,{open:t,onClose:()=>{n(!1)},label:f,children:r.jsxs(Qe,{loading:m&&o.length===0,modal:!0,description:"",documentationLink:"",documentationLinkLabel:"",showGuidance:!1,children:[r.jsx(XS,{children:r.jsxs(eO,{children:[r.jsx(tO,{children:f}),r.jsx(re,{onClick:i,children:"View configuration"})]})}),r.jsxs(nO,{children:[r.jsx(Dh,{height:960,items:o,columns:[{header:"Status",align:"center",maxWidth:100,cell:JS},{header:"Date",maxWidth:240,cell:({createdAt:v})=>K3(v,s==null?void 0:s.locale)}],sidePanelHeader:"Details",renderContent:Ps,renderItem:({id:v,state:g},p)=>g==="failed"?r.jsx(aO,{children:p},v):p,listEnd:r.jsx(F,{condition:l,show:r.jsx(c1,{onClick:d,children:"Load more"})})}),r.jsx(F,{condition:o.length===0,show:r.jsx("p",{children:"No events have been registered for this action set."})}),r.jsx(rO,{children:r.jsx(c1,{onClick:()=>{n(!1)},children:"Close"})})]})]})})},cO=({modalOpen:e,setModalOpen:t,selectedAction:n,setSelectedAction:i})=>{const{setToastData:c,setToastApiError:s}=S1(),o=e1("projectId"),{actions:l,refetch:d}=D5(o),{toggleActionSet:m,removeActionSet:f}=$s(o),{signalEndpoints:v}=Kr(),{serviceAccounts:g}=Nc(),[p,x]=u.useState(!1),[y,_]=u.useState(!1),b=async(I,U)=>{try{await m(I.id,U),c({text:`"${I.name}" has been ${U?"enabled":"disabled"}`,type:"success"}),d()}catch(K){s(j1(K))}},S=async I=>{try{await f(I.id),c({text:`"${I.name}" has been deleted`,type:"success"}),d(),_(!1)}catch(U){s(j1(U))}},P=K1(S0.breakpoints.down("sm")),C=K1(S0.breakpoints.down("lg")),D=u.useMemo(()=>[{Header:"Name",accessor:"name",minWidth:60,Cell:({row:{original:I}})=>r.jsx(Z0,{title:I.name,subtitle:I.description,onClick:()=>{i(I),t(!0)}})},{id:"source",Header:"Source",Cell:({row:{original:I}})=>r.jsx(H_,{action:I,signalEndpoints:v})},{id:"filters",Header:"Filters",Cell:({row:{original:I}})=>r.jsx(k_,{action:I}),maxWidth:90},{id:"actor",Header:"Service account",Cell:({row:{original:I}})=>r.jsx(q_,{action:I,serviceAccounts:g}),minWidth:160},{id:"actions",Header:"Actions",Cell:({row:{original:I}})=>r.jsx(Sw,{action:I,onCreateAction:()=>{i(I),t(!0)}}),maxWidth:130},{Header:"Enabled",accessor:"enabled",Cell:({row:{original:I}})=>r.jsx($h,{checked:I.enabled,setChecked:U=>b(I,U)}),sortType:"boolean",width:90,maxWidth:90},{id:"table-actions",Header:"",align:"center",Cell:({row:{original:I}})=>r.jsx(Cw,{actionId:I.id,onOpenEvents:()=>{i(I),x(!0)},onEdit:()=>{i(I),t(!0)},onDelete:()=>{i(I),_(!0)}}),width:50,disableSortBy:!0}],[v,g]),[Z]=u.useState({sortBy:[{id:"name",desc:!0}]}),{headerGroups:O,rows:W,prepareRow:z,setHiddenColumns:V}=q1.useTable({columns:D,data:l,initialState:Z,sortTypes:P0,autoResetHiddenColumns:!1,autoResetSortBy:!1,disableSortRemove:!0,disableMultiSort:!0,defaultColumn:{Cell:y1}},q1.useSortBy,q1.useFlexLayout);return W2([{condition:C,columns:["actor","enabled"]},{condition:P,columns:["filters","actions"]}],V,D),r.jsxs(r.Fragment,{children:[r.jsx(zr,{rows:W,headerGroups:O,prepareRow:z}),r.jsx(F,{condition:W.length===0,show:r.jsx(ee,{children:"No actions available. Get started by adding one."})}),r.jsx(qS,{action:n,open:e,setOpen:t,onOpenEvents:()=>{t(!1),x(!0)}}),r.jsx(iO,{action:n,open:p,setOpen:x,onOpenConfiguration:()=>{x(!1),t(!0)}}),r.jsx(KS,{action:n,open:y,setOpen:_,onConfirm:S})]})},sO=()=>{const e=e1("projectId"),t=xe(e),{isEnterprise:n}=m1(),i=O1();fe(`Project actions – ${t}`);const[c,s]=u.useState(),[o,l]=u.useState(!1),d=()=>{s(void 0),l(!0)};return n()?r.jsx(A1,{header:r.jsx(_1,{title:"Actions",actions:r.jsx(A2,{onClick:d,maxWidth:`${i.breakpoints.values.sm}px`,Icon:p3,permission:x8,children:"New action"})}),children:r.jsx(Th,{permissions:x8,children:r.jsx(cO,{modalOpen:o,setModalOpen:l,selectedAction:c,setSelectedAction:s})})}):r.jsx(A1,{header:r.jsx(_1,{title:"Actions"}),children:r.jsx(E0,{feature:"actions"})})},_7=h($)({marginLeft:"auto",display:"flex",alignItems:"center"}),oO=()=>{var d;const e=Ac(),{isPro:t,isEnterprise:n}=m1(),i=se(),c=Ee("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()?r.jsx(_7,{children:r.jsx(jr,{})}):void 0})];c&&o.push({id:"actions",label:"Actions",endIcon:t()?r.jsx(_7,{children:r.jsx(jr,{})}):void 0});const l=m=>{i(m.id)};return r.jsx(Ph,{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:r.jsxs(J3,{children:[r.jsx(b1,{path:"/*",element:r.jsx(L_,{})}),r.jsx(b1,{path:"environments/*",element:r.jsx(Cy,{})}),r.jsx(b1,{path:"access/*",element:r.jsx(iy,{})}),r.jsx(b1,{path:"segments/*",element:r.jsx(Iy,{})}),r.jsx(b1,{path:"change-requests/*",element:r.jsx(Ty,{})}),r.jsx(b1,{path:"api-access/*",element:r.jsx(Zy,{})}),r.jsx(b1,{path:"default-strategy/*",element:r.jsx(zy,{})}),r.jsx(b1,{path:"actions/*",element:r.jsx(sO,{})}),r.jsx(b1,{path:"*",element:r.jsx(Fc,{replace:!0,to:o[0].id})})]})})},lO=h(Eh)(({theme:e})=>({color:e.palette.action.disabled})),dO=()=>r.jsx(Z3,{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:r.jsx(lO,{})}),uO=h(A)(({theme:e})=>({fontSize:e.fontSizes.smallerBody})),w7=({row:e,field:t,singularLabel:n,pluralLabel:i})=>{const{searchQuery:c}=T0(),s=e[t];if(!Array.isArray(s)||s.length===0)return r.jsx(y1,{});const o=i||`${n}s`;return r.jsx(y1,{children:r.jsx(Q3,{highlighted:c.length>0&&s.some(l=>l==null?void 0:l.toLowerCase().includes(c.toLowerCase())),tooltip:r.jsx(r.Fragment,{children:s.map(l=>r.jsx(uO,{children:r.jsx(f3,{search:c,children:l})},l))}),children:s.length===1?`1 ${n}`:`${s.length} ${o}`})})},hO=h("div")(({theme:e})=>({fontSize:e.fontSizes.smallerBody})),mO=h("ul")(({theme:e})=>({padding:e.spacing(0,0,.5,2),margin:e.spacing(0)})),fO=({row:e})=>{var i;const{searchQuery:t}=T0(),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?r.jsx(y1,{}):r.jsx(y1,{children:r.jsx(Q3,{highlighted:t.length>0&&n,tooltip:r.jsx(r.Fragment,{children:e.original.sdks.map(c=>r.jsxs(hO,{children:[r.jsx(f3,{search:t,children:c.name}),r.jsx(mO,{children:c.versions.map(s=>r.jsx("li",{children:r.jsx(f3,{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`})})},X0=gc(),pO=()=>{const{trackEvent:e}=$1();return u.useEffect(()=>{e("sdk-reporting",{props:{eventType:"project applications opened"}})},[]),()=>{e("sdk-reporting",{props:{eventType:"project application clicked"}})}},vO=()=>{var D;const e=pO(),t=se(),n=e1("projectId"),i=K1(S0.breakpoints.down("md")),c={offset:Ce(f2,0),limit:Ce(f2,Zh),query:E3,sortBy:Ce(E3,"createdAt"),sortOrder:Ce(E3,"desc")},[s,o]=cc(`project-applications-table-${n}`,c),{applications:l=[],total:d,loading:m}=Ih(sc(oc(c,s),Z=>Z?`${Z}`:void 0),n),f=(Z="")=>{o({query:Z})},v=L3(m),{offset:g,limit:p,query:x,sortBy:y,sortOrder:_,...b}=s,S=u.useMemo(()=>[X0.accessor("name",{header:"Name",cell:({row:Z})=>r.jsx(Z0,{title:Z.original.name,onClick:()=>{e(),t(`/applications/${Z.original.name}`)}}),meta:{width:"25%"}}),X0.accessor("environments",{header:"Environments",cell:({row:Z})=>r.jsx(w7,{row:Z.original,field:"environments",singularLabel:"environment"}),enableSorting:!1,meta:{width:"25%"}}),X0.accessor("instances",{header:"Instances",cell:({row:Z})=>r.jsx(w7,{row:Z.original,field:"instances",singularLabel:"instance"}),enableSorting:!1,meta:{width:"25%"}}),X0.accessor("sdks",{header:"SDK",cell:fO,enableSorting:!1,meta:{width:"25%"}})],[]),P=fc(pc(s,o,{columns:S,data:l})),C=P.getRowModel().rows;return r.jsxs(A1,{disableLoading:!0,bodyClass:"no-padding",header:r.jsx(_1,{title:"Project applications",actions:r.jsx(r.Fragment,{children:r.jsx(F,{condition:!i,show:r.jsxs(r.Fragment,{children:[r.jsx(ue,{placeholder:"Search",expandable:!0,initialValue:x||"",onChange:f}),r.jsx(_1.Divider,{})]})})}),children:r.jsx(F,{condition:i,show:r.jsx(ue,{initialValue:x||"",onChange:f})})}),children:[r.jsx(k3,{value:x||"",children:r.jsx("div",{ref:v,children:r.jsx(vc,{tableInstance:P,totalItems:d})})}),r.jsx(F,{condition:C.length===0,show:r.jsx($,{sx:Z=>({padding:Z.spacing(0,2,2)}),children:r.jsx(F,{condition:((D=x||"")==null?void 0:D.length)>0,show:r.jsxs(ee,{children:["No applications found matching “",x,"”"]}),elseShow:r.jsx(ee,{children:"No applications found matching your criteria."})})})})]})},gO=({name:e})=>r.jsxs("p",{children:["The project ",r.jsx("strong",{children:e})," has been archived. You can find it on the"," ",r.jsx(p1,{to:"/projects-archive",children:"archive page for projects"}),"."]}),xO=e=>`api/admin/projects/${e}/status`,bO={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}},J2=e=>{const t=Y1(xO(e)),{data:n,refetch:i,loading:c,error:s}=Mr(t,()=>Ar(t,"Project Status"));return{data:n||bO,refetch:i,loading:c,error:s}};var X2={},Ls={},T5={},be={},J={},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 jO=L.daysInYear=365.2425,yO=L.maxTime=Math.pow(10,8)*24*60*60*1e3;L.minTime=-yO;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 _O=L.secondsInHour=3600;L.secondsInMinute=60;const Ns=L.secondsInDay=_O*24;L.secondsInWeek=Ns*7;const wO=L.secondsInYear=Ns*jO,SO=L.secondsInMonth=wO/12;L.secondsInQuarter=SO*3;L.constructFromSymbol=Symbol.for("constructDateFrom");J.constructFrom=OO;var S7=L;function OO(e,t){return typeof e=="function"?e(t):e&&typeof e=="object"&&S7.constructFromSymbol in e?e[S7.constructFromSymbol](t):e instanceof Date?new e.constructor(t):new Date(t)}var T={};T.toDate=DO;var CO=J;function DO(e,t){return(0,CO.constructFrom)(t||e,e)}be.addDays=PO;var $O=J,TO=T;function PO(e,t,n){const i=(0,TO.toDate)(e,n==null?void 0:n.in);return isNaN(t)?(0,$O.constructFrom)((n==null?void 0:n.in)||e,NaN):(t&&i.setDate(i.getDate()+t),i)}var e0={};e0.addMonths=ZO;var O7=J,EO=T;function ZO(e,t,n){const i=(0,EO.toDate)(e,n==null?void 0:n.in);if(isNaN(t))return(0,O7.constructFrom)((n==null?void 0:n.in)||e,NaN);if(!t)return i;const c=i.getDate(),s=(0,O7.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)}T5.add=RO;var IO=be,MO=e0,AO=J,FO=T;function RO(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,FO.toDate)(e,n==null?void 0:n.in),v=c||i?(0,MO.addMonths)(f,c+i*12):f,g=o||s?(0,IO.addDays)(v,o+s*7):v,p=d+l*60,y=(m+p*60)*1e3;return(0,AO.constructFrom)((n==null?void 0:n.in)||e,+g+y)}var P5={},E5={};E5.isSaturday=LO;var VO=T;function LO(e,t){return(0,VO.toDate)(e,t==null?void 0:t.in).getDay()===6}var Z5={};Z5.isSunday=WO;var NO=T;function WO(e,t){return(0,NO.toDate)(e,t==null?void 0:t.in).getDay()===0}var A0={};A0.isWeekend=BO;var zO=T;function BO(e,t){const n=(0,zO.toDate)(e,t==null?void 0:t.in).getDay();return n===0||n===6}P5.addBusinessDays=qO;var YO=J,HO=E5,UO=Z5,X4=A0,kO=T;function qO(e,t,n){const i=(0,kO.toDate)(e,n==null?void 0:n.in),c=(0,X4.isWeekend)(i,n);if(isNaN(t))return(0,YO.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,X4.isWeekend)(i,n)||(d-=1);return c&&(0,X4.isWeekend)(i,n)&&t!==0&&((0,HO.isSaturday)(i,n)&&i.setDate(i.getDate()+(o<0?2:-1)),(0,UO.isSunday)(i,n)&&i.setDate(i.getDate()+(o<0?1:-2))),i.setHours(s),i}var I5={},F0={};F0.addMilliseconds=QO;var KO=J,GO=T;function QO(e,t,n){return(0,KO.constructFrom)((n==null?void 0:n.in)||e,+(0,GO.toDate)(e)+t)}I5.addHours=eC;var JO=F0,XO=L;function eC(e,t,n){return(0,JO.addMilliseconds)(e,t*XO.millisecondsInHour,n)}var M5={},Je={},je={},pe={},U1={};U1.getDefaultOptions=tC;U1.setDefaultOptions=nC;let Ws={};function tC(){return Ws}function nC(e){Ws=e}pe.startOfWeek=iC;var aC=U1,rC=T;function iC(e,t){var l,d,m,f;const n=(0,aC.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,rC.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}je.startOfISOWeek=sC;var cC=pe;function sC(e,t){return(0,cC.startOfWeek)(e,{...t,weekStartsOn:1})}Je.getISOWeekYear=lC;var C7=J,D7=je,oC=T;function lC(e,t){const n=(0,oC.toDate)(e,t==null?void 0:t.in),i=n.getFullYear(),c=(0,C7.constructFrom)(n,0);c.setFullYear(i+1,0,4),c.setHours(0,0,0,0);const s=(0,D7.startOfISOWeek)(c),o=(0,C7.constructFrom)(n,0);o.setFullYear(i,0,4),o.setHours(0,0,0,0);const l=(0,D7.startOfISOWeek)(o);return n.getTime()>=s.getTime()?i+1:n.getTime()>=l.getTime()?i:i-1}var A5={},Ie={},Me={};Me.getTimezoneOffsetInMilliseconds=uC;var dC=T;function uC(e){const t=(0,dC.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 h1={};h1.normalizeDates=mC;var hC=J;function mC(e,...t){const n=hC.constructFrom.bind(null,e||t.find(i=>typeof i=="object"));return t.map(n)}var R0={};R0.startOfDay=pC;var fC=T;function pC(e,t){const n=(0,fC.toDate)(e,t==null?void 0:t.in);return n.setHours(0,0,0,0),n}Ie.differenceInCalendarDays=xC;var $7=Me,vC=h1,gC=L,T7=R0;function xC(e,t,n){const[i,c]=(0,vC.normalizeDates)(n==null?void 0:n.in,e,t),s=(0,T7.startOfDay)(i),o=(0,T7.startOfDay)(c),l=+s-(0,$7.getTimezoneOffsetInMilliseconds)(s),d=+o-(0,$7.getTimezoneOffsetInMilliseconds)(o);return Math.round((l-d)/gC.millisecondsInDay)}var t0={};t0.startOfISOWeekYear=_C;var bC=J,jC=Je,yC=je;function _C(e,t){const n=(0,jC.getISOWeekYear)(e,t),i=(0,bC.constructFrom)((t==null?void 0:t.in)||e,0);return i.setFullYear(n,0,4),i.setHours(0,0,0,0),(0,yC.startOfISOWeek)(i)}A5.setISOWeekYear=CC;var wC=J,SC=Ie,P7=t0,OC=T;function CC(e,t,n){let i=(0,OC.toDate)(e,n==null?void 0:n.in);const c=(0,SC.differenceInCalendarDays)(i,(0,P7.startOfISOWeekYear)(i,n)),s=(0,wC.constructFrom)((n==null?void 0:n.in)||e,0);return s.setFullYear(t,0,4),s.setHours(0,0,0,0),i=(0,P7.startOfISOWeekYear)(s),i.setDate(i.getDate()+c),i}M5.addISOWeekYears=TC;var DC=Je,$C=A5;function TC(e,t,n){return(0,$C.setISOWeekYear)(e,(0,DC.getISOWeekYear)(e,n)+t,n)}var et={};et.addMinutes=ZC;var PC=L,EC=T;function ZC(e,t,n){const i=(0,EC.toDate)(e,n==null?void 0:n.in);return i.setTime(i.getTime()+t*PC.millisecondsInMinute),i}var tt={};tt.addQuarters=MC;var IC=e0;function MC(e,t,n){return(0,IC.addMonths)(e,t*3,n)}var F5={};F5.addSeconds=FC;var AC=F0;function FC(e,t,n){return(0,AC.addMilliseconds)(e,t*1e3,n)}var V0={};V0.addWeeks=VC;var RC=be;function VC(e,t,n){return(0,RC.addDays)(e,t*7,n)}var R5={};R5.addYears=NC;var LC=e0;function NC(e,t,n){return(0,LC.addMonths)(e,t*12,n)}var zs={};zs.areIntervalsOverlapping=WC;var e2=T;function WC(e,t,n){const[i,c]=[+(0,e2.toDate)(e.start,n==null?void 0:n.in),+(0,e2.toDate)(e.end,n==null?void 0:n.in)].sort((l,d)=>l-d),[s,o]=[+(0,e2.toDate)(t.start,n==null?void 0:n.in),+(0,e2.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 Bs={},V5={};V5.max=BC;var E7=J,zC=T;function BC(e,t){let n,i=t==null?void 0:t.in;return e.forEach(c=>{!i&&typeof c=="object"&&(i=E7.constructFrom.bind(null,c));const s=(0,zC.toDate)(c,i);(!n||n<s||isNaN(+s))&&(n=s)}),(0,E7.constructFrom)(i,n||NaN)}var L5={};L5.min=HC;var Z7=J,YC=T;function HC(e,t){let n,i=t==null?void 0:t.in;return e.forEach(c=>{!i&&typeof c=="object"&&(i=Z7.constructFrom.bind(null,c));const s=(0,YC.toDate)(c,i);(!n||n>s||isNaN(+s))&&(n=s)}),(0,Z7.constructFrom)(i,n||NaN)}Bs.clamp=KC;var UC=h1,kC=V5,qC=L5;function KC(e,t,n){const[i,c,s]=(0,UC.normalizeDates)(n==null?void 0:n.in,e,t.start,t.end);return(0,qC.min)([(0,kC.max)([i,c],n),s],n)}var N5={};N5.closestIndexTo=GC;var I7=T;function GC(e,t){const n=+(0,I7.toDate)(e);if(isNaN(n))return NaN;let i,c;return t.forEach((s,o)=>{const l=(0,I7.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 Ys={};Ys.closestTo=eD;var QC=h1,JC=N5,XC=J;function eD(e,t,n){const[i,...c]=(0,QC.normalizeDates)(n==null?void 0:n.in,e,...t),s=(0,JC.closestIndexTo)(i,c);if(typeof s=="number"&&isNaN(s))return(0,XC.constructFrom)(i,NaN);if(s!==void 0)return c[s]}var _3={};_3.compareAsc=tD;var M7=T;function tD(e,t){const n=+(0,M7.toDate)(e)-+(0,M7.toDate)(t);return n<0?-1:n>0?1:n}var Hs={};Hs.compareDesc=nD;var A7=T;function nD(e,t){const n=+(0,A7.toDate)(e)-+(0,A7.toDate)(t);return n>0?-1:n<0?1:n}var R1={};R1.constructNow=rD;var aD=J;function rD(e){return(0,aD.constructFrom)(e,Date.now())}var Us={};Us.daysToWeeks=cD;var iD=L;function cD(e){const t=Math.trunc(e/iD.daysInWeek);return t===0?0:t}var ks={},n0={};n0.isSameDay=oD;var sD=h1,F7=R0;function oD(e,t,n){const[i,c]=(0,sD.normalizeDates)(n==null?void 0:n.in,e,t);return+(0,F7.startOfDay)(i)==+(0,F7.startOfDay)(c)}var Ae={},W5={};W5.isDate=lD;function lD(e){return e instanceof Date||typeof e=="object"&&Object.prototype.toString.call(e)==="[object Date]"}Ae.isValid=hD;var dD=W5,uD=T;function hD(e){return!(!(0,dD.isDate)(e)&&typeof e!="number"||isNaN(+(0,uD.toDate)(e)))}ks.differenceInBusinessDays=gD;var mD=h1,R7=be,fD=Ie,pD=n0,V7=Ae,vD=A0;function gD(e,t,n){const[i,c]=(0,mD.normalizeDates)(n==null?void 0:n.in,e,t);if(!(0,V7.isValid)(i)||!(0,V7.isValid)(c))return NaN;const s=(0,fD.differenceInCalendarDays)(i,c),o=s<0?-1:1,l=Math.trunc(s/7);let d=l*5,m=(0,R7.addDays)(c,l*7);for(;!(0,pD.isSameDay)(i,m);)d+=(0,vD.isWeekend)(m,n)?0:o,m=(0,R7.addDays)(m,o);return d===0?0:d}var z5={};z5.differenceInCalendarISOWeekYears=bD;var xD=h1,L7=Je;function bD(e,t,n){const[i,c]=(0,xD.normalizeDates)(n==null?void 0:n.in,e,t);return(0,L7.getISOWeekYear)(i,n)-(0,L7.getISOWeekYear)(c,n)}var qs={};qs.differenceInCalendarISOWeeks=_D;var N7=Me,jD=h1,yD=L,W7=je;function _D(e,t,n){const[i,c]=(0,jD.normalizeDates)(n==null?void 0:n.in,e,t),s=(0,W7.startOfISOWeek)(i),o=(0,W7.startOfISOWeek)(c),l=+s-(0,N7.getTimezoneOffsetInMilliseconds)(s),d=+o-(0,N7.getTimezoneOffsetInMilliseconds)(o);return Math.round((l-d)/yD.millisecondsInWeek)}var nt={};nt.differenceInCalendarMonths=SD;var wD=h1;function SD(e,t,n){const[i,c]=(0,wD.normalizeDates)(n==null?void 0:n.in,e,t),s=i.getFullYear()-c.getFullYear(),o=i.getMonth()-c.getMonth();return s*12+o}var B5={},Y5={};Y5.getQuarter=CD;var OD=T;function CD(e,t){const n=(0,OD.toDate)(e,t==null?void 0:t.in);return Math.trunc(n.getMonth()/3)+1}B5.differenceInCalendarQuarters=$D;var DD=h1,z7=Y5;function $D(e,t,n){const[i,c]=(0,DD.normalizeDates)(n==null?void 0:n.in,e,t),s=i.getFullYear()-c.getFullYear(),o=(0,z7.getQuarter)(i)-(0,z7.getQuarter)(c);return s*4+o}var at={};at.differenceInCalendarWeeks=ED;var B7=Me,TD=h1,PD=L,Y7=pe;function ED(e,t,n){const[i,c]=(0,TD.normalizeDates)(n==null?void 0:n.in,e,t),s=(0,Y7.startOfWeek)(i,n),o=(0,Y7.startOfWeek)(c,n),l=+s-(0,B7.getTimezoneOffsetInMilliseconds)(s),d=+o-(0,B7.getTimezoneOffsetInMilliseconds)(o);return Math.round((l-d)/PD.millisecondsInWeek)}var rt={};rt.differenceInCalendarYears=ID;var ZD=h1;function ID(e,t,n){const[i,c]=(0,ZD.normalizeDates)(n==null?void 0:n.in,e,t);return i.getFullYear()-c.getFullYear()}var it={};it.differenceInDays=FD;var MD=h1,AD=Ie;function FD(e,t,n){const[i,c]=(0,MD.normalizeDates)(n==null?void 0:n.in,e,t),s=H7(i,c),o=Math.abs((0,AD.differenceInCalendarDays)(i,c));i.setDate(i.getDate()-s*o);const l=+(H7(i,c)===-s),d=s*(o-l);return d===0?0:d}function H7(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 ct={},Fe={};Fe.getRoundingMethod=RD;function RD(e){return t=>{const i=(e?Math[e]:Math.trunc)(t);return i===0?0:i}}ct.differenceInHours=WD;var VD=Fe,LD=h1,ND=L;function WD(e,t,n){const[i,c]=(0,LD.normalizeDates)(n==null?void 0:n.in,e,t),s=(+i-+c)/ND.millisecondsInHour;return(0,VD.getRoundingMethod)(n==null?void 0:n.roundingMethod)(s)}var Ks={},H5={};H5.subISOWeekYears=BD;var zD=M5;function BD(e,t,n){return(0,zD.addISOWeekYears)(e,-t,n)}Ks.differenceInISOWeekYears=kD;var YD=h1,U7=_3,HD=z5,UD=H5;function kD(e,t,n){const[i,c]=(0,YD.normalizeDates)(n==null?void 0:n.in,e,t),s=(0,U7.compareAsc)(i,c),o=Math.abs((0,HD.differenceInCalendarISOWeekYears)(i,c,n)),l=(0,UD.subISOWeekYears)(i,s*o,n),d=+((0,U7.compareAsc)(l,c)===-s),m=s*(o-d);return m===0?0:m}var st={};st.differenceInMilliseconds=qD;var k7=T;function qD(e,t){return+(0,k7.toDate)(e)-+(0,k7.toDate)(t)}var ot={};ot.differenceInMinutes=JD;var KD=Fe,GD=L,QD=st;function JD(e,t,n){const i=(0,QD.differenceInMilliseconds)(e,t)/GD.millisecondsInMinute;return(0,KD.getRoundingMethod)(n==null?void 0:n.roundingMethod)(i)}var L0={},U5={},lt={};lt.endOfDay=e$;var XD=T;function e$(e,t){const n=(0,XD.toDate)(e,t==null?void 0:t.in);return n.setHours(23,59,59,999),n}var dt={};dt.endOfMonth=n$;var t$=T;function n$(e,t){const n=(0,t$.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}U5.isLastDayOfMonth=c$;var a$=lt,r$=dt,i$=T;function c$(e,t){const n=(0,i$.toDate)(e,t==null?void 0:t.in);return+(0,a$.endOfDay)(n,t)==+(0,r$.endOfMonth)(n,t)}L0.differenceInMonths=d$;var s$=h1,er=_3,o$=nt,l$=U5;function d$(e,t,n){const[i,c,s]=(0,s$.normalizeDates)(n==null?void 0:n.in,e,e,t),o=(0,er.compareAsc)(c,s),l=Math.abs((0,o$.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,er.compareAsc)(c,s)===-o;(0,l$.isLastDayOfMonth)(i)&&l===1&&(0,er.compareAsc)(i,s)===1&&(d=!1);const m=o*(l-+d);return m===0?0:m}var Gs={};Gs.differenceInQuarters=m$;var u$=Fe,h$=L0;function m$(e,t,n){const i=(0,h$.differenceInMonths)(e,t,n)/3;return(0,u$.getRoundingMethod)(n==null?void 0:n.roundingMethod)(i)}var N0={};N0.differenceInSeconds=v$;var f$=Fe,p$=st;function v$(e,t,n){const i=(0,p$.differenceInMilliseconds)(e,t)/1e3;return(0,f$.getRoundingMethod)(n==null?void 0:n.roundingMethod)(i)}var Qs={};Qs.differenceInWeeks=b$;var g$=Fe,x$=it;function b$(e,t,n){const i=(0,x$.differenceInDays)(e,t,n)/7;return(0,g$.getRoundingMethod)(n==null?void 0:n.roundingMethod)(i)}var k5={};k5.differenceInYears=_$;var j$=h1,q7=_3,y$=rt;function _$(e,t,n){const[i,c]=(0,j$.normalizeDates)(n==null?void 0:n.in,e,t),s=(0,q7.compareAsc)(i,c),o=Math.abs((0,y$.differenceInCalendarYears)(i,c));i.setFullYear(1584),c.setFullYear(1584);const l=(0,q7.compareAsc)(i,c)===-s,d=s*(o-+l);return d===0?0:d}var q5={},ye={};ye.normalizeInterval=S$;var w$=h1;function S$(e,t){const[n,i]=(0,w$.normalizeDates)(e,t.start,t.end);return{start:n,end:i}}q5.eachDayOfInterval=D$;var O$=ye,C$=J;function D$(e,t){const{start:n,end:i}=(0,O$.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,C$.constructFrom)(n,o)),o.setDate(o.getDate()+l),o.setHours(0,0,0,0);return c?d.reverse():d}var Js={};Js.eachHourOfInterval=P$;var $$=ye,T$=J;function P$(e,t){const{start:n,end:i}=(0,$$.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,T$.constructFrom)(n,o)),o.setHours(o.getHours()+l);return c?d.reverse():d}var Xs={};Xs.eachMinuteOfInterval=M$;var E$=ye,Z$=et,I$=J;function M$(e,t){const{start:n,end:i}=(0,E$.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,I$.constructFrom)(n,o)),o=(0,Z$.addMinutes)(o,l);return c?d.reverse():d}var e9={};e9.eachMonthOfInterval=R$;var A$=ye,F$=J;function R$(e,t){const{start:n,end:i}=(0,A$.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,F$.constructFrom)(n,o)),o.setMonth(o.getMonth()+l);return c?d.reverse():d}var t9={},ut={};ut.startOfQuarter=L$;var V$=T;function L$(e,t){const n=(0,V$.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}t9.eachQuarterOfInterval=B$;var N$=ye,W$=tt,z$=J,t2=ut;function B$(e,t){const{start:n,end:i}=(0,N$.normalizeInterval)(t==null?void 0:t.in,e);let c=+n>+i;const s=c?+(0,t2.startOfQuarter)(n):+(0,t2.startOfQuarter)(i);let o=c?(0,t2.startOfQuarter)(i):(0,t2.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,z$.constructFrom)(n,o)),o=(0,W$.addQuarters)(o,l);return c?d.reverse():d}var n9={};n9.eachWeekOfInterval=k$;var Y$=ye,H$=V0,U$=J,n2=pe;function k$(e,t){const{start:n,end:i}=(0,Y$.normalizeInterval)(t==null?void 0:t.in,e);let c=+n>+i;const s=c?(0,n2.startOfWeek)(i,t):(0,n2.startOfWeek)(n,t),o=c?(0,n2.startOfWeek)(n,t):(0,n2.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,U$.constructFrom)(n,d)),d=(0,H$.addWeeks)(d,m),d.setHours(15);return c?f.reverse():f}var ht={};ht.eachWeekendOfInterval=J$;var q$=ye,K$=J,G$=q5,Q$=A0;function J$(e,t){const{start:n,end:i}=(0,q$.normalizeInterval)(t==null?void 0:t.in,e),c=(0,G$.eachDayOfInterval)({start:n,end:i},t),s=[];let o=0;for(;o<c.length;){const l=c[o++];(0,Q$.isWeekend)(l)&&s.push((0,K$.constructFrom)(n,l))}return s}var a9={},W0={};W0.startOfMonth=eT;var X$=T;function eT(e,t){const n=(0,X$.toDate)(e,t==null?void 0:t.in);return n.setDate(1),n.setHours(0,0,0,0),n}a9.eachWeekendOfMonth=rT;var tT=ht,nT=dt,aT=W0;function rT(e,t){const n=(0,aT.startOfMonth)(e,t),i=(0,nT.endOfMonth)(e,t);return(0,tT.eachWeekendOfInterval)({start:n,end:i},t)}var r9={},K5={};K5.endOfYear=cT;var iT=T;function cT(e,t){const n=(0,iT.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 mt={};mt.startOfYear=oT;var sT=T;function oT(e,t){const n=(0,sT.toDate)(e,t==null?void 0:t.in);return n.setFullYear(n.getFullYear(),0,1),n.setHours(0,0,0,0),n}r9.eachWeekendOfYear=hT;var lT=ht,dT=K5,uT=mt;function hT(e,t){const n=(0,uT.startOfYear)(e,t),i=(0,dT.endOfYear)(e,t);return(0,lT.eachWeekendOfInterval)({start:n,end:i},t)}var i9={};i9.eachYearOfInterval=pT;var mT=ye,fT=J;function pT(e,t){const{start:n,end:i}=(0,mT.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,fT.constructFrom)(n,o)),o.setFullYear(o.getFullYear()+l);return c?d.reverse():d}var c9={};c9.endOfDecade=gT;var vT=T;function gT(e,t){const n=(0,vT.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 s9={};s9.endOfHour=bT;var xT=T;function bT(e,t){const n=(0,xT.toDate)(e,t==null?void 0:t.in);return n.setMinutes(59,59,999),n}var o9={},G5={};G5.endOfWeek=_T;var jT=U1,yT=T;function _T(e,t){var l,d,m,f;const n=(0,jT.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,yT.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}o9.endOfISOWeek=ST;var wT=G5;function ST(e,t){return(0,wT.endOfWeek)(e,{...t,weekStartsOn:1})}var l9={};l9.endOfISOWeekYear=$T;var OT=J,CT=Je,DT=je;function $T(e,t){const n=(0,CT.getISOWeekYear)(e,t),i=(0,OT.constructFrom)((t==null?void 0:t.in)||e,0);i.setFullYear(n+1,0,4),i.setHours(0,0,0,0);const c=(0,DT.startOfISOWeek)(i,t);return c.setMilliseconds(c.getMilliseconds()-1),c}var d9={};d9.endOfMinute=PT;var TT=T;function PT(e,t){const n=(0,TT.toDate)(e,t==null?void 0:t.in);return n.setSeconds(59,999),n}var u9={};u9.endOfQuarter=ZT;var ET=T;function ZT(e,t){const n=(0,ET.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 h9={};h9.endOfSecond=MT;var IT=T;function MT(e,t){const n=(0,IT.toDate)(e,t==null?void 0:t.in);return n.setMilliseconds(999),n}var m9={};m9.endOfToday=FT;var AT=lt;function FT(e){return(0,AT.endOfDay)(Date.now(),e)}var f9={};f9.endOfTomorrow=RT;var K7=R1;function RT(e){const t=(0,K7.constructNow)(e==null?void 0:e.in),n=t.getFullYear(),i=t.getMonth(),c=t.getDate(),s=(0,K7.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 p9={};p9.endOfYesterday=NT;var VT=J,LT=R1;function NT(e){const t=(0,LT.constructNow)(e==null?void 0:e.in),n=(0,VT.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 Q5={},w3={},J5={},X5={};X5.formatDistance=void 0;const WT={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"}},zT=(e,t,n)=>{let i;const c=WT[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};X5.formatDistance=zT;var e6={},v9={};v9.buildFormatLongFn=BT;function BT(e){return(t={})=>{const n=t.width?String(t.width):e.defaultWidth;return e.formats[n]||e.formats[e.defaultWidth]}}e6.formatLong=void 0;var tr=v9;const YT={full:"EEEE, MMMM do, y",long:"MMMM do, y",medium:"MMM d, y",short:"MM/dd/yyyy"},HT={full:"h:mm:ss a zzzz",long:"h:mm:ss a z",medium:"h:mm:ss a",short:"h:mm a"},UT={full:"{{date}} 'at' {{time}}",long:"{{date}} 'at' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"};e6.formatLong={date:(0,tr.buildFormatLongFn)({formats:YT,defaultWidth:"full"}),time:(0,tr.buildFormatLongFn)({formats:HT,defaultWidth:"full"}),dateTime:(0,tr.buildFormatLongFn)({formats:UT,defaultWidth:"full"})};var t6={};t6.formatRelative=void 0;const kT={lastWeek:"'last' eeee 'at' p",yesterday:"'yesterday at' p",today:"'today at' p",tomorrow:"'tomorrow at' p",nextWeek:"eeee 'at' p",other:"P"},qT=(e,t,n,i)=>kT[e];t6.formatRelative=qT;var n6={},g9={};g9.buildLocalizeFn=KT;function KT(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]}}n6.localize=void 0;var i0=g9;const GT={narrow:["B","A"],abbreviated:["BC","AD"],wide:["Before Christ","Anno Domini"]},QT={narrow:["1","2","3","4"],abbreviated:["Q1","Q2","Q3","Q4"],wide:["1st quarter","2nd quarter","3rd quarter","4th quarter"]},JT={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"]},XT={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"]},eP={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"}},tP={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"};n6.localize={ordinalNumber:nP,era:(0,i0.buildLocalizeFn)({values:GT,defaultWidth:"wide"}),quarter:(0,i0.buildLocalizeFn)({values:QT,defaultWidth:"wide",argumentCallback:e=>e-1}),month:(0,i0.buildLocalizeFn)({values:JT,defaultWidth:"wide"}),day:(0,i0.buildLocalizeFn)({values:XT,defaultWidth:"wide"}),dayPeriod:(0,i0.buildLocalizeFn)({values:eP,defaultWidth:"wide",formattingValues:tP,defaultFormattingWidth:"wide"})};var a6={},x9={};x9.buildMatchFn=aP;function aP(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)?iP(l,v=>v.test(o)):rP(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 rP(e,t){for(const n in e)if(Object.prototype.hasOwnProperty.call(e,n)&&t(e[n]))return n}function iP(e,t){for(let n=0;n<e.length;n++)if(t(e[n]))return n}var b9={};b9.buildMatchPatternFn=cP;function cP(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}}}a6.match=void 0;var c0=x9,sP=b9;const oP=/^(\d+)(th|st|nd|rd)?/i,lP=/\d+/i,dP={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},uP={any:[/^b/i,/^(a|c)/i]},hP={narrow:/^[1234]/i,abbreviated:/^q[1234]/i,wide:/^[1234](th|st|nd|rd)? quarter/i},mP={any:[/1/i,/2/i,/3/i,/4/i]},fP={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},pP={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]},vP={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},gP={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]},xP={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},bP={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}};a6.match={ordinalNumber:(0,sP.buildMatchPatternFn)({matchPattern:oP,parsePattern:lP,valueCallback:e=>parseInt(e,10)}),era:(0,c0.buildMatchFn)({matchPatterns:dP,defaultMatchWidth:"wide",parsePatterns:uP,defaultParseWidth:"any"}),quarter:(0,c0.buildMatchFn)({matchPatterns:hP,defaultMatchWidth:"wide",parsePatterns:mP,defaultParseWidth:"any",valueCallback:e=>e+1}),month:(0,c0.buildMatchFn)({matchPatterns:fP,defaultMatchWidth:"wide",parsePatterns:pP,defaultParseWidth:"any"}),day:(0,c0.buildMatchFn)({matchPatterns:vP,defaultMatchWidth:"wide",parsePatterns:gP,defaultParseWidth:"any"}),dayPeriod:(0,c0.buildMatchFn)({matchPatterns:xP,defaultMatchWidth:"any",parsePatterns:bP,defaultParseWidth:"any"})};J5.enUS=void 0;var jP=X5,yP=e6,_P=t6,wP=n6,SP=a6;J5.enUS={code:"en-US",formatDistance:jP.formatDistance,formatLong:yP.formatLong,formatRelative:_P.formatRelative,localize:wP.localize,match:SP.match,options:{weekStartsOn:0,firstWeekContainsDate:1}};(function(e){Object.defineProperty(e,"defaultLocale",{enumerable:!0,get:function(){return t.enUS}});var t=J5})(w3);var r6={},i6={};i6.getDayOfYear=$P;var OP=Ie,CP=mt,DP=T;function $P(e,t){const n=(0,DP.toDate)(e,t==null?void 0:t.in);return(0,OP.differenceInCalendarDays)(n,(0,CP.startOfYear)(n))+1}var ft={};ft.getISOWeek=IP;var TP=L,PP=je,EP=t0,ZP=T;function IP(e,t){const n=(0,ZP.toDate)(e,t==null?void 0:t.in),i=+(0,PP.startOfISOWeek)(n)-+(0,EP.startOfISOWeekYear)(n);return Math.round(i/TP.millisecondsInWeek)+1}var pt={},vt={},z0={};z0.getWeekYear=FP;var MP=U1,G7=J,Q7=pe,AP=T;function FP(e,t){var f,v,g,p;const n=(0,AP.toDate)(e,t==null?void 0:t.in),i=n.getFullYear(),c=(0,MP.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,G7.constructFrom)((t==null?void 0:t.in)||e,0);o.setFullYear(i+1,0,s),o.setHours(0,0,0,0);const l=(0,Q7.startOfWeek)(o,t),d=(0,G7.constructFrom)((t==null?void 0:t.in)||e,0);d.setFullYear(i,0,s),d.setHours(0,0,0,0);const m=(0,Q7.startOfWeek)(d,t);return+n>=+l?i+1:+n>=+m?i:i-1}vt.startOfWeekYear=WP;var RP=U1,VP=J,LP=z0,NP=pe;function WP(e,t){var l,d,m,f;const n=(0,RP.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,LP.getWeekYear)(e,t),s=(0,VP.constructFrom)((t==null?void 0:t.in)||e,0);return s.setFullYear(c,0,i),s.setHours(0,0,0,0),(0,NP.startOfWeek)(s,t)}pt.getWeek=UP;var zP=L,BP=pe,YP=vt,HP=T;function UP(e,t){const n=(0,HP.toDate)(e,t==null?void 0:t.in),i=+(0,BP.startOfWeek)(n,t)-+(0,YP.startOfWeekYear)(n,t);return Math.round(i/zP.millisecondsInWeek)+1}var S3={};S3.addLeadingZeros=kP;function kP(e,t){const n=e<0?"-":"",i=Math.abs(e).toString().padStart(t,"0");return n+i}var gt={};gt.lightFormatters=void 0;var We=S3;gt.lightFormatters={y(e,t){const n=e.getFullYear(),i=n>0?n:1-n;return(0,We.addLeadingZeros)(t==="yy"?i%100:i,t.length)},M(e,t){const n=e.getMonth();return t==="M"?String(n+1):(0,We.addLeadingZeros)(n+1,2)},d(e,t){return(0,We.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,We.addLeadingZeros)(e.getHours()%12||12,t.length)},H(e,t){return(0,We.addLeadingZeros)(e.getHours(),t.length)},m(e,t){return(0,We.addLeadingZeros)(e.getMinutes(),t.length)},s(e,t){return(0,We.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,We.addLeadingZeros)(c,t.length)}};r6.formatters=void 0;var qP=i6,KP=ft,GP=Je,QP=pt,JP=z0,P1=S3,ze=gt;const C3={am:"am",pm:"pm",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"};r6.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 ze.lightFormatters.y(e,t)},Y:function(e,t,n,i){const c=(0,JP.getWeekYear)(e,i),s=c>0?c:1-c;if(t==="YY"){const o=s%100;return(0,P1.addLeadingZeros)(o,2)}return t==="Yo"?n.ordinalNumber(s,{unit:"year"}):(0,P1.addLeadingZeros)(s,t.length)},R:function(e,t){const n=(0,GP.getISOWeekYear)(e);return(0,P1.addLeadingZeros)(n,t.length)},u:function(e,t){const n=e.getFullYear();return(0,P1.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,P1.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,P1.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 ze.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,P1.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,QP.getWeek)(e,i);return t==="wo"?n.ordinalNumber(c,{unit:"week"}):(0,P1.addLeadingZeros)(c,t.length)},I:function(e,t,n){const i=(0,KP.getISOWeek)(e);return t==="Io"?n.ordinalNumber(i,{unit:"week"}):(0,P1.addLeadingZeros)(i,t.length)},d:function(e,t,n){return t==="do"?n.ordinalNumber(e.getDate(),{unit:"date"}):ze.lightFormatters.d(e,t)},D:function(e,t,n){const i=(0,qP.getDayOfYear)(e);return t==="Do"?n.ordinalNumber(i,{unit:"dayOfYear"}):(0,P1.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,P1.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,P1.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,P1.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=C3.noon:i===0?c=C3.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=C3.evening:i>=12?c=C3.afternoon:i>=4?c=C3.morning:c=C3.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 ze.lightFormatters.h(e,t)},H:function(e,t,n){return t==="Ho"?n.ordinalNumber(e.getHours(),{unit:"hour"}):ze.lightFormatters.H(e,t)},K:function(e,t,n){const i=e.getHours()%12;return t==="Ko"?n.ordinalNumber(i,{unit:"hour"}):(0,P1.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,P1.addLeadingZeros)(i,t.length)},m:function(e,t,n){return t==="mo"?n.ordinalNumber(e.getMinutes(),{unit:"minute"}):ze.lightFormatters.m(e,t)},s:function(e,t,n){return t==="so"?n.ordinalNumber(e.getSeconds(),{unit:"second"}):ze.lightFormatters.s(e,t)},S:function(e,t){return ze.lightFormatters.S(e,t)},X:function(e,t,n){const i=e.getTimezoneOffset();if(i===0)return"Z";switch(t){case"X":return X7(i);case"XXXX":case"XX":return u3(i);case"XXXXX":case"XXX":default:return u3(i,":")}},x:function(e,t,n){const i=e.getTimezoneOffset();switch(t){case"x":return X7(i);case"xxxx":case"xx":return u3(i);case"xxxxx":case"xxx":default:return u3(i,":")}},O:function(e,t,n){const i=e.getTimezoneOffset();switch(t){case"O":case"OO":case"OOO":return"GMT"+J7(i,":");case"OOOO":default:return"GMT"+u3(i,":")}},z:function(e,t,n){const i=e.getTimezoneOffset();switch(t){case"z":case"zz":case"zzz":return"GMT"+J7(i,":");case"zzzz":default:return"GMT"+u3(i,":")}},t:function(e,t,n){const i=Math.trunc(+e/1e3);return(0,P1.addLeadingZeros)(i,t.length)},T:function(e,t,n){return(0,P1.addLeadingZeros)(+e,t.length)}};function J7(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,P1.addLeadingZeros)(s,2)}function X7(e,t){return e%60===0?(e>0?"-":"+")+(0,P1.addLeadingZeros)(Math.abs(e)/60,2):u3(e,t)}function u3(e,t=""){const n=e>0?"-":"+",i=Math.abs(e),c=(0,P1.addLeadingZeros)(Math.trunc(i/60),2),s=(0,P1.addLeadingZeros)(i%60,2);return n+c+t+s}var xt={};xt.longFormatters=void 0;const ei=(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"})}},j9=(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"})}},XP=(e,t)=>{const n=e.match(/(P+)(p+)?/)||[],i=n[1],c=n[2];if(!c)return ei(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}}",ei(i,t)).replace("{{time}}",j9(c,t))};xt.longFormatters={p:j9,P:XP};var B0={};B0.isProtectedDayOfYearToken=aE;B0.isProtectedWeekYearToken=rE;B0.warnOrThrowProtectedError=iE;const eE=/^D+$/,tE=/^Y+$/,nE=["D","DD","YY","YYYY"];function aE(e){return eE.test(e)}function rE(e){return tE.test(e)}function iE(e,t,n){const i=cE(e,t,n);if(console.warn(i),nE.includes(e))throw new RangeError(i)}function cE(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=w3,n=U1,i=r6,c=xt,s=B0,o=Ae,l=T;const d=/[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g,m=/P+p+|P+|p+|''|'(''|[^'])+('|$)|./g,f=/^'([^]*?)'?$/,v=/''/g,g=/[a-zA-Z]/;function p(y,_,b){var z,V,I,U,K,M,B,H;const S=(0,n.getDefaultOptions)(),P=(b==null?void 0:b.locale)??S.locale??t.defaultLocale,C=(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??((U=(I=S.locale)==null?void 0:I.options)==null?void 0:U.firstWeekContainsDate)??1,D=(b==null?void 0:b.weekStartsOn)??((M=(K=b==null?void 0:b.locale)==null?void 0:K.options)==null?void 0:M.weekStartsOn)??S.weekStartsOn??((H=(B=S.locale)==null?void 0:B.options)==null?void 0:H.weekStartsOn)??0,Z=(0,l.toDate)(y,b==null?void 0:b.in);if(!(0,o.isValid)(Z))throw new RangeError("Invalid time value");let O=_.match(m).map(E=>{const w=E[0];if(w==="p"||w==="P"){const j=c.longFormatters[w];return j(E,P.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}});P.localize.preprocessor&&(O=P.localize.preprocessor(Z,O));const W={firstWeekContainsDate:C,weekStartsOn:D,locale:P};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,_,String(y));const j=i.formatters[w[0]];return j(Z,w,P.localize,W)}).join("")}function x(y){const _=y.match(f);return _?_[1].replace(v,"'"):y}})(Q5);var c6={};c6.formatDistance=mE;var sE=w3,oE=U1,ti=Me,lE=h1,dE=_3,D3=L,uE=L0,hE=N0;function mE(e,t,n){const i=(0,oE.getDefaultOptions)(),c=(n==null?void 0:n.locale)??i.locale??sE.defaultLocale,s=2520,o=(0,dE.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,lE.normalizeDates)(n==null?void 0:n.in,...o>0?[t,e]:[e,t]),f=(0,hE.differenceInSeconds)(m,d),v=((0,ti.getTimezoneOffsetInMilliseconds)(m)-(0,ti.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<D3.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<D3.minutesInMonth){const x=Math.round(g/D3.minutesInDay);return c.formatDistance("xDays",x,l)}else if(g<D3.minutesInMonth*2)return p=Math.round(g/D3.minutesInMonth),c.formatDistance("aboutXMonths",p,l)}if(p=(0,uE.differenceInMonths)(m,d),p<12){const x=Math.round(g/D3.minutesInMonth);return c.formatDistance("xMonths",x,l)}else{const x=p%12,y=Math.trunc(p/12);return x<3?c.formatDistance("aboutXYears",y,l):x<9?c.formatDistance("overXYears",y,l):c.formatDistance("almostXYears",y+1,l)}}var s6={};s6.formatDistanceStrict=bE;var fE=w3,pE=U1,vE=Fe,ni=Me,gE=h1,xE=_3,Be=L;function bE(e,t,n){const i=(0,pE.getDefaultOptions)(),c=(n==null?void 0:n.locale)??i.locale??fE.defaultLocale,s=(0,xE.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,gE.normalizeDates)(n==null?void 0:n.in,...s>0?[t,e]:[e,t]),m=(0,vE.getRoundingMethod)((n==null?void 0:n.roundingMethod)??"round"),f=d.getTime()-l.getTime(),v=f/Be.millisecondsInMinute,g=(0,ni.getTimezoneOffsetInMilliseconds)(d)-(0,ni.getTimezoneOffsetInMilliseconds)(l),p=(f-g)/Be.millisecondsInMinute,x=n==null?void 0:n.unit;let y;if(x?y=x:v<1?y="second":v<60?y="minute":v<Be.minutesInDay?y="hour":p<Be.minutesInMonth?y="day":p<Be.minutesInYear?y="month":y="year",y==="second"){const _=m(f/1e3);return c.formatDistance("xSeconds",_,o)}else if(y==="minute"){const _=m(v);return c.formatDistance("xMinutes",_,o)}else if(y==="hour"){const _=m(v/60);return c.formatDistance("xHours",_,o)}else if(y==="day"){const _=m(p/Be.minutesInDay);return c.formatDistance("xDays",_,o)}else if(y==="month"){const _=m(p/Be.minutesInMonth);return _===12&&x!=="month"?c.formatDistance("xYears",1,o):c.formatDistance("xMonths",_,o)}else{const _=m(p/Be.minutesInYear);return c.formatDistance("xYears",_,o)}}var y9={};y9.formatDistanceToNow=_E;var jE=R1,yE=c6;function _E(e,t){return(0,yE.formatDistance)(e,(0,jE.constructNow)(e),t)}var _9={};_9.formatDistanceToNowStrict=OE;var wE=R1,SE=s6;function OE(e,t){return(0,SE.formatDistanceStrict)(e,(0,wE.constructNow)(e),t)}var w9={};w9.formatDuration=TE;var CE=w3,DE=U1;const $E=["years","months","weeks","days","hours","minutes","seconds"];function TE(e,t){const n=(0,DE.getDefaultOptions)(),i=(t==null?void 0:t.locale)??n.locale??CE.defaultLocale,c=(t==null?void 0:t.format)??$E,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 S9={};S9.formatISO=EE;var Ye=S3,PE=T;function EE(e,t){const n=(0,PE.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,Ye.addLeadingZeros)(n.getDate(),2),f=(0,Ye.addLeadingZeros)(n.getMonth()+1,2);s=`${(0,Ye.addLeadingZeros)(n.getFullYear(),4)}${l}${f}${l}${m}`}if(c!=="date"){const m=n.getTimezoneOffset();if(m!==0){const y=Math.abs(m),_=(0,Ye.addLeadingZeros)(Math.trunc(y/60),2),b=(0,Ye.addLeadingZeros)(y%60,2);o=`${m<0?"+":"-"}${_}:${b}`}else o="Z";const f=(0,Ye.addLeadingZeros)(n.getHours(),2),v=(0,Ye.addLeadingZeros)(n.getMinutes(),2),g=(0,Ye.addLeadingZeros)(n.getSeconds(),2),p=s===""?"":"T",x=[f,v,g].join(d);s=`${s}${p}${x}${o}`}return s}var O9={};O9.formatISO9075=ME;var $3=S3,ZE=Ae,IE=T;function ME(e,t){const n=(0,IE.toDate)(e,t==null?void 0:t.in);if(!(0,ZE.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,$3.addLeadingZeros)(n.getDate(),2),m=(0,$3.addLeadingZeros)(n.getMonth()+1,2);s=`${(0,$3.addLeadingZeros)(n.getFullYear(),4)}${o}${m}${o}${d}`}if(c!=="date"){const d=(0,$3.addLeadingZeros)(n.getHours(),2),m=(0,$3.addLeadingZeros)(n.getMinutes(),2),f=(0,$3.addLeadingZeros)(n.getSeconds(),2);s=`${s}${s===""?"":" "}${d}${l}${m}${l}${f}`}return s}var C9={};C9.formatISODuration=AE;function AE(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 D9={};D9.formatRFC3339=VE;var He=S3,FE=Ae,RE=T;function VE(e,t){const n=(0,RE.toDate)(e,t==null?void 0:t.in);if(!(0,FE.isValid)(n))throw new RangeError("Invalid time value");const i=(t==null?void 0:t.fractionDigits)??0,c=(0,He.addLeadingZeros)(n.getDate(),2),s=(0,He.addLeadingZeros)(n.getMonth()+1,2),o=n.getFullYear(),l=(0,He.addLeadingZeros)(n.getHours(),2),d=(0,He.addLeadingZeros)(n.getMinutes(),2),m=(0,He.addLeadingZeros)(n.getSeconds(),2);let f="";if(i>0){const p=n.getMilliseconds(),x=Math.trunc(p*Math.pow(10,i-3));f="."+(0,He.addLeadingZeros)(x,i)}let v="";const g=n.getTimezoneOffset();if(g!==0){const p=Math.abs(g),x=(0,He.addLeadingZeros)(Math.trunc(p/60),2),y=(0,He.addLeadingZeros)(p%60,2);v=`${g<0?"+":"-"}${x}:${y}`}else v="Z";return`${o}-${s}-${c}T${l}:${d}:${m}${f}${v}`}var $9={};$9.formatRFC7231=BE;var a2=S3,LE=Ae,NE=T;const WE=["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],zE=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];function BE(e){const t=(0,NE.toDate)(e);if(!(0,LE.isValid)(t))throw new RangeError("Invalid time value");const n=WE[t.getUTCDay()],i=(0,a2.addLeadingZeros)(t.getUTCDate(),2),c=zE[t.getUTCMonth()],s=t.getUTCFullYear(),o=(0,a2.addLeadingZeros)(t.getUTCHours(),2),l=(0,a2.addLeadingZeros)(t.getUTCMinutes(),2),d=(0,a2.addLeadingZeros)(t.getUTCSeconds(),2);return`${n}, ${i} ${c} ${s} ${o}:${l}:${d} GMT`}var T9={};T9.formatRelative=KE;var YE=w3,HE=U1,UE=h1,kE=Ie,qE=Q5;function KE(e,t,n){var v,g,p,x;const[i,c]=(0,UE.normalizeDates)(n==null?void 0:n.in,e,t),s=(0,HE.getDefaultOptions)(),o=(n==null?void 0:n.locale)??s.locale??YE.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,kE.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,qE.format)(i,f,{locale:o,weekStartsOn:l})}var P9={};P9.fromUnixTime=QE;var GE=T;function QE(e,t){return(0,GE.toDate)(e*1e3,t==null?void 0:t.in)}var o6={};o6.getDate=XE;var JE=T;function XE(e,t){return(0,JE.toDate)(e,t==null?void 0:t.in).getDate()}var Y0={};Y0.getDay=tZ;var eZ=T;function tZ(e,t){return(0,eZ.toDate)(e,t==null?void 0:t.in).getDay()}var l6={};l6.getDaysInMonth=rZ;var nZ=J,aZ=T;function rZ(e,t){const n=(0,aZ.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 E9={},d6={};d6.isLeapYear=cZ;var iZ=T;function cZ(e,t){const i=(0,iZ.toDate)(e,t==null?void 0:t.in).getFullYear();return i%400===0||i%4===0&&i%100!==0}E9.getDaysInYear=lZ;var sZ=d6,oZ=T;function lZ(e,t){const n=(0,oZ.toDate)(e,t==null?void 0:t.in);return Number.isNaN(+n)?NaN:(0,sZ.isLeapYear)(n)?366:365}var Z9={};Z9.getDecade=uZ;var dZ=T;function uZ(e,t){const i=(0,dZ.toDate)(e,t==null?void 0:t.in).getFullYear();return Math.floor(i/10)*10}var u6={};u6.getDefaultOptions=mZ;var hZ=U1;function mZ(){return Object.assign({},(0,hZ.getDefaultOptions)())}var I9={};I9.getHours=pZ;var fZ=T;function pZ(e,t){return(0,fZ.toDate)(e,t==null?void 0:t.in).getHours()}var h6={};h6.getISODay=gZ;var vZ=T;function gZ(e,t){const n=(0,vZ.toDate)(e,t==null?void 0:t.in).getDay();return n===0?7:n}var M9={};M9.getISOWeeksInYear=jZ;var xZ=V0,bZ=L,ai=t0;function jZ(e,t){const n=(0,ai.startOfISOWeekYear)(e,t),c=+(0,ai.startOfISOWeekYear)((0,xZ.addWeeks)(n,60))-+n;return Math.round(c/bZ.millisecondsInWeek)}var A9={};A9.getMilliseconds=_Z;var yZ=T;function _Z(e){return(0,yZ.toDate)(e).getMilliseconds()}var F9={};F9.getMinutes=SZ;var wZ=T;function SZ(e,t){return(0,wZ.toDate)(e,t==null?void 0:t.in).getMinutes()}var R9={};R9.getMonth=CZ;var OZ=T;function CZ(e,t){return(0,OZ.toDate)(e,t==null?void 0:t.in).getMonth()}var V9={};V9.getOverlappingDaysInIntervals=$Z;var ri=Me,DZ=L,r2=T;function $Z(e,t){const[n,i]=[+(0,r2.toDate)(e.start),+(0,r2.toDate)(e.end)].sort((v,g)=>v-g),[c,s]=[+(0,r2.toDate)(t.start),+(0,r2.toDate)(t.end)].sort((v,g)=>v-g);if(!(n<s&&c<i))return 0;const l=c<n?n:c,d=l-(0,ri.getTimezoneOffsetInMilliseconds)(l),m=s>i?i:s,f=m-(0,ri.getTimezoneOffsetInMilliseconds)(m);return Math.ceil((f-d)/DZ.millisecondsInDay)}var L9={};L9.getSeconds=PZ;var TZ=T;function PZ(e){return(0,TZ.toDate)(e).getSeconds()}var N9={};N9.getTime=ZZ;var EZ=T;function ZZ(e){return+(0,EZ.toDate)(e)}var W9={};W9.getUnixTime=MZ;var IZ=T;function MZ(e){return Math.trunc(+(0,IZ.toDate)(e)/1e3)}var z9={};z9.getWeekOfMonth=NZ;var AZ=U1,FZ=o6,RZ=Y0,VZ=W0,LZ=T;function NZ(e,t){var d,m,f,v;const n=(0,AZ.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,FZ.getDate)((0,LZ.toDate)(e,t==null?void 0:t.in));if(isNaN(c))return NaN;const s=(0,RZ.getDay)((0,VZ.startOfMonth)(e,t));let o=i-s;o<=0&&(o+=7);const l=c-o;return Math.ceil(l/7)+1}var B9={},m6={};m6.lastDayOfMonth=WZ;var ii=T;function WZ(e,t){const n=(0,ii.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,ii.toDate)(n,t==null?void 0:t.in)}B9.getWeeksInMonth=UZ;var zZ=at,BZ=m6,YZ=W0,HZ=T;function UZ(e,t){const n=(0,HZ.toDate)(e,t==null?void 0:t.in);return(0,zZ.differenceInCalendarWeeks)((0,BZ.lastDayOfMonth)(n,t),(0,YZ.startOfMonth)(n,t),t)+1}var Y9={};Y9.getYear=qZ;var kZ=T;function qZ(e,t){return(0,kZ.toDate)(e,t==null?void 0:t.in).getFullYear()}var H9={};H9.hoursToMilliseconds=GZ;var KZ=L;function GZ(e){return Math.trunc(e*KZ.millisecondsInHour)}var U9={};U9.hoursToMinutes=JZ;var QZ=L;function JZ(e){return Math.trunc(e*QZ.minutesInHour)}var k9={};k9.hoursToSeconds=eI;var XZ=L;function eI(e){return Math.trunc(e*XZ.secondsInHour)}var q9={};q9.interval=nI;var tI=h1;function nI(e,t,n){const[i,c]=(0,tI.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 K9={};K9.intervalToDuration=dI;var aI=ye,s0=T5,rI=it,iI=ct,cI=ot,sI=L0,oI=N0,lI=k5;function dI(e,t){const{start:n,end:i}=(0,aI.normalizeInterval)(t==null?void 0:t.in,e),c={},s=(0,lI.differenceInYears)(i,n);s&&(c.years=s);const o=(0,s0.add)(n,{years:c.years}),l=(0,sI.differenceInMonths)(i,o);l&&(c.months=l);const d=(0,s0.add)(o,{months:c.months}),m=(0,rI.differenceInDays)(i,d);m&&(c.days=m);const f=(0,s0.add)(d,{days:c.days}),v=(0,iI.differenceInHours)(i,f);v&&(c.hours=v);const g=(0,s0.add)(f,{hours:c.hours}),p=(0,cI.differenceInMinutes)(i,g);p&&(c.minutes=p);const x=(0,s0.add)(g,{minutes:c.minutes}),y=(0,oI.differenceInSeconds)(i,x);return y&&(c.seconds=y),c}var G9={};G9.intlFormat=hI;var uI=T;function hI(e,t,n){let i;return mI(t)?i=t:n=t,new Intl.DateTimeFormat(n==null?void 0:n.locale,i).format((0,uI.toDate)(e))}function mI(e){return e!==void 0&&!("locale"in e)}var Q9={};Q9.intlFormatDistance=pI;var fI=h1,o3=L,nr=Ie,ci=nt,ar=B5,si=at,rr=rt,oi=ct,li=ot,ir=N0;function pI(e,t,n){let i=0,c;const[s,o]=(0,fI.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,ir.differenceInSeconds)(s,o):c==="minute"?i=(0,li.differenceInMinutes)(s,o):c==="hour"?i=(0,oi.differenceInHours)(s,o):c==="day"?i=(0,nr.differenceInCalendarDays)(s,o):c==="week"?i=(0,si.differenceInCalendarWeeks)(s,o):c==="month"?i=(0,ci.differenceInCalendarMonths)(s,o):c==="quarter"?i=(0,ar.differenceInCalendarQuarters)(s,o):c==="year"&&(i=(0,rr.differenceInCalendarYears)(s,o));else{const d=(0,ir.differenceInSeconds)(s,o);Math.abs(d)<o3.secondsInMinute?(i=(0,ir.differenceInSeconds)(s,o),c="second"):Math.abs(d)<o3.secondsInHour?(i=(0,li.differenceInMinutes)(s,o),c="minute"):Math.abs(d)<o3.secondsInDay&&Math.abs((0,nr.differenceInCalendarDays)(s,o))<1?(i=(0,oi.differenceInHours)(s,o),c="hour"):Math.abs(d)<o3.secondsInWeek&&(i=(0,nr.differenceInCalendarDays)(s,o))&&Math.abs(i)<7?c="day":Math.abs(d)<o3.secondsInMonth?(i=(0,si.differenceInCalendarWeeks)(s,o),c="week"):Math.abs(d)<o3.secondsInQuarter?(i=(0,ci.differenceInCalendarMonths)(s,o),c="month"):Math.abs(d)<o3.secondsInYear&&(0,ar.differenceInCalendarQuarters)(s,o)<4?(i=(0,ar.differenceInCalendarQuarters)(s,o),c="quarter"):(i=(0,rr.differenceInCalendarYears)(s,o),c="year")}return new Intl.RelativeTimeFormat(n==null?void 0:n.locale,{numeric:"auto",...n}).format(i,c)}var J9={};J9.isAfter=vI;var di=T;function vI(e,t){return+(0,di.toDate)(e)>+(0,di.toDate)(t)}var X9={};X9.isBefore=gI;var ui=T;function gI(e,t){return+(0,ui.toDate)(e)<+(0,ui.toDate)(t)}var eo={};eo.isEqual=xI;var hi=T;function xI(e,t){return+(0,hi.toDate)(e)==+(0,hi.toDate)(t)}var to={};to.isExists=bI;function bI(e,t,n){const i=new Date(e,t,n);return i.getFullYear()===e&&i.getMonth()===t&&i.getDate()===n}var no={};no.isFirstDayOfMonth=yI;var jI=T;function yI(e,t){return(0,jI.toDate)(e,t==null?void 0:t.in).getDate()===1}var ao={};ao.isFriday=wI;var _I=T;function wI(e,t){return(0,_I.toDate)(e,t==null?void 0:t.in).getDay()===5}var ro={};ro.isFuture=OI;var SI=T;function OI(e){return+(0,SI.toDate)(e)>Date.now()}var io={},f6={},ke={},p6={};p6.transpose=DI;var CI=J;function DI(e,t){const n=$I(t)?new t(0):(0,CI.constructFrom)(t,0);return n.setFullYear(e.getFullYear(),e.getMonth(),e.getDate()),n.setHours(e.getHours(),e.getMinutes(),e.getSeconds(),e.getMilliseconds()),n}function $I(e){var t;return typeof e=="function"&&((t=e.prototype)==null?void 0:t.constructor)===e}ke.ValueSetter=ke.Setter=ke.DateTimezoneSetter=void 0;var mi=J,TI=p6;const PI=10;class v6{constructor(){k(this,"subPriority",0)}validate(t,n){return!0}}ke.Setter=v6;class EI extends v6{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)}}ke.ValueSetter=EI;class ZI extends v6{constructor(n,i){super();k(this,"priority",PI);k(this,"subPriority",-1);this.context=n||(c=>(0,mi.constructFrom)(i,c))}set(n,i){return i.timestampIsSet?n:(0,mi.constructFrom)(n,(0,TI.transpose)(n,this.context))}}ke.DateTimezoneSetter=ZI;var g6={},x6={},o1={};o1.Parser=void 0;var II=ke;class MI{run(t,n,i,c){const s=this.parse(t,n,i,c);return s?{setter:new II.ValueSetter(s.value,this.validate,this.set,this.priority,this.subPriority),rest:s.rest}:null}validate(t,n,i){return!0}}o1.Parser=MI;x6.EraParser=void 0;var AI=o1;class FI extends AI.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}}x6.EraParser=FI;var b6={},s1={},F1={};F1.timezonePatterns=F1.numericPatterns=void 0;F1.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}/};F1.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/};s1.dayPeriodEnumToHours=zI;s1.isLeapYearIndex=YI;s1.mapValue=RI;s1.normalizeTwoDigitYear=BI;s1.parseAnyDigitsSigned=LI;s1.parseNDigits=NI;s1.parseNDigitsSigned=WI;s1.parseNumericPattern=te;s1.parseTimezonePattern=VI;var cr=L,De=F1;function RI(e,t){return e&&{value:t(e.value),rest:e.rest}}function te(e,t){const n=t.match(e);return n?{value:parseInt(n[0],10),rest:t.slice(n[0].length)}:null}function VI(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*cr.millisecondsInHour+s*cr.millisecondsInMinute+o*cr.millisecondsInSecond),rest:t.slice(n[0].length)}}function LI(e){return te(De.numericPatterns.anyDigitsSigned,e)}function NI(e,t){switch(e){case 1:return te(De.numericPatterns.singleDigit,t);case 2:return te(De.numericPatterns.twoDigits,t);case 3:return te(De.numericPatterns.threeDigits,t);case 4:return te(De.numericPatterns.fourDigits,t);default:return te(new RegExp("^\\d{1,"+e+"}"),t)}}function WI(e,t){switch(e){case 1:return te(De.numericPatterns.singleDigitSigned,t);case 2:return te(De.numericPatterns.twoDigitsSigned,t);case 3:return te(De.numericPatterns.threeDigitsSigned,t);case 4:return te(De.numericPatterns.fourDigitsSigned,t);default:return te(new RegExp("^-?\\d{1,"+e+"}"),t)}}function zI(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 BI(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 YI(e){return e%400===0||e%4===0&&e%100!==0}b6.YearParser=void 0;var HI=o1,T3=s1;class UI extends HI.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,T3.mapValue)((0,T3.parseNDigits)(4,n),s);case"yo":return(0,T3.mapValue)(c.ordinalNumber(n,{unit:"year"}),s);default:return(0,T3.mapValue)((0,T3.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,T3.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}}b6.YearParser=UI;var j6={};j6.LocalWeekYearParser=void 0;var kI=z0,fi=pe,qI=o1,P3=s1;class KI extends qI.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,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,s){const o=(0,kI.getWeekYear)(n,s);if(c.isTwoDigitYear){const d=(0,P3.normalizeTwoDigitYear)(c.year,o);return n.setFullYear(d,0,s.firstWeekContainsDate),n.setHours(0,0,0,0),(0,fi.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,fi.startOfWeek)(n,s)}}j6.LocalWeekYearParser=KI;var y6={};y6.ISOWeekYearParser=void 0;var GI=je,QI=J,JI=o1,pi=s1;class XI extends JI.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,pi.parseNDigitsSigned)(4,n):(0,pi.parseNDigitsSigned)(i.length,n)}set(n,i,c){const s=(0,QI.constructFrom)(n,0);return s.setFullYear(c,0,4),s.setHours(0,0,0,0),(0,GI.startOfISOWeek)(s)}}y6.ISOWeekYearParser=XI;var _6={};_6.ExtendedYearParser=void 0;var eM=o1,vi=s1;class tM extends eM.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,vi.parseNDigitsSigned)(4,n):(0,vi.parseNDigitsSigned)(i.length,n)}set(n,i,c){return n.setFullYear(c,0,1),n.setHours(0,0,0,0),n}}_6.ExtendedYearParser=tM;var w6={};w6.QuarterParser=void 0;var nM=o1,aM=s1;class rM 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,aM.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}}w6.QuarterParser=rM;var S6={};S6.StandAloneQuarterParser=void 0;var iM=o1,cM=s1;class sM extends iM.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,cM.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}}S6.StandAloneQuarterParser=sM;var O6={};O6.MonthParser=void 0;var oM=F1,lM=o1,o0=s1;class dM extends lM.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,o0.mapValue)((0,o0.parseNumericPattern)(oM.numericPatterns.month,n),s);case"MM":return(0,o0.mapValue)((0,o0.parseNDigits)(2,n),s);case"Mo":return(0,o0.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}}O6.MonthParser=dM;var C6={};C6.StandAloneMonthParser=void 0;var uM=F1,hM=o1,l0=s1;class mM extends hM.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,l0.mapValue)((0,l0.parseNumericPattern)(uM.numericPatterns.month,n),s);case"LL":return(0,l0.mapValue)((0,l0.parseNDigits)(2,n),s);case"Lo":return(0,l0.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}}C6.StandAloneMonthParser=mM;var D6={},$6={};$6.setWeek=pM;var fM=pt,gi=T;function pM(e,t,n){const i=(0,gi.toDate)(e,n==null?void 0:n.in),c=(0,fM.getWeek)(i,n)-t;return i.setDate(i.getDate()-c*7),(0,gi.toDate)(i,n==null?void 0:n.in)}D6.LocalWeekParser=void 0;var vM=$6,gM=pe,xM=F1,bM=o1,xi=s1;class jM extends bM.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,xi.parseNumericPattern)(xM.numericPatterns.week,n);case"wo":return c.ordinalNumber(n,{unit:"week"});default:return(0,xi.parseNDigits)(i.length,n)}}validate(n,i){return i>=1&&i<=53}set(n,i,c,s){return(0,gM.startOfWeek)((0,vM.setWeek)(n,c,s),s)}}D6.LocalWeekParser=jM;var T6={},P6={};P6.setISOWeek=wM;var yM=ft,_M=T;function wM(e,t,n){const i=(0,_M.toDate)(e,n==null?void 0:n.in),c=(0,yM.getISOWeek)(i,n)-t;return i.setDate(i.getDate()-c*7),i}T6.ISOWeekParser=void 0;var SM=P6,OM=je,CM=F1,DM=o1,bi=s1;class $M extends DM.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,bi.parseNumericPattern)(CM.numericPatterns.week,n);case"Io":return c.ordinalNumber(n,{unit:"week"});default:return(0,bi.parseNDigits)(i.length,n)}}validate(n,i){return i>=1&&i<=53}set(n,i,c){return(0,OM.startOfISOWeek)((0,SM.setISOWeek)(n,c))}}T6.ISOWeekParser=$M;var E6={};E6.DateParser=void 0;var TM=F1,PM=o1,sr=s1;const EM=[31,28,31,30,31,30,31,31,30,31,30,31],ZM=[31,29,31,30,31,30,31,31,30,31,30,31];class IM extends PM.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,sr.parseNumericPattern)(TM.numericPatterns.date,n);case"do":return c.ordinalNumber(n,{unit:"date"});default:return(0,sr.parseNDigits)(i.length,n)}}validate(n,i){const c=n.getFullYear(),s=(0,sr.isLeapYearIndex)(c),o=n.getMonth();return s?i>=1&&i<=ZM[o]:i>=1&&i<=EM[o]}set(n,i,c){return n.setDate(c),n.setHours(0,0,0,0),n}}E6.DateParser=IM;var Z6={};Z6.DayOfYearParser=void 0;var MM=F1,AM=o1,or=s1;class FM extends AM.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,or.parseNumericPattern)(MM.numericPatterns.dayOfYear,n);case"Do":return c.ordinalNumber(n,{unit:"date"});default:return(0,or.parseNDigits)(i.length,n)}}validate(n,i){const c=n.getFullYear();return(0,or.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}}Z6.DayOfYearParser=FM;var I6={},H0={};H0.setDay=NM;var RM=U1,VM=be,LM=T;function NM(e,t,n){var v,g,p,x;const i=(0,RM.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,LM.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,VM.addDays)(s,f,n)}I6.DayParser=void 0;var WM=H0,zM=o1;class BM extends zM.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,WM.setDay)(n,c,s),n.setHours(0,0,0,0),n}}I6.DayParser=BM;var M6={};M6.LocalDayParser=void 0;var YM=H0,HM=o1,lr=s1;class UM extends HM.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,lr.mapValue)((0,lr.parseNDigits)(i.length,n),o);case"eo":return(0,lr.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,YM.setDay)(n,c,s),n.setHours(0,0,0,0),n}}M6.LocalDayParser=UM;var A6={};A6.StandAloneLocalDayParser=void 0;var kM=H0,qM=o1,dr=s1;class KM extends qM.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,dr.mapValue)((0,dr.parseNDigits)(i.length,n),o);case"co":return(0,dr.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,kM.setDay)(n,c,s),n.setHours(0,0,0,0),n}}A6.StandAloneLocalDayParser=KM;var F6={},R6={};R6.setISODay=XM;var GM=be,QM=h6,JM=T;function XM(e,t,n){const i=(0,JM.toDate)(e,n==null?void 0:n.in),c=(0,QM.getISODay)(i,n),s=t-c;return(0,GM.addDays)(i,s,n)}F6.ISODayParser=void 0;var eA=R6,tA=o1,d0=s1;class nA extends tA.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,d0.parseNDigits)(i.length,n);case"io":return c.ordinalNumber(n,{unit:"day"});case"iii":return(0,d0.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,d0.mapValue)(c.day(n,{width:"narrow",context:"formatting"}),s);case"iiiiii":return(0,d0.mapValue)(c.day(n,{width:"short",context:"formatting"})||c.day(n,{width:"narrow",context:"formatting"}),s);case"iiii":default:return(0,d0.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,eA.setISODay)(n,c),n.setHours(0,0,0,0),n}}F6.ISODayParser=nA;var V6={};V6.AMPMParser=void 0;var aA=o1,rA=s1;class iA extends aA.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,rA.dayPeriodEnumToHours)(c),0,0,0),n}}V6.AMPMParser=iA;var L6={};L6.AMPMMidnightParser=void 0;var cA=o1,sA=s1;class oA extends cA.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,sA.dayPeriodEnumToHours)(c),0,0,0),n}}L6.AMPMMidnightParser=oA;var N6={};N6.DayPeriodParser=void 0;var lA=o1,dA=s1;class uA extends lA.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,dA.dayPeriodEnumToHours)(c),0,0,0),n}}N6.DayPeriodParser=uA;var W6={};W6.Hour1to12Parser=void 0;var hA=F1,mA=o1,ji=s1;class fA extends mA.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,ji.parseNumericPattern)(hA.numericPatterns.hour12h,n);case"ho":return c.ordinalNumber(n,{unit:"hour"});default:return(0,ji.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}}W6.Hour1to12Parser=fA;var z6={};z6.Hour0to23Parser=void 0;var pA=F1,vA=o1,yi=s1;class gA extends vA.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,yi.parseNumericPattern)(pA.numericPatterns.hour23h,n);case"Ho":return c.ordinalNumber(n,{unit:"hour"});default:return(0,yi.parseNDigits)(i.length,n)}}validate(n,i){return i>=0&&i<=23}set(n,i,c){return n.setHours(c,0,0,0),n}}z6.Hour0to23Parser=gA;var B6={};B6.Hour0To11Parser=void 0;var xA=F1,bA=o1,_i=s1;class jA extends bA.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,_i.parseNumericPattern)(xA.numericPatterns.hour11h,n);case"Ko":return c.ordinalNumber(n,{unit:"hour"});default:return(0,_i.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}}B6.Hour0To11Parser=jA;var Y6={};Y6.Hour1To24Parser=void 0;var yA=F1,_A=o1,wi=s1;class wA extends _A.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,wi.parseNumericPattern)(yA.numericPatterns.hour24h,n);case"ko":return c.ordinalNumber(n,{unit:"hour"});default:return(0,wi.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}}Y6.Hour1To24Parser=wA;var H6={};H6.MinuteParser=void 0;var SA=F1,OA=o1,Si=s1;class CA extends OA.Parser{constructor(){super(...arguments);k(this,"priority",60);k(this,"incompatibleTokens",["t","T"])}parse(n,i,c){switch(i){case"m":return(0,Si.parseNumericPattern)(SA.numericPatterns.minute,n);case"mo":return c.ordinalNumber(n,{unit:"minute"});default:return(0,Si.parseNDigits)(i.length,n)}}validate(n,i){return i>=0&&i<=59}set(n,i,c){return n.setMinutes(c,0,0),n}}H6.MinuteParser=CA;var U6={};U6.SecondParser=void 0;var DA=F1,$A=o1,Oi=s1;class TA extends $A.Parser{constructor(){super(...arguments);k(this,"priority",50);k(this,"incompatibleTokens",["t","T"])}parse(n,i,c){switch(i){case"s":return(0,Oi.parseNumericPattern)(DA.numericPatterns.second,n);case"so":return c.ordinalNumber(n,{unit:"second"});default:return(0,Oi.parseNDigits)(i.length,n)}}validate(n,i){return i>=0&&i<=59}set(n,i,c){return n.setSeconds(c,0),n}}U6.SecondParser=TA;var k6={};k6.FractionOfSecondParser=void 0;var PA=o1,Ci=s1;class EA extends PA.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,Ci.mapValue)((0,Ci.parseNDigits)(i.length,n),c)}set(n,i,c){return n.setMilliseconds(c),n}}k6.FractionOfSecondParser=EA;var q6={};q6.ISOTimezoneWithZParser=void 0;var ZA=J,IA=Me,u0=F1,MA=o1,h0=s1;class AA extends MA.Parser{constructor(){super(...arguments);k(this,"priority",10);k(this,"incompatibleTokens",["t","T","x"])}parse(n,i){switch(i){case"X":return(0,h0.parseTimezonePattern)(u0.timezonePatterns.basicOptionalMinutes,n);case"XX":return(0,h0.parseTimezonePattern)(u0.timezonePatterns.basic,n);case"XXXX":return(0,h0.parseTimezonePattern)(u0.timezonePatterns.basicOptionalSeconds,n);case"XXXXX":return(0,h0.parseTimezonePattern)(u0.timezonePatterns.extendedOptionalSeconds,n);case"XXX":default:return(0,h0.parseTimezonePattern)(u0.timezonePatterns.extended,n)}}set(n,i,c){return i.timestampIsSet?n:(0,ZA.constructFrom)(n,n.getTime()-(0,IA.getTimezoneOffsetInMilliseconds)(n)-c)}}q6.ISOTimezoneWithZParser=AA;var K6={};K6.ISOTimezoneParser=void 0;var FA=J,RA=Me,m0=F1,VA=o1,f0=s1;class LA extends VA.Parser{constructor(){super(...arguments);k(this,"priority",10);k(this,"incompatibleTokens",["t","T","X"])}parse(n,i){switch(i){case"x":return(0,f0.parseTimezonePattern)(m0.timezonePatterns.basicOptionalMinutes,n);case"xx":return(0,f0.parseTimezonePattern)(m0.timezonePatterns.basic,n);case"xxxx":return(0,f0.parseTimezonePattern)(m0.timezonePatterns.basicOptionalSeconds,n);case"xxxxx":return(0,f0.parseTimezonePattern)(m0.timezonePatterns.extendedOptionalSeconds,n);case"xxx":default:return(0,f0.parseTimezonePattern)(m0.timezonePatterns.extended,n)}}set(n,i,c){return i.timestampIsSet?n:(0,FA.constructFrom)(n,n.getTime()-(0,RA.getTimezoneOffsetInMilliseconds)(n)-c)}}K6.ISOTimezoneParser=LA;var G6={};G6.TimestampSecondsParser=void 0;var NA=J,WA=o1,zA=s1;class BA extends WA.Parser{constructor(){super(...arguments);k(this,"priority",40);k(this,"incompatibleTokens","*")}parse(n){return(0,zA.parseAnyDigitsSigned)(n)}set(n,i,c){return[(0,NA.constructFrom)(n,c*1e3),{timestampIsSet:!0}]}}G6.TimestampSecondsParser=BA;var Q6={};Q6.TimestampMillisecondsParser=void 0;var YA=J,HA=o1,UA=s1;class kA extends HA.Parser{constructor(){super(...arguments);k(this,"priority",20);k(this,"incompatibleTokens","*")}parse(n){return(0,UA.parseAnyDigitsSigned)(n)}set(n,i,c){return[(0,YA.constructFrom)(n,c),{timestampIsSet:!0}]}}Q6.TimestampMillisecondsParser=kA;g6.parsers=void 0;var qA=x6,KA=b6,GA=j6,QA=y6,JA=_6,XA=w6,eF=S6,tF=O6,nF=C6,aF=D6,rF=T6,iF=E6,cF=Z6,sF=I6,oF=M6,lF=A6,dF=F6,uF=V6,hF=L6,mF=N6,fF=W6,pF=z6,vF=B6,gF=Y6,xF=H6,bF=U6,jF=k6,yF=q6,_F=K6,wF=G6,SF=Q6;g6.parsers={G:new qA.EraParser,y:new KA.YearParser,Y:new GA.LocalWeekYearParser,R:new QA.ISOWeekYearParser,u:new JA.ExtendedYearParser,Q:new XA.QuarterParser,q:new eF.StandAloneQuarterParser,M:new tF.MonthParser,L:new nF.StandAloneMonthParser,w:new aF.LocalWeekParser,I:new rF.ISOWeekParser,d:new iF.DateParser,D:new cF.DayOfYearParser,E:new sF.DayParser,e:new oF.LocalDayParser,c:new lF.StandAloneLocalDayParser,i:new dF.ISODayParser,a:new uF.AMPMParser,b:new hF.AMPMMidnightParser,B:new mF.DayPeriodParser,h:new fF.Hour1to12Parser,H:new pF.Hour0to23Parser,K:new vF.Hour0To11Parser,k:new gF.Hour1To24Parser,m:new xF.MinuteParser,s:new bF.SecondParser,S:new jF.FractionOfSecondParser,X:new yF.ISOTimezoneWithZParser,x:new _F.ISOTimezoneParser,t:new wF.TimestampSecondsParser,T:new SF.TimestampMillisecondsParser};(function(e){Object.defineProperty(e,"longFormatters",{enumerable:!0,get:function(){return n.longFormatters}}),e.parse=y,Object.defineProperty(e,"parsers",{enumerable:!0,get:function(){return d.parsers}});var t=w3,n=xt,i=B0,c=J,s=u6,o=T,l=ke,d=g6;const m=/[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g,f=/P+p+|P+|p+|''|'(''|[^'])+('|$)|./g,v=/^'([^]*?)'?$/,g=/''/g,p=/\S/,x=/[a-zA-Z]/;function y(b,S,P,C){var E,w,j,R,G,q,d1,u1;const D=()=>(0,c.constructFrom)((C==null?void 0:C.in)||P,NaN),Z=(0,s.getDefaultOptions)(),O=(C==null?void 0:C.locale)??Z.locale??t.defaultLocale,W=(C==null?void 0:C.firstWeekContainsDate)??((w=(E=C==null?void 0:C.locale)==null?void 0:E.options)==null?void 0:w.firstWeekContainsDate)??Z.firstWeekContainsDate??((R=(j=Z.locale)==null?void 0:j.options)==null?void 0:R.firstWeekContainsDate)??1,z=(C==null?void 0:C.weekStartsOn)??((q=(G=C==null?void 0:C.locale)==null?void 0:G.options)==null?void 0:q.weekStartsOn)??Z.weekStartsOn??((u1=(d1=Z.locale)==null?void 0:d1.options)==null?void 0:u1.weekStartsOn)??0;if(!S)return b?D():(0,o.toDate)(P,C==null?void 0:C.in);const V={firstWeekContainsDate:W,weekStartsOn:z,locale:O},I=[new l.DateTimezoneSetter(C==null?void 0:C.in,P)],U=S.match(f).map(Q=>{const t1=Q[0];if(t1 in n.longFormatters){const a1=n.longFormatters[t1];return a1(Q,O.formatLong)}return Q}).join("").match(m),K=[];for(let Q of U){!(C!=null&&C.useAdditionalWeekYearTokens)&&(0,i.isProtectedWeekYearToken)(Q)&&(0,i.warnOrThrowProtectedError)(Q,S,b),!(C!=null&&C.useAdditionalDayOfYearTokens)&&(0,i.isProtectedDayOfYearToken)(Q)&&(0,i.warnOrThrowProtectedError)(Q,S,b);const t1=Q[0],a1=d.parsers[t1];if(a1){const{incompatibleTokens:r1}=a1;if(Array.isArray(r1)){const v1=K.find(g1=>r1.includes(g1.token)||g1.token===t1);if(v1)throw new RangeError(`The format string mustn't contain \`${v1.fullToken}\` and \`${Q}\` at the same time`)}else if(a1.incompatibleTokens==="*"&&K.length>0)throw new RangeError(`The format string mustn't contain \`${Q}\` and any other token at the same time`);K.push({token:t1,fullToken:Q});const n1=a1.run(b,Q,O.match,V);if(!n1)return D();I.push(n1.setter),b=n1.rest}else{if(t1.match(x))throw new RangeError("Format string contains an unescaped latin alphabet character `"+t1+"`");if(Q==="''"?Q="'":t1==="'"&&(Q=_(Q)),b.indexOf(Q)===0)b=b.slice(Q.length);else return D()}}if(b.length>0&&p.test(b))return D();const M=I.map(Q=>Q.priority).sort((Q,t1)=>t1-Q).filter((Q,t1,a1)=>a1.indexOf(Q)===t1).map(Q=>I.filter(t1=>t1.priority===Q).sort((t1,a1)=>a1.subPriority-t1.subPriority)).map(Q=>Q[0]);let B=(0,o.toDate)(P,C==null?void 0:C.in);if(isNaN(+B))return D();const H={};for(const Q of M){if(!Q.validate(B,V))return D();const t1=Q.set(B,H,V);Array.isArray(t1)?(B=t1[0],Object.assign(H,t1[1])):B=t1}return B}function _(b){return b.match(v)[1].replace(g,"'")}})(f6);io.isMatch=DF;var OF=Ae,CF=f6;function DF(e,t,n){return(0,OF.isValid)((0,CF.parse)(e,t,new Date,n))}var co={};co.isMonday=TF;var $F=T;function TF(e,t){return(0,$F.toDate)(e,t==null?void 0:t.in).getDay()===1}var so={};so.isPast=EF;var PF=T;function EF(e){return+(0,PF.toDate)(e)<Date.now()}var J6={},X6={};X6.startOfHour=IF;var ZF=T;function IF(e,t){const n=(0,ZF.toDate)(e,t==null?void 0:t.in);return n.setMinutes(0,0,0),n}J6.isSameHour=AF;var MF=h1,Di=X6;function AF(e,t,n){const[i,c]=(0,MF.normalizeDates)(n==null?void 0:n.in,e,t);return+(0,Di.startOfHour)(i)==+(0,Di.startOfHour)(c)}var e8={},bt={};bt.isSameWeek=RF;var FF=h1,$i=pe;function RF(e,t,n){const[i,c]=(0,FF.normalizeDates)(n==null?void 0:n.in,e,t);return+(0,$i.startOfWeek)(i,n)==+(0,$i.startOfWeek)(c,n)}e8.isSameISOWeek=LF;var VF=bt;function LF(e,t,n){return(0,VF.isSameWeek)(e,t,{...n,weekStartsOn:1})}var oo={};oo.isSameISOWeekYear=WF;var Ti=t0,NF=h1;function WF(e,t,n){const[i,c]=(0,NF.normalizeDates)(n==null?void 0:n.in,e,t);return+(0,Ti.startOfISOWeekYear)(i)==+(0,Ti.startOfISOWeekYear)(c)}var t8={},n8={};n8.startOfMinute=BF;var zF=T;function BF(e,t){const n=(0,zF.toDate)(e,t==null?void 0:t.in);return n.setSeconds(0,0),n}t8.isSameMinute=YF;var Pi=n8;function YF(e,t){return+(0,Pi.startOfMinute)(e)==+(0,Pi.startOfMinute)(t)}var a8={};a8.isSameMonth=UF;var HF=h1;function UF(e,t,n){const[i,c]=(0,HF.normalizeDates)(n==null?void 0:n.in,e,t);return i.getFullYear()===c.getFullYear()&&i.getMonth()===c.getMonth()}var r8={};r8.isSameQuarter=qF;var kF=h1,Ei=ut;function qF(e,t,n){const[i,c]=(0,kF.normalizeDates)(n==null?void 0:n.in,e,t);return+(0,Ei.startOfQuarter)(i)==+(0,Ei.startOfQuarter)(c)}var i8={},c8={};c8.startOfSecond=GF;var KF=T;function GF(e,t){const n=(0,KF.toDate)(e,t==null?void 0:t.in);return n.setMilliseconds(0),n}i8.isSameSecond=QF;var Zi=c8;function QF(e,t){return+(0,Zi.startOfSecond)(e)==+(0,Zi.startOfSecond)(t)}var s8={};s8.isSameYear=XF;var JF=h1;function XF(e,t,n){const[i,c]=(0,JF.normalizeDates)(n==null?void 0:n.in,e,t);return i.getFullYear()===c.getFullYear()}var lo={};lo.isThisHour=aR;var eR=R1,tR=J6,nR=T;function aR(e,t){return(0,tR.isSameHour)((0,nR.toDate)(e,t==null?void 0:t.in),(0,eR.constructNow)((t==null?void 0:t.in)||e))}var uo={};uo.isThisISOWeek=sR;var rR=J,iR=R1,cR=e8;function sR(e,t){return(0,cR.isSameISOWeek)((0,rR.constructFrom)((t==null?void 0:t.in)||e,e),(0,iR.constructNow)((t==null?void 0:t.in)||e))}var ho={};ho.isThisMinute=dR;var oR=R1,lR=t8;function dR(e){return(0,lR.isSameMinute)(e,(0,oR.constructNow)(e))}var mo={};mo.isThisMonth=fR;var uR=J,hR=R1,mR=a8;function fR(e,t){return(0,mR.isSameMonth)((0,uR.constructFrom)((t==null?void 0:t.in)||e,e),(0,hR.constructNow)((t==null?void 0:t.in)||e))}var fo={};fo.isThisQuarter=xR;var pR=J,vR=R1,gR=r8;function xR(e,t){return(0,gR.isSameQuarter)((0,pR.constructFrom)((t==null?void 0:t.in)||e,e),(0,vR.constructNow)((t==null?void 0:t.in)||e))}var po={};po.isThisSecond=yR;var bR=R1,jR=i8;function yR(e){return(0,jR.isSameSecond)(e,(0,bR.constructNow)(e))}var vo={};vo.isThisWeek=OR;var _R=J,wR=R1,SR=bt;function OR(e,t){return(0,SR.isSameWeek)((0,_R.constructFrom)((t==null?void 0:t.in)||e,e),(0,wR.constructNow)((t==null?void 0:t.in)||e),t)}var go={};go.isThisYear=TR;var CR=J,DR=R1,$R=s8;function TR(e,t){return(0,$R.isSameYear)((0,CR.constructFrom)((t==null?void 0:t.in)||e,e),(0,DR.constructNow)((t==null?void 0:t.in)||e))}var xo={};xo.isThursday=ER;var PR=T;function ER(e,t){return(0,PR.toDate)(e,t==null?void 0:t.in).getDay()===4}var bo={};bo.isToday=AR;var ZR=J,IR=R1,MR=n0;function AR(e,t){return(0,MR.isSameDay)((0,ZR.constructFrom)((t==null?void 0:t.in)||e,e),(0,IR.constructNow)((t==null?void 0:t.in)||e))}var jo={};jo.isTomorrow=LR;var FR=be,RR=R1,VR=n0;function LR(e,t){return(0,VR.isSameDay)(e,(0,FR.addDays)((0,RR.constructNow)((t==null?void 0:t.in)||e),1),t)}var yo={};yo.isTuesday=WR;var NR=T;function WR(e,t){return(0,NR.toDate)(e,t==null?void 0:t.in).getDay()===2}var _o={};_o.isWednesday=BR;var zR=T;function BR(e,t){return(0,zR.toDate)(e,t==null?void 0:t.in).getDay()===3}var wo={};wo.isWithinInterval=YR;var ur=T;function YR(e,t,n){const i=+(0,ur.toDate)(e,n==null?void 0:n.in),[c,s]=[+(0,ur.toDate)(t.start,n==null?void 0:n.in),+(0,ur.toDate)(t.end,n==null?void 0:n.in)].sort((o,l)=>o-l);return i>=c&&i<=s}var So={},U0={};U0.subDays=UR;var HR=be;function UR(e,t,n){return(0,HR.addDays)(e,-t,n)}So.isYesterday=QR;var kR=J,qR=R1,KR=n0,GR=U0;function QR(e,t){return(0,KR.isSameDay)((0,kR.constructFrom)((t==null?void 0:t.in)||e,e),(0,GR.subDays)((0,qR.constructNow)((t==null?void 0:t.in)||e),1))}var Oo={};Oo.lastDayOfDecade=JR;var Ii=T;function JR(e,t){const n=(0,Ii.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,Ii.toDate)(n,t==null?void 0:t.in)}var Co={},o8={};o8.lastDayOfWeek=tV;var XR=U1,eV=T;function tV(e,t){var l,d,m,f;const n=(0,XR.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,eV.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}Co.lastDayOfISOWeek=aV;var nV=o8;function aV(e,t){return(0,nV.lastDayOfWeek)(e,{...t,weekStartsOn:1})}var Do={};Do.lastDayOfISOWeekYear=sV;var rV=J,iV=Je,cV=je;function sV(e,t){const n=(0,iV.getISOWeekYear)(e,t),i=(0,rV.constructFrom)((t==null?void 0:t.in)||e,0);i.setFullYear(n+1,0,4),i.setHours(0,0,0,0);const c=(0,cV.startOfISOWeek)(i,t);return c.setDate(c.getDate()-1),c}var $o={};$o.lastDayOfQuarter=lV;var oV=T;function lV(e,t){const n=(0,oV.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 To={};To.lastDayOfYear=uV;var dV=T;function uV(e,t){const n=(0,dV.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 Po={};(function(e){e.lightFormat=d,Object.defineProperty(e,"lightFormatters",{enumerable:!0,get:function(){return t.lightFormatters}});var t=gt,n=Ae,i=T;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(y=>{if(y==="''")return"'";const _=y[0];if(_==="'")return m(y);const b=t.lightFormatters[_];if(b)return b(g,y);if(_.match(l))throw new RangeError("Format string contains an unescaped latin alphabet character `"+_+"`");return y}).join(""):""}function m(f){const v=f.match(s);return v?v[1].replace(o,"'"):f}})(Po);var Eo={};Eo.milliseconds=hV;var Mi=L;function hV({years:e,months:t,weeks:n,days:i,hours:c,minutes:s,seconds:o}){let l=0;e&&(l+=e*Mi.daysInYear),t&&(l+=t*(Mi.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 Zo={};Zo.millisecondsToHours=fV;var mV=L;function fV(e){const t=e/mV.millisecondsInHour;return Math.trunc(t)}var Io={};Io.millisecondsToMinutes=vV;var pV=L;function vV(e){const t=e/pV.millisecondsInMinute;return Math.trunc(t)}var Mo={};Mo.millisecondsToSeconds=xV;var gV=L;function xV(e){const t=e/gV.millisecondsInSecond;return Math.trunc(t)}var Ao={};Ao.minutesToHours=jV;var bV=L;function jV(e){const t=e/bV.minutesInHour;return Math.trunc(t)}var Fo={};Fo.minutesToMilliseconds=_V;var yV=L;function _V(e){return Math.trunc(e*yV.millisecondsInMinute)}var Ro={};Ro.minutesToSeconds=SV;var wV=L;function SV(e){return Math.trunc(e*wV.secondsInMinute)}var Vo={};Vo.monthsToQuarters=CV;var OV=L;function CV(e){const t=e/OV.monthsInQuarter;return Math.trunc(t)}var Lo={};Lo.monthsToYears=$V;var DV=L;function $V(e){const t=e/DV.monthsInYear;return Math.trunc(t)}var Re={};Re.nextDay=EV;var TV=be,PV=Y0;function EV(e,t,n){let i=t-(0,PV.getDay)(e,n);return i<=0&&(i+=7),(0,TV.addDays)(e,i,n)}var No={};No.nextFriday=IV;var ZV=Re;function IV(e,t){return(0,ZV.nextDay)(e,5,t)}var Wo={};Wo.nextMonday=AV;var MV=Re;function AV(e,t){return(0,MV.nextDay)(e,1,t)}var zo={};zo.nextSaturday=RV;var FV=Re;function RV(e,t){return(0,FV.nextDay)(e,6,t)}var Bo={};Bo.nextSunday=LV;var VV=Re;function LV(e,t){return(0,VV.nextDay)(e,0,t)}var Yo={};Yo.nextThursday=WV;var NV=Re;function WV(e,t){return(0,NV.nextDay)(e,4,t)}var Ho={};Ho.nextTuesday=BV;var zV=Re;function BV(e,t){return(0,zV.nextDay)(e,2,t)}var Uo={};Uo.nextWednesday=HV;var YV=Re;function HV(e,t){return(0,YV.nextDay)(e,3,t)}var ko={};ko.parseISO=kV;var O2=L,UV=J,Ai=T;function kV(e,t){const n=()=>(0,UV.constructFrom)(t==null?void 0:t.in,NaN),i=(t==null?void 0:t.additionalDigits)??2,c=QV(e);let s;if(c.date){const m=JV(c.date,i);s=XV(m.restDateString,m.year)}if(!s||isNaN(+s))return n();const o=+s;let l=0,d;if(c.time&&(l=eL(c.time),isNaN(l)))return n();if(c.timezone){if(d=tL(c.timezone),isNaN(d))return n()}else{const m=new Date(o+l),f=(0,Ai.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,Ai.toDate)(o+l+d,t==null?void 0:t.in)}const i2={dateTimeDelimiter:/[T ]/,timeZoneDelimiter:/[Z ]/i,timezone:/([Z+-].*)$/},qV=/^-?(?:(\d{3})|(\d{2})(?:-?(\d{2}))?|W(\d{2})(?:-?(\d{1}))?|)$/,KV=/^(\d{2}(?:[.,]\d*)?)(?::?(\d{2}(?:[.,]\d*)?))?(?::?(\d{2}(?:[.,]\d*)?))?$/,GV=/^([+-])(\d{2})(?::?(\d{2}))?$/;function QV(e){const t={},n=e.split(i2.dateTimeDelimiter);let i;if(n.length>2)return t;if(/:/.test(n[0])?i=n[0]:(t.date=n[0],i=n[1],i2.timeZoneDelimiter.test(t.date)&&(t.date=e.split(i2.timeZoneDelimiter)[0],i=e.substr(t.date.length,e.length))),i){const c=i2.timezone.exec(i);c?(t.time=i.replace(c[1],""),t.timezone=c[1]):t.time=i}return t}function JV(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 XV(e,t){if(t===null)return new Date(NaN);const n=e.match(qV);if(!n)return new Date(NaN);const i=!!n[4],c=p0(n[1]),s=p0(n[2])-1,o=p0(n[3]),l=p0(n[4]),d=p0(n[5])-1;if(i)return cL(t,l,d)?nL(t,l,d):new Date(NaN);{const m=new Date(0);return!rL(t,s,o)||!iL(t,c)?new Date(NaN):(m.setUTCFullYear(t,s,Math.max(c,o)),m)}}function p0(e){return e?parseInt(e):1}function eL(e){const t=e.match(KV);if(!t)return NaN;const n=hr(t[1]),i=hr(t[2]),c=hr(t[3]);return sL(n,i,c)?n*O2.millisecondsInHour+i*O2.millisecondsInMinute+c*1e3:NaN}function hr(e){return e&&parseFloat(e.replace(",","."))||0}function tL(e){if(e==="Z")return 0;const t=e.match(GV);if(!t)return 0;const n=t[1]==="+"?-1:1,i=parseInt(t[2]),c=t[3]&&parseInt(t[3])||0;return oL(i,c)?n*(i*O2.millisecondsInHour+c*O2.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 aL=[31,null,31,30,31,30,31,31,30,31,30,31];function qo(e){return e%400===0||e%4===0&&e%100!==0}function rL(e,t,n){return t>=0&&t<=11&&n>=1&&n<=(aL[t]||(qo(e)?29:28))}function iL(e,t){return t>=1&&t<=(qo(e)?366:365)}function cL(e,t,n){return t>=1&&t<=53&&n>=0&&n<=6}function sL(e,t,n){return e===24?t===0&&n===0:n>=0&&n<60&&t>=0&&t<60&&e>=0&&e<25}function oL(e,t){return t>=0&&t<=59}var Ko={};Ko.parseJSON=lL;var Fi=T;function lL(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,Fi.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,Fi.toDate)(NaN,t==null?void 0:t.in)}var Ve={};Ve.previousDay=hL;var dL=Y0,uL=U0;function hL(e,t,n){let i=(0,dL.getDay)(e,n)-t;return i<=0&&(i+=7),(0,uL.subDays)(e,i,n)}var Go={};Go.previousFriday=fL;var mL=Ve;function fL(e,t){return(0,mL.previousDay)(e,5,t)}var Qo={};Qo.previousMonday=vL;var pL=Ve;function vL(e,t){return(0,pL.previousDay)(e,1,t)}var Jo={};Jo.previousSaturday=xL;var gL=Ve;function xL(e,t){return(0,gL.previousDay)(e,6,t)}var Xo={};Xo.previousSunday=jL;var bL=Ve;function jL(e,t){return(0,bL.previousDay)(e,0,t)}var el={};el.previousThursday=_L;var yL=Ve;function _L(e,t){return(0,yL.previousDay)(e,4,t)}var tl={};tl.previousTuesday=SL;var wL=Ve;function SL(e,t){return(0,wL.previousDay)(e,2,t)}var nl={};nl.previousWednesday=CL;var OL=Ve;function CL(e,t){return(0,OL.previousDay)(e,3,t)}var al={};al.quartersToMonths=$L;var DL=L;function $L(e){return Math.trunc(e*DL.monthsInQuarter)}var rl={};rl.quartersToYears=PL;var TL=L;function PL(e){const t=e/TL.quartersInYear;return Math.trunc(t)}var il={};il.roundToNearestHours=ML;var EL=Fe,ZL=J,IL=T;function ML(e,t){const n=(t==null?void 0:t.nearestTo)??1;if(n<1||n>12)return(0,ZL.constructFrom)((t==null?void 0:t.in)||e,NaN);const i=(0,IL.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,EL.getRoundingMethod)(d)(l/n)*n;return i.setHours(f,0,0,0),i}var cl={};cl.roundToNearestMinutes=VL;var AL=Fe,FL=J,RL=T;function VL(e,t){const n=(t==null?void 0:t.nearestTo)??1;if(n<1||n>30)return(0,FL.constructFrom)(e,NaN);const i=(0,RL.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,AL.getRoundingMethod)(l)(o/n)*n;return i.setMinutes(m,0,0),i}var sl={};sl.secondsToHours=NL;var LL=L;function NL(e){const t=e/LL.secondsInHour;return Math.trunc(t)}var ol={};ol.secondsToMilliseconds=zL;var WL=L;function zL(e){return e*WL.millisecondsInSecond}var ll={};ll.secondsToMinutes=YL;var BL=L;function YL(e){const t=e/BL.secondsInMinute;return Math.trunc(t)}var dl={},jt={};jt.setMonth=qL;var HL=J,UL=l6,kL=T;function qL(e,t,n){const i=(0,kL.toDate)(e,n==null?void 0:n.in),c=i.getFullYear(),s=i.getDate(),o=(0,HL.constructFrom)((n==null?void 0:n.in)||e,0);o.setFullYear(c,t,15),o.setHours(0,0,0,0);const l=(0,UL.getDaysInMonth)(o);return i.setMonth(t,Math.min(s,l)),i}dl.set=JL;var KL=J,GL=jt,QL=T;function JL(e,t,n){let i=(0,QL.toDate)(e,n==null?void 0:n.in);return isNaN(+i)?(0,KL.constructFrom)((n==null?void 0:n.in)||e,NaN):(t.year!=null&&i.setFullYear(t.year),t.month!=null&&(i=(0,GL.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 ul={};ul.setDate=eN;var XL=T;function eN(e,t,n){const i=(0,XL.toDate)(e,n==null?void 0:n.in);return i.setDate(t),i}var hl={};hl.setDayOfYear=nN;var tN=T;function nN(e,t,n){const i=(0,tN.toDate)(e,n==null?void 0:n.in);return i.setMonth(0),i.setDate(t),i}var ml={};ml.setDefaultOptions=aN;var Ri=U1;function aN(e){const t={},n=(0,Ri.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,Ri.setDefaultOptions)(t)}var fl={};fl.setHours=iN;var rN=T;function iN(e,t,n){const i=(0,rN.toDate)(e,n==null?void 0:n.in);return i.setHours(t),i}var pl={};pl.setMilliseconds=sN;var cN=T;function sN(e,t,n){const i=(0,cN.toDate)(e,n==null?void 0:n.in);return i.setMilliseconds(t),i}var vl={};vl.setMinutes=lN;var oN=T;function lN(e,t,n){const i=(0,oN.toDate)(e,n==null?void 0:n.in);return i.setMinutes(t),i}var gl={};gl.setQuarter=hN;var dN=jt,uN=T;function hN(e,t,n){const i=(0,uN.toDate)(e,n==null?void 0:n.in),c=Math.trunc(i.getMonth()/3)+1,s=t-c;return(0,dN.setMonth)(i,i.getMonth()+s*3)}var xl={};xl.setSeconds=fN;var mN=T;function fN(e,t,n){const i=(0,mN.toDate)(e,n==null?void 0:n.in);return i.setSeconds(t),i}var bl={};bl.setWeekYear=bN;var pN=U1,vN=J,gN=Ie,Vi=vt,xN=T;function bN(e,t,n){var d,m,f,v;const i=(0,pN.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,gN.differenceInCalendarDays)((0,xN.toDate)(e,n==null?void 0:n.in),(0,Vi.startOfWeekYear)(e,n),n),o=(0,vN.constructFrom)((n==null?void 0:n.in)||e,0);o.setFullYear(t,0,c),o.setHours(0,0,0,0);const l=(0,Vi.startOfWeekYear)(o,n);return l.setDate(l.getDate()+s),l}var jl={};jl.setYear=_N;var jN=J,yN=T;function _N(e,t,n){const i=(0,yN.toDate)(e,n==null?void 0:n.in);return isNaN(+i)?(0,jN.constructFrom)((n==null?void 0:n.in)||e,NaN):(i.setFullYear(t),i)}var yl={};yl.startOfDecade=SN;var wN=T;function SN(e,t){const n=(0,wN.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 _l={};_l.startOfToday=CN;var ON=R0;function CN(e){return(0,ON.startOfDay)(Date.now(),e)}var wl={};wl.startOfTomorrow=TN;var DN=J,$N=R1;function TN(e){const t=(0,$N.constructNow)(e==null?void 0:e.in),n=t.getFullYear(),i=t.getMonth(),c=t.getDate(),s=(0,DN.constructFrom)(e==null?void 0:e.in,0);return s.setFullYear(n,i,c+1),s.setHours(0,0,0,0),s}var Sl={};Sl.startOfYesterday=PN;var Li=R1;function PN(e){const t=(0,Li.constructNow)(e==null?void 0:e.in),n=t.getFullYear(),i=t.getMonth(),c=t.getDate(),s=(0,Li.constructNow)(e==null?void 0:e.in);return s.setFullYear(n,i,c-1),s.setHours(0,0,0,0),s}var Ol={},l8={};l8.subMonths=ZN;var EN=e0;function ZN(e,t,n){return(0,EN.addMonths)(e,-t,n)}Ol.sub=FN;var IN=J,MN=U0,AN=l8;function FN(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,AN.subMonths)(e,c+i*12,n),v=(0,MN.subDays)(f,o+s*7,n),g=d+l*60,x=(m+g*60)*1e3;return(0,IN.constructFrom)((n==null?void 0:n.in)||e,+v-x)}var Cl={};Cl.subBusinessDays=VN;var RN=P5;function VN(e,t,n){return(0,RN.addBusinessDays)(e,-t,n)}var Dl={};Dl.subHours=NN;var LN=I5;function NN(e,t,n){return(0,LN.addHours)(e,-t,n)}var $l={};$l.subMilliseconds=zN;var WN=F0;function zN(e,t,n){return(0,WN.addMilliseconds)(e,-t,n)}var Tl={};Tl.subMinutes=YN;var BN=et;function YN(e,t,n){return(0,BN.addMinutes)(e,-t,n)}var Pl={};Pl.subQuarters=UN;var HN=tt;function UN(e,t,n){return(0,HN.addQuarters)(e,-t,n)}var El={};El.subSeconds=qN;var kN=F5;function qN(e,t,n){return(0,kN.addSeconds)(e,-t,n)}var Zl={};Zl.subWeeks=GN;var KN=V0;function GN(e,t,n){return(0,KN.addWeeks)(e,-t,n)}var Il={};Il.subYears=JN;var QN=R5;function JN(e,t,n){return(0,QN.addYears)(e,-t,n)}var Ml={};Ml.weeksToDays=eW;var XN=L;function eW(e){return Math.trunc(e*XN.daysInWeek)}var Al={};Al.yearsToDays=nW;var tW=L;function nW(e){return Math.trunc(e*tW.daysInYear)}var Fl={};Fl.yearsToMonths=rW;var aW=L;function rW(e){return Math.trunc(e*aW.monthsInYear)}var Rl={};Rl.yearsToQuarters=cW;var iW=L;function cW(e){return Math.trunc(e*iW.quartersInYear)}(function(e){var t=T5;Object.keys(t).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===t[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return t[a]}})});var n=P5;Object.keys(n).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===n[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return n[a]}})});var i=be;Object.keys(i).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===i[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return i[a]}})});var c=I5;Object.keys(c).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===c[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return c[a]}})});var s=M5;Object.keys(s).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===s[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return s[a]}})});var o=F0;Object.keys(o).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===o[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return o[a]}})});var l=et;Object.keys(l).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===l[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return l[a]}})});var d=e0;Object.keys(d).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===d[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return d[a]}})});var m=tt;Object.keys(m).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===m[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return m[a]}})});var f=F5;Object.keys(f).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===f[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return f[a]}})});var v=V0;Object.keys(v).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===v[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return v[a]}})});var g=R5;Object.keys(g).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===g[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return g[a]}})});var p=zs;Object.keys(p).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===p[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return p[a]}})});var x=Bs;Object.keys(x).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===x[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return x[a]}})});var y=N5;Object.keys(y).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===y[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return y[a]}})});var _=Ys;Object.keys(_).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===_[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return _[a]}})});var b=_3;Object.keys(b).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===b[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return b[a]}})});var S=Hs;Object.keys(S).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===S[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return S[a]}})});var P=J;Object.keys(P).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===P[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return P[a]}})});var C=R1;Object.keys(C).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===C[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return C[a]}})});var D=Us;Object.keys(D).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===D[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return D[a]}})});var Z=ks;Object.keys(Z).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===Z[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return Z[a]}})});var O=Ie;Object.keys(O).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===O[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return O[a]}})});var W=z5;Object.keys(W).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===W[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return W[a]}})});var z=qs;Object.keys(z).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===z[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return z[a]}})});var V=nt;Object.keys(V).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===V[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return V[a]}})});var I=B5;Object.keys(I).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===I[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return I[a]}})});var U=at;Object.keys(U).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===U[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return U[a]}})});var K=rt;Object.keys(K).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===K[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return K[a]}})});var M=it;Object.keys(M).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===M[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return M[a]}})});var B=ct;Object.keys(B).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===B[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return B[a]}})});var H=Ks;Object.keys(H).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===H[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return H[a]}})});var E=st;Object.keys(E).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===E[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return E[a]}})});var w=ot;Object.keys(w).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===w[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return w[a]}})});var j=L0;Object.keys(j).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===j[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return j[a]}})});var R=Gs;Object.keys(R).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===R[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return R[a]}})});var G=N0;Object.keys(G).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===G[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return G[a]}})});var q=Qs;Object.keys(q).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===q[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return q[a]}})});var d1=k5;Object.keys(d1).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===d1[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return d1[a]}})});var u1=q5;Object.keys(u1).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===u1[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return u1[a]}})});var Q=Js;Object.keys(Q).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===Q[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return Q[a]}})});var t1=Xs;Object.keys(t1).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===t1[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return t1[a]}})});var a1=e9;Object.keys(a1).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===a1[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return a1[a]}})});var r1=t9;Object.keys(r1).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===r1[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return r1[a]}})});var n1=n9;Object.keys(n1).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===n1[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return n1[a]}})});var v1=ht;Object.keys(v1).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===v1[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return v1[a]}})});var g1=a9;Object.keys(g1).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===g1[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return g1[a]}})});var C1=r9;Object.keys(C1).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===C1[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return C1[a]}})});var N=i9;Object.keys(N).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===N[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return N[a]}})});var I1=lt;Object.keys(I1).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===I1[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return I1[a]}})});var V1=c9;Object.keys(V1).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===V1[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return V1[a]}})});var N1=s9;Object.keys(N1).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===N1[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return N1[a]}})});var T1=o9;Object.keys(T1).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===T1[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return T1[a]}})});var L1=l9;Object.keys(L1).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===L1[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return L1[a]}})});var i1=d9;Object.keys(i1).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===i1[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return i1[a]}})});var k1=dt;Object.keys(k1).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===k1[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return k1[a]}})});var _e=u9;Object.keys(_e).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===_e[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return _e[a]}})});var we=h9;Object.keys(we).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===we[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return we[a]}})});var Xe=m9;Object.keys(Xe).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===Xe[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return Xe[a]}})});var Y=f9;Object.keys(Y).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===Y[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return Y[a]}})});var X=G5;Object.keys(X).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===X[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return X[a]}})});var x1=K5;Object.keys(x1).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===x1[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return x1[a]}})});var D1=p9;Object.keys(D1).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===D1[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return D1[a]}})});var W1=Q5;Object.keys(W1).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===W1[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return W1[a]}})});var Se=c6;Object.keys(Se).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===Se[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return Se[a]}})});var ve=s6;Object.keys(ve).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===ve[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return ve[a]}})});var e3=y9;Object.keys(e3).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===e3[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return e3[a]}})});var t3=_9;Object.keys(t3).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===t3[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return t3[a]}})});var n3=w9;Object.keys(n3).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===n3[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return n3[a]}})});var Le=S9;Object.keys(Le).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===Le[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return Le[a]}})});var a3=O9;Object.keys(a3).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===a3[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return a3[a]}})});var r3=C9;Object.keys(r3).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===r3[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return r3[a]}})});var i3=D9;Object.keys(i3).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===i3[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return i3[a]}})});var c3=$9;Object.keys(c3).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===c3[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return c3[a]}})});var a0=T9;Object.keys(a0).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===a0[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return a0[a]}})});var _t=P9;Object.keys(_t).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===_t[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return _t[a]}})});var wt=o6;Object.keys(wt).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===wt[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return wt[a]}})});var St=Y0;Object.keys(St).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===St[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return St[a]}})});var Ot=i6;Object.keys(Ot).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===Ot[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return Ot[a]}})});var Ct=l6;Object.keys(Ct).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===Ct[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return Ct[a]}})});var Dt=E9;Object.keys(Dt).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===Dt[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return Dt[a]}})});var $t=Z9;Object.keys($t).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===$t[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return $t[a]}})});var Tt=u6;Object.keys(Tt).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===Tt[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return Tt[a]}})});var Pt=I9;Object.keys(Pt).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===Pt[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return Pt[a]}})});var Et=h6;Object.keys(Et).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===Et[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return Et[a]}})});var Zt=ft;Object.keys(Zt).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===Zt[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return Zt[a]}})});var It=Je;Object.keys(It).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===It[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return It[a]}})});var Mt=M9;Object.keys(Mt).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===Mt[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return Mt[a]}})});var At=A9;Object.keys(At).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===At[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return At[a]}})});var Ft=F9;Object.keys(Ft).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===Ft[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return Ft[a]}})});var Rt=R9;Object.keys(Rt).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===Rt[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return Rt[a]}})});var Vt=V9;Object.keys(Vt).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===Vt[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return Vt[a]}})});var Lt=Y5;Object.keys(Lt).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===Lt[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return Lt[a]}})});var Nt=L9;Object.keys(Nt).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===Nt[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return Nt[a]}})});var Wt=N9;Object.keys(Wt).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===Wt[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return Wt[a]}})});var zt=W9;Object.keys(zt).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===zt[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return zt[a]}})});var Bt=pt;Object.keys(Bt).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===Bt[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return Bt[a]}})});var Yt=z9;Object.keys(Yt).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===Yt[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return Yt[a]}})});var Ht=z0;Object.keys(Ht).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===Ht[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return Ht[a]}})});var Ut=B9;Object.keys(Ut).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===Ut[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return Ut[a]}})});var kt=Y9;Object.keys(kt).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===kt[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return kt[a]}})});var qt=H9;Object.keys(qt).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===qt[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return qt[a]}})});var Kt=U9;Object.keys(Kt).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===Kt[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return Kt[a]}})});var Gt=k9;Object.keys(Gt).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===Gt[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return Gt[a]}})});var Qt=q9;Object.keys(Qt).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===Qt[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return Qt[a]}})});var Jt=K9;Object.keys(Jt).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===Jt[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return Jt[a]}})});var Xt=G9;Object.keys(Xt).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===Xt[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return Xt[a]}})});var en=Q9;Object.keys(en).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===en[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return en[a]}})});var tn=J9;Object.keys(tn).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===tn[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return tn[a]}})});var nn=X9;Object.keys(nn).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===nn[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return nn[a]}})});var an=W5;Object.keys(an).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===an[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return an[a]}})});var rn=eo;Object.keys(rn).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===rn[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return rn[a]}})});var cn=to;Object.keys(cn).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===cn[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return cn[a]}})});var sn=no;Object.keys(sn).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===sn[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return sn[a]}})});var on=ao;Object.keys(on).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===on[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return on[a]}})});var ln=ro;Object.keys(ln).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===ln[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return ln[a]}})});var dn=U5;Object.keys(dn).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===dn[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return dn[a]}})});var un=d6;Object.keys(un).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===un[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return un[a]}})});var hn=io;Object.keys(hn).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===hn[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return hn[a]}})});var mn=co;Object.keys(mn).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===mn[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return mn[a]}})});var fn=so;Object.keys(fn).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===fn[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return fn[a]}})});var pn=n0;Object.keys(pn).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===pn[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return pn[a]}})});var vn=J6;Object.keys(vn).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===vn[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return vn[a]}})});var gn=e8;Object.keys(gn).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===gn[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return gn[a]}})});var xn=oo;Object.keys(xn).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===xn[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return xn[a]}})});var bn=t8;Object.keys(bn).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===bn[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return bn[a]}})});var jn=a8;Object.keys(jn).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===jn[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return jn[a]}})});var yn=r8;Object.keys(yn).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===yn[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return yn[a]}})});var _n=i8;Object.keys(_n).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===_n[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return _n[a]}})});var wn=bt;Object.keys(wn).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===wn[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return wn[a]}})});var Sn=s8;Object.keys(Sn).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===Sn[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return Sn[a]}})});var On=E5;Object.keys(On).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===On[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return On[a]}})});var Cn=Z5;Object.keys(Cn).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===Cn[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return Cn[a]}})});var Dn=lo;Object.keys(Dn).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===Dn[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return Dn[a]}})});var $n=uo;Object.keys($n).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===$n[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return $n[a]}})});var Tn=ho;Object.keys(Tn).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===Tn[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return Tn[a]}})});var Pn=mo;Object.keys(Pn).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===Pn[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return Pn[a]}})});var En=fo;Object.keys(En).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===En[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return En[a]}})});var Zn=po;Object.keys(Zn).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===Zn[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return Zn[a]}})});var In=vo;Object.keys(In).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===In[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return In[a]}})});var Mn=go;Object.keys(Mn).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===Mn[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return Mn[a]}})});var An=xo;Object.keys(An).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===An[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return An[a]}})});var Fn=bo;Object.keys(Fn).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===Fn[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return Fn[a]}})});var Rn=jo;Object.keys(Rn).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===Rn[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return Rn[a]}})});var Vn=yo;Object.keys(Vn).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===Vn[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return Vn[a]}})});var Ln=Ae;Object.keys(Ln).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===Ln[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return Ln[a]}})});var Nn=_o;Object.keys(Nn).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===Nn[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return Nn[a]}})});var Wn=A0;Object.keys(Wn).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===Wn[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return Wn[a]}})});var zn=wo;Object.keys(zn).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===zn[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return zn[a]}})});var Bn=So;Object.keys(Bn).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===Bn[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return Bn[a]}})});var Yn=Oo;Object.keys(Yn).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===Yn[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return Yn[a]}})});var Hn=Co;Object.keys(Hn).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===Hn[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return Hn[a]}})});var Un=Do;Object.keys(Un).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===Un[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return Un[a]}})});var kn=m6;Object.keys(kn).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===kn[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return kn[a]}})});var qn=$o;Object.keys(qn).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===qn[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return qn[a]}})});var Kn=o8;Object.keys(Kn).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===Kn[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return Kn[a]}})});var Gn=To;Object.keys(Gn).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===Gn[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return Gn[a]}})});var Qn=Po;Object.keys(Qn).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===Qn[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return Qn[a]}})});var Jn=V5;Object.keys(Jn).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===Jn[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return Jn[a]}})});var Xn=Eo;Object.keys(Xn).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===Xn[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return Xn[a]}})});var ea=Zo;Object.keys(ea).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===ea[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return ea[a]}})});var ta=Io;Object.keys(ta).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===ta[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return ta[a]}})});var na=Mo;Object.keys(na).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===na[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return na[a]}})});var aa=L5;Object.keys(aa).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===aa[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return aa[a]}})});var ra=Ao;Object.keys(ra).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===ra[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return ra[a]}})});var ia=Fo;Object.keys(ia).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===ia[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return ia[a]}})});var ca=Ro;Object.keys(ca).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===ca[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return ca[a]}})});var sa=Vo;Object.keys(sa).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===sa[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return sa[a]}})});var oa=Lo;Object.keys(oa).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===oa[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return oa[a]}})});var la=Re;Object.keys(la).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===la[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return la[a]}})});var da=No;Object.keys(da).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===da[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return da[a]}})});var ua=Wo;Object.keys(ua).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===ua[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return ua[a]}})});var ha=zo;Object.keys(ha).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===ha[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return ha[a]}})});var ma=Bo;Object.keys(ma).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===ma[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return ma[a]}})});var fa=Yo;Object.keys(fa).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===fa[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return fa[a]}})});var pa=Ho;Object.keys(pa).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===pa[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return pa[a]}})});var va=Uo;Object.keys(va).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===va[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return va[a]}})});var ga=f6;Object.keys(ga).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===ga[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return ga[a]}})});var xa=ko;Object.keys(xa).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===xa[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return xa[a]}})});var ba=Ko;Object.keys(ba).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===ba[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return ba[a]}})});var ja=Ve;Object.keys(ja).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===ja[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return ja[a]}})});var ya=Go;Object.keys(ya).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===ya[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return ya[a]}})});var _a=Qo;Object.keys(_a).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===_a[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return _a[a]}})});var wa=Jo;Object.keys(wa).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===wa[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return wa[a]}})});var Sa=Xo;Object.keys(Sa).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===Sa[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return Sa[a]}})});var Oa=el;Object.keys(Oa).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===Oa[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return Oa[a]}})});var Ca=tl;Object.keys(Ca).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===Ca[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return Ca[a]}})});var Da=nl;Object.keys(Da).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===Da[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return Da[a]}})});var $a=al;Object.keys($a).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===$a[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return $a[a]}})});var Ta=rl;Object.keys(Ta).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===Ta[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return Ta[a]}})});var Pa=il;Object.keys(Pa).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===Pa[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return Pa[a]}})});var Ea=cl;Object.keys(Ea).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===Ea[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return Ea[a]}})});var Za=sl;Object.keys(Za).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===Za[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return Za[a]}})});var Ia=ol;Object.keys(Ia).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===Ia[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return Ia[a]}})});var Ma=ll;Object.keys(Ma).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===Ma[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return Ma[a]}})});var Aa=dl;Object.keys(Aa).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===Aa[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return Aa[a]}})});var Fa=ul;Object.keys(Fa).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===Fa[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return Fa[a]}})});var Ra=H0;Object.keys(Ra).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===Ra[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return Ra[a]}})});var Va=hl;Object.keys(Va).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===Va[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return Va[a]}})});var La=ml;Object.keys(La).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===La[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return La[a]}})});var Na=fl;Object.keys(Na).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===Na[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return Na[a]}})});var Wa=R6;Object.keys(Wa).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===Wa[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return Wa[a]}})});var za=P6;Object.keys(za).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===za[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return za[a]}})});var Ba=A5;Object.keys(Ba).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===Ba[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return Ba[a]}})});var Ya=pl;Object.keys(Ya).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===Ya[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return Ya[a]}})});var Ha=vl;Object.keys(Ha).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===Ha[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return Ha[a]}})});var Ua=jt;Object.keys(Ua).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===Ua[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return Ua[a]}})});var ka=gl;Object.keys(ka).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===ka[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return ka[a]}})});var qa=xl;Object.keys(qa).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===qa[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return qa[a]}})});var Ka=$6;Object.keys(Ka).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===Ka[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return Ka[a]}})});var Ga=bl;Object.keys(Ga).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===Ga[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return Ga[a]}})});var Qa=jl;Object.keys(Qa).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===Qa[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return Qa[a]}})});var Ja=R0;Object.keys(Ja).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===Ja[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return Ja[a]}})});var Xa=yl;Object.keys(Xa).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===Xa[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return Xa[a]}})});var e4=X6;Object.keys(e4).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===e4[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return e4[a]}})});var t4=je;Object.keys(t4).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===t4[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return t4[a]}})});var n4=t0;Object.keys(n4).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===n4[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return n4[a]}})});var a4=n8;Object.keys(a4).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===a4[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return a4[a]}})});var r4=W0;Object.keys(r4).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===r4[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return r4[a]}})});var i4=ut;Object.keys(i4).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===i4[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return i4[a]}})});var c4=c8;Object.keys(c4).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===c4[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return c4[a]}})});var s4=_l;Object.keys(s4).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===s4[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return s4[a]}})});var o4=wl;Object.keys(o4).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===o4[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return o4[a]}})});var l4=pe;Object.keys(l4).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===l4[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return l4[a]}})});var d4=vt;Object.keys(d4).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===d4[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return d4[a]}})});var u4=mt;Object.keys(u4).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===u4[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return u4[a]}})});var h4=Sl;Object.keys(h4).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===h4[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return h4[a]}})});var m4=Ol;Object.keys(m4).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===m4[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return m4[a]}})});var f4=Cl;Object.keys(f4).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===f4[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return f4[a]}})});var p4=U0;Object.keys(p4).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===p4[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return p4[a]}})});var v4=Dl;Object.keys(v4).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===v4[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return v4[a]}})});var g4=H5;Object.keys(g4).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===g4[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return g4[a]}})});var x4=$l;Object.keys(x4).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===x4[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return x4[a]}})});var b4=Tl;Object.keys(b4).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===b4[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return b4[a]}})});var j4=l8;Object.keys(j4).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===j4[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return j4[a]}})});var y4=Pl;Object.keys(y4).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===y4[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return y4[a]}})});var _4=El;Object.keys(_4).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===_4[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return _4[a]}})});var w4=Zl;Object.keys(w4).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===w4[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return w4[a]}})});var S4=Il;Object.keys(S4).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===S4[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return S4[a]}})});var O4=T;Object.keys(O4).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===O4[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return O4[a]}})});var C4=p6;Object.keys(C4).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===C4[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return C4[a]}})});var D4=Ml;Object.keys(D4).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===D4[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return D4[a]}})});var $4=Al;Object.keys($4).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===$4[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return $4[a]}})});var T4=Fl;Object.keys(T4).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===T4[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return T4[a]}})});var P4=Rl;Object.keys(P4).forEach(function(a){a==="default"||a==="__esModule"||a in e&&e[a]===P4[a]||Object.defineProperty(e,a,{enumerable:!0,get:function(){return P4[a]}})})})(Ls);Object.defineProperty(X2,"__esModule",{value:!0});var $e=u,B1=Ls,M1=r;const d8="react-activity-calendar",Ni=8,Vl=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],sW={months:Vl,weekdays:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],totalCount:"{{count}} activities in {{year}}",legend:{less:"Less",more:"More"}};function oW(){const[e,t]=$e.useState("light"),n=i=>{t(i.matches?"dark":"light")};return $e.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 Ll=`${d8}--loading-animation`;function lW(e,t){$e.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 ${Ll} {
712
+ --data-raw '${JSON.stringify(j,void 0,2)}'`,G=async k=>{if(k.preventDefault(),!!Z())try{E?await l(e.id,j):await o(j),m({text:`action ${E?"updated":"added"} successfully`,type:"success"}),s(),n(!1)}catch(u1){f(y1(u1))}};return a.jsx(Pe,{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:R,children:[a.jsxs(cO,{children:[a.jsx(sO,{children:w}),a.jsx(F,{condition:E,show:a.jsx(ie,{onClick:i,children:"View events"})})]}),a.jsxs(oO,{onSubmit:G,children:[a.jsx(rO,{enabled:g,setEnabled:v,name:x,setName:y,description:_,setDescription:b,sourceId:S,setSourceId:P,filters:C,setFilters:$,actorId:A,setActorId:O,actions:N,setActions:W,errors:V,validateName:M,validateSourceId:q,validateActorId:K,validated:z}),a.jsxs(lO,{children:[a.jsxs(c1,{type:"submit",variant:"contained",color:"primary",children:[E?"Save":"Add"," action"]}),a.jsx(dO,{onClick:()=>{n(!1)},children:"Cancel"})]})]})]})})},hO=({action:e,open:t,setOpen:n,onConfirm:i})=>a.jsx(oe,{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=h(q2)(({theme:e})=>({color:e.palette.success.main})),fO=h(Gr)(({theme:e})=>({color:e.palette.error.main})),pO=({state:e})=>e==="success"?a.jsx(mO,{}):e==="failed"?a.jsx(fO,{}):a.jsx(Qr,{size:20}),vO=h("div")(({theme:e})=>({display:"flex",flexDirection:"column",marginBottom:e.fontSizes.mainHeader})),gO=h("div")({display:"flex",justifyContent:"space-between",alignItems:"center",width:"100%"}),xO=h("h1")({fontWeight:"normal"}),bO=h("form")({display:"flex",flexDirection:"column",height:"100%"}),jO=h("div")(({theme:e})=>({backgroundColor:e.palette.error.light})),yO=h("div")(({theme:e})=>({marginTop:"auto",display:"flex",justifyContent:"flex-end",paddingTop:e.spacing(4)})),_O=({action:e,open:t,setOpen:n,onOpenConfiguration:i})=>{const c=e1("projectId"),{locationSettings:s}=K3(),{actionEvents:o,hasMore:l,loadMore:d,loading:m}=Ms(e==null?void 0:e.id,c,20,{refreshInterval:5e3});if(!e)return null;const f=`Events: ${e.name}`;return a.jsx(Pe,{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(vO,{children:a.jsxs(gO,{children:[a.jsx(xO,{children:f}),a.jsx(ie,{onClick:i,children:"View configuration"})]})}),a.jsxs(bO,{children:[a.jsx(Mh,{height:960,items:o,columns:[{header:"Status",align:"center",maxWidth:100,cell:pO},{header:"Date",maxWidth:240,cell:({createdAt:p})=>G3(p,s==null?void 0:s.locale)}],sidePanelHeader:"Details",renderContent:As,renderItem:({id:p,state:g},v)=>g==="failed"?a.jsx(jO,{children:v},p):v,listEnd:a.jsx(F,{condition:l,show:a.jsx(c1,{onClick:d,children:"Load more"})})}),a.jsx(F,{condition:o.length===0,show:a.jsx("p",{children:"No events have been registered for this action set."})}),a.jsx(yO,{children:a.jsx(c1,{onClick:()=>{n(!1)},children:"Close"})})]})]})})},wO=({modalOpen:e,setModalOpen:t,selectedAction:n,setSelectedAction:i})=>{const{setToastData:c,setToastApiError:s}=C1(),o=e1("projectId"),{actions:l,refetch:d}=P5(o),{toggleActionSet:m,removeActionSet:f}=Is(o),{signalEndpoints:p}=Jr(),{serviceAccounts:g}=Yc(),[v,x]=u.useState(!1),[y,_]=u.useState(!1),b=async(M,q)=>{try{await m(M.id,q),c({text:`"${M.name}" has been ${q?"enabled":"disabled"}`,type:"success"}),d()}catch(K){s(y1(K))}},S=async M=>{try{await f(M.id),c({text:`"${M.name}" has been deleted`,type:"success"}),d(),_(!1)}catch(q){s(y1(q))}},P=K1(O0.breakpoints.down("sm")),C=K1(O0.breakpoints.down("lg")),$=u.useMemo(()=>[{Header:"Name",accessor:"name",minWidth:60,Cell:({row:{original:M}})=>a.jsx(A0,{title:M.name,subtitle:M.description,onClick:()=>{i(M),t(!0)}})},{id:"source",Header:"Source",Cell:({row:{original:M}})=>a.jsx(ow,{action:M,signalEndpoints:p})},{id:"filters",Header:"Filters",Cell:({row:{original:M}})=>a.jsx(dw,{action:M}),maxWidth:90},{id:"actor",Header:"Service account",Cell:({row:{original:M}})=>a.jsx(uw,{action:M,serviceAccounts:g}),minWidth:160},{id:"actions",Header:"Actions",Cell:({row:{original:M}})=>a.jsx(Ww,{action:M,onCreateAction:()=>{i(M),t(!0)}}),maxWidth:130},{Header:"Enabled",accessor:"enabled",Cell:({row:{original:M}})=>a.jsx(Ah,{checked:M.enabled,setChecked:q=>b(M,q)}),sortType:"boolean",width:90,maxWidth:90},{id:"table-actions",Header:"",align:"center",Cell:({row:{original:M}})=>a.jsx(Bw,{actionId:M.id,onOpenEvents:()=>{i(M),x(!0)},onEdit:()=>{i(M),t(!0)},onDelete:()=>{i(M),_(!0)}}),width:50,disableSortBy:!0}],[p,g]),[A]=u.useState({sortBy:[{id:"name",desc:!0}]}),{headerGroups:O,rows:N,prepareRow:W,setHiddenColumns:V}=q1.useTable({columns:$,data:l,initialState:A,sortTypes:I0,autoResetHiddenColumns:!1,autoResetSortBy:!1,disableSortRemove:!0,disableMultiSort:!0,defaultColumn:{Cell:_1}},q1.useSortBy,q1.useFlexLayout);return W2([{condition:C,columns:["actor","enabled"]},{condition:P,columns:["filters","actions"]}],V,$),a.jsxs(a.Fragment,{children:[a.jsx(Hr,{rows:N,headerGroups:O,prepareRow:W}),a.jsx(F,{condition:N.length===0,show:a.jsx(ee,{children:"No actions available. Get started by adding one."})}),a.jsx(uO,{action:n,open:e,setOpen:t,onOpenEvents:()=>{t(!1),x(!0)}}),a.jsx(_O,{action:n,open:v,setOpen:x,onOpenConfiguration:()=>{x(!1),t(!0)}}),a.jsx(hO,{action:n,open:y,setOpen:_,onConfirm:S})]})},SO=()=>{const e=e1("projectId"),t=be(e),{isEnterprise:n}=p1(),i=S1();fe(`Project actions – ${t}`);const[c,s]=u.useState(),[o,l]=u.useState(!1),d=()=>{s(void 0),l(!0)};return n()?a.jsx(F1,{header:a.jsx(w1,{title:"Actions",actions:a.jsx(A2,{onClick:d,maxWidth:`${i.breakpoints.values.sm}px`,Icon:Je,permission:y8,children:"New action"})}),children:a.jsx(Fh,{permissions:y8,children:a.jsx(wO,{modalOpen:o,setModalOpen:l,selectedAction:c,setSelectedAction:s})})}):a.jsx(F1,{header:a.jsx(w1,{title:"Actions"}),children:a.jsx(M0,{feature:"actions"})})},C7=h(D)({marginLeft:"auto",display:"flex",alignItems:"center"}),OO=()=>{var d;const e=Lc(),{isPro:t,isEnterprise:n}=p1(),i=le(),c=Ze("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(C7,{children:a.jsx(yr,{})}):void 0})];c&&o.push({id:"actions",label:"Actions",endIcon:t()?a.jsx(C7,{children:a.jsx(yr,{})}):void 0});const l=m=>{i(m.id)};return a.jsx(Rh,{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(X3,{children:[a.jsx(j1,{path:"/*",element:a.jsx(nw,{})}),a.jsx(j1,{path:"environments/*",element:a.jsx(By,{})}),a.jsx(j1,{path:"access/*",element:a.jsx(_y,{})}),a.jsx(j1,{path:"segments/*",element:a.jsx(Gy,{})}),a.jsx(j1,{path:"change-requests/*",element:a.jsx(Uy,{})}),a.jsx(j1,{path:"api-access/*",element:a.jsx(Ky,{})}),a.jsx(j1,{path:"default-strategy/*",element:a.jsx(i_,{})}),a.jsx(j1,{path:"actions/*",element:a.jsx(SO,{})}),a.jsx(j1,{path:"*",element:a.jsx(Nc,{replace:!0,to:o[0].id})})]})})},CO=h(Vh)(({theme:e})=>({color:e.palette.action.disabled})),DO=()=>a.jsx(M3,{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(CO,{})}),$O=h(I)(({theme:e})=>({fontSize:e.fontSizes.smallerBody})),D7=({row:e,field:t,singularLabel:n,pluralLabel:i})=>{const{searchQuery:c}=Z0(),s=e[t];if(!Array.isArray(s)||s.length===0)return a.jsx(_1,{});const o=i||`${n}s`;return a.jsx(_1,{children:a.jsx(J3,{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($O,{children:a.jsx(v3,{search:c,children:l})},l))}),children:s.length===1?`1 ${n}`:`${s.length} ${o}`})})},TO=h("div")(({theme:e})=>({fontSize:e.fontSizes.smallerBody})),PO=h("ul")(({theme:e})=>({padding:e.spacing(0,0,.5,2),margin:e.spacing(0)})),EO=({row:e})=>{var i;const{searchQuery:t}=Z0(),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(_1,{}):a.jsx(_1,{children:a.jsx(J3,{highlighted:t.length>0&&n,tooltip:a.jsx(a.Fragment,{children:e.original.sdks.map(c=>a.jsxs(TO,{children:[a.jsx(v3,{search:t,children:c.name}),a.jsx(PO,{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`})})},t2=_c(),ZO=()=>{const{trackEvent:e}=E1();return u.useEffect(()=>{e("sdk-reporting",{props:{eventType:"project applications opened"}})},[]),()=>{e("sdk-reporting",{props:{eventType:"project application clicked"}})}},IO=()=>{var $;const e=ZO(),t=le(),n=e1("projectId"),i=K1(O0.breakpoints.down("md")),c={offset:De(v2,0),limit:De(v2,Lh),query:I3,sortBy:De(I3,"createdAt"),sortOrder:De(I3,"desc")},[s,o]=uc(`project-applications-table-${n}`,c),{applications:l=[],total:d,loading:m}=Nh(hc(mc(c,s),A=>A?`${A}`:void 0),n),f=(A="")=>{o({query:A})},p=W3(m),{offset:g,limit:v,query:x,sortBy:y,sortOrder:_,...b}=s,S=u.useMemo(()=>[t2.accessor("name",{header:"Name",cell:({row:A})=>a.jsx(A0,{title:A.original.name,onClick:()=>{e(),t(`/applications/${A.original.name}`)}}),meta:{width:"25%"}}),t2.accessor("environments",{header:"Environments",cell:({row:A})=>a.jsx(D7,{row:A.original,field:"environments",singularLabel:"environment"}),enableSorting:!1,meta:{width:"25%"}}),t2.accessor("instances",{header:"Instances",cell:({row:A})=>a.jsx(D7,{row:A.original,field:"instances",singularLabel:"instance"}),enableSorting:!1,meta:{width:"25%"}}),t2.accessor("sdks",{header:"SDK",cell:EO,enableSorting:!1,meta:{width:"25%"}})],[]),P=bc(jc(s,o,{columns:S,data:l})),C=P.getRowModel().rows;return a.jsxs(F1,{disableLoading:!0,bodyClass:"no-padding",header:a.jsx(w1,{title:"Project applications",actions:a.jsx(a.Fragment,{children:a.jsx(F,{condition:!i,show:a.jsxs(a.Fragment,{children:[a.jsx(he,{placeholder:"Search",expandable:!0,initialValue:x||"",onChange:f}),a.jsx(w1.Divider,{})]})})}),children:a.jsx(F,{condition:i,show:a.jsx(he,{initialValue:x||"",onChange:f})})}),children:[a.jsx(q3,{value:x||"",children:a.jsx("div",{ref:p,children:a.jsx(yc,{tableInstance:P,totalItems:d})})}),a.jsx(F,{condition:C.length===0,show:a.jsx(D,{sx:A=>({padding:A.spacing(0,2,2)}),children:a.jsx(F,{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."})})})})]})},MO=({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"}),"."]}),AO=e=>`api/admin/projects/${e}/status`,FO={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}},et=e=>{const t=N1(AO(e)),{data:n,refetch:i,loading:c,error:s}=Ar(t,()=>Fr(t,"Project Status"));return{data:n||FO,refetch:i,loading:c,error:s}};var tt={},Ys={},Z5={},je={},J={},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 RO=L.daysInYear=365.2425,VO=L.maxTime=Math.pow(10,8)*24*60*60*1e3;L.minTime=-VO;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 LO=L.secondsInHour=3600;L.secondsInMinute=60;const Hs=L.secondsInDay=LO*24;L.secondsInWeek=Hs*7;const NO=L.secondsInYear=Hs*RO,WO=L.secondsInMonth=NO/12;L.secondsInQuarter=WO*3;L.constructFromSymbol=Symbol.for("constructDateFrom");J.constructFrom=zO;var $7=L;function zO(e,t){return typeof e=="function"?e(t):e&&typeof e=="object"&&$7.constructFromSymbol in e?e[$7.constructFromSymbol](t):e instanceof Date?new e.constructor(t):new Date(t)}var T={};T.toDate=YO;var BO=J;function YO(e,t){return(0,BO.constructFrom)(t||e,e)}je.addDays=kO;var HO=J,UO=T;function kO(e,t,n){const i=(0,UO.toDate)(e,n==null?void 0:n.in);return isNaN(t)?(0,HO.constructFrom)((n==null?void 0:n.in)||e,NaN):(t&&i.setDate(i.getDate()+t),i)}var t0={};t0.addMonths=KO;var T7=J,qO=T;function KO(e,t,n){const i=(0,qO.toDate)(e,n==null?void 0:n.in);if(isNaN(t))return(0,T7.constructFrom)((n==null?void 0:n.in)||e,NaN);if(!t)return i;const c=i.getDate(),s=(0,T7.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)}Z5.add=eC;var GO=je,QO=t0,JO=J,XO=T;function eC(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,XO.toDate)(e,n==null?void 0:n.in),p=c||i?(0,QO.addMonths)(f,c+i*12):f,g=o||s?(0,GO.addDays)(p,o+s*7):p,v=d+l*60,y=(m+v*60)*1e3;return(0,JO.constructFrom)((n==null?void 0:n.in)||e,+g+y)}var I5={},M5={};M5.isSaturday=nC;var tC=T;function nC(e,t){return(0,tC.toDate)(e,t==null?void 0:t.in).getDay()===6}var A5={};A5.isSunday=rC;var aC=T;function rC(e,t){return(0,aC.toDate)(e,t==null?void 0:t.in).getDay()===0}var V0={};V0.isWeekend=cC;var iC=T;function cC(e,t){const n=(0,iC.toDate)(e,t==null?void 0:t.in).getDay();return n===0||n===6}I5.addBusinessDays=uC;var sC=J,oC=M5,lC=A5,tr=V0,dC=T;function uC(e,t,n){const i=(0,dC.toDate)(e,n==null?void 0:n.in),c=(0,tr.isWeekend)(i,n);if(isNaN(t))return(0,sC.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,tr.isWeekend)(i,n)||(d-=1);return c&&(0,tr.isWeekend)(i,n)&&t!==0&&((0,oC.isSaturday)(i,n)&&i.setDate(i.getDate()+(o<0?2:-1)),(0,lC.isSunday)(i,n)&&i.setDate(i.getDate()+(o<0?1:-2))),i.setHours(s),i}var F5={},L0={};L0.addMilliseconds=fC;var hC=J,mC=T;function fC(e,t,n){return(0,hC.constructFrom)((n==null?void 0:n.in)||e,+(0,mC.toDate)(e)+t)}F5.addHours=gC;var pC=L0,vC=L;function gC(e,t,n){return(0,pC.addMilliseconds)(e,t*vC.millisecondsInHour,n)}var R5={},Xe={},ye={},pe={},U1={};U1.getDefaultOptions=xC;U1.setDefaultOptions=bC;let Us={};function xC(){return Us}function bC(e){Us=e}pe.startOfWeek=_C;var jC=U1,yC=T;function _C(e,t){var l,d,m,f;const n=(0,jC.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,yC.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}ye.startOfISOWeek=SC;var wC=pe;function SC(e,t){return(0,wC.startOfWeek)(e,{...t,weekStartsOn:1})}Xe.getISOWeekYear=CC;var P7=J,E7=ye,OC=T;function CC(e,t){const n=(0,OC.toDate)(e,t==null?void 0:t.in),i=n.getFullYear(),c=(0,P7.constructFrom)(n,0);c.setFullYear(i+1,0,4),c.setHours(0,0,0,0);const s=(0,E7.startOfISOWeek)(c),o=(0,P7.constructFrom)(n,0);o.setFullYear(i,0,4),o.setHours(0,0,0,0);const l=(0,E7.startOfISOWeek)(o);return n.getTime()>=s.getTime()?i+1:n.getTime()>=l.getTime()?i:i-1}var V5={},Me={},Ae={};Ae.getTimezoneOffsetInMilliseconds=$C;var DC=T;function $C(e){const t=(0,DC.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=PC;var TC=J;function PC(e,...t){const n=TC.constructFrom.bind(null,e||t.find(i=>typeof i=="object"));return t.map(n)}var N0={};N0.startOfDay=ZC;var EC=T;function ZC(e,t){const n=(0,EC.toDate)(e,t==null?void 0:t.in);return n.setHours(0,0,0,0),n}Me.differenceInCalendarDays=AC;var Z7=Ae,IC=f1,MC=L,I7=N0;function AC(e,t,n){const[i,c]=(0,IC.normalizeDates)(n==null?void 0:n.in,e,t),s=(0,I7.startOfDay)(i),o=(0,I7.startOfDay)(c),l=+s-(0,Z7.getTimezoneOffsetInMilliseconds)(s),d=+o-(0,Z7.getTimezoneOffsetInMilliseconds)(o);return Math.round((l-d)/MC.millisecondsInDay)}var n0={};n0.startOfISOWeekYear=LC;var FC=J,RC=Xe,VC=ye;function LC(e,t){const n=(0,RC.getISOWeekYear)(e,t),i=(0,FC.constructFrom)((t==null?void 0:t.in)||e,0);return i.setFullYear(n,0,4),i.setHours(0,0,0,0),(0,VC.startOfISOWeek)(i)}V5.setISOWeekYear=BC;var NC=J,WC=Me,M7=n0,zC=T;function BC(e,t,n){let i=(0,zC.toDate)(e,n==null?void 0:n.in);const c=(0,WC.differenceInCalendarDays)(i,(0,M7.startOfISOWeekYear)(i,n)),s=(0,NC.constructFrom)((n==null?void 0:n.in)||e,0);return s.setFullYear(t,0,4),s.setHours(0,0,0,0),i=(0,M7.startOfISOWeekYear)(s),i.setDate(i.getDate()+c),i}R5.addISOWeekYears=UC;var YC=Xe,HC=V5;function UC(e,t,n){return(0,HC.setISOWeekYear)(e,(0,YC.getISOWeekYear)(e,n)+t,n)}var nt={};nt.addMinutes=KC;var kC=L,qC=T;function KC(e,t,n){const i=(0,qC.toDate)(e,n==null?void 0:n.in);return i.setTime(i.getTime()+t*kC.millisecondsInMinute),i}var at={};at.addQuarters=QC;var GC=t0;function QC(e,t,n){return(0,GC.addMonths)(e,t*3,n)}var L5={};L5.addSeconds=XC;var JC=L0;function XC(e,t,n){return(0,JC.addMilliseconds)(e,t*1e3,n)}var W0={};W0.addWeeks=tD;var eD=je;function tD(e,t,n){return(0,eD.addDays)(e,t*7,n)}var N5={};N5.addYears=aD;var nD=t0;function aD(e,t,n){return(0,nD.addMonths)(e,t*12,n)}var ks={};ks.areIntervalsOverlapping=rD;var n2=T;function rD(e,t,n){const[i,c]=[+(0,n2.toDate)(e.start,n==null?void 0:n.in),+(0,n2.toDate)(e.end,n==null?void 0:n.in)].sort((l,d)=>l-d),[s,o]=[+(0,n2.toDate)(t.start,n==null?void 0:n.in),+(0,n2.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 qs={},W5={};W5.max=cD;var A7=J,iD=T;function cD(e,t){let n,i=t==null?void 0:t.in;return e.forEach(c=>{!i&&typeof c=="object"&&(i=A7.constructFrom.bind(null,c));const s=(0,iD.toDate)(c,i);(!n||n<s||isNaN(+s))&&(n=s)}),(0,A7.constructFrom)(i,n||NaN)}var z5={};z5.min=oD;var F7=J,sD=T;function oD(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,sD.toDate)(c,i);(!n||n>s||isNaN(+s))&&(n=s)}),(0,F7.constructFrom)(i,n||NaN)}qs.clamp=hD;var lD=f1,dD=W5,uD=z5;function hD(e,t,n){const[i,c,s]=(0,lD.normalizeDates)(n==null?void 0:n.in,e,t.start,t.end);return(0,uD.min)([(0,dD.max)([i,c],n),s],n)}var B5={};B5.closestIndexTo=mD;var R7=T;function mD(e,t){const n=+(0,R7.toDate)(e);if(isNaN(n))return NaN;let i,c;return t.forEach((s,o)=>{const l=(0,R7.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 Ks={};Ks.closestTo=gD;var fD=f1,pD=B5,vD=J;function gD(e,t,n){const[i,...c]=(0,fD.normalizeDates)(n==null?void 0:n.in,e,...t),s=(0,pD.closestIndexTo)(i,c);if(typeof s=="number"&&isNaN(s))return(0,vD.constructFrom)(i,NaN);if(s!==void 0)return c[s]}var S3={};S3.compareAsc=xD;var V7=T;function xD(e,t){const n=+(0,V7.toDate)(e)-+(0,V7.toDate)(t);return n<0?-1:n>0?1:n}var Gs={};Gs.compareDesc=bD;var L7=T;function bD(e,t){const n=+(0,L7.toDate)(e)-+(0,L7.toDate)(t);return n>0?-1:n<0?1:n}var V1={};V1.constructNow=yD;var jD=J;function yD(e){return(0,jD.constructFrom)(e,Date.now())}var Qs={};Qs.daysToWeeks=wD;var _D=L;function wD(e){const t=Math.trunc(e/_D.daysInWeek);return t===0?0:t}var Js={},a0={};a0.isSameDay=OD;var SD=f1,N7=N0;function OD(e,t,n){const[i,c]=(0,SD.normalizeDates)(n==null?void 0:n.in,e,t);return+(0,N7.startOfDay)(i)==+(0,N7.startOfDay)(c)}var Fe={},Y5={};Y5.isDate=CD;function CD(e){return e instanceof Date||typeof e=="object"&&Object.prototype.toString.call(e)==="[object Date]"}Fe.isValid=TD;var DD=Y5,$D=T;function TD(e){return!(!(0,DD.isDate)(e)&&typeof e!="number"||isNaN(+(0,$D.toDate)(e)))}Js.differenceInBusinessDays=MD;var PD=f1,W7=je,ED=Me,ZD=a0,z7=Fe,ID=V0;function MD(e,t,n){const[i,c]=(0,PD.normalizeDates)(n==null?void 0:n.in,e,t);if(!(0,z7.isValid)(i)||!(0,z7.isValid)(c))return NaN;const s=(0,ED.differenceInCalendarDays)(i,c),o=s<0?-1:1,l=Math.trunc(s/7);let d=l*5,m=(0,W7.addDays)(c,l*7);for(;!(0,ZD.isSameDay)(i,m);)d+=(0,ID.isWeekend)(m,n)?0:o,m=(0,W7.addDays)(m,o);return d===0?0:d}var H5={};H5.differenceInCalendarISOWeekYears=FD;var AD=f1,B7=Xe;function FD(e,t,n){const[i,c]=(0,AD.normalizeDates)(n==null?void 0:n.in,e,t);return(0,B7.getISOWeekYear)(i,n)-(0,B7.getISOWeekYear)(c,n)}var Xs={};Xs.differenceInCalendarISOWeeks=LD;var Y7=Ae,RD=f1,VD=L,H7=ye;function LD(e,t,n){const[i,c]=(0,RD.normalizeDates)(n==null?void 0:n.in,e,t),s=(0,H7.startOfISOWeek)(i),o=(0,H7.startOfISOWeek)(c),l=+s-(0,Y7.getTimezoneOffsetInMilliseconds)(s),d=+o-(0,Y7.getTimezoneOffsetInMilliseconds)(o);return Math.round((l-d)/VD.millisecondsInWeek)}var rt={};rt.differenceInCalendarMonths=WD;var ND=f1;function WD(e,t,n){const[i,c]=(0,ND.normalizeDates)(n==null?void 0:n.in,e,t),s=i.getFullYear()-c.getFullYear(),o=i.getMonth()-c.getMonth();return s*12+o}var U5={},k5={};k5.getQuarter=BD;var zD=T;function BD(e,t){const n=(0,zD.toDate)(e,t==null?void 0:t.in);return Math.trunc(n.getMonth()/3)+1}U5.differenceInCalendarQuarters=HD;var YD=f1,U7=k5;function HD(e,t,n){const[i,c]=(0,YD.normalizeDates)(n==null?void 0:n.in,e,t),s=i.getFullYear()-c.getFullYear(),o=(0,U7.getQuarter)(i)-(0,U7.getQuarter)(c);return s*4+o}var it={};it.differenceInCalendarWeeks=qD;var k7=Ae,UD=f1,kD=L,q7=pe;function qD(e,t,n){const[i,c]=(0,UD.normalizeDates)(n==null?void 0:n.in,e,t),s=(0,q7.startOfWeek)(i,n),o=(0,q7.startOfWeek)(c,n),l=+s-(0,k7.getTimezoneOffsetInMilliseconds)(s),d=+o-(0,k7.getTimezoneOffsetInMilliseconds)(o);return Math.round((l-d)/kD.millisecondsInWeek)}var ct={};ct.differenceInCalendarYears=GD;var KD=f1;function GD(e,t,n){const[i,c]=(0,KD.normalizeDates)(n==null?void 0:n.in,e,t);return i.getFullYear()-c.getFullYear()}var st={};st.differenceInDays=XD;var QD=f1,JD=Me;function XD(e,t,n){const[i,c]=(0,QD.normalizeDates)(n==null?void 0:n.in,e,t),s=K7(i,c),o=Math.abs((0,JD.differenceInCalendarDays)(i,c));i.setDate(i.getDate()-s*o);const l=+(K7(i,c)===-s),d=s*(o-l);return d===0?0:d}function K7(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 ot={},Re={};Re.getRoundingMethod=e$;function e$(e){return t=>{const i=(e?Math[e]:Math.trunc)(t);return i===0?0:i}}ot.differenceInHours=r$;var t$=Re,n$=f1,a$=L;function r$(e,t,n){const[i,c]=(0,n$.normalizeDates)(n==null?void 0:n.in,e,t),s=(+i-+c)/a$.millisecondsInHour;return(0,t$.getRoundingMethod)(n==null?void 0:n.roundingMethod)(s)}var eo={},q5={};q5.subISOWeekYears=c$;var i$=R5;function c$(e,t,n){return(0,i$.addISOWeekYears)(e,-t,n)}eo.differenceInISOWeekYears=d$;var s$=f1,G7=S3,o$=H5,l$=q5;function d$(e,t,n){const[i,c]=(0,s$.normalizeDates)(n==null?void 0:n.in,e,t),s=(0,G7.compareAsc)(i,c),o=Math.abs((0,o$.differenceInCalendarISOWeekYears)(i,c,n)),l=(0,l$.subISOWeekYears)(i,s*o,n),d=+((0,G7.compareAsc)(l,c)===-s),m=s*(o-d);return m===0?0:m}var lt={};lt.differenceInMilliseconds=u$;var Q7=T;function u$(e,t){return+(0,Q7.toDate)(e)-+(0,Q7.toDate)(t)}var dt={};dt.differenceInMinutes=p$;var h$=Re,m$=L,f$=lt;function p$(e,t,n){const i=(0,f$.differenceInMilliseconds)(e,t)/m$.millisecondsInMinute;return(0,h$.getRoundingMethod)(n==null?void 0:n.roundingMethod)(i)}var z0={},K5={},ut={};ut.endOfDay=g$;var v$=T;function g$(e,t){const n=(0,v$.toDate)(e,t==null?void 0:t.in);return n.setHours(23,59,59,999),n}var ht={};ht.endOfMonth=b$;var x$=T;function b$(e,t){const n=(0,x$.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}K5.isLastDayOfMonth=w$;var j$=ut,y$=ht,_$=T;function w$(e,t){const n=(0,_$.toDate)(e,t==null?void 0:t.in);return+(0,j$.endOfDay)(n,t)==+(0,y$.endOfMonth)(n,t)}z0.differenceInMonths=D$;var S$=f1,nr=S3,O$=rt,C$=K5;function D$(e,t,n){const[i,c,s]=(0,S$.normalizeDates)(n==null?void 0:n.in,e,e,t),o=(0,nr.compareAsc)(c,s),l=Math.abs((0,O$.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,nr.compareAsc)(c,s)===-o;(0,C$.isLastDayOfMonth)(i)&&l===1&&(0,nr.compareAsc)(i,s)===1&&(d=!1);const m=o*(l-+d);return m===0?0:m}var to={};to.differenceInQuarters=P$;var $$=Re,T$=z0;function P$(e,t,n){const i=(0,T$.differenceInMonths)(e,t,n)/3;return(0,$$.getRoundingMethod)(n==null?void 0:n.roundingMethod)(i)}var B0={};B0.differenceInSeconds=I$;var E$=Re,Z$=lt;function I$(e,t,n){const i=(0,Z$.differenceInMilliseconds)(e,t)/1e3;return(0,E$.getRoundingMethod)(n==null?void 0:n.roundingMethod)(i)}var no={};no.differenceInWeeks=F$;var M$=Re,A$=st;function F$(e,t,n){const i=(0,A$.differenceInDays)(e,t,n)/7;return(0,M$.getRoundingMethod)(n==null?void 0:n.roundingMethod)(i)}var G5={};G5.differenceInYears=L$;var R$=f1,J7=S3,V$=ct;function L$(e,t,n){const[i,c]=(0,R$.normalizeDates)(n==null?void 0:n.in,e,t),s=(0,J7.compareAsc)(i,c),o=Math.abs((0,V$.differenceInCalendarYears)(i,c));i.setFullYear(1584),c.setFullYear(1584);const l=(0,J7.compareAsc)(i,c)===-s,d=s*(o-+l);return d===0?0:d}var Q5={},_e={};_e.normalizeInterval=W$;var N$=f1;function W$(e,t){const[n,i]=(0,N$.normalizeDates)(e,t.start,t.end);return{start:n,end:i}}Q5.eachDayOfInterval=Y$;var z$=_e,B$=J;function Y$(e,t){const{start:n,end:i}=(0,z$.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,B$.constructFrom)(n,o)),o.setDate(o.getDate()+l),o.setHours(0,0,0,0);return c?d.reverse():d}var ao={};ao.eachHourOfInterval=k$;var H$=_e,U$=J;function k$(e,t){const{start:n,end:i}=(0,H$.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,U$.constructFrom)(n,o)),o.setHours(o.getHours()+l);return c?d.reverse():d}var ro={};ro.eachMinuteOfInterval=Q$;var q$=_e,K$=nt,G$=J;function Q$(e,t){const{start:n,end:i}=(0,q$.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,G$.constructFrom)(n,o)),o=(0,K$.addMinutes)(o,l);return c?d.reverse():d}var io={};io.eachMonthOfInterval=eT;var J$=_e,X$=J;function eT(e,t){const{start:n,end:i}=(0,J$.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,X$.constructFrom)(n,o)),o.setMonth(o.getMonth()+l);return c?d.reverse():d}var co={},mt={};mt.startOfQuarter=nT;var tT=T;function nT(e,t){const n=(0,tT.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}co.eachQuarterOfInterval=cT;var aT=_e,rT=at,iT=J,a2=mt;function cT(e,t){const{start:n,end:i}=(0,aT.normalizeInterval)(t==null?void 0:t.in,e);let c=+n>+i;const s=c?+(0,a2.startOfQuarter)(n):+(0,a2.startOfQuarter)(i);let o=c?(0,a2.startOfQuarter)(i):(0,a2.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,iT.constructFrom)(n,o)),o=(0,rT.addQuarters)(o,l);return c?d.reverse():d}var so={};so.eachWeekOfInterval=dT;var sT=_e,oT=W0,lT=J,r2=pe;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.startOfWeek)(i,t):(0,r2.startOfWeek)(n,t),o=c?(0,r2.startOfWeek)(n,t):(0,r2.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,lT.constructFrom)(n,d)),d=(0,oT.addWeeks)(d,m),d.setHours(15);return c?f.reverse():f}var ft={};ft.eachWeekendOfInterval=pT;var uT=_e,hT=J,mT=Q5,fT=V0;function pT(e,t){const{start:n,end:i}=(0,uT.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,fT.isWeekend)(l)&&s.push((0,hT.constructFrom)(n,l))}return s}var oo={},Y0={};Y0.startOfMonth=gT;var vT=T;function gT(e,t){const n=(0,vT.toDate)(e,t==null?void 0:t.in);return n.setDate(1),n.setHours(0,0,0,0),n}oo.eachWeekendOfMonth=yT;var xT=ft,bT=ht,jT=Y0;function yT(e,t){const n=(0,jT.startOfMonth)(e,t),i=(0,bT.endOfMonth)(e,t);return(0,xT.eachWeekendOfInterval)({start:n,end:i},t)}var lo={},J5={};J5.endOfYear=wT;var _T=T;function wT(e,t){const n=(0,_T.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 pt={};pt.startOfYear=OT;var ST=T;function OT(e,t){const n=(0,ST.toDate)(e,t==null?void 0:t.in);return n.setFullYear(n.getFullYear(),0,1),n.setHours(0,0,0,0),n}lo.eachWeekendOfYear=TT;var CT=ft,DT=J5,$T=pt;function TT(e,t){const n=(0,$T.startOfYear)(e,t),i=(0,DT.endOfYear)(e,t);return(0,CT.eachWeekendOfInterval)({start:n,end:i},t)}var uo={};uo.eachYearOfInterval=ZT;var PT=_e,ET=J;function ZT(e,t){const{start:n,end:i}=(0,PT.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,ET.constructFrom)(n,o)),o.setFullYear(o.getFullYear()+l);return c?d.reverse():d}var ho={};ho.endOfDecade=MT;var IT=T;function MT(e,t){const n=(0,IT.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 mo={};mo.endOfHour=FT;var AT=T;function FT(e,t){const n=(0,AT.toDate)(e,t==null?void 0:t.in);return n.setMinutes(59,59,999),n}var fo={},X5={};X5.endOfWeek=LT;var RT=U1,VT=T;function LT(e,t){var l,d,m,f;const n=(0,RT.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,VT.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}fo.endOfISOWeek=WT;var NT=X5;function WT(e,t){return(0,NT.endOfWeek)(e,{...t,weekStartsOn:1})}var po={};po.endOfISOWeekYear=HT;var zT=J,BT=Xe,YT=ye;function HT(e,t){const n=(0,BT.getISOWeekYear)(e,t),i=(0,zT.constructFrom)((t==null?void 0:t.in)||e,0);i.setFullYear(n+1,0,4),i.setHours(0,0,0,0);const c=(0,YT.startOfISOWeek)(i,t);return c.setMilliseconds(c.getMilliseconds()-1),c}var vo={};vo.endOfMinute=kT;var UT=T;function kT(e,t){const n=(0,UT.toDate)(e,t==null?void 0:t.in);return n.setSeconds(59,999),n}var go={};go.endOfQuarter=KT;var qT=T;function KT(e,t){const n=(0,qT.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 xo={};xo.endOfSecond=QT;var GT=T;function QT(e,t){const n=(0,GT.toDate)(e,t==null?void 0:t.in);return n.setMilliseconds(999),n}var bo={};bo.endOfToday=XT;var JT=ut;function XT(e){return(0,JT.endOfDay)(Date.now(),e)}var jo={};jo.endOfTomorrow=eP;var X7=V1;function eP(e){const t=(0,X7.constructNow)(e==null?void 0:e.in),n=t.getFullYear(),i=t.getMonth(),c=t.getDate(),s=(0,X7.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 yo={};yo.endOfYesterday=aP;var tP=J,nP=V1;function aP(e){const t=(0,nP.constructNow)(e==null?void 0:e.in),n=(0,tP.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 e6={},O3={},t6={},n6={};n6.formatDistance=void 0;const rP={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"}},iP=(e,t,n)=>{let i;const c=rP[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};n6.formatDistance=iP;var a6={},_o={};_o.buildFormatLongFn=cP;function cP(e){return(t={})=>{const n=t.width?String(t.width):e.defaultWidth;return e.formats[n]||e.formats[e.defaultWidth]}}a6.formatLong=void 0;var ar=_o;const sP={full:"EEEE, MMMM do, y",long:"MMMM do, y",medium:"MMM d, y",short:"MM/dd/yyyy"},oP={full:"h:mm:ss a zzzz",long:"h:mm:ss a z",medium:"h:mm:ss a",short:"h:mm a"},lP={full:"{{date}} 'at' {{time}}",long:"{{date}} 'at' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"};a6.formatLong={date:(0,ar.buildFormatLongFn)({formats:sP,defaultWidth:"full"}),time:(0,ar.buildFormatLongFn)({formats:oP,defaultWidth:"full"}),dateTime:(0,ar.buildFormatLongFn)({formats:lP,defaultWidth:"full"})};var r6={};r6.formatRelative=void 0;const dP={lastWeek:"'last' eeee 'at' p",yesterday:"'yesterday at' p",today:"'today at' p",tomorrow:"'tomorrow at' p",nextWeek:"eeee 'at' p",other:"P"},uP=(e,t,n,i)=>dP[e];r6.formatRelative=uP;var i6={},wo={};wo.buildLocalizeFn=hP;function hP(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]}}i6.localize=void 0;var c0=wo;const mP={narrow:["B","A"],abbreviated:["BC","AD"],wide:["Before Christ","Anno Domini"]},fP={narrow:["1","2","3","4"],abbreviated:["Q1","Q2","Q3","Q4"],wide:["1st quarter","2nd quarter","3rd quarter","4th quarter"]},pP={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"]},vP={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"]},gP={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"}},xP={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"}},bP=(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"};i6.localize={ordinalNumber:bP,era:(0,c0.buildLocalizeFn)({values:mP,defaultWidth:"wide"}),quarter:(0,c0.buildLocalizeFn)({values:fP,defaultWidth:"wide",argumentCallback:e=>e-1}),month:(0,c0.buildLocalizeFn)({values:pP,defaultWidth:"wide"}),day:(0,c0.buildLocalizeFn)({values:vP,defaultWidth:"wide"}),dayPeriod:(0,c0.buildLocalizeFn)({values:gP,defaultWidth:"wide",formattingValues:xP,defaultFormattingWidth:"wide"})};var c6={},So={};So.buildMatchFn=jP;function jP(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)?_P(l,p=>p.test(o)):yP(l,p=>p.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 yP(e,t){for(const n in e)if(Object.prototype.hasOwnProperty.call(e,n)&&t(e[n]))return n}function _P(e,t){for(let n=0;n<e.length;n++)if(t(e[n]))return n}var Oo={};Oo.buildMatchPatternFn=wP;function wP(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}}}c6.match=void 0;var s0=So,SP=Oo;const OP=/^(\d+)(th|st|nd|rd)?/i,CP=/\d+/i,DP={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},$P={any:[/^b/i,/^(a|c)/i]},TP={narrow:/^[1234]/i,abbreviated:/^q[1234]/i,wide:/^[1234](th|st|nd|rd)? quarter/i},PP={any:[/1/i,/2/i,/3/i,/4/i]},EP={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},ZP={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]},IP={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},MP={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]},AP={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},FP={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}};c6.match={ordinalNumber:(0,SP.buildMatchPatternFn)({matchPattern:OP,parsePattern:CP,valueCallback:e=>parseInt(e,10)}),era:(0,s0.buildMatchFn)({matchPatterns:DP,defaultMatchWidth:"wide",parsePatterns:$P,defaultParseWidth:"any"}),quarter:(0,s0.buildMatchFn)({matchPatterns:TP,defaultMatchWidth:"wide",parsePatterns:PP,defaultParseWidth:"any",valueCallback:e=>e+1}),month:(0,s0.buildMatchFn)({matchPatterns:EP,defaultMatchWidth:"wide",parsePatterns:ZP,defaultParseWidth:"any"}),day:(0,s0.buildMatchFn)({matchPatterns:IP,defaultMatchWidth:"wide",parsePatterns:MP,defaultParseWidth:"any"}),dayPeriod:(0,s0.buildMatchFn)({matchPatterns:AP,defaultMatchWidth:"any",parsePatterns:FP,defaultParseWidth:"any"})};t6.enUS=void 0;var RP=n6,VP=a6,LP=r6,NP=i6,WP=c6;t6.enUS={code:"en-US",formatDistance:RP.formatDistance,formatLong:VP.formatLong,formatRelative:LP.formatRelative,localize:NP.localize,match:WP.match,options:{weekStartsOn:0,firstWeekContainsDate:1}};(function(e){Object.defineProperty(e,"defaultLocale",{enumerable:!0,get:function(){return t.enUS}});var t=t6})(O3);var s6={},o6={};o6.getDayOfYear=HP;var zP=Me,BP=pt,YP=T;function HP(e,t){const n=(0,YP.toDate)(e,t==null?void 0:t.in);return(0,zP.differenceInCalendarDays)(n,(0,BP.startOfYear)(n))+1}var vt={};vt.getISOWeek=GP;var UP=L,kP=ye,qP=n0,KP=T;function GP(e,t){const n=(0,KP.toDate)(e,t==null?void 0:t.in),i=+(0,kP.startOfISOWeek)(n)-+(0,qP.startOfISOWeekYear)(n);return Math.round(i/UP.millisecondsInWeek)+1}var gt={},xt={},H0={};H0.getWeekYear=XP;var QP=U1,ei=J,ti=pe,JP=T;function XP(e,t){var f,p,g,v;const n=(0,JP.toDate)(e,t==null?void 0:t.in),i=n.getFullYear(),c=(0,QP.getDefaultOptions)(),s=(t==null?void 0:t.firstWeekContainsDate)??((p=(f=t==null?void 0:t.locale)==null?void 0:f.options)==null?void 0:p.firstWeekContainsDate)??c.firstWeekContainsDate??((v=(g=c.locale)==null?void 0:g.options)==null?void 0:v.firstWeekContainsDate)??1,o=(0,ei.constructFrom)((t==null?void 0:t.in)||e,0);o.setFullYear(i+1,0,s),o.setHours(0,0,0,0);const l=(0,ti.startOfWeek)(o,t),d=(0,ei.constructFrom)((t==null?void 0:t.in)||e,0);d.setFullYear(i,0,s),d.setHours(0,0,0,0);const m=(0,ti.startOfWeek)(d,t);return+n>=+l?i+1:+n>=+m?i:i-1}xt.startOfWeekYear=rE;var eE=U1,tE=J,nE=H0,aE=pe;function rE(e,t){var l,d,m,f;const n=(0,eE.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,nE.getWeekYear)(e,t),s=(0,tE.constructFrom)((t==null?void 0:t.in)||e,0);return s.setFullYear(c,0,i),s.setHours(0,0,0,0),(0,aE.startOfWeek)(s,t)}gt.getWeek=lE;var iE=L,cE=pe,sE=xt,oE=T;function lE(e,t){const n=(0,oE.toDate)(e,t==null?void 0:t.in),i=+(0,cE.startOfWeek)(n,t)-+(0,sE.startOfWeekYear)(n,t);return Math.round(i/iE.millisecondsInWeek)+1}var C3={};C3.addLeadingZeros=dE;function dE(e,t){const n=e<0?"-":"",i=Math.abs(e).toString().padStart(t,"0");return n+i}var bt={};bt.lightFormatters=void 0;var ze=C3;bt.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)}};s6.formatters=void 0;var uE=o6,hE=vt,mE=Xe,fE=gt,pE=H0,I1=C3,Be=bt;const $3={am:"am",pm:"pm",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"};s6.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,pE.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,fE.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,hE.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,uE.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=$3.noon:i===0?c=$3.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=$3.evening:i>=12?c=$3.afternoon:i>=4?c=$3.morning:c=$3.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 ai(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 ai(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"+ni(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"+ni(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 ni(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 ai(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 jt={};jt.longFormatters=void 0;const ri=(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"})}},Co=(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"})}},vE=(e,t)=>{const n=e.match(/(P+)(p+)?/)||[],i=n[1],c=n[2];if(!c)return ri(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}}",ri(i,t)).replace("{{time}}",Co(c,t))};jt.longFormatters={p:Co,P:vE};var U0={};U0.isProtectedDayOfYearToken=jE;U0.isProtectedWeekYearToken=yE;U0.warnOrThrowProtectedError=_E;const gE=/^D+$/,xE=/^Y+$/,bE=["D","DD","YY","YYYY"];function jE(e){return gE.test(e)}function yE(e){return xE.test(e)}function _E(e,t,n){const i=wE(e,t,n);if(console.warn(i),bE.includes(e))throw new RangeError(i)}function wE(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=v,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=U1,i=s6,c=jt,s=U0,o=Fe,l=T;const d=/[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g,m=/P+p+|P+|p+|''|'(''|[^'])+('|$)|./g,f=/^'([^]*?)'?$/,p=/''/g,g=/[a-zA-Z]/;function v(y,_,b){var W,V,M,q,K,Z,z,Y;const S=(0,n.getDefaultOptions)(),P=(b==null?void 0:b.locale)??S.locale??t.defaultLocale,C=(b==null?void 0:b.firstWeekContainsDate)??((V=(W=b==null?void 0:b.locale)==null?void 0:W.options)==null?void 0:V.firstWeekContainsDate)??S.firstWeekContainsDate??((q=(M=S.locale)==null?void 0:M.options)==null?void 0:q.firstWeekContainsDate)??1,$=(b==null?void 0:b.weekStartsOn)??((Z=(K=b==null?void 0:b.locale)==null?void 0:K.options)==null?void 0:Z.weekStartsOn)??S.weekStartsOn??((Y=(z=S.locale)==null?void 0:z.options)==null?void 0:Y.weekStartsOn)??0,A=(0,l.toDate)(y,b==null?void 0:b.in);if(!(0,o.isValid)(A))throw new RangeError("Invalid time value");let O=_.match(m).map(E=>{const w=E[0];if(w==="p"||w==="P"){const j=c.longFormatters[w];return j(E,P.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}});P.localize.preprocessor&&(O=P.localize.preprocessor(A,O));const N={firstWeekContainsDate:C,weekStartsOn:$,locale:P};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,_,String(y));const j=i.formatters[w[0]];return j(A,w,P.localize,N)}).join("")}function x(y){const _=y.match(f);return _?_[1].replace(p,"'"):y}})(e6);var l6={};l6.formatDistance=PE;var SE=O3,OE=U1,ii=Ae,CE=f1,DE=S3,T3=L,$E=z0,TE=B0;function PE(e,t,n){const i=(0,OE.getDefaultOptions)(),c=(n==null?void 0:n.locale)??i.locale??SE.defaultLocale,s=2520,o=(0,DE.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,CE.normalizeDates)(n==null?void 0:n.in,...o>0?[t,e]:[e,t]),f=(0,TE.differenceInSeconds)(m,d),p=((0,ii.getTimezoneOffsetInMilliseconds)(m)-(0,ii.getTimezoneOffsetInMilliseconds)(d))/1e3,g=Math.round((f-p)/60);let v;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<T3.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<T3.minutesInMonth){const x=Math.round(g/T3.minutesInDay);return c.formatDistance("xDays",x,l)}else if(g<T3.minutesInMonth*2)return v=Math.round(g/T3.minutesInMonth),c.formatDistance("aboutXMonths",v,l)}if(v=(0,$E.differenceInMonths)(m,d),v<12){const x=Math.round(g/T3.minutesInMonth);return c.formatDistance("xMonths",x,l)}else{const x=v%12,y=Math.trunc(v/12);return x<3?c.formatDistance("aboutXYears",y,l):x<9?c.formatDistance("overXYears",y,l):c.formatDistance("almostXYears",y+1,l)}}var d6={};d6.formatDistanceStrict=FE;var EE=O3,ZE=U1,IE=Re,ci=Ae,ME=f1,AE=S3,Ye=L;function FE(e,t,n){const i=(0,ZE.getDefaultOptions)(),c=(n==null?void 0:n.locale)??i.locale??EE.defaultLocale,s=(0,AE.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,ME.normalizeDates)(n==null?void 0:n.in,...s>0?[t,e]:[e,t]),m=(0,IE.getRoundingMethod)((n==null?void 0:n.roundingMethod)??"round"),f=d.getTime()-l.getTime(),p=f/Ye.millisecondsInMinute,g=(0,ci.getTimezoneOffsetInMilliseconds)(d)-(0,ci.getTimezoneOffsetInMilliseconds)(l),v=(f-g)/Ye.millisecondsInMinute,x=n==null?void 0:n.unit;let y;if(x?y=x:p<1?y="second":p<60?y="minute":p<Ye.minutesInDay?y="hour":v<Ye.minutesInMonth?y="day":v<Ye.minutesInYear?y="month":y="year",y==="second"){const _=m(f/1e3);return c.formatDistance("xSeconds",_,o)}else if(y==="minute"){const _=m(p);return c.formatDistance("xMinutes",_,o)}else if(y==="hour"){const _=m(p/60);return c.formatDistance("xHours",_,o)}else if(y==="day"){const _=m(v/Ye.minutesInDay);return c.formatDistance("xDays",_,o)}else if(y==="month"){const _=m(v/Ye.minutesInMonth);return _===12&&x!=="month"?c.formatDistance("xYears",1,o):c.formatDistance("xMonths",_,o)}else{const _=m(v/Ye.minutesInYear);return c.formatDistance("xYears",_,o)}}var Do={};Do.formatDistanceToNow=LE;var RE=V1,VE=l6;function LE(e,t){return(0,VE.formatDistance)(e,(0,RE.constructNow)(e),t)}var $o={};$o.formatDistanceToNowStrict=zE;var NE=V1,WE=d6;function zE(e,t){return(0,WE.formatDistanceStrict)(e,(0,NE.constructNow)(e),t)}var To={};To.formatDuration=UE;var BE=O3,YE=U1;const HE=["years","months","weeks","days","hours","minutes","seconds"];function UE(e,t){const n=(0,YE.getDefaultOptions)(),i=(t==null?void 0:t.locale)??n.locale??BE.defaultLocale,c=(t==null?void 0:t.format)??HE,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())}`,p=e[m];return p!==void 0&&(s||e[m])?d.concat(i.formatDistance(f,p)):d},[]).join(o):""}var Po={};Po.formatISO=qE;var He=C3,kE=T;function qE(e,t){const n=(0,kE.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 y=Math.abs(m),_=(0,He.addLeadingZeros)(Math.trunc(y/60),2),b=(0,He.addLeadingZeros)(y%60,2);o=`${m<0?"+":"-"}${_}:${b}`}else o="Z";const f=(0,He.addLeadingZeros)(n.getHours(),2),p=(0,He.addLeadingZeros)(n.getMinutes(),2),g=(0,He.addLeadingZeros)(n.getSeconds(),2),v=s===""?"":"T",x=[f,p,g].join(d);s=`${s}${v}${x}${o}`}return s}var Eo={};Eo.formatISO9075=QE;var P3=C3,KE=Fe,GE=T;function QE(e,t){const n=(0,GE.toDate)(e,t==null?void 0:t.in);if(!(0,KE.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,P3.addLeadingZeros)(n.getDate(),2),m=(0,P3.addLeadingZeros)(n.getMonth()+1,2);s=`${(0,P3.addLeadingZeros)(n.getFullYear(),4)}${o}${m}${o}${d}`}if(c!=="date"){const d=(0,P3.addLeadingZeros)(n.getHours(),2),m=(0,P3.addLeadingZeros)(n.getMinutes(),2),f=(0,P3.addLeadingZeros)(n.getSeconds(),2);s=`${s}${s===""?"":" "}${d}${l}${m}${l}${f}`}return s}var Zo={};Zo.formatISODuration=JE;function JE(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 Io={};Io.formatRFC3339=tZ;var Ue=C3,XE=Fe,eZ=T;function tZ(e,t){const n=(0,eZ.toDate)(e,t==null?void 0:t.in);if(!(0,XE.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 v=n.getMilliseconds(),x=Math.trunc(v*Math.pow(10,i-3));f="."+(0,Ue.addLeadingZeros)(x,i)}let p="";const g=n.getTimezoneOffset();if(g!==0){const v=Math.abs(g),x=(0,Ue.addLeadingZeros)(Math.trunc(v/60),2),y=(0,Ue.addLeadingZeros)(v%60,2);p=`${g<0?"+":"-"}${x}:${y}`}else p="Z";return`${o}-${s}-${c}T${l}:${d}:${m}${f}${p}`}var Mo={};Mo.formatRFC7231=cZ;var i2=C3,nZ=Fe,aZ=T;const rZ=["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],iZ=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];function cZ(e){const t=(0,aZ.toDate)(e);if(!(0,nZ.isValid)(t))throw new RangeError("Invalid time value");const n=rZ[t.getUTCDay()],i=(0,i2.addLeadingZeros)(t.getUTCDate(),2),c=iZ[t.getUTCMonth()],s=t.getUTCFullYear(),o=(0,i2.addLeadingZeros)(t.getUTCHours(),2),l=(0,i2.addLeadingZeros)(t.getUTCMinutes(),2),d=(0,i2.addLeadingZeros)(t.getUTCSeconds(),2);return`${n}, ${i} ${c} ${s} ${o}:${l}:${d} GMT`}var Ao={};Ao.formatRelative=hZ;var sZ=O3,oZ=U1,lZ=f1,dZ=Me,uZ=e6;function hZ(e,t,n){var p,g,v,x;const[i,c]=(0,lZ.normalizeDates)(n==null?void 0:n.in,e,t),s=(0,oZ.getDefaultOptions)(),o=(n==null?void 0:n.locale)??s.locale??sZ.defaultLocale,l=(n==null?void 0:n.weekStartsOn)??((g=(p=n==null?void 0:n.locale)==null?void 0:p.options)==null?void 0:g.weekStartsOn)??s.weekStartsOn??((x=(v=s.locale)==null?void 0:v.options)==null?void 0:x.weekStartsOn)??0,d=(0,dZ.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,uZ.format)(i,f,{locale:o,weekStartsOn:l})}var Fo={};Fo.fromUnixTime=fZ;var mZ=T;function fZ(e,t){return(0,mZ.toDate)(e*1e3,t==null?void 0:t.in)}var u6={};u6.getDate=vZ;var pZ=T;function vZ(e,t){return(0,pZ.toDate)(e,t==null?void 0:t.in).getDate()}var k0={};k0.getDay=xZ;var gZ=T;function xZ(e,t){return(0,gZ.toDate)(e,t==null?void 0:t.in).getDay()}var h6={};h6.getDaysInMonth=yZ;var bZ=J,jZ=T;function yZ(e,t){const n=(0,jZ.toDate)(e,t==null?void 0:t.in),i=n.getFullYear(),c=n.getMonth(),s=(0,bZ.constructFrom)(n,0);return s.setFullYear(i,c+1,0),s.setHours(0,0,0,0),s.getDate()}var Ro={},m6={};m6.isLeapYear=wZ;var _Z=T;function wZ(e,t){const i=(0,_Z.toDate)(e,t==null?void 0:t.in).getFullYear();return i%400===0||i%4===0&&i%100!==0}Ro.getDaysInYear=CZ;var SZ=m6,OZ=T;function CZ(e,t){const n=(0,OZ.toDate)(e,t==null?void 0:t.in);return Number.isNaN(+n)?NaN:(0,SZ.isLeapYear)(n)?366:365}var Vo={};Vo.getDecade=$Z;var DZ=T;function $Z(e,t){const i=(0,DZ.toDate)(e,t==null?void 0:t.in).getFullYear();return Math.floor(i/10)*10}var f6={};f6.getDefaultOptions=PZ;var TZ=U1;function PZ(){return Object.assign({},(0,TZ.getDefaultOptions)())}var Lo={};Lo.getHours=ZZ;var EZ=T;function ZZ(e,t){return(0,EZ.toDate)(e,t==null?void 0:t.in).getHours()}var p6={};p6.getISODay=MZ;var IZ=T;function MZ(e,t){const n=(0,IZ.toDate)(e,t==null?void 0:t.in).getDay();return n===0?7:n}var No={};No.getISOWeeksInYear=RZ;var AZ=W0,FZ=L,si=n0;function RZ(e,t){const n=(0,si.startOfISOWeekYear)(e,t),c=+(0,si.startOfISOWeekYear)((0,AZ.addWeeks)(n,60))-+n;return Math.round(c/FZ.millisecondsInWeek)}var Wo={};Wo.getMilliseconds=LZ;var VZ=T;function LZ(e){return(0,VZ.toDate)(e).getMilliseconds()}var zo={};zo.getMinutes=WZ;var NZ=T;function WZ(e,t){return(0,NZ.toDate)(e,t==null?void 0:t.in).getMinutes()}var Bo={};Bo.getMonth=BZ;var zZ=T;function BZ(e,t){return(0,zZ.toDate)(e,t==null?void 0:t.in).getMonth()}var Yo={};Yo.getOverlappingDaysInIntervals=HZ;var oi=Ae,YZ=L,c2=T;function HZ(e,t){const[n,i]=[+(0,c2.toDate)(e.start),+(0,c2.toDate)(e.end)].sort((p,g)=>p-g),[c,s]=[+(0,c2.toDate)(t.start),+(0,c2.toDate)(t.end)].sort((p,g)=>p-g);if(!(n<s&&c<i))return 0;const l=c<n?n:c,d=l-(0,oi.getTimezoneOffsetInMilliseconds)(l),m=s>i?i:s,f=m-(0,oi.getTimezoneOffsetInMilliseconds)(m);return Math.ceil((f-d)/YZ.millisecondsInDay)}var Ho={};Ho.getSeconds=kZ;var UZ=T;function kZ(e){return(0,UZ.toDate)(e).getSeconds()}var Uo={};Uo.getTime=KZ;var qZ=T;function KZ(e){return+(0,qZ.toDate)(e)}var ko={};ko.getUnixTime=QZ;var GZ=T;function QZ(e){return Math.trunc(+(0,GZ.toDate)(e)/1e3)}var qo={};qo.getWeekOfMonth=aI;var JZ=U1,XZ=u6,eI=k0,tI=Y0,nI=T;function aI(e,t){var d,m,f,p;const n=(0,JZ.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??((p=(f=n.locale)==null?void 0:f.options)==null?void 0:p.weekStartsOn)??0,c=(0,XZ.getDate)((0,nI.toDate)(e,t==null?void 0:t.in));if(isNaN(c))return NaN;const s=(0,eI.getDay)((0,tI.startOfMonth)(e,t));let o=i-s;o<=0&&(o+=7);const l=c-o;return Math.ceil(l/7)+1}var Ko={},v6={};v6.lastDayOfMonth=rI;var li=T;function rI(e,t){const n=(0,li.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,li.toDate)(n,t==null?void 0:t.in)}Ko.getWeeksInMonth=lI;var iI=it,cI=v6,sI=Y0,oI=T;function lI(e,t){const n=(0,oI.toDate)(e,t==null?void 0:t.in);return(0,iI.differenceInCalendarWeeks)((0,cI.lastDayOfMonth)(n,t),(0,sI.startOfMonth)(n,t),t)+1}var Go={};Go.getYear=uI;var dI=T;function uI(e,t){return(0,dI.toDate)(e,t==null?void 0:t.in).getFullYear()}var Qo={};Qo.hoursToMilliseconds=mI;var hI=L;function mI(e){return Math.trunc(e*hI.millisecondsInHour)}var Jo={};Jo.hoursToMinutes=pI;var fI=L;function pI(e){return Math.trunc(e*fI.minutesInHour)}var Xo={};Xo.hoursToSeconds=gI;var vI=L;function gI(e){return Math.trunc(e*vI.secondsInHour)}var e9={};e9.interval=bI;var xI=f1;function bI(e,t,n){const[i,c]=(0,xI.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 t9={};t9.intervalToDuration=DI;var jI=_e,o0=Z5,yI=st,_I=ot,wI=dt,SI=z0,OI=B0,CI=G5;function DI(e,t){const{start:n,end:i}=(0,jI.normalizeInterval)(t==null?void 0:t.in,e),c={},s=(0,CI.differenceInYears)(i,n);s&&(c.years=s);const o=(0,o0.add)(n,{years:c.years}),l=(0,SI.differenceInMonths)(i,o);l&&(c.months=l);const d=(0,o0.add)(o,{months:c.months}),m=(0,yI.differenceInDays)(i,d);m&&(c.days=m);const f=(0,o0.add)(d,{days:c.days}),p=(0,_I.differenceInHours)(i,f);p&&(c.hours=p);const g=(0,o0.add)(f,{hours:c.hours}),v=(0,wI.differenceInMinutes)(i,g);v&&(c.minutes=v);const x=(0,o0.add)(g,{minutes:c.minutes}),y=(0,OI.differenceInSeconds)(i,x);return y&&(c.seconds=y),c}var n9={};n9.intlFormat=TI;var $I=T;function TI(e,t,n){let i;return PI(t)?i=t:n=t,new Intl.DateTimeFormat(n==null?void 0:n.locale,i).format((0,$I.toDate)(e))}function PI(e){return e!==void 0&&!("locale"in e)}var a9={};a9.intlFormatDistance=ZI;var EI=f1,l3=L,rr=Me,di=rt,ir=U5,ui=it,cr=ct,hi=ot,mi=dt,sr=B0;function ZI(e,t,n){let i=0,c;const[s,o]=(0,EI.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,sr.differenceInSeconds)(s,o):c==="minute"?i=(0,mi.differenceInMinutes)(s,o):c==="hour"?i=(0,hi.differenceInHours)(s,o):c==="day"?i=(0,rr.differenceInCalendarDays)(s,o):c==="week"?i=(0,ui.differenceInCalendarWeeks)(s,o):c==="month"?i=(0,di.differenceInCalendarMonths)(s,o):c==="quarter"?i=(0,ir.differenceInCalendarQuarters)(s,o):c==="year"&&(i=(0,cr.differenceInCalendarYears)(s,o));else{const d=(0,sr.differenceInSeconds)(s,o);Math.abs(d)<l3.secondsInMinute?(i=(0,sr.differenceInSeconds)(s,o),c="second"):Math.abs(d)<l3.secondsInHour?(i=(0,mi.differenceInMinutes)(s,o),c="minute"):Math.abs(d)<l3.secondsInDay&&Math.abs((0,rr.differenceInCalendarDays)(s,o))<1?(i=(0,hi.differenceInHours)(s,o),c="hour"):Math.abs(d)<l3.secondsInWeek&&(i=(0,rr.differenceInCalendarDays)(s,o))&&Math.abs(i)<7?c="day":Math.abs(d)<l3.secondsInMonth?(i=(0,ui.differenceInCalendarWeeks)(s,o),c="week"):Math.abs(d)<l3.secondsInQuarter?(i=(0,di.differenceInCalendarMonths)(s,o),c="month"):Math.abs(d)<l3.secondsInYear&&(0,ir.differenceInCalendarQuarters)(s,o)<4?(i=(0,ir.differenceInCalendarQuarters)(s,o),c="quarter"):(i=(0,cr.differenceInCalendarYears)(s,o),c="year")}return new Intl.RelativeTimeFormat(n==null?void 0:n.locale,{numeric:"auto",...n}).format(i,c)}var r9={};r9.isAfter=II;var fi=T;function II(e,t){return+(0,fi.toDate)(e)>+(0,fi.toDate)(t)}var i9={};i9.isBefore=MI;var pi=T;function MI(e,t){return+(0,pi.toDate)(e)<+(0,pi.toDate)(t)}var c9={};c9.isEqual=AI;var vi=T;function AI(e,t){return+(0,vi.toDate)(e)==+(0,vi.toDate)(t)}var s9={};s9.isExists=FI;function FI(e,t,n){const i=new Date(e,t,n);return i.getFullYear()===e&&i.getMonth()===t&&i.getDate()===n}var o9={};o9.isFirstDayOfMonth=VI;var RI=T;function VI(e,t){return(0,RI.toDate)(e,t==null?void 0:t.in).getDate()===1}var l9={};l9.isFriday=NI;var LI=T;function NI(e,t){return(0,LI.toDate)(e,t==null?void 0:t.in).getDay()===5}var d9={};d9.isFuture=zI;var WI=T;function zI(e){return+(0,WI.toDate)(e)>Date.now()}var u9={},g6={},qe={},x6={};x6.transpose=YI;var BI=J;function YI(e,t){const n=HI(t)?new t(0):(0,BI.constructFrom)(t,0);return n.setFullYear(e.getFullYear(),e.getMonth(),e.getDate()),n.setHours(e.getHours(),e.getMinutes(),e.getSeconds(),e.getMilliseconds()),n}function HI(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 gi=J,UI=x6;const kI=10;class b6{constructor(){U(this,"subPriority",0)}validate(t,n){return!0}}qe.Setter=b6;class qI extends b6{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=qI;class KI extends b6{constructor(n,i){super();U(this,"priority",kI);U(this,"subPriority",-1);this.context=n||(c=>(0,gi.constructFrom)(i,c))}set(n,i){return i.timestampIsSet?n:(0,gi.constructFrom)(n,(0,UI.transpose)(n,this.context))}}qe.DateTimezoneSetter=KI;var j6={},y6={},l1={};l1.Parser=void 0;var GI=qe;class QI{run(t,n,i,c){const s=this.parse(t,n,i,c);return s?{setter:new GI.ValueSetter(s.value,this.validate,this.set,this.priority,this.subPriority),rest:s.rest}:null}validate(t,n,i){return!0}}l1.Parser=QI;y6.EraParser=void 0;var JI=l1;class XI extends JI.Parser{constructor(){super(...arguments);U(this,"priority",140);U(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}}y6.EraParser=XI;var _6={},s1={},R1={};R1.timezonePatterns=R1.numericPatterns=void 0;R1.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}/};R1.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/};s1.dayPeriodEnumToHours=iM;s1.isLeapYearIndex=sM;s1.mapValue=eM;s1.normalizeTwoDigitYear=cM;s1.parseAnyDigitsSigned=nM;s1.parseNDigits=aM;s1.parseNDigitsSigned=rM;s1.parseNumericPattern=ne;s1.parseTimezonePattern=tM;var or=L,$e=R1;function eM(e,t){return e&&{value:t(e.value),rest:e.rest}}function ne(e,t){const n=t.match(e);return n?{value:parseInt(n[0],10),rest:t.slice(n[0].length)}:null}function tM(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*or.millisecondsInHour+s*or.millisecondsInMinute+o*or.millisecondsInSecond),rest:t.slice(n[0].length)}}function nM(e){return ne($e.numericPatterns.anyDigitsSigned,e)}function aM(e,t){switch(e){case 1:return ne($e.numericPatterns.singleDigit,t);case 2:return ne($e.numericPatterns.twoDigits,t);case 3:return ne($e.numericPatterns.threeDigits,t);case 4:return ne($e.numericPatterns.fourDigits,t);default:return ne(new RegExp("^\\d{1,"+e+"}"),t)}}function rM(e,t){switch(e){case 1:return ne($e.numericPatterns.singleDigitSigned,t);case 2:return ne($e.numericPatterns.twoDigitsSigned,t);case 3:return ne($e.numericPatterns.threeDigitsSigned,t);case 4:return ne($e.numericPatterns.fourDigitsSigned,t);default:return ne(new RegExp("^-?\\d{1,"+e+"}"),t)}}function iM(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 cM(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 sM(e){return e%400===0||e%4===0&&e%100!==0}_6.YearParser=void 0;var oM=l1,E3=s1;class lM extends oM.Parser{constructor(){super(...arguments);U(this,"priority",130);U(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,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){const s=n.getFullYear();if(c.isTwoDigitYear){const l=(0,E3.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}}_6.YearParser=lM;var w6={};w6.LocalWeekYearParser=void 0;var dM=H0,xi=pe,uM=l1,Z3=s1;class hM extends uM.Parser{constructor(){super(...arguments);U(this,"priority",130);U(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,Z3.mapValue)((0,Z3.parseNDigits)(4,n),s);case"Yo":return(0,Z3.mapValue)(c.ordinalNumber(n,{unit:"year"}),s);default:return(0,Z3.mapValue)((0,Z3.parseNDigits)(i.length,n),s)}}validate(n,i){return i.isTwoDigitYear||i.year>0}set(n,i,c,s){const o=(0,dM.getWeekYear)(n,s);if(c.isTwoDigitYear){const d=(0,Z3.normalizeTwoDigitYear)(c.year,o);return n.setFullYear(d,0,s.firstWeekContainsDate),n.setHours(0,0,0,0),(0,xi.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,xi.startOfWeek)(n,s)}}w6.LocalWeekYearParser=hM;var S6={};S6.ISOWeekYearParser=void 0;var mM=ye,fM=J,pM=l1,bi=s1;class vM extends pM.Parser{constructor(){super(...arguments);U(this,"priority",130);U(this,"incompatibleTokens",["G","y","Y","u","Q","q","M","L","w","d","D","e","c","t","T"])}parse(n,i){return i==="R"?(0,bi.parseNDigitsSigned)(4,n):(0,bi.parseNDigitsSigned)(i.length,n)}set(n,i,c){const s=(0,fM.constructFrom)(n,0);return s.setFullYear(c,0,4),s.setHours(0,0,0,0),(0,mM.startOfISOWeek)(s)}}S6.ISOWeekYearParser=vM;var O6={};O6.ExtendedYearParser=void 0;var gM=l1,ji=s1;class xM extends gM.Parser{constructor(){super(...arguments);U(this,"priority",130);U(this,"incompatibleTokens",["G","y","Y","R","w","I","i","e","c","t","T"])}parse(n,i){return i==="u"?(0,ji.parseNDigitsSigned)(4,n):(0,ji.parseNDigitsSigned)(i.length,n)}set(n,i,c){return n.setFullYear(c,0,1),n.setHours(0,0,0,0),n}}O6.ExtendedYearParser=xM;var C6={};C6.QuarterParser=void 0;var bM=l1,jM=s1;class yM extends bM.Parser{constructor(){super(...arguments);U(this,"priority",120);U(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,jM.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}}C6.QuarterParser=yM;var D6={};D6.StandAloneQuarterParser=void 0;var _M=l1,wM=s1;class SM extends _M.Parser{constructor(){super(...arguments);U(this,"priority",120);U(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:"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}}D6.StandAloneQuarterParser=SM;var $6={};$6.MonthParser=void 0;var OM=R1,CM=l1,l0=s1;class DM extends CM.Parser{constructor(){super(...arguments);U(this,"incompatibleTokens",["Y","R","q","Q","L","w","I","D","i","e","c","t","T"]);U(this,"priority",110)}parse(n,i,c){const s=o=>o-1;switch(i){case"M":return(0,l0.mapValue)((0,l0.parseNumericPattern)(OM.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}}$6.MonthParser=DM;var T6={};T6.StandAloneMonthParser=void 0;var $M=R1,TM=l1,d0=s1;class PM extends TM.Parser{constructor(){super(...arguments);U(this,"priority",110);U(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)($M.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}}T6.StandAloneMonthParser=PM;var P6={},E6={};E6.setWeek=ZM;var EM=gt,yi=T;function ZM(e,t,n){const i=(0,yi.toDate)(e,n==null?void 0:n.in),c=(0,EM.getWeek)(i,n)-t;return i.setDate(i.getDate()-c*7),(0,yi.toDate)(i,n==null?void 0:n.in)}P6.LocalWeekParser=void 0;var IM=E6,MM=pe,AM=R1,FM=l1,_i=s1;class RM extends FM.Parser{constructor(){super(...arguments);U(this,"priority",100);U(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,_i.parseNumericPattern)(AM.numericPatterns.week,n);case"wo":return c.ordinalNumber(n,{unit:"week"});default:return(0,_i.parseNDigits)(i.length,n)}}validate(n,i){return i>=1&&i<=53}set(n,i,c,s){return(0,MM.startOfWeek)((0,IM.setWeek)(n,c,s),s)}}P6.LocalWeekParser=RM;var Z6={},I6={};I6.setISOWeek=NM;var VM=vt,LM=T;function NM(e,t,n){const i=(0,LM.toDate)(e,n==null?void 0:n.in),c=(0,VM.getISOWeek)(i,n)-t;return i.setDate(i.getDate()-c*7),i}Z6.ISOWeekParser=void 0;var WM=I6,zM=ye,BM=R1,YM=l1,wi=s1;class HM extends YM.Parser{constructor(){super(...arguments);U(this,"priority",100);U(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,wi.parseNumericPattern)(BM.numericPatterns.week,n);case"Io":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){return(0,zM.startOfISOWeek)((0,WM.setISOWeek)(n,c))}}Z6.ISOWeekParser=HM;var M6={};M6.DateParser=void 0;var UM=R1,kM=l1,lr=s1;const qM=[31,28,31,30,31,30,31,31,30,31,30,31],KM=[31,29,31,30,31,30,31,31,30,31,30,31];class GM extends kM.Parser{constructor(){super(...arguments);U(this,"priority",90);U(this,"subPriority",1);U(this,"incompatibleTokens",["Y","R","q","Q","w","I","D","i","e","c","t","T"])}parse(n,i,c){switch(i){case"d":return(0,lr.parseNumericPattern)(UM.numericPatterns.date,n);case"do":return c.ordinalNumber(n,{unit:"date"});default:return(0,lr.parseNDigits)(i.length,n)}}validate(n,i){const c=n.getFullYear(),s=(0,lr.isLeapYearIndex)(c),o=n.getMonth();return s?i>=1&&i<=KM[o]:i>=1&&i<=qM[o]}set(n,i,c){return n.setDate(c),n.setHours(0,0,0,0),n}}M6.DateParser=GM;var A6={};A6.DayOfYearParser=void 0;var QM=R1,JM=l1,dr=s1;class XM extends JM.Parser{constructor(){super(...arguments);U(this,"priority",90);U(this,"subpriority",1);U(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,dr.parseNumericPattern)(QM.numericPatterns.dayOfYear,n);case"Do":return c.ordinalNumber(n,{unit:"date"});default:return(0,dr.parseNDigits)(i.length,n)}}validate(n,i){const c=n.getFullYear();return(0,dr.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}}A6.DayOfYearParser=XM;var F6={},q0={};q0.setDay=aA;var eA=U1,tA=je,nA=T;function aA(e,t,n){var p,g,v,x;const i=(0,eA.getDefaultOptions)(),c=(n==null?void 0:n.weekStartsOn)??((g=(p=n==null?void 0:n.locale)==null?void 0:p.options)==null?void 0:g.weekStartsOn)??i.weekStartsOn??((x=(v=i.locale)==null?void 0:v.options)==null?void 0:x.weekStartsOn)??0,s=(0,nA.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,tA.addDays)(s,f,n)}F6.DayParser=void 0;var rA=q0,iA=l1;class cA extends iA.Parser{constructor(){super(...arguments);U(this,"priority",90);U(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,rA.setDay)(n,c,s),n.setHours(0,0,0,0),n}}F6.DayParser=cA;var R6={};R6.LocalDayParser=void 0;var sA=q0,oA=l1,ur=s1;class lA extends oA.Parser{constructor(){super(...arguments);U(this,"priority",90);U(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,ur.mapValue)((0,ur.parseNDigits)(i.length,n),o);case"eo":return(0,ur.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,sA.setDay)(n,c,s),n.setHours(0,0,0,0),n}}R6.LocalDayParser=lA;var V6={};V6.StandAloneLocalDayParser=void 0;var dA=q0,uA=l1,hr=s1;class hA extends uA.Parser{constructor(){super(...arguments);U(this,"priority",90);U(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,hr.mapValue)((0,hr.parseNDigits)(i.length,n),o);case"co":return(0,hr.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,dA.setDay)(n,c,s),n.setHours(0,0,0,0),n}}V6.StandAloneLocalDayParser=hA;var L6={},N6={};N6.setISODay=vA;var mA=je,fA=p6,pA=T;function vA(e,t,n){const i=(0,pA.toDate)(e,n==null?void 0:n.in),c=(0,fA.getISODay)(i,n),s=t-c;return(0,mA.addDays)(i,s,n)}L6.ISODayParser=void 0;var gA=N6,xA=l1,u0=s1;class bA extends xA.Parser{constructor(){super(...arguments);U(this,"priority",90);U(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,gA.setISODay)(n,c),n.setHours(0,0,0,0),n}}L6.ISODayParser=bA;var W6={};W6.AMPMParser=void 0;var jA=l1,yA=s1;class _A extends jA.Parser{constructor(){super(...arguments);U(this,"priority",80);U(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,yA.dayPeriodEnumToHours)(c),0,0,0),n}}W6.AMPMParser=_A;var z6={};z6.AMPMMidnightParser=void 0;var wA=l1,SA=s1;class OA extends wA.Parser{constructor(){super(...arguments);U(this,"priority",80);U(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,SA.dayPeriodEnumToHours)(c),0,0,0),n}}z6.AMPMMidnightParser=OA;var B6={};B6.DayPeriodParser=void 0;var CA=l1,DA=s1;class $A extends CA.Parser{constructor(){super(...arguments);U(this,"priority",80);U(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,DA.dayPeriodEnumToHours)(c),0,0,0),n}}B6.DayPeriodParser=$A;var Y6={};Y6.Hour1to12Parser=void 0;var TA=R1,PA=l1,Si=s1;class EA extends PA.Parser{constructor(){super(...arguments);U(this,"priority",70);U(this,"incompatibleTokens",["H","K","k","t","T"])}parse(n,i,c){switch(i){case"h":return(0,Si.parseNumericPattern)(TA.numericPatterns.hour12h,n);case"ho":return c.ordinalNumber(n,{unit:"hour"});default:return(0,Si.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}}Y6.Hour1to12Parser=EA;var H6={};H6.Hour0to23Parser=void 0;var ZA=R1,IA=l1,Oi=s1;class MA extends IA.Parser{constructor(){super(...arguments);U(this,"priority",70);U(this,"incompatibleTokens",["a","b","h","K","k","t","T"])}parse(n,i,c){switch(i){case"H":return(0,Oi.parseNumericPattern)(ZA.numericPatterns.hour23h,n);case"Ho":return c.ordinalNumber(n,{unit:"hour"});default:return(0,Oi.parseNDigits)(i.length,n)}}validate(n,i){return i>=0&&i<=23}set(n,i,c){return n.setHours(c,0,0,0),n}}H6.Hour0to23Parser=MA;var U6={};U6.Hour0To11Parser=void 0;var AA=R1,FA=l1,Ci=s1;class RA extends FA.Parser{constructor(){super(...arguments);U(this,"priority",70);U(this,"incompatibleTokens",["h","H","k","t","T"])}parse(n,i,c){switch(i){case"K":return(0,Ci.parseNumericPattern)(AA.numericPatterns.hour11h,n);case"Ko":return c.ordinalNumber(n,{unit:"hour"});default:return(0,Ci.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}}U6.Hour0To11Parser=RA;var k6={};k6.Hour1To24Parser=void 0;var VA=R1,LA=l1,Di=s1;class NA extends LA.Parser{constructor(){super(...arguments);U(this,"priority",70);U(this,"incompatibleTokens",["a","b","h","H","K","t","T"])}parse(n,i,c){switch(i){case"k":return(0,Di.parseNumericPattern)(VA.numericPatterns.hour24h,n);case"ko":return c.ordinalNumber(n,{unit:"hour"});default:return(0,Di.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=NA;var q6={};q6.MinuteParser=void 0;var WA=R1,zA=l1,$i=s1;class BA extends zA.Parser{constructor(){super(...arguments);U(this,"priority",60);U(this,"incompatibleTokens",["t","T"])}parse(n,i,c){switch(i){case"m":return(0,$i.parseNumericPattern)(WA.numericPatterns.minute,n);case"mo":return c.ordinalNumber(n,{unit:"minute"});default:return(0,$i.parseNDigits)(i.length,n)}}validate(n,i){return i>=0&&i<=59}set(n,i,c){return n.setMinutes(c,0,0),n}}q6.MinuteParser=BA;var K6={};K6.SecondParser=void 0;var YA=R1,HA=l1,Ti=s1;class UA extends HA.Parser{constructor(){super(...arguments);U(this,"priority",50);U(this,"incompatibleTokens",["t","T"])}parse(n,i,c){switch(i){case"s":return(0,Ti.parseNumericPattern)(YA.numericPatterns.second,n);case"so":return c.ordinalNumber(n,{unit:"second"});default:return(0,Ti.parseNDigits)(i.length,n)}}validate(n,i){return i>=0&&i<=59}set(n,i,c){return n.setSeconds(c,0),n}}K6.SecondParser=UA;var G6={};G6.FractionOfSecondParser=void 0;var kA=l1,Pi=s1;class qA extends kA.Parser{constructor(){super(...arguments);U(this,"priority",30);U(this,"incompatibleTokens",["t","T"])}parse(n,i){const c=s=>Math.trunc(s*Math.pow(10,-i.length+3));return(0,Pi.mapValue)((0,Pi.parseNDigits)(i.length,n),c)}set(n,i,c){return n.setMilliseconds(c),n}}G6.FractionOfSecondParser=qA;var Q6={};Q6.ISOTimezoneWithZParser=void 0;var KA=J,GA=Ae,h0=R1,QA=l1,m0=s1;class JA extends QA.Parser{constructor(){super(...arguments);U(this,"priority",10);U(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,KA.constructFrom)(n,n.getTime()-(0,GA.getTimezoneOffsetInMilliseconds)(n)-c)}}Q6.ISOTimezoneWithZParser=JA;var J6={};J6.ISOTimezoneParser=void 0;var XA=J,eF=Ae,f0=R1,tF=l1,p0=s1;class nF extends tF.Parser{constructor(){super(...arguments);U(this,"priority",10);U(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,XA.constructFrom)(n,n.getTime()-(0,eF.getTimezoneOffsetInMilliseconds)(n)-c)}}J6.ISOTimezoneParser=nF;var X6={};X6.TimestampSecondsParser=void 0;var aF=J,rF=l1,iF=s1;class cF extends rF.Parser{constructor(){super(...arguments);U(this,"priority",40);U(this,"incompatibleTokens","*")}parse(n){return(0,iF.parseAnyDigitsSigned)(n)}set(n,i,c){return[(0,aF.constructFrom)(n,c*1e3),{timestampIsSet:!0}]}}X6.TimestampSecondsParser=cF;var e8={};e8.TimestampMillisecondsParser=void 0;var sF=J,oF=l1,lF=s1;class dF extends oF.Parser{constructor(){super(...arguments);U(this,"priority",20);U(this,"incompatibleTokens","*")}parse(n){return(0,lF.parseAnyDigitsSigned)(n)}set(n,i,c){return[(0,sF.constructFrom)(n,c),{timestampIsSet:!0}]}}e8.TimestampMillisecondsParser=dF;j6.parsers=void 0;var uF=y6,hF=_6,mF=w6,fF=S6,pF=O6,vF=C6,gF=D6,xF=$6,bF=T6,jF=P6,yF=Z6,_F=M6,wF=A6,SF=F6,OF=R6,CF=V6,DF=L6,$F=W6,TF=z6,PF=B6,EF=Y6,ZF=H6,IF=U6,MF=k6,AF=q6,FF=K6,RF=G6,VF=Q6,LF=J6,NF=X6,WF=e8;j6.parsers={G:new uF.EraParser,y:new hF.YearParser,Y:new mF.LocalWeekYearParser,R:new fF.ISOWeekYearParser,u:new pF.ExtendedYearParser,Q:new vF.QuarterParser,q:new gF.StandAloneQuarterParser,M:new xF.MonthParser,L:new bF.StandAloneMonthParser,w:new jF.LocalWeekParser,I:new yF.ISOWeekParser,d:new _F.DateParser,D:new wF.DayOfYearParser,E:new SF.DayParser,e:new OF.LocalDayParser,c:new CF.StandAloneLocalDayParser,i:new DF.ISODayParser,a:new $F.AMPMParser,b:new TF.AMPMMidnightParser,B:new PF.DayPeriodParser,h:new EF.Hour1to12Parser,H:new ZF.Hour0to23Parser,K:new IF.Hour0To11Parser,k:new MF.Hour1To24Parser,m:new AF.MinuteParser,s:new FF.SecondParser,S:new RF.FractionOfSecondParser,X:new VF.ISOTimezoneWithZParser,x:new LF.ISOTimezoneParser,t:new NF.TimestampSecondsParser,T:new WF.TimestampMillisecondsParser};(function(e){Object.defineProperty(e,"longFormatters",{enumerable:!0,get:function(){return n.longFormatters}}),e.parse=y,Object.defineProperty(e,"parsers",{enumerable:!0,get:function(){return d.parsers}});var t=O3,n=jt,i=U0,c=J,s=f6,o=T,l=qe,d=j6;const m=/[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g,f=/P+p+|P+|p+|''|'(''|[^'])+('|$)|./g,p=/^'([^]*?)'?$/,g=/''/g,v=/\S/,x=/[a-zA-Z]/;function y(b,S,P,C){var E,w,j,R,G,k,u1,h1;const $=()=>(0,c.constructFrom)((C==null?void 0:C.in)||P,NaN),A=(0,s.getDefaultOptions)(),O=(C==null?void 0:C.locale)??A.locale??t.defaultLocale,N=(C==null?void 0:C.firstWeekContainsDate)??((w=(E=C==null?void 0:C.locale)==null?void 0:E.options)==null?void 0:w.firstWeekContainsDate)??A.firstWeekContainsDate??((R=(j=A.locale)==null?void 0:j.options)==null?void 0:R.firstWeekContainsDate)??1,W=(C==null?void 0:C.weekStartsOn)??((k=(G=C==null?void 0:C.locale)==null?void 0:G.options)==null?void 0:k.weekStartsOn)??A.weekStartsOn??((h1=(u1=A.locale)==null?void 0:u1.options)==null?void 0:h1.weekStartsOn)??0;if(!S)return b?$():(0,o.toDate)(P,C==null?void 0:C.in);const V={firstWeekContainsDate:N,weekStartsOn:W,locale:O},M=[new l.DateTimezoneSetter(C==null?void 0:C.in,P)],q=S.match(f).map(Q=>{const t1=Q[0];if(t1 in n.longFormatters){const a1=n.longFormatters[t1];return a1(Q,O.formatLong)}return Q}).join("").match(m),K=[];for(let Q of q){!(C!=null&&C.useAdditionalWeekYearTokens)&&(0,i.isProtectedWeekYearToken)(Q)&&(0,i.warnOrThrowProtectedError)(Q,S,b),!(C!=null&&C.useAdditionalDayOfYearTokens)&&(0,i.isProtectedDayOfYearToken)(Q)&&(0,i.warnOrThrowProtectedError)(Q,S,b);const t1=Q[0],a1=d.parsers[t1];if(a1){const{incompatibleTokens:i1}=a1;if(Array.isArray(i1)){const m1=K.find(x1=>i1.includes(x1.token)||x1.token===t1);if(m1)throw new RangeError(`The format string mustn't contain \`${m1.fullToken}\` and \`${Q}\` at the same time`)}else if(a1.incompatibleTokens==="*"&&K.length>0)throw new RangeError(`The format string mustn't contain \`${Q}\` and any other token at the same time`);K.push({token:t1,fullToken:Q});const n1=a1.run(b,Q,O.match,V);if(!n1)return $();M.push(n1.setter),b=n1.rest}else{if(t1.match(x))throw new RangeError("Format string contains an unescaped latin alphabet character `"+t1+"`");if(Q==="''"?Q="'":t1==="'"&&(Q=_(Q)),b.indexOf(Q)===0)b=b.slice(Q.length);else return $()}}if(b.length>0&&v.test(b))return $();const Z=M.map(Q=>Q.priority).sort((Q,t1)=>t1-Q).filter((Q,t1,a1)=>a1.indexOf(Q)===t1).map(Q=>M.filter(t1=>t1.priority===Q).sort((t1,a1)=>a1.subPriority-t1.subPriority)).map(Q=>Q[0]);let z=(0,o.toDate)(P,C==null?void 0:C.in);if(isNaN(+z))return $();const Y={};for(const Q of Z){if(!Q.validate(z,V))return $();const t1=Q.set(z,Y,V);Array.isArray(t1)?(z=t1[0],Object.assign(Y,t1[1])):z=t1}return z}function _(b){return b.match(p)[1].replace(g,"'")}})(g6);u9.isMatch=YF;var zF=Fe,BF=g6;function YF(e,t,n){return(0,zF.isValid)((0,BF.parse)(e,t,new Date,n))}var h9={};h9.isMonday=UF;var HF=T;function UF(e,t){return(0,HF.toDate)(e,t==null?void 0:t.in).getDay()===1}var m9={};m9.isPast=qF;var kF=T;function qF(e){return+(0,kF.toDate)(e)<Date.now()}var t8={},n8={};n8.startOfHour=GF;var KF=T;function GF(e,t){const n=(0,KF.toDate)(e,t==null?void 0:t.in);return n.setMinutes(0,0,0),n}t8.isSameHour=JF;var QF=f1,Ei=n8;function JF(e,t,n){const[i,c]=(0,QF.normalizeDates)(n==null?void 0:n.in,e,t);return+(0,Ei.startOfHour)(i)==+(0,Ei.startOfHour)(c)}var a8={},yt={};yt.isSameWeek=eR;var XF=f1,Zi=pe;function eR(e,t,n){const[i,c]=(0,XF.normalizeDates)(n==null?void 0:n.in,e,t);return+(0,Zi.startOfWeek)(i,n)==+(0,Zi.startOfWeek)(c,n)}a8.isSameISOWeek=nR;var tR=yt;function nR(e,t,n){return(0,tR.isSameWeek)(e,t,{...n,weekStartsOn:1})}var f9={};f9.isSameISOWeekYear=rR;var Ii=n0,aR=f1;function rR(e,t,n){const[i,c]=(0,aR.normalizeDates)(n==null?void 0:n.in,e,t);return+(0,Ii.startOfISOWeekYear)(i)==+(0,Ii.startOfISOWeekYear)(c)}var r8={},i8={};i8.startOfMinute=cR;var iR=T;function cR(e,t){const n=(0,iR.toDate)(e,t==null?void 0:t.in);return n.setSeconds(0,0),n}r8.isSameMinute=sR;var Mi=i8;function sR(e,t){return+(0,Mi.startOfMinute)(e)==+(0,Mi.startOfMinute)(t)}var c8={};c8.isSameMonth=lR;var oR=f1;function lR(e,t,n){const[i,c]=(0,oR.normalizeDates)(n==null?void 0:n.in,e,t);return i.getFullYear()===c.getFullYear()&&i.getMonth()===c.getMonth()}var s8={};s8.isSameQuarter=uR;var dR=f1,Ai=mt;function uR(e,t,n){const[i,c]=(0,dR.normalizeDates)(n==null?void 0:n.in,e,t);return+(0,Ai.startOfQuarter)(i)==+(0,Ai.startOfQuarter)(c)}var o8={},l8={};l8.startOfSecond=mR;var hR=T;function mR(e,t){const n=(0,hR.toDate)(e,t==null?void 0:t.in);return n.setMilliseconds(0),n}o8.isSameSecond=fR;var Fi=l8;function fR(e,t){return+(0,Fi.startOfSecond)(e)==+(0,Fi.startOfSecond)(t)}var d8={};d8.isSameYear=vR;var pR=f1;function vR(e,t,n){const[i,c]=(0,pR.normalizeDates)(n==null?void 0:n.in,e,t);return i.getFullYear()===c.getFullYear()}var p9={};p9.isThisHour=jR;var gR=V1,xR=t8,bR=T;function jR(e,t){return(0,xR.isSameHour)((0,bR.toDate)(e,t==null?void 0:t.in),(0,gR.constructNow)((t==null?void 0:t.in)||e))}var v9={};v9.isThisISOWeek=SR;var yR=J,_R=V1,wR=a8;function SR(e,t){return(0,wR.isSameISOWeek)((0,yR.constructFrom)((t==null?void 0:t.in)||e,e),(0,_R.constructNow)((t==null?void 0:t.in)||e))}var g9={};g9.isThisMinute=DR;var OR=V1,CR=r8;function DR(e){return(0,CR.isSameMinute)(e,(0,OR.constructNow)(e))}var x9={};x9.isThisMonth=ER;var $R=J,TR=V1,PR=c8;function ER(e,t){return(0,PR.isSameMonth)((0,$R.constructFrom)((t==null?void 0:t.in)||e,e),(0,TR.constructNow)((t==null?void 0:t.in)||e))}var b9={};b9.isThisQuarter=AR;var ZR=J,IR=V1,MR=s8;function AR(e,t){return(0,MR.isSameQuarter)((0,ZR.constructFrom)((t==null?void 0:t.in)||e,e),(0,IR.constructNow)((t==null?void 0:t.in)||e))}var j9={};j9.isThisSecond=VR;var FR=V1,RR=o8;function VR(e){return(0,RR.isSameSecond)(e,(0,FR.constructNow)(e))}var y9={};y9.isThisWeek=zR;var LR=J,NR=V1,WR=yt;function zR(e,t){return(0,WR.isSameWeek)((0,LR.constructFrom)((t==null?void 0:t.in)||e,e),(0,NR.constructNow)((t==null?void 0:t.in)||e),t)}var _9={};_9.isThisYear=UR;var BR=J,YR=V1,HR=d8;function UR(e,t){return(0,HR.isSameYear)((0,BR.constructFrom)((t==null?void 0:t.in)||e,e),(0,YR.constructNow)((t==null?void 0:t.in)||e))}var w9={};w9.isThursday=qR;var kR=T;function qR(e,t){return(0,kR.toDate)(e,t==null?void 0:t.in).getDay()===4}var S9={};S9.isToday=JR;var KR=J,GR=V1,QR=a0;function JR(e,t){return(0,QR.isSameDay)((0,KR.constructFrom)((t==null?void 0:t.in)||e,e),(0,GR.constructNow)((t==null?void 0:t.in)||e))}var O9={};O9.isTomorrow=nV;var XR=je,eV=V1,tV=a0;function nV(e,t){return(0,tV.isSameDay)(e,(0,XR.addDays)((0,eV.constructNow)((t==null?void 0:t.in)||e),1),t)}var C9={};C9.isTuesday=rV;var aV=T;function rV(e,t){return(0,aV.toDate)(e,t==null?void 0:t.in).getDay()===2}var D9={};D9.isWednesday=cV;var iV=T;function cV(e,t){return(0,iV.toDate)(e,t==null?void 0:t.in).getDay()===3}var $9={};$9.isWithinInterval=sV;var mr=T;function sV(e,t,n){const i=+(0,mr.toDate)(e,n==null?void 0:n.in),[c,s]=[+(0,mr.toDate)(t.start,n==null?void 0:n.in),+(0,mr.toDate)(t.end,n==null?void 0:n.in)].sort((o,l)=>o-l);return i>=c&&i<=s}var T9={},K0={};K0.subDays=lV;var oV=je;function lV(e,t,n){return(0,oV.addDays)(e,-t,n)}T9.isYesterday=fV;var dV=J,uV=V1,hV=a0,mV=K0;function fV(e,t){return(0,hV.isSameDay)((0,dV.constructFrom)((t==null?void 0:t.in)||e,e),(0,mV.subDays)((0,uV.constructNow)((t==null?void 0:t.in)||e),1))}var P9={};P9.lastDayOfDecade=pV;var Ri=T;function pV(e,t){const n=(0,Ri.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,Ri.toDate)(n,t==null?void 0:t.in)}var E9={},u8={};u8.lastDayOfWeek=xV;var vV=U1,gV=T;function xV(e,t){var l,d,m,f;const n=(0,vV.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,gV.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}E9.lastDayOfISOWeek=jV;var bV=u8;function jV(e,t){return(0,bV.lastDayOfWeek)(e,{...t,weekStartsOn:1})}var Z9={};Z9.lastDayOfISOWeekYear=SV;var yV=J,_V=Xe,wV=ye;function SV(e,t){const n=(0,_V.getISOWeekYear)(e,t),i=(0,yV.constructFrom)((t==null?void 0:t.in)||e,0);i.setFullYear(n+1,0,4),i.setHours(0,0,0,0);const c=(0,wV.startOfISOWeek)(i,t);return c.setDate(c.getDate()-1),c}var I9={};I9.lastDayOfQuarter=CV;var OV=T;function CV(e,t){const n=(0,OV.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 M9={};M9.lastDayOfYear=$V;var DV=T;function $V(e,t){const n=(0,DV.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 A9={};(function(e){e.lightFormat=d,Object.defineProperty(e,"lightFormatters",{enumerable:!0,get:function(){return t.lightFormatters}});var t=bt,n=Fe,i=T;const c=/(\w)\1*|''|'(''|[^'])+('|$)|./g,s=/^'([^]*?)'?$/,o=/''/g,l=/[a-zA-Z]/;function d(f,p){const g=(0,i.toDate)(f);if(!(0,n.isValid)(g))throw new RangeError("Invalid time value");const v=p.match(c);return v?v.map(y=>{if(y==="''")return"'";const _=y[0];if(_==="'")return m(y);const b=t.lightFormatters[_];if(b)return b(g,y);if(_.match(l))throw new RangeError("Format string contains an unescaped latin alphabet character `"+_+"`");return y}).join(""):""}function m(f){const p=f.match(s);return p?p[1].replace(o,"'"):f}})(A9);var F9={};F9.milliseconds=TV;var Vi=L;function TV({years:e,months:t,weeks:n,days:i,hours:c,minutes:s,seconds:o}){let l=0;e&&(l+=e*Vi.daysInYear),t&&(l+=t*(Vi.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 R9={};R9.millisecondsToHours=EV;var PV=L;function EV(e){const t=e/PV.millisecondsInHour;return Math.trunc(t)}var V9={};V9.millisecondsToMinutes=IV;var ZV=L;function IV(e){const t=e/ZV.millisecondsInMinute;return Math.trunc(t)}var L9={};L9.millisecondsToSeconds=AV;var MV=L;function AV(e){const t=e/MV.millisecondsInSecond;return Math.trunc(t)}var N9={};N9.minutesToHours=RV;var FV=L;function RV(e){const t=e/FV.minutesInHour;return Math.trunc(t)}var W9={};W9.minutesToMilliseconds=LV;var VV=L;function LV(e){return Math.trunc(e*VV.millisecondsInMinute)}var z9={};z9.minutesToSeconds=WV;var NV=L;function WV(e){return Math.trunc(e*NV.secondsInMinute)}var B9={};B9.monthsToQuarters=BV;var zV=L;function BV(e){const t=e/zV.monthsInQuarter;return Math.trunc(t)}var Y9={};Y9.monthsToYears=HV;var YV=L;function HV(e){const t=e/YV.monthsInYear;return Math.trunc(t)}var Ve={};Ve.nextDay=qV;var UV=je,kV=k0;function qV(e,t,n){let i=t-(0,kV.getDay)(e,n);return i<=0&&(i+=7),(0,UV.addDays)(e,i,n)}var H9={};H9.nextFriday=GV;var KV=Ve;function GV(e,t){return(0,KV.nextDay)(e,5,t)}var U9={};U9.nextMonday=JV;var QV=Ve;function JV(e,t){return(0,QV.nextDay)(e,1,t)}var k9={};k9.nextSaturday=eL;var XV=Ve;function eL(e,t){return(0,XV.nextDay)(e,6,t)}var q9={};q9.nextSunday=nL;var tL=Ve;function nL(e,t){return(0,tL.nextDay)(e,0,t)}var K9={};K9.nextThursday=rL;var aL=Ve;function rL(e,t){return(0,aL.nextDay)(e,4,t)}var G9={};G9.nextTuesday=cL;var iL=Ve;function cL(e,t){return(0,iL.nextDay)(e,2,t)}var Q9={};Q9.nextWednesday=oL;var sL=Ve;function oL(e,t){return(0,sL.nextDay)(e,3,t)}var J9={};J9.parseISO=dL;var D2=L,lL=J,Li=T;function dL(e,t){const n=()=>(0,lL.constructFrom)(t==null?void 0:t.in,NaN),i=(t==null?void 0:t.additionalDigits)??2,c=fL(e);let s;if(c.date){const m=pL(c.date,i);s=vL(m.restDateString,m.year)}if(!s||isNaN(+s))return n();const o=+s;let l=0,d;if(c.time&&(l=gL(c.time),isNaN(l)))return n();if(c.timezone){if(d=xL(c.timezone),isNaN(d))return n()}else{const m=new Date(o+l),f=(0,Li.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,Li.toDate)(o+l+d,t==null?void 0:t.in)}const s2={dateTimeDelimiter:/[T ]/,timeZoneDelimiter:/[Z ]/i,timezone:/([Z+-].*)$/},uL=/^-?(?:(\d{3})|(\d{2})(?:-?(\d{2}))?|W(\d{2})(?:-?(\d{1}))?|)$/,hL=/^(\d{2}(?:[.,]\d*)?)(?::?(\d{2}(?:[.,]\d*)?))?(?::?(\d{2}(?:[.,]\d*)?))?$/,mL=/^([+-])(\d{2})(?::?(\d{2}))?$/;function fL(e){const t={},n=e.split(s2.dateTimeDelimiter);let i;if(n.length>2)return t;if(/:/.test(n[0])?i=n[0]:(t.date=n[0],i=n[1],s2.timeZoneDelimiter.test(t.date)&&(t.date=e.split(s2.timeZoneDelimiter)[0],i=e.substr(t.date.length,e.length))),i){const c=s2.timezone.exec(i);c?(t.time=i.replace(c[1],""),t.timezone=c[1]):t.time=i}return t}function pL(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 vL(e,t){if(t===null)return new Date(NaN);const n=e.match(uL);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 wL(t,l,d)?bL(t,l,d):new Date(NaN);{const m=new Date(0);return!yL(t,s,o)||!_L(t,c)?new Date(NaN):(m.setUTCFullYear(t,s,Math.max(c,o)),m)}}function v0(e){return e?parseInt(e):1}function gL(e){const t=e.match(hL);if(!t)return NaN;const n=fr(t[1]),i=fr(t[2]),c=fr(t[3]);return SL(n,i,c)?n*D2.millisecondsInHour+i*D2.millisecondsInMinute+c*1e3:NaN}function fr(e){return e&&parseFloat(e.replace(",","."))||0}function xL(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 OL(i,c)?n*(i*D2.millisecondsInHour+c*D2.millisecondsInMinute):NaN}function bL(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 jL=[31,null,31,30,31,30,31,31,30,31,30,31];function X9(e){return e%400===0||e%4===0&&e%100!==0}function yL(e,t,n){return t>=0&&t<=11&&n>=1&&n<=(jL[t]||(X9(e)?29:28))}function _L(e,t){return t>=1&&t<=(X9(e)?366:365)}function wL(e,t,n){return t>=1&&t<=53&&n>=0&&n<=6}function SL(e,t,n){return e===24?t===0&&n===0:n>=0&&n<60&&t>=0&&t<60&&e>=0&&e<25}function OL(e,t){return t>=0&&t<=59}var el={};el.parseJSON=CL;var Ni=T;function CL(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,Ni.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,Ni.toDate)(NaN,t==null?void 0:t.in)}var Le={};Le.previousDay=TL;var DL=k0,$L=K0;function TL(e,t,n){let i=(0,DL.getDay)(e,n)-t;return i<=0&&(i+=7),(0,$L.subDays)(e,i,n)}var tl={};tl.previousFriday=EL;var PL=Le;function EL(e,t){return(0,PL.previousDay)(e,5,t)}var nl={};nl.previousMonday=IL;var ZL=Le;function IL(e,t){return(0,ZL.previousDay)(e,1,t)}var al={};al.previousSaturday=AL;var ML=Le;function AL(e,t){return(0,ML.previousDay)(e,6,t)}var rl={};rl.previousSunday=RL;var FL=Le;function RL(e,t){return(0,FL.previousDay)(e,0,t)}var il={};il.previousThursday=LL;var VL=Le;function LL(e,t){return(0,VL.previousDay)(e,4,t)}var cl={};cl.previousTuesday=WL;var NL=Le;function WL(e,t){return(0,NL.previousDay)(e,2,t)}var sl={};sl.previousWednesday=BL;var zL=Le;function BL(e,t){return(0,zL.previousDay)(e,3,t)}var ol={};ol.quartersToMonths=HL;var YL=L;function HL(e){return Math.trunc(e*YL.monthsInQuarter)}var ll={};ll.quartersToYears=kL;var UL=L;function kL(e){const t=e/UL.quartersInYear;return Math.trunc(t)}var dl={};dl.roundToNearestHours=QL;var qL=Re,KL=J,GL=T;function QL(e,t){const n=(t==null?void 0:t.nearestTo)??1;if(n<1||n>12)return(0,KL.constructFrom)((t==null?void 0:t.in)||e,NaN);const i=(0,GL.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,qL.getRoundingMethod)(d)(l/n)*n;return i.setHours(f,0,0,0),i}var ul={};ul.roundToNearestMinutes=tN;var JL=Re,XL=J,eN=T;function tN(e,t){const n=(t==null?void 0:t.nearestTo)??1;if(n<1||n>30)return(0,XL.constructFrom)(e,NaN);const i=(0,eN.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,JL.getRoundingMethod)(l)(o/n)*n;return i.setMinutes(m,0,0),i}var hl={};hl.secondsToHours=aN;var nN=L;function aN(e){const t=e/nN.secondsInHour;return Math.trunc(t)}var ml={};ml.secondsToMilliseconds=iN;var rN=L;function iN(e){return e*rN.millisecondsInSecond}var fl={};fl.secondsToMinutes=sN;var cN=L;function sN(e){const t=e/cN.secondsInMinute;return Math.trunc(t)}var pl={},_t={};_t.setMonth=uN;var oN=J,lN=h6,dN=T;function uN(e,t,n){const i=(0,dN.toDate)(e,n==null?void 0:n.in),c=i.getFullYear(),s=i.getDate(),o=(0,oN.constructFrom)((n==null?void 0:n.in)||e,0);o.setFullYear(c,t,15),o.setHours(0,0,0,0);const l=(0,lN.getDaysInMonth)(o);return i.setMonth(t,Math.min(s,l)),i}pl.set=pN;var hN=J,mN=_t,fN=T;function pN(e,t,n){let i=(0,fN.toDate)(e,n==null?void 0:n.in);return isNaN(+i)?(0,hN.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 vl={};vl.setDate=gN;var vN=T;function gN(e,t,n){const i=(0,vN.toDate)(e,n==null?void 0:n.in);return i.setDate(t),i}var gl={};gl.setDayOfYear=bN;var xN=T;function bN(e,t,n){const i=(0,xN.toDate)(e,n==null?void 0:n.in);return i.setMonth(0),i.setDate(t),i}var xl={};xl.setDefaultOptions=jN;var Wi=U1;function jN(e){const t={},n=(0,Wi.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,Wi.setDefaultOptions)(t)}var bl={};bl.setHours=_N;var yN=T;function _N(e,t,n){const i=(0,yN.toDate)(e,n==null?void 0:n.in);return i.setHours(t),i}var jl={};jl.setMilliseconds=SN;var wN=T;function SN(e,t,n){const i=(0,wN.toDate)(e,n==null?void 0:n.in);return i.setMilliseconds(t),i}var yl={};yl.setMinutes=CN;var ON=T;function CN(e,t,n){const i=(0,ON.toDate)(e,n==null?void 0:n.in);return i.setMinutes(t),i}var _l={};_l.setQuarter=TN;var DN=_t,$N=T;function TN(e,t,n){const i=(0,$N.toDate)(e,n==null?void 0:n.in),c=Math.trunc(i.getMonth()/3)+1,s=t-c;return(0,DN.setMonth)(i,i.getMonth()+s*3)}var wl={};wl.setSeconds=EN;var PN=T;function EN(e,t,n){const i=(0,PN.toDate)(e,n==null?void 0:n.in);return i.setSeconds(t),i}var Sl={};Sl.setWeekYear=FN;var ZN=U1,IN=J,MN=Me,zi=xt,AN=T;function FN(e,t,n){var d,m,f,p;const i=(0,ZN.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??((p=(f=i.locale)==null?void 0:f.options)==null?void 0:p.firstWeekContainsDate)??1,s=(0,MN.differenceInCalendarDays)((0,AN.toDate)(e,n==null?void 0:n.in),(0,zi.startOfWeekYear)(e,n),n),o=(0,IN.constructFrom)((n==null?void 0:n.in)||e,0);o.setFullYear(t,0,c),o.setHours(0,0,0,0);const l=(0,zi.startOfWeekYear)(o,n);return l.setDate(l.getDate()+s),l}var Ol={};Ol.setYear=LN;var RN=J,VN=T;function LN(e,t,n){const i=(0,VN.toDate)(e,n==null?void 0:n.in);return isNaN(+i)?(0,RN.constructFrom)((n==null?void 0:n.in)||e,NaN):(i.setFullYear(t),i)}var Cl={};Cl.startOfDecade=WN;var NN=T;function WN(e,t){const n=(0,NN.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 Dl={};Dl.startOfToday=BN;var zN=N0;function BN(e){return(0,zN.startOfDay)(Date.now(),e)}var $l={};$l.startOfTomorrow=UN;var YN=J,HN=V1;function UN(e){const t=(0,HN.constructNow)(e==null?void 0:e.in),n=t.getFullYear(),i=t.getMonth(),c=t.getDate(),s=(0,YN.constructFrom)(e==null?void 0:e.in,0);return s.setFullYear(n,i,c+1),s.setHours(0,0,0,0),s}var Tl={};Tl.startOfYesterday=kN;var Bi=V1;function kN(e){const t=(0,Bi.constructNow)(e==null?void 0:e.in),n=t.getFullYear(),i=t.getMonth(),c=t.getDate(),s=(0,Bi.constructNow)(e==null?void 0:e.in);return s.setFullYear(n,i,c-1),s.setHours(0,0,0,0),s}var Pl={},h8={};h8.subMonths=KN;var qN=t0;function KN(e,t,n){return(0,qN.addMonths)(e,-t,n)}Pl.sub=XN;var GN=J,QN=K0,JN=h8;function XN(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,JN.subMonths)(e,c+i*12,n),p=(0,QN.subDays)(f,o+s*7,n),g=d+l*60,x=(m+g*60)*1e3;return(0,GN.constructFrom)((n==null?void 0:n.in)||e,+p-x)}var El={};El.subBusinessDays=tW;var eW=I5;function tW(e,t,n){return(0,eW.addBusinessDays)(e,-t,n)}var Zl={};Zl.subHours=aW;var nW=F5;function aW(e,t,n){return(0,nW.addHours)(e,-t,n)}var Il={};Il.subMilliseconds=iW;var rW=L0;function iW(e,t,n){return(0,rW.addMilliseconds)(e,-t,n)}var Ml={};Ml.subMinutes=sW;var cW=nt;function sW(e,t,n){return(0,cW.addMinutes)(e,-t,n)}var Al={};Al.subQuarters=lW;var oW=at;function lW(e,t,n){return(0,oW.addQuarters)(e,-t,n)}var Fl={};Fl.subSeconds=uW;var dW=L5;function uW(e,t,n){return(0,dW.addSeconds)(e,-t,n)}var Rl={};Rl.subWeeks=mW;var hW=W0;function mW(e,t,n){return(0,hW.addWeeks)(e,-t,n)}var Vl={};Vl.subYears=pW;var fW=N5;function pW(e,t,n){return(0,fW.addYears)(e,-t,n)}var Ll={};Ll.weeksToDays=gW;var vW=L;function gW(e){return Math.trunc(e*vW.daysInWeek)}var Nl={};Nl.yearsToDays=bW;var xW=L;function bW(e){return Math.trunc(e*xW.daysInYear)}var Wl={};Wl.yearsToMonths=yW;var jW=L;function yW(e){return Math.trunc(e*jW.monthsInYear)}var zl={};zl.yearsToQuarters=wW;var _W=L;function wW(e){return Math.trunc(e*_W.quartersInYear)}(function(e){var t=Z5;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=I5;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=je;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=F5;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=R5;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=L0;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=nt;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=t0;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=at;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=L5;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 p=W0;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 g=N5;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 v=ks;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 x=qs;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 y=B5;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 _=Ks;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 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=Gs;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 P=J;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 C=V1;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 $=Qs;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 A=Js;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 O=Me;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=H5;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 W=Xs;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 V=rt;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=U5;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 q=it;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 K=ct;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 Z=st;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 z=ot;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 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 E=lt;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=dt;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 j=z0;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 R=to;Object.keys(R).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===R[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return R[r]}})});var G=B0;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 k=no;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 u1=G5;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 h1=Q5;Object.keys(h1).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===h1[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return h1[r]}})});var Q=ao;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 t1=ro;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 a1=io;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 i1=co;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 n1=so;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 m1=ft;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 x1=oo;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 D1=lo;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 H=uo;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 o1=ut;Object.keys(o1).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===o1[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return o1[r]}})});var $1=ho;Object.keys($1).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===$1[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return $1[r]}})});var W1=mo;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 Z1=fo;Object.keys(Z1).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Z1[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Z1[r]}})});var L1=po;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 r1=vo;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 k1=ht;Object.keys(k1).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===k1[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return k1[r]}})});var we=go;Object.keys(we).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===we[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return we[r]}})});var Se=xo;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 e3=bo;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 B=jo;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=X5;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 b1=J5;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 T1=yo;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 z1=e6;Object.keys(z1).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===z1[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return z1[r]}})});var Oe=l6;Object.keys(Oe).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Oe[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Oe[r]}})});var ve=d6;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 t3=Do;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=$o;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=To;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 Ne=Po;Object.keys(Ne).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Ne[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Ne[r]}})});var r3=Eo;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=Zo;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=Io;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=Mo;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=Ao;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 St=Fo;Object.keys(St).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===St[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return St[r]}})});var Ot=u6;Object.keys(Ot).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Ot[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Ot[r]}})});var Ct=k0;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=o6;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=h6;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=Ro;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=Vo;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=f6;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=Lo;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=p6;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=vt;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=Xe;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=No;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=Wo;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=zo;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=Bo;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=Yo;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=k5;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=Ho;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=Uo;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=ko;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=gt;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=qo;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=H0;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=Ko;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=Go;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=Qo;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=Jo;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=Xo;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=e9;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=t9;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=n9;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=a9;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=r9;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=i9;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=Y5;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=c9;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=s9;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=o9;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=l9;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=d9;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=K5;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=m6;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=u9;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=h9;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=m9;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=a0;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=t8;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=a8;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=f9;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=r8;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=c8;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=s8;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=yt;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=M5;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=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 Tn=p9;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=v9;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=g9;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=x9;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=b9;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=j9;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=y9;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=_9;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=w9;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=S9;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=O9;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=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 Wn=Fe;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=D9;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=V0;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=$9;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=T9;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=P9;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=E9;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=Z9;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=v6;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=I9;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=u8;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=M9;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=A9;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=W5;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=F9;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=R9;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=V9;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=L9;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=z5;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=N9;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=W9;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=z9;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=B9;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=Y9;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=Ve;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=H9;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=U9;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=k9;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=K9;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=G9;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=Q9;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=g6;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=J9;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=el;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=Le;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=tl;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=nl;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=al;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=rl;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=il;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=cl;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=sl;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=ol;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=ll;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=dl;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=ul;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=hl;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=ml;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=fl;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=pl;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=vl;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=q0;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=gl;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=xl;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=bl;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=N6;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=I6;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=V5;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=jl;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=yl;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=_t;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=_l;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=wl;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=E6;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=Sl;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=Ol;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=N0;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=Cl;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=n8;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=ye;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=n0;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=i8;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=Y0;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=mt;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=l8;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=Dl;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=$l;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=pe;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=xt;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=pt;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=Tl;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=Pl;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=El;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=K0;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=Zl;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=q5;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=Il;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=Ml;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=h8;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=Al;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=Fl;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=Rl;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=Vl;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=T;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=x6;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=Ll;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=Nl;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=Wl;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=zl;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]}})})})(Ys);Object.defineProperty(tt,"__esModule",{value:!0});var xe=u,Y1=Ys,A1=a;const m8="react-activity-calendar",Yi=8,Bl=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],SW={months:Bl,weekdays:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],totalCount:"{{count}} activities in {{year}}",legend:{less:"Less",more:"More"}};function OW(){const[e,t]=xe.useState("light"),n=i=>{t(i.matches?"dark":"light")};return xe.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 Yl=`${m8}--loading-animation`;function CW(e,t){xe.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 ${Yl} {
715
715
  0% {
716
716
  fill: ${n};
717
717
  }
@@ -722,7 +722,7 @@ The flag name should contain the project name, the feature name, and the ticket
722
722
  fill: ${n};
723
723
  }
724
724
  }
725
- `,document.head.appendChild(c),()=>{document.head.removeChild(c)}},[e,t])}const dW="(prefers-reduced-motion: reduce)";function uW(){const[e,t]=$e.useState(!0);return $e.useEffect(()=>{const n=window.matchMedia(dW);t(n.matches);const i=c=>{t(c.matches)};return n.addEventListener("change",i),()=>{n.removeEventListener("change",i)}},[]),e}function hW(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 mW(e,t=0){const n=fW(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 C2(l).map(d=>o.slice(d*7,d*7+7))}function fW(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 l3(e){return`${d8}__${e}`}function pW(){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 C2(e){return[...Array(e).keys()]}function vW(e,t=Vl){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 gW(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(xW(c,n).width)):i,0)}function xW(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 bW(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=jW[i.toLowerCase()];n[c]=!0}return{byDayIndex:i=>n[i]??!1,shouldShow:e.length>0}}const jW={sun:0,mon:1,tue:2,wed:3,thu:4,fri:5,sat:6};function yW(e,t=5){const n=_W(t);return e?(wW(e,t),e.light=e.light??n.light,e.dark=e.dark??n.dark,{light:Wi(e.light)?D2(e.light,t):e.light,dark:Wi(e.dark)?D2(e.dark,t):e.dark}):n}function _W(e){return{light:D2(["hsl(0, 0%, 92%)","hsl(0, 0%, 26%)"],e),dark:D2(["hsl(0, 0%, 22%)","hsl(0, 0%, 92%)"],e)}}function wW(e,t){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.`);if(e.light){const{length:n}=e.light;if(n!==2&&n!==t)throw new Error(`theme.light must contain exactly 2 or ${t} colors, ${n} passed.`);for(const i of e.light)if(typeof window<"u"&&!CSS.supports("color",i))throw new Error(`Invalid color "${String(i)}" passed. All CSS color formats are accepted.`)}if(e.dark){const{length:n}=e.dark;if(n!==2&&n!==t)throw new Error(`theme.dark must contain exactly 2 or ${t} colors, ${n} passed.`);for(const i of e.dark)if(typeof window<"u"&&!CSS.supports("color",i))throw new Error(`Invalid color "${String(i)}" passed. All CSS color formats are accepted.`)}}function D2([e,t],n){return C2(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 Wi(e){return e.length===2}const d3={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"}}},yt=$e.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:y=!1,style:_={},theme:b=void 0,totalCount:S=void 0,weekStart:P=0},C)=>{const[D,Z]=$e.useState(!1);$e.useEffect(()=>{Z(!0)},[]),v=Math.max(1,v);const O=yW(b,v+1),W=oW(),z=c??W,V=O[z];lW(V[0],z);const I=!uW();g&&(e=pW()),hW(e,v);const U=e[0],K=B1.getYear(B1.parseISO(U.date)),M=mW(e,P),B=Object.assign({},sW,f),H=d?0:o+Ni,E=bW(y,P),w=D&&E.shouldShow?gW(B.weekdays,E,o)+Ni:void 0;function j(){return{width:M.length*(i+t)-t,height:H+(i+t)*7-t}}function R(a1){return Object.keys(s).reduce((r1,n1)=>({...r1,[n1]:v1=>{var g1;return(g1=s[n1])==null?void 0:g1.call(s,v1)(a1)}}),{})}function G(){return M.map((a1,r1)=>a1.map((n1,v1)=>{if(!n1)return null;const g1=g&&I?{animation:`${Ll} 1.75s ease-in-out infinite`,animationDelay:`${r1*20+v1*20}ms`}:void 0,C1=M1.jsx("rect",{...R(n1),x:0,y:H+(i+t)*v1,width:i,height:i,rx:n,ry:n,fill:V[n1.level],"data-date":n1.date,"data-level":n1.level,style:{...d3.rect(z),...g1}});return M1.jsx($e.Fragment,{children:p?p(C1,n1):C1},n1.date)})).map((a1,r1)=>M1.jsx("g",{transform:`translate(${(i+t)*r1}, 0)`,children:a1},r1))}function q(){if(m&&l)return null;const a1=typeof S=="number"?S:e.reduce((r1,n1)=>r1+n1.count,0);return M1.jsxs("footer",{className:l3("footer"),style:{...d3.footer.container,marginLeft:w},children:[g&&M1.jsx("div",{children:" "}),!g&&!m&&M1.jsx("div",{className:l3("count"),children:B.totalCount?B.totalCount.replace("{{count}}",String(a1)).replace("{{year}}",String(K)):`${a1} activities in ${K}`}),!g&&!l&&M1.jsxs("div",{className:l3("legend-colors"),style:d3.footer.legend,children:[M1.jsx("span",{style:{marginRight:"0.4em"},children:B.legend.less}),C2(v+1).map(r1=>{const n1=M1.jsx("svg",{width:i,height:i,children:M1.jsx("rect",{width:i,height:i,fill:V[r1],rx:n,ry:n,style:d3.rect(z)})},r1);return x?x(n1,r1):n1}),M1.jsx("span",{style:{marginLeft:"0.4em"},children:B.legend.more})]})]})}function d1(){return E.shouldShow?M1.jsx("g",{className:l3("legend-weekday"),children:C2(7).map(a1=>{const r1=(a1+P)%7;return E.byDayIndex(r1)?M1.jsx("text",{x:-8,y:H+(i+t)*a1+i/2,dominantBaseline:"central",textAnchor:"end",fill:"currentColor",children:B.weekdays[r1]},a1):null})}):null}function u1(){return d?null:M1.jsx("g",{className:l3("legend-month"),children:vW(M,B.months).map(({label:a1,weekIndex:r1})=>M1.jsx("text",{x:(i+t)*r1,y:0,dominantBaseline:"hanging",fill:"currentColor",children:a1},r1))})}const{width:Q,height:t1}=j();return M1.jsxs("article",{ref:C,className:d8,style:{..._,...d3.container(o)},children:[M1.jsx("div",{className:l3("scroll-container"),style:d3.scrollContainer(o),children:M1.jsxs("svg",{width:Q,height:t1,viewBox:`0 0 ${Q} ${t1}`,className:l3("calendar"),style:{...d3.calendar,marginLeft:w},children:[!g&&d1(),!g&&u1(),G()]})}),q()]})});yt.displayName="ActivityCalendar";const SW=e=>M1.jsx(yt,{data:[],...e});X2.ActivityCalendar=yt;X2.Skeleton=SW;var OW=X2.default=yt;const CW=h("div")(({theme:e})=>({display:"flex",flexDirection:"column",alignItems:"center","svg rect":{stroke:"#0000 !important"}})),DW=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},$W=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)}))},TW=()=>{const e=e1("projectId"),{data:t}=J2(e),{themeMode:n}=Mh(),i={light:["#f1f0fc","#ceccfd","#8982ff","#6c65e5","#615bc2"],dark:["#302E42",S0.palette.background.alternative]},c=$W(t.activityCountByDate),s=DW(c);return r.jsx(r.Fragment,{children:t.activityCountByDate.length>0?r.jsx(CW,{children:r.jsx(OW,{colorScheme:n,theme:i,data:s,maxLevel:4,showWeekdayLabels:!0,labels:{totalCount:"{{count}} activities in the last year"},renderBlock:(o,l)=>r.jsx(H1,{title:`${l.count} activities on ${l.date}`,children:o})})}):r.jsx("span",{children:"No activity"})})},v0={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."},PW=h("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}})),EW=({text:e})=>{const t=h("span")(({theme:n})=>({display:"flex",alignItems:"flex-start",gap:n.spacing(1),fontSize:n.typography.body1.fontSize,padding:n.spacing(1)}));return r.jsxs(t,{children:[r.jsx(Fh,{fontSize:"small",color:"primary"}),r.jsx("p",{children:e})]})},g0=({children:e,tooltipText:t})=>r.jsx("li",{children:r.jsx(Z3,{arrow:!0,maxWidth:"850px",title:r.jsx(EW,{text:t}),children:r.jsx(PW,{tabIndex:0,children:e})})}),ZW=h("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})),x0=h("span")({display:"flex",alignItems:"center",justifyContent:"space-between"}),IW=h("span")(({theme:e})=>({fontSize:`calc(2 * ${e.typography.body1.fontSize})`})),Nl=h("dl")(({theme:e})=>({margin:0,fontSize:e.typography.body2.fontSize,"& dd":{margin:0,fontWeight:"bold"}})),MW=h("span")(({theme:e})=>({fontSize:e.typography.body2.fontSize})),AW=h("span")({fontWeight:"normal"}),c2=({averageDays:e})=>{const t=()=>e==null?r.jsx(AW,{children:"No data"}):e<1?"less than a day":e===1?"1 day":`${e} days`;return r.jsxs(Nl,{children:[r.jsx("dt",{children:"Avg. time in stage"}),r.jsx("dd",{"data-loading-project-lifecycle-summary":!0,children:r.jsx(t,{})})]})},b0=({value:e})=>r.jsx(IW,{"data-loading-project-lifecycle-summary":!0,children:r.jsx(Rc,{value:e??0,threshold:1e3,precision:1})}),FW=()=>{const e=e1("projectId"),{data:t,loading:n}=J2(e),i=L3(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 r.jsxs(MW,{children:[c(d)," in"," ",Ah(m)]})},o=(t==null?void 0:t.lifecycleSummary.archived.last30Days)??0,l=`${o} ${o===1?"flag":"flags"} archived`;return r.jsxs(ZW,{ref:i,children:[r.jsxs(g0,{tooltipText:v0.initial,children:[r.jsxs("p",{children:[r.jsxs(x0,{children:[r.jsx(b0,{value:t==null?void 0:t.lifecycleSummary.initial.currentFlags}),r.jsx(r0,{"aria-hidden":"true",stage:{name:"initial"}})]}),r.jsx("span",{children:s("initial")})]}),r.jsx(c2,{averageDays:t==null?void 0:t.lifecycleSummary.initial.averageDays})]}),r.jsxs(g0,{tooltipText:v0.preLive,children:[r.jsxs("p",{children:[r.jsxs(x0,{children:[r.jsx(b0,{value:t==null?void 0:t.lifecycleSummary.preLive.currentFlags}),r.jsx(r0,{"aria-hidden":"true",stage:{name:"pre-live"}})]}),r.jsx("span",{children:s("preLive")})]}),r.jsx(c2,{averageDays:t==null?void 0:t.lifecycleSummary.preLive.averageDays})]}),r.jsxs(g0,{tooltipText:v0.live,children:[r.jsxs("p",{children:[r.jsxs(x0,{children:[r.jsx(b0,{value:t==null?void 0:t.lifecycleSummary.live.currentFlags}),r.jsx(r0,{"aria-hidden":"true",stage:{name:"live"}})]}),r.jsx("span",{children:s("live")})]}),r.jsx(c2,{averageDays:t==null?void 0:t.lifecycleSummary.live.averageDays})]}),r.jsxs(g0,{tooltipText:v0.completed,children:[r.jsxs("p",{children:[r.jsxs(x0,{children:[r.jsx(b0,{value:t==null?void 0:t.lifecycleSummary.completed.currentFlags}),r.jsx(r0,{"aria-hidden":"true",stage:{name:"completed"}})]}),r.jsx("span",{children:s("completed")})]}),r.jsx(c2,{averageDays:t==null?void 0:t.lifecycleSummary.completed.averageDays})]}),r.jsxs(g0,{tooltipText:v0.archived,children:[r.jsxs("p",{children:[r.jsxs(x0,{children:[r.jsx(b0,{value:t==null?void 0:t.lifecycleSummary.archived.currentFlags}),r.jsx(r0,{"aria-hidden":"true",stage:{name:"archived"}})]}),r.jsx("span",{children:s("archived")})]}),r.jsxs(Nl,{children:[r.jsx("dt",{children:"Last 30 days"}),r.jsx("dd",{"data-loading-project-lifecycle-summary":!0,children:l})]})]})]})},Wl=h("article")(({theme:e})=>({backgroundColor:e.palette.background.elevation1,padding:e.spacing(3),borderRadius:e.shape.borderRadiusExtraLarge})),h2=40,$r=13,zi=h2*2+$r,zl=100,Bi=h("div")(({theme:e})=>({display:"flex",flexDirection:"column",gap:e.spacing(1)})),Yi=h("div")(({theme:e})=>({display:"flex",alignItems:"center",gap:e.spacing(2)})),RW=h("div")(({theme:e})=>({flex:"none",height:85,width:zl,position:"relative"})),VW=h("svg")({position:"absolute"}),LW=h("span")(({theme:e})=>({fontSize:e.typography.h1.fontSize})),NW=h("div")(({theme:e})=>({flex:"none",display:"grid",placeItems:"center",width:zl})),WW=h("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:zi,height:zi,overflow:"hidden"})),zW=({flagCount:e})=>{const t=e===1?"flag":"flags";return r.jsx(NW,{children:r.jsxs(WW,{children:[r.jsx(LW,{children:r.jsx(Rc,{value:e,threshold:1e3,precision:1})}),r.jsx("span",{children:"unhealthy"}),r.jsx("span",{children:t})]})})},BW=e=>{const t=O1();return e<=24?t.palette.error.main:e<=74?t.palette.warning.border:t.palette.success.border},YW=e=>{const t=O1();switch(Rh(e)){case"error":return t.palette.error.main;case"warning":return t.palette.warning.border;default:return t.palette.success.border}},HW=h(Wl)(({theme:e})=>({display:"flex",flexDirection:"column",justifyContent:"space-around",gap:e.spacing(2)})),UW=()=>{const e=e1("projectId"),{data:{health:t,technicalDebt:n,staleFlags:i}}=J2(e),{isOss:c}=m1(),s=O1(),o=Ee("healthToTechDebt"),l=2*Math.PI*h2,d=t.current,m=.3,f=1-m,v=.75-m/2,g=d/100*l*.7,p=(n.current||0)/100*l*.7,x=BW(d),y=YW(n.current||0);return r.jsxs(HW,{children:[r.jsxs(Yi,{children:[r.jsx(RW,{children:r.jsxs(VW,{viewBox:"0 0 100 100",children:[r.jsx("circle",{cx:"50",cy:"50",r:h2,fill:"none",stroke:s.palette.background.application,strokeWidth:$r,strokeDasharray:`${f*l} ${m*l}`,strokeDashoffset:v*l}),r.jsx("circle",{cx:"50",cy:"50",r:h2,fill:"none",stroke:o?y:x,strokeWidth:$r,strokeDasharray:o?`${p} ${l-p}`:`${g} ${l-g}`,strokeDashoffset:v*l}),r.jsxs("text",{x:"50",y:"50",textAnchor:"middle",dominantBaseline:"middle",fill:s.palette.text.primary,fontSize:s.typography.h1.fontSize,children:[o?n.current||0:d,"%"]})]})}),r.jsxs(Bi,{children:[r.jsx(A,{children:o?r.jsxs(r.Fragment,{children:["Your current technical debt rating is"," ",n.current,"%."]}):r.jsxs(r.Fragment,{children:["Your current project health rating is"," ",d,"%."]})}),!c()&&r.jsx(p1,{to:`/insights?project=IS%3A${e}`,children:o?"View technical debt over time":"View health over time"})]})]}),r.jsxs(Yi,{children:[r.jsx(zW,{flagCount:i.total}),r.jsxs(Bi,{children:[r.jsx(A,{variant:"body2",children:"To keep your project healthy, archive stale feature flags and remove code from your code base to reduce technical debt."}),r.jsx(p1,{to:`/projects/${e}?state=IS_ANY_OF%3Astale%2Cpotentially-stale`,children:"View unhealthy flags"})]})]})]})};var u8={},kW=J1;Object.defineProperty(u8,"__esModule",{value:!0});var Bl=u8.default=void 0,qW=kW(Q1()),KW=r,GW=(0,qW.default)((0,KW.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");Bl=u8.default=GW;const QW=h("div")(({theme:e})=>({display:"flex",flexDirection:"column",gap:e.spacing(2),containerType:"inline-size"})),JW=h("span")(({theme:e})=>({display:"inline-flex",flexFlow:"row nowrap",gap:e.spacing(1),svg:{fill:e.palette.primary.main}})),Yl=e=>({"@container (max-width: 385px)":e,"@supports not (container-type: inline-size)":{"@media (max-width: 385px)":e}}),XW=h("li")(({theme:e})=>({display:"flex",flexFlow:"row",justifyContent:"space-between",alignItems:"center",gap:e.spacing(1),...Yl({flexFlow:"column",alignItems:"flex-start",justifyContent:"unset","& + li":{marginTop:e.spacing(5)}})})),ez=h("ul")(({theme:e})=>({margin:0,listStyle:"none",padding:0,"li + li":{marginTop:e.spacing(2)},...Yl({"li + li":{marginTop:e.spacing(4)}})})),mr=({children:e,linkUrl:t,linkText:n,icon:i})=>r.jsxs(XW,{children:[r.jsxs(JW,{children:[i,r.jsx("span",{"data-loading-resources":!0,children:e})]}),r.jsx(p1,{to:t,children:n})]}),tz=e=>{const{data:t,loading:n}=J2(e),{resources:i}=t??{resources:{members:0,apiTokens:0,segments:0}};return{resources:i,loading:n}},nz=()=>{const e=e1("projectId"),{resources:t,loading:n}=tz(e),i=L3(n,"[data-loading-resources=true]");return r.jsx(Wl,{ref:i,children:r.jsxs(QW,{children:[r.jsx(A,{variant:"h4",sx:{margin:0},children:"Project resources"}),r.jsxs(ez,{children:[r.jsxs(mr,{linkUrl:`/projects/${e}/settings/access`,linkText:"Add members",icon:r.jsx(Bl,{}),children:[t.members," project member(s)"]}),r.jsxs(mr,{linkUrl:`/projects/${e}/settings/api-access`,linkText:"Add new key",icon:r.jsx(mm,{}),children:[t.apiTokens," API key(s)"]}),r.jsxs(mr,{linkUrl:`/projects/${e}/settings/segments`,linkText:"Add segments",icon:r.jsx(Vh,{}),children:[t.segments," project segment(s)"]})]})]})})},az=e=>({"@container (max-width: 650px)":e,"@supports not (container-type: inline-size)":{"@media (max-width: 712px)":e}}),rz=h("div")({containerType:"inline-size"}),iz=h("div")(({theme:e})=>({display:"grid",gridTemplateAreas:`
725
+ `,document.head.appendChild(c),()=>{document.head.removeChild(c)}},[e,t])}const DW="(prefers-reduced-motion: reduce)";function $W(){const[e,t]=xe.useState(!0);return xe.useEffect(()=>{const n=window.matchMedia(DW);t(n.matches);const i=c=>{t(c.matches)};return n.addEventListener("change",i),()=>{n.removeEventListener("change",i)}},[]),e}function TW(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(!Y1.isValid(Y1.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 PW(e,t=0){const n=EW(e),i=n[0],c=Y1.parseISO(i.date),s=Y1.getDay(c)===t?c:Y1.subWeeks(Y1.nextDay(c,t),1),o=[...Array(Y1.differenceInCalendarDays(c,s)).fill(void 0),...n],l=Math.ceil(o.length/7);return $2(l).map(d=>o.slice(d*7,d*7+7))}function EW(e){const t=new Map(e.map(c=>[c.date,c])),n=e[0],i=e[e.length-1];return Y1.eachDayOfInterval({start:Y1.parseISO(n.date),end:Y1.parseISO(i.date)}).map(c=>{const s=Y1.formatISO(c,{representation:"date"});return t.has(s)?t.get(s):{date:s,count:0,level:0}})}function d3(e){return`${m8}__${e}`}function ZW(){const e=new Date().getFullYear();return Y1.eachDayOfInterval({start:new Date(e,0,1),end:new Date(e,11,31)}).map(n=>({date:Y1.formatISO(n,{representation:"date"}),count:0,level:0}))}function $2(e){return[...Array(e).keys()]}function IW(e,t=Bl){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[Y1.getMonth(Y1.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 MW(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(AW(c,n).width)):i,0)}function AW(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 FW(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=RW[i.toLowerCase()];n[c]=!0}return{byDayIndex:i=>n[i]??!1,shouldShow:e.length>0}}const RW={sun:0,mon:1,tue:2,wed:3,thu:4,fri:5,sat:6};function VW(e,t=5){const n=LW(t);return e?(NW(e,t),e.light=e.light??n.light,e.dark=e.dark??n.dark,{light:Hi(e.light)?T2(e.light,t):e.light,dark:Hi(e.dark)?T2(e.dark,t):e.dark}):n}function LW(e){return{light:T2(["hsl(0, 0%, 92%)","hsl(0, 0%, 26%)"],e),dark:T2(["hsl(0, 0%, 22%)","hsl(0, 0%, 92%)"],e)}}function NW(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 T2([e,t],n){return $2(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 Hi(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"}}},wt=xe.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:p=4,loading:g=!1,renderBlock:v=void 0,renderColorLegend:x=void 0,showWeekdayLabels:y=!1,style:_={},theme:b=void 0,totalCount:S=void 0,weekStart:P=0},C)=>{const[$,A]=xe.useState(!1);xe.useEffect(()=>{A(!0)},[]),p=Math.max(1,p);const O=VW(b,p+1),N=OW(),W=c??N,V=O[W];CW(V[0],W);const M=!$W();g&&(e=ZW()),TW(e,p);const q=e[0],K=Y1.getYear(Y1.parseISO(q.date)),Z=PW(e,P),z=Object.assign({},SW,f),Y=d?0:o+Yi,E=FW(y,P),w=$&&E.shouldShow?MW(z.weekdays,E,o)+Yi:void 0;function j(){return{width:Z.length*(i+t)-t,height:Y+(i+t)*7-t}}function R(a1){return Object.keys(s).reduce((i1,n1)=>({...i1,[n1]:m1=>{var x1;return(x1=s[n1])==null?void 0:x1.call(s,m1)(a1)}}),{})}function G(){return Z.map((a1,i1)=>a1.map((n1,m1)=>{if(!n1)return null;const x1=g&&M?{animation:`${Yl} 1.75s ease-in-out infinite`,animationDelay:`${i1*20+m1*20}ms`}:void 0,D1=A1.jsx("rect",{...R(n1),x:0,y:Y+(i+t)*m1,width:i,height:i,rx:n,ry:n,fill:V[n1.level],"data-date":n1.date,"data-level":n1.level,style:{...u3.rect(W),...x1}});return A1.jsx(xe.Fragment,{children:v?v(D1,n1):D1},n1.date)})).map((a1,i1)=>A1.jsx("g",{transform:`translate(${(i+t)*i1}, 0)`,children:a1},i1))}function k(){if(m&&l)return null;const a1=typeof S=="number"?S:e.reduce((i1,n1)=>i1+n1.count,0);return A1.jsxs("footer",{className:d3("footer"),style:{...u3.footer.container,marginLeft:w},children:[g&&A1.jsx("div",{children:" "}),!g&&!m&&A1.jsx("div",{className:d3("count"),children:z.totalCount?z.totalCount.replace("{{count}}",String(a1)).replace("{{year}}",String(K)):`${a1} activities in ${K}`}),!g&&!l&&A1.jsxs("div",{className:d3("legend-colors"),style:u3.footer.legend,children:[A1.jsx("span",{style:{marginRight:"0.4em"},children:z.legend.less}),$2(p+1).map(i1=>{const n1=A1.jsx("svg",{width:i,height:i,children:A1.jsx("rect",{width:i,height:i,fill:V[i1],rx:n,ry:n,style:u3.rect(W)})});return A1.jsx(xe.Fragment,{children:x?x(n1,i1):n1},i1)}),A1.jsx("span",{style:{marginLeft:"0.4em"},children:z.legend.more})]})]})}function u1(){return E.shouldShow?A1.jsx("g",{className:d3("legend-weekday"),children:$2(7).map(a1=>{const i1=(a1+P)%7;return E.byDayIndex(i1)?A1.jsx("text",{x:-8,y:Y+(i+t)*a1+i/2,dominantBaseline:"central",textAnchor:"end",fill:"currentColor",children:z.weekdays[i1]},a1):null})}):null}function h1(){return d?null:A1.jsx("g",{className:d3("legend-month"),children:IW(Z,z.months).map(({label:a1,weekIndex:i1})=>A1.jsx("text",{x:(i+t)*i1,y:0,dominantBaseline:"hanging",fill:"currentColor",children:a1},i1))})}const{width:Q,height:t1}=j();return A1.jsxs("article",{ref:C,className:m8,style:{..._,...u3.container(o)},children:[A1.jsx("div",{className:d3("scroll-container"),style:u3.scrollContainer(o),children:A1.jsxs("svg",{width:Q,height:t1,viewBox:`0 0 ${Q} ${t1}`,className:d3("calendar"),style:{...u3.calendar,marginLeft:w},children:[!g&&u1(),!g&&h1(),G()]})}),k()]})});wt.displayName="ActivityCalendar";const WW=e=>A1.jsx(wt,{data:[],...e});tt.ActivityCalendar=wt;tt.Skeleton=WW;var zW=tt.default=wt;const BW=h("div")(({theme:e})=>({display:"flex",flexDirection:"column",alignItems:"center","svg rect":{stroke:"#0000 !important"}})),YW=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},HW=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)}))},UW=()=>{const e=e1("projectId"),{data:t}=et(e),{themeMode:n}=Wh(),i={light:["#f1f0fc","#ceccfd","#8982ff","#6c65e5","#615bc2"],dark:["#302E42",O0.palette.background.alternative]},c=HW(t.activityCountByDate),s=YW(c);return a.jsx(a.Fragment,{children:t.activityCountByDate.length>0?a.jsx(BW,{children:a.jsx(zW,{colorScheme:n,theme:i,data:s,maxLevel:4,showWeekdayLabels:!0,labels:{totalCount:"{{count}} activities in the last year"},renderBlock:(o,l)=>a.jsx(H1,{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."},kW=h("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}})),qW=({text:e})=>{const t=h("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(Bh,{fontSize:"small",color:"primary"}),a.jsx("p",{children:e})]})},x0=({children:e,tooltipText:t})=>a.jsx("li",{children:a.jsx(M3,{arrow:!0,maxWidth:"850px",title:a.jsx(qW,{text:t}),children:a.jsx(kW,{tabIndex:0,children:e})})}),KW=h("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=h("span")({display:"flex",alignItems:"center",justifyContent:"space-between"}),GW=h("span")(({theme:e})=>({fontSize:`calc(2 * ${e.typography.body1.fontSize})`})),Hl=h("dl")(({theme:e})=>({margin:0,fontSize:e.typography.body2.fontSize,"& dd":{margin:0,fontWeight:"bold"}})),QW=h("span")(({theme:e})=>({fontSize:e.typography.body2.fontSize})),JW=h("span")({fontWeight:"normal"}),o2=({averageDays:e})=>{const t=()=>e==null?a.jsx(JW,{children:"No data"}):e<1?"less than a day":e===1?"1 day":`${e} days`;return a.jsxs(Hl,{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(GW,{"data-loading-project-lifecycle-summary":!0,children:a.jsx(Wc,{value:e??0,threshold:1e3,precision:1})}),XW=()=>{const e=e1("projectId"),{data:t,loading:n}=et(e),i=W3(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(QW,{children:[c(d)," in"," ",zh(m)]})},o=(t==null?void 0:t.lifecycleSummary.archived.last30Days)??0,l=`${o} ${o===1?"flag":"flags"} archived`;return a.jsxs(KW,{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(o2,{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(o2,{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(o2,{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(o2,{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(Hl,{children:[a.jsx("dt",{children:"Last 30 days"}),a.jsx("dd",{"data-loading-project-lifecycle-summary":!0,children:l})]})]})]})},Ul=h("article")(({theme:e})=>({backgroundColor:e.palette.background.elevation1,padding:e.spacing(3),borderRadius:e.shape.borderRadiusExtraLarge})),f2=40,Tr=13,Ui=f2*2+Tr,kl=100,ki=h("div")(({theme:e})=>({display:"flex",flexDirection:"column",gap:e.spacing(1)})),qi=h("div")(({theme:e})=>({display:"flex",alignItems:"center",gap:e.spacing(2)})),ez=h("div")(({theme:e})=>({flex:"none",height:85,width:kl,position:"relative"})),tz=h("svg")({position:"absolute"}),nz=h("span")(({theme:e})=>({fontSize:e.typography.h1.fontSize})),az=h("div")(({theme:e})=>({flex:"none",display:"grid",placeItems:"center",width:kl})),rz=h("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:Ui,height:Ui,overflow:"hidden"})),iz=({flagCount:e})=>{const t=e===1?"flag":"flags";return a.jsx(az,{children:a.jsxs(rz,{children:[a.jsx(nz,{children:a.jsx(Wc,{value:e,threshold:1e3,precision:1})}),a.jsx("span",{children:"unhealthy"}),a.jsx("span",{children:t})]})})},cz=e=>{const t=S1();return e<=24?t.palette.error.main:e<=74?t.palette.warning.border:t.palette.success.border},sz=e=>{const t=S1();switch(Yh(e)){case"error":return t.palette.error.main;case"warning":return t.palette.warning.border;default:return t.palette.success.border}},oz=h(Ul)(({theme:e})=>({display:"flex",flexDirection:"column",justifyContent:"space-around",gap:e.spacing(2)})),lz=()=>{const e=e1("projectId"),{data:{health:t,technicalDebt:n,staleFlags:i}}=et(e),{isOss:c}=p1(),s=S1(),o=Ze("healthToTechDebt"),l=2*Math.PI*f2,d=t.current,m=.3,f=1-m,p=.75-m/2,g=d/100*l*.7,v=(n.current||0)/100*l*.7,x=cz(d),y=sz(n.current||0);return a.jsxs(oz,{children:[a.jsxs(qi,{children:[a.jsx(ez,{children:a.jsxs(tz,{viewBox:"0 0 100 100",children:[a.jsx("circle",{cx:"50",cy:"50",r:f2,fill:"none",stroke:s.palette.background.application,strokeWidth:Tr,strokeDasharray:`${f*l} ${m*l}`,strokeDashoffset:p*l}),a.jsx("circle",{cx:"50",cy:"50",r:f2,fill:"none",stroke:o?y:x,strokeWidth:Tr,strokeDasharray:o?`${v} ${l-v}`:`${g} ${l-g}`,strokeDashoffset:p*l}),a.jsxs("text",{x:"50",y:"50",textAnchor:"middle",dominantBaseline:"middle",fill:s.palette.text.primary,fontSize:s.typography.h1.fontSize,children:[o?n.current||0:d,"%"]})]})}),a.jsxs(ki,{children:[a.jsx(I,{children:o?a.jsxs(a.Fragment,{children:["Your current technical debt rating is"," ",n.current,"%."]}):a.jsxs(a.Fragment,{children:["Your current project health rating is"," ",d,"%."]})}),!c()&&a.jsx(g1,{to:`/insights?project=IS%3A${e}`,children:o?"View technical debt over time":"View health over time"})]})]}),a.jsxs(qi,{children:[a.jsx(iz,{flagCount:i.total}),a.jsxs(ki,{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 f8={},dz=J1;Object.defineProperty(f8,"__esModule",{value:!0});var ql=f8.default=void 0,uz=dz(Q1()),hz=a,mz=(0,uz.default)((0,hz.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");ql=f8.default=mz;const fz=h("div")(({theme:e})=>({display:"flex",flexDirection:"column",gap:e.spacing(2),containerType:"inline-size"})),pz=h("span")(({theme:e})=>({display:"inline-flex",flexFlow:"row nowrap",gap:e.spacing(1),svg:{fill:e.palette.primary.main}})),Kl=e=>({"@container (max-width: 385px)":e,"@supports not (container-type: inline-size)":{"@media (max-width: 385px)":e}}),vz=h("li")(({theme:e})=>({display:"flex",flexFlow:"row",justifyContent:"space-between",alignItems:"center",gap:e.spacing(1),...Kl({flexFlow:"column",alignItems:"flex-start",justifyContent:"unset","& + li":{marginTop:e.spacing(5)}})})),gz=h("ul")(({theme:e})=>({margin:0,listStyle:"none",padding:0,"li + li":{marginTop:e.spacing(2)},...Kl({"li + li":{marginTop:e.spacing(4)}})})),pr=({children:e,linkUrl:t,linkText:n,icon:i})=>a.jsxs(vz,{children:[a.jsxs(pz,{children:[i,a.jsx("span",{"data-loading-resources":!0,children:e})]}),a.jsx(g1,{to:t,children:n})]}),xz=e=>{const{data:t,loading:n}=et(e),{resources:i}=t??{resources:{members:0,apiTokens:0,segments:0}};return{resources:i,loading:n}},bz=()=>{const e=e1("projectId"),{resources:t,loading:n}=xz(e),i=W3(n,"[data-loading-resources=true]");return a.jsx(Ul,{ref:i,children:a.jsxs(fz,{children:[a.jsx(I,{variant:"h4",sx:{margin:0},children:"Project resources"}),a.jsxs(gz,{children:[a.jsxs(pr,{linkUrl:`/projects/${e}/settings/access`,linkText:"Add members",icon:a.jsx(ql,{}),children:[t.members," project member(s)"]}),a.jsxs(pr,{linkUrl:`/projects/${e}/settings/api-access`,linkText:"Add new key",icon:a.jsx(bm,{}),children:[t.apiTokens," API key(s)"]}),a.jsxs(pr,{linkUrl:`/projects/${e}/settings/segments`,linkText:"Add segments",icon:a.jsx(Hh,{}),children:[t.segments," project segment(s)"]})]})]})})},jz=e=>({"@container (max-width: 650px)":e,"@supports not (container-type: inline-size)":{"@media (max-width: 712px)":e}}),yz=h("div")({containerType:"inline-size"}),_z=h("div")(({theme:e})=>({display:"grid",gridTemplateAreas:`
726
726
  "health resources"
727
727
  "health resources"
728
- `,gridTemplateColumns:"repeat(2, minmax(300px, 1fr))",gap:e.spacing(1,2),...az({display:"flex",flexDirection:"column",gap:e.spacing(1)})})),Hi=h("div",{shouldForwardProp:e=>e!=="gridArea"})(({theme:e,gridArea:t})=>({gridArea:t,"&>*":{height:"100%"}})),cz=()=>r.jsx(rz,{children:r.jsxs(iz,{children:[r.jsx(Hi,{gridArea:"health",children:r.jsx(UW,{})}),r.jsx(Hi,{gridArea:"resources",children:r.jsx(nz,{})})]})});var h8={},sz=J1;Object.defineProperty(h8,"__esModule",{value:!0});var Hl=h8.default=void 0,oz=sz(Q1()),lz=r,dz=(0,oz.default)((0,lz.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");Hl=h8.default=dz;const uz=h("section")(({theme:e})=>({minHeight:"100vh",maxWidth:1100,width:"95vw",backgroundColor:e.palette.background.default,display:"flex",flexFlow:"column",gap:e.spacing(2),paddingInline:e.spacing(4),paddingBlock:e.spacing(3.75)})),hz=h("div")(({theme:e})=>({display:"flex",flexDirection:"column",gap:e.spacing(4)})),mz=h("div")(({theme:e})=>({display:"flex",alignItems:"end"})),fz=h("div")(({theme:e})=>({display:"flex",alignItems:"center",gap:e.spacing(1.5),marginInlineEnd:e.spacing(5)})),pz=h(Wc)(({theme:e})=>({fill:e.palette.primary.main,flex:"none"})),vz=h("h3")(({theme:e})=>({fontSize:e.typography.h2.fontSize,margin:0})),fr=h("h4")(({theme:e})=>({margin:0,fontWeight:"normal"})),pr=h("div")(({theme:e})=>({display:"flex",flexDirection:"column",gap:e.spacing(2)})),gz=h("div")(({theme:e})=>({padding:e.spacing(.5)})),Ui=h("p")(({theme:e})=>({fontSize:e.typography.body1.fontSize,"& + p":{marginTop:e.spacing(1)}})),xz=()=>r.jsx(I0,{htmlTooltip:!0,htmlTooltipMaxWidth:"550px",tooltip:r.jsxs(gz,{children:[r.jsx(Ui,{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."}),r.jsx(Ui,{children:r.jsx("a",{href:"https://docs.getunleash.io/reference/feature-toggles#feature-flag-lifecycle",children:"Read more in our documentation"})})]})}),bz=h("div")(({theme:e})=>({display:"flex",justifyContent:"flex-end",marginBlockStart:"auto",gap:e.spacing(4)})),jz=h("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})),yz=h(c1)(({theme:e})=>({color:e.palette.primary.main,fontWeight:"normal",padding:0,textDecoration:"underline",verticalAlign:"baseline"})),_z=({open:e,onClose:t,onFollowLink:n})=>{const{openFeedback:i}=ac("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}=m1(),o=Ee("healthToTechDebt");return r.jsx(Lh,{open:e,onClose:t,label:"Project status",onClick:l=>{l.target instanceof HTMLAnchorElement&&n()},children:r.jsxs(uz,{children:[r.jsxs(fz,{children:[r.jsx(pz,{"aria-hidden":"true"}),r.jsx(vz,{children:"Project status"})]}),r.jsxs(hz,{children:[r.jsxs(pr,{children:[r.jsx(fr,{children:o?"Technical debt":"Health"}),r.jsx(cz,{})]}),!s()&&r.jsxs(r.Fragment,{children:[r.jsxs(pr,{children:[r.jsx(fr,{children:"Activity in project"}),r.jsx(TW,{})]}),r.jsxs(pr,{children:[r.jsxs(mz,{children:[r.jsx(fr,{children:"Flag lifecycle"}),r.jsx(xz,{})]}),r.jsx(FW,{})]})]})]}),r.jsxs(bz,{children:[r.jsxs(jz,{children:[r.jsx(Hl,{color:"primary"}),r.jsxs("p",{children:["Help us improve the project status overview; give us your"," ",r.jsx(yz,{variant:"text",onClick:()=>{c(),t()},size:"small",children:"feedback"})]})]}),r.jsx(c1,{variant:"outlined",onClick:t,children:"Close"})]})]})})},wz=h(W3)(({theme:e})=>({position:"absolute",top:5,right:20,[e.breakpoints.down("md")]:{top:2}})),Sz=h(Nh)(({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"})),Oz=h("span")(({theme:e})=>({color:e.palette.text.primary})),Cz=()=>{const e=e1("projectId"),{total:t}=Os(e);return r.jsx(Sz,{badgeContent:t??0,color:"primary",children:r.jsx(Oz,{children:"Change requests"})})},Dz=h(c1)(({theme:e})=>({color:e.palette.text.primary,fontSize:e.typography.body1.fontSize,fontWeight:"bold","svg *":{fill:e.palette.primary.main}})),$z=h(Wc)(({theme:e})=>({marginLeft:e.spacing(.5)})),Tz=()=>{const[e,t]=F2(),[n,i]=u.useState(e.has("project-status")),c=()=>{e.set("project-status",""),t(e),i(!0)},s=()=>{e.delete("project-status"),t(e),i(!1)};return r.jsxs(r.Fragment,{children:[r.jsx(Dz,{onClick:c,startIcon:r.jsx($z,{}),"data-loading-project":!0,children:"Project status"}),r.jsx(_z,{open:n,onClose:s,onFollowLink:()=>i(!1)})]})},Fz=()=>{const e=e1("projectId"),{trackEvent:t}=$1(),n=Wh(),{project:i,loading:c,error:s,refetch:o}=X1(e),l=L3(c,"[data-loading-project=true]"),{setToastData:d,setToastApiError:m}=S1(),[f,v]=u.useState(!1),g=se(),{pathname:p}=Ac(),{isOss:x,uiConfig:y,isPro:_}=m1(),b=`/projects/${e}`,S=(i==null?void 0:i.name)||e,{favorite:P,unfavorite:C}=zh(),[D,Z]=u.useState(!1),[O,W]=u.useState(!1),V=[{title:"Overview",path:b,name:"flags"},{title:"Change requests",path:`${b}/change-requests`,name:"change-request",isEnterprise:!0,labelOverride:Cz},{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(M=>M.flag?y.flags[M.flag]:!0).filter(M=>!(x()&&M.isEnterprise)),I=[...V].reverse().find(M=>p.startsWith(M.path));if(u.useEffect(()=>{const M=n.get("created"),B=n.get("edited");(M||B)&&d({type:"success",text:M?"Project created":"Project updated"})},[]),(s==null?void 0:s.status)===404)return r.jsxs(Ke,{sx:M=>({padding:M.spacing(2,4,4)}),children:[r.jsx(A,{variant:"h1",children:"404 Not Found"}),r.jsxs(A,{children:["Project ",r.jsx("strong",{children:e})," does not exist."]})]});const U=async()=>{try{i!=null&&i.favorite?await C(e):await P(e),o()}catch{m("Something went wrong, could not update favorite")}},K=r.jsx($,{sx:M=>({marginLeft:M.spacing(1),display:"flex"}),children:r.jsx(jr,{})});return i.archivedAt?r.jsx(gO,{name:i.name}):r.jsxs("div",{ref:l,children:[r.jsxs(xm,{children:[r.jsx(bm,{children:r.jsxs(fm,{children:[r.jsxs(j8,{children:[r.jsx(gm,{onClick:U,isFavorite:(i==null?void 0:i.favorite)||!1}),r.jsxs(jm,{children:[r.jsx(F,{condition:(i==null?void 0:i.mode)==="private",show:r.jsx(dO,{})}),r.jsx(pm,{"data-loading-project":!0,children:S})]})]}),r.jsx(j8,{children:r.jsx(Tz,{})})]})}),r.jsx(ym,{}),r.jsx(_m,{children:r.jsx(Rr,{value:I==null?void 0:I.path,indicatorColor:"primary",textColor:"primary",variant:"scrollable",allowScrollButtonsMobile:!0,children:V.map(M=>r.jsx(wm,{"data-loading-project":!0,label:M.labelOverride?r.jsx(M.labelOverride,{}):M.title,value:M.path,onClick:()=>{M.title!=="Flags"&&t("project-navigation",{props:{eventType:M.title}}),g(x()&&M.ossPath?M.ossPath:M.path)},"data-testid":`TAB_${M.title}`,iconPosition:M.isEnterprise?"end":void 0,icon:r.jsxs(r.Fragment,{children:[r.jsx(F,{condition:!!M.new,show:r.jsx("span",{children:r.jsx(wz,{color:"success",children:"Beta"})})}),M.isEnterprise&&_()&&K||void 0]})},M.title))})})]}),r.jsx(Bh,{projectId:e,open:D,onClose:()=>{Z(!1)},onSuccess:()=>{g("/projects")}}),r.jsxs(J3,{children:[r.jsx(b1,{path:"access/*",element:r.jsx(Fc,{replace:!0,to:`/projects/${e}/settings/access`})}),r.jsx(b1,{path:"logs",element:r.jsx(Hx,{})}),r.jsx(b1,{path:"change-requests",element:r.jsx(Ej,{})}),r.jsx(b1,{path:"change-requests/:id",element:r.jsx(Yh,{value:{willOverwriteStrategyChanges:O,registerWillOverwriteStrategyChanges:()=>W(!0)},children:r.jsx(hj,{})})}),r.jsx(b1,{path:"settings/*",element:r.jsx(oO,{})}),r.jsx(b1,{path:"applications",element:r.jsx(vO,{})}),r.jsx(b1,{path:"*",element:r.jsx(Yx,{})})]}),r.jsx(gs,{open:f,setOpen:v,project:e})]})};export{Fz as default};
728
+ `,gridTemplateColumns:"repeat(2, minmax(300px, 1fr))",gap:e.spacing(1,2),...jz({display:"flex",flexDirection:"column",gap:e.spacing(1)})})),Ki=h("div",{shouldForwardProp:e=>e!=="gridArea"})(({theme:e,gridArea:t})=>({gridArea:t,"&>*":{height:"100%"}})),wz=()=>a.jsx(yz,{children:a.jsxs(_z,{children:[a.jsx(Ki,{gridArea:"health",children:a.jsx(lz,{})}),a.jsx(Ki,{gridArea:"resources",children:a.jsx(bz,{})})]})});var p8={},Sz=J1;Object.defineProperty(p8,"__esModule",{value:!0});var Gl=p8.default=void 0,Oz=Sz(Q1()),Cz=a,Dz=(0,Oz.default)((0,Cz.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");Gl=p8.default=Dz;const $z=h("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)})),Tz=h("div")(({theme:e})=>({display:"flex",flexDirection:"column",gap:e.spacing(4)})),Pz=h("div")(({theme:e})=>({display:"flex",alignItems:"end"})),Ez=h("div")(({theme:e})=>({display:"flex",alignItems:"center",gap:e.spacing(1.5),marginInlineEnd:e.spacing(5)})),Zz=h(Hc)(({theme:e})=>({fill:e.palette.primary.main,flex:"none"})),Iz=h("h3")(({theme:e})=>({fontSize:e.typography.h2.fontSize,margin:0})),Gi=h("h4")(({theme:e})=>({margin:0,fontWeight:"normal"})),vr=h("div")(({theme:e})=>({display:"flex",flexDirection:"column",gap:e.spacing(2)})),Mz=h("div")(({theme:e})=>({padding:e.spacing(.5)})),Qi=h("p")(({theme:e})=>({fontSize:e.typography.body1.fontSize,"& + p":{marginTop:e.spacing(1)}})),Az=()=>a.jsx(F0,{htmlTooltip:!0,htmlTooltipMaxWidth:"550px",tooltip:a.jsxs(Mz,{children:[a.jsx(Qi,{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(Qi,{children:a.jsx("a",{href:"https://docs.getunleash.io/reference/feature-toggles#feature-flag-lifecycle",children:"Read more in our documentation"})})]})}),Fz=h("div")(({theme:e})=>({display:"flex",justifyContent:"flex-end",marginBlockStart:"auto",gap:e.spacing(4)})),Rz=h("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})),Vz=h(c1)(({theme:e})=>({color:e.palette.primary.main,fontWeight:"normal",padding:0,textDecoration:"underline",verticalAlign:"baseline"})),Lz=({open:e,onClose:t,onFollowLink:n})=>{const{openFeedback:i}=oc("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(Uh,{open:e,onClose:t,label:"Project status",onClick:o=>{o.target instanceof HTMLAnchorElement&&n()},children:a.jsxs($z,{children:[a.jsxs(Ez,{children:[a.jsx(Zz,{"aria-hidden":"true"}),a.jsx(Iz,{children:"Project status"})]}),a.jsxs(Tz,{children:[a.jsx(vr,{children:a.jsx(wz,{})}),!s()&&a.jsxs(a.Fragment,{children:[a.jsxs(vr,{children:[a.jsx(Gi,{children:"Activity in project"}),a.jsx(UW,{})]}),a.jsxs(vr,{children:[a.jsxs(Pz,{children:[a.jsx(Gi,{children:"Flag lifecycle"}),a.jsx(Az,{})]}),a.jsx(XW,{})]})]})]}),a.jsxs(Fz,{children:[a.jsxs(Rz,{children:[a.jsx(Gl,{color:"primary"}),a.jsxs("p",{children:["Help us improve the project status overview; give us your"," ",a.jsx(Vz,{variant:"text",onClick:()=>{c(),t()},size:"small",children:"feedback"})]})]}),a.jsx(c1,{variant:"outlined",onClick:t,children:"Close"})]})]})})},Nz=h(z3)(({theme:e})=>({position:"absolute",top:5,right:20,[e.breakpoints.down("md")]:{top:2}})),Wz=h(kh)(({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"})),zz=h("span")(({theme:e})=>({color:e.palette.text.primary})),Bz=()=>{const e=e1("projectId"),{total:t}=Ts(e);return a.jsx(Wz,{badgeContent:t??0,color:"primary",children:a.jsx(zz,{children:"Change requests"})})},Yz=h(c1)(({theme:e})=>({color:e.palette.text.primary,fontSize:e.typography.body1.fontSize,fontWeight:"bold","svg *":{fill:e.palette.primary.main}})),Hz=h(Hc)(({theme:e})=>({marginLeft:e.spacing(.5)})),Uz=()=>{const[e,t]=F2(),[n,i]=u.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(Yz,{onClick:c,startIcon:a.jsx(Hz,{}),"data-loading-project":!0,children:"Project status"}),a.jsx(Lz,{open:n,onClose:s,onFollowLink:()=>i(!1)})]})},Xz=()=>{const e=e1("projectId"),{trackEvent:t}=E1(),n=qh(),{project:i,loading:c,error:s,refetch:o}=X1(e),l=W3(c,"[data-loading-project=true]"),{setToastData:d,setToastApiError:m}=C1(),[f,p]=u.useState(!1),g=le(),{pathname:v}=Lc(),{isOss:x,uiConfig:y,isPro:_}=p1(),b=`/projects/${e}`,S=(i==null?void 0:i.name)||e,{favorite:P,unfavorite:C}=Kh(),[$,A]=u.useState(!1),[O,N]=u.useState(!1),V=[{title:"Overview",path:b,name:"flags"},{title:"Change requests",path:`${b}/change-requests`,name:"change-request",isEnterprise:!0,labelOverride:Bz},{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(Z=>Z.flag?y.flags[Z.flag]:!0).filter(Z=>!(x()&&Z.isEnterprise)),M=[...V].reverse().find(Z=>v.startsWith(Z.path));if(u.useEffect(()=>{const Z=n.get("created"),z=n.get("edited");(Z||z)&&d({type:"success",text:Z?"Project created":"Project updated"})},[]),(s==null?void 0:s.status)===404)return a.jsxs(Ee,{sx:Z=>({padding:Z.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 q=async()=>{try{i!=null&&i.favorite?await C(e):await P(e),o()}catch{m("Something went wrong, could not update favorite")}},K=a.jsx(D,{sx:Z=>({marginLeft:Z.spacing(1),display:"flex"}),children:a.jsx(yr,{})});return i.archivedAt?a.jsx(MO,{name:i.name}):a.jsxs("div",{ref:l,children:[a.jsxs(Sm,{children:[a.jsx(Om,{children:a.jsxs(jm,{children:[a.jsxs(w8,{children:[a.jsx(wm,{onClick:q,isFavorite:(i==null?void 0:i.favorite)||!1}),a.jsxs(Cm,{children:[a.jsx(F,{condition:(i==null?void 0:i.mode)==="private",show:a.jsx(DO,{})}),a.jsx(ym,{"data-loading-project":!0,children:S})]})]}),a.jsx(w8,{children:a.jsx(Uz,{})})]})}),a.jsx(Dm,{}),a.jsx($m,{children:a.jsx(Vr,{value:M==null?void 0:M.path,indicatorColor:"primary",textColor:"primary",variant:"scrollable",allowScrollButtonsMobile:!0,children:V.map(Z=>a.jsx(Tm,{"data-loading-project":!0,label:Z.labelOverride?a.jsx(Z.labelOverride,{}):Z.title,value:Z.path,onClick:()=>{Z.title!=="Flags"&&t("project-navigation",{props:{eventType:Z.title}}),g(x()&&Z.ossPath?Z.ossPath:Z.path)},"data-testid":`TAB_${Z.title}`,iconPosition:Z.isEnterprise?"end":void 0,icon:a.jsxs(a.Fragment,{children:[a.jsx(F,{condition:!!Z.new,show:a.jsx("span",{children:a.jsx(Nz,{color:"success",children:"Beta"})})}),Z.isEnterprise&&_()&&K||void 0]})},Z.title))})})]}),a.jsx(Gh,{projectId:e,open:$,onClose:()=>{A(!1)},onSuccess:()=>{g("/projects")}}),a.jsxs(X3,{children:[a.jsx(j1,{path:"access/*",element:a.jsx(Nc,{replace:!0,to:`/projects/${e}/settings/access`})}),a.jsx(j1,{path:"logs",element:a.jsx(Qx,{})}),a.jsx(j1,{path:"change-requests",element:a.jsx(qj,{})}),a.jsx(j1,{path:"change-requests/:id",element:a.jsx(Qh,{value:{willOverwriteStrategyChanges:O,registerWillOverwriteStrategyChanges:()=>N(!0)},children:a.jsx(Tj,{})})}),a.jsx(j1,{path:"settings/*",element:a.jsx(OO,{})}),a.jsx(j1,{path:"applications",element:a.jsx(IO,{})}),a.jsx(j1,{path:"*",element:a.jsx(Gx,{})})]}),a.jsx(ys,{open:f,setOpen:p,project:e})]})};export{Xz as default};