@pexip/components 20.0.0 → 20.2.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 (150) hide show
  1. package/CHANGELOG.md +204 -0
  2. package/api-docs/README.mdx +11 -2
  3. package/api-docs/enumerations/TestId.mdx +1 -0
  4. package/api-docs/functions/announce.mdx +1 -1
  5. package/api-docs/functions/onEnter.mdx +3 -3
  6. package/api-docs/functions/sizeToPadding.mdx +16 -6
  7. package/api-docs/functions/useBoundingRect.mdx +42 -0
  8. package/api-docs/functions/useBreakpointChange.mdx +1 -1
  9. package/api-docs/functions/useFocusFrom.mdx +2 -2
  10. package/api-docs/functions/useFocusFromOpened.mdx +1 -1
  11. package/api-docs/functions/useGroupedPagesNav.mdx +2 -2
  12. package/api-docs/functions/useInput.mdx +4 -2
  13. package/api-docs/functions/useModal.mdx +2 -2
  14. package/api-docs/functions/useModalHandle.mdx +1 -1
  15. package/api-docs/functions/useModalWithoutPreventScroll.mdx +2 -2
  16. package/api-docs/functions/useMultistepIndicator.mdx +24 -8
  17. package/api-docs/functions/useOutOfViewNavigation.mdx +4 -4
  18. package/api-docs/functions/useScrollIntoView.mdx +3 -3
  19. package/api-docs/functions/useTabs.mdx +1 -1
  20. package/api-docs/functions/withColorScheme.mdx +3 -3
  21. package/api-docs/functions/withTabName.mdx +2 -2
  22. package/api-docs/functions/withTransition.mdx +6 -4
  23. package/api-docs/interfaces/FullSizeWindowCommonProps.mdx +4 -4
  24. package/api-docs/interfaces/IconCollection.mdx +7 -0
  25. package/api-docs/interfaces/IconSource.mdx +3 -3
  26. package/api-docs/interfaces/LoadingBoxProps.mdx +5 -3
  27. package/api-docs/interfaces/ModalHandle.mdx +1 -1
  28. package/api-docs/interfaces/MultistepItem.mdx +1 -1
  29. package/api-docs/interfaces/StatCardRowData.mdx +5 -5
  30. package/api-docs/interfaces/ToastProps.mdx +3 -3
  31. package/api-docs/interfaces/VideoHandle.mdx +2 -2
  32. package/api-docs/interfaces/WithTransitionProps.mdx +1 -0
  33. package/api-docs/type-aliases/ActivityCardAction.mdx +1 -1
  34. package/api-docs/type-aliases/AriaMenuItem.mdx +9 -1
  35. package/api-docs/type-aliases/AriaMenuProps.mdx +5 -1
  36. package/api-docs/type-aliases/AriaSubMenu.mdx +27 -0
  37. package/api-docs/type-aliases/AriaSubMenuContentHelpers.mdx +13 -0
  38. package/api-docs/type-aliases/BreadcrumbItem.mdx +1 -1
  39. package/api-docs/type-aliases/ClickEventHandler.mdx +1 -1
  40. package/api-docs/type-aliases/MenuAction.mdx +1 -1
  41. package/api-docs/type-aliases/MenuItem.mdx +5 -4
  42. package/api-docs/type-aliases/MultiselectCoreProps.mdx +3 -0
  43. package/api-docs/type-aliases/MultiselectOption.mdx +1 -1
  44. package/api-docs/type-aliases/NotificationToastMessage.mdx +1 -1
  45. package/api-docs/type-aliases/NotificationTooltipPosition.mdx +3 -1
  46. package/api-docs/type-aliases/NotificationTooltipProps.mdx +3 -0
  47. package/api-docs/type-aliases/Option.mdx +1 -1
  48. package/api-docs/type-aliases/SelectProps.mdx +3 -3
  49. package/api-docs/type-aliases/TagItem.mdx +2 -2
  50. package/api-docs/variables/AriaMenu.mdx +3 -1
  51. package/api-docs/variables/Draggable.mdx +51 -0
  52. package/api-docs/variables/KEYBOARD_EVENT_KEY.mdx +16 -0
  53. package/api-docs/variables/MultiselectCore.mdx +27 -0
  54. package/api-docs/variables/MultistepIndicator.mdx +1 -0
  55. package/api-docs/variables/PreferenceInput.mdx +1 -0
  56. package/api-docs/variables/Select.mdx +2 -2
  57. package/api-docs/variables/Sheet.mdx +9 -1
  58. package/api-docs/variables/Toast.mdx +3 -1
  59. package/api-docs/variables/ToggleSwitchDisplay.mdx +16 -0
  60. package/api-docs/variables/buttonVariantsValues.mdx +3 -0
  61. package/design-tokens/mixins/_focus.scss +54 -10
  62. package/design-tokens/mixins/media-queries.scss +12 -0
  63. package/design-tokens/variables.legacy.scss +8 -0
  64. package/dist/components-no-global-styles.css +1 -1
  65. package/dist/components.cjs +2 -2
  66. package/dist/components.css +1 -1
  67. package/dist/components.js +6253 -8056
  68. package/dist/types/design-tokens/generated/Icons.d.ts +7 -0
  69. package/dist/types/design-tokens/generated/Icons.d.ts.map +1 -1
  70. package/dist/types/src/components/elements/ActionsRow/ActionsRow.d.ts +1 -0
  71. package/dist/types/src/components/elements/ActionsRow/ActionsRow.d.ts.map +1 -1
  72. package/dist/types/src/components/elements/Checkbox/Checkbox.d.ts.map +1 -1
  73. package/dist/types/src/components/elements/Draggable/Draggable.view.d.ts +43 -0
  74. package/dist/types/src/components/elements/Draggable/Draggable.view.d.ts.map +1 -1
  75. package/dist/types/src/components/elements/Input/Input.d.ts +1 -0
  76. package/dist/types/src/components/elements/Input/Input.d.ts.map +1 -1
  77. package/dist/types/src/components/elements/ListBoxLink/ListBoxLink.d.ts +2 -2
  78. package/dist/types/src/components/elements/ListBoxLink/ListBoxLink.d.ts.map +1 -1
  79. package/dist/types/src/components/elements/ListLink/ListLink.d.ts +8 -5
  80. package/dist/types/src/components/elements/ListLink/ListLink.d.ts.map +1 -1
  81. package/dist/types/src/components/elements/Panel/Panel.d.ts +1 -0
  82. package/dist/types/src/components/elements/Panel/Panel.d.ts.map +1 -1
  83. package/dist/types/src/components/elements/Scrollbars/Scrollbars.d.ts +0 -1
  84. package/dist/types/src/components/elements/Scrollbars/Scrollbars.d.ts.map +1 -1
  85. package/dist/types/src/components/elements/ToggleSwitch/ToggleSwitch.d.ts.map +1 -1
  86. package/dist/types/src/components/elements/ToggleSwitch/ToggleSwitchDisplay.d.ts +28 -0
  87. package/dist/types/src/components/elements/ToggleSwitch/ToggleSwitchDisplay.d.ts.map +1 -0
  88. package/dist/types/src/components/elements/Tooltip/NotificationTooltip.d.ts +1 -2
  89. package/dist/types/src/components/elements/Tooltip/NotificationTooltip.d.ts.map +1 -1
  90. package/dist/types/src/components/elements/Tooltip/Tooltip.d.ts.map +1 -1
  91. package/dist/types/src/components/modules/AriaMenu/AriaMenu.d.ts +3 -1
  92. package/dist/types/src/components/modules/AriaMenu/AriaMenu.d.ts.map +1 -1
  93. package/dist/types/src/components/modules/AriaMenu/AriaMenu.types.d.ts +121 -1
  94. package/dist/types/src/components/modules/AriaMenu/AriaMenu.types.d.ts.map +1 -1
  95. package/dist/types/src/components/modules/AriaMenu/InnerAriaMenu.d.ts +32 -4
  96. package/dist/types/src/components/modules/AriaMenu/InnerAriaMenu.d.ts.map +1 -1
  97. package/dist/types/src/components/modules/AriaMenu/InnerAriaMenuButton.d.ts +3 -6
  98. package/dist/types/src/components/modules/AriaMenu/InnerAriaMenuButton.d.ts.map +1 -1
  99. package/dist/types/src/components/modules/AriaMenu/InnerAriaMenuItem.d.ts +3 -0
  100. package/dist/types/src/components/modules/AriaMenu/InnerAriaMenuItem.d.ts.map +1 -1
  101. package/dist/types/src/components/modules/AriaMenu/InnerAriaMenuNavigator.d.ts +22 -0
  102. package/dist/types/src/components/modules/AriaMenu/InnerAriaMenuNavigator.d.ts.map +1 -0
  103. package/dist/types/src/components/modules/AriaMenu/InnerAriaMenuPopover.d.ts.map +1 -1
  104. package/dist/types/src/components/modules/Avatar/Avatar.utils.d.ts +2 -2
  105. package/dist/types/src/components/modules/Avatar/Avatar.utils.d.ts.map +1 -1
  106. package/dist/types/src/components/modules/Captions/Captions.view.d.ts +1 -0
  107. package/dist/types/src/components/modules/Captions/Captions.view.d.ts.map +1 -1
  108. package/dist/types/src/components/modules/CondensedTabs/CondensedTabs.view.d.ts +1 -0
  109. package/dist/types/src/components/modules/CondensedTabs/CondensedTabs.view.d.ts.map +1 -1
  110. package/dist/types/src/components/modules/ConfirmationModal/ConfirmationModal.d.ts +2 -0
  111. package/dist/types/src/components/modules/ConfirmationModal/ConfirmationModal.d.ts.map +1 -1
  112. package/dist/types/src/components/modules/DropContent/DropContent.d.ts.map +1 -1
  113. package/dist/types/src/components/modules/Menu/Menu.d.ts +3 -1
  114. package/dist/types/src/components/modules/Menu/Menu.d.ts.map +1 -1
  115. package/dist/types/src/components/modules/Menu/types.d.ts +4 -2
  116. package/dist/types/src/components/modules/Menu/types.d.ts.map +1 -1
  117. package/dist/types/src/components/modules/Modal/Modal.d.ts +2 -0
  118. package/dist/types/src/components/modules/Modal/Modal.d.ts.map +1 -1
  119. package/dist/types/src/components/modules/Multiselect/ConfirmableMultiselect.d.ts.map +1 -1
  120. package/dist/types/src/components/modules/Multiselect/Multiselect.d.ts +8 -0
  121. package/dist/types/src/components/modules/Multiselect/Multiselect.d.ts.map +1 -1
  122. package/dist/types/src/components/modules/Multiselect/MultiselectCore.d.ts.map +1 -1
  123. package/dist/types/src/components/modules/MultistepIndicator/MultistepIndicator.d.ts +1 -0
  124. package/dist/types/src/components/modules/MultistepIndicator/MultistepIndicator.d.ts.map +1 -1
  125. package/dist/types/src/components/modules/MultistepIndicator/MultistepIndicator.utils.d.ts +1 -2
  126. package/dist/types/src/components/modules/MultistepIndicator/MultistepIndicator.utils.d.ts.map +1 -1
  127. package/dist/types/src/components/modules/MultistepIndicator/OrdinalText.view.d.ts.map +1 -1
  128. package/dist/types/src/components/modules/PopOutWindow/PopOutWindow.d.ts.map +1 -1
  129. package/dist/types/src/components/modules/PopOutWindow/copyStyles.d.ts +23 -0
  130. package/dist/types/src/components/modules/PopOutWindow/copyStyles.d.ts.map +1 -0
  131. package/dist/types/src/components/modules/PreferenceInput/PreferenceInput.d.ts +2 -0
  132. package/dist/types/src/components/modules/PreferenceInput/PreferenceInput.d.ts.map +1 -1
  133. package/dist/types/src/components/modules/Sheet/Sheet.d.ts +12 -1
  134. package/dist/types/src/components/modules/Sheet/Sheet.d.ts.map +1 -1
  135. package/dist/types/src/components/modules/TransitionContainer/withTransition.d.ts +1 -0
  136. package/dist/types/src/components/modules/TransitionContainer/withTransition.d.ts.map +1 -1
  137. package/dist/types/src/constants/keyboard.d.ts +2 -0
  138. package/dist/types/src/constants/keyboard.d.ts.map +1 -1
  139. package/dist/types/src/exports.d.ts +8 -1
  140. package/dist/types/src/exports.d.ts.map +1 -1
  141. package/dist/types/src/hooks/useAriaTooltip.d.ts +9 -3
  142. package/dist/types/src/hooks/useAriaTooltip.d.ts.map +1 -1
  143. package/dist/types/src/hooks/useBoundingRect.d.ts +27 -0
  144. package/dist/types/src/hooks/useBoundingRect.d.ts.map +1 -0
  145. package/dist/types/src/types/sizes.d.ts +1 -1
  146. package/dist/types/src/types/sizes.d.ts.map +1 -1
  147. package/dist/types/src/utils/imageSrc.d.ts +1 -1
  148. package/dist/types/src/utils/testIds.d.ts +1 -0
  149. package/dist/types/src/utils/testIds.d.ts.map +1 -1
  150. package/package.json +15 -26
@@ -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"),_=require("classnames"),F=require("@pexip/hooks"),qa=require("change-case"),Ha=require("react-dom"),fo=require("simplebar-react"),Oa=require("@react-aria/utils"),_o=require("@react-stately/tooltip"),po=require("@react-aria/tooltip"),He=require("@react-aria/overlays"),E1=require("tabbable"),Pa=require("uuid"),Wt=require("@pexip/signal"),ho=require("@react-stately/menu"),x1=require("@react-aria/menu"),go=require("@react-aria/button"),vo=require("@react-stately/collections"),wo=require("@react-stately/tree"),Eo=require("@react-aria/interactions"),_1=require("@pexip/utils"),Ta=require("@react-stately/overlays");function xo(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=xo(n),he=e=>qa.camelCase(`${e} padding`),b1=e=>qa.camelCase(`${e} spacing`),bo=(e,a)=>Object.keys(a).reduce((l,o)=>(o!==e&&(l[o]=a[o]),l),{}),ko="_themeProvider_1o5fn_1",Co={themeProvider:ko},yo=["theme-legacy","theme-pds"],rt=n.createContext({colorScheme:"dark",theme:"theme-pds"}),{Consumer:$}=rt,Q=({children:e,colorScheme:a,theme:l})=>{const{colorScheme:o,theme:r}=n.useContext(rt),c=a??o,s=l??r;return n.createElement(rt.Provider,{value:{colorScheme:c,theme:s}},n.createElement("div",{className:_(Co.themeProvider,s,c)},e))};function yt(e,a){return function(o){return n.createElement(Q,{colorScheme:a},n.createElement(e,o))}}const Bo="_boxHeader_kr7d7_4",zo="_nonePadding_kr7d7_9",Io="_compactPadding_kr7d7_13",Mo="_smallPadding_kr7d7_17",So="_mediumPadding_kr7d7_21",Lo="_largePadding_kr7d7_25",l0={boxHeader:Bo,nonePadding:zo,compactPadding:Io,smallPadding:Mo,mediumPadding:So,largePadding:Lo},Va=({className:e,padding:a="small",contentBelowDivider:l,children:o})=>{const r=n.createElement("div",{className:_(l0[he(a)],l0.boxHeader,e)},o);return l?n.createElement("div",null,r,l):r},Ao="_boxFooter_fgwhd_4",Ro="_hasShadow_fgwhd_4",No="_nonePaddingTop_fgwhd_18",$o="_nonePaddingRight_fgwhd_21",qo="_nonePaddingBottom_fgwhd_24",Ho="_nonePaddingLeft_fgwhd_27",Oo="_compactPaddingTop_fgwhd_30",Po="_compactPaddingRight_fgwhd_33",To="_compactPaddingBottom_fgwhd_36",Vo="_compactPaddingLeft_fgwhd_39",Wo="_smallPaddingTop_fgwhd_42",Do="_smallPaddingRight_fgwhd_45",Fo="_smallPaddingBottom_fgwhd_48",jo="_smallPaddingLeft_fgwhd_51",Uo="_mediumPaddingTop_fgwhd_54",Go="_mediumPaddingRight_fgwhd_57",Ko="_mediumPaddingBottom_fgwhd_60",Xo="_mediumPaddingLeft_fgwhd_63",Qo="_largePaddingTop_fgwhd_66",Zo="_largePaddingRight_fgwhd_69",Yo="_largePaddingBottom_fgwhd_72",Jo="_largePaddingLeft_fgwhd_75",Ze={boxFooter:Ao,hasShadow:Ro,nonePaddingTop:No,nonePaddingRight:$o,nonePaddingBottom:qo,nonePaddingLeft:Ho,compactPaddingTop:Oo,compactPaddingRight:Po,compactPaddingBottom:To,compactPaddingLeft:Vo,smallPaddingTop:Wo,smallPaddingRight:Do,smallPaddingBottom:Fo,smallPaddingLeft:jo,mediumPaddingTop:Uo,mediumPaddingRight:Go,mediumPaddingBottom:Ko,mediumPaddingLeft:Xo,largePaddingTop:Qo,largePaddingRight:Zo,largePaddingBottom:Yo,largePaddingLeft:Jo},Wa=({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:_(e,Ze.boxFooter,l&&Ze[`${he(l)}Top`],o&&Ze[`${he(o)}Right`],r&&Ze[`${he(r)}Bottom`],c&&Ze[`${he(c)}Left`],{[Ze.hasShadow]:s})},i),er="_box_u4612_105",tr="_hasHeaderOrFooter_u4612_105",nr="_mainContent_u4612_110",ar="_scrollable_u4612_117",lr="_rounded_u4612_121",or="_dark_u4612_125",rr="_light_u4612_130",cr="_shadowLight_u4612_135",sr="_shadowDark_u4612_139",ir="_border_u4612_143",dr="_nonePadding_u4612_154",mr="_compactPadding_u4612_158",ur="_smallPadding_u4612_162",fr="_mediumPadding_u4612_166",_r="_largePadding_u4612_170",ue={box:er,hasHeaderOrFooter:tr,mainContent:nr,scrollable:ar,rounded:lr,dark:or,light:rr,shadowLight:cr,shadowDark:sr,border:ir,nonePadding:dr,compactPadding:mr,smallPadding:ur,mediumPadding:fr,largePadding:_r},ie=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:f=!0,shadowModifier:p="dark",padding:h="none",headerPadding:g=h,footerPadding:E=h,footerTopPadding:v=E,footerRightPadding:w=E,footerBottomPadding:x=E,footerLeftPadding:C=E,hasFooterShadow:M,scrollable:b,style:y,colorScheme:L,...I},A)=>{const S=!!a||!!o;return n.createElement($,null,({colorScheme:N})=>n.createElement("div",{className:_(e&&ue[L??N],{[ue.shadowDark]:f&&p==="dark",[ue.shadowLight]:f&&p==="light",[ue.rounded]:m,[ue.border]:u,[ue[he(h)]]:!S,[ue.hasHeaderOrFooter]:S},ue.box,s),style:e&&r?{...y,backgroundColor:r}:y,ref:A,...I},a&&n.createElement(Va,{contentBelowDivider:l,padding:g,className:d},a),c&&S?n.createElement("div",{className:_(ue[he(h)],ue.mainContent,{"pb-0":o&&h!=="none",[ue.scrollable]:b},i)},c):c,o&&n.createElement(Wa,{padding:E,topPadding:v,rightPadding:w,bottomPadding:x,leftPadding:C,hasFooterShadow:M},o)))});ie.displayName="Box";const pr="_dark_14ps4_4",hr="_light_14ps4_8",gr="_horizontal_14ps4_12",vr="_vertical_14ps4_17",o0={dark:pr,light:hr,horizontal:gr,vertical:vr},se=({colorScheme:e,direction:a="horizontal",className:l,...o})=>n.createElement($,null,({colorScheme:r})=>n.createElement("div",{className:_(o0[e??r],o0[a],l),...o})),wr="_dark_12jtz_105",Er="_standard_12jtz_105",xr="_link_12jtz_108",br="_subtle_12jtz_111",kr="_tinted_12jtz_114",Cr="_disabled_12jtz_117",yr="_success_12jtz_120",Br="_danger_12jtz_123",zr="_warning_12jtz_126",Ir="_light_12jtz_130",Mr="_hidden_12jtz_155",Sr="_inherit_12jtz_167",Lr="_truncated_12jtz_171",Ar="_uppercase_12jtz_178",Rr="_underline_12jtz_182",Nr="_italicize_12jtz_186",$r="_normalWhiteSpace_12jtz_190",qr="_nowrapWhiteSpace_12jtz_194",Hr="_preWhiteSpace_12jtz_198",Or="_preWrapWhiteSpace_12jtz_202",Pr="_preLineWhiteSpace_12jtz_206",Tr="_normalWordBreak_12jtz_210",Vr="_breakAllWordBreak_12jtz_214",Wr="_keepAllWordBreak_12jtz_218",Dr="_overflowWrapWordBreak_12jtz_222",Fr="_text_12jtz_227",jr="_h1_12jtz_232",Ur="_h2_12jtz_238",Gr="_h3_12jtz_244",Kr="_h4_12jtz_250",Xr="_h5_12jtz_256",Qr="_h6_12jtz_262",Zr="_body-bold_12jtz_268",Yr="_button_12jtz_274",Jr="_body_12jtz_268",e2="_body-link_12jtz_286",t2="_small-bold_12jtz_292",n2="_small_12jtz_292",a2="_small-link_12jtz_304",l2="_x-small-bold_12jtz_310",o2="_x-small_12jtz_310",r2="_x-small-link_12jtz_322",ae={dark:wr,standard:Er,link:xr,subtle:br,tinted:kr,disabled:Cr,success:yr,danger:Br,warning:zr,light:Ir,hidden:Mr,inherit:Sr,truncated:Lr,uppercase:Ar,underline:Rr,italicize:Nr,normalWhiteSpace:$r,nowrapWhiteSpace:qr,preWhiteSpace:Hr,preWrapWhiteSpace:Or,preLineWhiteSpace:Pr,normalWordBreak:Tr,breakAllWordBreak:Vr,keepAllWordBreak:Wr,overflowWrapWordBreak:Dr,text:Fr,h1:jr,h2:Ur,h3:Gr,h4:Kr,h5:Xr,h6:Qr,"body-bold":"_body-bold_12jtz_268",bodyBold:Zr,button:Yr,body:Jr,"body-link":"_body-link_12jtz_286",bodyLink:e2,"small-bold":"_small-bold_12jtz_292",smallBold:t2,small:n2,"small-link":"_small-link_12jtz_304",smallLink:a2,"x-small-bold":"_x-small-bold_12jtz_310",xSmallBold:l2,"x-small":"_x-small_12jtz_310",xSmall:o2,"x-small-link":"_x-small-link_12jtz_322",xSmallLink:r2},Pe=({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($,null,({colorScheme:u})=>n.createElement(r,{className:_(ae[l??u],ae[i],ae[m],{[ae.truncated]:c,[ae.uppercase]:s},a),...d},e))};var z=(function(e){return 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})({});const c2="_wrap_11372_11",s2="_divider_11372_19",i2="_section_11372_23",d2="_grow_11372_26",m2="_header_11372_30",u2="_headerTitleWrap_11372_37",Le={wrap:c2,divider:s2,section:i2,grow:d2,header:m2,headerTitleWrap:u2},Da=({colorScheme:e="light",title:a,titleHtmlTag:l="h2",titleEnhancerStart:o,subtitle:r,secondaryComponent:c,children:s})=>n.createElement(Q,{colorScheme:e},n.createElement(ie,{className:Le.wrap,shadowModifier:"light"},n.createElement("div",{className:Le.header},n.createElement("div",{className:Le.headerTitleWrap},o&&n.createElement("div",{className:"mr-4"},o),n.createElement(Pe,{htmlTag:l,fontVariant:z.H5},a)),r&&n.createElement("div",null,r)),n.createElement(se,{className:Le.divider}),n.createElement("div",{className:Le.section},c),n.createElement(se,{className:Le.divider}),n.createElement("div",{className:_(Le.section,Le.grow)},s))),f2=["xs","sm","md","lg","xl"],_2=["xsOffset","smOffset","mdOffset","lgOffset","xlOffset"],p2=[...f2,..._2],h2="_verticalGutter_1ddso_1",g2="_cell_1ddso_1",v2="_xs1_1ddso_12",w2="_xs2_1ddso_17",E2="_xs3_1ddso_22",x2="_xs4_1ddso_27",b2="_xs5_1ddso_32",k2="_xs6_1ddso_37",C2="_xs7_1ddso_42",y2="_xs8_1ddso_47",B2="_xs9_1ddso_52",z2="_xs10_1ddso_57",I2="_xs11_1ddso_62",M2="_xs12_1ddso_67",S2="_xsOffset0_1ddso_72",L2="_xsOffset1_1ddso_76",A2="_xsOffset2_1ddso_80",R2="_xsOffset3_1ddso_84",N2="_xsOffset4_1ddso_88",$2="_xsOffset5_1ddso_92",q2="_xsOffset6_1ddso_96",H2="_xsOffset7_1ddso_100",O2="_xsOffset8_1ddso_104",P2="_xsOffset9_1ddso_108",T2="_xsOffset10_1ddso_112",V2="_xsOffset11_1ddso_116",W2="_xsOffset12_1ddso_120",D2="_sm1_1ddso_125",F2="_sm2_1ddso_129",j2="_sm3_1ddso_133",U2="_sm4_1ddso_137",G2="_sm5_1ddso_141",K2="_sm6_1ddso_145",X2="_sm7_1ddso_149",Q2="_sm8_1ddso_153",Z2="_sm9_1ddso_157",Y2="_sm10_1ddso_161",J2="_sm11_1ddso_165",ec="_sm12_1ddso_169",tc="_smOffset0_1ddso_173",nc="_smOffset1_1ddso_176",ac="_smOffset2_1ddso_179",lc="_smOffset3_1ddso_182",oc="_smOffset4_1ddso_185",rc="_smOffset5_1ddso_188",cc="_smOffset6_1ddso_191",sc="_smOffset7_1ddso_194",ic="_smOffset8_1ddso_197",dc="_smOffset9_1ddso_200",mc="_smOffset10_1ddso_203",uc="_smOffset11_1ddso_206",fc="_smOffset12_1ddso_209",_c="_md1_1ddso_214",pc="_md2_1ddso_218",hc="_md3_1ddso_222",gc="_md4_1ddso_226",vc="_md5_1ddso_230",wc="_md6_1ddso_234",Ec="_md7_1ddso_238",xc="_md8_1ddso_242",bc="_md9_1ddso_246",kc="_md10_1ddso_250",Cc="_md11_1ddso_254",yc="_md12_1ddso_258",Bc="_mdOffset0_1ddso_262",zc="_mdOffset1_1ddso_265",Ic="_mdOffset2_1ddso_268",Mc="_mdOffset3_1ddso_271",Sc="_mdOffset4_1ddso_274",Lc="_mdOffset5_1ddso_277",Ac="_mdOffset6_1ddso_280",Rc="_mdOffset7_1ddso_283",Nc="_mdOffset8_1ddso_286",$c="_mdOffset9_1ddso_289",qc="_mdOffset10_1ddso_292",Hc="_mdOffset11_1ddso_295",Oc="_mdOffset12_1ddso_298",Pc="_lg1_1ddso_303",Tc="_lg2_1ddso_307",Vc="_lg3_1ddso_311",Wc="_lg4_1ddso_315",Dc="_lg5_1ddso_319",Fc="_lg6_1ddso_323",jc="_lg7_1ddso_327",Uc="_lg8_1ddso_331",Gc="_lg9_1ddso_335",Kc="_lg10_1ddso_339",Xc="_lg11_1ddso_343",Qc="_lg12_1ddso_347",Zc="_lgOffset0_1ddso_351",Yc="_lgOffset1_1ddso_354",Jc="_lgOffset2_1ddso_357",e3="_lgOffset3_1ddso_360",t3="_lgOffset4_1ddso_363",n3="_lgOffset5_1ddso_366",a3="_lgOffset6_1ddso_369",l3="_lgOffset7_1ddso_372",o3="_lgOffset8_1ddso_375",r3="_lgOffset9_1ddso_378",c3="_lgOffset10_1ddso_381",s3="_lgOffset11_1ddso_384",i3="_lgOffset12_1ddso_387",d3="_xl1_1ddso_392",m3="_xl2_1ddso_396",u3="_xl3_1ddso_400",f3="_xl4_1ddso_404",_3="_xl5_1ddso_408",p3="_xl6_1ddso_412",h3="_xl7_1ddso_416",g3="_xl8_1ddso_420",v3="_xl9_1ddso_424",w3="_xl10_1ddso_428",E3="_xl11_1ddso_432",x3="_xl12_1ddso_436",b3="_xlOffset0_1ddso_440",k3="_xlOffset1_1ddso_443",C3="_xlOffset2_1ddso_446",y3="_xlOffset3_1ddso_449",B3="_xlOffset4_1ddso_452",z3="_xlOffset5_1ddso_455",I3="_xlOffset6_1ddso_458",M3="_xlOffset7_1ddso_461",S3="_xlOffset8_1ddso_464",L3="_xlOffset9_1ddso_467",A3="_xlOffset10_1ddso_470",R3="_xlOffset11_1ddso_473",N3="_xlOffset12_1ddso_476",$3="_xxl1_1ddso_481",q3="_xxl2_1ddso_485",H3="_xxl3_1ddso_489",O3="_xxl4_1ddso_493",P3="_xxl5_1ddso_497",T3="_xxl6_1ddso_501",V3="_xxl7_1ddso_505",W3="_xxl8_1ddso_509",D3="_xxl9_1ddso_513",F3="_xxl10_1ddso_517",j3="_xxl11_1ddso_521",U3="_xxl12_1ddso_525",G3="_xxlOffset0_1ddso_529",K3="_xxlOffset1_1ddso_532",X3="_xxlOffset2_1ddso_535",Q3="_xxlOffset3_1ddso_538",Z3="_xxlOffset4_1ddso_541",Y3="_xxlOffset5_1ddso_544",J3="_xxlOffset6_1ddso_547",es="_xxlOffset7_1ddso_550",ts="_xxlOffset8_1ddso_553",ns="_xxlOffset9_1ddso_556",as="_xxlOffset10_1ddso_559",ls="_xxlOffset11_1ddso_562",os="_xxlOffset12_1ddso_565",Vt={verticalGutter:h2,cell:g2,xs1:v2,xs2:w2,xs3:E2,xs4:x2,xs5:b2,xs6:k2,xs7:C2,xs8:y2,xs9:B2,xs10:z2,xs11:I2,xs12:M2,xsOffset0:S2,xsOffset1:L2,xsOffset2:A2,xsOffset3:R2,xsOffset4:N2,xsOffset5:$2,xsOffset6:q2,xsOffset7:H2,xsOffset8:O2,xsOffset9:P2,xsOffset10:T2,xsOffset11:V2,xsOffset12:W2,sm1:D2,sm2:F2,sm3:j2,sm4:U2,sm5:G2,sm6:K2,sm7:X2,sm8:Q2,sm9:Z2,sm10:Y2,sm11:J2,sm12:ec,smOffset0:tc,smOffset1:nc,smOffset2:ac,smOffset3:lc,smOffset4:oc,smOffset5:rc,smOffset6:cc,smOffset7:sc,smOffset8:ic,smOffset9:dc,smOffset10:mc,smOffset11:uc,smOffset12:fc,md1:_c,md2:pc,md3:hc,md4:gc,md5:vc,md6:wc,md7:Ec,md8:xc,md9:bc,md10:kc,md11:Cc,md12:yc,mdOffset0:Bc,mdOffset1:zc,mdOffset2:Ic,mdOffset3:Mc,mdOffset4:Sc,mdOffset5:Lc,mdOffset6:Ac,mdOffset7:Rc,mdOffset8:Nc,mdOffset9:$c,mdOffset10:qc,mdOffset11:Hc,mdOffset12:Oc,lg1:Pc,lg2:Tc,lg3:Vc,lg4:Wc,lg5:Dc,lg6:Fc,lg7:jc,lg8:Uc,lg9:Gc,lg10:Kc,lg11:Xc,lg12:Qc,lgOffset0:Zc,lgOffset1:Yc,lgOffset2:Jc,lgOffset3:e3,lgOffset4:t3,lgOffset5:n3,lgOffset6:a3,lgOffset7:l3,lgOffset8:o3,lgOffset9:r3,lgOffset10:c3,lgOffset11:s3,lgOffset12:i3,xl1:d3,xl2:m3,xl3:u3,xl4:f3,xl5:_3,xl6:p3,xl7:h3,xl8:g3,xl9:v3,xl10:w3,xl11:E3,xl12:x3,xlOffset0:b3,xlOffset1:k3,xlOffset2:C3,xlOffset3:y3,xlOffset4:B3,xlOffset5:z3,xlOffset6:I3,xlOffset7:M3,xlOffset8:S3,xlOffset9:L3,xlOffset10:A3,xlOffset11:R3,xlOffset12:N3,xxl1:$3,xxl2:q3,xxl3:H3,xxl4:O3,xxl5:P3,xxl6:T3,xxl7:V3,xxl8:W3,xxl9:D3,xxl10:F3,xxl11:j3,xxl12:U3,xxlOffset0:G3,xxlOffset1:K3,xxlOffset2:X3,xxlOffset3:Q3,xxlOffset4:Z3,xxlOffset5:Y3,xxlOffset6:J3,xxlOffset7:es,xxlOffset8:ts,xxlOffset9:ns,xxlOffset10:as,xxlOffset11:ls,xxlOffset12:os},rs=e=>e in Vt,cs=e=>p2.reduce((a,l)=>{const o=`${l}${e[l]??""}`;return rs(o)&&a.push(Vt[o]),a},[]),p1=({className:e,children:a,hasVerticalGutter:l,...o})=>n.createElement("div",{className:_(Vt.cell,cs(o),{[Vt.verticalGutter]:l},e)},a),ss="_centerLayout_vjlw4_1",is="_relative_vjlw4_10",ds="_absolute_vjlw4_14",ms="_centerText_vjlw4_22",us="_fullWidth_vjlw4_26",Lt={centerLayout:ss,relative:is,absolute:ds,centerText:ms,fullWidth:us},k1=({centerText:e=!1,children:a,className:l,isFullWidth:o,position:r="relative",...c})=>n.createElement("div",{className:_(Lt.centerLayout,Lt[r],e&&Lt.centerText,{[Lt.fullWidth]:o},l),...c},a),C1={xs:0,sm:479,md:744,lg:1025,xl:2e3},Ct=["xs","sm","md","lg","xl"],y1=e=>typeof e=="string",fs=e=>typeof e=="object",Fa=e=>e===void 0?!0:y1(e)?!e.trim():Object.entries(e).every(([l,o])=>!o.trim()),_s=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()},ja=e=>typeof e=="string",r0=e=>typeof e=="object",Ua=e=>e===void 0?!0:ja(e)?!e.trim():Object.entries(e).every(([l,o])=>!o.trim()),ps=e=>{const a=[...Ct].reverse();for(const l of a){const o=e[l];if(o)return o}return null},hs=e=>{const a=ps(e);if(a){const l=[...Ct].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},gs=e=>{const a=hs(e);return Object.fromEntries(Object.entries(a).map(([o,r])=>[`--${o}-background-image`,`url("${r}")`]))};var vs=(function(e){return 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})({}),h1=(function(e){return 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})({});const ws=({background:e,backgroundImageSrc:a,backgroundBlendMode:l,overlayOpacity:o,overlay:r})=>n.useMemo(()=>{const c=e==="image"&&!Ua(a),s=c&&r0(a),i=c&&l!=="normal",d=e==="none",m=e==="white",u=e==="dark"||e==="image"&&!c,f=e==="light";let p={};if(c&&(ja(a)&&(p={...p,backgroundImage:`url("${a}")`}),r0(a))){const h=gs(a);p={...p,...h}}return i&&(p={...p,"--blend-mode":l,"--background-color-opacity":`${o}`,"--background-color-rgb":`${r==="light"?h1.White:h1.Black}`}),{isBackgroundNone:d,isBackgroundWhite:m,isBackgroundDark:u,isBackgroundLight:f,isBackgroundImage:c,isBackgroundImageBreakpointImageSet:s,isBackgroundImageBlend:i,backgroundStyleProps:p}},[e,a,l,o,r]),Es="_light_1wzu1_114",xs="_dark_1wzu1_120",bs="_fullSizeWindow_1wzu1_129",ks="_fixed_1wzu1_160",Cs="_absolute_1wzu1_164",ys="_paddingNone_1wzu1_168",Bs="_paddingSmall_1wzu1_172",zs="_backgroundNone_1wzu1_176",Is="_backgroundWhite_1wzu1_180",Ms="_backgroundDark_1wzu1_184",Ss="_backgroundLight_1wzu1_188",Ls="_backgroundImage_1wzu1_192",As="_backgroundImageBreakpointImageSet_1wzu1_199",Rs="_backgroundBlend_1wzu1_224",Ns="_row_1wzu1_230",$s="_rowReverse_1wzu1_234",qs="_column_1wzu1_238",Hs="_columnReverse_1wzu1_242",Os="_flexStart_1wzu1_246",Ps="_center_1wzu1_250",ce={light:Es,dark:xs,fullSizeWindow:bs,fixed:ks,absolute:Cs,paddingNone:ys,paddingSmall:Bs,backgroundNone:zs,backgroundWhite:Is,backgroundDark:Ms,backgroundLight:Ss,backgroundImage:Ls,backgroundImageBreakpointImageSet:As,backgroundBlend:Rs,row:Ns,rowReverse:$s,column:qs,columnReverse:Hs,flexStart:Os,center:Ps},Dt=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:f,...p},h)=>{const g=l==="small",E=l==="none",{isBackgroundNone:v,isBackgroundWhite:w,isBackgroundDark:x,isBackgroundLight:C,isBackgroundImage:M,isBackgroundImageBreakpointImageSet:b,isBackgroundImageBlend:y,backgroundStyleProps:L}=ws({background:o,backgroundImageSrc:s,backgroundBlendMode:i,overlayOpacity:d,overlay:m});return n.createElement("div",{style:{...f,...L},className:_(ce.fullSizeWindow,{[ce.paddingNone]:E,[ce.paddingSmall]:g,[ce.backgroundNone]:v,[ce.backgroundWhite]:w,[ce.backgroundDark]:x,[ce.backgroundLight]:C,[ce.backgroundImage]:M,[ce.backgroundImageBreakpointImageSet]:b,[ce.backgroundBlend]:M&&y},ce[r],ce[c],ce[u],a),ref:h,...p},e)});Dt.displayName="FullSizeWindow";const Ts="_wrapper_m0c6u_1",Vs="_roundedCorners_m0c6u_15",Ws="_small_m0c6u_19",Ds="_medium_m0c6u_23",Fs="_large_m0c6u_27",js="_full_m0c6u_32",Us="_mediumWidth_m0c6u_37",Gs="_fullWidth_m0c6u_41",Ks="_autoHeight_m0c6u_45",Xs="_flexStart_m0c6u_49",Qs="_center_m0c6u_53",Ye={wrapper:Ts,roundedCorners:Vs,small:Ws,medium:Ds,large:Fs,full:js,mediumWidth:Us,fullWidth:Gs,autoHeight:Ks,flexStart:Xs,center:Qs},Ga=({className:e,children:a,modifier:l,heightModifier:o,size:r="full",justifyContent:c="flexStart",borderRadius:s="none",...i})=>n.createElement("div",{className:_(Ye.wrapper,e,l&&Ye[l],Ye[r],o&&Ye[o],s==="box"&&Ye.roundedCorners,Ye[c]),...i},a),Ka=({children:e})=>n.createElement(Dt,{padding:"none",background:"dark"},n.createElement(Ga,{modifier:"fullWidth"},n.createElement(k1,null,e))),Zs="_overlay_174tg_4",Ys={overlay:Zs},Js=({children:e,...a})=>n.createElement(Dt,{padding:"none",background:"dark",className:Ys.overlay,...a},e),ei=e=>n.isValidElement(e)&&!!e.props.children,ti=e=>n.isValidElement(e)&&ei(e)&&n.Children.toArray(e.props.children).reduce((a,l)=>a||n.isValidElement(l),!1),Xa=(e,a)=>n.Children.toArray(e).map((l,o,r)=>n.isValidElement(l)&&ti(l)?a(n.cloneElement(l,{...l.props,children:Xa(l.props.children,a)})):a(l,o,r)),Qa=(e,a)=>typeof a>"u"?null:`${e}${a}`,ni=(e,a)=>{if(typeof a!="string")return a;const[l,o]=a.match(/^url\(#(.*)\)$/)??[null,null];if(o===null)return a;const r=Qa(e,o);return r===null?a:`url(#${r})`},ai=e=>n.isValidElement(e)&&typeof e.props=="object",Za=e=>{const a=n.useId();return Xa(e.children,l=>!l||typeof l=="string"||typeof l=="number"||!ai(l)?l:n.cloneElement(l,{...Object.entries(l.props).reduce((o,[r,c])=>(o[r]=ni(a,c??""),o),{}),id:Qa(a,l.props.id)}))},li="_dark_1zxj7_4",oi="_light_1zxj7_8",ri="_tertiary_1zxj7_12",ci="_small_1zxj7_16",si="_medium_1zxj7_21",c0={dark:li,light:oi,tertiary:ri,small:ci,medium:si},Bt=({size:e,source:a,className:l,colorScheme:o,ref:r,...c})=>{const s=_(o&&c0[o],e&&c0[e],l),i=a,d=typeof i=="function"?i({className:s,...c}):n.createElement(a,{className:s,...c});return n.createElement(Za,null,d)},ii=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})))),di="_wrapper_sm86s_24",mi="_label_sm86s_28",ui="_spinner_sm86s_40",fi="_spin_sm86s_40",_i="_compact_sm86s_49",pi="_small_sm86s_53",hi="_medium_sm86s_57",gi="_dark_sm86s_62",vi="_light_sm86s_66",wi="_subtle_sm86s_70",ut={wrapper:di,label:mi,spinner:ui,spin:fi,compact:_i,small:pi,medium:hi,dark:gi,light:vi,subtle:wi},Ei="Loading",B1=({className:e,label:a=Ei,sizeModifier:l="medium",colorScheme:o,...r})=>n.createElement("div",{role:"status",className:_(ut.wrapper,o&&ut[o],e),...r},n.createElement("span",{className:ut.label},a),n.createElement(Bt,{source:ii,className:_(ut.spinner,ut[l])})),xi=e=>n.createElement(Ka,null,n.createElement(B1,{colorScheme:"dark",...e})),bi="_grid_172qj_1",ki={grid:bi},Ya=({className:e,children:a,hasCellVerticalGutter:l,...o})=>n.createElement("div",{className:_(ki.grid,{hasCellVerticalGutter:l},e),...o},a),Ci="_top_9teu4_4",yi="_bottom_9teu4_5",Bi="_content_9teu4_24",s0={top:Ci,bottom:yi,content:Bi},zi=({children:e,position:a="top",className:l})=>n.createElement("div",{className:_(s0[a],l)},n.Children.count(e)>0?n.createElement("span",{className:s0.content},e):e),Ii="_el_10p7h_116",Mi={el:Ii},Si=e=>"href"in e&&!!e.href&&e.href!=="#",z1=n.forwardRef(({children:e,className:a,disabled:l,htmlTag:o="button",...r},c)=>n.createElement(l?"button":Si(r)?"a":o,{ref:c,className:_(Mi.el,a),disabled:l,...r},e));z1.displayName="InteractiveElementContent";const de=({...e})=>n.createElement(z1,e),Ft=n.forwardRef(({...e},a)=>n.createElement(z1,{...e,ref:a}));Ft.displayName="InteractiveElementContent";const Li="_dark_m8zy9_108",Ai="_light_m8zy9_125",Ri="_button_m8zy9_597",Ni="_disc_m8zy9_641",$i="_noBorderRadius_m8zy9_644",qi="_buttonContent_m8zy9_647",Hi="_buttonChildren_m8zy9_653",Oi="_disabled_m8zy9_658",Pi="_loading_m8zy9_662",Ti="_loadingIcon_m8zy9_667",Vi="_enhancerStart_m8zy9_674",Wi="_enhancerEnd_m8zy9_675",Di="_primary_m8zy9_679",Fi="_noHover_m8zy9_683",ji="_hasBackgroundTransparency_m8zy9_695",Ui="_textComponent_m8zy9_738",Gi="_secondary_m8zy9_758",Ki="_tertiary_m8zy9_837",Xi="_translucent_m8zy9_916",Qi="_text_m8zy9_738",Zi="_danger_m8zy9_1074",Yi="_dangerBordered_m8zy9_1153",Ji="_success_m8zy9_1232",e4="_neutral_m8zy9_1311",t4="_transparent_m8zy9_1390",n4="_transparentAlternative_m8zy9_1469",a4="_none_m8zy9_2417",l4="_square_m8zy9_2427",o4="_compact_m8zy9_2432",r4="_small_m8zy9_2447",c4="_medium_m8zy9_2462",s4="_large_m8zy9_2477",i4="_fullWidth_m8zy9_2569",d4="_fluid_m8zy9_2573",te={dark:Li,light:Ai,button:Ri,disc:Ni,noBorderRadius:$i,buttonContent:qi,buttonChildren:Hi,disabled:Oi,loading:Pi,loadingIcon:Ti,enhancerStart:Vi,enhancerEnd:Wi,primary:Di,noHover:Fi,hasBackgroundTransparency:ji,textComponent:Ui,secondary:Gi,tertiary:Ki,translucent:Xi,text:Qi,danger:Zi,dangerBordered:Yi,success:Ji,neutral:e4,transparent:t4,transparentAlternative:n4,none:a4,square:l4,compact:o4,small:r4,medium:c4,large:s4,fullWidth:i4,fluid:d4},I1=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:f=1,style:p,...h},g)=>{const E=f<1,v=E?{"--background-alpha":f}:void 0;return n.createElement($,null,({colorScheme:w})=>{const x=l??w;return n.createElement(Ft,{ref:g,style:p||v?{...p,...v}:void 0,className:_(x,te.button,te[x],te[u],te[m],s&&te[s],{[te.disabled]:c,[te.noBorderRadius]:i,[te.noHover]:d||c,[te.hasBackgroundTransparency]:E},a),"data-active":r&&!c,disabled:c,htmlTag:o,...h},e)})});I1.displayName="SimpleButtonContent";const m4=({...e})=>n.createElement(I1,e),M1=n.forwardRef(({...e},a)=>n.createElement(I1,{...e,ref:a}));M1.displayName="SimpleButtonContent";const B=({children:e,className:a,colorScheme:l,fontVariant:o=z.Body,htmlTag:r="span",isTruncated:c=!1,isUnderlined:s,isUppercase:i,isItalicized:d,whiteSpace:m,wordBreak:u,variant:f="standard",...p})=>n.createElement($,null,({colorScheme:h})=>n.createElement(r,{className:_(l??h,ae.text,ae[l??h],ae[f],ae[o],m&&ae[`${m}WhiteSpace`],u&&ae[`${u}WordBreak`],{[ae.truncated]:c,[ae.uppercase]:i,[ae.underline]:s,[ae.italicize]:d},a),...p},e)),Ja=({children:e,className:a,isLoading:l,sizeModifier:o="compact",colorScheme:r})=>l?n.createElement(n.Fragment,null,n.createElement("div",{className:_(a,"visibility-hidden")},e),n.createElement("div",{className:te.loadingIcon},n.createElement(B1,{sizeModifier:o,colorScheme:r}))):a?n.createElement("div",{className:a},e):e,el=({children:e,className:a,enhancerEnd:l,enhancerEndClassName:o,enhancerStart:r,enhancerStartClassName:c,noEnhancerPadding:s})=>n.createElement("div",{className:_(a,te.buttonContent)},r&&n.createElement("span",{className:_(te.enhancerStart,{"pe-0":s},c)},r),n.createElement("div",{className:te.buttonChildren},e),l&&n.createElement("span",{className:_(te.enhancerEnd,{"ps-0":s},o)},l)),tl=({children:e,className:a,fontVariant:l=z.BodyBold,variant:o="inherit",...r})=>n.createElement(B,{className:_(a,te.textComponent),fontVariant:l,variant:o,...r},e),S1=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:f,underlineText:p,useTextComponent:h,variant:g,...E},v)=>n.createElement(M1,{colorScheme:a,isDisabled:!!d||m,variant:g,ref:v,...E},n.createElement(Ja,{isLoading:m},n.createElement(el,{className:_({[te.textComponent]:!h&&g==="text"&&p}),enhancerEnd:l,enhancerEndClassName:o,enhancerStart:r,enhancerStartClassName:c,noEnhancerPadding:u},!i&&(h?n.createElement(tl,{colorScheme:a,fontVariant:s,variant:f},e):e)))));S1.displayName="ButtonContent";const j=({...e})=>n.createElement(S1,e),nl=n.forwardRef(({...e},a)=>n.createElement(S1,{...e,ref:a}));nl.displayName="RefButton";const u4=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"})),i0=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"})),f4=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"})),d0=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"})),_4=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"})),p4=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"})),h4=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"})),g4=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"})),v4=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"})),w4=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"})),E4=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"})))),m0=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"})))),x4=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"})),u0=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"})),b4=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"})),f0=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"})),k4=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"})),_0=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"})),C4=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"})),p0=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"})),y4=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"})),h0=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"})),B4=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"})),g0=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"})),z4=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"})),v0=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"})),I4=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"})),w0=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"})),M4=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"})),E0=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"})),S4=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"})),x0=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"})),L4=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"})),b0=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"})),A4=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"})),k0=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"})),R4=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"})),N4=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"})),$4=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"})),q4=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"})),H4=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"})),O4=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"})),P4=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"})))),T4=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"})))),V4=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"})))),W4=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"})))),D4=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"})))),F4=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"})))),j4=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"})))),C0=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"})))),U4=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"})),y0=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"})),G4=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"})),B0=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"})),K4=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"})))),z0=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"})),X4=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"})),I0=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"})),Q4=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"})),M0=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"})),Z4=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"})),S0=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"})),Y4=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"})),L0=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"})),J4=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"})),A0=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"})),e5=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"})),R0=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"})),t5=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"})),N0=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"})),n5=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"})),$0=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"})),a5=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"})),q0=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"})),l5=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"})),H0=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"})),o5=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"})),O0=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"})),r5=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"})),P0=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"})),c5=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"})),T0=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"})),s5=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"})),i5=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"})),W0=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"})),d5=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"})),D0=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"})),m5=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"})),F0=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"})),u5=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"})),f5=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"})),_5=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"})),Zt=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})),Yt=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"})))),Jt=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"})))),e1=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"})))),p5=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})),h5=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"})),g5=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"})),v5=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"})),w5=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"})),U0=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"})),E5=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"})),G0=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"})),x5=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"})),K0=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"})),b5=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"})),k5=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"})),C5=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"})),Z0=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"})),y5=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"})),Y0=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"})),B5=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"})),J0=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"})),z5=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"})),en=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"})),I5=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"})),tn=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"})),M5=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"})),nn=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"})),S5=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"})),an=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"})),L5=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"})),ln=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"})),A5=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"})),on=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"})),R5=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"})),N5=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"})),$5=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"})),q5=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"})))),H5=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"})),O5=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"})),P5=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"})),T5=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"})),V5=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"})),W5=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"})),rn=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"})),D5=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"})))),cn=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"})),F5=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"})),sn=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"})),j5=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"})),dn=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"})),U5=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"})),mn=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"})),G5=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"})),un=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"})),K5=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"})),fn=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"})),X5=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"})),_n=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"})),Q5=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"})),pn=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"})),Z5=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"})),hn=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"})),Y5=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"})),gn=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"})),J5=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"})),vn=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"})),e6=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconLanguage_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M8 15q-1.434 0-2.713-.551a7.1 7.1 0 0 1-2.23-1.505 7.1 7.1 0 0 1-1.506-2.232A6.8 6.8 0 0 1 1 8q0-1.452.551-2.721a7.1 7.1 0 0 1 1.505-2.223 7.1 7.1 0 0 1 2.231-1.505A6.8 6.8 0 0 1 8 1q1.452 0 2.721.551 1.269.552 2.223 1.505a7.1 7.1 0 0 1 1.505 2.223Q14.999 6.548 15 8q0 1.435-.551 2.713a7.1 7.1 0 0 1-1.505 2.23 7.1 7.1 0 0 1-2.223 1.506A6.8 6.8 0 0 1 8 15m0-1.435q.455-.63.787-1.312.333-.684.543-1.453H6.67q.21.77.543 1.452.332.683.787 1.313m-1.82-.28a10 10 0 0 1-.551-1.199 10 10 0 0 1-.394-1.286H3.17a5.8 5.8 0 0 0 1.269 1.522 5 5 0 0 0 1.741.963m3.64 0a5 5 0 0 0 1.741-.963q.761-.647 1.269-1.522h-2.065q-.157.665-.394 1.286a10 10 0 0 1-.551 1.199M2.575 9.4h2.38a9.246 9.246 0 0 1-.079-2.109q.027-.341.079-.691h-2.38A5.571 5.571 0 0 0 2.4 8a5.6 5.6 0 0 0 .175 1.4m3.78 0h3.29q.052-.35.079-.691a9 9 0 0 0 0-1.418 10 10 0 0 0-.079-.691h-3.29a9.246 9.246 0 0 0-.079 2.109q.027.341.079.691m4.69 0h2.38q.087-.35.131-.691.044-.342.044-.709a5.6 5.6 0 0 0-.175-1.4h-2.38A10 10 0 0 1 11.15 8a9 9 0 0 1-.105 1.4m-.28-4.2h2.065a5.8 5.8 0 0 0-1.269-1.522 5 5 0 0 0-1.741-.963q.315.578.551 1.199t.394 1.286m-4.095 0h2.66a8.3 8.3 0 0 0-.543-1.453A9 9 0 0 0 8 2.436q-.455.63-.787 1.313Q6.88 4.43 6.67 5.2m-3.5 0h2.065q.157-.665.394-1.286.236-.621.551-1.199-.98.314-1.741.963-.761.647-1.269 1.522"})),wn=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconLanguage_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.875-.788 10.1 10.1 0 0 1-3.187-2.15 10.1 10.1 0 0 1-2.15-3.187A9.7 9.7 0 0 1 2 12q0-2.075.788-3.887a10.2 10.2 0 0 1 2.15-3.175 10.1 10.1 0 0 1 3.187-2.15A9.7 9.7 0 0 1 12 2q2.076 0 3.887.788a10.2 10.2 0 0 1 3.175 2.15 10.2 10.2 0 0 1 2.15 3.175A9.65 9.65 0 0 1 22 12a9.7 9.7 0 0 1-.788 3.875 10.1 10.1 0 0 1-2.15 3.188 10.2 10.2 0 0 1-3.175 2.15A9.65 9.65 0 0 1 12 22m0-2.05q.65-.9 1.125-1.875T13.9 16h-3.8q.3 1.1.775 2.075T12 19.95m-2.6-.4q-.45-.824-.787-1.713A15 15 0 0 1 8.05 16H5.1a8.3 8.3 0 0 0 1.813 2.175A7.2 7.2 0 0 0 9.4 19.55m5.2 0a7.2 7.2 0 0 0 2.487-1.375A8.3 8.3 0 0 0 18.9 16h-2.95q-.225.95-.562 1.837a14 14 0 0 1-.788 1.713M4.25 14h3.4a13.208 13.208 0 0 1-.15-2 13 13 0 0 1 .15-2h-3.4A7.959 7.959 0 0 0 4 12a8 8 0 0 0 .25 2m5.4 0h4.7q.075-.5.113-.988.037-.487.037-1.012a13 13 0 0 0-.15-2h-4.7q-.075.5-.113.988Q9.5 11.475 9.5 12a13 13 0 0 0 .15 2m6.7 0h3.4a7.953 7.953 0 0 0 .25-2 8 8 0 0 0-.25-2h-3.4q.075.5.112.988.038.487.038 1.012a13 13 0 0 1-.15 2m-.4-6h2.95a8.3 8.3 0 0 0-1.812-2.175A7.2 7.2 0 0 0 14.6 4.45q.45.825.787 1.712.338.888.563 1.838M10.1 8h3.8q-.3-1.1-.775-2.075A12.7 12.7 0 0 0 12 4.05q-.65.9-1.125 1.875T10.1 8m-5 0h2.95q.224-.95.563-1.838.337-.887.787-1.712Q8 4.9 6.912 5.825A8.3 8.3 0 0 0 5.1 8"})),t6=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"})),En=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"})),n6=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"})),xn=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"})),a6=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"})),bn=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"})),l6=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"})),kn=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"})),o6=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"})),Cn=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"})),r6=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"})),yn=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"})),c6=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"})),Bn=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"})),s6=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"})),zn=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"})),i6=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"})),In=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"})),d6=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"})),Mn=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"})),m6=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"})),Sn=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"})),u6=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"})),Ln=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"})),f6=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"})),_6=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"})),p6=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"})),h6=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"})),g6=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"})),v6=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"})),w6=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"})),An=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"})),t1=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"})),E6=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"})),Rn=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"})),x6=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"})),Nn=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"})),b6=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"})),k6=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"})),C6=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"})),y6=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"})),B6=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"})),z6=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"})),I6=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"})),$n=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"})),M6=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"})),qn=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"})),n1=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"})),a1=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"})),S6=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"})),Hn=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"})),l1=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"})),o1=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"})),L6=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"})),On=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"})),A6=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"})),R6=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"})),N6=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"})),$6=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"})),Pn=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"})),q6=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"})),Tn=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"})),H6=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"})),Vn=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"})),O6=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"})),Wn=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"})),P6=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"})),Dn=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"})),T6=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"})),Fn=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"})),V6=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"})),jn=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"})),W6=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"})),D6=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"})),F6=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"})),j6=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"})),Un=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"})),U6=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"})),Gn=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"})),r1=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"})),G6=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"})),Kn=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"})),K6=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"})),Xn=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"})),X6=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"})),Qn=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"})),Q6=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"})),Zn=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"})),Z6=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"})),Yn=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"})),Y6=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"})),Jn=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"})),J6=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"})),ea=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"})),e7=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"})),ta=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"})),t7=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"})),na=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"})),n7=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"})),aa=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"})),a7=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"})))),la=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"})),l7=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"})))),oa=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"})),o7=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"})),ra=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"})),r7=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"})),ca=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"})),c7=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"})),sa=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"})),s7=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconSupportAgent_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("mask",{id:"IconSupportAgent_16__a",width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},t.createElement("path",{fill:"currentColor",d:"M0 0h16v16H0z"})),t.createElement("g",{mask:"url(#IconSupportAgent_16__a)"},t.createElement("path",{fill:"currentColor",d:"M7.333 14v-1.333h5.334V7.933q0-1.95-1.359-3.308T8 3.267 4.692 4.625 3.333 7.933V12h-.666q-.55 0-.942-.392a1.28 1.28 0 0 1-.392-.941V9.333q0-.35.175-.658T2 8.183l.05-.883a5.8 5.8 0 0 1 .658-2.1 6.3 6.3 0 0 1 1.317-1.683A5.9 5.9 0 0 1 5.842 2.4 5.9 5.9 0 0 1 8 2q1.133 0 2.15.4a5.985 5.985 0 0 1 3.133 2.783 6.1 6.1 0 0 1 .667 2.1l.05.867q.317.15.492.45t.175.633v1.534q0 .333-.175.633-.176.3-.492.45v.817q0 .55-.392.941a1.28 1.28 0 0 1-.941.392z"}))),ia=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconSupportAgent_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("mask",{id:"IconSupportAgent_24__a",width:24,height:24,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},t.createElement("path",{fill:"currentColor",d:"M0 0h24v24H0z"})),t.createElement("g",{mask:"url(#IconSupportAgent_24__a)"},t.createElement("path",{fill:"currentColor",d:"M11 21v-2h8v-7.1q0-2.925-2.038-4.962T12 4.9 7.038 6.937 5 11.9V18H4q-.824 0-1.412-.587A1.93 1.93 0 0 1 2 16v-2q0-.525.263-.988.262-.462.737-.737l.075-1.325a8.7 8.7 0 0 1 .987-3.15 9.5 9.5 0 0 1 1.975-2.525A8.8 8.8 0 0 1 8.763 3.6Q10.3 3 12 3t3.225.6 2.725 1.663a9 9 0 0 1 1.975 2.512q.775 1.45 1 3.15l.075 1.3q.475.225.738.675.262.45.262.95v2.3q0 .5-.262.95t-.738.675V19q0 .824-.587 1.413A1.93 1.93 0 0 1 19 21z"}))),i7=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"})),da=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"})),c1=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"})),s1=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"})),d7=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"})),ma=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"})),m7=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"})),ua=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"})),u7=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconTranslation_16",viewBox:"0 0 16 16","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M6.25 1c.449 0 .818.338.87.772l.005.103v.875H8a.875.875 0 0 1 .102 1.744L8 4.5l-.906.001c-.128 1.76-.635 3.36-1.411 4.584l-.051.078c.7.287 1.549.488 2.491.56l1.702-3.828c.277-.622 1.097-.686 1.485-.192l.063.093.05.099 3.5 7.875a.874.874 0 0 1-1.55.801l-.048-.09-.547-1.231H8.471l-.547 1.23a.875.875 0 0 1-1.059.48l-.095-.036a.875.875 0 0 1-.48-1.059l.035-.095 1.051-2.366c-1.098-.144-2.105-.444-2.95-.869-.745.614-1.61.965-2.551.965a.875.875 0 0 1-.103-1.744l.103-.006a2.1 2.1 0 0 0 1.034-.29c-.656-.663-1.035-1.458-1.034-2.337a.875.875 0 0 1 1.744-.099l.006.102c0 .378.188.755.527 1.103.618-.934 1.06-2.236 1.186-3.728L1.875 4.5a.875.875 0 0 1-.103-1.744l.103-.006h3.5v-.875c0-.483.392-.875.875-.875m2.999 10.5h2.752l-1.376-3.097z"})),fa=e=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none","data-token-name":"IconTranslation_24",viewBox:"0 0 24 24","aria-hidden":"true",...e},t.createElement("path",{fill:"currentColor",d:"M9.5 2c.64 0 1.169.483 1.241 1.104l.009.146V4.5H12a1.25 1.25 0 0 1 .146 2.491L12 7l-1.295.001c-.182 2.514-.906 4.8-2.016 6.55l-.073.11c1 .41 2.214.697 3.56.8l2.431-5.469c.395-.888 1.567-.979 2.122-.273l.09.133.074.14 5 11.25a1.25 1.25 0 0 1-2.218 1.145l-.068-.13-.78-1.757h-6.154l-.78 1.757c-.26.585-.917.873-1.514.686l-.137-.051a1.25 1.25 0 0 1-.685-1.513l.051-.137 1.501-3.378c-1.568-.206-3.008-.635-4.213-1.242C5.83 16.5 4.594 17 3.25 17a1.25 1.25 0 0 1-.146-2.492l.146-.008c.506 0 1.004-.145 1.478-.413-.938-.95-1.48-2.084-1.478-3.339a1.25 1.25 0 0 1 2.492-.142l.008.146c0 .54.268 1.08.753 1.575.882-1.334 1.514-3.194 1.694-5.326L3.25 7a1.25 1.25 0 0 1-.146-2.491L3.25 4.5h5V3.25C8.25 2.56 8.81 2 9.5 2m4.284 15h3.933l-1.966-4.424z"})),f7=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"})),_a=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"})),_7=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"})),pa=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"})),p7=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"})),h7=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"})),g7=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"})),v7=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"})),w7=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"})),E7=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"})),x7=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"})),ha=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"})),b7=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"})),ga=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"})),k7=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"})),va=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"})),C7=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"})),wa=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:u4,size24:i0,size32:i0},IconAddSomeone:{size16:f4,size24:d0,size32:d0},IconAdjust:{size16:_4,size24:p4,size32:h4},IconAdmit:{size16:g4,size24:v4,size32:w4},IconAiAssistant:{size16:E4,size24:m0,size32:m0},IconAlert:{size16:x4,size24:u0,size32:u0},IconAnalyticsChart:{size16:b4,size24:f0,size32:f0},IconAnalyticsProgress:{size16:k4,size24:_0,size32:_0},IconAndroidLogo:{size16:C4,size24:p0,size32:p0},IconAppleLogo:{size16:y4,size24:h0,size32:h0},IconArrowCornerDown:{size16:B4,size24:g0,size32:g0},IconArrowDown:{size16:z4,size24:v0,size32:v0},IconArrowLeft:{size16:I4,size24:w0,size32:w0},IconArrowLeftRegular:{size16:M4,size24:E0,size32:E0},IconArrowRight:{size16:S4,size24:x0,size32:x0},IconArrowUp:{size16:L4,size24:b0,size32:b0},IconAudioTransmission:{size16:A4,size24:k0,size32:k0},IconAuthenticated:{size16:R4,size24:N4,size32:$4},IconBackgroundBlur:{size16:q4,size24:H4,size32:O4},IconBackgroundBlurLight:{size16:P4,size24:T4,size32:V4},IconBackgroundBlurStrong:{size16:W4,size24:D4,size32:F4},IconBackgroundReplace:{size16:j4,size24:C0,size32:C0},IconBackspace:{size16:U4,size24:y0,size32:y0},IconBackToTop:{size16:G4,size24:B0,size32:B0},IconBandwidth:{size16:K4,size24:z0,size32:z0},IconBell:{size16:X4,size24:I0,size32:I0},IconBilling:{size16:Q4,size24:M0,size32:M0},IconBlock:{size16:Z4,size24:S0,size32:S0},IconBluetooth:{size16:Y4,size24:L0,size32:L0},IconBreakoutRooms:{size16:J4,size24:A0,size32:A0},IconBulletPoint:{size16:e5,size24:R0,size32:R0},IconCalendar:{size16:t5,size24:N0,size32:N0},IconChat:{size16:n5,size24:$0,size32:$0},IconCheckmark:{size16:a5,size24:q0,size32:q0},IconCheckmarkRound:{size16:l5,size24:H0,size32:H0},IconChevronDown:{size16:o5,size24:O0,size32:O0},IconChevronLeft:{size16:r5,size24:P0,size32:P0},IconChevronRight:{size16:c5,size24:T0,size32:T0},IconChevronUp:{size16:s5,size24:V0,size32:V0},IconChromeLogo:{size16:i5,size24:W0,size32:W0},IconClock:{size16:d5,size24:D0,size32:D0},IconClose:{size16:m5,size24:F0,size32:F0},IconColumns:{size16:u5,size24:f5,size32:_5},IconConnectionIndicatorHigh:{size16:Zt,size24:Zt,size32:Zt},IconConnectionIndicatorLow:{size16:Yt,size24:Yt,size32:Yt},IconConnectionIndicatorMedium:{size16:Jt,size24:Jt,size32:Jt},IconConnectionIndicatorVeryLow:{size16:e1,size24:e1,size32:e1},IconCopy:{size16:p5,size24:j0,size32:j0},IconDeny:{size16:h5,size24:g5,size32:v5},IconDoubleChevronDown:{size16:w5,size24:U0,size32:U0},IconDoubleChevronLeft:{size16:E5,size24:G0,size32:G0},IconDoubleChevronRight:{size16:x5,size24:K0,size32:K0},IconDoubleChevronUp:{size16:b5,size24:X0,size32:X0},IconDraggable:{size16:k5,size24:Q0,size32:Q0},IconDtmf:{size16:C5,size24:Z0,size32:Z0},IconDualScreen:{size16:y5,size24:Y0,size32:Y0},IconEdit:{size16:B5,size24:J0,size32:J0},IconEmoji:{size16:z5,size24:en,size32:en},IconEnableshare:{size16:I5,size24:tn,size32:tn},IconExpand:{size16:M5,size24:nn,size32:nn},IconExport:{size16:S5,size24:an,size32:an},IconFecc:{size16:L5,size24:ln,size32:ln},IconFirefoxLogo:{size16:A5,size24:on,size32:on},IconFlipCamera:{size16:R5,size24:N5,size32:$5},IconFullscreenOff:{size16:q5,size24:H5,size32:O5},IconFullscreenOn:{size16:P5,size24:T5,size32:V5},IconGeneric2:{size16:W5,size24:rn,size32:rn},IconGroup:{size16:D5,size24:cn,size32:cn},IconGuest:{size16:F5,size24:sn,size32:sn},IconHeadset:{size16:j5,size24:dn,size32:dn},IconHelpRound:{size16:U5,size24:mn,size32:mn},IconHome:{size16:G5,size24:un,size32:un},IconHospital:{size16:K5,size24:fn,size32:fn},IconHost:{size16:X5,size24:_n,size32:_n},IconIconSort:{size16:Q5,size24:pn,size32:pn},IconImport:{size16:Z5,size24:hn,size32:hn},IconInfoRound:{size16:Y5,size24:gn,size32:gn},IconKey:{size16:J5,size24:vn,size32:vn},IconLanguage:{size16:e6,size24:wn,size32:wn},IconLeave:{size16:t6,size24:En,size32:En},IconLink:{size16:n6,size24:xn,size32:xn},IconLiveCaption:{size16:a6,size24:bn,size32:bn},IconLiveStream:{size16:l6,size24:kn,size32:kn},IconLiveStreamCloud:{size16:o6,size24:Cn,size32:Cn},IconLocation:{size16:r6,size24:yn,size32:yn},IconLock:{size16:c6,size24:Bn,size32:Bn},IconLowerhand:{size16:s6,size24:zn,size32:zn},IconMail:{size16:i6,size24:In,size32:In},IconMeetingRoom:{size16:d6,size24:Mn,size32:Mn},IconMeetings:{size16:m6,size24:Sn,size32:Sn},IconMicrophoneMutedByHost:{size16:u6,size24:Ln,size32:Ln},IconMicrophoneOff:{size16:f6,size24:_6,size32:p6},IconMicrophoneOn:{size16:h6,size24:g6,size32:v6},IconMinus:{size16:w6,size24:An,size32:An},IconMoreHorizontal:{size16:t1,size24:t1,size32:t1},IconMoreVertical:{size16:E6,size24:Rn,size32:Rn},IconMove:{size16:x6,size24:Nn,size32:Nn},IconNotauthenticated:{size16:b6,size24:k6,size32:C6},IconNotAuthenticated:{size16:y6,size24:B6,size32:z6},IconOpenInNew:{size16:I6,size24:$n,size32:$n},IconParticipant:{size16:M6,size24:qn,size32:qn},IconPasswordHide:{size16:n1,size24:n1,size32:n1},IconPasswordShow:{size16:a1,size24:a1,size32:a1},IconPause:{size16:S6,size24:Hn,size32:Hn},IconPexip:{size16:l1,size24:l1,size32:l1},IconPexipLogo:{size16:o1,size24:o1,size32:o1},IconPhone:{size16:L6,size24:On,size32:On},IconPhoneHorisontal:{size16:A6,size24:R6,size32:N6},IconPhoneTalk:{size16:$6,size24:Pn,size32:Pn},IconPin:{size16:q6,size24:Tn,size32:Tn},IconPlay:{size16:H6,size24:Vn,size32:Vn},IconPlayRound:{size16:O6,size24:Wn,size32:Wn},IconPlus:{size16:P6,size24:Dn,size32:Dn},IconPresentationOff:{size16:T6,size24:Fn,size32:Fn},IconPresentationOn:{size16:V6,size24:jn,size32:jn},IconRaiseHand:{size16:W6,size24:D6,size32:F6},IconRecording:{size16:j6,size24:Un,size32:Un},IconRefresh:{size16:U6,size24:Gn,size32:Gn},IconRemoteControl:{size16:r1,size24:r1,size32:r1},IconSearch:{size16:G6,size24:Kn,size32:Kn},IconSend:{size16:K6,size24:Xn,size32:Xn},IconSettings:{size16:X6,size24:Qn,size32:Qn},IconSettingsMeeting:{size16:Q6,size24:Zn,size32:Zn},IconShare:{size16:Z6,size24:Yn,size32:Yn},IconShield:{size16:Y6,size24:Jn,size32:Jn},IconShuffle:{size16:J6,size24:ea,size32:ea},IconSort:{size16:e7,size24:ta,size32:ta},IconSpeakerDisabled:{size16:t7,size24:na,size32:na},IconSpeakerOff:{size16:n7,size24:aa,size32:aa},IconSpeakerOn:{size16:a7,size24:la,size32:la},IconSpotlight:{size16:l7,size24:oa,size32:oa},IconStar:{size16:o7,size24:ra,size32:ra},IconStopRound:{size16:r7,size24:ca,size32:ca},IconSupport:{size16:c7,size24:sa,size32:sa},IconSupportAgent:{size16:s7,size24:ia,size32:ia},IconTestScriptIcon:{size16:i7,size24:da,size32:da},IconThumbsDown:{size16:c1,size24:c1,size32:c1},IconThumbsUp:{size16:s1,size24:s1,size32:s1},IconTimer:{size16:d7,size24:ma,size32:ma},IconTranscript:{size16:m7,size24:ua,size32:ua},IconTranslation:{size16:u7,size24:fa,size32:fa},IconTrash:{size16:f7,size24:_a,size32:_a},IconUnlock:{size16:_7,size24:pa,size32:pa},IconVideoOff:{size16:p7,size24:h7,size32:g7},IconVideoOn:{size16:v7,size24:w7,size32:E7},IconVideoSystems:{size16:x7,size24:ha,size32:ha},IconWaiting:{size16:b7,size24:ga,size32:ga},IconWarning:{size16:k7,size24:va,size32:va},IconWarningRound:{size16:C7,size24:wa,size32:wa}},y7="_dark_1tbu9_4",B7="_light_1tbu9_8",z7="_mini_1tbu9_12",I7="_compact_1tbu9_17",M7="_small_1tbu9_22",S7="_medium_1tbu9_27",Ea={dark:y7,light:B7,mini:z7,compact:I7,small:M7,medium:S7},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=_(o&&Ea[o],Ea[l],a),d=s,m=typeof d=="function"?d({className:i,...c}):n.createElement(s,{className:i,...c});return n.createElement(Za,null,m)},g1=Wt.createSignal({name:"announcer:announce"}),L7="_announcer_flsxf_1",A7={announcer:L7},R7=({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 f=window.setTimeout(()=>{u(p=>p.filter(h=>h!==m)),clearTimeout(f),s.current=s.current.filter(p=>p!==f)},m.timeout);s.current.push(f)},[]),d=n.useCallback(m=>{m.politeness==="assertive"?i(m,o):m.politeness==="polite"&&i(m,c)},[i]);return n.useEffect(()=>(g1.add(d),()=>{g1.remove(d);for(const m of s.current)clearTimeout(m);s.current=[]}),[d]),n.createElement("div",{...a,className:A7.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))))},L1=(e,a="polite",l=5e3)=>{g1.emit({message:e,politeness:a,timeout:l})},N7="_callToAction_1i5px_4",$7="_small_1i5px_17",q7="_enhancerStart_1i5px_28",H7="_focus_1i5px_32",O7="_text_1i5px_52",P7="_fullWidth_1i5px_58",Je={callToAction:N7,small:$7,enhancerStart:q7,focus:H7,text:O7,fullWidth:P7},T7=({className:e,enhancerStart:a,isSmall:l,modifier:o,subTitle:r="",title:c="",titleHtmlTag:s,...i})=>n.createElement(de,{className:_(Je.callToAction,Je.focus,o&&Je[o],{[Je.small]:l},e),...i},a&&n.createElement("span",{className:Je.enhancerStart},a),n.createElement("span",{className:Je.text},s?n.createElement(Pe,{htmlTag:s,fontVariant:z.H5},c):n.createElement(B,{fontVariant:z.H5},c),r&&!l&&n.createElement(B,{fontVariant:z.Body,variant:"subtle"},r)));var R=(function(e){return 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.CheckboxCheckContainer="checkbox-check-container",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})({});const V7="_checkbox_1mrzn_142",W7="_spaced_1mrzn_147",D7="_start_1mrzn_152",F7="_checkmark_1mrzn_152",j7="_label_1mrzn_155",U7="_end_1mrzn_159",G7="_disabled_1mrzn_163",K7="_input_1mrzn_167",X7="_hidden_1mrzn_187",Q7="_dark_1mrzn_138",Z7="_checked_1mrzn_203",Y7="_light_1mrzn_134",we={checkbox:V7,spaced:W7,start:D7,checkmark:F7,label:j7,end:U7,disabled:G7,input:K7,hidden:X7,dark:Q7,checked:Z7,light:Y7},al=n.forwardRef(function({checked:a,className:l,colorScheme:o,isDisabled:r,label:c,labelComponent:s=B,labelModifier:i="default",labelPosition:d="end",name:m,...u},f){const p=i==="hidden",h=bo("indeterminate",{...u}),g=`${m}-label`;return n.createElement($,null,({colorScheme:E})=>n.createElement("label",{id:g,className:_(o??E,we.checkbox,we[o??E],we[d],{[we.disabled]:r,[we.spaced]:i==="spaced"},l),title:p?c:void 0},n.createElement("input",{ref:f,className:we.input,type:"checkbox",name:m,checked:a,disabled:r,"aria-labelledby":g,...h}),n.createElement("span",{"data-testid":R.CheckboxCheckContainer,className:_(we.checkmark,{[we.checked]:a})},a&&n.createElement(W,{"data-testid":R.CheckboxCheck,source:P.IconCheckmark})),n.createElement(s,{variant:r?"disabled":"standard",className:_(we.label,{[we.hidden]:p})},c)))}),J7="_headerWrapper_1d8w3_4",ed="_relative_1d8w3_8",td="_absolute_1d8w3_12",nd="_headerInnerWrapper_1d8w3_16",ad="_small_1d8w3_25",ld="_medium_1d8w3_28",od="_large_1d8w3_31",rd="_start_1d8w3_35",cd="_center_1d8w3_36",sd="_end_1d8w3_37",Ve={headerWrapper:J7,relative:ed,absolute:td,headerInnerWrapper:nd,small:ad,medium:ld,large:od,start:rd,center:cd,end:sd},id=({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:_(Ve.headerWrapper,Ve[s],d&&Ve[d],i),"data-testid":R.HeaderCore,...m},n.createElement("div",{className:Ve.headerInnerWrapper,"data-testid":R.HeaderCoreEnhancers},r?n.createElement(n.Fragment,null,n.createElement("div",{className:_(Ve.start,e)},a),l&&n.createElement("div",{className:Ve.center},l),n.createElement("div",{className:Ve.end},o)):n.createElement(n.Fragment,null,a,l,o)),c&&n.createElement(se,{"data-testid":R.HeaderCoreDivider})),dd="_dragAndDropWrapper_14crg_19",md="_dark_14crg_27",ud="_disabled_14crg_35",fd="_light_14crg_40",_d="_error_14crg_53",ft={dragAndDropWrapper:dd,dark:md,disabled:ud,light:fd,error:_d},ll=({className:e,isDisabled:a,children:l,colorScheme:o,hasError:r,onDrop:c,onDragOver:s,...i})=>{const d=f=>{f.preventDefault(),!a&&c?.(f,f.dataTransfer.files&&Array.from(f.dataTransfer.files),f.dataTransfer.items&&Array.from(f.dataTransfer.items))},m=f=>{f.preventDefault(),!a&&s?.(f)},u=r?ft.error:o==="dark"?ft.dark:ft.light;return n.createElement(Q,{colorScheme:o},n.createElement(ie,{className:_(ft.dragAndDropWrapper,u,a&&ft.disabled,e),onDrop:d,onDragOver:m,isWithShadow:!1,...i},l))},pd="_fileUploadLabel_ut8vl_14",hd="_fileUploadInput_ut8vl_18",gd="_noFocus_ut8vl_24",i1={fileUploadLabel:pd,fileUploadInput:hd,noFocus:gd},A1=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},f)=>{const p=n.useId(),h=r??p;return n.createElement(n.Fragment,null,n.createElement("input",{className:_(i1.fileUploadInput,{[i1.noFocus]:m}),onChange:g=>{i(g),g.target.value=""},type:"file",accept:e,multiple:s,ref:f,id:h,disabled:c,tabIndex:m?-1:0}),n.createElement("label",{...u,className:_(i1.fileUploadLabel,o),htmlFor:h,"aria-label":a,"data-testid":d},l))});A1.displayName="FileUpload";const vd="_heading_16odr_4",wd="_small_16odr_4",Ed="_medium_16odr_7",xd="_subtitle_16odr_11",bd="_dark_16odr_16",kd="_light_16odr_20",At={heading:vd,small:wd,medium:Ed,subtitle:xd,dark:bd,light:kd},Cd=({className:e,padding:a="medium",subtitle:l,title:o,titleFontVariant:r=z.H3,titleHtmlTag:c,colorScheme:s,...i})=>n.createElement($,null,({colorScheme:d})=>{const m=s??d;return n.createElement("div",{className:_(At.heading,At[m],At[a],e),...i},n.createElement(Q,{colorScheme:m},n.createElement("div",null,c?n.createElement(Pe,{htmlTag:c,fontVariant:r},o):n.createElement(B,{fontVariant:r},o)),l&&n.createElement(B,{className:At.subtitle,fontVariant:z.Body,variant:"tinted"},l)))}),yd="_lineHeading_1shha_4",Bd="_heading_1shha_20",xa={lineHeading:yd,heading:Bd},zd=({children:e})=>n.createElement("div",{className:xa.lineHeading},n.createElement("div",{className:xa.heading},e)),Id="_label_1kp2n_105",Md="_standard_1kp2n_108",Sd="_inline_1kp2n_122",Ld="_hidden_1kp2n_136",Rt={label:Id,standard:Md,inline:Sd,hidden:Ld},ke=({className:e,colorScheme:a,form:l,fontVariant:o=z.BodyBold,id:r,isLabelHidden:c,isLabelInline:s,isUppercase:i,text:d,variant:m="inherit",...u})=>n.createElement("label",{className:_(Rt.label,{[Rt.hidden]:c,[Rt.inline]:s,[Rt.standard]:!s},e),htmlFor:r,form:l,...u},n.createElement($,null,({colorScheme:f})=>n.createElement(B,{isUppercase:i,colorScheme:a??f,fontVariant:o,variant:m},d))),Ad="_light_1lhx4_211",Rd="_dark_1lhx4_217",Nd="_container_1lhx4_223",$d="_small_1lhx4_245",qd="_medium_1lhx4_253",Hd="_disabled_1lhx4_261",Od="_clearButton_1lhx4_265",Pd="_error_1lhx4_270",Td="_errorText_1lhx4_276",Vd="_enhancerStart_1lhx4_280",Wd="_enhancerEnd_1lhx4_281",Dd="_inputElement_1lhx4_286",Fd="_dateSelectButton_1lhx4_336",jd="_standard_1lhx4_341",Ud="_label_1lhx4_419",Gd="_transparent_1lhx4_432",ee={light:Ad,dark:Rd,container:Nd,small:$d,medium:qd,disabled:Hd,clearButton:Od,error:Pd,errorText:Td,enhancerStart:Vd,enhancerEnd:Wd,inputElement:Dd,dateSelectButton:Fd,standard:jd,label:Ud,transparent:Gd},st=n.forwardRef(({containerRef:e,className:a,clearButtonText:l="Clear",clearButtonVariant:o,colorScheme:r,enhancerEnd:c,enhancerStart:s,errorText:i,hasError:d,id:m,isDisabled:u,label:f,labelModifier:p,name:h,onChange:g,onClear:E,onValueChange:v,showClearButton:w=!1,sizeModifier:x="medium",testId:C,type:M="text",value:b,variant:y="standard",...L},I)=>{const A=n.useId(),S=m??A,N=p==="hidden",k=p==="inline",H=k||N,V=n.useRef(null),oe=()=>{const Y=V.current;E?E(Y?.value??""):v?.(""),Y&&Y.focus()},ne=n.useCallback(Y=>{v&&v(Y.currentTarget.value),g&&g(Y)},[g,v]),G={text:f,id:S};n.useImperativeHandle(I,()=>({focus:Y=>{V.current&&V.current.focus(Y)},value:V.current?.value??""}));const{colorScheme:T,theme:Z}=n.useContext(rt);return n.createElement("div",{className:_(r??T,ee[y],ee[r??T],{[ee.disabled]:u,[ee.error]:d&&!u},a)},!H&&n.createElement(ke,{className:ee.label,"data-testid":C?`${C}-label`:void 0,htmlFor:S,...G}),n.createElement("div",{className:_(ee.container,{[ee.small]:x==="small",[ee.medium]:x==="medium"}),ref:e},H&&n.createElement(ke,{isLabelHidden:N,isLabelInline:k,"data-testid":C?`${C}-label`:void 0,htmlFor:S,...G}),s&&n.createElement("div",{className:_(ee.enhancerStart,"mr-2")},s),n.createElement("input",{className:_(ee.inputElement,{[ee.small]:x==="small",[ee.medium]:x==="medium"}),"data-testid":C,disabled:u,id:S,name:h,onChange:ne,ref:V,type:M,value:b,...L}),M==="date"&&n.createElement(W,{source:P.IconCalendar,className:ee.dateSelectButton}),c&&n.createElement("div",{className:ee.enhancerEnd},c),w&&!u&&n.createElement(j,{type:"button",size:"compact",className:ee.clearButton,onClick:oe,"aria-label":"Clear input","data-testid":R.InputClearButton,variant:o??(Z==="theme-legacy"?"transparent":"translucent"),colorScheme:r??T},l)),d&&i&&n.createElement(B,{className:_("mt-2",ee.errorText),variant:"danger",role:"alert"},i))});st.displayName="Input";const Kd=e=>{const[a,l]=n.useState(e.value??"");return[a,{...e,onChange:o=>l(o.currentTarget.value),value:a}]},Xd=e=>n.useMemo(()=>{const a=y1(e),l=fs(e);let o="",r="";return Fa(e)||(a&&(o=e),l&&(r=_s(e))),{logoSrcString:o,logoSrcSet:r,isLogoSrcSet:l,isLogoSrcString:a}},[e]),Qd="_logo_1y8qg_4",Zd={logo:Qd},Yd=({imageSrc:e,alt:a,className:l,...o})=>{const{logoSrcString:r,logoSrcSet:c,isLogoSrcSet:s}=Xd(e);return!r&&!c?null:n.createElement("img",{srcSet:s?c:r,className:_(l,Zd.logo),...o,alt:a})},Jd=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)"})),e8="_logo_1glki_4",t8="_absoluteCenter_1glki_9",n8="_dark_1glki_15",a8="_light_1glki_19",l8="_tertiary_1glki_23",o8="_large_1glki_27",r8="_medium_1glki_31",c8="_small_1glki_35",s8="_full_1glki_39",Nt={logo:e8,absoluteCenter:t8,dark:n8,light:a8,tertiary:l8,large:o8,medium:r8,small:c8,full:s8},i8=({colorScheme:e,size:a,position:l,className:o,...r})=>{const c=l==="absoluteCenter";return n.createElement(Bt,{source:Jd,className:_(Nt.logo,e&&Nt[e],a&&Nt[a],o,{[Nt.absoluteCenter]:c}),...r})},d8="_closeButton_13k8s_13",m8="_icon_13k8s_22",ba={closeButton:d8,icon:m8},it=({className:e,onClose:a,...l})=>n.createElement(j,{className:_(ba.closeButton,e),onClick:a,size:"none",variant:"translucent",noHover:!0,...l},n.createElement(W,{className:ba.icon,size:"compact",source:P.IconClose})),ol=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"})),rl=({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)}}},u8="_tooltipContainer_652yk_4",f8="_tooltip_652yk_4",_8="_fade_652yk_1",p8="_tooltipArrow_652yk_20",h8="_tooltipArrowIcon_652yk_45",g8="_tooltipControl_652yk_53",v8="_tooltipNotification_652yk_59",w8="_headerWrapper_652yk_69",E8="_cta_652yk_76",x8="_closeButton_652yk_81",b8="_fullWidth_652yk_87",J={tooltipContainer:u8,tooltip:f8,fade:_8,tooltipArrow:p8,tooltipArrowIcon:h8,tooltipControl:g8,tooltipNotification:v8,headerWrapper:w8,cta:E8,closeButton:x8,fullWidth:b8},ka={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"},k8=e=>({bottomStart:"bottomEnd",bottomEnd:"bottomStart",topStart:"topEnd",topEnd:"topStart"})[e]||e,C8=(e,a)=>a?ka[k8(e)]||"top":ka[e]||"top",y8=9,B8=20,z8=12,cl=4,Ca=8,R1=({isOpen:e,closeDelay:a,defaultOpen:l,delay:o,crossOffset:r,offset:c=y8+cl,position:s})=>{const i=_o.useTooltipTriggerState({closeDelay:a,defaultOpen:l,delay:o,isOpen:e}),d=n.useRef(null),m=n.useRef(null),{triggerProps:u,tooltipProps:f}=po.useTooltipTrigger({},i,d),p=document?.documentElement?.getAttribute("dir")==="rtl",{overlayProps:h,arrowProps:g,placement:E}=He.useOverlayPosition({arrowBoundaryOffset:z8,arrowSize:B8,containerPadding:Ca,crossOffset:r,isOpen:i.isOpen,offset:c,overlayRef:m,placement:C8(s,p),shouldFlip:!0,targetRef:d}),v=n.useCallback(w=>i.isOpen?n.createElement(He.Overlay,null,n.createElement("div",{...f,...h,style:{...h.style,maxWidth:`calc(100% - ${Ca*2}px)`},ref:m,role:"tooltip","data-react-aria-top-layer":"true"},w)):null,[i.isOpen,f,h]);return{targetRef:d,triggerProps:u,arrowProps:g,placement:E,renderTooltip:v}},I8=({closeButtonAriaLabel:e="Close tooltip",shouldCloseOnOutsideClick:a=!1,colorScheme:l="light",position:o="topRight",header:r,modifier:c,text:s,ctaText:i,ctaFn:d=()=>{},controlledIsVisible:m,controlledOnChange:u,children:f,className:p,mainWrapperClassName:h,isArrowShown:g=!0,testIdInner:E=R.NotificationTooltipInner,testIdCloseButton:v=R.NotificationTooltipClose,stopPointerDownPropagation:w=!1})=>{const{isVisible:x,setVisible:C}=rl({controlledIsVisible:m,controlledOnChange:u}),M=n.useRef(Pa.v4()),b=n.useCallback(()=>C({isVisible:!1,isControlled:!0}),[C]),y=n.useCallback(()=>{a&&b()},[a,b]),L=F.useOnClickOutside(y),{targetRef:I,arrowProps:A,placement:S,renderTooltip:N}=R1({isOpen:x,position:o}),k=n.createElement(Q,{colorScheme:l},n.createElement(ie,{"data-portal-id":M.current,ref:L,className:_(J.tooltip,J.tooltipNotification,c&&J[c],p),"data-placement":S,"data-testid":E,onPointerDownCapture:w?H=>H.stopPropagation():void 0},r&&n.createElement("div",{className:J.headerWrapper},typeof r=="string"?n.createElement(B,{fontVariant:z.BodyBold,"data-testid":R.NotificationTooltipHeader},r):n.createElement("div",{"data-testid":R.NotificationTooltipHeader},r),n.createElement(it,{className:J.closeButton,"data-testid":v,onClose:b,"aria-label":e})),n.createElement(B,{fontVariant:z.Body,"data-testid":R.NotificationTooltipText},s),i&&(typeof i=="string"?n.createElement(B,{fontVariant:z.BodyLink,onClick:d,className:J.cta,"data-testid":R.NotificationTooltipCta},i):i),g&&n.createElement("div",{className:J.tooltipArrow,...A},n.createElement(Bt,{source:ol,className:J.tooltipArrowIcon}))));return n.createElement("div",{"data-portal-origin-id":M.current,ref:I,className:_(J.tooltipContainer,c&&J[c],h)},f,N(k))},M8=({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,...f})=>{const{isVisible:p,setVisible:h}=rl({controlledIsVisible:l,controlledOnChange:o}),g=!!o,{targetRef:E,arrowProps:v,placement:w,renderTooltip:x}=R1({isOpen:p,position:a}),C=n.createElement(Q,{colorScheme:e},n.createElement("div",{className:_(J.tooltip,c),"data-placement":w,...f},s,d&&n.createElement("div",{className:J.tooltipArrow,...v},n.createElement(Bt,{source:ol,className:J.tooltipArrowIcon}))));return n.createElement("div",{ref:E,className:_(J.tooltipContainer,m)},n.createElement("div",{className:u,onMouseEnter:()=>i&&h({isVisible:!0,isControlled:g}),onMouseLeave:()=>i&&h({isVisible:!1,isControlled:g})},r),x(C))},S8="_pill_19h3r_105",L8="_dark_19h3r_123",A8="_danger_19h3r_127",R8="_light_19h3r_132",N8="_closeButton_19h3r_141",$t={pill:S8,dark:L8,danger:A8,light:R8,closeButton:N8},N1=({children:e,className:a,closeButtonAriaLabel:l="Close tooltip",colorScheme:o,isDanger:r=!1,onClose:c,testIdCloseButton:s,...i})=>n.createElement($,null,({colorScheme:d})=>n.createElement("div",{className:_($t.pill,$t[o??d],{[$t.danger]:r},a),...i},e,c&&n.createElement(it,{className:$t.closeButton,onClose:c,"data-testid":s,colorScheme:o,"aria-label":l}))),$8="_wrapper_55j2z_4",q8={wrapper:$8},H8=({children:e,className:a,colorScheme:l,title:o,subtitle:r,hasDivider:c=!0,...s})=>n.createElement($,null,({colorScheme:i})=>{const d=l??i;return n.createElement(Q,{colorScheme:d},n.createElement("div",{className:_(a,q8.wrapper),...s},n.createElement("div",null,n.createElement("div",null,typeof o=="string"?n.createElement(B,{fontVariant:r?z.BodyBold:z.Body},o):o),n.createElement(B,{fontVariant:z.Small,colorScheme:d},r)),e&&n.createElement("div",{className:"ms-auto"},e)),c&&n.createElement(se,null))}),O8="_wrap_1o7be_105",P8="_spaced_1o7be_110",T8="_start_1o7be_115",V8="_indicator_1o7be_115",W8="_label_1o7be_118",D8="_end_1o7be_122",F8="_input_1o7be_126",j8="_dot_1o7be_147",U8="_dark_1o7be_157",G8="_checked_1o7be_161",K8="_disabled_1o7be_164",X8="_light_1o7be_172",Ee={wrap:O8,spaced:P8,start:T8,indicator:V8,label:W8,end:D8,input:F8,dot:j8,dark:U8,checked:G8,disabled:K8,light:X8},sl=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:f,...p},h)=>{const g=n.useId(),E=r??g,v=i==="hidden",w=x=>{f?.(x.currentTarget.checked),u?.(x)};return n.createElement($,null,({colorScheme:x})=>n.createElement("label",{className:_(Ee.wrap,Ee[l??x],Ee[d],{[Ee.disabled]:c,[Ee.spaced]:i==="spaced"},a),title:v?s:void 0},n.createElement("input",{checked:e,className:Ee.input,name:o,onChange:w,value:m,ref:h,...p,id:E,type:"radio",disabled:c}),n.createElement("div",{"aria-hidden":"true",role:"presentation",className:_(Ee.indicator,{[Ee.checked]:e})},n.createElement("div",{role:"presentation",className:Ee.dot})),n.createElement(ke,{className:_(Ee.label,"mb-0"),isLabelHidden:v,text:s,variant:c?"disabled":"standard",id:E})))});sl.displayName="RadioButton";const Q8="_scrollbars_1glps_9",Z8={scrollbars:Q8},Ge=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(fo,{className:_(Z8.scrollbars,l),ref:s,scrollableNodeProps:{ref:d=>{i.current=d,r&&(r.current=d)},"data-testid":R.SimpleBarScrollable},autoHide:e!=="never",...c},a)});Ge.displayName="Scrollbars";const Y8="_wrap_mihf5_25",J8="_indicator_mihf5_29",em="_arrow_mihf5_29",tm="_small_mihf5_34",nm="_large_mihf5_38",am="_success_mihf5_42",lm="_danger_mihf5_46",om="_busy_mihf5_50",rm="_warning_mihf5_54",cm="_down_mihf5_82",et={wrap:Y8,indicator:J8,arrow:em,small:tm,large:nm,success:am,danger:lm,busy:om,warning:rm,down:cm},sm=({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:_(et.wrap,e),role:l,...s},n.createElement("div",{className:_(et.indicator,et[o],c&&et[c],{[et.arrow]:i,[et.down]:r==="arrowDown"}),style:a?d[i?"arrow":"circle"]:{},"data-testid":`indicator-${r}`}))},im="_stepNumber_1k028_27",dm="_dark_1k028_38",mm="_disabled_1k028_42",um="_completed_1k028_47",fm="_failed_1k028_52",_m="_active_1k028_57",pm="_light_1k028_63",tt={stepNumber:im,dark:dm,disabled:mm,completed:um,failed:fm,active:_m,light:pm},il=({className:e,colorScheme:a,isActive:l,isCompleted:o,isFailed:r,isDisabled:c,stepNumber:s,...i})=>n.createElement($,null,({colorScheme:d})=>n.createElement("div",{className:_(tt.stepNumber,tt[a??d],{[tt.active]:l,[tt.completed]:o,[tt.disabled]:c,[tt.failed]:r},e),"data-testid":R.StepNumber,...i},n.createElement(B,{variant:"inherit",fontVariant:z.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))),hm=({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])},gm="_wrap_1413c_155",vm="_textarea_1413c_160",wm="_errorText_1413c_197",Em="_dark_1413c_201",xm="_clearButton_1413c_222",bm="_error_1413c_197",km="_disabled_1413c_239",Cm="_light_1413c_266",ym="_resizeNone_1413c_331",Bm="_resizeBoth_1413c_335",zm="_resizeV_1413c_339",Im="_resizeH_1413c_343",We={wrap:gm,textarea:vm,errorText:wm,dark:Em,clearButton:xm,error:bm,disabled:km,light:Cm,resizeNone:ym,resizeBoth:Bm,resizeV:zm,resizeH:Im},dl=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:f,onChange:p,onValueChange:h,value:g,resize:E="resizeNone",rows:v=4,...w},x)=>{const C=n.useId(),M=c??C,[b,y]=n.useState(null);hm({textareaElement:b,textareaValue:g,maxHeight:d,enabled:i});const L=n.useCallback(A=>{h&&h(A.currentTarget.value),p&&p(A)},[p,h]),I={text:m,id:M};return n.useImperativeHandle(x,()=>({focus:()=>{b&&b.focus()},value:b?.value}),[b]),n.createElement($,null,({colorScheme:A})=>n.createElement("label",{className:_(We.wrap,We[l??A],{[We.disabled]:s,[We.error]:r&&!s},e)},n.createElement(ke,{isLabelHidden:u,...I}),n.createElement("textarea",{rows:v,id:M,name:f,onChange:L,ref:y,value:g,className:_(We.textarea,a,We[E]),disabled:s,...w}),r&&o&&n.createElement(B,{className:_("mt-2",We.errorText),variant:"danger",role:"alert"},o)))});dl.displayName="TextArea";const Mm="_underline_1a3e2_4",Sm="_textLink_1a3e2_8",Lm="_textLinkContent_1a3e2_22",Am="_truncateWrap_1a3e2_29",Rm="_dark_1a3e2_38",Nm="_link_1a3e2_38",$m="_light_1a3e2_41",qm="_disabled_1a3e2_45",Hm="_truncated_1a3e2_49",Om="_uppercase_1a3e2_56",De={underline:Mm,textLink:Sm,textLinkContent:Lm,truncateWrap:Am,dark:Rm,link:Nm,light:$m,disabled:qm,truncated:Hm,uppercase:Om},ct=({colorScheme:e,children:a,className:l,disabled:o,fontVariant:r,isDisabled:c,isUnderlined:s,isTruncated:i=!1,isUppercase:d,htmlTag:m,target:u,variant:f="link",textStyle:p,textClassName:h,...g})=>n.createElement($,null,({colorScheme:E})=>{const v=e??E;return n.createElement(de,{className:_(De.textLink,De[v],f==="link"&&De[f],{[De.truncateWrap]:i,[De.disabled]:c||o},l),target:u,disabled:c,htmlTag:c?"div":m,rel:u==="_blank"?"noreferrer noopener":"",...g},n.createElement(B,{className:_(De.textLinkContent,{[De.underline]:s},h),colorScheme:v,fontVariant:r,isTruncated:i,isUppercase:d,style:p,variant:f},a))}),Pm="_row_p7k6r_4",Tm="_noneSpacing_p7k6r_10",Vm="_compactSpacing_p7k6r_15",Wm="_smallSpacing_p7k6r_20",Dm="_mediumSpacing_p7k6r_25",Fm="_largeSpacing_p7k6r_30",ya={row:Pm,noneSpacing:Tm,compactSpacing:Vm,smallSpacing:Wm,mediumSpacing:Dm,largeSpacing:Fm},Ie=({children:e,className:a,spacing:l="small",...o})=>n.createElement("div",{className:_(ya.row,ya[b1(l)],a),...o},e),jm="_wrapper_1qo1w_4",Um="_border_1qo1w_11",Gm="_inner_1qo1w_16",Km="_dark_1qo1w_21",Xm="_hovered_1qo1w_34",Qm="_disabled_1qo1w_46",Zm="_light_1qo1w_54",Ym="_small_1qo1w_119",Jm="_medium_1qo1w_126",eu="_large_1qo1w_140",Fe={wrapper:jm,border:Um,inner:Gm,dark:Km,hovered:Xm,disabled:Qm,light:Zm,small:Ym,medium:Jm,large:eu},ml=({children:e,className:a,colorScheme:l,hasBorder:o=!0,isDisabled:r,isHovered:c,sizeModifier:s="large",href:i,onClick:d,...m})=>{const u=!i&&!d?"div":void 0,h=u==="div"||!!i&&i!=="#"&&!r?void 0:"button";return n.createElement($,null,({colorScheme:g})=>n.createElement(de,{className:_(Fe.wrapper,Fe[l??g],s&&Fe[s],{[Fe.disabled]:r},{[Fe.hovered]:c},a),disabled:r,href:i,htmlTag:u,onClick:d,type:h,...m},n.createElement(Ie,{spacing:"none",className:_(Fe.inner,{[Fe.border]:o})},e)))},tu="_listLink_1bsc4_4",nu="_hoverIcon_1bsc4_4",au="_startAlignedIconTextContainer_1bsc4_13",d1={listLink:tu,hoverIcon:nu,startAlignedIconTextContainer:au},ul=({children:e,className:a,hasBorder:l=!1,icon:o,iconAlignedStart:r,iconClassName:c,iconColor:s,iconSize:i="compact",isFixedIcon:d=!1,sizeModifier:m="small",variant:u,...f})=>{const p=n.createElement(B,{variant:u},e),h=o&&n.createElement(W,{className:_({[d1.hoverIcon]:!d},"flex-shrink-0",c),color:s,source:o,size:i});return n.createElement(ml,{hasBorder:l,sizeModifier:m,className:_(d1.listLink,a),...f},r?n.createElement("div",{className:d1.startAlignedIconTextContainer},h,p):n.createElement(n.Fragment,null,p,h))},lu="_light_1e54u_16",ou="_dark_1e54u_17",ru="_wrap_1e54u_21",cu="_bar_1e54u_30",su="_good_1e54u_40",iu="_warn_1e54u_44",du="_danger_1e54u_48",mu="_primary_1e54u_52",_t={light:lu,dark:ou,wrap:ru,bar:cu,good:su,warn:iu,danger:du,primary:mu};var uu=(function(e){return e.Good="good",e.Warn="warn",e.Danger="danger",e.Primary="primary",e})({});const fu=({backgroundClassName:e,barClassName:a,barColor:l="good",colorScheme:o,progress:r,style:c,...s})=>n.createElement($,null,({colorScheme:i})=>n.createElement("div",{className:_(o??i,_t.wrap,_t[o??i],e),...s},n.createElement("div",{className:_(_t.bar,_t[l]??_t.good,a),style:{transform:`translateX(${r>100?100:Math.round(r)}%)`,...c}}))),_u="_dark_19qmu_13",pu="_light_19qmu_32",hu="_input_19qmu_281",gu="_container_19qmu_286",vu="_spaced_19qmu_291",wu="_end_19qmu_295",Eu="_label_19qmu_295",xu="_start_19qmu_298",bu="_toggle_19qmu_298",ku="_small_19qmu_322",Cu="_hidden_19qmu_343",yu="_indicator_19qmu_355",Bu="_checked_19qmu_369",_e={dark:_u,light:pu,input:hu,container:gu,spaced:vu,end:wu,label:Eu,start:xu,toggle:bu,small:ku,hidden:Cu,indicator:yu,checked:Bu},fl=({as:e="div",checked:a,children:l,className:o,label:r,labelClassName:c,labelPosition:s="end",labelModifier:i,labelFontWeight:d,isSmall:m,colorScheme:u,...f})=>n.createElement($,null,({colorScheme:p})=>n.createElement(e,{...f,className:_(u??p,_e.container,_e[u??p],s&&_e[s],{[_e.small]:m,[_e.spaced]:i==="spaced"},o)},l,n.createElement("div",{className:_(_e.toggle,{[_e.checked]:a})},n.createElement("div",{className:_e.indicator})),n.createElement(B,{fontVariant:d==="bold"?z.BodyBold:z.Body,className:_(_e.label,c,{[_e.hidden]:i==="hidden"})},r))),zu=({checked:e,className:a,label:l,labelClassName:o,labelPosition:r="end",labelModifier:c,labelFontWeight:s,onChange:i,isSmall:d,colorScheme:m,...u})=>{const{onKeyDown:f}=F.useEnter(p=>{i(!p.currentTarget.checked)});return n.createElement(fl,{as:"label",checked:e,className:a,label:l,labelClassName:o,labelPosition:r,labelModifier:c,labelFontWeight:s,isSmall:d,colorScheme:m},n.createElement("input",{type:"checkbox",checked:e,className:_e.input,onChange:p=>i(p.currentTarget.checked),onKeyDown:f,...u}))},$1=({children:e,className:a,closeDelay:l=0,colorScheme:o="light",crossOffset:r,defaultOpen:c,delay:s=500,isTooltipEnabled:i=!0,offset:d=cl,position:m="top",text:u,tooltipContainerClassName:f,...p})=>{const{targetRef:h,triggerProps:g,placement:E,renderTooltip:v}=R1({closeDelay:l,crossOffset:r,defaultOpen:c,delay:s,offset:d,position:m}),w=n.useMemo(()=>n.createElement(Q,{colorScheme:o},n.createElement(ie,{className:_(J.tooltip,J.tooltipControl,a),"data-placement":E,"data-testid":"tooltip-inner"},typeof u=="string"?n.createElement(B,null,u):u)),[a,o,E,u]);return i?n.createElement("div",{className:_(J.tooltipContainer,f),ref:h,...p},n.Children.map(e,x=>n.isValidElement(x)?n.cloneElement(x,{...Oa.mergeProps(x.props,g)}):x),v(w)):n.createElement(n.Fragment,null,e)},Iu="_video_n8y1r_117",Mu="_mirrored_n8y1r_131",Ba={video:Iu,mirrored:Mu},qt=(e,a)=>{e?.paused&&e.play().catch(l=>{a?.(l)})},_l=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:f,...p},h)=>{const g=n.useRef(null);n.useImperativeHandle(h,()=>({resume:()=>qt(g.current,f),focus:()=>g.current?.focus()})),n.useEffect(()=>{const v=g.current;let w=!1;const x=()=>u?.(!0),C=()=>{setTimeout(()=>{w||qt(v,f)},0),u?.(!1)};return v?.addEventListener("enterpictureinpicture",x),v?.addEventListener("leavepictureinpicture",C),()=>{w=!0,v?.removeEventListener("enterpictureinpicture",x),v?.removeEventListener("leavepictureinpicture",C),v&&document.pictureInPictureElement===v&&document.exitPictureInPicture?.().then(()=>{u?.(!1)})}},[u,f]),n.useEffect(()=>{g.current&&e&&(g.current.srcObject=e)},[e]),n.useEffect(()=>{e?.getAudioTracks().length&&g?.current?.setSinkId?.(a??"")},[a,e]),n.useEffect(()=>{const v=g.current,w=()=>qt(g.current,f),[x]=e?.getTracks()??[];return v?.addEventListener("suspend",w),v?.addEventListener("pause",w),x?.addEventListener("unmute",w),()=>{v?.removeEventListener("suspend",w),v?.removeEventListener("pause",w),x?.removeEventListener("unmute",w)}},[e,f]);const E=()=>{g.current&&/^((?!chrome|android).)*safari/i.test(navigator.userAgent)&&(m?(g.current.muted=!0,qt(g.current,f)):g.current.muted=!1)};return n.createElement($,null,({colorScheme:v})=>n.createElement("video",{ref:g,autoPlay:c,muted:m,playsInline:i,className:_(Ba.video,v,{[Ba.mirrored]:s},r),onCanPlay:E,...p},d&&n.createElement("track",{kind:d,src:l,srcLang:o,default:!0})))});_l.displayName="Video";const Su=n.forwardRef(({src:e,srcObject:a,captionsSrc:l,captionsSrcLang:o,sinkId:r,play:c,controls:s=!1,onFailure:i=_1.noop,onSuccess:d=_1.noop,...m},u)=>{const f=n.useRef(null);return n.useEffect(()=>{f.current?.setSinkId?.(r??"").catch(i)},[r,i]),n.useEffect(()=>{f.current&&a&&(f.current.srcObject=a,f.current.setSinkId?.(r??"").catch(i))},[r,a,i]),n.useEffect(()=>{c!==void 0&&(async h=>{try{h?(await f.current?.play(),f.current&&d(f.current)):f.current?.pause()}catch(g){i(g)}})(c)},[i,d,c]),n.createElement("audio",{ref:p=>{u&&("current"in u?u.current=p:u(p)),f.current=p},src:e,controls:s,...m},l&&n.createElement("track",{kind:"captions",src:l,srcLang:o}))}),Lu=(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},Au=e=>{const[a,l]=n.useState(e);return n.useEffect(()=>{e>0&&l(e)},[e]),a},Ru="_wrapper_10wzf_18",Nu="_truncated_10wzf_23",$u="_number_10wzf_23",qu="_counter_10wzf_27",Hu="_visible_10wzf_47",Ou="_animated_10wzf_51",Pu="_pulse_10wzf_1",Tu="_info_10wzf_63",Vu="_notification_10wzf_73",Ae={wrapper:Ru,truncated:Nu,number:$u,counter:qu,visible:Hu,animated:Ou,pulse:Pu,info:Tu,notification:Vu},pl=({number:e=0,isVisible:a,variant:l="notification",shouldAnimate:o=!0,isTruncated:r=!1,badgeClassName:c,childrenWrapperClassName:s,children:i,...d})=>{const m=Lu(e,o),u=Au(e);return n.createElement("div",{...d,className:_(Ae.wrapper,{[Ae.truncated]:r},d.className)},i&&n.createElement("div",{className:s},i),n.createElement("div",{"data-testid":R.BadgeCounterNumber,className:_(Ae.counter,Ae[l],{[Ae.animated]:m,[Ae.visible]:a,[Ae.truncated]:r},c)},n.createElement(B,{colorScheme:l==="info"?"light":"dark",fontVariant:z.SmallBold,className:Ae.number},u)))},Wu=(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,Du=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"]),Fu=/(https?|ftp?:\/\/[^\s]+)/im,hl=/((?: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,ju=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:Du.has(o)},Uu=e=>e.split(hl).filter(Boolean),Gu=e=>!Fu.test(e),Ku=e=>Uu(e).map((a,l)=>hl.test(a)?Gu(a)?ju(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}),gl=({text:e,...a})=>{const l=n.useMemo(()=>Ku(e),[e]);return n.createElement(n.Fragment,null,l.map(o=>o.linkType!=="text"?n.createElement(ct,{key:o.id,href:o.url,target:"_blank",...a},o.value):Wu(o.value,o.id)))},re={enter:"Enter",escape:"Escape",arrowUp:"ArrowUp",arrowRight:"ArrowRight",arrowDown:"ArrowDown",arrowLeft:"ArrowLeft",home:"Home",end:"End"},Xu="_draggable_muqen_120",Qu="_dragging_muqen_129",Zu="_shadowFocus_muqen_138",m1={draggable:Xu,dragging:Qu,shadowFocus:Zu},Yu={};var Ju=(function(e){return e[e.NONE=0]="NONE",e[e.VERTICAL=1]="VERTICAL",e[e.HORIZONTAL=2]="HORIZONTAL",e})({});const e9=(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"},t9=e=>{const[a,l]=n.useState(null),o=n.useCallback(r=>{l(r),typeof e=="function"?e(r):e&&(e.current=r)},[e]);return[a,o]},q1=n.forwardRef(({alignWithFloatRootTrigger:e,ariaLabel:a="Draggable",beforeReposition:l,floatRoot:o=void 0,floatRootInset:r=Yu,isDisabled:c=!1,isMoveableWithArrowKeys:s=!1,lockStyle:i=0,onPointerMoveExtra:d,onPointerUpExtra:m,onReposition:u,pointerCapture:f=!1,pointerCaptureTarget:p,scrollElementRef:h,scrollOffset:g=10,scrollTimer:E=30,shouldCaptureClick:v=!0,showFocus:w=!0,children:x,className:C,...M},b)=>{const[y,L]=t9(b),[I,A]=n.useState(!1),S=n.useRef(!1),N=n.useRef(r);return n.useEffect(()=>{N.current=r},[r]),n.useEffect(()=>{if(!y)return;const k=y;if(A(!1),S.current=!1,c)return;let H=k.getBoundingClientRect();const V=h?.current??void 0;let oe=0,ne=0,G=0,T=0,Z,Y=0,Xe=0,dt=V?.scrollTop,Ce="STOP",Me,ge=!1,mt=!1;const D1=()=>{document.removeEventListener("pointermove",K1),document.removeEventListener("pointerup",Y1),document.removeEventListener("keyup",J1)},Mt=()=>{clearInterval(Me),ge=!1,Ce="STOP"},Xt=()=>{k.style.left=`${(k.offsetLeft+G)/window.innerWidth*100}%`,k.style.top=`${(k.offsetTop+T)/window.innerHeight*100}%`},F1=()=>{H=k.getBoundingClientRect(),Z=k.offsetParent?.getBoundingClientRect(),Y=Z?.left??0,Xe=Z?.top??0,l&&(l(k),H=k.getBoundingClientRect()),k.style.left=`${H.left-Y}px`,k.style.top=`${H.top-Xe}px`,k.style.removeProperty("right"),k.style.removeProperty("bottom"),k.style.removeProperty("translate"),k.style.transform="none"};k.addEventListener("pointerdown",G1),s&&k.addEventListener("keydown",U1),V?.addEventListener("scroll",X1);function j1(q){A(q),mt=q}function U1(q){if(q.target!==k||!(q.key===re.arrowUp||q.key===re.arrowRight||q.key===re.arrowDown||q.key===re.arrowLeft))return;document.addEventListener("keyup",J1),q.repeat||F1(),d&&d(k);const ve=q.shiftKey?10:1;switch(q.key){case re.arrowUp:T=-10*ve;break;case re.arrowRight:G=10*ve;break;case re.arrowDown:T=10*ve;break;case re.arrowLeft:G=-10*ve;break;default:return}Xt(),(G||T)&&(S.current=!0),G=0,T=0}function G1(q){const Se=q.target;if(Se instanceof Element){const ve=!!Se.closest("[data-drag-handle]");if(!!Se.closest("[data-no-drag]")&&!ve)return}f&&(p??k).setPointerCapture(q.pointerId),q.preventDefault(),q.stopPropagation(),q.button===0&&(j1(!0),F1(),oe=q.clientX,ne=q.clientY,document.addEventListener("pointermove",K1),document.addEventListener("pointerup",Y1))}function K1(q){d&&d(k),i!==1&&(G=q.clientX-oe),i!==2&&(T=q.clientY-ne),V?(Ce=e9(k,V),Ce==="STOP"?(k.style.transform=`translate(${G}px, ${T}px)`,ge&&Mt()):ge||(ge=!0,Me=window.setInterval(()=>{if(V)switch((Ce==="UP"&&V.scrollTop===0||Ce==="DOWN"&&V.scrollHeight-V.clientHeight-V.scrollTop<=1)&&(Ce="STOP"),Ce){case"DOWN":V.scrollTop+=g;break;case"UP":V.scrollTop-=g;break;case"STOP":k.style.transform=`translate(${G}px, ${T}px)`,Mt();break}},E))):k.style.transform=`translate(${G}px, ${T}px)`}function X1(){if(V?.scrollTop!==void 0){if(mt&&dt!==void 0){const q=V.scrollTop-dt;i!==2&&(T+=q,ne-=q),k.style.transform=`translate(${G}px, ${T}px)`}dt=V.scrollTop}}const Q1=()=>{let q=!1,Se=!1,ve=!1,St=!1,Qt={overflow:!1};if(o?.current){H=k.getBoundingClientRect();const Qe=o.current.getBoundingClientRect(),e0=N.current.top??0,t0=N.current.bottom??0,n0=N.current.left??0,a0=N.current.right??0;H.left<Qe.left+n0&&(k.style.left=`${o.current.offsetLeft-Y+n0}px`,ve=!0),H.right>Qe.right-a0&&(k.style.left=`${Qe.right-k.offsetWidth-Y-a0}px`,St=!0),H.top<Qe.top+e0&&(k.style.top=`${o.current.offsetTop-Xe+e0}px`,q=!0),H.bottom>Qe.bottom-t0&&(k.style.top=`${Qe.bottom-k.offsetHeight-Xe-t0}px`,Se=!0),Qt={overflow:q||Se||ve||St,top:q,bottom:Se,left:ve,right:St},Qt.overflow&&Xt()}return Qt};e&&(e.current=()=>{const q=Q1();u&&u(k,q)});function mo(){H.left+H.width/2>window.innerWidth/2&&(k.style.right=`${(window.innerWidth-H.right)/window.innerWidth*100}%`,k.style.left="auto")}function uo(){H.top+H.height/2>window.innerHeight/2&&(k.style.bottom=`${(window.innerHeight-H.bottom)/window.innerHeight*100}%`,k.style.top="auto")}const Z1=()=>{Mt(),m&&m(k),Xt(),k.style.removeProperty("transform"),(G||T)&&(S.current=!0),G=0,T=0,D1();const q=Q1();q.overflow||(mo(),uo()),j1(!1),u&&u(k,q)};function Y1(q){f&&(p??k).releasePointerCapture(q.pointerId),Z1()}function J1(){Z1()}return()=>{D1(),k.removeEventListener("pointerdown",G1),s&&k.removeEventListener("keydown",U1),V?.removeEventListener("scroll",X1),Mt(),k.style.removeProperty("transform"),mt&&m?.(k)}},[c,s,o,l,u,m,e,d,E,g,i,f,h,p,y]),n.createElement($,null,({colorScheme:k})=>n.createElement("div",{role:"region","aria-label":a,tabIndex:s?0:-1,ref:L,className:_(k,{[m1.draggable]:!c,[m1.dragging]:I,[m1.shadowFocus]:s&&w},C),"data-dragging":I?!0:void 0,onClickCapture:v?H=>{S.current&&(H.stopPropagation(),H.preventDefault(),S.current=!1)}:void 0,...M},x))});q1.displayName="Draggable";const n9="_box_kq00y_4",a9="_fillHeight_kq00y_8",l9="_overflow-hidden_kq00y_14",o9="_nonePadding_kq00y_18",r9="_compactPadding_kq00y_22",c9="_smallPadding_kq00y_26",s9="_mediumPadding_kq00y_30",i9="_largePadding_kq00y_34",d9="_scrollbar_kq00y_38",pt={box:n9,fillHeight:a9,"overflow-hidden":"_overflow-hidden_kq00y_14",overflowHidden:l9,nonePadding:o9,compactPadding:r9,smallPadding:c9,mediumPadding:s9,largePadding:i9,scrollbar:d9},vl=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:f,scrollElementRef:p,scrollElementClassname:h,scrollbarsClassname:g,onScroll:E,className:v,...w},x)=>{const C=n.useId();return n.createElement(ie,{hasFooterShadow:a,className:_(pt.box,{[pt.fillHeight]:e},{[pt.overflowHidden]:d},v),padding:"none",headerContent:l,headerContentBelowDivider:o,footerContent:r,footerPadding:i,headerPadding:s,ref:x,...w},f&&m?n.createElement(Ge,{ref:u,scrollElementRef:p,className:_(pt.scrollbar,g),ariaLabel:`Scrollable panel content ${C}`,onScroll:E},n.createElement("div",{className:_(pt[he(c)],h)},f)):f)});vl.displayName="Panel";const H1=e=>({focusFrom:n.useCallback(()=>{if(e){const l=e.tabIndex;e.tabIndex=-1,e.focus(),e.tabIndex=l}},[e])}),m9=({children:e})=>Ha.createPortal(e,document.body),v1=(()=>{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}})(),u9=e=>{const a=o=>o?.dataset?.focusRoot==="1";return(()=>{let o=e;for(;o;){if(a(o))return o;o=o.parentElement}})()},wl=e=>{const a=E1.tabbable(e,{includeContainer:!1});if(!a.length){ot(e);return}ot(a[0],e)},ot=(e,a)=>{if(e!==document.activeElement){if(!e?.focus){ot(a);return}e?.focus()}},f9=(e,a)=>{const l=o=>{if(o.key?.toLowerCase()!=="tab"||!v1.isLast(a))return;const r=E1.tabbable(e,{includeContainer:!1}),c=r[r.length-1],s=r[0];if(r.length===0){ot(e);return}o.shiftKey?o.target===s&&(ot(c),o.preventDefault()):o.target===c&&(ot(s),o.preventDefault())};return[()=>{document.addEventListener("keydown",l)},()=>{document.removeEventListener("keydown",l)}]},_9=(e=!0)=>{const a=n.useRef(Pa.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)||wl(s))},[e]);return n.useEffect(()=>{const s=o.current,i=a.current;if(!e||!s)return;const[d,m]=f9(s,i);v1.add(i),d?.();const u=l.current;return()=>{v1.remove(i),m?.();const f=document.activeElement,p=u9(f),h=p&&p===s,g=f&&E1.isFocusable(f);l.current=null,!(!u||!h&&g)&&u.focus?.()}},[e]),{focusTrapRef:o,setFocusTrapRef:c}},p9="_modalWrapper_tj5hq_4",h9="_modalMask_tj5hq_18",g9="_fade_tj5hq_1",v9="_alternativeModalMaskColor_tj5hq_33",w9="_modal_tj5hq_4",E9="_compact_tj5hq_47",x9="_small_tj5hq_50",b9="_medium_tj5hq_53",k9="_large_tj5hq_56",C9="_auto_tj5hq_59",y9="_closeButton_tj5hq_63",B9="_closeButtonIcon_tj5hq_74",z9="_nonePadding_tj5hq_96",I9="_compactPadding_tj5hq_100",M9="_smallPadding_tj5hq_104",S9="_mediumPadding_tj5hq_108",L9="_largePadding_tj5hq_112",A9="_overlay_tj5hq_116",R9="_slide_tj5hq_1",N9="_positioned_tj5hq_125",$9="_scrollbars_tj5hq_129",q9="_keycap_tj5hq_135",be={modalWrapper:p9,modalMask:h9,fade:g9,alternativeModalMaskColor:v9,modal:w9,compact:E9,small:x9,medium:b9,large:k9,auto:C9,closeButton:y9,closeButtonIcon:B9,nonePadding:z9,compactPadding:I9,smallPadding:M9,mediumPadding:S9,largePadding:L9,overlay:A9,slide:R9,positioned:N9,scrollbars:$9,keycap:q9};var H9=(function(e){return e.Overlay="overlay",e.Positioned="positioned",e})({});const O9=({children:e,...a})=>n.createElement("div",a,e),jt=n.forwardRef(({canDrag:e=!1,children:a,className:l,closeButton:o=it,closeButtonAriaLabel:r="Close tooltip",closeOnOutsideClick:c=!0,colorScheme:s="light",footerContent:i,footerPadding:d,hasBackground:m,hasFooterShadow:u,headerContent:f,headerPadding:p,isOpen:h=!1,modalType:g="overlay",onClose:E,padding:v="medium",scrollbarsAriaLabel:w,sizeModifier:x="small",style:C,testIdCloseButton:M=R.ButtonModalClose,uniqueTitle:b,withCloseButton:y=!1,withMask:L=!0,withAlternativeMaskColor:I=!1,withScrollbars:A=!0,wrapperClassName:S,presentationElementClassName:N,...k},H)=>{const V=()=>{c&&E?.()},oe=F.useOnClickOutside(V),{focusTrapRef:ne,setFocusTrapRef:G}=_9(h),T=n.useRef(null),[Z,Y]=n.useState(null),{focusFrom:Xe}=H1(Z),dt=A?Ge:O9;n.useImperativeHandle(H,()=>({focus:()=>{ne.current instanceof HTMLElement?wl(ne.current):Z&&Xe()}})),n.useEffect(()=>{const ge=mt=>{mt.key==="Escape"&&E?.()};return h?document.addEventListener("keydown",ge):document.removeEventListener("keydown",ge),()=>document.removeEventListener("keydown",ge)},[h,E]);const{colorScheme:Ce}=n.useContext(rt);let Me=n.createElement(Q,{colorScheme:s??Ce},n.createElement(ie,{className:_(be.modal,be[g],x!=="none"&&be[x],!e&&l),ref:g==="positioned"?ge=>{Y(ge)}:G,hasBackground:m,headerContent:f,footerContent:i,headerPadding:p,footerPadding:d,hasFooterShadow:u,...!e&&{style:C}},n.createElement(dt,{className:be.scrollbars,...A?{ariaLabel:w}:{"aria-label":w}},n.createElement("div",{role:"presentation",ref:oe,className:_(be[he(v)],N)},n.createElement("div",{role:"dialog","aria-modal":"true","aria-label":b},y&&n.createElement(o,{"aria-label":r,className:be.closeButton,"data-testid":M,onClose:E}),a)))));return e&&(Me=n.createElement(q1,{className:l,style:C,floatRoot:T},Me)),L&&(Me=n.createElement("div",{role:"presentation",className:_(be.modalMask,{[be.alternativeModalMaskColor]:I},S),"data-testid":R.ModalMask},Me)),h?n.createElement(m9,null,n.createElement("div",{className:be.modalWrapper,role:"region",ref:T,"data-react-aria-top-layer":"true",...k},Me)):null});jt.displayName="Modal";const P9=({className:e,colorScheme:a,hotkeyLabel:l,keyCap:o,onClose:r,...c})=>n.createElement(El,{className:e,hotkeyLabel:l,keyCap:o,...c},n.createElement(it,{colorScheme:a,onClose:r})),El=({children:e,className:a,delay:l=0,hotkeyLabel:o,keyCap:r="ESC",position:c="bottomEnd",...s})=>n.createElement($1,{delay:l,position:c,text:n.createElement(xl,{label:o,keyCap:r}),tooltipContainerClassName:a,...s},e),xl=({label:e,keyCap:a})=>n.createElement("div",{className:"d-inline-flex items-center gap-1"},n.createElement(B,null,e),n.createElement("div",{className:be.keycap},n.createElement(B,{fontVariant:z.Small},a))),T9="_list_1kobu_4",V9="_noneSpacing_1kobu_9",W9="_compactSpacing_1kobu_16",D9="_smallSpacing_1kobu_23",F9="_mediumSpacing_1kobu_30",j9="_largeSpacing_1kobu_37",za={list:T9,noneSpacing:V9,compactSpacing:W9,smallSpacing:D9,mediumSpacing:F9,largeSpacing:j9},zt=({children:e,className:a,spacing:l="small",...o})=>n.createElement("div",{className:_(za.list,za[b1(l)],a),...o},e),bl=({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(zt,{className:"ml-3 mr-3 mb-2",...i},l&&n.createElement(Ie,null,n.createElement(Pe,{className:"mb-3 mt-2",fontVariant:z.H5,htmlTag:"h1"},l)),r&&o&&n.createElement(Ie,{spacing:"small"},n.createElement(ct,{href:r,target:"_blank","data-testid":R.PrivacyPolicyLink},o)),c&&s&&n.createElement(Ie,{spacing:"small"},n.createElement(ct,{href:s,target:"_blank","data-testid":R.TermsOfServiceLink},c)),n.createElement(se,{className:"mt-5 mb-3"}),n.createElement(B,{"data-testid":R.Version},"Version: ",a),e),U9=yt(jt,"light"),G9=({className:e,isOpen:a=!1,onClose:l,version:o,headingText:r,privacyPolicyUrl:c,privacyPolicyLinkText:s,termsOfServiceUrl:i,termsOfServiceLinkText:d,aboutTextEnhancerEnd:m,...u})=>n.createElement(U9,{padding:"none",onClose:l,isOpen:a,withCloseButton:!0,className:e,...u},n.createElement(bl,{version:o,headingText:r,privacyPolicyUrl:c,privacyPolicyLinkText:s,termsOfServiceUrl:i,termsOfServiceLinkText:d,enhancerEnd:m})),Ut=e=>a=>{a.key==="Enter"&&e(a)},K9="_chevron_ansc0_4",X9="_toggle_ansc0_12",Q9="_summary_ansc0_16",Z9="_content_ansc0_24",Y9="_expanded_ansc0_29",J9="_accordionButton_ansc0_33",ef="_dark_ansc0_40",tf="_meta_ansc0_47",nf="_light_ansc0_51",Oe={chevron:K9,toggle:X9,summary:Q9,content:Z9,expanded:Y9,accordionButton:J9,dark:ef,meta:tf,light:nf},af=({canOnlyToggleWithTitle:e,children:a,className:l,isExpanded:o,onExpand:r,...c})=>{const s=_(Oe.summary,l);return e?n.createElement("div",{className:s},a):n.createElement(de,{className:s,"aria-expanded":o,onClick:r,onKeyDown:Ut(r),...c},a)},lf=({isExpanded:e})=>{const a=e?P.IconChevronDown:P.IconChevronRight;return n.createElement(W,{size:"compact",source:a,className:_(Oe.chevron,"me-2")})},of=({children:e,isExpanded:a,canOnlyToggleWithTitle:l,onExpand:o})=>{const r=()=>n.createElement(n.Fragment,null,n.createElement(lf,{isExpanded:a}),e);return l?n.createElement(de,{className:Oe.accordionButton,"aria-expanded":a,onClick:o,onKeyDown:Ut(o)},n.createElement(r,null)):n.createElement("div",{className:Oe.accordionButton},n.createElement(r,null))},rf=({meta:e})=>{const a="d-inline ms-2";return typeof e=="string"?n.createElement(B,{fontVariant:z.BodyBold,className:_(Oe.meta,a)},e):n.createElement("div",{className:a},e)},cf=({canOnlyToggleWithTitle:e,children:a,enhancerEnd:l,meta:o,isExpanded:r,onExpand:c,className:s,...i})=>n.createElement(af,{canOnlyToggleWithTitle:e,className:s,isExpanded:r,onExpand:c,...i},n.createElement("div",{className:"d-flex align-items-center"},n.createElement(of,{canOnlyToggleWithTitle:e,isExpanded:r,onExpand:c},a),n.createElement(rf,{meta:o}),n.createElement("div",{className:"ml-auto"},l))),sf=({buttonClassName:e,canOnlyToggleWithTitle:a,children:l,className:o,colorScheme:r,contentClassName:c,dataTestId:s,enhancerEnd:i,isExpanded:d=!1,meta:m,onToggle:u,title:f,...p})=>{const[h,g]=n.useState(d),E=F.usePrevious(h),v=w=>{w.preventDefault(),g(x=>!x)};return n.useEffect(()=>{h!==(E||!1)&&u?.(h)},[u,h,E]),n.createElement($,null,({colorScheme:w})=>n.createElement("div",{role:"group",className:_(Oe[r??w],o),...p},n.createElement(cf,{canOnlyToggleWithTitle:a,meta:m,isExpanded:h,onExpand:v,className:e,enhancerEnd:i,"data-testid":s},typeof f=="string"?n.createElement(B,{fontVariant:z.BodyBold},f):f),n.createElement("div",{className:_(Oe.content,{[Oe.expanded]:h},c)},l)))},df="_secondaryWrapper_1plhf_4",mf="_statusWrapper_1plhf_10",uf="_statusItem_1plhf_18",ff="_eventsList_1plhf_22",_f="_eventItem_1plhf_26",pf="_contentWrapper_1plhf_32",hf="_disabled_1plhf_42",ye={secondaryWrapper:df,statusWrapper:mf,statusItem:uf,eventsList:ff,eventItem:_f,contentWrapper:pf,disabled:hf},gf=({actionButton:e,disabled:a=!1,eventsItems:l,eventsTitle:o,statusItems:r,title:c,titleEnhancerStart:s})=>n.createElement(Da,{title:c,titleEnhancerStart:s,secondaryComponent:n.createElement("div",{className:_(ye.secondaryWrapper,a&&ye.disabled,"p-4")},r.map(i=>n.createElement("div",{className:ye.statusWrapper,key:`${i.label}${i.content}`},n.createElement(B,{variant:"inherit",fontVariant:z.Body,className:ye.statusItem},i.label),n.createElement(B,{variant:"inherit",fontVariant:z.BodyBold,className:ye.statusItem},i.content))))},n.createElement("div",{className:_(ye.contentWrapper,a&&ye.disabled,"p-4")},n.createElement(Pe,{className:"mb-2",htmlTag:"h3",variant:"inherit",fontVariant:z.H5},o),n.createElement(zt,{spacing:"none",className:ye.eventsList},l.map(i=>n.createElement(Ie,{key:i.label},n.createElement(ct,{onClick:i.action,isUnderlined:!!i.action,className:ye.eventItem},i.label)))),n.createElement(ct,{variant:"inherit",fontVariant:z.BodyBold,isDisabled:!0,onClick:e.action},e.label))),vf="_wrapper_16uxo_4",wf={wrapper:vf},Ef={width:16,height:9},xf=({children:e,className:a,dimensions:l=Ef,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:_(wf.wrapper,a),...c},e)},bf="_bar_19iud_4",kf="_absoluteTop_19iud_12",Cf="_absoluteBottom_19iud_17",yf="_relative_19iud_22",Bf="_row_19iud_26",zf="_rowReverse_19iud_30",If="_column_19iud_34",Mf="_columnReverse_19iud_38",Sf="_spaceBetween_19iud_42",Lf="_center_19iud_46",Af="_nonePadding_19iud_50",Rf="_compactPadding_19iud_54",Nf="_smallPadding_19iud_58",$f="_mediumPadding_19iud_62",qf="_largePadding_19iud_66",ht={bar:bf,absoluteTop:kf,absoluteBottom:Cf,relative:yf,row:Bf,rowReverse:zf,column:If,columnReverse:Mf,spaceBetween:Sf,center:Lf,nonePadding:Af,compactPadding:Rf,smallPadding:Nf,mediumPadding:$f,largePadding:qf},Hf=({children:e,className:a,position:l="relative",padding:o="none",flexDirection:r="row",justifyContent:c="spaceBetween",...s})=>n.createElement("div",{className:_(ht.bar,ht[he(o)],ht[l],ht[r],ht[c],a),...s},e),Of="_wrapper_1f5cx_14",Pf="_list_1f5cx_20",Tf="_listItem_1f5cx_27",Vf="_crumbLabel_1f5cx_30",Wf="_crumbLink_1f5cx_43",kt={wrapper:Of,list:Pf,listItem:Tf,crumbLabel:Vf,crumbLink:Wf},Ia=(e,a,l)=>{e.preventDefault(),a.action?a.action():a.url&&l(a.url)},Df=({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:_(e,kt.wrapper),"aria-label":"breadcrumbs"},o,(s?.url||s?.action)&&n.createElement(j,{href:s.url,onClick:i=>Ia(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:kt.list},a.map(i=>n.createElement("li",{key:`${i.label}${i.url}`,className:kt.listItem},i.action??i.url?n.createElement(de,{className:kt.crumbLink,href:i.url,htmlTag:"a",onClick:d=>Ia(d,i,r)},n.createElement(Ma,{label:i.label})):n.createElement(Ma,{label:i.label})))),l)},Ma=({label:e})=>n.createElement(B,{fontVariant:z.BodyBold,className:kt.crumbLabel},e),Ff="_svg_1ww8x_4",jf="_circle_1ww8x_13",Sa={svg:Ff,circle:jf},Uf=({duration:e=60,className:a,...l})=>{const o=n.useMemo(()=>e,[]);return n.createElement("svg",{viewBox:"0 0 32 32",className:_(Sa.svg,a),role:"img","aria-label":"timer",...l},n.createElement("circle",{r:"16",cx:"16",cy:"16",className:Sa.circle,style:{animationDuration:`${o}s`}}))},Gf="_countdownWrapper_nht8u_11",Kf="_countdownNumber_nht8u_20",Xf="_svg_nht8u_24",Qf="_circleMain_nht8u_33",Zf="_circleBackground_nht8u_34",Yf="_countdown_nht8u_11",je={countdownWrapper:Gf,countdownNumber:Kf,svg:Xf,circleMain:Qf,circleBackground:Zf,countdown:Yf},La=({className:e})=>n.createElement("circle",{className:e,r:"35",cx:"40",cy:"40"}),Jf=({currentCount:e=0,startCountFrom:a=5,shouldStartCountDown:l})=>(n.useEffect(()=>{document.documentElement.style.setProperty("--countdown-animation-duration",`${a}`)},[a]),n.createElement("div",{className:je.countdownWrapper},n.createElement(B,{className:je.countdownNumber,colorScheme:"light",fontVariant:z.H1},e),n.createElement("svg",{role:"img","aria-label":"Circle countdown",className:je.svg},n.createElement(La,{className:_(je.circleBackground,l?je.countdown:"")}),n.createElement(La,{className:_(je.circleMain,l?je.countdown:"")})))),e_=({startCountFrom:e=5,msInterval:a=1e3,shouldStartCountDown:l})=>{const{startCountDown:o,currentCount:r}=F.useCountDown({startCountFrom:e,enabled:l,msInterval:a});return n.useEffect(()=>{l&&o()},[l,o]),n.createElement(Jf,{startCountFrom:e,shouldStartCountDown:l,currentCount:r})},t_="_light_1c40t_208",n_="_dark_1c40t_214",a_="_tabs_1c40t_220",l_="_small_1c40t_232",o_="_underline_1c40t_235",r_="_tab_1c40t_220",c_="_active_1c40t_255",s_="_canClickActive_1c40t_255",i_="_large_1c40t_270",d_="_medium_1c40t_273",xe={light:t_,dark:n_,tabs:a_,small:l_,underline:o_,tab:r_,active:c_,canClickActive:s_,large:i_,medium:d_},m_=({allowActiveTabToBeClicked:e=!1,tabs:a,selectedTabID:l,onTabChange:o,className:r,sizeModifier:c="large",variant:s="pill"})=>{const i=n.useRef(new Map),d=u=>{const f=a.at(u%a.length);!f||f.id===l||(i.current.get(f.id)?.focus(),o(f.id))},m=(u,f)=>{switch(u.key){case re.arrowRight:d(f+1);break;case re.arrowLeft:d(f-1<0?a.length-1:f-1);break;case re.home:d(0);break;case re.end:d(a.length-1);break;default:return}u.preventDefault()};return n.createElement($,null,({colorScheme:u})=>n.createElement("div",{role:"tablist",className:_(u,xe[u],xe[c],xe.tabs,s==="underline"&&xe.underline,r)},a.map(({name:f,id:p,textEndContent:h,testId:g},E)=>{const v=p===l;return n.createElement("button",{type:"button","data-testid":g,onClick:()=>{(!v||e)&&o(p)},onKeyDown:w=>m(w,E),ref:w=>{w?i.current.set(p,w):i.current.delete(p)},role:"tab","aria-selected":v,tabIndex:v?0:-1,key:p,className:_(xe.tab,xe[u],xe[c],{[xe.active]:v,[xe.canClickActive]:e,[xe.underline]:s==="underline"})},n.createElement(B,{fontVariant:c==="small"?z.SmallBold:z.BodyBold,className:_({"p-relative":!!h})},f,h))})))},u_="_wrap_yqav1_4",f_="_buttonContainer_yqav1_10",__="_dropContent_yqav1_17",p_="_fade_yqav1_1",h_="_contentTextNoWrap_yqav1_25",g_="_topLeft_yqav1_30",v_="_bottomLeft_yqav1_31",w_="_topRight_yqav1_35",E_="_bottomRight_yqav1_36",x_="_topMiddle_yqav1_42",b_="_bottomMiddle_yqav1_53",k_="_middleLeft_yqav1_62",C_="_middleRight_yqav1_63",y_="_limitSize_yqav1_84",B_="_row_yqav1_89",z_="_rowReverse_yqav1_93",I_="_column_yqav1_97",M_="_columnReverse_yqav1_101",Be={wrap:u_,buttonContainer:f_,dropContent:__,fade:p_,contentTextNoWrap:h_,topLeft:g_,bottomLeft:v_,topRight:w_,bottomRight:E_,topMiddle:x_,bottomMiddle:b_,middleLeft:k_,middleRight:C_,limitSize:y_,row:B_,rowReverse:z_,column:I_,columnReverse:M_},Gt=({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:f=!1,isDisabled:p,isOpen:h=!1,limitSize:g=!1,onClose:E,onContainerClick:v,onContentVisibilityChange:w,onOutsideClose:x,position:C="bottomLeft",flexDirection:M="row",...b})=>{const[y,L]=n.useState(h),I=n.useRef(b);I.current=b;const A=n.useCallback(()=>{E?.(),L(!1)},[E]),S=n.useCallback(()=>{l&&(A(),x?.())},[l,x,A]);n.useEffect(()=>{const T=Z=>{Z.key===re.escape&&A()};return T&&(y?document.addEventListener("keydown",T,!0):document.removeEventListener("keydown",T,!0)),()=>T&&document.removeEventListener("keydown",T,!0)},[c,A,y]);const N=n.useCallback(T=>{v?.(),y&&E?.(),L(Z=>!Z),T.stopPropagation()},[y,E,v]),k=n.useCallback(T=>T.stopPropagation(),[]),H=T=>{T.stopPropagation(),E?.(),L(!1)},V=n.useRef(w);V.current=w,n.useEffect(()=>{V.current?.(y)},[y]);const oe=F.useOnClickOutside(S),ne=n.useMemo(()=>n.createElement(n.Fragment,null,typeof o=="function"?o(y):o),[o,y]),G=n.useMemo(()=>u?.({"aria-label":a,children:ne,className:_(Be.buttonContainer,e),onClick:N,onKeyDown:k,...I.current},y)??n.createElement(de,{"aria-label":a,className:_(Be.buttonContainer,e),onClick:N,onKeyDown:k,...I.current},ne),[e,a,k,N,u,y,ne]);return p?n.createElement("div",{className:_(Be.wrap,r),ref:oe},ne):n.createElement("div",{className:_(Be.wrap,r),ref:oe},G,y&&n.createElement("div",{"aria-label":m,role:d,className:_(Be.dropContent,Be[C],Be[M],{[Be.contentTextNoWrap]:!f,[Be.limitSize]:g},i)},typeof s=="function"?s(H):s))},S_="_dark_tsp7p_20",L_="_light_tsp7p_46",A_="_container_tsp7p_290",R_="_errorText_tsp7p_291",N_="_containerWrapContent_tsp7p_295",$_="_selectWrapper_tsp7p_299",q_="_fullWidth_tsp7p_305",H_="_view_tsp7p_308",O_="_select_tsp7p_299",P_="_compact_tsp7p_365",T_="_small_tsp7p_369",V_="_medium_tsp7p_372",W_="_hasIcon_tsp7p_375",D_="_textWrapper_tsp7p_379",F_="_label_tsp7p_386",j_="_text_tsp7p_379",U_="_icon_tsp7p_394",G_="_chevron_tsp7p_395",K_="_error_tsp7p_291",X_="_inlineLabel_tsp7p_447",Q_="_disabled_tsp7p_464",O={dark:S_,light:L_,container:A_,errorText:R_,containerWrapContent:N_,selectWrapper:$_,fullWidth:q_,view:H_,select:O_,compact:P_,small:T_,medium:V_,hasIcon:W_,textWrapper:D_,label:F_,text:j_,icon:U_,chevron:G_,error:K_,inlineLabel:X_,disabled:Q_},Z_="_fullWidth_8i4we_12",Y_="_button_8i4we_16",J_="_wrapper_8i4we_20",ep="_menu_8i4we_25",tp="_checkboxWrapper_8i4we_29",np="_textWrapper_8i4we_41",le={fullWidth:Z_,button:Y_,wrapper:J_,menu:ep,checkboxWrapper:tp,textWrapper:np},O1=({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:f,labelModifier:p,menuComponent:h,multipleSelectionText:g="selected",noSelectionText:E,onContentVisibilityChange:v,onOutsideClose:w,options:x,sizeModifier:C="medium",testId:M,value:b=[],wrapContent:y=!1})=>n.createElement($,null,({colorScheme:L})=>n.createElement("div",{className:_(l??L,O[l??L],{[le.fullWidth]:d})},n.createElement(Gt,{buttonLabel:f,type:e,className:_(le.fullWidth,a),content:h,contentClassName:_({[le.fullWidth]:d}),isOpen:x.length>0&&m,isDisabled:i,onOutsideClose:w,onContentVisibilityChange:v,position:o,interactiveElement:I=>n.createElement(de,{...I,className:_(l??L,O.container,O[l??L],le.button,{[le.fullWidth]:d,[O.disabled]:i,[O.error]:c&&!i,[O.containerWrapContent]:y}),"data-testid":M},n.createElement(ap,{iconType:s,isDisabled:i,isFullWidth:d,isTruncated:u,labelModifier:p,multipleSelectionText:g,noSelectionText:E,options:x,selectLabel:f,sizeModifier:C,value:b}))}),c&&r&&n.createElement(B,{className:_("mt-2",O.errorText),variant:"danger"},r))),ap=({iconType:e,isDisabled:a,isFullWidth:l,isTruncated:o,labelModifier:r,multipleSelectionText:c,noSelectionText:s,options:i,selectLabel:d,sizeModifier:m,value:u})=>{const f=r==="hidden",p=r==="inline",h=w=>i.find(x=>x.id===w)?.label??w,g=p||f,E={text:d},v=()=>u.length===1?h(u[0]):u.length>1&&!o?u.map(w=>h(w)).join(", "):u.length===0&&!s||u.length>1?`${u.length} ${c}`:s;return n.createElement(n.Fragment,null,!g&&n.createElement(ke,{className:_(O.label),...E}),n.createElement(de,{className:_(O.selectWrapper,{[le.fullWidth]:l}),htmlTag:"div",disabled:a},n.createElement("div",{className:_(O.view,O[m],{[O.hasIcon]:!!e}),"data-testid":R.MultiselectView},g&&n.createElement(ke,{className:_(O.inlineLabel),isLabelHidden:f,isLabelInline:p,...E}),!!e&&n.createElement(W,{size:"compact",source:e,className:O.icon}),n.createElement("div",{className:_(O.textWrapper,le.textWrapper)},n.createElement("span",{className:O.text},v())),n.createElement(W,{size:m==="medium"?"compact":"mini",source:P.IconChevronDown,className:O.chevron}))))},lp=yt(ie,"light"),kl=({descriptionFontVariant:e,isFullWidth:a,labelFontVariant:l,menuTestId:o,onSelectChange:r,options:c,value:s=[],...i})=>{const d=({id:m,checked:u})=>{let f=[];!s.includes(m)&&u?f=[...s,m]:s.includes(m)&&!u&&(f=s.filter(h=>h!==m));const p=f.map(h=>({id:h,label:c.find(g=>g.id===h)?.label??"No label"}));r(p)};return n.createElement(O1,{options:c,value:s,isFullWidth:a,menuComponent:n.createElement(op,{descriptionFontVariant:e,isFullWidth:a,labelFontVariant:l,onChange:d,options:c,selection:s,testId:o}),...i})},Cl=({children:e,className:a,description:l,descriptionFontVariant:o=z.Body,...r})=>n.createElement("div",null,n.createElement(B,{...r,className:a},e),l&&n.createElement(B,{...r,className:_("d-block mb-1",a),fontVariant:o},l)),op=({descriptionFontVariant:e,isFullWidth:a=!1,labelComponent:l=Cl,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(lp,{className:_(le.wrapper,{[le.fullWidth]:a},"py-3"),"data-testid":i},n.createElement(Ge,{className:_(le.menu,"pl-4 pr-5 mr-1")},c.filter(m=>!m.isHidden).map((m,u)=>n.createElement("div",{className:_(le.checkboxWrapper,{"mb-2":u+1!==c.length}),key:m.id,"data-testid":`${R.MultiselectItem}-${u}`},n.createElement(yl,{descriptionFontVariant:e,isChecked:s.includes(m.id),labelComponent:l,labelFontVariant:o,onChange:d,option:m}))))):null},yl=({descriptionFontVariant:e,isChecked:a,labelComponent:l,labelFontVariant:o,onChange:r,option:c})=>{const s=n.useMemo(()=>({children:i,...d})=>n.createElement(l,{...d,fontVariant:o??d.fontVariant,description:c.description,descriptionFontVariant:e},i),[l,e,o,c.description]);return n.createElement(al,{checked:a,isDisabled:c.isDisabled,label:c.label,name:c.id,onChange:r,role:"menuitemcheckbox",labelComponent:s})},rp=yt(ie,"light"),cp=({buttonType:e,descriptionFontVariant:a,isFullWidth:l,isOpen:o,labelFontVariant:r,menuTestId:c,onConfirm:s,onContentVisibilityChange:i,options:d,value:m=[],...u})=>{const[f,p]=n.useState(m),[h,g]=n.useState(o),E=({id:w,checked:x})=>{let C=[];!f.includes(w)&&x?C=[...f,w]:f.includes(w)&&!x&&(C=f.filter(M=>M!==w)),p(C)},v=()=>{const w=f.map(x=>({id:x,label:d.find(C=>C.id===x)?.label??"No label"}));g(!1),s(w)};return n.createElement(O1,{buttonType:e,isFullWidth:l,isOpen:h,menuComponent:w=>n.createElement(sp,{descriptionFontVariant:a,isFullWidth:l,labelFontVariant:r,onChange:E,onConfirm:x=>{v(),w(x)},options:d,selection:f,testId:c}),options:d,onOutsideClose:()=>p(m),onContentVisibilityChange:i,value:f,...u})},sp=({descriptionFontVariant:e,isFullWidth:a=!1,labelComponent:l=Cl,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(rp,{className:_(le.wrapper,{[le.fullWidth]:a},"py-3"),"data-testid":d},n.createElement(Ge,{className:_(le.menu,"pl-4 pr-5 mr-1")},s.filter(u=>!u.isHidden).map((u,f)=>n.createElement("div",{className:_(le.checkboxWrapper,{"mb-2":f+1!==s.length}),key:u.id,"data-testid":`${R.MultiselectItem}-${f}`},n.createElement(yl,{descriptionFontVariant:e,isChecked:i.includes(u.id),labelComponent:l,labelFontVariant:o,onChange:m,option:u})))),n.createElement("div",{className:"mx-4 mt-2"},n.createElement(j,{onClick:c,modifier:"fullWidth","data-testid":R.ConfirmableMultiselectConfirm},"Confirm"))):null},ip=yt(jt,"light"),dp=({cancelButtonText:e,cancelButtonTestid:a,confirmButtonText:l,confirmButtonTestid:o,confirmButtonVariant:r="primary",description:c,descriptionWordBreak:s,descriptionUrlLinks:i=!0,isOpen:d,onCancel:m,onConfirm:u,title:f,titleWordBreak:p,...h})=>{const g=n.createElement(j,{onClick:u,variant:r,size:"medium","data-testid":o,modifier:"fullWidth"},l);return n.createElement(ip,{isOpen:d,...h},n.createElement(zt,{spacing:"none"},n.createElement(B,{fontVariant:z.H5,className:"mb-2",wordBreak:p},f),c&&n.createElement(B,{fontVariant:z.Body,className:"mb-4",wordBreak:s},i?n.createElement(gl,{text:c}):c),e?n.createElement(Ya,{className:"mt-2"},n.createElement(p1,{xs:6},n.createElement(j,{onClick:m,variant:"secondary",size:"medium","data-testid":a,modifier:"fullWidth"},e)),n.createElement(p1,{xs:6},g)):g))},mp="_wrapper_1uegx_4",up="_clickCatcher_1uegx_8",fp="_positionAdjuster_1uegx_17",u1={wrapper:mp,clickCatcher:up,positionAdjuster:fp},_p=({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:u1.wrapper},l&&n.createElement(n.Fragment,null,n.createElement("div",{className:u1.clickCatcher,onClick:r,role:"presentation",tabIndex:-1}),n.createElement("div",{className:u1.positionAdjuster},s)),e)},pp=({isPointingUpwards:e,...a})=>n.createElement($,null,({colorScheme:l})=>n.createElement(W,{colorScheme:l,size:"small",source:e?P.IconChevronUp:P.IconChevronDown,...a})),hp=({children:e,isOpen:a,...l})=>n.createElement(de,{"aria-expanded":a,htmlTag:"summary",...l},e,n.createElement(pp,{isPointingUpwards:a})),gp=({children:e,className:a,content:l,isFullWidth:o,isInitiallyOpen:r,onToggle:c,summaryElement:s=hp,...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:_("d-flex align-items-center",{"justify-content-space-between":o},a),isOpen:d,...i},e),l)},vp="_fileUpload_mtns5_13",wp="_button_mtns5_22",Ep="_disabledDark_mtns5_32",xp="_disabledLight_mtns5_37",bp="_error_mtns5_42",kp="_content_mtns5_47",Re={fileUpload:vp,button:wp,disabledDark:Ep,disabledLight:xp,error:bp,content:kp},Cp="or drag and drop",Bl=n.forwardRef(({accept:e,ariaLabel:a,colorScheme:l="dark",hasError:o,isDisabled:r,onChange:c,onDrop:s,multiple:i=!1,title:d,subTitle:m=Cp,...u},f)=>{const p=r?l==="dark"?Re.disabledDark:Re.disabledLight:"";return n.createElement(ll,{onDrop:s,colorScheme:l,hasError:o,isDisabled:r,...u},n.createElement(A1,{accept:e,className:Re.fileUpload,onChange:c,multiple:i,ref:f,ariaLabel:a,colorScheme:l,isDisabled:r},n.createElement("div",{className:Re.content},n.createElement("div",{className:Re.button},n.createElement(W,{source:P.IconAdd,size:"small",className:_(p,o&&Re.error),colorScheme:l})),d&&n.createElement(Ie,{className:"pb-0"},n.createElement(B,{fontVariant:z.H5,className:_(p,o&&Re.error),colorScheme:l},d)),m&&n.createElement(Ie,{className:"pt-0"},n.createElement(B,{fontVariant:z.Body,className:_(p,o&&Re.error),colorScheme:l},m)))))});Bl.displayName="DragAndUploadFiles";const yp=({children:e,className:a,...l})=>n.createElement("form",{className:a,...l},e),Bp="_group_1wlif_4",zp="_noneSpacing_1wlif_10",Ip="_compactSpacing_1wlif_14",Mp="_smallSpacing_1wlif_18",Sp="_mediumSpacing_1wlif_22",Lp="_largeSpacing_1wlif_26",Ap="_fullWidth_1wlif_30",Rp="_spaceBetween_1wlif_34",Np="_center_1wlif_38",$p="_normal_1wlif_42",Ht={group:Bp,noneSpacing:zp,compactSpacing:Ip,smallSpacing:Mp,mediumSpacing:Sp,largeSpacing:Lp,fullWidth:Ap,spaceBetween:Rp,center:Np,normal:$p},qp=({children:e,className:a,modifier:l,spacing:o="medium",justifyContent:r="normal",...c})=>n.createElement("div",{className:_(Ht.group,Ht[b1(o)],Ht[r],l&&Ht[l],a),...c},e),Hp="_pill_b6d2f_12",Op="_iconWrapper_b6d2f_19",Pp="_icon_b6d2f_19",Tp="_textWrapper_b6d2f_32",Vp="_text_b6d2f_32",gt={pill:Hp,iconWrapper:Op,icon:Pp,textWrapper:Tp,text:Vp},Wp=({className:e,text:a,...l})=>n.createElement(N1,{className:_("align-items-center",gt.pill,e),...l},n.createElement("div",{className:gt.iconWrapper},n.createElement(W,{className:gt.icon,source:P.IconInfoRound,colorScheme:"light"})),n.createElement("div",{className:gt.textWrapper},n.createElement(B,{colorScheme:"light",className:gt.text},a))),Dp="_menu_pmbhb_11",Fp={menu:Dp},zl=({fontVariant:e,item:a,variant:l,...o})=>n.createElement(Ie,{"aria-checked":a.isAriaChecked,"aria-selected":a.isAriaSelected,role:a.role,...o},n.createElement(B,{className:"px-1",fontVariant:e,variant:l},a.label),a.icon&&n.createElement(W,{color:a.iconColor,size:a.iconSize??"compact",source:a.icon})),Il=({item:e})=>{const a=e.linkWrapper;return e.url||e.clickAction||e.isDisabled?n.createElement(ul,{"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,iconSize:e.iconSize,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(zl,{item:e})},jp=e=>e.map(a=>String(a.label)).join(":"),Up=({children:e,className:a,colorScheme:l="light",testId:o})=>n.createElement(Q,{colorScheme:l},n.createElement(ie,{"data-testid":o,className:_(Fp.menu,a)},e)),Gp=({className:e,colorScheme:a="light",isAriaMultiSelectable:l,menuContent:o,menuEntryComponent:r=Il,onPointerDownCapture:c,role:s="menu",tabIndex:i,testId:d,wrapperComponent:m=Up})=>{const u=!Array.isArray(o),f=Object.entries(o);return n.createElement(m,{className:e,colorScheme:a,testId:d},f.map(([p,h],g)=>{const E=f.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(B,{fontVariant:z.BodyBold},p)),n.createElement("div",{className:"px-2"},n.createElement(se,{role:"separator"}))),n.createElement(zt,{onPointerDownCapture:c,"aria-multiselectable":l,className:"p-1",role:s,spacing:"compact",tabIndex:i},h.map((v,w)=>{const x=v.linkWrapper;return x?n.createElement(x,{key:`${v.label}-wrapper-${w}`},n.createElement(r,{item:v})):n.createElement(r,{key:`${v.label}-entry-${w}`,item:v})})),!E&&n.createElement("div",{className:"px-2"},n.createElement(se,{role:"separator"})))}))},Kp="_line_ik17u_25",Xp="_dark_ik17u_32",Qp="_disabled_ik17u_35",Zp="_completed_ik17u_38",Yp="_failed_ik17u_41",Jp="_active_ik17u_44",eh="_light_ik17u_48",nt={line:Kp,dark:Xp,disabled:Qp,completed:Zp,failed:Yp,active:Jp,light:eh},th=({className:e,colorScheme:a,isActive:l,isCompleted:o,isDisabled:r,isFailed:c,...s})=>n.createElement($,null,({colorScheme:i})=>n.createElement("div",{className:_(nt.line,nt[a??i],{[nt.active]:l,[nt.completed]:o,[nt.disabled]:r,[nt.failed]:c},e),"data-testid":R.LineStep,...s})),Ml=(e,a)=>{const o=Math.max(0,e);return o>a?a:o},nh=({steps:e,stepIndex:a})=>{const l=e.findIndex((r,c)=>c>=a&&!r.isDisabled),o=~l?l:a;return Ml(o,e.length-1)},ah=({isDisabled:e})=>e?"disabled":"standard",lh="_multistepIndicatorWrapper_1jax0_4",oh="_isStepNameHidden_1jax0_10",rh="_lineStepperWrapper_1jax0_14",ch="_lineStepListItem_1jax0_19",sh="_lineStepButton_1jax0_23",ih="_truncated_1jax0_27",dh="_item_1jax0_32",mh="_itemButton_1jax0_36",uh="_text_1jax0_39",fh="_number_1jax0_43",_h="_noHover_1jax0_52",pe={multistepIndicatorWrapper:lh,isStepNameHidden:oh,lineStepperWrapper:rh,lineStepListItem:ch,lineStepButton:sh,truncated:ih,item:dh,itemButton:mh,text:uh,number:fh,noHover:_h},ph=({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(il,{className:_(pe.number,{"mr-2":!s}),isActive:e||o,isCompleted:a,isFailed:l,isDisabled:r,stepNumber:d}),!s&&n.createElement(B,{isTruncated:c,className:pe.text,fontVariant:z.BodyBold,variant:ah({isDisabled:r})},i)),Aa="step",hh=({className:e,isCurrent:a,isStepNameTruncated:l,isStepNameHidden:o,step:r,stepIndex:c,variant:s,onStepChange:i})=>{const{isActive:d,isDisabled:m,url:u,isCompleted:f,isFailed:p,isSelectable:h,label:g,onClick:E}=r,v=m||!a&&!d&&!h,w=n.useRef(null),x=to();n.useEffect(()=>{x&&a&&w.current&&w.current.focus()},[a,x]);const C=c+1,M=s==="line"?g||`${Aa} ${C}`:o?`${C} ${g}`.trim():void 0;return n.createElement("li",{className:_(pe.item,{[pe.truncated]:l,[pe.lineStepListItem]:s==="line"},e)},n.createElement(Ft,{"aria-current":a?Aa:void 0,"aria-label":M,"aria-hidden":v,tabIndex:v?-1:0,"data-testid":`${R.MultistepIndicatorButton}-${c}`,disabled:v,ref:w,className:_(pe.itemButton,{[pe.noHover]:v,[pe.lineStepButton]:s==="line"},"d-flex align-items-center"),onClick:()=>{m||(i?.(c),E?.())},href:u,htmlTag:s==="line"||!u?"button":"a"},s==="ordered-list"?n.createElement(ph,{isActive:d,isCompleted:f,isFailed:p,isCurrent:a,isStepNameTruncated:l,isStepNameHidden:o,label:g,stepNumber:String(C)}):n.createElement(th,{isActive:d||a,isCompleted:f,isDisabled:m})))},gh=({"aria-label":e,className:a,colorScheme:l,currentStepIndex:o=0,isStepNameTruncated:r,isStepNameHidden:c=!1,stepClassName:s,steps:i,variant:d="ordered-list",onStepChange:m})=>{const u=Ml(o,i.length-1);return n.createElement($,null,({colorScheme:f})=>n.createElement(Q,{colorScheme:l??f},n.createElement("ol",{"aria-label":e,className:_("d-flex",pe.multistepIndicatorWrapper,{[pe.lineStepperWrapper]:d==="line",[pe.isStepNameHidden]:c},a),"data-testid":R.MultistepIndicator},i.map((p,h)=>n.createElement(hh,{className:s,isCurrent:h===u,isStepNameTruncated:r,isStepNameHidden:c,key:`${h}-${p.label}`,onStepChange:m,step:p,stepIndex:h,variant:d})))))},vh="_wrap_oxd8c_11",wh="_input_oxd8c_15",Eh="_button_oxd8c_35",xh="_buttonBorderDark_oxd8c_40",bh="_buttonBorderLight_oxd8c_44",Ne={wrap:vh,input:wh,button:Eh,buttonBorderDark:xh,buttonBorderLight:bh},kh=({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:f,isDisabled:p,stepValue:h=1,testIDDecrement:g,testIDIncrement:E,testIDInput:v})=>{const w=n.useCallback(M=>Math.min(Math.max(M,m),u),[m,u]),x=n.useCallback(M=>{const b=w(d+M);!p&&o(b)},[d,w,o,p]),C=M=>{const b=w(Number(M));o(b)};return n.createElement($,null,({colorScheme:M})=>{const b=l||M;return n.createElement("div",{className:Ne.wrap},n.createElement(j,{className:_(Ne.button,b==="dark"?Ne.buttonBorderDark:Ne.buttonBorderLight),colorScheme:b,variant:"translucent",onClick:()=>x(-h),disabled:d===m,"data-testid":g??R.NumberStepDecrement,"aria-label":r,isDisabled:p},c),n.createElement(st,{className:Ne.input,colorScheme:b,name:e,label:a,labelModifier:"hidden",type:"number",value:String(d),"data-testid":v??R.NumberStepInput,onValueChange:C,readOnly:f,isDisabled:p}),n.createElement(j,{className:_(Ne.button,b==="dark"?Ne.buttonBorderDark:Ne.buttonBorderLight),colorScheme:b,variant:"translucent",onClick:()=>x(h),disabled:d===u,"data-testid":E??R.NumberStepIncrement,"aria-label":s,isDisabled:p},i))})},Ch="_toggleShowPasswordIcon_p5tw9_4",yh={toggleShowPasswordIcon:Ch},Bh=({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(st,{...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:_(yh.toggleShowPasswordIcon,"ml-1"),source:c})),type:o?"text":"password"})},zh=(e,a)=>{const l=Array.from(e.styleSheets);for(const o of l)try{if(o.cssRules&&o.cssRules.length>0){const r=a.document.createElement("style");for(const c of Array.from(o.cssRules))r.appendChild(a.document.createTextNode(c.cssText));a.document.head.appendChild(r)}else if(o.href){const r=a.document.createElement("link");r.rel="stylesheet",r.href=o.href,a.document.head.appendChild(r)}}catch(r){if(r instanceof DOMException&&r.name==="SecurityError"){if(o.href){const c=a.document.createElement("link");c.rel="stylesheet",c.href=o.href,a.document.head.appendChild(c)}}else throw r}},Ih=({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(document,s),s.addEventListener("beforeunload",i),window.addEventListener("beforeunload",i)),()=>i()},[r,o]),r?Ha.createPortal(e,r):null},Mh="_wrap_rw770_12",Sh="_labelWrapper_rw770_17",Lh="_contentWrap_rw770_21",Ah="_input_rw770_29",Rh="_actions_rw770_34",Nh="_errorText_rw770_38",$e={wrap:Mh,labelWrapper:Sh,contentWrap:Lh,input:Ah,actions:Rh,errorText:Nh},P1=({children:e="",className:a,errorText:l,hasError:o,label:r,labelEnhanceEnd:c,...s})=>n.createElement("div",{className:_($e.wrap,a),...s},n.createElement("span",{className:_($e.labelWrapper,"d-flex align-items-center")},n.createElement(ke,{isUppercase:!0,className:"mb-0 mr-1",text:r,fontVariant:z.SmallBold,variant:"subtle"}),c),n.createElement("div",{className:$e.contentWrap},e),o&&l&&n.createElement(B,{className:_("mt-2",$e.errorText),variant:"danger",role:"alert"},l)),$h=({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:f,labelEnhanceEnd:p,modifyLabel:h="Edit",name:g,overrideInputValue:E,placeholder:v,shouldShowDenyAlert:w,type:x,renderText:C=B,onChange:M,onConfirm:b,onEditingStateChange:y})=>{const[L,I]=n.useState(l),[A,S]=n.useState(d),N=n.useRef(null),k=n.useId(),H=i??k;n.useEffect(()=>{E&&I(E)},[E]);const V=Z=>{M&&M(Z),I(Z.target.value)},oe=()=>{S(!1),y?.(!1),b?.(L)},ne=()=>{const Z=l===L,Y=w&&l!==L&&confirm(o);(!w||Z||Y)&&(I(l),S(!1),y?.(!1))},G=()=>{S(!0),y?.(!0)};n.useEffect(()=>{A&&N.current?.focus()},[A]);const T=n.createElement(n.Fragment,null,(u||!A)&&n.createElement(n.Fragment,null,n.createElement(C,{"data-testid":"text-saved"},l??v),!u&&n.createElement(j,{variant:"text",onClick:G,"data-testid":"btn-modify"},h)),!u&&A&&n.createElement(n.Fragment,null,n.createElement(st,{ref:N,className:$e.input,id:H,name:g,type:x,value:L,label:f,labelModifier:"hidden",onChange:V,hasError:c,placeholder:v,onKeyDown:Ut(oe),sizeModifier:"small"}),n.createElement("div",{className:$e.actions},b&&n.createElement(j,{variant:"text",onClick:ne,"data-testid":"btn-deny"},r),n.createElement(j,{variant:"text",isDisabled:m,onClick:oe,"data-testid":"btn-confirm"},e))));return n.createElement(P1,{className:a,errorText:s,hasError:c,label:f,labelEnhanceEnd:p},T)},qh=({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:f="--",options:p=[],shouldShowDenyAlert:h,value:g=[],onChange:E,onConfirm:v})=>{const[w,x]=n.useState(g),[C,M]=n.useState(s),b=N=>N.map(k=>({id:k,label:p.find(H=>H.id===k)?.label??k})),y=N=>{E&&E(N),x(N.map(k=>k.id))},L=()=>{M(!1);const N=b(w);v?.(N)},I=()=>{const N=g===w,k=g!==w&&confirm(l);(!h||N||k)&&(M(!1),x(g))},A=()=>{x(g),M(!0)},S=n.createElement(n.Fragment,null,(i||!C)&&n.createElement(n.Fragment,null,n.createElement(B,{"data-testid":"preference-multiselect-label"},b(g).map(N=>N.label).join(", ")||f),!i&&n.createElement(j,{variant:"text",onClick:A,"data-testid":"btn-modify"},u)),!i&&C&&n.createElement(n.Fragment,null,n.createElement(kl,{className:$e.input,value:w,label:d,isFullWidth:!0,labelModifier:"hidden",onSelectChange:y,hasError:r,sizeModifier:"small",options:p,isOpen:!0}),n.createElement("div",{className:$e.actions},v&&n.createElement(j,{variant:"text",onClick:I,"data-testid":"btn-deny"},o),n.createElement(j,{variant:"text",onClick:L,"data-testid":"btn-confirm"},e))));return n.createElement(P1,{className:a,errorText:c,hasError:r,label:d,labelEnhanceEnd:m},S)},Hh="_wrap_1l8nu_4",Oh="_withBorderBottom_1l8nu_12",Ph="_row_1l8nu_16",Th="_rowLeft_1l8nu_24",Vh="_rowBottom_1l8nu_30",vt={wrap:Hh,withBorderBottom:Oh,row:Ph,rowLeft:Th,rowBottom:Vh},Wh=({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:_(vt.wrap,{[vt.withBorderBottom]:i},e),"aria-labelledby":d},n.createElement("div",{className:vt.row},n.createElement("div",{className:"d-flex flex-direction-column"},o&&(typeof o=="string"?n.createElement(B,{fontVariant:z.BodyBold,variant:r},o):o),a&&(typeof a=="string"?n.createElement(B,{variant:l},a):a)),s&&n.createElement("div",{className:vt.rowLeft},s)),c&&n.createElement("div",{className:vt.rowBottom},c))},Dh=({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(st,{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})},Fh="_wrap_4mkm4_16",jh="_summary_4mkm4_20",Uh="_button_4mkm4_28",Gh="_actionGroup_4mkm4_44",Kh="_headingGroup_4mkm4_49",Xh="_headingText_4mkm4_53",Qh="_icon_4mkm4_64",Zh="_divider_4mkm4_69",Yh="_dark_4mkm4_73",Jh="_light_4mkm4_86",ze={wrap:Fh,summary:jh,button:Uh,actionGroup:Gh,headingGroup:Kh,headingText:Xh,icon:Qh,divider:Zh,dark:Yh,light:Jh},eg=({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[f,p]=n.useState(s),h=E=>{E.preventDefault(),p(v=>{const w=!v;return i&&i(w),w})},g=f?o:c;return n.createElement($,null,({colorScheme:E})=>n.createElement("details",{className:_(ze.wrap,l),open:f,"data-testid":R.SectionAccordionDetails},n.createElement("summary",{className:ze.summary,onClick:h,"data-testid":R.SectionAccordionSummary},n.createElement("div",{className:ze[r??E]},n.createElement("div",{className:_(ze.button,e)},n.createElement("div",{className:ze.headingGroup},n.createElement("div",{className:"d-flex align-items-center"},n.createElement(B,{variant:"inherit",className:ze.headingText,fontVariant:z.H3},m),u),typeof d=="string"?n.createElement(B,{variant:"inherit",className:ze.headingText},d):d),n.createElement("div",{className:ze.actionGroup},n.createElement(B,{variant:"inherit",fontVariant:z.BodyBold},g),n.createElement(W,{className:ze.icon,source:f?P.IconDoubleChevronUp:P.IconDoubleChevronDown}))),n.createElement(se,{colorScheme:r??E}))),f&&n.createElement("div",{className:"pt-4 pb-3"},a)))},tg=({children:e,className:a,colorScheme:l,subtitle:o,subtitleTestId:r,title:c,titleTestId:s,variant:i,...d})=>n.createElement($,null,({colorScheme:m})=>n.createElement(Q,{colorScheme:l??m},n.createElement("section",{className:a,...d},n.createElement(k1,null,n.createElement("div",{className:"mt-5"},n.createElement(B,{fontVariant:z.H2,variant:i,"data-testid":s},c)),n.createElement("div",{className:"mt-2"},n.createElement(B,{fontVariant:z.H6,variant:i,"data-testid":r},o)),e)))),ng=({className:e,colorScheme:a,errorText:l,errorTextTestId:o,hasError:r,iconType:c,id:s,isDisabled:i,isFullWidth:d,label:m,labelModifier:u,onValueChange:f,options:p,sizeModifier:h="medium",value:g,wrapContent:E=!1,...v})=>{const w=n.useId(),x=s??w,C=g||p[0]?.id,M=u==="hidden",b=u==="inline",y=b||M,L={text:m,id:x},I=A=>{g!==A.currentTarget.value&&f(A.currentTarget.value)};return n.useEffect(()=>{r&&l&&L1(l,"assertive")},[r,l]),n.createElement($,null,({colorScheme:A})=>n.createElement("div",{className:_(a??A,O.container,O[a??A],{[O.disabled]:i,[O.error]:r&&!i,[O.containerWrapContent]:E},e)},!y&&n.createElement(ke,{className:_(O.label),...L}),n.createElement("div",{className:_(O.selectWrapper,{[O.fullWidth]:d})},n.createElement("select",{className:O.select,id:x,onBlur:I,onChange:I,value:C,disabled:i,...v},p.map(({id:S,label:N,isDisabled:k})=>n.createElement("option",{disabled:k,key:S,value:S},N))),n.createElement("div",{className:_(O.view,O[h],{[O.hasIcon]:!!c}),"data-testid":R.SelectView},y&&n.createElement(ke,{className:_(O.inlineLabel),isLabelHidden:M,isLabelInline:b,...L}),!!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(S=>S.id===C)?.label??m)),n.createElement(W,{size:h==="medium"?"compact":"mini",source:P.IconChevronDown,className:O.chevron,"data-testid":R.SelectChevron}))),r&&l&&n.createElement(B,{className:_("mt-2",O.errorText),variant:"danger","data-testid":o},l)))},Sl=(e,a)=>{const{focusFrom:l}=H1(e);n.useEffect(()=>{a&&l()},[a,l])},ag="_wrapper_1p4xd_105",lg="_open_1p4xd_120",og="_withMask_1p4xd_123",rg="_sheet_1p4xd_127",cg="_withShadow_1p4xd_136",sg="_heightPortrait_1p4xd_141",ig="_heightLandscape_1p4xd_146",dg="_fullWidth_1p4xd_150",mg="_sheetInner_1p4xd_160",ug="_innerFullHeight_1p4xd_163",fg="_noMargin_1p4xd_166",_g="_closeButton_1p4xd_170",me={wrapper:ag,open:lg,withMask:og,sheet:rg,withShadow:cg,heightPortrait:sg,heightLandscape:ig,fullWidth:dg,sheetInner:mg,innerFullHeight:ug,noMargin:fg,closeButton:_g},Ra=e=>e.stopPropagation(),pg=({isFullWidth:e=!1,noMargin:a=!1,isOpen:l=!1,innerFullHeight:o=!1,withMask:r=!0,withShadow:c=!1,closeButtonAriaLabel:s="Close sheet",onClose:i,children:d,withCloseButton:m=!1,className:u,heightPortrait:f,heightLandscape:p})=>{const{ref:h}=io(l),[g,E]=n.useState(null);Sl(g,l);const v=f&&p?{"--sheet-height-portrait":`${f}dvh`,"--sheet-height-landscape":`${p}dvh`}:void 0;return n.createElement("div",{ref:h,className:_(me.wrapper,{[me.open]:l,[me.withMask]:r}),role:"dialog"},n.createElement("div",{className:_(me.sheet,u,{[me.fullWidth]:e,[me.heightPortrait]:!!f,[me.heightLandscape]:!!p,[me.withShadow]:c}),style:v,onClick:Ra,onKeyDown:Ra,role:"presentation"},n.createElement("div",{className:_(me.sheetInner,{[me.noMargin]:a,[me.innerFullHeight]:o}),ref:E,tabIndex:-1},d,m&&n.createElement(it,{"aria-label":s,onClose:i,className:me.closeButton}))))},hg="_box_1owu2_82",gg="_wrap_1owu2_95",vg="_dark_1owu2_103",wg="_withHover_1owu2_108",Eg="_rowBottom_1owu2_113",xg="_subtle_1owu2_113",bg="_inactive_1owu2_113",kg="_figureCaption_1owu2_113",Cg="_figureText_1owu2_114",yg="_divider_1owu2_123",Bg="_icon_1owu2_126",zg="_danger_1owu2_130",Ig="_warning_1owu2_157",Mg="_success_1owu2_184",Sg="_light_1owu2_211",Lg="_row_1owu2_113",Ag="_flexGrow_1owu2_327",Rg="_rowTop_1owu2_331",Ng="_dividerWrap_1owu2_339",$g="_caption_1owu2_345",qg="_figure_1owu2_113",Hg="_small_1owu2_349",Og="_medium_1owu2_353",X={box:hg,wrap:gg,dark:vg,withHover:wg,rowBottom:Eg,subtle:xg,inactive:bg,figureCaption:kg,figureText:Cg,divider:yg,icon:Bg,danger:zg,warning:Ig,success:Mg,light:Sg,row:Lg,flexGrow:Ag,rowTop:Rg,dividerWrap:Ng,caption:$g,figure:qg,small:Hg,medium:Og};var Pg=(function(e){return e.Danger="danger",e.Success="success",e.Warning="warning",e})({});const Ll=({children:e,className:a,colorScheme:l,isWithShadow:o=!1,padding:r="none",shadowModifier:c="light",variant:s,withHover:i=!1,...d})=>n.createElement($,null,({colorScheme:m})=>n.createElement(ie,{className:_(a,X.box,X[l??m],{[X.withHover]:i},s&&X[s]),isWithShadow:o,padding:r,shadowModifier:c,...d},e)),w1=({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:f,icon:p,iconColor:h,isActive:g=!0}=l,E=h?{style:{color:h}}:{className:X.icon},v=typeof r=="string"?r:"",w=typeof d=="string"?d:"",x=`${i??v} `,C=`${f??w} `;return n.createElement("div",{...o,className:_(X.row,{[X.rowBottom]:a==="bottom",[X.rowTop]:a==="top",[X.subtle]:u==="small"},e)},p&&n.createElement("div",E,p),n.createElement("figure",{className:_(X.figure,{[X.inactive]:!g})},n.createElement(B,{className:_(X.figureText,X[u],m),htmlTag:"span",variant:"inherit",fontVariant:u==="small"?z.BodyBold:z.H3,title:`${x}${C}`},d),n.createElement("figcaption",{className:_(X.caption)},typeof r!="string"?r:n.createElement(B,{className:_(X.figureCaption,X[s],c),variant:"inherit"},r))))},Tg=({className:e,colorScheme:a,hasDivider:l,rowBottom:o,rowTop:r,shadowModifier:c,variant:s,withHover:i})=>n.createElement(Ll,{className:_(e,X.wrap,{[X.flexGrow]:!!o}),colorScheme:a,shadowModifier:c,variant:s,withHover:i},n.createElement(w1,{position:o?"top":void 0,rowData:r}),l&&o&&n.createElement("div",{className:X.dividerWrap},n.createElement(se,{className:X.divider,"data-testid":"divider"})),o&&n.createElement(w1,{position:"bottom",rowData:o})),Vg="_tabList_kxan6_105",Wg="_tabLink_kxan6_118",Dg="_tabButtonPadding_kxan6_142",Fg="_tabName_kxan6_157",jg="_tabNameContent_kxan6_169",Ug="_tabContent_kxan6_173",Gg="_none_kxan6_173",Kg="_compact_kxan6_176",Xg="_small_kxan6_179",Qg="_medium_kxan6_182",Zg="_large_kxan6_185",Yg="_divider_kxan6_194",qe={tabList:Vg,tabLink:Wg,tabButtonPadding:Dg,tabName:Fg,tabNameContent:jg,tabContent:Ug,none:Gg,compact:Kg,small:Xg,medium:Qg,large:Zg,divider:Yg},Jg=({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,...f})=>{const[p,h]=n.useState(i),g=n.Children.toArray(a).filter(Boolean),E=r??tv;n.useEffect(()=>{h(i)},[i]),n.useEffect(()=>{m&&m(p)},[p,m]);const v=g.map((w,x)=>n.isValidElement(w)&&n.createElement(E,{"aria-selected":p===x,"data-active":p===x,"data-testid":w.props["data-testid"]??`${R.Tab}-${x}`,key:w.props.title,onClick:()=>h(x),role:"tab"},n.createElement("div",{className:qe.tabNameContent},w.props.tabEnhancerStart&&n.createElement("div",null,w.props.tabEnhancerStart),n.createElement("div",null,w.props.title),w.props.tabEnhancerEnd&&n.createElement("div",null,w.props.tabEnhancerEnd))));return n.createElement($,null,({colorScheme:w})=>n.createElement(Q,{colorScheme:o??w},n.createElement("div",{className:l,...f},n.createElement("div",{role:"tablist",className:_(qe.tabList,{[qe.tabButtonPadding]:!d})},v),c&&n.createElement(se,{className:qe.divider}),g.map((x,C)=>{if(!n.isValidElement(x))return null;const M=p===C;return u?n.createElement("div",{key:x.props.title,className:_({[e??""]:M,[s??""]:!M})},x):M?x:null}))))},ev=({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:_(qe.tabContent,qe[l],a),...d},e)},tv=({children:e,className:a,...l})=>n.createElement("button",{className:_(qe.tabLink,a),...l},n.createElement(B,{className:qe.tabName},e)),nv="_list_20q8b_14",av="_tag_20q8b_20",lv="_isInteractive_20q8b_34",ov="_isTruncated_20q8b_38",Pt={list:nv,tag:av,isInteractive:lv,isTruncated:ov},rv=({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})),cv=({children:e,onClick:a})=>a?n.createElement(de,{onClick:a},e):e,Al=({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:_(Pt.tag,{[Pt.isInteractive]:l||!!c,[Pt.isTruncated]:o},a),title:d},n.createElement(cv,{onClick:c?()=>c(r):void 0},typeof r=="string"&&n.createElement(B,{fontVariant:z.Body,isTruncated:o,variant:m},r),e),s&&n.createElement(rv,{ariaLabel:u,onRemove:s}))},sv=({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($,null,({colorScheme:i})=>n.createElement(Q,{colorScheme:a??i},n.createElement("ul",{className:_(Pt.list,e)},s.map((d,m)=>n.createElement("li",{className:"d-inline-flex",key:`${m}:${d.label}`},n.createElement(Al,{...d,variant:r}))))))},iv=(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 Rl(e,a,l="unmount"){return function(r){const{isVisible:c,className:s,...i}=r,d=iv(c,a);return!d&&l==="unmount"?null:n.createElement(e,{...i,className:_(s,!d&&"d-none")})}}const dv="_toast_nzlyj_4",mv="_topCenter_nzlyj_16",uv="_toast-top-in_nzlyj_1",fv="_hidden_nzlyj_21",_v="_toast-top-out_nzlyj_1",pv="_bottomCenter_nzlyj_25",hv="_toast-bottom-in_nzlyj_1",gv="_toast-bottom-out_nzlyj_1",vv="_clickable_nzlyj_35",Ot={toast:dv,topCenter:mv,"toast-top-in":"_toast-top-in_nzlyj_1",toastTopIn:uv,hidden:fv,"toast-top-out":"_toast-top-out_nzlyj_1",toastTopOut:_v,bottomCenter:pv,"toast-bottom-in":"_toast-bottom-in_nzlyj_1",toastBottomIn:hv,"toast-bottom-out":"_toast-bottom-out_nzlyj_1",toastBottomOut:gv,clickable:vv},wv=({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,f]=n.useState(r);return n.useEffect(()=>f(r),[r]),n.useEffect(()=>{let p;return u&&L1(c,"assertive"),u&&d>0&&(p=window.setTimeout(()=>{f(!1),s?.()},d)),()=>clearTimeout(p)},[u,d,s,c]),n.createElement($,null,({colorScheme:p})=>n.createElement("div",{className:_(Ot.toast,Ot[i],{[Ot.hidden]:!u},e),role:"status"},n.createElement(N1,{className:_("d-flex align-items-center text-center pl-4 pr-4 ml-3 mr-3",{[Ot.clickable]:o||s}),onClose:s?()=>{f(!1),s()}:void 0,colorScheme:a??p,...m},l,n.createElement(B,{variant:"inherit"},c))))},Nl=Rl(wv,400);var Tt=(function(e){return e.Icon="icon",e.Image="image",e.Initials="initials",e.Number="number",e})({});function Ev(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 $l(e,a=""){if(!e)return a;const l=e.replace(/\(.*?\)/gm,"").split(" ").filter(Boolean).map(Ev);return l.splice(1,l.length-2),l.join("").toUpperCase()}const xv="_wrap_1qymo_7",bv="_compact_1qymo_23",kv="_small_1qymo_27",Cv="_md_1qymo_31",yv="_medium_1qymo_35",Bv="_large_1qymo_39",zv="_image_1qymo_43",Iv="_text_1qymo_48",Mv="_dark_1qymo_51",Sv="_border_1qymo_54",Lv="_noBackground_1qymo_57",Av="_light_1qymo_60",Ue={wrap:xv,compact:bv,small:kv,md:Cv,medium:yv,large:Bv,image:zv,text:Iv,dark:Mv,border:Sv,noBackground:Lv,light:Av},Rv=({alt:e,className:a,text:l,iconType:o,iconSize:r="compact",imageUrl:c,type:s,textVariant:i="inherit",fontVariant:d=z.BodyBold,title:m,...u})=>{const f=s==="icon",p=s==="text",h=s==="image",g=p||f;return n.createElement("div",{className:_(Ue.wrap,a),title:m,...u},g&&n.createElement(B,{fontVariant:d,variant:i,className:_({[Ue.text]:p,"d-flex":f}),isTruncated:!0},p&&l,f&&o&&n.createElement(W,{size:r,source:o})),h&&c&&n.createElement("img",{src:c,alt:e,className:Ue.image}))},ql=({className:e,colorScheme:a,modifier:l,textVariant:o,sizeModifier:r="small",...c})=>n.createElement($,null,({colorScheme:s})=>{const i=a??s,d=a==="dark"?"subtle":"tinted";return n.createElement(Q,{colorScheme:i},n.createElement(Rv,{className:_(i,Ue[i],Ue[r],{[Ue.border]:l==="border",[Ue.noBackground]:l==="noBackground"},e),textVariant:o??d,...c}))}),Nv={none:"none",compact:"smallBold",small:"bodyBold",md:"bodyBold",medium:"h5",large:"h3"},$v=e=>Nv[e],Hl=99,qv=(e,a=Hl)=>{const l=n.useMemo(()=>e>a,[e,a]),o=n.useMemo(()=>e>9?z.SmallBold:z.BodyBold,[e]);return{isMoreThanMaxNumber:l,fontVariant:o}},Ol=({alt:e,colorScheme:a,displayName:l,iconType:o,imageUrl:r,isActive:c,number:s=0,sizeModifier:i="small",title:d,type:m,...u})=>{const f=m===Tt.Image&&r,p=m===Tt.Initials,h=m===Tt.Number&&!Number.isNaN(s)&&s!==void 0,{isMoreThanMaxNumber:g,fontVariant:E}=qv(s),v=()=>h?{type:"text",text:g?`${Hl}+`:`+${s}`}:f?{type:"image",imageUrl:r,alt:e??""}:l!==void 0&&(p||!f)?{type:"text",text:l!==""?$l(l):l}:{type:"icon",iconType:o??P.IconMoreHorizontal,title:d??l??"User avatar"};return n.createElement(ql,{colorScheme:a,fontVariant:h?E:$v(i),sizeModifier:i,...c?{"data-user-avatar-active":!0}:{"data-user-avatar":!0},...u,...v()})},Hv="_mobileButton_nz49v_209",Ov="_active_nz49v_218",Pv="_disabled_nz49v_223",f1={mobileButton:Hv,active:Ov,disabled:Pv},Tv=()=>"inherit",Pl=({isContentVisible:e,displayName:a,variant:l="tertiary",isDisabled:o=!1,modifier:r="disc",colorScheme:c,...s})=>{const i=()=>a?{type:"text",text:$l(a)}:{type:"icon",iconType:P.IconSettings};return n.createElement(j,{...s,isActive:e,modifier:r,size:"large",variant:l,colorScheme:c,isDisabled:o,className:_(f1.mobileButton,e&&f1.active,o&&f1.disabled)},n.createElement(ql,{modifier:"noBackground",textVariant:Tv(),iconSize:"small",...i()}))},Vv=({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[f,p]=n.useState(!0);return n.createElement($,null,({colorScheme:h})=>n.createElement(Gt,{closeOnEscape:!0,className:e,contentClassName:a,buttonLabel:s,onContentVisibilityChange:g=>{p(!g),d?.(g)},interactiveElement:(g,E)=>n.createElement($1,{text:c,position:m,isTooltipEnabled:f},n.createElement(Pl,{...g,isContentVisible:E,variant:r,colorScheme:o??h,isDisabled:i,displayName:l})),...u}))},Wv="_user_190uv_4",Dv="_textLeft_190uv_8",Fv="_userAvatar_190uv_13",jv="_textWrapper_190uv_17",Uv="_textItem_190uv_26",at={user:Wv,textLeft:Dv,userAvatar:Fv,textWrapper:jv,textItem:Uv},Gv=({avatarType:e,email:a,displayName:l,imageUrl:o,order:r="text-right",colorScheme:c,usernameFontVariant:s=z.BodyBold,className:i,textItemClassName:d,size:m="small"})=>n.createElement($,null,({colorScheme:u})=>n.createElement(Q,{colorScheme:c??u},n.createElement("div",{className:_(at.user,{[at.textLeft]:r==="text-left"},i),"data-testid":R.UserView},n.createElement(Ol,{type:e,displayName:l,translate:"no",imageUrl:o,className:at.userAvatar,sizeModifier:m}),n.createElement("div",{className:at.textWrapper},n.createElement("div",{className:_(at.textItem,d)},n.createElement(B,{fontVariant:s,isTruncated:!0,translate:"no",title:l},l)),a&&n.createElement("div",{className:_(at.textItem,d)},n.createElement(B,{fontVariant:z.Body,isTruncated:!0},a)))))),Kv="_videoWrapper_1a0v9_7",Xv="_fullHeight_1a0v9_21",Qv="_fullWidth_1a0v9_24",Zv="_small_1a0v9_34",Yv="_large_1a0v9_38",Jv="_borderRadiusNone_1a0v9_43",ew="_border_1a0v9_43",tw="_backgroundNone_1a0v9_52",nw="_backgroundPrimary_1a0v9_56",aw="_backgroundSecondary_1a0v9_60",lw="_backgroundBlack_1a0v9_64",ow="_backgroundLight_1a0v9_68",rw="_alignCenter_1a0v9_72",cw="_alignEnd_1a0v9_76",sw="_alignStart_1a0v9_80",iw="_alignStretch_1a0v9_84",dw="_flexColumn_1a0v9_88",mw="_flexRow_1a0v9_92",uw="_justifyEnd_1a0v9_96",fw="_justifyCenter_1a0v9_100",_w="_justifyStart_1a0v9_104",K={videoWrapper:Kv,fullHeight:Xv,fullWidth:Qv,small:Zv,large:Yv,borderRadiusNone:Jv,border:ew,backgroundNone:tw,backgroundPrimary:nw,backgroundSecondary:aw,backgroundBlack:lw,backgroundLight:ow,alignCenter:rw,alignEnd:cw,alignStart:sw,alignStretch:iw,flexColumn:dw,flexRow:mw,justifyEnd:uw,justifyCenter:fw,justifyStart:_w},Tl=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,...f},p)=>{const h=o==="small",g=o==="large",E=o==="full",v=r==="none",w=l==="none",x=l==="primary",C=l==="secondary",M=l==="black",b=l==="light";return n.createElement("div",{className:_(K.videoWrapper,{[K.small]:h,[K.large]:g,[K.borderRadiusNone]:v,[K.border]:c,[K.backgroundNone]:w,[K.backgroundPrimary]:x,[K.backgroundSecondary]:C,[K.backgroundBlack]:M,[K.backgroundLight]:b,[K.alignCenter]:s==="center",[K.alignEnd]:s==="flex-end",[K.alignStart]:s==="flex-start",[K.alignStretch]:s==="stretch",[K.flexColumn]:i==="column",[K.flexRow]:i==="row",[K.fullHeight]:m||E,[K.fullWidth]:u||E,[K.justifyEnd]:d==="flex-end",[K.justifyCenter]:d==="center",[K.justifyStart]:d==="flex-start"},e,"videoWrapperGlobal"),...f,ref:p},a)});Tl.displayName="VideoWrapper";const Vl=Wt.createSignal({name:"notification:toast"}),Wl=3e3,Dl=400,pw=Wl+Dl;let hw=0;const gw=(e,a)=>!(!e||!a||e.colorScheme!==a.colorScheme||e.message!==a.message),vw=e=>{const a=n.useRef(void 0),[l,o]=n.useState([]),[r]=l,c=r?.timeout??Wl;if(n.useEffect(()=>Vl.add(s=>{if(Array.isArray(s)){const i=s.map(d=>({...d,id:hw++}));o(d=>{const m=i.filter(u=>u.isInterrupt);if(m.length>0){const u=i.filter(h=>!h.isInterrupt),[f,...p]=d;return f?.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+Dl:pw,i=c===0;if(l.length>0&&a.current==null&&!i){const m=()=>{o(u=>{const[f]=u;let p=u.slice(1);for(;p[0]&&gw(f,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(Nl,{...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},ww="_wrapper_odjga_12",Ew="_button_odjga_16",xw="_reactiveStyles_odjga_22",bw="_active_odjga_22",kw="_icon_odjga_25",wt={wrapper:ww,button:Ew,reactiveStyles:xw,active:bw,icon:kw},Cw=({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(Gt,{buttonLabel:o,className:wt.wrapper,content:r,"data-testid":"kebab-menu",interactiveElement:(f,p)=>n.createElement(j,{...f,className:_(f.className,wt.button,{[wt.reactiveStyles]:m,[wt.active]:p},e),isDisabled:l,variant:s,size:i,modifier:d},n.createElement(W,{source:a==="vertical"?P.IconMoreVertical:P.IconMoreHorizontal,className:_({[wt.icon]:m}),"data-testid":`kebab-menu-icon-${a}`})),isDisabled:l,position:c,...u}),yw="_slider_twper_12",Bw="_dark_twper_23",zw="_light_twper_44",Na={slider:yw,dark:Bw,light:zw},Iw=({colorScheme:e,className:a,max:l,min:o,step:r,selectedValue:c=0,onChange:s})=>n.createElement($,null,({colorScheme:i})=>n.createElement("input",{type:"range",className:_(Na.slider,Na[e??i],a),max:l,min:o,step:r,value:c,onChange:s})),Mw="_captionsContainer_mfrkh_114",Sw="_speakers_mfrkh_118",Lw="_captions_mfrkh_114",Aw="_timestamp_mfrkh_120",Rw="_captionsTitle_mfrkh_124",Et={captionsContainer:Mw,speakers:Sw,captions:Lw,timestamp:Aw,captionsTitle:Rw},Nw=({captions:e,speakers:a,className:l,timestamp:o,...r})=>e?n.createElement("div",{className:_(Et.captionsContainer,l)},(a||o)&&n.createElement("div",{className:Et.captionsTitle},a&&n.createElement(B,{fontVariant:z.BodyBold,translate:"no",className:Et.speakers,htmlTag:"p",isTruncated:!0},a.join(", ")),o&&n.createElement(B,{variant:"standard",htmlTag:"p",fontVariant:z.Small,className:Et.timestamp},o)),n.createElement(B,{variant:"standard",htmlTag:"p",className:_(Et.captions),...r},e)):null,$w="_button_pc9ci_12",qw="_iconsWrapper_pc9ci_15",Hw="_overlay_pc9ci_16",Ow="_assetsWrapper_pc9ci_20",Pw="_previewAsset_pc9ci_49",Tw="_previewAssetImg_pc9ci_59",lt={button:$w,iconsWrapper:qw,overlay:Hw,assetsWrapper:Ow,previewAsset:Pw,previewAssetImg:Tw},Vw=({assets:e})=>n.createElement(n.Fragment,null,e?.map(a=>n.createElement("figure",{key:a.id,className:_(lt.previewAsset),style:{backgroundImage:a.src?`url('${a.src}')`:void 0,backgroundColor:`${a.color}`}},a.src?n.createElement("img",{className:lt.previewAssetImg,alt:"A preview of the currently selected asset."}):null))),Fl=({assets:e,className:a,children:l,...o})=>n.createElement(j,{variant:"translucent",noHover:!0,className:_(lt.button,a),...o},n.createElement("div",{className:lt.assetsWrapper},n.createElement(Vw,{assets:e})),n.createElement("div",{className:lt.overlay}),n.createElement("div",{className:lt.iconsWrapper},n.createElement(W,{source:P.IconEdit,size:"medium"}),l)),Ww=({images:e,...a})=>n.createElement(Fl,{assets:e,...a}),jl=({colors:e,...a})=>n.createElement(Fl,{assets:e,...a}),Dw="_container_19qgq_4",Fw="_input_19qgq_9",jw="_button_19qgq_16",Uw="_label_19qgq_20",Gw="_hidden_19qgq_20",xt={container:Dw,input:Fw,button:jw,label:Uw,hidden:Gw},Kw=new RegExp(/^#(?:[a-fA-F0-9]{2}){3}$/),Xw=({defaultValue:e,label:a,onChange:l,...o})=>{if(e&&!Kw.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:xt.container},n.createElement("label",{htmlFor:r},n.createElement(B,{className:_(xt.label,xt.hidden)},a)),n.createElement("input",{...o,ref:c,className:xt.input,id:r,type:"color",value:s,onChange:u=>{i(u.target.value),m(u)}}),n.createElement(jl,{className:xt.button,htmlTag:"div",onClick:d,colors:[{id:r,color:s}]}))},Qw="_leftPinnedTableSection_172q9_17",Zw="_rightPinnedTableSection_172q9_22",Yw="_middleTableSection_172q9_27",Jw="_pinnedColumnsTable_172q9_30",eE="_table_172q9_34",tE="_tableContent_172q9_45",nE="_tableRow_172q9_49",aE="_tableCell_172q9_56",lE="_tableHead_172q9_62",oE="_tableBody_172q9_65",rE="_tableRowInner_172q9_73",cE="_showOnlyOnHover_172q9_96",sE="_tableHeadCell_172q9_109",iE="_sortIndicator_172q9_117",dE="_isSorted_172q9_117",mE="_indicatorArrow_172q9_121",uE="_isIndicatorFocused_172q9_124",fE="_tablePagination_172q9_132",_E="_isSticky_172q9_143",pE="_paginationButtonGroup_172q9_155",hE="_tablePageIndicator_172q9_159",gE="_rowSelected_172q9_167",vE="_expanderCell_172q9_171",wE="_headCellEnhancer_172q9_177",EE="_isDisabled_172q9_181",xE="_infinityScrollTableBody_172q9_185",D={leftPinnedTableSection:Qw,rightPinnedTableSection:Zw,middleTableSection:Yw,pinnedColumnsTable:Jw,table:eE,tableContent:tE,tableRow:nE,tableCell:aE,tableHead:lE,tableBody:oE,tableRowInner:rE,showOnlyOnHover:cE,tableHeadCell:sE,sortIndicator:iE,isSorted:dE,indicatorArrow:mE,isIndicatorFocused:uE,tablePagination:fE,isSticky:_E,paginationButtonGroup:pE,tablePageIndicator:hE,rowSelected:gE,expanderCell:vE,headCellEnhancer:wE,isDisabled:EE,infinityScrollTableBody:xE},bE=({hasPinnedColumns:e,className:a,...l})=>n.createElement("div",{role:"table",className:_(D.table,{[D.pinnedColumnsTable]:e},"d-flex flex-direction-row",a),...l}),Ul=({className:e,isDisabled:a,isSelected:l,style:o,...r})=>n.createElement("div",{className:_(D.tableRow,{[D.rowSelected]:l,[D.isDisabled]:a},e),role:"row",style:o,tabIndex:0,...r}),kE=({children:e,...a})=>n.createElement(Ul,a,n.createElement("div",{className:D.tableRowInner},e)),CE=({className:e,hasInfinityScroll:a=!1,...l})=>n.createElement("div",{role:"rowgroup",className:_(D.tableBody,a&&D.infinityScrollTableBody,e),...l}),yE=({className:e,isOnlyShownOnHover:a=!1,...l})=>n.createElement("div",{className:_(D.tableCell,{[D.showOnlyOnHover]:a},e),...l}),BE=({className:e,...a})=>n.createElement("div",{className:_(D.tableContent,e),...a}),zE=({className:e,...a})=>n.createElement("div",{className:_(D.tableHead,e),role:"rowgroup",...a}),IE=({className:e,isDisabled:a=!1,isSorted:l=!1,...o})=>n.createElement("div",{className:_(D.tableHeadCell,{[D.isSorted]:l&&!a,[D.isDisabled]:a},e),...o}),ME=({isSorted:e=!1,isSortDescending:a,...l})=>n.createElement("div",{className:D.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:_(D.indicatorArrow,{[D.isIndicatorFocused]:e&&!a}),d:"M0 8L5 13L10 8H0Z"}),n.createElement("path",{className:_(D.indicatorArrow,{[D.isIndicatorFocused]:e&&a}),d:"M10 5L5 -4.37114e-07L0 5L10 5Z"}))),SE=({isExpanded:e,children:a,textVariant:l="subtle",...o})=>{const r=e?P.IconChevronDown:P.IconChevronRight;return n.createElement(de,{className:D.expanderCell,...o},n.createElement(W,{size:"compact",source:r,className:"mr-2"}),n.createElement(B,{fontVariant:z.BodyBold,isTruncated:!0,title:a,variant:l},a))},LE=({enhanceEnd:e,enhanceStart:a,title:l})=>n.createElement("span",{className:"d-flex align-items-center"},a&&n.createElement("span",{className:_("mr-1",D.headCellEnhancer)},a),n.createElement("span",{className:"d-block"},l),e&&n.createElement("span",{className:_("ml-1",D.headCellEnhancer)},e)),Gl=({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 E=Math.floor(g/r);return i&&E===s-1?h[E-1]?.push(g):h[E]?.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 f=d[m],p=({index:h,anchor:g,isSpacer:E=!1,offset:v=0})=>{const w=d[h],C={floor:w?.[0],ceil:w?.[w?.length-1]}[g]??0;return w?{toIndex:C+v,isSpacer:E}:!1};return o=(m===0?[f?.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}),f?.map(h=>({toIndex:h}))]:[p({index:0,anchor:"floor"}),p({index:m-1,anchor:"ceil",isSpacer:!0}),f?.map(h=>({toIndex:h})),p({index:m+1,anchor:"floor",isSpacer:!0}),p({index:s-1,anchor:"ceil"})]).flat().filter(Boolean),o},AE=({isGrouped:e,totalPagesCount:a,pageIndex:l,...o})=>{const r=e?NE:RE;return n.createElement(r,{pageIndex:l,totalPagesCount:a,...o})},RE=({isDisabled:e,onClick:a,pageIndex:l,totalPagesCount:o})=>n.createElement(n.Fragment,null,[...Array(o).keys()].map(r=>n.createElement(Kl,{index:r,isDisabled:e,key:`paginationNav-${r}`,onClick:a,pageIndex:l},r+1))),NE=({isDisabled:e,onClick:a,pageIndex:l,totalPagesCount:o})=>{const r=Math.min(5,Math.floor(o/3)),c=Gl({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}`,f=d?"...":m+1;return n.createElement(Kl,{onClick:a,index:m,isDisabled:e,key:u,pageIndex:l},f)}))},Kl=({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)),$E=({endCount:e,isDisabled:a,startCount:l,totalCount:o})=>n.createElement(B,{variant:a?"disabled":"standard"},"Results: ",l," - ",e," of ",o),qE=({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:f,pageSize:p=20,previousPage:h,previousPageButtonChildren:g="Previous",resultsCountComponent:E=$E,showResultsCount:v=!0,totalPagesCount:w,totalRows:x})=>{if(!s)return null;const C=x?f*p+1:0,M=x?C+l-1:0,b=w??Math.ceil(x/p),y=b>d;return n.createElement("nav",{className:_(D.tablePagination,{[D.isSticky]:c}),"aria-label":`${i} - table pagination`},v&&n.createElement(E,{isDisabled:r,endCount:M,startCount:C,totalCount:x}),x>p&&n.createElement("div",{className:D.paginationButtonGroup},n.createElement(j,{className:"mr-1",isDisabled:!!r||!a,onClick:()=>a&&h(),variant:"neutral"},g),n.createElement("ul",{className:D.tablePageIndicator},n.createElement(AE,{isDisabled:r,isGrouped:y,onClick:o,pageIndex:f,totalPagesCount:b})),n.createElement(j,{className:"ml-1",isDisabled:!!r||!e,onClick:()=>e&&m(),variant:"neutral"},u)))},HE=({className:e,position:a="middle",...l})=>n.createElement("div",{className:_({[D.leftPinnedTableSection]:a==="left-pinned",[D.middleTableSection]:a==="middle",[D.rightPinnedTableSection]:a==="right-pinned"},e),...l}),OE="_light_1r1fs_208",PE="_dark_1r1fs_214",TE="_innerMenu_1r1fs_220",VE="_innerMenuScrollbar_1r1fs_224",WE="_innerMenuButton_1r1fs_233",DE="_innerMenuItem_1r1fs_238",FE="_highlighted_1r1fs_256",jE="_isDisabled_1r1fs_256",UE="_isDanger_1r1fs_297",GE="_innerMenuItemWrapper_1r1fs_301",KE="_innerMenuItemEndIcon_1r1fs_306",XE="_innerMenuSubMenuIndicator_1r1fs_312",QE="_innerMenuSubMenuIndicatorPushToEnd_1r1fs_316",ZE="_innerMenuHeader_1r1fs_320",YE="_innerMenuBackButton_1r1fs_328",JE="_innerMenuBackIcon_1r1fs_332",ex="_innerMenuContent_1r1fs_336",tx="_innerMenuUnderlay_1r1fs_345",nx="_innerMenuPopover_1r1fs_350",ax="_divider_1r1fs_355",lx="_innerMenuNavigator_1r1fs_360",ox="_innerMenuContentContainer_1r1fs_367",U={light:OE,dark:PE,innerMenu:TE,innerMenuScrollbar:VE,innerMenuButton:WE,innerMenuItem:DE,highlighted:FE,isDisabled:jE,isDanger:UE,innerMenuItemWrapper:GE,innerMenuItemEndIcon:KE,innerMenuSubMenuIndicator:XE,innerMenuSubMenuIndicatorPushToEnd:QE,innerMenuHeader:ZE,innerMenuBackButton:YE,innerMenuBackIcon:JE,innerMenuContent:ex,innerMenuUnderlay:tx,innerMenuPopover:nx,divider:ax,innerMenuNavigator:lx,innerMenuContentContainer:ox},rx=({item:e,state:a,itemMap:l,itemClassName:o,showSubMenuIndicator:r=!0,restoreFocus:c,onFocusRestored:s})=>{const i=n.useRef(null);n.useEffect(()=>{c&&i.current&&(i.current.focus(),s?.())},[s,c]);const{isHovered:d,hoverProps:m}=Eo.useHover({onHoverStart:()=>a.selectionManager.setFocusedKey(e.key),onHoverEnd:()=>{a.selectionManager.focusedKey===e.key&&a.selectionManager.setFocusedKey(null)}}),{menuItemProps:u}=x1.useMenuItem({key:e.key},a,i);u.onPointerUp=b=>{b.preventDefault()};const f=a.selectionManager.focusedKey===e.key,p=l.get(e.key)?.alternativeHoverClassName,h=l.get(e.key)?.alternativeHoverStyle,g=l.get(e.key)?.icon,E=l.get(e.key)?.iconPosition??"start",v=E==="end"&&!!g,w=!!l.get(e.key)?.subMenu,x=f||f&&!d,C=l.get(e.key)?.isChecked,M=C===void 0?{}:{role:"menuitemcheckbox","aria-checked":C};return n.createElement($,null,({colorScheme:b})=>n.createElement(n.Fragment,null,l.get(e.key)?.withTopDivider&&n.createElement(se,{role:"separator",className:U.divider}),n.createElement("div",{className:U.innerMenuItemWrapper},n.createElement("div",{...u,...m,"aria-haspopup":w?"menu":void 0,"data-testid":l.get(e.key)?.testId,ref:i,style:{...l.get(e.key)?.style,...x?h:{}},className:_(U[b],U.innerMenuItem,x?p??U.highlighted:{},l.get(e.key)?.className,o,{[U.isDisabled]:l.get(e.key)?.isDisabled,[U.isDanger]:l.get(e.key)?.isDanger}),"data-active":l.get(e.key)?.isActive,...M},E==="start"&&g,e.rendered,E==="end"&&g&&n.createElement("span",{className:U.innerMenuItemEndIcon},g),w&&r&&n.createElement(W,{source:P.IconChevronRight,size:"compact",className:_(U.innerMenuSubMenuIndicator,{[U.innerMenuSubMenuIndicatorPushToEnd]:!v})})),l.get(e.key)?.description&&n.createElement("div",null,l.get(e.key)?.description)),l.get(e.key)?.withBottomDivider&&n.createElement(se,{role:"separator",className:U.divider})))},cx=e=>{const a=e.filter(r=>r.testId?n.createElement("span",{"data-testid":r.testId}).type==="span":!0),l=new Map;for(const r of a)l.set(r.key,r);const o=a.filter(r=>r.isDisabled).map(r=>r.key);return{visibleItems:a,itemMap:l,disabledKeys:o}},sx=({items:e,onSelect:a,onNavigateBack:l,ariaProps:o,ariaLabel:r,ariaLabelledBy:c,autoFocus:s,restoreFocusKey:i,onFocusRestored:d,testId:m,menuClassName:u,itemClassName:f,showSubMenuIndicator:p})=>{const{visibleItems:h,itemMap:g,disabledKeys:E}=n.useMemo(()=>cx(e),[e]),v={...o,"aria-label":o?.["aria-label"]??r,"aria-labelledby":o?.["aria-labelledby"]??c,children:h.map(b=>n.createElement(vo.Item,{textValue:typeof b.label=="string"?b.label:b.textValue,key:b.key},b.label)),disabledKeys:E,autoFocus:s??o?.autoFocus,onClose:void 0,onAction:b=>{const y=g.get(b);y&&a(y)}},w=wo.useTreeState(v),x=n.useRef(null),{menuProps:C}=x1.useMenu(v,w,x),M=b=>{if(b.key!=="ArrowLeft"&&b.key!=="ArrowRight")return;const L=getComputedStyle(b.currentTarget).direction==="rtl"?"ArrowLeft":"ArrowRight";if(b.key===L){const{focusedKey:I}=w.selectionManager,A=I!=null?g.get(I):void 0;A?.subMenu&&(b.preventDefault(),b.stopPropagation(),a(A));return}l&&(b.preventDefault(),b.stopPropagation(),l())};return n.createElement(Ge,{className:U.innerMenuScrollbar},n.createElement("div",{...C,ref:x,onKeyDownCapture:M,className:_(U.innerMenu,"px-2","py-2",u),"data-testid":m},[...w.collection].map(b=>n.createElement(rx,{itemMap:g,key:b.key,item:b,state:w,itemClassName:f,showSubMenuIndicator:p,restoreFocus:b.key===i,onFocusRestored:d}))))},ix=(e,a)=>{const l={title:e.title,ariaLabel:typeof a.label=="string"?a.label:a.textValue,titleTestId:e.titleTestId,testId:e.testId,backButtonLabel:e.backButtonLabel,backButtonTestId:e.backButtonTestId};return e.items!==void 0?{...l,items:e.items}:{...l,content:e.content}},dx=({rootItems:e,headerContent:a,menuProps:l,close:o,testId:r,menuClassName:c,itemClassName:s,backButtonLabel:i,onGoBack:d,showSubMenuIndicator:m})=>{const[u,f]=n.useState([]),[p,h]=n.useState(),g=n.useMemo(()=>{const S=[{items:e}];let N=e;for(const k of u){const H=N?.find(oe=>oe.key===k);if(!H?.subMenu)break;const V=ix(H.subMenu,H);S.push(V),N=V.items}return S},[e,u]),E=g.length-1;n.useEffect(()=>{u.length>E&&f(u.slice(0,E))},[u,E]);const v=g[g.length-1]??{items:e},w=g.length>1,x=w&&v.content!==void 0,C=w&&!!v.title,M=n.useId(),b=n.useRef(null),y=n.useCallback(S=>{if(!S.isDisabled){if(S.subMenu){S.onItemClick?.(),f(N=>[...N,S.key]);return}S.onItemClick?.(),S.closeMenuOnItemClick!==!1&&o()}},[o]),L=n.useCallback(()=>{h(void 0)},[]),I=n.useCallback(()=>{const S=u[u.length-1];S!==void 0&&(h(S),f(u.slice(0,-1))),d?.()},[d,u]),A=S=>{if(S.target!==S.currentTarget||S.key!=="ArrowLeft"&&S.key!=="ArrowRight")return;const k=getComputedStyle(S.currentTarget).direction==="rtl"?"ArrowRight":"ArrowLeft";S.key===k&&(S.preventDefault(),I())};return n.useEffect(()=>{x&&b.current?.focus()},[x]),n.createElement("div",{className:U.innerMenuNavigator},w?n.createElement("div",{className:U.innerMenuHeader},n.createElement(j,{"aria-label":v.backButtonLabel??i??"Go back",onClick:I,size:"none",variant:"translucent","data-testid":v.backButtonTestId,className:U.innerMenuBackButton},n.createElement(W,{size:"small",source:P.IconArrowLeftRegular,className:U.innerMenuBackIcon})),v.title&&n.createElement(Pe,{id:M,htmlTag:"h2",fontVariant:z.H5,"data-testid":v.titleTestId},v.title)):a&&n.createElement("div",null,a),n.createElement("div",{className:U.innerMenuContentContainer},v.items!==void 0?n.createElement(sx,{items:v.items,onSelect:y,ariaProps:w?void 0:l,ariaLabel:w&&!C?v.ariaLabel:void 0,ariaLabelledBy:C?M:void 0,autoFocus:p!==void 0?!1:w?"first":void 0,restoreFocusKey:p,onFocusRestored:L,testId:w?v.testId:r,menuClassName:c,itemClassName:s,showSubMenuIndicator:m,onNavigateBack:w?I:void 0}):n.createElement("div",{ref:b,tabIndex:-1,onKeyDown:A,className:_(U.innerMenuContent,c),"data-testid":v.testId},typeof v.content=="function"?v.content({close:o,goBack:I}):v.content)))},Xl=(e,a=!1,l=0)=>{const[o,r]=n.useState(void 0),c=n.useRef(void 0),s=e instanceof HTMLElement?e:e&&"current"in e?e.current:null;n.useEffect(()=>{if(!(e&&"current"in e)||e.current!==null)return;let m=0;const u=3e3,f=100,p=()=>{m+=f,e.current!==null?r(e.current.getBoundingClientRect()):m<u&&(c.current=setTimeout(p,f))};return c.current=setTimeout(p,f),()=>{c.current&&clearTimeout(c.current)}},[e]),n.useEffect(()=>{if(!s){r(void 0);return}r(s.getBoundingClientRect());const d=new ResizeObserver(()=>{r(s.getBoundingClientRect())});return d.observe(s),()=>{d.unobserve(s),d.disconnect()}},[s]);const i=n.useMemo(()=>_1.throttle(()=>{s&&r(s.getBoundingClientRect())},l),[s,l]);return n.useEffect(()=>{if(!(!a||!s))return window.addEventListener("resize",i),()=>{i.cancel(),window.removeEventListener("resize",i)}},[a,s,i]),n.useEffect(()=>{if(!s||!screen.orientation)return;const d=()=>{s&&r(s.getBoundingClientRect())};return screen.orientation.addEventListener("change",d),()=>{screen.orientation.removeEventListener("change",d)}},[s]),o},mx=e=>{const a=n.useRef(null),{state:l,children:o,colorScheme:r}=e,c=Xl(a),i=c?`calc(100dvh - ${c.top+10}px)`:void 0,{popoverProps:d,underlayProps:m}=He.usePopover({...e,popoverRef:a},l);return n.createElement(He.Overlay,null,n.createElement("div",{...m,className:_(U.innerMenuUnderlay)}),n.createElement("div",{role:"complementary",...d,ref:a},n.createElement(Q,{colorScheme:r??"light"},n.createElement(ie,{className:_(U.innerMenuPopover),style:{maxHeight:i,overflow:"hidden"}},o))))},ux=({items:e,headerContent:a,button:l,renderButton:o,onOpenChange:r,testId:c,colorScheme:s,popoverPlacement:i,popoverOffset:d,menuClassName:m,itemClassName:u,backButtonLabel:f,onGoBack:p,showSubMenuIndicator:h})=>{const g=ho.useMenuTriggerState({onOpenChange:r}),E=8,v=n.useRef(null),{menuTriggerProps:w,menuProps:x}=x1.useMenuTrigger({type:"menu"},g,v),{buttonProps:C}=go.useButton({...w},v),{onPress:M,onPressStart:b,preventFocusOnPress:y,...L}=w,I=n.cloneElement(l,{...Oa.mergeProps(C,L)});return n.createElement("div",{className:_(U.innerMenuButton)},n.createElement("div",{ref:v},o?o(I):I),g.isOpen&&n.createElement(mx,{state:g,triggerRef:v,colorScheme:s,placement:i??"bottom start",offset:d??E},n.createElement(dx,{rootItems:e,headerContent:a,menuProps:x,close:()=>g.close(),testId:c,menuClassName:m,itemClassName:u,backButtonLabel:f,onGoBack:p,showSubMenuIndicator:h})))},Ql=Wt.createSignal({name:"ariamenu:open-state"}),Zl=({items:e,button:a,renderButton:l,headerContent:o,onOpenChange:r,testId:c,colorScheme:s,popoverPlacement:i,popoverOffset:d,menuClassName:m,itemClassName:u,backButtonLabel:f,onGoBack:p,showSubMenuIndicator:h})=>{const g=n.useCallback(E=>{Ql.emit(E),r?.(E)},[r]);return n.createElement(ux,{items:e,button:a,renderButton:l,headerContent:o,onOpenChange:g,testId:c,colorScheme:s,popoverPlacement:i,popoverOffset:d,menuClassName:m,itemClassName:u,backButtonLabel:f,onGoBack:p,showSubMenuIndicator:h})},fx=({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(Zl,{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"})},_x="_collapsableContainer_13u1l_4",px="_header_13u1l_14",hx="_displayingHeaderEndContent_13u1l_19",gx="_isOpen_13u1l_22",vx="_headerStartContent_13u1l_26",wx="_iconContainer_13u1l_31",Ex="_badgeCounter_13u1l_38",xx="_badgeCounterContainer_13u1l_42",bx="_content_13u1l_47",kx="_headerEndContent_13u1l_54",fe={collapsableContainer:_x,header:px,displayingHeaderEndContent:hx,isOpen:gx,headerStartContent:vx,iconContainer:wx,badgeCounter:Ex,badgeCounterContainer:xx,content:bx,headerEndContent:kx},Cx=({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:f})=>n.createElement("div",{"data-testid":u,className:_(fe.collapsableContainer,e&&o)},n.createElement("div",{className:_(fe.header,{[fe.displayingHeaderEndContent]:e&&!!s,[fe.isOpen]:e})},n.createElement("div",{className:fe.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:_(fe.iconContainer,{[fe.isOpen]:e})},n.createElement(W,{source:d,size:"small"}),!e&&n.createElement(pl,{className:fe.badgeCounterContainer,badgeClassName:fe.badgeCounter,variant:"info",isVisible:a>0,number:a,shouldAnimate:!1})),e&&n.createElement(Pe,{htmlTag:"h2",fontVariant:z.BodyBold},n.createElement("span",null,m)," ",a>0&&n.createElement("span",null,"(",a,")"))),e&&s&&n.createElement("div",{className:fe.headerEndContent},s)),e&&n.createElement("div",{ref:f,className:fe.content},r),e&&i&&n.createElement(Wa,{hasFooterShadow:!0,padding:"small"},i)),yx={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"}},Bx=["bottom","bottomEnd","bottomLeft","bottomRight","bottomStart","endBottom","left","right","top","topEnd","topLeft","topRight","topStart"],zx=["primary","secondary","tertiary"],Ix=["neutral","translucent","transparent","transparentAlternative","text","danger","dangerBordered","success"],Mx=[...zx,...Ix];z.H1,z.H2,z.H3,z.H4,z.H5,z.H6;const Sx=e=>{const[a,l]=n.useState(e);return n.useEffect(()=>{l(a)},[a]),{activeTab:a,setActiveTab:l}},bt=(e,a)=>({...e,...a}),Lx=(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]=bt(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]=bt(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]=bt(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]=bt(c,{isActive:o})),r}case"leave-step":{const{stepIndex:l,options:o}=a,r=[...e],c=r[l];return c&&(r[l]=bt(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}))}},Yl=e=>e.map(a=>a.isDisabled?!0:!!a.isCompleted),Ax=(e,a)=>Yl([...e].splice(0,a)),$a=e=>e.every(a=>a),Rx=({initialSteps:e=[],currentStepIndex:a=0})=>{const l=n.useMemo(()=>e,[e]),[o,r]=n.useReducer(Lx,l),[c,s]=n.useState(!1),[i,d]=n.useState(!1),[m,u]=n.useState(a);n.useEffect(()=>{const y=Yl(o);d($a(y))},[o]),n.useEffect(()=>{const y=Ax(o,m);s($a(y))},[m,o]);const f=n.useCallback(()=>{r({type:"refresh-step-names",steps:e})},[e]);n.useEffect(()=>{f()},[f]);const p=n.useCallback((y,{forceStep:L}={forceStep:!1})=>{const I=L?y:nh({steps:o,stepIndex:y});u(I)},[o]),h=y=>{const L=e[y];L&&r({type:"set-step",stepIndex:y,step:L})},g=()=>r({type:"set-all-steps",steps:e}),E=(y,L=!0)=>r({type:"disable-step",stepIndex:y,isDisabled:L}),v=n.useCallback((y,L=!0)=>r({type:"activate-step",stepIndex:y,isActive:L}),[]);return[{allStepsCompleted:i,currentStepIndex:m,prevStepsCompleted:c,steps:o},{moveToStep:p,resetAllSteps:g,resetStep:h,updateStepActive:v,updateStepCompleted:(y,{activateStep:L=!1,isCompleted:I=!0,isSelectable:A=!1}={})=>r({type:"complete-step",stepIndex:y,options:{isCompleted:I,activateStep:L,isSelectable:A}}),updateStepFailed:(y,{activateStep:L=!1,isSelectable:I=!1,isFailed:A=!0}={})=>r({type:"fail-step",stepIndex:y,options:{activateStep:L,isSelectable:I,isFailed:A}}),updateStepDisabled:E,updateStepLeave:(y,{activateStep:L=!1,isSelectable:I=!0}={})=>r({type:"leave-step",stepIndex:y,options:{activateStep:L,isSelectable:I}})}]},Nx=e=>{const a=Ct.indexOf(e);if(a===-1)throw new Error(`breakpoint ${e} not found in ${Ct}`);return Ct[a+1]??null},T1=e=>{const a=C1[e];return a>0?a:null},V1=e=>{if(e===null)return null;const a=.02,l=C1[e];return l>0?l-a:null},Ke=e=>{const a=T1(e);return a?`(min-width: ${a}px)`:""},Te=e=>{const a=V1(e);return a?`(max-width: ${a}px)`:""},W1=(e,a)=>{const l=T1(e),o=V1(a);return l!==null&&o!==null?`(min-width: ${l}px) and (max-width: ${o}px)`:o===null?Ke(e):Te(a)},It=e=>{const a=T1(e),l=Nx(e),o=V1(l);return a!==null&&o!==null?`(min-width: ${a}px) and (max-width: ${o}px)`:o===null?Ke(e):Te(l)},Kt="(pointer: coarse)",Jl="(orientation: portrait)",eo="(orientation: landscape)",$x=`${Kt} and ${Jl} and ${Te("md")}`,qx=`${Kt} and ${eo} and ${Te("lg")}`,Hx=`${Kt} and ${Ke("md")}`,Ox=It("xs"),Px=It("sm"),Tx=It("md"),Vx=It("lg"),Wx=It("xl"),Dx=Ke("sm"),Fx=Ke("md"),jx=Ke("lg"),Ux=Ke("xl"),Gx=Te("sm"),Kx=Te("md"),Xx=Te("lg"),Qx=Te("xl"),Zx=W1("sm","lg"),Yx=W1("sm","xl"),Jx=W1("md","xl"),eb="(max-width: 359px)",to=()=>F.useMatchMedia(Kt),tb=()=>F.useMatchMedia(Hx),no=()=>F.useMatchMedia($x),ao=()=>F.useMatchMedia(qx),nb=()=>{const e=no(),a=ao();return e||a},ab=()=>F.useMatchMedia(Jl),lb=()=>F.useMatchMedia(eo),lo=()=>F.useMatchMedia(Ox),oo=()=>F.useMatchMedia(Px),ro=()=>F.useMatchMedia(Tx),co=()=>F.useMatchMedia(Vx),so=()=>F.useMatchMedia(Wx),ob=()=>F.useMatchMedia(Dx),rb=()=>F.useMatchMedia(Fx),cb=()=>F.useMatchMedia(jx),sb=()=>F.useMatchMedia(Ux),ib=()=>F.useMatchMedia(Gx),db=()=>F.useMatchMedia(Kx),mb=()=>F.useMatchMedia(Xx),ub=()=>F.useMatchMedia(Qx),fb=()=>F.useMatchMedia(Zx),_b=()=>F.useMatchMedia(Yx),pb=()=>F.useMatchMedia(Jx),hb=()=>F.useMatchMedia(eb),gb=()=>{const e=n.useRef(!0),a=lo(),l=oo(),o=ro(),r=co(),c=so(),s=n.useMemo(()=>Wt.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},vb=(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])},wb=()=>{const e=n.useRef(null),a=n.useCallback(()=>{window.setTimeout(()=>{e.current?.focus()},0)},[]);return{modalHandleRef:e,focusModal:a}},io=e=>{const a=n.useRef(null),l=Ta.useOverlayTriggerState({isOpen:e}),{modalProps:o}=He.useModalOverlay({},l,a);return{ref:a,modalProps:o}},Eb=e=>{const a=n.useRef(null),l=Ta.useOverlayTriggerState({isOpen:e}),{overlayProps:o}=He.useOverlay({isOpen:l.isOpen,onClose:l.close},a);return He.useOverlayFocusContain(),n.useEffect(()=>{if(l.isOpen&&a.current)return He.ariaHideOutside([a.current],{shouldUseInert:!0})},[l.isOpen]),{ref:a,modalProps:o}},xb=({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),[f,p]=n.useState(null),[h,g]=n.useState(null),[E,v]=n.useState(null),w=n.useCallback(I=>{p(I)},[]),x=n.useCallback(()=>{s(I=>I+r)},[r]),C=n.useCallback(()=>{s(I=>I-r)},[r]),M=n.useCallback(I=>{g(I)},[]),b=n.useCallback(I=>{v(I)},[]),y=n.createElement("div",{style:{transform:`translateX(${c}px)`,transition:"transform 300ms ease"},ref:w,className:_(l)},n.createElement("div",{ref:M,style:{width:"1px",flexShrink:0}}),e,n.createElement("div",{ref:b,style:{width:"1px",flexShrink:0}}));n.useEffect(()=>{if(o||!a||!f||!h||!E)return;const I=new IntersectionObserver(A=>{for(const S of A)S.target===h&&d(()=>S.isIntersecting?void 0:x),S.target===E&&u(()=>S.isIntersecting?void 0:C)},{root:a,threshold:.99});return I.observe(h),I.observe(E),()=>I.disconnect()},[a,f,h,E,o,x,C]),n.useEffect(()=>{const I=f?.parentElement;if(!I)return;const A=new ResizeObserver(S=>{for(const N of S){const k=N.contentRect.width;f.getBoundingClientRect().width<k&&c!==0&&s(0)}});return A.observe(I),()=>A.disconnect()},[f,c]);const L=!!i||!!m;return n.useEffect(()=>{!L&&c!==0&&s(0)},[L,c]),{navigationView:y,moveLeft:i,moveRight:m,hasOverflowingContent:L}};function bb(e,a){return function(o){return n.createElement(e,{...o,...a})}}function kb(e){return Object.hasOwn(P,e)}exports.AboutModal=G9;exports.AboutText=bl;exports.Accordion=sf;exports.ActionsRow=H8;exports.ActivityCard=gf;exports.Announcer=R7;exports.AriaMenu=Zl;exports.AspectRatio=xf;exports.Audio=Su;exports.Avatar=Ol;exports.AvatarType=Tt;exports.BadgeCounter=pl;exports.Bar=Hf;exports.Box=ie;exports.BoxHeader=Va;exports.Breadcrumbs=Df;exports.Button=j;exports.ButtonText=tl;exports.CakeTimer=Uf;exports.CallToAction=T7;exports.Captions=Nw;exports.CardLayout=Da;exports.Cell=p1;exports.CenterLayout=k1;exports.Checkbox=al;exports.CircleCountDown=e_;exports.CollapsableContainer=Cx;exports.Color=vs;exports.ColorPickerPreviewButton=Xw;exports.ColorPreviewButton=jl;exports.CondensedTabs=m_;exports.ConfirmableMultiselect=cp;exports.ConfirmationModal=dp;exports.ContextMenu=_p;exports.CoreHeader=id;exports.CustomTooltip=M8;exports.Details=gp;exports.Divider=se;exports.DragAndDrop=ll;exports.DragAndUploadFiles=Bl;exports.Draggable=q1;exports.DropContent=Gt;exports.Enhancers=el;exports.ExpanderCell=SE;exports.FileUpload=A1;exports.FontVariant=z;exports.Form=yp;exports.FullSizeWindow=Dt;exports.FullscreenLayout=Ka;exports.FullscreenOverlay=Js;exports.FullscreenSpinner=xi;exports.Grid=Ya;exports.Group=qp;exports.Heading=Cd;exports.HotKey=xl;exports.HotkeysTooltip=El;exports.Icon=W;exports.IconTypes=P;exports.ImagePreviewButton=Ww;exports.InfoHeadCell=LE;exports.InfoMessage=Wp;exports.Input=st;exports.InputLabel=ke;exports.InteractiveElement=de;exports.KEYBOARD_EVENT_KEY=re;exports.KebabMenuButton=Cw;exports.LineHeading=zd;exports.List=zt;exports.ListBoxLink=ml;exports.ListLink=ul;exports.LoadingBox=Ja;exports.LockStyle=Ju;exports.Logo=Yd;exports.Menu=Gp;exports.MenuEntry=Il;exports.Modal=jt;exports.ModalCloseButton=it;exports.ModalCloseButtonWithTooltip=P9;exports.ModalType=H9;exports.Multiselect=kl;exports.MultiselectCore=O1;exports.MultistepIndicator=gh;exports.NotificationToast=vw;exports.NotificationTooltip=I8;exports.NumberStepInput=kh;exports.Panel=vl;exports.PasswordInput=Bh;exports.PexipLogo=i8;exports.Pill=N1;exports.PlainMenuEntry=zl;exports.PopOutWindow=Ih;exports.PreferenceInput=$h;exports.PreferenceMultiselect=qh;exports.PreferenceRow=Wh;exports.PreferenceWrapper=P1;exports.ProgressBar=fu;exports.ProgressBarColor=uu;exports.RadioButton=sl;exports.RangeSlider=Iw;exports.RefButton=nl;exports.RefInteractiveElement=Ft;exports.RefSimpleButton=M1;exports.RgbColor=h1;exports.Row=Ie;exports.Scrim=zi;exports.Scrollbars=Ge;exports.SearchInput=Dh;exports.Section=tg;exports.SectionAccordion=eg;exports.Select=ng;exports.Sheet=pg;exports.SimpleButton=m4;exports.SortingIndicator=ME;exports.Spinner=B1;exports.StatCard=Tg;exports.StatCardBox=Ll;exports.StatCardRow=w1;exports.StatCardVariant=Pg;exports.StatIndicator=sm;exports.StepNumber=il;exports.SvgImage=Bt;exports.Tab=ev;exports.Table=bE;exports.TableBody=CE;exports.TableCell=yE;exports.TableContent=BE;exports.TableHead=zE;exports.TableHeadCell=IE;exports.TablePagination=qE;exports.TableRow=kE;exports.TableRowWrapper=Ul;exports.TableSection=HE;exports.Tabs=Jg;exports.Tag=Al;exports.TagList=sv;exports.TestId=R;exports.Text=B;exports.TextArea=dl;exports.TextHeading=Pe;exports.TextLink=ct;exports.ThemeConsumer=$;exports.ThemeContext=rt;exports.ThemeProvider=Q;exports.ThreeColumnSelector=fx;exports.Toast=Nl;exports.ToggleSwitch=zu;exports.ToggleSwitchDisplay=fl;exports.Tooltip=$1;exports.TooltipPositionValue=Bx;exports.URLToLink=gl;exports.User=Gv;exports.UserMenuButton=Pl;exports.UserMenuDropContent=Vv;exports.Video=_l;exports.VideoWrapper=Tl;exports.Wrapper=Ga;exports.announce=L1;exports.ariaMenuOpenStateSignal=Ql;exports.breakpoints=C1;exports.buttonVariantsValues=Mx;exports.isBackgroundImageSrcEmpty=Ua;exports.isImageSrcEmpty=Fa;exports.isImageSrcString=y1;exports.isValidIconName=kb;exports.notificationToastSignal=Vl;exports.onEnter=Ut;exports.sizeToPadding=he;exports.themeValues=yo;exports.useBelow360=hb;exports.useBoundingRect=Xl;exports.useBreakpointChange=gb;exports.useFocusFrom=H1;exports.useFocusFromOpened=Sl;exports.useGroupedPagesNav=Gl;exports.useInput=Kd;exports.useLandscape=lb;exports.useLg=co;exports.useLgDown=mb;exports.useLgUp=cb;exports.useMd=ro;exports.useMdDown=db;exports.useMdToXl=pb;exports.useMdUp=rb;exports.useMobileDevice=nb;exports.useMobileDeviceLandscape=ao;exports.useMobileDevicePortrait=no;exports.useModal=io;exports.useModalHandle=wb;exports.useModalWithoutPreventScroll=Eb;exports.useMultistepIndicator=Rx;exports.useOutOfViewNavigation=xb;exports.usePortrait=ab;exports.useScrollIntoView=vb;exports.useSm=oo;exports.useSmDown=ib;exports.useSmToLg=fb;exports.useSmToXl=_b;exports.useSmUp=ob;exports.useTabletDevice=tb;exports.useTabs=Sx;exports.useTouchDevice=to;exports.useXl=so;exports.useXlDown=ub;exports.useXlUp=sb;exports.useXs=lo;exports.variables=yx;exports.withColorScheme=yt;exports.withTabName=bb;exports.withTransition=Rl;