@pexip/components 20.0.0 → 20.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (69) hide show
  1. package/CHANGELOG.md +26 -0
  2. package/api-docs/README.mdx +1 -0
  3. package/api-docs/functions/announce.mdx +1 -1
  4. package/api-docs/functions/onEnter.mdx +3 -3
  5. package/api-docs/functions/sizeToPadding.mdx +16 -6
  6. package/api-docs/functions/useBreakpointChange.mdx +1 -1
  7. package/api-docs/functions/useFocusFrom.mdx +2 -2
  8. package/api-docs/functions/useFocusFromOpened.mdx +1 -1
  9. package/api-docs/functions/useGroupedPagesNav.mdx +2 -2
  10. package/api-docs/functions/useInput.mdx +4 -2
  11. package/api-docs/functions/useModal.mdx +2 -2
  12. package/api-docs/functions/useModalHandle.mdx +1 -1
  13. package/api-docs/functions/useModalWithoutPreventScroll.mdx +2 -2
  14. package/api-docs/functions/useMultistepIndicator.mdx +24 -8
  15. package/api-docs/functions/useOutOfViewNavigation.mdx +4 -4
  16. package/api-docs/functions/useScrollIntoView.mdx +3 -3
  17. package/api-docs/functions/useTabs.mdx +1 -1
  18. package/api-docs/functions/withColorScheme.mdx +3 -3
  19. package/api-docs/functions/withTabName.mdx +2 -2
  20. package/api-docs/functions/withTransition.mdx +6 -4
  21. package/api-docs/interfaces/FullSizeWindowCommonProps.mdx +4 -4
  22. package/api-docs/interfaces/IconCollection.mdx +4 -0
  23. package/api-docs/interfaces/IconSource.mdx +3 -3
  24. package/api-docs/interfaces/LoadingBoxProps.mdx +5 -3
  25. package/api-docs/interfaces/ModalHandle.mdx +1 -1
  26. package/api-docs/interfaces/MultistepItem.mdx +1 -1
  27. package/api-docs/interfaces/StatCardRowData.mdx +5 -5
  28. package/api-docs/interfaces/ToastProps.mdx +3 -3
  29. package/api-docs/interfaces/VideoHandle.mdx +2 -2
  30. package/api-docs/interfaces/WithTransitionProps.mdx +1 -0
  31. package/api-docs/type-aliases/ActivityCardAction.mdx +1 -1
  32. package/api-docs/type-aliases/AriaMenuItem.mdx +4 -1
  33. package/api-docs/type-aliases/AriaMenuProps.mdx +1 -1
  34. package/api-docs/type-aliases/BreadcrumbItem.mdx +1 -1
  35. package/api-docs/type-aliases/ClickEventHandler.mdx +1 -1
  36. package/api-docs/type-aliases/MenuAction.mdx +1 -1
  37. package/api-docs/type-aliases/MenuItem.mdx +3 -3
  38. package/api-docs/type-aliases/MultiselectOption.mdx +1 -1
  39. package/api-docs/type-aliases/NotificationToastMessage.mdx +1 -1
  40. package/api-docs/type-aliases/NotificationTooltipPosition.mdx +3 -1
  41. package/api-docs/type-aliases/NotificationTooltipProps.mdx +3 -0
  42. package/api-docs/type-aliases/Option.mdx +1 -1
  43. package/api-docs/type-aliases/SelectProps.mdx +3 -3
  44. package/api-docs/type-aliases/TagItem.mdx +2 -2
  45. package/api-docs/variables/Select.mdx +2 -2
  46. package/api-docs/variables/Toast.mdx +3 -1
  47. package/design-tokens/variables.legacy.scss +8 -0
  48. package/dist/components-no-global-styles.css +1 -1
  49. package/dist/components.cjs +2 -2
  50. package/dist/components.css +1 -1
  51. package/dist/components.js +4124 -4093
  52. package/dist/types/design-tokens/generated/Icons.d.ts +4 -0
  53. package/dist/types/design-tokens/generated/Icons.d.ts.map +1 -1
  54. package/dist/types/src/components/elements/Draggable/Draggable.view.d.ts.map +1 -1
  55. package/dist/types/src/components/elements/Tooltip/NotificationTooltip.d.ts +1 -1
  56. package/dist/types/src/components/elements/Tooltip/NotificationTooltip.d.ts.map +1 -1
  57. package/dist/types/src/components/modules/AriaMenu/AriaMenu.types.d.ts +12 -0
  58. package/dist/types/src/components/modules/AriaMenu/AriaMenu.types.d.ts.map +1 -1
  59. package/dist/types/src/components/modules/AriaMenu/InnerAriaMenuItem.d.ts.map +1 -1
  60. package/dist/types/src/components/modules/CondensedTabs/CondensedTabs.view.d.ts +1 -0
  61. package/dist/types/src/components/modules/CondensedTabs/CondensedTabs.view.d.ts.map +1 -1
  62. package/dist/types/src/components/modules/Menu/Menu.d.ts.map +1 -1
  63. package/dist/types/src/components/modules/Sheet/Sheet.d.ts +2 -0
  64. package/dist/types/src/components/modules/Sheet/Sheet.d.ts.map +1 -1
  65. package/dist/types/src/components/modules/TransitionContainer/withTransition.d.ts +1 -0
  66. package/dist/types/src/components/modules/TransitionContainer/withTransition.d.ts.map +1 -1
  67. package/dist/types/src/exports.d.ts +1 -0
  68. package/dist/types/src/exports.d.ts.map +1 -1
  69. package/package.json +5 -5
@@ -1,3 +1,3 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("react"),f=require("classnames"),D=require("@pexip/hooks"),Sa=require("change-case"),La=require("react-dom"),ro=require("simplebar-react"),co=require("@react-stately/tooltip"),so=require("@react-aria/tooltip"),Re=require("@react-aria/overlays"),g1=require("tabbable"),Ra=require("uuid"),Pt=require("@pexip/signal"),io=require("@react-stately/collections"),mo=require("@react-stately/menu"),w1=require("@react-aria/menu"),uo=require("@react-aria/button"),fo=require("@react-aria/utils"),_o=require("@react-stately/tree"),po=require("@react-aria/interactions"),n0=require("@pexip/utils"),Na=require("@react-stately/overlays");function ho(e){const a=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const o in e)if(o!=="default"){const l=Object.getOwnPropertyDescriptor(e,o);Object.defineProperty(a,o,l.get?l:{enumerable:!0,get:()=>e[o]})}}return a.default=e,Object.freeze(a)}const n=ho(t),ue=e=>Sa.camelCase(`${e} padding`),E1=e=>Sa.camelCase(`${e} spacing`),vo=(e,a)=>Object.keys(a).reduce((o,l)=>(l!==e&&(o[l]=a[l]),o),{}),go="_themeProvider_1o5fn_1",wo={themeProvider:go},Eo=["theme-legacy","theme-pds"],tt=t.createContext({colorScheme:"dark",theme:"theme-pds"}),{Consumer:$}=tt,Q=({children:e,colorScheme:a,theme:o})=>{const{colorScheme:l,theme:r}=t.useContext(tt),c=a??l,s=o??r;return t.createElement(tt.Provider,{value:{colorScheme:c,theme:s}},t.createElement("div",{className:f(wo.themeProvider,s,c)},e))};function bt(e,a){return function(l){return t.createElement(Q,{colorScheme:a},t.createElement(e,{...l}))}}const xo="_boxHeader_kr7d7_4",bo="_nonePadding_kr7d7_9",ko="_compactPadding_kr7d7_13",Co="_smallPadding_kr7d7_17",zo="_mediumPadding_kr7d7_21",yo="_largePadding_kr7d7_25",a0={boxHeader:xo,nonePadding:bo,compactPadding:ko,smallPadding:Co,mediumPadding:zo,largePadding:yo},$a=({className:e,padding:a="small",contentBelowDivider:o,children:l})=>{const r=t.createElement("div",{className:f(a0[ue(a)],a0.boxHeader,e)},l);return o?t.createElement("div",null,r,o):r},Io="_boxFooter_fgwhd_4",Bo="_hasShadow_fgwhd_4",Mo="_nonePaddingTop_fgwhd_18",So="_nonePaddingRight_fgwhd_21",Lo="_nonePaddingBottom_fgwhd_24",Ro="_nonePaddingLeft_fgwhd_27",No="_compactPaddingTop_fgwhd_30",$o="_compactPaddingRight_fgwhd_33",Ao="_compactPaddingBottom_fgwhd_36",qo="_compactPaddingLeft_fgwhd_39",Ho="_smallPaddingTop_fgwhd_42",Oo="_smallPaddingRight_fgwhd_45",Po="_smallPaddingBottom_fgwhd_48",Vo="_smallPaddingLeft_fgwhd_51",To="_mediumPaddingTop_fgwhd_54",Wo="_mediumPaddingRight_fgwhd_57",Do="_mediumPaddingBottom_fgwhd_60",jo="_mediumPaddingLeft_fgwhd_63",Fo="_largePaddingTop_fgwhd_66",Uo="_largePaddingRight_fgwhd_69",Go="_largePaddingBottom_fgwhd_72",Xo="_largePaddingLeft_fgwhd_75",Ue={boxFooter:Io,hasShadow:Bo,nonePaddingTop:Mo,nonePaddingRight:So,nonePaddingBottom:Lo,nonePaddingLeft:Ro,compactPaddingTop:No,compactPaddingRight:$o,compactPaddingBottom:Ao,compactPaddingLeft:qo,smallPaddingTop:Ho,smallPaddingRight:Oo,smallPaddingBottom:Po,smallPaddingLeft:Vo,mediumPaddingTop:To,mediumPaddingRight:Wo,mediumPaddingBottom:Do,mediumPaddingLeft:jo,largePaddingTop:Fo,largePaddingRight:Uo,largePaddingBottom:Go,largePaddingLeft:Xo},Aa=({className:e,padding:a="small",topPadding:o=a,rightPadding:l=a,bottomPadding:r=a,leftPadding:c=a,hasFooterShadow:s=!1,children:i})=>t.createElement("div",{className:f(e,Ue.boxFooter,o&&Ue[`${ue(o)}Top`],l&&Ue[`${ue(l)}Right`],r&&Ue[`${ue(r)}Bottom`],c&&Ue[`${ue(c)}Left`],{[Ue.hasShadow]:s})},i),Qo="_box_5xx8l_4",Ko="_hasHeaderOrFooter_5xx8l_4",Zo="_mainContent_5xx8l_9",Yo="_scrollable_5xx8l_16",Jo="_rounded_5xx8l_20",el="_dark_5xx8l_24",tl="_light_5xx8l_29",nl="_shadowLight_5xx8l_34",al="_shadowDark_5xx8l_38",ol="_border_5xx8l_42",ll="_nonePadding_5xx8l_53",rl="_compactPadding_5xx8l_57",cl="_smallPadding_5xx8l_61",sl="_mediumPadding_5xx8l_65",il="_largePadding_5xx8l_69",se={box:Qo,hasHeaderOrFooter:Ko,mainContent:Zo,scrollable:Yo,rounded:Jo,dark:el,light:tl,shadowLight:nl,shadowDark:al,border:ol,nonePadding:ll,compactPadding:rl,smallPadding:cl,mediumPadding:sl,largePadding:il},re=t.forwardRef(({hasBackground:e=!0,headerContent:a,headerContentBelowDivider:o,footerContent:l,bgColor:r,children:c,className:s,childrenClassName:i,headerClassName:d,isRounded:m=!0,isWithBorder:u=!1,isWithShadow:_=!0,shadowModifier:p="dark",padding:h="none",headerPadding:v=h,footerPadding:w=h,footerTopPadding:E=w,footerRightPadding:g=w,footerBottomPadding:x=w,footerLeftPadding:y=w,hasFooterShadow:B,scrollable:M,style:k,colorScheme:S,...I},L)=>{const q=!!a||!!l;return t.createElement($,null,({colorScheme:b})=>t.createElement("div",{className:f(e&&se[S??b],{[se.shadowDark]:_&&p==="dark",[se.shadowLight]:_&&p==="light",[se.rounded]:m,[se.border]:u,[se[ue(h)]]:!q,[se.hasHeaderOrFooter]:q},se.box,s),style:e&&r?{...k,backgroundColor:r}:k,ref:L,...I},a&&t.createElement($a,{contentBelowDivider:o,padding:v,className:d},a),c&&q?t.createElement("div",{className:f(se[ue(h)],se.mainContent,{"pb-0":l&&h!=="none",[se.scrollable]:M},i)},c):c,l&&t.createElement(Aa,{padding:w,topPadding:E,rightPadding:g,bottomPadding:x,leftPadding:y,hasFooterShadow:B},l)))});re.displayName="Box";const dl="_dark_14ps4_4",ml="_light_14ps4_8",ul="_horizontal_14ps4_12",fl="_vertical_14ps4_17",o0={dark:dl,light:ml,horizontal:ul,vertical:fl},fe=({colorScheme:e,direction:a="horizontal",className:o,...l})=>t.createElement($,null,({colorScheme:r})=>t.createElement("div",{className:f(o0[e??r],o0[a],o),...l})),_l="_dark_1xjes_99",pl="_standard_1xjes_99",hl="_link_1xjes_102",vl="_subtle_1xjes_105",gl="_tinted_1xjes_108",wl="_disabled_1xjes_111",El="_success_1xjes_114",xl="_danger_1xjes_117",bl="_warning_1xjes_120",kl="_light_1xjes_124",Cl="_hidden_1xjes_149",zl="_inherit_1xjes_161",yl="_truncated_1xjes_165",Il="_uppercase_1xjes_172",Bl="_underline_1xjes_176",Ml="_italicize_1xjes_180",Sl="_normalWhiteSpace_1xjes_184",Ll="_nowrapWhiteSpace_1xjes_188",Rl="_preWhiteSpace_1xjes_192",Nl="_preWrapWhiteSpace_1xjes_196",$l="_preLineWhiteSpace_1xjes_200",Al="_normalWordBreak_1xjes_204",ql="_breakAllWordBreak_1xjes_208",Hl="_keepAllWordBreak_1xjes_212",Ol="_overflowWrapWordBreak_1xjes_216",Pl="_text_1xjes_221",Vl="_h1_1xjes_226",Tl="_h2_1xjes_232",Wl="_h3_1xjes_238",Dl="_h4_1xjes_244",jl="_h5_1xjes_250",Fl="_h6_1xjes_256",Ul="_body-bold_1xjes_262",Gl="_button_1xjes_268",Xl="_body_1xjes_262",Ql="_body-link_1xjes_280",Kl="_small-bold_1xjes_286",Zl="_small_1xjes_286",Yl="_small-link_1xjes_298",Jl="_x-small-bold_1xjes_304",er="_x-small_1xjes_304",tr="_x-small-link_1xjes_316",ee={dark:_l,standard:pl,link:hl,subtle:vl,tinted:gl,disabled:wl,success:El,danger:xl,warning:bl,light:kl,hidden:Cl,inherit:zl,truncated:yl,uppercase:Il,underline:Bl,italicize:Ml,normalWhiteSpace:Sl,nowrapWhiteSpace:Ll,preWhiteSpace:Rl,preWrapWhiteSpace:Nl,preLineWhiteSpace:$l,normalWordBreak:Al,breakAllWordBreak:ql,keepAllWordBreak:Hl,overflowWrapWordBreak:Ol,text:Pl,h1:Vl,h2:Tl,h3:Wl,h4:Dl,h5:jl,h6:Fl,"body-bold":"_body-bold_1xjes_262",bodyBold:Ul,button:Gl,body:Xl,"body-link":"_body-link_1xjes_280",bodyLink:Ql,"small-bold":"_small-bold_1xjes_286",smallBold:Kl,small:Zl,"small-link":"_small-link_1xjes_298",smallLink:Yl,"x-small-bold":"_x-small-bold_1xjes_304",xSmallBold:Jl,"x-small":"_x-small_1xjes_304",xSmall:er,"x-small-link":"_x-small-link_1xjes_316",xSmallLink:tr},Te=({children:e,className:a,colorScheme:o,fontVariant:l,htmlTag:r,isTruncated:c=!1,isUppercase:s,variant:i="standard",...d})=>{const m=l??r;return t.createElement($,null,({colorScheme:u})=>t.createElement(r,{className:f(ee[o??u],ee[i],ee[m],{[ee.truncated]:c,[ee.uppercase]:s},a),...d},e))};var z=(e=>(e.H1="h1",e.H2="h2",e.H3="h3",e.H4="h4",e.H5="h5",e.H6="h6",e.BodyBold="bodyBold",e.Button="button",e.Body="body",e.BodyLink="bodyLink",e.SmallBold="smallBold",e.Small="small",e.SmallLink="smallLink",e.XSmallBold="xSmallBold",e.XSmall="xSmall",e.XSmallLink="xSmallLink",e))(z||{});const nr="_wrap_11372_11",ar="_divider_11372_19",or="_section_11372_23",lr="_grow_11372_26",rr="_header_11372_30",cr="_headerTitleWrap_11372_37",ze={wrap:nr,divider:ar,section:or,grow:lr,header:rr,headerTitleWrap:cr},qa=({colorScheme:e="light",title:a,titleHtmlTag:o="h2",titleEnhancerStart:l,subtitle:r,secondaryComponent:c,children:s})=>t.createElement(Q,{colorScheme:e},t.createElement(re,{className:ze.wrap,shadowModifier:"light"},t.createElement("div",{className:ze.header},t.createElement("div",{className:ze.headerTitleWrap},l&&t.createElement("div",{className:"mr-4"},l),t.createElement(Te,{htmlTag:o,fontVariant:z.H5},a)),r&&t.createElement("div",null,r)),t.createElement(fe,{className:ze.divider}),t.createElement("div",{className:ze.section},c),t.createElement(fe,{className:ze.divider}),t.createElement("div",{className:f(ze.section,ze.grow)},s))),sr=["xs","sm","md","lg","xl"],ir=["xsOffset","smOffset","mdOffset","lgOffset","xlOffset"],dr=[...sr,...ir],mr="_verticalGutter_1ddso_1",ur="_cell_1ddso_1",fr="_xs1_1ddso_12",_r="_xs2_1ddso_17",pr="_xs3_1ddso_22",hr="_xs4_1ddso_27",vr="_xs5_1ddso_32",gr="_xs6_1ddso_37",wr="_xs7_1ddso_42",Er="_xs8_1ddso_47",xr="_xs9_1ddso_52",br="_xs10_1ddso_57",kr="_xs11_1ddso_62",Cr="_xs12_1ddso_67",zr="_xsOffset0_1ddso_72",yr="_xsOffset1_1ddso_76",Ir="_xsOffset2_1ddso_80",Br="_xsOffset3_1ddso_84",Mr="_xsOffset4_1ddso_88",Sr="_xsOffset5_1ddso_92",Lr="_xsOffset6_1ddso_96",Rr="_xsOffset7_1ddso_100",Nr="_xsOffset8_1ddso_104",$r="_xsOffset9_1ddso_108",Ar="_xsOffset10_1ddso_112",qr="_xsOffset11_1ddso_116",Hr="_xsOffset12_1ddso_120",Or="_sm1_1ddso_125",Pr="_sm2_1ddso_129",Vr="_sm3_1ddso_133",Tr="_sm4_1ddso_137",Wr="_sm5_1ddso_141",Dr="_sm6_1ddso_145",jr="_sm7_1ddso_149",Fr="_sm8_1ddso_153",Ur="_sm9_1ddso_157",Gr="_sm10_1ddso_161",Xr="_sm11_1ddso_165",Qr="_sm12_1ddso_169",Kr="_smOffset0_1ddso_173",Zr="_smOffset1_1ddso_176",Yr="_smOffset2_1ddso_179",Jr="_smOffset3_1ddso_182",ec="_smOffset4_1ddso_185",tc="_smOffset5_1ddso_188",nc="_smOffset6_1ddso_191",ac="_smOffset7_1ddso_194",oc="_smOffset8_1ddso_197",lc="_smOffset9_1ddso_200",rc="_smOffset10_1ddso_203",cc="_smOffset11_1ddso_206",sc="_smOffset12_1ddso_209",ic="_md1_1ddso_214",dc="_md2_1ddso_218",mc="_md3_1ddso_222",uc="_md4_1ddso_226",fc="_md5_1ddso_230",_c="_md6_1ddso_234",pc="_md7_1ddso_238",hc="_md8_1ddso_242",vc="_md9_1ddso_246",gc="_md10_1ddso_250",wc="_md11_1ddso_254",Ec="_md12_1ddso_258",xc="_mdOffset0_1ddso_262",bc="_mdOffset1_1ddso_265",kc="_mdOffset2_1ddso_268",Cc="_mdOffset3_1ddso_271",zc="_mdOffset4_1ddso_274",yc="_mdOffset5_1ddso_277",Ic="_mdOffset6_1ddso_280",Bc="_mdOffset7_1ddso_283",Mc="_mdOffset8_1ddso_286",Sc="_mdOffset9_1ddso_289",Lc="_mdOffset10_1ddso_292",Rc="_mdOffset11_1ddso_295",Nc="_mdOffset12_1ddso_298",$c="_lg1_1ddso_303",Ac="_lg2_1ddso_307",qc="_lg3_1ddso_311",Hc="_lg4_1ddso_315",Oc="_lg5_1ddso_319",Pc="_lg6_1ddso_323",Vc="_lg7_1ddso_327",Tc="_lg8_1ddso_331",Wc="_lg9_1ddso_335",Dc="_lg10_1ddso_339",jc="_lg11_1ddso_343",Fc="_lg12_1ddso_347",Uc="_lgOffset0_1ddso_351",Gc="_lgOffset1_1ddso_354",Xc="_lgOffset2_1ddso_357",Qc="_lgOffset3_1ddso_360",Kc="_lgOffset4_1ddso_363",Zc="_lgOffset5_1ddso_366",Yc="_lgOffset6_1ddso_369",Jc="_lgOffset7_1ddso_372",es="_lgOffset8_1ddso_375",ts="_lgOffset9_1ddso_378",ns="_lgOffset10_1ddso_381",as="_lgOffset11_1ddso_384",os="_lgOffset12_1ddso_387",ls="_xl1_1ddso_392",rs="_xl2_1ddso_396",cs="_xl3_1ddso_400",ss="_xl4_1ddso_404",is="_xl5_1ddso_408",ds="_xl6_1ddso_412",ms="_xl7_1ddso_416",us="_xl8_1ddso_420",fs="_xl9_1ddso_424",_s="_xl10_1ddso_428",ps="_xl11_1ddso_432",hs="_xl12_1ddso_436",vs="_xlOffset0_1ddso_440",gs="_xlOffset1_1ddso_443",ws="_xlOffset2_1ddso_446",Es="_xlOffset3_1ddso_449",xs="_xlOffset4_1ddso_452",bs="_xlOffset5_1ddso_455",ks="_xlOffset6_1ddso_458",Cs="_xlOffset7_1ddso_461",zs="_xlOffset8_1ddso_464",ys="_xlOffset9_1ddso_467",Is="_xlOffset10_1ddso_470",Bs="_xlOffset11_1ddso_473",Ms="_xlOffset12_1ddso_476",Ss="_xxl1_1ddso_481",Ls="_xxl2_1ddso_485",Rs="_xxl3_1ddso_489",Ns="_xxl4_1ddso_493",$s="_xxl5_1ddso_497",As="_xxl6_1ddso_501",qs="_xxl7_1ddso_505",Hs="_xxl8_1ddso_509",Os="_xxl9_1ddso_513",Ps="_xxl10_1ddso_517",Vs="_xxl11_1ddso_521",Ts="_xxl12_1ddso_525",Ws="_xxlOffset0_1ddso_529",Ds="_xxlOffset1_1ddso_532",js="_xxlOffset2_1ddso_535",Fs="_xxlOffset3_1ddso_538",Us="_xxlOffset4_1ddso_541",Gs="_xxlOffset5_1ddso_544",Xs="_xxlOffset6_1ddso_547",Qs="_xxlOffset7_1ddso_550",Ks="_xxlOffset8_1ddso_553",Zs="_xxlOffset9_1ddso_556",Ys="_xxlOffset10_1ddso_559",Js="_xxlOffset11_1ddso_562",e3="_xxlOffset12_1ddso_565",Ht={verticalGutter:mr,cell:ur,xs1:fr,xs2:_r,xs3:pr,xs4:hr,xs5:vr,xs6:gr,xs7:wr,xs8:Er,xs9:xr,xs10:br,xs11:kr,xs12:Cr,xsOffset0:zr,xsOffset1:yr,xsOffset2:Ir,xsOffset3:Br,xsOffset4:Mr,xsOffset5:Sr,xsOffset6:Lr,xsOffset7:Rr,xsOffset8:Nr,xsOffset9:$r,xsOffset10:Ar,xsOffset11:qr,xsOffset12:Hr,sm1:Or,sm2:Pr,sm3:Vr,sm4:Tr,sm5:Wr,sm6:Dr,sm7:jr,sm8:Fr,sm9:Ur,sm10:Gr,sm11:Xr,sm12:Qr,smOffset0:Kr,smOffset1:Zr,smOffset2:Yr,smOffset3:Jr,smOffset4:ec,smOffset5:tc,smOffset6:nc,smOffset7:ac,smOffset8:oc,smOffset9:lc,smOffset10:rc,smOffset11:cc,smOffset12:sc,md1:ic,md2:dc,md3:mc,md4:uc,md5:fc,md6:_c,md7:pc,md8:hc,md9:vc,md10:gc,md11:wc,md12:Ec,mdOffset0:xc,mdOffset1:bc,mdOffset2:kc,mdOffset3:Cc,mdOffset4:zc,mdOffset5:yc,mdOffset6:Ic,mdOffset7:Bc,mdOffset8:Mc,mdOffset9:Sc,mdOffset10:Lc,mdOffset11:Rc,mdOffset12:Nc,lg1:$c,lg2:Ac,lg3:qc,lg4:Hc,lg5:Oc,lg6:Pc,lg7:Vc,lg8:Tc,lg9:Wc,lg10:Dc,lg11:jc,lg12:Fc,lgOffset0:Uc,lgOffset1:Gc,lgOffset2:Xc,lgOffset3:Qc,lgOffset4:Kc,lgOffset5:Zc,lgOffset6:Yc,lgOffset7:Jc,lgOffset8:es,lgOffset9:ts,lgOffset10:ns,lgOffset11:as,lgOffset12:os,xl1:ls,xl2:rs,xl3:cs,xl4:ss,xl5:is,xl6:ds,xl7:ms,xl8:us,xl9:fs,xl10:_s,xl11:ps,xl12:hs,xlOffset0:vs,xlOffset1:gs,xlOffset2:ws,xlOffset3:Es,xlOffset4:xs,xlOffset5:bs,xlOffset6:ks,xlOffset7:Cs,xlOffset8:zs,xlOffset9:ys,xlOffset10:Is,xlOffset11:Bs,xlOffset12:Ms,xxl1:Ss,xxl2:Ls,xxl3:Rs,xxl4:Ns,xxl5:$s,xxl6:As,xxl7:qs,xxl8:Hs,xxl9:Os,xxl10:Ps,xxl11:Vs,xxl12:Ts,xxlOffset0:Ws,xxlOffset1:Ds,xxlOffset2:js,xxlOffset3:Fs,xxlOffset4:Us,xxlOffset5:Gs,xxlOffset6:Xs,xxlOffset7:Qs,xxlOffset8:Ks,xxlOffset9:Zs,xxlOffset10:Ys,xxlOffset11:Js,xxlOffset12:e3},t3=e=>e in Ht,n3=e=>dr.reduce((a,o)=>{const l=`${o}${e[o]??""}`;return t3(l)&&a.push(Ht[l]),a},[]),_1=({className:e,children:a,hasVerticalGutter:o,...l})=>t.createElement("div",{className:f(Ht.cell,n3(l),{[Ht.verticalGutter]:o},e)},a),a3="_centerLayout_vjlw4_1",o3="_relative_vjlw4_10",l3="_absolute_vjlw4_14",r3="_centerText_vjlw4_22",c3="_fullWidth_vjlw4_26",Bt={centerLayout:a3,relative:o3,absolute:l3,centerText:r3,fullWidth:c3},x1=({centerText:e=!1,children:a,className:o,isFullWidth:l,position:r="relative",...c})=>t.createElement("div",{className:f(Bt.centerLayout,Bt[r],e&&Bt.centerText,{[Bt.fullWidth]:l},o),...c},a),b1={xs:0,sm:479,md:744,lg:1025,xl:2e3},Et=["xs","sm","md","lg","xl"],k1=e=>typeof e=="string",s3=e=>typeof e=="object",Ha=e=>e===void 0?!0:k1(e)?!e.trim():Object.entries(e).every(([o,l])=>!l.trim()),i3=e=>{let a="";const l=Object.entries(e);for(const r of l){const c=r[0],s=r[1];a=a.concat(`${s} ${c}`),l.indexOf(r)!==l.length-1&&(a=a.concat(", "))}return a.trim()},Oa=e=>typeof e=="string",l0=e=>typeof e=="object",Pa=e=>e===void 0?!0:Oa(e)?!e.trim():Object.entries(e).every(([o,l])=>!l.trim()),d3=e=>{const a=[...Et].reverse();for(const o of a){const l=e[o];if(l)return l}return null},m3=e=>{const a=d3(e);if(a){const o=[...Et].reverse(),l={...e};return o.forEach((r,c)=>{if(!l[r]){const s=o[c-1],d=s&&l[s]||a;l[r]=d}}),l}return e},u3=e=>{const a=m3(e);return Object.fromEntries(Object.entries(a).map(([l,r])=>[`--${l}-background-image`,`url("${r}")`]))};var Va=(e=>(e.White="#ffffff",e.Blue40="#b1aaff",e.Blue20="#d0ccff",e.Red100="#ff7273",e.Green100="#0ebec7",e.Blue100="#4b37ff",e.TextLinkBlueDarkBg="#00c2ff",e.TextLinkBlueHoverDarkBg="#52d7ff",e.Blue50="#a198ff",e.Green90="#30c8cf",e.Green80="#51d2d8",e.Green60="#8de5e9",e.Green40="#baf4f6",e.Red90="#ff9697",e.Red80="#ffb6b7",e.Red70="#f24949",e.Red60="#ffe3e4",e.Red40="#fff7f7",e.Blue90="#5d4cff",e.SignalRedHover="#bc1515",e.DeepBlue100="#0a2136",e.Neutral100="#212121",e.DeepBlue90="#1e3a54",e.Neutral90="#323232",e.SignalRed="#e60000",e.SignalGreen="#2c8500",e.JoinHover="#488716",e.JoinDisabled="#e3eede",e.SignalGreen130="#205e01",e.Join="#5eaf1d",e.DeepBlue80="#3c5974",e.Neutral80="#494949",e.DeepBlue50="#a5b8ca",e.Neutral50="#c3c4c5",e.DeepBlue40="#c1d1df",e.Neutral40="#d2d2d2",e.DeepBlue30="#d8e3ee",e.Neutral30="#dcdcdc",e.DeepBlue20="#e8f0f8",e.Neutral20="#e6e6e6",e.Grey="#f7f7f7",e.Black="#111111",e.DeepBlue60="#728fac",e.Neutral60="#989898",e.DeepBlue70="#577490",e.Neutral70="#777777",e.DeepBlue10="#f4f7fb",e.Neutral10="#f2f2f2",e.DeepBlue5="#ffffff",e.Neutral5="#ffffff",e.TextLinkBlueWhiteBg="#032fff",e.TextLinkBlueHoverWhiteBg="#0023d1",e.SignalOrange130="#bc5a00",e.SignalOrange80="#fef1e6",e.Green130="#00777c",e.SignalOrange120="#ff9a3e",e.SignalOrange110="#fcc592",e.SignalOrange100="#ffd1a7",e.SignalOrange90="#fdd8b7",e.SignalOrange60="#fff5ed",e.SignalOrange40="#fff8f2",e))(Va||{}),Ot=(e=>(e.White="255,255,255",e.Blue40="177,170,255",e.Blue20="208,204,255",e.Red100="255,114,115",e.Green100="14,190,199",e.Blue100="75,55,255",e.TextLinkBlueDarkBg="0,194,255",e.TextLinkBlueHoverDarkBg="82,215,255",e.Blue50="161,152,255",e.Green90="48,200,207",e.Green80="81,210,216",e.Green60="141,229,233",e.Green40="186,244,246",e.Red90="255,150,151",e.Red80="255,182,183",e.Red60="255,227,228",e.Red40="255,247,247",e.Blue90="93,76,255",e.SignalRedHover="188,21,21",e.DeepBlue100="10,33,54",e.Neutral100="33,33,33",e.DeepBlue90="30,58,84",e.Neutral90="50,50,50",e.SignalRed="230,0,0",e.SignalGreen="44,133,0",e.JoinHover="72,135,22",e.JoinDisabled="227,238,222",e.SignalGreen130="32,94,1",e.Join="94,175,29",e.DeepBlue80="60,89,116",e.Neutral80="73,73,73",e.DeepBlue50="165,184,202",e.Neutral50="195,196,197",e.DeepBlue40="193,209,223",e.Neutral40="210,210,210",e.DeepBlue30="216,227,238",e.Neutral30="220,220,220",e.DeepBlue20="232,240,248",e.Neutral20="230,230,230",e.Grey="247,247,247",e.Black="17,17,17",e.DeepBlue60="114,143,172",e.Neutral60="152,152,152",e.DeepBlue70="87,116,144",e.Neutral70="119,119,119",e.DeepBlue10="244,247,251",e.Neutral10="242,242,242",e.DeepBlue5="255,255,255",e.Neutral5="255,255,255",e.TextLinkBlueWhiteBg="3,47,255",e.TextLinkBlueHoverWhiteBg="0,35,209",e.SignalOrange130="188,90,0",e.SignalOrange80="254,241,230",e.Green130="0,119,124",e.SignalOrange120="255,154,62",e.SignalOrange110="252,197,146",e.SignalOrange100="255,209,167",e.SignalOrange90="253,216,183",e.SignalOrange60="255,245,237",e.SignalOrange40="255,248,242",e))(Ot||{});const f3=({background:e,backgroundImageSrc:a,backgroundBlendMode:o,overlayOpacity:l,overlay:r})=>t.useMemo(()=>{const c=e==="image"&&!Pa(a),s=c&&l0(a),i=c&&o!=="normal",d=e==="none",m=e==="white",u=e==="dark"||e==="image"&&!c,_=e==="light";let p={};if(c&&(Oa(a)&&(p={...p,backgroundImage:`url("${a}")`}),l0(a))){const h=u3(a);p={...p,...h}}return i&&(p={...p,"--blend-mode":o,"--background-color-opacity":`${l}`,"--background-color-rgb":`${r==="light"?Ot.White:Ot.Black}`}),{isBackgroundNone:d,isBackgroundWhite:m,isBackgroundDark:u,isBackgroundLight:_,isBackgroundImage:c,isBackgroundImageBreakpointImageSet:s,isBackgroundImageBlend:i,backgroundStyleProps:p}},[e,a,o,l,r]),_3="_light_1qnf7_13",p3="_dark_1qnf7_19",h3="_fullSizeWindow_1qnf7_28",v3="_fixed_1qnf7_53",g3="_absolute_1qnf7_57",w3="_paddingNone_1qnf7_61",E3="_paddingSmall_1qnf7_65",x3="_backgroundNone_1qnf7_69",b3="_backgroundWhite_1qnf7_73",k3="_backgroundDark_1qnf7_77",C3="_backgroundLight_1qnf7_81",z3="_backgroundImage_1qnf7_85",y3="_backgroundImageBreakpointImageSet_1qnf7_92",I3="_backgroundBlend_1qnf7_117",B3="_row_1qnf7_123",M3="_rowReverse_1qnf7_127",S3="_column_1qnf7_131",L3="_columnReverse_1qnf7_135",R3="_flexStart_1qnf7_139",N3="_center_1qnf7_143",le={light:_3,dark:p3,fullSizeWindow:h3,fixed:v3,absolute:g3,paddingNone:w3,paddingSmall:E3,backgroundNone:x3,backgroundWhite:b3,backgroundDark:k3,backgroundLight:C3,backgroundImage:z3,backgroundImageBreakpointImageSet:y3,backgroundBlend:I3,row:B3,rowReverse:M3,column:S3,columnReverse:L3,flexStart:R3,center:N3},Vt=t.forwardRef(({children:e,className:a,padding:o="small",background:l="none",flexDirection:r="row",justifyContent:c="flexStart",backgroundImageSrc:s,backgroundBlendMode:i="normal",overlayOpacity:d=.7,overlay:m="dark",position:u="fixed",style:_,...p},h)=>{const v=o==="small",w=o==="none",{isBackgroundNone:E,isBackgroundWhite:g,isBackgroundDark:x,isBackgroundLight:y,isBackgroundImage:B,isBackgroundImageBreakpointImageSet:M,isBackgroundImageBlend:k,backgroundStyleProps:S}=f3({background:l,backgroundImageSrc:s,backgroundBlendMode:i,overlayOpacity:d,overlay:m});return t.createElement("div",{style:{..._,...S},className:f(le.fullSizeWindow,{[le.paddingNone]:w,[le.paddingSmall]:v,[le.backgroundNone]:E,[le.backgroundWhite]:g,[le.backgroundDark]:x,[le.backgroundLight]:y,[le.backgroundImage]:B,[le.backgroundImageBreakpointImageSet]:M,[le.backgroundBlend]:B&&k},le[r],le[c],le[u],a),ref:h,...p},e)});Vt.displayName="FullSizeWindow";const $3="_wrapper_m0c6u_1",A3="_roundedCorners_m0c6u_15",q3="_small_m0c6u_19",H3="_medium_m0c6u_23",O3="_large_m0c6u_27",P3="_full_m0c6u_32",V3="_mediumWidth_m0c6u_37",T3="_fullWidth_m0c6u_41",W3="_autoHeight_m0c6u_45",D3="_flexStart_m0c6u_49",j3="_center_m0c6u_53",Ge={wrapper:$3,roundedCorners:A3,small:q3,medium:H3,large:O3,full:P3,mediumWidth:V3,fullWidth:T3,autoHeight:W3,flexStart:D3,center:j3},Ta=({className:e,children:a,modifier:o,heightModifier:l,size:r="full",justifyContent:c="flexStart",borderRadius:s="none",...i})=>t.createElement("div",{className:f(Ge.wrapper,e,o&&Ge[o],Ge[r],l&&Ge[l],s==="box"&&Ge.roundedCorners,Ge[c]),...i},a),Wa=({children:e})=>t.createElement(Vt,{padding:"none",background:"dark"},t.createElement(Ta,{modifier:"fullWidth"},t.createElement(x1,null,e))),F3="_overlay_174tg_4",U3={overlay:F3},G3=({children:e,...a})=>t.createElement(Vt,{padding:"none",background:"dark",className:U3.overlay,...a},e),X3=e=>t.isValidElement(e)&&!!e.props.children,Q3=e=>t.isValidElement(e)&&X3(e)&&t.Children.toArray(e.props.children).reduce((a,o)=>a||t.isValidElement(o),!1),Da=(e,a)=>t.Children.toArray(e).map((o,l,r)=>t.isValidElement(o)&&Q3(o)?a(t.cloneElement(o,{...o.props,children:Da(o.props.children,a)})):a(o,l,r)),ja=(e,a)=>typeof a>"u"?null:`${e}${a}`,K3=(e,a)=>{if(typeof a!="string")return a;const[o,l]=a.match(/^url\(#(.*)\)$/)??[null,null];if(l===null)return a;const r=ja(e,l);return r===null?a:`url(#${r})`},Z3=e=>t.isValidElement(e)&&typeof e.props=="object",Fa=e=>{const a=t.useId();return Da(e.children,o=>!o||typeof o=="string"||typeof o=="number"||!Z3(o)?o:t.cloneElement(o,{...Object.entries(o.props).reduce((l,[r,c])=>(l[r]=K3(a,c??""),l),{}),id:ja(a,o.props.id)}))},Y3="_dark_1zxj7_4",J3="_light_1zxj7_8",e4="_tertiary_1zxj7_12",t4="_small_1zxj7_16",n4="_medium_1zxj7_21",r0={dark:Y3,light:J3,tertiary:e4,small:t4,medium:n4},kt=({size:e,source:a,className:o,colorScheme:l,ref:r,...c})=>{const s=f(l&&r0[l],e&&r0[e],o),i=a,d=typeof i=="function"?i({className:s,...c}):t.createElement(a,{className:s,...c});return t.createElement(Fa,null,d)},a4=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 32 32",...e},n.createElement("path",{stroke:"currentColor",strokeLinecap:"round",strokeWidth:4.267,d:"M24.187 9.163a10.667 10.667 0 10-13.65 15.998"}),n.createElement("mask",{id:"a",width:20,height:10,x:7,y:20,style:{maskType:"alpha"},maskUnits:"userSpaceOnUse"},n.createElement("path",{stroke:"url(#paint0_linear)",strokeLinecap:"round",strokeWidth:5.333,d:"M10.537 25.161A10.666 10.666 0 0024.04 23.01"})),n.createElement("g",{mask:"url(#a)"},n.createElement("path",{stroke:"currentColor",strokeLinecap:"round",strokeWidth:4.267,d:"M26.667 16a10.667 10.667 0 10-2.627 7.01"})),n.createElement("defs",null,n.createElement("linearGradient",{id:"paint0_linear",x1:13.067,x2:25.6,y1:26.133,y2:22.133,gradientUnits:"userSpaceOnUse"},n.createElement("stop",null),n.createElement("stop",{offset:1,stopOpacity:0})))),o4="_wrapper_sm86s_24",l4="_label_sm86s_28",r4="_spinner_sm86s_40",c4="_spin_sm86s_40",s4="_compact_sm86s_49",i4="_small_sm86s_53",d4="_medium_sm86s_57",m4="_dark_sm86s_62",u4="_light_sm86s_66",f4="_subtle_sm86s_70",st={wrapper:o4,label:l4,spinner:r4,spin:c4,compact:s4,small:i4,medium:d4,dark:m4,light:u4,subtle:f4},_4="Loading",C1=({className:e,label:a=_4,sizeModifier:o="medium",colorScheme:l,...r})=>t.createElement("div",{role:"status",className:f(st.wrapper,l&&st[l],e),...r},t.createElement("span",{className:st.label},a),t.createElement(kt,{source:a4,className:f(st.spinner,st[o])})),p4=e=>t.createElement(Wa,null,t.createElement(C1,{colorScheme:"dark",...e})),h4="_grid_172qj_1",v4={grid:h4},Ua=({className:e,children:a,hasCellVerticalGutter:o,...l})=>t.createElement("div",{className:f(v4.grid,{hasCellVerticalGutter:o},e),...l},a),g4="_top_9teu4_4",w4="_bottom_9teu4_5",E4="_content_9teu4_24",c0={top:g4,bottom:w4,content:E4},x4=({children:e,position:a="top",className:o})=>t.createElement("div",{className:f(c0[a],o)},t.Children.count(e)>0?t.createElement("span",{className:c0.content},e):e),b4="_el_p09eg_15",k4={el:b4},C4=e=>"href"in e&&!!e.href&&e.href!=="#",z1=t.forwardRef(({children:e,className:a,disabled:o,htmlTag:l="button",...r},c)=>t.createElement(o?"button":C4(r)?"a":l,{ref:c,className:f(k4.el,a),disabled:o,...r},e));z1.displayName="InteractiveElementContent";const ce=({...e})=>t.createElement(z1,{...e}),Tt=t.forwardRef(({...e},a)=>t.createElement(z1,{...e,ref:a}));Tt.displayName="InteractiveElementContent";const z4="_dark_13ht3_102",y4="_light_13ht3_119",I4="_button_13ht3_491",B4="_disc_13ht3_535",M4="_noBorderRadius_13ht3_538",S4="_buttonContent_13ht3_541",L4="_buttonChildren_13ht3_547",R4="_disabled_13ht3_552",N4="_loading_13ht3_556",$4="_loadingIcon_13ht3_561",A4="_enhancerStart_13ht3_568",q4="_enhancerEnd_13ht3_569",H4="_primary_13ht3_573",O4="_noHover_13ht3_577",P4="_hasBackgroundTransparency_13ht3_583",V4="_textComponent_13ht3_626",T4="_secondary_13ht3_646",W4="_tertiary_13ht3_719",D4="_translucent_13ht3_792",j4="_text_13ht3_626",F4="_danger_13ht3_938",U4="_dangerBordered_13ht3_1011",G4="_success_13ht3_1084",X4="_neutral_13ht3_1157",Q4="_transparent_13ht3_1230",K4="_transparentAlternative_13ht3_1303",Z4="_none_13ht3_2179",Y4="_square_13ht3_2189",J4="_compact_13ht3_2194",ei="_small_13ht3_2209",ti="_medium_13ht3_2224",ni="_large_13ht3_2239",ai="_fullWidth_13ht3_2331",oi="_fluid_13ht3_2335",J={dark:z4,light:y4,button:I4,disc:B4,noBorderRadius:M4,buttonContent:S4,buttonChildren:L4,disabled:R4,loading:N4,loadingIcon:$4,enhancerStart:A4,enhancerEnd:q4,primary:H4,noHover:O4,hasBackgroundTransparency:P4,textComponent:V4,secondary:T4,tertiary:W4,translucent:D4,text:j4,danger:F4,dangerBordered:U4,success:G4,neutral:X4,transparent:Q4,transparentAlternative:K4,none:Z4,square:Y4,compact:J4,small:ei,medium:ti,large:ni,fullWidth:ai,fluid:oi},y1=t.forwardRef(({children:e,className:a,colorScheme:o,htmlTag:l,isActive:r,isDisabled:c,modifier:s,noBorderRadius:i=!1,noHover:d=!1,size:m="medium",variant:u="primary",backgroundTransparency:_=1,style:p,...h},v)=>{const w=_<1,E=w?{"--background-alpha":_}:void 0;return t.createElement($,null,({colorScheme:g})=>{const x=o??g;return t.createElement(Tt,{ref:v,style:p||E?{...p,...E}:void 0,className:f(x,J.button,J[x],J[u],J[m],s&&J[s],{[J.disabled]:c,[J.noBorderRadius]:i,[J.noHover]:d||c,[J.hasBackgroundTransparency]:w},a),"data-active":r&&!c,disabled:c,htmlTag:l,...h},e)})});y1.displayName="SimpleButtonContent";const li=({...e})=>t.createElement(y1,{...e}),I1=t.forwardRef(({...e},a)=>t.createElement(y1,{...e,ref:a}));I1.displayName="SimpleButtonContent";const C=({children:e,className:a,colorScheme:o,fontVariant:l=z.Body,htmlTag:r="span",isTruncated:c=!1,isUnderlined:s,isUppercase:i,isItalicized:d,whiteSpace:m,wordBreak:u,variant:_="standard",...p})=>t.createElement($,null,({colorScheme:h})=>t.createElement(r,{className:f(o??h,ee.text,ee[o??h],ee[_],ee[l],m&&ee[`${m}WhiteSpace`],u&&ee[`${u}WordBreak`],{[ee.truncated]:c,[ee.uppercase]:i,[ee.underline]:s,[ee.italicize]:d},a),...p},e)),Ga=({children:e,className:a,isLoading:o,sizeModifier:l="compact",colorScheme:r})=>o?t.createElement(t.Fragment,null,t.createElement("div",{className:f(a,"visibility-hidden")},e),t.createElement("div",{className:J.loadingIcon},t.createElement(C1,{sizeModifier:l,colorScheme:r}))):a?t.createElement("div",{className:a},e):t.createElement(t.Fragment,null,e),Xa=({children:e,className:a,enhancerEnd:o,enhancerEndClassName:l,enhancerStart:r,enhancerStartClassName:c,noEnhancerPadding:s})=>t.createElement("div",{className:f(a,J.buttonContent)},r&&t.createElement("span",{className:f(J.enhancerStart,{"pe-0":s},c)},r),t.createElement("div",{className:J.buttonChildren},e),o&&t.createElement("span",{className:f(J.enhancerEnd,{"ps-0":s},l)},o)),Qa=({children:e,className:a,fontVariant:o=z.BodyBold,variant:l="inherit",...r})=>t.createElement(C,{className:f(a,J.textComponent),fontVariant:o,variant:l,...r},e),B1=t.forwardRef(({children:e,colorScheme:a,enhancerEnd:o,enhancerEndClassName:l,enhancerStart:r,enhancerStartClassName:c,fontVariant:s,hideChildren:i,isDisabled:d,isLoading:m,noEnhancerPadding:u,textVariant:_,underlineText:p,useTextComponent:h,variant:v,...w},E)=>t.createElement(I1,{colorScheme:a,isDisabled:!!d||m,variant:v,ref:E,...w},t.createElement(Ga,{isLoading:m},t.createElement(Xa,{className:f({[J.textComponent]:!h&&v==="text"&&p}),enhancerEnd:o,enhancerEndClassName:l,enhancerStart:r,enhancerStartClassName:c,noEnhancerPadding:u},!i&&(h?t.createElement(Qa,{colorScheme:a,fontVariant:s,variant:_},e):t.createElement(t.Fragment,null,e))))));B1.displayName="ButtonContent";const j=({...e})=>t.createElement(B1,{...e}),Ka=t.forwardRef(({...e},a)=>t.createElement(B1,{...e,ref:a}));Ka.displayName="RefButton";const ri=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconAdd_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M12.5 1h-9A2.5 2.5 0 0 0 1 3.5v9A2.5 2.5 0 0 0 3.5 15h9a2.5 2.5 0 0 0 2.5-2.5v-9A2.5 2.5 0 0 0 12.5 1m-.964 7.75H8.75v2.786a.75.75 0 0 1-1.5 0V8.75H4.464a.75.75 0 0 1 0-1.5H7.25V4.464a.75.75 0 0 1 1.5 0V7.25h2.786a.75.75 0 0 1 0 1.5"})),s0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconAdd_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M18.429 2H5.571A3.57 3.57 0 0 0 2 5.571v12.857A3.57 3.57 0 0 0 5.571 22h12.857A3.57 3.57 0 0 0 22 18.429V5.571A3.57 3.57 0 0 0 18.429 2M17 13h-4v4a1 1 0 0 1-2 0v-4H7a1 1 0 0 1 0-2h4V7a1 1 0 0 1 2 0v4h4a1 1 0 0 1 0 2"})),ci=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconAddSomeone_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M13 1.833a.5.5 0 0 1 .5.5V3.5h1.167a.5.5 0 1 1 0 1H13.5v1.167a.5.5 0 1 1-1 0V4.5h-1.167a.5.5 0 1 1 0-1H12.5V2.333a.5.5 0 0 1 .5-.5M7.333 8.391c1.352 0 2.452-1.1 2.452-2.452s-1.1-2.45-2.452-2.45a2.454 2.454 0 0 0-2.452 2.45c0 1.352 1.1 2.452 2.452 2.452m4.014 2.24c-.64-.684-1.844-1.192-4.014-1.192-2.188 0-3.395.516-4.03 1.209l-.018.02c-.172.186-.45.489-.565 1.231a.67.67 0 0 0 .661.768h7.904a.67.67 0 0 0 .662-.768c-.12-.757-.405-1.062-.59-1.258z",clipRule:"evenodd"})),i0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconAddSomeone_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M19.5 2.75a.75.75 0 0 1 .75.75v1.75H22a.75.75 0 0 1 0 1.5h-1.75V8.5a.75.75 0 0 1-1.5 0V6.75H17a.75.75 0 0 1 0-1.5h1.75V3.5a.75.75 0 0 1 .75-.75M11 12.587a3.68 3.68 0 0 0 3.677-3.678A3.68 3.68 0 0 0 11 5.233a3.68 3.68 0 0 0-3.678 3.676A3.68 3.68 0 0 0 11 12.587m6.021 3.359c-.959-1.026-2.767-1.788-6.021-1.788-3.282 0-5.093.775-6.046 1.814l-.026.029c-.258.28-.674.734-.848 1.848A1.005 1.005 0 0 0 5.072 19h11.856c.61 0 1.086-.548.992-1.151-.178-1.136-.607-1.593-.885-1.888z",clipRule:"evenodd"})),si=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconAdjust_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M3.333 2.667a.667.667 0 0 0-.666.666v3.334H2A.667.667 0 0 0 2 8h.667v4.667a.667.667 0 1 0 1.333 0V8h.667a.667.667 0 0 0 0-1.333H4V3.333a.667.667 0 0 0-.667-.666m4.667 0a.667.667 0 0 0-.667.666V10h-.666a.667.667 0 0 0 0 1.333h.666v1.334a.667.667 0 1 0 1.334 0v-1.334h.666a.667.667 0 1 0 0-1.333h-.666V3.333A.667.667 0 0 0 8 2.667m4 .666a.667.667 0 0 1 1.333 0v1.334H14A.667.667 0 1 1 14 6h-.667v6.667a.667.667 0 1 1-1.333 0V6h-.667a.667.667 0 1 1 0-1.333H12z",clipRule:"evenodd"})),ii=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconAdjust_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M5 4a1 1 0 0 0-1 1v5H3a1 1 0 1 0 0 2h1v7a1 1 0 1 0 2 0v-7h1a1 1 0 1 0 0-2H6V5a1 1 0 0 0-1-1m7 0a1 1 0 0 0-1 1v10h-1a1 1 0 1 0 0 2h1v2a1 1 0 1 0 2 0v-2h1a1 1 0 1 0 0-2h-1V5a1 1 0 0 0-1-1m6 1a1 1 0 1 1 2 0v2h1a1 1 0 1 1 0 2h-1v10a1 1 0 1 1-2 0V9h-1a1 1 0 1 1 0-2h1z",clipRule:"evenodd"})),di=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconAdjust_32",viewBox:"0 0 32 32","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M6.833 5.333a1.5 1.5 0 0 0-1.5 1.5v6.5H4c-.736 0-1.333.597-1.333 1.334V15c0 .736.597 1.333 1.333 1.333h1.333v8.834a1.5 1.5 0 0 0 3 0v-8.834h1c.737 0 1.334-.597 1.334-1.333v-.333c0-.737-.597-1.334-1.334-1.334h-1v-6.5a1.5 1.5 0 0 0-1.5-1.5m9.334 0a1.5 1.5 0 0 0-1.5 1.5V20h-1.333c-.737 0-1.334.597-1.334 1.333v.334c0 .736.597 1.333 1.334 1.333h1.333v2.167a1.5 1.5 0 0 0 3 0V23h1c.736 0 1.333-.597 1.333-1.333v-.334c0-.736-.597-1.333-1.333-1.333h-1V6.833a1.5 1.5 0 0 0-1.5-1.5M24 6.833a1.5 1.5 0 0 1 3 0V9h.667C28.403 9 29 9.597 29 10.333v.334c0 .736-.597 1.333-1.333 1.333H27v13.167a1.5 1.5 0 0 1-3 0V12h-1.667A1.333 1.333 0 0 1 21 10.667v-.334C21 9.597 21.597 9 22.333 9H24z",clipRule:"evenodd"})),mi=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconAdmit_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M6.01 13c-.258 0-.516-.098-.712-.294L1.295 8.7a1.006 1.006 0 0 1 1.421-1.422l3.293 3.293 7.275-7.277a1.005 1.005 0 1 1 1.421 1.422L6.72 12.705a1 1 0 0 1-.71.295"})),ui=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconAdmit_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M9.156 20c-.368 0-.735-.147-1.016-.442l-5.72-6.007a1.56 1.56 0 0 1 0-2.133c.562-.59 1.47-.59 2.032 0l4.704 4.94L19.548 5.442c.561-.59 1.47-.59 2.031 0a1.56 1.56 0 0 1 0 2.134L10.171 19.557c-.28.295-.647.443-1.015.443"})),fi=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconAdmit_32",viewBox:"0 0 32 32","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M12.019 26c-.515 0-1.03-.206-1.423-.618l-8.007-8.41a2.187 2.187 0 0 1 0-2.987 1.943 1.943 0 0 1 2.844 0l6.586 6.916L26.567 5.619a1.943 1.943 0 0 1 2.844 0 2.187 2.187 0 0 1 0 2.987L13.44 25.38c-.393.413-.906.62-1.421.62"})),_i=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconAiAssistant_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("g",{fill:"currentColor",clipPath:"url(#IconAiAssistant_16__a)"},n.createElement("path",{d:"M5.143 12.017V6h1.016q.111 0 .222.025t.222.058L11 7.8a.7.7 0 0 1 .357.3.84.84 0 0 1 .135.45.74.74 0 0 1-.23.567.75.75 0 0 1-.532.216H9.063a.6.6 0 0 1-.119-.008.4.4 0 0 1-.103-.042l-1.016-.416-.206.65 1.222.45q.032.016.095.025Q9 10 9.048 10h4.349q.508 0 .889.383.38.384.38.95l-5.063 2zm-3.81 1.316V6h2.54v7.333zM12.7 8.667q0-1.535 1.173-2.6Q15.047 5 16.733 5q-1.687 0-2.86-1.067-1.173-1.065-1.173-2.6 0 1.535-1.173 2.6Q10.353 5 8.667 5q1.686 0 2.86 1.067 1.173 1.065 1.173 2.6"})),n.createElement("defs",null,n.createElement("clipPath",{id:"IconAiAssistant_16__a"},n.createElement("path",{fill:"currentColor",d:"M0 0h16v16H0z"})))),d0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconAiAssistant_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("g",{fill:"currentColor",clipPath:"url(#IconAiAssistant_24__a)"},n.createElement("path",{d:"M7.714 18.025V9h1.524q.166 0 .333.037.168.038.334.088L16.5 11.7q.332.125.536.45.202.325.202.675 0 .525-.345.85t-.798.325h-2.5a1 1 0 0 1-.178-.012.6.6 0 0 1-.155-.063l-1.524-.625-.31.975 1.834.675q.048.026.143.038t.166.012h6.524q.762 0 1.334.575.57.574.571 1.425l-7.595 3zM2 20V9h3.81v11zM19.05 13q0-2.3 1.76-3.9t4.29-1.6q-2.53 0-4.29-1.6T19.05 2q0 2.3-1.76 3.9T13 7.5q2.53 0 4.29 1.6t1.76 3.9"})),n.createElement("defs",null,n.createElement("clipPath",{id:"IconAiAssistant_24__a"},n.createElement("path",{fill:"currentColor",d:"M0 0h24v24H0z"})))),pi=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconAlert_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M9.348 2.557a1.555 1.555 0 0 0-2.692 0L1.27 11.884a1.555 1.555 0 0 0 1.346 2.332h10.77a1.555 1.555 0 0 0 1.346-2.332zm-1.343 9.907a.733.733 0 0 0 .73-.735.733.733 0 0 0-.73-.735h-.008a.733.733 0 0 0-.73.735c0 .406.326.735.73.735zm-.732-3.675c0 .406.328.735.732.735a.733.733 0 0 0 .73-.735V5.85a.733.733 0 0 0-.73-.735.733.733 0 0 0-.732.735z",clipRule:"evenodd"})),m0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconAlert_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M13.966 4.081c-.871-1.508-3.05-1.508-3.92 0L2.206 17.66c-.87 1.508.218 3.394 1.96 3.394h15.68c1.741 0 2.83-1.886 1.959-3.394zM12.01 18.503c.588 0 1.064-.479 1.064-1.07 0-.59-.476-1.07-1.064-1.07h-.011c-.588 0-1.065.48-1.065 1.07s.477 1.07 1.065 1.07zm-1.065-5.349c0 .591.477 1.07 1.065 1.07s1.064-.479 1.064-1.07V8.875c0-.59-.476-1.07-1.064-1.07s-1.065.48-1.065 1.07z",clipRule:"evenodd"})),hi=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconAnalyticsChart_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M7.158 2a1 1 0 0 0-1 1v7.21a1 1 0 0 0 1 1h1.316a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1zM3.474 4.947a1 1 0 0 0-1 1v4.264a1 1 0 0 0 1 1h.947a1 1 0 0 0 1-1V5.946a1 1 0 0 0-1-1zm6.736 1a1 1 0 0 1 1-1h.948a1 1 0 0 1 1 1v4.264a1 1 0 0 1-1 1h-.947a1 1 0 0 1-1-1zm-8.473 6.369a.737.737 0 0 0 0 1.473h12.526a.737.737 0 0 0 0-1.473z",clipRule:"evenodd"})),u0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconAnalyticsChart_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M10.368 4a1 1 0 0 0-1 1v11.158a1 1 0 0 0 1 1h2.737a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1zM5.105 8.21a1 1 0 0 0-1 1v6.948a1 1 0 0 0 1 1h2.21a1 1 0 0 0 1-1V9.21a1 1 0 0 0-1-1zm10.053 1a1 1 0 0 1 1-1h2.21a1 1 0 0 1 1 1v6.948a1 1 0 0 1-1 1h-2.21a1 1 0 0 1-1-1zM3.053 18.738a1.053 1.053 0 0 0 0 2.105h17.894a1.053 1.053 0 0 0 0-2.105z",clipRule:"evenodd"})),vi=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconAnalyticsProgress_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M13.72 7.806c.19.326.61.438.937.25a.68.68 0 0 0 .251-.932L13.294 4.34a.687.687 0 0 0-.994-.213.68.68 0 0 0-.286.366l-1.658 5.082-1.807-3.721a.69.69 0 0 0-.72-.378.69.69 0 0 0-.548.405L5.566 9.794l-1.149-1.98a.69.69 0 0 0-.573-.34.69.69 0 0 0-.61.29l-2.111 3.02a.68.68 0 0 0 .171.95c.31.214.738.138.954-.171l1.509-2.158 1.255 2.163a.687.687 0 0 0 1.144.066.7.7 0 0 0 .22-.275l1.576-3.596 1.867 3.843a.69.69 0 0 0 .57.384.686.686 0 0 0 .771-.462l1.7-5.206z",clipRule:"evenodd"})),f0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconAnalyticsProgress_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M20.172 11.464a.98.98 0 1 0 1.697-.98L19.562 6.49a.98.98 0 0 0-1.42-.306.98.98 0 0 0-.407.526l-2.37 7.295-2.581-5.342a.98.98 0 0 0-1.029-.543.98.98 0 0 0-.782.581l-2.45 5.617-1.641-2.842a.98.98 0 0 0-.819-.49.98.98 0 0 0-.872.419l-3.015 4.333a.98.98 0 0 0 1.607 1.12L5.94 13.76l1.792 3.105a.98.98 0 0 0 1.634.095 1 1 0 0 0 .315-.395l2.252-5.163 2.666 5.517a.98.98 0 0 0 .816.551.98.98 0 0 0 1.101-.662l2.427-7.475z",clipRule:"evenodd"})),gi=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconAndroidLogo_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M11.402 9.23a.615.615 0 1 1 0-1.23.615.615 0 0 1 0 1.23m-6.796 0a.615.615 0 1 1 0-1.23.615.615 0 0 1 0 1.23m7.016-3.704 1.229-2.128a.256.256 0 1 0-.443-.256l-1.244 2.155a7.6 7.6 0 0 0-3.16-.676 7.6 7.6 0 0 0-3.16.676L3.6 3.142a.256.256 0 1 0-.443.256l1.229 2.128a7.26 7.26 0 0 0-3.764 5.807h14.764a7.26 7.26 0 0 0-3.764-5.807"})),_0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconAndroidLogo_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M17.103 14.844A.922.922 0 1 1 17.102 13a.922.922 0 0 1 0 1.844m-10.194 0a.922.922 0 1 1 0-1.843.922.922 0 0 1 0 1.843M17.433 9.29l1.843-3.192a.384.384 0 1 0-.664-.384l-1.866 3.233a11.4 11.4 0 0 0-4.74-1.014c-1.71 0-3.313.363-4.74 1.014L5.4 5.713a.383.383 0 1 0-.665.384L6.58 9.289C3.414 11.011 1.249 14.215.932 18H23.08c-.317-3.786-2.482-6.99-5.647-8.71"})),wi=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconAppleLogo_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M12.952 10.974q-.279.644-.66 1.188-.523.743-.852 1.028-.509.469-1.093.482-.42 0-1.01-.241-.591-.24-1.088-.24-.52 0-1.118.24-.598.242-.966.254-.561.024-1.119-.495-.356-.31-.89-1.064a7.4 7.4 0 0 1-.94-1.87 6.8 6.8 0 0 1-.396-2.228q0-1.235.534-2.128.42-.717 1.12-1.132a3 3 0 0 1 1.512-.427q.445.001 1.17.272.724.272.928.273.153 0 1.03-.321.826-.297 1.398-.249 1.551.125 2.327 1.225-1.387.84-1.373 2.352.014 1.176.852 1.954a2.8 2.8 0 0 0 .85.558q-.102.296-.216.57m-2.37-9.328q0 .922-.673 1.719c-.54.631-1.193.996-1.901.938a2 2 0 0 1-.014-.232c0-.59.256-1.222.712-1.738q.342-.391.869-.652.526-.256.993-.281.014.123.013.246"})),p0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconAppleLogo_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M19.264 16.428a9.8 9.8 0 0 1-.968 1.74q-.764 1.087-1.247 1.506-.745.686-1.602.706-.615 0-1.48-.354-.866-.352-1.593-.352-.763 0-1.638.352-.877.355-1.416.372-.822.036-1.638-.724-.522-.455-1.304-1.56-.84-1.18-1.38-2.739-.578-1.684-.578-3.264 0-1.81.783-3.118.615-1.05 1.64-1.659a4.4 4.4 0 0 1 2.215-.625q.652 0 1.715.399 1.06.399 1.36.4.223 0 1.507-.471 1.211-.436 2.05-.364 2.272.183 3.408 1.795-2.031 1.232-2.01 3.444.018 1.724 1.247 2.863.556.528 1.247.818-.15.435-.318.834M15.79 2.76q-.001 1.35-.985 2.519c-.79.925-1.748 1.46-2.785 1.375A3 3 0 0 1 12 6.313c0-.865.376-1.79 1.044-2.546a4 4 0 0 1 1.272-.955q.771-.375 1.456-.412.02.18.019.36"})),Ei=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconArrowCornerDown_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M1.875 1c.483 0 .875.392.875.875v5.011c0 .508.215 1.008.62 1.386a2.3 2.3 0 0 0 1.568.603h7.075L9.13 5.994a.875.875 0 0 1 1.238-1.238l4.375 4.375a.875.875 0 0 1 0 1.238l-4.375 4.375a.875.875 0 0 1-1.238-1.238l2.882-2.881H4.938c-1.027 0-2.021-.38-2.764-1.075A3.65 3.65 0 0 1 1 6.886V1.875C1 1.392 1.392 1 1.875 1",clipRule:"evenodd"})),h0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconArrowCornerDown_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M4.125 3c.621 0 1.125.504 1.125 1.125v6.443c0 .653.277 1.296.797 1.782a2.96 2.96 0 0 0 2.016.775h9.096l-3.704-3.704a1.125 1.125 0 0 1 1.59-1.591l5.626 5.624c.439.44.439 1.152 0 1.592l-5.625 5.625a1.125 1.125 0 0 1-1.591-1.591l3.704-3.705H8.063c-1.32 0-2.599-.49-3.553-1.382A4.7 4.7 0 0 1 3 10.568V4.125C3 3.504 3.504 3 4.125 3",clipRule:"evenodd"})),xi=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconArrowDown_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M13.433 8.327a.65.65 0 0 0-.817-.203L9 9.921V3a1 1 0 0 0-2 0v6.921L3.384 8.124a.65.65 0 0 0-.748 1.042l4.905 4.905a.65.65 0 0 0 .919 0l4.905-4.905a.65.65 0 0 0 .068-.839"})),v0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconArrowDown_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M18.79 12.408a.814.814 0 0 0-1.02-.253l-4.52 2.246V5.75a1.25 1.25 0 0 0-2.5 0v8.651l-4.52-2.246a.813.813 0 0 0-.936 1.302l6.13 6.132a.813.813 0 0 0 1.15 0l6.13-6.132a.81.81 0 0 0 .087-1.049"})),bi=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconArrowLeft_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M13 7H6.079l1.797-3.616a.65.65 0 0 0-1.042-.748L1.929 7.541a.65.65 0 0 0 0 .919l4.905 4.905a.65.65 0 0 0 1.042-.749L6.079 9H13a1 1 0 0 0 0-2"})),g0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconArrowLeft_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M18.25 10.75H9.6l2.245-4.52a.813.813 0 0 0-1.302-.935l-6.132 6.131a.813.813 0 0 0 0 1.15l6.132 6.13a.812.812 0 0 0 1.302-.936L9.6 13.25h8.651a1.25 1.25 0 0 0 0-2.5"})),ki=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconArrowLeftRegular_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"m1.254 8.619 4.334 4.375a.86.86 0 0 0 1.225 0 .88.88 0 0 0 0-1.237L4.016 8.933h10.106A.88.88 0 0 0 15 8.046a.88.88 0 0 0-.878-.887H3.926l2.887-2.915a.88.88 0 0 0 0-1.237.86.86 0 0 0-1.225 0L1.254 7.382a.88.88 0 0 0 0 1.237",clipRule:"evenodd"})),w0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconArrowLeftRegular_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"m4.29 12.707 4.953 5a.983.983 0 0 0 1.4 0 1.005 1.005 0 0 0 0-1.414l-3.196-3.227h11.55c.554 0 1.003-.454 1.003-1.013 0-.56-.45-1.014-1.004-1.014H7.343l3.3-3.332a1.005 1.005 0 0 0 0-1.414.983.983 0 0 0-1.4 0l-4.953 5a1.005 1.005 0 0 0 0 1.414",clipRule:"evenodd"})),Ci=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconArrowRight_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M14.071 7.541 9.166 2.636a.65.65 0 0 0-1.042.748L9.921 7H3a1 1 0 0 0 0 2h6.921l-1.797 3.616a.65.65 0 0 0 1.042.749l4.905-4.905a.65.65 0 0 0 0-.919"})),E0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconArrowRight_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"m19.589 11.426-6.132-6.131a.814.814 0 0 0-1.302.936l2.246 4.52H5.75a1.249 1.249 0 1 0 0 2.499h8.651l-2.246 4.52a.813.813 0 0 0 1.302.936l6.132-6.131a.813.813 0 0 0 0-1.149"})),zi=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconArrowUp_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M13.364 6.834 8.459 1.929a.67.67 0 0 0-.919 0L2.636 6.834a.65.65 0 0 0 .748 1.042L7 6.079V13a1 1 0 0 0 2 0V6.079l3.616 1.797a.65.65 0 0 0 .748-1.042"})),x0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconArrowUp_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"m18.705 10.543-6.13-6.132a.836.836 0 0 0-1.15 0l-6.13 6.132a.813.813 0 0 0 .935 1.302l4.52-2.246v8.651a1.25 1.25 0 0 0 2.5 0V9.599l4.52 2.246a.813.813 0 0 0 .935-1.302"})),yi=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconAudioTransmission_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"m11.614 10.318-.705-.704q.5-.466.784-1.103a3.3 3.3 0 0 0 .284-1.352q0-.716-.284-1.34a3.4 3.4 0 0 0-.784-1.092L11.614 4q.636.603 1.011 1.42.375.818.375 1.74 0 .92-.375 1.738a4.5 4.5 0 0 1-1.011 1.42m-1.455-1.454-.727-.728q.204-.192.33-.437.124-.245.124-.54t-.125-.54a1.6 1.6 0 0 0-.33-.437l.728-.727q.364.33.568.767.205.437.205.937t-.205.938a2.4 2.4 0 0 1-.568.767m-3.523.113q-.75 0-1.284-.534a1.75 1.75 0 0 1-.534-1.284q0-.75.534-1.284a1.75 1.75 0 0 1 1.284-.534q.75 0 1.284.534.535.534.535 1.284T7.92 8.443a1.75 1.75 0 0 1-1.284.534M3 12.614V11.34q0-.375.193-.705a1.26 1.26 0 0 1 .534-.5 7 7 0 0 1 1.307-.5 6 6 0 0 1 1.602-.204q.876 0 1.603.204.727.205 1.306.5.342.17.534.5.195.33.194.705v1.273z"})),b0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconAudioTransmission_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"m17.782 15.11-1.128-1.128a5.4 5.4 0 0 0 1.255-1.764q.455-1.018.455-2.163 0-1.146-.455-2.146a5.4 5.4 0 0 0-1.255-1.745L17.783 5A7.3 7.3 0 0 1 19.4 7.273q.6 1.309.6 2.782 0 1.472-.6 2.781a7.3 7.3 0 0 1-1.618 2.273m-2.328-2.328-1.163-1.164q.327-.31.527-.7t.2-.863-.2-.864a2.6 2.6 0 0 0-.527-.7l1.163-1.164q.582.527.91 1.228.327.699.327 1.5 0 .8-.327 1.5a3.8 3.8 0 0 1-.91 1.227m-5.636.182q-1.2 0-2.054-.855a2.8 2.8 0 0 1-.855-2.054q0-1.2.855-2.055a2.8 2.8 0 0 1 2.054-.855q1.2 0 2.055.855.854.855.854 2.055t-.854 2.054-2.055.855M4 18.782v-2.037q0-.6.31-1.127.308-.527.854-.8a11.4 11.4 0 0 1 2.09-.8q1.164-.327 2.564-.327t2.564.327 2.09.8q.547.273.855.8.31.528.31 1.127v2.037z"})),Ii=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconAuthenticated_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M3.584 12.209Q5.168 14.387 7.6 15q2.432-.613 4.016-2.791Q13.2 10.029 13.2 7.37V3.1L7.6 1 2 3.1v4.27q0 2.66 1.584 4.839m6.332-6.091a.402.402 0 1 1 .569.569L7.289 9.882a.4.4 0 0 1-.57 0L5.119 8.28a.402.402 0 1 1 .569-.569L7.004 9.03z",clipRule:"evenodd"})),Bi=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconAuthenticated_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M7.41 16.81Q9.22 19.3 12 20q2.78-.7 4.59-3.19t1.81-5.53V6.4L12 4 5.6 6.4v4.88q0 3.04 1.81 5.53m7.472-7.845a.563.563 0 1 1 .797.796l-4.474 4.474a.563.563 0 0 1-.797 0l-2.243-2.243a.563.563 0 1 1 .797-.797l1.844 1.845z",clipRule:"evenodd"})),Mi=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconAuthenticated_32",viewBox:"0 0 32 32","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M9.88 22.413q2.413 3.32 6.12 4.254 3.707-.934 6.12-4.254t2.413-7.373V8.533L16 5.333l-8.533 3.2v6.507q0 4.053 2.413 7.373m9.963-10.46a.75.75 0 1 1 1.062 1.062l-5.966 5.965a.75.75 0 0 1-1.062 0l-2.99-2.99a.75.75 0 1 1 1.062-1.063l2.46 2.46z",clipRule:"evenodd"})),Si=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconBackgroundBlur_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M1.368 9.842a.35.35 0 0 1-.257-.11.353.353 0 0 1 0-.516.353.353 0 0 1 .515 0 .353.353 0 0 1 0 .516.35.35 0 0 1-.258.11m0-2.947a.35.35 0 0 1-.257-.11.353.353 0 0 1 0-.517.353.353 0 0 1 .515 0 .353.353 0 0 1 0 .516.35.35 0 0 1-.258.11m2.21 6.263a.71.71 0 0 1-.524-.212.71.71 0 0 1-.212-.525q0-.313.212-.525a.71.71 0 0 1 .525-.212q.313 0 .525.212a.71.71 0 0 1 .212.525q0 .314-.212.525a.71.71 0 0 1-.525.212m.001-2.947a.71.71 0 0 1-.525-.212.71.71 0 0 1-.212-.525q0-.314.212-.525a.71.71 0 0 1 .525-.212q.313 0 .525.212a.71.71 0 0 1 .212.525q0 .312-.212.525a.71.71 0 0 1-.525.211m0-2.948a.71.71 0 0 1-.525-.212.71.71 0 0 1-.212-.525q0-.312.212-.525a.71.71 0 0 1 .525-.212q.313 0 .525.212a.71.71 0 0 1 .212.525q0 .314-.212.525a.71.71 0 0 1-.525.212m0-2.947a.71.71 0 0 1-.525-.212.71.71 0 0 1-.212-.525q0-.314.212-.525a.71.71 0 0 1 .525-.212q.313 0 .525.212a.71.71 0 0 1 .212.525q0 .313-.212.525a.71.71 0 0 1-.525.212m2.947 8.842a.71.71 0 0 1-.525-.212.71.71 0 0 1-.212-.525q0-.313.212-.525a.71.71 0 0 1 .525-.212q.314 0 .525.212a.71.71 0 0 1 .212.525q0 .314-.212.525a.71.71 0 0 1-.525.212m0-8.842a.71.71 0 0 1-.525-.212.71.71 0 0 1-.212-.525q0-.314.212-.525a.71.71 0 0 1 .525-.212q.314 0 .525.212a.71.71 0 0 1 .212.525q0 .313-.212.525a.71.71 0 0 1-.525.212m0 10.684a.35.35 0 0 1-.258-.11.354.354 0 0 1 0-.516.353.353 0 0 1 .516 0 .353.353 0 0 1 0 .515.35.35 0 0 1-.258.111m0-13.263a.35.35 0 0 1-.258-.11.353.353 0 0 1 0-.516.353.353 0 0 1 .516 0 .353.353 0 0 1 0 .515.35.35 0 0 1-.258.11m2.948 11.42a.71.71 0 0 1-.525-.21.71.71 0 0 1-.212-.526q0-.313.212-.525a.71.71 0 0 1 .525-.212q.312 0 .525.212a.71.71 0 0 1 .211.525q0 .314-.211.525a.71.71 0 0 1-.525.212m0-8.841a.71.71 0 0 1-.525-.212.71.71 0 0 1-.212-.525q0-.314.212-.525a.71.71 0 0 1 .525-.212q.312 0 .525.212a.71.71 0 0 1 .211.525q0 .313-.211.525a.71.71 0 0 1-.525.212m0 10.684a.35.35 0 0 1-.258-.11.354.354 0 0 1 0-.516.35.35 0 0 1 .258-.11q.147 0 .258.11a.353.353 0 0 1 0 .515.35.35 0 0 1-.258.111m0-13.263a.35.35 0 0 1-.258-.11.353.353 0 0 1 0-.516.353.353 0 0 1 .516 0 .353.353 0 0 1 0 .515.35.35 0 0 1-.258.11m2.947 11.42a.71.71 0 0 1-.525-.21.71.71 0 0 1-.212-.526q0-.313.212-.525a.71.71 0 0 1 .525-.212q.314 0 .525.212a.71.71 0 0 1 .212.525q0 .314-.212.525a.71.71 0 0 1-.525.212m0-2.947a.71.71 0 0 1-.525-.211.71.71 0 0 1-.212-.525q0-.314.212-.525a.71.71 0 0 1 .525-.212q.314 0 .525.212a.71.71 0 0 1 .212.525q0 .312-.212.525a.71.71 0 0 1-.525.211m0-2.947a.71.71 0 0 1-.525-.212.71.71 0 0 1-.212-.525q0-.312.212-.525a.71.71 0 0 1 .525-.212q.314 0 .525.212a.71.71 0 0 1 .212.525q0 .314-.212.525a.71.71 0 0 1-.525.212m0-2.947a.71.71 0 0 1-.525-.212.71.71 0 0 1-.212-.525q0-.314.212-.525a.71.71 0 0 1 .525-.212q.314 0 .525.212a.71.71 0 0 1 .212.525q0 .313-.212.525a.71.71 0 0 1-.525.212m2.21 5.526a.35.35 0 0 1-.257-.11.35.35 0 0 1-.11-.258q0-.149.11-.258a.353.353 0 0 1 .515 0q.111.11.111.258a.35.35 0 0 1-.11.258.35.35 0 0 1-.258.11m0-2.947a.35.35 0 0 1-.257-.11.353.353 0 0 1 0-.516.353.353 0 0 1 .516 0 .353.353 0 0 1 0 .515.35.35 0 0 1-.258.11m-9.578 4.052v-.405q0-.957.92-1.381A4.8 4.8 0 0 1 8 8.737a4.8 4.8 0 0 1 2.026.424q.921.424.921 1.381v.405zM8 8a1.42 1.42 0 0 1-1.04-.433 1.42 1.42 0 0 1-.434-1.04q0-.609.433-1.041A1.42 1.42 0 0 1 8 5.053q.608 0 1.04.433.434.432.434 1.04T9.04 7.567A1.42 1.42 0 0 1 8 8"})),Li=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconBackgroundBlur_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M1.579 14.895a.56.56 0 0 1-.405-.174.56.56 0 0 1-.174-.405q0-.233.174-.405a.56.56 0 0 1 .405-.174q.232 0 .405.174.174.173.174.405t-.174.405a.56.56 0 0 1-.405.174m0-4.632a.56.56 0 0 1-.405-.174A.56.56 0 0 1 1 9.685q0-.232.174-.405a.56.56 0 0 1 .405-.174q.232 0 .405.174.174.173.174.405t-.174.406a.56.56 0 0 1-.405.173m3.474 9.842a1.12 1.12 0 0 1-.825-.333 1.12 1.12 0 0 1-.333-.825q0-.492.333-.825a1.12 1.12 0 0 1 .825-.332q.492 0 .825.332.333.333.333.825t-.333.825a1.12 1.12 0 0 1-.825.333m0-4.631a1.12 1.12 0 0 1-.825-.333 1.12 1.12 0 0 1-.333-.825q0-.492.333-.825a1.12 1.12 0 0 1 .825-.333q.492 0 .825.333t.333.825-.333.825a1.12 1.12 0 0 1-.825.333m0-4.632a1.12 1.12 0 0 1-.825-.333 1.12 1.12 0 0 1-.333-.825q0-.492.333-.825a1.12 1.12 0 0 1 .825-.333q.492 0 .825.333t.333.825-.333.825a1.12 1.12 0 0 1-.825.333m0-4.631a1.12 1.12 0 0 1-.825-.333 1.12 1.12 0 0 1-.333-.825q0-.492.333-.825a1.12 1.12 0 0 1 .825-.333q.492 0 .825.333t.333.825-.333.825a1.12 1.12 0 0 1-.825.333m4.631 13.894a1.12 1.12 0 0 1-.825-.333 1.12 1.12 0 0 1-.333-.825q0-.492.333-.825a1.12 1.12 0 0 1 .825-.332q.492 0 .825.332.333.333.333.825t-.333.825a1.12 1.12 0 0 1-.825.333m0-13.894a1.12 1.12 0 0 1-.825-.333 1.12 1.12 0 0 1-.333-.825q0-.492.333-.825a1.12 1.12 0 0 1 .825-.333q.492 0 .825.333t.333.825-.333.825a1.12 1.12 0 0 1-.825.333m0 16.789a.56.56 0 0 1-.405-.174.56.56 0 0 1-.174-.405q0-.232.174-.405a.56.56 0 0 1 .405-.174q.232 0 .406.174.173.173.173.405t-.174.405a.56.56 0 0 1-.405.174m0-20.842a.56.56 0 0 1-.405-.174.56.56 0 0 1-.174-.405q0-.232.174-.405A.56.56 0 0 1 9.684 1q.232 0 .406.174.173.172.173.405 0 .232-.174.405a.56.56 0 0 1-.405.174m4.632 17.947a1.12 1.12 0 0 1-.825-.333 1.12 1.12 0 0 1-.333-.825q0-.492.333-.825a1.12 1.12 0 0 1 .825-.332q.492 0 .825.332.333.333.333.825t-.333.825a1.12 1.12 0 0 1-.825.333m0-13.894a1.12 1.12 0 0 1-.825-.333 1.12 1.12 0 0 1-.333-.825q0-.492.333-.825a1.12 1.12 0 0 1 .825-.333q.492 0 .825.333t.333.825-.333.825a1.12 1.12 0 0 1-.825.333m0 16.789a.56.56 0 0 1-.405-.174.56.56 0 0 1-.174-.405q0-.232.174-.405a.56.56 0 0 1 .405-.174q.232 0 .405.174.174.173.174.405t-.174.405a.56.56 0 0 1-.405.174m0-20.842a.56.56 0 0 1-.405-.174.56.56 0 0 1-.174-.405q0-.232.174-.405A.56.56 0 0 1 14.316 1q.232 0 .405.174.174.172.174.405 0 .232-.174.405a.56.56 0 0 1-.405.174m4.631 17.947a1.12 1.12 0 0 1-.825-.333 1.12 1.12 0 0 1-.332-.825q0-.492.332-.825a1.12 1.12 0 0 1 .825-.332q.492 0 .825.332.333.333.333.825t-.333.825a1.12 1.12 0 0 1-.825.333m0-4.631a1.12 1.12 0 0 1-.825-.333 1.12 1.12 0 0 1-.332-.825q0-.492.332-.825a1.12 1.12 0 0 1 .825-.333q.492 0 .825.333t.333.825-.333.825a1.12 1.12 0 0 1-.825.333m0-4.632a1.12 1.12 0 0 1-.825-.333 1.12 1.12 0 0 1-.332-.825q0-.492.332-.825a1.12 1.12 0 0 1 .825-.333q.492 0 .825.333t.333.825-.333.825a1.12 1.12 0 0 1-.825.333m0-4.631a1.12 1.12 0 0 1-.825-.333 1.12 1.12 0 0 1-.332-.825q0-.492.332-.825a1.12 1.12 0 0 1 .825-.333q.492 0 .825.333t.333.825-.333.825a1.12 1.12 0 0 1-.825.333m3.474 8.684a.56.56 0 0 1-.405-.174.56.56 0 0 1-.174-.405q0-.233.174-.405a.56.56 0 0 1 .405-.174q.232 0 .405.174.174.173.174.405t-.174.405a.56.56 0 0 1-.405.174m0-4.632a.56.56 0 0 1-.405-.174.56.56 0 0 1-.174-.405q0-.232.174-.405a.56.56 0 0 1 .405-.174q.232 0 .405.174.174.173.174.405t-.174.406a.56.56 0 0 1-.405.173M7.368 16.632v-.637q0-1.506 1.448-2.171 1.447-.666 3.184-.666t3.184.666q1.448.666 1.448 2.17v.638zM12 12a2.23 2.23 0 0 1-1.636-.68 2.23 2.23 0 0 1-.68-1.636q0-.956.68-1.635A2.23 2.23 0 0 1 12 7.369a2.23 2.23 0 0 1 1.636.68q.68.68.68 1.635a2.23 2.23 0 0 1-.68 1.636A2.23 2.23 0 0 1 12 12"})),Ri=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconBackgroundBlur_32",viewBox:"0 0 32 32","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M4.632 19.158a.6.6 0 0 1-.443-.19.6.6 0 0 1-.189-.442q0-.252.19-.442a.6.6 0 0 1 .442-.19q.252 0 .442.19t.19.442a.6.6 0 0 1-.19.442.6.6 0 0 1-.442.19m0-5.053a.6.6 0 0 1-.443-.19.6.6 0 0 1-.189-.441q0-.253.19-.442a.6.6 0 0 1 .442-.19q.252 0 .442.19.19.189.19.442a.6.6 0 0 1-.19.442.6.6 0 0 1-.442.19M8.42 24.842q-.537 0-.9-.363a1.22 1.22 0 0 1-.363-.9q0-.537.363-.9t.9-.363.9.363.363.9-.363.9a1.22 1.22 0 0 1-.9.363m0-5.052q-.537 0-.9-.364a1.22 1.22 0 0 1-.363-.9q0-.537.363-.9t.9-.363.9.363.363.9-.363.9a1.22 1.22 0 0 1-.9.364m0-5.053q-.537 0-.9-.363a1.22 1.22 0 0 1-.363-.9q0-.537.363-.9t.9-.364.9.364.363.9-.363.9a1.22 1.22 0 0 1-.9.363m0-5.053q-.537 0-.9-.363a1.22 1.22 0 0 1-.363-.9q0-.537.363-.9t.9-.363.9.363.363.9-.363.9a1.22 1.22 0 0 1-.9.363m5.053 15.158q-.537 0-.9-.363a1.22 1.22 0 0 1-.364-.9q0-.537.364-.9.363-.363.9-.363t.9.363.363.9-.363.9a1.22 1.22 0 0 1-.9.363m0-15.158q-.537 0-.9-.363a1.22 1.22 0 0 1-.364-.9q0-.537.364-.9.363-.363.9-.363t.9.363.363.9-.363.9a1.22 1.22 0 0 1-.9.363m0 18.316a.6.6 0 0 1-.442-.19.6.6 0 0 1-.19-.442q0-.252.19-.442a.6.6 0 0 1 .442-.19q.252 0 .442.19t.19.442a.6.6 0 0 1-.19.443.6.6 0 0 1-.442.189m0-22.737a.6.6 0 0 1-.442-.19.6.6 0 0 1-.19-.441q0-.253.19-.443A.6.6 0 0 1 13.474 4q.252 0 .442.19.19.189.19.442a.6.6 0 0 1-.19.442.6.6 0 0 1-.442.19m5.052 19.58q-.537 0-.9-.364a1.22 1.22 0 0 1-.363-.9q0-.537.363-.9t.9-.363.9.363.364.9-.364.9a1.22 1.22 0 0 1-.9.363m0-15.159q-.537 0-.9-.363a1.22 1.22 0 0 1-.363-.9q0-.537.363-.9t.9-.363.9.363.364.9-.364.9a1.22 1.22 0 0 1-.9.363m0 18.316a.6.6 0 0 1-.442-.19.6.6 0 0 1-.19-.442q0-.252.19-.442a.6.6 0 0 1 .442-.19q.253 0 .442.19.19.19.19.442a.6.6 0 0 1-.19.443.6.6 0 0 1-.442.189m0-22.737a.6.6 0 0 1-.442-.19.6.6 0 0 1-.19-.441q0-.253.19-.443A.6.6 0 0 1 18.526 4q.253 0 .442.19.19.189.19.442a.6.6 0 0 1-.19.442.6.6 0 0 1-.442.19m5.053 19.58q-.537 0-.9-.364a1.22 1.22 0 0 1-.363-.9q0-.537.363-.9t.9-.363.9.363.363.9-.363.9a1.22 1.22 0 0 1-.9.363m0-5.053q-.537 0-.9-.364a1.22 1.22 0 0 1-.363-.9q0-.537.363-.9t.9-.363.9.363.363.9-.363.9a1.22 1.22 0 0 1-.9.364m0-5.053q-.537 0-.9-.363a1.22 1.22 0 0 1-.363-.9q0-.537.363-.9t.9-.364.9.364.363.9-.363.9a1.22 1.22 0 0 1-.9.363m0-5.053q-.537 0-.9-.363a1.22 1.22 0 0 1-.363-.9q0-.537.363-.9t.9-.363.9.363.363.9-.363.9a1.22 1.22 0 0 1-.9.363m3.79 9.474a.6.6 0 0 1-.443-.19.6.6 0 0 1-.19-.442q0-.252.19-.442a.6.6 0 0 1 .442-.19q.253 0 .443.19.189.19.189.442a.6.6 0 0 1-.19.442.6.6 0 0 1-.442.19m0-5.053a.6.6 0 0 1-.443-.19.6.6 0 0 1-.19-.441q0-.253.19-.442a.6.6 0 0 1 .442-.19q.253 0 .443.19.189.189.189.442a.6.6 0 0 1-.19.442.6.6 0 0 1-.442.19m-16.422 6.948v-.695q0-1.642 1.58-2.369 1.578-.726 3.473-.726t3.474.726 1.579 2.369v.695zM16 16q-1.043 0-1.784-.742a2.43 2.43 0 0 1-.742-1.784q0-1.043.742-1.784A2.43 2.43 0 0 1 16 10.947q1.043 0 1.784.743.742.741.742 1.784 0 1.042-.742 1.784A2.43 2.43 0 0 1 16 16"})),Ni=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconBackgroundReplace_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("g",{clipPath:"url(#IconBackgroundReplace_16__a)"},n.createElement("g",{clipPath:"url(#IconBackgroundReplace_16__b)"},n.createElement("path",{fill:"currentColor",d:"M8 9.038a2.78 2.78 0 0 0 2.778-2.778A2.78 2.78 0 0 0 8 3.483 2.78 2.78 0 0 0 5.222 6.26 2.78 2.78 0 0 0 8 9.038"})),n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"m15.417-8.08 1.238 1.238-9.498 9.498a3.69 3.69 0 0 0-2.77 2.77L-6.2 16.013l-1.238-1.237zM2.766 9.877 4.71 7.932A3.7 3.7 0 0 0 5.866 9.25l-.001.002c-1.198.113-2.226.325-3.1.624m-3.952 3.95-6.203 6.204 1.237 1.238 5.46-5.46a2.04 2.04 0 0 1-.54-1.74q.022-.124.046-.241m3.447 2.739.797.796.797-.796zm4.422 0L5.4 17.848l1.237 1.237 2.521-2.52zM15 10.723a7.6 7.6 0 0 0-1.663-.812L24.97-1.722l1.238 1.237zm-3.014 5.842L-5.059 33.61l1.237 1.238 18.283-18.283zm5.202-2.727a4.7 4.7 0 0 0-.571-1.506 4 4 0 0 0-.159-.24L28.755-.203l1.237 1.238zm-6.131-4.475a17 17 0 0 0-.973-.116 3.67 3.67 0 0 0 1.563-2.949L22.24-4.296l1.237 1.238zM9.664 2.977c.527.275.98.673 1.319 1.156L21.249-6.133 20.01-7.37zm.214-10.82 1.238 1.237-17.234 17.233-1.237-1.237zm20.114 14.58L28.755 5.5-5.06 39.314l1.237 1.237z",clipRule:"evenodd"}),n.createElement("path",{fill:"currentColor",d:"M13.018 11.705c-.8-.855-2.306-1.49-5.018-1.49-2.735 0-4.244.646-5.038 1.512-.213.232-.579.603-.729 1.564a.837.837 0 0 0 .827.959h9.88a.837.837 0 0 0 .827-.96c-.151-.962-.519-1.34-.75-1.585"})),n.createElement("defs",null,n.createElement("clipPath",{id:"IconBackgroundReplace_16__a"},n.createElement("rect",{width:13.333,height:13.333,x:1.333,y:1.75,fill:"currentColor",rx:.833})),n.createElement("clipPath",{id:"IconBackgroundReplace_16__b"},n.createElement("path",{fill:"currentColor",d:"M1.333 1.75h13.333v13.333H1.333z"})))),k0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconBackgroundReplace_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("g",{clipPath:"url(#IconBackgroundReplace_24__a)"},n.createElement("g",{clipPath:"url(#IconBackgroundReplace_24__b)"},n.createElement("path",{fill:"currentColor",d:"M12 13.557a4.17 4.17 0 0 0 4.167-4.167A4.17 4.17 0 0 0 12 5.225 4.17 4.17 0 0 0 7.834 9.39a4.17 4.17 0 0 0 4.168 4.167"})),n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"m16.084-7.204 1.237 1.237-22.855 22.855-1.237-1.237zm-5.54.236 1.238 1.237L-5.45 11.502l-1.237-1.237zm11.372 1.71-1.238-1.237L9.963 4.22a5.5 5.5 0 0 1 2.79-.316zM-6.722 20.907 6.817 7.366a5.5 5.5 0 0 0-.315 2.79L-5.485 22.143zm11.634-6.331 2.342-2.342c.308.502.695.952 1.142 1.332l-.4.4a20.5 20.5 0 0 0-3.084.61m.334 10.272-9.638 9.639 1.237 1.237L7.721 24.847zm5.703 0L-4.392 40.19l1.237 1.237 16.58-16.579zm11.36-8.885a11 11 0 0 0-1.636-.838l8.749-8.749 1.237 1.238zm-4.092-1.611a22 22 0 0 0-2.103-.372L29.422.672l1.237 1.237zm-.746-4.992q0 .229-.019.453L26.875.39 25.637-.847l-8.452 8.452c.185.55.286 1.14.286 1.754m-2.64-4.703c.503.308.953.694 1.332 1.142l7.982-7.981-1.238-1.238z",clipRule:"evenodd"}),n.createElement("path",{fill:"currentColor",d:"M19.526 17.558c-1.198-1.283-3.459-2.235-7.526-2.235-4.102 0-6.366.968-7.557 2.267-.32.349-.868.905-1.093 2.346a1.256 1.256 0 0 0 1.24 1.439h14.82c.762 0 1.357-.685 1.24-1.439-.226-1.444-.777-2.01-1.124-2.378"})),n.createElement("defs",null,n.createElement("clipPath",{id:"IconBackgroundReplace_24__a"},n.createElement("rect",{width:20,height:20,x:2,y:2.625,fill:"currentColor",rx:.833})),n.createElement("clipPath",{id:"IconBackgroundReplace_24__b"},n.createElement("path",{fill:"currentColor",d:"M2 2.625h20v20H2z"})))),$i=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconBackspace_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M4.87 3.174c.163-.11.36-.174.57-.174h8.526C14.538 3 15 3.47 15 4.05v8.4c0 .58-.463 1.05-1.033 1.05H5.438c-.147 0-.288-.032-.415-.089a1 1 0 0 1-.1-.042c-.237-.12-.652-.604-.952-.954l-.082-.096-2.66-3.347a1.06 1.06 0 0 1-.012-1.304L3.89 4.18c.087-.089.178-.198.274-.314.202-.245.43-.52.706-.693m6.923 7.62a.7.7 0 0 1-.99 0L9.15 9.138l-1.654 1.654a.7.7 0 1 1-.99-.99L8.159 8.15 6.505 6.495a.7.7 0 1 1 .99-.99l1.654 1.654 1.654-1.654a.7.7 0 1 1 .99.99L10.14 8.149l1.654 1.654a.7.7 0 0 1 0 .99",clipRule:"evenodd"})),C0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconBackspace_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M7.528 5.249c.234-.157.514-.249.815-.249h12.18C21.34 5 22 5.672 22 6.5v12c0 .828-.661 1.5-1.477 1.5H8.343c-.212 0-.413-.045-.595-.127a1 1 0 0 1-.143-.06c-.337-.172-.93-.863-1.359-1.363l-.118-.137-3.8-4.781a1.52 1.52 0 0 1-.017-1.864l3.817-4.98c.126-.128.255-.284.392-.45.29-.35.613-.742 1.008-.99m9.89 3.33a1 1 0 0 1 0 1.414l-2.362 2.363 2.363 2.363a1 1 0 0 1-1.414 1.414l-2.363-2.363-2.363 2.363a1 1 0 0 1-1.415-1.414l2.363-2.363-2.363-2.363a1 1 0 1 1 1.415-1.414l2.363 2.363 2.363-2.363a1 1 0 0 1 1.414 0",clipRule:"evenodd"})),Ai=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconBackToTop_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M1.656 1a.656.656 0 1 0 0 1.313h12.688a.656.656 0 0 0 0-1.313zM3.84 7.685l3.663-3.628a.737.737 0 0 1 1.036 0l3.663 3.628a.72.72 0 0 1 0 1.026.737.737 0 0 1-1.036 0L8.802 6.37l-.036 7.864c0 .406-.289.766-.699.766s-.74-.36-.74-.766v-7.95L4.876 8.71a.737.737 0 0 1-1.036 0 .72.72 0 0 1 0-1.026",clipRule:"evenodd"})),z0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconBackToTop_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M2.938 2a.937.937 0 1 0 0 1.875h18.125a.937.937 0 1 0 0-1.875zm3.119 9.55 5.233-5.183a1.05 1.05 0 0 1 1.48 0l5.233 5.183c.41.406.41 1.06 0 1.466s-1.07.406-1.48 0l-3.377-3.345-.052 11.235c0 .58-.412 1.094-.998 1.094s-1.057-.514-1.057-1.094V9.548l-3.502 3.468c-.41.406-1.07.406-1.48 0a1.03 1.03 0 0 1 0-1.466",clipRule:"evenodd"})),qi=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconBandwidth_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("g",{clipPath:"url(#IconBandwidth_16__a)"},n.createElement("path",{fill:"currentColor",d:"M15.9 8.726C15.317 5.012 12.04 2 8 2a8 8 0 0 0-8 8c0 1.243.288 2.417.796 3.466a.98.98 0 0 0 .888.534h12.633a.98.98 0 0 0 .887-.534 7.97 7.97 0 0 0 .696-4.74m-3.206-.757-3.971 3.912A1.51 1.51 0 1 1 7.016 9.44l5.038-2.386c.576-.273 1.094.468.64.915"})),n.createElement("defs",null,n.createElement("clipPath",{id:"IconBandwidth_16__a"},n.createElement("path",{fill:"currentColor",d:"M0 0h16v16H0z"})))),y0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconBandwidth_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M22.862 12.748c-.758-4.828-4.786-8.661-9.646-9.182C6.596 2.855 1 8.024 1 14.5c0 1.709.396 3.324 1.094 4.766.223.46.71.734 1.221.734h17.371c.511 0 .997-.274 1.22-.734a10.95 10.95 0 0 0 .956-6.518m-4.408-1.04-5.46 5.379a2.07 2.07 0 0 1-1.81.567 2.07 2.07 0 0 1-1.35-.857 2.07 2.07 0 0 1-.305-1.723c.15-.566.538-1.07 1.119-1.345l6.927-3.281c.792-.374 1.504.644.879 1.26"})),Hi=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconBell_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M4.522 1.523a4.916 4.916 0 0 1 8.396 3.48c0 2.32.496 3.755.949 4.587.228.418.449.69.601.852a2 2 0 0 0 .205.19.754.754 0 0 1-.427 1.375H1.754a.754.754 0 0 1-.428-1.375h.001l.034-.027q.054-.044.17-.163c.153-.161.374-.434.602-.852.453-.832.949-2.268.949-4.587 0-1.305.518-2.557 1.44-3.48m2.453 11.842a.754.754 0 0 0-1.392.581c.232.556.577 1.047 1.022 1.403.45.36.987.57 1.559.57s1.11-.21 1.559-.57c.445-.357.79-.848 1.022-1.403a.754.754 0 0 0-1.392-.58c-.15.361-.356.632-.572.805a1 1 0 0 1-.617.239 1 1 0 0 1-.617-.239c-.216-.173-.421-.444-.572-.806",clipRule:"evenodd"})),I0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconBell_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M7.607 3.82A6.209 6.209 0 0 1 18.21 8.216c0 2.93.627 4.743 1.199 5.793.288.528.567.873.76 1.076a3 3 0 0 0 .258.24h.001a.952.952 0 0 1-.54 1.737H4.111a.952.952 0 0 1-.541-1.736l.001-.001.043-.034c.044-.037.12-.104.216-.206.192-.203.471-.548.759-1.076.573-1.05 1.199-2.863 1.199-5.793 0-1.648.654-3.229 1.818-4.394m3.097 14.956a.952.952 0 0 0-1.758.734c.293.701.729 1.321 1.291 1.771.567.454 1.247.72 1.97.72.721 0 1.4-.266 1.968-.72.563-.45.998-1.07 1.29-1.771a.952.952 0 0 0-1.757-.734c-.19.457-.45.8-.723 1.018-.269.215-.537.301-.779.301s-.51-.086-.779-.301c-.273-.219-.532-.56-.723-1.018",clipRule:"evenodd"})),Oi=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconBilling_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M1 4.429C1 3.639 1.627 3 2.4 3h11.2c.773 0 1.4.64 1.4 1.429v1.428H1zM1 8h14v3.571c0 .79-.627 1.429-1.4 1.429H2.4c-.773 0-1.4-.64-1.4-1.429z"})),B0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconBilling_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M2 7a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v2H2zM2 12h20v5a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2z"})),Pi=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconBlock_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M8 1C4.136 1 1 4.136 1 8s3.136 7 7 7 7-3.136 7-7-3.136-7-7-7M2.4 8c0-3.094 2.506-5.6 5.6-5.6 1.295 0 2.485.441 3.43 1.183L3.583 11.43A5.53 5.53 0 0 1 2.4 8M8 13.6a5.53 5.53 0 0 1-3.43-1.183l7.847-7.847A5.53 5.53 0 0 1 13.6 8c0 3.094-2.506 5.6-5.6 5.6"})),M0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconBlock_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2M4 12c0-4.42 3.58-8 8-8 1.85 0 3.55.63 4.9 1.69L5.69 16.9A7.9 7.9 0 0 1 4 12m8 8c-1.85 0-3.55-.63-4.9-1.69L18.31 7.1A7.9 7.9 0 0 1 20 12c0 4.42-3.58 8-8 8"})),Vi=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconBluetooth_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M11.888 5.002q.03-.03.059-.065a.7.7 0 0 0-.11-.984L8.342 1.157A.7.7 0 0 0 7.2 1.7v4.61L4.195 3.305a.7.7 0 0 0-.99.99L6.91 8l-3.705 3.705a.7.7 0 0 0 .99.99L7.2 9.69v4.604a.701.701 0 0 0 1.142.55l3.487-2.791.038-.032a.7.7 0 0 0 .02-1.023l-2-2L8.89 8zM8.6 9.69v3.154l1.752-1.402-1.131-1.131zm0-6.534V6.31l1.752-1.752z",clipRule:"evenodd"})),S0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconBluetooth_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M17.697 7.717a1 1 0 0 0-.072-1.498L12.63 2.224A.999.999 0 0 0 11 3v6.586L6.707 5.293a1 1 0 0 0-1.414 1.414L10.586 12l-5.293 5.293a1 1 0 1 0 1.414 1.414L11 14.414v6.578a1 1 0 0 0 1.63.784l4.983-3.986.054-.045a1 1 0 0 0 .03-1.462l-2.858-2.858L13.414 12zM13 14.414v4.505l2.503-2.002-1.616-1.616zm0-9.333v4.505l2.503-2.503z",clipRule:"evenodd"})),Ti=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconBreakoutRooms_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M0 3.6A1.6 1.6 0 0 1 1.6 2h12.8A1.6 1.6 0 0 1 16 3.6v8.8a1.6 1.6 0 0 1-1.6 1.6H1.6A1.6 1.6 0 0 1 0 12.4zm2.4.8h4.8v3.2H2.4zm4.8 4H2.4v3.2h4.8zm1.6-4h4.8v3.2H8.8zm4.8 4H8.8v3.2h4.8z",clipRule:"evenodd"})),L0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconBreakoutRooms_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M0 5.4A2.4 2.4 0 0 1 2.4 3h19.2A2.4 2.4 0 0 1 24 5.4v13.2a2.4 2.4 0 0 1-2.4 2.4H2.4A2.4 2.4 0 0 1 0 18.6zm3.6 1.2h7.2v4.8H3.6zm7.2 6H3.6v4.8h7.2zm2.4-6h7.2v4.8h-7.2zm7.2 6h-7.2v4.8h7.2z",clipRule:"evenodd"})),Wi=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconBulletPoint_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0"})),R0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconBulletPoint_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M16 12a4 4 0 1 1-8 0 4 4 0 0 1 8 0"})),Di=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconCalendar_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M10.1 1.543v-.18C10.1.612 10.727 0 11.5 0h.14c.773 0 1.4.61 1.4 1.364v.179h.56c.77 0 1.4.606 1.4 1.346v10.765c0 .74-.63 1.346-1.4 1.346H2.4c-.77 0-1.4-.606-1.4-1.346V2.89c0-.74.63-1.346 1.4-1.346h.7v-.18C3.1.612 3.727 0 4.5 0h.14c.773 0 1.4.61 1.4 1.364v.179zm3.5 12.111H2.4V4.907h11.2z",clipRule:"evenodd"})),N0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconCalendar_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M15 2.366V2.09C15 .936 15.895 0 17 0h.2c1.105 0 2 .936 2 2.09v.276h.8c1.1 0 2 .928 2 2.063v16.508C22 22.07 21.1 23 20 23H4c-1.1 0-2-.928-2-2.063V4.429c0-1.135.9-2.063 2-2.063h1V2.09C5 .936 5.895 0 7 0h.2c1.105 0 2 .936 2 2.09v.276zm5 18.57H4V7.525h16z",clipRule:"evenodd"})),ji=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconChat_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M12 1H4a3 3 0 0 0-3 3v10.341c0 .59.754.836 1.102.36l1.358-1.859A2.06 2.06 0 0 1 5.119 12H12a3 3 0 0 0 3-3V4a3 3 0 0 0-3-3m0 7.5H4v-1h8zm0-3H4v-1h8z"})),$0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconChat_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M18.286 1.027H5.714A4.715 4.715 0 0 0 1 5.741V21.47c0 .926 1.185 1.313 1.732.565l2.135-2.92a3.23 3.23 0 0 1 2.606-1.325h10.813A4.715 4.715 0 0 0 23 13.075V5.74a4.715 4.715 0 0 0-4.714-4.714m-.524 11.262H6.238v-1.571h11.524zm0-4.19H6.238V6.527h11.524z"})),Fi=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconCheckmark_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M14.721 3.312a1 1 0 0 0-1.414 0l-7.235 7.234-3.274-3.275a.999.999 0 1 0-1.414 1.414l3.981 3.981c.44.44 1.075.339 1.414 0l7.942-7.94a1 1 0 0 0 0-1.414"})),A0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconCheckmark_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M9.109 19.44c-.384 0-.768-.146-1.061-.439L2.076 13.03a1.5 1.5 0 1 1 2.121-2.12l4.912 4.91L19.96 4.967a1.5 1.5 0 1 1 2.121 2.121L10.169 19c-.293.293-.676.44-1.06.44"})),Ui=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconCheckmarkRound_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14M4.39 8.74l2.1 2.1a.7.7 0 0 0 .99 0l4.2-4.2a.7.7 0 1 0-.99-.99L6.985 9.355 5.38 7.75a.7.7 0 1 0-.99.99",clipRule:"evenodd"})),q0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconCheckmarkRound_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10m-5.157-8.943 3 3a1 1 0 0 0 1.414 0l6-6a1 1 0 1 0-1.414-1.414l-5.293 5.293-2.293-2.293a1 1 0 0 0-1.414 1.414",clipRule:"evenodd"})),Gi=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconChevronDown_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M7.41 10.749 3.245 6.463a.873.873 0 0 1 0-1.212.816.816 0 0 1 1.179 0L8 8.931l3.577-3.68a.816.816 0 0 1 1.179 0 .873.873 0 0 1 0 1.212L8.589 10.75a.816.816 0 0 1-1.178 0"})),H0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconChevronDown_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"m11.293 15.207-5-5a.999.999 0 1 1 1.414-1.414L12 13.086l4.293-4.293a.999.999 0 1 1 1.414 1.414l-5 5a1 1 0 0 1-1.414 0"})),Xi=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconChevronLeft_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M9.537 12.891 5.25 8.606a.856.856 0 0 1 0-1.212l4.286-4.285a.856.856 0 1 1 1.212 1.212L7.069 8l3.68 3.68a.856.856 0 1 1-1.212 1.211"})),O0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconChevronLeft_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"m13.793 17.707-5-5a1 1 0 0 1 0-1.414l5-5a.999.999 0 1 1 1.414 1.414L10.914 12l4.293 4.293a.999.999 0 1 1-1.414 1.414"})),Qi=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconChevronRight_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M5.251 12.756a.816.816 0 0 1 0-1.179L8.931 8 5.25 4.423a.816.816 0 0 1 0-1.179.873.873 0 0 1 1.212 0l4.286 4.167a.816.816 0 0 1 0 1.178l-4.286 4.167a.873.873 0 0 1-1.212 0"})),P0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconChevronRight_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M8.793 17.707a1 1 0 0 1 0-1.414L13.086 12 8.793 7.707a.999.999 0 1 1 1.414-1.414l5 5a1 1 0 0 1 0 1.414l-5 5a1 1 0 0 1-1.414 0"})),Ki=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconChevronUp_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M11.577 10.749 8 7.069l-3.577 3.68a.816.816 0 0 1-1.179 0 .874.874 0 0 1 0-1.212L7.411 5.25a.816.816 0 0 1 1.178 0l4.167 4.286a.873.873 0 0 1 0 1.212.816.816 0 0 1-1.179 0"})),V0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconChevronUp_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M16.293 15.207 12 10.914l-4.293 4.293a.999.999 0 1 1-1.414-1.414l5-5a1 1 0 0 1 1.414 0l5 5a.999.999 0 1 1-1.414 1.414"})),Zi=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconChromeLogo_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M14.023 4.432a.115.115 0 0 1-.099.173H8.296Q8.145 4.592 8 4.592a3.41 3.41 0 0 0-3.3 2.557.115.115 0 0 1-.211.029l-1.97-3.413a.115.115 0 0 1 .009-.13A6.97 6.97 0 0 1 8 1a7 7 0 0 1 6.023 3.432M8 10.616A2.62 2.62 0 0 1 5.384 8 2.62 2.62 0 0 1 8 5.384 2.62 2.62 0 0 1 10.616 8 2.62 2.62 0 0 1 8 10.616m1.034.709a.11.11 0 0 0-.121-.04 3.4 3.4 0 0 1-.913.124 3.43 3.43 0 0 1-3.091-1.973L2.098 4.567a.115.115 0 0 0-.2.001 7.004 7.004 0 0 0 5.058 10.355l.017.001c.04 0 .078-.021.099-.057l1.971-3.414a.12.12 0 0 0-.009-.128m1.431-5.954h3.946c.048 0 .09.029.107.073.32.814.482 1.674.482 2.556a6.96 6.96 0 0 1-2.024 4.924 6.96 6.96 0 0 1-4.897 2.075.115.115 0 0 1-.1-.172l2.816-4.877.005-.008A3.4 3.4 0 0 0 11.409 8c0-.921-.364-1.785-1.024-2.432a.115.115 0 0 1 .08-.197",clipRule:"evenodd"})),T0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconChromeLogo_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M20.604 6.903a.164.164 0 0 1-.141.247h-8.04a4.87 4.87 0 0 0-5.139 3.634.164.164 0 0 1-.3.041L4.169 5.95a.16.16 0 0 1 .014-.184A9.96 9.96 0 0 1 12 2.001a9.99 9.99 0 0 1 8.604 4.902M12 15.738A3.74 3.74 0 0 1 8.263 12 3.74 3.74 0 0 1 12 8.263a3.74 3.74 0 0 1 3.737 3.738A3.74 3.74 0 0 1 12 15.738m1.478 1.012a.16.16 0 0 0-.174-.058A4.9 4.9 0 0 1 12 16.87a4.89 4.89 0 0 1-4.416-2.818L3.568 7.096a.164.164 0 0 0-.285.001 10.005 10.005 0 0 0 7.225 14.793.17.17 0 0 0 .166-.08l2.816-4.878a.16.16 0 0 0-.012-.182m2.043-8.506h5.638c.067 0 .128.042.153.104A10 10 0 0 1 22 12.001a9.94 9.94 0 0 1-2.892 7.033 9.94 9.94 0 0 1-6.995 2.965h-.001a.164.164 0 0 1-.142-.246l4.022-6.967.008-.012c.569-.818.87-1.777.87-2.773 0-1.317-.52-2.551-1.463-3.476a.164.164 0 0 1 .114-.28",clipRule:"evenodd"})),Yi=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconClock_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M8 1a7 7 0 1 0 0 14A7 7 0 0 0 8 1m3.719 9.042a.75.75 0 0 1-1.018.296L7.639 8.657A.75.75 0 0 1 7.25 8V3a.75.75 0 0 1 1.5 0v4.556l2.672 1.468a.75.75 0 0 1 .297 1.018"})),W0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconClock_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2m5.312 12.917a1.07 1.07 0 0 1-1.455.423l-4.374-2.401a1.07 1.07 0 0 1-.556-.939V4.857a1.07 1.07 0 1 1 2.142 0v6.509l3.818 2.096c.521.285.711.936.425 1.455"})),Ji=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconClose_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M4.234 4.234a.8.8 0 0 1 1.132 0L8 6.868l2.634-2.634.061-.054a.8.8 0 0 1 1.07 1.185L9.131 8l2.634 2.635.055.061a.8.8 0 0 1-1.185 1.07L8 9.131l-2.635 2.634-.06.055a.8.8 0 0 1-1.07-1.186l2.633-2.635-2.634-2.634-.054-.06a.8.8 0 0 1 .054-1.07"})),D0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconClose_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M16.293 17.707a1 1 0 0 0 1.414-1.414L13.414 12l4.293-4.293a1 1 0 0 0-1.414-1.414L12 10.586 7.707 6.293a1 1 0 0 0-1.414 1.414L10.586 12l-4.293 4.293a1 1 0 1 0 1.414 1.414L12 13.414z",clipRule:"evenodd"})),e5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconColumns_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M1 11.846V4.058a1.5 1.5 0 0 1 .458-1.1 1.5 1.5 0 0 1 1.1-.458h10.884a1.5 1.5 0 0 1 1.1.458 1.5 1.5 0 0 1 .458 1.1v7.788a1.5 1.5 0 0 1-.458 1.1 1.5 1.5 0 0 1-1.1.458H2.558a1.5 1.5 0 0 1-1.1-.457 1.5 1.5 0 0 1-.458-1.1m1.538 0h2.59V4.058h-2.59zm4.148 0h2.59V4.058h-2.59zm4.147 0h2.59V4.058h-2.59z"})),t5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconColumns_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M1.5 17.77V6.087q0-.964.686-1.65a2.25 2.25 0 0 1 1.65-.687h16.327a2.25 2.25 0 0 1 1.65.686 2.25 2.25 0 0 1 .687 1.65V17.77a2.25 2.25 0 0 1-.686 1.65 2.25 2.25 0 0 1-1.65.686H3.836a2.25 2.25 0 0 1-1.65-.686 2.25 2.25 0 0 1-.687-1.65m2.307 0h3.885V6.087H3.807zm6.221 0h3.885V6.087h-3.885zm6.222 0h3.884V6.087H16.25z"})),n5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconColumns_32",viewBox:"0 0 32 32","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M2 23.693V8.115a3 3 0 0 1 .915-2.2A3 3 0 0 1 5.115 5h21.77a3 3 0 0 1 2.2.915 3 3 0 0 1 .915 2.2v15.578a3 3 0 0 1-.915 2.2 3 3 0 0 1-2.2.915H5.115a3 3 0 0 1-2.2-.915 3 3 0 0 1-.915-2.2m3.076 0h5.18V8.115h-5.18zm8.295 0h5.18V8.115h-5.18zm8.295 0h5.18V8.115h-5.18z"})),Kt=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconConnectionIndicatorHigh_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("rect",{width:4,height:4,x:4,y:16,fill:"currentColor",rx:1}),n.createElement("rect",{width:4,height:9,x:10,y:11,fill:"currentColor",rx:1}),n.createElement("rect",{width:4,height:16,x:16,y:4,fill:"currentColor",rx:1})),Zt=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconConnectionIndicatorLow_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("g",{fill:"currentColor",clipPath:"url(#IconConnectionIndicatorLow_24__a)"},n.createElement("rect",{width:4,height:4,x:4,y:16,rx:1}),n.createElement("rect",{width:4,height:9,x:10,y:11,opacity:.3,rx:1}),n.createElement("rect",{width:4,height:16,x:16,y:4,opacity:.3,rx:1})),n.createElement("defs",null,n.createElement("clipPath",{id:"IconConnectionIndicatorLow_24__a"},n.createElement("path",{fill:"currentColor",d:"M0 0h24v24H0z"})))),Yt=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconConnectionIndicatorMedium_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("g",{fill:"currentColor",clipPath:"url(#IconConnectionIndicatorMedium_24__a)"},n.createElement("rect",{width:4,height:4,x:4,y:16,rx:1}),n.createElement("rect",{width:4,height:9,x:10,y:11,rx:1}),n.createElement("rect",{width:4,height:16,x:16,y:4,opacity:.3,rx:1})),n.createElement("defs",null,n.createElement("clipPath",{id:"IconConnectionIndicatorMedium_24__a"},n.createElement("path",{fill:"currentColor",d:"M0 0h24v24H0z"})))),Jt=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconConnectionIndicatorVeryLow_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("g",{clipPath:"url(#IconConnectionIndicatorVeryLow_24__a)"},n.createElement("rect",{width:4,height:4,x:4,y:16,fill:"currentColor",rx:1}),n.createElement("rect",{width:4,height:9,x:10,y:11,fill:"currentColor",opacity:.3,rx:1}),n.createElement("rect",{width:4,height:16,x:16,y:4,fill:"currentColor",opacity:.3,rx:1})),n.createElement("defs",null,n.createElement("clipPath",{id:"IconConnectionIndicatorVeryLow_24__a"},n.createElement("path",{fill:"currentColor",d:"M0 0h24v24H0z"})))),a5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconCopy_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M4 2h6a2 2 0 0 1 2 2v.75H6.75a2 2 0 0 0-2 2V12H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2",clipRule:"evenodd"}),n.createElement("rect",{width:8,height:8,x:6,y:6,fill:"currentColor",rx:1.5})),j0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconCopy_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M6 3h10a3 3 0 0 1 3 3v1h-9a3 3 0 0 0-3 3v9H6a3 3 0 0 1-3-3V6a3 3 0 0 1 3-3",clipRule:"evenodd"}),n.createElement("rect",{width:12,height:12,x:9,y:9,fill:"currentColor",rx:2})),o5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconDeny_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M12.293 13.707a1 1 0 0 0 1.414-1.414L9.414 8l4.293-4.293a1 1 0 0 0-1.414-1.414L8 6.586 3.707 2.293a1 1 0 0 0-1.414 1.414L6.586 8l-4.293 4.293a1 1 0 1 0 1.414 1.414L8 9.414z",clipRule:"evenodd"})),l5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconDeny_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M19.155 21.512a1.667 1.667 0 1 0 2.357-2.357L14.357 12l7.155-7.155a1.667 1.667 0 1 0-2.357-2.357L12 9.643 4.845 2.488a1.667 1.667 0 1 0-2.357 2.357L9.643 12l-7.155 7.155a1.667 1.667 0 1 0 2.357 2.357L12 14.357z",clipRule:"evenodd"})),r5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconDeny_32",viewBox:"0 0 32 32","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M22.586 26.414a2 2 0 1 0 2.828-2.828L16.828 15l8.586-8.586a2 2 0 1 0-2.828-2.828L14 12.172 5.414 3.586a2 2 0 1 0-2.828 2.828L11.172 15l-8.586 8.586a2 2 0 1 0 2.828 2.828L14 17.828z",clipRule:"evenodd"})),c5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconDoubleChevronDown_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"m8.531 11.817 3.117-3.116a.623.623 0 1 0-.881-.882L8.09 10.495 5.415 7.82a.623.623 0 1 0-.882.882l3.117 3.116a.623.623 0 0 0 .881 0m.105-3.636 3.117-3.116a.623.623 0 1 0-.882-.882L8.195 6.86 5.519 4.183a.623.623 0 1 0-.882.882L7.754 8.18a.623.623 0 0 0 .882 0",clipRule:"evenodd"})),F0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconDoubleChevronDown_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"m12.797 17.726 4.675-4.675a.934.934 0 1 0-1.322-1.322l-4.014 4.014-4.014-4.014A.934.934 0 1 0 6.8 13.05l4.675 4.675a.934.934 0 0 0 1.322 0m.156-5.454 4.676-4.675a.934.934 0 1 0-1.323-1.322l-4.014 4.014-4.014-4.014a.934.934 0 1 0-1.322 1.322l4.675 4.675a.934.934 0 0 0 1.322 0",clipRule:"evenodd"})),s5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconDoubleChevronLeft_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"m4.183 8.531 3.116 3.117a.623.623 0 1 0 .882-.881L5.505 8.09 8.18 5.415a.623.623 0 1 0-.882-.882L4.183 7.65a.623.623 0 0 0 0 .881m3.636.104 3.116 3.117a.623.623 0 1 0 .882-.881L9.14 8.195l2.676-2.676a.623.623 0 1 0-.882-.882L7.82 7.754a.623.623 0 0 0 0 .881",clipRule:"evenodd"})),U0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconDoubleChevronLeft_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"m6.274 12.064 4.675 4.52a.957.957 0 0 0 1.322 0 .88.88 0 0 0 0-1.279l-4.014-3.88 4.015-3.882a.88.88 0 0 0 0-1.278.957.957 0 0 0-1.323 0l-4.675 4.52a.88.88 0 0 0 0 1.278m5.454.15 4.676 4.52a.957.957 0 0 0 1.322 0 .88.88 0 0 0 0-1.278l-4.015-3.88 4.015-3.882a.88.88 0 0 0 0-1.278.957.957 0 0 0-1.322 0l-4.676 4.52a.88.88 0 0 0 0 1.278",clipRule:"evenodd"})),i5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconDoubleChevronRight_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M11.817 7.469 8.701 4.352a.623.623 0 1 0-.882.881l2.676 2.676-2.676 2.676a.623.623 0 1 0 .882.882l3.116-3.117a.623.623 0 0 0 0-.881m-3.636-.104L5.065 4.248a.623.623 0 1 0-.882.881L6.86 7.805l-2.676 2.677a.623.623 0 1 0 .882.88L8.18 8.247a.623.623 0 0 0 0-.881",clipRule:"evenodd"})),G0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconDoubleChevronRight_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M17.726 11.203 13.05 6.528a.934.934 0 1 0-1.322 1.322l4.014 4.014-4.014 4.014A.934.934 0 1 0 13.05 17.2l4.675-4.675a.934.934 0 0 0 0-1.322m-5.454-.156L7.597 6.37a.934.934 0 1 0-1.322 1.322l4.014 4.015-4.014 4.014a.934.934 0 1 0 1.322 1.322l4.675-4.675a.934.934 0 0 0 0-1.322",clipRule:"evenodd"})),d5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconDoubleChevronUp_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M7.469 4.183 4.352 7.299a.623.623 0 1 0 .881.882L7.91 5.505l2.676 2.676a.623.623 0 1 0 .882-.882L8.35 4.183a.623.623 0 0 0-.881 0m-.105 3.636-3.117 3.116a.623.623 0 1 0 .882.882L7.805 9.14l2.676 2.676a.623.623 0 1 0 .882-.882L8.246 7.82a.623.623 0 0 0-.882 0",clipRule:"evenodd"})),X0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconDoubleChevronUp_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M11.203 6.274 6.528 10.95a.934.934 0 1 0 1.322 1.322l4.014-4.014 4.014 4.014A.934.934 0 1 0 17.2 10.95l-4.675-4.675a.934.934 0 0 0-1.322 0m-.156 5.454L6.37 16.403a.934.934 0 1 0 1.323 1.322l4.014-4.014 4.014 4.014a.934.934 0 1 0 1.322-1.322l-4.675-4.675a.934.934 0 0 0-1.322 0",clipRule:"evenodd"})),m5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconDraggable_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M6.5 3a1 1 0 1 1-2 0 1 1 0 0 1 2 0M6.5 8a1 1 0 1 1-2 0 1 1 0 0 1 2 0M6.5 13a1 1 0 1 1-2 0 1 1 0 0 1 2 0M11.5 3a1 1 0 1 1-2 0 1 1 0 0 1 2 0M11.5 8a1 1 0 1 1-2 0 1 1 0 0 1 2 0M11.5 13a1 1 0 1 1-2 0 1 1 0 0 1 2 0"})),Q0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconDraggable_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M10.5 7a1 1 0 1 1-2 0 1 1 0 0 1 2 0M10.5 12a1 1 0 1 1-2 0 1 1 0 0 1 2 0M10.5 17a1 1 0 1 1-2 0 1 1 0 0 1 2 0M15.5 7a1 1 0 1 1-2 0 1 1 0 0 1 2 0M15.5 12a1 1 0 1 1-2 0 1 1 0 0 1 2 0M15.5 17a1 1 0 1 1-2 0 1 1 0 0 1 2 0"})),u5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconDtmf_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M9.6 13.929C9.6 14.52 9.108 15 8.5 15s-1.1-.48-1.1-1.071c0-.592.492-1.072 1.1-1.072s1.1.48 1.1 1.072M9.6 9.643c0 .592-.492 1.071-1.1 1.071s-1.1-.48-1.1-1.071c0-.592.492-1.072 1.1-1.072s1.1.48 1.1 1.072M9.6 5.357c0 .592-.492 1.072-1.1 1.072s-1.1-.48-1.1-1.072.492-1.071 1.1-1.071 1.1.48 1.1 1.071"}),n.createElement("path",{fill:"currentColor",d:"M9.6 1.071c0 .592-.492 1.072-1.1 1.072s-1.1-.48-1.1-1.072C7.4.48 7.892 0 8.5 0s1.1.48 1.1 1.071"}),n.createElement("path",{fill:"currentColor",d:"M14 9.643c0 .592-.492 1.071-1.1 1.071-.607 0-1.1-.48-1.1-1.071 0-.592.492-1.072 1.1-1.072.607 0 1.1.48 1.1 1.072M14 5.357c0 .592-.492 1.072-1.1 1.072-.607 0-1.1-.48-1.1-1.072s.492-1.071 1.1-1.071c.607 0 1.1.48 1.1 1.071M14 1.071c0 .592-.492 1.072-1.1 1.072-.607 0-1.1-.48-1.1-1.072C11.8.48 12.292 0 12.9 0c.607 0 1.1.48 1.1 1.071M5.2 9.643c0 .592-.492 1.071-1.1 1.071S3 10.234 3 9.643c0-.592.492-1.072 1.1-1.072s1.1.48 1.1 1.072M5.2 5.357c0 .592-.492 1.072-1.1 1.072S3 5.949 3 5.357s.492-1.071 1.1-1.071 1.1.48 1.1 1.071M5.2 1.071c0 .592-.492 1.072-1.1 1.072S3 1.663 3 1.07C3 .48 3.492 0 4.1 0s1.1.48 1.1 1.071"})),K0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconDtmf_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M13 20.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0M13 14.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0M13 8.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0"}),n.createElement("path",{fill:"currentColor",d:"M13 2.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0"}),n.createElement("path",{fill:"currentColor",d:"M19 14.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0M19 8.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0M19 2.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0M7 14.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0M7 8.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0M7 2.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0"})),f5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconDualScreen_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M6.09 3.94c0-.704.57-1.273 1.274-1.273h6.363c.703 0 1.273.57 1.273 1.272v4.455c0 .703-.57 1.273-1.273 1.273H10.8v-3.39a2 2 0 0 0-2-2H6.09zM1 6.484c0-.703.57-1.273 1.273-1.273h6.363c.703 0 1.273.57 1.273 1.273v4.454c0 .703-.57 1.273-1.273 1.273H2.273C1.57 12.212 1 11.642 1 10.94zm5.675 6.181H4.324l-.31.726c-.058.135.07.274.253.274h2.465c.183 0 .311-.14.254-.274z",clipRule:"evenodd"})),Z0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconDualScreen_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M9.273 5.818C9.273 4.814 10.087 4 11.09 4h9.09C21.187 4 22 4.814 22 5.818v6.364A1.82 1.82 0 0 1 20.182 14H16V8.3a2 2 0 0 0-2-2H9.273zM2 9.455c0-1.005.814-1.819 1.818-1.819h9.091c1.004 0 1.818.814 1.818 1.819v6.363a1.82 1.82 0 0 1-1.818 1.818H3.82A1.82 1.82 0 0 1 2 15.818zm8.108 8.83h-3.36l-.443 1.037c-.082.193.102.392.362.392h3.522c.26 0 .444-.2.362-.392z",clipRule:"evenodd"})),_5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconEdit_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M12.041 2c-.52 0-1.018.206-1.385.574l-7.845 7.844a.63.63 0 0 0-.165.292l-.627 2.51a.628.628 0 0 0 .76.761l2.511-.627a.63.63 0 0 0 .292-.165l7.844-7.845A1.96 1.96 0 0 0 12.041 2",clipRule:"evenodd"})),Y0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconEdit_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M18.062 3c-.78 0-1.527.31-2.078.86L4.217 15.629a.94.94 0 0 0-.248.437l-.94 3.765a.94.94 0 0 0 1.14 1.142l3.766-.942a.94.94 0 0 0 .437-.247L20.14 8.016A2.938 2.938 0 0 0 18.062 3",clipRule:"evenodd"})),p5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconEmoji_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M8 1a7 7 0 1 0 0 14A7 7 0 0 0 8 1M5.25 5.5a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5m6.434 5.478c-.041.092-1.051 2.272-3.684 2.272s-3.643-2.18-3.684-2.272a.75.75 0 1 1 1.368-.614c.024.051.67 1.386 2.316 1.386s2.292-1.335 2.318-1.393a.75.75 0 0 1 .993-.366.75.75 0 0 1 .373.987M10.75 8a1.25 1.25 0 1 1 0-2.5 1.25 1.25 0 0 1 0 2.5"})),J0=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconEmoji_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M-141-76h1270v1137H-141z"}),n.createElement("path",{fill:"currentColor",d:"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2M8.071 8.429a1.786 1.786 0 1 1 0 3.572 1.786 1.786 0 0 1 0-3.572m9.192 7.825c-.059.133-1.501 3.246-5.263 3.246s-5.204-3.113-5.263-3.246a1.073 1.073 0 0 1 1.956-.878c.033.074.956 1.981 3.307 1.981 2.391 0 3.299-1.961 3.308-1.981.243-.541.879-.78 1.417-.539.54.244.78.878.538 1.417M15.929 12a1.786 1.786 0 1 1 0-3.572 1.786 1.786 0 0 1 0 3.572"})),h5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconEnableshare_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M9.39 2.667q-.056.326-.057.666A4 4 0 0 0 16 6.313v5.154a3.2 3.2 0 0 1-3.2 3.2H8.72V8.744l2.604 1.526c.207.12.456.045.588-.172a.63.63 0 0 0-.05-.713L8.332 5.222a.43.43 0 0 0-.662 0L4.137 9.385a.63.63 0 0 0-.05.713c.135.22.385.293.589.172L7.28 8.744v5.923H3.2a3.2 3.2 0 0 1-3.2-3.2v-5.6a3.2 3.2 0 0 1 3.2-3.2z"}),n.createElement("path",{fill:"currentColor",d:"m15.837 2.93-.418-.06a.43.43 0 0 1-.332-.26l-.002-.004a.43.43 0 0 1 .051-.42l.253-.337a.19.19 0 0 0-.017-.249l-.306-.305a.19.19 0 0 0-.249-.017l-.337.253a.43.43 0 0 1-.424.049.43.43 0 0 1-.259-.332l-.06-.418a.19.19 0 0 0-.188-.163h-.431a.19.19 0 0 0-.189.163l-.06.418a.43.43 0 0 1-.259.332l-.004.001a.43.43 0 0 1-.42-.05l-.337-.254a.19.19 0 0 0-.249.018l-.305.305a.19.19 0 0 0-.018.25l.253.336c.091.121.11.28.051.42l-.001.004a.43.43 0 0 1-.332.26l-.418.06a.19.19 0 0 0-.163.188v.431c0 .095.07.176.163.189l.417.06a.42.42 0 0 1 .334.263c.059.14.04.298-.05.42l-.254.336a.19.19 0 0 0 .018.25l.305.305a.19.19 0 0 0 .25.017l.336-.253c.121-.09.28-.109.42-.05l.004.001a.43.43 0 0 1 .26.332l.06.418a.19.19 0 0 0 .188.163h.431a.19.19 0 0 0 .189-.163l.06-.418a.43.43 0 0 1 .259-.332q.002 0 .004-.002a.43.43 0 0 1 .42.051l.337.253c.076.057.182.05.249-.017l.305-.305a.19.19 0 0 0 .018-.25l-.253-.337a.42.42 0 0 1-.051-.42l.002-.004a.43.43 0 0 1 .332-.26l.417-.059A.19.19 0 0 0 16 3.55v-.431a.19.19 0 0 0-.163-.189m-2.504 1.356a.952.952 0 1 1 0-1.905.952.952 0 0 1 0 1.905"})),en=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconEnableshare_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M14.085 4q-.084.489-.085 1a6 6 0 0 0 10 4.47v7.73a4.8 4.8 0 0 1-4.8 4.8h-6.12v-8.884l3.906 2.288c.31.181.683.068.882-.258a.94.94 0 0 0-.074-1.068l-5.298-6.245a.646.646 0 0 0-.993 0l-5.297 6.245a.94.94 0 0 0-.074 1.069c.2.33.576.44.882.257l3.906-2.288V22H4.8A4.8 4.8 0 0 1 0 17.2V8.8A4.8 4.8 0 0 1 4.8 4z"}),n.createElement("path",{fill:"currentColor",d:"m23.755 4.394-.626-.09a.64.64 0 0 1-.501-.395.64.64 0 0 1 .077-.63l.379-.505a.286.286 0 0 0-.026-.374l-.459-.457a.285.285 0 0 0-.373-.026l-.506.379a.64.64 0 0 1-.635.074.64.64 0 0 1-.389-.499l-.09-.626A.286.286 0 0 0 20.323 1h-.646a.286.286 0 0 0-.283.245l-.09.626a.64.64 0 0 1-.389.499l-.006.002a.64.64 0 0 1-.63-.077l-.505-.379a.285.285 0 0 0-.373.027l-.458.458c-.1.1-.112.259-.027.373l.38.505c.135.182.163.42.076.63l-.002.006a.64.64 0 0 1-.499.389l-.626.09a.286.286 0 0 0-.245.283v.647c0 .142.105.263.245.283l.626.089a.64.64 0 0 1 .501.395c.087.21.06.448-.077.63l-.379.505a.286.286 0 0 0 .026.374l.458.458c.1.1.26.112.374.026l.505-.38a.64.64 0 0 1 .63-.076l.006.003a.64.64 0 0 1 .39.498l.089.626c.02.14.14.245.283.245h.647a.286.286 0 0 0 .283-.245l.089-.626a.64.64 0 0 1 .39-.498l.006-.003a.64.64 0 0 1 .63.077l.505.379a.29.29 0 0 0 .374-.026l.457-.458c.1-.1.112-.26.027-.374l-.38-.505a.64.64 0 0 1-.076-.63l.002-.006a.64.64 0 0 1 .499-.39l.625-.089c.14-.02.245-.14.245-.283v-.646a.286.286 0 0 0-.245-.283M20 6.429a1.428 1.428 0 1 1 0-2.857 1.428 1.428 0 0 1 0 2.857"})),v5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconExpand_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M7.53 2.195 4.195 5.528a.666.666 0 1 0 .943.943L8 3.609l2.862 2.862a.666.666 0 1 0 .943-.943L8.472 2.195a.666.666 0 0 0-.943 0m.941 12.053 3.333-3.333a.666.666 0 1 0-.942-.942L8 12.834 5.138 9.973a.666.666 0 1 0-.943.942l3.334 3.333c.26.26.681.26.942 0",clipRule:"evenodd"})),tn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconExpand_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M11.538 4.251 7.253 8.537a.856.856 0 1 0 1.211 1.212l3.68-3.68 3.68 3.68a.856.856 0 1 0 1.211-1.212L12.75 4.25a.856.856 0 0 0-1.212 0m1.211 15.498 4.286-4.286a.856.856 0 1 0-1.212-1.212l-3.68 3.68-3.68-3.68a.856.856 0 1 0-1.212 1.212l4.286 4.286a.856.856 0 0 0 1.212 0",clipRule:"evenodd"})),g5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconExport_16",viewBox:"0 0 16 17","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"m13.125 6.634-4.54 4.54a.6.6 0 0 1-.852 0l-4.54-4.54a.602.602 0 0 1 .693-.965l3.347 1.664V.926a.926.926 0 0 1 1.852 0v6.407l3.347-1.664a.601.601 0 0 1 .693.965M1.7 11.517a.7.7 0 0 1 .7.7v2.1h11.2v-2.1a.7.7 0 1 1 1.4 0v2.8a.7.7 0 0 1-.428.645l-.015.006a.7.7 0 0 1-.257.049H1.7a.7.7 0 0 1-.7-.7v-2.8000000000000003a.7.7 0 0 1 .7-.7"})),nn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconExport_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"m19.32 10.025-6.486 6.487a.86.86 0 0 1-1.215 0l-6.487-6.488a.86.86 0 0 1 .99-1.378l4.782 2.377V1.87a1.323 1.323 0 0 1 2.645 0v9.153l4.782-2.376a.859.859 0 0 1 .99 1.378M22 18a1 1 0 1 0-2 0v3H4v-3a1 1 0 1 0-2 0v4a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1z",clipRule:"evenodd"})),w5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconFecc_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"m14.534 9.47-2.164 2.164-.735-.735L13.8 8.735a1.04 1.04 0 0 0 0-1.471l-2.165-2.165.736-.736 2.164 2.165a2.08 2.08 0 0 1 0 2.942M7.265 2.2 5.101 4.364l-.735-.735L6.53 1.465a2.08 2.08 0 0 1 2.941 0l2.163 2.163-.735.736L8.736 2.2a1.04 1.04 0 0 0-1.47 0M4.366 5.1l-.735-.736-2.164 2.164a2.08 2.08 0 0 0 0 2.942l2.163 2.164.736-.736-2.164-2.163a1.04 1.04 0 0 1 0-1.471zm7.27 7.27-.736-.736-2.164 2.164a1.04 1.04 0 0 1-1.47 0L5.1 11.634l-.735.735 2.164 2.164a2.08 2.08 0 0 0 2.941 0zM8 10.121a2.123 2.123 0 1 0 0-4.245 2.123 2.123 0 0 0 0 4.245",clipRule:"evenodd"})),an=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconFecc_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M22.195 14.824 19.219 17.8l-1.414-1.415 2.976-2.976a2 2 0 0 0 0-2.828l-2.976-2.977L19.22 6.19l2.976 2.976a4 4 0 0 1 0 5.658M10.588 3.214 7.612 6.19 6.198 4.776l2.976-2.977a4 4 0 0 1 5.656 0l2.975 2.977-1.414 1.414-2.975-2.976a2 2 0 0 0-2.828 0m-4.39 4.39L4.784 6.19 1.81 9.166a4 4 0 0 0 0 5.658L4.784 17.8l1.414-1.415-2.975-2.976a2 2 0 0 1 0-2.828zm11.607 11.61L16.391 17.8l-2.975 2.976a2 2 0 0 1-2.828 0L7.612 17.8l-1.414 1.414 2.976 2.977a4 4 0 0 0 5.656 0zm-5.803-3.765a3.453 3.453 0 1 0 0-6.907 3.453 3.453 0 0 0 0 6.906",clipRule:"evenodd"})),E5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconFirefoxLogo_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M10.71 1.305a.292.292 0 0 0-.248.521c1.16.79 1.87 2.902 1.913 4.56a3.8 3.8 0 0 0-1.095-1.283.292.292 0 0 0-.408.408 3.208 3.208 0 0 1-2.58 5.114 2.4 2.4 0 0 1-.955-.152c.332-.138.65-.31.946-.514a2.35 2.35 0 0 1 1.176-.5.292.292 0 0 0 .283-.363 1.144 1.144 0 0 0-1.158-.804 1 1 0 0 0-.753.298c-.157.14-.32.285-.996.285-1.193 0-1.75-.696-1.75-1.166a.6.6 0 0 1 .255-.434q.195-.138.413-.233a.3.3 0 0 0 .413 0 .69.69 0 0 0 .144-.675l1.56-1.04a.292.292 0 0 0-.16-.535h-.584c-.649 0-1.073-.126-1.166-.345-.134-.322.306-1.008.788-1.49a.292.292 0 0 0-.205-.497c-.767.068-1.459.49-1.873 1.139a6.3 6.3 0 0 0-1.32.02 1.5 1.5 0 0 1-.233-.35 3 3 0 0 1-.365-1.101.292.292 0 0 0-.498-.207 2.3 2.3 0 0 0-.449 2.491 7 7 0 0 0 6.196 10.255C11.926 14.707 15 11.761 15 8v-.583c0-3.558-2.216-5.49-4.29-6.112"})),on=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconFirefoxLogo_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M15.871 2.436a.417.417 0 0 0-.354.744c1.658 1.127 2.67 4.146 2.734 6.514a5.4 5.4 0 0 0-1.565-1.833.417.417 0 0 0-.583.583 4.583 4.583 0 0 1-3.685 7.306 3.4 3.4 0 0 1-1.365-.217 7.3 7.3 0 0 0 1.351-.734 3.36 3.36 0 0 1 1.68-.716.417.417 0 0 0 .405-.517 1.635 1.635 0 0 0-1.654-1.15 1.42 1.42 0 0 0-1.077.428c-.224.2-.455.406-1.423.406-1.704 0-2.5-.994-2.5-1.666a.87.87 0 0 1 .365-.62q.279-.196.59-.333a.43.43 0 0 0 .59 0 .98.98 0 0 0 .206-.964l2.23-1.486a.417.417 0 0 0-.23-.763h-.834c-.927 0-1.534-.18-1.666-.494-.191-.46.437-1.44 1.125-2.127a.417.417 0 0 0-.292-.712 3.55 3.55 0 0 0-2.676 1.627 9 9 0 0 0-1.886.029 2.2 2.2 0 0 1-.333-.5 4.35 4.35 0 0 1-.52-1.573.417.417 0 0 0-.712-.295 3.29 3.29 0 0 0-.642 3.559C.581 11.82 2.46 17.865 7.349 20.434a10 10 0 0 0 4.653 1.148C17.608 21.582 22 17.372 22 12v-.833c0-5.082-3.166-7.842-6.129-8.73"})),x5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconFlipCamera_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M13 3h-1.5l-.724-1.447A1 1 0 0 0 9.882 1H6.118a1 1 0 0 0-.894.553L4.5 3H3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2M4.235 9.801 2.467 8.033a.374.374 0 0 1 .432-.601l1.103.548A4.003 4.003 0 0 1 8 4c.926 0 1.776.32 2.453.852a.495.495 0 0 1 .002.764.49.49 0 0 1-.619.014A3 3 0 0 0 8 5a3 3 0 0 0-2.998 2.977L6.1 7.431a.375.375 0 0 1 .432.602L4.765 9.801a.375.375 0 0 1-.53 0m9.337-1.35a.376.376 0 0 1-.472.117l-1.102-.548A4.003 4.003 0 0 1 8 12c-.926 0-1.776-.32-2.453-.852a.495.495 0 0 1-.002-.764.49.49 0 0 1 .619-.014c.508.394 1.145.63 1.836.63a3 3 0 0 0 2.998-2.977l-1.099.545a.375.375 0 0 1-.431-.601l1.768-1.768a.385.385 0 0 1 .53 0l1.768 1.768c.129.13.145.335.038.484"})),b5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconFlipCamera_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M19.5 6h-2.25l-1.085-2.171A1.5 1.5 0 0 0 14.823 3H9.177a1.5 1.5 0 0 0-1.342.829L6.75 6H4.5a3 3 0 0 0-3 3v9a3 3 0 0 0 3 3h15a3 3 0 0 0 3-3V9a3 3 0 0 0-3-3M6.352 16.201 3.7 13.55a.563.563 0 0 1 .648-.902l1.653.821A6.006 6.006 0 0 1 12 7.5c1.389 0 2.664.48 3.68 1.278.366.287.358.847.002 1.146a.736.736 0 0 1-.928.021A4.48 4.48 0 0 0 12 9a4.504 4.504 0 0 0-4.497 4.467l1.648-.819a.563.563 0 0 1 .648.902l-2.652 2.651a.56.56 0 0 1-.795 0m14.006-2.025a.564.564 0 0 1-.707.176l-1.653-.821A6.005 6.005 0 0 1 12 19.5a5.94 5.94 0 0 1-3.68-1.278c-.365-.287-.358-.847-.002-1.146a.736.736 0 0 1 .928-.021A4.48 4.48 0 0 0 12 18a4.504 4.504 0 0 0 4.497-4.467l-1.648.819a.563.563 0 0 1-.648-.902l2.652-2.651c.22-.22.576-.22.796 0L20.3 13.45a.56.56 0 0 1 .058.726"})),k5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconFlipCamera_32",viewBox:"0 0 32 32","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M26 8h-3l-1.447-2.895A2 2 0 0 0 19.764 4h-7.528a2 2 0 0 0-1.79 1.105L9 8H6a4 4 0 0 0-4 4v12a4 4 0 0 0 4 4h20a4 4 0 0 0 4-4V12a4 4 0 0 0-4-4M8.47 21.601l-3.537-3.534a.751.751 0 0 1 .864-1.203l2.204 1.095C8.024 13.567 11.603 10 16 10c1.852 0 3.552.64 4.907 1.704.488.383.477 1.13.002 1.528a.98.98 0 0 1-1.237.028A5.97 5.97 0 0 0 16 12c-3.293 0-5.97 2.668-5.996 5.956l2.197-1.092a.751.751 0 0 1 .864 1.203L9.53 21.6a.75.75 0 0 1-1.06 0m18.674-2.7a.75.75 0 0 1-.943.235l-2.204-1.095C23.976 22.433 20.397 26 16 26a7.9 7.9 0 0 1-4.907-1.704c-.486-.383-.477-1.13-.002-1.528a.98.98 0 0 1 1.237-.028A5.97 5.97 0 0 0 16 24c3.293 0 5.97-2.668 5.996-5.956l-2.197 1.092a.751.751 0 0 1-.864-1.203L22.47 14.4a.75.75 0 0 1 1.061 0l3.535 3.534c.26.26.292.67.077.968"})),C5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconFullscreenOff_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("g",{clipPath:"url(#IconFullscreenOff_16__a)"},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"m12.369 5.046 2.815.946a.515.515 0 0 1-.164 1.003h-5.5a.514.514 0 0 1-.515-.515V.98a.517.517 0 0 1 1.004-.163l.946 2.815L13.813.774a.999.999 0 1 1 1.414 1.414zM.98 9.005h5.5c.285 0 .515.23.514.514v5.5a.515.515 0 0 1-1.003.164l-.946-2.815-2.858 2.858a.999.999 0 1 1-1.414-1.414l2.858-2.858-2.815-.946A.514.514 0 0 1 .98 9.005",clipRule:"evenodd"})),n.createElement("defs",null,n.createElement("clipPath",{id:"IconFullscreenOff_16__a"},n.createElement("path",{fill:"currentColor",d:"M0 0h16v16H0z"})))),z5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconFullscreenOff_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"m17.36 8.407 3.52 1.183a.642.642 0 0 1-.205 1.254H13.8a.644.644 0 0 1-.644-.644V3.325a.644.644 0 0 1 1.254-.205l1.183 3.519 3.573-3.573a1.25 1.25 0 1 1 1.768 1.768zM3.326 13.156H10.2c.356 0 .644.288.644.644v6.875a.644.644 0 0 1-1.254.205l-1.183-3.519-3.573 3.573a1.25 1.25 0 0 1-1.768-1.768l3.573-3.573-3.52-1.183a.642.642 0 0 1 .206-1.254",clipRule:"evenodd"})),y5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconFullscreenOff_32",viewBox:"0 0 32 32","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"m23.148 11.21 4.692 1.577a.858.858 0 0 1-.273 1.672H18.4a.86.86 0 0 1-.859-.859V4.433a.858.858 0 0 1 1.672-.273l1.578 4.692 4.764-4.764a1.666 1.666 0 1 1 2.357 2.357zM4.433 17.54H13.6c.475 0 .859.384.859.859v9.167a.858.858 0 0 1-1.672.273l-1.578-4.692-4.764 4.764a1.667 1.667 0 0 1-2.357-2.357l4.764-4.764-4.692-1.578a.858.858 0 0 1 .273-1.672",clipRule:"evenodd"})),I5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconFullscreenOn_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M8.98 1.005h5.5c.285 0 .515.23.514.515v5.5a.515.515 0 0 1-1.003.164l-.946-2.815-2.858 2.858a.999.999 0 1 1-1.414-1.414l2.858-2.859-2.815-.946a.515.515 0 0 1 .164-1.003M4.369 13.046l2.815.946a.515.515 0 0 1-.164 1.003h-5.5a.514.514 0 0 1-.515-.515v-5.5a.515.515 0 0 1 1.003-.164l.947 2.816 2.858-2.858a.999.999 0 1 1 1.414 1.414z",clipRule:"evenodd"})),B5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconFullscreenOn_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M13.325 3.156H20.2c.356 0 .644.288.644.644v6.875a.644.644 0 0 1-1.254.205l-1.183-3.519-3.573 3.573a1.25 1.25 0 0 1-1.768-1.768l3.573-3.573L13.12 4.41a.642.642 0 0 1 .205-1.254M7.361 18.407l3.519 1.183a.642.642 0 0 1-.205 1.254H3.8a.644.644 0 0 1-.644-.644v-6.875a.644.644 0 0 1 1.254-.205l1.183 3.519 3.573-3.573a1.25 1.25 0 1 1 1.768 1.768z",clipRule:"evenodd"})),M5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconFullscreenOn_32",viewBox:"0 0 32 32","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M17.767 4.208h9.166c.475 0 .859.384.859.859v9.166a.858.858 0 0 1-1.672.274l-1.577-4.692-4.764 4.764a1.668 1.668 0 0 1-2.358-2.358l4.764-4.764-4.692-1.577a.858.858 0 0 1 .273-1.672M9.815 24.543l4.692 1.577a.858.858 0 0 1-.273 1.672H5.066a.86.86 0 0 1-.859-.859v-9.166c0-.422.304-.78.72-.848a.87.87 0 0 1 .952.574l1.577 4.692 4.764-4.764a1.666 1.666 0 1 1 2.358 2.358z",clipRule:"evenodd"})),S5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconGeneric2_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M8 15a6.8 6.8 0 0 1-2.73-.551 7.1 7.1 0 0 1-2.222-1.496A7.1 7.1 0 0 1 1.55 10.73 6.8 6.8 0 0 1 1 8q0-1.452.551-2.73a7.1 7.1 0 0 1 1.497-2.222A7.1 7.1 0 0 1 5.27 1.55 6.8 6.8 0 0 1 8 1q1.452 0 2.73.551a7.1 7.1 0 0 1 2.223 1.497q.944.945 1.496 2.222.55 1.278.551 2.73v1.015q0 1.033-.709 1.759a2.34 2.34 0 0 1-1.741.726q-.612 0-1.155-.262a2.47 2.47 0 0 1-.91-.753 3.4 3.4 0 0 1-1.146.761Q8.7 11.501 8 11.5a3.37 3.37 0 0 1-2.476-1.024A3.37 3.37 0 0 1 4.5 8q0-1.453 1.024-2.476A3.37 3.37 0 0 1 8 4.5q1.453 0 2.476 1.024A3.37 3.37 0 0 1 11.5 8v1.015q0 .455.297.77a1 1 0 0 0 .753.315 1 1 0 0 0 .752-.315 1.08 1.08 0 0 0 .298-.77V8q0-2.344-1.627-3.972Q10.344 2.4 8 2.4T4.028 4.028 2.4 8q0 2.344 1.628 3.973Q5.655 13.6 8 13.6h4.2s.7 0 .7.7-.7.7-.7.7zm0-4.9q.875 0 1.488-.612Q10.1 8.874 10.1 8q0-.876-.612-1.487A2.03 2.03 0 0 0 8 5.9q-.876 0-1.487.612A2.03 2.03 0 0 0 5.9 8q0 .875.612 1.488.613.612 1.488.612"})),ln=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconGeneric2_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M12 22a9.7 9.7 0 0 1-3.9-.788 10.1 10.1 0 0 1-3.175-2.137q-1.35-1.35-2.137-3.175A9.7 9.7 0 0 1 2 12q0-2.075.788-3.9a10.1 10.1 0 0 1 2.137-3.175q1.35-1.35 3.175-2.137A9.7 9.7 0 0 1 12 2q2.075 0 3.9.788a10.1 10.1 0 0 1 3.175 2.137q1.35 1.35 2.137 3.175A9.7 9.7 0 0 1 22 12v1.45q0 1.474-1.012 2.513Q19.975 17 18.5 17a3.74 3.74 0 0 1-1.65-.375 3.5 3.5 0 0 1-1.3-1.075 4.8 4.8 0 0 1-1.638 1.087A5.1 5.1 0 0 1 12 17q-2.075 0-3.537-1.463Q7 14.075 7 12q0-2.075 1.463-3.537Q9.926 7 12 7q2.075 0 3.537 1.463Q17 9.926 17 12v1.45q0 .65.425 1.1T18.5 15t1.075-.45.425-1.1V12q0-3.35-2.325-5.675T12 4 6.325 6.325 4 12t2.325 5.675T12 20h6s1 0 1 1-1 1-1 1zm0-7q1.25 0 2.125-.875A2.9 2.9 0 0 0 15 12q0-1.25-.875-2.125A2.9 2.9 0 0 0 12 9q-1.25 0-2.125.875A2.9 2.9 0 0 0 9 12q0 1.25.875 2.125A2.9 2.9 0 0 0 12 15"})),L5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconGroup_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("g",{clipPath:"url(#IconGroup_16__a)"},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M10.534 7.943c1.599 0 2.9-1.301 2.9-2.9a2.903 2.903 0 0 0-2.9-2.899 2.903 2.903 0 0 0-2.9 2.899c0 1.599 1.301 2.9 2.9 2.9M6.138 6.227c0 1.16-.944 2.104-2.104 2.104A2.107 2.107 0 0 1 1.93 6.226c0-1.159.944-2.102 2.104-2.102s2.104.943 2.104 2.103M.575 10.268C1.12 9.673 2.156 9.23 4.034 9.23a8.3 8.3 0 0 1 1.64.147 4 4 0 0 0-.662.579c-.276.3-.703.805-.894 1.814a4 4 0 0 0-.035.23H.643a.575.575 0 0 1-.568-.658c.1-.64.339-.899.486-1.059zm9.96-1.086c2.566 0 3.992.601 4.748 1.41l.014.016c.218.233.555.594.694 1.484a.792.792 0 0 1-.782.908H5.86a.79.79 0 0 1-.781-.908c.137-.879.465-1.236.668-1.457l.021-.023c.751-.819 2.179-1.43 4.767-1.43",clipRule:"evenodd"})),n.createElement("defs",null,n.createElement("clipPath",{id:"IconGroup_16__a"},n.createElement("path",{fill:"currentColor",d:"M0 0h16v16H0z"})))),rn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconGroup_24",viewBox:"0 0 25 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M15.818 3.716c2.409 0 4.368 1.951 4.368 4.348 0 2.4-1.96 4.35-4.368 4.35s-4.369-1.95-4.369-4.35c0-2.398 1.96-4.348 4.37-4.348M9.195 9.34a3.167 3.167 0 0 1-3.17 3.156A3.166 3.166 0 0 1 2.857 9.34a3.167 3.167 0 0 1 3.17-3.155 3.166 3.166 0 0 1 3.17 3.155m-3.17 4.505c1.272 0 2.276.14 3.083.368-.613.348-1.168.741-1.61 1.221-.331.358-.986 1.082-1.306 2.566H.917a.863.863 0 0 1-.856-.987c.15-.959.51-1.347.732-1.588l.021-.023c.822-.892 2.383-1.557 5.212-1.557M8.776 20H22.86c.724 0 1.29-.648 1.177-1.361-.21-1.339-.718-1.88-1.047-2.23l-.02-.021c-1.139-1.214-3.287-2.115-7.153-2.115-3.899 0-6.05.917-7.182 2.146l-.028.03c-.306.332-.802.867-1.01 2.19A1.19 1.19 0 0 0 8.777 20",clipRule:"evenodd"})),R5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconGuest_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M8 8c1.158 0 2.1-.942 2.1-2.1S9.158 3.8 8 3.8c-1.157 0-2.1.942-2.1 2.1S6.842 8 8 8M11.182 9.906c-.547-.585-1.577-1.019-3.432-1.019-1.87 0-2.902.442-3.445 1.034l-.014.015c-.147.16-.385.418-.484 1.055a.572.572 0 0 0 .565.655h6.757a.572.572 0 0 0 .565-.656c-.1-.644-.344-.905-.502-1.074z"}),n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0m-.7 0A6.3 6.3 0 1 1 1.7 8a6.3 6.3 0 0 1 12.6 0",clipRule:"evenodd"})),cn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconGuest_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M12 12c1.655 0 3-1.346 3-3 0-1.655-1.346-3-3-3S9 7.345 9 9s1.346 3 3 3M16.546 14.722c-.781-.835-2.253-1.455-4.903-1.455-2.672 0-4.146.631-4.922 1.477l-.02.022c-.21.228-.55.597-.691 1.506-.077.49.31.937.807.937h9.653a.817.817 0 0 0 .807-.937c-.144-.92-.492-1.293-.717-1.535z"}),n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10m-1 0a9 9 0 1 1-18 0 9 9 0 0 1 18 0",clipRule:"evenodd"})),N5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconHeadset_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M8 2a7 7 0 0 1 7 7v2.45a2.45 2.45 0 0 1-2.45 2.45c-1.353 0-1.45-1.097-1.45-2.45v-1.4c0-1.353.097-2.45 1.45-2.45.324 0 .633.063.916.177a5.602 5.602 0 0 0-10.932 0c.283-.114.592-.177.916-.177 1.353 0 1.45 1.097 1.45 2.45v1.4c0 1.353-.097 2.45-1.45 2.45A2.45 2.45 0 0 1 1 11.45V9a7 7 0 0 1 7-7"})),sn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconHeadset_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M12 3c5.523 0 10 4.477 10 10v3.5a3.5 3.5 0 0 1-3.5 3.5c-1.933 0-2.5-1.567-2.5-3.5v-2c0-1.933.567-3.5 2.5-3.5.463 0 .904.09 1.309.253a8.003 8.003 0 0 0-15.618 0A3.5 3.5 0 0 1 5.5 11C7.433 11 8 12.567 8 14.5v2c0 1.933-.567 3.5-2.5 3.5A3.5 3.5 0 0 1 2 16.5V13C2 7.477 6.477 3 12 3"})),$5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconHelpRound_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0M7.235 5.39a1.399 1.399 0 0 1 2.108 1.209c0 .328-.255.672-.738.993a4.2 4.2 0 0 1-.872.44l-.011.004a.7.7 0 1 0 .444 1.328L7.944 8.7l.222.664h.002l.002-.002.008-.002.024-.009.082-.03a5.632 5.632 0 0 0 1.099-.564c.567-.378 1.361-1.086 1.361-2.157a2.8 2.8 0 0 0-5.442-.932.7.7 0 1 0 1.322.464 1.4 1.4 0 0 1 .611-.743M8 10.8a.7.7 0 1 0 0 1.4h.007a.7.7 0 1 0 0-1.4z",clipRule:"evenodd"})),dn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconHelpRound_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M21.986 12c0 5.523-4.474 10-9.993 10S2 17.523 2 12 6.474 2 11.993 2s9.993 4.477 9.993 10M10.9 8.27a1.996 1.996 0 0 1 3.01 1.728V10c0 .47-.365.958-1.054 1.418a6 6 0 0 1-1.246.628l-.015.005a1 1 0 0 0 .633 1.897L11.913 13l.317.948h.002l.004-.002.01-.004.036-.012.116-.043a8.043 8.043 0 0 0 1.569-.806c.81-.54 1.943-1.55 1.944-3.08l-1-.001h1a4 4 0 0 0-3.322-3.947A3.996 3.996 0 0 0 8.14 8.668a1 1 0 1 0 1.887.663 2 2 0 0 1 .873-1.06M11.992 16a1 1 0 0 0 0 2h.01a1 1 0 1 0 0-2z",clipRule:"evenodd"})),A5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconHome_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M1.751 4.51A2 2 0 0 0 1 6.07v7.834c0 .424.164.831.456 1.13.291.3.687.47 1.1.47h2.92v-7.06c0-.395.283-.714.632-.714h3.785c.348 0 .63.32.63.713v7.06h2.921c.413 0 .809-.168 1.1-.468s.456-.707.456-1.13V6.07a2 2 0 0 0-.751-1.562l-5-3.998a2 2 0 0 0-2.498 0z",clipRule:"evenodd"})),mn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconHome_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M3.751 8.035A2 2 0 0 0 3 9.597v10.347c0 .545.21 1.068.586 1.454C3.96 21.783 4.47 22 5 22h3.756v-9.077c0-.507.363-.918.811-.918h4.867c.448 0 .81.41.81.917V22H19c.53 0 1.04-.217 1.414-.602.375-.386.586-.909.586-1.454V9.597a2 2 0 0 0-.751-1.562l-7-5.597a2 2 0 0 0-2.498 0z",clipRule:"evenodd"})),q5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconHospital_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M1.751 4.56A2 2 0 0 0 1 6.123v7.833c0 .424.164.831.456 1.131.291.3.687.468 1.1.468h10.888c.413 0 .809-.168 1.1-.468s.456-.707.456-1.13V6.121a2 2 0 0 0-.751-1.562l-5-3.997a2 2 0 0 0-2.498 0zM7 6.051h2v2h2v2H9v2H7v-2H5v-2h2z",clipRule:"evenodd"})),un=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconHospital_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M3.751 8.035A2 2 0 0 0 3 9.597v10.347c0 .545.21 1.068.586 1.454C3.96 21.783 4.47 22 5 22h14c.53 0 1.04-.217 1.414-.602.375-.386.586-.909.586-1.454V9.597a2 2 0 0 0-.751-1.562l-7-5.597a2 2 0 0 0-2.498 0zm6.963 1.745h2.572v2.571h2.571v2.572h-2.571v2.571h-2.572v-2.571H8.143V12.35h2.571z",clipRule:"evenodd"})),H5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconHost_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14m0-7c1.158 0 2.1-.942 2.1-2.1S9.158 3.8 8 3.8c-1.157 0-2.1.942-2.1 2.1S6.842 8 8 8m3.182 1.906c-.547-.585-1.577-1.019-3.432-1.019-1.87 0-2.902.442-3.445 1.034l-.014.015c-.147.16-.385.418-.484 1.055a.572.572 0 0 0 .565.655h6.757a.572.572 0 0 0 .565-.656c-.1-.644-.344-.905-.502-1.074z",clipRule:"evenodd"})),fn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconHost_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10m0-10c1.655 0 3-1.346 3-3 0-1.655-1.346-3-3-3S9 7.345 9 9s1.346 3 3 3m4.546 2.722c-.781-.835-2.253-1.455-4.903-1.455-2.672 0-4.146.631-4.922 1.477l-.02.022c-.21.228-.55.597-.691 1.506-.077.49.31.937.807.937h9.653a.817.817 0 0 0 .807-.937c-.144-.92-.492-1.293-.717-1.535z",clipRule:"evenodd"})),O5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconIconSort_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M7.833 6.352 4.843 3.39a.6.6 0 0 0-.845 0l-2.99 2.962a.59.59 0 0 0 0 .837.6.6 0 0 0 .846 0l1.992-1.973v6.967c0 .332.272.6.606.6a.603.603 0 0 0 .606-.6V5.278l1.93 1.911a.6.6 0 0 0 .845 0 .59.59 0 0 0 0-.837M7.834 9.648l2.989 2.962a.6.6 0 0 0 .845 0l2.99-2.962a.59.59 0 0 0 0-.837.6.6 0 0 0-.845 0l-1.993 1.973V3.817c0-.331-.27-.6-.606-.6a.603.603 0 0 0-.605.6v6.905l-1.93-1.911a.6.6 0 0 0-.845 0 .59.59 0 0 0 0 .837"})),_n=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconIconSort_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M12 14.355a.84.84 0 0 1 0-1.196.86.86 0 0 1 1.208 0l2.757 2.73V6.025c0-.474.387-.857.865-.858.478 0 .866.384.866.858v9.952l2.846-2.818a.86.86 0 0 1 1.208 0 .84.84 0 0 1 0 1.196l-4.271 4.23a.86.86 0 0 1-1.207 0zM2.25 10.841a.84.84 0 0 1 0-1.196l4.271-4.23a.86.86 0 0 1 1.208 0L12 9.644a.84.84 0 0 1 0 1.196.86.86 0 0 1-1.208 0l-2.757-2.73v9.865a.86.86 0 0 1-.865.857.86.86 0 0 1-.865-.857V8.023L3.458 10.84a.86.86 0 0 1-1.208 0"})),P5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconImport_16",viewBox:"0 0 16 17","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M3.193 4.717 7.733.176a.6.6 0 0 1 .851 0l4.541 4.541a.602.602 0 0 1-.693.965L9.084 4.018v6.407a.926.926 0 0 1-1.851 0V4.018L3.885 5.68a.601.601 0 0 1-.692-.964M1.7 11.65a.7.7 0 0 1 .7.7v2.1h11.2v-2.1a.7.7 0 1 1 1.4 0v2.8a.7.7 0 0 1-.7.7H1.7a.7.7 0 0 1-.7-.7v-2.799a.7.7 0 0 1 .7-.7"})),pn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconImport_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M5.132 7.094 11.62.608a.86.86 0 0 1 1.215 0l6.487 6.487a.86.86 0 0 1-.99 1.378l-4.782-2.377v9.153a1.323 1.323 0 0 1-2.645 0V6.096L6.12 8.472a.859.859 0 0 1-.989-1.378M22 18a1 1 0 1 0-2 0v3H4v-3a1 1 0 1 0-2 0v4a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1z",clipRule:"evenodd"})),V5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconInfoRound_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0M7.3 5.2a.7.7 0 0 1 .7-.7h.007a.7.7 0 1 1 0 1.4H8a.7.7 0 0 1-.7-.7M8 7.3a.7.7 0 0 1 .7.7v2.8a.7.7 0 1 1-1.4 0V8a.7.7 0 0 1 .7-.7",clipRule:"evenodd"})),hn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconInfoRound_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10M11 8a1 1 0 0 1 1-1h.01a1 1 0 1 1 0 2H12a1 1 0 0 1-1-1m1 3a1 1 0 0 1 1 1v4a1 1 0 1 1-2 0v-4a1 1 0 0 1 1-1",clipRule:"evenodd"})),T5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconKey_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M10.25 2C8.18 2 6.5 3.68 6.5 5.75c0 .24 0 .48.045.705L2 11v3h4.5v-3h3V9.5l.045-.045c.225.045.465.045.705.045C12.32 9.5 14 7.82 14 5.75S12.32 2 10.25 2M11 3.5c.825 0 1.5.675 1.5 1.5s-.675 1.5-1.5 1.5S9.5 5.825 9.5 5s.675-1.5 1.5-1.5"})),vn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconKey_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M15.375 3C12.27 3 9.75 5.615 9.75 8.838c0 .374 0 .747.068 1.098L3 17.01v4.67h6.75v-4.67h4.5v-2.335l.068-.07c.337.07.697.07 1.057.07 3.105 0 5.625-2.615 5.625-5.838S18.48 3 15.375 3M16.5 5.335c1.238 0 2.25 1.051 2.25 2.335s-1.012 2.336-2.25 2.336-2.25-1.051-2.25-2.336 1.012-2.335 2.25-2.335"})),W5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconLeave_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M11.43 0H4.57A2.573 2.573 0 0 0 2 2.57V7h5.587L6.449 4.708a.65.65 0 0 1 1.041-.749l3.581 3.581a.65.65 0 0 1 0 .92L7.49 12.041a.65.65 0 0 1-1.042-.749L7.587 9H2v4.43A2.573 2.573 0 0 0 4.57 16h6.859a2.573 2.573 0 0 0 2.57-2.57V2.57A2.57 2.57 0 0 0 11.43 0"})),gn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconLeave_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M15.787 2H7.213A3.217 3.217 0 0 0 4 5.213v5.537h6.984L9.561 7.885a.814.814 0 0 1 .253-1.022.82.82 0 0 1 1.049.085l4.476 4.476a.814.814 0 0 1 0 1.15l-4.476 4.476a.813.813 0 0 1-1.302-.937l1.423-2.865H4v5.537A3.217 3.217 0 0 0 7.213 22h8.574A3.217 3.217 0 0 0 19 18.787V5.213A3.217 3.217 0 0 0 15.787 2"})),D5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconLink_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M3.8 6.4a1.4 1.4 0 0 0-1.4 1.4v1.4a1.4 1.4 0 0 0 1.4 1.4h2.8a.7.7 0 1 1 0 1.4H3.8A2.8 2.8 0 0 1 1 9.2V7.8A2.8 2.8 0 0 1 3.8 5h2.8a.7.7 0 1 1 0 1.4zm4.9-.7a.7.7 0 0 1 .7-.7h2.8A2.8 2.8 0 0 1 15 7.8v1.4a2.8 2.8 0 0 1-2.8 2.8H9.4a.7.7 0 1 1 0-1.4h2.8a1.4 1.4 0 0 0 1.4-1.4V7.8a1.4 1.4 0 0 0-1.4-1.4H9.4a.7.7 0 0 1-.7-.7M5.2 8.5a.7.7 0 0 1 .7-.7h4.2a.7.7 0 1 1 0 1.4H5.9a.7.7 0 0 1-.7-.7",clipRule:"evenodd"})),wn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconLink_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M5.968 9.8c-1.189 0-2.063.851-2.063 1.8v1.8c0 .949.874 1.8 2.063 1.8H9.99c.526 0 .953.403.953.9s-.427.9-.953.9H5.97C3.825 17 2 15.434 2 13.4v-1.8C2 9.567 3.826 8 5.968 8H9.99c.526 0 .953.403.953.9s-.427.9-.953.9zm7.09-.9c0-.497.427-.9.953-.9h4.02C20.175 8 22 9.567 22 11.6v1.8c0 2.034-1.826 3.6-3.968 3.6H14.01c-.526 0-.953-.403-.953-.9s.427-.9.953-.9h4.02c1.19 0 2.064-.851 2.064-1.8v-1.8c0-.949-.874-1.8-2.063-1.8H14.01c-.526 0-.953-.403-.953-.9m-5.026 3.6c0-.497.426-.9.952-.9h6.032c.526 0 .952.403.952.9s-.426.9-.952.9H8.984c-.526 0-.952-.403-.952-.9",clipRule:"evenodd"})),j5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconLiveCaption_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M3 2.75a2 2 0 0 0-2 2v6.5a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2v-6.5a2 2 0 0 0-2-2zm4.983 4.568h-.994a1 1 0 0 0-.111-.359.9.9 0 0 0-.52-.44 1.1 1.1 0 0 0-.37-.06q-.36 0-.629.187a1.2 1.2 0 0 0-.415.541 2.2 2.2 0 0 0-.148.86q0 .52.148.872.15.354.417.534.269.18.62.18.198 0 .366-.054a1 1 0 0 0 .301-.159.9.9 0 0 0 .218-.259q.09-.15.123-.346l.994.005q-.039.335-.193.645-.152.309-.41.553a1.9 1.9 0 0 1-.614.384q-.354.14-.8.14a2.1 2.1 0 0 1-1.113-.294 2.05 2.05 0 0 1-.772-.852q-.28-.556-.281-1.35 0-.795.286-1.352.286-.558.776-.85a2.1 2.1 0 0 1 1.103-.294q.405 0 .75.119.346.118.614.346.268.226.436.553.17.327.218.75m4.806 0h-.994a1 1 0 0 0-.111-.359.9.9 0 0 0-.52-.44 1.1 1.1 0 0 0-.37-.06q-.36 0-.629.187a1.2 1.2 0 0 0-.415.541 2.2 2.2 0 0 0-.148.86q0 .52.148.872.15.354.417.534.269.18.62.18.197 0 .365-.054a1 1 0 0 0 .302-.159.9.9 0 0 0 .218-.259q.09-.15.123-.346l.994.005a1.94 1.94 0 0 1-.604 1.198 1.9 1.9 0 0 1-.613.384q-.354.14-.8.14a2.1 2.1 0 0 1-1.113-.294 2.05 2.05 0 0 1-.772-.852q-.28-.556-.281-1.35 0-.795.286-1.352.286-.558.776-.85a2.1 2.1 0 0 1 1.103-.294q.405 0 .75.119.346.118.614.346.268.226.436.553.17.327.218.75",clipRule:"evenodd"})),En=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconLiveCaption_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M2.4 3A2.4 2.4 0 0 0 0 5.4v13.2A2.4 2.4 0 0 0 2.4 21h19.2a2.4 2.4 0 0 0 2.4-2.4V5.4A2.4 2.4 0 0 0 21.6 3zm9.57 7.83h-1.703a1.8 1.8 0 0 0-.191-.614 1.55 1.55 0 0 0-.891-.756 1.9 1.9 0 0 0-.634-.102q-.62 0-1.078.321-.459.317-.712.928-.253.606-.253 1.472 0 .891.253 1.497.257.607.716.915.459.31 1.062.31.34 0 .626-.094.293-.093.518-.273.226-.183.373-.443.153-.26.21-.594l1.705.008a3.3 3.3 0 0 1-.331 1.107 3.29 3.29 0 0 1-1.755 1.607 3.7 3.7 0 0 1-1.373.24q-1.065 0-1.907-.505-.836-.504-1.323-1.46-.482-.957-.482-2.315 0-1.362.49-2.318.49-.957 1.33-1.457A3.6 3.6 0 0 1 8.513 7.8q.693 0 1.284.203.595.204 1.054.594.459.387.747.948.293.562.374 1.285m8.24 0h-1.705a1.8 1.8 0 0 0-.19-.614 1.55 1.55 0 0 0-.891-.756 1.9 1.9 0 0 0-.634-.102q-.62 0-1.078.321-.46.317-.712.928-.253.606-.253 1.472 0 .891.253 1.497.257.607.716.915.459.31 1.062.31.338 0 .626-.094.292-.093.518-.273.226-.183.373-.443.151-.26.21-.594l1.705.008a3.3 3.3 0 0 1-.331 1.107 3.29 3.29 0 0 1-1.755 1.607 3.7 3.7 0 0 1-1.373.24q-1.067 0-1.907-.505-.836-.504-1.323-1.46-.482-.957-.482-2.315 0-1.362.49-2.318.49-.957 1.33-1.457a3.6 3.6 0 0 1 1.892-.504q.692 0 1.284.203.595.204 1.054.594.459.387.747.948.293.562.374 1.285",clipRule:"evenodd"})),F5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconLiveStream_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M3.545 3h8.91C13.86 3 15 4.205 15 5.692v5.385c0 1.487-1.14 2.692-2.546 2.692H3.545C2.14 13.77 1 12.564 1 11.077V5.692C1 4.205 2.14 3 3.545 3m7.572 5.947a.5.5 0 0 0 0-.893L6.726 5.836A.5.5 0 0 0 6 6.282v4.437a.5.5 0 0 0 .726.446z",clipRule:"evenodd"})),xn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconLiveStream_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M5.318 4.5h13.364c2.11 0 3.818 1.807 3.818 4.038v8.077c0 2.232-1.709 4.039-3.818 4.039H5.318c-2.11 0-3.818-1.807-3.818-4.039V8.538C1.5 6.308 3.209 4.5 5.318 4.5m11.358 8.92a.75.75 0 0 0 0-1.34l-6.587-3.327A.75.75 0 0 0 9 9.423v6.655a.75.75 0 0 0 1.088.67z",clipRule:"evenodd"})),U5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconLiveStreamCloud_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M2.333 11.667h9.606q.175 0 .34.004c.61.012 1.142.022 1.72-.338.426-.264.668-1.562.668-2.291q0-1.006-.69-1.758a2.68 2.68 0 0 0-1.735-.867q0-1.707-1.235-2.895Q9.774 2.334 8 2.333q-1.44 0-2.576.832A3.96 3.96 0 0 0 3.91 5.338a3.17 3.17 0 0 0-1.864 1.137 3.16 3.16 0 0 0-.712 2.027c0 .885.667 3.165 1 3.165m7.667-4-3.333-2v4z",clipRule:"evenodd"})),bn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconLiveStreamCloud_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M3.5 17.5h14.41q.26 0 .51.006c.913.018 1.712.033 2.58-.506.637-.396 1-2.344 1-3.437q0-1.51-1.034-2.636t-2.602-1.302q0-2.56-1.853-4.342Q14.66 3.5 12 3.5q-2.16 0-3.864 1.247t-2.272 3.26q-1.728.371-2.796 1.705A4.73 4.73 0 0 0 2 12.753C2 14.08 3 17.5 3.5 17.5m11.5-6-5-3v6z",clipRule:"evenodd"})),G5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconLocation_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M8 15s5.6-4.375 5.6-8.75C13.6 3.35 11.093 1 8 1S2.4 3.35 2.4 6.25C2.4 10.625 8 15 8 15m0-7a2.1 2.1 0 1 0 0-4.2A2.1 2.1 0 0 0 8 8",clipRule:"evenodd"})),kn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconLocation_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M12 22s8-6.25 8-12.5C20 5.358 16.418 2 12 2S4 5.358 4 9.5C4 15.75 12 22 12 22m0-10a3 3 0 1 0 0-6 3 3 0 0 0 0 6",clipRule:"evenodd"})),X5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconLock_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M4.846 4.538v-.461a3.078 3.078 0 0 1 6.154 0v2.308h1.539c.34 0 .615.275.615.615v7.385c0 .34-.276.615-.615.615H3.615A.615.615 0 0 1 3 14.385V7c0-.34.276-.615.615-.615h1.231V4.538M9.77 6.385V4.077c0-1.052-.794-1.908-1.846-1.908s-1.846.856-1.846 1.908v2.308z",clipRule:"evenodd"})),Cn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconLock_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M7 6.56v-.725C7 3.166 9.24 1 12 1s5 2.166 5 4.835v3.627h2c.552 0 1 .433 1 .967v11.604c0 .534-.448.967-1 .967H5c-.552 0-1-.433-1-.967V10.429c0-.534.448-.967 1-.967h2V6.56m8 2.902V5.835c0-1.653-1.29-2.998-3-2.998S9 4.182 9 5.835v3.627z",clipRule:"evenodd"})),Q5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconLowerhand_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M12.959 6.386c.128-.492.607-.78 1.07-.644.462.135.734.645.606 1.137l-.454 1.742-.7 2.691a7 7 0 0 1-.189.615l-3.513-3.72 1.361-5.232c.129-.492.607-.781 1.07-.645.463.137.734.646.606 1.138l-1.39 5.344.837.246zM9.072 7.458l1.463-5.62C10.663 1.346 10.39.837 9.929.7c-.463-.137-.942.152-1.07.644-.084.321-.75 2.878-1.201 4.616zm-2.518-.724-.155.598.837.247q.001-.002.025-.096l5.417 5.735c-.357.578-.79 1.06-1.275 1.39-1.391.942-3.233.877-5.14.316-1.548-.456-4.737-2.046-4.88-5.486a77 77 0 0 1-.05-2.648c-.002-.463.316-.855.747-.926.47-.076.912.256 1 .752.147.829.355 1.984.422 2.293.085.398.58.396.682.003l.688-2.645.268-1.03zm.397-1.522.839-3.224c.127-.492-.143-1-.606-1.137s-.942.152-1.07.644l-.577 2.22z",clipRule:"evenodd"}),n.createElement("path",{stroke:"currentColor",strokeLinecap:"round",d:"m3 3 11.333 12"})),zn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconLowerhand_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M19.439 9.58c.192-.738.91-1.172 1.604-.967.694.203 1.102.968.91 1.705l-.681 2.615-.976 3.748-5.304-5.616 1.719-6.603c.192-.738.91-1.171 1.604-.967s1.1.968.91 1.706l-2.087 8.017 1.257.369zm-5.507.362 1.87-7.186c.193-.737-.215-1.5-.909-1.705s-1.412.229-1.604.966L11.81 7.696zm-3.776-1.086-.558 2.142 1.257.37.361-1.389 8.345 8.836c-.61 1.313-1.462 2.421-2.457 3.096-2.086 1.414-4.85 1.316-7.71.474-2.32-.683-7.105-3.068-7.319-8.228A116 116 0 0 1 2 10.186c-.003-.695.473-1.283 1.12-1.389.704-.115 1.367.384 1.5 1.127.22 1.244.532 2.977.633 3.44.127.597.87.595 1.023.006L8.035 6.61zm.594-2.283.934-3.591c.192-.738-.214-1.501-.908-1.706-.694-.204-1.413.229-1.604.967l-.543 2.085z",clipRule:"evenodd"}),n.createElement("path",{stroke:"currentColor",strokeLinecap:"round",strokeWidth:2,d:"m4.727 4.313 17 18"})),K5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconMail_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M9.661 8.446a2.5 2.5 0 0 1-3.323 0L1.297 3.964A1.99 1.99 0 0 1 3 3h10a1.99 1.99 0 0 1 1.702.963zM15 11c0 .343-.094.66-.246.942l-3.336-3.72L15 5.037zM1 5.037V11c0 .343.094.66.246.942l3.336-3.72zm9.326 4.157.345-.307 3.404 3.795A2 2 0 0 1 13 13H3c-.396 0-.764-.119-1.075-.317l3.404-3.796.345.306A3.5 3.5 0 0 0 8 10.078c.832 0 1.663-.295 2.326-.884",clipRule:"evenodd"})),yn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconMail_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"m22.054 5.445-7.562 6.724a3.75 3.75 0 0 1-4.984 0L1.946 5.445A2.99 2.99 0 0 1 4.5 4h15a2.99 2.99 0 0 1 2.554 1.445m.077 11.968-5.004-5.58L22.5 7.056V16c0 .514-.141.99-.369 1.413m-6.642-4.123A5.24 5.24 0 0 1 12 14.616a5.24 5.24 0 0 1-3.489-1.326l-.517-.46-5.106 5.693A2.98 2.98 0 0 0 4.5 19h15c.594 0 1.145-.178 1.611-.477l-5.105-5.693zM1.5 16V7.056l5.373 4.777-5.004 5.58A2.96 2.96 0 0 1 1.5 16",clipRule:"evenodd"})),Z5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconMeetingRoom_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M13.5 2h-11A2.503 2.503 0 0 0 0 4.5v7C0 12.879 1.122 14 2.5 14h11c1.378 0 2.5-1.121 2.5-2.5v-7C16 3.121 14.878 2 13.5 2M8 4.387c1.269 0 2.3 1.032 2.3 2.3A2.303 2.303 0 0 1 8 8.988a2.304 2.304 0 0 1-2.301-2.301c0-1.268 1.032-2.3 2.301-2.3M11.709 13H4.291a.627.627 0 0 1-.62-.72c.112-.722.387-1 .547-1.174.596-.65 1.729-1.135 3.782-1.135 2.036 0 3.167.477 3.767 1.118.173.185.449.468.562 1.191a.628.628 0 0 1-.62.72"})),In=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconMeetingRoom_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M20.25 3.5H3.75A3.754 3.754 0 0 0 0 7.25v10.5a3.754 3.754 0 0 0 3.75 3.75h16.5A3.754 3.754 0 0 0 24 17.75V7.25a3.754 3.754 0 0 0-3.75-3.75M12 7.08a3.455 3.455 0 0 1 3.451 3.45A3.455 3.455 0 0 1 12 13.983a3.455 3.455 0 0 1-3.451-3.451A3.454 3.454 0 0 1 12 7.08M17.563 20H6.437a.942.942 0 0 1-.93-1.08c.169-1.082.58-1.5.82-1.762.893-.975 2.593-1.702 5.673-1.702 3.054 0 4.75.715 5.65 1.677.26.277.674.702.843 1.786a.942.942 0 0 1-.93 1.081"})),Y5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconMeetings_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M5.974 12.737h4.052l.535 1.604a.46.46 0 0 1-.437.606H5.876a.46.46 0 0 1-.437-.606zM2.916 1.684h10.168C14.142 1.684 15 2.542 15 3.6v6.484A1.916 1.916 0 0 1 13.084 12H2.916A1.916 1.916 0 0 1 1 10.084V3.6c0-1.058.858-1.916 1.916-1.916m10.168 9.21a.81.81 0 0 0 .81-.81V3.6a.81.81 0 0 0-.81-.81H2.916a.81.81 0 0 0-.81.81v6.484c0 .448.363.81.81.81zM4.1 3.785a1 1 0 0 0-1 1v.8a1 1 0 0 0 1 1h1.5a1 1 0 0 0 1-1v-.8a1 1 0 0 0-1-1zm3.2 1a1 1 0 0 1 1-1h3.6a1 1 0 0 1 1 1v4.3a1 1 0 0 1-1 1H8.3a1 1 0 0 1-1-1zm-3.2 2.5a1 1 0 0 0-1 1v.8a1 1 0 0 0 1 1h1.5a1 1 0 0 0 1-1v-.8a1 1 0 0 0-1-1z",clipRule:"evenodd"})),Bn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconMeetings_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"m14.895 18.79.764 2.291a.658.658 0 0 1-.624.866h-6.07a.658.658 0 0 1-.624-.866l.764-2.291zM4.737 3h14.526A2.737 2.737 0 0 1 22 5.737V15a2.737 2.737 0 0 1-2.737 2.737H4.737A2.737 2.737 0 0 1 2 15V5.737A2.737 2.737 0 0 1 4.737 3m14.526 13.158c.64 0 1.158-.518 1.158-1.158V5.737c0-.64-.519-1.158-1.158-1.158H4.737c-.64 0-1.158.519-1.158 1.158V15c0 .64.519 1.158 1.158 1.158zM6 6a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1zm5 1a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1h-6a1 1 0 0 1-1-1zm-5 4a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1z",clipRule:"evenodd"})),J5=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconMicrophoneMutedByHost_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M8.1 5.8c-.418.374-.76.83-1.003 1.344L3.083 3.13A2.52 2.52 0 0 1 5.572 1 2.53 2.53 0 0 1 8.1 3.529zM.72 1.958l6.075 6.076a4.2 4.2 0 0 0 .022 1.897c-.366.215-.789.342-1.245.342a2.53 2.53 0 0 1-2.53-2.529V5.473L.124 2.553a.422.422 0 0 1 .596-.595M10.898 13.133h.053a.4.4 0 0 1-.14 0z"}),n.createElement("path",{fill:"currentColor",d:"M5.993 11.936a4.1 4.1 0 0 0 1.549-.478 4.2 4.2 0 0 1-.442-.729 3.2 3.2 0 0 1-1.528.387A3.375 3.375 0 0 1 2.2 7.744v-.843a.422.422 0 0 0-.843 0v.843c0 2.18 1.669 3.957 3.793 4.172v1.73a.422.422 0 0 0 .843 0z"}),n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M10.733 5.667a3.267 3.267 0 1 0 0 6.533 3.267 3.267 0 0 0 0-6.533m0 4.9a.327.327 0 0 0 0-.654h-.003a.327.327 0 0 0 0 .654zm-.326-1.634a.327.327 0 1 0 .653 0V7.627a.327.327 0 0 0-.653 0z",clipRule:"evenodd"})),Mn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconMicrophoneMutedByHost_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M12.4 9.348a6.45 6.45 0 0 0-1.537 2.057L4.72 5.259A3.86 3.86 0 0 1 8.53 2a3.87 3.87 0 0 1 3.87 3.871zM1.101 3.466l9.3 9.3a6.45 6.45 0 0 0 .034 2.903c-.561.33-1.208.524-1.907.524a3.87 3.87 0 0 1-3.87-3.87V8.846L.187 4.378a.646.646 0 0 1 .913-.912M16.681 20.571h.081a.7.7 0 0 1-.213 0z"}),n.createElement("path",{fill:"currentColor",d:"M9.173 18.738a6.3 6.3 0 0 0 2.37-.73 6.4 6.4 0 0 1-.675-1.116 4.9 4.9 0 0 1-2.34.592 5.166 5.166 0 0 1-5.161-5.162v-1.29a.645.645 0 0 0-1.29 0v1.29c0 3.337 2.554 6.057 5.806 6.386v2.647a.645.645 0 0 0 1.29 0z"}),n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M16.429 9.143a5 5 0 1 0 0 10 5 5 0 0 0 0-10m0 7.5a.5.5 0 0 0 0-1h-.005a.5.5 0 1 0 0 1zm-.5-2.5a.5.5 0 1 0 1 0v-2a.5.5 0 1 0-1 0z",clipRule:"evenodd"})),e6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconMicrophoneOff_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M11 8.5v-5a3 3 0 0 0-3-3 2.99 2.99 0 0 0-2.952 2.526l5.908 5.909.005-.033c.02-.132.039-.265.039-.402m2 0v-1a.5.5 0 0 0-1 0v1c0 .442-.09.859-.222 1.257l.779.779c.28-.624.443-1.31.443-2.036M2.244 1.636l12.41 12.411a.5.5 0 1 1-.707.706l-2.583-2.583A4.95 4.95 0 0 1 8.5 13.472V15.5a.5.5 0 0 1-1 0v-2.051C4.98 13.194 3 11.086 3 8.5v-1a.5.5 0 0 1 1 0v1c0 2.206 1.794 4 4 4 1.025 0 1.94-.409 2.646-1.047l-.698-.698A2.96 2.96 0 0 1 8 11.5a3 3 0 0 1-3-3V5.806L1.537 2.343a.5.5 0 0 1 .707-.707",clipRule:"evenodd"})),t6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconMicrophoneOff_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M15.75 12.625v-6.25A3.75 3.75 0 0 0 12 2.625a3.74 3.74 0 0 0-3.69 3.158l7.385 7.386.007-.049c.024-.163.048-.326.048-.495m2.5 0v-1.25a.625.625 0 0 0-1.25 0v1.25c0 .552-.111 1.074-.277 1.571l.973.973c.35-.779.554-1.636.554-2.544M4.805 4.045l15.512 15.514a.625.625 0 1 1-.883.883l-3.229-3.229a6.2 6.2 0 0 1-3.58 1.627v2.535a.625.625 0 0 1-1.25 0v-2.563c-3.149-.319-5.625-2.955-5.625-6.187v-1.25a.625.625 0 1 1 1.25.001v1.25c0 2.758 2.243 5 5 5 1.281 0 2.425-.511 3.308-1.308l-.873-.873a3.7 3.7 0 0 1-2.435.931 3.75 3.75 0 0 1-3.75-3.75V9.259l-4.329-4.33a.625.625 0 0 1 .884-.884",clipRule:"evenodd"})),n6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconMicrophoneOff_32",viewBox:"0 0 32 32","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M21 16.833V8.5a5 5 0 0 0-5-5c-2.49 0-4.54 1.827-4.92 4.21l9.847 9.849.01-.065c.031-.218.063-.435.063-.66m3.333 0v-1.666a.834.834 0 0 0-1.666 0v1.666c0 .736-.149 1.432-.37 2.095l1.297 1.297a8.24 8.24 0 0 0 .74-3.392M6.407 5.393 27.089 26.08a.833.833 0 1 1-1.177 1.177l-4.305-4.305a8.26 8.26 0 0 1-4.774 2.169v3.38a.834.834 0 0 1-1.666 0v-3.417c-4.2-.426-7.5-3.94-7.5-8.25v-1.666a.834.834 0 1 1 1.666.001v1.667A6.673 6.673 0 0 0 16 23.5c1.708 0 3.233-.681 4.41-1.744l-1.163-1.164c-.875.76-1.996 1.242-3.247 1.242a5 5 0 0 1-5-5v-4.49L5.228 6.572a.834.834 0 0 1 1.179-1.179",clipRule:"evenodd"})),a6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconMicrophoneOn_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M11 8.5a3 3 0 1 1-6 0v-5a3 3 0 1 1 6 0zm1-1a.5.5 0 0 1 1 0v1c0 2.586-1.98 4.694-4.5 4.949V15.5a.5.5 0 0 1-1 0v-2.051C4.98 13.194 3 11.086 3 8.5v-1a.5.5 0 0 1 1 0v1c0 2.206 1.794 4 4 4s4-1.794 4-4z",clipRule:"evenodd"})),o6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconMicrophoneOn_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M15.75 12.625a3.75 3.75 0 0 1-7.5 0v-6.25a3.75 3.75 0 0 1 7.5 0zm1.25-1.25a.625.625 0 0 1 1.25 0v1.25c0 3.232-2.476 5.868-5.625 6.187v2.563a.625.625 0 0 1-1.25 0v-2.563c-3.149-.319-5.625-2.955-5.625-6.187v-1.25a.625.625 0 0 1 1.25 0v1.25c0 2.758 2.243 5 5 5s5-2.242 5-5z",clipRule:"evenodd"})),l6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconMicrophoneOn_32",viewBox:"0 0 32 32","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M21 16.833a5 5 0 0 1-10 0V8.5a5 5 0 0 1 10 0zm1.667-1.666a.834.834 0 0 1 1.666 0v1.666c0 4.31-3.3 7.824-7.5 8.25V28.5a.834.834 0 0 1-1.666 0v-3.417c-4.199-.426-7.5-3.94-7.5-8.25v-1.666a.834.834 0 0 1 1.666 0v1.666A6.673 6.673 0 0 0 16 23.5a6.673 6.673 0 0 0 6.667-6.667z",clipRule:"evenodd"})),r6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconMinus_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M13.326 8a.8.8 0 0 1-.8.8H3.474a.8.8 0 0 1 0-1.6h9.05a.8.8 0 0 1 .8.8",clipRule:"evenodd"})),Sn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconMinus_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M20.071 12a1 1 0 0 1-1 1H4.929a1 1 0 1 1 0-2H19.07a1 1 0 0 1 1 1",clipRule:"evenodd"})),e1=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconMoreHorizontal_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M6 10c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2m12 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2m-6 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2"})),c6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconMoreVertical_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M6.667 12c0 .733.6 1.333 1.333 1.333s1.333-.6 1.333-1.333-.6-1.333-1.333-1.333-1.333.6-1.333 1.333m0-8c0 .733.6 1.333 1.333 1.333S9.333 4.733 9.333 4 8.733 2.667 8 2.667 6.667 3.267 6.667 4m0 4c0 .733.6 1.333 1.333 1.333S9.333 8.733 9.333 8 8.733 6.667 8 6.667 6.667 7.267 6.667 8"})),Ln=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconMoreVertical_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M12 20a2 2 0 1 0 0-4 2 2 0 0 0 0 4m2-8a2 2 0 1 1-4 0 2 2 0 0 1 4 0m0-6a2 2 0 1 1-4 0 2 2 0 0 1 4 0",clipRule:"evenodd"})),s6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconMove_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"m5.638 2-2.897.024a.72.72 0 0 0-.717.717L2 5.638a.705.705 0 0 0 .71.71.72.72 0 0 0 .718-.717l.011-1.217 2.872 2.872a.724.724 0 0 0 1.024-.005.724.724 0 0 0 .004-1.023l-2.82-2.82 1.112-.01a.72.72 0 0 0 .717-.718.705.705 0 0 0-.71-.71m0 12-2.897-.024a.72.72 0 0 1-.717-.717L2 10.362a.705.705 0 0 1 .71-.71.72.72 0 0 1 .718.717l.011 1.217 2.872-2.872a.724.724 0 0 1 1.024.004.724.724 0 0 1 .004 1.024l-2.82 2.82 1.112.01a.72.72 0 0 1 .717.717.705.705 0 0 1-.71.71m7.62-11.976L10.363 2a.705.705 0 0 0-.71.71.72.72 0 0 0 .717.718l1.112.01-2.82 2.82a.724.724 0 0 0 .004 1.023.724.724 0 0 0 1.024.005l2.872-2.872.011 1.217a.72.72 0 0 0 .717.717.705.705 0 0 0 .71-.71l-.023-2.897a.72.72 0 0 0-.717-.717M10.363 14l2.897-.024a.72.72 0 0 0 .717-.717L14 10.362a.705.705 0 0 0-.71-.71.72.72 0 0 0-.718.717l-.011 1.217-2.872-2.872a.724.724 0 0 0-1.024.004.724.724 0 0 0-.004 1.024l2.82 2.82-1.112.01a.72.72 0 0 0-.717.717.705.705 0 0 0 .71.71",clipRule:"evenodd"})),Rn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconMove_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"m8.457 3-4.345.036a1.08 1.08 0 0 0-1.076 1.076L3 8.457a1.06 1.06 0 0 0 1.066 1.066 1.08 1.08 0 0 0 1.076-1.076l.017-1.826 4.308 4.308a1.085 1.085 0 0 0 1.535-.007c.426-.426.43-1.113.007-1.535l-4.23-4.23 1.668-.015a1.08 1.08 0 0 0 1.076-1.076A1.06 1.06 0 0 0 8.457 3m0 18-4.345-.036a1.08 1.08 0 0 1-1.076-1.076L3 15.543a1.06 1.06 0 0 1 1.066-1.066 1.08 1.08 0 0 1 1.076 1.076l.017 1.825 4.308-4.308a1.085 1.085 0 0 1 1.535.008c.426.426.43 1.113.007 1.534l-4.23 4.23 1.668.016a1.08 1.08 0 0 1 1.076 1.076A1.06 1.06 0 0 1 8.457 21M19.888 3.036 15.543 3a1.06 1.06 0 0 0-1.066 1.066 1.08 1.08 0 0 0 1.076 1.076l1.668.015-4.23 4.23a1.085 1.085 0 0 0 .007 1.535c.426.426 1.113.43 1.535.007l4.308-4.308.017 1.826a1.08 1.08 0 0 0 1.076 1.076A1.06 1.06 0 0 0 21 8.457l-.036-4.345a1.08 1.08 0 0 0-1.076-1.076M15.543 21l4.345-.036a1.08 1.08 0 0 0 1.076-1.076L21 15.543a1.06 1.06 0 0 0-1.066-1.066 1.08 1.08 0 0 0-1.076 1.076l-.017 1.825-4.308-4.308a1.085 1.085 0 0 0-1.535.008 1.085 1.085 0 0 0-.007 1.534l4.23 4.23-1.668.016a1.08 1.08 0 0 0-1.076 1.076A1.06 1.06 0 0 0 15.543 21",clipRule:"evenodd"})),i6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconNotauthenticated_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M4.25 12.542q1.584 2.18 4.017 2.791 2.432-.612 4.016-2.79 1.584-2.18 1.584-4.84v-4.27l-5.6-2.1-5.6 2.1v4.27q0 2.66 1.584 4.84M8 11.333A.667.667 0 0 0 8 10h-.007a.667.667 0 0 0 0 1.333zM7.333 8a.667.667 0 0 0 1.334 0V5.333a.667.667 0 0 0-1.334 0z",clipRule:"evenodd"})),d6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconNotauthenticated_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M7.41 16.81Q9.22 19.3 12 20q2.78-.7 4.59-3.19t1.81-5.53V6.4L12 4 5.6 6.4v4.88q0 3.04 1.81 5.53M12 16a.8.8 0 0 0 0-1.6h-.008a.8.8 0 0 0 0 1.6zm-.8-4a.8.8 0 0 0 1.6 0V8.8a.8.8 0 0 0-1.6 0z",clipRule:"evenodd"})),m6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconNotauthenticated_32",viewBox:"0 0 32 32","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M9.88 22.413q2.413 3.32 6.12 4.254 3.707-.934 6.12-4.254t2.413-7.373V8.533L16 5.333l-8.533 3.2v6.507q0 4.053 2.413 7.373m6.12-1.08a1.067 1.067 0 0 0 0-2.133h-.01a1.067 1.067 0 0 0 0 2.133zM14.933 16a1.067 1.067 0 0 0 2.134 0v-4.267a1.067 1.067 0 0 0-2.134 0z",clipRule:"evenodd"})),u6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconOpenInNew_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M1.589 1.009A1 1 0 0 1 1.7 1h3.5a.7.7 0 1 1 0 1.4H2.4v11.2h11.2v-2.8a.7.7 0 1 1 1.4 0v3.5a.7.7 0 0 1-.7.7H1.7a.7.7 0 0 1-.7-.7V1.7a.7.7 0 0 1 .589-.691"}),n.createElement("path",{fill:"currentColor",d:"M14.398 1H7.977a.601.601 0 0 0-.192 1.172l3.543 1.19-4.53 4.531a.926.926 0 0 0 1.308 1.31l4.53-4.531 1.192 3.544A.601.601 0 0 0 15 8.024V1.602A.6.6 0 0 0 14.398 1"})),Nn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconOpenInNew_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M11.967 2h9.174a.86.86 0 0 1 .859.86v9.174a.86.86 0 0 1-1.675.274l-1.7-5.062-6.473 6.472a1.323 1.323 0 0 1-1.87-1.87l6.472-6.473-5.062-1.701A.859.859 0 0 1 11.967 2M3 2h5a1 1 0 0 1 0 2H4v16h16v-4a1 1 0 1 1 2 0v5a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1",clipRule:"evenodd"})),f6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconParticipant_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M11.677 4.909A3.68 3.68 0 0 1 8 8.587a3.68 3.68 0 0 1-3.678-3.678A3.68 3.68 0 0 1 8 1.233a3.68 3.68 0 0 1 3.677 3.676M8 10.158c3.254 0 5.062.762 6.021 1.788l.014.015c.278.295.707.752.885 1.888a1.004 1.004 0 0 1-.992 1.15H2.072c-.61 0-1.085-.547-.992-1.15.174-1.114.59-1.567.848-1.848l.026-.03c.953-1.038 2.764-1.813 6.046-1.813",clipRule:"evenodd"})),$n=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconParticipant_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M16.59 8.595a4.6 4.6 0 0 1-4.596 4.597 4.6 4.6 0 0 1-4.597-4.597A4.6 4.6 0 0 1 11.994 4a4.6 4.6 0 0 1 4.596 4.595m-4.596 6.562c4.068 0 6.328.952 7.527 2.234l.021.023c.346.37.88.943 1.101 2.356a1.254 1.254 0 0 1-1.239 1.439H4.584a1.254 1.254 0 0 1-1.239-1.438c.218-1.396.74-1.962 1.061-2.313l.031-.033c1.191-1.299 3.455-2.268 7.557-2.268",clipRule:"evenodd"})),t1=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconPasswordHide_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M12 7c2.76 0 5 2.24 5 5 0 .65-.13 1.26-.36 1.83l2.92 2.92c1.51-1.26 2.7-2.89 3.43-4.75-1.73-4.39-6-7.5-11-7.5-1.4 0-2.74.25-3.98.7l2.16 2.16C10.74 7.13 11.35 7 12 7M2 4.27l2.28 2.28.46.46A11.8 11.8 0 0 0 1 12c1.73 4.39 6 7.5 11 7.5 1.55 0 3.03-.3 4.38-.84l.42.42L19.73 22 21 20.73 3.27 3zM7.53 9.8l1.55 1.55c-.05.21-.08.43-.08.65 0 1.66 1.34 3 3 3 .22 0 .44-.03.65-.08l1.55 1.55c-.67.33-1.41.53-2.2.53-2.76 0-5-2.24-5-5 0-.79.2-1.53.53-2.2m4.31-.78 3.15 3.15.02-.16c0-1.66-1.34-3-3-3z"})),n1=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconPasswordShow_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M12 4.5C7 4.5 2.73 7.61 1 12c1.73 4.39 6 7.5 11 7.5s9.27-3.11 11-7.5c-1.73-4.39-6-7.5-11-7.5M12 17c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5m0-8c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3"})),_6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconPause_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M4.79 1A1.79 1.79 0 0 0 3 2.79v10.42a1.79 1.79 0 1 0 3.581 0V2.79A1.79 1.79 0 0 0 4.791 1m7.164 0a1.79 1.79 0 0 0-1.791 1.79v10.42a1.79 1.79 0 1 0 3.581 0V2.79A1.79 1.79 0 0 0 11.954 1",clipRule:"evenodd"})),An=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconPause_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M7.302 3A2.3 2.3 0 0 0 5 5.302v13.396a2.302 2.302 0 0 0 4.605 0V5.302A2.3 2.3 0 0 0 7.302 3m9.21 0a2.3 2.3 0 0 0-2.303 2.302v13.396a2.302 2.302 0 1 0 4.605 0V5.302A2.3 2.3 0 0 0 16.512 3",clipRule:"evenodd"})),a1=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconPexip_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M3 18.675V21h4.8V2.4H3v2.325h2.541v13.95zm18-13.95V2.4h-4.8V21H21v-2.325h-2.541V4.725z",clipRule:"evenodd"})),o1=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconPexipLogo_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M3 18.675V21h4.8V2.4H3v2.325h2.541v13.95zm18-13.95V2.4h-4.8V21H21v-2.325h-2.541V4.725z",clipRule:"evenodd"})),p6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconPhone_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M13.733 12.373c-.382.679-1.125 1.154-1.988 1.274-1.66.231-3.792-.788-6.198-3.193-2.94-2.94-3.36-4.993-3.193-6.198.119-.863.595-1.606 1.274-1.988a1.13 1.13 0 0 1 1.532.406l1.293 2.155a1.136 1.136 0 0 1-.171 1.39l-.606.624c.448.728.957 1.345 1.547 1.934a12.6 12.6 0 0 0 1.887 1.558l.675-.621a1.13 1.13 0 0 1 1.386-.168l2.155 1.293c.53.32.71.993.407 1.534"})),qn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconPhone_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M18.88 17.248c-.459.814-1.35 1.384-2.386 1.528-1.992.278-4.55-.945-7.438-3.831-3.528-3.528-4.03-5.992-3.831-7.438.143-1.035.714-1.927 1.529-2.385a1.356 1.356 0 0 1 1.838.487l1.552 2.586a1.36 1.36 0 0 1-.206 1.668l-.727.749a12.5 12.5 0 0 0 1.857 2.32 15 15 0 0 0 2.264 1.87l.81-.745a1.36 1.36 0 0 1 1.663-.202l2.586 1.552c.638.384.852 1.191.489 1.84"})),h6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconPhoneHorisontal_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M1.361 9.69c-.2-.714-.02-1.534.48-2.195.963-1.273 3.083-2.022 6.32-2.023 3.958 0 5.621 1.1 6.32 2.022.501.66.68 1.48.48 2.195a1.076 1.076 0 0 1-1.304.758l-2.32-.58a1.08 1.08 0 0 1-.82-1.05l-.012-.828a10 10 0 0 0-2.343-.26c-.793-.001-1.552.072-2.318.22l-.037.873c.002.493-.335.925-.82 1.046l-2.32.58a1.08 1.08 0 0 1-1.306-.758"})),v6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconPhoneHorisontal_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M1.282 13.967c-.317-1.135-.03-2.438.764-3.49 1.53-2.022 4.9-3.213 10.046-3.214 6.29 0 8.934 1.747 10.046 3.213.796 1.05 1.081 2.355.763 3.49a1.71 1.71 0 0 1-2.073 1.204l-3.688-.921a1.72 1.72 0 0 1-1.304-1.67l-.02-1.316a15.7 15.7 0 0 0-3.723-.414c-1.261 0-2.467.116-3.685.352l-.058 1.387a1.71 1.71 0 0 1-1.303 1.662l-3.688.923a1.717 1.717 0 0 1-2.077-1.206"})),g6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconPhoneHorisontal_32",viewBox:"0 0 32 32","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M2.603 18.46c-.397-1.42-.039-3.048.955-4.363 1.91-2.528 6.124-4.017 12.557-4.019 7.863 0 11.168 2.184 12.557 4.018.995 1.313 1.352 2.942.954 4.361a2.14 2.14 0 0 1-2.591 1.506l-4.61-1.152a2.15 2.15 0 0 1-1.63-2.087l-.024-1.645c-1.573-.374-3.078-.519-4.655-.517a24 24 0 0 0-4.606.44l-.073 1.733a2.14 2.14 0 0 1-1.629 2.078l-4.61 1.153a2.146 2.146 0 0 1-2.595-1.507"})),w6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconPhoneTalk_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M7.119 1.67a.46.46 0 0 1 .357-.546 5.95 5.95 0 0 1 5.214 1.42 5.95 5.95 0 0 1 1.888 5.062.46.46 0 1 1-.916-.105 5.02 5.02 0 0 0-1.594-4.277 5.03 5.03 0 0 0-4.404-1.197.46.46 0 0 1-.545-.357M12.61 13.08c-.388.69-1.144 1.174-2.023 1.296-1.689.235-3.858-.802-6.306-3.249C1.289 8.136.863 6.047 1.03 4.821c.122-.878.606-1.634 1.297-2.022a1.15 1.15 0 0 1 1.559.413l1.316 2.192a1.156 1.156 0 0 1-.174 1.415l-.617.634c.456.741.974 1.369 1.574 1.968.6.6 1.228 1.118 1.92 1.585l.687-.632a1.15 1.15 0 0 1 1.41-.17l2.193 1.315c.54.325.723 1.01.414 1.56"}),n.createElement("path",{fill:"currentColor",d:"M7.388 3.785a.461.461 0 1 0 .353.853 2.49 2.49 0 0 1 2.625.451c.705.643.974 1.653.69 2.573a.461.461 0 0 0 .88.274 3.42 3.42 0 0 0-.948-3.528 3.42 3.42 0 0 0-3.6-.623"})),Hn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconPhoneTalk_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M11.284 4.835a.55.55 0 0 1 .425-.649c2.22-.46 4.54.168 6.207 1.69a7.09 7.09 0 0 1 2.248 6.026.548.548 0 1 1-1.09-.125 5.98 5.98 0 0 0-1.898-5.09 5.98 5.98 0 0 0-5.243-1.427.55.55 0 0 1-.649-.425M17.822 18.418c-.463.823-1.363 1.398-2.408 1.543-2.011.28-4.594-.954-7.508-3.867-3.562-3.56-4.07-6.047-3.868-7.507.144-1.045.72-1.945 1.543-2.408a1.37 1.37 0 0 1 1.856.492l1.566 2.61a1.376 1.376 0 0 1-.207 1.684l-.734.755c.543.882 1.16 1.63 1.874 2.343a15.3 15.3 0 0 0 2.286 1.887l.817-.752a1.37 1.37 0 0 1 1.68-.204l2.61 1.566c.643.388.86 1.203.493 1.858"}),n.createElement("path",{fill:"currentColor",d:"M11.605 7.354a.55.55 0 1 0 .42 1.014 2.97 2.97 0 0 1 3.125.538 2.97 2.97 0 0 1 .82 3.063.55.55 0 0 0 1.05.326 4.07 4.07 0 0 0-1.13-4.2 4.07 4.07 0 0 0-4.285-.741"})),E6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconPin_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M9.435.525a.7.7 0 0 1 .99 0l5.05 5.05a.7.7 0 1 1-.99.99l-1.134-1.134-2.938 3.905q.161.516.207 1.044c.106 1.22-.277 2.348-1.064 3.135l-3.04-3.04L4.04 12.95a.7.7 0 0 1-.99-.99l2.475-2.475-3.04-3.04C3.272 5.656 4.4 5.273 5.62 5.38c.35.03.701.1 1.044.208L10.57 2.65 9.435 1.515a.7.7 0 0 1 0-.99",clipRule:"evenodd"})),On=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconPin_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M10.145 8.607a7 7 0 0 0-1.473-.279c-1.724-.132-3.325.425-4.45 1.55l4.242 4.243-3.535 3.536a1 1 0 1 0 1.414 1.414l3.536-3.536 4.242 4.243c1.126-1.125 1.683-2.726 1.55-4.45a7 7 0 0 0-.278-1.473l4.21-5.565 1.59 1.589a1 1 0 0 0 1.414-1.415L19.07 4.93l-3.535-3.536a1 1 0 0 0-1.415 1.415l1.589 1.588z",clipRule:"evenodd"})),x6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconPlay_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"m14.087 8.999-8.543 4.876a1.15 1.15 0 0 1-1.721-.999V3.124a1.15 1.15 0 0 1 1.72-.999l8.542 4.877a1.15 1.15 0 0 1 .002 1.997"})),Pn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconPlay_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M21.13 13.498 8.317 20.812c-1.152.657-2.582-.174-2.582-1.498V4.686c0-1.324 1.43-2.155 2.58-1.498l12.814 7.314c1.162.662 1.162 2.334.003 2.996"})),b6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconPlayRound_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14m2.05-6.567a.5.5 0 0 0 0-.866l-2.7-1.559a.5.5 0 0 0-.75.433V9.56a.5.5 0 0 0 .75.433z",clipRule:"evenodd"})),Vn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconPlayRound_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10m-1.25-6.969 4.5-2.598a.5.5 0 0 0 0-.866l-4.5-2.598a.5.5 0 0 0-.75.433v5.196a.5.5 0 0 0 .75.433",clipRule:"evenodd"})),k6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconPlus_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M8.8 3.475a.8.8 0 0 0-1.6 0V7.2H3.475a.8.8 0 0 0 0 1.6H7.2v3.725a.8.8 0 1 0 1.6 0V8.8h3.725a.8.8 0 1 0 0-1.6H8.8z",clipRule:"evenodd"})),Tn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconPlus_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M19.071 13a1 1 0 1 0 0-2H13V4.929a1 1 0 1 0-2 0V11H4.929a1 1 0 1 0 0 2h6.07v6.071a1 1 0 1 0 2 0V13z",clipRule:"evenodd"})),C6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconPresentationOff_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M2.244.636a.5.5 0 0 0-.707.707l.787.787A1.99 1.99 0 0 0 1 4v6a2 2 0 0 0 2 2h9.193l1.754 1.754a.5.5 0 0 0 .708 0 .5.5 0 0 0 0-.707zM3 10.5a.5.5 0 0 1-.5-.5V4a.5.5 0 0 1 .5-.5h.694l6.999 7zm7.333 2.5H5.667l-.447 1.342a.5.5 0 0 0 .474.658h4.613a.5.5 0 0 0 .474-.658zM5.022 2H13a2 2 0 0 1 2 2v6c0 .547-.221 1.042-.576 1.403l-1.062-1.062A.5.5 0 0 0 13.5 10V4a.5.5 0 0 0-.5-.5H6.522z",clipRule:"evenodd"})),Wn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconPresentationOff_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M14.75 19h-5.5l-.726 2.177a.625.625 0 0 0 .593.823h5.766a.625.625 0 0 0 .593-.823zM4.124 2.24a.625.625 0 0 0-.884.884l1.032 1.032A2.58 2.58 0 0 0 2.5 6.6v8.8A2.6 2.6 0 0 0 5.1 18h13.016l1.969 1.97a.623.623 0 0 0 .884 0 .625.625 0 0 0 0-.884zM5.1 16a.6.6 0 0 1-.6-.6V6.6a.6.6 0 0 1 .6-.6h1.017l9.999 10zM18.9 4H7.652l2 2H18.9a.6.6 0 0 1 .6.6v8.8a.6.6 0 0 1-.115.334l1.422 1.422A2.59 2.59 0 0 0 21.5 15.4V6.6A2.6 2.6 0 0 0 18.9 4"})),z6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconPresentationOn_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M3 2h10a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2m10 9a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1zm0-7H3v6h10zm-2.667 9H5.667l-.447 1.342a.5.5 0 0 0 .474.658h4.613a.5.5 0 0 0 .474-.658z",clipRule:"evenodd"})),Dn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconPresentationOn_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M14.75 19h-5.5l-.726 2.177a.625.625 0 0 0 .593.823h5.766a.625.625 0 0 0 .593-.823zM18.9 4H5.1a2.6 2.6 0 0 0-2.6 2.6v8.8A2.6 2.6 0 0 0 5.1 18h13.8a2.6 2.6 0 0 0 2.6-2.6V6.6A2.6 2.6 0 0 0 18.9 4M20 15.4a1.1 1.1 0 0 1-1.1 1.1H5.1A1.1 1.1 0 0 1 4 15.4V6.6a1.1 1.1 0 0 1 1.1-1.1h13.8A1.1 1.1 0 0 1 20 6.6zM5.5 15h13V7h-13z"})),y6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconRaiseHand_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M14.33 5.845c-.485-.13-.988.145-1.122.614l-.73 2.551-.88-.235 1.46-5.101a.88.88 0 0 0-.635-1.086c-.486-.13-.99.146-1.123.615L9.838 8.304l-.88-.236 1.704-5.951a.88.88 0 0 0-.636-1.085c-.486-.13-.989.146-1.124.616l-1.704 5.95-.88-.235 1.462-5.1a.88.88 0 0 0-.636-1.087c-.486-.13-.99.146-1.124.616l-2.028 7.08c-.107.374-.626.376-.716-.003-.07-.296-.288-1.399-.443-2.19-.092-.474-.556-.79-1.049-.717A.9.9 0 0 0 1 6.846c.003.677.014 1.686.053 2.528.149 3.283 3.498 4.8 5.123 5.235 2.002.536 3.937.598 5.397-.303 1.005-.619 1.8-1.813 2.182-3.146l1.211-4.231a.877.877 0 0 0-.635-1.084"})),I6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconRaiseHand_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M21.947 8.959a1.433 1.433 0 0 0-1.764 1.01l-1.149 4.19-1.382-.386 2.295-8.38a1.45 1.45 0 0 0-1-1.784 1.433 1.433 0 0 0-1.765 1.01L14.887 13l-1.383-.386 2.679-9.778a1.45 1.45 0 0 0-1-1.783 1.433 1.433 0 0 0-1.765 1.01L10.74 11.84l-1.382-.386 2.295-8.381a1.45 1.45 0 0 0-1-1.783 1.43 1.43 0 0 0-1.764 1.01c-.21.772-3.018 11.016-3.186 11.632s-.985.618-1.125-.005c-.11-.485-.453-2.297-.696-3.597a1.455 1.455 0 0 0-1.65-1.178A1.46 1.46 0 0 0 1 10.602c.005 1.113.023 2.77.083 4.154.234 5.393 5.498 7.887 8.05 8.601 3.147.88 6.187.983 8.482-.495 1.58-1.018 2.828-2.979 3.428-5.168l1.905-6.952a1.45 1.45 0 0 0-1-1.783"})),B6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconRaiseHand_32",viewBox:"0 0 32 32","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M28.058 11.484c-.926-.273-1.883.305-2.14 1.289l-1.391 5.343-1.676-.492s2.527-9.705 2.782-10.689-.287-2.002-1.213-2.274c-.925-.273-1.883.305-2.139 1.289l-2.782 10.688-1.676-.493 3.247-12.47c.257-.983-.287-2.001-1.212-2.274-.926-.273-1.883.305-2.14 1.289l-3.245 12.467-1.676-.493S15.324 4.96 15.58 3.976s-.285-2.002-1.21-2.274c-.926-.273-1.885.305-2.14 1.289L8.367 17.825c-.204.785-1.193.788-1.364-.006-.134-.618-.549-2.93-.843-4.588-.177-.991-1.061-1.656-2-1.502-.862.14-1.498.924-1.493 1.85.006 1.42.027 3.533.1 5.298.284 6.879 6.664 10.06 9.758 10.97 3.815 1.122 7.499 1.254 10.28-.632 1.915-1.298 3.43-3.799 4.157-6.59l2.308-8.867c.256-.984-.287-2.003-1.212-2.274"})),M6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconRecording_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M2 3C.895 3 0 3.876 0 4.956v7.088C0 13.124.895 14 2 14h12c1.105 0 2-.876 2-1.956V4.956C16 3.876 15.105 3 14 3zm11.253 4.822h.997a1.9 1.9 0 0 0-.219-.697 1.7 1.7 0 0 0-.437-.515 1.9 1.9 0 0 0-.617-.322 2.5 2.5 0 0 0-.751-.11q-.616 0-1.107.274a1.97 1.97 0 0 0-.78.79q-.285.519-.286 1.258 0 .738.282 1.256.285.519.775.793.492.273 1.116.273.448 0 .803-.13.359-.132.615-.358.26-.227.412-.514a1.7 1.7 0 0 0 .194-.6l-.997-.005a.92.92 0 0 1-.342.563 1 1 0 0 1-.303.148q-.168.05-.367.05-.352 0-.621-.167a1.1 1.1 0 0 1-.42-.497q-.147-.329-.147-.812 0-.47.148-.8.147-.33.416-.502.27-.175.631-.175.201 0 .372.055a1 1 0 0 1 .305.16q.132.103.216.251a.9.9 0 0 1 .112.333M6.208 6.24v4.52H9.36v-.788H7.194v-1.08H9.19v-.787H7.194V7.028h2.157V6.24zM2 10.76V6.24h1.84q.528 0 .902.183.375.18.571.514.2.33.199.78 0 .45-.2.774a1.3 1.3 0 0 1-.624.513l.99 1.756H4.589l-.883-1.602h-.72v1.602zm.986-2.37h.67q.282 0 .469-.075a.55.55 0 0 0 .278-.226.7.7 0 0 0 .093-.373.7.7 0 0 0-.093-.38.57.57 0 0 0-.28-.233 1.2 1.2 0 0 0-.472-.082h-.665z",clipRule:"evenodd"})),jn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconRecording_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M3 3C1.343 3 0 4.433 0 6.2v11.6C0 19.567 1.343 21 3 21h18c1.657 0 3-1.433 3-3.2V6.2C24 4.433 22.657 3 21 3zm16.879 7.891h1.496a3.3 3.3 0 0 0-.328-1.141 2.7 2.7 0 0 0-.656-.842 2.8 2.8 0 0 0-.925-.527 3.4 3.4 0 0 0-1.128-.181q-.922 0-1.66.448-.738.444-1.168 1.293T15.08 12q0 1.207.423 2.055.427.85 1.162 1.297.738.448 1.673.448.673 0 1.206-.213a2.89 2.89 0 0 0 1.54-1.427q.232-.473.291-.982l-1.496-.008a1.6 1.6 0 0 1-.185.528 1.4 1.4 0 0 1-.328.393 1.4 1.4 0 0 1-.454.243 1.8 1.8 0 0 1-.55.082q-.53 0-.932-.274-.404-.275-.629-.813-.222-.538-.222-1.329 0-.77.222-1.308.222-.54.625-.823.403-.285.946-.286.3 0 .557.09.26.092.458.26.198.17.325.413.126.238.167.545M9.313 8.301V15.7h4.727v-1.29h-3.248v-1.766h2.992v-1.29h-2.992V9.591h3.235V8.3zM3 15.7V8.3h2.76q.793 0 1.353.3.563.296.857.842.297.54.297 1.275 0 .736-.3 1.268a2 2 0 0 1-.935.839l1.485 2.874H6.884l-1.325-2.623h-1.08V15.7zm1.48-3.88h1.003q.424 0 .704-.122a.85.85 0 0 0 .417-.369q.14-.246.14-.61 0-.369-.14-.622a.88.88 0 0 0-.42-.383q-.28-.133-.707-.133h-.998z",clipRule:"evenodd"})),S6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconRefresh_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M7.626 1.631c1.663 0 4.235 1.205 5.595 2.333l.861-2.643A.471.471 0 0 1 15 1.48l-.035 5.078a.474.474 0 0 1-.475.472l-5.037-.035a.476.476 0 0 1-.144-.928l2.312-.784.003.003.456-.156c-1.613-1.218-3.14-1.828-4.454-1.828-2.745 0-4.976 2.248-4.976 5.014s2.23 5.013 4.976 5.013a4.92 4.92 0 0 0 4.624-3.163l.025-.066.026-.072.16-.423a.816.816 0 0 1 1.054-.48c.423.161.604.64.476 1.063l-.053.143C13.089 13.037 10.594 15 7.626 15 3.96 15 1 12.009 1 8.316S3.96 1.63 7.626 1.63"})),Fn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconRefresh_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M11.519 3.812c2.138 0 5.445 1.548 7.194 3l1.107-3.4a.606.606 0 0 1 1.18.205l-.045 6.529a.61.61 0 0 1-.61.607l-6.476-.045a.61.61 0 0 1-.596-.517.61.61 0 0 1 .41-.676l2.973-1.008.003.004.587-.201c-2.073-1.567-4.038-2.35-5.727-2.35-3.53 0-6.397 2.89-6.397 6.446s2.868 6.446 6.397 6.446a6.33 6.33 0 0 0 5.945-4.066l.032-.086.033-.093h.002l.204-.543a1.05 1.05 0 0 1 1.356-.617c.543.207.776.823.612 1.367l-.069.183C18.544 18.477 15.335 21 11.52 21 6.806 21 3 17.154 3 12.406s3.806-8.594 8.519-8.594"})),l1=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconRemoteControl_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M15 9H9c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h6c.55 0 1-.45 1-1V10c0-.55-.45-1-1-1m-3 6c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2M7.05 6.05l1.41 1.41a5.02 5.02 0 0 1 7.08 0l1.41-1.41A6.98 6.98 0 0 0 12 4c-1.93 0-3.68.78-4.95 2.05M12 0C8.96 0 6.21 1.23 4.22 3.22l1.41 1.41A9 9 0 0 1 12 2c2.49 0 4.74 1.01 6.36 2.64l1.41-1.41C17.79 1.23 15.04 0 12 0"})),L6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconSearch_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M11.006 9.805h-.633l-.224-.216a5.18 5.18 0 0 0 1.257-3.386 5.203 5.203 0 1 0-5.203 5.203 5.18 5.18 0 0 0 3.386-1.257l.216.224v.633L13.807 15 15 13.807zm-4.803 0a3.597 3.597 0 0 1-3.602-3.602 3.597 3.597 0 0 1 3.602-3.602 3.597 3.597 0 0 1 3.602 3.602 3.597 3.597 0 0 1-3.602 3.602"})),Un=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconSearch_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M15.5 14h-.79l-.28-.27A6.47 6.47 0 0 0 16 9.5 6.5 6.5 0 1 0 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14"})),R6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconSend_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M1 14v-4l6-2-6-2V2l15 6z"})),Gn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconSend_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M3 20v-6l8-2-8-2V4l19 8z"})),N6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconSettings_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"m14.571 6.939-1.095-.156a1.11 1.11 0 0 1-.872-.681l-.005-.012a1.12 1.12 0 0 1 .134-1.101l.664-.885a.5.5 0 0 0-.046-.654l-.802-.8a.5.5 0 0 0-.654-.046l-.885.664a1.11 1.11 0 0 1-1.112.129 1.12 1.12 0 0 1-.68-.872l-.157-1.096A.5.5 0 0 0 8.566 1H7.434a.5.5 0 0 0-.495.429l-.157 1.096c-.056.391-.315.72-.68.872l-.012.004a1.12 1.12 0 0 1-1.101-.134l-.885-.664a.5.5 0 0 0-.653.047l-.801.801a.5.5 0 0 0-.047.653l.664.885c.238.318.287.735.134 1.101l-.004.012a1.12 1.12 0 0 1-.872.68l-1.096.157A.5.5 0 0 0 1 7.434v1.133a.5.5 0 0 0 .429.495l1.095.156a1.11 1.11 0 0 1 .877.692c.153.366.104.783-.134 1.101l-.664.885a.5.5 0 0 0 .046.654l.801.801a.5.5 0 0 0 .654.046l.885-.664a1.11 1.11 0 0 1 1.101-.134l.012.005c.365.151.625.481.681.872l.156 1.095a.5.5 0 0 0 .495.429h1.133a.5.5 0 0 0 .495-.429l.156-1.095c.056-.391.315-.721.681-.872l.012-.005a1.12 1.12 0 0 1 1.101.134l.885.664a.5.5 0 0 0 .654-.046l.801-.801a.5.5 0 0 0 .046-.654l-.664-.885A1.11 1.11 0 0 1 12.6 9.91l.005-.012c.151-.365.481-.625.872-.681l1.095-.156A.5.5 0 0 0 15 8.566V7.434a.5.5 0 0 0-.429-.495M8 10.5a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5"})),Xn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconSettings_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"m21.387 10.484-1.565-.224a1.6 1.6 0 0 1-1.246-.972l-.007-.016a1.59 1.59 0 0 1 .192-1.572l.948-1.265a.716.716 0 0 0-.066-.934l-1.144-1.144a.714.714 0 0 0-.934-.066l-1.265.948a1.6 1.6 0 0 1-1.572.192l-.016-.007a1.59 1.59 0 0 1-.972-1.246l-.223-1.565A.715.715 0 0 0 12.809 2h-1.618a.714.714 0 0 0-.707.613l-.224 1.565a1.6 1.6 0 0 1-.972 1.246l-.016.006a1.6 1.6 0 0 1-1.573-.191L6.435 4.29a.714.714 0 0 0-.934.067L4.357 5.501a.714.714 0 0 0-.067.934L5.238 7.7c.34.453.409 1.049.192 1.572l-.006.016a1.59 1.59 0 0 1-1.246.972l-1.565.224a.71.71 0 0 0-.613.707v1.618c0 .356.261.657.613.707l1.565.224c.559.08 1.03.451 1.246.972l.007.016a1.59 1.59 0 0 1-.192 1.572l-.949 1.265a.716.716 0 0 0 .066.934L5.5 19.643c.251.251.649.28.934.066l1.265-.948a1.6 1.6 0 0 1 1.572-.192l.016.007c.522.216.892.687.972 1.246l.224 1.565a.715.715 0 0 0 .708.613h1.618a.71.71 0 0 0 .707-.613l.224-1.565c.08-.559.451-1.03.972-1.246l.016-.007a1.59 1.59 0 0 1 1.572.192l1.265.948a.716.716 0 0 0 .934-.066l1.144-1.144a.714.714 0 0 0 .066-.934l-.948-1.264a1.59 1.59 0 0 1-.192-1.572l.007-.016a1.59 1.59 0 0 1 1.246-.972l1.565-.224a.715.715 0 0 0 .613-.708v-1.618a.71.71 0 0 0-.613-.707M12 15.75a3.75 3.75 0 1 1 0-7.5 3.75 3.75 0 0 1 0 7.5"})),$6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconSettingsMeeting_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"m14.347 4.478.47.067a.214.214 0 0 1 .183.212v.486a.214.214 0 0 1-.183.212l-.47.067a.48.48 0 0 0-.376.297.48.48 0 0 0 .058.471l.284.38a.214.214 0 0 1-.02.28l-.343.343a.215.215 0 0 1-.28.02l-.38-.285a.48.48 0 0 0-.471-.057l-.005.002a.48.48 0 0 0-.292.374l-.067.47a.214.214 0 0 1-.212.183h-.486a.214.214 0 0 1-.212-.184l-.067-.47a.48.48 0 0 0-.291-.373l-.006-.002a.48.48 0 0 0-.471.057l-.38.285a.214.214 0 0 1-.28-.02l-.343-.343a.215.215 0 0 1-.02-.28l.285-.38a.48.48 0 0 0 .055-.476.48.48 0 0 0-.374-.292l-.47-.067A.214.214 0 0 1 9 5.243v-.486c0-.106.078-.197.184-.212l.47-.067a.48.48 0 0 0 .373-.291l.002-.006a.48.48 0 0 0-.057-.471l-.285-.38a.214.214 0 0 1 .02-.28l.343-.343a.214.214 0 0 1 .28-.02l.38.285a.48.48 0 0 0 .471.057h.003l.003-.002a.48.48 0 0 0 .291-.373l.067-.47A.214.214 0 0 1 11.757 2h.486c.106 0 .197.078.212.184l.067.47a.48.48 0 0 0 .296.375.48.48 0 0 0 .472-.057l.38-.285a.214.214 0 0 1 .28.02l.343.343a.215.215 0 0 1 .02.28l-.285.38a.48.48 0 0 0-.057.471l.002.006a.48.48 0 0 0 .374.291M10.929 5a1.071 1.071 0 1 0 2.142 0 1.071 1.071 0 0 0-2.142 0M7.98 5H2.031C.911 5 0 5.934 0 7.083v5.834C0 14.066.911 15 2.031 15h8.938c1.12 0 2.031-.934 2.031-2.083V9.259q-.341.056-.697.056A4.32 4.32 0 0 1 7.98 5m.437 3.645a1.993 1.993 0 0 1-1.99 1.991 1.993 1.993 0 0 1-1.991-1.99c0-1.098.893-1.991 1.99-1.991 1.098 0 1.991.893 1.991 1.99m-1.99 2.843c1.762 0 2.74.412 3.26.967l.01.01c.149.16.38.408.476 1.02a.543.543 0 0 1-.537.624H3.217a.543.543 0 0 1-.537-.623c.095-.604.32-.85.46-1.002l.013-.014c.516-.563 1.497-.982 3.274-.982",clipRule:"evenodd"})),Qn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconSettingsMeeting_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M3.125 7h8.894A6.5 6.5 0 0 0 20 12.826v6.049A3.13 3.13 0 0 1 16.875 22H3.125A3.13 3.13 0 0 1 0 18.875v-8.75A3.13 3.13 0 0 1 3.125 7m6.539 7.987a2.997 2.997 0 0 0 2.994-2.994A2.997 2.997 0 0 0 9.664 9a2.997 2.997 0 0 0-2.994 2.993 2.997 2.997 0 0 0 2.994 2.994m4.903 2.735c-.781-.835-2.253-1.455-4.903-1.455-2.672 0-4.146.631-4.922 1.477l-.02.022c-.21.228-.55.597-.692 1.506-.076.49.311.937.808.937h9.652a.817.817 0 0 0 .807-.937c-.143-.92-.491-1.293-.716-1.535z",clipRule:"evenodd"}),n.createElement("path",{fill:"currentColor",d:"m22.724 5.818-.704-.1a.72.72 0 0 1-.564-.446.72.72 0 0 1 .087-.708l.427-.569a.32.32 0 0 0-.03-.42l-.516-.514a.32.32 0 0 0-.42-.03l-.569.427a.72.72 0 0 1-.715.083.72.72 0 0 1-.437-.56l-.1-.705a.32.32 0 0 0-.32-.276h-.727a.32.32 0 0 0-.318.276l-.101.704a.72.72 0 0 1-.437.56q-.004.003-.008.003a.72.72 0 0 1-.708-.086l-.569-.426a.32.32 0 0 0-.42.03l-.514.515a.32.32 0 0 0-.03.42l.426.568a.72.72 0 0 1 .086.708l-.002.008a.72.72 0 0 1-.56.437l-.705.1a.32.32 0 0 0-.276.32v.728c0 .16.118.295.276.318l.704.1a.72.72 0 0 1 .563.445.72.72 0 0 1-.086.708l-.427.569a.32.32 0 0 0 .03.42l.515.515a.32.32 0 0 0 .42.03l.57-.427a.72.72 0 0 1 .707-.086q.004 0 .008.003c.235.097.402.309.438.56l.1.704a.32.32 0 0 0 .318.276h.729c.16 0 .295-.118.318-.276l.1-.704a.72.72 0 0 1 .438-.56l.008-.004a.72.72 0 0 1 .707.087l.57.427a.32.32 0 0 0 .42-.03l.515-.515a.32.32 0 0 0 .03-.42l-.428-.57a.72.72 0 0 1-.086-.707l.003-.008a.72.72 0 0 1 .56-.438l.705-.1A.32.32 0 0 0 23 6.864v-.728a.32.32 0 0 0-.276-.318M18.5 8.108a1.607 1.607 0 1 1 0-3.215 1.607 1.607 0 0 1 0 3.214"})),A6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconShare_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M3.8 3A2.8 2.8 0 0 0 1 5.8v4.667a2.8 2.8 0 0 0 2.8 2.8h3.57V8.2L5.092 9.504c-.179.104-.398.042-.515-.146a.53.53 0 0 1 .043-.61l3.09-3.562a.382.382 0 0 1 .58 0l3.09 3.562c.142.163.16.421.043.61-.116.185-.334.25-.514.146L8.63 8.2v5.067h3.57a2.8 2.8 0 0 0 2.8-2.8V5.8A2.8 2.8 0 0 0 12.2 3z"})),Kn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconShare_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M6 5a4 4 0 0 0-4 4v7a4 4 0 0 0 4 4h5.1v-7.403l-3.255 1.906c-.255.152-.568.06-.735-.214a.78.78 0 0 1 .062-.89l4.414-5.205a.538.538 0 0 1 .827 0l4.415 5.204a.78.78 0 0 1 .062.89c-.165.272-.477.366-.735.215L12.9 12.597V20H18a4 4 0 0 0 4-4V9a4 4 0 0 0-4-4z"})),q6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconShield_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M3.584 12.209Q5.168 14.387 7.6 15q2.432-.613 4.016-2.791Q13.2 10.029 13.2 7.37V3.1L7.6 1 2 3.1v4.27q0 2.66 1.584 4.839m6.332-6.091a.402.402 0 1 1 .569.569L7.289 9.882a.4.4 0 0 1-.57 0L5.119 8.28a.402.402 0 1 1 .569-.569L7.004 9.03z",clipRule:"evenodd"})),Zn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconShield_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M6.263 18.013Q8.525 21.124 12 22q3.476-.875 5.738-3.988T20 11.1V5l-8-3-8 3v6.1q0 3.8 2.263 6.913m9.34-9.807a.703.703 0 1 1 .995.996l-5.592 5.591a.704.704 0 0 1-.996 0L7.207 11.99a.703.703 0 1 1 .995-.996l2.306 2.307z",clipRule:"evenodd"})),H6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconShuffle_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"m8.872 1.966 2.792.912L1.58 12.673a.943.943 0 0 0 0 1.363 1.01 1.01 0 0 0 1.402 0L13.066 4.24l.938 2.712c.08.232.325.373.567.333a.5.5 0 0 0 .43-.49V1.496A.503.503 0 0 0 14.488 1H9.035a.51.51 0 0 0-.505.416c-.04.24.104.473.342.55m5.133 7.08-.938 2.713-2.835-2.754a1.01 1.01 0 0 0-1.402 0 .943.943 0 0 0 0 1.362l2.835 2.754-2.792.912a.5.5 0 0 0-.342.55c.04.242.254.417.503.417h5.455c.283 0 .51-.222.51-.496v-5.3a.5.5 0 0 0-.428-.49.51.51 0 0 0-.566.333M1.287 1.686a.944.944 0 0 0 .007 1.362l3.93 3.778c.39.374 1.018.371 1.403-.007a.944.944 0 0 0-.007-1.363L2.69 1.677a1.01 1.01 0 0 0-1.403.008",clipRule:"evenodd"})),Yn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconShuffle_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"m13.121 4.312 3.59 1.237L3.746 18.842a1.33 1.33 0 0 0 0 1.85 1.25 1.25 0 0 0 1.803 0L18.514 7.396l1.206 3.681a.66.66 0 0 0 .728.452.67.67 0 0 0 .552-.665V3.673A.664.664 0 0 0 20.343 3H13.33a.664.664 0 0 0-.649.565.675.675 0 0 0 .44.747m6.6 9.608-1.207 3.681-3.644-3.737a1.25 1.25 0 0 0-1.803 0 1.33 1.33 0 0 0 0 1.849l3.644 3.737-3.589 1.237a.68.68 0 0 0-.44.747.66.66 0 0 0 .648.566h7.013c.363 0 .657-.3.657-.673v-7.192a.67.67 0 0 0-.551-.666.655.655 0 0 0-.728.451M3.369 3.93a1.33 1.33 0 0 0 .01 1.849l5.052 5.126c.5.508 1.308.504 1.803-.01a1.33 1.33 0 0 0-.01-1.849L5.173 3.92a1.253 1.253 0 0 0-1.803.01",clipRule:"evenodd"})),O6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconSpeakerDisabled_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M2.037 1.636a.5.5 0 0 1 .707 0l12.408 12.411a.5.5 0 0 1-.707.707l-1.02-1.021a7 7 0 0 1-.637.524.599.599 0 1 1-.702-.972 3 3 0 0 0 .324-.283q.072-.07.146-.138l-1.473-1.473a4.3 4.3 0 0 1-.929.616.6.6 0 0 1-.509-1.087c.216-.101.409-.233.592-.376L7.5 7.807v5.526a.666.666 0 0 1-1.2.4l-2.27-3.028-2.19-.438A1.67 1.67 0 0 1 .5 8.633V7.366c0-.794.561-1.478 1.34-1.634l2.189-.438.411-.548-2.403-2.403a.5.5 0 0 1 0-.707M14.8 8c0 1.19-.34 2.339-.94 3.338l.874.874A7.7 7.7 0 0 0 16 8a7.75 7.75 0 0 0-3.21-6.257.599.599 0 1 0-.702.972A6.54 6.54 0 0 1 14.8 8M6.833 2c.369 0 .667.298.667.667v2.311L5.652 3.13l.648-.863A.67.67 0 0 1 6.833 2m4.681 6a3.25 3.25 0 0 0-1.869-2.92.6.6 0 0 1 .509-1.087A4.45 4.45 0 0 1 12.714 8c0 .631-.139 1.243-.391 1.802l-.933-.933q.122-.421.124-.869",clipRule:"evenodd"})),Jn=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconSpeakerDisabled_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M4.021 4.045a.625.625 0 0 1 .884 0L20.418 19.56a.625.625 0 0 1-.884.884l-1.276-1.276a9 9 0 0 1-.796.655.75.75 0 1 1-.878-1.216c.146-.106.274-.23.403-.353q.09-.087.184-.173l-1.842-1.842a5.3 5.3 0 0 1-1.16.77.751.751 0 0 1-.638-1.359c.27-.126.511-.29.74-.47l-3.42-3.42v6.907a.833.833 0 0 1-1.5.5l-2.839-3.784-2.737-.547A2.084 2.084 0 0 1 2.1 12.792v-1.584c0-.993.701-1.848 1.675-2.043l2.737-.547.513-.684L4.021 4.93a.625.625 0 0 1 0-.884M19.975 12a8.1 8.1 0 0 1-1.175 4.173l1.093 1.093A9.63 9.63 0 0 0 21.476 12a9.69 9.69 0 0 0-4.013-7.822.75.75 0 1 0-.878 1.216A8.18 8.18 0 0 1 19.975 12m-9.958-7.5c.46 0 .833.373.833.833v2.89l-2.31-2.31.81-1.08a.83.83 0 0 1 .667-.333m5.85 7.5a4.06 4.06 0 0 0-2.336-3.65.75.75 0 1 1 .638-1.358 5.56 5.56 0 0 1 3.2 5.01c0 .787-.175 1.553-.49 2.251l-1.167-1.167c.1-.35.155-.714.155-1.086",clipRule:"evenodd"})),P6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconSpeakerOff_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M6.833 2a.67.67 0 0 0-.533.267L4.029 5.294l-2.189.438C1.061 5.888.5 6.572.5 7.366v1.267c0 .794.561 1.478 1.34 1.634l2.19.438 2.27 3.028a.666.666 0 0 0 1.2-.4V2.667A.666.666 0 0 0 6.833 2"})),ea=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconSpeakerOff_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M10.017 4.5a.83.83 0 0 0-.667.333L6.512 8.618l-2.737.547A2.084 2.084 0 0 0 2.1 11.208v1.584c0 .993.701 1.848 1.675 2.043l2.737.547 2.838 3.784a.833.833 0 0 0 1.5-.5V5.333a.833.833 0 0 0-.833-.833"})),V6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconSpeakerOn_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("g",{clipPath:"url(#IconSpeakerOn_16__a)"},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M11.953 1.878a.6.6 0 0 1 .837-.135A7.75 7.75 0 0 1 16 8a7.75 7.75 0 0 1-3.21 6.257.599.599 0 1 1-.702-.972A6.54 6.54 0 0 0 14.8 8a6.54 6.54 0 0 0-2.712-5.285.6.6 0 0 1-.135-.837M6.833 2a.67.67 0 0 0-.533.267L4.029 5.294l-2.189.438C1.061 5.888.5 6.572.5 7.366v1.267c0 .794.561 1.478 1.34 1.634l2.19.438 2.27 3.028a.666.666 0 0 0 1.2-.4V2.667A.666.666 0 0 0 6.833 2m3.322 1.993a.6.6 0 0 0-.51 1.087A3.25 3.25 0 0 1 11.514 8a3.25 3.25 0 0 1-1.869 2.92.6.6 0 0 0 .509 1.087A4.45 4.45 0 0 0 12.714 8a4.45 4.45 0 0 0-2.559-4.007",clipRule:"evenodd"})),n.createElement("defs",null,n.createElement("clipPath",{id:"IconSpeakerOn_16__a"},n.createElement("path",{fill:"currentColor",d:"M0 0h16v16H0z"})))),ta=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconSpeakerOn_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M16.415 4.347a.75.75 0 0 1 1.047-.169A9.69 9.69 0 0 1 21.475 12a9.68 9.68 0 0 1-4.013 7.822.75.75 0 1 1-.878-1.216A8.17 8.17 0 0 0 19.975 12a8.18 8.18 0 0 0-3.39-6.606.75.75 0 0 1-.17-1.047m-6.398.153a.83.83 0 0 0-.667.333L6.512 8.618l-2.737.547A2.084 2.084 0 0 0 2.1 11.208v1.584c0 .993.701 1.848 1.675 2.043l2.737.547 2.838 3.784a.833.833 0 0 0 1.5-.5V5.333a.833.833 0 0 0-.833-.833m4.151 2.491a.75.75 0 1 0-.637 1.359A4.06 4.06 0 0 1 15.867 12a4.06 4.06 0 0 1-2.336 3.65.75.75 0 0 0 .637 1.36 5.56 5.56 0 0 0 3.2-5.01 5.56 5.56 0 0 0-3.2-5.009",clipRule:"evenodd"})),T6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconSpotlight_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("g",{fill:"currentColor",clipPath:"url(#IconSpotlight_16__a)"},n.createElement("path",{d:"M0 1.455v2.181h1.455V1.455h2.181V0H1.455A1.4 1.4 0 0 0 .427.427 1.4 1.4 0 0 0 0 1.455M1.455 16h2.181v-1.454H1.455v-2.182H0v2.182q0 .6.427 1.027A1.4 1.4 0 0 0 1.455 16M12.364 14.546V16h2.182a1.4 1.4 0 0 0 1.027-.427A1.4 1.4 0 0 0 16 14.546v-2.182h-1.454v2.182zM14.546 1.455v2.181H16V1.455a1.4 1.4 0 0 0-.427-1.028A1.4 1.4 0 0 0 14.546 0h-2.182v1.455zM8 8.308a2.33 2.33 0 0 0 2.32-2.336A2.33 2.33 0 0 0 8 3.636a2.33 2.33 0 0 0-2.32 2.336A2.33 2.33 0 0 0 8 8.308M11.791 10.427c-.604-.65-1.742-1.133-3.791-1.133-2.066 0-3.206.492-3.806 1.15l-.016.017c-.162.178-.424.466-.534 1.173-.06.382.24.73.624.73h7.464a.634.634 0 0 0 .624-.73c-.11-.717-.38-1.007-.554-1.195z"})),n.createElement("defs",null,n.createElement("clipPath",{id:"IconSpotlight_16__a"},n.createElement("path",{fill:"currentColor",d:"M0 0h16v16H0z"})))),na=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconSpotlight_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M1 3v3h2V3h3V1H3q-.824 0-1.412.587A1.93 1.93 0 0 0 1 3M3 23h3v-2H3v-3H1v3q0 .824.587 1.413Q2.176 23 3 23M18 21v2h3q.824 0 1.413-.587Q23 21.825 23 21v-3h-2v3zM21 3v3h2V3q0-.824-.587-1.412A1.93 1.93 0 0 0 21 1h-3v2zM12 12.423c1.76 0 3.19-1.44 3.19-3.212C15.19 7.441 13.757 6 12 6S8.81 7.44 8.81 9.211c0 1.772 1.43 3.212 3.19 3.212M17.213 15.338c-.83-.894-2.396-1.558-5.213-1.558-2.84 0-4.409.676-5.233 1.581l-.022.024c-.223.244-.584.639-.735 1.612A.873.873 0 0 0 6.868 18h10.264c.528 0 .94-.478.858-1.003-.153-.986-.523-1.385-.762-1.643z"})),W6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconStar_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"m14.773 5.86-4.28-.622L8.579 1.36a.646.646 0 0 0-1.158 0L5.507 5.238l-4.28.622a.646.646 0 0 0-.358 1.102l3.097 3.019-.731 4.263a.646.646 0 0 0 .937.681L8 12.912l3.828 2.013a.646.646 0 0 0 .937-.681l-.731-4.263 3.097-3.019a.646.646 0 0 0-.358-1.102"})),aa=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconStar_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"m21.676 8.943-6.114-.888-2.734-5.54a.923.923 0 0 0-1.655 0l-2.734 5.54-6.115.888a.923.923 0 0 0-.511 1.574l4.424 4.313-1.044 6.09a.923.923 0 0 0 1.339.973L12 19.017l5.469 2.875a.923.923 0 0 0 1.339-.973l-1.044-6.09 4.424-4.313a.922.922 0 0 0-.512-1.573"})),D6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconStopRound_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14M5.9 5.2a.7.7 0 0 0-.7.7v4.2a.7.7 0 0 0 .7.7h4.2a.7.7 0 0 0 .7-.7V5.9a.7.7 0 0 0-.7-.7z",clipRule:"evenodd"})),oa=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconStopRound_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10M9 8a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1z",clipRule:"evenodd"})),j6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconSupport_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M6.588 1.139c-2.812.553-5.04 2.877-5.495 5.707-.527 3.277 1.242 6.214 3.945 7.482a1.244 1.244 0 0 0 2.489-.053 1.25 1.25 0 0 0-2.137-.88A6.03 6.03 0 0 1 2.345 10h1.082a5.04 5.04 0 0 0 1.927 2.227 2.23 2.23 0 0 1 2.766.76 5 5 0 0 0 4.454-2.988h1.334c.495 0 .913-.362.996-.85Q14.999 8.589 15 8a7.01 7.01 0 0 0-8.412-6.861M5.143 6.893a.893.893 0 1 1 1.786 0 .893.893 0 0 1-1.786 0m5.113 3.371c-.036.039-.89.965-2.256.965s-2.22-.925-2.256-.964a.501.501 0 0 1 .74-.673c.005.004.604.637 1.516.637s1.51-.633 1.517-.639a.501.501 0 0 1 .739.674m-.292-2.478a.893.893 0 1 1 0-1.787.893.893 0 0 1 0 1.787M12.899 7A5 5 0 0 0 3.1 7H2.08v-.002c.408-2.51 2.455-4.537 4.968-4.925A6.006 6.006 0 0 1 13.909 7z"})),la=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconSupport_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M12.078 1.008c-5.243.207-9.642 4.433-10.046 9.664-.351 4.545 2.216 8.536 6.018 10.321a1.87 1.87 0 0 0 3.742-.081 1.874 1.874 0 0 0-3.208-1.317A9.05 9.05 0 0 1 4.018 14.5h1.619a7.54 7.54 0 0 0 2.881 3.347c.425-.198.898-.31 1.399-.31 1.149 0 2.161.577 2.77 1.454a7.5 7.5 0 0 0 6.682-4.491h1.997c.722 0 1.356-.511 1.48-1.223q.153-.867.154-1.777C23 5.57 18.059.773 12.078 1.008M8.214 9.839a1.339 1.339 0 1 1 2.678 0 1.339 1.339 0 0 1-2.678 0m7.67 5.057c-.053.059-1.335 1.448-3.384 1.448s-3.331-1.389-3.384-1.448a.75.75 0 1 1 1.111-1.007c.006.006.904.955 2.272.955s2.267-.949 2.275-.958a.754.754 0 0 1 1.058-.043.745.745 0 0 1 .052 1.053m-.438-3.717a1.339 1.339 0 1 1 0-2.678 1.339 1.339 0 0 1 0 2.678M19.849 10A7.5 7.5 0 0 0 12.5 4a7.5 7.5 0 0 0-7.349 6H3.622v-.003c.614-3.772 3.676-6.803 7.453-7.387 5.066-.782 9.496 2.694 10.289 7.39z"})),F6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconTestScriptIcon_16",viewBox:"0 0 15 14","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M12.7 3.526h-1.417a1.9 1.9 0 0 0 .117-.631C11.4 1.846 10.529 1 9.45 1c-.682 0-1.274.341-1.625.853l-.325.423-.325-.43A1.97 1.97 0 0 0 5.55 1C4.471 1 3.6 1.846 3.6 2.895c0 .22.046.436.117.631H2.3c-.721 0-1.293.562-1.293 1.263L1 11.737c0 .7.579 1.263 1.3 1.263h10.4c.722 0 1.3-.562 1.3-1.263V4.789c0-.7-.578-1.263-1.3-1.263M9.45 2.263c.357 0 .65.284.65.632a.643.643 0 0 1-.65.631.643.643 0 0 1-.65-.631c0-.348.292-.632.65-.632m-3.9 0c.357 0 .65.284.65.632a.643.643 0 0 1-.65.631.643.643 0 0 1-.65-.631c0-.348.292-.632.65-.632m7.15 9.474H2.3v-1.263h10.4zm0-3.158H2.3v-3.79h3.302L4.25 6.577l1.053.739L6.85 5.269l.65-.858.65.858 1.547 2.047 1.053-.74L9.398 4.79H12.7z"})),ra=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconTestScriptIcon_24",viewBox:"0 0 21 19","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M18.2 4.368h-1.962c.099-.26.162-.547.162-.842C16.4 2.128 15.194 1 13.7 1c-.945 0-1.764.455-2.25 1.137L11 2.7l-.45-.573A2.76 2.76 0 0 0 8.3 1C6.806 1 5.6 2.128 5.6 3.526c0 .295.063.581.162.842H3.8c-.999 0-1.791.75-1.791 1.685L2 15.316C2 16.25 2.801 17 3.8 17h14.4c.999 0 1.8-.75 1.8-1.684V6.053c0-.935-.801-1.685-1.8-1.685m-4.5-1.684c.495 0 .9.38.9.842 0 .463-.405.842-.9.842s-.9-.379-.9-.842.405-.842.9-.842m-5.4 0c.495 0 .9.38.9.842 0 .463-.405.842-.9.842s-.9-.379-.9-.842.405-.842.9-.842m9.9 12.632H3.8v-1.684h14.4zm0-4.21H3.8V6.052h4.572L6.5 8.436l1.458.985L10.1 6.693l.9-1.146.9 1.146 2.142 2.728 1.458-.985-1.872-2.383H18.2z"})),r1=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconThumbsDown_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M15 3H6c-.83 0-1.54.5-1.84 1.22l-3.02 7.05c-.09.23-.14.47-.14.73v2c0 1.1.9 2 2 2h6.31l-.95 4.57-.03.32c0 .41.17.79.44 1.06L9.83 23l6.59-6.59c.36-.36.58-.86.58-1.41V5c0-1.1-.9-2-2-2m4 0v12h4V3z"})),c1=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconThumbsUp_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M1 21h4V9H1zm22-11c0-1.1-.9-2-2-2h-6.31l.95-4.57.03-.32c0-.41-.17-.79-.44-1.06L14.17 1 7.59 7.59C7.22 7.95 7 8.45 7 9v10c0 1.1.9 2 2 2h9c.83 0 1.54-.5 1.84-1.22l3.02-7.05c.09-.23.14-.47.14-.73z"})),U6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconTimer_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M5 1.966C5 1.432 5.432 1 5.965 1h5.07a.966.966 0 0 1 0 1.931H9.5v1.536c2.56.454 4.5 2.62 4.5 5.223C14 12.623 11.538 15 8.5 15S3 12.623 3 9.69c0-2.604 1.94-4.77 4.5-5.223V2.93H5.965A.966.966 0 0 1 5 1.966m7.498 5.474-2.73 2.597c-.25.238-.59.326-.905.273a1.04 1.04 0 0 1-.675-.413.97.97 0 0 1-.153-.832c.075-.273.27-.517.56-.65l3.463-1.583c.396-.18.752.31.44.608",clipRule:"evenodd"})),ca=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconTimer_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M7.09 2.517C7.09 1.68 7.77 1 8.609 1h7.784a1.517 1.517 0 1 1 0 3.034H8.608c-.838 0-1.517-.679-1.517-1.517m3.865 3.93C6.998 7.162 4 10.566 4 14.656 4 19.264 7.806 23 12.5 23s8.5-3.736 8.5-8.345c0-4.09-2.998-7.494-6.954-8.207V4.035h-3.091zm7.723 4.673L14.46 15.2a1.62 1.62 0 0 1-1.399.431 1.6 1.6 0 0 1-1.043-.65 1.54 1.54 0 0 1-.235-1.307c.116-.43.415-.812.864-1.02L18 10.164c.612-.283 1.162.489.68.956",clipRule:"evenodd"})),G6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconTranscript_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M10.542 1c-1.182 0-2.315.47-3.151 1.305L3.095 6.601a.64.64 0 0 0-.186.45v5.14l-1.723 1.723a.636.636 0 1 0 .9.9l1.718-1.718h5.15c.17 0 .332-.067.451-.187l4.29-4.301A4.457 4.457 0 0 0 10.541 1m1.71 2.742a.69.69 0 0 1 0 .975L8.328 8.631h2.219a.636.636 0 1 1 0 1.273H7.05L5.209 11.74c-.059.063-.09.094-.12.094H4.22c-.068 0-.124 0-.124-.062v-.743c0-.062.01-.103.092-.185l7.089-7.103a.69.69 0 0 1 .975 0",clipRule:"evenodd"})),sa=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconTranscript_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M15.632 2c-1.689 0-3.308.67-4.502 1.865L4.993 10a.9.9 0 0 0-.266.643v7.343l-2.46 2.461a.909.909 0 1 0 1.285 1.286l2.453-2.454h7.359a.9.9 0 0 0 .643-.267l6.127-6.145A6.367 6.367 0 0 0 15.632 2m2.443 3.917a.985.985 0 0 1 0 1.393l-5.607 5.592h3.168a.91.91 0 1 1 0 1.818h-4.992l-2.632 2.624c-.083.09-.128.135-.172.135H6.601c-.097 0-.177 0-.177-.089v-1.062c0-.088.016-.147.132-.264h.001L16.682 5.916a.985.985 0 0 1 1.393 0",clipRule:"evenodd"})),X6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconTrash_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M5.9 2.3v.1H1.7a.7.7 0 1 0 0 1.4h12.6a.7.7 0 1 0 0-1.4h-4.2v-.1a2 2 0 0 0-2-2h-.2a2 2 0 0 0-2 2"}),n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M13.6 5.2H2.4v8.5a2 2 0 0 0 2 2h7.2a2 2 0 0 0 2-2zM7.3 8a.7.7 0 1 0-1.4 0v4.9a.7.7 0 1 0 1.4 0zm2.1-.7a.7.7 0 0 1 .7.7v4.9a.7.7 0 0 1-1.4 0V8a.7.7 0 0 1 .7-.7",clipRule:"evenodd"})),ia=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconTrash_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M15 6H3a1 1 0 0 1 0-2h6V3a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v1h6a1 1 0 1 1 0 2zm5 2H4v13a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2zm-9 4a1 1 0 1 0-2 0v7a1 1 0 1 0 2 0zm3-1a1 1 0 0 1 1 1v7a1 1 0 1 1-2 0v-7a1 1 0 0 1 1-1",clipRule:"evenodd"})),Q6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconUnlock_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M9.907 6.385V4.077c0-1.052.821-1.908 1.91-1.908s1.91.856 1.91 1.908v.461H15v-.461C15 2.378 13.574 1 11.817 1S8.634 2.378 8.634 4.077v2.308z"}),n.createElement("path",{fill:"currentColor",d:"M2.637 6.385A.626.626 0 0 0 2 7v7.385c0 .34.285.615.637.615h9.23a.626.626 0 0 0 .637-.615V7a.626.626 0 0 0-.637-.615z"})),da=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconUnlock_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M14.165 9.462V5.835c0-1.653 1.263-2.998 2.938-2.998s2.938 1.345 2.938 2.998v.725H22v-.725C22 3.166 19.806 1 17.103 1s-4.897 2.166-4.897 4.835v3.627z"}),n.createElement("path",{fill:"currentColor",d:"M2.98 9.462c-.542 0-.98.432-.98.967v11.604c0 .534.438.967.98.967h14.2c.541 0 .98-.433.98-.967V10.429a.973.973 0 0 0-.98-.967z"})),K6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconVideoOff_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M1.417 1.661a.5.5 0 0 0-.707.707l1.723 1.723A1.995 1.995 0 0 0 1 6v4a2 2 0 0 0 2 2h7c.09 0 .177-.014.264-.028l.042-.007 2.815 2.815a.5.5 0 0 0 .707-.707zM12 10V6a2 2 0 0 0-2-2H5.17l6.698 6.698c.081-.218.132-.451.132-.698m1-3.5 2.18-1.817a.5.5 0 0 1 .82.385v5.865a.5.5 0 0 1-.82.384L13 9.5z",clipRule:"evenodd"})),Z6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconVideoOff_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M3.567 4.076a.625.625 0 0 0-.884.884l2.154 2.154A2.49 2.49 0 0 0 3.046 9.5v4.99a2.5 2.5 0 0 0 2.5 2.5h8.75a2.4 2.4 0 0 0 .382-.034l3.518 3.518a.625.625 0 0 0 .884-.884zM16.796 14.5v-5a2.5 2.5 0 0 0-2.5-2.5H8.258l8.373 8.373c.101-.273.165-.565.165-.873m1.25-4.375 2.725-2.271a.625.625 0 0 1 1.025.48v7.332c0 .53-.618.819-1.025.48l-2.725-2.271z",clipRule:"evenodd"})),Y6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconVideoOff_32",viewBox:"0 0 32 32","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M4.09 5.577a.834.834 0 0 0-1.18 1.179l2.873 2.872a3.32 3.32 0 0 0-2.388 3.181v6.654a3.333 3.333 0 0 0 3.333 3.333h11.667c.176 0 .341-.019.51-.045l4.69 4.69a.834.834 0 0 0 1.178-1.178zm17.638 13.899v-6.667a3.333 3.333 0 0 0-3.333-3.333h-8.05L21.507 20.64c.135-.364.22-.753.22-1.164m1.667-5.833 3.633-3.028a.834.834 0 0 1 1.367.64v9.776a.833.833 0 0 1-1.367.64l-3.633-3.028z",clipRule:"evenodd"})),J6=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconVideoOn_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M3 4h7a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2m10 2.5 2.18-1.817a.5.5 0 0 1 .82.385v5.865a.5.5 0 0 1-.82.384L13 9.5z",clipRule:"evenodd"})),e7=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconVideoOn_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M5.65 7h8.75a2.5 2.5 0 0 1 2.5 2.5v5a2.5 2.5 0 0 1-2.5 2.5H5.65a2.5 2.5 0 0 1-2.5-2.5v-5A2.5 2.5 0 0 1 5.65 7m12.5 3.125 2.725-2.271a.625.625 0 0 1 1.025.48v7.332c0 .53-.618.819-1.025.48l-2.725-2.271z",clipRule:"evenodd"})),t7=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconVideoOn_32",viewBox:"0 0 32 32","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M7.533 9.333H19.2a3.333 3.333 0 0 1 3.333 3.334v6.666a3.333 3.333 0 0 1-3.333 3.334H7.533A3.333 3.333 0 0 1 4.2 19.333v-6.666a3.333 3.333 0 0 1 3.333-3.334M24.2 13.5l3.633-3.028a.834.834 0 0 1 1.367.64v9.776a.833.833 0 0 1-1.367.64L24.2 18.5z",clipRule:"evenodd"})),n7=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconVideoSystems_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M10.947 3.061a2.763 2.763 0 1 1-5.527 0 2.763 2.763 0 0 1 5.527 0m-1.274 0a1.488 1.488 0 1 1-2.976 0 1.488 1.488 0 0 1 2.976 0M3.026 2.51h-.11A1.916 1.916 0 0 0 1 4.426v6.485c0 1.058.858 1.915 1.916 1.915h10.168A1.916 1.916 0 0 0 15 10.91V4.425a1.916 1.916 0 0 0-1.916-1.915h-.075l-.035-.001h-.368a.553.553 0 0 0 0 1.105h.17v.001h.308a.81.81 0 0 1 .81.81v6.485a.81.81 0 0 1-.81.81H2.916a.81.81 0 0 1-.81-.81V4.425a.81.81 0 0 1 .81-.81h.31v-.001h.537a.553.553 0 0 0 0-1.105zm2.948 11.053h4.052l.535 1.604a.46.46 0 0 1-.437.607H5.876a.46.46 0 0 1-.437-.607zm2.763-10.5a.553.553 0 1 1-1.105 0 .553.553 0 0 1 1.105 0m-4.62 1.657c.349 0 .66.207.855.497A3.87 3.87 0 0 0 8.185 6.93c1.39 0 2.609-.733 3.29-1.834a.76.76 0 0 1 .636-.377.68.68 0 0 1 .679.68v3.815a1.4 1.4 0 0 1-1.4 1.4H4.61a1.4 1.4 0 0 1-1.4-1.4v-3.59c0-.5.406-.905.906-.905",clipRule:"evenodd"})),ma=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconVideoSystems_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",d:"M13.053 4.947a.79.79 0 1 1-1.58 0 .79.79 0 0 1 1.58 0"}),n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M16.21 4.947a3.948 3.948 0 1 1-7.895 0 3.948 3.948 0 0 1 7.895 0m-1.82 0a2.126 2.126 0 1 1-4.251 0 2.126 2.126 0 0 1 4.25 0",clipRule:"evenodd"}),n.createElement("path",{fill:"currentColor",d:"m4.894 4.158-.042.001h-.115A2.737 2.737 0 0 0 2 6.896v9.263a2.737 2.737 0 0 0 2.737 2.737h14.526A2.737 2.737 0 0 0 22 16.159V6.896a2.737 2.737 0 0 0-2.737-2.737h-.116l-.041-.001h-.527a.79.79 0 0 0 0 1.579h.244v.001h.44c.64 0 1.158.518 1.158 1.158v9.263c0 .64-.518 1.158-1.158 1.158H4.737a1.16 1.16 0 0 1-1.158-1.158V6.896c0-.64.518-1.158 1.158-1.158h.441v-.001h.769a.79.79 0 1 0 0-1.579zM9.105 19.949h5.79l.764 2.291a.658.658 0 0 1-.624.866h-6.07a.658.658 0 0 1-.624-.866z"}),n.createElement("path",{fill:"currentColor",d:"M6.452 7.316c.5 0 .943.295 1.222.71a5.52 5.52 0 0 0 4.59 2.448 5.52 5.52 0 0 0 4.701-2.62c.198-.318.533-.538.907-.538a.97.97 0 0 1 .97.97v5.451a2 2 0 0 1-2 2H7.159a2 2 0 0 1-2-2V8.61c0-.715.58-1.294 1.294-1.294"})),a7=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconWaiting_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M3.227 4.364h6.046q-.06.293-.061.606a3.03 3.03 0 0 0 4.243 2.778v3.813c0 1.044-.85 1.893-1.895 1.893H3.227a1.896 1.896 0 0 1-1.894-1.893V6.258c0-1.045.85-1.894 1.894-1.894m3.963 4.84c1.001 0 1.815-.814 1.815-1.814S8.19 5.576 7.19 5.576s-1.814.813-1.814 1.814c0 1 .814 1.814 1.814 1.814m2.972 1.658c-.474-.506-1.366-.882-2.972-.882-1.62 0-2.513.383-2.983.895l-.012.013c-.127.139-.333.362-.419.913a.495.495 0 0 0 .49.568h5.85c.3 0 .535-.27.488-.568-.087-.558-.297-.784-.434-.93z",clipRule:"evenodd"}),n.createElement("path",{fill:"currentColor",d:"M12.242 2.545a2.424 2.424 0 1 0 0 4.849 2.424 2.424 0 0 0 0-4.849m1.288 3.132a.26.26 0 0 1-.352.102l-1.06-.582a.26.26 0 0 1-.135-.227V3.238a.26.26 0 0 1 .52 0v1.578l.925.508a.26.26 0 0 1 .102.353"})),ua=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconWaiting_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("circle",{cx:17.6,cy:7.6,r:3.6,fill:"currentColor"}),n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M4.84 6.546h9.07q-.091.44-.092.909a4.546 4.546 0 0 0 6.364 4.167v5.719a2.844 2.844 0 0 1-2.841 2.84H4.84A2.844 2.844 0 0 1 2 17.342V9.386a2.844 2.844 0 0 1 2.84-2.84m5.946 7.26a2.724 2.724 0 0 0 2.72-2.721c0-1.5-1.22-2.721-2.72-2.721s-2.723 1.22-2.723 2.72a2.725 2.725 0 0 0 2.723 2.723m4.456 2.487c-.71-.76-2.048-1.323-4.457-1.323-2.428 0-3.77.574-4.474 1.343l-.018.02c-.191.207-.5.543-.629 1.37a.743.743 0 0 0 .734.85h8.775a.743.743 0 0 0 .734-.851c-.13-.837-.447-1.176-.652-1.396z",clipRule:"evenodd"}),n.createElement("path",{fill:"currentColor",d:"M18.364 3.818a3.636 3.636 0 1 0 0 7.273 3.636 3.636 0 0 0 0-7.273m1.932 4.697a.39.39 0 0 1-.53.154l-1.59-.873a.39.39 0 0 1-.202-.341V4.857a.39.39 0 0 1 .78 0v2.367l1.387.763a.39.39 0 0 1 .155.528"})),o7=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconWarning_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M9.278 12.867c0 .626-.507 1.133-1.133 1.133h-.012a1.133 1.133 0 1 1 0-2.267h.012c.626 0 1.133.508 1.133 1.134m-1.133-3.4A1.133 1.133 0 0 1 7.01 8.333v-5.2a1.133 1.133 0 0 1 2.267 0v5.2c0 .626-.507 1.134-1.133 1.134",clipRule:"evenodd"})),fa=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconWarning_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M13.417 19.3a1.7 1.7 0 0 1-1.7 1.7H11.7a1.7 1.7 0 1 1 0-3.4h.017a1.7 1.7 0 0 1 1.7 1.7m-1.7-5.1a1.7 1.7 0 0 1-1.7-1.7V4.7a1.7 1.7 0 1 1 3.4 0v7.8a1.7 1.7 0 0 1-1.7 1.7",clipRule:"evenodd"})),l7=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconWarningRound_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8m7.7 2.8a.7.7 0 0 1-.7.7h-.007a.7.7 0 1 1 0-1.4H8a.7.7 0 0 1 .7.7M8 8.7a.7.7 0 0 1-.7-.7V5.2a.7.7 0 1 1 1.4 0V8a.7.7 0 0 1-.7.7",clipRule:"evenodd"})),_a=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconWarningRound_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10S2 17.523 2 12m11 4a1 1 0 0 1-1 1h-.01a1 1 0 1 1 0-2H12a1 1 0 0 1 1 1m-1-3a1 1 0 0 1-1-1V8a1 1 0 1 1 2 0v4a1 1 0 0 1-1 1",clipRule:"evenodd"})),P={IconAdd:{size16:ri,size24:s0,size32:s0},IconAddSomeone:{size16:ci,size24:i0,size32:i0},IconAdjust:{size16:si,size24:ii,size32:di},IconAdmit:{size16:mi,size24:ui,size32:fi},IconAiAssistant:{size16:_i,size24:d0,size32:d0},IconAlert:{size16:pi,size24:m0,size32:m0},IconAnalyticsChart:{size16:hi,size24:u0,size32:u0},IconAnalyticsProgress:{size16:vi,size24:f0,size32:f0},IconAndroidLogo:{size16:gi,size24:_0,size32:_0},IconAppleLogo:{size16:wi,size24:p0,size32:p0},IconArrowCornerDown:{size16:Ei,size24:h0,size32:h0},IconArrowDown:{size16:xi,size24:v0,size32:v0},IconArrowLeft:{size16:bi,size24:g0,size32:g0},IconArrowLeftRegular:{size16:ki,size24:w0,size32:w0},IconArrowRight:{size16:Ci,size24:E0,size32:E0},IconArrowUp:{size16:zi,size24:x0,size32:x0},IconAudioTransmission:{size16:yi,size24:b0,size32:b0},IconAuthenticated:{size16:Ii,size24:Bi,size32:Mi},IconBackgroundBlur:{size16:Si,size24:Li,size32:Ri},IconBackgroundReplace:{size16:Ni,size24:k0,size32:k0},IconBackspace:{size16:$i,size24:C0,size32:C0},IconBackToTop:{size16:Ai,size24:z0,size32:z0},IconBandwidth:{size16:qi,size24:y0,size32:y0},IconBell:{size16:Hi,size24:I0,size32:I0},IconBilling:{size16:Oi,size24:B0,size32:B0},IconBlock:{size16:Pi,size24:M0,size32:M0},IconBluetooth:{size16:Vi,size24:S0,size32:S0},IconBreakoutRooms:{size16:Ti,size24:L0,size32:L0},IconBulletPoint:{size16:Wi,size24:R0,size32:R0},IconCalendar:{size16:Di,size24:N0,size32:N0},IconChat:{size16:ji,size24:$0,size32:$0},IconCheckmark:{size16:Fi,size24:A0,size32:A0},IconCheckmarkRound:{size16:Ui,size24:q0,size32:q0},IconChevronDown:{size16:Gi,size24:H0,size32:H0},IconChevronLeft:{size16:Xi,size24:O0,size32:O0},IconChevronRight:{size16:Qi,size24:P0,size32:P0},IconChevronUp:{size16:Ki,size24:V0,size32:V0},IconChromeLogo:{size16:Zi,size24:T0,size32:T0},IconClock:{size16:Yi,size24:W0,size32:W0},IconClose:{size16:Ji,size24:D0,size32:D0},IconColumns:{size16:e5,size24:t5,size32:n5},IconConnectionIndicatorHigh:{size16:Kt,size24:Kt,size32:Kt},IconConnectionIndicatorLow:{size16:Zt,size24:Zt,size32:Zt},IconConnectionIndicatorMedium:{size16:Yt,size24:Yt,size32:Yt},IconConnectionIndicatorVeryLow:{size16:Jt,size24:Jt,size32:Jt},IconCopy:{size16:a5,size24:j0,size32:j0},IconDeny:{size16:o5,size24:l5,size32:r5},IconDoubleChevronDown:{size16:c5,size24:F0,size32:F0},IconDoubleChevronLeft:{size16:s5,size24:U0,size32:U0},IconDoubleChevronRight:{size16:i5,size24:G0,size32:G0},IconDoubleChevronUp:{size16:d5,size24:X0,size32:X0},IconDraggable:{size16:m5,size24:Q0,size32:Q0},IconDtmf:{size16:u5,size24:K0,size32:K0},IconDualScreen:{size16:f5,size24:Z0,size32:Z0},IconEdit:{size16:_5,size24:Y0,size32:Y0},IconEmoji:{size16:p5,size24:J0,size32:J0},IconEnableshare:{size16:h5,size24:en,size32:en},IconExpand:{size16:v5,size24:tn,size32:tn},IconExport:{size16:g5,size24:nn,size32:nn},IconFecc:{size16:w5,size24:an,size32:an},IconFirefoxLogo:{size16:E5,size24:on,size32:on},IconFlipCamera:{size16:x5,size24:b5,size32:k5},IconFullscreenOff:{size16:C5,size24:z5,size32:y5},IconFullscreenOn:{size16:I5,size24:B5,size32:M5},IconGeneric2:{size16:S5,size24:ln,size32:ln},IconGroup:{size16:L5,size24:rn,size32:rn},IconGuest:{size16:R5,size24:cn,size32:cn},IconHeadset:{size16:N5,size24:sn,size32:sn},IconHelpRound:{size16:$5,size24:dn,size32:dn},IconHome:{size16:A5,size24:mn,size32:mn},IconHospital:{size16:q5,size24:un,size32:un},IconHost:{size16:H5,size24:fn,size32:fn},IconIconSort:{size16:O5,size24:_n,size32:_n},IconImport:{size16:P5,size24:pn,size32:pn},IconInfoRound:{size16:V5,size24:hn,size32:hn},IconKey:{size16:T5,size24:vn,size32:vn},IconLeave:{size16:W5,size24:gn,size32:gn},IconLink:{size16:D5,size24:wn,size32:wn},IconLiveCaption:{size16:j5,size24:En,size32:En},IconLiveStream:{size16:F5,size24:xn,size32:xn},IconLiveStreamCloud:{size16:U5,size24:bn,size32:bn},IconLocation:{size16:G5,size24:kn,size32:kn},IconLock:{size16:X5,size24:Cn,size32:Cn},IconLowerhand:{size16:Q5,size24:zn,size32:zn},IconMail:{size16:K5,size24:yn,size32:yn},IconMeetingRoom:{size16:Z5,size24:In,size32:In},IconMeetings:{size16:Y5,size24:Bn,size32:Bn},IconMicrophoneMutedByHost:{size16:J5,size24:Mn,size32:Mn},IconMicrophoneOff:{size16:e6,size24:t6,size32:n6},IconMicrophoneOn:{size16:a6,size24:o6,size32:l6},IconMinus:{size16:r6,size24:Sn,size32:Sn},IconMoreHorizontal:{size16:e1,size24:e1,size32:e1},IconMoreVertical:{size16:c6,size24:Ln,size32:Ln},IconMove:{size16:s6,size24:Rn,size32:Rn},IconNotauthenticated:{size16:i6,size24:d6,size32:m6},IconOpenInNew:{size16:u6,size24:Nn,size32:Nn},IconParticipant:{size16:f6,size24:$n,size32:$n},IconPasswordHide:{size16:t1,size24:t1,size32:t1},IconPasswordShow:{size16:n1,size24:n1,size32:n1},IconPause:{size16:_6,size24:An,size32:An},IconPexip:{size16:a1,size24:a1,size32:a1},IconPexipLogo:{size16:o1,size24:o1,size32:o1},IconPhone:{size16:p6,size24:qn,size32:qn},IconPhoneHorisontal:{size16:h6,size24:v6,size32:g6},IconPhoneTalk:{size16:w6,size24:Hn,size32:Hn},IconPin:{size16:E6,size24:On,size32:On},IconPlay:{size16:x6,size24:Pn,size32:Pn},IconPlayRound:{size16:b6,size24:Vn,size32:Vn},IconPlus:{size16:k6,size24:Tn,size32:Tn},IconPresentationOff:{size16:C6,size24:Wn,size32:Wn},IconPresentationOn:{size16:z6,size24:Dn,size32:Dn},IconRaiseHand:{size16:y6,size24:I6,size32:B6},IconRecording:{size16:M6,size24:jn,size32:jn},IconRefresh:{size16:S6,size24:Fn,size32:Fn},IconRemoteControl:{size16:l1,size24:l1,size32:l1},IconSearch:{size16:L6,size24:Un,size32:Un},IconSend:{size16:R6,size24:Gn,size32:Gn},IconSettings:{size16:N6,size24:Xn,size32:Xn},IconSettingsMeeting:{size16:$6,size24:Qn,size32:Qn},IconShare:{size16:A6,size24:Kn,size32:Kn},IconShield:{size16:q6,size24:Zn,size32:Zn},IconShuffle:{size16:H6,size24:Yn,size32:Yn},IconSpeakerDisabled:{size16:O6,size24:Jn,size32:Jn},IconSpeakerOff:{size16:P6,size24:ea,size32:ea},IconSpeakerOn:{size16:V6,size24:ta,size32:ta},IconSpotlight:{size16:T6,size24:na,size32:na},IconStar:{size16:W6,size24:aa,size32:aa},IconStopRound:{size16:D6,size24:oa,size32:oa},IconSupport:{size16:j6,size24:la,size32:la},IconTestScriptIcon:{size16:F6,size24:ra,size32:ra},IconThumbsDown:{size16:r1,size24:r1,size32:r1},IconThumbsUp:{size16:c1,size24:c1,size32:c1},IconTimer:{size16:U6,size24:ca,size32:ca},IconTranscript:{size16:G6,size24:sa,size32:sa},IconTrash:{size16:X6,size24:ia,size32:ia},IconUnlock:{size16:Q6,size24:da,size32:da},IconVideoOff:{size16:K6,size24:Z6,size32:Y6},IconVideoOn:{size16:J6,size24:e7,size32:t7},IconVideoSystems:{size16:n7,size24:ma,size32:ma},IconWaiting:{size16:a7,size24:ua,size32:ua},IconWarning:{size16:o7,size24:fa,size32:fa},IconWarningRound:{size16:l7,size24:_a,size32:_a}},r7="_dark_1tbu9_4",c7="_light_1tbu9_8",s7="_mini_1tbu9_12",i7="_compact_1tbu9_17",d7="_small_1tbu9_22",m7="_medium_1tbu9_27",pa={dark:r7,light:c7,mini:s7,compact:i7,small:d7,medium:m7},W=({source:e,className:a,size:o="small",colorScheme:l,ref:r,...c})=>{const s=o==="mini"||o==="compact"?e.size16:o==="small"?e.size24:e.size32,i=f(l&&pa[l],pa[o],a),d=s,m=typeof d=="function"?d({className:i,...c}):t.createElement(s,{className:i,...c});return t.createElement(Fa,null,m)},p1=Pt.createSignal({name:"announcer:announce"}),u7="_announcer_flsxf_1",f7={announcer:u7},_7=({testId:e="",...a})=>{const[o,l]=t.useState([]),[r,c]=t.useState([]),s=t.useRef([]),i=t.useCallback((m,u)=>{u(p=>[...p,m]);const _=window.setTimeout(()=>{u(p=>p.filter(h=>h!==m)),clearTimeout(_),s.current=s.current.filter(p=>p!==_)},m.timeout);s.current.push(_)},[]),d=t.useCallback(m=>{m.politeness==="assertive"?i(m,l):m.politeness==="polite"&&i(m,c)},[i]);return t.useEffect(()=>(p1.add(d),()=>{p1.remove(d);for(const m of s.current)clearTimeout(m);s.current=[]}),[d]),t.createElement("div",{...a,className:f7.announcer,"data-testid":e},t.createElement("div",{"data-testid":`${e}-polite`,"aria-live":"polite",role:"log","aria-relevant":"additions"},r.map((m,u)=>t.createElement("div",{key:u},m.message))),t.createElement("div",{"data-testid":`${e}-assertive`,"aria-live":"assertive",role:"log","aria-relevant":"additions"},o.map((m,u)=>t.createElement("div",{key:u},m.message))))},M1=(e,a="polite",o=5e3)=>{p1.emit({message:e,politeness:a,timeout:o})},p7="_callToAction_1i5px_4",h7="_small_1i5px_17",v7="_enhancerStart_1i5px_28",g7="_focus_1i5px_32",w7="_text_1i5px_52",E7="_fullWidth_1i5px_58",Xe={callToAction:p7,small:h7,enhancerStart:v7,focus:g7,text:w7,fullWidth:E7},x7=({className:e,enhancerStart:a,isSmall:o,modifier:l,subTitle:r="",title:c="",titleHtmlTag:s,...i})=>t.createElement(ce,{className:f(Xe.callToAction,Xe.focus,l&&Xe[l],{[Xe.small]:o},e),...i},a&&t.createElement("span",{className:Xe.enhancerStart},a),t.createElement("span",{className:Xe.text},s?t.createElement(Te,{htmlTag:s,fontVariant:z.H5},c):t.createElement(C,{fontVariant:z.H5},c),r&&!o&&t.createElement(C,{fontVariant:z.Body,variant:"subtle"},r)));var N=(e=>(e.BadgeCounterNumber="badge-counter-number",e.ButtonModalClose="button-modal-close",e.ButtonThreeColumnSelector="button-three-column-selector",e.ButtonCollapsableContainerToggle="button-collapsable-container-toggle",e.CheckboxCheck="checkbox-check",e.ConfirmableMultiselectConfirm="confirmable-multiselect-confirm",e.HeaderCore="header-core",e.HeaderCoreEnhancers="header-core-enhancers",e.HeaderCoreDivider="header-core-divider",e.LineStep="line-step",e.InputClearButton="input-clear-button",e.ModalMask="modal-mask",e.MultiselectView="multiselect-view",e.MultiselectItem="multiselect-item",e.MultistepIndicator="multistep-indicator",e.MultistepIndicatorButton="multistep-indicator-button",e.NotificationTooltipInner="notification-tooltip-inner",e.NotificationTooltipClose="notification-tooltip-close",e.NotificationTooltipHeader="notification-tooltip-header",e.NotificationTooltipText="notification-tooltip-text",e.NotificationTooltipCta="notification-tooltip-cta",e.PostMeetingHeader="PostMeetingHeader",e.SectionAccordionDetails="section-accordion-details",e.SectionAccordionSummary="section-accordion-summary",e.SelectIcon="select-icon",e.SelectChevron="select-chevron",e.SelectView="select-view",e.StepNumber="step-number",e.StepNumberString="step-number-string",e.StepNumberCheckmark="step-number-checkmark",e.Tab="tab",e.TooltipInner="tooltip-inner",e.UserView="user-view",e.PrivacyPolicyLink="privacy-policy-link",e.TermsOfServiceLink="terms-of-service-link",e.Version="version",e.NumberStepIncrement="number-step-increment",e.NumberStepDecrement="number-step-decrement",e.NumberStepInput="number-step-input",e.StepNumberWarning="StepNumberWarning",e.SimpleBarScrollable="simple-bar-scrollable",e))(N||{});const b7="_checkbox_f68j6_99",k7="_spaced_f68j6_104",C7="_start_f68j6_109",z7="_checkmark_f68j6_109",y7="_label_f68j6_112",I7="_end_f68j6_116",B7="_disabled_f68j6_120",M7="_input_f68j6_124",S7="_hidden_f68j6_144",L7="_dark_f68j6_156",R7="_checked_f68j6_160",N7="_light_f68j6_186",_e={checkbox:b7,spaced:k7,start:C7,checkmark:z7,label:y7,end:I7,disabled:B7,input:M7,hidden:S7,dark:L7,checked:R7,light:N7},S1=t.forwardRef(function({checked:a,className:o,colorScheme:l,isDisabled:r,label:c,labelComponent:s=C,labelModifier:i="default",labelPosition:d="end",name:m,...u},_){const p=i==="hidden",h=vo("indeterminate",{...u}),v=`${m}-label`;return t.createElement($,null,({colorScheme:w})=>t.createElement("label",{id:v,className:f(l??w,_e.checkbox,_e[l??w],_e[d],{[_e.disabled]:r,[_e.spaced]:i==="spaced"},o),title:p?c:void 0},t.createElement("input",{ref:_,className:_e.input,type:"checkbox",name:m,checked:a,disabled:r,"aria-labelledby":v,...h}),t.createElement("span",{className:f(_e.checkmark,{[_e.checked]:a})},a&&t.createElement(W,{"data-testid":N.CheckboxCheck,source:P.IconCheckmark})),t.createElement(s,{variant:r?"disabled":"standard",className:f(_e.label,{[_e.hidden]:p})},c)))}),$7="_headerWrapper_1d8w3_4",A7="_relative_1d8w3_8",q7="_absolute_1d8w3_12",H7="_headerInnerWrapper_1d8w3_16",O7="_small_1d8w3_25",P7="_medium_1d8w3_28",V7="_large_1d8w3_31",T7="_start_1d8w3_35",W7="_center_1d8w3_36",D7="_end_1d8w3_37",Ae={headerWrapper:$7,relative:A7,absolute:q7,headerInnerWrapper:H7,small:O7,medium:P7,large:V7,start:T7,center:W7,end:D7},j7=({enhancerStartClassName:e,enhancerStart:a,enhancerMiddle:o,enhancerEnd:l,enhancerFixedWidth:r=!1,hasBottomBorder:c=!0,position:s="relative",className:i,size:d="large",...m})=>t.createElement("div",{className:f(Ae.headerWrapper,Ae[s],d&&Ae[d],i),"data-testid":N.HeaderCore,...m},t.createElement("div",{className:Ae.headerInnerWrapper,"data-testid":N.HeaderCoreEnhancers},r?t.createElement(t.Fragment,null,t.createElement("div",{className:f(Ae.start,e)},a),o&&t.createElement("div",{className:Ae.center},o),t.createElement("div",{className:Ae.end},l)):t.createElement(t.Fragment,null,a,o,l)),c&&t.createElement(fe,{"data-testid":N.HeaderCoreDivider})),F7="_dragAndDropWrapper_14crg_19",U7="_dark_14crg_27",G7="_disabled_14crg_35",X7="_light_14crg_40",Q7="_error_14crg_53",it={dragAndDropWrapper:F7,dark:U7,disabled:G7,light:X7,error:Q7},Za=({className:e,isDisabled:a,children:o,colorScheme:l,hasError:r,onDrop:c,onDragOver:s,...i})=>{const d=_=>{_.preventDefault(),!a&&c?.(_,_.dataTransfer.files&&Array.from(_.dataTransfer.files),_.dataTransfer.items&&Array.from(_.dataTransfer.items))},m=_=>{_.preventDefault(),!a&&s?.(_)},u=r?it.error:l==="dark"?it.dark:it.light;return t.createElement(Q,{colorScheme:l},t.createElement(re,{className:f(it.dragAndDropWrapper,u,a&&it.disabled,e),onDrop:d,onDragOver:m,isWithShadow:!1,...i},o))},K7="_fileUploadLabel_ut8vl_14",Z7="_fileUploadInput_ut8vl_18",Y7="_noFocus_ut8vl_24",s1={fileUploadLabel:K7,fileUploadInput:Z7,noFocus:Y7},L1=t.forwardRef(({accept:e,ariaLabel:a="Upload files input",children:o,className:l,id:r,isDisabled:c,multiple:s,onChange:i,testId:d,noFocus:m=!1,...u},_)=>{const p=t.useId(),h=r??p;return t.createElement(t.Fragment,null,t.createElement("input",{className:f(s1.fileUploadInput,{[s1.noFocus]:m}),onChange:v=>{i(v),v.target.value=""},type:"file",accept:e,multiple:s,ref:_,id:h,disabled:c,tabIndex:m?-1:0}),t.createElement("label",{...u,className:f(s1.fileUploadLabel,l),htmlFor:h,"aria-label":a,"data-testid":d},o))});L1.displayName="FileUpload";const J7="_heading_16odr_4",ed="_small_16odr_4",td="_medium_16odr_7",nd="_subtitle_16odr_11",ad="_dark_16odr_16",od="_light_16odr_20",Mt={heading:J7,small:ed,medium:td,subtitle:nd,dark:ad,light:od},ld=({className:e,padding:a="medium",subtitle:o,title:l,titleFontVariant:r=z.H3,titleHtmlTag:c,colorScheme:s,...i})=>t.createElement($,null,({colorScheme:d})=>{const m=s??d;return t.createElement("div",{className:f(Mt.heading,Mt[m],Mt[a],e),...i},t.createElement(Q,{colorScheme:m},t.createElement("div",null,c?t.createElement(Te,{htmlTag:c,fontVariant:r},l):t.createElement(C,{fontVariant:r},l)),o&&t.createElement(C,{className:Mt.subtitle,fontVariant:z.Body,variant:"tinted"},o)))}),rd="_lineHeading_1shha_4",cd="_heading_1shha_20",ha={lineHeading:rd,heading:cd},sd=({children:e})=>t.createElement("div",{className:ha.lineHeading},t.createElement("div",{className:ha.heading},e)),id="_label_106ko_99",dd="_standard_106ko_102",md="_inline_106ko_116",ud="_hidden_106ko_130",St={label:id,standard:dd,inline:md,hidden:ud},he=({className:e,colorScheme:a,form:o,fontVariant:l=z.BodyBold,id:r,isLabelHidden:c,isLabelInline:s,isUppercase:i,text:d,variant:m="inherit",...u})=>t.createElement("label",{className:f(St.label,{[St.hidden]:c,[St.inline]:s,[St.standard]:!s},e),htmlFor:r,form:o,...u},t.createElement($,null,({colorScheme:_})=>t.createElement(C,{isUppercase:i,colorScheme:a??_,fontVariant:l,variant:m},d))),fd="_container_1muia_102",_d="_small_1muia_124",pd="_medium_1muia_132",hd="_disabled_1muia_140",vd="_clearButton_1muia_144",gd="_error_1muia_149",wd="_errorText_1muia_155",Ed="_enhancerStart_1muia_159",xd="_enhancerEnd_1muia_160",bd="_inputElement_1muia_165",kd="_dateSelectButton_1muia_215",Cd="_dark_1muia_220",zd="_standard_1muia_220",yd="_label_1muia_285",Id="_transparent_1muia_298",Bd="_light_1muia_376",Y={container:fd,small:_d,medium:pd,disabled:hd,clearButton:vd,error:gd,errorText:wd,enhancerStart:Ed,enhancerEnd:xd,inputElement:bd,dateSelectButton:kd,dark:Cd,standard:zd,label:yd,transparent:Id,light:Bd},ot=t.forwardRef(({className:e,clearButtonText:a="Clear",clearButtonVariant:o,colorScheme:l,enhancerEnd:r,enhancerStart:c,errorText:s,hasError:i,id:d,isDisabled:m,label:u,labelModifier:_,name:p,onChange:h,onClear:v,onValueChange:w,showClearButton:E=!1,sizeModifier:g="medium",testId:x,type:y="text",value:B,variant:M="standard",...k},S)=>{const I=t.useId(),L=d??I,q=_==="hidden",b=_==="inline",R=b||q,V=t.useRef(null),ae=()=>{const K=V.current;v?v(K?.value??""):w?.(""),K&&K.focus()},ne=t.useCallback(K=>{w&&w(K.currentTarget.value),h&&h(K)},[h,w]),F={text:u,id:L};t.useImperativeHandle(S,()=>({focus:K=>{V.current&&V.current.focus(K)},value:V.current?.value??""}));const{colorScheme:H,theme:Z}=t.useContext(tt);return t.createElement("div",{className:f(l??H,Y[M],Y[l??H],{[Y.disabled]:m,[Y.error]:i&&!m},e)},!R&&t.createElement(he,{className:Y.label,"data-testid":x?`${x}-label`:void 0,htmlFor:L,...F}),t.createElement("div",{className:f(Y.container,{[Y.small]:g==="small",[Y.medium]:g==="medium"})},R&&t.createElement(he,{isLabelHidden:q,isLabelInline:b,"data-testid":x?`${x}-label`:void 0,htmlFor:L,...F}),c&&t.createElement("div",{className:f(Y.enhancerStart,"mr-2")},c),t.createElement("input",{className:f(Y.inputElement,{[Y.small]:g==="small",[Y.medium]:g==="medium"}),"data-testid":x,disabled:m,id:L,name:p,onChange:ne,ref:V,type:y,value:B,...k}),y==="date"&&t.createElement(W,{source:P.IconCalendar,className:Y.dateSelectButton}),r&&t.createElement("div",{className:Y.enhancerEnd},r),E&&!m&&t.createElement(j,{type:"button",size:"compact",className:Y.clearButton,onClick:ae,"aria-label":"Clear input","data-testid":N.InputClearButton,variant:o??(Z==="theme-legacy"?"transparent":"translucent"),colorScheme:l??H},a)),i&&s&&t.createElement(C,{className:f("mt-2",Y.errorText),variant:"danger",role:"alert"},s))});ot.displayName="Input";const Md=e=>{const[a,o]=t.useState(e.value??"");return[a,{...e,onChange:l=>o(l.currentTarget.value),value:a}]},Sd=e=>t.useMemo(()=>{const a=k1(e),o=s3(e);let l="",r="";return Ha(e)||(a&&(l=e),o&&(r=i3(e))),{logoSrcString:l,logoSrcSet:r,isLogoSrcSet:o,isLogoSrcString:a}},[e]),Ld="_logo_1y8qg_4",Rd={logo:Ld},Nd=({imageSrc:e,alt:a,className:o,...l})=>{const{logoSrcString:r,logoSrcSet:c,isLogoSrcSet:s}=Sd(e);return!r&&!c?null:t.createElement("img",{srcSet:s?c:r,className:f(o,Rd.logo),...l,alt:a})},$d=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 750 202.59",...e},n.createElement("path",{d:"M342.71,486.52a42.21,42.21,0,0,0-35.78,18.88V490H280.81V641.3h26.78V586.77c5.05,8.56,16.46,15.88,35.12,15.88,27.88,0,46.54-23,46.54-57.95C389.25,509.57,370.59,486.52,342.71,486.52Zm-8.78,92.78c-16.24,0-27.66-11.54-27.66-34.82,0-23.07,11.42-34.6,27.66-34.6,15.59,0,27.44,9.06,27.44,34.6C361.37,570.23,349.52,579.3,333.93,579.3Zm435.78-92.78a42.21,42.21,0,0,0-35.78,18.88V490H707.81V641.3h26.78V586.77c5,8.56,16.46,15.88,35.12,15.88,27.88,0,46.54-23,46.54-57.95C816.25,509.57,797.59,486.52,769.71,486.52Zm-8.78,92.78c-16.24,0-27.66-11.54-27.66-34.82,0-23.07,11.42-34.6,27.66-34.6,15.59,0,27.44,9.06,27.44,34.6C788.37,570.23,776.52,579.3,760.93,579.3ZM590.32,543.16l41.27,56.2H599.1l-11-16c-5.93-9-10.32-15.36-14.49-21.29-4.61,6.59-8.78,12.51-14.49,21.07l-11,16.25h-29l40.39-56.64L521.17,490h32.05l9.44,14.27c5.93,8.78,9.44,14,13.39,19.75,4.17-5.71,7.47-10.75,13.61-19.75L599.54,490H629ZM650.69,490h26.56V599.36H650.69Zm29.93-34.68A16.65,16.65,0,1,1,664,438.7,16.67,16.67,0,0,1,680.62,455.36ZM915,449.3v24H888v144h27v24H864v-192ZM460.37,581.58c-14.05,0-25.9-8.13-27-30.3h77.27c3.51-36.22-16-64.54-50.93-64.54-30.29,0-52.9,23.05-52.9,58,0,36.44,21.07,57.95,53.34,57.95,28.76,0,44.13-14.93,51.15-31.83l-24.15-9C483.2,571,476,581.58,460.37,581.58Zm-.66-74.86c13.83,0,23.49,8.78,24.37,24.81H434.25C436.22,515.72,446.54,506.72,459.71,506.72ZM165,641.3v-24h27v-144H165v-24h51v192Z",fill:"currentColor",transform:"translate(-165 -438.7)"})),Ad="_logo_1glki_4",qd="_absoluteCenter_1glki_9",Hd="_dark_1glki_15",Od="_light_1glki_19",Pd="_tertiary_1glki_23",Vd="_large_1glki_27",Td="_medium_1glki_31",Wd="_small_1glki_35",Dd="_full_1glki_39",Lt={logo:Ad,absoluteCenter:qd,dark:Hd,light:Od,tertiary:Pd,large:Vd,medium:Td,small:Wd,full:Dd},jd=({colorScheme:e,size:a,position:o,className:l,...r})=>{const c=o==="absoluteCenter";return t.createElement(kt,{source:$d,className:f(Lt.logo,e&&Lt[e],a&&Lt[a],l,{[Lt.absoluteCenter]:c}),...r})},Fd="_closeButton_13k8s_13",Ud="_icon_13k8s_22",va={closeButton:Fd,icon:Ud},lt=({className:e,onClose:a,...o})=>t.createElement(j,{className:f(va.closeButton,e),onClick:a,size:"none",variant:"translucent",noHover:!0,...o},t.createElement(W,{className:va.icon,size:"compact",source:P.IconClose})),Ya=e=>n.createElement("svg",{width:20,height:9,viewBox:"0 0 20 9",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",...e},n.createElement("path",{d:"M11.3379 7.79586C10.5773 8.48041 9.42268 8.48041 8.66207 7.79586L-7.86805e-07 1.74846e-06L20 0L11.3379 7.79586Z",fill:"white"})),Ja=({controlledIsVisible:e,controlledOnChange:a}={})=>{const[o,l]=t.useState(!1),r=e!==void 0;return{isVisible:r?e:o,setVisible:({isVisible:i,isControlled:d=!1})=>{l(r?!1:i),d&&a?.(i)}}},Gd="_tooltipContainer_qd60t_4",Xd="_tooltip_qd60t_4",Qd="_fade_qd60t_1",Kd="_tooltipArrow_qd60t_20",Zd="_tooltipArrowIcon_qd60t_28",Yd="_tooltipControl_qd60t_36",Jd="_tooltipNotification_qd60t_42",e8="_headerWrapper_qd60t_50",t8="_cta_qd60t_57",n8="_closeButton_qd60t_62",a8="_top_qd60t_68",o8="_bottom_qd60t_69",l8="_topCenter_qd60t_70",r8="_bottomCenter_qd60t_71",c8="_endBottom_qd60t_76",s8="_bottomEnd_qd60t_80",i8="_topEnd_qd60t_81",d8="_left_qd60t_85",m8="_right_qd60t_86",u8="_topLeft_qd60t_109",f8="_topRight_qd60t_110",_8="_topStart_qd60t_111",p8="_bottomLeft_qd60t_126",h8="_bottomRight_qd60t_127",v8="_bottomStart_qd60t_128",g8="_fullWidth_qd60t_205",X={tooltipContainer:Gd,tooltip:Xd,fade:Qd,tooltipArrow:Kd,tooltipArrowIcon:Zd,tooltipControl:Yd,tooltipNotification:Jd,headerWrapper:e8,cta:t8,closeButton:n8,top:a8,bottom:o8,topCenter:l8,bottomCenter:r8,endBottom:c8,bottomEnd:s8,topEnd:i8,left:d8,right:m8,topLeft:u8,topRight:f8,topStart:_8,bottomLeft:p8,bottomRight:h8,bottomStart:v8,fullWidth:g8},ga={bottom:"bottom",bottomEnd:"bottom end",bottomLeft:"bottom left",bottomRight:"bottom right",bottomStart:"bottom start",bottomCenter:"bottom",endBottom:"end bottom",left:"left",right:"right",top:"top",topEnd:"top end",topLeft:"top left",topRight:"top right",topStart:"top start",topCenter:"top"},w8=e=>({bottomStart:"bottomEnd",bottomEnd:"bottomStart",topStart:"topEnd",topEnd:"topStart"})[e]||e,E8=(e,a)=>a?ga[w8(e)]||"top":ga[e]||"top",R1=({isOpen:e,tooltipContent:a,closeDelay:o,defaultOpen:l,delay:r,crossOffset:c,offset:s,position:i})=>{const d=co.useTooltipTriggerState({closeDelay:o,defaultOpen:l,delay:r,isOpen:e}),m=t.useRef(null),u=t.useRef(null),{triggerProps:_,tooltipProps:p}=so.useTooltipTrigger({},d,m),h=document?.documentElement?.getAttribute("dir")==="rtl",{overlayProps:v}=Re.useOverlayPosition({crossOffset:c,isOpen:d.isOpen,offset:s,overlayRef:u,placement:E8(i,h),targetRef:m}),w=t.useMemo(()=>d.isOpen?t.createElement(Re.Overlay,null,t.createElement("div",{role:"complementary"},t.createElement("div",{...p,ref:u,...v,role:"tooltip"},a))):null,[d,p,v,a]);return{targetRef:m,triggerProps:_,tooltip:w}},x8=({closeButtonAriaLabel:e="Close tooltip",shouldCloseOnOutsideClick:a=!1,colorScheme:o="light",position:l="topRight",usePortal:r=!1,header:c,modifier:s,text:i,ctaText:d,ctaFn:m=()=>{},controlledIsVisible:u,controlledOnChange:_,children:p,className:h,mainWrapperClassName:v,isArrowShown:w=!0,testIdInner:E=N.NotificationTooltipInner,testIdCloseButton:g=N.NotificationTooltipClose,stopPointerDownPropagation:x=!1})=>{const{isVisible:y,setVisible:B}=Ja({controlledIsVisible:u,controlledOnChange:_}),M=t.useRef(Ra.v4()),k=t.useCallback(()=>B({isVisible:!1,isControlled:!0}),[B]),S=t.useCallback(()=>{a&&k()},[a,k]),I=D.useOnClickOutside(S),L=t.createElement(Q,{colorScheme:o},t.createElement(re,{"data-portal-id":M.current,ref:I,className:f(X.tooltip,X.tooltipNotification,X[l],s&&X[s],h),"data-testid":E,onPointerDownCapture:x?R=>R.stopPropagation():void 0},c&&t.createElement("div",{className:X.headerWrapper},typeof c=="string"?t.createElement(C,{fontVariant:z.BodyBold,"data-testid":N.NotificationTooltipHeader},c):t.createElement("div",{"data-testid":N.NotificationTooltipHeader},c),t.createElement(lt,{className:X.closeButton,"data-testid":g,onClose:k,"aria-label":e})),t.createElement(C,{fontVariant:z.Body,"data-testid":N.NotificationTooltipText},i),d&&(typeof d=="string"?t.createElement(C,{fontVariant:z.BodyLink,onClick:m,className:X.cta,"data-testid":N.NotificationTooltipCta},d):d),w&&t.createElement("div",{className:X.tooltipArrow},t.createElement(kt,{source:Ya,className:X.tooltipArrowIcon})))),{targetRef:q,tooltip:b}=R1({isOpen:y,position:l,tooltipContent:L});return t.createElement("div",{"data-portal-origin-id":M.current,ref:r?q:void 0,className:f(X.tooltipContainer,s&&X[s],v)},p,!r&&y&&L,r&&b)},b8=({colorScheme:e="light",position:a="topRight",controlledIsVisible:o,controlledOnChange:l,children:r,className:c,content:s,isHoverEnabled:i=!0,isArrowShown:d=!0,mainWrapperClassName:m,wrapperClassName:u,..._})=>{const{isVisible:p,setVisible:h}=Ja({controlledIsVisible:o,controlledOnChange:l}),v=!!l,w=t.createElement(Q,{colorScheme:e},t.createElement("div",{className:f(X.tooltip,X[a],c),..._},s,d&&t.createElement("div",{className:X.tooltipArrow},t.createElement(kt,{source:Ya,className:X.tooltipArrowIcon})))),{targetRef:E,tooltip:g}=R1({isOpen:p,position:a,tooltipContent:w});return t.createElement("div",{ref:E,className:f(X.tooltipContainer,m)},t.createElement("div",{className:u,onMouseEnter:()=>i&&h({isVisible:!0,isControlled:v}),onMouseLeave:()=>i&&h({isVisible:!1,isControlled:v})},r),g)},k8="_pill_qsw4c_99",C8="_dark_qsw4c_117",z8="_danger_qsw4c_121",y8="_light_qsw4c_126",I8="_closeButton_qsw4c_135",Rt={pill:k8,dark:C8,danger:z8,light:y8,closeButton:I8},N1=({children:e,className:a,closeButtonAriaLabel:o="Close tooltip",colorScheme:l,isDanger:r=!1,onClose:c,testIdCloseButton:s,...i})=>t.createElement($,null,({colorScheme:d})=>t.createElement("div",{className:f(Rt.pill,Rt[l??d],{[Rt.danger]:r},a),...i},e,c&&t.createElement(lt,{className:Rt.closeButton,onClose:c,"data-testid":s,colorScheme:l,"aria-label":o}))),B8="_wrapper_55j2z_4",M8={wrapper:B8},S8=({children:e,className:a,colorScheme:o,title:l,subtitle:r,...c})=>t.createElement($,null,({colorScheme:s})=>{const i=o??s;return t.createElement(Q,{colorScheme:i},t.createElement("div",{className:f(a,M8.wrapper),...c},t.createElement("div",null,t.createElement("div",null,typeof l=="string"?t.createElement(C,{fontVariant:r?z.BodyBold:z.Body},l):l),t.createElement(C,{fontVariant:z.Small,colorScheme:i},r)),e&&t.createElement("div",{className:"ms-auto"},e)),t.createElement(fe,null))}),L8="_wrap_136is_99",R8="_spaced_136is_104",N8="_start_136is_109",$8="_indicator_136is_109",A8="_label_136is_112",q8="_end_136is_116",H8="_input_136is_120",O8="_dot_136is_141",P8="_dark_136is_151",V8="_checked_136is_155",T8="_disabled_136is_158",W8="_light_136is_166",pe={wrap:L8,spaced:R8,start:N8,indicator:$8,label:A8,end:q8,input:H8,dot:O8,dark:P8,checked:V8,disabled:T8,light:W8},e2=t.forwardRef(({checked:e,className:a,colorScheme:o,groupName:l,id:r,isDisabled:c,label:s,labelModifier:i,labelPosition:d="end",value:m,onChange:u,onValueChange:_,...p},h)=>{const v=t.useId(),w=r??v,E=i==="hidden",g=x=>{_?.(x.currentTarget.checked),u?.(x)};return t.createElement($,null,({colorScheme:x})=>t.createElement("label",{className:f(pe.wrap,pe[o??x],pe[d],{[pe.disabled]:c,[pe.spaced]:i==="spaced"},a),title:E?s:void 0},t.createElement("input",{checked:e,className:pe.input,name:l,onChange:g,value:m,ref:h,...p,id:w,type:"radio",disabled:c}),t.createElement("div",{"aria-hidden":"true",role:"presentation",className:f(pe.indicator,{[pe.checked]:e})},t.createElement("div",{role:"presentation",className:pe.dot})),t.createElement(he,{className:f(pe.label,"mb-0"),isLabelHidden:E,text:s,variant:c?"disabled":"standard",id:w})))});e2.displayName="RadioButton";const D8="_scrollbars_1glps_9",j8={scrollbars:D8},rt=t.forwardRef(({autoHide:e,children:a,className:o,onScroll:l,scrollElementRef:r,...c},s)=>{const i=t.useRef(null);return t.useEffect(()=>{const d=i,m=u=>{l?.(u)};return d.current?.addEventListener("scroll",m),()=>d.current?.removeEventListener("scroll",m)},[l]),t.createElement(ro,{className:f(j8.scrollbars,o),ref:s,scrollableNodeProps:{ref:d=>{i.current=d,r&&(r.current=d)},"data-testid":N.SimpleBarScrollable},autoHide:e!=="never",...c},a)});rt.displayName="Scrollbars";const F8="_wrap_mihf5_25",U8="_indicator_mihf5_29",G8="_arrow_mihf5_29",X8="_small_mihf5_34",Q8="_large_mihf5_38",K8="_success_mihf5_42",Z8="_danger_mihf5_46",Y8="_busy_mihf5_50",J8="_warning_mihf5_54",em="_down_mihf5_82",Qe={wrap:F8,indicator:U8,arrow:G8,small:X8,large:Q8,success:K8,danger:Z8,busy:Y8,warning:J8,down:em},tm=({className:e,color:a,role:o,size:l="small",type:r="circle",variant:c,...s})=>{const i=r.includes("arrow"),d={circle:{backgroundColor:a,boxShadow:`0px 0px 10px ${a}`},arrow:{borderColor:`transparent transparent ${a} transparent`}};return t.createElement("div",{className:f(Qe.wrap,e),role:o,...s},t.createElement("div",{className:f(Qe.indicator,Qe[l],c&&Qe[c],{[Qe.arrow]:i,[Qe.down]:r==="arrowDown"}),style:a?d[i?"arrow":"circle"]:{},"data-testid":`indicator-${r}`}))},nm="_stepNumber_15gri_27",am="_dark_15gri_38",om="_disabled_15gri_42",lm="_completed_15gri_47",rm="_failed_15gri_52",cm="_active_15gri_57",sm="_light_15gri_63",Ke={stepNumber:nm,dark:am,disabled:om,completed:lm,failed:rm,active:cm,light:sm},t2=({className:e,colorScheme:a,isActive:o,isCompleted:l,isFailed:r,isDisabled:c,stepNumber:s,...i})=>t.createElement($,null,({colorScheme:d})=>t.createElement("div",{className:f(Ke.stepNumber,Ke[a??d],{[Ke.active]:o,[Ke.completed]:l,[Ke.disabled]:c,[Ke.failed]:r},e),"data-testid":N.StepNumber,...i},t.createElement(C,{variant:"inherit",fontVariant:z.BodyBold,"data-testid":N.StepNumberString},l?t.createElement(W,{"data-testid":N.StepNumberCheckmark,source:P.IconCheckmark,size:"mini",className:"d-flex"}):r?t.createElement(W,{"data-testid":N.StepNumberWarning,source:P.IconWarning,size:"mini",className:"d-flex"}):s))),im=({textareaElement:e,textareaValue:a,enabled:o,maxHeight:l})=>{t.useEffect(()=>{if(e&&o){e.style.height="0px";const r=e.scrollHeight,c=typeof l=="number"&&r>l?l:r+1;e.style.height=`${c}px`}},[e,a,l,o])},dm="_wrap_iazrb_149",mm="_textarea_iazrb_154",um="_errorText_iazrb_191",fm="_dark_iazrb_195",_m="_clearButton_iazrb_216",pm="_error_iazrb_191",hm="_disabled_iazrb_233",vm="_light_iazrb_260",gm="_resizeNone_iazrb_325",wm="_resizeBoth_iazrb_329",Em="_resizeV_iazrb_333",xm="_resizeH_iazrb_337",qe={wrap:dm,textarea:mm,errorText:um,dark:fm,clearButton:_m,error:pm,disabled:hm,light:vm,resizeNone:gm,resizeBoth:wm,resizeV:Em,resizeH:xm},n2=t.forwardRef(({className:e,textareaClassname:a,colorScheme:o,errorText:l,hasError:r,id:c,isDisabled:s,isAutoResize:i=!1,autoResizeMaxHeight:d,label:m,isLabelHidden:u=!1,name:_,onChange:p,onValueChange:h,value:v,resize:w="resizeNone",rows:E=4,...g},x)=>{const y=t.useId(),B=c??y,[M,k]=t.useState(null);im({textareaElement:M,textareaValue:v,maxHeight:d,enabled:i});const S=t.useCallback(L=>{h&&h(L.currentTarget.value),p&&p(L)},[p,h]),I={text:m,id:B};return t.useImperativeHandle(x,()=>({focus:()=>{M&&M.focus()},value:M?.value}),[M]),t.createElement($,null,({colorScheme:L})=>t.createElement("label",{className:f(qe.wrap,qe[o??L],{[qe.disabled]:s,[qe.error]:r&&!s},e)},t.createElement(he,{isLabelHidden:u,...I}),t.createElement("textarea",{rows:E,id:B,name:_,onChange:S,ref:k,value:v,className:f(qe.textarea,a,qe[w]),disabled:s,...g}),r&&l&&t.createElement(C,{className:f("mt-2",qe.errorText),variant:"danger",role:"alert"},l)))});n2.displayName="TextArea";const bm="_underline_1a3e2_4",km="_textLink_1a3e2_8",Cm="_textLinkContent_1a3e2_22",zm="_truncateWrap_1a3e2_29",ym="_dark_1a3e2_38",Im="_link_1a3e2_38",Bm="_light_1a3e2_41",Mm="_disabled_1a3e2_45",Sm="_truncated_1a3e2_49",Lm="_uppercase_1a3e2_56",He={underline:bm,textLink:km,textLinkContent:Cm,truncateWrap:zm,dark:ym,link:Im,light:Bm,disabled:Mm,truncated:Sm,uppercase:Lm},nt=({colorScheme:e,children:a,className:o,disabled:l,fontVariant:r,isDisabled:c,isUnderlined:s,isTruncated:i=!1,isUppercase:d,htmlTag:m,target:u,variant:_="link",textStyle:p,textClassName:h,...v})=>t.createElement($,null,({colorScheme:w})=>{const E=e??w;return t.createElement(ce,{className:f(He.textLink,He[E],_==="link"&&He[_],{[He.truncateWrap]:i,[He.disabled]:c||l},o),target:u,disabled:c,htmlTag:c?"div":m,rel:u==="_blank"?"noreferrer noopener":"",...v},t.createElement(C,{className:f(He.textLinkContent,{[He.underline]:s},h),colorScheme:E,fontVariant:r,isTruncated:i,isUppercase:d,style:p,variant:_},a))}),Rm="_row_p7k6r_4",Nm="_noneSpacing_p7k6r_10",$m="_compactSpacing_p7k6r_15",Am="_smallSpacing_p7k6r_20",qm="_mediumSpacing_p7k6r_25",Hm="_largeSpacing_p7k6r_30",wa={row:Rm,noneSpacing:Nm,compactSpacing:$m,smallSpacing:Am,mediumSpacing:qm,largeSpacing:Hm},be=({children:e,className:a,spacing:o="small",...l})=>t.createElement("div",{className:f(wa.row,wa[E1(o)],a),...l},e),Om="_wrapper_1qo1w_4",Pm="_border_1qo1w_11",Vm="_inner_1qo1w_16",Tm="_dark_1qo1w_21",Wm="_hovered_1qo1w_34",Dm="_disabled_1qo1w_46",jm="_light_1qo1w_54",Fm="_small_1qo1w_119",Um="_medium_1qo1w_126",Gm="_large_1qo1w_140",Oe={wrapper:Om,border:Pm,inner:Vm,dark:Tm,hovered:Wm,disabled:Dm,light:jm,small:Fm,medium:Um,large:Gm},a2=({children:e,className:a,colorScheme:o,hasBorder:l=!0,isDisabled:r,isHovered:c,sizeModifier:s="large",href:i,onClick:d,...m})=>t.createElement($,null,({colorScheme:u})=>t.createElement(ce,{className:f(Oe.wrapper,Oe[o??u],s&&Oe[s],{[Oe.disabled]:r},{[Oe.hovered]:c},a),href:i,onClick:d,htmlTag:!i&&!d?"div":void 0,disabled:r,...m},t.createElement(be,{spacing:"none",className:f(Oe.inner,{[Oe.border]:l})},e))),Xm="_listLink_1bsc4_4",Qm="_hoverIcon_1bsc4_4",Km="_startAlignedIconTextContainer_1bsc4_13",i1={listLink:Xm,hoverIcon:Qm,startAlignedIconTextContainer:Km},o2=({children:e,className:a,variant:o,hasBorder:l=!1,icon:r,iconAlignedStart:c,iconColor:s,isFixedIcon:i=!1,sizeModifier:d="small",...m})=>{const u=t.createElement(C,{variant:o},e),_=r&&t.createElement(W,{className:f({[i1.hoverIcon]:!i}),color:s,source:r,size:"compact"});return t.createElement(a2,{hasBorder:l,sizeModifier:d,className:f(i1.listLink,a),...m},c?t.createElement("div",{className:i1.startAlignedIconTextContainer},_,u):t.createElement(t.Fragment,null,u,_))},Zm="_light_1e54u_16",Ym="_dark_1e54u_17",Jm="_wrap_1e54u_21",e9="_bar_1e54u_30",t9="_good_1e54u_40",n9="_warn_1e54u_44",a9="_danger_1e54u_48",o9="_primary_1e54u_52",dt={light:Zm,dark:Ym,wrap:Jm,bar:e9,good:t9,warn:n9,danger:a9,primary:o9};var l2=(e=>(e.Good="good",e.Warn="warn",e.Danger="danger",e.Primary="primary",e))(l2||{});const l9=({backgroundClassName:e,barClassName:a,barColor:o="good",colorScheme:l,progress:r,style:c,...s})=>t.createElement($,null,({colorScheme:i})=>t.createElement("div",{className:f(l??i,dt.wrap,dt[l??i],e),...s},t.createElement("div",{className:f(dt.bar,dt[o]??dt.good,a),style:{transform:`translateX(${r>100?100:Math.round(r)}%)`,...c}}))),r9="_dark_1gain_13",c9="_light_1gain_32",s9="_input_1gain_160",i9="_container_1gain_165",d9="_spaced_1gain_170",m9="_end_1gain_174",u9="_label_1gain_174",f9="_start_1gain_177",_9="_toggle_1gain_177",p9="_small_1gain_201",h9="_hidden_1gain_222",v9="_indicator_1gain_234",g9="_checked_1gain_277",ie={dark:r9,light:c9,input:s9,container:i9,spaced:d9,end:m9,label:u9,start:f9,toggle:_9,small:p9,hidden:h9,indicator:v9,checked:g9},w9=({checked:e,className:a,label:o,labelClassName:l,labelPosition:r="end",labelModifier:c,labelFontWeight:s,onChange:i,isSmall:d,colorScheme:m,...u})=>{const{onKeyDown:_}=D.useEnter(p=>{i(!p.currentTarget.checked)});return t.createElement($,null,({colorScheme:p})=>t.createElement("label",{className:f(m??p,ie.container,ie[m??p],r&&ie[r],{[ie.small]:d,[ie.spaced]:c==="spaced"},a)},t.createElement("input",{type:"checkbox",checked:e,className:ie.input,onChange:h=>i(h.currentTarget.checked),onKeyDown:_,...u}),t.createElement("div",{className:f(ie.toggle,{[ie.checked]:e})},t.createElement("div",{className:f(ie.indicator)})),t.createElement(C,{fontVariant:s==="bold"?z.BodyBold:z.Body,className:f(ie.label,l,{[ie.hidden]:c==="hidden"})},o)))},$1=({children:e,className:a,closeDelay:o=0,colorScheme:l="light",crossOffset:r,defaultOpen:c,delay:s=500,isTooltipEnabled:i=!0,offset:d,position:m="top",text:u,tooltipContainerClassName:_,...p})=>{const h=t.useMemo(()=>t.createElement(Q,{colorScheme:l},t.createElement(re,{className:f(X.tooltip,X.tooltipControl,X[m],a),"data-testid":"tooltip-inner"},typeof u=="string"?t.createElement(C,null,u):u)),[a,l,m,u]),{targetRef:v,triggerProps:w,tooltip:E}=R1({closeDelay:o,crossOffset:r,defaultOpen:c,delay:s,offset:d,position:m,tooltipContent:h});return i?t.createElement("div",{className:f(X.tooltipContainer,_),ref:v,...p},t.Children.map(e,g=>t.isValidElement(g)?t.cloneElement(g,{...w}):g),E):t.createElement(t.Fragment,null,e)},E9="_video_n63fi_16",x9="_mirrored_n63fi_24",Ea={video:E9,mirrored:x9},Nt=(e,a)=>{e?.paused&&e.play().catch(o=>{a?.(o)})},r2=t.forwardRef(({srcObject:e,sinkId:a,captionsSrc:o,captionsSrcLang:l,className:r,autoPlay:c=!0,isMirrored:s=!1,playsInline:i=!0,textTrackKind:d,muted:m,onPictureInPictureChange:u,onFailedToResume:_,...p},h)=>{const v=t.useRef(null);t.useImperativeHandle(h,()=>({resume:()=>Nt(v.current,_),focus:()=>v.current?.focus()})),t.useEffect(()=>{const E=v.current;let g=!1;const x=()=>u?.(!0),y=()=>{setTimeout(()=>{g||Nt(E,_)},0),u?.(!1)};return E?.addEventListener("enterpictureinpicture",x),E?.addEventListener("leavepictureinpicture",y),()=>{g=!0,E?.removeEventListener("enterpictureinpicture",x),E?.removeEventListener("leavepictureinpicture",y),E&&document.pictureInPictureElement===E&&document.exitPictureInPicture?.().then(()=>{u?.(!1)})}},[u,_]),t.useEffect(()=>{v.current&&e&&(v.current.srcObject=e)},[e]),t.useEffect(()=>{e?.getAudioTracks().length&&v?.current?.setSinkId?.(a??"")},[a,e]),t.useEffect(()=>{const E=v.current,g=()=>Nt(v.current,_),[x]=e?.getTracks()??[];return E?.addEventListener("suspend",g),E?.addEventListener("pause",g),x?.addEventListener("unmute",g),()=>{E?.removeEventListener("suspend",g),E?.removeEventListener("pause",g),x?.removeEventListener("unmute",g)}},[e,_]);const w=()=>{v.current&&/^((?!chrome|android).)*safari/i.test(navigator.userAgent)&&(m?(v.current.muted=!0,Nt(v.current,_)):v.current.muted=!1)};return t.createElement($,null,({colorScheme:E})=>t.createElement("video",{ref:v,autoPlay:c,muted:m,playsInline:i,className:f(Ea.video,E,{[Ea.mirrored]:s},r),onCanPlay:w,...p},d&&t.createElement("track",{kind:d,src:o,srcLang:l,default:!0})))});r2.displayName="Video";const b9=t.forwardRef(({src:e,srcObject:a,captionsSrc:o,captionsSrcLang:l,sinkId:r,play:c,controls:s=!1,onFailure:i=n0.noop,onSuccess:d=n0.noop,...m},u)=>{const _=t.useRef(null);return t.useEffect(()=>{_.current?.setSinkId?.(r??"").catch(i)},[r,i]),t.useEffect(()=>{_.current&&a&&(_.current.srcObject=a,_.current.setSinkId?.(r??"").catch(i))},[r,a,i]),t.useEffect(()=>{c!==void 0&&(async h=>{try{h?(await _.current?.play(),_.current&&d(_.current)):_.current?.pause()}catch(v){i(v)}})(c)},[i,d,c]),t.createElement("audio",{ref:p=>{u&&("current"in u?u.current=p:u(p)),_.current=p},src:e,controls:s,...m},o&&t.createElement("track",{kind:"captions",src:o,srcLang:l}))}),k9=(e,a)=>{const[o,l]=t.useState(!1);return t.useEffect(()=>{a&&e>0&&l(!0)},[e,a]),t.useEffect(()=>{let r;return a&&o&&(r=window.setTimeout(()=>{l(!1)},800)),()=>clearTimeout(r)},[o,a]),o},C9=e=>{const[a,o]=t.useState(e);return t.useEffect(()=>{e>0&&o(e)},[e]),a},z9="_wrapper_10wzf_18",y9="_truncated_10wzf_23",I9="_number_10wzf_23",B9="_counter_10wzf_27",M9="_visible_10wzf_47",S9="_animated_10wzf_51",L9="_pulse_10wzf_1",R9="_info_10wzf_63",N9="_notification_10wzf_73",ye={wrapper:z9,truncated:y9,number:I9,counter:B9,visible:M9,animated:S9,pulse:L9,info:R9,notification:N9},c2=({number:e=0,isVisible:a,variant:o="notification",shouldAnimate:l=!0,isTruncated:r=!1,badgeClassName:c,childrenWrapperClassName:s,children:i,...d})=>{const m=k9(e,l),u=C9(e);return t.createElement("div",{...d,className:f(ye.wrapper,{[ye.truncated]:r},d.className)},i&&t.createElement("div",{className:s},i),t.createElement("div",{"data-testid":N.BadgeCounterNumber,className:f(ye.counter,ye[o],{[ye.animated]:m,[ye.visible]:a,[ye.truncated]:r},c)},t.createElement(C,{colorScheme:o==="info"?"light":"dark",fontVariant:z.SmallBold,className:ye.number},u)))},$9=(e,a)=>e.includes(`
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const n=require("react"),f=require("classnames"),D=require("@pexip/hooks"),La=require("change-case"),Aa=require("react-dom"),co=require("simplebar-react"),so=require("@react-stately/tooltip"),io=require("@react-aria/tooltip"),Ae=require("@react-aria/overlays"),v1=require("tabbable"),Ra=require("uuid"),Pt=require("@pexip/signal"),mo=require("@react-stately/collections"),uo=require("@react-stately/menu"),w1=require("@react-aria/menu"),fo=require("@react-aria/button"),_o=require("@react-aria/utils"),po=require("@react-stately/tree"),ho=require("@react-aria/interactions"),n0=require("@pexip/utils"),Na=require("@react-stately/overlays");function go(e){const a=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const l in e)if(l!=="default"){const o=Object.getOwnPropertyDescriptor(e,l);Object.defineProperty(a,l,o.get?o:{enumerable:!0,get:()=>e[l]})}}return a.default=e,Object.freeze(a)}const t=go(n),fe=e=>La.camelCase(`${e} padding`),E1=e=>La.camelCase(`${e} spacing`),vo=(e,a)=>Object.keys(a).reduce((l,o)=>(o!==e&&(l[o]=a[o]),l),{}),wo="_themeProvider_1o5fn_1",Eo={themeProvider:wo},xo=["theme-legacy","theme-pds"],at=n.createContext({colorScheme:"dark",theme:"theme-pds"}),{Consumer:N}=at,Q=({children:e,colorScheme:a,theme:l})=>{const{colorScheme:o,theme:r}=n.useContext(at),c=a??o,s=l??r;return n.createElement(at.Provider,{value:{colorScheme:c,theme:s}},n.createElement("div",{className:f(Eo.themeProvider,s,c)},e))};function bt(e,a){return function(o){return n.createElement(Q,{colorScheme:a},n.createElement(e,{...o}))}}const bo="_boxHeader_kr7d7_4",ko="_nonePadding_kr7d7_9",Co="_compactPadding_kr7d7_13",yo="_smallPadding_kr7d7_17",Bo="_mediumPadding_kr7d7_21",zo="_largePadding_kr7d7_25",a0={boxHeader:bo,nonePadding:ko,compactPadding:Co,smallPadding:yo,mediumPadding:Bo,largePadding:zo},$a=({className:e,padding:a="small",contentBelowDivider:l,children:o})=>{const r=n.createElement("div",{className:f(a0[fe(a)],a0.boxHeader,e)},o);return l?n.createElement("div",null,r,l):r},Io="_boxFooter_fgwhd_4",Mo="_hasShadow_fgwhd_4",So="_nonePaddingTop_fgwhd_18",Lo="_nonePaddingRight_fgwhd_21",Ao="_nonePaddingBottom_fgwhd_24",Ro="_nonePaddingLeft_fgwhd_27",No="_compactPaddingTop_fgwhd_30",$o="_compactPaddingRight_fgwhd_33",qo="_compactPaddingBottom_fgwhd_36",Ho="_compactPaddingLeft_fgwhd_39",Oo="_smallPaddingTop_fgwhd_42",Po="_smallPaddingRight_fgwhd_45",Vo="_smallPaddingBottom_fgwhd_48",To="_smallPaddingLeft_fgwhd_51",Wo="_mediumPaddingTop_fgwhd_54",Do="_mediumPaddingRight_fgwhd_57",jo="_mediumPaddingBottom_fgwhd_60",Fo="_mediumPaddingLeft_fgwhd_63",Uo="_largePaddingTop_fgwhd_66",Go="_largePaddingRight_fgwhd_69",Xo="_largePaddingBottom_fgwhd_72",Qo="_largePaddingLeft_fgwhd_75",Xe={boxFooter:Io,hasShadow:Mo,nonePaddingTop:So,nonePaddingRight:Lo,nonePaddingBottom:Ao,nonePaddingLeft:Ro,compactPaddingTop:No,compactPaddingRight:$o,compactPaddingBottom:qo,compactPaddingLeft:Ho,smallPaddingTop:Oo,smallPaddingRight:Po,smallPaddingBottom:Vo,smallPaddingLeft:To,mediumPaddingTop:Wo,mediumPaddingRight:Do,mediumPaddingBottom:jo,mediumPaddingLeft:Fo,largePaddingTop:Uo,largePaddingRight:Go,largePaddingBottom:Xo,largePaddingLeft:Qo},qa=({className:e,padding:a="small",topPadding:l=a,rightPadding:o=a,bottomPadding:r=a,leftPadding:c=a,hasFooterShadow:s=!1,children:i})=>n.createElement("div",{className:f(e,Xe.boxFooter,l&&Xe[`${fe(l)}Top`],o&&Xe[`${fe(o)}Right`],r&&Xe[`${fe(r)}Bottom`],c&&Xe[`${fe(c)}Left`],{[Xe.hasShadow]:s})},i),Ko="_box_5xx8l_4",Zo="_hasHeaderOrFooter_5xx8l_4",Yo="_mainContent_5xx8l_9",Jo="_scrollable_5xx8l_16",er="_rounded_5xx8l_20",tr="_dark_5xx8l_24",nr="_light_5xx8l_29",ar="_shadowLight_5xx8l_34",lr="_shadowDark_5xx8l_38",or="_border_5xx8l_42",rr="_nonePadding_5xx8l_53",cr="_compactPadding_5xx8l_57",sr="_smallPadding_5xx8l_61",ir="_mediumPadding_5xx8l_65",dr="_largePadding_5xx8l_69",ie={box:Ko,hasHeaderOrFooter:Zo,mainContent:Yo,scrollable:Jo,rounded:er,dark:tr,light:nr,shadowLight:ar,shadowDark:lr,border:or,nonePadding:rr,compactPadding:cr,smallPadding:sr,mediumPadding:ir,largePadding:dr},ce=n.forwardRef(({hasBackground:e=!0,headerContent:a,headerContentBelowDivider:l,footerContent:o,bgColor:r,children:c,className:s,childrenClassName:i,headerClassName:d,isRounded:m=!0,isWithBorder:u=!1,isWithShadow:_=!0,shadowModifier:p="dark",padding:h="none",headerPadding:g=h,footerPadding:w=h,footerTopPadding:E=w,footerRightPadding:v=w,footerBottomPadding:x=w,footerLeftPadding:B=w,hasFooterShadow:I,scrollable:M,style:k,colorScheme:S,...z},L)=>{const q=!!a||!!o;return n.createElement(N,null,({colorScheme:b})=>n.createElement("div",{className:f(e&&ie[S??b],{[ie.shadowDark]:_&&p==="dark",[ie.shadowLight]:_&&p==="light",[ie.rounded]:m,[ie.border]:u,[ie[fe(h)]]:!q,[ie.hasHeaderOrFooter]:q},ie.box,s),style:e&&r?{...k,backgroundColor:r}:k,ref:L,...z},a&&n.createElement($a,{contentBelowDivider:l,padding:g,className:d},a),c&&q?n.createElement("div",{className:f(ie[fe(h)],ie.mainContent,{"pb-0":o&&h!=="none",[ie.scrollable]:M},i)},c):c,o&&n.createElement(qa,{padding:w,topPadding:E,rightPadding:v,bottomPadding:x,leftPadding:B,hasFooterShadow:I},o)))});ce.displayName="Box";const mr="_dark_14ps4_4",ur="_light_14ps4_8",fr="_horizontal_14ps4_12",_r="_vertical_14ps4_17",l0={dark:mr,light:ur,horizontal:fr,vertical:_r},re=({colorScheme:e,direction:a="horizontal",className:l,...o})=>n.createElement(N,null,({colorScheme:r})=>n.createElement("div",{className:f(l0[e??r],l0[a],l),...o})),pr="_dark_1xjes_99",hr="_standard_1xjes_99",gr="_link_1xjes_102",vr="_subtle_1xjes_105",wr="_tinted_1xjes_108",Er="_disabled_1xjes_111",xr="_success_1xjes_114",br="_danger_1xjes_117",kr="_warning_1xjes_120",Cr="_light_1xjes_124",yr="_hidden_1xjes_149",Br="_inherit_1xjes_161",zr="_truncated_1xjes_165",Ir="_uppercase_1xjes_172",Mr="_underline_1xjes_176",Sr="_italicize_1xjes_180",Lr="_normalWhiteSpace_1xjes_184",Ar="_nowrapWhiteSpace_1xjes_188",Rr="_preWhiteSpace_1xjes_192",Nr="_preWrapWhiteSpace_1xjes_196",$r="_preLineWhiteSpace_1xjes_200",qr="_normalWordBreak_1xjes_204",Hr="_breakAllWordBreak_1xjes_208",Or="_keepAllWordBreak_1xjes_212",Pr="_overflowWrapWordBreak_1xjes_216",Vr="_text_1xjes_221",Tr="_h1_1xjes_226",Wr="_h2_1xjes_232",Dr="_h3_1xjes_238",jr="_h4_1xjes_244",Fr="_h5_1xjes_250",Ur="_h6_1xjes_256",Gr="_body-bold_1xjes_262",Xr="_button_1xjes_268",Qr="_body_1xjes_262",Kr="_body-link_1xjes_280",Zr="_small-bold_1xjes_286",Yr="_small_1xjes_286",Jr="_small-link_1xjes_298",e2="_x-small-bold_1xjes_304",t2="_x-small_1xjes_304",n2="_x-small-link_1xjes_316",ee={dark:pr,standard:hr,link:gr,subtle:vr,tinted:wr,disabled:Er,success:xr,danger:br,warning:kr,light:Cr,hidden:yr,inherit:Br,truncated:zr,uppercase:Ir,underline:Mr,italicize:Sr,normalWhiteSpace:Lr,nowrapWhiteSpace:Ar,preWhiteSpace:Rr,preWrapWhiteSpace:Nr,preLineWhiteSpace:$r,normalWordBreak:qr,breakAllWordBreak:Hr,keepAllWordBreak:Or,overflowWrapWordBreak:Pr,text:Vr,h1:Tr,h2:Wr,h3:Dr,h4:jr,h5:Fr,h6:Ur,"body-bold":"_body-bold_1xjes_262",bodyBold:Gr,button:Xr,body:Qr,"body-link":"_body-link_1xjes_280",bodyLink:Kr,"small-bold":"_small-bold_1xjes_286",smallBold:Zr,small:Yr,"small-link":"_small-link_1xjes_298",smallLink:Jr,"x-small-bold":"_x-small-bold_1xjes_304",xSmallBold:e2,"x-small":"_x-small_1xjes_304",xSmall:t2,"x-small-link":"_x-small-link_1xjes_316",xSmallLink:n2},De=({children:e,className:a,colorScheme:l,fontVariant:o,htmlTag:r,isTruncated:c=!1,isUppercase:s,variant:i="standard",...d})=>{const m=o??r;return n.createElement(N,null,({colorScheme:u})=>n.createElement(r,{className:f(ee[l??u],ee[i],ee[m],{[ee.truncated]:c,[ee.uppercase]:s},a),...d},e))};var y=(e=>(e.H1="h1",e.H2="h2",e.H3="h3",e.H4="h4",e.H5="h5",e.H6="h6",e.BodyBold="bodyBold",e.Button="button",e.Body="body",e.BodyLink="bodyLink",e.SmallBold="smallBold",e.Small="small",e.SmallLink="smallLink",e.XSmallBold="xSmallBold",e.XSmall="xSmall",e.XSmallLink="xSmallLink",e))(y||{});const a2="_wrap_11372_11",l2="_divider_11372_19",o2="_section_11372_23",r2="_grow_11372_26",c2="_header_11372_30",s2="_headerTitleWrap_11372_37",Be={wrap:a2,divider:l2,section:o2,grow:r2,header:c2,headerTitleWrap:s2},Ha=({colorScheme:e="light",title:a,titleHtmlTag:l="h2",titleEnhancerStart:o,subtitle:r,secondaryComponent:c,children:s})=>n.createElement(Q,{colorScheme:e},n.createElement(ce,{className:Be.wrap,shadowModifier:"light"},n.createElement("div",{className:Be.header},n.createElement("div",{className:Be.headerTitleWrap},o&&n.createElement("div",{className:"mr-4"},o),n.createElement(De,{htmlTag:l,fontVariant:y.H5},a)),r&&n.createElement("div",null,r)),n.createElement(re,{className:Be.divider}),n.createElement("div",{className:Be.section},c),n.createElement(re,{className:Be.divider}),n.createElement("div",{className:f(Be.section,Be.grow)},s))),i2=["xs","sm","md","lg","xl"],d2=["xsOffset","smOffset","mdOffset","lgOffset","xlOffset"],m2=[...i2,...d2],u2="_verticalGutter_1ddso_1",f2="_cell_1ddso_1",_2="_xs1_1ddso_12",p2="_xs2_1ddso_17",h2="_xs3_1ddso_22",g2="_xs4_1ddso_27",v2="_xs5_1ddso_32",w2="_xs6_1ddso_37",E2="_xs7_1ddso_42",x2="_xs8_1ddso_47",b2="_xs9_1ddso_52",k2="_xs10_1ddso_57",C2="_xs11_1ddso_62",y2="_xs12_1ddso_67",B2="_xsOffset0_1ddso_72",z2="_xsOffset1_1ddso_76",I2="_xsOffset2_1ddso_80",M2="_xsOffset3_1ddso_84",S2="_xsOffset4_1ddso_88",L2="_xsOffset5_1ddso_92",A2="_xsOffset6_1ddso_96",R2="_xsOffset7_1ddso_100",N2="_xsOffset8_1ddso_104",$2="_xsOffset9_1ddso_108",q2="_xsOffset10_1ddso_112",H2="_xsOffset11_1ddso_116",O2="_xsOffset12_1ddso_120",P2="_sm1_1ddso_125",V2="_sm2_1ddso_129",T2="_sm3_1ddso_133",W2="_sm4_1ddso_137",D2="_sm5_1ddso_141",j2="_sm6_1ddso_145",F2="_sm7_1ddso_149",U2="_sm8_1ddso_153",G2="_sm9_1ddso_157",X2="_sm10_1ddso_161",Q2="_sm11_1ddso_165",K2="_sm12_1ddso_169",Z2="_smOffset0_1ddso_173",Y2="_smOffset1_1ddso_176",J2="_smOffset2_1ddso_179",ec="_smOffset3_1ddso_182",tc="_smOffset4_1ddso_185",nc="_smOffset5_1ddso_188",ac="_smOffset6_1ddso_191",lc="_smOffset7_1ddso_194",oc="_smOffset8_1ddso_197",rc="_smOffset9_1ddso_200",cc="_smOffset10_1ddso_203",sc="_smOffset11_1ddso_206",ic="_smOffset12_1ddso_209",dc="_md1_1ddso_214",mc="_md2_1ddso_218",uc="_md3_1ddso_222",fc="_md4_1ddso_226",_c="_md5_1ddso_230",pc="_md6_1ddso_234",hc="_md7_1ddso_238",gc="_md8_1ddso_242",vc="_md9_1ddso_246",wc="_md10_1ddso_250",Ec="_md11_1ddso_254",xc="_md12_1ddso_258",bc="_mdOffset0_1ddso_262",kc="_mdOffset1_1ddso_265",Cc="_mdOffset2_1ddso_268",yc="_mdOffset3_1ddso_271",Bc="_mdOffset4_1ddso_274",zc="_mdOffset5_1ddso_277",Ic="_mdOffset6_1ddso_280",Mc="_mdOffset7_1ddso_283",Sc="_mdOffset8_1ddso_286",Lc="_mdOffset9_1ddso_289",Ac="_mdOffset10_1ddso_292",Rc="_mdOffset11_1ddso_295",Nc="_mdOffset12_1ddso_298",$c="_lg1_1ddso_303",qc="_lg2_1ddso_307",Hc="_lg3_1ddso_311",Oc="_lg4_1ddso_315",Pc="_lg5_1ddso_319",Vc="_lg6_1ddso_323",Tc="_lg7_1ddso_327",Wc="_lg8_1ddso_331",Dc="_lg9_1ddso_335",jc="_lg10_1ddso_339",Fc="_lg11_1ddso_343",Uc="_lg12_1ddso_347",Gc="_lgOffset0_1ddso_351",Xc="_lgOffset1_1ddso_354",Qc="_lgOffset2_1ddso_357",Kc="_lgOffset3_1ddso_360",Zc="_lgOffset4_1ddso_363",Yc="_lgOffset5_1ddso_366",Jc="_lgOffset6_1ddso_369",e3="_lgOffset7_1ddso_372",t3="_lgOffset8_1ddso_375",n3="_lgOffset9_1ddso_378",a3="_lgOffset10_1ddso_381",l3="_lgOffset11_1ddso_384",o3="_lgOffset12_1ddso_387",r3="_xl1_1ddso_392",c3="_xl2_1ddso_396",s3="_xl3_1ddso_400",i3="_xl4_1ddso_404",d3="_xl5_1ddso_408",m3="_xl6_1ddso_412",u3="_xl7_1ddso_416",f3="_xl8_1ddso_420",_3="_xl9_1ddso_424",p3="_xl10_1ddso_428",h3="_xl11_1ddso_432",g3="_xl12_1ddso_436",v3="_xlOffset0_1ddso_440",w3="_xlOffset1_1ddso_443",E3="_xlOffset2_1ddso_446",x3="_xlOffset3_1ddso_449",b3="_xlOffset4_1ddso_452",k3="_xlOffset5_1ddso_455",C3="_xlOffset6_1ddso_458",y3="_xlOffset7_1ddso_461",B3="_xlOffset8_1ddso_464",z3="_xlOffset9_1ddso_467",I3="_xlOffset10_1ddso_470",M3="_xlOffset11_1ddso_473",S3="_xlOffset12_1ddso_476",L3="_xxl1_1ddso_481",A3="_xxl2_1ddso_485",R3="_xxl3_1ddso_489",N3="_xxl4_1ddso_493",$3="_xxl5_1ddso_497",q3="_xxl6_1ddso_501",H3="_xxl7_1ddso_505",O3="_xxl8_1ddso_509",P3="_xxl9_1ddso_513",V3="_xxl10_1ddso_517",T3="_xxl11_1ddso_521",W3="_xxl12_1ddso_525",D3="_xxlOffset0_1ddso_529",j3="_xxlOffset1_1ddso_532",F3="_xxlOffset2_1ddso_535",U3="_xxlOffset3_1ddso_538",G3="_xxlOffset4_1ddso_541",X3="_xxlOffset5_1ddso_544",Q3="_xxlOffset6_1ddso_547",K3="_xxlOffset7_1ddso_550",Z3="_xxlOffset8_1ddso_553",Y3="_xxlOffset9_1ddso_556",J3="_xxlOffset10_1ddso_559",es="_xxlOffset11_1ddso_562",ts="_xxlOffset12_1ddso_565",Ht={verticalGutter:u2,cell:f2,xs1:_2,xs2:p2,xs3:h2,xs4:g2,xs5:v2,xs6:w2,xs7:E2,xs8:x2,xs9:b2,xs10:k2,xs11:C2,xs12:y2,xsOffset0:B2,xsOffset1:z2,xsOffset2:I2,xsOffset3:M2,xsOffset4:S2,xsOffset5:L2,xsOffset6:A2,xsOffset7:R2,xsOffset8:N2,xsOffset9:$2,xsOffset10:q2,xsOffset11:H2,xsOffset12:O2,sm1:P2,sm2:V2,sm3:T2,sm4:W2,sm5:D2,sm6:j2,sm7:F2,sm8:U2,sm9:G2,sm10:X2,sm11:Q2,sm12:K2,smOffset0:Z2,smOffset1:Y2,smOffset2:J2,smOffset3:ec,smOffset4:tc,smOffset5:nc,smOffset6:ac,smOffset7:lc,smOffset8:oc,smOffset9:rc,smOffset10:cc,smOffset11:sc,smOffset12:ic,md1:dc,md2:mc,md3:uc,md4:fc,md5:_c,md6:pc,md7:hc,md8:gc,md9:vc,md10:wc,md11:Ec,md12:xc,mdOffset0:bc,mdOffset1:kc,mdOffset2:Cc,mdOffset3:yc,mdOffset4:Bc,mdOffset5:zc,mdOffset6:Ic,mdOffset7:Mc,mdOffset8:Sc,mdOffset9:Lc,mdOffset10:Ac,mdOffset11:Rc,mdOffset12:Nc,lg1:$c,lg2:qc,lg3:Hc,lg4:Oc,lg5:Pc,lg6:Vc,lg7:Tc,lg8:Wc,lg9:Dc,lg10:jc,lg11:Fc,lg12:Uc,lgOffset0:Gc,lgOffset1:Xc,lgOffset2:Qc,lgOffset3:Kc,lgOffset4:Zc,lgOffset5:Yc,lgOffset6:Jc,lgOffset7:e3,lgOffset8:t3,lgOffset9:n3,lgOffset10:a3,lgOffset11:l3,lgOffset12:o3,xl1:r3,xl2:c3,xl3:s3,xl4:i3,xl5:d3,xl6:m3,xl7:u3,xl8:f3,xl9:_3,xl10:p3,xl11:h3,xl12:g3,xlOffset0:v3,xlOffset1:w3,xlOffset2:E3,xlOffset3:x3,xlOffset4:b3,xlOffset5:k3,xlOffset6:C3,xlOffset7:y3,xlOffset8:B3,xlOffset9:z3,xlOffset10:I3,xlOffset11:M3,xlOffset12:S3,xxl1:L3,xxl2:A3,xxl3:R3,xxl4:N3,xxl5:$3,xxl6:q3,xxl7:H3,xxl8:O3,xxl9:P3,xxl10:V3,xxl11:T3,xxl12:W3,xxlOffset0:D3,xxlOffset1:j3,xxlOffset2:F3,xxlOffset3:U3,xxlOffset4:G3,xxlOffset5:X3,xxlOffset6:Q3,xxlOffset7:K3,xxlOffset8:Z3,xxlOffset9:Y3,xxlOffset10:J3,xxlOffset11:es,xxlOffset12:ts},ns=e=>e in Ht,as=e=>m2.reduce((a,l)=>{const o=`${l}${e[l]??""}`;return ns(o)&&a.push(Ht[o]),a},[]),_1=({className:e,children:a,hasVerticalGutter:l,...o})=>n.createElement("div",{className:f(Ht.cell,as(o),{[Ht.verticalGutter]:l},e)},a),ls="_centerLayout_vjlw4_1",os="_relative_vjlw4_10",rs="_absolute_vjlw4_14",cs="_centerText_vjlw4_22",ss="_fullWidth_vjlw4_26",It={centerLayout:ls,relative:os,absolute:rs,centerText:cs,fullWidth:ss},x1=({centerText:e=!1,children:a,className:l,isFullWidth:o,position:r="relative",...c})=>n.createElement("div",{className:f(It.centerLayout,It[r],e&&It.centerText,{[It.fullWidth]:o},l),...c},a),b1={xs:0,sm:479,md:744,lg:1025,xl:2e3},Et=["xs","sm","md","lg","xl"],k1=e=>typeof e=="string",is=e=>typeof e=="object",Oa=e=>e===void 0?!0:k1(e)?!e.trim():Object.entries(e).every(([l,o])=>!o.trim()),ds=e=>{let a="";const o=Object.entries(e);for(const r of o){const c=r[0],s=r[1];a=a.concat(`${s} ${c}`),o.indexOf(r)!==o.length-1&&(a=a.concat(", "))}return a.trim()},Pa=e=>typeof e=="string",o0=e=>typeof e=="object",Va=e=>e===void 0?!0:Pa(e)?!e.trim():Object.entries(e).every(([l,o])=>!o.trim()),ms=e=>{const a=[...Et].reverse();for(const l of a){const o=e[l];if(o)return o}return null},us=e=>{const a=ms(e);if(a){const l=[...Et].reverse(),o={...e};return l.forEach((r,c)=>{if(!o[r]){const s=l[c-1],d=s&&o[s]||a;o[r]=d}}),o}return e},fs=e=>{const a=us(e);return Object.fromEntries(Object.entries(a).map(([o,r])=>[`--${o}-background-image`,`url("${r}")`]))};var Ta=(e=>(e.White="#ffffff",e.Blue40="#b1aaff",e.Blue20="#d0ccff",e.Red100="#ff7273",e.Green100="#0ebec7",e.Blue100="#4b37ff",e.TextLinkBlueDarkBg="#00c2ff",e.TextLinkBlueHoverDarkBg="#52d7ff",e.Blue50="#a198ff",e.Green90="#30c8cf",e.Green80="#51d2d8",e.Green60="#8de5e9",e.Green40="#baf4f6",e.Red90="#ff9697",e.Red80="#ffb6b7",e.Red70="#f24949",e.Red60="#ffe3e4",e.Red40="#fff7f7",e.Blue90="#5d4cff",e.SignalRedHover="#bc1515",e.DeepBlue100="#0a2136",e.Neutral100="#212121",e.DeepBlue90="#1e3a54",e.Neutral90="#323232",e.SignalRed="#e60000",e.SignalGreen="#2c8500",e.JoinHover="#488716",e.JoinDisabled="#e3eede",e.SignalGreen130="#205e01",e.Join="#5eaf1d",e.DeepBlue80="#3c5974",e.Neutral80="#494949",e.DeepBlue50="#a5b8ca",e.Neutral50="#c3c4c5",e.DeepBlue40="#c1d1df",e.Neutral40="#d2d2d2",e.DeepBlue30="#d8e3ee",e.Neutral30="#dcdcdc",e.DeepBlue20="#e8f0f8",e.Neutral20="#e6e6e6",e.Grey="#f7f7f7",e.Black="#111111",e.DeepBlue60="#728fac",e.Neutral60="#989898",e.DeepBlue70="#577490",e.Neutral70="#777777",e.DeepBlue10="#f4f7fb",e.Neutral10="#f2f2f2",e.DeepBlue5="#ffffff",e.Neutral5="#ffffff",e.TextLinkBlueWhiteBg="#032fff",e.TextLinkBlueHoverWhiteBg="#0023d1",e.SignalOrange130="#bc5a00",e.SignalOrange80="#fef1e6",e.Green130="#00777c",e.SignalOrange120="#ff9a3e",e.SignalOrange110="#fcc592",e.SignalOrange100="#ffd1a7",e.SignalOrange90="#fdd8b7",e.SignalOrange60="#fff5ed",e.SignalOrange40="#fff8f2",e))(Ta||{}),Ot=(e=>(e.White="255,255,255",e.Blue40="177,170,255",e.Blue20="208,204,255",e.Red100="255,114,115",e.Green100="14,190,199",e.Blue100="75,55,255",e.TextLinkBlueDarkBg="0,194,255",e.TextLinkBlueHoverDarkBg="82,215,255",e.Blue50="161,152,255",e.Green90="48,200,207",e.Green80="81,210,216",e.Green60="141,229,233",e.Green40="186,244,246",e.Red90="255,150,151",e.Red80="255,182,183",e.Red60="255,227,228",e.Red40="255,247,247",e.Blue90="93,76,255",e.SignalRedHover="188,21,21",e.DeepBlue100="10,33,54",e.Neutral100="33,33,33",e.DeepBlue90="30,58,84",e.Neutral90="50,50,50",e.SignalRed="230,0,0",e.SignalGreen="44,133,0",e.JoinHover="72,135,22",e.JoinDisabled="227,238,222",e.SignalGreen130="32,94,1",e.Join="94,175,29",e.DeepBlue80="60,89,116",e.Neutral80="73,73,73",e.DeepBlue50="165,184,202",e.Neutral50="195,196,197",e.DeepBlue40="193,209,223",e.Neutral40="210,210,210",e.DeepBlue30="216,227,238",e.Neutral30="220,220,220",e.DeepBlue20="232,240,248",e.Neutral20="230,230,230",e.Grey="247,247,247",e.Black="17,17,17",e.DeepBlue60="114,143,172",e.Neutral60="152,152,152",e.DeepBlue70="87,116,144",e.Neutral70="119,119,119",e.DeepBlue10="244,247,251",e.Neutral10="242,242,242",e.DeepBlue5="255,255,255",e.Neutral5="255,255,255",e.TextLinkBlueWhiteBg="3,47,255",e.TextLinkBlueHoverWhiteBg="0,35,209",e.SignalOrange130="188,90,0",e.SignalOrange80="254,241,230",e.Green130="0,119,124",e.SignalOrange120="255,154,62",e.SignalOrange110="252,197,146",e.SignalOrange100="255,209,167",e.SignalOrange90="253,216,183",e.SignalOrange60="255,245,237",e.SignalOrange40="255,248,242",e))(Ot||{});const _s=({background:e,backgroundImageSrc:a,backgroundBlendMode:l,overlayOpacity:o,overlay:r})=>n.useMemo(()=>{const c=e==="image"&&!Va(a),s=c&&o0(a),i=c&&l!=="normal",d=e==="none",m=e==="white",u=e==="dark"||e==="image"&&!c,_=e==="light";let p={};if(c&&(Pa(a)&&(p={...p,backgroundImage:`url("${a}")`}),o0(a))){const h=fs(a);p={...p,...h}}return i&&(p={...p,"--blend-mode":l,"--background-color-opacity":`${o}`,"--background-color-rgb":`${r==="light"?Ot.White:Ot.Black}`}),{isBackgroundNone:d,isBackgroundWhite:m,isBackgroundDark:u,isBackgroundLight:_,isBackgroundImage:c,isBackgroundImageBreakpointImageSet:s,isBackgroundImageBlend:i,backgroundStyleProps:p}},[e,a,l,o,r]),ps="_light_1qnf7_13",hs="_dark_1qnf7_19",gs="_fullSizeWindow_1qnf7_28",vs="_fixed_1qnf7_53",ws="_absolute_1qnf7_57",Es="_paddingNone_1qnf7_61",xs="_paddingSmall_1qnf7_65",bs="_backgroundNone_1qnf7_69",ks="_backgroundWhite_1qnf7_73",Cs="_backgroundDark_1qnf7_77",ys="_backgroundLight_1qnf7_81",Bs="_backgroundImage_1qnf7_85",zs="_backgroundImageBreakpointImageSet_1qnf7_92",Is="_backgroundBlend_1qnf7_117",Ms="_row_1qnf7_123",Ss="_rowReverse_1qnf7_127",Ls="_column_1qnf7_131",As="_columnReverse_1qnf7_135",Rs="_flexStart_1qnf7_139",Ns="_center_1qnf7_143",oe={light:ps,dark:hs,fullSizeWindow:gs,fixed:vs,absolute:ws,paddingNone:Es,paddingSmall:xs,backgroundNone:bs,backgroundWhite:ks,backgroundDark:Cs,backgroundLight:ys,backgroundImage:Bs,backgroundImageBreakpointImageSet:zs,backgroundBlend:Is,row:Ms,rowReverse:Ss,column:Ls,columnReverse:As,flexStart:Rs,center:Ns},Vt=n.forwardRef(({children:e,className:a,padding:l="small",background:o="none",flexDirection:r="row",justifyContent:c="flexStart",backgroundImageSrc:s,backgroundBlendMode:i="normal",overlayOpacity:d=.7,overlay:m="dark",position:u="fixed",style:_,...p},h)=>{const g=l==="small",w=l==="none",{isBackgroundNone:E,isBackgroundWhite:v,isBackgroundDark:x,isBackgroundLight:B,isBackgroundImage:I,isBackgroundImageBreakpointImageSet:M,isBackgroundImageBlend:k,backgroundStyleProps:S}=_s({background:o,backgroundImageSrc:s,backgroundBlendMode:i,overlayOpacity:d,overlay:m});return n.createElement("div",{style:{..._,...S},className:f(oe.fullSizeWindow,{[oe.paddingNone]:w,[oe.paddingSmall]:g,[oe.backgroundNone]:E,[oe.backgroundWhite]:v,[oe.backgroundDark]:x,[oe.backgroundLight]:B,[oe.backgroundImage]:I,[oe.backgroundImageBreakpointImageSet]:M,[oe.backgroundBlend]:I&&k},oe[r],oe[c],oe[u],a),ref:h,...p},e)});Vt.displayName="FullSizeWindow";const $s="_wrapper_m0c6u_1",qs="_roundedCorners_m0c6u_15",Hs="_small_m0c6u_19",Os="_medium_m0c6u_23",Ps="_large_m0c6u_27",Vs="_full_m0c6u_32",Ts="_mediumWidth_m0c6u_37",Ws="_fullWidth_m0c6u_41",Ds="_autoHeight_m0c6u_45",js="_flexStart_m0c6u_49",Fs="_center_m0c6u_53",Qe={wrapper:$s,roundedCorners:qs,small:Hs,medium:Os,large:Ps,full:Vs,mediumWidth:Ts,fullWidth:Ws,autoHeight:Ds,flexStart:js,center:Fs},Wa=({className:e,children:a,modifier:l,heightModifier:o,size:r="full",justifyContent:c="flexStart",borderRadius:s="none",...i})=>n.createElement("div",{className:f(Qe.wrapper,e,l&&Qe[l],Qe[r],o&&Qe[o],s==="box"&&Qe.roundedCorners,Qe[c]),...i},a),Da=({children:e})=>n.createElement(Vt,{padding:"none",background:"dark"},n.createElement(Wa,{modifier:"fullWidth"},n.createElement(x1,null,e))),Us="_overlay_174tg_4",Gs={overlay:Us},Xs=({children:e,...a})=>n.createElement(Vt,{padding:"none",background:"dark",className:Gs.overlay,...a},e),Qs=e=>n.isValidElement(e)&&!!e.props.children,Ks=e=>n.isValidElement(e)&&Qs(e)&&n.Children.toArray(e.props.children).reduce((a,l)=>a||n.isValidElement(l),!1),ja=(e,a)=>n.Children.toArray(e).map((l,o,r)=>n.isValidElement(l)&&Ks(l)?a(n.cloneElement(l,{...l.props,children:ja(l.props.children,a)})):a(l,o,r)),Fa=(e,a)=>typeof a>"u"?null:`${e}${a}`,Zs=(e,a)=>{if(typeof a!="string")return a;const[l,o]=a.match(/^url\(#(.*)\)$/)??[null,null];if(o===null)return a;const r=Fa(e,o);return r===null?a:`url(#${r})`},Ys=e=>n.isValidElement(e)&&typeof e.props=="object",Ua=e=>{const a=n.useId();return ja(e.children,l=>!l||typeof l=="string"||typeof l=="number"||!Ys(l)?l:n.cloneElement(l,{...Object.entries(l.props).reduce((o,[r,c])=>(o[r]=Zs(a,c??""),o),{}),id:Fa(a,l.props.id)}))},Js="_dark_1zxj7_4",ei="_light_1zxj7_8",ti="_tertiary_1zxj7_12",ni="_small_1zxj7_16",ai="_medium_1zxj7_21",r0={dark:Js,light:ei,tertiary:ti,small:ni,medium:ai},kt=({size:e,source:a,className:l,colorScheme:o,ref:r,...c})=>{const s=f(o&&r0[o],e&&r0[e],l),i=a,d=typeof i=="function"?i({className:s,...c}):n.createElement(a,{className:s,...c});return n.createElement(Ua,null,d)},li=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 32 32",...e},t.createElement("path",{stroke:"currentColor",strokeLinecap:"round",strokeWidth:4.267,d:"M24.187 9.163a10.667 10.667 0 10-13.65 15.998"}),t.createElement("mask",{id:"a",width:20,height:10,x:7,y:20,style:{maskType:"alpha"},maskUnits:"userSpaceOnUse"},t.createElement("path",{stroke:"url(#paint0_linear)",strokeLinecap:"round",strokeWidth:5.333,d:"M10.537 25.161A10.666 10.666 0 0024.04 23.01"})),t.createElement("g",{mask:"url(#a)"},t.createElement("path",{stroke:"currentColor",strokeLinecap:"round",strokeWidth:4.267,d:"M26.667 16a10.667 10.667 0 10-2.627 7.01"})),t.createElement("defs",null,t.createElement("linearGradient",{id:"paint0_linear",x1:13.067,x2:25.6,y1:26.133,y2:22.133,gradientUnits:"userSpaceOnUse"},t.createElement("stop",null),t.createElement("stop",{offset:1,stopOpacity:0})))),oi="_wrapper_sm86s_24",ri="_label_sm86s_28",ci="_spinner_sm86s_40",si="_spin_sm86s_40",ii="_compact_sm86s_49",di="_small_sm86s_53",mi="_medium_sm86s_57",ui="_dark_sm86s_62",fi="_light_sm86s_66",_i="_subtle_sm86s_70",it={wrapper:oi,label:ri,spinner:ci,spin:si,compact:ii,small:di,medium:mi,dark:ui,light:fi,subtle:_i},pi="Loading",C1=({className:e,label:a=pi,sizeModifier:l="medium",colorScheme:o,...r})=>n.createElement("div",{role:"status",className:f(it.wrapper,o&&it[o],e),...r},n.createElement("span",{className:it.label},a),n.createElement(kt,{source:li,className:f(it.spinner,it[l])})),hi=e=>n.createElement(Da,null,n.createElement(C1,{colorScheme:"dark",...e})),gi="_grid_172qj_1",vi={grid:gi},Ga=({className:e,children:a,hasCellVerticalGutter:l,...o})=>n.createElement("div",{className:f(vi.grid,{hasCellVerticalGutter:l},e),...o},a),wi="_top_9teu4_4",Ei="_bottom_9teu4_5",xi="_content_9teu4_24",c0={top:wi,bottom:Ei,content:xi},bi=({children:e,position:a="top",className:l})=>n.createElement("div",{className:f(c0[a],l)},n.Children.count(e)>0?n.createElement("span",{className:c0.content},e):e),ki="_el_p09eg_15",Ci={el:ki},yi=e=>"href"in e&&!!e.href&&e.href!=="#",y1=n.forwardRef(({children:e,className:a,disabled:l,htmlTag:o="button",...r},c)=>n.createElement(l?"button":yi(r)?"a":o,{ref:c,className:f(Ci.el,a),disabled:l,...r},e));y1.displayName="InteractiveElementContent";const se=({...e})=>n.createElement(y1,{...e}),Tt=n.forwardRef(({...e},a)=>n.createElement(y1,{...e,ref:a}));Tt.displayName="InteractiveElementContent";const Bi="_dark_13ht3_102",zi="_light_13ht3_119",Ii="_button_13ht3_491",Mi="_disc_13ht3_535",Si="_noBorderRadius_13ht3_538",Li="_buttonContent_13ht3_541",Ai="_buttonChildren_13ht3_547",Ri="_disabled_13ht3_552",Ni="_loading_13ht3_556",$i="_loadingIcon_13ht3_561",qi="_enhancerStart_13ht3_568",Hi="_enhancerEnd_13ht3_569",Oi="_primary_13ht3_573",Pi="_noHover_13ht3_577",Vi="_hasBackgroundTransparency_13ht3_583",Ti="_textComponent_13ht3_626",Wi="_secondary_13ht3_646",Di="_tertiary_13ht3_719",ji="_translucent_13ht3_792",Fi="_text_13ht3_626",Ui="_danger_13ht3_938",Gi="_dangerBordered_13ht3_1011",Xi="_success_13ht3_1084",Qi="_neutral_13ht3_1157",Ki="_transparent_13ht3_1230",Zi="_transparentAlternative_13ht3_1303",Yi="_none_13ht3_2179",Ji="_square_13ht3_2189",e4="_compact_13ht3_2194",t4="_small_13ht3_2209",n4="_medium_13ht3_2224",a4="_large_13ht3_2239",l4="_fullWidth_13ht3_2331",o4="_fluid_13ht3_2335",J={dark:Bi,light:zi,button:Ii,disc:Mi,noBorderRadius:Si,buttonContent:Li,buttonChildren:Ai,disabled:Ri,loading:Ni,loadingIcon:$i,enhancerStart:qi,enhancerEnd:Hi,primary:Oi,noHover:Pi,hasBackgroundTransparency:Vi,textComponent:Ti,secondary:Wi,tertiary:Di,translucent:ji,text:Fi,danger:Ui,dangerBordered:Gi,success:Xi,neutral:Qi,transparent:Ki,transparentAlternative:Zi,none:Yi,square:Ji,compact:e4,small:t4,medium:n4,large:a4,fullWidth:l4,fluid:o4},B1=n.forwardRef(({children:e,className:a,colorScheme:l,htmlTag:o,isActive:r,isDisabled:c,modifier:s,noBorderRadius:i=!1,noHover:d=!1,size:m="medium",variant:u="primary",backgroundTransparency:_=1,style:p,...h},g)=>{const w=_<1,E=w?{"--background-alpha":_}:void 0;return n.createElement(N,null,({colorScheme:v})=>{const x=l??v;return n.createElement(Tt,{ref:g,style:p||E?{...p,...E}:void 0,className:f(x,J.button,J[x],J[u],J[m],s&&J[s],{[J.disabled]:c,[J.noBorderRadius]:i,[J.noHover]:d||c,[J.hasBackgroundTransparency]:w},a),"data-active":r&&!c,disabled:c,htmlTag:o,...h},e)})});B1.displayName="SimpleButtonContent";const r4=({...e})=>n.createElement(B1,{...e}),z1=n.forwardRef(({...e},a)=>n.createElement(B1,{...e,ref:a}));z1.displayName="SimpleButtonContent";const C=({children:e,className:a,colorScheme:l,fontVariant:o=y.Body,htmlTag:r="span",isTruncated:c=!1,isUnderlined:s,isUppercase:i,isItalicized:d,whiteSpace:m,wordBreak:u,variant:_="standard",...p})=>n.createElement(N,null,({colorScheme:h})=>n.createElement(r,{className:f(l??h,ee.text,ee[l??h],ee[_],ee[o],m&&ee[`${m}WhiteSpace`],u&&ee[`${u}WordBreak`],{[ee.truncated]:c,[ee.uppercase]:i,[ee.underline]:s,[ee.italicize]:d},a),...p},e)),Xa=({children:e,className:a,isLoading:l,sizeModifier:o="compact",colorScheme:r})=>l?n.createElement(n.Fragment,null,n.createElement("div",{className:f(a,"visibility-hidden")},e),n.createElement("div",{className:J.loadingIcon},n.createElement(C1,{sizeModifier:o,colorScheme:r}))):a?n.createElement("div",{className:a},e):n.createElement(n.Fragment,null,e),Qa=({children:e,className:a,enhancerEnd:l,enhancerEndClassName:o,enhancerStart:r,enhancerStartClassName:c,noEnhancerPadding:s})=>n.createElement("div",{className:f(a,J.buttonContent)},r&&n.createElement("span",{className:f(J.enhancerStart,{"pe-0":s},c)},r),n.createElement("div",{className:J.buttonChildren},e),l&&n.createElement("span",{className:f(J.enhancerEnd,{"ps-0":s},o)},l)),Ka=({children:e,className:a,fontVariant:l=y.BodyBold,variant:o="inherit",...r})=>n.createElement(C,{className:f(a,J.textComponent),fontVariant:l,variant:o,...r},e),I1=n.forwardRef(({children:e,colorScheme:a,enhancerEnd:l,enhancerEndClassName:o,enhancerStart:r,enhancerStartClassName:c,fontVariant:s,hideChildren:i,isDisabled:d,isLoading:m,noEnhancerPadding:u,textVariant:_,underlineText:p,useTextComponent:h,variant:g,...w},E)=>n.createElement(z1,{colorScheme:a,isDisabled:!!d||m,variant:g,ref:E,...w},n.createElement(Xa,{isLoading:m},n.createElement(Qa,{className:f({[J.textComponent]:!h&&g==="text"&&p}),enhancerEnd:l,enhancerEndClassName:o,enhancerStart:r,enhancerStartClassName:c,noEnhancerPadding:u},!i&&(h?n.createElement(Ka,{colorScheme:a,fontVariant:s,variant:_},e):n.createElement(n.Fragment,null,e))))));I1.displayName="ButtonContent";const j=({...e})=>n.createElement(I1,{...e}),Za=n.forwardRef(({...e},a)=>n.createElement(I1,{...e,ref:a}));Za.displayName="RefButton";const c4=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconAdd_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M12.5 1h-9A2.5 2.5 0 0 0 1 3.5v9A2.5 2.5 0 0 0 3.5 15h9a2.5 2.5 0 0 0 2.5-2.5v-9A2.5 2.5 0 0 0 12.5 1m-.964 7.75H8.75v2.786a.75.75 0 0 1-1.5 0V8.75H4.464a.75.75 0 0 1 0-1.5H7.25V4.464a.75.75 0 0 1 1.5 0V7.25h2.786a.75.75 0 0 1 0 1.5"})),s0=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconAdd_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M18.429 2H5.571A3.57 3.57 0 0 0 2 5.571v12.857A3.57 3.57 0 0 0 5.571 22h12.857A3.57 3.57 0 0 0 22 18.429V5.571A3.57 3.57 0 0 0 18.429 2M17 13h-4v4a1 1 0 0 1-2 0v-4H7a1 1 0 0 1 0-2h4V7a1 1 0 0 1 2 0v4h4a1 1 0 0 1 0 2"})),s4=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconAddSomeone_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M13 1.833a.5.5 0 0 1 .5.5V3.5h1.167a.5.5 0 1 1 0 1H13.5v1.167a.5.5 0 1 1-1 0V4.5h-1.167a.5.5 0 1 1 0-1H12.5V2.333a.5.5 0 0 1 .5-.5M7.333 8.391c1.352 0 2.452-1.099 2.452-2.452 0-1.351-1.1-2.45-2.452-2.45a2.454 2.454 0 0 0-2.452 2.45c0 1.352 1.1 2.452 2.452 2.452m4.014 2.24c-.64-.684-1.844-1.192-4.014-1.192-2.188 0-3.395.516-4.03 1.209l-.018.02c-.172.187-.45.489-.565 1.231a.67.67 0 0 0 .661.768h7.904a.67.67 0 0 0 .662-.768c-.12-.757-.405-1.061-.59-1.258z",clipRule:"evenodd"})),i0=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconAddSomeone_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M19.5 2.75a.75.75 0 0 1 .75.75v1.75H22a.75.75 0 0 1 0 1.5h-1.75V8.5a.75.75 0 0 1-1.5 0V6.75H17a.75.75 0 0 1 0-1.5h1.75V3.5a.75.75 0 0 1 .75-.75M11 12.587a3.68 3.68 0 0 0 3.677-3.678A3.68 3.68 0 0 0 11 5.233a3.68 3.68 0 0 0-3.678 3.676A3.68 3.68 0 0 0 11 12.587m6.021 3.359c-.959-1.026-2.767-1.788-6.021-1.788-3.282 0-5.093.775-6.046 1.814l-.026.029c-.258.28-.674.734-.848 1.848A1.005 1.005 0 0 0 5.072 19h11.856c.61 0 1.086-.548.992-1.151-.178-1.136-.607-1.593-.885-1.888z",clipRule:"evenodd"})),i4=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconAdjust_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M3.333 2.667a.667.667 0 0 0-.666.666v3.334H2A.667.667 0 0 0 2 8h.667v4.667a.667.667 0 1 0 1.333 0V8h.667a.667.667 0 0 0 0-1.333H4V3.333a.667.667 0 0 0-.667-.666m4.667 0a.667.667 0 0 0-.667.666V10h-.666a.667.667 0 0 0 0 1.333h.666v1.334a.667.667 0 1 0 1.334 0v-1.334h.666a.667.667 0 1 0 0-1.333h-.666V3.333A.667.667 0 0 0 8 2.667m4 .666a.667.667 0 0 1 1.333 0v1.334H14A.667.667 0 1 1 14 6h-.667v6.667a.667.667 0 1 1-1.333 0V6h-.667a.667.667 0 1 1 0-1.333H12z",clipRule:"evenodd"})),d4=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconAdjust_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M5 4a1 1 0 0 0-1 1v5H3a1 1 0 1 0 0 2h1v7a1 1 0 1 0 2 0v-7h1a1 1 0 1 0 0-2H6V5a1 1 0 0 0-1-1m7 0a1 1 0 0 0-1 1v10h-1a1 1 0 1 0 0 2h1v2a1 1 0 1 0 2 0v-2h1a1 1 0 1 0 0-2h-1V5a1 1 0 0 0-1-1m6 1a1 1 0 1 1 2 0v2h1a1 1 0 1 1 0 2h-1v10a1 1 0 1 1-2 0V9h-1a1 1 0 1 1 0-2h1z",clipRule:"evenodd"})),m4=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconAdjust_32",viewBox:"0 0 32 32","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M6.833 5.333a1.5 1.5 0 0 0-1.5 1.5v6.5H4c-.736 0-1.333.597-1.333 1.334V15c0 .736.597 1.333 1.333 1.333h1.333v8.834a1.5 1.5 0 0 0 3 0v-8.834h1c.737 0 1.334-.597 1.334-1.333v-.333c0-.737-.597-1.334-1.334-1.334h-1v-6.5a1.5 1.5 0 0 0-1.5-1.5m9.334 0a1.5 1.5 0 0 0-1.5 1.5V20h-1.333c-.737 0-1.334.597-1.334 1.333v.334c0 .736.597 1.333 1.334 1.333h1.333v2.167a1.5 1.5 0 0 0 3 0V23h1c.736 0 1.333-.597 1.333-1.333v-.334c0-.736-.597-1.333-1.333-1.333h-1V6.833a1.5 1.5 0 0 0-1.5-1.5M24 6.833a1.5 1.5 0 0 1 3 0V9h.667C28.403 9 29 9.597 29 10.333v.334c0 .736-.597 1.333-1.333 1.333H27v13.167a1.5 1.5 0 0 1-3 0V12h-1.667A1.333 1.333 0 0 1 21 10.667v-.334C21 9.597 21.597 9 22.333 9H24z",clipRule:"evenodd"})),u4=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconAdmit_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M6.01 13c-.258 0-.516-.098-.712-.294L1.295 8.7a1.006 1.006 0 0 1 1.421-1.422l3.293 3.293 7.275-7.277a1.005 1.005 0 1 1 1.421 1.422L6.72 12.705a1 1 0 0 1-.71.295"})),f4=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconAdmit_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M9.156 20c-.368 0-.735-.147-1.016-.442l-5.72-6.007a1.56 1.56 0 0 1 0-2.133c.562-.59 1.47-.59 2.032 0l4.704 4.94L19.548 5.442c.561-.59 1.47-.59 2.031 0a1.56 1.56 0 0 1 0 2.134L10.171 19.557c-.28.295-.647.443-1.015.443"})),_4=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconAdmit_32",viewBox:"0 0 32 32","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M12.019 26c-.515 0-1.03-.206-1.423-.618l-8.007-8.41a2.187 2.187 0 0 1 0-2.987 1.943 1.943 0 0 1 2.844 0l6.586 6.916L26.567 5.619a1.943 1.943 0 0 1 2.844 0 2.187 2.187 0 0 1 0 2.987L13.44 25.38c-.393.413-.906.62-1.421.62"})),p4=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconAiAssistant_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("g",{fill:"currentColor",clipPath:"url(#IconAiAssistant_16__a)"},t.createElement("path",{d:"M5.143 12.017V6h1.016q.111 0 .222.025t.222.058L11 7.8a.7.7 0 0 1 .357.3.84.84 0 0 1 .135.45.74.74 0 0 1-.23.567.75.75 0 0 1-.532.216H9.063a.6.6 0 0 1-.119-.008.4.4 0 0 1-.103-.042l-1.016-.416-.206.65 1.222.45q.032.016.095.025Q9 10 9.048 10h4.349q.508 0 .889.383.38.384.38.95l-5.063 2zm-3.81 1.316V6h2.54v7.333zM12.7 8.667q0-1.535 1.173-2.6Q15.047 5 16.733 5q-1.687 0-2.86-1.067-1.173-1.065-1.173-2.6 0 1.535-1.173 2.6Q10.353 5 8.667 5q1.686 0 2.86 1.067 1.173 1.065 1.173 2.6"})),t.createElement("defs",null,t.createElement("clipPath",{id:"IconAiAssistant_16__a"},t.createElement("path",{fill:"currentColor",d:"M0 0h16v16H0z"})))),d0=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconAiAssistant_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("g",{fill:"currentColor",clipPath:"url(#IconAiAssistant_24__a)"},t.createElement("path",{d:"M7.714 18.025V9h1.524q.166 0 .333.037.168.038.334.088L16.5 11.7q.332.125.536.45.202.325.202.675 0 .525-.345.85t-.798.325h-2.5a1 1 0 0 1-.178-.012.6.6 0 0 1-.155-.063l-1.524-.625-.31.975 1.834.675q.048.026.143.038t.166.012h6.524q.762 0 1.334.575.57.574.571 1.425l-7.595 3zM2 20V9h3.81v11zM19.05 13q0-2.3 1.76-3.9t4.29-1.6q-2.53 0-4.29-1.6T19.05 2q0 2.3-1.76 3.9T13 7.5q2.53 0 4.29 1.6t1.76 3.9"})),t.createElement("defs",null,t.createElement("clipPath",{id:"IconAiAssistant_24__a"},t.createElement("path",{fill:"currentColor",d:"M0 0h24v24H0z"})))),h4=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconAlert_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M6.656 2.557a1.554 1.554 0 0 1 2.692 0l5.385 9.327a1.554 1.554 0 0 1-1.347 2.332H2.617a1.554 1.554 0 0 1-1.346-2.331zm1.34 8.437c-.403 0-.73.33-.73.735 0 .406.327.734.73.735h.009a.733.733 0 0 0 .731-.735.734.734 0 0 0-.731-.735zm.009-5.879a.734.734 0 0 0-.732.735v2.94c0 .405.328.734.732.734a.733.733 0 0 0 .731-.734V5.85a.734.734 0 0 0-.731-.735"})),m0=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconAlert_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M10.046 4.081c.87-1.508 3.049-1.508 3.92 0l7.84 13.578c.87 1.509-.219 3.395-1.96 3.395H4.166c-1.741 0-2.83-1.886-1.96-3.395zm1.953 12.282c-.588 0-1.065.48-1.065 1.07s.477 1.07 1.065 1.07h.01c.588 0 1.065-.479 1.065-1.07 0-.59-.477-1.07-1.065-1.07zm.01-8.558c-.587 0-1.064.48-1.064 1.07v4.28c0 .59.477 1.069 1.064 1.069s1.065-.479 1.065-1.07V8.876c0-.59-.477-1.07-1.065-1.07"})),g4=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconAnalyticsChart_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M7.158 2a1 1 0 0 0-1 1v7.21a1 1 0 0 0 1 1h1.316a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1zM3.474 4.947a1 1 0 0 0-1 1v4.264a1 1 0 0 0 1 1h.947a1 1 0 0 0 1-1V5.946a1 1 0 0 0-1-1zm6.736 1a1 1 0 0 1 1-1h.948a1 1 0 0 1 1 1v4.264a1 1 0 0 1-1 1h-.947a1 1 0 0 1-1-1zm-8.473 6.369a.737.737 0 0 0 0 1.473h12.526a.737.737 0 0 0 0-1.473z",clipRule:"evenodd"})),u0=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconAnalyticsChart_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M10.368 4a1 1 0 0 0-1 1v11.158a1 1 0 0 0 1 1h2.737a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1zM5.105 8.21a1 1 0 0 0-1 1v6.948a1 1 0 0 0 1 1h2.21a1 1 0 0 0 1-1V9.21a1 1 0 0 0-1-1zm10.053 1a1 1 0 0 1 1-1h2.21a1 1 0 0 1 1 1v6.948a1 1 0 0 1-1 1h-2.21a1 1 0 0 1-1-1zM3.053 18.738a1.053 1.053 0 0 0 0 2.105h17.894a1.053 1.053 0 0 0 0-2.105z",clipRule:"evenodd"})),v4=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconAnalyticsProgress_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M13.72 7.806c.19.326.61.438.937.25a.68.68 0 0 0 .251-.932L13.294 4.34a.687.687 0 0 0-.994-.213.68.68 0 0 0-.286.366l-1.658 5.082-1.807-3.721a.69.69 0 0 0-.72-.378.69.69 0 0 0-.548.405L5.566 9.794l-1.149-1.98a.69.69 0 0 0-.573-.34.69.69 0 0 0-.61.29l-2.111 3.02a.68.68 0 0 0 .171.95c.31.214.738.138.954-.171l1.509-2.158 1.255 2.163a.687.687 0 0 0 1.144.066.7.7 0 0 0 .22-.275l1.576-3.596 1.867 3.843a.69.69 0 0 0 .57.384.686.686 0 0 0 .771-.462l1.7-5.206z",clipRule:"evenodd"})),f0=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconAnalyticsProgress_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M20.172 11.464a.98.98 0 1 0 1.697-.98L19.562 6.49a.98.98 0 0 0-1.42-.306.98.98 0 0 0-.407.526l-2.37 7.295-2.581-5.342a.98.98 0 0 0-1.029-.543.98.98 0 0 0-.782.581l-2.45 5.617-1.641-2.842a.98.98 0 0 0-.819-.49.98.98 0 0 0-.872.419l-3.015 4.333a.98.98 0 0 0 1.607 1.12L5.94 13.76l1.792 3.105a.98.98 0 0 0 1.634.095 1 1 0 0 0 .315-.395l2.252-5.163 2.666 5.517a.98.98 0 0 0 .816.551.98.98 0 0 0 1.101-.662l2.427-7.475z",clipRule:"evenodd"})),w4=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconAndroidLogo_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M11.402 9.23a.615.615 0 1 1 0-1.23.615.615 0 0 1 0 1.23m-6.796 0a.615.615 0 1 1 0-1.23.615.615 0 0 1 0 1.23m7.016-3.704 1.229-2.128a.256.256 0 1 0-.443-.256l-1.244 2.155a7.6 7.6 0 0 0-3.16-.676 7.6 7.6 0 0 0-3.16.676L3.6 3.142a.256.256 0 1 0-.443.256l1.229 2.128a7.26 7.26 0 0 0-3.764 5.807h14.764a7.26 7.26 0 0 0-3.764-5.807"})),_0=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconAndroidLogo_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M17.103 14.844A.922.922 0 1 1 17.102 13a.922.922 0 0 1 0 1.844m-10.194 0a.922.922 0 1 1 0-1.843.922.922 0 0 1 0 1.843M17.433 9.29l1.843-3.192a.384.384 0 1 0-.664-.384l-1.866 3.233a11.4 11.4 0 0 0-4.74-1.014c-1.71 0-3.313.363-4.74 1.014L5.4 5.713a.383.383 0 1 0-.665.384L6.58 9.289C3.414 11.011 1.249 14.215.932 18H23.08c-.317-3.786-2.482-6.99-5.647-8.71"})),E4=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconAppleLogo_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M12.952 10.974q-.279.644-.66 1.188-.523.743-.852 1.028-.509.469-1.093.482-.42 0-1.01-.241-.591-.24-1.088-.24-.52 0-1.118.24-.598.242-.966.254-.561.024-1.119-.495-.356-.31-.89-1.064a7.4 7.4 0 0 1-.94-1.87 6.8 6.8 0 0 1-.396-2.228q0-1.235.534-2.128.42-.717 1.12-1.132a3 3 0 0 1 1.512-.427q.445.001 1.17.272.724.272.928.273.153 0 1.03-.321.826-.297 1.398-.249 1.551.125 2.327 1.225-1.387.84-1.373 2.352.014 1.176.852 1.954a2.8 2.8 0 0 0 .85.558q-.102.296-.216.57m-2.37-9.328q0 .922-.673 1.719c-.54.631-1.193.996-1.901.938a2 2 0 0 1-.014-.232c0-.59.256-1.222.712-1.738q.342-.391.869-.652.526-.256.993-.281.014.123.013.246"})),p0=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconAppleLogo_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M19.264 16.428a9.8 9.8 0 0 1-.968 1.74q-.764 1.087-1.247 1.506-.745.686-1.602.706-.615 0-1.48-.354-.866-.352-1.593-.352-.763 0-1.638.352-.877.355-1.416.372-.822.036-1.638-.724-.522-.455-1.304-1.56-.84-1.18-1.38-2.739-.578-1.684-.578-3.264 0-1.81.783-3.118.615-1.05 1.64-1.659a4.4 4.4 0 0 1 2.215-.625q.652 0 1.715.399 1.06.399 1.36.4.223 0 1.507-.471 1.211-.436 2.05-.364 2.272.183 3.408 1.795-2.031 1.232-2.01 3.444.018 1.724 1.247 2.863.556.528 1.247.818-.15.435-.318.834M15.79 2.76q-.001 1.35-.985 2.519c-.79.925-1.748 1.46-2.785 1.375A3 3 0 0 1 12 6.313c0-.865.376-1.79 1.044-2.546a4 4 0 0 1 1.272-.955q.771-.375 1.456-.412.02.18.019.36"})),x4=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconArrowCornerDown_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M1.875 1c.483 0 .875.392.875.875v5.011c0 .508.215 1.008.62 1.386a2.3 2.3 0 0 0 1.568.603h7.075L9.13 5.994a.875.875 0 0 1 1.238-1.238l4.375 4.375a.875.875 0 0 1 0 1.238l-4.375 4.375a.875.875 0 0 1-1.238-1.238l2.882-2.881H4.938c-1.027 0-2.021-.38-2.764-1.075A3.65 3.65 0 0 1 1 6.886V1.875C1 1.392 1.392 1 1.875 1",clipRule:"evenodd"})),h0=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconArrowCornerDown_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M4.125 3c.621 0 1.125.504 1.125 1.125v6.443c0 .653.277 1.296.797 1.782a2.96 2.96 0 0 0 2.016.775h9.096l-3.704-3.704a1.125 1.125 0 0 1 1.59-1.591l5.626 5.624c.439.44.439 1.152 0 1.592l-5.625 5.625a1.125 1.125 0 0 1-1.591-1.591l3.704-3.705H8.063c-1.32 0-2.599-.49-3.553-1.382A4.7 4.7 0 0 1 3 10.568V4.125C3 3.504 3.504 3 4.125 3",clipRule:"evenodd"})),b4=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconArrowDown_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M13.433 8.327a.65.65 0 0 0-.817-.203L9 9.921V3a1 1 0 0 0-2 0v6.921L3.384 8.124a.65.65 0 0 0-.748 1.042l4.905 4.905a.65.65 0 0 0 .919 0l4.905-4.905a.65.65 0 0 0 .068-.839"})),g0=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconArrowDown_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M18.79 12.408a.814.814 0 0 0-1.02-.253l-4.52 2.246V5.75a1.25 1.25 0 0 0-2.5 0v8.651l-4.52-2.246a.813.813 0 0 0-.936 1.302l6.13 6.132a.813.813 0 0 0 1.15 0l6.13-6.132a.81.81 0 0 0 .087-1.049"})),k4=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconArrowLeft_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M13 7H6.079l1.797-3.616a.65.65 0 0 0-1.042-.748L1.929 7.541a.65.65 0 0 0 0 .919l4.905 4.905a.65.65 0 0 0 1.042-.749L6.079 9H13a1 1 0 0 0 0-2"})),v0=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconArrowLeft_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M18.25 10.75H9.6l2.245-4.52a.813.813 0 0 0-1.302-.935l-6.132 6.131a.813.813 0 0 0 0 1.15l6.132 6.13a.812.812 0 0 0 1.302-.936L9.6 13.25h8.651a1.25 1.25 0 0 0 0-2.5"})),C4=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconArrowLeftRegular_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"m1.254 8.619 4.334 4.375a.86.86 0 0 0 1.225 0 .88.88 0 0 0 0-1.237L4.016 8.933h10.106A.88.88 0 0 0 15 8.046a.88.88 0 0 0-.878-.887H3.926l2.887-2.915a.88.88 0 0 0 0-1.237.86.86 0 0 0-1.225 0L1.254 7.382a.88.88 0 0 0 0 1.237",clipRule:"evenodd"})),w0=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconArrowLeftRegular_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"m4.29 12.707 4.953 5a.983.983 0 0 0 1.4 0 1.005 1.005 0 0 0 0-1.414l-3.196-3.227h11.55c.554 0 1.003-.454 1.003-1.013 0-.56-.45-1.014-1.004-1.014H7.343l3.3-3.332a1.005 1.005 0 0 0 0-1.414.983.983 0 0 0-1.4 0l-4.953 5a1.005 1.005 0 0 0 0 1.414",clipRule:"evenodd"})),y4=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconArrowRight_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M14.071 7.541 9.166 2.636a.65.65 0 0 0-1.042.748L9.921 7H3a1 1 0 0 0 0 2h6.921l-1.797 3.616a.65.65 0 0 0 1.042.749l4.905-4.905a.65.65 0 0 0 0-.919"})),E0=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconArrowRight_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"m19.589 11.426-6.132-6.131a.814.814 0 0 0-1.302.936l2.246 4.52H5.75a1.249 1.249 0 1 0 0 2.499h8.651l-2.246 4.52a.813.813 0 0 0 1.302.936l6.132-6.131a.813.813 0 0 0 0-1.149"})),B4=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconArrowUp_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M13.364 6.834 8.459 1.929a.67.67 0 0 0-.919 0L2.636 6.834a.65.65 0 0 0 .748 1.042L7 6.079V13a1 1 0 0 0 2 0V6.079l3.616 1.797a.65.65 0 0 0 .748-1.042"})),x0=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconArrowUp_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"m18.705 10.543-6.13-6.132a.836.836 0 0 0-1.15 0l-6.13 6.132a.813.813 0 0 0 .935 1.302l4.52-2.246v8.651a1.25 1.25 0 0 0 2.5 0V9.599l4.52 2.246a.813.813 0 0 0 .935-1.302"})),z4=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconAudioTransmission_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"m11.614 10.318-.705-.704q.5-.466.784-1.103a3.3 3.3 0 0 0 .284-1.352q0-.716-.284-1.34a3.4 3.4 0 0 0-.784-1.092L11.614 4q.636.603 1.011 1.42.375.818.375 1.74 0 .92-.375 1.738a4.5 4.5 0 0 1-1.011 1.42m-1.455-1.454-.727-.728q.204-.192.33-.437.124-.245.124-.54t-.125-.54a1.6 1.6 0 0 0-.33-.437l.728-.727q.364.33.568.767.205.437.205.937t-.205.938a2.4 2.4 0 0 1-.568.767m-3.523.113q-.75 0-1.284-.534a1.75 1.75 0 0 1-.534-1.284q0-.75.534-1.284a1.75 1.75 0 0 1 1.284-.534q.75 0 1.284.534.535.534.535 1.284T7.92 8.443a1.75 1.75 0 0 1-1.284.534M3 12.614V11.34q0-.375.193-.705a1.26 1.26 0 0 1 .534-.5 7 7 0 0 1 1.307-.5 6 6 0 0 1 1.602-.204q.876 0 1.603.204.727.205 1.306.5.342.17.534.5.195.33.194.705v1.273z"})),b0=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconAudioTransmission_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"m17.782 15.11-1.128-1.128a5.4 5.4 0 0 0 1.255-1.764q.455-1.018.455-2.163 0-1.146-.455-2.146a5.4 5.4 0 0 0-1.255-1.745L17.783 5A7.3 7.3 0 0 1 19.4 7.273q.6 1.309.6 2.782 0 1.472-.6 2.781a7.3 7.3 0 0 1-1.618 2.273m-2.328-2.328-1.163-1.164q.327-.31.527-.7t.2-.863-.2-.864a2.6 2.6 0 0 0-.527-.7l1.163-1.164q.582.527.91 1.228.327.699.327 1.5 0 .8-.327 1.5a3.8 3.8 0 0 1-.91 1.227m-5.636.182q-1.2 0-2.054-.855a2.8 2.8 0 0 1-.855-2.054q0-1.2.855-2.055a2.8 2.8 0 0 1 2.054-.855q1.2 0 2.055.855.854.855.854 2.055t-.854 2.054-2.055.855M4 18.782v-2.037q0-.6.31-1.127.308-.527.854-.8a11.4 11.4 0 0 1 2.09-.8q1.164-.327 2.564-.327t2.564.327 2.09.8q.547.273.855.8.31.528.31 1.127v2.037z"})),I4=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconAuthenticated_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M3.584 12.209Q5.168 14.387 7.6 15q2.432-.613 4.016-2.791Q13.2 10.029 13.2 7.37V3.1L7.6 1 2 3.1v4.27q0 2.66 1.584 4.839m6.332-6.091a.402.402 0 1 1 .569.569L7.289 9.882a.4.4 0 0 1-.57 0L5.119 8.28a.402.402 0 1 1 .569-.569L7.004 9.03z",clipRule:"evenodd"})),M4=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconAuthenticated_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M7.41 16.81Q9.22 19.3 12 20q2.78-.7 4.59-3.19t1.81-5.53V6.4L12 4 5.6 6.4v4.88q0 3.04 1.81 5.53m7.472-7.845a.563.563 0 1 1 .797.796l-4.474 4.474a.563.563 0 0 1-.797 0l-2.243-2.243a.563.563 0 1 1 .797-.797l1.844 1.845z",clipRule:"evenodd"})),S4=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconAuthenticated_32",viewBox:"0 0 32 32","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M9.88 22.413q2.413 3.32 6.12 4.254 3.707-.934 6.12-4.254t2.413-7.373V8.533L16 5.333l-8.533 3.2v6.507q0 4.053 2.413 7.373m9.963-10.46a.75.75 0 1 1 1.062 1.062l-5.966 5.965a.75.75 0 0 1-1.062 0l-2.99-2.99a.75.75 0 1 1 1.062-1.063l2.46 2.46z",clipRule:"evenodd"})),L4=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconBackgroundBlur_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M1.368 9.842a.35.35 0 0 1-.257-.11.353.353 0 0 1 0-.516.353.353 0 0 1 .515 0 .353.353 0 0 1 0 .516.35.35 0 0 1-.258.11m0-2.947a.35.35 0 0 1-.257-.11.353.353 0 0 1 0-.517.353.353 0 0 1 .515 0 .353.353 0 0 1 0 .516.35.35 0 0 1-.258.11m2.21 6.263a.71.71 0 0 1-.524-.212.71.71 0 0 1-.212-.525q0-.313.212-.525a.71.71 0 0 1 .525-.212q.313 0 .525.212a.71.71 0 0 1 .212.525q0 .314-.212.525a.71.71 0 0 1-.525.212m.001-2.947a.71.71 0 0 1-.525-.212.71.71 0 0 1-.212-.525q0-.314.212-.525a.71.71 0 0 1 .525-.212q.313 0 .525.212a.71.71 0 0 1 .212.525q0 .312-.212.525a.71.71 0 0 1-.525.211m0-2.948a.71.71 0 0 1-.525-.212.71.71 0 0 1-.212-.525q0-.312.212-.525a.71.71 0 0 1 .525-.212q.313 0 .525.212a.71.71 0 0 1 .212.525q0 .314-.212.525a.71.71 0 0 1-.525.212m0-2.947a.71.71 0 0 1-.525-.212.71.71 0 0 1-.212-.525q0-.314.212-.525a.71.71 0 0 1 .525-.212q.313 0 .525.212a.71.71 0 0 1 .212.525q0 .313-.212.525a.71.71 0 0 1-.525.212m2.947 8.842a.71.71 0 0 1-.525-.212.71.71 0 0 1-.212-.525q0-.313.212-.525a.71.71 0 0 1 .525-.212q.314 0 .525.212a.71.71 0 0 1 .212.525q0 .314-.212.525a.71.71 0 0 1-.525.212m0-8.842a.71.71 0 0 1-.525-.212.71.71 0 0 1-.212-.525q0-.314.212-.525a.71.71 0 0 1 .525-.212q.314 0 .525.212a.71.71 0 0 1 .212.525q0 .313-.212.525a.71.71 0 0 1-.525.212m0 10.684a.35.35 0 0 1-.258-.11.354.354 0 0 1 0-.516.353.353 0 0 1 .516 0 .353.353 0 0 1 0 .515.35.35 0 0 1-.258.111m0-13.263a.35.35 0 0 1-.258-.11.353.353 0 0 1 0-.516.353.353 0 0 1 .516 0 .353.353 0 0 1 0 .515.35.35 0 0 1-.258.11m2.948 11.42a.71.71 0 0 1-.525-.21.71.71 0 0 1-.212-.526q0-.313.212-.525a.71.71 0 0 1 .525-.212q.312 0 .525.212a.71.71 0 0 1 .211.525q0 .314-.211.525a.71.71 0 0 1-.525.212m0-8.841a.71.71 0 0 1-.525-.212.71.71 0 0 1-.212-.525q0-.314.212-.525a.71.71 0 0 1 .525-.212q.312 0 .525.212a.71.71 0 0 1 .211.525q0 .313-.211.525a.71.71 0 0 1-.525.212m0 10.684a.35.35 0 0 1-.258-.11.354.354 0 0 1 0-.516.35.35 0 0 1 .258-.11q.147 0 .258.11a.353.353 0 0 1 0 .515.35.35 0 0 1-.258.111m0-13.263a.35.35 0 0 1-.258-.11.353.353 0 0 1 0-.516.353.353 0 0 1 .516 0 .353.353 0 0 1 0 .515.35.35 0 0 1-.258.11m2.947 11.42a.71.71 0 0 1-.525-.21.71.71 0 0 1-.212-.526q0-.313.212-.525a.71.71 0 0 1 .525-.212q.314 0 .525.212a.71.71 0 0 1 .212.525q0 .314-.212.525a.71.71 0 0 1-.525.212m0-2.947a.71.71 0 0 1-.525-.211.71.71 0 0 1-.212-.525q0-.314.212-.525a.71.71 0 0 1 .525-.212q.314 0 .525.212a.71.71 0 0 1 .212.525q0 .312-.212.525a.71.71 0 0 1-.525.211m0-2.947a.71.71 0 0 1-.525-.212.71.71 0 0 1-.212-.525q0-.312.212-.525a.71.71 0 0 1 .525-.212q.314 0 .525.212a.71.71 0 0 1 .212.525q0 .314-.212.525a.71.71 0 0 1-.525.212m0-2.947a.71.71 0 0 1-.525-.212.71.71 0 0 1-.212-.525q0-.314.212-.525a.71.71 0 0 1 .525-.212q.314 0 .525.212a.71.71 0 0 1 .212.525q0 .313-.212.525a.71.71 0 0 1-.525.212m2.21 5.526a.35.35 0 0 1-.257-.11.35.35 0 0 1-.11-.258q0-.149.11-.258a.353.353 0 0 1 .515 0q.111.11.111.258a.35.35 0 0 1-.11.258.35.35 0 0 1-.258.11m0-2.947a.35.35 0 0 1-.257-.11.353.353 0 0 1 0-.516.353.353 0 0 1 .516 0 .353.353 0 0 1 0 .515.35.35 0 0 1-.258.11m-9.578 4.052v-.405q0-.957.92-1.381A4.8 4.8 0 0 1 8 8.737a4.8 4.8 0 0 1 2.026.424q.921.424.921 1.381v.405zM8 8a1.42 1.42 0 0 1-1.04-.433 1.42 1.42 0 0 1-.434-1.04q0-.609.433-1.041A1.42 1.42 0 0 1 8 5.053q.608 0 1.04.433.434.432.434 1.04T9.04 7.567A1.42 1.42 0 0 1 8 8"})),A4=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconBackgroundBlur_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M1.579 14.895a.56.56 0 0 1-.405-.174.56.56 0 0 1-.174-.405q0-.233.174-.405a.56.56 0 0 1 .405-.174q.232 0 .405.174.174.173.174.405t-.174.405a.56.56 0 0 1-.405.174m0-4.632a.56.56 0 0 1-.405-.174A.56.56 0 0 1 1 9.685q0-.232.174-.405a.56.56 0 0 1 .405-.174q.232 0 .405.174.174.173.174.405t-.174.406a.56.56 0 0 1-.405.173m3.474 9.842a1.12 1.12 0 0 1-.825-.333 1.12 1.12 0 0 1-.333-.825q0-.492.333-.825a1.12 1.12 0 0 1 .825-.332q.492 0 .825.332.333.333.333.825t-.333.825a1.12 1.12 0 0 1-.825.333m0-4.631a1.12 1.12 0 0 1-.825-.333 1.12 1.12 0 0 1-.333-.825q0-.492.333-.825a1.12 1.12 0 0 1 .825-.333q.492 0 .825.333t.333.825-.333.825a1.12 1.12 0 0 1-.825.333m0-4.632a1.12 1.12 0 0 1-.825-.333 1.12 1.12 0 0 1-.333-.825q0-.492.333-.825a1.12 1.12 0 0 1 .825-.333q.492 0 .825.333t.333.825-.333.825a1.12 1.12 0 0 1-.825.333m0-4.631a1.12 1.12 0 0 1-.825-.333 1.12 1.12 0 0 1-.333-.825q0-.492.333-.825a1.12 1.12 0 0 1 .825-.333q.492 0 .825.333t.333.825-.333.825a1.12 1.12 0 0 1-.825.333m4.631 13.894a1.12 1.12 0 0 1-.825-.333 1.12 1.12 0 0 1-.333-.825q0-.492.333-.825a1.12 1.12 0 0 1 .825-.332q.492 0 .825.332.333.333.333.825t-.333.825a1.12 1.12 0 0 1-.825.333m0-13.894a1.12 1.12 0 0 1-.825-.333 1.12 1.12 0 0 1-.333-.825q0-.492.333-.825a1.12 1.12 0 0 1 .825-.333q.492 0 .825.333t.333.825-.333.825a1.12 1.12 0 0 1-.825.333m0 16.789a.56.56 0 0 1-.405-.174.56.56 0 0 1-.174-.405q0-.232.174-.405a.56.56 0 0 1 .405-.174q.232 0 .406.174.173.173.173.405t-.174.405a.56.56 0 0 1-.405.174m0-20.842a.56.56 0 0 1-.405-.174.56.56 0 0 1-.174-.405q0-.232.174-.405A.56.56 0 0 1 9.684 1q.232 0 .406.174.173.172.173.405 0 .232-.174.405a.56.56 0 0 1-.405.174m4.632 17.947a1.12 1.12 0 0 1-.825-.333 1.12 1.12 0 0 1-.333-.825q0-.492.333-.825a1.12 1.12 0 0 1 .825-.332q.492 0 .825.332.333.333.333.825t-.333.825a1.12 1.12 0 0 1-.825.333m0-13.894a1.12 1.12 0 0 1-.825-.333 1.12 1.12 0 0 1-.333-.825q0-.492.333-.825a1.12 1.12 0 0 1 .825-.333q.492 0 .825.333t.333.825-.333.825a1.12 1.12 0 0 1-.825.333m0 16.789a.56.56 0 0 1-.405-.174.56.56 0 0 1-.174-.405q0-.232.174-.405a.56.56 0 0 1 .405-.174q.232 0 .405.174.174.173.174.405t-.174.405a.56.56 0 0 1-.405.174m0-20.842a.56.56 0 0 1-.405-.174.56.56 0 0 1-.174-.405q0-.232.174-.405A.56.56 0 0 1 14.316 1q.232 0 .405.174.174.172.174.405 0 .232-.174.405a.56.56 0 0 1-.405.174m4.631 17.947a1.12 1.12 0 0 1-.825-.333 1.12 1.12 0 0 1-.332-.825q0-.492.332-.825a1.12 1.12 0 0 1 .825-.332q.492 0 .825.332.333.333.333.825t-.333.825a1.12 1.12 0 0 1-.825.333m0-4.631a1.12 1.12 0 0 1-.825-.333 1.12 1.12 0 0 1-.332-.825q0-.492.332-.825a1.12 1.12 0 0 1 .825-.333q.492 0 .825.333t.333.825-.333.825a1.12 1.12 0 0 1-.825.333m0-4.632a1.12 1.12 0 0 1-.825-.333 1.12 1.12 0 0 1-.332-.825q0-.492.332-.825a1.12 1.12 0 0 1 .825-.333q.492 0 .825.333t.333.825-.333.825a1.12 1.12 0 0 1-.825.333m0-4.631a1.12 1.12 0 0 1-.825-.333 1.12 1.12 0 0 1-.332-.825q0-.492.332-.825a1.12 1.12 0 0 1 .825-.333q.492 0 .825.333t.333.825-.333.825a1.12 1.12 0 0 1-.825.333m3.474 8.684a.56.56 0 0 1-.405-.174.56.56 0 0 1-.174-.405q0-.233.174-.405a.56.56 0 0 1 .405-.174q.232 0 .405.174.174.173.174.405t-.174.405a.56.56 0 0 1-.405.174m0-4.632a.56.56 0 0 1-.405-.174.56.56 0 0 1-.174-.405q0-.232.174-.405a.56.56 0 0 1 .405-.174q.232 0 .405.174.174.173.174.405t-.174.406a.56.56 0 0 1-.405.173M7.368 16.632v-.637q0-1.506 1.448-2.171 1.447-.666 3.184-.666t3.184.666q1.448.666 1.448 2.17v.638zM12 12a2.23 2.23 0 0 1-1.636-.68 2.23 2.23 0 0 1-.68-1.636q0-.956.68-1.635A2.23 2.23 0 0 1 12 7.369a2.23 2.23 0 0 1 1.636.68q.68.68.68 1.635a2.23 2.23 0 0 1-.68 1.636A2.23 2.23 0 0 1 12 12"})),R4=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconBackgroundBlur_32",viewBox:"0 0 32 32","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M4.632 19.158a.6.6 0 0 1-.443-.19.6.6 0 0 1-.189-.442q0-.252.19-.442a.6.6 0 0 1 .442-.19q.252 0 .442.19t.19.442a.6.6 0 0 1-.19.442.6.6 0 0 1-.442.19m0-5.053a.6.6 0 0 1-.443-.19.6.6 0 0 1-.189-.441q0-.253.19-.442a.6.6 0 0 1 .442-.19q.252 0 .442.19.19.189.19.442a.6.6 0 0 1-.19.442.6.6 0 0 1-.442.19M8.42 24.842q-.537 0-.9-.363a1.22 1.22 0 0 1-.363-.9q0-.537.363-.9t.9-.363.9.363.363.9-.363.9a1.22 1.22 0 0 1-.9.363m0-5.052q-.537 0-.9-.364a1.22 1.22 0 0 1-.363-.9q0-.537.363-.9t.9-.363.9.363.363.9-.363.9a1.22 1.22 0 0 1-.9.364m0-5.053q-.537 0-.9-.363a1.22 1.22 0 0 1-.363-.9q0-.537.363-.9t.9-.364.9.364.363.9-.363.9a1.22 1.22 0 0 1-.9.363m0-5.053q-.537 0-.9-.363a1.22 1.22 0 0 1-.363-.9q0-.537.363-.9t.9-.363.9.363.363.9-.363.9a1.22 1.22 0 0 1-.9.363m5.053 15.158q-.537 0-.9-.363a1.22 1.22 0 0 1-.364-.9q0-.537.364-.9.363-.363.9-.363t.9.363.363.9-.363.9a1.22 1.22 0 0 1-.9.363m0-15.158q-.537 0-.9-.363a1.22 1.22 0 0 1-.364-.9q0-.537.364-.9.363-.363.9-.363t.9.363.363.9-.363.9a1.22 1.22 0 0 1-.9.363m0 18.316a.6.6 0 0 1-.442-.19.6.6 0 0 1-.19-.442q0-.252.19-.442a.6.6 0 0 1 .442-.19q.252 0 .442.19t.19.442a.6.6 0 0 1-.19.443.6.6 0 0 1-.442.189m0-22.737a.6.6 0 0 1-.442-.19.6.6 0 0 1-.19-.441q0-.253.19-.443A.6.6 0 0 1 13.474 4q.252 0 .442.19.19.189.19.442a.6.6 0 0 1-.19.442.6.6 0 0 1-.442.19m5.052 19.58q-.537 0-.9-.364a1.22 1.22 0 0 1-.363-.9q0-.537.363-.9t.9-.363.9.363.364.9-.364.9a1.22 1.22 0 0 1-.9.363m0-15.159q-.537 0-.9-.363a1.22 1.22 0 0 1-.363-.9q0-.537.363-.9t.9-.363.9.363.364.9-.364.9a1.22 1.22 0 0 1-.9.363m0 18.316a.6.6 0 0 1-.442-.19.6.6 0 0 1-.19-.442q0-.252.19-.442a.6.6 0 0 1 .442-.19q.253 0 .442.19.19.19.19.442a.6.6 0 0 1-.19.443.6.6 0 0 1-.442.189m0-22.737a.6.6 0 0 1-.442-.19.6.6 0 0 1-.19-.441q0-.253.19-.443A.6.6 0 0 1 18.526 4q.253 0 .442.19.19.189.19.442a.6.6 0 0 1-.19.442.6.6 0 0 1-.442.19m5.053 19.58q-.537 0-.9-.364a1.22 1.22 0 0 1-.363-.9q0-.537.363-.9t.9-.363.9.363.363.9-.363.9a1.22 1.22 0 0 1-.9.363m0-5.053q-.537 0-.9-.364a1.22 1.22 0 0 1-.363-.9q0-.537.363-.9t.9-.363.9.363.363.9-.363.9a1.22 1.22 0 0 1-.9.364m0-5.053q-.537 0-.9-.363a1.22 1.22 0 0 1-.363-.9q0-.537.363-.9t.9-.364.9.364.363.9-.363.9a1.22 1.22 0 0 1-.9.363m0-5.053q-.537 0-.9-.363a1.22 1.22 0 0 1-.363-.9q0-.537.363-.9t.9-.363.9.363.363.9-.363.9a1.22 1.22 0 0 1-.9.363m3.79 9.474a.6.6 0 0 1-.443-.19.6.6 0 0 1-.19-.442q0-.252.19-.442a.6.6 0 0 1 .442-.19q.253 0 .443.19.189.19.189.442a.6.6 0 0 1-.19.442.6.6 0 0 1-.442.19m0-5.053a.6.6 0 0 1-.443-.19.6.6 0 0 1-.19-.441q0-.253.19-.442a.6.6 0 0 1 .442-.19q.253 0 .443.19.189.189.189.442a.6.6 0 0 1-.19.442.6.6 0 0 1-.442.19m-16.422 6.948v-.695q0-1.642 1.58-2.369 1.578-.726 3.473-.726t3.474.726 1.579 2.369v.695zM16 16q-1.043 0-1.784-.742a2.43 2.43 0 0 1-.742-1.784q0-1.043.742-1.784A2.43 2.43 0 0 1 16 10.947q1.043 0 1.784.743.742.741.742 1.784 0 1.042-.742 1.784A2.43 2.43 0 0 1 16 16"})),N4=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconBackgroundBlurLight_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("g",{clipPath:"url(#IconBackgroundBlurLight_16__a)"},t.createElement("g",{clipPath:"url(#IconBackgroundBlurLight_16__b)"},t.createElement("circle",{cx:2.333,cy:2.5,r:.333,fill:"currentColor"}),t.createElement("circle",{cx:5.083,cy:2.5,r:.5,fill:"currentColor"}),t.createElement("circle",{cx:8,cy:2.5,r:.5,fill:"currentColor"}),t.createElement("circle",{cx:10.917,cy:2.5,r:.5,fill:"currentColor"}),t.createElement("g",{filter:"url(#IconBackgroundBlurLight_16__c)"},t.createElement("circle",{cx:13.667,cy:2.5,r:.333,fill:"currentColor"})),t.createElement("circle",{cx:5.333,cy:10.667,r:.667,fill:"currentColor"}),t.createElement("path",{fill:"currentColor",d:"M8 8q-.687 0-1.177-.49a1.6 1.6 0 0 1-.49-1.177q0-.687.49-1.177T8 4.666t1.177.49.49 1.177-.49 1.177T8 8m-2.5 3.333a.8.8 0 0 1-.588-.244.8.8 0 0 1-.245-.589v-.333q0-.355.182-.652.183-.296.484-.453.646-.322 1.313-.484a5.74 5.74 0 0 1 2.708 0q.667.163 1.313.484.302.158.484.453.182.298.182.652v.333q0 .344-.244.589a.8.8 0 0 1-.589.244z"}),t.createElement("circle",{cx:2.333,cy:13.5,r:.333,fill:"currentColor"}),t.createElement("circle",{cx:5.083,cy:13.5,r:.5,fill:"currentColor"}),t.createElement("circle",{cx:8,cy:13.5,r:.5,fill:"currentColor"}),t.createElement("circle",{cx:10.917,cy:13.5,r:.5,fill:"currentColor"}),t.createElement("circle",{cx:13.667,cy:13.5,r:.333,fill:"currentColor"}),t.createElement("circle",{cx:13.5,cy:5.167,r:.5,fill:"currentColor",transform:"rotate(90 13.5 5.167)"}),t.createElement("circle",{cx:13.5,cy:7.833,r:.5,fill:"currentColor",transform:"rotate(90 13.5 7.833)"}),t.createElement("circle",{cx:2.5,cy:5.167,r:.5,fill:"currentColor",transform:"rotate(90 2.5 5.167)"}),t.createElement("circle",{cx:2.5,cy:7.833,r:.5,fill:"currentColor",transform:"rotate(90 2.5 7.833)"}),t.createElement("circle",{cx:13.5,cy:10.5,r:.5,fill:"currentColor",transform:"rotate(90 13.5 10.5)"}),t.createElement("circle",{cx:2.5,cy:10.5,r:.5,fill:"currentColor",transform:"rotate(90 2.5 10.5)"})),t.createElement("circle",{cx:.333,cy:8,r:.333,fill:"currentColor"}),t.createElement("circle",{cx:8,cy:.333,r:.333,fill:"currentColor"}),t.createElement("circle",{cx:8,cy:15.667,r:.333,fill:"currentColor"}),t.createElement("circle",{cx:15.667,cy:8,r:.333,fill:"currentColor"})),t.createElement("defs",null,t.createElement("clipPath",{id:"IconBackgroundBlurLight_16__a"},t.createElement("path",{fill:"currentColor",d:"M0 0h16v16H0z"})),t.createElement("clipPath",{id:"IconBackgroundBlurLight_16__b"},t.createElement("path",{fill:"currentColor",d:"M2 2h12v12H2z"})),t.createElement("filter",{id:"IconBackgroundBlurLight_16__c",width:6,height:6,x:10.667,y:2.167,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},t.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),t.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),t.createElement("feOffset",{dy:2.667}),t.createElement("feGaussianBlur",{stdDeviation:1.333}),t.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),t.createElement("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"}),t.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_6106_393"}),t.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_6106_393",result:"shape"})))),$4=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconBackgroundBlurLight_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("g",{clipPath:"url(#IconBackgroundBlurLight_24__a)"},t.createElement("g",{clipPath:"url(#IconBackgroundBlurLight_24__b)"},t.createElement("circle",{cx:3.5,cy:3.75,r:.5,fill:"currentColor"}),t.createElement("circle",{cx:7.625,cy:3.75,r:.75,fill:"currentColor"}),t.createElement("circle",{cx:12,cy:3.75,r:.75,fill:"currentColor"}),t.createElement("circle",{cx:16.375,cy:3.75,r:.75,fill:"currentColor"}),t.createElement("g",{filter:"url(#IconBackgroundBlurLight_24__c)"},t.createElement("circle",{cx:20.5,cy:3.75,r:.5,fill:"currentColor"})),t.createElement("circle",{cx:8,cy:16,r:1,fill:"currentColor"}),t.createElement("path",{fill:"currentColor",d:"M12 12a2.4 2.4 0 0 1-1.766-.734A2.4 2.4 0 0 1 9.5 9.5q0-1.03.734-1.766A2.4 2.4 0 0 1 12 7q1.032 0 1.766.734.734.735.734 1.766t-.734 1.766T12 12m-3.75 5q-.516 0-.883-.367A1.2 1.2 0 0 1 7 15.75v-.5q0-.531.274-.977.273-.444.726-.68a9.3 9.3 0 0 1 1.969-.726 8.6 8.6 0 0 1 4.062 0 9.3 9.3 0 0 1 1.969.727q.453.234.726.68.274.444.274.976v.5q0 .516-.367.883-.368.367-.883.367z"}),t.createElement("circle",{cx:3.5,cy:20.25,r:.5,fill:"currentColor"}),t.createElement("circle",{cx:7.625,cy:20.25,r:.75,fill:"currentColor"}),t.createElement("circle",{cx:12,cy:20.25,r:.75,fill:"currentColor"}),t.createElement("circle",{cx:16.375,cy:20.25,r:.75,fill:"currentColor"}),t.createElement("circle",{cx:20.5,cy:20.25,r:.5,fill:"currentColor"}),t.createElement("circle",{cx:20.25,cy:7.75,r:.75,fill:"currentColor",transform:"rotate(90 20.25 7.75)"}),t.createElement("circle",{cx:20.25,cy:11.75,r:.75,fill:"currentColor",transform:"rotate(90 20.25 11.75)"}),t.createElement("circle",{cx:3.75,cy:7.75,r:.75,fill:"currentColor",transform:"rotate(90 3.75 7.75)"}),t.createElement("circle",{cx:3.75,cy:11.75,r:.75,fill:"currentColor",transform:"rotate(90 3.75 11.75)"}),t.createElement("circle",{cx:20.25,cy:15.75,r:.75,fill:"currentColor",transform:"rotate(90 20.25 15.75)"}),t.createElement("circle",{cx:3.75,cy:15.75,r:.75,fill:"currentColor",transform:"rotate(90 3.75 15.75)"})),t.createElement("circle",{cx:.5,cy:12,r:.5,fill:"currentColor"}),t.createElement("circle",{cx:12,cy:.5,r:.5,fill:"currentColor"}),t.createElement("circle",{cx:12,cy:23.5,r:.5,fill:"currentColor"}),t.createElement("circle",{cx:23.5,cy:12,r:.5,fill:"currentColor"})),t.createElement("defs",null,t.createElement("clipPath",{id:"IconBackgroundBlurLight_24__a"},t.createElement("path",{fill:"currentColor",d:"M0 0h24v24H0z"})),t.createElement("clipPath",{id:"IconBackgroundBlurLight_24__b"},t.createElement("path",{fill:"currentColor",d:"M3 3h18v18H3z"})),t.createElement("filter",{id:"IconBackgroundBlurLight_24__c",width:9,height:9,x:16,y:3.25,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},t.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),t.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),t.createElement("feOffset",{dy:4}),t.createElement("feGaussianBlur",{stdDeviation:2}),t.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),t.createElement("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"}),t.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_6106_341"}),t.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_6106_341",result:"shape"})))),q4=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconBackgroundBlurLight_32",viewBox:"0 0 32 32","aria-hidden":"true",...e},t.createElement("g",{clipPath:"url(#IconBackgroundBlurLight_32__a)"},t.createElement("g",{clipPath:"url(#IconBackgroundBlurLight_32__b)"},t.createElement("circle",{cx:4.667,cy:5,r:.667,fill:"currentColor"}),t.createElement("circle",{cx:10.167,cy:5,r:1,fill:"currentColor"}),t.createElement("circle",{cx:16,cy:5,r:1,fill:"currentColor"}),t.createElement("circle",{cx:21.833,cy:5,r:1,fill:"currentColor"}),t.createElement("g",{filter:"url(#IconBackgroundBlurLight_32__c)"},t.createElement("circle",{cx:27.333,cy:5,r:.667,fill:"currentColor"})),t.createElement("circle",{cx:10.667,cy:21.333,r:1.333,fill:"currentColor"}),t.createElement("path",{fill:"currentColor",d:"M16 16a3.2 3.2 0 0 1-2.354-.98 3.2 3.2 0 0 1-.98-2.353q0-1.376.98-2.354A3.2 3.2 0 0 1 16 9.333a3.2 3.2 0 0 1 2.354.98 3.2 3.2 0 0 1 .98 2.354 3.2 3.2 0 0 1-.98 2.354A3.2 3.2 0 0 1 16 16m-5 6.667q-.687 0-1.177-.49A1.6 1.6 0 0 1 9.333 21v-.667q0-.708.365-1.302t.969-.906q1.29-.645 2.625-.97A11.5 11.5 0 0 1 16 16.834q1.376 0 2.708.323 1.334.323 2.625.969.604.312.969.906t.365 1.302V21q0 .687-.49 1.177t-1.177.49z"}),t.createElement("circle",{cx:4.667,cy:27,r:.667,fill:"currentColor"}),t.createElement("circle",{cx:10.167,cy:27,r:1,fill:"currentColor"}),t.createElement("circle",{cx:16,cy:27,r:1,fill:"currentColor"}),t.createElement("circle",{cx:21.833,cy:27,r:1,fill:"currentColor"}),t.createElement("circle",{cx:27.333,cy:27,r:.667,fill:"currentColor"}),t.createElement("circle",{cx:27,cy:10.333,r:1,fill:"currentColor",transform:"rotate(90 27 10.333)"}),t.createElement("circle",{cx:27,cy:15.667,r:1,fill:"currentColor",transform:"rotate(90 27 15.667)"}),t.createElement("circle",{cx:5,cy:10.333,r:1,fill:"currentColor",transform:"rotate(90 5 10.333)"}),t.createElement("circle",{cx:5,cy:15.667,r:1,fill:"currentColor",transform:"rotate(90 5 15.667)"}),t.createElement("circle",{cx:27,cy:21,r:1,fill:"currentColor",transform:"rotate(90 27 21)"}),t.createElement("circle",{cx:5,cy:21,r:1,fill:"currentColor",transform:"rotate(90 5 21)"})),t.createElement("circle",{cx:.667,cy:16,r:.667,fill:"currentColor"}),t.createElement("circle",{cx:16,cy:.667,r:.667,fill:"currentColor"}),t.createElement("circle",{cx:16,cy:31.333,r:.667,fill:"currentColor"}),t.createElement("circle",{cx:31.333,cy:16,r:.667,fill:"currentColor"})),t.createElement("defs",null,t.createElement("clipPath",{id:"IconBackgroundBlurLight_32__a"},t.createElement("path",{fill:"currentColor",d:"M0 0h32v32H0z"})),t.createElement("clipPath",{id:"IconBackgroundBlurLight_32__b"},t.createElement("path",{fill:"currentColor",d:"M4 4h24v24H4z"})),t.createElement("filter",{id:"IconBackgroundBlurLight_32__c",width:12,height:12,x:21.333,y:4.333,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},t.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),t.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),t.createElement("feOffset",{dy:5.333}),t.createElement("feGaussianBlur",{stdDeviation:2.667}),t.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),t.createElement("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"}),t.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_6106_367"}),t.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_6106_367",result:"shape"})))),H4=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconBackgroundBlurStrong_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("g",{clipPath:"url(#IconBackgroundBlurStrong_16__a)"},t.createElement("g",{clipPath:"url(#IconBackgroundBlurStrong_16__b)"},t.createElement("circle",{cx:2.333,cy:2.833,r:.333,fill:"currentColor"}),t.createElement("circle",{cx:4.917,cy:2.833,r:.833,fill:"currentColor"}),t.createElement("circle",{cx:8,cy:2.833,r:.833,fill:"currentColor"}),t.createElement("circle",{cx:11.083,cy:2.833,r:.833,fill:"currentColor"}),t.createElement("g",{filter:"url(#IconBackgroundBlurStrong_16__c)"},t.createElement("circle",{cx:13.667,cy:2.833,r:.333,fill:"currentColor"})),t.createElement("circle",{cx:5.333,cy:10.667,r:.667,fill:"currentColor"}),t.createElement("path",{fill:"currentColor",d:"M8 8q-.687 0-1.177-.49a1.6 1.6 0 0 1-.49-1.177q0-.687.49-1.177T8 4.666t1.177.49.49 1.177-.49 1.177T8 8m-2.5 3.333a.8.8 0 0 1-.588-.244.8.8 0 0 1-.245-.589v-.333q0-.355.182-.652.183-.296.484-.453.646-.322 1.313-.484a5.74 5.74 0 0 1 2.708 0q.667.163 1.313.484.302.158.484.453.182.298.182.652v.333q0 .344-.244.589a.8.8 0 0 1-.589.244z"}),t.createElement("circle",{cx:2.333,cy:13.333,r:.333,fill:"currentColor"}),t.createElement("circle",{cx:5,cy:13.333,r:.667,fill:"currentColor"}),t.createElement("circle",{cx:8,cy:13.333,r:.667,fill:"currentColor"}),t.createElement("circle",{cx:11,cy:13.333,r:.667,fill:"currentColor"}),t.createElement("circle",{cx:13.667,cy:13.333,r:.333,fill:"currentColor"}),t.createElement("circle",{cx:13.167,cy:5.5,r:.833,fill:"currentColor",transform:"rotate(90 13.167 5.5)"}),t.createElement("circle",{cx:13.167,cy:8.167,r:.833,fill:"currentColor",transform:"rotate(90 13.167 8.167)"}),t.createElement("circle",{cx:2.833,cy:5.5,r:.833,fill:"currentColor",transform:"rotate(90 2.833 5.5)"}),t.createElement("circle",{cx:2.833,cy:8.167,r:.833,fill:"currentColor",transform:"rotate(90 2.833 8.167)"}),t.createElement("circle",{cx:13.167,cy:10.833,r:.833,fill:"currentColor",transform:"rotate(90 13.167 10.833)"}),t.createElement("circle",{cx:2.833,cy:10.833,r:.833,fill:"currentColor",transform:"rotate(90 2.833 10.833)"})),t.createElement("circle",{cx:.333,cy:8,r:.333,fill:"currentColor"}),t.createElement("circle",{cx:8,cy:.333,r:.333,fill:"currentColor"}),t.createElement("circle",{cx:8,cy:15.667,r:.333,fill:"currentColor"}),t.createElement("circle",{cx:15.667,cy:8,r:.333,fill:"currentColor"})),t.createElement("defs",null,t.createElement("clipPath",{id:"IconBackgroundBlurStrong_16__a"},t.createElement("path",{fill:"currentColor",d:"M0 0h16v16H0z"})),t.createElement("clipPath",{id:"IconBackgroundBlurStrong_16__b"},t.createElement("path",{fill:"currentColor",d:"M2 2h12v12H2z"})),t.createElement("filter",{id:"IconBackgroundBlurStrong_16__c",width:6,height:6,x:10.667,y:2.5,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},t.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),t.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),t.createElement("feOffset",{dy:2.667}),t.createElement("feGaussianBlur",{stdDeviation:1.333}),t.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),t.createElement("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"}),t.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_6106_288"}),t.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_6106_288",result:"shape"})))),O4=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconBackgroundBlurStrong_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("g",{clipPath:"url(#IconBackgroundBlurStrong_24__a)"},t.createElement("g",{clipPath:"url(#IconBackgroundBlurStrong_24__b)"},t.createElement("circle",{cx:3.5,cy:4.25,r:.5,fill:"currentColor"}),t.createElement("circle",{cx:7.375,cy:4.25,r:1.25,fill:"currentColor"}),t.createElement("circle",{cx:12,cy:4.25,r:1.25,fill:"currentColor"}),t.createElement("circle",{cx:16.625,cy:4.25,r:1.25,fill:"currentColor"}),t.createElement("g",{filter:"url(#IconBackgroundBlurStrong_24__c)"},t.createElement("circle",{cx:20.5,cy:4.25,r:.5,fill:"currentColor"})),t.createElement("circle",{cx:8,cy:16,r:1,fill:"currentColor"}),t.createElement("path",{fill:"currentColor",d:"M12 12a2.4 2.4 0 0 1-1.766-.734A2.4 2.4 0 0 1 9.5 9.5q0-1.03.734-1.766A2.4 2.4 0 0 1 12 7q1.032 0 1.766.734.734.735.734 1.766t-.734 1.766T12 12m-3.75 5q-.516 0-.883-.367A1.2 1.2 0 0 1 7 15.75v-.5q0-.531.274-.977.273-.444.726-.68a9.3 9.3 0 0 1 1.969-.726 8.6 8.6 0 0 1 4.062 0 9.3 9.3 0 0 1 1.969.727q.453.234.726.68.274.444.274.976v.5q0 .516-.367.883-.368.367-.883.367z"}),t.createElement("circle",{cx:3.5,cy:20,r:.5,fill:"currentColor"}),t.createElement("circle",{cx:7.5,cy:20,r:1,fill:"currentColor"}),t.createElement("circle",{cx:12,cy:20,r:1,fill:"currentColor"}),t.createElement("circle",{cx:16.5,cy:20,r:1,fill:"currentColor"}),t.createElement("circle",{cx:20.5,cy:20,r:.5,fill:"currentColor"}),t.createElement("circle",{cx:19.75,cy:8.25,r:1.25,fill:"currentColor",transform:"rotate(90 19.75 8.25)"}),t.createElement("circle",{cx:19.75,cy:12.25,r:1.25,fill:"currentColor",transform:"rotate(90 19.75 12.25)"}),t.createElement("circle",{cx:4.25,cy:8.25,r:1.25,fill:"currentColor",transform:"rotate(90 4.25 8.25)"}),t.createElement("circle",{cx:4.25,cy:12.25,r:1.25,fill:"currentColor",transform:"rotate(90 4.25 12.25)"}),t.createElement("circle",{cx:19.75,cy:16.25,r:1.25,fill:"currentColor",transform:"rotate(90 19.75 16.25)"}),t.createElement("circle",{cx:4.25,cy:16.25,r:1.25,fill:"currentColor",transform:"rotate(90 4.25 16.25)"})),t.createElement("circle",{cx:.5,cy:12,r:.5,fill:"currentColor"}),t.createElement("circle",{cx:12,cy:.5,r:.5,fill:"currentColor"}),t.createElement("circle",{cx:12,cy:23.5,r:.5,fill:"currentColor"}),t.createElement("circle",{cx:23.5,cy:12,r:.5,fill:"currentColor"})),t.createElement("defs",null,t.createElement("clipPath",{id:"IconBackgroundBlurStrong_24__a"},t.createElement("path",{fill:"currentColor",d:"M0 0h24v24H0z"})),t.createElement("clipPath",{id:"IconBackgroundBlurStrong_24__b"},t.createElement("path",{fill:"currentColor",d:"M3 3h18v18H3z"})),t.createElement("filter",{id:"IconBackgroundBlurStrong_24__c",width:9,height:9,x:16,y:3.75,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},t.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),t.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),t.createElement("feOffset",{dy:4}),t.createElement("feGaussianBlur",{stdDeviation:2}),t.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),t.createElement("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"}),t.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_6106_262"}),t.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_6106_262",result:"shape"})))),P4=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconBackgroundBlurStrong_32",viewBox:"0 0 32 32","aria-hidden":"true",...e},t.createElement("g",{clipPath:"url(#IconBackgroundBlurStrong_32__a)"},t.createElement("g",{clipPath:"url(#IconBackgroundBlurStrong_32__b)"},t.createElement("circle",{cx:4.667,cy:5.667,r:.667,fill:"currentColor"}),t.createElement("circle",{cx:9.833,cy:5.667,r:1.667,fill:"currentColor"}),t.createElement("circle",{cx:16,cy:5.667,r:1.667,fill:"currentColor"}),t.createElement("circle",{cx:22.167,cy:5.667,r:1.667,fill:"currentColor"}),t.createElement("g",{filter:"url(#IconBackgroundBlurStrong_32__c)"},t.createElement("circle",{cx:27.333,cy:5.667,r:.667,fill:"currentColor"})),t.createElement("circle",{cx:10.667,cy:21.333,r:1.333,fill:"currentColor"}),t.createElement("path",{fill:"currentColor",d:"M16 16a3.2 3.2 0 0 1-2.354-.98 3.2 3.2 0 0 1-.98-2.353q0-1.376.98-2.354A3.2 3.2 0 0 1 16 9.333a3.2 3.2 0 0 1 2.354.98 3.2 3.2 0 0 1 .98 2.354 3.2 3.2 0 0 1-.98 2.354A3.2 3.2 0 0 1 16 16m-5 6.667q-.687 0-1.177-.49A1.6 1.6 0 0 1 9.333 21v-.667q0-.708.365-1.302t.969-.906q1.29-.645 2.625-.97A11.5 11.5 0 0 1 16 16.834q1.376 0 2.708.323 1.334.323 2.625.969.604.312.969.906t.365 1.302V21q0 .687-.49 1.177t-1.177.49z"}),t.createElement("circle",{cx:4.667,cy:26.667,r:.667,fill:"currentColor"}),t.createElement("circle",{cx:10,cy:26.667,r:1.333,fill:"currentColor"}),t.createElement("circle",{cx:16,cy:26.667,r:1.333,fill:"currentColor"}),t.createElement("circle",{cx:22,cy:26.667,r:1.333,fill:"currentColor"}),t.createElement("circle",{cx:27.333,cy:26.667,r:.667,fill:"currentColor"}),t.createElement("circle",{cx:26.333,cy:11,r:1.667,fill:"currentColor",transform:"rotate(90 26.333 11)"}),t.createElement("circle",{cx:26.333,cy:16.333,r:1.667,fill:"currentColor",transform:"rotate(90 26.333 16.333)"}),t.createElement("circle",{cx:5.667,cy:11,r:1.667,fill:"currentColor",transform:"rotate(90 5.667 11)"}),t.createElement("circle",{cx:5.667,cy:16.333,r:1.667,fill:"currentColor",transform:"rotate(90 5.667 16.333)"}),t.createElement("circle",{cx:26.333,cy:21.667,r:1.667,fill:"currentColor",transform:"rotate(90 26.333 21.667)"}),t.createElement("circle",{cx:5.667,cy:21.667,r:1.667,fill:"currentColor",transform:"rotate(90 5.667 21.667)"})),t.createElement("g",{filter:"url(#IconBackgroundBlurStrong_32__d)"},t.createElement("circle",{cx:1,cy:16,r:1,fill:"currentColor"})),t.createElement("g",{filter:"url(#IconBackgroundBlurStrong_32__e)"},t.createElement("circle",{cx:16,cy:1,r:1,fill:"currentColor"})),t.createElement("g",{filter:"url(#IconBackgroundBlurStrong_32__f)"},t.createElement("circle",{cx:31,cy:16,r:1,fill:"currentColor"})),t.createElement("g",{filter:"url(#IconBackgroundBlurStrong_32__g)"},t.createElement("circle",{cx:16,cy:31,r:1,fill:"currentColor"}))),t.createElement("defs",null,t.createElement("filter",{id:"IconBackgroundBlurStrong_32__c",width:12,height:12,x:21.333,y:5,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},t.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),t.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),t.createElement("feOffset",{dy:5.333}),t.createElement("feGaussianBlur",{stdDeviation:2.667}),t.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),t.createElement("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"}),t.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_6106_314"}),t.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_6106_314",result:"shape"})),t.createElement("filter",{id:"IconBackgroundBlurStrong_32__d",width:12.667,height:12.667,x:-5.333,y:15,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},t.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),t.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),t.createElement("feOffset",{dy:5.333}),t.createElement("feGaussianBlur",{stdDeviation:2.667}),t.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),t.createElement("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"}),t.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_6106_314"}),t.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_6106_314",result:"shape"})),t.createElement("filter",{id:"IconBackgroundBlurStrong_32__e",width:12.667,height:12.667,x:9.667,y:0,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},t.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),t.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),t.createElement("feOffset",{dy:5.333}),t.createElement("feGaussianBlur",{stdDeviation:2.667}),t.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),t.createElement("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"}),t.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_6106_314"}),t.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_6106_314",result:"shape"})),t.createElement("filter",{id:"IconBackgroundBlurStrong_32__f",width:12.667,height:12.667,x:24.667,y:15,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},t.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),t.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),t.createElement("feOffset",{dy:5.333}),t.createElement("feGaussianBlur",{stdDeviation:2.667}),t.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),t.createElement("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"}),t.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_6106_314"}),t.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_6106_314",result:"shape"})),t.createElement("filter",{id:"IconBackgroundBlurStrong_32__g",width:12.667,height:12.667,x:9.667,y:30,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},t.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),t.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),t.createElement("feOffset",{dy:5.333}),t.createElement("feGaussianBlur",{stdDeviation:2.667}),t.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),t.createElement("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"}),t.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_6106_314"}),t.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_6106_314",result:"shape"})),t.createElement("clipPath",{id:"IconBackgroundBlurStrong_32__a"},t.createElement("path",{fill:"currentColor",d:"M0 0h32v32H0z"})),t.createElement("clipPath",{id:"IconBackgroundBlurStrong_32__b"},t.createElement("path",{fill:"currentColor",d:"M4 4h24v24H4z"})))),V4=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconBackgroundReplace_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("g",{clipPath:"url(#IconBackgroundReplace_16__a)"},t.createElement("g",{clipPath:"url(#IconBackgroundReplace_16__b)"},t.createElement("path",{fill:"currentColor",d:"M8 9.038a2.78 2.78 0 0 0 2.778-2.778A2.78 2.78 0 0 0 8 3.483 2.78 2.78 0 0 0 5.222 6.26 2.78 2.78 0 0 0 8 9.038"})),t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"m15.417-8.08 1.238 1.238-9.498 9.498a3.69 3.69 0 0 0-2.77 2.77L-6.2 16.013l-1.238-1.237zM2.766 9.877 4.71 7.932A3.7 3.7 0 0 0 5.866 9.25l-.001.002c-1.198.113-2.226.325-3.1.624m-3.952 3.95-6.203 6.204 1.237 1.238 5.46-5.46a2.04 2.04 0 0 1-.54-1.74q.022-.124.046-.241m3.447 2.739.797.796.797-.796zm4.422 0L5.4 17.848l1.237 1.237 2.521-2.52zM15 10.723a7.6 7.6 0 0 0-1.663-.812L24.97-1.722l1.238 1.237zm-3.014 5.842L-5.059 33.61l1.237 1.238 18.283-18.283zm5.202-2.727a4.7 4.7 0 0 0-.571-1.506 4 4 0 0 0-.159-.24L28.755-.203l1.237 1.238zm-6.131-4.475a17 17 0 0 0-.973-.116 3.67 3.67 0 0 0 1.563-2.949L22.24-4.296l1.237 1.238zM9.664 2.977c.527.275.98.673 1.319 1.156L21.249-6.133 20.01-7.37zm.214-10.82 1.238 1.237-17.234 17.233-1.237-1.237zm20.114 14.58L28.755 5.5-5.06 39.314l1.237 1.237z",clipRule:"evenodd"}),t.createElement("path",{fill:"currentColor",d:"M13.018 11.705c-.8-.855-2.306-1.49-5.018-1.49-2.735 0-4.244.646-5.038 1.512-.213.232-.579.603-.729 1.564a.837.837 0 0 0 .827.959h9.88a.837.837 0 0 0 .827-.96c-.151-.962-.519-1.34-.75-1.585"})),t.createElement("defs",null,t.createElement("clipPath",{id:"IconBackgroundReplace_16__a"},t.createElement("rect",{width:13.333,height:13.333,x:1.333,y:1.75,fill:"currentColor",rx:.833})),t.createElement("clipPath",{id:"IconBackgroundReplace_16__b"},t.createElement("path",{fill:"currentColor",d:"M1.333 1.75h13.333v13.333H1.333z"})))),k0=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconBackgroundReplace_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("g",{clipPath:"url(#IconBackgroundReplace_24__a)"},t.createElement("g",{clipPath:"url(#IconBackgroundReplace_24__b)"},t.createElement("path",{fill:"currentColor",d:"M12 13.557a4.17 4.17 0 0 0 4.167-4.167A4.17 4.17 0 0 0 12 5.225 4.17 4.17 0 0 0 7.834 9.39a4.17 4.17 0 0 0 4.168 4.167"})),t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"m16.084-7.204 1.237 1.237-22.855 22.855-1.237-1.237zm-5.54.236 1.238 1.237L-5.45 11.502l-1.237-1.237zm11.372 1.71-1.238-1.237L9.963 4.22a5.5 5.5 0 0 1 2.79-.316zM-6.722 20.907 6.817 7.366a5.5 5.5 0 0 0-.315 2.79L-5.485 22.143zm11.634-6.331 2.342-2.342c.308.502.695.952 1.142 1.332l-.4.4a20.5 20.5 0 0 0-3.084.61m.334 10.272-9.638 9.639 1.237 1.237L7.721 24.847zm5.703 0L-4.392 40.19l1.237 1.237 16.58-16.579zm11.36-8.885a11 11 0 0 0-1.636-.838l8.749-8.749 1.237 1.238zm-4.092-1.611a22 22 0 0 0-2.103-.372L29.422.672l1.237 1.237zm-.746-4.992q0 .229-.019.453L26.875.39 25.637-.847l-8.452 8.452c.185.55.286 1.14.286 1.754m-2.64-4.703c.503.308.953.694 1.332 1.142l7.982-7.981-1.238-1.238z",clipRule:"evenodd"}),t.createElement("path",{fill:"currentColor",d:"M19.526 17.558c-1.198-1.283-3.459-2.235-7.526-2.235-4.102 0-6.366.968-7.557 2.267-.32.349-.868.905-1.093 2.346a1.256 1.256 0 0 0 1.24 1.439h14.82c.762 0 1.357-.685 1.24-1.439-.226-1.444-.777-2.01-1.124-2.378"})),t.createElement("defs",null,t.createElement("clipPath",{id:"IconBackgroundReplace_24__a"},t.createElement("rect",{width:20,height:20,x:2,y:2.625,fill:"currentColor",rx:.833})),t.createElement("clipPath",{id:"IconBackgroundReplace_24__b"},t.createElement("path",{fill:"currentColor",d:"M2 2.625h20v20H2z"})))),T4=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconBackspace_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M4.87 3.174c.163-.11.36-.174.57-.174h8.526C14.538 3 15 3.47 15 4.05v8.4c0 .58-.463 1.05-1.033 1.05H5.438c-.147 0-.288-.032-.415-.089a1 1 0 0 1-.1-.042c-.237-.12-.652-.604-.952-.954l-.082-.096-2.66-3.347a1.06 1.06 0 0 1-.012-1.304L3.89 4.18c.087-.089.178-.198.274-.314.202-.245.43-.52.706-.693m6.923 7.62a.7.7 0 0 1-.99 0L9.15 9.138l-1.654 1.654a.7.7 0 1 1-.99-.99L8.159 8.15 6.505 6.495a.7.7 0 1 1 .99-.99l1.654 1.654 1.654-1.654a.7.7 0 1 1 .99.99L10.14 8.149l1.654 1.654a.7.7 0 0 1 0 .99",clipRule:"evenodd"})),C0=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconBackspace_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M7.528 5.249c.234-.157.514-.249.815-.249h12.18C21.34 5 22 5.672 22 6.5v12c0 .828-.661 1.5-1.477 1.5H8.343c-.212 0-.413-.045-.595-.127a1 1 0 0 1-.143-.06c-.337-.172-.93-.863-1.359-1.363l-.118-.137-3.8-4.781a1.52 1.52 0 0 1-.017-1.864l3.817-4.98c.126-.128.255-.284.392-.45.29-.35.613-.742 1.008-.99m9.89 3.33a1 1 0 0 1 0 1.414l-2.362 2.363 2.363 2.363a1 1 0 0 1-1.414 1.414l-2.363-2.363-2.363 2.363a1 1 0 0 1-1.415-1.414l2.363-2.363-2.363-2.363a1 1 0 1 1 1.415-1.414l2.363 2.363 2.363-2.363a1 1 0 0 1 1.414 0",clipRule:"evenodd"})),W4=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconBackToTop_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M1.656 1a.656.656 0 1 0 0 1.313h12.688a.656.656 0 0 0 0-1.313zM3.84 7.685l3.663-3.628a.737.737 0 0 1 1.036 0l3.663 3.628a.72.72 0 0 1 0 1.026.737.737 0 0 1-1.036 0L8.802 6.37l-.036 7.864c0 .406-.289.766-.699.766s-.74-.36-.74-.766v-7.95L4.876 8.71a.737.737 0 0 1-1.036 0 .72.72 0 0 1 0-1.026",clipRule:"evenodd"})),y0=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconBackToTop_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M2.938 2a.937.937 0 1 0 0 1.875h18.125a.937.937 0 1 0 0-1.875zm3.119 9.55 5.233-5.183a1.05 1.05 0 0 1 1.48 0l5.233 5.183c.41.406.41 1.06 0 1.466s-1.07.406-1.48 0l-3.377-3.345-.052 11.235c0 .58-.412 1.094-.998 1.094s-1.057-.514-1.057-1.094V9.548l-3.502 3.468c-.41.406-1.07.406-1.48 0a1.03 1.03 0 0 1 0-1.466",clipRule:"evenodd"})),D4=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconBandwidth_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("g",{clipPath:"url(#IconBandwidth_16__a)"},t.createElement("path",{fill:"currentColor",d:"M15.9 8.726C15.317 5.012 12.04 2 8 2a8 8 0 0 0-8 8c0 1.243.288 2.417.796 3.466a.98.98 0 0 0 .888.534h12.633a.98.98 0 0 0 .887-.534 7.97 7.97 0 0 0 .696-4.74m-3.206-.757-3.971 3.912A1.51 1.51 0 1 1 7.016 9.44l5.038-2.386c.576-.273 1.094.468.64.915"})),t.createElement("defs",null,t.createElement("clipPath",{id:"IconBandwidth_16__a"},t.createElement("path",{fill:"currentColor",d:"M0 0h16v16H0z"})))),B0=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconBandwidth_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M22.862 12.748c-.758-4.828-4.786-8.661-9.646-9.182C6.596 2.855 1 8.024 1 14.5c0 1.709.396 3.324 1.094 4.766.223.46.71.734 1.221.734h17.371c.511 0 .997-.274 1.22-.734a10.95 10.95 0 0 0 .956-6.518m-4.408-1.04-5.46 5.379a2.07 2.07 0 0 1-1.81.567 2.07 2.07 0 0 1-1.35-.857 2.07 2.07 0 0 1-.305-1.723c.15-.566.538-1.07 1.119-1.345l6.927-3.281c.792-.374 1.504.644.879 1.26"})),j4=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconBell_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M4.522 1.523a4.916 4.916 0 0 1 8.396 3.48c0 2.32.496 3.755.949 4.587.228.418.449.69.601.852a2 2 0 0 0 .205.19.754.754 0 0 1-.427 1.375H1.754a.754.754 0 0 1-.428-1.375h.001l.034-.027q.054-.044.17-.163c.153-.161.374-.434.602-.852.453-.832.949-2.268.949-4.587 0-1.305.518-2.557 1.44-3.48m2.453 11.842a.754.754 0 0 0-1.392.581c.232.556.577 1.047 1.022 1.403.45.36.987.57 1.559.57s1.11-.21 1.559-.57c.445-.357.79-.848 1.022-1.403a.754.754 0 0 0-1.392-.58c-.15.361-.356.632-.572.805a1 1 0 0 1-.617.239 1 1 0 0 1-.617-.239c-.216-.173-.421-.444-.572-.806",clipRule:"evenodd"})),z0=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconBell_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M7.607 3.82A6.209 6.209 0 0 1 18.21 8.216c0 2.93.627 4.743 1.199 5.793.288.528.567.873.76 1.076a3 3 0 0 0 .258.24h.001a.952.952 0 0 1-.54 1.737H4.111a.952.952 0 0 1-.541-1.736l.001-.001.043-.034c.044-.037.12-.104.216-.206.192-.203.471-.548.759-1.076.573-1.05 1.199-2.863 1.199-5.793 0-1.648.654-3.229 1.818-4.394m3.097 14.956a.952.952 0 0 0-1.758.734c.293.701.729 1.321 1.291 1.771.567.454 1.247.72 1.97.72.721 0 1.4-.266 1.968-.72.563-.45.998-1.07 1.29-1.771a.952.952 0 0 0-1.757-.734c-.19.457-.45.8-.723 1.018-.269.215-.537.301-.779.301s-.51-.086-.779-.301c-.273-.219-.532-.56-.723-1.018",clipRule:"evenodd"})),F4=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconBilling_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M1 4.429C1 3.639 1.627 3 2.4 3h11.2c.773 0 1.4.64 1.4 1.429v1.428H1zM1 8h14v3.571c0 .79-.627 1.429-1.4 1.429H2.4c-.773 0-1.4-.64-1.4-1.429z"})),I0=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconBilling_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M2 7a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v2H2zM2 12h20v5a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2z"})),U4=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconBlock_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M8 1C4.136 1 1 4.136 1 8s3.136 7 7 7 7-3.136 7-7-3.136-7-7-7M2.4 8c0-3.094 2.506-5.6 5.6-5.6 1.295 0 2.485.441 3.43 1.183L3.583 11.43A5.53 5.53 0 0 1 2.4 8M8 13.6a5.53 5.53 0 0 1-3.43-1.183l7.847-7.847A5.53 5.53 0 0 1 13.6 8c0 3.094-2.506 5.6-5.6 5.6"})),M0=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconBlock_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2M4 12c0-4.42 3.58-8 8-8 1.85 0 3.55.63 4.9 1.69L5.69 16.9A7.9 7.9 0 0 1 4 12m8 8c-1.85 0-3.55-.63-4.9-1.69L18.31 7.1A7.9 7.9 0 0 1 20 12c0 4.42-3.58 8-8 8"})),G4=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconBluetooth_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M11.888 5.002q.03-.03.059-.065a.7.7 0 0 0-.11-.984L8.342 1.157A.7.7 0 0 0 7.2 1.7v4.61L4.195 3.305a.7.7 0 0 0-.99.99L6.91 8l-3.705 3.705a.7.7 0 0 0 .99.99L7.2 9.69v4.604a.701.701 0 0 0 1.142.55l3.487-2.791.038-.032a.7.7 0 0 0 .02-1.023l-2-2L8.89 8zM8.6 9.69v3.154l1.752-1.402-1.131-1.131zm0-6.534V6.31l1.752-1.752z",clipRule:"evenodd"})),S0=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconBluetooth_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M17.697 7.717a1 1 0 0 0-.072-1.498L12.63 2.224A.999.999 0 0 0 11 3v6.586L6.707 5.293a1 1 0 0 0-1.414 1.414L10.586 12l-5.293 5.293a1 1 0 1 0 1.414 1.414L11 14.414v6.578a1 1 0 0 0 1.63.784l4.983-3.986.054-.045a1 1 0 0 0 .03-1.462l-2.858-2.858L13.414 12zM13 14.414v4.505l2.503-2.002-1.616-1.616zm0-9.333v4.505l2.503-2.503z",clipRule:"evenodd"})),X4=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconBreakoutRooms_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M0 3.6A1.6 1.6 0 0 1 1.6 2h12.8A1.6 1.6 0 0 1 16 3.6v8.8a1.6 1.6 0 0 1-1.6 1.6H1.6A1.6 1.6 0 0 1 0 12.4zm2.4.8h4.8v3.2H2.4zm4.8 4H2.4v3.2h4.8zm1.6-4h4.8v3.2H8.8zm4.8 4H8.8v3.2h4.8z",clipRule:"evenodd"})),L0=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconBreakoutRooms_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M0 5.4A2.4 2.4 0 0 1 2.4 3h19.2A2.4 2.4 0 0 1 24 5.4v13.2a2.4 2.4 0 0 1-2.4 2.4H2.4A2.4 2.4 0 0 1 0 18.6zm3.6 1.2h7.2v4.8H3.6zm7.2 6H3.6v4.8h7.2zm2.4-6h7.2v4.8h-7.2zm7.2 6h-7.2v4.8h7.2z",clipRule:"evenodd"})),Q4=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconBulletPoint_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0"})),A0=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconBulletPoint_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M16 12a4 4 0 1 1-8 0 4 4 0 0 1 8 0"})),K4=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconCalendar_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M10.1 1.543v-.18C10.1.612 10.727 0 11.5 0h.14c.773 0 1.4.61 1.4 1.364v.179h.56c.77 0 1.4.606 1.4 1.346v10.765c0 .74-.63 1.346-1.4 1.346H2.4c-.77 0-1.4-.606-1.4-1.346V2.89c0-.74.63-1.346 1.4-1.346h.7v-.18C3.1.612 3.727 0 4.5 0h.14c.773 0 1.4.61 1.4 1.364v.179zm3.5 12.111H2.4V4.907h11.2z",clipRule:"evenodd"})),R0=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconCalendar_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M15 2.366V2.09C15 .936 15.895 0 17 0h.2c1.105 0 2 .936 2 2.09v.276h.8c1.1 0 2 .928 2 2.063v16.508C22 22.07 21.1 23 20 23H4c-1.1 0-2-.928-2-2.063V4.429c0-1.135.9-2.063 2-2.063h1V2.09C5 .936 5.895 0 7 0h.2c1.105 0 2 .936 2 2.09v.276zm5 18.57H4V7.525h16z",clipRule:"evenodd"})),Z4=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconChat_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M12 1H4a3 3 0 0 0-3 3v10.341c0 .59.754.836 1.102.36l1.358-1.859A2.06 2.06 0 0 1 5.119 12H12a3 3 0 0 0 3-3V4a3 3 0 0 0-3-3m0 7.5H4v-1h8zm0-3H4v-1h8z"})),N0=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconChat_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M18.286 1.027H5.714A4.715 4.715 0 0 0 1 5.741V21.47c0 .926 1.185 1.313 1.732.565l2.135-2.92a3.23 3.23 0 0 1 2.606-1.325h10.813A4.715 4.715 0 0 0 23 13.075V5.74a4.715 4.715 0 0 0-4.714-4.714m-.524 11.262H6.238v-1.571h11.524zm0-4.19H6.238V6.527h11.524z"})),Y4=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconCheckmark_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M14.721 3.312a1 1 0 0 0-1.414 0l-7.235 7.234-3.274-3.275a.999.999 0 1 0-1.414 1.414l3.981 3.981c.44.44 1.075.339 1.414 0l7.942-7.94a1 1 0 0 0 0-1.414"})),$0=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconCheckmark_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M9.109 19.44c-.384 0-.768-.146-1.061-.439L2.076 13.03a1.5 1.5 0 1 1 2.121-2.12l4.912 4.91L19.96 4.967a1.5 1.5 0 1 1 2.121 2.121L10.169 19c-.293.293-.676.44-1.06.44"})),J4=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconCheckmarkRound_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14M4.39 8.74l2.1 2.1a.7.7 0 0 0 .99 0l4.2-4.2a.7.7 0 1 0-.99-.99L6.985 9.355 5.38 7.75a.7.7 0 1 0-.99.99",clipRule:"evenodd"})),q0=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconCheckmarkRound_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10m-5.157-8.943 3 3a1 1 0 0 0 1.414 0l6-6a1 1 0 1 0-1.414-1.414l-5.293 5.293-2.293-2.293a1 1 0 0 0-1.414 1.414",clipRule:"evenodd"})),e5=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconChevronDown_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M7.41 10.749 3.245 6.463a.873.873 0 0 1 0-1.212.816.816 0 0 1 1.179 0L8 8.931l3.577-3.68a.816.816 0 0 1 1.179 0 .873.873 0 0 1 0 1.212L8.589 10.75a.816.816 0 0 1-1.178 0"})),H0=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconChevronDown_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"m11.293 15.207-5-5a.999.999 0 1 1 1.414-1.414L12 13.086l4.293-4.293a.999.999 0 1 1 1.414 1.414l-5 5a1 1 0 0 1-1.414 0"})),t5=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconChevronLeft_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M9.537 12.891 5.25 8.606a.856.856 0 0 1 0-1.212l4.286-4.285a.856.856 0 1 1 1.212 1.212L7.069 8l3.68 3.68a.856.856 0 1 1-1.212 1.211"})),O0=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconChevronLeft_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"m13.793 17.707-5-5a1 1 0 0 1 0-1.414l5-5a.999.999 0 1 1 1.414 1.414L10.914 12l4.293 4.293a.999.999 0 1 1-1.414 1.414"})),n5=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconChevronRight_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M5.251 12.756a.816.816 0 0 1 0-1.179L8.931 8 5.25 4.423a.816.816 0 0 1 0-1.179.873.873 0 0 1 1.212 0l4.286 4.167a.816.816 0 0 1 0 1.178l-4.286 4.167a.873.873 0 0 1-1.212 0"})),P0=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconChevronRight_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M8.793 17.707a1 1 0 0 1 0-1.414L13.086 12 8.793 7.707a.999.999 0 1 1 1.414-1.414l5 5a1 1 0 0 1 0 1.414l-5 5a1 1 0 0 1-1.414 0"})),a5=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconChevronUp_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M11.577 10.749 8 7.069l-3.577 3.68a.816.816 0 0 1-1.179 0 .874.874 0 0 1 0-1.212L7.411 5.25a.816.816 0 0 1 1.178 0l4.167 4.286a.873.873 0 0 1 0 1.212.816.816 0 0 1-1.179 0"})),V0=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconChevronUp_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M16.293 15.207 12 10.914l-4.293 4.293a.999.999 0 1 1-1.414-1.414l5-5a1 1 0 0 1 1.414 0l5 5a.999.999 0 1 1-1.414 1.414"})),l5=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconChromeLogo_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M14.023 4.432a.115.115 0 0 1-.099.173H8.296Q8.145 4.592 8 4.592a3.41 3.41 0 0 0-3.3 2.557.115.115 0 0 1-.211.029l-1.97-3.413a.115.115 0 0 1 .009-.13A6.97 6.97 0 0 1 8 1a7 7 0 0 1 6.023 3.432M8 10.616A2.62 2.62 0 0 1 5.384 8 2.62 2.62 0 0 1 8 5.384 2.62 2.62 0 0 1 10.616 8 2.62 2.62 0 0 1 8 10.616m1.034.709a.11.11 0 0 0-.121-.04 3.4 3.4 0 0 1-.913.124 3.43 3.43 0 0 1-3.091-1.973L2.098 4.567a.115.115 0 0 0-.2.001 7.004 7.004 0 0 0 5.058 10.355l.017.001c.04 0 .078-.021.099-.057l1.971-3.414a.12.12 0 0 0-.009-.128m1.431-5.954h3.946c.048 0 .09.029.107.073.32.814.482 1.674.482 2.556a6.96 6.96 0 0 1-2.024 4.924 6.96 6.96 0 0 1-4.897 2.075.115.115 0 0 1-.1-.172l2.816-4.877.005-.008A3.4 3.4 0 0 0 11.409 8c0-.921-.364-1.785-1.024-2.432a.115.115 0 0 1 .08-.197",clipRule:"evenodd"})),T0=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconChromeLogo_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M20.604 6.903a.164.164 0 0 1-.141.247h-8.04a4.87 4.87 0 0 0-5.139 3.634.164.164 0 0 1-.3.041L4.169 5.95a.16.16 0 0 1 .014-.184A9.96 9.96 0 0 1 12 2.001a9.99 9.99 0 0 1 8.604 4.902M12 15.738A3.74 3.74 0 0 1 8.263 12 3.74 3.74 0 0 1 12 8.263a3.74 3.74 0 0 1 3.737 3.738A3.74 3.74 0 0 1 12 15.738m1.478 1.012a.16.16 0 0 0-.174-.058A4.9 4.9 0 0 1 12 16.87a4.89 4.89 0 0 1-4.416-2.818L3.568 7.096a.164.164 0 0 0-.285.001 10.005 10.005 0 0 0 7.225 14.793.17.17 0 0 0 .166-.08l2.816-4.878a.16.16 0 0 0-.012-.182m2.043-8.506h5.638c.067 0 .128.042.153.104A10 10 0 0 1 22 12.001a9.94 9.94 0 0 1-2.892 7.033 9.94 9.94 0 0 1-6.995 2.965h-.001a.164.164 0 0 1-.142-.246l4.022-6.967.008-.012c.569-.818.87-1.777.87-2.773 0-1.317-.52-2.551-1.463-3.476a.164.164 0 0 1 .114-.28",clipRule:"evenodd"})),o5=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconClock_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M8 1a7 7 0 1 0 0 14A7 7 0 0 0 8 1m3.719 9.042a.75.75 0 0 1-1.018.296L7.639 8.657A.75.75 0 0 1 7.25 8V3a.75.75 0 0 1 1.5 0v4.556l2.672 1.468a.75.75 0 0 1 .297 1.018"})),W0=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconClock_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2m5.312 12.917a1.07 1.07 0 0 1-1.455.423l-4.374-2.401a1.07 1.07 0 0 1-.556-.939V4.857a1.07 1.07 0 1 1 2.142 0v6.509l3.818 2.096c.521.285.711.936.425 1.455"})),r5=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconClose_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M4.234 4.234a.8.8 0 0 1 1.132 0L8 6.868l2.634-2.634.061-.054a.8.8 0 0 1 1.07 1.185L9.131 8l2.634 2.635.055.061a.8.8 0 0 1-1.185 1.07L8 9.131l-2.635 2.634-.06.055a.8.8 0 0 1-1.07-1.186l2.633-2.635-2.634-2.634-.054-.06a.8.8 0 0 1 .054-1.07"})),D0=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconClose_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M16.293 17.707a1 1 0 0 0 1.414-1.414L13.414 12l4.293-4.293a1 1 0 0 0-1.414-1.414L12 10.586 7.707 6.293a1 1 0 0 0-1.414 1.414L10.586 12l-4.293 4.293a1 1 0 1 0 1.414 1.414L12 13.414z",clipRule:"evenodd"})),c5=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconColumns_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M1 11.846V4.058a1.5 1.5 0 0 1 .458-1.1 1.5 1.5 0 0 1 1.1-.458h10.884a1.5 1.5 0 0 1 1.1.458 1.5 1.5 0 0 1 .458 1.1v7.788a1.5 1.5 0 0 1-.458 1.1 1.5 1.5 0 0 1-1.1.458H2.558a1.5 1.5 0 0 1-1.1-.457 1.5 1.5 0 0 1-.458-1.1m1.538 0h2.59V4.058h-2.59zm4.148 0h2.59V4.058h-2.59zm4.147 0h2.59V4.058h-2.59z"})),s5=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconColumns_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M1.5 17.77V6.087q0-.964.686-1.65a2.25 2.25 0 0 1 1.65-.687h16.327a2.25 2.25 0 0 1 1.65.686 2.25 2.25 0 0 1 .687 1.65V17.77a2.25 2.25 0 0 1-.686 1.65 2.25 2.25 0 0 1-1.65.686H3.836a2.25 2.25 0 0 1-1.65-.686 2.25 2.25 0 0 1-.687-1.65m2.307 0h3.885V6.087H3.807zm6.221 0h3.885V6.087h-3.885zm6.222 0h3.884V6.087H16.25z"})),i5=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconColumns_32",viewBox:"0 0 32 32","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M2 23.693V8.115a3 3 0 0 1 .915-2.2A3 3 0 0 1 5.115 5h21.77a3 3 0 0 1 2.2.915 3 3 0 0 1 .915 2.2v15.578a3 3 0 0 1-.915 2.2 3 3 0 0 1-2.2.915H5.115a3 3 0 0 1-2.2-.915 3 3 0 0 1-.915-2.2m3.076 0h5.18V8.115h-5.18zm8.295 0h5.18V8.115h-5.18zm8.295 0h5.18V8.115h-5.18z"})),Kt=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconConnectionIndicatorHigh_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("rect",{width:4,height:4,x:4,y:16,fill:"currentColor",rx:1}),t.createElement("rect",{width:4,height:9,x:10,y:11,fill:"currentColor",rx:1}),t.createElement("rect",{width:4,height:16,x:16,y:4,fill:"currentColor",rx:1})),Zt=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconConnectionIndicatorLow_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("g",{fill:"currentColor",clipPath:"url(#IconConnectionIndicatorLow_24__a)"},t.createElement("rect",{width:4,height:4,x:4,y:16,rx:1}),t.createElement("rect",{width:4,height:9,x:10,y:11,opacity:.3,rx:1}),t.createElement("rect",{width:4,height:16,x:16,y:4,opacity:.3,rx:1})),t.createElement("defs",null,t.createElement("clipPath",{id:"IconConnectionIndicatorLow_24__a"},t.createElement("path",{fill:"currentColor",d:"M0 0h24v24H0z"})))),Yt=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconConnectionIndicatorMedium_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("g",{fill:"currentColor",clipPath:"url(#IconConnectionIndicatorMedium_24__a)"},t.createElement("rect",{width:4,height:4,x:4,y:16,rx:1}),t.createElement("rect",{width:4,height:9,x:10,y:11,rx:1}),t.createElement("rect",{width:4,height:16,x:16,y:4,opacity:.3,rx:1})),t.createElement("defs",null,t.createElement("clipPath",{id:"IconConnectionIndicatorMedium_24__a"},t.createElement("path",{fill:"currentColor",d:"M0 0h24v24H0z"})))),Jt=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconConnectionIndicatorVeryLow_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("g",{clipPath:"url(#IconConnectionIndicatorVeryLow_24__a)"},t.createElement("rect",{width:4,height:4,x:4,y:16,fill:"currentColor",rx:1}),t.createElement("rect",{width:4,height:9,x:10,y:11,fill:"currentColor",opacity:.3,rx:1}),t.createElement("rect",{width:4,height:16,x:16,y:4,fill:"currentColor",opacity:.3,rx:1})),t.createElement("defs",null,t.createElement("clipPath",{id:"IconConnectionIndicatorVeryLow_24__a"},t.createElement("path",{fill:"currentColor",d:"M0 0h24v24H0z"})))),d5=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconCopy_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M4 2h6a2 2 0 0 1 2 2v.75H6.75a2 2 0 0 0-2 2V12H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2",clipRule:"evenodd"}),t.createElement("rect",{width:8,height:8,x:6,y:6,fill:"currentColor",rx:1.5})),j0=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconCopy_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M6 3h10a3 3 0 0 1 3 3v1h-9a3 3 0 0 0-3 3v9H6a3 3 0 0 1-3-3V6a3 3 0 0 1 3-3",clipRule:"evenodd"}),t.createElement("rect",{width:12,height:12,x:9,y:9,fill:"currentColor",rx:2})),m5=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconDeny_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M12.293 13.707a1 1 0 0 0 1.414-1.414L9.414 8l4.293-4.293a1 1 0 0 0-1.414-1.414L8 6.586 3.707 2.293a1 1 0 0 0-1.414 1.414L6.586 8l-4.293 4.293a1 1 0 1 0 1.414 1.414L8 9.414z",clipRule:"evenodd"})),u5=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconDeny_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M19.155 21.512a1.667 1.667 0 1 0 2.357-2.357L14.357 12l7.155-7.155a1.667 1.667 0 1 0-2.357-2.357L12 9.643 4.845 2.488a1.667 1.667 0 1 0-2.357 2.357L9.643 12l-7.155 7.155a1.667 1.667 0 1 0 2.357 2.357L12 14.357z",clipRule:"evenodd"})),f5=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconDeny_32",viewBox:"0 0 32 32","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M22.586 26.414a2 2 0 1 0 2.828-2.828L16.828 15l8.586-8.586a2 2 0 1 0-2.828-2.828L14 12.172 5.414 3.586a2 2 0 1 0-2.828 2.828L11.172 15l-8.586 8.586a2 2 0 1 0 2.828 2.828L14 17.828z",clipRule:"evenodd"})),_5=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconDoubleChevronDown_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"m8.531 11.817 3.117-3.116a.623.623 0 1 0-.881-.882L8.09 10.495 5.415 7.82a.623.623 0 1 0-.882.882l3.117 3.116a.623.623 0 0 0 .881 0m.105-3.636 3.117-3.116a.623.623 0 1 0-.882-.882L8.195 6.86 5.519 4.183a.623.623 0 1 0-.882.882L7.754 8.18a.623.623 0 0 0 .882 0",clipRule:"evenodd"})),F0=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconDoubleChevronDown_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"m12.797 17.726 4.675-4.675a.934.934 0 1 0-1.322-1.322l-4.014 4.014-4.014-4.014A.934.934 0 1 0 6.8 13.05l4.675 4.675a.934.934 0 0 0 1.322 0m.156-5.454 4.676-4.675a.934.934 0 1 0-1.323-1.322l-4.014 4.014-4.014-4.014a.934.934 0 1 0-1.322 1.322l4.675 4.675a.934.934 0 0 0 1.322 0",clipRule:"evenodd"})),p5=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconDoubleChevronLeft_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"m4.183 8.531 3.116 3.117a.623.623 0 1 0 .882-.881L5.505 8.09 8.18 5.415a.623.623 0 1 0-.882-.882L4.183 7.65a.623.623 0 0 0 0 .881m3.636.104 3.116 3.117a.623.623 0 1 0 .882-.881L9.14 8.195l2.676-2.676a.623.623 0 1 0-.882-.882L7.82 7.754a.623.623 0 0 0 0 .881",clipRule:"evenodd"})),U0=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconDoubleChevronLeft_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"m6.274 12.064 4.675 4.52a.957.957 0 0 0 1.322 0 .88.88 0 0 0 0-1.279l-4.014-3.88 4.015-3.882a.88.88 0 0 0 0-1.278.957.957 0 0 0-1.323 0l-4.675 4.52a.88.88 0 0 0 0 1.278m5.454.15 4.676 4.52a.957.957 0 0 0 1.322 0 .88.88 0 0 0 0-1.278l-4.015-3.88 4.015-3.882a.88.88 0 0 0 0-1.278.957.957 0 0 0-1.322 0l-4.676 4.52a.88.88 0 0 0 0 1.278",clipRule:"evenodd"})),h5=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconDoubleChevronRight_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M11.817 7.469 8.701 4.352a.623.623 0 1 0-.882.881l2.676 2.676-2.676 2.676a.623.623 0 1 0 .882.882l3.116-3.117a.623.623 0 0 0 0-.881m-3.636-.104L5.065 4.248a.623.623 0 1 0-.882.881L6.86 7.805l-2.676 2.677a.623.623 0 1 0 .882.88L8.18 8.247a.623.623 0 0 0 0-.881",clipRule:"evenodd"})),G0=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconDoubleChevronRight_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M17.726 11.203 13.05 6.528a.934.934 0 1 0-1.322 1.322l4.014 4.014-4.014 4.014A.934.934 0 1 0 13.05 17.2l4.675-4.675a.934.934 0 0 0 0-1.322m-5.454-.156L7.597 6.37a.934.934 0 1 0-1.322 1.322l4.014 4.015-4.014 4.014a.934.934 0 1 0 1.322 1.322l4.675-4.675a.934.934 0 0 0 0-1.322",clipRule:"evenodd"})),g5=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconDoubleChevronUp_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M7.469 4.183 4.352 7.299a.623.623 0 1 0 .881.882L7.91 5.505l2.676 2.676a.623.623 0 1 0 .882-.882L8.35 4.183a.623.623 0 0 0-.881 0m-.105 3.636-3.117 3.116a.623.623 0 1 0 .882.882L7.805 9.14l2.676 2.676a.623.623 0 1 0 .882-.882L8.246 7.82a.623.623 0 0 0-.882 0",clipRule:"evenodd"})),X0=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconDoubleChevronUp_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M11.203 6.274 6.528 10.95a.934.934 0 1 0 1.322 1.322l4.014-4.014 4.014 4.014A.934.934 0 1 0 17.2 10.95l-4.675-4.675a.934.934 0 0 0-1.322 0m-.156 5.454L6.37 16.403a.934.934 0 1 0 1.323 1.322l4.014-4.014 4.014 4.014a.934.934 0 1 0 1.322-1.322l-4.675-4.675a.934.934 0 0 0-1.322 0",clipRule:"evenodd"})),v5=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconDraggable_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M6.5 3a1 1 0 1 1-2 0 1 1 0 0 1 2 0M6.5 8a1 1 0 1 1-2 0 1 1 0 0 1 2 0M6.5 13a1 1 0 1 1-2 0 1 1 0 0 1 2 0M11.5 3a1 1 0 1 1-2 0 1 1 0 0 1 2 0M11.5 8a1 1 0 1 1-2 0 1 1 0 0 1 2 0M11.5 13a1 1 0 1 1-2 0 1 1 0 0 1 2 0"})),Q0=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconDraggable_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M10.5 7a1 1 0 1 1-2 0 1 1 0 0 1 2 0M10.5 12a1 1 0 1 1-2 0 1 1 0 0 1 2 0M10.5 17a1 1 0 1 1-2 0 1 1 0 0 1 2 0M15.5 7a1 1 0 1 1-2 0 1 1 0 0 1 2 0M15.5 12a1 1 0 1 1-2 0 1 1 0 0 1 2 0M15.5 17a1 1 0 1 1-2 0 1 1 0 0 1 2 0"})),w5=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconDtmf_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M9.6 13.929C9.6 14.52 9.108 15 8.5 15s-1.1-.48-1.1-1.071c0-.592.492-1.072 1.1-1.072s1.1.48 1.1 1.072M9.6 9.643c0 .592-.492 1.071-1.1 1.071s-1.1-.48-1.1-1.071c0-.592.492-1.072 1.1-1.072s1.1.48 1.1 1.072M9.6 5.357c0 .592-.492 1.072-1.1 1.072s-1.1-.48-1.1-1.072.492-1.071 1.1-1.071 1.1.48 1.1 1.071"}),t.createElement("path",{fill:"currentColor",d:"M9.6 1.071c0 .592-.492 1.072-1.1 1.072s-1.1-.48-1.1-1.072C7.4.48 7.892 0 8.5 0s1.1.48 1.1 1.071"}),t.createElement("path",{fill:"currentColor",d:"M14 9.643c0 .592-.492 1.071-1.1 1.071-.607 0-1.1-.48-1.1-1.071 0-.592.492-1.072 1.1-1.072.607 0 1.1.48 1.1 1.072M14 5.357c0 .592-.492 1.072-1.1 1.072-.607 0-1.1-.48-1.1-1.072s.492-1.071 1.1-1.071c.607 0 1.1.48 1.1 1.071M14 1.071c0 .592-.492 1.072-1.1 1.072-.607 0-1.1-.48-1.1-1.072C11.8.48 12.292 0 12.9 0c.607 0 1.1.48 1.1 1.071M5.2 9.643c0 .592-.492 1.071-1.1 1.071S3 10.234 3 9.643c0-.592.492-1.072 1.1-1.072s1.1.48 1.1 1.072M5.2 5.357c0 .592-.492 1.072-1.1 1.072S3 5.949 3 5.357s.492-1.071 1.1-1.071 1.1.48 1.1 1.071M5.2 1.071c0 .592-.492 1.072-1.1 1.072S3 1.663 3 1.07C3 .48 3.492 0 4.1 0s1.1.48 1.1 1.071"})),K0=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconDtmf_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M13 20.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0M13 14.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0M13 8.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0"}),t.createElement("path",{fill:"currentColor",d:"M13 2.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0"}),t.createElement("path",{fill:"currentColor",d:"M19 14.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0M19 8.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0M19 2.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0M7 14.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0M7 8.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0M7 2.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0"})),E5=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconDualScreen_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M6.09 3.94c0-.704.57-1.273 1.274-1.273h6.363c.703 0 1.273.57 1.273 1.272v4.455c0 .703-.57 1.273-1.273 1.273H10.8v-3.39a2 2 0 0 0-2-2H6.09zM1 6.484c0-.703.57-1.273 1.273-1.273h6.363c.703 0 1.273.57 1.273 1.273v4.454c0 .703-.57 1.273-1.273 1.273H2.273C1.57 12.212 1 11.642 1 10.94zm5.675 6.181H4.324l-.31.726c-.058.135.07.274.253.274h2.465c.183 0 .311-.14.254-.274z",clipRule:"evenodd"})),Z0=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconDualScreen_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M9.273 5.818C9.273 4.814 10.087 4 11.09 4h9.09C21.187 4 22 4.814 22 5.818v6.364A1.82 1.82 0 0 1 20.182 14H16V8.3a2 2 0 0 0-2-2H9.273zM2 9.455c0-1.005.814-1.819 1.818-1.819h9.091c1.004 0 1.818.814 1.818 1.819v6.363a1.82 1.82 0 0 1-1.818 1.818H3.82A1.82 1.82 0 0 1 2 15.818zm8.108 8.83h-3.36l-.443 1.037c-.082.193.102.392.362.392h3.522c.26 0 .444-.2.362-.392z",clipRule:"evenodd"})),x5=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconEdit_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M12.041 2c-.52 0-1.018.206-1.385.574l-7.845 7.844a.63.63 0 0 0-.165.292l-.627 2.51a.628.628 0 0 0 .76.761l2.511-.627a.63.63 0 0 0 .292-.165l7.844-7.845A1.96 1.96 0 0 0 12.041 2",clipRule:"evenodd"})),Y0=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconEdit_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M18.062 3c-.78 0-1.527.31-2.078.86L4.217 15.629a.94.94 0 0 0-.248.437l-.94 3.765a.94.94 0 0 0 1.14 1.142l3.766-.942a.94.94 0 0 0 .437-.247L20.14 8.016A2.938 2.938 0 0 0 18.062 3",clipRule:"evenodd"})),b5=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconEmoji_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M8 1a7 7 0 1 0 0 14A7 7 0 0 0 8 1M5.25 5.5a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5m6.434 5.478c-.041.092-1.051 2.272-3.684 2.272s-3.643-2.18-3.684-2.272a.75.75 0 1 1 1.368-.614c.024.051.67 1.386 2.316 1.386s2.292-1.335 2.318-1.393a.75.75 0 0 1 .993-.366.75.75 0 0 1 .373.987M10.75 8a1.25 1.25 0 1 1 0-2.5 1.25 1.25 0 0 1 0 2.5"})),J0=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconEmoji_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2M8.071 8.429a1.786 1.786 0 1 1 0 3.572 1.786 1.786 0 0 1 0-3.572m9.192 7.825c-.059.133-1.501 3.246-5.263 3.246s-5.204-3.113-5.263-3.246a1.073 1.073 0 0 1 1.956-.878c.033.074.956 1.981 3.307 1.981 2.391 0 3.299-1.961 3.308-1.981.243-.541.879-.78 1.417-.539.54.244.78.878.538 1.417M15.929 12a1.786 1.786 0 1 1 0-3.572 1.786 1.786 0 0 1 0 3.572"})),k5=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconEnableshare_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M9.39 2.667q-.056.326-.057.666A4 4 0 0 0 16 6.313v5.154a3.2 3.2 0 0 1-3.2 3.2H8.72V8.744l2.604 1.526c.207.12.456.045.588-.172a.63.63 0 0 0-.05-.713L8.332 5.222a.43.43 0 0 0-.662 0L4.137 9.385a.63.63 0 0 0-.05.713c.135.22.385.293.589.172L7.28 8.744v5.923H3.2a3.2 3.2 0 0 1-3.2-3.2v-5.6a3.2 3.2 0 0 1 3.2-3.2z"}),t.createElement("path",{fill:"currentColor",d:"m15.837 2.93-.418-.06a.43.43 0 0 1-.332-.26l-.002-.004a.43.43 0 0 1 .051-.42l.253-.337a.19.19 0 0 0-.017-.249l-.306-.305a.19.19 0 0 0-.249-.017l-.337.253a.43.43 0 0 1-.424.049.43.43 0 0 1-.259-.332l-.06-.418a.19.19 0 0 0-.188-.163h-.431a.19.19 0 0 0-.189.163l-.06.418a.43.43 0 0 1-.259.332l-.004.001a.43.43 0 0 1-.42-.05l-.337-.254a.19.19 0 0 0-.249.018l-.305.305a.19.19 0 0 0-.018.25l.253.336c.091.121.11.28.051.42l-.001.004a.43.43 0 0 1-.332.26l-.418.06a.19.19 0 0 0-.163.188v.431c0 .095.07.176.163.189l.417.06a.42.42 0 0 1 .334.263c.059.14.04.298-.05.42l-.254.336a.19.19 0 0 0 .018.25l.305.305a.19.19 0 0 0 .25.017l.336-.253c.121-.09.28-.109.42-.05l.004.001a.43.43 0 0 1 .26.332l.06.418a.19.19 0 0 0 .188.163h.431a.19.19 0 0 0 .189-.163l.06-.418a.43.43 0 0 1 .259-.332q.002 0 .004-.002a.43.43 0 0 1 .42.051l.337.253c.076.057.182.05.249-.017l.305-.305a.19.19 0 0 0 .018-.25l-.253-.337a.42.42 0 0 1-.051-.42l.002-.004a.43.43 0 0 1 .332-.26l.417-.059A.19.19 0 0 0 16 3.55v-.431a.19.19 0 0 0-.163-.189m-2.504 1.356a.952.952 0 1 1 0-1.905.952.952 0 0 1 0 1.905"})),en=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconEnableshare_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M14.085 4q-.084.489-.085 1a6 6 0 0 0 10 4.47v7.73a4.8 4.8 0 0 1-4.8 4.8h-6.12v-8.884l3.906 2.288c.31.181.683.068.882-.258a.94.94 0 0 0-.074-1.068l-5.298-6.245a.646.646 0 0 0-.993 0l-5.297 6.245a.94.94 0 0 0-.074 1.069c.2.33.576.44.882.257l3.906-2.288V22H4.8A4.8 4.8 0 0 1 0 17.2V8.8A4.8 4.8 0 0 1 4.8 4z"}),t.createElement("path",{fill:"currentColor",d:"m23.755 4.394-.626-.09a.64.64 0 0 1-.501-.395.64.64 0 0 1 .077-.63l.379-.505a.286.286 0 0 0-.026-.374l-.459-.457a.285.285 0 0 0-.373-.026l-.506.379a.64.64 0 0 1-.635.074.64.64 0 0 1-.389-.499l-.09-.626A.286.286 0 0 0 20.323 1h-.646a.286.286 0 0 0-.283.245l-.09.626a.64.64 0 0 1-.389.499l-.006.002a.64.64 0 0 1-.63-.077l-.505-.379a.285.285 0 0 0-.373.027l-.458.458c-.1.1-.112.259-.027.373l.38.505c.135.182.163.42.076.63l-.002.006a.64.64 0 0 1-.499.389l-.626.09a.286.286 0 0 0-.245.283v.647c0 .142.105.263.245.283l.626.089a.64.64 0 0 1 .501.395c.087.21.06.448-.077.63l-.379.505a.286.286 0 0 0 .026.374l.458.458c.1.1.26.112.374.026l.505-.38a.64.64 0 0 1 .63-.076l.006.003a.64.64 0 0 1 .39.498l.089.626c.02.14.14.245.283.245h.647a.286.286 0 0 0 .283-.245l.089-.626a.64.64 0 0 1 .39-.498l.006-.003a.64.64 0 0 1 .63.077l.505.379a.29.29 0 0 0 .374-.026l.457-.458c.1-.1.112-.26.027-.374l-.38-.505a.64.64 0 0 1-.076-.63l.002-.006a.64.64 0 0 1 .499-.39l.625-.089c.14-.02.245-.14.245-.283v-.646a.286.286 0 0 0-.245-.283M20 6.429a1.428 1.428 0 1 1 0-2.857 1.428 1.428 0 0 1 0 2.857"})),C5=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconExpand_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M7.53 2.195 4.195 5.528a.666.666 0 1 0 .943.943L8 3.609l2.862 2.862a.666.666 0 1 0 .943-.943L8.472 2.195a.666.666 0 0 0-.943 0m.941 12.053 3.333-3.333a.666.666 0 1 0-.942-.942L8 12.834 5.138 9.973a.666.666 0 1 0-.943.942l3.334 3.333c.26.26.681.26.942 0",clipRule:"evenodd"})),tn=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconExpand_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M11.538 4.251 7.253 8.537a.856.856 0 1 0 1.211 1.212l3.68-3.68 3.68 3.68a.856.856 0 1 0 1.211-1.212L12.75 4.25a.856.856 0 0 0-1.212 0m1.211 15.498 4.286-4.286a.856.856 0 1 0-1.212-1.212l-3.68 3.68-3.68-3.68a.856.856 0 1 0-1.212 1.212l4.286 4.286a.856.856 0 0 0 1.212 0",clipRule:"evenodd"})),y5=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconExport_16",viewBox:"0 0 16 17","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"m13.125 6.634-4.54 4.54a.6.6 0 0 1-.852 0l-4.54-4.54a.602.602 0 0 1 .693-.965l3.347 1.664V.926a.926.926 0 0 1 1.852 0v6.407l3.347-1.664a.601.601 0 0 1 .693.965M1.7 11.517a.7.7 0 0 1 .7.7v2.1h11.2v-2.1a.7.7 0 1 1 1.4 0v2.8a.7.7 0 0 1-.428.645l-.015.006a.7.7 0 0 1-.257.049H1.7a.7.7 0 0 1-.7-.7v-2.8000000000000003a.7.7 0 0 1 .7-.7"})),nn=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconExport_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"m19.32 10.025-6.486 6.487a.86.86 0 0 1-1.215 0l-6.487-6.488a.86.86 0 0 1 .99-1.378l4.782 2.377V1.87a1.323 1.323 0 0 1 2.645 0v9.153l4.782-2.376a.859.859 0 0 1 .99 1.378M22 18a1 1 0 1 0-2 0v3H4v-3a1 1 0 1 0-2 0v4a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1z",clipRule:"evenodd"})),B5=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconFecc_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"m14.534 9.47-2.164 2.164-.735-.735L13.8 8.735a1.04 1.04 0 0 0 0-1.471l-2.165-2.165.736-.736 2.164 2.165a2.08 2.08 0 0 1 0 2.942M7.265 2.2 5.101 4.364l-.735-.735L6.53 1.465a2.08 2.08 0 0 1 2.941 0l2.163 2.163-.735.736L8.736 2.2a1.04 1.04 0 0 0-1.47 0M4.366 5.1l-.735-.736-2.164 2.164a2.08 2.08 0 0 0 0 2.942l2.163 2.164.736-.736-2.164-2.163a1.04 1.04 0 0 1 0-1.471zm7.27 7.27-.736-.736-2.164 2.164a1.04 1.04 0 0 1-1.47 0L5.1 11.634l-.735.735 2.164 2.164a2.08 2.08 0 0 0 2.941 0zM8 10.121a2.123 2.123 0 1 0 0-4.245 2.123 2.123 0 0 0 0 4.245",clipRule:"evenodd"})),an=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconFecc_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M22.195 14.824 19.219 17.8l-1.414-1.415 2.976-2.976a2 2 0 0 0 0-2.828l-2.976-2.977L19.22 6.19l2.976 2.976a4 4 0 0 1 0 5.658M10.588 3.214 7.612 6.19 6.198 4.776l2.976-2.977a4 4 0 0 1 5.656 0l2.975 2.977-1.414 1.414-2.975-2.976a2 2 0 0 0-2.828 0m-4.39 4.39L4.784 6.19 1.81 9.166a4 4 0 0 0 0 5.658L4.784 17.8l1.414-1.415-2.975-2.976a2 2 0 0 1 0-2.828zm11.607 11.61L16.391 17.8l-2.975 2.976a2 2 0 0 1-2.828 0L7.612 17.8l-1.414 1.414 2.976 2.977a4 4 0 0 0 5.656 0zm-5.803-3.765a3.453 3.453 0 1 0 0-6.907 3.453 3.453 0 0 0 0 6.906",clipRule:"evenodd"})),z5=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconFirefoxLogo_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M10.71 1.305a.292.292 0 0 0-.248.521c1.16.79 1.87 2.902 1.913 4.56a3.8 3.8 0 0 0-1.095-1.283.292.292 0 0 0-.408.408 3.208 3.208 0 0 1-2.58 5.114 2.4 2.4 0 0 1-.955-.152c.332-.138.65-.31.946-.514a2.35 2.35 0 0 1 1.176-.5.292.292 0 0 0 .283-.363 1.144 1.144 0 0 0-1.158-.804 1 1 0 0 0-.753.298c-.157.14-.32.285-.996.285-1.193 0-1.75-.696-1.75-1.166a.6.6 0 0 1 .255-.434q.195-.138.413-.233a.3.3 0 0 0 .413 0 .69.69 0 0 0 .144-.675l1.56-1.04a.292.292 0 0 0-.16-.535h-.584c-.649 0-1.073-.126-1.166-.345-.134-.322.306-1.008.788-1.49a.292.292 0 0 0-.205-.497c-.767.068-1.459.49-1.873 1.139a6.3 6.3 0 0 0-1.32.02 1.5 1.5 0 0 1-.233-.35 3 3 0 0 1-.365-1.101.292.292 0 0 0-.498-.207 2.3 2.3 0 0 0-.449 2.491 7 7 0 0 0 6.196 10.255C11.926 14.707 15 11.761 15 8v-.583c0-3.558-2.216-5.49-4.29-6.112"})),ln=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconFirefoxLogo_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M15.871 2.436a.417.417 0 0 0-.354.744c1.658 1.127 2.67 4.146 2.734 6.514a5.4 5.4 0 0 0-1.565-1.833.417.417 0 0 0-.583.583 4.583 4.583 0 0 1-3.685 7.306 3.4 3.4 0 0 1-1.365-.217 7.3 7.3 0 0 0 1.351-.734 3.36 3.36 0 0 1 1.68-.716.417.417 0 0 0 .405-.517 1.635 1.635 0 0 0-1.654-1.15 1.42 1.42 0 0 0-1.077.428c-.224.2-.455.406-1.423.406-1.704 0-2.5-.994-2.5-1.666a.87.87 0 0 1 .365-.62q.279-.196.59-.333a.43.43 0 0 0 .59 0 .98.98 0 0 0 .206-.964l2.23-1.486a.417.417 0 0 0-.23-.763h-.834c-.927 0-1.534-.18-1.666-.494-.191-.46.437-1.44 1.125-2.127a.417.417 0 0 0-.292-.712 3.55 3.55 0 0 0-2.676 1.627 9 9 0 0 0-1.886.029 2.2 2.2 0 0 1-.333-.5 4.35 4.35 0 0 1-.52-1.573.417.417 0 0 0-.712-.295 3.29 3.29 0 0 0-.642 3.559C.581 11.82 2.46 17.865 7.349 20.434a10 10 0 0 0 4.653 1.148C17.608 21.582 22 17.372 22 12v-.833c0-5.082-3.166-7.842-6.129-8.73"})),I5=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconFlipCamera_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M13 3h-1.5l-.724-1.447A1 1 0 0 0 9.882 1H6.118a1 1 0 0 0-.894.553L4.5 3H3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2M4.235 9.801 2.467 8.033a.374.374 0 0 1 .432-.601l1.103.548A4.003 4.003 0 0 1 8 4c.926 0 1.776.32 2.453.852a.495.495 0 0 1 .002.764.49.49 0 0 1-.619.014A3 3 0 0 0 8 5a3 3 0 0 0-2.998 2.977L6.1 7.431a.375.375 0 0 1 .432.602L4.765 9.801a.375.375 0 0 1-.53 0m9.337-1.35a.376.376 0 0 1-.472.117l-1.102-.548A4.003 4.003 0 0 1 8 12c-.926 0-1.776-.32-2.453-.852a.495.495 0 0 1-.002-.764.49.49 0 0 1 .619-.014c.508.394 1.145.63 1.836.63a3 3 0 0 0 2.998-2.977l-1.099.545a.375.375 0 0 1-.431-.601l1.768-1.768a.385.385 0 0 1 .53 0l1.768 1.768c.129.13.145.335.038.484"})),M5=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconFlipCamera_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M19.5 6h-2.25l-1.085-2.171A1.5 1.5 0 0 0 14.823 3H9.177a1.5 1.5 0 0 0-1.342.829L6.75 6H4.5a3 3 0 0 0-3 3v9a3 3 0 0 0 3 3h15a3 3 0 0 0 3-3V9a3 3 0 0 0-3-3M6.352 16.201 3.7 13.55a.563.563 0 0 1 .648-.902l1.653.821A6.006 6.006 0 0 1 12 7.5c1.389 0 2.664.48 3.68 1.278.366.287.358.847.002 1.146a.736.736 0 0 1-.928.021A4.48 4.48 0 0 0 12 9a4.504 4.504 0 0 0-4.497 4.467l1.648-.819a.563.563 0 0 1 .648.902l-2.652 2.651a.56.56 0 0 1-.795 0m14.006-2.025a.564.564 0 0 1-.707.176l-1.653-.821A6.005 6.005 0 0 1 12 19.5a5.94 5.94 0 0 1-3.68-1.278c-.365-.287-.358-.847-.002-1.146a.736.736 0 0 1 .928-.021A4.48 4.48 0 0 0 12 18a4.504 4.504 0 0 0 4.497-4.467l-1.648.819a.563.563 0 0 1-.648-.902l2.652-2.651c.22-.22.576-.22.796 0L20.3 13.45a.56.56 0 0 1 .058.726"})),S5=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconFlipCamera_32",viewBox:"0 0 32 32","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M26 8h-3l-1.447-2.895A2 2 0 0 0 19.764 4h-7.528a2 2 0 0 0-1.79 1.105L9 8H6a4 4 0 0 0-4 4v12a4 4 0 0 0 4 4h20a4 4 0 0 0 4-4V12a4 4 0 0 0-4-4M8.47 21.601l-3.537-3.534a.751.751 0 0 1 .864-1.203l2.204 1.095C8.024 13.567 11.603 10 16 10c1.852 0 3.552.64 4.907 1.704.488.383.477 1.13.002 1.528a.98.98 0 0 1-1.237.028A5.97 5.97 0 0 0 16 12c-3.293 0-5.97 2.668-5.996 5.956l2.197-1.092a.751.751 0 0 1 .864 1.203L9.53 21.6a.75.75 0 0 1-1.06 0m18.674-2.7a.75.75 0 0 1-.943.235l-2.204-1.095C23.976 22.433 20.397 26 16 26a7.9 7.9 0 0 1-4.907-1.704c-.486-.383-.477-1.13-.002-1.528a.98.98 0 0 1 1.237-.028A5.97 5.97 0 0 0 16 24c3.293 0 5.97-2.668 5.996-5.956l-2.197 1.092a.751.751 0 0 1-.864-1.203L22.47 14.4a.75.75 0 0 1 1.061 0l3.535 3.534c.26.26.292.67.077.968"})),L5=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconFullscreenOff_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("g",{clipPath:"url(#IconFullscreenOff_16__a)"},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"m12.369 5.046 2.815.946a.515.515 0 0 1-.164 1.003h-5.5a.514.514 0 0 1-.515-.515V.98a.517.517 0 0 1 1.004-.163l.946 2.815L13.813.774a.999.999 0 1 1 1.414 1.414zM.98 9.005h5.5c.285 0 .515.23.514.514v5.5a.515.515 0 0 1-1.003.164l-.946-2.815-2.858 2.858a.999.999 0 1 1-1.414-1.414l2.858-2.858-2.815-.946A.514.514 0 0 1 .98 9.005",clipRule:"evenodd"})),t.createElement("defs",null,t.createElement("clipPath",{id:"IconFullscreenOff_16__a"},t.createElement("path",{fill:"currentColor",d:"M0 0h16v16H0z"})))),A5=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconFullscreenOff_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"m17.36 8.407 3.52 1.183a.642.642 0 0 1-.205 1.254H13.8a.644.644 0 0 1-.644-.644V3.325a.644.644 0 0 1 1.254-.205l1.183 3.519 3.573-3.573a1.25 1.25 0 1 1 1.768 1.768zM3.326 13.156H10.2c.356 0 .644.288.644.644v6.875a.644.644 0 0 1-1.254.205l-1.183-3.519-3.573 3.573a1.25 1.25 0 0 1-1.768-1.768l3.573-3.573-3.52-1.183a.642.642 0 0 1 .206-1.254",clipRule:"evenodd"})),R5=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconFullscreenOff_32",viewBox:"0 0 32 32","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"m23.148 11.21 4.692 1.577a.858.858 0 0 1-.273 1.672H18.4a.86.86 0 0 1-.859-.859V4.433a.858.858 0 0 1 1.672-.273l1.578 4.692 4.764-4.764a1.666 1.666 0 1 1 2.357 2.357zM4.433 17.54H13.6c.475 0 .859.384.859.859v9.167a.858.858 0 0 1-1.672.273l-1.578-4.692-4.764 4.764a1.667 1.667 0 0 1-2.357-2.357l4.764-4.764-4.692-1.578a.858.858 0 0 1 .273-1.672",clipRule:"evenodd"})),N5=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconFullscreenOn_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M8.98 1.005h5.5c.285 0 .515.23.514.515v5.5a.515.515 0 0 1-1.003.164l-.946-2.815-2.858 2.858a.999.999 0 1 1-1.414-1.414l2.858-2.859-2.815-.946a.515.515 0 0 1 .164-1.003M4.369 13.046l2.815.946a.515.515 0 0 1-.164 1.003h-5.5a.514.514 0 0 1-.515-.515v-5.5a.515.515 0 0 1 1.003-.164l.947 2.816 2.858-2.858a.999.999 0 1 1 1.414 1.414z",clipRule:"evenodd"})),$5=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconFullscreenOn_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M13.325 3.156H20.2c.356 0 .644.288.644.644v6.875a.644.644 0 0 1-1.254.205l-1.183-3.519-3.573 3.573a1.25 1.25 0 0 1-1.768-1.768l3.573-3.573L13.12 4.41a.642.642 0 0 1 .205-1.254M7.361 18.407l3.519 1.183a.642.642 0 0 1-.205 1.254H3.8a.644.644 0 0 1-.644-.644v-6.875a.644.644 0 0 1 1.254-.205l1.183 3.519 3.573-3.573a1.25 1.25 0 1 1 1.768 1.768z",clipRule:"evenodd"})),q5=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconFullscreenOn_32",viewBox:"0 0 32 32","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M17.767 4.208h9.166c.475 0 .859.384.859.859v9.166a.858.858 0 0 1-1.672.274l-1.577-4.692-4.764 4.764a1.668 1.668 0 0 1-2.358-2.358l4.764-4.764-4.692-1.577a.858.858 0 0 1 .273-1.672M9.815 24.543l4.692 1.577a.858.858 0 0 1-.273 1.672H5.066a.86.86 0 0 1-.859-.859v-9.166c0-.422.304-.78.72-.848a.87.87 0 0 1 .952.574l1.577 4.692 4.764-4.764a1.666 1.666 0 1 1 2.358 2.358z",clipRule:"evenodd"})),H5=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconGeneric2_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M8 15a6.8 6.8 0 0 1-2.73-.551 7.1 7.1 0 0 1-2.222-1.496A7.1 7.1 0 0 1 1.55 10.73 6.8 6.8 0 0 1 1 8q0-1.452.551-2.73a7.1 7.1 0 0 1 1.497-2.222A7.1 7.1 0 0 1 5.27 1.55 6.8 6.8 0 0 1 8 1q1.452 0 2.73.551a7.1 7.1 0 0 1 2.223 1.497q.944.945 1.496 2.222.55 1.278.551 2.73v1.015q0 1.033-.709 1.759a2.34 2.34 0 0 1-1.741.726q-.612 0-1.155-.262a2.47 2.47 0 0 1-.91-.753 3.4 3.4 0 0 1-1.146.761Q8.7 11.501 8 11.5a3.37 3.37 0 0 1-2.476-1.024A3.37 3.37 0 0 1 4.5 8q0-1.453 1.024-2.476A3.37 3.37 0 0 1 8 4.5q1.453 0 2.476 1.024A3.37 3.37 0 0 1 11.5 8v1.015q0 .455.297.77a1 1 0 0 0 .753.315 1 1 0 0 0 .752-.315 1.08 1.08 0 0 0 .298-.77V8q0-2.344-1.627-3.972Q10.344 2.4 8 2.4T4.028 4.028 2.4 8q0 2.344 1.628 3.973Q5.655 13.6 8 13.6h4.2s.7 0 .7.7-.7.7-.7.7zm0-4.9q.875 0 1.488-.612Q10.1 8.874 10.1 8q0-.876-.612-1.487A2.03 2.03 0 0 0 8 5.9q-.876 0-1.487.612A2.03 2.03 0 0 0 5.9 8q0 .875.612 1.488.613.612 1.488.612"})),on=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconGeneric2_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M12 22a9.7 9.7 0 0 1-3.9-.788 10.1 10.1 0 0 1-3.175-2.137q-1.35-1.35-2.137-3.175A9.7 9.7 0 0 1 2 12q0-2.075.788-3.9a10.1 10.1 0 0 1 2.137-3.175q1.35-1.35 3.175-2.137A9.7 9.7 0 0 1 12 2q2.075 0 3.9.788a10.1 10.1 0 0 1 3.175 2.137q1.35 1.35 2.137 3.175A9.7 9.7 0 0 1 22 12v1.45q0 1.474-1.012 2.513Q19.975 17 18.5 17a3.74 3.74 0 0 1-1.65-.375 3.5 3.5 0 0 1-1.3-1.075 4.8 4.8 0 0 1-1.638 1.087A5.1 5.1 0 0 1 12 17q-2.075 0-3.537-1.463Q7 14.075 7 12q0-2.075 1.463-3.537Q9.926 7 12 7q2.075 0 3.537 1.463Q17 9.926 17 12v1.45q0 .65.425 1.1T18.5 15t1.075-.45.425-1.1V12q0-3.35-2.325-5.675T12 4 6.325 6.325 4 12t2.325 5.675T12 20h6s1 0 1 1-1 1-1 1zm0-7q1.25 0 2.125-.875A2.9 2.9 0 0 0 15 12q0-1.25-.875-2.125A2.9 2.9 0 0 0 12 9q-1.25 0-2.125.875A2.9 2.9 0 0 0 9 12q0 1.25.875 2.125A2.9 2.9 0 0 0 12 15"})),O5=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconGroup_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("g",{clipPath:"url(#IconGroup_16__a)"},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M10.534 7.943c1.599 0 2.9-1.301 2.9-2.9a2.903 2.903 0 0 0-2.9-2.899 2.903 2.903 0 0 0-2.9 2.899c0 1.599 1.301 2.9 2.9 2.9M6.138 6.227c0 1.16-.944 2.104-2.104 2.104A2.107 2.107 0 0 1 1.93 6.226c0-1.159.944-2.102 2.104-2.102s2.104.943 2.104 2.103M.575 10.268C1.12 9.673 2.156 9.23 4.034 9.23a8.3 8.3 0 0 1 1.64.147 4 4 0 0 0-.662.579c-.276.3-.703.805-.894 1.814a4 4 0 0 0-.035.23H.643a.575.575 0 0 1-.568-.658c.1-.64.339-.899.486-1.059zm9.96-1.086c2.566 0 3.992.601 4.748 1.41l.014.016c.218.233.555.594.694 1.484a.792.792 0 0 1-.782.908H5.86a.79.79 0 0 1-.781-.908c.137-.879.465-1.236.668-1.457l.021-.023c.751-.819 2.179-1.43 4.767-1.43",clipRule:"evenodd"})),t.createElement("defs",null,t.createElement("clipPath",{id:"IconGroup_16__a"},t.createElement("path",{fill:"currentColor",d:"M0 0h16v16H0z"})))),rn=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconGroup_24",viewBox:"0 0 25 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M15.818 3.716c2.409 0 4.368 1.951 4.368 4.348 0 2.4-1.96 4.35-4.368 4.35s-4.369-1.95-4.369-4.35c0-2.398 1.96-4.348 4.37-4.348M9.195 9.34a3.167 3.167 0 0 1-3.17 3.156A3.166 3.166 0 0 1 2.857 9.34a3.167 3.167 0 0 1 3.17-3.155 3.166 3.166 0 0 1 3.17 3.155m-3.17 4.505c1.272 0 2.276.14 3.083.368-.613.348-1.168.741-1.61 1.221-.331.358-.986 1.082-1.306 2.566H.917a.863.863 0 0 1-.856-.987c.15-.959.51-1.347.732-1.588l.021-.023c.822-.892 2.383-1.557 5.212-1.557M8.776 20H22.86c.724 0 1.29-.648 1.177-1.361-.21-1.339-.718-1.88-1.047-2.23l-.02-.021c-1.139-1.214-3.287-2.115-7.153-2.115-3.899 0-6.05.917-7.182 2.146l-.028.03c-.306.332-.802.867-1.01 2.19A1.19 1.19 0 0 0 8.777 20",clipRule:"evenodd"})),P5=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconGuest_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M8 8c1.158 0 2.1-.942 2.1-2.1S9.158 3.8 8 3.8c-1.157 0-2.1.942-2.1 2.1S6.842 8 8 8M11.182 9.906c-.547-.585-1.577-1.019-3.432-1.019-1.87 0-2.902.442-3.445 1.034l-.014.015c-.147.16-.385.418-.484 1.055a.572.572 0 0 0 .565.655h6.757a.572.572 0 0 0 .565-.656c-.1-.644-.344-.905-.502-1.074z"}),t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0m-.7 0A6.3 6.3 0 1 1 1.7 8a6.3 6.3 0 0 1 12.6 0",clipRule:"evenodd"})),cn=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconGuest_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M12 12c1.655 0 3-1.346 3-3 0-1.655-1.346-3-3-3S9 7.345 9 9s1.346 3 3 3M16.546 14.722c-.781-.835-2.253-1.455-4.903-1.455-2.672 0-4.146.631-4.922 1.477l-.02.022c-.21.228-.55.597-.691 1.506-.077.49.31.937.807.937h9.653a.817.817 0 0 0 .807-.937c-.144-.92-.492-1.293-.717-1.535z"}),t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10m-1 0a9 9 0 1 1-18 0 9 9 0 0 1 18 0",clipRule:"evenodd"})),V5=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconHeadset_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M8 2a7 7 0 0 1 7 7v2.45a2.45 2.45 0 0 1-2.45 2.45c-1.353 0-1.45-1.097-1.45-2.45v-1.4c0-1.353.097-2.45 1.45-2.45.324 0 .633.063.916.177a5.602 5.602 0 0 0-10.932 0c.283-.114.592-.177.916-.177 1.353 0 1.45 1.097 1.45 2.45v1.4c0 1.353-.097 2.45-1.45 2.45A2.45 2.45 0 0 1 1 11.45V9a7 7 0 0 1 7-7"})),sn=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconHeadset_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M12 3c5.523 0 10 4.477 10 10v3.5a3.5 3.5 0 0 1-3.5 3.5c-1.933 0-2.5-1.567-2.5-3.5v-2c0-1.933.567-3.5 2.5-3.5.463 0 .904.09 1.309.253a8.003 8.003 0 0 0-15.618 0A3.5 3.5 0 0 1 5.5 11C7.433 11 8 12.567 8 14.5v2c0 1.933-.567 3.5-2.5 3.5A3.5 3.5 0 0 1 2 16.5V13C2 7.477 6.477 3 12 3"})),T5=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconHelpRound_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0M7.235 5.39a1.399 1.399 0 0 1 2.108 1.209c0 .328-.255.672-.738.993a4.2 4.2 0 0 1-.872.44l-.011.004a.7.7 0 1 0 .444 1.328L7.944 8.7l.222.664h.002l.002-.002.008-.002.024-.009.082-.03a5.632 5.632 0 0 0 1.099-.564c.567-.378 1.361-1.086 1.361-2.157a2.8 2.8 0 0 0-5.442-.932.7.7 0 1 0 1.322.464 1.4 1.4 0 0 1 .611-.743M8 10.8a.7.7 0 1 0 0 1.4h.007a.7.7 0 1 0 0-1.4z",clipRule:"evenodd"})),dn=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconHelpRound_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M21.986 12c0 5.523-4.474 10-9.993 10S2 17.523 2 12 6.474 2 11.993 2s9.993 4.477 9.993 10M10.9 8.27a1.996 1.996 0 0 1 3.01 1.728V10c0 .47-.365.958-1.054 1.418a6 6 0 0 1-1.246.628l-.015.005a1 1 0 0 0 .633 1.897L11.913 13l.317.948h.002l.004-.002.01-.004.036-.012.116-.043a8.043 8.043 0 0 0 1.569-.806c.81-.54 1.943-1.55 1.944-3.08l-1-.001h1a4 4 0 0 0-3.322-3.947A3.996 3.996 0 0 0 8.14 8.668a1 1 0 1 0 1.887.663 2 2 0 0 1 .873-1.06M11.992 16a1 1 0 0 0 0 2h.01a1 1 0 1 0 0-2z",clipRule:"evenodd"})),W5=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconHome_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M1.751 4.51A2 2 0 0 0 1 6.07v7.834c0 .424.164.831.456 1.13.291.3.687.47 1.1.47h2.92v-7.06c0-.395.283-.714.632-.714h3.785c.348 0 .63.32.63.713v7.06h2.921c.413 0 .809-.168 1.1-.468s.456-.707.456-1.13V6.07a2 2 0 0 0-.751-1.562l-5-3.998a2 2 0 0 0-2.498 0z",clipRule:"evenodd"})),mn=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconHome_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M3.751 8.035A2 2 0 0 0 3 9.597v10.347c0 .545.21 1.068.586 1.454C3.96 21.783 4.47 22 5 22h3.756v-9.077c0-.507.363-.918.811-.918h4.867c.448 0 .81.41.81.917V22H19c.53 0 1.04-.217 1.414-.602.375-.386.586-.909.586-1.454V9.597a2 2 0 0 0-.751-1.562l-7-5.597a2 2 0 0 0-2.498 0z",clipRule:"evenodd"})),D5=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconHospital_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M1.751 4.56A2 2 0 0 0 1 6.123v7.833c0 .424.164.831.456 1.131.291.3.687.468 1.1.468h10.888c.413 0 .809-.168 1.1-.468s.456-.707.456-1.13V6.121a2 2 0 0 0-.751-1.562l-5-3.997a2 2 0 0 0-2.498 0zM7 6.051h2v2h2v2H9v2H7v-2H5v-2h2z",clipRule:"evenodd"})),un=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconHospital_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M3.751 8.035A2 2 0 0 0 3 9.597v10.347c0 .545.21 1.068.586 1.454C3.96 21.783 4.47 22 5 22h14c.53 0 1.04-.217 1.414-.602.375-.386.586-.909.586-1.454V9.597a2 2 0 0 0-.751-1.562l-7-5.597a2 2 0 0 0-2.498 0zm6.963 1.745h2.572v2.571h2.571v2.572h-2.571v2.571h-2.572v-2.571H8.143V12.35h2.571z",clipRule:"evenodd"})),j5=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconHost_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14m0-7c1.158 0 2.1-.942 2.1-2.1S9.158 3.8 8 3.8c-1.157 0-2.1.942-2.1 2.1S6.842 8 8 8m3.182 1.906c-.547-.585-1.577-1.019-3.432-1.019-1.87 0-2.902.442-3.445 1.034l-.014.015c-.147.16-.385.418-.484 1.055a.572.572 0 0 0 .565.655h6.757a.572.572 0 0 0 .565-.656c-.1-.644-.344-.905-.502-1.074z",clipRule:"evenodd"})),fn=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconHost_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10m0-10c1.655 0 3-1.346 3-3 0-1.655-1.346-3-3-3S9 7.345 9 9s1.346 3 3 3m4.546 2.722c-.781-.835-2.253-1.455-4.903-1.455-2.672 0-4.146.631-4.922 1.477l-.02.022c-.21.228-.55.597-.691 1.506-.077.49.31.937.807.937h9.653a.817.817 0 0 0 .807-.937c-.144-.92-.492-1.293-.717-1.535z",clipRule:"evenodd"})),F5=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconIconSort_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M7.833 6.352 4.843 3.39a.6.6 0 0 0-.845 0l-2.99 2.962a.59.59 0 0 0 0 .837.6.6 0 0 0 .846 0l1.992-1.973v6.967c0 .332.272.6.606.6a.603.603 0 0 0 .606-.6V5.278l1.93 1.911a.6.6 0 0 0 .845 0 .59.59 0 0 0 0-.837M7.834 9.648l2.989 2.962a.6.6 0 0 0 .845 0l2.99-2.962a.59.59 0 0 0 0-.837.6.6 0 0 0-.845 0l-1.993 1.973V3.817c0-.331-.27-.6-.606-.6a.603.603 0 0 0-.605.6v6.905l-1.93-1.911a.6.6 0 0 0-.845 0 .59.59 0 0 0 0 .837"})),_n=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconIconSort_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M12 14.355a.84.84 0 0 1 0-1.196.86.86 0 0 1 1.208 0l2.757 2.73V6.025c0-.474.387-.857.865-.858.478 0 .866.384.866.858v9.952l2.846-2.818a.86.86 0 0 1 1.208 0 .84.84 0 0 1 0 1.196l-4.271 4.23a.86.86 0 0 1-1.207 0zM2.25 10.841a.84.84 0 0 1 0-1.196l4.271-4.23a.86.86 0 0 1 1.208 0L12 9.644a.84.84 0 0 1 0 1.196.86.86 0 0 1-1.208 0l-2.757-2.73v9.865a.86.86 0 0 1-.865.857.86.86 0 0 1-.865-.857V8.023L3.458 10.84a.86.86 0 0 1-1.208 0"})),U5=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconImport_16",viewBox:"0 0 16 17","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M3.193 4.717 7.733.176a.6.6 0 0 1 .851 0l4.541 4.541a.602.602 0 0 1-.693.965L9.084 4.018v6.407a.926.926 0 0 1-1.851 0V4.018L3.885 5.68a.601.601 0 0 1-.692-.964M1.7 11.65a.7.7 0 0 1 .7.7v2.1h11.2v-2.1a.7.7 0 1 1 1.4 0v2.8a.7.7 0 0 1-.7.7H1.7a.7.7 0 0 1-.7-.7v-2.799a.7.7 0 0 1 .7-.7"})),pn=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconImport_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M5.132 7.094 11.62.608a.86.86 0 0 1 1.215 0l6.487 6.487a.86.86 0 0 1-.99 1.378l-4.782-2.377v9.153a1.323 1.323 0 0 1-2.645 0V6.096L6.12 8.472a.859.859 0 0 1-.989-1.378M22 18a1 1 0 1 0-2 0v3H4v-3a1 1 0 1 0-2 0v4a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1z",clipRule:"evenodd"})),G5=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconInfoRound_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0M7.3 5.2a.7.7 0 0 1 .7-.7h.007a.7.7 0 1 1 0 1.4H8a.7.7 0 0 1-.7-.7M8 7.3a.7.7 0 0 1 .7.7v2.8a.7.7 0 1 1-1.4 0V8a.7.7 0 0 1 .7-.7",clipRule:"evenodd"})),hn=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconInfoRound_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10M11 8a1 1 0 0 1 1-1h.01a1 1 0 1 1 0 2H12a1 1 0 0 1-1-1m1 3a1 1 0 0 1 1 1v4a1 1 0 1 1-2 0v-4a1 1 0 0 1 1-1",clipRule:"evenodd"})),X5=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconKey_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M10.25 2C8.18 2 6.5 3.68 6.5 5.75c0 .24 0 .48.045.705L2 11v3h4.5v-3h3V9.5l.045-.045c.225.045.465.045.705.045C12.32 9.5 14 7.82 14 5.75S12.32 2 10.25 2M11 3.5c.825 0 1.5.675 1.5 1.5s-.675 1.5-1.5 1.5S9.5 5.825 9.5 5s.675-1.5 1.5-1.5"})),gn=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconKey_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M15.375 3C12.27 3 9.75 5.615 9.75 8.838c0 .374 0 .747.068 1.098L3 17.01v4.67h6.75v-4.67h4.5v-2.335l.068-.07c.337.07.697.07 1.057.07 3.105 0 5.625-2.615 5.625-5.838S18.48 3 15.375 3M16.5 5.335c1.238 0 2.25 1.051 2.25 2.335s-1.012 2.336-2.25 2.336-2.25-1.051-2.25-2.336 1.012-2.335 2.25-2.335"})),Q5=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconLeave_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M11.43 0H4.57A2.573 2.573 0 0 0 2 2.57V7h5.587L6.449 4.708a.65.65 0 0 1 1.041-.749l3.581 3.581a.65.65 0 0 1 0 .92L7.49 12.041a.65.65 0 0 1-1.042-.749L7.587 9H2v4.43A2.573 2.573 0 0 0 4.57 16h6.859a2.573 2.573 0 0 0 2.57-2.57V2.57A2.57 2.57 0 0 0 11.43 0"})),vn=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconLeave_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M15.787 2H7.213A3.217 3.217 0 0 0 4 5.213v5.537h6.984L9.561 7.885a.814.814 0 0 1 .253-1.022.82.82 0 0 1 1.049.085l4.476 4.476a.814.814 0 0 1 0 1.15l-4.476 4.476a.813.813 0 0 1-1.302-.937l1.423-2.865H4v5.537A3.217 3.217 0 0 0 7.213 22h8.574A3.217 3.217 0 0 0 19 18.787V5.213A3.217 3.217 0 0 0 15.787 2"})),K5=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconLink_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M3.8 6.4a1.4 1.4 0 0 0-1.4 1.4v1.4a1.4 1.4 0 0 0 1.4 1.4h2.8a.7.7 0 1 1 0 1.4H3.8A2.8 2.8 0 0 1 1 9.2V7.8A2.8 2.8 0 0 1 3.8 5h2.8a.7.7 0 1 1 0 1.4zm4.9-.7a.7.7 0 0 1 .7-.7h2.8A2.8 2.8 0 0 1 15 7.8v1.4a2.8 2.8 0 0 1-2.8 2.8H9.4a.7.7 0 1 1 0-1.4h2.8a1.4 1.4 0 0 0 1.4-1.4V7.8a1.4 1.4 0 0 0-1.4-1.4H9.4a.7.7 0 0 1-.7-.7M5.2 8.5a.7.7 0 0 1 .7-.7h4.2a.7.7 0 1 1 0 1.4H5.9a.7.7 0 0 1-.7-.7",clipRule:"evenodd"})),wn=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconLink_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M5.968 9.8c-1.189 0-2.063.851-2.063 1.8v1.8c0 .949.874 1.8 2.063 1.8H9.99c.526 0 .953.403.953.9s-.427.9-.953.9H5.97C3.825 17 2 15.434 2 13.4v-1.8C2 9.567 3.826 8 5.968 8H9.99c.526 0 .953.403.953.9s-.427.9-.953.9zm7.09-.9c0-.497.427-.9.953-.9h4.02C20.175 8 22 9.567 22 11.6v1.8c0 2.034-1.826 3.6-3.968 3.6H14.01c-.526 0-.953-.403-.953-.9s.427-.9.953-.9h4.02c1.19 0 2.064-.851 2.064-1.8v-1.8c0-.949-.874-1.8-2.063-1.8H14.01c-.526 0-.953-.403-.953-.9m-5.026 3.6c0-.497.426-.9.952-.9h6.032c.526 0 .952.403.952.9s-.426.9-.952.9H8.984c-.526 0-.952-.403-.952-.9",clipRule:"evenodd"})),Z5=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconLiveCaption_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M3 2.75a2 2 0 0 0-2 2v6.5a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2v-6.5a2 2 0 0 0-2-2zm4.983 4.568h-.994a1 1 0 0 0-.111-.359.9.9 0 0 0-.52-.44 1.1 1.1 0 0 0-.37-.06q-.36 0-.629.187a1.2 1.2 0 0 0-.415.541 2.2 2.2 0 0 0-.148.86q0 .52.148.872.15.354.417.534.269.18.62.18.198 0 .366-.054a1 1 0 0 0 .301-.159.9.9 0 0 0 .218-.259q.09-.15.123-.346l.994.005q-.039.335-.193.645-.152.309-.41.553a1.9 1.9 0 0 1-.614.384q-.354.14-.8.14a2.1 2.1 0 0 1-1.113-.294 2.05 2.05 0 0 1-.772-.852q-.28-.556-.281-1.35 0-.795.286-1.352.286-.558.776-.85a2.1 2.1 0 0 1 1.103-.294q.405 0 .75.119.346.118.614.346.268.226.436.553.17.327.218.75m4.806 0h-.994a1 1 0 0 0-.111-.359.9.9 0 0 0-.52-.44 1.1 1.1 0 0 0-.37-.06q-.36 0-.629.187a1.2 1.2 0 0 0-.415.541 2.2 2.2 0 0 0-.148.86q0 .52.148.872.15.354.417.534.269.18.62.18.197 0 .365-.054a1 1 0 0 0 .302-.159.9.9 0 0 0 .218-.259q.09-.15.123-.346l.994.005a1.94 1.94 0 0 1-.604 1.198 1.9 1.9 0 0 1-.613.384q-.354.14-.8.14a2.1 2.1 0 0 1-1.113-.294 2.05 2.05 0 0 1-.772-.852q-.28-.556-.281-1.35 0-.795.286-1.352.286-.558.776-.85a2.1 2.1 0 0 1 1.103-.294q.405 0 .75.119.346.118.614.346.268.226.436.553.17.327.218.75",clipRule:"evenodd"})),En=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconLiveCaption_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M2.4 3A2.4 2.4 0 0 0 0 5.4v13.2A2.4 2.4 0 0 0 2.4 21h19.2a2.4 2.4 0 0 0 2.4-2.4V5.4A2.4 2.4 0 0 0 21.6 3zm9.57 7.83h-1.703a1.8 1.8 0 0 0-.191-.614 1.55 1.55 0 0 0-.891-.756 1.9 1.9 0 0 0-.634-.102q-.62 0-1.078.321-.459.317-.712.928-.253.606-.253 1.472 0 .891.253 1.497.257.607.716.915.459.31 1.062.31.34 0 .626-.094.293-.093.518-.273.226-.183.373-.443.153-.26.21-.594l1.705.008a3.3 3.3 0 0 1-.331 1.107 3.29 3.29 0 0 1-1.755 1.607 3.7 3.7 0 0 1-1.373.24q-1.065 0-1.907-.505-.836-.504-1.323-1.46-.482-.957-.482-2.315 0-1.362.49-2.318.49-.957 1.33-1.457A3.6 3.6 0 0 1 8.513 7.8q.693 0 1.284.203.595.204 1.054.594.459.387.747.948.293.562.374 1.285m8.24 0h-1.705a1.8 1.8 0 0 0-.19-.614 1.55 1.55 0 0 0-.891-.756 1.9 1.9 0 0 0-.634-.102q-.62 0-1.078.321-.46.317-.712.928-.253.606-.253 1.472 0 .891.253 1.497.257.607.716.915.459.31 1.062.31.338 0 .626-.094.292-.093.518-.273.226-.183.373-.443.151-.26.21-.594l1.705.008a3.3 3.3 0 0 1-.331 1.107 3.29 3.29 0 0 1-1.755 1.607 3.7 3.7 0 0 1-1.373.24q-1.067 0-1.907-.505-.836-.504-1.323-1.46-.482-.957-.482-2.315 0-1.362.49-2.318.49-.957 1.33-1.457a3.6 3.6 0 0 1 1.892-.504q.692 0 1.284.203.595.204 1.054.594.459.387.747.948.293.562.374 1.285",clipRule:"evenodd"})),Y5=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconLiveStream_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M3.545 3h8.91C13.86 3 15 4.205 15 5.692v5.385c0 1.487-1.14 2.692-2.546 2.692H3.545C2.14 13.77 1 12.564 1 11.077V5.692C1 4.205 2.14 3 3.545 3m7.572 5.947a.5.5 0 0 0 0-.893L6.726 5.836A.5.5 0 0 0 6 6.282v4.437a.5.5 0 0 0 .726.446z",clipRule:"evenodd"})),xn=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconLiveStream_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M5.318 4.5h13.364c2.11 0 3.818 1.807 3.818 4.038v8.077c0 2.232-1.709 4.039-3.818 4.039H5.318c-2.11 0-3.818-1.807-3.818-4.039V8.538C1.5 6.308 3.209 4.5 5.318 4.5m11.358 8.92a.75.75 0 0 0 0-1.34l-6.587-3.327A.75.75 0 0 0 9 9.423v6.655a.75.75 0 0 0 1.088.67z",clipRule:"evenodd"})),J5=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconLiveStreamCloud_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M2.333 11.667h9.606q.175 0 .34.004c.61.012 1.142.022 1.72-.338.426-.264.668-1.562.668-2.291q0-1.006-.69-1.758a2.68 2.68 0 0 0-1.735-.867q0-1.707-1.235-2.895Q9.774 2.334 8 2.333q-1.44 0-2.576.832A3.96 3.96 0 0 0 3.91 5.338a3.17 3.17 0 0 0-1.864 1.137 3.16 3.16 0 0 0-.712 2.027c0 .885.667 3.165 1 3.165m7.667-4-3.333-2v4z",clipRule:"evenodd"})),bn=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconLiveStreamCloud_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M3.5 17.5h14.41q.26 0 .51.006c.913.018 1.712.033 2.58-.506.637-.396 1-2.344 1-3.437q0-1.51-1.034-2.636t-2.602-1.302q0-2.56-1.853-4.342Q14.66 3.5 12 3.5q-2.16 0-3.864 1.247t-2.272 3.26q-1.728.371-2.796 1.705A4.73 4.73 0 0 0 2 12.753C2 14.08 3 17.5 3.5 17.5m11.5-6-5-3v6z",clipRule:"evenodd"})),e6=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconLocation_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M8 15s5.6-4.375 5.6-8.75C13.6 3.35 11.093 1 8 1S2.4 3.35 2.4 6.25C2.4 10.625 8 15 8 15m0-7a2.1 2.1 0 1 0 0-4.2A2.1 2.1 0 0 0 8 8",clipRule:"evenodd"})),kn=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconLocation_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M12 22s8-6.25 8-12.5C20 5.358 16.418 2 12 2S4 5.358 4 9.5C4 15.75 12 22 12 22m0-10a3 3 0 1 0 0-6 3 3 0 0 0 0 6",clipRule:"evenodd"})),t6=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconLock_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M4.846 4.538v-.461a3.078 3.078 0 0 1 6.154 0v2.308h1.539c.34 0 .615.275.615.615v7.385c0 .34-.276.615-.615.615H3.615A.615.615 0 0 1 3 14.385V7c0-.34.276-.615.615-.615h1.231V4.538M9.77 6.385V4.077c0-1.052-.794-1.908-1.846-1.908s-1.846.856-1.846 1.908v2.308z",clipRule:"evenodd"})),Cn=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconLock_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M7 6.56v-.725C7 3.166 9.24 1 12 1s5 2.166 5 4.835v3.627h2c.552 0 1 .433 1 .967v11.604c0 .534-.448.967-1 .967H5c-.552 0-1-.433-1-.967V10.429c0-.534.448-.967 1-.967h2V6.56m8 2.902V5.835c0-1.653-1.29-2.998-3-2.998S9 4.182 9 5.835v3.627z",clipRule:"evenodd"})),n6=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconLowerhand_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M12.959 6.386c.128-.492.607-.78 1.07-.644.462.135.734.645.606 1.137l-.454 1.742-.7 2.691a7 7 0 0 1-.189.615l-3.513-3.72 1.361-5.232c.129-.492.607-.781 1.07-.645.463.137.734.646.606 1.138l-1.39 5.344.837.246zM9.072 7.458l1.463-5.62C10.663 1.346 10.39.837 9.929.7c-.463-.137-.942.152-1.07.644-.084.321-.75 2.878-1.201 4.616zm-2.518-.724-.155.598.837.247q.001-.002.025-.096l5.417 5.735c-.357.578-.79 1.06-1.275 1.39-1.391.942-3.233.877-5.14.316-1.548-.456-4.737-2.046-4.88-5.486a77 77 0 0 1-.05-2.648c-.002-.463.316-.855.747-.926.47-.076.912.256 1 .752.147.829.355 1.984.422 2.293.085.398.58.396.682.003l.688-2.645.268-1.03zm.397-1.522.839-3.224c.127-.492-.143-1-.606-1.137s-.942.152-1.07.644l-.577 2.22z",clipRule:"evenodd"}),t.createElement("path",{stroke:"currentColor",strokeLinecap:"round",d:"m3 3 11.333 12"})),yn=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconLowerhand_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M19.439 9.58c.192-.738.91-1.172 1.604-.967.694.203 1.102.968.91 1.705l-.681 2.615-.976 3.748-5.304-5.616 1.719-6.603c.192-.738.91-1.171 1.604-.967s1.1.968.91 1.706l-2.087 8.017 1.257.369zm-5.507.362 1.87-7.186c.193-.737-.215-1.5-.909-1.705s-1.412.229-1.604.966L11.81 7.696zm-3.776-1.086-.558 2.142 1.257.37.361-1.389 8.345 8.836c-.61 1.313-1.462 2.421-2.457 3.096-2.086 1.414-4.85 1.316-7.71.474-2.32-.683-7.105-3.068-7.319-8.228A116 116 0 0 1 2 10.186c-.003-.695.473-1.283 1.12-1.389.704-.115 1.367.384 1.5 1.127.22 1.244.532 2.977.633 3.44.127.597.87.595 1.023.006L8.035 6.61zm.594-2.283.934-3.591c.192-.738-.214-1.501-.908-1.706-.694-.204-1.413.229-1.604.967l-.543 2.085z",clipRule:"evenodd"}),t.createElement("path",{stroke:"currentColor",strokeLinecap:"round",strokeWidth:2,d:"m4.727 4.313 17 18"})),a6=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconMail_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M9.661 8.446a2.5 2.5 0 0 1-3.323 0L1.297 3.964A1.99 1.99 0 0 1 3 3h10a1.99 1.99 0 0 1 1.702.963zM15 11c0 .343-.094.66-.246.942l-3.336-3.72L15 5.037zM1 5.037V11c0 .343.094.66.246.942l3.336-3.72zm9.326 4.157.345-.307 3.404 3.795A2 2 0 0 1 13 13H3c-.396 0-.764-.119-1.075-.317l3.404-3.796.345.306A3.5 3.5 0 0 0 8 10.078c.832 0 1.663-.295 2.326-.884",clipRule:"evenodd"})),Bn=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconMail_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"m22.054 5.445-7.562 6.724a3.75 3.75 0 0 1-4.984 0L1.946 5.445A2.99 2.99 0 0 1 4.5 4h15a2.99 2.99 0 0 1 2.554 1.445m.077 11.968-5.004-5.58L22.5 7.056V16c0 .514-.141.99-.369 1.413m-6.642-4.123A5.24 5.24 0 0 1 12 14.616a5.24 5.24 0 0 1-3.489-1.326l-.517-.46-5.106 5.693A2.98 2.98 0 0 0 4.5 19h15c.594 0 1.145-.178 1.611-.477l-5.105-5.693zM1.5 16V7.056l5.373 4.777-5.004 5.58A2.96 2.96 0 0 1 1.5 16",clipRule:"evenodd"})),l6=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconMeetingRoom_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M13.5 2h-11A2.503 2.503 0 0 0 0 4.5v7C0 12.879 1.122 14 2.5 14h11c1.378 0 2.5-1.121 2.5-2.5v-7C16 3.121 14.878 2 13.5 2M8 4.387c1.269 0 2.3 1.032 2.3 2.3A2.303 2.303 0 0 1 8 8.988a2.304 2.304 0 0 1-2.301-2.301c0-1.268 1.032-2.3 2.301-2.3M11.709 13H4.291a.627.627 0 0 1-.62-.72c.112-.722.387-1 .547-1.174.596-.65 1.729-1.135 3.782-1.135 2.036 0 3.167.477 3.767 1.118.173.185.449.468.562 1.191a.628.628 0 0 1-.62.72"})),zn=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconMeetingRoom_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M20.25 3.5H3.75A3.754 3.754 0 0 0 0 7.25v10.5a3.754 3.754 0 0 0 3.75 3.75h16.5A3.754 3.754 0 0 0 24 17.75V7.25a3.754 3.754 0 0 0-3.75-3.75M12 7.08a3.455 3.455 0 0 1 3.451 3.45A3.455 3.455 0 0 1 12 13.983a3.455 3.455 0 0 1-3.451-3.451A3.454 3.454 0 0 1 12 7.08M17.563 20H6.437a.942.942 0 0 1-.93-1.08c.169-1.082.58-1.5.82-1.762.893-.975 2.593-1.702 5.673-1.702 3.054 0 4.75.715 5.65 1.677.26.277.674.702.843 1.786a.942.942 0 0 1-.93 1.081"})),o6=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconMeetings_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M5.974 12.737h4.052l.535 1.604a.46.46 0 0 1-.437.606H5.876a.46.46 0 0 1-.437-.606zM2.916 1.684h10.168C14.142 1.684 15 2.542 15 3.6v6.484A1.916 1.916 0 0 1 13.084 12H2.916A1.916 1.916 0 0 1 1 10.084V3.6c0-1.058.858-1.916 1.916-1.916m10.168 9.21a.81.81 0 0 0 .81-.81V3.6a.81.81 0 0 0-.81-.81H2.916a.81.81 0 0 0-.81.81v6.484c0 .448.363.81.81.81zM4.1 3.785a1 1 0 0 0-1 1v.8a1 1 0 0 0 1 1h1.5a1 1 0 0 0 1-1v-.8a1 1 0 0 0-1-1zm3.2 1a1 1 0 0 1 1-1h3.6a1 1 0 0 1 1 1v4.3a1 1 0 0 1-1 1H8.3a1 1 0 0 1-1-1zm-3.2 2.5a1 1 0 0 0-1 1v.8a1 1 0 0 0 1 1h1.5a1 1 0 0 0 1-1v-.8a1 1 0 0 0-1-1z",clipRule:"evenodd"})),In=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconMeetings_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"m14.895 18.79.764 2.291a.658.658 0 0 1-.624.866h-6.07a.658.658 0 0 1-.624-.866l.764-2.291zM4.737 3h14.526A2.737 2.737 0 0 1 22 5.737V15a2.737 2.737 0 0 1-2.737 2.737H4.737A2.737 2.737 0 0 1 2 15V5.737A2.737 2.737 0 0 1 4.737 3m14.526 13.158c.64 0 1.158-.518 1.158-1.158V5.737c0-.64-.519-1.158-1.158-1.158H4.737c-.64 0-1.158.519-1.158 1.158V15c0 .64.519 1.158 1.158 1.158zM6 6a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1zm5 1a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1h-6a1 1 0 0 1-1-1zm-5 4a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1z",clipRule:"evenodd"})),r6=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconMicrophoneMutedByHost_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M8.1 5.8c-.418.374-.76.83-1.003 1.344L3.083 3.13A2.52 2.52 0 0 1 5.572 1 2.53 2.53 0 0 1 8.1 3.529zM.72 1.958l6.075 6.076a4.2 4.2 0 0 0 .022 1.897c-.366.215-.789.342-1.245.342a2.53 2.53 0 0 1-2.53-2.529V5.473L.124 2.553a.422.422 0 0 1 .596-.595M10.898 13.133h.053a.4.4 0 0 1-.14 0z"}),t.createElement("path",{fill:"currentColor",d:"M5.993 11.936a4.1 4.1 0 0 0 1.549-.478 4.2 4.2 0 0 1-.442-.729 3.2 3.2 0 0 1-1.528.387A3.375 3.375 0 0 1 2.2 7.744v-.843a.422.422 0 0 0-.843 0v.843c0 2.18 1.669 3.957 3.793 4.172v1.73a.422.422 0 0 0 .843 0z"}),t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M10.733 5.667a3.267 3.267 0 1 0 0 6.533 3.267 3.267 0 0 0 0-6.533m0 4.9a.327.327 0 0 0 0-.654h-.003a.327.327 0 0 0 0 .654zm-.326-1.634a.327.327 0 1 0 .653 0V7.627a.327.327 0 0 0-.653 0z",clipRule:"evenodd"})),Mn=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconMicrophoneMutedByHost_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M12.4 9.348a6.45 6.45 0 0 0-1.537 2.057L4.72 5.259A3.86 3.86 0 0 1 8.53 2a3.87 3.87 0 0 1 3.87 3.871zM1.101 3.466l9.3 9.3a6.45 6.45 0 0 0 .034 2.903c-.561.33-1.208.524-1.907.524a3.87 3.87 0 0 1-3.87-3.87V8.846L.187 4.378a.646.646 0 0 1 .913-.912M16.681 20.571h.081a.7.7 0 0 1-.213 0z"}),t.createElement("path",{fill:"currentColor",d:"M9.173 18.738a6.3 6.3 0 0 0 2.37-.73 6.4 6.4 0 0 1-.675-1.116 4.9 4.9 0 0 1-2.34.592 5.166 5.166 0 0 1-5.161-5.162v-1.29a.645.645 0 0 0-1.29 0v1.29c0 3.337 2.554 6.057 5.806 6.386v2.647a.645.645 0 0 0 1.29 0z"}),t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M16.429 9.143a5 5 0 1 0 0 10 5 5 0 0 0 0-10m0 7.5a.5.5 0 0 0 0-1h-.005a.5.5 0 1 0 0 1zm-.5-2.5a.5.5 0 1 0 1 0v-2a.5.5 0 1 0-1 0z",clipRule:"evenodd"})),c6=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconMicrophoneOff_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M11 8.5v-5a3 3 0 0 0-3-3 2.99 2.99 0 0 0-2.952 2.526l5.908 5.909.005-.033c.02-.132.039-.265.039-.402m2 0v-1a.5.5 0 0 0-1 0v1c0 .442-.09.859-.222 1.257l.779.779c.28-.624.443-1.31.443-2.036M2.244 1.636l12.41 12.411a.5.5 0 1 1-.707.706l-2.583-2.583A4.95 4.95 0 0 1 8.5 13.472V15.5a.5.5 0 0 1-1 0v-2.051C4.98 13.194 3 11.086 3 8.5v-1a.5.5 0 0 1 1 0v1c0 2.206 1.794 4 4 4 1.025 0 1.94-.409 2.646-1.047l-.698-.698A2.96 2.96 0 0 1 8 11.5a3 3 0 0 1-3-3V5.806L1.537 2.343a.5.5 0 0 1 .707-.707",clipRule:"evenodd"})),s6=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconMicrophoneOff_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M15.75 12.625v-6.25A3.75 3.75 0 0 0 12 2.625a3.74 3.74 0 0 0-3.69 3.158l7.385 7.386.007-.049c.024-.163.048-.326.048-.495m2.5 0v-1.25a.625.625 0 0 0-1.25 0v1.25c0 .552-.111 1.074-.277 1.571l.973.973c.35-.779.554-1.636.554-2.544M4.805 4.045l15.512 15.514a.625.625 0 1 1-.883.883l-3.229-3.229a6.2 6.2 0 0 1-3.58 1.627v2.535a.625.625 0 0 1-1.25 0v-2.563c-3.149-.319-5.625-2.955-5.625-6.187v-1.25a.625.625 0 1 1 1.25.001v1.25c0 2.758 2.243 5 5 5 1.281 0 2.425-.511 3.308-1.308l-.873-.873a3.7 3.7 0 0 1-2.435.931 3.75 3.75 0 0 1-3.75-3.75V9.259l-4.329-4.33a.625.625 0 0 1 .884-.884",clipRule:"evenodd"})),i6=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconMicrophoneOff_32",viewBox:"0 0 32 32","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M21 16.833V8.5a5 5 0 0 0-5-5c-2.49 0-4.54 1.827-4.92 4.21l9.847 9.849.01-.065c.031-.218.063-.435.063-.66m3.333 0v-1.666a.834.834 0 0 0-1.666 0v1.666c0 .736-.149 1.432-.37 2.095l1.297 1.297a8.24 8.24 0 0 0 .74-3.392M6.407 5.393 27.089 26.08a.833.833 0 1 1-1.177 1.177l-4.305-4.305a8.26 8.26 0 0 1-4.774 2.169v3.38a.834.834 0 0 1-1.666 0v-3.417c-4.2-.426-7.5-3.94-7.5-8.25v-1.666a.834.834 0 1 1 1.666.001v1.667A6.673 6.673 0 0 0 16 23.5c1.708 0 3.233-.681 4.41-1.744l-1.163-1.164c-.875.76-1.996 1.242-3.247 1.242a5 5 0 0 1-5-5v-4.49L5.228 6.572a.834.834 0 0 1 1.179-1.179",clipRule:"evenodd"})),d6=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconMicrophoneOn_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M11 8.5a3 3 0 1 1-6 0v-5a3 3 0 1 1 6 0zm1-1a.5.5 0 0 1 1 0v1c0 2.586-1.98 4.694-4.5 4.949V15.5a.5.5 0 0 1-1 0v-2.051C4.98 13.194 3 11.086 3 8.5v-1a.5.5 0 0 1 1 0v1c0 2.206 1.794 4 4 4s4-1.794 4-4z",clipRule:"evenodd"})),m6=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconMicrophoneOn_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M15.75 12.625a3.75 3.75 0 0 1-7.5 0v-6.25a3.75 3.75 0 0 1 7.5 0zm1.25-1.25a.625.625 0 0 1 1.25 0v1.25c0 3.232-2.476 5.868-5.625 6.187v2.563a.625.625 0 0 1-1.25 0v-2.563c-3.149-.319-5.625-2.955-5.625-6.187v-1.25a.625.625 0 0 1 1.25 0v1.25c0 2.758 2.243 5 5 5s5-2.242 5-5z",clipRule:"evenodd"})),u6=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconMicrophoneOn_32",viewBox:"0 0 32 32","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M21 16.833a5 5 0 0 1-10 0V8.5a5 5 0 0 1 10 0zm1.667-1.666a.834.834 0 0 1 1.666 0v1.666c0 4.31-3.3 7.824-7.5 8.25V28.5a.834.834 0 0 1-1.666 0v-3.417c-4.199-.426-7.5-3.94-7.5-8.25v-1.666a.834.834 0 0 1 1.666 0v1.666A6.673 6.673 0 0 0 16 23.5a6.673 6.673 0 0 0 6.667-6.667z",clipRule:"evenodd"})),f6=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconMinus_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M13.326 8a.8.8 0 0 1-.8.8H3.474a.8.8 0 1 1 0-1.6h9.05a.8.8 0 0 1 .8.8",clipRule:"evenodd"})),Sn=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconMinus_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M20.071 12a1 1 0 0 1-1 1H4.929a1 1 0 1 1 0-2H19.07a1 1 0 0 1 1 1",clipRule:"evenodd"})),e1=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconMoreHorizontal_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M6 10c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2m12 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2m-6 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2"})),_6=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconMoreVertical_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M6.667 12c0 .733.6 1.333 1.333 1.333s1.333-.6 1.333-1.333-.6-1.333-1.333-1.333-1.333.6-1.333 1.333m0-8c0 .733.6 1.333 1.333 1.333S9.333 4.733 9.333 4 8.733 2.667 8 2.667 6.667 3.267 6.667 4m0 4c0 .733.6 1.333 1.333 1.333S9.333 8.733 9.333 8 8.733 6.667 8 6.667 6.667 7.267 6.667 8"})),Ln=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconMoreVertical_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M12 20a2 2 0 1 0 0-4 2 2 0 0 0 0 4m2-8a2 2 0 1 1-4 0 2 2 0 0 1 4 0m0-6a2 2 0 1 1-4 0 2 2 0 0 1 4 0",clipRule:"evenodd"})),p6=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconMove_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"m5.638 2-2.897.024a.72.72 0 0 0-.717.717L2 5.638a.705.705 0 0 0 .71.71.72.72 0 0 0 .718-.717l.011-1.217 2.872 2.872a.724.724 0 0 0 1.024-.005.724.724 0 0 0 .004-1.023l-2.82-2.82 1.112-.01a.72.72 0 0 0 .717-.718.705.705 0 0 0-.71-.71m0 12-2.897-.024a.72.72 0 0 1-.717-.717L2 10.362a.705.705 0 0 1 .71-.71.72.72 0 0 1 .718.717l.011 1.217 2.872-2.872a.724.724 0 0 1 1.024.004.724.724 0 0 1 .004 1.024l-2.82 2.82 1.112.01a.72.72 0 0 1 .717.717.705.705 0 0 1-.71.71m7.62-11.976L10.363 2a.705.705 0 0 0-.71.71.72.72 0 0 0 .717.718l1.112.01-2.82 2.82a.724.724 0 0 0 .004 1.023.724.724 0 0 0 1.024.005l2.872-2.872.011 1.217a.72.72 0 0 0 .717.717.705.705 0 0 0 .71-.71l-.023-2.897a.72.72 0 0 0-.717-.717M10.363 14l2.897-.024a.72.72 0 0 0 .717-.717L14 10.362a.705.705 0 0 0-.71-.71.72.72 0 0 0-.718.717l-.011 1.217-2.872-2.872a.724.724 0 0 0-1.024.004.724.724 0 0 0-.004 1.024l2.82 2.82-1.112.01a.72.72 0 0 0-.717.717.705.705 0 0 0 .71.71",clipRule:"evenodd"})),An=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconMove_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"m8.457 3-4.345.036a1.08 1.08 0 0 0-1.076 1.076L3 8.457a1.06 1.06 0 0 0 1.066 1.066 1.08 1.08 0 0 0 1.076-1.076l.017-1.826 4.308 4.308a1.085 1.085 0 0 0 1.535-.007c.426-.426.43-1.113.007-1.535l-4.23-4.23 1.668-.015a1.08 1.08 0 0 0 1.076-1.076A1.06 1.06 0 0 0 8.457 3m0 18-4.345-.036a1.08 1.08 0 0 1-1.076-1.076L3 15.543a1.06 1.06 0 0 1 1.066-1.066 1.08 1.08 0 0 1 1.076 1.076l.017 1.825 4.308-4.308a1.085 1.085 0 0 1 1.535.008c.426.426.43 1.113.007 1.534l-4.23 4.23 1.668.016a1.08 1.08 0 0 1 1.076 1.076A1.06 1.06 0 0 1 8.457 21M19.888 3.036 15.543 3a1.06 1.06 0 0 0-1.066 1.066 1.08 1.08 0 0 0 1.076 1.076l1.668.015-4.23 4.23a1.085 1.085 0 0 0 .007 1.535c.426.426 1.113.43 1.535.007l4.308-4.308.017 1.826a1.08 1.08 0 0 0 1.076 1.076A1.06 1.06 0 0 0 21 8.457l-.036-4.345a1.08 1.08 0 0 0-1.076-1.076M15.543 21l4.345-.036a1.08 1.08 0 0 0 1.076-1.076L21 15.543a1.06 1.06 0 0 0-1.066-1.066 1.08 1.08 0 0 0-1.076 1.076l-.017 1.825-4.308-4.308a1.085 1.085 0 0 0-1.535.008 1.085 1.085 0 0 0-.007 1.534l4.23 4.23-1.668.016a1.08 1.08 0 0 0-1.076 1.076A1.06 1.06 0 0 0 15.543 21",clipRule:"evenodd"})),h6=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconNotauthenticated_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M4.25 12.542q1.584 2.18 4.017 2.791 2.432-.612 4.016-2.79 1.584-2.18 1.584-4.84v-4.27l-5.6-2.1-5.6 2.1v4.27q0 2.66 1.584 4.84M8 11.333A.667.667 0 0 0 8 10h-.007a.667.667 0 0 0 0 1.333zM7.333 8a.667.667 0 0 0 1.334 0V5.333a.667.667 0 0 0-1.334 0z",clipRule:"evenodd"})),g6=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconNotauthenticated_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M7.41 16.81Q9.22 19.3 12 20q2.78-.7 4.59-3.19t1.81-5.53V6.4L12 4 5.6 6.4v4.88q0 3.04 1.81 5.53M12 16a.8.8 0 0 0 0-1.6h-.008a.8.8 0 0 0 0 1.6zm-.8-4a.8.8 0 0 0 1.6 0V8.8a.8.8 0 0 0-1.6 0z",clipRule:"evenodd"})),v6=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconNotauthenticated_32",viewBox:"0 0 32 32","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M9.88 22.413q2.413 3.32 6.12 4.254 3.707-.934 6.12-4.254t2.413-7.373V8.533L16 5.333l-8.533 3.2v6.507q0 4.053 2.413 7.373m6.12-1.08a1.067 1.067 0 0 0 0-2.133h-.01a1.067 1.067 0 0 0 0 2.133zM14.933 16a1.067 1.067 0 0 0 2.134 0v-4.267a1.067 1.067 0 0 0-2.134 0z",clipRule:"evenodd"})),w6=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconNotAuthenticated_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M4.25 12.542q1.584 2.18 4.017 2.791 2.432-.612 4.016-2.79 1.584-2.18 1.584-4.84v-4.27l-5.6-2.1-5.6 2.1v4.27q0 2.66 1.584 4.84M8 11.333A.667.667 0 0 0 8 10h-.007a.667.667 0 0 0 0 1.333zM7.333 8a.667.667 0 0 0 1.334 0V5.333a.667.667 0 0 0-1.334 0z",clipRule:"evenodd"})),E6=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconNotAuthenticated_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M7.41 16.81Q9.22 19.3 12 20q2.78-.7 4.59-3.19t1.81-5.53V6.4L12 4 5.6 6.4v4.88q0 3.04 1.81 5.53M12 16a.8.8 0 0 0 0-1.6h-.008a.8.8 0 0 0 0 1.6zm-.8-4a.8.8 0 0 0 1.6 0V8.8a.8.8 0 0 0-1.6 0z",clipRule:"evenodd"})),x6=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconNotAuthenticated_32",viewBox:"0 0 32 32","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M9.88 22.413q2.413 3.32 6.12 4.254 3.707-.934 6.12-4.254t2.413-7.373V8.533L16 5.333l-8.533 3.2v6.507q0 4.053 2.413 7.373m6.12-1.08a1.067 1.067 0 0 0 0-2.133h-.01a1.067 1.067 0 0 0 0 2.133zM14.933 16a1.067 1.067 0 0 0 2.134 0v-4.267a1.067 1.067 0 0 0-2.134 0z",clipRule:"evenodd"})),b6=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconOpenInNew_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M1.589 1.009A1 1 0 0 1 1.7 1h3.5a.7.7 0 1 1 0 1.4H2.4v11.2h11.2v-2.8a.7.7 0 1 1 1.4 0v3.5a.7.7 0 0 1-.7.7H1.7a.7.7 0 0 1-.7-.7V1.7a.7.7 0 0 1 .589-.691"}),t.createElement("path",{fill:"currentColor",d:"M14.398 1H7.977a.601.601 0 0 0-.192 1.172l3.543 1.19-4.53 4.531a.926.926 0 0 0 1.308 1.31l4.53-4.531 1.192 3.544A.601.601 0 0 0 15 8.024V1.602A.6.6 0 0 0 14.398 1"})),Rn=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconOpenInNew_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M11.967 2h9.174a.86.86 0 0 1 .859.86v9.174a.86.86 0 0 1-1.675.274l-1.7-5.062-6.473 6.472a1.323 1.323 0 0 1-1.87-1.87l6.472-6.473-5.062-1.701A.859.859 0 0 1 11.967 2M3 2h5a1 1 0 0 1 0 2H4v16h16v-4a1 1 0 1 1 2 0v5a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1",clipRule:"evenodd"})),k6=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconParticipant_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M11.677 4.909A3.68 3.68 0 0 1 8 8.587a3.68 3.68 0 0 1-3.678-3.678A3.68 3.68 0 0 1 8 1.233a3.68 3.68 0 0 1 3.677 3.676M8 10.158c3.254 0 5.062.762 6.021 1.788l.014.015c.278.295.707.752.885 1.888A1.004 1.004 0 0 1 13.928 15H2.072c-.61 0-1.085-.548-.992-1.151.174-1.114.59-1.567.848-1.848l.026-.029c.953-1.039 2.764-1.814 6.046-1.814",clipRule:"evenodd"})),Nn=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconParticipant_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M16.59 8.595a4.6 4.6 0 0 1-4.596 4.597 4.6 4.6 0 0 1-4.597-4.597A4.6 4.6 0 0 1 11.994 4a4.6 4.6 0 0 1 4.596 4.595m-4.596 6.562c4.068 0 6.328.952 7.527 2.234l.021.023c.346.37.88.943 1.101 2.356a1.254 1.254 0 0 1-1.239 1.439H4.584a1.254 1.254 0 0 1-1.239-1.438c.218-1.396.74-1.962 1.061-2.313l.031-.033c1.191-1.299 3.455-2.268 7.557-2.268",clipRule:"evenodd"})),t1=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconPasswordHide_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M12 7c2.76 0 5 2.24 5 5 0 .65-.13 1.26-.36 1.83l2.92 2.92c1.51-1.26 2.7-2.89 3.43-4.75-1.73-4.39-6-7.5-11-7.5-1.4 0-2.74.25-3.98.7l2.16 2.16C10.74 7.13 11.35 7 12 7M2 4.27l2.28 2.28.46.46A11.8 11.8 0 0 0 1 12c1.73 4.39 6 7.5 11 7.5 1.55 0 3.03-.3 4.38-.84l.42.42L19.73 22 21 20.73 3.27 3zM7.53 9.8l1.55 1.55c-.05.21-.08.43-.08.65 0 1.66 1.34 3 3 3 .22 0 .44-.03.65-.08l1.55 1.55c-.67.33-1.41.53-2.2.53-2.76 0-5-2.24-5-5 0-.79.2-1.53.53-2.2m4.31-.78 3.15 3.15.02-.16c0-1.66-1.34-3-3-3z"})),n1=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconPasswordShow_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M12 4.5C7 4.5 2.73 7.61 1 12c1.73 4.39 6 7.5 11 7.5s9.27-3.11 11-7.5c-1.73-4.39-6-7.5-11-7.5M12 17c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5m0-8c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3"})),C6=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconPause_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M4.79 1A1.79 1.79 0 0 0 3 2.79v10.42a1.79 1.79 0 1 0 3.581 0V2.79A1.79 1.79 0 0 0 4.791 1m7.164 0a1.79 1.79 0 0 0-1.791 1.79v10.42a1.79 1.79 0 1 0 3.581 0V2.79A1.79 1.79 0 0 0 11.954 1",clipRule:"evenodd"})),$n=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconPause_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M7.302 3A2.3 2.3 0 0 0 5 5.302v13.396a2.302 2.302 0 0 0 4.605 0V5.302A2.3 2.3 0 0 0 7.302 3m9.21 0a2.3 2.3 0 0 0-2.303 2.302v13.396a2.302 2.302 0 1 0 4.605 0V5.302A2.3 2.3 0 0 0 16.512 3",clipRule:"evenodd"})),a1=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconPexip_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M3 18.675V21h4.8V2.4H3v2.325h2.541v13.95zm18-13.95V2.4h-4.8V21H21v-2.325h-2.541V4.725z",clipRule:"evenodd"})),l1=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconPexipLogo_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M3 18.675V21h4.8V2.4H3v2.325h2.541v13.95zm18-13.95V2.4h-4.8V21H21v-2.325h-2.541V4.725z",clipRule:"evenodd"})),y6=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconPhone_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M13.733 12.373c-.382.679-1.125 1.154-1.988 1.274-1.66.231-3.792-.788-6.198-3.193-2.94-2.94-3.36-4.993-3.193-6.198.119-.863.595-1.606 1.274-1.988a1.13 1.13 0 0 1 1.532.406l1.293 2.155a1.136 1.136 0 0 1-.171 1.39l-.606.624c.448.728.957 1.345 1.547 1.934a12.6 12.6 0 0 0 1.887 1.558l.675-.621a1.13 1.13 0 0 1 1.386-.168l2.155 1.293c.53.32.71.993.407 1.534"})),qn=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconPhone_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M18.88 17.248c-.459.814-1.35 1.384-2.386 1.528-1.992.278-4.55-.945-7.438-3.831-3.528-3.528-4.03-5.992-3.831-7.438.143-1.035.714-1.927 1.529-2.385a1.356 1.356 0 0 1 1.838.487l1.552 2.586a1.36 1.36 0 0 1-.206 1.668l-.727.749a12.5 12.5 0 0 0 1.857 2.32 15 15 0 0 0 2.264 1.87l.81-.745a1.36 1.36 0 0 1 1.663-.202l2.586 1.552c.638.384.852 1.191.489 1.84"})),B6=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconPhoneHorisontal_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M1.361 9.69c-.2-.714-.02-1.534.48-2.195.963-1.273 3.083-2.022 6.32-2.023 3.958 0 5.621 1.1 6.32 2.022.501.66.68 1.48.48 2.195a1.076 1.076 0 0 1-1.304.758l-2.32-.58a1.08 1.08 0 0 1-.82-1.05l-.012-.828a10 10 0 0 0-2.343-.26c-.793-.001-1.552.072-2.318.22l-.037.873c.002.493-.335.925-.82 1.046l-2.32.58a1.08 1.08 0 0 1-1.306-.758"})),z6=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconPhoneHorisontal_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M1.282 13.967c-.317-1.135-.03-2.438.764-3.49 1.53-2.022 4.9-3.213 10.046-3.214 6.29 0 8.934 1.747 10.046 3.213.796 1.05 1.081 2.355.763 3.49a1.71 1.71 0 0 1-2.073 1.204l-3.688-.921a1.72 1.72 0 0 1-1.304-1.67l-.02-1.316a15.7 15.7 0 0 0-3.723-.414c-1.261 0-2.467.116-3.685.352l-.058 1.387a1.71 1.71 0 0 1-1.303 1.662l-3.688.923a1.717 1.717 0 0 1-2.077-1.206"})),I6=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconPhoneHorisontal_32",viewBox:"0 0 32 32","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M2.603 18.46c-.397-1.42-.039-3.048.955-4.363 1.91-2.528 6.124-4.017 12.557-4.019 7.863 0 11.168 2.184 12.557 4.018.995 1.313 1.352 2.942.954 4.361a2.14 2.14 0 0 1-2.591 1.506l-4.61-1.152a2.15 2.15 0 0 1-1.63-2.087l-.024-1.645c-1.573-.374-3.078-.519-4.655-.517a24 24 0 0 0-4.606.44l-.073 1.733a2.14 2.14 0 0 1-1.629 2.078l-4.61 1.153a2.146 2.146 0 0 1-2.595-1.507"})),M6=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconPhoneTalk_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M7.119 1.67a.46.46 0 0 1 .357-.546 5.95 5.95 0 0 1 5.214 1.42 5.95 5.95 0 0 1 1.888 5.062.46.46 0 1 1-.916-.105 5.02 5.02 0 0 0-1.594-4.277 5.03 5.03 0 0 0-4.404-1.197.46.46 0 0 1-.545-.357M12.61 13.08c-.388.69-1.144 1.174-2.023 1.296-1.689.235-3.858-.802-6.306-3.249C1.289 8.136.863 6.047 1.03 4.821c.122-.878.606-1.634 1.297-2.022a1.15 1.15 0 0 1 1.559.413l1.316 2.192a1.156 1.156 0 0 1-.174 1.415l-.617.634c.456.741.974 1.369 1.574 1.968.6.6 1.228 1.118 1.92 1.585l.687-.632a1.15 1.15 0 0 1 1.41-.17l2.193 1.315c.54.325.723 1.01.414 1.56"}),t.createElement("path",{fill:"currentColor",d:"M7.388 3.785a.461.461 0 1 0 .353.853 2.49 2.49 0 0 1 2.625.451c.705.643.974 1.653.69 2.573a.461.461 0 0 0 .88.274 3.42 3.42 0 0 0-.948-3.528 3.42 3.42 0 0 0-3.6-.623"})),Hn=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconPhoneTalk_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M11.284 4.835a.55.55 0 0 1 .425-.649c2.22-.46 4.54.168 6.207 1.69a7.09 7.09 0 0 1 2.248 6.026.548.548 0 1 1-1.09-.125 5.98 5.98 0 0 0-1.898-5.09 5.98 5.98 0 0 0-5.243-1.427.55.55 0 0 1-.649-.425M17.822 18.418c-.463.823-1.363 1.398-2.408 1.543-2.011.28-4.594-.954-7.508-3.867-3.562-3.56-4.07-6.047-3.868-7.507.144-1.045.72-1.945 1.543-2.408a1.37 1.37 0 0 1 1.856.492l1.566 2.61a1.376 1.376 0 0 1-.207 1.684l-.734.755c.543.882 1.16 1.63 1.874 2.343a15.3 15.3 0 0 0 2.286 1.887l.817-.752a1.37 1.37 0 0 1 1.68-.204l2.61 1.566c.643.388.86 1.203.493 1.858"}),t.createElement("path",{fill:"currentColor",d:"M11.605 7.354a.55.55 0 1 0 .42 1.014 2.97 2.97 0 0 1 3.125.538 2.97 2.97 0 0 1 .82 3.063.55.55 0 0 0 1.05.326 4.07 4.07 0 0 0-1.13-4.2 4.07 4.07 0 0 0-4.285-.741"})),S6=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconPin_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M9.435.525a.7.7 0 0 1 .99 0l5.05 5.05a.7.7 0 1 1-.99.99l-1.134-1.134-2.938 3.905q.161.516.207 1.044c.106 1.22-.277 2.348-1.064 3.135l-3.04-3.04L4.04 12.95a.7.7 0 0 1-.99-.99l2.475-2.475-3.04-3.04C3.272 5.656 4.4 5.273 5.62 5.38c.35.03.701.1 1.044.208L10.57 2.65 9.435 1.515a.7.7 0 0 1 0-.99",clipRule:"evenodd"})),On=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconPin_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M10.145 8.607a7 7 0 0 0-1.473-.279c-1.724-.132-3.325.425-4.45 1.55l4.242 4.243-3.535 3.536a1 1 0 1 0 1.414 1.414l3.536-3.536 4.242 4.243c1.126-1.125 1.683-2.726 1.55-4.45a7 7 0 0 0-.278-1.473l4.21-5.565 1.59 1.589a1 1 0 0 0 1.414-1.415L19.07 4.93l-3.535-3.536a1 1 0 0 0-1.415 1.415l1.589 1.588z",clipRule:"evenodd"})),L6=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconPlay_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"m14.087 8.999-8.543 4.876a1.15 1.15 0 0 1-1.721-.999V3.124a1.15 1.15 0 0 1 1.72-.999l8.542 4.877a1.15 1.15 0 0 1 .002 1.997"})),Pn=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconPlay_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M21.13 13.498 8.317 20.812c-1.152.657-2.582-.174-2.582-1.498V4.686c0-1.324 1.43-2.155 2.58-1.498l12.814 7.314c1.162.662 1.162 2.334.003 2.996"})),A6=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconPlayRound_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14m2.05-6.567a.5.5 0 0 0 0-.866l-2.7-1.559a.5.5 0 0 0-.75.433V9.56a.5.5 0 0 0 .75.433z",clipRule:"evenodd"})),Vn=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconPlayRound_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10m-1.25-6.969 4.5-2.598a.5.5 0 0 0 0-.866l-4.5-2.598a.5.5 0 0 0-.75.433v5.196a.5.5 0 0 0 .75.433",clipRule:"evenodd"})),R6=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconPlus_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M8.8 3.475a.8.8 0 0 0-1.6 0V7.2H3.475a.8.8 0 0 0 0 1.6H7.2v3.725a.8.8 0 1 0 1.6 0V8.8h3.725a.8.8 0 1 0 0-1.6H8.8z",clipRule:"evenodd"})),Tn=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconPlus_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M19.071 13a1 1 0 1 0 0-2H13V4.929a1 1 0 1 0-2 0V11H4.929a1 1 0 1 0 0 2h6.07v6.071a1 1 0 1 0 2 0V13z",clipRule:"evenodd"})),N6=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconPresentationOff_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M2.244.636a.5.5 0 0 0-.707.707l.787.787A1.99 1.99 0 0 0 1 4v6a2 2 0 0 0 2 2h9.193l1.754 1.754a.5.5 0 0 0 .708 0 .5.5 0 0 0 0-.707zM3 10.5a.5.5 0 0 1-.5-.5V4a.5.5 0 0 1 .5-.5h.694l6.999 7zm7.333 2.5H5.667l-.447 1.342a.5.5 0 0 0 .474.658h4.613a.5.5 0 0 0 .474-.658zM5.022 2H13a2 2 0 0 1 2 2v6c0 .547-.221 1.042-.576 1.403l-1.062-1.062A.5.5 0 0 0 13.5 10V4a.5.5 0 0 0-.5-.5H6.522z",clipRule:"evenodd"})),Wn=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconPresentationOff_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M14.75 19h-5.5l-.726 2.177a.625.625 0 0 0 .593.823h5.766a.625.625 0 0 0 .593-.823zM4.124 2.24a.625.625 0 0 0-.884.884l1.032 1.032A2.58 2.58 0 0 0 2.5 6.6v8.8A2.6 2.6 0 0 0 5.1 18h13.016l1.969 1.97a.623.623 0 0 0 .884 0 .625.625 0 0 0 0-.884zM5.1 16a.6.6 0 0 1-.6-.6V6.6a.6.6 0 0 1 .6-.6h1.017l9.999 10zM18.9 4H7.652l2 2H18.9a.6.6 0 0 1 .6.6v8.8a.6.6 0 0 1-.115.334l1.422 1.422A2.59 2.59 0 0 0 21.5 15.4V6.6A2.6 2.6 0 0 0 18.9 4"})),$6=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconPresentationOn_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M3 2h10a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2m10 9a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1zm0-7H3v6h10zm-2.667 9H5.667l-.447 1.342a.5.5 0 0 0 .474.658h4.613a.5.5 0 0 0 .474-.658z",clipRule:"evenodd"})),Dn=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconPresentationOn_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M14.75 19h-5.5l-.726 2.177a.625.625 0 0 0 .593.823h5.766a.625.625 0 0 0 .593-.823zM18.9 4H5.1a2.6 2.6 0 0 0-2.6 2.6v8.8A2.6 2.6 0 0 0 5.1 18h13.8a2.6 2.6 0 0 0 2.6-2.6V6.6A2.6 2.6 0 0 0 18.9 4M20 15.4a1.1 1.1 0 0 1-1.1 1.1H5.1A1.1 1.1 0 0 1 4 15.4V6.6a1.1 1.1 0 0 1 1.1-1.1h13.8A1.1 1.1 0 0 1 20 6.6zM5.5 15h13V7h-13z"})),q6=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconRaiseHand_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M14.33 5.845c-.485-.13-.988.145-1.122.614l-.73 2.551-.88-.235 1.46-5.101a.88.88 0 0 0-.635-1.086c-.486-.13-.99.146-1.123.615L9.838 8.304l-.88-.236 1.704-5.951a.88.88 0 0 0-.636-1.085c-.486-.13-.989.146-1.124.616l-1.704 5.95-.88-.235 1.462-5.1a.88.88 0 0 0-.636-1.087c-.486-.13-.99.146-1.124.616l-2.028 7.08c-.107.374-.626.376-.716-.003-.07-.296-.288-1.399-.443-2.19-.092-.474-.556-.79-1.049-.717A.9.9 0 0 0 1 6.846c.003.677.014 1.686.053 2.528.149 3.283 3.498 4.8 5.123 5.235 2.002.536 3.937.598 5.397-.303 1.005-.619 1.8-1.813 2.182-3.146l1.211-4.231a.877.877 0 0 0-.635-1.084"})),H6=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconRaiseHand_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M21.947 8.959a1.433 1.433 0 0 0-1.764 1.01l-1.149 4.19-1.382-.386 2.295-8.38a1.45 1.45 0 0 0-1-1.784 1.433 1.433 0 0 0-1.765 1.01L14.887 13l-1.383-.386 2.679-9.778a1.45 1.45 0 0 0-1-1.783 1.433 1.433 0 0 0-1.765 1.01L10.74 11.84l-1.382-.386 2.295-8.381a1.45 1.45 0 0 0-1-1.783 1.43 1.43 0 0 0-1.764 1.01c-.21.772-3.018 11.016-3.186 11.632s-.985.618-1.125-.005c-.11-.485-.453-2.297-.696-3.597a1.455 1.455 0 0 0-1.65-1.178A1.46 1.46 0 0 0 1 10.602c.005 1.113.023 2.77.083 4.154.234 5.393 5.498 7.887 8.05 8.601 3.147.88 6.187.983 8.482-.495 1.58-1.018 2.828-2.979 3.428-5.168l1.905-6.952a1.45 1.45 0 0 0-1-1.783"})),O6=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconRaiseHand_32",viewBox:"0 0 32 32","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M28.058 11.484c-.926-.273-1.883.305-2.14 1.289l-1.391 5.343-1.676-.492s2.527-9.705 2.782-10.689-.287-2.002-1.213-2.274c-.925-.273-1.883.305-2.139 1.289l-2.782 10.688-1.676-.493 3.247-12.47c.257-.983-.287-2.001-1.212-2.274-.926-.273-1.883.305-2.14 1.289l-3.245 12.467-1.676-.493S15.324 4.96 15.58 3.976s-.285-2.002-1.21-2.274c-.926-.273-1.885.305-2.14 1.289L8.367 17.825c-.204.785-1.193.788-1.364-.006-.134-.618-.549-2.93-.843-4.588-.177-.991-1.061-1.656-2-1.502-.862.14-1.498.924-1.493 1.85.006 1.42.027 3.533.1 5.298.284 6.879 6.664 10.06 9.758 10.97 3.815 1.122 7.499 1.254 10.28-.632 1.915-1.298 3.43-3.799 4.157-6.59l2.308-8.867c.256-.984-.287-2.003-1.212-2.274"})),P6=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconRecording_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M2 3C.895 3 0 3.876 0 4.956v7.088C0 13.124.895 14 2 14h12c1.105 0 2-.876 2-1.956V4.956C16 3.876 15.105 3 14 3zm11.253 4.822h.997a1.9 1.9 0 0 0-.219-.697 1.7 1.7 0 0 0-.437-.515 1.9 1.9 0 0 0-.617-.322 2.5 2.5 0 0 0-.751-.11q-.616 0-1.107.274a1.97 1.97 0 0 0-.78.79q-.285.519-.286 1.258 0 .738.282 1.256.285.519.775.793.492.273 1.116.273.448 0 .803-.13.359-.132.615-.358.26-.227.412-.514a1.7 1.7 0 0 0 .194-.6l-.997-.005a.92.92 0 0 1-.342.563 1 1 0 0 1-.303.148q-.168.05-.367.05-.352 0-.621-.167a1.1 1.1 0 0 1-.42-.497q-.147-.329-.147-.812 0-.47.148-.8.147-.33.416-.502.27-.175.631-.175.201 0 .372.055a1 1 0 0 1 .305.16q.132.103.216.251a.9.9 0 0 1 .112.333M6.208 6.24v4.52H9.36v-.788H7.194v-1.08H9.19v-.787H7.194V7.028h2.157V6.24zM2 10.76V6.24h1.84q.528 0 .902.183.375.18.571.514.2.33.199.78 0 .45-.2.774a1.3 1.3 0 0 1-.624.513l.99 1.756H4.589l-.883-1.602h-.72v1.602zm.986-2.37h.67q.282 0 .469-.075a.55.55 0 0 0 .278-.226.7.7 0 0 0 .093-.373.7.7 0 0 0-.093-.38.57.57 0 0 0-.28-.233 1.2 1.2 0 0 0-.472-.082h-.665z",clipRule:"evenodd"})),jn=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconRecording_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M3 3C1.343 3 0 4.433 0 6.2v11.6C0 19.567 1.343 21 3 21h18c1.657 0 3-1.433 3-3.2V6.2C24 4.433 22.657 3 21 3zm16.879 7.891h1.496a3.3 3.3 0 0 0-.328-1.141 2.7 2.7 0 0 0-.656-.842 2.8 2.8 0 0 0-.925-.527 3.4 3.4 0 0 0-1.128-.181q-.922 0-1.66.448-.738.444-1.168 1.293T15.08 12q0 1.207.423 2.055.427.85 1.162 1.297.738.448 1.673.448.673 0 1.206-.213a2.89 2.89 0 0 0 1.54-1.427q.232-.473.291-.982l-1.496-.008a1.6 1.6 0 0 1-.185.528 1.4 1.4 0 0 1-.328.393 1.4 1.4 0 0 1-.454.243 1.8 1.8 0 0 1-.55.082q-.53 0-.932-.274-.404-.275-.629-.813-.222-.538-.222-1.329 0-.77.222-1.308.222-.54.625-.823.403-.285.946-.286.3 0 .557.09.26.092.458.26.198.17.325.413.126.238.167.545M9.313 8.301V15.7h4.727v-1.29h-3.248v-1.766h2.992v-1.29h-2.992V9.591h3.235V8.3zM3 15.7V8.3h2.76q.793 0 1.353.3.563.296.857.842.297.54.297 1.275 0 .736-.3 1.268a2 2 0 0 1-.935.839l1.485 2.874H6.884l-1.325-2.623h-1.08V15.7zm1.48-3.88h1.003q.424 0 .704-.122a.85.85 0 0 0 .417-.369q.14-.246.14-.61 0-.369-.14-.622a.88.88 0 0 0-.42-.383q-.28-.133-.707-.133h-.998z",clipRule:"evenodd"})),V6=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconRefresh_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M7.626 1.631c1.663 0 4.235 1.205 5.595 2.333l.861-2.643A.471.471 0 0 1 15 1.48l-.035 5.078a.474.474 0 0 1-.475.472l-5.037-.035a.476.476 0 0 1-.144-.928l2.312-.784.003.003.456-.156c-1.613-1.218-3.14-1.828-4.454-1.828-2.745 0-4.976 2.248-4.976 5.014s2.23 5.013 4.976 5.013a4.92 4.92 0 0 0 4.624-3.163l.025-.066.026-.072.16-.423a.816.816 0 0 1 1.054-.48c.423.161.604.64.476 1.063l-.053.143C13.089 13.037 10.594 15 7.626 15 3.96 15 1 12.009 1 8.316S3.96 1.63 7.626 1.63"})),Fn=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconRefresh_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M11.519 3.812c2.138 0 5.445 1.548 7.194 3l1.107-3.4a.606.606 0 0 1 1.18.205l-.045 6.529a.61.61 0 0 1-.61.607l-6.476-.045a.61.61 0 0 1-.596-.517.61.61 0 0 1 .41-.676l2.973-1.008.003.004.587-.201c-2.073-1.567-4.038-2.35-5.727-2.35-3.53 0-6.397 2.89-6.397 6.446s2.868 6.446 6.397 6.446a6.33 6.33 0 0 0 5.945-4.066l.032-.086.033-.093h.002l.204-.543a1.05 1.05 0 0 1 1.356-.617c.543.207.776.823.612 1.367l-.069.183C18.544 18.477 15.335 21 11.52 21 6.806 21 3 17.154 3 12.406s3.806-8.594 8.519-8.594"})),o1=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconRemoteControl_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M15 9H9c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h6c.55 0 1-.45 1-1V10c0-.55-.45-1-1-1m-3 6c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2M7.05 6.05l1.41 1.41a5.02 5.02 0 0 1 7.08 0l1.41-1.41A6.98 6.98 0 0 0 12 4c-1.93 0-3.68.78-4.95 2.05M12 0C8.96 0 6.21 1.23 4.22 3.22l1.41 1.41A9 9 0 0 1 12 2c2.49 0 4.74 1.01 6.36 2.64l1.41-1.41C17.79 1.23 15.04 0 12 0"})),T6=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconSearch_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M11.006 9.805h-.633l-.224-.216a5.18 5.18 0 0 0 1.257-3.386 5.203 5.203 0 1 0-5.203 5.203 5.18 5.18 0 0 0 3.386-1.257l.216.224v.633L13.807 15 15 13.807zm-4.803 0a3.597 3.597 0 0 1-3.602-3.602 3.597 3.597 0 0 1 3.602-3.602 3.597 3.597 0 0 1 3.602 3.602 3.597 3.597 0 0 1-3.602 3.602"})),Un=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconSearch_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M15.5 14h-.79l-.28-.27A6.47 6.47 0 0 0 16 9.5 6.5 6.5 0 1 0 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14"})),W6=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconSend_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M1 14v-4l6-2-6-2V2l15 6z"})),Gn=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconSend_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M3 20v-6l8-2-8-2V4l19 8z"})),D6=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconSettings_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"m14.571 6.939-1.095-.156a1.11 1.11 0 0 1-.872-.681l-.005-.012a1.12 1.12 0 0 1 .134-1.101l.664-.885a.5.5 0 0 0-.046-.654l-.802-.8a.5.5 0 0 0-.654-.046l-.885.664a1.11 1.11 0 0 1-1.112.129 1.12 1.12 0 0 1-.68-.872l-.157-1.096A.5.5 0 0 0 8.566 1H7.434a.5.5 0 0 0-.495.429l-.157 1.096c-.056.391-.315.72-.68.872l-.012.004a1.12 1.12 0 0 1-1.101-.134l-.885-.664a.5.5 0 0 0-.653.047l-.801.801a.5.5 0 0 0-.047.653l.664.885c.238.318.287.735.134 1.101l-.004.012a1.12 1.12 0 0 1-.872.68l-1.096.157A.5.5 0 0 0 1 7.434v1.133a.5.5 0 0 0 .429.495l1.095.156a1.11 1.11 0 0 1 .877.692c.153.366.104.783-.134 1.101l-.664.885a.5.5 0 0 0 .046.654l.801.801a.5.5 0 0 0 .654.046l.885-.664a1.11 1.11 0 0 1 1.101-.134l.012.005c.365.151.625.481.681.872l.156 1.095a.5.5 0 0 0 .495.429h1.133a.5.5 0 0 0 .495-.429l.156-1.095c.056-.391.315-.721.681-.872l.012-.005a1.12 1.12 0 0 1 1.101.134l.885.664a.5.5 0 0 0 .654-.046l.801-.801a.5.5 0 0 0 .046-.654l-.664-.885A1.11 1.11 0 0 1 12.6 9.91l.005-.012c.151-.365.481-.625.872-.681l1.095-.156A.5.5 0 0 0 15 8.566V7.434a.5.5 0 0 0-.429-.495M8 10.5a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5"})),Xn=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconSettings_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"m21.387 10.484-1.565-.224a1.6 1.6 0 0 1-1.246-.972l-.007-.016a1.59 1.59 0 0 1 .192-1.572l.948-1.265a.716.716 0 0 0-.066-.934l-1.144-1.144a.714.714 0 0 0-.934-.066l-1.265.948a1.6 1.6 0 0 1-1.572.192l-.016-.007a1.59 1.59 0 0 1-.972-1.246l-.223-1.565A.715.715 0 0 0 12.809 2h-1.618a.714.714 0 0 0-.707.613l-.224 1.565a1.6 1.6 0 0 1-.972 1.246l-.016.006a1.6 1.6 0 0 1-1.573-.191L6.435 4.29a.714.714 0 0 0-.934.067L4.357 5.501a.714.714 0 0 0-.067.934L5.238 7.7c.34.453.409 1.049.192 1.572l-.006.016a1.59 1.59 0 0 1-1.246.972l-1.565.224a.71.71 0 0 0-.613.707v1.618c0 .356.261.657.613.707l1.565.224c.559.08 1.03.451 1.246.972l.007.016a1.59 1.59 0 0 1-.192 1.572l-.949 1.265a.716.716 0 0 0 .066.934L5.5 19.643c.251.251.649.28.934.066l1.265-.948a1.6 1.6 0 0 1 1.572-.192l.016.007c.522.216.892.687.972 1.246l.224 1.565a.715.715 0 0 0 .708.613h1.618a.71.71 0 0 0 .707-.613l.224-1.565c.08-.559.451-1.03.972-1.246l.016-.007a1.59 1.59 0 0 1 1.572.192l1.265.948a.716.716 0 0 0 .934-.066l1.144-1.144a.714.714 0 0 0 .066-.934l-.948-1.264a1.59 1.59 0 0 1-.192-1.572l.007-.016a1.59 1.59 0 0 1 1.246-.972l1.565-.224a.715.715 0 0 0 .613-.708v-1.618a.71.71 0 0 0-.613-.707M12 15.75a3.75 3.75 0 1 1 0-7.5 3.75 3.75 0 0 1 0 7.5"})),j6=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconSettingsMeeting_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"m14.347 4.478.47.067a.214.214 0 0 1 .183.212v.486a.214.214 0 0 1-.183.212l-.47.067a.48.48 0 0 0-.376.297.48.48 0 0 0 .058.471l.284.38a.214.214 0 0 1-.02.28l-.343.343a.215.215 0 0 1-.28.02l-.38-.285a.48.48 0 0 0-.471-.057l-.005.002a.48.48 0 0 0-.292.374l-.067.47a.214.214 0 0 1-.212.183h-.486a.214.214 0 0 1-.212-.184l-.067-.47a.48.48 0 0 0-.291-.373l-.006-.002a.48.48 0 0 0-.471.057l-.38.285a.214.214 0 0 1-.28-.02l-.343-.343a.215.215 0 0 1-.02-.28l.285-.38a.48.48 0 0 0 .055-.476.48.48 0 0 0-.374-.292l-.47-.067A.214.214 0 0 1 9 5.243v-.486c0-.106.078-.197.184-.212l.47-.067a.48.48 0 0 0 .373-.291l.002-.006a.48.48 0 0 0-.057-.471l-.285-.38a.214.214 0 0 1 .02-.28l.343-.343a.214.214 0 0 1 .28-.02l.38.285a.48.48 0 0 0 .471.057h.003l.003-.002a.48.48 0 0 0 .291-.373l.067-.47A.214.214 0 0 1 11.757 2h.486c.106 0 .197.078.212.184l.067.47a.48.48 0 0 0 .296.375.48.48 0 0 0 .472-.057l.38-.285a.214.214 0 0 1 .28.02l.343.343a.215.215 0 0 1 .02.28l-.285.38a.48.48 0 0 0-.057.471l.002.006a.48.48 0 0 0 .374.291M10.929 5a1.071 1.071 0 1 0 2.142 0 1.071 1.071 0 0 0-2.142 0M7.98 5H2.031C.911 5 0 5.934 0 7.083v5.834C0 14.066.911 15 2.031 15h8.938c1.12 0 2.031-.934 2.031-2.083V9.259q-.341.056-.697.056A4.32 4.32 0 0 1 7.98 5m.437 3.645a1.993 1.993 0 0 1-1.99 1.991 1.993 1.993 0 0 1-1.991-1.99c0-1.098.893-1.991 1.99-1.991 1.098 0 1.991.893 1.991 1.99m-1.99 2.843c1.762 0 2.74.412 3.26.967l.01.01c.149.16.38.408.476 1.02a.543.543 0 0 1-.537.624H3.217a.543.543 0 0 1-.537-.623c.095-.604.32-.85.46-1.002l.013-.014c.516-.563 1.497-.982 3.274-.982",clipRule:"evenodd"})),Qn=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconSettingsMeeting_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M3.125 7h8.894A6.5 6.5 0 0 0 20 12.826v6.049A3.13 3.13 0 0 1 16.875 22H3.125A3.13 3.13 0 0 1 0 18.875v-8.75A3.13 3.13 0 0 1 3.125 7m6.539 7.987a2.997 2.997 0 0 0 2.994-2.994A2.997 2.997 0 0 0 9.664 9a2.997 2.997 0 0 0-2.994 2.993 2.997 2.997 0 0 0 2.994 2.994m4.903 2.735c-.781-.835-2.253-1.455-4.903-1.455-2.672 0-4.146.631-4.922 1.477l-.02.022c-.21.228-.55.597-.692 1.506-.076.49.311.937.808.937h9.652a.817.817 0 0 0 .807-.937c-.143-.92-.491-1.293-.716-1.535z",clipRule:"evenodd"}),t.createElement("path",{fill:"currentColor",d:"m22.724 5.818-.704-.1a.72.72 0 0 1-.564-.446.72.72 0 0 1 .087-.708l.427-.569a.32.32 0 0 0-.03-.42l-.516-.514a.32.32 0 0 0-.42-.03l-.569.427a.72.72 0 0 1-.715.083.72.72 0 0 1-.437-.56l-.1-.705a.32.32 0 0 0-.32-.276h-.727a.32.32 0 0 0-.318.276l-.101.704a.72.72 0 0 1-.437.56q-.004.003-.008.003a.72.72 0 0 1-.708-.086l-.569-.426a.32.32 0 0 0-.42.03l-.514.515a.32.32 0 0 0-.03.42l.426.568a.72.72 0 0 1 .086.708l-.002.008a.72.72 0 0 1-.56.437l-.705.1a.32.32 0 0 0-.276.32v.728c0 .16.118.295.276.318l.704.1a.72.72 0 0 1 .563.445.72.72 0 0 1-.086.708l-.427.569a.32.32 0 0 0 .03.42l.515.515a.32.32 0 0 0 .42.03l.57-.427a.72.72 0 0 1 .707-.086q.004 0 .008.003c.235.097.402.309.438.56l.1.704a.32.32 0 0 0 .318.276h.729c.16 0 .295-.118.318-.276l.1-.704a.72.72 0 0 1 .438-.56l.008-.004a.72.72 0 0 1 .707.087l.57.427a.32.32 0 0 0 .42-.03l.515-.515a.32.32 0 0 0 .03-.42l-.428-.57a.72.72 0 0 1-.086-.707l.003-.008a.72.72 0 0 1 .56-.438l.705-.1A.32.32 0 0 0 23 6.864v-.728a.32.32 0 0 0-.276-.318M18.5 8.108a1.607 1.607 0 1 1 0-3.215 1.607 1.607 0 0 1 0 3.214"})),F6=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconShare_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M3.8 3A2.8 2.8 0 0 0 1 5.8v4.667a2.8 2.8 0 0 0 2.8 2.8h3.57V8.2L5.092 9.504c-.179.104-.398.042-.515-.146a.53.53 0 0 1 .043-.61l3.09-3.562a.382.382 0 0 1 .58 0l3.09 3.562c.142.163.16.421.043.61-.116.185-.334.25-.514.146L8.63 8.2v5.067h3.57a2.8 2.8 0 0 0 2.8-2.8V5.8A2.8 2.8 0 0 0 12.2 3z"})),Kn=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconShare_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M4.8 3A4.8 4.8 0 0 0 0 7.8v8.4A4.8 4.8 0 0 0 4.8 21h6.12v-8.883l-3.906 2.287c-.306.182-.682.072-.882-.258a.94.94 0 0 1 .074-1.068l5.297-6.245c.263-.31.73-.31.993 0l5.298 6.245a.94.94 0 0 1 .074 1.068c-.198.326-.572.44-.882.258l-3.906-2.287V21h6.12a4.8 4.8 0 0 0 4.8-4.8V7.8A4.8 4.8 0 0 0 19.2 3z"})),U6=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconShield_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M3.584 12.209Q5.168 14.387 7.6 15q2.432-.613 4.016-2.791Q13.2 10.029 13.2 7.37V3.1L7.6 1 2 3.1v4.27q0 2.66 1.584 4.839m6.332-6.091a.402.402 0 1 1 .569.569L7.289 9.882a.4.4 0 0 1-.57 0L5.119 8.28a.402.402 0 1 1 .569-.569L7.004 9.03z",clipRule:"evenodd"})),Zn=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconShield_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M6.263 18.013Q8.525 21.124 12 22q3.476-.875 5.738-3.988T20 11.1V5l-8-3-8 3v6.1q0 3.8 2.263 6.913m9.34-9.807a.703.703 0 1 1 .995.996l-5.592 5.591a.704.704 0 0 1-.996 0L7.207 11.99a.703.703 0 1 1 .995-.996l2.306 2.307z",clipRule:"evenodd"})),G6=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconShuffle_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"m8.872 1.966 2.792.912L1.58 12.673a.943.943 0 0 0 0 1.363 1.01 1.01 0 0 0 1.402 0L13.066 4.24l.938 2.712c.08.232.325.373.567.333a.5.5 0 0 0 .43-.49V1.496A.503.503 0 0 0 14.488 1H9.035a.51.51 0 0 0-.505.416c-.04.24.104.473.342.55m5.133 7.08-.938 2.713-2.835-2.754a1.01 1.01 0 0 0-1.402 0 .943.943 0 0 0 0 1.362l2.835 2.754-2.792.912a.5.5 0 0 0-.342.55c.04.242.254.417.503.417h5.455c.283 0 .51-.222.51-.496v-5.3a.5.5 0 0 0-.428-.49.51.51 0 0 0-.566.333M1.287 1.686a.944.944 0 0 0 .007 1.362l3.93 3.778c.39.374 1.018.371 1.403-.007a.944.944 0 0 0-.007-1.363L2.69 1.677a1.01 1.01 0 0 0-1.403.008",clipRule:"evenodd"})),Yn=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconShuffle_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"m13.121 4.312 3.59 1.237L3.746 18.842a1.33 1.33 0 0 0 0 1.85 1.25 1.25 0 0 0 1.803 0L18.514 7.396l1.206 3.681a.66.66 0 0 0 .728.452.67.67 0 0 0 .552-.665V3.673A.664.664 0 0 0 20.343 3H13.33a.664.664 0 0 0-.649.565.675.675 0 0 0 .44.747m6.6 9.608-1.207 3.681-3.644-3.737a1.25 1.25 0 0 0-1.803 0 1.33 1.33 0 0 0 0 1.849l3.644 3.737-3.589 1.237a.68.68 0 0 0-.44.747.66.66 0 0 0 .648.566h7.013c.363 0 .657-.3.657-.673v-7.192a.67.67 0 0 0-.551-.666.655.655 0 0 0-.728.451M3.369 3.93a1.33 1.33 0 0 0 .01 1.849l5.052 5.126c.5.508 1.308.504 1.803-.01a1.33 1.33 0 0 0-.01-1.849L5.173 3.92a1.253 1.253 0 0 0-1.803.01",clipRule:"evenodd"})),X6=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconSort_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M7.833 6.352 4.843 3.39a.6.6 0 0 0-.845 0l-2.99 2.962a.59.59 0 0 0 0 .837.6.6 0 0 0 .846 0l1.992-1.973v6.967c0 .332.272.6.606.6a.603.603 0 0 0 .606-.6V5.278l1.93 1.911a.6.6 0 0 0 .845 0 .59.59 0 0 0 0-.837M7.834 9.648l2.989 2.962a.6.6 0 0 0 .845 0l2.99-2.962a.59.59 0 0 0 0-.837.6.6 0 0 0-.845 0l-1.993 1.973V3.817c0-.331-.27-.6-.606-.6a.603.603 0 0 0-.605.6v6.905l-1.93-1.911a.6.6 0 0 0-.845 0 .59.59 0 0 0 0 .837"})),Jn=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconSort_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M12 14.355a.84.84 0 0 1 0-1.196.86.86 0 0 1 1.208 0l2.757 2.73V6.025c0-.474.387-.857.865-.858.478 0 .866.384.866.858v9.952l2.846-2.818a.86.86 0 0 1 1.208 0 .84.84 0 0 1 0 1.196l-4.271 4.23a.86.86 0 0 1-1.207 0zM2.25 10.841a.84.84 0 0 1 0-1.196l4.271-4.23a.86.86 0 0 1 1.208 0L12 9.644a.84.84 0 0 1 0 1.196.86.86 0 0 1-1.208 0l-2.757-2.73v9.865a.86.86 0 0 1-.865.857.86.86 0 0 1-.865-.857V8.023L3.458 10.84a.86.86 0 0 1-1.208 0"})),Q6=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconSpeakerDisabled_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M2.037 1.636a.5.5 0 0 1 .707 0l12.408 12.411a.5.5 0 0 1-.707.707l-1.02-1.021a7 7 0 0 1-.637.524.599.599 0 1 1-.702-.972 3 3 0 0 0 .324-.283q.072-.07.146-.138l-1.473-1.473a4.3 4.3 0 0 1-.929.616.6.6 0 0 1-.509-1.087c.216-.101.409-.233.592-.376L7.5 7.807v5.526a.666.666 0 0 1-1.2.4l-2.27-3.028-2.19-.438A1.67 1.67 0 0 1 .5 8.633V7.366c0-.794.561-1.478 1.34-1.634l2.189-.438.411-.548-2.403-2.403a.5.5 0 0 1 0-.707M14.8 8c0 1.19-.34 2.339-.94 3.338l.874.874A7.7 7.7 0 0 0 16 8a7.75 7.75 0 0 0-3.21-6.257.599.599 0 1 0-.702.972A6.54 6.54 0 0 1 14.8 8M6.833 2c.369 0 .667.298.667.667v2.311L5.652 3.13l.648-.863A.67.67 0 0 1 6.833 2m4.681 6a3.25 3.25 0 0 0-1.869-2.92.6.6 0 0 1 .509-1.087A4.45 4.45 0 0 1 12.714 8c0 .631-.139 1.243-.391 1.802l-.933-.933q.122-.421.124-.869",clipRule:"evenodd"})),ea=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconSpeakerDisabled_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M4.021 4.045a.625.625 0 0 1 .884 0L20.418 19.56a.625.625 0 0 1-.884.884l-1.276-1.276a9 9 0 0 1-.796.655.75.75 0 1 1-.878-1.216c.146-.106.274-.23.403-.353q.09-.087.184-.173l-1.842-1.842a5.3 5.3 0 0 1-1.16.77.751.751 0 0 1-.638-1.359c.27-.126.511-.29.74-.47l-3.42-3.42v6.907a.833.833 0 0 1-1.5.5l-2.839-3.784-2.737-.547A2.084 2.084 0 0 1 2.1 12.792v-1.584c0-.993.701-1.848 1.675-2.043l2.737-.547.513-.684L4.021 4.93a.625.625 0 0 1 0-.884M19.975 12a8.1 8.1 0 0 1-1.175 4.173l1.093 1.093A9.63 9.63 0 0 0 21.476 12a9.69 9.69 0 0 0-4.013-7.822.75.75 0 1 0-.878 1.216A8.18 8.18 0 0 1 19.975 12m-9.958-7.5c.46 0 .833.373.833.833v2.89l-2.31-2.31.81-1.08a.83.83 0 0 1 .667-.333m5.85 7.5a4.06 4.06 0 0 0-2.336-3.65.75.75 0 1 1 .638-1.358 5.56 5.56 0 0 1 3.2 5.01c0 .787-.175 1.553-.49 2.251l-1.167-1.167c.1-.35.155-.714.155-1.086",clipRule:"evenodd"})),K6=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconSpeakerOff_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M6.833 2a.67.67 0 0 0-.533.267L4.029 5.294l-2.189.438C1.061 5.888.5 6.572.5 7.366v1.267c0 .794.561 1.478 1.34 1.634l2.19.438 2.27 3.028a.666.666 0 0 0 1.2-.4V2.667A.666.666 0 0 0 6.833 2"})),ta=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconSpeakerOff_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M10.017 4.5a.83.83 0 0 0-.667.333L6.512 8.618l-2.737.547A2.084 2.084 0 0 0 2.1 11.208v1.584c0 .993.701 1.848 1.675 2.043l2.737.547 2.838 3.784a.833.833 0 0 0 1.5-.5V5.333a.833.833 0 0 0-.833-.833"})),Z6=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconSpeakerOn_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("g",{clipPath:"url(#IconSpeakerOn_16__a)"},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M11.953 1.878a.6.6 0 0 1 .837-.135A7.75 7.75 0 0 1 16 8a7.75 7.75 0 0 1-3.21 6.257.599.599 0 1 1-.702-.972A6.54 6.54 0 0 0 14.8 8a6.54 6.54 0 0 0-2.712-5.285.6.6 0 0 1-.135-.837M6.833 2a.67.67 0 0 0-.533.267L4.029 5.294l-2.189.438C1.061 5.888.5 6.572.5 7.366v1.267c0 .794.561 1.478 1.34 1.634l2.19.438 2.27 3.028a.666.666 0 0 0 1.2-.4V2.667A.666.666 0 0 0 6.833 2m3.322 1.993a.6.6 0 0 0-.51 1.087A3.25 3.25 0 0 1 11.514 8a3.25 3.25 0 0 1-1.869 2.92.6.6 0 0 0 .509 1.087A4.45 4.45 0 0 0 12.714 8a4.45 4.45 0 0 0-2.559-4.007",clipRule:"evenodd"})),t.createElement("defs",null,t.createElement("clipPath",{id:"IconSpeakerOn_16__a"},t.createElement("path",{fill:"currentColor",d:"M0 0h16v16H0z"})))),na=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconSpeakerOn_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M16.415 4.347a.75.75 0 0 1 1.047-.169A9.69 9.69 0 0 1 21.475 12a9.68 9.68 0 0 1-4.013 7.822.75.75 0 1 1-.878-1.216A8.17 8.17 0 0 0 19.975 12a8.18 8.18 0 0 0-3.39-6.606.75.75 0 0 1-.17-1.047m-6.398.153a.83.83 0 0 0-.667.333L6.512 8.618l-2.737.547A2.084 2.084 0 0 0 2.1 11.208v1.584c0 .993.701 1.848 1.675 2.043l2.737.547 2.838 3.784a.833.833 0 0 0 1.5-.5V5.333a.833.833 0 0 0-.833-.833m4.151 2.491a.75.75 0 1 0-.637 1.359A4.06 4.06 0 0 1 15.867 12a4.06 4.06 0 0 1-2.336 3.65.75.75 0 0 0 .637 1.36 5.56 5.56 0 0 0 3.2-5.01 5.56 5.56 0 0 0-3.2-5.009",clipRule:"evenodd"})),Y6=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconSpotlight_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("g",{fill:"currentColor",clipPath:"url(#IconSpotlight_16__a)"},t.createElement("path",{d:"M0 1.455v2.181h1.455V1.455h2.181V0H1.455A1.4 1.4 0 0 0 .427.427 1.4 1.4 0 0 0 0 1.455M1.455 16h2.181v-1.454H1.455v-2.182H0v2.182q0 .6.427 1.027A1.4 1.4 0 0 0 1.455 16M12.364 14.546V16h2.182a1.4 1.4 0 0 0 1.027-.427A1.4 1.4 0 0 0 16 14.546v-2.182h-1.454v2.182zM14.546 1.455v2.181H16V1.455a1.4 1.4 0 0 0-.427-1.028A1.4 1.4 0 0 0 14.546 0h-2.182v1.455zM8 8.308a2.33 2.33 0 0 0 2.32-2.336A2.33 2.33 0 0 0 8 3.636a2.33 2.33 0 0 0-2.32 2.336A2.33 2.33 0 0 0 8 8.308M11.791 10.427c-.604-.65-1.742-1.133-3.791-1.133-2.066 0-3.206.492-3.806 1.15l-.016.017c-.162.178-.424.466-.534 1.173-.06.382.24.73.624.73h7.464a.634.634 0 0 0 .624-.73c-.11-.717-.38-1.007-.554-1.195z"})),t.createElement("defs",null,t.createElement("clipPath",{id:"IconSpotlight_16__a"},t.createElement("path",{fill:"currentColor",d:"M0 0h16v16H0z"})))),aa=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconSpotlight_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M1 3v3h2V3h3V1H3q-.824 0-1.412.587A1.93 1.93 0 0 0 1 3M3 23h3v-2H3v-3H1v3q0 .824.587 1.413Q2.176 23 3 23M18 21v2h3q.824 0 1.413-.587Q23 21.825 23 21v-3h-2v3zM21 3v3h2V3q0-.824-.587-1.412A1.93 1.93 0 0 0 21 1h-3v2zM12 12.423c1.76 0 3.19-1.44 3.19-3.212C15.19 7.441 13.757 6 12 6S8.81 7.44 8.81 9.211c0 1.772 1.43 3.212 3.19 3.212M17.213 15.338c-.83-.894-2.396-1.558-5.213-1.558-2.84 0-4.409.676-5.233 1.581l-.022.024c-.223.244-.584.639-.735 1.612A.873.873 0 0 0 6.868 18h10.264c.528 0 .94-.478.858-1.003-.153-.986-.523-1.385-.762-1.643z"})),J6=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconStar_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"m14.773 5.86-4.28-.622L8.579 1.36a.646.646 0 0 0-1.158 0L5.507 5.238l-4.28.622a.646.646 0 0 0-.358 1.102l3.097 3.019-.731 4.263a.646.646 0 0 0 .937.681L8 12.912l3.828 2.013a.646.646 0 0 0 .937-.681l-.731-4.263 3.097-3.019a.646.646 0 0 0-.358-1.102"})),la=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconStar_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"m21.676 8.943-6.114-.888-2.734-5.54a.923.923 0 0 0-1.655 0l-2.734 5.54-6.115.888a.923.923 0 0 0-.511 1.574l4.424 4.313-1.044 6.09a.923.923 0 0 0 1.339.973L12 19.017l5.469 2.875a.923.923 0 0 0 1.339-.973l-1.044-6.09 4.424-4.313a.922.922 0 0 0-.512-1.573"})),e7=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconStopRound_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14M5.9 5.2a.7.7 0 0 0-.7.7v4.2a.7.7 0 0 0 .7.7h4.2a.7.7 0 0 0 .7-.7V5.9a.7.7 0 0 0-.7-.7z",clipRule:"evenodd"})),oa=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconStopRound_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10M9 8a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1z",clipRule:"evenodd"})),t7=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconSupport_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M6.588 1.139c-2.812.553-5.04 2.877-5.495 5.707-.527 3.277 1.242 6.214 3.945 7.482a1.244 1.244 0 0 0 2.489-.053 1.25 1.25 0 0 0-2.137-.88A6.03 6.03 0 0 1 2.345 10h1.082a5.04 5.04 0 0 0 1.927 2.227 2.23 2.23 0 0 1 2.766.76 5 5 0 0 0 4.454-2.988h1.334c.495 0 .913-.362.996-.85Q14.999 8.589 15 8a7.01 7.01 0 0 0-8.412-6.861M5.143 6.893a.893.893 0 1 1 1.786 0 .893.893 0 0 1-1.786 0m5.113 3.371c-.036.039-.89.965-2.256.965s-2.22-.925-2.256-.964a.501.501 0 0 1 .74-.673c.005.004.604.637 1.516.637s1.51-.633 1.517-.639a.501.501 0 0 1 .739.674m-.292-2.478a.893.893 0 1 1 0-1.787.893.893 0 0 1 0 1.787M12.899 7A5 5 0 0 0 3.1 7H2.08v-.002c.408-2.51 2.455-4.537 4.968-4.925A6.006 6.006 0 0 1 13.909 7z"})),ra=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconSupport_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M12.078 1.008c-5.243.207-9.642 4.433-10.046 9.664-.351 4.545 2.216 8.536 6.018 10.321a1.87 1.87 0 0 0 3.742-.081 1.874 1.874 0 0 0-3.208-1.317A9.05 9.05 0 0 1 4.018 14.5h1.619a7.54 7.54 0 0 0 2.881 3.347c.425-.198.898-.31 1.399-.31 1.149 0 2.161.577 2.77 1.454a7.5 7.5 0 0 0 6.682-4.491h1.997c.722 0 1.356-.511 1.48-1.223q.153-.867.154-1.777C23 5.57 18.059.773 12.078 1.008M8.214 9.839a1.339 1.339 0 1 1 2.678 0 1.339 1.339 0 0 1-2.678 0m7.67 5.057c-.053.059-1.335 1.448-3.384 1.448s-3.331-1.389-3.384-1.448a.75.75 0 1 1 1.111-1.007c.006.006.904.955 2.272.955s2.267-.949 2.275-.958a.754.754 0 0 1 1.058-.043.745.745 0 0 1 .052 1.053m-.438-3.717a1.339 1.339 0 1 1 0-2.678 1.339 1.339 0 0 1 0 2.678M19.849 10A7.5 7.5 0 0 0 12.5 4a7.5 7.5 0 0 0-7.349 6H3.622v-.003c.614-3.772 3.676-6.803 7.453-7.387 5.066-.782 9.496 2.694 10.289 7.39z"})),n7=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconTestScriptIcon_16",viewBox:"0 0 15 14","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M12.7 3.526h-1.417a1.9 1.9 0 0 0 .117-.631C11.4 1.846 10.529 1 9.45 1c-.682 0-1.274.341-1.625.853l-.325.423-.325-.43A1.97 1.97 0 0 0 5.55 1C4.471 1 3.6 1.846 3.6 2.895c0 .22.046.436.117.631H2.3c-.721 0-1.293.562-1.293 1.263L1 11.737c0 .7.579 1.263 1.3 1.263h10.4c.722 0 1.3-.562 1.3-1.263V4.789c0-.7-.578-1.263-1.3-1.263M9.45 2.263c.357 0 .65.284.65.632a.643.643 0 0 1-.65.631.643.643 0 0 1-.65-.631c0-.348.292-.632.65-.632m-3.9 0c.357 0 .65.284.65.632a.643.643 0 0 1-.65.631.643.643 0 0 1-.65-.631c0-.348.292-.632.65-.632m7.15 9.474H2.3v-1.263h10.4zm0-3.158H2.3v-3.79h3.302L4.25 6.577l1.053.739L6.85 5.269l.65-.858.65.858 1.547 2.047 1.053-.74L9.398 4.79H12.7z"})),ca=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconTestScriptIcon_24",viewBox:"0 0 21 19","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M18.2 4.368h-1.962c.099-.26.162-.547.162-.842C16.4 2.128 15.194 1 13.7 1c-.945 0-1.764.455-2.25 1.137L11 2.7l-.45-.573A2.76 2.76 0 0 0 8.3 1C6.806 1 5.6 2.128 5.6 3.526c0 .295.063.581.162.842H3.8c-.999 0-1.791.75-1.791 1.685L2 15.316C2 16.25 2.801 17 3.8 17h14.4c.999 0 1.8-.75 1.8-1.684V6.053c0-.935-.801-1.685-1.8-1.685m-4.5-1.684c.495 0 .9.38.9.842 0 .463-.405.842-.9.842s-.9-.379-.9-.842.405-.842.9-.842m-5.4 0c.495 0 .9.38.9.842 0 .463-.405.842-.9.842s-.9-.379-.9-.842.405-.842.9-.842m9.9 12.632H3.8v-1.684h14.4zm0-4.21H3.8V6.052h4.572L6.5 8.436l1.458.985L10.1 6.693l.9-1.146.9 1.146 2.142 2.728 1.458-.985-1.872-2.383H18.2z"})),r1=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconThumbsDown_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M15 3H6c-.83 0-1.54.5-1.84 1.22l-3.02 7.05c-.09.23-.14.47-.14.73v2c0 1.1.9 2 2 2h6.31l-.95 4.57-.03.32c0 .41.17.79.44 1.06L9.83 23l6.59-6.59c.36-.36.58-.86.58-1.41V5c0-1.1-.9-2-2-2m4 0v12h4V3z"})),c1=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconThumbsUp_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M1 21h4V9H1zm22-11c0-1.1-.9-2-2-2h-6.31l.95-4.57.03-.32c0-.41-.17-.79-.44-1.06L14.17 1 7.59 7.59C7.22 7.95 7 8.45 7 9v10c0 1.1.9 2 2 2h9c.83 0 1.54-.5 1.84-1.22l3.02-7.05c.09-.23.14-.47.14-.73z"})),a7=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconTimer_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M5 1.966C5 1.432 5.432 1 5.965 1h5.07a.966.966 0 0 1 0 1.931H9.5v1.536c2.56.454 4.5 2.62 4.5 5.223C14 12.623 11.538 15 8.5 15S3 12.623 3 9.69c0-2.604 1.94-4.77 4.5-5.223V2.93H5.965A.966.966 0 0 1 5 1.966m7.498 5.474-2.73 2.597c-.25.238-.59.326-.905.273a1.04 1.04 0 0 1-.675-.413.97.97 0 0 1-.153-.832c.075-.273.27-.517.56-.65l3.463-1.583c.396-.18.752.31.44.608",clipRule:"evenodd"})),sa=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconTimer_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M7.09 2.517C7.09 1.68 7.77 1 8.609 1h7.784a1.517 1.517 0 1 1 0 3.034H8.608c-.838 0-1.517-.679-1.517-1.517m3.865 3.93C6.998 7.162 4 10.566 4 14.656 4 19.264 7.806 23 12.5 23s8.5-3.736 8.5-8.345c0-4.09-2.998-7.494-6.954-8.207V4.035h-3.091zm7.723 4.673L14.46 15.2a1.62 1.62 0 0 1-1.399.431 1.6 1.6 0 0 1-1.043-.65 1.54 1.54 0 0 1-.235-1.307c.116-.43.415-.812.864-1.02L18 10.164c.612-.283 1.162.489.68.956",clipRule:"evenodd"})),l7=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconTranscript_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M10.542 1c-1.182 0-2.315.47-3.151 1.305L3.095 6.601a.64.64 0 0 0-.186.45v5.14l-1.723 1.723a.636.636 0 1 0 .9.9l1.718-1.718h5.15c.17 0 .332-.067.451-.187l4.29-4.301A4.457 4.457 0 0 0 10.541 1m1.71 2.742a.69.69 0 0 1 0 .975L8.328 8.631h2.219a.636.636 0 1 1 0 1.273H7.05L5.209 11.74c-.059.063-.09.094-.12.094H4.22c-.068 0-.124 0-.124-.062v-.743c0-.062.01-.103.092-.185l7.089-7.103a.69.69 0 0 1 .975 0",clipRule:"evenodd"})),ia=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconTranscript_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M15.632 2c-1.689 0-3.308.67-4.502 1.865L4.993 10a.9.9 0 0 0-.266.643v7.343l-2.46 2.461a.909.909 0 1 0 1.285 1.286l2.453-2.454h7.359a.9.9 0 0 0 .643-.267l6.127-6.145A6.367 6.367 0 0 0 15.632 2m2.443 3.917a.985.985 0 0 1 0 1.393l-5.607 5.592h3.168a.91.91 0 1 1 0 1.818h-4.992l-2.632 2.624c-.083.09-.128.135-.172.135H6.601c-.097 0-.177 0-.177-.089v-1.062c0-.088.016-.147.132-.264h.001L16.682 5.916a.985.985 0 0 1 1.393 0",clipRule:"evenodd"})),o7=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconTrash_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M5.9 2.3v.1H1.7a.7.7 0 1 0 0 1.4h12.6a.7.7 0 1 0 0-1.4h-4.2v-.1a2 2 0 0 0-2-2h-.2a2 2 0 0 0-2 2"}),t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M13.6 5.2H2.4v8.5a2 2 0 0 0 2 2h7.2a2 2 0 0 0 2-2zM7.3 8a.7.7 0 1 0-1.4 0v4.9a.7.7 0 1 0 1.4 0zm2.1-.7a.7.7 0 0 1 .7.7v4.9a.7.7 0 0 1-1.4 0V8a.7.7 0 0 1 .7-.7",clipRule:"evenodd"})),da=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconTrash_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M15 6H3a1 1 0 0 1 0-2h6V3a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v1h6a1 1 0 1 1 0 2zm5 2H4v13a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2zm-9 4a1 1 0 1 0-2 0v7a1 1 0 1 0 2 0zm3-1a1 1 0 0 1 1 1v7a1 1 0 1 1-2 0v-7a1 1 0 0 1 1-1",clipRule:"evenodd"})),r7=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconUnlock_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M9.907 6.385V4.077c0-1.052.821-1.908 1.91-1.908s1.91.856 1.91 1.908v.461H15v-.461C15 2.378 13.574 1 11.817 1S8.634 2.378 8.634 4.077v2.308z"}),t.createElement("path",{fill:"currentColor",d:"M2.637 6.385A.626.626 0 0 0 2 7v7.385c0 .34.285.615.637.615h9.23a.626.626 0 0 0 .637-.615V7a.626.626 0 0 0-.637-.615z"})),ma=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconUnlock_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M14.165 9.462V5.835c0-1.653 1.263-2.998 2.938-2.998s2.938 1.345 2.938 2.998v.725H22v-.725C22 3.166 19.806 1 17.103 1s-4.897 2.166-4.897 4.835v3.627z"}),t.createElement("path",{fill:"currentColor",d:"M2.98 9.462c-.542 0-.98.432-.98.967v11.604c0 .534.438.967.98.967h14.2c.541 0 .98-.433.98-.967V10.429a.973.973 0 0 0-.98-.967z"})),c7=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconVideoOff_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M1.417 1.661a.5.5 0 0 0-.707.707l1.723 1.723A1.995 1.995 0 0 0 1 6v4a2 2 0 0 0 2 2h7c.09 0 .177-.014.264-.028l.042-.007 2.815 2.815a.5.5 0 0 0 .707-.707zM12 10V6a2 2 0 0 0-2-2H5.17l6.698 6.698c.081-.218.132-.451.132-.698m1-3.5 2.18-1.817a.5.5 0 0 1 .82.385v5.865a.5.5 0 0 1-.82.384L13 9.5z",clipRule:"evenodd"})),s7=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconVideoOff_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M3.567 4.076a.625.625 0 0 0-.884.884l2.154 2.154A2.49 2.49 0 0 0 3.046 9.5v4.99a2.5 2.5 0 0 0 2.5 2.5h8.75a2.4 2.4 0 0 0 .382-.034l3.518 3.518a.625.625 0 0 0 .884-.884zM16.796 14.5v-5a2.5 2.5 0 0 0-2.5-2.5H8.258l8.373 8.373c.101-.273.165-.565.165-.873m1.25-4.375 2.725-2.271a.625.625 0 0 1 1.025.48v7.332c0 .53-.618.819-1.025.48l-2.725-2.271z",clipRule:"evenodd"})),i7=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconVideoOff_32",viewBox:"0 0 32 32","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M4.09 5.577a.834.834 0 0 0-1.18 1.179l2.873 2.872a3.32 3.32 0 0 0-2.388 3.181v6.654a3.333 3.333 0 0 0 3.333 3.333h11.667c.176 0 .341-.019.51-.045l4.69 4.69a.834.834 0 0 0 1.178-1.178zm17.638 13.899v-6.667a3.333 3.333 0 0 0-3.333-3.333h-8.05L21.507 20.64c.135-.364.22-.753.22-1.164m1.667-5.833 3.633-3.028a.834.834 0 0 1 1.367.64v9.776a.833.833 0 0 1-1.367.64l-3.633-3.028z",clipRule:"evenodd"})),d7=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconVideoOn_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M3 4h7a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2m10 2.5 2.18-1.817a.5.5 0 0 1 .82.385v5.865a.5.5 0 0 1-.82.384L13 9.5z",clipRule:"evenodd"})),m7=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconVideoOn_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M5.65 7h8.75a2.5 2.5 0 0 1 2.5 2.5v5a2.5 2.5 0 0 1-2.5 2.5H5.65a2.5 2.5 0 0 1-2.5-2.5v-5A2.5 2.5 0 0 1 5.65 7m12.5 3.125 2.725-2.271a.625.625 0 0 1 1.025.48v7.332c0 .53-.618.819-1.025.48l-2.725-2.271z",clipRule:"evenodd"})),u7=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconVideoOn_32",viewBox:"0 0 32 32","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M7.533 9.333H19.2a3.333 3.333 0 0 1 3.333 3.334v6.666a3.333 3.333 0 0 1-3.333 3.334H7.533A3.333 3.333 0 0 1 4.2 19.333v-6.666a3.333 3.333 0 0 1 3.333-3.334M24.2 13.5l3.633-3.028a.834.834 0 0 1 1.367.64v9.776a.833.833 0 0 1-1.367.64L24.2 18.5z",clipRule:"evenodd"})),f7=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconVideoSystems_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M10.947 3.061a2.763 2.763 0 1 1-5.527 0 2.763 2.763 0 0 1 5.527 0m-1.274 0a1.488 1.488 0 1 1-2.976 0 1.488 1.488 0 0 1 2.976 0M3.026 2.51h-.11A1.916 1.916 0 0 0 1 4.426v6.485c0 1.058.858 1.915 1.916 1.915h10.168A1.916 1.916 0 0 0 15 10.91V4.425a1.916 1.916 0 0 0-1.916-1.915h-.075l-.035-.001h-.368a.553.553 0 0 0 0 1.105h.17v.001h.308a.81.81 0 0 1 .81.81v6.485a.81.81 0 0 1-.81.81H2.916a.81.81 0 0 1-.81-.81V4.425a.81.81 0 0 1 .81-.81h.31v-.001h.537a.553.553 0 0 0 0-1.105zm2.948 11.053h4.052l.535 1.604a.46.46 0 0 1-.437.607H5.876a.46.46 0 0 1-.437-.607zm2.763-10.5a.553.553 0 1 1-1.105 0 .553.553 0 0 1 1.105 0m-4.62 1.657c.349 0 .66.207.855.497A3.87 3.87 0 0 0 8.185 6.93c1.39 0 2.609-.733 3.29-1.834a.76.76 0 0 1 .636-.377.68.68 0 0 1 .679.68v3.815a1.4 1.4 0 0 1-1.4 1.4H4.61a1.4 1.4 0 0 1-1.4-1.4v-3.59c0-.5.406-.905.906-.905",clipRule:"evenodd"})),ua=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconVideoSystems_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M13.053 4.947a.79.79 0 1 1-1.58 0 .79.79 0 0 1 1.58 0"}),t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M16.21 4.947a3.948 3.948 0 1 1-7.895 0 3.948 3.948 0 0 1 7.895 0m-1.82 0a2.126 2.126 0 1 1-4.251 0 2.126 2.126 0 0 1 4.25 0",clipRule:"evenodd"}),t.createElement("path",{fill:"currentColor",d:"m4.894 4.158-.042.001h-.115A2.737 2.737 0 0 0 2 6.896v9.263a2.737 2.737 0 0 0 2.737 2.737h14.526A2.737 2.737 0 0 0 22 16.159V6.896a2.737 2.737 0 0 0-2.737-2.737h-.116l-.041-.001h-.527a.79.79 0 0 0 0 1.579h.244v.001h.44c.64 0 1.158.518 1.158 1.158v9.263c0 .64-.518 1.158-1.158 1.158H4.737a1.16 1.16 0 0 1-1.158-1.158V6.896c0-.64.518-1.158 1.158-1.158h.441v-.001h.769a.79.79 0 1 0 0-1.579zM9.105 19.949h5.79l.764 2.291a.658.658 0 0 1-.624.866h-6.07a.658.658 0 0 1-.624-.866z"}),t.createElement("path",{fill:"currentColor",d:"M6.452 7.316c.5 0 .943.295 1.222.71a5.52 5.52 0 0 0 4.59 2.448 5.52 5.52 0 0 0 4.701-2.62c.198-.318.533-.538.907-.538a.97.97 0 0 1 .97.97v5.451a2 2 0 0 1-2 2H7.159a2 2 0 0 1-2-2V8.61c0-.715.58-1.294 1.294-1.294"})),_7=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconWaiting_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M3.227 4.364h6.046q-.06.293-.061.606a3.03 3.03 0 0 0 4.243 2.778v3.813c0 1.044-.85 1.893-1.895 1.893H3.227a1.896 1.896 0 0 1-1.894-1.893V6.258c0-1.045.85-1.894 1.894-1.894m3.963 4.84c1.001 0 1.815-.814 1.815-1.814S8.19 5.576 7.19 5.576s-1.814.813-1.814 1.814c0 1 .814 1.814 1.814 1.814m2.972 1.658c-.474-.506-1.366-.882-2.972-.882-1.62 0-2.513.383-2.983.895l-.012.013c-.127.139-.333.362-.419.913a.495.495 0 0 0 .49.568h5.85c.3 0 .535-.27.488-.568-.087-.558-.297-.784-.434-.93z",clipRule:"evenodd"}),t.createElement("path",{fill:"currentColor",d:"M12.242 2.545a2.424 2.424 0 1 0 0 4.849 2.424 2.424 0 0 0 0-4.849m1.288 3.132a.26.26 0 0 1-.352.102l-1.06-.582a.26.26 0 0 1-.135-.227V3.238a.26.26 0 0 1 .52 0v1.578l.925.508a.26.26 0 0 1 .102.353"})),fa=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconWaiting_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("circle",{cx:17.6,cy:7.6,r:3.6,fill:"currentColor"}),t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M4.84 6.546h9.07q-.091.44-.092.909a4.546 4.546 0 0 0 6.364 4.167v5.719a2.844 2.844 0 0 1-2.841 2.84H4.84A2.844 2.844 0 0 1 2 17.342V9.386a2.844 2.844 0 0 1 2.84-2.84m5.946 7.26a2.724 2.724 0 0 0 2.72-2.721c0-1.5-1.22-2.721-2.72-2.721s-2.723 1.22-2.723 2.72a2.725 2.725 0 0 0 2.723 2.723m4.456 2.487c-.71-.76-2.048-1.323-4.457-1.323-2.428 0-3.77.574-4.474 1.343l-.018.02c-.191.207-.5.543-.629 1.37a.743.743 0 0 0 .734.85h8.775a.743.743 0 0 0 .734-.851c-.13-.837-.447-1.176-.652-1.396z",clipRule:"evenodd"}),t.createElement("path",{fill:"currentColor",d:"M18.364 3.818a3.636 3.636 0 1 0 0 7.273 3.636 3.636 0 0 0 0-7.273m1.932 4.697a.39.39 0 0 1-.53.154l-1.59-.873a.39.39 0 0 1-.202-.341V4.857a.39.39 0 0 1 .78 0v2.367l1.387.763a.39.39 0 0 1 .155.528"})),p7=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconWarning_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M9.278 12.867c0 .626-.507 1.133-1.133 1.133h-.012a1.133 1.133 0 1 1 0-2.267h.012c.626 0 1.133.508 1.133 1.134m-1.133-3.4A1.133 1.133 0 0 1 7.01 8.333v-5.2a1.133 1.133 0 0 1 2.267 0v5.2c0 .626-.507 1.134-1.133 1.134",clipRule:"evenodd"})),_a=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconWarning_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M13.417 19.3a1.7 1.7 0 0 1-1.7 1.7H11.7a1.7 1.7 0 1 1 0-3.4h.017a1.7 1.7 0 0 1 1.7 1.7m-1.7-5.1a1.7 1.7 0 0 1-1.7-1.7V4.7a1.7 1.7 0 1 1 3.4 0v7.8a1.7 1.7 0 0 1-1.7 1.7",clipRule:"evenodd"})),h7=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconWarningRound_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8m7.7 2.8a.7.7 0 0 1-.7.7h-.007a.7.7 0 1 1 0-1.4H8a.7.7 0 0 1 .7.7M8 8.7a.7.7 0 0 1-.7-.7V5.2a.7.7 0 1 1 1.4 0V8a.7.7 0 0 1-.7.7",clipRule:"evenodd"})),pa=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconWarningRound_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10S2 17.523 2 12m11 4a1 1 0 0 1-1 1h-.01a1 1 0 1 1 0-2H12a1 1 0 0 1 1 1m-1-3a1 1 0 0 1-1-1V8a1 1 0 1 1 2 0v4a1 1 0 0 1-1 1",clipRule:"evenodd"})),P={IconAdd:{size16:c4,size24:s0,size32:s0},IconAddSomeone:{size16:s4,size24:i0,size32:i0},IconAdjust:{size16:i4,size24:d4,size32:m4},IconAdmit:{size16:u4,size24:f4,size32:_4},IconAiAssistant:{size16:p4,size24:d0,size32:d0},IconAlert:{size16:h4,size24:m0,size32:m0},IconAnalyticsChart:{size16:g4,size24:u0,size32:u0},IconAnalyticsProgress:{size16:v4,size24:f0,size32:f0},IconAndroidLogo:{size16:w4,size24:_0,size32:_0},IconAppleLogo:{size16:E4,size24:p0,size32:p0},IconArrowCornerDown:{size16:x4,size24:h0,size32:h0},IconArrowDown:{size16:b4,size24:g0,size32:g0},IconArrowLeft:{size16:k4,size24:v0,size32:v0},IconArrowLeftRegular:{size16:C4,size24:w0,size32:w0},IconArrowRight:{size16:y4,size24:E0,size32:E0},IconArrowUp:{size16:B4,size24:x0,size32:x0},IconAudioTransmission:{size16:z4,size24:b0,size32:b0},IconAuthenticated:{size16:I4,size24:M4,size32:S4},IconBackgroundBlur:{size16:L4,size24:A4,size32:R4},IconBackgroundBlurLight:{size16:N4,size24:$4,size32:q4},IconBackgroundBlurStrong:{size16:H4,size24:O4,size32:P4},IconBackgroundReplace:{size16:V4,size24:k0,size32:k0},IconBackspace:{size16:T4,size24:C0,size32:C0},IconBackToTop:{size16:W4,size24:y0,size32:y0},IconBandwidth:{size16:D4,size24:B0,size32:B0},IconBell:{size16:j4,size24:z0,size32:z0},IconBilling:{size16:F4,size24:I0,size32:I0},IconBlock:{size16:U4,size24:M0,size32:M0},IconBluetooth:{size16:G4,size24:S0,size32:S0},IconBreakoutRooms:{size16:X4,size24:L0,size32:L0},IconBulletPoint:{size16:Q4,size24:A0,size32:A0},IconCalendar:{size16:K4,size24:R0,size32:R0},IconChat:{size16:Z4,size24:N0,size32:N0},IconCheckmark:{size16:Y4,size24:$0,size32:$0},IconCheckmarkRound:{size16:J4,size24:q0,size32:q0},IconChevronDown:{size16:e5,size24:H0,size32:H0},IconChevronLeft:{size16:t5,size24:O0,size32:O0},IconChevronRight:{size16:n5,size24:P0,size32:P0},IconChevronUp:{size16:a5,size24:V0,size32:V0},IconChromeLogo:{size16:l5,size24:T0,size32:T0},IconClock:{size16:o5,size24:W0,size32:W0},IconClose:{size16:r5,size24:D0,size32:D0},IconColumns:{size16:c5,size24:s5,size32:i5},IconConnectionIndicatorHigh:{size16:Kt,size24:Kt,size32:Kt},IconConnectionIndicatorLow:{size16:Zt,size24:Zt,size32:Zt},IconConnectionIndicatorMedium:{size16:Yt,size24:Yt,size32:Yt},IconConnectionIndicatorVeryLow:{size16:Jt,size24:Jt,size32:Jt},IconCopy:{size16:d5,size24:j0,size32:j0},IconDeny:{size16:m5,size24:u5,size32:f5},IconDoubleChevronDown:{size16:_5,size24:F0,size32:F0},IconDoubleChevronLeft:{size16:p5,size24:U0,size32:U0},IconDoubleChevronRight:{size16:h5,size24:G0,size32:G0},IconDoubleChevronUp:{size16:g5,size24:X0,size32:X0},IconDraggable:{size16:v5,size24:Q0,size32:Q0},IconDtmf:{size16:w5,size24:K0,size32:K0},IconDualScreen:{size16:E5,size24:Z0,size32:Z0},IconEdit:{size16:x5,size24:Y0,size32:Y0},IconEmoji:{size16:b5,size24:J0,size32:J0},IconEnableshare:{size16:k5,size24:en,size32:en},IconExpand:{size16:C5,size24:tn,size32:tn},IconExport:{size16:y5,size24:nn,size32:nn},IconFecc:{size16:B5,size24:an,size32:an},IconFirefoxLogo:{size16:z5,size24:ln,size32:ln},IconFlipCamera:{size16:I5,size24:M5,size32:S5},IconFullscreenOff:{size16:L5,size24:A5,size32:R5},IconFullscreenOn:{size16:N5,size24:$5,size32:q5},IconGeneric2:{size16:H5,size24:on,size32:on},IconGroup:{size16:O5,size24:rn,size32:rn},IconGuest:{size16:P5,size24:cn,size32:cn},IconHeadset:{size16:V5,size24:sn,size32:sn},IconHelpRound:{size16:T5,size24:dn,size32:dn},IconHome:{size16:W5,size24:mn,size32:mn},IconHospital:{size16:D5,size24:un,size32:un},IconHost:{size16:j5,size24:fn,size32:fn},IconIconSort:{size16:F5,size24:_n,size32:_n},IconImport:{size16:U5,size24:pn,size32:pn},IconInfoRound:{size16:G5,size24:hn,size32:hn},IconKey:{size16:X5,size24:gn,size32:gn},IconLeave:{size16:Q5,size24:vn,size32:vn},IconLink:{size16:K5,size24:wn,size32:wn},IconLiveCaption:{size16:Z5,size24:En,size32:En},IconLiveStream:{size16:Y5,size24:xn,size32:xn},IconLiveStreamCloud:{size16:J5,size24:bn,size32:bn},IconLocation:{size16:e6,size24:kn,size32:kn},IconLock:{size16:t6,size24:Cn,size32:Cn},IconLowerhand:{size16:n6,size24:yn,size32:yn},IconMail:{size16:a6,size24:Bn,size32:Bn},IconMeetingRoom:{size16:l6,size24:zn,size32:zn},IconMeetings:{size16:o6,size24:In,size32:In},IconMicrophoneMutedByHost:{size16:r6,size24:Mn,size32:Mn},IconMicrophoneOff:{size16:c6,size24:s6,size32:i6},IconMicrophoneOn:{size16:d6,size24:m6,size32:u6},IconMinus:{size16:f6,size24:Sn,size32:Sn},IconMoreHorizontal:{size16:e1,size24:e1,size32:e1},IconMoreVertical:{size16:_6,size24:Ln,size32:Ln},IconMove:{size16:p6,size24:An,size32:An},IconNotauthenticated:{size16:h6,size24:g6,size32:v6},IconNotAuthenticated:{size16:w6,size24:E6,size32:x6},IconOpenInNew:{size16:b6,size24:Rn,size32:Rn},IconParticipant:{size16:k6,size24:Nn,size32:Nn},IconPasswordHide:{size16:t1,size24:t1,size32:t1},IconPasswordShow:{size16:n1,size24:n1,size32:n1},IconPause:{size16:C6,size24:$n,size32:$n},IconPexip:{size16:a1,size24:a1,size32:a1},IconPexipLogo:{size16:l1,size24:l1,size32:l1},IconPhone:{size16:y6,size24:qn,size32:qn},IconPhoneHorisontal:{size16:B6,size24:z6,size32:I6},IconPhoneTalk:{size16:M6,size24:Hn,size32:Hn},IconPin:{size16:S6,size24:On,size32:On},IconPlay:{size16:L6,size24:Pn,size32:Pn},IconPlayRound:{size16:A6,size24:Vn,size32:Vn},IconPlus:{size16:R6,size24:Tn,size32:Tn},IconPresentationOff:{size16:N6,size24:Wn,size32:Wn},IconPresentationOn:{size16:$6,size24:Dn,size32:Dn},IconRaiseHand:{size16:q6,size24:H6,size32:O6},IconRecording:{size16:P6,size24:jn,size32:jn},IconRefresh:{size16:V6,size24:Fn,size32:Fn},IconRemoteControl:{size16:o1,size24:o1,size32:o1},IconSearch:{size16:T6,size24:Un,size32:Un},IconSend:{size16:W6,size24:Gn,size32:Gn},IconSettings:{size16:D6,size24:Xn,size32:Xn},IconSettingsMeeting:{size16:j6,size24:Qn,size32:Qn},IconShare:{size16:F6,size24:Kn,size32:Kn},IconShield:{size16:U6,size24:Zn,size32:Zn},IconShuffle:{size16:G6,size24:Yn,size32:Yn},IconSort:{size16:X6,size24:Jn,size32:Jn},IconSpeakerDisabled:{size16:Q6,size24:ea,size32:ea},IconSpeakerOff:{size16:K6,size24:ta,size32:ta},IconSpeakerOn:{size16:Z6,size24:na,size32:na},IconSpotlight:{size16:Y6,size24:aa,size32:aa},IconStar:{size16:J6,size24:la,size32:la},IconStopRound:{size16:e7,size24:oa,size32:oa},IconSupport:{size16:t7,size24:ra,size32:ra},IconTestScriptIcon:{size16:n7,size24:ca,size32:ca},IconThumbsDown:{size16:r1,size24:r1,size32:r1},IconThumbsUp:{size16:c1,size24:c1,size32:c1},IconTimer:{size16:a7,size24:sa,size32:sa},IconTranscript:{size16:l7,size24:ia,size32:ia},IconTrash:{size16:o7,size24:da,size32:da},IconUnlock:{size16:r7,size24:ma,size32:ma},IconVideoOff:{size16:c7,size24:s7,size32:i7},IconVideoOn:{size16:d7,size24:m7,size32:u7},IconVideoSystems:{size16:f7,size24:ua,size32:ua},IconWaiting:{size16:_7,size24:fa,size32:fa},IconWarning:{size16:p7,size24:_a,size32:_a},IconWarningRound:{size16:h7,size24:pa,size32:pa}},g7="_dark_1tbu9_4",v7="_light_1tbu9_8",w7="_mini_1tbu9_12",E7="_compact_1tbu9_17",x7="_small_1tbu9_22",b7="_medium_1tbu9_27",ha={dark:g7,light:v7,mini:w7,compact:E7,small:x7,medium:b7},W=({source:e,className:a,size:l="small",colorScheme:o,ref:r,...c})=>{const s=l==="mini"||l==="compact"?e.size16:l==="small"?e.size24:e.size32,i=f(o&&ha[o],ha[l],a),d=s,m=typeof d=="function"?d({className:i,...c}):n.createElement(s,{className:i,...c});return n.createElement(Ua,null,m)},p1=Pt.createSignal({name:"announcer:announce"}),k7="_announcer_flsxf_1",C7={announcer:k7},y7=({testId:e="",...a})=>{const[l,o]=n.useState([]),[r,c]=n.useState([]),s=n.useRef([]),i=n.useCallback((m,u)=>{u(p=>[...p,m]);const _=window.setTimeout(()=>{u(p=>p.filter(h=>h!==m)),clearTimeout(_),s.current=s.current.filter(p=>p!==_)},m.timeout);s.current.push(_)},[]),d=n.useCallback(m=>{m.politeness==="assertive"?i(m,o):m.politeness==="polite"&&i(m,c)},[i]);return n.useEffect(()=>(p1.add(d),()=>{p1.remove(d);for(const m of s.current)clearTimeout(m);s.current=[]}),[d]),n.createElement("div",{...a,className:C7.announcer,"data-testid":e},n.createElement("div",{"data-testid":`${e}-polite`,"aria-live":"polite",role:"log","aria-relevant":"additions"},r.map((m,u)=>n.createElement("div",{key:u},m.message))),n.createElement("div",{"data-testid":`${e}-assertive`,"aria-live":"assertive",role:"log","aria-relevant":"additions"},l.map((m,u)=>n.createElement("div",{key:u},m.message))))},M1=(e,a="polite",l=5e3)=>{p1.emit({message:e,politeness:a,timeout:l})},B7="_callToAction_1i5px_4",z7="_small_1i5px_17",I7="_enhancerStart_1i5px_28",M7="_focus_1i5px_32",S7="_text_1i5px_52",L7="_fullWidth_1i5px_58",Ke={callToAction:B7,small:z7,enhancerStart:I7,focus:M7,text:S7,fullWidth:L7},A7=({className:e,enhancerStart:a,isSmall:l,modifier:o,subTitle:r="",title:c="",titleHtmlTag:s,...i})=>n.createElement(se,{className:f(Ke.callToAction,Ke.focus,o&&Ke[o],{[Ke.small]:l},e),...i},a&&n.createElement("span",{className:Ke.enhancerStart},a),n.createElement("span",{className:Ke.text},s?n.createElement(De,{htmlTag:s,fontVariant:y.H5},c):n.createElement(C,{fontVariant:y.H5},c),r&&!l&&n.createElement(C,{fontVariant:y.Body,variant:"subtle"},r)));var R=(e=>(e.BadgeCounterNumber="badge-counter-number",e.ButtonModalClose="button-modal-close",e.ButtonThreeColumnSelector="button-three-column-selector",e.ButtonCollapsableContainerToggle="button-collapsable-container-toggle",e.CheckboxCheck="checkbox-check",e.ConfirmableMultiselectConfirm="confirmable-multiselect-confirm",e.HeaderCore="header-core",e.HeaderCoreEnhancers="header-core-enhancers",e.HeaderCoreDivider="header-core-divider",e.LineStep="line-step",e.InputClearButton="input-clear-button",e.ModalMask="modal-mask",e.MultiselectView="multiselect-view",e.MultiselectItem="multiselect-item",e.MultistepIndicator="multistep-indicator",e.MultistepIndicatorButton="multistep-indicator-button",e.NotificationTooltipInner="notification-tooltip-inner",e.NotificationTooltipClose="notification-tooltip-close",e.NotificationTooltipHeader="notification-tooltip-header",e.NotificationTooltipText="notification-tooltip-text",e.NotificationTooltipCta="notification-tooltip-cta",e.PostMeetingHeader="PostMeetingHeader",e.SectionAccordionDetails="section-accordion-details",e.SectionAccordionSummary="section-accordion-summary",e.SelectIcon="select-icon",e.SelectChevron="select-chevron",e.SelectView="select-view",e.StepNumber="step-number",e.StepNumberString="step-number-string",e.StepNumberCheckmark="step-number-checkmark",e.Tab="tab",e.TooltipInner="tooltip-inner",e.UserView="user-view",e.PrivacyPolicyLink="privacy-policy-link",e.TermsOfServiceLink="terms-of-service-link",e.Version="version",e.NumberStepIncrement="number-step-increment",e.NumberStepDecrement="number-step-decrement",e.NumberStepInput="number-step-input",e.StepNumberWarning="StepNumberWarning",e.SimpleBarScrollable="simple-bar-scrollable",e))(R||{});const R7="_checkbox_f68j6_99",N7="_spaced_f68j6_104",$7="_start_f68j6_109",q7="_checkmark_f68j6_109",H7="_label_f68j6_112",O7="_end_f68j6_116",P7="_disabled_f68j6_120",V7="_input_f68j6_124",T7="_hidden_f68j6_144",W7="_dark_f68j6_156",D7="_checked_f68j6_160",j7="_light_f68j6_186",_e={checkbox:R7,spaced:N7,start:$7,checkmark:q7,label:H7,end:O7,disabled:P7,input:V7,hidden:T7,dark:W7,checked:D7,light:j7},S1=n.forwardRef(function({checked:a,className:l,colorScheme:o,isDisabled:r,label:c,labelComponent:s=C,labelModifier:i="default",labelPosition:d="end",name:m,...u},_){const p=i==="hidden",h=vo("indeterminate",{...u}),g=`${m}-label`;return n.createElement(N,null,({colorScheme:w})=>n.createElement("label",{id:g,className:f(o??w,_e.checkbox,_e[o??w],_e[d],{[_e.disabled]:r,[_e.spaced]:i==="spaced"},l),title:p?c:void 0},n.createElement("input",{ref:_,className:_e.input,type:"checkbox",name:m,checked:a,disabled:r,"aria-labelledby":g,...h}),n.createElement("span",{className:f(_e.checkmark,{[_e.checked]:a})},a&&n.createElement(W,{"data-testid":R.CheckboxCheck,source:P.IconCheckmark})),n.createElement(s,{variant:r?"disabled":"standard",className:f(_e.label,{[_e.hidden]:p})},c)))}),F7="_headerWrapper_1d8w3_4",U7="_relative_1d8w3_8",G7="_absolute_1d8w3_12",X7="_headerInnerWrapper_1d8w3_16",Q7="_small_1d8w3_25",K7="_medium_1d8w3_28",Z7="_large_1d8w3_31",Y7="_start_1d8w3_35",J7="_center_1d8w3_36",ed="_end_1d8w3_37",$e={headerWrapper:F7,relative:U7,absolute:G7,headerInnerWrapper:X7,small:Q7,medium:K7,large:Z7,start:Y7,center:J7,end:ed},td=({enhancerStartClassName:e,enhancerStart:a,enhancerMiddle:l,enhancerEnd:o,enhancerFixedWidth:r=!1,hasBottomBorder:c=!0,position:s="relative",className:i,size:d="large",...m})=>n.createElement("div",{className:f($e.headerWrapper,$e[s],d&&$e[d],i),"data-testid":R.HeaderCore,...m},n.createElement("div",{className:$e.headerInnerWrapper,"data-testid":R.HeaderCoreEnhancers},r?n.createElement(n.Fragment,null,n.createElement("div",{className:f($e.start,e)},a),l&&n.createElement("div",{className:$e.center},l),n.createElement("div",{className:$e.end},o)):n.createElement(n.Fragment,null,a,l,o)),c&&n.createElement(re,{"data-testid":R.HeaderCoreDivider})),nd="_dragAndDropWrapper_14crg_19",ad="_dark_14crg_27",ld="_disabled_14crg_35",od="_light_14crg_40",rd="_error_14crg_53",dt={dragAndDropWrapper:nd,dark:ad,disabled:ld,light:od,error:rd},Ya=({className:e,isDisabled:a,children:l,colorScheme:o,hasError:r,onDrop:c,onDragOver:s,...i})=>{const d=_=>{_.preventDefault(),!a&&c?.(_,_.dataTransfer.files&&Array.from(_.dataTransfer.files),_.dataTransfer.items&&Array.from(_.dataTransfer.items))},m=_=>{_.preventDefault(),!a&&s?.(_)},u=r?dt.error:o==="dark"?dt.dark:dt.light;return n.createElement(Q,{colorScheme:o},n.createElement(ce,{className:f(dt.dragAndDropWrapper,u,a&&dt.disabled,e),onDrop:d,onDragOver:m,isWithShadow:!1,...i},l))},cd="_fileUploadLabel_ut8vl_14",sd="_fileUploadInput_ut8vl_18",id="_noFocus_ut8vl_24",s1={fileUploadLabel:cd,fileUploadInput:sd,noFocus:id},L1=n.forwardRef(({accept:e,ariaLabel:a="Upload files input",children:l,className:o,id:r,isDisabled:c,multiple:s,onChange:i,testId:d,noFocus:m=!1,...u},_)=>{const p=n.useId(),h=r??p;return n.createElement(n.Fragment,null,n.createElement("input",{className:f(s1.fileUploadInput,{[s1.noFocus]:m}),onChange:g=>{i(g),g.target.value=""},type:"file",accept:e,multiple:s,ref:_,id:h,disabled:c,tabIndex:m?-1:0}),n.createElement("label",{...u,className:f(s1.fileUploadLabel,o),htmlFor:h,"aria-label":a,"data-testid":d},l))});L1.displayName="FileUpload";const dd="_heading_16odr_4",md="_small_16odr_4",ud="_medium_16odr_7",fd="_subtitle_16odr_11",_d="_dark_16odr_16",pd="_light_16odr_20",Mt={heading:dd,small:md,medium:ud,subtitle:fd,dark:_d,light:pd},hd=({className:e,padding:a="medium",subtitle:l,title:o,titleFontVariant:r=y.H3,titleHtmlTag:c,colorScheme:s,...i})=>n.createElement(N,null,({colorScheme:d})=>{const m=s??d;return n.createElement("div",{className:f(Mt.heading,Mt[m],Mt[a],e),...i},n.createElement(Q,{colorScheme:m},n.createElement("div",null,c?n.createElement(De,{htmlTag:c,fontVariant:r},o):n.createElement(C,{fontVariant:r},o)),l&&n.createElement(C,{className:Mt.subtitle,fontVariant:y.Body,variant:"tinted"},l)))}),gd="_lineHeading_1shha_4",vd="_heading_1shha_20",ga={lineHeading:gd,heading:vd},wd=({children:e})=>n.createElement("div",{className:ga.lineHeading},n.createElement("div",{className:ga.heading},e)),Ed="_label_106ko_99",xd="_standard_106ko_102",bd="_inline_106ko_116",kd="_hidden_106ko_130",St={label:Ed,standard:xd,inline:bd,hidden:kd},ge=({className:e,colorScheme:a,form:l,fontVariant:o=y.BodyBold,id:r,isLabelHidden:c,isLabelInline:s,isUppercase:i,text:d,variant:m="inherit",...u})=>n.createElement("label",{className:f(St.label,{[St.hidden]:c,[St.inline]:s,[St.standard]:!s},e),htmlFor:r,form:l,...u},n.createElement(N,null,({colorScheme:_})=>n.createElement(C,{isUppercase:i,colorScheme:a??_,fontVariant:o,variant:m},d))),Cd="_container_1muia_102",yd="_small_1muia_124",Bd="_medium_1muia_132",zd="_disabled_1muia_140",Id="_clearButton_1muia_144",Md="_error_1muia_149",Sd="_errorText_1muia_155",Ld="_enhancerStart_1muia_159",Ad="_enhancerEnd_1muia_160",Rd="_inputElement_1muia_165",Nd="_dateSelectButton_1muia_215",$d="_dark_1muia_220",qd="_standard_1muia_220",Hd="_label_1muia_285",Od="_transparent_1muia_298",Pd="_light_1muia_376",Y={container:Cd,small:yd,medium:Bd,disabled:zd,clearButton:Id,error:Md,errorText:Sd,enhancerStart:Ld,enhancerEnd:Ad,inputElement:Rd,dateSelectButton:Nd,dark:$d,standard:qd,label:Hd,transparent:Od,light:Pd},ot=n.forwardRef(({className:e,clearButtonText:a="Clear",clearButtonVariant:l,colorScheme:o,enhancerEnd:r,enhancerStart:c,errorText:s,hasError:i,id:d,isDisabled:m,label:u,labelModifier:_,name:p,onChange:h,onClear:g,onValueChange:w,showClearButton:E=!1,sizeModifier:v="medium",testId:x,type:B="text",value:I,variant:M="standard",...k},S)=>{const z=n.useId(),L=d??z,q=_==="hidden",b=_==="inline",A=b||q,V=n.useRef(null),ae=()=>{const K=V.current;g?g(K?.value??""):w?.(""),K&&K.focus()},ne=n.useCallback(K=>{w&&w(K.currentTarget.value),h&&h(K)},[h,w]),F={text:u,id:L};n.useImperativeHandle(S,()=>({focus:K=>{V.current&&V.current.focus(K)},value:V.current?.value??""}));const{colorScheme:H,theme:Z}=n.useContext(at);return n.createElement("div",{className:f(o??H,Y[M],Y[o??H],{[Y.disabled]:m,[Y.error]:i&&!m},e)},!A&&n.createElement(ge,{className:Y.label,"data-testid":x?`${x}-label`:void 0,htmlFor:L,...F}),n.createElement("div",{className:f(Y.container,{[Y.small]:v==="small",[Y.medium]:v==="medium"})},A&&n.createElement(ge,{isLabelHidden:q,isLabelInline:b,"data-testid":x?`${x}-label`:void 0,htmlFor:L,...F}),c&&n.createElement("div",{className:f(Y.enhancerStart,"mr-2")},c),n.createElement("input",{className:f(Y.inputElement,{[Y.small]:v==="small",[Y.medium]:v==="medium"}),"data-testid":x,disabled:m,id:L,name:p,onChange:ne,ref:V,type:B,value:I,...k}),B==="date"&&n.createElement(W,{source:P.IconCalendar,className:Y.dateSelectButton}),r&&n.createElement("div",{className:Y.enhancerEnd},r),E&&!m&&n.createElement(j,{type:"button",size:"compact",className:Y.clearButton,onClick:ae,"aria-label":"Clear input","data-testid":R.InputClearButton,variant:l??(Z==="theme-legacy"?"transparent":"translucent"),colorScheme:o??H},a)),i&&s&&n.createElement(C,{className:f("mt-2",Y.errorText),variant:"danger",role:"alert"},s))});ot.displayName="Input";const Vd=e=>{const[a,l]=n.useState(e.value??"");return[a,{...e,onChange:o=>l(o.currentTarget.value),value:a}]},Td=e=>n.useMemo(()=>{const a=k1(e),l=is(e);let o="",r="";return Oa(e)||(a&&(o=e),l&&(r=ds(e))),{logoSrcString:o,logoSrcSet:r,isLogoSrcSet:l,isLogoSrcString:a}},[e]),Wd="_logo_1y8qg_4",Dd={logo:Wd},jd=({imageSrc:e,alt:a,className:l,...o})=>{const{logoSrcString:r,logoSrcSet:c,isLogoSrcSet:s}=Td(e);return!r&&!c?null:n.createElement("img",{srcSet:s?c:r,className:f(l,Dd.logo),...o,alt:a})},Fd=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 750 202.59",...e},t.createElement("path",{d:"M342.71,486.52a42.21,42.21,0,0,0-35.78,18.88V490H280.81V641.3h26.78V586.77c5.05,8.56,16.46,15.88,35.12,15.88,27.88,0,46.54-23,46.54-57.95C389.25,509.57,370.59,486.52,342.71,486.52Zm-8.78,92.78c-16.24,0-27.66-11.54-27.66-34.82,0-23.07,11.42-34.6,27.66-34.6,15.59,0,27.44,9.06,27.44,34.6C361.37,570.23,349.52,579.3,333.93,579.3Zm435.78-92.78a42.21,42.21,0,0,0-35.78,18.88V490H707.81V641.3h26.78V586.77c5,8.56,16.46,15.88,35.12,15.88,27.88,0,46.54-23,46.54-57.95C816.25,509.57,797.59,486.52,769.71,486.52Zm-8.78,92.78c-16.24,0-27.66-11.54-27.66-34.82,0-23.07,11.42-34.6,27.66-34.6,15.59,0,27.44,9.06,27.44,34.6C788.37,570.23,776.52,579.3,760.93,579.3ZM590.32,543.16l41.27,56.2H599.1l-11-16c-5.93-9-10.32-15.36-14.49-21.29-4.61,6.59-8.78,12.51-14.49,21.07l-11,16.25h-29l40.39-56.64L521.17,490h32.05l9.44,14.27c5.93,8.78,9.44,14,13.39,19.75,4.17-5.71,7.47-10.75,13.61-19.75L599.54,490H629ZM650.69,490h26.56V599.36H650.69Zm29.93-34.68A16.65,16.65,0,1,1,664,438.7,16.67,16.67,0,0,1,680.62,455.36ZM915,449.3v24H888v144h27v24H864v-192ZM460.37,581.58c-14.05,0-25.9-8.13-27-30.3h77.27c3.51-36.22-16-64.54-50.93-64.54-30.29,0-52.9,23.05-52.9,58,0,36.44,21.07,57.95,53.34,57.95,28.76,0,44.13-14.93,51.15-31.83l-24.15-9C483.2,571,476,581.58,460.37,581.58Zm-.66-74.86c13.83,0,23.49,8.78,24.37,24.81H434.25C436.22,515.72,446.54,506.72,459.71,506.72ZM165,641.3v-24h27v-144H165v-24h51v192Z",fill:"currentColor",transform:"translate(-165 -438.7)"})),Ud="_logo_1glki_4",Gd="_absoluteCenter_1glki_9",Xd="_dark_1glki_15",Qd="_light_1glki_19",Kd="_tertiary_1glki_23",Zd="_large_1glki_27",Yd="_medium_1glki_31",Jd="_small_1glki_35",e8="_full_1glki_39",Lt={logo:Ud,absoluteCenter:Gd,dark:Xd,light:Qd,tertiary:Kd,large:Zd,medium:Yd,small:Jd,full:e8},t8=({colorScheme:e,size:a,position:l,className:o,...r})=>{const c=l==="absoluteCenter";return n.createElement(kt,{source:Fd,className:f(Lt.logo,e&&Lt[e],a&&Lt[a],o,{[Lt.absoluteCenter]:c}),...r})},n8="_closeButton_13k8s_13",a8="_icon_13k8s_22",va={closeButton:n8,icon:a8},rt=({className:e,onClose:a,...l})=>n.createElement(j,{className:f(va.closeButton,e),onClick:a,size:"none",variant:"translucent",noHover:!0,...l},n.createElement(W,{className:va.icon,size:"compact",source:P.IconClose})),Ja=e=>t.createElement("svg",{width:20,height:9,viewBox:"0 0 20 9",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",...e},t.createElement("path",{d:"M11.3379 7.79586C10.5773 8.48041 9.42268 8.48041 8.66207 7.79586L-7.86805e-07 1.74846e-06L20 0L11.3379 7.79586Z",fill:"white"})),el=({controlledIsVisible:e,controlledOnChange:a}={})=>{const[l,o]=n.useState(!1),r=e!==void 0;return{isVisible:r?e:l,setVisible:({isVisible:i,isControlled:d=!1})=>{o(r?!1:i),d&&a?.(i)}}},l8="_tooltipContainer_13v57_4",o8="_tooltip_13v57_4",r8="_fade_13v57_1",c8="_tooltipArrow_13v57_20",s8="_tooltipArrowIcon_13v57_28",i8="_tooltipControl_13v57_36",d8="_tooltipNotification_13v57_42",m8="_headerWrapper_13v57_50",u8="_cta_13v57_57",f8="_closeButton_13v57_62",_8="_top_13v57_68",p8="_bottom_13v57_69",h8="_topCenter_13v57_70",g8="_bottomCenter_13v57_71",v8="_endBottom_13v57_76",w8="_bottomEnd_13v57_80",E8="_topEnd_13v57_81",x8="_left_13v57_85",b8="_right_13v57_86",k8="_topLeft_13v57_118",C8="_topRight_13v57_119",y8="_topStart_13v57_120",B8="_bottomLeft_13v57_135",z8="_bottomRight_13v57_136",I8="_bottomStart_13v57_137",M8="_fullWidth_13v57_214",X={tooltipContainer:l8,tooltip:o8,fade:r8,tooltipArrow:c8,tooltipArrowIcon:s8,tooltipControl:i8,tooltipNotification:d8,headerWrapper:m8,cta:u8,closeButton:f8,top:_8,bottom:p8,topCenter:h8,bottomCenter:g8,endBottom:v8,bottomEnd:w8,topEnd:E8,left:x8,right:b8,topLeft:k8,topRight:C8,topStart:y8,bottomLeft:B8,bottomRight:z8,bottomStart:I8,fullWidth:M8},wa={bottom:"bottom",bottomEnd:"bottom end",bottomLeft:"bottom left",bottomRight:"bottom right",bottomStart:"bottom start",bottomCenter:"bottom",endBottom:"end bottom",left:"left",right:"right",top:"top",topEnd:"top end",topLeft:"top left",topRight:"top right",topStart:"top start",topCenter:"top"},S8=e=>({bottomStart:"bottomEnd",bottomEnd:"bottomStart",topStart:"topEnd",topEnd:"topStart"})[e]||e,L8=(e,a)=>a?wa[S8(e)]||"top":wa[e]||"top",A1=({isOpen:e,tooltipContent:a,closeDelay:l,defaultOpen:o,delay:r,crossOffset:c,offset:s,position:i})=>{const d=so.useTooltipTriggerState({closeDelay:l,defaultOpen:o,delay:r,isOpen:e}),m=n.useRef(null),u=n.useRef(null),{triggerProps:_,tooltipProps:p}=io.useTooltipTrigger({},d,m),h=document?.documentElement?.getAttribute("dir")==="rtl",{overlayProps:g}=Ae.useOverlayPosition({crossOffset:c,isOpen:d.isOpen,offset:s,overlayRef:u,placement:L8(i,h),targetRef:m}),w=n.useMemo(()=>d.isOpen?n.createElement(Ae.Overlay,null,n.createElement("div",{role:"complementary"},n.createElement("div",{...p,ref:u,...g,role:"tooltip"},a))):null,[d,p,g,a]);return{targetRef:m,triggerProps:_,tooltip:w}},A8=({closeButtonAriaLabel:e="Close tooltip",shouldCloseOnOutsideClick:a=!1,colorScheme:l="light",position:o="topRight",usePortal:r=!1,header:c,modifier:s,text:i,ctaText:d,ctaFn:m=()=>{},controlledIsVisible:u,controlledOnChange:_,children:p,className:h,mainWrapperClassName:g,isArrowShown:w=!0,testIdInner:E=R.NotificationTooltipInner,testIdCloseButton:v=R.NotificationTooltipClose,stopPointerDownPropagation:x=!1})=>{const{isVisible:B,setVisible:I}=el({controlledIsVisible:u,controlledOnChange:_}),M=n.useRef(Ra.v4()),k=n.useCallback(()=>I({isVisible:!1,isControlled:!0}),[I]),S=n.useCallback(()=>{a&&k()},[a,k]),z=D.useOnClickOutside(S),L=n.createElement(Q,{colorScheme:l},n.createElement(ce,{"data-portal-id":M.current,ref:z,className:f(X.tooltip,X.tooltipNotification,X[o],s&&X[s],h),"data-testid":E,onPointerDownCapture:x?A=>A.stopPropagation():void 0},c&&n.createElement("div",{className:X.headerWrapper},typeof c=="string"?n.createElement(C,{fontVariant:y.BodyBold,"data-testid":R.NotificationTooltipHeader},c):n.createElement("div",{"data-testid":R.NotificationTooltipHeader},c),n.createElement(rt,{className:X.closeButton,"data-testid":v,onClose:k,"aria-label":e})),n.createElement(C,{fontVariant:y.Body,"data-testid":R.NotificationTooltipText},i),d&&(typeof d=="string"?n.createElement(C,{fontVariant:y.BodyLink,onClick:m,className:X.cta,"data-testid":R.NotificationTooltipCta},d):d),w&&n.createElement("div",{className:X.tooltipArrow},n.createElement(kt,{source:Ja,className:X.tooltipArrowIcon})))),{targetRef:q,tooltip:b}=A1({isOpen:B,position:o,tooltipContent:L});return n.createElement("div",{"data-portal-origin-id":M.current,ref:r?q:void 0,className:f(X.tooltipContainer,s&&X[s],g)},p,!r&&B&&L,r&&b)},R8=({colorScheme:e="light",position:a="topRight",controlledIsVisible:l,controlledOnChange:o,children:r,className:c,content:s,isHoverEnabled:i=!0,isArrowShown:d=!0,mainWrapperClassName:m,wrapperClassName:u,..._})=>{const{isVisible:p,setVisible:h}=el({controlledIsVisible:l,controlledOnChange:o}),g=!!o,w=n.createElement(Q,{colorScheme:e},n.createElement("div",{className:f(X.tooltip,X[a],c),..._},s,d&&n.createElement("div",{className:X.tooltipArrow},n.createElement(kt,{source:Ja,className:X.tooltipArrowIcon})))),{targetRef:E,tooltip:v}=A1({isOpen:p,position:a,tooltipContent:w});return n.createElement("div",{ref:E,className:f(X.tooltipContainer,m)},n.createElement("div",{className:u,onMouseEnter:()=>i&&h({isVisible:!0,isControlled:g}),onMouseLeave:()=>i&&h({isVisible:!1,isControlled:g})},r),v)},N8="_pill_qsw4c_99",$8="_dark_qsw4c_117",q8="_danger_qsw4c_121",H8="_light_qsw4c_126",O8="_closeButton_qsw4c_135",At={pill:N8,dark:$8,danger:q8,light:H8,closeButton:O8},R1=({children:e,className:a,closeButtonAriaLabel:l="Close tooltip",colorScheme:o,isDanger:r=!1,onClose:c,testIdCloseButton:s,...i})=>n.createElement(N,null,({colorScheme:d})=>n.createElement("div",{className:f(At.pill,At[o??d],{[At.danger]:r},a),...i},e,c&&n.createElement(rt,{className:At.closeButton,onClose:c,"data-testid":s,colorScheme:o,"aria-label":l}))),P8="_wrapper_55j2z_4",V8={wrapper:P8},T8=({children:e,className:a,colorScheme:l,title:o,subtitle:r,...c})=>n.createElement(N,null,({colorScheme:s})=>{const i=l??s;return n.createElement(Q,{colorScheme:i},n.createElement("div",{className:f(a,V8.wrapper),...c},n.createElement("div",null,n.createElement("div",null,typeof o=="string"?n.createElement(C,{fontVariant:r?y.BodyBold:y.Body},o):o),n.createElement(C,{fontVariant:y.Small,colorScheme:i},r)),e&&n.createElement("div",{className:"ms-auto"},e)),n.createElement(re,null))}),W8="_wrap_136is_99",D8="_spaced_136is_104",j8="_start_136is_109",F8="_indicator_136is_109",U8="_label_136is_112",G8="_end_136is_116",X8="_input_136is_120",Q8="_dot_136is_141",K8="_dark_136is_151",Z8="_checked_136is_155",Y8="_disabled_136is_158",J8="_light_136is_166",pe={wrap:W8,spaced:D8,start:j8,indicator:F8,label:U8,end:G8,input:X8,dot:Q8,dark:K8,checked:Z8,disabled:Y8,light:J8},tl=n.forwardRef(({checked:e,className:a,colorScheme:l,groupName:o,id:r,isDisabled:c,label:s,labelModifier:i,labelPosition:d="end",value:m,onChange:u,onValueChange:_,...p},h)=>{const g=n.useId(),w=r??g,E=i==="hidden",v=x=>{_?.(x.currentTarget.checked),u?.(x)};return n.createElement(N,null,({colorScheme:x})=>n.createElement("label",{className:f(pe.wrap,pe[l??x],pe[d],{[pe.disabled]:c,[pe.spaced]:i==="spaced"},a),title:E?s:void 0},n.createElement("input",{checked:e,className:pe.input,name:o,onChange:v,value:m,ref:h,...p,id:w,type:"radio",disabled:c}),n.createElement("div",{"aria-hidden":"true",role:"presentation",className:f(pe.indicator,{[pe.checked]:e})},n.createElement("div",{role:"presentation",className:pe.dot})),n.createElement(ge,{className:f(pe.label,"mb-0"),isLabelHidden:E,text:s,variant:c?"disabled":"standard",id:w})))});tl.displayName="RadioButton";const em="_scrollbars_1glps_9",tm={scrollbars:em},ct=n.forwardRef(({autoHide:e,children:a,className:l,onScroll:o,scrollElementRef:r,...c},s)=>{const i=n.useRef(null);return n.useEffect(()=>{const d=i,m=u=>{o?.(u)};return d.current?.addEventListener("scroll",m),()=>d.current?.removeEventListener("scroll",m)},[o]),n.createElement(co,{className:f(tm.scrollbars,l),ref:s,scrollableNodeProps:{ref:d=>{i.current=d,r&&(r.current=d)},"data-testid":R.SimpleBarScrollable},autoHide:e!=="never",...c},a)});ct.displayName="Scrollbars";const nm="_wrap_mihf5_25",am="_indicator_mihf5_29",lm="_arrow_mihf5_29",om="_small_mihf5_34",rm="_large_mihf5_38",cm="_success_mihf5_42",sm="_danger_mihf5_46",im="_busy_mihf5_50",dm="_warning_mihf5_54",mm="_down_mihf5_82",Ze={wrap:nm,indicator:am,arrow:lm,small:om,large:rm,success:cm,danger:sm,busy:im,warning:dm,down:mm},um=({className:e,color:a,role:l,size:o="small",type:r="circle",variant:c,...s})=>{const i=r.includes("arrow"),d={circle:{backgroundColor:a,boxShadow:`0px 0px 10px ${a}`},arrow:{borderColor:`transparent transparent ${a} transparent`}};return n.createElement("div",{className:f(Ze.wrap,e),role:l,...s},n.createElement("div",{className:f(Ze.indicator,Ze[o],c&&Ze[c],{[Ze.arrow]:i,[Ze.down]:r==="arrowDown"}),style:a?d[i?"arrow":"circle"]:{},"data-testid":`indicator-${r}`}))},fm="_stepNumber_15gri_27",_m="_dark_15gri_38",pm="_disabled_15gri_42",hm="_completed_15gri_47",gm="_failed_15gri_52",vm="_active_15gri_57",wm="_light_15gri_63",Ye={stepNumber:fm,dark:_m,disabled:pm,completed:hm,failed:gm,active:vm,light:wm},nl=({className:e,colorScheme:a,isActive:l,isCompleted:o,isFailed:r,isDisabled:c,stepNumber:s,...i})=>n.createElement(N,null,({colorScheme:d})=>n.createElement("div",{className:f(Ye.stepNumber,Ye[a??d],{[Ye.active]:l,[Ye.completed]:o,[Ye.disabled]:c,[Ye.failed]:r},e),"data-testid":R.StepNumber,...i},n.createElement(C,{variant:"inherit",fontVariant:y.BodyBold,"data-testid":R.StepNumberString},o?n.createElement(W,{"data-testid":R.StepNumberCheckmark,source:P.IconCheckmark,size:"mini",className:"d-flex"}):r?n.createElement(W,{"data-testid":R.StepNumberWarning,source:P.IconWarning,size:"mini",className:"d-flex"}):s))),Em=({textareaElement:e,textareaValue:a,enabled:l,maxHeight:o})=>{n.useEffect(()=>{if(e&&l){e.style.height="0px";const r=e.scrollHeight,c=typeof o=="number"&&r>o?o:r+1;e.style.height=`${c}px`}},[e,a,o,l])},xm="_wrap_iazrb_149",bm="_textarea_iazrb_154",km="_errorText_iazrb_191",Cm="_dark_iazrb_195",ym="_clearButton_iazrb_216",Bm="_error_iazrb_191",zm="_disabled_iazrb_233",Im="_light_iazrb_260",Mm="_resizeNone_iazrb_325",Sm="_resizeBoth_iazrb_329",Lm="_resizeV_iazrb_333",Am="_resizeH_iazrb_337",qe={wrap:xm,textarea:bm,errorText:km,dark:Cm,clearButton:ym,error:Bm,disabled:zm,light:Im,resizeNone:Mm,resizeBoth:Sm,resizeV:Lm,resizeH:Am},al=n.forwardRef(({className:e,textareaClassname:a,colorScheme:l,errorText:o,hasError:r,id:c,isDisabled:s,isAutoResize:i=!1,autoResizeMaxHeight:d,label:m,isLabelHidden:u=!1,name:_,onChange:p,onValueChange:h,value:g,resize:w="resizeNone",rows:E=4,...v},x)=>{const B=n.useId(),I=c??B,[M,k]=n.useState(null);Em({textareaElement:M,textareaValue:g,maxHeight:d,enabled:i});const S=n.useCallback(L=>{h&&h(L.currentTarget.value),p&&p(L)},[p,h]),z={text:m,id:I};return n.useImperativeHandle(x,()=>({focus:()=>{M&&M.focus()},value:M?.value}),[M]),n.createElement(N,null,({colorScheme:L})=>n.createElement("label",{className:f(qe.wrap,qe[l??L],{[qe.disabled]:s,[qe.error]:r&&!s},e)},n.createElement(ge,{isLabelHidden:u,...z}),n.createElement("textarea",{rows:E,id:I,name:_,onChange:S,ref:k,value:g,className:f(qe.textarea,a,qe[w]),disabled:s,...v}),r&&o&&n.createElement(C,{className:f("mt-2",qe.errorText),variant:"danger",role:"alert"},o)))});al.displayName="TextArea";const Rm="_underline_1a3e2_4",Nm="_textLink_1a3e2_8",$m="_textLinkContent_1a3e2_22",qm="_truncateWrap_1a3e2_29",Hm="_dark_1a3e2_38",Om="_link_1a3e2_38",Pm="_light_1a3e2_41",Vm="_disabled_1a3e2_45",Tm="_truncated_1a3e2_49",Wm="_uppercase_1a3e2_56",He={underline:Rm,textLink:Nm,textLinkContent:$m,truncateWrap:qm,dark:Hm,link:Om,light:Pm,disabled:Vm,truncated:Tm,uppercase:Wm},lt=({colorScheme:e,children:a,className:l,disabled:o,fontVariant:r,isDisabled:c,isUnderlined:s,isTruncated:i=!1,isUppercase:d,htmlTag:m,target:u,variant:_="link",textStyle:p,textClassName:h,...g})=>n.createElement(N,null,({colorScheme:w})=>{const E=e??w;return n.createElement(se,{className:f(He.textLink,He[E],_==="link"&&He[_],{[He.truncateWrap]:i,[He.disabled]:c||o},l),target:u,disabled:c,htmlTag:c?"div":m,rel:u==="_blank"?"noreferrer noopener":"",...g},n.createElement(C,{className:f(He.textLinkContent,{[He.underline]:s},h),colorScheme:E,fontVariant:r,isTruncated:i,isUppercase:d,style:p,variant:_},a))}),Dm="_row_p7k6r_4",jm="_noneSpacing_p7k6r_10",Fm="_compactSpacing_p7k6r_15",Um="_smallSpacing_p7k6r_20",Gm="_mediumSpacing_p7k6r_25",Xm="_largeSpacing_p7k6r_30",Ea={row:Dm,noneSpacing:jm,compactSpacing:Fm,smallSpacing:Um,mediumSpacing:Gm,largeSpacing:Xm},ke=({children:e,className:a,spacing:l="small",...o})=>n.createElement("div",{className:f(Ea.row,Ea[E1(l)],a),...o},e),Qm="_wrapper_1qo1w_4",Km="_border_1qo1w_11",Zm="_inner_1qo1w_16",Ym="_dark_1qo1w_21",Jm="_hovered_1qo1w_34",e9="_disabled_1qo1w_46",t9="_light_1qo1w_54",n9="_small_1qo1w_119",a9="_medium_1qo1w_126",l9="_large_1qo1w_140",Oe={wrapper:Qm,border:Km,inner:Zm,dark:Ym,hovered:Jm,disabled:e9,light:t9,small:n9,medium:a9,large:l9},ll=({children:e,className:a,colorScheme:l,hasBorder:o=!0,isDisabled:r,isHovered:c,sizeModifier:s="large",href:i,onClick:d,...m})=>n.createElement(N,null,({colorScheme:u})=>n.createElement(se,{className:f(Oe.wrapper,Oe[l??u],s&&Oe[s],{[Oe.disabled]:r},{[Oe.hovered]:c},a),href:i,onClick:d,htmlTag:!i&&!d?"div":void 0,disabled:r,...m},n.createElement(ke,{spacing:"none",className:f(Oe.inner,{[Oe.border]:o})},e))),o9="_listLink_1bsc4_4",r9="_hoverIcon_1bsc4_4",c9="_startAlignedIconTextContainer_1bsc4_13",i1={listLink:o9,hoverIcon:r9,startAlignedIconTextContainer:c9},ol=({children:e,className:a,variant:l,hasBorder:o=!1,icon:r,iconAlignedStart:c,iconColor:s,isFixedIcon:i=!1,sizeModifier:d="small",...m})=>{const u=n.createElement(C,{variant:l},e),_=r&&n.createElement(W,{className:f({[i1.hoverIcon]:!i}),color:s,source:r,size:"compact"});return n.createElement(ll,{hasBorder:o,sizeModifier:d,className:f(i1.listLink,a),...m},c?n.createElement("div",{className:i1.startAlignedIconTextContainer},_,u):n.createElement(n.Fragment,null,u,_))},s9="_light_1e54u_16",i9="_dark_1e54u_17",d9="_wrap_1e54u_21",m9="_bar_1e54u_30",u9="_good_1e54u_40",f9="_warn_1e54u_44",_9="_danger_1e54u_48",p9="_primary_1e54u_52",mt={light:s9,dark:i9,wrap:d9,bar:m9,good:u9,warn:f9,danger:_9,primary:p9};var rl=(e=>(e.Good="good",e.Warn="warn",e.Danger="danger",e.Primary="primary",e))(rl||{});const h9=({backgroundClassName:e,barClassName:a,barColor:l="good",colorScheme:o,progress:r,style:c,...s})=>n.createElement(N,null,({colorScheme:i})=>n.createElement("div",{className:f(o??i,mt.wrap,mt[o??i],e),...s},n.createElement("div",{className:f(mt.bar,mt[l]??mt.good,a),style:{transform:`translateX(${r>100?100:Math.round(r)}%)`,...c}}))),g9="_dark_1gain_13",v9="_light_1gain_32",w9="_input_1gain_160",E9="_container_1gain_165",x9="_spaced_1gain_170",b9="_end_1gain_174",k9="_label_1gain_174",C9="_start_1gain_177",y9="_toggle_1gain_177",B9="_small_1gain_201",z9="_hidden_1gain_222",I9="_indicator_1gain_234",M9="_checked_1gain_277",de={dark:g9,light:v9,input:w9,container:E9,spaced:x9,end:b9,label:k9,start:C9,toggle:y9,small:B9,hidden:z9,indicator:I9,checked:M9},S9=({checked:e,className:a,label:l,labelClassName:o,labelPosition:r="end",labelModifier:c,labelFontWeight:s,onChange:i,isSmall:d,colorScheme:m,...u})=>{const{onKeyDown:_}=D.useEnter(p=>{i(!p.currentTarget.checked)});return n.createElement(N,null,({colorScheme:p})=>n.createElement("label",{className:f(m??p,de.container,de[m??p],r&&de[r],{[de.small]:d,[de.spaced]:c==="spaced"},a)},n.createElement("input",{type:"checkbox",checked:e,className:de.input,onChange:h=>i(h.currentTarget.checked),onKeyDown:_,...u}),n.createElement("div",{className:f(de.toggle,{[de.checked]:e})},n.createElement("div",{className:f(de.indicator)})),n.createElement(C,{fontVariant:s==="bold"?y.BodyBold:y.Body,className:f(de.label,o,{[de.hidden]:c==="hidden"})},l)))},N1=({children:e,className:a,closeDelay:l=0,colorScheme:o="light",crossOffset:r,defaultOpen:c,delay:s=500,isTooltipEnabled:i=!0,offset:d,position:m="top",text:u,tooltipContainerClassName:_,...p})=>{const h=n.useMemo(()=>n.createElement(Q,{colorScheme:o},n.createElement(ce,{className:f(X.tooltip,X.tooltipControl,X[m],a),"data-testid":"tooltip-inner"},typeof u=="string"?n.createElement(C,null,u):u)),[a,o,m,u]),{targetRef:g,triggerProps:w,tooltip:E}=A1({closeDelay:l,crossOffset:r,defaultOpen:c,delay:s,offset:d,position:m,tooltipContent:h});return i?n.createElement("div",{className:f(X.tooltipContainer,_),ref:g,...p},n.Children.map(e,v=>n.isValidElement(v)?n.cloneElement(v,{...w}):v),E):n.createElement(n.Fragment,null,e)},L9="_video_n63fi_16",A9="_mirrored_n63fi_24",xa={video:L9,mirrored:A9},Rt=(e,a)=>{e?.paused&&e.play().catch(l=>{a?.(l)})},cl=n.forwardRef(({srcObject:e,sinkId:a,captionsSrc:l,captionsSrcLang:o,className:r,autoPlay:c=!0,isMirrored:s=!1,playsInline:i=!0,textTrackKind:d,muted:m,onPictureInPictureChange:u,onFailedToResume:_,...p},h)=>{const g=n.useRef(null);n.useImperativeHandle(h,()=>({resume:()=>Rt(g.current,_),focus:()=>g.current?.focus()})),n.useEffect(()=>{const E=g.current;let v=!1;const x=()=>u?.(!0),B=()=>{setTimeout(()=>{v||Rt(E,_)},0),u?.(!1)};return E?.addEventListener("enterpictureinpicture",x),E?.addEventListener("leavepictureinpicture",B),()=>{v=!0,E?.removeEventListener("enterpictureinpicture",x),E?.removeEventListener("leavepictureinpicture",B),E&&document.pictureInPictureElement===E&&document.exitPictureInPicture?.().then(()=>{u?.(!1)})}},[u,_]),n.useEffect(()=>{g.current&&e&&(g.current.srcObject=e)},[e]),n.useEffect(()=>{e?.getAudioTracks().length&&g?.current?.setSinkId?.(a??"")},[a,e]),n.useEffect(()=>{const E=g.current,v=()=>Rt(g.current,_),[x]=e?.getTracks()??[];return E?.addEventListener("suspend",v),E?.addEventListener("pause",v),x?.addEventListener("unmute",v),()=>{E?.removeEventListener("suspend",v),E?.removeEventListener("pause",v),x?.removeEventListener("unmute",v)}},[e,_]);const w=()=>{g.current&&/^((?!chrome|android).)*safari/i.test(navigator.userAgent)&&(m?(g.current.muted=!0,Rt(g.current,_)):g.current.muted=!1)};return n.createElement(N,null,({colorScheme:E})=>n.createElement("video",{ref:g,autoPlay:c,muted:m,playsInline:i,className:f(xa.video,E,{[xa.mirrored]:s},r),onCanPlay:w,...p},d&&n.createElement("track",{kind:d,src:l,srcLang:o,default:!0})))});cl.displayName="Video";const R9=n.forwardRef(({src:e,srcObject:a,captionsSrc:l,captionsSrcLang:o,sinkId:r,play:c,controls:s=!1,onFailure:i=n0.noop,onSuccess:d=n0.noop,...m},u)=>{const _=n.useRef(null);return n.useEffect(()=>{_.current?.setSinkId?.(r??"").catch(i)},[r,i]),n.useEffect(()=>{_.current&&a&&(_.current.srcObject=a,_.current.setSinkId?.(r??"").catch(i))},[r,a,i]),n.useEffect(()=>{c!==void 0&&(async h=>{try{h?(await _.current?.play(),_.current&&d(_.current)):_.current?.pause()}catch(g){i(g)}})(c)},[i,d,c]),n.createElement("audio",{ref:p=>{u&&("current"in u?u.current=p:u(p)),_.current=p},src:e,controls:s,...m},l&&n.createElement("track",{kind:"captions",src:l,srcLang:o}))}),N9=(e,a)=>{const[l,o]=n.useState(!1);return n.useEffect(()=>{a&&e>0&&o(!0)},[e,a]),n.useEffect(()=>{let r;return a&&l&&(r=window.setTimeout(()=>{o(!1)},800)),()=>clearTimeout(r)},[l,a]),l},$9=e=>{const[a,l]=n.useState(e);return n.useEffect(()=>{e>0&&l(e)},[e]),a},q9="_wrapper_10wzf_18",H9="_truncated_10wzf_23",O9="_number_10wzf_23",P9="_counter_10wzf_27",V9="_visible_10wzf_47",T9="_animated_10wzf_51",W9="_pulse_10wzf_1",D9="_info_10wzf_63",j9="_notification_10wzf_73",ze={wrapper:q9,truncated:H9,number:O9,counter:P9,visible:V9,animated:T9,pulse:W9,info:D9,notification:j9},sl=({number:e=0,isVisible:a,variant:l="notification",shouldAnimate:o=!0,isTruncated:r=!1,badgeClassName:c,childrenWrapperClassName:s,children:i,...d})=>{const m=N9(e,o),u=$9(e);return n.createElement("div",{...d,className:f(ze.wrapper,{[ze.truncated]:r},d.className)},i&&n.createElement("div",{className:s},i),n.createElement("div",{"data-testid":R.BadgeCounterNumber,className:f(ze.counter,ze[l],{[ze.animated]:m,[ze.visible]:a,[ze.truncated]:r},c)},n.createElement(C,{colorScheme:l==="info"?"light":"dark",fontVariant:y.SmallBold,className:ze.number},u)))},F9=(e,a)=>e.includes(`
2
2
  `)?e.split(`
3
- `).map(o=>t.createElement(t.Fragment,{key:`${o}:${a}`},o,t.createElement("br",null))):e,A9=new Set(["com","org","net","edu","gov","mil","int","info","biz","name","pro","aero","coop","museum","app","dev","io","co","me","tv","cc","ws","mobi","asia","tel","jobs","travel","cloud","ai","blog","shop","store","site","online","tech","xyz","top","live","space","fun","icu","one","website","ac","ad","ae","af","ag","al","am","ao","aq","ar","as","at","au","aw","ax","az","ba","bb","bd","be","bf","bg","bh","bi","bj","bm","bn","bo","br","bs","bt","bw","by","bz","ca","cd","cf","cg","ch","ci","ck","cl","cm","cn","cr","cu","cv","cw","cx","cy","cz","de","dj","dk","dm","do","dz","ec","ee","eg","er","es","et","eu","fi","fj","fk","fm","fo","fr","ga","gb","gd","ge","gf","gg","gh","gi","gl","gm","gn","gp","gq","gr","gs","gt","gu","gw","gy","hk","hm","hn","hr","ht","hu","id","ie","il","im","in","iq","ir","is","it","je","jm","jo","jp","ke","kg","kh","ki","km","kn","kp","kr","kw","ky","kz","la","lb","lc","li","lk","lr","ls","lt","lu","lv","ly","ma","mc","md","mg","mh","mk","ml","mm","mn","mo","mp","mq","mr","ms","mt","mu","mv","mw","mx","my","mz","na","nc","ne","nf","ng","ni","nl","no","np","nr","nu","nz","om","pa","pe","pf","pg","ph","pk","pl","pm","pn","pr","ps","pt","pw","py","qa","re","ro","rs","ru","rw","sa","sb","sc","sd","se","sg","sh","si","sk","sl","sm","sn","so","sr","ss","st","su","sv","sx","sy","sz","tc","td","tf","tg","th","tj","tk","tl","tm","tn","to","tr","tt","tw","tz","ua","ug","uk","us","uy","uz","va","vc","ve","vg","vi","vn","vu","wf","ws","ye","yt","za","zm","zw"]),q9=/(https?|ftp?:\/\/[^\s]+)/im,s2=/((?:https?:\/\/|ftp?:\/\/|\d{1,3}(?:\.\d{1,3}){3}|[a-zA-Z0-9-]+\.{1}[a-zA-Z0-9-]{2,63})(?:[^\s.]+|\.{1}[a-zA-Z0-9-]{2,63})*)/im,H9=e=>{const a=e.split(/[/?#:]/)[0]??e;if(/^[\d.]+$/.test(a))return!1;const o=a.split("."),l=(o[o.length-1]??"").toLowerCase();return o[0]?.toLowerCase()==="www"?!0:A9.has(l)},O9=e=>e.split(s2).filter(Boolean),P9=e=>!q9.test(e),V9=e=>O9(e).map((a,o)=>s2.test(a)?P9(a)?H9(a)?{id:o,linkType:"tld",value:a,url:`http://${a.replace(/(\/\/)/m,"")}`}:{id:o,linkType:"text",value:a}:{id:o,linkType:"url",value:a,url:a}:{id:o,linkType:"text",value:a}),i2=({text:e,...a})=>{const o=t.useMemo(()=>V9(e),[e]);return t.createElement(t.Fragment,null,o.map(l=>l.linkType!=="text"?t.createElement(nt,{key:l.id,href:l.url,target:"_blank",...a},l.value):$9(l.value,l.id)))},Ee={escape:"Escape",arrowUp:"ArrowUp",arrowRight:"ArrowRight",arrowDown:"ArrowDown",arrowLeft:"ArrowLeft"},T9="_draggable_13pue_19",W9="_dragging_13pue_25",D9="_shadowFocus_13pue_31",d1={draggable:T9,dragging:W9,shadowFocus:D9},j9={};var d2=(e=>(e[e.NONE=0]="NONE",e[e.VERTICAL=1]="VERTICAL",e[e.HORIZONTAL=2]="HORIZONTAL",e))(d2||{});const F9=(e,a)=>{const o=e.getBoundingClientRect().bottom,l=e.getBoundingClientRect().top,r=a.getBoundingClientRect().bottom,c=a.getBoundingClientRect().top;return o>=r?"DOWN":l<=c?"UP":"STOP"},A1=t.forwardRef(({alignWithFloatRootTrigger:e,ariaLabel:a="Draggable",beforeReposition:o,floatRoot:l=void 0,floatRootInset:r=j9,isDisabled:c=!1,isMoveableWithArrowKeys:s=!1,lockStyle:i=0,onPointerMoveExtra:d,onPointerUpExtra:m,onReposition:u,pointerCapture:_=!1,pointerCaptureTarget:p,scrollElementRef:h,scrollOffset:v=10,scrollTimer:w=30,shouldCaptureClick:E=!0,showFocus:g=!0,children:x,className:y,...B},M)=>{let k=t.useRef(null);k=M??k;const[S,I]=t.useState(!1),L=t.useRef(!1),q=t.useRef(r);return t.useEffect(()=>{q.current=r},[r]),t.useEffect(()=>{if(!k.current)return;const b=k.current;if(I(!1),L.current=!1,c)return;let R=b.getBoundingClientRect();const V=h?.current??void 0;let ae=0,ne=0,F=0,H=0,Z,K=0,De=0,ct=V?.scrollTop,oe="STOP",ke,je=!1,Ut=!1;const T1=()=>{document.removeEventListener("pointermove",U1),document.removeEventListener("pointerup",K1),document.removeEventListener("keyup",Z1)},yt=()=>{clearInterval(ke),je=!1,oe="STOP"},Gt=()=>{b.style.left=`${(b.offsetLeft+F)/window.innerWidth*100}%`,b.style.top=`${(b.offsetTop+H)/window.innerHeight*100}%`},W1=()=>{R=b.getBoundingClientRect(),Z=b.offsetParent?.getBoundingClientRect(),K=Z?.left??0,De=Z?.top??0,o&&(o(b),R=b.getBoundingClientRect()),b.style.left=`${R.left-K}px`,b.style.top=`${R.top-De}px`,b.style.removeProperty("right"),b.style.removeProperty("bottom"),b.style.removeProperty("translate"),b.style.transform="none"};b.addEventListener("pointerdown",F1),s&&b.addEventListener("keydown",j1),V?.addEventListener("scroll",G1);function D1(A){I(A),Ut=A}function j1(A){if(A.target!==b||!(A.key===Ee.arrowUp||A.key===Ee.arrowRight||A.key===Ee.arrowDown||A.key===Ee.arrowLeft))return;document.addEventListener("keyup",Z1),A.repeat||W1(),d&&d(b);const Ce=A.shiftKey?10:1;switch(A.key){case Ee.arrowUp:H=-10*Ce;break;case Ee.arrowRight:F=10*Ce;break;case Ee.arrowDown:H=10*Ce;break;case Ee.arrowLeft:F=-10*Ce;break;default:return}Gt(),(F||H)&&(L.current=!0),F=0,H=0}function F1(A){_&&(p??b).setPointerCapture(A.pointerId),A.preventDefault(),A.stopPropagation(),A.button===0&&(D1(!0),W1(),ae=A.clientX,ne=A.clientY,document.addEventListener("pointermove",U1),document.addEventListener("pointerup",K1))}function U1(A){d&&d(b),i!==1&&(F=A.clientX-ae),i!==2&&(H=A.clientY-ne),V?(oe=F9(b,V),oe==="STOP"?(b.style.transform=`translate(${F}px, ${H}px)`,je&&yt()):je||(je=!0,ke=window.setInterval(()=>{if(V)switch((oe==="UP"&&V.scrollTop===0||oe==="DOWN"&&V.scrollHeight-V.clientHeight-V.scrollTop<=1)&&(oe="STOP"),oe){case"DOWN":V.scrollTop+=v;break;case"UP":V.scrollTop-=v;break;case"STOP":b.style.transform=`translate(${F}px, ${H}px)`,yt();break}},w))):b.style.transform=`translate(${F}px, ${H}px)`}function G1(){if(V?.scrollTop!==void 0){if(Ut&&ct!==void 0){const A=V.scrollTop-ct;i!==2&&(H+=A,ne-=A),b.style.transform=`translate(${F}px, ${H}px)`}ct=V.scrollTop}}const X1=()=>{let A=!1,It=!1,Ce=!1,Xt=!1,Qt={overflow:!1};if(l?.current){R=b.getBoundingClientRect();const Fe=l.current.getBoundingClientRect(),Y1=q.current.top??0,J1=q.current.bottom??0,e0=q.current.left??0,t0=q.current.right??0;R.left<Fe.left+e0&&(b.style.left=`${l.current.offsetLeft-K+e0}px`,Ce=!0),R.right>Fe.right-t0&&(b.style.left=`${Fe.right-b.offsetWidth-K-t0}px`,Xt=!0),R.top<Fe.top+Y1&&(b.style.top=`${l.current.offsetTop-De+Y1}px`,A=!0),R.bottom>Fe.bottom-J1&&(b.style.top=`${Fe.bottom-b.offsetHeight-De-J1}px`,It=!0),Qt={overflow:A||It||Ce||Xt,top:A,bottom:It,left:Ce,right:Xt},Qt.overflow&&Gt()}return Qt};e&&(e.current=()=>{const A=X1();u&&u(b,A)});function oo(){R.left+R.width/2>window.innerWidth/2&&(b.style.right=`${(window.innerWidth-R.right)/window.innerWidth*100}%`,b.style.left="auto")}function lo(){R.top+R.height/2>window.innerHeight/2&&(b.style.bottom=`${(window.innerHeight-R.bottom)/window.innerHeight*100}%`,b.style.top="auto")}const Q1=()=>{yt(),m&&m(b),Gt(),b.style.removeProperty("transform"),(F||H)&&(L.current=!0),F=0,H=0,T1();const A=X1();A.overflow||(oo(),lo()),D1(!1),u&&u(b,A)};function K1(A){_&&(p??b).releasePointerCapture(A.pointerId),Q1()}function Z1(){Q1()}return()=>{T1(),b.removeEventListener("pointerdown",F1),s&&b.removeEventListener("keydown",j1),V?.removeEventListener("scroll",G1),yt(),b.style.removeProperty("transform"),Ut&&m?.(b)}},[c,s,l,o,u,m,e,d,w,v,i,_,h,p]),t.createElement($,null,({colorScheme:b})=>t.createElement("div",{role:"region","aria-label":a,tabIndex:s?0:-1,ref:k,className:f(b,{[d1.draggable]:!c,[d1.dragging]:S,[d1.shadowFocus]:s&&g},y),"data-dragging":S?!0:void 0,onClickCapture:E?R=>{L.current&&(R.stopPropagation(),R.preventDefault(),L.current=!1)}:void 0,...B},x))});A1.displayName="Draggable";const U9="_box_kq00y_4",G9="_fillHeight_kq00y_8",X9="_overflow-hidden_kq00y_14",Q9="_nonePadding_kq00y_18",K9="_compactPadding_kq00y_22",Z9="_smallPadding_kq00y_26",Y9="_mediumPadding_kq00y_30",J9="_largePadding_kq00y_34",eu="_scrollbar_kq00y_38",mt={box:U9,fillHeight:G9,"overflow-hidden":"_overflow-hidden_kq00y_14",overflowHidden:X9,nonePadding:Q9,compactPadding:K9,smallPadding:Z9,mediumPadding:Y9,largePadding:J9,scrollbar:eu},m2=t.forwardRef(({fillHeight:e=!0,hasFooterShadow:a=!0,headerContent:o,headerContentBelowDivider:l,footerContent:r,padding:c="small",headerPadding:s=c,footerPadding:i=c,overflowHidden:d=!1,withScrollbars:m=!0,scrollbarRef:u,children:_,scrollElementRef:p,scrollElementClassname:h,onScroll:v,className:w,...E},g)=>{const x=t.useId();return t.createElement(re,{hasFooterShadow:a,className:f(mt.box,{[mt.fillHeight]:e},{[mt.overflowHidden]:d},w),padding:"none",headerContent:o,headerContentBelowDivider:l,footerContent:r,footerPadding:i,headerPadding:s,ref:g,...E},_&&m?t.createElement(rt,{ref:u,scrollElementRef:p,className:f(mt.scrollbar),ariaLabel:`Scrollable panel content ${x}`,onScroll:v},t.createElement("div",{className:f(mt[ue(c)],h)},_)):_)});m2.displayName="Panel";const q1=e=>({focusFrom:t.useCallback(()=>{if(e){const o=e.tabIndex;e.tabIndex=-1,e.focus(),e.tabIndex=o}},[e])}),tu=({children:e})=>La.createPortal(e,document.body),h1=(()=>{const e=[],a=l=>{const r=e.indexOf(l);r!==-1&&e.splice(r,1)};return{add:l=>(e.push(l),()=>{a(l)}),isLast:l=>e.length?e[e.length-1]===l:!1,remove:a}})(),nu=e=>{const a=l=>l?.dataset?.focusRoot==="1";return(()=>{let l=e;for(;l;){if(a(l))return l;l=l.parentElement}})()},u2=e=>{const a=g1.tabbable(e,{includeContainer:!1});if(!a.length){et(e);return}et(a[0],e)},et=(e,a)=>{if(e!==document.activeElement){if(!e?.focus){et(a);return}e?.focus()}},au=(e,a)=>{const o=l=>{if(l.key?.toLowerCase()!=="tab"||!h1.isLast(a))return;const r=g1.tabbable(e,{includeContainer:!1}),c=r[r.length-1],s=r[0];if(r.length===0){et(e);return}l.shiftKey?l.target===s&&(et(c),l.preventDefault()):l.target===c&&(et(s),l.preventDefault())};return[()=>{document.addEventListener("keydown",o)},()=>{document.removeEventListener("keydown",o)}]},ou=(e=!0)=>{const a=t.useRef(Ra.v4()),o=t.useRef(null),l=t.useRef(null),r=t.useRef(!1);t.useEffect(()=>{r.current=e},[e]),!r.current&&e&&(o.current=document.activeElement);const c=t.useCallback(s=>{l.current=s,!(!e||!s)&&(s.setAttribute("data-focus-root","1"),s.contains(document.activeElement)||u2(s))},[e]);return t.useEffect(()=>{const s=l.current,i=a.current;if(!e||!s)return;const[d,m]=au(s,i);h1.add(i),d?.();const u=o.current;return()=>{h1.remove(i),m?.();const _=document.activeElement,p=nu(_),h=p&&p===s,v=_&&g1.isFocusable(_);o.current=null,!(!u||!h&&v)&&u.focus?.()}},[e]),{focusTrapRef:l,setFocusTrapRef:c}},lu="_modalWrapper_1ywmd_4",ru="_modalMask_1ywmd_18",cu="_fade_1ywmd_1",su="_modal_1ywmd_4",iu="_compact_1ywmd_44",du="_small_1ywmd_47",mu="_medium_1ywmd_50",uu="_large_1ywmd_53",fu="_auto_1ywmd_56",_u="_closeButton_1ywmd_60",pu="_closeButtonIcon_1ywmd_71",hu="_nonePadding_1ywmd_93",vu="_compactPadding_1ywmd_97",gu="_smallPadding_1ywmd_101",wu="_mediumPadding_1ywmd_105",Eu="_largePadding_1ywmd_109",xu="_overlay_1ywmd_113",bu="_slide_1ywmd_1",ku="_positioned_1ywmd_122",Cu="_scrollbars_1ywmd_126",zu="_keycap_1ywmd_132",xe={modalWrapper:lu,modalMask:ru,fade:cu,modal:su,compact:iu,small:du,medium:mu,large:uu,auto:fu,closeButton:_u,closeButtonIcon:pu,nonePadding:hu,compactPadding:vu,smallPadding:gu,mediumPadding:wu,largePadding:Eu,overlay:xu,slide:bu,positioned:ku,scrollbars:Cu,keycap:zu};var f2=(e=>(e.Overlay="overlay",e.Positioned="positioned",e))(f2||{});const yu=({children:e,...a})=>t.createElement("div",{...a},e),Wt=t.forwardRef(({canDrag:e=!1,children:a,className:o,closeButton:l=lt,closeButtonAriaLabel:r="Close tooltip",closeOnOutsideClick:c=!0,colorScheme:s="light",footerContent:i,footerPadding:d,hasBackground:m,hasFooterShadow:u,headerContent:_,headerPadding:p,isOpen:h=!1,modalType:v="overlay",onClose:w,padding:E="medium",scrollbarsAriaLabel:g,sizeModifier:x="small",style:y,testIdCloseButton:B=N.ButtonModalClose,uniqueTitle:M,withCloseButton:k=!1,withMask:S=!0,withScrollbars:I=!0,wrapperClassName:L,...q},b)=>{const R=()=>{c&&w?.()},V=D.useOnClickOutside(R),{focusTrapRef:ae,setFocusTrapRef:ne}=ou(h),F=t.useRef(null),[H,Z]=t.useState(null),{focusFrom:K}=q1(H),De=I?rt:yu;t.useImperativeHandle(b,()=>({focus:()=>{ae.current instanceof HTMLElement?u2(ae.current):H&&K()}})),t.useEffect(()=>{const ke=je=>{je.key==="Escape"&&w?.()};return h?document.addEventListener("keydown",ke):document.removeEventListener("keydown",ke),()=>document.removeEventListener("keydown",ke)},[h,w]);const{colorScheme:ct}=t.useContext(tt);let oe=t.createElement(Q,{colorScheme:s??ct},t.createElement(re,{className:f(xe.modal,xe[v],x!=="none"&&xe[x],!e&&o),ref:v==="positioned"?ke=>{Z(ke)}:ne,hasBackground:m,headerContent:_,footerContent:i,headerPadding:p,footerPadding:d,hasFooterShadow:u,...!e&&{style:y}},t.createElement(De,{className:xe.scrollbars,...I?{ariaLabel:g}:{"aria-label":g}},t.createElement("div",{role:"presentation",ref:V,className:xe[ue(E)]},t.createElement("div",{role:"dialog","aria-modal":"true","aria-label":M},k&&t.createElement(l,{"aria-label":r,className:xe.closeButton,"data-testid":B,onClose:w}),a)))));return e&&(oe=t.createElement(A1,{className:o,style:y,floatRoot:F},oe)),S&&(oe=t.createElement("div",{role:"presentation",className:f(xe.modalMask,L),"data-testid":N.ModalMask},oe)),h?t.createElement(tu,null,t.createElement("div",{className:xe.modalWrapper,role:"region",ref:F,...q},oe)):null});Wt.displayName="Modal";const Iu=({className:e,colorScheme:a,hotkeyLabel:o,keyCap:l,onClose:r,...c})=>t.createElement(_2,{className:e,hotkeyLabel:o,keyCap:l,...c},t.createElement(lt,{colorScheme:a,onClose:r})),_2=({children:e,className:a,delay:o=0,hotkeyLabel:l,keyCap:r="ESC",position:c="bottomEnd",...s})=>t.createElement($1,{delay:o,position:c,text:t.createElement(p2,{label:l,keyCap:r}),tooltipContainerClassName:a,...s},e),p2=({label:e,keyCap:a})=>t.createElement("div",{className:"d-inline-flex items-center gap-1"},t.createElement(C,null,e),t.createElement("div",{className:xe.keycap},t.createElement(C,{fontVariant:z.Small},a))),Bu="_list_1kobu_4",Mu="_noneSpacing_1kobu_9",Su="_compactSpacing_1kobu_16",Lu="_smallSpacing_1kobu_23",Ru="_mediumSpacing_1kobu_30",Nu="_largeSpacing_1kobu_37",xa={list:Bu,noneSpacing:Mu,compactSpacing:Su,smallSpacing:Lu,mediumSpacing:Ru,largeSpacing:Nu},Ct=({children:e,className:a,spacing:o="small",...l})=>t.createElement("div",{className:f(xa.list,xa[E1(o)],a),...l},e),h2=({enhancerEnd:e,version:a,headingText:o="About Pexip",privacyPolicyLinkText:l="Privacy Policy",privacyPolicyUrl:r="https://pexip.com/privacy-policy/",termsOfServiceLinkText:c="Terms of Service",termsOfServiceUrl:s="https://pexip.com/terms-of-service/",...i})=>t.createElement(Ct,{className:"ml-3 mr-3 mb-2",...i},o&&t.createElement(be,null,t.createElement(Te,{className:"mb-3 mt-2",fontVariant:z.H5,htmlTag:"h1"},o)),r&&l&&t.createElement(be,{spacing:"small"},t.createElement(nt,{href:r,target:"_blank","data-testid":N.PrivacyPolicyLink},l)),c&&s&&t.createElement(be,{spacing:"small"},t.createElement(nt,{href:s,target:"_blank","data-testid":N.TermsOfServiceLink},c)),t.createElement(fe,{className:"mt-5 mb-3"}),t.createElement(C,{"data-testid":N.Version},"Version: ",a),e),$u=bt(Wt,"light"),Au=({className:e,isOpen:a=!1,onClose:o,version:l,headingText:r,privacyPolicyUrl:c,privacyPolicyLinkText:s,termsOfServiceUrl:i,termsOfServiceLinkText:d,aboutTextEnhancerEnd:m,...u})=>t.createElement($u,{padding:"none",onClose:o,isOpen:a,withCloseButton:!0,className:e,...u},t.createElement(h2,{version:l,headingText:r,privacyPolicyUrl:c,privacyPolicyLinkText:s,termsOfServiceUrl:i,termsOfServiceLinkText:d,enhancerEnd:m})),Dt=e=>a=>{a.key==="Enter"&&e(a)},qu="_chevron_ansc0_4",Hu="_toggle_ansc0_12",Ou="_summary_ansc0_16",Pu="_content_ansc0_24",Vu="_expanded_ansc0_29",Tu="_accordionButton_ansc0_33",Wu="_dark_ansc0_40",Du="_meta_ansc0_47",ju="_light_ansc0_51",Ne={chevron:qu,toggle:Hu,summary:Ou,content:Pu,expanded:Vu,accordionButton:Tu,dark:Wu,meta:Du,light:ju},Fu=({canOnlyToggleWithTitle:e,children:a,className:o,isExpanded:l,onExpand:r,...c})=>{const s=f(Ne.summary,o);return e?t.createElement("div",{className:s},a):t.createElement(ce,{className:s,"aria-expanded":l,onClick:r,onKeyDown:Dt(r),...c},a)},Uu=({isExpanded:e})=>{const a=e?P.IconChevronDown:P.IconChevronRight;return t.createElement(W,{size:"compact",source:a,className:f(Ne.chevron,"me-2")})},Gu=({children:e,isExpanded:a,canOnlyToggleWithTitle:o,onExpand:l})=>{const r=()=>t.createElement(t.Fragment,null,t.createElement(Uu,{isExpanded:a}),e);return o?t.createElement(ce,{className:Ne.accordionButton,"aria-expanded":a,onClick:l,onKeyDown:Dt(l)},t.createElement(r,null)):t.createElement("div",{className:Ne.accordionButton},t.createElement(r,null))},Xu=({meta:e})=>{const a="d-inline ms-2";return typeof e=="string"?t.createElement(C,{fontVariant:z.BodyBold,className:f(Ne.meta,a)},e):t.createElement("div",{className:a},e)},Qu=({canOnlyToggleWithTitle:e,children:a,enhancerEnd:o,meta:l,isExpanded:r,onExpand:c,className:s,...i})=>t.createElement(Fu,{canOnlyToggleWithTitle:e,className:s,isExpanded:r,onExpand:c,...i},t.createElement("div",{className:"d-flex align-items-center"},t.createElement(Gu,{canOnlyToggleWithTitle:e,isExpanded:r,onExpand:c},a),t.createElement(Xu,{meta:l}),t.createElement("div",{className:"ml-auto"},o))),Ku=({buttonClassName:e,canOnlyToggleWithTitle:a,children:o,className:l,colorScheme:r,contentClassName:c,dataTestId:s,enhancerEnd:i,isExpanded:d=!1,meta:m,onToggle:u,title:_,...p})=>{const[h,v]=t.useState(d),w=D.usePrevious(h),E=g=>{g.preventDefault(),v(x=>!x)};return t.useEffect(()=>{h!==(w||!1)&&u?.(h)},[u,h,w]),t.createElement($,null,({colorScheme:g})=>t.createElement("div",{role:"group",className:f(Ne[r??g],l),...p},t.createElement(Qu,{canOnlyToggleWithTitle:a,meta:m,isExpanded:h,onExpand:E,className:e,enhancerEnd:i,"data-testid":s},typeof _=="string"?t.createElement(C,{fontVariant:z.BodyBold},_):_),t.createElement("div",{className:f(Ne.content,{[Ne.expanded]:h},c)},o)))},Zu="_secondaryWrapper_1plhf_4",Yu="_statusWrapper_1plhf_10",Ju="_statusItem_1plhf_18",ef="_eventsList_1plhf_22",tf="_eventItem_1plhf_26",nf="_contentWrapper_1plhf_32",af="_disabled_1plhf_42",ve={secondaryWrapper:Zu,statusWrapper:Yu,statusItem:Ju,eventsList:ef,eventItem:tf,contentWrapper:nf,disabled:af},of=({actionButton:e,disabled:a=!1,eventsItems:o,eventsTitle:l,statusItems:r,title:c,titleEnhancerStart:s})=>t.createElement(qa,{title:c,titleEnhancerStart:s,secondaryComponent:t.createElement("div",{className:f(ve.secondaryWrapper,a&&ve.disabled,"p-4")},r.map(i=>t.createElement("div",{className:ve.statusWrapper,key:`${i.label}${i.content}`},t.createElement(C,{variant:"inherit",fontVariant:z.Body,className:ve.statusItem},i.label),t.createElement(C,{variant:"inherit",fontVariant:z.BodyBold,className:ve.statusItem},i.content))))},t.createElement("div",{className:f(ve.contentWrapper,a&&ve.disabled,"p-4")},t.createElement(Te,{className:"mb-2",htmlTag:"h3",variant:"inherit",fontVariant:z.H5},l),t.createElement(Ct,{spacing:"none",className:ve.eventsList},o.map(i=>t.createElement(be,{key:i.label},t.createElement(nt,{onClick:i.action,isUnderlined:!!i.action,className:ve.eventItem},i.label)))),t.createElement(nt,{variant:"inherit",fontVariant:z.BodyBold,isDisabled:!0,onClick:e.action},e.label))),lf="_wrapper_16uxo_4",rf={wrapper:lf},cf={width:16,height:9},sf=({children:e,className:a,dimensions:o=cf,isActive:l=!0,style:r,...c})=>{const s=l?{"--aspect-ratio-height":o.height,"--aspect-ratio-width":o.width}:void 0;return t.createElement("div",{style:{...r,...s},className:f(rf.wrapper,a),...c},e)},df="_bar_19iud_4",mf="_absoluteTop_19iud_12",uf="_absoluteBottom_19iud_17",ff="_relative_19iud_22",_f="_row_19iud_26",pf="_rowReverse_19iud_30",hf="_column_19iud_34",vf="_columnReverse_19iud_38",gf="_spaceBetween_19iud_42",wf="_center_19iud_46",Ef="_nonePadding_19iud_50",xf="_compactPadding_19iud_54",bf="_smallPadding_19iud_58",kf="_mediumPadding_19iud_62",Cf="_largePadding_19iud_66",ut={bar:df,absoluteTop:mf,absoluteBottom:uf,relative:ff,row:_f,rowReverse:pf,column:hf,columnReverse:vf,spaceBetween:gf,center:wf,nonePadding:Ef,compactPadding:xf,smallPadding:bf,mediumPadding:kf,largePadding:Cf},zf=({children:e,className:a,position:o="relative",padding:l="none",flexDirection:r="row",justifyContent:c="spaceBetween",...s})=>t.createElement("div",{className:f(ut.bar,ut[ue(l)],ut[o],ut[r],ut[c],a),...s},e),yf="_wrapper_1f5cx_14",If="_list_1f5cx_20",Bf="_listItem_1f5cx_27",Mf="_crumbLabel_1f5cx_30",Sf="_crumbLink_1f5cx_43",wt={wrapper:yf,list:If,listItem:Bf,crumbLabel:Mf,crumbLink:Sf},ba=(e,a,o)=>{e.preventDefault(),a.action?a.action():a.url&&o(a.url)},Lf=({className:e,crumbs:a,enhancerEnd:o,enhancerStart:l,handleNavigate:r})=>{const s=[...a].reverse().slice(1).find(i=>i.url||i.action);return t.createElement("nav",{className:f(e,wt.wrapper),"aria-label":"breadcrumbs"},l,(s?.url||s?.action)&&t.createElement(j,{href:s.url,onClick:i=>ba(i,s,r),htmlTag:"a",size:"none",variant:"transparent",className:"mr-3","aria-label":`Go back to ${s.label}`},t.createElement(W,{source:P.IconArrowLeftRegular,size:"medium"})),t.createElement("ul",{className:wt.list},a.map(i=>t.createElement("li",{key:`${i.label}${i.url}`,className:wt.listItem},i.action??i.url?t.createElement(ce,{className:wt.crumbLink,href:i.url,htmlTag:"a",onClick:d=>ba(d,i,r)},t.createElement(ka,{label:i.label})):t.createElement(ka,{label:i.label})))),o)},ka=({label:e})=>t.createElement(C,{fontVariant:z.BodyBold,className:wt.crumbLabel},e),Rf="_svg_1ww8x_4",Nf="_circle_1ww8x_13",Ca={svg:Rf,circle:Nf},$f=({duration:e=60,className:a,...o})=>{const l=t.useMemo(()=>e,[]);return t.createElement("svg",{viewBox:"0 0 32 32",className:f(Ca.svg,a),role:"img","aria-label":"timer",...o},t.createElement("circle",{r:"16",cx:"16",cy:"16",className:Ca.circle,style:{animationDuration:`${l}s`}}))},Af="_countdownWrapper_nht8u_11",qf="_countdownNumber_nht8u_20",Hf="_svg_nht8u_24",Of="_circleMain_nht8u_33",Pf="_circleBackground_nht8u_34",Vf="_countdown_nht8u_11",Pe={countdownWrapper:Af,countdownNumber:qf,svg:Hf,circleMain:Of,circleBackground:Pf,countdown:Vf},za=({className:e})=>t.createElement("circle",{className:e,r:"35",cx:"40",cy:"40"}),Tf=({currentCount:e=0,startCountFrom:a=5,shouldStartCountDown:o})=>(t.useEffect(()=>{document.documentElement.style.setProperty("--countdown-animation-duration",`${a}`)},[a]),t.createElement("div",{className:Pe.countdownWrapper},t.createElement(C,{className:Pe.countdownNumber,colorScheme:"light",fontVariant:z.H1},e),t.createElement("svg",{role:"img","aria-label":"Circle countdown",className:Pe.svg},t.createElement(za,{className:f(Pe.circleBackground,o?Pe.countdown:"")}),t.createElement(za,{className:f(Pe.circleMain,o?Pe.countdown:"")})))),Wf=({startCountFrom:e=5,msInterval:a=1e3,shouldStartCountDown:o})=>{const{startCountDown:l,currentCount:r}=D.useCountDown({startCountFrom:e,enabled:o,msInterval:a});return t.useEffect(()=>{o&&l()},[o,l]),t.createElement(Tf,{startCountFrom:e,shouldStartCountDown:o,currentCount:r})},Df="_tabs_1v2zs_4",jf="_light_1v2zs_10",Ff="_dark_1v2zs_13",Uf="_small_1v2zs_16",Gf="_tab_1v2zs_4",Xf="_active_1v2zs_34",Qf="_canClickActive_1v2zs_34",Kf="_large_1v2zs_46",Zf="_medium_1v2zs_49",Ie={tabs:Df,light:jf,dark:Ff,small:Uf,tab:Gf,active:Xf,canClickActive:Qf,large:Kf,medium:Zf},Yf=({allowActiveTabToBeClicked:e=!1,tabs:a,selectedTabID:o,onTabChange:l,className:r,sizeModifier:c="large"})=>t.createElement($,null,({colorScheme:s})=>t.createElement("div",{role:"tablist",className:f(s,Ie[s],Ie[c],Ie.tabs,r)},a.map(({name:i,id:d,textEndContent:m,testId:u})=>t.createElement("button",{type:"button","data-testid":u,onClick:()=>{(o!==d||o===d&&e)&&l(d)},role:"tab",key:d,className:f(Ie.tab,Ie[s],Ie[c],{[Ie.active]:d===o,[Ie.canClickActive]:e})},t.createElement(C,{fontVariant:c==="small"?z.SmallBold:z.BodyBold,className:f({"p-relative":!!m})},i,m))))),Jf="_wrap_yqav1_4",e_="_buttonContainer_yqav1_10",t_="_dropContent_yqav1_17",n_="_fade_yqav1_1",a_="_contentTextNoWrap_yqav1_25",o_="_topLeft_yqav1_30",l_="_bottomLeft_yqav1_31",r_="_topRight_yqav1_35",c_="_bottomRight_yqav1_36",s_="_topMiddle_yqav1_42",i_="_bottomMiddle_yqav1_53",d_="_middleLeft_yqav1_62",m_="_middleRight_yqav1_63",u_="_limitSize_yqav1_84",f_="_row_yqav1_89",__="_rowReverse_yqav1_93",p_="_column_yqav1_97",h_="_columnReverse_yqav1_101",ge={wrap:Jf,buttonContainer:e_,dropContent:t_,fade:n_,contentTextNoWrap:a_,topLeft:o_,bottomLeft:l_,topRight:r_,bottomRight:c_,topMiddle:s_,bottomMiddle:i_,middleLeft:d_,middleRight:m_,limitSize:u_,row:f_,rowReverse:__,column:p_,columnReverse:h_},jt=({buttonClassName:e,buttonLabel:a="Toggle drop content",canCloseOutside:o=!0,children:l,className:r,closeOnEscape:c=!1,content:s,contentClassName:i,dropContentRole:d,dropContentLabel:m,interactiveElement:u,isContentTextWrapped:_=!1,isDisabled:p,isOpen:h=!1,limitSize:v=!1,onClose:w,onContainerClick:E,onContentVisibilityChange:g,onOutsideClose:x,position:y="bottomLeft",flexDirection:B="row",...M})=>{const[k,S]=t.useState(h),I=t.useRef(M);I.current=M;const L=t.useCallback(()=>{w?.(),S(!1)},[w]),q=t.useCallback(()=>{o&&(L(),x?.())},[o,x,L]);t.useEffect(()=>{const H=Z=>{Z.key===Ee.escape&&L()};return H&&(k?document.addEventListener("keydown",H,!0):document.removeEventListener("keydown",H,!0)),()=>H&&document.removeEventListener("keydown",H,!0)},[c,L,k]);const b=t.useCallback(H=>{E?.(),k&&w?.(),S(Z=>!Z),H.stopPropagation()},[k,w,E]),R=t.useCallback(H=>H.stopPropagation(),[]),V=H=>{H.stopPropagation(),w?.(),S(!1)};t.useEffect(()=>{g&&g(k)},[k,g]);const ae=D.useOnClickOutside(q),ne=t.useMemo(()=>t.createElement(t.Fragment,null,typeof l=="function"?l(k):l),[l,k]),F=t.useMemo(()=>u?.({"aria-label":a,children:ne,className:f(ge.buttonContainer,e),onClick:b,onKeyDown:R,...I.current},k)??t.createElement(ce,{"aria-label":a,className:f(ge.buttonContainer,e),onClick:b,onKeyDown:R,...I.current},ne),[e,a,R,b,u,k,ne]);return p?t.createElement("div",{className:f(ge.wrap,r),ref:ae},ne):t.createElement("div",{className:f(ge.wrap,r),ref:ae},F,k&&t.createElement("div",{"aria-label":m,role:d,className:f(ge.dropContent,ge[y],ge[B],{[ge.contentTextNoWrap]:!_,[ge.limitSize]:v},i)},typeof s=="function"?s(V):s))},v_="_dark_1flzb_20",g_="_light_1flzb_46",w_="_container_1flzb_169",E_="_errorText_1flzb_170",x_="_containerWrapContent_1flzb_174",b_="_selectWrapper_1flzb_178",k_="_fullWidth_1flzb_184",C_="_view_1flzb_187",z_="_select_1flzb_178",y_="_compact_1flzb_244",I_="_small_1flzb_248",B_="_medium_1flzb_251",M_="_hasIcon_1flzb_254",S_="_textWrapper_1flzb_258",L_="_label_1flzb_265",R_="_text_1flzb_258",N_="_icon_1flzb_273",$_="_chevron_1flzb_274",A_="_error_1flzb_170",q_="_inlineLabel_1flzb_311",H_="_disabled_1flzb_328",O={dark:v_,light:g_,container:w_,errorText:E_,containerWrapContent:x_,selectWrapper:b_,fullWidth:k_,view:C_,select:z_,compact:y_,small:I_,medium:B_,hasIcon:M_,textWrapper:S_,label:L_,text:R_,icon:N_,chevron:$_,error:A_,inlineLabel:q_,disabled:H_},O_="_fullWidth_7juwi_12",P_="_button_7juwi_16",V_="_wrapper_7juwi_20",T_="_menu_7juwi_25",W_="_checkboxWrapper_7juwi_29",D_="_textWrapper_7juwi_41",te={fullWidth:O_,button:P_,wrapper:V_,menu:T_,checkboxWrapper:W_,textWrapper:D_},v2=({buttonType:e,className:a,colorScheme:o,dropContentPosition:l,errorText:r,hasError:c,iconType:s,isDisabled:i,isFullWidth:d,isOpen:m=!1,isTruncated:u=!1,label:_,labelModifier:p,menuComponent:h,multipleSelectionText:v="selected",noSelectionText:w,onContentVisibilityChange:E,onOutsideClose:g,options:x,sizeModifier:y="medium",testId:B,value:M=[],wrapContent:k=!1})=>t.createElement($,null,({colorScheme:S})=>t.createElement(jt,{buttonLabel:_,type:e,className:f(te.fullWidth,a),content:h,contentClassName:f({[te.fullWidth]:d}),isOpen:x.length>0&&m,isDisabled:i,onOutsideClose:g,onContentVisibilityChange:E,position:l,interactiveElement:I=>t.createElement(ce,{...I,className:f(o??S,O.container,O[o??S],te.button,{[te.fullWidth]:d,[O.disabled]:i,[O.error]:c&&!i,[O.containerWrapContent]:k}),"data-testid":B},t.createElement(j_,{iconType:s,isDisabled:i,isFullWidth:d,isTruncated:u,labelModifier:p,multipleSelectionText:v,noSelectionText:w,options:x,selectLabel:_,sizeModifier:y,value:M}),c&&r&&t.createElement(C,{className:f("mt-2",O.errorText),variant:"danger"},r))})),j_=({iconType:e,isDisabled:a,isFullWidth:o,isTruncated:l,labelModifier:r,multipleSelectionText:c,noSelectionText:s,options:i,selectLabel:d,sizeModifier:m,value:u})=>{const _=r==="hidden",p=r==="inline",h=g=>i.find(x=>x.id===g)?.label??g,v=p||_,w={text:d},E=()=>u.length===1?h(u[0]):u.length>1&&!l?u.map(g=>h(g)).join(", "):u.length===0&&!s||u.length>1?`${u.length} ${c}`:s;return t.createElement(t.Fragment,null,!v&&t.createElement(he,{className:f(O.label),...w}),t.createElement(ce,{className:f(O.selectWrapper,{[te.fullWidth]:o}),htmlTag:"div",disabled:a},t.createElement("div",{className:f(O.view,O[m],{[O.hasIcon]:!!e}),"data-testid":N.MultiselectView},v&&t.createElement(he,{className:f(O.inlineLabel),isLabelHidden:_,isLabelInline:p,...w}),!!e&&t.createElement(W,{size:"compact",source:e,className:O.icon}),t.createElement("div",{className:f(O.textWrapper,te.textWrapper)},t.createElement("span",{className:O.text},E())),t.createElement(W,{size:m==="medium"?"compact":"mini",source:P.IconChevronDown,className:O.chevron}))))},F_=bt(re,"light"),g2=({descriptionFontVariant:e,isFullWidth:a,labelFontVariant:o,menuTestId:l,onSelectChange:r,options:c,value:s=[],...i})=>{const d=({id:m,checked:u})=>{let _=[];!s.includes(m)&&u?_=[...s,m]:s.includes(m)&&!u&&(_=s.filter(h=>h!==m));const p=_.map(h=>({id:h,label:c.find(v=>v.id===h)?.label??"No label"}));r(p)};return t.createElement(v2,{options:c,value:s,isFullWidth:a,menuComponent:t.createElement(U_,{descriptionFontVariant:e,isFullWidth:a,labelFontVariant:o,onChange:d,options:c,selection:s,testId:l}),...i})},w2=({children:e,className:a,description:o,descriptionFontVariant:l=z.Body,...r})=>t.createElement("div",null,t.createElement(C,{...r,className:a},e),o&&t.createElement(C,{...r,className:f("d-block mb-1",a),fontVariant:l},o)),U_=({descriptionFontVariant:e,isFullWidth:a=!1,labelComponent:o=w2,labelFontVariant:l,onChange:r,options:c,selection:s,testId:i})=>{const d=m=>{r({id:m.currentTarget.name,checked:m.currentTarget.checked})};return c.length>0?t.createElement(F_,{className:f(te.wrapper,{[te.fullWidth]:a},"py-3"),"data-testid":i},t.createElement(rt,{className:f(te.menu,"pl-4 pr-5 mr-1")},c.filter(m=>!m.isHidden).map((m,u)=>t.createElement("div",{className:f(te.checkboxWrapper,{"mb-2":u+1!==c.length}),key:m.id,"data-testid":`${N.MultiselectItem}-${u}`},t.createElement(S1,{checked:s.includes(m.id),isDisabled:m.isDisabled,label:m.label,name:m.id,onChange:d,role:"menuitemcheckbox",labelComponent:({children:_,...p})=>t.createElement(o,{...p,fontVariant:l,description:m.description,descriptionFontVariant:e},_)}))))):null},G_=bt(re,"light"),X_=({buttonType:e,descriptionFontVariant:a,isFullWidth:o,isOpen:l,labelFontVariant:r,menuTestId:c,onConfirm:s,onContentVisibilityChange:i,options:d,value:m=[],...u})=>{const[_,p]=t.useState(m),[h,v]=t.useState(l),w=({id:g,checked:x})=>{let y=[];!_.includes(g)&&x?y=[..._,g]:_.includes(g)&&!x&&(y=_.filter(B=>B!==g)),p(y)},E=()=>{const g=_.map(x=>({id:x,label:d.find(y=>y.id===x)?.label??"No label"}));v(!1),s(g)};return t.createElement(v2,{buttonType:e,isFullWidth:o,isOpen:h,menuComponent:g=>t.createElement(Q_,{descriptionFontVariant:a,isFullWidth:o,labelFontVariant:r,onChange:w,onConfirm:x=>{E(),g(x)},options:d,selection:_,testId:c}),options:d,onOutsideClose:()=>p(m),onContentVisibilityChange:i,value:_,...u})},Q_=({descriptionFontVariant:e,isFullWidth:a=!1,labelComponent:o=w2,labelFontVariant:l,onChange:r,onConfirm:c,options:s,selection:i,testId:d})=>{const m=u=>{r({id:u.currentTarget.name,checked:u.currentTarget.checked})};return s.length>0?t.createElement(G_,{className:f(te.wrapper,{[te.fullWidth]:a},"py-3"),"data-testid":d},t.createElement(rt,{className:f(te.menu,"pl-4 pr-5 mr-1")},s.filter(u=>!u.isHidden).map((u,_)=>t.createElement("div",{className:f(a?te.fullWidth:te.checkboxWrapper,{"mb-2":_+1!==s.length}),key:u.id,"data-testid":`${N.MultiselectItem}-${_}`},t.createElement(S1,{checked:i.includes(u.id),isDisabled:u.isDisabled,label:u.label,name:u.id,onChange:m,role:"menuitemcheckbox",labelComponent:({children:p,...h})=>t.createElement(o,{...h,fontVariant:l??h.fontVariant,description:u.description,descriptionFontVariant:e},p)})))),t.createElement("div",{className:"mx-4 mt-2"},t.createElement(j,{onClick:c,modifier:"fullWidth","data-testid":N.ConfirmableMultiselectConfirm},"Confirm"))):null},K_=bt(Wt,"light"),Z_=({cancelButtonText:e,cancelButtonTestid:a,confirmButtonText:o,confirmButtonTestid:l,confirmButtonVariant:r="primary",description:c,descriptionWordBreak:s,isOpen:i,onCancel:d,onConfirm:m,title:u,..._})=>{const p=t.createElement(j,{onClick:m,variant:r,size:"medium","data-testid":l,modifier:"fullWidth"},o);return t.createElement(K_,{isOpen:i,..._},t.createElement(Ct,{spacing:"none"},t.createElement(C,{fontVariant:z.H5,className:"mb-2"},u),c&&t.createElement(C,{fontVariant:z.Body,className:"mb-4",wordBreak:s},t.createElement(i2,{text:c})),e?t.createElement(Ua,{className:"mt-2"},t.createElement(_1,{xs:6},t.createElement(j,{onClick:d,variant:"secondary",size:"medium","data-testid":a,modifier:"fullWidth"},e)),t.createElement(_1,{xs:6},p)):p))},Y_="_wrapper_1uegx_4",J_="_clickCatcher_1uegx_8",ep="_positionAdjuster_1uegx_17",m1={wrapper:Y_,clickCatcher:J_,positionAdjuster:ep},tp=({children:e,menu:a})=>{const[o,l]=t.useState(!1),r=()=>l(!1),c=i=>{l(!o),o||i.preventDefault()},s=typeof a=="function"?a({onClose:r}):a;return t.createElement("div",{onContextMenu:c,role:"presentation",tabIndex:-1,className:m1.wrapper},o&&t.createElement(t.Fragment,null,t.createElement("div",{className:m1.clickCatcher,onClick:r,role:"presentation",tabIndex:-1}),t.createElement("div",{className:m1.positionAdjuster},s)),e)},np=({isPointingUpwards:e,...a})=>t.createElement($,null,({colorScheme:o})=>t.createElement(W,{colorScheme:o,size:"small",source:e?P.IconChevronUp:P.IconChevronDown,...a})),ap=({children:e,isOpen:a,...o})=>t.createElement(ce,{"aria-expanded":a,htmlTag:"summary",...o},e,t.createElement(np,{isPointingUpwards:a})),op=({children:e,className:a,content:o,isFullWidth:l,isInitiallyOpen:r,onToggle:c,summaryElement:s=ap,...i})=>{const[d,m]=t.useState(r??!1);return t.createElement("details",{onToggle:u=>{m(u.currentTarget.open),c?.(u)},open:d},t.createElement(s,{className:f("d-flex align-items-center",{"justify-content-space-between":l},a),isOpen:d,...i},e),o)},lp="_fileUpload_mtns5_13",rp="_button_mtns5_22",cp="_disabledDark_mtns5_32",sp="_disabledLight_mtns5_37",ip="_error_mtns5_42",dp="_content_mtns5_47",Be={fileUpload:lp,button:rp,disabledDark:cp,disabledLight:sp,error:ip,content:dp},mp="or drag and drop",E2=t.forwardRef(({accept:e,ariaLabel:a,colorScheme:o="dark",hasError:l,isDisabled:r,onChange:c,onDrop:s,multiple:i=!1,title:d,subTitle:m=mp,...u},_)=>{const p=r?o==="dark"?Be.disabledDark:Be.disabledLight:"";return t.createElement(Za,{onDrop:s,colorScheme:o,hasError:l,isDisabled:r,...u},t.createElement(L1,{accept:e,className:Be.fileUpload,onChange:c,multiple:i,ref:_,ariaLabel:a,colorScheme:o,isDisabled:r},t.createElement("div",{className:Be.content},t.createElement("div",{className:Be.button},t.createElement(W,{source:P.IconAdd,size:"small",className:f(p,l&&Be.error),colorScheme:o})),d&&t.createElement(be,{className:"pb-0"},t.createElement(C,{fontVariant:z.H5,className:f(p,l&&Be.error),colorScheme:o},d)),m&&t.createElement(be,{className:"pt-0"},t.createElement(C,{fontVariant:z.Body,className:f(p,l&&Be.error),colorScheme:o},m)))))});E2.displayName="DragAndUploadFiles";const up=({children:e,className:a,...o})=>t.createElement("form",{className:a,...o},e),fp="_group_1wlif_4",_p="_noneSpacing_1wlif_10",pp="_compactSpacing_1wlif_14",hp="_smallSpacing_1wlif_18",vp="_mediumSpacing_1wlif_22",gp="_largeSpacing_1wlif_26",wp="_fullWidth_1wlif_30",Ep="_spaceBetween_1wlif_34",xp="_center_1wlif_38",bp="_normal_1wlif_42",$t={group:fp,noneSpacing:_p,compactSpacing:pp,smallSpacing:hp,mediumSpacing:vp,largeSpacing:gp,fullWidth:wp,spaceBetween:Ep,center:xp,normal:bp},kp=({children:e,className:a,modifier:o,spacing:l="medium",justifyContent:r="normal",...c})=>t.createElement("div",{className:f($t.group,$t[E1(l)],$t[r],o&&$t[o],a),...c},e),Cp="_pill_b6d2f_12",zp="_iconWrapper_b6d2f_19",yp="_icon_b6d2f_19",Ip="_textWrapper_b6d2f_32",Bp="_text_b6d2f_32",ft={pill:Cp,iconWrapper:zp,icon:yp,textWrapper:Ip,text:Bp},Mp=({className:e,text:a,...o})=>t.createElement(N1,{className:f("align-items-center",ft.pill,e),...o},t.createElement("div",{className:ft.iconWrapper},t.createElement(W,{className:ft.icon,source:P.IconInfoRound,colorScheme:"light"})),t.createElement("div",{className:ft.textWrapper},t.createElement(C,{colorScheme:"light",className:ft.text},a))),Sp="_menu_pmbhb_11",Lp={menu:Sp},x2=({item:e,variant:a,...o})=>t.createElement(be,{"aria-checked":e.isAriaChecked,"aria-selected":e.isAriaSelected,role:e.role,...o},t.createElement(C,{className:"pr-1 pl-1",variant:a},e.label),e.icon&&t.createElement(W,{source:e.icon,size:"compact",color:e.iconColor})),b2=({item:e})=>{const a=e.linkWrapper;return e.url||e.clickAction||e.isDisabled?t.createElement(o2,{"aria-checked":e.isAriaChecked,"aria-label":!a&&e.target==="_blank"?`${e.label} (Opens in a new tab)`:void 0,"aria-selected":e.isAriaSelected,"data-testid":e.testId,href:a?void 0:e.url,icon:e.icon,iconAlignedStart:e.iconAlignedStart,iconColor:e.iconColor,isDisabled:e.isDisabled,isFixedIcon:e.isFixedIcon,onClick:e.clickAction,role:e.role,target:a?void 0:e.target,variant:e.variant??"inherit"},e.label):t.createElement(x2,{item:e})},Rp=e=>e.map(a=>String(a.label)).join(":"),Np=({children:e,className:a,colorScheme:o="light",testId:l})=>t.createElement(Q,{colorScheme:o},t.createElement(re,{"data-testid":l,className:f(Lp.menu,a)},e)),$p=({className:e,colorScheme:a="light",isAriaMultiSelectable:o,menuContent:l,menuEntryComponent:r=b2,onPointerDownCapture:c,role:s="menu",tabIndex:i,testId:d,wrapperComponent:m=Np})=>{const u=!Array.isArray(l),_=Object.entries(l);return t.createElement(m,{className:e,colorScheme:a,testId:d},_.map(([p,h],v)=>{const w=_.length-1===v;return t.createElement(t.Fragment,{key:Rp(h)},u&&t.createElement(t.Fragment,null,t.createElement("div",{className:"p-2"},t.createElement(C,{fontVariant:z.BodyBold},p)),t.createElement(fe,null)),t.createElement(Ct,{onPointerDownCapture:c,"aria-multiselectable":o,className:"p-1",role:s,spacing:"compact",tabIndex:i},h.map((E,g)=>{const x=E.linkWrapper;return x?t.createElement(x,{key:`${E.label}-wrapper-${g}`},t.createElement(r,{item:E})):t.createElement(r,{key:`${E.label}-entry-${g}`,item:E})})),!w&&t.createElement(fe,null))}))},Ap="_line_ik17u_25",qp="_dark_ik17u_32",Hp="_disabled_ik17u_35",Op="_completed_ik17u_38",Pp="_failed_ik17u_41",Vp="_active_ik17u_44",Tp="_light_ik17u_48",Ze={line:Ap,dark:qp,disabled:Hp,completed:Op,failed:Pp,active:Vp,light:Tp},Wp=({className:e,colorScheme:a,isActive:o,isCompleted:l,isDisabled:r,isFailed:c,...s})=>t.createElement($,null,({colorScheme:i})=>t.createElement("div",{className:f(Ze.line,Ze[a??i],{[Ze.active]:o,[Ze.completed]:l,[Ze.disabled]:r,[Ze.failed]:c},e),"data-testid":N.LineStep,...s})),k2=(e,a)=>{const l=Math.max(0,e);return l>a?a:l},Dp=({steps:e,stepIndex:a})=>{const o=e.findIndex((r,c)=>c>=a&&!r.isDisabled),l=~o?o:a;return k2(l,e.length-1)},jp=({isActive:e,isDisabled:a})=>e?"standard":a?"disabled":"subtle",Fp="_multistepIndicatorWrapper_1jax0_4",Up="_isStepNameHidden_1jax0_10",Gp="_lineStepperWrapper_1jax0_14",Xp="_lineStepListItem_1jax0_19",Qp="_lineStepButton_1jax0_23",Kp="_truncated_1jax0_27",Zp="_item_1jax0_32",Yp="_itemButton_1jax0_36",Jp="_text_1jax0_39",eh="_number_1jax0_43",th="_noHover_1jax0_52",me={multistepIndicatorWrapper:Fp,isStepNameHidden:Up,lineStepperWrapper:Gp,lineStepListItem:Xp,lineStepButton:Qp,truncated:Kp,item:Zp,itemButton:Yp,text:Jp,number:eh,noHover:th},nh=({isActive:e,isCompleted:a,isFailed:o,isCurrent:l,isDisabled:r,isStepNameTruncated:c,isStepNameHidden:s,label:i,stepNumber:d})=>t.createElement(t.Fragment,null,t.createElement(t2,{className:f(me.number,{"mr-2":!s}),isActive:e||l,isCompleted:a,isFailed:o,isDisabled:r,stepNumber:d}),!s&&t.createElement(C,{isTruncated:c,className:me.text,fontVariant:z.BodyBold,variant:jp({isDisabled:r,isActive:e||l})},i)),ya="step",ah=({className:e,isCurrent:a,isStepNameTruncated:o,isStepNameHidden:l,step:r,stepIndex:c,variant:s,onStepChange:i})=>{const{isActive:d,isDisabled:m,url:u,isCompleted:_,isFailed:p,isSelectable:h,label:v,onClick:w}=r,E=m||!a&&!d&&!h,g=t.useRef(null),x=Q2();return t.useEffect(()=>{x&&a&&g.current&&g.current.focus()},[a,x]),t.createElement("li",{className:f(me.item,{[me.truncated]:o,[me.lineStepListItem]:s==="line"},e)},t.createElement(Tt,{"aria-current":a?ya:void 0,"aria-label":`${ya} ${c}`,"aria-hidden":E,tabIndex:E?-1:0,"data-testid":`${N.MultistepIndicatorButton}-${c}`,disabled:E,ref:g,className:f(me.itemButton,{[me.noHover]:E,[me.lineStepButton]:s==="line"},"d-flex align-items-center"),onClick:()=>{m||(i?.(c),w?.())},href:u,htmlTag:s==="line"||!u?"button":"a"},s==="ordered-list"?t.createElement(nh,{isActive:d,isCompleted:_,isFailed:p,isCurrent:a,isStepNameTruncated:o,isStepNameHidden:l,label:v,stepNumber:String(c+1)}):t.createElement(Wp,{isActive:d||a,isCompleted:_,isDisabled:m})))},oh=({className:e,colorScheme:a,currentStepIndex:o=0,isStepNameTruncated:l,isStepNameHidden:r=!1,stepClassName:c,steps:s,variant:i="ordered-list",onStepChange:d})=>{const m=k2(o,s.length-1),u=s[m];return t.createElement($,null,({colorScheme:_})=>t.createElement(Q,{colorScheme:a??_},t.createElement("ol",{"aria-label":u?`${u.label}, step ${m+1} of ${s.length}`:void 0,className:f("d-flex",me.multistepIndicatorWrapper,{[me.lineStepperWrapper]:i==="line",[me.isStepNameHidden]:r},e),"data-testid":N.MultistepIndicator},s.map((p,h)=>t.createElement(ah,{className:c,isCurrent:h===m,isStepNameTruncated:l,isStepNameHidden:r,key:`${h}-${p.label}`,onStepChange:d,step:p,stepIndex:h,variant:i})))))},lh="_wrap_oxd8c_11",rh="_input_oxd8c_15",ch="_button_oxd8c_35",sh="_buttonBorderDark_oxd8c_40",ih="_buttonBorderLight_oxd8c_44",Me={wrap:lh,input:rh,button:ch,buttonBorderDark:sh,buttonBorderLight:ih},dh=({name:e,label:a,colorScheme:o,onChange:l,ariaLabelDecrement:r,labelDecrement:c="-",ariaLabelIncrement:s,labelIncrement:i="+",value:d=0,minValue:m=0,maxValue:u=Number.MAX_VALUE,isInputReadOnly:_,isDisabled:p,stepValue:h=1,testIDDecrement:v,testIDIncrement:w,testIDInput:E})=>{const g=t.useCallback(B=>Math.min(Math.max(B,m),u),[m,u]),x=t.useCallback(B=>{const M=g(d+B);!p&&l(M)},[d,g,l,p]),y=B=>{const M=g(Number(B));l(M)};return t.createElement($,null,({colorScheme:B})=>{const M=o||B;return t.createElement("div",{className:Me.wrap},t.createElement(j,{className:f(Me.button,M==="dark"?Me.buttonBorderDark:Me.buttonBorderLight),colorScheme:M,variant:"translucent",onClick:()=>x(-h),disabled:d===m,"data-testid":v??N.NumberStepDecrement,"aria-label":r,isDisabled:p},c),t.createElement(ot,{className:Me.input,colorScheme:M,name:e,label:a,labelModifier:"hidden",type:"number",value:String(d),"data-testid":E??N.NumberStepInput,onValueChange:y,readOnly:_,isDisabled:p}),t.createElement(j,{className:f(Me.button,M==="dark"?Me.buttonBorderDark:Me.buttonBorderLight),colorScheme:M,variant:"translucent",onClick:()=>x(h),disabled:d===u,"data-testid":w??N.NumberStepIncrement,"aria-label":s,isDisabled:p},i))})},mh="_toggleShowPasswordIcon_p5tw9_4",uh={toggleShowPasswordIcon:mh},fh=({hidePasswordTitle:e="Hide password",showPasswordTitle:a="Show password",...o})=>{const[l,r]=t.useState(!1),c=l?P.IconPasswordHide:P.IconPasswordShow,s=l?e:a;return t.createElement(ot,{...o,enhancerEnd:t.createElement(j,{noHover:!0,onClick:i=>{i.preventDefault(),i.stopPropagation(),r(d=>!d)},size:"none",title:s,variant:"transparent"},t.createElement(W,{className:f(uh.toggleShowPasswordIcon,"ml-1"),source:c})),type:l?"text":"password"})},_h=({children:e,remotePopOut:a,title:o,onUnload:l})=>{const[r]=t.useState(()=>document.createElement("div")),c=t.useRef(null);return t.useEffect(()=>{a&&(c.current=a),c.current||(c.current=window.open("","")),c.current&&(c.current.document.title=o??"Pexip One")},[a,o]),t.useEffect(()=>{const s=c.current,i=()=>{s&&(s.removeEventListener("beforeunload",i),window.removeEventListener("beforeunload",i),s?.closed||s.close(),typeof l=="function"&&l())};return s&&(s.document.body.appendChild(r),ph(s),s.addEventListener("beforeunload",i),window.addEventListener("beforeunload",i)),()=>i()},[r,l]),r?La.createPortal(e,r):null},ph=e=>{const a=Array.from(document.styleSheets);for(const o of a)if(o.href){const l=document.createElement("link");l.rel="stylesheet",l.href=o.href,e.document.head.appendChild(l)}else if(o.cssRules&&o.cssRules.length>0){const l=document.createElement("style");for(const r of Array.from(o.cssRules))l.appendChild(document.createTextNode(r.cssText));e.document.head.appendChild(l)}},hh="_wrap_rw770_12",vh="_labelWrapper_rw770_17",gh="_contentWrap_rw770_21",wh="_input_rw770_29",Eh="_actions_rw770_34",xh="_errorText_rw770_38",Se={wrap:hh,labelWrapper:vh,contentWrap:gh,input:wh,actions:Eh,errorText:xh},H1=({children:e="",className:a,errorText:o,hasError:l,label:r,labelEnhanceEnd:c,...s})=>t.createElement("div",{className:f(Se.wrap,a),...s},t.createElement("span",{className:f(Se.labelWrapper,"d-flex align-items-center")},t.createElement(he,{isUppercase:!0,className:"mb-0 mr-1",text:r,fontVariant:z.SmallBold,variant:"subtle"}),c),t.createElement("div",{className:Se.contentWrap},e),l&&o&&t.createElement(C,{className:f("mt-2",Se.errorText),variant:"danger",role:"alert"},o)),bh=({confirmLabel:e="Save",className:a,initialValue:o="",denyAlertText:l="Are you sure you want to cancel?",denyLabel:r="Cancel",hasError:c,errorText:s,id:i,isEditing:d,isConfirmDisabled:m,isReadOnly:u,label:_,labelEnhanceEnd:p,modifyLabel:h="Edit",name:v,overrideInputValue:w,placeholder:E,shouldShowDenyAlert:g,type:x,onChange:y,onConfirm:B,onEditingStateChange:M})=>{const[k,S]=t.useState(o),[I,L]=t.useState(d),q=t.useRef(null),b=t.useId(),R=i??b;t.useEffect(()=>{w&&S(w)},[w]);const V=Z=>{y&&y(Z),S(Z.target.value)},ae=()=>{L(!1),M?.(!1),B?.(k)},ne=()=>{const Z=o===k,K=g&&o!==k&&confirm(l);(!g||Z||K)&&(S(o),L(!1),M?.(!1))},F=()=>{L(!0),M?.(!0)};t.useEffect(()=>{I&&q.current?.focus()},[I]);const H=t.createElement(t.Fragment,null,(u||!I)&&t.createElement(t.Fragment,null,t.createElement(C,{"data-testid":"text-saved"},o??E),!u&&t.createElement(j,{variant:"text",onClick:F,"data-testid":"btn-modify"},h)),!u&&I&&t.createElement(t.Fragment,null,t.createElement(ot,{ref:q,className:Se.input,id:R,name:v,type:x,value:k,label:_,labelModifier:"hidden",onChange:V,hasError:c,placeholder:E,onKeyDown:Dt(ae),sizeModifier:"small"}),t.createElement("div",{className:Se.actions},B&&t.createElement(j,{variant:"text",onClick:ne,"data-testid":"btn-deny"},r),t.createElement(j,{variant:"text",isDisabled:m,onClick:ae,"data-testid":"btn-confirm"},e))));return t.createElement(H1,{className:a,errorText:s,hasError:c,label:_,labelEnhanceEnd:p},H)},kh=({confirmLabel:e="Save",className:a,denyAlertText:o="Are you sure you want to cancel?",denyLabel:l="Cancel",hasError:r,errorText:c,isEditing:s,isReadOnly:i,label:d,labelEnhanceEnd:m,modifyLabel:u="Edit",noSelectionLabel:_="--",options:p=[],shouldShowDenyAlert:h,value:v=[],onChange:w,onConfirm:E})=>{const[g,x]=t.useState(v),[y,B]=t.useState(s),M=b=>b.map(R=>({id:R,label:p.find(V=>V.id===R)?.label??R})),k=b=>{w&&w(b),x(b.map(R=>R.id))},S=()=>{B(!1);const b=M(g);E?.(b)},I=()=>{const b=v===g,R=v!==g&&confirm(o);(!h||b||R)&&(B(!1),x(v))},L=()=>{x(v),B(!0)},q=t.createElement(t.Fragment,null,(i||!y)&&t.createElement(t.Fragment,null,t.createElement(C,{"data-testid":"preference-multiselect-label"},M(v).map(b=>b.label).join(", ")||_),!i&&t.createElement(j,{variant:"text",onClick:L,"data-testid":"btn-modify"},u)),!i&&y&&t.createElement(t.Fragment,null,t.createElement(g2,{className:Se.input,value:g,label:d,isFullWidth:!0,labelModifier:"hidden",onSelectChange:k,hasError:r,sizeModifier:"small",options:p,isOpen:!0}),t.createElement("div",{className:Se.actions},E&&t.createElement(j,{variant:"text",onClick:I,"data-testid":"btn-deny"},l),t.createElement(j,{variant:"text",onClick:S,"data-testid":"btn-confirm"},e))));return t.createElement(H1,{className:a,errorText:c,hasError:r,label:d,labelEnhanceEnd:m},q)},Ch="_wrap_1l8nu_4",zh="_withBorderBottom_1l8nu_12",yh="_row_1l8nu_16",Ih="_rowLeft_1l8nu_24",Bh="_rowBottom_1l8nu_30",_t={wrap:Ch,withBorderBottom:zh,row:yh,rowLeft:Ih,rowBottom:Bh},Mh=({className:e,description:a,descriptionVariant:o="tinted",label:l,labelVariant:r="standard",rowBottom:c,rowLeft:s,withBorderBottom:i=!0})=>{const d=t.useId();return t.createElement("fieldset",{className:f(_t.wrap,{[_t.withBorderBottom]:i},e),"aria-labelledby":d},t.createElement("div",{className:_t.row},t.createElement("div",{className:"d-flex flex-direction-column"},l&&(typeof l=="string"?t.createElement(C,{fontVariant:z.BodyBold,variant:r},l):l),a&&(typeof a=="string"?t.createElement(C,{variant:o},a):a)),s&&t.createElement("div",{className:_t.rowLeft},s)),c&&t.createElement("div",{className:_t.rowBottom},c))},Sh=({searchInputTestId:e,clearButtonTestId:a,inputAriaLabel:o,clearButtonAriaLabel:l,placeHolder:r,name:c="",label:s="",onSearchInputChanged:i})=>{const[d,m]=t.useState("");return t.useEffect(()=>{i(d)},[d,i]),t.createElement(ot,{autoComplete:"off",colorScheme:"light",enhancerStart:t.createElement(W,{source:P.IconSearch,size:"compact"}),enhancerEnd:d!==""&&t.createElement(j,{"aria-label":l,modifier:"square",onClick:()=>m(""),size:"compact",variant:"transparent","data-testid":a},t.createElement(W,{source:P.IconClose,size:"compact"})),type:"text",testId:e,className:"pb-4",placeholder:r,value:d,onChange:u=>m(u.target.value),variant:"standard",name:c,label:s,"aria-label":o})},Lh="_wrap_4mkm4_16",Rh="_summary_4mkm4_20",Nh="_button_4mkm4_28",$h="_actionGroup_4mkm4_44",Ah="_headingGroup_4mkm4_49",qh="_headingText_4mkm4_53",Hh="_icon_4mkm4_64",Oh="_divider_4mkm4_69",Ph="_dark_4mkm4_73",Vh="_light_4mkm4_86",we={wrap:Lh,summary:Rh,button:Nh,actionGroup:$h,headingGroup:Ah,headingText:qh,icon:Hh,divider:Oh,dark:Ph,light:Vh},Th=({buttonClassName:e,children:a,className:o,collapseText:l="Collapse",colorScheme:r,expandText:c="Expand",isExpanded:s=!1,onToggle:i,subtitle:d,title:m,titleEnhancerEnd:u})=>{const[_,p]=t.useState(s),h=w=>{w.preventDefault(),p(E=>{const g=!E;return i&&i(g),g})},v=_?l:c;return t.createElement($,null,({colorScheme:w})=>t.createElement("details",{className:f(we.wrap,o),open:_,"data-testid":N.SectionAccordionDetails},t.createElement("summary",{className:we.summary,onClick:h,"data-testid":N.SectionAccordionSummary},t.createElement("div",{className:we[r??w]},t.createElement("div",{className:f(we.button,e)},t.createElement("div",{className:we.headingGroup},t.createElement("div",{className:"d-flex align-items-center"},t.createElement(C,{variant:"inherit",className:we.headingText,fontVariant:z.H3},m),u),typeof d=="string"?t.createElement(C,{variant:"inherit",className:we.headingText},d):t.createElement(t.Fragment,null,d)),t.createElement("div",{className:we.actionGroup},t.createElement(C,{variant:"inherit",fontVariant:z.BodyBold},v),t.createElement(W,{className:we.icon,source:_?P.IconDoubleChevronUp:P.IconDoubleChevronDown}))),t.createElement(fe,{colorScheme:r??w}))),_&&t.createElement("div",{className:"pt-4 pb-3"},a)))},Wh=({children:e,className:a,colorScheme:o,subtitle:l,subtitleTestId:r,title:c,titleTestId:s,variant:i,...d})=>t.createElement($,null,({colorScheme:m})=>t.createElement(Q,{colorScheme:o??m},t.createElement("section",{className:a,...d},t.createElement(x1,null,t.createElement("div",{className:"mt-5"},t.createElement(C,{fontVariant:z.H2,variant:i,"data-testid":s},c)),t.createElement("div",{className:"mt-2"},t.createElement(C,{fontVariant:z.H6,variant:i,"data-testid":r},l)),e)))),Dh=(({className:e,colorScheme:a,errorText:o,errorTextTestId:l,hasError:r,iconType:c,id:s,isDisabled:i,isFullWidth:d,label:m,labelModifier:u,onValueChange:_,options:p,sizeModifier:h="medium",value:v,wrapContent:w=!1,...E})=>{const g=t.useId(),x=s??g,y=v||p[0]?.id,B=u==="hidden",M=u==="inline",k=M||B,S={text:m,id:x},I=L=>{v!==L.currentTarget.value&&_(L.currentTarget.value)};return t.useEffect(()=>{r&&o&&M1(o,"assertive")},[r,o]),t.createElement($,null,({colorScheme:L})=>t.createElement("div",{className:f(a??L,O.container,O[a??L],{[O.disabled]:i,[O.error]:r&&!i,[O.containerWrapContent]:w},e)},!k&&t.createElement(he,{className:f(O.label),...S}),t.createElement("div",{className:f(O.selectWrapper,{[O.fullWidth]:d})},t.createElement("select",{className:O.select,id:x,onBlur:I,onChange:I,value:y,disabled:i,...E},p.map(({id:q,label:b,isDisabled:R})=>t.createElement("option",{disabled:R,key:q,value:q},b))),t.createElement("div",{className:f(O.view,O[h],{[O.hasIcon]:!!c}),"data-testid":N.SelectView},k&&t.createElement(he,{className:f(O.inlineLabel),isLabelHidden:B,isLabelInline:M,...S}),!!c&&t.createElement(W,{size:"compact",source:c,className:O.icon,"data-testid":N.SelectIcon}),t.createElement("div",{className:O.textWrapper},t.createElement("span",{className:O.text},p.find(q=>q.id===y)?.label??m)),t.createElement(W,{size:h==="medium"?"compact":"mini",source:P.IconChevronDown,className:O.chevron,"data-testid":N.SelectChevron}))),r&&o&&t.createElement(C,{className:f("mt-2",O.errorText),variant:"danger","data-testid":l},o)))}),C2=(e,a)=>{const{focusFrom:o}=q1(e);t.useEffect(()=>{a&&o()},[a,o])},jh="_wrapper_bo5rp_4",Fh="_open_bo5rp_19",Uh="_sheet_bo5rp_24",Gh="_sheetInner_bo5rp_38",Xh="_closeButton_bo5rp_43",pt={wrapper:jh,open:Fh,sheet:Uh,sheetInner:Gh,closeButton:Xh},Ia=e=>e.stopPropagation(),Qh=({isOpen:e=!1,closeButtonAriaLabel:a="Close sheet",onClose:o,children:l,withCloseButton:r=!1,className:c})=>{const{ref:s}=ao(e),[i,d]=t.useState(null);return C2(i,e),t.createElement("div",{ref:s,className:f(pt.wrapper,{[pt.open]:e}),role:"dialog"},t.createElement("div",{className:f(pt.sheet,c),onClick:Ia,onKeyDown:Ia,role:"presentation"},t.createElement("div",{className:pt.sheetInner,ref:d,tabIndex:-1},l,r&&t.createElement(lt,{"aria-label":a,onClose:o,className:pt.closeButton}))))},Kh="_box_1owu2_82",Zh="_wrap_1owu2_95",Yh="_dark_1owu2_103",Jh="_withHover_1owu2_108",ev="_rowBottom_1owu2_113",tv="_subtle_1owu2_113",nv="_inactive_1owu2_113",av="_figureCaption_1owu2_113",ov="_figureText_1owu2_114",lv="_divider_1owu2_123",rv="_icon_1owu2_126",cv="_danger_1owu2_130",sv="_warning_1owu2_157",iv="_success_1owu2_184",dv="_light_1owu2_211",mv="_row_1owu2_113",uv="_flexGrow_1owu2_327",fv="_rowTop_1owu2_331",_v="_dividerWrap_1owu2_339",pv="_caption_1owu2_345",hv="_figure_1owu2_113",vv="_small_1owu2_349",gv="_medium_1owu2_353",G={box:Kh,wrap:Zh,dark:Yh,withHover:Jh,rowBottom:ev,subtle:tv,inactive:nv,figureCaption:av,figureText:ov,divider:lv,icon:rv,danger:cv,warning:sv,success:iv,light:dv,row:mv,flexGrow:uv,rowTop:fv,dividerWrap:_v,caption:pv,figure:hv,small:vv,medium:gv};var z2=(e=>(e.Danger="danger",e.Success="success",e.Warning="warning",e))(z2||{});const y2=({children:e,className:a,colorScheme:o,isWithShadow:l=!1,padding:r="none",shadowModifier:c="light",variant:s,withHover:i=!1,...d})=>t.createElement($,null,({colorScheme:m})=>t.createElement(re,{className:f(a,G.box,G[o??m],{[G.withHover]:i},s&&G[s]),isWithShadow:l,padding:r,shadowModifier:c,...d},e)),v1=({className:e,position:a,rowData:o,...l})=>{const{caption:r,captionClassName:c,captionSize:s="medium",captionTitle:i,figure:d,figureClassName:m,figureSize:u="medium",figureTitle:_,icon:p,iconColor:h,isActive:v=!0}=o,w=h?{style:{color:h}}:{className:G.icon},E=typeof r=="string"?r:"",g=typeof d=="string"?d:"",x=`${i??E} `,y=`${_??g} `;return t.createElement("div",{...l,className:f(G.row,{[G.rowBottom]:a==="bottom",[G.rowTop]:a==="top",[G.subtle]:u==="small"},e)},p&&t.createElement("div",{...w},p),t.createElement("figure",{className:f(G.figure,{[G.inactive]:!v})},t.createElement(C,{className:f(G.figureText,G[u],m),htmlTag:"span",variant:"inherit",fontVariant:u==="small"?z.BodyBold:z.H3,title:`${x}${y}`},d),t.createElement("figcaption",{className:f(G.caption)},typeof r!="string"?r:t.createElement(C,{className:f(G.figureCaption,G[s],c),variant:"inherit"},r))))},wv=({className:e,colorScheme:a,hasDivider:o,rowBottom:l,rowTop:r,shadowModifier:c,variant:s,withHover:i})=>t.createElement(y2,{className:f(e,G.wrap,{[G.flexGrow]:!!l}),colorScheme:a,shadowModifier:c,variant:s,withHover:i},t.createElement(v1,{position:l?"top":void 0,rowData:r}),o&&l&&t.createElement("div",{className:G.dividerWrap},t.createElement(fe,{className:G.divider,"data-testid":"divider"})),l&&t.createElement(v1,{position:"bottom",rowData:l})),Ev="_tabList_p72nc_99",xv="_tabLink_p72nc_112",bv="_tabButtonPadding_p72nc_136",kv="_tabName_p72nc_151",Cv="_tabNameContent_p72nc_163",zv="_tabContent_p72nc_167",yv="_none_p72nc_167",Iv="_compact_p72nc_170",Bv="_small_p72nc_173",Mv="_medium_p72nc_176",Sv="_large_p72nc_179",Lv="_divider_p72nc_188",Le={tabList:Ev,tabLink:xv,tabButtonPadding:bv,tabName:kv,tabNameContent:Cv,tabContent:zv,none:yv,compact:Iv,small:Bv,medium:Mv,large:Sv,divider:Lv},Rv=({activeContentClassName:e,children:a,className:o,colorScheme:l,customTabNameComponent:r,hasDivider:c=!0,inactiveContentClassName:s="d-none",initialActiveTabIndex:i=0,noTabButtonPadding:d,onActiveTabChange:m,renderInactive:u=!1,..._})=>{const[p,h]=t.useState(i),v=t.Children.toArray(a).filter(Boolean),w=r??$v;t.useEffect(()=>{h(i)},[i]),t.useEffect(()=>{m&&m(p)},[p,m]);const E=v.map((g,x)=>t.isValidElement(g)&&t.createElement(w,{"aria-selected":p===x,"data-active":p===x,"data-testid":g.props["data-testid"]??`${N.Tab}-${x}`,key:g.props.title,onClick:()=>h(x),role:"tab"},t.createElement("div",{className:Le.tabNameContent},g.props.tabEnhancerStart&&t.createElement("div",null,g.props.tabEnhancerStart),t.createElement("div",null,g.props.title),g.props.tabEnhancerEnd&&t.createElement("div",null,g.props.tabEnhancerEnd))));return t.createElement($,null,({colorScheme:g})=>t.createElement(Q,{colorScheme:l??g},t.createElement("div",{className:o,..._},t.createElement("div",{role:"tablist",className:f(Le.tabList,{[Le.tabButtonPadding]:!d})},E),c&&t.createElement(fe,{className:Le.divider}),v.map((x,y)=>{if(!t.isValidElement(x))return null;const B=p===y;return u?t.createElement("div",{key:x.props.title,className:f({[e??""]:B,[s??""]:!B})},x):B?x:null}))))},Nv=({children:e,className:a,contentPadding:o="medium",...l})=>{const{title:r,tabEnhancerStart:c,tabEnhancerEnd:s,"data-testid":i,...d}={...l};return t.createElement("div",{"aria-label":r,role:"tabpanel",className:f(Le.tabContent,Le[o],a),...d},e)},$v=({children:e,className:a,...o})=>t.createElement("button",{className:f(Le.tabLink,a),...o},t.createElement(C,{className:Le.tabName},e)),Av="_list_20q8b_14",qv="_tag_20q8b_20",Hv="_isInteractive_20q8b_34",Ov="_isTruncated_20q8b_38",qt={list:Av,tag:qv,isInteractive:Hv,isTruncated:Ov},Pv=({ariaLabel:e,onRemove:a})=>t.createElement(j,{"aria-label":e,className:"ml-1","data-testid":"taglist-item-button",noHover:!0,onClick:a,size:"none",variant:"transparent"},t.createElement(W,{size:"compact",source:P.IconClose})),Vv=({children:e,onClick:a})=>a?t.createElement(ce,{onClick:a},e):t.createElement(t.Fragment,null,e),I2=({children:e,className:a,isInteractive:o=!0,isTruncated:l=!1,label:r,onClick:c,onRemove:s,removeLabel:i,title:d,variant:m})=>{const u=i??`Remove ${r}`;return t.createElement("div",{className:f(qt.tag,{[qt.isInteractive]:o||!!c,[qt.isTruncated]:l},a),title:d},t.createElement(Vv,{onClick:c?()=>c(r):void 0},typeof r=="string"&&t.createElement(C,{fontVariant:z.Body,isTruncated:l,variant:m},r),e),s&&t.createElement(Pv,{ariaLabel:u,onRemove:s}))},Tv=({className:e,colorScheme:a="light",items:o,maxTagsCount:l,variant:r})=>{let c=0;const s=[...o];if(l&&l<o.length){c=o.length-l;const d=s.splice(l).map(m=>m.title??m.label).join(", ");s.push({label:`+${c}`,title:d})}return t.createElement($,null,({colorScheme:i})=>t.createElement(Q,{colorScheme:a??i},t.createElement("ul",{className:f(qt.list,e)},s.map((d,m)=>t.createElement("li",{className:"d-inline-flex",key:`${m}:${d.label}`},t.createElement(I2,{...d,variant:r}))))))},Wv=(e,a)=>{const[o,l]=t.useState(e);return t.useEffect(()=>{let r;return e?l(!0):r=window.setTimeout(()=>{l(!1)},a),()=>window.clearTimeout(r)},[e,a]),o};function B2(e,a,o="unmount"){return function(r){const{isVisible:c,...s}=r,i=Wv(c,a);return!i&&o==="unmount"?null:t.createElement(e,{...s,className:!i&&"d-none"})}}const Dv="_toast_nzlyj_4",jv="_topCenter_nzlyj_16",Fv="_toast-top-in_nzlyj_1",Uv="_hidden_nzlyj_21",Gv="_toast-top-out_nzlyj_1",Xv="_bottomCenter_nzlyj_25",Qv="_toast-bottom-in_nzlyj_1",Kv="_toast-bottom-out_nzlyj_1",Zv="_clickable_nzlyj_35",At={toast:Dv,topCenter:jv,"toast-top-in":"_toast-top-in_nzlyj_1",toastTopIn:Fv,hidden:Uv,"toast-top-out":"_toast-top-out_nzlyj_1",toastTopOut:Gv,bottomCenter:Xv,"toast-bottom-in":"_toast-bottom-in_nzlyj_1",toastBottomIn:Qv,"toast-bottom-out":"_toast-bottom-out_nzlyj_1",toastBottomOut:Kv,clickable:Zv},Yv=({className:e,colorScheme:a,enhanceStart:o,isClickable:l=!1,isDisplayed:r=!1,message:c,onDismiss:s,position:i="topCenter",timeout:d=5e3,...m})=>{const[u,_]=t.useState(r);return t.useEffect(()=>_(r),[r]),t.useEffect(()=>{let p;return u&&M1(c,"assertive"),u&&d>0&&(p=window.setTimeout(()=>{_(!1),s?.()},d)),()=>clearTimeout(p)},[u,d,s,c]),t.createElement($,null,({colorScheme:p})=>t.createElement("div",{className:f(At.toast,At[i],{[At.hidden]:!u},e),role:"status"},t.createElement(N1,{className:f("d-flex align-items-center text-center pl-4 pr-4 ml-3 mr-3",{[At.clickable]:l||s}),onClose:s?()=>{_(!1),s()}:void 0,colorScheme:a??p,...m},o,t.createElement(C,{variant:"inherit"},c))))},M2=B2(Yv,400);var xt=(e=>(e.Icon="icon",e.Image="image",e.Initials="initials",e.Number="number",e))(xt||{});function Jv(e){const a=e.charCodeAt(0);if(a<55296||a>57343)return e.slice(0,1);if(e.length<2)return"�";if(55296<=a&&a<=56319){const o=e.charCodeAt(1);if(o>=56320&&o<=57343)return e.slice(0,2)}return"�"}function S2(e,a=""){if(!e)return a;const o=e.replace(/\(.*?\)/gm,"").split(" ").filter(Boolean).map(Jv);return o.splice(1,o.length-2),o.join("").toUpperCase()}const eg="_wrap_qj9he_7",tg="_compact_qj9he_23",ng="_small_qj9he_27",ag="_medium_qj9he_31",og="_large_qj9he_35",lg="_image_qj9he_39",rg="_text_qj9he_44",cg="_dark_qj9he_47",sg="_border_qj9he_50",ig="_noBackground_qj9he_53",dg="_light_qj9he_56",Ve={wrap:eg,compact:tg,small:ng,medium:ag,large:og,image:lg,text:rg,dark:cg,border:sg,noBackground:ig,light:dg},mg=({alt:e,className:a,text:o,iconType:l,iconSize:r="compact",imageUrl:c,type:s,textVariant:i="inherit",fontVariant:d=z.BodyBold,title:m,...u})=>{const _=s==="icon",p=s==="text",h=s==="image",v=p||_;return t.createElement("div",{className:f(Ve.wrap,a),title:m,...u},v&&t.createElement(C,{fontVariant:d,variant:i,className:f({[Ve.text]:p,"d-flex":_}),isTruncated:!0},p&&o,_&&l&&t.createElement(W,{size:r,source:l})),h&&c&&t.createElement("img",{src:c,alt:e,className:Ve.image}))},L2=({className:e,colorScheme:a,modifier:o,textVariant:l,sizeModifier:r="small",...c})=>t.createElement($,null,({colorScheme:s})=>{const i=a??s,d=a==="dark"?"subtle":"tinted";return t.createElement(Q,{colorScheme:i},t.createElement(mg,{className:f(i,Ve[i],Ve[r],{[Ve.border]:o==="border",[Ve.noBackground]:o==="noBackground"},e),textVariant:l??d,...c}))}),ug={none:"none",compact:"smallBold",small:"bodyBold",medium:"h5",large:"h3"},fg=e=>ug[e],R2=99,_g=(e,a=R2)=>{const o=t.useMemo(()=>e>a,[e,a]),l=t.useMemo(()=>e>9?z.SmallBold:z.BodyBold,[e]);return{isMoreThanMaxNumber:o,fontVariant:l}},N2=({alt:e,colorScheme:a,displayName:o,iconType:l,imageUrl:r,isActive:c,number:s=0,sizeModifier:i="small",title:d,type:m,...u})=>{const _=m===xt.Image&&r,p=m===xt.Initials,h=m===xt.Number&&!Number.isNaN(s)&&s!==void 0,{isMoreThanMaxNumber:v,fontVariant:w}=_g(s),E=()=>h?{type:"text",text:v?`${R2}+`:`+${s}`}:_?{type:"image",imageUrl:r,alt:e??""}:o!==void 0&&(p||!_)?{type:"text",text:o!==""?S2(o):o}:{type:"icon",iconType:l??P.IconMoreHorizontal,title:d??o??"User avatar"};return t.createElement(L2,{colorScheme:a,fontVariant:h?w:fg(i),sizeModifier:i,...c?{"data-user-avatar-active":!0}:{"data-user-avatar":!0},...u,...E()})},pg="_mobileButton_1vwa2_197",hg="_active_1vwa2_206",vg="_disabled_1vwa2_211",u1={mobileButton:pg,active:hg,disabled:vg},gg=()=>"inherit",$2=({isContentVisible:e,displayName:a,variant:o="tertiary",isDisabled:l=!1,modifier:r="disc",colorScheme:c,...s})=>{const i=()=>a?{type:"text",text:S2(a)}:{type:"icon",iconType:P.IconSettings};return t.createElement(j,{...s,isActive:e,modifier:r,size:"large",variant:o,colorScheme:c,isDisabled:l,className:f(u1.mobileButton,e&&u1.active,l&&u1.disabled)},t.createElement(L2,{modifier:"noBackground",textVariant:gg(),iconSize:"small",...i()}))},wg=({className:e,contentClassName:a,displayName:o,colorScheme:l,variant:r="tertiary",title:c="Settings",buttonLabel:s="Toggle settings menu",isDisabled:i=!1,onContentVisibilityChange:d,tooltipPosition:m="bottomEnd",...u})=>{const[_,p]=t.useState(!0);return t.createElement($,null,({colorScheme:h})=>t.createElement(jt,{closeOnEscape:!0,className:e,contentClassName:a,buttonLabel:s,onContentVisibilityChange:v=>{p(!v),d?.(v)},interactiveElement:(v,w)=>t.createElement($1,{text:c,position:m,isTooltipEnabled:_},t.createElement($2,{...v,isContentVisible:w,variant:r,colorScheme:l??h,isDisabled:i,displayName:o})),...u}))},Eg="_user_190uv_4",xg="_textLeft_190uv_8",bg="_userAvatar_190uv_13",kg="_textWrapper_190uv_17",Cg="_textItem_190uv_26",Ye={user:Eg,textLeft:xg,userAvatar:bg,textWrapper:kg,textItem:Cg},zg=({avatarType:e,email:a,displayName:o,imageUrl:l,order:r="text-right",colorScheme:c,usernameFontVariant:s=z.BodyBold,className:i,textItemClassName:d,size:m="small"})=>t.createElement($,null,({colorScheme:u})=>t.createElement(Q,{colorScheme:c??u},t.createElement("div",{className:f(Ye.user,{[Ye.textLeft]:r==="text-left"},i),"data-testid":N.UserView},t.createElement(N2,{type:e,displayName:o,translate:"no",imageUrl:l,className:Ye.userAvatar,sizeModifier:m}),t.createElement("div",{className:Ye.textWrapper},t.createElement("div",{className:f(Ye.textItem,d)},t.createElement(C,{fontVariant:s,isTruncated:!0,translate:"no",title:o},o)),a&&t.createElement("div",{className:f(Ye.textItem,d)},t.createElement(C,{fontVariant:z.Body,isTruncated:!0},a)))))),yg="_videoWrapper_1a0v9_7",Ig="_fullHeight_1a0v9_21",Bg="_fullWidth_1a0v9_24",Mg="_small_1a0v9_34",Sg="_large_1a0v9_38",Lg="_borderRadiusNone_1a0v9_43",Rg="_border_1a0v9_43",Ng="_backgroundNone_1a0v9_52",$g="_backgroundPrimary_1a0v9_56",Ag="_backgroundSecondary_1a0v9_60",qg="_backgroundBlack_1a0v9_64",Hg="_backgroundLight_1a0v9_68",Og="_alignCenter_1a0v9_72",Pg="_alignEnd_1a0v9_76",Vg="_alignStart_1a0v9_80",Tg="_alignStretch_1a0v9_84",Wg="_flexColumn_1a0v9_88",Dg="_flexRow_1a0v9_92",jg="_justifyEnd_1a0v9_96",Fg="_justifyCenter_1a0v9_100",Ug="_justifyStart_1a0v9_104",U={videoWrapper:yg,fullHeight:Ig,fullWidth:Bg,small:Mg,large:Sg,borderRadiusNone:Lg,border:Rg,backgroundNone:Ng,backgroundPrimary:$g,backgroundSecondary:Ag,backgroundBlack:qg,backgroundLight:Hg,alignCenter:Og,alignEnd:Pg,alignStart:Vg,alignStretch:Tg,flexColumn:Wg,flexRow:Dg,justifyEnd:jg,justifyCenter:Fg,justifyStart:Ug},A2=t.forwardRef(({className:e,children:a,background:o="none",size:l="medium",borderRadius:r="box",border:c,alignItems:s,flexDirection:i,justifyContent:d,isFullHeight:m=!1,isFullWidth:u=!1,..._},p)=>{const h=l==="small",v=l==="large",w=l==="full",E=r==="none",g=o==="none",x=o==="primary",y=o==="secondary",B=o==="black",M=o==="light";return t.createElement("div",{className:f(U.videoWrapper,{[U.small]:h,[U.large]:v,[U.borderRadiusNone]:E,[U.border]:c,[U.backgroundNone]:g,[U.backgroundPrimary]:x,[U.backgroundSecondary]:y,[U.backgroundBlack]:B,[U.backgroundLight]:M,[U.alignCenter]:s==="center",[U.alignEnd]:s==="flex-end",[U.alignStart]:s==="flex-start",[U.alignStretch]:s==="stretch",[U.flexColumn]:i==="column",[U.flexRow]:i==="row",[U.fullHeight]:m||w,[U.fullWidth]:u||w,[U.justifyEnd]:d==="flex-end",[U.justifyCenter]:d==="center",[U.justifyStart]:d==="flex-start"},e,"videoWrapperGlobal"),..._,ref:p},a)});A2.displayName="VideoWrapper";const q2=Pt.createSignal({name:"notification:toast"}),H2=3e3,O2=400,Gg=H2+O2;let Xg=0;const Qg=(e,a)=>!(!e||!a||e.colorScheme!==a.colorScheme||e.message!==a.message),Kg=e=>{const a=t.useRef(void 0),[o,l]=t.useState([]),[r]=o,c=r?.timeout??H2;if(t.useEffect(()=>q2.add(s=>{if(Array.isArray(s)){const i=s.map(d=>({...d,id:Xg++}));l(d=>{const m=i.filter(u=>u.isInterrupt);if(m.length>0){const u=i.filter(h=>!h.isInterrupt),[_,...p]=d;return _?.timeout===0?[...d,...u]:(clearTimeout(a.current),a.current=void 0,[...m,...p,...u])}return d.concat(i)})}else s.close&&l(i=>{const[d,...m]=i;return d?.timeout===0?[{...d,timeout:1},...m]:i})}),[]),t.useEffect(()=>{const s=r?.timeout?r.timeout+O2:Gg,i=c===0;if(o.length>0&&a.current==null&&!i){const m=()=>{l(u=>{const[_]=u;let p=u.slice(1);for(;p[0]&&Qg(_,p[0]);)p=p.slice(1);return p}),a.current=void 0};a.current=window.setTimeout(m,s)}},[o,r,c]),r){const s=r.colorScheme??"light";return t.createElement(M2,{...e,colorScheme:s,enhanceStart:r.enhanceStart,isDisplayed:!0,isDanger:r.isDanger,isClickable:r.isClickable,isVisible:!0,key:r.id,message:r.message,position:r.position,timeout:c,"data-testid":r.testid,onDismiss:r.onDismiss})}return null},Zg="_wrapper_odjga_12",Yg="_button_odjga_16",Jg="_reactiveStyles_odjga_22",ew="_active_odjga_22",tw="_icon_odjga_25",ht={wrapper:Zg,button:Yg,reactiveStyles:Jg,active:ew,icon:tw},nw=({className:e,direction:a="vertical",isDisabled:o,label:l="Toggle the menu",menuComponent:r,menuPosition:c="bottomRight",buttonVariant:s="translucent",buttonSize:i,buttonModifier:d,reactiveButtonStyles:m=!0,...u})=>t.createElement(jt,{buttonLabel:l,className:ht.wrapper,content:r,"data-testid":"kebab-menu",interactiveElement:(_,p)=>t.createElement(j,{..._,className:f(_.className,ht.button,{[ht.reactiveStyles]:m,[ht.active]:p},e),isDisabled:o,variant:s,size:i,modifier:d},t.createElement(W,{source:a==="vertical"?P.IconMoreVertical:P.IconMoreHorizontal,className:f({[ht.icon]:m}),"data-testid":`kebab-menu-icon-${a}`})),isDisabled:o,position:c,...u}),aw="_slider_twper_12",ow="_dark_twper_23",lw="_light_twper_44",Ba={slider:aw,dark:ow,light:lw},rw=({colorScheme:e,className:a,max:o,min:l,step:r,selectedValue:c=0,onChange:s})=>t.createElement($,null,({colorScheme:i})=>t.createElement("input",{type:"range",className:f(Ba.slider,Ba[e??i],a),max:o,min:l,step:r,value:c,onChange:s})),cw="_captionsContainer_178gy_108",sw="_speakers_178gy_112",iw="_captions_178gy_108",f1={captionsContainer:cw,speakers:sw,captions:iw},dw=({captions:e,speakers:a,className:o,...l})=>e?t.createElement("div",{className:f(f1.captionsContainer,o)},a&&t.createElement("div",{className:"d-flex align-items-center"},t.createElement(C,{fontVariant:z.BodyBold,translate:"no",className:f1.speakers,htmlTag:"p"},a.join(", "))),t.createElement(C,{variant:"standard",htmlTag:"p",className:f(f1.captions),...l},e)):null,mw="_button_pc9ci_12",uw="_iconsWrapper_pc9ci_15",fw="_overlay_pc9ci_16",_w="_assetsWrapper_pc9ci_20",pw="_previewAsset_pc9ci_49",hw="_previewAssetImg_pc9ci_59",Je={button:mw,iconsWrapper:uw,overlay:fw,assetsWrapper:_w,previewAsset:pw,previewAssetImg:hw},vw=({assets:e})=>t.createElement(t.Fragment,null,e?.map(a=>t.createElement("figure",{key:a.id,className:f(Je.previewAsset),style:{backgroundImage:a.src?`url('${a.src}')`:void 0,backgroundColor:`${a.color}`}},a.src?t.createElement("img",{className:Je.previewAssetImg,alt:"A preview of the currently selected asset."}):null))),P2=({assets:e,className:a,children:o,...l})=>t.createElement(j,{variant:"translucent",noHover:!0,className:f(Je.button,a),...l},t.createElement("div",{className:Je.assetsWrapper},t.createElement(vw,{assets:e})),t.createElement("div",{className:Je.overlay}),t.createElement("div",{className:Je.iconsWrapper},t.createElement(W,{source:P.IconEdit,size:"medium"}),o)),gw=({images:e,...a})=>t.createElement(P2,{assets:e,...a}),V2=({colors:e,...a})=>t.createElement(P2,{assets:e,...a}),ww="_container_19qgq_4",Ew="_input_19qgq_9",xw="_button_19qgq_16",bw="_label_19qgq_20",kw="_hidden_19qgq_20",vt={container:ww,input:Ew,button:xw,label:bw,hidden:kw},Cw=new RegExp(/^#(?:[a-fA-F0-9]{2}){3}$/),zw=({defaultValue:e,label:a,onChange:o,...l})=>{if(e&&!Cw.test(e))throw new Error("Default color is limited to #rrggbb currently");const r=t.useId(),c=t.useRef(null),[s,i]=t.useState(e??"transparent"),d=()=>c.current?.click(),m=u=>{o(u.target.value)};return t.createElement("div",{className:vt.container},t.createElement("label",{htmlFor:r},t.createElement(C,{className:f(vt.label,vt.hidden)},a)),t.createElement("input",{...l,ref:c,className:vt.input,id:r,type:"color",value:s,onChange:u=>{i(u.target.value),m(u)}}),t.createElement(V2,{className:vt.button,htmlTag:"div",onClick:d,colors:[{id:r,color:s}]}))},yw="_leftPinnedTableSection_172q9_17",Iw="_rightPinnedTableSection_172q9_22",Bw="_middleTableSection_172q9_27",Mw="_pinnedColumnsTable_172q9_30",Sw="_table_172q9_34",Lw="_tableContent_172q9_45",Rw="_tableRow_172q9_49",Nw="_tableCell_172q9_56",$w="_tableHead_172q9_62",Aw="_tableBody_172q9_65",qw="_tableRowInner_172q9_73",Hw="_showOnlyOnHover_172q9_96",Ow="_tableHeadCell_172q9_109",Pw="_sortIndicator_172q9_117",Vw="_isSorted_172q9_117",Tw="_indicatorArrow_172q9_121",Ww="_isIndicatorFocused_172q9_124",Dw="_tablePagination_172q9_132",jw="_isSticky_172q9_143",Fw="_paginationButtonGroup_172q9_155",Uw="_tablePageIndicator_172q9_159",Gw="_rowSelected_172q9_167",Xw="_expanderCell_172q9_171",Qw="_headCellEnhancer_172q9_177",Kw="_isDisabled_172q9_181",Zw="_infinityScrollTableBody_172q9_185",T={leftPinnedTableSection:yw,rightPinnedTableSection:Iw,middleTableSection:Bw,pinnedColumnsTable:Mw,table:Sw,tableContent:Lw,tableRow:Rw,tableCell:Nw,tableHead:$w,tableBody:Aw,tableRowInner:qw,showOnlyOnHover:Hw,tableHeadCell:Ow,sortIndicator:Pw,isSorted:Vw,indicatorArrow:Tw,isIndicatorFocused:Ww,tablePagination:Dw,isSticky:jw,paginationButtonGroup:Fw,tablePageIndicator:Uw,rowSelected:Gw,expanderCell:Xw,headCellEnhancer:Qw,isDisabled:Kw,infinityScrollTableBody:Zw},Yw=({hasPinnedColumns:e,className:a,...o})=>t.createElement("div",{role:"table",className:f(T.table,{[T.pinnedColumnsTable]:e},"d-flex flex-direction-row",a),...o}),T2=({className:e,isDisabled:a,isSelected:o,style:l,...r})=>t.createElement("div",{className:f(T.tableRow,{[T.rowSelected]:o,[T.isDisabled]:a},e),role:"row",style:l,tabIndex:0,...r}),Jw=({children:e,...a})=>t.createElement(T2,{...a},t.createElement("div",{className:T.tableRowInner},e)),eE=({className:e,hasInfinityScroll:a=!1,...o})=>t.createElement("div",{role:"rowgroup",className:f(T.tableBody,a&&T.infinityScrollTableBody,e),...o}),tE=({className:e,isOnlyShownOnHover:a=!1,...o})=>t.createElement("div",{className:f(T.tableCell,{[T.showOnlyOnHover]:a},e),...o}),nE=({className:e,...a})=>t.createElement("div",{className:f(T.tableContent,e),...a}),aE=({className:e,...a})=>t.createElement("div",{className:f(T.tableHead,e),role:"rowgroup",...a}),oE=({className:e,isDisabled:a=!1,isSorted:o=!1,...l})=>t.createElement("div",{className:f(T.tableHeadCell,{[T.isSorted]:o&&!a,[T.isDisabled]:a},e),...l}),lE=({isSorted:e=!1,isSortDescending:a,...o})=>t.createElement("div",{className:T.sortIndicator,...o},t.createElement("svg",{role:"img","aria-label":"Sorting indicator",className:"ml-1",fill:"none",height:"13",viewBox:"0 0 10 13",width:"10",xmlns:"http://www.w3.org/2000/svg"},t.createElement("path",{className:f(T.indicatorArrow,{[T.isIndicatorFocused]:e&&!a}),d:"M0 8L5 13L10 8H0Z"}),t.createElement("path",{className:f(T.indicatorArrow,{[T.isIndicatorFocused]:e&&a}),d:"M10 5L5 -4.37114e-07L0 5L10 5Z"}))),rE=({isExpanded:e,children:a,textVariant:o="subtle",...l})=>{const r=e?P.IconChevronDown:P.IconChevronRight;return t.createElement(ce,{className:T.expanderCell,...l},t.createElement(W,{size:"compact",source:r,className:"mr-2"}),t.createElement(C,{fontVariant:z.BodyBold,isTruncated:!0,title:a,variant:o},a))},cE=({enhanceEnd:e,enhanceStart:a,title:o})=>t.createElement("span",{className:"d-flex align-items-center"},a&&t.createElement("span",{className:f("mr-1",T.headCellEnhancer)},a),t.createElement("span",{className:"d-block"},o),e&&t.createElement("span",{className:f("ml-1",T.headCellEnhancer)},e)),W2=({groupChunkSize:e=5,pageIndex:a,totalPagesCount:o})=>{let l=[];if(o<=0)return l;const r=Math.max(1,e),c=Math.min(Math.max(0,a),o-1);if(o<r*3)return[...Array(o).keys()].map(h=>({toIndex:h}));let s=Math.ceil(o/r);const i=o%r,d=[...Array(o).keys()].reduce((h,v)=>{const w=Math.floor(v/r);return i&&w===s-1?h[w-1]?.push(v):h[w]?.push(v),h},[...Array(s).keys()].map(()=>[])).filter(h=>h.length);s=d.length;let m=Math.floor(c/r);m-=m===s&&i?1:0;const _=d[m],p=({index:h,anchor:v,isSpacer:w=!1,offset:E=0})=>{const g=d[h],y={floor:g?.[0],ceil:g?.[g?.length-1]}[v]??0;return g?{toIndex:y+E,isSpacer:w}:!1};return l=(m===0?[_?.map(h=>({toIndex:h})),p({index:m+1,anchor:"floor",isSpacer:!0}),s>4&&[p({index:m+2,anchor:"floor"}),p({index:m+3,anchor:"floor",isSpacer:!0})],p({index:s-1,anchor:"ceil"})]:m===s-1?[p({index:0,anchor:"floor"}),s>4&&[p({index:m-3,anchor:"ceil",isSpacer:!0}),p({index:m-2,anchor:"ceil"})],p({index:m-1,anchor:"ceil",isSpacer:!0}),_?.map(h=>({toIndex:h}))]:[p({index:0,anchor:"floor"}),p({index:m-1,anchor:"ceil",isSpacer:!0}),_?.map(h=>({toIndex:h})),p({index:m+1,anchor:"floor",isSpacer:!0}),p({index:s-1,anchor:"ceil"})]).flat().filter(Boolean),l},sE=({isGrouped:e,totalPagesCount:a,pageIndex:o,...l})=>{const r=e?dE:iE;return t.createElement(r,{pageIndex:o,totalPagesCount:a,...l})},iE=({isDisabled:e,onClick:a,pageIndex:o,totalPagesCount:l})=>t.createElement(t.Fragment,null,[...Array(l).keys()].map(r=>t.createElement(D2,{index:r,isDisabled:e,key:`paginationNav-${r}`,onClick:a,pageIndex:o},r+1))),dE=({isDisabled:e,onClick:a,pageIndex:o,totalPagesCount:l})=>{const r=Math.min(5,Math.floor(l/3)),c=W2({groupChunkSize:r,pageIndex:o,totalPagesCount:l});return t.createElement(t.Fragment,null,c.map((s,i)=>{const{isSpacer:d,toIndex:m}=s,u=`groupedPaginationNav-${i}`,_=d?"...":m+1;return t.createElement(D2,{onClick:a,index:m,isDisabled:e,key:u,pageIndex:o},_)}))},D2=({index:e,isDisabled:a,onClick:o,pageIndex:l,children:r})=>t.createElement("li",{key:`pagination-${e}`},t.createElement(j,{className:"px-3",isDisabled:a,onClick:()=>{l!==e&&o(e)},isActive:l===e,variant:"neutral"},r)),mE=({endCount:e,isDisabled:a,startCount:o,totalCount:l})=>t.createElement(C,{variant:a?"disabled":"standard"},"Results: ",o," - ",e," of ",l),uE=({canNextPage:e,canPreviousPage:a,currentPageSize:o,gotoPage:l,isDisabled:r,isSticky:c,isTablePopulated:s=!0,label:i,maxUngroupedPageButtons:d=0,nextPage:m,nextPageButtonChildren:u="Next",pageIndex:_,pageSize:p=20,previousPage:h,previousPageButtonChildren:v="Previous",resultsCountComponent:w=mE,showResultsCount:E=!0,totalPagesCount:g,totalRows:x})=>{if(!s)return null;const y=x?_*p+1:0,B=x?y+o-1:0,M=g??Math.ceil(x/p),k=M>d;return t.createElement("nav",{className:f(T.tablePagination,{[T.isSticky]:c}),"aria-label":`${i} - table pagination`},E&&t.createElement(w,{isDisabled:r,endCount:B,startCount:y,totalCount:x}),x>p&&t.createElement("div",{className:T.paginationButtonGroup},t.createElement(j,{className:"mr-1",isDisabled:!!r||!a,onClick:()=>a&&h(),variant:"neutral"},v),t.createElement("ul",{className:T.tablePageIndicator},t.createElement(sE,{isDisabled:r,isGrouped:k,onClick:l,pageIndex:_,totalPagesCount:M})),t.createElement(j,{className:"ml-1",isDisabled:!!r||!e,onClick:()=>e&&m(),variant:"neutral"},u)))},fE=({className:e,position:a="middle",...o})=>t.createElement("div",{className:f({[T.leftPinnedTableSection]:a==="left-pinned",[T.middleTableSection]:a==="middle",[T.rightPinnedTableSection]:a==="right-pinned"},e),...o}),_E="_innerMenu_l6r3u_99",pE="_innerMenuButton_l6r3u_103",hE="_innerMenuItem_l6r3u_108",vE="_hovered_l6r3u_126",gE="_innerMenuUnderlay_l6r3u_139",wE="_innerMenuPopover_l6r3u_144",at={innerMenu:_E,innerMenuButton:pE,innerMenuItem:hE,hovered:vE,innerMenuUnderlay:gE,innerMenuPopover:wE},EE=({item:e,state:a,itemMap:o,itemClassName:l})=>{const r=t.useRef(null),{isHovered:c,hoverProps:s}=po.useHover({onHoverStart:()=>a.selectionManager.setFocusedKey(e.key),onHoverEnd:()=>{a.selectionManager.focusedKey===e.key&&a.selectionManager.setFocusedKey(null)}}),{menuItemProps:i}=w1.useMenuItem({key:e.key},a,r);i.onPointerUp=p=>{p.preventDefault()};const d=a.selectionManager.focusedKey===e.key,m=o.get(e.key)?.alternativeHoverClassName,u=o.get(e.key)?.alternativeHoverStyle,_=d||d&&!c;return t.createElement("div",{...i,...s,"data-testid":o.get(e.key)?.testId,ref:r,style:{...o.get(e.key)?.style,..._?u:{}},className:f(at.innerMenuItem,_?m??at.hovered:{},o.get(e.key)?.className,l),"data-active":o.get(e.key)?.isActive},o.get(e.key)?.icon,e.rendered)},xE=e=>{const a=_o.useTreeState(e),o=t.useRef(null),{menuProps:l}=w1.useMenu(e,a,o);return t.createElement("div",{...l,ref:o,className:f(at.innerMenu,"px-2","py-2",e.menuClassName),"data-testid":e.testId},[...a.collection].map(r=>t.createElement(EE,{itemMap:e.itemMap,key:r.key,item:r,state:a,itemClassName:e.itemClassName})))},bE=e=>{const a=t.useRef(null),{state:o,children:l,colorScheme:r}=e,{popoverProps:c,underlayProps:s}=Re.usePopover({...e,popoverRef:a},o);return t.createElement(Re.Overlay,null,t.createElement("div",{...s,className:f(at.innerMenuUnderlay)}),t.createElement("div",{role:"complementary",...c,ref:a},t.createElement(Q,{colorScheme:r??"light"},t.createElement(re,{className:f(at.innerMenuPopover)},l))))},kE=({headerContent:e,button:a,onOpenChange:o,children:l,itemMap:r,testId:c,colorScheme:s,popoverPlacement:i,popoverOffset:d,menuClassName:m,itemClassName:u})=>{const _=mo.useMenuTriggerState({onOpenChange:o}),p=8,h=t.useRef(null),v=M=>{const k=r.get(M);k&&(k.onItemClick?.(),k.closeMenuOnItemClick!==!1&&_.close())},{menuTriggerProps:w,menuProps:E}=w1.useMenuTrigger({type:"menu"},_,h),{buttonProps:g}=uo.useButton({...w},h),{onPress:x,onPressStart:y,...B}=w;return t.createElement("div",{className:f(at.innerMenuButton)},t.createElement("div",{ref:h},t.cloneElement(a,{...fo.mergeProps(g,B)})),_.isOpen&&t.createElement(bE,{state:_,triggerRef:h,colorScheme:s,placement:i??"bottom start",offset:d??p},e,t.createElement(xE,{itemMap:r,...E,onClose:void 0,onAction:v,testId:c,menuClassName:m,itemClassName:u},l)))},j2=Pt.createSignal({name:"ariamenu:open-state"}),F2=({items:e,button:a,headerContent:o,onOpenChange:l,testId:r,colorScheme:c,popoverPlacement:s,popoverOffset:i,menuClassName:d,itemClassName:m})=>{const u=new Map;e.map(p=>u.set(p.key,p));const _=t.useCallback(p=>{j2.emit(p),l?.(p)},[l]);return t.createElement(kE,{button:a,headerContent:o,onOpenChange:_,itemMap:u,testId:r,colorScheme:c,popoverPlacement:s,popoverOffset:i,menuClassName:d,itemClassName:m},e.map(p=>t.createElement(io.Item,{textValue:typeof p.label=="string"?p.label:p.textValue,key:p.key},p.label)))},CE=({activeColumn:e,columnLabels:a,isDisabled:o,className:l,buttonAriaLabel:r="Toggle three column selector",onColumnChange:c})=>{const[s,i]=t.useState(!1),d=a.map((m,u)=>({key:`column-${u+1}`,isActive:e===u+1,label:m,onItemClick:()=>e!==u+1&&c(u+1),closeMenuOnItemClick:!0}));return t.createElement(F2,{onOpenChange:i,items:d,button:t.createElement(j,{className:l,isActive:s,enhancerStart:t.createElement(W,{source:P.IconColumns}),noEnhancerPadding:!0,isDisabled:o,"aria-label":r,size:"small",variant:"transparent",modifier:"square","data-testid":N.ButtonThreeColumnSelector}),popoverPlacement:"bottom right"})},zE="_collapsableContainer_13u1l_4",yE="_header_13u1l_14",IE="_displayingHeaderEndContent_13u1l_19",BE="_isOpen_13u1l_22",ME="_headerStartContent_13u1l_26",SE="_iconContainer_13u1l_31",LE="_badgeCounter_13u1l_38",RE="_badgeCounterContainer_13u1l_42",NE="_content_13u1l_47",$E="_headerEndContent_13u1l_54",de={collapsableContainer:zE,header:yE,displayingHeaderEndContent:IE,isOpen:BE,headerStartContent:ME,iconContainer:SE,badgeCounter:LE,badgeCounterContainer:RE,content:NE,headerEndContent:$E},AE=({isOpen:e,badgeCount:a=0,collapseToggleAriaLabel:o="Toggle collapsable container",openStyling:l,children:r,onToggle:c,headerEndContent:s,footerContent:i,icon:d,title:m,testId:u,scrollElementRef:_})=>t.createElement("div",{"data-testid":u,className:f(de.collapsableContainer,e&&l)},t.createElement("div",{className:f(de.header,{[de.displayingHeaderEndContent]:e&&!!s,[de.isOpen]:e})},t.createElement("div",{className:de.headerStartContent},t.createElement(j,{onClick:()=>c(e),"data-testid":N.ButtonCollapsableContainerToggle,size:"small",modifier:"square",variant:"transparent",noEnhancerPadding:!0,"aria-label":o,enhancerStart:t.createElement(W,{source:e?P.IconChevronLeft:P.IconChevronRight,size:"small"})}),t.createElement("div",{className:f(de.iconContainer,{[de.isOpen]:e})},t.createElement(W,{source:d,size:"small"}),!e&&t.createElement(c2,{className:de.badgeCounterContainer,badgeClassName:de.badgeCounter,variant:"info",isVisible:a>0,number:a,shouldAnimate:!1})),e&&t.createElement(Te,{htmlTag:"h2",fontVariant:z.BodyBold},t.createElement("span",null,m)," ",a>0&&t.createElement("span",null,"(",a,")"))),e&&s&&t.createElement("div",{className:de.headerEndContent},s)),e&&t.createElement("div",{ref:_,className:de.content},r),e&&i&&t.createElement(Aa,{hasFooterShadow:!0,padding:"small"},i)),qE={light:{"border/accent":"#0068f4","border/button/danger":"#bb2526","border/button/disabled":"#d2d2d2","border/button/focus":"#71b4ff","border/button/form":"#777777","border/button/secondary":"#323232","border/button/success":"#2c7806","border/button/tertiary":"#c3c4c5","border/checkbo-disabled":"#c3c4c5","border/checkbox-main":"#777777","border/divider-primary":"#dcdcdc","border/divider-secondary":"#e6e6e6","border/divider-ultra":"#989898","border/none":0,"border/primary":"1px","border/secondary":"2px","font/button/accent":"#0068f4","font/button/call-active":"#212121","font/button/call-disabled":"#989898","font/button/call-error":"#ffffff","font/button/call-hover":"#ffffff","font/button/call-main":"#ffffff","font/button/danger-primary":"#ffffff","font/button/danger-tertiary":"#ae191a","font/button/danger-tertiary-hover":"#ffffff","font/button/primary":"#ffffff","font/button/secondary":"#323232","font/button/success-primary":"#ffffff","font/button/success-tertiary":"#256505","font/button/success-tertiary-hover":"#ffffff","font/button/tertiary":"#323232","font/button/tertiary-hover":"#ffffff","font/button/text":"#0156c9","font/button/trans":"#323232","font/button/trans-ultra":"#ffffff","font/charts/line-1":"#0156c9","font/charts/line-10":"#4e9f0d","font/charts/line-11":"#c9e2b5","font/charts/line-12":"#cc6228","font/charts/line-13":"#ffc198","font/charts/line-14":"#f89654","font/charts/line-15":"#ffedd5","font/charts/line-2":"#71b4ff","font/charts/line-3":"#d2d2d2","font/charts/line-4":"#989898","font/charts/line-5":"#494949","font/charts/line-6":"#0068f4","font/charts/line-7":"#cee3ff","font/charts/line-8":"#256505","font/charts/line-9":"#9ad36b","font/icons/clickable-active":"#323232","font/icons/clickable-hover":"#323232","font/icons/clickable-main":"#777777","font/icons/nonclickable-main":"#323232","font/icons/nonclickable-secondary":"#777777","font/text/accent":"#0068f4","font/text/body":"#323232","font/text/danger":"#ae191a","font/text/danger-tertiary":"#d73332","font/text/disabled":"#c3c4c5","font/text/label":"#323232","font/text/link":"#0068f4","font/text/link-active":"#0156c9","font/text/news":"#4338ca","font/text/quaternary":"#989898","font/text/secondary":"#494949","font/text/success":"#2c7806","font/text/success-ultra":"#4e9f0d","font/text/tertiary":"#777777","font/text/title":"#212121","font/text/warning":"#cc6228","font/toggle/off-disabled":"#ffffff","font/toggle/off-hover":"#ffffff","font/toggle/off-main":"#ffffff","font/toggle/on-disabled":"#ffffff","font/toggle/on-hover":"#ffffff","font/toggle/on-main":"#ffffff","radius/md":"16px","radius/none":0,"radius/sm":"8px","radius/xs":"4px","size/button-md":"40px","size/button-sm":"36px","size/button-sx":"30px","size/button-xl":"56px","surface/bcg/accent":"#0068f4","surface/bcg/custom":"#ffffff","surface/bcg/danger-10":"#ffe5e5","surface/bcg/danger-20":"#fecaca","surface/bcg/form":"#f2f2f2","surface/bcg/form-hover":"#e6e6e6","surface/bcg/highlight":"#cee3ff","surface/bcg/highlight-subtle":"#eff6ff","surface/bcg/info":"#e0e7ff","surface/bcg/light":"#d2d2d2","surface/bcg/menu-active":"#dcdcdc","surface/bcg/menu-hover":"#e6e6e6","surface/bcg/menu-main":"#ffffff","surface/bcg/mildwarning":"#fef9c3","surface/bcg/primary":"#ffffff","surface/bcg/secondary":"#f2f2f2","surface/bcg/success":"#e8f7e0","surface/bcg/tertiar-hover":"#f2f2f2","surface/bcg/tertiary":"#f7f7f7","surface/bcg/transparent":"#32323226","surface/bcg/ultralight":"#e6e6e6","surface/bcg/warning":"#ffedd5","surface/button/call/active":"#ffffff","surface/button/call/disabled":"#212121","surface/button/call/enabled-hover":"#d2d2d2","surface/button/call/error":"#d73332","surface/button/call/error-hover":"#bb2526","surface/button/call/hover":"#494949","surface/button/call/main":"#212121","surface/button/danger/primary-active":"#ae191a","surface/button/danger/primary-disabled":"#e6e6e6","surface/button/danger/primary-hover":"#bb2526","surface/button/danger/primary-main":"#d73332","surface/button/danger/tertiary-active":"#bb2526","surface/button/danger/tertiary-disabled":"#ffffff","surface/button/danger/tertiary-hover":"#d73332","surface/button/danger/tertiary-main":"#ffffff","surface/button/primary/active":"#1e40af","surface/button/primary/disabled":"#e6e6e6","surface/button/primary/hover":"#0156c9","surface/button/primary/main":"#0068f4","surface/button/secondary/active":"#dcdcdc","surface/button/secondary/disabled":"#ffffff","surface/button/secondary/hover":"#e6e6e6","surface/button/secondary/main":"#ffffff","surface/button/success/primary-active":"#256505","surface/button/success/primary-disabled":"#e6e6e6","surface/button/success/primary-hover":"#2c7806","surface/button/success/primary-main":"#2c8500","surface/button/success/tertiary-active":"#2c7806","surface/button/success/tertiary-disabled":"#ffffff","surface/button/success/tertiary-hover":"#2c8500","surface/button/success/tertiary-main":"#ffffff","surface/button/tertiary/active":"#0156c9","surface/button/tertiary/disabled":"#ffffff","surface/button/tertiary/hover":"#0068f4","surface/button/tertiary/main":"#ffffff","surface/button/text/active":"#dcdcdc","surface/button/text/disabled":"#ffffff","surface/button/text/hover":"#e6e6e6","surface/button/text/main":"#ffffff","surface/button/trans/active":"#dcdcdc","surface/button/trans/active-ultra":"#323232","surface/button/trans/disabled":"#e6e6e6","surface/button/trans/hover":"#e6e6e6","surface/button/trans/main":"#ffffff99","surface/toggle/off-disabled":"#d2d2d2","surface/toggle/off-hover":"#494949","surface/toggle/off-main":"#777777","surface/toggle/on-disabled":"#4490f6","surface/toggle/on-hover":"#0156c9","surface/toggle/on-main":"#0068f4"},dark:{"border/accent":"#4490f6","border/button/danger":"#d73332","border/button/disabled":"#494949","border/button/focus":"#71b4ff","border/button/form":"#777777","border/button/secondary":"#ffffff","border/button/success":"#2c8500","border/button/tertiary":"#777777","border/checkbo-disabled":"#777777","border/checkbox-main":"#c3c4c5","border/divider-primary":"#494949","border/divider-secondary":"#323232","border/divider-ultra":"#777777","border/none":0,"border/primary":"1px","border/secondary":"2px","font/button/accent":"#4490f6","font/button/call-active":"#212121","font/button/call-disabled":"#989898","font/button/call-error":"#ffffff","font/button/call-hover":"#ffffff","font/button/call-main":"#ffffff","font/button/danger-primary":"#ffffff","font/button/danger-tertiary":"#d73332","font/button/danger-tertiary-hover":"#ffffff","font/button/primary":"#ffffff","font/button/secondary":"#ffffff","font/button/success-primary":"#ffffff","font/button/success-tertiary":"#2c8500","font/button/success-tertiary-hover":"#ffffff","font/button/tertiary":"#ffffff","font/button/tertiary-hover":"#ffffff","font/button/text":"#4490f6","font/button/trans":"#ffffff","font/button/trans-ultra":"#323232","font/charts/line-1":"#ffffff","font/charts/line-10":"#ffffff","font/charts/line-11":"#ffffff","font/charts/line-12":"#ffffff","font/charts/line-13":"#ffffff","font/charts/line-14":"#ffffff","font/charts/line-15":"#ffffff","font/charts/line-2":"#ffffff","font/charts/line-3":"#ffffff","font/charts/line-4":"#ffffff","font/charts/line-5":"#ffffff","font/charts/line-6":"#ffffff","font/charts/line-7":"#ffffff","font/charts/line-8":"#ffffff","font/charts/line-9":"#ffffff","font/icons/clickable-active":"#ffffff","font/icons/clickable-hover":"#ffffff","font/icons/clickable-main":"#c3c4c5","font/icons/nonclickable-main":"#ffffff","font/icons/nonclickable-secondary":"#989898","font/text/accent":"#4490f6","font/text/body":"#f7f7f7","font/text/danger":"#d73332","font/text/danger-tertiary":"#ae191a","font/text/disabled":"#777777","font/text/label":"#f7f7f7","font/text/link":"#4490f6","font/text/link-active":"#0068f4","font/text/news":"#4f46e5","font/text/quaternary":"#989898","font/text/secondary":"#dcdcdc","font/text/success":"#2c8500","font/text/success-ultra":"#4e9f0d","font/text/tertiary":"#d2d2d2","font/text/title":"#ffffff","font/text/warning":"#cc6228","font/toggle/off-disabled":"#ffffff","font/toggle/off-hover":"#ffffff","font/toggle/off-main":"#ffffff","font/toggle/on-disabled":"#ffffff","font/toggle/on-hover":"#ffffff","font/toggle/on-main":"#ffffff","radius/md":0,"radius/none":0,"radius/sm":0,"radius/xs":0,"size/button-md":"40px","size/button-sm":"36px","size/button-sx":"30px","size/button-xl":"56px","surface/bcg/accent":"#4490f6","surface/bcg/custom":"#212121","surface/bcg/danger-10":"#ffe5e5","surface/bcg/danger-20":"#fecaca","surface/bcg/form":"#494949","surface/bcg/form-hover":"#494949","surface/bcg/highlight":"#cee3ff","surface/bcg/highlight-subtle":"#eff6ff","surface/bcg/info":"#e0e7ff","surface/bcg/light":"#989898","surface/bcg/menu-active":"#494949","surface/bcg/menu-hover":"#494949","surface/bcg/menu-main":"#323232","surface/bcg/mildwarning":"#fef9c3","surface/bcg/primary":"#212121","surface/bcg/secondary":"#323232","surface/bcg/success":"#e8f7e0","surface/bcg/tertiar-hover":"#494949","surface/bcg/tertiary":"#323232","surface/bcg/transparent":"#ffffff99","surface/bcg/ultralight":"#494949","surface/bcg/warning":"#ffedd5","surface/button/call/active":"#ffffff","surface/button/call/disabled":"#212121","surface/button/call/enabled-hover":"#d2d2d2","surface/button/call/error":"#d73332","surface/button/call/error-hover":"#bb2526","surface/button/call/hover":"#494949","surface/button/call/main":"#212121","surface/button/danger/primary-active":"#bb2526","surface/button/danger/primary-disabled":"#323232","surface/button/danger/primary-hover":"#d73332","surface/button/danger/primary-main":"#212121","surface/button/danger/tertiary-active":"#bb2526","surface/button/danger/tertiary-disabled":"#323232","surface/button/danger/tertiary-hover":"#d73332","surface/button/danger/tertiary-main":"#212121","surface/button/primary/active":"#0068f4","surface/button/primary/disabled":"#323232","surface/button/primary/hover":"#1c76f0","surface/button/primary/main":"#0068f4","surface/button/secondary/active":"#777777","surface/button/secondary/disabled":"#212121","surface/button/secondary/hover":"#494949","surface/button/secondary/main":"#212121","surface/button/success/primary-active":"#256505","surface/button/success/primary-disabled":"#323232","surface/button/success/primary-hover":"#2c7806","surface/button/success/primary-main":"#2c8500","surface/button/success/tertiary-active":"#2c7806","surface/button/success/tertiary-disabled":"#323232","surface/button/success/tertiary-hover":"#2c8500","surface/button/success/tertiary-main":"#212121","surface/button/tertiary/active":"#0068f4","surface/button/tertiary/disabled":"#212121","surface/button/tertiary/hover":"#1c76f0","surface/button/tertiary/main":"#212121","surface/button/text/active":"#494949","surface/button/text/disabled":"#323232","surface/button/text/hover":"#323232","surface/button/text/main":"#212121","surface/button/trans/active":"#494949","surface/button/trans/active-ultra":"#ffffff","surface/button/trans/disabled":"#323232","surface/button/trans/hover":"#494949","surface/button/trans/main":"#32323226","surface/toggle/off-disabled":"#d2d2d2","surface/toggle/off-hover":"#494949","surface/toggle/off-main":"#0068f4","surface/toggle/on-disabled":"#4490f6","surface/toggle/on-hover":"#0156c9","surface/toggle/on-main":"#0068f4"}},HE=["bottom","bottomEnd","bottomLeft","bottomRight","bottomStart","endBottom","left","right","top","topEnd","topLeft","topRight","topStart"],OE=e=>{const[a,o]=t.useState(e);return t.useEffect(()=>{o(a)},[a]),{activeTab:a,setActiveTab:o}},gt=(e,a)=>({...e,...a}),PE=(e,a)=>{switch(a.type){case"set-all-steps":return a.steps;case"set-step":return e[a.stepIndex]&&(e[a.stepIndex]=a.step),e;case"complete-step":{const{stepIndex:o,options:l}=a,r=[...e],c=r[o];return c&&(r[o]=gt(c,{isCompleted:l.isCompleted,isFailed:l.isCompleted?!1:c.isFailed,isActive:l.activateStep,isSelectable:l.isSelectable,url:l.activateStep?void 0:c.url})),r}case"fail-step":{const{stepIndex:o,options:l}=a,r=[...e],c=r[o];return c&&(r[o]=gt(c,{isFailed:l.isFailed,isCompleted:l.isFailed?!1:c.isCompleted,isActive:l.activateStep,isSelectable:l.isSelectable,url:l.activateStep?void 0:c.url})),r}case"disable-step":{const{stepIndex:o,isDisabled:l}=a,r=[...e],c=r[o];return c&&(r[o]=gt(c,{isDisabled:l})),r}case"activate-step":{const{stepIndex:o,isActive:l}=a,r=e.map(s=>({...s,isActive:!1})),c=r[o];return c&&(r[o]=gt(c,{isActive:l})),r}case"leave-step":{const{stepIndex:o,options:l}=a,r=[...e],c=r[o];return c&&(r[o]=gt(c,{isActive:l.activateStep,isSelectable:l.isSelectable,isCompleted:l.isCompleted??c?.isCompleted,isFailed:l.isFailed??c?.isFailed})),r}case"refresh-step-names":return e.map((o,l)=>({...o,label:a.steps[l]?.label??o.label}))}},U2=e=>e.map(a=>a.isDisabled?!0:!!a.isCompleted),VE=(e,a)=>U2([...e].splice(0,a)),Ma=e=>e.every(a=>a),TE=({initialSteps:e=[],currentStepIndex:a=0})=>{const o=t.useMemo(()=>e,[e]),[l,r]=t.useReducer(PE,o),[c,s]=t.useState(!1),[i,d]=t.useState(!1),[m,u]=t.useState(a);t.useEffect(()=>{const k=U2(l);d(Ma(k))},[l]),t.useEffect(()=>{const k=VE(l,m);s(Ma(k))},[m,l]);const _=t.useCallback(()=>{r({type:"refresh-step-names",steps:e})},[e]);t.useEffect(()=>{_()},[_]);const p=t.useCallback((k,{forceStep:S}={forceStep:!1})=>{const I=S?k:Dp({steps:l,stepIndex:k});u(I)},[l]),h=k=>{const S=e[k];S&&r({type:"set-step",stepIndex:k,step:S})},v=()=>r({type:"set-all-steps",steps:e}),w=(k,S=!0)=>r({type:"disable-step",stepIndex:k,isDisabled:S}),E=t.useCallback((k,S=!0)=>r({type:"activate-step",stepIndex:k,isActive:S}),[]);return[{allStepsCompleted:i,currentStepIndex:m,prevStepsCompleted:c,steps:l},{moveToStep:p,resetAllSteps:v,resetStep:h,updateStepActive:E,updateStepCompleted:(k,{activateStep:S=!1,isCompleted:I=!0,isSelectable:L=!1}={})=>r({type:"complete-step",stepIndex:k,options:{isCompleted:I,activateStep:S,isSelectable:L}}),updateStepFailed:(k,{activateStep:S=!1,isSelectable:I=!1,isFailed:L=!0}={})=>r({type:"fail-step",stepIndex:k,options:{activateStep:S,isSelectable:I,isFailed:L}}),updateStepDisabled:w,updateStepLeave:(k,{activateStep:S=!1,isSelectable:I=!0}={})=>r({type:"leave-step",stepIndex:k,options:{activateStep:S,isSelectable:I}})}]},WE=e=>{const a=Et.indexOf(e);if(a===-1)throw new Error(`breakpoint ${e} not found in ${Et}`);return Et[a+1]??null},O1=e=>{const a=b1[e];return a>0?a:null},P1=e=>{if(e===null)return null;const a=.02,o=b1[e];return o>0?o-a:null},We=e=>{const a=O1(e);return a?`(min-width: ${a}px)`:""},$e=e=>{const a=P1(e);return a?`(max-width: ${a}px)`:""},V1=(e,a)=>{const o=O1(e),l=P1(a);return o!==null&&l!==null?`(min-width: ${o}px) and (max-width: ${l}px)`:l===null?We(e):$e(a)},zt=e=>{const a=O1(e),o=WE(e),l=P1(o);return a!==null&&l!==null?`(min-width: ${a}px) and (max-width: ${l}px)`:l===null?We(e):$e(o)},Ft="(pointer: coarse)",G2="(orientation: portrait)",X2="(orientation: landscape)",DE=`${Ft} and ${G2} and ${$e("md")}`,jE=`${Ft} and ${X2} and ${$e("lg")}`,FE=`${Ft} and ${We("md")}`,UE=zt("xs"),GE=zt("sm"),XE=zt("md"),QE=zt("lg"),KE=zt("xl"),ZE=We("sm"),YE=We("md"),JE=We("lg"),ex=We("xl"),tx=$e("sm"),nx=$e("md"),ax=$e("lg"),ox=$e("xl"),lx=V1("sm","lg"),rx=V1("sm","xl"),cx=V1("md","xl"),sx="(max-width: 359px)",Q2=()=>D.useMatchMedia(Ft),ix=()=>D.useMatchMedia(FE),K2=()=>D.useMatchMedia(DE),Z2=()=>D.useMatchMedia(jE),dx=()=>{const e=K2(),a=Z2();return e||a},mx=()=>D.useMatchMedia(G2),ux=()=>D.useMatchMedia(X2),Y2=()=>D.useMatchMedia(UE),J2=()=>D.useMatchMedia(GE),eo=()=>D.useMatchMedia(XE),to=()=>D.useMatchMedia(QE),no=()=>D.useMatchMedia(KE),fx=()=>D.useMatchMedia(ZE),_x=()=>D.useMatchMedia(YE),px=()=>D.useMatchMedia(JE),hx=()=>D.useMatchMedia(ex),vx=()=>D.useMatchMedia(tx),gx=()=>D.useMatchMedia(nx),wx=()=>D.useMatchMedia(ax),Ex=()=>D.useMatchMedia(ox),xx=()=>D.useMatchMedia(lx),bx=()=>D.useMatchMedia(rx),kx=()=>D.useMatchMedia(cx),Cx=()=>D.useMatchMedia(sx),zx=()=>{const e=t.useRef(!0),a=Y2(),o=J2(),l=eo(),r=to(),c=no(),s=t.useMemo(()=>Pt.createSignal({name:"breakpoint:change"}),[]);return t.useEffect(()=>{const i=[a,o,l,r,c].filter(d=>d).length===1;!e.current&&i?s.emit():e.current=!1},[s,a,o,l,r,c]),s},yx=(e,a={})=>{const{delay:o=0}=a;return t.useCallback(()=>{if(e.current){const r=()=>e.current?.scrollIntoView({behavior:"smooth",block:"nearest",inline:"start"});o?setTimeout(r,o):r()}},[e,o])},Ix=()=>{const e=t.useRef(null),a=t.useCallback(()=>{window.setTimeout(()=>{e.current?.focus()},0)},[]);return{modalHandleRef:e,focusModal:a}},ao=e=>{const a=t.useRef(null),o=Na.useOverlayTriggerState({isOpen:e}),{modalProps:l}=Re.useModalOverlay({},o,a);return{ref:a,modalProps:l}},Bx=e=>{const a=t.useRef(null),o=Na.useOverlayTriggerState({isOpen:e}),{overlayProps:l}=Re.useOverlay({isOpen:o.isOpen,onClose:o.close},a);return Re.useOverlayFocusContain(),t.useEffect(()=>{if(o.isOpen&&a.current)return Re.ariaHideOutside([a.current],{shouldUseInert:!0})},[o.isOpen]),{ref:a,modalProps:l}},Mx=({content:e,root:a,containerClassName:o,isDisabled:l=!1,moveBy:r=60})=>{const[c,s]=t.useState(0),[i,d]=t.useState(void 0),[m,u]=t.useState(void 0),[_,p]=t.useState(null),[h,v]=t.useState(null),[w,E]=t.useState(null),g=t.useCallback(I=>{p(I)},[]),x=t.useCallback(()=>{s(I=>I+r)},[r]),y=t.useCallback(()=>{s(I=>I-r)},[r]),B=t.useCallback(I=>{v(I)},[]),M=t.useCallback(I=>{E(I)},[]),k=t.createElement("div",{style:{transform:`translateX(${c}px)`,transition:"transform 300ms ease"},ref:g,className:f(o)},t.createElement("div",{ref:B,style:{width:"1px",flexShrink:0}}),e,t.createElement("div",{ref:M,style:{width:"1px",flexShrink:0}}));t.useEffect(()=>{if(l||!a||!_||!h||!w)return;const I=new IntersectionObserver(L=>{for(const q of L)q.target===h&&d(()=>q.isIntersecting?void 0:x),q.target===w&&u(()=>q.isIntersecting?void 0:y)},{root:a,threshold:.99});return I.observe(h),I.observe(w),()=>I.disconnect()},[a,_,h,w,l,x,y]),t.useEffect(()=>{const I=_?.parentElement;if(!I)return;const L=new ResizeObserver(q=>{for(const b of q){const R=b.contentRect.width;_.getBoundingClientRect().width<R&&c!==0&&s(0)}});return L.observe(I),()=>L.disconnect()},[_,c]);const S=!!i||!!m;return t.useEffect(()=>{!S&&c!==0&&s(0)},[S,c]),{navigationView:k,moveLeft:i,moveRight:m,hasOverflowingContent:S}};function Sx(e,a){return function(l){return t.createElement(e,{...l,...a})}}function Lx(e){return Object.hasOwn(P,e)}exports.AboutModal=Au;exports.AboutText=h2;exports.Accordion=Ku;exports.ActionsRow=S8;exports.ActivityCard=of;exports.Announcer=_7;exports.AriaMenu=F2;exports.AspectRatio=sf;exports.Audio=b9;exports.Avatar=N2;exports.AvatarType=xt;exports.BadgeCounter=c2;exports.Bar=zf;exports.Box=re;exports.BoxHeader=$a;exports.Breadcrumbs=Lf;exports.Button=j;exports.ButtonText=Qa;exports.CakeTimer=$f;exports.CallToAction=x7;exports.Captions=dw;exports.CardLayout=qa;exports.Cell=_1;exports.CenterLayout=x1;exports.Checkbox=S1;exports.CircleCountDown=Wf;exports.CollapsableContainer=AE;exports.Color=Va;exports.ColorPickerPreviewButton=zw;exports.ColorPreviewButton=V2;exports.CondensedTabs=Yf;exports.ConfirmableMultiselect=X_;exports.ConfirmationModal=Z_;exports.ContextMenu=tp;exports.CoreHeader=j7;exports.CustomTooltip=b8;exports.Details=op;exports.Divider=fe;exports.DragAndDrop=Za;exports.DragAndUploadFiles=E2;exports.Draggable=A1;exports.DropContent=jt;exports.Enhancers=Xa;exports.ExpanderCell=rE;exports.FileUpload=L1;exports.FontVariant=z;exports.Form=up;exports.FullSizeWindow=Vt;exports.FullscreenLayout=Wa;exports.FullscreenOverlay=G3;exports.FullscreenSpinner=p4;exports.Grid=Ua;exports.Group=kp;exports.Heading=ld;exports.HotKey=p2;exports.HotkeysTooltip=_2;exports.Icon=W;exports.IconTypes=P;exports.ImagePreviewButton=gw;exports.InfoHeadCell=cE;exports.InfoMessage=Mp;exports.Input=ot;exports.InputLabel=he;exports.InteractiveElement=ce;exports.KebabMenuButton=nw;exports.LineHeading=sd;exports.List=Ct;exports.ListBoxLink=a2;exports.ListLink=o2;exports.LoadingBox=Ga;exports.LockStyle=d2;exports.Logo=Nd;exports.Menu=$p;exports.MenuEntry=b2;exports.Modal=Wt;exports.ModalCloseButton=lt;exports.ModalCloseButtonWithTooltip=Iu;exports.ModalType=f2;exports.Multiselect=g2;exports.MultistepIndicator=oh;exports.NotificationToast=Kg;exports.NotificationTooltip=x8;exports.NumberStepInput=dh;exports.Panel=m2;exports.PasswordInput=fh;exports.PexipLogo=jd;exports.Pill=N1;exports.PlainMenuEntry=x2;exports.PopOutWindow=_h;exports.PreferenceInput=bh;exports.PreferenceMultiselect=kh;exports.PreferenceRow=Mh;exports.PreferenceWrapper=H1;exports.ProgressBar=l9;exports.ProgressBarColor=l2;exports.RadioButton=e2;exports.RangeSlider=rw;exports.RefButton=Ka;exports.RefInteractiveElement=Tt;exports.RefSimpleButton=I1;exports.RgbColor=Ot;exports.Row=be;exports.Scrim=x4;exports.Scrollbars=rt;exports.SearchInput=Sh;exports.Section=Wh;exports.SectionAccordion=Th;exports.Select=Dh;exports.Sheet=Qh;exports.SimpleButton=li;exports.SortingIndicator=lE;exports.Spinner=C1;exports.StatCard=wv;exports.StatCardBox=y2;exports.StatCardRow=v1;exports.StatCardVariant=z2;exports.StatIndicator=tm;exports.StepNumber=t2;exports.SvgImage=kt;exports.Tab=Nv;exports.Table=Yw;exports.TableBody=eE;exports.TableCell=tE;exports.TableContent=nE;exports.TableHead=aE;exports.TableHeadCell=oE;exports.TablePagination=uE;exports.TableRow=Jw;exports.TableRowWrapper=T2;exports.TableSection=fE;exports.Tabs=Rv;exports.Tag=I2;exports.TagList=Tv;exports.TestId=N;exports.Text=C;exports.TextArea=n2;exports.TextHeading=Te;exports.TextLink=nt;exports.ThemeConsumer=$;exports.ThemeContext=tt;exports.ThemeProvider=Q;exports.ThreeColumnSelector=CE;exports.Toast=M2;exports.ToggleSwitch=w9;exports.Tooltip=$1;exports.TooltipPositionValue=HE;exports.URLToLink=i2;exports.User=zg;exports.UserMenuButton=$2;exports.UserMenuDropContent=wg;exports.Video=r2;exports.VideoWrapper=A2;exports.Wrapper=Ta;exports.announce=M1;exports.ariaMenuOpenStateSignal=j2;exports.breakpoints=b1;exports.isBackgroundImageSrcEmpty=Pa;exports.isImageSrcEmpty=Ha;exports.isImageSrcString=k1;exports.isValidIconName=Lx;exports.notificationToastSignal=q2;exports.onEnter=Dt;exports.sizeToPadding=ue;exports.themeValues=Eo;exports.useBelow360=Cx;exports.useBreakpointChange=zx;exports.useFocusFrom=q1;exports.useFocusFromOpened=C2;exports.useGroupedPagesNav=W2;exports.useInput=Md;exports.useLandscape=ux;exports.useLg=to;exports.useLgDown=wx;exports.useLgUp=px;exports.useMd=eo;exports.useMdDown=gx;exports.useMdToXl=kx;exports.useMdUp=_x;exports.useMobileDevice=dx;exports.useMobileDeviceLandscape=Z2;exports.useMobileDevicePortrait=K2;exports.useModal=ao;exports.useModalHandle=Ix;exports.useModalWithoutPreventScroll=Bx;exports.useMultistepIndicator=TE;exports.useOutOfViewNavigation=Mx;exports.usePortrait=mx;exports.useScrollIntoView=yx;exports.useSm=J2;exports.useSmDown=vx;exports.useSmToLg=xx;exports.useSmToXl=bx;exports.useSmUp=fx;exports.useTabletDevice=ix;exports.useTabs=OE;exports.useTouchDevice=Q2;exports.useXl=no;exports.useXlDown=Ex;exports.useXlUp=hx;exports.useXs=Y2;exports.variables=qE;exports.withColorScheme=bt;exports.withTabName=Sx;exports.withTransition=B2;
3
+ `).map(l=>n.createElement(n.Fragment,{key:`${l}:${a}`},l,n.createElement("br",null))):e,U9=new Set(["com","org","net","edu","gov","mil","int","info","biz","name","pro","aero","coop","museum","app","dev","io","co","me","tv","cc","ws","mobi","asia","tel","jobs","travel","cloud","ai","blog","shop","store","site","online","tech","xyz","top","live","space","fun","icu","one","website","ac","ad","ae","af","ag","al","am","ao","aq","ar","as","at","au","aw","ax","az","ba","bb","bd","be","bf","bg","bh","bi","bj","bm","bn","bo","br","bs","bt","bw","by","bz","ca","cd","cf","cg","ch","ci","ck","cl","cm","cn","cr","cu","cv","cw","cx","cy","cz","de","dj","dk","dm","do","dz","ec","ee","eg","er","es","et","eu","fi","fj","fk","fm","fo","fr","ga","gb","gd","ge","gf","gg","gh","gi","gl","gm","gn","gp","gq","gr","gs","gt","gu","gw","gy","hk","hm","hn","hr","ht","hu","id","ie","il","im","in","iq","ir","is","it","je","jm","jo","jp","ke","kg","kh","ki","km","kn","kp","kr","kw","ky","kz","la","lb","lc","li","lk","lr","ls","lt","lu","lv","ly","ma","mc","md","mg","mh","mk","ml","mm","mn","mo","mp","mq","mr","ms","mt","mu","mv","mw","mx","my","mz","na","nc","ne","nf","ng","ni","nl","no","np","nr","nu","nz","om","pa","pe","pf","pg","ph","pk","pl","pm","pn","pr","ps","pt","pw","py","qa","re","ro","rs","ru","rw","sa","sb","sc","sd","se","sg","sh","si","sk","sl","sm","sn","so","sr","ss","st","su","sv","sx","sy","sz","tc","td","tf","tg","th","tj","tk","tl","tm","tn","to","tr","tt","tw","tz","ua","ug","uk","us","uy","uz","va","vc","ve","vg","vi","vn","vu","wf","ws","ye","yt","za","zm","zw"]),G9=/(https?|ftp?:\/\/[^\s]+)/im,il=/((?:https?:\/\/|ftp?:\/\/|\d{1,3}(?:\.\d{1,3}){3}|[a-zA-Z0-9-]+\.{1}[a-zA-Z0-9-]{2,63})(?:[^\s.]+|\.{1}[a-zA-Z0-9-]{2,63})*)/im,X9=e=>{const a=e.split(/[/?#:]/)[0]??e;if(/^[\d.]+$/.test(a))return!1;const l=a.split("."),o=(l[l.length-1]??"").toLowerCase();return l[0]?.toLowerCase()==="www"?!0:U9.has(o)},Q9=e=>e.split(il).filter(Boolean),K9=e=>!G9.test(e),Z9=e=>Q9(e).map((a,l)=>il.test(a)?K9(a)?X9(a)?{id:l,linkType:"tld",value:a,url:`http://${a.replace(/(\/\/)/m,"")}`}:{id:l,linkType:"text",value:a}:{id:l,linkType:"url",value:a,url:a}:{id:l,linkType:"text",value:a}),dl=({text:e,...a})=>{const l=n.useMemo(()=>Z9(e),[e]);return n.createElement(n.Fragment,null,l.map(o=>o.linkType!=="text"?n.createElement(lt,{key:o.id,href:o.url,target:"_blank",...a},o.value):F9(o.value,o.id)))},xe={escape:"Escape",arrowUp:"ArrowUp",arrowRight:"ArrowRight",arrowDown:"ArrowDown",arrowLeft:"ArrowLeft"},Y9="_draggable_13pue_19",J9="_dragging_13pue_25",eu="_shadowFocus_13pue_31",d1={draggable:Y9,dragging:J9,shadowFocus:eu},tu={};var ml=(e=>(e[e.NONE=0]="NONE",e[e.VERTICAL=1]="VERTICAL",e[e.HORIZONTAL=2]="HORIZONTAL",e))(ml||{});const nu=(e,a)=>{const l=e.getBoundingClientRect().bottom,o=e.getBoundingClientRect().top,r=a.getBoundingClientRect().bottom,c=a.getBoundingClientRect().top;return l>=r?"DOWN":o<=c?"UP":"STOP"},$1=n.forwardRef(({alignWithFloatRootTrigger:e,ariaLabel:a="Draggable",beforeReposition:l,floatRoot:o=void 0,floatRootInset:r=tu,isDisabled:c=!1,isMoveableWithArrowKeys:s=!1,lockStyle:i=0,onPointerMoveExtra:d,onPointerUpExtra:m,onReposition:u,pointerCapture:_=!1,pointerCaptureTarget:p,scrollElementRef:h,scrollOffset:g=10,scrollTimer:w=30,shouldCaptureClick:E=!0,showFocus:v=!0,children:x,className:B,...I},M)=>{let k=n.useRef(null);k=M??k;const[S,z]=n.useState(!1),L=n.useRef(!1),q=n.useRef(r);return n.useEffect(()=>{q.current=r},[r]),n.useEffect(()=>{if(!k.current)return;const b=k.current;if(z(!1),L.current=!1,c)return;let A=b.getBoundingClientRect();const V=h?.current??void 0;let ae=0,ne=0,F=0,H=0,Z,K=0,Fe=0,st=V?.scrollTop,le="STOP",Ce,Ue=!1,Ut=!1;const T1=()=>{document.removeEventListener("pointermove",U1),document.removeEventListener("pointerup",K1),document.removeEventListener("keyup",Z1)},Bt=()=>{clearInterval(Ce),Ue=!1,le="STOP"},Gt=()=>{b.style.left=`${(b.offsetLeft+F)/window.innerWidth*100}%`,b.style.top=`${(b.offsetTop+H)/window.innerHeight*100}%`},W1=()=>{A=b.getBoundingClientRect(),Z=b.offsetParent?.getBoundingClientRect(),K=Z?.left??0,Fe=Z?.top??0,l&&(l(b),A=b.getBoundingClientRect()),b.style.left=`${A.left-K}px`,b.style.top=`${A.top-Fe}px`,b.style.removeProperty("right"),b.style.removeProperty("bottom"),b.style.removeProperty("translate"),b.style.transform="none"};b.addEventListener("pointerdown",F1),s&&b.addEventListener("keydown",j1),V?.addEventListener("scroll",G1);function D1($){z($),Ut=$}function j1($){if($.target!==b||!($.key===xe.arrowUp||$.key===xe.arrowRight||$.key===xe.arrowDown||$.key===xe.arrowLeft))return;document.addEventListener("keyup",Z1),$.repeat||W1(),d&&d(b);const ye=$.shiftKey?10:1;switch($.key){case xe.arrowUp:H=-10*ye;break;case xe.arrowRight:F=10*ye;break;case xe.arrowDown:H=10*ye;break;case xe.arrowLeft:F=-10*ye;break;default:return}Gt(),(F||H)&&(L.current=!0),F=0,H=0}function F1($){_&&(p??b).setPointerCapture($.pointerId),$.preventDefault(),$.stopPropagation(),$.button===0&&(D1(!0),W1(),ae=$.clientX,ne=$.clientY,document.addEventListener("pointermove",U1),document.addEventListener("pointerup",K1))}function U1($){d&&d(b),i!==1&&(F=$.clientX-ae),i!==2&&(H=$.clientY-ne),V?(le=nu(b,V),le==="STOP"?(b.style.transform=`translate(${F}px, ${H}px)`,Ue&&Bt()):Ue||(Ue=!0,Ce=window.setInterval(()=>{if(V)switch((le==="UP"&&V.scrollTop===0||le==="DOWN"&&V.scrollHeight-V.clientHeight-V.scrollTop<=1)&&(le="STOP"),le){case"DOWN":V.scrollTop+=g;break;case"UP":V.scrollTop-=g;break;case"STOP":b.style.transform=`translate(${F}px, ${H}px)`,Bt();break}},w))):b.style.transform=`translate(${F}px, ${H}px)`}function G1(){if(V?.scrollTop!==void 0){if(Ut&&st!==void 0){const $=V.scrollTop-st;i!==2&&(H+=$,ne-=$),b.style.transform=`translate(${F}px, ${H}px)`}st=V.scrollTop}}const X1=()=>{let $=!1,zt=!1,ye=!1,Xt=!1,Qt={overflow:!1};if(o?.current){A=b.getBoundingClientRect();const Ge=o.current.getBoundingClientRect(),Y1=q.current.top??0,J1=q.current.bottom??0,e0=q.current.left??0,t0=q.current.right??0;A.left<Ge.left+e0&&(b.style.left=`${o.current.offsetLeft-K+e0}px`,ye=!0),A.right>Ge.right-t0&&(b.style.left=`${Ge.right-b.offsetWidth-K-t0}px`,Xt=!0),A.top<Ge.top+Y1&&(b.style.top=`${o.current.offsetTop-Fe+Y1}px`,$=!0),A.bottom>Ge.bottom-J1&&(b.style.top=`${Ge.bottom-b.offsetHeight-Fe-J1}px`,zt=!0),Qt={overflow:$||zt||ye||Xt,top:$,bottom:zt,left:ye,right:Xt},Qt.overflow&&Gt()}return Qt};e&&(e.current=()=>{const $=X1();u&&u(b,$)});function oo(){A.left+A.width/2>window.innerWidth/2&&(b.style.right=`${(window.innerWidth-A.right)/window.innerWidth*100}%`,b.style.left="auto")}function ro(){A.top+A.height/2>window.innerHeight/2&&(b.style.bottom=`${(window.innerHeight-A.bottom)/window.innerHeight*100}%`,b.style.top="auto")}const Q1=()=>{Bt(),m&&m(b),Gt(),b.style.removeProperty("transform"),(F||H)&&(L.current=!0),F=0,H=0,T1();const $=X1();$.overflow||(oo(),ro()),D1(!1),u&&u(b,$)};function K1($){_&&(p??b).releasePointerCapture($.pointerId),Q1()}function Z1(){Q1()}return()=>{T1(),b.removeEventListener("pointerdown",F1),s&&b.removeEventListener("keydown",j1),V?.removeEventListener("scroll",G1),Bt(),b.style.removeProperty("transform"),Ut&&m?.(b)}},[c,s,o,l,u,m,e,d,w,g,i,_,h,p,k.current]),n.createElement(N,null,({colorScheme:b})=>n.createElement("div",{role:"region","aria-label":a,tabIndex:s?0:-1,ref:k,className:f(b,{[d1.draggable]:!c,[d1.dragging]:S,[d1.shadowFocus]:s&&v},B),"data-dragging":S?!0:void 0,onClickCapture:E?A=>{L.current&&(A.stopPropagation(),A.preventDefault(),L.current=!1)}:void 0,...I},x))});$1.displayName="Draggable";const au="_box_kq00y_4",lu="_fillHeight_kq00y_8",ou="_overflow-hidden_kq00y_14",ru="_nonePadding_kq00y_18",cu="_compactPadding_kq00y_22",su="_smallPadding_kq00y_26",iu="_mediumPadding_kq00y_30",du="_largePadding_kq00y_34",mu="_scrollbar_kq00y_38",ut={box:au,fillHeight:lu,"overflow-hidden":"_overflow-hidden_kq00y_14",overflowHidden:ou,nonePadding:ru,compactPadding:cu,smallPadding:su,mediumPadding:iu,largePadding:du,scrollbar:mu},ul=n.forwardRef(({fillHeight:e=!0,hasFooterShadow:a=!0,headerContent:l,headerContentBelowDivider:o,footerContent:r,padding:c="small",headerPadding:s=c,footerPadding:i=c,overflowHidden:d=!1,withScrollbars:m=!0,scrollbarRef:u,children:_,scrollElementRef:p,scrollElementClassname:h,onScroll:g,className:w,...E},v)=>{const x=n.useId();return n.createElement(ce,{hasFooterShadow:a,className:f(ut.box,{[ut.fillHeight]:e},{[ut.overflowHidden]:d},w),padding:"none",headerContent:l,headerContentBelowDivider:o,footerContent:r,footerPadding:i,headerPadding:s,ref:v,...E},_&&m?n.createElement(ct,{ref:u,scrollElementRef:p,className:f(ut.scrollbar),ariaLabel:`Scrollable panel content ${x}`,onScroll:g},n.createElement("div",{className:f(ut[fe(c)],h)},_)):_)});ul.displayName="Panel";const q1=e=>({focusFrom:n.useCallback(()=>{if(e){const l=e.tabIndex;e.tabIndex=-1,e.focus(),e.tabIndex=l}},[e])}),uu=({children:e})=>Aa.createPortal(e,document.body),h1=(()=>{const e=[],a=o=>{const r=e.indexOf(o);r!==-1&&e.splice(r,1)};return{add:o=>(e.push(o),()=>{a(o)}),isLast:o=>e.length?e[e.length-1]===o:!1,remove:a}})(),fu=e=>{const a=o=>o?.dataset?.focusRoot==="1";return(()=>{let o=e;for(;o;){if(a(o))return o;o=o.parentElement}})()},fl=e=>{const a=v1.tabbable(e,{includeContainer:!1});if(!a.length){nt(e);return}nt(a[0],e)},nt=(e,a)=>{if(e!==document.activeElement){if(!e?.focus){nt(a);return}e?.focus()}},_u=(e,a)=>{const l=o=>{if(o.key?.toLowerCase()!=="tab"||!h1.isLast(a))return;const r=v1.tabbable(e,{includeContainer:!1}),c=r[r.length-1],s=r[0];if(r.length===0){nt(e);return}o.shiftKey?o.target===s&&(nt(c),o.preventDefault()):o.target===c&&(nt(s),o.preventDefault())};return[()=>{document.addEventListener("keydown",l)},()=>{document.removeEventListener("keydown",l)}]},pu=(e=!0)=>{const a=n.useRef(Ra.v4()),l=n.useRef(null),o=n.useRef(null),r=n.useRef(!1);n.useEffect(()=>{r.current=e},[e]),!r.current&&e&&(l.current=document.activeElement);const c=n.useCallback(s=>{o.current=s,!(!e||!s)&&(s.setAttribute("data-focus-root","1"),s.contains(document.activeElement)||fl(s))},[e]);return n.useEffect(()=>{const s=o.current,i=a.current;if(!e||!s)return;const[d,m]=_u(s,i);h1.add(i),d?.();const u=l.current;return()=>{h1.remove(i),m?.();const _=document.activeElement,p=fu(_),h=p&&p===s,g=_&&v1.isFocusable(_);l.current=null,!(!u||!h&&g)&&u.focus?.()}},[e]),{focusTrapRef:o,setFocusTrapRef:c}},hu="_modalWrapper_1tsaz_4",gu="_modalMask_1tsaz_18",vu="_fade_1tsaz_1",wu="_modal_1tsaz_4",Eu="_compact_1tsaz_44",xu="_small_1tsaz_47",bu="_medium_1tsaz_50",ku="_large_1tsaz_53",Cu="_auto_1tsaz_56",yu="_closeButton_1tsaz_60",Bu="_closeButtonIcon_1tsaz_71",zu="_nonePadding_1tsaz_93",Iu="_compactPadding_1tsaz_97",Mu="_smallPadding_1tsaz_101",Su="_mediumPadding_1tsaz_105",Lu="_largePadding_1tsaz_109",Au="_overlay_1tsaz_113",Ru="_slide_1tsaz_1",Nu="_positioned_1tsaz_122",$u="_scrollbars_1tsaz_126",qu="_keycap_1tsaz_132",be={modalWrapper:hu,modalMask:gu,fade:vu,modal:wu,compact:Eu,small:xu,medium:bu,large:ku,auto:Cu,closeButton:yu,closeButtonIcon:Bu,nonePadding:zu,compactPadding:Iu,smallPadding:Mu,mediumPadding:Su,largePadding:Lu,overlay:Au,slide:Ru,positioned:Nu,scrollbars:$u,keycap:qu};var _l=(e=>(e.Overlay="overlay",e.Positioned="positioned",e))(_l||{});const Hu=({children:e,...a})=>n.createElement("div",{...a},e),Wt=n.forwardRef(({canDrag:e=!1,children:a,className:l,closeButton:o=rt,closeButtonAriaLabel:r="Close tooltip",closeOnOutsideClick:c=!0,colorScheme:s="light",footerContent:i,footerPadding:d,hasBackground:m,hasFooterShadow:u,headerContent:_,headerPadding:p,isOpen:h=!1,modalType:g="overlay",onClose:w,padding:E="medium",scrollbarsAriaLabel:v,sizeModifier:x="small",style:B,testIdCloseButton:I=R.ButtonModalClose,uniqueTitle:M,withCloseButton:k=!1,withMask:S=!0,withScrollbars:z=!0,wrapperClassName:L,...q},b)=>{const A=()=>{c&&w?.()},V=D.useOnClickOutside(A),{focusTrapRef:ae,setFocusTrapRef:ne}=pu(h),F=n.useRef(null),[H,Z]=n.useState(null),{focusFrom:K}=q1(H),Fe=z?ct:Hu;n.useImperativeHandle(b,()=>({focus:()=>{ae.current instanceof HTMLElement?fl(ae.current):H&&K()}})),n.useEffect(()=>{const Ce=Ue=>{Ue.key==="Escape"&&w?.()};return h?document.addEventListener("keydown",Ce):document.removeEventListener("keydown",Ce),()=>document.removeEventListener("keydown",Ce)},[h,w]);const{colorScheme:st}=n.useContext(at);let le=n.createElement(Q,{colorScheme:s??st},n.createElement(ce,{className:f(be.modal,be[g],x!=="none"&&be[x],!e&&l),ref:g==="positioned"?Ce=>{Z(Ce)}:ne,hasBackground:m,headerContent:_,footerContent:i,headerPadding:p,footerPadding:d,hasFooterShadow:u,...!e&&{style:B}},n.createElement(Fe,{className:be.scrollbars,...z?{ariaLabel:v}:{"aria-label":v}},n.createElement("div",{role:"presentation",ref:V,className:be[fe(E)]},n.createElement("div",{role:"dialog","aria-modal":"true","aria-label":M},k&&n.createElement(o,{"aria-label":r,className:be.closeButton,"data-testid":I,onClose:w}),a)))));return e&&(le=n.createElement($1,{className:l,style:B,floatRoot:F},le)),S&&(le=n.createElement("div",{role:"presentation",className:f(be.modalMask,L),"data-testid":R.ModalMask},le)),h?n.createElement(uu,null,n.createElement("div",{className:be.modalWrapper,role:"region",ref:F,...q},le)):null});Wt.displayName="Modal";const Ou=({className:e,colorScheme:a,hotkeyLabel:l,keyCap:o,onClose:r,...c})=>n.createElement(pl,{className:e,hotkeyLabel:l,keyCap:o,...c},n.createElement(rt,{colorScheme:a,onClose:r})),pl=({children:e,className:a,delay:l=0,hotkeyLabel:o,keyCap:r="ESC",position:c="bottomEnd",...s})=>n.createElement(N1,{delay:l,position:c,text:n.createElement(hl,{label:o,keyCap:r}),tooltipContainerClassName:a,...s},e),hl=({label:e,keyCap:a})=>n.createElement("div",{className:"d-inline-flex items-center gap-1"},n.createElement(C,null,e),n.createElement("div",{className:be.keycap},n.createElement(C,{fontVariant:y.Small},a))),Pu="_list_1kobu_4",Vu="_noneSpacing_1kobu_9",Tu="_compactSpacing_1kobu_16",Wu="_smallSpacing_1kobu_23",Du="_mediumSpacing_1kobu_30",ju="_largeSpacing_1kobu_37",ba={list:Pu,noneSpacing:Vu,compactSpacing:Tu,smallSpacing:Wu,mediumSpacing:Du,largeSpacing:ju},Ct=({children:e,className:a,spacing:l="small",...o})=>n.createElement("div",{className:f(ba.list,ba[E1(l)],a),...o},e),gl=({enhancerEnd:e,version:a,headingText:l="About Pexip",privacyPolicyLinkText:o="Privacy Policy",privacyPolicyUrl:r="https://pexip.com/privacy-policy/",termsOfServiceLinkText:c="Terms of Service",termsOfServiceUrl:s="https://pexip.com/terms-of-service/",...i})=>n.createElement(Ct,{className:"ml-3 mr-3 mb-2",...i},l&&n.createElement(ke,null,n.createElement(De,{className:"mb-3 mt-2",fontVariant:y.H5,htmlTag:"h1"},l)),r&&o&&n.createElement(ke,{spacing:"small"},n.createElement(lt,{href:r,target:"_blank","data-testid":R.PrivacyPolicyLink},o)),c&&s&&n.createElement(ke,{spacing:"small"},n.createElement(lt,{href:s,target:"_blank","data-testid":R.TermsOfServiceLink},c)),n.createElement(re,{className:"mt-5 mb-3"}),n.createElement(C,{"data-testid":R.Version},"Version: ",a),e),Fu=bt(Wt,"light"),Uu=({className:e,isOpen:a=!1,onClose:l,version:o,headingText:r,privacyPolicyUrl:c,privacyPolicyLinkText:s,termsOfServiceUrl:i,termsOfServiceLinkText:d,aboutTextEnhancerEnd:m,...u})=>n.createElement(Fu,{padding:"none",onClose:l,isOpen:a,withCloseButton:!0,className:e,...u},n.createElement(gl,{version:o,headingText:r,privacyPolicyUrl:c,privacyPolicyLinkText:s,termsOfServiceUrl:i,termsOfServiceLinkText:d,enhancerEnd:m})),Dt=e=>a=>{a.key==="Enter"&&e(a)},Gu="_chevron_ansc0_4",Xu="_toggle_ansc0_12",Qu="_summary_ansc0_16",Ku="_content_ansc0_24",Zu="_expanded_ansc0_29",Yu="_accordionButton_ansc0_33",Ju="_dark_ansc0_40",ef="_meta_ansc0_47",tf="_light_ansc0_51",Re={chevron:Gu,toggle:Xu,summary:Qu,content:Ku,expanded:Zu,accordionButton:Yu,dark:Ju,meta:ef,light:tf},nf=({canOnlyToggleWithTitle:e,children:a,className:l,isExpanded:o,onExpand:r,...c})=>{const s=f(Re.summary,l);return e?n.createElement("div",{className:s},a):n.createElement(se,{className:s,"aria-expanded":o,onClick:r,onKeyDown:Dt(r),...c},a)},af=({isExpanded:e})=>{const a=e?P.IconChevronDown:P.IconChevronRight;return n.createElement(W,{size:"compact",source:a,className:f(Re.chevron,"me-2")})},lf=({children:e,isExpanded:a,canOnlyToggleWithTitle:l,onExpand:o})=>{const r=()=>n.createElement(n.Fragment,null,n.createElement(af,{isExpanded:a}),e);return l?n.createElement(se,{className:Re.accordionButton,"aria-expanded":a,onClick:o,onKeyDown:Dt(o)},n.createElement(r,null)):n.createElement("div",{className:Re.accordionButton},n.createElement(r,null))},of=({meta:e})=>{const a="d-inline ms-2";return typeof e=="string"?n.createElement(C,{fontVariant:y.BodyBold,className:f(Re.meta,a)},e):n.createElement("div",{className:a},e)},rf=({canOnlyToggleWithTitle:e,children:a,enhancerEnd:l,meta:o,isExpanded:r,onExpand:c,className:s,...i})=>n.createElement(nf,{canOnlyToggleWithTitle:e,className:s,isExpanded:r,onExpand:c,...i},n.createElement("div",{className:"d-flex align-items-center"},n.createElement(lf,{canOnlyToggleWithTitle:e,isExpanded:r,onExpand:c},a),n.createElement(of,{meta:o}),n.createElement("div",{className:"ml-auto"},l))),cf=({buttonClassName:e,canOnlyToggleWithTitle:a,children:l,className:o,colorScheme:r,contentClassName:c,dataTestId:s,enhancerEnd:i,isExpanded:d=!1,meta:m,onToggle:u,title:_,...p})=>{const[h,g]=n.useState(d),w=D.usePrevious(h),E=v=>{v.preventDefault(),g(x=>!x)};return n.useEffect(()=>{h!==(w||!1)&&u?.(h)},[u,h,w]),n.createElement(N,null,({colorScheme:v})=>n.createElement("div",{role:"group",className:f(Re[r??v],o),...p},n.createElement(rf,{canOnlyToggleWithTitle:a,meta:m,isExpanded:h,onExpand:E,className:e,enhancerEnd:i,"data-testid":s},typeof _=="string"?n.createElement(C,{fontVariant:y.BodyBold},_):_),n.createElement("div",{className:f(Re.content,{[Re.expanded]:h},c)},l)))},sf="_secondaryWrapper_1plhf_4",df="_statusWrapper_1plhf_10",mf="_statusItem_1plhf_18",uf="_eventsList_1plhf_22",ff="_eventItem_1plhf_26",_f="_contentWrapper_1plhf_32",pf="_disabled_1plhf_42",ve={secondaryWrapper:sf,statusWrapper:df,statusItem:mf,eventsList:uf,eventItem:ff,contentWrapper:_f,disabled:pf},hf=({actionButton:e,disabled:a=!1,eventsItems:l,eventsTitle:o,statusItems:r,title:c,titleEnhancerStart:s})=>n.createElement(Ha,{title:c,titleEnhancerStart:s,secondaryComponent:n.createElement("div",{className:f(ve.secondaryWrapper,a&&ve.disabled,"p-4")},r.map(i=>n.createElement("div",{className:ve.statusWrapper,key:`${i.label}${i.content}`},n.createElement(C,{variant:"inherit",fontVariant:y.Body,className:ve.statusItem},i.label),n.createElement(C,{variant:"inherit",fontVariant:y.BodyBold,className:ve.statusItem},i.content))))},n.createElement("div",{className:f(ve.contentWrapper,a&&ve.disabled,"p-4")},n.createElement(De,{className:"mb-2",htmlTag:"h3",variant:"inherit",fontVariant:y.H5},o),n.createElement(Ct,{spacing:"none",className:ve.eventsList},l.map(i=>n.createElement(ke,{key:i.label},n.createElement(lt,{onClick:i.action,isUnderlined:!!i.action,className:ve.eventItem},i.label)))),n.createElement(lt,{variant:"inherit",fontVariant:y.BodyBold,isDisabled:!0,onClick:e.action},e.label))),gf="_wrapper_16uxo_4",vf={wrapper:gf},wf={width:16,height:9},Ef=({children:e,className:a,dimensions:l=wf,isActive:o=!0,style:r,...c})=>{const s=o?{"--aspect-ratio-height":l.height,"--aspect-ratio-width":l.width}:void 0;return n.createElement("div",{style:{...r,...s},className:f(vf.wrapper,a),...c},e)},xf="_bar_19iud_4",bf="_absoluteTop_19iud_12",kf="_absoluteBottom_19iud_17",Cf="_relative_19iud_22",yf="_row_19iud_26",Bf="_rowReverse_19iud_30",zf="_column_19iud_34",If="_columnReverse_19iud_38",Mf="_spaceBetween_19iud_42",Sf="_center_19iud_46",Lf="_nonePadding_19iud_50",Af="_compactPadding_19iud_54",Rf="_smallPadding_19iud_58",Nf="_mediumPadding_19iud_62",$f="_largePadding_19iud_66",ft={bar:xf,absoluteTop:bf,absoluteBottom:kf,relative:Cf,row:yf,rowReverse:Bf,column:zf,columnReverse:If,spaceBetween:Mf,center:Sf,nonePadding:Lf,compactPadding:Af,smallPadding:Rf,mediumPadding:Nf,largePadding:$f},qf=({children:e,className:a,position:l="relative",padding:o="none",flexDirection:r="row",justifyContent:c="spaceBetween",...s})=>n.createElement("div",{className:f(ft.bar,ft[fe(o)],ft[l],ft[r],ft[c],a),...s},e),Hf="_wrapper_1f5cx_14",Of="_list_1f5cx_20",Pf="_listItem_1f5cx_27",Vf="_crumbLabel_1f5cx_30",Tf="_crumbLink_1f5cx_43",wt={wrapper:Hf,list:Of,listItem:Pf,crumbLabel:Vf,crumbLink:Tf},ka=(e,a,l)=>{e.preventDefault(),a.action?a.action():a.url&&l(a.url)},Wf=({className:e,crumbs:a,enhancerEnd:l,enhancerStart:o,handleNavigate:r})=>{const s=[...a].reverse().slice(1).find(i=>i.url||i.action);return n.createElement("nav",{className:f(e,wt.wrapper),"aria-label":"breadcrumbs"},o,(s?.url||s?.action)&&n.createElement(j,{href:s.url,onClick:i=>ka(i,s,r),htmlTag:"a",size:"none",variant:"transparent",className:"mr-3","aria-label":`Go back to ${s.label}`},n.createElement(W,{source:P.IconArrowLeftRegular,size:"medium"})),n.createElement("ul",{className:wt.list},a.map(i=>n.createElement("li",{key:`${i.label}${i.url}`,className:wt.listItem},i.action??i.url?n.createElement(se,{className:wt.crumbLink,href:i.url,htmlTag:"a",onClick:d=>ka(d,i,r)},n.createElement(Ca,{label:i.label})):n.createElement(Ca,{label:i.label})))),l)},Ca=({label:e})=>n.createElement(C,{fontVariant:y.BodyBold,className:wt.crumbLabel},e),Df="_svg_1ww8x_4",jf="_circle_1ww8x_13",ya={svg:Df,circle:jf},Ff=({duration:e=60,className:a,...l})=>{const o=n.useMemo(()=>e,[]);return n.createElement("svg",{viewBox:"0 0 32 32",className:f(ya.svg,a),role:"img","aria-label":"timer",...l},n.createElement("circle",{r:"16",cx:"16",cy:"16",className:ya.circle,style:{animationDuration:`${o}s`}}))},Uf="_countdownWrapper_nht8u_11",Gf="_countdownNumber_nht8u_20",Xf="_svg_nht8u_24",Qf="_circleMain_nht8u_33",Kf="_circleBackground_nht8u_34",Zf="_countdown_nht8u_11",Pe={countdownWrapper:Uf,countdownNumber:Gf,svg:Xf,circleMain:Qf,circleBackground:Kf,countdown:Zf},Ba=({className:e})=>n.createElement("circle",{className:e,r:"35",cx:"40",cy:"40"}),Yf=({currentCount:e=0,startCountFrom:a=5,shouldStartCountDown:l})=>(n.useEffect(()=>{document.documentElement.style.setProperty("--countdown-animation-duration",`${a}`)},[a]),n.createElement("div",{className:Pe.countdownWrapper},n.createElement(C,{className:Pe.countdownNumber,colorScheme:"light",fontVariant:y.H1},e),n.createElement("svg",{role:"img","aria-label":"Circle countdown",className:Pe.svg},n.createElement(Ba,{className:f(Pe.circleBackground,l?Pe.countdown:"")}),n.createElement(Ba,{className:f(Pe.circleMain,l?Pe.countdown:"")})))),Jf=({startCountFrom:e=5,msInterval:a=1e3,shouldStartCountDown:l})=>{const{startCountDown:o,currentCount:r}=D.useCountDown({startCountFrom:e,enabled:l,msInterval:a});return n.useEffect(()=>{l&&o()},[l,o]),n.createElement(Yf,{startCountFrom:e,shouldStartCountDown:l,currentCount:r})},e_="_tabs_8tz0g_4",t_="_light_8tz0g_10",n_="_dark_8tz0g_13",a_="_small_8tz0g_16",l_="_underline_8tz0g_19",o_="_tab_8tz0g_4",r_="_active_8tz0g_39",c_="_canClickActive_8tz0g_39",s_="_large_8tz0g_51",i_="_medium_8tz0g_54",he={tabs:e_,light:t_,dark:n_,small:a_,underline:l_,tab:o_,active:r_,canClickActive:c_,large:s_,medium:i_},d_=({allowActiveTabToBeClicked:e=!1,tabs:a,selectedTabID:l,onTabChange:o,className:r,sizeModifier:c="large",variant:s="pill"})=>n.createElement(N,null,({colorScheme:i})=>n.createElement("div",{role:"tablist",className:f(i,he[i],he[c],he.tabs,s==="underline"&&he.underline,r)},a.map(({name:d,id:m,textEndContent:u,testId:_})=>n.createElement("button",{type:"button","data-testid":_,onClick:()=>{(l!==m||l===m&&e)&&o(m)},role:"tab",key:m,className:f(he.tab,he[i],he[c],{[he.active]:m===l,[he.canClickActive]:e,[he.underline]:s==="underline"})},n.createElement(C,{fontVariant:c==="small"?y.SmallBold:y.BodyBold,className:f({"p-relative":!!u})},d,u))))),m_="_wrap_yqav1_4",u_="_buttonContainer_yqav1_10",f_="_dropContent_yqav1_17",__="_fade_yqav1_1",p_="_contentTextNoWrap_yqav1_25",h_="_topLeft_yqav1_30",g_="_bottomLeft_yqav1_31",v_="_topRight_yqav1_35",w_="_bottomRight_yqav1_36",E_="_topMiddle_yqav1_42",x_="_bottomMiddle_yqav1_53",b_="_middleLeft_yqav1_62",k_="_middleRight_yqav1_63",C_="_limitSize_yqav1_84",y_="_row_yqav1_89",B_="_rowReverse_yqav1_93",z_="_column_yqav1_97",I_="_columnReverse_yqav1_101",we={wrap:m_,buttonContainer:u_,dropContent:f_,fade:__,contentTextNoWrap:p_,topLeft:h_,bottomLeft:g_,topRight:v_,bottomRight:w_,topMiddle:E_,bottomMiddle:x_,middleLeft:b_,middleRight:k_,limitSize:C_,row:y_,rowReverse:B_,column:z_,columnReverse:I_},jt=({buttonClassName:e,buttonLabel:a="Toggle drop content",canCloseOutside:l=!0,children:o,className:r,closeOnEscape:c=!1,content:s,contentClassName:i,dropContentRole:d,dropContentLabel:m,interactiveElement:u,isContentTextWrapped:_=!1,isDisabled:p,isOpen:h=!1,limitSize:g=!1,onClose:w,onContainerClick:E,onContentVisibilityChange:v,onOutsideClose:x,position:B="bottomLeft",flexDirection:I="row",...M})=>{const[k,S]=n.useState(h),z=n.useRef(M);z.current=M;const L=n.useCallback(()=>{w?.(),S(!1)},[w]),q=n.useCallback(()=>{l&&(L(),x?.())},[l,x,L]);n.useEffect(()=>{const H=Z=>{Z.key===xe.escape&&L()};return H&&(k?document.addEventListener("keydown",H,!0):document.removeEventListener("keydown",H,!0)),()=>H&&document.removeEventListener("keydown",H,!0)},[c,L,k]);const b=n.useCallback(H=>{E?.(),k&&w?.(),S(Z=>!Z),H.stopPropagation()},[k,w,E]),A=n.useCallback(H=>H.stopPropagation(),[]),V=H=>{H.stopPropagation(),w?.(),S(!1)};n.useEffect(()=>{v&&v(k)},[k,v]);const ae=D.useOnClickOutside(q),ne=n.useMemo(()=>n.createElement(n.Fragment,null,typeof o=="function"?o(k):o),[o,k]),F=n.useMemo(()=>u?.({"aria-label":a,children:ne,className:f(we.buttonContainer,e),onClick:b,onKeyDown:A,...z.current},k)??n.createElement(se,{"aria-label":a,className:f(we.buttonContainer,e),onClick:b,onKeyDown:A,...z.current},ne),[e,a,A,b,u,k,ne]);return p?n.createElement("div",{className:f(we.wrap,r),ref:ae},ne):n.createElement("div",{className:f(we.wrap,r),ref:ae},F,k&&n.createElement("div",{"aria-label":m,role:d,className:f(we.dropContent,we[B],we[I],{[we.contentTextNoWrap]:!_,[we.limitSize]:g},i)},typeof s=="function"?s(V):s))},M_="_dark_1flzb_20",S_="_light_1flzb_46",L_="_container_1flzb_169",A_="_errorText_1flzb_170",R_="_containerWrapContent_1flzb_174",N_="_selectWrapper_1flzb_178",$_="_fullWidth_1flzb_184",q_="_view_1flzb_187",H_="_select_1flzb_178",O_="_compact_1flzb_244",P_="_small_1flzb_248",V_="_medium_1flzb_251",T_="_hasIcon_1flzb_254",W_="_textWrapper_1flzb_258",D_="_label_1flzb_265",j_="_text_1flzb_258",F_="_icon_1flzb_273",U_="_chevron_1flzb_274",G_="_error_1flzb_170",X_="_inlineLabel_1flzb_311",Q_="_disabled_1flzb_328",O={dark:M_,light:S_,container:L_,errorText:A_,containerWrapContent:R_,selectWrapper:N_,fullWidth:$_,view:q_,select:H_,compact:O_,small:P_,medium:V_,hasIcon:T_,textWrapper:W_,label:D_,text:j_,icon:F_,chevron:U_,error:G_,inlineLabel:X_,disabled:Q_},K_="_fullWidth_7juwi_12",Z_="_button_7juwi_16",Y_="_wrapper_7juwi_20",J_="_menu_7juwi_25",ep="_checkboxWrapper_7juwi_29",tp="_textWrapper_7juwi_41",te={fullWidth:K_,button:Z_,wrapper:Y_,menu:J_,checkboxWrapper:ep,textWrapper:tp},vl=({buttonType:e,className:a,colorScheme:l,dropContentPosition:o,errorText:r,hasError:c,iconType:s,isDisabled:i,isFullWidth:d,isOpen:m=!1,isTruncated:u=!1,label:_,labelModifier:p,menuComponent:h,multipleSelectionText:g="selected",noSelectionText:w,onContentVisibilityChange:E,onOutsideClose:v,options:x,sizeModifier:B="medium",testId:I,value:M=[],wrapContent:k=!1})=>n.createElement(N,null,({colorScheme:S})=>n.createElement(jt,{buttonLabel:_,type:e,className:f(te.fullWidth,a),content:h,contentClassName:f({[te.fullWidth]:d}),isOpen:x.length>0&&m,isDisabled:i,onOutsideClose:v,onContentVisibilityChange:E,position:o,interactiveElement:z=>n.createElement(se,{...z,className:f(l??S,O.container,O[l??S],te.button,{[te.fullWidth]:d,[O.disabled]:i,[O.error]:c&&!i,[O.containerWrapContent]:k}),"data-testid":I},n.createElement(np,{iconType:s,isDisabled:i,isFullWidth:d,isTruncated:u,labelModifier:p,multipleSelectionText:g,noSelectionText:w,options:x,selectLabel:_,sizeModifier:B,value:M}),c&&r&&n.createElement(C,{className:f("mt-2",O.errorText),variant:"danger"},r))})),np=({iconType:e,isDisabled:a,isFullWidth:l,isTruncated:o,labelModifier:r,multipleSelectionText:c,noSelectionText:s,options:i,selectLabel:d,sizeModifier:m,value:u})=>{const _=r==="hidden",p=r==="inline",h=v=>i.find(x=>x.id===v)?.label??v,g=p||_,w={text:d},E=()=>u.length===1?h(u[0]):u.length>1&&!o?u.map(v=>h(v)).join(", "):u.length===0&&!s||u.length>1?`${u.length} ${c}`:s;return n.createElement(n.Fragment,null,!g&&n.createElement(ge,{className:f(O.label),...w}),n.createElement(se,{className:f(O.selectWrapper,{[te.fullWidth]:l}),htmlTag:"div",disabled:a},n.createElement("div",{className:f(O.view,O[m],{[O.hasIcon]:!!e}),"data-testid":R.MultiselectView},g&&n.createElement(ge,{className:f(O.inlineLabel),isLabelHidden:_,isLabelInline:p,...w}),!!e&&n.createElement(W,{size:"compact",source:e,className:O.icon}),n.createElement("div",{className:f(O.textWrapper,te.textWrapper)},n.createElement("span",{className:O.text},E())),n.createElement(W,{size:m==="medium"?"compact":"mini",source:P.IconChevronDown,className:O.chevron}))))},ap=bt(ce,"light"),wl=({descriptionFontVariant:e,isFullWidth:a,labelFontVariant:l,menuTestId:o,onSelectChange:r,options:c,value:s=[],...i})=>{const d=({id:m,checked:u})=>{let _=[];!s.includes(m)&&u?_=[...s,m]:s.includes(m)&&!u&&(_=s.filter(h=>h!==m));const p=_.map(h=>({id:h,label:c.find(g=>g.id===h)?.label??"No label"}));r(p)};return n.createElement(vl,{options:c,value:s,isFullWidth:a,menuComponent:n.createElement(lp,{descriptionFontVariant:e,isFullWidth:a,labelFontVariant:l,onChange:d,options:c,selection:s,testId:o}),...i})},El=({children:e,className:a,description:l,descriptionFontVariant:o=y.Body,...r})=>n.createElement("div",null,n.createElement(C,{...r,className:a},e),l&&n.createElement(C,{...r,className:f("d-block mb-1",a),fontVariant:o},l)),lp=({descriptionFontVariant:e,isFullWidth:a=!1,labelComponent:l=El,labelFontVariant:o,onChange:r,options:c,selection:s,testId:i})=>{const d=m=>{r({id:m.currentTarget.name,checked:m.currentTarget.checked})};return c.length>0?n.createElement(ap,{className:f(te.wrapper,{[te.fullWidth]:a},"py-3"),"data-testid":i},n.createElement(ct,{className:f(te.menu,"pl-4 pr-5 mr-1")},c.filter(m=>!m.isHidden).map((m,u)=>n.createElement("div",{className:f(te.checkboxWrapper,{"mb-2":u+1!==c.length}),key:m.id,"data-testid":`${R.MultiselectItem}-${u}`},n.createElement(S1,{checked:s.includes(m.id),isDisabled:m.isDisabled,label:m.label,name:m.id,onChange:d,role:"menuitemcheckbox",labelComponent:({children:_,...p})=>n.createElement(l,{...p,fontVariant:o,description:m.description,descriptionFontVariant:e},_)}))))):null},op=bt(ce,"light"),rp=({buttonType:e,descriptionFontVariant:a,isFullWidth:l,isOpen:o,labelFontVariant:r,menuTestId:c,onConfirm:s,onContentVisibilityChange:i,options:d,value:m=[],...u})=>{const[_,p]=n.useState(m),[h,g]=n.useState(o),w=({id:v,checked:x})=>{let B=[];!_.includes(v)&&x?B=[..._,v]:_.includes(v)&&!x&&(B=_.filter(I=>I!==v)),p(B)},E=()=>{const v=_.map(x=>({id:x,label:d.find(B=>B.id===x)?.label??"No label"}));g(!1),s(v)};return n.createElement(vl,{buttonType:e,isFullWidth:l,isOpen:h,menuComponent:v=>n.createElement(cp,{descriptionFontVariant:a,isFullWidth:l,labelFontVariant:r,onChange:w,onConfirm:x=>{E(),v(x)},options:d,selection:_,testId:c}),options:d,onOutsideClose:()=>p(m),onContentVisibilityChange:i,value:_,...u})},cp=({descriptionFontVariant:e,isFullWidth:a=!1,labelComponent:l=El,labelFontVariant:o,onChange:r,onConfirm:c,options:s,selection:i,testId:d})=>{const m=u=>{r({id:u.currentTarget.name,checked:u.currentTarget.checked})};return s.length>0?n.createElement(op,{className:f(te.wrapper,{[te.fullWidth]:a},"py-3"),"data-testid":d},n.createElement(ct,{className:f(te.menu,"pl-4 pr-5 mr-1")},s.filter(u=>!u.isHidden).map((u,_)=>n.createElement("div",{className:f(a?te.fullWidth:te.checkboxWrapper,{"mb-2":_+1!==s.length}),key:u.id,"data-testid":`${R.MultiselectItem}-${_}`},n.createElement(S1,{checked:i.includes(u.id),isDisabled:u.isDisabled,label:u.label,name:u.id,onChange:m,role:"menuitemcheckbox",labelComponent:({children:p,...h})=>n.createElement(l,{...h,fontVariant:o??h.fontVariant,description:u.description,descriptionFontVariant:e},p)})))),n.createElement("div",{className:"mx-4 mt-2"},n.createElement(j,{onClick:c,modifier:"fullWidth","data-testid":R.ConfirmableMultiselectConfirm},"Confirm"))):null},sp=bt(Wt,"light"),ip=({cancelButtonText:e,cancelButtonTestid:a,confirmButtonText:l,confirmButtonTestid:o,confirmButtonVariant:r="primary",description:c,descriptionWordBreak:s,isOpen:i,onCancel:d,onConfirm:m,title:u,..._})=>{const p=n.createElement(j,{onClick:m,variant:r,size:"medium","data-testid":o,modifier:"fullWidth"},l);return n.createElement(sp,{isOpen:i,..._},n.createElement(Ct,{spacing:"none"},n.createElement(C,{fontVariant:y.H5,className:"mb-2"},u),c&&n.createElement(C,{fontVariant:y.Body,className:"mb-4",wordBreak:s},n.createElement(dl,{text:c})),e?n.createElement(Ga,{className:"mt-2"},n.createElement(_1,{xs:6},n.createElement(j,{onClick:d,variant:"secondary",size:"medium","data-testid":a,modifier:"fullWidth"},e)),n.createElement(_1,{xs:6},p)):p))},dp="_wrapper_1uegx_4",mp="_clickCatcher_1uegx_8",up="_positionAdjuster_1uegx_17",m1={wrapper:dp,clickCatcher:mp,positionAdjuster:up},fp=({children:e,menu:a})=>{const[l,o]=n.useState(!1),r=()=>o(!1),c=i=>{o(!l),l||i.preventDefault()},s=typeof a=="function"?a({onClose:r}):a;return n.createElement("div",{onContextMenu:c,role:"presentation",tabIndex:-1,className:m1.wrapper},l&&n.createElement(n.Fragment,null,n.createElement("div",{className:m1.clickCatcher,onClick:r,role:"presentation",tabIndex:-1}),n.createElement("div",{className:m1.positionAdjuster},s)),e)},_p=({isPointingUpwards:e,...a})=>n.createElement(N,null,({colorScheme:l})=>n.createElement(W,{colorScheme:l,size:"small",source:e?P.IconChevronUp:P.IconChevronDown,...a})),pp=({children:e,isOpen:a,...l})=>n.createElement(se,{"aria-expanded":a,htmlTag:"summary",...l},e,n.createElement(_p,{isPointingUpwards:a})),hp=({children:e,className:a,content:l,isFullWidth:o,isInitiallyOpen:r,onToggle:c,summaryElement:s=pp,...i})=>{const[d,m]=n.useState(r??!1);return n.createElement("details",{onToggle:u=>{m(u.currentTarget.open),c?.(u)},open:d},n.createElement(s,{className:f("d-flex align-items-center",{"justify-content-space-between":o},a),isOpen:d,...i},e),l)},gp="_fileUpload_mtns5_13",vp="_button_mtns5_22",wp="_disabledDark_mtns5_32",Ep="_disabledLight_mtns5_37",xp="_error_mtns5_42",bp="_content_mtns5_47",Ie={fileUpload:gp,button:vp,disabledDark:wp,disabledLight:Ep,error:xp,content:bp},kp="or drag and drop",xl=n.forwardRef(({accept:e,ariaLabel:a,colorScheme:l="dark",hasError:o,isDisabled:r,onChange:c,onDrop:s,multiple:i=!1,title:d,subTitle:m=kp,...u},_)=>{const p=r?l==="dark"?Ie.disabledDark:Ie.disabledLight:"";return n.createElement(Ya,{onDrop:s,colorScheme:l,hasError:o,isDisabled:r,...u},n.createElement(L1,{accept:e,className:Ie.fileUpload,onChange:c,multiple:i,ref:_,ariaLabel:a,colorScheme:l,isDisabled:r},n.createElement("div",{className:Ie.content},n.createElement("div",{className:Ie.button},n.createElement(W,{source:P.IconAdd,size:"small",className:f(p,o&&Ie.error),colorScheme:l})),d&&n.createElement(ke,{className:"pb-0"},n.createElement(C,{fontVariant:y.H5,className:f(p,o&&Ie.error),colorScheme:l},d)),m&&n.createElement(ke,{className:"pt-0"},n.createElement(C,{fontVariant:y.Body,className:f(p,o&&Ie.error),colorScheme:l},m)))))});xl.displayName="DragAndUploadFiles";const Cp=({children:e,className:a,...l})=>n.createElement("form",{className:a,...l},e),yp="_group_1wlif_4",Bp="_noneSpacing_1wlif_10",zp="_compactSpacing_1wlif_14",Ip="_smallSpacing_1wlif_18",Mp="_mediumSpacing_1wlif_22",Sp="_largeSpacing_1wlif_26",Lp="_fullWidth_1wlif_30",Ap="_spaceBetween_1wlif_34",Rp="_center_1wlif_38",Np="_normal_1wlif_42",Nt={group:yp,noneSpacing:Bp,compactSpacing:zp,smallSpacing:Ip,mediumSpacing:Mp,largeSpacing:Sp,fullWidth:Lp,spaceBetween:Ap,center:Rp,normal:Np},$p=({children:e,className:a,modifier:l,spacing:o="medium",justifyContent:r="normal",...c})=>n.createElement("div",{className:f(Nt.group,Nt[E1(o)],Nt[r],l&&Nt[l],a),...c},e),qp="_pill_b6d2f_12",Hp="_iconWrapper_b6d2f_19",Op="_icon_b6d2f_19",Pp="_textWrapper_b6d2f_32",Vp="_text_b6d2f_32",_t={pill:qp,iconWrapper:Hp,icon:Op,textWrapper:Pp,text:Vp},Tp=({className:e,text:a,...l})=>n.createElement(R1,{className:f("align-items-center",_t.pill,e),...l},n.createElement("div",{className:_t.iconWrapper},n.createElement(W,{className:_t.icon,source:P.IconInfoRound,colorScheme:"light"})),n.createElement("div",{className:_t.textWrapper},n.createElement(C,{colorScheme:"light",className:_t.text},a))),Wp="_menu_pmbhb_11",Dp={menu:Wp},bl=({item:e,variant:a,...l})=>n.createElement(ke,{"aria-checked":e.isAriaChecked,"aria-selected":e.isAriaSelected,role:e.role,...l},n.createElement(C,{className:"pr-1 pl-1",variant:a},e.label),e.icon&&n.createElement(W,{source:e.icon,size:"compact",color:e.iconColor})),kl=({item:e})=>{const a=e.linkWrapper;return e.url||e.clickAction||e.isDisabled?n.createElement(ol,{"aria-checked":e.isAriaChecked,"aria-label":!a&&e.target==="_blank"?`${e.label} (Opens in a new tab)`:void 0,"aria-selected":e.isAriaSelected,"data-testid":e.testId,href:a?void 0:e.url,icon:e.icon,iconAlignedStart:e.iconAlignedStart,iconColor:e.iconColor,isDisabled:e.isDisabled,isFixedIcon:e.isFixedIcon,onClick:e.clickAction,role:e.role,target:a?void 0:e.target,variant:e.variant??"inherit"},e.label):n.createElement(bl,{item:e})},jp=e=>e.map(a=>String(a.label)).join(":"),Fp=({children:e,className:a,colorScheme:l="light",testId:o})=>n.createElement(Q,{colorScheme:l},n.createElement(ce,{"data-testid":o,className:f(Dp.menu,a)},e)),Up=({className:e,colorScheme:a="light",isAriaMultiSelectable:l,menuContent:o,menuEntryComponent:r=kl,onPointerDownCapture:c,role:s="menu",tabIndex:i,testId:d,wrapperComponent:m=Fp})=>{const u=!Array.isArray(o),_=Object.entries(o);return n.createElement(m,{className:e,colorScheme:a,testId:d},_.map(([p,h],g)=>{const w=_.length-1===g;return n.createElement(n.Fragment,{key:jp(h)},u&&n.createElement(n.Fragment,null,n.createElement("div",{className:"p-2"},n.createElement(C,{fontVariant:y.BodyBold},p)),n.createElement("div",{className:"px-2"},n.createElement(re,{role:"separator"}))),n.createElement(Ct,{onPointerDownCapture:c,"aria-multiselectable":l,className:"p-1",role:s,spacing:"compact",tabIndex:i},h.map((E,v)=>{const x=E.linkWrapper;return x?n.createElement(x,{key:`${E.label}-wrapper-${v}`},n.createElement(r,{item:E})):n.createElement(r,{key:`${E.label}-entry-${v}`,item:E})})),!w&&n.createElement("div",{className:"px-2"},n.createElement(re,{role:"separator"})))}))},Gp="_line_ik17u_25",Xp="_dark_ik17u_32",Qp="_disabled_ik17u_35",Kp="_completed_ik17u_38",Zp="_failed_ik17u_41",Yp="_active_ik17u_44",Jp="_light_ik17u_48",Je={line:Gp,dark:Xp,disabled:Qp,completed:Kp,failed:Zp,active:Yp,light:Jp},eh=({className:e,colorScheme:a,isActive:l,isCompleted:o,isDisabled:r,isFailed:c,...s})=>n.createElement(N,null,({colorScheme:i})=>n.createElement("div",{className:f(Je.line,Je[a??i],{[Je.active]:l,[Je.completed]:o,[Je.disabled]:r,[Je.failed]:c},e),"data-testid":R.LineStep,...s})),Cl=(e,a)=>{const o=Math.max(0,e);return o>a?a:o},th=({steps:e,stepIndex:a})=>{const l=e.findIndex((r,c)=>c>=a&&!r.isDisabled),o=~l?l:a;return Cl(o,e.length-1)},nh=({isActive:e,isDisabled:a})=>e?"standard":a?"disabled":"subtle",ah="_multistepIndicatorWrapper_1jax0_4",lh="_isStepNameHidden_1jax0_10",oh="_lineStepperWrapper_1jax0_14",rh="_lineStepListItem_1jax0_19",ch="_lineStepButton_1jax0_23",sh="_truncated_1jax0_27",ih="_item_1jax0_32",dh="_itemButton_1jax0_36",mh="_text_1jax0_39",uh="_number_1jax0_43",fh="_noHover_1jax0_52",ue={multistepIndicatorWrapper:ah,isStepNameHidden:lh,lineStepperWrapper:oh,lineStepListItem:rh,lineStepButton:ch,truncated:sh,item:ih,itemButton:dh,text:mh,number:uh,noHover:fh},_h=({isActive:e,isCompleted:a,isFailed:l,isCurrent:o,isDisabled:r,isStepNameTruncated:c,isStepNameHidden:s,label:i,stepNumber:d})=>n.createElement(n.Fragment,null,n.createElement(nl,{className:f(ue.number,{"mr-2":!s}),isActive:e||o,isCompleted:a,isFailed:l,isDisabled:r,stepNumber:d}),!s&&n.createElement(C,{isTruncated:c,className:ue.text,fontVariant:y.BodyBold,variant:nh({isDisabled:r,isActive:e||o})},i)),za="step",ph=({className:e,isCurrent:a,isStepNameTruncated:l,isStepNameHidden:o,step:r,stepIndex:c,variant:s,onStepChange:i})=>{const{isActive:d,isDisabled:m,url:u,isCompleted:_,isFailed:p,isSelectable:h,label:g,onClick:w}=r,E=m||!a&&!d&&!h,v=n.useRef(null),x=Kl();return n.useEffect(()=>{x&&a&&v.current&&v.current.focus()},[a,x]),n.createElement("li",{className:f(ue.item,{[ue.truncated]:l,[ue.lineStepListItem]:s==="line"},e)},n.createElement(Tt,{"aria-current":a?za:void 0,"aria-label":`${za} ${c}`,"aria-hidden":E,tabIndex:E?-1:0,"data-testid":`${R.MultistepIndicatorButton}-${c}`,disabled:E,ref:v,className:f(ue.itemButton,{[ue.noHover]:E,[ue.lineStepButton]:s==="line"},"d-flex align-items-center"),onClick:()=>{m||(i?.(c),w?.())},href:u,htmlTag:s==="line"||!u?"button":"a"},s==="ordered-list"?n.createElement(_h,{isActive:d,isCompleted:_,isFailed:p,isCurrent:a,isStepNameTruncated:l,isStepNameHidden:o,label:g,stepNumber:String(c+1)}):n.createElement(eh,{isActive:d||a,isCompleted:_,isDisabled:m})))},hh=({className:e,colorScheme:a,currentStepIndex:l=0,isStepNameTruncated:o,isStepNameHidden:r=!1,stepClassName:c,steps:s,variant:i="ordered-list",onStepChange:d})=>{const m=Cl(l,s.length-1),u=s[m];return n.createElement(N,null,({colorScheme:_})=>n.createElement(Q,{colorScheme:a??_},n.createElement("ol",{"aria-label":u?`${u.label}, step ${m+1} of ${s.length}`:void 0,className:f("d-flex",ue.multistepIndicatorWrapper,{[ue.lineStepperWrapper]:i==="line",[ue.isStepNameHidden]:r},e),"data-testid":R.MultistepIndicator},s.map((p,h)=>n.createElement(ph,{className:c,isCurrent:h===m,isStepNameTruncated:o,isStepNameHidden:r,key:`${h}-${p.label}`,onStepChange:d,step:p,stepIndex:h,variant:i})))))},gh="_wrap_oxd8c_11",vh="_input_oxd8c_15",wh="_button_oxd8c_35",Eh="_buttonBorderDark_oxd8c_40",xh="_buttonBorderLight_oxd8c_44",Me={wrap:gh,input:vh,button:wh,buttonBorderDark:Eh,buttonBorderLight:xh},bh=({name:e,label:a,colorScheme:l,onChange:o,ariaLabelDecrement:r,labelDecrement:c="-",ariaLabelIncrement:s,labelIncrement:i="+",value:d=0,minValue:m=0,maxValue:u=Number.MAX_VALUE,isInputReadOnly:_,isDisabled:p,stepValue:h=1,testIDDecrement:g,testIDIncrement:w,testIDInput:E})=>{const v=n.useCallback(I=>Math.min(Math.max(I,m),u),[m,u]),x=n.useCallback(I=>{const M=v(d+I);!p&&o(M)},[d,v,o,p]),B=I=>{const M=v(Number(I));o(M)};return n.createElement(N,null,({colorScheme:I})=>{const M=l||I;return n.createElement("div",{className:Me.wrap},n.createElement(j,{className:f(Me.button,M==="dark"?Me.buttonBorderDark:Me.buttonBorderLight),colorScheme:M,variant:"translucent",onClick:()=>x(-h),disabled:d===m,"data-testid":g??R.NumberStepDecrement,"aria-label":r,isDisabled:p},c),n.createElement(ot,{className:Me.input,colorScheme:M,name:e,label:a,labelModifier:"hidden",type:"number",value:String(d),"data-testid":E??R.NumberStepInput,onValueChange:B,readOnly:_,isDisabled:p}),n.createElement(j,{className:f(Me.button,M==="dark"?Me.buttonBorderDark:Me.buttonBorderLight),colorScheme:M,variant:"translucent",onClick:()=>x(h),disabled:d===u,"data-testid":w??R.NumberStepIncrement,"aria-label":s,isDisabled:p},i))})},kh="_toggleShowPasswordIcon_p5tw9_4",Ch={toggleShowPasswordIcon:kh},yh=({hidePasswordTitle:e="Hide password",showPasswordTitle:a="Show password",...l})=>{const[o,r]=n.useState(!1),c=o?P.IconPasswordHide:P.IconPasswordShow,s=o?e:a;return n.createElement(ot,{...l,enhancerEnd:n.createElement(j,{noHover:!0,onClick:i=>{i.preventDefault(),i.stopPropagation(),r(d=>!d)},size:"none",title:s,variant:"transparent"},n.createElement(W,{className:f(Ch.toggleShowPasswordIcon,"ml-1"),source:c})),type:o?"text":"password"})},Bh=({children:e,remotePopOut:a,title:l,onUnload:o})=>{const[r]=n.useState(()=>document.createElement("div")),c=n.useRef(null);return n.useEffect(()=>{a&&(c.current=a),c.current||(c.current=window.open("","")),c.current&&(c.current.document.title=l??"Pexip One")},[a,l]),n.useEffect(()=>{const s=c.current,i=()=>{s&&(s.removeEventListener("beforeunload",i),window.removeEventListener("beforeunload",i),s?.closed||s.close(),typeof o=="function"&&o())};return s&&(s.document.body.appendChild(r),zh(s),s.addEventListener("beforeunload",i),window.addEventListener("beforeunload",i)),()=>i()},[r,o]),r?Aa.createPortal(e,r):null},zh=e=>{const a=Array.from(document.styleSheets);for(const l of a)if(l.href){const o=document.createElement("link");o.rel="stylesheet",o.href=l.href,e.document.head.appendChild(o)}else if(l.cssRules&&l.cssRules.length>0){const o=document.createElement("style");for(const r of Array.from(l.cssRules))o.appendChild(document.createTextNode(r.cssText));e.document.head.appendChild(o)}},Ih="_wrap_rw770_12",Mh="_labelWrapper_rw770_17",Sh="_contentWrap_rw770_21",Lh="_input_rw770_29",Ah="_actions_rw770_34",Rh="_errorText_rw770_38",Se={wrap:Ih,labelWrapper:Mh,contentWrap:Sh,input:Lh,actions:Ah,errorText:Rh},H1=({children:e="",className:a,errorText:l,hasError:o,label:r,labelEnhanceEnd:c,...s})=>n.createElement("div",{className:f(Se.wrap,a),...s},n.createElement("span",{className:f(Se.labelWrapper,"d-flex align-items-center")},n.createElement(ge,{isUppercase:!0,className:"mb-0 mr-1",text:r,fontVariant:y.SmallBold,variant:"subtle"}),c),n.createElement("div",{className:Se.contentWrap},e),o&&l&&n.createElement(C,{className:f("mt-2",Se.errorText),variant:"danger",role:"alert"},l)),Nh=({confirmLabel:e="Save",className:a,initialValue:l="",denyAlertText:o="Are you sure you want to cancel?",denyLabel:r="Cancel",hasError:c,errorText:s,id:i,isEditing:d,isConfirmDisabled:m,isReadOnly:u,label:_,labelEnhanceEnd:p,modifyLabel:h="Edit",name:g,overrideInputValue:w,placeholder:E,shouldShowDenyAlert:v,type:x,onChange:B,onConfirm:I,onEditingStateChange:M})=>{const[k,S]=n.useState(l),[z,L]=n.useState(d),q=n.useRef(null),b=n.useId(),A=i??b;n.useEffect(()=>{w&&S(w)},[w]);const V=Z=>{B&&B(Z),S(Z.target.value)},ae=()=>{L(!1),M?.(!1),I?.(k)},ne=()=>{const Z=l===k,K=v&&l!==k&&confirm(o);(!v||Z||K)&&(S(l),L(!1),M?.(!1))},F=()=>{L(!0),M?.(!0)};n.useEffect(()=>{z&&q.current?.focus()},[z]);const H=n.createElement(n.Fragment,null,(u||!z)&&n.createElement(n.Fragment,null,n.createElement(C,{"data-testid":"text-saved"},l??E),!u&&n.createElement(j,{variant:"text",onClick:F,"data-testid":"btn-modify"},h)),!u&&z&&n.createElement(n.Fragment,null,n.createElement(ot,{ref:q,className:Se.input,id:A,name:g,type:x,value:k,label:_,labelModifier:"hidden",onChange:V,hasError:c,placeholder:E,onKeyDown:Dt(ae),sizeModifier:"small"}),n.createElement("div",{className:Se.actions},I&&n.createElement(j,{variant:"text",onClick:ne,"data-testid":"btn-deny"},r),n.createElement(j,{variant:"text",isDisabled:m,onClick:ae,"data-testid":"btn-confirm"},e))));return n.createElement(H1,{className:a,errorText:s,hasError:c,label:_,labelEnhanceEnd:p},H)},$h=({confirmLabel:e="Save",className:a,denyAlertText:l="Are you sure you want to cancel?",denyLabel:o="Cancel",hasError:r,errorText:c,isEditing:s,isReadOnly:i,label:d,labelEnhanceEnd:m,modifyLabel:u="Edit",noSelectionLabel:_="--",options:p=[],shouldShowDenyAlert:h,value:g=[],onChange:w,onConfirm:E})=>{const[v,x]=n.useState(g),[B,I]=n.useState(s),M=b=>b.map(A=>({id:A,label:p.find(V=>V.id===A)?.label??A})),k=b=>{w&&w(b),x(b.map(A=>A.id))},S=()=>{I(!1);const b=M(v);E?.(b)},z=()=>{const b=g===v,A=g!==v&&confirm(l);(!h||b||A)&&(I(!1),x(g))},L=()=>{x(g),I(!0)},q=n.createElement(n.Fragment,null,(i||!B)&&n.createElement(n.Fragment,null,n.createElement(C,{"data-testid":"preference-multiselect-label"},M(g).map(b=>b.label).join(", ")||_),!i&&n.createElement(j,{variant:"text",onClick:L,"data-testid":"btn-modify"},u)),!i&&B&&n.createElement(n.Fragment,null,n.createElement(wl,{className:Se.input,value:v,label:d,isFullWidth:!0,labelModifier:"hidden",onSelectChange:k,hasError:r,sizeModifier:"small",options:p,isOpen:!0}),n.createElement("div",{className:Se.actions},E&&n.createElement(j,{variant:"text",onClick:z,"data-testid":"btn-deny"},o),n.createElement(j,{variant:"text",onClick:S,"data-testid":"btn-confirm"},e))));return n.createElement(H1,{className:a,errorText:c,hasError:r,label:d,labelEnhanceEnd:m},q)},qh="_wrap_1l8nu_4",Hh="_withBorderBottom_1l8nu_12",Oh="_row_1l8nu_16",Ph="_rowLeft_1l8nu_24",Vh="_rowBottom_1l8nu_30",pt={wrap:qh,withBorderBottom:Hh,row:Oh,rowLeft:Ph,rowBottom:Vh},Th=({className:e,description:a,descriptionVariant:l="tinted",label:o,labelVariant:r="standard",rowBottom:c,rowLeft:s,withBorderBottom:i=!0})=>{const d=n.useId();return n.createElement("fieldset",{className:f(pt.wrap,{[pt.withBorderBottom]:i},e),"aria-labelledby":d},n.createElement("div",{className:pt.row},n.createElement("div",{className:"d-flex flex-direction-column"},o&&(typeof o=="string"?n.createElement(C,{fontVariant:y.BodyBold,variant:r},o):o),a&&(typeof a=="string"?n.createElement(C,{variant:l},a):a)),s&&n.createElement("div",{className:pt.rowLeft},s)),c&&n.createElement("div",{className:pt.rowBottom},c))},Wh=({searchInputTestId:e,clearButtonTestId:a,inputAriaLabel:l,clearButtonAriaLabel:o,placeHolder:r,name:c="",label:s="",onSearchInputChanged:i})=>{const[d,m]=n.useState("");return n.useEffect(()=>{i(d)},[d,i]),n.createElement(ot,{autoComplete:"off",colorScheme:"light",enhancerStart:n.createElement(W,{source:P.IconSearch,size:"compact"}),enhancerEnd:d!==""&&n.createElement(j,{"aria-label":o,modifier:"square",onClick:()=>m(""),size:"compact",variant:"transparent","data-testid":a},n.createElement(W,{source:P.IconClose,size:"compact"})),type:"text",testId:e,className:"pb-4",placeholder:r,value:d,onChange:u=>m(u.target.value),variant:"standard",name:c,label:s,"aria-label":l})},Dh="_wrap_4mkm4_16",jh="_summary_4mkm4_20",Fh="_button_4mkm4_28",Uh="_actionGroup_4mkm4_44",Gh="_headingGroup_4mkm4_49",Xh="_headingText_4mkm4_53",Qh="_icon_4mkm4_64",Kh="_divider_4mkm4_69",Zh="_dark_4mkm4_73",Yh="_light_4mkm4_86",Ee={wrap:Dh,summary:jh,button:Fh,actionGroup:Uh,headingGroup:Gh,headingText:Xh,icon:Qh,divider:Kh,dark:Zh,light:Yh},Jh=({buttonClassName:e,children:a,className:l,collapseText:o="Collapse",colorScheme:r,expandText:c="Expand",isExpanded:s=!1,onToggle:i,subtitle:d,title:m,titleEnhancerEnd:u})=>{const[_,p]=n.useState(s),h=w=>{w.preventDefault(),p(E=>{const v=!E;return i&&i(v),v})},g=_?o:c;return n.createElement(N,null,({colorScheme:w})=>n.createElement("details",{className:f(Ee.wrap,l),open:_,"data-testid":R.SectionAccordionDetails},n.createElement("summary",{className:Ee.summary,onClick:h,"data-testid":R.SectionAccordionSummary},n.createElement("div",{className:Ee[r??w]},n.createElement("div",{className:f(Ee.button,e)},n.createElement("div",{className:Ee.headingGroup},n.createElement("div",{className:"d-flex align-items-center"},n.createElement(C,{variant:"inherit",className:Ee.headingText,fontVariant:y.H3},m),u),typeof d=="string"?n.createElement(C,{variant:"inherit",className:Ee.headingText},d):n.createElement(n.Fragment,null,d)),n.createElement("div",{className:Ee.actionGroup},n.createElement(C,{variant:"inherit",fontVariant:y.BodyBold},g),n.createElement(W,{className:Ee.icon,source:_?P.IconDoubleChevronUp:P.IconDoubleChevronDown}))),n.createElement(re,{colorScheme:r??w}))),_&&n.createElement("div",{className:"pt-4 pb-3"},a)))},eg=({children:e,className:a,colorScheme:l,subtitle:o,subtitleTestId:r,title:c,titleTestId:s,variant:i,...d})=>n.createElement(N,null,({colorScheme:m})=>n.createElement(Q,{colorScheme:l??m},n.createElement("section",{className:a,...d},n.createElement(x1,null,n.createElement("div",{className:"mt-5"},n.createElement(C,{fontVariant:y.H2,variant:i,"data-testid":s},c)),n.createElement("div",{className:"mt-2"},n.createElement(C,{fontVariant:y.H6,variant:i,"data-testid":r},o)),e)))),tg=(({className:e,colorScheme:a,errorText:l,errorTextTestId:o,hasError:r,iconType:c,id:s,isDisabled:i,isFullWidth:d,label:m,labelModifier:u,onValueChange:_,options:p,sizeModifier:h="medium",value:g,wrapContent:w=!1,...E})=>{const v=n.useId(),x=s??v,B=g||p[0]?.id,I=u==="hidden",M=u==="inline",k=M||I,S={text:m,id:x},z=L=>{g!==L.currentTarget.value&&_(L.currentTarget.value)};return n.useEffect(()=>{r&&l&&M1(l,"assertive")},[r,l]),n.createElement(N,null,({colorScheme:L})=>n.createElement("div",{className:f(a??L,O.container,O[a??L],{[O.disabled]:i,[O.error]:r&&!i,[O.containerWrapContent]:w},e)},!k&&n.createElement(ge,{className:f(O.label),...S}),n.createElement("div",{className:f(O.selectWrapper,{[O.fullWidth]:d})},n.createElement("select",{className:O.select,id:x,onBlur:z,onChange:z,value:B,disabled:i,...E},p.map(({id:q,label:b,isDisabled:A})=>n.createElement("option",{disabled:A,key:q,value:q},b))),n.createElement("div",{className:f(O.view,O[h],{[O.hasIcon]:!!c}),"data-testid":R.SelectView},k&&n.createElement(ge,{className:f(O.inlineLabel),isLabelHidden:I,isLabelInline:M,...S}),!!c&&n.createElement(W,{size:"compact",source:c,className:O.icon,"data-testid":R.SelectIcon}),n.createElement("div",{className:O.textWrapper},n.createElement("span",{className:O.text},p.find(q=>q.id===B)?.label??m)),n.createElement(W,{size:h==="medium"?"compact":"mini",source:P.IconChevronDown,className:O.chevron,"data-testid":R.SelectChevron}))),r&&l&&n.createElement(C,{className:f("mt-2",O.errorText),variant:"danger","data-testid":o},l)))}),yl=(e,a)=>{const{focusFrom:l}=q1(e);n.useEffect(()=>{a&&l()},[a,l])},ng="_wrapper_ft1hf_4",ag="_open_ft1hf_19",lg="_sheet_ft1hf_24",og="_fullWidth_ft1hf_33",rg="_sheetInner_ft1hf_43",cg="_noMargin_ft1hf_46",sg="_closeButton_ft1hf_50",Ve={wrapper:ng,open:ag,sheet:lg,fullWidth:og,sheetInner:rg,noMargin:cg,closeButton:sg},Ia=e=>e.stopPropagation(),ig=({isFullWidth:e=!1,noMargin:a=!1,isOpen:l=!1,closeButtonAriaLabel:o="Close sheet",onClose:r,children:c,withCloseButton:s=!1,className:i})=>{const{ref:d}=lo(l),[m,u]=n.useState(null);return yl(m,l),n.createElement("div",{ref:d,className:f(Ve.wrapper,{[Ve.open]:l}),role:"dialog"},n.createElement("div",{className:f(Ve.sheet,i,{[Ve.fullWidth]:e}),onClick:Ia,onKeyDown:Ia,role:"presentation"},n.createElement("div",{className:f(Ve.sheetInner,{[Ve.noMargin]:a}),ref:u,tabIndex:-1},c,s&&n.createElement(rt,{"aria-label":o,onClose:r,className:Ve.closeButton}))))},dg="_box_1owu2_82",mg="_wrap_1owu2_95",ug="_dark_1owu2_103",fg="_withHover_1owu2_108",_g="_rowBottom_1owu2_113",pg="_subtle_1owu2_113",hg="_inactive_1owu2_113",gg="_figureCaption_1owu2_113",vg="_figureText_1owu2_114",wg="_divider_1owu2_123",Eg="_icon_1owu2_126",xg="_danger_1owu2_130",bg="_warning_1owu2_157",kg="_success_1owu2_184",Cg="_light_1owu2_211",yg="_row_1owu2_113",Bg="_flexGrow_1owu2_327",zg="_rowTop_1owu2_331",Ig="_dividerWrap_1owu2_339",Mg="_caption_1owu2_345",Sg="_figure_1owu2_113",Lg="_small_1owu2_349",Ag="_medium_1owu2_353",G={box:dg,wrap:mg,dark:ug,withHover:fg,rowBottom:_g,subtle:pg,inactive:hg,figureCaption:gg,figureText:vg,divider:wg,icon:Eg,danger:xg,warning:bg,success:kg,light:Cg,row:yg,flexGrow:Bg,rowTop:zg,dividerWrap:Ig,caption:Mg,figure:Sg,small:Lg,medium:Ag};var Bl=(e=>(e.Danger="danger",e.Success="success",e.Warning="warning",e))(Bl||{});const zl=({children:e,className:a,colorScheme:l,isWithShadow:o=!1,padding:r="none",shadowModifier:c="light",variant:s,withHover:i=!1,...d})=>n.createElement(N,null,({colorScheme:m})=>n.createElement(ce,{className:f(a,G.box,G[l??m],{[G.withHover]:i},s&&G[s]),isWithShadow:o,padding:r,shadowModifier:c,...d},e)),g1=({className:e,position:a,rowData:l,...o})=>{const{caption:r,captionClassName:c,captionSize:s="medium",captionTitle:i,figure:d,figureClassName:m,figureSize:u="medium",figureTitle:_,icon:p,iconColor:h,isActive:g=!0}=l,w=h?{style:{color:h}}:{className:G.icon},E=typeof r=="string"?r:"",v=typeof d=="string"?d:"",x=`${i??E} `,B=`${_??v} `;return n.createElement("div",{...o,className:f(G.row,{[G.rowBottom]:a==="bottom",[G.rowTop]:a==="top",[G.subtle]:u==="small"},e)},p&&n.createElement("div",{...w},p),n.createElement("figure",{className:f(G.figure,{[G.inactive]:!g})},n.createElement(C,{className:f(G.figureText,G[u],m),htmlTag:"span",variant:"inherit",fontVariant:u==="small"?y.BodyBold:y.H3,title:`${x}${B}`},d),n.createElement("figcaption",{className:f(G.caption)},typeof r!="string"?r:n.createElement(C,{className:f(G.figureCaption,G[s],c),variant:"inherit"},r))))},Rg=({className:e,colorScheme:a,hasDivider:l,rowBottom:o,rowTop:r,shadowModifier:c,variant:s,withHover:i})=>n.createElement(zl,{className:f(e,G.wrap,{[G.flexGrow]:!!o}),colorScheme:a,shadowModifier:c,variant:s,withHover:i},n.createElement(g1,{position:o?"top":void 0,rowData:r}),l&&o&&n.createElement("div",{className:G.dividerWrap},n.createElement(re,{className:G.divider,"data-testid":"divider"})),o&&n.createElement(g1,{position:"bottom",rowData:o})),Ng="_tabList_p72nc_99",$g="_tabLink_p72nc_112",qg="_tabButtonPadding_p72nc_136",Hg="_tabName_p72nc_151",Og="_tabNameContent_p72nc_163",Pg="_tabContent_p72nc_167",Vg="_none_p72nc_167",Tg="_compact_p72nc_170",Wg="_small_p72nc_173",Dg="_medium_p72nc_176",jg="_large_p72nc_179",Fg="_divider_p72nc_188",Le={tabList:Ng,tabLink:$g,tabButtonPadding:qg,tabName:Hg,tabNameContent:Og,tabContent:Pg,none:Vg,compact:Tg,small:Wg,medium:Dg,large:jg,divider:Fg},Ug=({activeContentClassName:e,children:a,className:l,colorScheme:o,customTabNameComponent:r,hasDivider:c=!0,inactiveContentClassName:s="d-none",initialActiveTabIndex:i=0,noTabButtonPadding:d,onActiveTabChange:m,renderInactive:u=!1,..._})=>{const[p,h]=n.useState(i),g=n.Children.toArray(a).filter(Boolean),w=r??Xg;n.useEffect(()=>{h(i)},[i]),n.useEffect(()=>{m&&m(p)},[p,m]);const E=g.map((v,x)=>n.isValidElement(v)&&n.createElement(w,{"aria-selected":p===x,"data-active":p===x,"data-testid":v.props["data-testid"]??`${R.Tab}-${x}`,key:v.props.title,onClick:()=>h(x),role:"tab"},n.createElement("div",{className:Le.tabNameContent},v.props.tabEnhancerStart&&n.createElement("div",null,v.props.tabEnhancerStart),n.createElement("div",null,v.props.title),v.props.tabEnhancerEnd&&n.createElement("div",null,v.props.tabEnhancerEnd))));return n.createElement(N,null,({colorScheme:v})=>n.createElement(Q,{colorScheme:o??v},n.createElement("div",{className:l,..._},n.createElement("div",{role:"tablist",className:f(Le.tabList,{[Le.tabButtonPadding]:!d})},E),c&&n.createElement(re,{className:Le.divider}),g.map((x,B)=>{if(!n.isValidElement(x))return null;const I=p===B;return u?n.createElement("div",{key:x.props.title,className:f({[e??""]:I,[s??""]:!I})},x):I?x:null}))))},Gg=({children:e,className:a,contentPadding:l="medium",...o})=>{const{title:r,tabEnhancerStart:c,tabEnhancerEnd:s,"data-testid":i,...d}={...o};return n.createElement("div",{"aria-label":r,role:"tabpanel",className:f(Le.tabContent,Le[l],a),...d},e)},Xg=({children:e,className:a,...l})=>n.createElement("button",{className:f(Le.tabLink,a),...l},n.createElement(C,{className:Le.tabName},e)),Qg="_list_20q8b_14",Kg="_tag_20q8b_20",Zg="_isInteractive_20q8b_34",Yg="_isTruncated_20q8b_38",qt={list:Qg,tag:Kg,isInteractive:Zg,isTruncated:Yg},Jg=({ariaLabel:e,onRemove:a})=>n.createElement(j,{"aria-label":e,className:"ml-1","data-testid":"taglist-item-button",noHover:!0,onClick:a,size:"none",variant:"transparent"},n.createElement(W,{size:"compact",source:P.IconClose})),ev=({children:e,onClick:a})=>a?n.createElement(se,{onClick:a},e):n.createElement(n.Fragment,null,e),Il=({children:e,className:a,isInteractive:l=!0,isTruncated:o=!1,label:r,onClick:c,onRemove:s,removeLabel:i,title:d,variant:m})=>{const u=i??`Remove ${r}`;return n.createElement("div",{className:f(qt.tag,{[qt.isInteractive]:l||!!c,[qt.isTruncated]:o},a),title:d},n.createElement(ev,{onClick:c?()=>c(r):void 0},typeof r=="string"&&n.createElement(C,{fontVariant:y.Body,isTruncated:o,variant:m},r),e),s&&n.createElement(Jg,{ariaLabel:u,onRemove:s}))},tv=({className:e,colorScheme:a="light",items:l,maxTagsCount:o,variant:r})=>{let c=0;const s=[...l];if(o&&o<l.length){c=l.length-o;const d=s.splice(o).map(m=>m.title??m.label).join(", ");s.push({label:`+${c}`,title:d})}return n.createElement(N,null,({colorScheme:i})=>n.createElement(Q,{colorScheme:a??i},n.createElement("ul",{className:f(qt.list,e)},s.map((d,m)=>n.createElement("li",{className:"d-inline-flex",key:`${m}:${d.label}`},n.createElement(Il,{...d,variant:r}))))))},nv=(e,a)=>{const[l,o]=n.useState(e);return n.useEffect(()=>{let r;return e?o(!0):r=window.setTimeout(()=>{o(!1)},a),()=>window.clearTimeout(r)},[e,a]),l};function Ml(e,a,l="unmount"){return function(r){const{isVisible:c,className:s,...i}=r,d=nv(c,a);return!d&&l==="unmount"?null:n.createElement(e,{...i,className:f(s,!d&&"d-none")})}}const av="_toast_nzlyj_4",lv="_topCenter_nzlyj_16",ov="_toast-top-in_nzlyj_1",rv="_hidden_nzlyj_21",cv="_toast-top-out_nzlyj_1",sv="_bottomCenter_nzlyj_25",iv="_toast-bottom-in_nzlyj_1",dv="_toast-bottom-out_nzlyj_1",mv="_clickable_nzlyj_35",$t={toast:av,topCenter:lv,"toast-top-in":"_toast-top-in_nzlyj_1",toastTopIn:ov,hidden:rv,"toast-top-out":"_toast-top-out_nzlyj_1",toastTopOut:cv,bottomCenter:sv,"toast-bottom-in":"_toast-bottom-in_nzlyj_1",toastBottomIn:iv,"toast-bottom-out":"_toast-bottom-out_nzlyj_1",toastBottomOut:dv,clickable:mv},uv=({className:e,colorScheme:a,enhanceStart:l,isClickable:o=!1,isDisplayed:r=!1,message:c,onDismiss:s,position:i="topCenter",timeout:d=5e3,...m})=>{const[u,_]=n.useState(r);return n.useEffect(()=>_(r),[r]),n.useEffect(()=>{let p;return u&&M1(c,"assertive"),u&&d>0&&(p=window.setTimeout(()=>{_(!1),s?.()},d)),()=>clearTimeout(p)},[u,d,s,c]),n.createElement(N,null,({colorScheme:p})=>n.createElement("div",{className:f($t.toast,$t[i],{[$t.hidden]:!u},e),role:"status"},n.createElement(R1,{className:f("d-flex align-items-center text-center pl-4 pr-4 ml-3 mr-3",{[$t.clickable]:o||s}),onClose:s?()=>{_(!1),s()}:void 0,colorScheme:a??p,...m},l,n.createElement(C,{variant:"inherit"},c))))},Sl=Ml(uv,400);var xt=(e=>(e.Icon="icon",e.Image="image",e.Initials="initials",e.Number="number",e))(xt||{});function fv(e){const a=e.charCodeAt(0);if(a<55296||a>57343)return e.slice(0,1);if(e.length<2)return"�";if(55296<=a&&a<=56319){const l=e.charCodeAt(1);if(l>=56320&&l<=57343)return e.slice(0,2)}return"�"}function Ll(e,a=""){if(!e)return a;const l=e.replace(/\(.*?\)/gm,"").split(" ").filter(Boolean).map(fv);return l.splice(1,l.length-2),l.join("").toUpperCase()}const _v="_wrap_qj9he_7",pv="_compact_qj9he_23",hv="_small_qj9he_27",gv="_medium_qj9he_31",vv="_large_qj9he_35",wv="_image_qj9he_39",Ev="_text_qj9he_44",xv="_dark_qj9he_47",bv="_border_qj9he_50",kv="_noBackground_qj9he_53",Cv="_light_qj9he_56",Te={wrap:_v,compact:pv,small:hv,medium:gv,large:vv,image:wv,text:Ev,dark:xv,border:bv,noBackground:kv,light:Cv},yv=({alt:e,className:a,text:l,iconType:o,iconSize:r="compact",imageUrl:c,type:s,textVariant:i="inherit",fontVariant:d=y.BodyBold,title:m,...u})=>{const _=s==="icon",p=s==="text",h=s==="image",g=p||_;return n.createElement("div",{className:f(Te.wrap,a),title:m,...u},g&&n.createElement(C,{fontVariant:d,variant:i,className:f({[Te.text]:p,"d-flex":_}),isTruncated:!0},p&&l,_&&o&&n.createElement(W,{size:r,source:o})),h&&c&&n.createElement("img",{src:c,alt:e,className:Te.image}))},Al=({className:e,colorScheme:a,modifier:l,textVariant:o,sizeModifier:r="small",...c})=>n.createElement(N,null,({colorScheme:s})=>{const i=a??s,d=a==="dark"?"subtle":"tinted";return n.createElement(Q,{colorScheme:i},n.createElement(yv,{className:f(i,Te[i],Te[r],{[Te.border]:l==="border",[Te.noBackground]:l==="noBackground"},e),textVariant:o??d,...c}))}),Bv={none:"none",compact:"smallBold",small:"bodyBold",medium:"h5",large:"h3"},zv=e=>Bv[e],Rl=99,Iv=(e,a=Rl)=>{const l=n.useMemo(()=>e>a,[e,a]),o=n.useMemo(()=>e>9?y.SmallBold:y.BodyBold,[e]);return{isMoreThanMaxNumber:l,fontVariant:o}},Nl=({alt:e,colorScheme:a,displayName:l,iconType:o,imageUrl:r,isActive:c,number:s=0,sizeModifier:i="small",title:d,type:m,...u})=>{const _=m===xt.Image&&r,p=m===xt.Initials,h=m===xt.Number&&!Number.isNaN(s)&&s!==void 0,{isMoreThanMaxNumber:g,fontVariant:w}=Iv(s),E=()=>h?{type:"text",text:g?`${Rl}+`:`+${s}`}:_?{type:"image",imageUrl:r,alt:e??""}:l!==void 0&&(p||!_)?{type:"text",text:l!==""?Ll(l):l}:{type:"icon",iconType:o??P.IconMoreHorizontal,title:d??l??"User avatar"};return n.createElement(Al,{colorScheme:a,fontVariant:h?w:zv(i),sizeModifier:i,...c?{"data-user-avatar-active":!0}:{"data-user-avatar":!0},...u,...E()})},Mv="_mobileButton_1vwa2_197",Sv="_active_1vwa2_206",Lv="_disabled_1vwa2_211",u1={mobileButton:Mv,active:Sv,disabled:Lv},Av=()=>"inherit",$l=({isContentVisible:e,displayName:a,variant:l="tertiary",isDisabled:o=!1,modifier:r="disc",colorScheme:c,...s})=>{const i=()=>a?{type:"text",text:Ll(a)}:{type:"icon",iconType:P.IconSettings};return n.createElement(j,{...s,isActive:e,modifier:r,size:"large",variant:l,colorScheme:c,isDisabled:o,className:f(u1.mobileButton,e&&u1.active,o&&u1.disabled)},n.createElement(Al,{modifier:"noBackground",textVariant:Av(),iconSize:"small",...i()}))},Rv=({className:e,contentClassName:a,displayName:l,colorScheme:o,variant:r="tertiary",title:c="Settings",buttonLabel:s="Toggle settings menu",isDisabled:i=!1,onContentVisibilityChange:d,tooltipPosition:m="bottomEnd",...u})=>{const[_,p]=n.useState(!0);return n.createElement(N,null,({colorScheme:h})=>n.createElement(jt,{closeOnEscape:!0,className:e,contentClassName:a,buttonLabel:s,onContentVisibilityChange:g=>{p(!g),d?.(g)},interactiveElement:(g,w)=>n.createElement(N1,{text:c,position:m,isTooltipEnabled:_},n.createElement($l,{...g,isContentVisible:w,variant:r,colorScheme:o??h,isDisabled:i,displayName:l})),...u}))},Nv="_user_190uv_4",$v="_textLeft_190uv_8",qv="_userAvatar_190uv_13",Hv="_textWrapper_190uv_17",Ov="_textItem_190uv_26",et={user:Nv,textLeft:$v,userAvatar:qv,textWrapper:Hv,textItem:Ov},Pv=({avatarType:e,email:a,displayName:l,imageUrl:o,order:r="text-right",colorScheme:c,usernameFontVariant:s=y.BodyBold,className:i,textItemClassName:d,size:m="small"})=>n.createElement(N,null,({colorScheme:u})=>n.createElement(Q,{colorScheme:c??u},n.createElement("div",{className:f(et.user,{[et.textLeft]:r==="text-left"},i),"data-testid":R.UserView},n.createElement(Nl,{type:e,displayName:l,translate:"no",imageUrl:o,className:et.userAvatar,sizeModifier:m}),n.createElement("div",{className:et.textWrapper},n.createElement("div",{className:f(et.textItem,d)},n.createElement(C,{fontVariant:s,isTruncated:!0,translate:"no",title:l},l)),a&&n.createElement("div",{className:f(et.textItem,d)},n.createElement(C,{fontVariant:y.Body,isTruncated:!0},a)))))),Vv="_videoWrapper_1a0v9_7",Tv="_fullHeight_1a0v9_21",Wv="_fullWidth_1a0v9_24",Dv="_small_1a0v9_34",jv="_large_1a0v9_38",Fv="_borderRadiusNone_1a0v9_43",Uv="_border_1a0v9_43",Gv="_backgroundNone_1a0v9_52",Xv="_backgroundPrimary_1a0v9_56",Qv="_backgroundSecondary_1a0v9_60",Kv="_backgroundBlack_1a0v9_64",Zv="_backgroundLight_1a0v9_68",Yv="_alignCenter_1a0v9_72",Jv="_alignEnd_1a0v9_76",ew="_alignStart_1a0v9_80",tw="_alignStretch_1a0v9_84",nw="_flexColumn_1a0v9_88",aw="_flexRow_1a0v9_92",lw="_justifyEnd_1a0v9_96",ow="_justifyCenter_1a0v9_100",rw="_justifyStart_1a0v9_104",U={videoWrapper:Vv,fullHeight:Tv,fullWidth:Wv,small:Dv,large:jv,borderRadiusNone:Fv,border:Uv,backgroundNone:Gv,backgroundPrimary:Xv,backgroundSecondary:Qv,backgroundBlack:Kv,backgroundLight:Zv,alignCenter:Yv,alignEnd:Jv,alignStart:ew,alignStretch:tw,flexColumn:nw,flexRow:aw,justifyEnd:lw,justifyCenter:ow,justifyStart:rw},ql=n.forwardRef(({className:e,children:a,background:l="none",size:o="medium",borderRadius:r="box",border:c,alignItems:s,flexDirection:i,justifyContent:d,isFullHeight:m=!1,isFullWidth:u=!1,..._},p)=>{const h=o==="small",g=o==="large",w=o==="full",E=r==="none",v=l==="none",x=l==="primary",B=l==="secondary",I=l==="black",M=l==="light";return n.createElement("div",{className:f(U.videoWrapper,{[U.small]:h,[U.large]:g,[U.borderRadiusNone]:E,[U.border]:c,[U.backgroundNone]:v,[U.backgroundPrimary]:x,[U.backgroundSecondary]:B,[U.backgroundBlack]:I,[U.backgroundLight]:M,[U.alignCenter]:s==="center",[U.alignEnd]:s==="flex-end",[U.alignStart]:s==="flex-start",[U.alignStretch]:s==="stretch",[U.flexColumn]:i==="column",[U.flexRow]:i==="row",[U.fullHeight]:m||w,[U.fullWidth]:u||w,[U.justifyEnd]:d==="flex-end",[U.justifyCenter]:d==="center",[U.justifyStart]:d==="flex-start"},e,"videoWrapperGlobal"),..._,ref:p},a)});ql.displayName="VideoWrapper";const Hl=Pt.createSignal({name:"notification:toast"}),Ol=3e3,Pl=400,cw=Ol+Pl;let sw=0;const iw=(e,a)=>!(!e||!a||e.colorScheme!==a.colorScheme||e.message!==a.message),dw=e=>{const a=n.useRef(void 0),[l,o]=n.useState([]),[r]=l,c=r?.timeout??Ol;if(n.useEffect(()=>Hl.add(s=>{if(Array.isArray(s)){const i=s.map(d=>({...d,id:sw++}));o(d=>{const m=i.filter(u=>u.isInterrupt);if(m.length>0){const u=i.filter(h=>!h.isInterrupt),[_,...p]=d;return _?.timeout===0?[...d,...u]:(clearTimeout(a.current),a.current=void 0,[...m,...p,...u])}return d.concat(i)})}else s.close&&o(i=>{const[d,...m]=i;return d?.timeout===0?[{...d,timeout:1},...m]:i})}),[]),n.useEffect(()=>{const s=r?.timeout?r.timeout+Pl:cw,i=c===0;if(l.length>0&&a.current==null&&!i){const m=()=>{o(u=>{const[_]=u;let p=u.slice(1);for(;p[0]&&iw(_,p[0]);)p=p.slice(1);return p}),a.current=void 0};a.current=window.setTimeout(m,s)}},[l,r,c]),r){const s=r.colorScheme??"light";return n.createElement(Sl,{...e,colorScheme:s,enhanceStart:r.enhanceStart,isDisplayed:!0,isDanger:r.isDanger,isClickable:r.isClickable,isVisible:!0,key:r.id,message:r.message,position:r.position,timeout:c,"data-testid":r.testid,onDismiss:r.onDismiss})}return null},mw="_wrapper_odjga_12",uw="_button_odjga_16",fw="_reactiveStyles_odjga_22",_w="_active_odjga_22",pw="_icon_odjga_25",ht={wrapper:mw,button:uw,reactiveStyles:fw,active:_w,icon:pw},hw=({className:e,direction:a="vertical",isDisabled:l,label:o="Toggle the menu",menuComponent:r,menuPosition:c="bottomRight",buttonVariant:s="translucent",buttonSize:i,buttonModifier:d,reactiveButtonStyles:m=!0,...u})=>n.createElement(jt,{buttonLabel:o,className:ht.wrapper,content:r,"data-testid":"kebab-menu",interactiveElement:(_,p)=>n.createElement(j,{..._,className:f(_.className,ht.button,{[ht.reactiveStyles]:m,[ht.active]:p},e),isDisabled:l,variant:s,size:i,modifier:d},n.createElement(W,{source:a==="vertical"?P.IconMoreVertical:P.IconMoreHorizontal,className:f({[ht.icon]:m}),"data-testid":`kebab-menu-icon-${a}`})),isDisabled:l,position:c,...u}),gw="_slider_twper_12",vw="_dark_twper_23",ww="_light_twper_44",Ma={slider:gw,dark:vw,light:ww},Ew=({colorScheme:e,className:a,max:l,min:o,step:r,selectedValue:c=0,onChange:s})=>n.createElement(N,null,({colorScheme:i})=>n.createElement("input",{type:"range",className:f(Ma.slider,Ma[e??i],a),max:l,min:o,step:r,value:c,onChange:s})),xw="_captionsContainer_178gy_108",bw="_speakers_178gy_112",kw="_captions_178gy_108",f1={captionsContainer:xw,speakers:bw,captions:kw},Cw=({captions:e,speakers:a,className:l,...o})=>e?n.createElement("div",{className:f(f1.captionsContainer,l)},a&&n.createElement("div",{className:"d-flex align-items-center"},n.createElement(C,{fontVariant:y.BodyBold,translate:"no",className:f1.speakers,htmlTag:"p"},a.join(", "))),n.createElement(C,{variant:"standard",htmlTag:"p",className:f(f1.captions),...o},e)):null,yw="_button_pc9ci_12",Bw="_iconsWrapper_pc9ci_15",zw="_overlay_pc9ci_16",Iw="_assetsWrapper_pc9ci_20",Mw="_previewAsset_pc9ci_49",Sw="_previewAssetImg_pc9ci_59",tt={button:yw,iconsWrapper:Bw,overlay:zw,assetsWrapper:Iw,previewAsset:Mw,previewAssetImg:Sw},Lw=({assets:e})=>n.createElement(n.Fragment,null,e?.map(a=>n.createElement("figure",{key:a.id,className:f(tt.previewAsset),style:{backgroundImage:a.src?`url('${a.src}')`:void 0,backgroundColor:`${a.color}`}},a.src?n.createElement("img",{className:tt.previewAssetImg,alt:"A preview of the currently selected asset."}):null))),Vl=({assets:e,className:a,children:l,...o})=>n.createElement(j,{variant:"translucent",noHover:!0,className:f(tt.button,a),...o},n.createElement("div",{className:tt.assetsWrapper},n.createElement(Lw,{assets:e})),n.createElement("div",{className:tt.overlay}),n.createElement("div",{className:tt.iconsWrapper},n.createElement(W,{source:P.IconEdit,size:"medium"}),l)),Aw=({images:e,...a})=>n.createElement(Vl,{assets:e,...a}),Tl=({colors:e,...a})=>n.createElement(Vl,{assets:e,...a}),Rw="_container_19qgq_4",Nw="_input_19qgq_9",$w="_button_19qgq_16",qw="_label_19qgq_20",Hw="_hidden_19qgq_20",gt={container:Rw,input:Nw,button:$w,label:qw,hidden:Hw},Ow=new RegExp(/^#(?:[a-fA-F0-9]{2}){3}$/),Pw=({defaultValue:e,label:a,onChange:l,...o})=>{if(e&&!Ow.test(e))throw new Error("Default color is limited to #rrggbb currently");const r=n.useId(),c=n.useRef(null),[s,i]=n.useState(e??"transparent"),d=()=>c.current?.click(),m=u=>{l(u.target.value)};return n.createElement("div",{className:gt.container},n.createElement("label",{htmlFor:r},n.createElement(C,{className:f(gt.label,gt.hidden)},a)),n.createElement("input",{...o,ref:c,className:gt.input,id:r,type:"color",value:s,onChange:u=>{i(u.target.value),m(u)}}),n.createElement(Tl,{className:gt.button,htmlTag:"div",onClick:d,colors:[{id:r,color:s}]}))},Vw="_leftPinnedTableSection_172q9_17",Tw="_rightPinnedTableSection_172q9_22",Ww="_middleTableSection_172q9_27",Dw="_pinnedColumnsTable_172q9_30",jw="_table_172q9_34",Fw="_tableContent_172q9_45",Uw="_tableRow_172q9_49",Gw="_tableCell_172q9_56",Xw="_tableHead_172q9_62",Qw="_tableBody_172q9_65",Kw="_tableRowInner_172q9_73",Zw="_showOnlyOnHover_172q9_96",Yw="_tableHeadCell_172q9_109",Jw="_sortIndicator_172q9_117",eE="_isSorted_172q9_117",tE="_indicatorArrow_172q9_121",nE="_isIndicatorFocused_172q9_124",aE="_tablePagination_172q9_132",lE="_isSticky_172q9_143",oE="_paginationButtonGroup_172q9_155",rE="_tablePageIndicator_172q9_159",cE="_rowSelected_172q9_167",sE="_expanderCell_172q9_171",iE="_headCellEnhancer_172q9_177",dE="_isDisabled_172q9_181",mE="_infinityScrollTableBody_172q9_185",T={leftPinnedTableSection:Vw,rightPinnedTableSection:Tw,middleTableSection:Ww,pinnedColumnsTable:Dw,table:jw,tableContent:Fw,tableRow:Uw,tableCell:Gw,tableHead:Xw,tableBody:Qw,tableRowInner:Kw,showOnlyOnHover:Zw,tableHeadCell:Yw,sortIndicator:Jw,isSorted:eE,indicatorArrow:tE,isIndicatorFocused:nE,tablePagination:aE,isSticky:lE,paginationButtonGroup:oE,tablePageIndicator:rE,rowSelected:cE,expanderCell:sE,headCellEnhancer:iE,isDisabled:dE,infinityScrollTableBody:mE},uE=({hasPinnedColumns:e,className:a,...l})=>n.createElement("div",{role:"table",className:f(T.table,{[T.pinnedColumnsTable]:e},"d-flex flex-direction-row",a),...l}),Wl=({className:e,isDisabled:a,isSelected:l,style:o,...r})=>n.createElement("div",{className:f(T.tableRow,{[T.rowSelected]:l,[T.isDisabled]:a},e),role:"row",style:o,tabIndex:0,...r}),fE=({children:e,...a})=>n.createElement(Wl,{...a},n.createElement("div",{className:T.tableRowInner},e)),_E=({className:e,hasInfinityScroll:a=!1,...l})=>n.createElement("div",{role:"rowgroup",className:f(T.tableBody,a&&T.infinityScrollTableBody,e),...l}),pE=({className:e,isOnlyShownOnHover:a=!1,...l})=>n.createElement("div",{className:f(T.tableCell,{[T.showOnlyOnHover]:a},e),...l}),hE=({className:e,...a})=>n.createElement("div",{className:f(T.tableContent,e),...a}),gE=({className:e,...a})=>n.createElement("div",{className:f(T.tableHead,e),role:"rowgroup",...a}),vE=({className:e,isDisabled:a=!1,isSorted:l=!1,...o})=>n.createElement("div",{className:f(T.tableHeadCell,{[T.isSorted]:l&&!a,[T.isDisabled]:a},e),...o}),wE=({isSorted:e=!1,isSortDescending:a,...l})=>n.createElement("div",{className:T.sortIndicator,...l},n.createElement("svg",{role:"img","aria-label":"Sorting indicator",className:"ml-1",fill:"none",height:"13",viewBox:"0 0 10 13",width:"10",xmlns:"http://www.w3.org/2000/svg"},n.createElement("path",{className:f(T.indicatorArrow,{[T.isIndicatorFocused]:e&&!a}),d:"M0 8L5 13L10 8H0Z"}),n.createElement("path",{className:f(T.indicatorArrow,{[T.isIndicatorFocused]:e&&a}),d:"M10 5L5 -4.37114e-07L0 5L10 5Z"}))),EE=({isExpanded:e,children:a,textVariant:l="subtle",...o})=>{const r=e?P.IconChevronDown:P.IconChevronRight;return n.createElement(se,{className:T.expanderCell,...o},n.createElement(W,{size:"compact",source:r,className:"mr-2"}),n.createElement(C,{fontVariant:y.BodyBold,isTruncated:!0,title:a,variant:l},a))},xE=({enhanceEnd:e,enhanceStart:a,title:l})=>n.createElement("span",{className:"d-flex align-items-center"},a&&n.createElement("span",{className:f("mr-1",T.headCellEnhancer)},a),n.createElement("span",{className:"d-block"},l),e&&n.createElement("span",{className:f("ml-1",T.headCellEnhancer)},e)),Dl=({groupChunkSize:e=5,pageIndex:a,totalPagesCount:l})=>{let o=[];if(l<=0)return o;const r=Math.max(1,e),c=Math.min(Math.max(0,a),l-1);if(l<r*3)return[...Array(l).keys()].map(h=>({toIndex:h}));let s=Math.ceil(l/r);const i=l%r,d=[...Array(l).keys()].reduce((h,g)=>{const w=Math.floor(g/r);return i&&w===s-1?h[w-1]?.push(g):h[w]?.push(g),h},[...Array(s).keys()].map(()=>[])).filter(h=>h.length);s=d.length;let m=Math.floor(c/r);m-=m===s&&i?1:0;const _=d[m],p=({index:h,anchor:g,isSpacer:w=!1,offset:E=0})=>{const v=d[h],B={floor:v?.[0],ceil:v?.[v?.length-1]}[g]??0;return v?{toIndex:B+E,isSpacer:w}:!1};return o=(m===0?[_?.map(h=>({toIndex:h})),p({index:m+1,anchor:"floor",isSpacer:!0}),s>4&&[p({index:m+2,anchor:"floor"}),p({index:m+3,anchor:"floor",isSpacer:!0})],p({index:s-1,anchor:"ceil"})]:m===s-1?[p({index:0,anchor:"floor"}),s>4&&[p({index:m-3,anchor:"ceil",isSpacer:!0}),p({index:m-2,anchor:"ceil"})],p({index:m-1,anchor:"ceil",isSpacer:!0}),_?.map(h=>({toIndex:h}))]:[p({index:0,anchor:"floor"}),p({index:m-1,anchor:"ceil",isSpacer:!0}),_?.map(h=>({toIndex:h})),p({index:m+1,anchor:"floor",isSpacer:!0}),p({index:s-1,anchor:"ceil"})]).flat().filter(Boolean),o},bE=({isGrouped:e,totalPagesCount:a,pageIndex:l,...o})=>{const r=e?CE:kE;return n.createElement(r,{pageIndex:l,totalPagesCount:a,...o})},kE=({isDisabled:e,onClick:a,pageIndex:l,totalPagesCount:o})=>n.createElement(n.Fragment,null,[...Array(o).keys()].map(r=>n.createElement(jl,{index:r,isDisabled:e,key:`paginationNav-${r}`,onClick:a,pageIndex:l},r+1))),CE=({isDisabled:e,onClick:a,pageIndex:l,totalPagesCount:o})=>{const r=Math.min(5,Math.floor(o/3)),c=Dl({groupChunkSize:r,pageIndex:l,totalPagesCount:o});return n.createElement(n.Fragment,null,c.map((s,i)=>{const{isSpacer:d,toIndex:m}=s,u=`groupedPaginationNav-${i}`,_=d?"...":m+1;return n.createElement(jl,{onClick:a,index:m,isDisabled:e,key:u,pageIndex:l},_)}))},jl=({index:e,isDisabled:a,onClick:l,pageIndex:o,children:r})=>n.createElement("li",{key:`pagination-${e}`},n.createElement(j,{className:"px-3",isDisabled:a,onClick:()=>{o!==e&&l(e)},isActive:o===e,variant:"neutral"},r)),yE=({endCount:e,isDisabled:a,startCount:l,totalCount:o})=>n.createElement(C,{variant:a?"disabled":"standard"},"Results: ",l," - ",e," of ",o),BE=({canNextPage:e,canPreviousPage:a,currentPageSize:l,gotoPage:o,isDisabled:r,isSticky:c,isTablePopulated:s=!0,label:i,maxUngroupedPageButtons:d=0,nextPage:m,nextPageButtonChildren:u="Next",pageIndex:_,pageSize:p=20,previousPage:h,previousPageButtonChildren:g="Previous",resultsCountComponent:w=yE,showResultsCount:E=!0,totalPagesCount:v,totalRows:x})=>{if(!s)return null;const B=x?_*p+1:0,I=x?B+l-1:0,M=v??Math.ceil(x/p),k=M>d;return n.createElement("nav",{className:f(T.tablePagination,{[T.isSticky]:c}),"aria-label":`${i} - table pagination`},E&&n.createElement(w,{isDisabled:r,endCount:I,startCount:B,totalCount:x}),x>p&&n.createElement("div",{className:T.paginationButtonGroup},n.createElement(j,{className:"mr-1",isDisabled:!!r||!a,onClick:()=>a&&h(),variant:"neutral"},g),n.createElement("ul",{className:T.tablePageIndicator},n.createElement(bE,{isDisabled:r,isGrouped:k,onClick:o,pageIndex:_,totalPagesCount:M})),n.createElement(j,{className:"ml-1",isDisabled:!!r||!e,onClick:()=>e&&m(),variant:"neutral"},u)))},zE=({className:e,position:a="middle",...l})=>n.createElement("div",{className:f({[T.leftPinnedTableSection]:a==="left-pinned",[T.middleTableSection]:a==="middle",[T.rightPinnedTableSection]:a==="right-pinned"},e),...l}),IE="_innerMenu_1lb94_99",ME="_innerMenuButton_1lb94_103",SE="_innerMenuItem_1lb94_108",LE="_isDisabled_1lb94_122",AE="_hovered_1lb94_132",RE="_innerMenuUnderlay_1lb94_145",NE="_innerMenuPopover_1lb94_150",We={innerMenu:IE,innerMenuButton:ME,innerMenuItem:SE,isDisabled:LE,hovered:AE,innerMenuUnderlay:RE,innerMenuPopover:NE},$E=({item:e,state:a,itemMap:l,itemClassName:o})=>{const r=n.useRef(null),{isHovered:c,hoverProps:s}=ho.useHover({onHoverStart:()=>a.selectionManager.setFocusedKey(e.key),onHoverEnd:()=>{a.selectionManager.focusedKey===e.key&&a.selectionManager.setFocusedKey(null)}}),{menuItemProps:i}=w1.useMenuItem({key:e.key},a,r);i.onPointerUp=p=>{p.preventDefault()};const d=a.selectionManager.focusedKey===e.key,m=l.get(e.key)?.alternativeHoverClassName,u=l.get(e.key)?.alternativeHoverStyle,_=d||d&&!c;return n.createElement(n.Fragment,null,l.get(e.key)?.withTopDivider&&n.createElement(re,{role:"separator"}),n.createElement("div",{...i,...s,"data-testid":l.get(e.key)?.testId,ref:r,style:{...l.get(e.key)?.style,..._?u:{}},className:f(We.innerMenuItem,_?m??We.hovered:{},l.get(e.key)?.className,o,{[We.isDisabled]:l.get(e.key)?.isDisabled}),"data-active":l.get(e.key)?.isActive},l.get(e.key)?.icon,e.rendered),l.get(e.key)?.withBottomDivider&&n.createElement(re,{role:"separator"}))},qE=e=>{const a=po.useTreeState(e),l=n.useRef(null),{menuProps:o}=w1.useMenu(e,a,l);return n.createElement("div",{...o,ref:l,className:f(We.innerMenu,"px-2","py-2",e.menuClassName),"data-testid":e.testId},[...a.collection].map(r=>n.createElement($E,{itemMap:e.itemMap,key:r.key,item:r,state:a,itemClassName:e.itemClassName})))},HE=e=>{const a=n.useRef(null),{state:l,children:o,colorScheme:r}=e,{popoverProps:c,underlayProps:s}=Ae.usePopover({...e,popoverRef:a},l);return n.createElement(Ae.Overlay,null,n.createElement("div",{...s,className:f(We.innerMenuUnderlay)}),n.createElement("div",{role:"complementary",...c,ref:a},n.createElement(Q,{colorScheme:r??"light"},n.createElement(ce,{className:f(We.innerMenuPopover)},o))))},OE=({headerContent:e,button:a,onOpenChange:l,children:o,itemMap:r,testId:c,colorScheme:s,popoverPlacement:i,popoverOffset:d,menuClassName:m,itemClassName:u})=>{const _=uo.useMenuTriggerState({onOpenChange:l}),p=8,h=n.useRef(null),g=M=>{const k=r.get(M);k&&!k.isDisabled&&(k.onItemClick?.(),k.closeMenuOnItemClick!==!1&&_.close())},{menuTriggerProps:w,menuProps:E}=w1.useMenuTrigger({type:"menu"},_,h),{buttonProps:v}=fo.useButton({...w},h),{onPress:x,onPressStart:B,...I}=w;return n.createElement("div",{className:f(We.innerMenuButton)},n.createElement("div",{ref:h},n.cloneElement(a,{..._o.mergeProps(v,I)})),_.isOpen&&n.createElement(HE,{state:_,triggerRef:h,colorScheme:s,placement:i??"bottom start",offset:d??p},e,n.createElement(qE,{itemMap:r,...E,onClose:void 0,onAction:g,testId:c,menuClassName:m,itemClassName:u},o)))},Fl=Pt.createSignal({name:"ariamenu:open-state"}),Ul=({items:e,button:a,headerContent:l,onOpenChange:o,testId:r,colorScheme:c,popoverPlacement:s,popoverOffset:i,menuClassName:d,itemClassName:m})=>{const u=new Map;e.map(p=>u.set(p.key,p));const _=n.useCallback(p=>{Fl.emit(p),o?.(p)},[o]);return n.createElement(OE,{button:a,headerContent:l,onOpenChange:_,itemMap:u,testId:r,colorScheme:c,popoverPlacement:s,popoverOffset:i,menuClassName:d,itemClassName:m},e.map(p=>n.createElement(mo.Item,{textValue:typeof p.label=="string"?p.label:p.textValue,key:p.key},p.label)))},PE=({activeColumn:e,columnLabels:a,isDisabled:l,className:o,buttonAriaLabel:r="Toggle three column selector",onColumnChange:c})=>{const[s,i]=n.useState(!1),d=a.map((m,u)=>({key:`column-${u+1}`,isActive:e===u+1,label:m,onItemClick:()=>e!==u+1&&c(u+1),closeMenuOnItemClick:!0}));return n.createElement(Ul,{onOpenChange:i,items:d,button:n.createElement(j,{className:o,isActive:s,enhancerStart:n.createElement(W,{source:P.IconColumns}),noEnhancerPadding:!0,isDisabled:l,"aria-label":r,size:"small",variant:"transparent",modifier:"square","data-testid":R.ButtonThreeColumnSelector}),popoverPlacement:"bottom right"})},VE="_collapsableContainer_13u1l_4",TE="_header_13u1l_14",WE="_displayingHeaderEndContent_13u1l_19",DE="_isOpen_13u1l_22",jE="_headerStartContent_13u1l_26",FE="_iconContainer_13u1l_31",UE="_badgeCounter_13u1l_38",GE="_badgeCounterContainer_13u1l_42",XE="_content_13u1l_47",QE="_headerEndContent_13u1l_54",me={collapsableContainer:VE,header:TE,displayingHeaderEndContent:WE,isOpen:DE,headerStartContent:jE,iconContainer:FE,badgeCounter:UE,badgeCounterContainer:GE,content:XE,headerEndContent:QE},KE=({isOpen:e,badgeCount:a=0,collapseToggleAriaLabel:l="Toggle collapsable container",openStyling:o,children:r,onToggle:c,headerEndContent:s,footerContent:i,icon:d,title:m,testId:u,scrollElementRef:_})=>n.createElement("div",{"data-testid":u,className:f(me.collapsableContainer,e&&o)},n.createElement("div",{className:f(me.header,{[me.displayingHeaderEndContent]:e&&!!s,[me.isOpen]:e})},n.createElement("div",{className:me.headerStartContent},n.createElement(j,{onClick:()=>c(e),"data-testid":R.ButtonCollapsableContainerToggle,size:"small",modifier:"square",variant:"transparent",noEnhancerPadding:!0,"aria-label":l,enhancerStart:n.createElement(W,{source:e?P.IconChevronLeft:P.IconChevronRight,size:"small"})}),n.createElement("div",{className:f(me.iconContainer,{[me.isOpen]:e})},n.createElement(W,{source:d,size:"small"}),!e&&n.createElement(sl,{className:me.badgeCounterContainer,badgeClassName:me.badgeCounter,variant:"info",isVisible:a>0,number:a,shouldAnimate:!1})),e&&n.createElement(De,{htmlTag:"h2",fontVariant:y.BodyBold},n.createElement("span",null,m)," ",a>0&&n.createElement("span",null,"(",a,")"))),e&&s&&n.createElement("div",{className:me.headerEndContent},s)),e&&n.createElement("div",{ref:_,className:me.content},r),e&&i&&n.createElement(qa,{hasFooterShadow:!0,padding:"small"},i)),ZE={light:{"border/accent":"#0068f4","border/button/danger":"#bb2526","border/button/disabled":"#d2d2d2","border/button/focus":"#71b4ff","border/button/form":"#777777","border/button/secondary":"#323232","border/button/success":"#2c7806","border/button/tertiary":"#c3c4c5","border/checkbo-disabled":"#c3c4c5","border/checkbox-main":"#777777","border/divider-primary":"#dcdcdc","border/divider-secondary":"#e6e6e6","border/divider-ultra":"#989898","border/none":0,"border/primary":"1px","border/secondary":"2px","font/button/accent":"#0068f4","font/button/call-active":"#212121","font/button/call-disabled":"#989898","font/button/call-error":"#ffffff","font/button/call-hover":"#ffffff","font/button/call-main":"#ffffff","font/button/danger-primary":"#ffffff","font/button/danger-tertiary":"#ae191a","font/button/danger-tertiary-hover":"#ffffff","font/button/primary":"#ffffff","font/button/secondary":"#323232","font/button/success-primary":"#ffffff","font/button/success-tertiary":"#256505","font/button/success-tertiary-hover":"#ffffff","font/button/tertiary":"#323232","font/button/tertiary-hover":"#ffffff","font/button/text":"#0156c9","font/button/trans":"#323232","font/button/trans-ultra":"#ffffff","font/charts/line-1":"#0156c9","font/charts/line-10":"#4e9f0d","font/charts/line-11":"#c9e2b5","font/charts/line-12":"#cc6228","font/charts/line-13":"#ffc198","font/charts/line-14":"#f89654","font/charts/line-15":"#ffedd5","font/charts/line-2":"#71b4ff","font/charts/line-3":"#d2d2d2","font/charts/line-4":"#989898","font/charts/line-5":"#494949","font/charts/line-6":"#0068f4","font/charts/line-7":"#cee3ff","font/charts/line-8":"#256505","font/charts/line-9":"#9ad36b","font/icons/clickable-active":"#323232","font/icons/clickable-hover":"#323232","font/icons/clickable-main":"#777777","font/icons/nonclickable-main":"#323232","font/icons/nonclickable-secondary":"#777777","font/text/accent":"#0068f4","font/text/body":"#323232","font/text/danger":"#ae191a","font/text/danger-tertiary":"#d73332","font/text/disabled":"#c3c4c5","font/text/label":"#323232","font/text/link":"#0068f4","font/text/link-active":"#0156c9","font/text/news":"#4338ca","font/text/quaternary":"#989898","font/text/secondary":"#494949","font/text/success":"#2c7806","font/text/success-ultra":"#4e9f0d","font/text/tertiary":"#777777","font/text/title":"#212121","font/text/warning":"#cc6228","font/toggle/off-disabled":"#ffffff","font/toggle/off-hover":"#ffffff","font/toggle/off-main":"#ffffff","font/toggle/on-disabled":"#ffffff","font/toggle/on-hover":"#ffffff","font/toggle/on-main":"#ffffff","radius/md":"16px","radius/none":0,"radius/sm":"8px","radius/xs":"4px","size/button-md":"40px","size/button-sm":"36px","size/button-sx":"30px","size/button-xl":"56px","surface/bcg/accent":"#0068f4","surface/bcg/custom":"#ffffff","surface/bcg/danger-10":"#ffe5e5","surface/bcg/danger-20":"#fecaca","surface/bcg/form":"#f2f2f2","surface/bcg/form-hover":"#e6e6e6","surface/bcg/highlight":"#cee3ff","surface/bcg/highlight-subtle":"#eff6ff","surface/bcg/info":"#e0e7ff","surface/bcg/light":"#d2d2d2","surface/bcg/menu-active":"#dcdcdc","surface/bcg/menu-hover":"#e6e6e6","surface/bcg/menu-main":"#ffffff","surface/bcg/mildwarning":"#fef9c3","surface/bcg/primary":"#ffffff","surface/bcg/secondary":"#f2f2f2","surface/bcg/success":"#e8f7e0","surface/bcg/tertiar-hover":"#f2f2f2","surface/bcg/tertiary":"#f7f7f7","surface/bcg/transparent":"#32323226","surface/bcg/ultralight":"#e6e6e6","surface/bcg/warning":"#ffedd5","surface/button/call/active":"#ffffff","surface/button/call/disabled":"#212121","surface/button/call/enabled-hover":"#d2d2d2","surface/button/call/error":"#d73332","surface/button/call/error-hover":"#bb2526","surface/button/call/hover":"#494949","surface/button/call/main":"#212121","surface/button/danger/primary-active":"#ae191a","surface/button/danger/primary-disabled":"#e6e6e6","surface/button/danger/primary-hover":"#bb2526","surface/button/danger/primary-main":"#d73332","surface/button/danger/tertiary-active":"#bb2526","surface/button/danger/tertiary-disabled":"#ffffff","surface/button/danger/tertiary-hover":"#d73332","surface/button/danger/tertiary-main":"#ffffff","surface/button/primary/active":"#1e40af","surface/button/primary/disabled":"#e6e6e6","surface/button/primary/hover":"#0156c9","surface/button/primary/main":"#0068f4","surface/button/secondary/active":"#dcdcdc","surface/button/secondary/disabled":"#ffffff","surface/button/secondary/hover":"#e6e6e6","surface/button/secondary/main":"#ffffff","surface/button/success/primary-active":"#256505","surface/button/success/primary-disabled":"#e6e6e6","surface/button/success/primary-hover":"#2c7806","surface/button/success/primary-main":"#2c8500","surface/button/success/tertiary-active":"#2c7806","surface/button/success/tertiary-disabled":"#ffffff","surface/button/success/tertiary-hover":"#2c8500","surface/button/success/tertiary-main":"#ffffff","surface/button/tertiary/active":"#0156c9","surface/button/tertiary/disabled":"#ffffff","surface/button/tertiary/hover":"#0068f4","surface/button/tertiary/main":"#ffffff","surface/button/text/active":"#dcdcdc","surface/button/text/disabled":"#ffffff","surface/button/text/hover":"#e6e6e6","surface/button/text/main":"#ffffff","surface/button/trans/active":"#dcdcdc","surface/button/trans/active-ultra":"#323232","surface/button/trans/disabled":"#e6e6e6","surface/button/trans/hover":"#e6e6e6","surface/button/trans/main":"#ffffff99","surface/toggle/off-disabled":"#d2d2d2","surface/toggle/off-hover":"#494949","surface/toggle/off-main":"#777777","surface/toggle/on-disabled":"#4490f6","surface/toggle/on-hover":"#0156c9","surface/toggle/on-main":"#0068f4"},dark:{"border/accent":"#4490f6","border/button/danger":"#d73332","border/button/disabled":"#494949","border/button/focus":"#71b4ff","border/button/form":"#777777","border/button/secondary":"#ffffff","border/button/success":"#2c8500","border/button/tertiary":"#777777","border/checkbo-disabled":"#777777","border/checkbox-main":"#c3c4c5","border/divider-primary":"#494949","border/divider-secondary":"#323232","border/divider-ultra":"#777777","border/none":0,"border/primary":"1px","border/secondary":"2px","font/button/accent":"#4490f6","font/button/call-active":"#212121","font/button/call-disabled":"#989898","font/button/call-error":"#ffffff","font/button/call-hover":"#ffffff","font/button/call-main":"#ffffff","font/button/danger-primary":"#ffffff","font/button/danger-tertiary":"#d73332","font/button/danger-tertiary-hover":"#ffffff","font/button/primary":"#ffffff","font/button/secondary":"#ffffff","font/button/success-primary":"#ffffff","font/button/success-tertiary":"#2c8500","font/button/success-tertiary-hover":"#ffffff","font/button/tertiary":"#ffffff","font/button/tertiary-hover":"#ffffff","font/button/text":"#4490f6","font/button/trans":"#ffffff","font/button/trans-ultra":"#323232","font/charts/line-1":"#ffffff","font/charts/line-10":"#ffffff","font/charts/line-11":"#ffffff","font/charts/line-12":"#ffffff","font/charts/line-13":"#ffffff","font/charts/line-14":"#ffffff","font/charts/line-15":"#ffffff","font/charts/line-2":"#ffffff","font/charts/line-3":"#ffffff","font/charts/line-4":"#ffffff","font/charts/line-5":"#ffffff","font/charts/line-6":"#ffffff","font/charts/line-7":"#ffffff","font/charts/line-8":"#ffffff","font/charts/line-9":"#ffffff","font/icons/clickable-active":"#ffffff","font/icons/clickable-hover":"#ffffff","font/icons/clickable-main":"#c3c4c5","font/icons/nonclickable-main":"#ffffff","font/icons/nonclickable-secondary":"#989898","font/text/accent":"#4490f6","font/text/body":"#f7f7f7","font/text/danger":"#d73332","font/text/danger-tertiary":"#ae191a","font/text/disabled":"#777777","font/text/label":"#f7f7f7","font/text/link":"#4490f6","font/text/link-active":"#0068f4","font/text/news":"#4f46e5","font/text/quaternary":"#989898","font/text/secondary":"#dcdcdc","font/text/success":"#2c8500","font/text/success-ultra":"#4e9f0d","font/text/tertiary":"#d2d2d2","font/text/title":"#ffffff","font/text/warning":"#cc6228","font/toggle/off-disabled":"#ffffff","font/toggle/off-hover":"#ffffff","font/toggle/off-main":"#ffffff","font/toggle/on-disabled":"#ffffff","font/toggle/on-hover":"#ffffff","font/toggle/on-main":"#ffffff","radius/md":0,"radius/none":0,"radius/sm":0,"radius/xs":0,"size/button-md":"40px","size/button-sm":"36px","size/button-sx":"30px","size/button-xl":"56px","surface/bcg/accent":"#4490f6","surface/bcg/custom":"#212121","surface/bcg/danger-10":"#ffe5e5","surface/bcg/danger-20":"#fecaca","surface/bcg/form":"#494949","surface/bcg/form-hover":"#494949","surface/bcg/highlight":"#cee3ff","surface/bcg/highlight-subtle":"#eff6ff","surface/bcg/info":"#e0e7ff","surface/bcg/light":"#989898","surface/bcg/menu-active":"#494949","surface/bcg/menu-hover":"#494949","surface/bcg/menu-main":"#323232","surface/bcg/mildwarning":"#fef9c3","surface/bcg/primary":"#212121","surface/bcg/secondary":"#323232","surface/bcg/success":"#e8f7e0","surface/bcg/tertiar-hover":"#494949","surface/bcg/tertiary":"#323232","surface/bcg/transparent":"#ffffff99","surface/bcg/ultralight":"#494949","surface/bcg/warning":"#ffedd5","surface/button/call/active":"#ffffff","surface/button/call/disabled":"#212121","surface/button/call/enabled-hover":"#d2d2d2","surface/button/call/error":"#d73332","surface/button/call/error-hover":"#bb2526","surface/button/call/hover":"#494949","surface/button/call/main":"#212121","surface/button/danger/primary-active":"#bb2526","surface/button/danger/primary-disabled":"#323232","surface/button/danger/primary-hover":"#d73332","surface/button/danger/primary-main":"#212121","surface/button/danger/tertiary-active":"#bb2526","surface/button/danger/tertiary-disabled":"#323232","surface/button/danger/tertiary-hover":"#d73332","surface/button/danger/tertiary-main":"#212121","surface/button/primary/active":"#0068f4","surface/button/primary/disabled":"#323232","surface/button/primary/hover":"#1c76f0","surface/button/primary/main":"#0068f4","surface/button/secondary/active":"#777777","surface/button/secondary/disabled":"#212121","surface/button/secondary/hover":"#494949","surface/button/secondary/main":"#212121","surface/button/success/primary-active":"#256505","surface/button/success/primary-disabled":"#323232","surface/button/success/primary-hover":"#2c7806","surface/button/success/primary-main":"#2c8500","surface/button/success/tertiary-active":"#2c7806","surface/button/success/tertiary-disabled":"#323232","surface/button/success/tertiary-hover":"#2c8500","surface/button/success/tertiary-main":"#212121","surface/button/tertiary/active":"#0068f4","surface/button/tertiary/disabled":"#212121","surface/button/tertiary/hover":"#1c76f0","surface/button/tertiary/main":"#212121","surface/button/text/active":"#494949","surface/button/text/disabled":"#323232","surface/button/text/hover":"#323232","surface/button/text/main":"#212121","surface/button/trans/active":"#494949","surface/button/trans/active-ultra":"#ffffff","surface/button/trans/disabled":"#323232","surface/button/trans/hover":"#494949","surface/button/trans/main":"#32323226","surface/toggle/off-disabled":"#d2d2d2","surface/toggle/off-hover":"#494949","surface/toggle/off-main":"#0068f4","surface/toggle/on-disabled":"#4490f6","surface/toggle/on-hover":"#0156c9","surface/toggle/on-main":"#0068f4"}},YE=["bottom","bottomEnd","bottomLeft","bottomRight","bottomStart","endBottom","left","right","top","topEnd","topLeft","topRight","topStart"],JE=e=>{const[a,l]=n.useState(e);return n.useEffect(()=>{l(a)},[a]),{activeTab:a,setActiveTab:l}},vt=(e,a)=>({...e,...a}),ex=(e,a)=>{switch(a.type){case"set-all-steps":return a.steps;case"set-step":return e[a.stepIndex]&&(e[a.stepIndex]=a.step),e;case"complete-step":{const{stepIndex:l,options:o}=a,r=[...e],c=r[l];return c&&(r[l]=vt(c,{isCompleted:o.isCompleted,isFailed:o.isCompleted?!1:c.isFailed,isActive:o.activateStep,isSelectable:o.isSelectable,url:o.activateStep?void 0:c.url})),r}case"fail-step":{const{stepIndex:l,options:o}=a,r=[...e],c=r[l];return c&&(r[l]=vt(c,{isFailed:o.isFailed,isCompleted:o.isFailed?!1:c.isCompleted,isActive:o.activateStep,isSelectable:o.isSelectable,url:o.activateStep?void 0:c.url})),r}case"disable-step":{const{stepIndex:l,isDisabled:o}=a,r=[...e],c=r[l];return c&&(r[l]=vt(c,{isDisabled:o})),r}case"activate-step":{const{stepIndex:l,isActive:o}=a,r=e.map(s=>({...s,isActive:!1})),c=r[l];return c&&(r[l]=vt(c,{isActive:o})),r}case"leave-step":{const{stepIndex:l,options:o}=a,r=[...e],c=r[l];return c&&(r[l]=vt(c,{isActive:o.activateStep,isSelectable:o.isSelectable,isCompleted:o.isCompleted??c?.isCompleted,isFailed:o.isFailed??c?.isFailed})),r}case"refresh-step-names":return e.map((l,o)=>({...l,label:a.steps[o]?.label??l.label}))}},Gl=e=>e.map(a=>a.isDisabled?!0:!!a.isCompleted),tx=(e,a)=>Gl([...e].splice(0,a)),Sa=e=>e.every(a=>a),nx=({initialSteps:e=[],currentStepIndex:a=0})=>{const l=n.useMemo(()=>e,[e]),[o,r]=n.useReducer(ex,l),[c,s]=n.useState(!1),[i,d]=n.useState(!1),[m,u]=n.useState(a);n.useEffect(()=>{const k=Gl(o);d(Sa(k))},[o]),n.useEffect(()=>{const k=tx(o,m);s(Sa(k))},[m,o]);const _=n.useCallback(()=>{r({type:"refresh-step-names",steps:e})},[e]);n.useEffect(()=>{_()},[_]);const p=n.useCallback((k,{forceStep:S}={forceStep:!1})=>{const z=S?k:th({steps:o,stepIndex:k});u(z)},[o]),h=k=>{const S=e[k];S&&r({type:"set-step",stepIndex:k,step:S})},g=()=>r({type:"set-all-steps",steps:e}),w=(k,S=!0)=>r({type:"disable-step",stepIndex:k,isDisabled:S}),E=n.useCallback((k,S=!0)=>r({type:"activate-step",stepIndex:k,isActive:S}),[]);return[{allStepsCompleted:i,currentStepIndex:m,prevStepsCompleted:c,steps:o},{moveToStep:p,resetAllSteps:g,resetStep:h,updateStepActive:E,updateStepCompleted:(k,{activateStep:S=!1,isCompleted:z=!0,isSelectable:L=!1}={})=>r({type:"complete-step",stepIndex:k,options:{isCompleted:z,activateStep:S,isSelectable:L}}),updateStepFailed:(k,{activateStep:S=!1,isSelectable:z=!1,isFailed:L=!0}={})=>r({type:"fail-step",stepIndex:k,options:{activateStep:S,isSelectable:z,isFailed:L}}),updateStepDisabled:w,updateStepLeave:(k,{activateStep:S=!1,isSelectable:z=!0}={})=>r({type:"leave-step",stepIndex:k,options:{activateStep:S,isSelectable:z}})}]},ax=e=>{const a=Et.indexOf(e);if(a===-1)throw new Error(`breakpoint ${e} not found in ${Et}`);return Et[a+1]??null},O1=e=>{const a=b1[e];return a>0?a:null},P1=e=>{if(e===null)return null;const a=.02,l=b1[e];return l>0?l-a:null},je=e=>{const a=O1(e);return a?`(min-width: ${a}px)`:""},Ne=e=>{const a=P1(e);return a?`(max-width: ${a}px)`:""},V1=(e,a)=>{const l=O1(e),o=P1(a);return l!==null&&o!==null?`(min-width: ${l}px) and (max-width: ${o}px)`:o===null?je(e):Ne(a)},yt=e=>{const a=O1(e),l=ax(e),o=P1(l);return a!==null&&o!==null?`(min-width: ${a}px) and (max-width: ${o}px)`:o===null?je(e):Ne(l)},Ft="(pointer: coarse)",Xl="(orientation: portrait)",Ql="(orientation: landscape)",lx=`${Ft} and ${Xl} and ${Ne("md")}`,ox=`${Ft} and ${Ql} and ${Ne("lg")}`,rx=`${Ft} and ${je("md")}`,cx=yt("xs"),sx=yt("sm"),ix=yt("md"),dx=yt("lg"),mx=yt("xl"),ux=je("sm"),fx=je("md"),_x=je("lg"),px=je("xl"),hx=Ne("sm"),gx=Ne("md"),vx=Ne("lg"),wx=Ne("xl"),Ex=V1("sm","lg"),xx=V1("sm","xl"),bx=V1("md","xl"),kx="(max-width: 359px)",Kl=()=>D.useMatchMedia(Ft),Cx=()=>D.useMatchMedia(rx),Zl=()=>D.useMatchMedia(lx),Yl=()=>D.useMatchMedia(ox),yx=()=>{const e=Zl(),a=Yl();return e||a},Bx=()=>D.useMatchMedia(Xl),zx=()=>D.useMatchMedia(Ql),Jl=()=>D.useMatchMedia(cx),eo=()=>D.useMatchMedia(sx),to=()=>D.useMatchMedia(ix),no=()=>D.useMatchMedia(dx),ao=()=>D.useMatchMedia(mx),Ix=()=>D.useMatchMedia(ux),Mx=()=>D.useMatchMedia(fx),Sx=()=>D.useMatchMedia(_x),Lx=()=>D.useMatchMedia(px),Ax=()=>D.useMatchMedia(hx),Rx=()=>D.useMatchMedia(gx),Nx=()=>D.useMatchMedia(vx),$x=()=>D.useMatchMedia(wx),qx=()=>D.useMatchMedia(Ex),Hx=()=>D.useMatchMedia(xx),Ox=()=>D.useMatchMedia(bx),Px=()=>D.useMatchMedia(kx),Vx=()=>{const e=n.useRef(!0),a=Jl(),l=eo(),o=to(),r=no(),c=ao(),s=n.useMemo(()=>Pt.createSignal({name:"breakpoint:change"}),[]);return n.useEffect(()=>{const i=[a,l,o,r,c].filter(d=>d).length===1;!e.current&&i?s.emit():e.current=!1},[s,a,l,o,r,c]),s},Tx=(e,a={})=>{const{delay:l=0}=a;return n.useCallback(()=>{if(e.current){const r=()=>e.current?.scrollIntoView({behavior:"smooth",block:"nearest",inline:"start"});l?setTimeout(r,l):r()}},[e,l])},Wx=()=>{const e=n.useRef(null),a=n.useCallback(()=>{window.setTimeout(()=>{e.current?.focus()},0)},[]);return{modalHandleRef:e,focusModal:a}},lo=e=>{const a=n.useRef(null),l=Na.useOverlayTriggerState({isOpen:e}),{modalProps:o}=Ae.useModalOverlay({},l,a);return{ref:a,modalProps:o}},Dx=e=>{const a=n.useRef(null),l=Na.useOverlayTriggerState({isOpen:e}),{overlayProps:o}=Ae.useOverlay({isOpen:l.isOpen,onClose:l.close},a);return Ae.useOverlayFocusContain(),n.useEffect(()=>{if(l.isOpen&&a.current)return Ae.ariaHideOutside([a.current],{shouldUseInert:!0})},[l.isOpen]),{ref:a,modalProps:o}},jx=({content:e,root:a,containerClassName:l,isDisabled:o=!1,moveBy:r=60})=>{const[c,s]=n.useState(0),[i,d]=n.useState(void 0),[m,u]=n.useState(void 0),[_,p]=n.useState(null),[h,g]=n.useState(null),[w,E]=n.useState(null),v=n.useCallback(z=>{p(z)},[]),x=n.useCallback(()=>{s(z=>z+r)},[r]),B=n.useCallback(()=>{s(z=>z-r)},[r]),I=n.useCallback(z=>{g(z)},[]),M=n.useCallback(z=>{E(z)},[]),k=n.createElement("div",{style:{transform:`translateX(${c}px)`,transition:"transform 300ms ease"},ref:v,className:f(l)},n.createElement("div",{ref:I,style:{width:"1px",flexShrink:0}}),e,n.createElement("div",{ref:M,style:{width:"1px",flexShrink:0}}));n.useEffect(()=>{if(o||!a||!_||!h||!w)return;const z=new IntersectionObserver(L=>{for(const q of L)q.target===h&&d(()=>q.isIntersecting?void 0:x),q.target===w&&u(()=>q.isIntersecting?void 0:B)},{root:a,threshold:.99});return z.observe(h),z.observe(w),()=>z.disconnect()},[a,_,h,w,o,x,B]),n.useEffect(()=>{const z=_?.parentElement;if(!z)return;const L=new ResizeObserver(q=>{for(const b of q){const A=b.contentRect.width;_.getBoundingClientRect().width<A&&c!==0&&s(0)}});return L.observe(z),()=>L.disconnect()},[_,c]);const S=!!i||!!m;return n.useEffect(()=>{!S&&c!==0&&s(0)},[S,c]),{navigationView:k,moveLeft:i,moveRight:m,hasOverflowingContent:S}};function Fx(e,a){return function(o){return n.createElement(e,{...o,...a})}}function Ux(e){return Object.hasOwn(P,e)}exports.AboutModal=Uu;exports.AboutText=gl;exports.Accordion=cf;exports.ActionsRow=T8;exports.ActivityCard=hf;exports.Announcer=y7;exports.AriaMenu=Ul;exports.AspectRatio=Ef;exports.Audio=R9;exports.Avatar=Nl;exports.AvatarType=xt;exports.BadgeCounter=sl;exports.Bar=qf;exports.Box=ce;exports.BoxHeader=$a;exports.Breadcrumbs=Wf;exports.Button=j;exports.ButtonText=Ka;exports.CakeTimer=Ff;exports.CallToAction=A7;exports.Captions=Cw;exports.CardLayout=Ha;exports.Cell=_1;exports.CenterLayout=x1;exports.Checkbox=S1;exports.CircleCountDown=Jf;exports.CollapsableContainer=KE;exports.Color=Ta;exports.ColorPickerPreviewButton=Pw;exports.ColorPreviewButton=Tl;exports.CondensedTabs=d_;exports.ConfirmableMultiselect=rp;exports.ConfirmationModal=ip;exports.ContextMenu=fp;exports.CoreHeader=td;exports.CustomTooltip=R8;exports.Details=hp;exports.Divider=re;exports.DragAndDrop=Ya;exports.DragAndUploadFiles=xl;exports.Draggable=$1;exports.DropContent=jt;exports.Enhancers=Qa;exports.ExpanderCell=EE;exports.FileUpload=L1;exports.FontVariant=y;exports.Form=Cp;exports.FullSizeWindow=Vt;exports.FullscreenLayout=Da;exports.FullscreenOverlay=Xs;exports.FullscreenSpinner=hi;exports.Grid=Ga;exports.Group=$p;exports.Heading=hd;exports.HotKey=hl;exports.HotkeysTooltip=pl;exports.Icon=W;exports.IconTypes=P;exports.ImagePreviewButton=Aw;exports.InfoHeadCell=xE;exports.InfoMessage=Tp;exports.Input=ot;exports.InputLabel=ge;exports.InteractiveElement=se;exports.KebabMenuButton=hw;exports.LineHeading=wd;exports.List=Ct;exports.ListBoxLink=ll;exports.ListLink=ol;exports.LoadingBox=Xa;exports.LockStyle=ml;exports.Logo=jd;exports.Menu=Up;exports.MenuEntry=kl;exports.Modal=Wt;exports.ModalCloseButton=rt;exports.ModalCloseButtonWithTooltip=Ou;exports.ModalType=_l;exports.Multiselect=wl;exports.MultistepIndicator=hh;exports.NotificationToast=dw;exports.NotificationTooltip=A8;exports.NumberStepInput=bh;exports.Panel=ul;exports.PasswordInput=yh;exports.PexipLogo=t8;exports.Pill=R1;exports.PlainMenuEntry=bl;exports.PopOutWindow=Bh;exports.PreferenceInput=Nh;exports.PreferenceMultiselect=$h;exports.PreferenceRow=Th;exports.PreferenceWrapper=H1;exports.ProgressBar=h9;exports.ProgressBarColor=rl;exports.RadioButton=tl;exports.RangeSlider=Ew;exports.RefButton=Za;exports.RefInteractiveElement=Tt;exports.RefSimpleButton=z1;exports.RgbColor=Ot;exports.Row=ke;exports.Scrim=bi;exports.Scrollbars=ct;exports.SearchInput=Wh;exports.Section=eg;exports.SectionAccordion=Jh;exports.Select=tg;exports.Sheet=ig;exports.SimpleButton=r4;exports.SortingIndicator=wE;exports.Spinner=C1;exports.StatCard=Rg;exports.StatCardBox=zl;exports.StatCardRow=g1;exports.StatCardVariant=Bl;exports.StatIndicator=um;exports.StepNumber=nl;exports.SvgImage=kt;exports.Tab=Gg;exports.Table=uE;exports.TableBody=_E;exports.TableCell=pE;exports.TableContent=hE;exports.TableHead=gE;exports.TableHeadCell=vE;exports.TablePagination=BE;exports.TableRow=fE;exports.TableRowWrapper=Wl;exports.TableSection=zE;exports.Tabs=Ug;exports.Tag=Il;exports.TagList=tv;exports.TestId=R;exports.Text=C;exports.TextArea=al;exports.TextHeading=De;exports.TextLink=lt;exports.ThemeConsumer=N;exports.ThemeContext=at;exports.ThemeProvider=Q;exports.ThreeColumnSelector=PE;exports.Toast=Sl;exports.ToggleSwitch=S9;exports.Tooltip=N1;exports.TooltipPositionValue=YE;exports.URLToLink=dl;exports.User=Pv;exports.UserMenuButton=$l;exports.UserMenuDropContent=Rv;exports.Video=cl;exports.VideoWrapper=ql;exports.Wrapper=Wa;exports.announce=M1;exports.ariaMenuOpenStateSignal=Fl;exports.breakpoints=b1;exports.isBackgroundImageSrcEmpty=Va;exports.isImageSrcEmpty=Oa;exports.isImageSrcString=k1;exports.isValidIconName=Ux;exports.notificationToastSignal=Hl;exports.onEnter=Dt;exports.sizeToPadding=fe;exports.themeValues=xo;exports.useBelow360=Px;exports.useBreakpointChange=Vx;exports.useFocusFrom=q1;exports.useFocusFromOpened=yl;exports.useGroupedPagesNav=Dl;exports.useInput=Vd;exports.useLandscape=zx;exports.useLg=no;exports.useLgDown=Nx;exports.useLgUp=Sx;exports.useMd=to;exports.useMdDown=Rx;exports.useMdToXl=Ox;exports.useMdUp=Mx;exports.useMobileDevice=yx;exports.useMobileDeviceLandscape=Yl;exports.useMobileDevicePortrait=Zl;exports.useModal=lo;exports.useModalHandle=Wx;exports.useModalWithoutPreventScroll=Dx;exports.useMultistepIndicator=nx;exports.useOutOfViewNavigation=jx;exports.usePortrait=Bx;exports.useScrollIntoView=Tx;exports.useSm=eo;exports.useSmDown=Ax;exports.useSmToLg=qx;exports.useSmToXl=Hx;exports.useSmUp=Ix;exports.useTabletDevice=Cx;exports.useTabs=JE;exports.useTouchDevice=Kl;exports.useXl=ao;exports.useXlDown=$x;exports.useXlUp=Lx;exports.useXs=Jl;exports.variables=ZE;exports.withColorScheme=bt;exports.withTabName=Fx;exports.withTransition=Ml;