@arc-ui/components 12.0.0-beta.23 → 12.0.0-beta.24

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 (395) hide show
  1. package/lib/Alert/Alert.cjs +39 -39
  2. package/lib/Alert/Alert.mjs +40 -40
  3. package/lib/Alert/styles.css +1 -1
  4. package/lib/Align/Align.cjs +4 -3
  5. package/lib/Align/Align.mjs +2 -1
  6. package/lib/Align/styles.css +1 -1
  7. package/lib/AppButton/AppButton.cjs +5 -4
  8. package/lib/AppButton/AppButton.mjs +3 -2
  9. package/lib/AppButton/styles.css +1 -1
  10. package/lib/Avatar/Avatar.cjs +9 -7
  11. package/lib/Avatar/Avatar.mjs +9 -7
  12. package/lib/Avatar/styles.css +1 -1
  13. package/lib/AvatarGroup/AvatarGroup.cjs +14 -12
  14. package/lib/AvatarGroup/AvatarGroup.mjs +9 -7
  15. package/lib/AvatarGroup/styles.css +1 -1
  16. package/lib/Badge/Badge.cjs +3 -2
  17. package/lib/Badge/Badge.mjs +3 -2
  18. package/lib/Badge/styles.css +1 -1
  19. package/lib/Banner/Banner.cjs +14 -12
  20. package/lib/Banner/Banner.mjs +12 -10
  21. package/lib/Box/Box.cjs +4 -3
  22. package/lib/Box/Box.mjs +4 -3
  23. package/lib/Box/styles.css +1 -1
  24. package/lib/BrandLogo/BrandLogo.cjs +4 -3
  25. package/lib/BrandLogo/BrandLogo.mjs +4 -3
  26. package/lib/BrandLogo/styles.css +1 -1
  27. package/lib/Breadcrumbs/Breadcrumbs.cjs +7 -6
  28. package/lib/Breadcrumbs/Breadcrumbs.mjs +4 -3
  29. package/lib/Breadcrumbs/styles.css +1 -1
  30. package/lib/Button/Button.cjs +6 -5
  31. package/lib/Button/Button.mjs +6 -5
  32. package/lib/Button/styles.css +1 -1
  33. package/lib/ButtonGroup/ButtonGroup.cjs +11 -10
  34. package/lib/ButtonGroup/ButtonGroup.mjs +8 -7
  35. package/lib/ButtonGroup/styles.css +1 -1
  36. package/lib/ButtonV2/ButtonV2.cjs +6 -5
  37. package/lib/ButtonV2/ButtonV2.mjs +6 -5
  38. package/lib/ButtonV2/styles.css +1 -1
  39. package/lib/Calendar/Calendar.cjs +12 -10
  40. package/lib/Calendar/Calendar.mjs +12 -10
  41. package/lib/Calendar/styles.css +1 -1
  42. package/lib/CardFooter/CardFooter.cjs +5 -4
  43. package/lib/CardFooter/CardFooter.mjs +5 -4
  44. package/lib/CardFooter/styles.css +1 -1
  45. package/lib/CardHeading/CardHeading.cjs +6 -4
  46. package/lib/CardHeading/CardHeading.mjs +6 -4
  47. package/lib/CardHeading/styles.css +1 -1
  48. package/lib/Carousel/Carousel.cjs +7 -6
  49. package/lib/Carousel/Carousel.mjs +6 -5
  50. package/lib/Carousel/styles.css +1 -1
  51. package/lib/Checkbox/Checkbox.cjs +22 -55
  52. package/lib/Checkbox/Checkbox.mjs +23 -56
  53. package/lib/Checkbox/styles.css +1 -1
  54. package/lib/CheckboxIcon/CheckboxIcon.cjs +19 -0
  55. package/lib/CheckboxIcon/CheckboxIcon.mjs +13 -0
  56. package/lib/CheckboxIcon/styles.css +1 -0
  57. package/lib/ClientSideVisible/ClientSideVisible.cjs +8 -0
  58. package/lib/ClientSideVisible/ClientSideVisible.mjs +2 -0
  59. package/lib/Columns/Columns.cjs +7 -6
  60. package/lib/Columns/Columns.mjs +3 -2
  61. package/lib/Columns/styles.css +1 -1
  62. package/lib/ComboBox/ComboBox.cjs +30 -29
  63. package/lib/ComboBox/ComboBox.mjs +14 -13
  64. package/lib/ComboBox/styles.css +1 -1
  65. package/lib/ContentSwitcher/ContentSwitcher.cjs +5 -4
  66. package/lib/ContentSwitcher/ContentSwitcher.mjs +5 -4
  67. package/lib/ContentSwitcher/styles.css +1 -1
  68. package/lib/ContentSwitcherDropdown/ContentSwitcherDropdown.cjs +10 -9
  69. package/lib/ContentSwitcherDropdown/ContentSwitcherDropdown.mjs +10 -9
  70. package/lib/ContentSwitcherDropdown/styles.css +1 -1
  71. package/lib/DatePicker/DatePicker.cjs +31 -30
  72. package/lib/DatePicker/DatePicker.mjs +20 -19
  73. package/lib/DatePicker/styles.css +1 -1
  74. package/lib/Disclosure/Disclosure.cjs +8 -6
  75. package/lib/Disclosure/Disclosure.mjs +6 -4
  76. package/lib/Disclosure/styles.css +1 -1
  77. package/lib/DisclosureMini/DisclosureMini.cjs +6 -5
  78. package/lib/DisclosureMini/DisclosureMini.mjs +6 -5
  79. package/lib/DisclosureMini/styles.css +1 -1
  80. package/lib/Download/Download.cjs +7 -6
  81. package/lib/Download/Download.mjs +7 -6
  82. package/lib/Download/styles.css +1 -1
  83. package/lib/Drawer/Drawer.cjs +154 -18
  84. package/lib/Drawer/Drawer.mjs +154 -18
  85. package/lib/Drawer/styles.css +1 -1
  86. package/lib/Elevation/Elevation.cjs +9 -5
  87. package/lib/Elevation/Elevation.mjs +8 -4
  88. package/lib/Elevation/styles.css +1 -1
  89. package/lib/Filter/Filter.cjs +7 -6
  90. package/lib/Filter/Filter.mjs +4 -3
  91. package/lib/Filter/styles.css +1 -1
  92. package/lib/FormControl/FormControl.cjs +8 -7
  93. package/lib/FormControl/FormControl.mjs +8 -7
  94. package/lib/FormControl/styles.css +1 -1
  95. package/lib/GhostedHeroBanner/GhostedHeroBanner.cjs +12 -10
  96. package/lib/GhostedHeroBanner/GhostedHeroBanner.mjs +10 -8
  97. package/lib/GhostedHeroBanner/styles.css +1 -1
  98. package/lib/GradientPageBackground/GradientPageBackground.cjs +96 -209
  99. package/lib/GradientPageBackground/GradientPageBackground.mjs +97 -210
  100. package/lib/GradientPageBackground/styles.css +1 -1
  101. package/lib/Grid/Grid.cjs +3 -2
  102. package/lib/Grid/Grid.mjs +3 -2
  103. package/lib/Grid/styles.css +1 -1
  104. package/lib/Group/Group.cjs +7 -6
  105. package/lib/Group/Group.mjs +3 -2
  106. package/lib/Group/styles.css +1 -1
  107. package/lib/Heading/Heading.cjs +5 -3
  108. package/lib/Heading/Heading.mjs +5 -3
  109. package/lib/Heading/styles.css +1 -1
  110. package/lib/HeroBanner/HeroBanner.cjs +14 -12
  111. package/lib/HeroBanner/HeroBanner.mjs +14 -12
  112. package/lib/HeroBanner/styles.css +1 -1
  113. package/lib/HeroButton/HeroButton.cjs +9 -8
  114. package/lib/HeroButton/HeroButton.mjs +5 -4
  115. package/lib/HeroButton/styles.css +1 -1
  116. package/lib/Hidden/Hidden.cjs +3 -2
  117. package/lib/Hidden/Hidden.mjs +3 -2
  118. package/lib/Hidden/styles.css +1 -1
  119. package/lib/HorizontalCard/HorizontalCard.cjs +14 -12
  120. package/lib/HorizontalCard/HorizontalCard.mjs +11 -9
  121. package/lib/HorizontalCard/styles.css +1 -1
  122. package/lib/Icon/Icon.cjs +4 -3
  123. package/lib/Icon/Icon.mjs +4 -3
  124. package/lib/Icon/styles.css +1 -1
  125. package/lib/Image/Image.cjs +3 -2
  126. package/lib/Image/Image.mjs +3 -2
  127. package/lib/Image/styles.css +1 -1
  128. package/lib/ImpactCard/ImpactCard.cjs +13 -11
  129. package/lib/ImpactCard/ImpactCard.mjs +10 -8
  130. package/lib/ImpactCard/styles.css +1 -1
  131. package/lib/InformationCard/InformationCard.cjs +29 -19
  132. package/lib/InformationCard/InformationCard.mjs +23 -13
  133. package/lib/InformationCard/styles.css +1 -1
  134. package/lib/Link/Link.cjs +6 -5
  135. package/lib/Link/Link.mjs +6 -5
  136. package/lib/Link/styles.css +1 -1
  137. package/lib/Markup/Markup.cjs +5 -4
  138. package/lib/Markup/Markup.mjs +3 -2
  139. package/lib/Markup/styles.css +1 -1
  140. package/lib/MediaCard/MediaCard.cjs +15 -13
  141. package/lib/MediaCard/MediaCard.mjs +11 -9
  142. package/lib/MediaCard/styles.css +1 -1
  143. package/lib/Menu/Menu.cjs +221 -83
  144. package/lib/Menu/Menu.mjs +206 -68
  145. package/lib/Menu/styles.css +1 -1
  146. package/lib/Modal/Modal.cjs +22 -20
  147. package/lib/Modal/Modal.mjs +18 -16
  148. package/lib/Modal/styles.css +1 -1
  149. package/lib/NavigationHeader/NavigationHeader.cjs +123 -105
  150. package/lib/NavigationHeader/NavigationHeader.mjs +107 -89
  151. package/lib/NavigationHeader/styles.css +1 -1
  152. package/lib/Pagination/Pagination.cjs +10 -9
  153. package/lib/Pagination/Pagination.mjs +6 -5
  154. package/lib/Pagination/styles.css +1 -1
  155. package/lib/PaginationSimple/PaginationSimple.cjs +7 -6
  156. package/lib/PaginationSimple/PaginationSimple.mjs +5 -4
  157. package/lib/PaginationSimple/styles.css +1 -1
  158. package/lib/Popover/Popover.cjs +8 -7
  159. package/lib/Popover/Popover.mjs +8 -7
  160. package/lib/Popover/styles.css +1 -1
  161. package/lib/Poster/Poster.cjs +10 -9
  162. package/lib/Poster/Poster.mjs +4 -3
  163. package/lib/Poster/styles.css +1 -1
  164. package/lib/ProgressBar/ProgressBar.cjs +15 -13
  165. package/lib/ProgressBar/ProgressBar.mjs +10 -8
  166. package/lib/ProgressBar/styles.css +1 -1
  167. package/lib/ProgressStepper/ProgressStepper.cjs +6 -6
  168. package/lib/ProgressStepper/ProgressStepper.mjs +6 -6
  169. package/lib/ProgressStepper/styles.css +1 -1
  170. package/lib/ProgressStepperOverflow/ProgressStepperOverflow.cjs +8 -8
  171. package/lib/ProgressStepperOverflow/ProgressStepperOverflow.mjs +6 -6
  172. package/lib/ProgressStepperOverflow/styles.css +1 -1
  173. package/lib/RadioCardGroup/RadioCardGroup.cjs +13 -12
  174. package/lib/RadioCardGroup/RadioCardGroup.mjs +9 -8
  175. package/lib/RadioCardGroup/styles.css +1 -1
  176. package/lib/RadioGroup/RadioGroup.cjs +14 -12
  177. package/lib/RadioGroup/RadioGroup.mjs +12 -10
  178. package/lib/RadioGroup/styles.css +1 -1
  179. package/lib/Rule/Rule.cjs +4 -3
  180. package/lib/Rule/Rule.mjs +4 -3
  181. package/lib/Rule/styles.css +1 -1
  182. package/lib/ScrollToTop/ScrollToTop.cjs +11 -18
  183. package/lib/ScrollToTop/ScrollToTop.mjs +11 -18
  184. package/lib/ScrollToTop/styles.css +1 -1
  185. package/lib/Section/Section.cjs +3 -2
  186. package/lib/Section/Section.mjs +3 -2
  187. package/lib/Section/styles.css +1 -1
  188. package/lib/Select/Select.cjs +25 -17
  189. package/lib/Select/Select.mjs +25 -17
  190. package/lib/Select/styles.css +1 -1
  191. package/lib/SemanticHeading/SemanticHeading.cjs +10 -0
  192. package/lib/SemanticHeading/SemanticHeading.mjs +4 -0
  193. package/lib/SemanticHeading/styles.css +1 -0
  194. package/lib/SiteFooter/SiteFooter.cjs +13 -12
  195. package/lib/SiteFooter/SiteFooter.mjs +7 -6
  196. package/lib/SiteFooter/styles.css +1 -1
  197. package/lib/SiteFooterV2/SiteFooterV2.cjs +23 -22
  198. package/lib/SiteFooterV2/SiteFooterV2.mjs +10 -9
  199. package/lib/SiteFooterV2/styles.css +1 -1
  200. package/lib/SiteHeaderV2/SiteHeaderV2.cjs +30 -29
  201. package/lib/SiteHeaderV2/SiteHeaderV2.mjs +10 -9
  202. package/lib/SiteHeaderV2/styles.css +1 -1
  203. package/lib/Skeleton/Skeleton.cjs +4 -3
  204. package/lib/Skeleton/Skeleton.mjs +2 -1
  205. package/lib/Skeleton/styles.css +1 -1
  206. package/lib/SkipLink/SkipLink.cjs +5 -4
  207. package/lib/SkipLink/SkipLink.mjs +4 -3
  208. package/lib/SkipLink/styles.css +1 -1
  209. package/lib/Spinner/Spinner.cjs +3 -2
  210. package/lib/Spinner/Spinner.mjs +3 -2
  211. package/lib/Spinner/styles.css +1 -1
  212. package/lib/Surface/Surface.cjs +3 -2
  213. package/lib/Surface/Surface.mjs +3 -2
  214. package/lib/Surface/styles.css +1 -1
  215. package/lib/Switch/Switch.cjs +14 -13
  216. package/lib/Switch/Switch.mjs +12 -11
  217. package/lib/Switch/styles.css +1 -1
  218. package/lib/TabbedBanner/TabbedBanner.cjs +26 -24
  219. package/lib/TabbedBanner/TabbedBanner.mjs +22 -20
  220. package/lib/TabbedBanner/styles.css +1 -1
  221. package/lib/Tabs/Tabs.cjs +12 -11
  222. package/lib/Tabs/Tabs.mjs +5 -4
  223. package/lib/Tabs/styles.css +1 -1
  224. package/lib/Tag/Tag.cjs +9 -6
  225. package/lib/Tag/Tag.mjs +8 -5
  226. package/lib/Tag/styles.css +1 -1
  227. package/lib/TemplateBanner/TemplateBanner.cjs +12 -10
  228. package/lib/TemplateBanner/TemplateBanner.mjs +12 -10
  229. package/lib/TemplateBanner/styles.css +1 -1
  230. package/lib/Text/Text.cjs +4 -3
  231. package/lib/Text/Text.mjs +4 -3
  232. package/lib/Text/styles.css +1 -1
  233. package/lib/TextArea/TextArea.cjs +11 -10
  234. package/lib/TextArea/TextArea.mjs +9 -8
  235. package/lib/TextArea/styles.css +1 -1
  236. package/lib/TextInput/TextInput.cjs +10 -9
  237. package/lib/TextInput/TextInput.mjs +10 -9
  238. package/lib/TextInput/styles.css +1 -1
  239. package/lib/Theme/Theme.cjs +5 -4
  240. package/lib/Theme/Theme.mjs +3 -2
  241. package/lib/Theme/styles.css +1 -1
  242. package/lib/ThemeIcon/ThemeIcon.cjs +4 -3
  243. package/lib/ThemeIcon/ThemeIcon.mjs +4 -3
  244. package/lib/ThemeIcon/styles.css +1 -1
  245. package/lib/ThumbnailSignpost/ThumbnailSignpost.cjs +12 -11
  246. package/lib/ThumbnailSignpost/ThumbnailSignpost.mjs +8 -7
  247. package/lib/ThumbnailSignpost/styles.css +1 -1
  248. package/lib/Toast/Toast.cjs +12 -9
  249. package/lib/Toast/Toast.mjs +9 -6
  250. package/lib/Toast/styles.css +1 -1
  251. package/lib/Tooltip/Tooltip.cjs +6 -5
  252. package/lib/Tooltip/Tooltip.mjs +6 -5
  253. package/lib/Tooltip/styles.css +1 -1
  254. package/lib/Truncate/Truncate.cjs +4 -3
  255. package/lib/Truncate/Truncate.mjs +2 -1
  256. package/lib/Truncate/styles.css +1 -1
  257. package/lib/TypographyCard/TypographyCard.cjs +11 -9
  258. package/lib/TypographyCard/TypographyCard.mjs +9 -7
  259. package/lib/TypographyCard/styles.css +1 -1
  260. package/lib/UniversalHeader/UniversalHeader.cjs +7 -6
  261. package/lib/UniversalHeader/UniversalHeader.mjs +3 -2
  262. package/lib/UniversalHeader/styles.css +1 -1
  263. package/lib/VerticalSpace/VerticalSpace.cjs +3 -2
  264. package/lib/VerticalSpace/VerticalSpace.mjs +3 -2
  265. package/lib/VerticalSpace/styles.css +1 -1
  266. package/lib/VideoPlayer/VideoPlayer.cjs +27 -26
  267. package/lib/VideoPlayer/VideoPlayer.mjs +26 -25
  268. package/lib/VideoPlayer/styles.css +1 -1
  269. package/lib/Visible/Visible.cjs +3 -2
  270. package/lib/Visible/Visible.mjs +3 -2
  271. package/lib/Visible/styles.css +1 -1
  272. package/lib/VisuallyHidden/VisuallyHidden.cjs +3 -2
  273. package/lib/VisuallyHidden/VisuallyHidden.mjs +3 -2
  274. package/lib/VisuallyHidden/styles.css +1 -1
  275. package/lib/_shared/cjs/{Avatar-CrUioj_6.cjs → Avatar-CecZTQdk.cjs} +11 -10
  276. package/lib/_shared/cjs/Badge-DX5PjtiZ.cjs +15 -0
  277. package/lib/_shared/cjs/BannerImage-qK8-w9rt.cjs +13 -0
  278. package/lib/_shared/cjs/{Box-COPXU1Jf.cjs → Box-Va2g7Gdp.cjs} +5 -4
  279. package/lib/_shared/cjs/{BrandLogo-D5wlIFmm.cjs → BrandLogo-coNfTwRv.cjs} +5 -4
  280. package/lib/_shared/cjs/{Button-uD9mR8w-.cjs → Button-MXE2zSmS.cjs} +9 -8
  281. package/lib/_shared/cjs/ButtonV2-BJlwsXlN.cjs +58 -0
  282. package/lib/_shared/cjs/{Calendar-Bfdgf5q1.cjs → Calendar-CFUNKEyb.cjs} +35 -41
  283. package/lib/_shared/cjs/{CardFooter-ChphRFHe.cjs → CardFooter-BPtRFaCy.cjs} +5 -16
  284. package/lib/_shared/cjs/{CardHeading-Cl0D1Khp.cjs → CardHeading-1-dcxBUr.cjs} +4 -3
  285. package/lib/_shared/cjs/CheckboxIcon-B94mtYCX.cjs +52 -0
  286. package/lib/_shared/cjs/ClientSideVisible-BhW-T6kb.cjs +16 -0
  287. package/lib/_shared/cjs/{Combination-B-rSVLfT.cjs → Combination-6m6aOXZq.cjs} +9 -9
  288. package/lib/_shared/cjs/{ContentSwitcherDropdown-U5ZTbJTe.cjs → ContentSwitcherDropdown-BtEnzdMw.cjs} +23 -12
  289. package/lib/_shared/cjs/{ContentSwitcherList-pcYtuT6L.cjs → ContentSwitcherList-BgAW2IhJ.cjs} +14 -10
  290. package/lib/_shared/cjs/{DisclosureMini-CtvDxVaG.cjs → DisclosureMini-KEuIc8tE.cjs} +7 -6
  291. package/lib/_shared/cjs/{Download-CrIytI74.cjs → Download-NY3tbv9Q.cjs} +8 -5
  292. package/lib/_shared/cjs/{FormControl-BPnKQrCm.cjs → FormControl-DiERJpGW.cjs} +16 -13
  293. package/lib/_shared/cjs/GridRow-l_SePUqV.cjs +45 -0
  294. package/lib/_shared/cjs/{Heading-BEMSkLYR.cjs → Heading-CoiZ2EmD.cjs} +7 -8
  295. package/lib/_shared/cjs/{Hidden-Vsv1-xWO.cjs → Hidden-BN0Q0NpZ.cjs} +4 -3
  296. package/lib/_shared/cjs/{Icon-CzhyKqMd.cjs → Icon-Dk2XHa7V.cjs} +5 -4
  297. package/lib/_shared/cjs/{Image-C1pcrfnN.cjs → Image-CSe0KpDN.cjs} +8 -7
  298. package/lib/_shared/cjs/{Link-C3OSQIIk.cjs → Link-PWpx-rRO.cjs} +10 -9
  299. package/lib/_shared/cjs/{Popover-C5mmMkYU.cjs → Popover-hpvmhKV8.cjs} +9 -7
  300. package/lib/_shared/cjs/{ProgressStepper-BL9Y5c4X.cjs → ProgressStepper-DTZQabiV.cjs} +142 -10
  301. package/lib/_shared/cjs/{Rule-DMQsi2L6.cjs → Rule-jmvOpci7.cjs} +4 -3
  302. package/lib/_shared/cjs/{Section-Bz2fwj8Z.cjs → Section-BorWFfNe.cjs} +4 -3
  303. package/lib/_shared/cjs/SemanticHeading-BPXN_z49.cjs +12 -0
  304. package/lib/_shared/cjs/Spinner-427lpnHI.cjs +17 -0
  305. package/lib/_shared/cjs/{Surface-BFx1yNsq.cjs → Surface-DIU5ciDT.cjs} +6 -5
  306. package/lib/_shared/cjs/{TemplateBanner-COymAI91.cjs → TemplateBanner-BlmWfDQD.cjs} +15 -14
  307. package/lib/_shared/cjs/{Text-Cr5nmYmx.cjs → Text-jwsn80lQ.cjs} +5 -4
  308. package/lib/_shared/cjs/{TextInput-ByySubi5.cjs → TextInput-B0JrZhOo.cjs} +13 -12
  309. package/lib/_shared/cjs/{ThemeIcon-BoxbjTaQ.cjs → ThemeIcon-Def4RZfK.cjs} +5 -4
  310. package/lib/_shared/cjs/{Tooltip-BPHL0ELI.cjs → Tooltip-CEb7YEP2.cjs} +10 -9
  311. package/lib/_shared/cjs/{VerticalSpace-BJvST6WP.cjs → VerticalSpace-DLQUYsvc.cjs} +5 -3
  312. package/lib/_shared/cjs/{Visible-vchtZSfm.cjs → Visible-DZWtZ5qG.cjs} +4 -3
  313. package/lib/_shared/cjs/VisuallyHidden-CQg3cOVK.cjs +15 -0
  314. package/lib/_shared/cjs/{arc-breakpoints-CS8JVk5T.cjs → arc-breakpoints-BDA1EnFK.cjs} +11 -1
  315. package/lib/_shared/cjs/filter-attrs-D19P2s1V.cjs +15 -0
  316. package/lib/_shared/cjs/{index-Dv1xvB_E.cjs → index-BGGFOAAx.cjs} +1 -1
  317. package/lib/_shared/cjs/{index-CaO6cOF0.cjs → index-BWfgSvRQ.cjs} +3 -3
  318. package/lib/_shared/cjs/{index-C_Rl7v2g.cjs → index-CDVpHNP8.cjs} +3 -3
  319. package/lib/_shared/cjs/{index-EFXw1jWg.cjs → index-CklPiHsS.cjs} +1 -1
  320. package/lib/_shared/cjs/{index-DAr_oO4-.cjs → index-D9onmVh5.cjs} +2 -2
  321. package/lib/_shared/cjs/{index-Bt7hfZBc.cjs → index-KrMgv4q_.cjs} +1 -1
  322. package/lib/_shared/cjs/{index.es-fkulh7qu.cjs → index.es-VcVPUNjD.cjs} +1 -1
  323. package/lib/_shared/cjs/{filter-attrs-eK6E_34o.cjs → tslib.es6-CCZ3TN_7.cjs} +0 -13
  324. package/lib/_shared/cjs/use-media-query-DqZqShGX.cjs +58 -0
  325. package/lib/_shared/esm/{Avatar-Fb1E5MA9.mjs → Avatar-Cyqjgj85.mjs} +6 -5
  326. package/lib/_shared/esm/{Badge-BZ7E0zcQ.mjs → Badge-C_3PBa0p.mjs} +2 -1
  327. package/lib/_shared/esm/{BannerImage-BTsixvUH.mjs → BannerImage-CgjgaYkJ.mjs} +2 -2
  328. package/lib/_shared/esm/{Box-BYm_GTct.mjs → Box-C8iK8x5c.mjs} +3 -2
  329. package/lib/_shared/esm/{BrandLogo-_2Z_8I2Y.mjs → BrandLogo-Dc-d_8ZN.mjs} +3 -2
  330. package/lib/_shared/esm/{Button-BxuM3_gz.mjs → Button-BpQQut8P.mjs} +5 -4
  331. package/lib/_shared/esm/{ButtonV2-DwYBAojW.mjs → ButtonV2-C4a_kkhh.mjs} +16 -13
  332. package/lib/_shared/esm/{Calendar-Drh_NJ9I.mjs → Calendar-CFdUlPXh.mjs} +14 -20
  333. package/lib/_shared/esm/{CardFooter-fsAY4cc6.mjs → CardFooter-BpVSztgE.mjs} +5 -16
  334. package/lib/_shared/esm/{CardHeading-_setRRjq.mjs → CardHeading-q6k7obu0.mjs} +4 -3
  335. package/lib/_shared/esm/CheckboxIcon-Bzto2Tke.mjs +50 -0
  336. package/lib/_shared/esm/ClientSideVisible-D_iBE-3U.mjs +14 -0
  337. package/lib/_shared/esm/{Combination-BpO6XTeS.mjs → Combination-BQ4XBtF-.mjs} +1 -1
  338. package/lib/_shared/esm/{ContentSwitcherDropdown-BCkuAfwC.mjs → ContentSwitcherDropdown-DgrN4Bdb.mjs} +21 -10
  339. package/lib/_shared/esm/{ContentSwitcherList-DwHfU3no.mjs → ContentSwitcherList-i4m4nAzP.mjs} +8 -4
  340. package/lib/_shared/esm/{DisclosureMini-B9LzsQC2.mjs → DisclosureMini-ClSe9sSt.mjs} +5 -4
  341. package/lib/_shared/esm/{Download-DFz_1HCG.mjs → Download-BD8Bigeq.mjs} +8 -5
  342. package/lib/_shared/esm/{FormControl-CWyrVi1u.mjs → FormControl-Pc1aHUNM.mjs} +13 -10
  343. package/lib/_shared/esm/{GridRow-Ddt5CtFn.mjs → GridRow-vjacXnq0.mjs} +3 -2
  344. package/lib/_shared/esm/{Heading-CxHWefi7.mjs → Heading-B9cbwfoz.mjs} +7 -8
  345. package/lib/_shared/esm/{Hidden-DsrAaC0z.mjs → Hidden-CGRhG3dU.mjs} +2 -1
  346. package/lib/_shared/esm/{Icon-CcPOJcQm.mjs → Icon-CCUbr_AO.mjs} +3 -2
  347. package/lib/_shared/esm/{Image-Dl8oH1Rn.mjs → Image-LemsonUX.mjs} +4 -3
  348. package/lib/_shared/esm/{Link-DxjGH_7f.mjs → Link-ogbR4K3O.mjs} +5 -4
  349. package/lib/_shared/esm/{Popover-8FfvgL4c.mjs → Popover-D0ePWPz_.mjs} +8 -6
  350. package/lib/_shared/esm/{ProgressStepper-CLBtBNy2.mjs → ProgressStepper-CujHLQsm.mjs} +137 -5
  351. package/lib/_shared/esm/{Rule-3gdMHH-R.mjs → Rule-I1w3EaZi.mjs} +3 -2
  352. package/lib/_shared/esm/{Section-7InCvzfh.mjs → Section-COc1l3mp.mjs} +2 -1
  353. package/lib/_shared/esm/SemanticHeading-1tLcSJYD.mjs +10 -0
  354. package/lib/_shared/esm/{Spinner-Cd7LiPTy.mjs → Spinner-DvngCIwx.mjs} +2 -1
  355. package/lib/_shared/esm/{Surface-Colbp3Zx.mjs → Surface-C69KVzkY.mjs} +2 -1
  356. package/lib/_shared/esm/{TemplateBanner-Dkgzu3A5.mjs → TemplateBanner-DEYOSosH.mjs} +12 -11
  357. package/lib/_shared/esm/{Text-CBlnm5CT.mjs → Text-BAzOkkzN.mjs} +3 -2
  358. package/lib/_shared/esm/{TextInput-Dk7qNGoh.mjs → TextInput-CjDG2cIX.mjs} +8 -7
  359. package/lib/_shared/esm/{ThemeIcon-CN_Ed5b1.mjs → ThemeIcon-B0SruPZC.mjs} +3 -2
  360. package/lib/_shared/esm/{Tooltip-Dc82Ht7G.mjs → Tooltip-BpSzN3Tx.mjs} +7 -6
  361. package/lib/_shared/esm/{VerticalSpace-Duhm0zXP.mjs → VerticalSpace-BLWB02I7.mjs} +4 -2
  362. package/lib/_shared/esm/{Visible-B13QJn7R.mjs → Visible-B0d79VWZ.mjs} +2 -1
  363. package/lib/_shared/esm/{VisuallyHidden-DqAgoqJo.mjs → VisuallyHidden-aSQ4RA1o.mjs} +2 -1
  364. package/lib/_shared/esm/{arc-breakpoints-D7Ie4kBt.mjs → arc-breakpoints-Bs-at7wk.mjs} +7 -2
  365. package/lib/_shared/esm/filter-attrs-v_SweZXP.mjs +13 -0
  366. package/lib/_shared/esm/{index-DLovItWo.mjs → index-BFKdmv_g.mjs} +1 -1
  367. package/lib/_shared/esm/{index-J5IHetgg.mjs → index-CN4hP3Wu.mjs} +2 -2
  368. package/lib/_shared/esm/{index-CxrL7jIX.mjs → index-Do2wfP-X.mjs} +3 -3
  369. package/lib/_shared/esm/{index-DXTwueLZ.mjs → index-GCEHSsY8.mjs} +1 -1
  370. package/lib/_shared/esm/{index-BbAu4d3T.mjs → index-u47CK8Y0.mjs} +1 -1
  371. package/lib/_shared/esm/{index-CYUcQl4W.mjs → index-vnVJe9rH.mjs} +3 -3
  372. package/lib/_shared/esm/{index.es-CtRkzfKP.mjs → index.es-tyrXzvpp.mjs} +1 -1
  373. package/lib/_shared/esm/{filter-attrs-B6CM-NUr.mjs → tslib.es6-w7hdJ3oZ.mjs} +1 -13
  374. package/lib/_shared/esm/use-media-query-BmsMeo2M.mjs +56 -0
  375. package/lib/index.cjs +1018 -790
  376. package/lib/index.cjs.map +1 -1
  377. package/lib/index.d.cts +324 -142
  378. package/lib/index.d.mts +324 -142
  379. package/lib/index.js.map +1 -1
  380. package/lib/index.mjs +1018 -792
  381. package/lib/index.mjs.map +1 -1
  382. package/lib/styles.css +6 -14
  383. package/lib/use-media-query/use-media-query.cjs +1 -1
  384. package/lib/use-media-query/use-media-query.mjs +1 -1
  385. package/package.json +9 -8
  386. package/lib/_shared/cjs/Badge-CQVEPH9v.cjs +0 -14
  387. package/lib/_shared/cjs/BannerImage-kdAKagG-.cjs +0 -13
  388. package/lib/_shared/cjs/ButtonV2-Bta5SVVY.cjs +0 -55
  389. package/lib/_shared/cjs/GridRow-BW2ZGtND.cjs +0 -44
  390. package/lib/_shared/cjs/Spinner-bbrOwxv2.cjs +0 -16
  391. package/lib/_shared/cjs/VisuallyHidden-B4XCvPYP.cjs +0 -14
  392. package/lib/_shared/cjs/index-CqYNiqix.cjs +0 -137
  393. package/lib/_shared/cjs/use-media-query-BsUfHjPZ.cjs +0 -41
  394. package/lib/_shared/esm/index-CL6dwOYV.mjs +0 -135
  395. package/lib/_shared/esm/use-media-query-DmKuIDEM.mjs +0 -39
package/lib/index.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  'use client';
2
2
  import * as React from 'react';
3
- import React__default, { createContext, useContext, useState, useRef, useEffect, useId as useId$1, forwardRef, isValidElement, cloneElement, useMemo, useCallback, useReducer, useLayoutEffect, createElement, Children, Fragment as Fragment$1, Suspense, useImperativeHandle } from 'react';
3
+ import React__default, { createContext, useContext, useId as useId$1, useRef, useState, useEffect, forwardRef, isValidElement, cloneElement, useMemo, useCallback, useReducer, useLayoutEffect, createElement, Children, Fragment as Fragment$1, Suspense, useImperativeHandle } from 'react';
4
4
  import { jsx, Fragment, jsxs } from 'react/jsx-runtime';
5
5
  import * as ReactDOM from 'react-dom';
6
6
  import ReactDOM__default, { flushSync, createPortal } from 'react-dom';
@@ -491,48 +491,19 @@ var Link = function (_a) {
491
491
  isExternalLink && (React__default.createElement(ThemeIcon, { icon: "linkExternal", size: size === "s" ? 20 : 24 }))))));
492
492
  };
493
493
 
494
- /**
495
- * Use `Heading` to display heading text.
496
- */
497
- var Heading = function (_a) {
498
- var _b;
499
- var _c = _a.align, align = _c === void 0 ? "left" : _c, _d = _a.casing, casing = _d === void 0 ? "auto" : _d, _e = _a.color, color = _e === void 0 ? "auto" : _e, children = _a.children, level = _a.level, isInline = _a.isInline, _f = _a.fontStyle, fontStyle = _f === void 0 ? "default" : _f, _g = _a.isResponsive, isResponsive = _g === void 0 ? true : _g, size = _a.size, id = _a.id, props = __rest(_a, ["align", "casing", "color", "children", "level", "isInline", "fontStyle", "isResponsive", "size", "id"]);
500
- var surface = useContext(Context$3).surface;
501
- var Element = "span";
502
- if (level) {
503
- Element = "h".concat(level);
504
- }
505
- return (React__default.createElement(Element, __assign({ id: id, className: classNames(" arc-Heading arc-Heading--".concat(camelcase(fontStyle)), (_b = {
506
- "arc-Heading--inline": isInline,
507
- "arc-Heading--fixedSize": isResponsive === false
508
- },
509
- _b[suffixModifier("arc-Heading--align", align)] = align && align !== "left",
510
- _b["arc-Heading--size".concat(size && size.toUpperCase())] = size,
511
- _b["arc-Heading--casingNone"] = casing === "none",
512
- _b["arc-Heading--colorBrand"] = color === "brand",
513
- _b["arc-Heading--onDarkSurface"] = surface === "dark",
514
- _b["arc-Heading--isInline"] = isInline,
515
- _b)) }, filterAttrs(props)), children));
516
- };
517
-
518
- var Visible = function (_a) {
519
- var children = _a.children, xs = _a.xs, s = _a.s, m = _a.m, l = _a.l, xl = _a.xl, xxl = _a.xxl, props = __rest(_a, ["children", "xs", "s", "m", "l", "xl", "xxl"]);
520
- return (React__default.createElement("div", __assign({ className: classNames("arc-Visible", {
521
- "arc-Visible--xs": xs,
522
- "arc-Visible--s": s,
523
- "arc-Visible--m": m,
524
- "arc-Visible--l": l,
525
- "arc-Visible--xl": xl,
526
- "arc-Visible--xxl": xxl,
527
- }) }, filterAttrs(props)), children));
494
+ var SemanticHeading = function (_a) {
495
+ var children = _a.children, level = _a.level, className = _a.className, props = __rest(_a, ["children", "level", "className"]);
496
+ return React__default.createElement(level ? "h".concat(level) : "span", __assign({ className: classNames("arc-SemanticHeading", className) }, props), children);
528
497
  };
529
498
 
530
499
  /** Use `Alert` to inform the user of important changes or actions. */
531
500
  var Alert = function (_a) {
532
- var _b, _c;
533
- var heading = _a.heading, headingLevel = _a.headingLevel, description = _a.description, links = _a.links, _d = _a.status, status = _d === void 0 ? "general" : _d, isDismissable = _a.isDismissable, onDismiss = _a.onDismiss, icon = _a.icon, _e = _a.isMeasured, isMeasured = _e === void 0 ? false : _e, _f = _a.autoFocusOnMount, autoFocusOnMount = _f === void 0 ? false : _f, props = __rest(_a, ["heading", "headingLevel", "description", "links", "status", "isDismissable", "onDismiss", "icon", "isMeasured", "autoFocusOnMount"]);
534
- var _g = useState(false), isDismissed = _g[0], setIsDismissed = _g[1];
501
+ var _b;
502
+ var heading = _a.heading, headingLevel = _a.headingLevel, description = _a.description, links = _a.links, _c = _a.status, status = _c === void 0 ? "general" : _c, isDismissable = _a.isDismissable, onDismiss = _a.onDismiss, icon = _a.icon, _d = _a.isMeasured, isMeasured = _d === void 0 ? false : _d, _e = _a.autoFocusOnMount, autoFocusOnMount = _e === void 0 ? false : _e, _f = _a.role, role = _f === void 0 ? "alert" : _f, props = __rest(_a, ["heading", "headingLevel", "description", "links", "status", "isDismissable", "onDismiss", "icon", "isMeasured", "autoFocusOnMount", "role"]);
503
+ var headingId = useId$1();
504
+ var descriptionId = useId$1();
535
505
  var alertRef = useRef(null);
506
+ var _g = useState(false), isDismissed = _g[0], setIsDismissed = _g[1];
536
507
  useEffect(function () {
537
508
  var _a;
538
509
  autoFocusOnMount && ((_a = alertRef.current) === null || _a === void 0 ? void 0 : _a.focus());
@@ -555,33 +526,31 @@ var Alert = function (_a) {
555
526
  if (isDismissed) {
556
527
  return null;
557
528
  }
558
- return (React__default.createElement("div", __assign({ className: classNames("arc-Alert", (_b = {},
559
- _b["arc-Alert--".concat(status)] = status !== "general",
560
- _b)), role: "alert", tabIndex: -1, "aria-labelledby": "alertHeading", "aria-describedby": "alertDescription", ref: alertRef }, filterAttrs(props)),
561
- React__default.createElement("div", { className: "arc-Alert-icon" }, icon ? (React__default.createElement(Icon$1, { size: 24, icon: icon })) : (React__default.createElement(ThemeIcon, { size: 24, icon: statusIcons[status] }))),
562
- React__default.createElement("div", { className: "arc-Alert-content" },
563
- React__default.createElement("div", { className: classNames("arc-Alert-heading", (_c = {},
564
- _c["arc-Alert-heading--isDismissable"] = isDismissable,
565
- _c)) },
566
- React__default.createElement(VisuallyHidden$2, null,
567
- status,
568
- " alert."),
569
- React__default.createElement(Visible, { m: true, l: true, xl: true, xxl: true },
570
- React__default.createElement(Heading, { level: headingLevel, id: "alertHeading", size: "s" }, heading)),
571
- React__default.createElement(Visible, { xs: true, s: true },
572
- React__default.createElement(Heading, { level: headingLevel, id: "alertHeading", size: "xs" }, heading))),
573
- description ? (React__default.isValidElement(description) ? (React__default.createElement("div", { className: "arc-Alert-description", id: "alertDescription" }, description)) : (React__default.createElement("div", { className: "arc-Alert-description" },
574
- React__default.createElement(Text, { isMeasured: isMeasured, size: "s", id: "alertDescription" }, description)))) : null,
575
- React__default.createElement("ul", { className: "arc-Alert-links" }, links === null || links === void 0 ? void 0 : links.map(function (link, index) {
576
- var _a;
577
- return (React__default.createElement("li", { key: index, className: "arc-Alert-link" },
578
- React__default.createElement(Link, __assign({ href: link.href, "aria-label": link.screenReaderText, target: link.target, size: "s" }, (link.onClick && {
579
- onClick: function (e) { return handleLinkClick(e, link); },
580
- isButton: true,
581
- })), (_a = link.children) !== null && _a !== void 0 ? _a : "")));
582
- }))),
583
- isDismissable && (React__default.createElement("button", { "aria-label": "dismiss alert", className: "arc-Alert-dismiss", onClick: onDismissHandler, tabIndex: 0 },
584
- React__default.createElement(ThemeIcon, { size: 24, icon: "alertDismiss" })))));
529
+ return (React__default.createElement(Surface, { background: "light-brand-01", isTransparent: true },
530
+ React__default.createElement("div", __assign({ className: classNames("arc-Alert", (_b = {},
531
+ _b["arc-Alert--".concat(status)] = status !== "general",
532
+ _b)), role: role, tabIndex: -1, "aria-labelledby": headingId, "aria-describedby": descriptionId, ref: alertRef }, filterAttrs(props)),
533
+ isDismissable && (React__default.createElement("button", { "aria-label": "dismiss alert", className: "arc-Alert-dismiss", onClick: onDismissHandler, tabIndex: 0 },
534
+ React__default.createElement(ThemeIcon, { size: 24, icon: "alertDismiss" }))),
535
+ React__default.createElement("div", { className: "arc-Alert-icon" }, icon ? (React__default.createElement(Icon$1, { size: 24, icon: icon })) : (React__default.createElement(ThemeIcon, { size: 24, icon: statusIcons[status] }))),
536
+ React__default.createElement("div", { className: "arc-Alert-content" },
537
+ React__default.createElement(SemanticHeading, { className: classNames("arc-Alert-heading", {
538
+ "arc-Alert-heading--isDismissable": isDismissable,
539
+ }), id: headingId, level: headingLevel },
540
+ React__default.createElement(VisuallyHidden$2, null,
541
+ status,
542
+ " alert."),
543
+ heading),
544
+ description ? (React__default.isValidElement(description) ? (React__default.createElement("div", { className: "arc-Alert-description", id: descriptionId }, description)) : (React__default.createElement("div", { className: "arc-Alert-description" },
545
+ React__default.createElement(Text, { isMeasured: isMeasured, size: "s", id: descriptionId }, description)))) : null,
546
+ React__default.createElement("ul", { className: "arc-Alert-links" }, links === null || links === void 0 ? void 0 : links.map(function (link, index) {
547
+ var _a;
548
+ return (React__default.createElement("li", { key: index, className: "arc-Alert-link" },
549
+ React__default.createElement(Link, __assign({ href: link.href, "aria-label": link.screenReaderText, target: link.target, size: "s" }, (link.onClick && {
550
+ onClick: function (e) { return handleLinkClick(e, link); },
551
+ isButton: true,
552
+ })), (_a = link.children) !== null && _a !== void 0 ? _a : "")));
553
+ }))))));
585
554
  };
586
555
 
587
556
  var GooglePlayIcon = function () { return (React__default.createElement("svg", { "aria-hidden": true, role: "presentation", xmlns: "http://www.w3.org/2000/svg", id: "artwork", version: "1.1", height: "48", width: "162", viewBox: "0 0 135 40" },
@@ -656,7 +625,7 @@ var ConditionalWrapper = function (_a) {
656
625
  */
657
626
  var Image = function (_a) {
658
627
  var _b;
659
- var alt = _a.alt, _c = _a.fadeOnLoad, fadeOnLoad = _c === void 0 ? false : _c, _d = _a.anchor, anchor = _d === void 0 ? "C" : _d, children = _a.children, fillColor = _a.fillColor, fit = _a.fit, height = _a.height, loading = _a.loading, overlay = _a.overlay, sizes = _a.sizes, src = _a.src, srcSet = _a.srcSet, width = _a.width, props = __rest(_a, ["alt", "fadeOnLoad", "anchor", "children", "fillColor", "fit", "height", "loading", "overlay", "sizes", "src", "srcSet", "width"]);
628
+ var alt = _a.alt, _c = _a.fadeOnLoad, fadeOnLoad = _c === void 0 ? false : _c, _d = _a.anchor, anchor = _d === void 0 ? "C" : _d, children = _a.children, fetchPriority = _a.fetchPriority, fillColor = _a.fillColor, fit = _a.fit, height = _a.height, loading = _a.loading, overlay = _a.overlay, sizes = _a.sizes, src = _a.src, srcSet = _a.srcSet, width = _a.width, props = __rest(_a, ["alt", "fadeOnLoad", "anchor", "children", "fetchPriority", "fillColor", "fit", "height", "loading", "overlay", "sizes", "src", "srcSet", "width"]);
660
629
  var _e = useState(false), visible = _e[0], setVisible = _e[1];
661
630
  var imageRef = function (el) {
662
631
  if (el) {
@@ -667,7 +636,7 @@ var Image = function (_a) {
667
636
  "arc-Image-img--fade": fadeOnLoad,
668
637
  "arc-Image-img--fadeVisible": fadeOnLoad && visible,
669
638
  };
670
- var img = (React__default.createElement("img", { ref: imageRef, className: classNames("arc-Image-img", animationClasses), alt: alt, height: fit === "cover" ? undefined : height, loading: loading, sizes: children ? undefined : sizes, src: src, srcSet: children ? undefined : srcSet, width: fit === "cover" ? undefined : width }));
639
+ var img = (React__default.createElement("img", { ref: imageRef, className: classNames("arc-Image-img", animationClasses), alt: alt, height: fit === "cover" ? undefined : height, loading: loading, sizes: children ? undefined : sizes, src: src, srcSet: children ? undefined : srcSet, width: fit === "cover" ? undefined : width, fetchPriority: fetchPriority }));
671
640
  return (React__default.createElement("div", __assign({ className: classNames((_b = {
672
641
  "arc-Image": true,
673
642
  "arc-Image--cover": fit === "cover"
@@ -687,6 +656,27 @@ var fitOptions = ["cover"];
687
656
  var loadingOptions = ["eager", "lazy"];
688
657
  var overlayOptions = ["scrimBottomDark"];
689
658
 
659
+ /**
660
+ * Use `Heading` to display heading text.
661
+ */
662
+ var Heading = function (_a) {
663
+ var _b;
664
+ var _c = _a.align, align = _c === void 0 ? "left" : _c, _d = _a.casing, casing = _d === void 0 ? "auto" : _d, _e = _a.color, color = _e === void 0 ? "auto" : _e, children = _a.children, level = _a.level, isInline = _a.isInline, _f = _a.fontStyle, fontStyle = _f === void 0 ? "default" : _f, _g = _a.isResponsive, isResponsive = _g === void 0 ? true : _g, _h = _a.isWordWrap, isWordWrap = _h === void 0 ? true : _h, size = _a.size, id = _a.id, props = __rest(_a, ["align", "casing", "color", "children", "level", "isInline", "fontStyle", "isResponsive", "isWordWrap", "size", "id"]);
665
+ var surface = useContext(Context$3).surface;
666
+ return (React__default.createElement(SemanticHeading, __assign({ id: id, level: level, className: classNames("arc-Heading", "arc-Heading--".concat(camelcase(fontStyle)), (_b = {
667
+ "arc-Heading--wrap": isWordWrap,
668
+ "arc-Heading--inline": isInline,
669
+ "arc-Heading--fixedSize": isResponsive === false
670
+ },
671
+ _b[suffixModifier("arc-Heading--align", align)] = align && align !== "left",
672
+ _b["arc-Heading--size".concat(size && size.toUpperCase())] = size,
673
+ _b["arc-Heading--casingNone"] = casing === "none",
674
+ _b["arc-Heading--colorBrand"] = color === "brand",
675
+ _b["arc-Heading--onDarkSurface"] = surface === "dark",
676
+ _b["arc-Heading--isInline"] = isInline,
677
+ _b)) }, filterAttrs(props)), children));
678
+ };
679
+
690
680
  var AvatarContent = function (_a) {
691
681
  var img = _a.img, initials = _a.initials, _b = _a.size, size = _b === void 0 ? "xl" : _b;
692
682
  var textSize = {
@@ -751,7 +741,7 @@ var Badge = function (_a) {
751
741
  */
752
742
  var VerticalSpace = function (_a) {
753
743
  var _b;
754
- var _c = _a.isDebugVisible, isDebugVisible = _c === void 0 ? false : _c, _d = _a.size, size = _d === void 0 ? "24" : _d, sizeS = _a.sizeS, sizeM = _a.sizeM, sizeL = _a.sizeL, sizeXL = _a.sizeXL, props = __rest(_a, ["isDebugVisible", "size", "sizeS", "sizeM", "sizeL", "sizeXL"]);
744
+ var _c = _a.isDebugVisible, isDebugVisible = _c === void 0 ? false : _c, _d = _a.size, size = _d === void 0 ? "24" : _d, sizeS = _a.sizeS, sizeM = _a.sizeM, sizeL = _a.sizeL, sizeXL = _a.sizeXL, sizeXXL = _a.sizeXXL, props = __rest(_a, ["isDebugVisible", "size", "sizeS", "sizeM", "sizeL", "sizeXL", "sizeXXL"]);
755
745
  return (React__default.createElement("div", __assign({ className: classNames((_b = {
756
746
  "arc-VerticalSpace": true
757
747
  },
@@ -760,6 +750,7 @@ var VerticalSpace = function (_a) {
760
750
  _b["arc-VerticalSpace--sizeM".concat(sizeM)] = sizeM,
761
751
  _b["arc-VerticalSpace--sizeL".concat(sizeL)] = sizeL,
762
752
  _b["arc-VerticalSpace--sizeXL".concat(sizeXL)] = sizeXL,
753
+ _b["arc-VerticalSpace--sizeXXL".concat(sizeXXL)] = sizeXXL,
763
754
  _b["arc-VerticalSpace--debugVisible"] = isDebugVisible,
764
755
  _b)) }, filterAttrs(props))));
765
756
  };
@@ -782,7 +773,7 @@ var Box = function (_a) {
782
773
  };
783
774
 
784
775
  /**
785
- * Use `Grid` to compose layouts on a 12-column grid.
776
+ * Use `Grid` to compose layouts on a 12-column grid. Aligns with sibling `Section` components.
786
777
  */
787
778
  var Grid = function (_a) {
788
779
  var children = _a.children, isFluid = _a.isFluid, isDebugVisible = _a.isDebugVisible, isGutterless = _a.isGutterless, _b = _a.isExtended, isExtended = _b === void 0 ? false : _b, props = __rest(_a, ["children", "isFluid", "isDebugVisible", "isGutterless", "isExtended"]);
@@ -821,6 +812,18 @@ var BannerImage = function (_a) {
821
812
  sources.map(function (source) { return React__default.createElement("source", __assign({ key: source.srcSet }, source)); })));
822
813
  };
823
814
 
815
+ var Visible = function (_a) {
816
+ var children = _a.children, xs = _a.xs, s = _a.s, m = _a.m, l = _a.l, xl = _a.xl, xxl = _a.xxl, props = __rest(_a, ["children", "xs", "s", "m", "l", "xl", "xxl"]);
817
+ return (React__default.createElement("div", __assign({ className: classNames("arc-Visible", {
818
+ "arc-Visible--xs": xs,
819
+ "arc-Visible--s": s,
820
+ "arc-Visible--m": m,
821
+ "arc-Visible--l": l,
822
+ "arc-Visible--xl": xl,
823
+ "arc-Visible--xxl": xxl,
824
+ }) }, filterAttrs(props)), children));
825
+ };
826
+
824
827
  var BannerRow = function (_a) {
825
828
  var isReversed = _a.isReversed, children = _a.children;
826
829
  return (React__default.createElement(React__default.Fragment, null,
@@ -831,7 +834,7 @@ var BannerRow = function (_a) {
831
834
  };
832
835
 
833
836
  var TemplateBanner = function (_a) {
834
- var heading = _a.heading, label = _a.label, _b = _a.labelLevel, labelLevel = _b === void 0 ? "3" : _b, text = _a.text, img = _a.img, _c = _a.contentRatio, contentRatio = _c === void 0 ? "1/1" : _c, children = _a.children, _d = _a.alignment, alignment = _d === void 0 ? "center" : _d, additionalTopMargin = _a.additionalTopMargin, _e = _a.minHeight, minHeight = _e === void 0 ? 454 : _e, minHeightM = _a.minHeightM, minHeightL = _a.minHeightL, minHeightXL = _a.minHeightXL, _f = _a.headingSize, headingSize = _f === void 0 ? "xl" : _f, _g = _a.isReversed, isReversed = _g === void 0 ? false : _g, _h = _a.isElevated, isElevated = _h === void 0 ? false : _h, _j = _a.headingLevel, headingLevel = _j === void 0 ? "2" : _j, _k = _a.type, type = _k === void 0 ? "light" : _k, props = __rest(_a, ["heading", "label", "labelLevel", "text", "img", "contentRatio", "children", "alignment", "additionalTopMargin", "minHeight", "minHeightM", "minHeightL", "minHeightXL", "headingSize", "isReversed", "isElevated", "headingLevel", "type"]);
837
+ var heading = _a.heading, _b = _a.fontStyle, fontStyle = _b === void 0 ? "default" : _b, label = _a.label, _c = _a.labelLevel, labelLevel = _c === void 0 ? "3" : _c, text = _a.text, img = _a.img, _d = _a.contentRatio, contentRatio = _d === void 0 ? "1/1" : _d, children = _a.children, _e = _a.alignment, alignment = _e === void 0 ? "center" : _e, additionalTopMargin = _a.additionalTopMargin, _f = _a.minHeight, minHeight = _f === void 0 ? 454 : _f, minHeightM = _a.minHeightM, minHeightL = _a.minHeightL, minHeightXL = _a.minHeightXL, _g = _a.headingSize, headingSize = _g === void 0 ? "xl" : _g, _h = _a.isReversed, isReversed = _h === void 0 ? false : _h, _j = _a.isElevated, isElevated = _j === void 0 ? false : _j, _k = _a.headingLevel, headingLevel = _k === void 0 ? "2" : _k, _l = _a.type, type = _l === void 0 ? "light" : _l, props = __rest(_a, ["heading", "fontStyle", "label", "labelLevel", "text", "img", "contentRatio", "children", "alignment", "additionalTopMargin", "minHeight", "minHeightM", "minHeightL", "minHeightXL", "headingSize", "isReversed", "isElevated", "headingLevel", "type"]);
835
838
  var backgrounds = {
836
839
  dark: "dark-brand-02",
837
840
  light: "light-white",
@@ -874,13 +877,13 @@ var TemplateBanner = function (_a) {
874
877
  "arc-TemplateBanner-content--additionalTopMargin": additionalTopMargin && alignment === "start",
875
878
  }) },
876
879
  label && (React__default.createElement(React__default.Fragment, null,
877
- React__default.createElement(Heading, { level: labelLevel, fontStyle: "overline" }, label),
880
+ React__default.createElement(Heading, { level: labelLevel, fontStyle: "overline", isWordWrap: false }, label),
878
881
  React__default.createElement(VerticalSpace, { size: "8" }))),
879
- React__default.createElement(Heading, { level: headingLevel, size: headingSize }, heading),
882
+ React__default.createElement(Heading, { level: headingLevel, size: headingSize, fontStyle: fontStyle, isWordWrap: false }, heading),
880
883
  text && (React__default.createElement(React__default.Fragment, null,
881
884
  React__default.createElement(VerticalSpace, { size: "16" }),
882
885
  React__default.createElement("span", { className: "arc-TemplateBanner-text" }, text))),
883
- children && (React__default.createElement(React__default.Fragment, null,
886
+ children && (React__default.createElement("span", null,
884
887
  React__default.createElement(VerticalSpace, { size: "32" }),
885
888
  children)))),
886
889
  img && contentRatio !== "1/0" && (React__default.createElement(GridCol, __assign({ "data-testid": "arc-TemplateBanner-imageCol", align: img.fit !== "cover"
@@ -1726,7 +1729,7 @@ var Spinner = function (_a) {
1726
1729
  };
1727
1730
 
1728
1731
  var ButtonV2 = forwardRef(function (_a, ref) {
1729
- var label = _a.label, _b = _a.buttonStyle, buttonStyle = _b === void 0 ? "primary" : _b, icon = _a.icon, _c = _a.iconPosition, iconPosition = _c === void 0 ? "beforeText" : _c, _d = _a.size, size = _d === void 0 ? "m" : _d, ariaLabel = _a.ariaLabel, ariaControls = _a.ariaControls, ariaExpanded = _a.ariaExpanded, ariaHasPopup = _a.ariaHasPopup, _e = _a.isFullWidth, isFullWidth = _e === void 0 ? false : _e, _f = _a.isLoading, isLoading = _f === void 0 ? false : _f, isSpan = _a.isSpan, onClick = _a.onClick, href = _a.href, id = _a.id, rel = _a.rel, target = _a.target, type = _a.type, form = _a.form, props = __rest(_a, ["label", "buttonStyle", "icon", "iconPosition", "size", "ariaLabel", "ariaControls", "ariaExpanded", "ariaHasPopup", "isFullWidth", "isLoading", "isSpan", "onClick", "href", "id", "rel", "target", "type", "form"]);
1732
+ var label = _a.label, _b = _a.buttonStyle, buttonStyle = _b === void 0 ? "primary" : _b, icon = _a.icon, iconActive = _a.iconActive, _c = _a.iconPosition, iconPosition = _c === void 0 ? "beforeText" : _c, _d = _a.size, size = _d === void 0 ? "m" : _d, ariaLabel = _a.ariaLabel, ariaControls = _a.ariaControls, ariaExpanded = _a.ariaExpanded, ariaHasPopup = _a.ariaHasPopup, _e = _a.isFullWidth, isFullWidth = _e === void 0 ? false : _e, _f = _a.isLoading, isLoading = _f === void 0 ? false : _f, isSpan = _a.isSpan, onClick = _a.onClick, href = _a.href, id = _a.id, rel = _a.rel, target = _a.target, type = _a.type, form = _a.form, props = __rest(_a, ["label", "buttonStyle", "icon", "iconActive", "iconPosition", "size", "ariaLabel", "ariaControls", "ariaExpanded", "ariaHasPopup", "isFullWidth", "isLoading", "isSpan", "onClick", "href", "id", "rel", "target", "type", "form"]);
1730
1733
  var surface = useContext(Context$3).surface;
1731
1734
  var ButtonElement = isSpan ? "span" : "button";
1732
1735
  var iconSizes = {
@@ -1753,21 +1756,23 @@ var ButtonV2 = forwardRef(function (_a, ref) {
1753
1756
  return "auto";
1754
1757
  }
1755
1758
  };
1756
- var buttonContent = (React__default.createElement("span", { className: classNames("arc-ButtonV2-inner", {
1759
+ var renderButtonContent = function () { return (React__default.createElement("span", { className: classNames("arc-ButtonV2-inner", {
1757
1760
  "arc-ButtonV2-inner--iconBeforeText": iconPosition === "beforeText",
1758
1761
  }) },
1759
1762
  label && React__default.createElement("span", { className: "arc-ButtonV2-label" }, label),
1760
1763
  isLoading && (React__default.createElement("span", { className: "arc-ButtonV2-icon" },
1761
1764
  React__default.createElement(Spinner, { size: size }))),
1762
- icon && !isLoading && (React__default.createElement("span", { className: "arc-ButtonV2-icon" },
1763
- React__default.createElement(Icon$1, { color: getIconColor(buttonStyle), size: iconSizes[size], icon: icon })))));
1765
+ icon && !isLoading && (React__default.createElement(React__default.Fragment, null,
1766
+ React__default.createElement("span", { className: classNames("arc-ButtonV2-icon", {
1767
+ "arc-ButtonV2-icon--hasActive": iconActive,
1768
+ }) },
1769
+ React__default.createElement(Icon$1, { color: getIconColor(buttonStyle), size: iconSizes[size], icon: icon })),
1770
+ iconActive && (React__default.createElement("span", { className: "arc-ButtonV2-icon--active" },
1771
+ React__default.createElement(Icon$1, { color: getIconColor(buttonStyle), size: iconSizes[size], icon: iconActive }))))))); };
1764
1772
  if (href && !isLoading) {
1765
- return (React__default.createElement("a", __assign({}, commonProps, { className: ButtonV2Classes, href: href, rel: rel, "aria-haspopup": ariaHasPopup, "aria-controls": ariaControls, "aria-expanded": ariaExpanded, "aria-label": ariaLabel, target: target }), buttonContent));
1773
+ return (React__default.createElement("a", __assign({}, commonProps, { className: ButtonV2Classes, href: href, rel: rel, "aria-haspopup": ariaHasPopup, "aria-controls": ariaControls, "aria-expanded": ariaExpanded, "aria-label": ariaLabel, target: target }), renderButtonContent()));
1766
1774
  }
1767
- return (React__default.createElement(ButtonElement, __assign({}, commonProps, { className: ButtonV2Classes, "aria-label": ariaLabel, "aria-haspopup": ariaHasPopup, "aria-controls": ariaControls, "aria-expanded": ariaExpanded, disabled: isLoading, type: type, form: form }),
1768
- React__default.createElement("span", { className: classNames("arc-ButtonV2-inner", {
1769
- "arc-ButtonV2-inner--iconBeforeText": iconPosition === "beforeText",
1770
- }) }, buttonContent)));
1775
+ return (React__default.createElement(ButtonElement, __assign({}, commonProps, { className: ButtonV2Classes, "aria-label": ariaLabel, "aria-haspopup": ariaHasPopup, "aria-controls": ariaControls, "aria-expanded": ariaExpanded, disabled: isLoading, type: type, form: form }), renderButtonContent()));
1771
1776
  });
1772
1777
 
1773
1778
  var ButtonGroup = function (_a) {
@@ -1977,7 +1982,7 @@ function startOfMonth(dirtyDate) {
1977
1982
 
1978
1983
  /**
1979
1984
  * Do not edit directly
1980
- * Generated on Tue, 02 Sep 2025 09:31:53 GMT
1985
+ * Generated on Fri, 24 Oct 2025 10:49:57 GMT
1981
1986
  */
1982
1987
  var ArcSizeBreakpointsXs = "320px";
1983
1988
  var ArcSizeBreakpointsS = "636px";
@@ -2119,6 +2124,7 @@ var useUniqueString = function (value) {
2119
2124
  return "".concat(value, "-").concat(id);
2120
2125
  };
2121
2126
 
2127
+ var IS_SERVER = typeof window === "undefined";
2122
2128
  /**
2123
2129
  * @typedef MediaQueryOutputs
2124
2130
  * @param {boolean} matches - does the document match the media query?
@@ -2137,21 +2143,37 @@ var useUniqueString = function (value) {
2137
2143
  * @returns {MediaQueryOutputs}
2138
2144
  */
2139
2145
  var useMediaQuery = function (mediaQuery) {
2140
- var mediaQueryList = typeof window !== "undefined" ? window.matchMedia(mediaQuery) : undefined;
2146
+ var getMatches = function (query) {
2147
+ if (IS_SERVER) {
2148
+ return false;
2149
+ }
2150
+ return window.matchMedia(query).matches;
2151
+ };
2141
2152
  var _a = useState(false), matches = _a[0], setMatches = _a[1];
2153
+ // Handles the change event of the media query.
2154
+ var handleChange = function () {
2155
+ setMatches(getMatches(mediaQuery));
2156
+ };
2142
2157
  useEffect(function () {
2143
- setMatches(typeof window !== "undefined"
2144
- ? window.matchMedia(mediaQuery).matches
2145
- : false);
2146
- }, [mediaQuery]);
2147
- useEffect(function () {
2148
- var onMatchMedia = function (event) { return setMatches(event.matches); };
2149
- // Using deprecated addListener methods here for IE & Safari 13 support
2150
- if (mediaQueryList) {
2151
- mediaQueryList.addListener(onMatchMedia);
2158
+ var matchMedia = window.matchMedia(mediaQuery);
2159
+ // Triggered at the first client-side load and if query changes
2160
+ handleChange();
2161
+ // Use deprecated `addListener` and `removeListener` to support Safari < 14 (#135)
2162
+ if (matchMedia.addListener) {
2163
+ matchMedia.addListener(handleChange);
2152
2164
  }
2153
- return function () { return mediaQueryList && mediaQueryList.removeListener(onMatchMedia); };
2154
- }, [mediaQueryList]);
2165
+ else {
2166
+ matchMedia.addEventListener("change", handleChange);
2167
+ }
2168
+ return function () {
2169
+ if (matchMedia.removeListener) {
2170
+ matchMedia.removeListener(handleChange);
2171
+ }
2172
+ else {
2173
+ matchMedia.removeEventListener("change", handleChange);
2174
+ }
2175
+ };
2176
+ }, [mediaQuery]);
2155
2177
  return matches;
2156
2178
  };
2157
2179
 
@@ -5469,33 +5491,18 @@ var CalendarDayGrid = function (_a) {
5469
5491
  React__default.createElement("tbody", { onKeyDown: handleKeyDown }, getWeeksInMonth(month).map(function (week, i) { return (React__default.createElement("tr", { key: "".concat(month.getTime(), "-week-").concat(i) }, week.map(function (day) { return (React__default.createElement(CalendarDayNumber, { ref: autoFocusRef, shouldRender: isSameMonth(month, day), key: day.getTime(), date: day, isFocusWithinDayGrid: isFocusWithinDayGrid })); }))); }))))); })));
5470
5492
  };
5471
5493
 
5472
- /**
5473
- * Do not edit directly
5474
- * Generated file
5475
- */
5476
-
5477
- const BtIconChevronLeftMid =
5478
- "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath fill='currentColor' fill-rule='evenodd' d='m7.621 8 2.849 2.852a.673.673 0 0 1-.732 1.097.7.7 0 0 1-.218-.145L6.196 8.476a.673.673 0 0 1 0-.951L9.52 4.197a.67.67 0 0 1 1.146.476c0 .178-.07.349-.196.475z' clip-rule='evenodd'/%3e%3c/svg%3e";
5479
-
5480
- /**
5481
- * Do not edit directly
5482
- * Generated file
5483
- */
5484
-
5485
- const BtIconChevronRightMid =
5486
- "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath fill='currentColor' fill-rule='evenodd' d='M9.045 8 6.197 5.148a.673.673 0 0 1 .731-1.097.7.7 0 0 1 .218.146l3.324 3.328a.673.673 0 0 1 0 .95l-3.324 3.329A.67.67 0 0 1 6 11.328c0-.178.07-.35.197-.476z' clip-rule='evenodd'/%3e%3c/svg%3e";
5487
-
5488
5494
  var CalendarNavButton = function (_a) {
5489
5495
  var isDisabled = _a.isDisabled, onClick = _a.onClick, direction = _a.direction, ariaLabel = _a.ariaLabel;
5490
5496
  var icons = {
5491
- previous: BtIconChevronLeftMid,
5492
- next: BtIconChevronRightMid,
5497
+ previous: "calendarLeft",
5498
+ next: "calendarRight",
5493
5499
  };
5494
5500
  return (React__default.createElement("button", { "aria-label": ariaLabel, disabled: isDisabled, onClick: onClick, type: "button", className: classNames("arc-CalendarNavButton", {
5495
5501
  "arc-CalendarNavButton--previous": direction === "previous",
5496
5502
  "arc-CalendarNavButton--next": direction === "next",
5497
5503
  }) },
5498
- React__default.createElement(Icon$1, { size: 32, icon: icons[direction] })));
5504
+ React__default.createElement("div", { className: "arc-CalendarNavButton-icon" },
5505
+ React__default.createElement(ThemeIcon, { icon: icons[direction] }))));
5499
5506
  };
5500
5507
 
5501
5508
  var CalendarDoubleMonthView = function (_a) {
@@ -7772,18 +7779,18 @@ function useEmblaCarousel(options = {}, plugins = []) {
7772
7779
  useEmblaCarousel.globalOptions = undefined;
7773
7780
 
7774
7781
  var XS_BREAKPOINT = "(min-width: ".concat(ArcSizeBreakpointsXs, ")");
7775
- var S_BREAKPOINT$1 = "(min-width: ".concat(ArcSizeBreakpointsS, ")");
7776
- var M_BREAKPOINT$1 = "(min-width: ".concat(ArcSizeBreakpointsM, ")");
7777
- var L_BREAKPOINT$1 = "(min-width: ".concat(ArcSizeBreakpointsL, ")");
7778
- var XL_BREAKPOINT$1 = "(min-width: ".concat(ArcSizeBreakpointsXl, ")");
7782
+ var S_BREAKPOINT = "(min-width: ".concat(ArcSizeBreakpointsS, ")");
7783
+ var M_BREAKPOINT = "(min-width: ".concat(ArcSizeBreakpointsM, ")");
7784
+ var L_BREAKPOINT = "(min-width: ".concat(ArcSizeBreakpointsL, ")");
7785
+ var XL_BREAKPOINT = "(min-width: ".concat(ArcSizeBreakpointsXl, ")");
7779
7786
 
7780
7787
  var getOptions = function (itemsToScroll, loop, responsive) {
7781
7788
  var breakpoints = [
7782
7789
  [XS_BREAKPOINT, "xs"],
7783
- [S_BREAKPOINT$1, "s"],
7784
- [M_BREAKPOINT$1, "m"],
7785
- [L_BREAKPOINT$1, "l"],
7786
- [XL_BREAKPOINT$1, "xl"],
7790
+ [S_BREAKPOINT, "s"],
7791
+ [M_BREAKPOINT, "m"],
7792
+ [L_BREAKPOINT, "l"],
7793
+ [XL_BREAKPOINT, "xl"],
7787
7794
  ];
7788
7795
  var breakpointOptions = breakpoints.reduce(function (acc, _a) {
7789
7796
  var _b;
@@ -7854,10 +7861,10 @@ var Carousel = function (_a) {
7854
7861
  var _k = useState(true), prevButtonEnabled = _k[0], setPrevButtonEnabled = _k[1];
7855
7862
  var _l = useState(true), nextButtonEnabled = _l[0], setNextButtonEnabled = _l[1];
7856
7863
  var isMinWidthArcBreakpointXs = useMediaQuery(XS_BREAKPOINT);
7857
- var isMinWidthArcBreakpointS = useMediaQuery(S_BREAKPOINT$1);
7858
- var isMinWidthArcBreakpointM = useMediaQuery(M_BREAKPOINT$1);
7859
- var isMinWidthArcBreakpointL = useMediaQuery(L_BREAKPOINT$1);
7860
- var isMinWidthArcBreakpointXl = useMediaQuery(XL_BREAKPOINT$1);
7864
+ var isMinWidthArcBreakpointS = useMediaQuery(S_BREAKPOINT);
7865
+ var isMinWidthArcBreakpointM = useMediaQuery(M_BREAKPOINT);
7866
+ var isMinWidthArcBreakpointL = useMediaQuery(L_BREAKPOINT);
7867
+ var isMinWidthArcBreakpointXl = useMediaQuery(XL_BREAKPOINT);
7861
7868
  var slideWidth = getSlideWidth({
7862
7869
  screenSizes: {
7863
7870
  xl: isMinWidthArcBreakpointXl,
@@ -7977,14 +7984,14 @@ var Provider$4 = Context$2.Provider;
7977
7984
  */
7978
7985
  var FormControl = function (_a) {
7979
7986
  var _b;
7980
- var children = _a.children, _c = _a.elementType, ElementType = _c === void 0 ? "div" : _c, errorMessage = _a.errorMessage, helper = _a.helper, htmlFor = _a.htmlFor, supplementaryInfo = _a.supplementaryInfo, id = _a.id, label = _a.label, _d = _a.labelSize, labelSize = _d === void 0 ? "l" : _d, _e = _a.labelPosition, labelPosition = _e === void 0 ? "top" : _e, _f = _a.requirementStatus, requirementStatus = _f === void 0 ? "optional" : _f, _g = _a.helperUnderLabel, helperUnderLabel = _g === void 0 ? false : _g, isDisabled = _a.isDisabled, _h = _a.hideLabel, hideLabel = _h === void 0 ? false : _h, disclosureTitle = _a.disclosureTitle, disclosureText = _a.disclosureText, onClickDisclosure = _a.onClickDisclosure, props = __rest(_a, ["children", "elementType", "errorMessage", "helper", "htmlFor", "supplementaryInfo", "id", "label", "labelSize", "labelPosition", "requirementStatus", "helperUnderLabel", "isDisabled", "hideLabel", "disclosureTitle", "disclosureText", "onClickDisclosure"]);
7987
+ var children = _a.children, _c = _a.elementType, ElementType = _c === void 0 ? "div" : _c, errorMessage = _a.errorMessage, helper = _a.helper, htmlFor = _a.htmlFor, supplementaryInfo = _a.supplementaryInfo, id = _a.id, label = _a.label, _d = _a.labelSize, labelSize = _d === void 0 ? "l" : _d, _e = _a.labelPosition, labelPosition = _e === void 0 ? "top" : _e, _f = _a.requirementStatus, requirementStatus = _f === void 0 ? "optional" : _f, _g = _a.helperUnderLabel, helperUnderLabel = _g === void 0 ? false : _g, isDisabled = _a.isDisabled, _h = _a.hideLabel, hideLabel = _h === void 0 ? false : _h, disclosureTitle = _a.disclosureTitle, disclosureText = _a.disclosureText, onClickDisclosure = _a.onClickDisclosure, _j = _a.isErrorAlert, isErrorAlert = _j === void 0 ? false : _j, props = __rest(_a, ["children", "elementType", "errorMessage", "helper", "htmlFor", "supplementaryInfo", "id", "label", "labelSize", "labelPosition", "requirementStatus", "helperUnderLabel", "isDisabled", "hideLabel", "disclosureTitle", "disclosureText", "onClickDisclosure", "isErrorAlert"]);
7981
7988
  var surface = useContext(Context$3).surface;
7982
- var _j = useAriaDescribedby({
7989
+ var _k = useAriaDescribedby({
7983
7990
  disclosureText: disclosureText,
7984
7991
  errorMessage: errorMessage,
7985
7992
  helper: helper,
7986
7993
  id: htmlFor || id, // `htmlFor` is preference to keep this deterministic with TextInput
7987
- }), ariaDescribedby = _j.ariaDescribedby, idError = _j.idError, idHelper = _j.idHelper, idDisclosure = _j.idDisclosure;
7994
+ }), ariaDescribedby = _k.ariaDescribedby, idError = _k.idError, idHelper = _k.idHelper, idDisclosure = _k.idDisclosure;
7988
7995
  var LabelType = ElementType === "div" ? "label" : "legend";
7989
7996
  var elementProps = {};
7990
7997
  var labelProps = {};
@@ -8025,7 +8032,8 @@ var FormControl = function (_a) {
8025
8032
  label && (React__default.createElement("span", { className: classNames("arc-FormControl-labelText", {
8026
8033
  "arc-FormControl-labelText--withOptional": requirementStatus === "optional",
8027
8034
  }) }, label)),
8028
- requirementStatus === "optional" && (React__default.createElement("span", { className: "arc-FormControl-labelOptional" }, "(optional)")))),
8035
+ requirementStatus === "optional" && (React__default.createElement("span", { className: "arc-FormControl-labelOptional" }, "(optional)")),
8036
+ LabelType === "legend" && (React__default.createElement(VisuallyHidden$2, null, "".concat(errorMessage ? "Error. " + errorMessage : "", ". ").concat(helper))))),
8029
8037
  helperUnderLabel && helper && (React__default.createElement("div", { className: "arc-FormControl-helper arc-FormControl-helper--underLabel", id: idHelper }, helper)),
8030
8038
  children,
8031
8039
  React__default.createElement("div", { className: classNames("arc-FormControl-info", {
@@ -8033,78 +8041,86 @@ var FormControl = function (_a) {
8033
8041
  }) },
8034
8042
  ((helper && !helperUnderLabel) ||
8035
8043
  errorMessage ||
8036
- disclosureTitle) && (React__default.createElement("div", { className: "arc-FormControl-helperContainer" }, errorMessage ? (React__default.createElement("div", { className: "arc-FormControl-error", id: idError },
8044
+ disclosureTitle) && (React__default.createElement("div", { className: "arc-FormControl-helperContainer" }, errorMessage ? (React__default.createElement("div", { className: "arc-FormControl-error", id: idError, role: isErrorAlert ? "alert" : undefined },
8037
8045
  React__default.createElement("span", { className: "arc-FormControl-error--icon" },
8046
+ React__default.createElement(VisuallyHidden$2, null, "Error."),
8038
8047
  React__default.createElement(ThemeIcon, { icon: "formControlAlert" })),
8039
8048
  errorMessage)) : (!helperUnderLabel &&
8040
8049
  (disclosureTitle ? (React__default.createElement(DisclosureMini, { onClick: onClickDisclosure, summary: disclosureTitle, size: labelSize === "m" ? "l" : labelSize, id: idDisclosure }, disclosureText)) : (helper && (React__default.createElement("div", { className: "arc-FormControl-helper", id: idHelper }, helper))))))),
8041
8050
  supplementaryInfo && (React__default.createElement("div", { className: "arc-FormControl-supplementaryInfo" }, supplementaryInfo))))));
8042
8051
  };
8043
8052
 
8044
- /**
8045
- * Use `Checkbox` to allow users to select individual options.
8046
- */
8047
- var Checkbox = forwardRef(function (_a, ref) {
8048
- var _b = _a.checked, checked = _b === void 0 ? false : _b, errorMessage = _a.errorMessage, helper = _a.helper, id = _a.id, _c = _a.isDisabled, isDisabled = _c === void 0 ? false : _c, _d = _a.isRequired, isRequired = _d === void 0 ? false : _d, label = _a.label, _e = _a.hideLabel, hideLabel = _e === void 0 ? false : _e, name = _a.name, onBlur = _a.onBlur, onChange = _a.onChange, _f = _a.size, size = _f === void 0 ? "m" : _f, value = _a.value, _g = _a.checkboxAlignment, checkboxAlignment = _g === void 0 ? "center" : _g, _h = _a.indeterminate, indeterminate = _h === void 0 ? false : _h, props = __rest(_a, ["checked", "errorMessage", "helper", "id", "isDisabled", "isRequired", "label", "hideLabel", "name", "onBlur", "onChange", "size", "value", "checkboxAlignment", "indeterminate"]);
8053
+ var CheckboxIcon = function (_a) {
8054
+ var id = _a.id, name = _a.name, checked = _a.checked, _b = _a.indeterminate, indeterminate = _b === void 0 ? false : _b, isDisabled = _a.isDisabled, isRequired = _a.isRequired, _c = _a.size, size = _c === void 0 ? "m" : _c, value = _a.value, error = _a.error, ariaDescribedBy = _a.ariaDescribedBy, onBlur = _a.onBlur, onChange = _a.onChange, props = __rest(_a, ["id", "name", "checked", "indeterminate", "isDisabled", "isRequired", "size", "value", "error", "ariaDescribedBy", "onBlur", "onChange"]);
8049
8055
  var requirementStatus = useContext(Context$2).requirementStatus;
8050
- var surface = useContext(Context$3).surface;
8051
- var _j = useAriaDescribedby({
8052
- id: id,
8053
- errorMessage: errorMessage,
8054
- }), ariaDescribedby = _j.ariaDescribedby, idError = _j.idError;
8055
8056
  var internalRef = useRef(null);
8056
- var synchronizeRefs = function (el) {
8057
- internalRef.current = el;
8058
- if (typeof ref === "object" && ref !== null) {
8059
- ref.current = el;
8060
- }
8061
- else if (typeof ref === "function") {
8062
- ref(el);
8063
- }
8064
- };
8057
+ var surface = useContext(Context$3).surface;
8065
8058
  useEffect(function () {
8066
8059
  if (internalRef.current) {
8067
8060
  internalRef.current.indeterminate = indeterminate;
8068
8061
  }
8069
8062
  }, [indeterminate, checked]);
8070
8063
  var tickSize = {
8071
- s: { width: 14, height: 11 },
8072
- m: { width: 18, height: 14 },
8064
+ s: 14,
8065
+ m: 18,
8073
8066
  };
8074
- var idLabel = "".concat(id, "-label");
8075
- var checkedProps = {};
8076
- if (typeof onChange === "function") {
8077
- checkedProps.checked = checked;
8078
- }
8079
- else if (checked && !onChange) {
8080
- checkedProps.defaultChecked = true;
8081
- }
8067
+ var isControlled = typeof checked !== "undefined" && typeof onChange === "function";
8068
+ var checkedProps = isControlled
8069
+ ? { checked: checked }
8070
+ : checked
8071
+ ? { defaultChecked: true }
8072
+ : {};
8082
8073
  if (!checked && onChange) {
8083
8074
  indeterminate = false;
8084
8075
  }
8085
8076
  if (requirementStatus === "required") {
8086
8077
  isRequired = true;
8087
8078
  }
8088
- return (React__default.createElement("div", { className: classNames({
8079
+ return (React__default.createElement("label", { htmlFor: id, className: classNames({
8080
+ "arc-CheckboxIcon": true,
8081
+ "arc-CheckboxIcon--disabled": isDisabled,
8082
+ "arc-CheckboxIcon--invalid": error,
8083
+ "arc-CheckboxIcon--small": size === "s",
8084
+ "arc-CheckboxIcon--onDarkSurface": surface === "dark",
8085
+ }) },
8086
+ React__default.createElement("input", __assign({ "aria-describedby": ariaDescribedBy ? ariaDescribedBy : error ? "id-error" : undefined, "aria-invalid": error, "aria-checked": checked && !indeterminate
8087
+ ? true
8088
+ : indeterminate && checked
8089
+ ? "mixed"
8090
+ : false, className: classNames("arc-CheckboxIcon-input"), disabled: isDisabled, id: id, name: name, onBlur: onBlur, onChange: onChange, ref: internalRef, required: isRequired, type: "checkbox", value: value }, checkedProps, props)),
8091
+ React__default.createElement("span", { className: classNames("arc-CheckboxIcon-box") }, indeterminate ? (React__default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none" },
8092
+ React__default.createElement("rect", { x: "4", y: "8", width: "7.51", height: "1", rx: "0.5", fill: "currentColor" }))) : (React__default.createElement(ThemeIcon, { icon: "checkboxChecked", size: tickSize[size] })))));
8093
+ };
8094
+
8095
+ /**
8096
+ * Use `Checkbox` to allow users to select individual options.
8097
+ */
8098
+ var Checkbox = forwardRef(function (_a) {
8099
+ var _b = _a.checked, checked = _b === void 0 ? false : _b, errorMessage = _a.errorMessage, helper = _a.helper, id = _a.id, _c = _a.isDisabled, isDisabled = _c === void 0 ? false : _c, _d = _a.isRequired, isRequired = _d === void 0 ? false : _d, label = _a.label, _e = _a.hideLabel, hideLabel = _e === void 0 ? false : _e, name = _a.name, onBlur = _a.onBlur, onChange = _a.onChange, _f = _a.size, size = _f === void 0 ? "m" : _f, value = _a.value, _g = _a.checkboxAlignment, checkboxAlignment = _g === void 0 ? "center" : _g, _h = _a.indeterminate, indeterminate = _h === void 0 ? false : _h, _j = _a.isError, isError = _j === void 0 ? false : _j, _k = _a.isErrorAlert, isErrorAlert = _k === void 0 ? false : _k, props = __rest(_a, ["checked", "errorMessage", "helper", "id", "isDisabled", "isRequired", "label", "hideLabel", "name", "onBlur", "onChange", "size", "value", "checkboxAlignment", "indeterminate", "isError", "isErrorAlert"]);
8100
+ var requirementStatus = useContext(Context$2).requirementStatus;
8101
+ var surface = useContext(Context$3).surface;
8102
+ var idError = useAriaDescribedby({
8103
+ id: id,
8104
+ errorMessage: errorMessage,
8105
+ }).idError;
8106
+ var idLabel = "".concat(id, "-label");
8107
+ var isIndeterminate = checked ? indeterminate : false;
8108
+ if (requirementStatus === "required") {
8109
+ isRequired = true;
8110
+ }
8111
+ return (React__default.createElement("div", __assign({ className: classNames({
8089
8112
  "arc-Checkbox": true,
8090
8113
  "arc-Checkbox--disabled": isDisabled,
8091
- "arc-Checkbox--invalid": errorMessage,
8114
+ "arc-Checkbox--invalid": errorMessage || isError,
8092
8115
  "arc-Checkbox--small": size === "s",
8093
8116
  "arc-Checkbox--onDarkSurface": surface === "dark",
8094
- }) },
8117
+ }) }, filterAttrs(props)),
8095
8118
  React__default.createElement("label", { id: idLabel, htmlFor: id, className: classNames("arc-Checkbox-label", {
8096
8119
  "arc-Checkbox-label--top": checkboxAlignment === "top",
8097
8120
  }) },
8098
- React__default.createElement("input", __assign({ "aria-describedby": ariaDescribedby, "aria-invalid": errorMessage ? "true" : "false", "aria-checked": checked && !indeterminate
8099
- ? "true"
8100
- : indeterminate && checked
8101
- ? "mixed"
8102
- : "false", className: "arc-Checkbox-input" }, checkedProps, { disabled: isDisabled, id: id, name: name, onBlur: onBlur, onChange: onChange, ref: synchronizeRefs, required: isRequired, type: "checkbox", value: value }, filterAttrs(props))),
8103
- React__default.createElement("span", { className: "arc-Checkbox-box" }, indeterminate ? (React__default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none" },
8104
- React__default.createElement("rect", { x: "4", y: "8", width: "7.51", height: "1", rx: "0.5", fill: "currentColor" }))) : (React__default.createElement("svg", { style: tickSize[size], viewBox: "0 0 18 14", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
8105
- React__default.createElement("path", { d: "M5.99459 14L0.350576 8.23277C0.126079 8.00285 0 7.69132 0 7.36653C0 7.04173 0.126079 6.7302 0.350576 6.50028C0.578979 6.27752 0.88258 6.15324 1.19832 6.15324C1.51405 6.15324 1.81765 6.27752 2.04606 6.50028L5.99459 10.535L15.9385 0.374054C16.0491 0.25703 16.1814 0.163688 16.3277 0.0994738C16.474 0.0352599 16.6313 0.00145997 16.7905 4.626e-05C16.9497 -0.00136745 17.1076 0.0296342 17.255 0.0912406C17.4023 0.152847 17.5362 0.243825 17.6488 0.358867C17.7614 0.473908 17.8504 0.610709 17.9107 0.761287C17.971 0.911865 18.0013 1.0732 18 1.23589C17.9986 1.39858 17.9655 1.55936 17.9026 1.70884C17.8398 1.85833 17.7485 1.99352 17.6339 2.10655L5.99459 14Z", fill: "currentColor" })))),
8106
- React__default.createElement("span", __assign({}, (checkboxAlignment === "top" && {
8107
- className: "arc-Checkbox-content--marginTop",
8121
+ React__default.createElement(CheckboxIcon, { size: size, id: id, error: errorMessage || isError ? true : false, isDisabled: isDisabled, isRequired: isRequired, checked: checked, indeterminate: isIndeterminate, ariaDescribedBy: idError, name: name, onBlur: onBlur, onChange: onChange, value: value }),
8122
+ React__default.createElement("span", __assign({ className: "arc-Checkbox-content" }, (checkboxAlignment === "top" && {
8123
+ className: "arc-Checkbox-content--marginTop arc-Checkbox-content",
8108
8124
  })), hideLabel ? (React__default.createElement(VisuallyHidden$2, null,
8109
8125
  label,
8110
8126
  !isRequired && requirementStatus !== "optional" ? (React__default.createElement("span", { className: "arc-Checkbox-labelOptional" }, "(optional)")) : null,
@@ -8112,14 +8128,14 @@ var Checkbox = forwardRef(function (_a, ref) {
8112
8128
  label,
8113
8129
  !isRequired && requirementStatus !== "optional" ? (React__default.createElement("span", { className: "arc-Checkbox-labelOptional" }, "(optional)")) : null,
8114
8130
  helper && (React__default.createElement("span", { className: "arc-Checkbox-helper" }, helper)))))),
8115
- errorMessage && (React__default.createElement("div", { id: idError, className: "arc-Checkbox-error" },
8116
- React__default.createElement("span", { className: "arc-Checkbox-error--icon" },
8131
+ errorMessage && (React__default.createElement("div", { id: idError, className: "arc-Checkbox-error", role: isErrorAlert ? "alert" : undefined },
8132
+ React__default.createElement("span", { className: "arc-Checkbox-error--icon", "aria-label": "Error. " },
8117
8133
  React__default.createElement(ThemeIcon, { icon: "checkboxError" })),
8118
8134
  errorMessage))));
8119
8135
  });
8120
8136
 
8121
8137
  /**
8122
- * Use `Columns` to compose layouts on a 12-column grid.
8138
+ * Use `Columns` to compose layouts on a 12-column grid. Place within `Section` components to align with any sibling `Grid` components.
8123
8139
  */
8124
8140
  var Columns = function (_a) {
8125
8141
  var children = _a.children, _b = _a.isGutterless, isGutterless = _b === void 0 ? false : _b, _c = _a.isExtended, isExtended = _c === void 0 ? false : _c, props = __rest(_a, ["children", "isGutterless", "isExtended"]);
@@ -13830,8 +13846,8 @@ var ContentSwitcher = function (_a) {
13830
13846
  };
13831
13847
 
13832
13848
  var ContentSwitcherTab = forwardRef(function (_a, ref) {
13833
- var label = _a.label, value = _a.value, onClick = _a.onClick, props = __rest(_a, ["label", "value", "onClick"]);
13834
- return (React__default.createElement($69cb30bb0017df05$export$41fb9f06171c75f4, __assign({ className: "arc-ContentSwitcherTab", value: value, ref: ref, onClick: onClick }, filterAttrs(props)),
13849
+ var label = _a.label, value = _a.value, onClick = _a.onClick, onFocus = _a.onFocus, props = __rest(_a, ["label", "value", "onClick", "onFocus"]);
13850
+ return (React__default.createElement($69cb30bb0017df05$export$41fb9f06171c75f4, __assign({ className: "arc-ContentSwitcherTab", value: value, ref: ref, onClick: onClick, onFocus: onFocus }, filterAttrs(props)),
13835
13851
  React__default.createElement(Text, { size: "m" }, label)));
13836
13852
  });
13837
13853
 
@@ -13905,6 +13921,9 @@ var ContentSwitcherList = function (_a) {
13905
13921
  onClick: function () {
13906
13922
  return scrollTabIntoView({ current: tabRefs.current[index] });
13907
13923
  },
13924
+ onFocus: function () {
13925
+ return scrollTabIntoView({ current: tabRefs.current[index] });
13926
+ },
13908
13927
  });
13909
13928
  }
13910
13929
  else {
@@ -15147,13 +15166,16 @@ var ScrollDownButton = SelectScrollDownButton;
15147
15166
 
15148
15167
  // src/get-text-width/get-text-width.ts
15149
15168
  var getTextWidth = (text, font) => {
15169
+ if (typeof document === "undefined") {
15170
+ return 236;
15171
+ }
15150
15172
  const canvas = document.createElement("canvas");
15151
15173
  const context = canvas.getContext("2d");
15152
15174
  if (context) {
15153
15175
  context.font = getComputedStyle(document.body).font;
15154
15176
  return context.measureText(text).width;
15155
15177
  }
15156
- return 0;
15178
+ return 236;
15157
15179
  };
15158
15180
 
15159
15181
  var ContentSwitcherDropdown = function (_a) {
@@ -15161,15 +15183,22 @@ var ContentSwitcherDropdown = function (_a) {
15161
15183
  var initialValue = defaultValue || tabs[0].value;
15162
15184
  var _d = useThemeElement(), themeElement = _d[0], setThemeElement = _d[1];
15163
15185
  var _e = useState(initialValue), uncontrolledValue = _e[0], setUncontrolledValue = _e[1];
15186
+ var _f = useState(236), longestLabelWidth = _f[0], setLongestLabelWidth = _f[1];
15187
+ // compute longest width client side
15188
+ useEffect(function () {
15189
+ if (tabs.length === 0)
15190
+ return;
15191
+ var longestLabel = tabs.reduce(function (longest, current) {
15192
+ return current.label.length > longest.length ? current.label : longest;
15193
+ }, "");
15194
+ setLongestLabelWidth(getTextWidth(longestLabel));
15195
+ }, [tabs]);
15164
15196
  var isControlled = typeof value !== "undefined";
15165
15197
  var selectValue = isControlled ? value : uncontrolledValue;
15166
15198
  var onValueChangeHandler = function (value) {
15167
15199
  onValueChange && onValueChange(value);
15168
15200
  setUncontrolledValue(value);
15169
15201
  };
15170
- var LongestLabelWidth = getTextWidth(tabs.reduce(function (longest, current) {
15171
- return current.label.length > longest.length ? current.label : longest;
15172
- }, ""));
15173
15202
  return (React__default.createElement(React__default.Fragment, null,
15174
15203
  React__default.createElement(Root2$2, { defaultValue: defaultValue, onValueChange: onValueChangeHandler, value: selectValue },
15175
15204
  React__default.createElement("span", __assign({ className: classNames("arc-ContentSwitcherDropdown-selectTriggerWrapper", {
@@ -15177,7 +15206,7 @@ var ContentSwitcherDropdown = function (_a) {
15177
15206
  "arc-ContentSwitcherDropdown-selectTriggerWrapper--isFluid": isFluid,
15178
15207
  }), ref: setThemeElement }, (!isFluid && {
15179
15208
  style: {
15180
- width: width ? width : LongestLabelWidth + 84,
15209
+ width: width ? width : longestLabelWidth + 84,
15181
15210
  },
15182
15211
  }), filterAttrs(props)),
15183
15212
  React__default.createElement(Trigger$2, { className: "arc-ContentSwitcherDropdown-selectTrigger", "aria-label": ariaLabel },
@@ -15263,8 +15292,8 @@ var TextInputComponent = forwardRef(function (_a, ref) {
15263
15292
  });
15264
15293
  // Although this is used within FormControlWrapper, it's deterministic so we can call it here too
15265
15294
  var ariaDescribedby = useAriaDescribedby({
15266
- errorMessage: errorMessage,
15267
15295
  id: id,
15296
+ errorMessage: errorMessage,
15268
15297
  helper: helper,
15269
15298
  disclosureText: disclosureText,
15270
15299
  }).ariaDescribedby;
@@ -15791,6 +15820,7 @@ var Disclosure = function (_a) {
15791
15820
 
15792
15821
  var Download = function (_a) {
15793
15822
  var name = _a.name, onClick = _a.onClick, description = _a.description, href = _a.href, type = _a.type, size = _a.size, _b = _a.icon, icon = _b === void 0 ? "downloadFile" : _b, _c = _a.isCompact, isCompact = _c === void 0 ? false : _c, _d = _a.isFullWidth, isFullWidth = _d === void 0 ? true : _d;
15823
+ var surface = useContext(Context$3).surface;
15794
15824
  var linkProps = href
15795
15825
  ? {
15796
15826
  href: href,
@@ -15804,6 +15834,7 @@ var Download = function (_a) {
15804
15834
  return (React__default.createElement("a", __assign({}, linkProps, { className: classNames("arc-Download", {
15805
15835
  "arc-Download--maxContent": !isFullWidth,
15806
15836
  "arc-Download--compact": isCompact,
15837
+ "arc-Download--onDarkSurface": surface === "dark",
15807
15838
  }), "aria-label": name, onClick: onClick }),
15808
15839
  React__default.createElement("div", { className: "arc-Download-iconContainer" },
15809
15840
  React__default.createElement(ThemeIcon, { size: isCompact ? 40 : 64, icon: icon })),
@@ -16118,9 +16149,12 @@ var Title = DialogTitle;
16118
16149
  var Description = DialogDescription;
16119
16150
 
16120
16151
  var Drawer = function (_a) {
16121
- var isOpen = _a.isOpen, children = _a.children, onRequestClose = _a.onRequestClose, _b = _a.noOverlay, noOverlay = _b === void 0 ? false : _b, _c = _a.shouldReturnFocus, shouldReturnFocus = _c === void 0 ? true : _c, _d = _a.size, size = _d === void 0 ? "m" : _d, height = _a.height, width = _a.width, _e = _a.position, position = _e === void 0 ? "right" : _e, props = __rest(_a, ["isOpen", "children", "onRequestClose", "noOverlay", "shouldReturnFocus", "size", "height", "width", "position"]);
16122
- var _f = useThemeElement(), themeElement = _f[0], setThemeElement = _f[1];
16152
+ var isOpen = _a.isOpen, children = _a.children, onRequestClose = _a.onRequestClose, _b = _a.noOverlay, noOverlay = _b === void 0 ? false : _b, _c = _a.shouldReturnFocus, shouldReturnFocus = _c === void 0 ? true : _c, _d = _a.size, size = _d === void 0 ? "m" : _d, height = _a.height, width = _a.width, _e = _a.position, position = _e === void 0 ? "right" : _e, _f = _a.draggable, draggable = _f === void 0 ? false : _f, _g = _a.snapPoints, snapPoints = _g === void 0 ? ["30%", "60%", "90%"] : _g, _h = _a.snapBehaviour, snapBehaviour = _h === void 0 ? "nearest" : _h, dragDownToDismiss = _a.dragDownToDismiss, onDragHandleClick = _a.onDragHandleClick, ariaDescription = _a.ariaDescription, props = __rest(_a, ["isOpen", "children", "onRequestClose", "noOverlay", "shouldReturnFocus", "size", "height", "width", "position", "draggable", "snapPoints", "snapBehaviour", "dragDownToDismiss", "onDragHandleClick", "ariaDescription"]);
16153
+ var _j = useThemeElement(), themeElement = _j[0], setThemeElement = _j[1];
16123
16154
  var triggerRef = useRef(null);
16155
+ var contentRef = useRef(null);
16156
+ var _k = useState(0), drawerHeight = _k[0], setDrawerHeight = _k[1];
16157
+ var normalisedSnapPoints = snapPoints && snapPoints.length > 0 ? snapPoints : ["30%", "60%", "90%"];
16124
16158
  var setTriggerElement = function () {
16125
16159
  return shouldReturnFocus &&
16126
16160
  (triggerRef.current = document.activeElement);
@@ -16130,18 +16164,147 @@ var Drawer = function (_a) {
16130
16164
  triggerRef.current.focus();
16131
16165
  }
16132
16166
  };
16133
- var sizingProperties = __assign(__assign({}, (position !== "bottom" && { width: width })), (position === "bottom" && { height: height }));
16167
+ var dragRef = useRef({
16168
+ active: false,
16169
+ startY: 0,
16170
+ deltaY: 0,
16171
+ startH: 0,
16172
+ });
16173
+ var sizingProperties = __assign(__assign({}, (position !== "bottom" && { width: width })), (position === "bottom" && { height: drawerHeight || height }));
16174
+ var onHandleUp = function (e) {
16175
+ onHandleUpCore(e.nativeEvent);
16176
+ };
16177
+ var onHandleClick = function (e) {
16178
+ onHandleUpCore(e.nativeEvent);
16179
+ onDragHandleClick === null || onDragHandleClick === void 0 ? void 0 : onDragHandleClick(e);
16180
+ };
16181
+ var onHandleMove = function (e) {
16182
+ if (!dragRef.current.active)
16183
+ return;
16184
+ dragRef.current.deltaY = e.clientY - dragRef.current.startY;
16185
+ var newHeight = dragRef.current.startH - dragRef.current.deltaY;
16186
+ setDrawerHeight(Math.round(newHeight));
16187
+ };
16188
+ var resolveToPx = function (input) {
16189
+ // if already a number, assume px
16190
+ if (typeof input === "number")
16191
+ return input;
16192
+ var str = input.trim().toLowerCase();
16193
+ if (str.endsWith("%")) {
16194
+ var percentValue = parseFloat(str);
16195
+ return (window.innerHeight * percentValue) / 100;
16196
+ }
16197
+ if (str.endsWith("px")) {
16198
+ var pixelValue = parseFloat(str);
16199
+ return pixelValue;
16200
+ }
16201
+ var numericValue = Number(str);
16202
+ return Number.isFinite(numericValue) ? numericValue : undefined;
16203
+ };
16204
+ var onHandleUpCore = function (e) {
16205
+ if (!dragRef.current.active || !contentRef.current)
16206
+ return;
16207
+ if (dragDownToDismiss && contentRef.current.clientHeight < 100) {
16208
+ dragRef.current.active = false;
16209
+ dragRef.current.deltaY = 0;
16210
+ e.currentTarget.releasePointerCapture(e.pointerId);
16211
+ setDrawerHeight(undefined);
16212
+ onRequestClose();
16213
+ return;
16214
+ }
16215
+ dragRef.current.active = false;
16216
+ e.currentTarget.releasePointerCapture(e.pointerId);
16217
+ var currentHeight = contentRef.current.clientHeight;
16218
+ // turn all snapPoints into px values. Order the values.
16219
+ var snapsPx = (normalisedSnapPoints !== null && normalisedSnapPoints !== void 0 ? normalisedSnapPoints : [])
16220
+ .map(resolveToPx)
16221
+ .filter(function (value) { return value !== undefined; }) // remove undefined values
16222
+ .sort(function (a, b) { return a - b; });
16223
+ var targetSnap = undefined;
16224
+ if (snapBehaviour === "next") {
16225
+ var deltaY = Math.sign(dragRef.current.deltaY);
16226
+ if (deltaY === -1) {
16227
+ // User scrolled up
16228
+ for (var i = 0; i < snapsPx.length; i++) {
16229
+ if (snapsPx[i] > currentHeight) {
16230
+ targetSnap = snapsPx[i];
16231
+ break;
16232
+ }
16233
+ else if (currentHeight > snapsPx[snapsPx.length - 1]) {
16234
+ targetSnap = snapsPx[snapsPx.length - 1];
16235
+ }
16236
+ }
16237
+ }
16238
+ else if (deltaY === 1) {
16239
+ // User scrolled down
16240
+ for (var i = 0; i < snapsPx.length; i++) {
16241
+ if (snapsPx[i] < currentHeight) {
16242
+ targetSnap = snapsPx[i];
16243
+ }
16244
+ else if (currentHeight < snapsPx[0]) {
16245
+ targetSnap = snapsPx[0];
16246
+ }
16247
+ }
16248
+ }
16249
+ else if (deltaY === 0) {
16250
+ // User clicked without moving go to next snap point
16251
+ for (var i = 0; i < snapsPx.length; i++) {
16252
+ if (snapsPx[i] > currentHeight) {
16253
+ targetSnap = snapsPx[i];
16254
+ break;
16255
+ }
16256
+ }
16257
+ // If no bigger snap was found → loop back to the first
16258
+ if (!targetSnap) {
16259
+ targetSnap = snapsPx[0];
16260
+ }
16261
+ }
16262
+ }
16263
+ if (snapBehaviour === "nearest") {
16264
+ targetSnap = Math.round(snapsPx[0]);
16265
+ var bestDiff = Math.abs(currentHeight - snapsPx[0]);
16266
+ for (var i = 0; i < snapsPx.length; i++) {
16267
+ var diff = Math.abs(currentHeight - snapsPx[i]);
16268
+ if (diff < bestDiff) {
16269
+ targetSnap = Math.round(snapsPx[i]);
16270
+ bestDiff = diff;
16271
+ }
16272
+ }
16273
+ }
16274
+ if (snapBehaviour === "none") {
16275
+ targetSnap = currentHeight;
16276
+ }
16277
+ setDrawerHeight(targetSnap);
16278
+ };
16279
+ var onHandleDown = function (e) {
16280
+ if (!contentRef.current)
16281
+ return;
16282
+ dragRef.current.active = true;
16283
+ // record where the pointer was when dragging started
16284
+ dragRef.current.startY = e.clientY;
16285
+ // record inital height of drawer
16286
+ dragRef.current.startH = contentRef.current.clientHeight;
16287
+ // keep moving drawer even if cursor has left pill
16288
+ e.target.setPointerCapture(e.pointerId);
16289
+ };
16134
16290
  return (React__default.createElement("div", { ref: setThemeElement },
16135
16291
  React__default.createElement(Root$3, { open: isOpen },
16136
16292
  React__default.createElement(Portal$3, { container: themeElement },
16137
16293
  React__default.createElement(Overlay, { className: classNames("arc-Drawer-overlay", {
16138
16294
  "arc-Drawer-overlay--visible": !noOverlay,
16139
16295
  }) },
16140
- React__default.createElement(Content$1, __assign({ className: classNames("arc-Drawer-slider", "arc-Drawer-slider--".concat(size), "arc-Drawer-slider--".concat(position)), style: __assign({}, sizingProperties), onOpenAutoFocus: setTriggerElement, onCloseAutoFocus: focusTriggerElement, onEscapeKeyDown: onRequestClose, onInteractOutside: onRequestClose, "aria-modal": "true" }, filterAttrs(props)),
16141
- children,
16142
- React__default.createElement("div", { className: "arc-Drawer-closeButtonContainer" },
16143
- React__default.createElement("button", { "aria-label": "close", onClick: onRequestClose, className: "arc-Drawer-closeButton" },
16144
- React__default.createElement(ThemeIcon, { size: 32, icon: "drawerClose" })))))))));
16296
+ React__default.createElement(VisuallyHidden$2, null,
16297
+ React__default.createElement(Description, null, ariaDescription)),
16298
+ React__default.createElement(Surface, { background: "light-brand-01", isTransparent: true },
16299
+ React__default.createElement(Content$1, __assign({ className: classNames("arc-Drawer-slider", "arc-Drawer-slider--".concat(size), "arc-Drawer-slider--".concat(position), { "arc-Drawer-slider--draggable": draggable }, {
16300
+ "arc-Drawer-slider--transition": !dragRef.current.active,
16301
+ }), style: __assign({}, sizingProperties), onOpenAutoFocus: setTriggerElement, onCloseAutoFocus: focusTriggerElement, onEscapeKeyDown: onRequestClose, onInteractOutside: onRequestClose, "aria-modal": "true", ref: contentRef }, filterAttrs(props)),
16302
+ React__default.createElement("div", { className: "arc-Drawer-closeButtonContainer" },
16303
+ React__default.createElement("button", { "aria-label": "close", onClick: onRequestClose, className: "arc-Drawer-closeButton" },
16304
+ React__default.createElement(ThemeIcon, { size: 32, icon: "drawerClose" })),
16305
+ draggable && position === "bottom" && (React__default.createElement("div", { className: "arc-Drawer-dragHandle", onPointerDown: onHandleDown, onPointerUp: onHandleUp, onPointerMove: onHandleMove, onClick: onHandleClick, role: "separator", "aria-label": "Drag to resize the drawer" },
16306
+ React__default.createElement("div", { className: "arc-Drawer-dragHandlePill", "data-testid": "arc-Drawer-dragHandlePill" })))),
16307
+ children)))))));
16145
16308
  };
16146
16309
 
16147
16310
  /**
@@ -16160,7 +16323,7 @@ var Rule = function (_a, props) {
16160
16323
  };
16161
16324
 
16162
16325
  var DrawerHeader = function (_a) {
16163
- var title = _a.title, _b = _a.isFixed, isFixed = _b === void 0 ? false : _b, props = __rest(_a, ["title", "isFixed"]);
16326
+ var title = _a.title, _b = _a.isFixed, isFixed = _b === void 0 ? false : _b, isResponsive = _a.isResponsive, props = __rest(_a, ["title", "isFixed", "isResponsive"]);
16164
16327
  return (React__default.createElement(React__default.Fragment, null,
16165
16328
  React__default.createElement("div", __assign({ className: classNames("arc-DrawerHeader", {
16166
16329
  "arc-DrawerHeader--isFixed": isFixed,
@@ -16168,7 +16331,7 @@ var DrawerHeader = function (_a) {
16168
16331
  React__default.createElement("div", { className: "arc-DrawerHeader-content" },
16169
16332
  React__default.createElement("div", { className: "arc-DrawerHeader-titleContainer" },
16170
16333
  React__default.createElement(Title, { asChild: true },
16171
- React__default.createElement("h1", { className: "arc-DrawerHeader-title" }, title)))),
16334
+ React__default.createElement(Heading, { isResponsive: isResponsive, size: "m" }, title)))),
16172
16335
  isFixed && (React__default.createElement("div", { className: "arc-DrawerHeader-divider" },
16173
16336
  React__default.createElement(Rule, null))))));
16174
16337
  };
@@ -16197,12 +16360,15 @@ var DrawerContent = function (_a) {
16197
16360
  */
16198
16361
  var Elevation = function (_a) {
16199
16362
  var _b;
16200
- var children = _a.children, _c = _a.elevationLevel, elevationLevel = _c === void 0 ? "2" : _c, _d = _a.isFullWidth, isFullWidth = _d === void 0 ? false : _d, props = __rest(_a, ["children", "elevationLevel", "isFullWidth"]);
16363
+ var children = _a.children, _c = _a.level, level = _c === void 0 ? "5" : _c, _d = _a.isFullWidth, isFullWidth = _d === void 0 ? false : _d, props = __rest(_a, ["children", "level", "isFullWidth"]);
16201
16364
  return (React__default.createElement("div", __assign({ className: classNames((_b = {},
16202
16365
  _b["arc-Elevation"] = true,
16203
- _b["arc-Elevation--levelOne"] = elevationLevel === "1",
16204
- _b["arc-Elevation--levelTwo"] = elevationLevel === "2",
16205
16366
  _b["arc-Elevation--fullWidth"] = isFullWidth,
16367
+ _b["arc-Elevation--levelOne"] = level === "1",
16368
+ _b["arc-Elevation--levelTwo"] = level === "2",
16369
+ _b["arc-Elevation--levelThree"] = level === "3",
16370
+ _b["arc-Elevation--levelFour"] = level === "4",
16371
+ _b["arc-Elevation--levelFive"] = level === "5",
16206
16372
  _b)) }, filterAttrs(props)), children));
16207
16373
  };
16208
16374
 
@@ -16299,13 +16465,13 @@ var FilterItem = function (_a) {
16299
16465
  };
16300
16466
 
16301
16467
  var GhostedHeroBanner = function (_a) {
16302
- var heading = _a.heading, headingLevel = _a.headingLevel, label = _a.label, text = _a.text, img = _a.img, children = _a.children, props = __rest(_a, ["heading", "headingLevel", "label", "text", "img", "children"]);
16468
+ var heading = _a.heading, headingLevel = _a.headingLevel, label = _a.label, text = _a.text, img = _a.img, children = _a.children, _b = _a.fontStyle, fontStyle = _b === void 0 ? "default" : _b, props = __rest(_a, ["heading", "headingLevel", "label", "text", "img", "children", "fontStyle"]);
16303
16469
  return (React__default.createElement("div", __assign({ className: "arc-GhostedHeroBanner" }, filterAttrs(props)),
16304
16470
  React__default.createElement("div", { className: "arc-GhostedHeroBanner-content" },
16305
16471
  label && (React__default.createElement(React__default.Fragment, null,
16306
16472
  React__default.createElement(Heading, { fontStyle: "overline" }, label),
16307
16473
  React__default.createElement(VerticalSpace, { size: "8" }))),
16308
- React__default.createElement(Heading, { level: headingLevel, size: "xl" }, heading),
16474
+ React__default.createElement(Heading, { level: headingLevel, size: fontStyle === "default" ? "xl" : "xxl", fontStyle: fontStyle }, heading),
16309
16475
  text && (React__default.createElement(React__default.Fragment, null,
16310
16476
  React__default.createElement(VerticalSpace, { size: "16" }),
16311
16477
  React__default.createElement("span", { className: "arc-TemplateBanner-text" }, text))),
@@ -16315,265 +16481,68 @@ var GhostedHeroBanner = function (_a) {
16315
16481
  React__default.createElement("div", { className: "arc-GhostedHeroBanner-image " }, img && React__default.createElement(BannerImage, __assign({ ariaHidden: true }, img)))));
16316
16482
  };
16317
16483
 
16318
- var shorterCssColorNames;
16319
- var hasRequiredShorterCssColorNames;
16484
+ /**
16485
+ * Provides an object of breakpoints for responsive designs.
16486
+ *
16487
+ * This object contains keys representing breakpoint names (e.g., `xxl`, `xl`)
16488
+ * and values representing the pixel widths for those breakpoints. The values are parsed
16489
+ * from strings (e.g., "1400px") into numbers for easier usage in responsive logic.
16490
+ *
16491
+ * Kept in src for internal use
16492
+ */
16493
+ var ArcBreakpoints = {
16494
+ xxl: parseInt(ArcSizeBreakpointsXxl, 10),
16495
+ xl: parseInt(ArcSizeBreakpointsXl, 10),
16496
+ l: parseInt(ArcSizeBreakpointsL, 10),
16497
+ m: parseInt(ArcSizeBreakpointsM, 10),
16498
+ s: parseInt(ArcSizeBreakpointsS, 10),
16499
+ xs: parseInt(ArcSizeBreakpointsXs, 10),
16500
+ };
16501
+ var ARC_MIN_S_BREAKPOINT = "(min-width: ".concat(ArcSizeBreakpointsS, ")");
16502
+ var ARC_MIN_M_BREAKPOINT = "(min-width: ".concat(ArcSizeBreakpointsM, ")");
16503
+ var ARC_MIN_L_BREAKPOINT = "(min-width: ".concat(ArcSizeBreakpointsL, ")");
16504
+ var ARC_MIN_XL_BREAKPOINT = "(min-width: ".concat(ArcSizeBreakpointsXl, ")");
16505
+ var ARC_MIN_XXL_BREAKPOINT = "(min-width: ".concat(ArcSizeBreakpointsXxl, ")");
16320
16506
 
16321
- function requireShorterCssColorNames () {
16322
- if (hasRequiredShorterCssColorNames) return shorterCssColorNames;
16323
- hasRequiredShorterCssColorNames = 1;
16324
- shorterCssColorNames = {
16325
- aqua: /#00ffff(ff)?(?!\w)|#0ff(f)?(?!\w)/gi,
16326
- azure: /#f0ffff(ff)?(?!\w)/gi,
16327
- beige: /#f5f5dc(ff)?(?!\w)/gi,
16328
- bisque: /#ffe4c4(ff)?(?!\w)/gi,
16329
- black: /#000000(ff)?(?!\w)|#000(f)?(?!\w)/gi,
16330
- blue: /#0000ff(ff)?(?!\w)|#00f(f)?(?!\w)/gi,
16331
- brown: /#a52a2a(ff)?(?!\w)/gi,
16332
- coral: /#ff7f50(ff)?(?!\w)/gi,
16333
- cornsilk: /#fff8dc(ff)?(?!\w)/gi,
16334
- crimson: /#dc143c(ff)?(?!\w)/gi,
16335
- cyan: /#00ffff(ff)?(?!\w)|#0ff(f)?(?!\w)/gi,
16336
- darkblue: /#00008b(ff)?(?!\w)/gi,
16337
- darkcyan: /#008b8b(ff)?(?!\w)/gi,
16338
- darkgrey: /#a9a9a9(ff)?(?!\w)/gi,
16339
- darkred: /#8b0000(ff)?(?!\w)/gi,
16340
- deeppink: /#ff1493(ff)?(?!\w)/gi,
16341
- dimgrey: /#696969(ff)?(?!\w)/gi,
16342
- gold: /#ffd700(ff)?(?!\w)/gi,
16343
- green: /#008000(ff)?(?!\w)/gi,
16344
- grey: /#808080(ff)?(?!\w)/gi,
16345
- honeydew: /#f0fff0(ff)?(?!\w)/gi,
16346
- hotpink: /#ff69b4(ff)?(?!\w)/gi,
16347
- indigo: /#4b0082(ff)?(?!\w)/gi,
16348
- ivory: /#fffff0(ff)?(?!\w)/gi,
16349
- khaki: /#f0e68c(ff)?(?!\w)/gi,
16350
- lavender: /#e6e6fa(ff)?(?!\w)/gi,
16351
- lime: /#00ff00(ff)?(?!\w)|#0f0(f)?(?!\w)/gi,
16352
- linen: /#faf0e6(ff)?(?!\w)/gi,
16353
- maroon: /#800000(ff)?(?!\w)/gi,
16354
- moccasin: /#ffe4b5(ff)?(?!\w)/gi,
16355
- navy: /#000080(ff)?(?!\w)/gi,
16356
- oldlace: /#fdf5e6(ff)?(?!\w)/gi,
16357
- olive: /#808000(ff)?(?!\w)/gi,
16358
- orange: /#ffa500(ff)?(?!\w)/gi,
16359
- orchid: /#da70d6(ff)?(?!\w)/gi,
16360
- peru: /#cd853f(ff)?(?!\w)/gi,
16361
- pink: /#ffc0cb(ff)?(?!\w)/gi,
16362
- plum: /#dda0dd(ff)?(?!\w)/gi,
16363
- purple: /#800080(ff)?(?!\w)/gi,
16364
- red: /#ff0000(ff)?(?!\w)|#f00(f)?(?!\w)/gi,
16365
- salmon: /#fa8072(ff)?(?!\w)/gi,
16366
- seagreen: /#2e8b57(ff)?(?!\w)/gi,
16367
- seashell: /#fff5ee(ff)?(?!\w)/gi,
16368
- sienna: /#a0522d(ff)?(?!\w)/gi,
16369
- silver: /#c0c0c0(ff)?(?!\w)/gi,
16370
- skyblue: /#87ceeb(ff)?(?!\w)/gi,
16371
- snow: /#fffafa(ff)?(?!\w)/gi,
16372
- tan: /#d2b48c(ff)?(?!\w)/gi,
16373
- teal: /#008080(ff)?(?!\w)/gi,
16374
- thistle: /#d8bfd8(ff)?(?!\w)/gi,
16375
- tomato: /#ff6347(ff)?(?!\w)/gi,
16376
- violet: /#ee82ee(ff)?(?!\w)/gi,
16377
- wheat: /#f5deb3(ff)?(?!\w)/gi,
16378
- white: /#ffffff(ff)?(?!\w)|#fff(f)?(?!\w)/gi,
16379
- };
16380
- return shorterCssColorNames;
16381
- }
16382
-
16383
- var miniSvgDataUri;
16384
- var hasRequiredMiniSvgDataUri;
16385
-
16386
- function requireMiniSvgDataUri () {
16387
- if (hasRequiredMiniSvgDataUri) return miniSvgDataUri;
16388
- hasRequiredMiniSvgDataUri = 1;
16389
- var shorterNames = requireShorterCssColorNames();
16390
- var REGEX = {
16391
- whitespace: /\s+/g,
16392
- urlHexPairs: /%[\dA-F]{2}/g,
16393
- quotes: /"/g,
16394
- };
16395
-
16396
- function collapseWhitespace(str) {
16397
- return str.trim().replace(REGEX.whitespace, ' ');
16398
- }
16399
-
16400
- function dataURIPayload(string) {
16401
- return encodeURIComponent(string)
16402
- .replace(REGEX.urlHexPairs, specialHexEncode);
16403
- }
16404
-
16405
- // `#` gets converted to `%23`, so quite a few CSS named colors are shorter than
16406
- // their equivalent URL-encoded hex codes.
16407
- function colorCodeToShorterNames(string) {
16408
- Object.keys(shorterNames).forEach(function(key) {
16409
- if (shorterNames[key].test(string)) {
16410
- string = string.replace(shorterNames[key], key);
16411
- }
16412
- });
16413
-
16414
- return string;
16415
- }
16416
-
16417
- function specialHexEncode(match) {
16418
- switch (match) { // Browsers tolerate these characters, and they're frequent
16419
- case '%20': return ' ';
16420
- case '%3D': return '=';
16421
- case '%3A': return ':';
16422
- case '%2F': return '/';
16423
- default: return match.toLowerCase(); // compresses better
16424
- }
16425
- }
16426
-
16427
- function svgToTinyDataUri(svgString) {
16428
- if (typeof svgString !== 'string') {
16429
- throw new TypeError('Expected a string, but received ' + typeof svgString);
16430
- }
16431
- // Strip the Byte-Order Mark if the SVG has one
16432
- if (svgString.charCodeAt(0) === 0xfeff) { svgString = svgString.slice(1); }
16433
-
16434
- var body = colorCodeToShorterNames(collapseWhitespace(svgString))
16435
- .replace(REGEX.quotes, "'");
16436
- return 'data:image/svg+xml,' + dataURIPayload(body);
16437
- }
16438
-
16439
- svgToTinyDataUri.toSrcset = function toSrcset(svgString) {
16440
- return svgToTinyDataUri(svgString).replace(/ /g, '%20');
16441
- };
16442
-
16443
- miniSvgDataUri = svgToTinyDataUri;
16444
- return miniSvgDataUri;
16445
- }
16446
-
16447
- var miniSvgDataUriExports = requireMiniSvgDataUri();
16448
- var svgToMiniDataURI = /*@__PURE__*/getDefaultExportFromCjs(miniSvgDataUriExports);
16449
-
16450
- var S_BREAKPOINT = "(min-width: ".concat(ArcSizeBreakpointsS, ")");
16451
- var M_BREAKPOINT = "(min-width: ".concat(ArcSizeBreakpointsM, ")");
16452
- var L_BREAKPOINT = "(min-width: ".concat(ArcSizeBreakpointsL, ")");
16453
- var XL_BREAKPOINT = "(min-width: ".concat(ArcSizeBreakpointsXl, ")");
16454
-
16455
- var HomepageLight1 = "<svg\n viewBox=\"0 0 1280 1280\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n preserveAspectRatio=\"none\"\n>\n <g clipPath=\"url(#clip0_6783_462)\">\n <g clipPath=\"url(#clip1_6783_462)\">\n <path\n d=\"M71.2233 23.4434L183.189 88.1695V217.622L71.2233 282.348L-40.7422 217.622V88.1695L71.2233 23.4434Z\"\n fill=\"#D6DCEF\"\n />\n <path\n d=\"M-40.7767 -170.557L71.1887 -105.831V23.6216L-40.7767 88.3477L-152.742 23.6216V-105.831L-40.7767 -170.557Z\"\n fill=\"#D6DCEF\"\n />\n <path\n d=\"M71.2233 409.033L183.189 473.759V603.211L71.2233 667.938L-40.7422 603.211V473.759L71.2233 409.033Z\"\n fill=\"#DEDDF4\"\n />\n <path\n d=\"M71.2233 795.176L183.189 859.764V988.939L71.2233 1053.53L-40.7422 988.939V859.764L71.2233 795.176Z\"\n fill=\"#F4E9F2\"\n />\n <path\n d=\"M182.919 217.621L294.884 282.209V411.384L182.919 475.972L70.9531 411.384V282.209L182.919 217.621Z\"\n fill=\"#D7DCF3\"\n />\n <path\n d=\"M-41.0814 216.621L70.884 281.209V410.384L-41.0814 474.972L-153.047 410.384V281.209L-41.0814 216.621Z\"\n fill=\"#D7DCF3\"\n />\n <path\n d=\"M182.919 603.211L294.884 667.937V797.389L182.919 862.115L70.9531 797.389V667.937L182.919 603.211Z\"\n fill=\"#E9E2F5\"\n />\n <path\n d=\"M-41.0814 602.211L70.884 666.937V796.389L-41.0814 861.115L-153.047 796.389V666.937L-41.0814 602.211Z\"\n fill=\"#E9E2F5\"\n />\n <path\n d=\"M182.919 988.801L294.884 1053.53V1182.98L182.919 1247.71L70.9531 1182.98V1053.53L182.919 988.801Z\"\n fill=\"#F8EDF1\"\n />\n <path\n d=\"M-41.0814 988.801L70.884 1053.53V1182.98L-41.0814 1247.71L-153.047 1182.98V1053.53L-41.0814 988.801Z\"\n fill=\"#F8EDF1\"\n />\n <path\n d=\"M70.9186 1182.8L182.884 1247.53V1376.98L70.9186 1441.71L-41.0469 1376.98V1247.53L70.9186 1182.8Z\"\n fill=\"#F8EDF1\"\n />\n <path\n d=\"M295.161 23.4434L407.126 88.1695V217.622L295.161 282.348L183.195 217.622V88.1695L295.161 23.4434Z\"\n fill=\"#D5DCF2\"\n />\n <path\n d=\"M183.161 -170.557L295.126 -105.831V23.6216L183.161 88.3477L71.1953 23.6216V-105.831L183.161 -170.557Z\"\n fill=\"#D5DCF2\"\n />\n <path\n d=\"M295.161 409.033L407.126 473.759V603.211L295.161 667.938L183.195 603.211V473.759L295.161 409.033Z\"\n fill=\"#E0E0F5\"\n />\n <path\n d=\"M295.161 795.176L407.126 859.764V988.939L295.161 1053.53L183.195 988.939V859.764L295.161 795.176Z\"\n fill=\"#F5EAF3\"\n />\n <path\n d=\"M406.848 217.621L518.814 282.209V411.384L406.848 475.972L294.883 411.384V282.209L406.848 217.621Z\"\n fill=\"#DDE1F4\"\n />\n <path\n d=\"M406.848 603.211L518.814 667.937V797.389L406.848 862.115L294.883 797.389V667.937L406.848 603.211Z\"\n fill=\"#EDE8F6\"\n />\n <path\n d=\"M406.848 988.801L518.814 1053.53V1182.98L406.848 1247.71L294.883 1182.98V1053.53L406.848 988.801Z\"\n fill=\"#FAF1F5\"\n />\n <path\n d=\"M294.848 1182.8L406.814 1247.53V1376.98L294.848 1441.71L182.883 1376.98V1247.53L294.848 1182.8Z\"\n fill=\"#FAF1F5\"\n />\n <path\n d=\"M519.09 23.4434L631.056 88.1695V217.622L519.09 282.348L407.125 217.622V88.1695L519.09 23.4434Z\"\n fill=\"#E0E3F5\"\n />\n <path\n d=\"M407.09 -170.557L519.056 -105.831V23.6216L407.09 88.3477L295.125 23.6216V-105.831L407.09 -170.557Z\"\n fill=\"#E0E3F5\"\n />\n <path\n d=\"M519.09 409.033L631.056 473.759V603.211L519.09 667.938L407.125 603.211V473.759L519.09 409.033Z\"\n fill=\"#EBEBF8\"\n />\n <path\n d=\"M519.09 795.176L631.056 859.764V988.939L519.09 1053.53L407.125 988.939V859.764L519.09 795.176Z\"\n fill=\"#F9F2F7\"\n />\n <path\n d=\"M630.778 217.621L742.743 282.209V411.384L630.778 475.972L518.812 411.384V282.209L630.778 217.621Z\"\n fill=\"#EAEBF6\"\n />\n <path\n d=\"M630.778 603.211L742.743 667.937V797.389L630.778 862.115L518.812 797.389V667.937L630.778 603.211Z\"\n fill=\"#F8F4FA\"\n />\n <path\n d=\"M630.778 988.801L742.743 1053.53V1182.98L630.778 1247.71L518.812 1182.98V1053.53L630.778 988.801Z\"\n fill=\"#FDF8FA\"\n />\n <path\n d=\"M518.778 1181.8L630.743 1246.53V1375.98L518.778 1440.71L406.812 1375.98V1246.53L518.778 1181.8Z\"\n fill=\"#FDF8FA\"\n />\n <path\n d=\"M741.778 1184.8L853.743 1249.53V1378.98L741.778 1443.71L629.812 1378.98V1249.53L741.778 1184.8Z\"\n fill=\"#FDF8FA\"\n />\n <path\n d=\"M743.02 23.4434L854.986 88.1695V217.622L743.02 282.348L631.055 217.622V88.1695L743.02 23.4434Z\"\n fill=\"#EAE9F5\"\n />\n <path\n d=\"M631.02 -170.557L742.986 -105.831V23.6216L631.02 88.3477L519.055 23.6216V-105.831L631.02 -170.557Z\"\n fill=\"#EAE9F5\"\n />\n <path\n d=\"M743.02 409.033L854.986 473.759V603.211L743.02 667.938L631.055 603.211V473.759L743.02 409.033Z\"\n fill=\"#F6F5FB\"\n />\n <path\n d=\"M743.02 795.176L854.986 859.764V988.939L743.02 1053.53L631.055 988.939V859.764L743.02 795.176Z\"\n fill=\"#FDFAFC\"\n />\n <path\n d=\"M854.708 217.621L966.673 282.209V411.384L854.708 475.972L742.742 411.384V282.209L854.708 217.621Z\"\n fill=\"#F0EDF7\"\n />\n <path\n d=\"M854.708 603.211L966.673 667.937V797.389L854.708 862.115L742.742 797.389V667.937L854.708 603.211Z\"\n fill=\"#FBFAFC\"\n />\n <path\n d=\"M854.708 988.801L966.673 1053.53V1182.98L854.708 1247.71L742.742 1182.98V1053.53L854.708 988.801Z\"\n fill=\"#FDFBFC\"\n />\n <path\n d=\"M965.708 1183.8L1077.67 1248.53V1377.98L965.708 1442.71L853.742 1377.98V1248.53L965.708 1183.8Z\"\n fill=\"#FDFBFC\"\n />\n <path\n d=\"M966.95 23.4434L1078.92 88.1695V217.622L966.95 282.348L854.984 217.622V88.1695L966.95 23.4434Z\"\n fill=\"#EAE4F3\"\n />\n <path\n d=\"M854.95 -170.557L966.915 -105.831V23.6216L854.95 88.3477L742.984 23.6216V-105.831L854.95 -170.557Z\"\n fill=\"#EAE4F3\"\n />\n <path\n d=\"M966.95 409.033L1078.92 473.759V603.211L966.95 667.938L854.984 603.211V473.759L966.95 409.033Z\"\n fill=\"#F5F5FB\"\n />\n <path\n d=\"M966.95 795.176L1078.92 859.764V988.939L966.95 1053.53L854.984 988.939V859.764L966.95 795.176Z\"\n fill=\"#FCFCFD\"\n />\n <path\n d=\"M1078.64 217.621L1190.6 282.209V411.384L1078.64 475.972L966.672 411.384V282.209L1078.64 217.621Z\"\n fill=\"#EBE7F4\"\n />\n <path\n d=\"M1302.64 217.621L1414.6 282.209V411.384L1302.64 475.972L1190.67 411.384V282.209L1302.64 217.621Z\"\n fill=\"#EBE7F4\"\n />\n <path\n d=\"M1078.64 603.211L1190.6 667.937V797.389L1078.64 862.115L966.672 797.389V667.937L1078.64 603.211Z\"\n fill=\"#F8F9FD\"\n />\n <path\n d=\"M1302.64 603.211L1414.6 667.937V797.389L1302.64 862.115L1190.67 797.389V667.937L1302.64 603.211Z\"\n fill=\"#F8F9FD\"\n />\n <path\n d=\"M1078.64 988.801L1190.6 1053.53V1182.98L1078.64 1247.71L966.672 1182.98V1053.53L1078.64 988.801Z\"\n fill=\"#FBFCFC\"\n />\n <path\n d=\"M1190.64 1182.8L1302.6 1247.53V1376.98L1190.64 1441.71L1078.67 1376.98V1247.53L1190.64 1182.8Z\"\n fill=\"#FBFCFC\"\n />\n <path\n d=\"M1302.64 988.801L1414.6 1053.53V1182.98L1302.64 1247.71L1190.67 1182.98V1053.53L1302.64 988.801Z\"\n fill=\"#FBFCFC\"\n />\n <path\n d=\"M1190.88 23.4434L1302.84 88.1695V217.622L1190.88 282.348L1078.91 217.622V88.1695L1190.88 23.4434Z\"\n fill=\"#E5DEEF\"\n />\n <path\n d=\"M1078.88 -170.557L1190.84 -105.831V23.6216L1078.88 88.3477L966.914 23.6216V-105.831L1078.88 -170.557Z\"\n fill=\"#E5DEEF\"\n />\n <path\n d=\"M1302.88 -170.557L1414.84 -105.831V23.6216L1302.88 88.3477L1190.91 23.6216V-105.831L1302.88 -170.557Z\"\n fill=\"#E5DEEF\"\n />\n <path\n d=\"M1190.88 409.033L1302.84 473.759V603.211L1190.88 667.938L1078.91 603.211V473.759L1190.88 409.033Z\"\n fill=\"#F2F2F8\"\n />\n <path\n d=\"M1190.88 795.176L1302.84 859.764V988.939L1190.88 1053.53L1078.91 988.939V859.764L1190.88 795.176Z\"\n fill=\"#F9FBFC\"\n />\n </g>\n </g>\n <defs>\n <clipPath id=\"clip0_6783_462\">\n <rect width=\"1280\" height=\"1280\" fill=\"white\" />\n </clipPath>\n <clipPath id=\"clip1_6783_462\">\n <rect width=\"1280\" height=\"1280\" fill=\"white\" />\n </clipPath>\n </defs>\n</svg>";
16456
-
16457
- var HomepageLight2 = "<svg\n viewBox=\"0 0 1280 1280\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n preserveAspectRatio=\"none\"\n>\n <g clipPath=\"url(#clip0_6783_599)\">\n <path\n d=\"M71.2233 23.4434L183.189 88.1695V217.622L71.2233 282.348L-40.7422 217.622V88.1695L71.2233 23.4434Z\"\n fill=\"#FDFEFF\"\n />\n <path\n d=\"M-40.7767 -170.557L71.1887 -105.831V23.6216L-40.7767 88.3477L-152.742 23.6216V-105.831L-40.7767 -170.557Z\"\n fill=\"#FDFEFF\"\n />\n <path\n d=\"M183.223 -170.557L295.189 -105.831V23.6216L183.223 88.3477L71.2578 23.6216V-105.831L183.223 -170.557Z\"\n fill=\"#FDFEFF\"\n />\n <path\n d=\"M71.2233 409.033L183.189 473.759V603.211L71.2233 667.938L-40.7422 603.211V473.759L71.2233 409.033Z\"\n fill=\"#FEFFFF\"\n />\n <path\n d=\"M71.2233 795.176L183.189 859.764V988.939L71.2233 1053.53L-40.7422 988.939V859.764L71.2233 795.176Z\"\n fill=\"#D7F1F9\"\n />\n <path\n d=\"M182.919 217.621L294.884 282.209V411.384L182.919 475.972L70.9531 411.384V282.209L182.919 217.621Z\"\n fill=\"#FEFFFF\"\n />\n <path\n d=\"M-41.0814 217.621L70.884 282.209V411.384L-41.0814 475.972L-153.047 411.384V282.209L-41.0814 217.621Z\"\n fill=\"#FEFFFF\"\n />\n <path\n d=\"M182.919 603.211L294.884 667.937V797.389L182.919 862.115L70.9531 797.389V667.937L182.919 603.211Z\"\n fill=\"#F6FCFE\"\n />\n <path\n d=\"M-40.0814 603.211L71.884 667.937V797.389L-40.0814 862.115L-152.047 797.389V667.937L-40.0814 603.211Z\"\n fill=\"#F6FCFE\"\n />\n <path\n d=\"M182.919 988.801L294.884 1053.53V1182.98L182.919 1247.71L70.9531 1182.98V1053.53L182.919 988.801Z\"\n fill=\"#ACDBF1\"\n />\n <path\n d=\"M70.9186 1182.8L182.884 1247.53V1376.98L70.9186 1441.71L-41.0469 1376.98V1247.53L70.9186 1182.8Z\"\n fill=\"#ACDBF1\"\n />\n <path\n d=\"M-40.0814 988.801L71.884 1053.53V1182.98L-40.0814 1247.71L-152.047 1182.98V1053.53L-40.0814 988.801Z\"\n fill=\"#ACDBF1\"\n />\n <path\n d=\"M295.161 23.4434L407.126 88.1695V217.622L295.161 282.348L183.195 217.622V88.1695L295.161 23.4434Z\"\n fill=\"#FAFDFE\"\n />\n <path\n d=\"M407.161 -170.557L519.126 -105.831V23.6216L407.161 88.3477L295.195 23.6216V-105.831L407.161 -170.557Z\"\n fill=\"#FAFDFE\"\n />\n <path\n d=\"M295.161 409.033L407.126 473.759V603.211L295.161 667.938L183.195 603.211V473.759L295.161 409.033Z\"\n fill=\"#FEFFFF\"\n />\n <path\n d=\"M295.161 795.176L407.126 859.764V988.939L295.161 1053.53L183.195 988.939V859.764L295.161 795.176Z\"\n fill=\"#E5F0FA\"\n />\n <path\n d=\"M406.848 217.621L518.814 282.209V411.384L406.848 475.972L294.883 411.384V282.209L406.848 217.621Z\"\n fill=\"#FBFDFE\"\n />\n <path\n d=\"M406.848 603.211L518.814 667.937V797.389L406.848 862.115L294.883 797.389V667.937L406.848 603.211Z\"\n fill=\"#FBFCFE\"\n />\n <path\n d=\"M406.848 988.801L518.814 1053.53V1182.98L406.848 1247.71L294.883 1182.98V1053.53L406.848 988.801Z\"\n fill=\"#DDE0F5\"\n />\n <path\n d=\"M294.848 1182.8L406.814 1247.53V1376.98L294.848 1441.71L182.883 1376.98V1247.53L294.848 1182.8Z\"\n fill=\"#DDE0F5\"\n />\n <path\n d=\"M519.09 23.4434L631.056 88.1695V217.622L519.09 282.348L407.125 217.622V88.1695L519.09 23.4434Z\"\n fill=\"#E7F4FA\"\n />\n <path\n d=\"M631.09 -170.557L743.056 -105.831V23.6216L631.09 88.3477L519.125 23.6216V-105.831L631.09 -170.557Z\"\n fill=\"#E7F4FA\"\n />\n <path\n d=\"M519.09 409.033L631.056 473.759V603.211L519.09 667.938L407.125 603.211V473.759L519.09 409.033Z\"\n fill=\"#FEFEFF\"\n />\n <path\n d=\"M519.09 795.176L631.056 859.764V988.939L519.09 1053.53L407.125 988.939V859.764L519.09 795.176Z\"\n fill=\"#F6F6FC\"\n />\n <path\n d=\"M630.778 217.621L742.743 282.209V411.384L630.778 475.972L518.812 411.384V282.209L630.778 217.621Z\"\n fill=\"#F3F7FC\"\n />\n <path\n d=\"M630.778 603.211L742.743 667.937V797.389L630.778 862.115L518.812 797.389V667.937L630.778 603.211Z\"\n fill=\"#FEFEFF\"\n />\n <path\n d=\"M630.778 988.801L742.743 1053.53V1182.98L630.778 1247.71L518.812 1182.98V1053.53L630.778 988.801Z\"\n fill=\"#F8F6FC\"\n />\n <path\n d=\"M742.778 1182.8L854.743 1247.53V1376.98L742.778 1441.71L630.812 1376.98V1247.53L742.778 1182.8Z\"\n fill=\"#F8F6FC\"\n />\n <path\n d=\"M518.778 1182.8L630.743 1247.53V1376.98L518.778 1441.71L406.812 1376.98V1247.53L518.778 1182.8Z\"\n fill=\"#F8F6FC\"\n />\n <path\n d=\"M743.02 23.4434L854.986 88.1695V217.622L743.02 282.348L631.055 217.622V88.1695L743.02 23.4434Z\"\n fill=\"#D7E1EF\"\n />\n <path\n d=\"M855.02 -170.557L966.986 -105.831V23.6216L855.02 88.3477L743.055 23.6216V-105.831L855.02 -170.557Z\"\n fill=\"#D7E1EF\"\n />\n <path\n d=\"M743.02 409.033L854.986 473.759V603.211L743.02 667.938L631.055 603.211V473.759L743.02 409.033Z\"\n fill=\"#FCFCFE\"\n />\n <path\n d=\"M743.02 795.176L854.986 859.764V988.939L743.02 1053.53L631.055 988.939V859.764L743.02 795.176Z\"\n fill=\"#FEFDFE\"\n />\n <path\n d=\"M854.708 217.621L966.673 282.209V411.384L854.708 475.972L742.742 411.384V282.209L854.708 217.621Z\"\n fill=\"#EEEDF8\"\n />\n <path\n d=\"M854.708 603.211L966.673 667.937V797.389L854.708 862.115L742.742 797.389V667.937L854.708 603.211Z\"\n fill=\"#FEFDFE\"\n />\n <path\n d=\"M854.708 988.801L966.673 1053.53V1182.98L854.708 1247.71L742.742 1182.98V1053.53L854.708 988.801Z\"\n fill=\"#FEFEFF\"\n />\n <path\n d=\"M966.708 1182.8L1078.67 1247.53V1376.98L966.708 1441.71L854.742 1376.98V1247.53L966.708 1182.8Z\"\n fill=\"#FEFEFF\"\n />\n <path\n d=\"M1190.71 1182.8L1302.67 1247.53V1376.98L1190.71 1441.71L1078.74 1376.98V1247.53L1190.71 1182.8Z\"\n fill=\"#FEFEFF\"\n />\n <path\n d=\"M966.95 23.4434L1078.92 88.1695V217.622L966.95 282.348L854.984 217.622V88.1695L966.95 23.4434Z\"\n fill=\"#D7D1EC\"\n />\n <path\n d=\"M1078.95 -170.557L1190.92 -105.831V23.6216L1078.95 88.3477L966.984 23.6216V-105.831L1078.95 -170.557Z\"\n fill=\"#D7D1EC\"\n />\n <path\n d=\"M966.95 409.033L1078.92 473.759V603.211L966.95 667.938L854.984 603.211V473.759L966.95 409.033Z\"\n fill=\"#F5F3FB\"\n />\n <path\n d=\"M966.95 795.176L1078.92 859.764V988.939L966.95 1053.53L854.984 988.939V859.764L966.95 795.176Z\"\n fill=\"#FEFEFF\"\n />\n <path\n d=\"M1078.64 217.621L1190.6 282.209V411.384L1078.64 475.972L966.672 411.384V282.209L1078.64 217.621Z\"\n fill=\"#D2C7EC\"\n />\n <path\n d=\"M1301.64 216.621L1413.6 281.209V410.384L1301.64 474.972L1189.67 410.384V281.209L1301.64 216.621Z\"\n fill=\"#D2C7EC\"\n />\n <path\n d=\"M1078.64 603.211L1190.6 667.937V797.389L1078.64 862.115L966.672 797.389V667.937L1078.64 603.211Z\"\n fill=\"#F8F5FC\"\n />\n <path\n d=\"M1302.64 603.211L1414.6 667.937V797.389L1302.64 862.115L1190.67 797.389V667.937L1302.64 603.211Z\"\n fill=\"#F8F5FC\"\n />\n <path\n d=\"M1190.88 23.4434L1302.84 88.1695V217.622L1190.88 282.348L1078.91 217.622V88.1695L1190.88 23.4434Z\"\n fill=\"#D1C6EA\"\n />\n <path\n d=\"M1302.88 -170.557L1414.84 -105.831V23.6216L1302.88 88.3477L1190.91 23.6216V-105.831L1302.88 -170.557Z\"\n fill=\"#D1C6EA\"\n />\n <path\n d=\"M1190.88 409.033L1302.84 473.759V603.211L1190.88 667.938L1078.91 603.211V473.759L1190.88 409.033Z\"\n fill=\"#E0D7F2\"\n />\n <path\n d=\"M1190.88 795.176L1302.84 859.764V988.939L1190.88 1053.53L1078.91 988.939V859.764L1190.88 795.176Z\"\n fill=\"#FDFCFE\"\n />\n <path\n d=\"M1078.97 989L1190.93 1053.73V1183.18L1078.97 1247.9L967 1183.18V1053.73L1078.97 989Z\"\n fill=\"#FCFBFE\"\n />\n <path\n d=\"M1302.97 989L1414.93 1053.73V1183.18L1302.97 1247.9L1191 1183.18V1053.73L1302.97 989Z\"\n fill=\"#FCFBFE\"\n />\n </g>\n <defs>\n <clipPath id=\"clip0_6783_599\">\n <rect width=\"1280\" height=\"1280\" fill=\"white\" />\n </clipPath>\n </defs>\n</svg>";
16458
-
16459
- var HomepageLight3XS_S = "\n<svg width=\"1280\" height=\"1280\" viewBox=\"0 0 1280 1280\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" preserveAspectRatio=\"none\">\n<g clip-path=\"url(#clip0_3105_14988)\">\n<path d=\"M128.088 102.088L172.609 127.131V177.218L128.088 202.262L83.5659 177.218V127.131L128.088 102.088Z\" fill=\"#DDD9F8\"/>\n<path d=\"M38.9998 102.088L83.5215 127.131V177.218L38.9998 202.262L-5.52197 177.218V127.131L38.9998 102.088Z\" fill=\"#DDD9F8\"/>\n<path d=\"M128.088 252.348L172.609 277.391V327.478L128.088 352.522L83.5659 327.478V277.391L128.088 252.348Z\" fill=\"#E3D9F8\"/>\n<path d=\"M38.9998 252.348L83.5215 277.391V327.478L38.9998 352.522L-5.52197 327.478V277.391L38.9998 252.348Z\" fill=\"#E3D9F8\"/>\n<path d=\"M128.088 402.609L172.609 427.653V477.74L128.088 502.783L83.5659 477.74V427.653L128.088 402.609Z\" fill=\"#D3C3F7\"/>\n<path d=\"M38.9998 402.609L83.5215 427.653V477.74L38.9998 502.783L-5.52197 477.74V427.653L38.9998 402.609Z\" fill=\"#D3C3F7\"/>\n<path d=\"M128.088 552.869L172.609 577.913V628L128.088 653.043L83.5659 628V577.913L128.088 552.869Z\" fill=\"#CFBEF8\"/>\n<path d=\"M38.9998 552.869L83.5215 577.913V628L38.9998 653.043L-5.52197 628V577.913L38.9998 552.869Z\" fill=\"#CFBEF8\"/>\n<path d=\"M128.088 703.131L172.609 728.174V778.261L128.088 803.305L83.5659 778.261V728.174L128.088 703.131Z\" fill=\"#CDB8F8\"/>\n<path d=\"M38.9998 703.131L83.5215 728.174V778.261L38.9998 803.305L-5.52197 778.261V728.174L38.9998 703.131Z\" fill=\"#CDB8F8\"/>\n<path d=\"M128.088 853.391L172.609 878.434V928.521L128.088 953.565L83.5659 928.521V878.434L128.088 853.391Z\" fill=\"#C9ADF8\"/>\n<path d=\"M38.9998 853.391L83.5215 878.434V928.521L38.9998 953.565L-5.52197 928.521V878.434L38.9998 853.391Z\" fill=\"#C9ADF8\"/>\n<path d=\"M128.088 1003L172.609 1028.04V1078.13L128.088 1103.17L83.5659 1078.13V1028.04L128.088 1003Z\" fill=\"#C3A6F6\"/>\n<path d=\"M38.9998 1003L83.5215 1028.04V1078.13L38.9998 1103.17L-5.52197 1078.13V1028.04L38.9998 1003Z\" fill=\"#C3A6F6\"/>\n<path d=\"M306.175 102.088L350.697 127.131V177.218L306.175 202.262L261.653 177.218V127.131L306.175 102.088Z\" fill=\"#E1DEF8\"/>\n<path d=\"M306.175 252.348L350.697 277.391V327.478L306.175 352.522L261.653 327.478V277.391L306.175 252.348Z\" fill=\"#E7D9F8\"/>\n<path d=\"M306.175 402.609L350.697 427.653V477.74L306.175 502.783L261.653 477.74V427.653L306.175 402.609Z\" fill=\"#D4B6F7\"/>\n<path d=\"M306.175 552.869L350.697 577.913V628L306.175 653.043L261.653 628V577.913L306.175 552.869Z\" fill=\"#D0B7F8\"/>\n<path d=\"M306.175 703.131L350.697 728.174V778.261L306.175 803.305L261.653 778.261V728.174L306.175 703.131Z\" fill=\"#CDB5F9\"/>\n<path d=\"M306.175 853.391L350.697 878.434V928.521L306.175 953.565L261.653 928.521V878.434L306.175 853.391Z\" fill=\"#CBAEF8\"/>\n<path d=\"M306.175 1003L350.697 1028.04V1078.13L306.175 1103.17L261.653 1078.13V1028.04L306.175 1003Z\" fill=\"#C7ACF5\"/>\n<path d=\"M484.262 102.088L528.784 127.131V177.218L484.262 202.262L439.74 177.218V127.131L484.262 102.088Z\" fill=\"#E7E1F8\"/>\n<path d=\"M484.262 252.348L528.784 277.391V327.478L484.262 352.522L439.74 327.478V277.391L484.262 252.348Z\" fill=\"#EAD9F8\"/>\n<path d=\"M484.262 402.609L528.784 427.653V477.74L484.262 502.783L439.74 477.74V427.653L484.262 402.609Z\" fill=\"#DAB1F8\"/>\n<path d=\"M484.262 552.869L528.784 577.913V628L484.262 653.043L439.74 628V577.913L484.262 552.869Z\" fill=\"#D4B2F9\"/>\n<path d=\"M484.262 703.131L528.784 728.174V778.261L484.262 803.305L439.74 778.261V728.174L484.262 703.131Z\" fill=\"#D2B3FA\"/>\n<path d=\"M484.262 853.391L528.784 878.434V928.521L484.262 953.565L439.74 928.521V878.434L484.262 853.391Z\" fill=\"#CCAAF8\"/>\n<path d=\"M484.262 1003L528.784 1028.04V1078.13L484.262 1103.17L439.74 1078.13V1028.04L484.262 1003Z\" fill=\"#C8AAF6\"/>\n<path d=\"M662.349 102.088L706.871 127.131V177.218L662.349 202.262L617.827 177.218V127.131L662.349 102.088Z\" fill=\"#EAE1F8\"/>\n<path d=\"M662.349 252.348L706.871 277.391V327.478L662.349 352.522L617.827 327.478V277.391L662.349 252.348Z\" fill=\"#ECE0F9\"/>\n<path d=\"M662.349 402.609L706.871 427.653V477.74L662.349 502.783L617.827 477.74V427.653L662.349 402.609Z\" fill=\"#E1B9F8\"/>\n<path d=\"M662.349 552.869L706.871 577.913V628L662.349 653.043L617.827 628V577.913L662.349 552.869Z\" fill=\"#DAB0FA\"/>\n<path d=\"M662.349 703.131L706.871 728.174V778.261L662.349 803.305L617.827 778.261V728.174L662.349 703.131Z\" fill=\"#D3ABFA\"/>\n<path d=\"M662.349 853.391L706.871 878.434V928.521L662.349 953.565L617.827 928.521V878.434L662.349 853.391Z\" fill=\"#CCA2F9\"/>\n<path d=\"M662.349 1003L706.871 1028.04V1078.13L662.349 1103.17L617.827 1078.13V1028.04L662.349 1003Z\" fill=\"#C8A6F7\"/>\n<path d=\"M840.436 102.088L884.958 127.131V177.218L840.436 202.262L795.914 177.218V127.131L840.436 102.088Z\" fill=\"#E8D7F7\"/>\n<path d=\"M840.436 252.348L884.958 277.391V327.478L840.436 352.522L795.914 327.478V277.391L840.436 252.348Z\" fill=\"#ECE4FA\"/>\n<path d=\"M840.436 402.609L884.958 427.653V477.74L840.436 502.783L795.914 477.74V427.653L840.436 402.609Z\" fill=\"#DDC2F9\"/>\n<path d=\"M840.436 552.869L884.958 577.913V628L840.436 653.043L795.914 628V577.913L840.436 552.869Z\" fill=\"#D9ACFA\"/>\n<path d=\"M840.436 703.131L884.958 728.174V778.261L840.436 803.305L795.914 778.261V728.174L840.436 703.131Z\" fill=\"#D3A0FB\"/>\n<path d=\"M840.436 853.391L884.958 878.434V928.521L840.436 953.565L795.914 928.521V878.434L840.436 853.391Z\" fill=\"#CE9DF9\"/>\n<path d=\"M840.436 1003L884.958 1028.04V1078.13L840.436 1103.17L795.914 1078.13V1028.04L840.436 1003Z\" fill=\"#CBA3F9\"/>\n<path d=\"M1018.52 102.088L1063.04 127.131V177.218L1018.52 202.262L974.001 177.218V127.131L1018.52 102.088Z\" fill=\"#DFC9F5\"/>\n<path d=\"M1018.52 252.348L1063.04 277.391V327.478L1018.52 352.522L974.001 327.478V277.391L1018.52 252.348Z\" fill=\"#E7E2FA\"/>\n<path d=\"M1018.52 402.609L1063.04 427.653V477.74L1018.52 502.783L974.001 477.74V427.653L1018.52 402.609Z\" fill=\"#D2C5F7\"/>\n<path d=\"M1018.52 552.869L1063.04 577.913V628L1018.52 653.043L974.001 628V577.913L1018.52 552.869Z\" fill=\"#CCACF7\"/>\n<path d=\"M1018.52 703.131L1063.04 728.174V778.261L1018.52 803.305L974.001 778.261V728.174L1018.52 703.131Z\" fill=\"#D2A3FB\"/>\n<path d=\"M1018.52 853.391L1063.04 878.434V928.521L1018.52 953.565L974.001 928.521V878.434L1018.52 853.391Z\" fill=\"#D29EFA\"/>\n<path d=\"M1018.52 1003L1063.04 1028.04V1078.13L1018.52 1103.17L974.001 1078.13V1028.04L1018.52 1003Z\" fill=\"#CDA0FA\"/>\n<path d=\"M217.132 102.088L261.653 127.131V177.218L217.132 202.262L172.61 177.218V127.131L217.132 102.088Z\" fill=\"#DEDBF8\"/>\n<path d=\"M217.132 252.348L261.653 277.391V327.478L217.132 352.522L172.61 327.478V277.391L217.132 252.348Z\" fill=\"#E6DBF9\"/>\n<path d=\"M217.132 402.609L261.653 427.653V477.74L217.132 502.783L172.61 477.74V427.653L217.132 402.609Z\" fill=\"#D4BDF7\"/>\n<path d=\"M217.132 552.869L261.653 577.913V628L217.132 653.043L172.61 628V577.913L217.132 552.869Z\" fill=\"#CEBAF8\"/>\n<path d=\"M217.132 703.131L261.653 728.174V778.261L217.132 803.305L172.61 778.261V728.174L217.132 703.131Z\" fill=\"#CDB7F8\"/>\n<path d=\"M217.132 853.391L261.653 878.434V928.521L217.132 953.565L172.61 928.521V878.434L217.132 853.391Z\" fill=\"#CAAEF8\"/>\n<path d=\"M217.132 1003L261.653 1028.04V1078.13L217.132 1103.17L172.61 1078.13V1028.04L217.132 1003Z\" fill=\"#C4A9F5\"/>\n<path d=\"M395.219 102.088L439.74 127.131V177.218L395.219 202.262L350.697 177.218V127.131L395.219 102.088Z\" fill=\"#E4E0F8\"/>\n<path d=\"M395.219 252.348L439.74 277.391V327.478L395.219 352.522L350.697 327.478V277.391L395.219 252.348Z\" fill=\"#E9D8F9\"/>\n<path d=\"M395.219 402.609L439.74 427.653V477.74L395.219 502.783L350.697 477.74V427.653L395.219 402.609Z\" fill=\"#D7B2F7\"/>\n<path d=\"M395.219 552.869L439.74 577.913V628L395.219 653.043L350.697 628V577.913L395.219 552.869Z\" fill=\"#D3B5F9\"/>\n<path d=\"M395.219 703.131L439.74 728.174V778.261L395.219 803.305L350.697 778.261V728.174L395.219 703.131Z\" fill=\"#D1B6FA\"/>\n<path d=\"M395.219 853.391L439.74 878.434V928.521L395.219 953.565L350.697 928.521V878.434L395.219 853.391Z\" fill=\"#CCAEF9\"/>\n<path d=\"M395.219 1003L439.74 1028.04V1078.13L395.219 1103.17L350.697 1078.13V1028.04L395.219 1003Z\" fill=\"#C8ADF6\"/>\n<path d=\"M573.305 102.088L617.827 127.131V177.218L573.305 202.262L528.784 177.218V127.131L573.305 102.088Z\" fill=\"#E9E3F8\"/>\n<path d=\"M573.305 252.348L617.827 277.391V327.478L573.305 352.522L528.784 327.478V277.391L573.305 252.348Z\" fill=\"#ECDCF9\"/>\n<path d=\"M573.305 402.609L617.827 427.653V477.74L573.305 502.783L528.784 477.74V427.653L573.305 402.609Z\" fill=\"#DEB3F8\"/>\n<path d=\"M573.305 552.869L617.827 577.913V628L573.305 653.043L528.784 628V577.913L573.305 552.869Z\" fill=\"#D6B1FA\"/>\n<path d=\"M573.305 703.131L617.827 728.174V778.261L573.305 803.305L528.784 778.261V728.174L573.305 703.131Z\" fill=\"#D3B1F9\"/>\n<path d=\"M573.305 853.391L617.827 878.434V928.521L573.305 953.565L528.784 928.521V878.434L573.305 853.391Z\" fill=\"#CCA6F9\"/>\n<path d=\"M573.305 1003L617.827 1028.04V1078.13L573.305 1103.17L528.784 1078.13V1028.04L573.305 1003Z\" fill=\"#C8A8F6\"/>\n<path d=\"M751.392 102.088L795.914 127.131V177.218L751.392 202.262L706.871 177.218V127.131L751.392 102.088Z\" fill=\"#EBDFF9\"/>\n<path d=\"M751.392 252.348L795.914 277.391V327.478L751.392 352.522L706.871 327.478V277.391L751.392 252.348Z\" fill=\"#ECE2F9\"/>\n<path d=\"M751.392 402.609L795.914 427.653V477.74L751.392 502.783L706.871 477.74V427.653L751.392 402.609Z\" fill=\"#E2C0FA\"/>\n<path d=\"M751.392 552.869L795.914 577.913V628L751.392 653.043L706.871 628V577.913L751.392 552.869Z\" fill=\"#DBAEF9\"/>\n<path d=\"M751.392 703.131L795.914 728.174V778.261L751.392 803.305L706.871 778.261V728.174L751.392 703.131Z\" fill=\"#D4A6FB\"/>\n<path d=\"M751.392 853.391L795.914 878.434V928.521L751.392 953.565L706.871 928.521V878.434L751.392 853.391Z\" fill=\"#CDA0F9\"/>\n<path d=\"M751.392 1003L795.914 1028.04V1078.13L751.392 1103.17L706.871 1078.13V1028.04L751.392 1003Z\" fill=\"#CAA4F8\"/>\n<path d=\"M929.479 102.088L974.001 127.131V177.218L929.479 202.262L884.958 177.218V127.131L929.479 102.088Z\" fill=\"#E5D2F7\"/>\n<path d=\"M929.479 252.348L974.001 277.391V327.478L929.479 352.522L884.958 327.478V277.391L929.479 252.348Z\" fill=\"#EBE5FA\"/>\n<path d=\"M929.479 402.609L974.001 427.653V477.74L929.479 502.783L884.958 477.74V427.653L929.479 402.609Z\" fill=\"#DAC7F9\"/>\n<path d=\"M929.479 552.869L974.001 577.913V628L929.479 653.043L884.958 628V577.913L929.479 552.869Z\" fill=\"#D2ABF8\"/>\n<path d=\"M929.479 703.131L974.001 728.174V778.261L929.479 803.305L884.958 778.261V728.174L929.479 703.131Z\" fill=\"#D29FFB\"/>\n<path d=\"M929.479 853.391L974.001 878.434V928.521L929.479 953.565L884.958 928.521V878.434L929.479 853.391Z\" fill=\"#CF9CFA\"/>\n<path d=\"M929.479 1003L974.001 1028.04V1078.13L929.479 1103.17L884.958 1078.13V1028.04L929.479 1003Z\" fill=\"#CCA1F8\"/>\n<path d=\"M1107.57 102.088L1152.09 127.131V177.218L1107.57 202.262L1063.04 177.218V127.131L1107.57 102.088Z\" fill=\"#D5BBF2\"/>\n<path d=\"M1196 102.088L1240.52 127.131V177.218L1196 202.262L1151.48 177.218V127.131L1196 102.088Z\" fill=\"#D5BBF2\"/>\n<path d=\"M1284 102.088L1328.52 127.131V177.218L1284 202.262L1239.48 177.218V127.131L1284 102.088Z\" fill=\"#D5BBF2\"/>\n<path d=\"M1107.57 252.348L1152.09 277.391V327.478L1107.57 352.522L1063.04 327.478V277.391L1107.57 252.348Z\" fill=\"#E2DDF9\"/>\n<path d=\"M1196 252.348L1240.52 277.391V327.478L1196 352.522L1151.48 327.478V277.391L1196 252.348Z\" fill=\"#E2DDF9\"/>\n<path d=\"M1285 252.348L1329.52 277.391V327.478L1285 352.522L1240.48 327.478V277.391L1285 252.348Z\" fill=\"#E2DDF9\"/>\n<path d=\"M1107.57 402.609L1152.09 427.653V477.74L1107.57 502.783L1063.04 477.74V427.653L1107.57 402.609Z\" fill=\"#CCC4F6\"/>\n<path d=\"M1196 402.609L1240.52 427.653V477.74L1196 502.783L1151.48 477.74V427.653L1196 402.609Z\" fill=\"#CCC4F6\"/>\n<path d=\"M1285 402.609L1329.52 427.653V477.74L1285 502.783L1240.48 477.74V427.653L1285 402.609Z\" fill=\"#CCC4F6\"/>\n<path d=\"M1107.57 552.869L1152.09 577.913V628L1107.57 653.043L1063.04 628V577.913L1107.57 552.869Z\" fill=\"#C8AFF7\"/>\n<path d=\"M1196 552.869L1240.52 577.913V628L1196 653.043L1151.48 628V577.913L1196 552.869Z\" fill=\"#C8AFF7\"/>\n<path d=\"M1284 552.869L1328.52 577.913V628L1284 653.043L1239.48 628V577.913L1284 552.869Z\" fill=\"#C8AFF7\"/>\n<path d=\"M1107.57 703.131L1152.09 728.174V778.261L1107.57 803.305L1063.04 778.261V728.174L1107.57 703.131Z\" fill=\"#D3AAFB\"/>\n<path d=\"M1196 703.131L1240.52 728.174V778.261L1196 803.305L1151.48 778.261V728.174L1196 703.131Z\" fill=\"#D3AAFB\"/>\n<path d=\"M1285 703.131L1329.52 728.174V778.261L1285 803.305L1240.48 778.261V728.174L1285 703.131Z\" fill=\"#D3AAFB\"/>\n<path d=\"M1107.57 853.391L1152.09 878.434V928.521L1107.57 953.565L1063.04 928.521V878.434L1107.57 853.391Z\" fill=\"#D3A2FA\"/>\n<path d=\"M1196 853.391L1240.52 878.434V928.521L1196 953.565L1151.48 928.521V878.434L1196 853.391Z\" fill=\"#D3A2FA\"/>\n<path d=\"M1285 853.391L1329.52 878.434V928.521L1285 953.565L1240.48 928.521V878.434L1285 853.391Z\" fill=\"#D3A2FA\"/>\n<path d=\"M1107.57 1003L1152.09 1028.04V1078.13L1107.57 1103.17L1063.04 1078.13V1028.04L1107.57 1003Z\" fill=\"#CD9EF9\"/>\n<path d=\"M1196 1003L1240.52 1028.04V1078.13L1196 1103.17L1151.48 1078.13V1028.04L1196 1003Z\" fill=\"#CD9EF9\"/>\n<path d=\"M1284 1003L1328.52 1028.04V1078.13L1284 1103.17L1239.48 1078.13V1028.04L1284 1003Z\" fill=\"#CD9EF9\"/>\n<path d=\"M172.61 177.217L217.131 202.26V252.347L172.61 277.391L128.088 252.347V202.26L172.61 177.217Z\" fill=\"#E2DBF7\"/>\n<path d=\"M83.5217 177.217L128.043 202.26V252.347L83.5217 277.391L39 252.347V202.26L83.5217 177.217Z\" fill=\"#E2DBF7\"/>\n<path d=\"M-4.47826 177.217L40.0435 202.26V252.347L-4.47826 277.391L-49 252.347V202.26L-4.47826 177.217Z\" fill=\"#E2DBF7\"/>\n<path d=\"M172.61 327.479L217.131 352.522V402.609L172.61 427.652L128.088 402.609V352.522L172.61 327.479Z\" fill=\"#DCCCF7\"/>\n<path d=\"M83.5217 327.479L128.043 352.522V402.609L83.5217 427.652L39 402.609V352.522L83.5217 327.479Z\" fill=\"#DCCCF7\"/>\n<path d=\"M-5.47826 327.479L39.0435 352.522V402.609L-5.47826 427.652L-50 402.609V352.522L-5.47826 327.479Z\" fill=\"#DCCCF7\"/>\n<path d=\"M172.61 477.738L217.131 502.782V552.869L172.61 577.912L128.088 552.869V502.782L172.61 477.738Z\" fill=\"#D1BDF7\"/>\n<path d=\"M83.5217 477.738L128.043 502.782V552.869L83.5217 577.912L39 552.869V502.782L83.5217 477.738Z\" fill=\"#D1BDF7\"/>\n<path d=\"M-5.47826 477.738L39.0435 502.782V552.869L-5.47826 577.912L-50 552.869V502.782L-5.47826 477.738Z\" fill=\"#D1BDF7\"/>\n<path d=\"M172.61 628L217.131 653.043V703.13L172.61 728.174L128.088 703.13V653.043L172.61 628Z\" fill=\"#CDBAF7\"/>\n<path d=\"M83.5217 628L128.043 653.043V703.13L83.5217 728.174L39 703.13V653.043L83.5217 628Z\" fill=\"#CDBAF7\"/>\n<path d=\"M-5.47826 628L39.0435 653.043V703.13L-5.47826 728.174L-50 703.13V653.043L-5.47826 628Z\" fill=\"#CDBAF7\"/>\n<path d=\"M172.61 778.262L217.131 803.305V853.392L172.61 878.436L128.088 853.392V803.305L172.61 778.262Z\" fill=\"#CBB3F9\"/>\n<path d=\"M83.5217 778.262L128.043 803.305V853.392L83.5217 878.436L39 853.392V803.305L83.5217 778.262Z\" fill=\"#CBB3F9\"/>\n<path d=\"M-5.47826 778.262L39.0435 803.305V853.392L-5.47826 878.436L-50 853.392V803.305L-5.47826 778.262Z\" fill=\"#CBB3F9\"/>\n<path d=\"M172.61 928.521L217.131 953.565V1003.65L172.61 1028.7L128.088 1003.65V953.565L172.61 928.521Z\" fill=\"#C6A9F7\"/>\n<path d=\"M83.5217 928.521L128.043 953.565V1003.65L83.5217 1028.7L39 1003.65V953.565L83.5217 928.521Z\" fill=\"#C6A9F7\"/>\n<path d=\"M-5.47826 928.521L39.0435 953.565V1003.65L-5.47826 1028.7L-50 1003.65V953.565L-5.47826 928.521Z\" fill=\"#C6A9F7\"/>\n<path d=\"M172.61 1078.13L217.131 1103.17V1153.26L172.61 1178.3L128.088 1153.26V1103.17L172.61 1078.13Z\" fill=\"#C1A6F5\"/>\n<path d=\"M83.5217 1078.13L128.043 1103.17V1153.26L83.5217 1178.3L39 1153.26V1103.17L83.5217 1078.13Z\" fill=\"#C1A6F5\"/>\n<path d=\"M-5.47826 1078.13L39.0435 1103.17V1153.26L-5.47826 1178.3L-50 1153.26V1103.17L-5.47826 1078.13Z\" fill=\"#C1A6F5\"/>\n<path d=\"M350.697 177.217L395.218 202.26V252.347L350.697 277.391L306.175 252.347V202.26L350.697 177.217Z\" fill=\"#E9E2F9\"/>\n<path d=\"M350.697 327.479L395.218 352.522V402.609L350.697 427.652L306.175 402.609V352.522L350.697 327.479Z\" fill=\"#DEC3F7\"/>\n<path d=\"M350.697 477.738L395.218 502.782V552.869L350.697 577.912L306.175 552.869V502.782L350.697 477.738Z\" fill=\"#D2B3F8\"/>\n<path d=\"M350.697 628L395.218 653.043V703.13L350.697 728.174L306.175 703.13V653.043L350.697 628Z\" fill=\"#D0B7F8\"/>\n<path d=\"M350.697 778.262L395.218 803.305V853.392L350.697 878.436L306.175 853.392V803.305L350.697 778.262Z\" fill=\"#CDB2FA\"/>\n<path d=\"M350.697 928.521L395.218 953.565V1003.65L350.697 1028.7L306.175 1003.65V953.565L350.697 928.521Z\" fill=\"#CAAEF8\"/>\n<path d=\"M350.697 1078.13L395.218 1103.17V1153.26L350.697 1178.3L306.175 1153.26V1103.17L350.697 1078.13Z\" fill=\"#C5ADF6\"/>\n<path d=\"M528.783 177.217L573.305 202.26V252.347L528.783 277.391L484.262 252.347V202.26L528.783 177.217Z\" fill=\"#ECE7F9\"/>\n<path d=\"M528.783 327.479L573.305 352.522V402.609L528.783 427.652L484.262 402.609V352.522L528.783 327.479Z\" fill=\"#E4C4F8\"/>\n<path d=\"M528.783 477.738L573.305 502.782V552.869L528.783 577.912L484.262 552.869V502.782L528.783 477.738Z\" fill=\"#D8B0F9\"/>\n<path d=\"M528.783 628L573.305 653.043V703.13L528.783 728.174L484.262 703.13V653.043L528.783 628Z\" fill=\"#D5B5FB\"/>\n<path d=\"M528.783 778.262L573.305 803.305V853.392L528.783 878.436L484.262 853.392V803.305L528.783 778.262Z\" fill=\"#CFACF9\"/>\n<path d=\"M528.783 928.521L573.305 953.565V1003.65L528.783 1028.7L484.262 1003.65V953.565L528.783 928.521Z\" fill=\"#CAA8F8\"/>\n<path d=\"M528.783 1078.13L573.305 1103.17V1153.26L528.783 1178.3L484.262 1153.26V1103.17L528.783 1078.13Z\" fill=\"#C7ABF6\"/>\n<path d=\"M706.87 177.217L751.392 202.26V252.347L706.87 277.391L662.349 252.347V202.26L706.87 177.217Z\" fill=\"#EDE8F9\"/>\n<path d=\"M706.87 327.479L751.392 352.522V402.609L706.87 427.652L662.349 402.609V352.522L706.87 327.479Z\" fill=\"#E9CEFA\"/>\n<path d=\"M706.87 477.738L751.392 502.782V552.869L706.87 577.912L662.349 552.869V502.782L706.87 477.738Z\" fill=\"#DDB5F9\"/>\n<path d=\"M706.87 628L751.392 653.043V703.13L706.87 728.174L662.349 703.13V653.043L706.87 628Z\" fill=\"#D7ACFA\"/>\n<path d=\"M706.87 778.262L751.392 803.305V853.392L706.87 878.436L662.349 853.392V803.305L706.87 778.262Z\" fill=\"#CEA2FA\"/>\n<path d=\"M706.87 928.521L751.392 953.565V1003.65L706.87 1028.7L662.349 1003.65V953.565L706.87 928.521Z\" fill=\"#CCA4F8\"/>\n<path d=\"M706.87 1078.13L751.392 1103.17V1153.26L706.87 1178.3L662.349 1153.26V1103.17L706.87 1078.13Z\" fill=\"#C8A6F7\"/>\n<path d=\"M884.957 177.217L929.479 202.26V252.347L884.957 277.391L840.436 252.347V202.26L884.957 177.217Z\" fill=\"#ECE4FA\"/>\n<path d=\"M884.957 327.479L929.479 352.522V402.609L884.957 427.652L840.436 402.609V352.522L884.957 327.479Z\" fill=\"#E5D7F9\"/>\n<path d=\"M884.957 477.738L929.479 502.782V552.869L884.957 577.912L840.436 552.869V502.782L884.957 477.738Z\" fill=\"#D8B7F8\"/>\n<path d=\"M884.957 628L929.479 653.043V703.13L884.957 728.174L840.436 703.13V653.043L884.957 628Z\" fill=\"#D4A3F9\"/>\n<path d=\"M884.957 778.262L929.479 803.305V853.392L884.957 878.436L840.436 853.392V803.305L884.957 778.262Z\" fill=\"#D09DFA\"/>\n<path d=\"M884.957 928.521L929.479 953.565V1003.65L884.957 1028.7L840.436 1003.65V953.565L884.957 928.521Z\" fill=\"#CEA2FA\"/>\n<path d=\"M884.957 1078.13L929.479 1103.17V1153.26L884.957 1178.3L840.436 1153.26V1103.17L884.957 1078.13Z\" fill=\"#CAA2F8\"/>\n<path d=\"M1063.04 177.217L1107.57 202.26V252.347L1063.04 277.391L1018.52 252.347V202.26L1063.04 177.217Z\" fill=\"#E2D8F8\"/>\n<path d=\"M1063.04 327.479L1107.57 352.522V402.609L1063.04 427.652L1018.52 402.609V352.522L1063.04 327.479Z\" fill=\"#DAD5F8\"/>\n<path d=\"M1063.04 477.738L1107.57 502.782V552.869L1063.04 577.912L1018.52 552.869V502.782L1063.04 477.738Z\" fill=\"#C8B6F6\"/>\n<path d=\"M1063.04 628L1107.57 653.043V703.13L1063.04 728.174L1018.52 703.13V653.043L1063.04 628Z\" fill=\"#CEAAF9\"/>\n<path d=\"M1063.04 778.262L1107.57 803.305V853.392L1063.04 878.436L1018.52 853.392V803.305L1063.04 778.262Z\" fill=\"#D5A4FC\"/>\n<path d=\"M1063.04 928.521L1107.57 953.565V1003.65L1063.04 1028.7L1018.52 1003.65V953.565L1063.04 928.521Z\" fill=\"#D0A0FA\"/>\n<path d=\"M1063.04 1078.13L1107.57 1103.17V1153.26L1063.04 1178.3L1018.52 1153.26V1103.17L1063.04 1078.13Z\" fill=\"#CB9DF9\"/>\n<path d=\"M261.653 177.217L306.175 202.26V252.347L261.653 277.391L217.131 252.347V202.26L261.653 177.217Z\" fill=\"#E7E0F9\"/>\n<path d=\"M261.653 327.479L306.175 352.522V402.609L261.653 427.652L217.131 402.609V352.522L261.653 327.479Z\" fill=\"#DFC9F9\"/>\n<path d=\"M261.653 477.738L306.175 502.782V552.869L261.653 577.912L217.131 552.869V502.782L261.653 477.738Z\" fill=\"#D1BAF9\"/>\n<path d=\"M261.653 628L306.175 653.043V703.13L261.653 728.174L217.131 703.13V653.043L261.653 628Z\" fill=\"#CDB7F7\"/>\n<path d=\"M261.653 778.262L306.175 803.305V853.392L261.653 878.436L217.131 853.392V803.305L261.653 778.262Z\" fill=\"#CDB3F9\"/>\n<path d=\"M261.653 928.521L306.175 953.565V1003.65L261.653 1028.7L217.131 1003.65V953.565L261.653 928.521Z\" fill=\"#C9ADF7\"/>\n<path d=\"M261.653 1078.13L306.175 1103.17V1153.26L261.653 1178.3L217.131 1153.26V1103.17L261.653 1078.13Z\" fill=\"#C4ABF5\"/>\n<path d=\"M439.74 177.217L484.262 202.26V252.347L439.74 277.391L395.218 252.347V202.26L439.74 177.217Z\" fill=\"#EAE4F9\"/>\n<path d=\"M439.74 327.479L484.262 352.522V402.609L439.74 427.652L395.218 402.609V352.522L439.74 327.479Z\" fill=\"#E1C2F7\"/>\n<path d=\"M439.74 477.738L484.262 502.782V552.869L439.74 577.912L395.218 552.869V502.782L439.74 477.738Z\" fill=\"#D5B0F9\"/>\n<path d=\"M439.74 628L484.262 653.043V703.13L439.74 728.174L395.218 703.13V653.043L439.74 628Z\" fill=\"#D2B5F9\"/>\n<path d=\"M439.74 778.262L484.262 803.305V853.392L439.74 878.436L395.218 853.392V803.305L439.74 778.262Z\" fill=\"#CEAFF9\"/>\n<path d=\"M439.74 928.521L484.262 953.565V1003.65L439.74 1028.7L395.218 1003.65V953.565L439.74 928.521Z\" fill=\"#CBADF8\"/>\n<path d=\"M439.74 1078.13L484.262 1103.17V1153.26L439.74 1178.3L395.218 1153.26V1103.17L439.74 1078.13Z\" fill=\"#C6ADF6\"/>\n<path d=\"M617.827 177.217L662.349 202.26V252.347L617.827 277.391L573.305 252.347V202.26L617.827 177.217Z\" fill=\"#EEE9FA\"/>\n<path d=\"M617.827 327.479L662.349 352.522V402.609L617.827 427.652L573.305 402.609V352.522L617.827 327.479Z\" fill=\"#E7C6F8\"/>\n<path d=\"M617.827 477.738L662.349 502.782V552.869L617.827 577.912L573.305 552.869V502.782L617.827 477.738Z\" fill=\"#DCB2F9\"/>\n<path d=\"M617.827 628L662.349 653.043V703.13L617.827 728.174L573.305 703.13V653.043L617.827 628Z\" fill=\"#D6B1FA\"/>\n<path d=\"M617.827 778.262L662.349 803.305V853.392L617.827 878.436L573.305 853.392V803.305L617.827 778.262Z\" fill=\"#CFA9F9\"/>\n<path d=\"M617.827 928.521L662.349 953.565V1003.65L617.827 1028.7L573.305 1003.65V953.565L617.827 928.521Z\" fill=\"#CAA5F8\"/>\n<path d=\"M617.827 1078.13L662.349 1103.17V1153.26L617.827 1178.3L573.305 1153.26V1103.17L617.827 1078.13Z\" fill=\"#C7AAF6\"/>\n<path d=\"M795.914 177.217L840.436 202.26V252.347L795.914 277.391L751.392 252.347V202.26L795.914 177.217Z\" fill=\"#ECE7F9\"/>\n<path d=\"M795.914 327.479L840.436 352.522V402.609L795.914 427.652L751.392 402.609V352.522L795.914 327.479Z\" fill=\"#E7D2F9\"/>\n<path d=\"M795.914 477.738L840.436 502.782V552.869L795.914 577.912L751.392 552.869V502.782L795.914 477.738Z\" fill=\"#DCB7F8\"/>\n<path d=\"M795.914 628L840.436 653.043V703.13L795.914 728.174L751.392 703.13V653.043L795.914 628Z\" fill=\"#D8A7FB\"/>\n<path d=\"M795.914 778.262L840.436 803.305V853.392L795.914 878.436L751.392 853.392V803.305L795.914 778.262Z\" fill=\"#D0A0FB\"/>\n<path d=\"M795.914 928.521L840.436 953.565V1003.65L795.914 1028.7L751.392 1003.65V953.565L795.914 928.521Z\" fill=\"#CDA3F9\"/>\n<path d=\"M795.914 1078.13L840.436 1103.17V1153.26L795.914 1178.3L751.392 1153.26V1103.17L795.914 1078.13Z\" fill=\"#C9A4F8\"/>\n<path d=\"M974.001 177.217L1018.52 202.26V252.347L974.001 277.391L929.479 252.347V202.26L974.001 177.217Z\" fill=\"#E9E1FA\"/>\n<path d=\"M974.001 327.479L1018.52 352.522V402.609L974.001 427.652L929.479 402.609V352.522L974.001 327.479Z\" fill=\"#E1DAF9\"/>\n<path d=\"M974.001 477.738L1018.52 502.782V552.869L974.001 577.912L929.479 552.869V502.782L974.001 477.738Z\" fill=\"#D0B7F7\"/>\n<path d=\"M974.001 628L1018.52 653.043V703.13L974.001 728.174L929.479 703.13V653.043L974.001 628Z\" fill=\"#D1A4F9\"/>\n<path d=\"M974.001 778.262L1018.52 803.305V853.392L974.001 878.436L929.479 853.392V803.305L974.001 778.262Z\" fill=\"#D19DFB\"/>\n<path d=\"M974.001 928.521L1018.52 953.565V1003.65L974.001 1028.7L929.479 1003.65V953.565L974.001 928.521Z\" fill=\"#CFA0FA\"/>\n<path d=\"M974.001 1078.13L1018.52 1103.17V1153.26L974.001 1178.3L929.479 1153.26V1103.17L974.001 1078.13Z\" fill=\"#CB9FF9\"/>\n<path d=\"M1152.09 177.217L1196.61 202.26V252.347L1152.09 277.391L1107.57 252.347V202.26L1152.09 177.217Z\" fill=\"#DBCEF5\"/>\n<path d=\"M1240.52 177.217L1285.04 202.26V252.347L1240.52 277.391L1196 252.347V202.26L1240.52 177.217Z\" fill=\"#DBCEF5\"/>\n<path d=\"M1152.09 327.479L1196.61 352.522V402.609L1152.09 427.652L1107.57 402.609V352.522L1152.09 327.479Z\" fill=\"#D7D3F7\"/>\n<path d=\"M1240.52 327.479L1285.04 352.522V402.609L1240.52 427.652L1196 402.609V352.522L1240.52 327.479Z\" fill=\"#D7D3F7\"/>\n<path d=\"M1152.09 477.738L1196.61 502.782V552.869L1152.09 577.912L1107.57 552.869V502.782L1152.09 477.738Z\" fill=\"#C3B6F5\"/>\n<path d=\"M1240.52 477.738L1285.04 502.782V552.869L1240.52 577.912L1196 552.869V502.782L1240.52 477.738Z\" fill=\"#C3B6F5\"/>\n<path d=\"M1152.09 628L1196.61 653.043V703.13L1152.09 728.174L1107.57 703.13V653.043L1152.09 628Z\" fill=\"#CFAFFA\"/>\n<path d=\"M1240.52 628L1285.04 653.043V703.13L1240.52 728.174L1196 703.13V653.043L1240.52 628Z\" fill=\"#CFAFFA\"/>\n<path d=\"M1152.09 778.262L1196.61 803.305V853.392L1152.09 878.436L1107.57 853.392V803.305L1152.09 778.262Z\" fill=\"#D7A9FB\"/>\n<path d=\"M1240.52 778.262L1285.04 803.305V853.392L1240.52 878.436L1196 853.392V803.305L1240.52 778.262Z\" fill=\"#D7A9FB\"/>\n<path d=\"M1152.09 928.521L1196.61 953.565V1003.65L1152.09 1028.7L1107.57 1003.65V953.565L1152.09 928.521Z\" fill=\"#D1A1FA\"/>\n<path d=\"M1240.52 928.521L1285.04 953.565V1003.65L1240.52 1028.7L1196 1003.65V953.565L1240.52 928.521Z\" fill=\"#D1A1FA\"/>\n<path d=\"M1152.09 1078.13L1196.61 1103.17V1153.26L1152.09 1178.3L1107.57 1153.26V1103.17L1152.09 1078.13Z\" fill=\"#CC9CF9\"/>\n<path d=\"M1240.52 1078.13L1285.04 1103.17V1153.26L1240.52 1178.3L1196 1153.26V1103.17L1240.52 1078.13Z\" fill=\"#CC9CF9\"/>\n<path d=\"M128.088 -47L172.609 -21.9565V28.1304L128.088 53.1739L83.5659 28.1304V-21.9565L128.088 -47Z\" fill=\"#DDD9F8\"/>\n<path d=\"M38.9998 -47L83.5215 -21.9565V28.1304L38.9998 53.1739L-5.52197 28.1304V-21.9565L38.9998 -47Z\" fill=\"#DDD9F8\"/>\n<path d=\"M306.175 -47L350.697 -21.9565V28.1304L306.175 53.1739L261.653 28.1304V-21.9565L306.175 -47Z\" fill=\"#E4E0F8\"/>\n<path d=\"M484.262 -47L528.784 -21.9565V28.1304L484.262 53.1739L439.74 28.1304V-21.9565L484.262 -47Z\" fill=\"#E9E3F8\"/>\n<path d=\"M662.349 -47L706.871 -21.9565V28.1304L662.349 53.1739L617.827 28.1304V-21.9565L662.349 -47Z\" fill=\"#EBDFF9\"/>\n<path d=\"M840.436 -47L884.958 -21.9565V28.1304L840.436 53.1739L795.914 28.1304V-21.9565L840.436 -47Z\" fill=\"#E5D2F7\"/>\n<path d=\"M1018.52 -47L1063.04 -21.9565V28.1304L1018.52 53.1739L974.001 28.1304V-21.9565L1018.52 -47Z\" fill=\"#DFC9F5\"/>\n<path d=\"M217.132 -47L261.653 -21.9565V28.1304L217.132 53.1739L172.61 28.1304V-21.9565L217.132 -47Z\" fill=\"#E1DEF8\"/>\n<path d=\"M395.219 -47L439.74 -21.9565V28.1304L395.219 53.1739L350.697 28.1304V-21.9565L395.219 -47Z\" fill=\"#E7E1F8\"/>\n<path d=\"M573.305 -47L617.827 -21.9565V28.1304L573.305 53.1739L528.784 28.1304V-21.9565L573.305 -47Z\" fill=\"#EAE1F8\"/>\n<path d=\"M751.392 -47L795.914 -21.9565V28.1304L751.392 53.1739L706.871 28.1304V-21.9565L751.392 -47Z\" fill=\"#E8D7F7\"/>\n<path d=\"M929.479 -47L974.001 -21.9565V28.1304L929.479 53.1739L884.958 28.1304V-21.9565L929.479 -47Z\" fill=\"#DFC9F5\"/>\n<path d=\"M1107.57 -47L1152.09 -21.9565V28.1304L1107.57 53.1739L1063.04 28.1304V-21.9565L1107.57 -47Z\" fill=\"#D5BBF2\"/>\n<path d=\"M1196 -47L1240.52 -21.9565V28.1304L1196 53.1739L1151.48 28.1304V-21.9565L1196 -47Z\" fill=\"#D5BBF2\"/>\n<path d=\"M1285 -47L1329.52 -21.9565V28.1304L1285 53.1739L1240.48 28.1304V-21.9565L1285 -47Z\" fill=\"#D5BBF2\"/>\n<path d=\"M172.61 28.1289L217.131 53.1724V103.259L172.61 128.303L128.088 103.259V53.1724L172.61 28.1289Z\" fill=\"#DDD9F8\"/>\n<path d=\"M83.5217 28.1289L128.043 53.1724V103.259L83.5217 128.303L39 103.259V53.1724L83.5217 28.1289Z\" fill=\"#DDD9F8\"/>\n<path d=\"M-5.47826 27.1289L39.0435 52.1724V102.259L-5.47826 127.303L-50 102.259V52.1724L-5.47826 27.1289Z\" fill=\"#DDD9F8\"/>\n<path d=\"M350.697 28.1289L395.218 53.1724V103.259L350.697 128.303L306.175 103.259V53.1724L350.697 28.1289Z\" fill=\"#E4E0F8\"/>\n<path d=\"M528.783 28.1289L573.305 53.1724V103.259L528.783 128.303L484.262 103.259V53.1724L528.783 28.1289Z\" fill=\"#E9E3F8\"/>\n<path d=\"M706.87 28.1289L751.392 53.1724V103.259L706.87 128.303L662.349 103.259V53.1724L706.87 28.1289Z\" fill=\"#EBDFF9\"/>\n<path d=\"M884.957 28.1289L929.479 53.1724V103.259L884.957 128.303L840.436 103.259V53.1724L884.957 28.1289Z\" fill=\"#E5D2F7\"/>\n<path d=\"M1063.04 28.1289L1107.57 53.1724V103.259L1063.04 128.303L1018.52 103.259V53.1724L1063.04 28.1289Z\" fill=\"#DFC9F5\"/>\n<path d=\"M261.653 28.1289L306.175 53.1724V103.259L261.653 128.303L217.131 103.259V53.1724L261.653 28.1289Z\" fill=\"#E1DEF8\"/>\n<path d=\"M439.74 28.1289L484.262 53.1724V103.259L439.74 128.303L395.218 103.259V53.1724L439.74 28.1289Z\" fill=\"#E7E1F8\"/>\n<path d=\"M617.827 28.1289L662.349 53.1724V103.259L617.827 128.303L573.305 103.259V53.1724L617.827 28.1289Z\" fill=\"#EAE1F8\"/>\n<path d=\"M795.914 28.1289L840.436 53.1724V103.259L795.914 128.303L751.392 103.259V53.1724L795.914 28.1289Z\" fill=\"#E8D7F7\"/>\n<path d=\"M974.001 28.1289L1018.52 53.1724V103.259L974.001 128.303L929.479 103.259V53.1724L974.001 28.1289Z\" fill=\"#DFC9F5\"/>\n<path d=\"M1152.09 28.1289L1196.61 53.1724V103.259L1152.09 128.303L1107.57 103.259V53.1724L1152.09 28.1289Z\" fill=\"#D5BBF2\"/>\n<path d=\"M1240.52 28.1289L1285.04 53.1724V103.259L1240.52 128.303L1196 103.259V53.1724L1240.52 28.1289Z\" fill=\"#D5BBF2\"/>\n<path d=\"M128.088 1153L172.609 1178.04V1228.13L128.088 1253.17L83.5659 1228.13V1178.04L128.088 1153Z\" fill=\"#C1A6F5\"/>\n<path d=\"M38.9998 1153L83.5215 1178.04V1228.13L38.9998 1253.17L-5.52197 1228.13V1178.04L38.9998 1153Z\" fill=\"#C1A6F5\"/>\n<path d=\"M306.175 1153L350.697 1178.04V1228.13L306.175 1253.17L261.653 1228.13V1178.04L306.175 1153Z\" fill=\"#C4ABF5\"/>\n<path d=\"M484.262 1153L528.784 1178.04V1228.13L484.262 1253.17L439.74 1228.13V1178.04L484.262 1153Z\" fill=\"#C6ADF6\"/>\n<path d=\"M662.349 1153L706.871 1178.04V1228.13L662.349 1253.17L617.827 1228.13V1178.04L662.349 1153Z\" fill=\"#C7AAF6\"/>\n<path d=\"M840.436 1153L884.958 1178.04V1228.13L840.436 1253.17L795.914 1228.13V1178.04L840.436 1153Z\" fill=\"#C9A4F8\"/>\n<path d=\"M1018.52 1153L1063.04 1178.04V1228.13L1018.52 1253.17L974.001 1228.13V1178.04L1018.52 1153Z\" fill=\"#CB9FF9\"/>\n<path d=\"M217.132 1153L261.653 1178.04V1228.13L217.132 1253.17L172.61 1228.13V1178.04L217.132 1153Z\" fill=\"#C4ABF5\"/>\n<path d=\"M395.219 1153L439.74 1178.04V1228.13L395.219 1253.17L350.697 1228.13V1178.04L395.219 1153Z\" fill=\"#C5ADF6\"/>\n<path d=\"M573.305 1153L617.827 1178.04V1228.13L573.305 1253.17L528.784 1228.13V1178.04L573.305 1153Z\" fill=\"#C7ABF6\"/>\n<path d=\"M751.392 1153L795.914 1178.04V1228.13L751.392 1253.17L706.871 1228.13V1178.04L751.392 1153Z\" fill=\"#C8A6F7\"/>\n<path d=\"M929.479 1153L974.001 1178.04V1228.13L929.479 1253.17L884.958 1228.13V1178.04L929.479 1153Z\" fill=\"#CAA2F8\"/>\n<path d=\"M1107.57 1153L1152.09 1178.04V1228.13L1107.57 1253.17L1063.04 1228.13V1178.04L1107.57 1153Z\" fill=\"#CB9DF9\"/>\n<path d=\"M1196 1153L1240.52 1178.04V1228.13L1196 1253.17L1151.48 1228.13V1178.04L1196 1153Z\" fill=\"#CC9CF9\"/>\n<path d=\"M1285 1153L1329.52 1178.04V1228.13L1285 1253.17L1240.48 1228.13V1178.04L1285 1153Z\" fill=\"#CC9CF9\"/>\n<path d=\"M172.61 1228.13L217.131 1253.17V1303.26L172.61 1328.3L128.088 1303.26V1253.17L172.61 1228.13Z\" fill=\"#C4ABF5\"/>\n<path d=\"M83.5217 1228.13L128.043 1253.17V1303.26L83.5217 1328.3L39 1303.26V1253.17L83.5217 1228.13Z\" fill=\"#C1A6F5\"/>\n<path d=\"M-5.47826 1228.13L39.0435 1253.17V1303.26L-5.47826 1328.3L-50 1303.26V1253.17L-5.47826 1228.13Z\" fill=\"#C1A6F5\"/>\n<path d=\"M350.697 1228.13L395.218 1253.17V1303.26L350.697 1328.3L306.175 1303.26V1253.17L350.697 1228.13Z\" fill=\"#C4ABF5\"/>\n<path d=\"M528.783 1228.13L573.305 1253.17V1303.26L528.783 1328.3L484.262 1303.26V1253.17L528.783 1228.13Z\" fill=\"#C6ADF6\"/>\n<path d=\"M706.87 1228.13L751.392 1253.17V1303.26L706.87 1328.3L662.349 1303.26V1253.17L706.87 1228.13Z\" fill=\"#C7AAF6\"/>\n<path d=\"M884.957 1228.13L929.479 1253.17V1303.26L884.957 1328.3L840.436 1303.26V1253.17L884.957 1228.13Z\" fill=\"#C9A4F8\"/>\n<path d=\"M1063.04 1228.13L1107.57 1253.17V1303.26L1063.04 1328.3L1018.52 1303.26V1253.17L1063.04 1228.13Z\" fill=\"#CB9FF9\"/>\n<path d=\"M261.653 1228.13L306.175 1253.17V1303.26L261.653 1328.3L217.131 1303.26V1253.17L261.653 1228.13Z\" fill=\"#C4ABF5\"/>\n<path d=\"M439.74 1228.13L484.262 1253.17V1303.26L439.74 1328.3L395.218 1303.26V1253.17L439.74 1228.13Z\" fill=\"#C5ADF6\"/>\n<path d=\"M617.827 1228.13L662.349 1253.17V1303.26L617.827 1328.3L573.305 1303.26V1253.17L617.827 1228.13Z\" fill=\"#C7ABF6\"/>\n<path d=\"M795.914 1228.13L840.436 1253.17V1303.26L795.914 1328.3L751.392 1303.26V1253.17L795.914 1228.13Z\" fill=\"#C8A6F7\"/>\n<path d=\"M974.001 1228.13L1018.52 1253.17V1303.26L974.001 1328.3L929.479 1303.26V1253.17L974.001 1228.13Z\" fill=\"#CAA2F8\"/>\n<path d=\"M1152.09 1228.13L1196.61 1253.17V1303.26L1152.09 1328.3L1107.57 1303.26V1253.17L1152.09 1228.13Z\" fill=\"#CB9DF9\"/>\n<path d=\"M1240.52 1228.13L1285.04 1253.17V1303.26L1240.52 1328.3L1196 1303.26V1253.17L1240.52 1228.13Z\" fill=\"#CC9CF9\"/>\n</g>\n<defs>\n<clipPath id=\"clip0_3105_14988\">\n<rect width=\"1280\" height=\"1280\" fill=\"white\"/>\n</clipPath>\n</defs>\n</svg>";
16460
-
16461
- var HomepageLight3M_XL = "\n<svg width=\"1280\" height=\"1280\" viewBox=\"0 0 1280 1280\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" preserveAspectRatio=\"none\">\n<g clip-path=\"url(#clip0_3071_12900)\">\n<path d=\"M128.088 102.088L172.609 127.131V177.218L128.088 202.262L83.5659 177.218V127.131L128.088 102.088Z\" fill=\"#D6CFF8\"/>\n<path d=\"M38.9998 102.088L83.5215 127.131V177.218L38.9998 202.262L-5.52197 177.218V127.131L38.9998 102.088Z\" fill=\"#D6CFF8\"/>\n<path d=\"M128.088 252.348L172.609 277.391V327.478L128.088 352.522L83.5659 327.478V277.391L128.088 252.348Z\" fill=\"#CBB9F5\"/>\n<path d=\"M38.9998 252.348L83.5215 277.391V327.478L38.9998 352.522L-5.52197 327.478V277.391L38.9998 252.348Z\" fill=\"#CBB9F5\"/>\n<path d=\"M128.088 402.609L172.609 427.653V477.74L128.088 502.783L83.5659 477.74V427.653L128.088 402.609Z\" fill=\"#CBADF7\"/>\n<path d=\"M38.9998 402.609L83.5215 427.653V477.74L38.9998 502.783L-5.52197 477.74V427.653L38.9998 402.609Z\" fill=\"#CBADF7\"/>\n<path d=\"M128.088 552.869L172.609 577.913V628L128.088 653.043L83.5659 628V577.913L128.088 552.869Z\" fill=\"#BD90F9\"/>\n<path d=\"M38.9998 552.869L83.5215 577.913V628L38.9998 653.043L-5.52197 628V577.913L38.9998 552.869Z\" fill=\"#BD90F9\"/>\n<path d=\"M128.088 703.131L172.609 728.174V778.261L128.088 803.305L83.5659 778.261V728.174L128.088 703.131Z\" fill=\"#B07DF8\"/>\n<path d=\"M38.9998 703.131L83.5215 728.174V778.261L38.9998 803.305L-5.52197 778.261V728.174L38.9998 703.131Z\" fill=\"#B07DF8\"/>\n<path d=\"M128.088 853.391L172.609 878.434V928.521L128.088 953.565L83.5659 928.521V878.434L128.088 853.391Z\" fill=\"#AF77F9\"/>\n<path d=\"M38.9998 853.391L83.5215 878.434V928.521L38.9998 953.565L-5.52197 928.521V878.434L38.9998 853.391Z\" fill=\"#AF77F9\"/>\n<path d=\"M128.088 1003L172.609 1028.04V1078.13L128.088 1103.17L83.5659 1078.13V1028.04L128.088 1003Z\" fill=\"#AA6AFC\"/>\n<path d=\"M38.9998 1003L83.5215 1028.04V1078.13L38.9998 1103.17L-5.52197 1078.13V1028.04L38.9998 1003Z\" fill=\"#AA6AFC\"/>\n<path d=\"M306.175 102.088L350.697 127.131V177.218L306.175 202.262L261.653 177.218V127.131L306.175 102.088Z\" fill=\"#D9D8F7\"/>\n<path d=\"M306.175 252.348L350.697 277.391V327.478L306.175 352.522L261.653 327.478V277.391L306.175 252.348Z\" fill=\"#D9D3F7\"/>\n<path d=\"M306.175 402.609L350.697 427.653V477.74L306.175 502.783L261.653 477.74V427.653L306.175 402.609Z\" fill=\"#D9D1F8\"/>\n<path d=\"M306.175 552.869L350.697 577.913V628L306.175 653.043L261.653 628V577.913L306.175 552.869Z\" fill=\"#CEC4F6\"/>\n<path d=\"M306.175 703.131L350.697 728.174V778.261L306.175 803.305L261.653 778.261V728.174L306.175 703.131Z\" fill=\"#CDBEF5\"/>\n<path d=\"M306.175 853.391L350.697 878.434V928.521L306.175 953.565L261.653 928.521V878.434L306.175 853.391Z\" fill=\"#C8AEF8\"/>\n<path d=\"M306.175 1003L350.697 1028.04V1078.13L306.175 1103.17L261.653 1078.13V1028.04L306.175 1003Z\" fill=\"#BD97FA\"/>\n<path d=\"M484.262 102.088L528.784 127.131V177.218L484.262 202.262L439.74 177.218V127.131L484.262 102.088Z\" fill=\"#D7D8F6\"/>\n<path d=\"M484.262 252.348L528.784 277.391V327.478L484.262 352.522L439.74 327.478V277.391L484.262 252.348Z\" fill=\"#E1DBF7\"/>\n<path d=\"M484.262 402.609L528.784 427.653V477.74L484.262 502.783L439.74 477.74V427.653L484.262 402.609Z\" fill=\"#E0D1F8\"/>\n<path d=\"M484.262 552.869L528.784 577.913V628L484.262 653.043L439.74 628V577.913L484.262 552.869Z\" fill=\"#D1BFF9\"/>\n<path d=\"M484.262 703.131L528.784 728.174V778.261L484.262 803.305L439.74 778.261V728.174L484.262 703.131Z\" fill=\"#CEBAF7\"/>\n<path d=\"M484.262 853.391L528.784 878.434V928.521L484.262 953.565L439.74 928.521V878.434L484.262 853.391Z\" fill=\"#CBAFF9\"/>\n<path d=\"M484.262 1003L528.784 1028.04V1078.13L484.262 1103.17L439.74 1078.13V1028.04L484.262 1003Z\" fill=\"#C4A8F5\"/>\n<path d=\"M662.349 102.088L706.871 127.131V177.218L662.349 202.262L617.827 177.218V127.131L662.349 102.088Z\" fill=\"#E1D6F4\"/>\n<path d=\"M662.349 252.348L706.871 277.391V327.478L662.349 352.522L617.827 327.478V277.391L662.349 252.348Z\" fill=\"#ECE8F9\"/>\n<path d=\"M662.349 402.609L706.871 427.653V477.74L662.349 502.783L617.827 477.74V427.653L662.349 402.609Z\" fill=\"#E5BFF7\"/>\n<path d=\"M662.349 552.869L706.871 577.913V628L662.349 653.043L617.827 628V577.913L662.349 552.869Z\" fill=\"#D7AEFA\"/>\n<path d=\"M662.349 703.131L706.871 728.174V778.261L662.349 803.305L617.827 778.261V728.174L662.349 703.131Z\" fill=\"#D4B7FA\"/>\n<path d=\"M662.349 853.391L706.871 878.434V928.521L662.349 953.565L617.827 928.521V878.434L662.349 853.391Z\" fill=\"#CDABF8\"/>\n<path d=\"M662.349 1003L706.871 1028.04V1078.13L662.349 1103.17L617.827 1078.13V1028.04L662.349 1003Z\" fill=\"#C9AAF6\"/>\n<path d=\"M840.436 102.088L884.958 127.131V177.218L840.436 202.262L795.914 177.218V127.131L840.436 102.088Z\" fill=\"#E3C1F3\"/>\n<path d=\"M840.436 252.348L884.958 277.391V327.478L840.436 352.522L795.914 327.478V277.391L840.436 252.348Z\" fill=\"#EDE9FA\"/>\n<path d=\"M840.436 402.609L884.958 427.653V477.74L840.436 502.783L795.914 477.74V427.653L840.436 402.609Z\" fill=\"#EBD7FA\"/>\n<path d=\"M840.436 552.869L884.958 577.913V628L840.436 653.043L795.914 628V577.913L840.436 552.869Z\" fill=\"#DDB9F7\"/>\n<path d=\"M840.436 703.131L884.958 728.174V778.261L840.436 803.305L795.914 778.261V728.174L840.436 703.131Z\" fill=\"#D7A5FA\"/>\n<path d=\"M840.436 853.391L884.958 878.434V928.521L840.436 953.565L795.914 928.521V878.434L840.436 853.391Z\" fill=\"#CD9BFA\"/>\n<path d=\"M840.436 1003L884.958 1028.04V1078.13L840.436 1103.17L795.914 1078.13V1028.04L840.436 1003Z\" fill=\"#CBA5FA\"/>\n<path d=\"M1018.52 102.088L1063.04 127.131V177.218L1018.52 202.262L974.001 177.218V127.131L1018.52 102.088Z\" fill=\"#C797EB\"/>\n<path d=\"M1018.52 252.348L1063.04 277.391V327.478L1018.52 352.522L974.001 327.478V277.391L1018.52 252.348Z\" fill=\"#DBCFF5\"/>\n<path d=\"M1018.52 402.609L1063.04 427.653V477.74L1018.52 502.783L974.001 477.74V427.653L1018.52 402.609Z\" fill=\"#DEDBF8\"/>\n<path d=\"M1018.52 552.869L1063.04 577.913V628L1018.52 653.043L974.001 628V577.913L1018.52 552.869Z\" fill=\"#C1B2F3\"/>\n<path d=\"M1018.52 703.131L1063.04 728.174V778.261L1018.52 803.305L974.001 778.261V728.174L1018.52 703.131Z\" fill=\"#D0AEFA\"/>\n<path d=\"M1018.52 853.391L1063.04 878.434V928.521L1018.52 953.565L974.001 928.521V878.434L1018.52 853.391Z\" fill=\"#D6A4FB\"/>\n<path d=\"M1018.52 1003L1063.04 1028.04V1078.13L1018.52 1103.17L974.001 1078.13V1028.04L1018.52 1003Z\" fill=\"#CC9DF9\"/>\n<path d=\"M217.132 102.088L261.653 127.131V177.218L217.132 202.262L172.61 177.218V127.131L217.132 102.088Z\" fill=\"#D8D4F7\"/>\n<path d=\"M217.132 252.348L261.653 277.391V327.478L217.132 352.522L172.61 327.478V277.391L217.132 252.348Z\" fill=\"#D7D1F7\"/>\n<path d=\"M217.132 402.609L261.653 427.653V477.74L217.132 502.783L172.61 477.74V427.653L217.132 402.609Z\" fill=\"#D2C6F6\"/>\n<path d=\"M217.132 552.869L261.653 577.913V628L217.132 653.043L172.61 628V577.913L217.132 552.869Z\" fill=\"#CCBFF7\"/>\n<path d=\"M217.132 703.131L261.653 728.174V778.261L217.132 803.305L172.61 778.261V728.174L217.132 703.131Z\" fill=\"#CCBAF8\"/>\n<path d=\"M217.132 853.391L261.653 878.434V928.521L217.132 953.565L172.61 928.521V878.434L217.132 853.391Z\" fill=\"#C5A3F9\"/>\n<path d=\"M217.132 1003L261.653 1028.04V1078.13L217.132 1103.17L172.61 1078.13V1028.04L217.132 1003Z\" fill=\"#B68AF9\"/>\n<path d=\"M395.219 102.088L439.74 127.131V177.218L395.219 202.262L350.697 177.218V127.131L395.219 102.088Z\" fill=\"#D8D9F7\"/>\n<path d=\"M395.219 252.348L439.74 277.391V327.478L395.219 352.522L350.697 327.478V277.391L395.219 252.348Z\" fill=\"#DAD4F8\"/>\n<path d=\"M395.219 402.609L439.74 427.653V477.74L395.219 502.783L350.697 477.74V427.653L395.219 402.609Z\" fill=\"#DBD3F8\"/>\n<path d=\"M395.219 552.869L439.74 577.913V628L395.219 653.043L350.697 628V577.913L395.219 552.869Z\" fill=\"#CEC4F6\"/>\n<path d=\"M395.219 703.131L439.74 728.174V778.261L395.219 803.305L350.697 778.261V728.174L395.219 703.131Z\" fill=\"#CEBCF6\"/>\n<path d=\"M395.219 853.391L439.74 878.434V928.521L395.219 953.565L350.697 928.521V878.434L395.219 853.391Z\" fill=\"#C7B0F8\"/>\n<path d=\"M395.219 1003L439.74 1028.04V1078.13L395.219 1103.17L350.697 1078.13V1028.04L395.219 1003Z\" fill=\"#C09DF7\"/>\n<path d=\"M573.305 102.088L617.827 127.131V177.218L573.305 202.262L528.784 177.218V127.131L573.305 102.088Z\" fill=\"#D8D7F6\"/>\n<path d=\"M573.305 252.348L617.827 277.391V327.478L573.305 352.522L528.784 327.478V277.391L573.305 252.348Z\" fill=\"#EAE5F9\"/>\n<path d=\"M573.305 402.609L617.827 427.653V477.74L573.305 502.783L528.784 477.74V427.653L573.305 402.609Z\" fill=\"#E2C8F7\"/>\n<path d=\"M573.305 552.869L617.827 577.913V628L573.305 653.043L528.784 628V577.913L573.305 552.869Z\" fill=\"#D1B2F8\"/>\n<path d=\"M573.305 703.131L617.827 728.174V778.261L573.305 803.305L528.784 778.261V728.174L573.305 703.131Z\" fill=\"#CFB6F8\"/>\n<path d=\"M573.305 853.391L617.827 878.434V928.521L573.305 953.565L528.784 928.521V878.434L573.305 853.391Z\" fill=\"#CCB0FA\"/>\n<path d=\"M573.305 1003L617.827 1028.04V1078.13L573.305 1103.17L528.784 1078.13V1028.04L573.305 1003Z\" fill=\"#C9AFF6\"/>\n<path d=\"M751.392 102.088L795.914 127.131V177.218L751.392 202.262L706.871 177.218V127.131L751.392 102.088Z\" fill=\"#E6D0F4\"/>\n<path d=\"M751.392 252.348L795.914 277.391V327.478L751.392 352.522L706.871 327.478V277.391L751.392 252.348Z\" fill=\"#EDEBF9\"/>\n<path d=\"M751.392 402.609L795.914 427.653V477.74L751.392 502.783L706.871 477.74V427.653L751.392 402.609Z\" fill=\"#EAC8FA\"/>\n<path d=\"M751.392 552.869L795.914 577.913V628L751.392 653.043L706.871 628V577.913L751.392 552.869Z\" fill=\"#DEB4FB\"/>\n<path d=\"M751.392 703.131L795.914 728.174V778.261L751.392 803.305L706.871 778.261V728.174L751.392 703.131Z\" fill=\"#D7B3FB\"/>\n<path d=\"M751.392 853.391L795.914 878.434V928.521L751.392 953.565L706.871 928.521V878.434L751.392 853.391Z\" fill=\"#CCA1FA\"/>\n<path d=\"M751.392 1003L795.914 1028.04V1078.13L751.392 1103.17L706.871 1078.13V1028.04L751.392 1003Z\" fill=\"#C9A6F8\"/>\n<path d=\"M929.479 102.088L974.001 127.131V177.218L929.479 202.262L884.958 177.218V127.131L929.479 102.088Z\" fill=\"#D7ACF0\"/>\n<path d=\"M929.479 252.348L974.001 277.391V327.478L929.479 352.522L884.958 327.478V277.391L929.479 252.348Z\" fill=\"#EBE3FB\"/>\n<path d=\"M929.479 402.609L974.001 427.653V477.74L929.479 502.783L884.958 477.74V427.653L929.479 402.609Z\" fill=\"#E7E3FA\"/>\n<path d=\"M929.479 552.869L974.001 577.913V628L929.479 653.043L884.958 628V577.913L929.479 552.869Z\" fill=\"#D1B7F8\"/>\n<path d=\"M929.479 703.131L974.001 728.174V778.261L929.479 803.305L884.958 778.261V728.174L929.479 703.131Z\" fill=\"#D2A0F9\"/>\n<path d=\"M929.479 853.391L974.001 878.434V928.521L929.479 953.565L884.958 928.521V878.434L929.479 853.391Z\" fill=\"#D098FB\"/>\n<path d=\"M929.479 1003L974.001 1028.04V1078.13L929.479 1103.17L884.958 1078.13V1028.04L929.479 1003Z\" fill=\"#CDA3F9\"/>\n<path d=\"M1107.57 102.088L1152.09 127.131V177.218L1107.57 202.262L1063.04 177.218V127.131L1107.57 102.088Z\" fill=\"#A26AE5\"/>\n<path d=\"M1196 102.088L1240.52 127.131V177.218L1196 202.262L1151.48 177.218V127.131L1196 102.088Z\" fill=\"#B385E8\"/>\n<path d=\"M1276 102.088L1320.52 127.131V177.218L1276 202.262L1231.48 177.218V127.131L1276 102.088Z\" fill=\"#B385E8\"/>\n<path d=\"M1107.57 252.348L1152.09 277.391V327.478L1107.57 352.522L1063.04 327.478V277.391L1107.57 252.348Z\" fill=\"#C5B3EF\"/>\n<path d=\"M1196 252.348L1240.52 277.391V327.478L1196 352.522L1151.48 327.478V277.391L1196 252.348Z\" fill=\"#C5B3EF\"/>\n<path d=\"M1285 252.348L1329.52 277.391V327.478L1285 352.522L1240.48 327.478V277.391L1285 252.348Z\" fill=\"#C5B3EF\"/>\n<path d=\"M1107.57 402.609L1152.09 427.653V477.74L1107.57 502.783L1063.04 477.74V427.653L1107.57 402.609Z\" fill=\"#D0CEF6\"/>\n<path d=\"M1197 402.609L1241.52 427.653V477.74L1197 502.783L1152.48 477.74V427.653L1197 402.609Z\" fill=\"#D0CEF6\"/>\n<path d=\"M1286 402.609L1330.52 427.653V477.74L1286 502.783L1241.48 477.74V427.653L1286 402.609Z\" fill=\"#D0CEF6\"/>\n<path d=\"M1107.57 552.869L1152.09 577.913V628L1107.57 653.043L1063.04 628V577.913L1107.57 552.869Z\" fill=\"#BDB4F5\"/>\n<path d=\"M1196 552.869L1240.52 577.913V628L1196 653.043L1151.48 628V577.913L1196 552.869Z\" fill=\"#BDB4F5\"/>\n<path d=\"M1285 552.869L1329.52 577.913V628L1285 653.043L1240.48 628V577.913L1285 552.869Z\" fill=\"#BDB4F5\"/>\n<path d=\"M1107.57 703.131L1152.09 728.174V778.261L1107.57 803.305L1063.04 778.261V728.174L1107.57 703.131Z\" fill=\"#CFB3F9\"/>\n<path d=\"M1196 703.131L1240.52 728.174V778.261L1196 803.305L1151.48 778.261V728.174L1196 703.131Z\" fill=\"#CFB3F9\"/>\n<path d=\"M1285 703.131L1329.52 728.174V778.261L1285 803.305L1240.48 778.261V728.174L1285 703.131Z\" fill=\"#CFB3F9\"/>\n<path d=\"M1107.57 853.391L1152.09 878.434V928.521L1107.57 953.565L1063.04 928.521V878.434L1107.57 853.391Z\" fill=\"#DBB1F9\"/>\n<path d=\"M1196 853.391L1240.52 878.434V928.521L1196 953.565L1151.48 928.521V878.434L1196 853.391Z\" fill=\"#DBB1F9\"/>\n<path d=\"M1285 853.391L1329.52 878.434V928.521L1285 953.565L1240.48 928.521V878.434L1285 853.391Z\" fill=\"#DBB1F9\"/>\n<path d=\"M1107.57 1003L1152.09 1028.04V1078.13L1107.57 1103.17L1063.04 1078.13V1028.04L1107.57 1003Z\" fill=\"#D1A0F9\"/>\n<path d=\"M1196 1003L1240.52 1028.04V1078.13L1196 1103.17L1151.48 1078.13V1028.04L1196 1003Z\" fill=\"#D1A0F9\"/>\n<path d=\"M1284 1003L1328.52 1028.04V1078.13L1284 1103.17L1239.48 1078.13V1028.04L1284 1003Z\" fill=\"#D1A0F9\"/>\n<path d=\"M172.61 177.217L217.131 202.26V252.347L172.61 277.391L128.088 252.347V202.26L172.61 177.217Z\" fill=\"#D2C9F6\"/>\n<path d=\"M83.5217 177.217L128.043 202.26V252.347L83.5217 277.391L39 252.347V202.26L83.5217 177.217Z\" fill=\"#D2C9F6\"/>\n<path d=\"M-4.47826 177.217L40.0435 202.26V252.347L-4.47826 277.391L-49 252.347V202.26L-4.47826 177.217Z\" fill=\"#D2C9F6\"/>\n<path d=\"M172.61 327.479L217.131 352.522V402.609L172.61 427.652L128.088 402.609V352.522L172.61 327.479Z\" fill=\"#D2C6F6\"/>\n<path d=\"M83.5217 327.479L128.043 352.522V402.609L83.5217 427.652L39 402.609V352.522L83.5217 327.479Z\" fill=\"#D2C6F6\"/>\n<path d=\"M-4.47826 327.479L40.0435 352.522V402.609L-4.47826 427.652L-49 402.609V352.522L-4.47826 327.479Z\" fill=\"#D2C6F6\"/>\n<path d=\"M172.61 477.738L217.131 502.782V552.869L172.61 577.912L128.088 552.869V502.782L172.61 477.738Z\" fill=\"#CAB0F9\"/>\n<path d=\"M83.5217 477.738L128.043 502.782V552.869L83.5217 577.912L39 552.869V502.782L83.5217 477.738Z\" fill=\"#CAB0F9\"/>\n<path d=\"M-5.47826 477.738L39.0435 502.782V552.869L-5.47826 577.912L-50 552.869V502.782L-5.47826 477.738Z\" fill=\"#CAB0F9\"/>\n<path d=\"M172.61 628L217.131 653.043V703.13L172.61 728.174L128.088 703.13V653.043L172.61 628Z\" fill=\"#BEA0F7\"/>\n<path d=\"M83.5217 628L128.043 653.043V703.13L83.5217 728.174L39 703.13V653.043L83.5217 628Z\" fill=\"#BEA0F7\"/>\n<path d=\"M-5.47826 628L39.0435 653.043V703.13L-5.47826 728.174L-50 703.13V653.043L-5.47826 628Z\" fill=\"#BEA0F7\"/>\n<path d=\"M172.61 778.262L217.131 803.305V853.392L172.61 878.436L128.088 853.392V803.305L172.61 778.262Z\" fill=\"#AF76F9\"/>\n<path d=\"M83.5217 778.262L128.043 803.305V853.392L83.5217 878.436L39 853.392V803.305L83.5217 778.262Z\" fill=\"#AF76F9\"/>\n<path d=\"M-5.47826 778.262L39.0435 803.305V853.392L-5.47826 878.436L-50 853.392V803.305L-5.47826 778.262Z\" fill=\"#AF76F9\"/>\n<path d=\"M172.61 928.521L217.131 953.565V1003.65L172.61 1028.7L128.088 1003.65V953.565L172.61 928.521Z\" fill=\"#B47EFA\"/>\n<path d=\"M83.5217 928.521L128.043 953.565V1003.65L83.5217 1028.7L39 1003.65V953.565L83.5217 928.521Z\" fill=\"#B47EFA\"/>\n<path d=\"M-5.47826 928.521L39.0435 953.565V1003.65L-5.47826 1028.7L-50 1003.65V953.565L-5.47826 928.521Z\" fill=\"#B47EFA\"/>\n<path d=\"M172.61 1078.13L217.131 1103.17V1153.26L172.61 1178.3L128.088 1153.26V1103.17L172.61 1078.13Z\" fill=\"#AD7CF8\"/>\n<path d=\"M83.5217 1078.13L128.043 1103.17V1153.26L83.5217 1178.3L39 1153.26V1103.17L83.5217 1078.13Z\" fill=\"#AD7CF8\"/>\n<path d=\"M-5.47826 1078.13L39.0435 1103.17V1153.26L-5.47826 1178.3L-50 1153.26V1103.17L-5.47826 1078.13Z\" fill=\"#AD7CF8\"/>\n<path d=\"M350.697 177.217L395.218 202.26V252.347L350.697 277.391L306.175 252.347V202.26L350.697 177.217Z\" fill=\"#D9D5F8\"/>\n<path d=\"M350.697 327.479L395.218 352.522V402.609L350.697 427.652L306.175 402.609V352.522L350.697 327.479Z\" fill=\"#DDD8F8\"/>\n<path d=\"M350.697 477.738L395.218 502.782V552.869L350.697 577.912L306.175 552.869V502.782L350.697 477.738Z\" fill=\"#D3CAF7\"/>\n<path d=\"M350.697 628L395.218 653.043V703.13L350.697 728.174L306.175 703.13V653.043L350.697 628Z\" fill=\"#CCBFF5\"/>\n<path d=\"M350.697 778.262L395.218 803.305V853.392L350.697 878.436L306.175 853.392V803.305L350.697 778.262Z\" fill=\"#CDBBF7\"/>\n<path d=\"M350.697 928.521L395.218 953.565V1003.65L350.697 1028.7L306.175 1003.65V953.565L350.697 928.521Z\" fill=\"#C6A4FA\"/>\n<path d=\"M350.697 1078.13L395.218 1103.17V1153.26L350.697 1178.3L306.175 1153.26V1103.17L350.697 1078.13Z\" fill=\"#BB9FF6\"/>\n<path d=\"M528.783 177.217L573.305 202.26V252.347L528.783 277.391L484.262 252.347V202.26L528.783 177.217Z\" fill=\"#DAD9F8\"/>\n<path d=\"M528.783 327.479L573.305 352.522V402.609L528.783 427.652L484.262 402.609V352.522L528.783 327.479Z\" fill=\"#EAE0F9\"/>\n<path d=\"M528.783 477.738L573.305 502.782V552.869L528.783 577.912L484.262 552.869V502.782L528.783 477.738Z\" fill=\"#D1B2F6\"/>\n<path d=\"M528.783 628L573.305 653.043V703.13L528.783 728.174L484.262 703.13V653.043L528.783 628Z\" fill=\"#CDB9F8\"/>\n<path d=\"M528.783 778.262L573.305 803.305V853.392L528.783 878.436L484.262 853.392V803.305L528.783 778.262Z\" fill=\"#CDB6FA\"/>\n<path d=\"M528.783 928.521L573.305 953.565V1003.65L528.783 1028.7L484.262 1003.65V953.565L528.783 928.521Z\" fill=\"#CBADF7\"/>\n<path d=\"M528.783 1078.13L573.305 1103.17V1153.26L528.783 1178.3L484.262 1153.26V1103.17L528.783 1078.13Z\" fill=\"#C3ABF5\"/>\n<path d=\"M706.87 177.217L751.392 202.26V252.347L706.87 277.391L662.349 252.347V202.26L706.87 177.217Z\" fill=\"#E5DCF7\"/>\n<path d=\"M706.87 327.479L751.392 352.522V402.609L706.87 427.652L662.349 402.609V352.522L706.87 327.479Z\" fill=\"#EDE9F8\"/>\n<path d=\"M706.87 477.738L751.392 502.782V552.869L706.87 577.912L662.349 552.869V502.782L706.87 477.738Z\" fill=\"#DDAEF6\"/>\n<path d=\"M706.87 628L751.392 653.043V703.13L706.87 728.174L662.349 703.13V653.043L706.87 628Z\" fill=\"#D5AFFA\"/>\n<path d=\"M706.87 778.262L751.392 803.305V853.392L706.87 878.436L662.349 853.392V803.305L706.87 778.262Z\" fill=\"#D1AFF9\"/>\n<path d=\"M706.87 928.521L751.392 953.565V1003.65L706.87 1028.7L662.349 1003.65V953.565L706.87 928.521Z\" fill=\"#C9A3F8\"/>\n<path d=\"M706.87 1078.13L751.392 1103.17V1153.26L706.87 1178.3L662.349 1153.26V1103.17L706.87 1078.13Z\" fill=\"#C6ACF6\"/>\n<path d=\"M884.957 177.217L929.479 202.26V252.347L884.957 277.391L840.436 252.347V202.26L884.957 177.217Z\" fill=\"#E3C4F4\"/>\n<path d=\"M884.957 327.479L929.479 352.522V402.609L884.957 427.652L840.436 402.609V352.522L884.957 327.479Z\" fill=\"#EDE9FA\"/>\n<path d=\"M884.957 477.738L929.479 502.782V552.869L884.957 577.912L840.436 552.869V502.782L884.957 477.738Z\" fill=\"#DAC3F9\"/>\n<path d=\"M884.957 628L929.479 653.043V703.13L884.957 728.174L840.436 703.13V653.043L884.957 628Z\" fill=\"#D7A5FA\"/>\n<path d=\"M884.957 778.262L929.479 803.305V853.392L884.957 878.436L840.436 853.392V803.305L884.957 778.262Z\" fill=\"#D199FC\"/>\n<path d=\"M884.957 928.521L929.479 953.565V1003.65L884.957 1028.7L840.436 1003.65V953.565L884.957 928.521Z\" fill=\"#CEA2F9\"/>\n<path d=\"M884.957 1078.13L929.479 1103.17V1153.26L884.957 1178.3L840.436 1153.26V1103.17L884.957 1078.13Z\" fill=\"#C9A1F7\"/>\n<path d=\"M1063.04 177.217L1107.57 202.26V252.347L1063.04 277.391L1018.52 252.347V202.26L1063.04 177.217Z\" fill=\"#C59AEC\"/>\n<path d=\"M1063.04 327.479L1107.57 352.522V402.609L1063.04 427.652L1018.52 402.609V352.522L1063.04 327.479Z\" fill=\"#E0D9F8\"/>\n<path d=\"M1063.04 477.738L1107.57 502.782V552.869L1063.04 577.912L1018.52 552.869V502.782L1063.04 477.738Z\" fill=\"#C3C0F5\"/>\n<path d=\"M1063.04 628L1107.57 653.043V703.13L1063.04 728.174L1018.52 703.13V653.043L1063.04 628Z\" fill=\"#C5B1F6\"/>\n<path d=\"M1063.04 778.262L1107.57 803.305V853.392L1063.04 878.436L1018.52 853.392V803.305L1063.04 778.262Z\" fill=\"#D9B3FC\"/>\n<path d=\"M1063.04 928.521L1107.57 953.565V1003.65L1063.04 1028.7L1018.52 1003.65V953.565L1063.04 928.521Z\" fill=\"#D1A3FB\"/>\n<path d=\"M1063.04 1078.13L1107.57 1103.17V1153.26L1063.04 1178.3L1018.52 1153.26V1103.17L1063.04 1078.13Z\" fill=\"#CD9AF9\"/>\n<path d=\"M261.653 177.217L306.175 202.26V252.347L261.653 277.391L217.131 252.347V202.26L261.653 177.217Z\" fill=\"#D8D4F7\"/>\n<path d=\"M261.653 327.479L306.175 352.522V402.609L261.653 427.652L217.131 402.609V352.522L261.653 327.479Z\" fill=\"#DAD2F9\"/>\n<path d=\"M261.653 477.738L306.175 502.782V552.869L261.653 577.912L217.131 552.869V502.782L261.653 477.738Z\" fill=\"#D0C7F6\"/>\n<path d=\"M261.653 628L306.175 653.043V703.13L261.653 728.174L217.131 703.13V653.043L261.653 628Z\" fill=\"#CCBFF5\"/>\n<path d=\"M261.653 778.262L306.175 803.305V853.392L261.653 878.436L217.131 853.392V803.305L261.653 778.262Z\" fill=\"#CFBDF7\"/>\n<path d=\"M261.653 928.521L306.175 953.565V1003.65L261.653 1028.7L217.131 1003.65V953.565L261.653 928.521Z\" fill=\"#C09BFA\"/>\n<path d=\"M261.653 1078.13L306.175 1103.17V1153.26L261.653 1178.3L217.131 1153.26V1103.17L261.653 1078.13Z\" fill=\"#B793F5\"/>\n<path d=\"M439.74 177.217L484.262 202.26V252.347L439.74 277.391L395.218 252.347V202.26L439.74 177.217Z\" fill=\"#DBD9F8\"/>\n<path d=\"M439.74 327.479L484.262 352.522V402.609L439.74 427.652L395.218 402.609V352.522L439.74 327.479Z\" fill=\"#E5DCF7\"/>\n<path d=\"M439.74 477.738L484.262 502.782V552.869L439.74 577.912L395.218 552.869V502.782L439.74 477.738Z\" fill=\"#D1C3F6\"/>\n<path d=\"M439.74 628L484.262 653.043V703.13L439.74 728.174L395.218 703.13V653.043L439.74 628Z\" fill=\"#CCBDF7\"/>\n<path d=\"M439.74 778.262L484.262 803.305V853.392L439.74 878.436L395.218 853.392V803.305L439.74 778.262Z\" fill=\"#CDB9F8\"/>\n<path d=\"M439.74 928.521L484.262 953.565V1003.65L439.74 1028.7L395.218 1003.65V953.565L439.74 928.521Z\" fill=\"#C6A9F9\"/>\n<path d=\"M439.74 1078.13L484.262 1103.17V1153.26L439.74 1178.3L395.218 1153.26V1103.17L439.74 1078.13Z\" fill=\"#BFA4F5\"/>\n<path d=\"M617.827 177.217L662.349 202.26V252.347L617.827 277.391L573.305 252.347V202.26L617.827 177.217Z\" fill=\"#DEDBF8\"/>\n<path d=\"M617.827 327.479L662.349 352.522V402.609L617.827 427.652L573.305 402.609V352.522L617.827 327.479Z\" fill=\"#ECE2FA\"/>\n<path d=\"M617.827 477.738L662.349 502.782V552.869L617.827 577.912L573.305 552.869V502.782L617.827 477.738Z\" fill=\"#D5ACF8\"/>\n<path d=\"M617.827 628L662.349 653.043V703.13L617.827 728.174L573.305 703.13V653.043L617.827 628Z\" fill=\"#D2B5F8\"/>\n<path d=\"M617.827 778.262L662.349 803.305V853.392L617.827 878.436L573.305 853.392V803.305L617.827 778.262Z\" fill=\"#D0B5FA\"/>\n<path d=\"M617.827 928.521L662.349 953.565V1003.65L617.827 1028.7L573.305 1003.65V953.565L617.827 928.521Z\" fill=\"#CCAEF8\"/>\n<path d=\"M617.827 1078.13L662.349 1103.17V1153.26L617.827 1178.3L573.305 1153.26V1103.17L617.827 1078.13Z\" fill=\"#C6AEF6\"/>\n<path d=\"M795.914 177.217L840.436 202.26V252.347L795.914 277.391L751.392 252.347V202.26L795.914 177.217Z\" fill=\"#E9D6F6\"/>\n<path d=\"M795.914 327.479L840.436 352.522V402.609L795.914 427.652L751.392 402.609V352.522L795.914 327.479Z\" fill=\"#EDEBF9\"/>\n<path d=\"M795.914 477.738L840.436 502.782V552.869L795.914 577.912L751.392 552.869V502.782L795.914 477.738Z\" fill=\"#E1BBF8\"/>\n<path d=\"M795.914 628L840.436 653.043V703.13L795.914 728.174L751.392 703.13V653.043L795.914 628Z\" fill=\"#DCABFA\"/>\n<path d=\"M795.914 778.262L840.436 803.305V853.392L795.914 878.436L751.392 853.392V803.305L795.914 778.262Z\" fill=\"#D0A4F9\"/>\n<path d=\"M795.914 928.521L840.436 953.565V1003.65L795.914 1028.7L751.392 1003.65V953.565L795.914 928.521Z\" fill=\"#CDA3F7\"/>\n<path d=\"M795.914 1078.13L840.436 1103.17V1153.26L795.914 1178.3L751.392 1153.26V1103.17L795.914 1078.13Z\" fill=\"#C8A5F7\"/>\n<path d=\"M974.001 177.217L1018.52 202.26V252.347L974.001 277.391L929.479 252.347V202.26L974.001 177.217Z\" fill=\"#DAB7F1\"/>\n<path d=\"M974.001 327.479L1018.52 352.522V402.609L974.001 427.652L929.479 402.609V352.522L974.001 327.479Z\" fill=\"#ECE7FB\"/>\n<path d=\"M974.001 477.738L1018.52 502.782V552.869L974.001 577.912L929.479 552.869V502.782L974.001 477.738Z\" fill=\"#CEC4F6\"/>\n<path d=\"M974.001 628L1018.52 653.043V703.13L974.001 728.174L929.479 703.13V653.043L974.001 628Z\" fill=\"#CAABF7\"/>\n<path d=\"M974.001 778.262L1018.52 803.305V853.392L974.001 878.436L929.479 853.392V803.305L974.001 778.262Z\" fill=\"#D3A0FC\"/>\n<path d=\"M974.001 928.521L1018.52 953.565V1003.65L974.001 1028.7L929.479 1003.65V953.565L974.001 928.521Z\" fill=\"#D09DF9\"/>\n<path d=\"M974.001 1078.13L1018.52 1103.17V1153.26L974.001 1178.3L929.479 1153.26V1103.17L974.001 1078.13Z\" fill=\"#CB9CFA\"/>\n<path d=\"M1152.09 177.217L1196.61 202.26V252.347L1152.09 277.391L1107.57 252.347V202.26L1152.09 177.217Z\" fill=\"#B385E8\"/>\n<path d=\"M1240.52 177.217L1285.04 202.26V252.347L1240.52 277.391L1196 252.347V202.26L1240.52 177.217Z\" fill=\"#B385E8\"/>\n<path d=\"M1152.09 327.479L1196.61 352.522V402.609L1152.09 427.652L1107.57 402.609V352.522L1152.09 327.479Z\" fill=\"#CDBFF4\"/>\n<path d=\"M1240.52 327.479L1285.04 352.522V402.609L1240.52 427.652L1196 402.609V352.522L1240.52 327.479Z\" fill=\"#CDBFF4\"/>\n<path d=\"M1152.09 477.738L1196.61 502.782V552.869L1152.09 577.912L1107.57 552.869V502.782L1152.09 477.738Z\" fill=\"#BFBFF3\"/>\n<path d=\"M1240.52 477.738L1285.04 502.782V552.869L1240.52 577.912L1196 552.869V502.782L1240.52 477.738Z\" fill=\"#BFBFF3\"/>\n<path d=\"M1152.09 628L1196.61 653.043V703.13L1152.09 728.174L1107.57 703.13V653.043L1152.09 628Z\" fill=\"#C3B3F4\"/>\n<path d=\"M1240.52 628L1285.04 653.043V703.13L1240.52 728.174L1196 703.13V653.043L1240.52 628Z\" fill=\"#C3B3F4\"/>\n<path d=\"M1152.09 778.262L1196.61 803.305V853.392L1152.09 878.436L1107.57 853.392V803.305L1152.09 778.262Z\" fill=\"#D8B4FA\"/>\n<path d=\"M1240.52 778.262L1285.04 803.305V853.392L1240.52 878.436L1196 853.392V803.305L1240.52 778.262Z\" fill=\"#D8B4FA\"/>\n<path d=\"M1152.09 928.521L1196.61 953.565V1003.65L1152.09 1028.7L1107.57 1003.65V953.565L1152.09 928.521Z\" fill=\"#D7ADF8\"/>\n<path d=\"M1240.52 928.521L1285.04 953.565V1003.65L1240.52 1028.7L1196 1003.65V953.565L1240.52 928.521Z\" fill=\"#D7ADF8\"/>\n<path d=\"M1152.09 1078.13L1196.61 1103.17V1153.26L1152.09 1178.3L1107.57 1153.26V1103.17L1152.09 1078.13Z\" fill=\"#D198F9\"/>\n<path d=\"M1240.52 1078.13L1285.04 1103.17V1153.26L1240.52 1178.3L1196 1153.26V1103.17L1240.52 1078.13Z\" fill=\"#D198F9\"/>\n<path d=\"M128.088 -47L172.609 -21.9565V28.1304L128.088 53.1739L83.5659 28.1304V-21.9565L128.088 -47Z\" fill=\"#D8D4F7\"/>\n<path d=\"M38.9998 -47L83.5215 -21.9565V28.1304L38.9998 53.1739L-5.52197 28.1304V-21.9565L38.9998 -47Z\" fill=\"#D6CFF8\"/>\n<path d=\"M306.175 -47L350.697 -21.9565V28.1304L306.175 53.1739L261.653 28.1304V-21.9565L306.175 -47Z\" fill=\"#D8D9F7\"/>\n<path d=\"M484.262 -47L528.784 -21.9565V28.1304L484.262 53.1739L439.74 28.1304V-21.9565L484.262 -47Z\" fill=\"#D8D7F6\"/>\n<path d=\"M662.349 -47L706.871 -21.9565V28.1304L662.349 53.1739L617.827 28.1304V-21.9565L662.349 -47Z\" fill=\"#E6D0F4\"/>\n<path d=\"M840.436 -47L884.958 -21.9565V28.1304L840.436 53.1739L795.914 28.1304V-21.9565L840.436 -47Z\" fill=\"#D7ACF0\"/>\n<path d=\"M1018.52 -47L1063.04 -21.9565V28.1304L1018.52 53.1739L974.001 28.1304V-21.9565L1018.52 -47Z\" fill=\"#A26AE5\"/>\n<path d=\"M217.132 -47L261.653 -21.9565V28.1304L217.132 53.1739L172.61 28.1304V-21.9565L217.132 -47Z\" fill=\"#D8D4F7\"/>\n<path d=\"M395.219 -47L439.74 -21.9565V28.1304L395.219 53.1739L350.697 28.1304V-21.9565L395.219 -47Z\" fill=\"#D7D8F6\"/>\n<path d=\"M573.305 -47L617.827 -21.9565V28.1304L573.305 53.1739L528.784 28.1304V-21.9565L573.305 -47Z\" fill=\"#E1D6F4\"/>\n<path d=\"M751.392 -47L795.914 -21.9565V28.1304L751.392 53.1739L706.871 28.1304V-21.9565L751.392 -47Z\" fill=\"#E3C1F3\"/>\n<path d=\"M929.479 -47L974.001 -21.9565V28.1304L929.479 53.1739L884.958 28.1304V-21.9565L929.479 -47Z\" fill=\"#C797EB\"/>\n<path d=\"M1107.57 -47L1152.09 -21.9565V28.1304L1107.57 53.1739L1063.04 28.1304V-21.9565L1107.57 -47Z\" fill=\"#A26AE5\"/>\n<path d=\"M1196 -47L1240.52 -21.9565V28.1304L1196 53.1739L1151.48 28.1304V-21.9565L1196 -47Z\" fill=\"#A26AE5\"/>\n<path d=\"M1285 -47L1329.52 -21.9565V28.1304L1285 53.1739L1240.48 28.1304V-21.9565L1285 -47Z\" fill=\"#A26AE5\"/>\n<path d=\"M172.61 28.1289L217.131 53.1724V103.259L172.61 128.303L128.088 103.259V53.1724L172.61 28.1289Z\" fill=\"#D8D4F7\"/>\n<path d=\"M83.5217 28.1289L128.043 53.1724V103.259L83.5217 128.303L39 103.259V53.1724L83.5217 28.1289Z\" fill=\"#D6CFF8\"/>\n<path d=\"M-5.47826 28.1289L39.0435 53.1724V103.259L-5.47826 128.303L-50 103.259V53.1724L-5.47826 28.1289Z\" fill=\"#D6CFF8\"/>\n<path d=\"M350.697 28.1289L395.218 53.1724V103.259L350.697 128.303L306.175 103.259V53.1724L350.697 28.1289Z\" fill=\"#D8D9F7\"/>\n<path d=\"M528.783 28.1289L573.305 53.1724V103.259L528.783 128.303L484.262 103.259V53.1724L528.783 28.1289Z\" fill=\"#D8D7F6\"/>\n<path d=\"M706.87 28.1289L751.392 53.1724V103.259L706.87 128.303L662.349 103.259V53.1724L706.87 28.1289Z\" fill=\"#E6D0F4\"/>\n<path d=\"M884.957 28.1289L929.479 53.1724V103.259L884.957 128.303L840.436 103.259V53.1724L884.957 28.1289Z\" fill=\"#D7ACF0\"/>\n<path d=\"M1063.04 28.1289L1107.57 53.1724V103.259L1063.04 128.303L1018.52 103.259V53.1724L1063.04 28.1289Z\" fill=\"#A26AE5\"/>\n<path d=\"M261.653 28.1289L306.175 53.1724V103.259L261.653 128.303L217.131 103.259V53.1724L261.653 28.1289Z\" fill=\"#D9D8F7\"/>\n<path d=\"M439.74 28.1289L484.262 53.1724V103.259L439.74 128.303L395.218 103.259V53.1724L439.74 28.1289Z\" fill=\"#D7D8F6\"/>\n<path d=\"M617.827 28.1289L662.349 53.1724V103.259L617.827 128.303L573.305 103.259V53.1724L617.827 28.1289Z\" fill=\"#E1D6F4\"/>\n<path d=\"M795.914 28.1289L840.436 53.1724V103.259L795.914 128.303L751.392 103.259V53.1724L795.914 28.1289Z\" fill=\"#E3C1F3\"/>\n<path d=\"M974.001 28.1289L1018.52 53.1724V103.259L974.001 128.303L929.479 103.259V53.1724L974.001 28.1289Z\" fill=\"#C797EB\"/>\n<path d=\"M1152.09 28.1289L1196.61 53.1724V103.259L1152.09 128.303L1107.57 103.259V53.1724L1152.09 28.1289Z\" fill=\"#A26AE5\"/>\n<path d=\"M1240.52 28.1289L1285.04 53.1724V103.259L1240.52 128.303L1196 103.259V53.1724L1240.52 28.1289Z\" fill=\"#A26AE5\"/>\n<path d=\"M128.088 1153L172.609 1178.04V1228.13L128.088 1253.17L83.5659 1228.13V1178.04L128.088 1153Z\" fill=\"#AD7CF8\"/>\n<path d=\"M38.9998 1153L83.5215 1178.04V1228.13L38.9998 1253.17L-5.52197 1228.13V1178.04L38.9998 1153Z\" fill=\"#AD7CF8\"/>\n<path d=\"M-5.00024 1228L39.5215 1253.04V1303.13L-5.00024 1328.17L-49.522 1303.13V1253.04L-5.00024 1228Z\" fill=\"#AD7CF8\"/>\n<path d=\"M306.175 1153L350.697 1178.04V1228.13L306.175 1253.17L261.653 1228.13V1178.04L306.175 1153Z\" fill=\"#BB9FF6\"/>\n<path d=\"M484.262 1153L528.784 1178.04V1228.13L484.262 1253.17L439.74 1228.13V1178.04L484.262 1153Z\" fill=\"#BFA4F5\"/>\n<path d=\"M662.349 1153L706.871 1178.04V1228.13L662.349 1253.17L617.827 1228.13V1178.04L662.349 1153Z\" fill=\"#C6AEF6\"/>\n<path d=\"M840.436 1153L884.958 1178.04V1228.13L840.436 1253.17L795.914 1228.13V1178.04L840.436 1153Z\" fill=\"#C8A5F7\"/>\n<path d=\"M1018.52 1153L1063.04 1178.04V1228.13L1018.52 1253.17L974.001 1228.13V1178.04L1018.52 1153Z\" fill=\"#CB9CFA\"/>\n<path d=\"M217.132 1153L261.653 1178.04V1228.13L217.132 1253.17L172.61 1228.13V1178.04L217.132 1153Z\" fill=\"#B793F5\"/>\n<path d=\"M395.219 1153L439.74 1178.04V1228.13L395.219 1253.17L350.697 1228.13V1178.04L395.219 1153Z\" fill=\"#BB9FF6\"/>\n<path d=\"M573.305 1153L617.827 1178.04V1228.13L573.305 1253.17L528.784 1228.13V1178.04L573.305 1153Z\" fill=\"#C3ABF5\"/>\n<path d=\"M751.392 1153L795.914 1178.04V1228.13L751.392 1253.17L706.871 1228.13V1178.04L751.392 1153Z\" fill=\"#C6ACF6\"/>\n<path d=\"M929.479 1153L974.001 1178.04V1228.13L929.479 1253.17L884.958 1228.13V1178.04L929.479 1153Z\" fill=\"#C9A1F7\"/>\n<path d=\"M1107.57 1153L1152.09 1178.04V1228.13L1107.57 1253.17L1063.04 1228.13V1178.04L1107.57 1153Z\" fill=\"#CD9AF9\"/>\n<path d=\"M1196 1153L1240.52 1178.04V1228.13L1196 1253.17L1151.48 1228.13V1178.04L1196 1153Z\" fill=\"#D198F9\"/>\n<path d=\"M1285 1153L1329.52 1178.04V1228.13L1285 1253.17L1240.48 1228.13V1178.04L1285 1153Z\" fill=\"#D198F9\"/>\n<path d=\"M172.61 1228.13L217.131 1253.17V1303.26L172.61 1328.3L128.088 1303.26V1253.17L172.61 1228.13Z\" fill=\"#B793F5\"/>\n<path d=\"M83.5217 1228.13L128.043 1253.17V1303.26L83.5217 1328.3L39 1303.26V1253.17L83.5217 1228.13Z\" fill=\"#AD7CF8\"/>\n<path d=\"M350.697 1228.13L395.218 1253.17V1303.26L350.697 1328.3L306.175 1303.26V1253.17L350.697 1228.13Z\" fill=\"#BB9FF6\"/>\n<path d=\"M528.783 1228.13L573.305 1253.17V1303.26L528.783 1328.3L484.262 1303.26V1253.17L528.783 1228.13Z\" fill=\"#BFA4F5\"/>\n<path d=\"M706.87 1228.13L751.392 1253.17V1303.26L706.87 1328.3L662.349 1303.26V1253.17L706.87 1228.13Z\" fill=\"#C6AEF6\"/>\n<path d=\"M884.957 1228.13L929.479 1253.17V1303.26L884.957 1328.3L840.436 1303.26V1253.17L884.957 1228.13Z\" fill=\"#C8A5F7\"/>\n<path d=\"M1063.04 1228.13L1107.57 1253.17V1303.26L1063.04 1328.3L1018.52 1303.26V1253.17L1063.04 1228.13Z\" fill=\"#CB9CFA\"/>\n<path d=\"M261.653 1228.13L306.175 1253.17V1303.26L261.653 1328.3L217.131 1303.26V1253.17L261.653 1228.13Z\" fill=\"#B793F5\"/>\n<path d=\"M439.74 1228.13L484.262 1253.17V1303.26L439.74 1328.3L395.218 1303.26V1253.17L439.74 1228.13Z\" fill=\"#BB9FF6\"/>\n<path d=\"M617.827 1228.13L662.349 1253.17V1303.26L617.827 1328.3L573.305 1303.26V1253.17L617.827 1228.13Z\" fill=\"#C3ABF5\"/>\n<path d=\"M795.914 1228.13L840.436 1253.17V1303.26L795.914 1328.3L751.392 1303.26V1253.17L795.914 1228.13Z\" fill=\"#C6ACF6\"/>\n<path d=\"M974.001 1228.13L1018.52 1253.17V1303.26L974.001 1328.3L929.479 1303.26V1253.17L974.001 1228.13Z\" fill=\"#C9A1F7\"/>\n<path d=\"M1152.09 1228.13L1196.61 1253.17V1303.26L1152.09 1328.3L1107.57 1303.26V1253.17L1152.09 1228.13Z\" fill=\"#CD9AF9\"/>\n<path d=\"M1240.52 1228.13L1285.04 1253.17V1303.26L1240.52 1328.3L1196 1303.26V1253.17L1240.52 1228.13Z\" fill=\"#D198F9\"/>\n</g>\n<defs>\n<clipPath id=\"clip0_3071_12900\">\n<rect width=\"1280\" height=\"1280\" fill=\"white\"/>\n</clipPath>\n</defs>\n</svg>";
16462
-
16463
- var ProductpageLight1 = "<svg\n viewBox=\"0 0 1280 1280\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n preserveAspectRatio=\"none\"\n>\n <g clipPath=\"url(#clip0_6783_1214)\">\n <path\n d=\"M71.2233 23.4434L183.189 88.1695V217.622L71.2233 282.348L-40.7422 217.622V88.1695L71.2233 23.4434Z\"\n fill=\"#E2E9FA\"\n />\n <path\n d=\"M185.223 -169.557L297.189 -104.831V24.6217L185.223 89.3477L73.2578 24.6217V-104.831L185.223 -169.557Z\"\n fill=\"#E2E9FA\"\n />\n <path\n d=\"M0.223249 -193.557L112.189 -128.831V0.62165L0.223249 65.3477L-111.742 0.62165V-128.831L0.223249 -193.557Z\"\n fill=\"#E2E9FA\"\n />\n <path\n d=\"M71.2233 409.033L183.189 473.759V603.211L71.2233 667.938L-40.7422 603.211V473.759L71.2233 409.033Z\"\n fill=\"#E2EDF9\"\n />\n <path\n d=\"M71.2233 795.176L183.189 859.764V988.939L71.2233 1053.53L-40.7422 988.939V859.764L71.2233 795.176Z\"\n fill=\"#E8EFF8\"\n />\n <path\n d=\"M182.919 216.621L294.884 281.209V410.384L182.919 474.972L70.9531 410.384V281.209L182.919 216.621Z\"\n fill=\"#E4EDFC\"\n />\n <path\n d=\"M-40.0814 217.621L71.884 282.209V411.384L-40.0814 475.972L-152.047 411.384V282.209L-40.0814 217.621Z\"\n fill=\"#E4EDFC\"\n />\n <path\n d=\"M182.919 603.211L294.884 667.937V797.389L182.919 862.115L70.9531 797.389V667.937L182.919 603.211Z\"\n fill=\"#E5EEFA\"\n />\n <path\n d=\"M-40.0814 602.211L71.884 666.937V796.389L-40.0814 861.115L-152.047 796.389V666.937L-40.0814 602.211Z\"\n fill=\"#E5EEFA\"\n />\n <path\n d=\"M182.919 988.801L294.884 1053.53V1182.98L182.919 1247.71L70.9531 1182.98V1053.53L182.919 988.801Z\"\n fill=\"#EBF2F8\"\n />\n <path\n d=\"M70.9186 1181.8L182.884 1246.53V1375.98L70.9186 1440.71L-41.0469 1375.98V1246.53L70.9186 1181.8Z\"\n fill=\"#EBF2F8\"\n />\n <path\n d=\"M-40.0814 987.801L71.884 1052.53V1181.98L-40.0814 1246.71L-152.047 1181.98V1052.53L-40.0814 987.801Z\"\n fill=\"#EBF2F8\"\n />\n <path\n d=\"M295.161 23.4434L407.126 88.1695V217.622L295.161 282.348L183.195 217.622V88.1695L295.161 23.4434Z\"\n fill=\"#E5E9FB\"\n />\n <path\n d=\"M295.161 409.033L407.126 473.759V603.211L295.161 667.938L183.195 603.211V473.759L295.161 409.033Z\"\n fill=\"#E3EBFA\"\n />\n <path\n d=\"M295.161 795.176L407.126 859.764V988.939L295.161 1053.53L183.195 988.939V859.764L295.161 795.176Z\"\n fill=\"#E8EEF9\"\n />\n <path\n d=\"M406.848 217.621L518.814 282.209V411.384L406.848 475.972L294.883 411.384V282.209L406.848 217.621Z\"\n fill=\"#E8E9FB\"\n />\n <path\n d=\"M406.848 603.211L518.814 667.937V797.389L406.848 862.115L294.883 797.389V667.937L406.848 603.211Z\"\n fill=\"#E6EAF9\"\n />\n <path\n d=\"M406.848 988.801L518.814 1053.53V1182.98L406.848 1247.71L294.883 1182.98V1053.53L406.848 988.801Z\"\n fill=\"#ECEFF8\"\n />\n <path\n d=\"M518.848 1182.8L630.814 1247.53V1376.98L518.848 1441.71L406.883 1376.98V1247.53L518.848 1182.8Z\"\n fill=\"#ECEFF8\"\n />\n <path\n d=\"M294.848 1182.8L406.814 1247.53V1376.98L294.848 1441.71L182.883 1376.98V1247.53L294.848 1182.8Z\"\n fill=\"#ECEFF8\"\n />\n <path\n d=\"M519.09 23.4434L631.056 88.1695V217.622L519.09 282.348L407.125 217.622V88.1695L519.09 23.4434Z\"\n fill=\"#EEE6FA\"\n />\n <path\n d=\"M408.965 -169L520.931 -104.274V25.1783L408.965 89.9044L297 25.1783V-104.274L408.965 -169Z\"\n fill=\"#EEE6FA\"\n />\n <path\n d=\"M519.09 409.033L631.056 473.759V603.211L519.09 667.938L407.125 603.211V473.759L519.09 409.033Z\"\n fill=\"#E9E7F9\"\n />\n <path\n d=\"M519.09 795.176L631.056 859.764V988.939L519.09 1053.53L407.125 988.939V859.764L519.09 795.176Z\"\n fill=\"#ECEDF9\"\n />\n <path\n d=\"M630.778 217.621L742.743 282.209V411.384L630.778 475.972L518.812 411.384V282.209L630.778 217.621Z\"\n fill=\"#EFE4FA\"\n />\n <path\n d=\"M630.778 602.211L742.743 666.937V796.389L630.778 861.115L518.812 796.389V666.937L630.778 602.211Z\"\n fill=\"#ECE8F8\"\n />\n <path\n d=\"M630.778 988.801L742.743 1053.53V1182.98L630.778 1247.71L518.812 1182.98V1053.53L630.778 988.801Z\"\n fill=\"#F0EEF9\"\n />\n <path\n d=\"M742.778 1181.8L854.743 1246.53V1375.98L742.778 1440.71L630.812 1375.98V1246.53L742.778 1181.8Z\"\n fill=\"#F0EEF9\"\n />\n <path\n d=\"M743.02 23.4434L854.986 88.1695V217.622L743.02 282.348L631.055 217.622V88.1695L743.02 23.4434Z\"\n fill=\"#F4E4FB\"\n />\n <path\n d=\"M855.02 -169.557L966.986 -104.831V24.6217L855.02 89.3477L743.055 24.6217V-104.831L855.02 -169.557Z\"\n fill=\"#F4E4FB\"\n />\n <path\n d=\"M632.02 -169.557L743.986 -104.831V24.6217L632.02 89.3477L520.055 24.6217V-104.831L632.02 -169.557Z\"\n fill=\"#F4E4FB\"\n />\n <path\n d=\"M743.02 409.033L854.986 473.759V603.211L743.02 667.938L631.055 603.211V473.759L743.02 409.033Z\"\n fill=\"#EFE3F8\"\n />\n <path\n d=\"M743.02 795.176L854.986 859.764V988.939L743.02 1053.53L631.055 988.939V859.764L743.02 795.176Z\"\n fill=\"#F0EBF8\"\n />\n <path\n d=\"M854.708 217.621L966.673 282.209V411.384L854.708 475.972L742.742 411.384V282.209L854.708 217.621Z\"\n fill=\"#F5E1FA\"\n />\n <path\n d=\"M854.708 602.211L966.673 666.937V796.389L854.708 861.115L742.742 796.389V666.937L854.708 602.211Z\"\n fill=\"#F2E6F7\"\n />\n <path\n d=\"M854.708 988.801L966.673 1053.53V1182.98L854.708 1247.71L742.742 1182.98V1053.53L854.708 988.801Z\"\n fill=\"#F4EEF8\"\n />\n <path\n d=\"M966.708 1181.8L1078.67 1246.53V1375.98L966.708 1440.71L854.742 1375.98V1246.53L966.708 1181.8Z\"\n fill=\"#F4EEF8\"\n />\n <path\n d=\"M1078.71 987.801L1190.67 1052.53V1181.98L1078.71 1246.71L966.742 1181.98V1052.53L1078.71 987.801Z\"\n fill=\"#F3EEF5\"\n />\n <path\n d=\"M1190.71 1181.8L1302.67 1246.53V1375.98L1190.71 1440.71L1078.74 1375.98V1246.53L1190.71 1181.8Z\"\n fill=\"#F3EEF5\"\n />\n <path\n d=\"M1301.71 987.801L1413.67 1052.53V1181.98L1301.71 1246.71L1189.74 1181.98V1052.53L1301.71 987.801Z\"\n fill=\"#F3EEF5\"\n />\n <path\n d=\"M966.95 23.4434L1078.92 88.1695V217.622L966.95 282.348L854.984 217.622V88.1695L966.95 23.4434Z\"\n fill=\"#F8DFFA\"\n />\n <path\n d=\"M1078.95 -170.557L1190.92 -105.831V23.6217L1078.95 88.3477L966.984 23.6217V-105.831L1078.95 -170.557Z\"\n fill=\"#F8DFFA\"\n />\n <path\n d=\"M966.95 409.033L1078.92 473.759V603.211L966.95 667.938L854.984 603.211V473.759L966.95 409.033Z\"\n fill=\"#F4E2F7\"\n />\n <path\n d=\"M966.95 795.176L1078.92 859.764V988.939L966.95 1053.53L854.984 988.939V859.764L966.95 795.176Z\"\n fill=\"#F4EBF7\"\n />\n <path\n d=\"M1078.64 217.621L1190.6 282.209V411.384L1078.64 475.972L966.672 411.384V282.209L1078.64 217.621Z\"\n fill=\"#F7E0F8\"\n />\n <path\n d=\"M1302.64 216.621L1414.6 281.209V410.384L1302.64 474.972L1190.67 410.384V281.209L1302.64 216.621Z\"\n fill=\"#F7E0F8\"\n />\n <path\n d=\"M1078.64 603.211L1190.6 667.937V797.389L1078.64 862.115L966.672 797.389V667.937L1078.64 603.211Z\"\n fill=\"#F5E7F6\"\n />\n <path\n d=\"M1301.64 602.211L1413.6 666.937V796.389L1301.64 861.115L1189.67 796.389V666.937L1301.64 602.211Z\"\n fill=\"#F5E7F6\"\n />\n <path\n d=\"M1190.88 23.4434L1302.84 88.1695V217.622L1190.88 282.348L1078.91 217.622V88.1695L1190.88 23.4434Z\"\n fill=\"#F8DFF8\"\n />\n <path\n d=\"M1302.88 -170.557L1414.84 -105.831V23.6217L1302.88 88.3477L1190.91 23.6217V-105.831L1302.88 -170.557Z\"\n fill=\"#F8DFF8\"\n />\n <path\n d=\"M1189.88 410.033L1301.84 474.759V604.211L1189.88 668.938L1077.91 604.211V474.759L1189.88 410.033Z\"\n fill=\"#F5E3F6\"\n />\n <path\n d=\"M1190.88 795.176L1302.84 859.764V988.939L1190.88 1053.53L1078.91 988.939V859.764L1190.88 795.176Z\"\n fill=\"#F6ECF7\"\n />\n </g>\n <defs>\n <clipPath id=\"clip0_6783_1214\">\n <rect width=\"1280\" height=\"1280\" fill=\"white\" />\n </clipPath>\n </defs>\n</svg>";
16464
-
16465
- var ProductpageLight2 = "<svg\n viewBox=\"0 0 1280 1280\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n preserveAspectRatio=\"none\"\n>\n <g clipPath=\"url(#clip0_6783_1351)\">\n <path\n d=\"M71.2233 23.4434L183.189 88.1695V217.622L71.2233 282.348L-40.7422 217.622V88.1695L71.2233 23.4434Z\"\n fill=\"#F9EDF5\"\n />\n <path\n d=\"M183.223 -170.557L295.189 -105.831V23.6217L183.223 88.3477L71.2578 23.6217V-105.831L183.223 -170.557Z\"\n fill=\"#F9EDF5\"\n />\n <path\n d=\"M-40.7768 -170.557L71.1887 -105.831V23.6217L-40.7768 88.3477L-152.742 23.6217V-105.831L-40.7768 -170.557Z\"\n fill=\"#F9EDF5\"\n />\n <path\n d=\"M71.2233 409.033L183.189 473.759V603.211L71.2233 667.938L-40.7422 603.211V473.759L71.2233 409.033Z\"\n fill=\"#FEEBF9\"\n />\n <path\n d=\"M71.2233 795.176L183.189 859.764V988.939L71.2233 1053.53L-40.7422 988.939V859.764L71.2233 795.176Z\"\n fill=\"#FEECFB\"\n />\n <path\n d=\"M182.919 217.621L294.884 282.209V411.384L182.919 475.972L70.9531 411.384V282.209L182.919 217.621Z\"\n fill=\"#FDEDF8\"\n />\n <path\n d=\"M-41.0814 216.621L70.884 281.209V410.384L-41.0814 474.972L-153.047 410.384V281.209L-41.0814 216.621Z\"\n fill=\"#FDEDF8\"\n />\n <path\n d=\"M182.919 603.211L294.884 667.937V797.389L182.919 862.115L70.9531 797.389V667.937L182.919 603.211Z\"\n fill=\"#FEEBFA\"\n />\n <path\n d=\"M-41.0814 602.211L70.884 666.937V796.389L-41.0814 861.115L-153.047 796.389V666.937L-41.0814 602.211Z\"\n fill=\"#FEEBFA\"\n />\n <path\n d=\"M182.919 988.801L294.884 1053.53V1182.98L182.919 1247.71L70.9531 1182.98V1053.53L182.919 988.801Z\"\n fill=\"#FCEBFA\"\n />\n <path\n d=\"M-40.0814 988.801L71.884 1053.53V1182.98L-40.0814 1247.71L-152.047 1182.98V1053.53L-40.0814 988.801Z\"\n fill=\"#FCEBFA\"\n />\n <path\n d=\"M70.9186 1182.8L182.884 1247.53V1376.98L70.9186 1441.71L-41.0469 1376.98V1247.53L70.9186 1182.8Z\"\n fill=\"#FCEBFA\"\n />\n <path\n d=\"M295.161 23.4434L407.126 88.1695V217.622L295.161 282.348L183.195 217.622V88.1695L295.161 23.4434Z\"\n fill=\"#FCEDF7\"\n />\n <path\n d=\"M295.161 409.033L407.126 473.759V603.211L295.161 667.938L183.195 603.211V473.759L295.161 409.033Z\"\n fill=\"#FEEBF8\"\n />\n <path\n d=\"M295.161 795.176L407.126 859.764V988.939L295.161 1053.53L183.195 988.939V859.764L295.161 795.176Z\"\n fill=\"#FEEBFA\"\n />\n <path\n d=\"M406.848 217.621L518.814 282.209V411.384L406.848 475.972L294.883 411.384V282.209L406.848 217.621Z\"\n fill=\"#FCEBF6\"\n />\n <path\n d=\"M406.848 603.211L518.814 667.937V797.389L406.848 862.115L294.883 797.389V667.937L406.848 603.211Z\"\n fill=\"#FDEAF8\"\n />\n <path\n d=\"M406.848 988.801L518.814 1053.53V1182.98L406.848 1247.71L294.883 1182.98V1053.53L406.848 988.801Z\"\n fill=\"#FDEBFA\"\n />\n <path\n d=\"M294.848 1182.8L406.814 1247.53V1376.98L294.848 1441.71L182.883 1376.98V1247.53L294.848 1182.8Z\"\n fill=\"#FDEBFA\"\n />\n <path\n d=\"M518.848 1182.8L630.814 1247.53V1376.98L518.848 1441.71L406.883 1376.98V1247.53L518.848 1182.8Z\"\n fill=\"#FDEBFA\"\n />\n <path\n d=\"M519.09 23.4434L631.056 88.1695V217.622L519.09 282.348L407.125 217.622V88.1695L519.09 23.4434Z\"\n fill=\"#FCECF5\"\n />\n <path\n d=\"M407.09 -170.557L519.056 -105.831V23.6217L407.09 88.3477L295.125 23.6217V-105.831L407.09 -170.557Z\"\n fill=\"#FCECF5\"\n />\n <path\n d=\"M519.09 409.033L631.056 473.759V603.211L519.09 667.938L407.125 603.211V473.759L519.09 409.033Z\"\n fill=\"#FDE9F6\"\n />\n <path\n d=\"M519.09 795.176L631.056 859.764V988.939L519.09 1053.53L407.125 988.939V859.764L519.09 795.176Z\"\n fill=\"#FDEAFA\"\n />\n <path\n d=\"M630.778 217.621L742.743 282.209V411.384L630.778 475.972L518.812 411.384V282.209L630.778 217.621Z\"\n fill=\"#FCEAF4\"\n />\n <path\n d=\"M630.778 603.211L742.743 667.937V797.389L630.778 862.115L518.812 797.389V667.937L630.778 603.211Z\"\n fill=\"#FCE9F7\"\n />\n <path\n d=\"M630.778 988.801L742.743 1053.53V1182.98L630.778 1247.71L518.812 1182.98V1053.53L630.778 988.801Z\"\n fill=\"#FCEAFA\"\n />\n <path\n d=\"M742.778 1182.8L854.743 1247.53V1376.98L742.778 1441.71L630.812 1376.98V1247.53L742.778 1182.8Z\"\n fill=\"#FCEAFA\"\n />\n <path\n d=\"M743.02 23.4434L854.986 88.1695V217.622L743.02 282.348L631.055 217.622V88.1695L743.02 23.4434Z\"\n fill=\"#FBEAF3\"\n />\n <path\n d=\"M855.02 -170.557L966.986 -105.831V23.6217L855.02 88.3477L743.055 23.6217V-105.831L855.02 -170.557Z\"\n fill=\"#FBEAF3\"\n />\n <path\n d=\"M631.02 -170.557L742.986 -105.831V23.6217L631.02 88.3477L519.055 23.6217V-105.831L631.02 -170.557Z\"\n fill=\"#FBEAF3\"\n />\n <path\n d=\"M743.02 409.033L854.986 473.759V603.211L743.02 667.938L631.055 603.211V473.759L743.02 409.033Z\"\n fill=\"#FBE9F4\"\n />\n <path\n d=\"M743.02 795.176L854.986 859.764V988.939L743.02 1053.53L631.055 988.939V859.764L743.02 795.176Z\"\n fill=\"#FCE9F8\"\n />\n <path\n d=\"M854.708 217.621L966.673 282.209V411.384L854.708 475.972L742.742 411.384V282.209L854.708 217.621Z\"\n fill=\"#FBE9F2\"\n />\n <path\n d=\"M854.708 603.211L966.673 667.937V797.389L854.708 862.115L742.742 797.389V667.937L854.708 603.211Z\"\n fill=\"#FBE8F5\"\n />\n <path\n d=\"M854.708 988.801L966.673 1053.53V1182.98L854.708 1247.71L742.742 1182.98V1053.53L854.708 988.801Z\"\n fill=\"#FBEAF8\"\n />\n <path\n d=\"M966.708 1182.8L1078.67 1247.53V1376.98L966.708 1441.71L854.742 1376.98V1247.53L966.708 1182.8Z\"\n fill=\"#FBEAF8\"\n />\n <path\n d=\"M1078.71 988.801L1190.67 1053.53V1182.98L1078.71 1247.71L966.742 1182.98V1053.53L1078.71 988.801Z\"\n fill=\"#FAEAF7\"\n />\n <path\n d=\"M1302.71 988.801L1414.67 1053.53V1182.98L1302.71 1247.71L1190.74 1182.98V1053.53L1302.71 988.801Z\"\n fill=\"#FAEAF7\"\n />\n <path\n d=\"M1190.71 1182.8L1302.67 1247.53V1376.98L1190.71 1441.71L1078.74 1376.98V1247.53L1190.71 1182.8Z\"\n fill=\"#FAEAF7\"\n />\n <path\n d=\"M966.95 23.4434L1078.92 88.1695V217.622L966.95 282.348L854.984 217.622V88.1695L966.95 23.4434Z\"\n fill=\"#FBEAF2\"\n />\n <path\n d=\"M1078.95 -170.557L1190.92 -105.831V23.6217L1078.95 88.3477L966.984 23.6217V-105.831L1078.95 -170.557Z\"\n fill=\"#FBEAF2\"\n />\n <path\n d=\"M966.95 409.033L1078.92 473.759V603.211L966.95 667.938L854.984 603.211V473.759L966.95 409.033Z\"\n fill=\"#FAE8F3\"\n />\n <path\n d=\"M966.95 795.176L1078.92 859.764V988.939L966.95 1053.53L854.984 988.939V859.764L966.95 795.176Z\"\n fill=\"#FBE9F6\"\n />\n <path\n d=\"M1078.64 217.621L1190.6 282.209V411.384L1078.64 475.972L966.672 411.384V282.209L1078.64 217.621Z\"\n fill=\"#F9E9F1\"\n />\n <path\n d=\"M1301.64 216.621L1413.6 281.209V410.384L1301.64 474.972L1189.67 410.384V281.209L1301.64 216.621Z\"\n fill=\"#F9E9F1\"\n />\n <path\n d=\"M1078.64 602.211L1190.6 666.937V796.389L1078.64 861.115L966.672 796.389V666.937L1078.64 602.211Z\"\n fill=\"#F9E8F4\"\n />\n <path\n d=\"M1301.64 603.211L1413.6 667.937V797.389L1301.64 862.115L1189.67 797.389V667.937L1301.64 603.211Z\"\n fill=\"#F9E8F4\"\n />\n <path\n d=\"M1190.88 23.4434L1302.84 88.1695V217.622L1190.88 282.348L1078.91 217.622V88.1695L1190.88 23.4434Z\"\n fill=\"#F7EBF0\"\n />\n <path\n d=\"M1302.88 -170.557L1414.84 -105.831V23.6217L1302.88 88.3477L1190.91 23.6217V-105.831L1302.88 -170.557Z\"\n fill=\"#F7EBF0\"\n />\n <path\n d=\"M1190.88 409.033L1302.84 473.759V603.211L1190.88 667.938L1078.91 603.211V473.759L1190.88 409.033Z\"\n fill=\"#F8E7F0\"\n />\n <path\n d=\"M1190.88 795.176L1302.84 859.764V988.939L1190.88 1053.53L1078.91 988.939V859.764L1190.88 795.176Z\"\n fill=\"#F8E8F5\"\n />\n </g>\n <defs>\n <clipPath id=\"clip0_6783_1351\">\n <rect width=\"1280\" height=\"1280\" fill=\"white\" />\n </clipPath>\n </defs>\n</svg>";
16466
-
16467
- var HomepageDark1 = "\n <svg\n viewBox=\"0 0 1280 1280\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n preserveAspectRatio=\"none\"\n >\n <g clipPath=\"url(#clip0_6783_736)\">\n <g clipPath=\"url(#clip1_6783_736)\">\n <path\n d=\"M-6.26531 52.9727L66.2344 94.4728V177.473L-6.26531 218.973L-78.7656 177.473V94.4728L-6.26531 52.9727Z\"\n fill=\"#8D248D\"\n />\n <path\n d=\"M-6.26531 797.973L66.2344 839.474V922.471L-6.26531 963.973L-78.7656 922.471V839.474L-6.26531 797.973Z\"\n fill=\"#9E1DBE\"\n />\n <path\n d=\"M710.235 51.9727L782.234 93.7228V177.223L710.235 218.973L638.234 177.223V93.7228L710.235 51.9727Z\"\n fill=\"#5E3690\"\n />\n <path\n d=\"M710.235 797.973L782.234 839.474V922.471L710.235 963.973L638.234 922.471V839.474L710.235 797.973Z\"\n fill=\"#A73BC6\"\n />\n <path\n d=\"M-6.26531 300.973L66.2344 342.723V426.223L-6.26531 467.973L-78.7656 426.223V342.723L-6.26531 300.973Z\"\n fill=\"#9F21A2\"\n />\n <path\n d=\"M-6.26531 1045.97L66.2344 1087.47V1170.47L-6.26531 1211.97L-78.7656 1170.47V1087.47L-6.26531 1045.97Z\"\n fill=\"#9723C0\"\n />\n <path\n d=\"M710.235 299.973L782.234 341.723V425.223L710.235 466.973L638.234 425.223V341.723L710.235 299.973Z\"\n fill=\"#803EBA\"\n />\n <path\n d=\"M709.235 1045.97L781.234 1087.47V1170.47L709.235 1211.97L637.234 1170.47V1087.47L709.235 1045.97Z\"\n fill=\"#B03EC0\"\n />\n <path\n d=\"M-6.26531 548.973L66.2344 590.723V674.223L-6.26531 715.973L-78.7656 674.223V590.723L-6.26531 548.973Z\"\n fill=\"#A61DB7\"\n />\n <path\n d=\"M710.235 547.973L782.234 589.723V673.223L710.235 714.973L638.234 673.223V589.723L710.235 547.973Z\"\n fill=\"#9C38CB\"\n />\n <path\n d=\"M66.2343 -71.0273L138.234 -29.2773V54.2228L66.2343 95.9727L-5.76562 54.2228V-29.2773L66.2343 -71.0273Z\"\n fill=\"#8D248D\"\n />\n <path\n d=\"M65.2343 672.973L137.234 714.723V798.22L65.2343 839.973L-6.76562 798.22V714.723L65.2343 672.973Z\"\n fill=\"#9D1EBA\"\n />\n <path\n d=\"M781.234 -72.0273L853.234 -30.2773V53.2228L781.234 94.9727L709.234 53.2228V-30.2773L781.234 -72.0273Z\"\n fill=\"#3B4C90\"\n />\n <path\n d=\"M781.234 672.973L853.234 714.723V798.22L781.234 839.973L709.234 798.22V714.723L781.234 672.973Z\"\n fill=\"#9644CE\"\n />\n <path\n d=\"M65.2343 176.973L137.234 218.473V301.473L65.2343 342.973L-6.76562 301.473V218.473L65.2343 176.973Z\"\n fill=\"#8E218F\"\n />\n <path\n d=\"M64.2343 921.973L136.234 963.719V1047.23L64.2343 1088.97L-7.76562 1047.23V963.719L64.2343 921.973Z\"\n fill=\"#9523C0\"\n />\n <path\n d=\"M781.234 175.973L853.234 217.473V300.473L781.234 341.973L709.234 300.473V217.473L781.234 175.973Z\"\n fill=\"#5848A3\"\n />\n <path\n d=\"M781.234 920.973L853.234 962.719V1046.23L781.234 1087.97L709.234 1046.23V962.719L781.234 920.973Z\"\n fill=\"#A547C4\"\n />\n <path\n d=\"M66.2343 424.973L138.234 466.473V549.473L66.2343 590.973L-5.76562 549.473V466.473L66.2343 424.973Z\"\n fill=\"#A21FAC\"\n />\n <path\n d=\"M66.2343 1168.97L138.234 1210.47V1293.47L66.2343 1334.97L-5.76562 1293.47V1210.47L66.2343 1168.97Z\"\n fill=\"#9723C0\"\n />\n <path\n d=\"M781.234 423.973L853.234 465.473V548.473L781.234 589.973L709.234 548.473V465.473L781.234 423.973Z\"\n fill=\"#844BCE\"\n />\n <path\n d=\"M781.234 1168.97L853.234 1210.47V1293.47L781.234 1334.97L709.234 1293.47V1210.47L781.234 1168.97Z\"\n fill=\"#B03EC0\"\n />\n <path\n d=\"M137.734 52.9727L209.234 94.7228V178.223L137.734 219.973L66.2344 178.223V94.7228L137.734 52.9727Z\"\n fill=\"#8D248D\"\n />\n <path\n d=\"M136.734 797.973L208.234 839.474V922.471L136.734 963.973L65.2344 922.471V839.474L136.734 797.973Z\"\n fill=\"#9E1DBE\"\n />\n <path\n d=\"M853.234 51.9727L925.234 93.7228V177.223L853.234 218.973L781.234 177.223V93.7228L853.234 51.9727Z\"\n fill=\"#3B4C90\"\n />\n <path\n d=\"M853.234 796.973L925.234 838.474V921.471L853.234 962.973L781.234 921.471V838.474L853.234 796.973Z\"\n fill=\"#934ECC\"\n />\n <path\n d=\"M136.734 300.973L208.234 342.723V426.223L136.734 467.973L65.2344 426.223V342.723L136.734 300.973Z\"\n fill=\"#9F21A2\"\n />\n <path\n d=\"M137.734 1045.97L209.234 1087.47V1170.47L137.734 1211.97L66.2344 1170.47V1087.47L137.734 1045.97Z\"\n fill=\"#9723C0\"\n />\n <path\n d=\"M853.234 299.973L925.234 341.723V425.223L853.234 466.973L781.234 425.223V341.723L853.234 299.973Z\"\n fill=\"#585BBC\"\n />\n <path\n d=\"M853.234 1044.97L925.234 1086.47V1169.47L853.234 1210.97L781.234 1169.47V1086.47L853.234 1044.97Z\"\n fill=\"#9F50C4\"\n />\n <path\n d=\"M137.734 548.973L209.234 590.723V674.223L137.734 715.973L66.2344 674.223V590.723L137.734 548.973Z\"\n fill=\"#A61DB7\"\n />\n <path\n d=\"M852.234 547.973L924.234 589.723V673.223L852.234 714.973L780.234 673.223V589.723L852.234 547.973Z\"\n fill=\"#7D54D4\"\n />\n <path\n d=\"M208.734 -71.0273L280.234 -29.2773V54.2228L208.734 95.9727L137.234 54.2228V-29.2773L208.734 -71.0273Z\"\n fill=\"#A4329B\"\n />\n <path\n d=\"M208.234 672.973L280.234 714.723V798.22L208.234 839.973L136.234 798.22V714.723L208.234 672.973Z\"\n fill=\"#A718BC\"\n />\n <path\n d=\"M923.734 -72.0273L995.234 -30.2773V53.2228L923.734 94.9727L852.234 53.2228V-30.2773L923.734 -72.0273Z\"\n fill=\"#2B548D\"\n />\n <path\n d=\"M923.734 671.973L995.234 713.723V797.22L923.734 838.973L852.234 797.22V713.723L923.734 671.973Z\"\n fill=\"#745FD7\"\n />\n <path\n d=\"M208.234 177.973L280.234 219.473V302.473L208.234 343.973L136.234 302.473V219.473L208.234 177.973Z\"\n fill=\"#A0279D\"\n />\n <path\n d=\"M208.234 920.973L280.234 962.719V1046.23L208.234 1087.97L136.234 1046.23V962.719L208.234 920.973Z\"\n fill=\"#A01BC0\"\n />\n <path\n d=\"M923.734 176.973L995.234 218.473V301.473L923.734 342.973L852.234 301.473V218.473L923.734 176.973Z\"\n fill=\"#375BA2\"\n />\n <path\n d=\"M923.734 919.973L995.234 961.719V1045.23L923.734 1086.97L852.234 1045.23V961.719L923.734 919.973Z\"\n fill=\"#8F54CE\"\n />\n <path\n d=\"M208.234 424.973L280.234 466.473V549.473L208.234 590.973L136.234 549.473V466.473L208.234 424.973Z\"\n fill=\"#AF1FB4\"\n />\n <path\n d=\"M209.234 1168.97L281.234 1210.47V1293.47L209.234 1334.97L137.234 1293.47V1210.47L209.234 1168.97Z\"\n fill=\"#9723C0\"\n />\n <path\n d=\"M923.734 423.973L995.234 465.473V548.473L923.734 589.973L852.234 548.473V465.473L923.734 423.973Z\"\n fill=\"#586DD4\"\n />\n <path\n d=\"M923.734 1168.97L995.234 1210.47V1293.47L923.734 1334.97L852.234 1293.47V1210.47L923.734 1168.97Z\"\n fill=\"#9F50C4\"\n />\n <path\n d=\"M279.734 52.9727L352.234 94.7228V178.223L279.734 219.973L207.234 178.223V94.7228L279.734 52.9727Z\"\n fill=\"#A4329B\"\n />\n <path\n d=\"M279.734 796.973L352.234 838.474V921.471L279.734 962.973L207.234 921.471V838.474L279.734 796.973Z\"\n fill=\"#AA13BE\"\n />\n <path\n d=\"M995.234 52.9727L1067.23 94.7228V178.223L995.234 219.973L923.234 178.223V94.7228L995.234 52.9727Z\"\n fill=\"#2B548D\"\n />\n <path\n d=\"M995.234 795.973L1067.23 837.474V920.471L995.234 961.973L923.234 920.471V837.474L995.234 795.973Z\"\n fill=\"#7162DA\"\n />\n <path\n d=\"M280.734 300.973L353.234 342.723V426.223L280.734 467.973L208.234 426.223V342.723L280.734 300.973Z\"\n fill=\"#B329AE\"\n />\n <path\n d=\"M280.734 1044.97L353.234 1086.47V1169.47L280.734 1210.97L208.234 1169.47V1086.47L280.734 1044.97Z\"\n fill=\"#A816C0\"\n />\n <path\n d=\"M995.234 299.973L1067.23 341.723V425.223L995.234 466.973L923.234 425.223V341.723L995.234 299.973Z\"\n fill=\"#366BB9\"\n />\n <path\n d=\"M995.234 1044.97L1067.23 1086.47V1169.47L995.234 1210.97L923.234 1169.47V1086.47L995.234 1044.97Z\"\n fill=\"#8A51D5\"\n />\n <path\n d=\"M279.734 548.973L352.234 590.723V674.223L279.734 715.973L207.234 674.223V590.723L279.734 548.973Z\"\n fill=\"#B217BB\"\n />\n <path\n d=\"M995.234 546.973L1067.23 588.723V672.223L995.234 713.973L923.234 672.223V588.723L995.234 546.973Z\"\n fill=\"#487BDD\"\n />\n <path\n d=\"M351.234 -71.0273L423.234 -29.2773V54.2228L351.234 95.9727L279.234 54.2228V-29.2773L351.234 -71.0273Z\"\n fill=\"#982994\"\n />\n <path\n d=\"M351.734 672.973L423.234 714.723V798.22L351.734 839.973L280.234 798.22V714.723L351.734 672.973Z\"\n fill=\"#B312BD\"\n />\n <path\n d=\"M1066.23 -72.0273L1138.23 -30.2773V53.2228L1066.23 94.9727L994.234 53.2228V-30.2773L1066.23 -72.0273Z\"\n fill=\"#2F558B\"\n />\n <path\n d=\"M1066.23 670.973L1138.23 712.723V796.22L1066.23 837.973L994.234 796.22V712.723L1066.23 670.973Z\"\n fill=\"#457EE2\"\n />\n <path\n d=\"M351.734 177.973L423.234 219.473V302.473L351.734 343.973L280.234 302.473V219.473L351.734 177.973Z\"\n fill=\"#AE2FA6\"\n />\n <path\n d=\"M351.734 920.973L423.234 962.719V1046.23L351.734 1087.97L280.234 1046.23V962.719L351.734 920.973Z\"\n fill=\"#B012C0\"\n />\n <path\n d=\"M1066.23 176.973L1138.23 218.473V301.473L1066.23 342.973L994.234 301.473V218.473L1066.23 176.973Z\"\n fill=\"#2C5C9A\"\n />\n <path\n d=\"M1067.23 919.973L1139.23 961.719V1045.23L1067.23 1086.97L995.234 1045.23V961.719L1067.23 919.973Z\"\n fill=\"#7858E0\"\n />\n <path\n d=\"M350.734 425.973L422.234 467.473V550.473L350.734 591.973L279.234 550.473V467.473L350.734 425.973Z\"\n fill=\"#BB1FBB\"\n />\n <path\n d=\"M351.734 1168.97L423.234 1210.47V1293.47L351.734 1334.97L280.234 1293.47V1210.47L351.734 1168.97Z\"\n fill=\"#A816C0\"\n />\n <path\n d=\"M1066.23 423.973L1138.23 465.473V548.473L1066.23 589.973L994.234 548.473V465.473L1066.23 423.973Z\"\n fill=\"#3280D1\"\n />\n <path\n d=\"M1066.23 1167.97L1138.23 1209.47V1292.47L1066.23 1333.97L994.234 1292.47V1209.47L1066.23 1167.97Z\"\n fill=\"#8A51D5\"\n />\n <path\n d=\"M423.234 52.9727L495.234 94.7228V178.223L423.234 219.973L351.234 178.223V94.7228L423.234 52.9727Z\"\n fill=\"#982994\"\n />\n <path\n d=\"M423.234 796.973L495.234 838.474V921.471L423.234 962.973L351.234 921.471V838.474L423.234 796.973Z\"\n fill=\"#B615BF\"\n />\n <path\n d=\"M1138.23 51.9727L1210.23 93.7228V177.223L1138.23 218.973L1066.23 177.223V93.7228L1138.23 51.9727Z\"\n fill=\"#2F558B\"\n />\n <path\n d=\"M1137.23 795.973L1209.23 837.474V920.471L1137.23 961.973L1065.23 920.471V837.474L1137.23 795.973Z\"\n fill=\"#586DE3\"\n />\n <path\n d=\"M423.234 300.973L495.234 342.723V426.223L423.234 467.973L351.234 426.223V342.723L423.234 300.973Z\"\n fill=\"#B223B1\"\n />\n <path\n d=\"M423.234 1044.97L495.234 1086.47V1169.47L423.234 1210.97L351.234 1169.47V1086.47L423.234 1044.97Z\"\n fill=\"#BA19C2\"\n />\n <path\n d=\"M1138.23 299.973L1210.23 341.723V425.223L1138.23 466.973L1066.23 425.223V341.723L1138.23 299.973Z\"\n fill=\"#2D6BB1\"\n />\n <path\n d=\"M1138.23 1043.97L1210.23 1085.47V1168.47L1138.23 1209.97L1066.23 1168.47V1085.47L1138.23 1043.97Z\"\n fill=\"#8452E3\"\n />\n <path\n d=\"M423.234 548.973L495.234 590.723V674.223L423.234 715.973L351.234 674.223V590.723L423.234 548.973Z\"\n fill=\"#B717BD\"\n />\n <path\n d=\"M1138.23 546.973L1210.23 588.723V672.223L1138.23 713.973L1066.23 672.223V588.723L1138.23 546.973Z\"\n fill=\"#2E8AE0\"\n />\n <path\n d=\"M494.734 -72.0273L567.234 -30.2773V53.2228L494.734 94.9727L422.234 53.2228V-30.2773L494.734 -72.0273Z\"\n fill=\"#822190\"\n />\n <path\n d=\"M494.734 672.973L567.234 714.723V798.22L494.734 839.973L422.234 798.22V714.723L494.734 672.973Z\"\n fill=\"#B61CBF\"\n />\n <path\n d=\"M1209.23 -72.0273L1281.23 -30.2773V53.2228L1209.23 94.9727L1137.23 53.2228V-30.2773L1209.23 -72.0273Z\"\n fill=\"#2F558B\"\n />\n <path\n d=\"M1209.23 671.973L1281.23 713.723V797.22L1209.23 838.973L1137.23 797.22V713.723L1209.23 671.973Z\"\n fill=\"#3C85E3\"\n />\n <path\n d=\"M494.734 176.973L567.234 218.473V301.473L494.734 342.973L422.234 301.473V218.473L494.734 176.973Z\"\n fill=\"#9F22A3\"\n />\n <path\n d=\"M494.734 920.973L567.234 962.719V1046.23L494.734 1087.97L422.234 1046.23V962.719L494.734 920.973Z\"\n fill=\"#BC22C1\"\n />\n <path\n d=\"M1209.23 175.973L1281.23 217.473V300.473L1209.23 341.973L1137.23 300.473V217.473L1209.23 175.973Z\"\n fill=\"#2E5B96\"\n />\n <path\n d=\"M1209.23 918.973L1281.23 960.719V1044.23L1209.23 1085.97L1137.23 1044.23V960.719L1209.23 918.973Z\"\n fill=\"#745CE6\"\n />\n <path\n d=\"M494.734 424.973L567.234 466.473V549.473L494.734 590.973L422.234 549.473V466.473L494.734 424.973Z\"\n fill=\"#B51EBD\"\n />\n <path\n d=\"M494.734 1168.97L567.234 1210.47V1293.47L494.734 1334.97L422.234 1293.47V1210.47L494.734 1168.97Z\"\n fill=\"#BA19C2\"\n />\n <path\n d=\"M1209.23 423.973L1281.23 465.473V548.473L1209.23 589.973L1137.23 548.473V465.473L1209.23 423.973Z\"\n fill=\"#2C82CE\"\n />\n <path\n d=\"M1209.23 1167.97L1281.23 1209.47V1292.47L1209.23 1333.97L1137.23 1292.47V1209.47L1209.23 1167.97Z\"\n fill=\"#8452E3\"\n />\n <path\n d=\"M567.234 52.9727L639.234 94.7228V178.223L567.234 219.973L495.234 178.223V94.7228L567.234 52.9727Z\"\n fill=\"#822190\"\n />\n <path\n d=\"M567.234 797.973L639.234 839.474V922.471L567.234 963.973L495.234 922.471V839.474L567.234 797.973Z\"\n fill=\"#B628C1\"\n />\n <path\n d=\"M1280.74 51.9727L1352.23 93.7228V177.223L1280.74 218.973L1209.23 177.223V93.7228L1280.74 51.9727Z\"\n fill=\"#2E5B96\"\n />\n <path\n d=\"M1280.74 795.973L1352.23 837.474V920.471L1280.74 961.973L1209.23 920.471V837.474L1280.74 795.973Z\"\n fill=\"#586DE3\"\n />\n <path\n d=\"M567.234 300.973L639.234 342.723V426.223L567.234 467.973L495.234 426.223V342.723L567.234 300.973Z\"\n fill=\"#A124B3\"\n />\n <path\n d=\"M566.234 1045.97L638.234 1087.47V1170.47L566.234 1211.97L494.234 1170.47V1087.47L566.234 1045.97Z\"\n fill=\"#BD2EC0\"\n />\n <path\n d=\"M1280.74 298.973L1352.23 340.723V424.223L1280.74 465.973L1209.23 424.223V340.723L1280.74 298.973Z\"\n fill=\"#2D6BB1\"\n />\n <path\n d=\"M1280.74 1043.97L1352.23 1085.47V1168.47L1280.74 1209.97L1209.23 1168.47V1085.47L1280.74 1043.97Z\"\n fill=\"#745CE6\"\n />\n <path\n d=\"M567.234 548.973L639.234 590.723V674.223L567.234 715.973L495.234 674.223V590.723L567.234 548.973Z\"\n fill=\"#AE24C2\"\n />\n <path\n d=\"M1280.74 546.973L1352.23 588.723V672.223L1280.74 713.973L1209.23 672.223V588.723L1280.74 546.973Z\"\n fill=\"#2E8AE0\"\n />\n <path\n d=\"M638.234 -72.0273L710.234 -30.2773V53.2228L638.234 94.9727L566.234 53.2228V-30.2773L638.234 -72.0273Z\"\n fill=\"#5E3690\"\n />\n <path\n d=\"M638.234 672.973L710.234 714.723V798.22L638.234 839.973L566.234 798.22V714.723L638.234 672.973Z\"\n fill=\"#AA2EC5\"\n />\n <path\n d=\"M638.234 176.973L710.234 218.473V301.473L638.234 342.973L566.234 301.473V218.473L638.234 176.973Z\"\n fill=\"#812CA2\"\n />\n <path\n d=\"M638.234 920.973L710.234 962.719V1046.23L638.234 1087.97L566.234 1046.23V962.719L638.234 920.973Z\"\n fill=\"#B535C1\"\n />\n <path\n d=\"M638.234 424.973L710.234 466.473V549.473L638.234 590.973L566.234 549.473V466.473L638.234 424.973Z\"\n fill=\"#A42FC5\"\n />\n <path\n d=\"M637.234 1169.97L709.234 1211.47V1294.47L637.234 1335.97L565.234 1294.47V1211.47L637.234 1169.97Z\"\n fill=\"#BD2EC0\"\n />\n </g>\n </g>\n <defs>\n <clipPath id=\"clip0_6783_736\">\n <rect width=\"1280\" height=\"1280\" fill=\"white\" />\n </clipPath>\n <clipPath id=\"clip1_6783_736\">\n <rect width=\"1280\" height=\"1280\" fill=\"white\" />\n </clipPath>\n </defs>\n </svg>";
16468
-
16469
- var HomepageDark2 = "\n <svg\n viewBox=\"0 0 1280 1280\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n preserveAspectRatio=\"none\"\n >\n <g clipPath=\"url(#clip0_6783_975)\">\n <path\n d=\"M71.2233 23.4434L183.189 88.1695V217.622L71.2233 282.348L-40.7422 217.622V88.1695L71.2233 23.4434Z\"\n fill=\"#4C14B3\"\n />\n <path\n d=\"M183.223 -169.557L295.189 -104.831V24.6216L183.223 89.3477L71.2578 24.6216V-104.831L183.223 -169.557Z\"\n fill=\"#4C14B3\"\n />\n <path\n d=\"M-40.0346 -170L71.9309 -105.274V24.1783L-40.0346 88.9044L-152 24.1783V-105.274L-40.0346 -170Z\"\n fill=\"#4C14B3\"\n />\n <path\n d=\"M71.2233 409.033L183.189 473.759V603.211L71.2233 667.938L-40.7422 603.211V473.759L71.2233 409.033Z\"\n fill=\"#5414B4\"\n />\n <path\n d=\"M71.2233 795.176L183.189 859.764V988.939L71.2233 1053.53L-40.7422 988.939V859.764L71.2233 795.176Z\"\n fill=\"#641DBA\"\n />\n <path\n d=\"M182.919 216.621L294.884 281.209V410.384L182.919 474.972L70.9531 410.384V281.209L182.919 216.621Z\"\n fill=\"#4B11B2\"\n />\n <path\n d=\"M-40.0814 216.621L71.884 281.209V410.384L-40.0814 474.972L-152.047 410.384V281.209L-40.0814 216.621Z\"\n fill=\"#4B11B2\"\n />\n <path\n d=\"M182.919 602.211L294.884 666.937V796.389L182.919 861.115L70.9531 796.389V666.937L182.919 602.211Z\"\n fill=\"#6A20BD\"\n />\n <path\n d=\"M-40.0814 602.211L71.884 666.937V796.389L-40.0814 861.115L-152.047 796.389V666.937L-40.0814 602.211Z\"\n fill=\"#6A20BD\"\n />\n <path\n d=\"M182.919 987.801L294.884 1052.53V1181.98L182.919 1246.71L70.9531 1181.98V1052.53L182.919 987.801Z\"\n fill=\"#5C19B6\"\n />\n <path\n d=\"M-40.0814 988.801L71.884 1053.53V1182.98L-40.0814 1247.71L-152.047 1182.98V1053.53L-40.0814 988.801Z\"\n fill=\"#5C19B6\"\n />\n <path\n d=\"M71.9186 1181.8L183.884 1246.53V1375.98L71.9186 1440.71L-40.0469 1375.98V1246.53L71.9186 1181.8Z\"\n fill=\"#5C19B6\"\n />\n <path\n d=\"M294.919 1181.8L406.884 1246.53V1375.98L294.919 1440.71L182.953 1375.98V1246.53L294.919 1181.8Z\"\n fill=\"#5C19B6\"\n />\n <path\n d=\"M295.161 23.4434L407.126 88.1695V217.622L295.161 282.348L183.195 217.622V88.1695L295.161 23.4434Z\"\n fill=\"#5215B4\"\n />\n <path\n d=\"M407.161 -170.557L519.126 -105.831V23.6216L407.161 88.3477L295.195 23.6216V-105.831L407.161 -170.557Z\"\n fill=\"#5215B4\"\n />\n <path\n d=\"M295.161 409.033L407.126 473.759V603.211L295.161 667.938L183.195 603.211V473.759L295.161 409.033Z\"\n fill=\"#5817B5\"\n />\n <path\n d=\"M295.161 795.176L407.126 859.764V988.939L295.161 1053.53L183.195 988.939V859.764L295.161 795.176Z\"\n fill=\"#6F25C0\"\n />\n <path\n d=\"M406.848 216.621L518.814 281.209V410.384L406.848 474.972L294.883 410.384V281.209L406.848 216.621Z\"\n fill=\"#5813B4\"\n />\n <path\n d=\"M406.848 602.211L518.814 666.937V796.389L406.848 861.115L294.883 796.389V666.937L406.848 602.211Z\"\n fill=\"#7431C4\"\n />\n <path\n d=\"M406.848 987.801L518.814 1052.53V1181.98L406.848 1246.71L294.883 1181.98V1052.53L406.848 987.801Z\"\n fill=\"#621EBB\"\n />\n <path\n d=\"M518.848 1181.8L630.814 1246.53V1375.98L518.848 1440.71L406.883 1375.98V1246.53L518.848 1181.8Z\"\n fill=\"#621EBB\"\n />\n <path\n d=\"M519.09 23.4434L631.056 88.1695V217.622L519.09 282.348L407.125 217.622V88.1695L519.09 23.4434Z\"\n fill=\"#610DB1\"\n />\n <path\n d=\"M631.09 -170.557L743.056 -105.831V23.6216L631.09 88.3477L519.125 23.6216V-105.831L631.09 -170.557Z\"\n fill=\"#610DB1\"\n />\n <path\n d=\"M519.09 409.033L631.056 473.759V603.211L519.09 667.938L407.125 603.211V473.759L519.09 409.033Z\"\n fill=\"#6629BD\"\n />\n <path\n d=\"M519.09 795.176L631.056 859.764V988.939L519.09 1053.53L407.125 988.939V859.764L519.09 795.176Z\"\n fill=\"#783CC8\"\n />\n <path\n d=\"M630.778 216.621L742.743 281.209V410.384L630.778 474.972L518.812 410.384V281.209L630.778 216.621Z\"\n fill=\"#6614B5\"\n />\n <path\n d=\"M630.778 602.211L742.743 666.937V796.389L630.778 861.115L518.812 796.389V666.937L630.778 602.211Z\"\n fill=\"#7651C9\"\n />\n <path\n d=\"M630.778 988.801L742.743 1053.53V1182.98L630.778 1247.71L518.812 1182.98V1053.53L630.778 988.801Z\"\n fill=\"#642DC3\"\n />\n <path\n d=\"M742.778 1181.8L854.743 1246.53V1375.98L742.778 1440.71L630.812 1375.98V1246.53L742.778 1181.8Z\"\n fill=\"#642DC3\"\n />\n <path\n d=\"M743.02 23.4434L854.986 88.1695V217.622L743.02 282.348L631.055 217.622V88.1695L743.02 23.4434Z\"\n fill=\"#690CB1\"\n />\n <path\n d=\"M855.02 -170.557L966.986 -105.831V23.6216L855.02 88.3477L743.055 23.6216V-105.831L855.02 -170.557Z\"\n fill=\"#690CB1\"\n />\n <path\n d=\"M743.02 409.033L854.986 473.759V603.211L743.02 667.938L631.055 603.211V473.759L743.02 409.033Z\"\n fill=\"#6E51C7\"\n />\n <path\n d=\"M743.02 796.176L854.986 860.764V989.939L743.02 1054.53L631.055 989.939V860.764L743.02 796.176Z\"\n fill=\"#704DC6\"\n />\n <path\n d=\"M854.708 216.621L966.673 281.209V410.384L854.708 474.972L742.742 410.384V281.209L854.708 216.621Z\"\n fill=\"#6A38C2\"\n />\n <path\n d=\"M854.708 602.211L966.673 666.937V796.389L854.708 861.115L742.742 796.389V666.937L854.708 602.211Z\"\n fill=\"#8380CC\"\n />\n <path\n d=\"M854.708 987.801L966.673 1052.53V1181.98L854.708 1246.71L742.742 1181.98V1052.53L854.708 987.801Z\"\n fill=\"#5C36C2\"\n />\n <path\n d=\"M965.708 1181.8L1077.67 1246.53V1375.98L965.708 1440.71L853.742 1375.98V1246.53L965.708 1181.8Z\"\n fill=\"#5C36C2\"\n />\n <path\n d=\"M1077.71 987.801L1189.67 1052.53V1181.98L1077.71 1246.71L965.742 1181.98V1052.53L1077.71 987.801Z\"\n fill=\"#6A60C5\"\n />\n <path\n d=\"M1188.71 1181.8L1300.67 1246.53V1375.98L1188.71 1440.71L1076.74 1375.98V1246.53L1188.71 1181.8Z\"\n fill=\"#6A60C5\"\n />\n <path\n d=\"M1300.71 989.801L1412.67 1054.53V1183.98L1300.71 1248.71L1188.74 1183.98V1054.53L1300.71 989.801Z\"\n fill=\"#6A60C5\"\n />\n <path\n d=\"M966.95 23.4434L1078.92 88.1695V217.622L966.95 282.348L854.984 217.622V88.1695L966.95 23.4434Z\"\n fill=\"#593CC3\"\n />\n <path\n d=\"M1078.95 -170.557L1190.92 -105.831V23.6216L1078.95 88.3477L966.984 23.6216V-105.831L1078.95 -170.557Z\"\n fill=\"#593CC3\"\n />\n <path\n d=\"M966.95 409.033L1078.92 473.759V603.211L966.95 667.938L854.984 603.211V473.759L966.95 409.033Z\"\n fill=\"#799AD6\"\n />\n <path\n d=\"M966.95 795.176L1078.92 859.764V988.939L966.95 1053.53L854.984 988.939V859.764L966.95 795.176Z\"\n fill=\"#7B6AC1\"\n />\n <path\n d=\"M1078.64 216.621L1190.6 281.209V410.384L1078.64 474.972L966.672 410.384V281.209L1078.64 216.621Z\"\n fill=\"#6C8CDE\"\n />\n <path\n d=\"M1301.64 216.621L1413.6 281.209V410.384L1301.64 474.972L1189.67 410.384V281.209L1301.64 216.621Z\"\n fill=\"#6C8CDE\"\n />\n <path\n d=\"M1078.64 602.211L1190.6 666.937V796.389L1078.64 861.115L966.672 796.389V666.937L1078.64 602.211Z\"\n fill=\"#AAB1C7\"\n />\n <path\n d=\"M1301.64 602.211L1413.6 666.937V796.389L1301.64 861.115L1189.67 796.389V666.937L1301.64 602.211Z\"\n fill=\"#AAB1C7\"\n />\n <path\n d=\"M1190.88 23.4434L1302.84 88.1695V217.622L1190.88 282.348L1078.91 217.622V88.1695L1190.88 23.4434Z\"\n fill=\"#5F63D2\"\n />\n <path\n d=\"M1302.88 -170.557L1414.84 -105.831V23.6216L1302.88 88.3477L1190.91 23.6216V-105.831L1302.88 -170.557Z\"\n fill=\"#5F63D2\"\n />\n <path\n d=\"M1190.88 409.033L1302.84 473.759V603.211L1190.88 667.938L1078.91 603.211V473.759L1190.88 409.033Z\"\n fill=\"#9CBCDA\"\n />\n <path\n d=\"M1190.88 796.176L1302.84 860.764V989.939L1190.88 1054.53L1078.91 989.939V860.764L1190.88 796.176Z\"\n fill=\"#8675BD\"\n />\n </g>\n <defs>\n <clipPath id=\"clip0_6783_975\">\n <rect width=\"1280\" height=\"1280\" fill=\"white\" />\n </clipPath>\n </defs>\n </svg>";
16470
-
16471
- var ProductpageDark1 = "<svg\n width=\"1280\"\n height=\"1280\"\n viewBox=\"0 0 1280 1280\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n preserveAspectRatio=\"none\"\n>\n <g clipPath=\"url(#clip0_6783_1488)\">\n <path\n d=\"M71.2233 23.4434L183.189 88.1695V217.622L71.2233 282.348L-40.7422 217.622V88.1695L71.2233 23.4434Z\"\n fill=\"#403FA4\"\n />\n <path\n d=\"M183.223 -170.557L295.189 -105.831V23.6217L183.223 88.3477L71.2578 23.6217V-105.831L183.223 -170.557Z\"\n fill=\"#403FA4\"\n />\n <path\n d=\"M-40.7768 -170.557L71.1887 -105.831V23.6217L-40.7768 88.3477L-152.742 23.6217V-105.831L-40.7768 -170.557Z\"\n fill=\"#403FA4\"\n />\n <path\n d=\"M71.2233 409.033L183.189 473.759V603.211L71.2233 667.938L-40.7422 603.211V473.759L71.2233 409.033Z\"\n fill=\"#4047A2\"\n />\n <path\n d=\"M71.2233 795.176L183.189 859.764V988.939L71.2233 1053.53L-40.7422 988.939V859.764L71.2233 795.176Z\"\n fill=\"#3F4BA2\"\n />\n <path\n d=\"M182.919 216.621L294.884 281.209V410.384L182.919 474.972L70.9531 410.384V281.209L182.919 216.621Z\"\n fill=\"#4141A4\"\n />\n <path\n d=\"M-40.0814 216.621L71.884 281.209V410.384L-40.0814 474.972L-152.047 410.384V281.209L-40.0814 216.621Z\"\n fill=\"#4141A4\"\n />\n <path\n d=\"M182.919 602.211L294.884 666.937V796.389L182.919 861.115L70.9531 796.389V666.937L182.919 602.211Z\"\n fill=\"#3E49A1\"\n />\n <path\n d=\"M-39.0814 603.211L72.884 667.937V797.389L-39.0814 862.115L-151.047 797.389V667.937L-39.0814 603.211Z\"\n fill=\"#3E49A1\"\n />\n <path\n d=\"M182.919 987.801L294.884 1052.53V1181.98L182.919 1246.71L70.9531 1181.98V1052.53L182.919 987.801Z\"\n fill=\"#404CA3\"\n />\n <path\n d=\"M-40.0814 987.801L71.884 1052.53V1181.98L-40.0814 1246.71L-152.047 1181.98V1052.53L-40.0814 987.801Z\"\n fill=\"#404CA3\"\n />\n <path\n d=\"M71.9186 1181.8L183.884 1246.53V1375.98L71.9186 1440.71L-40.0469 1375.98V1246.53L71.9186 1181.8Z\"\n fill=\"#404CA3\"\n />\n <path\n d=\"M295.161 23.4434L407.126 88.1695V217.622L295.161 282.348L183.195 217.622V88.1695L295.161 23.4434Z\"\n fill=\"#403BA4\"\n />\n <path\n d=\"M407.161 -170.557L519.126 -105.831V23.6217L407.161 88.3477L295.195 23.6217V-105.831L407.161 -170.557Z\"\n fill=\"#403BA4\"\n />\n <path\n d=\"M295.161 409.033L407.126 473.759V603.211L295.161 667.938L183.195 603.211V473.759L295.161 409.033Z\"\n fill=\"#4247A2\"\n />\n <path\n d=\"M295.161 795.176L407.126 859.764V988.939L295.161 1053.53L183.195 988.939V859.764L295.161 795.176Z\"\n fill=\"#404AA1\"\n />\n <path\n d=\"M406.848 216.621L518.814 281.209V410.384L406.848 474.972L294.883 410.384V281.209L406.848 216.621Z\"\n fill=\"#4741A4\"\n />\n <path\n d=\"M406.848 602.211L518.814 666.937V796.389L406.848 861.115L294.883 796.389V666.937L406.848 602.211Z\"\n fill=\"#4347A0\"\n />\n <path\n d=\"M406.848 987.801L518.814 1052.53V1181.98L406.848 1246.71L294.883 1181.98V1052.53L406.848 987.801Z\"\n fill=\"#42489E\"\n />\n <path\n d=\"M295.848 1180.8L407.814 1245.53V1374.98L295.848 1439.71L183.883 1374.98V1245.53L295.848 1180.8Z\"\n fill=\"#42489E\"\n />\n <path\n d=\"M519.09 23.4434L631.056 88.1695V217.622L519.09 282.348L407.125 217.622V88.1695L519.09 23.4434Z\"\n fill=\"#4A3DA4\"\n />\n <path\n d=\"M631.09 -170.557L743.056 -105.831V23.6217L631.09 88.3477L519.125 23.6217V-105.831L631.09 -170.557Z\"\n fill=\"#4A3DA4\"\n />\n <path\n d=\"M519.09 409.033L631.056 473.759V603.211L519.09 667.938L407.125 603.211V473.759L519.09 409.033Z\"\n fill=\"#4843A1\"\n />\n <path\n d=\"M519.09 795.176L631.056 859.764V988.939L519.09 1053.53L407.125 988.939V859.764L519.09 795.176Z\"\n fill=\"#47469E\"\n />\n <path\n d=\"M630.778 216.621L742.743 281.209V410.384L630.778 474.972L518.812 410.384V281.209L630.778 216.621Z\"\n fill=\"#4E3CA2\"\n />\n <path\n d=\"M630.778 602.211L742.743 666.937V796.389L630.778 861.115L518.812 796.389V666.937L630.778 602.211Z\"\n fill=\"#4B429D\"\n />\n <path\n d=\"M630.778 987.801L742.743 1052.53V1181.98L630.778 1246.71L518.812 1181.98V1052.53L630.778 987.801Z\"\n fill=\"#4A459C\"\n />\n <path\n d=\"M630.778 987.801L742.743 1052.53V1181.98L630.778 1246.71L518.812 1181.98V1052.53L630.778 987.801Z\"\n fill=\"#4A459C\"\n />\n <path\n d=\"M519.778 1180.8L631.743 1245.53V1374.98L519.778 1439.71L407.812 1374.98V1245.53L519.778 1180.8Z\"\n fill=\"#4A459C\"\n />\n <path\n d=\"M742.778 1181.8L854.743 1246.53V1375.98L742.778 1440.71L630.812 1375.98V1246.53L742.778 1181.8Z\"\n fill=\"#4A459C\"\n />\n <path\n d=\"M743.02 23.4434L854.986 88.1695V217.622L743.02 282.348L631.055 217.622V88.1695L743.02 23.4434Z\"\n fill=\"#5338A4\"\n />\n <path\n d=\"M855.02 -170.557L966.986 -105.831V23.6217L855.02 88.3477L743.055 23.6217V-105.831L855.02 -170.557Z\"\n fill=\"#5338A4\"\n />\n <path\n d=\"M743.02 409.033L854.986 473.759V603.211L743.02 667.938L631.055 603.211V473.759L743.02 409.033Z\"\n fill=\"#513EA0\"\n />\n <path\n d=\"M743.02 795.176L854.986 859.764V988.939L743.02 1053.53L631.055 988.939V859.764L743.02 795.176Z\"\n fill=\"#4F429A\"\n />\n <path\n d=\"M854.708 216.621L966.673 281.209V410.384L854.708 474.972L742.742 410.384V281.209L854.708 216.621Z\"\n fill=\"#5537A2\"\n />\n <path\n d=\"M854.708 602.211L966.673 666.937V796.389L854.708 861.115L742.742 796.389V666.937L854.708 602.211Z\"\n fill=\"#543E9B\"\n />\n <path\n d=\"M854.708 987.801L966.673 1052.53V1181.98L854.708 1246.71L742.742 1181.98V1052.53L854.708 987.801Z\"\n fill=\"#524198\"\n />\n <path\n d=\"M965.708 1181.8L1077.67 1246.53V1375.98L965.708 1440.71L853.742 1375.98V1246.53L965.708 1181.8Z\"\n fill=\"#524198\"\n />\n <path\n d=\"M1077.71 987.801L1189.67 1052.53V1181.98L1077.71 1246.71L965.742 1181.98V1052.53L1077.71 987.801Z\"\n fill=\"#5A4096\"\n />\n <path\n d=\"M1300.71 988.801L1412.67 1053.53V1182.98L1300.71 1247.71L1188.74 1182.98V1053.53L1300.71 988.801Z\"\n fill=\"#5A4096\"\n />\n <path\n d=\"M1188.71 1181.8L1300.67 1246.53V1375.98L1188.71 1440.71L1076.74 1375.98V1246.53L1188.71 1181.8Z\"\n fill=\"#5A4096\"\n />\n <path\n d=\"M966.95 23.4434L1078.92 88.1695V217.622L966.95 282.348L854.984 217.622V88.1695L966.95 23.4434Z\"\n fill=\"#5934A2\"\n />\n <path\n d=\"M1077.95 -169.557L1189.92 -104.831V24.6217L1077.95 89.3477L965.984 24.6217V-104.831L1077.95 -169.557Z\"\n fill=\"#5934A2\"\n />\n <path\n d=\"M966.95 409.033L1078.92 473.759V603.211L966.95 667.938L854.984 603.211V473.759L966.95 409.033Z\"\n fill=\"#58399E\"\n />\n <path\n d=\"M966.95 795.176L1078.92 859.764V988.939L966.95 1053.53L854.984 988.939V859.764L966.95 795.176Z\"\n fill=\"#563F97\"\n />\n <path\n d=\"M1078.64 216.621L1190.6 281.209V410.384L1078.64 474.972L966.672 410.384V281.209L1078.64 216.621Z\"\n fill=\"#5A349F\"\n />\n <path\n d=\"M1301.64 216.621L1413.6 281.209V410.384L1301.64 474.972L1189.67 410.384V281.209L1301.64 216.621Z\"\n fill=\"#5A349F\"\n />\n <path\n d=\"M1078.64 602.211L1190.6 666.937V796.389L1078.64 861.115L966.672 796.389V666.937L1078.64 602.211Z\"\n fill=\"#5A3B98\"\n />\n <path\n d=\"M1301.64 602.211L1413.6 666.937V796.389L1301.64 861.115L1189.67 796.389V666.937L1301.64 602.211Z\"\n fill=\"#5A3B98\"\n />\n <path\n d=\"M1190.88 23.4434L1302.84 88.1695V217.622L1190.88 282.348L1078.91 217.622V88.1695L1190.88 23.4434Z\"\n fill=\"#5F35A2\"\n />\n <path\n d=\"M1301.88 -170.557L1413.84 -105.831V23.6217L1301.88 88.3477L1189.91 23.6217V-105.831L1301.88 -170.557Z\"\n fill=\"#5F35A2\"\n />\n <path\n d=\"M1190.88 409.033L1302.84 473.759V603.211L1190.88 667.938L1078.91 603.211V473.759L1190.88 409.033Z\"\n fill=\"#5B389B\"\n />\n <path\n d=\"M1190.88 795.176L1302.84 859.764V988.939L1190.88 1053.53L1078.91 988.939V859.764L1190.88 795.176Z\"\n fill=\"#593C95\"\n />\n </g>\n <defs>\n <clipPath id=\"clip0_6783_1488\">\n <rect width=\"1280\" height=\"1280\" fill=\"white\" />\n </clipPath>\n </defs>\n</svg>";
16472
-
16473
- var ProductpageDark2 = "<svg\n viewBox=\"0 0 1280 1280\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n preserveAspectRatio=\"none\"\n>\n <g clipPath=\"url(#clip0_6783_1727)\">\n <path\n d=\"M71.2233 23.4434L183.189 88.1695V217.622L71.2233 282.348L-40.7422 217.622V88.1695L71.2233 23.4434Z\"\n fill=\"#611897\"\n />\n <path\n d=\"M182.223 -169.557L294.189 -104.831V24.6217L182.223 89.3477L70.2578 24.6217V-104.831L182.223 -169.557Z\"\n fill=\"#611897\"\n />\n <path\n d=\"M-40.7768 -170.557L71.1887 -105.831V23.6217L-40.7768 88.3477L-152.742 23.6217V-105.831L-40.7768 -170.557Z\"\n fill=\"#611897\"\n />\n <path\n d=\"M71.2233 409.033L183.189 473.759V603.211L71.2233 667.938L-40.7422 603.211V473.759L71.2233 409.033Z\"\n fill=\"#6A11A4\"\n />\n <path\n d=\"M71.2233 795.176L183.189 859.764V988.939L71.2233 1053.53L-40.7422 988.939V859.764L71.2233 795.176Z\"\n fill=\"#6A11A4\"\n />\n <path\n d=\"M182.919 216.621L294.884 281.209V410.384L182.919 474.972L70.9531 410.384V281.209L182.919 216.621Z\"\n fill=\"#63109E\"\n />\n <path\n d=\"M-40.0814 216.621L71.884 281.209V410.384L-40.0814 474.972L-152.047 410.384V281.209L-40.0814 216.621Z\"\n fill=\"#63109E\"\n />\n <path\n d=\"M182.919 602.211L294.884 666.937V796.389L182.919 861.115L70.9531 796.389V666.937L182.919 602.211Z\"\n fill=\"#6910A3\"\n />\n <path\n d=\"M-40.0814 602.211L71.884 666.937V796.389L-40.0814 861.115L-152.047 796.389V666.937L-40.0814 602.211Z\"\n fill=\"#6910A3\"\n />\n <path\n d=\"M182.919 987.801L294.884 1052.53V1181.98L182.919 1246.71L70.9531 1181.98V1052.53L182.919 987.801Z\"\n fill=\"#6B15A4\"\n />\n <path\n d=\"M71.9186 1181.8L183.884 1246.53V1375.98L71.9186 1440.71L-40.0469 1375.98V1246.53L71.9186 1181.8Z\"\n fill=\"#6B15A4\"\n />\n <path\n d=\"M-40.0814 987.801L71.884 1052.53V1181.98L-40.0814 1246.71L-152.047 1181.98V1052.53L-40.0814 987.801Z\"\n fill=\"#6B15A4\"\n />\n <path\n d=\"M295.161 23.4434L407.126 88.1695V217.622L295.161 282.348L183.195 217.622V88.1695L295.161 23.4434Z\"\n fill=\"#5E119A\"\n />\n <path\n d=\"M406.161 -169.557L518.126 -104.831V24.6217L406.161 89.3477L294.195 24.6217V-104.831L406.161 -169.557Z\"\n fill=\"#5E119A\"\n />\n <path\n d=\"M295.161 409.033L407.126 473.759V603.211L295.161 667.938L183.195 603.211V473.759L295.161 409.033Z\"\n fill=\"#6811A5\"\n />\n <path\n d=\"M295.161 795.176L407.126 859.764V988.939L295.161 1053.53L183.195 988.939V859.764L295.161 795.176Z\"\n fill=\"#6811A5\"\n />\n <path\n d=\"M406.848 216.621L518.814 281.209V410.384L406.848 474.972L294.883 410.384V281.209L406.848 216.621Z\"\n fill=\"#6412A5\"\n />\n <path\n d=\"M406.848 602.211L518.814 666.937V796.389L406.848 861.115L294.883 796.389V666.937L406.848 602.211Z\"\n fill=\"#6711A4\"\n />\n <path\n d=\"M406.848 987.801L518.814 1052.53V1181.98L406.848 1246.71L294.883 1181.98V1052.53L406.848 987.801Z\"\n fill=\"#6512A6\"\n />\n <path\n d=\"M518.848 1181.8L630.814 1246.53V1375.98L518.848 1440.71L406.883 1375.98V1246.53L518.848 1181.8Z\"\n fill=\"#6512A6\"\n />\n <path\n d=\"M295.848 1180.8L407.814 1245.53V1374.98L295.848 1439.71L183.883 1374.98V1245.53L295.848 1180.8Z\"\n fill=\"#6512A6\"\n />\n <path\n d=\"M519.09 23.4434L631.056 88.1695V217.622L519.09 282.348L407.125 217.622V88.1695L519.09 23.4434Z\"\n fill=\"#6112A7\"\n />\n <path\n d=\"M630.09 -169.557L742.056 -104.831V24.6217L630.09 89.3477L518.125 24.6217V-104.831L630.09 -169.557Z\"\n fill=\"#6112A7\"\n />\n <path\n d=\"M519.09 409.033L631.056 473.759V603.211L519.09 667.938L407.125 603.211V473.759L519.09 409.033Z\"\n fill=\"#6413A6\"\n />\n <path\n d=\"M519.09 795.176L631.056 859.764V988.939L519.09 1053.53L407.125 988.939V859.764L519.09 795.176Z\"\n fill=\"#6412A6\"\n />\n <path\n d=\"M630.778 216.621L742.743 281.209V410.384L630.778 474.972L518.812 410.384V281.209L630.778 216.621Z\"\n fill=\"#6013A9\"\n />\n <path\n d=\"M630.778 602.211L742.743 666.937V796.389L630.778 861.115L518.812 796.389V666.937L630.778 602.211Z\"\n fill=\"#6114A7\"\n />\n <path\n d=\"M630.778 987.801L742.743 1052.53V1181.98L630.778 1246.71L518.812 1181.98V1052.53L630.778 987.801Z\"\n fill=\"#6015A8\"\n />\n <path\n d=\"M742.778 1181.8L854.743 1246.53V1375.98L742.778 1440.71L630.812 1375.98V1246.53L742.778 1181.8Z\"\n fill=\"#6015A8\"\n />\n <path\n d=\"M743.02 23.4434L854.986 88.1695V217.622L743.02 282.348L631.055 217.622V88.1695L743.02 23.4434Z\"\n fill=\"#5D17AA\"\n />\n <path\n d=\"M854.02 -169.557L965.986 -104.831V24.6217L854.02 89.3477L742.055 24.6217V-104.831L854.02 -169.557Z\"\n fill=\"#5D17AA\"\n />\n <path\n d=\"M743.02 409.033L854.986 473.759V603.211L743.02 667.938L631.055 603.211V473.759L743.02 409.033Z\"\n fill=\"#5E17A9\"\n />\n <path\n d=\"M743.02 795.176L854.986 859.764V988.939L743.02 1053.53L631.055 988.939V859.764L743.02 795.176Z\"\n fill=\"#5D17A8\"\n />\n <path\n d=\"M854.708 216.621L966.673 281.209V410.384L854.708 474.972L742.742 410.384V281.209L854.708 216.621Z\"\n fill=\"#5A19AB\"\n />\n <path\n d=\"M854.708 602.211L966.673 666.937V796.389L854.708 861.115L742.742 796.389V666.937L854.708 602.211Z\"\n fill=\"#5A1AA9\"\n />\n <path\n d=\"M854.708 987.801L966.673 1052.53V1181.98L854.708 1246.71L742.742 1181.98V1052.53L854.708 987.801Z\"\n fill=\"#571AA9\"\n />\n <path\n d=\"M966.708 1181.8L1078.67 1246.53V1375.98L966.708 1440.71L854.742 1375.98V1246.53L966.708 1181.8Z\"\n fill=\"#571AA9\"\n />\n <path\n d=\"M1077.71 987.801L1189.67 1052.53V1181.98L1077.71 1246.71L965.742 1181.98V1052.53L1077.71 987.801Z\"\n fill=\"#5423AC\"\n />\n <path\n d=\"M1300.71 988.801L1412.67 1053.53V1182.98L1300.71 1247.71L1188.74 1182.98V1053.53L1300.71 988.801Z\"\n fill=\"#5423AC\"\n />\n <path\n d=\"M1187.71 1181.8L1299.67 1246.53V1375.98L1187.71 1440.71L1075.74 1375.98V1246.53L1187.71 1181.8Z\"\n fill=\"#5423AC\"\n />\n <path\n d=\"M966.95 23.4434L1078.92 88.1695V217.622L966.95 282.348L854.984 217.622V88.1695L966.95 23.4434Z\"\n fill=\"#581CAD\"\n />\n <path\n d=\"M966.95 409.033L1078.92 473.759V603.211L966.95 667.938L854.984 603.211V473.759L966.95 409.033Z\"\n fill=\"#571DAB\"\n />\n <path\n d=\"M966.95 795.176L1078.92 859.764V988.939L966.95 1053.53L854.984 988.939V859.764L966.95 795.176Z\"\n fill=\"#561EAA\"\n />\n <path\n d=\"M1078.64 216.621L1190.6 281.209V410.384L1078.64 474.972L966.672 410.384V281.209L1078.64 216.621Z\"\n fill=\"#551DAB\"\n />\n <path\n d=\"M1301.64 216.621L1413.6 281.209V410.384L1301.64 474.972L1189.67 410.384V281.209L1301.64 216.621Z\"\n fill=\"#551DAB\"\n />\n <path\n d=\"M1078.64 602.211L1190.6 666.937V796.389L1078.64 861.115L966.672 796.389V666.937L1078.64 602.211Z\"\n fill=\"#5320AB\"\n />\n <path\n d=\"M1301.64 602.211L1413.6 666.937V796.389L1301.64 861.115L1189.67 796.389V666.937L1301.64 602.211Z\"\n fill=\"#5320AB\"\n />\n <path\n d=\"M1190.88 23.4434L1302.84 88.1695V217.622L1190.88 282.348L1078.91 217.622V88.1695L1190.88 23.4434Z\"\n fill=\"#5B26AE\"\n />\n <path\n d=\"M1301.88 -170.557L1413.84 -105.831V23.6217L1301.88 88.3477L1189.91 23.6217V-105.831L1301.88 -170.557Z\"\n fill=\"#5B26AE\"\n />\n <path\n d=\"M1077.88 -169.557L1189.84 -104.831V24.6217L1077.88 89.3477L965.914 24.6217V-104.831L1077.88 -169.557Z\"\n fill=\"#5B26AE\"\n />\n <path\n d=\"M1190.88 409.033L1302.84 473.759V603.211L1190.88 667.938L1078.91 603.211V473.759L1190.88 409.033Z\"\n fill=\"#531FAA\"\n />\n <path\n d=\"M1190.88 795.176L1302.84 859.764V988.939L1190.88 1053.53L1078.91 988.939V859.764L1190.88 795.176Z\"\n fill=\"#5221AA\"\n />\n </g>\n <defs>\n <clipPath id=\"clip0_6783_1727\">\n <rect width=\"1280\" height=\"1280\" fill=\"white\" />\n </clipPath>\n </defs>\n</svg>";
16474
-
16475
- var FooterLight = "<svg\n viewBox=\"0 0 1280 1280\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n preserveAspectRatio=\"none\"\n>\n <g clipPath=\"url(#clip0_6783_1966)\">\n <path\n d=\"M71.2233 23.4434L183.189 88.1695V217.622L71.2233 282.348L-40.7422 217.622V88.1695L71.2233 23.4434Z\"\n fill=\"#F6F1F9\"\n />\n <path\n d=\"M183.223 -170.557L295.189 -105.831V23.6217L183.223 88.3477L71.2578 23.6217V-105.831L183.223 -170.557Z\"\n fill=\"#F6F1F9\"\n />\n <path\n d=\"M-40.7768 -170.557L71.1887 -105.831V23.6217L-40.7768 88.3477L-152.742 23.6217V-105.831L-40.7768 -170.557Z\"\n fill=\"#F6F1F9\"\n />\n <path\n d=\"M71.2233 409.033L183.189 473.759V603.211L71.2233 667.938L-40.7422 603.211V473.759L71.2233 409.033Z\"\n fill=\"#F9F4FC\"\n />\n <path\n d=\"M71.2233 795.176L183.189 859.764V988.939L71.2233 1053.53L-40.7422 988.939V859.764L71.2233 795.176Z\"\n fill=\"#F8F1FD\"\n />\n <path\n d=\"M182.919 217.621L294.884 282.209V411.384L182.919 475.972L70.9531 411.384V282.209L182.919 217.621Z\"\n fill=\"#F9F4FC\"\n />\n <path\n d=\"M-40.0814 216.621L71.884 281.209V410.384L-40.0814 474.972L-152.047 410.384V281.209L-40.0814 216.621Z\"\n fill=\"#F9F4FC\"\n />\n <path\n d=\"M182.919 603.211L294.884 667.937V797.389L182.919 862.115L70.9531 797.389V667.937L182.919 603.211Z\"\n fill=\"#F9F2FC\"\n />\n <path\n d=\"M-40.0814 602.211L71.884 666.937V796.389L-40.0814 861.115L-152.047 796.389V666.937L-40.0814 602.211Z\"\n fill=\"#F9F2FC\"\n />\n <path\n d=\"M182.919 988.801L294.884 1053.53V1182.98L182.919 1247.71L70.9531 1182.98V1053.53L182.919 988.801Z\"\n fill=\"#F7EFFB\"\n />\n <path\n d=\"M-40.0814 987.801L71.884 1052.53V1181.98L-40.0814 1246.71L-152.047 1181.98V1052.53L-40.0814 987.801Z\"\n fill=\"#F7EFFB\"\n />\n <path\n d=\"M70.9186 1181.8L182.884 1246.53V1375.98L70.9186 1440.71L-41.0469 1375.98V1246.53L70.9186 1181.8Z\"\n fill=\"#F7EFFB\"\n />\n <path\n d=\"M295.161 23.4434L407.126 88.1695V217.622L295.161 282.348L183.195 217.622V88.1695L295.161 23.4434Z\"\n fill=\"#F7F2FA\"\n />\n <path\n d=\"M295.161 409.033L407.126 473.759V603.211L295.161 667.938L183.195 603.211V473.759L295.161 409.033Z\"\n fill=\"#F8F3FC\"\n />\n <path\n d=\"M295.161 795.176L407.126 859.764V988.939L295.161 1053.53L183.195 988.939V859.764L295.161 795.176Z\"\n fill=\"#F8F0FB\"\n />\n <path\n d=\"M406.848 217.621L518.814 282.209V411.384L406.848 475.972L294.883 411.384V282.209L406.848 217.621Z\"\n fill=\"#F9F4FC\"\n />\n <path\n d=\"M406.848 603.211L518.814 667.937V797.389L406.848 862.115L294.883 797.389V667.937L406.848 603.211Z\"\n fill=\"#F7F1FB\"\n />\n <path\n d=\"M406.848 988.801L518.814 1053.53V1182.98L406.848 1247.71L294.883 1182.98V1053.53L406.848 988.801Z\"\n fill=\"#F7EEFB\"\n />\n <path\n d=\"M294.848 1181.8L406.814 1246.53V1375.98L294.848 1440.71L182.883 1375.98V1246.53L294.848 1181.8Z\"\n fill=\"#F7EEFB\"\n />\n <path\n d=\"M519.09 23.4434L631.056 88.1695V217.622L519.09 282.348L407.125 217.622V88.1695L519.09 23.4434Z\"\n fill=\"#F9F4FC\"\n />\n <path\n d=\"M631.09 -170.557L743.056 -105.831V23.6217L631.09 88.3477L519.125 23.6217V-105.831L631.09 -170.557Z\"\n fill=\"#F9F4FC\"\n />\n <path\n d=\"M407.09 -170.557L519.056 -105.831V23.6217L407.09 88.3477L295.125 23.6217V-105.831L407.09 -170.557Z\"\n fill=\"#F9F4FC\"\n />\n <path\n d=\"M519.09 409.033L631.056 473.759V603.211L519.09 667.938L407.125 603.211V473.759L519.09 409.033Z\"\n fill=\"#F8F3FC\"\n />\n <path\n d=\"M519.09 795.176L631.056 859.764V988.939L519.09 1053.53L407.125 988.939V859.764L519.09 795.176Z\"\n fill=\"#F7EFFB\"\n />\n <path\n d=\"M630.778 217.621L742.743 282.209V411.384L630.778 475.972L518.812 411.384V282.209L630.778 217.621Z\"\n fill=\"#F8F4FD\"\n />\n <path\n d=\"M630.778 603.211L742.743 667.937V797.389L630.778 862.115L518.812 797.389V667.937L630.778 603.211Z\"\n fill=\"#F6F0FB\"\n />\n <path\n d=\"M630.778 988.801L742.743 1053.53V1182.98L630.778 1247.71L518.812 1182.98V1053.53L630.778 988.801Z\"\n fill=\"#F6EFFB\"\n />\n <path\n d=\"M518.778 1182.8L630.743 1247.53V1376.98L518.778 1441.71L406.812 1376.98V1247.53L518.778 1182.8Z\"\n fill=\"#F6EFFB\"\n />\n <path\n d=\"M743.02 23.4434L854.986 88.1695V217.622L743.02 282.348L631.055 217.622V88.1695L743.02 23.4434Z\"\n fill=\"#F8F6FD\"\n />\n <path\n d=\"M855.02 -170.557L966.986 -105.831V23.6217L855.02 88.3477L743.055 23.6217V-105.831L855.02 -170.557Z\"\n fill=\"#F8F6FD\"\n />\n <path\n d=\"M743.02 409.033L854.986 473.759V603.211L743.02 667.938L631.055 603.211V473.759L743.02 409.033Z\"\n fill=\"#F6F3FC\"\n />\n <path\n d=\"M743.02 795.176L854.986 859.764V988.939L743.02 1053.53L631.055 988.939V859.764L743.02 795.176Z\"\n fill=\"#F5EFFA\"\n />\n <path\n d=\"M854.708 217.621L966.673 282.209V411.384L854.708 475.972L742.742 411.384V282.209L854.708 217.621Z\"\n fill=\"#F7F5FD\"\n />\n <path\n d=\"M854.708 603.211L966.673 667.937V797.389L854.708 862.115L742.742 797.389V667.937L854.708 603.211Z\"\n fill=\"#F4F0FB\"\n />\n <path\n d=\"M854.708 988.801L966.673 1053.53V1182.98L854.708 1247.71L742.742 1182.98V1053.53L854.708 988.801Z\"\n fill=\"#F3EFFA\"\n />\n <path\n d=\"M742.708 1181.8L854.673 1246.53V1375.98L742.708 1440.71L630.742 1375.98V1246.53L742.708 1181.8Z\"\n fill=\"#F3EFFA\"\n />\n <path\n d=\"M966.708 1182.8L1078.67 1247.53V1376.98L966.708 1441.71L854.742 1376.98V1247.53L966.708 1182.8Z\"\n fill=\"#F3EFFA\"\n />\n <path\n d=\"M1078.71 988.801L1190.67 1053.53V1182.98L1078.71 1247.71L966.742 1182.98V1053.53L1078.71 988.801Z\"\n fill=\"#F0EEF9\"\n />\n <path\n d=\"M1301.71 987.801L1413.67 1052.53V1181.98L1301.71 1246.71L1189.74 1181.98V1052.53L1301.71 987.801Z\"\n fill=\"#F0EEF9\"\n />\n <path\n d=\"M1190.71 1181.8L1302.67 1246.53V1375.98L1190.71 1440.71L1078.74 1375.98V1246.53L1190.71 1181.8Z\"\n fill=\"#F0EEF9\"\n />\n <path\n d=\"M966.95 23.4434L1078.92 88.1695V217.622L966.95 282.348L854.984 217.622V88.1695L966.95 23.4434Z\"\n fill=\"#F5F5FA\"\n />\n <path\n d=\"M1078.95 -169.557L1190.92 -104.831V24.6217L1078.95 89.3477L966.984 24.6217V-104.831L1078.95 -169.557Z\"\n fill=\"#F5F5FA\"\n />\n <path\n d=\"M966.95 409.033L1078.92 473.759V603.211L966.95 667.938L854.984 603.211V473.759L966.95 409.033Z\"\n fill=\"#F4F3FC\"\n />\n <path\n d=\"M966.95 795.176L1078.92 859.764V988.939L966.95 1053.53L854.984 988.939V859.764L966.95 795.176Z\"\n fill=\"#F3EFFA\"\n />\n <path\n d=\"M1078.64 217.621L1190.6 282.209V411.384L1078.64 475.972L966.672 411.384V282.209L1078.64 217.621Z\"\n fill=\"#F5F5FC\"\n />\n <path\n d=\"M1302.64 216.621L1414.6 281.209V410.384L1302.64 474.972L1190.67 410.384V281.209L1302.64 216.621Z\"\n fill=\"#F5F5FC\"\n />\n <path\n d=\"M1078.64 603.211L1190.6 667.937V797.389L1078.64 862.115L966.672 797.389V667.937L1078.64 603.211Z\"\n fill=\"#F2F1FB\"\n />\n <path\n d=\"M1302.64 602.211L1414.6 666.937V796.389L1302.64 861.115L1190.67 796.389V666.937L1302.64 602.211Z\"\n fill=\"#F2F1FB\"\n />\n <path\n d=\"M1190.88 23.4434L1302.84 88.1695V217.622L1190.88 282.348L1078.91 217.622V88.1695L1190.88 23.4434Z\"\n fill=\"#F2F4F9\"\n />\n <path\n d=\"M1301.88 -170.557L1413.84 -105.831V23.6217L1301.88 88.3477L1189.91 23.6217V-105.831L1301.88 -170.557Z\"\n fill=\"#F2F4F9\"\n />\n <path\n d=\"M1190.88 409.033L1302.84 473.759V603.211L1190.88 667.938L1078.91 603.211V473.759L1190.88 409.033Z\"\n fill=\"#F4F2FC\"\n />\n <path\n d=\"M1190.88 795.176L1302.84 859.764V988.939L1190.88 1053.53L1078.91 988.939V859.764L1190.88 795.176Z\"\n fill=\"#F2EFF9\"\n />\n </g>\n <defs>\n <clipPath id=\"clip0_6783_1966\">\n <rect width=\"1280\" height=\"1280\" fill=\"white\" />\n </clipPath>\n </defs>\n</svg>";
16476
-
16477
- // commented out s+ props as the svgs don't exist yet
16478
- var BackgroundGradients = {
16479
- HomepageLight1: {
16480
- xs: HomepageLight1,
16481
- // s: HomepageLight1,
16482
- // m: HomepageLight1,
16483
- // l: HomepageLight1,
16484
- // xl: HomepageLight1,
16485
- // xxl: HomepageLight1,
16486
- },
16487
- HomepageLight2: {
16488
- xs: HomepageLight2,
16489
- // s: HomepageLight2,
16490
- // m: HomepageLight2,
16491
- // l: HomepageLight2,
16492
- // xl: HomepageLight2,
16493
- // xxl: HomepageLight2,
16494
- },
16495
- HomepageLight3: {
16496
- xs: HomepageLight3XS_S,
16497
- // s: HomepageLight2,
16498
- m: HomepageLight3M_XL,
16499
- // l: HomepageLight2,
16500
- // xl: HomepageLight2,
16501
- // xxl: HomepageLight2,
16502
- },
16503
- ProductpageLight1: {
16504
- xs: ProductpageLight1,
16505
- // s: ProductpageLight1,
16506
- // m: ProductpageLight1,
16507
- // l: ProductpageLight1,
16508
- // xl: ProductpageLight1,
16509
- // xxl: ProductpageLight1,
16510
- },
16511
- ProductpageLight2: {
16512
- xs: ProductpageLight2,
16513
- // s: ProductpageLight2,
16514
- // m: ProductpageLight2,
16515
- // l: ProductpageLight2,
16516
- // xl: ProductpageLight2,
16517
- // xxl: ProductpageLight2,
16518
- },
16519
- HomepageDark1: {
16520
- xs: HomepageDark1,
16521
- // s: HomepageDark1,
16522
- // m: HomepageDark1,
16523
- // l: HomepageDark1,
16524
- // xl: HomepageDark1,
16525
- // xxl: HomepageDark1,
16526
- },
16527
- HomepageDark2: {
16528
- xs: HomepageDark2,
16529
- // s: HomepageDark2,
16530
- // m: HomepageDark2,
16531
- // l: HomepageDark2,
16532
- // xl: HomepageDark2,
16533
- // xxl: HomepageDark2,
16534
- },
16535
- ProductpageDark1: {
16536
- xs: ProductpageDark1,
16537
- // s: ProductpageDark1,
16538
- // m: ProductpageDark1,
16539
- // l: ProductpageDark1,
16540
- // xl: ProductpageDark1,
16541
- // xxl: ProductpageDark1,
16542
- },
16543
- ProductpageDark2: {
16544
- xs: ProductpageDark2,
16545
- // s: ProductpageDark2,
16546
- // m: ProductpageDark2,
16547
- // l: ProductpageDark2,
16548
- // xl: ProductpageDark2,
16549
- // xxl: ProductpageDark2,
16550
- },
16551
- FooterLight: {
16552
- xs: FooterLight,
16553
- // s: FooterLight,
16554
- // m: FooterLight,
16555
- // l: FooterLight,
16556
- // xl: FooterLight,
16557
- // xxl: FooterLight,
16558
- },
16559
- };
16560
-
16561
- var ScrimFade = function (props) {
16562
- var _a;
16563
- var totalHeight = (_a = props === null || props === void 0 ? void 0 : props.scrimfadeheight) !== null && _a !== void 0 ? _a : 1000;
16564
- if (!props.scrimfadeheight && props.scrimfadesize) {
16565
- if (props.scrimfadesize === "l") {
16566
- totalHeight = 1408;
16567
- }
16568
- else if (props.scrimfadesize === "m") {
16569
- totalHeight = 1024;
16507
+ var ClientSideVisible = function (_a) {
16508
+ var children = _a.children;
16509
+ var _b = useState(false), canRender = _b[0], setCanRender = _b[1];
16510
+ useEffect(function () {
16511
+ if (typeof window !== "undefined") {
16512
+ setCanRender(true);
16570
16513
  }
16571
- else if (props.scrimfadesize === "s") {
16572
- totalHeight = 640;
16514
+ }, [setCanRender]);
16515
+ return (React__default.createElement("div", { style: { visibility: canRender ? "visible" : "hidden" } }, children));
16516
+ };
16517
+
16518
+ var ScrimFade = function (_a) {
16519
+ var scrimFadeHeight = _a.scrimFadeHeight, scrimFadeSize = _a.scrimFadeSize, scrimFadePosition = _a.scrimFadePosition;
16520
+ var _b = useMemo(function () {
16521
+ var fadeModifier = 128;
16522
+ var defaultSizes = {
16523
+ s: {
16524
+ totalHeight: 640,
16525
+ fadeHeight: 640 - fadeModifier,
16526
+ },
16527
+ m: {
16528
+ totalHeight: 1024,
16529
+ fadeHeight: 1024 - fadeModifier,
16530
+ },
16531
+ l: {
16532
+ totalHeight: 1408,
16533
+ fadeHeight: 1408 - fadeModifier,
16534
+ },
16535
+ };
16536
+ if (!scrimFadeHeight) {
16537
+ return defaultSizes[scrimFadeSize];
16573
16538
  }
16574
- }
16575
- var fadeHeight = totalHeight - 128;
16576
- return (React.createElement("svg", __assign({ width: "1024", height: totalHeight, viewBox: "0 0 1024 ".concat(totalHeight), fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
16539
+ return {
16540
+ totalHeight: scrimFadeHeight,
16541
+ fadeHeight: scrimFadeHeight - fadeModifier,
16542
+ };
16543
+ }, [scrimFadeHeight, scrimFadeSize]), totalHeight = _b.totalHeight, fadeHeight = _b.fadeHeight;
16544
+ return (React.createElement("svg", { width: "1024", height: totalHeight, viewBox: "0 0 1024 ".concat(totalHeight), fill: "none", xmlns: "http://www.w3.org/2000/svg", preserveAspectRatio: "none", className: classNames("arc-GradientPageBackground-scrimFade", scrimFadePosition &&
16545
+ "arc-GradientPageBackground-scrimFade--".concat(scrimFadePosition)) },
16577
16546
  React.createElement("rect", { y: "128", width: "1024", height: fadeHeight, fill: "url(#paint0_linear_6538_9883)" }),
16578
16547
  React.createElement("g", { opacity: "0.7" },
16579
16548
  React.createElement("rect", { width: "1024", height: totalHeight, fill: "url(#paint1_linear_6538_9883)", style: { mixBlendMode: "soft-light" } })),
@@ -16600,88 +16569,72 @@ var ScrimFade = function (props) {
16600
16569
  React.createElement("stop", { offset: "1", stopColor: "white" })))));
16601
16570
  };
16602
16571
 
16603
- var GradientPageBackground = function (_a) {
16604
- var _b, _c;
16605
- var _d = _a.type, type = _d === void 0 ? "HomepageLight1" : _d, children = _a.children, scrimFadeSize = _a.scrimFadeSize, scrimFadeHeights = _a.scrimFadeHeights, _e = _a.scrimFadePosition, scrimFadePosition = _e === void 0 ? "bottom" : _e, extendBackgrounds = _a.extendBackgrounds, customGradients = _a.customGradients, props = __rest(_a, ["type", "children", "scrimFadeSize", "scrimFadeHeights", "scrimFadePosition", "extendBackgrounds", "customGradients"]);
16606
- var _f = useState(), scrimFadeHeight = _f[0], setScrimFadeHeight = _f[1];
16607
- var _g = useState(), extendBackground = _g[0], setExtendBackground = _g[1];
16608
- var _h = useState(), backgroundGradient = _h[0], setBackgroundGradient = _h[1];
16609
- var _j = useState(), customGradient = _j[0], setCustomGradient = _j[1];
16610
- var _k = useState("xs"), breakpoint = _k[0], setBreakpoint = _k[1];
16611
- var gradientUri = svgToMiniDataURI(backgroundGradient !== null && backgroundGradient !== void 0 ? backgroundGradient : "");
16612
- var isMinWidthArcBreakpointS = useMediaQuery(S_BREAKPOINT);
16613
- var isMinWidthArcBreakpointM = useMediaQuery(M_BREAKPOINT);
16614
- var isMinWidthArcBreakpointL = useMediaQuery(L_BREAKPOINT);
16615
- var isMinWidthArcBreakpointXl = useMediaQuery(XL_BREAKPOINT);
16616
- // Update current breakpoint value for props
16617
- useEffect(function () {
16572
+ // Inherit the last provided value when no value is provided
16573
+ var getResponsiveConfig = function (property, breakpoint) {
16574
+ if (!property || !breakpoint)
16575
+ return;
16576
+ var breakpoints = ["xs", "s", "m", "l", "xl", "xxl"];
16577
+ return breakpoints.reduce(function (acc, bp, index) {
16618
16578
  var _a;
16619
- var breakpoints = [
16620
- ["xl", isMinWidthArcBreakpointXl],
16621
- ["l", isMinWidthArcBreakpointL],
16622
- ["m", isMinWidthArcBreakpointM],
16623
- ["s", isMinWidthArcBreakpointS],
16624
- ["xs", true],
16625
- ];
16626
- var matched = breakpoints.find(function (_a) {
16627
- var match = _a[1];
16628
- return match;
16629
- });
16630
- setBreakpoint((_a = matched === null || matched === void 0 ? void 0 : matched[0]) !== null && _a !== void 0 ? _a : "xs");
16579
+ return (__assign(__assign({}, acc), (_a = {}, _a[bp] = property[bp] || acc[breakpoints[index - 1]], _a)));
16580
+ }, {})[breakpoint];
16581
+ };
16582
+
16583
+ var GradientPageBackground = function (_a) {
16584
+ var _b;
16585
+ var gradient = _a.gradient, responsiveGradient = _a.responsiveGradient, children = _a.children, scrimFadeSize = _a.scrimFadeSize, scrimFadeHeights = _a.scrimFadeHeights, extendBackgrounds = _a.extendBackgrounds, loading = _a.loading, _c = _a.scrimFadePosition, scrimFadePosition = _c === void 0 ? "bottom" : _c, props = __rest(_a, ["gradient", "responsiveGradient", "children", "scrimFadeSize", "scrimFadeHeights", "extendBackgrounds", "loading", "scrimFadePosition"]);
16586
+ var isMinWidthArcBreakpointS = useMediaQuery(ARC_MIN_S_BREAKPOINT);
16587
+ var isMinWidthArcBreakpointM = useMediaQuery(ARC_MIN_M_BREAKPOINT);
16588
+ var isMinWidthArcBreakpointL = useMediaQuery(ARC_MIN_L_BREAKPOINT);
16589
+ var isMinWidthArcBreakpointXl = useMediaQuery(ARC_MIN_XL_BREAKPOINT);
16590
+ var isMinWidthArcBreakpointXxl = useMediaQuery(ARC_MIN_XXL_BREAKPOINT);
16591
+ var breakpoint = useMemo(function () {
16592
+ var breakpoints = {
16593
+ xs: true,
16594
+ s: isMinWidthArcBreakpointS,
16595
+ m: isMinWidthArcBreakpointM,
16596
+ l: isMinWidthArcBreakpointL,
16597
+ xl: isMinWidthArcBreakpointXl,
16598
+ xxl: isMinWidthArcBreakpointXxl,
16599
+ };
16600
+ return Object.keys(breakpoints).findLast(function (key) { return breakpoints[key]; });
16631
16601
  }, [
16632
- isMinWidthArcBreakpointXl,
16633
- isMinWidthArcBreakpointL,
16634
- isMinWidthArcBreakpointM,
16635
16602
  isMinWidthArcBreakpointS,
16603
+ isMinWidthArcBreakpointM,
16604
+ isMinWidthArcBreakpointL,
16605
+ isMinWidthArcBreakpointXl,
16606
+ isMinWidthArcBreakpointXxl,
16636
16607
  ]);
16637
- // Function to inherit the last provided value when no value is provided
16638
- var inheritFallbackKey = function (obj, key) {
16639
- var keysInOrder = ["xs", "s", "m", "l", "xl", "xxl"];
16640
- var index = keysInOrder.indexOf(key);
16641
- if (index === -1)
16642
- return;
16643
- for (var i = index; i >= 0; i--) {
16644
- var fallbackKey = keysInOrder[i];
16645
- if (obj[fallbackKey] !== undefined) {
16646
- return obj[fallbackKey];
16647
- }
16648
- }
16649
- return undefined;
16608
+ var customGradient = useMemo(function () { return getResponsiveConfig(responsiveGradient, breakpoint); }, [responsiveGradient, breakpoint]);
16609
+ var scrimFadeHeight = useMemo(function () { return getResponsiveConfig(scrimFadeHeights, breakpoint); }, [breakpoint, scrimFadeHeights]);
16610
+ var extendBackground = useMemo(function () { return getResponsiveConfig(extendBackgrounds, breakpoint); }, [breakpoint, extendBackgrounds]);
16611
+ var gradientPathway = {
16612
+ light: "light-white",
16613
+ dark: "dark-black",
16650
16614
  };
16651
- // Update props when breakpoint changes
16652
- useEffect(function () {
16653
- var _a;
16654
- if (!breakpoint)
16655
- return;
16656
- setScrimFadeHeight(inheritFallbackKey(scrimFadeHeights !== null && scrimFadeHeights !== void 0 ? scrimFadeHeights : {}, breakpoint));
16657
- setExtendBackground(inheritFallbackKey(extendBackgrounds !== null && extendBackgrounds !== void 0 ? extendBackgrounds : {}, breakpoint));
16658
- setBackgroundGradient(inheritFallbackKey((_a = BackgroundGradients === null || BackgroundGradients === void 0 ? void 0 : BackgroundGradients[type]) !== null && _a !== void 0 ? _a : {}, breakpoint));
16659
- setCustomGradient(inheritFallbackKey(customGradients !== null && customGradients !== void 0 ? customGradients : {}, breakpoint));
16660
- }, [breakpoint, type]); // type only for storybook
16661
- return (React__default.createElement("div", __assign({ className: classNames("arc-GradientPageBackground", (_b = {},
16662
- _b["arc-GradientPageBackground--".concat(scrimFadePosition)] = scrimFadePosition,
16663
- _b)), style: extendBackground && scrimFadePosition == "bottom"
16664
- ? {
16665
- paddingBottom: "".concat(extendBackground, "px"),
16666
- marginBottom: "-".concat(extendBackground, "px"),
16667
- }
16668
- : {
16669
- paddingTop: "".concat(extendBackground, "px"),
16670
- marginTop: "-".concat(extendBackground, "px"),
16671
- } }, filterAttrs(props)),
16672
- React__default.createElement("div", { className: "arc-GradientPageBackground-svgWrapper" },
16673
- React__default.createElement("img", { src: customGradient || gradientUri, alt: "", className: "arc-GradientPageBackground-svgbg" })),
16674
- React__default.createElement("div", { className: "arc-GradientPageBackground-content" },
16675
- React__default.createElement(Surface, { isTransparent: true, background: customGradient
16676
- ? (customGradient === null || customGradient === void 0 ? void 0 : customGradient.includes("Light"))
16677
- ? "light-white"
16678
- : "dark-black"
16679
- : type.includes("Light")
16680
- ? "light-white"
16681
- : "dark-black" }, children)),
16682
- scrimFadeSize && (React__default.createElement(ScrimFade, { className: classNames("arc-GradientPageBackground-scrimFade", (_c = {},
16683
- _c["arc-GradientPageBackground-scrimFade--".concat(scrimFadePosition)] = scrimFadePosition,
16684
- _c)), scrimfadeheight: scrimFadeHeight ? scrimFadeHeight : null, scrimfadesize: scrimFadeSize, preserveAspectRatio: "none" }))));
16615
+ var extentedBackgroundScrimStyles = {
16616
+ top: {
16617
+ paddingTop: "".concat(extendBackground, "px"),
16618
+ marginTop: "-".concat(extendBackground, "px"),
16619
+ },
16620
+ bottom: {
16621
+ paddingBottom: "".concat(extendBackground, "px"),
16622
+ marginBottom: "-".concat(extendBackground, "px"),
16623
+ },
16624
+ };
16625
+ return (React__default.createElement(ClientSideVisible, null,
16626
+ React__default.createElement("div", __assign({ className: classNames("arc-GradientPageBackground", (_b = {},
16627
+ _b["arc-GradientPageBackground--".concat(scrimFadePosition)] = scrimFadePosition,
16628
+ _b)), style: __assign({}, (extendBackground
16629
+ ? extentedBackgroundScrimStyles[scrimFadePosition]
16630
+ : {})) }, filterAttrs(props)),
16631
+ React__default.createElement("div", { className: "arc-GradientPageBackground-svgWrapper" },
16632
+ React__default.createElement("img", { src: (customGradient === null || customGradient === void 0 ? void 0 : customGradient.svg) || (gradient === null || gradient === void 0 ? void 0 : gradient.svg), alt: "", className: "arc-GradientPageBackground-svgbg", loading: loading })),
16633
+ React__default.createElement("div", { className: "arc-GradientPageBackground-content" },
16634
+ React__default.createElement(Surface, { isTransparent: true, background: customGradient
16635
+ ? gradientPathway[customGradient === null || customGradient === void 0 ? void 0 : customGradient.type]
16636
+ : gradientPathway[(gradient === null || gradient === void 0 ? void 0 : gradient.type) || "light"] }, children)),
16637
+ scrimFadeSize && (React__default.createElement(ScrimFade, { scrimFadeHeight: scrimFadeHeight, scrimFadeSize: scrimFadeSize, scrimFadePosition: scrimFadePosition, preserveAspectRatio: "none" })))));
16685
16638
  };
16686
16639
 
16687
16640
  /**
@@ -16715,11 +16668,11 @@ var GroupItem = function (_a) {
16715
16668
  };
16716
16669
 
16717
16670
  var HeroBanner = function (_a) {
16718
- var heading = _a.heading, label = _a.label, text = _a.text, img = _a.img, _b = _a.contentRatio, contentRatio = _b === void 0 ? "1/1" : _b, children = _a.children, minHeight = _a.minHeight, _c = _a.isReversed, isReversed = _c === void 0 ? false : _c, _d = _a.isElevated, isElevated = _d === void 0 ? false : _d, _e = _a.headingLevel, headingLevel = _e === void 0 ? "2" : _e, _f = _a.extendBeyondContainer, extendBeyondContainer = _f === void 0 ? false : _f, _g = _a.type, type = _g === void 0 ? "light" : _g, props = __rest(_a, ["heading", "label", "text", "img", "contentRatio", "children", "minHeight", "isReversed", "isElevated", "headingLevel", "extendBeyondContainer", "type"]);
16671
+ var heading = _a.heading, label = _a.label, text = _a.text, img = _a.img, _b = _a.contentRatio, contentRatio = _b === void 0 ? "1/1" : _b, children = _a.children, minHeight = _a.minHeight, _c = _a.isReversed, isReversed = _c === void 0 ? false : _c, _d = _a.isElevated, isElevated = _d === void 0 ? false : _d, _e = _a.headingLevel, headingLevel = _e === void 0 ? "2" : _e, _f = _a.extendBeyondContainer, extendBeyondContainer = _f === void 0 ? false : _f, _g = _a.type, type = _g === void 0 ? "light" : _g, _h = _a.fontStyle, fontStyle = _h === void 0 ? "default" : _h, props = __rest(_a, ["heading", "label", "text", "img", "contentRatio", "children", "minHeight", "isReversed", "isElevated", "headingLevel", "extendBeyondContainer", "type", "fontStyle"]);
16719
16672
  return (React__default.createElement(ConditionalWrapper, { condition: extendBeyondContainer, wrapper: function (children) { return (React__default.createElement("div", { className: classNames({
16720
16673
  "arc-HeroBanner--expanded": extendBeyondContainer,
16721
16674
  }) }, children)); } },
16722
- React__default.createElement(TemplateBanner, __assign({ heading: heading, label: label, text: text, img: img, contentRatio: contentRatio, minHeight: minHeight, isReversed: isReversed, isElevated: isElevated, headingLevel: headingLevel, type: type, headingSize: "xl", alignment: "center" }, filterAttrs(props)), children)));
16675
+ React__default.createElement(TemplateBanner, __assign({ heading: heading, label: label, text: text, img: img, contentRatio: contentRatio, minHeight: minHeight, isReversed: isReversed, isElevated: isElevated, headingLevel: headingLevel, type: type, headingSize: fontStyle === "default" ? "xl" : "xxl", fontStyle: fontStyle, alignment: "center" }, filterAttrs(props)), children)));
16723
16676
  };
16724
16677
 
16725
16678
  /**
@@ -16805,22 +16758,11 @@ var Hidden = function (_a) {
16805
16758
  }) }, filterAttrs(props)), children));
16806
16759
  };
16807
16760
 
16808
- var ArrowRight = "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3e%3cpath d='M18.146 11.646a.5.5 0 0 0 0 .707l3.147 3.147H9.5a.5.5 0 0 0 0 1h11.793l-3.146 3.146a.5.5 0 1 0 .707.707L23.207 16l-4.354-4.354a.5.5 0 0 0-.707 0'/%3e%3c/svg%3e";
16809
- var ArrowRightFill = "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3e%3cpath fill='currentColor' d='M2 16A14 14 0 1 0 16 2 14 14 0 0 0 2 16m16.854-4.354L23.207 16l-4.354 4.354a.5.5 0 0 1-.707-.707l3.147-3.147H9.5a.5.5 0 0 1 0-1h11.793l-3.146-3.146a.5.5 0 0 1 .707-.707'/%3e%3c/svg%3e";
16810
- var Play = "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3e%3cpath d='m20.839 15.04-7.178-4.144a1.107 1.107 0 0 0-1.661.958v8.288a1.105 1.105 0 0 0 1.661.96l7.178-4.145a1.107 1.107 0 0 0 0-1.917m-.5 1.051-7.178 4.145a.1.1 0 0 1-.107 0 .1.1 0 0 1-.054-.094v-8.288a.1.1 0 0 1 .054-.092.1.1 0 0 1 .107 0l7.178 4.143a.1.1 0 0 1 .054.094.1.1 0 0 1-.054.092'/%3e%3c/svg%3e";
16811
- var PlayFill = "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3e%3cpath d='M16 2a14 14 0 1 0 14 14A14 14 0 0 0 16 2m4.839 14.957-7.178 4.145a1.108 1.108 0 0 1-1.661-.96v-8.288a1.107 1.107 0 0 1 1.661-.958l7.178 4.144a1.107 1.107 0 0 1 0 1.917'/%3e%3c/svg%3e";
16812
-
16813
16761
  var CardFooter = function (_a) {
16814
16762
  var metaText = _a.metaText, _b = _a.buttonIcon, buttonIcon = _b === void 0 ? "arrow" : _b, _c = _a.buttonSize, buttonSize = _c === void 0 ? "m" : _c, _d = _a.isDarkPathway, isDarkPathway = _d === void 0 ? false : _d, _e = _a.showButton, showButton = _e === void 0 ? true : _e, _f = _a.isHovered, isHovered = _f === void 0 ? false : _f;
16815
16763
  var icons = {
16816
- arrow: {
16817
- regular: ArrowRight,
16818
- filled: ArrowRightFill,
16819
- },
16820
- play: {
16821
- regular: Play,
16822
- filled: PlayFill,
16823
- },
16764
+ arrow: "cardRight",
16765
+ play: "cardPlay",
16824
16766
  };
16825
16767
  return (React__default.createElement("div", { className: classNames("arc-CardFooter", {
16826
16768
  "arc-CardFooter--darkPathway": isDarkPathway,
@@ -16834,14 +16776,14 @@ var CardFooter = function (_a) {
16834
16776
  React__default.createElement("div", { className: classNames("arc-CardFooter-buttonIconRight", {
16835
16777
  "arc-CardFooter-buttonIconRight--isHovered": isHovered,
16836
16778
  }) },
16837
- React__default.createElement(Icon$1, { icon: icons[buttonIcon].regular })),
16779
+ React__default.createElement(ThemeIcon, { icon: icons[buttonIcon] })),
16838
16780
  React__default.createElement("div", { className: "arc-CardFooter-buttonIconLeft" },
16839
- React__default.createElement(Icon$1, { icon: icons[buttonIcon].regular }))))))));
16781
+ React__default.createElement(ThemeIcon, { icon: icons[buttonIcon] }))))))));
16840
16782
  };
16841
16783
 
16842
16784
  var CardHeading = function (_a) {
16843
16785
  var onClick = _a.onClick, onMouseEnter = _a.onMouseEnter, onMouseLeave = _a.onMouseLeave, onBlur = _a.onBlur, onFocus = _a.onFocus, href = _a.href, heading = _a.heading, _b = _a.size, size = _b === void 0 ? "m" : _b, _c = _a.linkData, linkData = _c === void 0 ? {} : _c, _d = _a.headingLevel, headingLevel = _d === void 0 ? "2" : _d;
16844
- return (React__default.createElement(Heading, { level: headingLevel, size: size }, href ? (React__default.createElement("a", __assign({ className: "arc-CardHeading-link", href: href, onClick: onClick, onMouseEnter: onMouseEnter, onMouseLeave: onMouseLeave, onFocus: onFocus, onBlur: onBlur }, filterAttrs(linkData)), heading)) : (heading)));
16786
+ return (React__default.createElement(Heading, { level: headingLevel, size: size, isWordWrap: false }, href ? (React__default.createElement("a", __assign({ className: "arc-CardHeading-link", href: href, onClick: onClick, onMouseEnter: onMouseEnter, onMouseLeave: onMouseLeave, onFocus: onFocus, onBlur: onBlur }, filterAttrs(linkData)), heading)) : (heading)));
16845
16787
  };
16846
16788
 
16847
16789
  var HorizontalCard = function (_a) {
@@ -16894,22 +16836,12 @@ const BtIconArrowRight =
16894
16836
  "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3e%3cpath d='M16 2a14 14 0 1 0 14 14A14 14 0 0 0 16 2m0 27a13 13 0 1 1 13-13 13.015 13.015 0 0 1-13 13'/%3e%3cpath d='M18.146 11.646a.5.5 0 0 0 0 .707l3.147 3.147H9.5a.5.5 0 0 0 0 1h11.793l-3.146 3.146a.5.5 0 1 0 .707.707L23.207 16l-4.354-4.354a.5.5 0 0 0-.707 0'/%3e%3c/svg%3e";
16895
16837
 
16896
16838
  /**
16897
- * Provides an object of breakpoints for responsive designs.
16898
- *
16899
- * This object contains keys representing breakpoint names (e.g., `xxl`, `xl`)
16900
- * and values representing the pixel widths for those breakpoints. The values are parsed
16901
- * from strings (e.g., "1400px") into numbers for easier usage in responsive logic.
16902
- *
16903
- * Kept in src for internal use
16839
+ * Do not edit directly
16840
+ * Generated file
16904
16841
  */
16905
- var ArcBreakpoints = {
16906
- xxl: parseInt(ArcSizeBreakpointsXxl, 10),
16907
- xl: parseInt(ArcSizeBreakpointsXl, 10),
16908
- l: parseInt(ArcSizeBreakpointsL, 10),
16909
- m: parseInt(ArcSizeBreakpointsM, 10),
16910
- s: parseInt(ArcSizeBreakpointsS, 10),
16911
- xs: parseInt(ArcSizeBreakpointsXs, 10),
16912
- };
16842
+
16843
+ const BtIconArrowRightFill =
16844
+ "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3e%3cpath fill='currentColor' d='M2 16A14 14 0 1 0 16 2 14 14 0 0 0 2 16m16.854-4.354L23.207 16l-4.354 4.354a.5.5 0 0 1-.707-.707l3.147-3.147H9.5a.5.5 0 0 1 0-1h11.793l-3.146-3.146a.5.5 0 0 1 .707-.707'/%3e%3c/svg%3e";
16913
16845
 
16914
16846
  /** Use `InformationCard` for flexibility and the ability to focus and highlight product specific content. */
16915
16847
  var InformationCard = function (_a) {
@@ -16963,7 +16895,7 @@ var InformationCard = function (_a) {
16963
16895
  })))),
16964
16896
  React__default.createElement("div", { className: "arc-InformationCard-footerItems" },
16965
16897
  button && !cardUrl && (React__default.createElement("div", { className: "arc-InformationCard-footerButtonContainer" },
16966
- React__default.createElement(ButtonV2, __assign({}, button, { size: "m", iconPosition: "beforeText", buttonStyle: "compact", icon: BtIconArrowRight })))),
16898
+ React__default.createElement(ButtonV2, __assign({}, button, { size: "m", iconPosition: "beforeText", buttonStyle: "compact", icon: BtIconArrowRight, iconActive: BtIconArrowRightFill })))),
16967
16899
  footerLogo && (React__default.createElement("div", { className: "arc-InformationCard-footerLogoContainer" },
16968
16900
  React__default.createElement(Image, __assign({}, footerLogo)))))))))));
16969
16901
  };
@@ -17251,7 +17183,7 @@ var [createMenuContext, createMenuScope] = createContextScope$1(MENU_NAME, [
17251
17183
  ]);
17252
17184
  var usePopperScope$1 = createPopperScope$1();
17253
17185
  var useRovingFocusGroupScope = createRovingFocusGroupScope();
17254
- var [MenuProvider, useMenuContext] = createMenuContext(MENU_NAME);
17186
+ var [MenuProvider$1, useMenuContext$1] = createMenuContext(MENU_NAME);
17255
17187
  var [MenuRootProvider, useMenuRootContext] = createMenuContext(MENU_NAME);
17256
17188
  var Menu$1 = (props) => {
17257
17189
  const { __scopeMenu, open = false, children, dir, onOpenChange, modal = true } = props;
@@ -17275,7 +17207,7 @@ var Menu$1 = (props) => {
17275
17207
  };
17276
17208
  }, []);
17277
17209
  return /* @__PURE__ */ jsx(Root2$4, { ...popperScope, children: /* @__PURE__ */ jsx(
17278
- MenuProvider,
17210
+ MenuProvider$1,
17279
17211
  {
17280
17212
  scope: __scopeMenu,
17281
17213
  open,
@@ -17312,7 +17244,7 @@ var [PortalProvider$1, usePortalContext$1] = createMenuContext(PORTAL_NAME$3, {
17312
17244
  });
17313
17245
  var MenuPortal$1 = (props) => {
17314
17246
  const { __scopeMenu, forceMount, children, container } = props;
17315
- const context = useMenuContext(PORTAL_NAME$3, __scopeMenu);
17247
+ const context = useMenuContext$1(PORTAL_NAME$3, __scopeMenu);
17316
17248
  return /* @__PURE__ */ jsx(PortalProvider$1, { scope: __scopeMenu, forceMount, children: /* @__PURE__ */ jsx(Presence$1, { present: forceMount || context.open, children: /* @__PURE__ */ jsx(Portal$6, { asChild: true, container, children }) }) });
17317
17249
  };
17318
17250
  MenuPortal$1.displayName = PORTAL_NAME$3;
@@ -17322,14 +17254,14 @@ var MenuContent$1 = React.forwardRef(
17322
17254
  (props, forwardedRef) => {
17323
17255
  const portalContext = usePortalContext$1(CONTENT_NAME$3, props.__scopeMenu);
17324
17256
  const { forceMount = portalContext.forceMount, ...contentProps } = props;
17325
- const context = useMenuContext(CONTENT_NAME$3, props.__scopeMenu);
17257
+ const context = useMenuContext$1(CONTENT_NAME$3, props.__scopeMenu);
17326
17258
  const rootContext = useMenuRootContext(CONTENT_NAME$3, props.__scopeMenu);
17327
17259
  return /* @__PURE__ */ jsx(Collection.Provider, { scope: props.__scopeMenu, children: /* @__PURE__ */ jsx(Presence$1, { present: forceMount || context.open, children: /* @__PURE__ */ jsx(Collection.Slot, { scope: props.__scopeMenu, children: rootContext.modal ? /* @__PURE__ */ jsx(MenuRootContentModal, { ...contentProps, ref: forwardedRef }) : /* @__PURE__ */ jsx(MenuRootContentNonModal, { ...contentProps, ref: forwardedRef }) }) }) });
17328
17260
  }
17329
17261
  );
17330
17262
  var MenuRootContentModal = React.forwardRef(
17331
17263
  (props, forwardedRef) => {
17332
- const context = useMenuContext(CONTENT_NAME$3, props.__scopeMenu);
17264
+ const context = useMenuContext$1(CONTENT_NAME$3, props.__scopeMenu);
17333
17265
  const ref = React.useRef(null);
17334
17266
  const composedRefs = useComposedRefs$1(forwardedRef, ref);
17335
17267
  React.useEffect(() => {
@@ -17355,7 +17287,7 @@ var MenuRootContentModal = React.forwardRef(
17355
17287
  }
17356
17288
  );
17357
17289
  var MenuRootContentNonModal = React.forwardRef((props, forwardedRef) => {
17358
- const context = useMenuContext(CONTENT_NAME$3, props.__scopeMenu);
17290
+ const context = useMenuContext$1(CONTENT_NAME$3, props.__scopeMenu);
17359
17291
  return /* @__PURE__ */ jsx(
17360
17292
  MenuContentImpl,
17361
17293
  {
@@ -17386,7 +17318,7 @@ var MenuContentImpl = React.forwardRef(
17386
17318
  disableOutsideScroll,
17387
17319
  ...contentProps
17388
17320
  } = props;
17389
- const context = useMenuContext(CONTENT_NAME$3, __scopeMenu);
17321
+ const context = useMenuContext$1(CONTENT_NAME$3, __scopeMenu);
17390
17322
  const rootContext = useMenuRootContext(CONTENT_NAME$3, __scopeMenu);
17391
17323
  const popperScope = usePopperScope$1(__scopeMenu);
17392
17324
  const rovingFocusGroupScope = useRovingFocusGroupScope(__scopeMenu);
@@ -17788,7 +17720,7 @@ var SUB_NAME = "MenuSub";
17788
17720
  var [MenuSubProvider, useMenuSubContext] = createMenuContext(SUB_NAME);
17789
17721
  var MenuSub = (props) => {
17790
17722
  const { __scopeMenu, children, open = false, onOpenChange } = props;
17791
- const parentMenuContext = useMenuContext(SUB_NAME, __scopeMenu);
17723
+ const parentMenuContext = useMenuContext$1(SUB_NAME, __scopeMenu);
17792
17724
  const popperScope = usePopperScope$1(__scopeMenu);
17793
17725
  const [trigger, setTrigger] = React.useState(null);
17794
17726
  const [content, setContent] = React.useState(null);
@@ -17798,7 +17730,7 @@ var MenuSub = (props) => {
17798
17730
  return () => handleOpenChange(false);
17799
17731
  }, [parentMenuContext.open, handleOpenChange]);
17800
17732
  return /* @__PURE__ */ jsx(Root2$4, { ...popperScope, children: /* @__PURE__ */ jsx(
17801
- MenuProvider,
17733
+ MenuProvider$1,
17802
17734
  {
17803
17735
  scope: __scopeMenu,
17804
17736
  open,
@@ -17823,7 +17755,7 @@ MenuSub.displayName = SUB_NAME;
17823
17755
  var SUB_TRIGGER_NAME$1 = "MenuSubTrigger";
17824
17756
  var MenuSubTrigger = React.forwardRef(
17825
17757
  (props, forwardedRef) => {
17826
- const context = useMenuContext(SUB_TRIGGER_NAME$1, props.__scopeMenu);
17758
+ const context = useMenuContext$1(SUB_TRIGGER_NAME$1, props.__scopeMenu);
17827
17759
  const rootContext = useMenuRootContext(SUB_TRIGGER_NAME$1, props.__scopeMenu);
17828
17760
  const subContext = useMenuSubContext(SUB_TRIGGER_NAME$1, props.__scopeMenu);
17829
17761
  const contentContext = useMenuContentContext(SUB_TRIGGER_NAME$1, props.__scopeMenu);
@@ -17926,7 +17858,7 @@ var MenuSubContent = React.forwardRef(
17926
17858
  (props, forwardedRef) => {
17927
17859
  const portalContext = usePortalContext$1(CONTENT_NAME$3, props.__scopeMenu);
17928
17860
  const { forceMount = portalContext.forceMount, ...subContentProps } = props;
17929
- const context = useMenuContext(CONTENT_NAME$3, props.__scopeMenu);
17861
+ const context = useMenuContext$1(CONTENT_NAME$3, props.__scopeMenu);
17930
17862
  const rootContext = useMenuRootContext(CONTENT_NAME$3, props.__scopeMenu);
17931
17863
  const subContext = useMenuSubContext(SUB_CONTENT_NAME$1, props.__scopeMenu);
17932
17864
  const ref = React.useRef(null);
@@ -18291,12 +18223,74 @@ var Sub2 = DropdownMenuSub;
18291
18223
  var SubTrigger2 = DropdownMenuSubTrigger;
18292
18224
  var SubContent2 = DropdownMenuSubContent;
18293
18225
 
18226
+ var MenuContext = createContext(null);
18227
+ var useMenuContext = function () {
18228
+ var ctx = useContext(MenuContext);
18229
+ if (!ctx) {
18230
+ throw new Error("useMenuContext must be used within a <MenuProvider>");
18231
+ }
18232
+ return ctx;
18233
+ };
18234
+
18235
+ var MenuProvider = function (_a) {
18236
+ var isMobileMenu = _a.isMobileMenu, defaultWidth = _a.defaultWidth, children = _a.children;
18237
+ var _b = useState([]), stack = _b[0], setStack = _b[1];
18238
+ var focusFirstMenuItem = function () {
18239
+ requestAnimationFrame(function () {
18240
+ var wrappers = document.querySelectorAll("[data-radix-popper-content-wrapper]");
18241
+ var latestWrapper = wrappers[wrappers.length - 1];
18242
+ if (!latestWrapper)
18243
+ return;
18244
+ var firstItem = latestWrapper.querySelector('[role="menuitem"]');
18245
+ firstItem === null || firstItem === void 0 ? void 0 : firstItem.focus();
18246
+ });
18247
+ };
18248
+ var goForward = function (item, navigatedViaKeyboard) {
18249
+ setStack(function (prevStack) { return __spreadArray(__spreadArray([], prevStack, true), [item], false); });
18250
+ if (navigatedViaKeyboard) {
18251
+ focusFirstMenuItem();
18252
+ }
18253
+ };
18254
+ var goBack = function (navigatedViaKeyboard) {
18255
+ setStack(function (prevStack) {
18256
+ var newStack = prevStack.slice(0, -1);
18257
+ if (navigatedViaKeyboard) {
18258
+ var last_1 = prevStack[prevStack.length - 1];
18259
+ requestAnimationFrame(function () {
18260
+ var trigger = (last_1 === null || last_1 === void 0 ? void 0 : last_1.triggerId)
18261
+ ? document.querySelector("[data-menu-trigger=\"".concat(last_1.triggerId, "\"]"))
18262
+ : null;
18263
+ if (trigger) {
18264
+ trigger.focus();
18265
+ }
18266
+ else {
18267
+ focusFirstMenuItem();
18268
+ }
18269
+ });
18270
+ }
18271
+ return newStack;
18272
+ });
18273
+ };
18274
+ var reset = function () {
18275
+ setStack([]);
18276
+ };
18277
+ return (React__default.createElement(MenuContext.Provider, { value: {
18278
+ isMobileMenu: isMobileMenu,
18279
+ stack: stack,
18280
+ goForward: goForward,
18281
+ goBack: goBack,
18282
+ reset: reset,
18283
+ defaultWidth: defaultWidth,
18284
+ } }, children));
18285
+ };
18286
+
18294
18287
  /**
18295
18288
  * Contains all the parts of a dropdown menu.
18296
18289
  */
18297
18290
  var Menu = function (_a) {
18298
- var defaultOpen = _a.defaultOpen, open = _a.open, onOpenChange = _a.onOpenChange, _b = _a.modal, modal = _b === void 0 ? false : _b, children = _a.children, props = __rest(_a, ["defaultOpen", "open", "onOpenChange", "modal", "children"]);
18299
- return (React__default.createElement(Root2$1, __assign({ defaultOpen: defaultOpen, open: open, onOpenChange: onOpenChange, modal: modal }, filterAttrs(props)), children));
18291
+ var defaultOpen = _a.defaultOpen, open = _a.open, onOpenChange = _a.onOpenChange, _b = _a.modal, modal = _b === void 0 ? true : _b, _c = _a.isMobileMenu, isMobileMenu = _c === void 0 ? false : _c, children = _a.children, defaultWidth = _a.defaultWidth, props = __rest(_a, ["defaultOpen", "open", "onOpenChange", "modal", "isMobileMenu", "children", "defaultWidth"]);
18292
+ return (React__default.createElement(Root2$1, __assign({ defaultOpen: defaultOpen, open: open, onOpenChange: onOpenChange, modal: modal }, filterAttrs(props)),
18293
+ React__default.createElement(MenuProvider, { isMobileMenu: isMobileMenu, defaultWidth: defaultWidth }, children)));
18300
18294
  };
18301
18295
 
18302
18296
  var MenuItemContentTemplate = function (_a) {
@@ -18323,19 +18317,114 @@ var MenuItemCheckbox = function (_a) {
18323
18317
  }
18324
18318
  onSelect === null || onSelect === void 0 ? void 0 : onSelect(event);
18325
18319
  }, id: id }, filterAttrs(props)),
18326
- React__default.createElement("div", { className: classNames("arc-MenuItemCheckbox-box", {
18327
- "arc-MenuItemCheckbox-box--checked": checked,
18328
- }) }, checked && (React__default.createElement("svg", { style: { width: 14, height: 11 }, viewBox: "0 0 18 14", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
18329
- React__default.createElement("path", { d: "M5.99459 14L0.350576 8.23277C0.126079 8.00285 0 7.69132 0 7.36653C0 7.04173 0.126079 6.7302 0.350576 6.50028C0.578979 6.27752 0.88258 6.15324 1.19832 6.15324C1.51405 6.15324 1.81765 6.27752 2.04606 6.50028L5.99459 10.535L15.9385 0.374054C16.0491 0.25703 16.1814 0.163688 16.3277 0.0994738C16.474 0.0352599 16.6313 0.00145997 16.7905 4.626e-05C16.9497 -0.00136745 17.1076 0.0296342 17.255 0.0912406C17.4023 0.152847 17.5362 0.243825 17.6488 0.358867C17.7614 0.473908 17.8504 0.610709 17.9107 0.761287C17.971 0.911865 18.0013 1.0732 18 1.23589C17.9986 1.39858 17.9655 1.55936 17.9026 1.70884C17.8398 1.85833 17.7485 1.99352 17.6339 2.10655L5.99459 14Z", fill: "currentColor" })))),
18320
+ React__default.createElement(CheckboxIcon, { size: "s", id: id, error: false, isDisabled: isDisabled, onChange: function () { return onCheckedChange; }, checked: checked, indeterminate: false }),
18330
18321
  React__default.createElement(MenuItemContentTemplate, null, children)));
18331
18322
  };
18332
18323
 
18324
+ /**
18325
+ * Do not edit directly
18326
+ * Generated file
18327
+ */
18328
+
18329
+ const BtIconChevronLeftMid =
18330
+ "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath fill='currentColor' fill-rule='evenodd' d='m7.621 8 2.849 2.852a.673.673 0 0 1-.732 1.097.7.7 0 0 1-.218-.145L6.196 8.476a.673.673 0 0 1 0-.951L9.52 4.197a.67.67 0 0 1 1.146.476c0 .178-.07.349-.196.475z' clip-rule='evenodd'/%3e%3c/svg%3e";
18331
+
18332
+ /**
18333
+ * Do not edit directly
18334
+ * Generated file
18335
+ */
18336
+
18337
+ const BtIconChevronRightMid =
18338
+ "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath fill='currentColor' fill-rule='evenodd' d='M9.045 8 6.197 5.148a.673.673 0 0 1 .731-1.097.7.7 0 0 1 .218.146l3.324 3.328a.673.673 0 0 1 0 .95l-3.324 3.329A.67.67 0 0 1 6 11.328c0-.178.07-.35.197-.476z' clip-rule='evenodd'/%3e%3c/svg%3e";
18339
+
18340
+ /**
18341
+ * Do not edit directly
18342
+ * Generated file
18343
+ */
18344
+
18345
+ const BtIconCrossAlt2Px =
18346
+ "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3e%3cpath fill='currentColor' d='m17.414 16 3.793-3.793a1 1 0 0 0-1.414-1.414L16 14.586l-3.793-3.793a1 1 0 0 0-1.414 1.414L14.586 16l-3.793 3.793a1 1 0 1 0 1.414 1.414L16 17.414l3.793 3.793a1 1 0 0 0 1.414-1.414Z'/%3e%3c/svg%3e";
18347
+
18348
+ /**
18349
+ * Do not edit directly
18350
+ * Generated file
18351
+ */
18352
+
18353
+ const BtIconCrossAlt2PxFill =
18354
+ "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3e%3cpath fill='currentColor' d='M16 2a14 14 0 1 0 14 14A14 14 0 0 0 16 2m5.207 17.793a1 1 0 1 1-1.414 1.414L16 17.414l-3.793 3.793a1 1 0 0 1-1.414-1.414L14.586 16l-3.793-3.793a1 1 0 0 1 1.414-1.414L16 14.586l3.793-3.793a1 1 0 0 1 1.414 1.414L17.414 16Z'/%3e%3c/svg%3e";
18355
+
18356
+ /**
18357
+ * Do not edit directly
18358
+ * Generated file
18359
+ */
18360
+
18361
+ const BtIconFirstMid =
18362
+ "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath fill='currentColor' fill-rule='evenodd' d='M4.675 4.005c.373 0 .675.303.675.675v6.64a.675.675 0 1 1-1.35 0V4.68c0-.372.302-.675.675-.675M7.973 8l2.848 2.852a.673.673 0 0 1-.731 1.097.7.7 0 0 1-.218-.145L6.548 8.476a.673.673 0 0 1 0-.951l3.324-3.328a.671.671 0 1 1 .95.951z' clip-rule='evenodd'/%3e%3c/svg%3e";
18363
+
18364
+ /**
18365
+ * Do not edit directly
18366
+ * Generated file
18367
+ */
18368
+
18369
+ const BtIconLastMid =
18370
+ "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath fill='currentColor' fill-rule='evenodd' d='M10.34 11.995a.675.675 0 0 1-.674-.675V4.68a.675.675 0 1 1 1.35 0v6.64a.675.675 0 0 1-.675.675M7.043 8 4.194 5.148a.673.673 0 0 1 .732-1.097.7.7 0 0 1 .218.146l3.324 3.328a.673.673 0 0 1 0 .95l-3.324 3.329a.671.671 0 1 1-.95-.952z' clip-rule='evenodd'/%3e%3c/svg%3e";
18371
+
18372
+ /**
18373
+ * Do not edit directly
18374
+ * Generated file
18375
+ */
18376
+
18377
+ const BtIconTickAlt2Px =
18378
+ "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3e%3cpath fill='currentColor' d='m13.5 21.914-4.707-4.707a1 1 0 0 1 0-1.414 1.024 1.024 0 0 1 1.414 0l3.293 3.293 8.293-8.293a1 1 0 1 1 1.414 1.414Z'/%3e%3c/svg%3e";
18379
+
18380
+ /**
18381
+ * Renders a menu item, optionally as a link if `href` is provided.
18382
+ */
18383
+ var MenuItem = function (_a) {
18384
+ var leadingIcon = _a.leadingIcon, supportingText = _a.supportingText, keyCommands = _a.keyCommands, trailingIcon = _a.trailingIcon, children = _a.children, onClick = _a.onClick, _b = _a.shouldKeepOpen, shouldKeepOpen = _b === void 0 ? true : _b, isDisabled = _a.isDisabled, href = _a.href, ariaLabel = _a.ariaLabel, props = __rest(_a, ["leadingIcon", "supportingText", "keyCommands", "trailingIcon", "children", "onClick", "shouldKeepOpen", "isDisabled", "href", "ariaLabel"]);
18385
+ var Component = href ? "a" : "div";
18386
+ return (React__default.createElement(Item2, __assign({ className: "arc-MenuItem", asChild: true, "aria-label": ariaLabel, onClick: isDisabled ? undefined : onClick, onSelect: function (event) {
18387
+ if (shouldKeepOpen) {
18388
+ event.preventDefault();
18389
+ }
18390
+ }, disabled: isDisabled }, filterAttrs(props)),
18391
+ React__default.createElement(Component, __assign({ className: href && "arc-MenuItem--link", href: href }, props),
18392
+ React__default.createElement(MenuItemContentTemplate, { leadingIcon: leadingIcon, trailingIcon: trailingIcon, supportingText: supportingText, keyCommands: keyCommands }, children))));
18393
+ };
18394
+
18395
+ /**
18396
+ * Visual separator used to divide groups of menu items.
18397
+ */
18398
+ var MenuSeparator = function (props) {
18399
+ return (React__default.createElement(Separator2, __assign({ className: "arc-MenuSeparator" }, filterAttrs(props)),
18400
+ React__default.createElement(Rule, null)));
18401
+ };
18402
+
18333
18403
  /**
18334
18404
  * The component that pops out when the dropdown menu is open.
18335
18405
  */
18336
18406
  var MenuContent = React__default.forwardRef(function (_a, ref) {
18337
- var children = _a.children, width = _a.width, minWidth = _a.minWidth, maxWidth = _a.maxWidth, _b = _a.align, align = _b === void 0 ? "start" : _b, alignOffset = _a.alignOffset, side = _a.side, props = __rest(_a, ["children", "width", "minWidth", "maxWidth", "align", "alignOffset", "side"]);
18338
- return (React__default.createElement(Content2$1, __assign({ ref: ref, style: { width: width, minWidth: minWidth, maxWidth: maxWidth }, className: "arc-MenuContent", sideOffset: 12, loop: true, collisionPadding: 12, forceMount: true, align: align, alignOffset: alignOffset, side: side }, filterAttrs(props)), children));
18407
+ var children = _a.children, width = _a.width, minWidth = _a.minWidth, maxWidth = _a.maxWidth, _b = _a.align, align = _b === void 0 ? "start" : _b, alignOffset = _a.alignOffset, side = _a.side, initalTitle = _a.initalTitle, isFluidToViewport = _a.isFluidToViewport, props = __rest(_a, ["children", "width", "minWidth", "maxWidth", "align", "alignOffset", "side", "initalTitle", "isFluidToViewport"]);
18408
+ var _c = useMenuContext(), isMobileMenu = _c.isMobileMenu, stack = _c.stack, goBack = _c.goBack, defaultWidth = _c.defaultWidth, reset = _c.reset;
18409
+ if (!isMobileMenu) {
18410
+ return (React__default.createElement(Content2$1, __assign({ ref: ref, style: { width: width !== null && width !== void 0 ? width : defaultWidth, minWidth: minWidth, maxWidth: maxWidth }, className: "arc-MenuContent", sideOffset: 12, loop: true, collisionPadding: 0, forceMount: true, align: align, alignOffset: alignOffset, side: side }, filterAttrs(props)),
18411
+ React__default.createElement("div", { className: "arc-MenuContent-content" }, children)));
18412
+ }
18413
+ var active = stack.length > 0 ? stack[stack.length - 1].content : children;
18414
+ var prevTitle = stack.length > 1 ? stack[stack.length - 2].title : initalTitle || "Back";
18415
+ return (React__default.createElement(Content2$1, __assign({ style: { width: width !== null && width !== void 0 ? width : defaultWidth, minWidth: minWidth, maxWidth: maxWidth }, sideOffset: 12, collisionPadding: 12, className: classNames("arc-MenuContent arc-MenuContent--mobile", {
18416
+ "arc-MenuContent--isFluid": isFluidToViewport || defaultWidth === "fluid",
18417
+ }), side: "bottom", avoidCollisions: true, onKeyDown: function (e) {
18418
+ if (stack.length > 0) {
18419
+ if (e.key === "ArrowLeft") {
18420
+ goBack(true);
18421
+ }
18422
+ }
18423
+ }, forceMount: true, onPointerDownOutside: reset, onEscapeKeyDown: reset }, filterAttrs(props)),
18424
+ stack.length > 0 && (React__default.createElement(React__default.Fragment, null,
18425
+ React__default.createElement(MenuItem, { onClick: goBack, leadingIcon: BtIconChevronLeftMid }, prevTitle),
18426
+ React__default.createElement(MenuSeparator, null))),
18427
+ React__default.createElement("div", { key: stack.length, className: "arc-MenuContent-content arc-MenuContent-fade" }, active)));
18339
18428
  });
18340
18429
 
18341
18430
  /**
@@ -18364,29 +18453,14 @@ var MenuGroup = function (_a) {
18364
18453
  * Displays a header within the dropdown menu.
18365
18454
  */
18366
18455
  var MenuHeader = function (_a) {
18367
- var leadingIcon = _a.leadingIcon, trailingIcon = _a.trailingIcon, supportingText = _a.supportingText, keyCommands = _a.keyCommands, children = _a.children, onClick = _a.onClick, isDisabled = _a.isDisabled, ariaLabel = _a.ariaLabel;
18368
- return (React__default.createElement("div", { className: "arc-MenuHeader" },
18369
- React__default.createElement(Item2, { className: "arc-MenuItem ", style: { marginBottom: 0 }, "aria-label": ariaLabel, onClick: onClick, disabled: isDisabled },
18370
- React__default.createElement(MenuItemContentTemplate, { leadingIcon: leadingIcon, trailingIcon: trailingIcon, supportingText: supportingText, keyCommands: keyCommands }, children)),
18371
- React__default.createElement("div", { className: "arc-MenuSeparator", style: {
18372
- paddingBottom: 0,
18373
- } },
18374
- React__default.createElement(Rule, null))));
18375
- };
18376
-
18377
- /**
18378
- * Renders a menu item, optionally as a link if `href` is provided.
18379
- */
18380
- var MenuItem = function (_a) {
18381
- var leadingIcon = _a.leadingIcon, supportingText = _a.supportingText, keyCommands = _a.keyCommands, trailingIcon = _a.trailingIcon, children = _a.children, onClick = _a.onClick, _b = _a.shouldKeepOpen, shouldKeepOpen = _b === void 0 ? true : _b, isDisabled = _a.isDisabled, href = _a.href, ariaLabel = _a.ariaLabel, props = __rest(_a, ["leadingIcon", "supportingText", "keyCommands", "trailingIcon", "children", "onClick", "shouldKeepOpen", "isDisabled", "href", "ariaLabel"]);
18382
- var Component = href ? "a" : "div";
18383
- return (React__default.createElement(Item2, __assign({ className: "arc-MenuItem", asChild: true, "aria-label": ariaLabel, onClick: isDisabled ? undefined : onClick, onSelect: function (event) {
18384
- if (shouldKeepOpen) {
18385
- event.preventDefault();
18386
- }
18387
- }, disabled: isDisabled }, filterAttrs(props)),
18388
- React__default.createElement(Component, __assign({ className: href && "arc-MenuItem--link", href: href }, props),
18389
- React__default.createElement(MenuItemContentTemplate, { leadingIcon: leadingIcon, trailingIcon: trailingIcon, supportingText: supportingText, keyCommands: keyCommands }, children))));
18456
+ var leadingIcon = _a.leadingIcon, trailingIcon = _a.trailingIcon, supportingText = _a.supportingText, keyCommands = _a.keyCommands, children = _a.children, onClick = _a.onClick, isDisabled = _a.isDisabled, ariaLabel = _a.ariaLabel;
18457
+ return (React__default.createElement("div", { className: "arc-MenuHeader" },
18458
+ React__default.createElement(Item2, { className: "arc-MenuItem", style: { marginBottom: 0 }, "aria-label": ariaLabel, onClick: onClick, disabled: isDisabled },
18459
+ React__default.createElement(MenuItemContentTemplate, { leadingIcon: leadingIcon, trailingIcon: trailingIcon, supportingText: supportingText, keyCommands: keyCommands }, children)),
18460
+ React__default.createElement("div", { className: "arc-MenuSeparator", style: {
18461
+ paddingBottom: 0,
18462
+ } },
18463
+ React__default.createElement(Rule, null))));
18390
18464
  };
18391
18465
 
18392
18466
  /**
@@ -18416,62 +18490,6 @@ var MenuGroupSingleSelect = function (_a) {
18416
18490
  return (React__default.createElement(RadioGroup2, __assign({ className: "arc-MenuGroupSingleSelect", value: value, onValueChange: onValueChange }, filterAttrs(props)), children));
18417
18491
  };
18418
18492
 
18419
- /**
18420
- * Do not edit directly
18421
- * Generated file
18422
- */
18423
-
18424
- const BtIconArrowAltUp =
18425
- "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3e%3cpath fill='currentColor' d='M20.354 13.146 16 8.793l-4.354 4.354a.5.5 0 0 0 .707.707l3.147-3.147V22.5a.5.5 0 0 0 1 0V10.707l3.146 3.146a.5.5 0 0 0 .707-.707'/%3e%3c/svg%3e";
18426
-
18427
- /**
18428
- * Do not edit directly
18429
- * Generated file
18430
- */
18431
-
18432
- const BtIconCrossAlt2Px =
18433
- "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3e%3cpath fill='currentColor' d='m17.414 16 3.793-3.793a1 1 0 0 0-1.414-1.414L16 14.586l-3.793-3.793a1 1 0 0 0-1.414 1.414L14.586 16l-3.793 3.793a1 1 0 1 0 1.414 1.414L16 17.414l3.793 3.793a1 1 0 0 0 1.414-1.414Z'/%3e%3c/svg%3e";
18434
-
18435
- /**
18436
- * Do not edit directly
18437
- * Generated file
18438
- */
18439
-
18440
- const BtIconCrossAlt2PxFill =
18441
- "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3e%3cpath fill='currentColor' d='M16 2a14 14 0 1 0 14 14A14 14 0 0 0 16 2m5.207 17.793a1 1 0 1 1-1.414 1.414L16 17.414l-3.793 3.793a1 1 0 0 1-1.414-1.414L14.586 16l-3.793-3.793a1 1 0 0 1 1.414-1.414L16 14.586l3.793-3.793a1 1 0 0 1 1.414 1.414L17.414 16Z'/%3e%3c/svg%3e";
18442
-
18443
- /**
18444
- * Do not edit directly
18445
- * Generated file
18446
- */
18447
-
18448
- const BtIconFirstMid =
18449
- "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath fill='currentColor' fill-rule='evenodd' d='M4.675 4.005c.373 0 .675.303.675.675v6.64a.675.675 0 1 1-1.35 0V4.68c0-.372.302-.675.675-.675M7.973 8l2.848 2.852a.673.673 0 0 1-.731 1.097.7.7 0 0 1-.218-.145L6.548 8.476a.673.673 0 0 1 0-.951l3.324-3.328a.671.671 0 1 1 .95.951z' clip-rule='evenodd'/%3e%3c/svg%3e";
18450
-
18451
- /**
18452
- * Do not edit directly
18453
- * Generated file
18454
- */
18455
-
18456
- const BtIconLastMid =
18457
- "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath fill='currentColor' fill-rule='evenodd' d='M10.34 11.995a.675.675 0 0 1-.674-.675V4.68a.675.675 0 1 1 1.35 0v6.64a.675.675 0 0 1-.675.675M7.043 8 4.194 5.148a.673.673 0 0 1 .732-1.097.7.7 0 0 1 .218.146l3.324 3.328a.673.673 0 0 1 0 .95l-3.324 3.329a.671.671 0 1 1-.95-.952z' clip-rule='evenodd'/%3e%3c/svg%3e";
18458
-
18459
- /**
18460
- * Do not edit directly
18461
- * Generated file
18462
- */
18463
-
18464
- const BtIconPlayFill =
18465
- "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3e%3cpath d='M13.161 11.762a.1.1 0 0 0-.107 0 .1.1 0 0 0-.054.092v8.288a.1.1 0 0 0 .054.093.1.1 0 0 0 .107 0l7.178-4.144a.1.1 0 0 0 .054-.092.1.1 0 0 0-.054-.094Z'/%3e%3cpath d='M16 2a14 14 0 1 0 14 14A14 14 0 0 0 16 2m4.839 14.957-7.178 4.145a1.108 1.108 0 0 1-1.661-.96v-8.288a1.107 1.107 0 0 1 1.661-.958l7.178 4.144a1.107 1.107 0 0 1 0 1.917'/%3e%3c/svg%3e";
18466
-
18467
- /**
18468
- * Do not edit directly
18469
- * Generated file
18470
- */
18471
-
18472
- const BtIconTickAlt2Px =
18473
- "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3e%3cpath fill='currentColor' d='m13.5 21.914-4.707-4.707a1 1 0 0 1 0-1.414 1.024 1.024 0 0 1 1.414 0l3.293 3.293 8.293-8.293a1 1 0 1 1 1.414 1.414Z'/%3e%3c/svg%3e";
18474
-
18475
18493
  /**
18476
18494
  * A selectable menu item used within a radio group.
18477
18495
  */
@@ -18494,7 +18512,7 @@ var MenuScrollable = function (_a) {
18494
18512
  var scrollableRefFunc = function (el) {
18495
18513
  var totalSiblingHeight = 0;
18496
18514
  // get the closest Menu.Content element this will always exist within the menu component
18497
- var contentContainer = el === null || el === void 0 ? void 0 : el.closest(".arc-MenuContent");
18515
+ var contentContainer = el === null || el === void 0 ? void 0 : el.closest(".arc-MenuContent-content");
18498
18516
  if (!contentContainer || !el)
18499
18517
  return;
18500
18518
  // loop over all children in Menu.Content children to get height of each non scrollable element (excluding the scroll element itself)
@@ -18510,22 +18528,30 @@ var MenuScrollable = function (_a) {
18510
18528
  return (React__default.createElement("div", { ref: scrollableRefFunc, className: "arc-MenuScrollable" }, children));
18511
18529
  };
18512
18530
 
18513
- /**
18514
- * Visual separator used to divide groups of menu items.
18515
- */
18516
- var MenuSeparator = function (props) {
18517
- return (React__default.createElement(Separator2, __assign({ className: "arc-MenuSeparator" }, filterAttrs(props)),
18518
- React__default.createElement(Rule, null)));
18519
- };
18520
-
18521
18531
  /**
18522
18532
  * Container for multi-level menu content within a dropdown menu.
18523
18533
  */
18524
18534
  var MenuItemMultiLevel = function (_a) {
18535
+ var _b;
18525
18536
  var children = _a.children, props = __rest(_a, ["children"]);
18526
- return React__default.createElement(Sub2, __assign({}, filterAttrs(props)),
18527
- " ",
18528
- children);
18537
+ var isMobileMenu = useMenuContext().isMobileMenu;
18538
+ if (!isMobileMenu) {
18539
+ return React__default.createElement(Sub2, __assign({}, filterAttrs(props)), children);
18540
+ }
18541
+ var arr = React__default.Children.toArray(children);
18542
+ // assuming that there will be two children in menu item multi level
18543
+ var trigger = arr[0];
18544
+ var portal = arr[1];
18545
+ var pairedContent;
18546
+ if (portal && ((_b = portal.props) === null || _b === void 0 ? void 0 : _b.children)) {
18547
+ var portalChild = React__default.Children.toArray(portal.props.children);
18548
+ pairedContent = portalChild.find(function (el) { var _a; return ((_a = el === null || el === void 0 ? void 0 : el.type) === null || _a === void 0 ? void 0 : _a.displayName) === "MenuItemMultiLevelContent"; });
18549
+ }
18550
+ if (!trigger || !pairedContent) {
18551
+ console.warn("MenuItemMultiLevel requires both a Trigger and Portal");
18552
+ }
18553
+ // Inject content into the trigger, skip rendering the portal in mobile
18554
+ return React__default.cloneElement(trigger, { pairedContent: pairedContent });
18529
18555
  };
18530
18556
 
18531
18557
  /**
@@ -18533,14 +18559,41 @@ var MenuItemMultiLevel = function (_a) {
18533
18559
  */
18534
18560
  var MenuItemMultiLevelContent = React__default.forwardRef(function (_a, ref) {
18535
18561
  var children = _a.children, width = _a.width, minWidth = _a.minWidth, maxWidth = _a.maxWidth, alignOffset = _a.alignOffset, props = __rest(_a, ["children", "width", "minWidth", "maxWidth", "alignOffset"]);
18536
- return (React__default.createElement(SubContent2, __assign({ ref: ref, style: { width: width, minWidth: minWidth, maxWidth: maxWidth }, className: "arc-MenuContent", sideOffset: 24, collisionPadding: 12, avoidCollisions: true, alignOffset: alignOffset }, filterAttrs(props)), children));
18562
+ var _b = useMenuContext(), isMobileMenu = _b.isMobileMenu, defaultWidth = _b.defaultWidth;
18563
+ if (isMobileMenu) {
18564
+ return React__default.createElement(React__default.Fragment, null, children);
18565
+ }
18566
+ return (React__default.createElement(SubContent2, __assign({ ref: ref, style: { width: width !== null && width !== void 0 ? width : defaultWidth, minWidth: minWidth, maxWidth: maxWidth }, className: "arc-MenuContent", sideOffset: 24, collisionPadding: 12, avoidCollisions: true, alignOffset: alignOffset }, filterAttrs(props)), children));
18537
18567
  });
18568
+ MenuItemMultiLevelContent.displayName = "MenuItemMultiLevelContent";
18538
18569
 
18539
18570
  /**
18540
18571
  * Trigger element that opens a multi-level menu when selected.
18541
18572
  */
18542
18573
  var MenuItemMultiLevelTrigger = function (_a) {
18543
- var children = _a.children, isDisabled = _a.isDisabled, leadingIcon = _a.leadingIcon, supportingText = _a.supportingText, keyCommands = _a.keyCommands, ariaLabel = _a.ariaLabel, props = __rest(_a, ["children", "isDisabled", "leadingIcon", "supportingText", "keyCommands", "ariaLabel"]);
18574
+ var children = _a.children, isDisabled = _a.isDisabled, leadingIcon = _a.leadingIcon, supportingText = _a.supportingText, keyCommands = _a.keyCommands, ariaLabel = _a.ariaLabel, pairedContent = _a.pairedContent, props = __rest(_a, ["children", "isDisabled", "leadingIcon", "supportingText", "keyCommands", "ariaLabel", "pairedContent"]);
18575
+ var _b = useMenuContext(), isMobileMenu = _b.isMobileMenu, goForward = _b.goForward;
18576
+ var moveFoward = function (e, navigatedViaKeyboard) {
18577
+ e.preventDefault();
18578
+ if (pairedContent) {
18579
+ goForward({
18580
+ title: String(children),
18581
+ content: pairedContent,
18582
+ triggerId: String(children),
18583
+ }, navigatedViaKeyboard);
18584
+ }
18585
+ };
18586
+ if (isMobileMenu) {
18587
+ return (React__default.createElement(Item2, __assign({ disabled: isDisabled, "aria-label": ariaLabel, onKeyDown: function (e) {
18588
+ if (e.key === "ArrowRight") {
18589
+ moveFoward(e, true);
18590
+ }
18591
+ }, onClick: function (e) {
18592
+ moveFoward(e, false);
18593
+ }, className: "arc-MenuItem", "data-menu-trigger": children }, filterAttrs(props)),
18594
+ React__default.createElement(MenuItemContentTemplate, { leadingIcon: leadingIcon, trailingIcon: BtIconChevronRightMid, supportingText: supportingText, keyCommands: keyCommands }, "".concat(children))));
18595
+ }
18596
+ // desktop fallback
18544
18597
  return (React__default.createElement(SubTrigger2, __assign({ className: "arc-MenuItem arc-MenuItem--trigger", disabled: isDisabled, "aria-label": ariaLabel }, filterAttrs(props)),
18545
18598
  React__default.createElement("div", { className: "arc-MenuItem-content" },
18546
18599
  leadingIcon && (React__default.createElement("div", { className: "arc-MenuItem-leadingIcon" },
@@ -18559,7 +18612,10 @@ var MenuItemMultiLevelTrigger = function (_a) {
18559
18612
  */
18560
18613
  var MenuTrigger = function (_a) {
18561
18614
  var children = _a.children, asChild = _a.asChild, props = __rest(_a, ["children", "asChild"]);
18562
- return (React__default.createElement(Trigger$1, __assign({ className: "arc-MenuTrigger", asChild: asChild }, filterAttrs(props)), children));
18615
+ var surface = useContext(Context$3).surface;
18616
+ return (React__default.createElement(Trigger$1, __assign({ className: classNames("arc-MenuTrigger", {
18617
+ "arc-MenuTrigger--onDarkSurface": surface === "dark",
18618
+ }), asChild: asChild }, filterAttrs(props)), children));
18563
18619
  };
18564
18620
 
18565
18621
  /** Use `Modal` to display information that needs immediate action from a user. */
@@ -18597,6 +18653,9 @@ var Modal = function (_a) {
18597
18653
  _b["arc-Modal-dialog--maxHeightWindow"] = isContentScrollable,
18598
18654
  _b["arc-Modal-dialog--fullBleed"] = fullBleed,
18599
18655
  _b)) }, filterAttrs(props)),
18656
+ canShowClose && (React__default.createElement("div", { className: "arc-Modal-iconContainer" },
18657
+ React__default.createElement("button", { "aria-label": "close", onClick: closeModal, className: "arc-Modal-closeButton" },
18658
+ React__default.createElement(ThemeIcon, { size: 32, icon: "modalClose" })))),
18600
18659
  React__default.createElement(React__default.Fragment, null,
18601
18660
  title && (React__default.createElement(React__default.Fragment, null,
18602
18661
  React__default.createElement("div", { className: "arc-Modal-section" },
@@ -18623,10 +18682,7 @@ var Modal = function (_a) {
18623
18682
  "arc-Modal-actionButton--compact": props.buttonStyle === "compact",
18624
18683
  }) },
18625
18684
  React__default.createElement(ButtonV2, __assign({ isFullWidth: true }, props)))); })))),
18626
- React__default.createElement(VerticalSpace, { size: "24" }))),
18627
- canShowClose && (React__default.createElement("div", { className: "arc-Modal-iconContainer" },
18628
- React__default.createElement("button", { "aria-label": "close", onClick: closeModal, className: "arc-Modal-closeButton" },
18629
- React__default.createElement(ThemeIcon, { size: 32, icon: "modalClose" }))))))))));
18685
+ React__default.createElement(VerticalSpace, { size: "24" })))))))));
18630
18686
  };
18631
18687
 
18632
18688
  /**
@@ -18646,7 +18702,7 @@ var Pagination = function (_a) {
18646
18702
  "arc-Pagination-navigationButton--hidden": selectedPage === 1,
18647
18703
  }), onClick: handlePagechange(selectedPage - 1) },
18648
18704
  React__default.createElement("div", { className: "arc-Pagination-navigationButtonIcon arc-Pagination-navigationButtonIcon--left" },
18649
- React__default.createElement(ThemeIcon, { size: 32, icon: "paginationPrevious" }))),
18705
+ React__default.createElement(ThemeIcon, { icon: "paginationPrevious" }))),
18650
18706
  React__default.createElement("div", { className: "arc-Pagination-pageNumberContainer" }, pageRange.map(function (rangeValue, i) {
18651
18707
  return isPageNumber(rangeValue) ? (React__default.createElement("button", { "aria-current": parseInt(rangeValue) === selectedPage, key: "pagination-range-value-".concat(rangeValue), "aria-label": "Go to page ".concat(rangeValue), className: classNames("arc-Pagination-value arc-Pagination-value--number", {
18652
18708
  "arc-Pagination-value--selected": parseInt(rangeValue) === selectedPage,
@@ -18656,7 +18712,7 @@ var Pagination = function (_a) {
18656
18712
  "arc-Pagination-navigationButton--hidden": selectedPage === pageCount,
18657
18713
  }), onClick: handlePagechange(selectedPage + 1) },
18658
18714
  React__default.createElement("div", { className: "arc-Pagination-navigationButtonIcon arc-Pagination-navigationButtonIcon--right" },
18659
- React__default.createElement(ThemeIcon, { size: 32, icon: "paginationNext" })))));
18715
+ React__default.createElement(ThemeIcon, { icon: "paginationNext" })))));
18660
18716
  };
18661
18717
 
18662
18718
  /**
@@ -18705,8 +18761,8 @@ var PaginationSimple = function (_a) {
18705
18761
 
18706
18762
  /** Use `Popover` to display content in a portal, triggered by a button. */
18707
18763
  var Popover = function (_a) {
18708
- var align = _a.align, ariaLabel = _a.ariaLabel, alignOffset = _a.alignOffset, _b = _a.arrow, arrow = _b === void 0 ? true : _b, _c = _a.background, background = _c === void 0 ? "light" : _c, children = _a.children, content = _a.content, _d = _a.asChild, asChild = _d === void 0 ? false : _d, _e = _a.maxWidth, maxWidth = _e === void 0 ? 452 : _e, onCloseAutoFocus = _a.onCloseAutoFocus, onEscapeKeyDown = _a.onEscapeKeyDown, onFocusOutside = _a.onFocusOutside, onInteractOutside = _a.onInteractOutside, onOpenAutoFocus = _a.onOpenAutoFocus, onPointerDownOutside = _a.onPointerDownOutside, onOpenChange = _a.onOpenChange, open = _a.open, side = _a.side, _f = _a.sideOffset, sideOffset = _f === void 0 ? 0 : _f, _g = _a.zIndex, zIndex = _g === void 0 ? 100 : _g, _h = _a.hideWhenDetached, hideWhenDetached = _h === void 0 ? false : _h, _j = _a.useBespokeTrigger, useBespokeTrigger = _j === void 0 ? false : _j, props = __rest(_a, ["align", "ariaLabel", "alignOffset", "arrow", "background", "children", "content", "asChild", "maxWidth", "onCloseAutoFocus", "onEscapeKeyDown", "onFocusOutside", "onInteractOutside", "onOpenAutoFocus", "onPointerDownOutside", "onOpenChange", "open", "side", "sideOffset", "zIndex", "hideWhenDetached", "useBespokeTrigger"]);
18709
- var _k = useThemeElement(), themeElement = _k[0], setThemeElement = _k[1];
18764
+ var align = _a.align, ariaLabel = _a.ariaLabel, alignOffset = _a.alignOffset, _b = _a.arrow, arrow = _b === void 0 ? true : _b, _c = _a.background, background = _c === void 0 ? "light" : _c, children = _a.children, content = _a.content, _d = _a.asChild, asChild = _d === void 0 ? false : _d, _e = _a.maxWidth, maxWidth = _e === void 0 ? 452 : _e, minHeight = _a.minHeight, onCloseAutoFocus = _a.onCloseAutoFocus, onEscapeKeyDown = _a.onEscapeKeyDown, onFocusOutside = _a.onFocusOutside, onInteractOutside = _a.onInteractOutside, onOpenAutoFocus = _a.onOpenAutoFocus, onPointerDownOutside = _a.onPointerDownOutside, onOpenChange = _a.onOpenChange, open = _a.open, _f = _a.constrainToViewport, constrainToViewport = _f === void 0 ? true : _f, side = _a.side, _g = _a.sideOffset, sideOffset = _g === void 0 ? 0 : _g, _h = _a.zIndex, zIndex = _h === void 0 ? 100 : _h, _j = _a.hideWhenDetached, hideWhenDetached = _j === void 0 ? false : _j, _k = _a.useBespokeTrigger, useBespokeTrigger = _k === void 0 ? false : _k, props = __rest(_a, ["align", "ariaLabel", "alignOffset", "arrow", "background", "children", "content", "asChild", "maxWidth", "minHeight", "onCloseAutoFocus", "onEscapeKeyDown", "onFocusOutside", "onInteractOutside", "onOpenAutoFocus", "onPointerDownOutside", "onOpenChange", "open", "constrainToViewport", "side", "sideOffset", "zIndex", "hideWhenDetached", "useBespokeTrigger"]);
18765
+ var _l = useThemeElement(), themeElement = _l[0], setThemeElement = _l[1];
18710
18766
  var alignOffsetDefault = align === "center" ? 0 : -16;
18711
18767
  return (React__default.createElement("div", __assign({ className: "arc-Popover" }, filterAttrs(props)),
18712
18768
  React__default.createElement(Root2$3, { open: open, onOpenChange: onOpenChange },
@@ -18719,7 +18775,8 @@ var Popover = function (_a) {
18719
18775
  React__default.createElement("div", { className: classNames("arc-Popover-content", {
18720
18776
  "arc-Popover-content--dark": background === "dark",
18721
18777
  "arc-Popover-content--brand": background === "brand",
18722
- }), style: { maxWidth: maxWidth }, "aria-labelledby": "popover-content" },
18778
+ "arc-Popover-content--constrainToViewport": constrainToViewport,
18779
+ }), style: { maxWidth: maxWidth, minHeight: minHeight }, "aria-labelledby": "popover-content" },
18723
18780
  content && React__default.createElement("div", { id: "popover-content" }, content),
18724
18781
  arrow && (React__default.createElement(PopoverArrow, { className: "arc-Popover-arrow" })))))))))));
18725
18782
  };
@@ -18800,11 +18857,143 @@ var ProgressBar = function (_a) {
18800
18857
  React__default.createElement(VerticalSpace, { size: "8" }),
18801
18858
  React__default.createElement("button", { ref: autoFocusRef(action.autofocusOnMount), className: "arc-ProgressBar-actionButton", onClick: action.action },
18802
18859
  React__default.createElement("div", { className: "arc-ProgressBar-actionContainer" },
18803
- React__default.createElement(Text, null, action.text),
18804
18860
  action.icon && (React__default.createElement("div", { className: "arc-ProgressBar-actionIcon" },
18805
- React__default.createElement(ThemeIcon, { icon: PROGRESS_BAR_ICON_MAP[action.icon], size: 24 }))))))))));
18861
+ React__default.createElement(ThemeIcon, { icon: PROGRESS_BAR_ICON_MAP[action.icon], size: 24 }))),
18862
+ React__default.createElement(Text, null, action.text))))))));
18806
18863
  };
18807
18864
 
18865
+ var shorterCssColorNames;
18866
+ var hasRequiredShorterCssColorNames;
18867
+
18868
+ function requireShorterCssColorNames () {
18869
+ if (hasRequiredShorterCssColorNames) return shorterCssColorNames;
18870
+ hasRequiredShorterCssColorNames = 1;
18871
+ shorterCssColorNames = {
18872
+ aqua: /#00ffff(ff)?(?!\w)|#0ff(f)?(?!\w)/gi,
18873
+ azure: /#f0ffff(ff)?(?!\w)/gi,
18874
+ beige: /#f5f5dc(ff)?(?!\w)/gi,
18875
+ bisque: /#ffe4c4(ff)?(?!\w)/gi,
18876
+ black: /#000000(ff)?(?!\w)|#000(f)?(?!\w)/gi,
18877
+ blue: /#0000ff(ff)?(?!\w)|#00f(f)?(?!\w)/gi,
18878
+ brown: /#a52a2a(ff)?(?!\w)/gi,
18879
+ coral: /#ff7f50(ff)?(?!\w)/gi,
18880
+ cornsilk: /#fff8dc(ff)?(?!\w)/gi,
18881
+ crimson: /#dc143c(ff)?(?!\w)/gi,
18882
+ cyan: /#00ffff(ff)?(?!\w)|#0ff(f)?(?!\w)/gi,
18883
+ darkblue: /#00008b(ff)?(?!\w)/gi,
18884
+ darkcyan: /#008b8b(ff)?(?!\w)/gi,
18885
+ darkgrey: /#a9a9a9(ff)?(?!\w)/gi,
18886
+ darkred: /#8b0000(ff)?(?!\w)/gi,
18887
+ deeppink: /#ff1493(ff)?(?!\w)/gi,
18888
+ dimgrey: /#696969(ff)?(?!\w)/gi,
18889
+ gold: /#ffd700(ff)?(?!\w)/gi,
18890
+ green: /#008000(ff)?(?!\w)/gi,
18891
+ grey: /#808080(ff)?(?!\w)/gi,
18892
+ honeydew: /#f0fff0(ff)?(?!\w)/gi,
18893
+ hotpink: /#ff69b4(ff)?(?!\w)/gi,
18894
+ indigo: /#4b0082(ff)?(?!\w)/gi,
18895
+ ivory: /#fffff0(ff)?(?!\w)/gi,
18896
+ khaki: /#f0e68c(ff)?(?!\w)/gi,
18897
+ lavender: /#e6e6fa(ff)?(?!\w)/gi,
18898
+ lime: /#00ff00(ff)?(?!\w)|#0f0(f)?(?!\w)/gi,
18899
+ linen: /#faf0e6(ff)?(?!\w)/gi,
18900
+ maroon: /#800000(ff)?(?!\w)/gi,
18901
+ moccasin: /#ffe4b5(ff)?(?!\w)/gi,
18902
+ navy: /#000080(ff)?(?!\w)/gi,
18903
+ oldlace: /#fdf5e6(ff)?(?!\w)/gi,
18904
+ olive: /#808000(ff)?(?!\w)/gi,
18905
+ orange: /#ffa500(ff)?(?!\w)/gi,
18906
+ orchid: /#da70d6(ff)?(?!\w)/gi,
18907
+ peru: /#cd853f(ff)?(?!\w)/gi,
18908
+ pink: /#ffc0cb(ff)?(?!\w)/gi,
18909
+ plum: /#dda0dd(ff)?(?!\w)/gi,
18910
+ purple: /#800080(ff)?(?!\w)/gi,
18911
+ red: /#ff0000(ff)?(?!\w)|#f00(f)?(?!\w)/gi,
18912
+ salmon: /#fa8072(ff)?(?!\w)/gi,
18913
+ seagreen: /#2e8b57(ff)?(?!\w)/gi,
18914
+ seashell: /#fff5ee(ff)?(?!\w)/gi,
18915
+ sienna: /#a0522d(ff)?(?!\w)/gi,
18916
+ silver: /#c0c0c0(ff)?(?!\w)/gi,
18917
+ skyblue: /#87ceeb(ff)?(?!\w)/gi,
18918
+ snow: /#fffafa(ff)?(?!\w)/gi,
18919
+ tan: /#d2b48c(ff)?(?!\w)/gi,
18920
+ teal: /#008080(ff)?(?!\w)/gi,
18921
+ thistle: /#d8bfd8(ff)?(?!\w)/gi,
18922
+ tomato: /#ff6347(ff)?(?!\w)/gi,
18923
+ violet: /#ee82ee(ff)?(?!\w)/gi,
18924
+ wheat: /#f5deb3(ff)?(?!\w)/gi,
18925
+ white: /#ffffff(ff)?(?!\w)|#fff(f)?(?!\w)/gi,
18926
+ };
18927
+ return shorterCssColorNames;
18928
+ }
18929
+
18930
+ var miniSvgDataUri;
18931
+ var hasRequiredMiniSvgDataUri;
18932
+
18933
+ function requireMiniSvgDataUri () {
18934
+ if (hasRequiredMiniSvgDataUri) return miniSvgDataUri;
18935
+ hasRequiredMiniSvgDataUri = 1;
18936
+ var shorterNames = requireShorterCssColorNames();
18937
+ var REGEX = {
18938
+ whitespace: /\s+/g,
18939
+ urlHexPairs: /%[\dA-F]{2}/g,
18940
+ quotes: /"/g,
18941
+ };
18942
+
18943
+ function collapseWhitespace(str) {
18944
+ return str.trim().replace(REGEX.whitespace, ' ');
18945
+ }
18946
+
18947
+ function dataURIPayload(string) {
18948
+ return encodeURIComponent(string)
18949
+ .replace(REGEX.urlHexPairs, specialHexEncode);
18950
+ }
18951
+
18952
+ // `#` gets converted to `%23`, so quite a few CSS named colors are shorter than
18953
+ // their equivalent URL-encoded hex codes.
18954
+ function colorCodeToShorterNames(string) {
18955
+ Object.keys(shorterNames).forEach(function(key) {
18956
+ if (shorterNames[key].test(string)) {
18957
+ string = string.replace(shorterNames[key], key);
18958
+ }
18959
+ });
18960
+
18961
+ return string;
18962
+ }
18963
+
18964
+ function specialHexEncode(match) {
18965
+ switch (match) { // Browsers tolerate these characters, and they're frequent
18966
+ case '%20': return ' ';
18967
+ case '%3D': return '=';
18968
+ case '%3A': return ':';
18969
+ case '%2F': return '/';
18970
+ default: return match.toLowerCase(); // compresses better
18971
+ }
18972
+ }
18973
+
18974
+ function svgToTinyDataUri(svgString) {
18975
+ if (typeof svgString !== 'string') {
18976
+ throw new TypeError('Expected a string, but received ' + typeof svgString);
18977
+ }
18978
+ // Strip the Byte-Order Mark if the SVG has one
18979
+ if (svgString.charCodeAt(0) === 0xfeff) { svgString = svgString.slice(1); }
18980
+
18981
+ var body = colorCodeToShorterNames(collapseWhitespace(svgString))
18982
+ .replace(REGEX.quotes, "'");
18983
+ return 'data:image/svg+xml,' + dataURIPayload(body);
18984
+ }
18985
+
18986
+ svgToTinyDataUri.toSrcset = function toSrcset(svgString) {
18987
+ return svgToTinyDataUri(svgString).replace(/ /g, '%20');
18988
+ };
18989
+
18990
+ miniSvgDataUri = svgToTinyDataUri;
18991
+ return miniSvgDataUri;
18992
+ }
18993
+
18994
+ var miniSvgDataUriExports = requireMiniSvgDataUri();
18995
+ var svgToMiniDataURI = /*@__PURE__*/getDefaultExportFromCjs(miniSvgDataUriExports);
18996
+
18808
18997
  // src/capitalise-first-letter/capitalise-first-letter.ts
18809
18998
  var capitaliseFirstLetter = (word) => {
18810
18999
  return word.charAt(0).toUpperCase() + word.slice(1);
@@ -19097,7 +19286,7 @@ var RadioGroup = function (_a) {
19097
19286
  };
19098
19287
 
19099
19288
  var RadioGroupButton = forwardRef(function (_a, ref) {
19100
- var id = _a.id, changeEvent = _a.changeEvent, isDisabled = _a.isDisabled, size = _a.size, labelSize = _a.labelSize, checked = _a.checked, defaultChecked = _a.defaultChecked, radioButtonAlignment = _a.radioButtonAlignment, name = _a.name, blurEvent = _a.blurEvent, value = _a.value, label = _a.label, helper = _a.helper, hideLabel = _a.hideLabel, withMargin = _a.withMargin;
19289
+ var id = _a.id, changeEvent = _a.changeEvent, isDisabled = _a.isDisabled, size = _a.size, labelSize = _a.labelSize, checked = _a.checked, defaultChecked = _a.defaultChecked, radioButtonAlignment = _a.radioButtonAlignment, name = _a.name, blurEvent = _a.blurEvent, value = _a.value, label = _a.label, helper = _a.helper, hideLabel = _a.hideLabel, withMargin = _a.withMargin, isError = _a.isError;
19101
19290
  var surface = useContext(Context$3).surface;
19102
19291
  var idLabel = "".concat(id, "-label");
19103
19292
  return (React__default.createElement("div", { className: classNames({
@@ -19108,6 +19297,7 @@ var RadioGroupButton = forwardRef(function (_a, ref) {
19108
19297
  "arc-RadioGroupButton--small": size === "s",
19109
19298
  "arc-RadioGroupButton--smallLabel": labelSize === "s",
19110
19299
  "arc-RadioGroupButton--onDarkSurface": surface === "dark",
19300
+ "arc-RadioGroupButton--invalid": !isDisabled && isError,
19111
19301
  }) },
19112
19302
  React__default.createElement("label", { className: classNames("arc-RadioGroupButton-label", {
19113
19303
  "arc-RadioGroupButton-label--alignTop": radioButtonAlignment === "top",
@@ -19124,21 +19314,20 @@ var RadioGroupButton = forwardRef(function (_a, ref) {
19124
19314
  * Radio Button component.
19125
19315
  */
19126
19316
  var RadioGroupInput = forwardRef(function (_a, ref) {
19127
- var helper = _a.helper, id = _a.id, isDisabled = _a.isDisabled, label = _a.label, _b = _a.radioButtonAlignment, radioButtonAlignment = _b === void 0 ? "center" : _b, value = _a.value, props = __rest(_a, ["helper", "id", "isDisabled", "label", "radioButtonAlignment", "value"]);
19317
+ var helper = _a.helper, id = _a.id, isDisabled = _a.isDisabled, label = _a.label, _b = _a.radioButtonAlignment, radioButtonAlignment = _b === void 0 ? "center" : _b, value = _a.value, isError = _a.isError, props = __rest(_a, ["helper", "id", "isDisabled", "label", "radioButtonAlignment", "value", "isError"]);
19128
19318
  var _c = useRadioContext(), blurEvent = _c.blurEvent, changeEvent = _c.changeEvent, groupDisabled = _c.groupDisabled, checkedValue = _c.checkedValue, name = _c.name, size = _c.size;
19129
19319
  var isChecked = checkedValue === value ? true : false;
19130
19320
  var checked = typeof changeEvent !== "function" ? undefined : isChecked;
19131
19321
  var defaultChecked = typeof changeEvent !== "function" ? isChecked : undefined;
19132
- return (React__default.createElement(RadioGroupButton, __assign({ withMargin: true, ref: ref, id: id, name: name, helper: helper, isDisabled: isDisabled || groupDisabled, size: size, radioButtonAlignment: radioButtonAlignment, label: label, defaultChecked: defaultChecked, checked: checked, changeEvent: changeEvent, blurEvent: blurEvent, value: value }, props)));
19322
+ return (React__default.createElement(RadioGroupButton, __assign({ withMargin: true, ref: ref, id: id, name: name, helper: helper, isDisabled: isDisabled || groupDisabled, size: size, radioButtonAlignment: radioButtonAlignment, label: label, defaultChecked: defaultChecked, checked: checked, changeEvent: changeEvent, blurEvent: blurEvent, value: value, isError: isError }, props)));
19133
19323
  });
19134
19324
 
19135
19325
  /**
19136
19326
  * Use `ScrollToTop` to allow the user to scroll to the top of the page by clicking a button.
19137
19327
  */
19138
19328
  var ScrollToTop = function (_a) {
19139
- var _b = _a.appear, appear = _b === void 0 ? "always" : _b, _c = _a.isFixed, isFixed = _c === void 0 ? true : _c, _d = _a.fill, fill = _d === void 0 ? "solid" : _d, _e = _a.zIndex, zIndex = _e === void 0 ? 100 : _e, props = __rest(_a, ["appear", "isFixed", "fill", "zIndex"]);
19140
- var _f = useState(false), hasScrolled = _f[0], setHasScrolled = _f[1];
19141
- var surface = useContext(Context$3).surface;
19329
+ var _b = _a.appear, appear = _b === void 0 ? "always" : _b, _c = _a.isFixed, isFixed = _c === void 0 ? true : _c, _d = _a.fill, fill = _d === void 0 ? "solid" : _d, _e = _a.zIndex, zIndex = _e === void 0 ? 100 : _e, _f = _a.focusColor, focusColor = _f === void 0 ? "magenta" : _f, props = __rest(_a, ["appear", "isFixed", "fill", "zIndex", "focusColor"]);
19330
+ var _g = useState(false), hasScrolled = _g[0], setHasScrolled = _g[1];
19142
19331
  useEffect(function () {
19143
19332
  var handleScroll = debounce(function () {
19144
19333
  setHasScrolled(window.scrollY > 0);
@@ -19158,14 +19347,15 @@ var ScrollToTop = function (_a) {
19158
19347
  return (React__default.createElement("button", __assign({ onClick: onClick, style: {
19159
19348
  zIndex: zIndex,
19160
19349
  }, className: classNames("arc-ScrollToTop", "arc-ScrollToTop--".concat(fill), {
19350
+ "arc-ScrollToTop--secondary": focusColor == "secondary",
19161
19351
  "arc-ScrollToTop--fixed": isFixed,
19162
- "arc-ScrollToTop--onDarkSurface": surface === "dark",
19163
19352
  "arc-ScrollToTop--visible": appear === "always" || (appear === "afterScroll" && hasScrolled),
19164
19353
  }) }, filterAttrs(props)),
19165
19354
  React__default.createElement("div", { className: "arc-ScrollToTop-textWrapper" },
19166
19355
  React__default.createElement("span", { className: "arc-ScrollToTop-text" }, "Back to top")),
19167
19356
  React__default.createElement("span", { className: "arc-ScrollToTop-iconContainer" },
19168
- React__default.createElement(Icon$1, { size: 44, icon: BtIconArrowAltUp }))));
19357
+ React__default.createElement("div", { className: "arc-ScrollToTop-icon" },
19358
+ React__default.createElement(ThemeIcon, { icon: "scrollToTop" })))));
19169
19359
  };
19170
19360
 
19171
19361
  /**
@@ -19185,11 +19375,17 @@ var Section = function (_a) {
19185
19375
  /** Use `Select` to choose from a dropdown list of options. */
19186
19376
  var Select = function (_a) {
19187
19377
  var _b;
19188
- var isRequired = _a.isRequired, isDisabled = _a.isDisabled, placeholder = _a.placeholder, label = _a.label, value = _a.value, _c = _a.ariaLabel, ariaLabel = _c === void 0 ? label : _c, options = _a.options, onOpenChange = _a.onOpenChange, isDefaultOpen = _a.isDefaultOpen, defaultValue = _a.defaultValue, errorMessage = _a.errorMessage, _d = _a.size, size = _d === void 0 ? "m" : _d, helper = _a.helper, hideLabel = _a.hideLabel, name = _a.name, width = _a.width, isFluid = _a.isFluid, onBlur = _a.onBlur, onFocus = _a.onFocus, onChange = _a.onChange, open = _a.open, disclosureTitle = _a.disclosureTitle, disclosureText = _a.disclosureText, onClickDisclosure = _a.onClickDisclosure, props = __rest(_a, ["isRequired", "isDisabled", "placeholder", "label", "value", "ariaLabel", "options", "onOpenChange", "isDefaultOpen", "defaultValue", "errorMessage", "size", "helper", "hideLabel", "name", "width", "isFluid", "onBlur", "onFocus", "onChange", "open", "disclosureTitle", "disclosureText", "onClickDisclosure"]);
19189
- var id = useId$1();
19378
+ var isRequired = _a.isRequired, isDisabled = _a.isDisabled, placeholder = _a.placeholder, label = _a.label, value = _a.value, _c = _a.ariaLabel, ariaLabel = _c === void 0 ? label : _c, options = _a.options, onOpenChange = _a.onOpenChange, isDefaultOpen = _a.isDefaultOpen, defaultValue = _a.defaultValue, errorMessage = _a.errorMessage, id = _a.id, _d = _a.size, size = _d === void 0 ? "m" : _d, helper = _a.helper, hideLabel = _a.hideLabel, name = _a.name, width = _a.width, isFluid = _a.isFluid, onBlur = _a.onBlur, onFocus = _a.onFocus, onChange = _a.onChange, open = _a.open, disclosureTitle = _a.disclosureTitle, disclosureText = _a.disclosureText, onClickDisclosure = _a.onClickDisclosure, props = __rest(_a, ["isRequired", "isDisabled", "placeholder", "label", "value", "ariaLabel", "options", "onOpenChange", "isDefaultOpen", "defaultValue", "errorMessage", "id", "size", "helper", "hideLabel", "name", "width", "isFluid", "onBlur", "onFocus", "onChange", "open", "disclosureTitle", "disclosureText", "onClickDisclosure"]);
19379
+ var defaultId = useId$1();
19190
19380
  var _e = useThemeElement(), themeElement = _e[0], setThemeElement = _e[1];
19191
19381
  var surface = useContext(Context$3).surface;
19192
19382
  var _f = useState(defaultValue), uncontrolledValue = _f[0], setUncontrolledValue = _f[1];
19383
+ var ariaDescribedby = useAriaDescribedby({
19384
+ id: id,
19385
+ errorMessage: errorMessage,
19386
+ helper: helper,
19387
+ disclosureText: disclosureText,
19388
+ }).ariaDescribedby;
19193
19389
  var isControlled = typeof value !== "undefined";
19194
19390
  var selectValue = isControlled ? value : uncontrolledValue;
19195
19391
  var onValueChange = function (value) {
@@ -19210,21 +19406,22 @@ var Select = function (_a) {
19210
19406
  return 20;
19211
19407
  }
19212
19408
  };
19213
- return (React__default.createElement(FormControl, { errorMessage: errorMessage, helper: helper, htmlFor: id, label: label, hideLabel: hideLabel, labelSize: size, requirementStatus: isRequired ? "required" : "optional", isDisabled: isDisabled, disclosureText: disclosureText, disclosureTitle: disclosureTitle, onClickDisclosure: onClickDisclosure },
19409
+ var componentId = id || defaultId;
19410
+ return (React__default.createElement(FormControl, { errorMessage: errorMessage, helper: helper, htmlFor: componentId, label: label, hideLabel: hideLabel, labelSize: size, requirementStatus: isRequired ? "required" : "optional", isDisabled: isDisabled, disclosureText: disclosureText, disclosureTitle: disclosureTitle, onClickDisclosure: onClickDisclosure },
19214
19411
  React__default.createElement(Root2$2, { name: name, required: isRequired, disabled: isDisabled, defaultOpen: isDefaultOpen, value: selectValue, open: open, onOpenChange: onOpenChange, onValueChange: function (value) { return onValueChange(value); } },
19215
19412
  React__default.createElement("div", { ref: setThemeElement, className: "arc-Select-wrapper" },
19216
- React__default.createElement(Trigger$2, __assign({ id: id, name: name, onBlur: onBlur, onFocus: onFocus, "aria-label": ariaLabel, style: { width: width, marginTop: hideLabel ? 0 : undefined }, className: classNames("arc-Select-trigger", (_b = {
19413
+ React__default.createElement(Trigger$2, __assign({ id: componentId, name: name, onBlur: onBlur, onFocus: onFocus, "aria-label": ariaLabel, style: { width: width, marginTop: hideLabel ? 0 : undefined }, className: classNames("arc-Select-trigger", (_b = {
19217
19414
  "arc-Select-trigger--constrained": !isFluid,
19218
19415
  "arc-Select-trigger--onDarkSurface": surface === "dark",
19219
19416
  "arc-Select-trigger--invalid": errorMessage
19220
19417
  },
19221
19418
  _b["arc-Select-trigger--size".concat(size && size.toUpperCase())] = size && size !== "m",
19222
- _b)), "aria-describedby": id + (disclosureText ? "-disclosure" : "-helper") }, filterAttrs(props)),
19419
+ _b)), "aria-describedby": ariaDescribedby }, filterAttrs(props)),
19223
19420
  React__default.createElement(Value, { className: "arc-Select-triggerText", placeholder: placeholder, "aria-label": getSelectedValueName(uncontrolledValue) }),
19224
19421
  React__default.createElement(Icon, { className: "arc-Select-triggerIcon" },
19225
19422
  React__default.createElement(ThemeIcon, { size: getIconSize(size), icon: "selectTrigger" }))),
19226
19423
  React__default.createElement(Portal$4, { container: themeElement },
19227
- React__default.createElement(Content2$3, { sideOffset: 5, position: "popper", className: classNames("arc-Select-content", {
19424
+ React__default.createElement(Content2$3, { sideOffset: 12, position: "popper", className: classNames("arc-Select-content", {
19228
19425
  "arc-Select-content--onDarkSurface": surface === "dark",
19229
19426
  }) },
19230
19427
  React__default.createElement(Viewport, { className: "arc-Select-content--scrollable" }, options.map(function (_a, i) {
@@ -19952,8 +20149,8 @@ var SkipLink = function (_a, props) {
19952
20149
  };
19953
20150
 
19954
20151
  var SkipLinkItem = function (_a) {
19955
- var href = _a.href, id = _a.id, label = _a.label;
19956
- return (React__default.createElement("a", { className: "arc-SkipLinkItem", href: href, id: id }, label));
20152
+ var href = _a.href, id = _a.id, label = _a.label, onClick = _a.onClick;
20153
+ return (React__default.createElement("a", { className: "arc-SkipLinkItem", href: href, id: id, onClick: onClick }, label));
19957
20154
  };
19958
20155
 
19959
20156
  function $010c2913dbd2fe3d$export$5cae361ad82dce8b(value) {
@@ -20163,14 +20360,14 @@ var Switch = function (_a) {
20163
20360
  React__default.createElement($6be4966fd9bbc698$export$6521433ed15a34db, { className: "arc-Switch-thumb" },
20164
20361
  React__default.createElement("div", { className: "arc-Switch-thumbIcon" },
20165
20362
  React__default.createElement("div", { className: "arc-Switch-icon", "data-testid": "arc-switch-thumb-icon" },
20166
- React__default.createElement(ThemeIcon, { icon: "switchToggle", color: "brand", size: size === "m" ? 32 : 24 }))))),
20167
- React__default.createElement("div", { className: classNames("arc-Switch-statusText", (_b = {
20363
+ React__default.createElement(ThemeIcon, { icon: "switchToggle", size: size === "m" ? 32 : 24 }))))),
20364
+ (onStatusText || offStatusText) && (React__default.createElement("div", { className: classNames("arc-Switch-statusText", (_b = {
20168
20365
  "arc-Switch-statusText--isDisabled": isDisabled,
20169
20366
  "arc-Switch-statusText--onDarkSurface": surface === "dark"
20170
20367
  },
20171
20368
  _b["arc-Switch-statusText--".concat(size)] = size === "m",
20172
20369
  _b)) },
20173
- React__default.createElement("p", { "aria-hidden": true }, switchState ? onStatusText : offStatusText))))));
20370
+ React__default.createElement("p", { "aria-hidden": true }, switchState ? onStatusText : offStatusText)))))));
20174
20371
  };
20175
20372
 
20176
20373
  var TabbedBanner = function (_a) {
@@ -20187,7 +20384,7 @@ var TabbedBanner = function (_a) {
20187
20384
  })),
20188
20385
  tabs.map(function (_a, index) {
20189
20386
  var value = _a.value, content = _a.content;
20190
- return (React__default.createElement(ContentSwitcherContent, { value: value, key: index, hidden: value !== selectedTab },
20387
+ return (React__default.createElement(ContentSwitcherContent, { value: value, key: "".concat(index, "-").concat(value), hidden: value !== selectedTab },
20191
20388
  React__default.createElement(TemplateBanner, __assign({ alignment: "start", headingSize: "m", additionalTopMargin: true, minHeight: minHeight, minHeightM: minHeightM, minHeightL: minHeightL, minHeightXL: minHeightXL }, content))));
20192
20389
  }))),
20193
20390
  React__default.createElement("div", { className: "arc-TabbedBanner--mobile" },
@@ -20220,7 +20417,7 @@ var TabsItem = function (_a) {
20220
20417
 
20221
20418
  var TabsContent = function (_a) {
20222
20419
  var children = _a.children, value = _a.value, _b = _a.hidden, hidden = _b === void 0 ? undefined : _b, _c = _a.forceMount, forceMount = _c === void 0 ? true : _c, props = __rest(_a, ["children", "value", "hidden", "forceMount"]);
20223
- return (React__default.createElement($69cb30bb0017df05$export$7c6e2c02157bb7d2, __assign({ className: "arc-Tabs-content", value: value, forceMount: forceMount ? true : undefined, hidden: hidden }, filterAttrs(props)), children));
20420
+ return (React__default.createElement($69cb30bb0017df05$export$7c6e2c02157bb7d2, __assign({ className: "arc-TabsContent", value: value, forceMount: forceMount ? true : undefined, hidden: hidden }, filterAttrs(props)), children));
20224
20421
  };
20225
20422
 
20226
20423
  var TabsList = function (_a) {
@@ -20277,6 +20474,7 @@ var TabsList = function (_a) {
20277
20474
  var Tag = function (_a) {
20278
20475
  var children = _a.children, isRemovable = _a.isRemovable, link = _a.link, icon = _a.icon, onClick = _a.onClick, onRemove = _a.onRemove, title = _a.title, props = __rest(_a, ["children", "isRemovable", "link", "icon", "onClick", "onRemove", "title"]);
20279
20476
  var _b = useState(false), isRemoved = _b[0], setIsRemoved = _b[1];
20477
+ var surface = useContext(Context$3).surface;
20280
20478
  var onRemoveHandler = function () {
20281
20479
  setIsRemoved(function (p) { return !p; });
20282
20480
  onRemove && onRemove();
@@ -20286,6 +20484,7 @@ var Tag = function (_a) {
20286
20484
  "arc-Tag--hasIcon": icon,
20287
20485
  "arc-Tag--hasLink": link || onClick,
20288
20486
  "arc-Tag--removed": isRemoved,
20487
+ "arc-Tag--onDarkSurface": surface === "dark",
20289
20488
  }) }, (isRemoved && { "aria-hidden": true }), filterAttrs(props)),
20290
20489
  link ? (React__default.createElement("a", { className: "arc-Tag-content", href: link, tabIndex: 0 },
20291
20490
  icon && (React__default.createElement("span", { className: "arc-Tag-icon" },
@@ -20329,8 +20528,8 @@ var TextArea = forwardRef(function (_a, ref) {
20329
20528
  };
20330
20529
  // Although this is used within FormControlWrapper, it's deterministic so we can call it here too
20331
20530
  var ariaDescribedby = useAriaDescribedby({
20332
- errorMessage: errorMessage,
20333
20531
  id: id,
20532
+ errorMessage: errorMessage,
20334
20533
  helper: helper,
20335
20534
  disclosureText: disclosureText,
20336
20535
  }).ariaDescribedby;
@@ -20359,7 +20558,7 @@ var TextArea = forwardRef(function (_a, ref) {
20359
20558
  var package_default = {
20360
20559
  name: "@arc-ui/helpers",
20361
20560
  private: true,
20362
- version: "12.0.0-beta.23",
20561
+ version: "12.0.0-beta.24",
20363
20562
  type: "module",
20364
20563
  homepage: "https://ui.digital-ent-int.bt.com",
20365
20564
  author: "BT Enterprise Digital UI Team <ui-digital-ent-int@bt.com>",
@@ -21387,10 +21586,12 @@ const $054eb8030ebde76e$export$f39c2d165cd861fe = $054eb8030ebde76e$export$811e7
21387
21586
 
21388
21587
  /** Use `Toast` to display temporary messages at the bottom of the screen. */
21389
21588
  var Toast = function (_a) {
21390
- var children = _a.children, _b = _a.colorScheme, colorScheme = _b === void 0 ? "default" : _b, props = __rest(_a, ["children", "colorScheme"]);
21589
+ var children = _a.children, _b = _a.colorScheme, colorScheme = _b === void 0 ? "default" : _b, _c = _a.onDarkSurface, onDarkSurface = _c === void 0 ? false : _c, props = __rest(_a, ["children", "colorScheme", "onDarkSurface"]);
21391
21590
  return (React__default.createElement($054eb8030ebde76e$export$2881499e37b75b9a, { swipeDirection: "right", duration: 6000 },
21392
21591
  React__default.createElement($054eb8030ebde76e$export$d5c6c08dc2d3ca7, { asChild: true, className: "arc-Toast-viewport" },
21393
- React__default.createElement("div", __assign({ className: "arc-Toast-pathway--".concat(colorScheme) }, filterAttrs(props)), children))));
21592
+ React__default.createElement("div", __assign({ className: classNames("arc-Toast-pathway--".concat(colorScheme), {
21593
+ "arc-Toast--onDarkSurface": onDarkSurface,
21594
+ }) }, filterAttrs(props)), children))));
21394
21595
  };
21395
21596
 
21396
21597
  var ToastNotification = function (_a) {
@@ -22733,12 +22934,12 @@ var Arrow2 = TooltipArrow;
22733
22934
 
22734
22935
  /** Use `Tooltip` to display information related to an element when the element receives keyboard focus or the mouse hovers over it */
22735
22936
  var Tooltip = function (_a) {
22736
- var children = _a.children, side = _a.side, sideOffset = _a.sideOffset, align = _a.align, alignContent = _a.alignContent, title = _a.title, supportingCopy = _a.supportingCopy, icon = _a.icon, _b = _a.maxWidth, maxWidth = _b === void 0 ? "450px" : _b, _c = _a.delayDuration, delayDuration = _c === void 0 ? 300 : _c, open = _a.open, onOpenChange = _a.onOpenChange, _d = _a.asChild, asChild = _d === void 0 ? false : _d, _e = _a.zIndex, zIndex = _e === void 0 ? 100 : _e, props = __rest(_a, ["children", "side", "sideOffset", "align", "alignContent", "title", "supportingCopy", "icon", "maxWidth", "delayDuration", "open", "onOpenChange", "asChild", "zIndex"]);
22937
+ var children = _a.children, side = _a.side, sideOffset = _a.sideOffset, align = _a.align, alignContent = _a.alignContent, title = _a.title, supportingCopy = _a.supportingCopy, icon = _a.icon, ariaLabel = _a.ariaLabel, _b = _a.maxWidth, maxWidth = _b === void 0 ? "450px" : _b, _c = _a.delayDuration, delayDuration = _c === void 0 ? 300 : _c, open = _a.open, onOpenChange = _a.onOpenChange, _d = _a.asChild, asChild = _d === void 0 ? false : _d, _e = _a.zIndex, zIndex = _e === void 0 ? 100 : _e, props = __rest(_a, ["children", "side", "sideOffset", "align", "alignContent", "title", "supportingCopy", "icon", "ariaLabel", "maxWidth", "delayDuration", "open", "onOpenChange", "asChild", "zIndex"]);
22737
22938
  var _f = useThemeElement(), themeElement = _f[0], setThemeElement = _f[1];
22738
22939
  return (React__default.createElement("div", __assign({}, filterAttrs(props)),
22739
22940
  React__default.createElement(TooltipProvider, null,
22740
22941
  React__default.createElement(Root3, __assign({ delayDuration: delayDuration, open: open, onOpenChange: onOpenChange }, filterAttrs(props)),
22741
- React__default.createElement(Trigger, { asChild: asChild, className: "arc-Tooltip-trigger" }, children),
22942
+ React__default.createElement(Trigger, { asChild: asChild, "aria-label": ariaLabel, className: "arc-Tooltip-trigger" }, children),
22742
22943
  React__default.createElement("div", { ref: setThemeElement },
22743
22944
  React__default.createElement(Portal, { container: themeElement },
22744
22945
  React__default.createElement(Content2, __assign({ side: side, sideOffset: sideOffset, align: align, alignOffset: align === "start" ? -4 : align === "end" ? -4 : undefined, style: { zIndex: zIndex } }, props),
@@ -25941,6 +26142,11 @@ var VideoPlayer = function (_a) {
25941
26142
  var title = _a.title, description = _a.description, transcriptLink = _a.transcriptLink, transcriptContent = _a.transcriptContent, light = _a.light, url = _a.url, onReady = _a.onReady, onPlay = _a.onPlay, onStart = _a.onStart, onPause = _a.onPause, onError = _a.onError, onEnded = _a.onEnded, _b = _a.isBorderRadius, isBorderRadius = _b === void 0 ? false : _b, _c = _a.isSupportingTextHidden, isSupportingTextHidden = _c === void 0 ? false : _c, props = __rest(_a, ["title", "description", "transcriptLink", "transcriptContent", "light", "url", "onReady", "onPlay", "onStart", "onPause", "onError", "onEnded", "isBorderRadius", "isSupportingTextHidden"]);
25942
26143
  var TextWrapper = isSupportingTextHidden ? VisuallyHidden$2 : "div";
25943
26144
  var isVimeo = new URL(url).hostname.includes("vimeo");
26145
+ var _d = useState(false), isClient = _d[0], setIsClient = _d[1];
26146
+ // https://nextjs.org/docs/messages/react-hydration-error#solution-1-using-useeffect-to-run-on-the-client-only
26147
+ useEffect(function () {
26148
+ setIsClient(true);
26149
+ }, []);
25944
26150
  var playerProps = {
25945
26151
  url: url,
25946
26152
  light: light,
@@ -25950,8 +26156,9 @@ var VideoPlayer = function (_a) {
25950
26156
  onPause: onPause,
25951
26157
  onError: onError,
25952
26158
  onEnded: onEnded,
25953
- playIcon: (React__default.createElement("div", { className: "arc-VideoPlayer-icon" },
25954
- React__default.createElement(Icon$1, { icon: BtIconPlayFill }))),
26159
+ playIcon: (React__default.createElement("div", { className: "arc-VideoPlayer-iconContainer" },
26160
+ React__default.createElement("div", { className: "arc-VideoPlayer-icon" },
26161
+ React__default.createElement(ThemeIcon, { icon: "videoPlayerPlay" })))),
25955
26162
  playing: Boolean(light),
25956
26163
  controls: true,
25957
26164
  className: "arc-VideoPlayer",
@@ -25961,7 +26168,9 @@ var VideoPlayer = function (_a) {
25961
26168
  return (React__default.createElement("div", __assign({}, filterAttrs(props)),
25962
26169
  React__default.createElement("div", { "data-testid": "arc-video-player", className: classNames("arc-VideoPlayer-wrapper", {
25963
26170
  "arc-VideoPlayer-wrapper--borderRadius": isBorderRadius,
25964
- }) }, isVimeo ? (React__default.createElement(ReactPlayerVimeo, __assign({}, playerProps))) : (React__default.createElement(ReactPlayerYoutube, __assign({}, playerProps)))),
26171
+ }) }, isVimeo
26172
+ ? isClient && React__default.createElement(ReactPlayerVimeo, __assign({}, playerProps))
26173
+ : isClient && React__default.createElement(ReactPlayerYoutube, __assign({}, playerProps))),
25965
26174
  React__default.createElement(TextWrapper, null,
25966
26175
  React__default.createElement(VerticalSpace, { size: "24" }),
25967
26176
  React__default.createElement(Heading, { level: "3", size: "s" }, title),
@@ -26000,44 +26209,24 @@ var BtLogo = function () { return (React__default.createElement("svg", { xmlns:
26000
26209
  var EeLogo = function () { return (React__default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", fill: "none" },
26001
26210
  React__default.createElement("path", { d: "M43.8847 31.9955C47.6776 28.6511 50.0791 23.7328 50.0791 18.2512C50.088 8.17326 41.9883 0 32.001 0C22.0138 0 13.9141 8.17326 13.9141 18.2512C13.9141 23.7328 16.3156 28.6511 20.1085 31.9955C16.3156 35.3399 13.9141 40.2582 13.9141 45.7488C13.9141 55.8267 22.0138 64 32.001 64C41.9883 64 50.088 55.8267 50.088 45.7488C50.088 40.2582 47.6864 35.3399 43.8847 31.9955ZM29.5463 40.8126C29.5463 41.3223 29.2893 41.7695 28.8994 42.0377C29.2893 42.306 29.5463 42.7531 29.5463 43.2628C29.5463 43.7725 29.2893 44.2196 28.8994 44.4879C29.0766 44.6042 29.2184 44.7651 29.3336 44.9529C29.5906 44.5416 30.0426 44.2733 30.5654 44.2733C31.0883 44.2733 31.5491 44.5505 31.8061 44.9708C32.0631 44.5505 32.5239 44.2733 33.0467 44.2733C33.5696 44.2733 34.0304 44.5505 34.2874 44.9708C34.5444 44.5505 35.0052 44.2733 35.528 44.2733C36.3344 44.2733 36.9902 44.935 36.9902 45.7488C36.9902 46.5625 36.3344 47.2243 35.528 47.2243C35.0052 47.2243 34.5444 46.947 34.2874 46.5268C34.0304 46.947 33.5696 47.2243 33.0467 47.2243C32.5239 47.2243 32.0631 46.947 31.8061 46.5268C31.5491 46.947 31.0883 47.2243 30.5654 47.2243C30.0337 47.2243 29.5729 46.9381 29.3159 46.5089C29.2095 46.6788 29.0678 46.8308 28.8994 46.9381C29.2893 47.2064 29.5463 47.6535 29.5463 48.1632C29.5463 48.6729 29.2893 49.12 28.8994 49.3883C29.2893 49.6566 29.5463 50.1037 29.5463 50.6134C29.5463 51.1231 29.2893 51.5702 28.8994 51.8385C29.1121 51.9816 29.2804 52.1783 29.3868 52.4108C29.6261 51.9279 30.1223 51.5881 30.6895 51.5881C31.2655 51.5881 31.7529 51.9279 31.9922 52.4108C32.2314 51.9279 32.7277 51.5881 33.2948 51.5881C33.8709 51.5881 34.3583 51.9279 34.5975 52.4108C34.8368 51.9279 35.3331 51.5881 35.9002 51.5881C36.7066 51.5881 37.3624 52.2498 37.3624 53.0636C37.3624 53.8773 36.7066 54.5391 35.9002 54.5391C35.3242 54.5391 34.8368 54.1992 34.5975 53.7164C34.3583 54.1992 33.862 54.5391 33.2948 54.5391C32.7188 54.5391 32.2314 54.1992 31.9922 53.7164C31.7529 54.1992 31.2566 54.5391 30.6895 54.5391C30.1135 54.5391 29.6261 54.1992 29.3868 53.7164C29.1475 54.1992 28.6513 54.5391 28.0841 54.5391C27.2777 54.5391 26.6219 53.8773 26.6219 53.0636C26.6219 52.5539 26.8789 52.1068 27.2688 51.8385C26.8789 51.5702 26.6219 51.1231 26.6219 50.6134C26.6219 50.1037 26.8789 49.6566 27.2688 49.3883C26.8789 49.12 26.6219 48.6729 26.6219 48.1632C26.6219 47.6535 26.8789 47.2064 27.2688 46.9381C26.8789 46.6698 26.6219 46.2227 26.6219 45.713C26.6219 45.2033 26.8789 44.7562 27.2688 44.4879C26.8789 44.2196 26.6219 43.7725 26.6219 43.2628C26.6219 42.7531 26.8789 42.306 27.2688 42.0377C26.8789 41.7695 26.6219 41.3223 26.6219 40.8126C26.6219 40.3029 26.8789 39.8558 27.2688 39.5875C26.8789 39.3193 26.6219 38.8722 26.6219 38.3624C26.6219 37.5487 27.2777 36.887 28.0841 36.887C28.6601 36.887 29.1475 37.2268 29.3868 37.7097C29.6261 37.2268 30.1223 36.887 30.6895 36.887C31.2655 36.887 31.7529 37.2268 31.9922 37.7097C32.2314 37.2268 32.7277 36.887 33.2948 36.887C33.8709 36.887 34.3583 37.2268 34.5975 37.7097C34.8368 37.2268 35.3331 36.887 35.9002 36.887C36.7066 36.887 37.3624 37.5487 37.3624 38.3624C37.3624 39.1762 36.7066 39.8379 35.9002 39.8379C35.3242 39.8379 34.8368 39.4981 34.5975 39.0152C34.3583 39.4981 33.862 39.8379 33.2948 39.8379C32.7188 39.8379 32.2314 39.4981 31.9922 39.0152C31.7529 39.4981 31.2566 39.8379 30.6895 39.8379C30.1135 39.8379 29.6261 39.4981 29.3868 39.0152C29.2716 39.2477 29.1032 39.4445 28.8994 39.5875C29.2893 39.8558 29.5463 40.3029 29.5463 40.8126ZM29.5463 13.3151C29.5463 13.8248 29.2893 14.2719 28.8994 14.5402C29.2893 14.8084 29.5463 15.2556 29.5463 15.7653C29.5463 16.275 29.2893 16.7221 28.8994 16.9904C29.0766 17.1066 29.2184 17.2676 29.3336 17.4554C29.5906 17.044 30.0426 16.7757 30.5654 16.7757C31.0883 16.7757 31.5491 17.053 31.8061 17.4732C32.0631 17.053 32.5239 16.7757 33.0467 16.7757C33.5696 16.7757 34.0304 17.053 34.2874 17.4732C34.5444 17.053 35.0052 16.7757 35.528 16.7757C36.3344 16.7757 36.9902 17.4375 36.9902 18.2512C36.9902 19.065 36.3344 19.7267 35.528 19.7267C35.0052 19.7267 34.5444 19.4495 34.2874 19.0292C34.0304 19.4495 33.5696 19.7267 33.0467 19.7267C32.5239 19.7267 32.0631 19.4495 31.8061 19.0292C31.5491 19.4495 31.0883 19.7267 30.5654 19.7267C30.0337 19.7267 29.5729 19.4405 29.3159 19.0113C29.2095 19.1812 29.0678 19.3332 28.8994 19.4405C29.2893 19.7088 29.5463 20.1559 29.5463 20.6656C29.5463 21.1754 29.2893 21.6225 28.8994 21.8907C29.2893 22.159 29.5463 22.6061 29.5463 23.1158C29.5463 23.6255 29.2893 24.0727 28.8994 24.3409C29.1121 24.484 29.2804 24.6807 29.3868 24.9132C29.6261 24.4303 30.1223 24.0905 30.6895 24.0905C31.2655 24.0905 31.7529 24.4303 31.9922 24.9132C32.2314 24.4303 32.7277 24.0905 33.2948 24.0905C33.8709 24.0905 34.3583 24.4303 34.5975 24.9132C34.8368 24.4303 35.3331 24.0905 35.9002 24.0905C36.7066 24.0905 37.3624 24.7523 37.3624 25.566C37.3624 26.3798 36.7066 27.0415 35.9002 27.0415C35.3242 27.0415 34.8368 26.7017 34.5975 26.2188C34.3583 26.7017 33.862 27.0415 33.2948 27.0415C32.7188 27.0415 32.2314 26.7017 31.9922 26.2188C31.7529 26.7017 31.2566 27.0415 30.6895 27.0415C30.1135 27.0415 29.6261 26.7017 29.3868 26.2188C29.1475 26.7017 28.6513 27.0415 28.0841 27.0415C27.2777 27.0415 26.6219 26.3798 26.6219 25.566C26.6219 25.0563 26.8789 24.6092 27.2688 24.3409C26.8789 24.0727 26.6219 23.6255 26.6219 23.1158C26.6219 22.6061 26.8789 22.159 27.2688 21.8907C26.8789 21.6225 26.6219 21.1754 26.6219 20.6656C26.6219 20.1559 26.8789 19.7088 27.2688 19.4405C26.8789 19.1723 26.6219 18.7252 26.6219 18.2155C26.6219 17.7057 26.8789 17.2586 27.2688 16.9904C26.8789 16.7221 26.6219 16.275 26.6219 15.7653C26.6219 15.2556 26.8789 14.8084 27.2688 14.5402C26.8789 14.2719 26.6219 13.8248 26.6219 13.3151C26.6219 12.8054 26.8789 12.3583 27.2688 12.09C26.8789 11.8217 26.6219 11.3746 26.6219 10.8649C26.6219 10.0511 27.2777 9.38941 28.0841 9.38941C28.6601 9.38941 29.1475 9.72922 29.3868 10.2121C29.6261 9.72922 30.1223 9.38941 30.6895 9.38941C31.2655 9.38941 31.7529 9.72922 31.9922 10.2121C32.2314 9.72922 32.7277 9.38941 33.2948 9.38941C33.8709 9.38941 34.3583 9.72922 34.5975 10.2121C34.8368 9.72922 35.3331 9.38941 35.9002 9.38941C36.7066 9.38941 37.3624 10.0511 37.3624 10.8649C37.3624 11.6786 36.7066 12.3404 35.9002 12.3404C35.3242 12.3404 34.8368 12.0006 34.5975 11.5177C34.3583 12.0006 33.862 12.3404 33.2948 12.3404C32.7188 12.3404 32.2314 12.0006 31.9922 11.5177C31.7529 12.0006 31.2566 12.3404 30.6895 12.3404C30.1135 12.3404 29.6261 12.0006 29.3868 11.5177C29.2716 11.7502 29.1032 11.9469 28.8994 12.09C29.2893 12.3583 29.5463 12.8054 29.5463 13.3151Z", fill: "currentColor" }))); };
26002
26211
 
26003
- var BtGlobalFabricLogo = function () { return (React__default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 319 64" },
26004
- React__default.createElement("path", { fill: "currentColor", d: "M33.568 21.088h15.936v4.672H44.16v17.088h-5.248V25.76h-5.344v-4.672ZM32 60.065C16.512 60.065 3.936 47.489 3.936 32S16.512 3.936 32 3.936s28.065 12.577 28.065 28.065c0 15.488-12.576 28.064-28.065 28.064ZM32 64c17.663 0 32-14.336 32-32C64 14.334 49.664 0 32 0 14.337 0 0 14.336 0 32c0 17.665 14.337 32 32 32Zm-5.408-27.808c0-1.375-.863-2.304-2.336-2.304h-3.52v4.544h3.52c1.473 0 2.336-.928 2.336-2.24Zm-.639-8.735c0-1.152-.736-1.953-1.984-1.953h-3.232v3.969h3.232c1.248-.001 1.984-.8 1.984-2.016Zm5.951 8.992c0 4.128-2.912 6.4-7.071 6.4h-9.274V21.09h8.667c4.191 0 7.039 2.143 7.039 6.08 0 1.791-.8 3.391-2.08 4.352 1.471.864 2.72 2.528 2.72 4.928Z" }),
26005
- React__default.createElement("mask", { id: "a", width: "247", height: "25", x: "72", y: "19.48", fill: "#000", maskUnits: "userSpaceOnUse" },
26006
- React__default.createElement("path", { d: "M83.048 43.52c-1.899 0-3.616-.469-5.152-1.408-1.515-.938-2.71-2.26-3.584-3.968C73.437 36.418 73 34.368 73 32.002c0-1.728.288-3.296.864-4.704a11.128 11.128 0 0 1 2.464-3.649 10.85 10.85 0 0 1 3.712-2.335c1.43-.555 2.965-.832 4.608-.832 1.92 0 3.637.351 5.152 1.055 1.515.704 2.901 1.792 4.16 3.264l-3.168 2.88c-.875-1.045-1.803-1.813-2.784-2.303-.981-.491-2.101-.736-3.36-.736-1.237 0-2.357.298-3.36.896-1.003.597-1.792 1.45-2.368 2.56-.576 1.087-.864 2.389-.864 3.904 0 1.578.277 2.922.832 4.032.555 1.087 1.301 1.92 2.24 2.495.939.555 1.995.833 3.168.833.981 0 1.867-.192 2.656-.576.81-.384 1.472-.896 1.984-1.536s.81-1.355.896-2.145h-5.344V31.17h10.304V43.2h-4.8v-3.744c-.704 1.323-1.653 2.336-2.848 3.04-1.173.683-2.539 1.024-4.096 1.024ZM113.884 43.2H97.916V20.8h4.928v18.305h11.04V43.2ZM125.359 43.52c-1.685 0-3.253-.277-4.704-.832a11.901 11.901 0 0 1-3.808-2.4 10.882 10.882 0 0 1-2.496-3.647c-.597-1.408-.896-2.955-.896-4.64 0-1.686.299-3.232.896-4.64a10.882 10.882 0 0 1 2.496-3.649 11.464 11.464 0 0 1 3.808-2.367c1.451-.576 3.019-.864 4.704-.864 1.685 0 3.253.287 4.704.863 1.451.555 2.709 1.345 3.776 2.368a10.668 10.668 0 0 1 2.528 3.648c.597 1.409.896 2.955.896 4.64 0 1.686-.299 3.233-.896 4.64a10.668 10.668 0 0 1-2.528 3.648c-1.067 1.025-2.325 1.825-3.776 2.4-1.451.555-3.019.832-4.704.832Zm0-4.16c1.301 0 2.464-.309 3.488-.928a6.613 6.613 0 0 0 2.464-2.56c.597-1.109.896-2.4.896-3.871 0-1.472-.299-2.763-.896-3.872-.597-1.11-1.419-1.963-2.464-2.56-1.024-.62-2.187-.928-3.488-.928-1.28 0-2.443.309-3.488.928-1.024.597-1.845 1.45-2.464 2.56-.597 1.109-.896 2.4-.896 3.872 0 1.471.299 2.762.896 3.872.619 1.088 1.44 1.94 2.464 2.56 1.045.618 2.208.928 3.488.928ZM139.934 20.8h10.656c1.621 0 2.954.267 4 .8 1.066.534 1.856 1.227 2.368 2.08.533.854.8 1.771.8 2.753 0 1.109-.384 2.1-1.152 2.976-.747.853-1.792 1.482-3.136 1.888 1.685.362 2.965 1.034 3.84 2.015.874.96 1.312 2.07 1.312 3.329a6.22 6.22 0 0 1-.928 3.328c-.619.98-1.515 1.77-2.688 2.367-1.152.577-2.539.864-4.16.864h-10.912V20.8Zm9.856 3.872h-4.992v5.12h4.992c1.088 0 1.856-.266 2.304-.8a2.757 2.757 0 0 0 .672-1.823c0-.747-.235-1.345-.704-1.793-.448-.469-1.206-.704-2.272-.704Zm.416 8.928h-5.408v5.728h5.408c1.13 0 1.983-.266 2.56-.8.597-.533.896-1.226.896-2.08 0-.746-.299-1.407-.896-1.983-.577-.577-1.43-.865-2.56-.865ZM158.581 43.2l8.992-22.4h5.376l9.024 22.4h-5.216l-1.92-4.992h-9.28l-1.92 4.992h-5.056Zm8.416-8.736h6.432l-3.232-8.415-3.2 8.416ZM199.888 43.2H183.92V20.8h4.928v18.305h11.04V43.2ZM207.125 43.2V20.8h16.416v4.096h-11.488v5.28h8.768v4.097h-8.768V43.2h-4.928ZM220.96 43.2l8.992-22.4h5.376l9.024 22.4h-5.216l-1.92-4.992h-9.28l-1.92 4.992h-5.056Zm8.416-8.736h6.432l-3.232-8.415-3.2 8.416ZM246.299 20.8h10.655c1.622 0 2.955.267 4 .8 1.067.534 1.857 1.227 2.368 2.08.534.854.8 1.771.8 2.753 0 1.109-.383 2.1-1.151 2.976-.747.853-1.793 1.482-3.136 1.888 1.685.362 2.965 1.034 3.839 2.015.875.96 1.312 2.07 1.312 3.329a6.218 6.218 0 0 1-.927 3.328c-.619.98-1.515 1.77-2.689 2.367-1.151.577-2.538.864-4.16.864h-10.911V20.8Zm9.855 3.872h-4.991v5.12h4.991c1.088 0 1.856-.266 2.304-.8a2.758 2.758 0 0 0 .673-1.823c0-.747-.235-1.345-.705-1.793-.447-.469-1.205-.704-2.272-.704Zm.416 8.928h-5.407v5.728h5.407c1.131 0 1.985-.266 2.561-.8.597-.533.896-1.226.896-2.08 0-.746-.299-1.407-.896-1.983-.576-.577-1.43-.865-2.561-.865ZM267.651 43.2V20.8h11.008c1.621 0 2.987.3 4.096.896 1.131.576 1.984 1.377 2.56 2.4.597 1.003.896 2.166.896 3.488 0 1.473-.373 2.763-1.12 3.872-.747 1.088-1.824 1.878-3.232 2.369l5.152 9.375h-5.504l-4.384-8.576h-4.544V43.2h-4.928Zm10.464-18.432h-5.536v5.92h5.536c1.024 0 1.781-.266 2.272-.8.512-.554.768-1.28.768-2.176 0-.874-.245-1.578-.736-2.111-.491-.555-1.259-.832-2.304-.832ZM289.441 20.8h4.928v22.4h-4.928V20.8ZM317.939 39.233c-1.258 1.472-2.656 2.56-4.192 3.264-1.514.682-3.232 1.023-5.152 1.023-1.621 0-3.136-.277-4.544-.832a11.707 11.707 0 0 1-3.712-2.4 11.513 11.513 0 0 1-2.464-3.68c-.576-1.407-.864-2.944-.864-4.607 0-1.664.288-3.2.864-4.608a11.144 11.144 0 0 1 2.464-3.649 11.102 11.102 0 0 1 3.68-2.4c1.408-.576 2.923-.864 4.544-.864 1.899 0 3.584.352 5.056 1.056 1.494.704 2.859 1.792 4.096 3.264l-3.168 2.88c-.853-1.045-1.76-1.813-2.72-2.303-.938-.491-2.026-.736-3.264-.736-1.216 0-2.314.309-3.296.928-.981.618-1.76 1.482-2.336 2.591-.576 1.11-.864 2.39-.864 3.84 0 1.451.288 2.731.864 3.84.576 1.11 1.355 1.974 2.336 2.592a6.215 6.215 0 0 0 3.328.928c1.28 0 2.411-.234 3.392-.703 1.003-.491 1.931-1.26 2.784-2.304l3.168 2.88Z" })),
26007
- React__default.createElement("path", { fill: "currentColor", d: "M83.048 43.52c-1.899 0-3.616-.469-5.152-1.408-1.515-.938-2.71-2.26-3.584-3.968C73.437 36.418 73 34.368 73 32.002c0-1.728.288-3.296.864-4.704a11.128 11.128 0 0 1 2.464-3.649 10.85 10.85 0 0 1 3.712-2.335c1.43-.555 2.965-.832 4.608-.832 1.92 0 3.637.351 5.152 1.055 1.515.704 2.901 1.792 4.16 3.264l-3.168 2.88c-.875-1.045-1.803-1.813-2.784-2.303-.981-.491-2.101-.736-3.36-.736-1.237 0-2.357.298-3.36.896-1.003.597-1.792 1.45-2.368 2.56-.576 1.087-.864 2.389-.864 3.904 0 1.578.277 2.922.832 4.032.555 1.087 1.301 1.92 2.24 2.495.939.555 1.995.833 3.168.833.981 0 1.867-.192 2.656-.576.81-.384 1.472-.896 1.984-1.536s.81-1.355.896-2.145h-5.344V31.17h10.304V43.2h-4.8v-3.744c-.704 1.323-1.653 2.336-2.848 3.04-1.173.683-2.539 1.024-4.096 1.024ZM113.884 43.2H97.916V20.8h4.928v18.305h11.04V43.2ZM125.359 43.52c-1.685 0-3.253-.277-4.704-.832a11.901 11.901 0 0 1-3.808-2.4 10.882 10.882 0 0 1-2.496-3.647c-.597-1.408-.896-2.955-.896-4.64 0-1.686.299-3.232.896-4.64a10.882 10.882 0 0 1 2.496-3.649 11.464 11.464 0 0 1 3.808-2.367c1.451-.576 3.019-.864 4.704-.864 1.685 0 3.253.287 4.704.863 1.451.555 2.709 1.345 3.776 2.368a10.668 10.668 0 0 1 2.528 3.648c.597 1.409.896 2.955.896 4.64 0 1.686-.299 3.233-.896 4.64a10.668 10.668 0 0 1-2.528 3.648c-1.067 1.025-2.325 1.825-3.776 2.4-1.451.555-3.019.832-4.704.832Zm0-4.16c1.301 0 2.464-.309 3.488-.928a6.613 6.613 0 0 0 2.464-2.56c.597-1.109.896-2.4.896-3.871 0-1.472-.299-2.763-.896-3.872-.597-1.11-1.419-1.963-2.464-2.56-1.024-.62-2.187-.928-3.488-.928-1.28 0-2.443.309-3.488.928-1.024.597-1.845 1.45-2.464 2.56-.597 1.109-.896 2.4-.896 3.872 0 1.471.299 2.762.896 3.872.619 1.088 1.44 1.94 2.464 2.56 1.045.618 2.208.928 3.488.928ZM139.934 20.8h10.656c1.621 0 2.954.267 4 .8 1.066.534 1.856 1.227 2.368 2.08.533.854.8 1.771.8 2.753 0 1.109-.384 2.1-1.152 2.976-.747.853-1.792 1.482-3.136 1.888 1.685.362 2.965 1.034 3.84 2.015.874.96 1.312 2.07 1.312 3.329a6.22 6.22 0 0 1-.928 3.328c-.619.98-1.515 1.77-2.688 2.367-1.152.577-2.539.864-4.16.864h-10.912V20.8Zm9.856 3.872h-4.992v5.12h4.992c1.088 0 1.856-.266 2.304-.8a2.757 2.757 0 0 0 .672-1.823c0-.747-.235-1.345-.704-1.793-.448-.469-1.206-.704-2.272-.704Zm.416 8.928h-5.408v5.728h5.408c1.13 0 1.983-.266 2.56-.8.597-.533.896-1.226.896-2.08 0-.746-.299-1.407-.896-1.983-.577-.577-1.43-.865-2.56-.865ZM158.581 43.2l8.992-22.4h5.376l9.024 22.4h-5.216l-1.92-4.992h-9.28l-1.92 4.992h-5.056Zm8.416-8.736h6.432l-3.232-8.415-3.2 8.416ZM199.888 43.2H183.92V20.8h4.928v18.305h11.04V43.2ZM207.125 43.2V20.8h16.416v4.096h-11.488v5.28h8.768v4.097h-8.768V43.2h-4.928ZM220.96 43.2l8.992-22.4h5.376l9.024 22.4h-5.216l-1.92-4.992h-9.28l-1.92 4.992h-5.056Zm8.416-8.736h6.432l-3.232-8.415-3.2 8.416ZM246.299 20.8h10.655c1.622 0 2.955.267 4 .8 1.067.534 1.857 1.227 2.368 2.08.534.854.8 1.771.8 2.753 0 1.109-.383 2.1-1.151 2.976-.747.853-1.793 1.482-3.136 1.888 1.685.362 2.965 1.034 3.839 2.015.875.96 1.312 2.07 1.312 3.329a6.218 6.218 0 0 1-.927 3.328c-.619.98-1.515 1.77-2.689 2.367-1.151.577-2.538.864-4.16.864h-10.911V20.8Zm9.855 3.872h-4.991v5.12h4.991c1.088 0 1.856-.266 2.304-.8a2.758 2.758 0 0 0 .673-1.823c0-.747-.235-1.345-.705-1.793-.447-.469-1.205-.704-2.272-.704Zm.416 8.928h-5.407v5.728h5.407c1.131 0 1.985-.266 2.561-.8.597-.533.896-1.226.896-2.08 0-.746-.299-1.407-.896-1.983-.576-.577-1.43-.865-2.561-.865ZM267.651 43.2V20.8h11.008c1.621 0 2.987.3 4.096.896 1.131.576 1.984 1.377 2.56 2.4.597 1.003.896 2.166.896 3.488 0 1.473-.373 2.763-1.12 3.872-.747 1.088-1.824 1.878-3.232 2.369l5.152 9.375h-5.504l-4.384-8.576h-4.544V43.2h-4.928Zm10.464-18.432h-5.536v5.92h5.536c1.024 0 1.781-.266 2.272-.8.512-.554.768-1.28.768-2.176 0-.874-.245-1.578-.736-2.111-.491-.555-1.259-.832-2.304-.832ZM289.441 20.8h4.928v22.4h-4.928V20.8ZM317.939 39.233c-1.258 1.472-2.656 2.56-4.192 3.264-1.514.682-3.232 1.023-5.152 1.023-1.621 0-3.136-.277-4.544-.832a11.707 11.707 0 0 1-3.712-2.4 11.513 11.513 0 0 1-2.464-3.68c-.576-1.407-.864-2.944-.864-4.607 0-1.664.288-3.2.864-4.608a11.144 11.144 0 0 1 2.464-3.649 11.102 11.102 0 0 1 3.68-2.4c1.408-.576 2.923-.864 4.544-.864 1.899 0 3.584.352 5.056 1.056 1.494.704 2.859 1.792 4.096 3.264l-3.168 2.88c-.853-1.045-1.76-1.813-2.72-2.303-.938-.491-2.026-.736-3.264-.736-1.216 0-2.314.309-3.296.928-.981.618-1.76 1.482-2.336 2.591-.576 1.11-.864 2.39-.864 3.84 0 1.451.288 2.731.864 3.84.576 1.11 1.355 1.974 2.336 2.592a6.215 6.215 0 0 0 3.328.928c1.28 0 2.411-.234 3.392-.703 1.003-.491 1.931-1.26 2.784-2.304l3.168 2.88Z" }),
26008
- React__default.createElement("path", { stroke: "currentColor", strokeWidth: ".5", d: "M83.048 43.52c-1.899 0-3.616-.469-5.152-1.408-1.515-.938-2.71-2.26-3.584-3.968C73.437 36.418 73 34.368 73 32.002c0-1.728.288-3.296.864-4.704a11.128 11.128 0 0 1 2.464-3.649 10.85 10.85 0 0 1 3.712-2.335c1.43-.555 2.965-.832 4.608-.832 1.92 0 3.637.351 5.152 1.055 1.515.704 2.901 1.792 4.16 3.264l-3.168 2.88c-.875-1.045-1.803-1.813-2.784-2.303-.981-.491-2.101-.736-3.36-.736-1.237 0-2.357.298-3.36.896-1.003.597-1.792 1.45-2.368 2.56-.576 1.087-.864 2.389-.864 3.904 0 1.578.277 2.922.832 4.032.555 1.087 1.301 1.92 2.24 2.495.939.555 1.995.833 3.168.833.981 0 1.867-.192 2.656-.576.81-.384 1.472-.896 1.984-1.536s.81-1.355.896-2.145h-5.344V31.17h10.304V43.2h-4.8v-3.744c-.704 1.323-1.653 2.336-2.848 3.04-1.173.683-2.539 1.024-4.096 1.024ZM113.884 43.2H97.916V20.8h4.928v18.305h11.04V43.2ZM125.359 43.52c-1.685 0-3.253-.277-4.704-.832a11.901 11.901 0 0 1-3.808-2.4 10.882 10.882 0 0 1-2.496-3.647c-.597-1.408-.896-2.955-.896-4.64 0-1.686.299-3.232.896-4.64a10.882 10.882 0 0 1 2.496-3.649 11.464 11.464 0 0 1 3.808-2.367c1.451-.576 3.019-.864 4.704-.864 1.685 0 3.253.287 4.704.863 1.451.555 2.709 1.345 3.776 2.368a10.668 10.668 0 0 1 2.528 3.648c.597 1.409.896 2.955.896 4.64 0 1.686-.299 3.233-.896 4.64a10.668 10.668 0 0 1-2.528 3.648c-1.067 1.025-2.325 1.825-3.776 2.4-1.451.555-3.019.832-4.704.832Zm0-4.16c1.301 0 2.464-.309 3.488-.928a6.613 6.613 0 0 0 2.464-2.56c.597-1.109.896-2.4.896-3.871 0-1.472-.299-2.763-.896-3.872-.597-1.11-1.419-1.963-2.464-2.56-1.024-.62-2.187-.928-3.488-.928-1.28 0-2.443.309-3.488.928-1.024.597-1.845 1.45-2.464 2.56-.597 1.109-.896 2.4-.896 3.872 0 1.471.299 2.762.896 3.872.619 1.088 1.44 1.94 2.464 2.56 1.045.618 2.208.928 3.488.928ZM139.934 20.8h10.656c1.621 0 2.954.267 4 .8 1.066.534 1.856 1.227 2.368 2.08.533.854.8 1.771.8 2.753 0 1.109-.384 2.1-1.152 2.976-.747.853-1.792 1.482-3.136 1.888 1.685.362 2.965 1.034 3.84 2.015.874.96 1.312 2.07 1.312 3.329a6.22 6.22 0 0 1-.928 3.328c-.619.98-1.515 1.77-2.688 2.367-1.152.577-2.539.864-4.16.864h-10.912V20.8Zm9.856 3.872h-4.992v5.12h4.992c1.088 0 1.856-.266 2.304-.8a2.757 2.757 0 0 0 .672-1.823c0-.747-.235-1.345-.704-1.793-.448-.469-1.206-.704-2.272-.704Zm.416 8.928h-5.408v5.728h5.408c1.13 0 1.983-.266 2.56-.8.597-.533.896-1.226.896-2.08 0-.746-.299-1.407-.896-1.983-.577-.577-1.43-.865-2.56-.865ZM158.581 43.2l8.992-22.4h5.376l9.024 22.4h-5.216l-1.92-4.992h-9.28l-1.92 4.992h-5.056Zm8.416-8.736h6.432l-3.232-8.415-3.2 8.416ZM199.888 43.2H183.92V20.8h4.928v18.305h11.04V43.2ZM207.125 43.2V20.8h16.416v4.096h-11.488v5.28h8.768v4.097h-8.768V43.2h-4.928ZM220.96 43.2l8.992-22.4h5.376l9.024 22.4h-5.216l-1.92-4.992h-9.28l-1.92 4.992h-5.056Zm8.416-8.736h6.432l-3.232-8.415-3.2 8.416ZM246.299 20.8h10.655c1.622 0 2.955.267 4 .8 1.067.534 1.857 1.227 2.368 2.08.534.854.8 1.771.8 2.753 0 1.109-.383 2.1-1.151 2.976-.747.853-1.793 1.482-3.136 1.888 1.685.362 2.965 1.034 3.839 2.015.875.96 1.312 2.07 1.312 3.329a6.218 6.218 0 0 1-.927 3.328c-.619.98-1.515 1.77-2.689 2.367-1.151.577-2.538.864-4.16.864h-10.911V20.8Zm9.855 3.872h-4.991v5.12h4.991c1.088 0 1.856-.266 2.304-.8a2.758 2.758 0 0 0 .673-1.823c0-.747-.235-1.345-.705-1.793-.447-.469-1.205-.704-2.272-.704Zm.416 8.928h-5.407v5.728h5.407c1.131 0 1.985-.266 2.561-.8.597-.533.896-1.226.896-2.08 0-.746-.299-1.407-.896-1.983-.576-.577-1.43-.865-2.561-.865ZM267.651 43.2V20.8h11.008c1.621 0 2.987.3 4.096.896 1.131.576 1.984 1.377 2.56 2.4.597 1.003.896 2.166.896 3.488 0 1.473-.373 2.763-1.12 3.872-.747 1.088-1.824 1.878-3.232 2.369l5.152 9.375h-5.504l-4.384-8.576h-4.544V43.2h-4.928Zm10.464-18.432h-5.536v5.92h5.536c1.024 0 1.781-.266 2.272-.8.512-.554.768-1.28.768-2.176 0-.874-.245-1.578-.736-2.111-.491-.555-1.259-.832-2.304-.832ZM289.441 20.8h4.928v22.4h-4.928V20.8ZM317.939 39.233c-1.258 1.472-2.656 2.56-4.192 3.264-1.514.682-3.232 1.023-5.152 1.023-1.621 0-3.136-.277-4.544-.832a11.707 11.707 0 0 1-3.712-2.4 11.513 11.513 0 0 1-2.464-3.68c-.576-1.407-.864-2.944-.864-4.607 0-1.664.288-3.2.864-4.608a11.144 11.144 0 0 1 2.464-3.649 11.102 11.102 0 0 1 3.68-2.4c1.408-.576 2.923-.864 4.544-.864 1.899 0 3.584.352 5.056 1.056 1.494.704 2.859 1.792 4.096 3.264l-3.168 2.88c-.853-1.045-1.76-1.813-2.72-2.303-.938-.491-2.026-.736-3.264-.736-1.216 0-2.314.309-3.296.928-.981.618-1.76 1.482-2.336 2.591-.576 1.11-.864 2.39-.864 3.84 0 1.451.288 2.731.864 3.84.576 1.11 1.355 1.974 2.336 2.592a6.215 6.215 0 0 0 3.328.928c1.28 0 2.411-.234 3.392-.703 1.003-.491 1.931-1.26 2.784-2.304l3.168 2.88Z", mask: "url(#a)" }))); };
26009
-
26010
- var BtMediaBroadcastLogo = function () { return (React__default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 244 64" },
26011
- React__default.createElement("path", { fill: "currentColor", d: "M33.598 21.088h15.935v4.672H44.19v17.088h-5.248V25.76h-5.344v-4.672ZM32.03 60.065C16.542 60.065 3.966 47.489 3.966 32S16.542 3.936 32.03 3.936c15.487 0 28.064 12.577 28.064 28.065 0 15.488-12.575 28.064-28.064 28.064Zm0 3.935c17.663 0 32-14.336 32-32 0-17.665-14.336-32-32-32s-32 14.336-32 32c0 17.665 14.336 32 32 32Zm-5.408-27.808c0-1.375-.864-2.304-2.336-2.304h-3.52v4.544h3.52c1.472 0 2.336-.928 2.336-2.24Zm-.64-8.735c0-1.152-.735-1.953-1.983-1.953h-3.232v3.969h3.232c1.248-.001 1.984-.8 1.984-2.016Zm5.952 8.992c0 4.128-2.912 6.4-7.072 6.4H15.59V21.09h8.666c4.192 0 7.04 2.143 7.04 6.08 0 1.791-.8 3.391-2.08 4.352 1.471.864 2.719 2.528 2.719 4.928Z" }),
26012
- React__default.createElement("mask", { id: "a", width: "171", height: "50", x: "73.03", y: "6.64", fill: "#000", maskUnits: "userSpaceOnUse" },
26013
- React__default.createElement("path", { d: "M74.03 28.08V8.48h5.712l5.544 14.812L90.802 8.48h5.572v19.6h-4.2V13.66l-5.516 14.42h-2.912L78.23 13.66v14.42h-4.2ZM99.904 28.08V8.48h14.644v3.584h-10.332v4.34h7.252v3.584h-7.252v4.508h10.612v3.584H99.904ZM117.221 28.08V8.48h7.112c2.352 0 4.358.42 6.02 1.26 1.68.821 2.958 1.969 3.836 3.444.896 1.474 1.344 3.173 1.344 5.096 0 1.922-.448 3.621-1.344 5.096-.878 1.474-2.156 2.632-3.836 3.472-1.662.821-3.668 1.232-6.02 1.232h-7.112Zm7.112-16.016h-2.8v12.432h2.8c2.202 0 3.882-.56 5.04-1.68 1.157-1.12 1.736-2.632 1.736-4.536 0-1.886-.579-3.388-1.736-4.508-1.158-1.139-2.838-1.708-5.04-1.708ZM137.846 8.48h4.312v19.6h-4.312V8.48ZM143.854 28.08l7.868-19.6h4.704l7.896 19.6h-4.564l-1.68-4.368h-8.12l-1.68 4.368h-4.424Zm7.364-7.644h5.628l-2.828-7.364-2.8 7.364ZM169.344 22.564c0-1.158.298-2.184.896-3.08.597-.915 1.642-1.764 3.136-2.548-.728-.84-1.26-1.596-1.596-2.268a5.04 5.04 0 0 1-.476-2.184c0-.915.242-1.736.728-2.464.504-.728 1.185-1.307 2.044-1.736.877-.43 1.885-.644 3.024-.644 1.12 0 2.109.214 2.968.644.877.41 1.568.98 2.072 1.708s.756 1.577.756 2.548c0 1.008-.327 1.932-.98 2.772-.654.84-1.662 1.596-3.024 2.268l3.696 4.088c.429-.56.812-1.195 1.148-1.904.354-.71.634-1.494.84-2.352l3.388 1.176a14.601 14.601 0 0 1-1.26 3.164 13.077 13.077 0 0 1-1.792 2.492l3.472 3.836h-4.956l-1.344-1.484a12.698 12.698 0 0 1-2.912 1.344c-.971.28-1.867.42-2.688.42-1.438 0-2.698-.262-3.78-.784-1.064-.523-1.895-1.223-2.492-2.1a5.174 5.174 0 0 1-.868-2.912ZM175.28 12.4c0 .373.102.774.308 1.204.224.41.644.98 1.26 1.708.858-.467 1.418-.934 1.68-1.4.261-.486.392-.943.392-1.372 0-.542-.159-.98-.476-1.316-.318-.336-.766-.504-1.344-.504-.579 0-1.027.158-1.344.476-.318.317-.476.718-.476 1.204Zm-1.68 9.828c0 .802.289 1.446.868 1.932a3.15 3.15 0 0 0 2.044.728c1.138 0 2.23-.271 3.276-.812l-4.34-4.816c-.672.429-1.148.905-1.428 1.428a3.138 3.138 0 0 0-.42 1.54ZM74.03 36.48h9.324c1.418 0 2.585.233 3.5.7.933.466 1.624 1.073 2.072 1.82.466.746.7 1.549.7 2.408 0 .97-.336 1.838-1.008 2.604-.654.746-1.568 1.297-2.744 1.652 1.474.317 2.594.905 3.36 1.764.765.84 1.148 1.81 1.148 2.912 0 1.064-.271 2.034-.812 2.912-.542.858-1.326 1.549-2.352 2.072-1.008.504-2.222.756-3.64.756H74.03v-19.6Zm8.624 3.388h-4.368v4.48h4.368c.952 0 1.624-.234 2.016-.7.392-.467.588-.999.588-1.596 0-.654-.206-1.176-.616-1.568-.392-.411-1.055-.616-1.988-.616Zm.364 7.812h-4.732v5.012h4.732c.989 0 1.736-.234 2.24-.7.522-.467.784-1.074.784-1.82 0-.654-.262-1.232-.784-1.736-.504-.504-1.251-.756-2.24-.756ZM92.713 56.08v-19.6h9.632c1.419 0 2.613.261 3.584.784.989.504 1.736 1.204 2.24 2.1.523.877.784 1.894.784 3.052 0 1.288-.327 2.417-.98 3.388-.653.952-1.596 1.642-2.828 2.072l4.508 8.204h-4.816l-3.836-7.504h-3.976v7.504h-4.312Zm9.156-16.128h-4.844v5.18h4.844c.896 0 1.559-.234 1.988-.7.448-.486.672-1.12.672-1.904 0-.766-.215-1.382-.644-1.848-.429-.486-1.101-.728-2.016-.728ZM120.718 56.36c-1.475 0-2.847-.243-4.116-.728a10.42 10.42 0 0 1-3.332-2.1 9.54 9.54 0 0 1-2.184-3.192c-.523-1.232-.784-2.586-.784-4.06 0-1.475.261-2.828.784-4.06a9.54 9.54 0 0 1 2.184-3.192 10.04 10.04 0 0 1 3.332-2.072c1.269-.504 2.641-.756 4.116-.756 1.475 0 2.847.252 4.116.756a9.729 9.729 0 0 1 3.304 2.072 9.343 9.343 0 0 1 2.212 3.192c.523 1.232.784 2.585.784 4.06 0 1.474-.261 2.828-.784 4.06a9.344 9.344 0 0 1-2.212 3.192 10.09 10.09 0 0 1-3.304 2.1c-1.269.485-2.641.728-4.116.728Zm0-3.64c1.139 0 2.156-.271 3.052-.812a5.786 5.786 0 0 0 2.156-2.24c.523-.971.784-2.1.784-3.388 0-1.288-.261-2.418-.784-3.388-.523-.971-1.241-1.718-2.156-2.24-.896-.542-1.913-.812-3.052-.812-1.12 0-2.137.27-3.052.812-.896.522-1.615 1.269-2.156 2.24-.523.97-.784 2.1-.784 3.388 0 1.288.261 2.417.784 3.388a6.06 6.06 0 0 0 2.156 2.24c.915.541 1.932.812 3.052.812ZM130.529 56.08l7.868-19.6h4.704l7.896 19.6h-4.564l-1.68-4.368h-8.12l-1.68 4.368h-4.424Zm7.364-7.644h5.628l-2.828-7.364-2.8 7.364ZM152.701 56.08v-19.6h7.112c2.352 0 4.359.42 6.02 1.26 1.68.821 2.959 1.969 3.836 3.444.896 1.474 1.344 3.173 1.344 5.096 0 1.922-.448 3.621-1.344 5.096-.877 1.474-2.156 2.632-3.836 3.472-1.661.821-3.668 1.232-6.02 1.232h-7.112Zm7.112-16.016h-2.8v12.432h2.8c2.203 0 3.883-.56 5.04-1.68 1.157-1.12 1.736-2.632 1.736-4.536 0-1.886-.579-3.388-1.736-4.508-1.157-1.139-2.837-1.708-5.04-1.708ZM190.434 52.608c-1.102 1.288-2.324 2.24-3.668 2.856-1.326.597-2.828.896-4.508.896-1.419 0-2.744-.243-3.976-.728a10.236 10.236 0 0 1-3.248-2.1 10.044 10.044 0 0 1-2.156-3.22c-.504-1.232-.756-2.576-.756-4.032s.252-2.8.756-4.032a9.722 9.722 0 0 1 5.376-5.292c1.232-.504 2.557-.756 3.976-.756 1.661 0 3.136.308 4.424.924 1.306.616 2.501 1.568 3.584 2.856l-2.772 2.52c-.747-.915-1.54-1.587-2.38-2.016-.822-.43-1.774-.644-2.856-.644-1.064 0-2.026.27-2.884.812-.859.541-1.54 1.297-2.044 2.268-.504.97-.756 2.09-.756 3.36 0 1.269.252 2.389.756 3.36.504.97 1.185 1.726 2.044 2.268a5.435 5.435 0 0 0 2.912.812c1.12 0 2.109-.206 2.968-.616.877-.43 1.689-1.102 2.436-2.016l2.772 2.52ZM190.189 56.08l7.868-19.6h4.704l7.896 19.6h-4.564l-1.68-4.368h-8.12l-1.68 4.368h-4.424Zm7.364-7.644h5.628l-2.828-7.364-2.8 7.364ZM218.506 56.36c-1.587 0-3.08-.243-4.48-.728-1.382-.504-2.576-1.232-3.584-2.184l2.324-2.8a8.742 8.742 0 0 0 2.604 1.596c.952.354 1.988.532 3.108.532 1.045 0 1.866-.178 2.464-.532.597-.374.896-.878.896-1.512 0-.56-.178-1.018-.532-1.372-.355-.374-1.074-.719-2.156-1.036l-3.136-.924c-1.568-.467-2.744-1.148-3.528-2.044-.766-.915-1.148-2.016-1.148-3.304 0-1.176.317-2.203.952-3.08.634-.878 1.512-1.559 2.632-2.044 1.12-.486 2.398-.728 3.836-.728 1.456 0 2.79.27 4.004.812 1.232.522 2.249 1.185 3.052 1.988l-2.38 2.632c-.542-.542-1.214-.98-2.016-1.316-.784-.355-1.643-.532-2.576-.532-1.12 0-1.932.186-2.436.56-.486.373-.728.849-.728 1.428 0 .522.177.961.532 1.316.354.354.961.662 1.82.924l3.136.924c1.792.522 3.08 1.25 3.864 2.184.784.933 1.176 2.053 1.176 3.36 0 1.064-.243 1.978-.728 2.744a5.739 5.739 0 0 1-1.904 1.82 9.885 9.885 0 0 1-2.52 1.008c-.878.205-1.727.308-2.548.308ZM243.217 40.064h-6.272V56.08h-4.312V40.064h-6.272V36.48h16.856v3.584Z" })),
26014
- React__default.createElement("path", { fill: "currentColor", d: "M74.03 28.08V8.48h5.712l5.544 14.812L90.802 8.48h5.572v19.6h-4.2V13.66l-5.516 14.42h-2.912L78.23 13.66v14.42h-4.2ZM99.904 28.08V8.48h14.644v3.584h-10.332v4.34h7.252v3.584h-7.252v4.508h10.612v3.584H99.904ZM117.221 28.08V8.48h7.112c2.352 0 4.358.42 6.02 1.26 1.68.821 2.958 1.969 3.836 3.444.896 1.474 1.344 3.173 1.344 5.096 0 1.922-.448 3.621-1.344 5.096-.878 1.474-2.156 2.632-3.836 3.472-1.662.821-3.668 1.232-6.02 1.232h-7.112Zm7.112-16.016h-2.8v12.432h2.8c2.202 0 3.882-.56 5.04-1.68 1.157-1.12 1.736-2.632 1.736-4.536 0-1.886-.579-3.388-1.736-4.508-1.158-1.139-2.838-1.708-5.04-1.708ZM137.846 8.48h4.312v19.6h-4.312V8.48ZM143.854 28.08l7.868-19.6h4.704l7.896 19.6h-4.564l-1.68-4.368h-8.12l-1.68 4.368h-4.424Zm7.364-7.644h5.628l-2.828-7.364-2.8 7.364ZM169.344 22.564c0-1.158.298-2.184.896-3.08.597-.915 1.642-1.764 3.136-2.548-.728-.84-1.26-1.596-1.596-2.268a5.04 5.04 0 0 1-.476-2.184c0-.915.242-1.736.728-2.464.504-.728 1.185-1.307 2.044-1.736.877-.43 1.885-.644 3.024-.644 1.12 0 2.109.214 2.968.644.877.41 1.568.98 2.072 1.708s.756 1.577.756 2.548c0 1.008-.327 1.932-.98 2.772-.654.84-1.662 1.596-3.024 2.268l3.696 4.088c.429-.56.812-1.195 1.148-1.904.354-.71.634-1.494.84-2.352l3.388 1.176a14.601 14.601 0 0 1-1.26 3.164 13.077 13.077 0 0 1-1.792 2.492l3.472 3.836h-4.956l-1.344-1.484a12.698 12.698 0 0 1-2.912 1.344c-.971.28-1.867.42-2.688.42-1.438 0-2.698-.262-3.78-.784-1.064-.523-1.895-1.223-2.492-2.1a5.174 5.174 0 0 1-.868-2.912ZM175.28 12.4c0 .373.102.774.308 1.204.224.41.644.98 1.26 1.708.858-.467 1.418-.934 1.68-1.4.261-.486.392-.943.392-1.372 0-.542-.159-.98-.476-1.316-.318-.336-.766-.504-1.344-.504-.579 0-1.027.158-1.344.476-.318.317-.476.718-.476 1.204Zm-1.68 9.828c0 .802.289 1.446.868 1.932a3.15 3.15 0 0 0 2.044.728c1.138 0 2.23-.271 3.276-.812l-4.34-4.816c-.672.429-1.148.905-1.428 1.428a3.138 3.138 0 0 0-.42 1.54ZM74.03 36.48h9.324c1.418 0 2.585.233 3.5.7.933.466 1.624 1.073 2.072 1.82.466.746.7 1.549.7 2.408 0 .97-.336 1.838-1.008 2.604-.654.746-1.568 1.297-2.744 1.652 1.474.317 2.594.905 3.36 1.764.765.84 1.148 1.81 1.148 2.912 0 1.064-.271 2.034-.812 2.912-.542.858-1.326 1.549-2.352 2.072-1.008.504-2.222.756-3.64.756H74.03v-19.6Zm8.624 3.388h-4.368v4.48h4.368c.952 0 1.624-.234 2.016-.7.392-.467.588-.999.588-1.596 0-.654-.206-1.176-.616-1.568-.392-.411-1.055-.616-1.988-.616Zm.364 7.812h-4.732v5.012h4.732c.989 0 1.736-.234 2.24-.7.522-.467.784-1.074.784-1.82 0-.654-.262-1.232-.784-1.736-.504-.504-1.251-.756-2.24-.756ZM92.713 56.08v-19.6h9.632c1.419 0 2.613.261 3.584.784.989.504 1.736 1.204 2.24 2.1.523.877.784 1.894.784 3.052 0 1.288-.327 2.417-.98 3.388-.653.952-1.596 1.642-2.828 2.072l4.508 8.204h-4.816l-3.836-7.504h-3.976v7.504h-4.312Zm9.156-16.128h-4.844v5.18h4.844c.896 0 1.559-.234 1.988-.7.448-.486.672-1.12.672-1.904 0-.766-.215-1.382-.644-1.848-.429-.486-1.101-.728-2.016-.728ZM120.718 56.36c-1.475 0-2.847-.243-4.116-.728a10.42 10.42 0 0 1-3.332-2.1 9.54 9.54 0 0 1-2.184-3.192c-.523-1.232-.784-2.586-.784-4.06 0-1.475.261-2.828.784-4.06a9.54 9.54 0 0 1 2.184-3.192 10.04 10.04 0 0 1 3.332-2.072c1.269-.504 2.641-.756 4.116-.756 1.475 0 2.847.252 4.116.756a9.729 9.729 0 0 1 3.304 2.072 9.343 9.343 0 0 1 2.212 3.192c.523 1.232.784 2.585.784 4.06 0 1.474-.261 2.828-.784 4.06a9.344 9.344 0 0 1-2.212 3.192 10.09 10.09 0 0 1-3.304 2.1c-1.269.485-2.641.728-4.116.728Zm0-3.64c1.139 0 2.156-.271 3.052-.812a5.786 5.786 0 0 0 2.156-2.24c.523-.971.784-2.1.784-3.388 0-1.288-.261-2.418-.784-3.388-.523-.971-1.241-1.718-2.156-2.24-.896-.542-1.913-.812-3.052-.812-1.12 0-2.137.27-3.052.812-.896.522-1.615 1.269-2.156 2.24-.523.97-.784 2.1-.784 3.388 0 1.288.261 2.417.784 3.388a6.06 6.06 0 0 0 2.156 2.24c.915.541 1.932.812 3.052.812ZM130.529 56.08l7.868-19.6h4.704l7.896 19.6h-4.564l-1.68-4.368h-8.12l-1.68 4.368h-4.424Zm7.364-7.644h5.628l-2.828-7.364-2.8 7.364ZM152.701 56.08v-19.6h7.112c2.352 0 4.359.42 6.02 1.26 1.68.821 2.959 1.969 3.836 3.444.896 1.474 1.344 3.173 1.344 5.096 0 1.922-.448 3.621-1.344 5.096-.877 1.474-2.156 2.632-3.836 3.472-1.661.821-3.668 1.232-6.02 1.232h-7.112Zm7.112-16.016h-2.8v12.432h2.8c2.203 0 3.883-.56 5.04-1.68 1.157-1.12 1.736-2.632 1.736-4.536 0-1.886-.579-3.388-1.736-4.508-1.157-1.139-2.837-1.708-5.04-1.708ZM190.434 52.608c-1.102 1.288-2.324 2.24-3.668 2.856-1.326.597-2.828.896-4.508.896-1.419 0-2.744-.243-3.976-.728a10.236 10.236 0 0 1-3.248-2.1 10.044 10.044 0 0 1-2.156-3.22c-.504-1.232-.756-2.576-.756-4.032s.252-2.8.756-4.032a9.722 9.722 0 0 1 5.376-5.292c1.232-.504 2.557-.756 3.976-.756 1.661 0 3.136.308 4.424.924 1.306.616 2.501 1.568 3.584 2.856l-2.772 2.52c-.747-.915-1.54-1.587-2.38-2.016-.822-.43-1.774-.644-2.856-.644-1.064 0-2.026.27-2.884.812-.859.541-1.54 1.297-2.044 2.268-.504.97-.756 2.09-.756 3.36 0 1.269.252 2.389.756 3.36.504.97 1.185 1.726 2.044 2.268a5.435 5.435 0 0 0 2.912.812c1.12 0 2.109-.206 2.968-.616.877-.43 1.689-1.102 2.436-2.016l2.772 2.52ZM190.189 56.08l7.868-19.6h4.704l7.896 19.6h-4.564l-1.68-4.368h-8.12l-1.68 4.368h-4.424Zm7.364-7.644h5.628l-2.828-7.364-2.8 7.364ZM218.506 56.36c-1.587 0-3.08-.243-4.48-.728-1.382-.504-2.576-1.232-3.584-2.184l2.324-2.8a8.742 8.742 0 0 0 2.604 1.596c.952.354 1.988.532 3.108.532 1.045 0 1.866-.178 2.464-.532.597-.374.896-.878.896-1.512 0-.56-.178-1.018-.532-1.372-.355-.374-1.074-.719-2.156-1.036l-3.136-.924c-1.568-.467-2.744-1.148-3.528-2.044-.766-.915-1.148-2.016-1.148-3.304 0-1.176.317-2.203.952-3.08.634-.878 1.512-1.559 2.632-2.044 1.12-.486 2.398-.728 3.836-.728 1.456 0 2.79.27 4.004.812 1.232.522 2.249 1.185 3.052 1.988l-2.38 2.632c-.542-.542-1.214-.98-2.016-1.316-.784-.355-1.643-.532-2.576-.532-1.12 0-1.932.186-2.436.56-.486.373-.728.849-.728 1.428 0 .522.177.961.532 1.316.354.354.961.662 1.82.924l3.136.924c1.792.522 3.08 1.25 3.864 2.184.784.933 1.176 2.053 1.176 3.36 0 1.064-.243 1.978-.728 2.744a5.739 5.739 0 0 1-1.904 1.82 9.885 9.885 0 0 1-2.52 1.008c-.878.205-1.727.308-2.548.308ZM243.217 40.064h-6.272V56.08h-4.312V40.064h-6.272V36.48h16.856v3.584Z" }),
26015
- React__default.createElement("path", { stroke: "currentColor", strokeWidth: ".5", d: "M74.03 28.08V8.48h5.712l5.544 14.812L90.802 8.48h5.572v19.6h-4.2V13.66l-5.516 14.42h-2.912L78.23 13.66v14.42h-4.2ZM99.904 28.08V8.48h14.644v3.584h-10.332v4.34h7.252v3.584h-7.252v4.508h10.612v3.584H99.904ZM117.221 28.08V8.48h7.112c2.352 0 4.358.42 6.02 1.26 1.68.821 2.958 1.969 3.836 3.444.896 1.474 1.344 3.173 1.344 5.096 0 1.922-.448 3.621-1.344 5.096-.878 1.474-2.156 2.632-3.836 3.472-1.662.821-3.668 1.232-6.02 1.232h-7.112Zm7.112-16.016h-2.8v12.432h2.8c2.202 0 3.882-.56 5.04-1.68 1.157-1.12 1.736-2.632 1.736-4.536 0-1.886-.579-3.388-1.736-4.508-1.158-1.139-2.838-1.708-5.04-1.708ZM137.846 8.48h4.312v19.6h-4.312V8.48ZM143.854 28.08l7.868-19.6h4.704l7.896 19.6h-4.564l-1.68-4.368h-8.12l-1.68 4.368h-4.424Zm7.364-7.644h5.628l-2.828-7.364-2.8 7.364ZM169.344 22.564c0-1.158.298-2.184.896-3.08.597-.915 1.642-1.764 3.136-2.548-.728-.84-1.26-1.596-1.596-2.268a5.04 5.04 0 0 1-.476-2.184c0-.915.242-1.736.728-2.464.504-.728 1.185-1.307 2.044-1.736.877-.43 1.885-.644 3.024-.644 1.12 0 2.109.214 2.968.644.877.41 1.568.98 2.072 1.708s.756 1.577.756 2.548c0 1.008-.327 1.932-.98 2.772-.654.84-1.662 1.596-3.024 2.268l3.696 4.088c.429-.56.812-1.195 1.148-1.904.354-.71.634-1.494.84-2.352l3.388 1.176a14.601 14.601 0 0 1-1.26 3.164 13.077 13.077 0 0 1-1.792 2.492l3.472 3.836h-4.956l-1.344-1.484a12.698 12.698 0 0 1-2.912 1.344c-.971.28-1.867.42-2.688.42-1.438 0-2.698-.262-3.78-.784-1.064-.523-1.895-1.223-2.492-2.1a5.174 5.174 0 0 1-.868-2.912ZM175.28 12.4c0 .373.102.774.308 1.204.224.41.644.98 1.26 1.708.858-.467 1.418-.934 1.68-1.4.261-.486.392-.943.392-1.372 0-.542-.159-.98-.476-1.316-.318-.336-.766-.504-1.344-.504-.579 0-1.027.158-1.344.476-.318.317-.476.718-.476 1.204Zm-1.68 9.828c0 .802.289 1.446.868 1.932a3.15 3.15 0 0 0 2.044.728c1.138 0 2.23-.271 3.276-.812l-4.34-4.816c-.672.429-1.148.905-1.428 1.428a3.138 3.138 0 0 0-.42 1.54ZM74.03 36.48h9.324c1.418 0 2.585.233 3.5.7.933.466 1.624 1.073 2.072 1.82.466.746.7 1.549.7 2.408 0 .97-.336 1.838-1.008 2.604-.654.746-1.568 1.297-2.744 1.652 1.474.317 2.594.905 3.36 1.764.765.84 1.148 1.81 1.148 2.912 0 1.064-.271 2.034-.812 2.912-.542.858-1.326 1.549-2.352 2.072-1.008.504-2.222.756-3.64.756H74.03v-19.6Zm8.624 3.388h-4.368v4.48h4.368c.952 0 1.624-.234 2.016-.7.392-.467.588-.999.588-1.596 0-.654-.206-1.176-.616-1.568-.392-.411-1.055-.616-1.988-.616Zm.364 7.812h-4.732v5.012h4.732c.989 0 1.736-.234 2.24-.7.522-.467.784-1.074.784-1.82 0-.654-.262-1.232-.784-1.736-.504-.504-1.251-.756-2.24-.756ZM92.713 56.08v-19.6h9.632c1.419 0 2.613.261 3.584.784.989.504 1.736 1.204 2.24 2.1.523.877.784 1.894.784 3.052 0 1.288-.327 2.417-.98 3.388-.653.952-1.596 1.642-2.828 2.072l4.508 8.204h-4.816l-3.836-7.504h-3.976v7.504h-4.312Zm9.156-16.128h-4.844v5.18h4.844c.896 0 1.559-.234 1.988-.7.448-.486.672-1.12.672-1.904 0-.766-.215-1.382-.644-1.848-.429-.486-1.101-.728-2.016-.728ZM120.718 56.36c-1.475 0-2.847-.243-4.116-.728a10.42 10.42 0 0 1-3.332-2.1 9.54 9.54 0 0 1-2.184-3.192c-.523-1.232-.784-2.586-.784-4.06 0-1.475.261-2.828.784-4.06a9.54 9.54 0 0 1 2.184-3.192 10.04 10.04 0 0 1 3.332-2.072c1.269-.504 2.641-.756 4.116-.756 1.475 0 2.847.252 4.116.756a9.729 9.729 0 0 1 3.304 2.072 9.343 9.343 0 0 1 2.212 3.192c.523 1.232.784 2.585.784 4.06 0 1.474-.261 2.828-.784 4.06a9.344 9.344 0 0 1-2.212 3.192 10.09 10.09 0 0 1-3.304 2.1c-1.269.485-2.641.728-4.116.728Zm0-3.64c1.139 0 2.156-.271 3.052-.812a5.786 5.786 0 0 0 2.156-2.24c.523-.971.784-2.1.784-3.388 0-1.288-.261-2.418-.784-3.388-.523-.971-1.241-1.718-2.156-2.24-.896-.542-1.913-.812-3.052-.812-1.12 0-2.137.27-3.052.812-.896.522-1.615 1.269-2.156 2.24-.523.97-.784 2.1-.784 3.388 0 1.288.261 2.417.784 3.388a6.06 6.06 0 0 0 2.156 2.24c.915.541 1.932.812 3.052.812ZM130.529 56.08l7.868-19.6h4.704l7.896 19.6h-4.564l-1.68-4.368h-8.12l-1.68 4.368h-4.424Zm7.364-7.644h5.628l-2.828-7.364-2.8 7.364ZM152.701 56.08v-19.6h7.112c2.352 0 4.359.42 6.02 1.26 1.68.821 2.959 1.969 3.836 3.444.896 1.474 1.344 3.173 1.344 5.096 0 1.922-.448 3.621-1.344 5.096-.877 1.474-2.156 2.632-3.836 3.472-1.661.821-3.668 1.232-6.02 1.232h-7.112Zm7.112-16.016h-2.8v12.432h2.8c2.203 0 3.883-.56 5.04-1.68 1.157-1.12 1.736-2.632 1.736-4.536 0-1.886-.579-3.388-1.736-4.508-1.157-1.139-2.837-1.708-5.04-1.708ZM190.434 52.608c-1.102 1.288-2.324 2.24-3.668 2.856-1.326.597-2.828.896-4.508.896-1.419 0-2.744-.243-3.976-.728a10.236 10.236 0 0 1-3.248-2.1 10.044 10.044 0 0 1-2.156-3.22c-.504-1.232-.756-2.576-.756-4.032s.252-2.8.756-4.032a9.722 9.722 0 0 1 5.376-5.292c1.232-.504 2.557-.756 3.976-.756 1.661 0 3.136.308 4.424.924 1.306.616 2.501 1.568 3.584 2.856l-2.772 2.52c-.747-.915-1.54-1.587-2.38-2.016-.822-.43-1.774-.644-2.856-.644-1.064 0-2.026.27-2.884.812-.859.541-1.54 1.297-2.044 2.268-.504.97-.756 2.09-.756 3.36 0 1.269.252 2.389.756 3.36.504.97 1.185 1.726 2.044 2.268a5.435 5.435 0 0 0 2.912.812c1.12 0 2.109-.206 2.968-.616.877-.43 1.689-1.102 2.436-2.016l2.772 2.52ZM190.189 56.08l7.868-19.6h4.704l7.896 19.6h-4.564l-1.68-4.368h-8.12l-1.68 4.368h-4.424Zm7.364-7.644h5.628l-2.828-7.364-2.8 7.364ZM218.506 56.36c-1.587 0-3.08-.243-4.48-.728-1.382-.504-2.576-1.232-3.584-2.184l2.324-2.8a8.742 8.742 0 0 0 2.604 1.596c.952.354 1.988.532 3.108.532 1.045 0 1.866-.178 2.464-.532.597-.374.896-.878.896-1.512 0-.56-.178-1.018-.532-1.372-.355-.374-1.074-.719-2.156-1.036l-3.136-.924c-1.568-.467-2.744-1.148-3.528-2.044-.766-.915-1.148-2.016-1.148-3.304 0-1.176.317-2.203.952-3.08.634-.878 1.512-1.559 2.632-2.044 1.12-.486 2.398-.728 3.836-.728 1.456 0 2.79.27 4.004.812 1.232.522 2.249 1.185 3.052 1.988l-2.38 2.632c-.542-.542-1.214-.98-2.016-1.316-.784-.355-1.643-.532-2.576-.532-1.12 0-1.932.186-2.436.56-.486.373-.728.849-.728 1.428 0 .522.177.961.532 1.316.354.354.961.662 1.82.924l3.136.924c1.792.522 3.08 1.25 3.864 2.184.784.933 1.176 2.053 1.176 3.36 0 1.064-.243 1.978-.728 2.744a5.739 5.739 0 0 1-1.904 1.82 9.885 9.885 0 0 1-2.52 1.008c-.878.205-1.727.308-2.548.308ZM243.217 40.064h-6.272V56.08h-4.312V40.064h-6.272V36.48h16.856v3.584Z", mask: "url(#a)" }))); };
26212
+ var BtGlobalFabricLogo = function () { return (React__default.createElement("svg", { viewBox: "0 0 276 64", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
26213
+ React__default.createElement("path", { d: "M33.5682 21.0883H49.5038V25.7598H44.16V42.8479H38.9119V25.7598H33.5682V21.0883ZM32 60.0648C16.5123 60.0648 3.93635 47.4886 3.93635 32.0006C3.93635 16.5126 16.5123 3.93642 32 3.93642C47.4877 3.93642 60.0649 16.5126 60.0649 32.0006C60.0649 47.4886 47.4889 60.0648 32 60.0648ZM32 64C49.6633 64 64 49.6642 64 31.9994C64 14.3346 49.6645 0 32 0C14.3367 0 0 14.3358 0 32.0006C0 49.6654 14.3367 64 32 64ZM26.5924 36.1923C26.5924 34.8167 25.7286 33.8878 24.2562 33.8878H20.7358V38.4317H24.2562C25.7286 38.4329 26.5924 37.504 26.5924 36.1923ZM25.9531 27.4568C25.9531 26.3046 25.2169 25.5045 23.969 25.5045H20.737V29.4729H23.969C25.2169 29.4716 25.9531 28.6728 25.9531 27.4568ZM31.9043 36.4487C31.9043 40.5766 28.9925 42.8491 24.8329 42.8491H15.5589V21.0883H24.2255C28.4171 21.0883 31.265 23.232 31.265 27.1684C31.265 28.96 30.465 30.56 29.1852 31.5208C30.6564 32.3847 31.9043 34.0486 31.9043 36.4487Z", fill: "currentColor" }),
26214
+ React__default.createElement("path", { d: "M91.232 44.32C89.376 44.32 87.68 43.8507 86.144 42.912C84.608 41.9733 83.3813 40.6507 82.464 38.944C81.5467 37.216 81.088 35.168 81.088 32.8C81.088 31.072 81.376 29.504 81.952 28.096C82.528 26.688 83.328 25.472 84.352 24.448C85.376 23.424 86.5813 22.6453 87.968 22.112C89.3547 21.5573 90.848 21.28 92.448 21.28C94.3467 21.28 96.032 21.6213 97.504 22.304C98.976 22.9867 100.352 24.0533 101.632 25.504L98.944 27.936C98.0053 26.848 97.024 26.048 96 25.536C94.976 25.0027 93.792 24.736 92.448 24.736C91.0613 24.736 89.8133 25.0667 88.704 25.728C87.5947 26.368 86.72 27.296 86.08 28.512C85.44 29.7067 85.12 31.136 85.12 32.8C85.12 34.528 85.4293 36 86.048 37.216C86.6667 38.4107 87.5093 39.3173 88.576 39.936C89.6427 40.5547 90.848 40.864 92.192 40.864C93.4293 40.864 94.5173 40.608 95.456 40.096C96.3947 39.5627 97.1307 38.9013 97.664 38.112C98.2187 37.3227 98.496 36.5333 98.496 35.744H92.608V32.416H102.4V44H98.624V39.776C97.8987 41.248 96.896 42.3787 95.616 43.168C94.336 43.936 92.8747 44.32 91.232 44.32ZM109.794 44.32C108.45 44.32 107.415 43.9573 106.69 43.232C105.964 42.4853 105.602 41.3973 105.602 39.968V20.96H109.378V39.52C109.378 40.096 109.495 40.512 109.73 40.768C109.964 41.0027 110.306 41.12 110.754 41.12C111.266 41.12 111.66 41.088 111.938 41.024V44.128C111.404 44.256 110.69 44.32 109.794 44.32ZM121.753 44.32C120.174 44.32 118.734 43.968 117.433 43.264C116.153 42.56 115.139 41.5787 114.393 40.32C113.646 39.0613 113.273 37.6 113.273 35.936C113.273 34.272 113.646 32.8107 114.393 31.552C115.139 30.2933 116.153 29.312 117.433 28.608C118.734 27.904 120.174 27.552 121.753 27.552C123.353 27.552 124.793 27.904 126.073 28.608C127.353 29.312 128.366 30.2933 129.113 31.552C129.859 32.8107 130.233 34.272 130.233 35.936C130.233 37.6 129.859 39.0613 129.113 40.32C128.366 41.5787 127.353 42.56 126.073 43.264C124.793 43.968 123.353 44.32 121.753 44.32ZM121.753 41.152C123.054 41.152 124.153 40.6933 125.049 39.776C125.945 38.8587 126.393 37.5787 126.393 35.936C126.393 34.2933 125.945 33.0133 125.049 32.096C124.153 31.1787 123.054 30.72 121.753 30.72C120.451 30.72 119.353 31.1787 118.457 32.096C117.561 33.0133 117.113 34.2933 117.113 35.936C117.113 37.5787 117.561 38.8587 118.457 39.776C119.353 40.6933 120.451 41.152 121.753 41.152ZM133.012 44V20.96H136.788V30.976C137.321 29.9093 138.057 29.0773 138.996 28.48C139.956 27.8613 141.065 27.552 142.324 27.552C143.561 27.552 144.713 27.8933 145.78 28.576C146.868 29.2373 147.742 30.1973 148.404 31.456C149.086 32.6933 149.428 34.1867 149.428 35.936C149.428 37.6853 149.086 39.1893 148.404 40.448C147.742 41.6853 146.868 42.6453 145.78 43.328C144.713 43.9893 143.561 44.32 142.324 44.32C141.044 44.32 139.913 44 138.932 43.36C137.972 42.72 137.225 41.824 136.692 40.672V44H133.012ZM136.692 37.152C136.692 37.9413 136.894 38.6453 137.3 39.264C137.705 39.8613 138.228 40.3307 138.868 40.672C139.508 40.992 140.19 41.152 140.916 41.152C142.302 41.152 143.422 40.6933 144.276 39.776C145.15 38.8587 145.588 37.5787 145.588 35.936C145.588 34.2933 145.15 33.0133 144.276 32.096C143.422 31.1787 142.302 30.72 140.916 30.72C140.19 30.72 139.508 30.8907 138.868 31.232C138.228 31.552 137.705 32.0107 137.3 32.608C136.894 33.2053 136.692 33.9093 136.692 34.72V37.152ZM158.439 44.32C157.202 44.32 156.039 43.9893 154.951 43.328C153.884 42.6453 153.01 41.6853 152.327 40.448C151.666 39.1893 151.335 37.6853 151.335 35.936C151.335 34.1867 151.666 32.6933 152.327 31.456C153.01 30.1973 153.884 29.2373 154.951 28.576C156.039 27.8933 157.202 27.552 158.439 27.552C159.762 27.552 160.914 27.8933 161.895 28.576C162.898 29.2587 163.655 30.1973 164.167 31.392V27.872H167.751V44H164.167V40.48C163.655 41.6747 162.898 42.6133 161.895 43.296C160.914 43.9787 159.762 44.32 158.439 44.32ZM155.175 35.936C155.175 37.5787 155.602 38.8587 156.455 39.776C157.33 40.6933 158.46 41.152 159.847 41.152C160.572 41.152 161.255 40.992 161.895 40.672C162.535 40.3307 163.058 39.8613 163.463 39.264C163.868 38.6453 164.071 37.9413 164.071 37.152V34.72C164.071 33.9093 163.868 33.2053 163.463 32.608C163.058 32.0107 162.535 31.552 161.895 31.232C161.255 30.8907 160.572 30.72 159.847 30.72C158.46 30.72 157.33 31.1787 156.455 32.096C155.602 32.992 155.175 34.272 155.175 35.936ZM175.419 44.32C174.075 44.32 173.04 43.9573 172.315 43.232C171.589 42.4853 171.227 41.3973 171.227 39.968V20.96H175.003V39.52C175.003 40.096 175.12 40.512 175.355 40.768C175.589 41.0027 175.931 41.12 176.379 41.12C176.891 41.12 177.285 41.088 177.562 41.024V44.128C177.029 44.256 176.315 44.32 175.419 44.32ZM186.741 44V21.6H202.485V24.992H190.645V31.328H199.765V34.72H190.645V44H186.741ZM209.408 44.32C208.17 44.32 207.008 43.9893 205.92 43.328C204.853 42.6453 203.978 41.6853 203.296 40.448C202.634 39.1893 202.304 37.6853 202.304 35.936C202.304 34.1867 202.634 32.6933 203.296 31.456C203.978 30.1973 204.853 29.2373 205.92 28.576C207.008 27.8933 208.17 27.552 209.408 27.552C210.73 27.552 211.882 27.8933 212.864 28.576C213.866 29.2587 214.624 30.1973 215.136 31.392V27.872H218.72V44H215.136V40.48C214.624 41.6747 213.866 42.6133 212.864 43.296C211.882 43.9787 210.73 44.32 209.408 44.32ZM206.144 35.936C206.144 37.5787 206.57 38.8587 207.424 39.776C208.298 40.6933 209.429 41.152 210.816 41.152C211.541 41.152 212.224 40.992 212.864 40.672C213.504 40.3307 214.026 39.8613 214.432 39.264C214.837 38.6453 215.04 37.9413 215.04 37.152V34.72C215.04 33.9093 214.837 33.2053 214.432 32.608C214.026 32.0107 213.504 31.552 212.864 31.232C212.224 30.8907 211.541 30.72 210.816 30.72C209.429 30.72 208.298 31.1787 207.424 32.096C206.57 32.992 206.144 34.272 206.144 35.936ZM222.355 44V20.96H226.131V30.976C226.665 29.9093 227.401 29.0773 228.339 28.48C229.299 27.8613 230.409 27.552 231.667 27.552C232.905 27.552 234.057 27.8933 235.123 28.576C236.211 29.2373 237.086 30.1973 237.747 31.456C238.43 32.6933 238.771 34.1867 238.771 35.936C238.771 37.6853 238.43 39.1893 237.747 40.448C237.086 41.6853 236.211 42.6453 235.123 43.328C234.057 43.9893 232.905 44.32 231.667 44.32C230.387 44.32 229.257 44 228.275 43.36C227.315 42.72 226.569 41.824 226.035 40.672V44H222.355ZM226.035 37.152C226.035 37.9413 226.238 38.6453 226.643 39.264C227.049 39.8613 227.571 40.3307 228.211 40.672C228.851 40.992 229.534 41.152 230.259 41.152C231.646 41.152 232.766 40.6933 233.619 39.776C234.494 38.8587 234.931 37.5787 234.931 35.936C234.931 34.2933 234.494 33.0133 233.619 32.096C232.766 31.1787 231.646 30.72 230.259 30.72C229.534 30.72 228.851 30.8907 228.211 31.232C227.571 31.552 227.049 32.0107 226.643 32.608C226.238 33.2053 226.035 33.9093 226.035 34.72V37.152ZM241.543 44V27.872H245.191V31.52C245.617 30.368 246.236 29.44 247.047 28.736C247.857 28.0107 248.796 27.648 249.863 27.648C250.076 27.648 250.289 27.6587 250.503 27.68C250.716 27.7013 250.929 27.7333 251.143 27.776V31.584C250.524 31.4347 249.841 31.36 249.095 31.36C247.879 31.36 246.94 31.6907 246.279 32.352C245.639 33.0133 245.319 33.9413 245.319 35.136V44H241.543ZM255.368 25.536C254.664 25.536 254.067 25.312 253.576 24.864C253.107 24.3947 252.872 23.8187 252.872 23.136C252.872 22.4533 253.107 21.888 253.576 21.44C254.067 20.9707 254.664 20.736 255.368 20.736C256.072 20.736 256.659 20.9707 257.128 21.44C257.619 21.888 257.864 22.4533 257.864 23.136C257.864 23.8187 257.619 24.3947 257.128 24.864C256.659 25.312 256.072 25.536 255.368 25.536ZM253.48 44V27.872H257.256V44H253.48ZM274.838 41.632C274.006 42.464 273.024 43.1253 271.894 43.616C270.763 44.0853 269.6 44.32 268.406 44.32C266.827 44.32 265.408 43.968 264.15 43.264C262.891 42.56 261.888 41.5787 261.142 40.32C260.416 39.0613 260.054 37.6 260.054 35.936C260.054 34.272 260.416 32.8107 261.142 31.552C261.888 30.2933 262.902 29.312 264.182 28.608C265.462 27.904 266.891 27.552 268.47 27.552C269.6 27.552 270.71 27.7973 271.798 28.288C272.907 28.7573 273.878 29.4293 274.71 30.304L272.598 32.544C271.51 31.3493 270.155 30.752 268.534 30.752C267.19 30.752 266.08 31.2107 265.206 32.128C264.331 33.0453 263.894 34.3147 263.894 35.936C263.894 37.0027 264.107 37.9307 264.534 38.72C264.96 39.488 265.526 40.0853 266.23 40.512C266.955 40.9173 267.744 41.12 268.598 41.12C269.408 41.12 270.176 40.96 270.902 40.64C271.648 40.32 272.32 39.8827 272.918 39.328L274.838 41.632Z", fill: "currentColor" }))); };
26016
26215
 
26017
26216
  var BtWholesaleLogo = function () { return (React__default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 203 50" },
26018
26217
  React__default.createElement("path", { d: "M26.226 16.475h12.45v3.65H34.5v13.35h-4.1v-13.35h-4.175v-3.65ZM25 46.925C12.9 46.925 3.075 37.1 3.075 25 3.075 12.9 12.9 3.075 25 3.075 37.1 3.075 46.925 12.9 46.925 25c0 12.1-9.825 21.925-21.925 21.925ZM25 50c13.8 0 25-11.2 25-25S38.8 0 25 0 0 11.2 0 25s11.2 25 25 25Zm-4.225-21.724c0-1.075-.675-1.8-1.825-1.8H16.2v3.551h2.75c1.15-.002 1.825-.727 1.825-1.751Zm-.5-6.825c0-.9-.576-1.526-1.551-1.526H16.2v3.1h2.526c.973.001 1.549-.625 1.549-1.574Zm4.65 7.024c0 3.224-2.274 5-5.524 5h-7.246v-17h6.772c3.275 0 5.5 1.676 5.5 4.75 0 1.4-.625 2.65-1.625 3.401 1.149.674 2.124 1.974 2.124 3.849Zm48.125.125-3.284-12.125h-3.942l-3.307 12.219-2.948-12.219h-4.364l4.93 16.995h4.458l3.13-11.268 3.109 11.268h4.459l4.928-16.995h-4.245L73.049 28.6Zm19.122-5.44H85.1v-6.685H81V33.47h4.1v-6.824h7.072v6.824h4.1V16.475h-4.1v6.685Zm20.784-4.471a8.77 8.77 0 0 0-2.873-1.808 9.774 9.774 0 0 0-3.556-.642c-1.267 0-2.463.215-3.556.642a8.753 8.753 0 0 0-2.874 1.808 8.224 8.224 0 0 0-1.908 2.769c-.452 1.064-.68 2.245-.68 3.516 0 1.27.23 2.451.68 3.515a8.224 8.224 0 0 0 1.908 2.77 8.773 8.773 0 0 0 2.874 1.807 9.773 9.773 0 0 0 3.555.642c1.267 0 2.463-.215 3.557-.642a8.716 8.716 0 0 0 2.873-1.808 8.195 8.195 0 0 0 1.907-2.769c.451-1.064.679-2.245.679-3.515 0-1.269-.23-2.452-.68-3.516a8.194 8.194 0 0 0-1.906-2.77Zm-1.605 6.285c0 1.042-.214 1.961-.633 2.735a4.67 4.67 0 0 1-1.722 1.814c-.723.432-1.554.652-2.468.652-.898 0-1.721-.218-2.445-.652a4.772 4.772 0 0 1-1.735-1.815c-.427-.773-.644-1.692-.644-2.734 0-1.043.217-1.967.644-2.747a4.653 4.653 0 0 1 1.734-1.813c.723-.425 1.547-.642 2.445-.642.913 0 1.744.215 2.469.642a4.577 4.577 0 0 1 1.72 1.811c.421.782.635 1.706.635 2.748Zm9.53-8.499h-4.1V33.47h12.249v-3.483h-8.149V16.475Zm13.58 10.171h6.118V23.16h-6.118v-3.2h8.716v-3.485h-12.814V33.47h13.05v-3.483h-8.952v-3.341Zm22.279-1.113c-.688-.819-1.823-1.464-3.371-1.916l-2.644-.78c-.685-.208-1.17-.451-1.439-.721a1.275 1.275 0 0 1-.381-.947c0-.415.174-.75.534-1.02.374-.282 1.015-.425 1.904-.425a5.2 5.2 0 0 1 2.09.418 5.24 5.24 0 0 1 1.62 1.074l.17.171 2.318-2.563-.156-.155c-.695-.695-1.58-1.279-2.632-1.737-1.058-.459-2.23-.692-3.483-.692-1.239 0-2.359.214-3.329.634-.978.425-1.758 1.03-2.316 1.8-.563.777-.846 1.698-.846 2.735 0 1.137.347 2.122 1.035 2.924.68.796 1.715 1.402 3.075 1.808l2.646.78c.871.256 1.447.526 1.718.8.257.265.382.595.382 1.008 0 .453-.211.8-.645 1.065-.466.284-1.124.427-1.958.427-.912 0-1.766-.15-2.538-.444a6.99 6.99 0 0 1-2.126-1.292l-.178-.157-2.251 2.712.157.148a8.77 8.77 0 0 0 3.117 1.88 11.47 11.47 0 0 0 3.846.639c.707 0 1.451-.094 2.215-.279a8.06 8.06 0 0 0 2.176-.875 4.942 4.942 0 0 0 1.685-1.61c.433-.672.651-1.49.651-2.428 0-1.151-.352-2.155-1.046-2.982Zm7.387-9.058-6.822 16.995h4.231l1.416-3.684h6.532l1.417 3.684h4.351l-6.846-16.995h-4.279Zm4.142 10.086h-4.077l2.03-5.334 2.047 5.334Zm12.046-10.086h-4.1V33.47h12.249v-3.483h-8.149V16.475Zm13.58 13.512v-3.341h6.117V23.16h-6.117v-3.2h8.715v-3.485h-12.814V33.47h13.052v-3.483h-8.953Z", fill: "currentColor" }))); };
26019
26218
 
26020
- var BtRedcareLogo = function () { return (React__default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 169 50" },
26021
- React__default.createElement("path", { d: "M25 0C11.285 0 0 11.285 0 25s11.285 25 25 25 25-11.285 25-25C49.995 11.287 38.713.005 25 0Zm0 46.92h-.005c-12.028 0-21.925-9.897-21.925-21.925S12.967 3.07 24.995 3.07 46.92 12.967 46.92 24.995V25C46.911 37.022 37.022 46.911 25 46.92Zm95.636-16.632-2.683-2.44-.153.19a5.93 5.93 0 0 1-1.965 1.626 5.484 5.484 0 0 1-2.415.508 4.314 4.314 0 0 1-2.323-.65 4.609 4.609 0 0 1-1.653-1.828 6.386 6.386 0 0 1 0-5.456 4.627 4.627 0 0 1 1.642-1.824 4.267 4.267 0 0 1 2.31-.65 5.014 5.014 0 0 1 2.317.521c.746.411 1.4.97 1.923 1.642l.153.187 2.686-2.436-.142-.176a9.26 9.26 0 0 0-3.09-2.47 8.886 8.886 0 0 0-3.84-.802 9.082 9.082 0 0 0-3.428.644 8.536 8.536 0 0 0-2.798 1.824 8.35 8.35 0 0 0-1.871 2.785 9.462 9.462 0 0 0 0 6.978 8.36 8.36 0 0 0 4.672 4.6 9.204 9.204 0 0 0 3.44.642 9.37 9.37 0 0 0 3.909-.788 9.195 9.195 0 0 0 3.16-2.457l.15-.17h-.001ZM22.8 24.626a4.224 4.224 0 0 0 1.625-3.4c0-3.075-2.224-4.751-5.5-4.751h-6.77v17h7.248c3.25 0 5.526-1.774 5.526-5-.003-1.875-.979-3.175-2.129-3.849Zm3.425-4.501H30.4v13.35h4.1v-13.35h4.175v-3.65h-12.45v3.65Zm126.251 4.57a5.193 5.193 0 0 0 .866-2.976 5.303 5.303 0 0 0-.68-2.7 4.818 4.818 0 0 0-1.98-1.861c-.857-.448-1.915-.676-3.143-.676h-8.354v16.992h4.097v-6.336h2.984l3.235 6.329h4.586l-3.86-7.028a4.777 4.777 0 0 0 2.25-1.744h-.001Zm-75.218 1.947h6.115V23.16h-6.115v-3.2h8.714v-3.484H73.16v16.992h13.048v-3.484h-8.95v-3.342Zm-6.888-1.947a5.193 5.193 0 0 0 .866-2.976 5.306 5.306 0 0 0-.68-2.707 4.825 4.825 0 0 0-1.98-1.861c-.86-.448-1.916-.676-3.135-.676H57.08v16.992h4.095v-6.33h2.983l3.235 6.33h4.586l-3.86-7.028a4.787 4.787 0 0 0 2.252-1.744h-.001Zm28.995-7.144c-1.436-.706-3.175-1.076-5.193-1.076h-6.228v16.992h6.228c2.01 0 3.757-.353 5.193-1.074a7.914 7.914 0 0 0 3.33-3 8.457 8.457 0 0 0 1.154-4.409 8.44 8.44 0 0 0-1.154-4.41 7.894 7.894 0 0 0-3.33-3.023Zm32.205-1.076h-4.279l-6.816 16.992h4.234l1.41-3.683h6.527l1.411 3.683h4.358l-6.786-16.847-.06-.145h.001Zm27.747 13.508v-3.34h6.117v-3.485h-6.117v-3.2h8.715v-3.483h-12.81v16.992h13.047v-3.484h-8.952Zm-140.367.042v.008-.001H16.2v-3.557h2.75c1.15 0 1.825.725 1.825 1.8 0 1.025-.666 1.75-1.825 1.75Zm80.711-5.054c0 1.534-.469 2.765-1.395 3.66-.926.897-2.309 1.356-4.094 1.356h-2.13V19.959h2.13c1.787 0 3.163.458 4.09 1.363.928.905 1.4 2.138 1.4 3.65l-.001-.001Zm27.694 1.588 2.029-5.335 2.05 5.335h-4.079Zm-60.312-4.744a2.02 2.02 0 0 1-.494 1.437c-.323.353-.834.53-1.519.53h-3.856v-3.919h3.856c.706 0 1.216.177 1.53.53.337.392.51.898.483 1.414v.008Zm82.108 0a2.024 2.024 0 0 1-.494 1.437c-.322.353-.833.53-1.52.53h-3.855v-3.919h3.855c.705 0 1.215.177 1.53.53.337.391.51.898.484 1.414v.008ZM16.2 19.932h2.526c.973 0 1.548.625 1.548 1.526 0 .949-.575 1.575-1.548 1.575H16.2v-3.101Z", fill: "currentColor" }))); };
26022
-
26023
26219
  var NavigationHeaderLogo = function (_a) {
26024
- var _b;
26025
- var _c = _a.brand, brand = _c === void 0 ? "bt" : _c, _d = _a.href, href = _d === void 0 ? "/" : _d, _e = _a.ariaLabel, ariaLabel = _e === void 0 ? "Home" : _e, _f = _a.isSurfaceSensitive, isSurfaceSensitive = _f === void 0 ? true : _f, svg = _a.svg, onClick = _a.onClick;
26220
+ var _b = _a.brand, brand = _b === void 0 ? "bt" : _b, _c = _a.href, href = _c === void 0 ? "/" : _c, _d = _a.ariaLabel, ariaLabel = _d === void 0 ? "Home" : _d, svg = _a.svg, onClick = _a.onClick;
26026
26221
  var surface = useContext(Context$3).surface;
26027
26222
  var logos = {
26028
26223
  bt: BtLogo,
26029
26224
  ee: EeLogo,
26030
26225
  btGlobalFabric: BtGlobalFabricLogo,
26031
- btMediaBroadCast: BtMediaBroadcastLogo,
26032
- btRedcare: BtRedcareLogo,
26033
26226
  btWholesale: BtWholesaleLogo,
26034
26227
  };
26035
26228
  var icon = svg || React__default.createElement(logos[brand]);
26036
- return (React__default.createElement("a", { className: classNames("arc-NavigationHeaderLogo", (_b = {
26037
- "arc-NavigationHeaderLogo--staticColor": !isSurfaceSensitive
26038
- },
26039
- _b[suffixModifier("arc-NavigationHeaderLogo--on", surface)] = isSurfaceSensitive,
26040
- _b)), "aria-label": ariaLabel, onClick: onClick, href: href }, icon));
26229
+ return (React__default.createElement("a", { className: classNames("arc-NavigationHeaderLogo", suffixModifier("arc-NavigationHeaderLogo--on", surface)), "aria-label": ariaLabel, onClick: onClick, href: href }, icon));
26041
26230
  };
26042
26231
 
26043
26232
  // src/check-element-visibility/check-element-visibility.ts
@@ -26050,9 +26239,16 @@ var checkElementVisibility = (element) => {
26050
26239
  }
26051
26240
  };
26052
26241
 
26242
+ var DELAY_DURATION = 500;
26243
+
26053
26244
  var NavigationHeaderInlineAction = function (_a) {
26054
26245
  var icon = _a.icon, text = _a.text, href = _a.href, onClick = _a.onClick;
26055
- return (React__default.createElement(ConditionalWrapper, { condition: Boolean(href), wrapper: function (children) { return (React__default.createElement("a", { "aria-label": text, className: classNames("arc-NavigationHeaderInlineAction", "arc-NavigationHeaderInlineAction-link"), href: href, onClick: onClick }, children)); }, fallback: function (children) { return (React__default.createElement("button", { "aria-label": text, className: classNames("arc-NavigationHeaderInlineAction", "arc-NavigationHeaderInlineAction-button"), onClick: onClick }, children)); } },
26246
+ var surface = useContext(Context$3).surface;
26247
+ var commonClasses = [
26248
+ "arc-NavigationHeaderInlineAction",
26249
+ suffixModifier("arc-NavigationHeaderInlineAction--on", surface),
26250
+ ];
26251
+ return (React__default.createElement(ConditionalWrapper, { condition: Boolean(href), wrapper: function (children) { return (React__default.createElement("a", { "aria-label": text, className: classNames.apply(void 0, __spreadArray(__spreadArray([], commonClasses, false), ["arc-NavigationHeaderInlineAction-link"], false)), href: href, onClick: onClick }, children)); }, fallback: function (children) { return (React__default.createElement("button", { "aria-label": text, className: classNames.apply(void 0, __spreadArray(__spreadArray([], commonClasses, false), ["arc-NavigationHeaderInlineAction-button"], false)), onClick: onClick }, children)); } },
26056
26252
  React__default.createElement("div", { className: "arc-NavigationHeaderInlineAction-content" },
26057
26253
  React__default.createElement(Icon$1, { "aria-hidden": true, icon: icon, size: 28 }),
26058
26254
  React__default.createElement(Text, { size: "l" }, text))));
@@ -26070,6 +26266,7 @@ var NavigationHeaderButton = forwardRef(function (_a, ref) {
26070
26266
  var NavigationHeaderDisclosure = function (_a) {
26071
26267
  var heading = _a.heading, children = _a.children;
26072
26268
  var _b = useState(false), isOpen = _b[0], setIsOpen = _b[1];
26269
+ var surface = useContext(Context$3).surface;
26073
26270
  var containerRef = useRef(null);
26074
26271
  var handleOnClick = function (e) {
26075
26272
  e.preventDefault();
@@ -26080,45 +26277,51 @@ var NavigationHeaderDisclosure = function (_a) {
26080
26277
  containerRef.current.firstChild.focus();
26081
26278
  }
26082
26279
  }, [isOpen, containerRef.current]);
26083
- return (React__default.createElement("details", { className: "arc-NavigationHeaderDisclosure", open: isOpen },
26280
+ return (React__default.createElement("details", { className: classNames("arc-NavigationHeaderDisclosure", suffixModifier("arc-NavigationHeaderDisclosure--on", surface)), open: isOpen },
26084
26281
  React__default.createElement("summary", { "aria-expanded": isOpen, onClick: handleOnClick, className: "arc-NavigationHeaderDisclosure-summary" },
26085
26282
  React__default.createElement("span", { className: "arc-NavigationHeaderDisclosure-heading" }, heading),
26086
26283
  React__default.createElement("span", { className: "arc-NavigationHeaderDisclosure-icon" },
26087
- React__default.createElement(ThemeIcon, { size: 28, icon: "navigationHeaderDisclosure" }))),
26284
+ React__default.createElement(Visible, { xs: true, s: true },
26285
+ React__default.createElement(ThemeIcon, { size: 20, icon: "navigationHeaderDisclosure" })),
26286
+ React__default.createElement(Visible, { m: true, l: true },
26287
+ React__default.createElement(ThemeIcon, { size: 24, icon: "navigationHeaderDisclosure" })),
26288
+ React__default.createElement(Visible, { xl: true, xxl: true },
26289
+ React__default.createElement(ThemeIcon, { size: 28, icon: "navigationHeaderDisclosure" })))),
26088
26290
  React__default.createElement("div", { ref: containerRef, className: "arc-NavigationHeaderDisclosure-details" }, children)));
26089
26291
  };
26090
26292
 
26091
26293
  var NavigationHeaderMenuLink = function (_a) {
26092
26294
  var href = _a.href, onClick = _a.onClick, text = _a.text, _b = _a.size, size = _b === void 0 ? "l" : _b;
26093
- var icons = {
26094
- s: {
26095
- icon: "navigationHeaderMenuLinkSmall",
26096
- size: 24,
26097
- },
26098
- l: {
26099
- icon: "navigationHeaderMenuLinkLarge",
26100
- size: 28,
26101
- },
26102
- };
26103
- return (React__default.createElement("a", { "aria-label": text, href: href, onClick: onClick, className: classNames("arc-NavigationHeaderMenuLink", suffixModifier("arc-NavigationHeaderMenuLink--size", size)) },
26295
+ var surface = useContext(Context$3).surface;
26296
+ return (React__default.createElement("a", { "aria-label": text, href: href, onClick: onClick, className: classNames("arc-NavigationHeaderMenuLink", suffixModifier("arc-NavigationHeaderMenuLink--on", surface), suffixModifier("arc-NavigationHeaderMenuLink--size", size)) },
26104
26297
  React__default.createElement("div", { className: "arc-NavigationHeaderMenuLink-text" }, text),
26105
26298
  React__default.createElement("span", { className: "arc-NavigationHeaderMenuLink-icon" },
26106
- React__default.createElement(ThemeIcon, __assign({}, icons[size])))));
26299
+ size === "s" && (React__default.createElement("div", { className: "arc-NavigationHeaderMenuLink-smallIconContainer" },
26300
+ React__default.createElement(ThemeIcon, { icon: "navigationHeaderMenuLinkSmall" }))),
26301
+ size === "l" && (React__default.createElement(React__default.Fragment, null,
26302
+ React__default.createElement(Visible, { xs: true, s: true },
26303
+ React__default.createElement(ThemeIcon, { size: 20, icon: "navigationHeaderMenuLinkLarge" })),
26304
+ React__default.createElement(Visible, { m: true, l: true },
26305
+ React__default.createElement(ThemeIcon, { size: 24, icon: "navigationHeaderMenuLinkLarge" })),
26306
+ React__default.createElement(Visible, { xl: true, xxl: true },
26307
+ React__default.createElement(ThemeIcon, { size: 28, icon: "navigationHeaderMenuLinkLarge" })))))));
26107
26308
  };
26108
26309
 
26109
26310
  var NavigationHeaderCloseButton = React__default.forwardRef(function (_a, ref) {
26110
26311
  var onClick = _a.onClick, props = __rest(_a, ["onClick"]);
26111
- return (React__default.createElement("button", __assign({}, props, { ref: ref, "aria-label": "close", onClick: onClick, className: "arc-NavigationHeaderCloseButton" }),
26312
+ var surface = useContext(Context$3).surface;
26313
+ return (React__default.createElement("button", __assign({}, props, { ref: ref, "aria-label": "close", onClick: onClick, className: classNames("arc-NavigationHeaderCloseButton", suffixModifier("arc-NavigationHeaderCloseButton--on", surface)) }),
26112
26314
  React__default.createElement(ThemeIcon, { size: 32, icon: "navigationHeaderClose" })));
26113
26315
  });
26114
26316
 
26115
26317
  var NavigationHeaderBurgerMenu = function (_a) {
26116
- var navItems = _a.navItems, actions = _a.actions, header = _a.header, footer = _a.footer, logo = _a.logo;
26318
+ var navItems = _a.navItems, actions = _a.actions, header = _a.header, footer = _a.footer, logo = _a.logo, background = _a.background, onOpenChange = _a.onOpenChange, _b = _a.pathway, pathway = _b === void 0 ? "invert" : _b;
26117
26319
  var id = useId$1();
26118
- var _b = useState(false), isOpen = _b[0], setIsOpen = _b[1];
26320
+ var _c = useState(false), isOpen = _c[0], setIsOpen = _c[1];
26119
26321
  var triggerRef = useRef(null);
26322
+ var listRef = useRef(null);
26120
26323
  var interactionMode = useInteractionMode().interactionMode;
26121
- var _c = useThemeElement(), themeElement = _c[0], setThemeElement = _c[1];
26324
+ var _d = useThemeElement(), themeElement = _d[0], setThemeElement = _d[1];
26122
26325
  var closeMenu = function () {
26123
26326
  setIsOpen(false);
26124
26327
  };
@@ -26127,6 +26330,9 @@ var NavigationHeaderBurgerMenu = function (_a) {
26127
26330
  triggerRef.current.focus();
26128
26331
  }
26129
26332
  };
26333
+ useEffect(function () {
26334
+ onOpenChange === null || onOpenChange === void 0 ? void 0 : onOpenChange(isOpen);
26335
+ }, [isOpen]);
26130
26336
  // Close the menu if the nav or trigger is hidden
26131
26337
  useEffect(function () {
26132
26338
  var resizeObserver = new ResizeObserver(function (entries) {
@@ -26144,8 +26350,27 @@ var NavigationHeaderBurgerMenu = function (_a) {
26144
26350
  }
26145
26351
  };
26146
26352
  }, [isOpen, setIsOpen, triggerRef.current]);
26353
+ var colorScheme = useMemo(function () {
26354
+ var colorConfig = {
26355
+ light: {
26356
+ surface: "light-white",
26357
+ menuColorType: "light",
26358
+ },
26359
+ dark: {
26360
+ surface: "dark-black",
26361
+ menuColorType: "dark",
26362
+ },
26363
+ };
26364
+ switch (background) {
26365
+ case "transparentOnDark":
26366
+ case "ghostedOnDark":
26367
+ return pathway === "invert" ? colorConfig.light : colorConfig.dark;
26368
+ default:
26369
+ return pathway === "invert" ? colorConfig.dark : colorConfig.light;
26370
+ }
26371
+ }, [pathway, background]);
26147
26372
  return (React__default.createElement(React__default.Fragment, null,
26148
- React__default.createElement(Tooltip, { asChild: true, delayDuration: 0, title: "Menu", side: "bottom" },
26373
+ React__default.createElement(Tooltip, { delayDuration: DELAY_DURATION, asChild: true, title: "Menu", side: "bottom" },
26149
26374
  React__default.createElement(NavigationHeaderButton, { ref: triggerRef, isPadded: false, "aria-expanded": isOpen, "aria-label": isOpen ? "close menu" : "open menu", onClick: function () { return setIsOpen(!isOpen); } },
26150
26375
  React__default.createElement("div", { className: "arc-NavigationHeaderBurgerMenu-trigger" },
26151
26376
  React__default.createElement(ThemeIcon, { icon: "siteHeaderBurger", size: 24 })),
@@ -26154,32 +26379,33 @@ var NavigationHeaderBurgerMenu = function (_a) {
26154
26379
  React__default.createElement(Root$3, { open: isOpen },
26155
26380
  React__default.createElement(Portal$3, { container: themeElement },
26156
26381
  React__default.createElement(Overlay, { className: "arc-NavigationHeaderBurgerMenu-overlay" },
26157
- React__default.createElement(Content$1, { "aria-describedby": undefined, className: "arc-NavigationHeaderBurgerMenu-slider", onCloseAutoFocus: focusTriggerElement, onEscapeKeyDown: closeMenu, onInteractOutside: closeMenu, "aria-modal": "true" },
26158
- React__default.createElement("div", { className: "arc-NavigationHeaderBurgerMenu-container" },
26159
- React__default.createElement("div", { className: "arc-NavigationHeaderBurgerMenu-mainContent" },
26160
- React__default.createElement("div", { className: "arc-NavigationHeaderBurgerMenu-header" },
26161
- React__default.createElement(Title, null,
26162
- React__default.createElement(VisuallyHidden$2, null, "Menu")),
26163
- React__default.createElement("div", { className: "arc-NavigationHeaderBurgerMenu-logoContainer" },
26164
- React__default.createElement("div", { className: "arc-NavigationHeaderBurgerMenu-logoWrapper" },
26165
- React__default.createElement(NavigationHeaderLogo, __assign({}, logo, { isSurfaceSensitive: false })))),
26166
- React__default.createElement("div", { className: "arc-NavigationHeaderBurgerMenu-closeButtonContainer" },
26167
- React__default.createElement(Tooltip, { asChild: true, delayDuration: 0, title: "Close menu", side: "left" },
26168
- React__default.createElement(NavigationHeaderCloseButton, { onClick: closeMenu })))),
26169
- header && (React__default.createElement("div", { className: "arc-NavigationHeaderBurgerMenu-topContent" }, header)),
26170
- (navItems || actions) && (React__default.createElement("div", { className: "arc-NavigationHeaderBurgerMenu-navigationContent" },
26171
- navItems && (React__default.createElement("ul", { className: "arc-NavigationHeaderBurgerMenu-list" }, navItems.map(function (navItem, navItemIndex) { return (React__default.createElement(React__default.Fragment, { key: "".concat(id, "-burger-nav-item-").concat(navItemIndex) },
26382
+ React__default.createElement(Content$1, { "aria-describedby": undefined, className: classNames("arc-NavigationHeaderBurgerMenu-slider", suffixModifier("arc-NavigationHeaderBurgerMenu-slider--on", colorScheme.menuColorType)), onCloseAutoFocus: focusTriggerElement, onEscapeKeyDown: closeMenu, onInteractOutside: closeMenu, "aria-modal": "true" },
26383
+ React__default.createElement(Surface, { growVertically: true, isTransparent: true, background: colorScheme.surface },
26384
+ React__default.createElement("div", { className: "arc-NavigationHeaderBurgerMenu-container" },
26385
+ React__default.createElement("div", { className: "arc-NavigationHeaderBurgerMenu-mainContent" },
26386
+ React__default.createElement("div", { className: "arc-NavigationHeaderBurgerMenu-header" },
26387
+ React__default.createElement(Title, null,
26388
+ React__default.createElement(VisuallyHidden$2, null, "Navigation menu")),
26389
+ React__default.createElement("div", { className: "arc-NavigationHeaderBurgerMenu-closeButtonContainer" },
26390
+ React__default.createElement(NavigationHeaderCloseButton, { onClick: closeMenu })),
26391
+ React__default.createElement("div", { className: "arc-NavigationHeaderBurgerMenu-logoContainer" },
26392
+ React__default.createElement("div", { className: "arc-NavigationHeaderBurgerMenu-logoWrapper" },
26393
+ React__default.createElement(NavigationHeaderLogo, __assign({}, logo))))),
26394
+ header && (React__default.createElement("div", { className: classNames("arc-NavigationHeaderBurgerMenu-topContent", {
26395
+ "arc-NavigationHeaderBurgerMenu-topContent--bottomSpacing": !navItems,
26396
+ }) }, header)),
26397
+ navItems && (React__default.createElement("ul", { ref: listRef, className: "arc-NavigationHeaderBurgerMenu-list" }, navItems.map(function (navItem, navItemIndex) { return (React__default.createElement(React__default.Fragment, { key: "".concat(id, "-burger-nav-item-").concat(navItemIndex) },
26172
26398
  React__default.createElement("li", { className: "arc-NavigationHeaderBurgerMenu-listItem" },
26173
26399
  React__default.createElement("div", { className: "arc-NavigationHeaderBurgerMenu-listItemContent" },
26174
26400
  (navItem.type === "link" ||
26175
26401
  navItem.type === "meatball") && (React__default.createElement(NavigationHeaderMenuLink, { href: navItem.href, onClick: navItem.onClick, text: navItem.text })),
26176
26402
  (navItem.type === "subnav" ||
26177
26403
  navItem.type === "dropdown") && (React__default.createElement(NavigationHeaderDisclosure, { heading: navItem.text }, navItem.items.map(function (subNavItem, subNavItemIndex) { return (React__default.createElement(NavigationHeaderMenuLink, { size: "s", key: "".concat(id, "-").concat(navItemIndex, "-burger-sub-nav-item-").concat(subNavItemIndex), href: subNavItem.href, onClick: subNavItem.onClick, text: subNavItem.text })); }))))))); }))),
26178
- actions && (React__default.createElement("div", { className: classNames("arc-NavigationHeaderBurgerMenu-actionsContainer", {
26179
- "arc-NavigationHeaderBurgerMenu-actionsContainer--seperator": navItems && actions,
26180
- }) }, actions.map(function (props, i) { return (React__default.createElement(NavigationHeaderInlineAction, __assign({ key: "".concat(id, "-action-{").concat(i, "}") }, props))); })))))),
26181
- footer && (React__default.createElement("div", { className: "arc-NavigationHeaderBurgerMenu-footer" },
26182
- React__default.createElement(Surface, { isTransparent: true, background: "dark-black" }, footer)))))))))));
26404
+ actions && (React__default.createElement("div", { className: "arc-NavigationHeaderBurgerMenu-actionsContainer" },
26405
+ React__default.createElement("div", { className: classNames("arc-NavigationHeaderBurgerMenu-actions", {
26406
+ "arc-NavigationHeaderBurgerMenu-actions--seperator": navItems || header,
26407
+ }) }, actions.map(function (props, i) { return (React__default.createElement(NavigationHeaderInlineAction, __assign({ key: "".concat(id, "-action-{").concat(i, "}") }, props))); }))))),
26408
+ footer && (React__default.createElement("div", { className: "arc-NavigationHeaderBurgerMenu-footer" }, footer)))))))))));
26183
26409
  };
26184
26410
 
26185
26411
  var NavigationHeaderNavLink = function (_a) {
@@ -26262,12 +26488,12 @@ var NavigationHeaderDropdown = function (_a) {
26262
26488
  };
26263
26489
  var toggleVisibility = function () { return setIsOpen(function (isOpen) { return !isOpen; }); };
26264
26490
  return (React__default.createElement(Popover, { useBespokeTrigger: true, align: "center", background: "light", arrow: true, sideOffset: 12, alignOffset: 0, open: isOpen, onCloseAutoFocus: onCloseAutoFocus, onOpenAutoFocus: focusOnFirstElement, onEscapeKeyDown: handleOutSideInteraction, onFocusOutside: handleOutSideInteraction, onInteractOutside: handleOutSideInteraction, onPointerDownOutside: handleOutSideInteraction, content: React__default.createElement("div", { ref: containerRef },
26265
- React__default.createElement("ul", { className: "arc-NavigationHeaderDropdown-navList" }, children)) }, tooltip ? (React__default.createElement(Tooltip, { asChild: true, title: tooltip, open: isTooltipOpen, delayDuration: 0, alignContent: "center", side: "bottom" },
26491
+ React__default.createElement("ul", { className: "arc-NavigationHeaderDropdown-navList" }, children)) }, tooltip ? (React__default.createElement(Tooltip, { asChild: true, title: tooltip, open: isTooltipOpen, alignContent: "center", side: "bottom" },
26266
26492
  React__default.createElement(NavigationHeaderButton, { ref: triggerRef, "aria-label": ariaLabel, "aria-expanded": isOpen, "aria-haspopup": "dialog", "aria-describedby": undefined, isActive: isOpen, onClick: toggleVisibility, onMouseEnter: function () { return setIsTooltipOpen(!isOpen); }, onMouseLeave: function () { return setIsTooltipOpen(false); }, onFocus: function () { return setIsTooltipOpen(true); }, onBlur: function () { return setIsTooltipOpen(false); } }, trigger))) : (React__default.createElement(NavigationHeaderButton, { ref: triggerRef, "aria-label": ariaLabel, "aria-expanded": isOpen, "aria-haspopup": "dialog", isActive: isOpen, onClick: toggleVisibility }, trigger))));
26267
26493
  };
26268
26494
 
26269
26495
  var NavigationHeaderContainer = function (_a) {
26270
- var _b = _a.isPill, isPill = _b === void 0 ? false : _b, _c = _a.isExtended, isExtended = _c === void 0 ? false : _c, _d = _a.isFluid, isFluid = _d === void 0 ? false : _d, _e = _a.background, background = _e === void 0 ? "transparentOnLight" : _e, children = _a.children;
26496
+ var _b = _a.isPill, isPill = _b === void 0 ? false : _b, _c = _a.isExtended, isExtended = _c === void 0 ? false : _c, _d = _a.isFluid, isFluid = _d === void 0 ? false : _d, background = _a.background, children = _a.children;
26271
26497
  var backgrounds = {
26272
26498
  light: {
26273
26499
  surface: "light-white",
@@ -27278,9 +27504,9 @@ var defaultHeaderVisibility = {
27278
27504
  };
27279
27505
 
27280
27506
  var NavigationHeader = function (_a) {
27281
- var leftSlot = _a.leftSlot, middleSlot = _a.middleSlot, rightSlot = _a.rightSlot, isPill = _a.isPill, isExtended = _a.isExtended, isFluid = _a.isFluid, logo = _a.logo, navItems = _a.navItems, background = _a.background, meatballMenuTooltip = _a.meatballMenuTooltip, burgerMenuActions = _a.burgerMenuActions, burgerMenuFooter = _a.burgerMenuFooter, burgerMenuHeader = _a.burgerMenuHeader, burgerMenuVisibility = _a.burgerMenuVisibility, navMenuVisibility = _a.navMenuVisibility;
27507
+ var leftSlot = _a.leftSlot, middleSlot = _a.middleSlot, rightSlot = _a.rightSlot, isPill = _a.isPill, isExtended = _a.isExtended, isFluid = _a.isFluid, logo = _a.logo, navItems = _a.navItems, meatballMenuTooltip = _a.meatballMenuTooltip, burgerMenuActions = _a.burgerMenuActions, burgerMenuFooter = _a.burgerMenuFooter, burgerMenuHeader = _a.burgerMenuHeader, burgerMenuVisibility = _a.burgerMenuVisibility, onOpenChange = _a.onOpenChange, burgerMenuPathway = _a.burgerMenuPathway, navMenuVisibility = _a.navMenuVisibility, _b = _a.background, background = _b === void 0 ? "transparentOnLight" : _b;
27282
27508
  var navBarPortalRef = useRef(null);
27283
- var _b = useState(false), isSubMenuItemActive = _b[0], setIsSubMenuItemActive = _b[1];
27509
+ var _c = useState(false), isSubMenuItemActive = _c[0], setIsSubMenuItemActive = _c[1];
27284
27510
  var navBarBackground = isSubMenuItemActive ? "lightElevated" : background;
27285
27511
  var burgerMenuVisibilityProps = __assign(__assign({}, defaultHeaderVisibility.burgerMenu), burgerMenuVisibility);
27286
27512
  var navMenuVisibilityProps = __assign(__assign({}, defaultHeaderVisibility.navItems), navMenuVisibility);
@@ -27303,7 +27529,7 @@ var NavigationHeader = function (_a) {
27303
27529
  rightSlot && (React__default.createElement("div", { className: "arc-NavigationHeader-rightSlot" }, rightSlot)),
27304
27530
  React__default.createElement(Visible, __assign({}, burgerMenuVisibilityProps),
27305
27531
  React__default.createElement("div", { className: "arc-NavigationHeader-burgerMenuSlot" },
27306
- React__default.createElement(NavigationHeaderBurgerMenu, { logo: logo, navItems: navItems, actions: burgerMenuActions, header: burgerMenuHeader, footer: burgerMenuFooter })))))));
27532
+ React__default.createElement(NavigationHeaderBurgerMenu, { logo: logo, background: background, pathway: burgerMenuPathway, navItems: navItems, actions: burgerMenuActions, header: burgerMenuHeader, footer: burgerMenuFooter, onOpenChange: onOpenChange })))))));
27307
27533
  };
27308
27534
 
27309
27535
  var NavigationHeaderAction = function (_a) {
@@ -27311,7 +27537,7 @@ var NavigationHeaderAction = function (_a) {
27311
27537
  return (React__default.createElement("div", { className: classNames("arc-NavigationHeaderAction", {
27312
27538
  "arc-NavigationHeaderAction--attention": isAttention,
27313
27539
  }) },
27314
- React__default.createElement(Tooltip, { asChild: true, delayDuration: 0, title: title, alignContent: "center", supportingCopy: supportingCopy, side: "bottom" },
27540
+ React__default.createElement(Tooltip, { asChild: true, title: title, alignContent: "center", supportingCopy: supportingCopy, delayDuration: DELAY_DURATION, side: "bottom" },
27315
27541
  React__default.createElement(NavigationHeaderButton, { isPadded: false, onClick: onClick },
27316
27542
  React__default.createElement("div", { className: "arc-NavigationHeaderAction-content" },
27317
27543
  React__default.createElement(Icon$1, { "aria-hidden": true, icon: icon, size: 24 }),
@@ -27493,5 +27719,5 @@ var Preview$1 = /*#__PURE__*/_mergeNamespaces({
27493
27719
  default: Preview
27494
27720
  }, [PreviewExports]);
27495
27721
 
27496
- export { Alert, Align, AppButton, Avatar, AvatarGroup, Badge, Banner, Box, BrandLogo, colors as BrandLogoColors, Breadcrumbs, BreadcrumbsItem, BreadcrumbsLink, Button, ButtonGroup, ButtonV2, Calendar, Carousel, Checkbox, Columns, ColumnsCol, ComboBox, ContentSwitcher, ContentSwitcherContent, ContentSwitcherDropdown, ContentSwitcherDropdownContent, ContentSwitcherList, ContentSwitcherTab, DATE_FORMAT, DatePicker, DatePickerRange, Disclosure, DisclosureMini, Download, Drawer, DrawerContent, DrawerFooter, DrawerHeader, Elevation, Filter, FilterControl, FilterControls, FilterItem, FilterItems, FormControl, Context$2 as FormControlContext, GhostedHeroBanner, GradientPageBackground, Grid, GridCol, GridRow, Group$1 as Group, GroupItem, Heading, HeroBanner, HeroButton, Hidden, HorizontalCard, Icon$1 as Icon, colors$1 as IconColors, Image, fitOptions as ImageFitOptions, overlayOptions as ImageOverlayOptions, ImageSource, ImpactCard, InformationCard, Link, Markup, MediaCard, Menu, MenuContent, MenuFooter, MenuGroup, MenuGroupSingleSelect, MenuHeader, MenuItem, MenuItemCheckbox, MenuItemContentTemplate, MenuItemMultiLevel, MenuItemMultiLevelContent, MenuItemMultiLevelTrigger, MenuItemSingleSelect, MenuLabel, MenuPortal, MenuScrollable, MenuSeparator, MenuTrigger, Modal, NavigationHeader, NavigationHeaderAction, NavigationHeaderActionBar, NavigationHeaderPage, Pagination, PaginationSimple, Popover, Poster, PosterImage, PosterVideo, ProgressBar, ProgressStepper, ProgressStepperItem, ProgressStepperOverflow, RadioCardGroup, RadioCardGroupInput, RadioGroup, RadioGroupButton, RadioGroupInput, Rule, ScrollToTop, Section, Select, SiteFooter, SiteFooterItem, SiteFooterItemGroup, SiteFooterV2, SiteFooterV2Item, SiteFooterV2ItemGroup, SiteFooterV2Main, SiteFooterV2Utility, SiteHeaderV2, SiteHeaderV2Column, SiteHeaderV2Item, SiteHeaderV2ItemGroup, SiteHeaderV2NavItem, SiteHeaderV2NavItemWithSubNav, SiteHeaderV2NodeItem, SiteHeaderV2SubNavItem, SiteHeaderV2VerticalDivider, Skeleton, SkipLink, SkipLinkItem, Spinner, Surface, Context$3 as SurfaceContext, Switch, TabbedBanner, Tabs, TabsContent, TabsItem, TabsList, Tag, TemplateBanner, Text, TextArea, TextInput, Theme, ThemeIcon, ThumbnailSignpost, Toast, ToastNotification, Tooltip, Truncate, TypographyCard, UniversalHeader, UniversalHeaderItem, VerticalSpace, VideoPlayer, Visible, VisuallyHidden$2 as VisuallyHidden, backgrounds, backgroundsBT, isDateValid, isRangeValid, loadingOptions, parseDateString, parseRangeString, themes, useMediaQuery };
27722
+ export { Alert, Align, AppButton, Avatar, AvatarGroup, Badge, Banner, Box, BrandLogo, colors as BrandLogoColors, Breadcrumbs, BreadcrumbsItem, BreadcrumbsLink, Button, ButtonGroup, ButtonV2, Calendar, Carousel, Checkbox, CheckboxIcon, Columns, ColumnsCol, ComboBox, ContentSwitcher, ContentSwitcherContent, ContentSwitcherDropdown, ContentSwitcherDropdownContent, ContentSwitcherList, ContentSwitcherTab, DATE_FORMAT, DatePicker, DatePickerRange, Disclosure, DisclosureMini, Download, Drawer, DrawerContent, DrawerFooter, DrawerHeader, Elevation, Filter, FilterControl, FilterControls, FilterItem, FilterItems, FormControl, Context$2 as FormControlContext, GhostedHeroBanner, GradientPageBackground, Grid, GridCol, GridRow, Group$1 as Group, GroupItem, Heading, HeroBanner, HeroButton, Hidden, HorizontalCard, Icon$1 as Icon, colors$1 as IconColors, Image, fitOptions as ImageFitOptions, overlayOptions as ImageOverlayOptions, ImageSource, ImpactCard, InformationCard, Link, Markup, MediaCard, Menu, MenuContent, MenuFooter, MenuGroup, MenuGroupSingleSelect, MenuHeader, MenuItem, MenuItemCheckbox, MenuItemContentTemplate, MenuItemMultiLevel, MenuItemMultiLevelContent, MenuItemMultiLevelTrigger, MenuItemSingleSelect, MenuLabel, MenuPortal, MenuScrollable, MenuSeparator, MenuTrigger, Modal, NavigationHeader, NavigationHeaderAction, NavigationHeaderActionBar, NavigationHeaderPage, Pagination, PaginationSimple, Popover, Poster, PosterImage, PosterVideo, ProgressBar, ProgressStepper, ProgressStepperItem, ProgressStepperOverflow, RadioCardGroup, RadioCardGroupInput, RadioGroup, RadioGroupButton, RadioGroupInput, Rule, ScrollToTop, Section, Select, SemanticHeading, SiteFooter, SiteFooterItem, SiteFooterItemGroup, SiteFooterV2, SiteFooterV2Item, SiteFooterV2ItemGroup, SiteFooterV2Main, SiteFooterV2Utility, SiteHeaderV2, SiteHeaderV2Column, SiteHeaderV2Item, SiteHeaderV2ItemGroup, SiteHeaderV2NavItem, SiteHeaderV2NavItemWithSubNav, SiteHeaderV2NodeItem, SiteHeaderV2SubNavItem, SiteHeaderV2VerticalDivider, Skeleton, SkipLink, SkipLinkItem, Spinner, Surface, Context$3 as SurfaceContext, Switch, TabbedBanner, Tabs, TabsContent, TabsItem, TabsList, Tag, TemplateBanner, Text, TextArea, TextInput, Theme, ThemeIcon, ThumbnailSignpost, Toast, ToastNotification, Tooltip, Truncate, TypographyCard, UniversalHeader, UniversalHeaderItem, VerticalSpace, VideoPlayer, Visible, VisuallyHidden$2 as VisuallyHidden, backgrounds, backgroundsBT, isDateValid, isRangeValid, loadingOptions, parseDateString, parseRangeString, themes, useMediaQuery };
27497
27723
  //# sourceMappingURL=index.mjs.map