unleash-server 6.2.3 → 6.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/lib/addons/datadog.d.ts.map +1 -1
- package/dist/lib/addons/datadog.js +9 -7
- package/dist/lib/addons/datadog.js.map +1 -1
- package/dist/lib/addons/feature-event-formatter-md-events.d.ts +8 -0
- package/dist/lib/addons/feature-event-formatter-md-events.d.ts.map +1 -0
- package/dist/lib/addons/feature-event-formatter-md-events.js +297 -0
- package/dist/lib/addons/feature-event-formatter-md-events.js.map +1 -0
- package/dist/lib/addons/feature-event-formatter-md.d.ts +17 -6
- package/dist/lib/addons/feature-event-formatter-md.d.ts.map +1 -1
- package/dist/lib/addons/feature-event-formatter-md.js +32 -246
- package/dist/lib/addons/feature-event-formatter-md.js.map +1 -1
- package/dist/lib/addons/feature-event-formatter-md.test.js +3 -1
- package/dist/lib/addons/feature-event-formatter-md.test.js.map +1 -1
- package/dist/lib/addons/new-relic.d.ts.map +1 -1
- package/dist/lib/addons/new-relic.js +3 -1
- package/dist/lib/addons/new-relic.js.map +1 -1
- package/dist/lib/addons/slack-app.d.ts.map +1 -1
- package/dist/lib/addons/slack-app.js +12 -7
- package/dist/lib/addons/slack-app.js.map +1 -1
- package/dist/lib/addons/slack.d.ts.map +1 -1
- package/dist/lib/addons/slack.js +14 -9
- package/dist/lib/addons/slack.js.map +1 -1
- package/dist/lib/addons/teams.d.ts.map +1 -1
- package/dist/lib/addons/teams.js +9 -7
- package/dist/lib/addons/teams.js.map +1 -1
- package/dist/lib/addons/webhook.d.ts.map +1 -1
- package/dist/lib/addons/webhook.js +3 -1
- package/dist/lib/addons/webhook.js.map +1 -1
- package/dist/lib/db/account-store.d.ts +2 -1
- package/dist/lib/db/account-store.d.ts.map +1 -1
- package/dist/lib/db/account-store.js +18 -0
- package/dist/lib/db/account-store.js.map +1 -1
- package/dist/lib/features/events/event-search-controller.d.ts +3 -1
- package/dist/lib/features/events/event-search-controller.d.ts.map +1 -1
- package/dist/lib/features/events/event-search-controller.js +21 -2
- package/dist/lib/features/events/event-search-controller.js.map +1 -1
- package/dist/lib/features/feature-toggle/feature-toggle-service.d.ts.map +1 -1
- package/dist/lib/features/feature-toggle/feature-toggle-service.js +4 -12
- package/dist/lib/features/feature-toggle/feature-toggle-service.js.map +1 -1
- package/dist/lib/features/feature-toggle/tests/feature-toggle-service.e2e.test.js +2 -11
- package/dist/lib/features/feature-toggle/tests/feature-toggle-service.e2e.test.js.map +1 -1
- package/dist/lib/features/index.d.ts +1 -0
- package/dist/lib/features/index.d.ts.map +1 -1
- package/dist/lib/features/index.js +1 -0
- package/dist/lib/features/index.js.map +1 -1
- package/dist/lib/features/metrics/client-metrics/client-metrics-store-v2.js +1 -1
- package/dist/lib/features/metrics/client-metrics/client-metrics-store-v2.js.map +1 -1
- package/dist/lib/features/onboarding/onboarding-read-model.d.ts.map +1 -1
- package/dist/lib/features/onboarding/onboarding-read-model.js +1 -0
- package/dist/lib/features/onboarding/onboarding-read-model.js.map +1 -1
- package/dist/lib/features/personal-dashboard/createPersonalDashboardService.d.ts +6 -0
- package/dist/lib/features/personal-dashboard/createPersonalDashboardService.d.ts.map +1 -0
- package/dist/lib/features/personal-dashboard/createPersonalDashboardService.js +39 -0
- package/dist/lib/features/personal-dashboard/createPersonalDashboardService.js.map +1 -0
- package/dist/lib/features/personal-dashboard/fake-personal-dashboard-read-model.d.ts +8 -0
- package/dist/lib/features/personal-dashboard/fake-personal-dashboard-read-model.d.ts.map +1 -0
- package/dist/lib/features/personal-dashboard/fake-personal-dashboard-read-model.js +16 -0
- package/dist/lib/features/personal-dashboard/fake-personal-dashboard-read-model.js.map +1 -0
- package/dist/lib/features/personal-dashboard/personal-dashboard-controller.d.ts +16 -0
- package/dist/lib/features/personal-dashboard/personal-dashboard-controller.d.ts.map +1 -0
- package/dist/lib/features/personal-dashboard/personal-dashboard-controller.e2e.test.d.ts +2 -0
- package/dist/lib/features/personal-dashboard/personal-dashboard-controller.e2e.test.d.ts.map +1 -0
- package/dist/lib/features/personal-dashboard/personal-dashboard-controller.e2e.test.js +237 -0
- package/dist/lib/features/personal-dashboard/personal-dashboard-controller.e2e.test.js.map +1 -0
- package/dist/lib/features/personal-dashboard/personal-dashboard-controller.js +71 -0
- package/dist/lib/features/personal-dashboard/personal-dashboard-controller.js.map +1 -0
- package/dist/lib/features/personal-dashboard/personal-dashboard-read-model-type.d.ts +27 -0
- package/dist/lib/features/personal-dashboard/personal-dashboard-read-model-type.d.ts.map +1 -0
- package/dist/lib/features/personal-dashboard/personal-dashboard-read-model-type.js +3 -0
- package/dist/lib/features/personal-dashboard/personal-dashboard-read-model-type.js.map +1 -0
- package/dist/lib/features/personal-dashboard/personal-dashboard-read-model.d.ts +9 -0
- package/dist/lib/features/personal-dashboard/personal-dashboard-read-model.d.ts.map +1 -0
- package/dist/lib/features/personal-dashboard/personal-dashboard-read-model.js +78 -0
- package/dist/lib/features/personal-dashboard/personal-dashboard-read-model.js.map +1 -0
- package/dist/lib/features/personal-dashboard/personal-dashboard-service.d.ts +25 -0
- package/dist/lib/features/personal-dashboard/personal-dashboard-service.d.ts.map +1 -0
- package/dist/lib/features/personal-dashboard/personal-dashboard-service.js +75 -0
- package/dist/lib/features/personal-dashboard/personal-dashboard-service.js.map +1 -0
- package/dist/lib/features/playground/feature-evaluator/strategy/flexible-rollout-strategy.d.ts.map +1 -1
- package/dist/lib/features/playground/feature-evaluator/strategy/flexible-rollout-strategy.js +1 -1
- package/dist/lib/features/playground/feature-evaluator/strategy/flexible-rollout-strategy.js.map +1 -1
- package/dist/lib/features/project/fake-project-owners-read-model.d.ts +6 -3
- package/dist/lib/features/project/fake-project-owners-read-model.d.ts.map +1 -1
- package/dist/lib/features/project/fake-project-owners-read-model.js +6 -0
- package/dist/lib/features/project/fake-project-owners-read-model.js.map +1 -1
- package/dist/lib/features/project/fake-project-read-model.d.ts +2 -0
- package/dist/lib/features/project/fake-project-read-model.d.ts.map +1 -1
- package/dist/lib/features/project/fake-project-read-model.js +6 -0
- package/dist/lib/features/project/fake-project-read-model.js.map +1 -1
- package/dist/lib/features/project/project-owners-read-model.d.ts +10 -5
- package/dist/lib/features/project/project-owners-read-model.d.ts.map +1 -1
- package/dist/lib/features/project/project-owners-read-model.js +26 -10
- package/dist/lib/features/project/project-owners-read-model.js.map +1 -1
- package/dist/lib/features/project/project-owners-read-model.test.js +62 -20
- package/dist/lib/features/project/project-owners-read-model.test.js.map +1 -1
- package/dist/lib/features/project/project-owners-read-model.type.d.ts +13 -5
- package/dist/lib/features/project/project-owners-read-model.type.d.ts.map +1 -1
- package/dist/lib/features/project/project-read-model-type.d.ts +5 -4
- package/dist/lib/features/project/project-read-model-type.d.ts.map +1 -1
- package/dist/lib/features/project/project-read-model.d.ts +4 -2
- package/dist/lib/features/project/project-read-model.d.ts.map +1 -1
- package/dist/lib/features/project/project-read-model.js +48 -20
- package/dist/lib/features/project/project-read-model.js.map +1 -1
- package/dist/lib/features/project/project-service.d.ts +4 -4
- package/dist/lib/features/project/project-service.d.ts.map +1 -1
- package/dist/lib/features/project/project-service.e2e.test.js +20 -3
- package/dist/lib/features/project/project-service.e2e.test.js.map +1 -1
- package/dist/lib/features/project/project-service.js +7 -15
- package/dist/lib/features/project/project-service.js.map +1 -1
- package/dist/lib/features/project/project-store-type.d.ts +4 -6
- package/dist/lib/features/project/project-store-type.d.ts.map +1 -1
- package/dist/lib/features/project/project-store.d.ts +1 -5
- package/dist/lib/features/project/project-store.d.ts.map +1 -1
- package/dist/lib/features/project/project-store.e2e.test.js +1 -1
- package/dist/lib/features/project/project-store.e2e.test.js.map +1 -1
- package/dist/lib/features/project/project-store.js +5 -135
- package/dist/lib/features/project/project-store.js.map +1 -1
- package/dist/lib/metrics.d.ts.map +1 -1
- package/dist/lib/metrics.js +18 -1
- package/dist/lib/metrics.js.map +1 -1
- package/dist/lib/metrics.test.js +2 -2
- package/dist/lib/metrics.test.js.map +1 -1
- package/dist/lib/openapi/spec/event-schema.d.ts +10 -0
- package/dist/lib/openapi/spec/event-schema.d.ts.map +1 -1
- package/dist/lib/openapi/spec/event-schema.js +10 -0
- package/dist/lib/openapi/spec/event-schema.js.map +1 -1
- package/dist/lib/openapi/spec/event-search-response-schema.d.ts +10 -0
- package/dist/lib/openapi/spec/event-search-response-schema.d.ts.map +1 -1
- package/dist/lib/openapi/spec/events-schema.d.ts +10 -0
- package/dist/lib/openapi/spec/events-schema.d.ts.map +1 -1
- package/dist/lib/openapi/spec/feature-events-schema.d.ts +10 -0
- package/dist/lib/openapi/spec/feature-events-schema.d.ts.map +1 -1
- package/dist/lib/openapi/spec/index.d.ts +2 -0
- package/dist/lib/openapi/spec/index.d.ts.map +1 -1
- package/dist/lib/openapi/spec/index.js +2 -0
- package/dist/lib/openapi/spec/index.js.map +1 -1
- package/dist/lib/openapi/spec/integration-event-schema.d.ts +10 -0
- package/dist/lib/openapi/spec/integration-event-schema.d.ts.map +1 -1
- package/dist/lib/openapi/spec/integration-events-schema.d.ts +20 -0
- package/dist/lib/openapi/spec/integration-events-schema.d.ts.map +1 -1
- package/dist/lib/openapi/spec/personal-dashboard-project-details-schema.d.ts +168 -0
- package/dist/lib/openapi/spec/personal-dashboard-project-details-schema.d.ts.map +1 -0
- package/dist/lib/openapi/spec/personal-dashboard-project-details-schema.js +81 -0
- package/dist/lib/openapi/spec/personal-dashboard-project-details-schema.js.map +1 -0
- package/dist/lib/openapi/spec/personal-dashboard-schema.d.ts +142 -0
- package/dist/lib/openapi/spec/personal-dashboard-schema.d.ts.map +1 -0
- package/dist/lib/openapi/spec/personal-dashboard-schema.js +149 -0
- package/dist/lib/openapi/spec/personal-dashboard-schema.js.map +1 -0
- package/dist/lib/routes/admin-api/index.d.ts.map +1 -1
- package/dist/lib/routes/admin-api/index.js +2 -0
- package/dist/lib/routes/admin-api/index.js.map +1 -1
- package/dist/lib/schema/role-schema.js +1 -1
- package/dist/lib/schema/role-schema.js.map +1 -1
- package/dist/lib/services/access-service.d.ts +1 -0
- package/dist/lib/services/access-service.d.ts.map +1 -1
- package/dist/lib/services/access-service.js +15 -6
- package/dist/lib/services/access-service.js.map +1 -1
- package/dist/lib/services/access-service.test.js +22 -0
- package/dist/lib/services/access-service.test.js.map +1 -1
- package/dist/lib/services/clean-permission-environment.test.d.ts +2 -0
- package/dist/lib/services/clean-permission-environment.test.d.ts.map +1 -0
- package/dist/lib/services/clean-permission-environment.test.js +114 -0
- package/dist/lib/services/clean-permission-environment.test.js.map +1 -0
- package/dist/lib/services/index.d.ts +2 -1
- package/dist/lib/services/index.d.ts.map +1 -1
- package/dist/lib/services/index.js +12 -1
- package/dist/lib/services/index.js.map +1 -1
- package/dist/lib/types/events.d.ts +4 -0
- package/dist/lib/types/events.d.ts.map +1 -1
- package/dist/lib/types/events.js.map +1 -1
- package/dist/lib/types/experimental.d.ts +1 -1
- package/dist/lib/types/experimental.d.ts.map +1 -1
- package/dist/lib/types/experimental.js +2 -5
- package/dist/lib/types/experimental.js.map +1 -1
- package/dist/lib/types/model.d.ts +1 -10
- package/dist/lib/types/model.d.ts.map +1 -1
- package/dist/lib/types/services.d.ts +3 -0
- package/dist/lib/types/services.d.ts.map +1 -1
- package/dist/lib/types/stores/account-store.d.ts +2 -1
- package/dist/lib/types/stores/account-store.d.ts.map +1 -1
- package/dist/lib/types/user.d.ts +1 -0
- package/dist/lib/types/user.d.ts.map +1 -1
- package/dist/lib/types/user.js.map +1 -1
- package/dist/migrations/20240919083625-client-metrics-env-variants-daily-to-bigint.d.ts +3 -0
- package/dist/migrations/20240919083625-client-metrics-env-variants-daily-to-bigint.d.ts.map +1 -0
- package/dist/migrations/20240919083625-client-metrics-env-variants-daily-to-bigint.js +8 -0
- package/dist/migrations/20240919083625-client-metrics-env-variants-daily-to-bigint.js.map +1 -0
- package/dist/server-dev.js +1 -3
- package/dist/server-dev.js.map +1 -1
- package/dist/test/fixtures/fake-access-store.d.ts +2 -2
- package/dist/test/fixtures/fake-access-store.d.ts.map +1 -1
- package/dist/test/fixtures/fake-access-store.js +5 -3
- package/dist/test/fixtures/fake-access-store.js.map +1 -1
- package/dist/test/fixtures/fake-account-store.d.ts +1 -0
- package/dist/test/fixtures/fake-account-store.d.ts.map +1 -1
- package/dist/test/fixtures/fake-account-store.js +3 -0
- package/dist/test/fixtures/fake-account-store.js.map +1 -1
- package/dist/test/fixtures/fake-project-store.d.ts +2 -4
- package/dist/test/fixtures/fake-project-store.d.ts.map +1 -1
- package/dist/test/fixtures/fake-project-store.js +0 -20
- package/dist/test/fixtures/fake-project-store.js.map +1 -1
- package/frontend/build/index.html +1 -1
- package/frontend/build/static/{AdvancedPlayground-CRdeeG3w.js → AdvancedPlayground-eDTjzS3E.js} +2 -2
- package/frontend/build/static/{CreateProject-8AyZj2dp.js → CreateProject-DEpFVLhl.js} +1 -1
- package/frontend/build/static/FeatureMetricsChart-CZKpaUOH.js +2 -0
- package/frontend/build/static/FeatureStaleDialog-2jleuqhn.js +7 -0
- package/frontend/build/static/FeatureViewLazyExport-CeAl2Yig.js +10 -0
- package/frontend/build/static/FlagMetricsChart-BRMGXeEU.js +2 -0
- package/frontend/build/static/{LazyAdminExport-0g_UOhr3.js → LazyAdminExport-CpfHUB52.js} +14 -14
- package/frontend/build/static/LazyProjectExport-XXHA0k8I.js +735 -0
- package/frontend/build/static/{LineChartComponent-BLXX5chp.js → LineChartComponent-B5O_VFku.js} +1 -1
- package/frontend/build/static/{NetworkOverview-DqGLVIJ6.js → NetworkOverview-DU1OT7gB.js} +1 -1
- package/frontend/build/static/NetworkTraffic-DQdYqYoU.js +1 -0
- package/frontend/build/static/NetworkTrafficUsage-CkyWiuAD.js +1 -0
- package/frontend/build/static/{ReactJSONEditor-Bvhd5heT.js → ReactJSONEditor-DlQuk0pf.js} +1 -1
- package/frontend/build/static/{RoleCell-DGcue0jn.js → RoleCell-DMPAgQMx.js} +1 -1
- package/frontend/build/static/{StrategyItemContainer-Das6_30A.js → StrategyItemContainer-L9vwk9uU.js} +1 -1
- package/frontend/build/static/aggregateFeatureMetrics-CLK9MToQ.js +1 -0
- package/frontend/build/static/formatTickValue-DArtcDRb.js +6 -0
- package/frontend/build/static/{index-BsIpdLcw.js → index-DK5jinWf.js} +1 -1
- package/frontend/build/static/index-JQ6lMAyk.js +524 -0
- package/frontend/build/static/onboardingConcepts-1jcVefeL.png +0 -0
- package/frontend/build/static/unknownify-C7SyNno2.js +1 -0
- package/frontend/build/static/{useApiTokens-5JgqgHim.js → useApiTokens-DQBXJ3PL.js} +1 -1
- package/frontend/package.json +13 -13
- package/package.json +7 -6
- package/frontend/build/static/FeatureMetricsChart-DEo4WxO1.js +0 -2
- package/frontend/build/static/FeatureStaleDialog-CrsbH2rq.js +0 -7
- package/frontend/build/static/FeatureViewLazyExport-BwY7TYmZ.js +0 -10
- package/frontend/build/static/LazyProjectExport-C1eSkT3Z.js +0 -177
- package/frontend/build/static/NetworkTraffic-BWFLlaz7.js +0 -1
- package/frontend/build/static/NetworkTrafficUsage-BvoBumVR.js +0 -6
- package/frontend/build/static/index-Cx91uh9W.js +0 -524
- package/frontend/build/static/unknownify-8qa4PVkQ.js +0 -1
|
@@ -0,0 +1,735 @@
|
|
|
1
|
+
import{r as i,s as o,ds as x7,dp as _2,a9 as a2,j as t,fe as f7,af as a1,a7 as l1,aa as s2,ab as c2,ac as r2,ad as o2,o as i2,aY as O1,N as h1,bo as x3,b7 as x1,b9 as D1,ff as I6,aK as z,fg as V1,cQ as _1,e as d1,di as R1,fh as h3,ba as X,fi as j7,ai as q2,dI as o4,fj as R6,fk as I1,ay as c1,as as F1,ax as p1,C,L as Q,au as f3,at as Z1,dk as y7,am as i4,fl as b7,B as y,t as E1,w as f1,aZ as l4,a5 as l2,a_ as d2,M as L1,fm as g3,a$ as U1,d as p3,dt as P6,b1 as N1,T as A,fn as e3,du as K2,dv as D6,bg as G2,dy as _6,x as q1,y as K1,al as T3,D as k3,aP as d4,G as Y2,an as w1,i as t1,bl as F6,fo as S7,fp as C7,fq as Z7,h as o1,cJ as w7,cI as z1,aS as I3,cK as h4,aT as J2,aW as R3,aU as Q2,fr as $6,fs as E7,ft as A7,fu as T7,fv as O6,U as k7,bc as B1,fw as I7,fx as R7,fy as V6,fz as B6,q as L6,fA as p4,cj as u3,fB as P7,fC as K0,cp as D7,fD as G0,fE as _7,dw as U6,fF as N6,bn as u4,ee as X2,ap as h2,b as r1,ag as g1,cu as t3,fG as F7,fH as $7,fI as O7,ao as m4,cN as P3,bq as i3,fJ as v4,fK as g4,fL as V7,bm as B7,H as Y1,et as D3,fM as W1,eu as M1,fN as i5,fO as L7,aL as U7,de as X1,dh as F2,fP as N7,df as Z3,fQ as M7,dg as z7,fR as Y3,fS as M6,fT as W7,fU as z6,fV as W6,bb as p2,fW as H7,u as e0,cW as H6,fX as m3,fY as q7,fZ as K7,f_ as G7,f$ as Y7,g0 as J7,g1 as Q7,g2 as X7,g3 as ee,g4 as te,g5 as ne,g6 as ae,g7 as se,g8 as ce,g9 as re,ga as oe,gb as j3,gc as $2,gd as ie,aF as d3,ge as O2,az as le,gf as Y0,gg as x4,gh as q6,gi as de,gj as he,dq as pe,gk as l5,gl as ue,gm as me,d$ as t0,gn as ve,go as ge,gp as K6,gq as G6,gr as Y6,gs as xe,gt as J6,b8 as n0,f7 as fe,gu as je,bp as Q6,E as a3,gv as f4,a4 as ye,aq as _3,gw as be,bi as X6,gx as e8,gy as t8,gz as Se,gA as Ce,gB as Ze,gC as we,a8 as F3,aj as $3,ak as a0,aM as Ee,gD as Ae,gE as Te,gF as n8,gG as ke,gH as Ie,aA as O3,aB as y3,aI as s0,aG as V3,_ as B3,a as S1,aH as L3,aJ as U3,gI as Re,bd as N3,gJ as M3,c as V2,cM as j4,gK as a8,gL as Pe,b0 as u2,gM as De,b5 as b3,gN as _e,z as s8,gO as Fe,gP as c8,cb as s3,ca as r8,gQ as $e,n as Oe,gR as Ve,l as c3,gS as y4,gT as Be,gU as Le,gV as Ue,gW as Ne,gX as Me,b3 as z3,d9 as t2,em as B2,ar as b4,gY as ze,dx as S4,c9 as We,dW as S3,cU as n3,bf as w3,b2 as m2,A as v2,dO as He,aQ as o8,aR as i8,gZ as qe,e2 as k2,dN as l3,g_ as Ke,g$ as Ge,ec as S2,h0 as Ye,h1 as Je,h2 as Qe,h3 as f0,h4 as Xe,h5 as et,cS as W3,cT as e1,h6 as tt,h7 as l8,h8 as nt,h9 as J0,ha as d5,hb as d8,hc as at,dL as st,dM as ct,hd as h5,he as rt,hf as ot,hg as it,hh as lt,hi as dt,hj as ht,c7 as pt,c8 as ut,cA as C4,cB as Z4,cC as w4,cD as mt,Y as vt,hk as gt,hl as xt,hm as ft,cP as c0,v as p5,e$ as jt,cX as yt,cZ as bt,hn as St,ho as h8,hp as Ct,hq as Zt,hr as wt,hs as Et,ht as At,hu as Tt,O as r0,hv as E4,hw as A4,da as p8,hx as T4,cF as kt,cH as It,hy as Rt,hz as J3,hA as Pt,hB as Dt,hC as u5,hD as m5,hE as _t,hF as Ft,hG as $t,hH as Ot,hI as Vt,c_ as L2,hJ as Bt,f8 as Lt,hK as Ut,fb as Nt,dD as v5,dA as Mt,dr as u8,f6 as Q0,hL as zt,e7 as m8,hM as n1,hN as Wt,hO as Ht,hP as qt,hQ as Kt,d3 as v8,hR as Gt,cG as Yt,hS as Jt,hT as Qt,hU as Xt,cd as e9,hV as t9,hW as n9,hX as a9,hY as s9}from"./index-JQ6lMAyk.js";import{e as c9,f as r9,g as X0,c as o9,b as g8,T as i9,d as l9,F as d9,V as h9,h as p9,a as u9,E as m9}from"./FeatureStaleDialog-2jleuqhn.js";import{m as v9,i as g5,b as g9,c as x9,d as f9,e as j9,E as y9,f as b9,u as S9,a as C9,R as Z9,C as w9,A as E9,g as x8}from"./RoleCell-DMPAgQMx.js";import{S as A9}from"./StrategyItemContainer-L9vwk9uU.js";import"./useApiTokens-DQBXJ3PL.js";const T9=e=>i.createElement("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},i.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"})),x5=o("div")(()=>({display:"flex"})),k9=o("div")(()=>({display:"grid",gridTemplateColumns:"minmax(0, 1fr) auto",width:"100%"}));o("div")(()=>({display:"flex",flexDirection:"column"}));const I9=o("span")(({theme:e})=>({textOverflow:"ellipsis",whiteSpace:"nowrap",overflow:"hidden"})),R9=o("span")(({theme:e})=>({fontSize:e.fontSizes.smallBody,fontWeight:"normal"}));o(R9)(({theme:e})=>({color:e.palette.neutral.dark}));const P9=o(x7)(({theme:e})=>({marginLeft:e.spacing(-1.5)})),D9=o("div")(({theme:e})=>({backgroundColor:e.palette.background.paper,borderRadius:e.shape.borderRadiusLarge,marginBottom:e.spacing(2)})),_9=o("div")(({theme:e})=>({padding:e.spacing(2.5,5),display:"flex",flexDirection:"column",alignItems:"start"})),F9=o("span")(({theme:e})=>({margin:0,width:"100%",fontSize:e.typography.h1.fontSize,fontWeight:"bold",display:"flex",alignItems:"center",gap:e.spacing(2),overflow:"hidden"})),$9=o("div")(({theme:e})=>({width:"100%",backgroundColor:e.palette.divider,height:"1px"})),O9=o("div")(({theme:e})=>({padding:e.spacing(0,4)})),V9=o(_2)(({theme:e})=>({textTransform:"none",fontSize:e.fontSizes.bodySize,flexGrow:1,flexBasis:0,[e.breakpoints.down("md")]:{paddingLeft:e.spacing(1),paddingRight:e.spacing(1)},[e.breakpoints.up("md")]:{minWidth:160}})),B9=e=>e.reduce((n,a)=>a.enabled?n+1:n,0),L9=o(a2)(({theme:e})=>({marginTop:e.spacing(3)})),U9=o("p",{shouldForwardProp:e=>e!=="warning"})(({theme:e,warning:n})=>({color:n?e.palette.error.dark:e.palette.text.primary,textAlign:"center"})),N9=({environment:e,warnEnabledToggles:n})=>{const a=i.useMemo(()=>[{id:"Icon",width:"1%",Cell:({row:{original:p}})=>t.jsx(f7,{environment:p})},{Header:"Name",accessor:"name",Cell:a1},{Header:"Type",accessor:"type",Cell:a1},{Header:"Toggles enabled",accessor:"projectEnabledToggleCount",Cell:({value:p})=>t.jsx(a1,{children:t.jsx(U9,{warning:p>0,children:p===1?"1 toggle":`${p} toggles`})}),align:"center"}],[n]),{getTableProps:s,getTableBodyProps:c,headerGroups:r,rows:l,prepareRow:d}=l1.useTable({columns:a,data:[e],disableSortBy:!0});return t.jsxs(L9,{...s(),rowHeight:"compact",children:[t.jsx(s2,{headerGroups:r}),t.jsx(c2,{...c(),children:l.map(p=>(d(p),t.jsx(r2,{hover:!0,...p.getRowProps(),children:p.cells.map(h=>t.jsx(o2,{...h.getCellProps(),children:h.render("Cell")}))})))})]})},M9=o("p")(({theme:e})=>({marginTop:e.spacing(3),marginBottom:e.spacing(1.5)})),z9=o(i2)(()=>({width:"100%"})),W9=({environment:e,open:n,setOpen:a,onConfirm:s})=>{const[c,r]=i.useState("");return i.useEffect(()=>{r("")},[n]),t.jsxs(O1,{title:"Hide environment and disable feature flags?",open:n,primaryButtonText:"Hide environment and disable feature flags",disabledPrimaryButton:(e==null?void 0:e.name)!==c,secondaryButtonText:"Close",onClick:s,onClose:()=>{a(!1)},children:[t.jsxs(h1,{severity:"error",children:[t.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."]}),t.jsx(N9,{environment:e}),t.jsxs(M9,{children:["In order to hide this environment, please enter the id of the environment in the textfield below:"," ",t.jsx("strong",{children:e==null?void 0:e.name})]}),t.jsx(z9,{label:"Environment name",value:c,onChange:l=>r(l.target.value)})]})},H9=e=>{const{data:n,error:a,mutate:s}=x3(x1(`api/admin/environments/project/${e}`),q9),c=i.useMemo(()=>n||[],[n]),r=i.useCallback(async()=>{await s()},[s]);return{environments:c,refetchEnvironments:r,loading:!a&&!n,error:a}},q9=async e=>(await fetch(e).then(D1("Environments")).then(a=>a.json())).environments.sort((a,s)=>a.sortOrder-s.sortOrder),K9=o(h1)(({theme:e})=>({marginBottom:e.spacing(4)})),G9=o("div")(({theme:e})=>({display:"flex",flexWrap:"wrap",[e.breakpoints.down("sm")]:{justifyContent:"center"}})),Y9=o(I6)(({theme:e})=>({maxWidth:"400px",marginBottom:e.spacing(2)})),f8=()=>{const e=z("projectId"),n=V1(e);_1(`Project environments – ${n}`);const{setToastData:a,setToastApiError:s}=d1(),{environments:c,loading:r,error:l,refetchEnvironments:d}=H9(e),{project:p,refetch:h}=R1(e),{removeEnvironmentFromProject:m,addEnvironmentToProject:u}=h3(),[g,x]=i.useState(),[v,b]=i.useState(!1),{isOss:f}=X(),j=i.useMemo(()=>c.map(k=>({...k,projectVisible:p==null?void 0:p.environments.map(Z=>Z.environment).includes(k.name)})),[c,p==null?void 0:p.environments]),w=()=>{d(),h()},T=()=>t.jsx(Y9,{onClick:w,text:"Error fetching environments"}),R=k=>`Got an API error when trying to set the environment as ${k?"visible":"hidden"}`,I=async k=>{if(k.projectVisible){if(B9(j)>1){x(k),b(!0);return}a({title:"One environment must be visible",text:"You must always have at least one visible environment per project",type:"error"})}else try{await u(e,k.name),w(),a({title:"Environment set as visible",text:"Environment successfully set as visible.",type:"success"})}catch{s(R(!0))}},E=async()=>{if(g)try{await m(e,g.name),w(),a({title:"Environment set as hidden",text:"Environment successfully set as hidden.",type:"success"})}catch{s(R(!1))}finally{b(!1)}},F=k=>f()&&k==="default",D=i.useMemo(()=>[{Header:"Name",accessor:"name",Cell:({row:{original:k}})=>t.jsx(j7,{environment:k})},{Header:"Type",accessor:"type",Cell:q2},{Header:"Project API tokens",accessor:k=>k.projectApiTokenCount===1?"1 token":`${k.projectApiTokenCount} tokens`,Cell:a1},{Header:"Visible in project",accessor:"enabled",align:"center",width:1,Cell:({row:{original:k}})=>t.jsx(o4,{children:t.jsx(R6,{tooltip:k.projectVisible?"Hide environment and disable feature flags":"Make it visible",size:"medium",disabled:F(k.name),projectId:e,permission:I1,checked:k.projectVisible,onChange:()=>I(k)})}),disableGlobalFilter:!0}],[j]),{getTableProps:$,getTableBodyProps:L,headerGroups:_,rows:N,prepareRow:H,state:{globalFilter:P},setGlobalFilter:O}=l1.useTable({columns:D,data:j,disableSortBy:!0},l1.useGlobalFilter),G=t.jsx(c1,{title:`Environments (${N.length})`,actions:t.jsx(F1,{initialValue:P,onChange:O})});return t.jsx(p1,{header:G,isLoading:r,children:t.jsxs(G9,{children:[t.jsx(C,{condition:!!l,show:T()}),t.jsxs(K9,{severity:"info",children:[t.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"," ",t.jsx(Q,{to:"/admin/api",children:"API tokens here"}),".",t.jsx("br",{}),t.jsx("br",{}),"Your administrator can configure an environment-specific API token to be used in the SDK. If you are an administrator you can ",t.jsx(Q,{to:"/admin/api",children:"create a new API token here"}),"."]}),t.jsx(f3,{value:P,children:t.jsxs(a2,{...$(),rowHeight:"compact",children:[t.jsx(s2,{headerGroups:_}),t.jsx(c2,{...L(),children:N.map(k=>(H(k),t.jsx(r2,{hover:!0,...k.getRowProps(),children:k.cells.map(Z=>t.jsx(o2,{...Z.getCellProps(),children:Z.render("Cell")}))})))})]})}),t.jsx(C,{condition:N.length===0,show:t.jsx(C,{condition:(P==null?void 0:P.length)>0,show:t.jsxs(Z1,{children:["No environments found matching “",P,"”"]}),elseShow:t.jsx(Z1,{children:"No environments available. Get started by adding one."})})}),t.jsx(W9,{environment:g,open:v,setOpen:b,onConfirm:E})]})})},J9={id:"archivedAt"},Q9=({projectId:e})=>{const{archivedFeatures:n,loading:a,refetchArchived:s}=y7(e),{value:c,setValue:r}=i4(`${e}:ProjectFeaturesArchiveTable`,J9);return t.jsx(b7,{title:"Archived flags",archivedFeatures:n||[],loading:a,storedParams:c,setStoredParams:r,refetch:s,projectId:e})},X9=()=>{const e=z("projectId"),n=V1(e);return _1(`Project archived flags – ${n}`),t.jsx(Q9,{projectId:e})},en=o(y)(({theme:e})=>({display:"flex",justifyContent:"center",paddingRight:e.spacing(2)})),tn=({projectId:e,row:n,onOpenArchiveDialog:a,onOpenStaleDialog:s})=>{const[c,r]=i.useState(null),[l,d]=i.useState(!1),{setToastData:p}=d1(),{original:{name:h,stale:m}}=n,u=!!c,g=j=>{r(j.currentTarget)},x=()=>{r(null)},v=`feature-${h}-actions`,b=`${v}-menu`,f=()=>{try{_6(h),d(!0),setTimeout(()=>{x(),d(!1)},1e3)}catch{p({type:"error",title:"Could not copy feature name"})}};return t.jsxs(en,{children:[t.jsx(E1,{title:"Feature flag actions",arrow:!0,describeChild:!0,children:t.jsx(f1,{id:v,"data-loading":!0,"aria-controls":u?b:void 0,"aria-haspopup":"true","aria-expanded":u?"true":void 0,onClick:g,type:"button",children:t.jsx(l4,{})})}),t.jsx(l2,{id:b,anchorEl:c,open:u,onClose:x,transformOrigin:{horizontal:"right",vertical:"top"},anchorOrigin:{horizontal:"right",vertical:"bottom"},disableScrollLock:!0,PaperProps:{sx:j=>({borderRadius:`${j.shape.borderRadius}px`,padding:j.spacing(1,1.5)})},children:t.jsxs(d2,{"aria-labelledby":v,children:[t.jsxs(L1,{sx:g3,onClick:f,children:[t.jsx(U1,{children:l?t.jsx(p3,{}):t.jsx(P6,{})}),t.jsx(N1,{children:t.jsx(A,{variant:"body2",children:l?"Copied!":"Copy Name"})})]}),t.jsx(e3,{projectId:e,permission:K2,children:({hasAccess:j})=>t.jsxs(L1,{sx:g3,onClick:x,disabled:!j,component:Q,to:`/projects/${e}/features/${h}/copy`,children:[t.jsx(U1,{children:t.jsx(c9,{})}),t.jsx(N1,{children:t.jsx(A,{variant:"body2",children:"Clone"})})]})}),t.jsx(e3,{projectId:e,permission:D6,children:({hasAccess:j})=>t.jsxs(L1,{sx:g3,onClick:()=>{a(h),x()},disabled:!j,children:[t.jsx(U1,{children:t.jsx(r9,{})}),t.jsx(N1,{children:t.jsx(A,{variant:"body2",children:"Archive"})})]})}),t.jsx(e3,{projectId:e,permission:G2,children:({hasAccess:j})=>t.jsxs(L1,{sx:g3,onClick:()=>{x(),s({featureId:h,stale:m===!0})},disabled:!j,children:[t.jsx(U1,{children:t.jsx(X0,{})}),t.jsx(N1,{children:t.jsxs(A,{variant:"body2",children:[m?"Un-mark":"Mark"," as stale"]})})]})})]})})]})};var k4={},nn=K1;Object.defineProperty(k4,"__esModule",{value:!0});var j8=k4.default=void 0,an=nn(q1()),sn=t,cn=(0,an.default)((0,sn.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");j8=k4.default=cn;const rn=o(y)(()=>({...T3,justifyContent:"center"})),on=o(f1)(({theme:e})=>({margin:e.spacing(-1,0)})),ln=o(y)(({theme:e})=>({...T3,justifyContent:"space-between",padding:e.spacing(1,1,0,4)})),dn=o(L1)(({theme:e})=>({padding:e.spacing(0,2),margin:e.spacing(0,2),borderRadius:e.shape.borderRadius})),hn=o(k3)(({theme:e})=>({"&.MuiDivider-root.MuiDivider-fullWidth":{margin:e.spacing(.75,0)}})),pn=o(d4)(({theme:e})=>({padding:e.spacing(.75,1)})),un=({columns:e,onToggle:n})=>{const[a,s]=i.useState(null),c=h=>{s(h.currentTarget)},r=()=>{s(null)},l=!!a,d="columns-menu",p=`columns-menu-list-${d}`;return t.jsxs(rn,{children:[t.jsx(E1,{title:"Select columns",arrow:!0,describeChild:!0,children:t.jsx(on,{id:d,"aria-controls":l?p:void 0,"aria-haspopup":"true","aria-expanded":l?"true":void 0,onClick:c,type:"button",size:"large","data-loading":!0,children:t.jsx(j8,{})})}),t.jsxs(l2,{id:p,open:l,anchorEl:a,onClose:r,anchorOrigin:{vertical:"top",horizontal:"right"},transformOrigin:{vertical:"top",horizontal:"right"},disableScrollLock:!0,PaperProps:{sx:h=>({borderRadius:h.shape.borderRadius,paddingBottom:h.spacing(2)})},children:[t.jsxs(ln,{children:[t.jsx(A,{variant:"body2",children:t.jsx("strong",{children:"Columns"})}),t.jsx(f1,{onClick:r,children:t.jsx(Y2,{})})]}),t.jsx(d2,{children:e.map(h=>h.id==="divider"?t.jsx(hn,{},"divider"):t.jsxs(dn,{onClick:()=>{n==null||n(h.id)},disabled:h.isStatic===!0&&h.isVisible===!0,children:[t.jsx(U1,{children:t.jsx(pn,{edge:"start",checked:h.isVisible,disableRipple:!0,inputProps:{"aria-labelledby":h.id},size:"medium"})}),t.jsx(N1,{id:h.id,primary:t.jsx(A,{variant:"body2",children:h.header})})]},h.id))})]})]})},mn=7,vn=e=>{const n=S7(new Date,-mn);return!!(e!=null&&e.lastSeenAt&&C7(new Date(e.lastSeenAt),n))},gn=({projectId:e,featureIds:n,features:a,onConfirm:s})=>{const[c,r]=i.useState(!1),{trackEvent:l}=w1(),d=i.useMemo(()=>n.filter(h=>{const m=a.find(u=>u.name===h);return vn(m)}),[JSON.stringify(a),n]),p=async()=>{r(!1),s==null||s(),l("batch_operations",{props:{eventType:"features archived"}})};return t.jsxs(t.Fragment,{children:[t.jsx(e3,{projectId:e,permission:D6,children:({hasAccess:h})=>t.jsx(t1,{disabled:!h||c,variant:"outlined",size:"small",onClick:()=>r(!0),children:"Archive"})}),t.jsx(F6,{projectId:e,featureIds:n,featuresWithUsage:d,onConfirm:p,isOpen:c,onClose:()=>r(!1)})]})},C2="selection-actions-menu",xn=({projectId:e,data:n,onChange:a})=>{const[s,c]=i.useState(null),{staleFeatures:r}=h3(),{setToastData:l,setToastApiError:d}=d1(),{trackEvent:p}=w1(),h=!!s,m=n.map(({name:j})=>j),u=j=>{c(j.currentTarget)},g=()=>{c(null)},x=n.some(({stale:j})=>j===!0),v=n.some(({stale:j})=>j===!1),b=async()=>{try{g(),await r(e,m),a==null||a(),l({title:"State updated",text:"Feature flags marked as stale",type:"success"}),p("batch_operations",{props:{eventType:"features staled"}})}catch(j){d(o1(j))}},f=async()=>{try{g(),await r(e,m,!1),a==null||a(),l({title:"State updated",text:"Feature flags unmarked as stale",type:"success"}),p("batch_operations",{props:{eventType:"features unstaled"}})}catch(j){d(o1(j))}};return t.jsxs(t.Fragment,{children:[t.jsx(E1,{title:"More bulk actions",arrow:!0,describeChild:!0,children:t.jsx(f1,{id:C2,"aria-controls":h?C2:void 0,"aria-haspopup":"true","aria-expanded":h?"true":void 0,onClick:u,type:"button","data-testid":Z7,children:t.jsx(l4,{})})}),t.jsx(l2,{id:`${C2}-menu`,anchorEl:s,open:h,onClose:g,transformOrigin:{horizontal:"right",vertical:"top"},anchorOrigin:{horizontal:"right",vertical:"bottom"},disableScrollLock:!0,PaperProps:{sx:j=>({borderRadius:`${j.shape.borderRadius}px`,padding:j.spacing(1,1.5)})},children:t.jsx(d2,{"aria-labelledby":`${C2}-menu`,children:t.jsx(e3,{projectId:e,permission:G2,children:({hasAccess:j})=>t.jsxs(t.Fragment,{children:[t.jsx(C,{condition:v,show:()=>t.jsxs(L1,{onClick:b,disabled:!j,sx:{borderRadius:w=>`${w.shape.borderRadius}px`},children:[t.jsx(U1,{children:t.jsx(X0,{})}),t.jsx(N1,{children:t.jsx(A,{variant:"body2",children:"Mark as stale"})})]})}),t.jsx(C,{condition:x,show:()=>t.jsxs(L1,{onClick:f,disabled:!j,sx:{borderRadius:w=>`${w.shape.borderRadius}px`},children:[t.jsx(U1,{children:t.jsx(X0,{})}),t.jsx(N1,{children:t.jsx(A,{variant:"body2",children:"Un-mark as stale"})})]})})]})})})})]})},fn=o("section")(({theme:e})=>({"& > *":{margin:e.spacing(1,0)}})),f5="manage-tags-form",j5=(e,n)=>[...e,...e.some(a=>a.value===n.value&&a.type===n.type)?[]:[n]],y5=(e,n)=>e.filter(a=>!(a.value===n.value&&a.type===n.type)),jn=(e,n)=>{switch(n.type){case"add":return{...e,addedTags:j5(e.addedTags,n.payload),removedTags:y5(e.removedTags,n.payload)};case"remove":return{...e,addedTags:y5(e.addedTags,n.payload),removedTags:j5(e.removedTags,n.payload)};case"clear":return{addedTags:[],removedTags:n.payload};default:return e}},b5={name:"",description:"",icon:""},yn=({open:e,initialValues:n,initialIndeterminateValues:a,onCancel:s,onSubmit:c})=>{const{tagTypes:r,loading:l}=w7(),[d,p]=i.useState(b5),[h,m]=i.useState([]),[u,g]=i.useState([]),{tags:x,refetch:v}=o9(d.name),{createTag:b}=g8(),f=x.map(({value:D})=>({title:D})),[j,w]=i.useReducer(jn,{addedTags:[],removedTags:[]}),T=(D=r.length>0?r[0]:b5)=>{p(D);const $=a.filter(({type:L})=>L===D.name);m(n.filter(({type:L})=>L===D.name).filter(({type:L,value:_})=>!$.some(N=>N.value===_&&N.type===L)).map(({value:L})=>({title:L}))),g($.map(({value:L})=>({title:L}))),w({type:"clear",payload:[]})};i.useEffect(()=>{r.length>0&&T()},[l]);const R=(D,$)=>{$!=null&&typeof $!="string"&&(D.preventDefault(),T($))},I=(D,$)=>b({value:D,type:$}).then(async()=>{await v(),m(L=>[...L,{title:D}]),w({type:"add",payload:{value:D,type:$}})}),E=(D,$,L,_)=>{L==="selectOption"?$.forEach(N=>{if(typeof N!="string"&&typeof N.inputValue=="string"&&N.inputValue&&N.title.startsWith("Create new value"))return I(N.inputValue,d.name);m($),g(H=>H.filter(({title:P})=>P!==N.title)),_!=null&&_.option&&w({type:"add",payload:{value:_.option.title,type:d.name}})}):L==="clear"?(m([]),w({type:"clear",payload:n})):L==="removeOption"&&(m($),_!=null&&_.option&&w({type:"remove",payload:{value:_.option.title,type:d.name}}))},F=()=>{T(),s()};return t.jsxs(O1,{open:e,secondaryButtonText:"Cancel",primaryButtonText:"Save tags",title:"Update feature flag tags",onClick:()=>c(j),disabledPrimaryButton:j.addedTags.length===0&&j.removedTags.length===0,onClose:F,formId:f5,children:[t.jsx(A,{paragraph:!0,sx:{marginBottom:D=>D.spacing(2.5)},children:"Tags allow you to group features together"}),t.jsx("form",{id:f5,onSubmit:()=>c(j),children:t.jsxs(fn,{children:[t.jsx(i9,{options:r,disabled:l||r.length===0,value:d,onChange:R},l?"loading":r.length),t.jsx(C,{condition:!l&&r.length===0,show:t.jsxs(A,{variant:"body1",children:["No"," ",t.jsx(z1,{component:Q,to:"/tag-types",children:"tag types"})," ","available."]}),elseShow:t.jsx(l9,{disabled:l,options:f,existingTags:n,indeterminateOptions:u,tagType:d,selectedOptions:h,onChange:E})})]})})]})},bn=({projectId:e,data:n,onChange:a})=>{const{bulkUpdateTags:s}=g8(),{setToastData:c,setToastApiError:r}=d1(),{trackEvent:l}=w1(),[d,p]=i.useState(!1),[h,m]=i.useMemo(()=>{const g=n.flatMap(({tags:v})=>v||[]).reduce((v,b)=>[...v,...v.some(f=>f.type===b.type&&f.value===b.value)?[]:[b]],[]),x=g.filter(v=>!n.every(({tags:b})=>b==null?void 0:b.some(f=>f.type===v.type&&f.value===v.value)));return[g,x]},[n]),u=async({addedTags:g,removedTags:x})=>{const v=n.map(({name:f})=>f),b={features:v,tags:{addedTags:g,removedTags:x}};try{await s(b,e);const f=g.length?`Added tags: ${g.map(({type:w,value:T})=>`${w}:${T}`).join(", ")}.`:"",j=x.length?`Removed tags: ${x.map(({type:w,value:T})=>`${w}:${T}`).join(", ")}.`:"";c({title:"Tags updated",text:`${v.length} feature flags updated. ${f} ${j}`,type:"success",autoHideDuration:12e3}),l("batch_operations",{props:{eventType:"tags updated"}})}catch(f){r(o1(f))}a==null||a(),p(!1)};return t.jsxs(t.Fragment,{children:[t.jsx(e3,{projectId:e,permission:G2,children:({hasAccess:g})=>t.jsx(t1,{disabled:!g||d,variant:"outlined",size:"small",onClick:()=>p(!0),children:"Tags"})}),t.jsx(yn,{open:d,onCancel:()=>p(!1),onSubmit:u,initialValues:h,initialIndeterminateValues:m},n.length)]})},Sn=o(I3)(({theme:e})=>({minWidth:"450px",marginTop:e.spacing(2),marginBottom:e.spacing(1.5)})),S5=o(h1)(({theme:e})=>({marginBottom:e.spacing(1.5)})),Cn=({showExportDialog:e,data:n,onClose:a,onConfirm:s,environments:c,projectId:r})=>{const[l,d]=i.useState(c[0]),{bulkToggleFeaturesEnvironmentOff:p}=h4(),{addChange:h}=J2(),{setToastApiError:m,setToastData:u}=d1(),{isChangeRequestConfigured:g}=R3(r),{refetch:x}=Q2(r),v=n.filter(w=>{var T,R;return((R=(T=w.environments)==null?void 0:T.find(I=>l===I.name))==null?void 0:R.enabled)===!1}).length,b=()=>c.map(w=>({key:w,label:w})),f=async()=>{try{g(l)?(await h(r,l,n.map(w=>({action:"updateEnabled",feature:w.name,payload:{enabled:!1}}))),x(),u({text:"Your disabled feature flags changes have been added to change request",type:"success",title:"Changes added to a draft"})):(await p(r,n.map(w=>w.name),l),u({text:"Your feature flags have been disabled",type:"success",title:"Features disabled"})),a(),s==null||s()}catch(w){m(o1(w))}},j=g(l)?"Add to change request":"Disable flags";return t.jsx(O1,{open:e,title:"Disable feature flags",onClose:a,onClick:f,primaryButtonText:j,secondaryButtonText:"Cancel",children:t.jsxs(y,{children:["You have selected ",t.jsx("b",{children:n.length})," feature flags to disable.",t.jsx("br",{}),t.jsx("br",{}),t.jsx(A,{children:"Select which environment to disable the features for:"}),t.jsx(Sn,{options:b(),value:l,onChange:w=>d(w)}),t.jsx(C,{condition:g(l),show:t.jsx(S5,{severity:"warning",children:"Change requests are enabled for this environment."})}),t.jsx(C,{condition:v>0,show:t.jsxs(S5,{severity:"info",children:[v," feature"," ",v>1?"flags are ":"flag is ","already disabled."]})})]})})},Zn=o(I3)(({theme:e})=>({minWidth:"450px",marginTop:e.spacing(2),marginBottom:e.spacing(1.5)})),C5=o(h1)(({theme:e})=>({marginBottom:e.spacing(1.5)})),wn=({showExportDialog:e,data:n,onClose:a,onConfirm:s,environments:c,projectId:r})=>{const[l,d]=i.useState(c[0]),{bulkToggleFeaturesEnvironmentOn:p}=h4(),{addChange:h}=J2(),{setToastApiError:m,setToastData:u}=d1(),{isChangeRequestConfigured:g}=R3(r),{refetch:x}=Q2(r),v=n.filter(w=>{var T,R;return((R=(T=w.environments)==null?void 0:T.find(I=>l===I.name))==null?void 0:R.enabled)===!0}).length,b=()=>c.map(w=>({key:w,label:w})),f=async()=>{try{g(l)?(await h(r,l,n.map(w=>({action:"updateEnabled",feature:w.name,payload:{enabled:!0}}))),x(),u({text:"Your enable feature flags changes have been added to change request",type:"success",title:"Changes added to a draft"})):(await p(r,n.map(w=>w.name),l),u({text:"Your feature flags have been enabled",type:"success",title:"Features enabled"})),a(),s==null||s()}catch(w){m(o1(w))}},j=g(l)?"Add to change request":"Enable flags";return t.jsx(O1,{open:e,title:"Enable feature flags",onClose:a,onClick:f,primaryButtonText:j,secondaryButtonText:"Cancel",children:t.jsxs(y,{children:["You have selected ",t.jsx("b",{children:n.length})," feature flags to enable.",t.jsx("br",{}),t.jsx("br",{}),t.jsx(A,{children:"Select which environment to enable the features for:"}),t.jsx(Zn,{options:b(),value:l,onChange:w=>d(w)}),t.jsx(C,{condition:g(l),show:t.jsx(C5,{severity:"warning",children:"Change requests are enabled for this environment."})}),t.jsx(C,{condition:v>0,show:t.jsxs(C5,{severity:"info",children:[v," feature"," ",v>1?"flags are ":"flag is ","already enabled."]})})]})})},En=({selectedIds:e,data:n,projectId:a,onResetSelection:s,onChange:c})=>{var T,R;const{uiConfig:r}=X(),[l,d]=i.useState(!1),[p,h]=i.useState(!1),[m,u]=i.useState(!1),{trackEvent:g}=w1(),x=i.useMemo(()=>n.filter(I=>e.includes(I.name)),[n,e]),v=i.useMemo(()=>{const I=x.flatMap(E=>E.environments).map(E=>E==null?void 0:E.name).filter(E=>E!==void 0);return Array.from(new Set(I))},[x]),b=()=>{c==null||c(),g("batch_operations",{props:{eventType:"features exported"}})},f=()=>{c==null||c(),g("batch_operations",{props:{eventType:"features enabled"}})},j=()=>{c==null||c(),g("batch_operations",{props:{eventType:"features disabled"}})},w=()=>{c==null||c(),s()};return t.jsxs(t.Fragment,{children:[t.jsx(C,{condition:!!((T=r==null?void 0:r.flags)!=null&&T.disableBulkToggle),show:null,elseShow:t.jsx(t1,{variant:"outlined",size:"small",onClick:()=>h(!0),children:"Enable"})}),t.jsx(C,{condition:!!((R=r==null?void 0:r.flags)!=null&&R.disableBulkToggle),show:null,elseShow:t.jsx(t1,{variant:"outlined",size:"small",onClick:()=>u(!0),children:"Disable"})}),t.jsx(gn,{projectId:a,featureIds:e,features:n,onConfirm:w}),t.jsx(t1,{variant:"outlined",size:"small",onClick:()=>d(!0),children:"Export"}),t.jsx(bn,{projectId:a,data:x,onChange:c}),t.jsx(xn,{projectId:a,data:x,onChange:c}),t.jsx($6,{showExportDialog:l,data:x,onClose:()=>d(!1),environments:v,onConfirm:b}),t.jsx(wn,{showExportDialog:p,data:x,onClose:()=>h(!1),environments:v,projectId:a,onConfirm:f}),t.jsx(Cn,{showExportDialog:m,data:x,onClose:()=>u(!1),environments:v,projectId:a,onConfirm:j})]})};var I4={},An=K1;Object.defineProperty(I4,"__esModule",{value:!0});var R4=I4.default=void 0,Tn=An(q1()),kn=t,In=(0,Tn.default)((0,kn.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");R4=I4.default=In;function Rn({onClick:e,currentValue:n,label:a,icon:s,labelWidth:c,tooltip:r}){return t.jsx(E7,{titleComponent:t.jsxs(A7,{children:[t.jsx("h3",{children:r.header}),t.jsx("p",{children:r.description}),r.additionalContent]}),variant:"custom",children:t.jsx(t1,{"aria-role":"switch","aria-checked":n,variant:n?"contained":"outlined",color:"primary",startIcon:s,onClick:e,disableElevation:!0,children:t.jsx(T7,{labelWidth:c,children:a})})})}const Pn=({global:e,project:n})=>{const{limitReached:a,limitMessage:s}=Dn(e.limit,e.count),c=_n(n.limit,n.count);return{limitMessage:a?s:c?`You have reached the project limit of ${n.limit} feature flags.`:void 0,globalFlagLimitReached:a,projectFlagLimitReached:c}},Dn=(e,n)=>{const a=n>=e;return{limitReached:a,limitMessage:a?`You have reached the instance-wide limit of ${e} feature flags.`:void 0}},_n=(e,n)=>e!=null&&e<=n,Fn=o(O6)(({theme:e})=>({"& .MuiDialog-paper":{borderRadius:e.shape.borderRadiusLarge,maxWidth:e.spacing(170),width:"100%",backgroundColor:"transparent"},padding:0,"& .MuiPaper-root > section":{overflowX:"hidden"}})),o3={project:{icon:t.jsx(N6,{}),text:"Projects allow you to group feature flags together in the Unleash admin UI and in SDK payloads."},tags:{icon:t.jsx(U6,{}),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:t.jsx(K0,{}),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:t.jsx(R4,{}),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."}},$n=({open:e,onClose:n,onSuccess:a,skipNavigationOnComplete:s})=>{if(e)return t.jsx(On,{open:e,onClose:n,skipNavigationOnComplete:s,onSuccess:a})},On=({open:e,onClose:n,skipNavigationOnComplete:a,onSuccess:s})=>{var j1,K,y1;const{setToastData:c,setToastApiError:r}=d1(),{setShowFeedback:l}=i.useContext(k7),{uiConfig:d,isOss:p}=X(),h=B1(),{type:m,setType:u,tags:g,setTags:x,name:v,setName:b,project:f,setProject:j,description:w,setDescription:T,validateToggleName:R,impressionData:I,setImpressionData:E,getTogglePayload:F,clearErrors:D,errors:$}=I7(),{createFeatureToggle:L,loading:_}=h4(),N={icon:t.jsx(K0,{}),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"}},[H,P]=i.useState(N),O=()=>P(N),G=F(),k=()=>`curl --location --request POST '${d.unleashUrl}/api/admin/projects/${f}/features' \\
|
|
2
|
+
--header 'Authorization: INSERT_API_KEY' \\
|
|
3
|
+
--header 'Content-Type: application/json' \\
|
|
4
|
+
--data-raw '${JSON.stringify(G,void 0,2)}'`,Z=async Y=>{if(Y.preventDefault(),D(),await R()){const f2=F();try{await L(f,f2),a||h(`/projects/${f}/features/${v}`),c({title:"Flag created successfully",text:"Now you can start using your flag.",confetti:!0,type:"success"}),n(),s==null||s(),l(!0)}catch(r3){r(o1(r3))}}},{total:S,loading:B}=R7(1),{project:q}=R1(f),{tags:M}=V6(),{globalFlagLimitReached:m1,projectFlagLimitReached:v1,limitMessage:A1}=Pn({global:{limit:d.resourceLimits.featureFlags,count:S??0},project:{limit:q.featureLimit,count:B6(q)}}),{projects:s1}=L6(),{featureTypes:T1}=p4(),k1=u4(m),J1=T1.reduce((Y,C1)=>Y>=C1.name.length?Y:C1.name.length,0),U=i.useMemo(()=>{const Y=s1.find(C1=>C1.id===f);return Y==null?void 0:Y.name},[f,s1]);return t.jsx(Fn,{open:e,onClose:n,children:t.jsx(u3,{compact:!0,disablePadding:!0,description:H.text,documentationIcon:H.icon,documentationLink:(j1=H.link)==null?void 0:j1.url,documentationLinkLabel:(K=H.link)==null?void 0:K.label,formatApiCode:k,useFixedSidebar:!0,children:t.jsx(P7,{createButtonProps:{projectId:f,disabled:_||B||m1||v1,permission:K2,tooltipProps:{title:A1,arrow:!0}},description:w,namingPattern:q.featureNaming,errors:$,handleSubmit:Z,Icon:t.jsx(K0,{}),validateName:R,Limit:t.jsx(D7,{name:"feature flags",limit:d.resourceLimits.featureFlags,currentValue:S??0}),name:v,onClose:n,resource:"feature flag",setDescription:T,setName:b,configButtons:t.jsxs(t.Fragment,{children:[t.jsx(C,{condition:!p(),show:t.jsx(G0,{tooltip:{header:"Select a project for the flag"},description:o3.project.text,options:s1.map(Y=>({label:Y.name,value:Y.id})),onChange:Y=>{j(Y)},button:{label:U??f,icon:o3.project.icon,labelWidth:"20ch"},search:{label:"Filter projects",placeholder:"Select project"},onOpen:()=>P(o3.project),onClose:O})}),t.jsx(_7,{tooltip:{header:"Select tags"},description:o3.tags.text,selectedOptions:g,options:M.map(Y=>({label:`${Y.type}:${Y.value}`,value:Y})),onChange:x,button:{label:g.size>0?`${g.size} selected`:"Tags",labelWidth:"11ch",icon:t.jsx(U6,{})},search:{label:"Filter tags",placeholder:"Select tags"},onOpen:()=>P(o3.tags),onClose:O}),t.jsx(G0,{tooltip:{header:"Select a flag type"},description:o3.type.text,options:T1.map(Y=>({label:Y.name,value:Y.id})),onChange:Y=>{u(Y)},button:{label:((y1=T1.find(Y=>Y.id===m))==null?void 0:y1.name)||"Select flag type",icon:t.jsx(k1,{}),labelWidth:`${J1}ch`},search:{label:"Filter flag types",placeholder:"Select flag type"},onOpen:()=>P({text:o3.type.text,icon:t.jsx(k1,{})}),onClose:O}),t.jsx(Rn,{tooltip:{header:"Enable or disable impression data",description:o3.impressionData.text},currentValue:I,onClick:()=>E(!I),label:`Impression data ${I?"on":"off"}`,icon:t.jsx(R4,{}),labelWidth:"19ch"})]})})})})},Vn=o(X2)(()=>({whiteSpace:"nowrap"})),y8=({variant:e,text:n="New feature flag",skipNavigationOnComplete:a,onSuccess:s})=>{const[c]=m4(),r=z("projectId"),l=!!c.get("create"),[d,p]=i.useState(l),{loading:h}=X();return t.jsxs(t.Fragment,{children:[t.jsx(Vn,{onClick:()=>p(!0),maxWidth:"960px",Icon:P3,projectId:r,disabled:h,variant:e,permission:K2,"data-testid":"NAVIGATE_TO_CREATE_FEATURE",children:n}),t.jsx($n,{open:d,onClose:()=>p(!1),skipNavigationOnComplete:a,onSuccess:s})]})},Bn=({isLoading:e,totalItems:n,searchQuery:a,onChangeSearchQuery:s,environmentsToExport:c,actions:r})=>{const l=z("projectId"),d=h2(e||!1),[p,h]=i.useState(!0),m=r1(),u=g1(m.breakpoints.down("md")),g=t3("featuresExportImport"),[x,v]=i.useState(!1),{trackEvent:b}=w1(),f=t3("projectOverviewRefactorFeedback"),{openFeedback:j}=F7("newProjectOverview","automatic"),w=R=>{s==null||s(R),b("search-bar",{props:{screen:"project",length:R.length}})},T=()=>{j({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 t.jsx(y,{ref:d,"aria-busy":e,"aria-live":"polite",sx:R=>({padding:`${R.spacing(2.5)} ${R.spacing(3.125)}`}),children:t.jsx(c1,{titleElement:p?`Feature flags ${n!==void 0?`(${n})`:""}`:null,actions:t.jsxs(t.Fragment,{children:[t.jsx(C,{condition:!u,show:t.jsx(F1,{"data-loading":!0,placeholder:"Search and Filter",expandable:!0,initialValue:a||"",onChange:w,onFocus:()=>h(!1),onBlur:()=>h(!0),hasFilters:!0,id:"projectFeatureFlags"})}),r,t.jsx(c1.Divider,{sx:{marginLeft:0}}),t.jsx(C,{condition:g,show:t.jsxs(t.Fragment,{children:[t.jsx(E1,{title:"Export all project flags",arrow:!0,children:t.jsx(f1,{"data-loading":!0,onClick:()=>v(!0),sx:R=>({marginRight:R.spacing(2)}),children:t.jsx($7,{})})}),t.jsx(C,{condition:!e,show:t.jsx($6,{showExportDialog:x,project:l,data:[],onClose:()=>v(!1),environments:c||[]})})]})}),t.jsx(C,{condition:f&&!u,show:t.jsx(t1,{startIcon:t.jsx(O7,{}),onClick:T,variant:"outlined","data-loading":!0,children:"Provide feedback"})}),t.jsx(y8,{})]}),children:t.jsx(C,{condition:u,show:t.jsx(F1,{initialValue:a||"",onChange:w,hasFilters:!0,id:"projectFeatureFlags"})})})})},b8=o("div",{shouldForwardProp:e=>e!=="hasWarning"})(({theme:e,hasWarning:n})=>({flexGrow:0,...T3,justifyContent:"center",...n&&{"::before":{content:'""',display:"block",width:e.spacing(2)}}})),Ln=({value:e,featureId:n,projectId:a,environment:s,isChangeRequestEnabled:c,someEnabledEnvironmentHasVariants:r,refetch:l,onFeatureToggleSwitch:d})=>{const p=i.useMemo(()=>r&&(s==null?void 0:s.variantCount)===0&&(s==null?void 0:s.enabled),[r,s]),h=(m,u)=>{d(m,{projectId:a,featureId:n,environmentName:(s==null?void 0:s.name)||"",environmentType:s==null?void 0:s.type,hasStrategies:s==null?void 0:s.hasStrategies,hasEnabledStrategies:s==null?void 0:s.hasEnabledStrategies,isChangeRequestEnabled:c,onRollback:u,onSuccess:l})};return t.jsxs(b8,{hasWarning:p,children:[t.jsx(d9,{projectId:a,value:e,featureId:n,environmentName:(s==null?void 0:s.name)||"",onToggle:h}),t.jsx(C,{condition:p||!1,show:t.jsx(h9,{})})]})},Un=i3.memo(Ln),Nn=()=>t.jsx(b8,{children:t.jsx("div",{"data-loading":!0,children:"toggle"})}),Mn=e=>{const n=`api/admin/projects/${e}/flag-creators`,{data:a,refetch:s,loading:c,error:r}=v4(x1(n),()=>g4(x1(n),"Flag creators"));return{flagCreators:a||[],refetch:s,error:r}},zn=({state:e,onChange:n,project:a})=>{const{tags:s}=V6(),{flagCreators:c}=Mn(a),[r,l]=i.useState([]);return i.useEffect(()=>{const d=(s||[]).map(u=>({label:`${u.type}:${u.value}`,value:`${u.type}:${u.value}`})),p=c.map(u=>({label:u.name,value:String(u.id)}));l([{label:"State",icon:"hexagon",options:[{label:"Active",value:"active"},{label:"Stale",value:"stale"}],filterKey:"state",singularOperators:["IS","IS_NOT"],pluralOperators:["IS_ANY_OF","IS_NONE_OF"]},{label:"Tags",icon:"label",options:d,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:p,filterKey:"createdBy",singularOperators:["IS","IS_NOT"],pluralOperators:["IS_ANY_OF","IS_NONE_OF"]}])},[JSON.stringify(s),JSON.stringify(c)]),t.jsx(V7,{availableFilters:r,state:e,onChange:n})},Z2=["select","actions","name","favorite"],w2=(e,n)=>e.reduce((a,s)=>({...a,[s]:n.includes(s)}),{}),Wn=e=>{const n=r1(),a=g1(n.breakpoints.down("sm")),s=g1(n.breakpoints.down("md")),c=g1(n.breakpoints.down("lg")),r=i.useCallback((l=0)=>e.filter(d=>d.startsWith("environment:")),[e]);return a?w2(e,[...Z2,"createdAt"]):s?w2(e,[...Z2,"createdAt",...r(1)]):c?w2(e,[...Z2,"createdAt","type",...r(1)]):w2(e,[...Z2,"lastSeenAt","lifecycle","createdAt","createdBy","type","tags",...r(3)])},Hn=({query:e})=>{var n;return((n=e||"")==null?void 0:n.length)>0?t.jsx(y,{sx:a=>({padding:a.spacing(3)}),children:t.jsxs(Z1,{children:["No feature flags found matching “",e,"”"]})}):t.jsx(y,{sx:a=>({padding:a.spacing(3)}),children:t.jsx(Z1,{children:"No feature flags available."})})},qn=(e,n)=>{const[a,s]=i.useState(),[c,r]=i.useState({}),[l,d]=i.useState({featureId:"default",open:!1});return{rowActionsDialogs:t.jsxs(t.Fragment,{children:[t.jsx(p9,{isStale:!!c.stale,isOpen:!!c.featureId,onClose:()=>{r({}),e()},featureId:c.featureId||"",projectId:n}),t.jsx(F6,{isOpen:!!a,onConfirm:e,onClose:()=>{s(void 0)},featureIds:[a||""],projectId:n}),t.jsx(B7,{isOpen:l.open,setIsOpen:h=>{d({...l,open:h})},projectId:n,featureId:l.featureId,onComplete:e})]}),setFeatureArchiveState:s,setFeatureStaleDialogState:r,setShowMarkCompletedDialogue:d}},Kn=(e,n)=>{const[a,s]=i.useState([]);return i.useEffect(()=>{s(c=>{const r=[...e];return c.forEach(l=>{r.find(d=>d.name===l.name)||r.push(l)}),r.filter(l=>n[l.name])})},[e,n]),a},Gn=o(Q)({textDecoration:"none","&:hover, &:focus":{textDecoration:"underline"}}),I2=o("button")(({theme:e})=>({marginRight:e.spacing(.5),border:`1px solid ${e.palette.divider}`,borderRadius:e.shape.borderRadius,fontSize:e.fontSizes.smallerBody,textOverflow:"ellipsis",overflow:"hidden",textWrap:"nowrap",maxWidth:"250px",padding:e.spacing(.25,.5),cursor:"pointer",background:"inherit",color:"inherit"})),Yn=({text:e,searchQuery:n})=>t.jsx(C,{condition:!!(e&&e.length>40),show:t.jsx(W1,{title:t.jsx(M1,{search:n,children:e}),placement:"bottom-start",arrow:!0,children:t.jsx(i5,{children:t.jsx(M1,{search:n,children:e})})}),elseShow:t.jsx(i5,{children:t.jsx(M1,{search:n,children:e})})}),j0=({tag:e,children:n})=>t.jsx(C,{condition:e.length>30,show:t.jsx(W1,{title:e,children:n}),elseShow:n}),Jn=o(y)(({theme:e})=>({display:"flex",flexDirection:"column",gap:e.spacing(.5),margin:e.spacing(1.25,0,1,0),paddingLeft:e.spacing(2)})),Qn=o(y)(({theme:e})=>({display:"flex",alignItems:"center",gap:e.spacing(1),color:e.palette.primary.dark})),Xn=o(y)(({theme:e})=>({display:"flex",flexWrap:"wrap",gap:e.spacing(.25)})),ea=o(Y1)(({theme:e})=>({padding:e.spacing(.5),border:0,textTransform:"capitalize"})),ta=({project:e,feature:n,searchQuery:a})=>t.jsx(y,{sx:s=>({fontWeight:s.typography.fontWeightBold}),children:t.jsx(Gn,{to:`/projects/${e}/features/${n}`,children:t.jsx(L7,{style:{WebkitLineClamp:1,lineClamp:1},children:t.jsx(M1,{search:a,children:n})})})}),na=({tags:e,onClick:n})=>t.jsx(W1,{title:e.map(a=>t.jsx(y,{sx:{cursor:"pointer"},onClick:()=>n(a),children:a},a)),children:t.jsxs(I2,{sx:{cursor:"initial"},children:[e.length," more..."]})}),aa=({tags:e,onClick:n})=>{const[a,s,c,...r]=(e||[]).map(({type:l,value:d})=>`${l}:${d}`);return t.jsxs(Xn,{children:[a&&t.jsx(j0,{tag:a,children:t.jsx(I2,{onClick:()=>n(a),children:a})}),s&&t.jsx(j0,{tag:s,children:t.jsx(I2,{onClick:()=>n(s),children:s})}),c&&t.jsx(j0,{tag:c,children:t.jsx(I2,{onClick:()=>n(c),children:c})}),t.jsx(C,{condition:r.length>0,show:t.jsx(na,{tags:r,onClick:n})})]})},sa=o(Q)({display:"block"}),ca=({feature:e,project:n})=>{const{feature:a}=U7(n,e),s=a.children,c=a.dependencies;if(s.length>0)return t.jsxs(t.Fragment,{children:[t.jsx(y,{children:"Children"}),s.map(r=>t.jsx(sa,{to:`/projects/${n}/features/${r}`,children:r},r))]});if(c[0]){const r=c[0].feature;return t.jsxs(t.Fragment,{children:[t.jsx(y,{children:"Parent"}),t.jsx(Q,{to:`/projects/${n}/features/${r}`,children:r})]})}return t.jsx(t.Fragment,{children:"Loading..."})},ra=({project:e,feature:n,type:a,searchQuery:s,dependencyType:c,onTypeClick:r,delay:l=500})=>{var g;const{featureTypes:d}=p4(),p=u4(a),m=`${((g=d.find(x=>x.id===a))==null?void 0:g.name)||a} flag`,u=()=>t.jsx(W1,{arrow:!0,title:m,describeChild:!0,children:t.jsx(f1,{sx:{p:0},"aria-label":`add ${a} flag to filter`,onClick:()=>r(a),children:t.jsx(p,{sx:x=>({fontSize:x.spacing(2)}),"data-testid":"feature-type-icon"})})});return t.jsxs(Qn,{"data-loading":!0,children:[t.jsx(u,{}),t.jsx(ta,{project:e,feature:n,searchQuery:s}),t.jsx(C,{condition:!!c,show:t.jsx(W1,{title:t.jsx(ca,{feature:n,project:e}),enterDelay:l,enterNextDelay:l,children:t.jsx(ea,{color:c==="parent"?"warning":"secondary",children:c})})})]})},oa=({description:e,searchQuery:n})=>t.jsx(C,{condition:!!e,show:t.jsx(y,{sx:a=>({display:"flex",gap:a.spacing(1)}),children:t.jsx(Yn,{text:e,searchQuery:n})})}),ia=(e,n)=>({row:a})=>{const{searchQuery:s}=D3();return t.jsxs(Jn,{children:[t.jsx(ra,{project:a.original.project||"",feature:a.original.name,searchQuery:s,type:a.original.type||"",dependencyType:a.original.dependencyType||"",onTypeClick:n}),t.jsx(oa,{description:a.original.description||"",searchQuery:s}),t.jsx(aa,{tags:a.original.tags,onClick:e})]})},S8=(e,n="project-overview-v2",a=15*1e3)=>{const s={offset:X1(F2,0),limit:X1(F2,N7),query:Z3,favoritesFirst:X1(M7,!0),sortBy:X1(Z3,"createdAt"),sortOrder:X1(Z3,"desc"),columns:z7,tag:Y3,state:Y3,createdAt:Y3,type:Y3,createdBy:Y3},[c,r]=M6(`${n}-${e}`,s),{columns:l,...d}=c,{features:p,total:h,refetch:m,loading:u,initialLoad:g}=W7(z6({...W6(s,d),project:`IS:${e}`},x=>x?`${x}`:void 0),{refreshInterval:a});return{features:p,total:h,refetch:m,loading:u,initialLoad:g,tableState:c,setTableState:r}},la=(e,n)=>{const a=(l,d)=>{const p=e[l.key];p&&p.values.length>0&&!p.values.includes(d)?n({[l.key]:{operator:p.operator,values:[...p.values,d]}}):p||n({[l.key]:{operator:l.operator,values:[d]}})};return{onFlagTypeClick:l=>a({key:"type",operator:"IS"},l),onTagClick:l=>a({key:"tag",operator:"INCLUDE"},l),onAvatarClick:l=>a({key:"createdBy",operator:"IS"},l.toString())}},da=o("div")({width:"100%",display:"flex",justifyContent:"center",alignItems:"center"}),ha=o("button")({border:"none",background:"none",cursor:"pointer",borderRadius:"100%",padding:0}),pa=o("p")(({theme:e})=>({color:e.palette.text.secondary})),ua=o(p2)(({theme:e})=>({width:e.spacing(3),height:e.spacing(3)})),ma=e=>({row:{original:n}})=>{const a=n.createdBy.id===0,s=a?()=>{}:()=>e(n.createdBy.id),c=a?t.jsxs(t.Fragment,{children:[t.jsx("p",{children:n.createdBy.name}),t.jsx(pa,{children:"You can't filter by unknown users."})]}):t.jsx("p",{children:n.createdBy.name});return t.jsx(da,{children:t.jsx(W1,{arrow:!0,describeChild:!0,title:c,children:t.jsxs(ha,{"aria-disabled":a,onClick:s,children:[t.jsx(H7,{children:t.jsxs("span",{children:["Show only flags created by"," ",n.createdBy.name]})}),t.jsx(ua,{disableTooltip:!0,user:{id:n.createdBy.id,name:n.createdBy.name,imageUrl:n.createdBy.imageUrl}})]})})})},P4=(e,n={})=>{const a=x1(`api/admin/projects/${e}/api-tokens`),{data:s,error:c,mutate:r}=x3(a,va,n),l=i.useMemo(()=>s??[],[s]),d=i.useCallback(()=>{r().catch(console.warn)},[r]);return{tokens:l,error:c,loading:!c&&!s,refetch:d}},va=async e=>(await(await fetch(e).then(D1("Project Api tokens"))).json()).tokens,D4=()=>{const{makeRequest:e,createRequest:n,errors:a,loading:s}=e0({propagateErrors:!0});return{deleteToken:async(l,d)=>{const p=`api/admin/projects/${d}/api-tokens/${l}`,h=n(p,{method:"DELETE"});return e(h.caller,h.id)},createToken:async(l,d)=>{const p=`api/admin/projects/${d}/api-tokens`,h=n(p,{method:"POST",body:JSON.stringify(l)});return e(h.caller,h.id)},errors:a,loading:s}},ga=e=>{if(!e)return null;const[n,a]=e.split(":",2);if(!a)return null;const[s,c,...r]=a.split(".");return n&&s&&c&&r.length===0?{project:n,environment:s,secret:c}:null},E3=o("div")(({theme:e})=>({fontWeight:e.typography.fontWeightBold,marginBottom:e.spacing(1),fontSize:e.typography.body1.fontSize})),o0=o("div")(({theme:e})=>({display:"flex",alignItems:"center",justifyContent:"space-between",marginTop:e.spacing(2)})),xa=o("div")(({theme:e})=>({display:"flex",gap:e.spacing(1)})),fa=o("div")(({theme:e})=>({background:e.palette.background.application,borderRadius:e.shape.borderRadius,width:e.spacing(7),height:e.spacing(1)})),ja=o("div")(({theme:e})=>({background:e.palette.background.sidebar,borderRadius:e.shape.borderRadius,width:e.spacing(7),height:e.spacing(1)})),i0=({active:e,steps:n})=>t.jsx(xa,{children:Array.from({length:n},(a,s)=>s===e?t.jsx(ja,{},s):t.jsx(fa,{},s))}),ya=({environments:e,onSelect:n,currentEnvironment:a})=>{const s=Math.max(...e.map(c=>c.length));return t.jsx(G0,{tooltip:{header:""},description:"Select the environment where the API key will be created",options:e.map(c=>({label:c,value:c})),onChange:c=>{n(c)},button:{label:a,icon:t.jsx(H6,{}),labelWidth:`${s+5}ch`},search:{label:"Filter project mode options",placeholder:"Select project mode"}})},ba=o("div")(({theme:e})=>({backgroundColor:e.palette.background.elevation1,borderRadius:e.shape.borderRadius,padding:e.spacing(3),display:"flex",flexDirection:"column",alignItems:"center"})),y0=o("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})),Sa=o(y)(({theme:e})=>({display:"flex",gap:e.spacing(2),alignItems:"flex-start",marginTop:e.spacing(8),flexWrap:"wrap"})),b0=o("p")(({theme:e})=>({color:e.palette.text.secondary,fontSize:e.typography.body2.fontSize,marginBottom:e.spacing(2)})),Ca=o("div")(({theme:e})=>({padding:e.spacing(5,8,3,8),display:"flex",flexDirection:"column",gap:e.spacing(3)})),Za=({project:e,environment:n,secret:a})=>{const s=r1(),c=g1(s.breakpoints.up("lg"));return t.jsx(m3.ArcherContainer,{strokeColor:s.palette.secondary.border,endMarker:!1,lineStyle:"curve",children:t.jsxs(ba,{children:[t.jsxs(y,{sx:{wordBreak:"break-all"},children:[t.jsx(m3.ArcherElement,{id:"project",children:t.jsx("span",{children:e})}),":",t.jsx(m3.ArcherElement,{id:"environment",children:t.jsx("span",{children:n})}),".",t.jsx(m3.ArcherElement,{id:"secret",children:t.jsx("span",{children:a})})]}),c?t.jsxs(Sa,{children:[t.jsx(m3.ArcherElement,{id:"project-description",relations:[{targetId:"project",targetAnchor:"bottom",sourceAnchor:"top"}],children:t.jsx(y0,{children:"The project this API key can retrieve feature flags from"})}),t.jsx(m3.ArcherElement,{id:"environment-description",relations:[{targetId:"environment",targetAnchor:"bottom",sourceAnchor:"top"}],children:t.jsx(y0,{children:"The environment this API key can retrieve feature flag configuration from"})}),t.jsx(m3.ArcherElement,{id:"secret-description",relations:[{targetId:"secret",targetAnchor:"right",sourceAnchor:"top"}],children:t.jsx(y0,{children:"The API key secret"})})]}):null]})})},wa=({environments:e,environment:n,project:a,sdkType:s,onEnvSelect:c,onApiKey:r})=>{const{tokens:l,refetch:d}=P4(a),{createToken:p,loading:h}=D4(),m=l.find(v=>v.environment===n&&v.type===s);i.useEffect(()=>{r((m==null?void 0:m.secret)||null)},[m]);const u=ga(m==null?void 0:m.secret),{setToastApiError:g}=d1(),x=async()=>{try{await p({environment:n,type:s,projects:[a],username:`api-key-${a}-${n}`},a),d()}catch(v){g(o1(v))}};return t.jsxs(Ca,{children:[t.jsx(A,{variant:"h2",children:"Connect an SDK to Unleash"}),t.jsxs(o0,{children:[t.jsx(i0,{active:1,steps:3}),t.jsx(Y1,{color:"secondary",children:"2/3 - Generate API Key"})]}),t.jsxs(y,{sx:{mt:2},children:[t.jsx(E3,{children:"Environment"}),t.jsx(b0,{children:"The environment the SDK connects to to retrieve configuration."}),e.length>0?t.jsx(ya,{environments:e,currentEnvironment:n,onSelect:c}):null]}),t.jsxs(y,{sx:{mt:3},children:[t.jsx(E3,{children:"API Key"}),u?t.jsxs(b0,{children:["Here is your generated API key. We will use it to connect to the ",t.jsx("b",{children:u.project})," project in the ",t.jsx("b",{children:u.environment})," environment."]}):t.jsx(b0,{children:"You currently have no active API keys for this project/environment combination. Generate an API key to proceed with connecting your SDK."}),u?t.jsx(Za,{project:u.project,environment:u.environment,secret:u.secret}):t.jsx(t1,{variant:"contained",disabled:h,onClick:x,children:"Generate API Key"})]})]})},C8=[{name:"Node.js",icon:q7},{name:"Go",icon:K7},{name:"Ruby",icon:G7},{name:"PHP",icon:Y7},{name:"Rust",icon:J7},{name:".NET",icon:Q7},{name:"Java",icon:X7},{name:"Python",icon:ee}],Z8=[{name:"JavaScript",icon:te},{name:"React",icon:ne},{name:"Vue",icon:ae},{name:"Svelte",icon:se},{name:"Swift",icon:ce},{name:"Android",icon:re},{name:"Flutter",icon:oe}],w8=[...C8,...Z8],Ea=o("div")(({theme:e})=>({padding:e.spacing(5,8,8,8),display:"flex",flexDirection:"column",gap:e.spacing(3)})),Z5=o("div")(({theme:e})=>({marginTop:e.spacing(4),marginBottom:e.spacing(2),fontSize:e.typography.body1.fontSize})),w5=o("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"})),E5=o("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"})),A5=o("div")(()=>({display:"flex",justifyContent:"space-between"})),T5=o(j3)(({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]})),Aa=({onSelect:e})=>t.jsxs(Ea,{children:[t.jsx(A,{variant:"h2",children:"Connect an SDK to Unleash"}),t.jsxs(o0,{children:[t.jsx(i0,{active:0,steps:3}),t.jsx(Y1,{color:"secondary",children:"1/3 - Choose SDK"})]}),t.jsxs(y,{sx:{mt:2},children:[t.jsx(E3,{children:"Select SDK"}),t.jsx(Z5,{children:"Server side SDKs"}),t.jsx(w5,{children:C8.map(n=>t.jsxs(E5,{children:[t.jsx(T5,{src:$2(n.icon)}),t.jsxs(A5,{children:[t.jsx("b",{children:n.name})," ",t.jsx(z1,{onClick:()=>e({name:n.name,type:"client"}),component:"button",children:"Select"})]})]},n.name))}),t.jsx(Z5,{children:"Client side SDKs"}),t.jsx(w5,{children:Z8.map(n=>t.jsxs(E5,{children:[t.jsx(T5,{src:$2(n.icon)}),t.jsxs(A5,{children:[t.jsx("b",{children:n.name})," ",t.jsx(z1,{onClick:()=>e({name:n.name,type:"frontend"}),component:"button",children:"Select"})]})]},n.name))})]})]}),E8=o("div")(({theme:e})=>({backgroundColor:e.palette.background.sidebar,padding:e.spacing(12,6,6,6),flex:0,minWidth:"400px"})),R2=o("p")(({theme:e})=>({color:e.palette.primary.contrastText,fontSize:e.typography.caption.fontSize,marginBottom:e.spacing(2)})),_4=({theme:e})=>({color:e.palette.primary.contrastText,fontSize:e.typography.body2.fontSize,marginTop:e.spacing(.5)}),Ta=o(N6)(_4),ka=o(H6)(_4),A8=o(ie)(_4),P2=o("div")(({theme:e})=>({display:"flex",gap:e.spacing(1.5),alignItems:"flex-start",marginTop:e.spacing(3)})),D2=o("div")(({theme:e})=>({color:e.palette.primary.contrastText,fontSize:e.typography.body2.fontSize,fontWeight:e.typography.fontWeightBold,marginBottom:e.spacing(2)})),Ia=()=>t.jsxs(E8,{children:[t.jsxs(P2,{children:[t.jsx(Ta,{}),t.jsxs(y,{children:[t.jsx(D2,{children:"Flags live in projects"}),t.jsx(R2,{children:"Projects are containers for feature flags. Each flag belongs to the project where you create it."})]})]}),t.jsxs(P2,{children:[t.jsx(ka,{}),t.jsxs(y,{children:[t.jsx(D2,{children:"Flags have configuration in environments"}),t.jsx(R2,{children:"You can have multiple environments, and each feature flag has a different configuration per environment."})]})]}),t.jsxs(P2,{children:[t.jsx(A8,{}),t.jsxs(y,{children:[t.jsx(D2,{children:"SDKs connect to Unleash to retrieve configuration"}),t.jsx(R2,{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."})]})]})]}),Ra=()=>t.jsx(E8,{children:t.jsxs(P2,{children:[t.jsx(A8,{}),t.jsxs(y,{children:[t.jsx(D2,{children:"SDKs and Unleash"}),t.jsx(R2,{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."})]})]})}),T8=o(j3,{shouldForwardProp:e=>e!=="active"})(({theme:e,active:n})=>({transition:"background-color 0.5s ease",color:e.palette.common.white,backgroundColor:n?e.palette.primary.main:e.palette.divider,"@keyframes pulse":{"0%":{boxShadow:`0 0 0 0px ${d3(e.palette.primary.main,.7)}`},"100%":{boxShadow:`0 0 0 20px ${d3(e.palette.primary.main,0)}`}},animation:n?"pulse 2s infinite":""})),Pa=o(j3,{shouldForwardProp:e=>e!=="active"})(({theme:e,active:n})=>({transition:"background-color 0.5s ease",color:e.palette.primary.main,backgroundColor:n?e.palette.background.default:e.palette.divider,"@keyframes pulse":{"0%":{boxShadow:`0 0 0 0px ${d3(e.palette.background.default,.7)}`},"100%":{boxShadow:`0 0 0 20px ${d3(e.palette.background.default,0)}`}},animation:n?"pulse 2s infinite":""}));var F4={},Da=K1;Object.defineProperty(F4,"__esModule",{value:!0});var $4=F4.default=void 0,_a=Da(q1()),Fa=t,$a=(0,_a.default)((0,Fa.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");$4=F4.default=$a;const Oa=o("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})),Va=o(A)(({theme:e})=>({display:"flex",alignItems:"center",justifyContent:"center",fontWeight:e.typography.fontWeightBold})),Ba=o("div")(({theme:e})=>({display:"flex",flexDirection:"row",padding:e.spacing(4,0,12,0),justifyContent:"space-between",fontSize:e.spacing(1)})),k5=o("div")(({theme:e})=>({display:"flex",gap:e.spacing(1),flexDirection:"column"})),I5=o("div")(({theme:e})=>({alignItems:"center",justifyContent:"center",display:"flex",gap:e.spacing(2),flexDirection:"column",fontSize:e.fontSizes.smallBody})),La=o(p3)(({theme:e})=>({color:e.palette.primary.main,backgroundColor:e.palette.background.paper,borderRadius:"50%",padding:e.spacing(1),width:"80px",height:"80px"})),Ua=({projectId:e,sdk:n,environment:a})=>{const s=r1(),{project:c}=R1(e,{refreshInterval:1e3}),r=c.onboardingStatus.status==="onboarded";return t.jsxs(Oa,{children:[t.jsx(Va,{children:"Connection information"}),t.jsxs(Ba,{children:[t.jsxs(k5,{children:[t.jsx(A,{fontWeight:"bold",variant:"body2",children:"Environment"}),t.jsx(A,{variant:"body2",children:a})]}),t.jsxs(k5,{children:[t.jsx(A,{fontWeight:"bold",variant:"body2",children:"SDK"}),t.jsx(A,{variant:"body2",children:n})]})]}),r?t.jsxs(I5,{children:[t.jsx(A,{fontWeight:"bold",variant:"body2",children:"Connection status"}),t.jsx(A,{sx:{mb:s.spacing(4)},variant:"body2",children:"Connected"}),t.jsx(La,{}),t.jsx(A,{sx:{mb:s.spacing(4)},variant:"body2",children:"We received metrics from your application!"})]}):t.jsxs(I5,{children:[t.jsx(A,{fontWeight:"bold",variant:"body2",children:"Connection status"}),t.jsx(A,{sx:{mb:s.spacing(4)},variant:"body2",children:"Waiting for SDK data..."}),t.jsx(Pa,{sx:{width:80,height:80},active:!0,children:t.jsx($4,{fontSize:"large"})})]})]})},Na=`1\\. Install the SDK
|
|
5
|
+
|
|
6
|
+
\`\`\`gradle
|
|
7
|
+
implementation("io.getunleash:unleash-android:1")
|
|
8
|
+
\`\`\`
|
|
9
|
+
|
|
10
|
+
2\\. Enable required [permissions](https://developer.android.com/guide/topics/manifest/uses-permission-element)
|
|
11
|
+
|
|
12
|
+
\`\`\`xml
|
|
13
|
+
<uses-permission android:name="android.permission.INTERNET" />
|
|
14
|
+
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
|
|
15
|
+
\`\`\`
|
|
16
|
+
|
|
17
|
+
2\\. Initialize Unleash in your application
|
|
18
|
+
|
|
19
|
+
\`\`\`kotlin
|
|
20
|
+
class MyApplication: Application() {
|
|
21
|
+
val unleash: Unleash by lazy {
|
|
22
|
+
val instance = DefaultUnleash(
|
|
23
|
+
androidContext = this,
|
|
24
|
+
unleashConfig = UnleashConfig.newBuilder(appName = "unleash-onboarding-android")
|
|
25
|
+
.proxyUrl("<YOUR_API_URL>")
|
|
26
|
+
.clientKey("<YOUR_API_TOKEN>")
|
|
27
|
+
.build()
|
|
28
|
+
)
|
|
29
|
+
instance.start()
|
|
30
|
+
instance
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
override fun onTerminate() {
|
|
34
|
+
super.onTerminate()
|
|
35
|
+
unleash.close()
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
\`\`\`
|
|
39
|
+
|
|
40
|
+
3\\. Check flag status
|
|
41
|
+
|
|
42
|
+
\`\`\`kotlin
|
|
43
|
+
class MainActivity : ComponentActivity() {
|
|
44
|
+
override fun onCreate(savedInstanceState: Bundle?) {
|
|
45
|
+
super.onCreate(savedInstanceState)
|
|
46
|
+
val unleashInstance = (application as MyApplication).unleash
|
|
47
|
+
|
|
48
|
+
setContent {
|
|
49
|
+
var flagStatus by remember { mutableStateOf("loading") }
|
|
50
|
+
LaunchedEffect(Unit) {
|
|
51
|
+
while (isActive) {
|
|
52
|
+
val isFlagEnabled = unleashInstance.isEnabled("<YOUR_FLAG>")
|
|
53
|
+
flagStatus = if (isFlagEnabled) "enabled" else "disabled"
|
|
54
|
+
delay(3000L)
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
Text(text = "Flag is $flagStatus!")
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
\`\`\`
|
|
64
|
+
|
|
65
|
+
---
|
|
66
|
+
---
|
|
67
|
+
- [SDK repository with documentation and example](https://github.com/Unleash/unleash-android)
|
|
68
|
+
- [Android SDK basic example](hhttps://github.com/Unleash/unleash-sdk-examples/tree/main/Android)
|
|
69
|
+
`,Ma=`1\\. Install the SDK
|
|
70
|
+
\`\`\`sh
|
|
71
|
+
go get github.com/Unleash/unleash-client-go/v3
|
|
72
|
+
\`\`\`
|
|
73
|
+
|
|
74
|
+
2\\. Run Unleash
|
|
75
|
+
\`\`\`go
|
|
76
|
+
import (
|
|
77
|
+
"github.com/Unleash/unleash-client-go/v3"
|
|
78
|
+
"net/http"
|
|
79
|
+
"time"
|
|
80
|
+
)
|
|
81
|
+
|
|
82
|
+
func init() {
|
|
83
|
+
unleash.Initialize(
|
|
84
|
+
unleash.WithListener(&unleash.DebugListener{}),
|
|
85
|
+
unleash.WithAppName("unleash-onboarding-golang"),
|
|
86
|
+
unleash.WithUrl("<YOUR_API_URL>"),
|
|
87
|
+
unleash.WithCustomHeaders(http.Header{"Authorization": {"<YOUR_API_TOKEN>"}}),
|
|
88
|
+
unleash.WithMetricsInterval(5*time.Second),
|
|
89
|
+
)
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
func main() {
|
|
93
|
+
for {
|
|
94
|
+
unleash.IsEnabled("<YOUR_FLAG>")
|
|
95
|
+
time.Sleep(time.Second)
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
\`\`\`
|
|
99
|
+
|
|
100
|
+
---
|
|
101
|
+
\`\`\`go
|
|
102
|
+
import (
|
|
103
|
+
"github.com/Unleash/unleash-client-go/v3"
|
|
104
|
+
"net/http"
|
|
105
|
+
"time"
|
|
106
|
+
)
|
|
107
|
+
|
|
108
|
+
func init() {
|
|
109
|
+
unleash.Initialize(
|
|
110
|
+
unleash.WithListener(&unleash.DebugListener{}),
|
|
111
|
+
unleash.WithAppName("unleash-onboarding-golang"),
|
|
112
|
+
unleash.WithUrl("<YOUR_API_URL>"),
|
|
113
|
+
unleash.WithCustomHeaders(http.Header{
|
|
114
|
+
"Authorization": {os.Getenv("UNLEASH_API_KEY")},
|
|
115
|
+
})
|
|
116
|
+
)
|
|
117
|
+
}
|
|
118
|
+
\`\`\`
|
|
119
|
+
|
|
120
|
+
---
|
|
121
|
+
- [SDK repository with documentation](https://github.com/Unleash/unleash-client-go)
|
|
122
|
+
- [Go SDK example with CodeSandbox](https://github.com/Unleash/unleash-sdk-examples/tree/main/Go)
|
|
123
|
+
`,za=`1\\. Install the SDK
|
|
124
|
+
\`\`\`sh
|
|
125
|
+
npm install unleash-proxy-client
|
|
126
|
+
\`\`\`
|
|
127
|
+
|
|
128
|
+
2\\. Run Unleash
|
|
129
|
+
\`\`\`js
|
|
130
|
+
const { UnleashClient } = require('unleash-proxy-client');
|
|
131
|
+
|
|
132
|
+
const unleash = new UnleashClient({
|
|
133
|
+
url: '<YOUR_API_URL>',
|
|
134
|
+
clientKey: '<YOUR_API_TOKEN>',
|
|
135
|
+
appName: 'unleash-onboarding-javascript',
|
|
136
|
+
refreshInterval: 5000,
|
|
137
|
+
});
|
|
138
|
+
|
|
139
|
+
unleash.start();
|
|
140
|
+
|
|
141
|
+
setInterval(() => {
|
|
142
|
+
console.log('Is enabled', unleash.isEnabled('<YOUR_FLAG>'));
|
|
143
|
+
}, 1000);
|
|
144
|
+
\`\`\`
|
|
145
|
+
---
|
|
146
|
+
\`\`\`js
|
|
147
|
+
const unleash = new UnleashClient({
|
|
148
|
+
url: '<YOUR_API_URL>',
|
|
149
|
+
clientKey: process.env.UNLEASH_API_TOKEN,
|
|
150
|
+
appName: 'unleash-onboarding-javascript',
|
|
151
|
+
});
|
|
152
|
+
unleash.start();
|
|
153
|
+
\`\`\`
|
|
154
|
+
|
|
155
|
+
---
|
|
156
|
+
- [SDK repository with documentation](https://github.com/Unleash/unleash-proxy-client-js)
|
|
157
|
+
- [JavaScript SDK example with CodeSandbox](https://github.com/Unleash/unleash-sdk-examples/tree/main/JavaScript)
|
|
158
|
+
`,Wa=`1\\. Install the SDK
|
|
159
|
+
\`\`\`sh
|
|
160
|
+
npm install unleash-client
|
|
161
|
+
\`\`\`
|
|
162
|
+
|
|
163
|
+
2\\. Run Unleash
|
|
164
|
+
\`\`\`js
|
|
165
|
+
const { initialize } = require('unleash-client');
|
|
166
|
+
|
|
167
|
+
const unleash = initialize({
|
|
168
|
+
url: '<YOUR_API_URL>',
|
|
169
|
+
appName: 'unleash-onboarding-node',
|
|
170
|
+
customHeaders: { Authorization: '<YOUR_API_TOKEN>' },
|
|
171
|
+
metricsInterval: 5000,
|
|
172
|
+
});
|
|
173
|
+
|
|
174
|
+
setInterval(() => {
|
|
175
|
+
console.log('Is enabled', unleash.isEnabled('<YOUR_FLAG>'));
|
|
176
|
+
}, 1000);
|
|
177
|
+
\`\`\`
|
|
178
|
+
|
|
179
|
+
---
|
|
180
|
+
### Production settings
|
|
181
|
+
|
|
182
|
+
In order to validate the connection, we changed some settings that you might want to revert. We recommend the following default settings.
|
|
183
|
+
|
|
184
|
+
\`\`\`js
|
|
185
|
+
const { initialize } = require('unleash-client');
|
|
186
|
+
|
|
187
|
+
const unleash = initialize({
|
|
188
|
+
url: '<YOUR_API_URL>',
|
|
189
|
+
appName: 'unleash-onboarding-node',
|
|
190
|
+
customHeaders: { Authorization: process.env.UNLEASH_API_KEY },
|
|
191
|
+
});
|
|
192
|
+
\`\`\`
|
|
193
|
+
|
|
194
|
+
---
|
|
195
|
+
### Additional resources
|
|
196
|
+
|
|
197
|
+
Now that we’ve validated the connection, you might want to look into more advanced use cases and examples:
|
|
198
|
+
|
|
199
|
+
- [SDK repository with documentation](https://github.com/Unleash/unleash-client-node)
|
|
200
|
+
- [Node.js SDK example with CodeSandbox](https://github.com/Unleash/unleash-sdk-examples/tree/main/NodeJS)
|
|
201
|
+
- [Node.js SDK tutorial](https://dev.to/reeshee/how-to-implement-feature-flags-in-nodejs-using-unleash-3907)
|
|
202
|
+
`,Ha=`1\\. Install the SDK
|
|
203
|
+
\`\`\`sh
|
|
204
|
+
pip install UnleashClient
|
|
205
|
+
\`\`\`
|
|
206
|
+
|
|
207
|
+
2\\. Run Unleash
|
|
208
|
+
\`\`\`python
|
|
209
|
+
from UnleashClient import UnleashClient
|
|
210
|
+
import asyncio
|
|
211
|
+
|
|
212
|
+
client = UnleashClient(
|
|
213
|
+
url="<YOUR_API_URL>",
|
|
214
|
+
app_name="unleash-onboarding-python",
|
|
215
|
+
refresh_interval=5,
|
|
216
|
+
custom_headers={'Authorization': '<YOUR_API_TOKEN>'})
|
|
217
|
+
|
|
218
|
+
client.initialize_client()
|
|
219
|
+
|
|
220
|
+
while True:
|
|
221
|
+
print(client.is_enabled("<YOUR_FLAG>"))
|
|
222
|
+
asyncio.run(asyncio.sleep(1))
|
|
223
|
+
\`\`\`
|
|
224
|
+
---
|
|
225
|
+
\`\`\`python
|
|
226
|
+
from UnleashClient import UnleashClient
|
|
227
|
+
import asyncio
|
|
228
|
+
import os
|
|
229
|
+
|
|
230
|
+
client = UnleashClient(
|
|
231
|
+
url="<YOUR_API_URL>",
|
|
232
|
+
app_name="unleash-onboarding-python",
|
|
233
|
+
custom_headers={'Authorization': os.getenv('UNLEASH_API_TOKEN')}
|
|
234
|
+
\`\`\`
|
|
235
|
+
|
|
236
|
+
---
|
|
237
|
+
- [SDK repository with documentation](https://github.com/Unleash/unleash-client-python)
|
|
238
|
+
- [Python SDK example with CodeSandbox](https://github.com/Unleash/unleash-sdk-examples/tree/main/Python)
|
|
239
|
+
- [How to Implement Feature Flags in Python](https://docs.getunleash.io/feature-flag-tutorials/python)
|
|
240
|
+
`,qa=`1\\. Install the SDK
|
|
241
|
+
\`\`\`sh
|
|
242
|
+
gem install unleash
|
|
243
|
+
\`\`\`
|
|
244
|
+
|
|
245
|
+
2\\. Run Unleash
|
|
246
|
+
\`\`\`rb
|
|
247
|
+
require 'unleash'
|
|
248
|
+
|
|
249
|
+
@unleash = Unleash::Client.new(
|
|
250
|
+
url: "<YOUR_API_URL>",
|
|
251
|
+
custom_http_headers: { 'Authorization': "<YOUR_API_TOKEN>" },
|
|
252
|
+
app_name: 'unleash-onboarding-ruby',
|
|
253
|
+
instance_id: 'unleash-onboarding-ruby',
|
|
254
|
+
metrics_interval: 3, # In production use interval of >15s
|
|
255
|
+
)
|
|
256
|
+
|
|
257
|
+
while true
|
|
258
|
+
if @unleash.is_enabled?("<YOUR_FLAG>")
|
|
259
|
+
puts "Flag is enabled"
|
|
260
|
+
else
|
|
261
|
+
puts "Flag is not enabled"
|
|
262
|
+
end
|
|
263
|
+
sleep 3
|
|
264
|
+
end
|
|
265
|
+
|
|
266
|
+
\`\`\`
|
|
267
|
+
---
|
|
268
|
+
\`\`\`rb
|
|
269
|
+
@unleash = Unleash::Client.new(
|
|
270
|
+
url: "<YOUR_API_URL>",
|
|
271
|
+
custom_http_headers: { 'Authorization': ENV['UNLEASH_API_TOKEN'] },
|
|
272
|
+
app_name: 'unleash-onboarding-ruby',
|
|
273
|
+
instance_id: 'unleash-onboarding-ruby',
|
|
274
|
+
)
|
|
275
|
+
\`\`\`
|
|
276
|
+
|
|
277
|
+
---
|
|
278
|
+
- [SDK repository with documentation](https://github.com/Unleash/unleash-client-ruby)
|
|
279
|
+
- [Ruby example with CodeSandbox](https://github.com/Unleash/unleash-sdk-examples/tree/main/Ruby)
|
|
280
|
+
- [How to Implement Feature Flags in Ruby](https://docs.getunleash.io/feature-flag-tutorials/ruby)
|
|
281
|
+
`,Ka=`1\\. Install the SDK
|
|
282
|
+
\`\`\`sh
|
|
283
|
+
npm install @unleash/proxy-client-svelte
|
|
284
|
+
\`\`\`
|
|
285
|
+
|
|
286
|
+
2\\. Initialize Unleash
|
|
287
|
+
\`\`\`svelte
|
|
288
|
+
<script>
|
|
289
|
+
import { FlagProvider } from '@unleash/proxy-client-svelte';
|
|
290
|
+
|
|
291
|
+
const config = {
|
|
292
|
+
url: '<YOUR_API_URL>',
|
|
293
|
+
clientKey: '<YOUR_API_TOKEN>',
|
|
294
|
+
appName: 'unleash-onboarding-svelte',
|
|
295
|
+
metricsInterval: 5,
|
|
296
|
+
};
|
|
297
|
+
<\/script>
|
|
298
|
+
|
|
299
|
+
<div class="app">
|
|
300
|
+
<FlagProvider {config}>
|
|
301
|
+
<main>
|
|
302
|
+
<slot />
|
|
303
|
+
</main>
|
|
304
|
+
</FlagProvider>
|
|
305
|
+
</div>
|
|
306
|
+
\`\`\`
|
|
307
|
+
|
|
308
|
+
3\\. Check feature flag status
|
|
309
|
+
\`\`\`svelte
|
|
310
|
+
<script lang="ts">
|
|
311
|
+
import { useFlag } from '@unleash/proxy-client-svelte';
|
|
312
|
+
const enabled = useFlag('<YOUR_FLAG>');
|
|
313
|
+
<\/script>
|
|
314
|
+
|
|
315
|
+
<section>
|
|
316
|
+
<p>
|
|
317
|
+
{$enabled ? 'Feature is enabled!' : 'Feature is disabled!'}
|
|
318
|
+
</p>
|
|
319
|
+
</section>
|
|
320
|
+
\`\`\`
|
|
321
|
+
---
|
|
322
|
+
\`\`\`svelte
|
|
323
|
+
const config = {
|
|
324
|
+
url: '<YOUR_API_URL>',
|
|
325
|
+
clientKey: import.meta.env.VITE_UNLEASH_API_TOKEN,
|
|
326
|
+
appName: 'unleash-onboarding-svelte',
|
|
327
|
+
};
|
|
328
|
+
\`\`\`
|
|
329
|
+
|
|
330
|
+
---
|
|
331
|
+
- [SDK repository with documentation](https://github.com/Unleash/proxy-client-svelte)
|
|
332
|
+
- [Svelte example with CodeSandbox](https://github.com/Unleash/unleash-sdk-examples/tree/main/Svelte)
|
|
333
|
+
- [How to Implement Feature Flags in SvelteKit](https://docs.getunleash.io/feature-flag-tutorials/sveltekit)
|
|
334
|
+
`,Ga=`1\\. Install the SDK
|
|
335
|
+
\`\`\`sh
|
|
336
|
+
npm install @unleash/proxy-client-vue
|
|
337
|
+
\`\`\`
|
|
338
|
+
|
|
339
|
+
2\\. Initialize Unleash
|
|
340
|
+
\`\`\`vue
|
|
341
|
+
<script setup lang="ts">
|
|
342
|
+
import { FlagProvider } from '@unleash/proxy-client-vue'
|
|
343
|
+
|
|
344
|
+
const config = {
|
|
345
|
+
url: '<YOUR_API_URL>',
|
|
346
|
+
clientKey: '<YOUR_API_TOKEN>',
|
|
347
|
+
appName: 'unleash-onboarding-vue',
|
|
348
|
+
metricsInterval: 5,
|
|
349
|
+
}
|
|
350
|
+
<\/script>
|
|
351
|
+
|
|
352
|
+
<template>
|
|
353
|
+
<FlagProvider :config="config">
|
|
354
|
+
<!-- <YourComponent /> -->
|
|
355
|
+
</FlagProvider>
|
|
356
|
+
</template>
|
|
357
|
+
\`\`\`
|
|
358
|
+
|
|
359
|
+
3\\. Check feature flag status
|
|
360
|
+
\`\`\`vue
|
|
361
|
+
<script setup lang="ts">
|
|
362
|
+
import { useFlag } from '@unleash/proxy-client-vue'
|
|
363
|
+
const enabled = useFlag('<YOUR_FLAG>')
|
|
364
|
+
<\/script>
|
|
365
|
+
|
|
366
|
+
<template>
|
|
367
|
+
<div>
|
|
368
|
+
{{ enabled ? 'Feature is enabled!' : 'Feature is disabled!' }}
|
|
369
|
+
</div>
|
|
370
|
+
</template>
|
|
371
|
+
\`\`\`
|
|
372
|
+
---
|
|
373
|
+
\`\`\`svelte
|
|
374
|
+
const config = {
|
|
375
|
+
url: '<YOUR_API_URL>',
|
|
376
|
+
clientKey: import.meta.env.VITE_UNLEASH_API_TOKEN,
|
|
377
|
+
appName: 'unleash-onboarding-vue',
|
|
378
|
+
}
|
|
379
|
+
\`\`\`
|
|
380
|
+
|
|
381
|
+
---
|
|
382
|
+
- [SDK repository with documentation](https://github.com/Unleash/proxy-client-vue)
|
|
383
|
+
- [Vue example with CodeSandbox](https://github.com/Unleash/unleash-sdk-examples/tree/main/Vue)
|
|
384
|
+
`,Ya=`1\\. Install the SDK
|
|
385
|
+
\`\`\`sh
|
|
386
|
+
flutter pub add unleash_proxy_client_flutter
|
|
387
|
+
\`\`\`
|
|
388
|
+
|
|
389
|
+
2\\. Run Unleash
|
|
390
|
+
\`\`\`dart
|
|
391
|
+
import 'package:unleash_proxy_client_flutter/unleash_proxy_client_flutter.dart';
|
|
392
|
+
import 'dart:async';
|
|
393
|
+
|
|
394
|
+
final unleash = UnleashClient(
|
|
395
|
+
url: Uri.parse('<YOUR_API_URL>'),
|
|
396
|
+
clientKey: '<YOUR_API_TOKEN>',
|
|
397
|
+
appName: 'unleash-onboarding-flutter');
|
|
398
|
+
|
|
399
|
+
unleash.start();
|
|
400
|
+
|
|
401
|
+
Timer.periodic(Duration(seconds: 1), (Timer timer) {
|
|
402
|
+
final flagStatus = unleash.isEnabled('<YOUR_FLAG>');
|
|
403
|
+
print('Flag is \${unleash.isEnabled("<YOUR_FLAG>") ? "enabled" : "disabled"}');
|
|
404
|
+
});
|
|
405
|
+
\`\`\`
|
|
406
|
+
---
|
|
407
|
+
\`\`\`dart
|
|
408
|
+
import 'package:unleash_proxy_client_flutter/unleash_proxy_client_flutter.dart';
|
|
409
|
+
import 'dart:async';
|
|
410
|
+
import 'dart:io';
|
|
411
|
+
|
|
412
|
+
final unleash = UnleashClient(
|
|
413
|
+
url: Uri.parse('<YOUR_API_URL>'),
|
|
414
|
+
clientKey: Platform.environment['UNLEASH_CLIENT_KEY']!,
|
|
415
|
+
appName: 'unleash-onboarding-flutter');
|
|
416
|
+
|
|
417
|
+
unleash.start();
|
|
418
|
+
\`\`\`
|
|
419
|
+
|
|
420
|
+
---
|
|
421
|
+
- [SDK repository with documentation](https://github.com/Unleash/unleash_proxy_client_flutter)
|
|
422
|
+
- [Flutter example with CodeSandbox](https://github.com/Unleash/unleash-sdk-examples/tree/main/Flutter)
|
|
423
|
+
- [A/B Testing in Flutter using Unleash and Mixpanel](https://docs.getunleash.io/feature-flag-tutorials/flutter/a-b-testing)
|
|
424
|
+
`,Ja=`1\\. Install the SDK
|
|
425
|
+
\`\`\`xml
|
|
426
|
+
<dependency>
|
|
427
|
+
<groupId>io.getunleash</groupId>
|
|
428
|
+
<artifactId>unleash-client-java</artifactId>
|
|
429
|
+
<version>LATEST</version>
|
|
430
|
+
</dependency>
|
|
431
|
+
\`\`\`
|
|
432
|
+
|
|
433
|
+
2\\. Run Unleash
|
|
434
|
+
\`\`\`java
|
|
435
|
+
UnleashConfig config = UnleashConfig.builder()
|
|
436
|
+
.appName("unleash-onboarding-java")
|
|
437
|
+
.instanceId("unleash-onboarding-instance")
|
|
438
|
+
.unleashAPI("<YOUR_API_URL>")
|
|
439
|
+
.apiKey("<YOUR_API_TOKEN>")
|
|
440
|
+
.sendMetricsInterval(5)
|
|
441
|
+
.build();
|
|
442
|
+
|
|
443
|
+
Unleash unleash = new DefaultUnleash(config);
|
|
444
|
+
|
|
445
|
+
while (true) {
|
|
446
|
+
boolean featureEnabled = unleash.isEnabled("<YOUR_FLAG>");
|
|
447
|
+
System.out.println("Feature enabled: " + featureEnabled);
|
|
448
|
+
Thread.sleep(1000);
|
|
449
|
+
}
|
|
450
|
+
\`\`\`
|
|
451
|
+
|
|
452
|
+
---
|
|
453
|
+
\`\`\`java
|
|
454
|
+
UnleashConfig config = UnleashConfig.builder()
|
|
455
|
+
.appName("unleash-onboarding-java")
|
|
456
|
+
.instanceId("unleash-onboarding-instance")
|
|
457
|
+
.unleashAPI("<YOUR_API_URL>")
|
|
458
|
+
.apiKey(System.getenv("UNLEASH_API_KEY"))
|
|
459
|
+
.build();
|
|
460
|
+
\`\`\`
|
|
461
|
+
|
|
462
|
+
---
|
|
463
|
+
- [SDK repository with documentation](https://github.com/Unleash/unleash-client-java)
|
|
464
|
+
- [Java SDK example with CodeSandbox](https://github.com/Unleash/unleash-sdk-examples/tree/main/Java)
|
|
465
|
+
- [How to Implement Feature Flags in Java](https://docs.getunleash.io/feature-flag-tutorials/java)
|
|
466
|
+
`,Qa=`1\\. Install the SDK
|
|
467
|
+
\`\`\`sh
|
|
468
|
+
dotnet add package unleash.client
|
|
469
|
+
// If you do not have a json library in your project:
|
|
470
|
+
dotnet add package Newtonsoft.Json
|
|
471
|
+
\`\`\`
|
|
472
|
+
|
|
473
|
+
2\\. Initialize Unleash
|
|
474
|
+
\`\`\`csharp
|
|
475
|
+
using Unleash;
|
|
476
|
+
using Unleash.ClientFactory;
|
|
477
|
+
|
|
478
|
+
public class Program
|
|
479
|
+
{
|
|
480
|
+
public static async Task Main()
|
|
481
|
+
{
|
|
482
|
+
var settings = new UnleashSettings()
|
|
483
|
+
{
|
|
484
|
+
AppName = "unleash-onboarding-dotnet",
|
|
485
|
+
UnleashApi = new Uri("<YOUR_API_URL>"),
|
|
486
|
+
SendMetricsInterval = TimeSpan.FromSeconds(5),
|
|
487
|
+
CustomHttpHeaders = new Dictionary<string, string>()
|
|
488
|
+
{
|
|
489
|
+
{"Authorization","<YOUR_API_TOKEN>"}
|
|
490
|
+
}
|
|
491
|
+
};
|
|
492
|
+
|
|
493
|
+
var unleash = new DefaultUnleash(settings);
|
|
494
|
+
|
|
495
|
+
while (true) {
|
|
496
|
+
Console.WriteLine($"Flag is enabled: {unleash.IsEnabled("<YOUR_FLAG>")}");
|
|
497
|
+
await Task.Delay(1000);
|
|
498
|
+
}
|
|
499
|
+
}
|
|
500
|
+
}
|
|
501
|
+
|
|
502
|
+
\`\`\`
|
|
503
|
+
|
|
504
|
+
---
|
|
505
|
+
\`\`\`csharp
|
|
506
|
+
var settings = new UnleashSettings()
|
|
507
|
+
{
|
|
508
|
+
AppName = "unleash-onboarding-dotnet",
|
|
509
|
+
UnleashApi = new Uri("<YOUR_API_URL>"),
|
|
510
|
+
CustomHttpHeaders = new Dictionary<string, string>()
|
|
511
|
+
{
|
|
512
|
+
{"Authorization",Environment.GetEnvironmentVariable("UNLEASH_API_KEY")}
|
|
513
|
+
}
|
|
514
|
+
};
|
|
515
|
+
\`\`\`
|
|
516
|
+
|
|
517
|
+
---
|
|
518
|
+
- [SDK repository with documentation](https://github.com/Unleash/unleash-client-dotnet)
|
|
519
|
+
- [.NET/C# SDK example with CodeSandbox](https://github.com/Unleash/unleash-sdk-examples/tree/main/Csharp)
|
|
520
|
+
`,Xa=`1\\. Install the SDK
|
|
521
|
+
\`\`\`sh
|
|
522
|
+
composer require unleash/client
|
|
523
|
+
\`\`\`
|
|
524
|
+
|
|
525
|
+
2\\. Initialize Unleash
|
|
526
|
+
\`\`\`php
|
|
527
|
+
<?php
|
|
528
|
+
|
|
529
|
+
use Unleash\\\\Client\\\\UnleashBuilder;
|
|
530
|
+
|
|
531
|
+
require 'vendor/autoload.php';
|
|
532
|
+
|
|
533
|
+
$unleash = UnleashBuilder::create()
|
|
534
|
+
->withAppName('unleash-onboarding-php')
|
|
535
|
+
->withAppUrl('<YOUR_API_URL>')
|
|
536
|
+
->withHeader('Authorization', '<YOUR_API_TOKEN>')
|
|
537
|
+
->withInstanceId('unleash-onboarding-instance')
|
|
538
|
+
->withMetricsInterval(5000)
|
|
539
|
+
->build();
|
|
540
|
+
|
|
541
|
+
while (true) {
|
|
542
|
+
echo 'Feature flag is: ' . $unleash->isEnabled('<YOUR_FLAG>') . PHP_EOL;
|
|
543
|
+
sleep(1);
|
|
544
|
+
}
|
|
545
|
+
\`\`\`
|
|
546
|
+
---
|
|
547
|
+
\`\`\`php
|
|
548
|
+
$unleash = UnleashBuilder::create()
|
|
549
|
+
->withAppName('unleash-onboarding-php')
|
|
550
|
+
->withAppUrl('<YOUR_API_URL>')
|
|
551
|
+
->withHeader('Authorization', getenv('UNLEASH_API_TOKEN'))
|
|
552
|
+
->withInstanceId('unleash-onboarding-instance')
|
|
553
|
+
->build();
|
|
554
|
+
\`\`\`
|
|
555
|
+
|
|
556
|
+
---
|
|
557
|
+
- [SDK repository with documentation](https://github.com/Unleash/unleash-client-php)
|
|
558
|
+
- [PHP SDK example with CodeSandbox](https://github.com/Unleash/unleash-sdk-examples/tree/main/PHP)
|
|
559
|
+
`,es=`1\\. Install the SDK
|
|
560
|
+
\`\`\`sh
|
|
561
|
+
npm install @unleash/proxy-client-react unleash-proxy-client
|
|
562
|
+
\`\`\`
|
|
563
|
+
|
|
564
|
+
2\\. Initialize Unleash
|
|
565
|
+
\`\`\`jsx
|
|
566
|
+
import { createRoot } from 'react-dom/client';
|
|
567
|
+
import { FlagProvider } from '@unleash/proxy-client-react';
|
|
568
|
+
|
|
569
|
+
const config = {
|
|
570
|
+
url: '<YOUR_API_URL>',
|
|
571
|
+
clientKey: '<YOUR_API_TOKEN>',
|
|
572
|
+
refreshInterval: 5, // In production use interval of >15s
|
|
573
|
+
appName: 'unleash-onboarding-react',
|
|
574
|
+
};
|
|
575
|
+
|
|
576
|
+
const root = createRoot(document.getElementById('root'));
|
|
577
|
+
|
|
578
|
+
root.render(
|
|
579
|
+
<React.StrictMode>
|
|
580
|
+
<FlagProvider config={config}>
|
|
581
|
+
<App />
|
|
582
|
+
</FlagProvider>
|
|
583
|
+
</React.StrictMode>
|
|
584
|
+
);
|
|
585
|
+
\`\`\`
|
|
586
|
+
|
|
587
|
+
3\\. Check feature flag status
|
|
588
|
+
\`\`\`jsx
|
|
589
|
+
import { useFlag } from '@unleash/proxy-client-react';
|
|
590
|
+
|
|
591
|
+
const TestComponent = () => {
|
|
592
|
+
const enabled = useFlag('<YOUR_FLAG>');
|
|
593
|
+
|
|
594
|
+
return enabled ? 'Flag is enabled' : 'Flag is disabled'
|
|
595
|
+
};
|
|
596
|
+
\`\`\`
|
|
597
|
+
---
|
|
598
|
+
\`\`\`jsx
|
|
599
|
+
const config = {
|
|
600
|
+
url: '<YOUR_API_URL>',
|
|
601
|
+
clientKey: process.env.UNLEASH_API_TOKEN,
|
|
602
|
+
appName: 'unleash-onboarding-react',
|
|
603
|
+
};
|
|
604
|
+
\`\`\`
|
|
605
|
+
|
|
606
|
+
---
|
|
607
|
+
- [SDK repository with documentation](https://github.com/Unleash/proxy-client-react)
|
|
608
|
+
- [React SDK example with CodeSandbox](https://github.com/Unleash/unleash-sdk-examples/tree/main/React)
|
|
609
|
+
- [https://docs.getunleash.io/feature-flag-tutorials/react](https://docs.getunleash.io/feature-flag-tutorials/react)
|
|
610
|
+
|
|
611
|
+
`,ts=`1\\. Install the SDK
|
|
612
|
+
\`\`\`sh
|
|
613
|
+
cargo add unleash-api-client --features async-std,reqwest,surf
|
|
614
|
+
cargo add serde --features derive
|
|
615
|
+
cargo add serde reqwest --features json
|
|
616
|
+
cargo add serde tokio --features full
|
|
617
|
+
cargo add serde anyhow cfg cfg-if enum-map@~2.0.0 surf
|
|
618
|
+
\`\`\`
|
|
619
|
+
|
|
620
|
+
2\\. Run Unleash
|
|
621
|
+
\`\`\`rust
|
|
622
|
+
use enum_map::Enum;
|
|
623
|
+
use serde::{Deserialize, Serialize};
|
|
624
|
+
use std::error::Error;
|
|
625
|
+
use std::time::Duration;
|
|
626
|
+
use tokio::time::sleep;
|
|
627
|
+
use unleash_api_client::client::ClientBuilder;
|
|
628
|
+
use unleash_api_client::Client;
|
|
629
|
+
|
|
630
|
+
#[derive(Debug, Deserialize, Serialize, Enum, Clone)]
|
|
631
|
+
enum Flags {
|
|
632
|
+
#[serde(rename = "<YOUR_FLAG>")]
|
|
633
|
+
TestFlag,
|
|
634
|
+
}
|
|
635
|
+
|
|
636
|
+
#[tokio::main]
|
|
637
|
+
async fn main() -> Result<(), Box<dyn Error + Send + Sync>> {
|
|
638
|
+
let client: Client<Flags, reqwest::Client> = ClientBuilder::default()
|
|
639
|
+
.interval(5000) // Polling & metrics interval - default 15000 (ms)
|
|
640
|
+
.into_client(
|
|
641
|
+
"<YOUR_API_URL>",
|
|
642
|
+
"unleash-onboarding-rust",
|
|
643
|
+
"unleash-onboarding-instance",
|
|
644
|
+
Some("<YOUR_API_TOKEN>".to_owned()),
|
|
645
|
+
)?;
|
|
646
|
+
client.register().await?;
|
|
647
|
+
|
|
648
|
+
let (_, _) = tokio::join!(client.poll_for_updates(), async {
|
|
649
|
+
sleep(Duration::from_millis(1000)).await;
|
|
650
|
+
|
|
651
|
+
let is_enabled = client.is_enabled(Flags::TestFlag, None, true);
|
|
652
|
+
println!("\\nIs flag enabled: {}\\n", is_enabled);
|
|
653
|
+
|
|
654
|
+
sleep(Duration::from_millis(5000)).await;
|
|
655
|
+
|
|
656
|
+
client.stop_poll().await;
|
|
657
|
+
Ok::<(), Box<dyn Error + Send + Sync>>(())
|
|
658
|
+
});
|
|
659
|
+
|
|
660
|
+
Ok(())
|
|
661
|
+
}
|
|
662
|
+
\`\`\`
|
|
663
|
+
---
|
|
664
|
+
\`\`\`rust
|
|
665
|
+
let api_token = env::var("UNLEASH_API_TOKEN").expect("UNLEASH_API_TOKEN environment variable not set");
|
|
666
|
+
|
|
667
|
+
let client: Client<Flags, reqwest::Client> = ClientBuilder::default()
|
|
668
|
+
.interval(5000) // Polling & metrics interval - default 15000 (ms)
|
|
669
|
+
.into_client(
|
|
670
|
+
"<YOUR_API_URL>",
|
|
671
|
+
"unleash-onboarding-rust",
|
|
672
|
+
"unleash-onboarding-instance",
|
|
673
|
+
Some(api_token.to_owned()),
|
|
674
|
+
)?;
|
|
675
|
+
client.register().await?;
|
|
676
|
+
\`\`\`
|
|
677
|
+
|
|
678
|
+
---
|
|
679
|
+
- [SDK repository with documentation](https://github.com/Unleash/unleash-client-rust)
|
|
680
|
+
- [Rust example with CodeSandbox](https://github.com/Unleash/unleash-sdk-examples/tree/main/Rust)
|
|
681
|
+
- [How to Implement Feature Flags in Rust](https://docs.getunleash.io/feature-flag-tutorials/rust)
|
|
682
|
+
`,ns=`1\\. Install the SDK
|
|
683
|
+
\`\`\`sh
|
|
684
|
+
// Instructions to add the Swift SDK can be found at the provided URL:
|
|
685
|
+
https://github.com/Unleash/unleash-proxy-client-swift.git
|
|
686
|
+
\`\`\`
|
|
687
|
+
|
|
688
|
+
2\\. Run Unleash
|
|
689
|
+
\`\`\`swift
|
|
690
|
+
import Foundation
|
|
691
|
+
import UnleashProxyClientSwift
|
|
692
|
+
|
|
693
|
+
var unleash = UnleashProxyClientSwift.UnleashClient(
|
|
694
|
+
unleashUrl: "<YOUR_API_URL>",
|
|
695
|
+
clientKey: "<YOUR_API_TOKEN>",
|
|
696
|
+
refreshInterval: 15,
|
|
697
|
+
appName: "unleash-onboarding-swift",
|
|
698
|
+
context: [:])
|
|
699
|
+
|
|
700
|
+
unleash.start()
|
|
701
|
+
|
|
702
|
+
Timer.scheduledTimer(withTimeInterval: 1.0, repeats: true) { _ in
|
|
703
|
+
print("Is enabled", unleash.isEnabled(name: "<YOUR_FLAG>"))
|
|
704
|
+
}
|
|
705
|
+
\`\`\`
|
|
706
|
+
`,k8={Android:Na,Go:Ma,JavaScript:za,"Node.js":Wa,Python:Ha,Ruby:qa,Svelte:Ka,Vue:Ga,Flutter:Ya,Java:Ja,".NET":Qa,PHP:Xa,React:es,Rust:ts,Swift:ns},as=o("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)})),ss=o(E1)(({theme:e})=>({position:"absolute",top:e.spacing(1),right:e.spacing(1)})),cs=({title:e,code:n})=>{const a=c=>()=>{_6(c),s({type:"success",title:"Copied to clipboard"})},{setToastData:s}=d1();return t.jsxs(as,{children:[n,t.jsx(ss,{title:e,arrow:!0,children:t.jsx(f1,{onClick:a(n),size:"small",children:t.jsx(P6,{})})})]})},e4=({inline:e=!1,children:n})=>!e&&typeof(n==null?void 0:n[0])=="string"?t.jsx(cs,{code:n[0],title:"Copy code"}):t.jsx("code",{children:n}),rs=o("div")(({theme:e})=>({padding:e.spacing(5,8,2,8),display:"flex",flexDirection:"column",gap:e.spacing(3)})),os=o("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)})),is=({sdk:e,apiKey:n,feature:a,onSdkChange:s})=>{var x;const{uiConfig:c}=X(),r=(x=w8.find(v=>v.name===e.name))==null?void 0:x.icon,l=`${c.unleashUrl}/api/`,d=`${c.unleashUrl}/api/frontend/`,p=e.type==="client"?l:d,h=(k8[e.name]||"").replace("<YOUR_API_TOKEN>",n).replace("<YOUR_API_URL>",p).replaceAll("<YOUR_FLAG>",a),[m,u,g]=h.split(`---
|
|
707
|
+
`);return t.jsxs(rs,{children:[t.jsx(A,{variant:"h2",children:"Connect an SDK to Unleash"}),t.jsxs(o0,{children:[t.jsx(i0,{active:2,steps:3}),t.jsx(Y1,{color:"secondary",children:"3/3 - Test connection"})]}),t.jsxs(y,{sx:{mt:2},children:[t.jsxs(os,{children:[r?t.jsx(j3,{variant:"circular",src:$2(r),alt:e.name}):null,t.jsx(z1,{onClick:s,component:"button",children:"Change SDK"})]}),t.jsx(E3,{children:"Setup the SDK"}),t.jsx(O2,{components:{code:e4},children:m})]})]})},ls=o("div")(({theme:e})=>({padding:e.spacing(5,8,2,8),display:"flex",flexDirection:"column",gap:e.spacing(3),fontSize:e.typography.body2.fontSize})),ds=({sdk:e})=>{const{uiConfig:n}=X(),a=`${n.unleashUrl}/api/`,s=`${n.unleashUrl}/api/frontend/`,c=e.type==="client"?a:s,r=(k8[e.name]||"").replaceAll("<YOUR_API_URL>",c),[l,d,p]=r.split(`---
|
|
708
|
+
`);return t.jsxs(ls,{children:[t.jsx(A,{variant:"h2",children:"Connect an SDK to Unleash"}),t.jsxs(o0,{children:[t.jsx(i0,{active:2,steps:3}),t.jsx(Y1,{color:"secondary",children:"3/3 - Test connection"})]}),d!=null&&d.trim()?t.jsxs(y,{sx:{mt:2},children:[t.jsx(E3,{children:"Production settings"}),t.jsx(A,{variant:"body2",children:"In order to validate the connection, we changed some settings that you might want to revert. We recommend the following default settings."}),t.jsx(O2,{components:{code:e4},children:d})]}):null,p!=null&&p.trim()?t.jsxs(y,{children:[t.jsx(E3,{children:"Additional resources"}),t.jsx(A,{variant:"body2",children:"Now that we’ve validated the connection, you might want to look into more advanced use cases and examples:"}),t.jsx(O2,{components:{code:e4},children:p})]}):null]})},hs=({sdk:e,apiKey:n,feature:a,onSdkChange:s})=>t.jsx(i.Suspense,{fallback:t.jsx(le,{}),children:a?t.jsx(is,{sdk:e,apiKey:n,feature:a,onSdkChange:s}):t.jsx(ds,{sdk:e})}),ps=o("main")(({theme:e})=>({backgroundColor:e.palette.background.paper,display:"flex",flexDirection:"column",flex:1})),us=o(O6)(({theme:e})=>({"& .MuiDialog-paper":{borderRadius:e.shape.borderRadiusLarge,maxWidth:e.spacing(170),width:"100%",backgroundColor:"transparent"},padding:0,"& .MuiPaper-root > section":{overflowX:"hidden"}})),R5=o("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)})),P5=o("div")(({theme:e})=>({display:"flex",justifyContent:"flex-end",gap:e.spacing(4),alignItems:"center",padding:e.spacing(3,8,3,8)})),ms=({open:e,onClose:n,onFinish:a,environments:s,project:c,feature:r})=>{const l=r1(),d=g1(l.breakpoints.up("lg")),[p,h]=i.useState(null),[m,u]=i.useState(null),[g,x]=i.useState(null),[v,b]=i.useState("select-sdk"),{project:f}=R1(c,{refreshInterval:1e3}),j=v==="select-sdk",w=v==="generate-api-key"&&p&&m,T=v==="test-connection"&&p&&m&&g,R=f.onboardingStatus.status==="onboarded";return i.useEffect(()=>{s.length>0&&u(s[0])},[JSON.stringify(s)]),t.jsx(us,{open:e,onClose:n,children:t.jsxs(y,{sx:{display:"flex"},children:[t.jsxs(ps,{children:[j?t.jsx(Aa,{onSelect:I=>{h(I),b("generate-api-key")}}):null,w?t.jsx(wa,{environments:s,environment:m,project:c,sdkType:p.type,onEnvSelect:u,onApiKey:x}):null,T?t.jsx(hs,{apiKey:g,sdk:p,feature:r,onSdkChange:()=>{b("select-sdk")}}):null,v==="generate-api-key"?t.jsx(R5,{children:t.jsxs(P5,{children:[t.jsx(t1,{variant:"text",color:"inherit",onClick:()=>{b("select-sdk")},children:"Back"}),t.jsx(t1,{variant:"contained",disabled:!g,onClick:()=>{b("test-connection")},children:"Next"})]})}):null,T?t.jsx(R5,{children:t.jsxs(P5,{children:[R?null:t.jsx(t1,{variant:"text",color:"inherit",onClick:()=>{b("generate-api-key")},children:"Back"}),t.jsx(t1,{variant:"contained",onClick:a,children:"Complete"})]})}):null]}),d&&j?t.jsx(Ra,{}):null,d&&w?t.jsx(Ia,{}):null,d&&T?t.jsx(Ua,{projectId:c,sdk:p.name,environment:m}):null]})})},vs=o("div")(({theme:e})=>({display:"flex",flexDirection:"row",gap:e.spacing(2),alignItems:"center",fontSize:e.spacing(1.75),fontWeight:"bold"})),gs=o(Q)({fontWeight:"bold",textDecoration:"none"}),xs="https://github.com/Unleash/unleash-sdk-examples/tree/main",fs=()=>{const e=w8.map(c=>({key:c.name,label:c.name})),[n,a]=Y0("onboarding-sdk-example",e[0].key),s=c=>{a(c.target.value)};return t.jsxs(t.Fragment,{children:[t.jsx(vs,{children:"View SDK Example"}),t.jsx(A,{children:"Choose your preferred SDK to view an example"}),t.jsx(x4,{id:"sdk-select",name:"sdk",options:e,value:n,onChange:s,style:{width:"60%"}}),t.jsx(gs,{to:`${xs}/${n}`,target:"_blank",children:"Go to example"})]})},js=o("div")(({theme:e})=>({display:"flex",flexDirection:"column",backgroundColor:e.palette.background.paper,flexBasis:"70%",borderRadius:e.shape.borderRadiusLarge})),ys=o("div")(({theme:e})=>({padding:e.spacing(2,7,2,7),borderBottom:"1px solid",borderColor:e.palette.divider,minHeight:"80px"})),bs=o("div")(({theme:e})=>({display:"flex",flexGrow:1})),S0=o("div")(({theme:e})=>({flexBasis:"50%",padding:e.spacing(3,2,6,8),display:"flex",gap:e.spacing(3),flexDirection:"column"})),O4=o("div")(({theme:e})=>({display:"flex",flexDirection:"row",gap:e.spacing(2),alignItems:"center",fontSize:e.spacing(1.75),fontWeight:"bold"})),V4=o("span")(({theme:e})=>({width:"28px",height:"28px",display:"flex",alignItems:"center",justifyContent:"center",backgroundColor:e.palette.neutral.border,borderRadius:"50%"})),Ss=o(V4)(({theme:e})=>({backgroundColor:e.palette.primary.main,color:e.palette.background.paper})),Cs=o("div")(({theme:e})=>({display:"flex",flexDirection:"column",gap:e.spacing(3),height:"100%"})),Zs=o("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)})),ws=o("div")(({theme:e})=>({display:"flex",flexDirection:"row",justifyContent:"space-between",alignItems:"center"})),Es=({projectId:e,setConnectSdkOpen:n,setOnboardingFlow:a})=>{const{project:s}=R1(e),c=s.onboardingStatus.status==="first-flag-created",r=()=>{a("closed")};return t.jsxs(js,{children:[t.jsxs(ys,{children:[t.jsxs(ws,{children:[t.jsx(A,{fontWeight:"bold",children:"Welcome to your project"}),t.jsx(E1,{title:"Close",arrow:!0,children:t.jsx(f1,{onClick:r,size:"small",children:t.jsx(Y2,{})})})]}),t.jsx(A,{variant:"body2",children:"Complete the steps below to start working with this project"})]}),t.jsxs(bs,{children:[t.jsx(S0,{children:s.onboardingStatus.status==="first-flag-created"?t.jsx(Ts,{}):t.jsx(As,{projectId:e})}),t.jsxs(S0,{children:[t.jsxs(O4,{children:[t.jsx(V4,{children:"2"}),"Connect an SDK"]}),t.jsx(A,{children:"Your project is not yet connected to any SDK. To start using your feature flag, connect an SDK to the project."}),t.jsx(X2,{onClick:()=>{n(!0)},maxWidth:"200px",projectId:e,Icon:P3,disabled:!c,permission:[I1,q6],children:"Connect SDK"})]}),t.jsx(S0,{children:t.jsx(fs,{})})]})]})},As=({projectId:e})=>{const{refetch:n}=R1(e);return t.jsxs(t.Fragment,{children:[t.jsxs(O4,{children:[t.jsx(V4,{children:"1"}),"Create a feature flag"]}),t.jsxs(A,{children:[t.jsx("div",{children:"The project currently holds no feature flags."}),t.jsx("div",{children:"Create one to get started."})]}),t.jsx(y8,{text:"Create flag",skipNavigationOnComplete:!0,onSuccess:n})]})},Ts=()=>t.jsxs(Cs,{children:[t.jsxs(O4,{children:[t.jsx(Ss,{children:"✓"}),"Create a feature flag"]}),t.jsxs(Zs,{children:[t.jsx(A,{fontWeight:"bold",variant:"body2",children:"Congratulations! You have created your first flag"}),t.jsx(A,{variant:"body2",children:"Click into the flag below to customize the flag further"})]})]}),ks=o("div")(({theme:e})=>({display:"flex",flexDirection:"column",backgroundColor:e.palette.background.paper,flexBasis:"70%",borderRadius:e.shape.borderRadiusLarge})),Is=o("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"})),Rs=o("div")(({theme:e})=>({display:"flex",flexGrow:1})),C0=o("div")(({theme:e})=>({flexBasis:"50%",padding:e.spacing(3,2,6,8),display:"flex",gap:e.spacing(3),flexDirection:"column"})),Z0=o("div")(({theme:e})=>({display:"flex",flexDirection:"row",gap:e.spacing(2),alignItems:"center",fontSize:e.spacing(1.75),fontWeight:"bold"})),Ps=o("div")(({theme:e})=>({display:"flex",flexDirection:"column",justifyContent:"space-between"})),Ds=o(p3)(({theme:e})=>({backgroundColor:e.palette.primary.main,color:e.palette.background.paper,borderRadius:"50%",padding:e.spacing(.5),width:"28px",height:"28px"})),_s=o(de)(({theme:e})=>({color:e.palette.primary.main})),Fs=o(he)(({theme:e})=>({color:e.palette.primary.main})),$s=({projectId:e,onClose:n})=>t.jsxs(ks,{children:[t.jsxs(Is,{children:[t.jsx(Ds,{}),t.jsxs(Ps,{children:[t.jsx(A,{fontWeight:"bold",children:"Setup completed"}),t.jsx(A,{variant:"body2",children:"Next steps"})]}),t.jsx(E1,{title:"Close",arrow:!0,sx:{ml:"auto"},children:t.jsx(f1,{onClick:n,size:"small",children:t.jsx(Y2,{})})})]}),t.jsxs(Rs,{children:[t.jsxs(C0,{children:[t.jsx(Z0,{children:"Expose your feature flag to users"}),t.jsxs(A,{children:["You can have fine grained control over who is exposed to your feature flag by leveraging"," ",t.jsx(Q,{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."]})]}),t.jsxs(C0,{children:[t.jsxs(Z0,{children:[t.jsx(_s,{}),"Add members to your project"]}),t.jsxs(A,{children:["Unleash is best when collaborating with your co-workers."," ",t.jsx(Q,{className:"unleash-action-button",to:`/projects/${e}/settings/access`,children:"Add your co-workers to the project"}),"."]})]}),t.jsxs(C0,{children:[t.jsxs(Z0,{children:[t.jsx(Fs,{}),"Learn about unleash"]}),t.jsxs(A,{children:["Take a deep dive through our documentation,"," ",t.jsx(Q,{className:"unleash-action-button",to:"https://docs.getunleash.io/unleash-academy/foundational",target:"_blank",rel:"noopener noreferrer",children:"starting with the foundations of Unleash"}),"."]})]})]})]}),w0=e=>`environment:${e}`,Q1=J6(),Os=e=>e.name,Vs=o("div")(({theme:e})=>({display:"flex",flexDirection:"column",gap:e.spacing(2)})),Bs=({environments:e})=>{const n=t3("onboardingUI"),a=z("projectId"),{project:s}=R1(a),[c,r]=i.useState(!1),{features:l,total:d,refetch:p,loading:h,initialLoad:m,tableState:u,setTableState:g}=S8(a),{onFlagTypeClick:x,onTagClick:v,onAvatarClick:b}=la(u,g),f={tag:u.tag,createdAt:u.createdAt,type:u.type,state:u.state,createdBy:u.createdBy},{favorite:j,unfavorite:w}=pe(),T=i.useCallback(async U=>{U!=null&&U.favorite?await w(a,U.name):await j(a,U.name),p()},[a,p]),{isChangeRequestConfigured:R}=R3(a),{onToggle:I,modals:E}=u9(a),{rowActionsDialogs:F,setFeatureArchiveState:D,setFeatureStaleDialogState:$,setShowMarkCompletedDialogue:L}=qn(p,a),_=!!(m||h&&d),[N,H]=Y0(`onboarding-flow:v1-${a}`,"visible"),[P,O]=Y0(`onboarding-state:v1-${a}`,"hide-setup"),G=!n||n&&s.onboardingStatus.status==="onboarded"||N==="closed",k=n&&s.onboardingStatus.status!=="onboarded"&&N==="visible",Z=d!==void 0&&d>0||G,S=i.useMemo(()=>[Q1.display({id:"select",header:({table:U})=>t.jsx(l5,{title:"Select all rows",checked:U==null?void 0:U.getIsAllRowsSelected(),onChange:U==null?void 0:U.getToggleAllRowsSelectedHandler()}),cell:({row:U})=>t.jsx(l5,{title:"Select row",checked:U==null?void 0:U.getIsSelected(),onChange:U==null?void 0:U.getToggleSelectedHandler()}),meta:{width:"1%"},enableHiding:!1}),Q1.accessor("favorite",{id:"favorite",header:()=>t.jsx(ue,{isActive:u.favoritesFirst,onClick:()=>g({favoritesFirst:!u.favoritesFirst})}),cell:({row:{original:U}})=>t.jsx(me,{value:U==null?void 0:U.favorite,onClick:()=>T(U)}),enableSorting:!1,enableHiding:!1,meta:{align:"center",width:"1%"}}),Q1.accessor("name",{id:"name",header:"Name",cell:ia(v,x),enableHiding:!1,meta:{width:"50%"}}),Q1.accessor("createdAt",{id:"createdAt",header:"Created",cell:t0,meta:{width:"1%"}}),Q1.accessor("createdBy",{id:"createdBy",header:"By",cell:ma(b),enableSorting:!1,meta:{width:"1%",align:"center"}}),Q1.accessor("lastSeenAt",{id:"lastSeenAt",header:"Last seen",cell:({row:{original:U}})=>t.jsx(ve,{feature:U,"data-loading":!0}),size:50,meta:{align:"center",width:"1%"}}),Q1.accessor("lifecycle",{id:"lifecycle",header:"Lifecycle",cell:({row:{original:U}})=>t.jsx(ge,{feature:U,onComplete:()=>{L({featureId:U.name,open:!0})},onUncomplete:p,onArchive:()=>D(U.name),"data-loading":!0}),enableSorting:!1,size:50,meta:{align:"center",width:"1%"}}),...e.map(U=>{const j1=R(U);return Q1.accessor(K=>{var y1,Y;return{featureId:K.name,environment:(y1=K.environments)==null?void 0:y1.find(C1=>C1.name===U),someEnabledEnvironmentHasVariants:((Y=K.environments)==null?void 0:Y.some(C1=>C1.variantCount&&C1.variantCount>0&&C1.enabled))||!1}},{id:w0(U),header:U,meta:{align:"center",width:90},cell:({getValue:K})=>{const{featureId:y1,environment:Y,someEnabledEnvironmentHasVariants:C1}=K();return _?t.jsx(Nn,{}):t.jsx(Un,{value:(Y==null?void 0:Y.enabled)||!1,featureId:y1,someEnabledEnvironmentHasVariants:C1,environment:Y,projectId:a,environmentName:U,isChangeRequestEnabled:j1,refetch:p,onFeatureToggleSwitch:I})}})}),Q1.display({id:"actions",header:"",cell:({row:U})=>t.jsx(tn,{row:U,projectId:a,onOpenArchiveDialog:D,onOpenStaleDialog:$}),enableSorting:!1,enableHiding:!1,meta:{align:"right",width:"1%"}})],[a,e,u.favoritesFirst,p,_]),B=i.useMemo(()=>Array(u.limit).fill(null).map((U,j1)=>({id:j1,type:"-",name:`Feature name ${j1}`,description:"",createdAt:new Date().toISOString(),createdBy:{id:0,name:"",imageUrl:""},dependencyType:null,favorite:!1,impressionData:!1,project:"project",segments:[],stale:!1,environments:[{name:"development",enabled:!1,type:"development"},{name:"production",enabled:!1,type:"production"}]})),[u.limit]),q=h2(_),M=i.useMemo(()=>_?B:l,[_,JSON.stringify(l)]),m1=i.useMemo(()=>S.map(U=>U.id).filter(Boolean),[S]),v1=Wn(m1),A1=K6(G6(u,g,{columns:S,data:M,enableRowSelection:!0,state:{columnVisibility:v1},getRowId:Os})),{columnVisibility:s1,rowSelection:T1}=A1.getState(),k1=i.useCallback(U=>{const j1=s1[U],K={...s1,[U]:!j1};g({columns:Object.keys(K).filter(y1=>K[y1]&&!y1.includes(","))})},[s1,g]),J1=Kn(l,T1);return t.jsxs(Vs,{children:[t.jsx(C,{condition:k,show:t.jsx(Es,{projectId:a,setConnectSdkOpen:r,setOnboardingFlow:H})}),t.jsx(C,{condition:P==="show-setup"&&!k,show:t.jsx($s,{projectId:a,onClose:()=>{O("hide-setup")}})}),t.jsx(C,{condition:Z,show:t.jsx(p1,{disableLoading:!0,disablePadding:!0,header:t.jsx(Bn,{isLoading:m,totalItems:d,searchQuery:u.query||"",onChangeSearchQuery:U=>{g({query:U})},dataToExport:M,environmentsToExport:e,actions:t.jsx(un,{columns:[{header:"Name",id:"name",isVisible:s1.name,isStatic:!0},{header:"Created",id:"createdAt",isVisible:s1.createdAt},{header:"By",id:"createdBy",isVisible:s1.createdBy},{header:"Last seen",id:"lastSeenAt",isVisible:s1.lastSeenAt},{header:"Lifecycle",id:"lifecycle",isVisible:s1.lifecycle},{id:"divider"},...e.map(U=>({header:U,id:w0(U),isVisible:s1[w0(U)]}))],onToggle:k1})}),bodyClass:"noop",style:{cursor:"inherit"},children:t.jsxs("div",{ref:q,"aria-busy":_,"aria-live":"polite",children:[t.jsx(zn,{project:a,onChange:g,state:f}),t.jsx(f3,{value:u.query||"",children:t.jsx(Y6,{tableInstance:A1,totalItems:d})}),t.jsx(C,{condition:!M.length&&!_,show:t.jsx(Hn,{query:u.query||""})}),F,E]})})}),t.jsx(ms,{open:c,onClose:()=>{r(!1)},onFinish:()=>{r(!1),O("show-setup")},project:a,environments:e,feature:"feature"in s.onboardingStatus?s.onboardingStatus.feature:void 0}),t.jsx(xe,{count:J1.length,children:t.jsx(En,{selectedIds:Object.keys(T1),data:J1,projectId:a,onResetSelection:A1.resetRowSelection,onChange:p})})]})},D5={applied:0,approved:0,rejected:0,scheduled:0,reviewRequired:0,total:0},I8=e=>{const{isEnterprise:n}=X(),{data:a,error:s,mutate:c}=n0(!!e&&n(),D5,x1(`api/admin/projects/${e}/change-requests/count`),Ls);return{data:a||D5,loading:!s&&!a,refetchChangeRequestConfig:c,error:s}},Ls=e=>fetch(e).then(D1("Request changes")).then(n=>n.json()),Us=o(y)(({theme:e})=>({margin:"0",textAlign:"center",backgroundColor:e.palette.background.paper,borderRadius:e.shape.borderRadiusLarge,width:"100%",padding:e.spacing(1,3.25),display:"flex",alignItems:"center",flexWrap:"wrap",gap:e.spacing(2),fontSize:e.fontSizes.smallBody})),R8=o(y)(({theme:e})=>({borderRadius:"8px",padding:e.spacing(1,2),display:"flex",gap:e.spacing(2),justifyContent:"space-between",alignItems:"center",whiteSpace:"nowrap"})),Ns=o(R8)(({theme:e})=>({background:e.palette.success.light})),Ms=o(R8)(({theme:e})=>({background:e.palette.secondary.light})),_5=o(A)(({theme:e})=>({fontSize:e.spacing(2),fontWeight:e.fontWeight.bold})),zs=({project:e})=>{const{isChangeRequestConfiguredInAnyEnv:n}=R3(e),{data:a}=I8(e);if(!n())return null;const s=a.scheduled+a.approved,c=a.reviewRequired;return t.jsxs(Us,{children:[t.jsx(y,{children:"Open change requests"}),t.jsxs(Ns,{children:[t.jsx("span",{children:"To be applied"}),t.jsx(_5,{children:s})]}),t.jsxs(Ms,{children:[t.jsx("span",{children:"To be reviewed"}),t.jsx(_5,{children:c})]}),t.jsx(Q,{to:`/projects/${e}/change-requests`,children:"View change requests"})]})},Ws=e=>{const n=`api/admin/projects/${e}/sdks/outdated`,{data:a,refetch:s,loading:c,error:r}=v4(x1(n),()=>g4(x1(n),"Outdated SDKs"),{refreshInterval:60*1e3});return{data:a||{sdks:[]},refetch:s,error:r}},Hs=o("ul")({margin:0}),qs=({project:e})=>{const{data:{sdks:n}}=Ws(e),{trackEvent:a}=w1(),s=l=>{a("sdk-banner",{props:{eventType:"banner application clicked",sdkVersion:l}})},c=()=>{a("sdk-banner",{props:{eventType:"banner clicked"}})},r={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:t.jsx(t.Fragment,{children:n.map(l=>t.jsxs("div",{children:[t.jsx("span",{children:l.sdkVersion}),t.jsx(Hs,{children:l.applications.map(d=>t.jsx("li",{onClick:()=>{s(l.sdkVersion)},onKeyDown:()=>{s(l.sdkVersion)},children:t.jsx(Q,{to:`/applications/${d}`,children:d})},d))})]},l.sdkVersion))})};return t.jsx(t.Fragment,{children:t.jsx(C,{condition:n.length>0,show:t.jsx(fe,{banner:r,inline:!0})})})},Ks=15*1e3,Gs=o("div")(({theme:e})=>({display:"flex",gap:e.spacing(2),[e.breakpoints.down("md")]:{flexDirection:"column"}})),Ys=o("div")(()=>({width:"100%",minWidth:0})),Js=o(y)(({theme:e})=>({display:"flex",flexDirection:"column",gap:e.spacing(2),width:"100%",minWidth:0})),Qs=()=>{const e=z("projectId"),n=V1(e),a=t3("outdatedSdksBanner"),{project:s}=R1(e,{refreshInterval:Ks});_1(`Project overview – ${n}`);const{setLastViewed:c}=je();return i.useEffect(()=>{c(e)},[e,c]),t.jsx(Gs,{children:t.jsxs(Js,{children:[t.jsx(zs,{project:e}),t.jsx(C,{condition:a,show:t.jsx(qs,{project:e})}),t.jsx(Ys,{children:t.jsx(Bs,{environments:s.environments.map(r=>r.environment)})})]})},e)},Xs=(e,n)=>{const a=x1(`api/admin/projects/${e}/health-report`),{data:s,error:c}=x3(a,ec,n),r=i.useCallback(()=>{Q6(a).catch(console.warn)},[a]);return{healthReport:s,refetchHealthReport:r,loading:!c&&!s,error:c}},ec=e=>fetch(e).then(D1("Health report")).then(n=>n.json());var B4={},tc=K1;Object.defineProperty(B4,"__esModule",{value:!0});var U2=B4.default=void 0,nc=tc(q1()),ac=t,sc=(0,nc.default)((0,ac.jsx)("path",{d:"M12 5.99 19.53 19H4.47L12 5.99M12 2 1 21h22L12 2zm1 14h-2v2h2v-2zm0-6h-2v4h2v-4z"}),"ReportProblemOutlined");U2=B4.default=sc;const cc=o(y)(({theme:e})=>({display:"flex",alignItems:"center",color:e.palette.success.dark,"& svg":{color:e.palette.success.main}})),F5=o(y)(({theme:e})=>({display:"flex",alignItems:"center",color:e.palette.warning.dark,"& svg":{color:e.palette.warning.main}})),rc=o(a3)(({theme:e})=>({padding:e.spacing(4),marginBottom:e.spacing(2),borderRadius:e.shape.borderRadiusLarge,boxShadow:"none",display:"flex",justifyContent:"space-between",[e.breakpoints.down("md")]:{flexDirection:"column",gap:e.spacing(2)}})),E0=o("h2")(({theme:e})=>({fontSize:e.fontSizes.mainHeader,marginBottom:e.spacing(1),justifyItems:"center",display:"flex"})),oc=o("p")(({theme:e})=>({fontSize:"2rem",fontWeight:e.fontWeight.bold})),ic=o("p")(({theme:e})=>({color:e.palette.text.secondary})),$5=o("ul")(({theme:e})=>({listStyleType:"none",margin:0,padding:0,"& svg":{marginRight:e.spacing(1)}})),O5=o("p")(({theme:e})=>({marginLeft:e.spacing(4)})),lc=({healthReport:e})=>{const n=e.health<50?"error.main":e.health<75?"warning.main":"success.main",a=()=>t.jsx(W1,{title:t.jsxs(t.Fragment,{children:["If your flag exceeds the expected lifetime of its flag type it will be marked as potentially stale.",t.jsx(y,{sx:{mt:2},children:t.jsx("a",{href:"https://docs.getunleash.io/reference/technical-debt#stale-and-potentially-stale-toggles",target:"_blank",rel:"noreferrer",children:"Read more in the documentation"})})]}),children:t.jsx(ye,{sx:{color:s=>s.palette.text.secondary,ml:1}})});return t.jsxs(rc,{children:[t.jsxs(y,{children:[t.jsx(E0,{children:"Health rating"}),t.jsx(C,{condition:e.health>-1,show:t.jsxs(t.Fragment,{children:[t.jsxs(oc,{sx:{color:n},children:[e.health,"%"]}),t.jsxs(ic,{children:["Last updated:"," ",t.jsx(f4,{date:e.updatedAt,refresh:!1})]})]})})]}),t.jsxs(y,{children:[t.jsx(E0,{children:"Flag report"}),t.jsxs($5,{children:[t.jsx("li",{children:t.jsx(C,{condition:!!e.activeCount,show:t.jsxs(cc,{children:[t.jsx(p3,{}),t.jsxs("span",{children:[e.activeCount," active flags"]})]})})}),t.jsx(C,{condition:!!e.activeCount,show:t.jsx(O5,{children:"Also includes potentially stale flags."})}),t.jsx("li",{children:t.jsx(C,{condition:!!e.staleCount,show:t.jsxs(F5,{children:[t.jsx(U2,{}),t.jsxs("span",{children:[e.staleCount," stale flags"]})]})})})]})]}),t.jsxs(y,{sx:{flexBasis:"40%"},children:[t.jsxs(E0,{children:["Potential actions"," ",t.jsx("span",{children:t.jsx(a,{})})]}),t.jsx($5,{children:t.jsx("li",{children:t.jsx(C,{condition:!!e.potentiallyStaleCount,show:t.jsxs(F5,{children:[t.jsx(U2,{}),t.jsxs("span",{children:[e.potentiallyStaleCount," ","potentially stale flags"]})]})})})}),t.jsx(C,{condition:!!e.potentiallyStaleCount,show:t.jsxs(t.Fragment,{children:[t.jsx(O5,{children:"Review your feature flags and delete unused flags."}),t.jsx(y,{sx:{mt:2},children:t.jsx(z1,{component:Q,to:"/feature-toggle-type",children:"Configure feature types lifetime"})})]}),elseShow:t.jsx("span",{children:"No action is required"})})]})]})},dc=({row:e})=>t.jsx(_3,{title:e.original.name||"",subtitle:e.original.description||"",to:e.original.project&&e.original.name?`/projects/${e.original.project}/features/${e.original.name}`:void 0}),hc=({row:e})=>{const n=r1();return e.original.expiredAt?t.jsx(t0,{value:e.original.expiredAt}):t.jsx(a1,{children:t.jsx(A,{variant:"body2",color:n.palette.text.secondary,children:"N/A"})})},pc=o("span")(({theme:e})=>({display:"flex",gap:"1ch",alignItems:"center",color:e.palette.warning.dark,"& svg":{color:e.palette.warning.main}})),uc=o("span")(({theme:e})=>({display:"flex",gap:"1ch",alignItems:"center",color:e.palette.success.dark,"& svg":{color:e.palette.success.main}})),mc=({row:e})=>e.original.status==="potentially-stale"?t.jsx(a1,{children:t.jsxs(pc,{children:[t.jsx(U2,{}),t.jsx("span",{children:"Potentially stale"})]})}):t.jsx(a1,{children:t.jsxs(uc,{children:[t.jsx(p3,{}),t.jsx("span",{children:"Healthy"})]})}),P8=(e,n)=>Math.abs(be(e,n)),D8=(e,n)=>{var a;return n.lifetimeDays?e>=((a=n==null?void 0:n.lifetimeDays)==null?void 0:a.valueOf()):!1},vc=(e,n)=>{const{type:a,createdAt:s}=e,c=n.find(p=>p.id===a),r=X6(s),d=P8(r,new Date);return c&&D8(d,c)&&a!==e8&&a!==t8?"potentially-stale":"healthy"},gc=(e,n)=>{var p;const{type:a,createdAt:s}=e,c=n.find(h=>h.id===a);if(c&&(c.name===e8||c.name===t8))return;const r=X6(s),l=new Date,d=P8(r,l);if(c&&D8(d,c)){const h=d-(((p=c==null?void 0:c.lifetimeDays)==null?void 0:p.valueOf())||0);return Se(l,h).toISOString()}},xc=({projectId:e,features:n})=>{const a=r1(),s=g1(a.breakpoints.down("sm")),c=g1(a.breakpoints.down("md")),r=g1(a.breakpoints.down("lg"));X();const{featureTypes:l}=p4(),d=i.useMemo(()=>n.map(j=>({project:e,name:j.name,type:j.type,stale:j.stale,environments:j.environments,status:vc(j,l),lastSeenAt:j.lastSeenAt,createdAt:j.createdAt,expiredAt:gc(j,l)})),[e,n,l]),p=i.useMemo(()=>({hiddenColumns:[],sortBy:[{id:"createdAt",desc:!0}]}),[]),h=i.useMemo(()=>[{Header:"Seen",accessor:"lastSeenAt",Cell:({value:j,row:{original:w}})=>t.jsx(Ce,{feature:w}),align:"center",maxWidth:80},{Header:"Type",accessor:"type",align:"center",Cell:Ze,disableGlobalFilter:!0,maxWidth:85},{Header:"Name",accessor:"name",sortType:"alphanumeric",Cell:dc,minWidth:120},{Header:"Created",accessor:"createdAt",Cell:t0,disableGlobalFilter:!0,maxWidth:150},{Header:"Expired",accessor:"expiredAt",Cell:hc,disableGlobalFilter:!0,maxWidth:150},{Header:"Status",id:"status",accessor:"status",Cell:mc,disableGlobalFilter:!0,width:180},{Header:"State",accessor:"stale",sortType:"boolean",Cell:we,disableGlobalFilter:!0,maxWidth:120}],[]),{headerGroups:m,rows:u,prepareRow:g,state:{globalFilter:x},setGlobalFilter:v,setHiddenColumns:b}=l1.useTable({columns:h,data:d,initialState:p,sortTypes:F3,autoResetGlobalFilter:!1,autoResetHiddenColumns:!1,autoResetSortBy:!1,disableSortRemove:!0},l1.useGlobalFilter,l1.useFlexLayout,l1.useSortBy);$3([{condition:s,columns:["stale"]},{condition:c,columns:["expiredAt","lastSeenAt"]},{condition:r,columns:["createdAt"]}],b,h);const f=u.length<d.length?`Feature flags (${u.length} of ${d.length})`:`Feature flags (${d.length})`;return t.jsxs(p1,{header:t.jsx(c1,{title:f,actions:t.jsx(F1,{initialValue:x,onChange:v})}),children:[t.jsx(f3,{value:x,children:t.jsx(a0,{headerGroups:m,prepareRow:g,rows:u})}),t.jsx(C,{condition:u.length===0,show:t.jsx(C,{condition:(x==null?void 0:x.length)>0,show:t.jsxs(Z1,{children:["No feature flags found matching “",x,"”"]}),elseShow:t.jsx(Z1,{children:"No feature flags available. Get started by adding a new feature flag."})})})]})},fc=()=>{const e=z("projectId"),n=V1(e);_1(`Project health – ${n}`);const{healthReport:a,refetchHealthReport:s,error:c}=Xs(e,{refreshInterval:15*1e3});return a?t.jsxs("div",{children:[t.jsx(C,{condition:!!c,show:t.jsx(I6,{"data-loading":!0,style:{maxWidth:"500px",marginTop:"1rem"},onClick:s,text:`Could not fetch health rating for ${e}`})}),t.jsx(lc,{healthReport:a}),t.jsx(xc,{projectId:e,features:a.features})]}):null},jc=()=>{const e=z("projectId");return t.jsx(Ee,{title:"Event Log",project:e})},L4=(e,n)=>{const{data:a,error:s,mutate:c}=x3(x1(`api/admin/projects/${e}/change-requests/${n}`),yc,{refreshInterval:15e3});return{data:a,loading:!s&&!a,refetchChangeRequest:()=>c(),error:s}},yc=e=>fetch(e).then(D1("Request changes")).then(n=>n.json()),bc=o(a3)(({theme:e})=>({padding:e.spacing(3,4),borderRadius:`${e.shape.borderRadiusLarge}px`}));o(y)(({theme:e})=>({display:"flex",alignItems:"center",marginBottom:e.spacing(2)}));const Sc=o(y)(({theme:e})=>({display:"flex",alignItems:"center"})),Cc=o(A)(({theme:e})=>({display:"flex",alignItems:"center",marginRight:e.spacing(1),fontSize:e.fontSizes.mainHeader})),Zc=o(Ae)(({theme:e})=>({padding:e.spacing(.75,1.5),backgroundColor:e.palette.background.elevation2})),U4=o(p2)(({theme:e})=>({height:"24px",width:"24px",marginInline:0})),wc=({changeRequest:e})=>{var s,c;const[n,a]=i.useState(e.title);return t.jsxs(bc,{elevation:0,children:[t.jsx(Te,{environmentChangeRequest:e,title:n,setTitle:a,children:t.jsx(Cc,{variant:"h1",sx:{mr:1.5},children:n})}),t.jsxs(Sc,{children:[t.jsx(n8,{changeRequest:e}),t.jsxs(A,{variant:"body2",sx:r=>({margin:r.spacing("auto",0,"auto",2)}),children:["Created ",t.jsx(f4,{date:e.createdAt})," by"]}),t.jsx(y,{sx:r=>({marginLeft:r.spacing(1)}),children:t.jsx(E1,{title:(s=e==null?void 0:e.createdBy)==null?void 0:s.username,children:t.jsx(U4,{user:e==null?void 0:e.createdBy})})}),t.jsx(A,{variant:"body2",sx:r=>({marginLeft:r.spacing(.5)}),children:(c=e==null?void 0:e.createdBy)==null?void 0:c.username}),t.jsx(y,{sx:r=>({marginLeft:r.spacing(1.5)}),children:t.jsx(Zc,{variant:"outlined",children:t.jsxs(A,{variant:"body2",sx:{lineHeight:1},children:["Environment:"," ",t.jsx(A,{display:"inline",fontWeight:"bold",variant:"body2",component:"span",children:e==null?void 0:e.environment})," ",t.jsx(ke,{}),"Updates:",t.jsx(Ie,{featuresCount:e.features.length,segmentsCount:e.segments.length})]})})})]})]})},N2=i.createContext({});function Ec(e){return O3("MuiTimeline",e)}y3("MuiTimeline",["root","positionLeft","positionRight","positionAlternate","positionAlternateReverse"]);function H3(e){return e==="alternate-reverse"?"positionAlternateReverse":`position${s0(e)}`}const Ac=["position","className"],Tc=e=>{const{position:n,classes:a}=e,s={root:["root",n&&H3(n)]};return U3(s,Ec,a)},kc=o("ul",{name:"MuiTimeline",slot:"Root",overridesResolver:(e,n)=>{const{ownerState:a}=e;return[n.root,a.position&&n[H3(a.position)]]}})({display:"flex",flexDirection:"column",padding:"6px 16px",flexGrow:1}),_8=i.forwardRef(function(n,a){const s=V3({props:n,name:"MuiTimeline"}),{position:c="right",className:r}=s,l=B3(s,Ac),d=S1({},s,{position:c}),p=Tc(d),h=i.useMemo(()=>({position:c}),[c]);return t.jsx(N2.Provider,{value:h,children:t.jsx(kc,S1({className:L3(p.root,r),ownerState:d,ref:a},l))})});function Ic(e){return O3("MuiTimelineContent",e)}const Rc=y3("MuiTimelineContent",["root","positionLeft","positionRight","positionAlternate","positionAlternateReverse"]),Pc=["className"],Dc=e=>{const{position:n,classes:a}=e,s={root:["root",H3(n)]};return U3(s,Ic,a)},_c=o(A,{name:"MuiTimelineContent",slot:"Root",overridesResolver:(e,n)=>{const{ownerState:a}=e;return[n.root,n[H3(a.position)]]}})(({ownerState:e})=>S1({flex:1,padding:"6px 16px",textAlign:"left"},e.position==="left"&&{textAlign:"right"})),N4=i.forwardRef(function(n,a){const s=V3({props:n,name:"MuiTimelineContent"}),{className:c}=s,r=B3(s,Pc),{position:l}=i.useContext(N2),d=S1({},s,{position:l||"right"}),p=Dc(d);return t.jsx(_c,S1({component:"div",className:L3(p.root,c),ownerState:d,ref:a},r))}),Fc=y3("MuiTimelineOppositeContent",["root","positionLeft","positionRight","positionAlternate","positionAlternateReverse"]);function $c(e){return O3("MuiTimelineItem",e)}const F8=y3("MuiTimelineItem",["root","positionLeft","positionRight","positionAlternate","positionAlternateReverse","missingOppositeContent"]),Oc=["position","className"],Vc=e=>{const{position:n,classes:a,hasOppositeContent:s}=e,c={root:["root",H3(n),!s&&"missingOppositeContent"]};return U3(c,$c,a)},Bc=o("li",{name:"MuiTimelineItem",slot:"Root",overridesResolver:(e,n)=>{const{ownerState:a}=e;return[n.root,n[H3(a.position)]]}})(({ownerState:e})=>S1({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",[`& .${Rc.root}`]:{textAlign:"right"},[`& .${Fc.root}`]:{textAlign:"left"}}},!e.hasOppositeContent&&{"&::before":{content:'""',flex:1,padding:"6px 16px"}})),X3=i.forwardRef(function(n,a){const s=V3({props:n,name:"MuiTimelineItem"}),{position:c,className:r}=s,l=B3(s,Oc),{position:d}=i.useContext(N2);let p=!1;i.Children.forEach(s.children,g=>{Re(g,["TimelineOppositeContent"])&&(p=!0)});const h=S1({},s,{position:c||d||"right",hasOppositeContent:p}),m=Vc(h),u=i.useMemo(()=>({position:h.position}),[h.position]);return t.jsx(N2.Provider,{value:u,children:t.jsx(Bc,S1({className:L3(m.root,r),ownerState:h,ref:a},l))})});function Lc(e){return O3("MuiTimelineSeparator",e)}y3("MuiTimelineSeparator",["root"]);const Uc=["className"],Nc=e=>{const{classes:n}=e;return U3({root:["root"]},Lc,n)},Mc=o("div",{name:"MuiTimelineSeparator",slot:"Root",overridesResolver:(e,n)=>n.root})({display:"flex",flexDirection:"column",flex:0,alignItems:"center"}),e2=i.forwardRef(function(n,a){const s=V3({props:n,name:"MuiTimelineSeparator"}),{className:c}=s,r=B3(s,Uc),l=s,d=Nc(l);return t.jsx(Mc,S1({className:L3(d.root,c),ownerState:l,ref:a},r))});function zc(e){return O3("MuiTimelineDot",e)}y3("MuiTimelineDot",["root","filled","outlined","filledGrey","outlinedGrey","filledPrimary","outlinedPrimary","filledSecondary","outlinedSecondary"]);const Wc=["className","color","variant"],Hc=e=>{const{color:n,variant:a,classes:s}=e,c={root:["root",a,n!=="inherit"&&`${a}${s0(n)}`]};return U3(c,zc,s)},qc=o("span",{name:"MuiTimelineDot",slot:"Root",overridesResolver:(e,n)=>{const{ownerState:a}=e;return[n.root,n[a.color!=="inherit"&&`${a.variant}${s0(a.color)}`],n[a.variant]]}})(({ownerState:e,theme:n})=>S1({display:"flex",alignSelf:"baseline",borderStyle:"solid",borderWidth:2,padding:4,borderRadius:"50%",boxShadow:(n.vars||n).shadows[1],margin:"11.5px 0"},e.variant==="filled"&&S1({borderColor:"transparent"},e.color!=="inherit"&&S1({},e.color==="grey"?{color:(n.vars||n).palette.grey[50],backgroundColor:(n.vars||n).palette.grey[400]}:{color:(n.vars||n).palette[e.color].contrastText,backgroundColor:(n.vars||n).palette[e.color].main})),e.variant==="outlined"&&S1({boxShadow:"none",backgroundColor:"transparent"},e.color!=="inherit"&&S1({},e.color==="grey"?{borderColor:(n.vars||n).palette.grey[400]}:{borderColor:(n.vars||n).palette[e.color].main})))),M4=i.forwardRef(function(n,a){const s=V3({props:n,name:"MuiTimelineDot"}),{className:c,color:r="grey",variant:l="filled"}=s,d=B3(s,Wc),p=S1({},s,{color:r,variant:l}),h=Hc(p);return t.jsx(qc,S1({className:L3(h.root,c),ownerState:p,ref:a},d))});function Kc(e){return O3("MuiTimelineConnector",e)}y3("MuiTimelineConnector",["root"]);const Gc=["className"],Yc=e=>{const{classes:n}=e;return U3({root:["root"]},Kc,n)},Jc=o("span",{name:"MuiTimelineConnector",slot:"Root",overridesResolver:(e,n)=>n.root})(({theme:e})=>({width:2,backgroundColor:(e.vars||e).palette.grey[400],flexGrow:1})),z4=i.forwardRef(function(n,a){const s=V3({props:n,name:"MuiTimelineConnector"}),{className:c}=s,r=B3(s,Gc),l=s,d=Yc(l);return t.jsx(Jc,S1({className:L3(d.root,c),ownerState:l,ref:a},r))}),Qc=o(a3)(({theme:e})=>({marginTop:e.spacing(2),borderRadius:`${e.shape.borderRadiusLarge}px`})),Xc=o(y)(({theme:e})=>({padding:e.spacing(2),marginBottom:`-${e.spacing(4)}`})),er=o(y)(({theme:e})=>({display:"flex",flexDirection:"row",alignItems:"flex-end"})),tr=o(_8)(()=>({[`& .${F8.root}:before`]:{flex:0,padding:0}})),nr=["Draft","In review","Approved","Applied"],ar=["Draft","In review","Rejected"],sr=["Draft","In review","Approved","Scheduled","Applied"],cr=(e,n,a,s)=>e==="Cancelled"?"grey":e==="Rejected"?a==="Rejected"?"error":"success":n!==-1&&n>=s?"success":n+1===s?"primary":"grey",rr=({state:e,schedule:n})=>{let a;switch(e){case"Rejected":a=ar;break;case"Scheduled":a=sr;break;default:a=nr}const s=a.findIndex(c=>c===e);return t.jsx(Qc,{elevation:0,children:t.jsx(Xc,{children:t.jsx(tr,{children:a.map((c,r)=>{if(n&&c==="Scheduled")return lr(n);const l=cr(e,s,c,r);let d={};return s+1===r&&!(e==="Cancelled"&&c==="Draft")&&(d={variant:"outlined"}),or(l,c,r<a.length-1,d)})})})})},or=(e,n,a,s={})=>t.jsxs(X3,{children:[t.jsxs(e2,{children:[t.jsx(M4,{color:e,...s}),a&&t.jsx(z4,{})]}),t.jsx(N4,{children:n})]},n),ir=(e,n)=>{switch(e.status){case"suspended":return{title:"Schedule suspended",subtitle:`was ${n}`,color:"grey",reason:t.jsx(W1,{title:e.reason,arrow:!0,children:t.jsx(V2,{color:"disabled",fontSize:"small"})})};case"failed":return{title:"Schedule failed",subtitle:`at ${n}`,color:"error",reason:t.jsx(W1,{title:`Schedule failed because of ${e.reason||e.failureReason}`,arrow:!0,children:t.jsx(V2,{color:"error",fontSize:"small"})})};default:return{title:"Scheduled",subtitle:`for ${n}`,color:"warning",reason:null}}},lr=e=>{const{locationSettings:n}=N3(),a=M3(new Date(e.scheduledAt),n==null?void 0:n.locale),{title:s,subtitle:c,color:r,reason:l}=ir(e,a);return t.jsxs(X3,{children:[t.jsxs(e2,{children:[t.jsx(M4,{color:r}),t.jsx(z4,{})]}),t.jsxs(N4,{children:[s,t.jsxs(er,{children:[t.jsx(A,{color:"text.secondary",sx:{mr:1},children:`(${c})`}),l]})]})]},s)};var W4={},dr=K1;Object.defineProperty(W4,"__esModule",{value:!0});var $8=W4.default=void 0,hr=dr(q1()),V5=t,pr=(0,hr.default)([(0,V5.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,V5.jsx)("path",{d:"M12.5 7H11v6l5.25 3.15.75-1.23-4.5-2.67z"},"1")],"Schedule");$8=W4.default=pr;const H4=()=>e=>e!=="color"&&e!=="sx"&&e!=="approved"&&e!=="border"&&e!=="bgColor"&&e!=="svgColor",H1=o(y)(({theme:e})=>({display:"flex",alignItems:"center"})),O8=o(j4)(({theme:e})=>({color:e.palette.error.main,height:"35px",width:"35px",marginRight:e.spacing(1)})),B5=o(j4)(({theme:e})=>({color:e.palette.warning.main,height:"35px",width:"35px",marginRight:e.spacing(1)})),M2=o(a8)(({theme:e})=>({color:e.palette.success.main,height:"35px",width:"35px",marginRight:e.spacing(1)})),ur=o($8)(({theme:e})=>({color:e.palette.warning.main,height:"35px",width:"35px",marginRight:e.spacing(1)})),mr=o(V2)(({theme:e})=>({color:e.palette.error.main,height:"35px",width:"35px",marginRight:e.spacing(1)})),vr=o(Pe)(({theme:e})=>({color:e.palette.text.secondary,height:"35px",width:"35px",marginRight:e.spacing(1)})),gr=o(u2)(({theme:e})=>({color:e.palette.text.secondary,height:"24px",width:"24px"})),xr=o(y)(({theme:e})=>({display:"flex",marginTop:e.spacing(2)})),fr=o(y,{shouldForwardProp:H4()})(({theme:e,bgColor:n,svgColor:a})=>({borderRadius:`${e.shape.borderRadiusMedium}px`,backgroundColor:n,padding:e.spacing(1,2),marginRight:e.spacing(2),height:"45px",width:"45px",display:"flex",alignItems:"center",justifyContent:"center",svg:{color:a}})),q4=o(k3)(({theme:e})=>({margin:e.spacing(2.5,0)})),jr=o(y,{shouldForwardProp:H4()})(({theme:e,border:n})=>({borderRadius:`${e.shape.borderRadiusLarge}px`,border:n,padding:e.spacing(3),width:"100%"})),$1=o(A,{shouldForwardProp:H4()})(({theme:e,color:n})=>({fontWeight:"bold",color:n})),yr=o(y)({display:"flex",flexDirection:"row",justifyContent:"space-between",width:"100%"}),l0=()=>Intl.DateTimeFormat().resolvedOptions().timeZone,br=(e,n)=>e==="Approved"||e==="Scheduled"?`2px solid ${n.palette.success.main}`:e==="Applied"?`2px solid ${n.palette.primary.main}`:`1px solid ${n.palette.divider}`,Sr=(e,n)=>e==="Approved"?{bgColor:n.palette.success.main,svgColor:n.palette.background.paper}:e==="Applied"?{bgColor:n.palette.primary.main,svgColor:n.palette.background.paper}:{bgColor:n.palette.background.elevation2,svgColor:n.palette.neutral.main},Cr=({changeRequest:e,onEditClick:n})=>{const a=r1();return t.jsxs(xr,{children:[t.jsx(fr,{...Sr(e.state,a),children:t.jsx(De,{style:{transform:"scale(1.5)"}})}),t.jsx(jr,{sx:{backgroundColor:e.state==="In review"?a.palette.warning.light:"initial"},border:br(e.state,a),children:t.jsx(Zr,{changeRequest:e,onEditClick:n})})]})},Zr=({changeRequest:e,onEditClick:n})=>{const{state:a}=e;if(!a)return null;if(a==="Approved")return t.jsx(wr,{});if(a==="Applied")return t.jsx(Ar,{});if(a==="Cancelled")return t.jsx(Dr,{});if(a==="Rejected")return t.jsx(_r,{});if(a==="Scheduled"){const{schedule:s}=e;return t.jsx(kr,{schedule:s,onEditClick:n})}return t.jsx(Er,{minApprovals:e.minApprovals})},wr=()=>{const e=r1();return t.jsxs(t.Fragment,{children:[t.jsxs(H1,{children:[t.jsx(M2,{}),t.jsxs(y,{children:[t.jsx($1,{color:e.palette.success.dark,children:"Changes approved"}),t.jsx(A,{children:"One approving review from requested approvers"})]})]}),t.jsx(q4,{}),t.jsxs(H1,{children:[t.jsx(M2,{}),t.jsx(y,{children:t.jsx($1,{color:e.palette.success.dark,children:"Changes are ready to be applied"})})]})]})},Er=({minApprovals:e})=>{const n=r1();return t.jsxs(t.Fragment,{children:[t.jsxs(H1,{children:[t.jsx(B5,{}),t.jsxs(y,{children:[t.jsx($1,{color:n.palette.warning.dark,children:"Review required"}),t.jsxs(A,{children:["At least ",e," approval(s) must be submitted before changes can be applied"]})]})]}),t.jsx(q4,{}),t.jsxs(H1,{children:[t.jsx(B5,{}),t.jsx($1,{color:n.palette.warning.dark,children:"Apply changes is blocked"})]})]})},Ar=()=>{const e=r1();return t.jsx(t.Fragment,{children:t.jsxs(H1,{children:[t.jsx(M2,{sx:{color:e.palette.primary.main}}),t.jsx(y,{children:t.jsx($1,{color:e.palette.primary.main,children:"Changes applied"})})]})})},Tr=o(f1)({maxWidth:"32px",maxHeight:"32px"}),kr=({schedule:e,onEditClick:n})=>{const a=r1();if(!e)return null;const s=(()=>{switch(e.status){case"pending":return t.jsx(Pr,{schedule:e});case"failed":return t.jsx(Ir,{schedule:e});case"suspended":return t.jsx(Rr,{schedule:e});default:return null}})();return t.jsxs(t.Fragment,{children:[t.jsxs(H1,{children:[t.jsx(M2,{}),t.jsxs(y,{children:[t.jsx($1,{color:a.palette.success.dark,children:"Changes approved"}),t.jsx(A,{children:"One approving review from requested approvers"})]})]}),t.jsx(q4,{}),t.jsxs(yr,{children:[s,t.jsx(Tr,{onClick:n,children:t.jsx(gr,{})})]})]})},Ir=({schedule:e})=>{const n=r1(),a=l0(),{locationSettings:s}=N3(),c=M3(new Date(e==null?void 0:e.scheduledAt),s==null?void 0:s.locale);return t.jsxs(H1,{children:[t.jsx(mr,{}),t.jsxs(y,{children:[t.jsxs($1,{color:n.palette.error.main,children:["Changes failed to be applied on ",c," because of"," ",e.reason??e.failureReason]}),t.jsxs(A,{children:["Your timezone is ",a]})]})]})},Rr=({schedule:e})=>{const n=r1(),a=l0(),{locationSettings:s}=N3(),c=M3(new Date(e==null?void 0:e.scheduledAt),s==null?void 0:s.locale);return t.jsxs(H1,{children:[t.jsx(vr,{}),t.jsxs(y,{children:[t.jsxs($1,{color:n.palette.text.secondary,children:["The change request is suspended for the following reason:"," ",e.reason]}),t.jsxs($1,{color:n.palette.text.secondary,children:["It will not be applied on ",c,"."]}),t.jsxs(A,{children:["Your timezone is ",a]})]})]})},Pr=({schedule:e})=>{const n=r1(),a=l0(),{locationSettings:s}=N3(),c=M3(new Date(e==null?void 0:e.scheduledAt),s==null?void 0:s.locale);return t.jsxs(H1,{children:[t.jsx(ur,{}),t.jsxs(y,{children:[t.jsxs($1,{color:n.palette.warning.dark,children:["Changes are scheduled to be applied on: ",c]}),t.jsxs(A,{children:["Your timezone is ",a]})]})]})},Dr=()=>{const e=r1();return t.jsx(t.Fragment,{children:t.jsxs(H1,{children:[t.jsx(O8,{}),t.jsx(y,{children:t.jsx($1,{color:e.palette.error.main,children:"Changes cancelled"})})]})})},_r=()=>{const e=r1();return t.jsx(t.Fragment,{children:t.jsxs(H1,{children:[t.jsx(O8,{}),t.jsx(y,{children:t.jsx($1,{color:e.palette.error.main,children:"Changes rejected"})})]})})},V8=({disabled:e,children:n,actions:a,permission:s,projectId:c,ariaLabel:r,environmentId:l})=>{const[d,p]=i3.useState(!1),h=i3.useRef(null),m=()=>{p(x=>!x)},u=x=>{var v;(v=h.current)!=null&&v.contains(x.target)||p(!1)},g=h.current?h.current.offsetWidth:null;return t.jsxs(i3.Fragment,{children:[t.jsx(b3,{variant:"contained",disabled:e,"aria-controls":d?"review-options-menu":void 0,"aria-expanded":d?"true":void 0,"aria-label":r,"aria-haspopup":"menu",onClick:m,ref:h,endIcon:t.jsx(_e,{}),permission:s,projectId:c,environmentId:l,children:n}),t.jsx(s8,{sx:{zIndex:1,width:g},open:d,anchorEl:h.current,transition:!0,disablePortal:!0,children:({TransitionProps:x,placement:v})=>t.jsx(Fe,{...x,style:{transformOrigin:v==="bottom"?"center top":"center bottom"},children:t.jsx(a3,{className:"dropdown-outline",children:t.jsx(c8,{onClickAway:u,children:t.jsx(d2,{id:"review-options-menu",autoFocusItem:!0,children:a.map(({label:b,onSelect:f,icon:j})=>t.jsxs(L1,{disabled:e,onClick:f,children:[t.jsx(U1,{children:j}),t.jsx(N1,{children:b})]},`MenuItem-${b}`))})})})})})]})},Fr=({disabled:e,onReject:n,onApprove:a,children:s})=>{const{isAdmin:c}=i.useContext(s3),r=z("projectId"),l=z("id"),{user:d}=r8(),{data:p}=L4(r,l),h=(p==null?void 0:p.createdBy.id)===(d==null?void 0:d.id),m=e||h&&!c;return t.jsx(V8,{permission:$e,disabled:m,actions:[{label:"Approve",onSelect:a,icon:t.jsx(p3,{fontSize:"small"})},{label:"Reject",onSelect:n,icon:t.jsx(Oe,{fontSize:"small"})}],environmentId:p==null?void 0:p.environment,projectId:r,ariaLabel:"review or reject changes",children:s})},$r=o(y)(({theme:e})=>({display:"flex",marginTop:e.spacing(2)})),Or=o(a3)(({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})),Vr=o(y)(({theme:e})=>({display:"flex",borderBottom:"1px solid",borderColor:e.palette.divider,paddingBottom:e.spacing(1.5)})),Br=({comment:e})=>t.jsxs($r,{children:[t.jsx(Ve,{user:e.createdBy}),t.jsxs(Or,{variant:"outlined",children:[t.jsx(Vr,{children:t.jsxs(y,{children:[t.jsx("strong",{children:e.createdBy.username})," ",t.jsxs(A,{color:"text.secondary",component:"span",children:["commented ",t.jsx(f4,{date:e.createdAt})]})]})}),t.jsx(y,{sx:{paddingTop:2.5},children:t.jsx(O2,{children:e.text})})]})]}),B8=o(y)(({theme:e})=>({display:"flex",alignItems:"center",flexWrap:"wrap",marginTop:e.spacing(1.5),gap:e.spacing(1)})),Lr=o(a8)(({theme:e})=>({color:e.palette.success.main,marginLeft:"auto"})),Ur=o(j4)(({theme:e})=>({color:e.palette.error.main,marginLeft:"auto"})),L8=o(A)({maxWidth:"170px",textOverflow:"ellipsis",overflow:"hidden",whiteSpace:"nowrap",color:"text.primary"}),Nr=({name:e,imageUrl:n})=>t.jsxs(B8,{children:[t.jsx(U4,{user:{name:e,imageUrl:n}}),t.jsx(L8,{variant:"body1",children:e}),t.jsx(Lr,{})]}),Mr=({name:e,imageUrl:n})=>t.jsxs(B8,{children:[t.jsx(U4,{user:{name:e,imageUrl:n}}),t.jsx(L8,{variant:"body1",children:e}),t.jsx(Ur,{})]}),zr=({rejections:e=[]})=>t.jsxs(t.Fragment,{children:[t.jsx(A,{variant:"body1",color:"text.secondary",children:"Rejected by"}),e.map(n=>t.jsx(Mr,{name:n.createdBy.username||"Unknown user",imageUrl:n.createdBy.imageUrl},n.createdBy.username))]}),Wr=({approvals:e=[]})=>t.jsxs(t.Fragment,{children:[t.jsx(A,{variant:"body1",color:"text.secondary",children:t.jsx(C,{condition:(e==null?void 0:e.length)>0,show:"Approved by",elseShow:"No approvals yet"})}),e.map(n=>t.jsx(Nr,{name:n.createdBy.username||"Unknown user",imageUrl:n.createdBy.imageUrl},n.createdBy.username))]}),Hr=o(y)(({theme:e})=>({marginBottom:e.spacing(2)})),qr=({actualApprovals:e,minApprovals:n})=>t.jsxs(t.Fragment,{children:["Reviewers"," ",t.jsxs(A,{component:"span",color:"text.secondary",children:["(",e,"/",n," required)"]})]}),Kr=({header:e,children:n})=>t.jsxs(a3,{elevation:0,sx:a=>({marginTop:a.spacing(2),padding:a.spacing(4),borderRadius:s=>`${s.shape.borderRadiusLarge}px`}),children:[t.jsx(Hr,{children:e}),n]}),Gr=({changeRequest:e})=>t.jsx(Kr,{header:t.jsx(qr,{actualApprovals:e.approvals.length,minApprovals:e.minApprovals}),children:t.jsx(C,{condition:e.state==="Rejected",show:t.jsx(zr,{rejections:e.rejections}),elseShow:t.jsx(Wr,{approvals:e.approvals})})}),Yr=({open:e,onConfirm:n,onClose:a,disabled:s=!1})=>{const[c,r]=i.useState("");return t.jsxs(O1,{open:e,primaryButtonText:"Reject changes",secondaryButtonText:"Cancel",onClick:()=>n(c),disabledPrimaryButton:s,onClose:a,title:"Reject changes",fullWidth:!0,children:[t.jsx(y,{children:"Add an optional comment why you reject those changes"}),t.jsx(c3,{sx:{mt:1},variant:"outlined",placeholder:"Add your comment here",fullWidth:!0,multiline:!0,minRows:2,onChange:l=>r(l.target.value),value:c})]})};var K4={},Jr=K1;Object.defineProperty(K4,"__esModule",{value:!0});var U8=K4.default=void 0,Qr=Jr(q1()),Xr=t,eo=(0,Qr.default)((0,Xr.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");U8=K4.default=eo;const L5=({disabled:e,onSchedule:n,onApply:a,variant:s="create",children:c})=>{const r=z("projectId"),l=z("id"),{data:d}=L4(r,l);return t.jsx(V8,{permission:y4,disabled:e,actions:[{label:"Apply changes",onSelect:a,icon:t.jsx(p3,{fontSize:"small"})},{label:s==="create"?"Schedule changes":"Update schedule",onSelect:n,icon:t.jsx(U8,{fontSize:"small"})}],environmentId:d==null?void 0:d.environment,projectId:r,ariaLabel:"apply or schedule changes",children:c})},to=o(h1)(({theme:e})=>({marginBottom:e.spacing(2),backgroundColor:`${e.palette.neutral.light}!important`,color:`${e.palette.text.primary}!important`,borderColor:`${e.palette.neutral.light}!important`})),N8=({open:e,onConfirm:n,onClose:a,title:s,primaryButtonText:c,disabled:r,message:l,scheduledTime:d,permissionButton:p})=>d?t.jsxs(O1,{title:s,primaryButtonText:c,disabledPrimaryButton:r,secondaryButtonText:"Cancel",open:e,onClose:a,onClick:()=>n(),permissionButton:p,fullWidth:!0,children:[t.jsxs(to,{icon:!1,children:["There is a scheduled time to apply these changes set for"," ",t.jsxs("strong",{children:[t.jsx("br",{}),`${new Date(d).toLocaleString()}`]})]}),t.jsx(A,{variant:"body1",children:l})]}):null,no=({projectId:e,environment:n,disabled:a,onConfirm:s,...c})=>t.jsx(N8,{message:"Applying the changes now means the scheduled time will be ignored",title:"Apply changes",primaryButtonText:"Apply changes now",onConfirm:s,permissionButton:t.jsx(b3,{variant:"contained",onClick:()=>s(),projectId:e,permission:y4,environmentId:n,disabled:a,children:"Apply changes now"}),...c}),ao=({...e})=>t.jsx(N8,{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}),so=o(y)(({theme:e})=>({display:"flex",flexDirection:"row",alignItems:"center",gap:e.spacing(2)})),co=({open:e,onConfirm:n,onClose:a,title:s,primaryButtonText:c,projectId:r,environment:l,disabled:d,scheduledAt:p})=>{const[h,m]=i.useState(p?new Date(p):new Date),[u,g]=i.useState(void 0),x=l0();return t.jsxs(O1,{title:s,primaryButtonText:c,disabledPrimaryButton:d,secondaryButtonText:"Cancel",open:e,onClose:()=>a(),onClick:()=>n(h),permissionButton:t.jsx(b3,{variant:"contained",onClick:()=>n(h),projectId:r,permission:y4,environmentId:l,disabled:d,children:c}),fullWidth:!0,children:[t.jsx(h1,{severity:"info",sx:{mb:v=>v.spacing(2)},children:"The time shown below is based on your browser's time zone."}),t.jsx(A,{variant:"body1",sx:{mb:v=>v.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."}),t.jsxs(so,{children:[t.jsx(Be,{label:"Date",value:h,onChange:v=>{g(void 0),v<new Date&&g(`The time you provided (${v.toLocaleString()}) is not valid because it's in the past. Please select a time in the future.`),m(v)},min:new Date,error:!!u,errorText:u,required:!0}),t.jsxs(A,{variant:"body2",children:["Your browser's time zone is ",x]})]})]})},ro=o(y)(({theme:e})=>({width:"30%",display:"flex",flexDirection:"column",[e.breakpoints.down("sm")]:{width:"100%"}})),oo=o(a3)(({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%"}})),io=o(y)(({theme:e})=>({marginTop:e.spacing(3),display:"flex",justifyContent:"flex-end"})),lo=o(y)(({theme:e})=>({padding:e.spacing(2)})),A0=o(t1)(({theme:e})=>({marginLeft:e.spacing(2)})),ho=o(y)(({theme:e})=>({display:"flex",[e.breakpoints.down("sm")]:{flexDirection:"column"}})),po=()=>{var U,j1;const e=z("projectId"),[n,a]=i.useState(!1),[s,c]=i.useState(!1),[r,l]=i.useState(!1),[d,p]=i.useState(!1),[h,m]=i.useState(!1),{user:u}=r8(),{isAdmin:g}=i.useContext(s3),[x,v]=i.useState(""),b=z("id"),{data:f,refetchChangeRequest:j}=L4(e,b),{changeState:w,addComment:T}=J2(),{refetch:R}=Q2(e),{setToastData:I,setToastApiError:E}=d1(),{isChangeRequestConfiguredForReview:F}=R3(e),[D,$]=i.useState(!1),L=B1();if(!f)return null;const _=F(f.environment),N=()=>{switch(f.state){case"Scheduled":return`${f.state} ${f.schedule.status}`;default:return f.state}},H=async()=>{try{$(!0),await w(e,Number(b),N(),{state:"Applied"}),p(!1),await j(),R(),I({type:"success",title:"Success",text:"Changes applied"})}catch(K){E(o1(K))}finally{$(!1)}},P=async K=>{try{$(!0),await w(e,Number(b),N(),{state:"Scheduled",scheduledAt:K.toISOString()}),l(!1),j(),R(),I({type:"success",title:"Success",text:"Changes scheduled"})}catch(y1){E(o1(y1))}finally{$(!1)}},O=async()=>{try{$(!0),await T(e,b,x),v(""),await j(),I({type:"success",title:"Success",text:"Comment added"})}catch(K){E(o1(K))}finally{$(!1)}},G=async()=>{try{$(!0),await w(e,Number(b),N(),{state:"Cancelled"}),a(!1),await j(),R(),I({type:"success",title:"Success",text:"Changes cancelled"})}catch(K){E(o1(K))}finally{$(!1)}},k=async K=>{try{$(!0),await w(e,Number(b),N(),{state:"Rejected",comment:K}),c(!1),await j(),I({type:"success",title:"Success",text:"Changes rejected"}),R()}catch(y1){E(o1(y1))}finally{$(!1)}},Z=async()=>{try{$(!0),await w(e,Number(b),N(),{state:"Approved"}),await j(),R(),I({type:"success",title:"Success",text:"Changes approved"})}catch(K){E(o1(K))}finally{$(!1)}},S=()=>a(!0),B=()=>a(!1),q=()=>c(!1),M=()=>p(!1),m1=()=>l(!1),v1=()=>m(!1),A1=(f==null?void 0:f.createdBy.id)===(u==null?void 0:u.id)&&f.state==="In review"&&!g,s1=(U=f.approvals)==null?void 0:U.some(K=>K.createdBy.id===(u==null?void 0:u.id)),T1=Le(f),k1="schedule"in f?f.schedule.scheduledAt:void 0,J1=f.state==="Scheduled"?{state:"Scheduled",schedule:f.schedule}:{state:f.state,schedule:void 0};return t.jsxs(t.Fragment,{children:[t.jsx(wc,{changeRequest:f}),t.jsxs(ho,{children:[t.jsxs(ro,{children:[t.jsx(rr,{...J1}),t.jsx(Gr,{changeRequest:f})]}),t.jsx(oo,{elevation:0,children:t.jsxs(lo,{children:["Requested Changes (",T1,")",t.jsx(Ue,{changeRequest:f,onRefetch:j}),(j1=f.comments)==null?void 0:j1.map(K=>t.jsx(Br,{comment:K},K.id)),t.jsx(Ne,{user:u,commentText:x,onTypeComment:v,children:t.jsx(t1,{variant:"outlined",onClick:O,disabled:!_||x.trim().length===0||x.trim().length>1e3||D,children:"Comment"})}),t.jsx(C,{condition:A1,show:t.jsx(h1,{sx:K=>({marginTop:K.spacing(1.5)}),severity:"info",children:"You can not approve your own change request"})}),t.jsx(Cr,{changeRequest:f,onEditClick:()=>l(!0)}),t.jsxs(io,{children:[t.jsx(C,{condition:f.state==="In review"&&!s1,show:t.jsxs(Fr,{onReject:()=>c(!0),onApprove:Z,disabled:!_||D,children:["Review changes (",T1,")"]})}),t.jsx(C,{condition:f.state==="Approved",show:t.jsx(L5,{onApply:H,disabled:!_||D,onSchedule:()=>l(!0),children:"Apply or schedule changes"})}),t.jsx(C,{condition:f.state==="Scheduled",show:t.jsx(L5,{onApply:()=>p(!0),disabled:!_||D,onSchedule:()=>l(!0),variant:"update",children:"Apply or schedule changes"})}),t.jsx(C,{condition:f.state==="In review"||f.state==="Approved"||f.state==="Scheduled",show:t.jsx(A0,{variant:"outlined",onClick:()=>{L(`/playground?changeRequest=${f.id}&projects=${e}&environments=${f.environment}`)},children:"Preview changes"})}),t.jsx(C,{condition:f.state!=="Applied"&&f.state!=="Rejected"&&f.state!=="Cancelled"&&(f.createdBy.id===(u==null?void 0:u.id)||g),show:t.jsx(C,{condition:!!k1,show:t.jsx(A0,{variant:"outlined",onClick:()=>m(!0),disabled:D,children:"Reject changes"}),elseShow:t.jsx(A0,{variant:"outlined",onClick:S,disabled:D,children:"Cancel changes"})})})]})]})}),t.jsxs(O1,{open:n,onClick:G,onClose:B,title:"Cancel change request",children:[t.jsx(A,{sx:{marginBottom:2},children:"You are about to cancel this change request"}),t.jsx(A,{variant:"body2",sx:K=>({color:K.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."})]}),t.jsx(Yr,{open:s,onConfirm:k,onClose:q,disabled:D}),t.jsxs(t.Fragment,{children:[t.jsx(co,{open:r,onConfirm:P,onClose:m1,disabled:!_||D,projectId:e,environment:f.environment,primaryButtonText:f.state==="Scheduled"?"Update scheduled time":"Schedule changes",title:f.state==="Scheduled"?"Update schedule":"Schedule changes",scheduledAt:k1}),t.jsx(no,{open:d,onConfirm:H,onClose:M,scheduledTime:k1,disabled:!_||D,projectId:e,environment:f.environment}),t.jsx(ao,{open:h,onConfirm:k,onClose:v1,scheduledTime:k1,disabled:D})]})]})]})},uo=({value:e,row:{original:n}})=>{const a=()=>e?t.jsx(n8,{changeRequest:n}):null;return e?t.jsx(a1,{children:a()}):t.jsx(a1,{})},mo=o("div")(({theme:e})=>({display:"flex",flexDirection:"row",alignItems:"center",margin:0})),vo=({value:e})=>{const{searchQuery:n}=D3();return t.jsx(a1,{children:t.jsx(mo,{children:t.jsxs(A,{component:"span",variant:"body2",children:[" ",t.jsx(M1,{search:n,children:e==null?void 0:e.username})]})})})},go=o("div")(({theme:e})=>({display:"flex",flexDirection:"row",margin:0})),xo=({value:e,row:{original:n}})=>{const{searchQuery:a}=D3(),s=z("projectId"),{id:c,title:r,features:l,segments:d}=n,p=(l||[]).length+(d||[]).length,h=`/projects/${s}/change-requests/${c}`;return e?t.jsxs(a1,{sx:{minWidth:"200px"},children:[t.jsx(go,{children:t.jsx(A,{variant:"body2",children:t.jsx(z1,{component:Q,underline:"hover",to:h,sx:m=>({paddingTop:m.spacing(.2),marginRight:m.spacing(1),"&:hover":{textDecoration:"underline"}}),children:t.jsx(M1,{search:a,children:r})})})}),t.jsxs("span",{children:[`${p}`," ",p<=1?"update":"updates"]})]}):t.jsx(a1,{})},fo=Me()(e=>({header:{padding:e.spacing(0,4)},bodyClass:{padding:e.spacing(2,4,4,4),overflowX:"auto"}})),jo=o(y)(({theme:e})=>({display:"flex",flexDirection:"column",width:"300px",padding:e.spacing(1,0,1,2)})),yo=o(Q)(({theme:e})=>({overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap",textDecoration:"none","&:hover, &:focus":{textDecoration:"underline"}})),bo=o(Q)(({theme:e})=>({textDecoration:"none","&:hover, &:focus":{textDecoration:"underline"}})),So=o(y)(({theme:e})=>({display:"flex",flexDirection:"column",fontSize:e.fontSizes.smallBody,width:"100%",whiteSpace:"nowrap"})),Co=({value:e,project:n})=>{const{searchQuery:a}=D3(),s=e==null?void 0:e.map(c=>c.name);return t.jsx(jo,{children:t.jsx(C,{condition:(s==null?void 0:s.length)<3,show:s==null?void 0:s.map(c=>t.jsx(yo,{title:c,to:`/projects/${n}/features/${c}`,children:t.jsx(M1,{search:a,children:c})},c)),elseShow:t.jsxs(z3,{tooltipProps:{maxWidth:"800px"},tooltip:t.jsx(So,{children:s==null?void 0:s.map(c=>t.jsx(bo,{title:c,to:`/projects/${n}/features/${c}`,children:t.jsx(M1,{search:a,children:c})},c))}),children:[s==null?void 0:s.length," toggles"]})})})},Zo={id:"createdAt",desc:!0},wo=o("div")({paddingLeft:0,paddingBottom:0}),Eo=o(_2)(({theme:e})=>({textTransform:"none",width:"auto",fontSize:e.fontSizes.bodySize,[e.breakpoints.up("md")]:{minWidth:160}})),Ao=o(y)(({theme:e})=>({textAlign:"right",paddingBottom:e.spacing(2),fontSize:e.fontSizes.smallBody})),To=({changeRequests:e=[],loading:n,projectId:a})=>{var H,P;const{classes:s}=fo(),c=g1(t2.breakpoints.down("md")),[r,l]=m4(),[d,p]=i.useState(r.get("search")||""),{value:h,setValue:m}=i4(`${a}:ProjectChangeRequest`,Zo),[u,g]=i.useMemo(()=>{const O=e.filter(k=>k.state!=="Cancelled"&&k.state!=="Rejected"&&k.state!=="Applied"),G=e.filter(k=>k.state==="Cancelled"||k.state==="Rejected"||k.state==="Applied");return[O,G]},[e]),x=[{title:"Change requests",data:u},{title:"Closed",data:g}],[v,b]=i.useState(0),f=i.useMemo(()=>[{id:"Title",Header:"Title",width:100,canSort:!0,accessor:"title",searchable:!0,Cell:xo},{id:"Updated feature flags",Header:"Updated feature flags",canSort:!1,accessor:"features",searchable:!0,filterName:"feature",filterParsing:O=>(O==null?void 0:O.map(({name:G})=>G).join(`
|
|
709
|
+
`))||"",filterBy:(O,G)=>O.features.find(k=>G.map(Z=>Z.toLowerCase()).includes(k.name.toLowerCase())),Cell:({value:O,row:{original:{title:G}}})=>t.jsx(Co,{project:a,value:O},G)},{Header:"By",accessor:"createdBy",maxWidth:180,canSort:!1,Cell:vo,align:"left",searchable:!0,filterName:"by",filterParsing:O=>(O==null?void 0:O.username)||""},{Header:"Submitted",accessor:"createdAt",maxWidth:100,Cell:B2},{Header:"Environment",accessor:"environment",searchable:!0,maxWidth:100,Cell:q2,filterName:"environment"},{Header:"Status",accessor:"state",searchable:!0,maxWidth:"170px",Cell:uo,filterName:"status"}],[a]),{data:j,getSearchText:w,getSearchContext:T}=b4(f,d,(H=x[v])==null?void 0:H.data),R=i.useMemo(()=>n?ze:j,[j,n]),[I]=i.useState(()=>({sortBy:[{id:r.get("sort")||h.id,desc:r.has("order")?r.get("order")==="desc":h.desc}],hiddenColumns:[]})),{headerGroups:E,rows:F,state:{sortBy:D},prepareRow:$,setHiddenColumns:L,getTableProps:_,getTableBodyProps:N}=l1.useTable({columns:f,data:R,initialState:I,sortTypes:F3,autoResetHiddenColumns:!1,disableSortRemove:!0,autoResetSortBy:!1,defaultColumn:{Cell:a1}},l1.useSortBy);return $3([{condition:c,columns:["createdBy"]}],L,f),i.useEffect(()=>{if(n)return;const O={};O.sort=D[0].id,D[0].desc&&(O.order="desc"),d&&(O.search=d),l(O,{replace:!0}),m(G=>({...G,id:D[0].id,desc:D[0].desc||!1}))},[n,D,d,l]),t.jsxs(p1,{isLoading:n,bodyClass:s.bodyClass,headerClass:s.header,header:t.jsx(c1,{titleElement:t.jsx(wo,{children:t.jsx(S4,{value:(P=x[v])==null?void 0:P.title,indicatorColor:"primary",textColor:"primary",variant:"scrollable",allowScrollButtonsMobile:!0,children:x.map((O,G)=>t.jsx(Eo,{label:`${O.title} (${O.data.length})`,value:O.title,onClick:()=>b(G)},O.title))})}),actions:t.jsx(F1,{placeholder:"Search and Filter",expandable:!0,initialValue:d,onChange:p,hasFilters:!0,getSearchContext:T,id:"changeRequestList"})}),children:[t.jsx(Ao,{children:t.jsx(Q,{to:`/projects/${a}/settings/change-requests`,children:"Change request configuration"})}),t.jsx(f3,{value:w(d),children:t.jsxs(a2,{..._(),children:[t.jsx(s2,{headerGroups:E}),t.jsx(c2,{...N(),children:F.map(O=>($(O),t.jsx(r2,{hover:!0,...O.getRowProps(),children:O.cells.map(G=>t.jsx(o2,{...G.getCellProps(),padding:"none",children:G.render("Cell")}))})))})]})}),t.jsx(C,{condition:F.length===0,show:()=>t.jsx(C,{condition:(d==null?void 0:d.length)>0,show:t.jsxs(Z1,{children:["No changes found matching “",d,"”"]}),elseShow:t.jsx(Z1,{children:"None of the changes were submitted yet."})})})]})},ko=e=>fetch(e).then(D1("ChangeRequest")).then(n=>n.json()),Io=e=>{const{data:n,error:a,mutate:s}=We([],x1(`api/admin/projects/${e}/change-requests`),ko);return i.useMemo(()=>({changeRequests:n,loading:!a&&!n,refetch:s,error:a}),[n,a,s])},Ro=()=>{const e=z("projectId"),n=V1(e),{isOss:a,isPro:s}=X();_1(`Change requests – ${n}`);const{changeRequests:c,loading:r}=Io(e);return a()||s()?t.jsx(p1,{sx:{justifyContent:"center"},children:t.jsx(S3,{feature:"change-requests"})}):t.jsx(To,{changeRequests:c,projectId:e,loading:r})};var J=(e=>(e.USER="USERS",e.GROUP="GROUPS",e.SERVICE_ACCOUNT="SERVICE ACCOUNTS",e))(J||{});const g2=(e,n={})=>{const a=x1(`api/admin/projects/${e}/access`),s=()=>fetch(a,{method:"GET"}).then(D1("project access")).then(u=>u.json()),c=`api/admin/projects/${e}/users`,{data:r,error:l}=x3(c,s,n),[d,p]=i.useState(!l&&!r),h=()=>{Q6(c)};return i.useEffect(()=>{p(!l&&!r)},[r,l]),{access:i.useMemo(()=>{if(r)return Po({roles:r.roles,users:r.users.filter(({accountType:u})=>!u||u==="User"),serviceAccounts:r.users.filter(({accountType:u})=>u==="Service Account"),groups:(r==null?void 0:r.groups.map(u=>({...u,users:v9(u.users??[])})))??[]})},[r]),error:l,loading:d,refetchProjectAccess:h}},Po=e=>{const n=e.users||[],a=e.serviceAccounts||[],s=e.groups||[];return{...e,rows:[...n.map(c=>({entity:c,type:"USERS"})),...a.map(c=>({entity:c,type:"SERVICE ACCOUNTS"})),...s.map(c=>({entity:c,type:"GROUPS"}))]}},Do=o(p1)(({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`})),_o=o("div")(({theme:e})=>({display:"flex",flexDirection:"column","& > span":{display:"flex",alignItems:"center",color:e.palette.text.secondary,fontSize:e.fontSizes.bodySize}})),U5={id:"joinedAt",desc:!0},T0=[{Header:"Avatar",accessor:"imageUrl",Cell:({row:{original:e}})=>t.jsx(a1,{children:t.jsx(p2,{user:e})}),maxWidth:85,disableSortBy:!0},{id:"name",Header:"Name",accessor:e=>e.name||"",Cell:({value:e,row:{original:n}})=>t.jsx(q2,{value:e,subtitle:n.email||n.username}),minWidth:100,searchable:!0},{id:"joined",Header:"Joined",accessor:"joinedAt",Cell:t0,maxWidth:150},{id:"lastLogin",Header:"Last login",accessor:e=>e.seenAt||"",Cell:({row:{original:e}})=>t.jsx(B2,{value:e.seenAt,emptyText:"Never",title:n=>`Last login: ${n}`}),maxWidth:150},{accessor:e=>e.username||"",Header:"Username",searchable:!0},{accessor:e=>e.email||"",Header:"Email",searchable:!0}],Fo=["imageUrl","name","joined","lastLogin"],$o=({open:e,setOpen:n,group:a,projectId:s,subtitle:c,onEdit:r,onRemove:l})=>{const d=r1(),p=g1(d.breakpoints.down("md")),[h]=i.useState(()=>({sortBy:[{id:U5.id,desc:U5.desc}],hiddenColumns:["Username","Email"]})),[m,u]=i.useState(""),{data:g,getSearchText:x,getSearchContext:v}=b4(T0,m,(a==null?void 0:a.users)??[]),{headerGroups:b,rows:f,prepareRow:j,setHiddenColumns:w}=l1.useTable({columns:T0,data:g,initialState:h,sortTypes:F3,autoResetHiddenColumns:!1,autoResetSortBy:!1,disableSortRemove:!0,disableMultiSort:!0},l1.useSortBy,l1.useFlexLayout);return $3([{condition:p,columns:Fo}],w,T0),t.jsx(n3,{open:e,onClose:()=>{n(!1)},label:(a==null?void 0:a.name)||"Group",children:t.jsxs(Do,{header:t.jsx(c1,{secondary:!0,titleElement:t.jsxs(_o,{children:[a==null?void 0:a.name," (",f.length<g.length?`${f.length} of ${g.length}`:g.length,")",t.jsx("span",{children:c})]}),actions:t.jsxs(t.Fragment,{children:[t.jsx(C,{condition:!p,show:t.jsxs(t.Fragment,{children:[t.jsx(F1,{initialValue:m,onChange:u,hasFilters:!0,getSearchContext:v}),t.jsx(c1.Divider,{})]})}),t.jsx(w3,{permission:I1,projectId:s,tooltipProps:{title:"Edit group access"},onClick:r,children:t.jsx(u2,{})}),t.jsx(w3,{permission:I1,projectId:s,tooltipProps:{title:"Remove group access"},onClick:l,children:t.jsx(m2,{})})]}),children:t.jsx(C,{condition:p,show:t.jsx(F1,{initialValue:m,onChange:u,hasFilters:!0,getSearchContext:v})})}),children:[t.jsx(f3,{value:x(m),children:t.jsx(a0,{rows:f,headerGroups:b,prepareRow:j})}),t.jsx(C,{condition:f.length===0,show:t.jsx(C,{condition:(m==null?void 0:m.length)>0,show:t.jsxs(Z1,{children:["No users found matching “",m,"” in this group."]}),elseShow:t.jsx(Z1,{children:"This group is empty. Get started by adding a user to the group."})})})]})})},Oo=o("div")(({theme:e})=>({display:"flex",flexDirection:"column","& > span:last-of-type":{fontSize:e.fontSizes.smallerBody,color:e.palette.text.secondary}})),Vo=({roles:e,value:n,setValue:a,required:s,...c})=>{const r=(l,d,p)=>t.jsxs("li",{...l,children:[t.jsx(d4,{icon:t.jsx(o8,{fontSize:"small"}),checkedIcon:t.jsx(i8,{fontSize:"small"}),style:{marginRight:8},checked:p.selected}),t.jsxs(Oo,{children:[t.jsx("span",{children:d.name}),t.jsx("span",{children:d.description})]})]});return t.jsxs(t.Fragment,{children:[t.jsx(v2,{multiple:!0,disableCloseOnSelect:!0,openOnFocus:!0,size:"small",value:n,onChange:(l,d)=>a(d),options:e,renderOption:r,getOptionLabel:l=>l.name,renderInput:l=>t.jsx(c3,{...l,label:"Role",required:s}),...c}),t.jsx(C,{condition:n.length>0,show:()=>t.jsx(t.Fragment,{children:n.map(({id:l})=>t.jsx(He,{sx:{marginTop:1},roleId:l},l))})})]})},Bo=o("form")(()=>({display:"flex",flexDirection:"column",height:"100%"})),N5=o("p")(({theme:e})=>({color:e.palette.text.secondary,marginBottom:e.spacing(1)})),M5=o("div")(({theme:e})=>({"& > div:first-of-type":{width:"100%",maxWidth:e.spacing(50),marginBottom:e.spacing(2)}})),Lo=o("div")(({theme:e})=>({marginTop:e.spacing(6),display:"flex",justifyContent:"flex-end"})),Uo=o(t1)(({theme:e})=>({marginLeft:e.spacing(3)})),No=o("div")(({theme:e})=>({display:"flex",flexDirection:"column","& > span:last-of-type":{color:e.palette.text.secondary}})),Mo=o("div")(({theme:e})=>({display:"flex",flexDirection:"column","& > span:first-of-type":{color:e.palette.text.secondary}})),G4=({selected:e,accesses:n,users:a,serviceAccounts:s,groups:c,roles:r,userRoles:l})=>{const{uiConfig:d}=X(),{flags:p}=d,h=p.UG?"user / group":"user",m=z("projectId"),{refetchProjectAccess:u}=g2(m),{addAccessToProject:g,setUserRoles:x,setGroupRoles:v,loading:b}=h3(),f=!!e,j=qe(m),{setToastData:w,setToastApiError:T}=d1(),R=B1(),I=[...c.filter(Z=>f||!n.some(({entity:{id:S},type:B})=>Z.id===S&&B===J.GROUP)).map(Z=>({id:Z.id,entity:Z,type:J.GROUP})),...a.filter(Z=>f||!n.some(({entity:{id:S},type:B})=>Z.id===S&&B===J.USER)).sort((Z,S)=>{const B=Z.name||Z.username||"",q=S.name||S.username||"";return B.localeCompare(q)}).map(Z=>({id:Z.id,entity:Z,type:J.USER})),...s.filter(Z=>f||!n.some(({entity:{id:S},type:B})=>Z.id===S&&B===J.SERVICE_ACCOUNT)).sort((Z,S)=>{const B=Z.name||Z.username||"",q=S.name||S.username||"";return B.localeCompare(q)}).map(Z=>({id:Z.id,entity:Z,type:J.SERVICE_ACCOUNT}))],[E,F]=i.useState(()=>I.filter(({id:Z,type:S})=>Z===(e==null?void 0:e.entity.id)&&S===(e==null?void 0:e.type))),[D,$]=i.useState(r.filter(({id:Z})=>{var S,B;return(B=(S=e==null?void 0:e.entity)==null?void 0:S.roles)==null?void 0:B.includes(Z)})),L={roles:D.map(({id:Z})=>Z),groups:E==null?void 0:E.filter(({type:Z})=>Z===J.GROUP).map(({id:Z})=>Z),users:E==null?void 0:E.filter(({type:Z})=>Z===J.USER||Z===J.SERVICE_ACCOUNT).map(({id:Z})=>Z)},_=async Z=>{if(Z.preventDefault(),!!O)try{f?(e==null?void 0:e.type)===J.USER||(e==null?void 0:e.type)===J.SERVICE_ACCOUNT?await x(m,D.map(({id:S})=>S),e.entity.id):(e==null?void 0:e.type)===J.GROUP&&await v(m,D.map(({id:S})=>S),e.entity.id):await g(m,L),u(),R(l3),w({title:`${E.length} ${E.length===1?"access":"accesses"} ${f?"edited":"assigned"} successfully`,type:"success"})}catch(S){T(o1(S))}},N=()=>f?`curl --location --request PUT '${d.unleashUrl}/api/admin/projects/${m}/${(e==null?void 0:e.type)===J.USER||(e==null?void 0:e.type)===J.SERVICE_ACCOUNT?"users":"groups"}/${e==null?void 0:e.entity.id}/roles' \\
|
|
710
|
+
--header 'Authorization: INSERT_API_KEY' \\
|
|
711
|
+
--header 'Content-Type: application/json' \\
|
|
712
|
+
--data-raw '${JSON.stringify({roles:L.roles},void 0,2)}'`:`curl --location --request POST '${d.unleashUrl}/api/admin/projects/${m}/access' \\
|
|
713
|
+
--header 'Authorization: INSERT_API_KEY' \\
|
|
714
|
+
--header 'Content-Type: application/json' \\
|
|
715
|
+
--data-raw '${JSON.stringify(L,void 0,2)}'`,H=Z=>{if(Z&&Z.rootRole)return"This group has an Admin or Editor 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."},P=(Z,S,B)=>{let q,M;return S.type===J.GROUP?q=S.entity:M=S.entity,t.jsx(E1,{title:H(q),children:t.jsx("span",{children:t.jsxs("li",{...Z,children:[t.jsx(d4,{icon:t.jsx(o8,{fontSize:"small"}),checkedIcon:t.jsx(i8,{fontSize:"small"}),style:{marginRight:8},checked:B}),t.jsx(C,{condition:S.type===J.GROUP,show:t.jsx("span",{children:t.jsxs(No,{children:[t.jsx("span",{children:q==null?void 0:q.name}),t.jsxs("span",{children:[q==null?void 0:q.userCount," users"]})]})}),elseShow:t.jsxs(Mo,{children:[t.jsx("span",{children:(M==null?void 0:M.name)||(M==null?void 0:M.username)}),t.jsx("span",{children:M!=null&&M.name&&(M!=null&&M.username)?M==null?void 0:M.username:M==null?void 0:M.email})]})})]})})})},O=E.length>0&&D.length>0,G=j(k2)||l.length===0||l.some(Z=>Z.name==="Owner");let k;return G?k=r:k=r.filter(Z=>l.some(S=>Z.id===S.id)),t.jsx(n3,{open:!0,onClose:()=>R(l3),label:`${f?"Edit":"Assign"} ${h} access`,children:t.jsx(u3,{loading:b,modal:!0,title:`${f?"Edit":"Assign"} ${h} 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:N,children:t.jsxs(Bo,{onSubmit:_,children:[t.jsxs("div",{children:[t.jsxs(N5,{"data-testid":Ke,children:["Select the ",h]}),t.jsx(M5,{children:t.jsx(v2,{"data-testid":Ge,size:"small",multiple:!0,openOnFocus:!0,limitTags:10,disableCloseOnSelect:!0,disabled:f,value:E,getOptionDisabled:Z=>Z.type===J.GROUP?!!Z.entity.rootRole:!1,onChange:(Z,S,B)=>{Z.type==="keydown"&&Z.key==="Backspace"&&B==="removeOption"||F(S)},options:I,groupBy:Z=>Z.type,renderOption:(Z,S,{selected:B})=>P(Z,S,B),getOptionLabel:Z=>{if(Z.type===J.USER||Z.type===J.SERVICE_ACCOUNT){const S=Z.entity;return S.email||S.name||S.username||""}else return Z.entity.name},filterOptions:(Z,{inputValue:S})=>Z.filter(B=>{if(B.type===J.USER||B.type===J.SERVICE_ACCOUNT){const q=B.entity;return S2(S,q.email)||S2(S,q.name)||S2(S,q.username)}return S2(S,B.entity.name)}),isOptionEqualToValue:(Z,S)=>Z.type===S.type&&Z.entity.id===S.entity.id,renderInput:Z=>t.jsx(c3,{...Z,label:s0(h)})})}),t.jsx(N5,{children:"Select the role to assign for this project"}),t.jsx(M5,{children:t.jsx(Vo,{"data-testid":Ye,roles:k,value:D,setValue:$})})]}),t.jsxs(Lo,{children:[t.jsx(t1,{"data-testid":Je,type:"submit",variant:"contained",color:"primary",disabled:!O,children:f?"Save":`Assign ${h}`}),t.jsx(Uo,{onClick:()=>R(l3),children:"Cancel"})]})]})})})},Y4=()=>{var s,c;const{data:e,error:n,mutate:a}=x3(x1("api/admin/user-admin/access"),zo);return{users:(s=e==null?void 0:e.users)==null?void 0:s.filter(({accountType:r})=>!r||r==="User"),serviceAccounts:(c=e==null?void 0:e.users)==null?void 0:c.filter(({accountType:r})=>r==="Service Account"),groups:e==null?void 0:e.groups,loading:!n&&!e,refetch:()=>a(),error:n}},zo=e=>fetch(e).then(D1("Access")).then(n=>n.json()),Wo=e=>{const n=()=>{const s=x1(`api/admin/user/roles?projectId=${e}`);return fetch(s,{method:"GET"}).then(D1("User Project roles")).then(c=>c.json())},a=`api/admin/projects/${e}/roles`;return{fetcher:n,KEY:a}},J4=(e,n={})=>{const{KEY:a,fetcher:s}=Wo(e),{data:c,error:r,mutate:l}=x3(a,s,n),d=i.useCallback(()=>{l()},[l]);return{roles:(c==null?void 0:c.roles)||[],loading:!r&&!c,error:r,refetch:d}},Ho=()=>{const e=z("projectId"),{roles:n}=J4(e),{access:a}=g2(e),{users:s,serviceAccounts:c,groups:r}=Y4();return!a||!s||!c||!r?null:t.jsx(G4,{accesses:a.rows,users:s,serviceAccounts:c,groups:r,roles:a.roles,userRoles:n})},qo=()=>{const e=z("projectId"),n=z("userId"),{roles:a}=J4(e),{access:s}=g2(e),{users:c,serviceAccounts:r,groups:l}=Y4();if(!s||!c||!r||!l)return null;const d=s.rows.find(p=>p.entity.id===Number(n)&&p.type!==J.GROUP);return t.jsx(G4,{accesses:s.rows,selected:d,users:c,serviceAccounts:r,groups:l,roles:s.roles,userRoles:a})},Ko=()=>{const e=z("projectId"),n=z("groupId"),{roles:a}=J4(e),{access:s}=g2(e),{users:c,serviceAccounts:r,groups:l}=Y4();if(!s||!c||!r||!l)return null;const d=s.rows.find(p=>p.entity.id===Number(n)&&p.type===J.GROUP);return t.jsx(G4,{accesses:s.rows,selected:d,users:c,serviceAccounts:r,groups:l,roles:s.roles,userRoles:a})},Go={id:"added",desc:!0},{value:z5,setValue:Yo}=i4("ProjectAccess:v1",Go),Jo=o("div")(({theme:e})=>({display:"inline-flex",alignItems:"center",flexWrap:"wrap",marginLeft:e.spacing(1)})),Qo=o(p2)(({theme:e})=>({marginRight:e.spacing(-3.5)})),Xo=o(p2)(({theme:e})=>({outline:`${e.spacing(.25)} solid ${e.palette.background.paper}`})),ei=["imageUrl","role","added","lastLogin"],ti=["lastLogin","added"],ni=()=>{const e=z("projectId"),{uiConfig:n}=X(),{flags:a}=n,s=a.UG?"user / group":"user",c=B1(),r=r1(),l=g1(r.breakpoints.down("md")),d=g1(r.breakpoints.down("lg")),{setToastData:p}=d1(),{access:h,refetchProjectAccess:m}=g2(e),{removeUserAccess:u,removeGroupAccess:g}=h3(),[x,v]=i.useState(!1),[b,f]=i.useState(!1),[j,w]=i.useState(),T=S=>{var B;return S.length>1?`${S.length} roles`:((B=h==null?void 0:h.roles.find(({id:q})=>q===S[0]))==null?void 0:B.name)||""},R=i.useMemo(()=>[{Header:"Avatar",accessor:"imageUrl",Cell:({row:{original:S}})=>{var B;return t.jsxs(Jo,{children:[t.jsx(C,{condition:S.type===J.GROUP,show:t.jsx(Qo,{})}),t.jsx(Xo,{user:S.entity,children:(B=S.entity.users)==null?void 0:B.length})]})},maxWidth:85,disableSortBy:!0},{id:"name",Header:"Name",accessor:S=>S.entity.name||"",Cell:({value:S,row:{original:B}})=>{var q,M,m1;return t.jsx(C,{condition:B.type===J.GROUP,show:t.jsx(_3,{onClick:()=>{w(B),f(!0)},title:S,subtitle:`${(q=B.entity.users)==null?void 0:q.length} users`}),elseShow:t.jsx(q2,{value:S,subtitle:((M=B.entity)==null?void 0:M.email)||((m1=B.entity)==null?void 0:m1.username)})})},minWidth:100,searchable:!0},{id:"role",Header:"Role",accessor:S=>T(S.entity.roles),Cell:({value:S,row:{original:B}})=>t.jsx(g5,{value:S,roles:B.entity.roles}),maxWidth:125,filterName:"role"},{id:"added",Header:"Added",accessor:S=>S.entity.addedAt||"",Cell:({value:S})=>t.jsx(B2,{value:S,emptyText:"Never"}),maxWidth:130},{id:"lastLogin",Header:"Last login",accessor:S=>S.type!==J.GROUP?S.entity.seenAt||"":S.entity.users.map(({seenAt:q})=>q).sort().reverse()[0],Cell:({value:S})=>t.jsx(B2,{value:S,emptyText:"Never"}),maxWidth:130},{id:"actions",Header:"Actions",disableSortBy:!0,align:"center",maxWidth:150,Cell:({row:{original:S}})=>t.jsxs(o4,{children:[t.jsx(w3,{"data-testid":Qe,component:Q,permission:[I1,f0],projectId:e,to:`edit/${S.type===J.GROUP?"group":"user"}/${S.entity.id}`,disabled:(h==null?void 0:h.rows.length)===1,tooltipProps:{title:(h==null?void 0:h.rows.length)===1?"Cannot edit access. A project must have at least one owner":"Edit access"},children:t.jsx(u2,{})}),t.jsx(w3,{"data-testid":Xe,permission:[I1,f0],projectId:e,onClick:()=>{w(S),v(!0)},disabled:(h==null?void 0:h.rows.length)===1,tooltipProps:{title:(h==null?void 0:h.rows.length)===1?"Cannot remove access. A project must have at least one owner":"Remove access"},children:t.jsx(m2,{})})]})},{accessor:S=>{var B;return S.type!==J.GROUP&&((B=S.entity)==null?void 0:B.username)||""},Header:"Username",searchable:!0},{accessor:S=>{var B;return S.type!==J.GROUP&&((B=S.entity)==null?void 0:B.email)||""},Header:"Email",searchable:!0}],[h,e]),[I,E]=m4(),[F]=i.useState(()=>({sortBy:[{id:I.get("sort")||z5.id,desc:I.has("order")?I.get("order")==="desc":z5.desc}],hiddenColumns:["Username","Email"],globalFilter:I.get("search")||""})),[D,$]=i.useState(F.globalFilter),{data:L,getSearchText:_,getSearchContext:N}=b4(R,D,(h==null?void 0:h.rows)??[]),{headerGroups:H,rows:P,prepareRow:O,setHiddenColumns:G,state:{sortBy:k}}=l1.useTable({columns:R,data:L,initialState:F,sortTypes:F3,autoResetHiddenColumns:!1,autoResetSortBy:!1,disableSortRemove:!0,disableMultiSort:!0,defaultColumn:{Cell:a1}},l1.useSortBy,l1.useFlexLayout);$3([{condition:l,columns:ei},{condition:d,columns:ti}],G,R),i.useEffect(()=>{const S={};S.sort=k[0].id,k[0].desc&&(S.order="desc"),D&&(S.search=D),E(S,{replace:!0}),Yo({id:k[0].id,desc:k[0].desc||!1})},[k,D,E]);const Z=async S=>{if(!S)return;const{id:B}=S.entity;let q=S.entity.name;if(S.type!==J.GROUP){const M=S.entity;q=q||M.email||M.username||""}try{S.type!==J.GROUP?await u(e,B):await g(e,B),m(),p({type:"success",title:`${q||`The ${s}`} has been removed from project`})}catch(M){p({type:"error",title:M.message||`Server problems when removing ${s}.`})}v(!1)};return t.jsxs(p1,{header:t.jsx(c1,{secondary:!0,title:`Access (${P.length<L.length?`${P.length} of ${L.length}`:L.length})`,actions:t.jsxs(t.Fragment,{children:[t.jsx(C,{condition:!l,show:t.jsxs(t.Fragment,{children:[t.jsx(F1,{initialValue:D,onChange:$,hasFilters:!0,getSearchContext:N}),t.jsx(c1.Divider,{})]})}),t.jsxs(X2,{onClick:()=>c("create"),maxWidth:"700px",Icon:P3,permission:[I1,f0],projectId:e,"data-testid":et,children:["Assign ",s]})]}),children:t.jsx(C,{condition:l,show:t.jsx(F1,{initialValue:D,onChange:$,hasFilters:!0,getSearchContext:N})})}),children:[t.jsx(f3,{value:_(D),children:t.jsx(a0,{rows:P,headerGroups:H,prepareRow:O})}),t.jsx(C,{condition:P.length===0,show:t.jsx(C,{condition:(D==null?void 0:D.length)>0,show:t.jsxs(Z1,{children:["No access found matching “",D,"”"]}),elseShow:t.jsxs(Z1,{children:["No access available. Get started by assigning a"," ",s,"."]})})}),t.jsxs(W3,{children:[t.jsx(e1,{path:"create",element:t.jsx(Ho,{})}),t.jsx(e1,{path:"edit/group/:groupId",element:t.jsx(Ko,{})}),t.jsx(e1,{path:"edit/user/:userId",element:t.jsx(qo,{})})]}),t.jsx(O1,{open:x,onClick:()=>Z(j),onClose:()=>{v(!1)},title:`Really remove ${s} from this project?`}),t.jsx($o,{open:b,setOpen:f,group:j==null?void 0:j.entity,projectId:e,subtitle:t.jsxs(t.Fragment,{children:[j&&j.entity.roles.length>1?"Roles:":"Role:",t.jsx(g5,{value:T((j==null?void 0:j.entity.roles)||[]),roles:(j==null?void 0:j.entity.roles)||[]})]}),onEdit:()=>{c(`edit/group/${j==null?void 0:j.entity.id}`)},onRemove:()=>{f(!1),v(!0)}})]})},ai=()=>{const e=z("projectId"),n=V1(e),{hasAccess:a}=i.useContext(s3),{isOss:s}=X();return _1(`Project access – ${n}`),s()?t.jsx(p1,{header:t.jsx(c1,{title:"Access"}),sx:{justifyContent:"center"},children:t.jsx(S3,{feature:"access"})}):a([I1,tt],e)?t.jsx(ni,{}):t.jsx(p1,{header:t.jsx(c1,{title:"Access"}),children:t.jsx(h1,{severity:"error",children:"You need project owner permissions to access this section."})})},si=e=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:1386,height:512,fill:"none",viewBox:"0 0 1386 512",...e},i.createElement("rect",{width:1386,height:512,fill:"#F7F7FA",rx:12}),i.createElement("rect",{width:93,height:23,x:545.5,y:200.5,fill:"#F4FAEB",rx:3.5}),i.createElement("rect",{width:93,height:23,x:545.5,y:200.5,stroke:"#B0D182",rx:3.5}),i.createElement("g",{clipPath:"url(#clip0_20382_240644)"},i.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"})),i.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"}),i.createElement("rect",{width:93,height:23,x:545.5,y:352.5,fill:"#FFF2F3",rx:3.5}),i.createElement("rect",{width:93,height:23,x:545.5,y:352.5,stroke:"#FEB0B7",rx:3.5}),i.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"}),i.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"}),i.createElement("rect",{width:93,height:23,x:545.5,y:276.5,fill:"#FFF2F3",rx:3.5}),i.createElement("rect",{width:93,height:23,x:545.5,y:276.5,stroke:"#FEB0B7",rx:3.5}),i.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"}),i.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"}),i.createElement("rect",{width:133,height:23,x:318.5,y:275.5,fill:"#F1F0FC",rx:3.5}),i.createElement("rect",{width:133,height:23,x:318.5,y:275.5,stroke:"#BEBBF3",rx:3.5}),i.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"}),i.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"}),i.createElement("rect",{width:88,height:23,x:141.5,y:307.5,fill:"#FFF4E5",rx:3.5}),i.createElement("rect",{width:88,height:23,x:141.5,y:307.5,stroke:"#FFC46F",rx:3.5}),i.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"}),i.createElement("rect",{width:78,height:23,x:318.5,y:338.5,fill:"#F7F7FA",rx:3.5}),i.createElement("rect",{width:78,height:23,x:318.5,y:338.5,stroke:"#BDBDBF",rx:3.5}),i.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"}),i.createElement("path",{stroke:"#202021",strokeLinecap:"round",strokeWidth:1.5,d:"M242 319h30"}),i.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"}),i.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"}),i.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"}),i.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"}),i.createElement("path",{stroke:"#202021",strokeLinecap:"round",strokeWidth:1.5,d:"M463.5 287H494"}),i.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"}),i.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"}),i.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"}),i.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"}),i.createElement("circle",{cx:479,cy:286.997,r:5,fill:"#6C65E5",stroke:"#F7F7FA",strokeWidth:2}),i.createElement("path",{stroke:"#6C65E5",strokeLinecap:"round",strokeWidth:1.5,d:"M479 284v-90"}),i.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"}),i.createElement("path",{stroke:"#6C65E5",strokeLinecap:"round",strokeWidth:1.5,d:"M479 382v-92"}),i.createElement("circle",{cx:258,cy:319,r:5,fill:"#6C65E5",stroke:"#F7F7FA",strokeWidth:2}),i.createElement("path",{stroke:"#6C65E5",strokeLinecap:"round",strokeWidth:1.5,d:"M258 315v-46"}),i.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"}),i.createElement("rect",{width:93,height:23,x:733.5,y:125.5,fill:"#F4FAEB",rx:3.5}),i.createElement("rect",{width:93,height:23,x:733.5,y:125.5,stroke:"#B0D182",rx:3.5}),i.createElement("g",{clipPath:"url(#clip1_20382_240644)"},i.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"})),i.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"}),i.createElement("rect",{width:93,height:23,x:733.5,y:277.5,fill:"#FFF2F3",rx:3.5}),i.createElement("rect",{width:93,height:23,x:733.5,y:277.5,stroke:"#FEB0B7",rx:3.5}),i.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"}),i.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"}),i.createElement("rect",{width:93,height:23,x:733.5,y:201.5,fill:"#FFF4E5",rx:3.5}),i.createElement("rect",{width:93,height:23,x:733.5,y:201.5,stroke:"#FFC46F",rx:3.5}),i.createElement("g",{clipPath:"url(#clip2_20382_240644)"},i.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"})),i.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"}),i.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"}),i.createElement("path",{stroke:"#202021",strokeLinecap:"round",strokeWidth:1.5,d:"M651.5 212H682"}),i.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"}),i.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"}),i.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"}),i.createElement("circle",{cx:667,cy:211.997,r:5,fill:"#6C65E5",stroke:"#F7F7FA",strokeWidth:2}),i.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"}),i.createElement("path",{stroke:"#6C65E5",strokeLinecap:"round",strokeWidth:1.5,d:"M667 307v-92"}),i.createElement("path",{stroke:"#6C65E5",strokeLinecap:"round",strokeWidth:1.5,d:"M667 209v-90"}),i.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"}),i.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"}),i.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"}),i.createElement("path",{stroke:"#202021",strokeLinecap:"round",strokeWidth:1.5,d:"M839 211.999h30"}),i.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"}),i.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"}),i.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"}),i.createElement("rect",{width:93,height:23,x:964.5,y:213.5,fill:"#FFF2F3",rx:3.5}),i.createElement("rect",{width:93,height:23,x:964.5,y:213.5,stroke:"#FEB0B7",rx:3.5}),i.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"}),i.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"}),i.createElement("rect",{width:92,height:23,x:1256.5,y:366.5,fill:"#FFF2F3",rx:3.5}),i.createElement("rect",{width:92,height:23,x:1256.5,y:366.5,stroke:"#FEB0B7",rx:3.5}),i.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"}),i.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"}),i.createElement("rect",{width:93,height:23,x:965,y:169.207,fill:"#FFF4E5",rx:3.5}),i.createElement("rect",{width:93,height:23,x:965,y:169.207,stroke:"#FFC46F",rx:3.5}),i.createElement("g",{clipPath:"url(#clip3_20382_240644)"},i.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"})),i.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"}),i.createElement("rect",{width:93,height:23,x:1256,y:322.207,fill:"#FFF4E5",rx:3.5}),i.createElement("rect",{width:93,height:23,x:1256,y:322.207,stroke:"#FFC46F",rx:3.5}),i.createElement("g",{clipPath:"url(#clip4_20382_240644)"},i.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"})),i.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"}),i.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"}),i.createElement("path",{stroke:"#202021",strokeLinecap:"round",strokeWidth:1.5,d:"M899 179.707h14.5"}),i.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"}),i.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"}),i.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"}),i.createElement("path",{stroke:"#202021",strokeLinecap:"round",strokeWidth:1.5,d:"M1178 332.707h26.5"}),i.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"}),i.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"}),i.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"}),i.createElement("circle",{cx:898,cy:179.997,r:5,fill:"#6C65E5",stroke:"#F7F7FA",strokeWidth:2}),i.createElement("path",{stroke:"#6C65E5",strokeLinecap:"round",strokeWidth:1.5,d:"M898 177V74"}),i.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"}),i.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"}),i.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"}),i.createElement("circle",{cx:1193,cy:332.997,r:5,fill:"#6C65E5",stroke:"#F7F7FA",strokeWidth:2}),i.createElement("path",{stroke:"#6C65E5",strokeLinecap:"round",strokeWidth:1.5,d:"M1193 330v-86"}),i.createElement("circle",{cx:910,cy:311,r:5,fill:"#202021",stroke:"#F7F7FA",strokeWidth:2,transform:"rotate(-180 910 311)"}),i.createElement("path",{stroke:"#202021",strokeLinecap:"round",strokeWidth:1.5,d:"M910 314v35"}),i.createElement("rect",{width:93,height:23,x:964.5,y:123.5,fill:"#F4FAEB",rx:3.5}),i.createElement("rect",{width:93,height:23,x:964.5,y:123.5,stroke:"#B0D182",rx:3.5}),i.createElement("g",{clipPath:"url(#clip5_20382_240644)"},i.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"})),i.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"}),i.createElement("rect",{width:93,height:23,x:1072.5,y:321.5,fill:"#FFF2F3",rx:3.5}),i.createElement("rect",{width:93,height:23,x:1072.5,y:321.5,stroke:"#FEB0B7",rx:3.5}),i.createElement("g",{clipPath:"url(#clip6_20382_240644)"},i.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"})),i.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"}),i.createElement("rect",{width:93,height:23,x:1255.5,y:276.5,fill:"#F4FAEB",rx:3.5}),i.createElement("rect",{width:93,height:23,x:1255.5,y:276.5,stroke:"#B0D182",rx:3.5}),i.createElement("g",{clipPath:"url(#clip7_20382_240644)"},i.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"})),i.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"}),i.createElement("rect",{width:93,height:23,x:1072.5,y:281.5,fill:"#F4FAEB",rx:3.5}),i.createElement("rect",{width:93,height:23,x:1072.5,y:281.5,stroke:"#B0D182",rx:3.5}),i.createElement("g",{clipPath:"url(#clip8_20382_240644)"},i.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"})),i.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"}),i.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"}),i.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"}),i.createElement("path",{fill:"white",d:"M1268.87 469.429h-3.63v11.143h10.87v-11.143h-3.62v7.428h-3.62v-7.428Z"}),i.createElement("path",{fill:"#817AFE",d:"M1272.49 476.857h3.62v3.715h-3.62v-3.715Z"}),i.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"}),i.createElement("mask",{id:"mask0_20382_240644",width:16,height:16,x:887,y:326,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},i.createElement("path",{fill:"#D9D9D9",d:"M887 326h16v16h-16z"})),i.createElement("g",{mask:"url(#mask0_20382_240644)"},i.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"})),i.createElement("defs",null,i.createElement("clipPath",{id:"clip0_20382_240644"},i.createElement("path",{fill:"white",d:"M553 203h18v18h-18z"})),i.createElement("clipPath",{id:"clip1_20382_240644"},i.createElement("path",{fill:"white",d:"M746.5 128h18v18h-18z"})),i.createElement("clipPath",{id:"clip2_20382_240644"},i.createElement("path",{fill:"white",d:"M740 204h18v18h-18z"})),i.createElement("clipPath",{id:"clip3_20382_240644"},i.createElement("path",{fill:"white",d:"M971.5 171.707h18v18h-18z"})),i.createElement("clipPath",{id:"clip4_20382_240644"},i.createElement("path",{fill:"white",d:"M1262.5 324.707h18v18h-18z"})),i.createElement("clipPath",{id:"clip5_20382_240644"},i.createElement("path",{fill:"white",d:"M977.5 126h18v18h-18z"})),i.createElement("clipPath",{id:"clip6_20382_240644"},i.createElement("path",{fill:"white",d:"M1079 324h18v18h-18z"})),i.createElement("clipPath",{id:"clip7_20382_240644"},i.createElement("path",{fill:"white",d:"M1268.5 279h18v18h-18z"})),i.createElement("clipPath",{id:"clip8_20382_240644"},i.createElement("path",{fill:"white",d:"M1085.5 284h18v18h-18z"})))),M8=()=>{const e=i.useRef(null),n=r1(),a=g1(n.breakpoints.down("md")),[s,c]=i.useState(!1),r="change-request-process-description";return t.jsxs(t.Fragment,{children:[t.jsx(C,{condition:!a,show:t.jsxs(A,{variant:"body2",children:["Show change request process"," "]})}),t.jsx(f1,{title:"Change request process",ref:e,onClick:()=>c(!0),children:t.jsx(l8,{})}),t.jsx(l2,{open:s,anchorEl:e.current,anchorOrigin:{vertical:"bottom",horizontal:"right"},transformOrigin:{vertical:"top",horizontal:"right"},onClose:()=>c(!1),children:t.jsxs(y,{sx:{p:{xs:2,md:4},maxWidth:920},id:r,children:[t.jsx(A,{variant:"h3",children:"Change request process:"}),t.jsx(A,{variant:"body2",children:t.jsxs("ol",{children:[t.jsx("li",{children:"When changes are detected they are added to a draft."}),t.jsxs("li",{children:["The user can submit the changes for review or discard them.",t.jsx("ul",{children:t.jsx("li",{children:"Once submitted, the changes are visible to everyone."})})]}),t.jsxs("li",{children:["A user with the"," ",t.jsx("strong",{children:"“Review change request”"})," ","permission can approve or reject the changes.",t.jsxs("ul",{children:[t.jsx("li",{children:"The user who created the change request can cancel it at this stage."}),t.jsx("li",{children:"Rejecting or canceling the changes will close the change request."})]})]}),t.jsxs(t.Fragment,{children:[t.jsxs("li",{children:["Once approved, a user with the"," ",t.jsx("strong",{children:"“Apply/Reject change request”"})," ","permission can apply, schedule, or reject the changes.",t.jsxs("ul",{children:[t.jsx("li",{children:"If applied, the changes will take effect and the change request will be closed."}),t.jsx("li",{children:"If scheduled, Unleash will attempt to apply the changes at the scheduled date and time."}),t.jsx("li",{children:"The user who created the change request can cancel the changes up until they are applied or scheduled."})]})]}),t.jsxs("li",{children:["A user with the"," ",t.jsx("strong",{children:"“Apply/Reject change request”"})," ","permission can reschedule, reject, or immediately apply a scheduled change request.",t.jsxs("ul",{children:[t.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."}),t.jsx("li",{children:"If the scheduled changes contain any conflicts, Unleash will refuse to apply them."}),t.jsx("li",{children:"If the user who scheduled the changes is removed from this Unleash instance, the scheduled changes will also not be applied."})]})]})]})]})}),t.jsx(y,{sx:{mt:3},children:t.jsx(si,{"aria-details":r,style:{maxWidth:"100%",height:"auto"}})})]})})]})},W5=o(y)(({theme:e})=>({padding:e.spacing(1),display:"flex",justifyContent:"center","& .MuiInputBase-input":{fontSize:e.fontSizes.smallBody}})),ci=()=>{const{trackEvent:e}=w1(),[n,a]=i.useState({isOpen:!1,enableEnvironment:"",isEnabled:!1,requiredApprovals:1}),s=r1(),c=z("projectId"),{data:r,loading:l,refetchChangeRequestConfig:d}=nt(c),{updateChangeRequestEnvironmentConfig:p}=J2(),{setToastData:h,setToastApiError:m}=d1(),u=(E,F,D)=>()=>{a({isOpen:!0,enableEnvironment:E,isEnabled:F,requiredApprovals:D})},g=async()=>{n.enableEnvironment&&await x(),a(E=>({...E,isOpen:!1}))};async function x(E){try{await p(E||{project:c,environment:n.enableEnvironment,enabled:!n.isEnabled,requiredApprovals:n.requiredApprovals}),h({type:"success",title:"Updated change request status",text:"Successfully updated change request status."}),await d()}catch(F){m(o1(F))}}const v=Array.from(Array(10).keys()).map(E=>String(E+1)).map(E=>({key:E,label:`${E} ${E==="1"?"approval":"approvals"}`,sx:{fontSize:s.fontSizes.smallBody}}));function b(E,F){x({project:c,environment:E.environment,enabled:E.changeRequestEnabled,requiredApprovals:Number(F)})}const f=i.useMemo(()=>[{Header:"Environment",accessor:"environment",disableSortBy:!0},{Header:"Type",accessor:"type",disableGlobalFilter:!0,disableSortBy:!0},{Header:"Required approvals",Cell:({row:{original:E}})=>{const{hasAccess:F}=i.useContext(s3);return t.jsx(C,{condition:E.changeRequestEnabled,show:t.jsx(W5,{"data-loading":!0,children:t.jsx(I3,{sx:{width:"140px",marginLeft:1},options:v,value:E.requiredApprovals||1,onChange:D=>{b(E,D)},disabled:!F([J0,d5],c),IconComponent:d8,fullWidth:!0})})})},width:100,disableGlobalFilter:!0,disableSortBy:!0},{Header:"Status",accessor:"changeRequestEnabled",id:"changeRequestEnabled",align:"center",Cell:({value:E,row:{original:F}})=>t.jsx(W5,{"data-loading":!0,children:t.jsx(R6,{checked:E,projectId:c,permission:[J0,d5],inputProps:{"aria-label":F.environment},onClick:u(F.environment,F.changeRequestEnabled,F.requiredApprovals)})}),width:100,disableGlobalFilter:!0,disableSortBy:!0}],[]),{getTableProps:j,getTableBodyProps:w,headerGroups:T,rows:R,prepareRow:I}=l1.useTable({columns:f,data:r,sortTypes:F3,autoResetGlobalFilter:!1,disableSortRemove:!0,defaultColumn:{Cell:a1}},l1.useGlobalFilter);return t.jsxs(p1,{header:t.jsx(c1,{titleElement:"Change request configuration",actions:t.jsx(M8,{})}),isLoading:l,children:[t.jsx(h1,{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"}),t.jsxs(a2,{...j(),children:[t.jsx(s2,{headerGroups:T}),t.jsx(c2,{...w(),children:R.map(E=>(I(E),t.jsx(r2,{hover:!0,...E.getRowProps(),children:E.cells.map(F=>t.jsx(o2,{...F.getCellProps(),children:F.render("Cell")}))})))})]}),t.jsxs(O1,{onClick:()=>{e("change_request",{props:{eventType:`change request ${n.isEnabled?"disabled":"enabled"}`}}),g()},open:n.isOpen,onClose:()=>a(E=>({...E,isOpen:!1})),primaryButtonText:n.isEnabled?"Disable":"Enable",secondaryButtonText:"Cancel",title:`${n.isEnabled?"Disable":"Enable"} change requests`,children:[t.jsxs(A,{sx:{mb:1},children:["You are about to"," ",n.isEnabled?"disable":"enable"," “Change request”",t.jsx(C,{condition:!!n.enableEnvironment,show:t.jsxs(t.Fragment,{children:[" ","for"," ",t.jsx("strong",{children:n.enableEnvironment})]})}),"."]}),t.jsx(C,{condition:!n.isEnabled,show:t.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."})})]})]})},ri=()=>{const e=z("projectId"),n=V1(e),{hasAccess:a}=i.useContext(s3),{isOss:s,isPro:c}=X();return _1(`Project change request configuration – ${n}`),s()||c()?t.jsx(p1,{header:t.jsx(c1,{titleElement:"Change request configuration",actions:t.jsx(M8,{})}),sx:{justifyContent:"center"},children:t.jsx(S3,{feature:"change-requests"})}):a([I1,at],e)?t.jsx(ci,{}):t.jsx(p1,{header:t.jsx(c1,{title:"Change request configuration"}),children:t.jsx(h1,{severity:"error",children:"You need project owner permissions to access this section."})})},H5="Create project API token",oi=()=>{const e=z("projectId"),{setToastApiError:n}=d1(),{uiConfig:a}=X(),s=B1(),[c,r]=i.useState(!1),[l,d]=i.useState(""),{getApiTokenPayload:p,username:h,type:m,apiTokenTypes:u,environment:g,setUsername:x,setTokenType:v,setEnvironment:b,isValid:f,errors:j,clearErrors:w}=g9(e),{createToken:T,loading:R}=D4(),{refetch:I}=P4(e),{trackEvent:E}=w1();_1(H5);const F=`api/admin/projects/${e}/api-tokens`,D=q6,$=async H=>{if(H.preventDefault(),!!f())try{const P=p();await T(P,e).then(O=>O.json()).then(O=>{ct(),d(O.secret),r(!0),E("project_api_tokens",{props:{eventType:"api_key_created"}}),I()})}catch(P){n(o1(P))}},L=()=>{r(!1),s(l3)},_=()=>`curl --location --request POST '${a.unleashUrl}/${F}' \\
|
|
716
|
+
--header 'Authorization: INSERT_API_KEY' \\
|
|
717
|
+
--header 'Content-Type: application/json' \\
|
|
718
|
+
--data-raw '${JSON.stringify(p(),void 0,2)}'`,N=()=>{s(l3)};return t.jsxs(u3,{loading:R,title:H5,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:_,children:[t.jsxs(x9,{handleSubmit:$,handleCancel:N,mode:"Create",actions:t.jsx(st,{name:"token",permission:D,projectId:e}),children:[t.jsx(f9,{username:h,setUsername:x,errors:j,clearErrors:w}),t.jsx(j9,{type:m,setType:v,apiTokenTypes:u}),t.jsx(y9,{type:m,environment:g,setEnvironment:b})]}),t.jsx(b9,{open:c,setOpen:r,closeConfirm:L,token:l,type:m})]})},ii=()=>{const e=B1();return t.jsx(n3,{open:!0,onClose:()=>e(l3),label:"Create API token",children:t.jsx(oi,{})})},li=()=>{const e=z("projectId"),n=V1(e),{hasAccess:a}=i.useContext(s3),{tokens:s,loading:c,refetch:r}=P4(e),{trackEvent:l}=w1(),{deleteToken:d}=D4();_1(`Project api access – ${n}`);const{getTableProps:p,getTableBodyProps:h,headerGroups:m,rows:u,prepareRow:g,state:{globalFilter:x},setGlobalFilter:v,setHiddenColumns:b,columns:f}=S9(s,j=>t.jsxs(o4,{children:[t.jsx(C9,{token:j.row.original,permission:h5,project:e,track:()=>l("project_api_tokens",{props:{eventType:"api_key_copied"}})}),t.jsx(Z9,{token:j.row.original,permission:rt,project:e,onRemove:async()=>{await d(j.row.original.secret,e),l("project_api_tokens",{props:{eventType:"api_key_deleted"}}),r()}})]}));return t.jsxs("div",{style:{width:"100%",overflow:"hidden"},children:[t.jsx(p1,{header:t.jsx(c1,{title:`API access (${u.length})`,actions:t.jsxs(t.Fragment,{children:[t.jsx(F1,{initialValue:x,onChange:v}),t.jsx(c1.Divider,{}),t.jsx(w9,{permission:ot,path:"create",project:e})]})}),children:t.jsx(C,{condition:!a(h5,e),show:t.jsx(h1,{severity:"warning",children:"You need to have the correct permissions to read API tokens"}),elseShow:t.jsx(E9,{compact:!0,loading:c,headerGroups:m,setHiddenColumns:b,prepareRow:g,rows:u,columns:f,globalFilter:x})})}),t.jsx(W3,{children:t.jsx(e1,{path:"create",element:t.jsx(ii,{})})})]})},di=()=>{const e=z("projectId"),n=V1(e),{isOss:a}=X(),s=B1();return _1(`Project segments – ${n}`),a()?t.jsx(p1,{header:t.jsx(c1,{titleElement:"Segments"}),sx:{justifyContent:"center"},children:t.jsx(S3,{feature:"segments"})}):t.jsxs(W3,{children:[t.jsx(e1,{path:"create",element:t.jsx(n3,{open:!0,onClose:()=>s(l3),label:"Create segment",children:t.jsx(it,{modal:!0})})}),t.jsx(e1,{path:"edit/:segmentId",element:t.jsx(n3,{open:!0,onClose:()=>s(l3),label:"Edit segment",children:t.jsx(lt,{modal:!0})})}),t.jsx(e1,{path:"*",element:t.jsx(dt,{})})]})},hi=(e,n)=>{const a=new URLSearchParams({environmentId:n});return`/projects/${e}/settings/default-strategy/edit?${a}`},pi={name:"flexibleRollout",disabled:!1,constraints:[],title:"",parameters:{rollout:"100",stickiness:"default",groupId:""}},ui=({environment:e,description:n})=>{const a=z("projectId"),{environment:s,defaultStrategy:c}=e,r=hi(a,s),l=i.useMemo(()=>c||pi,[JSON.stringify(c)]);return t.jsx(t.Fragment,{children:t.jsxs(A9,{strategy:l,description:n,actions:t.jsx(t.Fragment,{children:t.jsx(w3,{permission:[ht,J0],environmentId:s,projectId:a,component:Q,to:r,tooltipProps:{title:`Edit default strategy for "${s}"`},"data-testid":`STRATEGY_EDIT-${l==null?void 0:l.name}`,children:t.jsx(u2,{})})}),children:[t.jsx(pt,{strategy:l}),l.variants&&l.variants.length>0?t.jsx(ut,{variants:l.variants}):null]})})},mi=o("div",{shouldForwardProp:e=>e!=="enabled"})(({theme:e,enabled:n})=>({borderRadius:e.shape.borderRadiusLarge,marginBottom:e.spacing(2),backgroundColor:n?e.palette.background.paper:e.palette.envAccordion.disabled})),vi=o(C4)({boxShadow:"none",background:"none"}),gi=o(Z4)(({theme:e})=>({boxShadow:"none",padding:e.spacing(2,4),pointerEvents:"none",[e.breakpoints.down(400)]:{padding:e.spacing(1,2)}})),xi=o(w4,{shouldForwardProp:e=>e!=="enabled"})(({theme:e})=>({padding:e.spacing(3),background:e.palette.envAccordion.expanded,borderBottomLeftRadius:e.shape.borderRadiusLarge,borderBottomRightRadius:e.shape.borderRadiusLarge,boxShadow:e.boxShadows.accordionFooter,[e.breakpoints.down("md")]:{padding:e.spacing(2,1)}})),fi=o("div")(({theme:e})=>({width:"100%",position:"relative",paddingBottom:e.spacing(2)})),ji=o("div")(({theme:e})=>({[e.breakpoints.down(400)]:{padding:e.spacing(1)}})),yi=o("div",{shouldForwardProp:e=>e!=="enabled"})(({theme:e,enabled:n})=>({display:"flex",justifyContent:"center",flexDirection:"column",color:n?e.palette.text.primary:e.palette.text.secondary})),bi=o("div")(({theme:e})=>({display:"flex",alignItems:"center",fontWeight:"bold",[e.breakpoints.down(560)]:{flexDirection:"column",textAlign:"center"}})),Si=o(mt)(({theme:e})=>({[e.breakpoints.down(560)]:{marginBottom:"0.5rem"}})),Ci=o(vt)(({theme:e})=>({fontSize:e.fontSizes.bodySize,fontWeight:e.typography.fontWeightMedium,[e.breakpoints.down(560)]:{textAlign:"center"}})),Zi=({environment:e})=>{const{environment:n}=e,a=`Default strategy configuration in the ${n} environment`,s=r1();return t.jsx(mi,{enabled:!1,children:t.jsxs(vi,{expanded:!0,onChange:r=>r.stopPropagation(),"data-testid":`${gt}_${n}`,className:"environment-accordion accordion-disabled",style:{outline:`2px solid ${s.palette.divider}`,backgroundColor:s.palette.background.paper},children:[t.jsx(gi,{children:t.jsx(yi,{"data-loading":!0,enabled:!1,children:t.jsxs(bi,{children:[t.jsx(Si,{enabled:!0}),t.jsx("div",{children:t.jsx(Ci,{text:n,maxWidth:"100",maxLength:15})})]})})}),t.jsx(xi,{enabled:!0,children:t.jsx(fi,{children:t.jsx(ji,{children:t.jsx(ui,{environment:e,description:a})})})})]})})},wi=o(h1)(({theme:e})=>({marginBottom:e.spacing(4)})),Ei=()=>{const e=z("projectId"),n=V1(e),{hasAccess:a}=i.useContext(s3),{project:s}=R1(e),c=B1();if(_1(`Project default strategy configuration – ${n}`),!a([I1,xt,ft],e))return t.jsx(p1,{header:t.jsx(c1,{title:"Default Strategy configuration"}),children:t.jsx(h1,{severity:"error",children:"You need project owner permissions to access this section."})});const r=`/projects/${e}/settings/default-strategy`,l=()=>c(r);return t.jsxs(t.Fragment,{children:[t.jsxs(p1,{header:t.jsx(c1,{title:"Default Strategy"}),children:[t.jsx(wi,{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"}),s==null?void 0:s.environments.map(d=>t.jsx(Zi,{environment:d},d.environment))]}),t.jsx(W3,{children:t.jsx(e1,{path:"edit",element:t.jsx(n3,{label:"Edit feature strategy",onClose:l,open:!0,children:t.jsx(m9,{})})})})]})},Ai=(e="open",n="",a="",s="")=>{const[c,r]=i.useState(e),[l,d]=i.useState(n),[p,h]=i.useState(a),[m,u]=i.useState(s),[g,x]=i.useState({});return i.useEffect(()=>{r(e)},[e]),i.useEffect(()=>{d(n)},[n]),i.useEffect(()=>{h(a)},[a]),i.useEffect(()=>{u(s)},[s]),{projectMode:c,featureNamingPattern:l,featureNamingExample:p,featureNamingDescription:m,setFeatureNamingPattern:d,setFeatureNamingExample:h,setFeatureNamingDescription:u,setProjectMode:r,getEnterpriseSettingsPayload:()=>({mode:c,featureNaming:{pattern:l,example:p,description:m}}),clearErrors:()=>{x({})},errors:g}},k0=o(A)(({theme:e})=>({fontWeight:e.fontWeight.bold,display:"inline"})),I0=o(A)(({theme:e})=>({display:"inline",color:e.palette.text.secondary})),z8=()=>t.jsx(c0,{htmlTooltip:!0,tooltip:t.jsxs(t.Fragment,{children:[t.jsxs(y,{children:[t.jsx(k0,{children:"open: "}),t.jsx(I0,{children:"Everyone can submit change requests"})]}),t.jsxs(y,{sx:{mt:2},children:[t.jsx(k0,{children:"protected: "}),t.jsx(I0,{children:"Only admins and project members can submit change requests"})]}),t.jsxs(y,{sx:{mt:2},children:[t.jsx(k0,{children:"private: "}),t.jsx(I0,{children:"Only admins, editors and project members can see and access the project and associated feature flags"})]})]})}),Ti=()=>t.jsx(c0,{htmlTooltip:!0,tooltip:t.jsx(y,{children:t.jsxs("p",{children:["For example, the pattern"," ",t.jsx("code",{children:"[a-z0-9]{2}\\.[a-z]{4,12}"})," matches 'a1.project', but not 'a1.project.feature-1'."]})})}),ki=o("form")(({theme:e})=>({height:"100%",paddingBottom:e.spacing(4)})),q5=o("div")(({theme:e})=>({color:e.palette.text.secondary,fontSize:e.fontSizes.smallerBody,lineHeight:1.25,paddingBottom:e.spacing(1)})),K5=o(i2)(({theme:e})=>({width:"100%",marginBottom:e.spacing(2),paddingRight:e.spacing(1)})),Ii=o(c3)(({theme:e})=>({width:"100%",marginBottom:e.spacing(2)})),Ri=o("fieldset")(()=>({padding:0,border:"none"})),Pi=o(x4)(({theme:e})=>({marginBottom:e.spacing(2),minWidth:"200px"})),Di=o("div")(()=>({marginTop:"auto",display:"flex",justifyContent:"flex-end"})),_i=o("div")(({theme:e})=>({display:"flex",flexDirection:"column",alignItems:"flex-start",gap:e.spacing(1),"& > *":{width:"100%"}})),Fi=o("div")(({theme:e})=>({"p + p":{marginTop:e.spacing(1)}})),$i=({pattern:e,example:n,featureNamingPatternError:a})=>a||!n||!e?{state:"valid"}:n&&e?new RegExp(`^${e}$`).test(n)?{state:"valid"}:{state:"invalid",reason:"Example does not match regex"}:{state:"valid"},Oi=()=>{const[e,n]=i3.useState(""),{trackEvent:a}=w1(),s="feature-naming-pattern";return{trackPattern:(r="")=>{r===e||(r===""&&e!==""?a(s,{props:{action:"removed"}}):r!==""&&e===""?a(s,{props:{action:"added"}}):r!==""&&e!==""&&a(s,{props:{action:"edited"}}))},setPreviousPattern:n}},Vi=({children:e,handleSubmit:n,projectId:a,projectMode:s,featureNamingExample:c,featureNamingPattern:r,featureNamingDescription:l,setFeatureNamingExample:d,setFeatureNamingPattern:p,setFeatureNamingDescription:h,setProjectMode:m,errors:u})=>{const{setPreviousPattern:g,trackPattern:x}=Oi(),v=[{key:"open",label:"open"},{key:"protected",label:"protected"},{key:"private",label:"private"}];i.useEffect(()=>{g(r||"")},[a]);const b=({example:T,pattern:R})=>{const I=$i({pattern:R,example:T,featureNamingPatternError:u.featureNamingPattern});switch(I.state){case"invalid":u.namingExample=I.reason;break;case"valid":delete u.namingExample;break}},f=T=>{if([" ","\\t","\\s","\\n","\\r","\\f","\\v"].some(I=>T.includes(I)))u.featureNamingPattern="Whitespace is not allowed in the expression";else try{new RegExp(T),delete u.featureNamingPattern}catch{u.featureNamingPattern="Invalid regular expression"}p==null||p(T),b({pattern:T,example:c||""})},j=T=>{d==null||d(T),b({pattern:r||"",example:T})},w=T=>{h==null||h(T)};return t.jsxs(ki,{onSubmit:T=>{n(T),x(r)},children:[t.jsxs(t.Fragment,{children:[t.jsxs(y,{sx:{display:"flex",alignItems:"center",marginBottom:1,gap:1},children:[t.jsx("p",{children:"What is your project collaboration mode?"}),t.jsx(z8,{})]}),t.jsx(Pi,{id:"project-mode",value:s,label:"Project collaboration mode",name:"Project collaboration mode",onChange:T=>{m==null||m(T.target.value)},options:v})]}),t.jsxs(Ri,{children:[t.jsxs(y,{sx:{display:"flex",alignItems:"center",marginBottom:1,gap:1},children:[t.jsx("legend",{children:"Feature flag naming pattern?"}),t.jsx(Ti,{})]}),t.jsx(q5,{children:t.jsxs(Fi,{id:"pattern-naming-description",children:[t.jsxs("p",{children:["Define a"," ",t.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"," ",t.jsx("code",{children:"^"})," and a trailing ",t.jsx("code",{children:"$"}),"."]}),t.jsx("p",{children:"Leave it empty if you don’t want to add a naming pattern."})]})}),t.jsxs(_i,{children:[t.jsx(K5,{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:t.jsx(p5,{position:"start",children:"^"}),endAdornment:t.jsx(p5,{position:"end",children:"$"})},type:"text",value:r||"",error:!!u.featureNamingPattern,errorText:u.featureNamingPattern,onChange:T=>f(T.target.value)}),t.jsx(q5,{children:t.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."})}),t.jsx(K5,{label:"Naming Example",name:"feature flag naming example",type:"text","aria-describedby":"pattern-additional-description",value:c||"",placeholder:"dx.feature1.1-135",error:!!u.namingExample,errorText:u.namingExample,onChange:T=>j(T.target.value)}),t.jsx(Ii,{label:"Naming pattern description",name:"feature flag naming description",type:"text","aria-describedby":"pattern-additional-description",placeholder:`<project>.<featureName>.<ticket>
|
|
719
|
+
|
|
720
|
+
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:l||"",onChange:T=>w(T.target.value)})]})]}),t.jsx(Di,{children:e})]})},Bi=o("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}})),Li=o("div")(({theme:e})=>({borderTop:`1px solid ${e.palette.divider}`,paddingTop:e.spacing(4)})),Ui="EDIT_PROJECT_SETTINGS_BTN",Ni=()=>{const[e,n]=i3.useState(""),{trackEvent:a}=w1(),s="project-mode";return{trackModePattern:r=>{r!==e&&a(s,{props:{mode:r,action:"updated"}})},setPreviousMode:n}},Mi=({project:e})=>{var L,_,N;const{uiConfig:n}=X(),{setToastData:a,setToastApiError:s}=d1(),c=z("projectId"),{projectMode:r,featureNamingExample:l,featureNamingDescription:d,featureNamingPattern:p,setFeatureNamingPattern:h,setFeatureNamingExample:m,setFeatureNamingDescription:u,setProjectMode:g,getEnterpriseSettingsPayload:x,errors:v={},clearErrors:b}=Ai(e.mode,(L=e==null?void 0:e.featureNaming)==null?void 0:L.pattern,(_=e==null?void 0:e.featureNaming)==null?void 0:_.example,(N=e==null?void 0:e.featureNaming)==null?void 0:N.description),f=()=>`curl --location --request PUT '${n.unleashUrl}/api/admin/projects/${c}/settings' \\
|
|
721
|
+
--header 'Authorization: INSERT_API_KEY' \\
|
|
722
|
+
--header 'Content-Type: application/json' \\
|
|
723
|
+
--data-raw '${JSON.stringify(x(),void 0,2)}'`,{refetch:j}=R1(c),{editProjectSettings:w,loading:T}=h3(),R=()=>{const[H,P]=i3.useState(""),{trackEvent:O}=w1(),G="feature-naming-pattern";return{trackPattern:(Z="")=>{Z===H||(Z===""&&H!==""?O(G,{props:{action:"removed"}}):Z!==""&&H===""?O(G,{props:{action:"added"}}):Z!==""&&H!==""&&O(G,{props:{action:"edited"}}))},setPreviousPattern:P}},{setPreviousPattern:I,trackPattern:E}=R(),{setPreviousMode:F,trackModePattern:D}=Ni(),$=async H=>{H.preventDefault();const P=x();try{await w(c,P),j(),a({title:"Project information updated",type:"success"}),E(p),D(r)}catch(O){s(o1(O))}};return i.useEffect(()=>{I(p||""),F(r)},[e]),t.jsx(Bi,{children:t.jsx(u3,{loading:T,title:"Enterprise Settings",description:"",documentationLink:"https://docs.getunleash.io/reference/projects",documentationLinkLabel:"Projects documentation",formatApiCode:f,compactPadding:!0,compact:!0,showDescription:!1,showLink:!1,children:t.jsx(Li,{children:t.jsx(Vi,{projectId:c,projectMode:r,featureNamingPattern:p,featureNamingExample:l,featureNamingDescription:d,setFeatureNamingPattern:h,setFeatureNamingExample:m,setFeatureNamingDescription:u,setProjectMode:g,handleSubmit:$,errors:v,clearErrors:b,children:t.jsx(b3,{type:"submit",permission:I1,projectId:c,"data-testid":Ui,children:"Save changes"})})})})})},zi=()=>t.jsx(c0,{htmlTooltip:!0,tooltip:t.jsx(y,{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."})}),Wi="PROJECT_STICKINESS_SELECT",Hi="PROJECT_ID_INPUT",qi="PROJECT_NAME_INPUT",Ki="PROJECT_DESCRIPTION_INPUT",Gi=o("form")(({theme:e})=>({height:"100%",paddingBottom:e.spacing(1)})),E2=o("p")(({theme:e})=>({marginBottom:e.spacing(1),marginRight:e.spacing(1)})),Yi=o(x4)(({theme:e})=>({marginBottom:e.spacing(2),minWidth:"200px"})),Ji=o("div")(({theme:e})=>({color:e.palette.text.secondary,fontSize:e.fontSizes.smallerBody,lineHeight:1.25,paddingBottom:e.spacing(1)})),R0=o(i2)(({theme:e})=>({width:"100%",marginBottom:e.spacing(2),paddingRight:e.spacing(1)})),Qi=o(c3)(({theme:e})=>({width:"100%",marginBottom:e.spacing(2)})),Xi=o("div")(()=>({marginTop:"auto",display:"flex",justifyContent:"flex-end"})),el=o("div")(()=>({display:"flex",alignItems:"center"})),tl=({children:e,handleSubmit:n,projectId:a,projectName:s,projectDesc:c,projectStickiness:r,featureLimit:l,featureCount:d,projectMode:p,setProjectMode:h,setProjectId:m,setProjectName:u,setProjectDesc:g,setProjectStickiness:x,setFeatureLimit:v,errors:b,mode:f,validateProjectId:j,clearErrors:w})=>{const{isEnterprise:T}=X(),R=[{key:"open",label:"open"},{key:"protected",label:"protected"},{key:"private",label:"private"}];return t.jsxs(Gi,{onSubmit:I=>{n(I)},children:[t.jsx(E2,{children:"What is your project Id?"}),t.jsx(R0,{label:"Project Id",value:a,onChange:I=>m(jt(I.target.value)),error:!!b.id,errorText:b.id,onFocus:()=>w(),onBlur:j,disabled:f==="Edit","data-testid":Hi,autoFocus:!0,required:!0}),t.jsx(E2,{children:"What is your project name?"}),t.jsx(R0,{label:"Project name",value:s,onChange:I=>u(I.target.value),error:!!b.name,errorText:b.name,onFocus:()=>{delete b.name},"data-testid":qi,required:!0}),t.jsx(E2,{children:"What is your project description?"}),t.jsx(Qi,{label:"Project description",variant:"outlined",multiline:!0,maxRows:4,value:c,onChange:I=>g(I.target.value),"data-testid":Ki}),t.jsx(C,{condition:x!=null,show:t.jsxs(t.Fragment,{children:[t.jsx(E2,{children:"What is the default stickiness for the project?"}),t.jsx(yt,{label:"Stickiness",value:r,"data-testid":Wi,onChange:I=>x==null?void 0:x(I.target.value),editable:!0})]})}),t.jsx(C,{condition:f==="Edit",show:()=>t.jsxs(t.Fragment,{children:[t.jsxs(y,{sx:{display:"flex",alignItems:"center",marginBottom:1,gap:1},children:[t.jsx("p",{children:"Feature flag limit?"}),t.jsx(zi,{})]}),t.jsx(Ji,{children:"Leave it empty if you don’t want to add a limit"}),t.jsxs(el,{children:[t.jsx(R0,{label:"Limit",name:"value",type:"number",value:l==="null"||l===void 0?"":l,onChange:I=>v(I.target.value)}),t.jsx(C,{condition:d!==void 0&&!!l,show:t.jsxs(y,{children:["(",d," of ",l," used)"]})})]})]})}),t.jsx(C,{condition:f==="Create"&&T(),show:t.jsxs(t.Fragment,{children:[t.jsxs(y,{sx:{display:"flex",alignItems:"center",marginBottom:1,gap:1},children:[t.jsx("p",{children:"What is your project collaboration mode?"}),t.jsx(z8,{})]}),t.jsx(Yi,{id:"project-mode",value:p,label:"Project collaboration mode",name:"Project collaboration mode",onChange:I=>{h==null||h(I.target.value)},options:R})]})}),t.jsx(Xi,{children:e})]})},nl=o("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}})),al=o("div")(({theme:e})=>({borderTop:`1px solid ${e.palette.divider}`,paddingTop:e.spacing(4)})),sl="EDIT_PROJECT_BTN",cl=({project:e})=>{const n=z("projectId"),{uiConfig:a}=X(),{setToastData:s,setToastApiError:c}=d1(),{defaultStickiness:r}=bt(n),{trackEvent:l}=w1(),{projectId:d,projectName:p,projectDesc:h,projectStickiness:m,featureLimit:u,setFeatureLimit:g,setProjectId:x,setProjectName:v,setProjectDesc:b,setProjectStickiness:f,getEditProjectPayload:j,clearErrors:w,validateProjectId:T,validateName:R,errors:I}=St(n,e.name,e.description,r,String(e.featureLimit)),{editProject:E,loading:F}=h3(),{refetch:D}=R1(n),$=()=>`curl --location --request PUT '${a.unleashUrl}/api/admin/projects/${n}' \\
|
|
724
|
+
--header 'Authorization: INSERT_API_KEY' \\
|
|
725
|
+
--header 'Content-Type: application/json' \\
|
|
726
|
+
--data-raw '${JSON.stringify(j(),void 0,2)}'`,L=async _=>{_.preventDefault();const N=j();if(R())try{await E(n,N),D(),s({title:"Project information updated",type:"success"}),m!==Ct&&l("project_stickiness_set")}catch(P){c(o1(P))}};return t.jsx(nl,{children:t.jsx(u3,{loading:F,title:"General settings",description:"Projects allow you to group feature flags together in the management UI.",documentationLink:"https://docs.getunleash.io/reference/projects",documentationLinkLabel:"Projects documentation",formatApiCode:$,compactPadding:!0,compact:!0,children:t.jsx(al,{children:t.jsx(tl,{errors:I,handleSubmit:L,projectId:d,setProjectId:x,projectName:p,setProjectName:v,projectStickiness:m,setProjectStickiness:f,setFeatureLimit:g,featureLimit:u,projectDesc:h,setProjectDesc:b,mode:"Edit",clearErrors:w,validateProjectId:T,children:t.jsx(b3,{type:"submit",permission:[I1,h8],projectId:d,"data-testid":sl,children:"Save changes"})})})})})},rl=({open:e,onClose:n,project:a,onSuccess:s})=>{const{archiveProject:c}=h3(),{refetch:r}=L6(),{setToastData:l,setToastApiError:d}=d1(),p=async h=>{h.preventDefault();try{await c(a),r(),l({title:"Archived project",type:"success",text:"Successfully archived project"}),s==null||s()}catch(m){d(o1(m))}n(h)};return t.jsx(O1,{open:e,onClick:p,onClose:n,title:"Are you sure?",children:t.jsx(A,{children:"The project will be moved to the projects archive, where it can either be revived or permanently deleted."})})},ol=o("div")(({theme:e})=>({display:"flex",flexDirection:"column",borderTop:`1px solid ${e.palette.divider}`,paddingTop:e.spacing(4),gap:e.spacing(2)})),il=o("div")(({theme:e})=>({display:"flex",justifyContent:"flex-end",paddingTop:e.spacing(3)})),ll=({projectId:e,featureCount:n})=>{const[a,s]=i.useState(!1),c=B1(),r=n>0;return t.jsxs(ol,{children:[t.jsx("p",{children:"Before you can archive a project, you must first archive all of the feature flags associated with it."}),t.jsx(C,{condition:n>0,show:t.jsxs("p",{children:["Currently there ",n<=1?"is":"are"," ",t.jsx(z1,{component:Q,to:"../..",children:t.jsxs("strong",{children:[n," active feature"," ",n===1?"flag":"flags","."]})})]})}),t.jsx(il,{children:t.jsx(b3,{permission:Zt,disabled:r,projectId:e,onClick:()=>{s(!0)},tooltipProps:{title:"Archive project"},"data-loading":!0,children:"Archive project"})}),t.jsx(rl,{project:e,open:a,onClose:()=>{s(!1)},onSuccess:()=>{c("/projects")}})]})},dl=o("div")(({theme:e})=>({borderRadius:e.spacing(2),overflow:"hidden"})),hl=({featureCount:e})=>{const n=z("projectId"),{uiConfig:a}=X(),{loading:s}=h3(),c=()=>`curl --location --request POST '${a.unleashUrl}/api/admin/projects/archive/${n}' \\
|
|
727
|
+
--header 'Authorization: INSERT_API_KEY'`;return t.jsx(dl,{children:t.jsx(u3,{loading:s,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:t.jsx(ll,{projectId:n,featureCount:e})})})},pl=o("div")(({theme:e})=>({display:"flex",flexDirection:"column",gap:e.spacing(2)})),ul=()=>{const{isEnterprise:e}=X(),{hasAccess:n}=i.useContext(s3),a=z("projectId"),{project:s}=R1(a);if(!s.name)return null;const c=!n([I1,h8],a)&&t.jsx(h1,{severity:"error",sx:{mb:4},children:"You do not have the required permissions to edit this project."});return t.jsxs(t.Fragment,{children:[c,t.jsxs(pl,{children:[t.jsx(cl,{project:s}),t.jsx(C,{condition:e(),show:t.jsx(Mi,{project:s})}),t.jsx(hl,{featureCount:B6(s)})]})]})},ml=()=>{const e=z("projectId"),n=V1(e),{hasAccess:a}=i.useContext(s3),{isOss:s}=X();return _1(`Project configuration – ${n}`),s()?t.jsx(p1,{header:t.jsx(c1,{title:"General settings"}),sx:{justifyContent:"center"},children:t.jsx(S3,{feature:"project-settings"})}):a([I1,wt],e)?t.jsx(ul,{}):t.jsx(p1,{header:t.jsx(c1,{title:"General settings"}),children:t.jsx(h1,{severity:"error",children:"You need project owner permissions to access this section."})})},vl={actions:[]},Q4=e=>{const{isEnterprise:n}=X(),a=t3("automatedActions"),{data:s,error:c,mutate:r}=n0(n()&&a,vl,x1(`api/admin/projects/${e}/actions`),gl);return i.useMemo(()=>({actions:(s==null?void 0:s.actions)??[],loading:!c&&!s,refetch:()=>r(),error:c}),[s,c,r])},gl=e=>fetch(e).then(D1("Actions")).then(n=>n.json()),W8=e=>{const{loading:n,makeRequest:a,createRequest:s,errors:c}=e0({propagateErrors:!0}),r=`api/admin/projects/${e}/actions`,l=async g=>{const v=s(r,{method:"POST",body:JSON.stringify(g)},"addActionSet");return(await a(v.caller,v.id)).json()},d=async(g,x)=>{const b=s(`${r}/${g}`,{method:"PUT",body:JSON.stringify(x)},"updateActionSet");await a(b.caller,b.id)},p=async g=>{const v=s(`${r}/${g}/on`,{method:"POST"},"enableActionSet");await a(v.caller,v.id)},h=async g=>{const v=s(`${r}/${g}/off`,{method:"POST"},"disableActionSet");await a(v.caller,v.id)};return{addActionSet:l,updateActionSet:d,removeActionSet:async g=>{const v=s(`${r}/${g}`,{method:"DELETE"},"removeActionSet");await a(v.caller,v.id)},toggleActionSet:async(g,x)=>{x?await p(g):await h(g)},errors:c,loading:n}},xl=o(y)({display:"flex",alignItems:"center"}),fl=o(j3)(({theme:e})=>({background:"transparent",borderRadius:e.shape.borderRadius,overflow:"hidden",width:e.spacing(3),height:e.spacing(3),fontSize:e.fontSizes.mainHeader})),jl=o(z1)(({theme:e})=>({...Et(e),"&:hover, &:focus":{textDecoration:"underline"}})),yl=({action:e,signalEndpoints:n})=>{const{sourceId:a,source:s}=e.match;if(s==="signal-endpoint"){const c=n.find(({id:r})=>r===a);if(c)return t.jsx(a1,{children:t.jsxs(xl,{children:[t.jsx(W1,{title:"Signal endpoint",arrow:!0,children:t.jsx(fl,{src:$2(At),alt:"Signal endpoint",variant:"rounded"})}),t.jsx(jl,{component:Q,to:"/integrations/signals",underline:"hover",children:c.name})]})})}return t.jsx(a1,{children:"No source"})},bl=e=>Sl[e],Sl={IN:"is one of",NOT_IN:"is not one of",STR_CONTAINS:"is a string that contains",STR_STARTS_WITH:"is a string that starts with",STR_ENDS_WITH:"is a string that ends with",NUM_EQ:"is a number equal to",NUM_GT:"is a number greater than",NUM_GTE:"is a number greater than or equal to",NUM_LT:"is a number less than",NUM_LTE:"is a number less than or equal to",DATE_BEFORE:"is a date before",DATE_AFTER:"is a date after",SEMVER_EQ:"is a SemVer equal to",SEMVER_GT:"is a SemVer greater than",SEMVER_LT:"is a SemVer less than"},Cl=o(A)(({theme:e})=>({fontSize:e.fontSizes.smallerBody})),Zl=({action:e})=>{const{payload:n}=e.match,a=Object.entries(n);return a.length===0?t.jsx(a1,{children:"0 filters"}):t.jsx(a1,{children:t.jsx(z3,{tooltipProps:{maxWidth:500},tooltip:t.jsx(t.Fragment,{children:a.map(([s,{inverted:c,operator:r,caseInsensitive:l,value:d,values:p}])=>{const h=bl(r),m=c?t.jsxs(t.Fragment,{children:["is ",t.jsx("u",{children:"not"})," ",h.substring(2)]}):h;return t.jsxs(Cl,{children:[t.jsx("strong",{children:s})," ",m,l?" (case insensitive)":"",": ",t.jsx("strong",{children:p?p.join(", "):d})]},s)})}),children:a.length===1?"1 filter":`${a.length} filters`})})},wl=({action:e,serviceAccounts:n})=>{const{actorId:a}=e,s=n.find(({id:c})=>c===a);return s?t.jsx(_3,{to:"/admin/service-accounts",title:s.name,subtitle:s.username}):t.jsx(a1,{children:"No service account"})},El=async e=>{const n=await fetch(e);return await D1("Action events")(n),n.json()},H8=(e,n,a=50,s={})=>{var w;const{isEnterprise:c}=X(),r=t3("automatedActions"),l=(T,R)=>!e||!n||!c||!r||R&&!R.actionSetEvents.length?null:x1(`api/admin/projects/${n}/actions/${e}/events?limit=${a}&offset=${T*a}`),{data:d,error:p,size:h,setSize:m,mutate:u}=Tt(l,El,{...s,revalidateAll:!0}),g=d?d.flatMap(({actionSetEvents:T})=>T):[],x=!d&&!p,v=h>0&&!(d!=null&&d[h-1]),b=x||v,f=((w=d==null?void 0:d[h-1])==null?void 0:w.actionSetEvents.length)===a;return{actionEvents:g,hasMore:f,loadMore:()=>{b||!f||m(h+1)},loading:b,refetch:()=>u(),error:p}},Al=o("div",{shouldForwardProp:e=>e!=="state"})(({theme:e,state:n})=>({padding:e.spacing(2),border:`1px solid ${e.palette.divider}`,borderRadius:e.shape.borderRadiusMedium,...n==="not started"&&{backgroundColor:e.palette.background.elevation1}})),Tl=o("div")({display:"flex",flexDirection:"column"}),kl=o("div")({display:"flex",justifyContent:"space-between",alignItems:"center",width:"100%"}),Il=o("div")(({theme:e})=>({display:"flex",alignItems:"center",fontSize:e.fontSizes.smallBody,gap:e.spacing(2)})),Rl=o(r0)(({theme:e})=>({color:e.palette.success.main}));o(E4)(({theme:e})=>({color:e.palette.error.main}));const Pl=o(h1)(({theme:e})=>({marginTop:e.spacing(2),fontSize:"inherit"})),Dl=o(k3)(({theme:e})=>({margin:e.spacing(2,0)})),_l=o("div")(({theme:e})=>({fontSize:e.fontSizes.smallBody})),Fl=o("p")(({theme:e})=>({fontWeight:e.fontWeight.bold,marginBottom:e.spacing(.5)})),$l=o("span")(({theme:e})=>({color:e.palette.text.secondary})),Ol=({action:{state:e,details:n,action:a,executionParams:s},children:c})=>{const r=e==="success"?t.jsx(Rl,{}):e==="started"?t.jsx(A4,{size:20}):e==="not started"?t.jsx("span",{children:"Not started"}):null;return t.jsxs(Al,{state:e,children:[t.jsxs(Tl,{children:[t.jsxs(kl,{children:[t.jsx("div",{children:c}),t.jsx(Il,{children:r})]}),t.jsx(C,{condition:!!n,show:t.jsx(Pl,{severity:"error",children:n})})]}),t.jsx(Dl,{}),t.jsxs(_l,{children:[t.jsx(Fl,{children:a}),Object.entries(s).map(([l,d])=>t.jsxs("div",{children:[t.jsxs($l,{children:[l,":"]})," ",d]},l))]})]})},Vl=i.lazy(()=>p8(()=>import("./ReactJSONEditor-DlQuk0pf.js"),[])),Bl=o(C4)(({theme:e})=>({boxShadow:"none",border:`1px solid ${e.palette.divider}`,borderRadius:e.shape.borderRadiusMedium,"&:before":{display:"none"}})),Ll=o(Z4)({lineHeight:"1.5rem"}),Ul=o(Q)(({theme:e})=>({marginLeft:e.spacing(1)})),Nl=({signal:e})=>{const{signalEndpoints:n}=T4(),a=i.useMemo(()=>{const s=n.find(({id:c})=>c===e.sourceId);return s==null?void 0:s.name},[n,e.sourceId]);return t.jsxs(Bl,{children:[t.jsxs(Ll,{expandIcon:t.jsx(f1,{children:t.jsx(kt,{titleAccess:"Toggle"})}),children:["Signal endpoint:",t.jsx(Ul,{to:"/integrations/signals",children:a})]}),t.jsx(w4,{children:t.jsx(i.Suspense,{fallback:null,children:t.jsx(Vl,{content:{json:e.payload},readOnly:!0,statusBar:!1,editorStyle:"sidePanel"})})})]})},Ml=({signal:e})=>{const{source:n}=e;return n==="signal-endpoint"?t.jsx(Nl,{signal:e}):null},zl=o("div")(({theme:e})=>({display:"flex",flexDirection:"column",gap:e.spacing(2),padding:e.spacing(2)})),Wl=o(h1)({fontSize:"inherit"}),q8=({state:e,actionSet:{actions:n},signal:a})=>{const s=e==="failed"?`${n.filter(({state:c})=>c!=="success").length} out of ${n.length} actions were not successfully executed`:"All actions were successfully executed";return t.jsxs(zl,{children:[t.jsx(Wl,{severity:e==="failed"?"error":"success",icon:e==="success"?t.jsx(r0,{}):void 0,children:s}),t.jsx(Ml,{signal:a}),n.map((c,r)=>t.jsxs(Ol,{action:c,children:["Action ",r+1]},c.id))]})},Hl=o(z3)(({theme:e})=>({display:"flex",alignItems:"center"})),ql=o("div")(({theme:e})=>({display:"flex",justifyContent:"space-between",alignItems:"center",margin:e.spacing(0,2),marginTop:e.spacing(2)})),Kl=o("span")(({theme:e})=>({fontSize:e.fontSizes.bodySize})),Gl=o(r0)(({theme:e})=>({color:e.palette.success.main})),Yl=o(E4)(({theme:e})=>({color:e.palette.error.main})),Jl=({action:e})=>{const{id:n,project:a}=e,{actionEvents:s}=H8(n,a,1,{refreshInterval:5e3}),{locationSettings:c}=N3();if(s.length===0)return null;const r=s[0],l=r.state==="success"?t.jsx(Gl,{}):r.state==="failed"?t.jsx(Yl,{}):t.jsx(A4,{size:20});return t.jsx(Hl,{tooltipProps:{maxWidth:500,maxHeight:600},tooltip:t.jsxs(t.Fragment,{children:[t.jsxs(ql,{children:[t.jsx(Kl,{children:"Last event"}),t.jsx("span",{children:M3(r.createdAt,c==null?void 0:c.locale)})]}),t.jsx(q8,{...r})]}),children:l})},Ql=o("div")(({theme:e})=>({display:"flex",alignItems:"center",gap:e.spacing(1),padding:e.spacing(2)})),Xl=o("div")(({theme:e})=>({display:"flex",flexDirection:"column",gap:e.spacing(1),fontSize:e.fontSizes.smallerBody})),ed=o("ul")(({theme:e})=>({listStyle:"none",paddingLeft:e.spacing(1),margin:0})),td=({action:e,onCreateAction:n})=>{const{actions:a}=e;return a.length===0?n?t.jsx(_3,{title:"Create action",onClick:n}):t.jsx(a1,{children:"0 actions"}):t.jsxs(Ql,{children:[t.jsx(Jl,{action:e}),t.jsx(z3,{tooltip:t.jsx(Xl,{children:a.map(({id:s,action:c,executionParams:r})=>t.jsxs("div",{children:[t.jsx("strong",{children:c}),t.jsx(ed,{children:Object.entries(r).map(([l,d])=>t.jsxs("li",{children:[t.jsx("strong",{children:l}),":"," ",d]},l))})]},s))}),children:a.length===1?"1 action":`${a.length} actions`})]})},nd=o(y)({display:"flex",justifyContent:"center"}),ad=({actionId:e,onOpenEvents:n,onEdit:a,onDelete:s})=>{const[c,r]=i.useState(null),l=!!c,d=u=>{r(u.currentTarget)},p=()=>{r(null)},h=`action-${e}-actions`,m=`${h}-menu`;return t.jsxs(nd,{children:[t.jsx(E1,{title:"Action actions",arrow:!0,describeChild:!0,children:t.jsx(f1,{id:h,"data-loading":!0,"aria-controls":l?m:void 0,"aria-haspopup":"true","aria-expanded":l?"true":void 0,onClick:d,type:"button",children:t.jsx(l4,{})})}),t.jsx(l2,{id:m,anchorEl:c,open:l,onClose:p,onClick:p,transformOrigin:{horizontal:"right",vertical:"top"},anchorOrigin:{horizontal:"right",vertical:"bottom"},disableScrollLock:!0,PaperProps:{sx:u=>({borderRadius:`${u.shape.borderRadius}px`,padding:u.spacing(1,1.5)})},children:t.jsxs(d2,{"aria-labelledby":h,children:[t.jsx(e3,{permission:k2,children:({hasAccess:u})=>t.jsxs(L1,{sx:g3,onClick:n,disabled:!u,children:[t.jsx(U1,{children:t.jsx(It,{})}),t.jsx(N1,{children:t.jsx(A,{variant:"body2",children:"View events"})})]})}),t.jsx(e3,{permission:k2,children:({hasAccess:u})=>t.jsxs(L1,{sx:g3,onClick:a,disabled:!u,children:[t.jsx(U1,{children:t.jsx(u2,{})}),t.jsx(N1,{children:t.jsx(A,{variant:"body2",children:"Edit"})})]})}),t.jsx(e3,{permission:k2,children:({hasAccess:u})=>t.jsxs(L1,{sx:g3,onClick:s,disabled:!u,children:[t.jsx(U1,{children:t.jsx(m2,{})}),t.jsx(N1,{children:t.jsx(A,{variant:"body2",children:"Remove"})})]})})]})})]})},sd=o("div")(({theme:e})=>({marginTop:e.spacing(1),position:"relative"})),cd=o("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})),rd=o("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})),K8=o("div")({display:"flex",alignItems:"center"}),od=o(K8)(({theme:e})=>({justifyContent:"space-between",marginBottom:e.spacing(1)})),G8=({index:e,header:n,separator:a="AND",children:s})=>t.jsxs(sd,{children:[t.jsx(C,{condition:e>0,show:t.jsx(cd,{children:a})}),t.jsxs(rd,{children:[t.jsx(od,{children:n}),t.jsx(K8,{children:s})]})]}),id=o(f1)({marginRight:"-6px"}),ld=o("div")({display:"flex",flexDirection:"column",width:"100%"}),dd=o("div")(({theme:e})=>({display:"flex",alignItems:"center",gap:e.spacing(1),[e.breakpoints.down("sm")]:{flexDirection:"column",alignItems:"start",gap:e.spacing(2)}})),hd=o("div")(({theme:e})=>({width:"100%",display:"inline-flex",flex:1,gap:e.spacing(1)})),pd=o("div")(({theme:e})=>({width:"100%","&&& > div":{width:"100%"}})),G5=o("div")(({theme:e})=>({display:"inline-flex",flex:1,"&&& button":{marginRight:0,"&:not(.operator-is-active)":{backgroundColor:e.palette.background.elevation2}}})),ud=o("div")({width:"100%",flex:1});o(i2)({width:"100%"});const md=o("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)}}})),vd=({filter:e,index:n,stateChanged:a,suggestions:s,onDelete:c})=>{const{parameter:r,inverted:l,operator:d,caseInsensitive:p,value:h,values:m}=e,u=t.jsxs(t.Fragment,{children:[t.jsxs("span",{children:["Filter ",n+1]}),t.jsx("div",{children:t.jsx(E1,{title:"Delete filter",arrow:!0,children:t.jsx(id,{onClick:c,children:t.jsx(m2,{})})})})]}),[g,x]=i.useState(!1),v=t3("caseInsensitiveInOperators"),b=Rt.filter($=>!J3(Pt,$)),{input:f,validator:j,setError:w,error:T}=Dt({contextDefinition:{legalValues:[]},localConstraint:{operator:d,value:h,values:m}}),R=()=>{a({...e,error:void 0});const[$,L]=j();$||(w(L),a({...e,error:L}))};i.useEffect(()=>{R()},[h,T]),i.useEffect(()=>{J3(u5,d)||J3(m5,d)&&v?x(!0):x(!1)},[d,v]);const I=$=>{J3(u5,$)||J3(m5,$)&&v?x(!0):x(!1),a({...e,operator:$})},E=$=>{a({...e,values:void 0,value:$})},F=$=>{a({...e,value:void 0,values:$})},D=$=>{const L=(m==null?void 0:m.filter((_,N)=>N!==$))||[];F(L)};return t.jsx(G8,{index:n,header:u,children:t.jsxs(ld,{children:[t.jsxs(dd,{children:[t.jsx(ud,{children:t.jsx(v2,{freeSolo:!0,options:s,value:r,onInputChange:($,L)=>a({...e,parameter:L}),renderInput:$=>t.jsx(c3,{...$,size:"small",label:"Parameter"})})}),t.jsxs(hd,{children:[t.jsx(G5,{children:t.jsx(_t,{localConstraint:{inverted:l},setInvertedOperator:()=>a({...e,inverted:!l||void 0})})}),t.jsx(pd,{children:t.jsx(Ft,{options:b,value:d,onChange:I})}),t.jsx(C,{condition:g,show:t.jsx(G5,{children:t.jsx($t,{localConstraint:{caseInsensitive:p},setCaseInsensitive:()=>a({...e,caseInsensitive:!p||void 0})})})})]})]}),t.jsx(md,{children:t.jsx(Ot,{setValues:F,setValuesWithRecord:F,setValue:E,setError:w,localConstraint:{value:h,values:m},constraintValues:m||[],constraintValue:h||"",input:f,error:T,contextDefinition:{legalValues:[]},removeValue:D})})]})})},gd=o("div")(({theme:e})=>({position:"relative",display:"flex",alignItems:"center",justifyContent:"center",marginBottom:e.spacing(2)})),xd=o("div")(({theme:e})=>({position:"absolute",right:0,fontSize:e.fontSizes.smallBody,[e.breakpoints.down("sm")]:{display:"none"}})),fd=o(y,{shouldForwardProp:e=>e!=="verticalConnector"})(({theme:e,verticalConnector:n})=>({display:"flex",flexDirection:"column",backgroundColor:e.palette.background.elevation1,marginTop:n?0:e.spacing(3),padding:e.spacing(3),borderRadius:e.shape.borderRadiusMedium})),jd=o(k3)(({theme:e})=>({margin:"auto",width:1,height:e.spacing(3)})),Y8=({name:e,verticalConnector:n,resourceLink:a,children:s})=>t.jsxs(t.Fragment,{children:[t.jsx(C,{condition:!!n,show:t.jsx(jd,{orientation:"vertical"})}),t.jsxs(fd,{verticalConnector:n,children:[t.jsxs(gd,{children:[t.jsx(Y1,{color:"secondary",children:e}),t.jsx(xd,{children:a})]}),s]})]});var X4={},yd=K1;Object.defineProperty(X4,"__esModule",{value:!0});var J8=X4.default=void 0,bd=yd(q1()),Sd=t,Cd=(0,bd.default)((0,Sd.jsx)("path",{d:"M6.23 20.23 8 22l10-10L8 2 6.23 3.77 14.46 12z"}),"ArrowForwardIosSharp");J8=X4.default=Cd;const Zd=i.lazy(()=>p8(()=>import("./ReactJSONEditor-DlQuk0pf.js"),[])),wd=o("span")(({theme:e})=>({fontSize:e.fontSizes.smallBody,marginTop:e.spacing(1.5),marginBottom:e.spacing(-.75),height:e.spacing(3)})),Ed=o(C4)({backgroundColor:"transparent",boxShadow:"none","&:before":{display:"none"}}),Ad=o(Z4)(({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)"}})),Td=o(J8)(({theme:e})=>({color:e.palette.primary.main,fontSize:e.fontSizes.smallBody})),kd=o(w4)(({theme:e})=>({marginTop:e.spacing(2),padding:0})),Id=({payload:e})=>e?t.jsxs(Ed,{children:[t.jsx(Ad,{expandIcon:t.jsx(f1,{children:t.jsx(Td,{titleAccess:"Toggle"})}),children:"Preview payload"}),t.jsx(kd,{children:t.jsx(i.Suspense,{fallback:null,children:t.jsx(Zd,{content:{json:e},readOnly:!0,statusBar:!1,editorStyle:"sidePanel"})})})]}):t.jsx(wd,{children:"No signals were received from this source yet."}),t4=(e={},n="")=>Object.entries(e).reduce((a,[s,c])=>{const r=n?`${n}.${s}`:s;return typeof c=="object"&&c!==null&&!Array.isArray(c)?Object.assign(a,t4(c,r)):Array.isArray(c)?c.forEach((l,d)=>{typeof l=="object"&&l!==null?Object.assign(a,t4(l,`${r}[${d}]`)):a[`${r}[${d}]`]=l}):a[r]=c,a},{}),Rd=o(k3)(({theme:e})=>({margin:e.spacing(2,0),marginBottom:e.spacing(1),borderStyle:"dashed"})),Pd=o("div")(({theme:e})=>({display:"flex",flexDirection:"column",gap:e.spacing(1)})),Dd=o("div")(({theme:e})=>({display:"flex",marginTop:e.spacing(1),gap:e.spacing(1)})),_d=({sourceId:e,setSourceId:n,filters:a,setFilters:s,validateSourceId:c})=>{const{signalEndpoints:r,loading:l}=T4(),{signalEndpointSignals:d}=Vt(e,1),p=()=>{const x=L2();s(v=>[...v,{id:x,parameter:"",operator:Bt}])},h=x=>{s(v=>v.map(b=>b.id===x.id?x:b))},m=i.useMemo(()=>l?[]:r.map(({id:x,name:v})=>({label:v,key:`${x}`})),[l,r]),{lastSourcePayload:u,filterSuggestions:g}=i.useMemo(()=>{var v;const x=(v=d[0])==null?void 0:v.payload;return{lastSourcePayload:x,filterSuggestions:Object.keys(t4(x)||{}).sort()}},[d]);return t.jsxs(Y8,{name:"When this",resourceLink:t.jsx(Q,{to:"/integrations/signals",children:"Create signal endpoint"}),children:[t.jsx(I3,{label:"Source",options:m,value:`${e}`,onChange:x=>{c(Number(x)),n(Number.parseInt(x))}}),t.jsx(C,{condition:!!e,show:t.jsx(Id,{payload:u})}),t.jsx(Rd,{}),a.map((x,v)=>t.jsx(vd,{index:v,filter:x,stateChanged:h,suggestions:g,onDelete:()=>s(b=>b.filter(({id:f})=>f!==x.id))},x.id)),t.jsxs(Dd,{children:[t.jsx(t1,{startIcon:t.jsx(P3,{}),onClick:p,variant:"outlined",color:"primary",children:"Add filter"}),t.jsx(c0,{htmlTooltip:!0,tooltip:t.jsxs(Pd,{children:[t.jsx("p",{children:"Filters allow you to add conditions to the execution of the actions based on the source payload."}),t.jsx("p",{children:"If no filters are defined then the action will always be triggered from the selected source, no matter the payload."})]})})]})]})},Fd=(e,n,a)=>{const s=`${n?`?project=${n}`:""}${a?`${n?"&":"?"}environment=${a}`:""}`,c=`api/admin/service-account/${e}/permissions${s}`,{data:r,error:l,mutate:d}=n0(!!e,void 0,x1(c),$d);return i.useMemo(()=>({matrix:r==null?void 0:r.matrix,projectRoles:r==null?void 0:r.projectRoles,rootRole:r==null?void 0:r.rootRole,serviceAccount:r==null?void 0:r.serviceAccount,permissions:(r==null?void 0:r.permissions)||[],loading:!l&&!r,refetch:()=>d(),error:l}),[r,l,d])},$d=e=>fetch(e).then(D1("Service account access matrix")).then(n=>n.json()),Od=({label:e,value:n,onChange:a,options:s})=>t.jsx(v2,{options:s,autoHighlight:!0,autoSelect:!0,value:n,onInputChange:(c,r)=>a(r),renderInput:c=>t.jsx(c3,{...c,size:"small",label:e})}),Vd=({parameter:e,value:n,onChange:a})=>{const{label:s,type:c}=e;if(c==="select"){const{options:r}=e;return t.jsx(Od,{label:s,value:n,onChange:a,options:r})}return null},Bd=o("div")(({theme:e})=>({display:"flex",flexDirection:"column","& > span:last-of-type":{fontSize:e.fontSizes.smallerBody,color:e.palette.text.secondary}})),Ld=({value:e,onChange:n,actionConfigurations:a})=>{const s=(r,l)=>t.jsx("li",{...r,children:t.jsxs(Bd,{children:[t.jsx("span",{children:l.label}),t.jsx("span",{children:l.description})]})}),c=[...a].map(([r,l])=>({key:r,...l}));return t.jsx(v2,{options:c,autoHighlight:!0,autoSelect:!0,value:c.find(({key:r})=>r===e)||null,onChange:(r,l)=>n(l?l.key:""),renderOption:s,getOptionLabel:({label:r})=>r,renderInput:r=>t.jsx(c3,{...r,size:"small",label:"Action"})})},Ud=o("div")(({theme:e})=>({display:"flex",flexDirection:"column",width:"100%",gap:e.spacing(2)})),Y5=o("div")(({theme:e})=>({display:"flex",alignItems:"center",gap:e.spacing(1),width:"100%",flexWrap:"wrap"})),J5=o("div")(({theme:e})=>({flex:1,minWidth:e.spacing(25)})),Nd=({action:e,index:n,stateChanged:a,actorId:s,onDelete:c,actionConfigurations:r,validated:l})=>{const{action:d,executionParams:p,error:h}=e,m=z("projectId"),{permissions:u}=Fd(s,m,p.environment),g=r.get(d),x=i.useMemo(()=>{const f=g==null?void 0:g.permissions,{environment:j}=p;return u.length===0||!f||!j?!0:f.some(w=>u.some(({permission:T,project:R,environment:I})=>T===w&&R===m&&I===j))},[g,u]);i.useEffect(()=>{a({...e,error:void 0}),((g==null?void 0:g.parameters.filter(({optional:j})=>!j).map(({name:j})=>j))||[]).some(j=>!p[j])&&a({...e,error:"Please fill all required fields."})},[g,p]);const v=t.jsxs(t.Fragment,{children:[t.jsxs("span",{children:["Action ",n+1]}),t.jsx("div",{children:t.jsx(E1,{title:"Delete action",arrow:!0,children:t.jsx(f1,{onClick:c,children:t.jsx(m2,{})})})})]}),b=(g==null?void 0:g.parameters.filter(({type:f})=>f!=="hidden"))||[];return t.jsx(G8,{index:n,header:v,separator:"THEN",children:t.jsxs(Ud,{children:[t.jsx(Y5,{children:t.jsx(J5,{children:t.jsx(Ld,{value:d,onChange:f=>a({...e,action:f}),actionConfigurations:r})})}),t.jsx(C,{condition:b.length>0,show:t.jsx(Y5,{children:b.map(f=>t.jsx(J5,{children:t.jsx(Vd,{parameter:f,value:p[f.name],onChange:j=>a({...e,executionParams:{...p,[f.name]:j}})})},f.name))})}),t.jsx(C,{condition:l&&!!h,show:t.jsx(h1,{severity:"error",children:h})}),t.jsx(C,{condition:!x,show:t.jsx(h1,{severity:"error",children:"The selected service account does not have permissions to execute this action currently."})})]})})},Md={},zd=e=>{const{isEnterprise:n}=X(),a=t3("automatedActions"),{data:s,error:c,mutate:r}=n0(n()&&a,Md,x1(`api/admin/projects/${e}/actions/config`),Wd);return i.useMemo(()=>({actionConfigurations:new Map(Object.entries(s||{})),loading:!c&&!s,refetch:()=>r(),error:c}),[s,c,r])},Wd=e=>fetch(e).then(D1("Actions configuration")).then(n=>n.json()),Hd=o(k3)(({theme:e})=>({margin:e.spacing(2,0),marginBottom:e.spacing(1),borderStyle:"dashed"})),qd=o("div")(({theme:e})=>({display:"flex",marginTop:e.spacing(1),gap:e.spacing(1)})),Kd=({serviceAccounts:e,serviceAccountsLoading:n,actions:a,setActions:s,actorId:c,setActorId:r,validateActorId:l,validated:d})=>{const p=z("projectId"),{actionConfigurations:h}=zd(p),m=x=>{const b={id:L2(),action:"",sortOrder:a.map(f=>f.sortOrder).reduce((f,j)=>Math.max(f,j),0)+1,executionParams:{project:x}};s([...a,b])},u=x=>{s(v=>v.map(b=>b.id===x.id?x:b))},g=i.useMemo(()=>n?[]:e.map(x=>({label:x.name,key:`${x.id}`})),[n,e]);return t.jsxs(Y8,{name:"Do these actions",verticalConnector:!0,resourceLink:t.jsx(Q,{to:"/admin/service-accounts",children:"Create service account"}),children:[t.jsx(I3,{label:"Service account",name:"service-account",options:g,value:`${c}`,onChange:x=>{l(Number(x)),r(Number.parseInt(x))}}),t.jsx(Hd,{}),a.map((x,v)=>t.jsx(Nd,{index:v,action:x,stateChanged:u,actorId:c,onDelete:()=>s(b=>b.filter(f=>f.id!==x.id)),actionConfigurations:h,validated:d},x.id)),t.jsx(qd,{children:t.jsx(t1,{startIcon:t.jsx(P3,{}),onClick:()=>m(p),variant:"outlined",color:"primary",children:"Add action"})})]})},Gd=o(h1)(({theme:e})=>({marginBottom:e.spacing(4)})),Yd=o("div")(({theme:e})=>({background:e.palette.background.elevation1,padding:e.spacing(2,3),borderRadius:e.shape.borderRadiusLarge,marginBottom:e.spacing(4)})),Q5=o("p")(({theme:e})=>({display:"flex",color:e.palette.text.primary,marginBottom:e.spacing(1),"&:not(:first-of-type)":{marginTop:e.spacing(3)}})),X5=o(i2)(()=>({width:"100%"})),Jd=o(h1)(({theme:e})=>({marginTop:e.spacing(3)})),Qd=({enabled:e,setEnabled:n,name:a,setName:s,description:c,setDescription:r,sourceId:l,setSourceId:d,filters:p,setFilters:h,actorId:m,setActorId:u,actions:g,setActions:x,errors:v,validateName:b,validateSourceId:f,validateActorId:j,validated:w})=>{const{serviceAccounts:T,loading:R}=x8(),I=F=>{setTimeout(()=>F(),300)},E=w&&Object.values(v).some(Boolean);return t.jsxs("div",{children:[t.jsx(C,{condition:T.length===0,show:t.jsxs(Gd,{color:"warning",children:[t.jsx("strong",{children:"Heads up!"})," In order to create an action you need to create a service account first. Please"," ",t.jsx(z1,{to:"/admin/service-accounts",component:Q,children:"go ahead and create one"}),"."]})}),t.jsx(Yd,{children:t.jsx(Lt,{checked:e,setChecked:n,children:"Action status"})}),t.jsx(Q5,{children:"What is your new action name?"}),t.jsx(X5,{autoFocus:!0,label:"Action name",error:!!v.name,errorText:v.name,value:a,onChange:F=>{b(F.target.value),s(F.target.value)},onBlur:F=>I(()=>b(F.target.value)),autoComplete:"off"}),t.jsx(Q5,{children:"What is your new action description?"}),t.jsx(X5,{label:"Action description",value:c,onChange:F=>r(F.target.value),autoComplete:"off"}),t.jsx(_d,{sourceId:l,setSourceId:d,filters:p,setFilters:h,validateSourceId:f}),t.jsx(Kd,{serviceAccounts:T,serviceAccountsLoading:R,actions:g,setActions:x,actorId:m,setActorId:u,validateActorId:j,validated:w}),t.jsx(C,{condition:E,show:()=>t.jsx(Jd,{severity:"error",icon:!1,children:t.jsx("ul",{children:Object.values(v).filter(Boolean).map(F=>t.jsx("li",{children:F},F))})})})]})},e6={name:void 0,source:void 0,filters:void 0,actor:void 0,actions:void 0},Xd=e=>{const n=z("projectId"),{actions:a}=Q4(n),[s,c]=i.useState(!1),[r,l]=i.useState(""),[d,p]=i.useState(""),[h,m]=i.useState(0),[u,g]=i.useState([]),[x,v]=i.useState(0),[b,f]=i.useState([]),j=()=>{var k,Z,S;c((e==null?void 0:e.enabled)??!0),l((e==null?void 0:e.name)||""),p((e==null?void 0:e.description)||""),m(((k=e==null?void 0:e.match)==null?void 0:k.sourceId)??0),g(Object.entries(((Z=e==null?void 0:e.match)==null?void 0:Z.payload)??{}).map(([B,{inverted:q,operator:M,caseInsensitive:m1,value:v1,values:A1}])=>({id:L2(),parameter:B,inverted:q,operator:M,caseInsensitive:m1,value:v1,values:A1}))),v((e==null?void 0:e.actorId)??0),f(((S=e==null?void 0:e.actions)==null?void 0:S.map(B=>({id:L2(),action:B.action,sortOrder:B.sortOrder,executionParams:B.executionParams})))??[]),I(!1),T(e6)};i.useEffect(()=>{j()},[e]);const[w,T]=i.useState(e6),[R,I]=i.useState(!1),E=k=>{T(Z=>({...Z,[k]:void 0}))},F=(k,Z)=>{T(S=>({...S,[k]:Z}))};i.useEffect(()=>{H(u)},[u]),i.useEffect(()=>{O(b)},[b]);const D=k=>!k.length,$=k=>a==null?void 0:a.some(({id:Z,name:S})=>Z!==(e==null?void 0:e.id)&&S===k),L=k=>k===0,_=k=>D(k)?(F("name","Name is required."),!1):$(k)?(F("name","Name must be unique."),!1):(E("name"),!0),N=k=>L(k)?(F("source","Source is required."),!1):(E("source"),!0),H=k=>k.some(({error:Z})=>Z)?(F("filters","One or more filters have errors."),!1):(E("filters"),!0),P=k=>L(k)?(F("actor","Service account is required."),!1):(E("actor"),!0),O=k=>k.filter(({action:Z})=>!!Z).length===0?(F("actions","At least one action is required."),!1):(E("actions"),k.some(({error:Z})=>Z)?(F("actions","One or more actions have errors."),!1):(E("actions"),!0));return{enabled:s,setEnabled:c,name:r,setName:l,description:d,setDescription:p,sourceId:h,setSourceId:m,filters:u,setFilters:g,actorId:x,setActorId:v,actions:b,setActions:f,errors:w,setErrors:T,validated:R,validateName:_,validateSourceId:N,validateActorId:P,validate:()=>{const k=_(r),Z=N(h),S=H(u),B=P(x),q=O(b);return I(!0),k&&Z&&S&&B&&q},reloadForm:j}},eh=o("div")(({theme:e})=>({display:"flex",justifyContent:"space-between",alignItems:"center",width:"100%",marginBottom:e.fontSizes.mainHeader})),th=o("h1")({fontWeight:"normal"}),nh=o("form")(()=>({display:"flex",flexDirection:"column",height:"100%"})),ah=o("div")(({theme:e})=>({marginTop:"auto",display:"flex",justifyContent:"flex-end",paddingTop:e.spacing(4)})),sh=o(t1)(({theme:e})=>({marginLeft:e.spacing(3)})),ch=({action:e,open:n,setOpen:a,onOpenEvents:s})=>{const c=z("projectId"),{refetch:r}=Q4(c),{addActionSet:l,updateActionSet:d,loading:p}=W8(c),{setToastData:h,setToastApiError:m}=d1(),{uiConfig:u}=X(),{enabled:g,setEnabled:x,name:v,setName:b,description:f,setDescription:j,sourceId:w,setSourceId:T,filters:R,setFilters:I,actorId:E,setActorId:F,actions:D,setActions:$,errors:L,validateName:_,validateSourceId:N,validateActorId:H,validate:P,validated:O,reloadForm:G}=Xd(e);i.useEffect(()=>{G()},[n]);const k=e!==void 0,Z=`${k?"Edit":"New"} action`,S={enabled:g,name:v,description:f,match:{source:"signal-endpoint",sourceId:w,payload:R.filter(M=>M.parameter.length>0).reduce((M,{parameter:m1,inverted:v1,operator:A1,caseInsensitive:s1,value:T1,values:k1})=>({...M,[m1]:{inverted:v1,operator:A1,caseInsensitive:s1,value:T1,values:k1}}),{})},actorId:E,actions:D.filter(({action:M})=>!!M).map(({action:M,sortOrder:m1,executionParams:v1})=>({action:M,sortOrder:m1,executionParams:v1}))},B=()=>`curl --location --request ${k?"PUT":"POST"} '${u.unleashUrl}/api/admin/projects/${c}/actions${k?`/${e.id}`:""}' \\
|
|
728
|
+
--header 'Authorization: INSERT_API_KEY' \\
|
|
729
|
+
--header 'Content-Type: application/json' \\
|
|
730
|
+
--data-raw '${JSON.stringify(S,void 0,2)}'`,q=async M=>{if(M.preventDefault(),!!P())try{k?await d(e.id,S):await l(S),h({title:`action ${k?"updated":"added"} successfully`,type:"success"}),r(),a(!1)}catch(m1){m(o1(m1))}};return t.jsx(n3,{open:n,onClose:()=>{a(!1)},label:Z,children:t.jsxs(u3,{loading:p,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:B,children:[t.jsxs(eh,{children:[t.jsx(th,{children:Z}),t.jsx(C,{condition:k,show:t.jsx(z1,{onClick:s,children:"View events"})})]}),t.jsxs(nh,{onSubmit:q,children:[t.jsx(Qd,{enabled:g,setEnabled:x,name:v,setName:b,description:f,setDescription:j,sourceId:w,setSourceId:T,filters:R,setFilters:I,actorId:E,setActorId:F,actions:D,setActions:$,errors:L,validateName:_,validateSourceId:N,validateActorId:H,validated:O}),t.jsxs(ah,{children:[t.jsxs(t1,{type:"submit",variant:"contained",color:"primary",children:[k?"Save":"Add"," action"]}),t.jsx(sh,{onClick:()=>{a(!1)},children:"Cancel"})]})]})]})})},rh=({action:e,open:n,setOpen:a,onConfirm:s})=>t.jsx(O1,{title:"Delete action?",open:n,primaryButtonText:"Delete action",secondaryButtonText:"Cancel",onClick:()=>s(e),onClose:()=>{a(!1)},children:t.jsxs("p",{children:["You are about to delete action: ",t.jsx("strong",{children:e==null?void 0:e.name})]})}),oh=o(r0)(({theme:e})=>({color:e.palette.success.main})),ih=o(E4)(({theme:e})=>({color:e.palette.error.main})),lh=({state:e})=>e==="success"?t.jsx(oh,{}):e==="failed"?t.jsx(ih,{}):t.jsx(A4,{size:20}),dh=o("div")(({theme:e})=>({display:"flex",flexDirection:"column",marginBottom:e.fontSizes.mainHeader})),hh=o("div")({display:"flex",justifyContent:"space-between",alignItems:"center",width:"100%"}),ph=o("h1")({fontWeight:"normal"}),uh=o("form")({display:"flex",flexDirection:"column",height:"100%"}),mh=o("div")(({theme:e})=>({backgroundColor:e.palette.error.light})),vh=o("div")(({theme:e})=>({marginTop:"auto",display:"flex",justifyContent:"flex-end",paddingTop:e.spacing(4)})),gh=({action:e,open:n,setOpen:a,onOpenConfiguration:s})=>{const c=z("projectId"),{locationSettings:r}=N3(),{actionEvents:l,hasMore:d,loadMore:p,loading:h}=H8(e==null?void 0:e.id,c,20,{refreshInterval:5e3});if(!e)return null;const m=`Events: ${e.name}`;return t.jsx(n3,{open:n,onClose:()=>{a(!1)},label:m,children:t.jsxs(u3,{loading:h&&l.length===0,modal:!0,description:"",documentationLink:"",documentationLinkLabel:"",showGuidance:!1,children:[t.jsx(dh,{children:t.jsxs(hh,{children:[t.jsx(ph,{children:m}),t.jsx(z1,{onClick:s,children:"View configuration"})]})}),t.jsxs(uh,{children:[t.jsx(Ut,{height:960,items:l,columns:[{header:"Status",align:"center",maxWidth:100,cell:lh},{header:"Date",maxWidth:240,cell:({createdAt:u})=>M3(u,r==null?void 0:r.locale)}],sidePanelHeader:"Details",renderContent:q8,renderItem:({id:u,state:g},x)=>g==="failed"?t.jsx(mh,{children:x},u):x,listEnd:t.jsx(C,{condition:d,show:t.jsx(t1,{onClick:p,children:"Load more"})})}),t.jsx(C,{condition:l.length===0,show:t.jsx("p",{children:"No events have been registered for this action set."})}),t.jsx(vh,{children:t.jsx(t1,{onClick:()=>{a(!1)},children:"Close"})})]})]})})},xh=({modalOpen:e,setModalOpen:n,selectedAction:a,setSelectedAction:s})=>{const{setToastData:c,setToastApiError:r}=d1(),l=z("projectId"),{actions:d,refetch:p}=Q4(l),{toggleActionSet:h,removeActionSet:m}=W8(l),{signalEndpoints:u}=T4(),{serviceAccounts:g}=x8(),[x,v]=i.useState(!1),[b,f]=i.useState(!1),j=async(_,N)=>{try{await h(_.id,N),c({title:`"${_.name}" has been ${N?"enabled":"disabled"}`,type:"success"}),p()}catch(H){r(o1(H))}},w=async _=>{try{await m(_.id),c({title:`"${_.name}" has been deleted`,type:"success"}),p(),f(!1)}catch(N){r(o1(N))}},T=g1(t2.breakpoints.down("sm")),R=g1(t2.breakpoints.down("lg")),I=i.useMemo(()=>[{Header:"Name",accessor:"name",minWidth:60,Cell:({row:{original:_}})=>t.jsx(_3,{title:_.name,subtitle:_.description,onClick:()=>{s(_),n(!0)}})},{id:"source",Header:"Source",Cell:({row:{original:_}})=>t.jsx(yl,{action:_,signalEndpoints:u})},{id:"filters",Header:"Filters",Cell:({row:{original:_}})=>t.jsx(Zl,{action:_}),maxWidth:90},{id:"actor",Header:"Service account",Cell:({row:{original:_}})=>t.jsx(wl,{action:_,serviceAccounts:g}),minWidth:160},{id:"actions",Header:"Actions",Cell:({row:{original:_}})=>t.jsx(td,{action:_,onCreateAction:()=>{s(_),n(!0)}}),maxWidth:130},{Header:"Enabled",accessor:"enabled",Cell:({row:{original:_}})=>t.jsx(Nt,{checked:_.enabled,setChecked:N=>j(_,N)}),sortType:"boolean",width:90,maxWidth:90},{id:"table-actions",Header:"",align:"center",Cell:({row:{original:_}})=>t.jsx(ad,{actionId:_.id,onOpenEvents:()=>{s(_),v(!0)},onEdit:()=>{s(_),n(!0)},onDelete:()=>{s(_),f(!0)}}),width:50,disableSortBy:!0}],[u,g]),[E]=i.useState({sortBy:[{id:"name",desc:!0}]}),{headerGroups:F,rows:D,prepareRow:$,setHiddenColumns:L}=l1.useTable({columns:I,data:d,initialState:E,sortTypes:F3,autoResetHiddenColumns:!1,autoResetSortBy:!1,disableSortRemove:!0,disableMultiSort:!0,defaultColumn:{Cell:a1}},l1.useSortBy,l1.useFlexLayout);return $3([{condition:R,columns:["actor","enabled"]},{condition:T,columns:["filters","actions"]}],L,I),t.jsxs(t.Fragment,{children:[t.jsx(a0,{rows:D,headerGroups:F,prepareRow:$}),t.jsx(C,{condition:D.length===0,show:t.jsx(Z1,{children:"No actions available. Get started by adding one."})}),t.jsx(ch,{action:a,open:e,setOpen:n,onOpenEvents:()=>{n(!1),v(!0)}}),t.jsx(gh,{action:a,open:x,setOpen:v,onOpenConfiguration:()=>{v(!1),n(!0)}}),t.jsx(rh,{action:a,open:b,setOpen:f,onConfirm:w})]})},fh=()=>{const e=z("projectId"),n=V1(e),{isEnterprise:a}=X(),s=r1();_1(`Project actions – ${n}`);const[c,r]=i.useState(),[l,d]=i.useState(!1),p=()=>{r(void 0),d(!0)};return a()?t.jsx(p1,{header:t.jsx(c1,{title:"Actions",actions:t.jsx(X2,{onClick:p,maxWidth:`${s.breakpoints.values.sm}px`,Icon:P3,permission:v5,children:"New action"})}),children:t.jsx(Mt,{permissions:v5,children:t.jsx(xh,{modalOpen:l,setModalOpen:d,selectedAction:c,setSelectedAction:r})})}):t.jsx(p1,{header:t.jsx(c1,{title:"Actions"}),children:t.jsx(S3,{feature:"actions"})})},t6=o(y)({marginLeft:"auto",display:"flex",alignItems:"center"}),jh=()=>{var d;const e=u8(),{isPro:n,isEnterprise:a}=X(),s=B1(),c=t3("automatedActions"),r=[...n()||a()?[{id:"",label:"Settings"},{id:"access",label:"Access"},{id:"segments",label:"Segments"},{id:"change-requests",label:"Change request configuration",icon:n()?t.jsx(t6,{children:t.jsx(Q0,{})}):void 0}]:[],{id:"environments",label:"Environments"},{id:"api-access",label:"API access"},{id:"default-strategy",label:"Default strategy"}];c&&r.push({id:"actions",label:"Actions",icon:n()?t.jsx(t6,{children:t.jsx(Q0,{})}):void 0});const l=p=>{s(p.id)};return t.jsx(zt,{tabs:r,value:((d=r.find(({id:p})=>{var h;return p&&((h=e.pathname)==null?void 0:h.includes(`/settings/${p}`))}))==null?void 0:d.id)||r[0].id,onChange:l,children:t.jsxs(W3,{children:[t.jsx(e1,{path:"/*",element:t.jsx(ml,{})}),t.jsx(e1,{path:"environments/*",element:t.jsx(f8,{})}),t.jsx(e1,{path:"access/*",element:t.jsx(ai,{})}),t.jsx(e1,{path:"segments/*",element:t.jsx(di,{})}),t.jsx(e1,{path:"change-requests/*",element:t.jsx(ri,{})}),t.jsx(e1,{path:"api-access/*",element:t.jsx(li,{})}),t.jsx(e1,{path:"default-strategy/*",element:t.jsx(Ei,{})}),t.jsx(e1,{path:"actions/*",element:t.jsx(fh,{})}),t.jsx(e1,{path:"*",element:t.jsx(m8,{replace:!0,to:r[0].id})})]})})},yh=o(_8)(()=>({padding:0,margin:0,[`& .${F8.root}:before`]:{flex:0,padding:0}})),n6=o(z4,{shouldForwardProp:e=>e!=="active"})(({theme:e,active:n})=>({width:"1px",backgroundColor:n?e.palette.common.white:`${d3(e.palette.common.white,.5)}`})),P0=o(M4,{shouldForwardProp:e=>e!=="active"})(({theme:e,active:n})=>({color:n?e.palette.background.sidebar:`${d3(e.palette.common.white,.8)}`,backgroundColor:n?e.palette.common.white:"initial",fontWeight:n?e.fontWeight.bold:"normal",borderColor:n?e.palette.common.white:`${d3(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)})),D0=o(N4,{shouldForwardProp:e=>e!=="active"})(({theme:e,active:n})=>({padding:e.spacing(2,2,6,2),color:n?e.palette.common.white:`${d3(e.palette.common.white,.8)}`})),_0=o(y,{shouldForwardProp:e=>e!=="active"})(({theme:e,active:n})=>({fontWeight:n?e.fontWeight.bold:"normal",fontSize:e.fontSizes.bodySize})),F0=o(y)(({theme:e})=>({fontSize:e.fontSizes.smallerBody})),bh=({stage:e})=>t.jsxs(yh,{children:[t.jsxs(X3,{children:[t.jsxs(e2,{children:[t.jsx(P0,{variant:"outlined",active:e==="configure",children:"1"}),t.jsx(n6,{active:e==="configure"})]}),t.jsxs(D0,{active:e==="configure",children:[t.jsx(_0,{active:e==="configure",children:"Import file"}),t.jsx(F0,{children:"Import previously exported flag configuration from another Unleash instance as a JSON file"})]})]}),t.jsxs(X3,{children:[t.jsxs(e2,{children:[t.jsx(P0,{variant:"outlined",active:e==="validate",children:"2"}),t.jsx(n6,{active:e==="validate"})]}),t.jsxs(D0,{active:e==="validate",children:[t.jsx(_0,{active:e==="validate",children:"Validate configuration"}),t.jsx(F0,{children:"Check the errors and warnings from the import process"})]})]}),t.jsxs(X3,{children:[t.jsx(e2,{children:t.jsx(P0,{variant:"outlined",active:e==="import",children:"3"})}),t.jsxs(D0,{active:e==="import",children:[t.jsx(_0,{active:e==="import",children:"Finish import"}),t.jsx(F0,{children:"Feature flag configuration will be imported to your new Unleash instance"})]})]})]});function q3(e,n,a,s){function c(r){return r instanceof a?r:new a(function(l){l(r)})}return new(a||(a=Promise))(function(r,l){function d(m){try{h(s.next(m))}catch(u){l(u)}}function p(m){try{h(s.throw(m))}catch(u){l(u)}}function h(m){m.done?r(m.value):c(m.value).then(d,p)}h((s=s.apply(e,n||[])).next())})}function K3(e,n){var a={label:0,sent:function(){if(r[0]&1)throw r[1];return r[1]},trys:[],ops:[]},s,c,r,l;return l={next:d(0),throw:d(1),return:d(2)},typeof Symbol=="function"&&(l[Symbol.iterator]=function(){return this}),l;function d(h){return function(m){return p([h,m])}}function p(h){if(s)throw new TypeError("Generator is already executing.");for(;l&&(l=0,h[0]&&(a=0)),a;)try{if(s=1,c&&(r=h[0]&2?c.return:h[0]?c.throw||((r=c.return)&&r.call(c),0):c.next)&&!(r=r.call(c,h[1])).done)return r;switch(c=0,r&&(h=[h[0]&2,r.value]),h[0]){case 0:case 1:r=h;break;case 4:return a.label++,{value:h[1],done:!1};case 5:a.label++,c=h[1],h=[0];continue;case 7:h=a.ops.pop(),a.trys.pop();continue;default:if(r=a.trys,!(r=r.length>0&&r[r.length-1])&&(h[0]===6||h[0]===2)){a=0;continue}if(h[0]===3&&(!r||h[1]>r[0]&&h[1]<r[3])){a.label=h[1];break}if(h[0]===6&&a.label<r[1]){a.label=r[1],r=h;break}if(r&&a.label<r[2]){a.label=r[2],a.ops.push(h);break}r[2]&&a.ops.pop(),a.trys.pop();continue}h=n.call(e,a)}catch(m){h=[6,m],c=0}finally{s=r=0}if(h[0]&5)throw h[1];return{value:h[0]?h[1]:void 0,done:!0}}}function a6(e,n){var a=typeof Symbol=="function"&&e[Symbol.iterator];if(!a)return e;var s=a.call(e),c,r=[],l;try{for(;(n===void 0||n-- >0)&&!(c=s.next()).done;)r.push(c.value)}catch(d){l={error:d}}finally{try{c&&!c.done&&(a=s.return)&&a.call(s)}finally{if(l)throw l.error}}return r}function s6(e,n,a){if(a||arguments.length===2)for(var s=0,c=n.length,r;s<c;s++)(r||!(s in n))&&(r||(r=Array.prototype.slice.call(n,0,s)),r[s]=n[s]);return e.concat(r||Array.prototype.slice.call(n))}var Sh=new Map([["aac","audio/aac"],["abw","application/x-abiword"],["arc","application/x-freearc"],["avif","image/avif"],["avi","video/x-msvideo"],["azw","application/vnd.amazon.ebook"],["bin","application/octet-stream"],["bmp","image/bmp"],["bz","application/x-bzip"],["bz2","application/x-bzip2"],["cda","application/x-cdf"],["csh","application/x-csh"],["css","text/css"],["csv","text/csv"],["doc","application/msword"],["docx","application/vnd.openxmlformats-officedocument.wordprocessingml.document"],["eot","application/vnd.ms-fontobject"],["epub","application/epub+zip"],["gz","application/gzip"],["gif","image/gif"],["heic","image/heic"],["heif","image/heif"],["htm","text/html"],["html","text/html"],["ico","image/vnd.microsoft.icon"],["ics","text/calendar"],["jar","application/java-archive"],["jpeg","image/jpeg"],["jpg","image/jpeg"],["js","text/javascript"],["json","application/json"],["jsonld","application/ld+json"],["mid","audio/midi"],["midi","audio/midi"],["mjs","text/javascript"],["mp3","audio/mpeg"],["mp4","video/mp4"],["mpeg","video/mpeg"],["mpkg","application/vnd.apple.installer+xml"],["odp","application/vnd.oasis.opendocument.presentation"],["ods","application/vnd.oasis.opendocument.spreadsheet"],["odt","application/vnd.oasis.opendocument.text"],["oga","audio/ogg"],["ogv","video/ogg"],["ogx","application/ogg"],["opus","audio/opus"],["otf","font/otf"],["png","image/png"],["pdf","application/pdf"],["php","application/x-httpd-php"],["ppt","application/vnd.ms-powerpoint"],["pptx","application/vnd.openxmlformats-officedocument.presentationml.presentation"],["rar","application/vnd.rar"],["rtf","application/rtf"],["sh","application/x-sh"],["svg","image/svg+xml"],["swf","application/x-shockwave-flash"],["tar","application/x-tar"],["tif","image/tiff"],["tiff","image/tiff"],["ts","video/mp2t"],["ttf","font/ttf"],["txt","text/plain"],["vsd","application/vnd.visio"],["wav","audio/wav"],["weba","audio/webm"],["webm","video/webm"],["webp","image/webp"],["woff","font/woff"],["woff2","font/woff2"],["xhtml","application/xhtml+xml"],["xls","application/vnd.ms-excel"],["xlsx","application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"],["xml","application/xml"],["xul","application/vnd.mozilla.xul+xml"],["zip","application/zip"],["7z","application/x-7z-compressed"],["mkv","video/x-matroska"],["mov","video/quicktime"],["msg","application/vnd.ms-outlook"]]);function x2(e,n){var a=Ch(e);if(typeof a.path!="string"){var s=e.webkitRelativePath;Object.defineProperty(a,"path",{value:typeof n=="string"?n:typeof s=="string"&&s.length>0?s:e.name,writable:!1,configurable:!1,enumerable:!0})}return a}function Ch(e){var n=e.name,a=n&&n.lastIndexOf(".")!==-1;if(a&&!e.type){var s=n.split(".").pop().toLowerCase(),c=Sh.get(s);c&&Object.defineProperty(e,"type",{value:c,writable:!1,configurable:!1,enumerable:!0})}return e}var Zh=[".DS_Store","Thumbs.db"];function wh(e){return q3(this,void 0,void 0,function(){return K3(this,function(n){return z2(e)&&Eh(e.dataTransfer)?[2,Ih(e.dataTransfer,e.type)]:Ah(e)?[2,Th(e)]:Array.isArray(e)&&e.every(function(a){return"getFile"in a&&typeof a.getFile=="function"})?[2,kh(e)]:[2,[]]})})}function Eh(e){return z2(e)}function Ah(e){return z2(e)&&z2(e.target)}function z2(e){return typeof e=="object"&&e!==null}function Th(e){return n4(e.target.files).map(function(n){return x2(n)})}function kh(e){return q3(this,void 0,void 0,function(){var n;return K3(this,function(a){switch(a.label){case 0:return[4,Promise.all(e.map(function(s){return s.getFile()}))];case 1:return n=a.sent(),[2,n.map(function(s){return x2(s)})]}})})}function Ih(e,n){return q3(this,void 0,void 0,function(){var a,s;return K3(this,function(c){switch(c.label){case 0:return e.items?(a=n4(e.items).filter(function(r){return r.kind==="file"}),n!=="drop"?[2,a]:[4,Promise.all(a.map(Rh))]):[3,2];case 1:return s=c.sent(),[2,c6(Q8(s))];case 2:return[2,c6(n4(e.files).map(function(r){return x2(r)}))]}})})}function c6(e){return e.filter(function(n){return Zh.indexOf(n.name)===-1})}function n4(e){if(e===null)return[];for(var n=[],a=0;a<e.length;a++){var s=e[a];n.push(s)}return n}function Rh(e){if(typeof e.webkitGetAsEntry!="function")return r6(e);var n=e.webkitGetAsEntry();return n&&n.isDirectory?X8(n):r6(e)}function Q8(e){return e.reduce(function(n,a){return s6(s6([],a6(n),!1),a6(Array.isArray(a)?Q8(a):[a]),!1)},[])}function r6(e){var n=e.getAsFile();if(!n)return Promise.reject("".concat(e," is not a File"));var a=x2(n);return Promise.resolve(a)}function Ph(e){return q3(this,void 0,void 0,function(){return K3(this,function(n){return[2,e.isDirectory?X8(e):Dh(e)]})})}function X8(e){var n=e.createReader();return new Promise(function(a,s){var c=[];function r(){var l=this;n.readEntries(function(d){return q3(l,void 0,void 0,function(){var p,h,m;return K3(this,function(u){switch(u.label){case 0:if(d.length)return[3,5];u.label=1;case 1:return u.trys.push([1,3,,4]),[4,Promise.all(c)];case 2:return p=u.sent(),a(p),[3,4];case 3:return h=u.sent(),s(h),[3,4];case 4:return[3,6];case 5:m=Promise.all(d.map(Ph)),c.push(m),r(),u.label=6;case 6:return[2]}})})},function(d){s(d)})}r()})}function Dh(e){return q3(this,void 0,void 0,function(){return K3(this,function(n){return[2,new Promise(function(a,s){e.file(function(c){var r=x2(c,e.fullPath);a(r)},function(c){s(c)})})]})})}var _h=function(e,n){if(e&&n){var a=Array.isArray(n)?n:n.split(","),s=e.name||"",c=(e.type||"").toLowerCase(),r=c.replace(/\/.*$/,"");return a.some(function(l){var d=l.trim().toLowerCase();return d.charAt(0)==="."?s.toLowerCase().endsWith(d):d.endsWith("/*")?r===d.replace(/\/.*$/,""):c===d})}return!0};function o6(e){return Oh(e)||$h(e)||t7(e)||Fh()}function Fh(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
|
731
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function $h(e){if(typeof Symbol<"u"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function Oh(e){if(Array.isArray(e))return a4(e)}function i6(e,n){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var s=Object.getOwnPropertySymbols(e);n&&(s=s.filter(function(c){return Object.getOwnPropertyDescriptor(e,c).enumerable})),a.push.apply(a,s)}return a}function l6(e){for(var n=1;n<arguments.length;n++){var a=arguments[n]!=null?arguments[n]:{};n%2?i6(Object(a),!0).forEach(function(s){e7(e,s,a[s])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(a)):i6(Object(a)).forEach(function(s){Object.defineProperty(e,s,Object.getOwnPropertyDescriptor(a,s))})}return e}function e7(e,n,a){return n in e?Object.defineProperty(e,n,{value:a,enumerable:!0,configurable:!0,writable:!0}):e[n]=a,e}function n2(e,n){return Lh(e)||Bh(e,n)||t7(e,n)||Vh()}function Vh(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
732
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function t7(e,n){if(e){if(typeof e=="string")return a4(e,n);var a=Object.prototype.toString.call(e).slice(8,-1);if(a==="Object"&&e.constructor&&(a=e.constructor.name),a==="Map"||a==="Set")return Array.from(e);if(a==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(a))return a4(e,n)}}function a4(e,n){(n==null||n>e.length)&&(n=e.length);for(var a=0,s=new Array(n);a<n;a++)s[a]=e[a];return s}function Bh(e,n){var a=e==null?null:typeof Symbol<"u"&&e[Symbol.iterator]||e["@@iterator"];if(a!=null){var s=[],c=!0,r=!1,l,d;try{for(a=a.call(e);!(c=(l=a.next()).done)&&(s.push(l.value),!(n&&s.length===n));c=!0);}catch(p){r=!0,d=p}finally{try{!c&&a.return!=null&&a.return()}finally{if(r)throw d}}return s}}function Lh(e){if(Array.isArray(e))return e}var Uh="file-invalid-type",Nh="file-too-large",Mh="file-too-small",zh="too-many-files",Wh=function(n){n=Array.isArray(n)&&n.length===1?n[0]:n;var a=Array.isArray(n)?"one of ".concat(n.join(", ")):n;return{code:Uh,message:"File type must be ".concat(a)}},d6=function(n){return{code:Nh,message:"File is larger than ".concat(n," ").concat(n===1?"byte":"bytes")}},h6=function(n){return{code:Mh,message:"File is smaller than ".concat(n," ").concat(n===1?"byte":"bytes")}},Hh={code:zh,message:"Too many files"};function n7(e,n){var a=e.type==="application/x-moz-file"||_h(e,n);return[a,a?null:Wh(n)]}function a7(e,n,a){if(v3(e.size))if(v3(n)&&v3(a)){if(e.size>a)return[!1,d6(a)];if(e.size<n)return[!1,h6(n)]}else{if(v3(n)&&e.size<n)return[!1,h6(n)];if(v3(a)&&e.size>a)return[!1,d6(a)]}return[!0,null]}function v3(e){return e!=null}function qh(e){var n=e.files,a=e.accept,s=e.minSize,c=e.maxSize,r=e.multiple,l=e.maxFiles,d=e.validator;return!r&&n.length>1||r&&l>=1&&n.length>l?!1:n.every(function(p){var h=n7(p,a),m=n2(h,1),u=m[0],g=a7(p,s,c),x=n2(g,1),v=x[0],b=d?d(p):null;return u&&v&&!b})}function W2(e){return typeof e.isPropagationStopped=="function"?e.isPropagationStopped():typeof e.cancelBubble<"u"?e.cancelBubble:!1}function A2(e){return e.dataTransfer?Array.prototype.some.call(e.dataTransfer.types,function(n){return n==="Files"||n==="application/x-moz-file"}):!!e.target&&!!e.target.files}function p6(e){e.preventDefault()}function Kh(e){return e.indexOf("MSIE")!==-1||e.indexOf("Trident/")!==-1}function Gh(e){return e.indexOf("Edge/")!==-1}function Yh(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:window.navigator.userAgent;return Kh(e)||Gh(e)}function G1(){for(var e=arguments.length,n=new Array(e),a=0;a<e;a++)n[a]=arguments[a];return function(s){for(var c=arguments.length,r=new Array(c>1?c-1:0),l=1;l<c;l++)r[l-1]=arguments[l];return n.some(function(d){return!W2(s)&&d&&d.apply(void 0,[s].concat(r)),W2(s)})}}function Jh(){return"showOpenFilePicker"in window}function Qh(e){if(v3(e)){var n=Object.entries(e).filter(function(a){var s=n2(a,2),c=s[0],r=s[1],l=!0;return s7(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.')),l=!1),(!Array.isArray(r)||!r.every(c7))&&(console.warn('Skipped "'.concat(c,'" because an invalid file extension was provided.')),l=!1),l}).reduce(function(a,s){var c=n2(s,2),r=c[0],l=c[1];return l6(l6({},a),{},e7({},r,l))},{});return[{description:"Files",accept:n}]}return e}function Xh(e){if(v3(e))return Object.entries(e).reduce(function(n,a){var s=n2(a,2),c=s[0],r=s[1];return[].concat(o6(n),[c],o6(r))},[]).filter(function(n){return s7(n)||c7(n)}).join(",")}function ep(e){return e instanceof DOMException&&(e.name==="AbortError"||e.code===e.ABORT_ERR)}function tp(e){return e instanceof DOMException&&(e.name==="SecurityError"||e.code===e.SECURITY_ERR)}function s7(e){return e==="audio/*"||e==="video/*"||e==="image/*"||e==="text/*"||/\w+\/[-+.\w]+/g.test(e)}function c7(e){return/^.*\.[\w]+$/.test(e)}var np=["children"],ap=["open"],sp=["refKey","role","onKeyDown","onFocus","onBlur","onClick","onDragEnter","onDragOver","onDragLeave","onDrop"],cp=["refKey","onChange","onClick"];function rp(e){return lp(e)||ip(e)||r7(e)||op()}function op(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
|
733
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function ip(e){if(typeof Symbol<"u"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function lp(e){if(Array.isArray(e))return s4(e)}function $0(e,n){return pp(e)||hp(e,n)||r7(e,n)||dp()}function dp(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
734
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function r7(e,n){if(e){if(typeof e=="string")return s4(e,n);var a=Object.prototype.toString.call(e).slice(8,-1);if(a==="Object"&&e.constructor&&(a=e.constructor.name),a==="Map"||a==="Set")return Array.from(e);if(a==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(a))return s4(e,n)}}function s4(e,n){(n==null||n>e.length)&&(n=e.length);for(var a=0,s=new Array(n);a<n;a++)s[a]=e[a];return s}function hp(e,n){var a=e==null?null:typeof Symbol<"u"&&e[Symbol.iterator]||e["@@iterator"];if(a!=null){var s=[],c=!0,r=!1,l,d;try{for(a=a.call(e);!(c=(l=a.next()).done)&&(s.push(l.value),!(n&&s.length===n));c=!0);}catch(p){r=!0,d=p}finally{try{!c&&a.return!=null&&a.return()}finally{if(r)throw d}}return s}}function pp(e){if(Array.isArray(e))return e}function u6(e,n){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var s=Object.getOwnPropertySymbols(e);n&&(s=s.filter(function(c){return Object.getOwnPropertyDescriptor(e,c).enumerable})),a.push.apply(a,s)}return a}function i1(e){for(var n=1;n<arguments.length;n++){var a=arguments[n]!=null?arguments[n]:{};n%2?u6(Object(a),!0).forEach(function(s){c4(e,s,a[s])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(a)):u6(Object(a)).forEach(function(s){Object.defineProperty(e,s,Object.getOwnPropertyDescriptor(a,s))})}return e}function c4(e,n,a){return n in e?Object.defineProperty(e,n,{value:a,enumerable:!0,configurable:!0,writable:!0}):e[n]=a,e}function H2(e,n){if(e==null)return{};var a=up(e,n),s,c;if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);for(c=0;c<r.length;c++)s=r[c],!(n.indexOf(s)>=0)&&Object.prototype.propertyIsEnumerable.call(e,s)&&(a[s]=e[s])}return a}function up(e,n){if(e==null)return{};var a={},s=Object.keys(e),c,r;for(r=0;r<s.length;r++)c=s[r],!(n.indexOf(c)>=0)&&(a[c]=e[c]);return a}var e5=i.forwardRef(function(e,n){var a=e.children,s=H2(e,np),c=i7(s),r=c.open,l=H2(c,ap);return i.useImperativeHandle(n,function(){return{open:r}},[r]),i3.createElement(i.Fragment,null,a(i1(i1({},l),{},{open:r})))});e5.displayName="Dropzone";var o7={disabled:!1,getFilesFromEvent:wh,maxSize:1/0,minSize:0,multiple:!0,maxFiles:0,preventDropOnDocument:!0,noClick:!1,noKeyboard:!1,noDrag:!1,noDragEventsBubbling:!1,validator:null,useFsAccessApi:!0,autoFocus:!1};e5.defaultProps=o7;e5.propTypes={children:n1.func,accept:n1.objectOf(n1.arrayOf(n1.string)),multiple:n1.bool,preventDropOnDocument:n1.bool,noClick:n1.bool,noKeyboard:n1.bool,noDrag:n1.bool,noDragEventsBubbling:n1.bool,minSize:n1.number,maxSize:n1.number,maxFiles:n1.number,disabled:n1.bool,getFilesFromEvent:n1.func,onFileDialogCancel:n1.func,onFileDialogOpen:n1.func,useFsAccessApi:n1.bool,autoFocus:n1.bool,onDragEnter:n1.func,onDragLeave:n1.func,onDragOver:n1.func,onDrop:n1.func,onDropAccepted:n1.func,onDropRejected:n1.func,onError:n1.func,validator:n1.func};var r4={isFocused:!1,isFileDialogActive:!1,isDragActive:!1,isDragAccept:!1,isDragReject:!1,acceptedFiles:[],fileRejections:[]};function i7(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},n=i1(i1({},o7),e),a=n.accept,s=n.disabled,c=n.getFilesFromEvent,r=n.maxSize,l=n.minSize,d=n.multiple,p=n.maxFiles,h=n.onDragEnter,m=n.onDragLeave,u=n.onDragOver,g=n.onDrop,x=n.onDropAccepted,v=n.onDropRejected,b=n.onFileDialogCancel,f=n.onFileDialogOpen,j=n.useFsAccessApi,w=n.autoFocus,T=n.preventDropOnDocument,R=n.noClick,I=n.noKeyboard,E=n.noDrag,F=n.noDragEventsBubbling,D=n.onError,$=n.validator,L=i.useMemo(function(){return Xh(a)},[a]),_=i.useMemo(function(){return Qh(a)},[a]),N=i.useMemo(function(){return typeof f=="function"?f:m6},[f]),H=i.useMemo(function(){return typeof b=="function"?b:m6},[b]),P=i.useRef(null),O=i.useRef(null),G=i.useReducer(mp,r4),k=$0(G,2),Z=k[0],S=k[1],B=Z.isFocused,q=Z.isFileDialogActive,M=i.useRef(typeof window<"u"&&window.isSecureContext&&j&&Jh()),m1=function(){!M.current&&q&&setTimeout(function(){if(O.current){var W=O.current.files;W.length||(S({type:"closeDialog"}),H())}},300)};i.useEffect(function(){return window.addEventListener("focus",m1,!1),function(){window.removeEventListener("focus",m1,!1)}},[O,q,H,M]);var v1=i.useRef([]),A1=function(W){P.current&&P.current.contains(W.target)||(W.preventDefault(),v1.current=[])};i.useEffect(function(){return T&&(document.addEventListener("dragover",p6,!1),document.addEventListener("drop",A1,!1)),function(){T&&(document.removeEventListener("dragover",p6),document.removeEventListener("drop",A1))}},[P,T]),i.useEffect(function(){return!s&&w&&P.current&&P.current.focus(),function(){}},[P,w,s]);var s1=i.useCallback(function(V){D?D(V):console.error(V)},[D]),T1=i.useCallback(function(V){V.preventDefault(),V.persist(),y2(V),v1.current=[].concat(rp(v1.current),[V.target]),A2(V)&&Promise.resolve(c(V)).then(function(W){if(!(W2(V)&&!F)){var u1=W.length,b1=u1>0&&qh({files:W,accept:L,minSize:l,maxSize:r,multiple:d,maxFiles:p,validator:$}),P1=u1>0&&!b1;S({isDragAccept:b1,isDragReject:P1,isDragActive:!0,type:"setDraggedFiles"}),h&&h(V)}}).catch(function(W){return s1(W)})},[c,h,s1,F,L,l,r,d,p,$]),k1=i.useCallback(function(V){V.preventDefault(),V.persist(),y2(V);var W=A2(V);if(W&&V.dataTransfer)try{V.dataTransfer.dropEffect="copy"}catch{}return W&&u&&u(V),!1},[u,F]),J1=i.useCallback(function(V){V.preventDefault(),V.persist(),y2(V);var W=v1.current.filter(function(b1){return P.current&&P.current.contains(b1)}),u1=W.indexOf(V.target);u1!==-1&&W.splice(u1,1),v1.current=W,!(W.length>0)&&(S({type:"setDraggedFiles",isDragActive:!1,isDragAccept:!1,isDragReject:!1}),A2(V)&&m&&m(V))},[P,m,F]),U=i.useCallback(function(V,W){var u1=[],b1=[];V.forEach(function(P1){var G3=n7(P1,L),C3=$0(G3,2),h0=C3[0],p0=C3[1],u0=a7(P1,l,r),b2=$0(u0,2),m0=b2[0],v0=b2[1],g0=$?$(P1):null;if(h0&&m0&&!g0)u1.push(P1);else{var x0=[p0,v0];g0&&(x0=x0.concat(g0)),b1.push({file:P1,errors:x0.filter(function(g7){return g7})})}}),(!d&&u1.length>1||d&&p>=1&&u1.length>p)&&(u1.forEach(function(P1){b1.push({file:P1,errors:[Hh]})}),u1.splice(0)),S({acceptedFiles:u1,fileRejections:b1,type:"setFiles"}),g&&g(u1,b1,W),b1.length>0&&v&&v(b1,W),u1.length>0&&x&&x(u1,W)},[S,d,L,l,r,p,g,x,v,$]),j1=i.useCallback(function(V){V.preventDefault(),V.persist(),y2(V),v1.current=[],A2(V)&&Promise.resolve(c(V)).then(function(W){W2(V)&&!F||U(W,V)}).catch(function(W){return s1(W)}),S({type:"reset"})},[c,U,s1,F]),K=i.useCallback(function(){if(M.current){S({type:"openDialog"}),N();var V={multiple:d,types:_};window.showOpenFilePicker(V).then(function(W){return c(W)}).then(function(W){U(W,null),S({type:"closeDialog"})}).catch(function(W){ep(W)?(H(W),S({type:"closeDialog"})):tp(W)?(M.current=!1,O.current?(O.current.value=null,O.current.click()):s1(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."))):s1(W)});return}O.current&&(S({type:"openDialog"}),N(),O.current.value=null,O.current.click())},[S,N,H,j,U,s1,_,d]),y1=i.useCallback(function(V){!P.current||!P.current.isEqualNode(V.target)||(V.key===" "||V.key==="Enter"||V.keyCode===32||V.keyCode===13)&&(V.preventDefault(),K())},[P,K]),Y=i.useCallback(function(){S({type:"focus"})},[]),C1=i.useCallback(function(){S({type:"blur"})},[]),f2=i.useCallback(function(){R||(Yh()?setTimeout(K,0):K())},[R,K]),r3=function(W){return s?null:W},d0=function(W){return I?null:r3(W)},j2=function(W){return E?null:r3(W)},y2=function(W){F&&W.stopPropagation()},u7=i.useMemo(function(){return function(){var V=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},W=V.refKey,u1=W===void 0?"ref":W,b1=V.role,P1=V.onKeyDown,G3=V.onFocus,C3=V.onBlur,h0=V.onClick,p0=V.onDragEnter,u0=V.onDragOver,b2=V.onDragLeave,m0=V.onDrop,v0=H2(V,sp);return i1(i1(c4({onKeyDown:d0(G1(P1,y1)),onFocus:d0(G1(G3,Y)),onBlur:d0(G1(C3,C1)),onClick:r3(G1(h0,f2)),onDragEnter:j2(G1(p0,T1)),onDragOver:j2(G1(u0,k1)),onDragLeave:j2(G1(b2,J1)),onDrop:j2(G1(m0,j1)),role:typeof b1=="string"&&b1!==""?b1:"presentation"},u1,P),!s&&!I?{tabIndex:0}:{}),v0)}},[P,y1,Y,C1,f2,T1,k1,J1,j1,I,E,s]),m7=i.useCallback(function(V){V.stopPropagation()},[]),v7=i.useMemo(function(){return function(){var V=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},W=V.refKey,u1=W===void 0?"ref":W,b1=V.onChange,P1=V.onClick,G3=H2(V,cp),C3=c4({accept:L,multiple:d,type:"file",style:{display:"none"},onChange:r3(G1(b1,j1)),onClick:r3(G1(P1,m7)),tabIndex:-1},u1,O);return i1(i1({},C3),G3)}},[O,a,d,j1,s]);return i1(i1({},Z),{},{isFocused:B&&!s,getRootProps:u7,getInputProps:v7,rootRef:P,inputRef:O,open:r3(K)})}function mp(e,n){switch(n.type){case"focus":return i1(i1({},e),{},{isFocused:!0});case"blur":return i1(i1({},e),{},{isFocused:!1});case"openDialog":return i1(i1({},r4),{},{isFileDialogActive:!0});case"closeDialog":return i1(i1({},e),{},{isFileDialogActive:!1});case"setDraggedFiles":return i1(i1({},e),{},{isDragActive:n.isDragActive,isDragAccept:n.isDragAccept,isDragReject:n.isDragReject});case"setFiles":return i1(i1({},e),{},{acceptedFiles:n.acceptedFiles,fileRejections:n.fileRejections});case"reset":return i1({},r4);default:return e}}function m6(){}const vp=e=>JSON.stringify(JSON.parse(e),null,4),gp=({onSuccess:e,onError:n})=>a=>{var c;const s=(c=a==null?void 0:a.target)==null?void 0:c.result;if(typeof s=="string")try{const r=vp(s);e(r)}catch{n("Cannot format as valid JSON")}else n("Unsupported format")},xp=({onSuccess:e,onError:n,children:a,onDragStatusChange:s,...c})=>{const r=i.useCallback(([h])=>{const m=new FileReader;m.onload=gp({onSuccess:e,onError:n}),m.readAsText(h)},[]),{getRootProps:l,getInputProps:d,isDragActive:p}=i7({onDrop:r,accept:{"application/json":[".json"]},maxFiles:1});return i.useEffect(()=>{s(p)},[p]),t.jsxs(y,{...l(),...c,children:[t.jsx("input",{"data-testid":"import-file",...d()}),a]})},fp=o(xp)(({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 t5={},jp=K1;Object.defineProperty(t5,"__esModule",{value:!0});var l7=t5.default=void 0,yp=jp(q1()),bp=t,Sp=(0,yp.default)((0,bp.jsx)("path",{d:"m4 12 1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z"}),"ArrowUpward");l7=t5.default=Sp;const Cp=o(y)(({theme:e})=>({backgroundColor:e.palette.background.elevation2,borderRadius:e.shape.borderRadiusLarge,padding:e.spacing(3)})),O0=o(A)(({theme:e})=>({marginBottom:e.spacing(.5)})),V0=o(y)(({theme:e})=>({marginBottom:e.spacing(3),color:e.palette.text.secondary,fontSize:e.fontSizes.smallBody})),Zp=()=>t.jsxs(Cp,{children:[t.jsx(O0,{children:"What is being imported?"}),t.jsxs(V0,{children:["Feature flags will be imported with full configuration:",t.jsxs("ul",{children:[t.jsx("li",{children:"strategies"}),t.jsx("li",{children:"context fields"}),t.jsx("li",{children:"variants"}),t.jsx("li",{children:"tags"}),t.jsx("li",{children:"feature flag status"})]})]}),t.jsx(O0,{children:"Exceptions?"}),t.jsx(V0,{children:"If the feature flag already exists in the new instance, it will be overwritten"}),t.jsx(O0,{children:"What is not imported?"}),t.jsx(V0,{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"})]}),n5=o("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%"})),a5=o(y)(({theme:e})=>({width:"100%",borderTop:`1px solid ${e.palette.divider}`,marginTop:"auto",paddingTop:e.spacing(3),display:"flex",justifyContent:"flex-end"})),wp=o(c3)(({theme:e})=>({width:"100%"})),Ep=o(A)(({theme:e})=>({marginTop:e.spacing(4),fontSize:e.fontSizes.mainHeader})),Ap=o(A)(({theme:e})=>({marginTop:e.spacing(2),marginBottom:e.spacing(1.5),color:e.palette.text.secondary})),Tp=o(A)(({theme:e})=>({marginTop:e.spacing(4),color:e.palette.text.secondary})),kp=({activeTab:e,setActiveTab:n})=>t.jsx(y,{sx:{borderBottom:1,borderColor:"divider"},children:t.jsxs(S4,{value:e,children:[t.jsx(_2,{label:"Upload file",value:"file",onClick:()=>n("file")}),t.jsx(_2,{label:"Code editor",value:"code","data-testid":Wt,onClick:()=>n("code")})]})}),Ip=({activeTab:e,setActiveTab:n,importPayload:a,setImportPayload:s})=>{const[c,r]=i.useState(!1),{setToastData:l}=d1();return t.jsx(C,{condition:e==="file",show:t.jsxs(fp,{onSuccess:d=>{s(d),n("code"),l({type:"success",title:"File uploaded"})},onError:d=>{s(""),l({type:"error",title:d})},onDragStatusChange:r,children:[t.jsx(T8,{sx:{width:80,height:80},active:c,children:t.jsx(l7,{fontSize:"large"})}),t.jsx(Ep,{children:c?"Drop your file to upload":"Drop your file here"}),t.jsx(Ap,{children:"or select a file from your device"}),t.jsx(t1,{variant:"outlined",children:"Select file"}),t.jsx(Tp,{children:"JSON format: max 500 kB"})]}),elseShow:t.jsx(wp,{label:"Exported toggles",variant:"outlined",onChange:d=>s(d.target.value),value:a,"data-testid":Ht,multiline:!0,minRows:13,maxRows:13})})},Rp=({onSubmit:e,onClose:n,disabled:a})=>t.jsxs(a5,{children:[t.jsx(t1,{sx:{position:"static"},variant:"contained",type:"submit",onClick:e,"data-testid":qt,disabled:a,children:"Validate"}),t.jsx(t1,{sx:{position:"static",ml:2},variant:"outlined",type:"submit",onClick:n,children:"Cancel import"})]}),Pp=({tabs:e,importOptions:n,importArea:a,actions:s})=>t.jsxs(n5,{children:[e,n,a,t.jsx(Zp,{}),s]}),Dp=()=>{const{makeRequest:e,createRequest:n,errors:a,loading:s}=e0({propagateErrors:!0});return{loading:s,errors:a,validateImport:async r=>{const d=n("api/admin/features-batch/validate",{method:"POST",body:JSON.stringify(r)});return(await e(d.caller,d.id)).json()}}},_p=o(y)(({theme:e})=>({backgroundColor:e.palette.background.elevation2,borderRadius:e.shape.borderRadiusLarge,padding:e.spacing(3)})),v6=o("span")(({theme:e})=>({fontSize:e.fontSizes.smallBody,color:e.palette.text.secondary})),g6=o("span")(({theme:e})=>({fontSize:e.fontSizes.smallBody,color:e.palette.text.primary,fontWeight:e.fontWeight.bold})),x6=o(y)(({theme:e})=>({border:`1px solid ${e.palette.error.border}`,borderRadius:e.shape.borderRadiusLarge,paddingBottom:e.spacing(2)})),Fp=o(y)(({theme:e})=>({border:`1px solid ${e.palette.warning.border}`,borderRadius:e.shape.borderRadiusLarge,paddingBottom:e.spacing(2)})),f6=o(y)(({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)})),$p=o(y)(({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)})),j6=o(y)(({theme:e})=>({color:e.palette.error.dark,fontSize:e.fontSizes.smallBody})),Op=o(y)(({theme:e})=>({color:e.palette.warning.dark,fontSize:e.fontSizes.smallBody})),B0=o("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}`})),L0=o("li")(({theme:e})=>({fontSize:e.fontSizes.smallBody})),Vp=({environment:e,project:n,payload:a,onClose:s,onBack:c,onSubmit:r})=>{const{validateImport:l}=Dp(),{setToastData:d}=d1(),{trackEvent:p}=w1(),[h,m]=i.useState({errors:[],warnings:[],permissions:[]}),[u,g]=i.useState(!0),x=v=>{v.errors.length>0||v.permissions.length>0?p("export_import",{props:{eventType:"validation fail"}}):p("export_import",{props:{eventType:"validation success"}}),m(v)};return i.useEffect(()=>{l({environment:e,project:n,data:JSON.parse(a)}).then(x).catch(v=>{g(!1),d({type:"error",title:o1(v)})})},[]),t.jsxs(n5,{children:[t.jsxs(_p,{children:[t.jsx(A,{sx:{mb:1.5},children:"You are importing this configuration in:"}),t.jsxs(y,{sx:{display:"flex",gap:3},children:[t.jsxs("span",{children:[t.jsx(v6,{children:"Environment: "}),t.jsx(g6,{children:e})]}),t.jsxs("span",{children:[t.jsx(v6,{children:"Project: "}),t.jsx(g6,{children:n})]})]})]}),t.jsx(C,{condition:h.permissions.length>0,show:t.jsxs(x6,{children:[t.jsxs(f6,{children:[t.jsx("strong",{children:"Missing permissions!"})," There are some permissions that you need to be granted before importing this configuration"]}),h.permissions.map(v=>t.jsxs(y,{sx:{p:2},children:[t.jsx(j6,{children:v.message}),t.jsx(B0,{children:v.affectedItems.map(b=>t.jsx(L0,{children:b},b))})]},v.message))]})}),t.jsx(C,{condition:h.errors.length>0,show:t.jsxs(x6,{children:[t.jsxs(f6,{children:[t.jsx("strong",{children:"Conflict!"})," There are some errors that need to be fixed before the import."]}),h.errors.map(v=>t.jsxs(y,{sx:{p:2},children:[t.jsx(j6,{children:v.message}),t.jsx(B0,{children:v.affectedItems.map(b=>t.jsx(L0,{children:b},b))})]},v.message))]})}),t.jsx(C,{condition:h.warnings.length>0,show:t.jsxs(Fp,{children:[t.jsxs($p,{children:[t.jsx("strong",{children:"Warning!"})," It is recommended to verify the following information before importing."]}),h.warnings.map(v=>t.jsxs(y,{sx:{p:2},children:[t.jsx(Op,{children:v.message}),t.jsx(B0,{children:v.affectedItems.map(b=>t.jsx(L0,{children:b},b))})]},v.message))]})}),t.jsxs(a5,{children:[t.jsx(t1,{sx:{position:"static",mr:"auto"},variant:"outlined",type:"submit",onClick:c,children:"Back"}),t.jsx(b3,{permission:K2,projectId:n,sx:{position:"static"},variant:"contained",type:"submit",onClick:r,"data-testid":Kt,disabled:h.errors.length>0||h.permissions.length>0||!u,children:"Import configuration"}),t.jsx(t1,{sx:{position:"static",ml:2},variant:"outlined",type:"submit",onClick:s,children:"Cancel import"})]})]})},Bp=()=>{const{makeRequest:e,createRequest:n,errors:a,loading:s}=e0({propagateErrors:!0}),{trackEvent:c}=w1();return{loading:s,errors:a,createImport:async l=>{const p=n("api/admin/features-batch/import",{method:"POST",body:JSON.stringify(l)});try{const h=await e(p.caller,p.id);return c("export_import",{props:{eventType:"features imported"}}),h}catch(h){throw c("export_import",{props:{eventType:"features import failed"}}),h}}}},Lp=o(v8)(({theme:e})=>({padding:e.spacing(4,2,2,2),display:"flex",flexDirection:"column",alignItems:"center",gap:e.spacing(8)})),Up=o(A)(({theme:e})=>({fontSize:e.fontSizes.mainHeader})),Np=o(j3)(({theme:e})=>({backgroundColor:e.palette.primary.main})),Mp=o(j3)(({theme:e})=>({backgroundColor:e.palette.error.main})),zp=o(v8)(({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})),Wp=(e,n)=>e?{status:"loading"}:Object.keys(n).length>0?{status:"error",errors:n}:{status:"success"},Hp=({environment:e,project:n,payload:a,onClose:s})=>{const{createImport:c,loading:r,errors:l}=Bp(),{refetch:d}=S8(n),{refetch:p}=Q2(n),{setToastData:h}=d1(),{isChangeRequestConfigured:m}=R3(n);i.useEffect(()=>{c({environment:e,project:n,data:JSON.parse(a)}).then(()=>{d(),p()}).catch(x=>{h({type:"error",title:o1(x)})})},[]);const u=Wp(r,l),g=m(e)&&u.status==="success";return t.jsxs(n5,{children:[t.jsxs(Lp,{children:[t.jsx(C,{condition:u.status==="loading",show:t.jsx(T8,{sx:{width:80,height:80},active:!0,children:t.jsx($4,{fontSize:"large"})})}),t.jsx(C,{condition:u.status==="success",show:t.jsx(Np,{sx:{width:80,height:80},children:t.jsx(p3,{fontSize:"large"})})}),t.jsx(C,{condition:u.status==="error",show:t.jsx(Mp,{sx:{width:80,height:80},children:t.jsx(V2,{fontSize:"large"})})}),t.jsxs(Up,{children:[t.jsx(C,{condition:u.status==="loading",show:"Importing..."}),t.jsx(C,{condition:u.status==="success",show:"Import completed"}),t.jsx(C,{condition:u.status==="error",show:"Import failed"})]})]}),t.jsx(C,{condition:g,show:t.jsxs(zp,{children:["For this environment ",t.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."]})}),t.jsx(a5,{children:t.jsx(t1,{sx:{position:"static"},variant:"contained",type:"submit",onClick:s,children:"Close"})})]})},qp=o(y)(({theme:e})=>({backgroundColor:e.palette.background.elevation2,borderRadius:e.shape.borderRadiusLarge,padding:e.spacing(3)})),Kp=o(A)(({theme:e})=>({marginBottom:e.spacing(3),fontWeight:e.fontWeight.bold})),Gp=o(A)(({theme:e})=>({marginBottom:e.spacing(1.5)})),Yp=({project:e,environment:n,onChange:a})=>{const{project:s}=R1(e),c=s.environments.map(({environment:r})=>({key:r,label:r,title:r}));return i.useEffect(()=>{n===""&&c[0]&&a(c[0].key)},[JSON.stringify(c)]),t.jsxs(qp,{children:[t.jsx(Kp,{children:"Import options"}),t.jsx(Gp,{children:"Choose the environment to import the configuration for"}),t.jsx(I3,{sx:{width:"180px"},options:c,onChange:a,label:"Environment",value:n,"data-testid":Gt,IconComponent:d8,fullWidth:!0})]})},Jp=o("div")(({theme:e})=>({minHeight:"100vh",display:"flex"})),Qp=o("div")(({theme:e})=>({backgroundColor:e.palette.background.sidebar,padding:e.spacing(8),flexBasis:"30%"})),Xp=o("div")(({theme:e})=>({textTransform:"uppercase",fontSize:e.fontSizes.smallBody,color:e.palette.common.white,fontWeight:e.typography.fontWeightBold,marginBottom:e.spacing(3)})),eu=e=>{try{return JSON.parse(e),!0}catch{return!1}},tu=({open:e,setOpen:n,project:a})=>{const[s,c]=i.useState("configure"),[r,l]=i.useState(""),[d,p]=i.useState(""),[h,m]=i.useState("file"),u=()=>{n(!1)};i.useEffect(()=>{e===!0&&g()},[e]);const g=()=>{c("configure"),l(""),p(""),m("file")};return t.jsx(n3,{open:e,onClose:u,label:"Import toggles",children:t.jsxs(Jp,{children:[t.jsxs(Qp,{children:[t.jsx(Xp,{children:"Process"}),t.jsx(bh,{stage:s})]}),t.jsx(C,{condition:s==="configure",show:t.jsx(Pp,{tabs:t.jsx(kp,{activeTab:h,setActiveTab:m}),importOptions:t.jsx(Yp,{project:a,environment:r,onChange:l}),importArea:t.jsx(Ip,{activeTab:h,setActiveTab:m,importPayload:d,setImportPayload:p}),actions:t.jsx(Rp,{disabled:!eu(d),onSubmit:()=>c("validate"),onClose:u})})}),t.jsx(C,{condition:s==="validate",show:t.jsx(Vp,{project:a,environment:r,payload:d,onBack:()=>c("configure"),onSubmit:()=>c("import"),onClose:u})}),t.jsx(C,{condition:s==="import",show:t.jsx(Hp,{project:a,environment:r,payload:d,onClose:u})})]})})},nu=o(Yt)(({theme:e})=>({color:e.palette.action.disabled})),au=()=>t.jsx(W1,{title:`This projects collaboration mode is set to private. The project and associated feature
|
|
735
|
+
toggles can only be seen by you and the members of the project`,arrow:!0,children:t.jsx(nu,{})}),su=o(A)(({theme:e})=>({fontSize:e.fontSizes.smallerBody})),y6=({row:e,field:n,singularLabel:a,pluralLabel:s})=>{const{searchQuery:c}=D3(),r=e[n];if(!Array.isArray(r)||r.length===0)return t.jsx(a1,{});const l=s||`${a}s`;return t.jsx(a1,{children:t.jsx(z3,{highlighted:c.length>0&&r.some(d=>d==null?void 0:d.toLowerCase().includes(c.toLowerCase())),tooltip:t.jsx(t.Fragment,{children:r.map(d=>t.jsx(su,{children:t.jsx(M1,{search:c,children:d})},d))}),children:r.length===1?`1 ${a}`:`${r.length} ${l}`})})},cu=o("div")(({theme:e})=>({fontSize:e.fontSizes.smallerBody})),ru=o("ul")(({theme:e})=>({padding:e.spacing(0,0,.5,2),margin:e.spacing(0)})),ou=({row:e})=>{var s;const{searchQuery:n}=D3(),a=n.length>0&&e.original.sdks.some(c=>c.versions.some(r=>r.toLowerCase().includes(n.toLowerCase()))||c.name.toLowerCase().includes(n.toLowerCase()));return!e.original.sdks||e.original.sdks.length===0?t.jsx(a1,{}):t.jsx(a1,{children:t.jsx(z3,{highlighted:n.length>0&&a,tooltip:t.jsx(t.Fragment,{children:e.original.sdks.map(c=>t.jsxs(cu,{children:[t.jsx(M1,{search:n,children:c.name}),t.jsx(ru,{children:c.versions.map(r=>t.jsx("li",{children:t.jsx(M1,{search:n,children:r})},r))})]},c.name))}),children:((s=e.original.sdks)==null?void 0:s.length)===1?"1 sdk":`${e.original.sdks.length} sdks`})})},T2=J6(),iu=()=>{const{trackEvent:e}=w1();return i.useEffect(()=>{e("sdk-reporting",{props:{eventType:"project applications opened"}})},[]),()=>{e("sdk-reporting",{props:{eventType:"project application clicked"}})}},lu=()=>{var I;const e=iu(),n=B1(),a=z("projectId"),s=g1(t2.breakpoints.down("md")),c={offset:X1(F2,0),limit:X1(F2,Jt),query:Z3,sortBy:X1(Z3,"createdAt"),sortOrder:X1(Z3,"desc")},[r,l]=M6(`project-applications-table-${a}`,c),{applications:d=[],total:p,loading:h}=Qt(z6(W6(c,r),E=>E?`${E}`:void 0),a),m=(E="")=>{l({query:E})},u=h2(h),{offset:g,limit:x,query:v,sortBy:b,sortOrder:f,...j}=r,w=i.useMemo(()=>[T2.accessor("name",{header:"Name",cell:({row:E})=>t.jsx(_3,{title:E.original.name,onClick:()=>{e(),n(`/applications/${E.original.name}`)}}),meta:{width:"25%"}}),T2.accessor("environments",{header:"Environments",cell:({row:E})=>t.jsx(y6,{row:E.original,field:"environments",singularLabel:"environment"}),enableSorting:!1,meta:{width:"25%"}}),T2.accessor("instances",{header:"Instances",cell:({row:E})=>t.jsx(y6,{row:E.original,field:"instances",singularLabel:"instance"}),enableSorting:!1,meta:{width:"25%"}}),T2.accessor("sdks",{header:"SDK",cell:ou,enableSorting:!1,meta:{width:"25%"}})],[]),T=K6(G6(r,l,{columns:w,data:d})),R=T.getRowModel().rows;return t.jsxs(p1,{disableLoading:!0,bodyClass:"no-padding",header:t.jsx(c1,{title:"Project applications",actions:t.jsx(t.Fragment,{children:t.jsx(C,{condition:!s,show:t.jsxs(t.Fragment,{children:[t.jsx(F1,{placeholder:"Search",expandable:!0,initialValue:v||"",onChange:m}),t.jsx(c1.Divider,{})]})})}),children:t.jsx(C,{condition:s,show:t.jsx(F1,{initialValue:v||"",onChange:m})})}),children:[t.jsx(f3,{value:v||"",children:t.jsx("div",{ref:u,children:t.jsx(Y6,{tableInstance:T,totalItems:p})})}),t.jsx(C,{condition:R.length===0,show:t.jsx(y,{sx:E=>({padding:E.spacing(0,2,2)}),children:t.jsx(C,{condition:((I=v||"")==null?void 0:I.length)>0,show:t.jsxs(Z1,{children:["No applications found matching “",v,"”"]}),elseShow:t.jsx(Z1,{children:"No applications found matching your criteria."})})})})]})};var s5={},du=K1;Object.defineProperty(s5,"__esModule",{value:!0});var A3=s5.default=void 0,hu=du(q1()),pu=t,uu=(0,hu.default)((0,pu.jsx)("path",{d:"M8.59 16.59 13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.41z"}),"KeyboardArrowRight");A3=s5.default=uu;const b6=o(y)(({theme:e})=>({display:"flex",flexDirection:"column",gap:e.spacing(2.5)})),mu=o(y)(({theme:e})=>({display:"flex",gap:e.spacing(1),justifyContent:"space-between",flexWrap:"wrap"})),U0=o(y)(({theme:e})=>({display:"flex",flexDirection:"column",flex:1,alignItems:"center",justifyContent:"center",padding:e.spacing(1),borderRadius:e.shape.borderRadiusMedium,border:`1px solid ${e.palette.divider}`})),vu=o(y)(({theme:e})=>({display:"flex",flexDirection:"column",flex:1,borderRadius:e.shape.borderRadiusMedium,padding:e.spacing(3),border:`2px solid ${e.palette.primary.main}`})),d7=o(y)(({theme:e})=>({borderRadius:"8px",padding:e.spacing(1,2),display:"flex",gap:e.spacing(6),justifyContent:"space-between",alignItems:"center",marginBottom:e.spacing(1.5),whiteSpace:"nowrap"})),gu=o(d7)(({theme:e})=>({background:e.palette.success.light,marginTop:e.spacing(2.5)})),xu=o(d7)(({theme:e})=>({background:e.palette.secondary.light})),S6=o(Q)(({theme:e})=>({display:"flex",justifyContent:"space-between",textDecoration:"none",color:e.palette.text.primary})),N0=o(A)(({theme:e})=>({fontSize:e.spacing(2),color:e.palette.text.secondary,marginBottom:e.spacing(1)})),C6=o(A)(({theme:e})=>({fontSize:e.spacing(3),color:e.palette.text.primary})),M0=o(A)(({theme:e})=>({fontSize:e.spacing(5.5),color:e.palette.text.primary})),fu=()=>{const e=z("projectId"),{isOss:n,isPro:a}=X(),{data:s}=I8(e),{total:c,applied:r,rejected:l,reviewRequired:d,scheduled:p,approved:h}=s,m=p+h;return n()||a()?t.jsxs(b6,{children:[t.jsx(A,{variant:"h3",children:"Change requests"}),t.jsx(S3,{feature:"change-requests"})]}):t.jsxs(b6,{children:[t.jsxs(S6,{to:`/projects/${e}/change-requests`,children:[t.jsx(A,{variant:"h3",children:"Change requests"}),t.jsx(A3,{})]}),t.jsxs(mu,{"data-loading":!0,children:[t.jsxs(vu,{children:[t.jsxs(S6,{to:`/projects/${e}/change-requests`,children:[t.jsx("span",{children:"Open"}),t.jsx(A3,{})]}),t.jsxs(gu,{children:[t.jsx("span",{children:"To be applied"}),t.jsx(C6,{children:m})]}),t.jsxs(xu,{children:[t.jsx("span",{children:"To be reviewed"}),t.jsx(C6,{children:d})]})]}),t.jsxs(U0,{children:[t.jsx(N0,{children:"Total"}),t.jsx(M0,{children:c})]}),t.jsxs(U0,{children:[t.jsx(N0,{children:"Applied"}),t.jsx(M0,{children:r})]}),t.jsxs(U0,{children:[t.jsx(N0,{children:"Rejected"}),t.jsx(M0,{children:l})]})]})]})},ju=o(y)(({theme:e})=>({display:"flex",flexDirection:"column",gap:e.spacing(2)})),yu=o(y)(({theme:e})=>({overflowY:"auto",maxHeight:e.spacing(45)})),bu=e=>{if(e>=30)return t.jsx(Y1,{color:"error",children:"Low"});if(e<=30&&e>=8)return t.jsx(Y1,{children:"Medium"});if(e<=7)return t.jsx(Y1,{color:"success",children:"High"})},Su=[{name:"feature1",timeToProduction:0},{name:"feature2",timeToProduction:0},{name:"feature3",timeToProduction:0},{name:"feature4",timeToProduction:0},{name:"feature5",timeToProduction:2}],Cu=({leadTime:e,loading:n})=>{const a=i.useMemo(()=>[{Header:"Name",accessor:"name",width:"40%",Cell:({row:{original:{name:g}}})=>t.jsx(y,{"data-loading":!0,sx:{pl:2,pr:1,paddingTop:2,paddingBottom:2,display:"flex",alignItems:"center"},children:g}),sortType:"alphanumeric"},{Header:"Time to production",id:"timetoproduction",align:"center",Cell:({row:{original:g}})=>t.jsx(E1,{title:"The time from the feature flag of type release was created until it was turned on in a production environment",arrow:!0,children:t.jsxs(y,{sx:{display:"flex",justifyContent:"center"},"data-loading":!0,children:[g.timeToProduction," days"]})}),width:220,disableGlobalFilter:!0,disableSortBy:!0},{Header:"Deviation",id:"deviation",align:"center",Cell:({row:{original:g}})=>t.jsx(E1,{title:`Deviation from project average. Average for this project is: ${e.projectAverage||0} days`,arrow:!0,children:t.jsxs(y,{sx:{display:"flex",justifyContent:"center"},"data-loading":!0,children:[Math.round((e.projectAverage?e.projectAverage:0)-g.timeToProduction)," ","days"]})}),width:300,disableGlobalFilter:!0,disableSortBy:!0},{Header:"DORA",id:"dora",align:"center",Cell:({row:{original:g}})=>t.jsx(E1,{title:"Dora score. High = less than a week to production. Medium = less than a month to production. Low = Less than 6 months to production",arrow:!0,children:t.jsx(y,{sx:{display:"flex",justifyContent:"center"},"data-loading":!0,children:bu(g.timeToProduction)})}),width:200,disableGlobalFilter:!0,disableSortBy:!0}],[JSON.stringify(e.features),n]),s=i.useMemo(()=>({sortBy:[{id:"name",desc:!1}]}),[]),c=g1(t2.breakpoints.down("sm")),{getTableProps:r,getTableBodyProps:l,headerGroups:d,rows:p,prepareRow:h,state:{globalFilter:m},setHiddenColumns:u}=l1.useTable({columns:a,data:n?Su:e.features,initialState:s,autoResetGlobalFilter:!1,autoResetSortBy:!1,disableSortRemove:!0},l1.useGlobalFilter,l1.useSortBy);return $3([{condition:c,columns:["deviation"]}],u,a),t.jsxs(ju,{children:[t.jsx(A,{variant:"h3",children:"Lead time for changes (per release flag)"}),t.jsx(yu,{children:t.jsxs(a2,{...r(),children:[t.jsx(s2,{headerGroups:d}),t.jsx(c2,{...l(),children:p.map(g=>(h(g),t.jsx(r2,{hover:!0,...g.getRowProps(),children:g.cells.map(x=>t.jsx(o2,{...x.getCellProps(),children:x.render("Cell")}))})))})]})}),t.jsx(C,{condition:p.length===0,show:t.jsx(C,{condition:(m==null?void 0:m.length)>0,show:t.jsxs(Z1,{children:["No features with data found “",m,"”"]})})})]})},Zu=({active:e,stale:n,potentiallyStale:a,health:s})=>{const c=r1(),r=e===0||n===0||e/n>30||n/e>30?0:10,l=6,d=50-l/2,p=2*Math.PI*d,h=r/p*360,m=e+n,u=m===0?100:e/m*100,g=m===0?0:n/m*100,x=e===0?0:a/m*100,v=Math.max(u/100*p-r,1),b=Math.max(g/100*p-r,1),f=Math.max(x/100*p-r,1),j=-90+h/2,w=j+(v-f)/p*360,T=j+v/p*360+h,R=d/1.2;return t.jsxs("svg",{width:"170",height:"170",viewBox:"0 0 100 100",children:[t.jsx("title",{children:"Project Health Chart"}),t.jsx("circle",{"data-testid":"active-circle",cx:"50",cy:"50",r:d,fill:"none",stroke:c.palette.success.border,strokeWidth:l,strokeLinecap:"round",strokeDasharray:`${v} ${p}`,transform:`rotate(${j} 50 50)`}),t.jsx(C,{condition:a>0,show:t.jsx("circle",{"data-testid":"potentially-stale-circle",cx:"50",cy:"50",r:d,fill:"none",stroke:c.palette.warning.border,strokeWidth:l,strokeLinecap:"round",strokeDasharray:`${f} ${p}`,transform:`rotate(${w} 50 50)`})}),t.jsx(C,{condition:n>0,show:t.jsx("circle",{"data-testid":"stale-circle",cx:"50",cy:"50",r:d,fill:"none",stroke:c.palette.error.border,strokeWidth:l,strokeLinecap:"round",strokeDasharray:`${b} ${p}`,transform:`rotate(${T} 50 50)`})}),t.jsx("circle",{cx:"50",cy:"50",r:R,fill:c.palette.warning.light}),t.jsxs("text",{x:"50%",y:"50%",fill:c.palette.text.primary,fontSize:c.spacing(2.25),textAnchor:"middle",fontWeight:"bold",children:[s,"%"]}),t.jsxs("text",{x:"50%",y:"50%",dy:"1.5em",fill:c.palette.text.secondary,fontSize:c.spacing(1.25),textAnchor:"middle",fontWeight:"normal",children:[e+n," flags"]})]})},z0=o("span",{shouldForwardProp:e=>e!=="color"})(({theme:e,color:n})=>({height:"15px",width:"15px",borderRadius:"50%",display:"inline-block",backgroundColor:n})),W0=o("p")(({theme:e})=>({color:e.palette.text.secondary,marginLeft:e.spacing(3)})),wu=o(y)(({theme:e})=>({display:"flex",flexDirection:"column",gap:e.spacing(2)})),Eu=o(y)(({theme:e})=>({display:"flex",flexDirection:"column",gap:e.spacing(2)})),H0=o(y)(({theme:e})=>({display:"flex",alignItems:"center",gap:e.spacing(1)})),Au=({health:e})=>{const n=r1(),a=z("projectId"),{staleCount:s,potentiallyStaleCount:c,activeCount:r,rating:l}=e;return t.jsxs(Eu,{children:[t.jsx(A,{variant:"h3",children:"Project Health"}),t.jsx(C,{condition:s>0,show:t.jsxs(h1,{severity:"warning",children:[t.jsx("b",{children:"Health alert!"})," Review your flags and delete the stale flags"]})}),t.jsxs(y,{"data-loading":!0,sx:d=>({display:"flex",gap:d.spacing(4),marginTop:d.spacing(3)}),children:[t.jsx(Zu,{active:r,stale:s,potentiallyStale:c,health:l}),t.jsxs(wu,{children:[t.jsxs(y,{children:[t.jsxs(H0,{children:[t.jsx(z0,{color:n.palette.success.border}),t.jsx(y,{sx:{fontWeight:"bold"},children:"Active"})]}),t.jsxs(W0,{children:[r," feature flags"]})]}),t.jsxs(y,{children:[t.jsxs(H0,{children:[t.jsx(z0,{color:n.palette.warning.border}),t.jsx(y,{sx:{fontWeight:"bold"},children:"Potentially stale"}),t.jsx(Q,{to:"/feature-toggle-type",children:"(configure)"})]}),t.jsxs(W0,{children:[c," feature flags"]})]}),t.jsxs(y,{children:[t.jsxs(H0,{children:[t.jsx(z0,{color:n.palette.error.border}),t.jsx(y,{sx:{fontWeight:"bold"},children:"Stale"}),t.jsx(Q,{to:`/projects/${a}?state=IS%3Astale`,children:"(view flags)"})]}),t.jsxs(W0,{children:[s," feature flags"]})]})]})]})]})},Tu=o("div")(({theme:e})=>({margin:"0",[e.breakpoints.down("md")]:{display:"flex",flexDirection:"column",position:"relative"}})),ku=o(A)(({theme:e})=>({marginBottom:e.spacing(2.5)})),Iu=o("span")(({theme:e})=>({fontSize:e.typography.h2.fontSize,fontWeight:"bold",color:e.palette.text.primary})),Ru=o(Iu)(({theme:e})=>({marginLeft:"auto",fontWeight:e.typography.fontWeightRegular,color:e.palette.text.secondary})),Pu=o("div")(({theme:e})=>({display:"flex",gap:e.spacing(1.5),width:"100%",margin:e.spacing(1,0),fontSize:e.fontSizes.smallBody,color:e.palette.text.secondary,alignItems:"center",[e.breakpoints.down("md")]:{margin:0}})),Du=({type:e,Icon:n,count:a})=>{const s=c=>c.charAt(0).toUpperCase()+c.slice(1).replace("-"," ");return t.jsxs(Pu,{"data-loading":!0,children:[t.jsx(n,{fontSize:"small","data-loading":!0}),t.jsx("div",{children:s(e)}),t.jsx(Ru,{children:a})]})},_u=({featureTypeCounts:e})=>{const n=i.useMemo(()=>{var d,p,h,m,u;const a=((d=e.find(g=>g.type==="release"))==null?void 0:d.count)||0,s=((p=e.find(g=>g.type==="experiment"))==null?void 0:p.count)||0,c=((h=e.find(g=>g.type==="operational"))==null?void 0:h.count)||0,r=((m=e.find(g=>g.type==="kill-switch"))==null?void 0:m.count)||0,l=((u=e.find(g=>g.type==="permission"))==null?void 0:u.count)||0;return{release:a,experiment:s,operational:c,"kill-switch":r,permission:l}},[e]);return t.jsxs(Tu,{children:[t.jsx(ku,{variant:"h3","data-loading":!0,children:"Flag types used"}),Object.keys(n).map(a=>t.jsx(Du,{type:a,Icon:u4(a),count:n[a]},a))]})},Fu=o(a3)(({theme:e})=>({padding:e.spacing(3,3),maxWidth:"350px",borderRadius:`${e.shape.borderRadiusMedium}px`,border:`1px solid ${e.palette.neutral.border}`,fontSize:e.typography.body2.fontSize})),Z6=({children:e,id:n})=>{const[a,s]=i.useState(null),c=d=>s(d.currentTarget),r=()=>s(null),l=!!a;return t.jsxs(y,{children:[t.jsx(f1,{onClick:c,"aria-describedby":n,size:"small",children:t.jsx(l8,{sx:{fontSize:d=>d.typography.body1.fontSize}})}),t.jsx(s8,{id:n,open:l,anchorEl:a,sx:d=>({zIndex:d.zIndex.tooltip}),children:t.jsx(c8,{onClickAway:r,children:t.jsxs(Fu,{elevation:3,children:[t.jsx(f1,{onClick:r,sx:{position:"absolute",right:4,top:4},children:t.jsx(Y2,{sx:{fontSize:d=>d.typography.body1.fontSize}})}),e,t.jsx(Xt,{id:n,eventName:"project_overview",localStorageKey:"ProjectOverviewFeedback"})]})})})]})};var c5={},$u=K1;Object.defineProperty(c5,"__esModule",{value:!0});var h7=c5.default=void 0,Ou=$u(q1()),Vu=t,Bu=(0,Ou.default)((0,Vu.jsx)("path",{d:"M9 5v2h6.59L4 18.59 5.41 20 17 8.41V15h2V5z"}),"CallMade");h7=c5.default=Bu;var r5={},Lu=K1;Object.defineProperty(r5,"__esModule",{value:!0});var p7=r5.default=void 0,Uu=Lu(q1()),Nu=t,Mu=(0,Uu.default)((0,Nu.jsx)("path",{d:"M19 9h-2v6.59L5.41 4 4 5.41 15.59 17H9v2h10V9z"}),"SouthEast");p7=r5.default=Mu;const zu=o(y)(({theme:e})=>({fontSize:e.fontSizes.largeHeader})),q0=o(y)(({theme:e})=>({...T3,flexDirection:"column",alignItems:"center",marginLeft:e.spacing(2.5)})),w6=o(A)(({theme:e})=>({color:e.palette.text.secondary,fontSize:e.typography.body2.fontSize})),Wu=o(A)(({theme:e})=>({marginLeft:e.spacing(1),fontSize:e.typography.body1.fontSize,fontWeight:e.typography.fontWeightBold})),E6=o(y)(({theme:e})=>({...T3})),Hu=o(y)(({theme:e})=>({padding:e.spacing(3),backgroundColor:e.palette.background.paper,flex:1,display:"flex",flexDirection:"column",gap:e.spacing(2.5),borderRadius:`${e.shape.borderRadiusLarge}px`,[e.breakpoints.down("lg")]:{padding:e.spacing(2)}})),qu=e=>e>0?t.jsx(h7,{sx:{color:"success.dark",height:20,width:20}}):t.jsx(p7,{sx:{color:"warning.dark",height:20,width:20}}),Ku=e=>e>0?"success.dark":"warning.dark",Q3=({title:e,boxText:n,change:a,percentage:s,children:c,customChangeElement:r})=>t.jsxs(Hu,{children:[t.jsxs(E6,{children:[t.jsx(A,{variant:"h3","data-loading":!0,children:e}),c]}),t.jsxs(E6,{children:[t.jsx(zu,{"data-loading":!0,children:n}),t.jsx(C,{condition:!!r,show:t.jsx(q0,{"data-loading":!0,children:r}),elseShow:t.jsx(C,{condition:a!==void 0&&a!==0,show:t.jsxs(q0,{"data-loading":!0,children:[t.jsxs(y,{sx:{...T3},children:[qu(a),t.jsxs(Wu,{color:Ku(a),children:[a>0?"+":"",a,s?"%":""]})]}),t.jsx(w6,{children:"this month"})]}),elseShow:t.jsx(q0,{children:t.jsx(w6,{"data-loading":!0,children:"No change"})})})})]})]}),Gu=o(y)(({theme:e})=>({display:"grid",gap:e.spacing(2),gridTemplateColumns:"repeat(4, 1fr)",flexWrap:"wrap",[e.breakpoints.down("lg")]:{gridTemplateColumns:"repeat(2, 1fr)"},[e.breakpoints.down("sm")]:{flexDirection:"column"}})),Yu=o(A)(({theme:e})=>({color:e.palette.text.secondary,fontSize:e.typography.body2.fontSize,lineHeight:e.typography.body2.lineHeight})),A6=o(Q)(({theme:e})=>({marginLeft:"auto",display:"flex",justifyContent:"space-between",textDecoration:"none",color:e.palette.text.primary})),Ju=({stats:e})=>{if(Object.keys(e).length===0)return null;const n=z("projectId"),{avgTimeToProdCurrentWindow:a,projectActivityCurrentWindow:s,projectActivityPastWindow:c,createdCurrentWindow:r,createdPastWindow:l,archivedCurrentWindow:d,archivedPastWindow:p}=e;return t.jsxs(Gu,{children:[t.jsx(Q3,{title:"Total changes",boxText:String(s),change:s-c,children:t.jsx(Z6,{id:"total-changes",children:"Sum of all configuration and state modifications in the project."})}),t.jsx(Q3,{title:"Avg. time to production",boxText:t.jsxs(y,{sx:{display:"flex",alignItems:"center",gap:h=>h.spacing(1)},children:[a," ",t.jsx(A,{component:"span",children:"days"})]}),customChangeElement:t.jsx(Yu,{children:"In project life"}),percentage:!0,children:t.jsx(Z6,{id:"avg-time-to-prod",children:'How long did it take on average from a feature flag was created until it was enabled in an environment of type production. This is calculated only from feature flags with the type of "release".'})}),t.jsx(Q3,{title:"Features created",boxText:String(r),change:r-l,children:t.jsx(A6,{to:`/projects/${n}`,children:t.jsx(A3,{})})}),t.jsx(Q3,{title:"Features archived",boxText:String(d),change:d-p,children:t.jsx(A6,{to:`/projects/${n}/archive`,children:t.jsx(A3,{})})})]})},Qu=e=>`api/admin/projects/${e}/insights`,Xu={stats:{avgTimeToProdCurrentWindow:0,createdCurrentWindow:0,createdPastWindow:0,archivedCurrentWindow:0,archivedPastWindow:0,projectActivityCurrentWindow:0,projectActivityPastWindow:0,projectMembersAddedCurrentWindow:0},featureTypeCounts:[{type:"experiment",count:0},{type:"permission",count:0},{type:"release",count:0}],leadTime:{projectAverage:0,features:[]},health:{rating:0,activeCount:0,potentiallyStaleCount:0,staleCount:0},members:{currentMembers:0,change:0}},em=e=>{const n=x1(Qu(e)),{data:a,refetch:s,loading:c,error:r}=v4(n,()=>g4(n,"Outdated SDKs"));return{data:a||Xu,refetch:s,loading:c,error:r}},tm=o(Q)(({theme:e})=>({marginLeft:"auto",display:"flex",justifyContent:"space-between",textDecoration:"none",color:e.palette.text.primary})),nm=({members:e,projectId:n})=>{var l,d;const{uiConfig:a}=X(),s=(d=(l=a==null?void 0:a.versionInfo)==null?void 0:l.current)!=null&&d.enterprise?`/projects/${n}/settings/access`:"/admin/users",{currentMembers:c,change:r}=e;return t.jsx(Q3,{title:"Project members",boxText:`${c}`,change:r,children:t.jsx(tm,{to:s,children:t.jsx(A3,{})})})},o5=o(y)(({theme:e})=>({backgroundColor:e.palette.background.paper,padding:e.spacing(3),borderRadius:e.shape.borderRadiusLarge})),am=o(y)(({theme:e})=>({display:"grid",gap:e.spacing(2),gridTemplateColumns:"repeat(10, 1fr)"})),sm=o(y)(()=>({gridColumn:"1 / -1"})),T6=o(o5)(()=>({gridColumn:"span 6"})),cm=o(o5)(()=>({gridColumn:"span 4"})),k6=o(o5)(()=>({gridColumn:"span 2"})),rm=()=>{const e=z("projectId"),{data:n,loading:a}=em(e),s=h2(a);return t.jsxs(am,{ref:s,children:[t.jsx(sm,{children:t.jsx(Ju,{stats:n.stats})}),t.jsx(cm,{children:t.jsx(Au,{health:n.health})}),t.jsx(T6,{children:t.jsx(Cu,{leadTime:n.leadTime,loading:a})}),t.jsx(k6,{children:t.jsx(_u,{featureTypeCounts:n.featureTypeCounts})}),t.jsx(k6,{sx:{padding:0},children:t.jsx(nm,{projectId:e,members:n.members})}),t.jsx(T6,{children:t.jsx(fu,{})})]})},om=({name:e})=>t.jsxs("p",{children:["The project ",t.jsx("strong",{children:e})," has been archived. You can find it on the"," ",t.jsx(Q,{to:"/projects-archive",children:"archive page for projects"}),"."]}),im=o(Y1)(({theme:e})=>({position:"absolute",top:5,right:20,[e.breakpoints.down("md")]:{top:2}})),mm=()=>{var H;const e=z("projectId"),n=e9(),{project:a,loading:s,error:c,refetch:r}=R1(e),l=h2(s,"[data-loading-project=true]"),{setToastData:d,setToastApiError:p}=d1(),[h,m]=i.useState(!1),u=B1(),{pathname:g}=u8(),{isOss:x,uiConfig:v,isPro:b}=X(),f=`/projects/${e}`,j=(a==null?void 0:a.name)||e,{favorite:w,unfavorite:T}=t9(),[R,I]=i.useState(!1),[E,F]=i.useState(!1),$=[{title:"Flags",path:f,name:"flags"},{title:"Insights",path:`${f}/insights`,name:"insights"},{title:"Health",path:`${f}/health`,name:"health"},{title:"Archived flags",path:`${f}/archive`,name:"archive"},{title:"Change requests",path:`${f}/change-requests`,name:"change-request",isEnterprise:!0},{title:"Applications",path:`${f}/applications`,name:"applications"},{title:"Event log",path:`${f}/logs`,name:"logs"},{title:"Project settings",path:`${f}/settings${x()?"/environments":""}`,name:"settings"}].filter(P=>P.flag?v.flags[P.flag]:!0).filter(P=>!(x()&&P.isEnterprise)),L=[...$].reverse().find(P=>g.startsWith(P.path));if(i.useEffect(()=>{const P=n.get("created"),O=n.get("edited");(P||O)&&d({type:"success",title:P?"Project created":"Project updated"})},[]),(c==null?void 0:c.status)===404)return t.jsxs(a3,{sx:P=>({padding:P.spacing(2,4,4)}),children:[t.jsx(A,{variant:"h1",children:"404 Not Found"}),t.jsxs(A,{children:["Project ",t.jsx("strong",{children:e})," does not exist."]})]});const _=async()=>{try{a!=null&&a.favorite?await T(e):await w(e),r()}catch{p("Something went wrong, could not update favorite")}},N=t.jsx(y,{sx:P=>({marginLeft:P.spacing(1),display:"flex"}),children:t.jsx(Q0,{})});return a.archivedAt?t.jsx(om,{name:a.name}):t.jsxs("div",{ref:l,children:[t.jsxs(D9,{children:[t.jsx(_9,{children:t.jsxs(k9,{children:[t.jsxs(x5,{children:[t.jsx(P9,{onClick:_,isFavorite:a==null?void 0:a.favorite}),t.jsxs(F9,{children:[t.jsx(C,{condition:(a==null?void 0:a.mode)==="private",show:t.jsx(au,{})}),t.jsx(I9,{"data-loading-project":!0,children:j})]})]}),t.jsx(x5,{children:t.jsx(C,{condition:!!((H=v==null?void 0:v.flags)!=null&&H.featuresExportImport),show:t.jsx(w3,{permission:G2,projectId:e,onClick:()=>m(!0),tooltipProps:{title:"Import"},"data-testid":n9,"data-loading-project":!0,children:t.jsx(T9,{})})})})]})}),t.jsx($9,{}),t.jsx(O9,{children:t.jsx(S4,{value:L==null?void 0:L.path,indicatorColor:"primary",textColor:"primary",variant:"scrollable",allowScrollButtonsMobile:!0,children:$.map(P=>t.jsx(V9,{"data-loading-project":!0,label:P.title,value:P.path,onClick:()=>u(P.path),"data-testid":`TAB_${P.title}`,iconPosition:P.isEnterprise?"end":void 0,icon:t.jsxs(t.Fragment,{children:[t.jsx(C,{condition:!!P.new,show:t.jsx("span",{children:t.jsx(im,{color:"success",children:"Beta"})})}),P.isEnterprise&&b()&&N||void 0]})},P.title))})})]}),t.jsx(a9,{projectId:e,open:R,onClose:()=>{I(!1)},onSuccess:()=>{u("/projects")}}),t.jsxs(W3,{children:[t.jsx(e1,{path:"health",element:t.jsx(fc,{})}),t.jsx(e1,{path:"access/*",element:t.jsx(m8,{replace:!0,to:`/projects/${e}/settings/access`})}),t.jsx(e1,{path:"environments",element:t.jsx(f8,{})}),t.jsx(e1,{path:"archive",element:t.jsx(X9,{})}),t.jsx(e1,{path:"insights",element:t.jsx(rm,{})}),t.jsx(e1,{path:"logs",element:t.jsx(jc,{})}),t.jsx(e1,{path:"change-requests",element:t.jsx(Ro,{})}),t.jsx(e1,{path:"change-requests/:id",element:t.jsx(s9,{value:{willOverwriteStrategyChanges:E,registerWillOverwriteStrategyChanges:()=>F(!0)},children:t.jsx(po,{})})}),t.jsx(e1,{path:"settings/*",element:t.jsx(jh,{})}),t.jsx(e1,{path:"applications",element:t.jsx(lu,{})}),t.jsx(e1,{path:"*",element:t.jsx(Qs,{})})]}),t.jsx(tu,{open:h,setOpen:m,project:e})]})};export{mm as default};
|