@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.cjs CHANGED
@@ -511,48 +511,19 @@ var Link = function (_a) {
511
511
  isExternalLink && (React.createElement(ThemeIcon, { icon: "linkExternal", size: size === "s" ? 20 : 24 }))))));
512
512
  };
513
513
 
514
- /**
515
- * Use `Heading` to display heading text.
516
- */
517
- var Heading = function (_a) {
518
- var _b;
519
- 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"]);
520
- var surface = React.useContext(Context$3).surface;
521
- var Element = "span";
522
- if (level) {
523
- Element = "h".concat(level);
524
- }
525
- return (React.createElement(Element, __assign({ id: id, className: classNames(" arc-Heading arc-Heading--".concat(camelcase(fontStyle)), (_b = {
526
- "arc-Heading--inline": isInline,
527
- "arc-Heading--fixedSize": isResponsive === false
528
- },
529
- _b[suffixModifier("arc-Heading--align", align)] = align && align !== "left",
530
- _b["arc-Heading--size".concat(size && size.toUpperCase())] = size,
531
- _b["arc-Heading--casingNone"] = casing === "none",
532
- _b["arc-Heading--colorBrand"] = color === "brand",
533
- _b["arc-Heading--onDarkSurface"] = surface === "dark",
534
- _b["arc-Heading--isInline"] = isInline,
535
- _b)) }, filterAttrs(props)), children));
536
- };
537
-
538
- var Visible = function (_a) {
539
- 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"]);
540
- return (React.createElement("div", __assign({ className: classNames("arc-Visible", {
541
- "arc-Visible--xs": xs,
542
- "arc-Visible--s": s,
543
- "arc-Visible--m": m,
544
- "arc-Visible--l": l,
545
- "arc-Visible--xl": xl,
546
- "arc-Visible--xxl": xxl,
547
- }) }, filterAttrs(props)), children));
514
+ var SemanticHeading = function (_a) {
515
+ var children = _a.children, level = _a.level, className = _a.className, props = __rest(_a, ["children", "level", "className"]);
516
+ return React.createElement(level ? "h".concat(level) : "span", __assign({ className: classNames("arc-SemanticHeading", className) }, props), children);
548
517
  };
549
518
 
550
519
  /** Use `Alert` to inform the user of important changes or actions. */
551
520
  var Alert = function (_a) {
552
- var _b, _c;
553
- 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"]);
554
- var _g = React.useState(false), isDismissed = _g[0], setIsDismissed = _g[1];
521
+ var _b;
522
+ 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"]);
523
+ var headingId = React.useId();
524
+ var descriptionId = React.useId();
555
525
  var alertRef = React.useRef(null);
526
+ var _g = React.useState(false), isDismissed = _g[0], setIsDismissed = _g[1];
556
527
  React.useEffect(function () {
557
528
  var _a;
558
529
  autoFocusOnMount && ((_a = alertRef.current) === null || _a === void 0 ? void 0 : _a.focus());
@@ -575,33 +546,31 @@ var Alert = function (_a) {
575
546
  if (isDismissed) {
576
547
  return null;
577
548
  }
578
- return (React.createElement("div", __assign({ className: classNames("arc-Alert", (_b = {},
579
- _b["arc-Alert--".concat(status)] = status !== "general",
580
- _b)), role: "alert", tabIndex: -1, "aria-labelledby": "alertHeading", "aria-describedby": "alertDescription", ref: alertRef }, filterAttrs(props)),
581
- React.createElement("div", { className: "arc-Alert-icon" }, icon ? (React.createElement(Icon$1, { size: 24, icon: icon })) : (React.createElement(ThemeIcon, { size: 24, icon: statusIcons[status] }))),
582
- React.createElement("div", { className: "arc-Alert-content" },
583
- React.createElement("div", { className: classNames("arc-Alert-heading", (_c = {},
584
- _c["arc-Alert-heading--isDismissable"] = isDismissable,
585
- _c)) },
586
- React.createElement(VisuallyHidden$2, null,
587
- status,
588
- " alert."),
589
- React.createElement(Visible, { m: true, l: true, xl: true, xxl: true },
590
- React.createElement(Heading, { level: headingLevel, id: "alertHeading", size: "s" }, heading)),
591
- React.createElement(Visible, { xs: true, s: true },
592
- React.createElement(Heading, { level: headingLevel, id: "alertHeading", size: "xs" }, heading))),
593
- description ? (React.isValidElement(description) ? (React.createElement("div", { className: "arc-Alert-description", id: "alertDescription" }, description)) : (React.createElement("div", { className: "arc-Alert-description" },
594
- React.createElement(Text, { isMeasured: isMeasured, size: "s", id: "alertDescription" }, description)))) : null,
595
- React.createElement("ul", { className: "arc-Alert-links" }, links === null || links === void 0 ? void 0 : links.map(function (link, index) {
596
- var _a;
597
- return (React.createElement("li", { key: index, className: "arc-Alert-link" },
598
- React.createElement(Link, __assign({ href: link.href, "aria-label": link.screenReaderText, target: link.target, size: "s" }, (link.onClick && {
599
- onClick: function (e) { return handleLinkClick(e, link); },
600
- isButton: true,
601
- })), (_a = link.children) !== null && _a !== void 0 ? _a : "")));
602
- }))),
603
- isDismissable && (React.createElement("button", { "aria-label": "dismiss alert", className: "arc-Alert-dismiss", onClick: onDismissHandler, tabIndex: 0 },
604
- React.createElement(ThemeIcon, { size: 24, icon: "alertDismiss" })))));
549
+ return (React.createElement(Surface, { background: "light-brand-01", isTransparent: true },
550
+ React.createElement("div", __assign({ className: classNames("arc-Alert", (_b = {},
551
+ _b["arc-Alert--".concat(status)] = status !== "general",
552
+ _b)), role: role, tabIndex: -1, "aria-labelledby": headingId, "aria-describedby": descriptionId, ref: alertRef }, filterAttrs(props)),
553
+ isDismissable && (React.createElement("button", { "aria-label": "dismiss alert", className: "arc-Alert-dismiss", onClick: onDismissHandler, tabIndex: 0 },
554
+ React.createElement(ThemeIcon, { size: 24, icon: "alertDismiss" }))),
555
+ React.createElement("div", { className: "arc-Alert-icon" }, icon ? (React.createElement(Icon$1, { size: 24, icon: icon })) : (React.createElement(ThemeIcon, { size: 24, icon: statusIcons[status] }))),
556
+ React.createElement("div", { className: "arc-Alert-content" },
557
+ React.createElement(SemanticHeading, { className: classNames("arc-Alert-heading", {
558
+ "arc-Alert-heading--isDismissable": isDismissable,
559
+ }), id: headingId, level: headingLevel },
560
+ React.createElement(VisuallyHidden$2, null,
561
+ status,
562
+ " alert."),
563
+ heading),
564
+ description ? (React.isValidElement(description) ? (React.createElement("div", { className: "arc-Alert-description", id: descriptionId }, description)) : (React.createElement("div", { className: "arc-Alert-description" },
565
+ React.createElement(Text, { isMeasured: isMeasured, size: "s", id: descriptionId }, description)))) : null,
566
+ React.createElement("ul", { className: "arc-Alert-links" }, links === null || links === void 0 ? void 0 : links.map(function (link, index) {
567
+ var _a;
568
+ return (React.createElement("li", { key: index, className: "arc-Alert-link" },
569
+ React.createElement(Link, __assign({ href: link.href, "aria-label": link.screenReaderText, target: link.target, size: "s" }, (link.onClick && {
570
+ onClick: function (e) { return handleLinkClick(e, link); },
571
+ isButton: true,
572
+ })), (_a = link.children) !== null && _a !== void 0 ? _a : "")));
573
+ }))))));
605
574
  };
606
575
 
607
576
  var GooglePlayIcon = function () { return (React.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" },
@@ -676,7 +645,7 @@ var ConditionalWrapper = function (_a) {
676
645
  */
677
646
  var Image = function (_a) {
678
647
  var _b;
679
- 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"]);
648
+ 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"]);
680
649
  var _e = React.useState(false), visible = _e[0], setVisible = _e[1];
681
650
  var imageRef = function (el) {
682
651
  if (el) {
@@ -687,7 +656,7 @@ var Image = function (_a) {
687
656
  "arc-Image-img--fade": fadeOnLoad,
688
657
  "arc-Image-img--fadeVisible": fadeOnLoad && visible,
689
658
  };
690
- var img = (React.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 }));
659
+ var img = (React.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 }));
691
660
  return (React.createElement("div", __assign({ className: classNames((_b = {
692
661
  "arc-Image": true,
693
662
  "arc-Image--cover": fit === "cover"
@@ -707,6 +676,27 @@ var fitOptions = ["cover"];
707
676
  var loadingOptions = ["eager", "lazy"];
708
677
  var overlayOptions = ["scrimBottomDark"];
709
678
 
679
+ /**
680
+ * Use `Heading` to display heading text.
681
+ */
682
+ var Heading = function (_a) {
683
+ var _b;
684
+ 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"]);
685
+ var surface = React.useContext(Context$3).surface;
686
+ return (React.createElement(SemanticHeading, __assign({ id: id, level: level, className: classNames("arc-Heading", "arc-Heading--".concat(camelcase(fontStyle)), (_b = {
687
+ "arc-Heading--wrap": isWordWrap,
688
+ "arc-Heading--inline": isInline,
689
+ "arc-Heading--fixedSize": isResponsive === false
690
+ },
691
+ _b[suffixModifier("arc-Heading--align", align)] = align && align !== "left",
692
+ _b["arc-Heading--size".concat(size && size.toUpperCase())] = size,
693
+ _b["arc-Heading--casingNone"] = casing === "none",
694
+ _b["arc-Heading--colorBrand"] = color === "brand",
695
+ _b["arc-Heading--onDarkSurface"] = surface === "dark",
696
+ _b["arc-Heading--isInline"] = isInline,
697
+ _b)) }, filterAttrs(props)), children));
698
+ };
699
+
710
700
  var AvatarContent = function (_a) {
711
701
  var img = _a.img, initials = _a.initials, _b = _a.size, size = _b === void 0 ? "xl" : _b;
712
702
  var textSize = {
@@ -771,7 +761,7 @@ var Badge = function (_a) {
771
761
  */
772
762
  var VerticalSpace = function (_a) {
773
763
  var _b;
774
- 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"]);
764
+ 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"]);
775
765
  return (React.createElement("div", __assign({ className: classNames((_b = {
776
766
  "arc-VerticalSpace": true
777
767
  },
@@ -780,6 +770,7 @@ var VerticalSpace = function (_a) {
780
770
  _b["arc-VerticalSpace--sizeM".concat(sizeM)] = sizeM,
781
771
  _b["arc-VerticalSpace--sizeL".concat(sizeL)] = sizeL,
782
772
  _b["arc-VerticalSpace--sizeXL".concat(sizeXL)] = sizeXL,
773
+ _b["arc-VerticalSpace--sizeXXL".concat(sizeXXL)] = sizeXXL,
783
774
  _b["arc-VerticalSpace--debugVisible"] = isDebugVisible,
784
775
  _b)) }, filterAttrs(props))));
785
776
  };
@@ -802,7 +793,7 @@ var Box = function (_a) {
802
793
  };
803
794
 
804
795
  /**
805
- * Use `Grid` to compose layouts on a 12-column grid.
796
+ * Use `Grid` to compose layouts on a 12-column grid. Aligns with sibling `Section` components.
806
797
  */
807
798
  var Grid = function (_a) {
808
799
  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"]);
@@ -841,6 +832,18 @@ var BannerImage = function (_a) {
841
832
  sources.map(function (source) { return React.createElement("source", __assign({ key: source.srcSet }, source)); })));
842
833
  };
843
834
 
835
+ var Visible = function (_a) {
836
+ 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"]);
837
+ return (React.createElement("div", __assign({ className: classNames("arc-Visible", {
838
+ "arc-Visible--xs": xs,
839
+ "arc-Visible--s": s,
840
+ "arc-Visible--m": m,
841
+ "arc-Visible--l": l,
842
+ "arc-Visible--xl": xl,
843
+ "arc-Visible--xxl": xxl,
844
+ }) }, filterAttrs(props)), children));
845
+ };
846
+
844
847
  var BannerRow = function (_a) {
845
848
  var isReversed = _a.isReversed, children = _a.children;
846
849
  return (React.createElement(React.Fragment, null,
@@ -851,7 +854,7 @@ var BannerRow = function (_a) {
851
854
  };
852
855
 
853
856
  var TemplateBanner = function (_a) {
854
- 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"]);
857
+ 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"]);
855
858
  var backgrounds = {
856
859
  dark: "dark-brand-02",
857
860
  light: "light-white",
@@ -894,13 +897,13 @@ var TemplateBanner = function (_a) {
894
897
  "arc-TemplateBanner-content--additionalTopMargin": additionalTopMargin && alignment === "start",
895
898
  }) },
896
899
  label && (React.createElement(React.Fragment, null,
897
- React.createElement(Heading, { level: labelLevel, fontStyle: "overline" }, label),
900
+ React.createElement(Heading, { level: labelLevel, fontStyle: "overline", isWordWrap: false }, label),
898
901
  React.createElement(VerticalSpace, { size: "8" }))),
899
- React.createElement(Heading, { level: headingLevel, size: headingSize }, heading),
902
+ React.createElement(Heading, { level: headingLevel, size: headingSize, fontStyle: fontStyle, isWordWrap: false }, heading),
900
903
  text && (React.createElement(React.Fragment, null,
901
904
  React.createElement(VerticalSpace, { size: "16" }),
902
905
  React.createElement("span", { className: "arc-TemplateBanner-text" }, text))),
903
- children && (React.createElement(React.Fragment, null,
906
+ children && (React.createElement("span", null,
904
907
  React.createElement(VerticalSpace, { size: "32" }),
905
908
  children)))),
906
909
  img && contentRatio !== "1/0" && (React.createElement(GridCol, __assign({ "data-testid": "arc-TemplateBanner-imageCol", align: img.fit !== "cover"
@@ -1746,7 +1749,7 @@ var Spinner = function (_a) {
1746
1749
  };
1747
1750
 
1748
1751
  var ButtonV2 = React.forwardRef(function (_a, ref) {
1749
- 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"]);
1752
+ 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"]);
1750
1753
  var surface = React.useContext(Context$3).surface;
1751
1754
  var ButtonElement = isSpan ? "span" : "button";
1752
1755
  var iconSizes = {
@@ -1773,21 +1776,23 @@ var ButtonV2 = React.forwardRef(function (_a, ref) {
1773
1776
  return "auto";
1774
1777
  }
1775
1778
  };
1776
- var buttonContent = (React.createElement("span", { className: classNames("arc-ButtonV2-inner", {
1779
+ var renderButtonContent = function () { return (React.createElement("span", { className: classNames("arc-ButtonV2-inner", {
1777
1780
  "arc-ButtonV2-inner--iconBeforeText": iconPosition === "beforeText",
1778
1781
  }) },
1779
1782
  label && React.createElement("span", { className: "arc-ButtonV2-label" }, label),
1780
1783
  isLoading && (React.createElement("span", { className: "arc-ButtonV2-icon" },
1781
1784
  React.createElement(Spinner, { size: size }))),
1782
- icon && !isLoading && (React.createElement("span", { className: "arc-ButtonV2-icon" },
1783
- React.createElement(Icon$1, { color: getIconColor(buttonStyle), size: iconSizes[size], icon: icon })))));
1785
+ icon && !isLoading && (React.createElement(React.Fragment, null,
1786
+ React.createElement("span", { className: classNames("arc-ButtonV2-icon", {
1787
+ "arc-ButtonV2-icon--hasActive": iconActive,
1788
+ }) },
1789
+ React.createElement(Icon$1, { color: getIconColor(buttonStyle), size: iconSizes[size], icon: icon })),
1790
+ iconActive && (React.createElement("span", { className: "arc-ButtonV2-icon--active" },
1791
+ React.createElement(Icon$1, { color: getIconColor(buttonStyle), size: iconSizes[size], icon: iconActive }))))))); };
1784
1792
  if (href && !isLoading) {
1785
- return (React.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));
1793
+ return (React.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()));
1786
1794
  }
1787
- return (React.createElement(ButtonElement, __assign({}, commonProps, { className: ButtonV2Classes, "aria-label": ariaLabel, "aria-haspopup": ariaHasPopup, "aria-controls": ariaControls, "aria-expanded": ariaExpanded, disabled: isLoading, type: type, form: form }),
1788
- React.createElement("span", { className: classNames("arc-ButtonV2-inner", {
1789
- "arc-ButtonV2-inner--iconBeforeText": iconPosition === "beforeText",
1790
- }) }, buttonContent)));
1795
+ return (React.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()));
1791
1796
  });
1792
1797
 
1793
1798
  var ButtonGroup = function (_a) {
@@ -1997,7 +2002,7 @@ function startOfMonth(dirtyDate) {
1997
2002
 
1998
2003
  /**
1999
2004
  * Do not edit directly
2000
- * Generated on Tue, 02 Sep 2025 09:31:53 GMT
2005
+ * Generated on Fri, 24 Oct 2025 10:49:57 GMT
2001
2006
  */
2002
2007
  var ArcSizeBreakpointsXs = "320px";
2003
2008
  var ArcSizeBreakpointsS = "636px";
@@ -2139,6 +2144,7 @@ var useUniqueString = function (value) {
2139
2144
  return "".concat(value, "-").concat(id);
2140
2145
  };
2141
2146
 
2147
+ var IS_SERVER = typeof window === "undefined";
2142
2148
  /**
2143
2149
  * @typedef MediaQueryOutputs
2144
2150
  * @param {boolean} matches - does the document match the media query?
@@ -2157,21 +2163,37 @@ var useUniqueString = function (value) {
2157
2163
  * @returns {MediaQueryOutputs}
2158
2164
  */
2159
2165
  var useMediaQuery = function (mediaQuery) {
2160
- var mediaQueryList = typeof window !== "undefined" ? window.matchMedia(mediaQuery) : undefined;
2166
+ var getMatches = function (query) {
2167
+ if (IS_SERVER) {
2168
+ return false;
2169
+ }
2170
+ return window.matchMedia(query).matches;
2171
+ };
2161
2172
  var _a = React.useState(false), matches = _a[0], setMatches = _a[1];
2173
+ // Handles the change event of the media query.
2174
+ var handleChange = function () {
2175
+ setMatches(getMatches(mediaQuery));
2176
+ };
2162
2177
  React.useEffect(function () {
2163
- setMatches(typeof window !== "undefined"
2164
- ? window.matchMedia(mediaQuery).matches
2165
- : false);
2166
- }, [mediaQuery]);
2167
- React.useEffect(function () {
2168
- var onMatchMedia = function (event) { return setMatches(event.matches); };
2169
- // Using deprecated addListener methods here for IE & Safari 13 support
2170
- if (mediaQueryList) {
2171
- mediaQueryList.addListener(onMatchMedia);
2178
+ var matchMedia = window.matchMedia(mediaQuery);
2179
+ // Triggered at the first client-side load and if query changes
2180
+ handleChange();
2181
+ // Use deprecated `addListener` and `removeListener` to support Safari < 14 (#135)
2182
+ if (matchMedia.addListener) {
2183
+ matchMedia.addListener(handleChange);
2172
2184
  }
2173
- return function () { return mediaQueryList && mediaQueryList.removeListener(onMatchMedia); };
2174
- }, [mediaQueryList]);
2185
+ else {
2186
+ matchMedia.addEventListener("change", handleChange);
2187
+ }
2188
+ return function () {
2189
+ if (matchMedia.removeListener) {
2190
+ matchMedia.removeListener(handleChange);
2191
+ }
2192
+ else {
2193
+ matchMedia.removeEventListener("change", handleChange);
2194
+ }
2195
+ };
2196
+ }, [mediaQuery]);
2175
2197
  return matches;
2176
2198
  };
2177
2199
 
@@ -5489,33 +5511,18 @@ var CalendarDayGrid = function (_a) {
5489
5511
  React.createElement("tbody", { onKeyDown: handleKeyDown }, getWeeksInMonth(month).map(function (week, i) { return (React.createElement("tr", { key: "".concat(month.getTime(), "-week-").concat(i) }, week.map(function (day) { return (React.createElement(CalendarDayNumber, { ref: autoFocusRef, shouldRender: isSameMonth(month, day), key: day.getTime(), date: day, isFocusWithinDayGrid: isFocusWithinDayGrid })); }))); }))))); })));
5490
5512
  };
5491
5513
 
5492
- /**
5493
- * Do not edit directly
5494
- * Generated file
5495
- */
5496
-
5497
- const BtIconChevronLeftMid =
5498
- "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";
5499
-
5500
- /**
5501
- * Do not edit directly
5502
- * Generated file
5503
- */
5504
-
5505
- const BtIconChevronRightMid =
5506
- "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";
5507
-
5508
5514
  var CalendarNavButton = function (_a) {
5509
5515
  var isDisabled = _a.isDisabled, onClick = _a.onClick, direction = _a.direction, ariaLabel = _a.ariaLabel;
5510
5516
  var icons = {
5511
- previous: BtIconChevronLeftMid,
5512
- next: BtIconChevronRightMid,
5517
+ previous: "calendarLeft",
5518
+ next: "calendarRight",
5513
5519
  };
5514
5520
  return (React.createElement("button", { "aria-label": ariaLabel, disabled: isDisabled, onClick: onClick, type: "button", className: classNames("arc-CalendarNavButton", {
5515
5521
  "arc-CalendarNavButton--previous": direction === "previous",
5516
5522
  "arc-CalendarNavButton--next": direction === "next",
5517
5523
  }) },
5518
- React.createElement(Icon$1, { size: 32, icon: icons[direction] })));
5524
+ React.createElement("div", { className: "arc-CalendarNavButton-icon" },
5525
+ React.createElement(ThemeIcon, { icon: icons[direction] }))));
5519
5526
  };
5520
5527
 
5521
5528
  var CalendarDoubleMonthView = function (_a) {
@@ -7792,18 +7799,18 @@ function useEmblaCarousel(options = {}, plugins = []) {
7792
7799
  useEmblaCarousel.globalOptions = undefined;
7793
7800
 
7794
7801
  var XS_BREAKPOINT = "(min-width: ".concat(ArcSizeBreakpointsXs, ")");
7795
- var S_BREAKPOINT$1 = "(min-width: ".concat(ArcSizeBreakpointsS, ")");
7796
- var M_BREAKPOINT$1 = "(min-width: ".concat(ArcSizeBreakpointsM, ")");
7797
- var L_BREAKPOINT$1 = "(min-width: ".concat(ArcSizeBreakpointsL, ")");
7798
- var XL_BREAKPOINT$1 = "(min-width: ".concat(ArcSizeBreakpointsXl, ")");
7802
+ var S_BREAKPOINT = "(min-width: ".concat(ArcSizeBreakpointsS, ")");
7803
+ var M_BREAKPOINT = "(min-width: ".concat(ArcSizeBreakpointsM, ")");
7804
+ var L_BREAKPOINT = "(min-width: ".concat(ArcSizeBreakpointsL, ")");
7805
+ var XL_BREAKPOINT = "(min-width: ".concat(ArcSizeBreakpointsXl, ")");
7799
7806
 
7800
7807
  var getOptions = function (itemsToScroll, loop, responsive) {
7801
7808
  var breakpoints = [
7802
7809
  [XS_BREAKPOINT, "xs"],
7803
- [S_BREAKPOINT$1, "s"],
7804
- [M_BREAKPOINT$1, "m"],
7805
- [L_BREAKPOINT$1, "l"],
7806
- [XL_BREAKPOINT$1, "xl"],
7810
+ [S_BREAKPOINT, "s"],
7811
+ [M_BREAKPOINT, "m"],
7812
+ [L_BREAKPOINT, "l"],
7813
+ [XL_BREAKPOINT, "xl"],
7807
7814
  ];
7808
7815
  var breakpointOptions = breakpoints.reduce(function (acc, _a) {
7809
7816
  var _b;
@@ -7874,10 +7881,10 @@ var Carousel = function (_a) {
7874
7881
  var _k = React.useState(true), prevButtonEnabled = _k[0], setPrevButtonEnabled = _k[1];
7875
7882
  var _l = React.useState(true), nextButtonEnabled = _l[0], setNextButtonEnabled = _l[1];
7876
7883
  var isMinWidthArcBreakpointXs = useMediaQuery(XS_BREAKPOINT);
7877
- var isMinWidthArcBreakpointS = useMediaQuery(S_BREAKPOINT$1);
7878
- var isMinWidthArcBreakpointM = useMediaQuery(M_BREAKPOINT$1);
7879
- var isMinWidthArcBreakpointL = useMediaQuery(L_BREAKPOINT$1);
7880
- var isMinWidthArcBreakpointXl = useMediaQuery(XL_BREAKPOINT$1);
7884
+ var isMinWidthArcBreakpointS = useMediaQuery(S_BREAKPOINT);
7885
+ var isMinWidthArcBreakpointM = useMediaQuery(M_BREAKPOINT);
7886
+ var isMinWidthArcBreakpointL = useMediaQuery(L_BREAKPOINT);
7887
+ var isMinWidthArcBreakpointXl = useMediaQuery(XL_BREAKPOINT);
7881
7888
  var slideWidth = getSlideWidth({
7882
7889
  screenSizes: {
7883
7890
  xl: isMinWidthArcBreakpointXl,
@@ -7997,14 +8004,14 @@ var Provider$4 = Context$2.Provider;
7997
8004
  */
7998
8005
  var FormControl = function (_a) {
7999
8006
  var _b;
8000
- 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"]);
8007
+ 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"]);
8001
8008
  var surface = React.useContext(Context$3).surface;
8002
- var _j = useAriaDescribedby({
8009
+ var _k = useAriaDescribedby({
8003
8010
  disclosureText: disclosureText,
8004
8011
  errorMessage: errorMessage,
8005
8012
  helper: helper,
8006
8013
  id: htmlFor || id, // `htmlFor` is preference to keep this deterministic with TextInput
8007
- }), ariaDescribedby = _j.ariaDescribedby, idError = _j.idError, idHelper = _j.idHelper, idDisclosure = _j.idDisclosure;
8014
+ }), ariaDescribedby = _k.ariaDescribedby, idError = _k.idError, idHelper = _k.idHelper, idDisclosure = _k.idDisclosure;
8008
8015
  var LabelType = ElementType === "div" ? "label" : "legend";
8009
8016
  var elementProps = {};
8010
8017
  var labelProps = {};
@@ -8045,7 +8052,8 @@ var FormControl = function (_a) {
8045
8052
  label && (React.createElement("span", { className: classNames("arc-FormControl-labelText", {
8046
8053
  "arc-FormControl-labelText--withOptional": requirementStatus === "optional",
8047
8054
  }) }, label)),
8048
- requirementStatus === "optional" && (React.createElement("span", { className: "arc-FormControl-labelOptional" }, "(optional)")))),
8055
+ requirementStatus === "optional" && (React.createElement("span", { className: "arc-FormControl-labelOptional" }, "(optional)")),
8056
+ LabelType === "legend" && (React.createElement(VisuallyHidden$2, null, "".concat(errorMessage ? "Error. " + errorMessage : "", ". ").concat(helper))))),
8049
8057
  helperUnderLabel && helper && (React.createElement("div", { className: "arc-FormControl-helper arc-FormControl-helper--underLabel", id: idHelper }, helper)),
8050
8058
  children,
8051
8059
  React.createElement("div", { className: classNames("arc-FormControl-info", {
@@ -8053,78 +8061,86 @@ var FormControl = function (_a) {
8053
8061
  }) },
8054
8062
  ((helper && !helperUnderLabel) ||
8055
8063
  errorMessage ||
8056
- disclosureTitle) && (React.createElement("div", { className: "arc-FormControl-helperContainer" }, errorMessage ? (React.createElement("div", { className: "arc-FormControl-error", id: idError },
8064
+ disclosureTitle) && (React.createElement("div", { className: "arc-FormControl-helperContainer" }, errorMessage ? (React.createElement("div", { className: "arc-FormControl-error", id: idError, role: isErrorAlert ? "alert" : undefined },
8057
8065
  React.createElement("span", { className: "arc-FormControl-error--icon" },
8066
+ React.createElement(VisuallyHidden$2, null, "Error."),
8058
8067
  React.createElement(ThemeIcon, { icon: "formControlAlert" })),
8059
8068
  errorMessage)) : (!helperUnderLabel &&
8060
8069
  (disclosureTitle ? (React.createElement(DisclosureMini, { onClick: onClickDisclosure, summary: disclosureTitle, size: labelSize === "m" ? "l" : labelSize, id: idDisclosure }, disclosureText)) : (helper && (React.createElement("div", { className: "arc-FormControl-helper", id: idHelper }, helper))))))),
8061
8070
  supplementaryInfo && (React.createElement("div", { className: "arc-FormControl-supplementaryInfo" }, supplementaryInfo))))));
8062
8071
  };
8063
8072
 
8064
- /**
8065
- * Use `Checkbox` to allow users to select individual options.
8066
- */
8067
- var Checkbox = React.forwardRef(function (_a, ref) {
8068
- 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"]);
8073
+ var CheckboxIcon = function (_a) {
8074
+ 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"]);
8069
8075
  var requirementStatus = React.useContext(Context$2).requirementStatus;
8070
- var surface = React.useContext(Context$3).surface;
8071
- var _j = useAriaDescribedby({
8072
- id: id,
8073
- errorMessage: errorMessage,
8074
- }), ariaDescribedby = _j.ariaDescribedby, idError = _j.idError;
8075
8076
  var internalRef = React.useRef(null);
8076
- var synchronizeRefs = function (el) {
8077
- internalRef.current = el;
8078
- if (typeof ref === "object" && ref !== null) {
8079
- ref.current = el;
8080
- }
8081
- else if (typeof ref === "function") {
8082
- ref(el);
8083
- }
8084
- };
8077
+ var surface = React.useContext(Context$3).surface;
8085
8078
  React.useEffect(function () {
8086
8079
  if (internalRef.current) {
8087
8080
  internalRef.current.indeterminate = indeterminate;
8088
8081
  }
8089
8082
  }, [indeterminate, checked]);
8090
8083
  var tickSize = {
8091
- s: { width: 14, height: 11 },
8092
- m: { width: 18, height: 14 },
8084
+ s: 14,
8085
+ m: 18,
8093
8086
  };
8094
- var idLabel = "".concat(id, "-label");
8095
- var checkedProps = {};
8096
- if (typeof onChange === "function") {
8097
- checkedProps.checked = checked;
8098
- }
8099
- else if (checked && !onChange) {
8100
- checkedProps.defaultChecked = true;
8101
- }
8087
+ var isControlled = typeof checked !== "undefined" && typeof onChange === "function";
8088
+ var checkedProps = isControlled
8089
+ ? { checked: checked }
8090
+ : checked
8091
+ ? { defaultChecked: true }
8092
+ : {};
8102
8093
  if (!checked && onChange) {
8103
8094
  indeterminate = false;
8104
8095
  }
8105
8096
  if (requirementStatus === "required") {
8106
8097
  isRequired = true;
8107
8098
  }
8108
- return (React.createElement("div", { className: classNames({
8099
+ return (React.createElement("label", { htmlFor: id, className: classNames({
8100
+ "arc-CheckboxIcon": true,
8101
+ "arc-CheckboxIcon--disabled": isDisabled,
8102
+ "arc-CheckboxIcon--invalid": error,
8103
+ "arc-CheckboxIcon--small": size === "s",
8104
+ "arc-CheckboxIcon--onDarkSurface": surface === "dark",
8105
+ }) },
8106
+ React.createElement("input", __assign({ "aria-describedby": ariaDescribedBy ? ariaDescribedBy : error ? "id-error" : undefined, "aria-invalid": error, "aria-checked": checked && !indeterminate
8107
+ ? true
8108
+ : indeterminate && checked
8109
+ ? "mixed"
8110
+ : 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)),
8111
+ React.createElement("span", { className: classNames("arc-CheckboxIcon-box") }, indeterminate ? (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none" },
8112
+ React.createElement("rect", { x: "4", y: "8", width: "7.51", height: "1", rx: "0.5", fill: "currentColor" }))) : (React.createElement(ThemeIcon, { icon: "checkboxChecked", size: tickSize[size] })))));
8113
+ };
8114
+
8115
+ /**
8116
+ * Use `Checkbox` to allow users to select individual options.
8117
+ */
8118
+ var Checkbox = React.forwardRef(function (_a) {
8119
+ 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"]);
8120
+ var requirementStatus = React.useContext(Context$2).requirementStatus;
8121
+ var surface = React.useContext(Context$3).surface;
8122
+ var idError = useAriaDescribedby({
8123
+ id: id,
8124
+ errorMessage: errorMessage,
8125
+ }).idError;
8126
+ var idLabel = "".concat(id, "-label");
8127
+ var isIndeterminate = checked ? indeterminate : false;
8128
+ if (requirementStatus === "required") {
8129
+ isRequired = true;
8130
+ }
8131
+ return (React.createElement("div", __assign({ className: classNames({
8109
8132
  "arc-Checkbox": true,
8110
8133
  "arc-Checkbox--disabled": isDisabled,
8111
- "arc-Checkbox--invalid": errorMessage,
8134
+ "arc-Checkbox--invalid": errorMessage || isError,
8112
8135
  "arc-Checkbox--small": size === "s",
8113
8136
  "arc-Checkbox--onDarkSurface": surface === "dark",
8114
- }) },
8137
+ }) }, filterAttrs(props)),
8115
8138
  React.createElement("label", { id: idLabel, htmlFor: id, className: classNames("arc-Checkbox-label", {
8116
8139
  "arc-Checkbox-label--top": checkboxAlignment === "top",
8117
8140
  }) },
8118
- React.createElement("input", __assign({ "aria-describedby": ariaDescribedby, "aria-invalid": errorMessage ? "true" : "false", "aria-checked": checked && !indeterminate
8119
- ? "true"
8120
- : indeterminate && checked
8121
- ? "mixed"
8122
- : "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))),
8123
- React.createElement("span", { className: "arc-Checkbox-box" }, indeterminate ? (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none" },
8124
- React.createElement("rect", { x: "4", y: "8", width: "7.51", height: "1", rx: "0.5", fill: "currentColor" }))) : (React.createElement("svg", { style: tickSize[size], viewBox: "0 0 18 14", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
8125
- React.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" })))),
8126
- React.createElement("span", __assign({}, (checkboxAlignment === "top" && {
8127
- className: "arc-Checkbox-content--marginTop",
8141
+ React.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 }),
8142
+ React.createElement("span", __assign({ className: "arc-Checkbox-content" }, (checkboxAlignment === "top" && {
8143
+ className: "arc-Checkbox-content--marginTop arc-Checkbox-content",
8128
8144
  })), hideLabel ? (React.createElement(VisuallyHidden$2, null,
8129
8145
  label,
8130
8146
  !isRequired && requirementStatus !== "optional" ? (React.createElement("span", { className: "arc-Checkbox-labelOptional" }, "(optional)")) : null,
@@ -8132,14 +8148,14 @@ var Checkbox = React.forwardRef(function (_a, ref) {
8132
8148
  label,
8133
8149
  !isRequired && requirementStatus !== "optional" ? (React.createElement("span", { className: "arc-Checkbox-labelOptional" }, "(optional)")) : null,
8134
8150
  helper && (React.createElement("span", { className: "arc-Checkbox-helper" }, helper)))))),
8135
- errorMessage && (React.createElement("div", { id: idError, className: "arc-Checkbox-error" },
8136
- React.createElement("span", { className: "arc-Checkbox-error--icon" },
8151
+ errorMessage && (React.createElement("div", { id: idError, className: "arc-Checkbox-error", role: isErrorAlert ? "alert" : undefined },
8152
+ React.createElement("span", { className: "arc-Checkbox-error--icon", "aria-label": "Error. " },
8137
8153
  React.createElement(ThemeIcon, { icon: "checkboxError" })),
8138
8154
  errorMessage))));
8139
8155
  });
8140
8156
 
8141
8157
  /**
8142
- * Use `Columns` to compose layouts on a 12-column grid.
8158
+ * Use `Columns` to compose layouts on a 12-column grid. Place within `Section` components to align with any sibling `Grid` components.
8143
8159
  */
8144
8160
  var Columns = function (_a) {
8145
8161
  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"]);
@@ -13850,8 +13866,8 @@ var ContentSwitcher = function (_a) {
13850
13866
  };
13851
13867
 
13852
13868
  var ContentSwitcherTab = React.forwardRef(function (_a, ref) {
13853
- var label = _a.label, value = _a.value, onClick = _a.onClick, props = __rest(_a, ["label", "value", "onClick"]);
13854
- return (React.createElement($69cb30bb0017df05$export$41fb9f06171c75f4, __assign({ className: "arc-ContentSwitcherTab", value: value, ref: ref, onClick: onClick }, filterAttrs(props)),
13869
+ var label = _a.label, value = _a.value, onClick = _a.onClick, onFocus = _a.onFocus, props = __rest(_a, ["label", "value", "onClick", "onFocus"]);
13870
+ return (React.createElement($69cb30bb0017df05$export$41fb9f06171c75f4, __assign({ className: "arc-ContentSwitcherTab", value: value, ref: ref, onClick: onClick, onFocus: onFocus }, filterAttrs(props)),
13855
13871
  React.createElement(Text, { size: "m" }, label)));
13856
13872
  });
13857
13873
 
@@ -13925,6 +13941,9 @@ var ContentSwitcherList = function (_a) {
13925
13941
  onClick: function () {
13926
13942
  return scrollTabIntoView({ current: tabRefs.current[index] });
13927
13943
  },
13944
+ onFocus: function () {
13945
+ return scrollTabIntoView({ current: tabRefs.current[index] });
13946
+ },
13928
13947
  });
13929
13948
  }
13930
13949
  else {
@@ -15167,13 +15186,16 @@ var ScrollDownButton = SelectScrollDownButton;
15167
15186
 
15168
15187
  // src/get-text-width/get-text-width.ts
15169
15188
  var getTextWidth = (text, font) => {
15189
+ if (typeof document === "undefined") {
15190
+ return 236;
15191
+ }
15170
15192
  const canvas = document.createElement("canvas");
15171
15193
  const context = canvas.getContext("2d");
15172
15194
  if (context) {
15173
15195
  context.font = getComputedStyle(document.body).font;
15174
15196
  return context.measureText(text).width;
15175
15197
  }
15176
- return 0;
15198
+ return 236;
15177
15199
  };
15178
15200
 
15179
15201
  var ContentSwitcherDropdown = function (_a) {
@@ -15181,15 +15203,22 @@ var ContentSwitcherDropdown = function (_a) {
15181
15203
  var initialValue = defaultValue || tabs[0].value;
15182
15204
  var _d = useThemeElement(), themeElement = _d[0], setThemeElement = _d[1];
15183
15205
  var _e = React.useState(initialValue), uncontrolledValue = _e[0], setUncontrolledValue = _e[1];
15206
+ var _f = React.useState(236), longestLabelWidth = _f[0], setLongestLabelWidth = _f[1];
15207
+ // compute longest width client side
15208
+ React.useEffect(function () {
15209
+ if (tabs.length === 0)
15210
+ return;
15211
+ var longestLabel = tabs.reduce(function (longest, current) {
15212
+ return current.label.length > longest.length ? current.label : longest;
15213
+ }, "");
15214
+ setLongestLabelWidth(getTextWidth(longestLabel));
15215
+ }, [tabs]);
15184
15216
  var isControlled = typeof value !== "undefined";
15185
15217
  var selectValue = isControlled ? value : uncontrolledValue;
15186
15218
  var onValueChangeHandler = function (value) {
15187
15219
  onValueChange && onValueChange(value);
15188
15220
  setUncontrolledValue(value);
15189
15221
  };
15190
- var LongestLabelWidth = getTextWidth(tabs.reduce(function (longest, current) {
15191
- return current.label.length > longest.length ? current.label : longest;
15192
- }, ""));
15193
15222
  return (React.createElement(React.Fragment, null,
15194
15223
  React.createElement(Root2$2, { defaultValue: defaultValue, onValueChange: onValueChangeHandler, value: selectValue },
15195
15224
  React.createElement("span", __assign({ className: classNames("arc-ContentSwitcherDropdown-selectTriggerWrapper", {
@@ -15197,7 +15226,7 @@ var ContentSwitcherDropdown = function (_a) {
15197
15226
  "arc-ContentSwitcherDropdown-selectTriggerWrapper--isFluid": isFluid,
15198
15227
  }), ref: setThemeElement }, (!isFluid && {
15199
15228
  style: {
15200
- width: width ? width : LongestLabelWidth + 84,
15229
+ width: width ? width : longestLabelWidth + 84,
15201
15230
  },
15202
15231
  }), filterAttrs(props)),
15203
15232
  React.createElement(Trigger$2, { className: "arc-ContentSwitcherDropdown-selectTrigger", "aria-label": ariaLabel },
@@ -15283,8 +15312,8 @@ var TextInputComponent = React.forwardRef(function (_a, ref) {
15283
15312
  });
15284
15313
  // Although this is used within FormControlWrapper, it's deterministic so we can call it here too
15285
15314
  var ariaDescribedby = useAriaDescribedby({
15286
- errorMessage: errorMessage,
15287
15315
  id: id,
15316
+ errorMessage: errorMessage,
15288
15317
  helper: helper,
15289
15318
  disclosureText: disclosureText,
15290
15319
  }).ariaDescribedby;
@@ -15811,6 +15840,7 @@ var Disclosure = function (_a) {
15811
15840
 
15812
15841
  var Download = function (_a) {
15813
15842
  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;
15843
+ var surface = React.useContext(Context$3).surface;
15814
15844
  var linkProps = href
15815
15845
  ? {
15816
15846
  href: href,
@@ -15824,6 +15854,7 @@ var Download = function (_a) {
15824
15854
  return (React.createElement("a", __assign({}, linkProps, { className: classNames("arc-Download", {
15825
15855
  "arc-Download--maxContent": !isFullWidth,
15826
15856
  "arc-Download--compact": isCompact,
15857
+ "arc-Download--onDarkSurface": surface === "dark",
15827
15858
  }), "aria-label": name, onClick: onClick }),
15828
15859
  React.createElement("div", { className: "arc-Download-iconContainer" },
15829
15860
  React.createElement(ThemeIcon, { size: isCompact ? 40 : 64, icon: icon })),
@@ -16138,9 +16169,12 @@ var Title = DialogTitle;
16138
16169
  var Description = DialogDescription;
16139
16170
 
16140
16171
  var Drawer = function (_a) {
16141
- 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"]);
16142
- var _f = useThemeElement(), themeElement = _f[0], setThemeElement = _f[1];
16172
+ 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"]);
16173
+ var _j = useThemeElement(), themeElement = _j[0], setThemeElement = _j[1];
16143
16174
  var triggerRef = React.useRef(null);
16175
+ var contentRef = React.useRef(null);
16176
+ var _k = React.useState(0), drawerHeight = _k[0], setDrawerHeight = _k[1];
16177
+ var normalisedSnapPoints = snapPoints && snapPoints.length > 0 ? snapPoints : ["30%", "60%", "90%"];
16144
16178
  var setTriggerElement = function () {
16145
16179
  return shouldReturnFocus &&
16146
16180
  (triggerRef.current = document.activeElement);
@@ -16150,18 +16184,147 @@ var Drawer = function (_a) {
16150
16184
  triggerRef.current.focus();
16151
16185
  }
16152
16186
  };
16153
- var sizingProperties = __assign(__assign({}, (position !== "bottom" && { width: width })), (position === "bottom" && { height: height }));
16187
+ var dragRef = React.useRef({
16188
+ active: false,
16189
+ startY: 0,
16190
+ deltaY: 0,
16191
+ startH: 0,
16192
+ });
16193
+ var sizingProperties = __assign(__assign({}, (position !== "bottom" && { width: width })), (position === "bottom" && { height: drawerHeight || height }));
16194
+ var onHandleUp = function (e) {
16195
+ onHandleUpCore(e.nativeEvent);
16196
+ };
16197
+ var onHandleClick = function (e) {
16198
+ onHandleUpCore(e.nativeEvent);
16199
+ onDragHandleClick === null || onDragHandleClick === void 0 ? void 0 : onDragHandleClick(e);
16200
+ };
16201
+ var onHandleMove = function (e) {
16202
+ if (!dragRef.current.active)
16203
+ return;
16204
+ dragRef.current.deltaY = e.clientY - dragRef.current.startY;
16205
+ var newHeight = dragRef.current.startH - dragRef.current.deltaY;
16206
+ setDrawerHeight(Math.round(newHeight));
16207
+ };
16208
+ var resolveToPx = function (input) {
16209
+ // if already a number, assume px
16210
+ if (typeof input === "number")
16211
+ return input;
16212
+ var str = input.trim().toLowerCase();
16213
+ if (str.endsWith("%")) {
16214
+ var percentValue = parseFloat(str);
16215
+ return (window.innerHeight * percentValue) / 100;
16216
+ }
16217
+ if (str.endsWith("px")) {
16218
+ var pixelValue = parseFloat(str);
16219
+ return pixelValue;
16220
+ }
16221
+ var numericValue = Number(str);
16222
+ return Number.isFinite(numericValue) ? numericValue : undefined;
16223
+ };
16224
+ var onHandleUpCore = function (e) {
16225
+ if (!dragRef.current.active || !contentRef.current)
16226
+ return;
16227
+ if (dragDownToDismiss && contentRef.current.clientHeight < 100) {
16228
+ dragRef.current.active = false;
16229
+ dragRef.current.deltaY = 0;
16230
+ e.currentTarget.releasePointerCapture(e.pointerId);
16231
+ setDrawerHeight(undefined);
16232
+ onRequestClose();
16233
+ return;
16234
+ }
16235
+ dragRef.current.active = false;
16236
+ e.currentTarget.releasePointerCapture(e.pointerId);
16237
+ var currentHeight = contentRef.current.clientHeight;
16238
+ // turn all snapPoints into px values. Order the values.
16239
+ var snapsPx = (normalisedSnapPoints !== null && normalisedSnapPoints !== void 0 ? normalisedSnapPoints : [])
16240
+ .map(resolveToPx)
16241
+ .filter(function (value) { return value !== undefined; }) // remove undefined values
16242
+ .sort(function (a, b) { return a - b; });
16243
+ var targetSnap = undefined;
16244
+ if (snapBehaviour === "next") {
16245
+ var deltaY = Math.sign(dragRef.current.deltaY);
16246
+ if (deltaY === -1) {
16247
+ // User scrolled up
16248
+ for (var i = 0; i < snapsPx.length; i++) {
16249
+ if (snapsPx[i] > currentHeight) {
16250
+ targetSnap = snapsPx[i];
16251
+ break;
16252
+ }
16253
+ else if (currentHeight > snapsPx[snapsPx.length - 1]) {
16254
+ targetSnap = snapsPx[snapsPx.length - 1];
16255
+ }
16256
+ }
16257
+ }
16258
+ else if (deltaY === 1) {
16259
+ // User scrolled down
16260
+ for (var i = 0; i < snapsPx.length; i++) {
16261
+ if (snapsPx[i] < currentHeight) {
16262
+ targetSnap = snapsPx[i];
16263
+ }
16264
+ else if (currentHeight < snapsPx[0]) {
16265
+ targetSnap = snapsPx[0];
16266
+ }
16267
+ }
16268
+ }
16269
+ else if (deltaY === 0) {
16270
+ // User clicked without moving go to next snap point
16271
+ for (var i = 0; i < snapsPx.length; i++) {
16272
+ if (snapsPx[i] > currentHeight) {
16273
+ targetSnap = snapsPx[i];
16274
+ break;
16275
+ }
16276
+ }
16277
+ // If no bigger snap was found → loop back to the first
16278
+ if (!targetSnap) {
16279
+ targetSnap = snapsPx[0];
16280
+ }
16281
+ }
16282
+ }
16283
+ if (snapBehaviour === "nearest") {
16284
+ targetSnap = Math.round(snapsPx[0]);
16285
+ var bestDiff = Math.abs(currentHeight - snapsPx[0]);
16286
+ for (var i = 0; i < snapsPx.length; i++) {
16287
+ var diff = Math.abs(currentHeight - snapsPx[i]);
16288
+ if (diff < bestDiff) {
16289
+ targetSnap = Math.round(snapsPx[i]);
16290
+ bestDiff = diff;
16291
+ }
16292
+ }
16293
+ }
16294
+ if (snapBehaviour === "none") {
16295
+ targetSnap = currentHeight;
16296
+ }
16297
+ setDrawerHeight(targetSnap);
16298
+ };
16299
+ var onHandleDown = function (e) {
16300
+ if (!contentRef.current)
16301
+ return;
16302
+ dragRef.current.active = true;
16303
+ // record where the pointer was when dragging started
16304
+ dragRef.current.startY = e.clientY;
16305
+ // record inital height of drawer
16306
+ dragRef.current.startH = contentRef.current.clientHeight;
16307
+ // keep moving drawer even if cursor has left pill
16308
+ e.target.setPointerCapture(e.pointerId);
16309
+ };
16154
16310
  return (React.createElement("div", { ref: setThemeElement },
16155
16311
  React.createElement(Root$3, { open: isOpen },
16156
16312
  React.createElement(Portal$3, { container: themeElement },
16157
16313
  React.createElement(Overlay, { className: classNames("arc-Drawer-overlay", {
16158
16314
  "arc-Drawer-overlay--visible": !noOverlay,
16159
16315
  }) },
16160
- React.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)),
16161
- children,
16162
- React.createElement("div", { className: "arc-Drawer-closeButtonContainer" },
16163
- React.createElement("button", { "aria-label": "close", onClick: onRequestClose, className: "arc-Drawer-closeButton" },
16164
- React.createElement(ThemeIcon, { size: 32, icon: "drawerClose" })))))))));
16316
+ React.createElement(VisuallyHidden$2, null,
16317
+ React.createElement(Description, null, ariaDescription)),
16318
+ React.createElement(Surface, { background: "light-brand-01", isTransparent: true },
16319
+ React.createElement(Content$1, __assign({ className: classNames("arc-Drawer-slider", "arc-Drawer-slider--".concat(size), "arc-Drawer-slider--".concat(position), { "arc-Drawer-slider--draggable": draggable }, {
16320
+ "arc-Drawer-slider--transition": !dragRef.current.active,
16321
+ }), style: __assign({}, sizingProperties), onOpenAutoFocus: setTriggerElement, onCloseAutoFocus: focusTriggerElement, onEscapeKeyDown: onRequestClose, onInteractOutside: onRequestClose, "aria-modal": "true", ref: contentRef }, filterAttrs(props)),
16322
+ React.createElement("div", { className: "arc-Drawer-closeButtonContainer" },
16323
+ React.createElement("button", { "aria-label": "close", onClick: onRequestClose, className: "arc-Drawer-closeButton" },
16324
+ React.createElement(ThemeIcon, { size: 32, icon: "drawerClose" })),
16325
+ draggable && position === "bottom" && (React.createElement("div", { className: "arc-Drawer-dragHandle", onPointerDown: onHandleDown, onPointerUp: onHandleUp, onPointerMove: onHandleMove, onClick: onHandleClick, role: "separator", "aria-label": "Drag to resize the drawer" },
16326
+ React.createElement("div", { className: "arc-Drawer-dragHandlePill", "data-testid": "arc-Drawer-dragHandlePill" })))),
16327
+ children)))))));
16165
16328
  };
16166
16329
 
16167
16330
  /**
@@ -16180,7 +16343,7 @@ var Rule = function (_a, props) {
16180
16343
  };
16181
16344
 
16182
16345
  var DrawerHeader = function (_a) {
16183
- var title = _a.title, _b = _a.isFixed, isFixed = _b === void 0 ? false : _b, props = __rest(_a, ["title", "isFixed"]);
16346
+ var title = _a.title, _b = _a.isFixed, isFixed = _b === void 0 ? false : _b, isResponsive = _a.isResponsive, props = __rest(_a, ["title", "isFixed", "isResponsive"]);
16184
16347
  return (React.createElement(React.Fragment, null,
16185
16348
  React.createElement("div", __assign({ className: classNames("arc-DrawerHeader", {
16186
16349
  "arc-DrawerHeader--isFixed": isFixed,
@@ -16188,7 +16351,7 @@ var DrawerHeader = function (_a) {
16188
16351
  React.createElement("div", { className: "arc-DrawerHeader-content" },
16189
16352
  React.createElement("div", { className: "arc-DrawerHeader-titleContainer" },
16190
16353
  React.createElement(Title, { asChild: true },
16191
- React.createElement("h1", { className: "arc-DrawerHeader-title" }, title)))),
16354
+ React.createElement(Heading, { isResponsive: isResponsive, size: "m" }, title)))),
16192
16355
  isFixed && (React.createElement("div", { className: "arc-DrawerHeader-divider" },
16193
16356
  React.createElement(Rule, null))))));
16194
16357
  };
@@ -16217,12 +16380,15 @@ var DrawerContent = function (_a) {
16217
16380
  */
16218
16381
  var Elevation = function (_a) {
16219
16382
  var _b;
16220
- 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"]);
16383
+ 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"]);
16221
16384
  return (React.createElement("div", __assign({ className: classNames((_b = {},
16222
16385
  _b["arc-Elevation"] = true,
16223
- _b["arc-Elevation--levelOne"] = elevationLevel === "1",
16224
- _b["arc-Elevation--levelTwo"] = elevationLevel === "2",
16225
16386
  _b["arc-Elevation--fullWidth"] = isFullWidth,
16387
+ _b["arc-Elevation--levelOne"] = level === "1",
16388
+ _b["arc-Elevation--levelTwo"] = level === "2",
16389
+ _b["arc-Elevation--levelThree"] = level === "3",
16390
+ _b["arc-Elevation--levelFour"] = level === "4",
16391
+ _b["arc-Elevation--levelFive"] = level === "5",
16226
16392
  _b)) }, filterAttrs(props)), children));
16227
16393
  };
16228
16394
 
@@ -16319,13 +16485,13 @@ var FilterItem = function (_a) {
16319
16485
  };
16320
16486
 
16321
16487
  var GhostedHeroBanner = function (_a) {
16322
- 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"]);
16488
+ 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"]);
16323
16489
  return (React.createElement("div", __assign({ className: "arc-GhostedHeroBanner" }, filterAttrs(props)),
16324
16490
  React.createElement("div", { className: "arc-GhostedHeroBanner-content" },
16325
16491
  label && (React.createElement(React.Fragment, null,
16326
16492
  React.createElement(Heading, { fontStyle: "overline" }, label),
16327
16493
  React.createElement(VerticalSpace, { size: "8" }))),
16328
- React.createElement(Heading, { level: headingLevel, size: "xl" }, heading),
16494
+ React.createElement(Heading, { level: headingLevel, size: fontStyle === "default" ? "xl" : "xxl", fontStyle: fontStyle }, heading),
16329
16495
  text && (React.createElement(React.Fragment, null,
16330
16496
  React.createElement(VerticalSpace, { size: "16" }),
16331
16497
  React.createElement("span", { className: "arc-TemplateBanner-text" }, text))),
@@ -16335,265 +16501,68 @@ var GhostedHeroBanner = function (_a) {
16335
16501
  React.createElement("div", { className: "arc-GhostedHeroBanner-image " }, img && React.createElement(BannerImage, __assign({ ariaHidden: true }, img)))));
16336
16502
  };
16337
16503
 
16338
- var shorterCssColorNames;
16339
- var hasRequiredShorterCssColorNames;
16504
+ /**
16505
+ * Provides an object of breakpoints for responsive designs.
16506
+ *
16507
+ * This object contains keys representing breakpoint names (e.g., `xxl`, `xl`)
16508
+ * and values representing the pixel widths for those breakpoints. The values are parsed
16509
+ * from strings (e.g., "1400px") into numbers for easier usage in responsive logic.
16510
+ *
16511
+ * Kept in src for internal use
16512
+ */
16513
+ var ArcBreakpoints = {
16514
+ xxl: parseInt(ArcSizeBreakpointsXxl, 10),
16515
+ xl: parseInt(ArcSizeBreakpointsXl, 10),
16516
+ l: parseInt(ArcSizeBreakpointsL, 10),
16517
+ m: parseInt(ArcSizeBreakpointsM, 10),
16518
+ s: parseInt(ArcSizeBreakpointsS, 10),
16519
+ xs: parseInt(ArcSizeBreakpointsXs, 10),
16520
+ };
16521
+ var ARC_MIN_S_BREAKPOINT = "(min-width: ".concat(ArcSizeBreakpointsS, ")");
16522
+ var ARC_MIN_M_BREAKPOINT = "(min-width: ".concat(ArcSizeBreakpointsM, ")");
16523
+ var ARC_MIN_L_BREAKPOINT = "(min-width: ".concat(ArcSizeBreakpointsL, ")");
16524
+ var ARC_MIN_XL_BREAKPOINT = "(min-width: ".concat(ArcSizeBreakpointsXl, ")");
16525
+ var ARC_MIN_XXL_BREAKPOINT = "(min-width: ".concat(ArcSizeBreakpointsXxl, ")");
16340
16526
 
16341
- function requireShorterCssColorNames () {
16342
- if (hasRequiredShorterCssColorNames) return shorterCssColorNames;
16343
- hasRequiredShorterCssColorNames = 1;
16344
- shorterCssColorNames = {
16345
- aqua: /#00ffff(ff)?(?!\w)|#0ff(f)?(?!\w)/gi,
16346
- azure: /#f0ffff(ff)?(?!\w)/gi,
16347
- beige: /#f5f5dc(ff)?(?!\w)/gi,
16348
- bisque: /#ffe4c4(ff)?(?!\w)/gi,
16349
- black: /#000000(ff)?(?!\w)|#000(f)?(?!\w)/gi,
16350
- blue: /#0000ff(ff)?(?!\w)|#00f(f)?(?!\w)/gi,
16351
- brown: /#a52a2a(ff)?(?!\w)/gi,
16352
- coral: /#ff7f50(ff)?(?!\w)/gi,
16353
- cornsilk: /#fff8dc(ff)?(?!\w)/gi,
16354
- crimson: /#dc143c(ff)?(?!\w)/gi,
16355
- cyan: /#00ffff(ff)?(?!\w)|#0ff(f)?(?!\w)/gi,
16356
- darkblue: /#00008b(ff)?(?!\w)/gi,
16357
- darkcyan: /#008b8b(ff)?(?!\w)/gi,
16358
- darkgrey: /#a9a9a9(ff)?(?!\w)/gi,
16359
- darkred: /#8b0000(ff)?(?!\w)/gi,
16360
- deeppink: /#ff1493(ff)?(?!\w)/gi,
16361
- dimgrey: /#696969(ff)?(?!\w)/gi,
16362
- gold: /#ffd700(ff)?(?!\w)/gi,
16363
- green: /#008000(ff)?(?!\w)/gi,
16364
- grey: /#808080(ff)?(?!\w)/gi,
16365
- honeydew: /#f0fff0(ff)?(?!\w)/gi,
16366
- hotpink: /#ff69b4(ff)?(?!\w)/gi,
16367
- indigo: /#4b0082(ff)?(?!\w)/gi,
16368
- ivory: /#fffff0(ff)?(?!\w)/gi,
16369
- khaki: /#f0e68c(ff)?(?!\w)/gi,
16370
- lavender: /#e6e6fa(ff)?(?!\w)/gi,
16371
- lime: /#00ff00(ff)?(?!\w)|#0f0(f)?(?!\w)/gi,
16372
- linen: /#faf0e6(ff)?(?!\w)/gi,
16373
- maroon: /#800000(ff)?(?!\w)/gi,
16374
- moccasin: /#ffe4b5(ff)?(?!\w)/gi,
16375
- navy: /#000080(ff)?(?!\w)/gi,
16376
- oldlace: /#fdf5e6(ff)?(?!\w)/gi,
16377
- olive: /#808000(ff)?(?!\w)/gi,
16378
- orange: /#ffa500(ff)?(?!\w)/gi,
16379
- orchid: /#da70d6(ff)?(?!\w)/gi,
16380
- peru: /#cd853f(ff)?(?!\w)/gi,
16381
- pink: /#ffc0cb(ff)?(?!\w)/gi,
16382
- plum: /#dda0dd(ff)?(?!\w)/gi,
16383
- purple: /#800080(ff)?(?!\w)/gi,
16384
- red: /#ff0000(ff)?(?!\w)|#f00(f)?(?!\w)/gi,
16385
- salmon: /#fa8072(ff)?(?!\w)/gi,
16386
- seagreen: /#2e8b57(ff)?(?!\w)/gi,
16387
- seashell: /#fff5ee(ff)?(?!\w)/gi,
16388
- sienna: /#a0522d(ff)?(?!\w)/gi,
16389
- silver: /#c0c0c0(ff)?(?!\w)/gi,
16390
- skyblue: /#87ceeb(ff)?(?!\w)/gi,
16391
- snow: /#fffafa(ff)?(?!\w)/gi,
16392
- tan: /#d2b48c(ff)?(?!\w)/gi,
16393
- teal: /#008080(ff)?(?!\w)/gi,
16394
- thistle: /#d8bfd8(ff)?(?!\w)/gi,
16395
- tomato: /#ff6347(ff)?(?!\w)/gi,
16396
- violet: /#ee82ee(ff)?(?!\w)/gi,
16397
- wheat: /#f5deb3(ff)?(?!\w)/gi,
16398
- white: /#ffffff(ff)?(?!\w)|#fff(f)?(?!\w)/gi,
16399
- };
16400
- return shorterCssColorNames;
16401
- }
16402
-
16403
- var miniSvgDataUri;
16404
- var hasRequiredMiniSvgDataUri;
16405
-
16406
- function requireMiniSvgDataUri () {
16407
- if (hasRequiredMiniSvgDataUri) return miniSvgDataUri;
16408
- hasRequiredMiniSvgDataUri = 1;
16409
- var shorterNames = requireShorterCssColorNames();
16410
- var REGEX = {
16411
- whitespace: /\s+/g,
16412
- urlHexPairs: /%[\dA-F]{2}/g,
16413
- quotes: /"/g,
16414
- };
16415
-
16416
- function collapseWhitespace(str) {
16417
- return str.trim().replace(REGEX.whitespace, ' ');
16418
- }
16419
-
16420
- function dataURIPayload(string) {
16421
- return encodeURIComponent(string)
16422
- .replace(REGEX.urlHexPairs, specialHexEncode);
16423
- }
16424
-
16425
- // `#` gets converted to `%23`, so quite a few CSS named colors are shorter than
16426
- // their equivalent URL-encoded hex codes.
16427
- function colorCodeToShorterNames(string) {
16428
- Object.keys(shorterNames).forEach(function(key) {
16429
- if (shorterNames[key].test(string)) {
16430
- string = string.replace(shorterNames[key], key);
16431
- }
16432
- });
16433
-
16434
- return string;
16435
- }
16436
-
16437
- function specialHexEncode(match) {
16438
- switch (match) { // Browsers tolerate these characters, and they're frequent
16439
- case '%20': return ' ';
16440
- case '%3D': return '=';
16441
- case '%3A': return ':';
16442
- case '%2F': return '/';
16443
- default: return match.toLowerCase(); // compresses better
16444
- }
16445
- }
16446
-
16447
- function svgToTinyDataUri(svgString) {
16448
- if (typeof svgString !== 'string') {
16449
- throw new TypeError('Expected a string, but received ' + typeof svgString);
16450
- }
16451
- // Strip the Byte-Order Mark if the SVG has one
16452
- if (svgString.charCodeAt(0) === 0xfeff) { svgString = svgString.slice(1); }
16453
-
16454
- var body = colorCodeToShorterNames(collapseWhitespace(svgString))
16455
- .replace(REGEX.quotes, "'");
16456
- return 'data:image/svg+xml,' + dataURIPayload(body);
16457
- }
16458
-
16459
- svgToTinyDataUri.toSrcset = function toSrcset(svgString) {
16460
- return svgToTinyDataUri(svgString).replace(/ /g, '%20');
16461
- };
16462
-
16463
- miniSvgDataUri = svgToTinyDataUri;
16464
- return miniSvgDataUri;
16465
- }
16466
-
16467
- var miniSvgDataUriExports = requireMiniSvgDataUri();
16468
- var svgToMiniDataURI = /*@__PURE__*/getDefaultExportFromCjs(miniSvgDataUriExports);
16469
-
16470
- var S_BREAKPOINT = "(min-width: ".concat(ArcSizeBreakpointsS, ")");
16471
- var M_BREAKPOINT = "(min-width: ".concat(ArcSizeBreakpointsM, ")");
16472
- var L_BREAKPOINT = "(min-width: ".concat(ArcSizeBreakpointsL, ")");
16473
- var XL_BREAKPOINT = "(min-width: ".concat(ArcSizeBreakpointsXl, ")");
16474
-
16475
- 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>";
16476
-
16477
- 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>";
16478
-
16479
- 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>";
16480
-
16481
- 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>";
16482
-
16483
- 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>";
16484
-
16485
- 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>";
16486
-
16487
- 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>";
16488
-
16489
- 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>";
16490
-
16491
- 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>";
16492
-
16493
- 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>";
16494
-
16495
- 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>";
16496
-
16497
- // commented out s+ props as the svgs don't exist yet
16498
- var BackgroundGradients = {
16499
- HomepageLight1: {
16500
- xs: HomepageLight1,
16501
- // s: HomepageLight1,
16502
- // m: HomepageLight1,
16503
- // l: HomepageLight1,
16504
- // xl: HomepageLight1,
16505
- // xxl: HomepageLight1,
16506
- },
16507
- HomepageLight2: {
16508
- xs: HomepageLight2,
16509
- // s: HomepageLight2,
16510
- // m: HomepageLight2,
16511
- // l: HomepageLight2,
16512
- // xl: HomepageLight2,
16513
- // xxl: HomepageLight2,
16514
- },
16515
- HomepageLight3: {
16516
- xs: HomepageLight3XS_S,
16517
- // s: HomepageLight2,
16518
- m: HomepageLight3M_XL,
16519
- // l: HomepageLight2,
16520
- // xl: HomepageLight2,
16521
- // xxl: HomepageLight2,
16522
- },
16523
- ProductpageLight1: {
16524
- xs: ProductpageLight1,
16525
- // s: ProductpageLight1,
16526
- // m: ProductpageLight1,
16527
- // l: ProductpageLight1,
16528
- // xl: ProductpageLight1,
16529
- // xxl: ProductpageLight1,
16530
- },
16531
- ProductpageLight2: {
16532
- xs: ProductpageLight2,
16533
- // s: ProductpageLight2,
16534
- // m: ProductpageLight2,
16535
- // l: ProductpageLight2,
16536
- // xl: ProductpageLight2,
16537
- // xxl: ProductpageLight2,
16538
- },
16539
- HomepageDark1: {
16540
- xs: HomepageDark1,
16541
- // s: HomepageDark1,
16542
- // m: HomepageDark1,
16543
- // l: HomepageDark1,
16544
- // xl: HomepageDark1,
16545
- // xxl: HomepageDark1,
16546
- },
16547
- HomepageDark2: {
16548
- xs: HomepageDark2,
16549
- // s: HomepageDark2,
16550
- // m: HomepageDark2,
16551
- // l: HomepageDark2,
16552
- // xl: HomepageDark2,
16553
- // xxl: HomepageDark2,
16554
- },
16555
- ProductpageDark1: {
16556
- xs: ProductpageDark1,
16557
- // s: ProductpageDark1,
16558
- // m: ProductpageDark1,
16559
- // l: ProductpageDark1,
16560
- // xl: ProductpageDark1,
16561
- // xxl: ProductpageDark1,
16562
- },
16563
- ProductpageDark2: {
16564
- xs: ProductpageDark2,
16565
- // s: ProductpageDark2,
16566
- // m: ProductpageDark2,
16567
- // l: ProductpageDark2,
16568
- // xl: ProductpageDark2,
16569
- // xxl: ProductpageDark2,
16570
- },
16571
- FooterLight: {
16572
- xs: FooterLight,
16573
- // s: FooterLight,
16574
- // m: FooterLight,
16575
- // l: FooterLight,
16576
- // xl: FooterLight,
16577
- // xxl: FooterLight,
16578
- },
16579
- };
16580
-
16581
- var ScrimFade = function (props) {
16582
- var _a;
16583
- var totalHeight = (_a = props === null || props === void 0 ? void 0 : props.scrimfadeheight) !== null && _a !== void 0 ? _a : 1000;
16584
- if (!props.scrimfadeheight && props.scrimfadesize) {
16585
- if (props.scrimfadesize === "l") {
16586
- totalHeight = 1408;
16587
- }
16588
- else if (props.scrimfadesize === "m") {
16589
- totalHeight = 1024;
16527
+ var ClientSideVisible = function (_a) {
16528
+ var children = _a.children;
16529
+ var _b = React.useState(false), canRender = _b[0], setCanRender = _b[1];
16530
+ React.useEffect(function () {
16531
+ if (typeof window !== "undefined") {
16532
+ setCanRender(true);
16590
16533
  }
16591
- else if (props.scrimfadesize === "s") {
16592
- totalHeight = 640;
16534
+ }, [setCanRender]);
16535
+ return (React.createElement("div", { style: { visibility: canRender ? "visible" : "hidden" } }, children));
16536
+ };
16537
+
16538
+ var ScrimFade = function (_a) {
16539
+ var scrimFadeHeight = _a.scrimFadeHeight, scrimFadeSize = _a.scrimFadeSize, scrimFadePosition = _a.scrimFadePosition;
16540
+ var _b = React.useMemo(function () {
16541
+ var fadeModifier = 128;
16542
+ var defaultSizes = {
16543
+ s: {
16544
+ totalHeight: 640,
16545
+ fadeHeight: 640 - fadeModifier,
16546
+ },
16547
+ m: {
16548
+ totalHeight: 1024,
16549
+ fadeHeight: 1024 - fadeModifier,
16550
+ },
16551
+ l: {
16552
+ totalHeight: 1408,
16553
+ fadeHeight: 1408 - fadeModifier,
16554
+ },
16555
+ };
16556
+ if (!scrimFadeHeight) {
16557
+ return defaultSizes[scrimFadeSize];
16593
16558
  }
16594
- }
16595
- var fadeHeight = totalHeight - 128;
16596
- return (React__namespace.createElement("svg", __assign({ width: "1024", height: totalHeight, viewBox: "0 0 1024 ".concat(totalHeight), fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
16559
+ return {
16560
+ totalHeight: scrimFadeHeight,
16561
+ fadeHeight: scrimFadeHeight - fadeModifier,
16562
+ };
16563
+ }, [scrimFadeHeight, scrimFadeSize]), totalHeight = _b.totalHeight, fadeHeight = _b.fadeHeight;
16564
+ return (React__namespace.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 &&
16565
+ "arc-GradientPageBackground-scrimFade--".concat(scrimFadePosition)) },
16597
16566
  React__namespace.createElement("rect", { y: "128", width: "1024", height: fadeHeight, fill: "url(#paint0_linear_6538_9883)" }),
16598
16567
  React__namespace.createElement("g", { opacity: "0.7" },
16599
16568
  React__namespace.createElement("rect", { width: "1024", height: totalHeight, fill: "url(#paint1_linear_6538_9883)", style: { mixBlendMode: "soft-light" } })),
@@ -16620,88 +16589,72 @@ var ScrimFade = function (props) {
16620
16589
  React__namespace.createElement("stop", { offset: "1", stopColor: "white" })))));
16621
16590
  };
16622
16591
 
16623
- var GradientPageBackground = function (_a) {
16624
- var _b, _c;
16625
- 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"]);
16626
- var _f = React.useState(), scrimFadeHeight = _f[0], setScrimFadeHeight = _f[1];
16627
- var _g = React.useState(), extendBackground = _g[0], setExtendBackground = _g[1];
16628
- var _h = React.useState(), backgroundGradient = _h[0], setBackgroundGradient = _h[1];
16629
- var _j = React.useState(), customGradient = _j[0], setCustomGradient = _j[1];
16630
- var _k = React.useState("xs"), breakpoint = _k[0], setBreakpoint = _k[1];
16631
- var gradientUri = svgToMiniDataURI(backgroundGradient !== null && backgroundGradient !== void 0 ? backgroundGradient : "");
16632
- var isMinWidthArcBreakpointS = useMediaQuery(S_BREAKPOINT);
16633
- var isMinWidthArcBreakpointM = useMediaQuery(M_BREAKPOINT);
16634
- var isMinWidthArcBreakpointL = useMediaQuery(L_BREAKPOINT);
16635
- var isMinWidthArcBreakpointXl = useMediaQuery(XL_BREAKPOINT);
16636
- // Update current breakpoint value for props
16637
- React.useEffect(function () {
16592
+ // Inherit the last provided value when no value is provided
16593
+ var getResponsiveConfig = function (property, breakpoint) {
16594
+ if (!property || !breakpoint)
16595
+ return;
16596
+ var breakpoints = ["xs", "s", "m", "l", "xl", "xxl"];
16597
+ return breakpoints.reduce(function (acc, bp, index) {
16638
16598
  var _a;
16639
- var breakpoints = [
16640
- ["xl", isMinWidthArcBreakpointXl],
16641
- ["l", isMinWidthArcBreakpointL],
16642
- ["m", isMinWidthArcBreakpointM],
16643
- ["s", isMinWidthArcBreakpointS],
16644
- ["xs", true],
16645
- ];
16646
- var matched = breakpoints.find(function (_a) {
16647
- var match = _a[1];
16648
- return match;
16649
- });
16650
- setBreakpoint((_a = matched === null || matched === void 0 ? void 0 : matched[0]) !== null && _a !== void 0 ? _a : "xs");
16599
+ return (__assign(__assign({}, acc), (_a = {}, _a[bp] = property[bp] || acc[breakpoints[index - 1]], _a)));
16600
+ }, {})[breakpoint];
16601
+ };
16602
+
16603
+ var GradientPageBackground = function (_a) {
16604
+ var _b;
16605
+ 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"]);
16606
+ var isMinWidthArcBreakpointS = useMediaQuery(ARC_MIN_S_BREAKPOINT);
16607
+ var isMinWidthArcBreakpointM = useMediaQuery(ARC_MIN_M_BREAKPOINT);
16608
+ var isMinWidthArcBreakpointL = useMediaQuery(ARC_MIN_L_BREAKPOINT);
16609
+ var isMinWidthArcBreakpointXl = useMediaQuery(ARC_MIN_XL_BREAKPOINT);
16610
+ var isMinWidthArcBreakpointXxl = useMediaQuery(ARC_MIN_XXL_BREAKPOINT);
16611
+ var breakpoint = React.useMemo(function () {
16612
+ var breakpoints = {
16613
+ xs: true,
16614
+ s: isMinWidthArcBreakpointS,
16615
+ m: isMinWidthArcBreakpointM,
16616
+ l: isMinWidthArcBreakpointL,
16617
+ xl: isMinWidthArcBreakpointXl,
16618
+ xxl: isMinWidthArcBreakpointXxl,
16619
+ };
16620
+ return Object.keys(breakpoints).findLast(function (key) { return breakpoints[key]; });
16651
16621
  }, [
16652
- isMinWidthArcBreakpointXl,
16653
- isMinWidthArcBreakpointL,
16654
- isMinWidthArcBreakpointM,
16655
16622
  isMinWidthArcBreakpointS,
16623
+ isMinWidthArcBreakpointM,
16624
+ isMinWidthArcBreakpointL,
16625
+ isMinWidthArcBreakpointXl,
16626
+ isMinWidthArcBreakpointXxl,
16656
16627
  ]);
16657
- // Function to inherit the last provided value when no value is provided
16658
- var inheritFallbackKey = function (obj, key) {
16659
- var keysInOrder = ["xs", "s", "m", "l", "xl", "xxl"];
16660
- var index = keysInOrder.indexOf(key);
16661
- if (index === -1)
16662
- return;
16663
- for (var i = index; i >= 0; i--) {
16664
- var fallbackKey = keysInOrder[i];
16665
- if (obj[fallbackKey] !== undefined) {
16666
- return obj[fallbackKey];
16667
- }
16668
- }
16669
- return undefined;
16628
+ var customGradient = React.useMemo(function () { return getResponsiveConfig(responsiveGradient, breakpoint); }, [responsiveGradient, breakpoint]);
16629
+ var scrimFadeHeight = React.useMemo(function () { return getResponsiveConfig(scrimFadeHeights, breakpoint); }, [breakpoint, scrimFadeHeights]);
16630
+ var extendBackground = React.useMemo(function () { return getResponsiveConfig(extendBackgrounds, breakpoint); }, [breakpoint, extendBackgrounds]);
16631
+ var gradientPathway = {
16632
+ light: "light-white",
16633
+ dark: "dark-black",
16670
16634
  };
16671
- // Update props when breakpoint changes
16672
- React.useEffect(function () {
16673
- var _a;
16674
- if (!breakpoint)
16675
- return;
16676
- setScrimFadeHeight(inheritFallbackKey(scrimFadeHeights !== null && scrimFadeHeights !== void 0 ? scrimFadeHeights : {}, breakpoint));
16677
- setExtendBackground(inheritFallbackKey(extendBackgrounds !== null && extendBackgrounds !== void 0 ? extendBackgrounds : {}, breakpoint));
16678
- setBackgroundGradient(inheritFallbackKey((_a = BackgroundGradients === null || BackgroundGradients === void 0 ? void 0 : BackgroundGradients[type]) !== null && _a !== void 0 ? _a : {}, breakpoint));
16679
- setCustomGradient(inheritFallbackKey(customGradients !== null && customGradients !== void 0 ? customGradients : {}, breakpoint));
16680
- }, [breakpoint, type]); // type only for storybook
16681
- return (React.createElement("div", __assign({ className: classNames("arc-GradientPageBackground", (_b = {},
16682
- _b["arc-GradientPageBackground--".concat(scrimFadePosition)] = scrimFadePosition,
16683
- _b)), style: extendBackground && scrimFadePosition == "bottom"
16684
- ? {
16685
- paddingBottom: "".concat(extendBackground, "px"),
16686
- marginBottom: "-".concat(extendBackground, "px"),
16687
- }
16688
- : {
16689
- paddingTop: "".concat(extendBackground, "px"),
16690
- marginTop: "-".concat(extendBackground, "px"),
16691
- } }, filterAttrs(props)),
16692
- React.createElement("div", { className: "arc-GradientPageBackground-svgWrapper" },
16693
- React.createElement("img", { src: customGradient || gradientUri, alt: "", className: "arc-GradientPageBackground-svgbg" })),
16694
- React.createElement("div", { className: "arc-GradientPageBackground-content" },
16695
- React.createElement(Surface, { isTransparent: true, background: customGradient
16696
- ? (customGradient === null || customGradient === void 0 ? void 0 : customGradient.includes("Light"))
16697
- ? "light-white"
16698
- : "dark-black"
16699
- : type.includes("Light")
16700
- ? "light-white"
16701
- : "dark-black" }, children)),
16702
- scrimFadeSize && (React.createElement(ScrimFade, { className: classNames("arc-GradientPageBackground-scrimFade", (_c = {},
16703
- _c["arc-GradientPageBackground-scrimFade--".concat(scrimFadePosition)] = scrimFadePosition,
16704
- _c)), scrimfadeheight: scrimFadeHeight ? scrimFadeHeight : null, scrimfadesize: scrimFadeSize, preserveAspectRatio: "none" }))));
16635
+ var extentedBackgroundScrimStyles = {
16636
+ top: {
16637
+ paddingTop: "".concat(extendBackground, "px"),
16638
+ marginTop: "-".concat(extendBackground, "px"),
16639
+ },
16640
+ bottom: {
16641
+ paddingBottom: "".concat(extendBackground, "px"),
16642
+ marginBottom: "-".concat(extendBackground, "px"),
16643
+ },
16644
+ };
16645
+ return (React.createElement(ClientSideVisible, null,
16646
+ React.createElement("div", __assign({ className: classNames("arc-GradientPageBackground", (_b = {},
16647
+ _b["arc-GradientPageBackground--".concat(scrimFadePosition)] = scrimFadePosition,
16648
+ _b)), style: __assign({}, (extendBackground
16649
+ ? extentedBackgroundScrimStyles[scrimFadePosition]
16650
+ : {})) }, filterAttrs(props)),
16651
+ React.createElement("div", { className: "arc-GradientPageBackground-svgWrapper" },
16652
+ React.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 })),
16653
+ React.createElement("div", { className: "arc-GradientPageBackground-content" },
16654
+ React.createElement(Surface, { isTransparent: true, background: customGradient
16655
+ ? gradientPathway[customGradient === null || customGradient === void 0 ? void 0 : customGradient.type]
16656
+ : gradientPathway[(gradient === null || gradient === void 0 ? void 0 : gradient.type) || "light"] }, children)),
16657
+ scrimFadeSize && (React.createElement(ScrimFade, { scrimFadeHeight: scrimFadeHeight, scrimFadeSize: scrimFadeSize, scrimFadePosition: scrimFadePosition, preserveAspectRatio: "none" })))));
16705
16658
  };
16706
16659
 
16707
16660
  /**
@@ -16735,11 +16688,11 @@ var GroupItem = function (_a) {
16735
16688
  };
16736
16689
 
16737
16690
  var HeroBanner = function (_a) {
16738
- 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"]);
16691
+ 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"]);
16739
16692
  return (React.createElement(ConditionalWrapper, { condition: extendBeyondContainer, wrapper: function (children) { return (React.createElement("div", { className: classNames({
16740
16693
  "arc-HeroBanner--expanded": extendBeyondContainer,
16741
16694
  }) }, children)); } },
16742
- React.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)));
16695
+ React.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)));
16743
16696
  };
16744
16697
 
16745
16698
  /**
@@ -16825,22 +16778,11 @@ var Hidden = function (_a) {
16825
16778
  }) }, filterAttrs(props)), children));
16826
16779
  };
16827
16780
 
16828
- 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";
16829
- 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";
16830
- 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";
16831
- 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";
16832
-
16833
16781
  var CardFooter = function (_a) {
16834
16782
  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;
16835
16783
  var icons = {
16836
- arrow: {
16837
- regular: ArrowRight,
16838
- filled: ArrowRightFill,
16839
- },
16840
- play: {
16841
- regular: Play,
16842
- filled: PlayFill,
16843
- },
16784
+ arrow: "cardRight",
16785
+ play: "cardPlay",
16844
16786
  };
16845
16787
  return (React.createElement("div", { className: classNames("arc-CardFooter", {
16846
16788
  "arc-CardFooter--darkPathway": isDarkPathway,
@@ -16854,14 +16796,14 @@ var CardFooter = function (_a) {
16854
16796
  React.createElement("div", { className: classNames("arc-CardFooter-buttonIconRight", {
16855
16797
  "arc-CardFooter-buttonIconRight--isHovered": isHovered,
16856
16798
  }) },
16857
- React.createElement(Icon$1, { icon: icons[buttonIcon].regular })),
16799
+ React.createElement(ThemeIcon, { icon: icons[buttonIcon] })),
16858
16800
  React.createElement("div", { className: "arc-CardFooter-buttonIconLeft" },
16859
- React.createElement(Icon$1, { icon: icons[buttonIcon].regular }))))))));
16801
+ React.createElement(ThemeIcon, { icon: icons[buttonIcon] }))))))));
16860
16802
  };
16861
16803
 
16862
16804
  var CardHeading = function (_a) {
16863
16805
  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;
16864
- return (React.createElement(Heading, { level: headingLevel, size: size }, href ? (React.createElement("a", __assign({ className: "arc-CardHeading-link", href: href, onClick: onClick, onMouseEnter: onMouseEnter, onMouseLeave: onMouseLeave, onFocus: onFocus, onBlur: onBlur }, filterAttrs(linkData)), heading)) : (heading)));
16806
+ return (React.createElement(Heading, { level: headingLevel, size: size, isWordWrap: false }, href ? (React.createElement("a", __assign({ className: "arc-CardHeading-link", href: href, onClick: onClick, onMouseEnter: onMouseEnter, onMouseLeave: onMouseLeave, onFocus: onFocus, onBlur: onBlur }, filterAttrs(linkData)), heading)) : (heading)));
16865
16807
  };
16866
16808
 
16867
16809
  var HorizontalCard = function (_a) {
@@ -16914,22 +16856,12 @@ const BtIconArrowRight =
16914
16856
  "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";
16915
16857
 
16916
16858
  /**
16917
- * Provides an object of breakpoints for responsive designs.
16918
- *
16919
- * This object contains keys representing breakpoint names (e.g., `xxl`, `xl`)
16920
- * and values representing the pixel widths for those breakpoints. The values are parsed
16921
- * from strings (e.g., "1400px") into numbers for easier usage in responsive logic.
16922
- *
16923
- * Kept in src for internal use
16859
+ * Do not edit directly
16860
+ * Generated file
16924
16861
  */
16925
- var ArcBreakpoints = {
16926
- xxl: parseInt(ArcSizeBreakpointsXxl, 10),
16927
- xl: parseInt(ArcSizeBreakpointsXl, 10),
16928
- l: parseInt(ArcSizeBreakpointsL, 10),
16929
- m: parseInt(ArcSizeBreakpointsM, 10),
16930
- s: parseInt(ArcSizeBreakpointsS, 10),
16931
- xs: parseInt(ArcSizeBreakpointsXs, 10),
16932
- };
16862
+
16863
+ const BtIconArrowRightFill =
16864
+ "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";
16933
16865
 
16934
16866
  /** Use `InformationCard` for flexibility and the ability to focus and highlight product specific content. */
16935
16867
  var InformationCard = function (_a) {
@@ -16983,7 +16915,7 @@ var InformationCard = function (_a) {
16983
16915
  })))),
16984
16916
  React.createElement("div", { className: "arc-InformationCard-footerItems" },
16985
16917
  button && !cardUrl && (React.createElement("div", { className: "arc-InformationCard-footerButtonContainer" },
16986
- React.createElement(ButtonV2, __assign({}, button, { size: "m", iconPosition: "beforeText", buttonStyle: "compact", icon: BtIconArrowRight })))),
16918
+ React.createElement(ButtonV2, __assign({}, button, { size: "m", iconPosition: "beforeText", buttonStyle: "compact", icon: BtIconArrowRight, iconActive: BtIconArrowRightFill })))),
16987
16919
  footerLogo && (React.createElement("div", { className: "arc-InformationCard-footerLogoContainer" },
16988
16920
  React.createElement(Image, __assign({}, footerLogo)))))))))));
16989
16921
  };
@@ -17271,7 +17203,7 @@ var [createMenuContext, createMenuScope] = createContextScope$1(MENU_NAME, [
17271
17203
  ]);
17272
17204
  var usePopperScope$1 = createPopperScope$1();
17273
17205
  var useRovingFocusGroupScope = createRovingFocusGroupScope();
17274
- var [MenuProvider, useMenuContext] = createMenuContext(MENU_NAME);
17206
+ var [MenuProvider$1, useMenuContext$1] = createMenuContext(MENU_NAME);
17275
17207
  var [MenuRootProvider, useMenuRootContext] = createMenuContext(MENU_NAME);
17276
17208
  var Menu$1 = (props) => {
17277
17209
  const { __scopeMenu, open = false, children, dir, onOpenChange, modal = true } = props;
@@ -17295,7 +17227,7 @@ var Menu$1 = (props) => {
17295
17227
  };
17296
17228
  }, []);
17297
17229
  return /* @__PURE__ */ jsxRuntime.jsx(Root2$4, { ...popperScope, children: /* @__PURE__ */ jsxRuntime.jsx(
17298
- MenuProvider,
17230
+ MenuProvider$1,
17299
17231
  {
17300
17232
  scope: __scopeMenu,
17301
17233
  open,
@@ -17332,7 +17264,7 @@ var [PortalProvider$1, usePortalContext$1] = createMenuContext(PORTAL_NAME$3, {
17332
17264
  });
17333
17265
  var MenuPortal$1 = (props) => {
17334
17266
  const { __scopeMenu, forceMount, children, container } = props;
17335
- const context = useMenuContext(PORTAL_NAME$3, __scopeMenu);
17267
+ const context = useMenuContext$1(PORTAL_NAME$3, __scopeMenu);
17336
17268
  return /* @__PURE__ */ jsxRuntime.jsx(PortalProvider$1, { scope: __scopeMenu, forceMount, children: /* @__PURE__ */ jsxRuntime.jsx(Presence$1, { present: forceMount || context.open, children: /* @__PURE__ */ jsxRuntime.jsx(Portal$6, { asChild: true, container, children }) }) });
17337
17269
  };
17338
17270
  MenuPortal$1.displayName = PORTAL_NAME$3;
@@ -17342,14 +17274,14 @@ var MenuContent$1 = React__namespace.forwardRef(
17342
17274
  (props, forwardedRef) => {
17343
17275
  const portalContext = usePortalContext$1(CONTENT_NAME$3, props.__scopeMenu);
17344
17276
  const { forceMount = portalContext.forceMount, ...contentProps } = props;
17345
- const context = useMenuContext(CONTENT_NAME$3, props.__scopeMenu);
17277
+ const context = useMenuContext$1(CONTENT_NAME$3, props.__scopeMenu);
17346
17278
  const rootContext = useMenuRootContext(CONTENT_NAME$3, props.__scopeMenu);
17347
17279
  return /* @__PURE__ */ jsxRuntime.jsx(Collection.Provider, { scope: props.__scopeMenu, children: /* @__PURE__ */ jsxRuntime.jsx(Presence$1, { present: forceMount || context.open, children: /* @__PURE__ */ jsxRuntime.jsx(Collection.Slot, { scope: props.__scopeMenu, children: rootContext.modal ? /* @__PURE__ */ jsxRuntime.jsx(MenuRootContentModal, { ...contentProps, ref: forwardedRef }) : /* @__PURE__ */ jsxRuntime.jsx(MenuRootContentNonModal, { ...contentProps, ref: forwardedRef }) }) }) });
17348
17280
  }
17349
17281
  );
17350
17282
  var MenuRootContentModal = React__namespace.forwardRef(
17351
17283
  (props, forwardedRef) => {
17352
- const context = useMenuContext(CONTENT_NAME$3, props.__scopeMenu);
17284
+ const context = useMenuContext$1(CONTENT_NAME$3, props.__scopeMenu);
17353
17285
  const ref = React__namespace.useRef(null);
17354
17286
  const composedRefs = useComposedRefs$1(forwardedRef, ref);
17355
17287
  React__namespace.useEffect(() => {
@@ -17375,7 +17307,7 @@ var MenuRootContentModal = React__namespace.forwardRef(
17375
17307
  }
17376
17308
  );
17377
17309
  var MenuRootContentNonModal = React__namespace.forwardRef((props, forwardedRef) => {
17378
- const context = useMenuContext(CONTENT_NAME$3, props.__scopeMenu);
17310
+ const context = useMenuContext$1(CONTENT_NAME$3, props.__scopeMenu);
17379
17311
  return /* @__PURE__ */ jsxRuntime.jsx(
17380
17312
  MenuContentImpl,
17381
17313
  {
@@ -17406,7 +17338,7 @@ var MenuContentImpl = React__namespace.forwardRef(
17406
17338
  disableOutsideScroll,
17407
17339
  ...contentProps
17408
17340
  } = props;
17409
- const context = useMenuContext(CONTENT_NAME$3, __scopeMenu);
17341
+ const context = useMenuContext$1(CONTENT_NAME$3, __scopeMenu);
17410
17342
  const rootContext = useMenuRootContext(CONTENT_NAME$3, __scopeMenu);
17411
17343
  const popperScope = usePopperScope$1(__scopeMenu);
17412
17344
  const rovingFocusGroupScope = useRovingFocusGroupScope(__scopeMenu);
@@ -17808,7 +17740,7 @@ var SUB_NAME = "MenuSub";
17808
17740
  var [MenuSubProvider, useMenuSubContext] = createMenuContext(SUB_NAME);
17809
17741
  var MenuSub = (props) => {
17810
17742
  const { __scopeMenu, children, open = false, onOpenChange } = props;
17811
- const parentMenuContext = useMenuContext(SUB_NAME, __scopeMenu);
17743
+ const parentMenuContext = useMenuContext$1(SUB_NAME, __scopeMenu);
17812
17744
  const popperScope = usePopperScope$1(__scopeMenu);
17813
17745
  const [trigger, setTrigger] = React__namespace.useState(null);
17814
17746
  const [content, setContent] = React__namespace.useState(null);
@@ -17818,7 +17750,7 @@ var MenuSub = (props) => {
17818
17750
  return () => handleOpenChange(false);
17819
17751
  }, [parentMenuContext.open, handleOpenChange]);
17820
17752
  return /* @__PURE__ */ jsxRuntime.jsx(Root2$4, { ...popperScope, children: /* @__PURE__ */ jsxRuntime.jsx(
17821
- MenuProvider,
17753
+ MenuProvider$1,
17822
17754
  {
17823
17755
  scope: __scopeMenu,
17824
17756
  open,
@@ -17843,7 +17775,7 @@ MenuSub.displayName = SUB_NAME;
17843
17775
  var SUB_TRIGGER_NAME$1 = "MenuSubTrigger";
17844
17776
  var MenuSubTrigger = React__namespace.forwardRef(
17845
17777
  (props, forwardedRef) => {
17846
- const context = useMenuContext(SUB_TRIGGER_NAME$1, props.__scopeMenu);
17778
+ const context = useMenuContext$1(SUB_TRIGGER_NAME$1, props.__scopeMenu);
17847
17779
  const rootContext = useMenuRootContext(SUB_TRIGGER_NAME$1, props.__scopeMenu);
17848
17780
  const subContext = useMenuSubContext(SUB_TRIGGER_NAME$1, props.__scopeMenu);
17849
17781
  const contentContext = useMenuContentContext(SUB_TRIGGER_NAME$1, props.__scopeMenu);
@@ -17946,7 +17878,7 @@ var MenuSubContent = React__namespace.forwardRef(
17946
17878
  (props, forwardedRef) => {
17947
17879
  const portalContext = usePortalContext$1(CONTENT_NAME$3, props.__scopeMenu);
17948
17880
  const { forceMount = portalContext.forceMount, ...subContentProps } = props;
17949
- const context = useMenuContext(CONTENT_NAME$3, props.__scopeMenu);
17881
+ const context = useMenuContext$1(CONTENT_NAME$3, props.__scopeMenu);
17950
17882
  const rootContext = useMenuRootContext(CONTENT_NAME$3, props.__scopeMenu);
17951
17883
  const subContext = useMenuSubContext(SUB_CONTENT_NAME$1, props.__scopeMenu);
17952
17884
  const ref = React__namespace.useRef(null);
@@ -18311,12 +18243,74 @@ var Sub2 = DropdownMenuSub;
18311
18243
  var SubTrigger2 = DropdownMenuSubTrigger;
18312
18244
  var SubContent2 = DropdownMenuSubContent;
18313
18245
 
18246
+ var MenuContext = React.createContext(null);
18247
+ var useMenuContext = function () {
18248
+ var ctx = React.useContext(MenuContext);
18249
+ if (!ctx) {
18250
+ throw new Error("useMenuContext must be used within a <MenuProvider>");
18251
+ }
18252
+ return ctx;
18253
+ };
18254
+
18255
+ var MenuProvider = function (_a) {
18256
+ var isMobileMenu = _a.isMobileMenu, defaultWidth = _a.defaultWidth, children = _a.children;
18257
+ var _b = React.useState([]), stack = _b[0], setStack = _b[1];
18258
+ var focusFirstMenuItem = function () {
18259
+ requestAnimationFrame(function () {
18260
+ var wrappers = document.querySelectorAll("[data-radix-popper-content-wrapper]");
18261
+ var latestWrapper = wrappers[wrappers.length - 1];
18262
+ if (!latestWrapper)
18263
+ return;
18264
+ var firstItem = latestWrapper.querySelector('[role="menuitem"]');
18265
+ firstItem === null || firstItem === void 0 ? void 0 : firstItem.focus();
18266
+ });
18267
+ };
18268
+ var goForward = function (item, navigatedViaKeyboard) {
18269
+ setStack(function (prevStack) { return __spreadArray(__spreadArray([], prevStack, true), [item], false); });
18270
+ if (navigatedViaKeyboard) {
18271
+ focusFirstMenuItem();
18272
+ }
18273
+ };
18274
+ var goBack = function (navigatedViaKeyboard) {
18275
+ setStack(function (prevStack) {
18276
+ var newStack = prevStack.slice(0, -1);
18277
+ if (navigatedViaKeyboard) {
18278
+ var last_1 = prevStack[prevStack.length - 1];
18279
+ requestAnimationFrame(function () {
18280
+ var trigger = (last_1 === null || last_1 === void 0 ? void 0 : last_1.triggerId)
18281
+ ? document.querySelector("[data-menu-trigger=\"".concat(last_1.triggerId, "\"]"))
18282
+ : null;
18283
+ if (trigger) {
18284
+ trigger.focus();
18285
+ }
18286
+ else {
18287
+ focusFirstMenuItem();
18288
+ }
18289
+ });
18290
+ }
18291
+ return newStack;
18292
+ });
18293
+ };
18294
+ var reset = function () {
18295
+ setStack([]);
18296
+ };
18297
+ return (React.createElement(MenuContext.Provider, { value: {
18298
+ isMobileMenu: isMobileMenu,
18299
+ stack: stack,
18300
+ goForward: goForward,
18301
+ goBack: goBack,
18302
+ reset: reset,
18303
+ defaultWidth: defaultWidth,
18304
+ } }, children));
18305
+ };
18306
+
18314
18307
  /**
18315
18308
  * Contains all the parts of a dropdown menu.
18316
18309
  */
18317
18310
  var Menu = function (_a) {
18318
- 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"]);
18319
- return (React.createElement(Root2$1, __assign({ defaultOpen: defaultOpen, open: open, onOpenChange: onOpenChange, modal: modal }, filterAttrs(props)), children));
18311
+ 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"]);
18312
+ return (React.createElement(Root2$1, __assign({ defaultOpen: defaultOpen, open: open, onOpenChange: onOpenChange, modal: modal }, filterAttrs(props)),
18313
+ React.createElement(MenuProvider, { isMobileMenu: isMobileMenu, defaultWidth: defaultWidth }, children)));
18320
18314
  };
18321
18315
 
18322
18316
  var MenuItemContentTemplate = function (_a) {
@@ -18343,19 +18337,114 @@ var MenuItemCheckbox = function (_a) {
18343
18337
  }
18344
18338
  onSelect === null || onSelect === void 0 ? void 0 : onSelect(event);
18345
18339
  }, id: id }, filterAttrs(props)),
18346
- React.createElement("div", { className: classNames("arc-MenuItemCheckbox-box", {
18347
- "arc-MenuItemCheckbox-box--checked": checked,
18348
- }) }, checked && (React.createElement("svg", { style: { width: 14, height: 11 }, viewBox: "0 0 18 14", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
18349
- React.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" })))),
18340
+ React.createElement(CheckboxIcon, { size: "s", id: id, error: false, isDisabled: isDisabled, onChange: function () { return onCheckedChange; }, checked: checked, indeterminate: false }),
18350
18341
  React.createElement(MenuItemContentTemplate, null, children)));
18351
18342
  };
18352
18343
 
18344
+ /**
18345
+ * Do not edit directly
18346
+ * Generated file
18347
+ */
18348
+
18349
+ const BtIconChevronLeftMid =
18350
+ "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";
18351
+
18352
+ /**
18353
+ * Do not edit directly
18354
+ * Generated file
18355
+ */
18356
+
18357
+ const BtIconChevronRightMid =
18358
+ "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";
18359
+
18360
+ /**
18361
+ * Do not edit directly
18362
+ * Generated file
18363
+ */
18364
+
18365
+ const BtIconCrossAlt2Px =
18366
+ "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";
18367
+
18368
+ /**
18369
+ * Do not edit directly
18370
+ * Generated file
18371
+ */
18372
+
18373
+ const BtIconCrossAlt2PxFill =
18374
+ "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";
18375
+
18376
+ /**
18377
+ * Do not edit directly
18378
+ * Generated file
18379
+ */
18380
+
18381
+ const BtIconFirstMid =
18382
+ "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";
18383
+
18384
+ /**
18385
+ * Do not edit directly
18386
+ * Generated file
18387
+ */
18388
+
18389
+ const BtIconLastMid =
18390
+ "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";
18391
+
18392
+ /**
18393
+ * Do not edit directly
18394
+ * Generated file
18395
+ */
18396
+
18397
+ const BtIconTickAlt2Px =
18398
+ "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";
18399
+
18400
+ /**
18401
+ * Renders a menu item, optionally as a link if `href` is provided.
18402
+ */
18403
+ var MenuItem = function (_a) {
18404
+ 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"]);
18405
+ var Component = href ? "a" : "div";
18406
+ return (React.createElement(Item2, __assign({ className: "arc-MenuItem", asChild: true, "aria-label": ariaLabel, onClick: isDisabled ? undefined : onClick, onSelect: function (event) {
18407
+ if (shouldKeepOpen) {
18408
+ event.preventDefault();
18409
+ }
18410
+ }, disabled: isDisabled }, filterAttrs(props)),
18411
+ React.createElement(Component, __assign({ className: href && "arc-MenuItem--link", href: href }, props),
18412
+ React.createElement(MenuItemContentTemplate, { leadingIcon: leadingIcon, trailingIcon: trailingIcon, supportingText: supportingText, keyCommands: keyCommands }, children))));
18413
+ };
18414
+
18415
+ /**
18416
+ * Visual separator used to divide groups of menu items.
18417
+ */
18418
+ var MenuSeparator = function (props) {
18419
+ return (React.createElement(Separator2, __assign({ className: "arc-MenuSeparator" }, filterAttrs(props)),
18420
+ React.createElement(Rule, null)));
18421
+ };
18422
+
18353
18423
  /**
18354
18424
  * The component that pops out when the dropdown menu is open.
18355
18425
  */
18356
18426
  var MenuContent = React.forwardRef(function (_a, ref) {
18357
- 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"]);
18358
- return (React.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));
18427
+ 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"]);
18428
+ var _c = useMenuContext(), isMobileMenu = _c.isMobileMenu, stack = _c.stack, goBack = _c.goBack, defaultWidth = _c.defaultWidth, reset = _c.reset;
18429
+ if (!isMobileMenu) {
18430
+ return (React.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)),
18431
+ React.createElement("div", { className: "arc-MenuContent-content" }, children)));
18432
+ }
18433
+ var active = stack.length > 0 ? stack[stack.length - 1].content : children;
18434
+ var prevTitle = stack.length > 1 ? stack[stack.length - 2].title : initalTitle || "Back";
18435
+ return (React.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", {
18436
+ "arc-MenuContent--isFluid": isFluidToViewport || defaultWidth === "fluid",
18437
+ }), side: "bottom", avoidCollisions: true, onKeyDown: function (e) {
18438
+ if (stack.length > 0) {
18439
+ if (e.key === "ArrowLeft") {
18440
+ goBack(true);
18441
+ }
18442
+ }
18443
+ }, forceMount: true, onPointerDownOutside: reset, onEscapeKeyDown: reset }, filterAttrs(props)),
18444
+ stack.length > 0 && (React.createElement(React.Fragment, null,
18445
+ React.createElement(MenuItem, { onClick: goBack, leadingIcon: BtIconChevronLeftMid }, prevTitle),
18446
+ React.createElement(MenuSeparator, null))),
18447
+ React.createElement("div", { key: stack.length, className: "arc-MenuContent-content arc-MenuContent-fade" }, active)));
18359
18448
  });
18360
18449
 
18361
18450
  /**
@@ -18384,29 +18473,14 @@ var MenuGroup = function (_a) {
18384
18473
  * Displays a header within the dropdown menu.
18385
18474
  */
18386
18475
  var MenuHeader = function (_a) {
18387
- 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;
18388
- return (React.createElement("div", { className: "arc-MenuHeader" },
18389
- React.createElement(Item2, { className: "arc-MenuItem ", style: { marginBottom: 0 }, "aria-label": ariaLabel, onClick: onClick, disabled: isDisabled },
18390
- React.createElement(MenuItemContentTemplate, { leadingIcon: leadingIcon, trailingIcon: trailingIcon, supportingText: supportingText, keyCommands: keyCommands }, children)),
18391
- React.createElement("div", { className: "arc-MenuSeparator", style: {
18392
- paddingBottom: 0,
18393
- } },
18394
- React.createElement(Rule, null))));
18395
- };
18396
-
18397
- /**
18398
- * Renders a menu item, optionally as a link if `href` is provided.
18399
- */
18400
- var MenuItem = function (_a) {
18401
- 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"]);
18402
- var Component = href ? "a" : "div";
18403
- return (React.createElement(Item2, __assign({ className: "arc-MenuItem", asChild: true, "aria-label": ariaLabel, onClick: isDisabled ? undefined : onClick, onSelect: function (event) {
18404
- if (shouldKeepOpen) {
18405
- event.preventDefault();
18406
- }
18407
- }, disabled: isDisabled }, filterAttrs(props)),
18408
- React.createElement(Component, __assign({ className: href && "arc-MenuItem--link", href: href }, props),
18409
- React.createElement(MenuItemContentTemplate, { leadingIcon: leadingIcon, trailingIcon: trailingIcon, supportingText: supportingText, keyCommands: keyCommands }, children))));
18476
+ 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;
18477
+ return (React.createElement("div", { className: "arc-MenuHeader" },
18478
+ React.createElement(Item2, { className: "arc-MenuItem", style: { marginBottom: 0 }, "aria-label": ariaLabel, onClick: onClick, disabled: isDisabled },
18479
+ React.createElement(MenuItemContentTemplate, { leadingIcon: leadingIcon, trailingIcon: trailingIcon, supportingText: supportingText, keyCommands: keyCommands }, children)),
18480
+ React.createElement("div", { className: "arc-MenuSeparator", style: {
18481
+ paddingBottom: 0,
18482
+ } },
18483
+ React.createElement(Rule, null))));
18410
18484
  };
18411
18485
 
18412
18486
  /**
@@ -18436,62 +18510,6 @@ var MenuGroupSingleSelect = function (_a) {
18436
18510
  return (React.createElement(RadioGroup2, __assign({ className: "arc-MenuGroupSingleSelect", value: value, onValueChange: onValueChange }, filterAttrs(props)), children));
18437
18511
  };
18438
18512
 
18439
- /**
18440
- * Do not edit directly
18441
- * Generated file
18442
- */
18443
-
18444
- const BtIconArrowAltUp =
18445
- "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";
18446
-
18447
- /**
18448
- * Do not edit directly
18449
- * Generated file
18450
- */
18451
-
18452
- const BtIconCrossAlt2Px =
18453
- "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";
18454
-
18455
- /**
18456
- * Do not edit directly
18457
- * Generated file
18458
- */
18459
-
18460
- const BtIconCrossAlt2PxFill =
18461
- "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";
18462
-
18463
- /**
18464
- * Do not edit directly
18465
- * Generated file
18466
- */
18467
-
18468
- const BtIconFirstMid =
18469
- "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";
18470
-
18471
- /**
18472
- * Do not edit directly
18473
- * Generated file
18474
- */
18475
-
18476
- const BtIconLastMid =
18477
- "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";
18478
-
18479
- /**
18480
- * Do not edit directly
18481
- * Generated file
18482
- */
18483
-
18484
- const BtIconPlayFill =
18485
- "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";
18486
-
18487
- /**
18488
- * Do not edit directly
18489
- * Generated file
18490
- */
18491
-
18492
- const BtIconTickAlt2Px =
18493
- "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";
18494
-
18495
18513
  /**
18496
18514
  * A selectable menu item used within a radio group.
18497
18515
  */
@@ -18514,7 +18532,7 @@ var MenuScrollable = function (_a) {
18514
18532
  var scrollableRefFunc = function (el) {
18515
18533
  var totalSiblingHeight = 0;
18516
18534
  // get the closest Menu.Content element this will always exist within the menu component
18517
- var contentContainer = el === null || el === void 0 ? void 0 : el.closest(".arc-MenuContent");
18535
+ var contentContainer = el === null || el === void 0 ? void 0 : el.closest(".arc-MenuContent-content");
18518
18536
  if (!contentContainer || !el)
18519
18537
  return;
18520
18538
  // loop over all children in Menu.Content children to get height of each non scrollable element (excluding the scroll element itself)
@@ -18530,22 +18548,30 @@ var MenuScrollable = function (_a) {
18530
18548
  return (React.createElement("div", { ref: scrollableRefFunc, className: "arc-MenuScrollable" }, children));
18531
18549
  };
18532
18550
 
18533
- /**
18534
- * Visual separator used to divide groups of menu items.
18535
- */
18536
- var MenuSeparator = function (props) {
18537
- return (React.createElement(Separator2, __assign({ className: "arc-MenuSeparator" }, filterAttrs(props)),
18538
- React.createElement(Rule, null)));
18539
- };
18540
-
18541
18551
  /**
18542
18552
  * Container for multi-level menu content within a dropdown menu.
18543
18553
  */
18544
18554
  var MenuItemMultiLevel = function (_a) {
18555
+ var _b;
18545
18556
  var children = _a.children, props = __rest(_a, ["children"]);
18546
- return React.createElement(Sub2, __assign({}, filterAttrs(props)),
18547
- " ",
18548
- children);
18557
+ var isMobileMenu = useMenuContext().isMobileMenu;
18558
+ if (!isMobileMenu) {
18559
+ return React.createElement(Sub2, __assign({}, filterAttrs(props)), children);
18560
+ }
18561
+ var arr = React.Children.toArray(children);
18562
+ // assuming that there will be two children in menu item multi level
18563
+ var trigger = arr[0];
18564
+ var portal = arr[1];
18565
+ var pairedContent;
18566
+ if (portal && ((_b = portal.props) === null || _b === void 0 ? void 0 : _b.children)) {
18567
+ var portalChild = React.Children.toArray(portal.props.children);
18568
+ 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"; });
18569
+ }
18570
+ if (!trigger || !pairedContent) {
18571
+ console.warn("MenuItemMultiLevel requires both a Trigger and Portal");
18572
+ }
18573
+ // Inject content into the trigger, skip rendering the portal in mobile
18574
+ return React.cloneElement(trigger, { pairedContent: pairedContent });
18549
18575
  };
18550
18576
 
18551
18577
  /**
@@ -18553,14 +18579,41 @@ var MenuItemMultiLevel = function (_a) {
18553
18579
  */
18554
18580
  var MenuItemMultiLevelContent = React.forwardRef(function (_a, ref) {
18555
18581
  var children = _a.children, width = _a.width, minWidth = _a.minWidth, maxWidth = _a.maxWidth, alignOffset = _a.alignOffset, props = __rest(_a, ["children", "width", "minWidth", "maxWidth", "alignOffset"]);
18556
- return (React.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));
18582
+ var _b = useMenuContext(), isMobileMenu = _b.isMobileMenu, defaultWidth = _b.defaultWidth;
18583
+ if (isMobileMenu) {
18584
+ return React.createElement(React.Fragment, null, children);
18585
+ }
18586
+ return (React.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));
18557
18587
  });
18588
+ MenuItemMultiLevelContent.displayName = "MenuItemMultiLevelContent";
18558
18589
 
18559
18590
  /**
18560
18591
  * Trigger element that opens a multi-level menu when selected.
18561
18592
  */
18562
18593
  var MenuItemMultiLevelTrigger = function (_a) {
18563
- 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"]);
18594
+ 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"]);
18595
+ var _b = useMenuContext(), isMobileMenu = _b.isMobileMenu, goForward = _b.goForward;
18596
+ var moveFoward = function (e, navigatedViaKeyboard) {
18597
+ e.preventDefault();
18598
+ if (pairedContent) {
18599
+ goForward({
18600
+ title: String(children),
18601
+ content: pairedContent,
18602
+ triggerId: String(children),
18603
+ }, navigatedViaKeyboard);
18604
+ }
18605
+ };
18606
+ if (isMobileMenu) {
18607
+ return (React.createElement(Item2, __assign({ disabled: isDisabled, "aria-label": ariaLabel, onKeyDown: function (e) {
18608
+ if (e.key === "ArrowRight") {
18609
+ moveFoward(e, true);
18610
+ }
18611
+ }, onClick: function (e) {
18612
+ moveFoward(e, false);
18613
+ }, className: "arc-MenuItem", "data-menu-trigger": children }, filterAttrs(props)),
18614
+ React.createElement(MenuItemContentTemplate, { leadingIcon: leadingIcon, trailingIcon: BtIconChevronRightMid, supportingText: supportingText, keyCommands: keyCommands }, "".concat(children))));
18615
+ }
18616
+ // desktop fallback
18564
18617
  return (React.createElement(SubTrigger2, __assign({ className: "arc-MenuItem arc-MenuItem--trigger", disabled: isDisabled, "aria-label": ariaLabel }, filterAttrs(props)),
18565
18618
  React.createElement("div", { className: "arc-MenuItem-content" },
18566
18619
  leadingIcon && (React.createElement("div", { className: "arc-MenuItem-leadingIcon" },
@@ -18579,7 +18632,10 @@ var MenuItemMultiLevelTrigger = function (_a) {
18579
18632
  */
18580
18633
  var MenuTrigger = function (_a) {
18581
18634
  var children = _a.children, asChild = _a.asChild, props = __rest(_a, ["children", "asChild"]);
18582
- return (React.createElement(Trigger$1, __assign({ className: "arc-MenuTrigger", asChild: asChild }, filterAttrs(props)), children));
18635
+ var surface = React.useContext(Context$3).surface;
18636
+ return (React.createElement(Trigger$1, __assign({ className: classNames("arc-MenuTrigger", {
18637
+ "arc-MenuTrigger--onDarkSurface": surface === "dark",
18638
+ }), asChild: asChild }, filterAttrs(props)), children));
18583
18639
  };
18584
18640
 
18585
18641
  /** Use `Modal` to display information that needs immediate action from a user. */
@@ -18617,6 +18673,9 @@ var Modal = function (_a) {
18617
18673
  _b["arc-Modal-dialog--maxHeightWindow"] = isContentScrollable,
18618
18674
  _b["arc-Modal-dialog--fullBleed"] = fullBleed,
18619
18675
  _b)) }, filterAttrs(props)),
18676
+ canShowClose && (React.createElement("div", { className: "arc-Modal-iconContainer" },
18677
+ React.createElement("button", { "aria-label": "close", onClick: closeModal, className: "arc-Modal-closeButton" },
18678
+ React.createElement(ThemeIcon, { size: 32, icon: "modalClose" })))),
18620
18679
  React.createElement(React.Fragment, null,
18621
18680
  title && (React.createElement(React.Fragment, null,
18622
18681
  React.createElement("div", { className: "arc-Modal-section" },
@@ -18643,10 +18702,7 @@ var Modal = function (_a) {
18643
18702
  "arc-Modal-actionButton--compact": props.buttonStyle === "compact",
18644
18703
  }) },
18645
18704
  React.createElement(ButtonV2, __assign({ isFullWidth: true }, props)))); })))),
18646
- React.createElement(VerticalSpace, { size: "24" }))),
18647
- canShowClose && (React.createElement("div", { className: "arc-Modal-iconContainer" },
18648
- React.createElement("button", { "aria-label": "close", onClick: closeModal, className: "arc-Modal-closeButton" },
18649
- React.createElement(ThemeIcon, { size: 32, icon: "modalClose" }))))))))));
18705
+ React.createElement(VerticalSpace, { size: "24" })))))))));
18650
18706
  };
18651
18707
 
18652
18708
  /**
@@ -18666,7 +18722,7 @@ var Pagination = function (_a) {
18666
18722
  "arc-Pagination-navigationButton--hidden": selectedPage === 1,
18667
18723
  }), onClick: handlePagechange(selectedPage - 1) },
18668
18724
  React.createElement("div", { className: "arc-Pagination-navigationButtonIcon arc-Pagination-navigationButtonIcon--left" },
18669
- React.createElement(ThemeIcon, { size: 32, icon: "paginationPrevious" }))),
18725
+ React.createElement(ThemeIcon, { icon: "paginationPrevious" }))),
18670
18726
  React.createElement("div", { className: "arc-Pagination-pageNumberContainer" }, pageRange.map(function (rangeValue, i) {
18671
18727
  return isPageNumber(rangeValue) ? (React.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", {
18672
18728
  "arc-Pagination-value--selected": parseInt(rangeValue) === selectedPage,
@@ -18676,7 +18732,7 @@ var Pagination = function (_a) {
18676
18732
  "arc-Pagination-navigationButton--hidden": selectedPage === pageCount,
18677
18733
  }), onClick: handlePagechange(selectedPage + 1) },
18678
18734
  React.createElement("div", { className: "arc-Pagination-navigationButtonIcon arc-Pagination-navigationButtonIcon--right" },
18679
- React.createElement(ThemeIcon, { size: 32, icon: "paginationNext" })))));
18735
+ React.createElement(ThemeIcon, { icon: "paginationNext" })))));
18680
18736
  };
18681
18737
 
18682
18738
  /**
@@ -18725,8 +18781,8 @@ var PaginationSimple = function (_a) {
18725
18781
 
18726
18782
  /** Use `Popover` to display content in a portal, triggered by a button. */
18727
18783
  var Popover = function (_a) {
18728
- 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"]);
18729
- var _k = useThemeElement(), themeElement = _k[0], setThemeElement = _k[1];
18784
+ 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"]);
18785
+ var _l = useThemeElement(), themeElement = _l[0], setThemeElement = _l[1];
18730
18786
  var alignOffsetDefault = align === "center" ? 0 : -16;
18731
18787
  return (React.createElement("div", __assign({ className: "arc-Popover" }, filterAttrs(props)),
18732
18788
  React.createElement(Root2$3, { open: open, onOpenChange: onOpenChange },
@@ -18739,7 +18795,8 @@ var Popover = function (_a) {
18739
18795
  React.createElement("div", { className: classNames("arc-Popover-content", {
18740
18796
  "arc-Popover-content--dark": background === "dark",
18741
18797
  "arc-Popover-content--brand": background === "brand",
18742
- }), style: { maxWidth: maxWidth }, "aria-labelledby": "popover-content" },
18798
+ "arc-Popover-content--constrainToViewport": constrainToViewport,
18799
+ }), style: { maxWidth: maxWidth, minHeight: minHeight }, "aria-labelledby": "popover-content" },
18743
18800
  content && React.createElement("div", { id: "popover-content" }, content),
18744
18801
  arrow && (React.createElement(PopoverArrow, { className: "arc-Popover-arrow" })))))))))));
18745
18802
  };
@@ -18820,11 +18877,143 @@ var ProgressBar = function (_a) {
18820
18877
  React.createElement(VerticalSpace, { size: "8" }),
18821
18878
  React.createElement("button", { ref: autoFocusRef(action.autofocusOnMount), className: "arc-ProgressBar-actionButton", onClick: action.action },
18822
18879
  React.createElement("div", { className: "arc-ProgressBar-actionContainer" },
18823
- React.createElement(Text, null, action.text),
18824
18880
  action.icon && (React.createElement("div", { className: "arc-ProgressBar-actionIcon" },
18825
- React.createElement(ThemeIcon, { icon: PROGRESS_BAR_ICON_MAP[action.icon], size: 24 }))))))))));
18881
+ React.createElement(ThemeIcon, { icon: PROGRESS_BAR_ICON_MAP[action.icon], size: 24 }))),
18882
+ React.createElement(Text, null, action.text))))))));
18826
18883
  };
18827
18884
 
18885
+ var shorterCssColorNames;
18886
+ var hasRequiredShorterCssColorNames;
18887
+
18888
+ function requireShorterCssColorNames () {
18889
+ if (hasRequiredShorterCssColorNames) return shorterCssColorNames;
18890
+ hasRequiredShorterCssColorNames = 1;
18891
+ shorterCssColorNames = {
18892
+ aqua: /#00ffff(ff)?(?!\w)|#0ff(f)?(?!\w)/gi,
18893
+ azure: /#f0ffff(ff)?(?!\w)/gi,
18894
+ beige: /#f5f5dc(ff)?(?!\w)/gi,
18895
+ bisque: /#ffe4c4(ff)?(?!\w)/gi,
18896
+ black: /#000000(ff)?(?!\w)|#000(f)?(?!\w)/gi,
18897
+ blue: /#0000ff(ff)?(?!\w)|#00f(f)?(?!\w)/gi,
18898
+ brown: /#a52a2a(ff)?(?!\w)/gi,
18899
+ coral: /#ff7f50(ff)?(?!\w)/gi,
18900
+ cornsilk: /#fff8dc(ff)?(?!\w)/gi,
18901
+ crimson: /#dc143c(ff)?(?!\w)/gi,
18902
+ cyan: /#00ffff(ff)?(?!\w)|#0ff(f)?(?!\w)/gi,
18903
+ darkblue: /#00008b(ff)?(?!\w)/gi,
18904
+ darkcyan: /#008b8b(ff)?(?!\w)/gi,
18905
+ darkgrey: /#a9a9a9(ff)?(?!\w)/gi,
18906
+ darkred: /#8b0000(ff)?(?!\w)/gi,
18907
+ deeppink: /#ff1493(ff)?(?!\w)/gi,
18908
+ dimgrey: /#696969(ff)?(?!\w)/gi,
18909
+ gold: /#ffd700(ff)?(?!\w)/gi,
18910
+ green: /#008000(ff)?(?!\w)/gi,
18911
+ grey: /#808080(ff)?(?!\w)/gi,
18912
+ honeydew: /#f0fff0(ff)?(?!\w)/gi,
18913
+ hotpink: /#ff69b4(ff)?(?!\w)/gi,
18914
+ indigo: /#4b0082(ff)?(?!\w)/gi,
18915
+ ivory: /#fffff0(ff)?(?!\w)/gi,
18916
+ khaki: /#f0e68c(ff)?(?!\w)/gi,
18917
+ lavender: /#e6e6fa(ff)?(?!\w)/gi,
18918
+ lime: /#00ff00(ff)?(?!\w)|#0f0(f)?(?!\w)/gi,
18919
+ linen: /#faf0e6(ff)?(?!\w)/gi,
18920
+ maroon: /#800000(ff)?(?!\w)/gi,
18921
+ moccasin: /#ffe4b5(ff)?(?!\w)/gi,
18922
+ navy: /#000080(ff)?(?!\w)/gi,
18923
+ oldlace: /#fdf5e6(ff)?(?!\w)/gi,
18924
+ olive: /#808000(ff)?(?!\w)/gi,
18925
+ orange: /#ffa500(ff)?(?!\w)/gi,
18926
+ orchid: /#da70d6(ff)?(?!\w)/gi,
18927
+ peru: /#cd853f(ff)?(?!\w)/gi,
18928
+ pink: /#ffc0cb(ff)?(?!\w)/gi,
18929
+ plum: /#dda0dd(ff)?(?!\w)/gi,
18930
+ purple: /#800080(ff)?(?!\w)/gi,
18931
+ red: /#ff0000(ff)?(?!\w)|#f00(f)?(?!\w)/gi,
18932
+ salmon: /#fa8072(ff)?(?!\w)/gi,
18933
+ seagreen: /#2e8b57(ff)?(?!\w)/gi,
18934
+ seashell: /#fff5ee(ff)?(?!\w)/gi,
18935
+ sienna: /#a0522d(ff)?(?!\w)/gi,
18936
+ silver: /#c0c0c0(ff)?(?!\w)/gi,
18937
+ skyblue: /#87ceeb(ff)?(?!\w)/gi,
18938
+ snow: /#fffafa(ff)?(?!\w)/gi,
18939
+ tan: /#d2b48c(ff)?(?!\w)/gi,
18940
+ teal: /#008080(ff)?(?!\w)/gi,
18941
+ thistle: /#d8bfd8(ff)?(?!\w)/gi,
18942
+ tomato: /#ff6347(ff)?(?!\w)/gi,
18943
+ violet: /#ee82ee(ff)?(?!\w)/gi,
18944
+ wheat: /#f5deb3(ff)?(?!\w)/gi,
18945
+ white: /#ffffff(ff)?(?!\w)|#fff(f)?(?!\w)/gi,
18946
+ };
18947
+ return shorterCssColorNames;
18948
+ }
18949
+
18950
+ var miniSvgDataUri;
18951
+ var hasRequiredMiniSvgDataUri;
18952
+
18953
+ function requireMiniSvgDataUri () {
18954
+ if (hasRequiredMiniSvgDataUri) return miniSvgDataUri;
18955
+ hasRequiredMiniSvgDataUri = 1;
18956
+ var shorterNames = requireShorterCssColorNames();
18957
+ var REGEX = {
18958
+ whitespace: /\s+/g,
18959
+ urlHexPairs: /%[\dA-F]{2}/g,
18960
+ quotes: /"/g,
18961
+ };
18962
+
18963
+ function collapseWhitespace(str) {
18964
+ return str.trim().replace(REGEX.whitespace, ' ');
18965
+ }
18966
+
18967
+ function dataURIPayload(string) {
18968
+ return encodeURIComponent(string)
18969
+ .replace(REGEX.urlHexPairs, specialHexEncode);
18970
+ }
18971
+
18972
+ // `#` gets converted to `%23`, so quite a few CSS named colors are shorter than
18973
+ // their equivalent URL-encoded hex codes.
18974
+ function colorCodeToShorterNames(string) {
18975
+ Object.keys(shorterNames).forEach(function(key) {
18976
+ if (shorterNames[key].test(string)) {
18977
+ string = string.replace(shorterNames[key], key);
18978
+ }
18979
+ });
18980
+
18981
+ return string;
18982
+ }
18983
+
18984
+ function specialHexEncode(match) {
18985
+ switch (match) { // Browsers tolerate these characters, and they're frequent
18986
+ case '%20': return ' ';
18987
+ case '%3D': return '=';
18988
+ case '%3A': return ':';
18989
+ case '%2F': return '/';
18990
+ default: return match.toLowerCase(); // compresses better
18991
+ }
18992
+ }
18993
+
18994
+ function svgToTinyDataUri(svgString) {
18995
+ if (typeof svgString !== 'string') {
18996
+ throw new TypeError('Expected a string, but received ' + typeof svgString);
18997
+ }
18998
+ // Strip the Byte-Order Mark if the SVG has one
18999
+ if (svgString.charCodeAt(0) === 0xfeff) { svgString = svgString.slice(1); }
19000
+
19001
+ var body = colorCodeToShorterNames(collapseWhitespace(svgString))
19002
+ .replace(REGEX.quotes, "'");
19003
+ return 'data:image/svg+xml,' + dataURIPayload(body);
19004
+ }
19005
+
19006
+ svgToTinyDataUri.toSrcset = function toSrcset(svgString) {
19007
+ return svgToTinyDataUri(svgString).replace(/ /g, '%20');
19008
+ };
19009
+
19010
+ miniSvgDataUri = svgToTinyDataUri;
19011
+ return miniSvgDataUri;
19012
+ }
19013
+
19014
+ var miniSvgDataUriExports = requireMiniSvgDataUri();
19015
+ var svgToMiniDataURI = /*@__PURE__*/getDefaultExportFromCjs(miniSvgDataUriExports);
19016
+
18828
19017
  // src/capitalise-first-letter/capitalise-first-letter.ts
18829
19018
  var capitaliseFirstLetter = (word) => {
18830
19019
  return word.charAt(0).toUpperCase() + word.slice(1);
@@ -19117,7 +19306,7 @@ var RadioGroup = function (_a) {
19117
19306
  };
19118
19307
 
19119
19308
  var RadioGroupButton = React.forwardRef(function (_a, ref) {
19120
- 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;
19309
+ 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;
19121
19310
  var surface = React.useContext(Context$3).surface;
19122
19311
  var idLabel = "".concat(id, "-label");
19123
19312
  return (React.createElement("div", { className: classNames({
@@ -19128,6 +19317,7 @@ var RadioGroupButton = React.forwardRef(function (_a, ref) {
19128
19317
  "arc-RadioGroupButton--small": size === "s",
19129
19318
  "arc-RadioGroupButton--smallLabel": labelSize === "s",
19130
19319
  "arc-RadioGroupButton--onDarkSurface": surface === "dark",
19320
+ "arc-RadioGroupButton--invalid": !isDisabled && isError,
19131
19321
  }) },
19132
19322
  React.createElement("label", { className: classNames("arc-RadioGroupButton-label", {
19133
19323
  "arc-RadioGroupButton-label--alignTop": radioButtonAlignment === "top",
@@ -19144,21 +19334,20 @@ var RadioGroupButton = React.forwardRef(function (_a, ref) {
19144
19334
  * Radio Button component.
19145
19335
  */
19146
19336
  var RadioGroupInput = React.forwardRef(function (_a, ref) {
19147
- 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"]);
19337
+ 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"]);
19148
19338
  var _c = useRadioContext(), blurEvent = _c.blurEvent, changeEvent = _c.changeEvent, groupDisabled = _c.groupDisabled, checkedValue = _c.checkedValue, name = _c.name, size = _c.size;
19149
19339
  var isChecked = checkedValue === value ? true : false;
19150
19340
  var checked = typeof changeEvent !== "function" ? undefined : isChecked;
19151
19341
  var defaultChecked = typeof changeEvent !== "function" ? isChecked : undefined;
19152
- return (React.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)));
19342
+ return (React.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)));
19153
19343
  });
19154
19344
 
19155
19345
  /**
19156
19346
  * Use `ScrollToTop` to allow the user to scroll to the top of the page by clicking a button.
19157
19347
  */
19158
19348
  var ScrollToTop = function (_a) {
19159
- 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"]);
19160
- var _f = React.useState(false), hasScrolled = _f[0], setHasScrolled = _f[1];
19161
- var surface = React.useContext(Context$3).surface;
19349
+ 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"]);
19350
+ var _g = React.useState(false), hasScrolled = _g[0], setHasScrolled = _g[1];
19162
19351
  React.useEffect(function () {
19163
19352
  var handleScroll = debounce(function () {
19164
19353
  setHasScrolled(window.scrollY > 0);
@@ -19178,14 +19367,15 @@ var ScrollToTop = function (_a) {
19178
19367
  return (React.createElement("button", __assign({ onClick: onClick, style: {
19179
19368
  zIndex: zIndex,
19180
19369
  }, className: classNames("arc-ScrollToTop", "arc-ScrollToTop--".concat(fill), {
19370
+ "arc-ScrollToTop--secondary": focusColor == "secondary",
19181
19371
  "arc-ScrollToTop--fixed": isFixed,
19182
- "arc-ScrollToTop--onDarkSurface": surface === "dark",
19183
19372
  "arc-ScrollToTop--visible": appear === "always" || (appear === "afterScroll" && hasScrolled),
19184
19373
  }) }, filterAttrs(props)),
19185
19374
  React.createElement("div", { className: "arc-ScrollToTop-textWrapper" },
19186
19375
  React.createElement("span", { className: "arc-ScrollToTop-text" }, "Back to top")),
19187
19376
  React.createElement("span", { className: "arc-ScrollToTop-iconContainer" },
19188
- React.createElement(Icon$1, { size: 44, icon: BtIconArrowAltUp }))));
19377
+ React.createElement("div", { className: "arc-ScrollToTop-icon" },
19378
+ React.createElement(ThemeIcon, { icon: "scrollToTop" })))));
19189
19379
  };
19190
19380
 
19191
19381
  /**
@@ -19205,11 +19395,17 @@ var Section = function (_a) {
19205
19395
  /** Use `Select` to choose from a dropdown list of options. */
19206
19396
  var Select = function (_a) {
19207
19397
  var _b;
19208
- 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"]);
19209
- var id = React.useId();
19398
+ 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"]);
19399
+ var defaultId = React.useId();
19210
19400
  var _e = useThemeElement(), themeElement = _e[0], setThemeElement = _e[1];
19211
19401
  var surface = React.useContext(Context$3).surface;
19212
19402
  var _f = React.useState(defaultValue), uncontrolledValue = _f[0], setUncontrolledValue = _f[1];
19403
+ var ariaDescribedby = useAriaDescribedby({
19404
+ id: id,
19405
+ errorMessage: errorMessage,
19406
+ helper: helper,
19407
+ disclosureText: disclosureText,
19408
+ }).ariaDescribedby;
19213
19409
  var isControlled = typeof value !== "undefined";
19214
19410
  var selectValue = isControlled ? value : uncontrolledValue;
19215
19411
  var onValueChange = function (value) {
@@ -19230,21 +19426,22 @@ var Select = function (_a) {
19230
19426
  return 20;
19231
19427
  }
19232
19428
  };
19233
- return (React.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 },
19429
+ var componentId = id || defaultId;
19430
+ return (React.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 },
19234
19431
  React.createElement(Root2$2, { name: name, required: isRequired, disabled: isDisabled, defaultOpen: isDefaultOpen, value: selectValue, open: open, onOpenChange: onOpenChange, onValueChange: function (value) { return onValueChange(value); } },
19235
19432
  React.createElement("div", { ref: setThemeElement, className: "arc-Select-wrapper" },
19236
- React.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 = {
19433
+ React.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 = {
19237
19434
  "arc-Select-trigger--constrained": !isFluid,
19238
19435
  "arc-Select-trigger--onDarkSurface": surface === "dark",
19239
19436
  "arc-Select-trigger--invalid": errorMessage
19240
19437
  },
19241
19438
  _b["arc-Select-trigger--size".concat(size && size.toUpperCase())] = size && size !== "m",
19242
- _b)), "aria-describedby": id + (disclosureText ? "-disclosure" : "-helper") }, filterAttrs(props)),
19439
+ _b)), "aria-describedby": ariaDescribedby }, filterAttrs(props)),
19243
19440
  React.createElement(Value, { className: "arc-Select-triggerText", placeholder: placeholder, "aria-label": getSelectedValueName(uncontrolledValue) }),
19244
19441
  React.createElement(Icon, { className: "arc-Select-triggerIcon" },
19245
19442
  React.createElement(ThemeIcon, { size: getIconSize(size), icon: "selectTrigger" }))),
19246
19443
  React.createElement(Portal$4, { container: themeElement },
19247
- React.createElement(Content2$3, { sideOffset: 5, position: "popper", className: classNames("arc-Select-content", {
19444
+ React.createElement(Content2$3, { sideOffset: 12, position: "popper", className: classNames("arc-Select-content", {
19248
19445
  "arc-Select-content--onDarkSurface": surface === "dark",
19249
19446
  }) },
19250
19447
  React.createElement(Viewport, { className: "arc-Select-content--scrollable" }, options.map(function (_a, i) {
@@ -19972,8 +20169,8 @@ var SkipLink = function (_a, props) {
19972
20169
  };
19973
20170
 
19974
20171
  var SkipLinkItem = function (_a) {
19975
- var href = _a.href, id = _a.id, label = _a.label;
19976
- return (React.createElement("a", { className: "arc-SkipLinkItem", href: href, id: id }, label));
20172
+ var href = _a.href, id = _a.id, label = _a.label, onClick = _a.onClick;
20173
+ return (React.createElement("a", { className: "arc-SkipLinkItem", href: href, id: id, onClick: onClick }, label));
19977
20174
  };
19978
20175
 
19979
20176
  function $010c2913dbd2fe3d$export$5cae361ad82dce8b(value) {
@@ -20183,14 +20380,14 @@ var Switch = function (_a) {
20183
20380
  React.createElement($6be4966fd9bbc698$export$6521433ed15a34db, { className: "arc-Switch-thumb" },
20184
20381
  React.createElement("div", { className: "arc-Switch-thumbIcon" },
20185
20382
  React.createElement("div", { className: "arc-Switch-icon", "data-testid": "arc-switch-thumb-icon" },
20186
- React.createElement(ThemeIcon, { icon: "switchToggle", color: "brand", size: size === "m" ? 32 : 24 }))))),
20187
- React.createElement("div", { className: classNames("arc-Switch-statusText", (_b = {
20383
+ React.createElement(ThemeIcon, { icon: "switchToggle", size: size === "m" ? 32 : 24 }))))),
20384
+ (onStatusText || offStatusText) && (React.createElement("div", { className: classNames("arc-Switch-statusText", (_b = {
20188
20385
  "arc-Switch-statusText--isDisabled": isDisabled,
20189
20386
  "arc-Switch-statusText--onDarkSurface": surface === "dark"
20190
20387
  },
20191
20388
  _b["arc-Switch-statusText--".concat(size)] = size === "m",
20192
20389
  _b)) },
20193
- React.createElement("p", { "aria-hidden": true }, switchState ? onStatusText : offStatusText))))));
20390
+ React.createElement("p", { "aria-hidden": true }, switchState ? onStatusText : offStatusText)))))));
20194
20391
  };
20195
20392
 
20196
20393
  var TabbedBanner = function (_a) {
@@ -20207,7 +20404,7 @@ var TabbedBanner = function (_a) {
20207
20404
  })),
20208
20405
  tabs.map(function (_a, index) {
20209
20406
  var value = _a.value, content = _a.content;
20210
- return (React.createElement(ContentSwitcherContent, { value: value, key: index, hidden: value !== selectedTab },
20407
+ return (React.createElement(ContentSwitcherContent, { value: value, key: "".concat(index, "-").concat(value), hidden: value !== selectedTab },
20211
20408
  React.createElement(TemplateBanner, __assign({ alignment: "start", headingSize: "m", additionalTopMargin: true, minHeight: minHeight, minHeightM: minHeightM, minHeightL: minHeightL, minHeightXL: minHeightXL }, content))));
20212
20409
  }))),
20213
20410
  React.createElement("div", { className: "arc-TabbedBanner--mobile" },
@@ -20240,7 +20437,7 @@ var TabsItem = function (_a) {
20240
20437
 
20241
20438
  var TabsContent = function (_a) {
20242
20439
  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"]);
20243
- return (React.createElement($69cb30bb0017df05$export$7c6e2c02157bb7d2, __assign({ className: "arc-Tabs-content", value: value, forceMount: forceMount ? true : undefined, hidden: hidden }, filterAttrs(props)), children));
20440
+ return (React.createElement($69cb30bb0017df05$export$7c6e2c02157bb7d2, __assign({ className: "arc-TabsContent", value: value, forceMount: forceMount ? true : undefined, hidden: hidden }, filterAttrs(props)), children));
20244
20441
  };
20245
20442
 
20246
20443
  var TabsList = function (_a) {
@@ -20297,6 +20494,7 @@ var TabsList = function (_a) {
20297
20494
  var Tag = function (_a) {
20298
20495
  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"]);
20299
20496
  var _b = React.useState(false), isRemoved = _b[0], setIsRemoved = _b[1];
20497
+ var surface = React.useContext(Context$3).surface;
20300
20498
  var onRemoveHandler = function () {
20301
20499
  setIsRemoved(function (p) { return !p; });
20302
20500
  onRemove && onRemove();
@@ -20306,6 +20504,7 @@ var Tag = function (_a) {
20306
20504
  "arc-Tag--hasIcon": icon,
20307
20505
  "arc-Tag--hasLink": link || onClick,
20308
20506
  "arc-Tag--removed": isRemoved,
20507
+ "arc-Tag--onDarkSurface": surface === "dark",
20309
20508
  }) }, (isRemoved && { "aria-hidden": true }), filterAttrs(props)),
20310
20509
  link ? (React.createElement("a", { className: "arc-Tag-content", href: link, tabIndex: 0 },
20311
20510
  icon && (React.createElement("span", { className: "arc-Tag-icon" },
@@ -20349,8 +20548,8 @@ var TextArea = React.forwardRef(function (_a, ref) {
20349
20548
  };
20350
20549
  // Although this is used within FormControlWrapper, it's deterministic so we can call it here too
20351
20550
  var ariaDescribedby = useAriaDescribedby({
20352
- errorMessage: errorMessage,
20353
20551
  id: id,
20552
+ errorMessage: errorMessage,
20354
20553
  helper: helper,
20355
20554
  disclosureText: disclosureText,
20356
20555
  }).ariaDescribedby;
@@ -20379,7 +20578,7 @@ var TextArea = React.forwardRef(function (_a, ref) {
20379
20578
  var package_default = {
20380
20579
  name: "@arc-ui/helpers",
20381
20580
  private: true,
20382
- version: "12.0.0-beta.23",
20581
+ version: "12.0.0-beta.24",
20383
20582
  type: "module",
20384
20583
  homepage: "https://ui.digital-ent-int.bt.com",
20385
20584
  author: "BT Enterprise Digital UI Team <ui-digital-ent-int@bt.com>",
@@ -21407,10 +21606,12 @@ const $054eb8030ebde76e$export$f39c2d165cd861fe = $054eb8030ebde76e$export$811e7
21407
21606
 
21408
21607
  /** Use `Toast` to display temporary messages at the bottom of the screen. */
21409
21608
  var Toast = function (_a) {
21410
- var children = _a.children, _b = _a.colorScheme, colorScheme = _b === void 0 ? "default" : _b, props = __rest(_a, ["children", "colorScheme"]);
21609
+ 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"]);
21411
21610
  return (React.createElement($054eb8030ebde76e$export$2881499e37b75b9a, { swipeDirection: "right", duration: 6000 },
21412
21611
  React.createElement($054eb8030ebde76e$export$d5c6c08dc2d3ca7, { asChild: true, className: "arc-Toast-viewport" },
21413
- React.createElement("div", __assign({ className: "arc-Toast-pathway--".concat(colorScheme) }, filterAttrs(props)), children))));
21612
+ React.createElement("div", __assign({ className: classNames("arc-Toast-pathway--".concat(colorScheme), {
21613
+ "arc-Toast--onDarkSurface": onDarkSurface,
21614
+ }) }, filterAttrs(props)), children))));
21414
21615
  };
21415
21616
 
21416
21617
  var ToastNotification = function (_a) {
@@ -22753,12 +22954,12 @@ var Arrow2 = TooltipArrow;
22753
22954
 
22754
22955
  /** Use `Tooltip` to display information related to an element when the element receives keyboard focus or the mouse hovers over it */
22755
22956
  var Tooltip = function (_a) {
22756
- 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"]);
22957
+ 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"]);
22757
22958
  var _f = useThemeElement(), themeElement = _f[0], setThemeElement = _f[1];
22758
22959
  return (React.createElement("div", __assign({}, filterAttrs(props)),
22759
22960
  React.createElement(TooltipProvider, null,
22760
22961
  React.createElement(Root3, __assign({ delayDuration: delayDuration, open: open, onOpenChange: onOpenChange }, filterAttrs(props)),
22761
- React.createElement(Trigger, { asChild: asChild, className: "arc-Tooltip-trigger" }, children),
22962
+ React.createElement(Trigger, { asChild: asChild, "aria-label": ariaLabel, className: "arc-Tooltip-trigger" }, children),
22762
22963
  React.createElement("div", { ref: setThemeElement },
22763
22964
  React.createElement(Portal, { container: themeElement },
22764
22965
  React.createElement(Content2, __assign({ side: side, sideOffset: sideOffset, align: align, alignOffset: align === "start" ? -4 : align === "end" ? -4 : undefined, style: { zIndex: zIndex } }, props),
@@ -25961,6 +26162,11 @@ var VideoPlayer = function (_a) {
25961
26162
  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"]);
25962
26163
  var TextWrapper = isSupportingTextHidden ? VisuallyHidden$2 : "div";
25963
26164
  var isVimeo = new URL(url).hostname.includes("vimeo");
26165
+ var _d = React.useState(false), isClient = _d[0], setIsClient = _d[1];
26166
+ // https://nextjs.org/docs/messages/react-hydration-error#solution-1-using-useeffect-to-run-on-the-client-only
26167
+ React.useEffect(function () {
26168
+ setIsClient(true);
26169
+ }, []);
25964
26170
  var playerProps = {
25965
26171
  url: url,
25966
26172
  light: light,
@@ -25970,8 +26176,9 @@ var VideoPlayer = function (_a) {
25970
26176
  onPause: onPause,
25971
26177
  onError: onError,
25972
26178
  onEnded: onEnded,
25973
- playIcon: (React.createElement("div", { className: "arc-VideoPlayer-icon" },
25974
- React.createElement(Icon$1, { icon: BtIconPlayFill }))),
26179
+ playIcon: (React.createElement("div", { className: "arc-VideoPlayer-iconContainer" },
26180
+ React.createElement("div", { className: "arc-VideoPlayer-icon" },
26181
+ React.createElement(ThemeIcon, { icon: "videoPlayerPlay" })))),
25975
26182
  playing: Boolean(light),
25976
26183
  controls: true,
25977
26184
  className: "arc-VideoPlayer",
@@ -25981,7 +26188,9 @@ var VideoPlayer = function (_a) {
25981
26188
  return (React.createElement("div", __assign({}, filterAttrs(props)),
25982
26189
  React.createElement("div", { "data-testid": "arc-video-player", className: classNames("arc-VideoPlayer-wrapper", {
25983
26190
  "arc-VideoPlayer-wrapper--borderRadius": isBorderRadius,
25984
- }) }, isVimeo ? (React.createElement(ReactPlayerVimeo, __assign({}, playerProps))) : (React.createElement(ReactPlayerYoutube, __assign({}, playerProps)))),
26191
+ }) }, isVimeo
26192
+ ? isClient && React.createElement(ReactPlayerVimeo, __assign({}, playerProps))
26193
+ : isClient && React.createElement(ReactPlayerYoutube, __assign({}, playerProps))),
25985
26194
  React.createElement(TextWrapper, null,
25986
26195
  React.createElement(VerticalSpace, { size: "24" }),
25987
26196
  React.createElement(Heading, { level: "3", size: "s" }, title),
@@ -26020,44 +26229,24 @@ var BtLogo = function () { return (React.createElement("svg", { xmlns: "http://w
26020
26229
  var EeLogo = function () { return (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", fill: "none" },
26021
26230
  React.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" }))); };
26022
26231
 
26023
- var BtGlobalFabricLogo = function () { return (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 319 64" },
26024
- React.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" }),
26025
- React.createElement("mask", { id: "a", width: "247", height: "25", x: "72", y: "19.48", fill: "#000", maskUnits: "userSpaceOnUse" },
26026
- React.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" })),
26027
- React.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" }),
26028
- React.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)" }))); };
26029
-
26030
- var BtMediaBroadcastLogo = function () { return (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 244 64" },
26031
- React.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" }),
26032
- React.createElement("mask", { id: "a", width: "171", height: "50", x: "73.03", y: "6.64", fill: "#000", maskUnits: "userSpaceOnUse" },
26033
- React.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" })),
26034
- React.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" }),
26035
- React.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)" }))); };
26232
+ var BtGlobalFabricLogo = function () { return (React.createElement("svg", { viewBox: "0 0 276 64", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
26233
+ React.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" }),
26234
+ React.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" }))); };
26036
26235
 
26037
26236
  var BtWholesaleLogo = function () { return (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 203 50" },
26038
26237
  React.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" }))); };
26039
26238
 
26040
- var BtRedcareLogo = function () { return (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 169 50" },
26041
- React.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" }))); };
26042
-
26043
26239
  var NavigationHeaderLogo = function (_a) {
26044
- var _b;
26045
- 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;
26240
+ 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;
26046
26241
  var surface = React.useContext(Context$3).surface;
26047
26242
  var logos = {
26048
26243
  bt: BtLogo,
26049
26244
  ee: EeLogo,
26050
26245
  btGlobalFabric: BtGlobalFabricLogo,
26051
- btMediaBroadCast: BtMediaBroadcastLogo,
26052
- btRedcare: BtRedcareLogo,
26053
26246
  btWholesale: BtWholesaleLogo,
26054
26247
  };
26055
26248
  var icon = svg || React.createElement(logos[brand]);
26056
- return (React.createElement("a", { className: classNames("arc-NavigationHeaderLogo", (_b = {
26057
- "arc-NavigationHeaderLogo--staticColor": !isSurfaceSensitive
26058
- },
26059
- _b[suffixModifier("arc-NavigationHeaderLogo--on", surface)] = isSurfaceSensitive,
26060
- _b)), "aria-label": ariaLabel, onClick: onClick, href: href }, icon));
26249
+ return (React.createElement("a", { className: classNames("arc-NavigationHeaderLogo", suffixModifier("arc-NavigationHeaderLogo--on", surface)), "aria-label": ariaLabel, onClick: onClick, href: href }, icon));
26061
26250
  };
26062
26251
 
26063
26252
  // src/check-element-visibility/check-element-visibility.ts
@@ -26070,9 +26259,16 @@ var checkElementVisibility = (element) => {
26070
26259
  }
26071
26260
  };
26072
26261
 
26262
+ var DELAY_DURATION = 500;
26263
+
26073
26264
  var NavigationHeaderInlineAction = function (_a) {
26074
26265
  var icon = _a.icon, text = _a.text, href = _a.href, onClick = _a.onClick;
26075
- return (React.createElement(ConditionalWrapper, { condition: Boolean(href), wrapper: function (children) { return (React.createElement("a", { "aria-label": text, className: classNames("arc-NavigationHeaderInlineAction", "arc-NavigationHeaderInlineAction-link"), href: href, onClick: onClick }, children)); }, fallback: function (children) { return (React.createElement("button", { "aria-label": text, className: classNames("arc-NavigationHeaderInlineAction", "arc-NavigationHeaderInlineAction-button"), onClick: onClick }, children)); } },
26266
+ var surface = React.useContext(Context$3).surface;
26267
+ var commonClasses = [
26268
+ "arc-NavigationHeaderInlineAction",
26269
+ suffixModifier("arc-NavigationHeaderInlineAction--on", surface),
26270
+ ];
26271
+ return (React.createElement(ConditionalWrapper, { condition: Boolean(href), wrapper: function (children) { return (React.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.createElement("button", { "aria-label": text, className: classNames.apply(void 0, __spreadArray(__spreadArray([], commonClasses, false), ["arc-NavigationHeaderInlineAction-button"], false)), onClick: onClick }, children)); } },
26076
26272
  React.createElement("div", { className: "arc-NavigationHeaderInlineAction-content" },
26077
26273
  React.createElement(Icon$1, { "aria-hidden": true, icon: icon, size: 28 }),
26078
26274
  React.createElement(Text, { size: "l" }, text))));
@@ -26090,6 +26286,7 @@ var NavigationHeaderButton = React.forwardRef(function (_a, ref) {
26090
26286
  var NavigationHeaderDisclosure = function (_a) {
26091
26287
  var heading = _a.heading, children = _a.children;
26092
26288
  var _b = React.useState(false), isOpen = _b[0], setIsOpen = _b[1];
26289
+ var surface = React.useContext(Context$3).surface;
26093
26290
  var containerRef = React.useRef(null);
26094
26291
  var handleOnClick = function (e) {
26095
26292
  e.preventDefault();
@@ -26100,45 +26297,51 @@ var NavigationHeaderDisclosure = function (_a) {
26100
26297
  containerRef.current.firstChild.focus();
26101
26298
  }
26102
26299
  }, [isOpen, containerRef.current]);
26103
- return (React.createElement("details", { className: "arc-NavigationHeaderDisclosure", open: isOpen },
26300
+ return (React.createElement("details", { className: classNames("arc-NavigationHeaderDisclosure", suffixModifier("arc-NavigationHeaderDisclosure--on", surface)), open: isOpen },
26104
26301
  React.createElement("summary", { "aria-expanded": isOpen, onClick: handleOnClick, className: "arc-NavigationHeaderDisclosure-summary" },
26105
26302
  React.createElement("span", { className: "arc-NavigationHeaderDisclosure-heading" }, heading),
26106
26303
  React.createElement("span", { className: "arc-NavigationHeaderDisclosure-icon" },
26107
- React.createElement(ThemeIcon, { size: 28, icon: "navigationHeaderDisclosure" }))),
26304
+ React.createElement(Visible, { xs: true, s: true },
26305
+ React.createElement(ThemeIcon, { size: 20, icon: "navigationHeaderDisclosure" })),
26306
+ React.createElement(Visible, { m: true, l: true },
26307
+ React.createElement(ThemeIcon, { size: 24, icon: "navigationHeaderDisclosure" })),
26308
+ React.createElement(Visible, { xl: true, xxl: true },
26309
+ React.createElement(ThemeIcon, { size: 28, icon: "navigationHeaderDisclosure" })))),
26108
26310
  React.createElement("div", { ref: containerRef, className: "arc-NavigationHeaderDisclosure-details" }, children)));
26109
26311
  };
26110
26312
 
26111
26313
  var NavigationHeaderMenuLink = function (_a) {
26112
26314
  var href = _a.href, onClick = _a.onClick, text = _a.text, _b = _a.size, size = _b === void 0 ? "l" : _b;
26113
- var icons = {
26114
- s: {
26115
- icon: "navigationHeaderMenuLinkSmall",
26116
- size: 24,
26117
- },
26118
- l: {
26119
- icon: "navigationHeaderMenuLinkLarge",
26120
- size: 28,
26121
- },
26122
- };
26123
- return (React.createElement("a", { "aria-label": text, href: href, onClick: onClick, className: classNames("arc-NavigationHeaderMenuLink", suffixModifier("arc-NavigationHeaderMenuLink--size", size)) },
26315
+ var surface = React.useContext(Context$3).surface;
26316
+ return (React.createElement("a", { "aria-label": text, href: href, onClick: onClick, className: classNames("arc-NavigationHeaderMenuLink", suffixModifier("arc-NavigationHeaderMenuLink--on", surface), suffixModifier("arc-NavigationHeaderMenuLink--size", size)) },
26124
26317
  React.createElement("div", { className: "arc-NavigationHeaderMenuLink-text" }, text),
26125
26318
  React.createElement("span", { className: "arc-NavigationHeaderMenuLink-icon" },
26126
- React.createElement(ThemeIcon, __assign({}, icons[size])))));
26319
+ size === "s" && (React.createElement("div", { className: "arc-NavigationHeaderMenuLink-smallIconContainer" },
26320
+ React.createElement(ThemeIcon, { icon: "navigationHeaderMenuLinkSmall" }))),
26321
+ size === "l" && (React.createElement(React.Fragment, null,
26322
+ React.createElement(Visible, { xs: true, s: true },
26323
+ React.createElement(ThemeIcon, { size: 20, icon: "navigationHeaderMenuLinkLarge" })),
26324
+ React.createElement(Visible, { m: true, l: true },
26325
+ React.createElement(ThemeIcon, { size: 24, icon: "navigationHeaderMenuLinkLarge" })),
26326
+ React.createElement(Visible, { xl: true, xxl: true },
26327
+ React.createElement(ThemeIcon, { size: 28, icon: "navigationHeaderMenuLinkLarge" })))))));
26127
26328
  };
26128
26329
 
26129
26330
  var NavigationHeaderCloseButton = React.forwardRef(function (_a, ref) {
26130
26331
  var onClick = _a.onClick, props = __rest(_a, ["onClick"]);
26131
- return (React.createElement("button", __assign({}, props, { ref: ref, "aria-label": "close", onClick: onClick, className: "arc-NavigationHeaderCloseButton" }),
26332
+ var surface = React.useContext(Context$3).surface;
26333
+ return (React.createElement("button", __assign({}, props, { ref: ref, "aria-label": "close", onClick: onClick, className: classNames("arc-NavigationHeaderCloseButton", suffixModifier("arc-NavigationHeaderCloseButton--on", surface)) }),
26132
26334
  React.createElement(ThemeIcon, { size: 32, icon: "navigationHeaderClose" })));
26133
26335
  });
26134
26336
 
26135
26337
  var NavigationHeaderBurgerMenu = function (_a) {
26136
- var navItems = _a.navItems, actions = _a.actions, header = _a.header, footer = _a.footer, logo = _a.logo;
26338
+ 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;
26137
26339
  var id = React.useId();
26138
- var _b = React.useState(false), isOpen = _b[0], setIsOpen = _b[1];
26340
+ var _c = React.useState(false), isOpen = _c[0], setIsOpen = _c[1];
26139
26341
  var triggerRef = React.useRef(null);
26342
+ var listRef = React.useRef(null);
26140
26343
  var interactionMode = useInteractionMode().interactionMode;
26141
- var _c = useThemeElement(), themeElement = _c[0], setThemeElement = _c[1];
26344
+ var _d = useThemeElement(), themeElement = _d[0], setThemeElement = _d[1];
26142
26345
  var closeMenu = function () {
26143
26346
  setIsOpen(false);
26144
26347
  };
@@ -26147,6 +26350,9 @@ var NavigationHeaderBurgerMenu = function (_a) {
26147
26350
  triggerRef.current.focus();
26148
26351
  }
26149
26352
  };
26353
+ React.useEffect(function () {
26354
+ onOpenChange === null || onOpenChange === void 0 ? void 0 : onOpenChange(isOpen);
26355
+ }, [isOpen]);
26150
26356
  // Close the menu if the nav or trigger is hidden
26151
26357
  React.useEffect(function () {
26152
26358
  var resizeObserver = new ResizeObserver(function (entries) {
@@ -26164,8 +26370,27 @@ var NavigationHeaderBurgerMenu = function (_a) {
26164
26370
  }
26165
26371
  };
26166
26372
  }, [isOpen, setIsOpen, triggerRef.current]);
26373
+ var colorScheme = React.useMemo(function () {
26374
+ var colorConfig = {
26375
+ light: {
26376
+ surface: "light-white",
26377
+ menuColorType: "light",
26378
+ },
26379
+ dark: {
26380
+ surface: "dark-black",
26381
+ menuColorType: "dark",
26382
+ },
26383
+ };
26384
+ switch (background) {
26385
+ case "transparentOnDark":
26386
+ case "ghostedOnDark":
26387
+ return pathway === "invert" ? colorConfig.light : colorConfig.dark;
26388
+ default:
26389
+ return pathway === "invert" ? colorConfig.dark : colorConfig.light;
26390
+ }
26391
+ }, [pathway, background]);
26167
26392
  return (React.createElement(React.Fragment, null,
26168
- React.createElement(Tooltip, { asChild: true, delayDuration: 0, title: "Menu", side: "bottom" },
26393
+ React.createElement(Tooltip, { delayDuration: DELAY_DURATION, asChild: true, title: "Menu", side: "bottom" },
26169
26394
  React.createElement(NavigationHeaderButton, { ref: triggerRef, isPadded: false, "aria-expanded": isOpen, "aria-label": isOpen ? "close menu" : "open menu", onClick: function () { return setIsOpen(!isOpen); } },
26170
26395
  React.createElement("div", { className: "arc-NavigationHeaderBurgerMenu-trigger" },
26171
26396
  React.createElement(ThemeIcon, { icon: "siteHeaderBurger", size: 24 })),
@@ -26174,32 +26399,33 @@ var NavigationHeaderBurgerMenu = function (_a) {
26174
26399
  React.createElement(Root$3, { open: isOpen },
26175
26400
  React.createElement(Portal$3, { container: themeElement },
26176
26401
  React.createElement(Overlay, { className: "arc-NavigationHeaderBurgerMenu-overlay" },
26177
- React.createElement(Content$1, { "aria-describedby": undefined, className: "arc-NavigationHeaderBurgerMenu-slider", onCloseAutoFocus: focusTriggerElement, onEscapeKeyDown: closeMenu, onInteractOutside: closeMenu, "aria-modal": "true" },
26178
- React.createElement("div", { className: "arc-NavigationHeaderBurgerMenu-container" },
26179
- React.createElement("div", { className: "arc-NavigationHeaderBurgerMenu-mainContent" },
26180
- React.createElement("div", { className: "arc-NavigationHeaderBurgerMenu-header" },
26181
- React.createElement(Title, null,
26182
- React.createElement(VisuallyHidden$2, null, "Menu")),
26183
- React.createElement("div", { className: "arc-NavigationHeaderBurgerMenu-logoContainer" },
26184
- React.createElement("div", { className: "arc-NavigationHeaderBurgerMenu-logoWrapper" },
26185
- React.createElement(NavigationHeaderLogo, __assign({}, logo, { isSurfaceSensitive: false })))),
26186
- React.createElement("div", { className: "arc-NavigationHeaderBurgerMenu-closeButtonContainer" },
26187
- React.createElement(Tooltip, { asChild: true, delayDuration: 0, title: "Close menu", side: "left" },
26188
- React.createElement(NavigationHeaderCloseButton, { onClick: closeMenu })))),
26189
- header && (React.createElement("div", { className: "arc-NavigationHeaderBurgerMenu-topContent" }, header)),
26190
- (navItems || actions) && (React.createElement("div", { className: "arc-NavigationHeaderBurgerMenu-navigationContent" },
26191
- navItems && (React.createElement("ul", { className: "arc-NavigationHeaderBurgerMenu-list" }, navItems.map(function (navItem, navItemIndex) { return (React.createElement(React.Fragment, { key: "".concat(id, "-burger-nav-item-").concat(navItemIndex) },
26402
+ React.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" },
26403
+ React.createElement(Surface, { growVertically: true, isTransparent: true, background: colorScheme.surface },
26404
+ React.createElement("div", { className: "arc-NavigationHeaderBurgerMenu-container" },
26405
+ React.createElement("div", { className: "arc-NavigationHeaderBurgerMenu-mainContent" },
26406
+ React.createElement("div", { className: "arc-NavigationHeaderBurgerMenu-header" },
26407
+ React.createElement(Title, null,
26408
+ React.createElement(VisuallyHidden$2, null, "Navigation menu")),
26409
+ React.createElement("div", { className: "arc-NavigationHeaderBurgerMenu-closeButtonContainer" },
26410
+ React.createElement(NavigationHeaderCloseButton, { onClick: closeMenu })),
26411
+ React.createElement("div", { className: "arc-NavigationHeaderBurgerMenu-logoContainer" },
26412
+ React.createElement("div", { className: "arc-NavigationHeaderBurgerMenu-logoWrapper" },
26413
+ React.createElement(NavigationHeaderLogo, __assign({}, logo))))),
26414
+ header && (React.createElement("div", { className: classNames("arc-NavigationHeaderBurgerMenu-topContent", {
26415
+ "arc-NavigationHeaderBurgerMenu-topContent--bottomSpacing": !navItems,
26416
+ }) }, header)),
26417
+ navItems && (React.createElement("ul", { ref: listRef, className: "arc-NavigationHeaderBurgerMenu-list" }, navItems.map(function (navItem, navItemIndex) { return (React.createElement(React.Fragment, { key: "".concat(id, "-burger-nav-item-").concat(navItemIndex) },
26192
26418
  React.createElement("li", { className: "arc-NavigationHeaderBurgerMenu-listItem" },
26193
26419
  React.createElement("div", { className: "arc-NavigationHeaderBurgerMenu-listItemContent" },
26194
26420
  (navItem.type === "link" ||
26195
26421
  navItem.type === "meatball") && (React.createElement(NavigationHeaderMenuLink, { href: navItem.href, onClick: navItem.onClick, text: navItem.text })),
26196
26422
  (navItem.type === "subnav" ||
26197
26423
  navItem.type === "dropdown") && (React.createElement(NavigationHeaderDisclosure, { heading: navItem.text }, navItem.items.map(function (subNavItem, subNavItemIndex) { return (React.createElement(NavigationHeaderMenuLink, { size: "s", key: "".concat(id, "-").concat(navItemIndex, "-burger-sub-nav-item-").concat(subNavItemIndex), href: subNavItem.href, onClick: subNavItem.onClick, text: subNavItem.text })); }))))))); }))),
26198
- actions && (React.createElement("div", { className: classNames("arc-NavigationHeaderBurgerMenu-actionsContainer", {
26199
- "arc-NavigationHeaderBurgerMenu-actionsContainer--seperator": navItems && actions,
26200
- }) }, actions.map(function (props, i) { return (React.createElement(NavigationHeaderInlineAction, __assign({ key: "".concat(id, "-action-{").concat(i, "}") }, props))); })))))),
26201
- footer && (React.createElement("div", { className: "arc-NavigationHeaderBurgerMenu-footer" },
26202
- React.createElement(Surface, { isTransparent: true, background: "dark-black" }, footer)))))))))));
26424
+ actions && (React.createElement("div", { className: "arc-NavigationHeaderBurgerMenu-actionsContainer" },
26425
+ React.createElement("div", { className: classNames("arc-NavigationHeaderBurgerMenu-actions", {
26426
+ "arc-NavigationHeaderBurgerMenu-actions--seperator": navItems || header,
26427
+ }) }, actions.map(function (props, i) { return (React.createElement(NavigationHeaderInlineAction, __assign({ key: "".concat(id, "-action-{").concat(i, "}") }, props))); }))))),
26428
+ footer && (React.createElement("div", { className: "arc-NavigationHeaderBurgerMenu-footer" }, footer)))))))))));
26203
26429
  };
26204
26430
 
26205
26431
  var NavigationHeaderNavLink = function (_a) {
@@ -26282,12 +26508,12 @@ var NavigationHeaderDropdown = function (_a) {
26282
26508
  };
26283
26509
  var toggleVisibility = function () { return setIsOpen(function (isOpen) { return !isOpen; }); };
26284
26510
  return (React.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.createElement("div", { ref: containerRef },
26285
- React.createElement("ul", { className: "arc-NavigationHeaderDropdown-navList" }, children)) }, tooltip ? (React.createElement(Tooltip, { asChild: true, title: tooltip, open: isTooltipOpen, delayDuration: 0, alignContent: "center", side: "bottom" },
26511
+ React.createElement("ul", { className: "arc-NavigationHeaderDropdown-navList" }, children)) }, tooltip ? (React.createElement(Tooltip, { asChild: true, title: tooltip, open: isTooltipOpen, alignContent: "center", side: "bottom" },
26286
26512
  React.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.createElement(NavigationHeaderButton, { ref: triggerRef, "aria-label": ariaLabel, "aria-expanded": isOpen, "aria-haspopup": "dialog", isActive: isOpen, onClick: toggleVisibility }, trigger))));
26287
26513
  };
26288
26514
 
26289
26515
  var NavigationHeaderContainer = function (_a) {
26290
- 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;
26516
+ 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;
26291
26517
  var backgrounds = {
26292
26518
  light: {
26293
26519
  surface: "light-white",
@@ -27298,9 +27524,9 @@ var defaultHeaderVisibility = {
27298
27524
  };
27299
27525
 
27300
27526
  var NavigationHeader = function (_a) {
27301
- 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;
27527
+ 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;
27302
27528
  var navBarPortalRef = React.useRef(null);
27303
- var _b = React.useState(false), isSubMenuItemActive = _b[0], setIsSubMenuItemActive = _b[1];
27529
+ var _c = React.useState(false), isSubMenuItemActive = _c[0], setIsSubMenuItemActive = _c[1];
27304
27530
  var navBarBackground = isSubMenuItemActive ? "lightElevated" : background;
27305
27531
  var burgerMenuVisibilityProps = __assign(__assign({}, defaultHeaderVisibility.burgerMenu), burgerMenuVisibility);
27306
27532
  var navMenuVisibilityProps = __assign(__assign({}, defaultHeaderVisibility.navItems), navMenuVisibility);
@@ -27323,7 +27549,7 @@ var NavigationHeader = function (_a) {
27323
27549
  rightSlot && (React.createElement("div", { className: "arc-NavigationHeader-rightSlot" }, rightSlot)),
27324
27550
  React.createElement(Visible, __assign({}, burgerMenuVisibilityProps),
27325
27551
  React.createElement("div", { className: "arc-NavigationHeader-burgerMenuSlot" },
27326
- React.createElement(NavigationHeaderBurgerMenu, { logo: logo, navItems: navItems, actions: burgerMenuActions, header: burgerMenuHeader, footer: burgerMenuFooter })))))));
27552
+ React.createElement(NavigationHeaderBurgerMenu, { logo: logo, background: background, pathway: burgerMenuPathway, navItems: navItems, actions: burgerMenuActions, header: burgerMenuHeader, footer: burgerMenuFooter, onOpenChange: onOpenChange })))))));
27327
27553
  };
27328
27554
 
27329
27555
  var NavigationHeaderAction = function (_a) {
@@ -27331,7 +27557,7 @@ var NavigationHeaderAction = function (_a) {
27331
27557
  return (React.createElement("div", { className: classNames("arc-NavigationHeaderAction", {
27332
27558
  "arc-NavigationHeaderAction--attention": isAttention,
27333
27559
  }) },
27334
- React.createElement(Tooltip, { asChild: true, delayDuration: 0, title: title, alignContent: "center", supportingCopy: supportingCopy, side: "bottom" },
27560
+ React.createElement(Tooltip, { asChild: true, title: title, alignContent: "center", supportingCopy: supportingCopy, delayDuration: DELAY_DURATION, side: "bottom" },
27335
27561
  React.createElement(NavigationHeaderButton, { isPadded: false, onClick: onClick },
27336
27562
  React.createElement("div", { className: "arc-NavigationHeaderAction-content" },
27337
27563
  React.createElement(Icon$1, { "aria-hidden": true, icon: icon, size: 24 }),
@@ -27532,6 +27758,7 @@ exports.ButtonV2 = ButtonV2;
27532
27758
  exports.Calendar = Calendar;
27533
27759
  exports.Carousel = Carousel;
27534
27760
  exports.Checkbox = Checkbox;
27761
+ exports.CheckboxIcon = CheckboxIcon;
27535
27762
  exports.Columns = Columns;
27536
27763
  exports.ColumnsCol = ColumnsCol;
27537
27764
  exports.ComboBox = ComboBox;
@@ -27624,6 +27851,7 @@ exports.Rule = Rule;
27624
27851
  exports.ScrollToTop = ScrollToTop;
27625
27852
  exports.Section = Section;
27626
27853
  exports.Select = Select;
27854
+ exports.SemanticHeading = SemanticHeading;
27627
27855
  exports.SiteFooter = SiteFooter;
27628
27856
  exports.SiteFooterItem = SiteFooterItem;
27629
27857
  exports.SiteFooterItemGroup = SiteFooterItemGroup;