@porsche-design-system/components-react 2.17.0 → 2.18.0-rc.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (464) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/esm/hooks.js +62 -0
  3. package/esm/lib/components/accordion.wrapper.js +23 -0
  4. package/esm/lib/components/banner.wrapper.js +23 -0
  5. package/esm/lib/components/button-group.wrapper.js +20 -0
  6. package/esm/lib/components/button-pure.wrapper.js +22 -0
  7. package/esm/lib/components/button.wrapper.js +22 -0
  8. package/esm/lib/components/carousel.wrapper.js +23 -0
  9. package/esm/lib/components/checkbox-wrapper.wrapper.js +22 -0
  10. package/esm/lib/components/content-wrapper.wrapper.js +22 -0
  11. package/esm/lib/components/divider.wrapper.js +22 -0
  12. package/esm/lib/components/fieldset-wrapper.wrapper.js +22 -0
  13. package/esm/lib/components/flex-item.wrapper.js +22 -0
  14. package/esm/lib/components/flex.wrapper.js +22 -0
  15. package/esm/lib/components/grid-item.wrapper.js +22 -0
  16. package/esm/lib/components/grid.wrapper.js +22 -0
  17. package/esm/lib/components/headline.wrapper.js +22 -0
  18. package/esm/lib/components/icon.wrapper.js +22 -0
  19. package/esm/lib/components/inline-notification.wrapper.js +24 -0
  20. package/esm/lib/components/link-pure.wrapper.js +22 -0
  21. package/esm/lib/components/link-social.wrapper.js +22 -0
  22. package/esm/lib/components/link-tile.wrapper.js +22 -0
  23. package/esm/lib/components/link.wrapper.js +22 -0
  24. package/esm/lib/components/marque.wrapper.js +22 -0
  25. package/esm/lib/components/modal.wrapper.js +23 -0
  26. package/esm/lib/components/pagination.wrapper.js +23 -0
  27. package/esm/lib/components/popover.wrapper.js +22 -0
  28. package/esm/lib/components/radio-button-wrapper.wrapper.js +22 -0
  29. package/esm/lib/components/scroller.wrapper.js +22 -0
  30. package/esm/lib/components/segmented-control-item.wrapper.js +22 -0
  31. package/esm/lib/components/segmented-control.wrapper.js +23 -0
  32. package/esm/lib/components/select-wrapper.wrapper.js +22 -0
  33. package/esm/lib/components/spinner.wrapper.js +22 -0
  34. package/esm/lib/components/stepper-horizontal-item.wrapper.js +22 -0
  35. package/esm/lib/components/stepper-horizontal.wrapper.js +23 -0
  36. package/esm/lib/components/switch.wrapper.js +23 -0
  37. package/esm/lib/components/table-body.wrapper.js +17 -0
  38. package/esm/lib/components/table-cell.wrapper.js +20 -0
  39. package/esm/lib/components/table-head-cell.wrapper.js +22 -0
  40. package/esm/lib/components/table-head-row.wrapper.js +17 -0
  41. package/esm/lib/components/table-head.wrapper.js +17 -0
  42. package/esm/lib/components/table-row.wrapper.js +17 -0
  43. package/esm/lib/components/table.wrapper.js +21 -0
  44. package/esm/lib/components/tabs-bar.wrapper.js +23 -0
  45. package/esm/lib/components/tabs-item.wrapper.js +20 -0
  46. package/esm/lib/components/tabs.wrapper.js +23 -0
  47. package/esm/lib/components/tag-dismissible.wrapper.js +22 -0
  48. package/esm/lib/components/tag.wrapper.js +22 -0
  49. package/esm/lib/components/text-field-wrapper.wrapper.js +23 -0
  50. package/esm/lib/components/text-list-item.wrapper.js +17 -0
  51. package/esm/lib/components/text-list.wrapper.js +22 -0
  52. package/esm/lib/components/text.wrapper.js +22 -0
  53. package/esm/lib/components/textarea-wrapper.wrapper.js +22 -0
  54. package/esm/lib/components/toast.wrapper.js +20 -0
  55. package/esm/provider.js +16 -0
  56. package/esm/public-api.js +55 -911
  57. package/esm/utils.js +28 -0
  58. package/hooks.js +71 -0
  59. package/jsdom-polyfill/index.js +1 -1
  60. package/lib/components/accordion.wrapper.js +27 -0
  61. package/lib/components/banner.wrapper.js +27 -0
  62. package/lib/components/button-group.wrapper.js +24 -0
  63. package/lib/components/button-pure.wrapper.js +26 -0
  64. package/lib/components/button.wrapper.js +26 -0
  65. package/lib/components/carousel.wrapper.js +27 -0
  66. package/lib/components/checkbox-wrapper.wrapper.js +26 -0
  67. package/lib/components/content-wrapper.wrapper.js +26 -0
  68. package/lib/components/divider.wrapper.js +26 -0
  69. package/lib/components/fieldset-wrapper.wrapper.js +26 -0
  70. package/lib/components/flex-item.wrapper.js +26 -0
  71. package/lib/components/flex.wrapper.js +26 -0
  72. package/lib/components/grid-item.wrapper.js +26 -0
  73. package/lib/components/grid.wrapper.js +26 -0
  74. package/lib/components/headline.wrapper.js +26 -0
  75. package/lib/components/icon.wrapper.js +26 -0
  76. package/lib/components/inline-notification.wrapper.js +28 -0
  77. package/lib/components/link-pure.wrapper.js +26 -0
  78. package/lib/components/link-social.wrapper.js +26 -0
  79. package/lib/components/link-tile.wrapper.js +26 -0
  80. package/lib/components/link.wrapper.js +26 -0
  81. package/lib/components/marque.wrapper.js +26 -0
  82. package/lib/components/modal.wrapper.js +27 -0
  83. package/lib/components/pagination.wrapper.js +27 -0
  84. package/lib/components/popover.wrapper.d.ts +2 -2
  85. package/lib/components/popover.wrapper.js +26 -0
  86. package/lib/components/radio-button-wrapper.wrapper.js +26 -0
  87. package/lib/components/scroller.wrapper.js +26 -0
  88. package/lib/components/segmented-control-item.wrapper.js +26 -0
  89. package/lib/components/segmented-control.wrapper.js +27 -0
  90. package/lib/components/select-wrapper.wrapper.js +26 -0
  91. package/lib/components/spinner.wrapper.js +26 -0
  92. package/lib/components/stepper-horizontal-item.wrapper.js +26 -0
  93. package/lib/components/stepper-horizontal.wrapper.js +27 -0
  94. package/lib/components/switch.wrapper.js +27 -0
  95. package/lib/components/table-body.wrapper.js +21 -0
  96. package/lib/components/table-cell.wrapper.js +24 -0
  97. package/lib/components/table-head-cell.wrapper.js +26 -0
  98. package/lib/components/table-head-row.wrapper.js +21 -0
  99. package/lib/components/table-head.wrapper.js +21 -0
  100. package/lib/components/table-row.wrapper.js +21 -0
  101. package/lib/components/table.wrapper.js +25 -0
  102. package/lib/components/tabs-bar.wrapper.js +27 -0
  103. package/lib/components/tabs-item.wrapper.js +24 -0
  104. package/lib/components/tabs.wrapper.js +27 -0
  105. package/lib/components/tag-dismissible.wrapper.js +26 -0
  106. package/lib/components/tag.wrapper.js +26 -0
  107. package/lib/components/text-field-wrapper.wrapper.js +27 -0
  108. package/lib/components/text-list-item.wrapper.js +21 -0
  109. package/lib/components/text-list.wrapper.js +26 -0
  110. package/lib/components/text.wrapper.js +26 -0
  111. package/lib/components/textarea-wrapper.wrapper.js +26 -0
  112. package/lib/components/toast.wrapper.js +24 -0
  113. package/package.json +2 -2
  114. package/provider.js +21 -0
  115. package/public-api.js +114 -965
  116. package/ssr/components/dist/styles/esm/styles-entry.js +8249 -0
  117. package/ssr/components/dist/utils/esm/utils-entry.js +5740 -0
  118. package/ssr/components-react/projects/react-ssr-wrapper/src/hooks.js +71 -0
  119. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/components/accordion.wrapper.js +41 -0
  120. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/components/banner.wrapper.js +41 -0
  121. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/components/button-group.wrapper.js +38 -0
  122. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/components/button-pure.wrapper.js +40 -0
  123. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/components/button.wrapper.js +40 -0
  124. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/components/carousel.wrapper.js +41 -0
  125. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/components/checkbox-wrapper.wrapper.js +40 -0
  126. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/components/content-wrapper.wrapper.js +40 -0
  127. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/components/divider.wrapper.js +39 -0
  128. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/components/fieldset-wrapper.wrapper.js +40 -0
  129. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/components/flex-item.wrapper.js +40 -0
  130. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/components/flex.wrapper.js +40 -0
  131. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/components/grid-item.wrapper.js +42 -0
  132. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/components/grid.wrapper.js +40 -0
  133. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/components/headline.wrapper.js +40 -0
  134. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/components/icon.wrapper.js +39 -0
  135. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/components/inline-notification.wrapper.js +42 -0
  136. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/components/link-pure.wrapper.js +40 -0
  137. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/components/link-social.wrapper.js +40 -0
  138. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/components/link-tile.wrapper.js +40 -0
  139. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/components/link.wrapper.js +40 -0
  140. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/components/marque.wrapper.js +39 -0
  141. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/components/modal.wrapper.js +41 -0
  142. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/components/pagination.wrapper.js +40 -0
  143. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/components/popover.wrapper.js +40 -0
  144. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/components/radio-button-wrapper.wrapper.js +40 -0
  145. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/components/scroller.wrapper.js +40 -0
  146. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/components/segmented-control-item.wrapper.js +42 -0
  147. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/components/segmented-control.wrapper.js +42 -0
  148. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/components/select-wrapper.wrapper.js +40 -0
  149. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/components/spinner.wrapper.js +39 -0
  150. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/components/stepper-horizontal-item.wrapper.js +43 -0
  151. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/components/stepper-horizontal.wrapper.js +42 -0
  152. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/components/switch.wrapper.js +41 -0
  153. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/components/table-body.wrapper.js +36 -0
  154. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/components/table-cell.wrapper.js +39 -0
  155. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/components/table-head-cell.wrapper.js +41 -0
  156. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/components/table-head-row.wrapper.js +36 -0
  157. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/components/table-head.wrapper.js +36 -0
  158. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/components/table-row.wrapper.js +36 -0
  159. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/components/table.wrapper.js +39 -0
  160. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/components/tabs-bar.wrapper.js +41 -0
  161. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/components/tabs-item.wrapper.js +40 -0
  162. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/components/tabs.wrapper.js +41 -0
  163. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/components/tag-dismissible.wrapper.js +40 -0
  164. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/components/tag.wrapper.js +40 -0
  165. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/components/text-field-wrapper.wrapper.js +41 -0
  166. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/components/text-list-item.wrapper.js +38 -0
  167. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/components/text-list.wrapper.js +40 -0
  168. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/components/text.wrapper.js +40 -0
  169. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/components/textarea-wrapper.wrapper.js +40 -0
  170. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/components/toast.wrapper.js +37 -0
  171. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/accordion.js +30 -0
  172. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/banner.js +28 -0
  173. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/button-group.js +25 -0
  174. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/button-pure.js +41 -0
  175. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/button.js +40 -0
  176. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/carousel.js +39 -0
  177. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/checkbox-wrapper.js +27 -0
  178. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/content-wrapper.js +25 -0
  179. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/divider.js +18 -0
  180. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/fieldset-wrapper.js +29 -0
  181. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/flex-item.js +25 -0
  182. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/flex.js +25 -0
  183. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/grid-item.js +26 -0
  184. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/grid.js +28 -0
  185. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/headline.js +27 -0
  186. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/icon.js +25 -0
  187. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/inline-notification.js +32 -0
  188. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/link-pure.js +37 -0
  189. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/link-social.js +32 -0
  190. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/link-tile.js +46 -0
  191. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/link.js +39 -0
  192. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/marque.js +32 -0
  193. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/modal.js +30 -0
  194. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/pagination.js +42 -0
  195. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/popover.js +37 -0
  196. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/radio-button-wrapper.js +27 -0
  197. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/required.js +11 -0
  198. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/scroller.js +37 -0
  199. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/segmented-control-item.js +31 -0
  200. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/segmented-control.js +31 -0
  201. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/select-wrapper.js +33 -0
  202. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/spinner.js +20 -0
  203. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/state-message.js +15 -0
  204. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/stepper-horizontal-item.js +28 -0
  205. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/stepper-horizontal.js +34 -0
  206. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/switch.js +31 -0
  207. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/table-body.js +25 -0
  208. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/table-cell.js +25 -0
  209. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/table-head-cell.js +29 -0
  210. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/table-head-row.js +25 -0
  211. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/table-head.js +25 -0
  212. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/table-row.js +25 -0
  213. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/table.js +38 -0
  214. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/tabs-bar.js +32 -0
  215. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/tabs-item.js +26 -0
  216. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/tabs.js +34 -0
  217. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/tag-dismissible.js +28 -0
  218. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/tag.js +28 -0
  219. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/text-field-wrapper.js +56 -0
  220. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/text-list-item.js +27 -0
  221. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/text-list.js +29 -0
  222. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/text.js +29 -0
  223. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/textarea-wrapper.js +28 -0
  224. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/toast.js +19 -0
  225. package/ssr/components-react/projects/react-ssr-wrapper/src/minifyCss.js +7 -0
  226. package/ssr/components-react/projects/react-ssr-wrapper/src/provider.js +21 -0
  227. package/ssr/components-react/projects/react-ssr-wrapper/src/public-api.js +123 -0
  228. package/ssr/components-react/projects/react-ssr-wrapper/src/stripFocusAndHoverStyles.js +7 -0
  229. package/ssr/components-react/projects/react-ssr-wrapper/src/utils.js +34 -0
  230. package/ssr/esm/components/dist/styles/esm/styles-entry.js +8192 -0
  231. package/ssr/esm/components/dist/utils/esm/utils-entry.js +5687 -0
  232. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/hooks.js +62 -0
  233. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/components/accordion.wrapper.js +37 -0
  234. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/components/banner.wrapper.js +37 -0
  235. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/components/button-group.wrapper.js +34 -0
  236. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/components/button-pure.wrapper.js +36 -0
  237. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/components/button.wrapper.js +36 -0
  238. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/components/carousel.wrapper.js +37 -0
  239. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/components/checkbox-wrapper.wrapper.js +36 -0
  240. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/components/content-wrapper.wrapper.js +36 -0
  241. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/components/divider.wrapper.js +35 -0
  242. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/components/fieldset-wrapper.wrapper.js +36 -0
  243. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/components/flex-item.wrapper.js +36 -0
  244. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/components/flex.wrapper.js +36 -0
  245. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/components/grid-item.wrapper.js +38 -0
  246. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/components/grid.wrapper.js +36 -0
  247. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/components/headline.wrapper.js +36 -0
  248. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/components/icon.wrapper.js +35 -0
  249. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/components/inline-notification.wrapper.js +38 -0
  250. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/components/link-pure.wrapper.js +36 -0
  251. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/components/link-social.wrapper.js +36 -0
  252. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/components/link-tile.wrapper.js +36 -0
  253. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/components/link.wrapper.js +36 -0
  254. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/components/marque.wrapper.js +35 -0
  255. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/components/modal.wrapper.js +37 -0
  256. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/components/pagination.wrapper.js +36 -0
  257. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/components/popover.wrapper.js +36 -0
  258. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/components/radio-button-wrapper.wrapper.js +36 -0
  259. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/components/scroller.wrapper.js +36 -0
  260. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/components/segmented-control-item.wrapper.js +38 -0
  261. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/components/segmented-control.wrapper.js +38 -0
  262. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/components/select-wrapper.wrapper.js +36 -0
  263. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/components/spinner.wrapper.js +35 -0
  264. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/components/stepper-horizontal-item.wrapper.js +39 -0
  265. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/components/stepper-horizontal.wrapper.js +38 -0
  266. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/components/switch.wrapper.js +37 -0
  267. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/components/table-body.wrapper.js +32 -0
  268. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/components/table-cell.wrapper.js +35 -0
  269. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/components/table-head-cell.wrapper.js +37 -0
  270. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/components/table-head-row.wrapper.js +32 -0
  271. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/components/table-head.wrapper.js +32 -0
  272. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/components/table-row.wrapper.js +32 -0
  273. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/components/table.wrapper.js +35 -0
  274. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/components/tabs-bar.wrapper.js +37 -0
  275. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/components/tabs-item.wrapper.js +36 -0
  276. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/components/tabs.wrapper.js +37 -0
  277. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/components/tag-dismissible.wrapper.js +36 -0
  278. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/components/tag.wrapper.js +36 -0
  279. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/components/text-field-wrapper.wrapper.js +37 -0
  280. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/components/text-list-item.wrapper.js +34 -0
  281. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/components/text-list.wrapper.js +36 -0
  282. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/components/text.wrapper.js +36 -0
  283. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/components/textarea-wrapper.wrapper.js +36 -0
  284. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/components/toast.wrapper.js +33 -0
  285. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/accordion.js +26 -0
  286. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/banner.js +24 -0
  287. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/button-group.js +21 -0
  288. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/button-pure.js +37 -0
  289. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/button.js +36 -0
  290. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/carousel.js +35 -0
  291. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/checkbox-wrapper.js +23 -0
  292. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/content-wrapper.js +21 -0
  293. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/divider.js +14 -0
  294. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/fieldset-wrapper.js +25 -0
  295. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/flex-item.js +21 -0
  296. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/flex.js +21 -0
  297. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/grid-item.js +22 -0
  298. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/grid.js +24 -0
  299. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/headline.js +23 -0
  300. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/icon.js +21 -0
  301. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/inline-notification.js +28 -0
  302. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/link-pure.js +33 -0
  303. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/link-social.js +28 -0
  304. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/link-tile.js +42 -0
  305. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/link.js +35 -0
  306. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/marque.js +28 -0
  307. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/modal.js +26 -0
  308. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/pagination.js +38 -0
  309. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/popover.js +33 -0
  310. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/radio-button-wrapper.js +23 -0
  311. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/required.js +7 -0
  312. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/scroller.js +33 -0
  313. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/segmented-control-item.js +27 -0
  314. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/segmented-control.js +27 -0
  315. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/select-wrapper.js +29 -0
  316. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/spinner.js +16 -0
  317. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/state-message.js +11 -0
  318. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/stepper-horizontal-item.js +24 -0
  319. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/stepper-horizontal.js +30 -0
  320. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/switch.js +27 -0
  321. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/table-body.js +21 -0
  322. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/table-cell.js +21 -0
  323. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/table-head-cell.js +25 -0
  324. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/table-head-row.js +21 -0
  325. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/table-head.js +21 -0
  326. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/table-row.js +21 -0
  327. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/table.js +34 -0
  328. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/tabs-bar.js +28 -0
  329. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/tabs-item.js +22 -0
  330. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/tabs.js +30 -0
  331. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/tag-dismissible.js +24 -0
  332. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/tag.js +24 -0
  333. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/text-field-wrapper.js +52 -0
  334. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/text-list-item.js +23 -0
  335. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/text-list.js +25 -0
  336. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/text.js +25 -0
  337. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/textarea-wrapper.js +24 -0
  338. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/toast.js +15 -0
  339. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/minifyCss.js +3 -0
  340. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/provider.js +16 -0
  341. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/public-api.js +56 -0
  342. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/stripFocusAndHoverStyles.js +3 -0
  343. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/utils.js +28 -0
  344. package/ssr/esm/icons/dist/module/index.js +3 -0
  345. package/ssr/hooks.d.ts +15 -0
  346. package/ssr/icons/dist/module/index.js +7 -0
  347. package/ssr/lib/components/accordion.wrapper.d.ts +64 -0
  348. package/ssr/lib/components/banner.wrapper.d.ts +48 -0
  349. package/ssr/lib/components/button-group.wrapper.d.ts +16 -0
  350. package/ssr/lib/components/button-pure.wrapper.d.ts +122 -0
  351. package/ssr/lib/components/button.wrapper.d.ts +90 -0
  352. package/ssr/lib/components/carousel.wrapper.d.ts +72 -0
  353. package/ssr/lib/components/checkbox-wrapper.wrapper.d.ts +40 -0
  354. package/ssr/lib/components/content-wrapper.wrapper.d.ts +32 -0
  355. package/ssr/lib/components/divider.wrapper.d.ts +30 -0
  356. package/ssr/lib/components/fieldset-wrapper.wrapper.d.ts +48 -0
  357. package/ssr/lib/components/flex-item.wrapper.d.ts +56 -0
  358. package/ssr/lib/components/flex.wrapper.d.ts +56 -0
  359. package/ssr/lib/components/grid-item.wrapper.d.ts +24 -0
  360. package/ssr/lib/components/grid.wrapper.d.ts +32 -0
  361. package/ssr/lib/components/headline.wrapper.d.ts +56 -0
  362. package/ssr/lib/components/icon.wrapper.d.ts +62 -0
  363. package/ssr/lib/components/index.d.ts +52 -0
  364. package/ssr/lib/components/inline-notification.wrapper.d.ts +88 -0
  365. package/ssr/lib/components/link-pure.wrapper.d.ts +120 -0
  366. package/ssr/lib/components/link-social.wrapper.d.ts +64 -0
  367. package/ssr/lib/components/link-tile.wrapper.d.ts +112 -0
  368. package/ssr/lib/components/link.wrapper.d.ts +88 -0
  369. package/ssr/lib/components/marque.wrapper.d.ts +46 -0
  370. package/ssr/lib/components/modal.wrapper.d.ts +64 -0
  371. package/ssr/lib/components/pagination.wrapper.d.ts +86 -0
  372. package/ssr/lib/components/popover.wrapper.d.ts +32 -0
  373. package/ssr/lib/components/radio-button-wrapper.wrapper.d.ts +40 -0
  374. package/ssr/lib/components/scroller.wrapper.d.ts +40 -0
  375. package/ssr/lib/components/segmented-control-item.wrapper.d.ts +48 -0
  376. package/ssr/lib/components/segmented-control.wrapper.d.ts +40 -0
  377. package/ssr/lib/components/select-wrapper.wrapper.d.ts +80 -0
  378. package/ssr/lib/components/spinner.wrapper.d.ts +30 -0
  379. package/ssr/lib/components/stepper-horizontal-item.wrapper.d.ts +24 -0
  380. package/ssr/lib/components/stepper-horizontal.wrapper.d.ts +32 -0
  381. package/ssr/lib/components/switch.wrapper.d.ts +82 -0
  382. package/ssr/lib/components/table-body.wrapper.d.ts +5 -0
  383. package/ssr/lib/components/table-cell.wrapper.d.ts +15 -0
  384. package/ssr/lib/components/table-head-cell.wrapper.d.ts +32 -0
  385. package/ssr/lib/components/table-head-row.wrapper.d.ts +5 -0
  386. package/ssr/lib/components/table-head.wrapper.d.ts +5 -0
  387. package/ssr/lib/components/table-row.wrapper.d.ts +5 -0
  388. package/ssr/lib/components/table.wrapper.d.ts +24 -0
  389. package/ssr/lib/components/tabs-bar.wrapper.d.ts +56 -0
  390. package/ssr/lib/components/tabs-item.wrapper.d.ts +15 -0
  391. package/ssr/lib/components/tabs.wrapper.d.ts +56 -0
  392. package/ssr/lib/components/tag-dismissible.wrapper.d.ts +32 -0
  393. package/ssr/lib/components/tag.wrapper.d.ts +40 -0
  394. package/ssr/lib/components/text-field-wrapper.wrapper.d.ts +96 -0
  395. package/ssr/lib/components/text-list-item.wrapper.d.ts +5 -0
  396. package/ssr/lib/components/text-list.wrapper.d.ts +32 -0
  397. package/ssr/lib/components/text.wrapper.d.ts +64 -0
  398. package/ssr/lib/components/textarea-wrapper.wrapper.d.ts +56 -0
  399. package/ssr/lib/components/toast.wrapper.d.ts +14 -0
  400. package/ssr/lib/dsr-components/accordion.d.ts +8 -0
  401. package/ssr/lib/dsr-components/banner.d.ts +6 -0
  402. package/ssr/lib/dsr-components/button-group.d.ts +5 -0
  403. package/ssr/lib/dsr-components/button-pure.d.ts +10 -0
  404. package/ssr/lib/dsr-components/button.d.ts +6 -0
  405. package/ssr/lib/dsr-components/carousel.d.ts +12 -0
  406. package/ssr/lib/dsr-components/checkbox-wrapper.d.ts +6 -0
  407. package/ssr/lib/dsr-components/content-wrapper.d.ts +5 -0
  408. package/ssr/lib/dsr-components/divider.d.ts +5 -0
  409. package/ssr/lib/dsr-components/fieldset-wrapper.d.ts +5 -0
  410. package/ssr/lib/dsr-components/flex-item.d.ts +5 -0
  411. package/ssr/lib/dsr-components/flex.d.ts +5 -0
  412. package/ssr/lib/dsr-components/grid-item.d.ts +6 -0
  413. package/ssr/lib/dsr-components/grid.d.ts +5 -0
  414. package/ssr/lib/dsr-components/headline.d.ts +6 -0
  415. package/ssr/lib/dsr-components/icon.d.ts +8 -0
  416. package/ssr/lib/dsr-components/inline-notification.d.ts +5 -0
  417. package/ssr/lib/dsr-components/link-pure.d.ts +9 -0
  418. package/ssr/lib/dsr-components/link-social.d.ts +5 -0
  419. package/ssr/lib/dsr-components/link-tile.d.ts +5 -0
  420. package/ssr/lib/dsr-components/link.d.ts +5 -0
  421. package/ssr/lib/dsr-components/marque.d.ts +5 -0
  422. package/ssr/lib/dsr-components/modal.d.ts +9 -0
  423. package/ssr/lib/dsr-components/pagination.d.ts +8 -0
  424. package/ssr/lib/dsr-components/popover.d.ts +9 -0
  425. package/ssr/lib/dsr-components/radio-button-wrapper.d.ts +6 -0
  426. package/ssr/lib/dsr-components/required.d.ts +2 -0
  427. package/ssr/lib/dsr-components/scroller.d.ts +9 -0
  428. package/ssr/lib/dsr-components/segmented-control-item.d.ts +6 -0
  429. package/ssr/lib/dsr-components/segmented-control.d.ts +5 -0
  430. package/ssr/lib/dsr-components/select-wrapper-dropdown.d.ts +12 -0
  431. package/ssr/lib/dsr-components/select-wrapper.d.ts +9 -0
  432. package/ssr/lib/dsr-components/spinner.d.ts +5 -0
  433. package/ssr/lib/dsr-components/state-message.d.ts +9 -0
  434. package/ssr/lib/dsr-components/stepper-horizontal-item.d.ts +6 -0
  435. package/ssr/lib/dsr-components/stepper-horizontal.d.ts +8 -0
  436. package/ssr/lib/dsr-components/switch.d.ts +9 -0
  437. package/ssr/lib/dsr-components/table-body.d.ts +5 -0
  438. package/ssr/lib/dsr-components/table-cell.d.ts +5 -0
  439. package/ssr/lib/dsr-components/table-head-cell.d.ts +5 -0
  440. package/ssr/lib/dsr-components/table-head-row.d.ts +5 -0
  441. package/ssr/lib/dsr-components/table-head.d.ts +5 -0
  442. package/ssr/lib/dsr-components/table-row.d.ts +5 -0
  443. package/ssr/lib/dsr-components/table.d.ts +11 -0
  444. package/ssr/lib/dsr-components/tabs-bar.d.ts +11 -0
  445. package/ssr/lib/dsr-components/tabs-item.d.ts +6 -0
  446. package/ssr/lib/dsr-components/tabs.d.ts +6 -0
  447. package/ssr/lib/dsr-components/tag-dismissible.d.ts +5 -0
  448. package/ssr/lib/dsr-components/tag.d.ts +5 -0
  449. package/ssr/lib/dsr-components/text-field-wrapper.d.ts +17 -0
  450. package/ssr/lib/dsr-components/text-list-item.d.ts +6 -0
  451. package/ssr/lib/dsr-components/text-list.d.ts +5 -0
  452. package/ssr/lib/dsr-components/text.d.ts +6 -0
  453. package/ssr/lib/dsr-components/textarea-wrapper.d.ts +10 -0
  454. package/ssr/lib/dsr-components/toast-item.d.ts +5 -0
  455. package/ssr/lib/dsr-components/toast.d.ts +6 -0
  456. package/ssr/lib/types.d.ts +738 -0
  457. package/ssr/minifyCss.d.ts +1 -0
  458. package/ssr/package.json +6 -0
  459. package/ssr/provider.d.ts +9 -0
  460. package/ssr/public-api.d.ts +6 -0
  461. package/ssr/stripFocusAndHoverStyles.d.ts +1 -0
  462. package/ssr/utils.d.ts +4 -0
  463. package/{testing.js → testing/index.js} +0 -0
  464. package/utils.js +34 -0
@@ -1 +1 @@
1
- "use strict";var e="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function t(e){var t=e.default;if("function"==typeof t){var i=function(){return t.apply(this,arguments)};i.prototype=t.prototype}else i={};return Object.defineProperty(i,"__esModule",{value:!0}),Object.keys(e).forEach((function(t){var n=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(i,t,n.get?n:{enumerable:!0,get:function(){return e[t]}})})),i}var i,n={},o={};function s(){return i||(i=1,function(){if("undefined"!=typeof document&&!("adoptedStyleSheets"in document)){var e="ShadyCSS"in window&&!ShadyCSS.nativeShadow,t=document.implementation.createHTMLDocument(""),i=new WeakMap,n="object"==typeof DOMException?Error:DOMException,o=Object.defineProperty,s=Array.prototype.forEach,r=/@import.+?;?$/gm,a=CSSStyleSheet.prototype;a.replace=function(){return Promise.reject(new n("Can't call replace on non-constructed CSSStyleSheets."))},a.replaceSync=function(){throw new n("Failed to execute 'replaceSync' on 'CSSStyleSheet': Can't call replaceSync on non-constructed CSSStyleSheets.")};var l=new WeakMap,c=new WeakMap,d=new WeakMap,h=new WeakMap,u=k.prototype;u.replace=function(e){try{return this.replaceSync(e),Promise.resolve(this)}catch(e){return Promise.reject(e)}},u.replaceSync=function(e){if(O(this),"string"==typeof e){var t=this;l.get(t).textContent=function(e){var t=e.replace(r,"");return t!==e&&console.warn("@import rules are not allowed here. See https://github.com/WICG/construct-stylesheets/issues/119#issuecomment-588352418"),t.trim()}(e),h.set(t,[]),c.get(t).forEach((function(e){e.isConnected()&&j(t,S(t,e))}))}},o(u,"cssRules",{configurable:!0,enumerable:!0,get:function(){return O(this),l.get(this).sheet.cssRules}}),o(u,"media",{configurable:!0,enumerable:!0,get:function(){return O(this),l.get(this).sheet.media}}),["addRule","deleteRule","insertRule","removeRule"].forEach((function(e){u[e]=function(){var t=this;O(t);var i=arguments;h.get(t).push({method:e,args:i}),c.get(t).forEach((function(n){if(n.isConnected()){var o=S(t,n).sheet;o[e].apply(o,i)}}));var n=l.get(t).sheet;return n[e].apply(n,i)}})),o(k,Symbol.hasInstance,{configurable:!0,value:C});var p={childList:!0,subtree:!0},g=new WeakMap,f=new WeakMap,b=new WeakMap,m=new WeakMap;if(_.prototype={isConnected:function(){var e=f.get(this);return e instanceof Document?"loading"!==e.readyState:function(e){return"isConnected"in e?e.isConnected:document.contains(e)}(e.host)},connect:function(){var e=I(this);m.get(this).observe(e,p),b.get(this).length>0&&$(this),A(e,(function(e){E(e).connect()}))},disconnect:function(){m.get(this).disconnect()},update:function(e){var t=this,i=f.get(t)===document?"Document":"ShadowRoot";if(!Array.isArray(e))throw new TypeError("Failed to set the 'adoptedStyleSheets' property on "+i+": Iterator getter is not callable.");if(!e.every(C))throw new TypeError("Failed to set the 'adoptedStyleSheets' property on "+i+": Failed to convert value to 'CSSStyleSheet'");if(e.some(x))throw new TypeError("Failed to set the 'adoptedStyleSheets' property on "+i+": Can't adopt non-constructed stylesheets");t.sheets=e;var n,o,s=b.get(t),r=(n=e).filter((function(e,t){return n.indexOf(e)===t}));(o=r,s.filter((function(e){return-1===o.indexOf(e)}))).forEach((function(e){var i;(i=S(e,t)).parentNode.removeChild(i),function(e,t){d.get(e).delete(t),c.set(e,c.get(e).filter((function(e){return e!==t})))}(e,t)})),b.set(t,r),t.isConnected()&&r.length>0&&$(t)}},window.CSSStyleSheet=k,R(Document),"ShadowRoot"in window){R(ShadowRoot);var v=Element.prototype,y=v.attachShadow;v.attachShadow=function(e){var t=y.call(this,e);return"closed"===e.mode&&i.set(this,t),t}}var w=E(document);w.isConnected()?w.connect():document.addEventListener("DOMContentLoaded",w.connect.bind(w))}function T(e){return e.shadowRoot||i.get(e)}function C(e){return"object"==typeof e&&(u.isPrototypeOf(e)||a.isPrototypeOf(e))}function x(e){return"object"==typeof e&&a.isPrototypeOf(e)}function S(e,t){return d.get(e).get(t)}function j(e,t){requestAnimationFrame((function(){t.textContent=l.get(e).textContent,h.get(e).forEach((function(e){return t.sheet[e.method].apply(t.sheet,e.args)}))}))}function O(e){if(!l.has(e))throw new TypeError("Illegal invocation")}function k(){var e=this,i=document.createElement("style");t.body.appendChild(i),l.set(e,i),c.set(e,[]),d.set(e,new WeakMap),h.set(e,[])}function E(e){var t=g.get(e);return t||(t=new _(e),g.set(e,t)),t}function R(e){o(e.prototype,"adoptedStyleSheets",{configurable:!0,enumerable:!0,get:function(){return E(this).sheets},set:function(e){E(this).update(e)}})}function A(e,t){for(var i=document.createNodeIterator(e,NodeFilter.SHOW_ELEMENT,(function(e){return T(e)?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_REJECT}),null,!1),n=void 0;n=i.nextNode();)t(T(n))}function I(e){var t=f.get(e);return t instanceof Document?t.body:t}function $(e){var t=document.createDocumentFragment(),i=b.get(e),n=m.get(e),o=I(e);n.disconnect(),i.forEach((function(i){t.appendChild(S(i,e)||function(e,t){var i=document.createElement("style");return d.get(e).set(t,i),c.get(e).push(t),i}(i,e))})),o.insertBefore(t,null),n.observe(o,p),i.forEach((function(t){j(t,S(t,e))}))}function _(t){var i=this;i.sheets=[],f.set(i,t),b.set(i,[]),m.set(i,new MutationObserver((function(t,n){document?t.forEach((function(t){e||s.call(t.addedNodes,(function(e){e instanceof Element&&A(e,(function(e){E(e).connect()}))})),s.call(t.removedNodes,(function(t){t instanceof Element&&(function(e,t){return t instanceof HTMLStyleElement&&b.get(e).some((function(t){return S(t,e)}))}(i,t)&&$(i),e||A(t,(function(e){E(e).disconnect()})))}))})):n.disconnect()})))}}()),o}var r,a={};function l(){return r||(r=1,function(){if("object"==typeof window)if("IntersectionObserver"in window&&"IntersectionObserverEntry"in window&&"intersectionRatio"in window.IntersectionObserverEntry.prototype)"isIntersecting"in window.IntersectionObserverEntry.prototype||Object.defineProperty(window.IntersectionObserverEntry.prototype,"isIntersecting",{get:function(){return this.intersectionRatio>0}});else{var e=function(e){for(var t=window.document,i=o(t);i;)i=o(t=i.ownerDocument);return t}(),t=[],i=null,n=null;r.prototype.THROTTLE_TIMEOUT=100,r.prototype.POLL_INTERVAL=null,r.prototype.USE_MUTATION_OBSERVER=!0,r._setupCrossOriginUpdater=function(){return i||(i=function(e,i){n=e&&i?h(e,i):{top:0,bottom:0,left:0,right:0,width:0,height:0},t.forEach((function(e){e._checkForIntersections()}))}),i},r._resetCrossOriginUpdater=function(){i=null,n=null},r.prototype.observe=function(e){if(!this._observationTargets.some((function(t){return t.element==e}))){if(!e||1!=e.nodeType)throw new Error("target must be an Element");this._registerInstance(),this._observationTargets.push({element:e,entry:null}),this._monitorIntersections(e.ownerDocument),this._checkForIntersections()}},r.prototype.unobserve=function(e){this._observationTargets=this._observationTargets.filter((function(t){return t.element!=e})),this._unmonitorIntersections(e.ownerDocument),0==this._observationTargets.length&&this._unregisterInstance()},r.prototype.disconnect=function(){this._observationTargets=[],this._unmonitorAllIntersections(),this._unregisterInstance()},r.prototype.takeRecords=function(){var e=this._queuedEntries.slice();return this._queuedEntries=[],e},r.prototype._initThresholds=function(e){var t=e||[0];return Array.isArray(t)||(t=[t]),t.sort().filter((function(e,t,i){if("number"!=typeof e||isNaN(e)||e<0||e>1)throw new Error("threshold must be a number between 0 and 1 inclusively");return e!==i[t-1]}))},r.prototype._parseRootMargin=function(e){var t=(e||"0px").split(/\s+/).map((function(e){var t=/^(-?\d*\.?\d+)(px|%)$/.exec(e);if(!t)throw new Error("rootMargin must be specified in pixels or percent");return{value:parseFloat(t[1]),unit:t[2]}}));return t[1]=t[1]||t[0],t[2]=t[2]||t[0],t[3]=t[3]||t[1],t},r.prototype._monitorIntersections=function(t){var i=t.defaultView;if(i&&-1==this._monitoringDocuments.indexOf(t)){var n=this._checkForIntersections,s=null,r=null;this.POLL_INTERVAL?s=i.setInterval(n,this.POLL_INTERVAL):(a(i,"resize",n,!0),a(t,"scroll",n,!0),this.USE_MUTATION_OBSERVER&&"MutationObserver"in i&&(r=new i.MutationObserver(n)).observe(t,{attributes:!0,childList:!0,characterData:!0,subtree:!0})),this._monitoringDocuments.push(t),this._monitoringUnsubscribes.push((function(){var e=t.defaultView;e&&(s&&e.clearInterval(s),l(e,"resize",n,!0)),l(t,"scroll",n,!0),r&&r.disconnect()}));var c=this.root&&(this.root.ownerDocument||this.root)||e;if(t!=c){var d=o(t);d&&this._monitorIntersections(d.ownerDocument)}}},r.prototype._unmonitorIntersections=function(t){var i=this._monitoringDocuments.indexOf(t);if(-1!=i){var n=this.root&&(this.root.ownerDocument||this.root)||e,s=this._observationTargets.some((function(e){var i=e.element.ownerDocument;if(i==t)return!0;for(;i&&i!=n;){var s=o(i);if((i=s&&s.ownerDocument)==t)return!0}return!1}));if(!s){var r=this._monitoringUnsubscribes[i];if(this._monitoringDocuments.splice(i,1),this._monitoringUnsubscribes.splice(i,1),r(),t!=n){var a=o(t);a&&this._unmonitorIntersections(a.ownerDocument)}}}},r.prototype._unmonitorAllIntersections=function(){var e=this._monitoringUnsubscribes.slice(0);this._monitoringDocuments.length=0,this._monitoringUnsubscribes.length=0;for(var t=0;t<e.length;t++)e[t]()},r.prototype._checkForIntersections=function(){if(this.root||!i||n){var e=this._rootIsInDom(),t=e?this._getRootRect():{top:0,bottom:0,left:0,right:0,width:0,height:0};this._observationTargets.forEach((function(n){var o=n.element,r=c(o),a=this._rootContainsTarget(o),l=n.entry,d=e&&a&&this._computeTargetAndRootIntersection(o,r,t),h=null;this._rootContainsTarget(o)?i&&!this.root||(h=t):h={top:0,bottom:0,left:0,right:0,width:0,height:0};var u=n.entry=new s({time:window.performance&&performance.now&&performance.now(),target:o,boundingClientRect:r,rootBounds:h,intersectionRect:d});l?e&&a?this._hasCrossedThreshold(l,u)&&this._queuedEntries.push(u):l&&l.isIntersecting&&this._queuedEntries.push(u):this._queuedEntries.push(u)}),this),this._queuedEntries.length&&this._callback(this.takeRecords(),this)}},r.prototype._computeTargetAndRootIntersection=function(t,o,s){if("none"!=window.getComputedStyle(t).display){for(var r,a,l,d,u,g,f,b,m=o,v=p(t),y=!1;!y&&v;){var w=null,T=1==v.nodeType?window.getComputedStyle(v):{};if("none"==T.display)return null;if(v==this.root||9==v.nodeType)if(y=!0,v==this.root||v==e)i&&!this.root?!n||0==n.width&&0==n.height?(v=null,w=null,m=null):w=n:w=s;else{var C=p(v),x=C&&c(C),S=C&&this._computeTargetAndRootIntersection(C,x,s);x&&S?(v=C,w=h(x,S)):(v=null,m=null)}else{var j=v.ownerDocument;v!=j.body&&v!=j.documentElement&&"visible"!=T.overflow&&(w=c(v))}if(w&&(r=w,a=m,l=void 0,d=void 0,u=void 0,g=void 0,f=void 0,b=void 0,l=Math.max(r.top,a.top),d=Math.min(r.bottom,a.bottom),u=Math.max(r.left,a.left),g=Math.min(r.right,a.right),b=d-l,m=(f=g-u)>=0&&b>=0&&{top:l,bottom:d,left:u,right:g,width:f,height:b}||null),!m)break;v=v&&p(v)}return m}},r.prototype._getRootRect=function(){var t;if(this.root&&!g(this.root))t=c(this.root);else{var i=g(this.root)?this.root:e,n=i.documentElement,o=i.body;t={top:0,left:0,right:n.clientWidth||o.clientWidth,width:n.clientWidth||o.clientWidth,bottom:n.clientHeight||o.clientHeight,height:n.clientHeight||o.clientHeight}}return this._expandRectByRootMargin(t)},r.prototype._expandRectByRootMargin=function(e){var t=this._rootMarginValues.map((function(t,i){return"px"==t.unit?t.value:t.value*(i%2?e.width:e.height)/100})),i={top:e.top-t[0],right:e.right+t[1],bottom:e.bottom+t[2],left:e.left-t[3]};return i.width=i.right-i.left,i.height=i.bottom-i.top,i},r.prototype._hasCrossedThreshold=function(e,t){var i=e&&e.isIntersecting?e.intersectionRatio||0:-1,n=t.isIntersecting?t.intersectionRatio||0:-1;if(i!==n)for(var o=0;o<this.thresholds.length;o++){var s=this.thresholds[o];if(s==i||s==n||s<i!=s<n)return!0}},r.prototype._rootIsInDom=function(){return!this.root||u(e,this.root)},r.prototype._rootContainsTarget=function(t){var i=this.root&&(this.root.ownerDocument||this.root)||e;return u(i,t)&&(!this.root||i==t.ownerDocument)},r.prototype._registerInstance=function(){t.indexOf(this)<0&&t.push(this)},r.prototype._unregisterInstance=function(){var e=t.indexOf(this);-1!=e&&t.splice(e,1)},window.IntersectionObserver=r,window.IntersectionObserverEntry=s}function o(e){try{return e.defaultView&&e.defaultView.frameElement||null}catch(e){return null}}function s(e){this.time=e.time,this.target=e.target,this.rootBounds=d(e.rootBounds),this.boundingClientRect=d(e.boundingClientRect),this.intersectionRect=d(e.intersectionRect||{top:0,bottom:0,left:0,right:0,width:0,height:0}),this.isIntersecting=!!e.intersectionRect;var t=this.boundingClientRect,i=t.width*t.height,n=this.intersectionRect,o=n.width*n.height;this.intersectionRatio=i?Number((o/i).toFixed(4)):this.isIntersecting?1:0}function r(e,t){var i,n,o,s=t||{};if("function"!=typeof e)throw new Error("callback must be a function");if(s.root&&1!=s.root.nodeType&&9!=s.root.nodeType)throw new Error("root must be a Document or Element");this._checkForIntersections=(i=this._checkForIntersections.bind(this),n=this.THROTTLE_TIMEOUT,o=null,function(){o||(o=setTimeout((function(){i(),o=null}),n))}),this._callback=e,this._observationTargets=[],this._queuedEntries=[],this._rootMarginValues=this._parseRootMargin(s.rootMargin),this.thresholds=this._initThresholds(s.threshold),this.root=s.root||null,this.rootMargin=this._rootMarginValues.map((function(e){return e.value+e.unit})).join(" "),this._monitoringDocuments=[],this._monitoringUnsubscribes=[]}function a(e,t,i,n){"function"==typeof e.addEventListener?e.addEventListener(t,i,n||!1):"function"==typeof e.attachEvent&&e.attachEvent("on"+t,i)}function l(e,t,i,n){"function"==typeof e.removeEventListener?e.removeEventListener(t,i,n||!1):"function"==typeof e.detachEvent&&e.detachEvent("on"+t,i)}function c(e){var t;try{t=e.getBoundingClientRect()}catch(e){}return t?(t.width&&t.height||(t={top:t.top,right:t.right,bottom:t.bottom,left:t.left,width:t.right-t.left,height:t.bottom-t.top}),t):{top:0,bottom:0,left:0,right:0,width:0,height:0}}function d(e){return!e||"x"in e?e:{top:e.top,y:e.top,bottom:e.bottom,left:e.left,x:e.left,right:e.right,width:e.width,height:e.height}}function h(e,t){var i=t.top-e.top,n=t.left-e.left;return{top:i,left:n,height:t.height,width:t.width,bottom:i+t.height,right:n+t.width}}function u(e,t){for(var i=t;i;){if(i==e)return!0;i=p(i)}return!1}function p(t){var i=t.parentNode;return 9==t.nodeType&&t!=e?o(t):(i&&i.assignedSlot&&(i=i.assignedSlot.parentNode),i&&11==i.nodeType&&i.host?i.host:i)}function g(e){return e&&9===e.nodeType}}()),a}var c;var d;var h,u={};function p(){return h||(h=1,function(){var e="undefined"==typeof window,t=!e&&"scrollBehavior"in document.documentElement.style,i=function(){return i=Object.assign||function(e){for(var t,i=1,n=arguments.length;i<n;i++)for(var o in t=arguments[i])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},i.apply(this,arguments)};function n(e,t){var i="function"==typeof Symbol&&e[Symbol.iterator];if(!i)return e;var n,o,s=i.call(e),r=[];try{for(;(void 0===t||t-- >0)&&!(n=s.next()).done;)r.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(i=s.return)&&i.call(s)}finally{if(o)throw o.error}}return r}function o(){return null!=document.scrollingElement?document.scrollingElement:document.documentElement}var s="scroll-behavior",r=new RegExp("scroll-behavior:\\s*([^;]*)");function a(e,t){var i="scroll-behavior:"+t,n=e.getAttribute("style");if(null!=n&&""!==n){var o=l(e);if(null!=o){var s="scroll-behavior:"+o;n=(n=n.replace(s+";","")).replace(s,"")}e.setAttribute("style",n.endsWith(";")?""+n+i:";"+n+i)}else e.setAttribute("style",i)}function l(e){var t=e.getAttribute("style");if(null!=t&&t.includes(s)){var i=t.match(r);if(null!=i){var o=n(i,2)[1];if(null!=o&&""!==o)return o}}}function c(e,t){if(null!=t&&"smooth"===t.behavior)return"smooth";var i,n="style"in e?e:o();if("style"in n){var s=n.style.scrollBehavior;null!=s&&""!==s&&(i=s)}if(null==i){var r=n.getAttribute("scroll-behavior");null!=r&&""!==r&&(i=r)}if(null==i&&(i=l(n)),null==i){var a=getComputedStyle(n).getPropertyValue("scrollBehavior");null!=a&&""!==a&&(i=a)}return i}function d(e){return.5*(1-Math.cos(Math.PI*e))}var h={reset:function(){}},u="undefined"==typeof WeakMap?void 0:new WeakMap;function p(e){var i=e.startTime,n=e.startX,s=e.startY,r=e.endX,c=e.endY,p=e.method,g=e.scroller,f=0,b=r-n,m=c-s,v=Math.max(Math.abs(b/1e3*15e3),Math.abs(m/1e3*15e3)),y=function(e){if(t||null==u)return h;var i,n,s,r,c,d=o(),p=u.get(e);if(null!=p)i=p.cachedScrollSnapValue,n=p.cachedScrollBehaviorStyleAttributeValue,s=p.secondaryScroller,r=p.secondaryScrollerCachedScrollSnapValue,c=p.secondaryScrollerCachedScrollBehaviorStyleAttributeValue,p.release();else{i=""===e.style.scrollSnapType?null:e.style.scrollSnapType,n=l(e),s=e===d&&d!==document.body?document.body:void 0,r=null==s?void 0:""===s.style.scrollSnapType?null:s.style.scrollSnapType,c=null==s?void 0:l(s);var g=getComputedStyle(e).getPropertyValue("scroll-snap-type"),f=null==s?void 0:getComputedStyle(s).getPropertyValue("scroll-snap-type");if("none"===g&&"none"===f)return h}e.style.scrollSnapType="none",void 0!==s&&(s.style.scrollSnapType="none"),void 0!==n&&a(e,n),void 0!==s&&void 0!==c&&a(s,c);var b=!1,m=e===d?window:e;function v(){m.removeEventListener("scroll",y),null!=u&&u.delete(e),b=!0}function y(){e.style.scrollSnapType=i,null!=s&&void 0!==r&&(s.style.scrollSnapType=r),void 0!==n&&a(e,n),void 0!==s&&void 0!==c&&a(s,c),v()}return u.set(e,{release:v,cachedScrollSnapValue:i,cachedScrollBehaviorStyleAttributeValue:n,secondaryScroller:s,secondaryScrollerCachedScrollSnapValue:r,secondaryScrollerCachedScrollBehaviorStyleAttributeValue:c}),{reset:function(){setTimeout((function(){b||m.addEventListener("scroll",y)}))}}}(g);requestAnimationFrame((function e(t){f+=t-i;var o=Math.max(0,Math.min(1,0===v?0:f/v)),a=Math.floor(n+b*d(o)),l=Math.floor(s+m*d(o));p(a,l),a!==r||l!==c?requestAnimationFrame(e):null!=y&&(y.reset(),y=void 0)}))}var g=e?void 0:Element.prototype.scroll,f=e?void 0:window.scroll,b=e?void 0:Element.prototype.scrollBy,m=e?void 0:window.scrollBy,v=e?void 0:Element.prototype.scrollTo,y=e?void 0:window.scrollTo;function w(e,t){this.__adjustingScrollPosition=!0,this.scrollLeft=e,this.scrollTop=t,delete this.__adjustingScrollPosition}function T(e,t){return w.call(this,e,t)}function C(e,t){this.__adjustingScrollPosition=!0,this.scrollLeft+=e,this.scrollTop+=t,delete this.__adjustingScrollPosition}function x(e,t){switch(e){case"scroll":return t instanceof Element?null!=g?g:w:f;case"scrollBy":return t instanceof Element?null!=b?b:C:m;case"scrollTo":return t instanceof Element?null!=v?v:T:y}}function S(e,t,i,n){var s="performance"in window?performance.now():Date.now();if(e instanceof Element)return{startTime:s,startX:r=e.scrollLeft,startY:a=e.scrollTop,endX:Math.floor("scrollBy"===n?r+t:t),endY:Math.floor("scrollBy"===n?a+i:i),method:x("scrollTo",e).bind(e),scroller:e};var r,a,l=window.scrollX,c=window.pageXOffset,d=window.scrollY,h=window.pageYOffset;return{startTime:s,startX:r=null==l||0===l?c:l,startY:a=null==d||0===d?h:d,endX:Math.floor("scrollBy"===n?r+t:t),endY:Math.floor("scrollBy"===n?a+i:i),method:x("scrollTo",window).bind(window),scroller:o()}}function j(e){return null==e?0:"number"==typeof e?e:"string"==typeof e?parseFloat(e):0}function O(e){return null!=e&&"object"==typeof e}function k(e,t,n,o){!function(e,t,i){var n=c(t,e);null==n||"auto"===n?x(i,t).call(t,e.left,e.top):p(S(t,e.left,e.top,i))}(function(e,t){if(void 0===t&&!O(e))throw new TypeError("Failed to execute 'scroll' on 'Element': parameter 1 ('options') is not an object.");return O(e)?i(i({},E(e.left,e.top)),{behavior:null==e.behavior?"auto":e.behavior}):i(i({},E(e,t)),{behavior:"auto"})}(n,o),e,t)}function E(e,t){return{left:j(e),top:j(t)}}function R(e){return"nodeType"in e&&1===e.nodeType?e.parentNode:"ShadowRoot"in window&&e instanceof window.ShadowRoot?e.host:e===document?window:e instanceof Node?e.parentNode:null}function A(e){return"visible"!==e&&"clip"!==e}function I(e){if(e.clientHeight<e.scrollHeight||e.clientWidth<e.scrollWidth){var t=getComputedStyle(e,null);return A(t.overflowY)||A(t.overflowX)}return!1}function $(e){for(var t=e,i=o();null!=t;){var n=c(t);if(null!=n&&(t===i||I(t)))return[t,n];t=R(t)}for(t=e;null!=t;){if(t===i||I(t))return[t,"auto"];t=R(t)}return[i,"auto"]}function _(e){if(void 0===e&&(e=location),"origin"in e&&null!=e.origin)return e.origin;var t=null!=e.port&&e.port.length>0?":"+e.port:"";return("http:"===e.protocol&&":80"===t||"https:"===e.protocol&&":443"===t)&&(t=""),e.protocol+"//"+e.hostname+t}var P=/^#\d/;function L(){window.addEventListener("click",(function(e){if(e.isTrusted&&e.target instanceof HTMLAnchorElement){var t=e.target,i=t.pathname,o=t.search,s=t.hash;if(_(e.target)===_(location)&&i===location.pathname&&o===location.search&&null!=s&&!(s.length<1)){var r=function(e){for(var t=e;null!=t;){if("ShadowRoot"in window&&t instanceof window.ShadowRoot)return t;var i=R(t);if(i===t)return document;t=i}return document}(e.target),a=null!=s.match(P)?r.getElementById(s.slice(1)):r.querySelector(s);if(null!=a){var l=n($(a),2)[1];"smooth"===l&&(e.preventDefault(),a.scrollIntoView({behavior:l}))}}}}))}var M=e?void 0:Element.prototype.scrollIntoView;function W(e,t,i,n,o,s,r,a){return s<e&&r>t||s>e&&r<t?0:s<=e&&a<=i||r>=t&&a>=i?s-e-n:r>t&&a<i||s<e&&a>i?r-t+o:0}function N(e,t,i){var n=i.block,s=i.inline,r=o(),a=null!=window.visualViewport?visualViewport.width:innerWidth,l=null!=window.visualViewport?visualViewport.height:innerHeight,c=null!=window.scrollX?window.scrollX:window.pageXOffset,d=null!=window.scrollY?window.scrollY:window.pageYOffset,h=e.getBoundingClientRect(),u=h.height,p=h.width,g=h.top,f=h.right,b=h.bottom,m=h.left,v="start"===n||"nearest"===n?g:"end"===n?b:g+u/2,y="center"===s?m+p/2:"end"===s?f:m,w=t.getBoundingClientRect(),T=w.height,C=w.width,x=w.top,S=w.right,j=w.bottom,O=w.left,k=getComputedStyle(t),E=parseInt(k.borderLeftWidth,10),R=parseInt(k.borderTopWidth,10),A=parseInt(k.borderRightWidth,10),I=parseInt(k.borderBottomWidth,10),$=0,_=0,P="offsetWidth"in t?t.offsetWidth-t.clientWidth-E-A:0,L="offsetHeight"in t?t.offsetHeight-t.clientHeight-R-I:0;if(r===t)$="start"===n?v:"end"===n?v-l:"nearest"===n?W(d,d+l,l,R,I,d+v,d+v+u,u):v-l/2,_="start"===s?y:"center"===s?y-a/2:"end"===s?y-a:W(c,c+a,a,E,A,c+y,c+y+p,p),$=Math.max(0,$+d),_=Math.max(0,_+c);else{$="start"===n?v-x-R:"end"===n?v-j+I+L:"nearest"===n?W(x,j,T,R,I+L,v,v+u,u):v-(x+T/2)+L/2,_="start"===s?y-O-E:"center"===s?y-(O+C/2)+P/2:"end"===s?y-S+A+P:W(O,S,C,E,A+P,y,y+p,p);var M=t.scrollLeft,N=t.scrollTop;$=Math.max(0,Math.min(N+$,t.scrollHeight-T+L)),_=Math.max(0,Math.min(M+_,t.scrollWidth-C+P))}return{top:$,left:_}}var D=e?void 0:Object.getOwnPropertyDescriptor(Element.prototype,"scrollTop").set;var H=e?void 0:Object.getOwnPropertyDescriptor(Element.prototype,"scrollLeft").set;var z=!e&&("scroll"in Element.prototype&&"scrollTo"in Element.prototype&&"scrollBy"in Element.prototype&&"scrollIntoView"in Element.prototype);e||t&&z||(Element.prototype.scroll=function(e,t){k(this,"scroll",e,t)},Element.prototype.scrollBy=function(e,t){k(this,"scrollBy",e,t)},Element.prototype.scrollTo=function(e,t){k(this,"scrollTo",e,t)},Element.prototype.scrollIntoView=function(e){var t=null==e||!0===e?{block:"start",inline:"nearest"}:!1===e?{block:"end",inline:"nearest"}:e,o=n($(this),2),s=o[0],r=o[1],a=null!=t.behavior?t.behavior:r;if("smooth"===a)s.scrollTo(i({behavior:a},N(this,s,t)));else if(null!=M)M.call(this,t);else{var l=N(this,s,t),c=l.top,d=l.left;x("scrollTo",this).call(this,d,c)}},null!=HTMLElement.prototype.scrollIntoView&&HTMLElement.prototype.scrollIntoView!==Element.prototype.scrollIntoView&&(HTMLElement.prototype.scrollIntoView=Element.prototype.scrollIntoView),Object.defineProperty(Element.prototype,"scrollLeft",{set:function(e){return this.__adjustingScrollPosition?H.call(this,e):(k(this,"scrollTo",e,this.scrollTop),e)}}),Object.defineProperty(Element.prototype,"scrollTop",{set:function(e){return this.__adjustingScrollPosition?D.call(this,e):(k(this,"scrollTo",this.scrollLeft,e),e)}}),window.scroll=function(e,t){k(this,"scroll",e,t)},window.scrollBy=function(e,t){k(this,"scrollBy",e,t)},window.scrollTo=function(e,t){k(this,"scrollTo",e,t)},L())}()),u}var g="undefined"!=typeof globalThis&&globalThis||"undefined"!=typeof self&&self||void 0!==g&&g,f="URLSearchParams"in g,b="Symbol"in g&&"iterator"in Symbol,m="FileReader"in g&&"Blob"in g&&function(){try{return new Blob,!0}catch(e){return!1}}(),v="FormData"in g,y="ArrayBuffer"in g;if(y)var w=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]"],T=ArrayBuffer.isView||function(e){return e&&w.indexOf(Object.prototype.toString.call(e))>-1};function C(e){if("string"!=typeof e&&(e=String(e)),/[^a-z0-9\-#$%&'*+.^_`|~!]/i.test(e)||""===e)throw new TypeError('Invalid character in header field name: "'+e+'"');return e.toLowerCase()}function x(e){return"string"!=typeof e&&(e=String(e)),e}function S(e){var t={next:function(){var t=e.shift();return{done:void 0===t,value:t}}};return b&&(t[Symbol.iterator]=function(){return t}),t}function j(e){this.map={},e instanceof j?e.forEach((function(e,t){this.append(t,e)}),this):Array.isArray(e)?e.forEach((function(e){this.append(e[0],e[1])}),this):e&&Object.getOwnPropertyNames(e).forEach((function(t){this.append(t,e[t])}),this)}function O(e){if(e.bodyUsed)return Promise.reject(new TypeError("Already read"));e.bodyUsed=!0}function k(e){return new Promise((function(t,i){e.onload=function(){t(e.result)},e.onerror=function(){i(e.error)}}))}function E(e){var t=new FileReader,i=k(t);return t.readAsArrayBuffer(e),i}function R(e){if(e.slice)return e.slice(0);var t=new Uint8Array(e.byteLength);return t.set(new Uint8Array(e)),t.buffer}function A(){return this.bodyUsed=!1,this._initBody=function(e){var t;this.bodyUsed=this.bodyUsed,this._bodyInit=e,e?"string"==typeof e?this._bodyText=e:m&&Blob.prototype.isPrototypeOf(e)?this._bodyBlob=e:v&&FormData.prototype.isPrototypeOf(e)?this._bodyFormData=e:f&&URLSearchParams.prototype.isPrototypeOf(e)?this._bodyText=e.toString():y&&m&&((t=e)&&DataView.prototype.isPrototypeOf(t))?(this._bodyArrayBuffer=R(e.buffer),this._bodyInit=new Blob([this._bodyArrayBuffer])):y&&(ArrayBuffer.prototype.isPrototypeOf(e)||T(e))?this._bodyArrayBuffer=R(e):this._bodyText=e=Object.prototype.toString.call(e):this._bodyText="",this.headers.get("content-type")||("string"==typeof e?this.headers.set("content-type","text/plain;charset=UTF-8"):this._bodyBlob&&this._bodyBlob.type?this.headers.set("content-type",this._bodyBlob.type):f&&URLSearchParams.prototype.isPrototypeOf(e)&&this.headers.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"))},m&&(this.blob=function(){var e=O(this);if(e)return e;if(this._bodyBlob)return Promise.resolve(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(new Blob([this._bodyArrayBuffer]));if(this._bodyFormData)throw new Error("could not read FormData body as blob");return Promise.resolve(new Blob([this._bodyText]))},this.arrayBuffer=function(){if(this._bodyArrayBuffer){var e=O(this);return e||(ArrayBuffer.isView(this._bodyArrayBuffer)?Promise.resolve(this._bodyArrayBuffer.buffer.slice(this._bodyArrayBuffer.byteOffset,this._bodyArrayBuffer.byteOffset+this._bodyArrayBuffer.byteLength)):Promise.resolve(this._bodyArrayBuffer))}return this.blob().then(E)}),this.text=function(){var e,t,i,n=O(this);if(n)return n;if(this._bodyBlob)return e=this._bodyBlob,t=new FileReader,i=k(t),t.readAsText(e),i;if(this._bodyArrayBuffer)return Promise.resolve(function(e){for(var t=new Uint8Array(e),i=new Array(t.length),n=0;n<t.length;n++)i[n]=String.fromCharCode(t[n]);return i.join("")}(this._bodyArrayBuffer));if(this._bodyFormData)throw new Error("could not read FormData body as text");return Promise.resolve(this._bodyText)},v&&(this.formData=function(){return this.text().then(_)}),this.json=function(){return this.text().then(JSON.parse)},this}j.prototype.append=function(e,t){e=C(e),t=x(t);var i=this.map[e];this.map[e]=i?i+", "+t:t},j.prototype.delete=function(e){delete this.map[C(e)]},j.prototype.get=function(e){return e=C(e),this.has(e)?this.map[e]:null},j.prototype.has=function(e){return this.map.hasOwnProperty(C(e))},j.prototype.set=function(e,t){this.map[C(e)]=x(t)},j.prototype.forEach=function(e,t){for(var i in this.map)this.map.hasOwnProperty(i)&&e.call(t,this.map[i],i,this)},j.prototype.keys=function(){var e=[];return this.forEach((function(t,i){e.push(i)})),S(e)},j.prototype.values=function(){var e=[];return this.forEach((function(t){e.push(t)})),S(e)},j.prototype.entries=function(){var e=[];return this.forEach((function(t,i){e.push([i,t])})),S(e)},b&&(j.prototype[Symbol.iterator]=j.prototype.entries);var I=["DELETE","GET","HEAD","OPTIONS","POST","PUT"];function $(e,t){if(!(this instanceof $))throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');var i,n,o=(t=t||{}).body;if(e instanceof $){if(e.bodyUsed)throw new TypeError("Already read");this.url=e.url,this.credentials=e.credentials,t.headers||(this.headers=new j(e.headers)),this.method=e.method,this.mode=e.mode,this.signal=e.signal,o||null==e._bodyInit||(o=e._bodyInit,e.bodyUsed=!0)}else this.url=String(e);if(this.credentials=t.credentials||this.credentials||"same-origin",!t.headers&&this.headers||(this.headers=new j(t.headers)),this.method=(i=t.method||this.method||"GET",n=i.toUpperCase(),I.indexOf(n)>-1?n:i),this.mode=t.mode||this.mode||null,this.signal=t.signal||this.signal,this.referrer=null,("GET"===this.method||"HEAD"===this.method)&&o)throw new TypeError("Body not allowed for GET or HEAD requests");if(this._initBody(o),!("GET"!==this.method&&"HEAD"!==this.method||"no-store"!==t.cache&&"no-cache"!==t.cache)){var s=/([?&])_=[^&]*/;if(s.test(this.url))this.url=this.url.replace(s,"$1_="+(new Date).getTime());else{this.url+=(/\?/.test(this.url)?"&":"?")+"_="+(new Date).getTime()}}}function _(e){var t=new FormData;return e.trim().split("&").forEach((function(e){if(e){var i=e.split("="),n=i.shift().replace(/\+/g," "),o=i.join("=").replace(/\+/g," ");t.append(decodeURIComponent(n),decodeURIComponent(o))}})),t}function P(e,t){if(!(this instanceof P))throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');t||(t={}),this.type="default",this.status=void 0===t.status?200:t.status,this.ok=this.status>=200&&this.status<300,this.statusText=void 0===t.statusText?"":""+t.statusText,this.headers=new j(t.headers),this.url=t.url||"",this._initBody(e)}$.prototype.clone=function(){return new $(this,{body:this._bodyInit})},A.call($.prototype),A.call(P.prototype),P.prototype.clone=function(){return new P(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new j(this.headers),url:this.url})},P.error=function(){var e=new P(null,{status:0,statusText:""});return e.type="error",e};var L=[301,302,303,307,308];P.redirect=function(e,t){if(-1===L.indexOf(t))throw new RangeError("Invalid status code");return new P(null,{status:t,headers:{location:e}})};var M=g.DOMException;try{new M}catch(e){(M=function(e,t){this.message=e,this.name=t;var i=Error(e);this.stack=i.stack}).prototype=Object.create(Error.prototype),M.prototype.constructor=M}function W(e,t){return new Promise((function(i,n){var o=new $(e,t);if(o.signal&&o.signal.aborted)return n(new M("Aborted","AbortError"));var s=new XMLHttpRequest;function r(){s.abort()}s.onload=function(){var e,t,n={status:s.status,statusText:s.statusText,headers:(e=s.getAllResponseHeaders()||"",t=new j,e.replace(/\r?\n[\t ]+/g," ").split("\r").map((function(e){return 0===e.indexOf("\n")?e.substr(1,e.length):e})).forEach((function(e){var i=e.split(":"),n=i.shift().trim();if(n){var o=i.join(":").trim();t.append(n,o)}})),t)};n.url="responseURL"in s?s.responseURL:n.headers.get("X-Request-URL");var o="response"in s?s.response:s.responseText;setTimeout((function(){i(new P(o,n))}),0)},s.onerror=function(){setTimeout((function(){n(new TypeError("Network request failed"))}),0)},s.ontimeout=function(){setTimeout((function(){n(new TypeError("Network request failed"))}),0)},s.onabort=function(){setTimeout((function(){n(new M("Aborted","AbortError"))}),0)},s.open(o.method,function(e){try{return""===e&&g.location.href?g.location.href:e}catch(t){return e}}(o.url),!0),"include"===o.credentials?s.withCredentials=!0:"omit"===o.credentials&&(s.withCredentials=!1),"responseType"in s&&(m?s.responseType="blob":y&&o.headers.get("Content-Type")&&-1!==o.headers.get("Content-Type").indexOf("application/octet-stream")&&(s.responseType="arraybuffer")),!t||"object"!=typeof t.headers||t.headers instanceof j?o.headers.forEach((function(e,t){s.setRequestHeader(t,e)})):Object.getOwnPropertyNames(t.headers).forEach((function(e){s.setRequestHeader(e,x(t.headers[e]))})),o.signal&&(o.signal.addEventListener("abort",r),s.onreadystatechange=function(){4===s.readyState&&o.signal.removeEventListener("abort",r)}),s.send(void 0===o._bodyInit?null:o._bodyInit)}))}W.polyfill=!0,g.fetch||(g.fetch=W,g.Headers=j,g.Request=$,g.Response=P);var N,D=[],H="ResizeObserver loop completed with undelivered notifications.";!function(e){e.BORDER_BOX="border-box",e.CONTENT_BOX="content-box",e.DEVICE_PIXEL_CONTENT_BOX="device-pixel-content-box"}(N||(N={}));var z,B,U=function(e){return Object.freeze(e)},F=function(e,t){this.inlineSize=e,this.blockSize=t,U(this)},q=function(){function e(e,t,i,n){return this.x=e,this.y=t,this.width=i,this.height=n,this.top=this.y,this.left=this.x,this.bottom=this.top+this.height,this.right=this.left+this.width,U(this)}return e.prototype.toJSON=function(){var e=this;return{x:e.x,y:e.y,top:e.top,right:e.right,bottom:e.bottom,left:e.left,width:e.width,height:e.height}},e.fromRect=function(t){return new e(t.x,t.y,t.width,t.height)},e}(),V=function(e){return e instanceof SVGElement&&"getBBox"in e},J=function(e){if(V(e)){var t=e.getBBox(),i=t.width,n=t.height;return!i&&!n}var o=e,s=o.offsetWidth,r=o.offsetHeight;return!(s||r||e.getClientRects().length)},X=function(e){var t;if(e instanceof Element)return!0;var i=null===(t=null==e?void 0:e.ownerDocument)||void 0===t?void 0:t.defaultView;return!!(i&&e instanceof i.Element)},K="undefined"!=typeof window?window:{},G=new WeakMap,Q=/auto|scroll/,Z=/^tb|vertical/,Y=/msie|trident/i.test(K.navigator&&K.navigator.userAgent),ee=function(e){return parseFloat(e||"0")},te=function(e,t,i){return void 0===e&&(e=0),void 0===t&&(t=0),void 0===i&&(i=!1),new F((i?t:e)||0,(i?e:t)||0)},ie=U({devicePixelContentBoxSize:te(),borderBoxSize:te(),contentBoxSize:te(),contentRect:new q(0,0,0,0)}),ne=function(e,t){if(void 0===t&&(t=!1),G.has(e)&&!t)return G.get(e);if(J(e))return G.set(e,ie),ie;var i=getComputedStyle(e),n=V(e)&&e.ownerSVGElement&&e.getBBox(),o=!Y&&"border-box"===i.boxSizing,s=Z.test(i.writingMode||""),r=!n&&Q.test(i.overflowY||""),a=!n&&Q.test(i.overflowX||""),l=n?0:ee(i.paddingTop),c=n?0:ee(i.paddingRight),d=n?0:ee(i.paddingBottom),h=n?0:ee(i.paddingLeft),u=n?0:ee(i.borderTopWidth),p=n?0:ee(i.borderRightWidth),g=n?0:ee(i.borderBottomWidth),f=h+c,b=l+d,m=(n?0:ee(i.borderLeftWidth))+p,v=u+g,y=a?e.offsetHeight-v-e.clientHeight:0,w=r?e.offsetWidth-m-e.clientWidth:0,T=o?f+m:0,C=o?b+v:0,x=n?n.width:ee(i.width)-T-w,S=n?n.height:ee(i.height)-C-y,j=x+f+w+m,O=S+b+y+v,k=U({devicePixelContentBoxSize:te(Math.round(x*devicePixelRatio),Math.round(S*devicePixelRatio),s),borderBoxSize:te(j,O,s),contentBoxSize:te(x,S,s),contentRect:new q(h,l,x,S)});return G.set(e,k),k},oe=function(e,t,i){var n=ne(e,i),o=n.borderBoxSize,s=n.contentBoxSize,r=n.devicePixelContentBoxSize;switch(t){case N.DEVICE_PIXEL_CONTENT_BOX:return r;case N.BORDER_BOX:return o;default:return s}},se=function(e){var t=ne(e);this.target=e,this.contentRect=t.contentRect,this.borderBoxSize=U([t.borderBoxSize]),this.contentBoxSize=U([t.contentBoxSize]),this.devicePixelContentBoxSize=U([t.devicePixelContentBoxSize])},re=function(e){if(J(e))return 1/0;for(var t=0,i=e.parentNode;i;)t+=1,i=i.parentNode;return t},ae=function(){var e=1/0,t=[];D.forEach((function(i){if(0!==i.activeTargets.length){var n=[];i.activeTargets.forEach((function(t){var i=new se(t.target),o=re(t.target);n.push(i),t.lastReportedSize=oe(t.target,t.observedBox),o<e&&(e=o)})),t.push((function(){i.callback.call(i.observer,n,i.observer)})),i.activeTargets.splice(0,i.activeTargets.length)}}));for(var i=0,n=t;i<n.length;i++){(0,n[i])()}return e},le=function(e){D.forEach((function(t){t.activeTargets.splice(0,t.activeTargets.length),t.skippedTargets.splice(0,t.skippedTargets.length),t.observationTargets.forEach((function(i){i.isActive()&&(re(i.target)>e?t.activeTargets.push(i):t.skippedTargets.push(i))}))}))},ce=function(){var e,t=0;for(le(t);D.some((function(e){return e.activeTargets.length>0}));)t=ae(),le(t);return D.some((function(e){return e.skippedTargets.length>0}))&&("function"==typeof ErrorEvent?e=new ErrorEvent("error",{message:H}):((e=document.createEvent("Event")).initEvent("error",!1,!1),e.message=H),window.dispatchEvent(e)),t>0},de=[],he=function(e){if(!z){var t=0,i=document.createTextNode("");new MutationObserver((function(){return de.splice(0).forEach((function(e){return e()}))})).observe(i,{characterData:!0}),z=function(){i.textContent="".concat(t?t--:t++)}}de.push(e),z()},ue=0,pe={attributes:!0,characterData:!0,childList:!0,subtree:!0},ge=["resize","load","transitionend","animationend","animationstart","animationiteration","keyup","keydown","mouseup","mousedown","mouseover","mouseout","blur","focus"],fe=function(e){return void 0===e&&(e=0),Date.now()+e},be=!1,me=new(function(){function e(){var e=this;this.stopped=!0,this.listener=function(){return e.schedule()}}return e.prototype.run=function(e){var t=this;if(void 0===e&&(e=250),!be){be=!0;var i,n=fe(e);i=function(){var i=!1;try{i=ce()}finally{if(be=!1,e=n-fe(),!ue)return;i?t.run(1e3):e>0?t.run(e):t.start()}},he((function(){requestAnimationFrame(i)}))}},e.prototype.schedule=function(){this.stop(),this.run()},e.prototype.observe=function(){var e=this,t=function(){return e.observer&&e.observer.observe(document.body,pe)};document.body?t():K.addEventListener("DOMContentLoaded",t)},e.prototype.start=function(){var e=this;this.stopped&&(this.stopped=!1,this.observer=new MutationObserver(this.listener),this.observe(),ge.forEach((function(t){return K.addEventListener(t,e.listener,!0)})))},e.prototype.stop=function(){var e=this;this.stopped||(this.observer&&this.observer.disconnect(),ge.forEach((function(t){return K.removeEventListener(t,e.listener,!0)})),this.stopped=!0)},e}()),ve=function(e){!ue&&e>0&&me.start(),!(ue+=e)&&me.stop()},ye=function(){function e(e,t){this.target=e,this.observedBox=t||N.CONTENT_BOX,this.lastReportedSize={inlineSize:0,blockSize:0}}return e.prototype.isActive=function(){var e,t=oe(this.target,this.observedBox,!0);return e=this.target,V(e)||function(e){switch(e.tagName){case"INPUT":if("image"!==e.type)break;case"VIDEO":case"AUDIO":case"EMBED":case"OBJECT":case"CANVAS":case"IFRAME":case"IMG":return!0}return!1}(e)||"inline"!==getComputedStyle(e).display||(this.lastReportedSize=t),this.lastReportedSize.inlineSize!==t.inlineSize||this.lastReportedSize.blockSize!==t.blockSize},e}(),we=function(e,t){this.activeTargets=[],this.skippedTargets=[],this.observationTargets=[],this.observer=e,this.callback=t},Te=new WeakMap,Ce=function(e,t){for(var i=0;i<e.length;i+=1)if(e[i].target===t)return i;return-1},xe=function(){function e(){}return e.connect=function(e,t){var i=new we(e,t);Te.set(e,i)},e.observe=function(e,t,i){var n=Te.get(e),o=0===n.observationTargets.length;Ce(n.observationTargets,t)<0&&(o&&D.push(n),n.observationTargets.push(new ye(t,i&&i.box)),ve(1),me.schedule())},e.unobserve=function(e,t){var i=Te.get(e),n=Ce(i.observationTargets,t),o=1===i.observationTargets.length;n>=0&&(o&&D.splice(D.indexOf(i),1),i.observationTargets.splice(n,1),ve(-1))},e.disconnect=function(e){var t=this,i=Te.get(e);i.observationTargets.slice().forEach((function(i){return t.unobserve(e,i.target)})),i.activeTargets.splice(0,i.activeTargets.length)},e}(),Se=function(){function e(e){if(0===arguments.length)throw new TypeError("Failed to construct 'ResizeObserver': 1 argument required, but only 0 present.");if("function"!=typeof e)throw new TypeError("Failed to construct 'ResizeObserver': The callback provided as parameter 1 is not a function.");xe.connect(this,e)}return e.prototype.observe=function(e,t){if(0===arguments.length)throw new TypeError("Failed to execute 'observe' on 'ResizeObserver': 1 argument required, but only 0 present.");if(!X(e))throw new TypeError("Failed to execute 'observe' on 'ResizeObserver': parameter 1 is not of type 'Element");xe.observe(this,e,t)},e.prototype.unobserve=function(e){if(0===arguments.length)throw new TypeError("Failed to execute 'unobserve' on 'ResizeObserver': 1 argument required, but only 0 present.");if(!X(e))throw new TypeError("Failed to execute 'unobserve' on 'ResizeObserver': parameter 1 is not of type 'Element");xe.unobserve(this,e)},e.prototype.disconnect=function(){xe.disconnect(this)},e.toString=function(){return"function ResizeObserver () { [polyfill code] }"},e}(),je=t(Object.freeze({__proto__:null,ResizeObserver:Se,ResizeObserverEntry:se,ResizeObserverSize:F})),Oe={},ke={},Ee={};function Re(){if(B)return Ee;B=1;return Ee.removeAttribute=(e,t)=>{e.removeAttribute(t)},Ee}var Ae,Ie,$e={};function _e(){if(Ae)return $e;Ae=1;return $e.setAttribute=(e,t,i="")=>{e.setAttribute(t,i)},$e}function Pe(){if(Ie)return ke;Ie=1;const e=br(),t=Re(),i=_e();return ke.parseAndGetAriaAttributes=t=>{if(t){const i=e.parseJSONAttribute(t),n=Object.keys(i);for(const e of n)"boolean"==typeof i[e]&&(i[e]=`${i[e]}`);return i}},ke.setAriaAttributes=(e,n)=>{const{label:o,message:s,state:r}=n;o&&i.setAttribute(e,"aria-label",`${o}${s?`. ${s}`:""}`),"error"===r?i.setAttribute(e,"aria-invalid","true"):t.removeAttribute(e,"aria-invalid")},ke}var Le,Me={};function We(){if(Le)return Me;Le=1;return Me.ALIGN_LABELS=["left","right"],Me}var Ne,De={};function He(){if(Ne)return De;Ne=1;const e=br(),t="undefined"!=typeof window&&"cn"===window.PORSCHE_DESIGN_SYSTEM_CDN?"https://cdn.ui.porsche.cn/porsche-design-system/styles/font-face.min.cn.dac5fec2a6a8e4d91888876cb67b5f70.css":"https://cdn.ui.porsche.com/porsche-design-system/styles/font-face.min.60af47c330a2eae4dc0f4129b2b2878e.css",i=()=>{(()=>{if("undefined"==typeof document)return;const i=t,{head:n}=document;if(!n.querySelector(`link[href="${i}"]`)){const e=document.createElement("link");e.href=i,e.type="text/css",e.rel="stylesheet",n.appendChild(e)}if(!n.querySelector("style[pds-initial-styles]")){const t=document.createElement("style");t.setAttribute("pds-initial-styles",""),t.innerText=e.TAG_NAMES.join(",")+"{visibility:hidden}.hydrated{visibility:inherit}",n.appendChild(t),console.warn("The Porsche Design System had to inject its initial styles into your head.\nPlease make sure to apply the 'getInitialStyles()' partial as described at https://designsystem.porsche.com/v2/partials/initial-styles")}})()};return De.globalScripts=i,De}var ze,Be={};function Ue(){if(ze)return Be;ze=1;return Be.BUTTON_ARIA_ATTRIBUTES=["aria-label","aria-expanded","aria-pressed","aria-haspopup"],Be}var Fe,qe,Ve={},Je={};function Xe(){if(Fe)return Je;return Fe=1,Je.getClosestHTMLElement=function(e,t){return e.closest(t)},Je}function Ke(){if(qe)return Ve;qe=1;const e=Xe();br();const t=(t,i,n,o)=>{const s=e.getClosestHTMLElement(i,"form");s&&!o()&&window.setTimeout((()=>{if(!t.defaultPrevented){const e=document.createElement("button");e.type=n(),e.style.display="none",s.appendChild(e),e.addEventListener("click",(e=>{e.stopPropagation()})),e.click(),e.remove()}}),1)};return Ve.handleButtonEvent=t,Ve.improveButtonHandlingForCustomElement=(e,i,n)=>{e.addEventListener("click",(o=>t(o,e,i,n)))},Ve}var Ge,Qe,Ze,Ye={},et={},tt={};function it(){if(Ge)return tt;Ge=1;return tt.fontBehavior={textSizeAdjust:"none",WebkitTextSizeAdjust:"none"},tt.fontFamily="'Porsche Next','Arial Narrow',Arial,'Heiti SC',SimHei,sans-serif",tt.fontHyphenation={overflowWrap:"break-word",hyphens:"auto"},tt.fontStyle="normal",tt.fontVariant="normal",tt}function nt(){if(Qe)return et;Qe=1;const e=it(),t=br(),i={font:`${e.fontStyle} ${e.fontVariant} ${t.fontWeight.regular} 1rem/1.5 ${e.fontFamily}`,...e.fontBehavior,...e.fontHyphenation};return et.textSmall=i,et}function ot(){if(Ze)return Ye;Ze=1;const e=br(),t=nt();return Ye.getCheckboxRadioLabelJssStyle=(i,n,o)=>{const{baseColor:s,disabledColor:r}=e.getThemedColors(o);return Object.assign(Object.assign(Object.assign({order:1,display:"inline-block",cursor:i?"default":"pointer"},t.textSmall),{color:i?r:s,transition:e.getTransition("color")}),e.buildResponsiveStyles(n,e.getFormCheckboxRadioHiddenJssStyle))},Ye}var st,rt={};function at(){if(st)return rt;st=1;return rt.BANNER_Z_INDEX=99,rt.MODAL_Z_INDEX=99999,rt.POPOVER_Z_INDEX=9999,rt.TOAST_Z_INDEX=999999,rt}var lt,ct={};function dt(){if(lt)return ct;lt=1;const e=(()=>{let e=!0;const t=document.createElement("style");document.head.appendChild(t);try{t.sheet.insertRule(":focus-visible{}")}catch(t){e=!1}finally{t.remove()}return e})();return ct.getFocusVisibleFallback=t=>e?t:{outline:0},ct}var ht,ut={};function pt(){if(ht)return ut;ht=1;return ut.fontSize={xSmall:{fontSize:"0.75rem",lineHeight:1.6666666667},small:{fontSize:"1rem",lineHeight:1.5},medium:{fontSize:"1.5rem",lineHeight:1.5},large:{fontSize:"2.25rem",lineHeight:1.3333333333},xLarge:{fontSize:"3.25rem",lineHeight:1.2307692308}},ut}var gt,ft={};function bt(){if(gt)return ft;gt=1;const e=br();return ft.getFontWeight=t=>e.fontWeight["semibold"===t?"semiBold":t],ft}var mt,vt={},yt={};function wt(){if(mt)return yt;mt=1;const e=br();return yt.hasNamedSlot=(t,i)=>!!e.getHTMLElement(t,`[slot="${i}"]`),yt}var Tt,Ct,xt={};function St(){if(Tt)return xt;Tt=1;return xt.spacing={xSmall:"0.25rem",small:"0.5rem",medium:"1rem",large:"2rem",xLarge:"3rem",xxLarge:"5rem"},xt}function jt(){if(Ct)return vt;Ct=1;const e=wt(),t=br(),i=nt(),n=St(),o=e=>"error"===e?"alert":"success"===e?"status":null,s=(e,i)=>{const n=t.getThemedColors(e);return{formStateColor:n[`${i}Color`],formStateHoverColor:n[`${i}ColorDarken`]}},{xSmall:r}=n.spacing;return vt.FORM_STATES=["none","error","success"],vt.Required=()=>t.h("span",{class:"required"}," *"),vt.StateMessage=({id:e,state:i,message:n,host:s})=>{const r=t.getPrefixedTagNames(s);return t.h("span",{id:e,class:"message",role:o(i)},t.h(r.pIcon,{class:"message__icon",name:"error"===i?"exclamation":"check",color:"inherit","aria-hidden":"true"}),n||t.h("slot",{name:"message"}))},vt.getFunctionalComponentRequiredStyles=e=>({required:{userSelect:"none",color:t.getThemedColors(e).errorColor}}),vt.getFunctionalComponentStateMessageStyles=(e,n)=>({message:Object.assign(Object.assign({display:"flex",marginTop:r},i.textSmall),{color:s(e,n).formStateColor,transition:t.getTransition("color"),"&__icon":{marginRight:r}})}),vt.getThemedFormStateColors=s,vt.hasLabel=(t,i)=>!!i||e.hasNamedSlot(t,"label"),vt.hasMessage=(t,i,n)=>(i||e.hasNamedSlot(t,"message"))&&["success","error"].includes(n),vt}var Ot,kt,Et={},Rt={},At={};function It(){if(Ot)return At;Ot=1;const e=br();return At.isParentOfKind=(t,i)=>{const{parentElement:n}=t;return n&&e.getTagNameWithoutPrefix(n)===i},At}function $t(){if(kt)return Rt;kt=1;const e=It();br();const t=e=>!!e.required;return Rt.isRequiredAndParentNotRequired=(i,n)=>t(n)&&!(i=>e.isParentOfKind(i,"p-fieldset-wrapper")&&t(i.parentElement))(i),Rt.isVisibleFormState=e=>"success"===e||"error"===e,Rt}var _t,Pt,Lt={};function Mt(){if(_t)return Lt;_t=1;const e=it(),t=br(),i={font:`${e.fontStyle} ${e.fontVariant} ${t.fontWeight.regular} 0.75rem/1.6666666667 ${e.fontFamily}`,...e.fontBehavior,...e.fontHyphenation};return Lt.textXSmall=i,Lt}function Wt(){if(Pt)return Et;Pt=1;const e=wt(),t=br(),i=$t(),n=jt(),o=nt(),s=Mt(),{disabledColor:r}=t.getThemedColors("light");return Et.INPUT_HEIGHT=48,Et.getBaseChildStyles=(e,s,a,l)=>{const{baseColor:c,backgroundColor:d,contrastHighColor:h,contrastMediumColor:u}=t.getThemedColors(a),{formStateColor:p,formStateHoverColor:g}=n.getThemedFormStateColors(a,s),f=i.isVisibleFormState(s),b="#ebebeb";return Object.assign(Object.assign(Object.assign({[`::slotted(${e})`]:Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({display:"block",position:"relative"},t.getInsetJssStyle()),{width:"100%"}),"textarea"!==e&&{height:t.pxToRemWithUnit(48)}),{margin:0,outline:"1px solid transparent",outlineOffset:"2px",WebkitAppearance:"none",appearance:"none",boxSizing:"border-box",border:f?`2px solid ${p}`:`1px solid ${u}`,borderRadius:0,backgroundColor:d,opacity:1}),o.textSmall),{overflowWrap:null,hyphens:null,textIndent:0,color:c,transition:["color","border-color","background-color"].map(t.getTransition).join(",")}),l)},t.hoverMediaQuery({[`::slotted(${e}:not(:disabled):not([readonly]):hover)`]:{borderColor:g||(t.isThemeDark(a)?h:c)}})),{[`::slotted(${e}:focus)`]:{outlineColor:p||u},[`::slotted(${e}:disabled)`]:{cursor:"not-allowed",color:r,borderColor:r,WebkitTextFillColor:r}}),"select"!==e&&{[`::slotted(${e}[readonly])`]:{borderColor:b,backgroundColor:b},[`::slotted(${e}[readonly]:focus)`]:{outlineColor:"transparent"},[`::slotted(${e}[readonly]:not(:disabled))`]:{color:u}})},Et.getLabelStyles=(e,r,a,l,c,d)=>{const{baseColor:h,contrastMediumColor:u,disabledColor:p}=t.getThemedColors(c),{formStateHoverColor:g}=n.getThemedFormStateColors(c,l),f=i.isVisibleFormState(l),b=t.hoverMediaQuery({"&:hover":{[`&~::slotted(${e}:not(:disabled):not([readonly]))`+(f?`,::slotted(${e}:not(:disabled):not([readonly]):hover)`:"")]:{borderColor:t.addImportantToRule(f?g:h)}}}),m=d&&Object.keys(d)[0];return Object.assign({label:{display:"block",position:"relative","&__text":Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({display:"block"},t.buildResponsiveStyles(a,t.getFormTextHiddenJssStyle)),o.textSmall),{color:r?p:h,transition:t.getTransition("color"),"&+&--description":Object.assign({marginTop:t.pxToRemWithUnit(-4),paddingBottom:t.pxToRemWithUnit(8)},s.textXSmall)}),!r&&{"&--description":{color:u}}),b)}},d&&{[m]:Object.assign(Object.assign(Object.assign({},d[m]),r&&{color:p,cursor:"not-allowed"}),b)})},Et.hasDescription=(t,i)=>!!i||e.hasNamedSlot(t,"description"),Et}var Nt,Dt={};function Ht(){if(Nt)return Dt;Nt=1;const e=(e,t)=>{t.innerText=`${e.value.length}/${e.maxLength}`},t=(e,t)=>{t.innerText=`You have ${e.maxLength-e.value.length} out of ${e.maxLength} characters left`};return Dt.addInputEventListenerForCounter=(i,n,o,s)=>{o&&e(i,o),t(i,n),i.addEventListener("input",(i=>{o&&e(i.target,o),t(i.target,n),s&&s()}))},Dt.hasCounter=e=>e.maxLength>=0,Dt}var zt,Bt={};function Ut(){if(zt)return Bt;zt=1,br();const e=(e,t)=>e||t;return Bt.getButtonBaseAriaAttributes=(t,i)=>({"aria-disabled":e(t,i)?"true":null,"aria-busy":i?"true":null}),Bt.isDisabledOrLoading=e,Bt}var Ft,qt={};function Vt(){if(Ft)return qt;Ft=1;return qt.getAttribute=(e,t)=>e.getAttribute(t),qt}var Jt,Xt={};function Kt(){if(Jt)return Xt;Jt=1;const e=br();return Xt.getClickedItem=(t,i,n)=>{const o=e.getPrefixedTagNames(t)[e.paramCaseToCamelCase(i)];return n.find((e=>{var t;return(null===(t=e.tagName)||void 0===t?void 0:t.toLowerCase())===o}))},Xt.throwIfChildrenAreNotOfKind=(t,i)=>{if(!((t,i)=>{const n=Array.from(t.children),o=e.getPrefixedTagNames(t)[e.paramCaseToCamelCase(i)];return!n.some((t=>e.getTagName(t)!==o))})(t,i)){const n=e.getPrefixedTagNames(t)[e.paramCaseToCamelCase(i)],o=Array.from(t.children).map((t=>e.getTagName(t))).filter((e=>e!==n)).join(", ");throw new Error(`Child HTMLElements of ${e.getTagName(t)} should be of kind ${n} but got ${o}`)}},Xt}var Gt,Qt={};function Zt(){if(Gt)return Qt;Gt=1;const e=br();return Qt.getDataThemeDarkAttribute=t=>e.isThemeDark(t)?{"data-theme":"dark"}:null,Qt}var Yt,ei={};function ti(){if(Yt)return ei;return Yt=1,ei.getHTMLElements=function(e,t){return Array.from(e.querySelectorAll(t))},ei}var ii,ni,oi={},si={};function ri(){if(ii)return si;ii=1;return si.transformSelectorToDirectChildSelector=e=>e.split(",").map((e=>":scope>"+e)).join(","),si}function ai(){if(ni)return oi;ni=1;const e=ti(),t=ri(),i=br();return oi.getOnlyChildOfKindHTMLElementOrThrow=function(n,o){const s=function(i,n){return t.transformSelectorToDirectChildSelector(n).split(",").map((t=>e.getHTMLElements(i,t))).flat()}(n,o);if(1!==s.length)throw new Error(`${i.getTagName(n)} has to contain a single direct child of: ${o}`);return s[0]},oi}var li,ci={};function di(){if(li)return ci;li=1;const e=br();return ci.getSlotTextContent=(t,i)=>{var n;return null===(n=e.getHTMLElement(t,`[slot="${i}"]`))||void 0===n?void 0:n.textContent},ci}var hi,ui={};function pi(){if(hi)return ui;hi=1;return ui.gridSafeZone={base:"max(1rem, 7vw)",xl:"min(calc(43vw - 39.6rem), 12rem)"},ui}var gi,fi={};function bi(){if(gi)return fi;gi=1;return fi.gridMaxWidth="120rem",fi}var mi,vi={};function yi(){if(mi)return vi;mi=1;return vi.hasAttribute=(e,t)=>e.hasAttribute(t),vi}var wi,Ti={};function Ci(){if(wi)return Ti;wi=1;const e=it(),t=br(),i={font:`${e.fontStyle} ${e.fontVariant} ${t.fontWeight.semiBold} 1.25rem/1.4 ${e.fontFamily}`,...e.fontBehavior,[t.mediaQueryMinMax("s","m")]:{fontSize:"1.5rem",lineHeight:1.5},[t.mediaQueryMinMax("m","l")]:{fontSize:"1.75rem",lineHeight:1.4285714286},[t.mediaQueryMinMax("l","xl")]:{fontSize:"2rem",lineHeight:1.375},[t.mediaQueryMin("xl")]:{fontSize:"2.25rem",lineHeight:1.3333333333}};return Ti.headingMedium=i,Ti}var xi,Si={};function ji(){if(xi)return Si;xi=1;const e=it(),t=br(),i={font:`${e.fontStyle} ${e.fontVariant} ${t.fontWeight.semiBold} 1rem/1.5 ${e.fontFamily}`,...e.fontBehavior,[t.mediaQueryMinMax("s","m")]:{fontSize:"1.125rem",lineHeight:1.5555555556},[t.mediaQueryMinMax("m","l")]:{fontSize:"1.25rem",lineHeight:1.4},[t.mediaQueryMinMax("l","xl")]:{fontSize:"1.375rem",lineHeight:1.4545454545},[t.mediaQueryMin("xl")]:{fontSize:"1.5rem",lineHeight:1.5}};return Si.headingSmall=i,Si}var Oi,ki={};function Ei(){if(Oi)return ki;Oi=1;const e=it(),t=br(),i={font:`${e.fontStyle} ${e.fontVariant} ${t.fontWeight.semiBold} 1rem/1.5 ${e.fontFamily}`,...e.fontBehavior};return ki.headingXSmall=i,ki}var Ri,Ai={};function Ii(){if(Ri)return Ai;Ri=1;const e=br(),t=["large-title","headline-1","headline-2","headline-3","headline-4","headline-5"],i=e=>t.includes(e),n={"large-title":"h1","headline-1":"h1","headline-2":"h2","headline-3":"h3","headline-4":"h4","headline-5":"h5"};return Ai.HEADLINE_TAGS=["h1","h2","h3","h4","h5","h6"],Ai.getHeadlineTagName=(t,o,s)=>(t=>{const i=e.getHTMLElement(t,":first-child");return null==i?void 0:i.matches("h1, h2, h3, h4, h5, h6")})(t)?"div":s||(i(o)?n[o]:"h1"),Ai.isVariantType=i,Ai}var $i,_i={};function Pi(){if($i)return _i;return $i=1,_i.throttle=function(e,t,i){var n,o=i||{},s=o.noTrailing,r=void 0!==s&&s,a=o.noLeading,l=void 0!==a&&a,c=o.debounceMode,d=void 0===c?void 0:c,h=!1,u=0;function p(){n&&clearTimeout(n)}function g(){for(var i=arguments.length,o=new Array(i),s=0;s<i;s++)o[s]=arguments[s];var a=this,c=Date.now()-u;function g(){u=Date.now(),t.apply(a,o)}function f(){n=void 0}h||(l||!d||n||g(),p(),void 0===d&&c>e?l?(u=Date.now(),r||(n=setTimeout(d?f:g,e))):g():!0!==r&&(n=setTimeout(d?f:g,void 0===d?e-c:e)))}return g.cancel=function(e){var t=(e||{}).upcomingOnly,i=void 0!==t&&t;p(),h=!i},g},_i}var Li,Mi={};function Wi(){return Li||(Li=1),Mi}var Ni,Di={};function Hi(){if(Ni)return Di;Ni=1;const e=br(),t=at(),i=Ei(),n=nt(),o="--p-banner-position-top",s="--p-banner-position-bottom",r="--p-animation-duration__banner",a=600,l=e.mediaQueryMin("s"),c=e.mediaQueryMinMax("xxs","s"),d=()=>({boxShadow:`0 ${e.pxToRemWithUnit(2)} ${e.pxToRemWithUnit(4)} 0 rgba(0,0,0,0.05),0 ${e.pxToRemWithUnit(15)} ${e.pxToRemWithUnit(20)} 0 rgba(0,0,0,0.2)`}),h=(e,t)=>({animation:`${t?`var(${t},600ms)`:"600ms"} $${e} cubic-bezier(0.45,0,0.55,1) forwards`}),u=t=>({animation:e.addImportantToRule(`600ms $${t} cubic-bezier(0.5,1,0.89,1) forwards`)}),p=(e,t)=>{const i={opacity:1,transform:"translate3d(0,0,0)"};return"in"===e?{from:t,to:i}:{from:i,to:t}},g=(e,t)=>p(e,{opacity:0,transform:`translate3d(0,calc(var(${t}) + 100%),0)`}),f=(e,t)=>p(e,{opacity:0,transform:`translate3d(0,calc(-100% - var(${t})),0)`}),b=["error","warning","neutral"],m=e.mediaQueryMin("s"),v=(t,i)=>{const n=e.getThemedColors(i);return{display:"grid",gridTemplateColumns:"1fr auto",gridTemplateRows:"auto",gridRowGap:e.pxToRemWithUnit(16),alignItems:"start",justifyItems:"start",padding:e.pxToRemWithUnit(16),background:n[`${t}SoftColor`],borderLeft:`${e.pxToRemWithUnit(4)} solid ${n[`${t}Color`]}`,[m]:{gridTemplateColumns:"auto 1fr auto auto"}}},y=t=>({display:"none",[m]:{display:"inline-flex",marginRight:e.pxToRemWithUnit(8),color:e.getThemedColors("light")[`${t}Color`]}}),w=()=>({display:"grid",gridGap:e.pxToRemWithUnit(4),maxWidth:e.pxToRemWithUnit(800)}),T=()=>({marginLeft:e.pxToRemWithUnit(16)}),C=[...b,"success"];return Di.ANIMATION_DURATION=a,Di.BANNER_STATES=b,Di.BANNER_WIDTHS=["basic","extended","fluid"],Di.INLINE_NOTIFICATION_STATES=C,Di.getAnimationIn=h,Di.getAnimationOut=u,Di.getBoxShadow=d,Di.getCloseIconJssStyle=T,Di.getComponentCss=()=>e.getCss({"@global":{":host":{[o]:e.pxToRemWithUnit(56),[s]:e.pxToRemWithUnit(56),display:"block",position:"var(--p-banner-position-type,fixed)",zIndex:`var(--p-banner-z-index,${t.BANNER_Z_INDEX})`,opacity:0,left:0,right:0,willChange:"opacity,transform",[c]:{bottom:"var(--p-banner-position-bottom)"},[l]:{top:"var(--p-banner-position-top)"},"&(.hydrated)":{[c]:h("mobileIn",r),[l]:h("desktopIn",r)},"&(.banner--close)":{[c]:u("mobileOut"),[l]:u("desktopOut")}},"@keyframes mobileIn":g("in",s),"@keyframes mobileOut":g("out",s),"@keyframes desktopIn":f("in",o),"@keyframes desktopOut":f("out",o)},root:d()}),Di.getComponentCss$1=(t,o,s,r)=>{const a=e.getThemedColors("light").baseColor;return e.getCss(Object.assign(Object.assign({"@global":{":host":e.addImportantToEachRule(v(t,r)),h5:Object.assign(Object.assign({},i.headingXSmall),{margin:0,color:a}),p:Object.assign(Object.assign({},n.textSmall),{margin:0,color:a})},icon:y(t),content:w()},o&&{action:{gridColumnStart:1,gridRowStart:2,[m]:{gridColumnStart:3,gridRowStart:1,marginLeft:e.pxToRemWithUnit(16)}}}),s&&{close:T()}))},Di.getContentAriaAttributes=(e,t,i)=>{const n="warning"===e||"error"===e;return{role:n?"alert":"status","aria-live":n?"assertive":"polite","aria-labelledby":t,"aria-describedby":i}},Di.getIconName=e=>({neutral:"information",warning:"warning",success:"success",error:"exclamation"}[e]),Di.getKeyframesMobile=g,Di.getNotificationContentJssStyle=w,Di.getNotificationIconJssStyle=y,Di.getNotificationRootJssStyle=v,Di.getSlottedCss=t=>e.getCss(e.buildSlottedStyles(t,e.getBaseSlottedStyles())),Di.getSlottedCss$1=t=>e.getCss(e.buildSlottedStyles(t,e.getBaseSlottedStyles())),Di}var zi,Bi={};function Ui(){if(zi)return Bi;zi=1;const e=Pi(),t=new Map([[12,1.6666666667],[16,1.5],[24,1.5],[36,1.3333333333],[52,1.2307692308]]),i=e=>{if(!t.has(e)){const i=e*(.911/(2.97+.005*Math.pow(2.71828,.2*e))+1.2);let n=i%4;n>2&&(n-=4);const o=1e10,s=(i-n)/e;t.set(e,Math.round(s*o)/o)}return t.get(e)};return Bi.calcLineHeightForElement=e=>{const{fontSize:t}=getComputedStyle(e);return t&&i(parseFloat(t))},Bi.generateTypeScale=e=>({fontSize:e,lineHeight:i(16*parseFloat(e))}),Bi.isSizeInherit=e=>JSON.stringify(e).includes("inherit"),Bi.transitionListener=(t,i,n)=>{n(),window.requestAnimationFrame((()=>{t.addEventListener("transitionend",e.throttle(50,(e=>{e.propertyName===i&&n()})))}))},Bi}var Fi,qi={};function Vi(){if(Fi)return qi;Fi=1;const e=br(),t=wt(),i=It(),n=Ui(),o=bt(),s=nt(),r=pt(),a=e=>"none"!==e,l=t=>{if(n.isSizeInherit(t))return{fontSize:"inherit",lineHeight:"inherit","& .icon":{width:"1.5em",height:"1.5em"}};{const{fontSize:i,lineHeight:o}=r.fontSize[e.paramCaseToCamelCase(t)],s=`${o}em`,a={"x-small":r.fontSize.xSmall,small:r.fontSize.small,medium:{fontSize:"1.25rem",lineHeight:1.4},large:{fontSize:"1.875rem",lineHeight:1.3333333333},"x-large":r.fontSize.large};return Object.assign(Object.assign({},n.generateTypeScale(i)),{"& .icon":{width:s,height:s},"& ~ .subline":Object.assign(Object.assign({},a[t]),{"&::before":{fontSize:i,marginLeft:s}})})}},c=t=>t?e.getScreenReaderOnlyJssStyle():{position:"static",width:"auto",height:"auto",border:"medium none color",margin:0,whiteSpace:"inherit",overflow:"visible",clip:"auto",clipPath:"none"},d=t=>"left"===t?{padding:`0 ${e.pxToRemWithUnit(4)} 0 0`,order:-1}:{padding:`0 0 0 ${e.pxToRemWithUnit(4)}`,order:0},h=t=>t?Object.assign(Object.assign({position:"absolute"},e.getInsetJssStyle()),{whiteSpace:"nowrap",textIndent:"-999999px"}):Object.assign(Object.assign({position:"static"},e.getInsetJssStyle("auto")),{whiteSpace:"inherit",textIndent:0});return qi.getLinkButtonPureStyles=(t,i,n,r,u,p,g,f,b,m,v)=>{const{baseColor:y,hoverColor:w,activeColor:T,disabledColor:C}=e.getThemedColors(v),x=a(t);return Object.assign(Object.assign({"@global":{":host":Object.assign({position:"relative",outline:e.addImportantToRule(0)},e.buildResponsiveStyles(!b&&r,(e=>Object.assign({display:e?"block":"inline-block"},!e&&{verticalAlign:"top"}))))},root:Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({display:"flex",alignItems:"flex-start",width:"100%",margin:0,padding:0,boxSizing:"border-box",outline:"transparent none",appearance:"none",cursor:n?"not-allowed":"pointer",textDecoration:"none",textAlign:"left",border:"none",background:"transparent",color:n?C:i?T:y,transition:`${e.getTransition("color")}, font-size 1ms linear`},!m&&e.getFocusJssStyle({offset:1,pseudo:"::before"})),!n&&Object.assign(Object.assign({},e.hoverMediaQuery({"&:hover":Object.assign({color:w},b&&{"& + $subline":{color:w}})})),{"&:active":Object.assign({color:T},b&&{"& + $subline":{color:T}})})),s.textSmall),{fontWeight:o.getFontWeight(p)}),e.mergeDeep(!b&&e.buildResponsiveStyles(r,(e=>({justifyContent:e?"space-between":"flex-start"}))),e.buildResponsiveStyles(u,l)))},x&&{icon:{flexShrink:"0",width:"1.5em",height:"1.5em"},label:e.mergeDeep(e.buildResponsiveStyles(g,m?h:c),b?{paddingLeft:e.pxToRemWithUnit(4)}:e.buildResponsiveStyles(f,d))}),b&&{subline:Object.assign(Object.assign(Object.assign({display:"flex",marginTop:e.addImportantToRule("4px")},s.textSmall),{color:n?C:i?T:y,transition:e.getTransition("color")}),x&&Object.assign(Object.assign({},e.buildResponsiveStyles(g,c)),{paddingLeft:e.pxToRemWithUnit(4),"&::before":{content:'""'}}))})},qi.hasSlottedSubline=e=>t.hasNamedSlot(e,"subline"),qi.hasVisibleIcon=a,qi.warnIfParentIsPTextAndIconIsNone=(t,n)=>{!a(n)&&i.isParentOfKind(t,"p-text")&&console.warn(`${e.getTagName(t)} should not be used inside of p-text. Please use a <button> or <a> tag.`)},qi}var Ji,Xi={};function Ki(){if(Ji)return Xi;Ji=1;const e=br(),t=nt(),{baseColor:i}=e.getThemedColors("dark"),{baseColor:n}=e.getThemedColors("light"),o=`${e.pxToRemWithUnit(11)} ${e.pxToRemWithUnit(15)} ${e.pxToRemWithUnit(11)} ${e.pxToRemWithUnit(39)}`,s=e=>({padding:e?0:o}),r=t=>t?{left:"50%",top:"50%",transform:"translate3d(-50%, -50%, 0)"}:{left:e.pxToRemWithUnit(11),top:e.pxToRemWithUnit(11),transform:"translate3d(0,0,0)"},a=e=>e?{width:"1px",height:"1px",margin:"0 0 0 -1px",overflow:"hidden",textIndent:"-1px"}:{width:"100%",height:"auto",margin:0,overflow:"visible",textIndent:0},l=t=>t?Object.assign(Object.assign({position:"absolute"},e.getInsetJssStyle()),{padding:0,overflow:"hidden",whiteSpace:"nowrap",textIndent:"99999px"}):Object.assign(Object.assign({position:"static"},e.getInsetJssStyle("auto")),{padding:o,overflow:"visible",whiteSpace:"normal",textIndent:0});return Xi.getIconJssStyle=r,Xi.getLabelJssStyle=a,Xi.getLinkButtonStyles=(o,c,d,h,u)=>{const p=e.isThemeDark(u),g="tertiary"===o,{primaryColor:f,primaryColorHover:b,baseColor:m}=((t,o)=>{const{brandColor:s,baseColor:r,contrastHighColor:a,hoverColorDarken:l,contrastHighColorDarken:c,baseColorDarken:d}=e.getThemedColors(o);return{light:{primary:{primaryColor:s,primaryColorHover:l,baseColor:i},secondary:{primaryColor:a,primaryColorHover:c,baseColor:i},tertiary:{primaryColor:a,primaryColorHover:c,baseColor:r}},dark:{primary:{primaryColor:s,primaryColorHover:l,baseColor:i},secondary:{primaryColor:i,primaryColorHover:d,baseColor:n},tertiary:{primaryColor:i,primaryColorHover:i,baseColor:r}},"light-electric":{primary:{primaryColor:s,primaryColorHover:l,baseColor:i},secondary:{primaryColor:a,primaryColorHover:c,baseColor:i},tertiary:{primaryColor:a,primaryColorHover:c,baseColor:r}}}[o][t]})(o,u),{disabledColor:v}=e.getThemedColors(u),y=d?g?v:"rgba(255,255,255,0.55)":m;return{"@global":Object.assign(Object.assign({":host":{display:"inline-flex",verticalAlign:"top",outline:e.addImportantToRule(0)}},h&&{"::slotted":e.addImportantToEachRule(Object.assign(Object.assign({"&(a)":Object.assign({display:"block",textDecoration:"none",color:"inherit",lineHeight:"inherit",outline:"transparent solid 1px",outlineOffset:"3px"},e.buildResponsiveStyles(c,l)),"&(a::-moz-focus-inner)":{border:0},"&(a:focus)":{outlineColor:f}},e.hoverMediaQuery({"&(a:hover:focus)":{outlineColor:b}})),{"&(a:focus:not(:focus-visible))":{outlineColor:"transparent"}}))}),{span:Object.assign(Object.assign({display:"block",width:"100%",color:y},t.textSmall),!h&&e.buildResponsiveStyles(c,a))}),root:Object.assign(Object.assign({display:"flex",width:"100%",minWidth:e.pxToRemWithUnit(48),minHeight:e.pxToRemWithUnit(48),position:"relative",margin:0,padding:0,boxSizing:"border-box",outline:"transparent none",appearance:"none",cursor:d?"not-allowed":"pointer",textDecoration:"none",textAlign:"left",border:"1px solid currentColor",backgroundColor:g?"transparent":"currentColor",color:d?v:f,transition:["background-color","border-color","color"].map(e.getTransition).join(",")},!h&&Object.assign(Object.assign({},e.buildResponsiveStyles(c,s)),e.getFocusJssStyle())),!d&&e.hoverMediaQuery({"&:hover, &:active":Object.assign({color:b},g&&{backgroundColor:"currentColor","& > span, & > $icon":{color:p?n:i}})})),icon:Object.assign({position:"absolute",width:e.pxToRemWithUnit(24),height:e.pxToRemWithUnit(24),color:y,pointerEvents:"none"},e.buildResponsiveStyles(c,r))}},Xi.getRootJssStyle=s,Xi.getSlottedLinkJssStyle=l,Xi}var Gi,Qi={};function Zi(){if(Gi)return Qi;Gi=1;return Qi.LINK_BUTTON_VARIANTS=["primary","secondary","tertiary"],Qi}var Yi,en={};function tn(){if(Yi)return en;Yi=1;return en.LINK_ARIA_ATTRIBUTES=["aria-label"],en}var nn,on,sn,rn={},an={},ln={};function cn(){if(nn)return ln;nn=1;return ln.THEMES=["light","dark"],ln}function dn(){if(on)return an;on=1;const e=[...cn().THEMES,"light-electric"];return an.THEMES_EXTENDED_ELECTRIC=e,an}function hn(){if(sn)return rn;sn=1,Object.defineProperty(rn,"__esModule",{value:!0});const e=br(),t=dn(),i=Ii(),n=nt(),o=pt(),s=St();cn(),it();const r=({height:t},i)=>{const n=i?0:8;return e.pxToRemWithUnit(t+n)},a=new Map,l=()=>"ResizeObserver"in window;let c=!l();const d=l()&&new ResizeObserver((e=>{e.forEach((e=>{var t;return null===(t=a.get(e.target))||void 0===t?void 0:t(e)}))})),h=new Map,u=()=>{h.forEach((e=>{e()}))},p=(t,i,n)=>{((e,t)=>{h.has(e)||(h.set(e,t),window.addEventListener("resize",u))})(t,i),n&&e.observeChildren(t,i)},g=(t,i)=>{(e=>{h.delete(e),0===h.size&&window.removeEventListener("resize",u)})(t),i&&e.unobserveChildren(t)},f=(t,i,r,a)=>{const{baseColor:l,hoverColor:c,focusColor:d,contrastLowColor:h}=e.getThemedColors(a),u=`1px solid ${h}`;return e.getCss(Object.assign(Object.assign({"@global":{":host":Object.assign({display:"block"},!i&&{"&(:first-of-type) .root":{borderTop:u}}),button:Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({display:"flex",justifyContent:"space-between",margin:`${e.pxToRemWithUnit(4)} 0`,width:"100%",textDecoration:"none",border:0,background:"transparent",cursor:"pointer",transition:e.getTransition("color"),overflow:"hidden",textAlign:"left",color:l},n.textSmall),{fontWeight:e.fontWeight.semiBold}),i?{padding:`${e.pxToRemWithUnit(4)} 0`}:e.buildResponsiveStyles(t,(t=>Object.assign(Object.assign({},o.fontSize[t]),{padding:`${e.pxToRemWithUnit("medium"===t?20:12)} 0`})))),e.getFocusJssStyle({color:d})),e.hoverMediaQuery({"&:hover":{color:c}}))}},!i&&{root:{borderBottom:u}}),{heading:{margin:0,padding:0},icon:{width:"1.5em",height:"1.5em",marginLeft:"1.5rem",transformOrigin:"50% 50%",transform:r?"rotate3d(0,0,1,180deg)":"rotate3d(0,0,1,0.0001deg)",transition:e.getTransition("transform")},collapsible:Object.assign({padding:0,overflow:"hidden"},r?{height:"auto",paddingBottom:i?s.spacing.small:"2.5rem",visibility:"visible",transition:e.getTransition("height")+`,visibility ${e.transitionDuration}`,animation:`$open ${e.transitionDuration} ease forwards`}:{height:0,visibility:"hidden",transition:e.getTransition("height")+`,visibility ${e.transitionDuration} linear ${e.transitionDuration}`}),"@keyframes open":{"0%,99%":{overflow:"hidden"},"100%":{overflow:"visible"}}}))},b={size:e.AllowedTypes.breakpoint(["small","medium"]),theme:e.AllowedTypes.oneOf(t.THEMES_EXTENDED_ELECTRIC),heading:e.AllowedTypes.string,tag:e.AllowedTypes.oneOf(i.HEADLINE_TAGS),open:e.AllowedTypes.boolean,compact:e.AllowedTypes.boolean};return rn.p_accordion=class{constructor(t){e.registerInstance(this,t),this.accordionChange=e.createEvent(this,"accordionChange",3),this.size="small",this.theme="light",this.tag="h2",this.onButtonClick=()=>{this.accordionChange.emit({open:!this.open})},this.setContentHeight=()=>{this.content&&(this.contentHeight=r(this.content.getBoundingClientRect(),this.compact),this.setCollapsibleElementHeight())}}openChangeHandler(){this.setCollapsibleElementHeight()}connectedCallback(){c&&p(this.host,this.setContentHeight,!0)}componentWillLoad(){((t,i,n)=>{i&&"small"!==n&&console.warn(`Property "size" of ${e.getTagName(t)} is ignored when property "compact" is set to "true".`)})(this.host,this.compact,this.size)}componentDidLoad(){var e,t,i;c||(e=this.content,t=({contentRect:e})=>{this.contentHeight=r(e,this.compact),this.setCollapsibleElementHeight()},i={box:"border-box"},e&&(a.set(e,t),d.observe(e,i)))}componentWillRender(){e.validateProps(this,b),e.attachComponentCss(this.host,f,this.size,this.compact,this.open,this.theme)}componentDidRender(){c&&(this.contentHeight=r(this.content.getBoundingClientRect(),this.compact))}disconnectedCallback(){var e;c?g(this.host,!0):(e=this.content)&&(a.delete(e),d.unobserve(e))}render(){const t="accordion-control",i="accordion-panel",n=e.getPrefixedTagNames(this.host),o=this.tag;return e.h("div",{class:"root"},e.h(o,{class:"heading"},e.h("button",{id:t,type:"button","aria-expanded":this.open?"true":"false","aria-controls":i,onClick:this.onButtonClick},this.heading||e.h("slot",{name:"heading"}),e.h(n.pIcon,{class:"icon",color:"inherit",name:"arrowHeadDown",theme:this.theme,size:"inherit","aria-hidden":"true"}))),e.h("div",{id:i,class:"collapsible",role:"region","aria-labelledby":t,ref:e=>this.collapsibleElement=e},e.h("div",{ref:e=>this.content=e},e.h("slot",null))))}setCollapsibleElementHeight(){var e,t,i;e=this.collapsibleElement,t=this.open,i=this.contentHeight,e&&(e.style.height=t?i:"0")}get host(){return e.getElement(this)}static get watchers(){return{open:["openChangeHandler"]}}},rn}var un,pn,gn={},fn={};function bn(){if(un)return fn;un=1;const e=br(),t=new Map,i=new Map;return fn.attachSlottedCss=(n,o)=>{const s=((t,n)=>{const o=e.getTagName(t);return i.has(o)||i.set(o,n(t)),i.get(o)})(n,o),r=n.getRootNode(),a=(e=>{const{tagName:i}=e;let n=t.get(i);return void 0===n&&(n=new Map,t.set(i,n)),n})(n);if(r.isConnected&&void 0===a.get(r)){a.set(r,!0);const e=document.createElement("style");e.appendChild(document.createTextNode(s));const t=(e=>e===document?e.head:e)(r),i=t.querySelector("meta[charset]");null!==i?t.insertBefore(e,i.nextSibling):t.childNodes.length>0?t.insertBefore(e,t.firstChild):t.appendChild(e)}},fn}function mn(){if(pn)return gn;pn=1,Object.defineProperty(gn,"__esModule",{value:!0});const e=br(),t=wt(),i=bn(),n=cn(),o=Hi();at(),Ei(),it(),nt();const s={state:e.AllowedTypes.oneOf(o.BANNER_STATES),persistent:e.AllowedTypes.boolean,width:e.AllowedTypes.oneOf(o.BANNER_WIDTHS),theme:e.AllowedTypes.oneOf(n.THEMES)},r={heading:e.AllowedTypes.string,description:e.AllowedTypes.string,state:e.AllowedTypes.oneOf(o.INLINE_NOTIFICATION_STATES),persistent:e.AllowedTypes.boolean,actionLabel:e.AllowedTypes.string,actionLoading:e.AllowedTypes.boolean,actionIcon:e.AllowedTypes.string,theme:e.AllowedTypes.oneOf(n.THEMES)};return gn.p_banner=class{constructor(t){e.registerInstance(this,t),this.dismiss=e.createEvent(this,"dismiss",3),this.state="neutral",this.persistent=!1,this.width="basic",this.theme="light",this.onKeyboardEvent=e=>{"Escape"===e.key&&this.removeBanner()},this.removeBanner=e=>{null==e||e.stopPropagation(),this.dismiss.emit(),this.host.classList.add("banner--close"),setTimeout((()=>{this.host.remove()}),600)}}connectedCallback(){e.attachComponentCss(this.host,o.getComponentCss),i.attachSlottedCss(this.host,o.getSlottedCss),this.persistent||document.addEventListener("keydown",this.onKeyboardEvent)}componentDidLoad(){var t;this.persistent||null===(t=e.getShadowRootHTMLElement(this.inlineNotificationElement,".close"))||void 0===t||t.focus()}componentWillRender(){e.validateProps(this,s)}disconnectedCallback(){this.persistent||document.removeEventListener("keydown",this.onKeyboardEvent)}render(){const i=e.getPrefixedTagNames(this.host);return e.h(i.pContentWrapper,{width:this.width},e.h(i.pInlineNotification,{ref:e=>this.inlineNotificationElement=e,class:"root",state:this.state,persistent:this.persistent,theme:this.theme,onDismiss:this.removeBanner},t.hasNamedSlot(this.host,"title")&&e.h("slot",{name:"title",slot:"heading"}),t.hasNamedSlot(this.host,"description")&&e.h("slot",{name:"description"})))}get host(){return e.getElement(this)}},gn.p_inline_notification=class{constructor(t){e.registerInstance(this,t),this.dismiss=e.createEvent(this,"dismiss",3),this.action=e.createEvent(this,"action",3),this.heading="",this.description="",this.state="neutral",this.persistent=!1,this.actionLoading=!1,this.actionIcon="arrow-head-right",this.theme="light"}connectedCallback(){i.attachSlottedCss(this.host,o.getSlottedCss$1)}componentWillRender(){e.validateProps(this,r),e.attachComponentCss(this.host,o.getComponentCss$1,this.state,!!this.actionLabel,!this.persistent,this.theme)}render(){const i="banner",n="label",s="description",r=e.getPrefixedTagNames(this.host);return e.h(e.Host,null,e.h(r.pIcon,{class:"icon",name:o.getIconName(this.state),color:"inherit","aria-hidden":"true"}),e.h("div",Object.assign({id:i,class:"content"},o.getContentAriaAttributes(this.state,n,s)),(a=this.host,(!!this.heading||t.hasNamedSlot(a,"heading"))&&e.h("h5",{id:n},this.heading||e.h("slot",{name:"heading"}))),e.h("p",{id:s},this.description||e.h("slot",null))),this.actionLabel&&e.h(r.pButtonPure,{class:"action",icon:this.actionIcon,loading:this.actionLoading,onClick:this.action.emit},this.actionLabel),!this.persistent&&e.h(r.pButtonPure,{class:"close",type:"button",icon:"close",hideLabel:!0,"aria-controls":i,onClick:this.dismiss.emit},"Close notification"));var a}get host(){return e.getElement(this)}},gn}var vn,yn={};function wn(){if(vn)return yn;vn=1,Object.defineProperty(yn,"__esModule",{value:!0});const e=br(),t=Ut(),i=Ue(),n=Ke(),o=dn(),s=Zi(),r=Pe(),a=Ki(),l=St();Xe(),cn(),Re(),_e(),nt(),it();const c=(t,i,n,o)=>e.getCss(a.getLinkButtonStyles(t,i,n,!1,o)),d={type:e.AllowedTypes.oneOf(["button","submit","reset"]),variant:e.AllowedTypes.oneOf(s.LINK_BUTTON_VARIANTS),tabbable:e.AllowedTypes.boolean,disabled:e.AllowedTypes.boolean,loading:e.AllowedTypes.boolean,icon:e.AllowedTypes.string,theme:e.AllowedTypes.oneOf(o.THEMES_EXTENDED_ELECTRIC),iconSource:e.AllowedTypes.string,hideLabel:e.AllowedTypes.breakpoint("boolean"),aria:e.AllowedTypes.aria(i.BUTTON_ARIA_ATTRIBUTES)},{medium:h,small:u}=l.spacing,p=e=>({column:{flexFlow:"column nowrap",alignItems:"stretch",marginRight:0,marginLeft:0},row:{flexFlow:"row wrap",alignItems:"center",marginRight:`-${u}`,marginLeft:`-${u}`}}[e]),g=e=>({column:{marginRight:0,marginLeft:0},row:{marginRight:u,marginLeft:u}}[e]),f=t=>e.getCss({"@global":{":host":{display:"block"},div:Object.assign({display:"flex",marginTop:`-${h}`},e.buildResponsiveStyles(t,p)),"::slotted(*)":e.addImportantToEachRule(Object.assign({marginTop:h},e.buildResponsiveStyles(t,g)))}}),b={direction:e.AllowedTypes.breakpoint(["row","column"])};return yn.p_button=class{constructor(t){e.registerInstance(this,t),this.tabbable=!0,this.type="submit",this.disabled=!1,this.loading=!1,this.variant="secondary",this.icon="arrow-head-right",this.hideLabel=!1,this.theme="light"}get isDisabledOrLoading(){return t.isDisabledOrLoading(this.disabled,this.loading)}onClick(e){this.isDisabledOrLoading&&e.stopPropagation()}componentDidLoad(){n.improveButtonHandlingForCustomElement(this.host,(()=>this.type),(()=>this.isDisabledOrLoading))}componentWillRender(){e.validateProps(this,d),e.attachComponentCss(this.host,c,this.variant,this.hideLabel,this.isDisabledOrLoading,this.theme)}render(){const i=e.getPrefixedTagNames(this.host),n={class:"icon",size:"inherit"};return e.h("button",Object.assign({},(o=this.disabled,s=this.loading,a=this.aria,Object.assign(Object.assign({},r.parseAndGetAriaAttributes(a)),t.getButtonBaseAriaAttributes(o,s))),{class:"root",type:this.type,tabindex:this.tabbable?this.host.getAttribute("tabindex"):-1}),this.loading?e.h(i.pSpinner,Object.assign({},n,{theme:"tertiary"===this.variant?this.theme:"dark",aria:{"aria-label":"Loading state"}})):e.h(i.pIcon,Object.assign({},n,{name:this.icon,source:this.iconSource,color:"inherit","aria-hidden":"true"})),e.h("span",null,e.h("slot",null)));var o,s,a}static get delegatesFocus(){return!0}get host(){return e.getElement(this)}},yn.p_button_group=class{constructor(t){e.registerInstance(this,t),this.direction={base:"column",xs:"row"}}componentWillRender(){e.validateProps(this,b),e.attachComponentCss(this.host,f,this.direction)}render(){return e.h("div",{role:"group"},e.h("slot",null))}get host(){return e.getElement(this)}},yn}var Tn,Cn={},xn={};function Sn(){if(Tn)return xn;Tn=1;const e=[...dn().THEMES_EXTENDED_ELECTRIC,"dark-electric"];return xn.THEMES_EXTENDED_ELECTRIC_DARK=e,xn}var jn,On,kn={};function En(){if(jn)return kn;jn=1;return kn.TEXT_SIZES=["x-small","small","medium","large","x-large","inherit"],kn.TEXT_WEIGHTS=["thin","regular","semibold","bold"],kn}function Rn(){if(On)return Cn;On=1,Object.defineProperty(Cn,"__esModule",{value:!0});const e=br(),t=Ut(),i=Ue(),n=Ke(),o=Vi(),s=Ui(),r=Sn(),a=We(),l=En(),c=Pe();Xe(),wt(),It(),bt(),nt(),it(),pt(),Pi(),dn(),cn(),Re(),_e();const d=(t,i,n,s,r,a,l,c,d,h)=>e.getCss(e.mergeDeep(o.getLinkButtonPureStyles(t,i,n,s,r,a,l,c,d,!1,h),{"@global":{"::slotted(p)":{margin:0}}})),h={tabbable:e.AllowedTypes.boolean,type:e.AllowedTypes.oneOf(["button","submit","reset"]),disabled:e.AllowedTypes.boolean,loading:e.AllowedTypes.boolean,size:e.AllowedTypes.breakpoint(l.TEXT_SIZES),weight:e.AllowedTypes.oneOf(l.TEXT_WEIGHTS),icon:e.AllowedTypes.string,iconSource:e.AllowedTypes.string,active:e.AllowedTypes.boolean,hideLabel:e.AllowedTypes.breakpoint("boolean"),alignLabel:e.AllowedTypes.breakpoint(a.ALIGN_LABELS),stretch:e.AllowedTypes.breakpoint("boolean"),theme:e.AllowedTypes.oneOf(r.THEMES_EXTENDED_ELECTRIC_DARK),aria:e.AllowedTypes.aria(i.BUTTON_ARIA_ATTRIBUTES)};return Cn.p_button_pure=class{constructor(t){e.registerInstance(this,t),this.tabbable=!0,this.type="submit",this.disabled=!1,this.loading=!1,this.size="small",this.weight="regular",this.icon="arrow-head-right",this.active=!1,this.hideLabel=!1,this.alignLabel="right",this.stretch=!1,this.theme="light"}get isDisabledOrLoading(){return t.isDisabledOrLoading(this.disabled,this.loading)}onClick(e){this.isDisabledOrLoading&&e.stopPropagation()}componentWillRender(){var t,i,n;e.validateProps(this,h),t=this.host,i=this.loading,n=this.icon,i&&!o.hasVisibleIcon(n)&&console.warn(`The combination of properties "icon='${n}'" and loading='${i} within ${e.getTagName(t)} is not supported.`),o.warnIfParentIsPTextAndIconIsNone(this.host,this.icon),e.attachComponentCss(this.host,d,this.icon,this.active,this.isDisabledOrLoading,this.stretch,this.size,this.weight,this.hideLabel,this.alignLabel,o.hasSlottedSubline(this.host),this.theme)}componentDidLoad(){n.improveButtonHandlingForCustomElement(this.host,(()=>this.type),(()=>this.isDisabledOrLoading)),s.isSizeInherit(this.size)&&s.transitionListener(this.buttonTag,"font-size",(()=>{const e=`${s.calcLineHeightForElement(this.buttonTag)}`;if(this.labelTag.style.lineHeight=e,this.sublineTag&&(this.sublineTag.style.lineHeight=e),o.hasVisibleIcon(this.icon)){const t=`${e}em`;this.iconTag.style.width=t,this.iconTag.style.height=t}}))}render(){const i=o.hasVisibleIcon(this.icon),n=o.hasSlottedSubline(this.host),s={class:"icon",size:"inherit",theme:this.theme,ref:e=>this.iconTag=e},r=e.getPrefixedTagNames(this.host);return e.h(e.Host,null,e.h("button",Object.assign({},((e,i,n,o)=>Object.assign(Object.assign(Object.assign({},c.parseAndGetAriaAttributes(o)),t.getButtonBaseAriaAttributes(e,i)),{"aria-describedby":n?"subline":null}))(this.disabled,this.loading,n,this.aria),{class:"root",type:this.type,tabindex:this.tabbable?this.host.getAttribute("tabindex"):-1,ref:e=>this.buttonTag=e}),i&&(this.loading?e.h(r.pSpinner,Object.assign({aria:{"aria-label":"Loading state"}},s)):e.h(r.pIcon,Object.assign({},s,{color:"inherit",name:this.icon,source:this.iconSource,"aria-hidden":"true"}))),e.h("span",{class:"label",ref:e=>this.labelTag=e},e.h("slot",null))),n&&e.h("div",{id:"subline",class:"subline",ref:e=>this.sublineTag=e},e.h("slot",{name:"subline"})))}static get delegatesFocus(){return!0}get host(){return e.getElement(this)}},Cn}var An,In={};function $n(){if(An)return In;An=1,Object.defineProperty(In,"__esModule",{value:!0});const e=br(),t=di(),i=cn(),n=bi(),o=Ci(),s=nt(),r=pi(),a=wt(),l=St();it();const c="bullet--active",d=e.mediaQueryMin("s"),h=e.mediaQueryMin("xl"),u=(t,i,a)=>{const{baseColor:l,disabledColor:u}=e.getThemedColors(a);return e.getCss(Object.assign({"@global":{":host":e.addImportantToEachRule({display:"grid",maxWidth:n.gridMaxWidth,marginLeft:"auto",marginRight:"auto",gap:e.pxToRemWithUnit(24),gridAutoFlow:"row",[h]:{gap:e.pxToRemWithUnit(32)}}),"h2,::slotted([slot=heading])":e.addImportantToEachRule(Object.assign(Object.assign({},o.headingMedium),{margin:0,color:l})),p:Object.assign(Object.assign({},s.textSmall),{margin:0,color:l,gridColumn:1})},splide:{overflow:"hidden","&__track":Object.assign(Object.assign({cursor:"grab"},t&&e.addImportantToEachRule({padding:`0 calc(${r.gridSafeZone.base} + 7%) 0 ${r.gridSafeZone.base}`,[h]:{padding:`0 calc(${r.gridSafeZone.xl} + 7%) 0 ${r.gridSafeZone.xl}`}})),{"&--draggable":{userSelect:"none",WebkitUserSelect:"none",WebkitTouchCallout:"none"}}),"&__list":Object.assign({display:"flex",height:"100%"},e.getBackfaceVisibilityJssStyle()),"&__slide":Object.assign(Object.assign({position:"relative",flexShrink:0},e.getBackfaceVisibilityJssStyle()),{transform:"translateZ(0)"}),"&__sr":e.getScreenReaderOnlyJssStyle()},header:{display:"grid",gap:e.pxToRemWithUnit(16),padding:t?`0 ${r.gridSafeZone.base}`:null,[d]:{gridTemplateColumns:`minmax(0px, 1fr) ${e.pxToRemWithUnit(80)}`,position:"relative",minHeight:e.pxToRemWithUnit(40)},[h]:{gap:e.pxToRemWithUnit(24),padding:t?`0 ${r.gridSafeZone.xl}`:null}},nav:Object.assign({display:"none",[d]:{display:"grid",gridAutoFlow:"column",position:"absolute",right:t?r.gridSafeZone.base:0,bottom:0}},t&&{[h]:{right:r.gridSafeZone.xl}}),btn:{padding:e.pxToRemWithUnit(8)}},!0!==i&&{pagination:Object.assign(Object.assign({},e.buildResponsiveStyles(i,(e=>({display:e?"none":"grid"})))),{gridAutoColumns:e.pxToRemWithUnit(8),gridAutoFlow:"column",justifyContent:"center",gap:e.pxToRemWithUnit(8),height:e.pxToRemWithUnit(8)}),bullet:{borderRadius:e.pxToRemWithUnit(4),background:u},[c]:{background:l}}))};function p(e,t){for(var i=0;i<t.length;i++){var n=t[i];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}var g="(prefers-reduced-motion: reduce)",f={CREATED:1,MOUNTED:2,IDLE:3,MOVING:4,SCROLLING:5,DRAGGING:6,DESTROYED:7};function b(e){e.length=0}function m(e,t,i){return Array.prototype.slice.call(e,t,i)}function v(e){return e.bind.apply(e,[null].concat(m(arguments,1)))}var y=setTimeout,w=function(){};function T(e){return requestAnimationFrame(e)}function C(e,t){return typeof t===e}function x(e){return!E(e)&&C("object",e)}var S=Array.isArray,j=v(C,"function"),O=v(C,"string"),k=v(C,"undefined");function E(e){return null===e}function R(e){return e instanceof HTMLElement}function A(e){return S(e)?e:[e]}function I(e,t){A(e).forEach(t)}function $(e,t){return e.indexOf(t)>-1}function _(e,t){return e.push.apply(e,A(t)),e}function P(e,t,i){e&&I(t,(function(t){t&&e.classList[i?"add":"remove"](t)}))}function L(e,t){P(e,O(t)?t.split(" "):t,!0)}function M(e,t){I(t,e.appendChild.bind(e))}function W(e,t){I(e,(function(e){var i=(t||e).parentNode;i&&i.insertBefore(e,t)}))}function N(e,t){return R(e)&&(e.msMatchesSelector||e.matches).call(e,t)}function D(e,t){var i=e?m(e.children):[];return t?i.filter((function(e){return N(e,t)})):i}function H(e,t){return t?D(e,t)[0]:e.firstElementChild}var z=Object.keys;function B(e,t,i){return e&&(i?z(e).reverse():z(e)).forEach((function(i){"__proto__"!==i&&t(e[i],i)})),e}function U(e){return m(arguments,1).forEach((function(t){B(t,(function(i,n){e[n]=t[n]}))})),e}function F(e){return m(arguments,1).forEach((function(t){B(t,(function(t,i){S(t)?e[i]=t.slice():x(t)?e[i]=F({},x(e[i])?e[i]:{},t):e[i]=t}))})),e}function q(e,t){I(t||z(e),(function(t){delete e[t]}))}function V(e,t){I(e,(function(e){I(t,(function(t){e&&e.removeAttribute(t)}))}))}function J(e,t,i){x(t)?B(t,(function(t,i){J(e,i,t)})):I(e,(function(e){E(i)||""===i?V(e,t):e.setAttribute(t,String(i))}))}function X(e,t,i){var n=document.createElement(e);return t&&(O(t)?L(n,t):J(n,t)),i&&M(i,n),n}function K(e,t,i){if(k(i))return getComputedStyle(e)[t];E(i)||(e.style[t]=""+i)}function G(e,t){K(e,"display",t)}function Q(e){e.setActive&&e.setActive()||e.focus({preventScroll:!0})}function Z(e,t){return e.getAttribute(t)}function Y(e,t){return e&&e.classList.contains(t)}function ee(e){return e.getBoundingClientRect()}function te(e){I(e,(function(e){e&&e.parentNode&&e.parentNode.removeChild(e)}))}function ie(e){return H((new DOMParser).parseFromString(e,"text/html").body)}function ne(e,t){e.preventDefault(),t&&(e.stopPropagation(),e.stopImmediatePropagation())}function oe(e,t){return e&&e.querySelector(t)}function se(e,t){return t?m(e.querySelectorAll(t)):[]}function re(e,t){P(e,t,!1)}function ae(e){return e.timeStamp}function le(e){return O(e)?e:e?e+"px":""}var ce="splide",de="data-splide";function he(e,t){if(!e)throw new Error("[splide] "+(t||""))}var ue=Math.min,pe=Math.max,ge=Math.floor,fe=Math.ceil,be=Math.abs;function me(e,t,i){return be(e-t)<i}function ve(e,t,i,n){var o=ue(t,i),s=pe(t,i);return n?o<e&&e<s:o<=e&&e<=s}function ye(e,t,i){var n=ue(t,i),o=pe(t,i);return ue(pe(n,e),o)}function we(e){return+(e>0)-+(e<0)}function Te(e,t){return I(t,(function(t){e=e.replace("%s",""+t)})),e}function Ce(e){return e<10?"0"+e:""+e}var xe={};function Se(){var e=[];function t(e,t,i){I(e,(function(e){e&&I(t,(function(t){t.split(" ").forEach((function(t){var n=t.split(".");i(e,n[0],n[1])}))}))}))}return{bind:function(i,n,o,s){t(i,n,(function(t,i,n){var r="addEventListener"in t,a=r?t.removeEventListener.bind(t,i,o,s):t.removeListener.bind(t,o);r?t.addEventListener(i,o,s):t.addListener(o),e.push([t,i,n,o,a])}))},unbind:function(i,n,o){t(i,n,(function(t,i,n){e=e.filter((function(e){return!!(e[0]!==t||e[1]!==i||e[2]!==n||o&&e[3]!==o)||(e[4](),!1)}))}))},dispatch:function(e,t,i){var n;return"function"==typeof CustomEvent?n=new CustomEvent(t,{bubbles:true,detail:i}):(n=document.createEvent("CustomEvent")).initCustomEvent(t,true,!1,i),e.dispatchEvent(n),n},destroy:function(){e.forEach((function(e){e[4]()})),b(e)}}}var je="mounted",Oe="ready",ke="move",Ee="moved",Re="click",Ae="active",Ie="inactive",$e="visible",_e="hidden",Pe="refresh",Le="updated",Me="resize",We="resized",Ne="scroll",De="scrolled",He="destroy",ze="arrows:mounted",Be="navigation:mounted",Ue="autoplay:play",Fe="autoplay:pause",qe="lazyload:loaded",Ve="sk",Je="sh",Xe="ei";function Ke(e){var t=e?e.event.bus:document.createDocumentFragment(),i=Se();return e&&e.event.on(He,i.destroy),U(i,{bus:t,on:function(e,n){i.bind(t,A(e).join(" "),(function(e){n.apply(n,S(e.detail)?e.detail:[])}))},off:v(i.unbind,t),emit:function(e){i.dispatch(t,e,m(arguments,1))}})}function Ge(e,t,i,n){var o,s,r=Date.now,a=0,l=!0,c=0;function d(){if(!l){if(a=e?ue((r()-o)/e,1):1,i&&i(a),a>=1&&(t(),o=r(),n&&++c>=n))return h();s=T(d)}}function h(){l=!0}function u(){s&&cancelAnimationFrame(s),a=0,s=0,l=!0}return{start:function(t){t||u(),o=r()-(t?a*e:0),l=!1,s=T(d)},rewind:function(){o=r(),a=0,i&&i(a)},pause:h,cancel:u,set:function(t){e=t},isPaused:function(){return l}}}var Qe="ArrowLeft",Ze="ArrowRight",Ye="ArrowUp",et="ArrowDown",tt="ttb",ot={width:["height"],left:["top","right"],right:["bottom","left"],x:["y"],X:["Y"],Y:["X"],ArrowLeft:[Ye,Ze],ArrowRight:[et,Qe]};var st="role",rt="tabindex",at="aria-controls",lt="aria-current",ct="aria-selected",dt="aria-label",ht="aria-labelledby",ut="aria-hidden",pt="aria-orientation",gt="aria-roledescription",ft="aria-live",bt="aria-busy",mt="aria-atomic",vt=[st,rt,"disabled",at,lt,dt,ht,ut,pt,gt],yt=ce,Tt="splide__track",Ct="splide__list",xt="splide__slide",jt=xt+"--clone",Ot="splide__arrows",kt="splide__arrow",Et=kt+"--prev",Rt=kt+"--next",At="splide__pagination",It=At+"__page",$t="splide__progress__bar",_t="splide__toggle",Pt="is-active",Lt="is-prev",Mt="is-next",Wt="is-visible",Nt="is-loading",Dt="is-focus-in",Ht="is-overflow",zt=[Pt,Wt,Lt,Mt,Nt,Dt,Ht],Bt={slide:xt,clone:jt,arrows:Ot,arrow:kt,prev:Et,next:Rt,pagination:At,page:It,spinner:"splide__spinner"};var Ut="touchstart mousedown",Ft="touchmove mousemove",qt="touchend touchcancel mouseup click";var Vt="slide",Jt="loop",Xt="fade";function Kt(e,t,i,n){var o,s=Ke(e),r=s.on,a=s.emit,l=s.bind,c=e.Components,d=e.root,h=e.options,u=h.isNavigation,p=h.updateOnMove,g=h.i18n,f=h.pagination,b=h.slideFocus,m=c.Direction.resolve,y=Z(n,"style"),w=Z(n,dt),T=i>-1,C=H(n,".splide__slide__container");function x(){var o=e.splides.map((function(e){var i=e.splide.Components.Slides.getAt(t);return i?i.slide.id:""})).join(" ");J(n,dt,Te(g.slideX,(T?i:t)+1)),J(n,at,o),J(n,st,b?"button":""),b&&V(n,gt)}function S(){o||j()}function j(){if(!o){var i=e.index;(s=O())!==Y(n,Pt)&&(P(n,Pt,s),J(n,lt,u&&s||""),a(s?Ae:Ie,k)),function(){var t=function(){if(e.is(Xt))return O();var t=ee(c.Elements.track),i=ee(n),o=m("left",!0),s=m("right",!0);return ge(t[o])<=fe(i[o])&&ge(i[s])<=fe(t[s])}(),i=!t&&(!O()||T);e.state.is([4,5])||J(n,ut,i||"");J(se(n,h.focusableNodes||""),rt,i?-1:""),b&&J(n,rt,i?-1:0);t!==Y(n,Wt)&&(P(n,Wt,t),a(t?$e:_e,k));if(!t&&document.activeElement===n){var o=c.Slides.getAt(e.index);o&&Q(o.slide)}}(),P(n,Lt,t===i-1),P(n,Mt,t===i+1)}var s}function O(){var n=e.index;return n===t||h.cloneStatus&&n===i}var k={index:t,slideIndex:i,slide:n,container:C,isClone:T,mount:function(){T||(n.id=d.id+"-slide"+Ce(t+1),J(n,st,f?"tabpanel":"group"),J(n,gt,g.slide),J(n,dt,w||Te(g.slideLabel,[t+1,e.length]))),l(n,"click",v(a,Re,k)),l(n,"keydown",v(a,Ve,k)),r([Ee,Je,De],j),r(Be,x),p&&r(ke,S)},destroy:function(){o=!0,s.destroy(),re(n,zt),V(n,vt),J(n,"style",y),J(n,dt,w||"")},update:j,style:function(e,t,i){K(i&&C||n,e,t)},isWithin:function(i,n){var o=be(i-t);return T||!h.rewind&&!e.is(Jt)||(o=ue(o,e.length-o)),o<=n}};return k}var Gt={passive:!1,capture:!0};var Qt={Spacebar:" ",Right:Ze,Left:Qe,Up:Ye,Down:et};function Zt(e){return e=O(e)?e:e.key,Qt[e]||e}var Yt="keydown";var ei="data-splide-lazy",ti="data-splide-lazy-srcset",ii="[data-splide-lazy], [data-splide-lazy-srcset]";var ni=[" ","Enter"];var oi=Object.freeze({__proto__:null,Media:function(e,t,i){var n=e.state,o=i.breakpoints||{},s=i.reducedMotion||{},r=Se(),a=[];function l(e){e&&r.destroy()}function c(e,t){var i=matchMedia(t);r.bind(i,"change",d),a.push([e,i])}function d(){var t=n.is(7),o=i.direction,s=a.reduce((function(e,t){return F(e,t[1].matches?t[0]:{})}),{});q(i),h(s),i.destroy?e.destroy("completely"===i.destroy):t?(l(!0),e.mount()):o!==i.direction&&e.refresh()}function h(t,o,s){F(i,t),o&&F(Object.getPrototypeOf(i),t),!s&&n.is(1)||e.emit(Le,i)}return{setup:function(){var e="min"===i.mediaQuery;z(o).sort((function(t,i){return e?+t-+i:+i-+t})).forEach((function(t){c(o[t],"("+(e?"min":"max")+"-width:"+t+"px)")})),c(s,g),d()},destroy:l,reduce:function(e){matchMedia(g).matches&&(e?F(i,s):q(i,z(s)))},set:h}},Direction:function(e,t,i){return{resolve:function(e,t,n){var o="rtl"!==(n=n||i.direction)||t?n===tt?0:-1:1;return ot[e]&&ot[e][o]||e.replace(/width|left|right/i,(function(e,t){var i=ot[e.toLowerCase()][o]||e;return t>0?i.charAt(0).toUpperCase()+i.slice(1):i}))},orient:function(e){return e*("rtl"===i.direction?1:-1)}}},Elements:function(e,t,i){var n,o,s,r=Ke(e),a=r.on,l=r.bind,c=e.root,d=i.i18n,h={},u=[],p=[],g=[];function f(){n=y("."+Tt),o=H(n,"."+Ct),he(n&&o,"A track/list element is missing."),_(u,D(o,".splide__slide:not(."+jt+")")),B({arrows:Ot,pagination:At,prev:Et,next:Rt,bar:$t,toggle:_t},(function(e,t){h[t]=y("."+e)})),U(h,{root:c,track:n,list:o,slides:u}),function(){var e=c.id||(s=ce,""+s+Ce(xe[s]=(xe[s]||0)+1)),t=i.role;var s;c.id=e,n.id=n.id||e+"-track",o.id=o.id||e+"-list",!Z(c,st)&&"SECTION"!==c.tagName&&t&&J(c,st,t);J(c,gt,d.carousel),J(o,st,"presentation")}(),v()}function m(e){var t=vt.concat("style");b(u),re(c,p),re(n,g),V([n,o],t),V(c,e?t:["style",gt])}function v(){re(c,p),re(n,g),p=w(yt),g=w(Tt),L(c,p),L(n,g),J(c,dt,i.label),J(c,ht,i.labelledby)}function y(e){var t=oe(c,e);return t&&function(e,t){if(j(e.closest))return e.closest(t);for(var i=e;i&&1===i.nodeType&&!N(i,t);)i=i.parentElement;return i}(t,".splide")===c?t:void 0}function w(e){return[e+"--"+i.type,e+"--"+i.direction,i.drag&&e+"--draggable",i.isNavigation&&e+"--nav",e===yt&&Pt]}return U(h,{setup:f,mount:function(){a(Pe,m),a(Pe,f),a(Le,v),l(document,"touchstart mousedown keydown",(function(e){s="keydown"===e.type}),{capture:!0}),l(c,"focusin",(function(){P(c,Dt,!!s)}))},destroy:m})},Slides:function(e,t,i){var n=Ke(e),o=n.on,s=n.emit,r=n.bind,a=t.Elements,l=a.slides,c=a.list,d=[];function h(){l.forEach((function(e,t){p(e,t,-1)}))}function u(){f((function(e){e.destroy()})),b(d)}function p(t,i,n){var o=Kt(e,i,n,t);o.mount(),d.push(o),d.sort((function(e,t){return e.index-t.index}))}function g(e){return e?m((function(e){return!e.isClone})):d}function f(e,t){g(t).forEach(e)}function m(e){return d.filter(j(e)?e:function(t){return O(e)?N(t.slide,e):$(A(e),t.index)})}return{mount:function(){h(),o(Pe,u),o(Pe,h)},destroy:u,update:function(){f((function(e){e.update()}))},register:p,get:g,getIn:function(e){var n=t.Controller,o=n.toIndex(e),s=n.hasFocus()?1:i.perPage;return m((function(e){return ve(e.index,o,o+s-1)}))},getAt:function(e){return m(e)[0]},add:function(e,t){I(e,(function(e){if(O(e)&&(e=ie(e)),R(e)){var n=l[t];n?W(e,n):M(c,e),L(e,i.classes.slide),o=e,a=v(s,Me),d=se(o,"img"),(h=d.length)?d.forEach((function(e){r(e,"load error",(function(){--h||a()}))})):a()}var o,a,d,h})),s(Pe)},remove:function(e){te(m(e).map((function(e){return e.slide}))),s(Pe)},forEach:f,filter:m,style:function(e,t,i){f((function(n){n.style(e,t,i)}))},getLength:function(e){return e?l.length:d.length},isEnough:function(){return d.length>i.perPage}}},Layout:function(e,t,i){var n,o,s,r=Ke(e),a=r.on,l=r.bind,c=r.emit,d=t.Slides,h=t.Direction.resolve,u=t.Elements,p=u.root,g=u.track,f=u.list,b=d.getAt,m=d.style;function y(){n=i.direction===tt,K(p,"maxWidth",le(i.width)),K(g,h("paddingLeft"),T(!1)),K(g,h("paddingRight"),T(!0)),w(!0)}function w(e){var t=ee(p);(e||o.width!==t.width||o.height!==t.height)&&(K(g,"height",function(){var e="";n&&(he(e=C(),"height or heightRatio is missing."),e="calc("+e+" - "+T(!1)+" - "+T(!0)+")");return e}()),m(h("marginRight"),le(i.gap)),m("width",i.autoWidth?null:le(i.fixedWidth)||(n?"":S())),m("height",le(i.fixedHeight)||(n?i.autoHeight?null:S():C()),!0),o=t,c(We),s!==(s=A())&&(P(p,Ht,s),c("overflow",s)))}function T(e){var t=i.padding,n=h(e?"right":"left");return t&&le(t[n]||(x(t)?0:t))||"0px"}function C(){return le(i.height||ee(f).width*i.heightRatio)}function S(){var e=le(i.gap);return"calc((100%"+(e&&" + "+e)+")/"+(i.perPage||1)+(e&&" - "+e)+")"}function j(){return ee(f)[h("width")]}function O(e,t){var i=b(e||0);return i?ee(i.slide)[h("width")]+(t?0:R()):0}function k(e,t){var i=b(e);if(i){var n=ee(i.slide)[h("right")],o=ee(f)[h("left")];return be(n-o)+(t?0:R())}return 0}function E(t){return k(e.length-1)-k(0)+O(0,t)}function R(){var e=b(0);return e&&parseFloat(K(e.slide,h("marginRight")))||0}function A(){return e.is(Xt)||E(!0)>j()}return{mount:function(){var e,t,i;y(),l(window,"resize load",(e=v(c,Me),i=Ge(t||0,e,null,1),function(){i.isPaused()&&i.start()})),a([Le,Pe],y),a(Me,w)},resize:w,listSize:j,slideSize:O,sliderSize:E,totalSize:k,getPadding:function(e){return parseFloat(K(g,h("padding"+(e?"Right":"Left"))))||0},isOverflow:A}},Clones:function(e,t,i){var n,o=Ke(e),s=o.on,r=t.Elements,a=t.Slides,l=t.Direction.resolve,c=[];function d(){s(Pe,h),s([Le,Me],p),(n=g())&&(!function(t){var n=a.get().slice(),o=n.length;if(o){for(;n.length<t;)_(n,n);_(n.slice(-t),n.slice(0,t)).forEach((function(s,l){var d=l<t,h=function(t,n){var o=t.cloneNode(!0);return L(o,i.classes.clone),o.id=e.root.id+"-clone"+Ce(n+1),o}(s.slide,l);d?W(h,n[0].slide):M(r.list,h),_(c,h),a.register(h,l-t+(d?0:o),s.index)}))}}(n),t.Layout.resize(!0))}function h(){u(),d()}function u(){te(c),b(c),o.destroy()}function p(){var e=g();n!==e&&(n<e||!e)&&o.emit(Pe)}function g(){var n=i.clones;if(e.is(Jt)){if(k(n)){var o=i[l("fixedWidth")]&&t.Layout.slideSize(0);n=o&&fe(ee(r.track)[l("width")]/o)||i[l("autoWidth")]&&e.length||2*i.perPage}}else n=0;return n}return{mount:d,destroy:u}},Move:function(e,t,i){var n,o=Ke(e),s=o.on,r=o.emit,a=e.state.set,l=t.Layout,c=l.slideSize,d=l.getPadding,h=l.totalSize,u=l.listSize,p=l.sliderSize,g=t.Direction,f=g.resolve,b=g.orient,m=t.Elements,v=m.list,y=m.track;function w(){t.Controller.isBusy()||(t.Scroll.cancel(),T(e.index),t.Slides.update())}function T(e){C(O(e,!0))}function C(i,n){if(!e.is(Xt)){var o=n?i:function(i){if(e.is(Jt)){var n=j(i),o=n>t.Controller.getEnd();(n<0||o)&&(i=x(i,o))}return i}(i);K(v,"transform","translate"+f("X")+"("+o+"px)"),i!==o&&r(Je)}}function x(e,t){var i=e-R(t),n=p();return e-=b(n*(fe(be(i)/n)||1))*(t?1:-1)}function S(){C(E(),!0),n.cancel()}function j(e){for(var i=t.Slides.get(),n=0,o=1/0,s=0;s<i.length;s++){var r=i[s].index,a=be(O(r,!0)-e);if(!(a<=o))break;o=a,n=r}return n}function O(t,n){var o=b(h(t-1)-function(e){var t=i.focus;return"center"===t?(u()-c(e,!0))/2:+t*c(e)||0}(t));return n?function(t){i.trimSpace&&e.is(Vt)&&(t=ye(t,0,b(p(!0)-u())));return t}(o):o}function E(){var e=f("left");return ee(v)[e]-ee(y)[e]+b(d(!1))}function R(e){return O(e?t.Controller.getEnd():0,!!i.trimSpace)}return{mount:function(){n=t.Transition,s([je,We,Le,Pe],w)},move:function(e,t,i,o){var s,l;e!==t&&(s=e>i,l=b(x(E(),s)),s?l>=0:l<=v[f("scrollWidth")]-ee(y)[f("width")])&&(S(),C(x(E(),e>i),!0)),a(4),r(ke,t,i,e),n.start(t,(function(){a(3),r(Ee,t,i,e),o&&o()}))},jump:T,translate:C,shift:x,cancel:S,toIndex:j,toPosition:O,getPosition:E,getLimit:R,exceededLimit:function(e,t){t=k(t)?E():t;var i=!0!==e&&b(t)<b(R(!1)),n=!1!==e&&b(t)>b(R(!0));return i||n},reposition:w}},Controller:function(e,t,i){var n,o,s,r,a=Ke(e),l=a.on,c=a.emit,d=t.Move,h=d.getPosition,u=d.getLimit,p=d.toPosition,g=t.Slides,f=g.isEnough,b=g.getLength,m=i.omitEnd,y=e.is(Jt),w=e.is(Vt),T=v(R,!1),C=v(R,!0),x=i.start||0,S=x;function j(){o=b(!0),s=i.perMove,r=i.perPage,n=$();var e=ye(x,0,m?n:o-1);e!==x&&(x=e,d.reposition())}function E(){n!==$()&&c(Xe)}function R(e,t){var i=s||(M()?1:r),o=A(x+i*(e?-1:1),x,!(s||M()));return-1===o&&w&&!me(h(),u(!e),1)?e?0:n:t?o:I(o)}function A(t,a,l){if(f()||M()){var c=function(t){if(w&&"move"===i.trimSpace&&t!==x)for(var n=h();n===p(t,!0)&&ve(t,0,e.length-1,!i.rewind);)t<x?--t:++t;return t}(t);c!==t&&(a=t,t=c,l=!1),t<0||t>n?t=s||!ve(0,t,a,!0)&&!ve(n,a,t,!0)?y?l?t<0?-(o%r||r):o:t:i.rewind?t<0?n:0:-1:_(P(t)):l&&t!==a&&(t=_(P(a)+(t<a?-1:1)))}else t=-1;return t}function I(e){return y?(e+o)%o||0:e}function $(){for(var e=o-(M()||y&&s?1:r);m&&e-- >0;)if(p(o-1,!0)!==p(e,!0)){e++;break}return ye(e,0,o-1)}function _(e){return ye(M()?e:r*e,0,n)}function P(e){return M()?ue(e,n):ge((e>=n?o-1:e)/r)}function L(e){e!==x&&(S=x,x=e)}function M(){return!k(i.focus)||i.isNavigation}function W(){return e.state.is([4,5])&&!!i.waitForTransition}return{mount:function(){j(),l([Le,Pe,Xe],j),l(We,E)},go:function(e,t,i){if(!W()){var o=function(e){var t=x;if(O(e)){var i=e.match(/([+\-<>])(\d+)?/)||[],o=i[1],s=i[2];"+"===o||"-"===o?t=A(x+ +(""+o+(+s||1)),x):">"===o?t=s?_(+s):T(!0):"<"===o&&(t=C(!0))}else t=y?e:ye(e,0,n);return t}(e),s=I(o);s>-1&&(t||s!==x)&&(L(s),d.move(o,s,S,i))}},scroll:function(e,i,o,s){t.Scroll.scroll(e,i,o,(function(){var e=I(d.toIndex(h()));L(m?ue(e,n):e),s&&s()}))},getNext:T,getPrev:C,getAdjacent:R,getEnd:$,setIndex:L,getIndex:function(e){return e?S:x},toIndex:_,toPage:P,toDest:function(e){var t=d.toIndex(e);return w?ye(t,0,n):t},hasFocus:M,isBusy:W}},Arrows:function(e,t,i){var n,o,s=Ke(e),r=s.on,a=s.bind,l=s.emit,c=i.classes,d=i.i18n,h=t.Elements,u=t.Controller,p=h.arrows,g=h.track,f=p,b=h.prev,m=h.next,y={};function w(){!function(){var e=i.arrows;!e||b&&m||(f=p||X("div",c.arrows),b=S(!0),m=S(!1),n=!0,M(f,[b,m]),!p&&W(f,g));b&&m&&(U(y,{prev:b,next:m}),G(f,e?"":"none"),L(f,o=Ot+"--"+i.direction),e&&(r([je,Ee,Pe,De,Xe],j),a(m,"click",v(x,">")),a(b,"click",v(x,"<")),j(),J([b,m],at,g.id),l(ze,b,m)))}(),r(Le,T)}function T(){C(),w()}function C(){s.destroy(),re(f,o),n?(te(p?[b,m]:f),b=m=null):V([b,m],vt)}function x(e){u.go(e,!0)}function S(e){return ie('<button class="'+c.arrow+" "+(e?c.prev:c.next)+'" type="button"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40" width="40" height="40" focusable="false"><path d="'+(i.arrowPath||"m15.5 0.932-4.3 4.38 14.5 14.6-14.5 14.5 4.3 4.4 14.6-14.6 4.4-4.3-4.4-4.4-14.6-14.6z")+'" />')}function j(){if(b&&m){var t=e.index,i=u.getPrev(),n=u.getNext(),o=i>-1&&t<i?d.last:d.prev,s=n>-1&&t>n?d.first:d.next;b.disabled=i<0,m.disabled=n<0,J(b,dt,o),J(m,dt,s),l("arrows:updated",b,m,i,n)}}return{arrows:y,mount:w,destroy:C,update:j}},Autoplay:function(e,t,i){var n,o,s=Ke(e),r=s.on,a=s.bind,l=s.emit,c=Ge(i.interval,e.go.bind(e,">"),(function(e){var t=h.bar;t&&K(t,"width",100*e+"%"),l("autoplay:playing",e)})),d=c.isPaused,h=t.Elements,u=t.Elements,p=u.root,g=u.toggle,f=i.autoplay,b="pause"===f;function m(){d()&&t.Slides.isEnough()&&(c.start(!i.resetProgress),o=n=b=!1,w(),l(Ue))}function v(e){void 0===e&&(e=!0),b=!!e,w(),d()||(c.pause(),l(Fe))}function y(){b||(n||o?v(!1):m())}function w(){g&&(P(g,Pt,!b),J(g,dt,i.i18n[b?"play":"pause"]))}function T(e){var n=t.Slides.getAt(e);c.set(n&&+Z(n.slide,"data-splide-interval")||i.interval)}return{mount:function(){f&&(!function(){i.pauseOnHover&&a(p,"mouseenter mouseleave",(function(e){n="mouseenter"===e.type,y()}));i.pauseOnFocus&&a(p,"focusin focusout",(function(e){o="focusin"===e.type,y()}));g&&a(g,"click",(function(){b?m():v(!0)}));r([ke,Ne,Pe],c.rewind),r(ke,T)}(),g&&J(g,at,h.track.id),b||m(),w())},destroy:c.cancel,play:m,pause:v,isPaused:d}},Cover:function(e,t,i){var n=Ke(e).on;function o(e){t.Slides.forEach((function(t){var i=H(t.container||t.slide,"img");i&&i.src&&s(e,i,t)}))}function s(e,t,i){i.style("background",e?'center/cover no-repeat url("'+t.src+'")':"",!0),G(t,e?"none":"")}return{mount:function(){i.cover&&(n(qe,v(s,!0)),n([je,Le,Pe],v(o,!0)))},destroy:v(o,!1)}},Scroll:function(e,t,i){var n,o,s=Ke(e),r=s.on,a=s.emit,l=e.state.set,c=t.Move,d=c.getPosition,h=c.getLimit,u=c.exceededLimit,p=c.translate,g=e.is(Vt),f=1;function b(e,i,s,r,h){var p=d();if(w(),s&&(!g||!u())){var b=t.Layout.sliderSize(),T=we(e)*b*ge(be(e)/b)||0;e=c.toPosition(t.Controller.toDest(e%b))+T}var C=me(p,e,1);f=1,i=C?0:i||pe(be(e-p)/1.5,800),o=r,n=Ge(i,m,v(y,p,e,h),1),l(5),a(Ne),n.start()}function m(){l(3),o&&o(),a(De)}function y(e,t,n,s){var r,a,l=d(),c=(e+(t-e)*(r=s,(a=i.easingFunc)?a(r):1-Math.pow(1-r,4))-l)*f;p(l+c),g&&!n&&u()&&(f*=.6,be(c)<10&&b(h(u(!0)),600,!1,o,!0))}function w(){n&&n.cancel()}function T(){n&&!n.isPaused()&&(w(),m())}return{mount:function(){r(ke,w),r([Le,Pe],T)},destroy:w,scroll:b,cancel:T}},Drag:function(e,t,i){var n,o,s,r,a,l,c,d,h=Ke(e),u=h.on,p=h.emit,g=h.bind,f=h.unbind,b=e.state,m=t.Move,v=t.Scroll,y=t.Controller,T=t.Elements.track,C=t.Media.reduce,S=t.Direction,j=S.resolve,O=S.orient,k=m.getPosition,E=m.exceededLimit,R=!1;function A(){var e=i.drag;B(!e),r="free"===e}function I(e){if(l=!1,!c){var t=z(e);n=e.target,o=i.noDrag,N(n,".splide__pagination__page, ."+kt)||o&&N(n,o)||!t&&e.button||(y.isBusy()?ne(e,!0):(d=t?T:window,a=b.is([4,5]),s=null,g(d,Ft,$,Gt),g(d,qt,_,Gt),m.cancel(),v.cancel(),L(e)))}var n,o}function $(t){if(b.is(6)||(b.set(6),p("drag")),t.cancelable)if(a){m.translate(n+M(t)/(R&&e.is(Vt)?5:1));var o=W(t)>200,s=R!==(R=E());(o||s)&&L(t),l=!0,p("dragging"),ne(t)}else(function(e){return be(M(e))>be(M(e,!0))})(t)&&(a=function(e){var t=i.dragMinThreshold,n=x(t),o=n&&t.mouse||0,s=(n?t.touch:+t)||10;return be(M(e))>(z(e)?s:o)}(t),ne(t))}function _(n){b.is(6)&&(b.set(3),p("dragged")),a&&(!function(n){var o=function(t){if(e.is(Jt)||!R){var i=W(t);if(i&&i<200)return M(t)/i}return 0}(n),s=function(e){return k()+we(e)*ue(be(e)*(i.flickPower||600),r?1/0:t.Layout.listSize()*(i.flickMaxPages||1))}(o),a=i.rewind&&i.rewindByDrag;C(!1),r?y.scroll(s,0,i.snap):e.is(Xt)?y.go(O(we(o))<0?a?"<":"-":a?">":"+"):e.is(Vt)&&R&&a?y.go(E(!0)?">":"<"):y.go(y.toDest(s),!0);C(!0)}(n),ne(n)),f(d,Ft,$),f(d,qt,_),a=!1}function P(e){!c&&l&&ne(e,!0)}function L(e){s=o,o=e,n=k()}function M(e,t){return H(e,t)-H(D(e),t)}function W(e){return ae(e)-ae(D(e))}function D(e){return o===e&&s||o}function H(e,t){return(z(e)?e.changedTouches[0]:e)["page"+j(t?"Y":"X")]}function z(e){return"undefined"!=typeof TouchEvent&&e instanceof TouchEvent}function B(e){c=e}return{mount:function(){g(T,Ft,w,Gt),g(T,qt,w,Gt),g(T,Ut,I,Gt),g(T,"click",P,{capture:!0}),g(T,"dragstart",ne),u([je,Le],A)},disable:B,isDragging:function(){return a}}},Keyboard:function(e,t,i){var n,o,s=Ke(e),r=s.on,a=s.bind,l=s.unbind,c=e.root,d=t.Direction.resolve;function h(){var e=i.keyboard;e&&(n="global"===e?window:c,a(n,Yt,g))}function u(){l(n,Yt)}function p(){var e=o;o=!0,y((function(){o=e}))}function g(t){if(!o){var i=Zt(t);i===d(Qe)?e.go("<"):i===d(Ze)&&e.go(">")}}return{mount:function(){h(),r(Le,u),r(Le,h),r(ke,p)},destroy:u,disable:function(e){o=e}}},LazyLoad:function(e,t,i){var n=Ke(e),o=n.on,s=n.off,r=n.bind,a=n.emit,l="sequential"===i.lazyLoad,c=[Ee,De],d=[];function h(){b(d),t.Slides.forEach((function(e){se(e.slide,ii).forEach((function(t){var n=Z(t,ei),o=Z(t,ti);if(n!==t.src||o!==t.srcset){var s=i.classes.spinner,r=t.parentElement,a=H(r,"."+s)||X("span",s,r);d.push([t,e,a]),t.src||G(t,"none")}}))})),l?f():(s(c),o(c,u),u())}function u(){(d=d.filter((function(t){var n=i.perPage*((i.preloadPages||1)+1)-1;return!t[1].isWithin(e.index,n)||p(t)}))).length||s(c)}function p(e){var t=e[0];L(e[1].slide,Nt),r(t,"load error",v(g,e)),J(t,"src",Z(t,ei)),J(t,"srcset",Z(t,ti)),V(t,ei),V(t,ti)}function g(e,t){var i=e[0],n=e[1];re(n.slide,Nt),"error"!==t.type&&(te(e[2]),G(i,""),a(qe,i,n),a(Me)),l&&f()}function f(){d.length&&p(d.shift())}return{mount:function(){i.lazyLoad&&(h(),o(Pe,h))},destroy:v(b,d),check:u}},Pagination:function(e,t,i){var n,o,s=Ke(e),r=s.on,a=s.emit,l=s.bind,c=t.Slides,d=t.Elements,h=t.Controller,u=h.hasFocus,p=h.getIndex,g=h.go,f=t.Direction.resolve,y=d.pagination,w=[];function T(){n&&(te(y?m(n.children):n),re(n,o),b(w),n=null),s.destroy()}function C(e){g(">"+e,!0)}function x(e,t){var i=w.length,n=Zt(t),o=S(),s=-1;n===f(Ze,!1,o)?s=++e%i:n===f(Qe,!1,o)?s=(--e+i)%i:"Home"===n?s=0:"End"===n&&(s=i-1);var r=w[s];r&&(Q(r.button),g(">"+s),ne(t,!0))}function S(){return i.paginationDirection||i.direction}function j(e){return w[h.toPage(e)]}function O(){var e=j(p(!0)),t=j(p());if(e){var i=e.button;re(i,Pt),V(i,ct),J(i,rt,-1)}if(t){var o=t.button;L(o,Pt),J(o,ct,!0),J(o,rt,"")}a("pagination:updated",{list:n,items:w},e,t)}return{items:w,mount:function t(){T(),r([Le,Pe,Xe],t);var s=i.pagination;y&&G(y,s?"":"none"),s&&(r([ke,Ne,De],O),function(){var t=e.length,s=i.classes,r=i.i18n,a=i.perPage,p=u()?h.getEnd()+1:fe(t/a);L(n=y||X("ul",s.pagination,d.track.parentElement),o=At+"--"+S()),J(n,st,"tablist"),J(n,dt,r.select),J(n,pt,S()===tt?"vertical":"");for(var g=0;g<p;g++){var f=X("li",null,n),b=X("button",{class:s.page,type:"button"},f),m=c.getIn(g).map((function(e){return e.slide.id})),T=!u()&&a>1?r.pageX:r.slideX;l(b,"click",v(C,g)),i.paginationKeyboard&&l(b,"keydown",v(x,g)),J(f,st,"presentation"),J(b,st,"tab"),J(b,at,m.join(" ")),J(b,dt,Te(T,g+1)),J(b,rt,-1),w.push({li:f,button:b,page:g})}}(),O(),a("pagination:mounted",{list:n,items:w},j(e.index)))},destroy:T,getAt:j,update:O}},Sync:function(e,t,i){var n=i.isNavigation,o=i.slideFocus,s=[];function r(){var t,i;e.splides.forEach((function(t){t.isParent||(l(e,t.splide),l(t.splide,e))})),n&&(t=Ke(e),(i=t.on)(Re,d),i(Ve,h),i([je,Le],c),s.push(t),t.emit(Be,e.splides))}function a(){s.forEach((function(e){e.destroy()})),b(s)}function l(e,t){var i=Ke(e);i.on(ke,(function(e,i,n){t.go(t.is(Jt)?n:e)})),s.push(i)}function c(){J(t.Elements.list,pt,i.direction===tt?"vertical":"")}function d(t){e.go(t.index)}function h(e,t){$(ni,Zt(t))&&(d(e),ne(t))}return{setup:v(t.Media.set,{slideFocus:k(o)?n:o},!0),mount:r,destroy:a,remount:function(){a(),r()}}},Wheel:function(e,t,i){var n=Ke(e).bind,o=0;function s(n){if(n.cancelable){var s=n.deltaY,r=s<0,a=ae(n),l=i.wheelMinThreshold||0,c=i.wheelSleep||0;be(s)>l&&a-o>c&&(e.go(r?"<":">"),o=a),function(n){return!i.releaseWheel||e.state.is(4)||-1!==t.Controller.getAdjacent(n)}(r)&&ne(n)}}return{mount:function(){i.wheel&&n(t.Elements.track,"wheel",s,Gt)}}},Live:function(e,t,i){var n=Ke(e).on,o=t.Elements.track,s=i.live&&!i.isNavigation,r=X("span","splide__sr"),a=Ge(90,v(l,!1));function l(e){J(o,bt,e),e?(M(o,r),a.start()):(te(r),a.cancel())}function c(e){s&&J(o,ft,e?"off":"polite")}return{mount:function(){s&&(c(!t.Autoplay.isPaused()),J(o,mt,!0),r.textContent="…",n(Ue,v(c,!0)),n(Fe,v(c,!1)),n([Ee,De],v(l,!0)))},disable:c,destroy:function(){V(o,[ft,mt,bt]),te(r)}}}}),si={type:"slide",role:"region",speed:400,perPage:1,cloneStatus:!0,arrows:!0,pagination:!0,paginationKeyboard:!0,interval:5e3,pauseOnHover:!0,pauseOnFocus:!0,resetProgress:!0,easing:"cubic-bezier(0.25, 1, 0.5, 1)",drag:!0,direction:"ltr",trimSpace:!0,focusableNodes:"a, button, textarea, input, select, iframe",live:!0,classes:Bt,i18n:{prev:"Previous slide",next:"Next slide",first:"Go to first slide",last:"Go to last slide",slideX:"Go to slide %s",pageX:"Go to page %s",play:"Start autoplay",pause:"Pause autoplay",carousel:"carousel",slide:"slide",select:"Select a slide to show",slideLabel:"%s of %s"},reducedMotion:{speed:0,rewindSpeed:0,autoplay:"pause"}};function ri(e,t,i){var n=t.Slides;function o(){n.forEach((function(e){e.style("transform","translateX(-"+100*e.index+"%)")}))}return{mount:function(){Ke(e).on([je,Pe],o)},start:function(e,t){n.style("transition","opacity "+i.speed+"ms "+i.easing),y(t)},cancel:w}}function ai(e,t,i){var n,o=t.Move,s=t.Controller,r=t.Scroll,a=t.Elements.list,l=v(K,a,"transition");function c(){l(""),r.cancel()}return{mount:function(){Ke(e).bind(a,"transitionend",(function(e){e.target===a&&n&&(c(),n())}))},start:function(t,a){var c=o.toPosition(t,!0),d=o.getPosition(),h=function(t){var n=i.rewindSpeed;if(e.is(Vt)&&n){var o=s.getIndex(!0),r=s.getEnd();if(0===o&&t>=r||o>=r&&0===t)return n}return i.speed}(t);be(c-d)>=1&&h>=1?i.useScroll?r.scroll(c,h,!1,a):(l("transform "+h+"ms "+i.easing),o.translate(c,!0),n=a):(o.jump(t),a())},cancel:c}}var li=function(){function e(t,i){var n;this.event=Ke(),this.Components={},this.state=(n=1,{set:function(e){n=e},is:function(e){return $(A(e),n)}}),this.splides=[],this._o={},this._E={};var o=O(t)?oe(document,t):t;he(o,o+" is invalid."),this.root=o,i=F({label:Z(o,dt)||"",labelledby:Z(o,ht)||""},si,e.defaults,i||{});try{F(i,JSON.parse(Z(o,de)))}catch(e){he(!1,"Invalid JSON")}this._o=Object.create(F({},i))}var t,i,n,o=e.prototype;return o.mount=function(e,t){var i=this,n=this.state,o=this.Components;return he(n.is([1,7]),"Already mounted!"),n.set(1),this._C=o,this._T=t||this._T||(this.is(Xt)?ri:ai),this._E=e||this._E,B(U({},oi,this._E,{Transition:this._T}),(function(e,t){var n=e(i,o,i._o);o[t]=n,n.setup&&n.setup()})),B(o,(function(e){e.mount&&e.mount()})),this.emit(je),L(this.root,"is-initialized"),n.set(3),this.emit(Oe),this},o.sync=function(e){return this.splides.push({splide:e}),e.splides.push({splide:this,isParent:!0}),this.state.is(3)&&(this._C.Sync.remount(),e.Components.Sync.remount()),this},o.go=function(e){return this._C.Controller.go(e),this},o.on=function(e,t){return this.event.on(e,t),this},o.off=function(e){return this.event.off(e),this},o.emit=function(e){var t;return(t=this.event).emit.apply(t,[e].concat(m(arguments,1))),this},o.add=function(e,t){return this._C.Slides.add(e,t),this},o.remove=function(e){return this._C.Slides.remove(e),this},o.is=function(e){return this._o.type===e},o.refresh=function(){return this.emit(Pe),this},o.destroy=function(e){void 0===e&&(e=!0);var t=this.event,i=this.state;return i.is(1)?Ke(this).on(Oe,this.destroy.bind(this,e)):(B(this._C,(function(t){t.destroy&&t.destroy(e)}),!0),t.emit(He),t.destroy(),e&&b(this.splides),i.set(7)),this},t=e,(i=[{key:"options",get:function(){return this._o},set:function(e){this._C.Media.set(e,!0,!0)}},{key:"length",get:function(){return this._C.Slides.getLength(!0)}},{key:"index",get:function(){return this._C.Controller.getIndex()}}])&&p(t.prototype,i),n&&p(t,n),Object.defineProperty(t,"prototype",{writable:!1}),e}(),ci=li;ci.defaults={},ci.STATES=f;const hi=(t,i)=>"object"==typeof i?Object.entries(i).reduce(((i,[n,o])=>Object.assign(Object.assign({},i),{["base"===n?0:e.breakpoint[n].slice(0,-2)]:{[t]:"perPage"===t?Math.round(o):o}})),{}):{0:{[t]:"perPage"===t?Math.round(i):i}},ui=(e,t)=>0===e?0:e<t?1:e-t+1,gi=e=>0===e.index,fi=(e,t)=>e.index>=t-1,mi=(e,t,i)=>{const{i18n:n}=i.options;e.aria={"aria-label":n[gi(i)?"last":"prev"]},t.aria={"aria-label":n[fi(i,ui(i.length,i.options.perPage))?"first":"next"]}},vi=(e,t,i)=>{e&&(i=i>t-1?t-1:i,e.innerHTML=Array.from(Array(t)).map(((e,t)=>`<span class='bullet${t===i?" bullet--active":""}'></span>`)).join(""))};let yi=HTMLElement.prototype.hasOwnProperty("inert");const wi=t=>{if(t){const i=t.Components.Slides.get().map((e=>e.slide)),{index:n,options:{perPage:o}}=t,s=n+o;if(yi)i.forEach(((e,t)=>t>=n&&t<s?e.removeAttribute("inert"):e.setAttribute("inert","")));else{const o=e.getTagName(t.root.getRootNode().host).replace("carousel",""),r=["p-button","p-button-pure","p-link","p-link-pure"].map((e=>e.replace(/^p-/,o))).join(",");i.forEach(((e,t)=>e.firstChild.assignedNodes()[0].querySelectorAll(`[href],button,${r}`).forEach((e=>t>=n&&t<s?e.removeAttribute("tabindex"):e.setAttribute("tabindex","-1")))))}}},Ti={heading:e.AllowedTypes.string,description:e.AllowedTypes.string,wrapContent:e.AllowedTypes.boolean,slidesPerPage:e.AllowedTypes.breakpoint("number"),disablePagination:e.AllowedTypes.breakpoint("boolean"),intl:e.AllowedTypes.shape({prev:e.AllowedTypes.string,next:e.AllowedTypes.string,first:e.AllowedTypes.string,last:e.AllowedTypes.string,slideLabel:e.AllowedTypes.string,slide:e.AllowedTypes.string}),theme:e.AllowedTypes.oneOf(i.THEMES)};return In.p_carousel=class{constructor(t){e.registerInstance(this,t),this.carouselChange=e.createEvent(this,"carouselChange",3),this.slidesPerPage=1,this.disablePagination=!1,this.intl={},this.theme="light",this.slides=[],this.updateSlidesAndPagination=()=>{this.slides=(e=>{const t=Array.from(e.children).filter((e=>"heading"!==e.slot&&"post-heading"!==e.slot));return t.forEach(((e,t)=>e.setAttribute("slot",`slide-${t}`))),t})(this.host),this.updateAmountOfPages()},this.updateAmountOfPages=()=>{var t;this.amountOfPages=ui(this.slides.length,Math.round(e.getCurrentMatchingBreakpointValue(this.slidesPerPage))),vi(this.pagination,this.amountOfPages,(null===(t=this.splide)||void 0===t?void 0:t.index)||0),wi(this.splide)}}connectedCallback(){e.observeChildren(this.host,this.updateSlidesAndPagination),this.observeBreakpointChange(),this.splide&&(this.updateSlidesAndPagination(),this.registerSplideHandlers(this.splide))}componentWillLoad(){this.slidesPerPage=e.parseJSON(this.slidesPerPage),this.updateSlidesAndPagination(),this.observeBreakpointChange()}componentDidLoad(){var t,i;this.splide=new ci(this.container,{arrows:!1,pagination:!1,perMove:1,mediaQuery:"min",padding:{right:"7%"},breakpoints:(t=this.slidesPerPage,i={base:l.spacing.small,s:l.spacing.medium,l:l.spacing.large},e.mergeDeep(hi("perPage",t),hi("gap",i))),i18n:e.parseJSONAttribute(this.intl)}),this.registerSplideHandlers(this.splide)}componentWillRender(){var t;e.validateProps(this,Ti),t=this.host,this.heading||a.hasNamedSlot(t,"heading")||console.warn(`A heading has to be set via property or named slot on ${e.getTagName(t)} in order to ensure accessibility.`),this.disablePagination=e.parseJSON(this.disablePagination),e.attachComponentCss(this.host,u,this.wrapContent,this.disablePagination,this.theme)}componentDidUpdate(){this.splide.refresh(),mi(this.btnPrev,this.btnNext,this.splide),wi(this.splide)}disconnectedCallback(){e.unobserveChildren(this.host),e.unobserveBreakpointChange(this.host),this.splide.destroy()}render(){const i=e.getPrefixedTagNames(this.host),n={class:"btn",type:"button",hideLabel:!0,theme:this.theme};return e.h(e.Host,null,e.h("div",{class:"header"},this.heading?e.h("h2",null,this.heading):e.h("slot",{name:"heading"}),this.description&&e.h("p",null,this.description),e.h("div",{class:"nav"},e.h(i.pButtonPure,Object.assign({},n,{icon:"arrow-head-left",ref:e=>this.btnPrev=e,onClick:()=>((e,t)=>{const i=e.index===t?e.index-2:"<";e.go(gi(e)?t-1:i)})(this.splide,this.amountOfPages)})),e.h(i.pButtonPure,Object.assign({},n,{icon:"arrow-head-right",ref:e=>this.btnNext=e,onClick:()=>{return e=this.splide,t=this.amountOfPages,void e.go(fi(e,t)?0:">");var e,t}})))),e.h("div",{id:"splide",class:"splide","aria-label":this.heading||t.getSlotTextContent(this.host,"heading"),ref:e=>this.container=e},e.h("div",{class:"splide__track"},e.h("div",{class:"splide__list"},this.slides.map(((t,i)=>e.h("div",{class:"splide__slide"},e.h("slot",{name:`slide-${i}`}))))))),!0!==this.disablePagination&&e.h("div",{class:"pagination",ref:e=>this.pagination=e}))}registerSplideHandlers(e){e.on("mounted",(()=>{mi(this.btnPrev,this.btnNext,e),wi(e),vi(this.pagination,this.amountOfPages,0)})),e.on("move",((t,i)=>{var n,o;mi(this.btnPrev,this.btnNext,e),wi(e),n=this.pagination,o=t,n&&(n.querySelector(".bullet--active").classList.remove(c),n.children[o].classList.add(c)),this.carouselChange.emit({activeIndex:t,previousIndex:i})})),e.mount()}observeBreakpointChange(){"object"==typeof this.slidesPerPage&&e.observeBreakpointChange(this.host,this.updateAmountOfPages)}get host(){return e.getElement(this)}},In}var _n,Pn={};function Ln(){if(_n)return Pn;_n=1,Object.defineProperty(Pn,"__esModule",{value:!0});const e=br(),t=Pe(),i=Xe(),n=jt(),o=$t(),s=bn(),r=ai(),a=ot();Re(),_e(),wt(),nt(),it(),St(),It(),ti(),ri();const l=(t,i,s)=>{const r="light",l=e.pxToRemWithUnit(24),c=o.isVisibleFormState(i),{baseColor:d,backgroundColor:h,contrastMediumColor:u,contrastHighColor:p,disabledColor:g}=e.getThemedColors(r),{formStateColor:f,formStateHoverColor:b}=n.getThemedFormStateColors(r,i),m=h.replace(/#/g,"%23");return e.getCss(Object.assign(Object.assign({"@global":{":host":{display:"block"},"::slotted":e.addImportantToEachRule(Object.assign(Object.assign({"&(input)":{position:"static",width:l,height:l,flexShrink:0,display:"block",margin:0,padding:0,WebkitAppearance:"none",appearance:"none",boxSizing:"border-box",backgroundSize:l,backgroundPosition:c?"-2px -2px":"-1px -1px",backgroundColor:h,transition:["border-color","background-color"].map(e.getTransition).join(","),opacity:1,border:c?`2px solid ${f}`:`1px solid ${u}`,borderRadius:0,outline:"1px solid transparent",outlineOffset:"2px",cursor:"pointer"},"&(input:checked)":{backgroundImage:`url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="${m}" d="M9 19l-6-7h1.5l4.49 5.36L19.5 5H21L9 19z"/></svg>')`},"&(input:indeterminate)":{backgroundImage:`url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="${m}" d="M3 11h18v1H3z"/></svg>')`},"&(input:checked), &(input:indeterminate)":{borderColor:f||p,backgroundColor:f||p}},e.hoverMediaQuery({"&(input:not(:disabled):hover), .label:hover ~ &(input:not(:disabled))":{borderColor:b||d}})),{"&(input:indeterminate:disabled), &(input:checked:disabled)":{backgroundColor:g},"&(input:disabled)":{borderColor:g,cursor:"not-allowed"},"&(input:focus)":{outlineColor:f||u},"&(input:focus:not(:focus-visible))":{outlineColor:"transparent"}})),label:{position:"relative",display:"flex"}},label:a.getCheckboxRadioLabelJssStyle(s,t,r)},n.getFunctionalComponentRequiredStyles(r)),n.getFunctionalComponentStateMessageStyles(r,i)))},c=t=>e.getCss(e.buildSlottedStyles(t,e.getBaseSlottedStyles())),d={label:e.AllowedTypes.string,state:e.AllowedTypes.oneOf(n.FORM_STATES),message:e.AllowedTypes.string,hideLabel:e.AllowedTypes.breakpoint("boolean")};return Pn.p_checkbox_wrapper=class{constructor(t){e.registerInstance(this,t),this.label="",this.state="none",this.message="",this.hideLabel=!1,this.onLabelClick=e=>{null===i.getClosestHTMLElement(e.target,"a")&&this.input.click()},this.observeAttributes=()=>{e.observeAttributes(this.input,["disabled","required"],(()=>e.forceUpdate(this.host)))}}connectedCallback(){s.attachSlottedCss(this.host,c),this.observeAttributes()}componentWillLoad(){this.input=r.getOnlyChildOfKindHTMLElementOrThrow(this.host,"input[type=checkbox]"),this.observeAttributes()}componentWillRender(){e.validateProps(this,d),e.attachComponentCss(this.host,l,this.hideLabel,this.state,this.input.disabled)}componentDidRender(){t.setAriaAttributes(this.input,{label:this.label,message:this.message,state:this.state})}disconnectedCallback(){e.unobserveAttributes(this.input)}render(){return e.h(e.Host,null,e.h("label",null,n.hasLabel(this.host,this.label)&&e.h("span",{class:"label",onClick:this.onLabelClick},this.label||e.h("slot",{name:"label"}),o.isRequiredAndParentNotRequired(this.host,this.input)&&e.h(n.Required,null)),e.h("slot",null)),n.hasMessage(this.host,this.message,this.state)&&e.h(n.StateMessage,{state:this.state,message:this.message,host:this.host}))}get host(){return e.getElement(this)}},Pn}var Mn,Wn={};function Nn(){if(Mn)return Wn;Mn=1,Object.defineProperty(Wn,"__esModule",{value:!0});const e=br(),t=cn(),i=bi(),n=pi(),o={basic:{maxWidth:i.gridMaxWidth,boxSizing:"border-box",padding:`0 ${n.gridSafeZone.base}`,[e.mediaQueryMin("xl")]:{padding:`0 ${n.gridSafeZone.xl}`}},extended:{maxWidth:i.gridMaxWidth}},s=(t,i,n)=>e.getCss({"@global":{":host":{display:"flex"}},root:Object.assign(Object.assign({margin:"0 auto",width:"100%",minWidth:0},o[t]),{backgroundColor:"default"===i?e.getThemedColors(n).backgroundColor:"transparent"})}),r={width:e.AllowedTypes.oneOf(["basic","extended","fluid"]),backgroundColor:e.AllowedTypes.oneOf(["transparent","default"]),theme:e.AllowedTypes.oneOf(t.THEMES)};return Wn.p_content_wrapper=class{constructor(t){e.registerInstance(this,t),this.width="basic",this.backgroundColor="transparent",this.theme="light"}componentWillRender(){e.validateProps(this,r),e.attachComponentCss(this.host,s,this.width,this.backgroundColor,this.theme)}render(){return e.h("div",{class:"root"},e.h("slot",null))}get host(){return e.getElement(this)}},Wn}var Dn,Hn={};function zn(){if(Dn)return Hn;Dn=1,Object.defineProperty(Hn,"__esModule",{value:!0});const e=br(),t=cn(),i=(t,i,n)=>{const{contrastLowColor:o,contrastMediumColor:s,contrastHighColor:r}=e.getThemedColors(n),a={"neutral-contrast-low":o,"neutral-contrast-medium":s,"neutral-contrast-high":r};return e.getCss({"@global":{":host":{display:"block"},hr:Object.assign({margin:0,padding:0,border:"none",textAlign:"left",background:a[t]},e.buildResponsiveStyles(i,(e=>"horizontal"===e?{height:"1px",width:"100%"}:{height:"100%",width:"1px"})))}})},n={color:e.AllowedTypes.oneOf(["neutral-contrast-high","neutral-contrast-medium","neutral-contrast-low"]),orientation:e.AllowedTypes.breakpoint(["vertical","horizontal"]),theme:e.AllowedTypes.oneOf(t.THEMES)};return Hn.p_divider=class{constructor(t){e.registerInstance(this,t),this.color="neutral-contrast-low",this.orientation="horizontal",this.theme="light"}componentWillRender(){e.validateProps(this,n),e.attachComponentCss(this.host,i,this.color,this.orientation,this.theme)}render(){return e.h("hr",null)}get host(){return e.getElement(this)}},Hn}var Bn,Un={};function Fn(){if(Bn)return Un;Bn=1,Object.defineProperty(Un,"__esModule",{value:!0});const e=br(),t=jt(),i=Ei(),n=ji(),o=St();wt(),nt(),it();const{medium:s}=o.spacing,r=(o,r,a)=>{const l="light";return e.getCss(Object.assign(Object.assign({"@global":Object.assign({":host":{display:e.addImportantToRule("block")},fieldset:{margin:0,padding:0,border:"none"}},a&&{legend:Object.assign({margin:`0 0 ${s}`,padding:0,color:e.getThemedColors(l).baseColor},"small"===r?i.headingXSmall:n.headingSmall)})},t.getFunctionalComponentRequiredStyles(l)),e.mergeDeep(t.getFunctionalComponentStateMessageStyles(l,o),{message:{marginTop:s}})))},a={label:e.AllowedTypes.string,labelSize:e.AllowedTypes.oneOf(["small","medium"]),required:e.AllowedTypes.boolean,state:e.AllowedTypes.oneOf(t.FORM_STATES),message:e.AllowedTypes.string};return Un.p_fieldset_wrapper=class{constructor(t){e.registerInstance(this,t),this.label="",this.labelSize="medium",this.required=!1,this.state="none",this.message=""}get hasLabel(){return t.hasLabel(this.host,this.label)}get hasMessage(){return t.hasMessage(this.host,this.message,this.state)}componentWillRender(){e.validateProps(this,a),e.attachComponentCss(this.host,r,this.state,this.labelSize,this.hasLabel)}render(){const i="message";return e.h("fieldset",{"aria-describedby":this.hasMessage?i:null},this.hasLabel&&e.h("legend",null,this.label||e.h("slot",{name:"label"}),this.required&&e.h(t.Required,null)),e.h("slot",null),this.hasMessage&&e.h(t.StateMessage,{id:i,state:this.state,message:this.message,host:this.host}))}get host(){return e.getElement(this)}},Un}var qn,Vn,Jn={},Xn={};function Kn(){if(qn)return Xn;qn=1;const e=It(),t=br();return Xn.throwIfParentIsNotOfKind=(i,n)=>{if(i.parentElement&&!e.isParentOfKind(i,n)){const e=t.getPrefixedTagNames(i)[n],o=t.getTagName(i.parentElement);throw new Error(`Parent HTMLElement of ${t.getTagName(i)} should be of kind ${e} but got ${o}`)}},Xn}function Gn(){if(Vn)return Jn;Vn=1,Object.defineProperty(Jn,"__esModule",{value:!0});const e=br(),t=Kn();It();const i=(t,i,n,o,s,r)=>e.getCss({"@global":{":host":e.addImportantToEachRule(e.mergeDeep(e.buildResponsiveStyles(t,(e=>({display:e?"inline-flex":"flex"}))),e.buildResponsiveStyles(i,(e=>({flexWrap:e}))),e.buildResponsiveStyles(n,(e=>({flexDirection:e}))),e.buildResponsiveStyles(o,(e=>({justifyContent:e}))),e.buildResponsiveStyles(s,(e=>({alignItems:e}))),e.buildResponsiveStyles(r,(e=>({alignContent:e})))))}}),n={inline:e.AllowedTypes.breakpoint("boolean"),wrap:e.AllowedTypes.breakpoint(["nowrap","wrap","wrap-reverse"]),direction:e.AllowedTypes.breakpoint(["row","row-reverse","column","column-reverse"]),justifyContent:e.AllowedTypes.breakpoint(["flex-start","flex-end","center","space-between","space-around","space-evenly"]),alignItems:e.AllowedTypes.breakpoint(["stretch","flex-start","flex-end","center","baseline"]),alignContent:e.AllowedTypes.breakpoint(["stretch","flex-start","flex-end","center","space-between","space-around","space-evenly"])},o={none:0,"one-quarter":25,"one-third":33.333333,half:50,"two-thirds":66.666667,"three-quarters":75,full:100,auto:"auto"},s=(t,i,n,s,r,a)=>e.getCss({"@global":{":host":e.addImportantToEachRule(Object.assign({boxSizing:"border-box"},e.mergeDeep(e.buildResponsiveStyles(t,(e=>({width:`${o[e]}%`}))),e.buildResponsiveStyles(i,(e=>({marginLeft:`${o[e]}%`}))),e.buildResponsiveStyles(n,(e=>({alignSelf:e}))),"initial"!==a?e.buildResponsiveStyles(a,(e=>({flex:"equal"===e?"1 1 0":e}))):e.mergeDeep(e.buildResponsiveStyles(s,(e=>({flexGrow:e}))),e.buildResponsiveStyles(r,(e=>({flexShrink:e})))))))}}),r={width:e.AllowedTypes.breakpoint(["auto","one-quarter","one-third","half","two-thirds","three-quarters","full"]),offset:e.AllowedTypes.breakpoint(["none","one-quarter","one-third","half","two-thirds","three-quarters"]),alignSelf:e.AllowedTypes.breakpoint(["auto","flex-start","flex-end","center","baseline","stretch"]),grow:e.AllowedTypes.breakpoint([0,1]),shrink:e.AllowedTypes.breakpoint([0,1]),flex:e.AllowedTypes.breakpoint(["initial","auto","none","equal"])};return Jn.p_flex=class{constructor(t){e.registerInstance(this,t),this.inline=!1,this.wrap="nowrap",this.direction="row",this.justifyContent="flex-start",this.alignItems="stretch",this.alignContent="stretch"}componentWillRender(){e.validateProps(this,n),e.attachComponentCss(this.host,i,this.inline,this.wrap,this.direction,this.justifyContent,this.alignItems,this.alignContent)}render(){return e.h("slot",null)}get host(){return e.getElement(this)}},Jn.p_flex_item=class{constructor(t){e.registerInstance(this,t),this.width="auto",this.offset="none",this.alignSelf="auto",this.grow=0,this.shrink=1,this.flex="initial"}connectedCallback(){t.throwIfParentIsNotOfKind(this.host,"p-flex")}componentWillRender(){e.validateProps(this,r),e.attachComponentCss(this.host,s,this.width,this.offset,this.alignSelf,this.grow,this.shrink,this.flex)}render(){return e.h("slot",null)}get host(){return e.getElement(this)}},Jn}var Qn,Zn,Yn={},eo={};function to(){if(Qn)return eo;Qn=1;const e=br();return eo.updateChildren=t=>{Array.from(t.children).forEach(e.forceUpdate)},eo.updateParent=t=>{e.forceUpdate(t.parentElement)},eo}function io(){if(Zn)return Yn;Zn=1,Object.defineProperty(Yn,"__esModule",{value:!0});const e=br(),t=to(),i=Kn();It();const n=t=>{const i=`-${e.pxToRemWithUnit(t/2)}`;return{marginLeft:i,marginRight:i}},o=(t,i,o)=>e.getCss({"@global":{":host":e.addImportantToEachRule(Object.assign({display:"flex",flex:"auto",width:"auto"},e.mergeDeep(e.buildResponsiveStyles(t,(e=>({flexDirection:e}))),e.buildResponsiveStyles(i,(e=>({flexWrap:e}))),e.buildResponsiveStyles(o,n))))}}),s={direction:e.AllowedTypes.breakpoint(["row","row-reverse","column","column-reverse"]),wrap:e.AllowedTypes.breakpoint(["nowrap","wrap"]),gutter:e.AllowedTypes.breakpoint([16,24,36])},r=[0,8.333333,16.666667,25,33.333333,41.666667,50,58.333333,66.666667,75,83.333333,91.666667,100],a=(t,i,n)=>e.getCss({"@global":{":host":e.addImportantToEachRule(Object.assign({boxSizing:"border-box"},e.mergeDeep(e.buildResponsiveStyles(t,(e=>({width:`${r[e]}%`,minWidth:`${r[e]}%`}))),e.buildResponsiveStyles(i,(e=>({marginLeft:`${r[e]}%`}))),e.buildResponsiveStyles(n,(t=>{const i=e.pxToRemWithUnit(t/2);return{paddingLeft:i,paddingRight:i}})))))}}),l={size:e.AllowedTypes.breakpoint([1,2,3,4,5,6,7,8,9,10,11,12]),offset:e.AllowedTypes.breakpoint([0,1,2,3,4,5,6,7,8,9,10,11])};return Yn.p_grid=class{constructor(t){e.registerInstance(this,t),this.direction="row",this.wrap="wrap",this.gutter={base:16,s:24,m:36}}handleGutterChange(){t.updateChildren(this.host)}componentWillRender(){e.validateProps(this,s),e.attachComponentCss(this.host,o,this.direction,this.wrap,this.gutter)}render(){return e.h("slot",null)}get host(){return e.getElement(this)}static get watchers(){return{gutter:["handleGutterChange"]}}},Yn.p_grid_item=class{constructor(t){e.registerInstance(this,t),this.size=1,this.offset=0}connectedCallback(){i.throwIfParentIsNotOfKind(this.host,"p-grid")}componentWillRender(){e.validateProps(this,l);const t=this.host.parentElement;t&&e.attachComponentCss(this.host,a,this.size,this.offset,t.gutter)}render(){return e.h("slot",null)}get host(){return e.getElement(this)}},Yn}var no,oo,so,ro={},ao={},lo={};function co(){if(no)return lo;no=1;const e=it(),t=br(),i={font:`${e.fontStyle} ${e.fontVariant} ${t.fontWeight.regular} 1.5rem/1.5 ${e.fontFamily}`,...e.fontBehavior,...e.fontHyphenation},n={font:`${e.fontStyle} ${e.fontVariant} ${t.fontWeight.regular} 2.25rem/1.3333333333 ${e.fontFamily}`,...e.fontBehavior,...e.fontHyphenation};return lo.textLarge=n,lo.textMedium=i,lo}function ho(){if(oo)return ao;oo=1;const e=Ui(),t=Mt(),i=nt(),n=co(),o=it(),s=br(),r={font:`${o.fontStyle} ${o.fontVariant} ${s.fontWeight.regular} 3.25rem/1.2307692308 ${o.fontFamily}`,...o.fontBehavior,...o.fontHyphenation},a={"x-small":t.textXSmall,small:i.textSmall,medium:n.textMedium,large:n.textLarge,"x-large":r};return ao.TEXT_ALIGNS=["left","center","right"],ao.getEllipsisJssStyle=()=>({maxWidth:"100%",overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"}),ao.getSlottedTypographyJssStyle=()=>({margin:"inherit",padding:"inherit",fontFamily:"inherit",fontWeight:"inherit",fontSize:"inherit",lineHeight:"inherit",fontStyle:"inherit",fontVariant:"inherit",color:"inherit",textAlign:"inherit",overflowWrap:"inherit",wordWrap:"inherit",hyphens:"inherit",whiteSpace:"inherit"}),ao.setLineHeightOnSizeInherit=(t,i)=>{e.isSizeInherit(t)&&e.transitionListener(i,"font-size",(()=>{i.style.lineHeight=`${e.calcLineHeightForElement(i)}`}))},ao.textMap=a,ao}function uo(){if(so)return ro;so=1,Object.defineProperty(ro,"__esModule",{value:!0});const e=br(),t=bn(),i=Zt(),n=cn(),o=ho(),s=Ii(),r=nt(),a=it(),l=Ci(),c=ji(),d=Ei();Ui(),Pi(),Mt(),co();const h={"large-title":{font:`${a.fontStyle} ${a.fontVariant} ${e.fontWeight.semiBold} 2rem/1.375 ${a.fontFamily}`,...a.fontBehavior,[e.mediaQueryMinMax("s","m")]:{fontSize:"2.625rem",lineHeight:1.2380952381},[e.mediaQueryMinMax("m","l")]:{fontSize:"3.25rem",lineHeight:1.2307692308},[e.mediaQueryMinMax("l","xl")]:{fontSize:"3.875rem",lineHeight:1.2258064516},[e.mediaQueryMin("xl")]:{fontSize:"4.5rem",lineHeight:1.2222222222}},"headline-1":{font:`${a.fontStyle} ${a.fontVariant} ${e.fontWeight.semiBold} 1.75rem/1.4285714286 ${a.fontFamily}`,...a.fontBehavior,[e.mediaQueryMinMax("s","m")]:{fontSize:"2.25rem",lineHeight:1.3333333333},[e.mediaQueryMinMax("m","l")]:{fontSize:"2.75rem",lineHeight:1.1818181818},[e.mediaQueryMinMax("l","xl")]:{fontSize:"3.25rem",lineHeight:1.2307692308},[e.mediaQueryMin("xl")]:{fontSize:"3.75rem",lineHeight:1.2}},"headline-2":{font:`${a.fontStyle} ${a.fontVariant} ${e.fontWeight.semiBold} 1.5rem/1.5 ${a.fontFamily}`,...a.fontBehavior,[e.mediaQueryMinMax("s","m")]:{fontSize:"1.875rem",lineHeight:1.3333333333},[e.mediaQueryMinMax("m","l")]:{fontSize:"2.25rem",lineHeight:1.3333333333},[e.mediaQueryMinMax("l","xl")]:{fontSize:"2.625rem",lineHeight:1.2380952381},[e.mediaQueryMin("xl")]:{fontSize:"3rem",lineHeight:1.25}},"headline-3":l.headingMedium,"headline-4":c.headingSmall,"headline-5":d.headingXSmall},u=e=>h[e],p=t=>{const{semiBold:i}=e.fontWeight;return"inherit"===t?{lineHeight:t,fontSize:t,fontWeight:i}:{font:o.textMap[t].font.replace("400",i)}},g=(t,i,n,a,l)=>e.getCss({"@global":{":host":{display:"block"},"::slotted":{"&(h1),&(h2),&(h3),&(h4),&(h5),&(h6)":e.addImportantToEachRule(o.getSlottedTypographyJssStyle())}},root:Object.assign(Object.assign({padding:0,margin:0,textAlign:i,color:"default"!==n?"inherit":e.getThemedColors(l).baseColor,whiteSpace:"inherit"},s.isVariantType(t)?u(t):Object.assign(Object.assign(Object.assign({},r.textSmall),e.buildResponsiveStyles(t,p)),{transition:"font-size 1ms linear",overflowWrap:null,hyphens:null})),a&&o.getEllipsisJssStyle())}),f=t=>e.getCss(e.buildSlottedStyles(t,e.mergeDeep(e.getBaseSlottedStyles({withDarkTheme:!0}),{"& a":{textDecoration:"none"}}))),b={tag:e.AllowedTypes.oneOf([...s.HEADLINE_TAGS,void 0]),align:e.AllowedTypes.oneOf(o.TEXT_ALIGNS),color:e.AllowedTypes.oneOf(["default","inherit"]),ellipsis:e.AllowedTypes.boolean,theme:e.AllowedTypes.oneOf(n.THEMES)};return ro.p_headline=class{constructor(t){e.registerInstance(this,t),this.variant="headline-1",this.align="left",this.color="default",this.ellipsis=!1,this.theme="light"}connectedCallback(){t.attachSlottedCss(this.host,f)}componentWillRender(){e.validateProps(this,b),e.attachComponentCss(this.host,g,this.variant,this.align,this.color,this.ellipsis,this.theme)}componentDidLoad(){o.setLineHeightOnSizeInherit(this.variant,this.headlineTag)}render(){const t=s.getHeadlineTagName(this.host,this.variant,this.tag);return e.h(e.Host,Object.assign({},i.getDataThemeDarkAttribute(this.theme)),e.h(t,{class:"root",ref:e=>this.headlineTag=e},e.h("slot",null)))}get host(){return e.getElement(this)}},ro}var po,go={},fo={};function bo(){if(po)return fo;po=1;return fo.isBrowser=()=>"undefined"!=typeof window,fo}var mo,vo={};function yo(){if(mo)return vo;mo=1;return vo.TEXT_COLORS=["brand","default","neutral-contrast-high","neutral-contrast-medium","neutral-contrast-low","notification-success","notification-warning","notification-error","notification-neutral","inherit"],vo}var wo,To,Co={};function xo(){if(wo)return Co;wo=1;const e=br();return Co.getThemedTextColor=(t,i)=>{const{baseColor:n,brandColor:o,contrastHighColor:s,contrastMediumColor:r,contrastLowColor:a,successColor:l,errorColor:c,warningColor:d,neutralColor:h}=e.getThemedColors(t);return{brand:o,default:n,"neutral-contrast-high":s,"neutral-contrast-medium":r,"neutral-contrast-low":a,"notification-success":l,"notification-warning":d,"notification-error":c,"notification-neutral":h,inherit:"currentColor"}[i]},Co}function So(){if(To)return go;To=1,Object.defineProperty(go,"__esModule",{value:!0});const e=br(),t=Pe(),i=bo(),n=Sn(),o=yo(),s=xo();Re(),_e(),dn(),cn();const r=("undefined"!=typeof window&&"cn"===window.PORSCHE_DESIGN_SYSTEM_CDN?"https://cdn.ui.porsche.cn":"https://cdn.ui.porsche.com")+"/porsche-design-system/icons",a={360:"360.min.5f2fcac02969bc425484fe8d80e5a1c9.svg",accessibility:"accessibility.min.295a9d53a11c42212b8cce594982dfd2.svg",activeCabinVentilation:"active-cabin-ventilation.min.030c46def7a7397091d920b65bc0da3c.svg",add:"add.min.8578a2d10c79a78e398e963b506b6cb5.svg",adjust:"adjust.min.cdb89f5c161a4c82328fe60e72a88c59.svg",arrowDoubleDown:"arrow-double-down.min.3b17923187ef2114d1f17da042fc97ca.svg",arrowDoubleLeft:"arrow-double-left.min.bba22e26f025c439b600bf74f0566465.svg",arrowDoubleRight:"arrow-double-right.min.14f743d4adb5467fc0e95ac7f6426e1f.svg",arrowDoubleUp:"arrow-double-up.min.8e3b3e31d227366f916c91dcb6e1b466.svg",arrowDown:"arrow-down.min.84e69acc6554637cc373b8a4f50ba991.svg",arrowFirst:"arrow-first.min.bc51317ecf4953a664870ebab5059775.svg",arrowHeadDown:"arrow-head-down.min.454c189f4914925447670d0ae9bd2043.svg",arrowHeadLeft:"arrow-head-left.min.aa2da7b4dbbb8a28c046592290054e94.svg",arrowHeadRight:"arrow-head-right.min.fb602ae5cb51970770570a70287e77e9.svg",arrowHeadUp:"arrow-head-up.min.2c282619214e4f998e1ac64a61b5545b.svg",arrowLast:"arrow-last.min.72553c4284717d4961f8bcf8d51e0303.svg",arrowLeft:"arrow-left.min.24e8467ef0f8f206f228a3d8d443d70b.svg",arrowRight:"arrow-right.min.8fb7b42d2d08d60f918602aa28475c0b.svg",arrowUp:"arrow-up.min.0bc737f7f2cc56ef65c5d33472e014b0.svg",augmentedReality:"augmented-reality.min.290ff033e35774fd093e1ab8ed07e10f.svg",batteryEmpty:"battery-empty.min.8594e37d3e67a95b85eb9935f02e69cf.svg",batteryFull:"battery-full.min.4c75acb5a64a6dd3116ede7b1859a6d6.svg",bell:"bell.min.d69dc9a220dec323e758ccbff756b5b5.svg",bookmark:"bookmark.min.0cb177c79674593133f6d3d384c5df4b.svg",broadcast:"broadcast.min.edbfac03d4afdc964d350f54df79c6f3.svg",calculator:"calculator.min.2518729352d3709e488e71dcbf449247.svg",calendar:"calendar.min.588fabe880634ece974291f5adfee50d.svg",camera:"camera.min.10af3a4fac8c289775390534a50606d0.svg",car:"car.min.4eeec04c87a14bb5d3d316eeeee0185b.svg",carBattery:"car-battery.min.2a619bbd456ad531c922bf8f51b70977.svg",card:"card.min.06394222c7ca5d6c7e783d6f86f030a6.svg",chargingActive:"charging-active.min.915410d626a52a3a76b6bf498491c255.svg",chargingState:"charging-state.min.c5cb87ef2808f824f352a6ebd9b9d4a9.svg",chargingStation:"charging-station.min.211fcf0f9a9bb50b6e83482ee588dda9.svg",chart:"chart.min.267e23c07f47784c186c5119b870df76.svg",chat:"chat.min.a8a52d1b8b463ee0e5a3b0d812c9a40c.svg",check:"check.min.0cb26d9a5ee1d217e5054f1ad60ae3b4.svg",city:"city.min.a99b88b51adda8244a2c72953a2f4ab4.svg",climate:"climate.min.5d52b2880552275d9032afc0fa2b7296.svg",climateControl:"climate-control.min.152235d2bf2b7ec6e1a3c40e6971c446.svg",clock:"clock.min.bcea9f182e1fe861ea6e765650f79b38.svg",close:"close.min.eefab6ef191882058f9ed548bd5a467e.svg",closedCaption:"closed-caption.min.b93ac43c07223fda14249d2279823f6a.svg",co2Emission:"co2-emission.min.788590454baa0f6c52dfc99a55fe0b85.svg",compare:"compare.min.657a924ca48bf93d200d2e6539fa8050.svg",configurate:"configurate.min.2d137bc6f43ee03587188b571c97aacd.svg",countryRoad:"country-road.min.3ee2c1be9d063f5d7c5772fcc7ae2568.svg",cubicCapacity:"cubic-capacity.min.b5df863671bdf059bce19eddc2990698.svg",delete:"delete.min.fd9788c3a0842a7bb1d737c6de1969d1.svg",disable:"disable.min.c3d85d4ed9738c077d19e524775dbd56.svg",document:"document.min.d2db26d7049ab2180361c7ce40f52d57.svg",download:"download.min.d7c63bcbadf4dd5b14c3c79a438d93f3.svg",duration:"duration.min.9405be759f64c8253076f7e55c80c336.svg",edit:"edit.min.06bde2175fafb58233fa1ce6d3d00f83.svg",email:"email.min.eb8ff02812a48c5098d3c40614e8d9d7.svg",exclamation:"exclamation.min.6ca46945978bd4eb2a40dc29766b1882.svg",external:"external.min.b804bef35446f6b3cb379c121de3f13d.svg",filter:"filter.min.60f168332c7550dfdf714ed0507877b0.svg",flash:"flash.min.e5a6de1239300a6104076ee67aec42ca.svg",fuelStation:"fuel-station.min.0155159076984cccdbfe854eb4da3720.svg",garage:"garage.min.463577e6a1ffac592b5aa7bec9a82d39.svg",gift:"gift.min.eeb1a5871a4008bcafd9495fe11ec9bc.svg",globe:"globe.min.50fd2c886a822673902bd106efc73c3f.svg",grid:"grid.min.c36c5015115005dcb9c948f07af0be80.svg",highway:"highway.min.ea773dcf33a43fa8e82beae96c1222b7.svg",home:"home.min.2bdc01bb7c9b39fa5ef5a81c8c3f9f49.svg",horn:"horn.min.77105eb430a033a3ffdf21f9fecd32de.svg",image:"image.min.851c64681e1950312a934a723ca04a85.svg",increase:"increase.min.45bfe421e86192da37c8cca4917c10c2.svg",information:"information.min.d387e44cc786ca3df3702f429518a1d9.svg",key:"key.min.37b5e8ff9fda430f855f4b82bfd03485.svg",leaf:"leaf.min.ea91b1d04ade4c49640e89ade35c9d90.svg",leather:"leather.min.ef9e664d2fc3c28171fbd3d93b079503.svg",light:"light.min.5fa3dd77ee9c63e28614c4c7c4a6d39c.svg",list:"list.min.ecaeee96ec6cf2f8c9028ea404113a9e.svg",locate:"locate.min.c28bdf292bbf297eb8109a272e2ffb91.svg",lock:"lock.min.d258c21c7217cd1342307c45ecd5176e.svg",lockOpen:"lock-open.min.2ef427e273635e3aab7601b0fe92e86e.svg",logoBaidu:"logo-baidu.min.a8eb57b32e616b21820d86882835fe20.svg",logoDelicious:"logo-delicious.min.fc2927d4979ffaed1f23160091e0975e.svg",logoDigg:"logo-digg.min.d7340b3f22cf4a22a8ac3b472c16e0e2.svg",logoFacebook:"logo-facebook.min.0c2e020d0b61d37e76e6bab67e4d149e.svg",logoFoursquare:"logo-foursquare.min.b2699d993d9d731892ba01874c0e023d.svg",logoGmail:"logo-gmail.min.0c14069d86c2ba0a42c726d96f0cae9c.svg",logoGoogle:"logo-google.min.c1f3931d74e40e5cdc875236b7e674a1.svg",logoHatena:"logo-hatena.min.021834899da6e6f6a9dd963f4fc3337c.svg",logoInstagram:"logo-instagram.min.2f8c578e2472dc13b2f0ec8d1b936442.svg",logoKaixin:"logo-kaixin.min.8fb995689a3442669df37b5f375922fc.svg",logoKakaotalk:"logo-kakaotalk.min.988146b4cd8bced103fd8b5a9be064d8.svg",logoLinkedin:"logo-linkedin.min.e4848fd4b74404e504fd1a4d5a25b960.svg",logoNaver:"logo-naver.min.13f97e4c3ad4898d169904caa609f2d0.svg",logoPinterest:"logo-pinterest.min.101284bac1d7cf468719fccf416069df.svg",logoQq:"logo-qq.min.5d89ab35e4e00e81deadaa2fe0d51a5d.svg",logoQqShare:"logo-qq-share.min.01da8f9d6665f4529f349f88b4fb0cfc.svg",logoReddit:"logo-reddit.min.40dd42ee1368dbc74611afee4d3c9850.svg",logoSkyrock:"logo-skyrock.min.9440a0e4a088cdfbfcc99bc91010768a.svg",logoSohu:"logo-sohu.min.d7a030336d712a2b44982e65071cd2bc.svg",logoTecent:"logo-tecent.min.fd1ec329327f4cbf5706c393df66af9d.svg",logoTelegram:"logo-telegram.min.624fca36dd6f6c5b64bce6e617372d77.svg",logoTiktok:"logo-tiktok.min.9c5ffad4c76353afaa99feca9e4f2f0a.svg",logoTumblr:"logo-tumblr.min.9b77d06b659cee9d5f45015c33c23967.svg",logoTwitter:"logo-twitter.min.ac4d6b189cd2a47e4fac75bedb76b5bd.svg",logoViber:"logo-viber.min.330fbae7d2683b7910d828cbe864f738.svg",logoVk:"logo-vk.min.727ba204a194c8cf1b7fc389ac1db14b.svg",logoWechat:"logo-wechat.min.0392ff30f188aa9f52480e965142474a.svg",logoWeibo:"logo-weibo.min.3ded49004baea42d85fa6fcb9d79ccb1.svg",logoWhatsapp:"logo-whatsapp.min.02c83d3cbde89763eee8fc3bcab02257.svg",logoXing:"logo-xing.min.6a5f5fde119a841823d0ef05293b3454.svg",logoYahoo:"logo-yahoo.min.622e886e777c08cf80c31dc99ca13f1a.svg",logoYouku:"logo-youku.min.d35a5283c6d3094748f565c729f56d9f.svg",logoYoutube:"logo-youtube.min.59c939904cbec0c7793289eb5e68cb99.svg",logout:"logout.min.aa54756e3aec12f347fdec0a2905a232.svg",map:"map.min.643551801bfc27a93438c30ebe1d1387.svg",menuDotsHorizontal:"menu-dots-horizontal.min.94e0804e3a5a30a577cab6296ad8d15d.svg",menuDotsVertical:"menu-dots-vertical.min.7ec3f5be33dd3459d7a9bed9fdbe22d3.svg",menuLines:"menu-lines.min.30ff09f6e2ce846286dd136279636097.svg",minus:"minus.min.00cca11ec9ce4bd913abba2059c3f10b.svg",mobile:"mobile.min.71d3c0d7fb4349383562cc233478f7fb.svg",moon:"moon.min.5c447b4013210e7c7723ca4b6fdbfa9f.svg",oilCan:"oil-can.min.31978141ee5529f97833027b1e03294a.svg",parkingBrake:"parking-brake.min.f03105e84898f1db02c6fcbdd008bfcf.svg",parkingLight:"parking-light.min.968af68684df1220b15cff6616e8376e.svg",pause:"pause.min.dd29b256b73311abf1549ed16fe7a47b.svg",phone:"phone.min.e1a58c454ffe074b30a5bb16c75ff23f.svg",pin:"pin.min.c6ce5ea394fd9cf9dca80a592e2aeae4.svg",play:"play.min.703fb2dbebac16ea91a6524914626ae2.svg",plug:"plug.min.02d79b2702ac5c41020b54bd9eedf523.svg",plus:"plus.min.dd34f71292a547080b9247a72c1adda2.svg",preheating:"preheating.min.96ccdd3d24b0634ca820dc894894a34d.svg",printer:"printer.min.bcd50214772a8fcc1d0f0ae1205610bf.svg",purchase:"purchase.min.70535cff1a085154ab49ab958fe91aae.svg",question:"question.min.df469b72598d2dbfb458c46430c0690a.svg",racingFlag:"racing-flag.min.1aee1d177d44aaaca113a8b7a81db573.svg",refresh:"refresh.min.36ced59c8e8d06980d6ac20cca8a9057.svg",replay:"replay.min.d4f212bf3d5f8fe166d78dba57eeacde.svg",reset:"reset.min.e1ce71f684b6e83b9ed8182389bd407f.svg",route:"route.min.49f1935d2a563b150bb382eb56a04972.svg",rss:"rss.min.eaf3873673fcbff72833e7a77f9510f8.svg",save:"save.min.6506e50ad89aee223e85fe52242c232e.svg",screen:"screen.min.c17978f44a7bf9f7d80f178fd2b7d116.svg",search:"search.min.f2755d61c24b6ad037f51d65588be308.svg",send:"send.min.544f2b90e562b8582808f735846b1351.svg",share:"share.min.b7b59aa7085cc865735acfd940480234.svg",shoppingBag:"shopping-bag.min.9d99682e614f5bbb9760c1a0272bd1e0.svg",shoppingCart:"shopping-cart.min.05a6c651afb21246daba2e941e8366cc.svg",sidelights:"sidelights.min.996d591ee87247eae32968bf0b588d1e.svg",snowflake:"snowflake.min.cf85d1b3c62e223ffb80d8c838d4f0b8.svg",sort:"sort.min.d90a6657569305b9b09b0c6997b5b915.svg",stack:"stack.min.d36295767f8e2540bbbf60278114ca09.svg",star:"star.min.d7445429f599f915661e6c57841ae339.svg",steeringWheel:"steering-wheel.min.c632bf7d06f41d68f0a95d76615f3981.svg",stopwatch:"stopwatch.min.c90f1fde0961349fe79c0b077f7b0d41.svg",subtract:"subtract.min.bb9f2dcb0c81ac7f216f6fe2ba916c09.svg",success:"success.min.4401a4715549bd7dfaaa4f54684b2088.svg",sun:"sun.min.a68eb6225965558e4498d3d38c33d52a.svg",switch:"switch.min.ab6c8b55ab119d9bd5170a1893a75ed2.svg",tablet:"tablet.min.60e7c4ef821bf610d2b2d5b06c7e88b7.svg",tachometer:"tachometer.min.348f8c5eed7c61993a864ebcffee98bd.svg",truck:"truck.min.43f91b0320003695d8804cf6a8a86da4.svg",upload:"upload.min.cf3aaf8fb27e339d26133cbd6a5332ca.svg",user:"user.min.0f8dcfbe34322e7968b4b23e11d963f0.svg",userGroup:"user-group.min.87f6ca16e7174b9a8d1894283a8ff1d4.svg",userManual:"user-manual.min.0b87e500e3d747e67be964c47a3ae312.svg",video:"video.min.107dfd64c6fd7398dd48b94d61b2fe11.svg",view:"view.min.cd78cae7309f44d941e9264047e3efa0.svg",viewOff:"view-off.min.e27746517bdb4c2c9ae5f025c7e74991.svg",volumeOff:"volume-off.min.711d24824df04d61c3129bbdcdbfa083.svg",volumeUp:"volume-up.min.0a2ebc984c6b9d2f53c747f9ba2028f1.svg",warning:"warning.min.04529c502dddce98f0ae2eec0bfb3432.svg",weight:"weight.min.47ef0b98ca8ed590dd7d6e6c3f1bcd46.svg",wifi:"wifi.min.14540859e9241374bd9d0c89eb85667b.svg",work:"work.min.d17986d8fcff6a5fcd5e9925e838fade.svg",wrench:"wrench.min.90e402dc170fe83de23e2c11588ba037.svg",wrenches:"wrenches.min.990b074555825a218e86fd35397fc88c.svg",zoomIn:"zoom-in.min.22fa9d7ee8748debc801fe910f2d3d01.svg",zoomOut:"zoom-out.min.9408a4dc5786ed5a783a729e58ab3d6d.svg"},l="arrow-head-right",c=new Map,d=async e=>{if(!e)return Promise.reject("url is undefined");let t=c.get(e);var i,n;return void 0===t&&(t=(i=e,window.PDS_SKIP_FETCH?Promise.resolve({ok:!0,text:()=>""}):fetch(i,n)).then((e=>e.ok?e.text():""),(()=>"")),c.set(e,t)),t},h=(t=l)=>{const i=r;return null===t?h(l):(null==(n=t)?void 0:n.length)>0&&/(\/)/.test(n)?t:a[e.paramCaseToCamelCase(t)]?`${i}/${a[e.paramCaseToCamelCase(t)]}`:(console.warn("Please provide either an name property or a source property!"),h(l));var n},u={small:e.pxToRemWithUnit(24),medium:e.pxToRemWithUnit(36),large:e.pxToRemWithUnit(48),inherit:"inherit"},p=(t,i,n)=>{const o=u[i];return e.getCss({"@global":{":host":{display:"inline-flex",verticalAlign:"top"}},root:{display:"flex",flexShrink:0,margin:0,padding:0,boxSizing:"border-box",width:o,height:o,color:s.getThemedTextColor(n,t),"& > svg":{fill:"currentColor","@media (forced-colors: active)":{fill:"canvasText"}}}})},g={name:e.AllowedTypes.string,source:e.AllowedTypes.string,color:e.AllowedTypes.oneOf(o.TEXT_COLORS),size:e.AllowedTypes.oneOf(["small","medium","large","inherit"]),lazy:e.AllowedTypes.boolean,theme:e.AllowedTypes.oneOf(n.THEMES_EXTENDED_ELECTRIC_DARK),aria:e.AllowedTypes.aria(["aria-label"])};return go.p_icon=class{constructor(t){e.registerInstance(this,t),this.name="arrow-head-right",this.color="default",this.size="small",this.lazy=!1,this.theme="light",this.key=0,this.svgContent=""}componentWillLoad(){this.initIntersectionObserver()}componentWillRender(){e.validateProps(this,g),e.attachComponentCss(this.host,p,this.color,this.size,this.theme)}componentWillUpdate(){this.svgContent&&this.setIconContent(""),this.initIntersectionObserver()}componentDidRender(){this.setIconContent(this.svgContent)}disconnectedCallback(){var e;null===(e=this.intersectionObserver)||void 0===e||e.disconnect()}render(){return e.h("i",{key:this.key++,class:"root"})}initIntersectionObserver(){this.lazy&&i.isBrowser()?(this.intersectionObserver||(this.intersectionObserver=new IntersectionObserver(((e,t)=>{e[0].isIntersecting&&(t.unobserve(this.host),this.loadIcon())}),{rootMargin:"50px"})),this.intersectionObserver.observe(this.host)):this.loadIcon()}loadIcon(){const e=h(this.source||this.name);d(e).then((t=>{e===h(this.source||this.name)&&this.setIconContent(t)}))}setIconContent(i){this.svgContent=i;const n=e.getShadowRootHTMLElement(this.host,"i");n&&(n.innerHTML=((e,i)=>{if(i){const n=t.parseAndGetAriaAttributes(i),o=['role="img"'].concat(Object.entries(n).map((([e,t])=>`${e}="${t}"`))).join(" ");return e.replace(/^(<svg)/,`$1 ${o}`)}return e})(i,this.aria))}get host(){return e.getElement(this)}},go}var jo,Oo={};function ko(){if(jo)return Oo;jo=1,Object.defineProperty(Oo,"__esModule",{value:!0});const e=br(),t=tn(),i=Pe(),n=Vi(),o=Ui(),s=bn(),r=Sn(),a=We(),l=En();Re(),_e(),wt(),It(),bt(),nt(),it(),pt(),Pi(),dn(),cn();const c=(t,i,o,s,r,a,l,c,d,h)=>{const{baseColor:u,hoverColor:p,activeColor:g}=e.getThemedColors(h);return e.getCss(e.mergeDeep(n.getLinkButtonPureStyles(t,i,!1,o,s,r,a,l,c,d,h),{"@global":{"::slotted":{"&(p)":{margin:0},"&(a)":{color:i?g:u},"&(a:hover)":{color:p}}}}))},d=t=>e.getCss(e.buildSlottedStyles(t,{"& a":Object.assign({display:"block",position:"static",textDecoration:"none",font:"inherit",transition:e.getTransition("color")},e.getFocusJssStyle({pseudo:"::before",offset:1}))})),h={alignLabel:e.AllowedTypes.breakpoint(a.ALIGN_LABELS),stretch:e.AllowedTypes.breakpoint("boolean"),size:e.AllowedTypes.breakpoint(l.TEXT_SIZES),weight:e.AllowedTypes.oneOf(l.TEXT_WEIGHTS),icon:e.AllowedTypes.string,iconSource:e.AllowedTypes.string,href:e.AllowedTypes.string,active:e.AllowedTypes.boolean,hideLabel:e.AllowedTypes.breakpoint("boolean"),theme:e.AllowedTypes.oneOf(r.THEMES_EXTENDED_ELECTRIC_DARK),target:e.AllowedTypes.string,download:e.AllowedTypes.string,rel:e.AllowedTypes.string,aria:e.AllowedTypes.aria(t.LINK_ARIA_ATTRIBUTES)};return Oo.p_link_pure=class{constructor(t){e.registerInstance(this,t),this.alignLabel="right",this.stretch=!1,this.size="small",this.weight="regular",this.icon="arrow-head-right",this.active=!1,this.hideLabel=!1,this.theme="light",this.target="_self"}connectedCallback(){s.attachSlottedCss(this.host,d)}componentWillLoad(){((t,i)=>{const n=e.getHTMLElement(t,"a");if(!i&&!n||i&&n)throw new Error(`Usage of ${e.getTagName(t)} is not valid. Please provide a href property or a slotted anchor.`)})(this.host,this.href)}componentWillRender(){e.validateProps(this,h),n.warnIfParentIsPTextAndIconIsNone(this.host,this.icon),e.attachComponentCss(this.host,c,this.icon,this.active,this.stretch,this.size,this.weight,this.hideLabel,this.alignLabel,n.hasSlottedSubline(this.host),!this.href,this.theme)}componentDidLoad(){o.isSizeInherit(this.size)&&o.transitionListener(this.linkTag,"font-size",(()=>{const e=`${o.calcLineHeightForElement(this.linkTag)}`;if(this.labelTag.style.lineHeight=e,this.sublineTag&&(this.sublineTag.style.lineHeight=e),n.hasVisibleIcon(this.icon)){const t=`${e}em`;this.iconTag.style.width=t,this.iconTag.style.height=t}}))}render(){const t=n.hasSlottedSubline(this.host),o=void 0===this.href?"span":"a",s=e.getPrefixedTagNames(this.host);return e.h(e.Host,null,e.h(o,Object.assign({class:"root"},"a"===o&&Object.assign(Object.assign({href:this.href,target:this.target,download:this.download,rel:this.rel},t&&{"aria-describedby":"subline"}),i.parseAndGetAriaAttributes(this.aria)),{ref:e=>this.linkTag=e}),n.hasVisibleIcon(this.icon)&&e.h(s.pIcon,{class:"icon",color:"inherit",size:"inherit",name:this.icon,source:this.iconSource,ref:e=>this.iconTag=e,"aria-hidden":"true"}),e.h("span",{class:"label",ref:e=>this.labelTag=e},e.h("slot",null))),t&&e.h("div",{id:"subline",class:"subline",ref:e=>this.sublineTag=e},e.h("slot",{name:"subline"})))}static get delegatesFocus(){return!0}get host(){return e.getElement(this)}},Oo}var Eo,Ro,Ao={},Io={};function $o(){if(Eo)return Io;Eo=1;const e=br(),t=ai();return Io.throwIfInvalidLinkUsage=(i,n)=>{let o=n&&i.children.length>0;if(!o||!n)try{n||t.getOnlyChildOfKindHTMLElementOrThrow(i,"a")}catch(e){o=!0}if(o)throw new Error(`Usage of ${e.getTagName(i)} is not valid. Please provide a href property or a single and direct 'a' child element.`)},Io}function _o(){if(Ro)return Ao;Ro=1,Object.defineProperty(Ao,"__esModule",{value:!0});const e=br(),t=cn(),i=$o(),n=Ki(),o=nt();ai(),ti(),ri(),it();const s={facebook:"#1877f2",google:"#4285f4",instagram:"#e1306c",kakaotalk:"#fae300",linkedin:"#0077b5",naver:"#03cf5d",pinterest:"#e60023",reddit:"#ff4500",tiktok:"#fe2c55",twitter:"#1da1f2",wechat:"#1aad19",whatsapp:"#25d366",xing:"#006567",youtube:"#ff0000"},{contrastHighColor:r,baseColor:a}=e.getThemedColors("light"),{baseColor:l}=e.getThemedColors("dark"),c=(t,i,c,d)=>{const{baseColor:h,baseColorHover:u,textColor:p,textColorHover:g}=((t,i)=>{const n=e.isThemeDark(i),{contrastHighColorDarken:o,baseColorDarken:c}=e.getThemedColors(i),d=s[null==t?void 0:t.split("-")[1]];return{baseColor:n?l:r,baseColorHover:d||(n?c:o),textColor:n?a:l,textColorHover:"logo-kakaotalk"===t?a:d?l:void 0}})(t,d);return e.getCss({"@global":Object.assign(Object.assign({":host":{display:"inline-flex",verticalAlign:"top",outline:e.addImportantToRule(0)}},!c&&{"::slotted":e.addImportantToEachRule(Object.assign(Object.assign({"&(a)":Object.assign({display:"block",textDecoration:"none",color:"inherit",lineHeight:"inherit",outline:"transparent solid 1px",outlineOffset:"3px"},e.buildResponsiveStyles(i,n.getSlottedLinkJssStyle)),"&(a::-moz-focus-inner)":{border:0},"&(a:focus)":{outlineColor:h}},e.hoverMediaQuery({"&(a:hover:focus)":{outlineColor:u}})),{"&(a:focus:not(:focus-visible))":{outlineColor:"transparent"}}))}),{span:Object.assign(Object.assign({display:"block",width:"100%",color:p},o.textSmall),c&&e.buildResponsiveStyles(i,n.getLabelJssStyle))}),root:Object.assign(Object.assign({display:"flex",width:"100%",minWidth:e.pxToRemWithUnit(48),minHeight:e.pxToRemWithUnit(48),position:"relative",margin:0,padding:0,boxSizing:"border-box",outline:"transparent none",appearance:"none",cursor:"pointer",textDecoration:"none",textAlign:"left",border:"1px solid currentColor",backgroundColor:"currentColor",color:h,transition:e.getTransition("background-color")+","+e.getTransition("border-color")+","+e.getTransition("color")},e.hoverMediaQuery({"&:hover, &:active":{color:u,"& span, & $icon":{color:g}}})),c&&Object.assign(Object.assign({},e.buildResponsiveStyles(i,n.getRootJssStyle)),e.getFocusJssStyle())),icon:Object.assign({position:"absolute",width:e.pxToRemWithUnit(24),height:e.pxToRemWithUnit(24),color:p,pointerEvents:"none"},e.buildResponsiveStyles(i,n.getIconJssStyle))})},d={icon:e.AllowedTypes.string,iconSource:e.AllowedTypes.string,href:e.AllowedTypes.string,theme:e.AllowedTypes.oneOf(t.THEMES),target:e.AllowedTypes.string,rel:e.AllowedTypes.string,hideLabel:e.AllowedTypes.breakpoint("boolean")};return Ao.p_link_social=class{constructor(t){e.registerInstance(this,t),this.theme="light",this.target="_self",this.hideLabel=!1}componentWillLoad(){i.throwIfInvalidLinkUsage(this.host,this.href)}componentWillRender(){e.validateProps(this,d),e.attachComponentCss(this.host,c,this.icon,this.hideLabel,!!this.href,this.theme)}render(){const t=void 0===this.href?"span":"a",i=e.getPrefixedTagNames(this.host);return e.h(t,Object.assign({class:"root"},"a"===t&&{href:this.href,target:this.target,rel:this.rel}),e.h(i.pIcon,{class:"icon",size:"inherit",name:this.icon,source:this.iconSource,color:"inherit","aria-hidden":"true"}),e.h("span",null,e.h("slot",null)))}static get delegatesFocus(){return!0}get host(){return e.getElement(this)}},Ao}var Po,Lo={};function Mo(){if(Po)return Lo;Po=1,Object.defineProperty(Lo,"__esModule",{value:!0});const e=br(),t=Pe(),i=bn(),n=bt(),o=xo(),s=nt(),r=tn();Re(),_e(),it();const a={"1:1":"100%","4:3":"75%","3:4":"133.33%","16:9":"56.25%","9:16":"177.75%"},l=(e,t)=>{const i="rgba(31,31,31,0.9) 0%,rgba(31,31,31,0.9) 20%,rgba(31,31,31,0.852589) 26.67%,rgba(32,32,32,0.768225) 33.33%,rgba(33,33,33,0.668116) 40%,rgba(34,34,34,0.557309) 46.67%,rgba(35,35,35,0.442691) 53.33%,rgba(36,36,36,0.331884) 60%,rgba(37,37,37,0.231775) 66.67%,rgba(38,38,38,0.147411) 73.33%,rgba(39,39,39,0.0816599) 80%,rgba(39,39,39,0.03551) 86.67%,rgba(39,39,39,0.0086472) 93.33%,rgba(39,39,39,0)";return e&&t?`linear-gradient(${i} 100%);`:`linear-gradient(to top, ${i} 100%);`},c={inherit:{lineHeight:"inherit",fontSize:"inherit"},default:{fontSize:"1.25rem",lineHeight:1.5555555556}},d=(t,i,r,d,h,u)=>{const p="top"===d,g=e.pxToRemWithUnit(24),f=e.pxToRemWithUnit(72);return e.getCss({"@global":{":host":{display:"block",height:e.addImportantToRule("fit-content"),"& ::slotted(picture),::slotted(img)":e.addImportantToEachRule(Object.assign({transition:e.getTransition("transform")},e.getBackfaceVisibilityJssStyle())),"& ::slotted(picture)":e.addImportantToEachRule(Object.assign({position:"absolute"},e.getInsetJssStyle())),"& ::slotted(img)":e.addImportantToEachRule({height:"100%",width:"100%",objectFit:"cover"})},p:Object.assign(Object.assign(Object.assign({color:o.getThemedTextColor("dark","default")},s.textSmall),{maxWidth:e.pxToRemWithUnit(550),margin:0}),e.mergeDeep(e.buildResponsiveStyles(i,(e=>c[e])),e.buildResponsiveStyles(r,(e=>({fontWeight:n.getFontWeight(e)})))))},root:Object.assign(Object.assign({height:0,position:"relative",transform:"translate3d(0,0,0)"},e.hoverMediaQuery({"&:hover":{"& ::slotted(picture),::slotted(img)":e.addImportantToEachRule({transform:"scale3d(1.05, 1.05, 1.05)"})}})),e.buildResponsiveStyles(t,(e=>({paddingTop:a[e]})))),"image-container":Object.assign(Object.assign({position:"absolute"},e.getInsetJssStyle()),{overflow:"hidden"}),content:Object.assign(Object.assign(Object.assign({position:"absolute"},p?{top:0}:{bottom:0}),{left:0,right:0,display:"grid",justifyItems:"start",padding:"bottom"===d?`${f} ${g} ${g}`:`${g} ${g} ${f}`,gap:e.pxToRemWithUnit(24)}),e.mergeDeep({[e.mediaQueryMin("s")]:Object.assign({paddingLeft:e.pxToRemWithUnit(32),paddingRight:e.pxToRemWithUnit(32)},"bottom"===d?{paddingBottom:e.pxToRemWithUnit(32)}:{paddingTop:e.pxToRemWithUnit(32)})},u&&e.buildResponsiveStyles(h,(e=>({background:l(e,p)}))),e.buildResponsiveStyles(h,(t=>t?Object.assign({alignItems:"center",gridTemplateColumns:`auto ${e.pxToRemWithUnit(24)}`,gridTemplateRows:"auto"},p?{top:0}:{bottom:0}):{gridTemplateRows:"auto auto",gridTemplateColumns:"auto"})))),"link-pure":e.buildResponsiveStyles(h,(e=>({display:e?"inline-block":"none"}))),link:e.buildResponsiveStyles(h,(e=>({display:e?"none":"inline-flex"}))),anchor:{"&::after":Object.assign({content:'""',position:"fixed"},e.getInsetJssStyle())}})},h=t=>e.getCss(e.buildSlottedStyles(t,{"& picture > img":{height:"100%",width:"100%",objectFit:"cover"}})),u={size:e.AllowedTypes.breakpoint(["default","inherit"]),weight:e.AllowedTypes.breakpoint(["regular","semibold"]),aspectRatio:e.AllowedTypes.breakpoint(["1:1","4:3","3:4","16:9","9:16"]),label:e.AllowedTypes.string,description:e.AllowedTypes.string,align:e.AllowedTypes.oneOf(["top","bottom"]),gradient:e.AllowedTypes.boolean,compact:e.AllowedTypes.breakpoint("boolean"),href:e.AllowedTypes.string,target:e.AllowedTypes.string,download:e.AllowedTypes.string,rel:e.AllowedTypes.string,aria:e.AllowedTypes.aria(r.LINK_ARIA_ATTRIBUTES)};return Lo.p_link_tile=class{constructor(t){e.registerInstance(this,t),this.size="default",this.weight="semibold",this.aspectRatio="4:3",this.align="bottom",this.gradient=!0,this.compact=!1,this.target="_self"}connectedCallback(){i.attachSlottedCss(this.host,h)}componentWillLoad(){((t,i,n)=>{if("top"===i&&(!n||"string"==typeof n&&"false"===n))throw new Error(`Usage of ${e.getTagName(t)} is not valid. Top alignment is only possible when compact is true.`)})(this.host,this.align,this.compact)}componentWillRender(){this.compact=e.parseJSON(this.compact),e.validateProps(this,u),e.attachComponentCss(this.host,d,this.aspectRatio,this.size,this.weight,this.align,this.compact,this.gradient)}render(){const i=e.getPrefixedTagNames(this.host),n=Object.assign({class:"anchor",href:this.href,target:this.target,download:this.download,"aria-describedby":"description",rel:this.rel},t.parseAndGetAriaAttributes(this.aria)),o={theme:"dark"},s=e.h(i.pLink,Object.assign({},o,{class:"link",variant:"tertiary"}),e.h("a",Object.assign({},n),this.label)),r=e.h(i.pLinkPure,Object.assign({},o,{class:"link-pure",hideLabel:"true",icon:"arrow-right"}),e.h("a",Object.assign({},n),this.label));return e.h("div",{class:"root"},e.h("div",{class:"image-container"},e.h("slot",null)),e.h("div",{class:"content"},e.h("p",{id:"description"},this.description),"boolean"==typeof this.compact?this.compact?r:s:e.h(e.Fragment,null,r,s)))}static get delegatesFocus(){return!0}get host(){return e.getElement(this)}},Lo}var Wo,No={};function Do(){if(Wo)return No;Wo=1,Object.defineProperty(No,"__esModule",{value:!0});const e=br(),t=Pe(),i=dn(),n=$o(),o=Zi(),s=Ki(),r=tn();Re(),_e(),cn(),ai(),ti(),ri(),nt(),it();const a=(t,i,n,o)=>e.getCss(s.getLinkButtonStyles(t,i,!1,n,o)),l={variant:e.AllowedTypes.oneOf(o.LINK_BUTTON_VARIANTS),icon:e.AllowedTypes.string,iconSource:e.AllowedTypes.string,href:e.AllowedTypes.string,theme:e.AllowedTypes.oneOf(i.THEMES_EXTENDED_ELECTRIC),target:e.AllowedTypes.string,download:e.AllowedTypes.string,rel:e.AllowedTypes.string,hideLabel:e.AllowedTypes.breakpoint("boolean"),aria:e.AllowedTypes.aria(r.LINK_ARIA_ATTRIBUTES)};return No.p_link=class{constructor(t){e.registerInstance(this,t),this.variant="secondary",this.icon="arrow-head-right",this.theme="light",this.target="_self",this.hideLabel=!1}componentWillLoad(){n.throwIfInvalidLinkUsage(this.host,this.href)}componentWillRender(){e.validateProps(this,l),e.attachComponentCss(this.host,a,this.variant,this.hideLabel,!this.href,this.theme)}render(){const i=void 0===this.href?"span":"a",n=e.getPrefixedTagNames(this.host);return e.h(i,Object.assign({class:"root"},"a"===i&&Object.assign({href:this.href,target:this.target,download:this.download,rel:this.rel},t.parseAndGetAriaAttributes(this.aria))),e.h(n.pIcon,{class:"icon",size:"inherit",name:this.icon,source:this.iconSource,color:"inherit","aria-hidden":"true"}),e.h("span",null,e.h("slot",null)))}static get delegatesFocus(){return!0}get host(){return e.getElement(this)}},No}var Ho,zo={};function Bo(){if(Ho)return zo;Ho=1,Object.defineProperty(zo,"__esModule",{value:!0});const e=br(),t=Pe();Re(),_e();const i=("undefined"!=typeof window&&"cn"===window.PORSCHE_DESIGN_SYSTEM_CDN?"https://cdn.ui.porsche.cn":"https://cdn.ui.porsche.com")+"/porsche-design-system/marque",n={porscheMarqueTrademark:{medium:{"1x":{png:"porsche-marque-trademark.medium.min.da075315857e239ff46bf4c150648ff0@1x.png",webp:"porsche-marque-trademark.medium.min.5c6af9aa7946fea34f60c8f8c95d0188@1x.webp"},"2x":{png:"porsche-marque-trademark.medium.min.aa801f42028b1c385a5e26ae115da598@2x.png",webp:"porsche-marque-trademark.medium.min.fff6e9b91481cc5b1fc6c9b62987ccaf@2x.webp"},"3x":{png:"porsche-marque-trademark.medium.min.824818d15eaf445f50e0a2391613f214@3x.png",webp:"porsche-marque-trademark.medium.min.f67092ff6b5f4ecb4add73d6ae153db0@3x.webp"}},small:{"1x":{png:"porsche-marque-trademark.small.min.020244b41a29323e2a7932a264514cdf@1x.png",webp:"porsche-marque-trademark.small.min.783639706bead66b2d56e3b8b64bd61f@1x.webp"},"2x":{png:"porsche-marque-trademark.small.min.92184fae44511ceda8320443c17110b1@2x.png",webp:"porsche-marque-trademark.small.min.760a57efa93d4e7e16e26128ec7ead46@2x.webp"},"3x":{png:"porsche-marque-trademark.small.min.fd545cea4298f5d797246d5805711646@3x.png",webp:"porsche-marque-trademark.small.min.1726036a7829347e1e24d1eb54fc0d64@3x.webp"}}},porscheMarque:{medium:{"1x":{png:"porsche-marque.medium.min.a98627440b05154565f9f9dfc1ad6187@1x.png",webp:"porsche-marque.medium.min.fa908e4dfdc5536b0e933e1670d20e1f@1x.webp"},"2x":{png:"porsche-marque.medium.min.089d6dd560fff7a2bf613ae6d528990e@2x.png",webp:"porsche-marque.medium.min.7f0893dc57f2607a2cb0b817d96cb985@2x.webp"},"3x":{png:"porsche-marque.medium.min.2cb874345ef290831c929f6caabfeef8@3x.png",webp:"porsche-marque.medium.min.3534cf066b4e2e737dca62de495f9616@3x.webp"}},small:{"1x":{png:"porsche-marque.small.min.ac2042736af5512cf547c89fa7924c4f@1x.png",webp:"porsche-marque.small.min.005debed5bf72cf0a9a791b1521f5e1d@1x.webp"},"2x":{png:"porsche-marque.small.min.22f1e9dc90399d9a5287eda689b60dba@2x.png",webp:"porsche-marque.small.min.df4317325d04ffef28c7839aa6d499a0@2x.webp"},"3x":{png:"porsche-marque.small.min.49209245f04eadef8817b9bbae80d3e1@3x.png",webp:"porsche-marque.small.min.cfd6149aaa3bc5b3b522538e5f650890@3x.webp"}}}},o=i,s=(e,t,i)=>Object.entries(e[t]).map((([e,t])=>`${o}/${t[i]} ${e}`)).join(","),r={small:{width:"100px",height:"60px"},medium:{width:"120px",height:"72px"}},a=t=>e.getCss({"@global":{":host":{position:"relative",display:"inline-flex",verticalAlign:"top",outline:e.addImportantToRule(0)},a:Object.assign({display:"block",textDecoration:"none"},e.getFocusJssStyle({color:e.getThemedColors("light").baseColor,offset:0,pseudo:"::before"})),picture:Object.assign({display:"block"},"responsive"===t?Object.assign(Object.assign({},r.small),{[e.mediaQueryMin("l")]:r.medium}):r[t]),img:{display:"block",width:"100%",height:"auto"}}}),l={trademark:e.AllowedTypes.boolean,size:e.AllowedTypes.oneOf(["responsive","small","medium"]),href:e.AllowedTypes.string,target:e.AllowedTypes.string,aria:e.AllowedTypes.aria(["aria-label"])};return zo.p_marque=class{constructor(t){e.registerInstance(this,t),this.trademark=!0,this.size="responsive",this.target="_self"}componentWillRender(){e.validateProps(this,l),e.attachComponentCss(this.host,a,this.size)}render(){const i=(r=this.trademark,n["porscheMarque"+(r?"Trademark":"")]);var r;const a=`(min-width: ${e.breakpoint.l})`,l=window.PDS_SKIP_FETCH?void 0:e.h("picture",null,"responsive"===this.size?[e.h("source",{srcSet:s(i,"medium","webp"),media:a,type:"image/webp"}),e.h("source",{srcSet:s(i,"medium","png"),media:a,type:"image/png"}),e.h("source",{srcSet:s(i,"small","webp"),type:"image/webp"}),e.h("source",{srcSet:s(i,"small","png"),type:"image/png"})]:[e.h("source",{srcSet:s(i,this.size,"webp"),type:"image/webp"}),e.h("source",{srcSet:s(i,this.size,"png"),type:"image/png"})],e.h("img",{src:`${o}/${i.medium["2x"].png}`,alt:"Porsche"}));return e.h(e.Host,null,void 0===this.href?l:e.h("a",Object.assign({href:this.href,target:this.target},t.parseAndGetAriaAttributes(this.aria)),l))}static get delegatesFocus(){return!0}get host(){return e.getElement(this)}},zo}var Uo,Fo={};function qo(){if(Uo)return Fo;Uo=1,Object.defineProperty(Fo,"__esModule",{value:!0});const e=br(),t=Pe(),i=wt(),n=bn(),o=at(),s=dt(),r=co(),a=pi();Re(),_e(),it();const l=e=>Array.from(e.children).map((e=>e.children?[e].concat(l(e)):e)).flat().map((e=>e.shadowRoot?[e].concat(l(e.shadowRoot)):e)).flat(),c=e=>{const{nodeName:t}=e;return("INPUT"===t&&"hidden"!==e.type||"TEXTAREA"===t||"SELECT"===t||"BUTTON"===t||"A"===t&&!!e.href)&&e.tabIndex>=0&&!e.disabled};let d;const h=(e,t,i,n)=>{let o=[];document.body.style.overflow=t?"hidden":"",document.removeEventListener("keydown",d),t&&(o=((e,t)=>{const i=(t?[t]:[]).concat(l(e).filter(c));return[i[0],i[i.length-1]]})(e,i),d=e=>{const{key:t}=e;"Escape"===t?n():(null==o?void 0:o.filter((e=>e)).length)||"Tab"!==t||e.preventDefault()},document.addEventListener("keydown",d)),g(o)};let u=[],p=[];const g=e=>{u.length&&u.forEach(((e,t)=>e.removeEventListener("keydown",p[t]))),(null==e?void 0:e.filter((e=>e)).length)&&(u=[...e],p=e.map(((t,i)=>{const n=t=>{"Tab"===t.key&&(0===i&&t.shiftKey||1===i&&!t.shiftKey)&&(t.preventDefault(),e[0===i?1:0].focus())};return t.addEventListener("keydown",n),n})))},f=e.mediaQueryMin("m"),b=e.mediaQueryMin("xl"),m=e.mediaQueryMin("xxl"),{backgroundColor:v}=e.getThemedColors("light"),{backgroundColor:y}=e.getThemedColors("dark"),w=t=>t?{minWidth:"100%",maxWidth:"none",minHeight:"100%",margin:0}:{minWidth:e.pxToRemWithUnit(275.2),maxWidth:e.pxToRemWithUnit(1536),minHeight:"auto",margin:`max(1rem, 7vh) ${a.gridSafeZone.base}`},T=(t,i)=>{const n=e.pxToRemWithUnit(-t);return Object.assign(Object.assign({"&(.stretch-to-full-modal-width)":{width:`calc(100% + ${e.pxToRemWithUnit(2*t)})`,margin:`0 ${n}`}},!i&&{"&(.stretch-to-full-modal-width:first-child)":{marginTop:n}}),{"&(.stretch-to-full-modal-width:last-child)":{marginBottom:n}})},C=(t,i,n,l)=>{const c=(t=>{const i=e.parseJSON(t);if("boolean"==typeof i)return i;{const t=Object.entries(i),[n]=t.filter((([,e])=>e)).pop()||[],[o]=t.filter((([,e])=>!e)).pop()||[];return e.BREAKPOINTS.indexOf(n)>e.BREAKPOINTS.indexOf(o)}})(i),{baseColor:d}=e.getThemedColors("light");return e.getCss(Object.assign(Object.assign({"@global":{":host":Object.assign(Object.assign({},e.addImportantToEachRule(Object.assign(Object.assign(Object.assign(Object.assign({position:"fixed"},e.getInsetJssStyle()),{zIndex:o.MODAL_Z_INDEX,display:"flex",alignItems:"center",justifyContent:"center",flexWrap:"wrap"}),t?{transition:"opacity .6s cubic-bezier(.16,1,.3,1)",opacity:1,visibility:"inherit"}:{transition:"opacity .2s cubic-bezier(.16,1,.3,1),visibility 0s linear .2s",opacity:0,visibility:"hidden"}),{"&::before":Object.assign(Object.assign({content:'""',position:"fixed"},e.getInsetJssStyle()),{background:`${y}e6`})}))),{overflowY:"auto"}),"::slotted":e.addImportantToEachRule(Object.assign(Object.assign({},T(32,l)),{[f]:T(40,l),[m]:T(64,l)})),h1:Object.assign(Object.assign({},r.textMedium),{fontWeight:e.fontWeight.semiBold,margin:0,color:d,[e.mediaQueryMin("m")]:Object.assign(Object.assign({},r.textLarge),{fontWeight:e.fontWeight.semiBold})})},root:e.mergeDeep(Object.assign(Object.assign({position:"relative",boxSizing:"border-box",transition:"transform .6s cubic-bezier(.16,1,.3,1)",transform:t?"scale3d(1,1,1)":"scale3d(.9,.9,1)",padding:e.pxToRemWithUnit(32),backgroundColor:v},s.getFocusVisibleFallback(e.getFocusJssStyle({color:v}))),{[f]:{padding:e.pxToRemWithUnit(40)},[b]:{margin:c?0:`min(12rem, 10vh) ${a.gridSafeZone.xl}`},[m]:{padding:e.pxToRemWithUnit(64),margin:c?0:`min(12rem, 10vh) ${a.gridSafeZone.xl}`}}),e.buildResponsiveStyles(i,w))},l&&{header:Object.assign(Object.assign({padding:`0 0 ${e.pxToRemWithUnit(16)}`},!n&&{margin:`0 ${e.pxToRemWithUnit(32)} 0 0`}),{[f]:{padding:`0 0 ${e.pxToRemWithUnit(24)}`},[m]:Object.assign({padding:`0 0 ${e.pxToRemWithUnit(32)}`},!n&&{margin:0})})}),{close:{position:"absolute",top:0,right:0,padding:e.pxToRemWithUnit(8),border:`${e.pxToRemWithUnit(6)} solid ${v}`,background:v}}))},x=t=>e.getCss(e.buildSlottedStyles(t,e.getBaseSlottedStyles())),S={open:e.AllowedTypes.boolean,disableCloseButton:e.AllowedTypes.boolean,disableBackdropClick:e.AllowedTypes.boolean,heading:e.AllowedTypes.string,fullscreen:e.AllowedTypes.breakpoint("boolean"),aria:e.AllowedTypes.aria(["aria-label"])};return Fo.p_modal=class{constructor(t){e.registerInstance(this,t),this.close=e.createEvent(this,"close",3),this.open=!1,this.disableCloseButton=!1,this.disableBackdropClick=!1,this.fullscreen=!1,this.onMouseDown=e=>{e.composedPath()[0]===this.host&&this.closeModal()},this.closeModal=()=>{this.disableCloseButton||this.close.emit()}}openChangeHandler(e){var t;this.updateScrollLock(e),e?this.focusedElBeforeOpen=document.activeElement:null===(t=this.focusedElBeforeOpen)||void 0===t||t.focus()}connectedCallback(){n.attachSlottedCss(this.host,x)}componentDidLoad(){this.open&&this.updateScrollLock(!0),e.getShadowRootHTMLElement(this.host,"slot").addEventListener("slotchange",(()=>{this.open&&setTimeout((()=>{this.updateScrollLock(!0),this.dialog.focus()}))}))}componentWillRender(){var t,n,o;e.validateProps(this,S),this.open&&(t=this.host,n=this.heading,o=this.aria,n||o||console.warn(`Either heading or aria attributes on ${e.getTagName(t)} have to be set in order to ensure accessibility.`)),this.hasHeader=!!this.heading||i.hasNamedSlot(this.host,"heading"),e.attachComponentCss(this.host,C,this.open,this.fullscreen,this.disableCloseButton,this.hasHeader)}componentDidRender(){if(this.open){for(let e=0;e<4;e++)setTimeout((()=>this.host.scrollTop=0),5*e);this.dialog.focus()}}disconnectedCallback(){h(this.host,!1)}render(){const i=e.getPrefixedTagNames(this.host);return e.h(e.Host,{onMouseDown:!this.disableBackdropClick&&this.onMouseDown},e.h("div",Object.assign({class:"root",role:"dialog","aria-modal":"true"},Object.assign({"aria-label":this.heading},t.parseAndGetAriaAttributes(this.aria)),{"aria-hidden":this.open?"false":"true",tabIndex:-1,ref:e=>this.dialog=e}),!this.disableCloseButton&&e.h(i.pButtonPure,{class:"close",type:"button",ref:e=>this.closeBtn=e,hideLabel:!0,icon:"close",onClick:this.closeModal},"Close modal"),this.hasHeader&&e.h("div",{class:"header"},this.heading?e.h("h1",null,this.heading):e.h("slot",{name:"heading"})),e.h("slot",null)))}updateScrollLock(e){h(this.host,e,!this.disableCloseButton&&this.closeBtn,this.closeModal)}get host(){return e.getElement(this)}static get watchers(){return{open:["openChangeHandler"]}}},Fo}var Vo,Jo={};function Xo(){if(Vo)return Jo;Vo=1,Object.defineProperty(Jo,"__esModule",{value:!0});const e=br(),t=cn(),i=Pi(),n=nt();it();const o="PAGE",s="ELLIPSIS",r="PREVIOUS_PAGE_LINK",a="NEXT_PAGE_LINK",l=-1,c=-2,d=-4,h=-5,u=e=>({type:s,key:l,value:e,isActive:!1}),p=e=>({type:s,key:c,value:e,isActive:!1}),g=(e,t)=>Array.from(Array(t-e+1)).map(((t,i)=>i+e)),f=e=>{if(null==e)throw new Error("createPaginationModel(): options object should be a passed");const{pageTotal:t,activePage:i,pageRange:n}=e,s=[],l=(e=>{const{activePage:t}=e;return e=>({type:o,key:e,value:e,isActive:e===t})})(e);if(s.push((e=>{const{activePage:t}=e;return{type:r,key:d,value:Math.max(1,t-1),isActive:t>1}})(e)),3+2*n+2>=t){const e=g(1,t).map(l);s.push(...e)}else{const e=1,o=g(1,e).map(l),r=t+1-1,a=g(r,t).map(l),c=Math.min(Math.max(i-n,e+1+1),r-1-2*n-1),d=c+2*n,h=g(c,d).map(l);s.push(...o);const f=c-1,b=(f===e+1?l:u)(f);s.push(b),s.push(...h);const m=d+1,v=(m===r-1?l:p)(m);s.push(v),s.push(...a)}return s.push((e=>{const{activePage:t,pageTotal:i}=e;return{type:a,key:h,value:Math.min(i,t+1),isActive:t<i}})(e)),s},b=(e,t)=>{if(void 0===e||void 0===t)throw new Error("getCurrentActivePage(): activePage and totalPages props must be provided");return e<1&&(e=1),e>t&&(e=t),e},m=new Map,v=i.throttle(500,(()=>{m.forEach((e=>{e()}))})),y=e=>{const t={};return m.set(t,e),1===m.size&&window.addEventListener("resize",v),()=>{m.delete(t),m.size<1&&window.removeEventListener("resize",v)}},w=(t,i)=>{const{baseColor:o,brandColor:s,disabledColor:r,hoverColor:a,activeColor:l,focusColor:c}=e.getThemedColors(i);return e.getCss({"@global":{":host":{display:"block",outline:e.addImportantToRule(0)},nav:Object.assign({display:"flex",justifyContent:"center",margin:0,padding:0},e.buildResponsiveStyles(t,(e=>({counterReset:`size ${e}`})))),ul:{display:"flex",margin:0,padding:0},li:{listStyleType:"none",margin:0,padding:0},span:Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({display:"flex",justifyContent:"center",alignItems:"center",transition:e.getTransition("color"),position:"relative",width:e.pxToRemWithUnit(40),height:e.pxToRemWithUnit(40),boxSizing:"border-box",textDecoration:"none"},n.textSmall),{whiteSpace:"nowrap",cursor:"pointer",color:o}),e.getFocusJssStyle({color:c,offset:1})),e.hoverMediaQuery({"&:hover":{color:a}})),{"&:active":{outline:"none",color:l},"&[aria-disabled]":{cursor:"default",pointerEvents:"none",color:r},"&[aria-current]":Object.assign(Object.assign({cursor:"default"},e.hoverMediaQuery({"&:hover":{color:o}})),{"&::after":{content:'""',display:"block",position:"absolute",bottom:0,left:e.pxToRemWithUnit(6),right:e.pxToRemWithUnit(6),height:e.pxToRemWithUnit(4),background:s}})})},ellipsis:{cursor:"default",pointerEvents:"none","&::after":{content:'"…"'}}})},T={totalItemsCount:e.AllowedTypes.number,itemsPerPage:e.AllowedTypes.number,activePage:e.AllowedTypes.number,maxNumberOfPageLinks:e.AllowedTypes.breakpoint([5,7]),allyLabel:e.AllowedTypes.string,allyLabelPrev:e.AllowedTypes.string,allyLabelPage:e.AllowedTypes.string,allyLabelNext:e.AllowedTypes.string,theme:e.AllowedTypes.oneOf(t.THEMES)};return Jo.p_pagination=class{constructor(t){e.registerInstance(this,t),this.pageChange=e.createEvent(this,"pageChange",3),this.totalItemsCount=1,this.itemsPerPage=1,this.activePage=1,this.maxNumberOfPageLinks={base:5,xs:7},this.allyLabel="Pagination",this.allyLabelPrev="Previous page",this.allyLabelPage="Page",this.allyLabelNext="Next page",this.theme="light",this.unlistenResize=()=>{},this.updateMaxNumberOfPageLinks=()=>{this.breakpointMaxNumberOfPageLinks=(e=>{const t=getComputedStyle(e),[,i]=t.getPropertyValue("counter-reset").split(" ");return parseInt(i,10)})(this.navigationElement)}}componentDidLoad(){this.unlistenResize=y(this.updateMaxNumberOfPageLinks),this.updateMaxNumberOfPageLinks()}componentWillRender(){e.validateProps(this,T),e.attachComponentCss(this.host,w,this.maxNumberOfPageLinks,this.theme)}disconnectedCallback(){this.unlistenResize()}render(){const t=((e,t)=>{if(void 0===e||void 0===t)throw new Error("getTotalPages(): totalItemsCount and itemsPerPage props must be provided");return e<1&&(e=1),t<1&&(t=1),Math.ceil(e/t)})(this.totalItemsCount,this.itemsPerPage),i=f({activePage:b(this.activePage,t),pageTotal:t,pageRange:7===this.breakpointMaxNumberOfPageLinks?1:0}),n=e.getPrefixedTagNames(this.host);return e.h("nav",{role:"navigation","aria-label":this.allyLabel,ref:e=>this.navigationElement=e},e.h("ul",null,i.map((t=>{const{type:i,isActive:l,value:c}=t,d={role:"button",onClick:()=>this.onClick(c),onKeyDown:e=>this.onKeyDown(e,c)};switch(i){case r:return e.h("li",null,e.h("span",Object.assign({},d,{tabIndex:l?0:null,"aria-disabled":l?null:"true","aria-label":this.allyLabelPrev}),e.h(n.pIcon,{name:"arrow-head-left",color:"inherit","aria-hidden":"true"})));case s:return e.h("li",null,e.h("span",{class:"ellipsis"}));case o:return e.h("li",null,e.h("span",Object.assign({},d,{tabIndex:0,"aria-label":`${this.allyLabelPage} ${c}`,"aria-current":l?"page":null}),c));case a:return e.h("li",null,e.h("span",Object.assign({},d,{tabIndex:l?0:null,"aria-disabled":l?null:"true","aria-label":this.allyLabelNext}),e.h(n.pIcon,{name:"arrow-head-right",color:"inherit","aria-hidden":"true"})))}}))))}onKeyDown(e,t){const{key:i}=e;" "!==i&&"Enter"!==i&&"Spacebar"!==i||(e.preventDefault(),this.onClick(t))}onClick(e){e!==this.activePage&&(this.pageChange.emit({page:e,previousPage:this.activePage}),this.activePage=e)}static get delegatesFocus(){return!0}get host(){return e.getElement(this)}},Jo}var Ko,Go={};function Qo(){if(Ko)return Go;Ko=1,Object.defineProperty(Go,"__esModule",{value:!0});const e=br(),t=at(),i=nt(),n=Pe(),o=bn();it(),Re(),_e();const{backgroundColor:s,baseColor:r}=e.getThemedColors("light"),a=e.mediaQueryMin("xs"),l="@media (forced-colors: active)",c={top:{bottom:"100%",left:"50%",transform:"translate3d(-50%, 0, 0)"},right:{top:"50%",left:"100%",transform:"translate3d(0, -50%, 0)"},bottom:{top:"100%",left:"50%",transform:"translate3d(-50%, 0, 0)"},left:{top:"50%",right:"100%",transform:"translate3d(0, -50%, 0)"}},d=".75rem",h="transparent",u="canvas",p="canvastext",g=(...e)=>e.join(" "),f={top:{top:0,left:"50%",transform:"translateX(-50%)",borderWidth:g(d,d,0),borderColor:g(s,h,h),[l]:{borderColor:g(p,u,u)}},right:{top:"50%",right:0,transform:"translateY(-50%)",borderWidth:g(d,d,d,0),borderColor:g(h,s,h,h),[l]:{borderColor:g(u,p,u,u)}},bottom:{bottom:0,left:"50%",transform:"translateX(-50%)",borderWidth:g(0,d,d),borderColor:g(h,h,s),[l]:{borderColor:g(u,u,p)}},left:{top:"50%",left:0,transform:"translateY(-50%)",borderWidth:g(d,0,d,d),borderColor:g(h,h,h,s),[l]:{borderColor:g(u,u,u,p)}}},b=n=>{const o="-1rem";return e.getCss({"@global":{":host":Object.assign({verticalAlign:"top"},e.addImportantToEachRule({position:"relative",display:"inline-block"})),p:Object.assign(Object.assign({},i.textSmall),{margin:0})},spacer:{position:"absolute",zIndex:t.POPOVER_Z_INDEX,top:o,left:o,right:o,bottom:o,filter:"drop-shadow(0 0 1rem rgba(0,0,0,.3))",backdropFilter:"drop-shadow(0px 0px 0px transparent)",pointerEvents:"none",animation:"240ms $fadeIn ease forwards","&::before":Object.assign({content:'""',position:"absolute",borderStyle:"solid"},f[n])},popover:Object.assign(Object.assign(Object.assign({position:"absolute",maxWidth:"90vw",width:"max-content",boxSizing:"border-box",background:s,padding:".5rem 1rem",pointerEvents:"auto"},c[n]),i.textSmall),{listStyleType:"none",color:r,whiteSpace:"inherit",[a]:{maxWidth:e.pxToRemWithUnit(432)},[l]:{outline:"1px solid canvastext"}}),"@keyframes fadeIn":{from:{opacity:0},to:{opacity:1}}})},m=t=>e.getCss(e.buildSlottedStyles(t,e.getBaseSlottedStyles())),v=16,y=()=>{const{clientWidth:e,clientHeight:t}=document.documentElement;return{clientWidth:e-v,clientHeight:t-v}},w=(e,t,i)=>{const{clientWidth:n,clientHeight:o}=y(),s=e.getBoundingClientRect(),r=t.getBoundingClientRect(),a=s.left>=v&&s.right<=n,l=s.top>=v&&s.bottom<=o;switch(i){case"top":return a&&r.top>=v;case"right":return l&&r.right<=n;case"bottom":return a&&r.bottom<=o;case"left":return l&&r.left>=v}},T=(e,t)=>{const i=((e,t)=>{const{clientWidth:i,clientHeight:n}=document.documentElement,o=e.getBoundingClientRect(),s=t.getBoundingClientRect();return{top:o.top-s.height,right:i-(o.right+s.width),bottom:n-(o.bottom+s.height),left:o.left-s.width}})(e,t);return Object.keys(i).reduce(((e,t)=>i[e]>=i[t]?e:t),"bottom")},C=(e,t,i)=>{const{clientWidth:n,clientHeight:o}=y(),s=e.getBoundingClientRect(),r=t.getBoundingClientRect();if(["top","bottom"].includes(i)&&r.width>s.width){if(r.left<v)return`0 0 0 ${Math.min(v-r.left,s.left-r.left)}px`;if(r.right>n)return`0 0 0 ${Math.max(n-r.right,s.right-r.right)}px`}else{if(!(["left","right"].includes(i)&&r.height>s.height))return"0";if(r.top<v)return`${Math.min(v-r.top,s.top-r.top)}px 0 0 0`;if(r.bottom>o)return`${Math.max(o-r.bottom,s.bottom-r.bottom)}px 0 0 0`}},x=[],S=e=>{const t=x.find((t=>t.open&&!e.composedPath().includes(t.host)));t&&(t.open=!1)},j=e=>{const{key:t}=e,i="Escape"===t;if(i||["SpaceBar","Enter"," "].includes(t)){const t=x.find((t=>t.open&&(i||!e.composedPath().includes(t.host))));t&&(t.open=!1)}},O={direction:e.AllowedTypes.oneOf(["top","right","bottom","left"]),description:e.AllowedTypes.string,aria:e.AllowedTypes.aria(["aria-label"])};return Go.p_popover=class{constructor(t){e.registerInstance(this,t),this.direction="bottom",this.open=!1,this.onKeydown=e=>{"Escape"===e.key&&this.button.focus()}}connectedCallback(){var e;o.attachSlottedCss(this.host,m),e=this,x.includes(e)||(x.push(e),document.addEventListener("mousedown",S),document.addEventListener("keydown",j))}componentWillRender(){e.validateProps(this,O),e.attachComponentCss(this.host,b,this.direction)}componentDidRender(){var t,i,n,o;this.open&&(t=this.host,i=this.spacer,n=this.popover,o=this.direction,n.style.margin="0",w(i,n,o)||(o=T(i,n),e.attachComponentCss(t,b,o)),n.style.margin=C(i,n,o))}disconnectedCallback(){(e=>{const t=x.indexOf(e);t>-1&&x.splice(t,1),0===x.length&&(document.removeEventListener("mousedown",S),document.removeEventListener("keydown",j))})(this)}render(){const t=e.getPrefixedTagNames(this.host);return e.h(e.Host,{onKeydown:this.onKeydown},e.h(t.pButtonPure,{type:"button",icon:"information",hideLabel:"true",onClick:()=>this.open=!this.open,aria:JSON.stringify(Object.assign({"aria-expanded":this.open},n.parseAndGetAriaAttributes(this.aria))),ref:e=>this.button=e},"More information"),this.open&&e.h("div",{class:"spacer",ref:e=>this.spacer=e},e.h("div",{class:"popover",ref:e=>this.popover=e},this.description?e.h("p",null,this.description):e.h("slot",null))))}get host(){return e.getElement(this)}},Go}var Zo,Yo={};function es(){if(Zo)return Yo;Zo=1,Object.defineProperty(Yo,"__esModule",{value:!0});const e=br(),t=Pe(),i=Xe(),n=jt(),o=$t(),s=bn(),r=ai(),a=ot();Re(),_e(),wt(),nt(),it(),St(),It(),ti(),ri();const l="light",c=(t,i,n)=>{const o=e.getThemedColors(l).backgroundColor.replace(/#/g,"%23");return{backgroundImage:`url(${t?`'data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28"><g fill="${o}" fill-rule="nonzero"><path d="M14 26c6.627 0 12-5.373 12-12S20.627 2 14 2 2 7.373 2 14s5.373 12 12 12zm0 2C6.268 28 0 21.732 0 14S6.268 0 14 0s14 6.268 14 14-6.268 14-14 14z"/><path d="M14 21.273a7.273 7.273 0 1 0 0-14.546 7.273 7.273 0 0 0 0 14.546zM14 24C8.477 24 4 19.523 4 14S8.477 4 14 4s10 4.477 10 10-4.477 10-10 10z"/></g></svg>'`:`'data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28"><g fill="${o}" fill-rule="nonzero"><path d="M14 26c6.627 0 12-5.373 12-12S20.627 2 14 2 2 7.373 2 14s5.373 12 12 12zm0 2C6.268 28 0 21.732 0 14S6.268 0 14 0s14 6.268 14 14-6.268 14-14 14z"/><path d="M14 22a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm0 3C7.925 25 3 20.075 3 14S7.925 3 14 3s11 4.925 11 11-4.925 11-11 11z"/></g></svg>'`}), radial-gradient(circle, ${i} ${e.pxToRemWithUnit(9)}, ${n} ${e.pxToRemWithUnit(9)})`}},d=(t,i,s)=>{const r=e.pxToRemWithUnit(28),d=o.isVisibleFormState(i),{baseColor:h,backgroundColor:u,contrastMediumColor:p,contrastHighColor:g,disabledColor:f}=e.getThemedColors(l),{formStateColor:b,formStateHoverColor:m}=n.getThemedFormStateColors(l,i);return e.getCss(Object.assign(Object.assign({"@global":{":host":{display:"block"},"::slotted":e.addImportantToEachRule(Object.assign(Object.assign({"&(input)":Object.assign({position:"static",width:r,height:r,flexShrink:0,display:"block",margin:e.pxToRemWithUnit(-2),padding:0,WebkitAppearance:"none",appearance:"none",boxSizing:"border-box",backgroundSize:r,backgroundPosition:"center",backgroundColor:"transparent",transition:e.getTransition("background-image"),opacity:1,border:`2px solid ${u}`,borderRadius:"50%",outline:"none",cursor:"pointer"},c(d,u,b||p)),"&(input:checked)":c(d,b||g,b||g)},e.hoverMediaQuery({"&(input:not(:disabled):not(:checked):hover), .label:hover ~ &(input:not(:disabled):not(:checked))":c(d,u,m||h),"&(input:not(:disabled):checked:hover), .label:hover ~ &(input:not(:disabled):checked)":c(d,b||g,m||h)})),{"&(input:disabled)":Object.assign({cursor:"not-allowed"},c(d,u,f)),"&(input:checked:disabled)":c(d,f,f),"&(input:focus)":{boxShadow:`0 0 0 1px ${b||p}`},"&(input:focus:not(:focus-visible))":{boxShadow:"none"}})),label:{position:"relative",display:"flex"}},label:a.getCheckboxRadioLabelJssStyle(s,t,l)},n.getFunctionalComponentRequiredStyles(l)),n.getFunctionalComponentStateMessageStyles(l,i)))},h=t=>e.getCss(e.buildSlottedStyles(t,e.getBaseSlottedStyles())),u=({target:e})=>document.querySelectorAll(`input[type=radio][name=${e.name}]`).forEach((e=>{e.setAttribute("hidden",""),e.removeAttribute("hidden")})),p={label:e.AllowedTypes.string,state:e.AllowedTypes.oneOf(n.FORM_STATES),message:e.AllowedTypes.string,hideLabel:e.AllowedTypes.breakpoint("boolean")};return Yo.p_radio_button_wrapper=class{constructor(t){e.registerInstance(this,t),this.label="",this.state="none",this.message="",this.hideLabel=!1,this.onLabelClick=e=>{null===i.getClosestHTMLElement(e.target,"a")&&this.input.click()},this.observeAttributes=()=>{e.observeAttributes(this.input,["disabled","required"],(()=>e.forceUpdate(this.host)))}}connectedCallback(){s.attachSlottedCss(this.host,h),this.observeAttributes()}componentWillLoad(){this.input=r.getOnlyChildOfKindHTMLElementOrThrow(this.host,"input[type=radio]"),this.input.addEventListener("change",u),this.observeAttributes()}componentWillRender(){e.validateProps(this,p),e.attachComponentCss(this.host,d,this.hideLabel,this.state,this.input.disabled)}componentDidRender(){t.setAriaAttributes(this.input,{label:this.label,message:this.message,state:this.state})}disconnectedCallback(){e.unobserveAttributes(this.input)}render(){return e.h(e.Host,null,e.h("label",null,n.hasLabel(this.host,this.label)&&e.h("span",{class:"label",onClick:this.onLabelClick},this.label||e.h("slot",{name:"label"}),o.isRequiredAndParentNotRequired(this.host,this.input)&&e.h(n.Required,null)),e.h("slot",null)),n.hasMessage(this.host,this.message,this.state)&&e.h(n.StateMessage,{state:this.state,message:this.message,host:this.host}))}get host(){return e.getElement(this)}},Yo}var ts,is,ns={},os={};function ss(){if(ts)return os;ts=1;const e=ti();br();let t="scrollBehavior"in(null===document||void 0===document?void 0:document.documentElement.style);let i;const n=(e,t,n,o)=>{let s=0;clearInterval(i),i=setInterval((()=>{e.scrollLeft=Math.round(n+s*t),++s>=20&&(e.scrollLeft=o,clearInterval(i))}),10)},o=e=>Math.round(.2*e.offsetWidth);return os.GRADIENT_COLOR_THEMES=["default","surface"],os.SCROLL_INDICATOR_POSITIONS=["top","center"],os.getScrollActivePosition=(t,i,n,o)=>{const{offsetLeft:s,offsetWidth:r}=t[n]||{},[a,l]=(t=>e.getHTMLElements(t.shadowRoot,".scroll-area,.action-prev"))(o);let c;return c="next"===i?n===t.length-1?s-4:s-l.offsetWidth+8:0===n?0:s+r+l.offsetWidth-a.offsetWidth,c},os.getScrollByX=o,os.getScrollPositionAfterPrevNextClick=(e,t)=>{const{scrollLeft:i}=e,n=o(e);return"next"===t?i+n:i-n},os.isScrollable=(e,t)=>!(e&&t),os.scrollElementBy=(e,i)=>{if(t)e.scrollBy({left:i,top:0,behavior:"smooth"});else{const t=e.scrollLeft;n(e,i/20,t,t+i)}},os.scrollElementTo=(e,i)=>{if(t)e.scrollTo({left:i,behavior:"smooth"});else{const t=e.scrollLeft;n(e,(i-t)/20,t,i)}},os}function rs(){if(is)return ns;is=1,Object.defineProperty(ns,"__esModule",{value:!0});const e=br(),t=ti(),i=ss(),n=dn();cn();const o=(t,i,n,o,s)=>{const{backgroundColor:r,backgroundSurfaceColor:a,baseColor:l}=e.getThemedColors(s),c="surface"===t?a:r,d=c+(4===c.length?"0":"00"),h={position:"relative",padding:`${e.pxToRemWithUnit(4)} 0`,pointerEvents:"none",display:"flex",alignItems:"center"===o?"center":"flex-start"};return e.getCss({"@global":{":host":{display:"block",height:e.addImportantToRule("inherit")}},root:{display:"grid",gridTemplateColumns:"2em minmax(0, 1fr) 2em",margin:`0 ${e.pxToRemWithUnit(-4)}`,height:"inherit"},"scroll-area":{minHeight:e.pxToRemWithUnit(24),gridArea:"1 / 1 / 1 / -1",padding:e.pxToRemWithUnit(4),overflow:"scroll hidden",msOverflowStyle:"none",scrollbarWidth:"none","&::-webkit-scrollbar":{display:"none"}},"scroll-wrapper":Object.assign(Object.assign({},(u={color:l},{outline:"transparent solid 1px",outlineOffset:u?.offset||"2px","&::-moz-focus-inner":{border:"0"},"&:focus":{outlineColor:u?.color||"currentColor","&:not(:focus-visible)":{outlineColor:"transparent"}}})),{position:"relative",display:"inline-flex",minWidth:"100%",verticalAlign:"top"}),trigger:{position:"absolute",top:0,bottom:0,width:"1px",visibility:"hidden","&:first-of-type":{left:0},"&:last-of-type":{right:0}},"action-prev":Object.assign(Object.assign({},h),{marginLeft:"-1px",gridArea:"1 / 1 / 1 / 1",justifyContent:"flex-start",background:`linear-gradient(90deg, ${c} 50%, ${d} 100%)`,visibility:n?"hidden":"visible","& .button::before":{left:0}}),"action-next":Object.assign(Object.assign({},h),{marginRight:"-1px",gridArea:"1 / 3 / 1 / 3",justifyContent:"flex-end",background:`linear-gradient(90deg, ${d} 0%, ${c} 50%)`,visibility:i?"hidden":"visible","& .button::before":{right:0}}),button:{pointerEvents:"auto",position:"static","&::before":{content:'""',position:"absolute",top:0,bottom:0,width:"max(2rem, 80%)"}}});var u},s={theme:e.AllowedTypes.oneOf(n.THEMES_EXTENDED_ELECTRIC),gradientColorScheme:e.AllowedTypes.oneOf(i.GRADIENT_COLOR_THEMES),scrollToPosition:e.AllowedTypes.shape({scrollPosition:e.AllowedTypes.number,isSmooth:e.AllowedTypes.boolean}),scrollIndicatorPosition:e.AllowedTypes.oneOf(i.SCROLL_INDICATOR_POSITIONS)};return ns.p_scroller=class{constructor(n){e.registerInstance(this,n),this.theme="light",this.gradientColorScheme="default",this.scrollIndicatorPosition="center",this.isPrevHidden=!0,this.isNextHidden=!0,this.initIntersectionObserver=()=>{const[e,i]=t.getHTMLElements(this.host.shadowRoot,".trigger");this.intersectionObserver=new IntersectionObserver((t=>{for(const{target:n,isIntersecting:o}of t)n===e?this.isPrevHidden=o:n===i&&(this.isNextHidden=o)}),{root:this.scrollAreaElement,threshold:.1}),this.intersectionObserver.observe(e),this.intersectionObserver.observe(i)},this.scrollOnPrevNextClick=e=>{const t=i.getScrollPositionAfterPrevNextClick(this.scrollAreaElement,e);i.scrollElementTo(this.scrollAreaElement,t)}}scrollToPositionHandler(){this.scrollToPosition=e.parseJSONAttribute(this.scrollToPosition);const{scrollPosition:t,isSmooth:n}=this.scrollToPosition;n?i.scrollElementTo(this.scrollAreaElement,t):this.scrollAreaElement.scrollLeft=t}connectedCallback(){this.scrollAreaElement&&(this.scrollToPosition=e.parseJSONAttribute(this.scrollToPosition))}componentDidLoad(){this.initIntersectionObserver(),this.scrollToPosition&&this.scrollToPositionHandler()}componentShouldUpdate(e,t,n){return!("scrollToPosition"===n&&!i.isScrollable(this.isNextHidden,this.isPrevHidden))}componentWillRender(){e.validateProps(this,s),e.attachComponentCss(this.host,o,this.gradientColorScheme,this.isNextHidden,this.isPrevHidden,this.scrollIndicatorPosition,this.theme)}render(){const t=t=>{const i=e.getPrefixedTagNames(this.host);return e.h("div",{class:"next"===t?"action-next":"action-prev"},e.h(i.pButtonPure,{class:"button",type:"button",tabindex:"-1","hide-label":"true",size:"inherit",icon:"next"===t?"arrow-head-right":"arrow-head-left",onClick:()=>this.scrollOnPrevNextClick(t),theme:this.theme,"aria-hidden":"true"},t))};return e.h("div",{class:"root"},e.h("div",{class:"scroll-area",ref:e=>this.scrollAreaElement=e},e.h("div",{class:"scroll-wrapper",tabindex:i.isScrollable(this.isPrevHidden,this.isNextHidden)?0:null},e.h("slot",null),e.h("div",{class:"trigger"}),e.h("div",{class:"trigger"}))),["prev","next"].map((e=>t(e))))}get host(){return e.getElement(this)}static get watchers(){return{scrollToPosition:["scrollToPositionHandler"]}}},ns}var as,ls={};function cs(){if(as)return ls;as=1,Object.defineProperty(ls,"__esModule",{value:!0});const e=br(),t=cn(),i=Kt(),n=nt(),o=Mt(),s=it(),r=to(),a=Kn(),l=Pe(),c=Ut();It(),Re(),_e();const d=t=>(t=(t>220?220:t<46&&46)||t,e.getCss({"@global":{":host":e.addImportantToEachRule({display:"grid",gridAutoRows:"1fr",gridTemplateColumns:`repeat(auto-fit, ${t}px)`,gridGap:"4px"})}})),h=e.pxToRemWithUnit(16),{font:u}=n.textSmall,{font:p}=o.textXSmall,g=e.pxToRemWithUnit(24),f=e.pxToRemWithUnit(4),b=(t,i,s,r)=>{const{baseColor:a,contrastLowColor:l}=e.getThemedColors(r),{backgroundColor:c,buttonColor:d,labelColor:u}=((t,i,n,o)=>{const s=e.getThemedColors(o),{baseColor:r,contrastMediumColor:a}=i?e.getInvertedThemedColors(o):s,l=s[i?"contrastHighColor":"background-surface"===n?"backgroundColor":"backgroundSurfaceColor"];return t?{backgroundColor:l,buttonColor:s.disabledColor,labelColor:s.disabledColor}:{backgroundColor:l,buttonColor:r,labelColor:a}})(t,i,s,r);return e.getCss({"@global":{":host":e.addImportantToEachRule({display:"block",outline:0}),button:Object.assign(Object.assign(Object.assign({display:"block",height:"100%",width:"100%",padding:`${e.pxToRemWithUnit(12)} ${h}`,margin:0,border:0,background:c,color:d},n.textSmall),e.getFocusJssStyle({color:a})),t?{cursor:"not-allowed"}:Object.assign({cursor:"pointer"},!i&&e.hoverMediaQuery({transition:e.getTransition("background-color"),"&:hover":{background:l}}))),span:Object.assign(Object.assign({display:"block"},o.textXSmall),{color:u})},icon:{height:g,width:g,marginRight:f}})},m="sans-serif",v=document.createElement("div");v.style.position="absolute",v.style.visibility="hidden",v.style.padding=`0 ${h}`,v.style.boxSizing="border-box",v.style.font=u.replace(s.fontFamily,m);const y=document.createElement("div");y.style.font=p.replace(s.fontFamily,m);const w=document.createElement("div");w.style.display="inline-block",w.style.width=g,w.style.marginRight=f;const T={backgroundColor:e.AllowedTypes.oneOf(["background-surface","background-default"]),theme:e.AllowedTypes.oneOf(t.THEMES),value:e.AllowedTypes.oneOf([e.AllowedTypes.string,e.AllowedTypes.number])},C={value:e.AllowedTypes.oneOf([e.AllowedTypes.string,e.AllowedTypes.number]),disabled:e.AllowedTypes.boolean,label:e.AllowedTypes.string,icon:e.AllowedTypes.string,iconSource:e.AllowedTypes.string};return ls.p_segmented_control=class{constructor(t){e.registerInstance(this,t),this.segmentedControlChange=e.createEvent(this,"segmentedControlChange",3),this.backgroundColor="background-default",this.theme="light",this.updateValue=e=>{e&&(this.value=e.value,this.segmentedControlChange.emit({value:this.value}),e.focus())}}connectedCallback(){i.throwIfChildrenAreNotOfKind(this.host,"p-segmented-control-item"),e.observeChildren(this.host,(()=>{i.throwIfChildrenAreNotOfKind(this.host,"p-segmented-control-item"),e.forceUpdate(this.host)}))}componentWillRender(){e.validateProps(this,T),e.attachComponentCss(this.host,d,(e=>{v.innerHTML="",e.shadowRoot.append(v);const t=Array.from(e.children).map((e=>(v.innerHTML=e.innerHTML,(e.icon||e.iconSource)&&v.prepend(w),e.label&&(y.innerHTML=e.label,v.prepend(y)),parseFloat(getComputedStyle(v).width))));return v.remove(),Math.max(...t)})(this.host)),((t,i,n,o)=>{Array.from(t.children).forEach((t=>{t.selected=t.value===i,t.backgroundColor=n,t.theme=o,e.forceUpdate(t)}))})(this.host,this.value,this.backgroundColor,this.theme)}componentDidLoad(){this.host.addEventListener("click",(e=>this.updateValue(i.getClickedItem(this.host,"p-segmented-control-item",e.composedPath()))))}disconnectedCallback(){e.unobserveChildren(this.host)}render(){return e.h(e.Host,{role:"group"},e.h("slot",null))}get host(){return e.getElement(this)}},ls.p_segmented_control_item=class{constructor(t){e.registerInstance(this,t),this.disabled=!1}handleLabelChange(){r.updateParent(this.host)}onClick(e){(this.disabled||this.host.selected)&&e.stopPropagation()}connectedCallback(){a.throwIfParentIsNotOfKind(this.host,"p-segmented-control")}componentWillRender(){e.validateProps(this,C),((t,i,n)=>{if(void 0===n)throw new Error(`The required property '${i}' is undefined on ${e.getTagName(t)}`)})(this.host,"value",this.value),e.attachComponentCss(this.host,b,this.disabled,this.host.selected,this.host.backgroundColor||"background-default",this.host.theme||"light")}render(){const t=e.getPrefixedTagNames(this.host);return e.h("button",Object.assign({type:"button"},(i=this.host.selected,n=this.disabled,Object.assign(Object.assign({},c.getButtonBaseAriaAttributes(n,!1)),l.parseAndGetAriaAttributes({"aria-pressed":i})))),this.label&&e.h("span",null,this.label),(this.icon||this.iconSource)&&e.h(t.pIcon,{class:"icon",size:"inherit",name:this.icon,source:this.iconSource,color:"inherit","aria-hidden":"true"}),e.h("slot",null));var i,n}static get delegatesFocus(){return!0}get host(){return e.getElement(this)}static get watchers(){return{label:["handleLabelChange"],icon:["handleLabelChange"],iconSource:["handleLabelChange"]}}},ls}var ds,hs={},us={};function ps(){if(ds)return us;ds=1;return us.observeProperties=(e,t,i)=>{const n=Object.getPrototypeOf(e),o=t.reduce(((e,t)=>{const{get:o,set:s}=Object.getOwnPropertyDescriptor(n,t);return Object.assign(Object.assign({},e),{[t]:{configurable:!0,get(){return o.call(this)},set(e){s.call(this,e),i()}}})}),{});Object.defineProperties(e,o)},us}var gs,fs,bs={};function ms(){if(gs)return bs;gs=1;const e=br();return bs.throwIfRootNodeIsNotOneOfKind=(t,i)=>{var n;const o=null===(n=t.getRootNode())||void 0===n?void 0:n.host,s=o&&e.getTagName(o),r=e.getPrefixedTagNames(t);if(!i.map((t=>r[e.paramCaseToCamelCase(t)])).includes(s))throw new Error(`${e.getTagName(t)} can't be used like this`)},bs}function vs(){if(fs)return hs;fs=1,Object.defineProperty(hs,"__esModule",{value:!0});const e=br(),t=Pe(),i=di(),n=_e(),o=Wt(),s=jt(),r=$t(),a=bn(),l=Zt(),c=cn(),d=ai(),h=bo(),u=ps(),p=ms(),g=ti(),f=yi(),b=nt();Re(),wt(),Mt(),it(),St(),It(),ri();const m=["down","up","auto"],v=(e,t)=>!!e||!t&&!(()=>{if(h.isBrowser())return!!("ontouchstart"in window||window.navigator.maxTouchPoints>0)})(),{baseColor:y}=e.getThemedColors("light"),w=(t,i,n,a)=>{const l=e.isThemeDark(a),{baseColor:c,backgroundColor:d}=e.getThemedColors(a),h=e.pxToRemWithUnit(r.isVisibleFormState(n)?10:11);return e.getCss(Object.assign(Object.assign(Object.assign({"@global":Object.assign({":host":{display:"block"}},e.addImportantToEachRule(e.mergeDeep(o.getBaseChildStyles("select",n,a,{position:"static",cursor:"pointer",padding:[h,e.pxToRemWithUnit(47),h,h].join(" "),"&@-moz-document url-prefix()":{paddingLeft:e.pxToRemWithUnit(8)}}),{"::slotted(select:disabled)":{background:l?y:d}}))),root:{display:"block",position:"relative"}},o.getLabelStyles("select",t,i,n,a,{icon:{position:"absolute",bottom:e.pxToRemWithUnit(12),right:e.pxToRemWithUnit(12),color:c,pointerEvents:"none",transform:"rotate3d(0,0,1,0.0001deg)",transition:e.getTransition("transform"),"&--open":{transform:"rotate3d(0,0,1,180deg)"}}})),s.getFunctionalComponentRequiredStyles(a)),s.getFunctionalComponentStateMessageStyles(a,n)))},T=t=>e.getCss(e.buildSlottedStyles(t,e.getBaseSlottedStyles({withDarkTheme:!0}))),C={label:e.AllowedTypes.string,description:e.AllowedTypes.string,state:e.AllowedTypes.oneOf(s.FORM_STATES),message:e.AllowedTypes.string,hideLabel:e.AllowedTypes.breakpoint("boolean"),filter:e.AllowedTypes.boolean,theme:e.AllowedTypes.oneOf(c.THEMES),dropdownDirection:e.AllowedTypes.oneOf(m),native:e.AllowedTypes.boolean},x=(e,t,i,n,o,s)=>Object.assign(Object.assign({"aria-labelledby":i,"aria-describedby":n||null,"aria-haspopup":"listbox","aria-expanded":e?"true":"false","aria-autocomplete":"list","aria-controls":o},e&&{"aria-activedescendant":`option-${s}`}),t&&{"aria-required":"true"}),S=(e,t,i,n)=>{const o=R(i);return Object.assign(Object.assign(Object.assign({},o>=0&&!n&&{"aria-activedescendant":`option-${o}`}),{"aria-label":e}),t&&!n&&{"aria-required":"true"})},j=e=>({"aria-selected":e.highlighted?"true":null,"aria-disabled":e.disabled?"true":null,"aria-hidden":e.hidden||e.initiallyHidden?"true":null,"aria-label":e.value?null:"Empty value"}),O=e=>Array.from(e.options),k=(e,t)=>e.map(((e,i)=>Object.assign(Object.assign({},e),{selected:i===t,highlighted:i===t,hidden:!1}))),E=(e,t)=>e.map(((e,i)=>Object.assign(Object.assign({},e),{highlighted:i===t}))),R=e=>e.findIndex((e=>e.highlighted)),A=e=>e.find((e=>e.selected)),{baseColor:I,backgroundSurfaceColor:$}=e.getThemedColors("light"),_="--p-dropdown-position",P=(t,i,n,r,a,l)=>{const{baseColor:c,contrastHighColor:d,contrastMediumColor:h,disabledColor:u}=e.getThemedColors(l),{formStateColor:p,formStateHoverColor:g}=s.getThemedFormStateColors(l,r);return e.getCss(e.mergeDeep({"@global":{":host":Object.assign({[_]:"absolute",display:"block",position:"var(--p-dropdown-position)",marginTop:e.pxToRemWithUnit(-o.INPUT_HEIGHT),paddingTop:e.pxToRemWithUnit(o.INPUT_HEIGHT),left:0,right:0,color:n?u:p||h},!n&&e.hoverMediaQuery({"&(:hover)":{color:g||(e.isThemeDark(l)?d:c)}}))}},a?((t,i,n,r)=>{const{baseColor:a,backgroundColor:l,contrastHighColor:c,contrastMediumColor:d,disabledColor:h}=e.getThemedColors(r),{formStateColor:u}=s.getThemedFormStateColors(r,n),p={opacity:1,color:i?h:a};return{"@global":{input:Object.assign(Object.assign(Object.assign(Object.assign({display:"block",position:"absolute",zIndex:1,bottom:e.pxToRemWithUnit(2),left:e.pxToRemWithUnit(2),width:`calc(100% - ${e.pxToRemWithUnit(o.INPUT_HEIGHT-4)})`,height:e.pxToRemWithUnit(o.INPUT_HEIGHT-4),padding:e.pxToRemWithUnit(10),outline:"none",appearance:"none",boxSizing:"border-box",border:"none",opacity:0},b.textSmall),{textIndent:0,cursor:i?"not-allowed":"text",color:a,background:l,"&::placeholder":p,"&::-webkit-input-placeholder":p,"&::-moz-placeholder":p,"&:focus":{opacity:i?0:1,"&+span":{outlineColor:u||d}}}),e.hoverMediaQuery({"&:not(:disabled):hover ~ ul":{borderColor:c}})),{"&+span":Object.assign(Object.assign(Object.assign({position:"absolute"},e.getInsetJssStyle()),{outline:"1px solid transparent",outlineOffset:"2px",transition:e.getTransition("color"),pointerEvents:"all",cursor:i?"not-allowed":"pointer",border:(u?2:1)+"px solid currentColor"}),t&&{outlineColor:u||d})})}}})(i,n,r,l):((t,i,n)=>{const{contrastHighColor:r,contrastMediumColor:a}=e.getThemedColors(n),{formStateColor:l}=s.getThemedFormStateColors(n,i);return{"@global":{button:Object.assign(Object.assign(Object.assign(Object.assign({position:"absolute",top:0,height:`${o.INPUT_HEIGHT}px`,width:"100%",padding:0,background:"transparent",border:(l?2:1)+"px solid currentColor",outline:"1px solid transparent",outlineOffset:"2px",cursor:"pointer",color:"currentColor",transition:e.getTransition("color")},t&&{outlineColor:l||a}),{"&:focus":{outlineColor:l||a}}),e.hoverMediaQuery({"&:not(:disabled):hover ~ ul":{borderColor:r}})),{"&:disabled":{cursor:"not-allowed"}})}}})(i,r,l),((t,i,n)=>{const s="down"===t,r=e.isThemeDark(n),{baseColor:a,backgroundColor:l,contrastHighColor:c,contrastMediumColor:d,contrastLowColor:h,hoverColor:u,activeColor:p,disabledColor:g}=e.getThemedColors(n),f=r?I:$,m={content:'""',display:"block",position:"sticky",width:"100%",height:"1px",background:h};return{"@global":{ul:Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({display:"block",position:"var(--p-dropdown-position)",padding:0,margin:0,marginTop:e.pxToRemWithUnit(-1),color:a,background:l},b.textSmall),{zIndex:10,left:0,right:0,maxHeight:e.pxToRemWithUnit(308),overflowY:"auto",WebkitOverflowScrolling:"touch",scrollBehavior:"smooth",border:`1px solid ${d}`,scrollbarWidth:"thin",scrollbarColor:"auto",transition:e.getTransition("border-color"),transform:"translate3d(0,0,0)",outline:"none"}),e.hoverMediaQuery({"&:hover":{borderColor:c}})),s?{top:"calc(100%-1px)",borderTop:"none",boxShadow:"0 2px 4px 0 rgba(0,0,0,.05), 0 12px 25px 0 rgba(0,0,0,.1)","&::before":Object.assign(Object.assign({},m),{top:0})}:{bottom:e.pxToRemWithUnit(o.INPUT_HEIGHT-1),borderBottom:"none",boxShadow:"0 -2px 4px 0 rgba(0,0,0,.05), 0 -12px 25px 0 rgba(0,0,0,.075)","&::after":Object.assign(Object.assign({},m),{bottom:0})}),!i&&{top:"calc(100%-3px)",opacity:0,overflow:"hidden",height:"1px",pointerEvents:"none"})},option:Object.assign(Object.assign({display:"flex",padding:`${e.pxToRemWithUnit(4)} ${e.pxToRemWithUnit(11)}`,minHeight:e.pxToRemWithUnit(32),cursor:"pointer",textAlign:"left",wordBreak:"break-word",boxSizing:"border-box",transition:e.getTransition("color")+","+e.getTransition("background-color"),'&[role="status"]':{cursor:"not-allowed"},"&__sr":e.getTextHiddenJssStyle(!0)},e.hoverMediaQuery({'&:not([aria-disabled]):not([role="status"]):hover':{color:u,background:f}})),{"&--highlighted, &--selected":{color:p,background:f},"&--selected":{cursor:"default",pointerEvents:"none"},"&--disabled":{cursor:"not-allowed",color:g},"&--hidden":{display:"none"}}),icon:{marginLeft:e.pxToRemWithUnit(4)},optgroup:{display:"block",padding:`${e.pxToRemWithUnit(8)} ${e.pxToRemWithUnit(12)}`,marginTop:e.pxToRemWithUnit(8),fontWeight:e.fontWeight.bold,"&~$option":{paddingLeft:e.pxToRemWithUnit(24)}},"sr-text":{display:"none"}}})(t,i,l)))};return hs.p_select_wrapper=class{constructor(t){e.registerInstance(this,t),this.label="",this.description="",this.state="none",this.message="",this.hideLabel=!1,this.filter=!1,this.theme="light",this.dropdownDirection="auto",this.native=!1}connectedCallback(){a.attachSlottedCss(this.host,T),this.observeAttributes()}componentWillLoad(){this.select=d.getOnlyChildOfKindHTMLElementOrThrow(this.host,"select"),this.observeAttributes(),this.hasCustomDropdown=v(this.filter,this.native),this.hasCustomDropdown&&(n.setAttribute(this.select,"tabindex","-1"),n.setAttribute(this.select,"aria-hidden","true"))}componentWillRender(){e.validateProps(this,C),e.attachComponentCss(this.host,w,this.select.disabled,this.hideLabel,this.state,this.theme)}componentDidRender(){this.hasCustomDropdown||t.setAriaAttributes(this.select,{label:this.label,message:this.message||this.description,state:this.state})}disconnectedCallback(){e.unobserveAttributes(this.select)}render(){const{disabled:t}=this.select,n=Object.assign({},!t&&{onClick:()=>(this.hasCustomDropdown?this.dropdownElement.shadowRoot.children[0]:this.select).focus()}),a=e.getPrefixedTagNames(this.host);return e.h(e.Host,Object.assign({},l.getDataThemeDarkAttribute(this.theme)),e.h("div",{class:"root"},e.h("label",{class:"label"},s.hasLabel(this.host,this.label)&&e.h("span",Object.assign({class:"label__text"},n),this.label||e.h("slot",{name:"label"}),r.isRequiredAndParentNotRequired(this.host,this.select)&&e.h(s.Required,null)),o.hasDescription(this.host,this.description)&&e.h("span",Object.assign({class:"label__text label__text--description"},n),this.description||e.h("slot",{name:"description"})),e.h(a.pIcon,{class:"icon",name:"arrow-head-down",color:"inherit","aria-hidden":"true",ref:e=>this.iconElement=e}),e.h("slot",null)),this.hasCustomDropdown&&e.h(a.pSelectWrapperDropdown,{ref:e=>this.dropdownElement=e,selectRef:this.select,label:this.label||i.getSlotTextContent(this.host,"label"),message:this.message||i.getSlotTextContent(this.host,"message"),description:this.description||i.getSlotTextContent(this.host,"description"),state:this.state,direction:this.dropdownDirection,filter:this.filter,theme:this.theme,required:r.isRequiredAndParentNotRequired(this.host,this.select),disabled:t,onOpenChange:e=>this.iconElement.classList[e?"add":"remove"]("icon--open")})),s.hasMessage(this.host,this.message,this.state)&&e.h(s.StateMessage,{state:this.state,message:this.message,host:this.host}))}observeAttributes(){e.observeAttributes(this.select,["disabled","required"],(()=>e.forceUpdate(this.host)))}get host(){return e.getElement(this)}},hs.p_select_wrapper_dropdown=class{constructor(t){e.registerInstance(this,t),this.direction="auto",this.theme="light",this.filter=!1,this.required=!1,this.disabled=!1,this.isOpenOverride=!1,this.isOpen=this.isOpenOverride,this.optionMaps=[],this.searchString="",this.onClickOutside=e=>{this.isOpen&&!e.composedPath().includes(this.host)&&this.setDropdownVisibility("hide")},this.setDropdownVisibility=e=>{this.isOpen=((e,t,i)=>!e||"hide"!==t&&"toggle"!==t?!(e||"show"!==t&&"toggle"!==t)||e:(i&&i(),!1))(this.isOpen,e,this.filter&&this.resetFilter),this.onOpenChange(this.isOpen),this.filter?this.inputElement.focus():(this.isOpen?this.listElement:this.buttonElement).focus()},this.onButtonKeyDown=e=>{switch(e.key){case"ArrowUp":case"Up":e.preventDefault(),this.cycleDropdown("up");break;case"ArrowDown":case"Down":e.preventDefault(),this.cycleDropdown("down");break;case" ":case"Spacebar":case"Enter":e.preventDefault(),this.setDropdownVisibility("show")}},this.onListKeyDown=e=>{switch(e.key){case"ArrowUp":case"Up":e.preventDefault(),this.cycleDropdown("up");break;case"ArrowDown":case"Down":e.preventDefault(),this.cycleDropdown("down");break;case" ":case"Spacebar":case"Enter":if(this.filter){if("Enter"===e.key){e.preventDefault();const t=((e,t)=>{const i=t.toLowerCase();return i&&e.filter((e=>e.value.toLowerCase()===i))})(this.optionMaps,this.searchString);1===t.length?this.setOptionSelected(this.optionMaps.indexOf(t[0])):this.setOptionSelected(R(this.optionMaps))}}else e.preventDefault(),this.setOptionSelected(R(this.optionMaps));break;case"Escape":case"Tab":this.setDropdownVisibility("hide"),this.resetHighlightedToSelectedOptionMaps();break;case"PageUp":this.isOpen&&(e.preventDefault(),this.optionMaps=(t=this.optionMaps,E(t,0)));break;case"PageDown":this.isOpen&&(e.preventDefault(),this.optionMaps=(e=>E(e,e.length-1))(this.optionMaps));break;default:this.filter||(this.optionMaps=((e,t)=>{const i=((e,t)=>{if([..."abcdefghijklmnopqrstuvwxyzäöüß1234567890"].includes(t)){const i=t.toLowerCase(),n=i&&e.findIndex((e=>e.value.toLowerCase().startsWith(i)));return n>=0?n:e.length-1}})(e,t);return i>=0?e.map(((e,t)=>Object.assign(Object.assign({},e),{highlighted:t===i}))):e})(this.optionMaps,e.key))}var t},this.syncSelectedIndex=()=>{this.optionMaps=k(this.optionMaps,this.selectedIndex)},this.setOptionMaps=()=>{this.optionMaps=k(O(this.selectRef).map((t=>{const{selected:i,parentElement:n,previousElementSibling:o}=t;return Object.assign({value:t.text,disabled:f.hasAttribute(t,"disabled"),hidden:!1,initiallyHidden:f.hasAttribute(t,"hidden"),selected:i,highlighted:i},"optgroup"===e.getTagName(n)&&null===o&&{title:n.label})})),this.selectedIndex)},this.resetHighlightedToSelectedOptionMaps=()=>{this.optionMaps=this.optionMaps.map((e=>Object.assign(Object.assign({},e),{highlighted:e.selected})))},this.setOptionSelected=e=>{this.setDropdownVisibility("hide"),this.selectedIndex!==e?(this.selectRef.selectedIndex=e,this.selectRef.dispatchEvent(new Event("change",{bubbles:!0}))):(this.resetHighlightedToSelectedOptionMaps(),this.resetFilter())},this.resetFilter=()=>{this.filter&&(this.searchString="",this.optionMaps=this.optionMaps.map((e=>Object.assign(Object.assign({},e),{hidden:!1}))),this.inputElement.value="")},this.onFilterChange=e=>{this.searchString=e.target.value,this.searchString.startsWith(" ")?this.resetFilter():this.optionMaps=((e,t)=>{const i=t.toLowerCase();return e.map((e=>Object.assign(Object.assign({},e),{hidden:!e.initiallyHidden&&!e.value.toLowerCase().includes(i)})))})(this.optionMaps,this.searchString),this.setDropdownVisibility("show")}}get selectedIndex(){return this.selectRef.selectedIndex}connectedCallback(){p.throwIfRootNodeIsNotOneOfKind(this.host,["p-select-wrapper"]),e.observeChildren(this.selectRef,(()=>{this.setOptionMaps(),this.observeOptions()}),["hidden","disabled","selected"])}componentWillRender(){e.attachComponentCss(this.host,P,"auto"===this.direction?(e=>{const{length:t}=g.getHTMLElements(e.shadowRoot,'.option:not([aria-hidden="true"])'),{top:i}=e.getBoundingClientRect(),n=t>=10?320:32*t;return window.innerHeight-i-o.INPUT_HEIGHT<=n&&i>=n?"up":"down"})(this.host):this.direction,this.isOpen,this.disabled,this.state,this.filter,this.theme)}componentDidRender(){((e,t)=>{const{scrollHeight:i,scrollTop:n}=e;if(i>276){const i=g.getHTMLElements(e,"li")[t];if(i){const{offsetTop:t,offsetHeight:o}=i,s=t+o;s>276+n?e.scrollTop=s-276:t-32<n&&(e.scrollTop=t-32)}}})(this.listElement,R(this.optionMaps))}componentWillLoad(){this.observeProperties(),document.addEventListener("mousedown",this.onClickOutside,!0)}disconnectedCallback(){document.removeEventListener("mousedown",this.onClickOutside,!0),e.unobserveChildren(this.host)}render(){var t,i;const n="list",o="label",s=this.description&&"description",r=e.getPrefixedTagNames(this.host);return e.h(e.Host,null,this.filter?[e.h("input",Object.assign({type:"text",role:"combobox",disabled:this.disabled,placeholder:(null===(t=A(this.optionMaps))||void 0===t?void 0:t.value)||null,autoComplete:"off",value:this.searchString},x(this.isOpen,this.required,o,s,n,R(this.optionMaps)),{onKeyDown:this.onListKeyDown,onInput:this.onFilterChange,onClick:()=>this.setDropdownVisibility("show"),ref:e=>this.inputElement=e})),e.h("span",{onClick:this.disabled?void 0:()=>this.setDropdownVisibility("toggle")})]:e.h("button",Object.assign({type:"button",id:"value",disabled:this.disabled},((e,t,i,n)=>({"aria-labelledby":t,"aria-describedby":i||null,"aria-haspopup":"listbox","aria-expanded":e?"true":"false","aria-controls":n}))(this.isOpen,o,s,n),{onClick:()=>this.setDropdownVisibility("toggle"),onKeyDown:this.onButtonKeyDown,ref:e=>this.buttonElement=e})),[e.h("div",{class:"sr-text",id:o},null===(i=A(this.optionMaps))||void 0===i?void 0:i.value,", ",this.label,!!this.message&&`. ${this.message}`),this.description&&e.h("div",{class:"sr-text",id:s},this.description),e.h("ul",Object.assign({id:n,role:"listbox",tabIndex:-1},S(this.label,this.required,this.optionMaps,this.filter),{onKeyDown:this.onListKeyDown,ref:e=>this.listElement=e}),this.filter&&(a=this.optionMaps,!a.some((e=>!e.hidden&&!e.initiallyHidden)))?e.h("li",{class:"option","aria-live":"polite",role:"status"},e.h("span",{"aria-hidden":"true"},"---"),e.h("span",{class:"option__sr"},"No results found")):this.optionMaps.map(((t,i)=>{const{value:n,disabled:o,hidden:s,initiallyHidden:a,selected:l,highlighted:c,title:d}=t;return[d&&e.h("span",{class:"optgroup",role:"presentation"},d),e.h("li",Object.assign({id:`option-${i}`,role:"option",class:{option:!0,"option--selected":l,"option--highlighted":c,"option--disabled":o,"option--hidden":s||a},onClick:l||o?void 0:()=>this.setOptionSelected(i)},j(t)),n,l&&!o&&e.h(r.pIcon,{class:"icon","aria-hidden":"true",name:"check",color:"inherit"}))]})))]);var a}observeProperties(){this.setOptionMaps(),this.observeOptions(),u.observeProperties(this.selectRef,["value","selectedIndex"],this.syncSelectedIndex)}observeOptions(){O(this.selectRef).forEach((e=>u.observeProperties(e,["selected","disabled"],this.setOptionMaps)))}cycleDropdown(e){this.setDropdownVisibility("show");const t=((e,t)=>{const i=(e=>e.filter((e=>!e.hidden&&!e.initiallyHidden&&!e.disabled)))(e),n=i.length-1;if(n<0)return;let o=R(i);return"down"===t?o=o<n?o+1:0:"up"===t&&(o=o>0?o-1:n),e.indexOf(i[o])})(this.optionMaps,e);this.optionMaps=E(this.optionMaps,t)}get host(){return e.getElement(this)}},hs}var ys,ws={};function Ts(){if(ys)return ws;ys=1,Object.defineProperty(ws,"__esModule",{value:!0});const e=br(),t=Pe(),i=Sn();Re(),_e(),dn(),cn();const n=e=>"dark-electric"===e,o=["small","medium","large","inherit"],s=t=>{const i=e.parseJSON(t),n=`Property 'size="${t}"' of p-spinner should be of: ${o.join(", ")}`;if("object"==typeof i){for(const[t,s]of Object.entries(i))if(!e.BREAKPOINTS.includes(t)&&void 0!==t||!o.includes(s)&&void 0!==s){console.warn(n);break}}else void 0===t||o.includes(i)||console.warn(n)},r=e.pxToRemWithUnit(48),a=e.pxToRemWithUnit(72),l=e.pxToRemWithUnit(104),c={small:{height:r,width:r},medium:{height:a,width:a},large:{height:l,width:l},inherit:{height:"inherit",width:"inherit"}},d=(t,i)=>{const{contrastHighColor:o,baseColor:s}=e.getThemedColors(i),r="var(--p-animation-duration__spinner, 2s)";return e.getCss({"@global":{":host":{display:"inline-flex",verticalAlign:"top"},svg:{display:"block",position:"relative",fill:"none",transform:"translate3d(0,0,0)"},circle:{stroke:e.isThemeDark(i)||n(i)?s:o,"&:first-child":{opacity:.4},"&:last-child":{transformOrigin:"0 0",animation:`$rotate ${r} linear infinite,$dash ${r} ease-in-out infinite`,strokeDasharray:"40, 200",strokeDashoffset:0,strokeLinecap:"round"}},"@keyframes rotate":{"100%":{transform:"rotate(360deg)"}},"@keyframes dash":{"0%":{strokeDasharray:"3, 1000"},"50%":{strokeDasharray:"42, 1000"},"100%":{strokeDasharray:"30, 1000",strokeDashoffset:"-52"}}},root:Object.assign(Object.assign({display:"block"},e.buildResponsiveStyles(t,(e=>c[e]))),{margin:0,padding:0,boxSizing:"border-box",strokeWidth:1}),"sr-only":e.getScreenReaderOnlyJssStyle()})},h={size:e.AllowedTypes.breakpoint(o),theme:e.AllowedTypes.oneOf(i.THEMES_EXTENDED_ELECTRIC_DARK),aria:e.AllowedTypes.aria(["aria-label"])};return ws.p_spinner=class{constructor(t){e.registerInstance(this,t),this.size="small",this.theme="light"}watchSizeHandler(e){s(e)}componentWillLoad(){s(this.size)}componentWillRender(){e.validateProps(this,h),e.attachComponentCss(this.host,d,this.size,this.theme)}render(){return e.h("span",Object.assign({class:"root",role:"alert","aria-live":"assertive"},t.parseAndGetAriaAttributes(this.aria)),e.h("span",{class:"sr-only"}," "),e.h("svg",{viewBox:"-16 -16 32 32",width:"100%",height:"100%",focusable:"false","aria-hidden":"true"},e.h("circle",{r:"9"}),e.h("circle",{r:"9"})))}get host(){return e.getElement(this)}static get watchers(){return{size:["watchSizeHandler"]}}},ws}var Cs,xs={};function Ss(){if(Cs)return xs;Cs=1,Object.defineProperty(xs,"__esModule",{value:!0});const e=br(),t=ss(),i=cn(),n=Kt(),o=nt(),s=pt(),r=to(),a=Kn();ti(),it(),It();const l=t=>e.getCss({"@global":{":host":{display:"block"}},scroller:Object.assign(Object.assign({display:"flex"},o.textSmall),e.buildResponsiveStyles(t,(e=>s.fontSize[e])))}),c=e=>e.findIndex((e=>"current"===e.state)),d=(t,i)=>{const n=i.filter((e=>"current"===e.state)).length;if(n>1)throw new Error(`Only one child with current state is allowed in ${e.getTagName(t)} but got ${n}`)},h={size:e.AllowedTypes.breakpoint(["small","medium"]),theme:e.AllowedTypes.oneOf(i.THEMES)},u=e=>"complete"===e||"warning"===e,p=.625,g="0.625em",f="0.1875em",b="1.125em",m="0.4375em",v=g,y=(t,i,n)=>{const{baseColor:s,hoverColor:r,iconColor:a,invertedBaseColor:l,disabledColor:c}=((t,i)=>{const{baseColor:n,hoverColor:o,warningColor:s,successColor:r,disabledColor:a}=e.getThemedColors(i);return{baseColor:n,hoverColor:o,iconColor:{current:"inherit",complete:r,warning:s}[t],invertedBaseColor:e.getInvertedThemedColors(i).baseColor,disabledColor:a}})(t,n),d=!t||"current"===t,h=!t||i;return e.getCss(Object.assign(Object.assign({"@global":{":host":Object.assign(Object.assign({},d&&Array.from(Array(9)).reduce(((e,t,i)=>Object.assign(Object.assign({},e),{[`&(:nth-of-type(${i+1})) $button::after`]:{backgroundPositionX:-i*p+"em"}})),{})),{fontSize:e.addImportantToRule("inherit"),"&(:not(:last-of-type))":{marginRight:e.addImportantToRule("1em")}}),button:Object.assign(Object.assign(Object.assign(Object.assign({position:"relative",height:"1.5em",color:h?c:s,transition:e.getTransition("color"),margin:0,padding:`0 0 0 calc(1.5em + ${e.pxToRemWithUnit(4)})`,background:0,border:0},o.textSmall),{fontSize:"inherit",whiteSpace:"nowrap"}),e.getFocusJssStyle()),d?{cursor:h?"not-allowed":"auto","&::before":Object.assign({content:'""',position:"absolute",top:f,left:f,height:b,width:b,borderRadius:"50%"},h?{boxSizing:"border-box",border:`1px solid ${c}`}:{background:s}),"&::after":{content:'""',position:"absolute",top:m,left:m,width:v,height:v,background:(u=h?c:l,`url("data:image/svg+xml,${encodeURIComponent(`<svg xmlns="http://www.w3.org/2000/svg" fill="${u}" width="90" height="10" viewBox="0 0 90 10"><path d="M5.524 9h.996V.456h-.828L3.16 1.464v.912l2.364-.888zm7.006 0h5.017v-.792H13.49v-.156c0-.804.396-1.224 1.476-1.956l.924-.612c.84-.552 1.74-1.236 1.74-2.724 0-1.548-.84-2.448-2.652-2.448-1.908 0-2.604 1.056-2.664 2.832h.936c.096-1.452.624-1.92 1.728-1.92 1.056 0 1.656.444 1.656 1.536 0 1.164-.768 1.68-1.524 2.184l-.924.612c-.948.636-1.656 1.332-1.656 2.652zm9.689-2.592c.084 1.86.9 2.736 2.808 2.736 1.788 0 2.736-.924 2.736-2.424 0-1.236-.504-1.86-1.32-2.136.756-.348 1.128-1.08 1.128-1.848 0-1.524-.852-2.424-2.664-2.424-1.872 0-2.592 1.092-2.688 2.832h.948c.096-1.44.672-1.92 1.74-1.92 1.056 0 1.68.456 1.68 1.512 0 .948-.528 1.488-1.62 1.488h-.804V5.1h.864c1.26 0 1.752.564 1.752 1.62 0 1.152-.588 1.632-1.752 1.632-1.26 0-1.776-.552-1.872-1.944zm9.736.624h3.876V9h.96V7.032h1.212v-.84H36.79V.456h-1.392l-3.444 5.832zm1.044-.84 2.832-4.848v4.848zm9.411-.648h.889c.204-.732.66-1.14 1.704-1.14 1.332 0 1.8.636 1.8 1.944 0 1.344-.444 2.004-1.8 2.004-1.236 0-1.728-.552-1.788-1.656h-.948c.072 1.632.984 2.448 2.736 2.448 1.776 0 2.784-.828 2.784-2.832 0-1.86-.876-2.736-2.688-2.736-.768 0-1.368.24-1.74.66l.252-2.868h3.792V.456h-4.584L42.41 5.16zm9.809.768c0 2.004.984 2.832 2.796 2.832 1.776 0 2.784-.828 2.784-2.832 0-1.86-.9-2.736-2.688-2.736-.396 0-.744.072-1.068.228L56.25.456h-1.068l-2.16 3.312c-.516.792-.804 1.488-.804 2.544zm.996.048c0-1.332.468-1.956 1.8-1.956s1.788.624 1.788 1.956-.444 1.992-1.788 1.992c-1.356 0-1.8-.66-1.8-1.992zm9.075-4.992h4.369L63.215 9h1.02l3.48-7.824v-.72H62.29zm9.929 5.352c0 1.68.96 2.424 2.784 2.424s2.784-.744 2.784-2.424c0-1.008-.408-1.716-1.308-2.052.66-.324 1.116-.9 1.116-1.956 0-1.488-.804-2.4-2.592-2.4-1.764 0-2.592.912-2.592 2.4 0 1.056.468 1.632 1.104 1.956-.9.336-1.296 1.044-1.296 2.052zm.984-.012c0-1.068.564-1.572 1.8-1.572s1.8.504 1.8 1.572c0 1.152-.564 1.644-1.8 1.644s-1.8-.492-1.8-1.644zm1.8-2.4c-1.164 0-1.608-.588-1.608-1.56 0-1.068.54-1.524 1.608-1.524s1.608.456 1.608 1.524c0 .972-.444 1.56-1.608 1.56zm9.904 1.608c.348 0 .684-.06.984-.192L83.767 9h1.068l2.124-3.348c.504-.792.792-1.488.792-2.568 0-1.98-.996-2.772-2.748-2.772-1.764 0-2.76.804-2.76 2.784 0 1.86.888 2.82 2.664 2.82zm.096-.828c-1.284 0-1.764-.66-1.764-1.992 0-1.2.444-1.872 1.764-1.872 1.308 0 1.764.672 1.764 1.872 0 1.332-.48 1.992-1.764 1.992z"/></svg>`)}")`)+" 0 50% / 5.625em 0.625em no-repeat"}}:h?{cursor:"not-allowed",textDecoration:"none"}:Object.assign({cursor:"pointer",textDecoration:"underline"},e.hoverMediaQuery(Object.assign(Object.assign({},e.getHoverJssStyle()),{"&:hover .icon":{color:r}}))))}},!d&&{icon:{position:"absolute",left:0,height:"inherit",width:"1.5em",color:h?c:a,transition:e.getTransition("color")}}),{"sr-only":e.getScreenReaderOnlyJssStyle()}));var u},w={state:e.AllowedTypes.oneOf(["current","complete","warning",void 0]),disabled:e.AllowedTypes.boolean};return xs.p_stepper_horizontal=class{constructor(i){e.registerInstance(this,i),this.stepChange=e.createEvent(this,"stepChange",3),this.size="small",this.theme="light",this.stepperHorizontalItems=[],this.addEventListeners=()=>{this.scrollerElement.addEventListener("click",(e=>{const t=n.getClickedItem(this.host,"p-stepper-horizontal-item",e.composedPath());if(t){const e=this.stepperHorizontalItems.indexOf(t);this.stepChange.emit({activeStepIndex:e})}}))},this.defineStepperHorizontalItemElements=()=>{this.stepperHorizontalItems=Array.from(this.host.children)},this.validateComponent=()=>{n.throwIfChildrenAreNotOfKind(this.host,"p-stepper-horizontal-item"),((t,i)=>{const n=t.children.length;if(n>i)throw new Error(`Only ${i} children are allowed in ${e.getTagName(t)} but got ${n}`)})(this.host,9),d(this.host,this.stepperHorizontalItems)},this.scrollIntoView=()=>{const e=c(this.stepperHorizontalItems);if(-1!==e){const i=t.getScrollActivePosition(this.stepperHorizontalItems,e>this.currentStepIndex?"next":"prev",e,this.scrollerElement);this.currentStepIndex=e,this.scrollerElement.scrollToPosition={scrollPosition:i,isSmooth:!0}}},this.observeBreakpointChange=()=>{"object"==typeof e.parseJSON(this.size)&&e.observeBreakpointChange(this.host,this.scrollIntoView)}}connectedCallback(){this.defineStepperHorizontalItemElements(),e.observeChildren(this.host,(()=>{this.defineStepperHorizontalItemElements(),this.validateComponent(),this.currentStepIndex=c(this.stepperHorizontalItems),this.scrollIntoView()})),this.observeBreakpointChange()}componentWillLoad(){this.validateComponent()}componentWillRender(){e.validateProps(this,h),e.attachComponentCss(this.host,l,this.size),((t,i)=>{Array.from(t.children).forEach((t=>{t.theme=i,e.forceUpdate(t)}))})(this.host,this.theme)}componentDidLoad(){this.currentStepIndex=c(this.stepperHorizontalItems),this.observeBreakpointChange(),this.scrollerElement&&(this.addEventListeners(),this.scrollerElement.scrollToPosition={scrollPosition:t.getScrollActivePosition(this.stepperHorizontalItems,"next",this.currentStepIndex,this.scrollerElement),isSmooth:!1})}componentDidUpdate(){d(this.host,this.stepperHorizontalItems),this.scrollIntoView()}disconnectedCallback(){e.unobserveBreakpointChange(this.host),e.unobserveChildren(this.host)}render(){const t=e.getPrefixedTagNames(this.host);return e.h(e.Host,{role:"list"},e.h(t.pScroller,{class:"scroller",theme:this.theme,ref:e=>this.scrollerElement=e},e.h("slot",null)))}get host(){return e.getElement(this)}},xs.p_stepper_horizontal_item=class{constructor(t){e.registerInstance(this,t),this.disabled=!1}onClick(e){var t,i;t=this.state,i=this.disabled,t&&u(t)&&!i||e.stopPropagation()}onStateChange(){r.updateParent(this.host)}connectedCallback(){a.throwIfParentIsNotOfKind(this.host,"p-stepper-horizontal")}componentWillRender(){e.validateProps(this,w),(t=>{if("current"===t.state&&t.disabled)throw new Error(`Using state='current' and disabled='true' at ${e.getTagName(t)} is not allowed`)})(this.host),e.attachComponentCss(this.host,y,this.state,this.disabled,this.host.theme||"light")}render(){const t=e.getPrefixedTagNames(this.host);return e.h(e.Host,{role:"listitem"},e.h("button",{type:"button","aria-disabled":!this.state||this.disabled?"true":null,"aria-current":"current"===this.state?"step":null},u(this.state)&&e.h(t.pIcon,{class:"icon",name:(i=this.state,"complete"===i?"success":"warning"),size:"inherit",theme:this.host.theme||"light",color:"inherit","aria-hidden":"true"}),this.state&&e.h("span",{class:"sr-only"},this.state,": "),e.h("slot",null)));var i}static get delegatesFocus(){return!0}get host(){return e.getElement(this)}static get watchers(){return{state:["onStateChange"]}}},xs}var js,Os={};function ks(){if(js)return Os;js=1,Object.defineProperty(Os,"__esModule",{value:!0});const e=br(),t=Ut(),i=Ke(),n=dn(),o=We(),s=nt(),r=St();Xe(),cn(),it();const{small:a}=r.spacing,l=e=>({left:{order:0,paddingLeft:0,paddingRight:a},right:{order:1,paddingLeft:a,paddingRight:0}}[e]),c=e=>e?{width:"100%",justifyContent:"space-between"}:{width:"auto",justifyContent:"flex-start"},d=(t,i,n,o,r,a,d)=>{const{backgroundColor:h,buttonBorderColor:u,buttonBorderColorHover:p,buttonBackgroundColor:g,buttonBackgroundColorHover:f,toggleBackgroundColor:b,toggleBackgroundColorHover:m,textColor:v}=((t,i,n)=>{const{backgroundColor:o,baseColor:s,contrastHighColor:r,successColor:a,successColorDarken:l,hoverColorDarken:c,disabledColor:d,brandColor:h}=e.getThemedColors(n),{backgroundColor:u}=e.getThemedColors("light"),p=(e=>"light-electric"===e)(n),g=p?h:a,f=i&&d;return{backgroundColor:o,buttonBorderColor:f||(t?g:r),buttonBorderColorHover:t?p?c:l:s,buttonBackgroundColor:t?f||g:"transparent",buttonBackgroundColorHover:t?p?c:l:"transparent",toggleBackgroundColor:!t&&f||(t?u:r),toggleBackgroundColorHover:t?u:s,textColor:f||s}})(o,a,d);return e.getCss(Object.assign({"@global":{":host":e.addImportantToEachRule({display:"flex",outline:0}),button:Object.assign(Object.assign({position:"relative",width:e.pxToRemWithUnit(48),height:e.pxToRemWithUnit(24),flexShrink:0,display:"block",margin:0,padding:0,appearance:"none",boxSizing:"border-box",color:u,border:"1px solid currentColor",borderRadius:e.pxToRemWithUnit(12),backgroundColor:g,outline:"none",cursor:a?"not-allowed":"pointer",transition:`${e.getTransition("background-color")},${e.getTransition("border-color")},${e.getTransition("color")}`},!a&&e.hoverMediaQuery({"&:hover":{color:p,backgroundColor:f,"& .toggle":{backgroundColor:m}}})),{"&:focus":{boxShadow:`0 0 0 2px ${h}, 0 0 0 3px currentColor`},"&:not(:focus-visible)":{boxShadow:"none"}})},root:Object.assign({display:"flex",minWidth:0,minHeight:0,cursor:a?"auto":"pointer"},e.buildResponsiveStyles(n,c)),text:Object.assign(Object.assign(Object.assign({},s.textSmall),{minWidth:0,minHeight:0,color:v}),e.mergeDeep(e.buildResponsiveStyles(t,l),e.buildResponsiveStyles(i,e.getTextHiddenJssStyle))),toggle:{position:"absolute",top:e.pxToRemWithUnit(2),left:e.pxToRemWithUnit(2),width:e.pxToRemWithUnit(18),height:e.pxToRemWithUnit(18),display:"block",borderRadius:"50%",backgroundColor:b,transform:`translate3d(${o?e.pxToRemWithUnit(24):"0"}, 0, 0)`,transition:`${e.getTransition("background-color")},${e.getTransition("transform")}`}},r&&{spinner:{position:"absolute",top:e.pxToRemWithUnit(-3),left:e.pxToRemWithUnit(-3),width:e.pxToRemWithUnit(24),height:e.pxToRemWithUnit(24)}}))},h={alignLabel:e.AllowedTypes.breakpoint(o.ALIGN_LABELS),hideLabel:e.AllowedTypes.breakpoint("boolean"),stretch:e.AllowedTypes.breakpoint("boolean"),checked:e.AllowedTypes.boolean,disabled:e.AllowedTypes.boolean,loading:e.AllowedTypes.boolean,tabbable:e.AllowedTypes.boolean,theme:e.AllowedTypes.oneOf(n.THEMES_EXTENDED_ELECTRIC)};return Os.p_switch=class{constructor(t){e.registerInstance(this,t),this.switchChange=e.createEvent(this,"switchChange",3),this.alignLabel="right",this.hideLabel=!1,this.stretch=!1,this.checked=!1,this.disabled=!1,this.loading=!1,this.tabbable=!0,this.theme="light",this.onSwitchClick=()=>{this.switchChange.emit({checked:!this.checked})}}get isDisabledOrLoading(){return t.isDisabledOrLoading(this.disabled,this.loading)}onClick(e){this.isDisabledOrLoading&&e.stopPropagation()}componentDidLoad(){i.improveButtonHandlingForCustomElement(this.host,(()=>"button"),(()=>this.isDisabledOrLoading))}componentWillRender(){e.validateProps(this,h),e.attachComponentCss(this.host,d,this.alignLabel,this.hideLabel,this.stretch,this.checked,this.loading,this.isDisabledOrLoading,this.theme)}render(){const i=e.getPrefixedTagNames(this.host);return e.h("label",{class:"root"},e.h("span",{id:"label",class:"text"},e.h("slot",null)),e.h("button",Object.assign({},(n=this.disabled,o=this.loading,s=this.checked,Object.assign(Object.assign({},t.getButtonBaseAriaAttributes(n,o)),{"aria-checked":s?"true":"false","aria-labelledby":"label"})),{type:"button",role:"switch",tabindex:this.tabbable?this.host.getAttribute("tabindex"):-1,onClick:this.onSwitchClick}),e.h("span",{class:"toggle"},this.loading&&e.h(i.pSpinner,{class:"spinner",size:"inherit",theme:this.checked?"light":"dark",aria:{"aria-label":"Loading state"}}))));var n,o,s}static get delegatesFocus(){return!0}get host(){return e.getElement(this)}},Os}var Es,Rs={};function As(){if(Es)return Rs;Es=1,Object.defineProperty(Rs,"__esModule",{value:!0});const e=br(),t=wt(),i=ss(),n=bn(),o=nt(),s=St(),r=Kn(),a=Vt(),l=yi();ti(),it(),It();const{baseColor:c}=e.getThemedColors("light"),{small:d,medium:h,large:u}=s.spacing,p=()=>e.getCss({"@global":{":host":{display:e.addImportantToRule("block")}},caption:{marginBottom:d,[e.mediaQueryMin("m")]:{marginBottom:h}},root:{position:"relative"},"scroll-area":Object.assign({overflow:"auto visible"},e.getFocusJssStyle({offset:-1})),table:Object.assign(Object.assign({position:"relative",width:"100%",display:"table"},o.textSmall),{textAlign:"left",color:c,whiteSpace:"nowrap"}),"scroll-trigger":{position:"absolute",top:0,right:"1px",width:"1px",height:"1px",visibility:"hidden"},"scroll-indicator":{position:"absolute",top:0,right:0,bottom:0,paddingLeft:u,pointerEvents:"none",display:"flex",alignItems:"center",background:"linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%)","&::before":{content:'""',position:"absolute",top:0,right:0,bottom:0,width:e.pxToRemWithUnit(48),pointerEvents:"auto"}},"scroll-button":{padding:e.pxToRemWithUnit(12),pointerEvents:"auto"}}),g=t=>e.getCss(e.buildSlottedStyles(t,Object.assign(Object.assign({},e.getBaseSlottedStyles()),{"& img":{verticalAlign:"middle"}}))),f="internalSortingChange",b={caption:e.AllowedTypes.string},m=()=>e.getCss({"@global":{":host":{display:e.addImportantToRule("table-row-group")}}}),v=t=>e.getCss({"@global":{":host":e.addImportantToEachRule({display:"table-cell",padding:e.pxToRemWithUnit(12),margin:0,verticalAlign:"middle",borderBottom:`1px solid ${e.getThemedColors("light").contrastLowColor}`,whiteSpace:t?"normal":"nowrap"})}}),y={multiline:e.AllowedTypes.boolean},w=()=>e.getCss({"@global":{":host":{display:e.addImportantToRule("table-header-group")}}}),T=e=>"asc"===e,C=(e,t)=>void 0!==e&&void 0!==t,{contrastMediumColor:x,baseColor:S}=e.getThemedColors("light"),{semiBold:j}=e.fontWeight,O=(t,i,n,r)=>{const a=C(t,i);return e.getCss(Object.assign({"@global":Object.assign({":host":e.addImportantToEachRule({display:"table-cell",padding:`${e.pxToRemWithUnit(2)} ${e.pxToRemWithUnit(12)} ${e.pxToRemWithUnit(8)}`,borderBottom:`1px solid ${x}`,verticalAlign:"bottom",fontWeight:j,whiteSpace:r?"normal":"nowrap"})},a?{button:Object.assign(Object.assign(Object.assign(Object.assign({display:"flex",alignItems:"flex-end",padding:0,boxSizing:"border-box",appearance:"none",border:"none"},o.textSmall),{fontWeight:j,color:S,textDecoration:"none",textAlign:"left",background:"transparent",cursor:"pointer"}),e.getFocusJssStyle({offset:1})),e.hoverMediaQuery(Object.assign(Object.assign({},e.getHoverJssStyle()),{"&:hover, &:focus":{"& .icon":{opacity:1}}})))}:n&&{span:Object.assign(Object.assign({},e.getTextHiddenJssStyle(!0)),{display:"block",border:0})})},a&&{icon:{marginLeft:s.spacing.xSmall,opacity:t?1:0,transform:`rotate3d(0,0,1,${T(i)?0:180}deg)`,transformOrigin:"50% 50%"}}))},k={sort:e.AllowedTypes.shape({id:e.AllowedTypes.string,active:e.AllowedTypes.boolean,direction:e.AllowedTypes.oneOf(["asc","desc",void 0])}),hideLabel:e.AllowedTypes.breakpoint("boolean"),multiline:e.AllowedTypes.boolean},E=()=>e.getCss({"@global":{":host":{display:e.addImportantToRule("table-row")}}}),R=()=>e.getCss({"@global":{":host":e.addImportantToEachRule(Object.assign({display:"table-row",transition:e.getTransition("background-color")},e.hoverMediaQuery({"&(:hover)":{backgroundColor:e.getThemedColors("light").backgroundSurfaceColor}})))}});return Rs.p_table=class{constructor(t){e.registerInstance(this,t),this.sortingChange=e.createEvent(this,"sortingChange",3),this.isScrollIndicatorVisible=!1,this.isScrollable=!1,this.initIntersectionObserver=()=>{this.intersectionObserver=new IntersectionObserver((e=>{for(const{target:t,isIntersecting:i}of e)t===this.scrollTriggerElement?this.isScrollIndicatorVisible=!i:t===this.tableElement&&(this.isScrollable=!i)}),{root:this.scrollAreaElement,threshold:1}),this.intersectionObserver.observe(this.scrollTriggerElement),this.intersectionObserver.observe(this.tableElement)},this.onScrollClick=()=>{i.scrollElementBy(this.scrollAreaElement,i.getScrollByX(this.scrollAreaElement))}}connectedCallback(){e.attachComponentCss(this.host,p),n.attachSlottedCss(this.host,g)}componentWillLoad(){var i;i=this.host,this.caption||t.hasNamedSlot(i,"caption")||console.warn(`Property "caption" of ${e.getTagName(i)} needs to be provided to fulfill accessibility requirements, either as prop or named slot.`),this.host.shadowRoot.addEventListener(f,(e=>{e.stopPropagation(),this.sortingChange.emit(e.detail)}))}componentDidLoad(){this.initIntersectionObserver()}componentWillRender(){e.validateProps(this,b)}disconnectedCallback(){var e;null===(e=this.intersectionObserver)||void 0===e||e.disconnect()}render(){const i=e.getPrefixedTagNames(this.host),n=t.hasNamedSlot(this.host,"caption"),o="caption",s=this.caption?{"aria-label":this.caption}:n&&{"aria-labelledby":o},r=this.isScrollable&&Object.assign(Object.assign({},s),{role:"region",tabindex:"0"});return e.h(e.Host,null,n&&e.h("div",{id:o,class:"caption"},e.h("slot",{name:"caption"})),e.h("div",{class:"root"},e.h("div",Object.assign({class:"scroll-area"},r,{ref:e=>this.scrollAreaElement=e}),e.h("div",Object.assign({class:"table",role:"table"},s,{ref:e=>this.tableElement=e}),e.h("slot",null),e.h("span",{class:"scroll-trigger",ref:e=>this.scrollTriggerElement=e}))),this.isScrollIndicatorVisible&&e.h("div",{class:"scroll-indicator"},e.h(i.pButtonPure,{class:"scroll-button","aria-hidden":"true",type:"button",tabindex:"-1","hide-label":"true",size:"inherit",icon:"arrow-head-right",onClick:this.onScrollClick},"Next"))))}get host(){return e.getElement(this)}},Rs.p_table_body=class{constructor(t){e.registerInstance(this,t)}connectedCallback(){r.throwIfParentIsNotOfKind(this.host,"p-table"),e.attachComponentCss(this.host,m)}render(){return e.h(e.Host,{role:"rowgroup"},e.h("slot",null))}get host(){return e.getElement(this)}},Rs.p_table_cell=class{constructor(t){e.registerInstance(this,t),this.multiline=!1}connectedCallback(){r.throwIfParentIsNotOfKind(this.host,"p-table-row")}componentWillRender(){e.validateProps(this,y),e.attachComponentCss(this.host,v,this.multiline)}render(){return e.h(e.Host,{role:"cell"},e.h("slot",null))}get host(){return e.getElement(this)}},Rs.p_table_head=class{constructor(t){e.registerInstance(this,t)}connectedCallback(){r.throwIfParentIsNotOfKind(this.host,"p-table"),e.attachComponentCss(this.host,w)}render(){return e.h(e.Host,{role:"rowgroup"},e.h("slot",null))}get host(){return e.getElement(this)}},Rs.p_table_head_cell=class{constructor(t){e.registerInstance(this,t),this.hideLabel=!1,this.multiline=!1,this.onButtonClick=()=>{var e,t;this.host.dispatchEvent(new CustomEvent(f,(e=this.sort,{bubbles:!0,detail:Object.assign(Object.assign({},e),{active:!0,direction:e.active?(t=e.direction,T(t)?"desc":"asc"):e.direction})})))}}connectedCallback(){r.throwIfParentIsNotOfKind(this.host,"p-table-head-row"),((e,t)=>{if(l.hasAttribute(e,t))throw new Error(`Attribute '${t}' with the value '${a.getAttribute(e,t)}' needs to be set as property`)})(this.host,"sort")}componentWillRender(){e.validateProps(this,k);const{active:t,direction:i}=this.sort||{};e.attachComponentCss(this.host,O,t,i,this.hideLabel,this.multiline)}render(){const t=e.getPrefixedTagNames(this.host),{active:i,direction:n}=this.sort||{};return e.h(e.Host,{scope:"col",role:"columnheader","aria-sort":(o=this.sort,(null==o?void 0:o.active)?T(o.direction)?"ascending":"descending":null)},C(i,n)?e.h("button",{type:"button",onClick:this.onButtonClick},e.h("slot",null),e.h(t.pIcon,{class:"icon",color:"inherit",name:"arrow-up","aria-hidden":"true"})):e.h("span",null,e.h("slot",null)));var o}get host(){return e.getElement(this)}},Rs.p_table_head_row=class{constructor(t){e.registerInstance(this,t)}connectedCallback(){r.throwIfParentIsNotOfKind(this.host,"p-table-head"),e.attachComponentCss(this.host,E)}render(){return e.h(e.Host,{role:"row"},e.h("slot",null))}get host(){return e.getElement(this)}},Rs.p_table_row=class{constructor(t){e.registerInstance(this,t)}connectedCallback(){r.throwIfParentIsNotOfKind(this.host,"p-table-body"),e.attachComponentCss(this.host,R)}render(){return e.h(e.Host,{role:"row"},e.h("slot",null))}get host(){return e.getElement(this)}},Rs}var Is,$s,_s={},Ps={};function Ls(){if(Is)return Ps;Is=1;const e=br(),t=_e(),i="bar--enable-transition",n=e=>{e.classList.add(i)},o=e=>{e.classList.remove(i)},s=({offsetWidth:t,offsetLeft:i}={})=>{const n=(i>0?i:0)+(t>0?t:0)/2;return`transform: translate3d(${e.pxToRemWithUnit(n||0)},0,0); width: 0;`};return Ps.TAB_SIZES=["small","medium"],Ps.TAB_WEIGHTS=["regular","semibold"],Ps.getFocusedTabIndex=e=>{const t=e.indexOf(null===document||void 0===document?void 0:document.activeElement);return t<0?0:t},Ps.getPrevNextTabIndex=(e,t,i)=>(i+("next"===e?1:-1)+t)%t,Ps.sanitizeActiveTabIndex=(e,t)=>{if(null==e)return;const i=t-1;let n;return n=i<0||e<0||e>i?void 0:e,n},Ps.setBarStyle=(i,r,a,l)=>{if(!a)return;let c;void 0===r?void 0===l?(o(a),c=s()):(n(a),c=s(i[l])):(((e,t,i)=>{void 0!==e&&void 0===t?o(i):n(i)})(r,l,a),c=(({offsetWidth:t,offsetLeft:i}={})=>{const n=e.pxToRemWithUnit(t||0);return`transform: translate3d(${e.pxToRemWithUnit(i>0?i:0)},0,0); width: ${n};`})(i[r])),t.setAttribute(a,"style",c)},Ps}function Ms(){if($s)return _s;$s=1,Object.defineProperty(_s,"__esModule",{value:!0});const e=br(),t=Re(),i=_e(),n=ps(),o=ss(),s=dn(),r=Ls(),a=Kn(),l=dt();ti(),cn(),It();const c=()=>e.getCss({"@global":{":host":{display:"block"}},root:{marginBottom:e.pxToRemWithUnit(8)}}),d={size:e.AllowedTypes.breakpoint(r.TAB_SIZES),weight:e.AllowedTypes.oneOf(r.TAB_WEIGHTS),theme:e.AllowedTypes.oneOf(s.THEMES_EXTENDED_ELECTRIC),gradientColorScheme:e.AllowedTypes.oneOf(o.GRADIENT_COLOR_THEMES),activeTabIndex:e.AllowedTypes.number},h=t=>e.getCss({"@global":{":host":e.addImportantToEachRule(Object.assign({display:"block","&([hidden])":{display:"none"}},l.getFocusVisibleFallback(Object.entries(e.getFocusJssStyle({color:e.getThemedColors(t).baseColor})).reduce(((e,[t,i])=>(e[t.startsWith("&")?`&(${t.slice(1)})`:t]=i,e)),{}))))}}),u={label:e.AllowedTypes.string};return _s.p_tabs=class{constructor(o){e.registerInstance(this,o),this.tabChange=e.createEvent(this,"tabChange",3),this.size="small",this.weight="regular",this.theme="light",this.gradientColorScheme="default",this.activeTabIndex=0,this.tabsItemElements=[],this.defineTabsItemElements=()=>{this.tabsItemElements=Array.from(this.host.children)},this.setAccessibilityAttributes=()=>{for(const[e,n]of Object.entries(this.tabsItemElements)){const o={role:"tabpanel","aria-label":n.label};for(const[e,t]of Object.entries(o))i.setAttribute(n,e,t);+e===this.activeTabIndex?(t.removeAttribute(n,"hidden"),i.setAttribute(n,"tabindex","0")):(i.setAttribute(n,"hidden"),t.removeAttribute(n,"tabindex"))}},this.observeProperties=()=>{this.tabsItemElements.forEach((t=>n.observeProperties(t,["label"],(()=>e.forceUpdate(this.host)))))},this.onTabChange=e=>{e.stopPropagation(),this.activeTabIndex=e.detail.activeTabIndex}}activeTabHandler(e){this.setAccessibilityAttributes(),this.tabChange.emit({activeTabIndex:e})}connectedCallback(){e.attachComponentCss(this.host,c),this.defineTabsItemElements(),e.observeChildren(this.host,(()=>{this.defineTabsItemElements(),this.observeProperties()})),this.observeProperties()}componentDidLoad(){this.setAccessibilityAttributes()}componentWillRender(){e.validateProps(this,d)}componentDidUpdate(){this.setAccessibilityAttributes()}disconnectedCallback(){e.unobserveChildren(this.host)}render(){const t=e.getPrefixedTagNames(this.host);return e.h(e.Host,null,e.h(t.pTabsBar,{class:"root",size:this.size,weight:this.weight,theme:this.theme,gradientColorScheme:this.gradientColorScheme,activeTabIndex:this.activeTabIndex,onTabChange:this.onTabChange},this.tabsItemElements.map((t=>e.h("button",{type:"button"},t.label)))),e.h("slot",null))}get host(){return e.getElement(this)}static get watchers(){return{activeTabIndex:["activeTabHandler"]}}},_s.p_tabs_item=class{constructor(t){e.registerInstance(this,t)}connectedCallback(){a.throwIfParentIsNotOfKind(this.host,"p-tabs")}componentWillRender(){e.validateProps(this,u);const t=this.host.parentElement;t&&e.attachComponentCss(this.host,h,t.theme||"light")}render(){return e.h("slot",null)}get host(){return e.getElement(this)}},_s}var Ws,Ns={};function Ds(){if(Ws)return Ns;Ws=1,Object.defineProperty(Ns,"__esModule",{value:!0});const e=br(),t=ti(),i=_e(),n=ss(),o=dn(),s=Ls(),r=bt(),a=nt(),l=pt();cn(),it();const c=e=>["a","button"].map((t=>e.replace(/\[role]/g,t))).join(","),d=(t,i,n)=>{const{baseColor:o,hoverColor:s,activeColor:d,focusColor:h}=e.getThemedColors(n);return e.getCss({"@global":Object.assign({":host":Object.assign({display:"block"},e.addImportantToEachRule(Object.assign({position:"relative"},e.buildResponsiveStyles(t,(t=>({height:"medium"===t?e.pxToRemWithUnit(52):e.pxToRemWithUnit(36)}))))))},e.addImportantToEachRule(Object.assign(Object.assign({[c("::slotted([role])")]:{display:"inline-block",margin:0,padding:0,verticalAlign:"top",fontFamily:"inherit",fontStyle:"inherit",fontVariant:"inherit",fontWeight:"inherit",fontSize:"inherit",lineHeight:"inherit",whiteSpace:"nowrap",boxSizing:"border-box",WebkitAppearance:"none",appearance:"none",outline:"1px solid transparent",outlineOffset:"1px",textDecoration:"none",textAlign:"left",border:0,background:"transparent",color:o,cursor:"pointer",transition:e.getTransition("color")}},e.hoverMediaQuery({[c("::slotted([role]:hover)")]:{color:s}})),{[c('::slotted([role]:active),::slotted([role][aria-selected="true"])')]:{color:d},[c("::slotted([role]:focus)")]:{outlineColor:h},[c("::slotted([role]:focus:not(:focus-visible))")]:{outlineColor:"transparent"},[c("::slotted([role]:not(:last-child))")]:{marginRight:"1em"}}))),scroller:Object.assign(Object.assign(Object.assign({},a.textSmall),{fontWeight:r.getFontWeight(i)}),e.buildResponsiveStyles(t,(e=>l.fontSize[e]))),bar:{display:"block",position:"absolute",width:0,height:"semibold"===i?".125em":".09375em",left:0,bottom:"-.5em",background:d,"&--enable-transition":{willChange:"width",transition:"transform .4s,width .4s"}}})},h={size:e.AllowedTypes.breakpoint(s.TAB_SIZES),weight:e.AllowedTypes.oneOf(s.TAB_WEIGHTS),theme:e.AllowedTypes.oneOf(o.THEMES_EXTENDED_ELECTRIC),gradientColorScheme:e.AllowedTypes.oneOf(n.GRADIENT_COLOR_THEMES),activeTabIndex:e.AllowedTypes.number};return Ns.p_tabs_bar=class{constructor(o){e.registerInstance(this,o),this.tabChange=e.createEvent(this,"tabChange",3),this.size="small",this.weight="regular",this.theme="light",this.gradientColorScheme="default",this.tabElements=[],this.direction="next",this.setAccessibilityAttributes=()=>{for(const[e,t]of Object.entries(this.tabElements)){const n={role:"tab",tabindex:(this.activeTabIndex||0)===+e?"0":"-1","aria-selected":this.activeTabIndex===+e?"true":"false"};for(const[e,o]of Object.entries(n))i.setAttribute(t,e,o)}},this.setTabElements=()=>{this.tabElements=t.getHTMLElements(this.host,"a,button")},this.addEventListeners=()=>{this.scrollerElement.addEventListener("click",(e=>{const t=this.tabElements.indexOf(e.target);t>=0&&this.onTabClick(t)})),this.scrollerElement.addEventListener("keydown",this.onKeydown)},this.onTabClick=e=>{this.tabChange.emit({activeTabIndex:e})},this.onKeydown=e=>{let t;const i=this.hasPTabsParent?this.activeTabIndex||0:s.getFocusedTabIndex(this.tabElements);switch(e.key){case"ArrowLeft":case"Left":t=s.getPrevNextTabIndex("prev",this.tabElements.length,i);break;case"ArrowRight":case"Right":t=s.getPrevNextTabIndex("next",this.tabElements.length,i);break;case"Home":t=0;break;case"End":t=this.tabElements.length-1;break;case"Enter":return void this.onTabClick(i);default:return}this.hasPTabsParent&&this.onTabClick(t),this.tabElements[t].focus(),e.preventDefault()},this.scrollActiveTabIntoView=(e=!0)=>{if(this.scrollerElement){const t=n.getScrollActivePosition(this.tabElements,this.direction,this.activeTabIndex,this.scrollerElement);this.scrollerElement.scrollToPosition={scrollPosition:t,isSmooth:e}}},this.setBarStyle=()=>{s.setBarStyle(this.tabElements,this.activeTabIndex,this.barElement,this.prevActiveTabIndex)},this.observeBreakpointChange=()=>{"object"==typeof e.parseJSON(this.size)&&e.observeBreakpointChange(this.host,(()=>{this.setBarStyle(),this.scrollActiveTabIntoView(!1)}))}}activeTabHandler(e,t){null===e&&(this.activeTabIndex=void 0),this.prevActiveTabIndex=t,this.direction=e>t||void 0===t?"next":"prev",this.scrollActiveTabIntoView()}connectedCallback(){this.hasPTabsParent=((t,i)=>{const n=t.getRootNode().host;return n&&e.getTagName(n)===e.getPrefixedTagNames(t)[e.paramCaseToCamelCase(i)]})(this.host,"p-tabs"),this.setTabElements(),e.observeChildren(this.host,(()=>{this.setTabElements(),this.activeTabIndex=s.sanitizeActiveTabIndex(this.activeTabIndex,this.tabElements.length),this.prevActiveTabIndex=this.activeTabIndex,this.setBarStyle(),this.setAccessibilityAttributes()})),this.observeBreakpointChange()}componentDidLoad(){this.activeTabIndex=s.sanitizeActiveTabIndex(this.activeTabIndex,this.tabElements.length),"next"===this.direction&&void 0===this.activeTabIndex||this.scrollActiveTabIntoView(!1),this.addEventListeners(),this.observeBreakpointChange(),this.setBarStyle()}componentWillRender(){e.validateProps(this,h),e.attachComponentCss(this.host,d,this.size,this.weight,this.theme)}componentDidRender(){this.setBarStyle(),this.setAccessibilityAttributes()}disconnectedCallback(){e.unobserveBreakpointChange(this.host),e.unobserveChildren(this.host)}render(){const t=e.getPrefixedTagNames(this.host);return e.h(t.pScroller,{class:"scroller",role:"tablist",theme:this.theme,gradientColorScheme:this.gradientColorScheme,scrollIndicatorPosition:"top",ref:e=>this.scrollerElement=e},e.h("slot",null),e.h("span",{class:"bar",ref:e=>this.barElement=e}))}get host(){return e.getElement(this)}static get watchers(){return{activeTabIndex:["activeTabHandler"]}}},Ns}var Hs,zs={};function Bs(){if(Hs)return zs;Hs=1,Object.defineProperty(zs,"__esModule",{value:!0});const e=br(),t=ri(),i=cn(),n=Mt(),o=it(),s=Pe(),r=nt();Re(),_e();const a=["background-surface","background-default","neutral-contrast-high","notification-neutral","notification-warning","notification-success","notification-error"],l=(e,t)=>({"background-default":t.backgroundColor,"background-surface":t.backgroundSurfaceColor,"neutral-contrast-high":t.contrastHighColor,"notification-neutral":t.neutralSoftColor,"notification-success":t.successSoftColor,"notification-error":t.errorSoftColor,"notification-warning":t.warningSoftColor}[e]),c=(t,i)=>{const n=e.getThemedColors(i),o=((t,i)=>{const n=e.isThemeDark(i);return!n&&"neutral-contrast-high"===t||n&&"background-surface"!==t&&"background-default"!==t})(t,i),{baseColor:s,hoverColor:r}=o?e.getInvertedThemedColors(i):n,{focusColor:a,baseColor:c}=n;return{baseColor:s,hoverColor:r,outlineColor:o?c:a,backgroundColor:l(t,n)}},d={"&(strong),&(b)":{fontWeight:e.fontWeight.bold},"&(em),&(i)":{fontStyle:o.fontStyle}},h=(t,i)=>({"&::before":Object.assign(Object.assign({content:'""',position:"absolute"},e.getInsetJssStyle(-3)),{border:"1px solid transparent",borderRadius:e.pxToRemWithUnit(6),transition:e.getTransition("border-color")}),"&:focus::before":{borderColor:t},"&:focus:not(:focus-visible)::before":{borderColor:"transparent"},"&:hover:focus::before":e.hoverMediaQuery({borderColor:i})}),u=(t,i,o)=>{const{baseColor:s,hoverColor:r,backgroundColor:a,outlineColor:l}=c(t,o);return e.getCss({"@global":{":host":{display:"inline-flex",verticalAlign:"top"},span:Object.assign(Object.assign(Object.assign({display:"flex",alignItems:"center",position:"relative",height:e.pxToRemWithUnit(24),padding:`0 ${e.pxToRemWithUnit(6)}`,borderRadius:e.pxToRemWithUnit(4),background:a,color:s},n.textXSmall),{whiteSpace:"nowrap"}),i&&Object.assign({transition:e.getTransition("color")},e.hoverMediaQuery({"&:hover":{color:r}}))),"::slotted":e.addImportantToEachRule(Object.assign(Object.assign(Object.assign({},i&&Object.assign(Object.assign(Object.assign(Object.assign({"&(a),&(button)":{display:"inline",position:"static",textDecoration:"underline",cursor:"pointer",font:"inherit",outline:0}},Object.entries(h(l,r)).reduce(((e,[t,i])=>(e[t.replace(/^&([a-z:\-()]*)(::[a-z\-]+)$/,"&(a$1)$2, &(button$1)$2")]=i,e)),{})),{"&(a)":{color:s,transition:e.getTransition("color")}}),e.hoverMediaQuery({"&(a:hover)":{color:r}})),{"&(button)":{margin:0,padding:0,background:0,border:0,color:"inherit",textAlign:"left"}})),{"&(br)":{display:"none"}}),d))},icon:{margin:`0 ${e.pxToRemWithUnit(2)} 0 ${e.pxToRemWithUnit(-2)}`}})},p={theme:e.AllowedTypes.oneOf(i.THEMES),color:e.AllowedTypes.oneOf(a),icon:e.AllowedTypes.string,iconSource:e.AllowedTypes.string},g=(t,i)=>{const n=e.getThemedColors("light"),{baseColor:o,hoverColor:s,contrastMediumColor:a}=n,c=l(t,n);return e.getCss(Object.assign(Object.assign({"@global":{":host":{display:"inline-flex",verticalAlign:"top",outline:e.addImportantToRule(0)},button:Object.assign(Object.assign(Object.assign(Object.assign({position:"relative",minHeight:e.pxToRemWithUnit(48),padding:`${e.pxToRemWithUnit(4)} ${e.pxToRemWithUnit(46)} ${e.pxToRemWithUnit(4)} ${e.pxToRemWithUnit(16)}`,borderRadius:e.pxToRemWithUnit(4),border:0,cursor:"pointer",background:c,color:o,textAlign:"left"},r.textSmall),{outline:0}),h(o,s)),e.hoverMediaQuery({"&:hover > .icon":{color:s}})),"::slotted":e.addImportantToEachRule(d)}},i&&{label:{display:"block",marginBottom:e.pxToRemWithUnit(-4),color:a,fontSize:e.pxToRemWithUnit(14),lineHeight:e.pxToRemWithUnit(20)}}),{icon:{position:"absolute",top:"50%",right:e.pxToRemWithUnit(12),transform:"translate3d(0, -50%, 0)",transition:e.getTransition("color")},"sr-only":e.getScreenReaderOnlyJssStyle()}))},f={color:e.AllowedTypes.oneOf(a),label:e.AllowedTypes.string,aria:e.AllowedTypes.aria(["aria-label"])};return zs.p_tag=class{constructor(t){e.registerInstance(this,t),this.theme="light",this.color="background-surface"}componentWillRender(){var i,n;e.validateProps(this,p),e.attachComponentCss(this.host,u,this.color,(i=this.host,n="a,button",!!t.transformSelectorToDirectChildSelector(n).split(",").map((t=>e.getHTMLElement(i,t))).filter((e=>e))[0]),this.theme)}render(){const t=e.getPrefixedTagNames(this.host);return e.h("span",null,(this.icon||this.iconSource)&&e.h(t.pIcon,{class:"icon",name:this.icon,source:this.iconSource,color:"inherit","aria-hidden":"true"}),e.h("div",null,e.h("slot",null)))}get host(){return e.getElement(this)}},zs.p_tag_dismissible=class{constructor(t){e.registerInstance(this,t),this.color="background-surface"}componentWillRender(){e.validateProps(this,f),e.attachComponentCss(this.host,g,this.color,!!this.label)}render(){const t=e.getPrefixedTagNames(this.host);return e.h("button",Object.assign({type:"button"},s.parseAndGetAriaAttributes(this.aria)),e.h("span",{class:"sr-only"},"Remove:"),this.label&&e.h("span",{class:"label"},this.label),e.h("slot",null),e.h(t.pIcon,{class:"icon",name:"close",color:"inherit","aria-hidden":"true"}))}static get delegatesFocus(){return!0}get host(){return e.getElement(this)}},zs}var Us,Fs={};function qs(){if(Us)return Fs;Us=1,Object.defineProperty(Fs,"__esModule",{value:!0});const e=br(),t=Pe(),i=Ke(),n=Wt(),o=jt(),s=$t(),r=ps(),a=bn(),l=ai(),c=Xe(),d=Ht(),h=nt();Re(),_e(),wt(),Mt(),it(),St(),It(),ti(),ri();const u=(e,t)=>e===t,p=(t,i,n,o)=>{i&&t.style.setProperty("padding",((t,i,n)=>{const o=e.pxToRemWithUnit("none"!==n?10:11);return"prefix"===i?`${o} ${o} ${o} ${e.pxToRemWithUnit(t)}`:`${o} ${e.pxToRemWithUnit(t)} ${o} ${o}`})(i.offsetWidth,n,o),"important")},g=e=>{e.dispatchEvent(new Event("input",{bubbles:!0}))},f=(t,i,r,a,l,c,d,p,g)=>{const f="light",{baseColor:b,contrastMediumColor:m,activeColor:v,disabledColor:y,hoverColor:w}=e.getThemedColors(f),T=s.isVisibleFormState(r),C=u(c,"search"),x=u(c,"password"),S=C||x,j={color:y,cursor:"not-allowed"};return e.getCss(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({"@global":Object.assign(Object.assign({":host":{display:"block"}},e.addImportantToEachRule(Object.assign(Object.assign({},n.getBaseChildStyles("input",r,f,Object.assign(Object.assign({},!a&&{padding:e.pxToRemWithUnit(T?10:11)}),u(c,"number")?{MozAppearance:"textfield"}:S&&Object.assign({paddingRight:e.pxToRemWithUnit(C&&d?88:48)},C&&!d&&{paddingLeft:e.pxToRemWithUnit(48)})))),{"::slotted(input:-internal-autofill-selected),::slotted(input:-internal-autofill-previewed),::slotted(input:-webkit-autofill),::slotted(input:-webkit-autofill:focus)":{WebkitBackgroundClip:"padding-box"}}))),S&&{button:Object.assign(Object.assign(Object.assign(Object.assign({position:"absolute",bottom:0,right:0,margin:0,width:e.pxToRemWithUnit(48),height:e.pxToRemWithUnit(48),padding:e.pxToRemWithUnit(12),boxSizing:"border-box",outline:"transparent none",appearance:"none",border:"none",textDecoration:"none",background:"transparent",cursor:"pointer",color:b,transition:e.getTransition("color")},e.getFocusJssStyle({offset:T?-5:-4})),e.hoverMediaQuery({"&:not(:disabled):hover":{color:w}})),{"&:active":{color:v},"&:disabled":j}),C&&d&&Object.assign(Object.assign({right:e.pxToRemWithUnit(40)},g&&{"&+button[type=button]":j}),{"&+button[type=submit]":{right:0}}))}),root:{display:"block",position:"relative"}},n.getLabelStyles("input",t,i,r,f,a&&{unit:Object.assign(Object.assign({position:"absolute",bottom:0,["suffix"===l?"right":"left"]:0,padding:e.pxToRemWithUnit(12),zIndex:1,boxSizing:"border-box"},h.textSmall),{color:m})})),o.getFunctionalComponentRequiredStyles(f)),o.getFunctionalComponentStateMessageStyles(f,r)),C&&(p||!d)&&{icon:{position:"absolute",left:0,bottom:0,color:m,padding:e.pxToRemWithUnit(12),pointerEvents:"none"}}),{"sr-only":Object.assign(Object.assign({},e.getScreenReaderOnlyJssStyle()),{padding:0})}))},b=t=>e.getCss(e.buildSlottedStyles(t,Object.assign(Object.assign({},e.getBaseSlottedStyles()),{'& input::-webkit-outer-spin-button, & input::-webkit-inner-spin-button, & input[type="search"]::-webkit-search-decoration':{WebkitAppearance:"none",appearance:"none"},'& input[type="search"]::-webkit-search-cancel-button':{display:"none"},'& input[type="text"]':{"&::-webkit-contacts-auto-fill-button, &::-webkit-credentials-auto-fill-button":{marginRight:"2.4375rem"}}}))),m={label:e.AllowedTypes.string,unit:e.AllowedTypes.string,unitPosition:e.AllowedTypes.oneOf(["prefix","suffix"]),description:e.AllowedTypes.string,state:e.AllowedTypes.oneOf(o.FORM_STATES),message:e.AllowedTypes.string,hideLabel:e.AllowedTypes.breakpoint("boolean"),showCharacterCount:e.AllowedTypes.boolean,actionIcon:e.AllowedTypes.oneOf(["locate",void 0]),actionLoading:e.AllowedTypes.boolean};return Fs.p_text_field_wrapper=class{constructor(t){e.registerInstance(this,t),this.action=e.createEvent(this,"action",3),this.label="",this.unit="",this.unitPosition="prefix",this.description="",this.state="none",this.message="",this.hideLabel=!1,this.showCharacterCount=!0,this.actionLoading=!1,this.showPassword=!1,this.isClearable=!1,this.onLabelClick=()=>{this.input.focus()},this.togglePassword=()=>{this.input.type=u(this.input.type,"password")?"text":"password",this.showPassword=!this.showPassword,this.onLabelClick()},this.onSubmit=e=>{i.handleButtonEvent(e,this.host,(()=>"submit"),(()=>this.input.disabled))},this.onClear=()=>{this.onLabelClick(),this.input.value="",g(this.input)},this.observeAttributes=()=>{e.observeAttributes(this.input,["disabled","readonly","required"],(()=>e.forceUpdate(this.host)))},this.setInputStyles=()=>{p(this.input,this.unitOrCounterElement,this.isCounterVisible?"suffix":this.unitPosition,this.state)}}connectedCallback(){a.attachSlottedCss(this.host,b),this.observeAttributes()}componentWillLoad(){var e,t;this.input=l.getOnlyChildOfKindHTMLElementOrThrow(this.host,["text","number","email","tel","search","url","date","time","month","week","password"].map((e=>`input[type=${e}]`)).join(",")),this.observeAttributes(),this.isSearch=u(this.input.type,"search"),this.isPassword=u(this.input.type,"password"),this.isWithinForm=(e=this.host,!!c.getClosestHTMLElement(e,"form")),this.hasAction="locate"===this.actionIcon,this.hasCounter=(t=this.input,u(t.type,"text")&&d.hasCounter(t)),this.isCounterVisible=this.showCharacterCount&&this.hasCounter,this.hasUnit=!this.isCounterVisible&&(({type:e},t)=>!!t&&(u(e,"text")||u(e,"number")))(this.input,this.unit),this.isSearch&&(this.isClearable=!!this.input.value,r.observeProperties(this.input,["value"],(()=>this.isClearable=!!this.input.value)))}componentDidLoad(){var e,t;this.hasCounter?d.addInputEventListenerForCounter(this.input,this.ariaElement,this.isCounterVisible&&this.unitOrCounterElement,this.setInputStyles):this.isSearch&&(e=this.input,t=e=>this.isClearable=e,e.addEventListener("input",(e=>{t(!!e.target.value)})),e.addEventListener("keydown",(e=>{"Escape"===e.key&&e.target.value&&(e.preventDefault(),e.target.value="",g(e.target))})))}componentWillRender(){e.validateProps(this,m),(e=>{if(e.length>5)throw new RangeError(`unit: ${e} passed to 'p-text-field-wrapper' exceeds the maximum length of 5`)})(this.unit),e.attachComponentCss(this.host,f,this.input.disabled,this.hideLabel,this.state,this.hasUnit||this.isCounterVisible,this.isCounterVisible?"suffix":this.unitPosition,this.isPassword?"password":this.input.type,this.isWithinForm,this.hasAction,this.hasAction&&this.actionLoading)}componentDidRender(){this.setInputStyles(),t.setAriaAttributes(this.input,{label:this.label,message:this.message||this.description,state:this.state})}disconnectedCallback(){e.unobserveAttributes(this.input)}render(){const{readOnly:t,disabled:i}=this.input,r=i||t,a={onClick:this.onLabelClick},l={color:"inherit","aria-hidden":"true"},c=e.getPrefixedTagNames(this.host);return e.h(e.Host,null,e.h("div",{class:"root"},e.h("label",{class:"label"},o.hasLabel(this.host,this.label)&&e.h("span",Object.assign({class:"label__text"},a),this.label||e.h("slot",{name:"label"}),s.isRequiredAndParentNotRequired(this.host,this.input)&&e.h(o.Required,null)),n.hasDescription(this.host,this.description)&&e.h("span",Object.assign({class:"label__text label__text--description"},a),this.description||e.h("slot",{name:"description"})),(this.hasUnit||this.isCounterVisible)&&e.h("span",Object.assign({class:"unit"},a,{ref:e=>this.unitOrCounterElement=e,"aria-hidden":"true"}),this.unit),e.h("slot",null),this.hasCounter&&e.h("span",{class:"sr-only",ref:e=>this.ariaElement=e,"aria-live":"polite"})),this.isPassword?e.h("button",{type:"button",onClick:this.togglePassword,disabled:i,"aria-pressed":this.showPassword?"true":"false"},e.h("span",{class:"sr-only"},"Toggle password visibility"),e.h(c.pIcon,Object.assign({name:this.showPassword?"view-off":"view"},l))):this.isSearch&&[e.h("button",{type:"button",tabIndex:-1,hidden:!this.isClearable,disabled:r,onClick:this.onClear},e.h(c.pIcon,Object.assign({name:"close"},l))),this.hasAction&&e.h("button",{type:"button",hidden:this.isClearable,disabled:r,onClick:this.actionLoading?null:()=>this.action.emit()},e.h("span",{class:"sr-only"},"Locate me"),this.actionLoading?e.h(c.pSpinner,{size:"inherit"}):e.h(c.pIcon,Object.assign({name:"locate"},l))),this.isWithinForm?e.h("button",{type:"submit",disabled:r,onClick:this.onSubmit},e.h("span",{class:"sr-only"},"Search"),e.h(c.pIcon,Object.assign({name:"search"},l))):e.h(c.pIcon,Object.assign({class:"icon",name:"search"},l))]),o.hasMessage(this.host,this.message,this.state)&&e.h(o.StateMessage,{state:this.state,message:this.message,host:this.host}))}get host(){return e.getElement(this)}},Fs}var Vs,Js={};function Xs(){if(Vs)return Js;Vs=1,Object.defineProperty(Js,"__esModule",{value:!0});const e=br(),t=Xe(),i=bn(),n=to(),o=Zt(),s=cn(),r=nt(),a=Vt(),l=Kn();it(),It();const c=t=>e.getCss({"@global":{":host":{counterReset:e.addImportantToRule("section"),display:"block"},"[role]":Object.assign({display:"block",padding:0,margin:0,color:e.getThemedColors(t).baseColor},r.textSmall)}}),d=t=>e.getCss(e.buildSlottedStyles(t,e.getBaseSlottedStyles({withDarkTheme:!0}))),h={listType:e.AllowedTypes.oneOf(["unordered","ordered"]),orderType:e.AllowedTypes.oneOf(["numbered","alphabetically"]),theme:e.AllowedTypes.oneOf(s.THEMES)},u=(t,i)=>t&&"unordered"===i&&{"&:before":{height:"1px",width:e.pxToRemWithUnit(8),top:"calc(1.5em / 2)"}},p=(t,i,n)=>"ordered"===t?{paddingLeft:e.pxToRemWithUnit(40),"&:before":Object.assign({content:`counters(section, ".", ${"numbered"===i?"decimal":"lower-latin"}) ${n?"":'"."'}`,right:"calc(100% - 24px)",top:0,width:"auto",height:"auto",counterIncrement:"section",textAlign:"right",backgroundColor:"transparent"},r.textSmall)}:{"&:before":{content:'""',left:0,top:"calc(1.5em / 2 - 0.125em)",width:e.pxToRemWithUnit(4),height:e.pxToRemWithUnit(4),backgroundColor:"currentColor"}},g=(t,i,n)=>e.getCss({"@global":{":host":e.addImportantToEachRule(e.mergeDeep({position:"relative",display:"list-item",color:"inherit",listStyleType:"none",paddingLeft:e.pxToRemWithUnit(24),"&:before":{position:"absolute"}},p(t,i,n),u(n,t)))}});return Js.p_text_list=class{constructor(t){e.registerInstance(this,t),this.listType="unordered",this.orderType="numbered",this.theme="light"}handleListTypeChange(){n.updateChildren(this.host)}handleOrderTypeChange(){n.updateChildren(this.host)}connectedCallback(){i.attachSlottedCss(this.host,d)}componentWillRender(){e.validateProps(this,h),e.attachComponentCss(this.host,c,this.theme)}render(){const i="unordered"===this.listType?"ul":"ol",n=e.getPrefixedTagNames(this.host),s=!!t.getClosestHTMLElement(this.host,n.pTextListItem);return e.h(e.Host,Object.assign({nested:s},o.getDataThemeDarkAttribute(this.theme)),e.h(i,{role:"list"},e.h("slot",null)))}get host(){return e.getElement(this)}static get watchers(){return{listType:["handleListTypeChange"],orderType:["handleOrderTypeChange"]}}},Js.p_text_list_item=class{constructor(t){e.registerInstance(this,t)}connectedCallback(){l.throwIfParentIsNotOfKind(this.host,"p-text-list")}componentWillRender(){const t=this.host.parentElement;if(t){const{listType:i,orderType:n}=t,o=""===a.getAttribute(t,"nested");e.attachComponentCss(this.host,g,i,n,o)}}render(){return e.h(e.Host,{role:"listitem"},e.h("slot",null))}get host(){return e.getElement(this)}},Js}var Ks,Gs={};function Qs(){if(Ks)return Gs;Ks=1,Object.defineProperty(Gs,"__esModule",{value:!0});const e=br(),t=bn(),i=Zt(),n=cn(),o=ho(),s=yo(),r=En(),a=xo(),l=bt(),c=nt();Ui(),Pi(),Mt(),it(),co();const d=(t,i,n,s,r,d)=>e.getCss({"@global":{":host":{display:"block"},"::slotted":{"&(p),&(address),&(blockquote),&(figcaption),&(cite),&(time),&(legend)":e.addImportantToEachRule(o.getSlottedTypographyJssStyle())}},root:Object.assign(Object.assign(Object.assign(Object.assign({display:"inherit",padding:0,margin:0,textAlign:n},c.textSmall),{color:a.getThemedTextColor(d,s),listStyleType:"none",whiteSpace:"inherit",transition:"font-size 1ms linear"}),r&&o.getEllipsisJssStyle()),e.buildResponsiveStyles(t,(e=>{const t=l.getFontWeight(i);return"inherit"===e?{lineHeight:e,fontSize:e,fontWeight:t}:{font:o.textMap[e].font.replace("400",t)}})))}),h=t=>e.getCss(e.buildSlottedStyles(t,Object.assign({"& button":{margin:0,padding:0,background:0,border:0,cursor:"pointer",font:"inherit"}},Object.entries(e.getBaseSlottedStyles({withDarkTheme:!0})).reduce(((e,[t,i])=>(e[t.includes(" a")?`${t},${t.replace(" a"," button")}`:t]=i,e)),{})))),u={tag:e.AllowedTypes.oneOf(["p","span","div","address","blockquote","figcaption","cite","time","legend"]),size:e.AllowedTypes.breakpoint(r.TEXT_SIZES),weight:e.AllowedTypes.oneOf(r.TEXT_WEIGHTS),align:e.AllowedTypes.oneOf(o.TEXT_ALIGNS),color:e.AllowedTypes.oneOf(s.TEXT_COLORS),ellipsis:e.AllowedTypes.boolean,theme:e.AllowedTypes.oneOf(n.THEMES)};return Gs.p_text=class{constructor(t){e.registerInstance(this,t),this.tag="p",this.size="small",this.weight="regular",this.align="left",this.color="default",this.ellipsis=!1,this.theme="light"}connectedCallback(){t.attachSlottedCss(this.host,h)}componentWillRender(){e.validateProps(this,u),e.attachComponentCss(this.host,d,this.size,this.weight,this.align,this.color,this.ellipsis,this.theme)}componentDidLoad(){o.setLineHeightOnSizeInherit(this.size,this.textTag)}render(){const t=e.getHTMLElement(this.host,":first-child"),n=(null==t?void 0:t.matches("p,span,div,address,blockquote,figcaption,cite,time,legend"))?"div":this.tag;return e.h(e.Host,Object.assign({},i.getDataThemeDarkAttribute(this.theme)),e.h(n,{class:"root",ref:e=>this.textTag=e},e.h("slot",null)))}get host(){return e.getElement(this)}},Gs}var Zs,Ys={};function er(){if(Zs)return Ys;Zs=1,Object.defineProperty(Ys,"__esModule",{value:!0});const e=br(),t=Pe(),i=Wt(),n=jt(),o=$t(),s=bn(),r=ai(),a=nt(),l=Ht();Re(),_e(),wt(),Mt(),it(),St(),It(),ti(),ri();const c=(t,s,r,l,c)=>{const d="light",h=o.isVisibleFormState(r),{contrastMediumColor:u}=e.getThemedColors(d),p=e.pxToRemWithUnit(h?10:11);return e.getCss(Object.assign(Object.assign(Object.assign(Object.assign({"@global":Object.assign({":host":{display:"block"}},e.mergeDeep(e.addImportantToEachRule(i.getBaseChildStyles("textarea",r,d,{padding:l?[p,p,e.pxToRemWithUnit(36)].join(" "):p,resize:"vertical"})),{"::slotted(textarea)":{minHeight:e.pxToRemWithUnit(192)}}))},i.getLabelStyles("textarea",t,s,r,d,l&&{counter:Object.assign(Object.assign({position:"absolute",bottom:e.pxToRemWithUnit(6),right:e.pxToRemWithUnit(12),zIndex:1},a.textSmall),{color:u})})),n.getFunctionalComponentRequiredStyles(d)),n.getFunctionalComponentStateMessageStyles(d,r)),c&&{"sr-only":Object.assign(Object.assign({},e.getScreenReaderOnlyJssStyle()),{padding:0})}))},d=t=>e.getCss(e.buildSlottedStyles(t,e.getBaseSlottedStyles())),h={label:e.AllowedTypes.string,description:e.AllowedTypes.string,state:e.AllowedTypes.oneOf(n.FORM_STATES),message:e.AllowedTypes.string,hideLabel:e.AllowedTypes.breakpoint("boolean"),showCharacterCount:e.AllowedTypes.boolean};return Ys.p_textarea_wrapper=class{constructor(t){e.registerInstance(this,t),this.label="",this.description="",this.state="none",this.message="",this.hideLabel=!1,this.showCharacterCount=!0,this.onLabelClick=()=>{this.textarea.focus()},this.observeAttributes=()=>{e.observeAttributes(this.textarea,["disabled","readonly","required"],(()=>e.forceUpdate(this.host)))}}connectedCallback(){s.attachSlottedCss(this.host,d),this.observeAttributes()}componentWillLoad(){this.textarea=r.getOnlyChildOfKindHTMLElementOrThrow(this.host,"textarea"),this.observeAttributes(),this.hasCounter=l.hasCounter(this.textarea),this.isCounterVisible=this.showCharacterCount&&this.hasCounter}componentDidLoad(){this.hasCounter&&l.addInputEventListenerForCounter(this.textarea,this.ariaElement,this.counterElement)}componentWillRender(){e.validateProps(this,h),e.attachComponentCss(this.host,c,this.textarea.disabled,this.hideLabel,this.state,this.isCounterVisible,this.hasCounter)}componentDidRender(){t.setAriaAttributes(this.textarea,{label:this.label,message:this.message||this.description,state:this.state})}disconnectedCallback(){e.unobserveAttributes(this.textarea)}render(){const t={onClick:this.onLabelClick};return e.h(e.Host,null,e.h("label",{class:"label"},n.hasLabel(this.host,this.label)&&e.h("span",Object.assign({class:"label__text"},t),this.label||e.h("slot",{name:"label"}),o.isRequiredAndParentNotRequired(this.host,this.textarea)&&e.h(n.Required,null)),i.hasDescription(this.host,this.description)&&e.h("span",Object.assign({class:"label__text label__text--description"},t),this.description||e.h("slot",{name:"description"})),this.isCounterVisible&&e.h("span",Object.assign({class:"counter"},t,{"aria-hidden":"true",ref:e=>this.counterElement=e})),e.h("slot",null),this.hasCounter&&e.h("span",{class:"sr-only",ref:e=>this.ariaElement=e,"aria-live":"polite"})),n.hasMessage(this.host,this.message,this.state)&&e.h(n.StateMessage,{state:this.state,message:this.message,host:this.host}))}get host(){return e.getElement(this)}},Ys}var tr,ir={};function nr(){if(tr)return ir;tr=1,Object.defineProperty(ir,"__esModule",{value:!0});const e=br(),t=Hi(),i=at(),n=pi(),o=cn(),s=ms(),r=nt();Ei(),it();const a=new class{constructor(){this.messages=[],this.dismissToastItem=()=>{this.removeTimeout(),this.messages.shift(),this.onDismissCallback(),setTimeout((()=>e.forceUpdate(this.toastEl)),t.ANIMATION_DURATION)}}register(e,t){if(this.toastEl)throw new Error("<p-toast> was rendered multiple times.");this.toastEl=e,this.onDismissCallback=t}unregister(){this.toastEl=null,this.messages=[],this.removeTimeout()}addMessage(t){if(!this.toastEl)throw new Error("Missing <p-toast> element.");if(!t.text)throw new Error("Empty text provided to addMessage.");const i=Object.assign({state:"neutral"},t),{length:n}=this.messages;this.messages.push(i),n||e.forceUpdate(this.toastEl)}getToast(){return this.startTimeout(),this.messages[0]}startTimeout(){this.messages.length&&(this.timeout=setTimeout(this.dismissToastItem,6e3))}removeTimeout(){clearTimeout(this.timeout),this.timeout=null}},l="--p-toast-position-bottom-internal",c="close",d=()=>e.getCss({"@global":{":host":e.addImportantToEachRule({position:"fixed",left:n.gridSafeZone.base,right:n.gridSafeZone.base,[l]:`var(--p-toast-position-bottom, ${e.pxToRemWithUnit(56)})`,bottom:`var(${l})`,maxWidth:"42rem",zIndex:i.TOAST_Z_INDEX,[e.mediaQueryMin("s")]:{left:e.pxToRemWithUnit(64),right:"auto",[l]:`var(--p-toast-position-bottom, ${e.pxToRemWithUnit(64)})`,bottom:`var(${l})`}}),"@keyframes in":t.getKeyframesMobile("in",l),"@keyframes out":t.getKeyframesMobile("out",l)},hydrated:t.getAnimationIn("in",!1),[c]:t.getAnimationOut("out")}),h={theme:e.AllowedTypes.oneOf(o.THEMES)},u=(i,n)=>{const o=e.getThemedColors("light").baseColor;return e.getCss({"@global":{":host":Object.assign(Object.assign({},t.getNotificationRootJssStyle(i,n)),t.getBoxShadow()),p:Object.assign(Object.assign({},r.textSmall),{margin:0,color:o})},icon:t.getNotificationIconJssStyle(i),content:t.getNotificationContentJssStyle(),close:t.getCloseIconJssStyle()})},p={text:e.AllowedTypes.string,state:e.AllowedTypes.oneOf(["neutral","success"]),theme:e.AllowedTypes.oneOf(o.THEMES)};return ir.p_toast=class{constructor(t){e.registerInstance(this,t),this.theme="light"}addMessage(e){a.addMessage(e)}connectedCallback(){e.attachComponentCss(this.host,d),a.register(this.host,(()=>this.toastItemElement.classList.add(c)))}componentDidLoad(){this.host.addEventListener("dismiss",(e=>{e.stopPropagation(),a.dismissToastItem()}))}componentShouldUpdate(e,t,i){return"theme"!==i}componentWillRender(){var t;e.validateProps(this,h),null===(t=this.toastItemElement)||void 0===t||t.classList.remove(c)}disconnectedCallback(){a.unregister()}render(){const t=e.getPrefixedTagNames(this.host),i=a.getToast();return e.h(e.Host,null,i&&e.h(t.pToastItem,Object.assign({},i,{theme:this.theme,ref:e=>this.toastItemElement=e})))}get host(){return e.getElement(this)}},ir.p_toast_item=class{constructor(t){e.registerInstance(this,t),this.dismiss=e.createEvent(this,"dismiss",7),this.text="",this.state="neutral",this.theme="light"}connectedCallback(){s.throwIfRootNodeIsNotOneOfKind(this.host,["p-toast"])}componentWillRender(){e.validateProps(this,p),e.attachComponentCss(this.host,u,this.state,this.theme)}render(){const i="toast",n=e.getPrefixedTagNames(this.host);return e.h(e.Host,null,e.h(n.pIcon,{class:"icon",name:t.getIconName(this.state),color:"inherit","aria-hidden":"true"}),e.h("p",{id:i,class:"content",role:"status","aria-live":"polite"},this.text),e.h(n.pButtonPure,{class:"close",type:"button",icon:"close",hideLabel:!0,"aria-controls":i,onClick:this.dismiss.emit},"Close notification message"))}get host(){return e.getElement(this)}},ir}var or,sr,rr={};function ar(){if(or)return rr;or=1;const e=br(),t=He();return(()=>{const t="undefined"==typeof document?new(cr("/projects/jsdom-polyfill/src/lib")("url").URL)("file:"+__filename).href:document.currentScript&&document.currentScript.src||new URL("porsche-design-system.cjs.js",document.baseURI).href,i={};return""!==t&&(i.resourcesUrl=new URL(".",t).href),e.promiseResolve(i)})().then((i=>(window.PDS_SKIP_FETCH||t.globalScripts(),e.bootstrapLazy([["p-table_7.cjs",[[1,"p-table",{caption:[1],isScrollIndicatorVisible:[32],isScrollable:[32]}],[1,"p-table-body"],[1,"p-table-cell",{multiline:[4]}],[1,"p-table-head"],[1,"p-table-head-cell",{sort:[16],hideLabel:[4,"hide-label"],multiline:[4]}],[1,"p-table-head-row"],[1,"p-table-row"]]],["p-banner_2.cjs",[[1,"p-banner",{state:[1],persistent:[4],width:[1],theme:[1]}],[1,"p-inline-notification",{heading:[1],description:[1],state:[1],persistent:[4],actionLabel:[1,"action-label"],actionLoading:[4,"action-loading"],actionIcon:[1,"action-icon"],theme:[1]}]]],["p-button_2.cjs",[[17,"p-button",{tabbable:[4],type:[1],disabled:[4],loading:[4],variant:[1],icon:[1],iconSource:[1,"icon-source"],hideLabel:[8,"hide-label"],theme:[1],aria:[1]},[[2,"click","onClick"]]],[1,"p-button-group",{direction:[1]}]]],["p-flex_2.cjs",[[1,"p-flex",{inline:[8],wrap:[1],direction:[1],justifyContent:[1,"justify-content"],alignItems:[1,"align-items"],alignContent:[1,"align-content"]}],[1,"p-flex-item",{width:[1],offset:[1],alignSelf:[1,"align-self"],grow:[8],shrink:[8],flex:[1]}]]],["p-grid_2.cjs",[[1,"p-grid",{direction:[1],wrap:[1],gutter:[8]}],[1,"p-grid-item",{size:[8],offset:[8]}]]],["p-segmented-control_2.cjs",[[1,"p-segmented-control",{backgroundColor:[1,"background-color"],theme:[1],value:[8]}],[17,"p-segmented-control-item",{value:[8],disabled:[4],label:[1],icon:[1],iconSource:[1,"icon-source"]},[[2,"click","onClick"]]]]],["p-select-wrapper_2.cjs",[[1,"p-select-wrapper",{label:[1],description:[1],state:[1],message:[1],hideLabel:[8,"hide-label"],filter:[4],theme:[1],dropdownDirection:[1,"dropdown-direction"],native:[4]}],[1,"p-select-wrapper-dropdown",{selectRef:[16],label:[1],description:[1],message:[1],state:[1],direction:[1],theme:[1],filter:[4],required:[4],disabled:[4],onOpenChange:[16],isOpenOverride:[4,"is-open-override"],isOpen:[32],optionMaps:[32],searchString:[32]}]]],["p-stepper-horizontal_2.cjs",[[1,"p-stepper-horizontal",{size:[1],theme:[1]}],[17,"p-stepper-horizontal-item",{state:[1],disabled:[4]},[[2,"click","onClick"]]]]],["p-tabs_2.cjs",[[1,"p-tabs",{size:[1],weight:[1],theme:[1],gradientColorScheme:[1,"gradient-color-scheme"],activeTabIndex:[1026,"active-tab-index"],tabsItemElements:[32]}],[1,"p-tabs-item",{label:[1]}]]],["p-tag_2.cjs",[[1,"p-tag",{theme:[1],color:[1],icon:[1],iconSource:[1,"icon-source"]}],[17,"p-tag-dismissible",{color:[1],label:[1],aria:[1]}]]],["p-text-list_2.cjs",[[1,"p-text-list",{listType:[1,"list-type"],orderType:[1,"order-type"],theme:[1]}],[1,"p-text-list-item"]]],["p-toast_2.cjs",[[1,"p-toast",{theme:[1],addMessage:[64]}],[1,"p-toast-item",{text:[1],state:[1],theme:[1]}]]],["p-accordion.cjs",[[1,"p-accordion",{size:[1],theme:[1],heading:[1],tag:[1],open:[4],compact:[4]}]]],["p-button-pure.cjs",[[17,"p-button-pure",{tabbable:[4],type:[1],disabled:[4],loading:[4],size:[1],weight:[1],icon:[1],iconSource:[1,"icon-source"],active:[4],hideLabel:[8,"hide-label"],alignLabel:[1,"align-label"],stretch:[8],theme:[1],aria:[1]},[[2,"click","onClick"]]]]],["p-carousel.cjs",[[1,"p-carousel",{heading:[1],description:[1],wrapContent:[4,"wrap-content"],slidesPerPage:[1032,"slides-per-page"],disablePagination:[1032,"disable-pagination"],intl:[1],theme:[1],amountOfPages:[32]}]]],["p-checkbox-wrapper.cjs",[[1,"p-checkbox-wrapper",{label:[1],state:[1],message:[1],hideLabel:[8,"hide-label"]}]]],["p-content-wrapper.cjs",[[1,"p-content-wrapper",{width:[1],backgroundColor:[1,"background-color"],theme:[1]}]]],["p-divider.cjs",[[1,"p-divider",{color:[1],orientation:[1],theme:[1]}]]],["p-fieldset-wrapper.cjs",[[1,"p-fieldset-wrapper",{label:[1],labelSize:[1,"label-size"],required:[4],state:[1],message:[1]}]]],["p-headline.cjs",[[1,"p-headline",{variant:[1],tag:[1],align:[1],color:[1],ellipsis:[4],theme:[1]}]]],["p-icon.cjs",[[1,"p-icon",{name:[1],source:[1],color:[1],size:[1],lazy:[4],theme:[1],aria:[1]}]]],["p-link.cjs",[[17,"p-link",{variant:[1],icon:[1],iconSource:[1,"icon-source"],href:[1],theme:[1],target:[1],download:[1],rel:[1],hideLabel:[8,"hide-label"],aria:[1]}]]],["p-link-pure.cjs",[[17,"p-link-pure",{alignLabel:[1,"align-label"],stretch:[8],size:[1],weight:[1],icon:[1],iconSource:[1,"icon-source"],href:[1],active:[4],hideLabel:[8,"hide-label"],theme:[1],target:[1],download:[1],rel:[1],aria:[1]}]]],["p-link-social.cjs",[[17,"p-link-social",{icon:[1],iconSource:[1,"icon-source"],href:[1],theme:[1],target:[1],rel:[1],hideLabel:[8,"hide-label"]}]]],["p-link-tile.cjs",[[17,"p-link-tile",{size:[1],weight:[1],aspectRatio:[1,"aspect-ratio"],label:[1],description:[1],align:[1],gradient:[4],compact:[1032],href:[1],target:[1],download:[1],rel:[1],aria:[1]}]]],["p-marque.cjs",[[17,"p-marque",{trademark:[4],size:[1],href:[1],target:[1],aria:[1]}]]],["p-modal.cjs",[[1,"p-modal",{open:[4],disableCloseButton:[4,"disable-close-button"],disableBackdropClick:[4,"disable-backdrop-click"],heading:[1],fullscreen:[8],aria:[1]}]]],["p-pagination.cjs",[[17,"p-pagination",{totalItemsCount:[2,"total-items-count"],itemsPerPage:[2,"items-per-page"],activePage:[1026,"active-page"],maxNumberOfPageLinks:[8,"max-number-of-page-links"],allyLabel:[1,"ally-label"],allyLabelPrev:[1,"ally-label-prev"],allyLabelPage:[1,"ally-label-page"],allyLabelNext:[1,"ally-label-next"],theme:[1],breakpointMaxNumberOfPageLinks:[32]}]]],["p-popover.cjs",[[1,"p-popover",{direction:[1],description:[1],aria:[1],open:[32]}]]],["p-radio-button-wrapper.cjs",[[1,"p-radio-button-wrapper",{label:[1],state:[1],message:[1],hideLabel:[8,"hide-label"]}]]],["p-scroller.cjs",[[1,"p-scroller",{theme:[1],gradientColorScheme:[1,"gradient-color-scheme"],scrollToPosition:[1,"scroll-to-position"],scrollIndicatorPosition:[1,"scroll-indicator-position"],isPrevHidden:[32],isNextHidden:[32]}]]],["p-spinner.cjs",[[1,"p-spinner",{size:[1],theme:[1],aria:[1]}]]],["p-switch.cjs",[[17,"p-switch",{alignLabel:[1,"align-label"],hideLabel:[8,"hide-label"],stretch:[8],checked:[4],disabled:[4],loading:[4],tabbable:[4],theme:[1]},[[2,"click","onClick"]]]]],["p-tabs-bar.cjs",[[1,"p-tabs-bar",{size:[1],weight:[1],theme:[1],gradientColorScheme:[1,"gradient-color-scheme"],activeTabIndex:[2,"active-tab-index"],tabElements:[32]}]]],["p-text.cjs",[[1,"p-text",{tag:[1],size:[1],weight:[1],align:[1],color:[1],ellipsis:[4],theme:[1]}]]],["p-text-field-wrapper.cjs",[[1,"p-text-field-wrapper",{label:[1],unit:[1],unitPosition:[1,"unit-position"],description:[1],state:[1],message:[1],hideLabel:[8,"hide-label"],showCharacterCount:[4,"show-character-count"],actionIcon:[1,"action-icon"],actionLoading:[4,"action-loading"],showPassword:[32],isClearable:[32]}]]],["p-textarea-wrapper.cjs",[[1,"p-textarea-wrapper",{label:[1],description:[1],state:[1],message:[1],hideLabel:[8,"hide-label"],showCharacterCount:[4,"show-character-count"]}]]]],i)))),rr}function lr(){return sr||(sr={"/projects/jsdom-polyfill/src/index.js":vr,"/projects/jsdom-polyfill/src/lib/a11y-1abddc96.js":Pe,"/projects/jsdom-polyfill/src/lib/align-label-ec43792c.js":We,"/projects/jsdom-polyfill/src/lib/app-globals-c9ba46e0.js":He,"/projects/jsdom-polyfill/src/lib/button-aria-attributes-72e7209e.js":Ue,"/projects/jsdom-polyfill/src/lib/button-handling-b739a8ef.js":Ke,"/projects/jsdom-polyfill/src/lib/checkbox-radio-styles-45cce176.js":ot,"/projects/jsdom-polyfill/src/lib/constants-6ecb3cbb.js":at,"/projects/jsdom-polyfill/src/lib/focus-visible-fallback-3b37d1ba.js":dt,"/projects/jsdom-polyfill/src/lib/font-size-76fbabb5.js":pt,"/projects/jsdom-polyfill/src/lib/font-variant-3152c40c.js":it,"/projects/jsdom-polyfill/src/lib/font-weight-styles-eb6774e3.js":bt,"/projects/jsdom-polyfill/src/lib/form-state-1ea53b03.js":jt,"/projects/jsdom-polyfill/src/lib/form-styles-a1182874.js":Wt,"/projects/jsdom-polyfill/src/lib/form-utils-3e60ff9b.js":Ht,"/projects/jsdom-polyfill/src/lib/get-button-base-aria-attributes-c050d43e.js":Ut,"/projects/jsdom-polyfill/src/lib/getAttribute-8be566cd.js":Vt,"/projects/jsdom-polyfill/src/lib/getClickedItem-18a361ea.js":Kt,"/projects/jsdom-polyfill/src/lib/getClosestHTMLElement-338e7377.js":Xe,"/projects/jsdom-polyfill/src/lib/getDataThemeDarkAttribute-63921157.js":Zt,"/projects/jsdom-polyfill/src/lib/getHTMLElements-a066d55e.js":ti,"/projects/jsdom-polyfill/src/lib/getOnlyChildOfKindHTMLElementOrThrow-d7998a8a.js":ai,"/projects/jsdom-polyfill/src/lib/getSlotTextContent-5d19b5ec.js":di,"/projects/jsdom-polyfill/src/lib/grid-safe-zone-e3f9ef19.js":pi,"/projects/jsdom-polyfill/src/lib/grid-width-5508cf5a.js":bi,"/projects/jsdom-polyfill/src/lib/hasAttribute-cffeb74d.js":yi,"/projects/jsdom-polyfill/src/lib/hasNamedSlot-38ee846f.js":wt,"/projects/jsdom-polyfill/src/lib/headingMedium-38f6b98c.js":Ci,"/projects/jsdom-polyfill/src/lib/headingSmall-9c609bc4.js":ji,"/projects/jsdom-polyfill/src/lib/headingXSmall-48fa3f4c.js":Ei,"/projects/jsdom-polyfill/src/lib/headline-utils-89cdf9e2.js":Ii,"/projects/jsdom-polyfill/src/lib/index-a79275f1.js":Pi,"/projects/jsdom-polyfill/src/lib/index.cjs.js":Wi,"/projects/jsdom-polyfill/src/lib/inline-notification-utils-c37b149a.js":Hi,"/projects/jsdom-polyfill/src/lib/isParentOfKind-acf1e939.js":It,"/projects/jsdom-polyfill/src/lib/isSizeInherit-af19f37f.js":Ui,"/projects/jsdom-polyfill/src/lib/isVisibleFormState-9b326c48.js":$t,"/projects/jsdom-polyfill/src/lib/link-button-pure-styles-2d7c9fd6.js":Vi,"/projects/jsdom-polyfill/src/lib/link-button-styles-2704e814.js":Ki,"/projects/jsdom-polyfill/src/lib/link-button-variant-b6978694.js":Zi,"/projects/jsdom-polyfill/src/lib/link-utils-ea33fbd4.js":tn,"/projects/jsdom-polyfill/src/lib/loader.cjs.js":mr,"/projects/jsdom-polyfill/src/lib/p-accordion.cjs.entry.js":hn,"/projects/jsdom-polyfill/src/lib/p-banner_2.cjs.entry.js":mn,"/projects/jsdom-polyfill/src/lib/p-button_2.cjs.entry.js":wn,"/projects/jsdom-polyfill/src/lib/p-button-pure.cjs.entry.js":Rn,"/projects/jsdom-polyfill/src/lib/p-carousel.cjs.entry.js":$n,"/projects/jsdom-polyfill/src/lib/p-checkbox-wrapper.cjs.entry.js":Ln,"/projects/jsdom-polyfill/src/lib/p-content-wrapper.cjs.entry.js":Nn,"/projects/jsdom-polyfill/src/lib/p-divider.cjs.entry.js":zn,"/projects/jsdom-polyfill/src/lib/p-fieldset-wrapper.cjs.entry.js":Fn,"/projects/jsdom-polyfill/src/lib/p-flex_2.cjs.entry.js":Gn,"/projects/jsdom-polyfill/src/lib/p-grid_2.cjs.entry.js":io,"/projects/jsdom-polyfill/src/lib/p-headline.cjs.entry.js":uo,"/projects/jsdom-polyfill/src/lib/p-icon.cjs.entry.js":So,"/projects/jsdom-polyfill/src/lib/p-link-pure.cjs.entry.js":ko,"/projects/jsdom-polyfill/src/lib/p-link-social.cjs.entry.js":_o,"/projects/jsdom-polyfill/src/lib/p-link-tile.cjs.entry.js":Mo,"/projects/jsdom-polyfill/src/lib/p-link.cjs.entry.js":Do,"/projects/jsdom-polyfill/src/lib/p-marque.cjs.entry.js":Bo,"/projects/jsdom-polyfill/src/lib/p-modal.cjs.entry.js":qo,"/projects/jsdom-polyfill/src/lib/p-pagination.cjs.entry.js":Xo,"/projects/jsdom-polyfill/src/lib/p-popover.cjs.entry.js":Qo,"/projects/jsdom-polyfill/src/lib/p-radio-button-wrapper.cjs.entry.js":es,"/projects/jsdom-polyfill/src/lib/p-scroller.cjs.entry.js":rs,"/projects/jsdom-polyfill/src/lib/p-segmented-control_2.cjs.entry.js":cs,"/projects/jsdom-polyfill/src/lib/p-select-wrapper_2.cjs.entry.js":vs,"/projects/jsdom-polyfill/src/lib/p-spinner.cjs.entry.js":Ts,"/projects/jsdom-polyfill/src/lib/p-stepper-horizontal_2.cjs.entry.js":Ss,"/projects/jsdom-polyfill/src/lib/p-switch.cjs.entry.js":ks,"/projects/jsdom-polyfill/src/lib/p-table_7.cjs.entry.js":As,"/projects/jsdom-polyfill/src/lib/p-tabs_2.cjs.entry.js":Ms,"/projects/jsdom-polyfill/src/lib/p-tabs-bar.cjs.entry.js":Ds,"/projects/jsdom-polyfill/src/lib/p-tag_2.cjs.entry.js":Bs,"/projects/jsdom-polyfill/src/lib/p-text-field-wrapper.cjs.entry.js":qs,"/projects/jsdom-polyfill/src/lib/p-text-list_2.cjs.entry.js":Xs,"/projects/jsdom-polyfill/src/lib/p-text.cjs.entry.js":Qs,"/projects/jsdom-polyfill/src/lib/p-textarea-wrapper.cjs.entry.js":er,"/projects/jsdom-polyfill/src/lib/p-toast_2.cjs.entry.js":nr,"/projects/jsdom-polyfill/src/lib/porsche-design-system.cjs.js":ar,"/projects/jsdom-polyfill/src/lib/property-observer-51888ca1.js":ps,"/projects/jsdom-polyfill/src/lib/removeAttribute-5be430c3.js":Re,"/projects/jsdom-polyfill/src/lib/scrolling-690990bc.js":ss,"/projects/jsdom-polyfill/src/lib/setAttribute-577f81e1.js":_e,"/projects/jsdom-polyfill/src/lib/slotted-styles-692a7fe2.js":bn,"/projects/jsdom-polyfill/src/lib/spacing-e5cb5c6c.js":St,"/projects/jsdom-polyfill/src/lib/ssr-handling-eed92ef1.js":bo,"/projects/jsdom-polyfill/src/lib/sync-327caf7a.js":to,"/projects/jsdom-polyfill/src/lib/tabs-bar-utils-062211f6.js":Ls,"/projects/jsdom-polyfill/src/lib/text-color-72d4ce2d.js":yo,"/projects/jsdom-polyfill/src/lib/text-icon-styles-540b5155.js":xo,"/projects/jsdom-polyfill/src/lib/text-weight-95fe4a02.js":En,"/projects/jsdom-polyfill/src/lib/textLarge-c95195a3.js":co,"/projects/jsdom-polyfill/src/lib/textSmall-aee42a82.js":nt,"/projects/jsdom-polyfill/src/lib/textXSmall-5baf3697.js":Mt,"/projects/jsdom-polyfill/src/lib/theme-25a5ded7.js":cn,"/projects/jsdom-polyfill/src/lib/theme-extended-electric-4bdca7da.js":dn,"/projects/jsdom-polyfill/src/lib/theme-extended-electric-dark-ca273a17.js":Sn,"/projects/jsdom-polyfill/src/lib/throwIfInvalidLinkUsage-190dea80.js":$o,"/projects/jsdom-polyfill/src/lib/throwIfParentIsNotOfKind-c8e7975a.js":Kn,"/projects/jsdom-polyfill/src/lib/throwIfRootNodeIsNotOneOfKind-576a8e49.js":ms,"/projects/jsdom-polyfill/src/lib/transformSelectorToDirectChildSelector-68a1b92a.js":ri,"/projects/jsdom-polyfill/src/lib/typography-styles-d21f4574.js":ho,"/projects/jsdom-polyfill/src/lib/validateProps-7b4b9978.js":br})}function cr(e){function t(t){var i=dr(t,e);if(null!==i)return lr()[i]();throw new Error('Could not dynamically require "'+t+'". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.')}return t.resolve=function(t){var i=dr(t,e);return null!==i?i:require.resolve(t)},t}function dr(e,t){var i,n=function(e){var t=e[0];if("/"===t||"\\"===t)return!1;var i=e[1],n=e[2];return!(!("."!==t||i&&"/"!==i&&"\\"!==i)||!("."!==t||"."!==i||n&&"/"!==n&&"\\"!==n))&&(":"!==i||"/"!==n&&"\\"!==n)}(e);"/"===(e=hr(e))[0]&&(t="");for(var o=lr(),s=["",".js",".json"];!(i=hr(n?t+"/node_modules/"+e:t+"/"+e)).endsWith("/..");){for(var r=0;r<s.length;r++){var a=i+s[r];if(o[a])return a}if(!n)break;var l=hr(t+"/..");if(l===t)break;t=l}return null}function hr(e){for(var t=(e=e.replace(/\\/g,"/")).split("/"),i=""===t[0],n=1;n<t.length;n++)"."!==t[n]&&""!==t[n]||t.splice(n--,1);for(n=1;n<t.length;n++)".."===t[n]&&n>0&&".."!==t[n-1]&&"."!==t[n-1]&&(t.splice(--n,2),n--);return e=t.join("/"),i&&"/"!==e[0]?e="/"+e:0===e.length&&(e="."),e}var ur,pr,gr,fr={};function br(){return ur||(ur=1,function(e){function t(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(i){if("default"!==i){var n=Object.getOwnPropertyDescriptor(e,i);Object.defineProperty(t,i,n.get?n:{enumerable:!0,get:function(){return e[i]}})}})),t.default=e,Object.freeze(t)}let i,n,o=!1,s=!1;const r="undefined"!=typeof window?window:{},a=r.document||{head:{}},l={$flags$:0,$resourcesUrl$:"",jmp:e=>e(),raf:e=>requestAnimationFrame(e),ael:(e,t,i,n)=>e.addEventListener(t,i,n),rel:(e,t,i,n)=>e.removeEventListener(t,i,n),ce:(e,t)=>new CustomEvent(e,t)},c=e=>Promise.resolve(e),d=(e,t,i,n)=>{i&&i.map((([i,n,o])=>{const s=e,r=h(t,o),a=u(i);l.ael(s,n,r,a),(t.$rmListeners$=t.$rmListeners$||[]).push((()=>l.rel(s,n,r,a)))}))},h=(e,t)=>i=>{try{256&e.$flags$?e.$lazyInstance$[t](i):(e.$queuedListeners$=e.$queuedListeners$||[]).push([t,i])}catch(e){Y(e)}},u=e=>0!=(2&e),p="http://www.w3.org/1999/xlink",g={},f=e=>"object"===(e=typeof e)||"function"===e,b=(e,t,...i)=>{let n=null,o=null,s=!1,r=!1;const a=[],l=t=>{for(let i=0;i<t.length;i++)n=t[i],Array.isArray(n)?l(n):null!=n&&"boolean"!=typeof n&&((s="function"!=typeof e&&!f(n))&&(n=String(n)),s&&r?a[a.length-1].$text$+=n:a.push(s?m(null,n):n),r=s)};if(l(i),t){t.key&&(o=t.key);{const e=t.className||t.class;e&&(t.class="object"!=typeof e?e:Object.keys(e).filter((t=>e[t])).join(" "))}}if("function"==typeof e)return e(null===t?{}:t,a,y);const c=m(e,null);return c.$attrs$=t,a.length>0&&(c.$children$=a),c.$key$=o,c},m=(e,t)=>{const i={$flags$:0,$tag$:e,$text$:t,$elm$:null,$children$:null,$attrs$:null,$key$:null};return i},v={},y={forEach:(e,t)=>e.map(w).forEach(t),map:(e,t)=>e.map(w).map(t).map(T)},w=e=>({vattrs:e.$attrs$,vchildren:e.$children$,vkey:e.$key$,vname:e.$name$,vtag:e.$tag$,vtext:e.$text$}),T=e=>{if("function"==typeof e.vtag){const t=Object.assign({},e.vattrs);return e.vkey&&(t.key=e.vkey),e.vname&&(t.name=e.vname),b(e.vtag,t,...e.vchildren||[])}const t=m(e.vtag,e.vtext);return t.$attrs$=e.vattrs,t.$children$=e.vchildren,t.$key$=e.vkey,t.$name$=e.vname,t},C=(e,t,i,n,o,s)=>{if(i!==n){let a=Z(e,t),c=t.toLowerCase();if("class"===t){const t=e.classList,o=S(i),s=S(n);t.remove(...o.filter((e=>e&&!s.includes(e)))),t.add(...s.filter((e=>e&&!o.includes(e))))}else if("style"===t){for(const t in i)n&&null!=n[t]||(t.includes("-")?e.style.removeProperty(t):e.style[t]="");for(const t in n)i&&n[t]===i[t]||(t.includes("-")?e.style.setProperty(t,n[t]):e.style[t]=n[t])}else if("key"===t);else if("ref"===t)n&&n(e);else if(a||"o"!==t[0]||"n"!==t[1]){const r=f(n);if((a||r&&null!==n)&&!o)try{if(e.tagName.includes("-"))e[t]=n;else{const o=null==n?"":n;"list"===t?a=!1:null!=i&&e[t]==o||(e[t]=o)}}catch(e){}let l=!1;c!==(c=c.replace(/^xlink\:?/,""))&&(t=c,l=!0),null==n||!1===n?!1===n&&""!==e.getAttribute(t)||(l?e.removeAttributeNS(p,t):e.removeAttribute(t)):(!a||4&s||o)&&!r&&(n=!0===n?"":n,l?e.setAttributeNS(p,t,n):e.setAttribute(t,n))}else t="-"===t[2]?t.slice(3):Z(r,c)?c.slice(2):c[2]+t.slice(3),i&&l.rel(e,t,i,!1),n&&l.ael(e,t,n,!1)}},x=/\s/,S=e=>e?e.split(x):[],j=(e,t,i,n)=>{const o=11===t.$elm$.nodeType&&t.$elm$.host?t.$elm$.host:t.$elm$,s=e&&e.$attrs$||g,r=t.$attrs$||g;for(n in s)n in r||C(o,n,s[n],void 0,i,t.$flags$);for(n in r)C(o,n,s[n],r[n],i,t.$flags$)},O=(e,t,n,s)=>{const r=t.$children$[n];let l,c,d=0;if(null!==r.$text$)l=r.$elm$=a.createTextNode(r.$text$);else{if(o||(o="svg"===r.$tag$),l=r.$elm$=a.createElementNS(o?"http://www.w3.org/2000/svg":"http://www.w3.org/1999/xhtml",r.$tag$),o&&"foreignObject"===r.$tag$&&(o=!1),j(null,r,o),null!=i&&l["s-si"]!==i&&l.classList.add(l["s-si"]=i),r.$children$)for(d=0;d<r.$children$.length;++d)c=O(e,r,d),c&&l.appendChild(c);"svg"===r.$tag$?o=!1:"foreignObject"===l.tagName&&(o=!0)}return l},k=(e,t,i,o,s,r)=>{let a,l=e;for(l.shadowRoot&&l.tagName===n&&(l=l.shadowRoot);s<=r;++s)o[s]&&(a=O(null,i,s),a&&(o[s].$elm$=a,l.insertBefore(a,t)))},E=(e,t,i,n,o)=>{for(;t<=i;++t)(n=e[t])&&(o=n.$elm$,I(n),o.remove())},R=(e,t)=>e.$tag$===t.$tag$&&e.$key$===t.$key$,A=(e,t)=>{const i=t.$elm$=e.$elm$,n=e.$children$,s=t.$children$,r=t.$tag$,a=t.$text$;null===a?(o="svg"===r||"foreignObject"!==r&&o,"slot"===r||j(e,t,o),null!==n&&null!==s?((e,t,i,n)=>{let o,s,r=0,a=0,l=0,c=0,d=t.length-1,h=t[0],u=t[d],p=n.length-1,g=n[0],f=n[p];for(;r<=d&&a<=p;)if(null==h)h=t[++r];else if(null==u)u=t[--d];else if(null==g)g=n[++a];else if(null==f)f=n[--p];else if(R(h,g))A(h,g),h=t[++r],g=n[++a];else if(R(u,f))A(u,f),u=t[--d],f=n[--p];else if(R(h,f))A(h,f),e.insertBefore(h.$elm$,u.$elm$.nextSibling),h=t[++r],f=n[--p];else if(R(u,g))A(u,g),e.insertBefore(u.$elm$,h.$elm$),u=t[--d],g=n[++a];else{for(l=-1,c=r;c<=d;++c)if(t[c]&&null!==t[c].$key$&&t[c].$key$===g.$key$){l=c;break}l>=0?(s=t[l],s.$tag$!==g.$tag$?o=O(t&&t[a],i,l):(A(s,g),t[l]=void 0,o=s.$elm$),g=n[++a]):(o=O(t&&t[a],i,a),g=n[++a]),o&&h.$elm$.parentNode.insertBefore(o,h.$elm$)}r>d?k(e,null==n[p+1]?null:n[p+1].$elm$,i,n,a,p):a>p&&E(t,r,d)})(i,n,t,s):null!==s?(null!==e.$text$&&(i.textContent=""),k(i,null,t,s,0,s.length-1)):null!==n&&E(n,0,n.length-1),o&&"svg"===r&&(o=!1)):e.$text$!==a&&(i.data=a)},I=e=>{e.$attrs$&&e.$attrs$.ref&&e.$attrs$.ref(null),e.$children$&&e.$children$.map(I)},$=(e,t)=>{const o=e.$hostElement$,s=e.$vnode$||m(null,null),r=(a=t)&&a.$tag$===v?t:b(null,null,t);var a;n=o.tagName,r.$tag$=null,r.$flags$|=4,e.$vnode$=r,r.$elm$=s.$elm$=o.shadowRoot||o,i=o["s-sc"],A(s,r)},_=e=>G(e).$hostElement$,P=(e,t,i)=>{const n=l.ce(t,i);return e.dispatchEvent(n),n},L=(e,t)=>{t&&!e.$onRenderResolve$&&t["s-p"]&&t["s-p"].push(new Promise((t=>e.$onRenderResolve$=t)))},M=(e,t)=>{if(e.$flags$|=16,4&e.$flags$)return void(e.$flags$|=512);L(e,e.$ancestorComponent$);return le((()=>W(e,t)))},W=(e,t)=>{const i=(e.$cmpMeta$.$tagName$,()=>{}),n=e.$lazyInstance$;let o;return t?(e.$flags$|=256,e.$queuedListeners$&&(e.$queuedListeners$.map((([e,t])=>B(n,e,t))),e.$queuedListeners$=null),o=B(n,"componentWillLoad")):o=B(n,"componentWillUpdate"),o=U(o,(()=>B(n,"componentWillRender"))),i(),U(o,(()=>N(e,n)))},N=async(e,t,i)=>{const n=e.$hostElement$,o=(e.$cmpMeta$.$tagName$,()=>{}),s=n["s-rc"],r=(e.$cmpMeta$.$tagName$,()=>{});D(e,t),s&&(s.map((e=>e())),n["s-rc"]=void 0),r(),o();{const t=n["s-p"],i=()=>H(e);0===t.length?i():(Promise.all(t).then(i),e.$flags$|=4,t.length=0)}},D=(e,t,i)=>{try{t=t.render(),e.$flags$&=-17,e.$flags$|=2,$(e,t)}catch(t){Y(t,e.$hostElement$)}return null},H=e=>{e.$cmpMeta$.$tagName$;const t=e.$hostElement$,i=()=>{},n=e.$lazyInstance$,o=e.$ancestorComponent$;B(n,"componentDidRender"),64&e.$flags$?(B(n,"componentDidUpdate"),i()):(e.$flags$|=64,F(t),B(n,"componentDidLoad"),i(),e.$onReadyResolve$(t),o||z()),e.$onInstanceResolve$(t),e.$onRenderResolve$&&(e.$onRenderResolve$(),e.$onRenderResolve$=void 0),512&e.$flags$&&ae((()=>M(e,!1))),e.$flags$&=-517},z=e=>{F(a.documentElement),ae((()=>P(r,"appload",{detail:{namespace:"porsche-design-system"}})))},B=(e,t,i)=>{if(e&&e[t])try{return e[t](i)}catch(e){Y(e)}},U=(e,t)=>e&&e.then?e.then(t):t(),F=e=>e.classList.add("hydrated"),q=(e,t,i,n)=>{const o=G(e),s=o.$hostElement$,r=o.$instanceValues$.get(t),a=o.$flags$,l=o.$lazyInstance$;var c,d;c=i,d=n.$members$[t][0],i=null==c||f(c)?c:4&d?"false"!==c&&(""===c||!!c):2&d?parseFloat(c):1&d?String(c):c;const h=Number.isNaN(r)&&Number.isNaN(i);if((!(8&a)||void 0===r)&&(i!==r&&!h)&&(o.$instanceValues$.set(t,i),l)){if(n.$watchers$&&128&a){const e=n.$watchers$[t];e&&e.map((e=>{try{l[e](i,r,t)}catch(e){Y(e,s)}}))}if(2==(18&a)){if(l.componentShouldUpdate&&!1===l.componentShouldUpdate(i,r,t))return;M(o,!1)}}},V=(e,t,i)=>{if(t.$members$){e.watchers&&(t.$watchers$=e.watchers);const n=Object.entries(t.$members$),o=e.prototype;if(n.map((([e,[n]])=>{31&n||2&i&&32&n?Object.defineProperty(o,e,{get(){return t=e,G(this).$instanceValues$.get(t);var t},set(i){q(this,e,i,t)},configurable:!0,enumerable:!0}):1&i&&64&n&&Object.defineProperty(o,e,{value(...t){const i=G(this);return i.$onInstancePromise$.then((()=>i.$lazyInstance$[e](...t)))}})})),1&i){const t=new Map;o.attributeChangedCallback=function(e,i,n){l.jmp((()=>{const i=t.get(e);if(this.hasOwnProperty(i))n=this[i],delete this[i];else if(o.hasOwnProperty(i)&&"number"==typeof this[i]&&this[i]==n)return;this[i]=(null!==n||"boolean"!=typeof this[i])&&n}))},e.observedAttributes=n.filter((([e,t])=>15&t[0])).map((([e,i])=>{const n=i[1]||e;return t.set(n,e),n}))}}return e},J=e=>{B(e,"connectedCallback")},X=e=>{if(0==(1&l.$flags$)){const t=G(e),i=t.$cmpMeta$,n=(i.$tagName$,()=>{});if(1&t.$flags$)d(e,t,i.$listeners$),J(t.$lazyInstance$);else{t.$flags$|=1;{let i=e;for(;i=i.parentNode||i.host;)if(i["s-p"]){L(t,t.$ancestorComponent$=i);break}}i.$members$&&Object.entries(i.$members$).map((([t,[i]])=>{if(31&i&&e.hasOwnProperty(t)){const i=e[t];delete e[t],e[t]=i}})),(async(e,t,i,n,o)=>{if(0==(32&t.$flags$)){if(t.$flags$|=32,(o=te(i)).then){const e=()=>{};o=await o,e()}o.isProxied||(i.$watchers$=o.watchers,V(o,i,2),o.isProxied=!0);const e=(i.$tagName$,()=>{});t.$flags$|=8;try{new o(t)}catch(e){Y(e)}t.$flags$&=-9,t.$flags$|=128,e(),J(t.$lazyInstance$)}const s=t.$ancestorComponent$,r=()=>M(t,!0);s&&s["s-rc"]?s["s-rc"].push(r):r()})(0,t,i)}n()}},K=new WeakMap,G=e=>K.get(e),Q=(e,t)=>{const i={$flags$:0,$hostElement$:e,$cmpMeta$:t,$instanceValues$:new Map};return i.$onInstancePromise$=new Promise((e=>i.$onInstanceResolve$=e)),i.$onReadyPromise$=new Promise((e=>i.$onReadyResolve$=e)),e["s-p"]=[],e["s-rc"]=[],d(e,i,t.$listeners$),K.set(e,i)},Z=(e,t)=>t in e,Y=(e,t)=>(0,console.error)(e,t),ee=new Map,te=(e,i,n)=>{const o=e.$tagName$.replace(/-/g,"_"),s=e.$lazyBundleId$,r=ee.get(s);return r?r[o]:Promise.resolve().then((function(){return t(cr("/projects/jsdom-polyfill/src/lib")(`./${s}.entry.js`))})).then((e=>(ee.set(s,e),e[o])),Y)},ie=[],ne=[],oe=(e,t)=>i=>{e.push(i),s||(s=!0,t&&4&l.$flags$?ae(re):l.raf(re))},se=e=>{for(let t=0;t<e.length;t++)try{e[t](performance.now())}catch(e){Y(e)}e.length=0},re=()=>{se(ie),se(ne),(s=ie.length>0)&&l.raf(re)},ae=e=>c().then(e),le=oe(ne,!0);function ce(e,t){return e.querySelector(t)}function de(e,t){return ce(e.shadowRoot,t)}const he=e=>"string"==typeof e?JSON.parse(e.replace(/'/g,'"').replace(/[\s"]?([\w-]+)[\s"]?:/g,'"$1":')):e,ue=new Map,pe=new MutationObserver((e=>{e.filter((e=>e.oldValue!==e.target.getAttribute(e.attributeName))).filter(((e,t,i)=>i.findIndex((t=>t.target===e.target))===t)).forEach((e=>{var t;return null===(t=ue.get(e.target))||void 0===t?void 0:t()}))})),ge=["base","xs","s","m","l","xl"],fe=e=>{if("string"!=typeof e)return e;try{return JSON.parse(e.replace(/'/g,'"').replace(/[\s"]?([a-z]+)[\s"]?:([^//])/g,'"$1":$2'))}catch(t){return e}},be={xxs:"0px",xs:"480px",s:"760px",m:"1000px",l:"1300px",xl:"1760px",xxl:"1920px"},me={thin:100,regular:400,semiBold:600,bold:700},ve={xxs:0,xs:480,s:760,m:1e3,l:1300,xl:1760,xxl:1920};function ye(e){return`@media(min-width:${ve[e]}px)`}let we=Object.entries(be).filter((([e])=>"xxl"!==e)).map((([,e])=>`(min-width:${e})`)).map(window.matchMedia);const Te=new Map,Ce=()=>{Te.forEach((e=>{e()}))},xe=Object.entries(be).reduce(((e,[t,i])=>Object.assign(Object.assign({},e),{[i]:t})),{}),Se=new Map,je=e=>Se.has(e)?e:je(e.parentNode),Oe=new MutationObserver((e=>{e.filter(((e,t,i)=>i.findIndex((t=>t.target===e.target))===t)).map((e=>je(e.target))).forEach((e=>Se.get(e)()))})),ke=["p-accordion","p-banner","p-button","p-button-group","p-button-pure","p-carousel","p-checkbox-wrapper","p-content-wrapper","p-divider","p-fieldset-wrapper","p-flex","p-flex-item","p-grid","p-grid-item","p-headline","p-icon","p-inline-notification","p-link","p-link-pure","p-link-social","p-link-tile","p-marque","p-modal","p-pagination","p-popover","p-radio-button-wrapper","p-scroller","p-segmented-control","p-segmented-control-item","p-select-wrapper","p-select-wrapper-dropdown","p-spinner","p-stepper-horizontal","p-stepper-horizontal-item","p-switch","p-table","p-table-body","p-table-cell","p-table-head","p-table-head-cell","p-table-head-row","p-table-row","p-tabs","p-tabs-bar","p-tabs-item","p-tag","p-tag-dismissible","p-text","p-text-field-wrapper","p-text-list","p-text-list-item","p-textarea-wrapper","p-toast","p-toast-item"];function Ee(){return Ee=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)Object.prototype.hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},Ee.apply(this,arguments)}var Re="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},Ae="object"===("undefined"==typeof window?"undefined":Re(window))&&"object"===("undefined"==typeof document?"undefined":Re(document))&&9===document.nodeType;function Ie(e,t){for(var i=0;i<t.length;i++){var n=t[i];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function $e(e,t,i){return t&&Ie(e.prototype,t),i&&Ie(e,i),Object.defineProperty(e,"prototype",{writable:!1}),e}function _e(e,t){return _e=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},_e(e,t)}function Pe(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,_e(e,t)}function Le(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}var Me={}.constructor;function We(e){if(null==e||"object"!=typeof e)return e;if(Array.isArray(e))return e.map(We);if(e.constructor!==Me)return e;var t={};for(var i in e)t[i]=We(e[i]);return t}function Ne(e,t,i){void 0===e&&(e="unnamed");var n=i.jss,o=We(t),s=n.plugins.onCreateRule(e,o,i);return s||null}var De=function(e,t){for(var i="",n=0;n<e.length&&"!important"!==e[n];n++)i&&(i+=t),i+=e[n];return i},He=function(e){if(!Array.isArray(e))return e;var t="";if(Array.isArray(e[0]))for(var i=0;i<e.length&&"!important"!==e[i];i++)t&&(t+=", "),t+=De(e[i]," ");else t=De(e,", ");return"!important"===e[e.length-1]&&(t+=" !important"),t};function ze(e){return e&&!1===e.format?{linebreak:"",space:""}:{linebreak:"\n",space:" "}}function Be(e,t){for(var i="",n=0;n<t;n++)i+=" ";return i+e}function Ue(e,t,i){void 0===i&&(i={});var n="";if(!t)return n;var o=i.indent,s=void 0===o?0:o,r=t.fallbacks;!1===i.format&&(s=-1/0);var a=ze(i),l=a.linebreak,c=a.space;if(e&&s++,r)if(Array.isArray(r))for(var d=0;d<r.length;d++){var h=r[d];for(var u in h){var p=h[u];null!=p&&(n&&(n+=l),n+=Be(u+":"+c+He(p)+";",s))}}else for(var g in r){var f=r[g];null!=f&&(n&&(n+=l),n+=Be(g+":"+c+He(f)+";",s))}for(var b in t){var m=t[b];null!=m&&"fallbacks"!==b&&(n&&(n+=l),n+=Be(b+":"+c+He(m)+";",s))}return(n||i.allowEmpty)&&e?(n&&(n=""+l+n+l),Be(""+e+c+"{"+n,--s)+Be("}",s)):n}var Fe=/([[\].#*$><+~=|^:(),"'`\s])/g,qe="undefined"!=typeof CSS&&CSS.escape,Ve=function(e){return qe?qe(e):e.replace(Fe,"\\$1")},Je=function(){function e(e,t,i){this.type="style",this.isProcessed=!1;var n=i.sheet,o=i.Renderer;this.key=e,this.options=i,this.style=t,n?this.renderer=n.renderer:o&&(this.renderer=new o)}return e.prototype.prop=function(e,t,i){if(void 0===t)return this.style[e];var n=!!i&&i.force;if(!n&&this.style[e]===t)return this;var o=t;i&&!1===i.process||(o=this.options.jss.plugins.onChangeValue(t,e,this));var s=null==o||!1===o,r=e in this.style;if(s&&!r&&!n)return this;var a=s&&r;return a?delete this.style[e]:this.style[e]=o,this.renderable&&this.renderer?(a?this.renderer.removeProperty(this.renderable,e):this.renderer.setProperty(this.renderable,e,o),this):this},e}(),Xe=function(e){function t(t,i,n){var o;o=e.call(this,t,i,n)||this;var s=n.selector,r=n.scoped,a=n.sheet,l=n.generateId;return s?o.selectorText=s:!1!==r&&(o.id=l(Le(Le(o)),a),o.selectorText="."+Ve(o.id)),o}Pe(t,e);var i=t.prototype;return i.applyTo=function(e){var t=this.renderer;if(t){var i=this.toJSON();for(var n in i)t.setProperty(e,n,i[n])}return this},i.toJSON=function(){var e={};for(var t in this.style){var i=this.style[t];"object"!=typeof i?e[t]=i:Array.isArray(i)&&(e[t]=He(i))}return e},i.toString=function(e){var t=this.options.sheet,i=!!t&&t.options.link?Ee({},e,{allowEmpty:!0}):e;return Ue(this.selectorText,this.style,i)},$e(t,[{key:"selector",set:function(e){if(e!==this.selectorText){this.selectorText=e;var t=this.renderer,i=this.renderable;if(i&&t)t.setSelector(i,e)||t.replaceRule(i,this)}},get:function(){return this.selectorText}}]),t}(Je),Ke={onCreateRule:function(e,t,i){return"@"===e[0]||i.parent&&"keyframes"===i.parent.type?null:new Xe(e,t,i)}},Ge={indent:1,children:!0},Qe=/@([\w-]+)/,Ze=function(){function e(e,t,i){this.type="conditional",this.isProcessed=!1,this.key=e;var n=e.match(Qe);for(var o in this.at=n?n[1]:"unknown",this.query=i.name||"@"+this.at,this.options=i,this.rules=new Tt(Ee({},i,{parent:this})),t)this.rules.add(o,t[o]);this.rules.process()}var t=e.prototype;return t.getRule=function(e){return this.rules.get(e)},t.indexOf=function(e){return this.rules.indexOf(e)},t.addRule=function(e,t,i){var n=this.rules.add(e,t,i);return n?(this.options.jss.plugins.onProcessRule(n),n):null},t.replaceRule=function(e,t,i){var n=this.rules.replace(e,t,i);return n&&this.options.jss.plugins.onProcessRule(n),n},t.toString=function(e){void 0===e&&(e=Ge);var t=ze(e).linebreak;if(null==e.indent&&(e.indent=Ge.indent),null==e.children&&(e.children=Ge.children),!1===e.children)return this.query+" {}";var i=this.rules.toString(e);return i?this.query+" {"+t+i+t+"}":""},e}(),Ye=/@media|@supports\s+/,et={onCreateRule:function(e,t,i){return Ye.test(e)?new Ze(e,t,i):null}},tt={indent:1,children:!0},it=/@keyframes\s+([\w-]+)/,nt=function(){function e(e,t,i){this.type="keyframes",this.at="@keyframes",this.isProcessed=!1;var n=e.match(it);n&&n[1]?this.name=n[1]:this.name="noname",this.key=this.type+"-"+this.name,this.options=i;var o=i.scoped,s=i.sheet,r=i.generateId;for(var a in this.id=!1===o?this.name:Ve(r(this,s)),this.rules=new Tt(Ee({},i,{parent:this})),t)this.rules.add(a,t[a],Ee({},i,{parent:this}));this.rules.process()}return e.prototype.toString=function(e){void 0===e&&(e=tt);var t=ze(e).linebreak;if(null==e.indent&&(e.indent=tt.indent),null==e.children&&(e.children=tt.children),!1===e.children)return this.at+" "+this.id+" {}";var i=this.rules.toString(e);return i&&(i=""+t+i+t),this.at+" "+this.id+" {"+i+"}"},e}(),ot=/@keyframes\s+/,st=/\$([\w-]+)/g,rt=function(e,t){return"string"==typeof e?e.replace(st,(function(e,i){return i in t?t[i]:e})):e},at=function(e,t,i){var n=e[t],o=rt(n,i);o!==n&&(e[t]=o)},lt={onCreateRule:function(e,t,i){return"string"==typeof e&&ot.test(e)?new nt(e,t,i):null},onProcessStyle:function(e,t,i){return"style"===t.type&&i?("animation-name"in e&&at(e,"animation-name",i.keyframes),"animation"in e&&at(e,"animation",i.keyframes),e):e},onChangeValue:function(e,t,i){var n=i.options.sheet;if(!n)return e;switch(t){case"animation":case"animation-name":return rt(e,n.keyframes);default:return e}}},ct=function(e){function t(){return e.apply(this,arguments)||this}return Pe(t,e),t.prototype.toString=function(e){var t=this.options.sheet,i=!!t&&t.options.link?Ee({},e,{allowEmpty:!0}):e;return Ue(this.key,this.style,i)},t}(Je),dt={onCreateRule:function(e,t,i){return i.parent&&"keyframes"===i.parent.type?new ct(e,t,i):null}},ht=function(){function e(e,t,i){this.type="font-face",this.at="@font-face",this.isProcessed=!1,this.key=e,this.style=t,this.options=i}return e.prototype.toString=function(e){var t=ze(e).linebreak;if(Array.isArray(this.style)){for(var i="",n=0;n<this.style.length;n++)i+=Ue(this.at,this.style[n]),this.style[n+1]&&(i+=t);return i}return Ue(this.at,this.style,e)},e}(),ut=/@font-face/,pt={onCreateRule:function(e,t,i){return ut.test(e)?new ht(e,t,i):null}},gt=function(){function e(e,t,i){this.type="viewport",this.at="@viewport",this.isProcessed=!1,this.key=e,this.style=t,this.options=i}return e.prototype.toString=function(e){return Ue(this.key,this.style,e)},e}(),ft={onCreateRule:function(e,t,i){return"@viewport"===e||"@-ms-viewport"===e?new gt(e,t,i):null}},bt=function(){function e(e,t,i){this.type="simple",this.isProcessed=!1,this.key=e,this.value=t,this.options=i}return e.prototype.toString=function(e){if(Array.isArray(this.value)){for(var t="",i=0;i<this.value.length;i++)t+=this.key+" "+this.value[i]+";",this.value[i+1]&&(t+="\n");return t}return this.key+" "+this.value+";"},e}(),mt={"@charset":!0,"@import":!0,"@namespace":!0},vt=[Ke,et,lt,dt,pt,ft,{onCreateRule:function(e,t,i){return e in mt?new bt(e,t,i):null}}],yt={process:!0},wt={force:!0,process:!0},Tt=function(){function e(e){this.map={},this.raw={},this.index=[],this.counter=0,this.options=e,this.classes=e.classes,this.keyframes=e.keyframes}var t=e.prototype;return t.add=function(e,t,i){var n=this.options,o=n.parent,s=n.sheet,r=n.jss,a=n.Renderer,l=n.generateId,c=n.scoped,d=Ee({classes:this.classes,parent:o,sheet:s,jss:r,Renderer:a,generateId:l,scoped:c,name:e,keyframes:this.keyframes,selector:void 0},i),h=e;e in this.raw&&(h=e+"-d"+this.counter++),this.raw[h]=t,h in this.classes&&(d.selector="."+Ve(this.classes[h]));var u=Ne(h,t,d);if(!u)return null;this.register(u);var p=void 0===d.index?this.index.length:d.index;return this.index.splice(p,0,u),u},t.replace=function(e,t,i){var n=this.get(e),o=this.index.indexOf(n);n&&this.remove(n);var s=i;return-1!==o&&(s=Ee({},i,{index:o})),this.add(e,t,s)},t.get=function(e){return this.map[e]},t.remove=function(e){this.unregister(e),delete this.raw[e.key],this.index.splice(this.index.indexOf(e),1)},t.indexOf=function(e){return this.index.indexOf(e)},t.process=function(){var e=this.options.jss.plugins;this.index.slice(0).forEach(e.onProcessRule,e)},t.register=function(e){this.map[e.key]=e,e instanceof Xe?(this.map[e.selector]=e,e.id&&(this.classes[e.key]=e.id)):e instanceof nt&&this.keyframes&&(this.keyframes[e.name]=e.id)},t.unregister=function(e){delete this.map[e.key],e instanceof Xe?(delete this.map[e.selector],delete this.classes[e.key]):e instanceof nt&&delete this.keyframes[e.name]},t.update=function(){var e,t,i;if("string"==typeof(arguments.length<=0?void 0:arguments[0])?(e=arguments.length<=0?void 0:arguments[0],t=arguments.length<=1?void 0:arguments[1],i=arguments.length<=2?void 0:arguments[2]):(t=arguments.length<=0?void 0:arguments[0],i=arguments.length<=1?void 0:arguments[1],e=null),e)this.updateOne(this.get(e),t,i);else for(var n=0;n<this.index.length;n++)this.updateOne(this.index[n],t,i)},t.updateOne=function(t,i,n){void 0===n&&(n=yt);var o=this.options,s=o.jss.plugins,r=o.sheet;if(t.rules instanceof e)t.rules.update(i,n);else{var a=t.style;if(s.onUpdate(i,t,r,n),n.process&&a&&a!==t.style){for(var l in s.onProcessStyle(t.style,t,r),t.style){var c=t.style[l];c!==a[l]&&t.prop(l,c,wt)}for(var d in a){var h=t.style[d],u=a[d];null==h&&h!==u&&t.prop(d,null,wt)}}}},t.toString=function(e){for(var t="",i=this.options.sheet,n=!!i&&i.options.link,o=ze(e).linebreak,s=0;s<this.index.length;s++){var r=this.index[s].toString(e);(r||n)&&(t&&(t+=o),t+=r)}return t},e}(),Ct=function(){function e(e,t){for(var i in this.attached=!1,this.deployed=!1,this.classes={},this.keyframes={},this.options=Ee({},t,{sheet:this,parent:this,classes:this.classes,keyframes:this.keyframes}),t.Renderer&&(this.renderer=new t.Renderer(this)),this.rules=new Tt(this.options),e)this.rules.add(i,e[i]);this.rules.process()}var t=e.prototype;return t.attach=function(){return this.attached||(this.renderer&&this.renderer.attach(),this.attached=!0,this.deployed||this.deploy()),this},t.detach=function(){return this.attached?(this.renderer&&this.renderer.detach(),this.attached=!1,this):this},t.addRule=function(e,t,i){var n=this.queue;this.attached&&!n&&(this.queue=[]);var o=this.rules.add(e,t,i);return o?(this.options.jss.plugins.onProcessRule(o),this.attached?this.deployed?(n?n.push(o):(this.insertRule(o),this.queue&&(this.queue.forEach(this.insertRule,this),this.queue=void 0)),o):o:(this.deployed=!1,o)):null},t.replaceRule=function(e,t,i){var n=this.rules.get(e);if(!n)return this.addRule(e,t,i);var o=this.rules.replace(e,t,i);return o&&this.options.jss.plugins.onProcessRule(o),this.attached?this.deployed?(this.renderer&&(o?n.renderable&&this.renderer.replaceRule(n.renderable,o):this.renderer.deleteRule(n)),o):o:(this.deployed=!1,o)},t.insertRule=function(e){this.renderer&&this.renderer.insertRule(e)},t.addRules=function(e,t){var i=[];for(var n in e){var o=this.addRule(n,e[n],t);o&&i.push(o)}return i},t.getRule=function(e){return this.rules.get(e)},t.deleteRule=function(e){var t="object"==typeof e?e:this.rules.get(e);return!(!t||this.attached&&!t.renderable)&&(this.rules.remove(t),!(this.attached&&t.renderable&&this.renderer)||this.renderer.deleteRule(t.renderable))},t.indexOf=function(e){return this.rules.indexOf(e)},t.deploy=function(){return this.renderer&&this.renderer.deploy(),this.deployed=!0,this},t.update=function(){var e;return(e=this.rules).update.apply(e,arguments),this},t.updateOne=function(e,t,i){return this.rules.updateOne(e,t,i),this},t.toString=function(e){return this.rules.toString(e)},e}(),xt=function(){function e(){this.plugins={internal:[],external:[]},this.registry={}}var t=e.prototype;return t.onCreateRule=function(e,t,i){for(var n=0;n<this.registry.onCreateRule.length;n++){var o=this.registry.onCreateRule[n](e,t,i);if(o)return o}return null},t.onProcessRule=function(e){if(!e.isProcessed){for(var t=e.options.sheet,i=0;i<this.registry.onProcessRule.length;i++)this.registry.onProcessRule[i](e,t);e.style&&this.onProcessStyle(e.style,e,t),e.isProcessed=!0}},t.onProcessStyle=function(e,t,i){for(var n=0;n<this.registry.onProcessStyle.length;n++)t.style=this.registry.onProcessStyle[n](t.style,t,i)},t.onProcessSheet=function(e){for(var t=0;t<this.registry.onProcessSheet.length;t++)this.registry.onProcessSheet[t](e)},t.onUpdate=function(e,t,i,n){for(var o=0;o<this.registry.onUpdate.length;o++)this.registry.onUpdate[o](e,t,i,n)},t.onChangeValue=function(e,t,i){for(var n=e,o=0;o<this.registry.onChangeValue.length;o++)n=this.registry.onChangeValue[o](n,t,i);return n},t.use=function(e,t){void 0===t&&(t={queue:"external"});var i=this.plugins[t.queue];-1===i.indexOf(e)&&(i.push(e),this.registry=[].concat(this.plugins.external,this.plugins.internal).reduce((function(e,t){for(var i in t)i in e&&e[i].push(t[i]);return e}),{onCreateRule:[],onProcessRule:[],onProcessStyle:[],onProcessSheet:[],onChangeValue:[],onUpdate:[]}))},e}(),St=function(){function e(){this.registry=[]}var t=e.prototype;return t.add=function(e){var t=this.registry,i=e.options.index;if(-1===t.indexOf(e))if(0===t.length||i>=this.index)t.push(e);else for(var n=0;n<t.length;n++)if(t[n].options.index>i)return void t.splice(n,0,e)},t.reset=function(){this.registry=[]},t.remove=function(e){var t=this.registry.indexOf(e);this.registry.splice(t,1)},t.toString=function(e){for(var t=void 0===e?{}:e,i=t.attached,n=function(e,t){if(null==e)return{};var i,n,o={},s=Object.keys(e);for(n=0;n<s.length;n++)i=s[n],t.indexOf(i)>=0||(o[i]=e[i]);return o}(t,["attached"]),o=ze(n).linebreak,s="",r=0;r<this.registry.length;r++){var a=this.registry[r];null!=i&&a.attached!==i||(s&&(s+=o),s+=a.toString(n))}return s},$e(e,[{key:"index",get:function(){return 0===this.registry.length?0:this.registry[this.registry.length-1].options.index}}]),e}(),jt=new St,Ot="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window&&window.Math===Math?window:"undefined"!=typeof self&&self.Math===Math?self:Function("return this")(),kt="2f1acc6c3a606b082e5eef5e54414ffb";null==Ot[kt]&&(Ot[kt]=0);var Et=Ot[kt]++,Rt=function(e){void 0===e&&(e={});var t=0;return function(i,n){t+=1;var o="",s="";return n&&(n.options.classNamePrefix&&(s=n.options.classNamePrefix),null!=n.options.jss.id&&(o=String(n.options.jss.id))),e.minify?""+(s||"c")+Et+o+t:s+i.key+"-"+Et+(o?"-"+o:"")+"-"+t}},At=function(e){var t;return function(){return t||(t=e()),t}},It=function(e,t){try{return e.attributeStyleMap?e.attributeStyleMap.get(t):e.style.getPropertyValue(t)}catch(e){return""}},$t=function(e,t,i){try{var n=i;if(Array.isArray(i)&&(n=He(i)),e.attributeStyleMap)e.attributeStyleMap.set(t,n);else{var o=n?n.indexOf("!important"):-1,s=o>-1?n.substr(0,o-1):n;e.style.setProperty(t,s,o>-1?"important":"")}}catch(e){return!1}return!0},_t=function(e,t){try{e.attributeStyleMap?e.attributeStyleMap.delete(t):e.style.removeProperty(t)}catch(e){}},Pt=function(e,t){return e.selectorText=t,e.selectorText===t},Lt=At((function(){return document.querySelector("head")}));function Mt(e){var t=jt.registry;if(t.length>0){var i=function(e,t){for(var i=0;i<e.length;i++){var n=e[i];if(n.attached&&n.options.index>t.index&&n.options.insertionPoint===t.insertionPoint)return n}return null}(t,e);if(i&&i.renderer)return{parent:i.renderer.element.parentNode,node:i.renderer.element};if(i=function(e,t){for(var i=e.length-1;i>=0;i--){var n=e[i];if(n.attached&&n.options.insertionPoint===t.insertionPoint)return n}return null}(t,e),i&&i.renderer)return{parent:i.renderer.element.parentNode,node:i.renderer.element.nextSibling}}var n=e.insertionPoint;if(n&&"string"==typeof n){var o=function(e){for(var t=Lt(),i=0;i<t.childNodes.length;i++){var n=t.childNodes[i];if(8===n.nodeType&&n.nodeValue.trim()===e)return n}return null}(n);if(o)return{parent:o.parentNode,node:o.nextSibling}}return!1}var Wt=At((function(){var e=document.querySelector('meta[property="csp-nonce"]');return e?e.getAttribute("content"):null})),Nt=function(e,t,i){try{"insertRule"in e?e.insertRule(t,i):"appendRule"in e&&e.appendRule(t)}catch(e){return!1}return e.cssRules[i]},Dt=function(e,t){var i=e.cssRules.length;return void 0===t||t>i?i:t},Ht=function(){function e(e){this.getPropertyValue=It,this.setProperty=$t,this.removeProperty=_t,this.setSelector=Pt,this.hasInsertedRules=!1,this.cssRules=[],e&&jt.add(e),this.sheet=e;var t,i=this.sheet?this.sheet.options:{},n=i.media,o=i.meta,s=i.element;this.element=s||((t=document.createElement("style")).textContent="\n",t),this.element.setAttribute("data-jss",""),n&&this.element.setAttribute("media",n),o&&this.element.setAttribute("data-meta",o);var r=Wt();r&&this.element.setAttribute("nonce",r)}var t=e.prototype;return t.attach=function(){if(!this.element.parentNode&&this.sheet){!function(e,t){var i=t.insertionPoint,n=Mt(t);if(!1!==n&&n.parent)n.parent.insertBefore(e,n.node);else if(i&&"number"==typeof i.nodeType){var o=i,s=o.parentNode;s&&s.insertBefore(e,o.nextSibling)}else Lt().appendChild(e)}(this.element,this.sheet.options);var e=Boolean(this.sheet&&this.sheet.deployed);this.hasInsertedRules&&e&&(this.hasInsertedRules=!1,this.deploy())}},t.detach=function(){if(this.sheet){var e=this.element.parentNode;e&&e.removeChild(this.element),this.sheet.options.link&&(this.cssRules=[],this.element.textContent="\n")}},t.deploy=function(){var e=this.sheet;e&&(e.options.link?this.insertRules(e.rules):this.element.textContent="\n"+e.toString()+"\n")},t.insertRules=function(e,t){for(var i=0;i<e.index.length;i++)this.insertRule(e.index[i],i,t)},t.insertRule=function(e,t,i){if(void 0===i&&(i=this.element.sheet),e.rules){var n=e,o=i;if("conditional"===e.type||"keyframes"===e.type){var s=Dt(i,t);if(!1===(o=Nt(i,n.toString({children:!1}),s)))return!1;this.refCssRule(e,s,o)}return this.insertRules(n.rules,o),o}var r=e.toString();if(!r)return!1;var a=Dt(i,t),l=Nt(i,r,a);return!1!==l&&(this.hasInsertedRules=!0,this.refCssRule(e,a,l),l)},t.refCssRule=function(e,t,i){e.renderable=i,e.options.parent instanceof Ct&&this.cssRules.splice(t,0,i)},t.deleteRule=function(e){var t=this.element.sheet,i=this.indexOf(e);return-1!==i&&(t.deleteRule(i),this.cssRules.splice(i,1),!0)},t.indexOf=function(e){return this.cssRules.indexOf(e)},t.replaceRule=function(e,t){var i=this.indexOf(e);return-1!==i&&(this.element.sheet.deleteRule(i),this.cssRules.splice(i,1),this.insertRule(t,i))},t.getRules=function(){return this.element.sheet.cssRules},e}(),zt=0,Bt=function(){function e(e){this.id=zt++,this.version="10.9.2",this.plugins=new xt,this.options={id:{minify:!1},createGenerateId:Rt,Renderer:Ae?Ht:null,plugins:[]},this.generateId=Rt({minify:!1});for(var t=0;t<vt.length;t++)this.plugins.use(vt[t],{queue:"internal"});this.setup(e)}var t=e.prototype;return t.setup=function(e){return void 0===e&&(e={}),e.createGenerateId&&(this.options.createGenerateId=e.createGenerateId),e.id&&(this.options.id=Ee({},this.options.id,e.id)),(e.createGenerateId||e.id)&&(this.generateId=this.options.createGenerateId(this.options.id)),null!=e.insertionPoint&&(this.options.insertionPoint=e.insertionPoint),"Renderer"in e&&(this.options.Renderer=e.Renderer),e.plugins&&this.use.apply(this,e.plugins),this},t.createStyleSheet=function(e,t){void 0===t&&(t={});var i=t.index;"number"!=typeof i&&(i=0===jt.index?0:jt.index+1);var n=new Ct(e,Ee({},t,{jss:this,generateId:t.generateId||this.generateId,insertionPoint:this.options.insertionPoint,Renderer:this.options.Renderer,index:i}));return this.plugins.onProcessSheet(n),n},t.removeStyleSheet=function(e){return e.detach(),jt.remove(e),this},t.createRule=function(e,t,i){if(void 0===t&&(t={}),void 0===i&&(i={}),"object"==typeof e)return this.createRule(void 0,e,t);var n=Ee({},i,{name:e,jss:this,Renderer:this.options.Renderer});n.generateId||(n.generateId=this.generateId),n.classes||(n.classes={}),n.keyframes||(n.keyframes={});var o=Ne(e,t,n);return o&&this.plugins.onProcessRule(o),o},t.use=function(){for(var e=this,t=arguments.length,i=new Array(t),n=0;n<t;n++)i[n]=arguments[n];return i.forEach((function(t){e.plugins.use(t)})),this},e}(),Ut=function(e){return new Bt(e)},Ft=function(){function e(){this.length=0,this.sheets=new WeakMap}var t=e.prototype;return t.get=function(e){var t=this.sheets.get(e);return t&&t.sheet},t.add=function(e,t){this.sheets.has(e)||(this.length++,this.sheets.set(e,{sheet:t,refs:0}))},t.manage=function(e){var t=this.sheets.get(e);if(t)return 0===t.refs&&t.sheet.attach(),t.refs++,t.sheet},t.unmanage=function(e){var t=this.sheets.get(e);t&&t.refs>0&&(t.refs--,0===t.refs&&t.sheet.detach())},$e(e,[{key:"size",get:function(){return this.length}}]),e}(),qt="object"==typeof CSS&&null!=CSS&&"number"in CSS;var Vt=Ut();const Jt=Object.freeze({__proto__:null,default:Vt,RuleList:Tt,SheetsManager:Ft,SheetsRegistry:St,create:Ut,createGenerateId:Rt,createRule:Ne,getDynamicStyles:function e(t){var i=null;for(var n in t){var o=t[n],s=typeof o;if("function"===s)i||(i={}),i[n]=o;else if("object"===s&&null!==o&&!Array.isArray(o)){var r=e(o);r&&(i||(i={}),i[n]=r)}}return i},hasCSSTOMSupport:qt,sheets:jt,toCssValue:He});var Xt="@global",Kt="@global ",Gt=function(){function e(e,t,i){for(var n in this.type="global",this.at=Xt,this.isProcessed=!1,this.key=e,this.options=i,this.rules=new Tt(Ee({},i,{parent:this})),t)this.rules.add(n,t[n]);this.rules.process()}var t=e.prototype;return t.getRule=function(e){return this.rules.get(e)},t.addRule=function(e,t,i){var n=this.rules.add(e,t,i);return n&&this.options.jss.plugins.onProcessRule(n),n},t.replaceRule=function(e,t,i){var n=this.rules.replace(e,t,i);return n&&this.options.jss.plugins.onProcessRule(n),n},t.indexOf=function(e){return this.rules.indexOf(e)},t.toString=function(e){return this.rules.toString(e)},e}(),Qt=function(){function e(e,t,i){this.type="global",this.at=Xt,this.isProcessed=!1,this.key=e,this.options=i;var n=e.substr(Kt.length);this.rule=i.jss.createRule(n,t,Ee({},i,{parent:this}))}return e.prototype.toString=function(e){return this.rule?this.rule.toString(e):""},e}(),Zt=/\s*,\s*/g;function Yt(e,t){for(var i=e.split(Zt),n="",o=0;o<i.length;o++)n+=t+" "+i[o].trim(),i[o+1]&&(n+=", ");return n}var ei=/\s*,\s*/g,ti=/&/g,ii=/\$([\w-]+)/g;var ni=/[A-Z]/g,oi=/^ms-/,si={};function ri(e){return"-"+e.toLowerCase()}function ai(e){if(si.hasOwnProperty(e))return si[e];var t=e.replace(ni,ri);return si[e]=oi.test(t)?"-"+t:t}function li(e){var t={};for(var i in e){t[0===i.indexOf("--")?i:ai(i)]=e[i]}return e.fallbacks&&(Array.isArray(e.fallbacks)?t.fallbacks=e.fallbacks.map(li):t.fallbacks=li(e.fallbacks)),t}function ci(e){if(e.__esModule)return e;var t=Object.defineProperty({},"__esModule",{value:!0});return Object.keys(e).forEach((function(i){var n=Object.getOwnPropertyDescriptor(e,i);Object.defineProperty(t,i,n.get?n:{enumerable:!0,get:function(){return e[i]}})})),t}var di=function(e,t,i){return e(i={path:t,exports:{},require:function(e,t){return function(){throw new Error("Dynamic requires are not currently supported by @rollup/plugin-commonjs")}()}},i.exports),i.exports}((function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),t.__assign=function(){return t.__assign=Object.assign||function(e){for(var t,i=1,n=arguments.length;i<n;i++)for(var o in t=arguments[i])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},t.__assign.apply(this,arguments)}}));const hi=/(!?\(\s*min(-device-)?-width)(.|\n)+\(\s*max(-device)?-width/i,ui=/(!?\(\s*max(-device)?-width)(.|\n)+\(\s*min(-device)?-width/i,pi=xi(hi,ui,/\(\s*min(-device)?-width/i),gi=xi(ui,hi,/\(\s*max(-device)?-width/i),fi=/(!?\(\s*min(-device)?-height)(.|\n)+\(\s*max(-device)?-height/i,bi=/(!?\(\s*max(-device)?-height)(.|\n)+\(\s*min(-device)?-height/i,mi=xi(fi,bi,/\(\s*min(-device)?-height/i),vi=xi(bi,fi,/\(\s*max(-device)?-height/i),yi=/print/i,wi=/^print$/i,Ti=Number.MAX_VALUE;function Ci(e){if(null===(e=/(-?\d*\.?\d+)(ch|em|ex|px|rem)/.exec(e)))return Ti;let t=e[1];switch(e[2]){case"ch":t=8.8984375*parseFloat(t);break;case"em":case"rem":t=16*parseFloat(t);break;case"ex":t=8.296875*parseFloat(t);break;case"px":t=parseFloat(t)}return+t}function xi(e,t,i){return function(n){return!!e.test(n)||!t.test(n)&&i.test(n)}}function Si(e,t){const i=yi.test(e),n=wi.test(e),o=yi.test(t),s=wi.test(t);return i&&o?!n&&s?1:n&&!s?-1:e.localeCompare(t):i?1:o?-1:null}function ji(e,t){const i=Si(e,t);if(null!==i)return i;const n=pi(e)||mi(e),o=gi(e)||vi(e),s=pi(t)||mi(t),r=gi(t)||vi(t);if(n&&r)return-1;if(o&&s)return 1;let a=Ci(e),l=Ci(t);return a===Ti&&l===Ti?e.localeCompare(t):a===Ti?1:l===Ti?-1:a>l?o?-1:1:a<l?o?1:-1:e.localeCompare(t)}ji.desktopFirst=function(e,t){const i=Si(e,t);if(null!==i)return i;const n=pi(e)||mi(e),o=gi(e)||vi(e),s=pi(t)||mi(t),r=gi(t)||vi(t);if(n&&r)return 1;if(o&&s)return-1;const a=Ci(e),l=Ci(t);return a===Ti&&l===Ti?e.localeCompare(t):a===Ti?1:l===Ti?-1:a>l?o?-1:1:a<l?o?1:-1:-e.localeCompare(t)};var Oi=ji;const ki=ci(Jt);function Ei(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var Ri=Ei(Oi);var Ai="__UN_QUERIED";function Ii(e,t){var i;null!==(i=t)&&"object"==typeof i&&!1===Array.isArray(i)&&t.rules instanceof ki.RuleList&&(t.rules.toString=function(t){void 0===t&&(t={});for(var i="",n=this.options.sheet,o=!!n&&n.options.link,s=function(e,t){for(var i={groups:{},groupsSortNames:[]},n=0;n<t.length;n++){var o=t[n],s="conditional"===o.type&&"string"==typeof o.query?o.query:Ai;i.groups.hasOwnProperty(s)||(i.groupsSortNames.push(s),i.groups[s]=[]),i.groups[s].push(n),Ii(e,o)}return i.groupsSortNames.sort((function(t,i){var n=t===Ai?0:t.length,o=i===Ai?0:i.length;return n>0&&o>0?e.desktopFirst?Ri.default.desktopFirst(t,i):Ri.default(t,i):n-o})),i}(e,this.index),r=s.groups,a=s.groupsSortNames,l=0;l<a.length;l++){var c=a[l],d=r[a[l]];if(c!==Ai&&e.combineMediaQueries){i+="\n"+c+" {";for(var h=0;h<d.length;h++){((p=this.index[d[h]].rules.toString(di.__assign(di.__assign({},t),{indent:(t.indent||0)+1})))||o)&&(i&&(i+="\n"),i+=p)}i+="\n}\n"}else for(var u=0;u<d.length;u++){var p;((p=this.index[d[u]].toString(t))||o)&&(i&&(i+="\n"),i+=p)}}return i})}var $i=function(e){return void 0===e&&(e={}),{onProcessSheet:function(t){Ii(e,t)}}};const _i={baseColor:"#000",baseColorDarken:"#000000",brandColor:"#d5001c",backgroundColor:"#fff",backgroundSurfaceColor:"#f2f2f2",contrastLowColor:"#e3e4e5",contrastMediumColor:"#626669",contrastHighColor:"#323639",contrastHighColorDarken:"#151718",hoverColor:"#d5001c",hoverColorDarken:"#980014",activeColor:"#d5001c",focusColor:"currentColor",disabledColor:"#96989a",errorColor:"#e00000",errorColorDarken:"#a30000",errorSoftColor:"#fae6e6",successColor:"#018a16",successColorDarken:"#014d0c",successSoftColor:"#e5f3e7",warningColor:"#ff9b00",warningSoftColor:"#fff5e5",neutralColor:"#0061bd",neutralSoftColor:"#e5eff8"},Pi={baseColor:"#fff",baseColorDarken:"#e0e0e0",brandColor:"#d5001c",backgroundColor:"#0e1418",backgroundSurfaceColor:"#262b2e",contrastLowColor:"#4a4e51",contrastMediumColor:"#b0b1b2",contrastHighColor:"#e3e4e5",contrastHighColorDarken:"#c3c5c8",hoverColor:"#ff0223",hoverColorDarken:"#c4001a",activeColor:"#ff0223",focusColor:"currentColor",disabledColor:"#7c7f81",errorColor:"#fc1717",errorColorDarken:"#d30303",errorSoftColor:"#fec5c5",successColor:"#01ba1d",successColorDarken:"#017d14",successSoftColor:"#bfeec6",warningColor:"#ff9b00",warningSoftColor:"#ffe6bf",neutralColor:"#2193ff",neutralSoftColor:"#c7e4ff"},Li={light:_i,dark:Pi,"light-electric":Object.assign(Object.assign({},_i),{brandColor:"#00b0f4",hoverColor:"#00b0f4",hoverColorDarken:"#0084b7",activeColor:"#00b0f4"}),"dark-electric":Object.assign(Object.assign({},Pi),{brandColor:"#00b0f4",hoverColor:"#00b0f4",hoverColorDarken:"#0084b7",activeColor:"#00b0f4"})},Mi=e=>Li[e],Wi=e=>({"@media(hover:hover)":e}),Ni="var(--p-transition-duration, .24s)",Di=e=>`${e} ${Ni} ease`,Hi=e=>e/16+"rem",zi=e=>`${e} !important`,Bi=e=>Object.entries(e).reduce(((e,[t,i])=>(null===i||(e[t]="object"==typeof i?Bi(i):zi(i)),e)),{}),Ui=({theme:e}={theme:"light"})=>({transition:Di("color"),"&:hover":{color:Mi(e).hoverColor}}),Fi=(e=0)=>({top:e=0===e||"auto"===e?e:`${e}px`,left:e,right:e,bottom:e}),qi=e=>{const{pseudo:t,offset:i,color:n}=Object.assign({color:"currentColor",offset:2},e);return t?{outline:0,"&::-moz-focus-inner":{border:0},[`&${t}`]:Object.assign(Object.assign({content:'""',position:"absolute"},Fi()),{outline:"1px solid transparent",outlineOffset:`${i}px`}),[`&:focus${t}`]:{outlineColor:n},[`&:focus:not(:focus-visible)${t}`]:{outlineColor:"transparent"}}:{outline:"1px solid transparent",outlineOffset:`${i}px`,"&::-moz-focus-inner":{border:0},"&:focus":{outlineColor:n},"&:focus:not(:focus-visible)":{outlineColor:"transparent"}}},Vi=e=>e?Ji():{position:"static",width:"auto",height:"auto",margin:0,overflow:"visible",clip:"auto",clipPath:"none",whiteSpace:"normal"},Ji=()=>({position:"absolute",height:"1px",width:"1px",border:"0",margin:"-1px",overflow:"hidden",clip:"rect(1px,1px,1px,1px)",clipPath:"inset(50%)",whiteSpace:"nowrap"}),Xi=Ut({plugins:[{onCreateRule:function(e,t,i){if(!e)return null;if(e===Xt)return new Gt(e,t,i);if("@"===e[0]&&e.substr(0,Kt.length)===Kt)return new Qt(e,t,i);var n=i.parent;return n&&("global"===n.type||n.options.parent&&"global"===n.options.parent.type)&&(i.scoped=!1),i.selector||!1!==i.scoped||(i.selector=e),null},onProcessRule:function(e,t){"style"===e.type&&t&&(function(e,t){var i=e.options,n=e.style,o=n?n[Xt]:null;if(o){for(var s in o)t.addRule(s,o[s],Ee({},i,{selector:Yt(s,e.selector)}));delete n[Xt]}}(e,t),function(e,t){var i=e.options,n=e.style;for(var o in n)if("@"===o[0]&&o.substr(0,Xt.length)===Xt){var s=Yt(o.substr(Xt.length),e.selector);t.addRule(s,n[o],Ee({},i,{selector:s})),delete n[o]}}(e,t))}},function(){function e(e,t){return function(i,n){var o=e.getRule(n)||t&&t.getRule(n);return o?o.selector:n}}function t(e,t){for(var i=t.split(ei),n=e.split(ei),o="",s=0;s<i.length;s++)for(var r=i[s],a=0;a<n.length;a++){var l=n[a];o&&(o+=", "),o+=-1!==l.indexOf("&")?l.replace(ti,r):r+" "+l}return o}function i(e,t,i){if(i)return Ee({},i,{index:i.index+1});var n=e.options.nestingLevel;n=void 0===n?1:n+1;var o=Ee({},e.options,{nestingLevel:n,index:t.indexOf(e)+1});return delete o.name,o}return{onProcessStyle:function(n,o,s){if("style"!==o.type)return n;var r,a,l=o,c=l.options.parent;for(var d in n){var h=-1!==d.indexOf("&"),u="@"===d[0];if(h||u){if(r=i(l,c,r),h){var p=t(d,l.selector);a||(a=e(c,s)),p=p.replace(ii,a);var g=l.key+"-"+d;"replaceRule"in c?c.replaceRule(g,n[d],Ee({},r,{selector:p})):c.addRule(g,n[d],Ee({},r,{selector:p}))}else u&&c.addRule(d,{},r).addRule(l.key,n[d],{selector:l.selector});delete n[d]}}return n}}}(),{onProcessStyle:function(e){if(Array.isArray(e)){for(var t=0;t<e.length;t++)e[t]=li(e[t]);return e}return li(e)},onChangeValue:function(e,t,i){if(0===t.indexOf("--"))return e;var n=ai(t);return t===n?e:(i.prop(n,e),null)}},$i({combineMediaQueries:!0})]}),Ki=(()=>{try{return"function"==typeof(new CSSStyleSheet).replaceSync}catch(e){return!1}})(),Gi=new Map,Qi=e=>"object"==typeof e&&!Array.isArray(e),Zi=(...e)=>e.reduce(((e,t)=>(Object.keys(t).forEach((i=>{const n=e[i],o=t[i];Qi(n)&&Qi(o)?e[i]=Zi(n,o):e[i]=o})),e)),{}),Yi=e=>e.replace(/-(\w)/g,((e,t)=>t.toUpperCase())),en=e=>e.tagName.toLowerCase(),tn=e=>{const t=en(e),[,i=""]=/^(?:[a-z-]+-)?(p-[a-z-]+)$/.exec(t)||[];return i||t},nn=ke.filter((e=>"p-text"!==e&&"p-headline"!==e)),on=new Map,sn=e=>"dark"===e,rn=e=>JSON.stringify(e).replace(/"([a-zA-Z?]+)":/g,"$1:").replace(/([,:{])/g,"$1 ").replace(/(})/g," $1").replace(/^"(.+)"$/,"$1"),an=e=>JSON.stringify(e.map((e=>void 0===e?`${e}`:e))).replace(/'/g,"").replace(/"/g,"'").replace(/'(undefined)'/,"$1").replace(/,/g,", "),ln=(e,t)=>void 0!==e&&typeof e!==t,cn=(e,t,i)=>{if(ln(t,i))return{propName:e,propValue:t,propType:i}},dn="value, "+rn(ge.reduce(((e,t)=>Object.assign(Object.assign({},e),{[t+("base"!==t?"?":"")]:"value"})),{})).replace(/"/g,""),hn=e=>("boolean"!==e&&"number"!==e&&(e=an(e).replace(/\[/g,"(").replace(/]/g,")[]").replace(/,/g," |")),dn.replace(/value/g,e)),un=e=>rn(e.reduce(((e,t)=>Object.assign(Object.assign({},e),{[t]:"value"})),{})).replace(/":/g,'"?:').replace(/"/g,"'"),pn=e=>rn(Object.keys(e).reduce(((t,i)=>Object.assign(Object.assign({},t),{[i]:e[i].name})),{})).replace(/"/g,""),gn=(e,t)=>"boolean"===t||"number"===t?ln(e,t):!t.includes(e),fn={string:(...e)=>cn(...e,"string"),number:(...e)=>cn(...e,"number"),boolean:(...e)=>cn(...e,"boolean"),oneOf:e=>function(t,i){if("function"!=typeof e[0]){if(!e.includes(i))return{propName:t,propValue:i,propType:an(e)}}else if(!e.some((e=>void 0===e(t,i))))return{propName:t,propValue:i,propType:e.map((e=>e.name)).join(", ")}},breakpoint:e=>function(t,i){const n=fe(i);let o=!1;if("object"==typeof n?(Object.keys(n).some((e=>!ge.includes(e)))||Object.values(n).some((t=>gn(t,e))))&&(o=!0):gn(n,e)&&(o=!0),o)return{propName:t,propValue:rn(n),propType:hn(e)}},aria:e=>function(t,i){const n=he(i);if(n&&Object.keys(n).some((t=>!e.includes(t))))return{propName:t,propValue:rn(n),propType:un(e)}},shape:e=>function(t,i){if(i&&Object.entries(e).some((([e,t])=>t(e,i[e]))))return{propName:t,propValue:i,propType:pn(e)}}};e.AllowedTypes=fn,e.BREAKPOINTS=ge,e.Fragment=(e,t)=>t,e.Host=v,e.TAG_NAMES=ke,e.addImportantToEachRule=Bi,e.addImportantToRule=zi,e.attachComponentCss=(e,t,...i)=>{var n;const o=((e,t,...i)=>{const n=tn(e);Gi.has(n)||Gi.set(n,new Map);const o=i.map((e=>"object"==typeof e?JSON.stringify(e):e)).join("|"),s=Gi.get(n);return s.has(o)||s.set(o,t(...i)),s.get(o)})(e,t,...i);if(Ki){const[t]=e.shadowRoot.adoptedStyleSheets;if(t)t.replaceSync(o);else{const t=new CSSStyleSheet;t.replaceSync(o),e.shadowRoot.adoptedStyleSheets=[t]}}else{null===(n=de(e,"style[jss]"))||void 0===n||n.remove();const t=document.createElement("style");t.setAttribute("jss",""),t.innerHTML=o,e.shadowRoot.prepend(t)}},e.bootstrapLazy=(e,t={})=>{const i=()=>{},n=t.exclude||[],o=r.customElements,s=[];let c,d=!0;Object.assign(l,t),l.$resourcesUrl$=new URL(t.resourcesUrl||"./",a.baseURI).href,e.map((e=>{e[1].map((i=>{const r={$flags$:i[0],$tagName$:i[1],$members$:i[2],$listeners$:i[3]};r.$members$=i[2],r.$listeners$=i[3],r.$watchers$={};const a=t.transformTagName?t.transformTagName(r.$tagName$):r.$tagName$,h=class extends HTMLElement{constructor(e){super(e),Q(e=this,r),1&r.$flags$&&e.attachShadow({mode:"open",delegatesFocus:!!(16&r.$flags$)})}connectedCallback(){c&&(clearTimeout(c),c=null),d?s.push(this):l.jmp((()=>X(this)))}disconnectedCallback(){l.jmp((()=>(e=>{if(0==(1&l.$flags$)){const t=G(e),i=t.$lazyInstance$;t.$rmListeners$&&(t.$rmListeners$.map((e=>e())),t.$rmListeners$=void 0),B(i,"disconnectedCallback")}})(this)))}componentOnReady(){return G(this).$onReadyPromise$}};r.$lazyBundleId$=e[0],n.includes(a)||o.get(a)||o.define(a,V(h,r,1))}))})),d=!1,s.length?s.map((e=>e.connectedCallback())):l.jmp((()=>c=setTimeout(z,30))),i()},e.breakpoint=be,e.buildResponsiveStyles=(e,t)=>{const i=fe(e);return"object"==typeof i?Object.keys(i).filter((e=>"base"!==e)).reduce(((e,n)=>Object.assign(Object.assign({},e),{[ye(n)]:t(i[n])})),t(i.base)):t(i)},e.buildSlottedStyles=(e,t)=>({"@global":{[en(e)]:Bi(t)}}),e.createEvent=(e,t,i)=>{const n=_(e);return{emit:e=>P(n,t,{bubbles:!!(4&i),composed:!!(2&i),cancelable:!!(1&i),detail:e})}},e.fontWeight=me,e.forceUpdate=e=>{{const t=G(e),i=t.$hostElement$.isConnected;return i&&2==(18&t.$flags$)&&M(t,!1),i}},e.getBackfaceVisibilityJssStyle=()=>({backfaceVisibility:"hidden",WebkitBackfaceVisibility:"hidden"}),e.getBaseSlottedStyles=(e={withDarkTheme:!1})=>Object.assign(Object.assign({"& a":Object.assign(Object.assign({color:"inherit",textDecoration:"underline"},qi({offset:1})),Wi(Ui()))},e.withDarkTheme&&{'&[data-theme="dark"] a:hover':Wi(Ui({theme:"dark"})["&:hover"])}),{"& b, & strong":{fontWeight:me.bold},"& em, & i":{fontStyle:"normal"}}),e.getCss=e=>Xi.createStyleSheet(e,{generateId:e=>e.key}).toString(),e.getCurrentMatchingBreakpointValue=e=>{if("object"==typeof e){const t=(()=>{const e=we.filter((e=>e.matches)).map((e=>e.media)).pop(),t=xe[/\d+px/.exec(e)[0]];return"xxs"===t?"base":t})(),i=e[t];if(i)return i;{const i=ge.map((t=>e[t]));return i.forEach(((e,t,i)=>{void 0===e&&(i[t]=i[t-1])})),i[ge.indexOf(t)]}}return e},e.getElement=_,e.getFocusJssStyle=qi,e.getFormCheckboxRadioHiddenJssStyle=e=>Object.assign(Object.assign({},Vi(e)),{width:"auto",padding:`0 0 0 ${Hi(8)}`}),e.getFormTextHiddenJssStyle=e=>Object.assign(Object.assign({},Vi(e)),{width:"fit-content",padding:`0 0 ${Hi(4)}`}),e.getHTMLElement=ce,e.getHoverJssStyle=Ui,e.getInsetJssStyle=Fi,e.getInvertedThemedColors=e=>Mi(sn(e)?"light":"dark"),e.getPrefixedTagNames=e=>{const[,t=""]=/^([a-z-]+)-p-[a-z-]+$/.exec(en(e))||[];if(!on.has(t)){const e=nn.reduce(t?(e,i)=>Object.assign(Object.assign({},e),{[Yi(i)]:`${t}-${i}`}):(e,t)=>Object.assign(Object.assign({},e),{[Yi(t)]:t}),{});on.set(t,e)}return on.get(t)},e.getScreenReaderOnlyJssStyle=Ji,e.getShadowRootHTMLElement=de,e.getTagName=en,e.getTagNameWithoutPrefix=tn,e.getTextHiddenJssStyle=Vi,e.getThemedColors=Mi,e.getTransition=Di,e.h=b,e.hoverMediaQuery=Wi,e.isThemeDark=sn,e.mediaQueryMin=ye,e.mediaQueryMinMax=function(e,t){return`${ye(e)} and (max-width:${ve[t]-1}px)`},e.mergeDeep=Zi,e.observeAttributes=(e,t,i)=>{e&&(ue.set(e,i),pe.observe(e,{attributeFilter:t,attributeOldValue:!0}))},e.observeBreakpointChange=(e,t)=>{e&&(0===Te.size&&we.forEach((e=>{e.addEventListener("change",Ce)})),Te.set(e,t))},e.observeChildren=(e,t,i)=>{e&&(Se.set(e,t),Oe.observe(e,{childList:!0,subtree:!0,characterData:!0,attributeFilter:i}))},e.paramCaseToCamelCase=Yi,e.parseJSON=fe,e.parseJSONAttribute=he,e.promiseResolve=c,e.pxToRemWithUnit=Hi,e.registerInstance=(e,t)=>K.set(t.$lazyInstance$=e,t),e.transitionDuration=Ni,e.unobserveAttributes=e=>{ue.delete(e)},e.unobserveBreakpointChange=e=>{Te.delete(e),0===Te.size&&we.forEach((e=>{e.removeEventListener("change",Ce)}))},e.unobserveChildren=e=>{Se.delete(e)},e.validateProps=(e,t)=>{Object.entries(t).map((([t,i])=>i(t,e[t]))).filter((e=>e)).forEach((t=>(({propName:e,propValue:t,propType:i,componentName:n})=>{console.error(`Warning: Invalid property '${e}' with value '${rn(t)}' supplied to '${n}', expected one of: ${i}`)})(Object.assign(Object.assign({},t),{componentName:en(e.host)}))))}}(fr)),fr}function mr(){if(pr)return Oe;pr=1,Object.defineProperty(Oe,"__esModule",{value:!0});const e=br(),t=He();return Oe.defineCustomElements=(i,n)=>"undefined"==typeof window?Promise.resolve():e.promiseResolve().then((()=>(window.PDS_SKIP_FETCH||t.globalScripts(),e.bootstrapLazy([["p-table_7.cjs",[[1,"p-table",{caption:[1],isScrollIndicatorVisible:[32],isScrollable:[32]}],[1,"p-table-body"],[1,"p-table-cell",{multiline:[4]}],[1,"p-table-head"],[1,"p-table-head-cell",{sort:[16],hideLabel:[4,"hide-label"],multiline:[4]}],[1,"p-table-head-row"],[1,"p-table-row"]]],["p-banner_2.cjs",[[1,"p-banner",{state:[1],persistent:[4],width:[1],theme:[1]}],[1,"p-inline-notification",{heading:[1],description:[1],state:[1],persistent:[4],actionLabel:[1,"action-label"],actionLoading:[4,"action-loading"],actionIcon:[1,"action-icon"],theme:[1]}]]],["p-button_2.cjs",[[17,"p-button",{tabbable:[4],type:[1],disabled:[4],loading:[4],variant:[1],icon:[1],iconSource:[1,"icon-source"],hideLabel:[8,"hide-label"],theme:[1],aria:[1]},[[2,"click","onClick"]]],[1,"p-button-group",{direction:[1]}]]],["p-flex_2.cjs",[[1,"p-flex",{inline:[8],wrap:[1],direction:[1],justifyContent:[1,"justify-content"],alignItems:[1,"align-items"],alignContent:[1,"align-content"]}],[1,"p-flex-item",{width:[1],offset:[1],alignSelf:[1,"align-self"],grow:[8],shrink:[8],flex:[1]}]]],["p-grid_2.cjs",[[1,"p-grid",{direction:[1],wrap:[1],gutter:[8]}],[1,"p-grid-item",{size:[8],offset:[8]}]]],["p-segmented-control_2.cjs",[[1,"p-segmented-control",{backgroundColor:[1,"background-color"],theme:[1],value:[8]}],[17,"p-segmented-control-item",{value:[8],disabled:[4],label:[1],icon:[1],iconSource:[1,"icon-source"]},[[2,"click","onClick"]]]]],["p-select-wrapper_2.cjs",[[1,"p-select-wrapper",{label:[1],description:[1],state:[1],message:[1],hideLabel:[8,"hide-label"],filter:[4],theme:[1],dropdownDirection:[1,"dropdown-direction"],native:[4]}],[1,"p-select-wrapper-dropdown",{selectRef:[16],label:[1],description:[1],message:[1],state:[1],direction:[1],theme:[1],filter:[4],required:[4],disabled:[4],onOpenChange:[16],isOpenOverride:[4,"is-open-override"],isOpen:[32],optionMaps:[32],searchString:[32]}]]],["p-stepper-horizontal_2.cjs",[[1,"p-stepper-horizontal",{size:[1],theme:[1]}],[17,"p-stepper-horizontal-item",{state:[1],disabled:[4]},[[2,"click","onClick"]]]]],["p-tabs_2.cjs",[[1,"p-tabs",{size:[1],weight:[1],theme:[1],gradientColorScheme:[1,"gradient-color-scheme"],activeTabIndex:[1026,"active-tab-index"],tabsItemElements:[32]}],[1,"p-tabs-item",{label:[1]}]]],["p-tag_2.cjs",[[1,"p-tag",{theme:[1],color:[1],icon:[1],iconSource:[1,"icon-source"]}],[17,"p-tag-dismissible",{color:[1],label:[1],aria:[1]}]]],["p-text-list_2.cjs",[[1,"p-text-list",{listType:[1,"list-type"],orderType:[1,"order-type"],theme:[1]}],[1,"p-text-list-item"]]],["p-toast_2.cjs",[[1,"p-toast",{theme:[1],addMessage:[64]}],[1,"p-toast-item",{text:[1],state:[1],theme:[1]}]]],["p-accordion.cjs",[[1,"p-accordion",{size:[1],theme:[1],heading:[1],tag:[1],open:[4],compact:[4]}]]],["p-button-pure.cjs",[[17,"p-button-pure",{tabbable:[4],type:[1],disabled:[4],loading:[4],size:[1],weight:[1],icon:[1],iconSource:[1,"icon-source"],active:[4],hideLabel:[8,"hide-label"],alignLabel:[1,"align-label"],stretch:[8],theme:[1],aria:[1]},[[2,"click","onClick"]]]]],["p-carousel.cjs",[[1,"p-carousel",{heading:[1],description:[1],wrapContent:[4,"wrap-content"],slidesPerPage:[1032,"slides-per-page"],disablePagination:[1032,"disable-pagination"],intl:[1],theme:[1],amountOfPages:[32]}]]],["p-checkbox-wrapper.cjs",[[1,"p-checkbox-wrapper",{label:[1],state:[1],message:[1],hideLabel:[8,"hide-label"]}]]],["p-content-wrapper.cjs",[[1,"p-content-wrapper",{width:[1],backgroundColor:[1,"background-color"],theme:[1]}]]],["p-divider.cjs",[[1,"p-divider",{color:[1],orientation:[1],theme:[1]}]]],["p-fieldset-wrapper.cjs",[[1,"p-fieldset-wrapper",{label:[1],labelSize:[1,"label-size"],required:[4],state:[1],message:[1]}]]],["p-headline.cjs",[[1,"p-headline",{variant:[1],tag:[1],align:[1],color:[1],ellipsis:[4],theme:[1]}]]],["p-icon.cjs",[[1,"p-icon",{name:[1],source:[1],color:[1],size:[1],lazy:[4],theme:[1],aria:[1]}]]],["p-link.cjs",[[17,"p-link",{variant:[1],icon:[1],iconSource:[1,"icon-source"],href:[1],theme:[1],target:[1],download:[1],rel:[1],hideLabel:[8,"hide-label"],aria:[1]}]]],["p-link-pure.cjs",[[17,"p-link-pure",{alignLabel:[1,"align-label"],stretch:[8],size:[1],weight:[1],icon:[1],iconSource:[1,"icon-source"],href:[1],active:[4],hideLabel:[8,"hide-label"],theme:[1],target:[1],download:[1],rel:[1],aria:[1]}]]],["p-link-social.cjs",[[17,"p-link-social",{icon:[1],iconSource:[1,"icon-source"],href:[1],theme:[1],target:[1],rel:[1],hideLabel:[8,"hide-label"]}]]],["p-link-tile.cjs",[[17,"p-link-tile",{size:[1],weight:[1],aspectRatio:[1,"aspect-ratio"],label:[1],description:[1],align:[1],gradient:[4],compact:[1032],href:[1],target:[1],download:[1],rel:[1],aria:[1]}]]],["p-marque.cjs",[[17,"p-marque",{trademark:[4],size:[1],href:[1],target:[1],aria:[1]}]]],["p-modal.cjs",[[1,"p-modal",{open:[4],disableCloseButton:[4,"disable-close-button"],disableBackdropClick:[4,"disable-backdrop-click"],heading:[1],fullscreen:[8],aria:[1]}]]],["p-pagination.cjs",[[17,"p-pagination",{totalItemsCount:[2,"total-items-count"],itemsPerPage:[2,"items-per-page"],activePage:[1026,"active-page"],maxNumberOfPageLinks:[8,"max-number-of-page-links"],allyLabel:[1,"ally-label"],allyLabelPrev:[1,"ally-label-prev"],allyLabelPage:[1,"ally-label-page"],allyLabelNext:[1,"ally-label-next"],theme:[1],breakpointMaxNumberOfPageLinks:[32]}]]],["p-popover.cjs",[[1,"p-popover",{direction:[1],description:[1],aria:[1],open:[32]}]]],["p-radio-button-wrapper.cjs",[[1,"p-radio-button-wrapper",{label:[1],state:[1],message:[1],hideLabel:[8,"hide-label"]}]]],["p-scroller.cjs",[[1,"p-scroller",{theme:[1],gradientColorScheme:[1,"gradient-color-scheme"],scrollToPosition:[1,"scroll-to-position"],scrollIndicatorPosition:[1,"scroll-indicator-position"],isPrevHidden:[32],isNextHidden:[32]}]]],["p-spinner.cjs",[[1,"p-spinner",{size:[1],theme:[1],aria:[1]}]]],["p-switch.cjs",[[17,"p-switch",{alignLabel:[1,"align-label"],hideLabel:[8,"hide-label"],stretch:[8],checked:[4],disabled:[4],loading:[4],tabbable:[4],theme:[1]},[[2,"click","onClick"]]]]],["p-tabs-bar.cjs",[[1,"p-tabs-bar",{size:[1],weight:[1],theme:[1],gradientColorScheme:[1,"gradient-color-scheme"],activeTabIndex:[2,"active-tab-index"],tabElements:[32]}]]],["p-text.cjs",[[1,"p-text",{tag:[1],size:[1],weight:[1],align:[1],color:[1],ellipsis:[4],theme:[1]}]]],["p-text-field-wrapper.cjs",[[1,"p-text-field-wrapper",{label:[1],unit:[1],unitPosition:[1,"unit-position"],description:[1],state:[1],message:[1],hideLabel:[8,"hide-label"],showCharacterCount:[4,"show-character-count"],actionIcon:[1,"action-icon"],actionLoading:[4,"action-loading"],showPassword:[32],isClearable:[32]}]]],["p-textarea-wrapper.cjs",[[1,"p-textarea-wrapper",{label:[1],description:[1],state:[1],message:[1],hideLabel:[8,"hide-label"],showCharacterCount:[4,"show-character-count"]}]]]],n)))),Oe}function vr(){return gr||(gr=1,s(),l(),c||(c=1,window.matchMedia||(window.matchMedia=function(){var e=window.styleMedia||window.media;if(!e){var t,i=document.createElement("style"),n=document.getElementsByTagName("script")[0];i.type="text/css",i.id="matchmediajs-test",n?n.parentNode.insertBefore(i,n):document.head.appendChild(i),t="getComputedStyle"in window&&window.getComputedStyle(i,null)||i.currentStyle,e={matchMedium:function(e){var n="@media "+e+"{ #matchmediajs-test { width: 1px; } }";return i.styleSheet?i.styleSheet.cssText=n:i.textContent=n,"1px"===t.width}}}return function(t){return{matches:e.matchMedium(t||"all"),media:t||"all"}}}())),d||(d=1,function(){if(window.matchMedia&&window.matchMedia("all").addListener)return!1;var e=window.matchMedia,t=e("only all").matches,i=!1,n=0,o=[],s=function(t){clearTimeout(n),n=setTimeout((function(){for(var t=0,i=o.length;t<i;t++){var n=o[t].mql,s=o[t].listeners||[],r=e(n.media).matches;if(r!==n.matches){n.matches=r;for(var a=0,l=s.length;a<l;a++)s[a].call(window,n)}}}),30)};window.matchMedia=function(n){var r=e(n),a=[],l=0;return r.addListener=function(e){t&&(i||(i=!0,window.addEventListener("resize",s,!0)),0===l&&(l=o.push({mql:r,listeners:a})),a.push(e))},r.removeListener=function(e){for(var t=0,i=a.length;t<i;t++)a[t]===e&&a.splice(t,1)},r}}()),p(),e.ResizeObserver=je.ResizeObserver,window.PDS_SKIP_FETCH=!0,mr().defineCustomElements().then((()=>{window.PDS_SKIP_FETCH=!1}))),n}var yr=vr();module.exports=yr;
1
+ "use strict";var e="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function t(e){var t=e.default;if("function"==typeof t){var i=function(){return t.apply(this,arguments)};i.prototype=t.prototype}else i={};return Object.defineProperty(i,"__esModule",{value:!0}),Object.keys(e).forEach((function(t){var n=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(i,t,n.get?n:{enumerable:!0,get:function(){return e[t]}})})),i}var i,n={},o={};function s(){return i||(i=1,function(){if("undefined"!=typeof document&&!("adoptedStyleSheets"in document)){var e="ShadyCSS"in window&&!ShadyCSS.nativeShadow,t=document.implementation.createHTMLDocument(""),i=new WeakMap,n="object"==typeof DOMException?Error:DOMException,o=Object.defineProperty,s=Array.prototype.forEach,r=/@import.+?;?$/gm,a=CSSStyleSheet.prototype;a.replace=function(){return Promise.reject(new n("Can't call replace on non-constructed CSSStyleSheets."))},a.replaceSync=function(){throw new n("Failed to execute 'replaceSync' on 'CSSStyleSheet': Can't call replaceSync on non-constructed CSSStyleSheets.")};var l=new WeakMap,c=new WeakMap,h=new WeakMap,d=new WeakMap,u=E.prototype;u.replace=function(e){try{return this.replaceSync(e),Promise.resolve(this)}catch(e){return Promise.reject(e)}},u.replaceSync=function(e){if(k(this),"string"==typeof e){var t=this;l.get(t).textContent=function(e){var t=e.replace(r,"");return t!==e&&console.warn("@import rules are not allowed here. See https://github.com/WICG/construct-stylesheets/issues/119#issuecomment-588352418"),t.trim()}(e),d.set(t,[]),c.get(t).forEach((function(e){e.isConnected()&&O(t,S(t,e))}))}},o(u,"cssRules",{configurable:!0,enumerable:!0,get:function(){return k(this),l.get(this).sheet.cssRules}}),o(u,"media",{configurable:!0,enumerable:!0,get:function(){return k(this),l.get(this).sheet.media}}),["addRule","deleteRule","insertRule","removeRule"].forEach((function(e){u[e]=function(){var t=this;k(t);var i=arguments;d.get(t).push({method:e,args:i}),c.get(t).forEach((function(n){if(n.isConnected()){var o=S(t,n).sheet;o[e].apply(o,i)}}));var n=l.get(t).sheet;return n[e].apply(n,i)}})),o(E,Symbol.hasInstance,{configurable:!0,value:C});var p={childList:!0,subtree:!0},g=new WeakMap,b=new WeakMap,f=new WeakMap,m=new WeakMap;if(_.prototype={isConnected:function(){var e=b.get(this);return e instanceof Document?"loading"!==e.readyState:function(e){return"isConnected"in e?e.isConnected:document.contains(e)}(e.host)},connect:function(){var e=I(this);m.get(this).observe(e,p),f.get(this).length>0&&$(this),R(e,(function(e){j(e).connect()}))},disconnect:function(){m.get(this).disconnect()},update:function(e){var t=this,i=b.get(t)===document?"Document":"ShadowRoot";if(!Array.isArray(e))throw new TypeError("Failed to set the 'adoptedStyleSheets' property on "+i+": Iterator getter is not callable.");if(!e.every(C))throw new TypeError("Failed to set the 'adoptedStyleSheets' property on "+i+": Failed to convert value to 'CSSStyleSheet'");if(e.some(x))throw new TypeError("Failed to set the 'adoptedStyleSheets' property on "+i+": Can't adopt non-constructed stylesheets");t.sheets=e;var n,o,s=f.get(t),r=(n=e).filter((function(e,t){return n.indexOf(e)===t}));(o=r,s.filter((function(e){return-1===o.indexOf(e)}))).forEach((function(e){var i;(i=S(e,t)).parentNode.removeChild(i),function(e,t){h.get(e).delete(t),c.set(e,c.get(e).filter((function(e){return e!==t})))}(e,t)})),f.set(t,r),t.isConnected()&&r.length>0&&$(t)}},window.CSSStyleSheet=E,A(Document),"ShadowRoot"in window){A(ShadowRoot);var v=Element.prototype,y=v.attachShadow;v.attachShadow=function(e){var t=y.call(this,e);return"closed"===e.mode&&i.set(this,t),t}}var w=j(document);w.isConnected()?w.connect():document.addEventListener("DOMContentLoaded",w.connect.bind(w))}function T(e){return e.shadowRoot||i.get(e)}function C(e){return"object"==typeof e&&(u.isPrototypeOf(e)||a.isPrototypeOf(e))}function x(e){return"object"==typeof e&&a.isPrototypeOf(e)}function S(e,t){return h.get(e).get(t)}function O(e,t){requestAnimationFrame((function(){t.textContent=l.get(e).textContent,d.get(e).forEach((function(e){return t.sheet[e.method].apply(t.sheet,e.args)}))}))}function k(e){if(!l.has(e))throw new TypeError("Illegal invocation")}function E(){var e=this,i=document.createElement("style");t.body.appendChild(i),l.set(e,i),c.set(e,[]),h.set(e,new WeakMap),d.set(e,[])}function j(e){var t=g.get(e);return t||(t=new _(e),g.set(e,t)),t}function A(e){o(e.prototype,"adoptedStyleSheets",{configurable:!0,enumerable:!0,get:function(){return j(this).sheets},set:function(e){j(this).update(e)}})}function R(e,t){for(var i=document.createNodeIterator(e,NodeFilter.SHOW_ELEMENT,(function(e){return T(e)?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_REJECT}),null,!1),n=void 0;n=i.nextNode();)t(T(n))}function I(e){var t=b.get(e);return t instanceof Document?t.body:t}function $(e){var t=document.createDocumentFragment(),i=f.get(e),n=m.get(e),o=I(e);n.disconnect(),i.forEach((function(i){t.appendChild(S(i,e)||function(e,t){var i=document.createElement("style");return h.get(e).set(t,i),c.get(e).push(t),i}(i,e))})),o.insertBefore(t,null),n.observe(o,p),i.forEach((function(t){O(t,S(t,e))}))}function _(t){var i=this;i.sheets=[],b.set(i,t),f.set(i,[]),m.set(i,new MutationObserver((function(t,n){document?t.forEach((function(t){e||s.call(t.addedNodes,(function(e){e instanceof Element&&R(e,(function(e){j(e).connect()}))})),s.call(t.removedNodes,(function(t){t instanceof Element&&(function(e,t){return t instanceof HTMLStyleElement&&f.get(e).some((function(t){return S(t,e)}))}(i,t)&&$(i),e||R(t,(function(e){j(e).disconnect()})))}))})):n.disconnect()})))}}()),o}var r,a={};function l(){return r||(r=1,function(){if("object"==typeof window)if("IntersectionObserver"in window&&"IntersectionObserverEntry"in window&&"intersectionRatio"in window.IntersectionObserverEntry.prototype)"isIntersecting"in window.IntersectionObserverEntry.prototype||Object.defineProperty(window.IntersectionObserverEntry.prototype,"isIntersecting",{get:function(){return this.intersectionRatio>0}});else{var e=function(e){for(var t=window.document,i=o(t);i;)i=o(t=i.ownerDocument);return t}(),t=[],i=null,n=null;r.prototype.THROTTLE_TIMEOUT=100,r.prototype.POLL_INTERVAL=null,r.prototype.USE_MUTATION_OBSERVER=!0,r._setupCrossOriginUpdater=function(){return i||(i=function(e,i){n=e&&i?d(e,i):{top:0,bottom:0,left:0,right:0,width:0,height:0},t.forEach((function(e){e._checkForIntersections()}))}),i},r._resetCrossOriginUpdater=function(){i=null,n=null},r.prototype.observe=function(e){if(!this._observationTargets.some((function(t){return t.element==e}))){if(!e||1!=e.nodeType)throw new Error("target must be an Element");this._registerInstance(),this._observationTargets.push({element:e,entry:null}),this._monitorIntersections(e.ownerDocument),this._checkForIntersections()}},r.prototype.unobserve=function(e){this._observationTargets=this._observationTargets.filter((function(t){return t.element!=e})),this._unmonitorIntersections(e.ownerDocument),0==this._observationTargets.length&&this._unregisterInstance()},r.prototype.disconnect=function(){this._observationTargets=[],this._unmonitorAllIntersections(),this._unregisterInstance()},r.prototype.takeRecords=function(){var e=this._queuedEntries.slice();return this._queuedEntries=[],e},r.prototype._initThresholds=function(e){var t=e||[0];return Array.isArray(t)||(t=[t]),t.sort().filter((function(e,t,i){if("number"!=typeof e||isNaN(e)||e<0||e>1)throw new Error("threshold must be a number between 0 and 1 inclusively");return e!==i[t-1]}))},r.prototype._parseRootMargin=function(e){var t=(e||"0px").split(/\s+/).map((function(e){var t=/^(-?\d*\.?\d+)(px|%)$/.exec(e);if(!t)throw new Error("rootMargin must be specified in pixels or percent");return{value:parseFloat(t[1]),unit:t[2]}}));return t[1]=t[1]||t[0],t[2]=t[2]||t[0],t[3]=t[3]||t[1],t},r.prototype._monitorIntersections=function(t){var i=t.defaultView;if(i&&-1==this._monitoringDocuments.indexOf(t)){var n=this._checkForIntersections,s=null,r=null;this.POLL_INTERVAL?s=i.setInterval(n,this.POLL_INTERVAL):(a(i,"resize",n,!0),a(t,"scroll",n,!0),this.USE_MUTATION_OBSERVER&&"MutationObserver"in i&&(r=new i.MutationObserver(n)).observe(t,{attributes:!0,childList:!0,characterData:!0,subtree:!0})),this._monitoringDocuments.push(t),this._monitoringUnsubscribes.push((function(){var e=t.defaultView;e&&(s&&e.clearInterval(s),l(e,"resize",n,!0)),l(t,"scroll",n,!0),r&&r.disconnect()}));var c=this.root&&(this.root.ownerDocument||this.root)||e;if(t!=c){var h=o(t);h&&this._monitorIntersections(h.ownerDocument)}}},r.prototype._unmonitorIntersections=function(t){var i=this._monitoringDocuments.indexOf(t);if(-1!=i){var n=this.root&&(this.root.ownerDocument||this.root)||e,s=this._observationTargets.some((function(e){var i=e.element.ownerDocument;if(i==t)return!0;for(;i&&i!=n;){var s=o(i);if((i=s&&s.ownerDocument)==t)return!0}return!1}));if(!s){var r=this._monitoringUnsubscribes[i];if(this._monitoringDocuments.splice(i,1),this._monitoringUnsubscribes.splice(i,1),r(),t!=n){var a=o(t);a&&this._unmonitorIntersections(a.ownerDocument)}}}},r.prototype._unmonitorAllIntersections=function(){var e=this._monitoringUnsubscribes.slice(0);this._monitoringDocuments.length=0,this._monitoringUnsubscribes.length=0;for(var t=0;t<e.length;t++)e[t]()},r.prototype._checkForIntersections=function(){if(this.root||!i||n){var e=this._rootIsInDom(),t=e?this._getRootRect():{top:0,bottom:0,left:0,right:0,width:0,height:0};this._observationTargets.forEach((function(n){var o=n.element,r=c(o),a=this._rootContainsTarget(o),l=n.entry,h=e&&a&&this._computeTargetAndRootIntersection(o,r,t),d=null;this._rootContainsTarget(o)?i&&!this.root||(d=t):d={top:0,bottom:0,left:0,right:0,width:0,height:0};var u=n.entry=new s({time:window.performance&&performance.now&&performance.now(),target:o,boundingClientRect:r,rootBounds:d,intersectionRect:h});l?e&&a?this._hasCrossedThreshold(l,u)&&this._queuedEntries.push(u):l&&l.isIntersecting&&this._queuedEntries.push(u):this._queuedEntries.push(u)}),this),this._queuedEntries.length&&this._callback(this.takeRecords(),this)}},r.prototype._computeTargetAndRootIntersection=function(t,o,s){if("none"!=window.getComputedStyle(t).display){for(var r,a,l,h,u,g,b,f,m=o,v=p(t),y=!1;!y&&v;){var w=null,T=1==v.nodeType?window.getComputedStyle(v):{};if("none"==T.display)return null;if(v==this.root||9==v.nodeType)if(y=!0,v==this.root||v==e)i&&!this.root?!n||0==n.width&&0==n.height?(v=null,w=null,m=null):w=n:w=s;else{var C=p(v),x=C&&c(C),S=C&&this._computeTargetAndRootIntersection(C,x,s);x&&S?(v=C,w=d(x,S)):(v=null,m=null)}else{var O=v.ownerDocument;v!=O.body&&v!=O.documentElement&&"visible"!=T.overflow&&(w=c(v))}if(w&&(r=w,a=m,l=void 0,h=void 0,u=void 0,g=void 0,b=void 0,f=void 0,l=Math.max(r.top,a.top),h=Math.min(r.bottom,a.bottom),u=Math.max(r.left,a.left),g=Math.min(r.right,a.right),f=h-l,m=(b=g-u)>=0&&f>=0&&{top:l,bottom:h,left:u,right:g,width:b,height:f}||null),!m)break;v=v&&p(v)}return m}},r.prototype._getRootRect=function(){var t;if(this.root&&!g(this.root))t=c(this.root);else{var i=g(this.root)?this.root:e,n=i.documentElement,o=i.body;t={top:0,left:0,right:n.clientWidth||o.clientWidth,width:n.clientWidth||o.clientWidth,bottom:n.clientHeight||o.clientHeight,height:n.clientHeight||o.clientHeight}}return this._expandRectByRootMargin(t)},r.prototype._expandRectByRootMargin=function(e){var t=this._rootMarginValues.map((function(t,i){return"px"==t.unit?t.value:t.value*(i%2?e.width:e.height)/100})),i={top:e.top-t[0],right:e.right+t[1],bottom:e.bottom+t[2],left:e.left-t[3]};return i.width=i.right-i.left,i.height=i.bottom-i.top,i},r.prototype._hasCrossedThreshold=function(e,t){var i=e&&e.isIntersecting?e.intersectionRatio||0:-1,n=t.isIntersecting?t.intersectionRatio||0:-1;if(i!==n)for(var o=0;o<this.thresholds.length;o++){var s=this.thresholds[o];if(s==i||s==n||s<i!=s<n)return!0}},r.prototype._rootIsInDom=function(){return!this.root||u(e,this.root)},r.prototype._rootContainsTarget=function(t){var i=this.root&&(this.root.ownerDocument||this.root)||e;return u(i,t)&&(!this.root||i==t.ownerDocument)},r.prototype._registerInstance=function(){t.indexOf(this)<0&&t.push(this)},r.prototype._unregisterInstance=function(){var e=t.indexOf(this);-1!=e&&t.splice(e,1)},window.IntersectionObserver=r,window.IntersectionObserverEntry=s}function o(e){try{return e.defaultView&&e.defaultView.frameElement||null}catch(e){return null}}function s(e){this.time=e.time,this.target=e.target,this.rootBounds=h(e.rootBounds),this.boundingClientRect=h(e.boundingClientRect),this.intersectionRect=h(e.intersectionRect||{top:0,bottom:0,left:0,right:0,width:0,height:0}),this.isIntersecting=!!e.intersectionRect;var t=this.boundingClientRect,i=t.width*t.height,n=this.intersectionRect,o=n.width*n.height;this.intersectionRatio=i?Number((o/i).toFixed(4)):this.isIntersecting?1:0}function r(e,t){var i,n,o,s=t||{};if("function"!=typeof e)throw new Error("callback must be a function");if(s.root&&1!=s.root.nodeType&&9!=s.root.nodeType)throw new Error("root must be a Document or Element");this._checkForIntersections=(i=this._checkForIntersections.bind(this),n=this.THROTTLE_TIMEOUT,o=null,function(){o||(o=setTimeout((function(){i(),o=null}),n))}),this._callback=e,this._observationTargets=[],this._queuedEntries=[],this._rootMarginValues=this._parseRootMargin(s.rootMargin),this.thresholds=this._initThresholds(s.threshold),this.root=s.root||null,this.rootMargin=this._rootMarginValues.map((function(e){return e.value+e.unit})).join(" "),this._monitoringDocuments=[],this._monitoringUnsubscribes=[]}function a(e,t,i,n){"function"==typeof e.addEventListener?e.addEventListener(t,i,n||!1):"function"==typeof e.attachEvent&&e.attachEvent("on"+t,i)}function l(e,t,i,n){"function"==typeof e.removeEventListener?e.removeEventListener(t,i,n||!1):"function"==typeof e.detachEvent&&e.detachEvent("on"+t,i)}function c(e){var t;try{t=e.getBoundingClientRect()}catch(e){}return t?(t.width&&t.height||(t={top:t.top,right:t.right,bottom:t.bottom,left:t.left,width:t.right-t.left,height:t.bottom-t.top}),t):{top:0,bottom:0,left:0,right:0,width:0,height:0}}function h(e){return!e||"x"in e?e:{top:e.top,y:e.top,bottom:e.bottom,left:e.left,x:e.left,right:e.right,width:e.width,height:e.height}}function d(e,t){var i=t.top-e.top,n=t.left-e.left;return{top:i,left:n,height:t.height,width:t.width,bottom:i+t.height,right:n+t.width}}function u(e,t){for(var i=t;i;){if(i==e)return!0;i=p(i)}return!1}function p(t){var i=t.parentNode;return 9==t.nodeType&&t!=e?o(t):(i&&i.assignedSlot&&(i=i.assignedSlot.parentNode),i&&11==i.nodeType&&i.host?i.host:i)}function g(e){return e&&9===e.nodeType}}()),a}var c;var h;var d,u={};function p(){return d||(d=1,function(){var e="undefined"==typeof window,t=!e&&"scrollBehavior"in document.documentElement.style,i=function(){return i=Object.assign||function(e){for(var t,i=1,n=arguments.length;i<n;i++)for(var o in t=arguments[i])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},i.apply(this,arguments)};function n(e,t){var i="function"==typeof Symbol&&e[Symbol.iterator];if(!i)return e;var n,o,s=i.call(e),r=[];try{for(;(void 0===t||t-- >0)&&!(n=s.next()).done;)r.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(i=s.return)&&i.call(s)}finally{if(o)throw o.error}}return r}function o(){return null!=document.scrollingElement?document.scrollingElement:document.documentElement}var s="scroll-behavior",r=new RegExp("scroll-behavior:\\s*([^;]*)");function a(e,t){var i="scroll-behavior:"+t,n=e.getAttribute("style");if(null!=n&&""!==n){var o=l(e);if(null!=o){var s="scroll-behavior:"+o;n=(n=n.replace(s+";","")).replace(s,"")}e.setAttribute("style",n.endsWith(";")?""+n+i:";"+n+i)}else e.setAttribute("style",i)}function l(e){var t=e.getAttribute("style");if(null!=t&&t.includes(s)){var i=t.match(r);if(null!=i){var o=n(i,2)[1];if(null!=o&&""!==o)return o}}}function c(e,t){if(null!=t&&"smooth"===t.behavior)return"smooth";var i,n="style"in e?e:o();if("style"in n){var s=n.style.scrollBehavior;null!=s&&""!==s&&(i=s)}if(null==i){var r=n.getAttribute("scroll-behavior");null!=r&&""!==r&&(i=r)}if(null==i&&(i=l(n)),null==i){var a=getComputedStyle(n).getPropertyValue("scrollBehavior");null!=a&&""!==a&&(i=a)}return i}function h(e){return.5*(1-Math.cos(Math.PI*e))}var d={reset:function(){}},u="undefined"==typeof WeakMap?void 0:new WeakMap;function p(e){var i=e.startTime,n=e.startX,s=e.startY,r=e.endX,c=e.endY,p=e.method,g=e.scroller,b=0,f=r-n,m=c-s,v=Math.max(Math.abs(f/1e3*15e3),Math.abs(m/1e3*15e3)),y=function(e){if(t||null==u)return d;var i,n,s,r,c,h=o(),p=u.get(e);if(null!=p)i=p.cachedScrollSnapValue,n=p.cachedScrollBehaviorStyleAttributeValue,s=p.secondaryScroller,r=p.secondaryScrollerCachedScrollSnapValue,c=p.secondaryScrollerCachedScrollBehaviorStyleAttributeValue,p.release();else{i=""===e.style.scrollSnapType?null:e.style.scrollSnapType,n=l(e),s=e===h&&h!==document.body?document.body:void 0,r=null==s?void 0:""===s.style.scrollSnapType?null:s.style.scrollSnapType,c=null==s?void 0:l(s);var g=getComputedStyle(e).getPropertyValue("scroll-snap-type"),b=null==s?void 0:getComputedStyle(s).getPropertyValue("scroll-snap-type");if("none"===g&&"none"===b)return d}e.style.scrollSnapType="none",void 0!==s&&(s.style.scrollSnapType="none"),void 0!==n&&a(e,n),void 0!==s&&void 0!==c&&a(s,c);var f=!1,m=e===h?window:e;function v(){m.removeEventListener("scroll",y),null!=u&&u.delete(e),f=!0}function y(){e.style.scrollSnapType=i,null!=s&&void 0!==r&&(s.style.scrollSnapType=r),void 0!==n&&a(e,n),void 0!==s&&void 0!==c&&a(s,c),v()}return u.set(e,{release:v,cachedScrollSnapValue:i,cachedScrollBehaviorStyleAttributeValue:n,secondaryScroller:s,secondaryScrollerCachedScrollSnapValue:r,secondaryScrollerCachedScrollBehaviorStyleAttributeValue:c}),{reset:function(){setTimeout((function(){f||m.addEventListener("scroll",y)}))}}}(g);requestAnimationFrame((function e(t){b+=t-i;var o=Math.max(0,Math.min(1,0===v?0:b/v)),a=Math.floor(n+f*h(o)),l=Math.floor(s+m*h(o));p(a,l),a!==r||l!==c?requestAnimationFrame(e):null!=y&&(y.reset(),y=void 0)}))}var g=e?void 0:Element.prototype.scroll,b=e?void 0:window.scroll,f=e?void 0:Element.prototype.scrollBy,m=e?void 0:window.scrollBy,v=e?void 0:Element.prototype.scrollTo,y=e?void 0:window.scrollTo;function w(e,t){this.__adjustingScrollPosition=!0,this.scrollLeft=e,this.scrollTop=t,delete this.__adjustingScrollPosition}function T(e,t){return w.call(this,e,t)}function C(e,t){this.__adjustingScrollPosition=!0,this.scrollLeft+=e,this.scrollTop+=t,delete this.__adjustingScrollPosition}function x(e,t){switch(e){case"scroll":return t instanceof Element?null!=g?g:w:b;case"scrollBy":return t instanceof Element?null!=f?f:C:m;case"scrollTo":return t instanceof Element?null!=v?v:T:y}}function S(e,t,i,n){var s="performance"in window?performance.now():Date.now();if(e instanceof Element)return{startTime:s,startX:r=e.scrollLeft,startY:a=e.scrollTop,endX:Math.floor("scrollBy"===n?r+t:t),endY:Math.floor("scrollBy"===n?a+i:i),method:x("scrollTo",e).bind(e),scroller:e};var r,a,l=window.scrollX,c=window.pageXOffset,h=window.scrollY,d=window.pageYOffset;return{startTime:s,startX:r=null==l||0===l?c:l,startY:a=null==h||0===h?d:h,endX:Math.floor("scrollBy"===n?r+t:t),endY:Math.floor("scrollBy"===n?a+i:i),method:x("scrollTo",window).bind(window),scroller:o()}}function O(e){return null==e?0:"number"==typeof e?e:"string"==typeof e?parseFloat(e):0}function k(e){return null!=e&&"object"==typeof e}function E(e,t,n,o){!function(e,t,i){var n=c(t,e);null==n||"auto"===n?x(i,t).call(t,e.left,e.top):p(S(t,e.left,e.top,i))}(function(e,t){if(void 0===t&&!k(e))throw new TypeError("Failed to execute 'scroll' on 'Element': parameter 1 ('options') is not an object.");return k(e)?i(i({},j(e.left,e.top)),{behavior:null==e.behavior?"auto":e.behavior}):i(i({},j(e,t)),{behavior:"auto"})}(n,o),e,t)}function j(e,t){return{left:O(e),top:O(t)}}function A(e){return"nodeType"in e&&1===e.nodeType?e.parentNode:"ShadowRoot"in window&&e instanceof window.ShadowRoot?e.host:e===document?window:e instanceof Node?e.parentNode:null}function R(e){return"visible"!==e&&"clip"!==e}function I(e){if(e.clientHeight<e.scrollHeight||e.clientWidth<e.scrollWidth){var t=getComputedStyle(e,null);return R(t.overflowY)||R(t.overflowX)}return!1}function $(e){for(var t=e,i=o();null!=t;){var n=c(t);if(null!=n&&(t===i||I(t)))return[t,n];t=A(t)}for(t=e;null!=t;){if(t===i||I(t))return[t,"auto"];t=A(t)}return[i,"auto"]}function _(e){if(void 0===e&&(e=location),"origin"in e&&null!=e.origin)return e.origin;var t=null!=e.port&&e.port.length>0?":"+e.port:"";return("http:"===e.protocol&&":80"===t||"https:"===e.protocol&&":443"===t)&&(t=""),e.protocol+"//"+e.hostname+t}var P=/^#\d/;function L(){window.addEventListener("click",(function(e){if(e.isTrusted&&e.target instanceof HTMLAnchorElement){var t=e.target,i=t.pathname,o=t.search,s=t.hash;if(_(e.target)===_(location)&&i===location.pathname&&o===location.search&&null!=s&&!(s.length<1)){var r=function(e){for(var t=e;null!=t;){if("ShadowRoot"in window&&t instanceof window.ShadowRoot)return t;var i=A(t);if(i===t)return document;t=i}return document}(e.target),a=null!=s.match(P)?r.getElementById(s.slice(1)):r.querySelector(s);if(null!=a){var l=n($(a),2)[1];"smooth"===l&&(e.preventDefault(),a.scrollIntoView({behavior:l}))}}}}))}var M=e?void 0:Element.prototype.scrollIntoView;function N(e,t,i,n,o,s,r,a){return s<e&&r>t||s>e&&r<t?0:s<=e&&a<=i||r>=t&&a>=i?s-e-n:r>t&&a<i||s<e&&a>i?r-t+o:0}function D(e,t,i){var n=i.block,s=i.inline,r=o(),a=null!=window.visualViewport?visualViewport.width:innerWidth,l=null!=window.visualViewport?visualViewport.height:innerHeight,c=null!=window.scrollX?window.scrollX:window.pageXOffset,h=null!=window.scrollY?window.scrollY:window.pageYOffset,d=e.getBoundingClientRect(),u=d.height,p=d.width,g=d.top,b=d.right,f=d.bottom,m=d.left,v="start"===n||"nearest"===n?g:"end"===n?f:g+u/2,y="center"===s?m+p/2:"end"===s?b:m,w=t.getBoundingClientRect(),T=w.height,C=w.width,x=w.top,S=w.right,O=w.bottom,k=w.left,E=getComputedStyle(t),j=parseInt(E.borderLeftWidth,10),A=parseInt(E.borderTopWidth,10),R=parseInt(E.borderRightWidth,10),I=parseInt(E.borderBottomWidth,10),$=0,_=0,P="offsetWidth"in t?t.offsetWidth-t.clientWidth-j-R:0,L="offsetHeight"in t?t.offsetHeight-t.clientHeight-A-I:0;if(r===t)$="start"===n?v:"end"===n?v-l:"nearest"===n?N(h,h+l,l,A,I,h+v,h+v+u,u):v-l/2,_="start"===s?y:"center"===s?y-a/2:"end"===s?y-a:N(c,c+a,a,j,R,c+y,c+y+p,p),$=Math.max(0,$+h),_=Math.max(0,_+c);else{$="start"===n?v-x-A:"end"===n?v-O+I+L:"nearest"===n?N(x,O,T,A,I+L,v,v+u,u):v-(x+T/2)+L/2,_="start"===s?y-k-j:"center"===s?y-(k+C/2)+P/2:"end"===s?y-S+R+P:N(k,S,C,j,R+P,y,y+p,p);var M=t.scrollLeft,D=t.scrollTop;$=Math.max(0,Math.min(D+$,t.scrollHeight-T+L)),_=Math.max(0,Math.min(M+_,t.scrollWidth-C+P))}return{top:$,left:_}}var H=e?void 0:Object.getOwnPropertyDescriptor(Element.prototype,"scrollTop").set;var z=e?void 0:Object.getOwnPropertyDescriptor(Element.prototype,"scrollLeft").set;var W=!e&&("scroll"in Element.prototype&&"scrollTo"in Element.prototype&&"scrollBy"in Element.prototype&&"scrollIntoView"in Element.prototype);e||t&&W||(Element.prototype.scroll=function(e,t){E(this,"scroll",e,t)},Element.prototype.scrollBy=function(e,t){E(this,"scrollBy",e,t)},Element.prototype.scrollTo=function(e,t){E(this,"scrollTo",e,t)},Element.prototype.scrollIntoView=function(e){var t=null==e||!0===e?{block:"start",inline:"nearest"}:!1===e?{block:"end",inline:"nearest"}:e,o=n($(this),2),s=o[0],r=o[1],a=null!=t.behavior?t.behavior:r;if("smooth"===a)s.scrollTo(i({behavior:a},D(this,s,t)));else if(null!=M)M.call(this,t);else{var l=D(this,s,t),c=l.top,h=l.left;x("scrollTo",this).call(this,h,c)}},null!=HTMLElement.prototype.scrollIntoView&&HTMLElement.prototype.scrollIntoView!==Element.prototype.scrollIntoView&&(HTMLElement.prototype.scrollIntoView=Element.prototype.scrollIntoView),Object.defineProperty(Element.prototype,"scrollLeft",{set:function(e){return this.__adjustingScrollPosition?z.call(this,e):(E(this,"scrollTo",e,this.scrollTop),e)}}),Object.defineProperty(Element.prototype,"scrollTop",{set:function(e){return this.__adjustingScrollPosition?H.call(this,e):(E(this,"scrollTo",this.scrollLeft,e),e)}}),window.scroll=function(e,t){E(this,"scroll",e,t)},window.scrollBy=function(e,t){E(this,"scrollBy",e,t)},window.scrollTo=function(e,t){E(this,"scrollTo",e,t)},L())}()),u}var g="undefined"!=typeof globalThis&&globalThis||"undefined"!=typeof self&&self||void 0!==g&&g,b="URLSearchParams"in g,f="Symbol"in g&&"iterator"in Symbol,m="FileReader"in g&&"Blob"in g&&function(){try{return new Blob,!0}catch(e){return!1}}(),v="FormData"in g,y="ArrayBuffer"in g;if(y)var w=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]"],T=ArrayBuffer.isView||function(e){return e&&w.indexOf(Object.prototype.toString.call(e))>-1};function C(e){if("string"!=typeof e&&(e=String(e)),/[^a-z0-9\-#$%&'*+.^_`|~!]/i.test(e)||""===e)throw new TypeError('Invalid character in header field name: "'+e+'"');return e.toLowerCase()}function x(e){return"string"!=typeof e&&(e=String(e)),e}function S(e){var t={next:function(){var t=e.shift();return{done:void 0===t,value:t}}};return f&&(t[Symbol.iterator]=function(){return t}),t}function O(e){this.map={},e instanceof O?e.forEach((function(e,t){this.append(t,e)}),this):Array.isArray(e)?e.forEach((function(e){this.append(e[0],e[1])}),this):e&&Object.getOwnPropertyNames(e).forEach((function(t){this.append(t,e[t])}),this)}function k(e){if(e.bodyUsed)return Promise.reject(new TypeError("Already read"));e.bodyUsed=!0}function E(e){return new Promise((function(t,i){e.onload=function(){t(e.result)},e.onerror=function(){i(e.error)}}))}function j(e){var t=new FileReader,i=E(t);return t.readAsArrayBuffer(e),i}function A(e){if(e.slice)return e.slice(0);var t=new Uint8Array(e.byteLength);return t.set(new Uint8Array(e)),t.buffer}function R(){return this.bodyUsed=!1,this._initBody=function(e){var t;this.bodyUsed=this.bodyUsed,this._bodyInit=e,e?"string"==typeof e?this._bodyText=e:m&&Blob.prototype.isPrototypeOf(e)?this._bodyBlob=e:v&&FormData.prototype.isPrototypeOf(e)?this._bodyFormData=e:b&&URLSearchParams.prototype.isPrototypeOf(e)?this._bodyText=e.toString():y&&m&&((t=e)&&DataView.prototype.isPrototypeOf(t))?(this._bodyArrayBuffer=A(e.buffer),this._bodyInit=new Blob([this._bodyArrayBuffer])):y&&(ArrayBuffer.prototype.isPrototypeOf(e)||T(e))?this._bodyArrayBuffer=A(e):this._bodyText=e=Object.prototype.toString.call(e):this._bodyText="",this.headers.get("content-type")||("string"==typeof e?this.headers.set("content-type","text/plain;charset=UTF-8"):this._bodyBlob&&this._bodyBlob.type?this.headers.set("content-type",this._bodyBlob.type):b&&URLSearchParams.prototype.isPrototypeOf(e)&&this.headers.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"))},m&&(this.blob=function(){var e=k(this);if(e)return e;if(this._bodyBlob)return Promise.resolve(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(new Blob([this._bodyArrayBuffer]));if(this._bodyFormData)throw new Error("could not read FormData body as blob");return Promise.resolve(new Blob([this._bodyText]))},this.arrayBuffer=function(){if(this._bodyArrayBuffer){var e=k(this);return e||(ArrayBuffer.isView(this._bodyArrayBuffer)?Promise.resolve(this._bodyArrayBuffer.buffer.slice(this._bodyArrayBuffer.byteOffset,this._bodyArrayBuffer.byteOffset+this._bodyArrayBuffer.byteLength)):Promise.resolve(this._bodyArrayBuffer))}return this.blob().then(j)}),this.text=function(){var e,t,i,n=k(this);if(n)return n;if(this._bodyBlob)return e=this._bodyBlob,t=new FileReader,i=E(t),t.readAsText(e),i;if(this._bodyArrayBuffer)return Promise.resolve(function(e){for(var t=new Uint8Array(e),i=new Array(t.length),n=0;n<t.length;n++)i[n]=String.fromCharCode(t[n]);return i.join("")}(this._bodyArrayBuffer));if(this._bodyFormData)throw new Error("could not read FormData body as text");return Promise.resolve(this._bodyText)},v&&(this.formData=function(){return this.text().then(_)}),this.json=function(){return this.text().then(JSON.parse)},this}O.prototype.append=function(e,t){e=C(e),t=x(t);var i=this.map[e];this.map[e]=i?i+", "+t:t},O.prototype.delete=function(e){delete this.map[C(e)]},O.prototype.get=function(e){return e=C(e),this.has(e)?this.map[e]:null},O.prototype.has=function(e){return this.map.hasOwnProperty(C(e))},O.prototype.set=function(e,t){this.map[C(e)]=x(t)},O.prototype.forEach=function(e,t){for(var i in this.map)this.map.hasOwnProperty(i)&&e.call(t,this.map[i],i,this)},O.prototype.keys=function(){var e=[];return this.forEach((function(t,i){e.push(i)})),S(e)},O.prototype.values=function(){var e=[];return this.forEach((function(t){e.push(t)})),S(e)},O.prototype.entries=function(){var e=[];return this.forEach((function(t,i){e.push([i,t])})),S(e)},f&&(O.prototype[Symbol.iterator]=O.prototype.entries);var I=["DELETE","GET","HEAD","OPTIONS","POST","PUT"];function $(e,t){if(!(this instanceof $))throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');var i,n,o=(t=t||{}).body;if(e instanceof $){if(e.bodyUsed)throw new TypeError("Already read");this.url=e.url,this.credentials=e.credentials,t.headers||(this.headers=new O(e.headers)),this.method=e.method,this.mode=e.mode,this.signal=e.signal,o||null==e._bodyInit||(o=e._bodyInit,e.bodyUsed=!0)}else this.url=String(e);if(this.credentials=t.credentials||this.credentials||"same-origin",!t.headers&&this.headers||(this.headers=new O(t.headers)),this.method=(i=t.method||this.method||"GET",n=i.toUpperCase(),I.indexOf(n)>-1?n:i),this.mode=t.mode||this.mode||null,this.signal=t.signal||this.signal,this.referrer=null,("GET"===this.method||"HEAD"===this.method)&&o)throw new TypeError("Body not allowed for GET or HEAD requests");if(this._initBody(o),!("GET"!==this.method&&"HEAD"!==this.method||"no-store"!==t.cache&&"no-cache"!==t.cache)){var s=/([?&])_=[^&]*/;if(s.test(this.url))this.url=this.url.replace(s,"$1_="+(new Date).getTime());else{this.url+=(/\?/.test(this.url)?"&":"?")+"_="+(new Date).getTime()}}}function _(e){var t=new FormData;return e.trim().split("&").forEach((function(e){if(e){var i=e.split("="),n=i.shift().replace(/\+/g," "),o=i.join("=").replace(/\+/g," ");t.append(decodeURIComponent(n),decodeURIComponent(o))}})),t}function P(e,t){if(!(this instanceof P))throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');t||(t={}),this.type="default",this.status=void 0===t.status?200:t.status,this.ok=this.status>=200&&this.status<300,this.statusText=void 0===t.statusText?"":""+t.statusText,this.headers=new O(t.headers),this.url=t.url||"",this._initBody(e)}$.prototype.clone=function(){return new $(this,{body:this._bodyInit})},R.call($.prototype),R.call(P.prototype),P.prototype.clone=function(){return new P(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new O(this.headers),url:this.url})},P.error=function(){var e=new P(null,{status:0,statusText:""});return e.type="error",e};var L=[301,302,303,307,308];P.redirect=function(e,t){if(-1===L.indexOf(t))throw new RangeError("Invalid status code");return new P(null,{status:t,headers:{location:e}})};var M=g.DOMException;try{new M}catch(e){(M=function(e,t){this.message=e,this.name=t;var i=Error(e);this.stack=i.stack}).prototype=Object.create(Error.prototype),M.prototype.constructor=M}function N(e,t){return new Promise((function(i,n){var o=new $(e,t);if(o.signal&&o.signal.aborted)return n(new M("Aborted","AbortError"));var s=new XMLHttpRequest;function r(){s.abort()}s.onload=function(){var e,t,n={status:s.status,statusText:s.statusText,headers:(e=s.getAllResponseHeaders()||"",t=new O,e.replace(/\r?\n[\t ]+/g," ").split("\r").map((function(e){return 0===e.indexOf("\n")?e.substr(1,e.length):e})).forEach((function(e){var i=e.split(":"),n=i.shift().trim();if(n){var o=i.join(":").trim();t.append(n,o)}})),t)};n.url="responseURL"in s?s.responseURL:n.headers.get("X-Request-URL");var o="response"in s?s.response:s.responseText;setTimeout((function(){i(new P(o,n))}),0)},s.onerror=function(){setTimeout((function(){n(new TypeError("Network request failed"))}),0)},s.ontimeout=function(){setTimeout((function(){n(new TypeError("Network request failed"))}),0)},s.onabort=function(){setTimeout((function(){n(new M("Aborted","AbortError"))}),0)},s.open(o.method,function(e){try{return""===e&&g.location.href?g.location.href:e}catch(t){return e}}(o.url),!0),"include"===o.credentials?s.withCredentials=!0:"omit"===o.credentials&&(s.withCredentials=!1),"responseType"in s&&(m?s.responseType="blob":y&&o.headers.get("Content-Type")&&-1!==o.headers.get("Content-Type").indexOf("application/octet-stream")&&(s.responseType="arraybuffer")),!t||"object"!=typeof t.headers||t.headers instanceof O?o.headers.forEach((function(e,t){s.setRequestHeader(t,e)})):Object.getOwnPropertyNames(t.headers).forEach((function(e){s.setRequestHeader(e,x(t.headers[e]))})),o.signal&&(o.signal.addEventListener("abort",r),s.onreadystatechange=function(){4===s.readyState&&o.signal.removeEventListener("abort",r)}),s.send(void 0===o._bodyInit?null:o._bodyInit)}))}N.polyfill=!0,g.fetch||(g.fetch=N,g.Headers=O,g.Request=$,g.Response=P);var D,H=[],z="ResizeObserver loop completed with undelivered notifications.";!function(e){e.BORDER_BOX="border-box",e.CONTENT_BOX="content-box",e.DEVICE_PIXEL_CONTENT_BOX="device-pixel-content-box"}(D||(D={}));var W,B,U=function(e){return Object.freeze(e)},F=function(e,t){this.inlineSize=e,this.blockSize=t,U(this)},q=function(){function e(e,t,i,n){return this.x=e,this.y=t,this.width=i,this.height=n,this.top=this.y,this.left=this.x,this.bottom=this.top+this.height,this.right=this.left+this.width,U(this)}return e.prototype.toJSON=function(){var e=this;return{x:e.x,y:e.y,top:e.top,right:e.right,bottom:e.bottom,left:e.left,width:e.width,height:e.height}},e.fromRect=function(t){return new e(t.x,t.y,t.width,t.height)},e}(),V=function(e){return e instanceof SVGElement&&"getBBox"in e},J=function(e){if(V(e)){var t=e.getBBox(),i=t.width,n=t.height;return!i&&!n}var o=e,s=o.offsetWidth,r=o.offsetHeight;return!(s||r||e.getClientRects().length)},X=function(e){var t;if(e instanceof Element)return!0;var i=null===(t=null==e?void 0:e.ownerDocument)||void 0===t?void 0:t.defaultView;return!!(i&&e instanceof i.Element)},K="undefined"!=typeof window?window:{},G=new WeakMap,Q=/auto|scroll/,Z=/^tb|vertical/,Y=/msie|trident/i.test(K.navigator&&K.navigator.userAgent),ee=function(e){return parseFloat(e||"0")},te=function(e,t,i){return void 0===e&&(e=0),void 0===t&&(t=0),void 0===i&&(i=!1),new F((i?t:e)||0,(i?e:t)||0)},ie=U({devicePixelContentBoxSize:te(),borderBoxSize:te(),contentBoxSize:te(),contentRect:new q(0,0,0,0)}),ne=function(e,t){if(void 0===t&&(t=!1),G.has(e)&&!t)return G.get(e);if(J(e))return G.set(e,ie),ie;var i=getComputedStyle(e),n=V(e)&&e.ownerSVGElement&&e.getBBox(),o=!Y&&"border-box"===i.boxSizing,s=Z.test(i.writingMode||""),r=!n&&Q.test(i.overflowY||""),a=!n&&Q.test(i.overflowX||""),l=n?0:ee(i.paddingTop),c=n?0:ee(i.paddingRight),h=n?0:ee(i.paddingBottom),d=n?0:ee(i.paddingLeft),u=n?0:ee(i.borderTopWidth),p=n?0:ee(i.borderRightWidth),g=n?0:ee(i.borderBottomWidth),b=d+c,f=l+h,m=(n?0:ee(i.borderLeftWidth))+p,v=u+g,y=a?e.offsetHeight-v-e.clientHeight:0,w=r?e.offsetWidth-m-e.clientWidth:0,T=o?b+m:0,C=o?f+v:0,x=n?n.width:ee(i.width)-T-w,S=n?n.height:ee(i.height)-C-y,O=x+b+w+m,k=S+f+y+v,E=U({devicePixelContentBoxSize:te(Math.round(x*devicePixelRatio),Math.round(S*devicePixelRatio),s),borderBoxSize:te(O,k,s),contentBoxSize:te(x,S,s),contentRect:new q(d,l,x,S)});return G.set(e,E),E},oe=function(e,t,i){var n=ne(e,i),o=n.borderBoxSize,s=n.contentBoxSize,r=n.devicePixelContentBoxSize;switch(t){case D.DEVICE_PIXEL_CONTENT_BOX:return r;case D.BORDER_BOX:return o;default:return s}},se=function(e){var t=ne(e);this.target=e,this.contentRect=t.contentRect,this.borderBoxSize=U([t.borderBoxSize]),this.contentBoxSize=U([t.contentBoxSize]),this.devicePixelContentBoxSize=U([t.devicePixelContentBoxSize])},re=function(e){if(J(e))return 1/0;for(var t=0,i=e.parentNode;i;)t+=1,i=i.parentNode;return t},ae=function(){var e=1/0,t=[];H.forEach((function(i){if(0!==i.activeTargets.length){var n=[];i.activeTargets.forEach((function(t){var i=new se(t.target),o=re(t.target);n.push(i),t.lastReportedSize=oe(t.target,t.observedBox),o<e&&(e=o)})),t.push((function(){i.callback.call(i.observer,n,i.observer)})),i.activeTargets.splice(0,i.activeTargets.length)}}));for(var i=0,n=t;i<n.length;i++){(0,n[i])()}return e},le=function(e){H.forEach((function(t){t.activeTargets.splice(0,t.activeTargets.length),t.skippedTargets.splice(0,t.skippedTargets.length),t.observationTargets.forEach((function(i){i.isActive()&&(re(i.target)>e?t.activeTargets.push(i):t.skippedTargets.push(i))}))}))},ce=function(){var e,t=0;for(le(t);H.some((function(e){return e.activeTargets.length>0}));)t=ae(),le(t);return H.some((function(e){return e.skippedTargets.length>0}))&&("function"==typeof ErrorEvent?e=new ErrorEvent("error",{message:z}):((e=document.createEvent("Event")).initEvent("error",!1,!1),e.message=z),window.dispatchEvent(e)),t>0},he=[],de=function(e){if(!W){var t=0,i=document.createTextNode("");new MutationObserver((function(){return he.splice(0).forEach((function(e){return e()}))})).observe(i,{characterData:!0}),W=function(){i.textContent="".concat(t?t--:t++)}}he.push(e),W()},ue=0,pe={attributes:!0,characterData:!0,childList:!0,subtree:!0},ge=["resize","load","transitionend","animationend","animationstart","animationiteration","keyup","keydown","mouseup","mousedown","mouseover","mouseout","blur","focus"],be=function(e){return void 0===e&&(e=0),Date.now()+e},fe=!1,me=new(function(){function e(){var e=this;this.stopped=!0,this.listener=function(){return e.schedule()}}return e.prototype.run=function(e){var t=this;if(void 0===e&&(e=250),!fe){fe=!0;var i,n=be(e);i=function(){var i=!1;try{i=ce()}finally{if(fe=!1,e=n-be(),!ue)return;i?t.run(1e3):e>0?t.run(e):t.start()}},de((function(){requestAnimationFrame(i)}))}},e.prototype.schedule=function(){this.stop(),this.run()},e.prototype.observe=function(){var e=this,t=function(){return e.observer&&e.observer.observe(document.body,pe)};document.body?t():K.addEventListener("DOMContentLoaded",t)},e.prototype.start=function(){var e=this;this.stopped&&(this.stopped=!1,this.observer=new MutationObserver(this.listener),this.observe(),ge.forEach((function(t){return K.addEventListener(t,e.listener,!0)})))},e.prototype.stop=function(){var e=this;this.stopped||(this.observer&&this.observer.disconnect(),ge.forEach((function(t){return K.removeEventListener(t,e.listener,!0)})),this.stopped=!0)},e}()),ve=function(e){!ue&&e>0&&me.start(),!(ue+=e)&&me.stop()},ye=function(){function e(e,t){this.target=e,this.observedBox=t||D.CONTENT_BOX,this.lastReportedSize={inlineSize:0,blockSize:0}}return e.prototype.isActive=function(){var e,t=oe(this.target,this.observedBox,!0);return e=this.target,V(e)||function(e){switch(e.tagName){case"INPUT":if("image"!==e.type)break;case"VIDEO":case"AUDIO":case"EMBED":case"OBJECT":case"CANVAS":case"IFRAME":case"IMG":return!0}return!1}(e)||"inline"!==getComputedStyle(e).display||(this.lastReportedSize=t),this.lastReportedSize.inlineSize!==t.inlineSize||this.lastReportedSize.blockSize!==t.blockSize},e}(),we=function(e,t){this.activeTargets=[],this.skippedTargets=[],this.observationTargets=[],this.observer=e,this.callback=t},Te=new WeakMap,Ce=function(e,t){for(var i=0;i<e.length;i+=1)if(e[i].target===t)return i;return-1},xe=function(){function e(){}return e.connect=function(e,t){var i=new we(e,t);Te.set(e,i)},e.observe=function(e,t,i){var n=Te.get(e),o=0===n.observationTargets.length;Ce(n.observationTargets,t)<0&&(o&&H.push(n),n.observationTargets.push(new ye(t,i&&i.box)),ve(1),me.schedule())},e.unobserve=function(e,t){var i=Te.get(e),n=Ce(i.observationTargets,t),o=1===i.observationTargets.length;n>=0&&(o&&H.splice(H.indexOf(i),1),i.observationTargets.splice(n,1),ve(-1))},e.disconnect=function(e){var t=this,i=Te.get(e);i.observationTargets.slice().forEach((function(i){return t.unobserve(e,i.target)})),i.activeTargets.splice(0,i.activeTargets.length)},e}(),Se=function(){function e(e){if(0===arguments.length)throw new TypeError("Failed to construct 'ResizeObserver': 1 argument required, but only 0 present.");if("function"!=typeof e)throw new TypeError("Failed to construct 'ResizeObserver': The callback provided as parameter 1 is not a function.");xe.connect(this,e)}return e.prototype.observe=function(e,t){if(0===arguments.length)throw new TypeError("Failed to execute 'observe' on 'ResizeObserver': 1 argument required, but only 0 present.");if(!X(e))throw new TypeError("Failed to execute 'observe' on 'ResizeObserver': parameter 1 is not of type 'Element");xe.observe(this,e,t)},e.prototype.unobserve=function(e){if(0===arguments.length)throw new TypeError("Failed to execute 'unobserve' on 'ResizeObserver': 1 argument required, but only 0 present.");if(!X(e))throw new TypeError("Failed to execute 'unobserve' on 'ResizeObserver': parameter 1 is not of type 'Element");xe.unobserve(this,e)},e.prototype.disconnect=function(){xe.disconnect(this)},e.toString=function(){return"function ResizeObserver () { [polyfill code] }"},e}(),Oe=t(Object.freeze({__proto__:null,ResizeObserver:Se,ResizeObserverEntry:se,ResizeObserverSize:F})),ke={},Ee={},je={};function Ae(){if(B)return je;B=1;return je.removeAttribute=(e,t)=>{e.removeAttribute(t)},je}var Re,Ie,$e={};function _e(){if(Re)return $e;Re=1;return $e.setAttribute=(e,t,i="")=>{e.setAttribute(t,i)},$e}function Pe(){if(Ie)return Ee;Ie=1;const e=hr(),t=Ae(),i=_e();return Ee.parseAndGetAriaAttributes=t=>{if(t){const i=e.parseJSONAttribute(t),n=Object.keys(i);for(const e of n)"boolean"==typeof i[e]&&(i[e]=`${i[e]}`);return i}},Ee.setAriaAttributes=(e,n)=>{const{label:o,message:s,state:r}=n;o&&i.setAttribute(e,"aria-label",`${o}${s?`. ${s}`:""}`),"error"===r?i.setAttribute(e,"aria-invalid","true"):t.removeAttribute(e,"aria-invalid")},Ee}var Le,Me={};function Ne(){if(Le)return Me;Le=1;return Me.ALIGN_LABELS=["left","right"],Me}var De,He={};function ze(){if(De)return He;De=1;const e=hr(),t="undefined"!=typeof window&&"cn"===window.PORSCHE_DESIGN_SYSTEM_CDN?"https://cdn.ui.porsche.cn/porsche-design-system/styles/font-face.min.cn.dac5fec2a6a8e4d91888876cb67b5f70.css":"https://cdn.ui.porsche.com/porsche-design-system/styles/font-face.min.60af47c330a2eae4dc0f4129b2b2878e.css",i=()=>{(()=>{if("undefined"==typeof document)return;const i=t,{head:n}=document;if(!n.querySelector(`link[href="${i}"]`)){const e=document.createElement("link");e.href=i,e.type="text/css",e.rel="stylesheet",n.appendChild(e)}if(!n.querySelector("style[pds-initial-styles]")){const t=document.createElement("style");t.setAttribute("pds-initial-styles",""),t.innerText=e.TAG_NAMES.join()+"{visibility:hidden}.hydrated{visibility:inherit}",n.appendChild(t),console.warn("The Porsche Design System had to inject its initial styles into your head.\nPlease make sure to apply the 'getInitialStyles()' partial as described at https://designsystem.porsche.com/v2/partials/initial-styles")}})()};return He.globalScripts=i,He}var We,Be={};function Ue(){if(We)return Be;We=1;return Be.BUTTON_ARIA_ATTRIBUTES=["aria-label","aria-expanded","aria-pressed","aria-haspopup"],Be}var Fe,qe,Ve={},Je={};function Xe(){if(Fe)return Je;return Fe=1,Je.getClosestHTMLElement=function(e,t){return null==e?void 0:e.closest(t)},Je}function Ke(){if(qe)return Ve;qe=1;const e=Xe();hr();const t=(t,i,n,o)=>{const s=e.getClosestHTMLElement(i,"form");s&&!o()&&window.setTimeout((()=>{if(!t.defaultPrevented){const e=document.createElement("button");e.type=n(),e.style.display="none",s.appendChild(e),e.addEventListener("click",(e=>{e.stopPropagation()})),e.click(),e.remove()}}),1)};return Ve.handleButtonEvent=t,Ve.improveButtonHandlingForCustomElement=(e,i,n)=>{e.addEventListener("click",(o=>t(o,e,i,n)))},Ve}var Ge,Qe,Ze,Ye={},et={},tt={};function it(){if(Ge)return tt;Ge=1;return tt.fontBehavior={textSizeAdjust:"none",WebkitTextSizeAdjust:"none"},tt.fontFamily="'Porsche Next','Arial Narrow',Arial,'Heiti SC',SimHei,sans-serif",tt.fontHyphenation={overflowWrap:"break-word",hyphens:"auto"},tt.fontStyle="normal",tt.fontVariant="normal",tt}function nt(){if(Qe)return et;Qe=1;const e=it(),t=hr(),i={font:`${e.fontStyle} ${e.fontVariant} ${t.fontWeight.regular} 1rem/1.5 ${e.fontFamily}`,...e.fontBehavior,...e.fontHyphenation};return et.textSmall=i,et}function ot(){if(Ze)return Ye;Ze=1;const e=hr(),t=nt();return Ye.getCheckboxRadioLabelJssStyle=(i,n,o)=>{const{baseColor:s,disabledColor:r}=e.getThemedColors(o);return Object.assign(Object.assign(Object.assign({order:1,display:"inline-block",cursor:i?"default":"pointer"},t.textSmall),{color:i?r:s,transition:e.getTransition("color")}),e.buildResponsiveStyles(n,e.getFormCheckboxRadioHiddenJssStyle))},Ye}var st,rt={};function at(){if(st)return rt;st=1;return rt.BANNER_Z_INDEX=99,rt.MODAL_Z_INDEX=99999,rt.POPOVER_Z_INDEX=9999,rt.TOAST_Z_INDEX=999999,rt}var lt,ct,ht={},dt={};function ut(){if(lt)return dt;lt=1;const e="undefined"!=typeof document;return dt.hasDocument=e,dt}function pt(){if(ct)return ht;ct=1,hr();const e=ut().hasDocument&&(()=>{let e=!0;const t=document.createElement("style");document.head.appendChild(t);try{t.sheet.insertRule(":focus-visible{}")}catch(t){e=!1}finally{t.remove()}return e})();return ht.getFocusVisibleFallback=t=>e?t:{outline:0},ht}var gt,bt={};function ft(){if(gt)return bt;gt=1;return bt.fontSize={xSmall:{fontSize:"0.75rem",lineHeight:1.6666666667},small:{fontSize:"1rem",lineHeight:1.5},medium:{fontSize:"1.5rem",lineHeight:1.5},large:{fontSize:"2.25rem",lineHeight:1.3333333333},xLarge:{fontSize:"3.25rem",lineHeight:1.2307692308}},bt}var mt,vt={};function yt(){if(mt)return vt;mt=1;const e=hr();return vt.getFontWeight=t=>e.fontWeight["semibold"===t?"semiBold":t],vt}var wt,Tt={},Ct={};function xt(){if(wt)return Ct;wt=1;const e=hr();return Ct.hasNamedSlot=(t,i)=>!!e.getHTMLElement(t,`[slot="${i}"]`),Ct}var St,Ot,kt={},Et={};function jt(){if(St)return Et;St=1;const e=hr();return Et.isParentOfKind=(t,i)=>{const{parentElement:n}=t;return n&&e.getTagNameWithoutPrefix(n)===i},Et}function At(){if(Ot)return kt;Ot=1;const e=jt();hr();const t=e=>!!(null==e?void 0:e.required);return kt.isRequiredAndParentNotRequired=(i,n)=>t(n)&&!(i=>e.isParentOfKind(i,"p-fieldset-wrapper")&&t(i.parentElement))(i),kt.isVisibleFormState=e=>"success"===e||"error"===e,kt}var Rt,It,$t={},_t={};function Pt(){if(Rt)return _t;Rt=1;return _t.spacing={xSmall:"0.25rem",small:"0.5rem",medium:"1rem",large:"2rem",xLarge:"3rem",xxLarge:"5rem"},_t}function Lt(){if(It)return $t;It=1;const e=xt(),t=hr(),i=nt(),n=Pt(),o=e=>"error"===e?"alert":"success"===e?"status":null,s=(e,i)=>{const n=t.getThemedColors(e);return{formStateColor:n[`${i}Color`],formStateHoverColor:n[`${i}ColorDarken`]}},{xSmall:r}=n.spacing;return $t.FORM_STATES=["none","error","success"],$t.Required=()=>t.h("span",{class:"required"}," *"),$t.StateMessage=({id:e,state:i,message:n,host:s})=>{const r=t.getPrefixedTagNames(s);return t.h("span",{id:e,class:"message",role:o(i)},t.h(r.pIcon,{class:"message__icon",name:"error"===i?"exclamation":"check",color:"inherit","aria-hidden":"true"}),n||t.h("slot",{name:"message"}))},$t.getFunctionalComponentRequiredStyles=e=>({required:{userSelect:"none",color:t.getThemedColors(e).errorColor}}),$t.getFunctionalComponentStateMessageStyles=(e,n)=>({message:Object.assign(Object.assign({display:"flex",marginTop:r},i.textSmall),{color:s(e,n).formStateColor,transition:t.getTransition("color"),"&__icon":{marginRight:r}})}),$t.getThemedFormStateColors=s,$t.hasLabel=(t,i)=>!!i||e.hasNamedSlot(t,"label"),$t.hasMessage=(t,i,n)=>(i||e.hasNamedSlot(t,"message"))&&["success","error"].includes(n),$t}var Mt,Nt,Dt={};function Ht(){if(Mt)return Dt;Mt=1;const e=it(),t=hr(),i={font:`${e.fontStyle} ${e.fontVariant} ${t.fontWeight.regular} 0.75rem/1.6666666667 ${e.fontFamily}`,...e.fontBehavior,...e.fontHyphenation};return Dt.textXSmall=i,Dt}function zt(){if(Nt)return Tt;Nt=1;const e=xt(),t=hr(),i=At(),n=Lt(),o=nt(),s=Ht(),{disabledColor:r}=t.getThemedColors("light");return Tt.INPUT_HEIGHT=48,Tt.getBaseChildStyles=(e,s,a,l)=>{const{baseColor:c,backgroundColor:h,contrastHighColor:d,contrastMediumColor:u}=t.getThemedColors(a),{formStateColor:p,formStateHoverColor:g}=n.getThemedFormStateColors(a,s),b=i.isVisibleFormState(s),f="#ebebeb";return Object.assign(Object.assign(Object.assign({[`::slotted(${e})`]:Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({display:"block",position:"relative"},t.getInsetJssStyle()),{width:"100%"}),"textarea"!==e&&{height:t.pxToRemWithUnit(48)}),{margin:0,outline:"1px solid transparent",outlineOffset:"2px",WebkitAppearance:"none",appearance:"none",boxSizing:"border-box",border:b?`2px solid ${p}`:`1px solid ${u}`,borderRadius:0,backgroundColor:h,opacity:1}),o.textSmall),{overflowWrap:null,hyphens:null,textIndent:0,color:c,transition:["color","border-color","background-color"].map(t.getTransition).join()}),l)},t.hoverMediaQuery({[`::slotted(${e}:not(:disabled):not([readonly]):hover)`]:{borderColor:g||(t.isThemeDark(a)?d:c)}})),{[`::slotted(${e}:focus)`]:{outlineColor:p||u},[`::slotted(${e}:disabled)`]:{cursor:"not-allowed",color:r,borderColor:r,WebkitTextFillColor:r}}),"select"!==e&&{[`::slotted(${e}[readonly])`]:{borderColor:f,backgroundColor:f},[`::slotted(${e}[readonly]:focus)`]:{outlineColor:"transparent"},[`::slotted(${e}[readonly]:not(:disabled))`]:{color:u}})},Tt.getLabelStyles=(e,r,a,l,c,h)=>{const{baseColor:d,contrastMediumColor:u,disabledColor:p}=t.getThemedColors(c),{formStateHoverColor:g}=n.getThemedFormStateColors(c,l),b=i.isVisibleFormState(l),f=t.hoverMediaQuery({"&:hover":{[`&~::slotted(${e}:not(:disabled):not([readonly]))`+(b?`,::slotted(${e}:not(:disabled):not([readonly]):hover)`:"")]:{borderColor:t.addImportantToRule(b?g:d)}}}),m=h&&Object.keys(h)[0];return Object.assign({label:{display:"block",position:"relative","&__text":Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({display:"block"},t.buildResponsiveStyles(a,t.getFormTextHiddenJssStyle)),o.textSmall),{color:r?p:d,transition:t.getTransition("color"),"&+&--description":Object.assign({marginTop:t.pxToRemWithUnit(-4),paddingBottom:t.pxToRemWithUnit(8)},s.textXSmall)}),!r&&{"&--description":{color:u}}),f)}},h&&{[m]:Object.assign(Object.assign(Object.assign({},h[m]),r&&{color:p,cursor:"not-allowed"}),f)})},Tt.hasDescription=(t,i)=>!!i||e.hasNamedSlot(t,"description"),Tt}var Wt,Bt={};function Ut(){if(Wt)return Bt;Wt=1;const e=(e,t)=>{t.innerText=`${e.value.length}/${e.maxLength}`},t=(e,t)=>{t.innerText=`You have ${e.maxLength-e.value.length} out of ${e.maxLength} characters left`};return Bt.addInputEventListenerForCounter=(i,n,o,s)=>{o&&e(i,o),t(i,n),i.addEventListener("input",(i=>{o&&e(i.target,o),t(i.target,n),s&&s()}))},Bt.hasCounter=e=>e.maxLength>=0,Bt}var Ft,qt={};function Vt(){if(Ft)return qt;Ft=1,hr();const e=(e,t)=>e||t;return qt.getButtonBaseAriaAttributes=(t,i)=>({"aria-disabled":e(t,i)?"true":null,"aria-busy":i?"true":null}),qt.isDisabledOrLoading=e,qt}var Jt,Xt={};function Kt(){if(Jt)return Xt;Jt=1;const e=hr();return Xt.getClickedItem=(t,i,n)=>{const o=e.getPrefixedTagNames(t)[e.paramCaseToCamelCase(i)];return n.find((e=>{var t;return(null===(t=e.tagName)||void 0===t?void 0:t.toLowerCase())===o}))},Xt.throwIfChildrenAreNotOfKind=(t,i)=>{if(!((t,i)=>{const n=Array.from(t.children),o=e.getPrefixedTagNames(t)[e.paramCaseToCamelCase(i)];return!n.some((t=>e.getTagName(t)!==o))})(t,i)){const n=e.getPrefixedTagNames(t)[e.paramCaseToCamelCase(i)],o=Array.from(t.children).map((t=>e.getTagName(t))).filter((e=>e!==n)).join(", ");throw new Error(`Child HTMLElements of ${e.getTagName(t)} should be of kind ${n} but got ${o}`)}},Xt.updateParent=t=>{e.forceUpdate(t.parentElement)},Xt}var Gt,Qt={};function Zt(){if(Gt)return Qt;Gt=1;const e=hr();return Qt.getDataThemeDarkAttribute=t=>e.isThemeDark(t)?{"data-theme":"dark"}:null,Qt}var Yt,ei={};function ti(){if(Yt)return ei;return Yt=1,ei.getHTMLElements=function(e,t){return e?Array.from(e.querySelectorAll(t)):[]},ei}var ii,ni,oi={},si={};function ri(){if(ii)return si;ii=1;return si.transformSelectorToDirectChildSelector=e=>e.split(",").map((e=>":scope>"+e)).join(),si}function ai(){if(ni)return oi;ni=1;const e=ti(),t=ri(),i=hr();return oi.getOnlyChildOfKindHTMLElementOrThrow=function(n,o){const s=function(i,n){return t.transformSelectorToDirectChildSelector(n).split(",").map((t=>e.getHTMLElements(i,t))).flat()}(n,o);if(1!==s.length)throw new Error(`${i.getTagName(n)} has to contain a single direct child of: ${o}`);return s[0]},oi}var li,ci={};function hi(){if(li)return ci;li=1;const e=hr();return ci.getSlotTextContent=(t,i)=>{var n;return null===(n=e.getHTMLElement(t,`[slot="${i}"]`))||void 0===n?void 0:n.textContent},ci}var di,ui={};function pi(){if(di)return ui;di=1;return ui.gridSafeZone={base:"max(1rem, 7vw)",xl:"min(calc(43vw - 39.6rem), 12rem)"},ui}var gi,bi={};function fi(){if(gi)return bi;gi=1;return bi.gridMaxWidth="120rem",bi}var mi,vi={};function yi(){if(mi)return vi;mi=1;return vi.hasAttribute=(e,t)=>e.hasAttribute(t),vi}var wi,Ti={};function Ci(){if(wi)return Ti;wi=1;const e=it(),t=hr(),i={font:`${e.fontStyle} ${e.fontVariant} ${t.fontWeight.semiBold} 1.25rem/1.4 ${e.fontFamily}`,...e.fontBehavior,[t.mediaQueryMinMax("s","m")]:{fontSize:"1.5rem",lineHeight:1.5},[t.mediaQueryMinMax("m","l")]:{fontSize:"1.75rem",lineHeight:1.4285714286},[t.mediaQueryMinMax("l","xl")]:{fontSize:"2rem",lineHeight:1.375},[t.mediaQueryMin("xl")]:{fontSize:"2.25rem",lineHeight:1.3333333333}};return Ti.headingMedium=i,Ti}var xi,Si={};function Oi(){if(xi)return Si;xi=1;const e=it(),t=hr(),i={font:`${e.fontStyle} ${e.fontVariant} ${t.fontWeight.semiBold} 1rem/1.5 ${e.fontFamily}`,...e.fontBehavior,[t.mediaQueryMinMax("s","m")]:{fontSize:"1.125rem",lineHeight:1.5555555556},[t.mediaQueryMinMax("m","l")]:{fontSize:"1.25rem",lineHeight:1.4},[t.mediaQueryMinMax("l","xl")]:{fontSize:"1.375rem",lineHeight:1.4545454545},[t.mediaQueryMin("xl")]:{fontSize:"1.5rem",lineHeight:1.5}};return Si.headingSmall=i,Si}var ki,Ei={};function ji(){if(ki)return Ei;ki=1;const e=it(),t=hr(),i={font:`${e.fontStyle} ${e.fontVariant} ${t.fontWeight.semiBold} 1rem/1.5 ${e.fontFamily}`,...e.fontBehavior};return Ei.headingXSmall=i,Ei}var Ai,Ri={};function Ii(){if(Ai)return Ri;Ai=1;const e=hr(),t=["large-title","headline-1","headline-2","headline-3","headline-4","headline-5"],i=e=>t.includes(e),n={"large-title":"h1","headline-1":"h1","headline-2":"h2","headline-3":"h3","headline-4":"h4","headline-5":"h5"};return Ri.HEADLINE_TAGS=["h1","h2","h3","h4","h5","h6"],Ri.getHeadlineTagName=(t,o,s)=>(t=>{const i=e.getHTMLElement(t,":first-child");return null==i?void 0:i.matches("h1, h2, h3, h4, h5, h6")})(t)?"div":s||(i(o)?n[o]:"h1"),Ri.isVariantType=i,Ri}var $i,_i={};function Pi(){if($i)return _i;return $i=1,_i.throttle=function(e,t,i){var n,o=i||{},s=o.noTrailing,r=void 0!==s&&s,a=o.noLeading,l=void 0!==a&&a,c=o.debounceMode,h=void 0===c?void 0:c,d=!1,u=0;function p(){n&&clearTimeout(n)}function g(){for(var i=arguments.length,o=new Array(i),s=0;s<i;s++)o[s]=arguments[s];var a=this,c=Date.now()-u;function g(){u=Date.now(),t.apply(a,o)}function b(){n=void 0}d||(l||!h||n||g(),p(),void 0===h&&c>e?l?(u=Date.now(),r||(n=setTimeout(h?b:g,e))):g():!0!==r&&(n=setTimeout(h?b:g,void 0===h?e-c:e)))}return g.cancel=function(e){var t=(e||{}).upcomingOnly,i=void 0!==t&&t;p(),d=!i},g},_i}var Li,Mi={};function Ni(){return Li||(Li=1),Mi}var Di,Hi={};function zi(){if(Di)return Hi;Di=1;const e=hr(),t=at(),i=ji(),n=nt(),o="--p-banner-position-top",s="--p-banner-position-bottom",r="--p-animation-duration__banner",a=600,l=e.mediaQueryMin("s"),c=e.mediaQueryMinMax("xxs","s"),h=()=>({boxShadow:`0 ${e.pxToRemWithUnit(2)} ${e.pxToRemWithUnit(4)} 0 rgba(0,0,0,0.05),0 ${e.pxToRemWithUnit(15)} ${e.pxToRemWithUnit(20)} 0 rgba(0,0,0,0.2)`}),d=(e,t)=>({animation:`${t?`var(${t},600ms)`:"600ms"} $${e} cubic-bezier(0.45,0,0.55,1) forwards`}),u=t=>({animation:e.addImportantToRule(`600ms $${t} cubic-bezier(0.5,1,0.89,1) forwards`)}),p=(e,t)=>{const i={opacity:1,transform:"translate3d(0,0,0)"};return"in"===e?{from:t,to:i}:{from:i,to:t}},g=(e,t)=>p(e,{opacity:0,transform:`translate3d(0,calc(var(${t}) + 100%),0)`}),b=(e,t)=>p(e,{opacity:0,transform:`translate3d(0,calc(-100% - var(${t})),0)`}),f=["error","warning","neutral"],m=e.mediaQueryMin("s"),v=(t,i)=>{const n=e.getThemedColors(i);return{display:"grid",gridTemplateColumns:"1fr auto",gridTemplateRows:"auto",gridRowGap:e.pxToRemWithUnit(16),alignItems:"start",justifyItems:"start",padding:e.pxToRemWithUnit(16),background:n[`${t}SoftColor`],borderLeft:`${e.pxToRemWithUnit(4)} solid ${n[`${t}Color`]}`,[m]:{gridTemplateColumns:"2rem 1fr auto auto"}}},y=t=>({display:"none",[m]:{display:"inline-flex",color:e.getThemedColors("light")[`${t}Color`]}}),w=()=>({display:"grid",gridGap:e.pxToRemWithUnit(4),maxWidth:e.pxToRemWithUnit(800)}),T=()=>({marginLeft:e.pxToRemWithUnit(16)}),C=[...f,"success"];return Hi.ANIMATION_DURATION=a,Hi.BANNER_STATES=f,Hi.BANNER_WIDTHS=["basic","extended","fluid"],Hi.INLINE_NOTIFICATION_STATES=C,Hi.getAnimationIn=d,Hi.getAnimationOut=u,Hi.getBoxShadow=h,Hi.getCloseIconJssStyle=T,Hi.getComponentCss=()=>e.getCss({"@global":{":host":{[o]:e.pxToRemWithUnit(56),[s]:e.pxToRemWithUnit(56),display:"block",position:"var(--p-banner-position-type,fixed)",zIndex:`var(--p-banner-z-index,${t.BANNER_Z_INDEX})`,opacity:0,left:0,right:0,willChange:"opacity,transform",[c]:{bottom:"var(--p-banner-position-bottom)"},[l]:{top:"var(--p-banner-position-top)"},"&(.hydrated),&(.ssr)":{[c]:d("mobileIn",r),[l]:d("desktopIn",r)},"&(.banner--close)":{[c]:u("mobileOut"),[l]:u("desktopOut")}},"@keyframes mobileIn":g("in",s),"@keyframes mobileOut":g("out",s),"@keyframes desktopIn":b("in",o),"@keyframes desktopOut":b("out",o)},root:h()}),Hi.getComponentCss$1=(t,o,s,r)=>{const a=e.getThemedColors("light").baseColor;return e.getCss(Object.assign(Object.assign({"@global":{":host":e.addImportantToEachRule(v(t,r)),h5:Object.assign(Object.assign({},i.headingXSmall),{margin:0,color:a}),p:Object.assign(Object.assign({},n.textSmall),{margin:0,color:a})},icon:y(t),content:w()},o&&{action:{gridColumnStart:1,gridRowStart:2,[m]:{gridColumnStart:3,gridRowStart:1,marginLeft:e.pxToRemWithUnit(16)}}}),s&&{close:T()}))},Hi.getContentAriaAttributes=(e,t,i)=>{const n="warning"===e||"error"===e;return{role:n?"alert":"status","aria-live":n?"assertive":"polite","aria-labelledby":t,"aria-describedby":i}},Hi.getInlineNotificationIconName=e=>({neutral:"information",warning:"warning",success:"success",error:"exclamation"}[e]),Hi.getKeyframesMobile=g,Hi.getNotificationContentJssStyle=w,Hi.getNotificationIconJssStyle=y,Hi.getNotificationRootJssStyle=v,Hi.getSlottedCss=t=>e.getCss(e.buildSlottedStyles(t,e.getBaseSlottedStyles())),Hi.getSlottedCss$1=t=>e.getCss(e.buildSlottedStyles(t,e.getBaseSlottedStyles())),Hi}var Wi,Bi={};function Ui(){if(Wi)return Bi;Wi=1;const e=Pi(),t=new Map([[12,1.6666666667],[16,1.5],[24,1.5],[36,1.3333333333],[52,1.2307692308]]),i=e=>{if(!t.has(e)){const i=e*(.911/(2.97+.005*Math.pow(2.71828,.2*e))+1.2);let n=i%4;n>2&&(n-=4);const o=1e10,s=(i-n)/e;t.set(e,Math.round(s*o)/o)}return t.get(e)};return Bi.calcLineHeightForElement=e=>{const{fontSize:t}=getComputedStyle(e);return t&&i(parseFloat(t))},Bi.generateTypeScale=e=>({fontSize:e,lineHeight:i(16*parseFloat(e))}),Bi.isSizeInherit=e=>JSON.stringify(e).includes("inherit"),Bi.transitionListener=(t,i,n)=>{n(),window.requestAnimationFrame((()=>{t.addEventListener("transitionend",e.throttle(50,(e=>{e.propertyName===i&&n()})))}))},Bi}var Fi,qi={};function Vi(){if(Fi)return qi;Fi=1;const e=hr(),t=xt(),i=jt(),n=Ui(),o=yt(),s=nt(),r=ft(),a=e=>"none"!==e,l=t=>{if(n.isSizeInherit(t))return{fontSize:"inherit",lineHeight:"inherit","& .icon":{width:"1.5em",height:"1.5em"}};{const{fontSize:i,lineHeight:o}=r.fontSize[e.paramCaseToCamelCase(t)],s=`${o}em`,a={"x-small":r.fontSize.xSmall,small:r.fontSize.small,medium:{fontSize:"1.25rem",lineHeight:1.4},large:{fontSize:"1.875rem",lineHeight:1.3333333333},"x-large":r.fontSize.large};return Object.assign(Object.assign({},n.generateTypeScale(i)),{"& .icon":{width:s,height:s},"& ~ .subline":Object.assign(Object.assign({},a[t]),{"&::before":{fontSize:i,marginLeft:s}})})}},c=t=>t?e.getScreenReaderOnlyJssStyle():{position:"static",width:"auto",height:"auto",border:"medium none color",margin:0,whiteSpace:"inherit",overflow:"visible",clip:"auto",clipPath:"none"},h=t=>"left"===t?{padding:`0 ${e.pxToRemWithUnit(4)} 0 0`,order:-1}:{padding:`0 0 0 ${e.pxToRemWithUnit(4)}`,order:0},d=t=>t?Object.assign(Object.assign({position:"absolute"},e.getInsetJssStyle()),{whiteSpace:"nowrap",textIndent:"-999999px"}):Object.assign(Object.assign({position:"static"},e.getInsetJssStyle("auto")),{whiteSpace:"inherit",textIndent:0});return qi.getLinkButtonPureStyles=(t,i,n,r,u,p,g,b,f,m,v)=>{const{baseColor:y,hoverColor:w,activeColor:T,disabledColor:C}=e.getThemedColors(v),x=a(t);return Object.assign(Object.assign({"@global":{":host":Object.assign({position:"relative",outline:e.addImportantToRule(0)},e.buildResponsiveStyles(!f&&r,(e=>Object.assign({display:e?"block":"inline-block"},!e&&{verticalAlign:"top"}))))},root:Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({display:"flex",alignItems:"flex-start",width:"100%",margin:0,padding:0,boxSizing:"border-box",outline:"transparent none",appearance:"none",cursor:n?"not-allowed":"pointer",textDecoration:"none",textAlign:"left",border:"none",background:"transparent",color:n?C:i?T:y,transition:`${e.getTransition("color")}, font-size 1ms linear`},!m&&e.getFocusJssStyle({offset:1,pseudo:"::before"})),!n&&Object.assign(Object.assign({},e.hoverMediaQuery({"&:hover":Object.assign({color:w},f&&{"& + $subline":{color:w}})})),{"&:active":Object.assign({color:T},f&&{"& + $subline":{color:T}})})),s.textSmall),{fontWeight:o.getFontWeight(p)}),e.mergeDeep(!f&&e.buildResponsiveStyles(r,(e=>({justifyContent:e?"space-between":"flex-start"}))),e.buildResponsiveStyles(u,l)))},x&&{icon:{flexShrink:"0",width:"1.5em",height:"1.5em"},label:e.mergeDeep(e.buildResponsiveStyles(g,m?d:c),f?{paddingLeft:e.pxToRemWithUnit(4)}:e.buildResponsiveStyles(b,h))}),f&&{subline:Object.assign(Object.assign(Object.assign({display:"flex",marginTop:e.addImportantToRule("4px")},s.textSmall),{color:n?C:i?T:y,transition:e.getTransition("color")}),x&&Object.assign(Object.assign({},e.buildResponsiveStyles(g,c)),{paddingLeft:e.pxToRemWithUnit(4),"&::before":{content:'""'}}))})},qi.hasSlottedSubline=e=>t.hasNamedSlot(e,"subline"),qi.hasVisibleIcon=a,qi.warnIfParentIsPTextAndIconIsNone=(t,n)=>{!a(n)&&i.isParentOfKind(t,"p-text")&&console.warn(`${e.getTagName(t)} should not be used inside of p-text. Please use a <button> or <a> tag.`)},qi}var Ji,Xi={};function Ki(){if(Ji)return Xi;Ji=1;const e=hr(),t=nt(),{baseColor:i}=e.getThemedColors("dark"),{baseColor:n}=e.getThemedColors("light"),o=`${e.pxToRemWithUnit(11)} ${e.pxToRemWithUnit(15)} ${e.pxToRemWithUnit(11)} ${e.pxToRemWithUnit(39)}`,s=e=>({padding:e?0:o}),r=t=>t?{left:"50%",top:"50%",transform:"translate3d(-50%, -50%, 0)"}:{left:e.pxToRemWithUnit(11),top:e.pxToRemWithUnit(11),transform:"translate3d(0,0,0)"},a=e=>e?{width:"1px",height:"1px",margin:"0 0 0 -1px",overflow:"hidden",textIndent:"-1px"}:{width:"100%",height:"auto",margin:0,overflow:"visible",textIndent:0},l=t=>t?Object.assign(Object.assign({position:"absolute"},e.getInsetJssStyle()),{padding:0,overflow:"hidden",whiteSpace:"nowrap",textIndent:"99999px"}):Object.assign(Object.assign({position:"static"},e.getInsetJssStyle("auto")),{padding:o,overflow:"visible",whiteSpace:"normal",textIndent:0});return Xi.getIconJssStyle=r,Xi.getLabelJssStyle=a,Xi.getLinkButtonStyles=(o,c,h,d,u)=>{const p=e.isThemeDark(u),g="tertiary"===o,{primaryColor:b,primaryColorHover:f,baseColor:m}=((t,o)=>{const{brandColor:s,baseColor:r,contrastHighColor:a,hoverColorDarken:l,contrastHighColorDarken:c,baseColorDarken:h}=e.getThemedColors(o);return{light:{primary:{primaryColor:s,primaryColorHover:l,baseColor:i},secondary:{primaryColor:a,primaryColorHover:c,baseColor:i},tertiary:{primaryColor:a,primaryColorHover:c,baseColor:r}},dark:{primary:{primaryColor:s,primaryColorHover:l,baseColor:i},secondary:{primaryColor:i,primaryColorHover:h,baseColor:n},tertiary:{primaryColor:i,primaryColorHover:i,baseColor:r}},"light-electric":{primary:{primaryColor:s,primaryColorHover:l,baseColor:i},secondary:{primaryColor:a,primaryColorHover:c,baseColor:i},tertiary:{primaryColor:a,primaryColorHover:c,baseColor:r}}}[o][t]})(o,u),{disabledColor:v}=e.getThemedColors(u),y=h?g?v:"rgba(255,255,255,0.55)":m;return{"@global":Object.assign(Object.assign({":host":{display:"inline-flex",verticalAlign:"top",outline:e.addImportantToRule(0)}},d&&{"::slotted":e.addImportantToEachRule(Object.assign(Object.assign({"&(a)":Object.assign({display:"block",textDecoration:"none",color:"inherit",lineHeight:"inherit",outline:"transparent solid 1px",outlineOffset:"3px"},e.buildResponsiveStyles(c,l)),"&(a::-moz-focus-inner)":{border:0},"&(a:focus)":{outlineColor:b}},e.hoverMediaQuery({"&(a:hover:focus)":{outlineColor:f}})),{"&(a:focus:not(:focus-visible))":{outlineColor:"transparent"}}))}),{span:Object.assign(Object.assign({display:"block",width:"100%",color:y},t.textSmall),!d&&e.buildResponsiveStyles(c,a))}),root:Object.assign(Object.assign({display:"flex",width:"100%",minWidth:e.pxToRemWithUnit(48),minHeight:e.pxToRemWithUnit(48),position:"relative",margin:0,padding:0,boxSizing:"border-box",outline:"transparent none",appearance:"none",cursor:h?"not-allowed":"pointer",textDecoration:"none",textAlign:"left",border:"1px solid currentColor",backgroundColor:g?"transparent":"currentColor",color:h?v:b,transition:["background-color","border-color","color"].map(e.getTransition).join()},!d&&Object.assign(Object.assign({},e.buildResponsiveStyles(c,s)),e.getFocusJssStyle())),!h&&e.hoverMediaQuery({"&:hover, &:active":Object.assign({color:f},g&&{backgroundColor:"currentColor","& > span, & > $icon":{color:p?n:i}})})),icon:Object.assign({position:"absolute",width:e.pxToRemWithUnit(24),height:e.pxToRemWithUnit(24),color:y,pointerEvents:"none"},e.buildResponsiveStyles(c,r))}},Xi.getRootJssStyle=s,Xi.getSlottedLinkJssStyle=l,Xi}var Gi,Qi={};function Zi(){if(Gi)return Qi;Gi=1;return Qi.LINK_BUTTON_VARIANTS=["primary","secondary","tertiary"],Qi}var Yi,en={};function tn(){if(Yi)return en;Yi=1;return en.LINK_ARIA_ATTRIBUTES=["aria-label"],en}var nn,on,sn,rn={},an={},ln={};function cn(){if(nn)return ln;nn=1;return ln.THEMES=["light","dark"],ln}function hn(){if(on)return an;on=1;const e=[...cn().THEMES,"light-electric"];return an.THEMES_EXTENDED_ELECTRIC=e,an}function dn(){if(sn)return rn;sn=1,Object.defineProperty(rn,"__esModule",{value:!0});const e=hr(),t=hn(),i=Ii(),n=nt(),o=ft(),s=Pt();cn(),it();const r=({height:t})=>e.pxToRemWithUnit(t),a=new Map,l=()=>e.hasWindow&&"ResizeObserver"in window;let c=!l();const h=l()&&new ResizeObserver((e=>{e.forEach((e=>{var t;return null===(t=a.get(e.target))||void 0===t?void 0:t(e)}))})),d=new Map,u=()=>{d.forEach((e=>{e()}))},p=(t,i,n)=>{((e,t)=>{d.has(e)||(d.set(e,t),window.addEventListener("resize",u))})(t,i),n&&e.observeChildren(t,i)},g=(t,i)=>{(e=>{d.delete(e),0===d.size&&window.removeEventListener("resize",u)})(t),i&&e.unobserveChildren(t)},b=(t,i,r,a)=>{const{baseColor:l,hoverColor:c,focusColor:h,contrastLowColor:d}=e.getThemedColors(a),u=`1px solid ${d}`;return e.getCss(Object.assign(Object.assign({"@global":{":host":Object.assign({display:"block"},!i&&{"&(:first-of-type) .root":{borderTop:u}}),button:Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({display:"flex",justifyContent:"space-between",margin:`${e.pxToRemWithUnit(4)} 0`,width:"100%",textDecoration:"none",border:0,background:"transparent",cursor:"pointer",transition:e.getTransition("color"),overflow:"hidden",textAlign:"left",color:l},n.textSmall),{fontWeight:e.fontWeight.semiBold}),i?{padding:`${e.pxToRemWithUnit(4)} 0`}:e.buildResponsiveStyles(t,(t=>Object.assign(Object.assign({},o.fontSize[t]),{padding:`${e.pxToRemWithUnit("medium"===t?20:12)} 0`})))),e.getFocusJssStyle({color:h})),e.hoverMediaQuery({"&:hover":{color:c}}))}},!i&&{root:{borderBottom:u}}),{heading:{margin:0,padding:0},icon:{width:"1.5em",height:"1.5em",marginLeft:"1.5rem",transformOrigin:"50% 50%",transform:r?"rotate3d(0,0,1,180deg)":"rotate3d(0,0,1,0.0001deg)",transition:e.getTransition("transform")},collapsible:Object.assign({padding:0,overflow:"hidden"},r?{height:"auto",paddingBottom:i?s.spacing.small:"2.5rem",visibility:"visible",transition:e.getTransition("height")+`,visibility ${e.transitionDuration}`,animation:`$open ${e.transitionDuration} ease forwards`}:{height:0,visibility:"hidden",transition:e.getTransition("height")+`,visibility ${e.transitionDuration} linear ${e.transitionDuration}`}),"@keyframes open":{"0%,99%":{overflow:"hidden"},"100%":{overflow:"visible"}}}))},f={size:e.AllowedTypes.breakpoint(["small","medium"]),theme:e.AllowedTypes.oneOf(t.THEMES_EXTENDED_ELECTRIC),heading:e.AllowedTypes.string,tag:e.AllowedTypes.oneOf(i.HEADLINE_TAGS),open:e.AllowedTypes.boolean,compact:e.AllowedTypes.boolean};return rn.p_accordion=class{constructor(t){e.registerInstance(this,t),this.accordionChange=e.createEvent(this,"accordionChange",3),this.size="small",this.theme="light",this.tag="h2",this.onButtonClick=()=>{this.accordionChange.emit({open:!this.open})},this.setContentHeight=()=>{this.content&&(this.contentHeight=r(this.content.getBoundingClientRect()),this.setCollapsibleElementHeight())}}openChangeHandler(){this.setCollapsibleElementHeight()}connectedCallback(){c&&p(this.host,this.setContentHeight,!0)}componentWillLoad(){((t,i,n)=>{i&&"small"!==n&&console.warn(`Property "size" of ${e.getTagName(t)} is ignored when property "compact" is set to "true".`)})(this.host,this.compact,this.size)}componentDidLoad(){var e,t,i;c||(e=this.content,t=({contentRect:e})=>{this.contentHeight=r(e),this.setCollapsibleElementHeight()},i={box:"border-box"},e&&(a.set(e,t),h.observe(e,i)))}componentDidRender(){c&&(this.contentHeight=r(this.content.getBoundingClientRect()))}disconnectedCallback(){var e;c?g(this.host,!0):(e=this.content)&&(a.delete(e),h.unobserve(e))}render(){e.validateProps(this,f),e.attachComponentCss(this.host,b,this.size,this.compact,this.open,this.theme);const t="accordion-control",i="accordion-panel",n=e.getPrefixedTagNames(this.host),o=this.tag;return e.h("div",{class:"root"},e.h(o,{class:"heading"},e.h("button",{id:t,type:"button","aria-expanded":this.open?"true":"false","aria-controls":i,onClick:this.onButtonClick},this.heading||e.h("slot",{name:"heading"}),e.h(n.pIcon,{class:"icon",color:"inherit",name:"arrow-head-down",theme:this.theme,size:"inherit","aria-hidden":"true"}))),e.h("div",{id:i,class:"collapsible",role:"region","aria-labelledby":t,ref:e=>this.collapsibleElement=e},e.h("div",{ref:e=>this.content=e},e.h("slot",null))))}setCollapsibleElementHeight(){var e,t,i;e=this.collapsibleElement,t=this.open,i=this.contentHeight,e&&(e.style.height=t?i:"0")}get host(){return e.getElement(this)}static get watchers(){return{open:["openChangeHandler"]}}},rn}var un,pn,gn={},bn={};function fn(){if(un)return bn;un=1;const e=hr(),t=new Map,i=new Map;return bn.attachSlottedCss=(n,o)=>{const s=((t,n)=>{const o=e.getTagName(t);return i.has(o)||i.set(o,n(t)),i.get(o)})(n,o),r=n.getRootNode(),a=(e=>{const{tagName:i}=e;let n=t.get(i);return void 0===n&&(n=new Map,t.set(i,n)),n})(n);if(r.isConnected&&void 0===a.get(r)){a.set(r,!0);const e=document.createElement("style");e.appendChild(document.createTextNode(s));const t=(e=>e===document?e.head:e)(r),i=t.querySelector("meta[charset]");null!==i?t.insertBefore(e,i.nextSibling):t.childNodes.length>0?t.insertBefore(e,t.firstChild):t.appendChild(e)}},bn}function mn(){if(pn)return gn;pn=1,Object.defineProperty(gn,"__esModule",{value:!0});const e=hr(),t=xt(),i=fn(),n=cn(),o=zi();at(),ji(),it(),nt();const s={state:e.AllowedTypes.oneOf(o.BANNER_STATES),persistent:e.AllowedTypes.boolean,width:e.AllowedTypes.oneOf(o.BANNER_WIDTHS),theme:e.AllowedTypes.oneOf(n.THEMES)},r={heading:e.AllowedTypes.string,description:e.AllowedTypes.string,state:e.AllowedTypes.oneOf(o.INLINE_NOTIFICATION_STATES),persistent:e.AllowedTypes.boolean,actionLabel:e.AllowedTypes.string,actionLoading:e.AllowedTypes.boolean,actionIcon:e.AllowedTypes.string,theme:e.AllowedTypes.oneOf(n.THEMES)};return gn.p_banner=class{constructor(t){e.registerInstance(this,t),this.dismiss=e.createEvent(this,"dismiss",3),this.state="neutral",this.persistent=!1,this.width="basic",this.theme="light",this.onKeyboardEvent=e=>{"Escape"===e.key&&this.removeBanner()},this.removeBanner=e=>{null==e||e.stopPropagation(),this.dismiss.emit(),this.host.classList.add("banner--close"),setTimeout((()=>{this.host.remove()}),600)}}connectedCallback(){i.attachSlottedCss(this.host,o.getSlottedCss),this.persistent||document.addEventListener("keydown",this.onKeyboardEvent)}componentDidLoad(){var t;this.persistent||null===(t=e.getShadowRootHTMLElement(this.inlineNotificationElement,".close"))||void 0===t||t.focus()}disconnectedCallback(){this.persistent||document.removeEventListener("keydown",this.onKeyboardEvent)}render(){e.validateProps(this,s),e.attachComponentCss(this.host,o.getComponentCss);const i=e.getPrefixedTagNames(this.host);return e.h(i.pContentWrapper,{width:this.width},e.h(i.pInlineNotification,{ref:e=>this.inlineNotificationElement=e,class:"root",state:this.state,persistent:this.persistent,theme:this.theme,onDismiss:this.removeBanner},t.hasNamedSlot(this.host,"title")&&e.h("slot",{name:"title",slot:"heading"}),t.hasNamedSlot(this.host,"description")&&e.h("slot",{name:"description"})))}get host(){return e.getElement(this)}},gn.p_inline_notification=class{constructor(t){e.registerInstance(this,t),this.dismiss=e.createEvent(this,"dismiss",3),this.action=e.createEvent(this,"action",3),this.heading="",this.description="",this.state="neutral",this.persistent=!1,this.actionLoading=!1,this.actionIcon="arrow-head-right",this.theme="light"}connectedCallback(){i.attachSlottedCss(this.host,o.getSlottedCss$1)}render(){e.validateProps(this,r),e.attachComponentCss(this.host,o.getComponentCss$1,this.state,!!this.actionLabel,!this.persistent,this.theme);const i="banner",n="label",s="description",a=e.getPrefixedTagNames(this.host);return e.h(e.Host,null,e.h(a.pIcon,{class:"icon",name:o.getInlineNotificationIconName(this.state),color:"inherit","aria-hidden":"true"}),e.h("div",Object.assign({id:i,class:"content"},o.getContentAriaAttributes(this.state,n,s)),(l=this.host,(!!this.heading||t.hasNamedSlot(l,"heading"))&&e.h("h5",{id:n},this.heading||e.h("slot",{name:"heading"}))),e.h("p",{id:s},this.description||e.h("slot",null))),this.actionLabel&&e.h(a.pButtonPure,{class:"action",icon:this.actionIcon,loading:this.actionLoading,onClick:this.action.emit},this.actionLabel),!this.persistent&&e.h(a.pButtonPure,{class:"close",type:"button",icon:"close",hideLabel:!0,"aria-controls":i,onClick:this.dismiss.emit},"Close notification"));var l}get host(){return e.getElement(this)}},gn}var vn,yn={};function wn(){if(vn)return yn;vn=1,Object.defineProperty(yn,"__esModule",{value:!0});const e=hr(),t=Vt(),i=Ue(),n=Ke(),o=hn(),s=Zi(),r=Pe(),a=Ki(),l=Pt();Xe(),cn(),Ae(),_e(),nt(),it();const c=(t,i,n,o)=>e.getCss(a.getLinkButtonStyles(t,i,n,!1,o)),h={type:e.AllowedTypes.oneOf(["button","submit","reset"]),variant:e.AllowedTypes.oneOf(s.LINK_BUTTON_VARIANTS),tabbable:e.AllowedTypes.boolean,disabled:e.AllowedTypes.boolean,loading:e.AllowedTypes.boolean,icon:e.AllowedTypes.string,theme:e.AllowedTypes.oneOf(o.THEMES_EXTENDED_ELECTRIC),iconSource:e.AllowedTypes.string,hideLabel:e.AllowedTypes.breakpoint("boolean"),aria:e.AllowedTypes.aria(i.BUTTON_ARIA_ATTRIBUTES)},{medium:d,small:u}=l.spacing,p=e=>({column:{flexFlow:"column nowrap",alignItems:"stretch",marginRight:0,marginLeft:0},row:{flexFlow:"row wrap",alignItems:"center",marginRight:`-${u}`,marginLeft:`-${u}`}}[e]),g=e=>({column:{marginRight:0,marginLeft:0},row:{marginRight:u,marginLeft:u}}[e]),b=t=>e.getCss({"@global":{":host":{display:"block"},div:Object.assign({display:"flex",marginTop:`-${d}`},e.buildResponsiveStyles(t,p)),"::slotted(*)":e.addImportantToEachRule(Object.assign({marginTop:d},e.buildResponsiveStyles(t,g)))}}),f={direction:e.AllowedTypes.breakpoint(["row","column"])};return yn.p_button=class{constructor(t){e.registerInstance(this,t),this.tabbable=!0,this.type="submit",this.disabled=!1,this.loading=!1,this.variant="secondary",this.icon="arrow-head-right",this.hideLabel=!1,this.theme="light"}get isDisabledOrLoading(){return t.isDisabledOrLoading(this.disabled,this.loading)}onClick(e){this.isDisabledOrLoading&&e.stopPropagation()}componentDidLoad(){n.improveButtonHandlingForCustomElement(this.host,(()=>this.type),(()=>this.isDisabledOrLoading))}render(){e.validateProps(this,h),e.attachComponentCss(this.host,c,this.variant,this.hideLabel,this.isDisabledOrLoading,this.theme);const i=e.getPrefixedTagNames(this.host),n={class:"icon",size:"inherit"};return e.h("button",Object.assign({},(o=this.disabled,s=this.loading,a=this.aria,Object.assign(Object.assign({},r.parseAndGetAriaAttributes(a)),t.getButtonBaseAriaAttributes(o,s))),{class:"root",type:this.type,tabIndex:this.tabbable?parseInt(this.host.getAttribute("tabindex"),10)||null:-1}),this.loading?e.h(i.pSpinner,Object.assign({},n,{theme:"tertiary"===this.variant?this.theme:"dark",aria:{"aria-label":"Loading state"}})):e.h(i.pIcon,Object.assign({},n,{name:this.icon,source:this.iconSource,color:"inherit",theme:"tertiary"===this.variant?this.theme:"secondary"===this.variant&&"dark"===this.theme?"light":"dark","aria-hidden":"true"})),e.h("span",null,e.h("slot",null)));var o,s,a}static get delegatesFocus(){return!0}get host(){return e.getElement(this)}},yn.p_button_group=class{constructor(t){e.registerInstance(this,t),this.direction={base:"column",xs:"row"}}render(){return e.validateProps(this,f),e.attachComponentCss(this.host,b,this.direction),e.h("div",{role:"group"},e.h("slot",null))}get host(){return e.getElement(this)}},yn}var Tn,Cn={},xn={};function Sn(){if(Tn)return xn;Tn=1;const e=[...hn().THEMES_EXTENDED_ELECTRIC,"dark-electric"];return xn.THEMES_EXTENDED_ELECTRIC_DARK=e,xn}var On,kn,En={};function jn(){if(On)return En;On=1;return En.TEXT_SIZES=["x-small","small","medium","large","x-large","inherit"],En.TEXT_WEIGHTS=["thin","regular","semibold","bold"],En}function An(){if(kn)return Cn;kn=1,Object.defineProperty(Cn,"__esModule",{value:!0});const e=hr(),t=Vt(),i=Ue(),n=Ke(),o=Vi(),s=Ui(),r=Sn(),a=Ne(),l=jn(),c=Pe();Xe(),xt(),jt(),yt(),nt(),it(),ft(),Pi(),hn(),cn(),Ae(),_e();const h=(t,i,n,s,r,a,l,c,h,d)=>e.getCss(e.mergeDeep(o.getLinkButtonPureStyles(t,i,n,s,r,a,l,c,h,!1,d),{"@global":{"::slotted(p)":{margin:0}}})),d={tabbable:e.AllowedTypes.boolean,type:e.AllowedTypes.oneOf(["button","submit","reset"]),disabled:e.AllowedTypes.boolean,loading:e.AllowedTypes.boolean,size:e.AllowedTypes.breakpoint(l.TEXT_SIZES),weight:e.AllowedTypes.oneOf(l.TEXT_WEIGHTS),icon:e.AllowedTypes.string,iconSource:e.AllowedTypes.string,active:e.AllowedTypes.boolean,hideLabel:e.AllowedTypes.breakpoint("boolean"),alignLabel:e.AllowedTypes.breakpoint(a.ALIGN_LABELS),stretch:e.AllowedTypes.breakpoint("boolean"),theme:e.AllowedTypes.oneOf(r.THEMES_EXTENDED_ELECTRIC_DARK),aria:e.AllowedTypes.aria(i.BUTTON_ARIA_ATTRIBUTES)};return Cn.p_button_pure=class{constructor(t){e.registerInstance(this,t),this.tabbable=!0,this.type="submit",this.disabled=!1,this.loading=!1,this.size="small",this.weight="regular",this.icon="arrow-head-right",this.active=!1,this.hideLabel=!1,this.alignLabel="right",this.stretch=!1,this.theme="light"}get isDisabledOrLoading(){return t.isDisabledOrLoading(this.disabled,this.loading)}onClick(e){this.isDisabledOrLoading&&e.stopPropagation()}componentDidLoad(){n.improveButtonHandlingForCustomElement(this.host,(()=>this.type),(()=>this.isDisabledOrLoading)),s.isSizeInherit(this.size)&&s.transitionListener(this.buttonTag,"font-size",(()=>{const e=`${s.calcLineHeightForElement(this.buttonTag)}`;if(this.labelTag.style.lineHeight=e,this.sublineTag&&(this.sublineTag.style.lineHeight=e),o.hasVisibleIcon(this.icon)){const t=`${e}em`;this.iconTag.style.width=t,this.iconTag.style.height=t}}))}render(){var i,n,s;e.validateProps(this,d),i=this.host,n=this.loading,s=this.icon,n&&!o.hasVisibleIcon(s)&&console.warn(`The combination of properties "icon='${s}'" and loading='${n} within ${e.getTagName(i)} is not supported.`),o.warnIfParentIsPTextAndIconIsNone(this.host,this.icon),e.attachComponentCss(this.host,h,this.icon,this.active,this.isDisabledOrLoading,this.stretch,this.size,this.weight,this.hideLabel,this.alignLabel,o.hasSlottedSubline(this.host),this.theme);const r=o.hasVisibleIcon(this.icon),a=o.hasSlottedSubline(this.host),l={class:"icon",size:"inherit",theme:this.theme,ref:e=>this.iconTag=e},u=e.getPrefixedTagNames(this.host);return e.h(e.Host,null,e.h("button",Object.assign({},((e,i,n,o)=>Object.assign(Object.assign(Object.assign({},c.parseAndGetAriaAttributes(o)),t.getButtonBaseAriaAttributes(e,i)),{"aria-describedby":n?"subline":null}))(this.disabled,this.loading,a,this.aria),{class:"root",type:this.type,tabIndex:this.tabbable?parseInt(this.host.getAttribute("tabindex"),10)||null:-1,ref:e=>this.buttonTag=e}),r&&(this.loading?e.h(u.pSpinner,Object.assign({aria:{"aria-label":"Loading state"}},l)):e.h(u.pIcon,Object.assign({},l,{color:"inherit",name:this.icon,source:this.iconSource,"aria-hidden":"true"}))),e.h("span",{class:"label",ref:e=>this.labelTag=e},e.h("slot",null))),a&&e.h("div",{id:"subline",class:"subline",ref:e=>this.sublineTag=e},e.h("slot",{name:"subline"})))}static get delegatesFocus(){return!0}get host(){return e.getElement(this)}},Cn}var Rn,In={};function $n(){if(Rn)return In;Rn=1,Object.defineProperty(In,"__esModule",{value:!0});const e=hr(),t=hi(),i=cn(),n=fi(),o=Ci(),s=nt(),r=pi(),a=xt(),l=Pt();it();const c="bullet--active",h=e.mediaQueryMin("s"),d=e.mediaQueryMin("xl"),u=(t,i,a)=>{const{baseColor:l,disabledColor:u}=e.getThemedColors(a);return e.getCss(Object.assign({"@global":{":host":e.addImportantToEachRule({display:"grid",maxWidth:n.gridMaxWidth,marginLeft:"auto",marginRight:"auto",gap:e.pxToRemWithUnit(24),gridAutoFlow:"row",[d]:{gap:e.pxToRemWithUnit(32)}}),"h2,::slotted([slot=heading])":e.addImportantToEachRule(Object.assign(Object.assign({},o.headingMedium),{margin:0,color:l})),p:Object.assign(Object.assign({},s.textSmall),{margin:0,color:l,gridColumn:1})},splide:{overflow:"hidden","&__track":Object.assign(Object.assign({cursor:"grab"},t&&e.addImportantToEachRule({padding:`0 calc(${r.gridSafeZone.base} + 7%) 0 ${r.gridSafeZone.base}`,[d]:{padding:`0 calc(${r.gridSafeZone.xl} + 7%) 0 ${r.gridSafeZone.xl}`}})),{"&--draggable":{userSelect:"none",WebkitUserSelect:"none",WebkitTouchCallout:"none"}}),"&__list":Object.assign({display:"flex",height:"100%"},e.getBackfaceVisibilityJssStyle()),"&__slide":Object.assign(Object.assign({position:"relative",flexShrink:0},e.getBackfaceVisibilityJssStyle()),{transform:"translateZ(0)"}),"&__sr":e.getScreenReaderOnlyJssStyle()},header:{display:"grid",gap:e.pxToRemWithUnit(16),padding:t?`0 ${r.gridSafeZone.base}`:null,[h]:{gridTemplateColumns:`minmax(0px, 1fr) ${e.pxToRemWithUnit(80)}`,position:"relative",minHeight:e.pxToRemWithUnit(40)},[d]:{gap:e.pxToRemWithUnit(24),padding:t?`0 ${r.gridSafeZone.xl}`:null}},nav:Object.assign({display:"none",[h]:{display:"grid",gridAutoFlow:"column",position:"absolute",right:t?r.gridSafeZone.base:0,bottom:0}},t&&{[d]:{right:r.gridSafeZone.xl}}),btn:{padding:e.pxToRemWithUnit(8)}},!0!==i&&{pagination:Object.assign(Object.assign({},e.buildResponsiveStyles(i,(e=>({display:e?"none":"grid"})))),{gridAutoColumns:e.pxToRemWithUnit(8),gridAutoFlow:"column",justifyContent:"center",gap:e.pxToRemWithUnit(8),height:e.pxToRemWithUnit(8)}),bullet:{borderRadius:e.pxToRemWithUnit(4),background:u},[c]:{background:l}}))};function p(e,t){for(var i=0;i<t.length;i++){var n=t[i];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}var g="(prefers-reduced-motion: reduce)",b={CREATED:1,MOUNTED:2,IDLE:3,MOVING:4,SCROLLING:5,DRAGGING:6,DESTROYED:7};function f(e){e.length=0}function m(e,t,i){return Array.prototype.slice.call(e,t,i)}function v(e){return e.bind.apply(e,[null].concat(m(arguments,1)))}var y=setTimeout,w=function(){};function T(e){return requestAnimationFrame(e)}function C(e,t){return typeof t===e}function x(e){return!j(e)&&C("object",e)}var S=Array.isArray,O=v(C,"function"),k=v(C,"string"),E=v(C,"undefined");function j(e){return null===e}function A(e){return e instanceof HTMLElement}function R(e){return S(e)?e:[e]}function I(e,t){R(e).forEach(t)}function $(e,t){return e.indexOf(t)>-1}function _(e,t){return e.push.apply(e,R(t)),e}function P(e,t,i){e&&I(t,(function(t){t&&e.classList[i?"add":"remove"](t)}))}function L(e,t){P(e,k(t)?t.split(" "):t,!0)}function M(e,t){I(t,e.appendChild.bind(e))}function N(e,t){I(e,(function(e){var i=(t||e).parentNode;i&&i.insertBefore(e,t)}))}function D(e,t){return A(e)&&(e.msMatchesSelector||e.matches).call(e,t)}function H(e,t){var i=e?m(e.children):[];return t?i.filter((function(e){return D(e,t)})):i}function z(e,t){return t?H(e,t)[0]:e.firstElementChild}var W=Object.keys;function B(e,t,i){return e&&(i?W(e).reverse():W(e)).forEach((function(i){"__proto__"!==i&&t(e[i],i)})),e}function U(e){return m(arguments,1).forEach((function(t){B(t,(function(i,n){e[n]=t[n]}))})),e}function F(e){return m(arguments,1).forEach((function(t){B(t,(function(t,i){S(t)?e[i]=t.slice():x(t)?e[i]=F({},x(e[i])?e[i]:{},t):e[i]=t}))})),e}function q(e,t){I(t||W(e),(function(t){delete e[t]}))}function V(e,t){I(e,(function(e){I(t,(function(t){e&&e.removeAttribute(t)}))}))}function J(e,t,i){x(t)?B(t,(function(t,i){J(e,i,t)})):I(e,(function(e){j(i)||""===i?V(e,t):e.setAttribute(t,String(i))}))}function X(e,t,i){var n=document.createElement(e);return t&&(k(t)?L(n,t):J(n,t)),i&&M(i,n),n}function K(e,t,i){if(E(i))return getComputedStyle(e)[t];j(i)||(e.style[t]=""+i)}function G(e,t){K(e,"display",t)}function Q(e){e.setActive&&e.setActive()||e.focus({preventScroll:!0})}function Z(e,t){return e.getAttribute(t)}function Y(e,t){return e&&e.classList.contains(t)}function ee(e){return e.getBoundingClientRect()}function te(e){I(e,(function(e){e&&e.parentNode&&e.parentNode.removeChild(e)}))}function ie(e){return z((new DOMParser).parseFromString(e,"text/html").body)}function ne(e,t){e.preventDefault(),t&&(e.stopPropagation(),e.stopImmediatePropagation())}function oe(e,t){return e&&e.querySelector(t)}function se(e,t){return t?m(e.querySelectorAll(t)):[]}function re(e,t){P(e,t,!1)}function ae(e){return e.timeStamp}function le(e){return k(e)?e:e?e+"px":""}var ce="splide",he="data-splide";function de(e,t){if(!e)throw new Error("[splide] "+(t||""))}var ue=Math.min,pe=Math.max,ge=Math.floor,be=Math.ceil,fe=Math.abs;function me(e,t,i){return fe(e-t)<i}function ve(e,t,i,n){var o=ue(t,i),s=pe(t,i);return n?o<e&&e<s:o<=e&&e<=s}function ye(e,t,i){var n=ue(t,i),o=pe(t,i);return ue(pe(n,e),o)}function we(e){return+(e>0)-+(e<0)}function Te(e,t){return I(t,(function(t){e=e.replace("%s",""+t)})),e}function Ce(e){return e<10?"0"+e:""+e}var xe={};function Se(){var e=[];function t(e,t,i){I(e,(function(e){e&&I(t,(function(t){t.split(" ").forEach((function(t){var n=t.split(".");i(e,n[0],n[1])}))}))}))}return{bind:function(i,n,o,s){t(i,n,(function(t,i,n){var r="addEventListener"in t,a=r?t.removeEventListener.bind(t,i,o,s):t.removeListener.bind(t,o);r?t.addEventListener(i,o,s):t.addListener(o),e.push([t,i,n,o,a])}))},unbind:function(i,n,o){t(i,n,(function(t,i,n){e=e.filter((function(e){return!!(e[0]!==t||e[1]!==i||e[2]!==n||o&&e[3]!==o)||(e[4](),!1)}))}))},dispatch:function(e,t,i){var n;return"function"==typeof CustomEvent?n=new CustomEvent(t,{bubbles:true,detail:i}):(n=document.createEvent("CustomEvent")).initCustomEvent(t,true,!1,i),e.dispatchEvent(n),n},destroy:function(){e.forEach((function(e){e[4]()})),f(e)}}}var Oe="mounted",ke="ready",Ee="move",je="moved",Ae="click",Re="active",Ie="inactive",$e="visible",_e="hidden",Pe="refresh",Le="updated",Me="resize",Ne="resized",De="scroll",He="scrolled",ze="destroy",We="arrows:mounted",Be="navigation:mounted",Ue="autoplay:play",Fe="autoplay:pause",qe="lazyload:loaded",Ve="sk",Je="sh",Xe="ei";function Ke(e){var t=e?e.event.bus:document.createDocumentFragment(),i=Se();return e&&e.event.on(ze,i.destroy),U(i,{bus:t,on:function(e,n){i.bind(t,R(e).join(" "),(function(e){n.apply(n,S(e.detail)?e.detail:[])}))},off:v(i.unbind,t),emit:function(e){i.dispatch(t,e,m(arguments,1))}})}function Ge(e,t,i,n){var o,s,r=Date.now,a=0,l=!0,c=0;function h(){if(!l){if(a=e?ue((r()-o)/e,1):1,i&&i(a),a>=1&&(t(),o=r(),n&&++c>=n))return d();s=T(h)}}function d(){l=!0}function u(){s&&cancelAnimationFrame(s),a=0,s=0,l=!0}return{start:function(t){t||u(),o=r()-(t?a*e:0),l=!1,s=T(h)},rewind:function(){o=r(),a=0,i&&i(a)},pause:d,cancel:u,set:function(t){e=t},isPaused:function(){return l}}}var Qe="ArrowLeft",Ze="ArrowRight",Ye="ArrowUp",et="ArrowDown",tt="ttb",ot={width:["height"],left:["top","right"],right:["bottom","left"],x:["y"],X:["Y"],Y:["X"],ArrowLeft:[Ye,Ze],ArrowRight:[et,Qe]};var st="role",rt="tabindex",at="aria-controls",lt="aria-current",ct="aria-selected",ht="aria-label",dt="aria-labelledby",ut="aria-hidden",pt="aria-orientation",gt="aria-roledescription",bt="aria-live",ft="aria-busy",mt="aria-atomic",vt=[st,rt,"disabled",at,lt,ht,dt,ut,pt,gt],yt=ce,wt="splide__track",Tt="splide__list",Ct="splide__slide",St=Ct+"--clone",Ot="splide__arrows",kt="splide__arrow",Et=kt+"--prev",jt=kt+"--next",At="splide__pagination",Rt=At+"__page",It="splide__progress__bar",$t="splide__toggle",_t="is-active",Lt="is-prev",Mt="is-next",Nt="is-visible",Dt="is-loading",Ht="is-focus-in",zt="is-overflow",Wt=[_t,Nt,Lt,Mt,Dt,Ht,zt],Bt={slide:Ct,clone:St,arrows:Ot,arrow:kt,prev:Et,next:jt,pagination:At,page:Rt,spinner:"splide__spinner"};var Ut="touchstart mousedown",Ft="touchmove mousemove",qt="touchend touchcancel mouseup click";var Vt="slide",Jt="loop",Xt="fade";function Kt(e,t,i,n){var o,s=Ke(e),r=s.on,a=s.emit,l=s.bind,c=e.Components,h=e.root,d=e.options,u=d.isNavigation,p=d.updateOnMove,g=d.i18n,b=d.pagination,f=d.slideFocus,m=c.Direction.resolve,y=Z(n,"style"),w=Z(n,ht),T=i>-1,C=z(n,".splide__slide__container");function x(){var o=e.splides.map((function(e){var i=e.splide.Components.Slides.getAt(t);return i?i.slide.id:""})).join(" ");J(n,ht,Te(g.slideX,(T?i:t)+1)),J(n,at,o),J(n,st,f?"button":""),f&&V(n,gt)}function S(){o||O()}function O(){if(!o){var i=e.index;(s=k())!==Y(n,_t)&&(P(n,_t,s),J(n,lt,u&&s||""),a(s?Re:Ie,E)),function(){var t=function(){if(e.is(Xt))return k();var t=ee(c.Elements.track),i=ee(n),o=m("left",!0),s=m("right",!0);return ge(t[o])<=be(i[o])&&ge(i[s])<=be(t[s])}(),i=!t&&(!k()||T);e.state.is([4,5])||J(n,ut,i||"");J(se(n,d.focusableNodes||""),rt,i?-1:""),f&&J(n,rt,i?-1:0);t!==Y(n,Nt)&&(P(n,Nt,t),a(t?$e:_e,E));if(!t&&document.activeElement===n){var o=c.Slides.getAt(e.index);o&&Q(o.slide)}}(),P(n,Lt,t===i-1),P(n,Mt,t===i+1)}var s}function k(){var n=e.index;return n===t||d.cloneStatus&&n===i}var E={index:t,slideIndex:i,slide:n,container:C,isClone:T,mount:function(){T||(n.id=h.id+"-slide"+Ce(t+1),J(n,st,b?"tabpanel":"group"),J(n,gt,g.slide),J(n,ht,w||Te(g.slideLabel,[t+1,e.length]))),l(n,"click",v(a,Ae,E)),l(n,"keydown",v(a,Ve,E)),r([je,Je,He],O),r(Be,x),p&&r(Ee,S)},destroy:function(){o=!0,s.destroy(),re(n,Wt),V(n,vt),J(n,"style",y),J(n,ht,w||"")},update:O,style:function(e,t,i){K(i&&C||n,e,t)},isWithin:function(i,n){var o=fe(i-t);return T||!d.rewind&&!e.is(Jt)||(o=ue(o,e.length-o)),o<=n}};return E}var Gt={passive:!1,capture:!0};var Qt={Spacebar:" ",Right:Ze,Left:Qe,Up:Ye,Down:et};function Zt(e){return e=k(e)?e:e.key,Qt[e]||e}var Yt="keydown";var ei="data-splide-lazy",ti="data-splide-lazy-srcset",ii="[data-splide-lazy], [data-splide-lazy-srcset]";var ni=[" ","Enter"];var oi=Object.freeze({__proto__:null,Media:function(e,t,i){var n=e.state,o=i.breakpoints||{},s=i.reducedMotion||{},r=Se(),a=[];function l(e){e&&r.destroy()}function c(e,t){var i=matchMedia(t);r.bind(i,"change",h),a.push([e,i])}function h(){var t=n.is(7),o=i.direction,s=a.reduce((function(e,t){return F(e,t[1].matches?t[0]:{})}),{});q(i),d(s),i.destroy?e.destroy("completely"===i.destroy):t?(l(!0),e.mount()):o!==i.direction&&e.refresh()}function d(t,o,s){F(i,t),o&&F(Object.getPrototypeOf(i),t),!s&&n.is(1)||e.emit(Le,i)}return{setup:function(){var e="min"===i.mediaQuery;W(o).sort((function(t,i){return e?+t-+i:+i-+t})).forEach((function(t){c(o[t],"("+(e?"min":"max")+"-width:"+t+"px)")})),c(s,g),h()},destroy:l,reduce:function(e){matchMedia(g).matches&&(e?F(i,s):q(i,W(s)))},set:d}},Direction:function(e,t,i){return{resolve:function(e,t,n){var o="rtl"!==(n=n||i.direction)||t?n===tt?0:-1:1;return ot[e]&&ot[e][o]||e.replace(/width|left|right/i,(function(e,t){var i=ot[e.toLowerCase()][o]||e;return t>0?i.charAt(0).toUpperCase()+i.slice(1):i}))},orient:function(e){return e*("rtl"===i.direction?1:-1)}}},Elements:function(e,t,i){var n,o,s,r=Ke(e),a=r.on,l=r.bind,c=e.root,h=i.i18n,d={},u=[],p=[],g=[];function b(){n=y("."+wt),o=z(n,"."+Tt),de(n&&o,"A track/list element is missing."),_(u,H(o,".splide__slide:not(."+St+")")),B({arrows:Ot,pagination:At,prev:Et,next:jt,bar:It,toggle:$t},(function(e,t){d[t]=y("."+e)})),U(d,{root:c,track:n,list:o,slides:u}),function(){var e=c.id||(s=ce,""+s+Ce(xe[s]=(xe[s]||0)+1)),t=i.role;var s;c.id=e,n.id=n.id||e+"-track",o.id=o.id||e+"-list",!Z(c,st)&&"SECTION"!==c.tagName&&t&&J(c,st,t);J(c,gt,h.carousel),J(o,st,"presentation")}(),v()}function m(e){var t=vt.concat("style");f(u),re(c,p),re(n,g),V([n,o],t),V(c,e?t:["style",gt])}function v(){re(c,p),re(n,g),p=w(yt),g=w(wt),L(c,p),L(n,g),J(c,ht,i.label),J(c,dt,i.labelledby)}function y(e){var t=oe(c,e);return t&&function(e,t){if(O(e.closest))return e.closest(t);for(var i=e;i&&1===i.nodeType&&!D(i,t);)i=i.parentElement;return i}(t,".splide")===c?t:void 0}function w(e){return[e+"--"+i.type,e+"--"+i.direction,i.drag&&e+"--draggable",i.isNavigation&&e+"--nav",e===yt&&_t]}return U(d,{setup:b,mount:function(){a(Pe,m),a(Pe,b),a(Le,v),l(document,"touchstart mousedown keydown",(function(e){s="keydown"===e.type}),{capture:!0}),l(c,"focusin",(function(){P(c,Ht,!!s)}))},destroy:m})},Slides:function(e,t,i){var n=Ke(e),o=n.on,s=n.emit,r=n.bind,a=t.Elements,l=a.slides,c=a.list,h=[];function d(){l.forEach((function(e,t){p(e,t,-1)}))}function u(){b((function(e){e.destroy()})),f(h)}function p(t,i,n){var o=Kt(e,i,n,t);o.mount(),h.push(o),h.sort((function(e,t){return e.index-t.index}))}function g(e){return e?m((function(e){return!e.isClone})):h}function b(e,t){g(t).forEach(e)}function m(e){return h.filter(O(e)?e:function(t){return k(e)?D(t.slide,e):$(R(e),t.index)})}return{mount:function(){d(),o(Pe,u),o(Pe,d)},destroy:u,update:function(){b((function(e){e.update()}))},register:p,get:g,getIn:function(e){var n=t.Controller,o=n.toIndex(e),s=n.hasFocus()?1:i.perPage;return m((function(e){return ve(e.index,o,o+s-1)}))},getAt:function(e){return m(e)[0]},add:function(e,t){I(e,(function(e){if(k(e)&&(e=ie(e)),A(e)){var n=l[t];n?N(e,n):M(c,e),L(e,i.classes.slide),o=e,a=v(s,Me),h=se(o,"img"),(d=h.length)?h.forEach((function(e){r(e,"load error",(function(){--d||a()}))})):a()}var o,a,h,d})),s(Pe)},remove:function(e){te(m(e).map((function(e){return e.slide}))),s(Pe)},forEach:b,filter:m,style:function(e,t,i){b((function(n){n.style(e,t,i)}))},getLength:function(e){return e?l.length:h.length},isEnough:function(){return h.length>i.perPage}}},Layout:function(e,t,i){var n,o,s,r=Ke(e),a=r.on,l=r.bind,c=r.emit,h=t.Slides,d=t.Direction.resolve,u=t.Elements,p=u.root,g=u.track,b=u.list,f=h.getAt,m=h.style;function y(){n=i.direction===tt,K(p,"maxWidth",le(i.width)),K(g,d("paddingLeft"),T(!1)),K(g,d("paddingRight"),T(!0)),w(!0)}function w(e){var t=ee(p);(e||o.width!==t.width||o.height!==t.height)&&(K(g,"height",function(){var e="";n&&(de(e=C(),"height or heightRatio is missing."),e="calc("+e+" - "+T(!1)+" - "+T(!0)+")");return e}()),m(d("marginRight"),le(i.gap)),m("width",i.autoWidth?null:le(i.fixedWidth)||(n?"":S())),m("height",le(i.fixedHeight)||(n?i.autoHeight?null:S():C()),!0),o=t,c(Ne),s!==(s=R())&&(P(p,zt,s),c("overflow",s)))}function T(e){var t=i.padding,n=d(e?"right":"left");return t&&le(t[n]||(x(t)?0:t))||"0px"}function C(){return le(i.height||ee(b).width*i.heightRatio)}function S(){var e=le(i.gap);return"calc((100%"+(e&&" + "+e)+")/"+(i.perPage||1)+(e&&" - "+e)+")"}function O(){return ee(b)[d("width")]}function k(e,t){var i=f(e||0);return i?ee(i.slide)[d("width")]+(t?0:A()):0}function E(e,t){var i=f(e);if(i){var n=ee(i.slide)[d("right")],o=ee(b)[d("left")];return fe(n-o)+(t?0:A())}return 0}function j(t){return E(e.length-1)-E(0)+k(0,t)}function A(){var e=f(0);return e&&parseFloat(K(e.slide,d("marginRight")))||0}function R(){return e.is(Xt)||j(!0)>O()}return{mount:function(){var e,t,i;y(),l(window,"resize load",(e=v(c,Me),i=Ge(t||0,e,null,1),function(){i.isPaused()&&i.start()})),a([Le,Pe],y),a(Me,w)},resize:w,listSize:O,slideSize:k,sliderSize:j,totalSize:E,getPadding:function(e){return parseFloat(K(g,d("padding"+(e?"Right":"Left"))))||0},isOverflow:R}},Clones:function(e,t,i){var n,o=Ke(e),s=o.on,r=t.Elements,a=t.Slides,l=t.Direction.resolve,c=[];function h(){s(Pe,d),s([Le,Me],p),(n=g())&&(!function(t){var n=a.get().slice(),o=n.length;if(o){for(;n.length<t;)_(n,n);_(n.slice(-t),n.slice(0,t)).forEach((function(s,l){var h=l<t,d=function(t,n){var o=t.cloneNode(!0);return L(o,i.classes.clone),o.id=e.root.id+"-clone"+Ce(n+1),o}(s.slide,l);h?N(d,n[0].slide):M(r.list,d),_(c,d),a.register(d,l-t+(h?0:o),s.index)}))}}(n),t.Layout.resize(!0))}function d(){u(),h()}function u(){te(c),f(c),o.destroy()}function p(){var e=g();n!==e&&(n<e||!e)&&o.emit(Pe)}function g(){var n=i.clones;if(e.is(Jt)){if(E(n)){var o=i[l("fixedWidth")]&&t.Layout.slideSize(0);n=o&&be(ee(r.track)[l("width")]/o)||i[l("autoWidth")]&&e.length||2*i.perPage}}else n=0;return n}return{mount:h,destroy:u}},Move:function(e,t,i){var n,o=Ke(e),s=o.on,r=o.emit,a=e.state.set,l=t.Layout,c=l.slideSize,h=l.getPadding,d=l.totalSize,u=l.listSize,p=l.sliderSize,g=t.Direction,b=g.resolve,f=g.orient,m=t.Elements,v=m.list,y=m.track;function w(){t.Controller.isBusy()||(t.Scroll.cancel(),T(e.index),t.Slides.update())}function T(e){C(k(e,!0))}function C(i,n){if(!e.is(Xt)){var o=n?i:function(i){if(e.is(Jt)){var n=O(i),o=n>t.Controller.getEnd();(n<0||o)&&(i=x(i,o))}return i}(i);K(v,"transform","translate"+b("X")+"("+o+"px)"),i!==o&&r(Je)}}function x(e,t){var i=e-A(t),n=p();return e-=f(n*(be(fe(i)/n)||1))*(t?1:-1)}function S(){C(j(),!0),n.cancel()}function O(e){for(var i=t.Slides.get(),n=0,o=1/0,s=0;s<i.length;s++){var r=i[s].index,a=fe(k(r,!0)-e);if(!(a<=o))break;o=a,n=r}return n}function k(t,n){var o=f(d(t-1)-function(e){var t=i.focus;return"center"===t?(u()-c(e,!0))/2:+t*c(e)||0}(t));return n?function(t){i.trimSpace&&e.is(Vt)&&(t=ye(t,0,f(p(!0)-u())));return t}(o):o}function j(){var e=b("left");return ee(v)[e]-ee(y)[e]+f(h(!1))}function A(e){return k(e?t.Controller.getEnd():0,!!i.trimSpace)}return{mount:function(){n=t.Transition,s([Oe,Ne,Le,Pe],w)},move:function(e,t,i,o){var s,l;e!==t&&(s=e>i,l=f(x(j(),s)),s?l>=0:l<=v[b("scrollWidth")]-ee(y)[b("width")])&&(S(),C(x(j(),e>i),!0)),a(4),r(Ee,t,i,e),n.start(t,(function(){a(3),r(je,t,i,e),o&&o()}))},jump:T,translate:C,shift:x,cancel:S,toIndex:O,toPosition:k,getPosition:j,getLimit:A,exceededLimit:function(e,t){t=E(t)?j():t;var i=!0!==e&&f(t)<f(A(!1)),n=!1!==e&&f(t)>f(A(!0));return i||n},reposition:w}},Controller:function(e,t,i){var n,o,s,r,a=Ke(e),l=a.on,c=a.emit,h=t.Move,d=h.getPosition,u=h.getLimit,p=h.toPosition,g=t.Slides,b=g.isEnough,f=g.getLength,m=i.omitEnd,y=e.is(Jt),w=e.is(Vt),T=v(A,!1),C=v(A,!0),x=i.start||0,S=x;function O(){o=f(!0),s=i.perMove,r=i.perPage,n=$();var e=ye(x,0,m?n:o-1);e!==x&&(x=e,h.reposition())}function j(){n!==$()&&c(Xe)}function A(e,t){var i=s||(M()?1:r),o=R(x+i*(e?-1:1),x,!(s||M()));return-1===o&&w&&!me(d(),u(!e),1)?e?0:n:t?o:I(o)}function R(t,a,l){if(b()||M()){var c=function(t){if(w&&"move"===i.trimSpace&&t!==x)for(var n=d();n===p(t,!0)&&ve(t,0,e.length-1,!i.rewind);)t<x?--t:++t;return t}(t);c!==t&&(a=t,t=c,l=!1),t<0||t>n?t=s||!ve(0,t,a,!0)&&!ve(n,a,t,!0)?y?l?t<0?-(o%r||r):o:t:i.rewind?t<0?n:0:-1:_(P(t)):l&&t!==a&&(t=_(P(a)+(t<a?-1:1)))}else t=-1;return t}function I(e){return y?(e+o)%o||0:e}function $(){for(var e=o-(M()||y&&s?1:r);m&&e-- >0;)if(p(o-1,!0)!==p(e,!0)){e++;break}return ye(e,0,o-1)}function _(e){return ye(M()?e:r*e,0,n)}function P(e){return M()?ue(e,n):ge((e>=n?o-1:e)/r)}function L(e){e!==x&&(S=x,x=e)}function M(){return!E(i.focus)||i.isNavigation}function N(){return e.state.is([4,5])&&!!i.waitForTransition}return{mount:function(){O(),l([Le,Pe,Xe],O),l(Ne,j)},go:function(e,t,i){if(!N()){var o=function(e){var t=x;if(k(e)){var i=e.match(/([+\-<>])(\d+)?/)||[],o=i[1],s=i[2];"+"===o||"-"===o?t=R(x+ +(""+o+(+s||1)),x):">"===o?t=s?_(+s):T(!0):"<"===o&&(t=C(!0))}else t=y?e:ye(e,0,n);return t}(e),s=I(o);s>-1&&(t||s!==x)&&(L(s),h.move(o,s,S,i))}},scroll:function(e,i,o,s){t.Scroll.scroll(e,i,o,(function(){var e=I(h.toIndex(d()));L(m?ue(e,n):e),s&&s()}))},getNext:T,getPrev:C,getAdjacent:A,getEnd:$,setIndex:L,getIndex:function(e){return e?S:x},toIndex:_,toPage:P,toDest:function(e){var t=h.toIndex(e);return w?ye(t,0,n):t},hasFocus:M,isBusy:N}},Arrows:function(e,t,i){var n,o,s=Ke(e),r=s.on,a=s.bind,l=s.emit,c=i.classes,h=i.i18n,d=t.Elements,u=t.Controller,p=d.arrows,g=d.track,b=p,f=d.prev,m=d.next,y={};function w(){!function(){var e=i.arrows;!e||f&&m||(b=p||X("div",c.arrows),f=S(!0),m=S(!1),n=!0,M(b,[f,m]),!p&&N(b,g));f&&m&&(U(y,{prev:f,next:m}),G(b,e?"":"none"),L(b,o=Ot+"--"+i.direction),e&&(r([Oe,je,Pe,He,Xe],O),a(m,"click",v(x,">")),a(f,"click",v(x,"<")),O(),J([f,m],at,g.id),l(We,f,m)))}(),r(Le,T)}function T(){C(),w()}function C(){s.destroy(),re(b,o),n?(te(p?[f,m]:b),f=m=null):V([f,m],vt)}function x(e){u.go(e,!0)}function S(e){return ie('<button class="'+c.arrow+" "+(e?c.prev:c.next)+'" type="button"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40" width="40" height="40" focusable="false"><path d="'+(i.arrowPath||"m15.5 0.932-4.3 4.38 14.5 14.6-14.5 14.5 4.3 4.4 14.6-14.6 4.4-4.3-4.4-4.4-14.6-14.6z")+'" />')}function O(){if(f&&m){var t=e.index,i=u.getPrev(),n=u.getNext(),o=i>-1&&t<i?h.last:h.prev,s=n>-1&&t>n?h.first:h.next;f.disabled=i<0,m.disabled=n<0,J(f,ht,o),J(m,ht,s),l("arrows:updated",f,m,i,n)}}return{arrows:y,mount:w,destroy:C,update:O}},Autoplay:function(e,t,i){var n,o,s=Ke(e),r=s.on,a=s.bind,l=s.emit,c=Ge(i.interval,e.go.bind(e,">"),(function(e){var t=d.bar;t&&K(t,"width",100*e+"%"),l("autoplay:playing",e)})),h=c.isPaused,d=t.Elements,u=t.Elements,p=u.root,g=u.toggle,b=i.autoplay,f="pause"===b;function m(){h()&&t.Slides.isEnough()&&(c.start(!i.resetProgress),o=n=f=!1,w(),l(Ue))}function v(e){void 0===e&&(e=!0),f=!!e,w(),h()||(c.pause(),l(Fe))}function y(){f||(n||o?v(!1):m())}function w(){g&&(P(g,_t,!f),J(g,ht,i.i18n[f?"play":"pause"]))}function T(e){var n=t.Slides.getAt(e);c.set(n&&+Z(n.slide,"data-splide-interval")||i.interval)}return{mount:function(){b&&(!function(){i.pauseOnHover&&a(p,"mouseenter mouseleave",(function(e){n="mouseenter"===e.type,y()}));i.pauseOnFocus&&a(p,"focusin focusout",(function(e){o="focusin"===e.type,y()}));g&&a(g,"click",(function(){f?m():v(!0)}));r([Ee,De,Pe],c.rewind),r(Ee,T)}(),g&&J(g,at,d.track.id),f||m(),w())},destroy:c.cancel,play:m,pause:v,isPaused:h}},Cover:function(e,t,i){var n=Ke(e).on;function o(e){t.Slides.forEach((function(t){var i=z(t.container||t.slide,"img");i&&i.src&&s(e,i,t)}))}function s(e,t,i){i.style("background",e?'center/cover no-repeat url("'+t.src+'")':"",!0),G(t,e?"none":"")}return{mount:function(){i.cover&&(n(qe,v(s,!0)),n([Oe,Le,Pe],v(o,!0)))},destroy:v(o,!1)}},Scroll:function(e,t,i){var n,o,s=Ke(e),r=s.on,a=s.emit,l=e.state.set,c=t.Move,h=c.getPosition,d=c.getLimit,u=c.exceededLimit,p=c.translate,g=e.is(Vt),b=1;function f(e,i,s,r,d){var p=h();if(w(),s&&(!g||!u())){var f=t.Layout.sliderSize(),T=we(e)*f*ge(fe(e)/f)||0;e=c.toPosition(t.Controller.toDest(e%f))+T}var C=me(p,e,1);b=1,i=C?0:i||pe(fe(e-p)/1.5,800),o=r,n=Ge(i,m,v(y,p,e,d),1),l(5),a(De),n.start()}function m(){l(3),o&&o(),a(He)}function y(e,t,n,s){var r,a,l=h(),c=(e+(t-e)*(r=s,(a=i.easingFunc)?a(r):1-Math.pow(1-r,4))-l)*b;p(l+c),g&&!n&&u()&&(b*=.6,fe(c)<10&&f(d(u(!0)),600,!1,o,!0))}function w(){n&&n.cancel()}function T(){n&&!n.isPaused()&&(w(),m())}return{mount:function(){r(Ee,w),r([Le,Pe],T)},destroy:w,scroll:f,cancel:T}},Drag:function(e,t,i){var n,o,s,r,a,l,c,h,d=Ke(e),u=d.on,p=d.emit,g=d.bind,b=d.unbind,f=e.state,m=t.Move,v=t.Scroll,y=t.Controller,T=t.Elements.track,C=t.Media.reduce,S=t.Direction,O=S.resolve,k=S.orient,E=m.getPosition,j=m.exceededLimit,A=!1;function R(){var e=i.drag;B(!e),r="free"===e}function I(e){if(l=!1,!c){var t=W(e);n=e.target,o=i.noDrag,D(n,".splide__pagination__page, ."+kt)||o&&D(n,o)||!t&&e.button||(y.isBusy()?ne(e,!0):(h=t?T:window,a=f.is([4,5]),s=null,g(h,Ft,$,Gt),g(h,qt,_,Gt),m.cancel(),v.cancel(),L(e)))}var n,o}function $(t){if(f.is(6)||(f.set(6),p("drag")),t.cancelable)if(a){m.translate(n+M(t)/(A&&e.is(Vt)?5:1));var o=N(t)>200,s=A!==(A=j());(o||s)&&L(t),l=!0,p("dragging"),ne(t)}else(function(e){return fe(M(e))>fe(M(e,!0))})(t)&&(a=function(e){var t=i.dragMinThreshold,n=x(t),o=n&&t.mouse||0,s=(n?t.touch:+t)||10;return fe(M(e))>(W(e)?s:o)}(t),ne(t))}function _(n){f.is(6)&&(f.set(3),p("dragged")),a&&(!function(n){var o=function(t){if(e.is(Jt)||!A){var i=N(t);if(i&&i<200)return M(t)/i}return 0}(n),s=function(e){return E()+we(e)*ue(fe(e)*(i.flickPower||600),r?1/0:t.Layout.listSize()*(i.flickMaxPages||1))}(o),a=i.rewind&&i.rewindByDrag;C(!1),r?y.scroll(s,0,i.snap):e.is(Xt)?y.go(k(we(o))<0?a?"<":"-":a?">":"+"):e.is(Vt)&&A&&a?y.go(j(!0)?">":"<"):y.go(y.toDest(s),!0);C(!0)}(n),ne(n)),b(h,Ft,$),b(h,qt,_),a=!1}function P(e){!c&&l&&ne(e,!0)}function L(e){s=o,o=e,n=E()}function M(e,t){return z(e,t)-z(H(e),t)}function N(e){return ae(e)-ae(H(e))}function H(e){return o===e&&s||o}function z(e,t){return(W(e)?e.changedTouches[0]:e)["page"+O(t?"Y":"X")]}function W(e){return"undefined"!=typeof TouchEvent&&e instanceof TouchEvent}function B(e){c=e}return{mount:function(){g(T,Ft,w,Gt),g(T,qt,w,Gt),g(T,Ut,I,Gt),g(T,"click",P,{capture:!0}),g(T,"dragstart",ne),u([Oe,Le],R)},disable:B,isDragging:function(){return a}}},Keyboard:function(e,t,i){var n,o,s=Ke(e),r=s.on,a=s.bind,l=s.unbind,c=e.root,h=t.Direction.resolve;function d(){var e=i.keyboard;e&&(n="global"===e?window:c,a(n,Yt,g))}function u(){l(n,Yt)}function p(){var e=o;o=!0,y((function(){o=e}))}function g(t){if(!o){var i=Zt(t);i===h(Qe)?e.go("<"):i===h(Ze)&&e.go(">")}}return{mount:function(){d(),r(Le,u),r(Le,d),r(Ee,p)},destroy:u,disable:function(e){o=e}}},LazyLoad:function(e,t,i){var n=Ke(e),o=n.on,s=n.off,r=n.bind,a=n.emit,l="sequential"===i.lazyLoad,c=[je,He],h=[];function d(){f(h),t.Slides.forEach((function(e){se(e.slide,ii).forEach((function(t){var n=Z(t,ei),o=Z(t,ti);if(n!==t.src||o!==t.srcset){var s=i.classes.spinner,r=t.parentElement,a=z(r,"."+s)||X("span",s,r);h.push([t,e,a]),t.src||G(t,"none")}}))})),l?b():(s(c),o(c,u),u())}function u(){(h=h.filter((function(t){var n=i.perPage*((i.preloadPages||1)+1)-1;return!t[1].isWithin(e.index,n)||p(t)}))).length||s(c)}function p(e){var t=e[0];L(e[1].slide,Dt),r(t,"load error",v(g,e)),J(t,"src",Z(t,ei)),J(t,"srcset",Z(t,ti)),V(t,ei),V(t,ti)}function g(e,t){var i=e[0],n=e[1];re(n.slide,Dt),"error"!==t.type&&(te(e[2]),G(i,""),a(qe,i,n),a(Me)),l&&b()}function b(){h.length&&p(h.shift())}return{mount:function(){i.lazyLoad&&(d(),o(Pe,d))},destroy:v(f,h),check:u}},Pagination:function(e,t,i){var n,o,s=Ke(e),r=s.on,a=s.emit,l=s.bind,c=t.Slides,h=t.Elements,d=t.Controller,u=d.hasFocus,p=d.getIndex,g=d.go,b=t.Direction.resolve,y=h.pagination,w=[];function T(){n&&(te(y?m(n.children):n),re(n,o),f(w),n=null),s.destroy()}function C(e){g(">"+e,!0)}function x(e,t){var i=w.length,n=Zt(t),o=S(),s=-1;n===b(Ze,!1,o)?s=++e%i:n===b(Qe,!1,o)?s=(--e+i)%i:"Home"===n?s=0:"End"===n&&(s=i-1);var r=w[s];r&&(Q(r.button),g(">"+s),ne(t,!0))}function S(){return i.paginationDirection||i.direction}function O(e){return w[d.toPage(e)]}function k(){var e=O(p(!0)),t=O(p());if(e){var i=e.button;re(i,_t),V(i,ct),J(i,rt,-1)}if(t){var o=t.button;L(o,_t),J(o,ct,!0),J(o,rt,"")}a("pagination:updated",{list:n,items:w},e,t)}return{items:w,mount:function t(){T(),r([Le,Pe,Xe],t);var s=i.pagination;y&&G(y,s?"":"none"),s&&(r([Ee,De,He],k),function(){var t=e.length,s=i.classes,r=i.i18n,a=i.perPage,p=u()?d.getEnd()+1:be(t/a);L(n=y||X("ul",s.pagination,h.track.parentElement),o=At+"--"+S()),J(n,st,"tablist"),J(n,ht,r.select),J(n,pt,S()===tt?"vertical":"");for(var g=0;g<p;g++){var b=X("li",null,n),f=X("button",{class:s.page,type:"button"},b),m=c.getIn(g).map((function(e){return e.slide.id})),T=!u()&&a>1?r.pageX:r.slideX;l(f,"click",v(C,g)),i.paginationKeyboard&&l(f,"keydown",v(x,g)),J(b,st,"presentation"),J(f,st,"tab"),J(f,at,m.join(" ")),J(f,ht,Te(T,g+1)),J(f,rt,-1),w.push({li:b,button:f,page:g})}}(),k(),a("pagination:mounted",{list:n,items:w},O(e.index)))},destroy:T,getAt:O,update:k}},Sync:function(e,t,i){var n=i.isNavigation,o=i.slideFocus,s=[];function r(){var t,i;e.splides.forEach((function(t){t.isParent||(l(e,t.splide),l(t.splide,e))})),n&&(t=Ke(e),(i=t.on)(Ae,h),i(Ve,d),i([Oe,Le],c),s.push(t),t.emit(Be,e.splides))}function a(){s.forEach((function(e){e.destroy()})),f(s)}function l(e,t){var i=Ke(e);i.on(Ee,(function(e,i,n){t.go(t.is(Jt)?n:e)})),s.push(i)}function c(){J(t.Elements.list,pt,i.direction===tt?"vertical":"")}function h(t){e.go(t.index)}function d(e,t){$(ni,Zt(t))&&(h(e),ne(t))}return{setup:v(t.Media.set,{slideFocus:E(o)?n:o},!0),mount:r,destroy:a,remount:function(){a(),r()}}},Wheel:function(e,t,i){var n=Ke(e).bind,o=0;function s(n){if(n.cancelable){var s=n.deltaY,r=s<0,a=ae(n),l=i.wheelMinThreshold||0,c=i.wheelSleep||0;fe(s)>l&&a-o>c&&(e.go(r?"<":">"),o=a),function(n){return!i.releaseWheel||e.state.is(4)||-1!==t.Controller.getAdjacent(n)}(r)&&ne(n)}}return{mount:function(){i.wheel&&n(t.Elements.track,"wheel",s,Gt)}}},Live:function(e,t,i){var n=Ke(e).on,o=t.Elements.track,s=i.live&&!i.isNavigation,r=X("span","splide__sr"),a=Ge(90,v(l,!1));function l(e){J(o,ft,e),e?(M(o,r),a.start()):(te(r),a.cancel())}function c(e){s&&J(o,bt,e?"off":"polite")}return{mount:function(){s&&(c(!t.Autoplay.isPaused()),J(o,mt,!0),r.textContent="…",n(Ue,v(c,!0)),n(Fe,v(c,!1)),n([je,He],v(l,!0)))},disable:c,destroy:function(){V(o,[bt,mt,ft]),te(r)}}}}),si={type:"slide",role:"region",speed:400,perPage:1,cloneStatus:!0,arrows:!0,pagination:!0,paginationKeyboard:!0,interval:5e3,pauseOnHover:!0,pauseOnFocus:!0,resetProgress:!0,easing:"cubic-bezier(0.25, 1, 0.5, 1)",drag:!0,direction:"ltr",trimSpace:!0,focusableNodes:"a, button, textarea, input, select, iframe",live:!0,classes:Bt,i18n:{prev:"Previous slide",next:"Next slide",first:"Go to first slide",last:"Go to last slide",slideX:"Go to slide %s",pageX:"Go to page %s",play:"Start autoplay",pause:"Pause autoplay",carousel:"carousel",slide:"slide",select:"Select a slide to show",slideLabel:"%s of %s"},reducedMotion:{speed:0,rewindSpeed:0,autoplay:"pause"}};function ri(e,t,i){var n=t.Slides;function o(){n.forEach((function(e){e.style("transform","translateX(-"+100*e.index+"%)")}))}return{mount:function(){Ke(e).on([Oe,Pe],o)},start:function(e,t){n.style("transition","opacity "+i.speed+"ms "+i.easing),y(t)},cancel:w}}function ai(e,t,i){var n,o=t.Move,s=t.Controller,r=t.Scroll,a=t.Elements.list,l=v(K,a,"transition");function c(){l(""),r.cancel()}return{mount:function(){Ke(e).bind(a,"transitionend",(function(e){e.target===a&&n&&(c(),n())}))},start:function(t,a){var c=o.toPosition(t,!0),h=o.getPosition(),d=function(t){var n=i.rewindSpeed;if(e.is(Vt)&&n){var o=s.getIndex(!0),r=s.getEnd();if(0===o&&t>=r||o>=r&&0===t)return n}return i.speed}(t);fe(c-h)>=1&&d>=1?i.useScroll?r.scroll(c,d,!1,a):(l("transform "+d+"ms "+i.easing),o.translate(c,!0),n=a):(o.jump(t),a())},cancel:c}}var li=function(){function e(t,i){var n;this.event=Ke(),this.Components={},this.state=(n=1,{set:function(e){n=e},is:function(e){return $(R(e),n)}}),this.splides=[],this._o={},this._E={};var o=k(t)?oe(document,t):t;de(o,o+" is invalid."),this.root=o,i=F({label:Z(o,ht)||"",labelledby:Z(o,dt)||""},si,e.defaults,i||{});try{F(i,JSON.parse(Z(o,he)))}catch(e){de(!1,"Invalid JSON")}this._o=Object.create(F({},i))}var t,i,n,o=e.prototype;return o.mount=function(e,t){var i=this,n=this.state,o=this.Components;return de(n.is([1,7]),"Already mounted!"),n.set(1),this._C=o,this._T=t||this._T||(this.is(Xt)?ri:ai),this._E=e||this._E,B(U({},oi,this._E,{Transition:this._T}),(function(e,t){var n=e(i,o,i._o);o[t]=n,n.setup&&n.setup()})),B(o,(function(e){e.mount&&e.mount()})),this.emit(Oe),L(this.root,"is-initialized"),n.set(3),this.emit(ke),this},o.sync=function(e){return this.splides.push({splide:e}),e.splides.push({splide:this,isParent:!0}),this.state.is(3)&&(this._C.Sync.remount(),e.Components.Sync.remount()),this},o.go=function(e){return this._C.Controller.go(e),this},o.on=function(e,t){return this.event.on(e,t),this},o.off=function(e){return this.event.off(e),this},o.emit=function(e){var t;return(t=this.event).emit.apply(t,[e].concat(m(arguments,1))),this},o.add=function(e,t){return this._C.Slides.add(e,t),this},o.remove=function(e){return this._C.Slides.remove(e),this},o.is=function(e){return this._o.type===e},o.refresh=function(){return this.emit(Pe),this},o.destroy=function(e){void 0===e&&(e=!0);var t=this.event,i=this.state;return i.is(1)?Ke(this).on(ke,this.destroy.bind(this,e)):(B(this._C,(function(t){t.destroy&&t.destroy(e)}),!0),t.emit(ze),t.destroy(),e&&f(this.splides),i.set(7)),this},t=e,(i=[{key:"options",get:function(){return this._o},set:function(e){this._C.Media.set(e,!0,!0)}},{key:"length",get:function(){return this._C.Slides.getLength(!0)}},{key:"index",get:function(){return this._C.Controller.getIndex()}}])&&p(t.prototype,i),n&&p(t,n),Object.defineProperty(t,"prototype",{writable:!1}),e}(),ci=li;ci.defaults={},ci.STATES=b;const di=(t,i)=>"object"==typeof i?Object.entries(i).reduce(((i,[n,o])=>Object.assign(Object.assign({},i),{["base"===n?0:e.breakpoint[n].slice(0,-2)]:{[t]:"perPage"===t?Math.round(o):o}})),{}):{0:{[t]:"perPage"===t?Math.round(i):i}},ui=(e,t)=>0===e?0:e<t?1:e-t+1,gi=e=>0===e.index,bi=(e,t)=>e.index>=t-1,mi=(e,t,i)=>{const{i18n:n}=i.options;e.aria={"aria-label":n[gi(i)?"last":"prev"]},t.aria={"aria-label":n[bi(i,ui(i.length,i.options.perPage))?"first":"next"]}},vi=(e,t,i)=>{e&&(i=i>t-1?t-1:i,e.innerHTML=Array.from(Array(t)).map(((e,t)=>`<span class='bullet${t===i?" bullet--active":""}'></span>`)).join(""))};let yi="undefined"!=typeof HTMLElement&&HTMLElement.prototype.hasOwnProperty("inert");const wi=t=>{if(t){const i=t.Components.Slides.get().map((e=>e.slide)),{index:n,options:{perPage:o}}=t,s=n+o;if(yi)i.forEach(((e,t)=>t>=n&&t<s?e.removeAttribute("inert"):e.setAttribute("inert","")));else{const o=e.getTagName(t.root.getRootNode().host).replace("carousel",""),r=["p-button","p-button-pure","p-link","p-link-pure"].map((e=>e.replace(/^p-/,o))).join();i.forEach(((e,t)=>e.firstChild.assignedNodes()[0].querySelectorAll(`[href],button,${r}`).forEach((e=>t>=n&&t<s?e.removeAttribute("tabindex"):e.setAttribute("tabindex","-1")))))}}},Ti={heading:e.AllowedTypes.string,description:e.AllowedTypes.string,wrapContent:e.AllowedTypes.boolean,slidesPerPage:e.AllowedTypes.breakpoint("number"),disablePagination:e.AllowedTypes.breakpoint("boolean"),intl:e.AllowedTypes.shape({prev:e.AllowedTypes.string,next:e.AllowedTypes.string,first:e.AllowedTypes.string,last:e.AllowedTypes.string,slideLabel:e.AllowedTypes.string,slide:e.AllowedTypes.string}),theme:e.AllowedTypes.oneOf(i.THEMES)};return In.p_carousel=class{constructor(t){e.registerInstance(this,t),this.carouselChange=e.createEvent(this,"carouselChange",3),this.slidesPerPage=1,this.disablePagination=!1,this.intl={},this.theme="light",this.slides=[],this.updateSlidesAndPagination=()=>{this.slides=(e=>{const t=Array.from(e.children).filter((e=>"heading"!==e.slot&&"post-heading"!==e.slot));return t.forEach(((e,t)=>e.setAttribute("slot",`slide-${t}`))),t})(this.host),this.updateAmountOfPages()},this.updateAmountOfPages=()=>{var t;this.amountOfPages=ui(this.slides.length,Math.round(e.getCurrentMatchingBreakpointValue(this.slidesPerPage))),vi(this.pagination,this.amountOfPages,(null===(t=this.splide)||void 0===t?void 0:t.index)||0),wi(this.splide)}}connectedCallback(){e.observeChildren(this.host,this.updateSlidesAndPagination),this.observeBreakpointChange(),this.splide&&(this.updateSlidesAndPagination(),this.registerSplideHandlers(this.splide))}componentWillLoad(){this.slidesPerPage=e.parseJSON(this.slidesPerPage),this.updateSlidesAndPagination(),this.observeBreakpointChange()}componentDidLoad(){var t,i;this.splide=new ci(this.container,{arrows:!1,pagination:!1,perMove:1,mediaQuery:"min",padding:{right:"7%"},breakpoints:(t=this.slidesPerPage,i={base:l.spacing.small,s:l.spacing.medium,l:l.spacing.large},e.mergeDeep(di("perPage",t),di("gap",i))),i18n:e.parseJSONAttribute(this.intl)}),this.registerSplideHandlers(this.splide)}componentDidUpdate(){this.splide.refresh(),mi(this.btnPrev,this.btnNext,this.splide),wi(this.splide)}disconnectedCallback(){e.unobserveChildren(this.host),e.unobserveBreakpointChange(this.host),this.splide.destroy()}render(){var i;e.validateProps(this,Ti),i=this.host,this.heading||a.hasNamedSlot(i,"heading")||console.warn(`A heading has to be set via property or named slot on ${e.getTagName(i)} in order to ensure accessibility.`),this.disablePagination=e.parseJSON(this.disablePagination),e.attachComponentCss(this.host,u,this.wrapContent,this.disablePagination,this.theme);const n=e.getPrefixedTagNames(this.host),o={class:"btn",type:"button",hideLabel:!0,theme:this.theme};return e.h(e.Host,null,e.h("div",{class:"header"},this.heading?e.h("h2",null,this.heading):e.h("slot",{name:"heading"}),this.description&&e.h("p",null,this.description),e.h("div",{class:"nav"},e.h(n.pButtonPure,Object.assign({},o,{icon:"arrow-head-left",ref:e=>this.btnPrev=e,onClick:()=>((e,t)=>{const i=e.index===t?e.index-2:"<";e.go(gi(e)?t-1:i)})(this.splide,this.amountOfPages)})),e.h(n.pButtonPure,Object.assign({},o,{icon:"arrow-head-right",ref:e=>this.btnNext=e,onClick:()=>{return e=this.splide,t=this.amountOfPages,void e.go(bi(e,t)?0:">");var e,t}})))),e.h("div",{id:"splide",class:"splide","aria-label":this.heading||t.getSlotTextContent(this.host,"heading"),ref:e=>this.container=e},e.h("div",{class:"splide__track"},e.h("div",{class:"splide__list"},this.slides.map(((t,i)=>e.h("div",{key:i,class:"splide__slide"},e.h("slot",{name:`slide-${i}`}))))))),!0!==this.disablePagination&&e.h("div",{class:"pagination",ref:e=>this.pagination=e}))}registerSplideHandlers(e){e.on("mounted",(()=>{mi(this.btnPrev,this.btnNext,e),wi(e),vi(this.pagination,this.amountOfPages,0)})),e.on("move",((t,i)=>{var n,o;mi(this.btnPrev,this.btnNext,e),wi(e),n=this.pagination,o=t,n&&(n.querySelector(".bullet--active").classList.remove(c),n.children[o].classList.add(c)),this.carouselChange.emit({activeIndex:t,previousIndex:i})})),e.mount()}observeBreakpointChange(){"object"==typeof this.slidesPerPage&&e.observeBreakpointChange(this.host,this.updateAmountOfPages)}get host(){return e.getElement(this)}},In}var _n,Pn={};function Ln(){if(_n)return Pn;_n=1,Object.defineProperty(Pn,"__esModule",{value:!0});const e=hr(),t=Pe(),i=Xe(),n=Lt(),o=At(),s=fn(),r=ai(),a=ot();Ae(),_e(),xt(),nt(),it(),Pt(),jt(),ti(),ri();const l=(t,i,s)=>{const r="light",l=e.pxToRemWithUnit(24),c=o.isVisibleFormState(i),{baseColor:h,backgroundColor:d,contrastMediumColor:u,contrastHighColor:p,disabledColor:g}=e.getThemedColors(r),{formStateColor:b,formStateHoverColor:f}=n.getThemedFormStateColors(r,i),m=d.replace(/#/g,"%23");return e.getCss(Object.assign(Object.assign({"@global":{":host":{display:"block"},"::slotted":e.addImportantToEachRule(Object.assign(Object.assign({"&(input)":{position:"static",width:l,height:l,flexShrink:0,display:"block",margin:0,padding:0,WebkitAppearance:"none",appearance:"none",boxSizing:"border-box",backgroundSize:l,backgroundPosition:c?"-2px -2px":"-1px -1px",backgroundColor:d,transition:["border-color","background-color"].map(e.getTransition).join(),opacity:1,border:c?`2px solid ${b}`:`1px solid ${u}`,borderRadius:0,outline:"1px solid transparent",outlineOffset:"2px",cursor:"pointer"},"&(input:checked)":{backgroundImage:`url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="${m}" d="M9 19l-6-7h1.5l4.49 5.36L19.5 5H21L9 19z"/></svg>')`},"&(input:indeterminate)":{backgroundImage:`url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="${m}" d="M3 11h18v1H3z"/></svg>')`},"&(input:checked), &(input:indeterminate)":{borderColor:b||p,backgroundColor:b||p}},e.hoverMediaQuery({"&(input:not(:disabled):hover), .label:hover ~ &(input:not(:disabled))":{borderColor:f||h}})),{"&(input:indeterminate:disabled), &(input:checked:disabled)":{backgroundColor:g},"&(input:disabled)":{borderColor:g,cursor:"not-allowed"},"&(input:focus)":{outlineColor:b||u},"&(input:focus:not(:focus-visible))":{outlineColor:"transparent"}})),label:{position:"relative",display:"flex"}},label:a.getCheckboxRadioLabelJssStyle(s,t,r)},n.getFunctionalComponentRequiredStyles(r)),n.getFunctionalComponentStateMessageStyles(r,i)))},c=t=>e.getCss(e.buildSlottedStyles(t,e.getBaseSlottedStyles())),h={label:e.AllowedTypes.string,state:e.AllowedTypes.oneOf(n.FORM_STATES),message:e.AllowedTypes.string,hideLabel:e.AllowedTypes.breakpoint("boolean")};return Pn.p_checkbox_wrapper=class{constructor(t){e.registerInstance(this,t),this.label="",this.state="none",this.message="",this.hideLabel=!1,this.onLabelClick=e=>{null===i.getClosestHTMLElement(e.target,"a")&&this.input.click()},this.observeAttributes=()=>{e.observeAttributes(this.input,["disabled","required"],(()=>e.forceUpdate(this.host)))}}connectedCallback(){s.attachSlottedCss(this.host,c),this.observeAttributes()}componentWillLoad(){this.input=r.getOnlyChildOfKindHTMLElementOrThrow(this.host,"input[type=checkbox]"),this.observeAttributes()}componentDidRender(){t.setAriaAttributes(this.input,{label:this.label,message:this.message,state:this.state})}disconnectedCallback(){e.unobserveAttributes(this.input)}render(){return e.validateProps(this,h),e.attachComponentCss(this.host,l,this.hideLabel,this.state,this.input.disabled),e.h(e.Host,null,e.h("label",null,n.hasLabel(this.host,this.label)&&e.h("span",{class:"label",onClick:this.onLabelClick},this.label||e.h("slot",{name:"label"}),o.isRequiredAndParentNotRequired(this.host,this.input)&&e.h(n.Required,null)),e.h("slot",null)),n.hasMessage(this.host,this.message,this.state)&&e.h(n.StateMessage,{state:this.state,message:this.message,host:this.host}))}get host(){return e.getElement(this)}},Pn}var Mn,Nn={};function Dn(){if(Mn)return Nn;Mn=1,Object.defineProperty(Nn,"__esModule",{value:!0});const e=hr(),t=cn(),i=fi(),n=pi(),o={basic:{maxWidth:i.gridMaxWidth,boxSizing:"border-box",padding:`0 ${n.gridSafeZone.base}`,[e.mediaQueryMin("xl")]:{padding:`0 ${n.gridSafeZone.xl}`}},extended:{maxWidth:i.gridMaxWidth}},s=(t,i,n)=>e.getCss({"@global":{":host":{display:"flex"}},root:Object.assign(Object.assign({margin:"0 auto",width:"100%",minWidth:0},o[t]),{backgroundColor:"default"===i?e.getThemedColors(n).backgroundColor:"transparent"})}),r={width:e.AllowedTypes.oneOf(["basic","extended","fluid"]),backgroundColor:e.AllowedTypes.oneOf(["transparent","default"]),theme:e.AllowedTypes.oneOf(t.THEMES)};return Nn.p_content_wrapper=class{constructor(t){e.registerInstance(this,t),this.width="basic",this.backgroundColor="transparent",this.theme="light"}render(){return e.validateProps(this,r),e.attachComponentCss(this.host,s,this.width,this.backgroundColor,this.theme),e.h("div",{class:"root"},e.h("slot",null))}get host(){return e.getElement(this)}},Nn}var Hn,zn={};function Wn(){if(Hn)return zn;Hn=1,Object.defineProperty(zn,"__esModule",{value:!0});const e=hr(),t=cn(),i=(t,i,n)=>{const{contrastLowColor:o,contrastMediumColor:s,contrastHighColor:r}=e.getThemedColors(n),a={"neutral-contrast-low":o,"neutral-contrast-medium":s,"neutral-contrast-high":r};return e.getCss({"@global":{":host":{display:"block"},hr:Object.assign({margin:0,padding:0,border:"none",textAlign:"left",background:a[t]},e.buildResponsiveStyles(i,(e=>"horizontal"===e?{height:"1px",width:"100%"}:{height:"100%",width:"1px"})))}})},n={color:e.AllowedTypes.oneOf(["neutral-contrast-high","neutral-contrast-medium","neutral-contrast-low"]),orientation:e.AllowedTypes.breakpoint(["vertical","horizontal"]),theme:e.AllowedTypes.oneOf(t.THEMES)};return zn.p_divider=class{constructor(t){e.registerInstance(this,t),this.color="neutral-contrast-low",this.orientation="horizontal",this.theme="light"}render(){return e.validateProps(this,n),e.attachComponentCss(this.host,i,this.color,this.orientation,this.theme),e.h("hr",null)}get host(){return e.getElement(this)}},zn}var Bn,Un={};function Fn(){if(Bn)return Un;Bn=1,Object.defineProperty(Un,"__esModule",{value:!0});const e=hr(),t=Lt(),i=ji(),n=Oi(),o=Pt();xt(),nt(),it();const{medium:s}=o.spacing,r=(o,r,a)=>{const l="light";return e.getCss(Object.assign(Object.assign({"@global":Object.assign({":host":{display:e.addImportantToRule("block")},fieldset:{margin:0,padding:0,border:"none"}},a&&{legend:Object.assign({margin:`0 0 ${s}`,padding:0,color:e.getThemedColors(l).baseColor},"small"===r?i.headingXSmall:n.headingSmall)})},t.getFunctionalComponentRequiredStyles(l)),e.mergeDeep(t.getFunctionalComponentStateMessageStyles(l,o),{message:{marginTop:s}})))},a={label:e.AllowedTypes.string,labelSize:e.AllowedTypes.oneOf(["small","medium"]),required:e.AllowedTypes.boolean,state:e.AllowedTypes.oneOf(t.FORM_STATES),message:e.AllowedTypes.string};return Un.p_fieldset_wrapper=class{constructor(t){e.registerInstance(this,t),this.label="",this.labelSize="medium",this.required=!1,this.state="none",this.message=""}render(){e.validateProps(this,a),e.attachComponentCss(this.host,r,this.state,this.labelSize,t.hasLabel(this.host,this.label));const i="message",n=t.hasMessage(this.host,this.message,this.state);return e.h("fieldset",{"aria-describedby":n?i:null},t.hasLabel(this.host,this.label)&&e.h("legend",null,this.label||e.h("slot",{name:"label"}),this.required&&e.h(t.Required,null)),e.h("slot",null),n&&e.h(t.StateMessage,{id:i,state:this.state,message:this.message,host:this.host}))}get host(){return e.getElement(this)}},Un}var qn,Vn,Jn={},Xn={};function Kn(){if(qn)return Xn;qn=1;const e=jt(),t=hr();return Xn.throwIfParentIsNotOfKind=(i,n)=>{if(i.parentElement&&!e.isParentOfKind(i,n)){const e=t.getPrefixedTagNames(i)[n],o=t.getTagName(i.parentElement);throw new Error(`Parent HTMLElement of ${t.getTagName(i)} should be of kind ${e} but got ${o}`)}},Xn}function Gn(){if(Vn)return Jn;Vn=1,Object.defineProperty(Jn,"__esModule",{value:!0});const e=hr(),t=Kn();jt();const i=(t,i,n,o,s,r)=>e.getCss({"@global":{":host":e.addImportantToEachRule(e.mergeDeep(e.buildResponsiveStyles(t,(e=>({display:e?"inline-flex":"flex"}))),e.buildResponsiveStyles(i,(e=>({flexWrap:e}))),e.buildResponsiveStyles(n,(e=>({flexDirection:e}))),e.buildResponsiveStyles(o,(e=>({justifyContent:e}))),e.buildResponsiveStyles(s,(e=>({alignItems:e}))),e.buildResponsiveStyles(r,(e=>({alignContent:e})))))}}),n={inline:e.AllowedTypes.breakpoint("boolean"),wrap:e.AllowedTypes.breakpoint(["nowrap","wrap","wrap-reverse"]),direction:e.AllowedTypes.breakpoint(["row","row-reverse","column","column-reverse"]),justifyContent:e.AllowedTypes.breakpoint(["flex-start","flex-end","center","space-between","space-around","space-evenly"]),alignItems:e.AllowedTypes.breakpoint(["stretch","flex-start","flex-end","center","baseline"]),alignContent:e.AllowedTypes.breakpoint(["stretch","flex-start","flex-end","center","space-between","space-around","space-evenly"])},o={none:0,"one-quarter":25,"one-third":33.333333,half:50,"two-thirds":66.666667,"three-quarters":75,full:100,auto:"auto"},s=(t,i,n,s,r,a)=>e.getCss({"@global":{":host":e.addImportantToEachRule(Object.assign({boxSizing:"border-box"},e.mergeDeep(e.buildResponsiveStyles(t,(e=>({width:`${o[e]}%`}))),e.buildResponsiveStyles(i,(e=>({marginLeft:`${o[e]}%`}))),e.buildResponsiveStyles(n,(e=>({alignSelf:e}))),"initial"!==a?e.buildResponsiveStyles(a,(e=>({flex:"equal"===e?"1 1 0":e}))):e.mergeDeep(e.buildResponsiveStyles(s,(e=>({flexGrow:e}))),e.buildResponsiveStyles(r,(e=>({flexShrink:e})))))))}}),r={width:e.AllowedTypes.breakpoint(["auto","one-quarter","one-third","half","two-thirds","three-quarters","full"]),offset:e.AllowedTypes.breakpoint(["none","one-quarter","one-third","half","two-thirds","three-quarters"]),alignSelf:e.AllowedTypes.breakpoint(["auto","flex-start","flex-end","center","baseline","stretch"]),grow:e.AllowedTypes.breakpoint([0,1]),shrink:e.AllowedTypes.breakpoint([0,1]),flex:e.AllowedTypes.breakpoint(["initial","auto","none","equal"])};return Jn.p_flex=class{constructor(t){e.registerInstance(this,t),this.inline=!1,this.wrap="nowrap",this.direction="row",this.justifyContent="flex-start",this.alignItems="stretch",this.alignContent="stretch"}render(){return e.validateProps(this,n),e.attachComponentCss(this.host,i,this.inline,this.wrap,this.direction,this.justifyContent,this.alignItems,this.alignContent),e.h("slot",null)}get host(){return e.getElement(this)}},Jn.p_flex_item=class{constructor(t){e.registerInstance(this,t),this.width="auto",this.offset="none",this.alignSelf="auto",this.grow=0,this.shrink=1,this.flex="initial"}connectedCallback(){t.throwIfParentIsNotOfKind(this.host,"p-flex")}render(){return e.validateProps(this,r),e.attachComponentCss(this.host,s,this.width,this.offset,this.alignSelf,this.grow,this.shrink,this.flex),e.h("slot",null)}get host(){return e.getElement(this)}},Jn}var Qn,Zn={};function Yn(){if(Qn)return Zn;Qn=1,Object.defineProperty(Zn,"__esModule",{value:!0});const e=hr(),t=Kn();jt();const i=t=>{const i=`-${e.pxToRemWithUnit(t/2)}`;return{marginLeft:i,marginRight:i}},n=(t,n,o)=>e.getCss({"@global":{":host":e.addImportantToEachRule(Object.assign({display:"flex",flex:"auto",width:"auto"},e.mergeDeep(e.buildResponsiveStyles(t,(e=>({flexDirection:e}))),e.buildResponsiveStyles(n,(e=>({flexWrap:e}))),e.buildResponsiveStyles(o,i))))}}),o={direction:e.AllowedTypes.breakpoint(["row","row-reverse","column","column-reverse"]),wrap:e.AllowedTypes.breakpoint(["nowrap","wrap"]),gutter:e.AllowedTypes.breakpoint([16,24,36])},s=[0,8.333333,16.666667,25,33.333333,41.666667,50,58.333333,66.666667,75,83.333333,91.666667,100],r=(t,i,n)=>e.getCss({"@global":{":host":e.addImportantToEachRule(Object.assign({boxSizing:"border-box"},e.mergeDeep(e.buildResponsiveStyles(t,(e=>({width:`${s[e]}%`,minWidth:`${s[e]}%`}))),e.buildResponsiveStyles(i,(e=>({marginLeft:`${s[e]}%`}))),e.buildResponsiveStyles(n,(t=>{const i=e.pxToRemWithUnit(t/2);return{paddingLeft:i,paddingRight:i}})))))}}),a={size:e.AllowedTypes.breakpoint([1,2,3,4,5,6,7,8,9,10,11,12]),offset:e.AllowedTypes.breakpoint([0,1,2,3,4,5,6,7,8,9,10,11])};return Zn.p_grid=class{constructor(t){e.registerInstance(this,t),this.direction="row",this.wrap="wrap",this.gutter={base:16,s:24,m:36}}render(){var t,i;return e.validateProps(this,o),e.attachComponentCss(this.host,n,this.direction,this.wrap,this.gutter),t=this.host,i=this.gutter,Array.from(t.children).forEach((t=>{t.gutter=i,e.forceUpdate(t)})),e.h("slot",null)}get host(){return e.getElement(this)}},Zn.p_grid_item=class{constructor(t){e.registerInstance(this,t),this.size=1,this.offset=0}connectedCallback(){t.throwIfParentIsNotOfKind(this.host,"p-grid")}render(){return e.validateProps(this,a),e.attachComponentCss(this.host,r,this.size,this.offset,this.host.gutter||{base:16,s:24,m:36}),e.h("slot",null)}get host(){return e.getElement(this)}},Zn}var eo,to,io,no={},oo={},so={};function ro(){if(eo)return so;eo=1;const e=it(),t=hr(),i={font:`${e.fontStyle} ${e.fontVariant} ${t.fontWeight.regular} 1.5rem/1.5 ${e.fontFamily}`,...e.fontBehavior,...e.fontHyphenation},n={font:`${e.fontStyle} ${e.fontVariant} ${t.fontWeight.regular} 2.25rem/1.3333333333 ${e.fontFamily}`,...e.fontBehavior,...e.fontHyphenation};return so.textLarge=n,so.textMedium=i,so}function ao(){if(to)return oo;to=1;const e=Ui(),t=Ht(),i=nt(),n=ro(),o=it(),s=hr(),r={font:`${o.fontStyle} ${o.fontVariant} ${s.fontWeight.regular} 3.25rem/1.2307692308 ${o.fontFamily}`,...o.fontBehavior,...o.fontHyphenation},a={"x-small":t.textXSmall,small:i.textSmall,medium:n.textMedium,large:n.textLarge,"x-large":r};return oo.TEXT_ALIGNS=["left","center","right"],oo.getEllipsisJssStyle=()=>({maxWidth:"100%",overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"}),oo.getSlottedTypographyJssStyle=()=>({margin:"inherit",padding:"inherit",fontFamily:"inherit",fontWeight:"inherit",fontSize:"inherit",lineHeight:"inherit",fontStyle:"inherit",fontVariant:"inherit",color:"inherit",textAlign:"inherit",overflowWrap:"inherit",wordWrap:"inherit",hyphens:"inherit",whiteSpace:"inherit"}),oo.setLineHeightOnSizeInherit=(t,i)=>{e.isSizeInherit(t)&&e.transitionListener(i,"font-size",(()=>{i.style.lineHeight=`${e.calcLineHeightForElement(i)}`}))},oo.textMap=a,oo}function lo(){if(io)return no;io=1,Object.defineProperty(no,"__esModule",{value:!0});const e=hr(),t=fn(),i=Zt(),n=cn(),o=ao(),s=Ii(),r=nt(),a=it(),l=Ci(),c=Oi(),h=ji();Ui(),Pi(),Ht(),ro();const d={"large-title":{font:`${a.fontStyle} ${a.fontVariant} ${e.fontWeight.semiBold} 2rem/1.375 ${a.fontFamily}`,...a.fontBehavior,[e.mediaQueryMinMax("s","m")]:{fontSize:"2.625rem",lineHeight:1.2380952381},[e.mediaQueryMinMax("m","l")]:{fontSize:"3.25rem",lineHeight:1.2307692308},[e.mediaQueryMinMax("l","xl")]:{fontSize:"3.875rem",lineHeight:1.2258064516},[e.mediaQueryMin("xl")]:{fontSize:"4.5rem",lineHeight:1.2222222222}},"headline-1":{font:`${a.fontStyle} ${a.fontVariant} ${e.fontWeight.semiBold} 1.75rem/1.4285714286 ${a.fontFamily}`,...a.fontBehavior,[e.mediaQueryMinMax("s","m")]:{fontSize:"2.25rem",lineHeight:1.3333333333},[e.mediaQueryMinMax("m","l")]:{fontSize:"2.75rem",lineHeight:1.1818181818},[e.mediaQueryMinMax("l","xl")]:{fontSize:"3.25rem",lineHeight:1.2307692308},[e.mediaQueryMin("xl")]:{fontSize:"3.75rem",lineHeight:1.2}},"headline-2":{font:`${a.fontStyle} ${a.fontVariant} ${e.fontWeight.semiBold} 1.5rem/1.5 ${a.fontFamily}`,...a.fontBehavior,[e.mediaQueryMinMax("s","m")]:{fontSize:"1.875rem",lineHeight:1.3333333333},[e.mediaQueryMinMax("m","l")]:{fontSize:"2.25rem",lineHeight:1.3333333333},[e.mediaQueryMinMax("l","xl")]:{fontSize:"2.625rem",lineHeight:1.2380952381},[e.mediaQueryMin("xl")]:{fontSize:"3rem",lineHeight:1.25}},"headline-3":l.headingMedium,"headline-4":c.headingSmall,"headline-5":h.headingXSmall},u=e=>d[e],p=t=>{const{semiBold:i}=e.fontWeight;return"inherit"===t?{lineHeight:t,fontSize:t,fontWeight:i}:{font:o.textMap[t].font.replace("400",i)}},g=(t,i,n,a,l)=>e.getCss({"@global":{":host":{display:"block"},"::slotted":{"&(h1),&(h2),&(h3),&(h4),&(h5),&(h6)":e.addImportantToEachRule(o.getSlottedTypographyJssStyle())}},root:Object.assign(Object.assign({padding:0,margin:0,textAlign:i,color:"default"!==n?"inherit":e.getThemedColors(l).baseColor,whiteSpace:"inherit"},s.isVariantType(t)?u(t):Object.assign(Object.assign(Object.assign({},r.textSmall),e.buildResponsiveStyles(t,p)),{transition:"font-size 1ms linear",overflowWrap:null,hyphens:null})),a&&o.getEllipsisJssStyle())}),b=t=>e.getCss(e.buildSlottedStyles(t,e.mergeDeep(e.getBaseSlottedStyles({withDarkTheme:!0}),{"& a":{textDecoration:"none"}}))),f={tag:e.AllowedTypes.oneOf([...s.HEADLINE_TAGS,void 0]),align:e.AllowedTypes.oneOf(o.TEXT_ALIGNS),color:e.AllowedTypes.oneOf(["default","inherit"]),ellipsis:e.AllowedTypes.boolean,theme:e.AllowedTypes.oneOf(n.THEMES)};return no.p_headline=class{constructor(t){e.registerInstance(this,t),this.variant="headline-1",this.align="left",this.color="default",this.ellipsis=!1,this.theme="light"}connectedCallback(){t.attachSlottedCss(this.host,b)}componentDidLoad(){o.setLineHeightOnSizeInherit(this.variant,this.headlineTag)}render(){e.validateProps(this,f),e.attachComponentCss(this.host,g,this.variant,this.align,this.color,this.ellipsis,this.theme);const t=s.getHeadlineTagName(this.host,this.variant,this.tag);return e.h(e.Host,Object.assign({},i.getDataThemeDarkAttribute(this.theme)),e.h(t,{class:"root",ref:e=>this.headlineTag=e},e.h("slot",null)))}get host(){return e.getElement(this)}},no}var co,ho={},uo={};function po(){if(co)return uo;co=1;return uo.TEXT_COLORS=["brand","default","neutral-contrast-high","neutral-contrast-medium","neutral-contrast-low","notification-success","notification-warning","notification-error","notification-neutral","inherit"],uo}var go,bo,fo={};function mo(){if(go)return fo;go=1;const e=hr();return fo.getThemedTextColor=(t,i)=>{const{baseColor:n,brandColor:o,contrastHighColor:s,contrastMediumColor:r,contrastLowColor:a,successColor:l,errorColor:c,warningColor:h,neutralColor:d}=e.getThemedColors(t);return{brand:o,default:n,"neutral-contrast-high":s,"neutral-contrast-medium":r,"neutral-contrast-low":a,"notification-success":l,"notification-warning":h,"notification-error":c,"notification-neutral":d,inherit:"currentColor"}[i]},fo}function vo(){if(bo)return ho;bo=1,Object.defineProperty(ho,"__esModule",{value:!0});const e=hr(),t=Pe(),i=Sn(),n=po(),o=mo();Ae(),_e(),hn(),cn();const s=("undefined"!=typeof window&&"cn"===window.PORSCHE_DESIGN_SYSTEM_CDN?"https://cdn.ui.porsche.cn":"https://cdn.ui.porsche.com")+"/porsche-design-system/icons",r={360:"360.min.5f2fcac02969bc425484fe8d80e5a1c9.svg",accessibility:"accessibility.min.295a9d53a11c42212b8cce594982dfd2.svg",activeCabinVentilation:"active-cabin-ventilation.min.030c46def7a7397091d920b65bc0da3c.svg",add:"add.min.8578a2d10c79a78e398e963b506b6cb5.svg",adjust:"adjust.min.cdb89f5c161a4c82328fe60e72a88c59.svg",arrowDoubleDown:"arrow-double-down.min.3b17923187ef2114d1f17da042fc97ca.svg",arrowDoubleLeft:"arrow-double-left.min.bba22e26f025c439b600bf74f0566465.svg",arrowDoubleRight:"arrow-double-right.min.14f743d4adb5467fc0e95ac7f6426e1f.svg",arrowDoubleUp:"arrow-double-up.min.8e3b3e31d227366f916c91dcb6e1b466.svg",arrowDown:"arrow-down.min.84e69acc6554637cc373b8a4f50ba991.svg",arrowFirst:"arrow-first.min.bc51317ecf4953a664870ebab5059775.svg",arrowHeadDown:"arrow-head-down.min.454c189f4914925447670d0ae9bd2043.svg",arrowHeadLeft:"arrow-head-left.min.aa2da7b4dbbb8a28c046592290054e94.svg",arrowHeadRight:"arrow-head-right.min.fb602ae5cb51970770570a70287e77e9.svg",arrowHeadUp:"arrow-head-up.min.2c282619214e4f998e1ac64a61b5545b.svg",arrowLast:"arrow-last.min.72553c4284717d4961f8bcf8d51e0303.svg",arrowLeft:"arrow-left.min.24e8467ef0f8f206f228a3d8d443d70b.svg",arrowRight:"arrow-right.min.8fb7b42d2d08d60f918602aa28475c0b.svg",arrowUp:"arrow-up.min.0bc737f7f2cc56ef65c5d33472e014b0.svg",augmentedReality:"augmented-reality.min.290ff033e35774fd093e1ab8ed07e10f.svg",batteryEmpty:"battery-empty.min.8594e37d3e67a95b85eb9935f02e69cf.svg",batteryFull:"battery-full.min.4c75acb5a64a6dd3116ede7b1859a6d6.svg",bell:"bell.min.d69dc9a220dec323e758ccbff756b5b5.svg",bookmark:"bookmark.min.0cb177c79674593133f6d3d384c5df4b.svg",broadcast:"broadcast.min.edbfac03d4afdc964d350f54df79c6f3.svg",calculator:"calculator.min.2518729352d3709e488e71dcbf449247.svg",calendar:"calendar.min.588fabe880634ece974291f5adfee50d.svg",camera:"camera.min.10af3a4fac8c289775390534a50606d0.svg",car:"car.min.4eeec04c87a14bb5d3d316eeeee0185b.svg",carBattery:"car-battery.min.2a619bbd456ad531c922bf8f51b70977.svg",card:"card.min.06394222c7ca5d6c7e783d6f86f030a6.svg",chargingActive:"charging-active.min.915410d626a52a3a76b6bf498491c255.svg",chargingState:"charging-state.min.c5cb87ef2808f824f352a6ebd9b9d4a9.svg",chargingStation:"charging-station.min.211fcf0f9a9bb50b6e83482ee588dda9.svg",chart:"chart.min.267e23c07f47784c186c5119b870df76.svg",chat:"chat.min.a8a52d1b8b463ee0e5a3b0d812c9a40c.svg",check:"check.min.0cb26d9a5ee1d217e5054f1ad60ae3b4.svg",city:"city.min.a99b88b51adda8244a2c72953a2f4ab4.svg",climate:"climate.min.5d52b2880552275d9032afc0fa2b7296.svg",climateControl:"climate-control.min.152235d2bf2b7ec6e1a3c40e6971c446.svg",clock:"clock.min.bcea9f182e1fe861ea6e765650f79b38.svg",close:"close.min.eefab6ef191882058f9ed548bd5a467e.svg",closedCaption:"closed-caption.min.b93ac43c07223fda14249d2279823f6a.svg",co2Emission:"co2-emission.min.788590454baa0f6c52dfc99a55fe0b85.svg",compare:"compare.min.657a924ca48bf93d200d2e6539fa8050.svg",configurate:"configurate.min.2d137bc6f43ee03587188b571c97aacd.svg",countryRoad:"country-road.min.3ee2c1be9d063f5d7c5772fcc7ae2568.svg",cubicCapacity:"cubic-capacity.min.b5df863671bdf059bce19eddc2990698.svg",delete:"delete.min.fd9788c3a0842a7bb1d737c6de1969d1.svg",disable:"disable.min.c3d85d4ed9738c077d19e524775dbd56.svg",document:"document.min.d2db26d7049ab2180361c7ce40f52d57.svg",download:"download.min.d7c63bcbadf4dd5b14c3c79a438d93f3.svg",duration:"duration.min.9405be759f64c8253076f7e55c80c336.svg",edit:"edit.min.06bde2175fafb58233fa1ce6d3d00f83.svg",email:"email.min.eb8ff02812a48c5098d3c40614e8d9d7.svg",exclamation:"exclamation.min.6ca46945978bd4eb2a40dc29766b1882.svg",external:"external.min.b804bef35446f6b3cb379c121de3f13d.svg",filter:"filter.min.60f168332c7550dfdf714ed0507877b0.svg",flash:"flash.min.e5a6de1239300a6104076ee67aec42ca.svg",fuelStation:"fuel-station.min.0155159076984cccdbfe854eb4da3720.svg",garage:"garage.min.463577e6a1ffac592b5aa7bec9a82d39.svg",gift:"gift.min.eeb1a5871a4008bcafd9495fe11ec9bc.svg",globe:"globe.min.50fd2c886a822673902bd106efc73c3f.svg",grid:"grid.min.c36c5015115005dcb9c948f07af0be80.svg",highway:"highway.min.ea773dcf33a43fa8e82beae96c1222b7.svg",home:"home.min.2bdc01bb7c9b39fa5ef5a81c8c3f9f49.svg",horn:"horn.min.77105eb430a033a3ffdf21f9fecd32de.svg",image:"image.min.851c64681e1950312a934a723ca04a85.svg",increase:"increase.min.45bfe421e86192da37c8cca4917c10c2.svg",information:"information.min.d387e44cc786ca3df3702f429518a1d9.svg",key:"key.min.37b5e8ff9fda430f855f4b82bfd03485.svg",leaf:"leaf.min.ea91b1d04ade4c49640e89ade35c9d90.svg",leather:"leather.min.ef9e664d2fc3c28171fbd3d93b079503.svg",light:"light.min.5fa3dd77ee9c63e28614c4c7c4a6d39c.svg",list:"list.min.ecaeee96ec6cf2f8c9028ea404113a9e.svg",locate:"locate.min.c28bdf292bbf297eb8109a272e2ffb91.svg",lock:"lock.min.d258c21c7217cd1342307c45ecd5176e.svg",lockOpen:"lock-open.min.2ef427e273635e3aab7601b0fe92e86e.svg",logoBaidu:"logo-baidu.min.a8eb57b32e616b21820d86882835fe20.svg",logoDelicious:"logo-delicious.min.fc2927d4979ffaed1f23160091e0975e.svg",logoDigg:"logo-digg.min.d7340b3f22cf4a22a8ac3b472c16e0e2.svg",logoFacebook:"logo-facebook.min.0c2e020d0b61d37e76e6bab67e4d149e.svg",logoFoursquare:"logo-foursquare.min.b2699d993d9d731892ba01874c0e023d.svg",logoGmail:"logo-gmail.min.0c14069d86c2ba0a42c726d96f0cae9c.svg",logoGoogle:"logo-google.min.c1f3931d74e40e5cdc875236b7e674a1.svg",logoHatena:"logo-hatena.min.021834899da6e6f6a9dd963f4fc3337c.svg",logoInstagram:"logo-instagram.min.2f8c578e2472dc13b2f0ec8d1b936442.svg",logoKaixin:"logo-kaixin.min.8fb995689a3442669df37b5f375922fc.svg",logoKakaotalk:"logo-kakaotalk.min.988146b4cd8bced103fd8b5a9be064d8.svg",logoLinkedin:"logo-linkedin.min.e4848fd4b74404e504fd1a4d5a25b960.svg",logoNaver:"logo-naver.min.13f97e4c3ad4898d169904caa609f2d0.svg",logoPinterest:"logo-pinterest.min.101284bac1d7cf468719fccf416069df.svg",logoQq:"logo-qq.min.5d89ab35e4e00e81deadaa2fe0d51a5d.svg",logoQqShare:"logo-qq-share.min.01da8f9d6665f4529f349f88b4fb0cfc.svg",logoReddit:"logo-reddit.min.40dd42ee1368dbc74611afee4d3c9850.svg",logoSkyrock:"logo-skyrock.min.9440a0e4a088cdfbfcc99bc91010768a.svg",logoSohu:"logo-sohu.min.d7a030336d712a2b44982e65071cd2bc.svg",logoTecent:"logo-tecent.min.fd1ec329327f4cbf5706c393df66af9d.svg",logoTelegram:"logo-telegram.min.624fca36dd6f6c5b64bce6e617372d77.svg",logoTiktok:"logo-tiktok.min.9c5ffad4c76353afaa99feca9e4f2f0a.svg",logoTumblr:"logo-tumblr.min.9b77d06b659cee9d5f45015c33c23967.svg",logoTwitter:"logo-twitter.min.ac4d6b189cd2a47e4fac75bedb76b5bd.svg",logoViber:"logo-viber.min.330fbae7d2683b7910d828cbe864f738.svg",logoVk:"logo-vk.min.727ba204a194c8cf1b7fc389ac1db14b.svg",logoWechat:"logo-wechat.min.0392ff30f188aa9f52480e965142474a.svg",logoWeibo:"logo-weibo.min.3ded49004baea42d85fa6fcb9d79ccb1.svg",logoWhatsapp:"logo-whatsapp.min.02c83d3cbde89763eee8fc3bcab02257.svg",logoXing:"logo-xing.min.6a5f5fde119a841823d0ef05293b3454.svg",logoYahoo:"logo-yahoo.min.622e886e777c08cf80c31dc99ca13f1a.svg",logoYouku:"logo-youku.min.d35a5283c6d3094748f565c729f56d9f.svg",logoYoutube:"logo-youtube.min.59c939904cbec0c7793289eb5e68cb99.svg",logout:"logout.min.aa54756e3aec12f347fdec0a2905a232.svg",map:"map.min.643551801bfc27a93438c30ebe1d1387.svg",menuDotsHorizontal:"menu-dots-horizontal.min.94e0804e3a5a30a577cab6296ad8d15d.svg",menuDotsVertical:"menu-dots-vertical.min.7ec3f5be33dd3459d7a9bed9fdbe22d3.svg",menuLines:"menu-lines.min.30ff09f6e2ce846286dd136279636097.svg",minus:"minus.min.00cca11ec9ce4bd913abba2059c3f10b.svg",mobile:"mobile.min.71d3c0d7fb4349383562cc233478f7fb.svg",moon:"moon.min.5c447b4013210e7c7723ca4b6fdbfa9f.svg",oilCan:"oil-can.min.31978141ee5529f97833027b1e03294a.svg",parkingBrake:"parking-brake.min.f03105e84898f1db02c6fcbdd008bfcf.svg",parkingLight:"parking-light.min.968af68684df1220b15cff6616e8376e.svg",pause:"pause.min.dd29b256b73311abf1549ed16fe7a47b.svg",phone:"phone.min.e1a58c454ffe074b30a5bb16c75ff23f.svg",pin:"pin.min.c6ce5ea394fd9cf9dca80a592e2aeae4.svg",play:"play.min.703fb2dbebac16ea91a6524914626ae2.svg",plug:"plug.min.02d79b2702ac5c41020b54bd9eedf523.svg",plus:"plus.min.dd34f71292a547080b9247a72c1adda2.svg",preheating:"preheating.min.96ccdd3d24b0634ca820dc894894a34d.svg",printer:"printer.min.bcd50214772a8fcc1d0f0ae1205610bf.svg",purchase:"purchase.min.70535cff1a085154ab49ab958fe91aae.svg",question:"question.min.df469b72598d2dbfb458c46430c0690a.svg",racingFlag:"racing-flag.min.1aee1d177d44aaaca113a8b7a81db573.svg",refresh:"refresh.min.36ced59c8e8d06980d6ac20cca8a9057.svg",replay:"replay.min.d4f212bf3d5f8fe166d78dba57eeacde.svg",reset:"reset.min.e1ce71f684b6e83b9ed8182389bd407f.svg",route:"route.min.49f1935d2a563b150bb382eb56a04972.svg",rss:"rss.min.eaf3873673fcbff72833e7a77f9510f8.svg",save:"save.min.6506e50ad89aee223e85fe52242c232e.svg",screen:"screen.min.c17978f44a7bf9f7d80f178fd2b7d116.svg",search:"search.min.f2755d61c24b6ad037f51d65588be308.svg",send:"send.min.544f2b90e562b8582808f735846b1351.svg",share:"share.min.b7b59aa7085cc865735acfd940480234.svg",shoppingBag:"shopping-bag.min.9d99682e614f5bbb9760c1a0272bd1e0.svg",shoppingCart:"shopping-cart.min.05a6c651afb21246daba2e941e8366cc.svg",sidelights:"sidelights.min.996d591ee87247eae32968bf0b588d1e.svg",snowflake:"snowflake.min.cf85d1b3c62e223ffb80d8c838d4f0b8.svg",sort:"sort.min.d90a6657569305b9b09b0c6997b5b915.svg",stack:"stack.min.d36295767f8e2540bbbf60278114ca09.svg",star:"star.min.d7445429f599f915661e6c57841ae339.svg",steeringWheel:"steering-wheel.min.c632bf7d06f41d68f0a95d76615f3981.svg",stopwatch:"stopwatch.min.c90f1fde0961349fe79c0b077f7b0d41.svg",subtract:"subtract.min.bb9f2dcb0c81ac7f216f6fe2ba916c09.svg",success:"success.min.4401a4715549bd7dfaaa4f54684b2088.svg",sun:"sun.min.a68eb6225965558e4498d3d38c33d52a.svg",switch:"switch.min.ab6c8b55ab119d9bd5170a1893a75ed2.svg",tablet:"tablet.min.60e7c4ef821bf610d2b2d5b06c7e88b7.svg",tachometer:"tachometer.min.348f8c5eed7c61993a864ebcffee98bd.svg",truck:"truck.min.43f91b0320003695d8804cf6a8a86da4.svg",upload:"upload.min.cf3aaf8fb27e339d26133cbd6a5332ca.svg",user:"user.min.0f8dcfbe34322e7968b4b23e11d963f0.svg",userGroup:"user-group.min.87f6ca16e7174b9a8d1894283a8ff1d4.svg",userManual:"user-manual.min.0b87e500e3d747e67be964c47a3ae312.svg",video:"video.min.107dfd64c6fd7398dd48b94d61b2fe11.svg",view:"view.min.cd78cae7309f44d941e9264047e3efa0.svg",viewOff:"view-off.min.e27746517bdb4c2c9ae5f025c7e74991.svg",volumeOff:"volume-off.min.711d24824df04d61c3129bbdcdbfa083.svg",volumeUp:"volume-up.min.0a2ebc984c6b9d2f53c747f9ba2028f1.svg",warning:"warning.min.04529c502dddce98f0ae2eec0bfb3432.svg",weight:"weight.min.47ef0b98ca8ed590dd7d6e6c3f1bcd46.svg",wifi:"wifi.min.14540859e9241374bd9d0c89eb85667b.svg",work:"work.min.d17986d8fcff6a5fcd5e9925e838fade.svg",wrench:"wrench.min.90e402dc170fe83de23e2c11588ba037.svg",wrenches:"wrenches.min.990b074555825a218e86fd35397fc88c.svg",zoomIn:"zoom-in.min.22fa9d7ee8748debc801fe910f2d3d01.svg",zoomOut:"zoom-out.min.9408a4dc5786ed5a783a729e58ab3d6d.svg"},a="arrow-head-right",l=new Map,c=async e=>{if(!e)return Promise.reject("url is undefined");let t=l.get(e);var i,n;return void 0===t&&(t=(i=e,window.PDS_SKIP_FETCH?Promise.resolve({ok:!0,text:()=>""}):fetch(i,n)).then((e=>e.ok?e.text():""),(()=>"")),l.set(e,t)),t},h=(t=a)=>{const i=s;return null===t?h(a):(null==(n=t)?void 0:n.length)>0&&/(\/)/.test(n)?t:r[e.paramCaseToCamelCase(t)]?`${i}/${r[e.paramCaseToCamelCase(t)]}`:(console.warn("Please provide either an name property or a source property!"),h(a));var n},d={small:e.pxToRemWithUnit(24),medium:e.pxToRemWithUnit(36),large:e.pxToRemWithUnit(48),inherit:"inherit"},u=(t,i,n)=>{const s=d[i];return e.getCss({"@global":{":host":{display:"inline-flex",verticalAlign:"top"},img:{filter:["dark","dark-electric"].includes(n)?"invert(100%)":"none"},svg:{fill:"currentColor","@media (forced-colors: active)":{fill:"canvasText"}}},root:{display:"flex",flexShrink:0,margin:0,padding:0,boxSizing:"border-box",width:s,height:s,color:o.getThemedTextColor(n,t)}})},p={name:e.AllowedTypes.string,source:e.AllowedTypes.string,color:e.AllowedTypes.oneOf(n.TEXT_COLORS),size:e.AllowedTypes.oneOf(["small","medium","large","inherit"]),lazy:e.AllowedTypes.boolean,theme:e.AllowedTypes.oneOf(i.THEMES_EXTENDED_ELECTRIC_DARK),aria:e.AllowedTypes.aria(["aria-label"])};return ho.p_icon=class{constructor(t){e.registerInstance(this,t),this.name="arrow-head-right",this.color="default",this.size="small",this.lazy=!1,this.theme="light",this.key=0,this.svgContent=""}componentWillLoad(){this.initIntersectionObserver()}componentWillUpdate(){this.svgContent&&this.setIconContent(""),this.initIntersectionObserver()}componentDidRender(){this.setIconContent(this.svgContent)}disconnectedCallback(){var e;null===(e=this.intersectionObserver)||void 0===e||e.disconnect()}render(){return e.validateProps(this,p),e.attachComponentCss(this.host,u,this.color,this.size,this.theme),e.h("i",{key:this.key++,class:"root"})}initIntersectionObserver(){this.lazy&&e.hasWindow?(this.intersectionObserver||(this.intersectionObserver=new IntersectionObserver(((e,t)=>{e[0].isIntersecting&&(t.unobserve(this.host),this.loadIcon())}),{rootMargin:"50px"})),this.intersectionObserver.observe(this.host)):this.loadIcon()}loadIcon(){const e=h(this.source||this.name);c(e).then((t=>{e===h(this.source||this.name)&&this.setIconContent(t)}))}setIconContent(i){this.svgContent=i;const n=e.getShadowRootHTMLElement(this.host,"i");n&&(n.innerHTML=((e,i)=>{if(i){const n=t.parseAndGetAriaAttributes(i),o=['role="img"'].concat(Object.entries(n).map((([e,t])=>`${e}="${t}"`))).join(" ");return e.replace(/^(<svg)/,`$1 ${o}`)}return e})(i,this.aria))}get host(){return e.getElement(this)}},ho}var yo,wo={};function To(){if(yo)return wo;yo=1,Object.defineProperty(wo,"__esModule",{value:!0});const e=hr(),t=tn(),i=Pe(),n=Vi(),o=Ui(),s=Sn(),r=Ne(),a=jn();Ae(),_e(),xt(),jt(),yt(),nt(),it(),ft(),Pi(),hn(),cn();const l=(t,i,o,s,r,a,l,c,h,d)=>e.getCss(e.mergeDeep(n.getLinkButtonPureStyles(t,i,!1,o,s,r,a,l,c,h,d),{"@global":{"::slotted":{"&(a)":{display:"block",position:"static",textDecoration:"none",font:"inherit",color:"inherit",outline:0},"&(a)::before":Object.assign(Object.assign({content:'""',position:"absolute"},e.getInsetJssStyle()),{outline:"1px solid transparent",outlineOffset:"1px"}),"&(a:focus)::before":{outlineColor:"currentColor"},"&(a:focus:not(:focus-visible))::before":{outlineColor:"transparent"}},"slot[name=subline]::slotted(*)":{margin:0}}})),c={alignLabel:e.AllowedTypes.breakpoint(r.ALIGN_LABELS),stretch:e.AllowedTypes.breakpoint("boolean"),size:e.AllowedTypes.breakpoint(a.TEXT_SIZES),weight:e.AllowedTypes.oneOf(a.TEXT_WEIGHTS),icon:e.AllowedTypes.string,iconSource:e.AllowedTypes.string,href:e.AllowedTypes.string,active:e.AllowedTypes.boolean,hideLabel:e.AllowedTypes.breakpoint("boolean"),theme:e.AllowedTypes.oneOf(s.THEMES_EXTENDED_ELECTRIC_DARK),target:e.AllowedTypes.string,download:e.AllowedTypes.string,rel:e.AllowedTypes.string,aria:e.AllowedTypes.aria(t.LINK_ARIA_ATTRIBUTES)};return wo.p_link_pure=class{constructor(t){e.registerInstance(this,t),this.alignLabel="right",this.stretch=!1,this.size="small",this.weight="regular",this.icon="arrow-head-right",this.active=!1,this.hideLabel=!1,this.theme="light",this.target="_self"}componentWillLoad(){((t,i)=>{const n=e.getHTMLElement(t,"a");if(!i&&!n||i&&n)throw new Error(`Usage of ${e.getTagName(t)} is not valid. Please provide a href property or a slotted anchor.`)})(this.host,this.href)}componentDidLoad(){o.isSizeInherit(this.size)&&o.transitionListener(this.linkTag,"font-size",(()=>{const e=`${o.calcLineHeightForElement(this.linkTag)}`;if(this.labelTag.style.lineHeight=e,this.sublineTag&&(this.sublineTag.style.lineHeight=e),n.hasVisibleIcon(this.icon)){const t=`${e}em`;this.iconTag.style.width=t,this.iconTag.style.height=t}}))}render(){e.validateProps(this,c),n.warnIfParentIsPTextAndIconIsNone(this.host,this.icon),e.attachComponentCss(this.host,l,this.icon,this.active,this.stretch,this.size,this.weight,this.hideLabel,this.alignLabel,n.hasSlottedSubline(this.host),!this.href,this.theme);const t=n.hasSlottedSubline(this.host),o=void 0===this.href?"span":"a",s=e.getPrefixedTagNames(this.host);return e.h(e.Host,null,e.h(o,Object.assign({class:"root"},"a"===o&&Object.assign(Object.assign({href:this.href,target:this.target,download:this.download,rel:this.rel},t&&{"aria-describedby":"subline"}),i.parseAndGetAriaAttributes(this.aria)),{ref:e=>this.linkTag=e}),n.hasVisibleIcon(this.icon)&&e.h(s.pIcon,{class:"icon",color:"inherit",theme:this.theme,size:"inherit",name:this.icon,source:this.iconSource,ref:e=>this.iconTag=e,"aria-hidden":"true"}),e.h("span",{class:"label",ref:e=>this.labelTag=e},e.h("slot",null))),t&&e.h("div",{id:"subline",class:"subline",ref:e=>this.sublineTag=e},e.h("slot",{name:"subline"})))}static get delegatesFocus(){return!0}get host(){return e.getElement(this)}},wo}var Co,xo,So={},Oo={};function ko(){if(Co)return Oo;Co=1;const e=hr(),t=ai();return Oo.throwIfInvalidLinkUsage=(i,n)=>{let o=n&&i.children.length>0;if(!o||!n)try{n||t.getOnlyChildOfKindHTMLElementOrThrow(i,"a")}catch(e){o=!0}if(o)throw new Error(`Usage of ${e.getTagName(i)} is not valid. Please provide a href property or a single and direct 'a' child element.`)},Oo}function Eo(){if(xo)return So;xo=1,Object.defineProperty(So,"__esModule",{value:!0});const e=hr(),t=cn(),i=ko(),n=Ki(),o=nt();ai(),ti(),ri(),it();const s={facebook:"#1877f2",google:"#4285f4",instagram:"#e1306c",kakaotalk:"#fae300",linkedin:"#0077b5",naver:"#03cf5d",pinterest:"#e60023",reddit:"#ff4500",tiktok:"#fe2c55",twitter:"#1da1f2",wechat:"#1aad19",whatsapp:"#25d366",xing:"#006567",youtube:"#ff0000"},{contrastHighColor:r,baseColor:a}=e.getThemedColors("light"),{baseColor:l}=e.getThemedColors("dark"),c=(t,i,c,h)=>{const{baseColor:d,baseColorHover:u,textColor:p,textColorHover:g}=((t,i)=>{const n=e.isThemeDark(i),{contrastHighColorDarken:o,baseColorDarken:c}=e.getThemedColors(i),h=s[null==t?void 0:t.split("-")[1]];return{baseColor:n?l:r,baseColorHover:h||(n?c:o),textColor:n?a:l,textColorHover:"logo-kakaotalk"===t?a:h?l:void 0}})(t,h);return e.getCss({"@global":Object.assign(Object.assign({":host":{display:"inline-flex",verticalAlign:"top",outline:e.addImportantToRule(0)}},!c&&{"::slotted":e.addImportantToEachRule(Object.assign(Object.assign({"&(a)":Object.assign({display:"block",textDecoration:"none",color:"inherit",lineHeight:"inherit",outline:"transparent solid 1px",outlineOffset:"3px"},e.buildResponsiveStyles(i,n.getSlottedLinkJssStyle)),"&(a::-moz-focus-inner)":{border:0},"&(a:focus)":{outlineColor:d}},e.hoverMediaQuery({"&(a:hover:focus)":{outlineColor:u}})),{"&(a:focus:not(:focus-visible))":{outlineColor:"transparent"}}))}),{span:Object.assign(Object.assign({display:"block",width:"100%",color:p},o.textSmall),c&&e.buildResponsiveStyles(i,n.getLabelJssStyle))}),root:Object.assign(Object.assign({display:"flex",width:"100%",minWidth:e.pxToRemWithUnit(48),minHeight:e.pxToRemWithUnit(48),position:"relative",margin:0,padding:0,boxSizing:"border-box",outline:"transparent none",appearance:"none",cursor:"pointer",textDecoration:"none",textAlign:"left",border:"1px solid currentColor",backgroundColor:"currentColor",color:d,transition:e.getTransition("background-color")+","+e.getTransition("border-color")+","+e.getTransition("color")},e.hoverMediaQuery({"&:hover, &:active":{color:u,"& span, & $icon":{color:g}}})),c&&Object.assign(Object.assign({},e.buildResponsiveStyles(i,n.getRootJssStyle)),e.getFocusJssStyle())),icon:Object.assign({position:"absolute",width:e.pxToRemWithUnit(24),height:e.pxToRemWithUnit(24),color:p,pointerEvents:"none"},e.buildResponsiveStyles(i,n.getIconJssStyle))})},h={icon:e.AllowedTypes.string,iconSource:e.AllowedTypes.string,href:e.AllowedTypes.string,theme:e.AllowedTypes.oneOf(t.THEMES),target:e.AllowedTypes.string,rel:e.AllowedTypes.string,hideLabel:e.AllowedTypes.breakpoint("boolean")};return So.p_link_social=class{constructor(t){e.registerInstance(this,t),this.theme="light",this.target="_self",this.hideLabel=!1}componentWillLoad(){i.throwIfInvalidLinkUsage(this.host,this.href)}render(){e.validateProps(this,h),e.attachComponentCss(this.host,c,this.icon,this.hideLabel,!!this.href,this.theme);const t=void 0===this.href?"span":"a",i=e.getPrefixedTagNames(this.host);return e.h(t,Object.assign({class:"root"},"a"===t&&{href:this.href,target:this.target,rel:this.rel}),e.h(i.pIcon,{class:"icon",size:"inherit",name:this.icon,source:this.iconSource,color:"inherit",theme:"light"===this.theme?"dark":"light","aria-hidden":"true"}),e.h("span",null,e.h("slot",null)))}static get delegatesFocus(){return!0}get host(){return e.getElement(this)}},So}var jo,Ao={};function Ro(){if(jo)return Ao;jo=1,Object.defineProperty(Ao,"__esModule",{value:!0});const e=hr(),t=Pe(),i=fn(),n=yt(),o=mo(),s=nt(),r=tn();Ae(),_e(),it();const a={"1:1":"100%","4:3":"75%","3:4":"133.33%","16:9":"56.25%","9:16":"177.75%"},l=(e,t)=>{const i="rgba(31,31,31,0.9) 0%,rgba(31,31,31,0.9) 20%,rgba(31,31,31,0.852589) 26.67%,rgba(32,32,32,0.768225) 33.33%,rgba(33,33,33,0.668116) 40%,rgba(34,34,34,0.557309) 46.67%,rgba(35,35,35,0.442691) 53.33%,rgba(36,36,36,0.331884) 60%,rgba(37,37,37,0.231775) 66.67%,rgba(38,38,38,0.147411) 73.33%,rgba(39,39,39,0.0816599) 80%,rgba(39,39,39,0.03551) 86.67%,rgba(39,39,39,0.0086472) 93.33%,rgba(39,39,39,0)";return e&&t?`linear-gradient(${i} 100%);`:`linear-gradient(to top, ${i} 100%);`},c={inherit:{lineHeight:"inherit",fontSize:"inherit"},default:{fontSize:"1.25rem",lineHeight:1.5555555556}},h=(t,i,r,h,d,u)=>{const p="top"===h,g=e.pxToRemWithUnit(24),b=e.pxToRemWithUnit(72);return e.getCss({"@global":{":host":{display:"block",height:e.addImportantToRule("fit-content"),"& ::slotted(picture),::slotted(img)":e.addImportantToEachRule(Object.assign({transition:e.getTransition("transform")},e.getBackfaceVisibilityJssStyle())),"& ::slotted(picture)":e.addImportantToEachRule(Object.assign({position:"absolute"},e.getInsetJssStyle())),"& ::slotted(img)":e.addImportantToEachRule({height:"100%",width:"100%",objectFit:"cover"})},p:Object.assign(Object.assign(Object.assign({color:o.getThemedTextColor("dark","default")},s.textSmall),{maxWidth:e.pxToRemWithUnit(550),margin:0}),e.mergeDeep(e.buildResponsiveStyles(i,(e=>c[e])),e.buildResponsiveStyles(r,(e=>({fontWeight:n.getFontWeight(e)})))))},root:Object.assign(Object.assign({height:0,position:"relative",transform:"translate3d(0,0,0)"},e.hoverMediaQuery({"&:hover":{"& ::slotted(picture),::slotted(img)":e.addImportantToEachRule({transform:"scale3d(1.05, 1.05, 1.05)"})}})),e.buildResponsiveStyles(t,(e=>({paddingTop:a[e]})))),"image-container":Object.assign(Object.assign({position:"absolute"},e.getInsetJssStyle()),{overflow:"hidden"}),content:Object.assign(Object.assign(Object.assign({position:"absolute"},p?{top:0}:{bottom:0}),{left:0,right:0,display:"grid",justifyItems:"start",padding:"bottom"===h?`${b} ${g} ${g}`:`${g} ${g} ${b}`,gap:e.pxToRemWithUnit(24)}),e.mergeDeep({[e.mediaQueryMin("s")]:Object.assign({paddingLeft:e.pxToRemWithUnit(32),paddingRight:e.pxToRemWithUnit(32)},"bottom"===h?{paddingBottom:e.pxToRemWithUnit(32)}:{paddingTop:e.pxToRemWithUnit(32)})},u&&e.buildResponsiveStyles(d,(e=>({background:l(e,p)}))),e.buildResponsiveStyles(d,(t=>t?Object.assign({alignItems:"center",gridTemplateColumns:`auto ${e.pxToRemWithUnit(24)}`,gridTemplateRows:"auto"},p?{top:0}:{bottom:0}):{gridTemplateRows:"auto auto",gridTemplateColumns:"auto"})))),"link-pure":e.buildResponsiveStyles(d,(e=>({display:e?"inline-block":"none"}))),link:Object.assign({minHeight:"3rem"},e.buildResponsiveStyles(d,(e=>({display:e?"none":"inline-flex"})))),anchor:{"&::after":Object.assign({content:'""',position:"fixed"},e.getInsetJssStyle())}})},d=t=>e.getCss(e.buildSlottedStyles(t,{"& picture > img":{height:"100%",width:"100%",objectFit:"cover"}})),u={size:e.AllowedTypes.breakpoint(["default","inherit"]),weight:e.AllowedTypes.breakpoint(["regular","semibold"]),aspectRatio:e.AllowedTypes.breakpoint(["1:1","4:3","3:4","16:9","9:16"]),label:e.AllowedTypes.string,description:e.AllowedTypes.string,align:e.AllowedTypes.oneOf(["top","bottom"]),gradient:e.AllowedTypes.boolean,compact:e.AllowedTypes.breakpoint("boolean"),href:e.AllowedTypes.string,target:e.AllowedTypes.string,download:e.AllowedTypes.string,rel:e.AllowedTypes.string,aria:e.AllowedTypes.aria(r.LINK_ARIA_ATTRIBUTES)};return Ao.p_link_tile=class{constructor(t){e.registerInstance(this,t),this.size="default",this.weight="semibold",this.aspectRatio="4:3",this.align="bottom",this.gradient=!0,this.compact=!1,this.target="_self"}connectedCallback(){i.attachSlottedCss(this.host,d)}componentWillLoad(){((t,i,n)=>{if("top"===i&&(!n||"string"==typeof n&&"false"===n))throw new Error(`Usage of ${e.getTagName(t)} is not valid. Top alignment is only possible when compact is true.`)})(this.host,this.align,this.compact)}render(){this.compact=e.parseJSON(this.compact),e.validateProps(this,u),e.attachComponentCss(this.host,h,this.aspectRatio,this.size,this.weight,this.align,this.compact,this.gradient);const i=e.getPrefixedTagNames(this.host),n="description",o={theme:"dark"},s=Object.assign({class:"anchor",href:this.href,target:this.target,download:this.download,"aria-describedby":n,rel:this.rel},t.parseAndGetAriaAttributes(this.aria)),r=e.h(i.pLink,Object.assign({},o,{key:"link",class:"link",variant:"tertiary"}),e.h("a",Object.assign({},s),this.label)),a=e.h(i.pLinkPure,Object.assign({},o,{key:"link-pure",class:"link-pure",hideLabel:!0,icon:"arrow-right"}),e.h("a",Object.assign({},s),this.label));return e.h("div",{class:"root"},e.h("div",{class:"image-container"},e.h("slot",null)),e.h("div",{class:"content"},e.h("p",{id:n},this.description),"boolean"==typeof this.compact?this.compact?a:r:[a,r]))}static get delegatesFocus(){return!0}get host(){return e.getElement(this)}},Ao}var Io,$o={};function _o(){if(Io)return $o;Io=1,Object.defineProperty($o,"__esModule",{value:!0});const e=hr(),t=Pe(),i=hn(),n=ko(),o=Zi(),s=Ki(),r=tn();Ae(),_e(),cn(),ai(),ti(),ri(),nt(),it();const a=(t,i,n,o)=>e.getCss(s.getLinkButtonStyles(t,i,!1,n,o)),l={variant:e.AllowedTypes.oneOf(o.LINK_BUTTON_VARIANTS),icon:e.AllowedTypes.string,iconSource:e.AllowedTypes.string,href:e.AllowedTypes.string,theme:e.AllowedTypes.oneOf(i.THEMES_EXTENDED_ELECTRIC),target:e.AllowedTypes.string,download:e.AllowedTypes.string,rel:e.AllowedTypes.string,hideLabel:e.AllowedTypes.breakpoint("boolean"),aria:e.AllowedTypes.aria(r.LINK_ARIA_ATTRIBUTES)};return $o.p_link=class{constructor(t){e.registerInstance(this,t),this.variant="secondary",this.icon="arrow-head-right",this.theme="light",this.target="_self",this.hideLabel=!1}componentWillLoad(){n.throwIfInvalidLinkUsage(this.host,this.href)}render(){e.validateProps(this,l),e.attachComponentCss(this.host,a,this.variant,this.hideLabel,!this.href,this.theme);const i=void 0===this.href?"span":"a",n=e.getPrefixedTagNames(this.host);return e.h(i,Object.assign({class:"root"},"a"===i&&Object.assign({href:this.href,target:this.target,download:this.download,rel:this.rel},t.parseAndGetAriaAttributes(this.aria))),e.h(n.pIcon,{class:"icon",size:"inherit",name:this.icon,source:this.iconSource,color:"inherit",theme:"tertiary"===this.variant?this.theme:"secondary"===this.variant&&"dark"===this.theme?"light":"dark","aria-hidden":"true"}),e.h("span",null,e.h("slot",null)))}static get delegatesFocus(){return!0}get host(){return e.getElement(this)}},$o}var Po,Lo={};function Mo(){if(Po)return Lo;Po=1,Object.defineProperty(Lo,"__esModule",{value:!0});const e=hr(),t=Pe();Ae(),_e();const i=("undefined"!=typeof window&&"cn"===window.PORSCHE_DESIGN_SYSTEM_CDN?"https://cdn.ui.porsche.cn":"https://cdn.ui.porsche.com")+"/porsche-design-system/marque",n={porscheMarqueTrademark:{medium:{"1x":{png:"porsche-marque-trademark.medium.min.da075315857e239ff46bf4c150648ff0@1x.png",webp:"porsche-marque-trademark.medium.min.5c6af9aa7946fea34f60c8f8c95d0188@1x.webp"},"2x":{png:"porsche-marque-trademark.medium.min.aa801f42028b1c385a5e26ae115da598@2x.png",webp:"porsche-marque-trademark.medium.min.fff6e9b91481cc5b1fc6c9b62987ccaf@2x.webp"},"3x":{png:"porsche-marque-trademark.medium.min.824818d15eaf445f50e0a2391613f214@3x.png",webp:"porsche-marque-trademark.medium.min.f67092ff6b5f4ecb4add73d6ae153db0@3x.webp"}},small:{"1x":{png:"porsche-marque-trademark.small.min.020244b41a29323e2a7932a264514cdf@1x.png",webp:"porsche-marque-trademark.small.min.783639706bead66b2d56e3b8b64bd61f@1x.webp"},"2x":{png:"porsche-marque-trademark.small.min.92184fae44511ceda8320443c17110b1@2x.png",webp:"porsche-marque-trademark.small.min.760a57efa93d4e7e16e26128ec7ead46@2x.webp"},"3x":{png:"porsche-marque-trademark.small.min.fd545cea4298f5d797246d5805711646@3x.png",webp:"porsche-marque-trademark.small.min.1726036a7829347e1e24d1eb54fc0d64@3x.webp"}}},porscheMarque:{medium:{"1x":{png:"porsche-marque.medium.min.a98627440b05154565f9f9dfc1ad6187@1x.png",webp:"porsche-marque.medium.min.fa908e4dfdc5536b0e933e1670d20e1f@1x.webp"},"2x":{png:"porsche-marque.medium.min.089d6dd560fff7a2bf613ae6d528990e@2x.png",webp:"porsche-marque.medium.min.7f0893dc57f2607a2cb0b817d96cb985@2x.webp"},"3x":{png:"porsche-marque.medium.min.2cb874345ef290831c929f6caabfeef8@3x.png",webp:"porsche-marque.medium.min.3534cf066b4e2e737dca62de495f9616@3x.webp"}},small:{"1x":{png:"porsche-marque.small.min.ac2042736af5512cf547c89fa7924c4f@1x.png",webp:"porsche-marque.small.min.005debed5bf72cf0a9a791b1521f5e1d@1x.webp"},"2x":{png:"porsche-marque.small.min.22f1e9dc90399d9a5287eda689b60dba@2x.png",webp:"porsche-marque.small.min.df4317325d04ffef28c7839aa6d499a0@2x.webp"},"3x":{png:"porsche-marque.small.min.49209245f04eadef8817b9bbae80d3e1@3x.png",webp:"porsche-marque.small.min.cfd6149aaa3bc5b3b522538e5f650890@3x.webp"}}}},o=i,s=(e,t,i)=>Object.entries(e[t]).map((([e,t])=>`${o}/${t[i]} ${e}`)).join(),r={small:{width:"100px",height:"60px"},medium:{width:"120px",height:"72px"}},a=t=>e.getCss({"@global":{":host":{position:"relative",display:"inline-flex",verticalAlign:"top",outline:e.addImportantToRule(0)},a:Object.assign({display:"block",textDecoration:"none"},e.getFocusJssStyle({color:e.getThemedColors("light").baseColor,offset:0,pseudo:"::before"})),picture:Object.assign({display:"block"},"responsive"===t?Object.assign(Object.assign({},r.small),{[e.mediaQueryMin("l")]:r.medium}):r[t]),img:{display:"block",width:"100%",height:"auto"}}}),l={trademark:e.AllowedTypes.boolean,size:e.AllowedTypes.oneOf(["responsive","small","medium"]),href:e.AllowedTypes.string,target:e.AllowedTypes.string,aria:e.AllowedTypes.aria(["aria-label"])};return Lo.p_marque=class{constructor(t){e.registerInstance(this,t),this.trademark=!0,this.size="responsive",this.target="_self"}render(){e.validateProps(this,l),e.attachComponentCss(this.host,a,this.size);const i=(r=this.trademark,n["porscheMarque"+(r?"Trademark":"")]);var r;const c=`(min-width: ${e.breakpoint.l})`,h=window.PDS_SKIP_FETCH?void 0:e.h("picture",null,"responsive"===this.size?[e.h("source",{key:"medium-webp",srcSet:s(i,"medium","webp"),media:c,type:"image/webp"}),e.h("source",{key:"medium-png",srcSet:s(i,"medium","png"),media:c,type:"image/png"}),e.h("source",{key:"small-webp",srcSet:s(i,"small","webp"),type:"image/webp"}),e.h("source",{key:"small-png",srcSet:s(i,"small","png"),type:"image/png"})]:[e.h("source",{key:"webp",srcSet:s(i,this.size,"webp"),type:"image/webp"}),e.h("source",{key:"png",srcSet:s(i,this.size,"png"),type:"image/png"})],e.h("img",{src:`${o}/${i.medium["2x"].png}`,alt:"Porsche"}));return e.h(e.Host,null,void 0===this.href?h:e.h("a",Object.assign({href:this.href,target:this.target},t.parseAndGetAriaAttributes(this.aria)),h))}static get delegatesFocus(){return!0}get host(){return e.getElement(this)}},Lo}var No,Do={};function Ho(){if(No)return Do;No=1,Object.defineProperty(Do,"__esModule",{value:!0});const e=hr(),t=Pe(),i=xt(),n=fn(),o=at(),s=pt(),r=ro(),a=pi();Ae(),_e(),ut(),it();const l=e=>Array.from(e.children).map((e=>e.children?[e].concat(l(e)):e)).flat().map((e=>e.shadowRoot?[e].concat(l(e.shadowRoot)):e)).flat(),c=e=>{const{nodeName:t}=e;return("INPUT"===t&&"hidden"!==e.type||"TEXTAREA"===t||"SELECT"===t||"BUTTON"===t||"A"===t&&!!e.href)&&e.tabIndex>=0&&!e.disabled};let h;const d=(e,t,i,n)=>{let o=[];document.body.style.overflow=t?"hidden":"",document.removeEventListener("keydown",h),t&&(o=((e,t)=>{const i=(t?[t]:[]).concat(l(e).filter(c));return[i[0],i[i.length-1]]})(e,i),h=e=>{const{key:t}=e;"Escape"===t?n():(null==o?void 0:o.filter((e=>e)).length)||"Tab"!==t||e.preventDefault()},document.addEventListener("keydown",h)),g(o)};let u=[],p=[];const g=e=>{u.length&&u.forEach(((e,t)=>e.removeEventListener("keydown",p[t]))),(null==e?void 0:e.filter((e=>e)).length)&&(u=[...e],p=e.map(((t,i)=>{const n=t=>{"Tab"===t.key&&(0===i&&t.shiftKey||1===i&&!t.shiftKey)&&(t.preventDefault(),e[0===i?1:0].focus())};return t.addEventListener("keydown",n),n})))},b=e.mediaQueryMin("m"),f=e.mediaQueryMin("xl"),m=e.mediaQueryMin("xxl"),{backgroundColor:v}=e.getThemedColors("light"),{backgroundColor:y}=e.getThemedColors("dark"),w=t=>t?{minWidth:"100%",maxWidth:"none",minHeight:"100%",margin:0}:{minWidth:e.pxToRemWithUnit(275.2),maxWidth:e.pxToRemWithUnit(1536),minHeight:"auto",margin:`max(1rem, 7vh) ${a.gridSafeZone.base}`},T=(t,i)=>{const n=e.pxToRemWithUnit(-t);return Object.assign(Object.assign({"&(.stretch-to-full-modal-width)":{width:`calc(100% + ${e.pxToRemWithUnit(2*t)})`,margin:`0 ${n}`}},!i&&{"&(.stretch-to-full-modal-width:first-child)":{marginTop:n}}),{"&(.stretch-to-full-modal-width:last-child)":{marginBottom:n}})},C=(t,i,n,l)=>{const c=(t=>{const i=e.parseJSON(t);if("boolean"==typeof i)return i;{const t=Object.entries(i),[n]=t.filter((([,e])=>e)).pop()||[],[o]=t.filter((([,e])=>!e)).pop()||[];return e.BREAKPOINTS.indexOf(n)>e.BREAKPOINTS.indexOf(o)}})(i),{baseColor:h}=e.getThemedColors("light");return e.getCss(Object.assign(Object.assign({"@global":{":host":Object.assign(Object.assign({},e.addImportantToEachRule(Object.assign(Object.assign(Object.assign(Object.assign({position:"fixed"},e.getInsetJssStyle()),{zIndex:o.MODAL_Z_INDEX,display:"flex",alignItems:"center",justifyContent:"center",flexWrap:"wrap"}),t?{transition:"opacity .6s cubic-bezier(.16,1,.3,1)",opacity:1,visibility:"inherit"}:{transition:"opacity .2s cubic-bezier(.16,1,.3,1),visibility 0s linear .2s",opacity:0,visibility:"hidden"}),{"&::before":Object.assign(Object.assign({content:'""',position:"fixed"},e.getInsetJssStyle()),{background:`${y}e6`})}))),{overflowY:"auto"}),"::slotted":e.addImportantToEachRule(Object.assign(Object.assign({},T(32,l)),{[b]:T(40,l),[m]:T(64,l)})),h1:Object.assign(Object.assign({},r.textMedium),{fontWeight:e.fontWeight.semiBold,margin:0,color:h,[e.mediaQueryMin("m")]:Object.assign(Object.assign({},r.textLarge),{fontWeight:e.fontWeight.semiBold})})},root:e.mergeDeep(Object.assign(Object.assign({position:"relative",boxSizing:"border-box",transition:"transform .6s cubic-bezier(.16,1,.3,1)",transform:t?"scale3d(1,1,1)":"scale3d(.9,.9,1)",padding:e.pxToRemWithUnit(32),backgroundColor:v},s.getFocusVisibleFallback(e.getFocusJssStyle({color:v}))),{[b]:{padding:e.pxToRemWithUnit(40)},[f]:{margin:c?0:`min(12rem, 10vh) ${a.gridSafeZone.xl}`},[m]:{padding:e.pxToRemWithUnit(64),margin:c?0:`min(12rem, 10vh) ${a.gridSafeZone.xl}`}}),e.buildResponsiveStyles(i,w))},l&&{header:Object.assign(Object.assign({padding:`0 0 ${e.pxToRemWithUnit(16)}`},!n&&{margin:`0 ${e.pxToRemWithUnit(32)} 0 0`}),{[b]:{padding:`0 0 ${e.pxToRemWithUnit(24)}`},[m]:Object.assign({padding:`0 0 ${e.pxToRemWithUnit(32)}`},!n&&{margin:0})})}),{close:{position:"absolute",top:0,right:0,padding:e.pxToRemWithUnit(8),border:`${e.pxToRemWithUnit(6)} solid ${v}`,background:v}}))},x=t=>e.getCss(e.buildSlottedStyles(t,e.getBaseSlottedStyles())),S={open:e.AllowedTypes.boolean,disableCloseButton:e.AllowedTypes.boolean,disableBackdropClick:e.AllowedTypes.boolean,heading:e.AllowedTypes.string,fullscreen:e.AllowedTypes.breakpoint("boolean"),aria:e.AllowedTypes.aria(["aria-label"])};return Do.p_modal=class{constructor(t){e.registerInstance(this,t),this.close=e.createEvent(this,"close",3),this.open=!1,this.disableCloseButton=!1,this.disableBackdropClick=!1,this.fullscreen=!1,this.onMouseDown=e=>{e.composedPath()[0]===this.host&&this.closeModal()},this.closeModal=()=>{this.disableCloseButton||this.close.emit()}}openChangeHandler(e){var t;this.updateScrollLock(e),e?this.focusedElBeforeOpen=document.activeElement:null===(t=this.focusedElBeforeOpen)||void 0===t||t.focus()}connectedCallback(){n.attachSlottedCss(this.host,x)}componentDidLoad(){this.open&&this.updateScrollLock(!0),e.getShadowRootHTMLElement(this.host,"slot").addEventListener("slotchange",(()=>{this.open&&setTimeout((()=>{this.updateScrollLock(!0),this.dialog.focus()}))}))}componentDidRender(){if(this.open){for(let e=0;e<4;e++)setTimeout((()=>this.host.scrollTop=0),5*e);this.dialog.focus()}}disconnectedCallback(){d(this.host,!1)}render(){var n,o,s;e.validateProps(this,S),this.open&&(n=this.host,o=this.heading,s=this.aria,o||s||console.warn(`Either heading or aria attributes on ${e.getTagName(n)} have to be set in order to ensure accessibility.`)),this.hasHeader=!!this.heading||i.hasNamedSlot(this.host,"heading"),e.attachComponentCss(this.host,C,this.open,this.fullscreen,this.disableCloseButton,this.hasHeader);const r=e.getPrefixedTagNames(this.host);return e.h(e.Host,{onMouseDown:!this.disableBackdropClick&&this.onMouseDown},e.h("div",Object.assign({class:"root",role:"dialog","aria-modal":"true"},Object.assign({"aria-label":this.heading},t.parseAndGetAriaAttributes(this.aria)),{"aria-hidden":this.open?"false":"true",tabIndex:-1,ref:e=>this.dialog=e}),!this.disableCloseButton&&e.h(r.pButtonPure,{class:"close",type:"button",ref:e=>this.closeBtn=e,hideLabel:!0,icon:"close",onClick:this.closeModal},"Close modal"),this.hasHeader&&e.h("div",{class:"header"},this.heading?e.h("h1",null,this.heading):e.h("slot",{name:"heading"})),e.h("slot",null)))}updateScrollLock(e){d(this.host,e,!this.disableCloseButton&&this.closeBtn,this.closeModal)}get host(){return e.getElement(this)}static get watchers(){return{open:["openChangeHandler"]}}},Do}var zo,Wo={};function Bo(){if(zo)return Wo;zo=1,Object.defineProperty(Wo,"__esModule",{value:!0});const e=hr(),t=cn(),i=Pi(),n=nt();it();const o="PAGE",s="ELLIPSIS",r="PREVIOUS_PAGE_LINK",a="NEXT_PAGE_LINK",l=-1,c=-2,h=-4,d=-5,u=e=>({type:s,key:l,value:e,isActive:!1}),p=e=>({type:s,key:c,value:e,isActive:!1}),g=(e,t)=>Array.from(Array(t-e+1)).map(((t,i)=>i+e)),b=e=>{if(null==e)throw new Error("createPaginationModel(): options object should be a passed");const{pageTotal:t,activePage:i,pageRange:n}=e,s=[],l=(e=>{const{activePage:t}=e;return e=>({type:o,key:e,value:e,isActive:e===t})})(e);if(s.push((e=>{const{activePage:t}=e;return{type:r,key:h,value:Math.max(1,t-1),isActive:t>1}})(e)),3+2*n+2>=t){const e=g(1,t).map(l);s.push(...e)}else{const e=1,o=g(1,e).map(l),r=t+1-1,a=g(r,t).map(l),c=Math.min(Math.max(i-n,e+1+1),r-1-2*n-1),h=c+2*n,d=g(c,h).map(l);s.push(...o);const b=c-1,f=(b===e+1?l:u)(b);s.push(f),s.push(...d);const m=h+1,v=(m===r-1?l:p)(m);s.push(v),s.push(...a)}return s.push((e=>{const{activePage:t,pageTotal:i}=e;return{type:a,key:d,value:Math.min(i,t+1),isActive:t<i}})(e)),s},f=(e,t)=>{if(void 0===e||void 0===t)throw new Error("getCurrentActivePage(): activePage and totalPages props must be provided");return e<1&&(e=1),e>t&&(e=t),e},m=new Map,v=i.throttle(500,(()=>{m.forEach((e=>{e()}))})),y=e=>{const t={};return m.set(t,e),1===m.size&&window.addEventListener("resize",v),()=>{m.delete(t),m.size<1&&window.removeEventListener("resize",v)}},w=(t,i)=>{const{baseColor:o,brandColor:s,disabledColor:r,hoverColor:a,activeColor:l,focusColor:c}=e.getThemedColors(i);return e.getCss({"@global":{":host":{display:"block",outline:e.addImportantToRule(0)},nav:Object.assign({display:"flex",justifyContent:"center",margin:0,padding:0},e.buildResponsiveStyles(t,(e=>({counterReset:`size ${e}`})))),ul:{display:"flex",margin:0,padding:0},li:{listStyleType:"none",margin:0,padding:0},span:Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({display:"flex",justifyContent:"center",alignItems:"center",transition:e.getTransition("color"),position:"relative",width:e.pxToRemWithUnit(40),height:e.pxToRemWithUnit(40),boxSizing:"border-box",textDecoration:"none"},n.textSmall),{whiteSpace:"nowrap",cursor:"pointer",color:o}),e.getFocusJssStyle({color:c,offset:1})),e.hoverMediaQuery({"&:hover":{color:a}})),{"&:active":{outline:"none",color:l},"&[aria-disabled]":{cursor:"default",pointerEvents:"none",color:r},"&[aria-current]":Object.assign(Object.assign({cursor:"default"},e.hoverMediaQuery({"&:hover":{color:o}})),{"&::after":{content:'""',display:"block",position:"absolute",bottom:0,left:e.pxToRemWithUnit(6),right:e.pxToRemWithUnit(6),height:e.pxToRemWithUnit(4),background:s}})})},ellipsis:{cursor:"default",pointerEvents:"none","&::after":{content:'"…"'}}})},T={totalItemsCount:e.AllowedTypes.number,itemsPerPage:e.AllowedTypes.number,activePage:e.AllowedTypes.number,maxNumberOfPageLinks:e.AllowedTypes.breakpoint([5,7]),allyLabel:e.AllowedTypes.string,allyLabelPrev:e.AllowedTypes.string,allyLabelPage:e.AllowedTypes.string,allyLabelNext:e.AllowedTypes.string,theme:e.AllowedTypes.oneOf(t.THEMES)};return Wo.p_pagination=class{constructor(t){e.registerInstance(this,t),this.pageChange=e.createEvent(this,"pageChange",3),this.totalItemsCount=1,this.itemsPerPage=1,this.activePage=1,this.maxNumberOfPageLinks={base:5,xs:7},this.allyLabel="Pagination",this.allyLabelPrev="Previous page",this.allyLabelPage="Page",this.allyLabelNext="Next page",this.theme="light",this.updateMaxNumberOfPageLinks=()=>{this.breakpointMaxNumberOfPageLinks=(e=>{const t=getComputedStyle(e),[,i]=t.getPropertyValue("counter-reset").split(" ");return parseInt(i,10)})(this.navigationElement)}}componentDidLoad(){this.unlistenResize=y(this.updateMaxNumberOfPageLinks),this.updateMaxNumberOfPageLinks()}disconnectedCallback(){this.unlistenResize&&this.unlistenResize()}render(){e.validateProps(this,T),e.attachComponentCss(this.host,w,this.maxNumberOfPageLinks,this.theme);const t=((e,t)=>{if(void 0===e||void 0===t)throw new Error("getTotalPages(): totalItemsCount and itemsPerPage props must be provided");return e<1&&(e=1),t<1&&(t=1),Math.ceil(e/t)})(this.totalItemsCount,this.itemsPerPage),i=b({activePage:f(this.activePage,t),pageTotal:t,pageRange:7===this.breakpointMaxNumberOfPageLinks?1:0}),n=e.getPrefixedTagNames(this.host);return e.h("nav",{role:"navigation","aria-label":this.allyLabel,ref:e=>this.navigationElement=e},e.h("ul",null,i.map((t=>{const{type:i,isActive:l,value:c}=t,h={role:"button",onClick:()=>this.onClick(c),onKeyDown:e=>this.onKeyDown(e,c)};switch(i){case r:return e.h("li",{key:"prev"},e.h("span",Object.assign({},h,{tabIndex:l?0:null,"aria-disabled":l?null:"true","aria-label":this.allyLabelPrev}),e.h(n.pIcon,{name:"arrow-head-left",color:"inherit","aria-hidden":"true"})));case s:return e.h("li",{key:"ellipsis"},e.h("span",{class:"ellipsis"}));case o:return e.h("li",{key:c},e.h("span",Object.assign({},h,{tabIndex:0,"aria-label":`${this.allyLabelPage} ${c}`,"aria-current":l?"page":null}),c));case a:return e.h("li",{key:"next"},e.h("span",Object.assign({},h,{tabIndex:l?0:null,"aria-disabled":l?null:"true","aria-label":this.allyLabelNext}),e.h(n.pIcon,{name:"arrow-head-right",color:"inherit","aria-hidden":"true"})))}}))))}onKeyDown(e,t){const{key:i}=e;" "!==i&&"Enter"!==i&&"Spacebar"!==i||(e.preventDefault(),this.onClick(t))}onClick(e){e!==this.activePage&&(this.pageChange.emit({page:e,previousPage:this.activePage}),this.activePage=e)}static get delegatesFocus(){return!0}get host(){return e.getElement(this)}},Wo}var Uo,Fo={};function qo(){if(Uo)return Fo;Uo=1,Object.defineProperty(Fo,"__esModule",{value:!0});const e=hr(),t=at(),i=nt(),n=Pe(),o=fn();it(),Ae(),_e();const{backgroundColor:s,baseColor:r}=e.getThemedColors("light"),a=e.mediaQueryMin("xs"),l="@media (forced-colors: active)",c={top:{bottom:"100%",left:"50%",transform:"translate3d(-50%, 0, 0)"},right:{top:"50%",left:"100%",transform:"translate3d(0, -50%, 0)"},bottom:{top:"100%",left:"50%",transform:"translate3d(-50%, 0, 0)"},left:{top:"50%",right:"100%",transform:"translate3d(0, -50%, 0)"}},h=".75rem",d="transparent",u="canvas",p="canvastext",g=(...e)=>e.join(" "),b={top:{top:0,left:"50%",transform:"translateX(-50%)",borderWidth:g(h,h,0),borderColor:g(s,d,d),[l]:{borderColor:g(p,u,u)}},right:{top:"50%",right:0,transform:"translateY(-50%)",borderWidth:g(h,h,h,0),borderColor:g(d,s,d,d),[l]:{borderColor:g(u,p,u,u)}},bottom:{bottom:0,left:"50%",transform:"translateX(-50%)",borderWidth:g(0,h,h),borderColor:g(d,d,s),[l]:{borderColor:g(u,u,p)}},left:{top:"50%",left:0,transform:"translateY(-50%)",borderWidth:g(h,0,h,h),borderColor:g(d,d,d,s),[l]:{borderColor:g(u,u,u,p)}}},f=n=>{const o="-1rem";return e.getCss({"@global":{":host":Object.assign(Object.assign({},e.addImportantToEachRule({position:"relative",display:"inline-block",width:"1.5rem",height:"1.5rem"})),{verticalAlign:"top"}),p:Object.assign(Object.assign({},i.textSmall),{margin:0})},spacer:{position:"absolute",zIndex:t.POPOVER_Z_INDEX,top:o,left:o,right:o,bottom:o,filter:"drop-shadow(0 0 1rem rgba(0,0,0,.3))",backdropFilter:"drop-shadow(0px 0px 0px transparent)",pointerEvents:"none",animation:"240ms $fadeIn ease forwards","&::before":Object.assign({content:'""',position:"absolute",borderStyle:"solid"},b[n])},popover:Object.assign(Object.assign(Object.assign({position:"absolute",maxWidth:"90vw",width:"max-content",boxSizing:"border-box",background:s,padding:".5rem 1rem",pointerEvents:"auto"},c[n]),i.textSmall),{listStyleType:"none",color:r,whiteSpace:"inherit",[a]:{maxWidth:e.pxToRemWithUnit(432)},[l]:{outline:"1px solid canvastext"}}),"@keyframes fadeIn":{from:{opacity:0},to:{opacity:1}}})},m=t=>e.getCss(e.buildSlottedStyles(t,e.getBaseSlottedStyles())),v=16,y=()=>{const{clientWidth:e,clientHeight:t}=document.documentElement;return{clientWidth:e-v,clientHeight:t-v}},w=(e,t,i)=>{const{clientWidth:n,clientHeight:o}=y(),s=e.getBoundingClientRect(),r=t.getBoundingClientRect(),a=s.left>=v&&s.right<=n,l=s.top>=v&&s.bottom<=o;switch(i){case"top":return a&&r.top>=v;case"right":return l&&r.right<=n;case"bottom":return a&&r.bottom<=o;case"left":return l&&r.left>=v}},T=(e,t)=>{const i=((e,t)=>{const{clientWidth:i,clientHeight:n}=document.documentElement,o=e.getBoundingClientRect(),s=t.getBoundingClientRect();return{top:o.top-s.height,right:i-(o.right+s.width),bottom:n-(o.bottom+s.height),left:o.left-s.width}})(e,t);return Object.keys(i).reduce(((e,t)=>i[e]>=i[t]?e:t),"bottom")},C=(e,t,i)=>{const{clientWidth:n,clientHeight:o}=y(),s=e.getBoundingClientRect(),r=t.getBoundingClientRect();if(["top","bottom"].includes(i)&&r.width>s.width){if(r.left<v)return`0 0 0 ${Math.min(v-r.left,s.left-r.left)}px`;if(r.right>n)return`0 0 0 ${Math.max(n-r.right,s.right-r.right)}px`}else{if(!(["left","right"].includes(i)&&r.height>s.height))return"0";if(r.top<v)return`${Math.min(v-r.top,s.top-r.top)}px 0 0 0`;if(r.bottom>o)return`${Math.max(o-r.bottom,s.bottom-r.bottom)}px 0 0 0`}},x=[],S=e=>{const t=x.find((t=>t.open&&!e.composedPath().includes(t.host)));t&&(t.open=!1)},O=e=>{const{key:t}=e,i="Escape"===t;if(i||["SpaceBar","Enter"," "].includes(t)){const t=x.find((t=>t.open&&(i||!e.composedPath().includes(t.host))));t&&(t.open=!1)}},k={direction:e.AllowedTypes.oneOf(["top","right","bottom","left"]),description:e.AllowedTypes.string,aria:e.AllowedTypes.aria(["aria-label"])};return Fo.p_popover=class{constructor(t){e.registerInstance(this,t),this.direction="bottom",this.open=!1,this.onKeydown=e=>{"Escape"===e.key&&this.button.focus()}}connectedCallback(){var e;o.attachSlottedCss(this.host,m),e=this,x.includes(e)||(x.push(e),document.addEventListener("mousedown",S),document.addEventListener("keydown",O))}componentDidRender(){var t,i,n,o;this.open&&(t=this.host,i=this.spacer,n=this.popover,o=this.direction,n.style.margin="0",w(i,n,o)||(o=T(i,n),e.attachComponentCss(t,f,o)),n.style.margin=C(i,n,o))}disconnectedCallback(){(e=>{const t=x.indexOf(e);t>-1&&x.splice(t,1),0===x.length&&(document.removeEventListener("mousedown",S),document.removeEventListener("keydown",O))})(this)}render(){e.validateProps(this,k),e.attachComponentCss(this.host,f,this.direction);const t=e.getPrefixedTagNames(this.host);return e.h(e.Host,{onKeydown:this.onKeydown},e.h(t.pButtonPure,{type:"button",icon:"information",hideLabel:!0,onClick:()=>this.open=!this.open,aria:JSON.stringify(Object.assign({"aria-expanded":this.open},n.parseAndGetAriaAttributes(this.aria))),ref:e=>this.button=e},"More information"),this.open&&e.h("div",{class:"spacer",ref:e=>this.spacer=e},e.h("div",{class:"popover",ref:e=>this.popover=e},this.description?e.h("p",null,this.description):e.h("slot",null))))}get host(){return e.getElement(this)}},Fo}var Vo,Jo={};function Xo(){if(Vo)return Jo;Vo=1,Object.defineProperty(Jo,"__esModule",{value:!0});const e=hr(),t=Pe(),i=Xe(),n=Lt(),o=At(),s=fn(),r=ai(),a=ot();Ae(),_e(),xt(),nt(),it(),Pt(),jt(),ti(),ri();const l="light",c=(t,i,n)=>{const o=e.getThemedColors(l).backgroundColor.replace(/#/g,"%23");return{backgroundImage:`url(${t?`'data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28"><g fill="${o}" fill-rule="nonzero"><path d="M14 26c6.627 0 12-5.373 12-12S20.627 2 14 2 2 7.373 2 14s5.373 12 12 12zm0 2C6.268 28 0 21.732 0 14S6.268 0 14 0s14 6.268 14 14-6.268 14-14 14z"/><path d="M14 21.273a7.273 7.273 0 1 0 0-14.546 7.273 7.273 0 0 0 0 14.546zM14 24C8.477 24 4 19.523 4 14S8.477 4 14 4s10 4.477 10 10-4.477 10-10 10z"/></g></svg>'`:`'data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28"><g fill="${o}" fill-rule="nonzero"><path d="M14 26c6.627 0 12-5.373 12-12S20.627 2 14 2 2 7.373 2 14s5.373 12 12 12zm0 2C6.268 28 0 21.732 0 14S6.268 0 14 0s14 6.268 14 14-6.268 14-14 14z"/><path d="M14 22a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm0 3C7.925 25 3 20.075 3 14S7.925 3 14 3s11 4.925 11 11-4.925 11-11 11z"/></g></svg>'`}), radial-gradient(circle, ${i} ${e.pxToRemWithUnit(9)}, ${n} ${e.pxToRemWithUnit(9)})`}},h=(t,i,s)=>{const r=e.pxToRemWithUnit(28),h=o.isVisibleFormState(i),{baseColor:d,backgroundColor:u,contrastMediumColor:p,contrastHighColor:g,disabledColor:b}=e.getThemedColors(l),{formStateColor:f,formStateHoverColor:m}=n.getThemedFormStateColors(l,i);return e.getCss(Object.assign(Object.assign({"@global":{":host":{display:"block"},"::slotted":e.addImportantToEachRule(Object.assign(Object.assign({"&(input)":Object.assign({position:"static",width:r,height:r,flexShrink:0,display:"block",margin:e.pxToRemWithUnit(-2),padding:0,WebkitAppearance:"none",appearance:"none",boxSizing:"border-box",backgroundSize:r,backgroundPosition:"center",backgroundColor:"transparent",transition:e.getTransition("background-image"),opacity:1,border:`2px solid ${u}`,borderRadius:"50%",outline:"none",cursor:"pointer"},c(h,u,f||p)),"&(input:checked)":c(h,f||g,f||g)},e.hoverMediaQuery({"&(input:not(:disabled):not(:checked):hover), .label:hover ~ &(input:not(:disabled):not(:checked))":c(h,u,m||d),"&(input:not(:disabled):checked:hover), .label:hover ~ &(input:not(:disabled):checked)":c(h,f||g,m||d)})),{"&(input:disabled)":Object.assign({cursor:"not-allowed"},c(h,u,b)),"&(input:checked:disabled)":c(h,b,b),"&(input:focus)":{boxShadow:`0 0 0 1px ${f||p}`},"&(input:focus:not(:focus-visible))":{boxShadow:"none"}})),label:{position:"relative",display:"flex"}},label:a.getCheckboxRadioLabelJssStyle(s,t,l)},n.getFunctionalComponentRequiredStyles(l)),n.getFunctionalComponentStateMessageStyles(l,i)))},d=t=>e.getCss(e.buildSlottedStyles(t,e.getBaseSlottedStyles())),u=({target:e})=>document.querySelectorAll(`input[type=radio][name=${e.name}]`).forEach((e=>{e.setAttribute("hidden",""),e.removeAttribute("hidden")})),p={label:e.AllowedTypes.string,state:e.AllowedTypes.oneOf(n.FORM_STATES),message:e.AllowedTypes.string,hideLabel:e.AllowedTypes.breakpoint("boolean")};return Jo.p_radio_button_wrapper=class{constructor(t){e.registerInstance(this,t),this.label="",this.state="none",this.message="",this.hideLabel=!1,this.onLabelClick=e=>{null===i.getClosestHTMLElement(e.target,"a")&&this.input.click()},this.observeAttributes=()=>{e.observeAttributes(this.input,["disabled","required"],(()=>e.forceUpdate(this.host)))}}connectedCallback(){s.attachSlottedCss(this.host,d),this.observeAttributes()}componentWillLoad(){this.input=r.getOnlyChildOfKindHTMLElementOrThrow(this.host,"input[type=radio]"),this.input.addEventListener("change",u),this.observeAttributes()}componentDidRender(){t.setAriaAttributes(this.input,{label:this.label,message:this.message,state:this.state})}disconnectedCallback(){e.unobserveAttributes(this.input)}render(){return e.validateProps(this,p),e.attachComponentCss(this.host,h,this.hideLabel,this.state,this.input.disabled),e.h(e.Host,null,e.h("label",null,n.hasLabel(this.host,this.label)&&e.h("span",{class:"label",onClick:this.onLabelClick},this.label||e.h("slot",{name:"label"}),o.isRequiredAndParentNotRequired(this.host,this.input)&&e.h(n.Required,null)),e.h("slot",null)),n.hasMessage(this.host,this.message,this.state)&&e.h(n.StateMessage,{state:this.state,message:this.message,host:this.host}))}get host(){return e.getElement(this)}},Jo}var Ko,Go,Qo={},Zo={};function Yo(){if(Ko)return Zo;Ko=1;const e=ti();hr();const t=ut();let i=t.hasDocument&&"scrollBehavior"in document.documentElement.style;let n;const o=(e,t,i,o)=>{let s=0;clearInterval(n),n=setInterval((()=>{e.scrollLeft=Math.round(i+s*t),++s>=20&&(e.scrollLeft=o,clearInterval(n))}),10)},s=e=>Math.round(.2*e.offsetWidth);return Zo.GRADIENT_COLOR_THEMES=["default","surface"],Zo.SCROLL_INDICATOR_POSITIONS=["top","center"],Zo.getScrollActivePosition=(t,i,n,o)=>{const{offsetLeft:s,offsetWidth:r}=t[n]||{},[a,l]=(t=>e.getHTMLElements(t.shadowRoot,".scroll-area,.action-prev"))(o);let c;return c="next"===i?n===t.length-1?s-4:s-l.offsetWidth+8:0===n?0:s+r+l.offsetWidth-a.offsetWidth,c},Zo.getScrollByX=s,Zo.getScrollPositionAfterPrevNextClick=(e,t)=>{const{scrollLeft:i}=e,n=s(e);return"next"===t?i+n:i-n},Zo.isScrollable=(e,t)=>!(e&&t),Zo.scrollElementBy=(e,t)=>{if(i)e.scrollBy({left:t,top:0,behavior:"smooth"});else{const i=e.scrollLeft;o(e,t/20,i,i+t)}},Zo.scrollElementTo=(e,t)=>{if(i)e.scrollTo({left:t,behavior:"smooth"});else{const i=e.scrollLeft;o(e,(t-i)/20,i,t)}},Zo}function es(){if(Go)return Qo;Go=1,Object.defineProperty(Qo,"__esModule",{value:!0});const e=hr(),t=ti(),i=Yo(),n=hn();ut(),cn();const o=(t,i,n,o,s)=>{const{backgroundColor:r,backgroundSurfaceColor:a,baseColor:l}=e.getThemedColors(s),c="surface"===t?a:r,h=c+(4===c.length?"0":"00"),d={position:"relative",padding:`${e.pxToRemWithUnit(4)} 0`,pointerEvents:"none",display:"flex",alignItems:"center"===o?"center":"flex-start"};return e.getCss({"@global":{":host":{display:"block",height:e.addImportantToRule("inherit")}},root:{display:"grid",gridTemplateColumns:"2em minmax(0, 1fr) 2em",margin:`0 ${e.pxToRemWithUnit(-4)}`,height:"inherit"},"scroll-area":{minHeight:e.pxToRemWithUnit(24),gridArea:"1 / 1 / 1 / -1",padding:e.pxToRemWithUnit(4),overflow:"scroll hidden",msOverflowStyle:"none",scrollbarWidth:"none","&::-webkit-scrollbar":{display:"none"}},"scroll-wrapper":Object.assign(Object.assign({},(u={color:l},{outline:"transparent solid 1px",outlineOffset:u?.offset||"2px","&::-moz-focus-inner":{border:"0"},"&:focus":{outlineColor:u?.color||"currentColor","&:not(:focus-visible)":{outlineColor:"transparent"}}})),{position:"relative",display:"inline-flex",minWidth:"100%",verticalAlign:"top"}),trigger:{position:"absolute",top:0,bottom:0,width:"1px",visibility:"hidden","&:first-of-type":{left:0},"&:last-of-type":{right:0}},"action-prev":Object.assign(Object.assign({},d),{marginLeft:"-1px",gridArea:"1 / 1 / 1 / 1",justifyContent:"flex-start",background:`linear-gradient(90deg, ${c} 50%, ${h} 100%)`,visibility:n?"hidden":"visible","& .button::before":{left:0}}),"action-next":Object.assign(Object.assign({},d),{marginRight:"-1px",gridArea:"1 / 3 / 1 / 3",justifyContent:"flex-end",background:`linear-gradient(90deg, ${h} 0%, ${c} 50%)`,visibility:i?"hidden":"visible","& .button::before":{right:0}}),button:{pointerEvents:"auto",position:"static","&::before":{content:'""',position:"absolute",top:0,bottom:0,width:"max(2rem, 80%)"}}});var u},s={theme:e.AllowedTypes.oneOf(n.THEMES_EXTENDED_ELECTRIC),gradientColorScheme:e.AllowedTypes.oneOf(i.GRADIENT_COLOR_THEMES),scrollToPosition:e.AllowedTypes.shape({scrollPosition:e.AllowedTypes.number,isSmooth:e.AllowedTypes.boolean}),scrollIndicatorPosition:e.AllowedTypes.oneOf(i.SCROLL_INDICATOR_POSITIONS)};return Qo.p_scroller=class{constructor(n){e.registerInstance(this,n),this.theme="light",this.gradientColorScheme="default",this.scrollIndicatorPosition="center",this.isPrevHidden=!0,this.isNextHidden=!0,this.initIntersectionObserver=()=>{const[e,i]=t.getHTMLElements(this.host.shadowRoot,".trigger");this.intersectionObserver=new IntersectionObserver((t=>{for(const{target:n,isIntersecting:o}of t)n===e?this.isPrevHidden=o:n===i&&(this.isNextHidden=o)}),{root:this.scrollAreaElement,threshold:.1}),this.intersectionObserver.observe(e),this.intersectionObserver.observe(i)},this.scrollOnPrevNextClick=e=>{const t=i.getScrollPositionAfterPrevNextClick(this.scrollAreaElement,e);i.scrollElementTo(this.scrollAreaElement,t)}}scrollToPositionHandler(){if(this.scrollToPosition=e.parseJSONAttribute(this.scrollToPosition),this.scrollAreaElement){const{scrollPosition:e,isSmooth:t}=this.scrollToPosition;t?i.scrollElementTo(this.scrollAreaElement,e):this.scrollAreaElement.scrollLeft=e}}connectedCallback(){this.scrollAreaElement&&(this.scrollToPosition=e.parseJSONAttribute(this.scrollToPosition))}componentDidLoad(){this.initIntersectionObserver(),this.scrollToPosition&&this.scrollToPositionHandler()}componentShouldUpdate(e,t,n){return!("scrollToPosition"===n&&!i.isScrollable(this.isNextHidden,this.isPrevHidden))}render(){e.validateProps(this,s),e.attachComponentCss(this.host,o,this.gradientColorScheme,this.isNextHidden,this.isPrevHidden,this.scrollIndicatorPosition,this.theme);return e.h("div",{class:"root"},e.h("div",{class:"scroll-area",ref:e=>this.scrollAreaElement=e},e.h("div",{class:"scroll-wrapper",tabIndex:i.isScrollable(this.isPrevHidden,this.isNextHidden)?0:null},e.h("slot",null),e.h("div",{class:"trigger"}),e.h("div",{class:"trigger"}))),["prev","next"].map((t=>{const i=e.getPrefixedTagNames(this.host);return e.h("div",{key:t,class:"next"===t?"action-next":"action-prev"},e.h(i.pButtonPure,{class:"button",type:"button",tabIndex:-1,hideLabel:!0,size:"inherit",icon:"next"===t?"arrow-head-right":"arrow-head-left",onClick:()=>this.scrollOnPrevNextClick(t),theme:this.theme,"aria-hidden":"true"},t))})))}get host(){return e.getElement(this)}static get watchers(){return{scrollToPosition:["scrollToPositionHandler"]}}},Qo}var ts,is={};function ns(){if(ts)return is;ts=1,Object.defineProperty(is,"__esModule",{value:!0});const e=hr(),t=cn(),i=Kt(),n=nt(),o=Ht(),s=ut(),r=it(),a=Kn(),l=Pe(),c=Vt();jt(),Ae(),_e();const h=t=>(t=(t>220?220:t<46&&46)||t,e.getCss({"@global":{":host":e.addImportantToEachRule({display:"grid",gridAutoRows:"1fr",gridTemplateColumns:`repeat(auto-fit, ${t}px)`,gridGap:"4px"})}})),d=e.pxToRemWithUnit(16),{font:u}=n.textSmall,{font:p}=o.textXSmall,g=e.pxToRemWithUnit(24),b=e.pxToRemWithUnit(4),f=(t,i,s,r)=>{const{baseColor:a,contrastLowColor:l}=e.getThemedColors(r),{backgroundColor:c,buttonColor:h,labelColor:u}=((t,i,n,o)=>{const s=e.getThemedColors(o),{baseColor:r,contrastMediumColor:a}=i?e.getInvertedThemedColors(o):s,l=s[i?"contrastHighColor":"background-surface"===n?"backgroundColor":"backgroundSurfaceColor"];return t?{backgroundColor:l,buttonColor:s.disabledColor,labelColor:s.disabledColor}:{backgroundColor:l,buttonColor:r,labelColor:a}})(t,i,s,r);return e.getCss({"@global":{":host":e.addImportantToEachRule({display:"block",outline:0}),button:Object.assign(Object.assign(Object.assign({display:"block",height:"100%",width:"100%",padding:`${e.pxToRemWithUnit(12)} ${d}`,margin:0,border:0,background:c,color:h},n.textSmall),e.getFocusJssStyle({color:a})),t?{cursor:"not-allowed"}:Object.assign({cursor:"pointer"},!i&&e.hoverMediaQuery({transition:e.getTransition("background-color"),"&:hover":{background:l}}))),span:Object.assign(Object.assign({display:"block"},o.textXSmall),{color:u})},icon:{height:g,width:g,marginRight:b}})},m="sans-serif",v=s.hasDocument?document.createElement("div"):void 0;v&&(v.style.position="absolute",v.style.visibility="hidden",v.style.padding=`0 ${d}`,v.style.boxSizing="border-box",v.style.font=u.replace(r.fontFamily,m));const y=s.hasDocument?document.createElement("div"):void 0;y&&(y.style.font=p.replace(r.fontFamily,m));const w=s.hasDocument?document.createElement("div"):void 0;w&&(w.style.display="inline-block",w.style.width=g,w.style.marginRight=b);const T={backgroundColor:e.AllowedTypes.oneOf(["background-surface","background-default"]),theme:e.AllowedTypes.oneOf(t.THEMES),value:e.AllowedTypes.oneOf([e.AllowedTypes.string,e.AllowedTypes.number])},C={value:e.AllowedTypes.oneOf([e.AllowedTypes.string,e.AllowedTypes.number]),disabled:e.AllowedTypes.boolean,label:e.AllowedTypes.string,icon:e.AllowedTypes.string,iconSource:e.AllowedTypes.string};return is.p_segmented_control=class{constructor(t){e.registerInstance(this,t),this.segmentedControlChange=e.createEvent(this,"segmentedControlChange",3),this.backgroundColor="background-default",this.theme="light",this.updateValue=e=>{e&&(this.value=e.value,this.segmentedControlChange.emit({value:this.value}),e.focus())}}connectedCallback(){i.throwIfChildrenAreNotOfKind(this.host,"p-segmented-control-item"),e.observeChildren(this.host,(()=>{i.throwIfChildrenAreNotOfKind(this.host,"p-segmented-control-item"),e.forceUpdate(this.host)}))}componentDidLoad(){this.host.addEventListener("click",(e=>this.updateValue(i.getClickedItem(this.host,"p-segmented-control-item",e.composedPath()))))}disconnectedCallback(){e.unobserveChildren(this.host)}render(){return e.validateProps(this,T),e.attachComponentCss(this.host,h,(e=>{v.innerHTML="",e.shadowRoot.append(v);const t=Array.from(e.children).map((e=>(v.innerHTML=e.innerHTML,(e.icon||e.iconSource)&&v.prepend(w),e.label&&(y.innerHTML=e.label,v.prepend(y)),parseFloat(getComputedStyle(v).width))));return v.remove(),Math.max(...t)})(this.host)),((t,i,n,o)=>{Array.from(t.children).forEach((t=>{t.selected=t.value===i,t.backgroundColor=n,t.theme=o,e.forceUpdate(t)}))})(this.host,this.value,this.backgroundColor,this.theme),e.h(e.Host,{role:"group"},e.h("slot",null))}get host(){return e.getElement(this)}},is.p_segmented_control_item=class{constructor(t){e.registerInstance(this,t),this.disabled=!1}handleLabelChange(){i.updateParent(this.host)}onClick(e){(this.disabled||this.host.selected)&&e.stopPropagation()}connectedCallback(){a.throwIfParentIsNotOfKind(this.host,"p-segmented-control")}render(){e.validateProps(this,C),((t,i,n)=>{if(void 0===n)throw new Error(`The required property '${i}' is undefined on ${e.getTagName(t)}`)})(this.host,"value",this.value),e.attachComponentCss(this.host,f,this.disabled,this.host.selected,this.host.backgroundColor||"background-default",this.host.theme||"light");const t=e.getPrefixedTagNames(this.host);return e.h("button",Object.assign({type:"button"},(i=this.host.selected,n=this.disabled,Object.assign(Object.assign({},c.getButtonBaseAriaAttributes(n,!1)),l.parseAndGetAriaAttributes({"aria-pressed":i})))),this.label&&e.h("span",null,this.label),(this.icon||this.iconSource)&&e.h(t.pIcon,{class:"icon",size:"inherit",name:this.icon,source:this.iconSource,color:"inherit",theme:this.host.theme||"light","aria-hidden":"true"}),e.h("slot",null));var i,n}static get delegatesFocus(){return!0}get host(){return e.getElement(this)}static get watchers(){return{label:["handleLabelChange"],icon:["handleLabelChange"],iconSource:["handleLabelChange"]}}},is}var os,ss={},rs={};function as(){if(os)return rs;os=1;return rs.observeProperties=(e,t,i)=>{const n=Object.getPrototypeOf(e),o=t.reduce(((e,t)=>{const{get:o,set:s}=Object.getOwnPropertyDescriptor(n,t);return Object.assign(Object.assign({},e),{[t]:{configurable:!0,get(){return o.call(this)},set(e){s.call(this,e),i()}}})}),{});Object.defineProperties(e,o)},rs}var ls,cs,hs={};function ds(){if(ls)return hs;ls=1;const e=hr();return hs.throwIfRootNodeIsNotOneOfKind=(t,i)=>{var n;const o=null===(n=t.getRootNode())||void 0===n?void 0:n.host,s=o&&e.getTagName(o),r=e.getPrefixedTagNames(t);if(!i.map((t=>r[e.paramCaseToCamelCase(t)])).includes(s))throw new Error(`${e.getTagName(t)} can't be used like this`)},hs}function us(){if(cs)return ss;cs=1,Object.defineProperty(ss,"__esModule",{value:!0});const e=hr(),t=Pe(),i=hi(),n=_e(),o=Lt(),s=zt(),r=At(),a=fn(),l=Zt(),c=cn(),h=ai(),d=as(),u=ds(),p=ti(),g=yi(),b=nt();Ae(),xt(),Pt(),Ht(),it(),jt(),ri();const f=["down","up","auto"],m=(t,i)=>!!t||!i&&!(()=>{if(e.hasWindow)return!!("ontouchstart"in window||window.navigator.maxTouchPoints>0)})(),{baseColor:v}=e.getThemedColors("light"),y=(t,i,n,a)=>{const l=e.isThemeDark(a),{baseColor:c,backgroundColor:h}=e.getThemedColors(a),d=e.pxToRemWithUnit(r.isVisibleFormState(n)?10:11);return e.getCss(Object.assign(Object.assign(Object.assign({"@global":Object.assign({":host":{display:"block"}},e.addImportantToEachRule(e.mergeDeep(s.getBaseChildStyles("select",n,a,{position:"static",cursor:"pointer",padding:[d,e.pxToRemWithUnit(47),d,d].join(" "),"&@-moz-document url-prefix()":{paddingLeft:e.pxToRemWithUnit(8)}}),{"::slotted(select:disabled)":{background:l?v:h}}))),root:{display:"block",position:"relative"}},s.getLabelStyles("select",t,i,n,a,{icon:{position:"absolute",bottom:e.pxToRemWithUnit(12),right:e.pxToRemWithUnit(12),color:c,pointerEvents:"none",transform:"rotate3d(0,0,1,0.0001deg)",transition:e.getTransition("transform"),"&--open":{transform:"rotate3d(0,0,1,180deg)"}}})),o.getFunctionalComponentRequiredStyles(a)),o.getFunctionalComponentStateMessageStyles(a,n)))},w=t=>e.getCss(e.buildSlottedStyles(t,e.getBaseSlottedStyles({withDarkTheme:!0}))),T={label:e.AllowedTypes.string,description:e.AllowedTypes.string,state:e.AllowedTypes.oneOf(o.FORM_STATES),message:e.AllowedTypes.string,hideLabel:e.AllowedTypes.breakpoint("boolean"),filter:e.AllowedTypes.boolean,theme:e.AllowedTypes.oneOf(c.THEMES),dropdownDirection:e.AllowedTypes.oneOf(f),native:e.AllowedTypes.boolean},C=(e,t,i,n,o,s)=>Object.assign(Object.assign({"aria-labelledby":i,"aria-describedby":n||null,"aria-haspopup":"listbox","aria-expanded":e?"true":"false","aria-autocomplete":"list","aria-controls":o},e&&{"aria-activedescendant":`option-${s}`}),t&&{"aria-required":"true"}),x=(e,t,i,n)=>{const o=j(i);return Object.assign(Object.assign(Object.assign({},o>=0&&!n&&{"aria-activedescendant":`option-${o}`}),{"aria-label":e}),t&&!n&&{"aria-required":"true"})},S=e=>({"aria-selected":e.highlighted?"true":null,"aria-disabled":e.disabled?"true":null,"aria-hidden":e.hidden||e.initiallyHidden?"true":null,"aria-label":e.value?null:"Empty value"}),O=e=>Array.from(e.options),k=(e,t)=>e.map(((e,i)=>Object.assign(Object.assign({},e),{selected:i===t,highlighted:i===t,hidden:!1}))),E=(e,t)=>e.map(((e,i)=>Object.assign(Object.assign({},e),{highlighted:i===t}))),j=e=>e.findIndex((e=>e.highlighted)),A=e=>e.find((e=>e.selected)),{baseColor:R,backgroundSurfaceColor:I}=e.getThemedColors("light"),$="--p-dropdown-position",_=(t,i,n,r,a,l)=>{const{baseColor:c,contrastHighColor:h,contrastMediumColor:d,disabledColor:u}=e.getThemedColors(l),{formStateColor:p,formStateHoverColor:g}=o.getThemedFormStateColors(l,r);return e.getCss(e.mergeDeep({"@global":{":host":Object.assign({[$]:"absolute",display:"block",position:"var(--p-dropdown-position)",marginTop:e.pxToRemWithUnit(-s.INPUT_HEIGHT),paddingTop:e.pxToRemWithUnit(s.INPUT_HEIGHT),left:0,right:0,color:n?u:p||d},!n&&e.hoverMediaQuery({"&(:hover)":{color:g||(e.isThemeDark(l)?h:c)}}))}},a?((t,i,n,r)=>{const{baseColor:a,backgroundColor:l,contrastHighColor:c,contrastMediumColor:h,disabledColor:d}=e.getThemedColors(r),{formStateColor:u}=o.getThemedFormStateColors(r,n),p={opacity:1,color:i?d:a};return{"@global":{input:Object.assign(Object.assign(Object.assign(Object.assign({display:"block",position:"absolute",zIndex:1,bottom:e.pxToRemWithUnit(2),left:e.pxToRemWithUnit(2),width:`calc(100% - ${e.pxToRemWithUnit(s.INPUT_HEIGHT-4)})`,height:e.pxToRemWithUnit(s.INPUT_HEIGHT-4),padding:e.pxToRemWithUnit(10),outline:"none",appearance:"none",boxSizing:"border-box",border:"none",opacity:0},b.textSmall),{textIndent:0,cursor:i?"not-allowed":"text",color:a,background:l,"&::placeholder":p,"&::-webkit-input-placeholder":p,"&::-moz-placeholder":p,"&:focus":{opacity:i?0:1,"&+span":{outlineColor:u||h}}}),e.hoverMediaQuery({"&:not(:disabled):hover ~ ul":{borderColor:c}})),{"&+span":Object.assign(Object.assign(Object.assign({position:"absolute"},e.getInsetJssStyle()),{outline:"1px solid transparent",outlineOffset:"2px",transition:e.getTransition("color"),pointerEvents:"all",cursor:i?"not-allowed":"pointer",border:(u?2:1)+"px solid currentColor"}),t&&{outlineColor:u||h})})}}})(i,n,r,l):((t,i,n)=>{const{contrastHighColor:r,contrastMediumColor:a}=e.getThemedColors(n),{formStateColor:l}=o.getThemedFormStateColors(n,i);return{"@global":{button:Object.assign(Object.assign(Object.assign(Object.assign({position:"absolute",top:0,height:`${s.INPUT_HEIGHT}px`,width:"100%",padding:0,background:"transparent",border:(l?2:1)+"px solid currentColor",outline:"1px solid transparent",outlineOffset:"2px",cursor:"pointer",color:"currentColor",transition:e.getTransition("color")},t&&{outlineColor:l||a}),{"&:focus":{outlineColor:l||a}}),e.hoverMediaQuery({"&:not(:disabled):hover ~ ul":{borderColor:r}})),{"&:disabled":{cursor:"not-allowed"}})}}})(i,r,l),((t,i,n)=>{const o="down"===t,r=e.isThemeDark(n),{baseColor:a,backgroundColor:l,contrastHighColor:c,contrastMediumColor:h,contrastLowColor:d,hoverColor:u,activeColor:p,disabledColor:g}=e.getThemedColors(n),f=r?R:I,m={content:'""',display:"block",position:"sticky",width:"100%",height:"1px",background:d};return{"@global":{ul:Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({display:"block",position:"var(--p-dropdown-position)",padding:0,margin:0,marginTop:e.pxToRemWithUnit(-1),color:a,background:l},b.textSmall),{zIndex:10,left:0,right:0,maxHeight:e.pxToRemWithUnit(308),overflowY:"auto",WebkitOverflowScrolling:"touch",scrollBehavior:"smooth",border:`1px solid ${h}`,scrollbarWidth:"thin",scrollbarColor:"auto",transition:e.getTransition("border-color"),transform:"translate3d(0,0,0)",outline:"none"}),e.hoverMediaQuery({"&:hover":{borderColor:c}})),o?{top:"calc(100%-1px)",borderTop:"none",boxShadow:"0 2px 4px 0 rgba(0,0,0,.05), 0 12px 25px 0 rgba(0,0,0,.1)","&::before":Object.assign(Object.assign({},m),{top:0})}:{bottom:e.pxToRemWithUnit(s.INPUT_HEIGHT-1),borderBottom:"none",boxShadow:"0 -2px 4px 0 rgba(0,0,0,.05), 0 -12px 25px 0 rgba(0,0,0,.075)","&::after":Object.assign(Object.assign({},m),{bottom:0})}),!i&&{top:"calc(100%-3px)",opacity:0,overflow:"hidden",height:"1px",pointerEvents:"none"})},option:Object.assign(Object.assign({display:"flex",padding:`${e.pxToRemWithUnit(4)} ${e.pxToRemWithUnit(11)}`,minHeight:e.pxToRemWithUnit(32),cursor:"pointer",textAlign:"left",wordBreak:"break-word",boxSizing:"border-box",transition:e.getTransition("color")+","+e.getTransition("background-color"),'&[role="status"]':{cursor:"not-allowed"},"&__sr":e.getTextHiddenJssStyle(!0)},e.hoverMediaQuery({'&:not([aria-disabled]):not([role="status"]):hover':{color:u,background:f}})),{"&--highlighted, &--selected":{color:p,background:f},"&--selected":{cursor:"default",pointerEvents:"none"},"&--disabled":{cursor:"not-allowed",color:g},"&--hidden":{display:"none"}}),icon:{marginLeft:e.pxToRemWithUnit(4)},optgroup:{display:"block",padding:`${e.pxToRemWithUnit(8)} ${e.pxToRemWithUnit(12)}`,marginTop:e.pxToRemWithUnit(8),fontWeight:e.fontWeight.bold,"&~$option":{paddingLeft:e.pxToRemWithUnit(24)}},"sr-text":{display:"none"}}})(t,i,l)))};return ss.p_select_wrapper=class{constructor(t){e.registerInstance(this,t),this.label="",this.description="",this.state="none",this.message="",this.hideLabel=!1,this.filter=!1,this.theme="light",this.dropdownDirection="auto",this.native=!1}connectedCallback(){a.attachSlottedCss(this.host,w),this.observeAttributes()}componentWillLoad(){this.select=h.getOnlyChildOfKindHTMLElementOrThrow(this.host,"select"),this.observeAttributes(),this.hasCustomDropdown=m(this.filter,this.native),this.hasCustomDropdown&&(n.setAttribute(this.select,"tabindex","-1"),n.setAttribute(this.select,"aria-hidden","true"))}componentDidRender(){this.hasCustomDropdown||t.setAriaAttributes(this.select,{label:this.label,message:this.message||this.description,state:this.state})}disconnectedCallback(){e.unobserveAttributes(this.select)}render(){e.validateProps(this,T);const{disabled:t}=this.select;e.attachComponentCss(this.host,y,t,this.hideLabel,this.state,this.theme);const n=t?{}:{onClick:()=>(this.hasCustomDropdown?this.dropdownElement.shadowRoot.children[0]:this.select).focus()},a=e.getPrefixedTagNames(this.host);return e.h(e.Host,Object.assign({},l.getDataThemeDarkAttribute(this.theme)),e.h("div",{class:"root"},e.h("label",{class:"label"},o.hasLabel(this.host,this.label)&&e.h("span",Object.assign({class:"label__text"},n),this.label||e.h("slot",{name:"label"}),r.isRequiredAndParentNotRequired(this.host,this.select)&&e.h(o.Required,null)),s.hasDescription(this.host,this.description)&&e.h("span",Object.assign({class:"label__text label__text--description"},n),this.description||e.h("slot",{name:"description"})),e.h(a.pIcon,{class:"icon",name:"arrow-head-down",color:"inherit","aria-hidden":"true",ref:e=>this.iconElement=e}),e.h("slot",null)),this.hasCustomDropdown&&e.h(a.pSelectWrapperDropdown,{ref:e=>this.dropdownElement=e,selectRef:this.select,label:this.label||i.getSlotTextContent(this.host,"label"),message:this.message||i.getSlotTextContent(this.host,"message"),description:this.description||i.getSlotTextContent(this.host,"description"),state:this.state,direction:this.dropdownDirection,filter:this.filter,theme:this.theme,required:r.isRequiredAndParentNotRequired(this.host,this.select),disabled:t,onOpenChange:e=>this.iconElement.classList[e?"add":"remove"]("icon--open")})),o.hasMessage(this.host,this.message,this.state)&&e.h(o.StateMessage,{state:this.state,message:this.message,host:this.host}))}observeAttributes(){e.observeAttributes(this.select,["disabled","required"],(()=>e.forceUpdate(this.host)))}get host(){return e.getElement(this)}},ss.p_select_wrapper_dropdown=class{constructor(t){e.registerInstance(this,t),this.direction="auto",this.theme="light",this.filter=!1,this.required=!1,this.disabled=!1,this.isOpenOverride=!1,this.isOpen=this.isOpenOverride,this.optionMaps=[],this.searchString="",this.onClickOutside=e=>{this.isOpen&&!e.composedPath().includes(this.host)&&this.setDropdownVisibility("hide")},this.setDropdownVisibility=e=>{this.isOpen=((e,t,i)=>!e||"hide"!==t&&"toggle"!==t?!(e||"show"!==t&&"toggle"!==t)||e:(i&&i(),!1))(this.isOpen,e,this.filter&&this.resetFilter),this.onOpenChange(this.isOpen),this.filter?this.inputElement.focus():(this.isOpen?this.listElement:this.buttonElement).focus()},this.onButtonKeyDown=e=>{switch(e.key){case"ArrowUp":case"Up":e.preventDefault(),this.cycleDropdown("up");break;case"ArrowDown":case"Down":e.preventDefault(),this.cycleDropdown("down");break;case" ":case"Spacebar":case"Enter":e.preventDefault(),this.setDropdownVisibility("show")}},this.onListKeyDown=e=>{switch(e.key){case"ArrowUp":case"Up":e.preventDefault(),this.cycleDropdown("up");break;case"ArrowDown":case"Down":e.preventDefault(),this.cycleDropdown("down");break;case" ":case"Spacebar":case"Enter":if(this.filter){if("Enter"===e.key){e.preventDefault();const t=((e,t)=>{const i=t.toLowerCase();return i&&e.filter((e=>e.value.toLowerCase()===i))})(this.optionMaps,this.searchString);1===t.length?this.setOptionSelected(this.optionMaps.indexOf(t[0])):this.setOptionSelected(j(this.optionMaps))}}else e.preventDefault(),this.setOptionSelected(j(this.optionMaps));break;case"Escape":case"Tab":this.setDropdownVisibility("hide"),this.resetHighlightedToSelectedOptionMaps();break;case"PageUp":this.isOpen&&(e.preventDefault(),this.optionMaps=(t=this.optionMaps,E(t,0)));break;case"PageDown":this.isOpen&&(e.preventDefault(),this.optionMaps=(e=>E(e,e.length-1))(this.optionMaps));break;default:this.filter||(this.optionMaps=((e,t)=>{const i=((e,t)=>{if([..."abcdefghijklmnopqrstuvwxyzäöüß1234567890"].includes(t)){const i=t.toLowerCase(),n=i&&e.findIndex((e=>e.value.toLowerCase().startsWith(i)));return n>=0?n:e.length-1}})(e,t);return i>=0?e.map(((e,t)=>Object.assign(Object.assign({},e),{highlighted:t===i}))):e})(this.optionMaps,e.key))}var t},this.syncSelectedIndex=()=>{this.optionMaps=k(this.optionMaps,this.selectedIndex)},this.setOptionMaps=()=>{this.optionMaps=k(O(this.selectRef).map((t=>{const{selected:i,parentElement:n,previousElementSibling:o}=t;return Object.assign({value:t.text,disabled:g.hasAttribute(t,"disabled"),hidden:!1,initiallyHidden:g.hasAttribute(t,"hidden"),selected:i,highlighted:i},"optgroup"===e.getTagName(n)&&null===o&&{title:n.label})})),this.selectedIndex)},this.resetHighlightedToSelectedOptionMaps=()=>{this.optionMaps=this.optionMaps.map((e=>Object.assign(Object.assign({},e),{highlighted:e.selected})))},this.setOptionSelected=e=>{this.setDropdownVisibility("hide"),this.selectedIndex!==e?(this.selectRef.selectedIndex=e,this.selectRef.dispatchEvent(new Event("change",{bubbles:!0}))):(this.resetHighlightedToSelectedOptionMaps(),this.resetFilter())},this.resetFilter=()=>{this.filter&&(this.searchString="",this.optionMaps=this.optionMaps.map((e=>Object.assign(Object.assign({},e),{hidden:!1}))),this.inputElement.value="")},this.onFilterChange=e=>{this.searchString=e.target.value,this.searchString.startsWith(" ")?this.resetFilter():this.optionMaps=((e,t)=>{const i=t.toLowerCase();return e.map((e=>Object.assign(Object.assign({},e),{hidden:!e.initiallyHidden&&!e.value.toLowerCase().includes(i)})))})(this.optionMaps,this.searchString),this.setDropdownVisibility("show")}}get selectedIndex(){return this.selectRef.selectedIndex}connectedCallback(){u.throwIfRootNodeIsNotOneOfKind(this.host,["p-select-wrapper"]),e.observeChildren(this.selectRef,(()=>{this.setOptionMaps(),this.observeOptions()}),["hidden","disabled","selected"])}componentDidRender(){((e,t)=>{const{scrollHeight:i,scrollTop:n}=e;if(i>276){const i=p.getHTMLElements(e,"li")[t];if(i){const{offsetTop:t,offsetHeight:o}=i,s=t+o;s>276+n?e.scrollTop=s-276:t-32<n&&(e.scrollTop=t-32)}}})(this.listElement,j(this.optionMaps))}componentWillLoad(){this.observeProperties(),document.addEventListener("mousedown",this.onClickOutside,!0)}disconnectedCallback(){document.removeEventListener("mousedown",this.onClickOutside,!0),e.unobserveChildren(this.host)}render(){var t,i;e.attachComponentCss(this.host,_,"auto"===this.direction?(e=>{const{length:t}=p.getHTMLElements(e.shadowRoot,'.option:not([aria-hidden="true"])'),{top:i}=e.getBoundingClientRect(),n=t>=10?320:32*t;return window.innerHeight-i-s.INPUT_HEIGHT<=n&&i>=n?"up":"down"})(this.host):this.direction,this.isOpen,this.disabled,this.state,this.filter,this.theme);const n="list",o="label",r=this.description&&"description",a=e.getPrefixedTagNames(this.host);return e.h(e.Host,null,this.filter?[e.h("input",Object.assign({type:"text",role:"combobox",disabled:this.disabled,placeholder:(null===(t=A(this.optionMaps))||void 0===t?void 0:t.value)||null,autoComplete:"off",value:this.searchString},C(this.isOpen,this.required,o,r,n,j(this.optionMaps)),{onKeyDown:this.onListKeyDown,onInput:this.onFilterChange,onClick:()=>this.setDropdownVisibility("show"),ref:e=>this.inputElement=e})),e.h("span",{onClick:this.disabled?void 0:()=>this.setDropdownVisibility("toggle")})]:e.h("button",Object.assign({type:"button",id:"value",disabled:this.disabled},((e,t,i,n)=>({"aria-labelledby":t,"aria-describedby":i||null,"aria-haspopup":"listbox","aria-expanded":e?"true":"false","aria-controls":n}))(this.isOpen,o,r,n),{onClick:()=>this.setDropdownVisibility("toggle"),onKeyDown:this.onButtonKeyDown,ref:e=>this.buttonElement=e})),[e.h("div",{class:"sr-text",id:o},null===(i=A(this.optionMaps))||void 0===i?void 0:i.value,", ",this.label,!!this.message&&`. ${this.message}`),this.description&&e.h("div",{class:"sr-text",id:r},this.description),e.h("ul",Object.assign({id:n,role:"listbox",tabIndex:-1},x(this.label,this.required,this.optionMaps,this.filter),{onKeyDown:this.onListKeyDown,ref:e=>this.listElement=e}),this.filter&&(l=this.optionMaps,!l.some((e=>!e.hidden&&!e.initiallyHidden)))?e.h("li",{class:"option","aria-live":"polite",role:"status"},e.h("span",{"aria-hidden":"true"},"---"),e.h("span",{class:"option__sr"},"No results found")):this.optionMaps.map(((t,i)=>{const{value:n,disabled:o,hidden:s,initiallyHidden:r,selected:l,highlighted:c,title:h}=t;return[h&&e.h("span",{class:"optgroup",role:"presentation"},h),e.h("li",Object.assign({id:`option-${i}`,role:"option",class:{option:!0,"option--selected":l,"option--highlighted":c,"option--disabled":o,"option--hidden":s||r},onClick:l||o?void 0:()=>this.setOptionSelected(i)},S(t)),n,l&&!o&&e.h(a.pIcon,{class:"icon","aria-hidden":"true",name:"check",color:"inherit"}))]})))]);var l}observeProperties(){this.setOptionMaps(),this.observeOptions(),d.observeProperties(this.selectRef,["value","selectedIndex"],this.syncSelectedIndex)}observeOptions(){O(this.selectRef).forEach((e=>d.observeProperties(e,["selected","disabled"],this.setOptionMaps)))}cycleDropdown(e){this.setDropdownVisibility("show");const t=((e,t)=>{const i=(e=>e.filter((e=>!e.hidden&&!e.initiallyHidden&&!e.disabled)))(e),n=i.length-1;if(n<0)return;let o=j(i);return"down"===t?o=o<n?o+1:0:"up"===t&&(o=o>0?o-1:n),e.indexOf(i[o])})(this.optionMaps,e);this.optionMaps=E(this.optionMaps,t)}get host(){return e.getElement(this)}},ss}var ps,gs={};function bs(){if(ps)return gs;ps=1,Object.defineProperty(gs,"__esModule",{value:!0});const e=hr(),t=Pe(),i=Sn();Ae(),_e(),hn(),cn();const n=e=>"dark-electric"===e,o=["small","medium","large","inherit"],s=e.pxToRemWithUnit(48),r=e.pxToRemWithUnit(72),a=e.pxToRemWithUnit(104),l={small:{height:s,width:s},medium:{height:r,width:r},large:{height:a,width:a},inherit:{height:"inherit",width:"inherit"}},c=(t,i)=>{const{contrastHighColor:o,baseColor:s}=e.getThemedColors(i),r="var(--p-animation-duration__spinner, 2s)";return e.getCss({"@global":{":host":{display:"inline-flex",verticalAlign:"top"},svg:{display:"block",position:"relative",fill:"none",transform:"translate3d(0,0,0)"},circle:{stroke:e.isThemeDark(i)||n(i)?s:o,"&:first-child":{opacity:.4},"&:last-child":{transformOrigin:"0 0",animation:`$rotate ${r} linear infinite,$dash ${r} ease-in-out infinite`,strokeDasharray:"40, 200",strokeDashoffset:0,strokeLinecap:"round"}},"@keyframes rotate":{"100%":{transform:"rotate(360deg)"}},"@keyframes dash":{"0%":{strokeDasharray:"3, 1000"},"50%":{strokeDasharray:"42, 1000"},"100%":{strokeDasharray:"30, 1000",strokeDashoffset:"-52"}}},root:Object.assign(Object.assign({display:"block"},e.buildResponsiveStyles(t,(e=>l[e]))),{margin:0,padding:0,boxSizing:"border-box",strokeWidth:1}),"sr-only":e.getScreenReaderOnlyJssStyle()})},h={size:e.AllowedTypes.breakpoint(o),theme:e.AllowedTypes.oneOf(i.THEMES_EXTENDED_ELECTRIC_DARK),aria:e.AllowedTypes.aria(["aria-label"])};return gs.p_spinner=class{constructor(t){e.registerInstance(this,t),this.size="small",this.theme="light"}render(){return e.validateProps(this,h),(t=>{const i=e.parseJSON(t),n=`Property 'size="${t}"' of p-spinner should be of: ${o.join(", ")}`;if("object"==typeof i){for(const[t,s]of Object.entries(i))if(!e.BREAKPOINTS.includes(t)&&void 0!==t||!o.includes(s)&&void 0!==s){console.warn(n);break}}else void 0===t||o.includes(i)||console.warn(n)})(this.size),e.attachComponentCss(this.host,c,this.size,this.theme),e.h("span",Object.assign({class:"root",role:"alert","aria-live":"assertive"},t.parseAndGetAriaAttributes(this.aria)),e.h("span",{class:"sr-only"}," "),e.h("svg",{viewBox:"-16 -16 32 32",width:"100%",height:"100%",focusable:"false","aria-hidden":"true"},e.h("circle",{r:"9"}),e.h("circle",{r:"9"})))}get host(){return e.getElement(this)}},gs}var fs,ms={};function vs(){if(fs)return ms;fs=1,Object.defineProperty(ms,"__esModule",{value:!0});const e=hr(),t=Yo(),i=cn(),n=Kt(),o=nt(),s=ft(),r=Kn();ti(),ut(),it(),jt();const a=t=>e.getCss({"@global":{":host":{display:"block"}},scroller:Object.assign(Object.assign({display:"flex"},o.textSmall),e.buildResponsiveStyles(t,(e=>s.fontSize[e])))}),l=e=>e.findIndex((e=>"current"===e.state)),c=(t,i)=>{const n=i.filter((e=>"current"===e.state)).length;if(n>1)throw new Error(`Only one child with current state is allowed in ${e.getTagName(t)} but got ${n}`)},h={size:e.AllowedTypes.breakpoint(["small","medium"]),theme:e.AllowedTypes.oneOf(i.THEMES)},d=e=>"complete"===e||"warning"===e,u=.625,p="0.625em",g="0.1875em",b="1.125em",f="0.4375em",m=p,v=(t,i,n)=>{const{baseColor:s,hoverColor:r,iconColor:a,invertedBaseColor:l,disabledColor:c}=((t,i)=>{const{baseColor:n,hoverColor:o,warningColor:s,successColor:r,disabledColor:a}=e.getThemedColors(i);return{baseColor:n,hoverColor:o,iconColor:{current:"inherit",complete:r,warning:s}[t],invertedBaseColor:e.getInvertedThemedColors(i).baseColor,disabledColor:a}})(t,n),h=!t||"current"===t,d=!t||i;return e.getCss(Object.assign(Object.assign({"@global":{":host":Object.assign(Object.assign({},h&&Array.from(Array(9)).reduce(((e,t,i)=>Object.assign(Object.assign({},e),{[`&(:nth-of-type(${i+1})) $button::after`]:{backgroundPositionX:-i*u+"em"}})),{})),{fontSize:e.addImportantToRule("inherit"),"&(:not(:last-of-type))":{marginRight:e.addImportantToRule("1em")}}),button:Object.assign(Object.assign(Object.assign(Object.assign({position:"relative",height:"1.5em",color:d?c:s,transition:e.getTransition("color"),margin:0,padding:`0 0 0 calc(1.5em + ${e.pxToRemWithUnit(4)})`,background:0,border:0},o.textSmall),{fontSize:"inherit",whiteSpace:"nowrap"}),e.getFocusJssStyle()),h?{cursor:d?"not-allowed":"auto","&::before":Object.assign({content:'""',position:"absolute",top:g,left:g,height:b,width:b,borderRadius:"50%"},d?{boxSizing:"border-box",border:`1px solid ${c}`}:{background:s}),"&::after":{content:'""',position:"absolute",top:f,left:f,width:m,height:m,background:(p=d?c:l,`url("data:image/svg+xml,${encodeURIComponent(`<svg xmlns="http://www.w3.org/2000/svg" fill="${p}" width="90" height="10" viewBox="0 0 90 10"><path d="M5.524 9h.996V.456h-.828L3.16 1.464v.912l2.364-.888zm7.006 0h5.017v-.792H13.49v-.156c0-.804.396-1.224 1.476-1.956l.924-.612c.84-.552 1.74-1.236 1.74-2.724 0-1.548-.84-2.448-2.652-2.448-1.908 0-2.604 1.056-2.664 2.832h.936c.096-1.452.624-1.92 1.728-1.92 1.056 0 1.656.444 1.656 1.536 0 1.164-.768 1.68-1.524 2.184l-.924.612c-.948.636-1.656 1.332-1.656 2.652zm9.689-2.592c.084 1.86.9 2.736 2.808 2.736 1.788 0 2.736-.924 2.736-2.424 0-1.236-.504-1.86-1.32-2.136.756-.348 1.128-1.08 1.128-1.848 0-1.524-.852-2.424-2.664-2.424-1.872 0-2.592 1.092-2.688 2.832h.948c.096-1.44.672-1.92 1.74-1.92 1.056 0 1.68.456 1.68 1.512 0 .948-.528 1.488-1.62 1.488h-.804V5.1h.864c1.26 0 1.752.564 1.752 1.62 0 1.152-.588 1.632-1.752 1.632-1.26 0-1.776-.552-1.872-1.944zm9.736.624h3.876V9h.96V7.032h1.212v-.84H36.79V.456h-1.392l-3.444 5.832zm1.044-.84 2.832-4.848v4.848zm9.411-.648h.889c.204-.732.66-1.14 1.704-1.14 1.332 0 1.8.636 1.8 1.944 0 1.344-.444 2.004-1.8 2.004-1.236 0-1.728-.552-1.788-1.656h-.948c.072 1.632.984 2.448 2.736 2.448 1.776 0 2.784-.828 2.784-2.832 0-1.86-.876-2.736-2.688-2.736-.768 0-1.368.24-1.74.66l.252-2.868h3.792V.456h-4.584L42.41 5.16zm9.809.768c0 2.004.984 2.832 2.796 2.832 1.776 0 2.784-.828 2.784-2.832 0-1.86-.9-2.736-2.688-2.736-.396 0-.744.072-1.068.228L56.25.456h-1.068l-2.16 3.312c-.516.792-.804 1.488-.804 2.544zm.996.048c0-1.332.468-1.956 1.8-1.956s1.788.624 1.788 1.956-.444 1.992-1.788 1.992c-1.356 0-1.8-.66-1.8-1.992zm9.075-4.992h4.369L63.215 9h1.02l3.48-7.824v-.72H62.29zm9.929 5.352c0 1.68.96 2.424 2.784 2.424s2.784-.744 2.784-2.424c0-1.008-.408-1.716-1.308-2.052.66-.324 1.116-.9 1.116-1.956 0-1.488-.804-2.4-2.592-2.4-1.764 0-2.592.912-2.592 2.4 0 1.056.468 1.632 1.104 1.956-.9.336-1.296 1.044-1.296 2.052zm.984-.012c0-1.068.564-1.572 1.8-1.572s1.8.504 1.8 1.572c0 1.152-.564 1.644-1.8 1.644s-1.8-.492-1.8-1.644zm1.8-2.4c-1.164 0-1.608-.588-1.608-1.56 0-1.068.54-1.524 1.608-1.524s1.608.456 1.608 1.524c0 .972-.444 1.56-1.608 1.56zm9.904 1.608c.348 0 .684-.06.984-.192L83.767 9h1.068l2.124-3.348c.504-.792.792-1.488.792-2.568 0-1.98-.996-2.772-2.748-2.772-1.764 0-2.76.804-2.76 2.784 0 1.86.888 2.82 2.664 2.82zm.096-.828c-1.284 0-1.764-.66-1.764-1.992 0-1.2.444-1.872 1.764-1.872 1.308 0 1.764.672 1.764 1.872 0 1.332-.48 1.992-1.764 1.992z"/></svg>`)}")`)+" 0 50% / 5.625em 0.625em no-repeat"}}:d?{cursor:"not-allowed",textDecoration:"none"}:Object.assign({cursor:"pointer",textDecoration:"underline"},e.hoverMediaQuery(Object.assign(Object.assign({},e.getHoverJssStyle()),{"&:hover .icon":{color:r}}))))}},!h&&{icon:{position:"absolute",left:0,height:"inherit",width:"1.5em",color:d?c:a,transition:e.getTransition("color")}}),{"sr-only":e.getScreenReaderOnlyJssStyle()}));var p},y={state:e.AllowedTypes.oneOf(["current","complete","warning",void 0]),disabled:e.AllowedTypes.boolean};return ms.p_stepper_horizontal=class{constructor(i){e.registerInstance(this,i),this.stepChange=e.createEvent(this,"stepChange",3),this.size="small",this.theme="light",this.stepperHorizontalItems=[],this.addEventListeners=()=>{this.scrollerElement.addEventListener("click",(e=>{const t=n.getClickedItem(this.host,"p-stepper-horizontal-item",e.composedPath());if(t){const e=this.stepperHorizontalItems.indexOf(t);this.stepChange.emit({activeStepIndex:e})}}))},this.defineStepperHorizontalItemElements=()=>{this.stepperHorizontalItems=Array.from(this.host.children)},this.validateComponent=()=>{n.throwIfChildrenAreNotOfKind(this.host,"p-stepper-horizontal-item"),((t,i)=>{const n=t.children.length;if(n>i)throw new Error(`Only ${i} children are allowed in ${e.getTagName(t)} but got ${n}`)})(this.host,9),c(this.host,this.stepperHorizontalItems)},this.scrollIntoView=()=>{const e=l(this.stepperHorizontalItems);if(-1!==e){const i=t.getScrollActivePosition(this.stepperHorizontalItems,e>this.currentStepIndex?"next":"prev",e,this.scrollerElement);this.currentStepIndex=e,this.scrollerElement.scrollToPosition={scrollPosition:i,isSmooth:!0}}},this.observeBreakpointChange=()=>{"object"==typeof e.parseJSON(this.size)&&e.observeBreakpointChange(this.host,this.scrollIntoView)}}connectedCallback(){this.defineStepperHorizontalItemElements(),e.observeChildren(this.host,(()=>{this.defineStepperHorizontalItemElements(),this.validateComponent(),this.currentStepIndex=l(this.stepperHorizontalItems),this.scrollIntoView()})),this.observeBreakpointChange()}componentWillLoad(){this.validateComponent()}componentDidLoad(){this.currentStepIndex=l(this.stepperHorizontalItems),this.observeBreakpointChange(),this.scrollerElement&&(this.addEventListeners(),this.scrollerElement.scrollToPosition={scrollPosition:t.getScrollActivePosition(this.stepperHorizontalItems,"next",this.currentStepIndex,this.scrollerElement),isSmooth:!1})}componentDidUpdate(){c(this.host,this.stepperHorizontalItems),this.scrollIntoView()}disconnectedCallback(){e.unobserveBreakpointChange(this.host),e.unobserveChildren(this.host)}render(){e.validateProps(this,h),e.attachComponentCss(this.host,a,this.size),((t,i)=>{Array.from(t.children).forEach((t=>{t.theme=i,e.forceUpdate(t)}))})(this.host,this.theme);const t=e.getPrefixedTagNames(this.host);return e.h(e.Host,{role:"list"},e.h(t.pScroller,{class:"scroller",theme:this.theme,ref:e=>this.scrollerElement=e},e.h("slot",null)))}get host(){return e.getElement(this)}},ms.p_stepper_horizontal_item=class{constructor(t){e.registerInstance(this,t),this.disabled=!1}onClick(e){var t,i;t=this.state,i=this.disabled,t&&d(t)&&!i||e.stopPropagation()}onStateChange(){n.updateParent(this.host)}connectedCallback(){r.throwIfParentIsNotOfKind(this.host,"p-stepper-horizontal")}render(){e.validateProps(this,y),(t=>{if("current"===t.state&&t.disabled)throw new Error(`Using state='current' and disabled='true' at ${e.getTagName(t)} is not allowed`)})(this.host),e.attachComponentCss(this.host,v,this.state,this.disabled,this.host.theme||"light");const t=e.getPrefixedTagNames(this.host);return e.h(e.Host,{role:"listitem"},e.h("button",{type:"button","aria-disabled":!this.state||this.disabled?"true":null,"aria-current":"current"===this.state?"step":null},d(this.state)&&e.h(t.pIcon,{class:"icon",name:(i=this.state,"complete"===i?"success":"warning"),size:"inherit",theme:this.host.theme||"light",color:"inherit","aria-hidden":"true"}),this.state&&e.h("span",{class:"sr-only"},this.state,": "),e.h("slot",null)));var i}static get delegatesFocus(){return!0}get host(){return e.getElement(this)}static get watchers(){return{state:["onStateChange"]}}},ms}var ys,ws={};function Ts(){if(ys)return ws;ys=1,Object.defineProperty(ws,"__esModule",{value:!0});const e=hr(),t=Vt(),i=Ke(),n=hn(),o=Ne(),s=nt(),r=Pt();Xe(),cn(),it();const{small:a}=r.spacing,l=e=>({left:{order:0,paddingLeft:0,paddingRight:a},right:{order:1,paddingLeft:a,paddingRight:0}}[e]),c=e=>e?{width:"100%",justifyContent:"space-between"}:{width:"auto",justifyContent:"flex-start"},h=(t,i,n,o,r,a,h)=>{const{backgroundColor:d,buttonBorderColor:u,buttonBorderColorHover:p,buttonBackgroundColor:g,buttonBackgroundColorHover:b,toggleBackgroundColor:f,toggleBackgroundColorHover:m,textColor:v}=((t,i,n)=>{const{backgroundColor:o,baseColor:s,contrastHighColor:r,successColor:a,successColorDarken:l,hoverColorDarken:c,disabledColor:h,brandColor:d}=e.getThemedColors(n),{backgroundColor:u}=e.getThemedColors("light"),p=(e=>"light-electric"===e)(n),g=p?d:a,b=i&&h;return{backgroundColor:o,buttonBorderColor:b||(t?g:r),buttonBorderColorHover:t?p?c:l:s,buttonBackgroundColor:t?b||g:"transparent",buttonBackgroundColorHover:t?p?c:l:"transparent",toggleBackgroundColor:!t&&b||(t?u:r),toggleBackgroundColorHover:t?u:s,textColor:b||s}})(o,a,h);return e.getCss(Object.assign({"@global":{":host":e.addImportantToEachRule({display:"flex",outline:0}),button:Object.assign(Object.assign({position:"relative",width:e.pxToRemWithUnit(48),height:e.pxToRemWithUnit(24),flexShrink:0,display:"block",margin:0,padding:0,appearance:"none",boxSizing:"border-box",color:u,border:"1px solid currentColor",borderRadius:e.pxToRemWithUnit(12),backgroundColor:g,outline:"none",cursor:a?"not-allowed":"pointer",transition:`${e.getTransition("background-color")},${e.getTransition("border-color")},${e.getTransition("color")}`},!a&&e.hoverMediaQuery({"&:hover":{color:p,backgroundColor:b,"& .toggle":{backgroundColor:m}}})),{"&:focus":{boxShadow:`0 0 0 2px ${d}, 0 0 0 3px currentColor`},"&:not(:focus-visible)":{boxShadow:"none"}})},root:Object.assign({display:"flex",minWidth:0,minHeight:0,cursor:a?"auto":"pointer"},e.buildResponsiveStyles(n,c)),text:Object.assign(Object.assign(Object.assign({},s.textSmall),{minWidth:0,minHeight:0,color:v}),e.mergeDeep(e.buildResponsiveStyles(t,l),e.buildResponsiveStyles(i,e.getTextHiddenJssStyle))),toggle:{position:"absolute",top:e.pxToRemWithUnit(2),left:e.pxToRemWithUnit(2),width:e.pxToRemWithUnit(18),height:e.pxToRemWithUnit(18),display:"block",borderRadius:"50%",backgroundColor:f,transform:`translate3d(${o?e.pxToRemWithUnit(24):"0"}, 0, 0)`,transition:`${e.getTransition("background-color")},${e.getTransition("transform")}`}},r&&{spinner:{position:"absolute",top:e.pxToRemWithUnit(-3),left:e.pxToRemWithUnit(-3),width:e.pxToRemWithUnit(24),height:e.pxToRemWithUnit(24)}}))},d={alignLabel:e.AllowedTypes.breakpoint(o.ALIGN_LABELS),hideLabel:e.AllowedTypes.breakpoint("boolean"),stretch:e.AllowedTypes.breakpoint("boolean"),checked:e.AllowedTypes.boolean,disabled:e.AllowedTypes.boolean,loading:e.AllowedTypes.boolean,tabbable:e.AllowedTypes.boolean,theme:e.AllowedTypes.oneOf(n.THEMES_EXTENDED_ELECTRIC)};return ws.p_switch=class{constructor(t){e.registerInstance(this,t),this.switchChange=e.createEvent(this,"switchChange",3),this.alignLabel="right",this.hideLabel=!1,this.stretch=!1,this.checked=!1,this.disabled=!1,this.loading=!1,this.tabbable=!0,this.theme="light",this.onSwitchClick=()=>{this.switchChange.emit({checked:!this.checked})}}get isDisabledOrLoading(){return t.isDisabledOrLoading(this.disabled,this.loading)}onClick(e){this.isDisabledOrLoading&&e.stopPropagation()}componentDidLoad(){i.improveButtonHandlingForCustomElement(this.host,(()=>"button"),(()=>this.isDisabledOrLoading))}render(){e.validateProps(this,d),e.attachComponentCss(this.host,h,this.alignLabel,this.hideLabel,this.stretch,this.checked,this.loading,this.isDisabledOrLoading,this.theme);const i=e.getPrefixedTagNames(this.host);return e.h("label",{class:"root"},e.h("span",{id:"label",class:"text"},e.h("slot",null)),e.h("button",Object.assign({},(n=this.disabled,o=this.loading,s=this.checked,Object.assign(Object.assign({},t.getButtonBaseAriaAttributes(n,o)),{"aria-checked":s?"true":"false","aria-labelledby":"label"})),{type:"button",role:"switch",tabIndex:this.tabbable?parseInt(this.host.getAttribute("tabindex"),10)||null:-1,onClick:this.onSwitchClick}),e.h("span",{class:"toggle"},this.loading&&e.h(i.pSpinner,{class:"spinner",size:"inherit",theme:this.checked?"light":"dark",aria:{"aria-label":"Loading state"}}))));var n,o,s}static get delegatesFocus(){return!0}get host(){return e.getElement(this)}},ws}var Cs,xs={};function Ss(){if(Cs)return xs;Cs=1,Object.defineProperty(xs,"__esModule",{value:!0});const e=hr(),t=xt(),i=Yo(),n=fn(),o=nt(),s=Pt(),r=Kn(),a=yi();ti(),ut(),it(),jt();const{baseColor:l}=e.getThemedColors("light"),{small:c,medium:h,large:d}=s.spacing,u=()=>e.getCss({"@global":{":host":{display:e.addImportantToRule("block")}},caption:{marginBottom:c,[e.mediaQueryMin("m")]:{marginBottom:h}},root:{position:"relative"},"scroll-area":Object.assign({overflow:"auto visible"},e.getFocusJssStyle({offset:-1})),table:Object.assign(Object.assign({position:"relative",width:"100%",display:"table"},o.textSmall),{textAlign:"left",color:l,whiteSpace:"nowrap"}),"scroll-trigger":{position:"absolute",top:0,right:"1px",width:"1px",height:"1px",visibility:"hidden"},"scroll-indicator":{position:"absolute",top:0,right:0,bottom:0,paddingLeft:d,pointerEvents:"none",display:"flex",alignItems:"center",background:"linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%)","&::before":{content:'""',position:"absolute",top:0,right:0,bottom:0,width:e.pxToRemWithUnit(48),pointerEvents:"auto"}},"scroll-button":{padding:e.pxToRemWithUnit(12),pointerEvents:"auto"}}),p=t=>e.getCss(e.buildSlottedStyles(t,Object.assign(Object.assign({},e.getBaseSlottedStyles()),{"& img":{verticalAlign:"middle"}}))),g="internalSortingChange",b={caption:e.AllowedTypes.string},f=()=>e.getCss({"@global":{":host":{display:e.addImportantToRule("table-row-group")}}}),m=t=>e.getCss({"@global":{":host":Object.assign(Object.assign({},e.addImportantToEachRule({display:"table-cell",padding:e.pxToRemWithUnit(12),margin:0,borderBottom:`1px solid ${e.getThemedColors("light").contrastLowColor}`,whiteSpace:t?"normal":"nowrap"})),{verticalAlign:"middle"})}}),v={multiline:e.AllowedTypes.boolean},y=()=>e.getCss({"@global":{":host":{display:e.addImportantToRule("table-header-group")}}}),w=e=>"asc"===e,T=(e,t)=>void 0!==e&&void 0!==t,{contrastMediumColor:C,baseColor:x}=e.getThemedColors("light"),{semiBold:S}=e.fontWeight,O=(t,i,n,r)=>{const a=T(t,i);return e.getCss(Object.assign({"@global":Object.assign({":host":e.addImportantToEachRule({display:"table-cell",padding:`${e.pxToRemWithUnit(2)} ${e.pxToRemWithUnit(12)} ${e.pxToRemWithUnit(8)}`,borderBottom:`1px solid ${C}`,verticalAlign:"bottom",fontWeight:S,whiteSpace:r?"normal":"nowrap"})},a?{button:Object.assign(Object.assign(Object.assign(Object.assign({display:"flex",alignItems:"flex-end",padding:0,boxSizing:"border-box",appearance:"none",border:"none"},o.textSmall),{fontWeight:S,color:x,textDecoration:"none",textAlign:"left",background:"transparent",cursor:"pointer"}),e.getFocusJssStyle({offset:1})),e.hoverMediaQuery(Object.assign(Object.assign({},e.getHoverJssStyle()),{"&:hover, &:focus":{"& .icon":{opacity:1}}})))}:n&&{span:Object.assign(Object.assign({},e.getTextHiddenJssStyle(!0)),{display:"block",border:0})})},a&&{icon:{marginLeft:s.spacing.xSmall,opacity:t?1:0,transform:`rotate3d(0,0,1,${w(i)?0:180}deg)`,transformOrigin:"50% 50%"}}))},k={sort:e.AllowedTypes.shape({id:e.AllowedTypes.string,active:e.AllowedTypes.boolean,direction:e.AllowedTypes.oneOf(["asc","desc",void 0])}),hideLabel:e.AllowedTypes.breakpoint("boolean"),multiline:e.AllowedTypes.boolean},E=()=>e.getCss({"@global":{":host":{display:e.addImportantToRule("table-row")}}}),j=()=>e.getCss({"@global":{":host":e.addImportantToEachRule(Object.assign({display:"table-row",transition:e.getTransition("background-color")},e.hoverMediaQuery({"&(:hover)":{backgroundColor:e.getThemedColors("light").backgroundSurfaceColor}})))}});return xs.p_table=class{constructor(t){e.registerInstance(this,t),this.sortingChange=e.createEvent(this,"sortingChange",3),this.isScrollIndicatorVisible=!1,this.isScrollable=!1,this.initIntersectionObserver=()=>{this.intersectionObserver=new IntersectionObserver((e=>{for(const{target:t,isIntersecting:i}of e)t===this.scrollTriggerElement?this.isScrollIndicatorVisible=!i:t===this.tableElement&&(this.isScrollable=!i)}),{root:this.scrollAreaElement,threshold:1}),this.intersectionObserver.observe(this.scrollTriggerElement),this.intersectionObserver.observe(this.tableElement)},this.onScrollClick=()=>{i.scrollElementBy(this.scrollAreaElement,i.getScrollByX(this.scrollAreaElement))}}connectedCallback(){n.attachSlottedCss(this.host,p)}componentWillLoad(){var i;i=this.host,this.caption||t.hasNamedSlot(i,"caption")||console.warn(`Property "caption" of ${e.getTagName(i)} needs to be provided to fulfill accessibility requirements, either as prop or named slot.`),this.host.shadowRoot.addEventListener(g,(e=>{e.stopPropagation(),this.sortingChange.emit(e.detail)}))}componentDidLoad(){this.initIntersectionObserver()}disconnectedCallback(){var e;null===(e=this.intersectionObserver)||void 0===e||e.disconnect()}render(){e.validateProps(this,b),e.attachComponentCss(this.host,u);const i=e.getPrefixedTagNames(this.host),n=t.hasNamedSlot(this.host,"caption"),o="caption",s=this.caption?{"aria-label":this.caption}:n&&{"aria-labelledby":o},r=this.isScrollable&&Object.assign(Object.assign({},s),{role:"region",tabindex:"0"});return e.h(e.Host,null,n&&e.h("div",{id:o,class:"caption"},e.h("slot",{name:"caption"})),e.h("div",{class:"root"},e.h("div",Object.assign({class:"scroll-area"},r,{ref:e=>this.scrollAreaElement=e}),e.h("div",Object.assign({class:"table",role:"table"},s,{ref:e=>this.tableElement=e}),e.h("slot",null),e.h("span",{class:"scroll-trigger",ref:e=>this.scrollTriggerElement=e}))),this.isScrollIndicatorVisible&&e.h("div",{class:"scroll-indicator"},e.h(i.pButtonPure,{class:"scroll-button","aria-hidden":"true",type:"button",tabIndex:-1,hideLabel:!0,size:"inherit",icon:"arrow-head-right",onClick:this.onScrollClick},"Next"))))}get host(){return e.getElement(this)}},xs.p_table_body=class{constructor(t){e.registerInstance(this,t)}connectedCallback(){r.throwIfParentIsNotOfKind(this.host,"p-table")}render(){return e.attachComponentCss(this.host,f),e.h(e.Host,{role:"rowgroup"},e.h("slot",null))}get host(){return e.getElement(this)}},xs.p_table_cell=class{constructor(t){e.registerInstance(this,t),this.multiline=!1}connectedCallback(){r.throwIfParentIsNotOfKind(this.host,"p-table-row")}render(){return e.validateProps(this,v),e.attachComponentCss(this.host,m,this.multiline),e.h(e.Host,{role:"cell"},e.h("slot",null))}get host(){return e.getElement(this)}},xs.p_table_head=class{constructor(t){e.registerInstance(this,t)}connectedCallback(){r.throwIfParentIsNotOfKind(this.host,"p-table")}render(){return e.attachComponentCss(this.host,y),e.h(e.Host,{role:"rowgroup"},e.h("slot",null))}get host(){return e.getElement(this)}},xs.p_table_head_cell=class{constructor(t){e.registerInstance(this,t),this.hideLabel=!1,this.multiline=!1,this.onButtonClick=()=>{var e,t;this.host.dispatchEvent(new CustomEvent(g,(e=this.sort,{bubbles:!0,detail:Object.assign(Object.assign({},e),{active:!0,direction:e.active?(t=e.direction,w(t)?"desc":"asc"):e.direction})})))}}connectedCallback(){r.throwIfParentIsNotOfKind(this.host,"p-table-head-row"),((e,t)=>{if(a.hasAttribute(e,t))throw new Error(`Attribute '${t}' with the value '${((e,t)=>e.getAttribute(t))(e,t)}' needs to be set as property`)})(this.host,"sort")}render(){e.validateProps(this,k);const{active:t,direction:i}=this.sort||{};e.attachComponentCss(this.host,O,t,i,this.hideLabel,this.multiline);const n=e.getPrefixedTagNames(this.host);return e.h(e.Host,{scope:"col",role:"columnheader","aria-sort":(o=this.sort,(null==o?void 0:o.active)?w(o.direction)?"ascending":"descending":null)},T(t,i)?e.h("button",{type:"button",onClick:this.onButtonClick},e.h("slot",null),e.h(n.pIcon,{class:"icon",color:"inherit",name:"arrow-up","aria-hidden":"true"})):e.h("span",null,e.h("slot",null)));var o}get host(){return e.getElement(this)}},xs.p_table_head_row=class{constructor(t){e.registerInstance(this,t)}connectedCallback(){r.throwIfParentIsNotOfKind(this.host,"p-table-head")}render(){return e.attachComponentCss(this.host,E),e.h(e.Host,{role:"row"},e.h("slot",null))}get host(){return e.getElement(this)}},xs.p_table_row=class{constructor(t){e.registerInstance(this,t)}connectedCallback(){r.throwIfParentIsNotOfKind(this.host,"p-table-body")}render(){return e.attachComponentCss(this.host,j),e.h(e.Host,{role:"row"},e.h("slot",null))}get host(){return e.getElement(this)}},xs}var Os,ks,Es={},js={};function As(){if(Os)return js;Os=1;const e=hr(),t=_e(),i="bar--enable-transition",n=e=>{e.classList.add(i)},o=e=>{e.classList.remove(i)},s=({offsetWidth:t,offsetLeft:i}={})=>{const n=(i>0?i:0)+(t>0?t:0)/2;return`transform: translate3d(${e.pxToRemWithUnit(n||0)},0,0); width: 0;`};return js.TAB_SIZES=["small","medium"],js.TAB_WEIGHTS=["regular","semibold"],js.getFocusedTabIndex=e=>{const t=e.indexOf(null===document||void 0===document?void 0:document.activeElement);return t<0?0:t},js.getPrevNextTabIndex=(e,t,i)=>(i+("next"===e?1:-1)+t)%t,js.sanitizeActiveTabIndex=(e,t)=>{if(null==e)return;const i=t-1;let n;return n=i<0||e<0||e>i?void 0:e,n},js.setBarStyle=(i,r,a,l)=>{if(!a)return;let c;void 0===r?void 0===l?(o(a),c=s()):(n(a),c=s(i[l])):(((e,t,i)=>{void 0!==e&&void 0===t?o(i):n(i)})(r,l,a),c=(({offsetWidth:t,offsetLeft:i}={})=>{const n=e.pxToRemWithUnit(t||0);return`transform: translate3d(${e.pxToRemWithUnit(i>0?i:0)},0,0); width: ${n};`})(i[r])),t.setAttribute(a,"style",c)},js}function Rs(){if(ks)return Es;ks=1,Object.defineProperty(Es,"__esModule",{value:!0});const e=hr(),t=Ae(),i=_e(),n=as(),o=Yo(),s=hn(),r=As(),a=Kn(),l=pt();ti(),ut(),cn(),jt();const c=()=>e.getCss({"@global":{":host":{display:"block"}},root:{marginBottom:e.pxToRemWithUnit(8)}}),h={size:e.AllowedTypes.breakpoint(r.TAB_SIZES),weight:e.AllowedTypes.oneOf(r.TAB_WEIGHTS),theme:e.AllowedTypes.oneOf(s.THEMES_EXTENDED_ELECTRIC),gradientColorScheme:e.AllowedTypes.oneOf(o.GRADIENT_COLOR_THEMES),activeTabIndex:e.AllowedTypes.number},d=t=>e.getCss({"@global":{":host":e.addImportantToEachRule(Object.assign({display:"block","&([hidden])":{display:"none"}},l.getFocusVisibleFallback(Object.entries(e.getFocusJssStyle({color:e.getThemedColors(t).baseColor})).reduce(((e,[t,i])=>(e[t.startsWith("&")?`&(${t.slice(1)})`:t]=i,e)),{}))))}}),u={label:e.AllowedTypes.string};return Es.p_tabs=class{constructor(o){e.registerInstance(this,o),this.tabChange=e.createEvent(this,"tabChange",3),this.size="small",this.weight="regular",this.theme="light",this.gradientColorScheme="default",this.activeTabIndex=0,this.tabsItemElements=[],this.defineTabsItemElements=()=>{this.tabsItemElements=Array.from(this.host.children)},this.setAccessibilityAttributes=()=>{for(const[e,n]of Object.entries(this.tabsItemElements)){const o={role:"tabpanel","aria-label":n.label};for(const[e,t]of Object.entries(o))i.setAttribute(n,e,t);+e===this.activeTabIndex?(t.removeAttribute(n,"hidden"),i.setAttribute(n,"tabindex","0")):(i.setAttribute(n,"hidden"),t.removeAttribute(n,"tabindex"))}},this.observeProperties=()=>{this.tabsItemElements.forEach((t=>n.observeProperties(t,["label"],(()=>e.forceUpdate(this.host)))))},this.onTabChange=e=>{e.stopPropagation(),this.activeTabIndex=e.detail.activeTabIndex}}activeTabHandler(e){this.setAccessibilityAttributes(),this.tabChange.emit({activeTabIndex:e})}connectedCallback(){this.defineTabsItemElements(),e.observeChildren(this.host,(()=>{this.defineTabsItemElements(),this.observeProperties()})),this.observeProperties()}componentDidLoad(){this.setAccessibilityAttributes()}componentDidUpdate(){this.setAccessibilityAttributes()}disconnectedCallback(){e.unobserveChildren(this.host)}render(){var t,i;e.validateProps(this,h),e.attachComponentCss(this.host,c),t=this.host,i=this.theme,Array.from(t.children).forEach((t=>{t.theme=i,e.forceUpdate(t)}));const n=e.getPrefixedTagNames(this.host);return e.h(e.Host,null,e.h(n.pTabsBar,{class:"root",size:this.size,weight:this.weight,theme:this.theme,gradientColorScheme:this.gradientColorScheme,activeTabIndex:this.activeTabIndex,onTabChange:this.onTabChange},this.tabsItemElements.map(((t,i)=>e.h("button",{key:i,type:"button"},t.label)))),e.h("slot",null))}get host(){return e.getElement(this)}static get watchers(){return{activeTabIndex:["activeTabHandler"]}}},Es.p_tabs_item=class{constructor(t){e.registerInstance(this,t)}connectedCallback(){a.throwIfParentIsNotOfKind(this.host,"p-tabs")}render(){return e.validateProps(this,u),e.attachComponentCss(this.host,d,this.host.theme||"light"),e.h("slot",null)}get host(){return e.getElement(this)}},Es}var Is,$s={};function _s(){if(Is)return $s;Is=1,Object.defineProperty($s,"__esModule",{value:!0});const e=hr(),t=ti(),i=_e(),n=Yo(),o=hn(),s=As(),r=yt(),a=nt(),l=ft();ut(),cn(),it();const c=e=>["a","button"].map((t=>e.replace(/\[role]/g,t))).join(),h=(t,i,n)=>{const{baseColor:o,hoverColor:s,activeColor:h,focusColor:d}=e.getThemedColors(n);return e.getCss({"@global":Object.assign({":host":Object.assign({display:"block"},e.addImportantToEachRule(Object.assign({position:"relative"},e.buildResponsiveStyles(t,(t=>({height:"medium"===t?e.pxToRemWithUnit(52):e.pxToRemWithUnit(36)}))))))},e.addImportantToEachRule(Object.assign(Object.assign({[c("::slotted([role])")]:{display:"inline-block",margin:0,padding:0,verticalAlign:"top",fontFamily:"inherit",fontStyle:"inherit",fontVariant:"inherit",fontWeight:"inherit",fontSize:"inherit",lineHeight:"inherit",whiteSpace:"nowrap",boxSizing:"border-box",WebkitAppearance:"none",appearance:"none",outline:"1px solid transparent",outlineOffset:"1px",textDecoration:"none",textAlign:"left",border:0,background:"transparent",color:o,cursor:"pointer",transition:e.getTransition("color")}},e.hoverMediaQuery({[c("::slotted([role]:hover)")]:{color:s}})),{[c('::slotted([role]:active),::slotted([role][aria-selected="true"])')]:{color:h},[c("::slotted([role]:focus)")]:{outlineColor:d},[c("::slotted([role]:focus:not(:focus-visible))")]:{outlineColor:"transparent"},[c("::slotted([role]:not(:last-child))")]:{marginRight:"1em"}}))),scroller:Object.assign(Object.assign(Object.assign({},a.textSmall),{fontWeight:r.getFontWeight(i)}),e.buildResponsiveStyles(t,(e=>l.fontSize[e]))),bar:{display:"block",position:"absolute",width:0,height:"semibold"===i?".125em":".09375em",left:0,bottom:"-.5em",background:h,"&--enable-transition":{willChange:"width",transition:"transform .4s,width .4s"}}})},d={size:e.AllowedTypes.breakpoint(s.TAB_SIZES),weight:e.AllowedTypes.oneOf(s.TAB_WEIGHTS),theme:e.AllowedTypes.oneOf(o.THEMES_EXTENDED_ELECTRIC),gradientColorScheme:e.AllowedTypes.oneOf(n.GRADIENT_COLOR_THEMES),activeTabIndex:e.AllowedTypes.number};return $s.p_tabs_bar=class{constructor(o){e.registerInstance(this,o),this.tabChange=e.createEvent(this,"tabChange",3),this.size="small",this.weight="regular",this.theme="light",this.gradientColorScheme="default",this.tabElements=[],this.direction="next",this.setAccessibilityAttributes=()=>{this.tabElements.forEach(((e,t)=>{const n={role:"tab",tabindex:(this.activeTabIndex||0)===+t?"0":"-1","aria-selected":this.activeTabIndex===+t?"true":"false"};for(const t in n)i.setAttribute(e,t,n[t])}))},this.setTabElements=()=>{this.tabElements=t.getHTMLElements(this.host,"a,button")},this.addEventListeners=()=>{this.scrollerElement.addEventListener("click",(e=>{const t=this.tabElements.indexOf(e.target);t>=0&&this.onTabClick(t)})),this.scrollerElement.addEventListener("keydown",this.onKeydown)},this.onTabClick=e=>{this.tabChange.emit({activeTabIndex:e})},this.onKeydown=e=>{let t;const i=this.hasPTabsParent?this.activeTabIndex||0:s.getFocusedTabIndex(this.tabElements);switch(e.key){case"ArrowLeft":case"Left":t=s.getPrevNextTabIndex("prev",this.tabElements.length,i);break;case"ArrowRight":case"Right":t=s.getPrevNextTabIndex("next",this.tabElements.length,i);break;case"Home":t=0;break;case"End":t=this.tabElements.length-1;break;case"Enter":return void this.onTabClick(i);default:return}this.hasPTabsParent&&this.onTabClick(t),this.tabElements[t].focus(),e.preventDefault()},this.scrollActiveTabIntoView=(e=!0)=>{if(this.scrollerElement){const t=n.getScrollActivePosition(this.tabElements,this.direction,this.activeTabIndex,this.scrollerElement);this.scrollerElement.scrollToPosition={scrollPosition:t,isSmooth:e}}},this.setBarStyle=()=>{s.setBarStyle(this.tabElements,this.activeTabIndex,this.barElement,this.prevActiveTabIndex)},this.observeBreakpointChange=()=>{"object"==typeof e.parseJSON(this.size)&&e.observeBreakpointChange(this.host,(()=>{this.setBarStyle(),this.scrollActiveTabIntoView(!1)}))}}activeTabHandler(e,t){null===e&&(this.activeTabIndex=void 0),this.prevActiveTabIndex=t,this.direction=e>t||void 0===t?"next":"prev",this.scrollActiveTabIntoView()}connectedCallback(){this.hasPTabsParent=((t,i)=>{const n=t.getRootNode().host;return n&&e.getTagName(n)===e.getPrefixedTagNames(t)[e.paramCaseToCamelCase(i)]})(this.host,"p-tabs"),this.setTabElements(),e.observeChildren(this.host,(()=>{this.setTabElements(),this.activeTabIndex=s.sanitizeActiveTabIndex(this.activeTabIndex,this.tabElements.length),this.prevActiveTabIndex=this.activeTabIndex,this.setBarStyle(),this.setAccessibilityAttributes()})),this.observeBreakpointChange()}componentDidLoad(){this.activeTabIndex=s.sanitizeActiveTabIndex(this.activeTabIndex,this.tabElements.length),"next"===this.direction&&void 0===this.activeTabIndex||this.scrollActiveTabIntoView(!1),this.addEventListeners(),this.observeBreakpointChange(),this.setBarStyle()}componentDidRender(){this.setBarStyle(),this.setAccessibilityAttributes()}disconnectedCallback(){e.unobserveBreakpointChange(this.host),e.unobserveChildren(this.host)}render(){e.validateProps(this,d),e.attachComponentCss(this.host,h,this.size,this.weight,this.theme);const t=e.getPrefixedTagNames(this.host);return e.h(t.pScroller,{class:"scroller",role:"tablist",theme:this.theme,gradientColorScheme:this.gradientColorScheme,scrollIndicatorPosition:"top",ref:e=>this.scrollerElement=e},e.h("slot",null),e.h("span",{class:"bar",ref:e=>this.barElement=e}))}get host(){return e.getElement(this)}static get watchers(){return{activeTabIndex:["activeTabHandler"]}}},$s}var Ps,Ls={};function Ms(){if(Ps)return Ls;Ps=1,Object.defineProperty(Ls,"__esModule",{value:!0});const e=hr(),t=ri(),i=cn(),n=Ht(),o=it(),s=Pe(),r=nt();Ae(),_e();const a=["background-surface","background-default","neutral-contrast-high","notification-neutral","notification-warning","notification-success","notification-error"],l=(e,t)=>({"background-default":t.backgroundColor,"background-surface":t.backgroundSurfaceColor,"neutral-contrast-high":t.contrastHighColor,"notification-neutral":t.neutralSoftColor,"notification-success":t.successSoftColor,"notification-error":t.errorSoftColor,"notification-warning":t.warningSoftColor}[e]),c=(t,i)=>{const n=e.getThemedColors(i),o=((t,i)=>{const n=e.isThemeDark(i);return!n&&"neutral-contrast-high"===t||n&&"background-surface"!==t&&"background-default"!==t})(t,i),{baseColor:s,hoverColor:r}=o?e.getInvertedThemedColors(i):n,{focusColor:a,baseColor:c}=n;return{baseColor:s,hoverColor:r,outlineColor:o?c:a,backgroundColor:l(t,n)}},h={"&(strong),&(b)":{fontWeight:e.fontWeight.bold},"&(em),&(i)":{fontStyle:o.fontStyle}},d=(t,i)=>({"&::before":Object.assign(Object.assign({content:'""',position:"absolute"},e.getInsetJssStyle(-3)),{border:"1px solid transparent",borderRadius:e.pxToRemWithUnit(6),transition:e.getTransition("border-color")}),"&:focus::before":{borderColor:t},"&:focus:not(:focus-visible)::before":{borderColor:"transparent"},"&:hover:focus::before":e.hoverMediaQuery({borderColor:i})}),u=(t,i,o)=>{const{baseColor:s,hoverColor:r,backgroundColor:a,outlineColor:l}=c(t,o);return e.getCss({"@global":{":host":{display:"inline-flex",verticalAlign:"top"},span:Object.assign(Object.assign(Object.assign({display:"flex",alignItems:"center",position:"relative",height:e.pxToRemWithUnit(24),padding:`0 ${e.pxToRemWithUnit(6)}`,borderRadius:e.pxToRemWithUnit(4),background:a,color:s},n.textXSmall),{whiteSpace:"nowrap"}),i&&Object.assign({transition:e.getTransition("color")},e.hoverMediaQuery({"&:hover":{color:r}}))),"::slotted":e.addImportantToEachRule(Object.assign(Object.assign(Object.assign({"&(a),&(button)":{display:"inline",position:"static",textDecoration:"underline",cursor:"pointer",font:"inherit",outline:0,color:"inherit"}},Object.entries(d(l,r)).reduce(((e,[t,i])=>(e[t.replace(/^&([a-z:\-()]*)(::[a-z\-]+)$/,"&(a$1)$2, &(button$1)$2")]=i,e)),{})),{"&(button)":{margin:0,padding:0,background:0,border:0,textAlign:"left"},"&(br)":{display:"none"}}),h))},icon:{margin:`0 ${e.pxToRemWithUnit(2)} 0 ${e.pxToRemWithUnit(-2)}`}})},p={theme:e.AllowedTypes.oneOf(i.THEMES),color:e.AllowedTypes.oneOf(a),icon:e.AllowedTypes.string,iconSource:e.AllowedTypes.string},g=(t,i)=>{const n=e.getThemedColors("light"),{baseColor:o,hoverColor:s,contrastMediumColor:a}=n,c=l(t,n);return e.getCss(Object.assign(Object.assign({"@global":{":host":{display:"inline-flex",verticalAlign:"top",outline:e.addImportantToRule(0)},button:Object.assign(Object.assign(Object.assign(Object.assign({position:"relative",minHeight:e.pxToRemWithUnit(48),padding:`${e.pxToRemWithUnit(4)} ${e.pxToRemWithUnit(46)} ${e.pxToRemWithUnit(4)} ${e.pxToRemWithUnit(16)}`,borderRadius:e.pxToRemWithUnit(4),border:0,cursor:"pointer",background:c,color:o,textAlign:"left"},r.textSmall),{outline:0}),d(o,s)),e.hoverMediaQuery({"&:hover > .icon":{color:s}})),"::slotted":e.addImportantToEachRule(h)}},i&&{label:{display:"block",marginBottom:e.pxToRemWithUnit(-4),color:a,fontSize:e.pxToRemWithUnit(14),lineHeight:e.pxToRemWithUnit(20)}}),{icon:{position:"absolute",top:"50%",right:e.pxToRemWithUnit(12),transform:"translate3d(0, -50%, 0)",transition:e.getTransition("color")},"sr-only":e.getScreenReaderOnlyJssStyle()}))},b={color:e.AllowedTypes.oneOf(a),label:e.AllowedTypes.string,aria:e.AllowedTypes.aria(["aria-label"])};return Ls.p_tag=class{constructor(t){e.registerInstance(this,t),this.theme="light",this.color="background-surface"}render(){var i,n;e.validateProps(this,p),e.attachComponentCss(this.host,u,this.color,(i=this.host,n="a,button",!!t.transformSelectorToDirectChildSelector(n).split(",").map((t=>e.getHTMLElement(i,t))).filter((e=>e))[0]),this.theme);const o=e.getPrefixedTagNames(this.host);return e.h("span",null,(this.icon||this.iconSource)&&e.h(o.pIcon,{class:"icon",name:this.icon,source:this.iconSource,color:"inherit",theme:this.theme,"aria-hidden":"true"}),e.h("div",null,e.h("slot",null)))}get host(){return e.getElement(this)}},Ls.p_tag_dismissible=class{constructor(t){e.registerInstance(this,t),this.color="background-surface"}render(){e.validateProps(this,b),e.attachComponentCss(this.host,g,this.color,!!this.label);const t=e.getPrefixedTagNames(this.host);return e.h("button",Object.assign({type:"button"},s.parseAndGetAriaAttributes(this.aria)),e.h("span",{class:"sr-only"},"Remove:"),this.label&&e.h("span",{class:"label"},this.label),e.h("slot",null),e.h(t.pIcon,{class:"icon",name:"close",color:"inherit","aria-hidden":"true"}))}static get delegatesFocus(){return!0}get host(){return e.getElement(this)}},Ls}var Ns,Ds={};function Hs(){if(Ns)return Ds;Ns=1,Object.defineProperty(Ds,"__esModule",{value:!0});const e=hr(),t=Pe(),i=Ke(),n=Lt(),o=Ut(),s=zt(),r=At(),a=as(),l=fn(),c=ai(),h=Xe(),d=nt();Ae(),_e(),xt(),Pt(),Ht(),it(),jt(),ti(),ri();const u=(e,t)=>e===t,p=(t,i,n,o)=>{i&&t.style.setProperty("padding",((t,i,n)=>{const o=e.pxToRemWithUnit("none"!==n?10:11);return"prefix"===i?`${o} ${o} ${o} ${e.pxToRemWithUnit(t)}`:`${o} ${e.pxToRemWithUnit(t)} ${o} ${o}`})(i.offsetWidth,n,o),"important")},g=e=>{e.dispatchEvent(new Event("input",{bubbles:!0}))},b=(t,i,o,a,l,c,h,p,g)=>{const b="light",{baseColor:f,contrastMediumColor:m,activeColor:v,disabledColor:y,hoverColor:w}=e.getThemedColors(b),T=r.isVisibleFormState(o),C=u(c,"search"),x=u(c,"password"),S=C||x,O={color:y,cursor:"not-allowed"};return e.getCss(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({"@global":Object.assign(Object.assign({":host":{display:"block"}},e.addImportantToEachRule(Object.assign(Object.assign({},s.getBaseChildStyles("input",o,b,Object.assign(Object.assign({},!a&&{padding:e.pxToRemWithUnit(T?10:11)}),u(c,"number")?{MozAppearance:"textfield"}:S&&Object.assign({paddingRight:e.pxToRemWithUnit(C&&h?88:48)},C&&!h&&{paddingLeft:e.pxToRemWithUnit(48)})))),{"::slotted(input:-internal-autofill-selected),::slotted(input:-internal-autofill-previewed),::slotted(input:-webkit-autofill),::slotted(input:-webkit-autofill:focus)":{WebkitBackgroundClip:"padding-box"}}))),S&&{button:Object.assign(Object.assign(Object.assign(Object.assign({position:"absolute",bottom:0,right:0,margin:0,width:e.pxToRemWithUnit(48),height:e.pxToRemWithUnit(48),padding:e.pxToRemWithUnit(12),boxSizing:"border-box",outline:"transparent none",appearance:"none",border:"none",textDecoration:"none",background:"transparent",cursor:"pointer",color:f,transition:e.getTransition("color")},e.getFocusJssStyle({offset:T?-5:-4})),e.hoverMediaQuery({"&:not(:disabled):hover":{color:w}})),{"&:active":{color:v},"&:disabled":O}),C&&h&&Object.assign(Object.assign({right:e.pxToRemWithUnit(40)},g&&{"&+button[type=button]":O}),{"&+button[type=submit]":{right:0}}))}),root:{display:"block",position:"relative"}},s.getLabelStyles("input",t,i,o,b,a&&{unit:Object.assign(Object.assign({position:"absolute",bottom:0,["suffix"===l?"right":"left"]:0,padding:e.pxToRemWithUnit(12),zIndex:1,boxSizing:"border-box"},d.textSmall),{color:m})})),n.getFunctionalComponentRequiredStyles(b)),n.getFunctionalComponentStateMessageStyles(b,o)),C&&(p||!h)&&{icon:{position:"absolute",left:0,bottom:0,color:m,padding:e.pxToRemWithUnit(12),pointerEvents:"none"}}),{"sr-only":Object.assign(Object.assign({},e.getScreenReaderOnlyJssStyle()),{padding:0})}))},f=t=>e.getCss(e.buildSlottedStyles(t,Object.assign(Object.assign({},e.getBaseSlottedStyles()),{'& input::-webkit-outer-spin-button, & input::-webkit-inner-spin-button, & input[type="search"]::-webkit-search-decoration':{WebkitAppearance:"none",appearance:"none"},'& input[type="search"]::-webkit-search-cancel-button':{display:"none"},'& input[type="text"]':{"&::-webkit-contacts-auto-fill-button, &::-webkit-credentials-auto-fill-button":{marginRight:"2.4375rem"}}}))),m={label:e.AllowedTypes.string,unit:e.AllowedTypes.string,unitPosition:e.AllowedTypes.oneOf(["prefix","suffix"]),description:e.AllowedTypes.string,state:e.AllowedTypes.oneOf(n.FORM_STATES),message:e.AllowedTypes.string,hideLabel:e.AllowedTypes.breakpoint("boolean"),showCharacterCount:e.AllowedTypes.boolean,actionIcon:e.AllowedTypes.oneOf(["locate",void 0]),actionLoading:e.AllowedTypes.boolean};return Ds.p_text_field_wrapper=class{constructor(t){e.registerInstance(this,t),this.action=e.createEvent(this,"action",3),this.label="",this.unit="",this.unitPosition="prefix",this.description="",this.state="none",this.message="",this.hideLabel=!1,this.showCharacterCount=!0,this.actionLoading=!1,this.showPassword=!1,this.isClearable=!1,this.onLabelClick=()=>{this.input.focus()},this.togglePassword=()=>{this.input.type=u(this.input.type,"password")?"text":"password",this.showPassword=!this.showPassword,this.onLabelClick()},this.onSubmit=e=>{i.handleButtonEvent(e,this.host,(()=>"submit"),(()=>this.input.disabled))},this.onClear=()=>{this.onLabelClick(),this.input.value="",g(this.input)},this.observeAttributes=()=>{e.observeAttributes(this.input,["disabled","readonly","required"],(()=>e.forceUpdate(this.host)))},this.setInputStyles=()=>{p(this.input,this.unitOrCounterElement,this.isCounterVisible?"suffix":this.unitPosition,this.state)}}connectedCallback(){l.attachSlottedCss(this.host,f),this.observeAttributes()}componentWillLoad(){var e,t;this.input=c.getOnlyChildOfKindHTMLElementOrThrow(this.host,["text","number","email","tel","search","url","date","time","month","week","password"].map((e=>`input[type=${e}]`)).join()),this.observeAttributes(),this.isSearch=u(this.input.type,"search"),this.isPassword=u(this.input.type,"password"),this.isWithinForm=(e=this.host,!!h.getClosestHTMLElement(e,"form")),this.hasAction="locate"===this.actionIcon,this.hasCounter=(t=this.input,u(t.type,"text")&&o.hasCounter(t)),this.isCounterVisible=this.showCharacterCount&&this.hasCounter,this.hasUnit=!this.isCounterVisible&&(({type:e},t)=>!!t&&(u(e,"text")||u(e,"number")))(this.input,this.unit),this.isSearch&&(this.isClearable=!!this.input.value,a.observeProperties(this.input,["value"],(()=>this.isClearable=!!this.input.value)))}componentDidLoad(){var e,t;this.hasCounter?o.addInputEventListenerForCounter(this.input,this.ariaElement,this.isCounterVisible&&this.unitOrCounterElement,this.setInputStyles):this.isSearch&&(e=this.input,t=e=>this.isClearable=e,e.addEventListener("input",(e=>{t(!!e.target.value)})),e.addEventListener("keydown",(e=>{"Escape"===e.key&&e.target.value&&(e.preventDefault(),e.target.value="",g(e.target))})))}componentDidRender(){this.setInputStyles(),t.setAriaAttributes(this.input,{label:this.label,message:this.message||this.description,state:this.state})}disconnectedCallback(){e.unobserveAttributes(this.input)}render(){e.validateProps(this,m),(e=>{if(e.length>5)throw new RangeError(`unit: ${e} passed to 'p-text-field-wrapper' exceeds the maximum length of 5`)})(this.unit);const{readOnly:t,disabled:i,type:o}=this.input;e.attachComponentCss(this.host,b,i,this.hideLabel,this.state,this.hasUnit||this.isCounterVisible,this.isCounterVisible?"suffix":this.unitPosition,this.isPassword?"password":o,this.isWithinForm,this.hasAction,this.hasAction&&this.actionLoading);const a=i||t,l={onClick:this.onLabelClick},c={color:"inherit","aria-hidden":"true"},h=e.getPrefixedTagNames(this.host);return e.h(e.Host,null,e.h("div",{class:"root"},e.h("label",{class:"label"},n.hasLabel(this.host,this.label)&&e.h("span",Object.assign({class:"label__text"},l),this.label||e.h("slot",{name:"label"}),r.isRequiredAndParentNotRequired(this.host,this.input)&&e.h(n.Required,null)),s.hasDescription(this.host,this.description)&&e.h("span",Object.assign({class:"label__text label__text--description"},l),this.description||e.h("slot",{name:"description"})),(this.hasUnit||this.isCounterVisible)&&e.h("span",Object.assign({class:"unit"},l,{ref:e=>this.unitOrCounterElement=e,"aria-hidden":"true"}),this.unit),e.h("slot",null),this.hasCounter&&e.h("span",{class:"sr-only",ref:e=>this.ariaElement=e,"aria-live":"polite"})),this.isPassword?e.h("button",{type:"button",onClick:this.togglePassword,disabled:i,"aria-pressed":this.showPassword?"true":"false"},e.h("span",{class:"sr-only"},"Toggle password visibility"),e.h(h.pIcon,Object.assign({name:this.showPassword?"view-off":"view"},c))):this.isSearch&&[e.h("button",{key:"btn-clear",type:"button",tabIndex:-1,hidden:!this.isClearable,disabled:a,onClick:this.onClear},e.h(h.pIcon,Object.assign({name:"close"},c))),this.hasAction&&e.h("button",{key:"btn-action",type:"button",hidden:this.isClearable,disabled:a,onClick:this.actionLoading?null:()=>this.action.emit()},e.h("span",{class:"sr-only"},"Locate me"),this.actionLoading?e.h(h.pSpinner,{size:"inherit"}):e.h(h.pIcon,Object.assign({name:"locate"},c))),this.isWithinForm?e.h("button",{key:"btn-submit",type:"submit",disabled:a,onClick:this.onSubmit},e.h("span",{class:"sr-only"},"Search"),e.h(h.pIcon,Object.assign({name:"search"},c))):e.h(h.pIcon,Object.assign({key:"icon",class:"icon",name:"search"},c))]),n.hasMessage(this.host,this.message,this.state)&&e.h(n.StateMessage,{state:this.state,message:this.message,host:this.host}))}get host(){return e.getElement(this)}},Ds}var zs,Ws={};function Bs(){if(zs)return Ws;zs=1,Object.defineProperty(Ws,"__esModule",{value:!0});const e=hr(),t=fn(),i=Zt(),n=cn(),o=nt(),s=Kn();it(),jt();const r=t=>e.getCss({"@global":{":host":{display:"block",counterReset:e.addImportantToRule("section")},"[role]":Object.assign({display:"block",padding:0,margin:0,color:e.getThemedColors(t).baseColor},o.textSmall)}}),a=t=>e.getCss(e.buildSlottedStyles(t,e.getBaseSlottedStyles({withDarkTheme:!0}))),l={listType:e.AllowedTypes.oneOf(["unordered","ordered"]),orderType:e.AllowedTypes.oneOf(["numbered","alphabetically"]),theme:e.AllowedTypes.oneOf(n.THEMES)},c="--pds-text-list-item-ordered-suffix",h="--pds-text-list-item-unordered-width",d="--pds-text-list-item-unordered-height",u="--pds-text-list-item-unordered-top",p=(t,i)=>{const n="ordered"===t,s={position:"absolute",left:0};return e.getCss({"@global":{"::slotted(*)":{[c]:'""',[h]:e.pxToRemWithUnit(8),[d]:"1px",[u]:"calc(1.5em / 2)"},":host":e.addImportantToEachRule({position:"relative",display:"list-item",color:"inherit",listStyleType:"none",paddingLeft:e.pxToRemWithUnit(n?40:24),"&:before":n?Object.assign(Object.assign(Object.assign({},s),{content:`counters(section,".",${"numbered"===i?"decimal":"lower-latin"}) var(${c},".")`,top:0,width:e.pxToRemWithUnit(24),height:"auto",counterIncrement:"section",textAlign:"right",backgroundColor:"transparent"}),o.textSmall):Object.assign(Object.assign({},s),{content:'""',width:`var(${h},${e.pxToRemWithUnit(4)})`,height:`var(${d},${e.pxToRemWithUnit(4)})`,top:`var(${u},calc(1.5em / 2 - 0.125em))`,backgroundColor:"currentColor"})})}})};return Ws.p_text_list=class{constructor(t){e.registerInstance(this,t),this.listType="unordered",this.orderType="numbered",this.theme="light"}connectedCallback(){t.attachSlottedCss(this.host,a)}render(){e.validateProps(this,l),e.attachComponentCss(this.host,r,this.theme);const t="unordered"===this.listType?"ul":"ol";var n,o,s;return n=this.host,o=this.listType,s=this.orderType,Array.from(n.children).forEach((t=>{t.listType=o,t.orderType=s,e.forceUpdate(t)})),e.h(e.Host,Object.assign({},i.getDataThemeDarkAttribute(this.theme)),e.h(t,{role:"list"},e.h("slot",null)))}get host(){return e.getElement(this)}},Ws.p_text_list_item=class{constructor(t){e.registerInstance(this,t)}connectedCallback(){s.throwIfParentIsNotOfKind(this.host,"p-text-list")}render(){return e.attachComponentCss(this.host,p,this.host.listType||"unordered",this.host.orderType||"numbered"),e.h(e.Host,{role:"listitem"},e.h("slot",null))}get host(){return e.getElement(this)}},Ws}var Us,Fs={};function qs(){if(Us)return Fs;Us=1,Object.defineProperty(Fs,"__esModule",{value:!0});const e=hr(),t=fn(),i=Zt(),n=cn(),o=ao(),s=po(),r=jn(),a=mo(),l=yt(),c=nt();Ui(),Pi(),Ht(),it(),ro();const h=(t,i,n,s,r,h)=>e.getCss({"@global":{":host":{display:"block"},"::slotted":{"&(p),&(address),&(blockquote),&(figcaption),&(cite),&(time),&(legend)":e.addImportantToEachRule(o.getSlottedTypographyJssStyle())}},root:Object.assign(Object.assign(Object.assign(Object.assign({display:"inherit",padding:0,margin:0,textAlign:n},c.textSmall),{color:a.getThemedTextColor(h,s),listStyleType:"none",whiteSpace:"inherit",transition:"font-size 1ms linear"}),r&&o.getEllipsisJssStyle()),e.buildResponsiveStyles(t,(e=>{const t=l.getFontWeight(i);return"inherit"===e?{lineHeight:e,fontSize:e,fontWeight:t}:{font:o.textMap[e].font.replace("400",t)}})))}),d=t=>e.getCss(e.buildSlottedStyles(t,Object.assign({"& button":{margin:0,padding:0,background:0,border:0,cursor:"pointer",font:"inherit"}},Object.entries(e.getBaseSlottedStyles({withDarkTheme:!0})).reduce(((e,[t,i])=>(e[t.includes(" a")?`${t},${t.replace(" a"," button")}`:t]=i,e)),{})))),u={tag:e.AllowedTypes.oneOf(["p","span","div","address","blockquote","figcaption","cite","time","legend"]),size:e.AllowedTypes.breakpoint(r.TEXT_SIZES),weight:e.AllowedTypes.oneOf(r.TEXT_WEIGHTS),align:e.AllowedTypes.oneOf(o.TEXT_ALIGNS),color:e.AllowedTypes.oneOf(s.TEXT_COLORS),ellipsis:e.AllowedTypes.boolean,theme:e.AllowedTypes.oneOf(n.THEMES)};return Fs.p_text=class{constructor(t){e.registerInstance(this,t),this.tag="p",this.size="small",this.weight="regular",this.align="left",this.color="default",this.ellipsis=!1,this.theme="light"}connectedCallback(){t.attachSlottedCss(this.host,d)}componentDidLoad(){o.setLineHeightOnSizeInherit(this.size,this.textTag)}render(){e.validateProps(this,u),e.attachComponentCss(this.host,h,this.size,this.weight,this.align,this.color,this.ellipsis,this.theme);const t=e.getHTMLElement(this.host,":first-child"),n=(null==t?void 0:t.matches("p,span,div,address,blockquote,figcaption,cite,time,legend"))?"div":this.tag;return e.h(e.Host,Object.assign({},i.getDataThemeDarkAttribute(this.theme)),e.h(n,{class:"root",ref:e=>this.textTag=e},e.h("slot",null)))}get host(){return e.getElement(this)}},Fs}var Vs,Js={};function Xs(){if(Vs)return Js;Vs=1,Object.defineProperty(Js,"__esModule",{value:!0});const e=hr(),t=Pe(),i=Lt(),n=Ut(),o=zt(),s=At(),r=fn(),a=ai(),l=nt();Ae(),_e(),xt(),Pt(),Ht(),it(),jt(),ti(),ri();const c=(t,n,r,a,c)=>{const h="light",d=s.isVisibleFormState(r),{contrastMediumColor:u}=e.getThemedColors(h),p=e.pxToRemWithUnit(d?10:11);return e.getCss(Object.assign(Object.assign(Object.assign(Object.assign({"@global":Object.assign({":host":{display:"block"}},e.mergeDeep(e.addImportantToEachRule(o.getBaseChildStyles("textarea",r,h,{padding:a?[p,p,e.pxToRemWithUnit(36)].join(" "):p,resize:"vertical"})),{"::slotted(textarea)":{minHeight:e.pxToRemWithUnit(192)}}))},o.getLabelStyles("textarea",t,n,r,h,a&&{counter:Object.assign(Object.assign({position:"absolute",bottom:e.pxToRemWithUnit(6),right:e.pxToRemWithUnit(12),zIndex:1},l.textSmall),{color:u})})),i.getFunctionalComponentRequiredStyles(h)),i.getFunctionalComponentStateMessageStyles(h,r)),c&&{"sr-only":Object.assign(Object.assign({},e.getScreenReaderOnlyJssStyle()),{padding:0})}))},h=t=>e.getCss(e.buildSlottedStyles(t,e.getBaseSlottedStyles())),d={label:e.AllowedTypes.string,description:e.AllowedTypes.string,state:e.AllowedTypes.oneOf(i.FORM_STATES),message:e.AllowedTypes.string,hideLabel:e.AllowedTypes.breakpoint("boolean"),showCharacterCount:e.AllowedTypes.boolean};return Js.p_textarea_wrapper=class{constructor(t){e.registerInstance(this,t),this.label="",this.description="",this.state="none",this.message="",this.hideLabel=!1,this.showCharacterCount=!0,this.onLabelClick=()=>{this.textarea.focus()},this.observeAttributes=()=>{e.observeAttributes(this.textarea,["disabled","readonly","required"],(()=>e.forceUpdate(this.host)))}}connectedCallback(){r.attachSlottedCss(this.host,h),this.observeAttributes()}componentWillLoad(){this.textarea=a.getOnlyChildOfKindHTMLElementOrThrow(this.host,"textarea"),this.observeAttributes(),this.hasCounter=n.hasCounter(this.textarea),this.isCounterVisible=this.showCharacterCount&&this.hasCounter}componentDidLoad(){this.hasCounter&&n.addInputEventListenerForCounter(this.textarea,this.ariaElement,this.counterElement)}componentDidRender(){t.setAriaAttributes(this.textarea,{label:this.label,message:this.message||this.description,state:this.state})}disconnectedCallback(){e.unobserveAttributes(this.textarea)}render(){e.validateProps(this,d),e.attachComponentCss(this.host,c,this.textarea.disabled,this.hideLabel,this.state,this.isCounterVisible,this.hasCounter);const t={onClick:this.onLabelClick};return e.h(e.Host,null,e.h("label",{class:"label"},i.hasLabel(this.host,this.label)&&e.h("span",Object.assign({class:"label__text"},t),this.label||e.h("slot",{name:"label"}),s.isRequiredAndParentNotRequired(this.host,this.textarea)&&e.h(i.Required,null)),o.hasDescription(this.host,this.description)&&e.h("span",Object.assign({class:"label__text label__text--description"},t),this.description||e.h("slot",{name:"description"})),this.isCounterVisible&&e.h("span",Object.assign({class:"counter"},t,{"aria-hidden":"true",ref:e=>this.counterElement=e})),e.h("slot",null),this.hasCounter&&e.h("span",{class:"sr-only",ref:e=>this.ariaElement=e,"aria-live":"polite"})),i.hasMessage(this.host,this.message,this.state)&&e.h(i.StateMessage,{state:this.state,message:this.message,host:this.host}))}get host(){return e.getElement(this)}},Js}var Ks,Gs={};function Qs(){if(Ks)return Gs;Ks=1,Object.defineProperty(Gs,"__esModule",{value:!0});const e=hr(),t=zi(),i=at(),n=pi(),o=cn(),s=ds(),r=nt();ji(),it();const a=new class{constructor(){this.messages=[],this.dismissToastItem=()=>{this.removeTimeout(),this.messages.shift(),this.onDismissCallback(),setTimeout((()=>e.forceUpdate(this.toastEl)),t.ANIMATION_DURATION)}}register(e,t){if(this.toastEl)throw new Error("<p-toast> was rendered multiple times.");this.toastEl=e,this.onDismissCallback=t}unregister(){this.toastEl=null,this.messages=[],this.removeTimeout()}addMessage(t){if(!this.toastEl)throw new Error("Missing <p-toast> element.");if(!t.text)throw new Error("Empty text provided to addMessage.");const i=Object.assign({state:"neutral"},t),{length:n}=this.messages;this.messages.push(i),n||e.forceUpdate(this.toastEl)}getToast(){return this.startTimeout(),this.messages[0]}startTimeout(){this.messages.length&&(this.timeout=setTimeout(this.dismissToastItem,6e3))}removeTimeout(){clearTimeout(this.timeout),this.timeout=null}},l="--p-toast-position-bottom-internal",c="close",h=()=>e.getCss({"@global":{":host":e.addImportantToEachRule({position:"fixed",left:n.gridSafeZone.base,right:n.gridSafeZone.base,[l]:`var(--p-toast-position-bottom, ${e.pxToRemWithUnit(56)})`,bottom:`var(${l})`,maxWidth:"42rem",zIndex:i.TOAST_Z_INDEX,[e.mediaQueryMin("s")]:{left:e.pxToRemWithUnit(64),right:"auto",[l]:`var(--p-toast-position-bottom, ${e.pxToRemWithUnit(64)})`,bottom:`var(${l})`}}),"@keyframes in":t.getKeyframesMobile("in",l),"@keyframes out":t.getKeyframesMobile("out",l)},hydrated:t.getAnimationIn("in",!1),[c]:t.getAnimationOut("out")}),d={theme:e.AllowedTypes.oneOf(o.THEMES)},u=(i,n)=>{const o=e.getThemedColors("light").baseColor;return e.getCss({"@global":{":host":Object.assign(Object.assign({},t.getNotificationRootJssStyle(i,n)),t.getBoxShadow()),p:Object.assign(Object.assign({},r.textSmall),{margin:0,color:o})},icon:t.getNotificationIconJssStyle(i),content:t.getNotificationContentJssStyle(),close:t.getCloseIconJssStyle()})},p={text:e.AllowedTypes.string,state:e.AllowedTypes.oneOf(["neutral","success"]),theme:e.AllowedTypes.oneOf(o.THEMES)};return Gs.p_toast=class{constructor(t){e.registerInstance(this,t),this.theme="light"}addMessage(e){a.addMessage(e)}connectedCallback(){a.register(this.host,(()=>this.toastItemElement.classList.add(c)))}componentDidLoad(){this.host.addEventListener("dismiss",(e=>{e.stopPropagation(),a.dismissToastItem()}))}componentShouldUpdate(e,t,i){return"theme"!==i}disconnectedCallback(){a.unregister()}render(){var t;e.validateProps(this,d),e.attachComponentCss(this.host,h),null===(t=this.toastItemElement)||void 0===t||t.classList.remove(c);const i=e.getPrefixedTagNames(this.host),n=a.getToast();return e.h(e.Host,null,n&&e.h(i.pToastItem,Object.assign({},n,{theme:this.theme,ref:e=>this.toastItemElement=e})))}get host(){return e.getElement(this)}},Gs.p_toast_item=class{constructor(t){e.registerInstance(this,t),this.dismiss=e.createEvent(this,"dismiss",7),this.text="",this.state="neutral",this.theme="light"}connectedCallback(){s.throwIfRootNodeIsNotOneOfKind(this.host,["p-toast"])}render(){e.validateProps(this,p),e.attachComponentCss(this.host,u,this.state,this.theme);const i="toast",n=e.getPrefixedTagNames(this.host);return e.h(e.Host,null,e.h(n.pIcon,{class:"icon",name:t.getInlineNotificationIconName(this.state),color:"inherit","aria-hidden":"true"}),e.h("p",{id:i,class:"content",role:"status","aria-live":"polite"},this.text),e.h(n.pButtonPure,{class:"close",type:"button",icon:"close",hideLabel:!0,"aria-controls":i,onClick:this.dismiss.emit},"Close notification message"))}get host(){return e.getElement(this)}},Gs}var Zs,Ys,er={};function tr(){if(Zs)return er;Zs=1;const e=hr(),t=ze();return(()=>{const t="undefined"==typeof document?new(nr("/src/lib")("url").URL)("file:"+__filename).href:document.currentScript&&document.currentScript.src||new URL("porsche-design-system.cjs.js",document.baseURI).href,i={};return""!==t&&(i.resourcesUrl=new URL(".",t).href),e.promiseResolve(i)})().then((i=>(window.PDS_SKIP_FETCH||t.globalScripts(),e.bootstrapLazy([["p-table_7.cjs",[[1,"p-table",{caption:[1],isScrollIndicatorVisible:[32],isScrollable:[32]}],[1,"p-table-body"],[1,"p-table-cell",{multiline:[4]}],[1,"p-table-head"],[1,"p-table-head-cell",{sort:[16],hideLabel:[4,"hide-label"],multiline:[4]}],[1,"p-table-head-row"],[1,"p-table-row"]]],["p-banner_2.cjs",[[1,"p-banner",{state:[1],persistent:[4],width:[1],theme:[1]}],[1,"p-inline-notification",{heading:[1],description:[1],state:[1],persistent:[4],actionLabel:[1,"action-label"],actionLoading:[4,"action-loading"],actionIcon:[1,"action-icon"],theme:[1]}]]],["p-button_2.cjs",[[17,"p-button",{tabbable:[4],type:[1],disabled:[4],loading:[4],variant:[1],icon:[1],iconSource:[1,"icon-source"],hideLabel:[8,"hide-label"],theme:[1],aria:[1]},[[2,"click","onClick"]]],[1,"p-button-group",{direction:[1]}]]],["p-flex_2.cjs",[[1,"p-flex",{inline:[8],wrap:[1],direction:[1],justifyContent:[1,"justify-content"],alignItems:[1,"align-items"],alignContent:[1,"align-content"]}],[1,"p-flex-item",{width:[1],offset:[1],alignSelf:[1,"align-self"],grow:[8],shrink:[8],flex:[1]}]]],["p-grid_2.cjs",[[1,"p-grid",{direction:[1],wrap:[1],gutter:[8]}],[1,"p-grid-item",{size:[8],offset:[8]}]]],["p-segmented-control_2.cjs",[[1,"p-segmented-control",{backgroundColor:[1,"background-color"],theme:[1],value:[8]}],[17,"p-segmented-control-item",{value:[8],disabled:[4],label:[1],icon:[1],iconSource:[1,"icon-source"]},[[2,"click","onClick"]]]]],["p-select-wrapper_2.cjs",[[1,"p-select-wrapper",{label:[1],description:[1],state:[1],message:[1],hideLabel:[8,"hide-label"],filter:[4],theme:[1],dropdownDirection:[1,"dropdown-direction"],native:[4]}],[1,"p-select-wrapper-dropdown",{selectRef:[16],label:[1],description:[1],message:[1],state:[1],direction:[1],theme:[1],filter:[4],required:[4],disabled:[4],onOpenChange:[16],isOpenOverride:[4,"is-open-override"],isOpen:[32],optionMaps:[32],searchString:[32]}]]],["p-stepper-horizontal_2.cjs",[[1,"p-stepper-horizontal",{size:[1],theme:[1]}],[17,"p-stepper-horizontal-item",{state:[1],disabled:[4]},[[2,"click","onClick"]]]]],["p-tabs_2.cjs",[[1,"p-tabs",{size:[1],weight:[1],theme:[1],gradientColorScheme:[1,"gradient-color-scheme"],activeTabIndex:[1026,"active-tab-index"],tabsItemElements:[32]}],[1,"p-tabs-item",{label:[1]}]]],["p-tag_2.cjs",[[1,"p-tag",{theme:[1],color:[1],icon:[1],iconSource:[1,"icon-source"]}],[17,"p-tag-dismissible",{color:[1],label:[1],aria:[1]}]]],["p-text-list_2.cjs",[[1,"p-text-list",{listType:[1,"list-type"],orderType:[1,"order-type"],theme:[1]}],[1,"p-text-list-item"]]],["p-toast_2.cjs",[[1,"p-toast",{theme:[1],addMessage:[64]}],[1,"p-toast-item",{text:[1],state:[1],theme:[1]}]]],["p-accordion.cjs",[[1,"p-accordion",{size:[1],theme:[1],heading:[1],tag:[1],open:[4],compact:[4]}]]],["p-button-pure.cjs",[[17,"p-button-pure",{tabbable:[4],type:[1],disabled:[4],loading:[4],size:[1],weight:[1],icon:[1],iconSource:[1,"icon-source"],active:[4],hideLabel:[8,"hide-label"],alignLabel:[1,"align-label"],stretch:[8],theme:[1],aria:[1]},[[2,"click","onClick"]]]]],["p-carousel.cjs",[[1,"p-carousel",{heading:[1],description:[1],wrapContent:[4,"wrap-content"],slidesPerPage:[1032,"slides-per-page"],disablePagination:[1032,"disable-pagination"],intl:[1],theme:[1],amountOfPages:[32]}]]],["p-checkbox-wrapper.cjs",[[1,"p-checkbox-wrapper",{label:[1],state:[1],message:[1],hideLabel:[8,"hide-label"]}]]],["p-content-wrapper.cjs",[[1,"p-content-wrapper",{width:[1],backgroundColor:[1,"background-color"],theme:[1]}]]],["p-divider.cjs",[[1,"p-divider",{color:[1],orientation:[1],theme:[1]}]]],["p-fieldset-wrapper.cjs",[[1,"p-fieldset-wrapper",{label:[1],labelSize:[1,"label-size"],required:[4],state:[1],message:[1]}]]],["p-headline.cjs",[[1,"p-headline",{variant:[1],tag:[1],align:[1],color:[1],ellipsis:[4],theme:[1]}]]],["p-icon.cjs",[[1,"p-icon",{name:[1],source:[1],color:[1],size:[1],lazy:[4],theme:[1],aria:[1]}]]],["p-link.cjs",[[17,"p-link",{variant:[1],icon:[1],iconSource:[1,"icon-source"],href:[1],theme:[1],target:[1],download:[1],rel:[1],hideLabel:[8,"hide-label"],aria:[1]}]]],["p-link-pure.cjs",[[17,"p-link-pure",{alignLabel:[1,"align-label"],stretch:[8],size:[1],weight:[1],icon:[1],iconSource:[1,"icon-source"],href:[1],active:[4],hideLabel:[8,"hide-label"],theme:[1],target:[1],download:[1],rel:[1],aria:[1]}]]],["p-link-social.cjs",[[17,"p-link-social",{icon:[1],iconSource:[1,"icon-source"],href:[1],theme:[1],target:[1],rel:[1],hideLabel:[8,"hide-label"]}]]],["p-link-tile.cjs",[[17,"p-link-tile",{size:[1],weight:[1],aspectRatio:[1,"aspect-ratio"],label:[1],description:[1],align:[1],gradient:[4],compact:[1032],href:[1],target:[1],download:[1],rel:[1],aria:[1]}]]],["p-marque.cjs",[[17,"p-marque",{trademark:[4],size:[1],href:[1],target:[1],aria:[1]}]]],["p-modal.cjs",[[1,"p-modal",{open:[4],disableCloseButton:[4,"disable-close-button"],disableBackdropClick:[4,"disable-backdrop-click"],heading:[1],fullscreen:[8],aria:[1]}]]],["p-pagination.cjs",[[17,"p-pagination",{totalItemsCount:[2,"total-items-count"],itemsPerPage:[2,"items-per-page"],activePage:[1026,"active-page"],maxNumberOfPageLinks:[8,"max-number-of-page-links"],allyLabel:[1,"ally-label"],allyLabelPrev:[1,"ally-label-prev"],allyLabelPage:[1,"ally-label-page"],allyLabelNext:[1,"ally-label-next"],theme:[1],breakpointMaxNumberOfPageLinks:[32]}]]],["p-popover.cjs",[[1,"p-popover",{direction:[1],description:[1],aria:[1],open:[32]}]]],["p-radio-button-wrapper.cjs",[[1,"p-radio-button-wrapper",{label:[1],state:[1],message:[1],hideLabel:[8,"hide-label"]}]]],["p-scroller.cjs",[[1,"p-scroller",{theme:[1],gradientColorScheme:[1,"gradient-color-scheme"],scrollToPosition:[1,"scroll-to-position"],scrollIndicatorPosition:[1,"scroll-indicator-position"],isPrevHidden:[32],isNextHidden:[32]}]]],["p-spinner.cjs",[[1,"p-spinner",{size:[1],theme:[1],aria:[1]}]]],["p-switch.cjs",[[17,"p-switch",{alignLabel:[1,"align-label"],hideLabel:[8,"hide-label"],stretch:[8],checked:[4],disabled:[4],loading:[4],tabbable:[4],theme:[1]},[[2,"click","onClick"]]]]],["p-tabs-bar.cjs",[[1,"p-tabs-bar",{size:[1],weight:[1],theme:[1],gradientColorScheme:[1,"gradient-color-scheme"],activeTabIndex:[2,"active-tab-index"],tabElements:[32]}]]],["p-text.cjs",[[1,"p-text",{tag:[1],size:[1],weight:[1],align:[1],color:[1],ellipsis:[4],theme:[1]}]]],["p-text-field-wrapper.cjs",[[1,"p-text-field-wrapper",{label:[1],unit:[1],unitPosition:[1,"unit-position"],description:[1],state:[1],message:[1],hideLabel:[8,"hide-label"],showCharacterCount:[4,"show-character-count"],actionIcon:[1,"action-icon"],actionLoading:[4,"action-loading"],showPassword:[32],isClearable:[32]}]]],["p-textarea-wrapper.cjs",[[1,"p-textarea-wrapper",{label:[1],description:[1],state:[1],message:[1],hideLabel:[8,"hide-label"],showCharacterCount:[4,"show-character-count"]}]]]],i)))),er}function ir(){return Ys||(Ys={"/src/index.js":ur,"/src/lib/a11y-c08ecadf.js":Pe,"/src/lib/align-label-ec43792c.js":Ne,"/src/lib/app-globals-dbb645f2.js":ze,"/src/lib/button-aria-attributes-72e7209e.js":Ue,"/src/lib/button-handling-bab407b8.js":Ke,"/src/lib/checkbox-radio-styles-c76de06d.js":ot,"/src/lib/constants-6ecb3cbb.js":at,"/src/lib/focus-visible-fallback-79d7a743.js":pt,"/src/lib/font-size-76fbabb5.js":ft,"/src/lib/font-variant-3152c40c.js":it,"/src/lib/font-weight-styles-3713f972.js":yt,"/src/lib/form-styles-bbfa031d.js":zt,"/src/lib/form-utils-3e60ff9b.js":Ut,"/src/lib/get-button-base-aria-attributes-a7f09359.js":Vt,"/src/lib/getClickedItem-874c0e27.js":Kt,"/src/lib/getClosestHTMLElement-883782e1.js":Xe,"/src/lib/getDataThemeDarkAttribute-be758a5d.js":Zt,"/src/lib/getHTMLElements-d3d6e3ec.js":ti,"/src/lib/getOnlyChildOfKindHTMLElementOrThrow-6467bce1.js":ai,"/src/lib/getSlotTextContent-92592b66.js":hi,"/src/lib/grid-safe-zone-e3f9ef19.js":pi,"/src/lib/grid-width-5508cf5a.js":fi,"/src/lib/has-document-f0620e06.js":ut,"/src/lib/hasAttribute-cffeb74d.js":yi,"/src/lib/hasNamedSlot-661386fe.js":xt,"/src/lib/headingMedium-3d3feb05.js":Ci,"/src/lib/headingSmall-98d62a2e.js":Oi,"/src/lib/headingXSmall-6e880d7d.js":ji,"/src/lib/headline-utils-cad9cb61.js":Ii,"/src/lib/index-a79275f1.js":Pi,"/src/lib/index.cjs.js":Ni,"/src/lib/inline-notification-utils-40f729b1.js":zi,"/src/lib/isParentOfKind-23b78517.js":jt,"/src/lib/isSizeInherit-af19f37f.js":Ui,"/src/lib/isVisibleFormState-856d5aeb.js":At,"/src/lib/link-button-pure-styles-429f48c9.js":Vi,"/src/lib/link-button-styles-c3f1349e.js":Ki,"/src/lib/link-button-variant-b6978694.js":Zi,"/src/lib/link-utils-ea33fbd4.js":tn,"/src/lib/loader.cjs.js":dr,"/src/lib/p-accordion.cjs.entry.js":dn,"/src/lib/p-banner_2.cjs.entry.js":mn,"/src/lib/p-button_2.cjs.entry.js":wn,"/src/lib/p-button-pure.cjs.entry.js":An,"/src/lib/p-carousel.cjs.entry.js":$n,"/src/lib/p-checkbox-wrapper.cjs.entry.js":Ln,"/src/lib/p-content-wrapper.cjs.entry.js":Dn,"/src/lib/p-divider.cjs.entry.js":Wn,"/src/lib/p-fieldset-wrapper.cjs.entry.js":Fn,"/src/lib/p-flex_2.cjs.entry.js":Gn,"/src/lib/p-grid_2.cjs.entry.js":Yn,"/src/lib/p-headline.cjs.entry.js":lo,"/src/lib/p-icon.cjs.entry.js":vo,"/src/lib/p-link-pure.cjs.entry.js":To,"/src/lib/p-link-social.cjs.entry.js":Eo,"/src/lib/p-link-tile.cjs.entry.js":Ro,"/src/lib/p-link.cjs.entry.js":_o,"/src/lib/p-marque.cjs.entry.js":Mo,"/src/lib/p-modal.cjs.entry.js":Ho,"/src/lib/p-pagination.cjs.entry.js":Bo,"/src/lib/p-popover.cjs.entry.js":qo,"/src/lib/p-radio-button-wrapper.cjs.entry.js":Xo,"/src/lib/p-scroller.cjs.entry.js":es,"/src/lib/p-segmented-control_2.cjs.entry.js":ns,"/src/lib/p-select-wrapper_2.cjs.entry.js":us,"/src/lib/p-spinner.cjs.entry.js":bs,"/src/lib/p-stepper-horizontal_2.cjs.entry.js":vs,"/src/lib/p-switch.cjs.entry.js":Ts,"/src/lib/p-table_7.cjs.entry.js":Ss,"/src/lib/p-tabs_2.cjs.entry.js":Rs,"/src/lib/p-tabs-bar.cjs.entry.js":_s,"/src/lib/p-tag_2.cjs.entry.js":Ms,"/src/lib/p-text-field-wrapper.cjs.entry.js":Hs,"/src/lib/p-text-list_2.cjs.entry.js":Bs,"/src/lib/p-text.cjs.entry.js":qs,"/src/lib/p-textarea-wrapper.cjs.entry.js":Xs,"/src/lib/p-toast_2.cjs.entry.js":Qs,"/src/lib/porsche-design-system.cjs.js":tr,"/src/lib/property-observer-51888ca1.js":as,"/src/lib/removeAttribute-5be430c3.js":Ae,"/src/lib/required-2388295d.js":Lt,"/src/lib/scrolling-e003cf8f.js":Yo,"/src/lib/setAttribute-577f81e1.js":_e,"/src/lib/slotted-styles-2e0bc1a1.js":fn,"/src/lib/spacing-e5cb5c6c.js":Pt,"/src/lib/tabs-bar-utils-a0d767ac.js":As,"/src/lib/text-color-72d4ce2d.js":po,"/src/lib/text-icon-styles-17e42b70.js":mo,"/src/lib/text-weight-95fe4a02.js":jn,"/src/lib/textLarge-22fb046d.js":ro,"/src/lib/textSmall-d7a9ff60.js":nt,"/src/lib/textXSmall-106b696b.js":Ht,"/src/lib/theme-25a5ded7.js":cn,"/src/lib/theme-extended-electric-4bdca7da.js":hn,"/src/lib/theme-extended-electric-dark-ca273a17.js":Sn,"/src/lib/throwIfInvalidLinkUsage-66aa2836.js":ko,"/src/lib/throwIfParentIsNotOfKind-11ec579c.js":Kn,"/src/lib/throwIfRootNodeIsNotOneOfKind-18885fdb.js":ds,"/src/lib/transformSelectorToDirectChildSelector-f570e779.js":ri,"/src/lib/typography-styles-811e4de4.js":ao,"/src/lib/validateProps-2db4aea3.js":hr})}function nr(e){function t(t){var i=or(t,e);if(null!==i)return ir()[i]();throw new Error('Could not dynamically require "'+t+'". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.')}return t.resolve=function(t){var i=or(t,e);return null!==i?i:require.resolve(t)},t}function or(e,t){var i,n=function(e){var t=e[0];if("/"===t||"\\"===t)return!1;var i=e[1],n=e[2];return!(!("."!==t||i&&"/"!==i&&"\\"!==i)||!("."!==t||"."!==i||n&&"/"!==n&&"\\"!==n))&&(":"!==i||"/"!==n&&"\\"!==n)}(e);"/"===(e=sr(e))[0]&&(t="");for(var o=ir(),s=["",".js",".json"];!(i=sr(n?t+"/node_modules/"+e:t+"/"+e)).endsWith("/..");){for(var r=0;r<s.length;r++){var a=i+s[r];if(o[a])return a}if(!n)break;var l=sr(t+"/..");if(l===t)break;t=l}return null}function sr(e){for(var t=(e=e.replace(/\\/g,"/")).split("/"),i=""===t[0],n=1;n<t.length;n++)"."!==t[n]&&""!==t[n]||t.splice(n--,1);for(n=1;n<t.length;n++)".."===t[n]&&n>0&&".."!==t[n-1]&&"."!==t[n-1]&&(t.splice(--n,2),n--);return e=t.join("/"),i&&"/"!==e[0]?e="/"+e:0===e.length&&(e="."),e}var rr,ar,lr,cr={};function hr(){return rr||(rr=1,function(e){function t(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(i){if("default"!==i){var n=Object.getOwnPropertyDescriptor(e,i);Object.defineProperty(t,i,n.get?n:{enumerable:!0,get:function(){return e[i]}})}})),t.default=e,Object.freeze(t)}let i,n,o=!1,s=!1;const r="undefined"!=typeof window?window:{},a=r.document||{head:{}},l={$flags$:0,$resourcesUrl$:"",jmp:e=>e(),raf:e=>requestAnimationFrame(e),ael:(e,t,i,n)=>e.addEventListener(t,i,n),rel:(e,t,i,n)=>e.removeEventListener(t,i,n),ce:(e,t)=>new CustomEvent(e,t)},c=e=>Promise.resolve(e),h=(e,t,i,n)=>{i&&i.map((([i,n,o])=>{const s=e,r=d(t,o),a=u(i);l.ael(s,n,r,a),(t.$rmListeners$=t.$rmListeners$||[]).push((()=>l.rel(s,n,r,a)))}))},d=(e,t)=>i=>{try{256&e.$flags$?e.$lazyInstance$[t](i):(e.$queuedListeners$=e.$queuedListeners$||[]).push([t,i])}catch(e){Y(e)}},u=e=>0!=(2&e),p="http://www.w3.org/1999/xlink",g={},b=e=>"object"===(e=typeof e)||"function"===e,f=(e,t,...i)=>{let n=null,o=null,s=!1,r=!1;const a=[],l=t=>{for(let i=0;i<t.length;i++)n=t[i],Array.isArray(n)?l(n):null!=n&&"boolean"!=typeof n&&((s="function"!=typeof e&&!b(n))&&(n=String(n)),s&&r?a[a.length-1].$text$+=n:a.push(s?m(null,n):n),r=s)};if(l(i),t){t.key&&(o=t.key);{const e=t.className||t.class;e&&(t.class="object"!=typeof e?e:Object.keys(e).filter((t=>e[t])).join(" "))}}if("function"==typeof e)return e(null===t?{}:t,a,y);const c=m(e,null);return c.$attrs$=t,a.length>0&&(c.$children$=a),c.$key$=o,c},m=(e,t)=>{const i={$flags$:0,$tag$:e,$text$:t,$elm$:null,$children$:null,$attrs$:null,$key$:null};return i},v={},y={forEach:(e,t)=>e.map(w).forEach(t),map:(e,t)=>e.map(w).map(t).map(T)},w=e=>({vattrs:e.$attrs$,vchildren:e.$children$,vkey:e.$key$,vname:e.$name$,vtag:e.$tag$,vtext:e.$text$}),T=e=>{if("function"==typeof e.vtag){const t=Object.assign({},e.vattrs);return e.vkey&&(t.key=e.vkey),e.vname&&(t.name=e.vname),f(e.vtag,t,...e.vchildren||[])}const t=m(e.vtag,e.vtext);return t.$attrs$=e.vattrs,t.$children$=e.vchildren,t.$key$=e.vkey,t.$name$=e.vname,t},C=(e,t,i,n,o,s)=>{if(i!==n){let a=Z(e,t),c=t.toLowerCase();if("class"===t){const t=e.classList,o=S(i),s=S(n);t.remove(...o.filter((e=>e&&!s.includes(e)))),t.add(...s.filter((e=>e&&!o.includes(e))))}else if("style"===t){for(const t in i)n&&null!=n[t]||(t.includes("-")?e.style.removeProperty(t):e.style[t]="");for(const t in n)i&&n[t]===i[t]||(t.includes("-")?e.style.setProperty(t,n[t]):e.style[t]=n[t])}else if("key"===t);else if("ref"===t)n&&n(e);else if(a||"o"!==t[0]||"n"!==t[1]){const r=b(n);if((a||r&&null!==n)&&!o)try{if(e.tagName.includes("-"))e[t]=n;else{const o=null==n?"":n;"list"===t?a=!1:null!=i&&e[t]==o||(e[t]=o)}}catch(e){}let l=!1;c!==(c=c.replace(/^xlink\:?/,""))&&(t=c,l=!0),null==n||!1===n?!1===n&&""!==e.getAttribute(t)||(l?e.removeAttributeNS(p,t):e.removeAttribute(t)):(!a||4&s||o)&&!r&&(n=!0===n?"":n,l?e.setAttributeNS(p,t,n):e.setAttribute(t,n))}else t="-"===t[2]?t.slice(3):Z(r,c)?c.slice(2):c[2]+t.slice(3),i&&l.rel(e,t,i,!1),n&&l.ael(e,t,n,!1)}},x=/\s/,S=e=>e?e.split(x):[],O=(e,t,i,n)=>{const o=11===t.$elm$.nodeType&&t.$elm$.host?t.$elm$.host:t.$elm$,s=e&&e.$attrs$||g,r=t.$attrs$||g;for(n in s)n in r||C(o,n,s[n],void 0,i,t.$flags$);for(n in r)C(o,n,s[n],r[n],i,t.$flags$)},k=(e,t,n,s)=>{const r=t.$children$[n];let l,c,h=0;if(null!==r.$text$)l=r.$elm$=a.createTextNode(r.$text$);else{if(o||(o="svg"===r.$tag$),l=r.$elm$=a.createElementNS(o?"http://www.w3.org/2000/svg":"http://www.w3.org/1999/xhtml",r.$tag$),o&&"foreignObject"===r.$tag$&&(o=!1),O(null,r,o),null!=i&&l["s-si"]!==i&&l.classList.add(l["s-si"]=i),r.$children$)for(h=0;h<r.$children$.length;++h)c=k(e,r,h),c&&l.appendChild(c);"svg"===r.$tag$?o=!1:"foreignObject"===l.tagName&&(o=!0)}return l},E=(e,t,i,o,s,r)=>{let a,l=e;for(l.shadowRoot&&l.tagName===n&&(l=l.shadowRoot);s<=r;++s)o[s]&&(a=k(null,i,s),a&&(o[s].$elm$=a,l.insertBefore(a,t)))},j=(e,t,i,n,o)=>{for(;t<=i;++t)(n=e[t])&&(o=n.$elm$,I(n),o.remove())},A=(e,t)=>e.$tag$===t.$tag$&&e.$key$===t.$key$,R=(e,t)=>{const i=t.$elm$=e.$elm$,n=e.$children$,s=t.$children$,r=t.$tag$,a=t.$text$;null===a?(o="svg"===r||"foreignObject"!==r&&o,"slot"===r||O(e,t,o),null!==n&&null!==s?((e,t,i,n)=>{let o,s,r=0,a=0,l=0,c=0,h=t.length-1,d=t[0],u=t[h],p=n.length-1,g=n[0],b=n[p];for(;r<=h&&a<=p;)if(null==d)d=t[++r];else if(null==u)u=t[--h];else if(null==g)g=n[++a];else if(null==b)b=n[--p];else if(A(d,g))R(d,g),d=t[++r],g=n[++a];else if(A(u,b))R(u,b),u=t[--h],b=n[--p];else if(A(d,b))R(d,b),e.insertBefore(d.$elm$,u.$elm$.nextSibling),d=t[++r],b=n[--p];else if(A(u,g))R(u,g),e.insertBefore(u.$elm$,d.$elm$),u=t[--h],g=n[++a];else{for(l=-1,c=r;c<=h;++c)if(t[c]&&null!==t[c].$key$&&t[c].$key$===g.$key$){l=c;break}l>=0?(s=t[l],s.$tag$!==g.$tag$?o=k(t&&t[a],i,l):(R(s,g),t[l]=void 0,o=s.$elm$),g=n[++a]):(o=k(t&&t[a],i,a),g=n[++a]),o&&d.$elm$.parentNode.insertBefore(o,d.$elm$)}r>h?E(e,null==n[p+1]?null:n[p+1].$elm$,i,n,a,p):a>p&&j(t,r,h)})(i,n,t,s):null!==s?(null!==e.$text$&&(i.textContent=""),E(i,null,t,s,0,s.length-1)):null!==n&&j(n,0,n.length-1),o&&"svg"===r&&(o=!1)):e.$text$!==a&&(i.data=a)},I=e=>{e.$attrs$&&e.$attrs$.ref&&e.$attrs$.ref(null),e.$children$&&e.$children$.map(I)},$=(e,t)=>{const o=e.$hostElement$,s=e.$vnode$||m(null,null),r=(a=t)&&a.$tag$===v?t:f(null,null,t);var a;n=o.tagName,r.$tag$=null,r.$flags$|=4,e.$vnode$=r,r.$elm$=s.$elm$=o.shadowRoot||o,i=o["s-sc"],R(s,r)},_=e=>G(e).$hostElement$,P=(e,t,i)=>{const n=l.ce(t,i);return e.dispatchEvent(n),n},L=(e,t)=>{t&&!e.$onRenderResolve$&&t["s-p"]&&t["s-p"].push(new Promise((t=>e.$onRenderResolve$=t)))},M=(e,t)=>{if(e.$flags$|=16,4&e.$flags$)return void(e.$flags$|=512);L(e,e.$ancestorComponent$);return le((()=>N(e,t)))},N=(e,t)=>{const i=(e.$cmpMeta$.$tagName$,()=>{}),n=e.$lazyInstance$;let o;return t?(e.$flags$|=256,e.$queuedListeners$&&(e.$queuedListeners$.map((([e,t])=>B(n,e,t))),e.$queuedListeners$=null),o=B(n,"componentWillLoad")):o=B(n,"componentWillUpdate"),i(),U(o,(()=>D(e,n)))},D=async(e,t,i)=>{const n=e.$hostElement$,o=(e.$cmpMeta$.$tagName$,()=>{}),s=n["s-rc"],r=(e.$cmpMeta$.$tagName$,()=>{});n.hasDSR&&(n.shadowRoot.innerHTML="",delete n.hasDSR),H(e,t),s&&(s.map((e=>e())),n["s-rc"]=void 0),r(),o();{const t=n["s-p"],i=()=>z(e);0===t.length?i():(Promise.all(t).then(i),e.$flags$|=4,t.length=0)}},H=(e,t,i)=>{try{t=t.render(),e.$flags$&=-17,e.$flags$|=2,$(e,t)}catch(t){Y(t,e.$hostElement$)}return null},z=e=>{e.$cmpMeta$.$tagName$;const t=e.$hostElement$,i=()=>{},n=e.$lazyInstance$,o=e.$ancestorComponent$;B(n,"componentDidRender"),64&e.$flags$?(B(n,"componentDidUpdate"),i()):(e.$flags$|=64,F(t),B(n,"componentDidLoad"),i(),e.$onReadyResolve$(t),o||W()),e.$onInstanceResolve$(t),e.$onRenderResolve$&&(e.$onRenderResolve$(),e.$onRenderResolve$=void 0),512&e.$flags$&&ae((()=>M(e,!1))),e.$flags$&=-517},W=e=>{F(a.documentElement),ae((()=>P(r,"appload",{detail:{namespace:"porsche-design-system"}})))},B=(e,t,i)=>{if(e&&e[t])try{return e[t](i)}catch(e){Y(e)}},U=(e,t)=>e&&e.then?e.then(t):t(),F=e=>e.classList.add("hydrated"),q=(e,t,i,n)=>{const o=G(e),s=o.$hostElement$,r=o.$instanceValues$.get(t),a=o.$flags$,l=o.$lazyInstance$;var c,h;c=i,h=n.$members$[t][0],i=null==c||b(c)?c:4&h?"false"!==c&&(""===c||!!c):2&h?parseFloat(c):1&h?String(c):c;const d=Number.isNaN(r)&&Number.isNaN(i);if((!(8&a)||void 0===r)&&(i!==r&&!d)&&(o.$instanceValues$.set(t,i),l)){if(n.$watchers$&&128&a){const e=n.$watchers$[t];e&&e.map((e=>{try{l[e](i,r,t)}catch(e){Y(e,s)}}))}if(2==(18&a)){if(l.componentShouldUpdate&&!1===l.componentShouldUpdate(i,r,t))return;M(o,!1)}}},V=(e,t,i)=>{if(t.$members$){e.watchers&&(t.$watchers$=e.watchers);const n=Object.entries(t.$members$),o=e.prototype;if(n.map((([e,[n]])=>{31&n||2&i&&32&n?Object.defineProperty(o,e,{get(){return t=e,G(this).$instanceValues$.get(t);var t},set(i){q(this,e,i,t)},configurable:!0,enumerable:!0}):1&i&&64&n&&Object.defineProperty(o,e,{value(...t){const i=G(this);return i.$onInstancePromise$.then((()=>i.$lazyInstance$[e](...t)))}})})),1&i){const t=new Map;o.attributeChangedCallback=function(e,i,n){l.jmp((()=>{const i=t.get(e);if(this.hasOwnProperty(i))n=this[i],delete this[i];else if(o.hasOwnProperty(i)&&"number"==typeof this[i]&&this[i]==n)return;this[i]=(null!==n||"boolean"!=typeof this[i])&&n}))},e.observedAttributes=n.filter((([e,t])=>15&t[0])).map((([e,i])=>{const n=i[1]||e;return t.set(n,e),n}))}}return e},J=e=>{B(e,"connectedCallback")},X=e=>{if(0==(1&l.$flags$)){const t=G(e),i=t.$cmpMeta$,n=(i.$tagName$,()=>{});if(1&t.$flags$)h(e,t,i.$listeners$),J(t.$lazyInstance$);else{t.$flags$|=1;{let i=e;for(;i=i.parentNode||i.host;)if(i["s-p"]){L(t,t.$ancestorComponent$=i);break}}i.$members$&&Object.entries(i.$members$).map((([t,[i]])=>{if(31&i&&e.hasOwnProperty(t)){const i=e[t];delete e[t],e[t]=i}})),(async(e,t,i,n,o)=>{if(0==(32&t.$flags$)){if(t.$flags$|=32,(o=te(i)).then){const e=()=>{};o=await o,e()}o.isProxied||(i.$watchers$=o.watchers,V(o,i,2),o.isProxied=!0);const e=(i.$tagName$,()=>{});t.$flags$|=8;try{new o(t)}catch(e){Y(e)}t.$flags$&=-9,t.$flags$|=128,e(),J(t.$lazyInstance$)}const s=t.$ancestorComponent$,r=()=>M(t,!0);s&&s["s-rc"]?s["s-rc"].push(r):r()})(0,t,i)}n()}},K=new WeakMap,G=e=>K.get(e),Q=(e,t)=>{const i={$flags$:0,$hostElement$:e,$cmpMeta$:t,$instanceValues$:new Map};return i.$onInstancePromise$=new Promise((e=>i.$onInstanceResolve$=e)),i.$onReadyPromise$=new Promise((e=>i.$onReadyResolve$=e)),e["s-p"]=[],e["s-rc"]=[],h(e,i,t.$listeners$),K.set(e,i)},Z=(e,t)=>t in e,Y=(e,t)=>(0,console.error)(e,t),ee=new Map,te=(e,i,n)=>{const o=e.$tagName$.replace(/-/g,"_"),s=e.$lazyBundleId$,r=ee.get(s);return r?r[o]:Promise.resolve().then((function(){return t(nr("/src/lib")(`./${s}.entry.js`))})).then((e=>(ee.set(s,e),e[o])),Y)},ie=[],ne=[],oe=(e,t)=>i=>{e.push(i),s||(s=!0,t&&4&l.$flags$?ae(re):l.raf(re))},se=e=>{for(let t=0;t<e.length;t++)try{e[t](performance.now())}catch(e){Y(e)}e.length=0},re=()=>{se(ie),se(ne),(s=ie.length>0)&&l.raf(re)},ae=e=>c().then(e),le=oe(ne,!0);function ce(e,t){return null==e?void 0:e.querySelector(t)}function he(e,t){return ce(e.shadowRoot,t)}const de=e=>"string"==typeof e?JSON.parse(e.replace(/'/g,'"').replace(/[\s"]?([\w-]+)[\s"]?:/g,'"$1":')):e,ue="undefined"!=typeof window,pe=new Map,ge=ue&&new MutationObserver((e=>{e.filter((e=>e.oldValue!==e.target.getAttribute(e.attributeName))).filter(((e,t,i)=>i.findIndex((t=>t.target===e.target))===t)).forEach((e=>{var t;return null===(t=pe.get(e.target))||void 0===t?void 0:t()}))})),be=["base","xs","s","m","l","xl"],fe=e=>{if("string"!=typeof e)return e;try{return JSON.parse(e.replace(/'/g,'"').replace(/[\s"]?([a-z]+)[\s"]?:([^//])/g,'"$1":$2'))}catch(t){return e}},me={xxs:"0px",xs:"480px",s:"760px",m:"1000px",l:"1300px",xl:"1760px",xxl:"1920px"},ve={thin:100,regular:400,semiBold:600,bold:700},ye={xxs:0,xs:480,s:760,m:1e3,l:1300,xl:1760,xxl:1920};function we(e){return`@media(min-width:${ye[e]}px)`}const Te=Object.entries(me).filter((([e])=>"xxl"!==e)).map((([,e])=>`(min-width:${e})`));let Ce=ue&&window.matchMedia?Te.map(window.matchMedia):[];const xe=new Map,Se=()=>{xe.forEach((e=>{e()}))},Oe=Object.entries(me).reduce(((e,[t,i])=>Object.assign(Object.assign({},e),{[i]:t})),{}),ke=new Map,Ee=e=>ke.has(e)?e:Ee(e.parentNode),je=ue&&new MutationObserver((e=>{e.filter(((e,t,i)=>i.findIndex((t=>t.target===e.target))===t)).map((e=>Ee(e.target))).forEach((e=>ke.get(e)()))})),Ae=["p-accordion","p-banner","p-button","p-button-group","p-button-pure","p-carousel","p-checkbox-wrapper","p-content-wrapper","p-divider","p-fieldset-wrapper","p-flex","p-flex-item","p-grid","p-grid-item","p-headline","p-icon","p-inline-notification","p-link","p-link-pure","p-link-social","p-link-tile","p-marque","p-modal","p-pagination","p-popover","p-radio-button-wrapper","p-scroller","p-segmented-control","p-segmented-control-item","p-select-wrapper","p-select-wrapper-dropdown","p-spinner","p-stepper-horizontal","p-stepper-horizontal-item","p-switch","p-table","p-table-body","p-table-cell","p-table-head","p-table-head-cell","p-table-head-row","p-table-row","p-tabs","p-tabs-bar","p-tabs-item","p-tag","p-tag-dismissible","p-text","p-text-field-wrapper","p-text-list","p-text-list-item","p-textarea-wrapper","p-toast","p-toast-item"];function Re(){return Re=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)Object.prototype.hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},Re.apply(this,arguments)}var Ie="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},$e="object"===("undefined"==typeof window?"undefined":Ie(window))&&"object"===("undefined"==typeof document?"undefined":Ie(document))&&9===document.nodeType;function _e(e,t){for(var i=0;i<t.length;i++){var n=t[i];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function Pe(e,t,i){return t&&_e(e.prototype,t),i&&_e(e,i),Object.defineProperty(e,"prototype",{writable:!1}),e}function Le(e,t){return Le=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},Le(e,t)}function Me(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,Le(e,t)}function Ne(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}var De={}.constructor;function He(e){if(null==e||"object"!=typeof e)return e;if(Array.isArray(e))return e.map(He);if(e.constructor!==De)return e;var t={};for(var i in e)t[i]=He(e[i]);return t}function ze(e,t,i){void 0===e&&(e="unnamed");var n=i.jss,o=He(t),s=n.plugins.onCreateRule(e,o,i);return s||null}var We=function(e,t){for(var i="",n=0;n<e.length&&"!important"!==e[n];n++)i&&(i+=t),i+=e[n];return i},Be=function(e){if(!Array.isArray(e))return e;var t="";if(Array.isArray(e[0]))for(var i=0;i<e.length&&"!important"!==e[i];i++)t&&(t+=", "),t+=We(e[i]," ");else t=We(e,", ");return"!important"===e[e.length-1]&&(t+=" !important"),t};function Ue(e){return e&&!1===e.format?{linebreak:"",space:""}:{linebreak:"\n",space:" "}}function Fe(e,t){for(var i="",n=0;n<t;n++)i+=" ";return i+e}function qe(e,t,i){void 0===i&&(i={});var n="";if(!t)return n;var o=i.indent,s=void 0===o?0:o,r=t.fallbacks;!1===i.format&&(s=-1/0);var a=Ue(i),l=a.linebreak,c=a.space;if(e&&s++,r)if(Array.isArray(r))for(var h=0;h<r.length;h++){var d=r[h];for(var u in d){var p=d[u];null!=p&&(n&&(n+=l),n+=Fe(u+":"+c+Be(p)+";",s))}}else for(var g in r){var b=r[g];null!=b&&(n&&(n+=l),n+=Fe(g+":"+c+Be(b)+";",s))}for(var f in t){var m=t[f];null!=m&&"fallbacks"!==f&&(n&&(n+=l),n+=Fe(f+":"+c+Be(m)+";",s))}return(n||i.allowEmpty)&&e?(n&&(n=""+l+n+l),Fe(""+e+c+"{"+n,--s)+Fe("}",s)):n}var Ve=/([[\].#*$><+~=|^:(),"'`\s])/g,Je="undefined"!=typeof CSS&&CSS.escape,Xe=function(e){return Je?Je(e):e.replace(Ve,"\\$1")},Ke=function(){function e(e,t,i){this.type="style",this.isProcessed=!1;var n=i.sheet,o=i.Renderer;this.key=e,this.options=i,this.style=t,n?this.renderer=n.renderer:o&&(this.renderer=new o)}return e.prototype.prop=function(e,t,i){if(void 0===t)return this.style[e];var n=!!i&&i.force;if(!n&&this.style[e]===t)return this;var o=t;i&&!1===i.process||(o=this.options.jss.plugins.onChangeValue(t,e,this));var s=null==o||!1===o,r=e in this.style;if(s&&!r&&!n)return this;var a=s&&r;return a?delete this.style[e]:this.style[e]=o,this.renderable&&this.renderer?(a?this.renderer.removeProperty(this.renderable,e):this.renderer.setProperty(this.renderable,e,o),this):this},e}(),Ge=function(e){function t(t,i,n){var o;o=e.call(this,t,i,n)||this;var s=n.selector,r=n.scoped,a=n.sheet,l=n.generateId;return s?o.selectorText=s:!1!==r&&(o.id=l(Ne(Ne(o)),a),o.selectorText="."+Xe(o.id)),o}Me(t,e);var i=t.prototype;return i.applyTo=function(e){var t=this.renderer;if(t){var i=this.toJSON();for(var n in i)t.setProperty(e,n,i[n])}return this},i.toJSON=function(){var e={};for(var t in this.style){var i=this.style[t];"object"!=typeof i?e[t]=i:Array.isArray(i)&&(e[t]=Be(i))}return e},i.toString=function(e){var t=this.options.sheet,i=!!t&&t.options.link?Re({},e,{allowEmpty:!0}):e;return qe(this.selectorText,this.style,i)},Pe(t,[{key:"selector",set:function(e){if(e!==this.selectorText){this.selectorText=e;var t=this.renderer,i=this.renderable;if(i&&t)t.setSelector(i,e)||t.replaceRule(i,this)}},get:function(){return this.selectorText}}]),t}(Ke),Qe={onCreateRule:function(e,t,i){return"@"===e[0]||i.parent&&"keyframes"===i.parent.type?null:new Ge(e,t,i)}},Ze={indent:1,children:!0},Ye=/@([\w-]+)/,et=function(){function e(e,t,i){this.type="conditional",this.isProcessed=!1,this.key=e;var n=e.match(Ye);for(var o in this.at=n?n[1]:"unknown",this.query=i.name||"@"+this.at,this.options=i,this.rules=new xt(Re({},i,{parent:this})),t)this.rules.add(o,t[o]);this.rules.process()}var t=e.prototype;return t.getRule=function(e){return this.rules.get(e)},t.indexOf=function(e){return this.rules.indexOf(e)},t.addRule=function(e,t,i){var n=this.rules.add(e,t,i);return n?(this.options.jss.plugins.onProcessRule(n),n):null},t.replaceRule=function(e,t,i){var n=this.rules.replace(e,t,i);return n&&this.options.jss.plugins.onProcessRule(n),n},t.toString=function(e){void 0===e&&(e=Ze);var t=Ue(e).linebreak;if(null==e.indent&&(e.indent=Ze.indent),null==e.children&&(e.children=Ze.children),!1===e.children)return this.query+" {}";var i=this.rules.toString(e);return i?this.query+" {"+t+i+t+"}":""},e}(),tt=/@media|@supports\s+/,it={onCreateRule:function(e,t,i){return tt.test(e)?new et(e,t,i):null}},nt={indent:1,children:!0},ot=/@keyframes\s+([\w-]+)/,st=function(){function e(e,t,i){this.type="keyframes",this.at="@keyframes",this.isProcessed=!1;var n=e.match(ot);n&&n[1]?this.name=n[1]:this.name="noname",this.key=this.type+"-"+this.name,this.options=i;var o=i.scoped,s=i.sheet,r=i.generateId;for(var a in this.id=!1===o?this.name:Xe(r(this,s)),this.rules=new xt(Re({},i,{parent:this})),t)this.rules.add(a,t[a],Re({},i,{parent:this}));this.rules.process()}return e.prototype.toString=function(e){void 0===e&&(e=nt);var t=Ue(e).linebreak;if(null==e.indent&&(e.indent=nt.indent),null==e.children&&(e.children=nt.children),!1===e.children)return this.at+" "+this.id+" {}";var i=this.rules.toString(e);return i&&(i=""+t+i+t),this.at+" "+this.id+" {"+i+"}"},e}(),rt=/@keyframes\s+/,at=/\$([\w-]+)/g,lt=function(e,t){return"string"==typeof e?e.replace(at,(function(e,i){return i in t?t[i]:e})):e},ct=function(e,t,i){var n=e[t],o=lt(n,i);o!==n&&(e[t]=o)},ht={onCreateRule:function(e,t,i){return"string"==typeof e&&rt.test(e)?new st(e,t,i):null},onProcessStyle:function(e,t,i){return"style"===t.type&&i?("animation-name"in e&&ct(e,"animation-name",i.keyframes),"animation"in e&&ct(e,"animation",i.keyframes),e):e},onChangeValue:function(e,t,i){var n=i.options.sheet;if(!n)return e;switch(t){case"animation":case"animation-name":return lt(e,n.keyframes);default:return e}}},dt=function(e){function t(){return e.apply(this,arguments)||this}return Me(t,e),t.prototype.toString=function(e){var t=this.options.sheet,i=!!t&&t.options.link?Re({},e,{allowEmpty:!0}):e;return qe(this.key,this.style,i)},t}(Ke),ut={onCreateRule:function(e,t,i){return i.parent&&"keyframes"===i.parent.type?new dt(e,t,i):null}},pt=function(){function e(e,t,i){this.type="font-face",this.at="@font-face",this.isProcessed=!1,this.key=e,this.style=t,this.options=i}return e.prototype.toString=function(e){var t=Ue(e).linebreak;if(Array.isArray(this.style)){for(var i="",n=0;n<this.style.length;n++)i+=qe(this.at,this.style[n]),this.style[n+1]&&(i+=t);return i}return qe(this.at,this.style,e)},e}(),gt=/@font-face/,bt={onCreateRule:function(e,t,i){return gt.test(e)?new pt(e,t,i):null}},ft=function(){function e(e,t,i){this.type="viewport",this.at="@viewport",this.isProcessed=!1,this.key=e,this.style=t,this.options=i}return e.prototype.toString=function(e){return qe(this.key,this.style,e)},e}(),mt={onCreateRule:function(e,t,i){return"@viewport"===e||"@-ms-viewport"===e?new ft(e,t,i):null}},vt=function(){function e(e,t,i){this.type="simple",this.isProcessed=!1,this.key=e,this.value=t,this.options=i}return e.prototype.toString=function(e){if(Array.isArray(this.value)){for(var t="",i=0;i<this.value.length;i++)t+=this.key+" "+this.value[i]+";",this.value[i+1]&&(t+="\n");return t}return this.key+" "+this.value+";"},e}(),yt={"@charset":!0,"@import":!0,"@namespace":!0},wt=[Qe,it,ht,ut,bt,mt,{onCreateRule:function(e,t,i){return e in yt?new vt(e,t,i):null}}],Tt={process:!0},Ct={force:!0,process:!0},xt=function(){function e(e){this.map={},this.raw={},this.index=[],this.counter=0,this.options=e,this.classes=e.classes,this.keyframes=e.keyframes}var t=e.prototype;return t.add=function(e,t,i){var n=this.options,o=n.parent,s=n.sheet,r=n.jss,a=n.Renderer,l=n.generateId,c=n.scoped,h=Re({classes:this.classes,parent:o,sheet:s,jss:r,Renderer:a,generateId:l,scoped:c,name:e,keyframes:this.keyframes,selector:void 0},i),d=e;e in this.raw&&(d=e+"-d"+this.counter++),this.raw[d]=t,d in this.classes&&(h.selector="."+Xe(this.classes[d]));var u=ze(d,t,h);if(!u)return null;this.register(u);var p=void 0===h.index?this.index.length:h.index;return this.index.splice(p,0,u),u},t.replace=function(e,t,i){var n=this.get(e),o=this.index.indexOf(n);n&&this.remove(n);var s=i;return-1!==o&&(s=Re({},i,{index:o})),this.add(e,t,s)},t.get=function(e){return this.map[e]},t.remove=function(e){this.unregister(e),delete this.raw[e.key],this.index.splice(this.index.indexOf(e),1)},t.indexOf=function(e){return this.index.indexOf(e)},t.process=function(){var e=this.options.jss.plugins;this.index.slice(0).forEach(e.onProcessRule,e)},t.register=function(e){this.map[e.key]=e,e instanceof Ge?(this.map[e.selector]=e,e.id&&(this.classes[e.key]=e.id)):e instanceof st&&this.keyframes&&(this.keyframes[e.name]=e.id)},t.unregister=function(e){delete this.map[e.key],e instanceof Ge?(delete this.map[e.selector],delete this.classes[e.key]):e instanceof st&&delete this.keyframes[e.name]},t.update=function(){var e,t,i;if("string"==typeof(arguments.length<=0?void 0:arguments[0])?(e=arguments.length<=0?void 0:arguments[0],t=arguments.length<=1?void 0:arguments[1],i=arguments.length<=2?void 0:arguments[2]):(t=arguments.length<=0?void 0:arguments[0],i=arguments.length<=1?void 0:arguments[1],e=null),e)this.updateOne(this.get(e),t,i);else for(var n=0;n<this.index.length;n++)this.updateOne(this.index[n],t,i)},t.updateOne=function(t,i,n){void 0===n&&(n=Tt);var o=this.options,s=o.jss.plugins,r=o.sheet;if(t.rules instanceof e)t.rules.update(i,n);else{var a=t.style;if(s.onUpdate(i,t,r,n),n.process&&a&&a!==t.style){for(var l in s.onProcessStyle(t.style,t,r),t.style){var c=t.style[l];c!==a[l]&&t.prop(l,c,Ct)}for(var h in a){var d=t.style[h],u=a[h];null==d&&d!==u&&t.prop(h,null,Ct)}}}},t.toString=function(e){for(var t="",i=this.options.sheet,n=!!i&&i.options.link,o=Ue(e).linebreak,s=0;s<this.index.length;s++){var r=this.index[s].toString(e);(r||n)&&(t&&(t+=o),t+=r)}return t},e}(),St=function(){function e(e,t){for(var i in this.attached=!1,this.deployed=!1,this.classes={},this.keyframes={},this.options=Re({},t,{sheet:this,parent:this,classes:this.classes,keyframes:this.keyframes}),t.Renderer&&(this.renderer=new t.Renderer(this)),this.rules=new xt(this.options),e)this.rules.add(i,e[i]);this.rules.process()}var t=e.prototype;return t.attach=function(){return this.attached||(this.renderer&&this.renderer.attach(),this.attached=!0,this.deployed||this.deploy()),this},t.detach=function(){return this.attached?(this.renderer&&this.renderer.detach(),this.attached=!1,this):this},t.addRule=function(e,t,i){var n=this.queue;this.attached&&!n&&(this.queue=[]);var o=this.rules.add(e,t,i);return o?(this.options.jss.plugins.onProcessRule(o),this.attached?this.deployed?(n?n.push(o):(this.insertRule(o),this.queue&&(this.queue.forEach(this.insertRule,this),this.queue=void 0)),o):o:(this.deployed=!1,o)):null},t.replaceRule=function(e,t,i){var n=this.rules.get(e);if(!n)return this.addRule(e,t,i);var o=this.rules.replace(e,t,i);return o&&this.options.jss.plugins.onProcessRule(o),this.attached?this.deployed?(this.renderer&&(o?n.renderable&&this.renderer.replaceRule(n.renderable,o):this.renderer.deleteRule(n)),o):o:(this.deployed=!1,o)},t.insertRule=function(e){this.renderer&&this.renderer.insertRule(e)},t.addRules=function(e,t){var i=[];for(var n in e){var o=this.addRule(n,e[n],t);o&&i.push(o)}return i},t.getRule=function(e){return this.rules.get(e)},t.deleteRule=function(e){var t="object"==typeof e?e:this.rules.get(e);return!(!t||this.attached&&!t.renderable)&&(this.rules.remove(t),!(this.attached&&t.renderable&&this.renderer)||this.renderer.deleteRule(t.renderable))},t.indexOf=function(e){return this.rules.indexOf(e)},t.deploy=function(){return this.renderer&&this.renderer.deploy(),this.deployed=!0,this},t.update=function(){var e;return(e=this.rules).update.apply(e,arguments),this},t.updateOne=function(e,t,i){return this.rules.updateOne(e,t,i),this},t.toString=function(e){return this.rules.toString(e)},e}(),Ot=function(){function e(){this.plugins={internal:[],external:[]},this.registry={}}var t=e.prototype;return t.onCreateRule=function(e,t,i){for(var n=0;n<this.registry.onCreateRule.length;n++){var o=this.registry.onCreateRule[n](e,t,i);if(o)return o}return null},t.onProcessRule=function(e){if(!e.isProcessed){for(var t=e.options.sheet,i=0;i<this.registry.onProcessRule.length;i++)this.registry.onProcessRule[i](e,t);e.style&&this.onProcessStyle(e.style,e,t),e.isProcessed=!0}},t.onProcessStyle=function(e,t,i){for(var n=0;n<this.registry.onProcessStyle.length;n++)t.style=this.registry.onProcessStyle[n](t.style,t,i)},t.onProcessSheet=function(e){for(var t=0;t<this.registry.onProcessSheet.length;t++)this.registry.onProcessSheet[t](e)},t.onUpdate=function(e,t,i,n){for(var o=0;o<this.registry.onUpdate.length;o++)this.registry.onUpdate[o](e,t,i,n)},t.onChangeValue=function(e,t,i){for(var n=e,o=0;o<this.registry.onChangeValue.length;o++)n=this.registry.onChangeValue[o](n,t,i);return n},t.use=function(e,t){void 0===t&&(t={queue:"external"});var i=this.plugins[t.queue];-1===i.indexOf(e)&&(i.push(e),this.registry=[].concat(this.plugins.external,this.plugins.internal).reduce((function(e,t){for(var i in t)i in e&&e[i].push(t[i]);return e}),{onCreateRule:[],onProcessRule:[],onProcessStyle:[],onProcessSheet:[],onChangeValue:[],onUpdate:[]}))},e}(),kt=function(){function e(){this.registry=[]}var t=e.prototype;return t.add=function(e){var t=this.registry,i=e.options.index;if(-1===t.indexOf(e))if(0===t.length||i>=this.index)t.push(e);else for(var n=0;n<t.length;n++)if(t[n].options.index>i)return void t.splice(n,0,e)},t.reset=function(){this.registry=[]},t.remove=function(e){var t=this.registry.indexOf(e);this.registry.splice(t,1)},t.toString=function(e){for(var t=void 0===e?{}:e,i=t.attached,n=function(e,t){if(null==e)return{};var i,n,o={},s=Object.keys(e);for(n=0;n<s.length;n++)i=s[n],t.indexOf(i)>=0||(o[i]=e[i]);return o}(t,["attached"]),o=Ue(n).linebreak,s="",r=0;r<this.registry.length;r++){var a=this.registry[r];null!=i&&a.attached!==i||(s&&(s+=o),s+=a.toString(n))}return s},Pe(e,[{key:"index",get:function(){return 0===this.registry.length?0:this.registry[this.registry.length-1].options.index}}]),e}(),Et=new kt,jt="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window&&window.Math===Math?window:"undefined"!=typeof self&&self.Math===Math?self:Function("return this")(),At="2f1acc6c3a606b082e5eef5e54414ffb";null==jt[At]&&(jt[At]=0);var Rt=jt[At]++,It=function(e){void 0===e&&(e={});var t=0;return function(i,n){t+=1;var o="",s="";return n&&(n.options.classNamePrefix&&(s=n.options.classNamePrefix),null!=n.options.jss.id&&(o=String(n.options.jss.id))),e.minify?""+(s||"c")+Rt+o+t:s+i.key+"-"+Rt+(o?"-"+o:"")+"-"+t}},$t=function(e){var t;return function(){return t||(t=e()),t}},_t=function(e,t){try{return e.attributeStyleMap?e.attributeStyleMap.get(t):e.style.getPropertyValue(t)}catch(e){return""}},Pt=function(e,t,i){try{var n=i;if(Array.isArray(i)&&(n=Be(i)),e.attributeStyleMap)e.attributeStyleMap.set(t,n);else{var o=n?n.indexOf("!important"):-1,s=o>-1?n.substr(0,o-1):n;e.style.setProperty(t,s,o>-1?"important":"")}}catch(e){return!1}return!0},Lt=function(e,t){try{e.attributeStyleMap?e.attributeStyleMap.delete(t):e.style.removeProperty(t)}catch(e){}},Mt=function(e,t){return e.selectorText=t,e.selectorText===t},Nt=$t((function(){return document.querySelector("head")}));function Dt(e){var t=Et.registry;if(t.length>0){var i=function(e,t){for(var i=0;i<e.length;i++){var n=e[i];if(n.attached&&n.options.index>t.index&&n.options.insertionPoint===t.insertionPoint)return n}return null}(t,e);if(i&&i.renderer)return{parent:i.renderer.element.parentNode,node:i.renderer.element};if(i=function(e,t){for(var i=e.length-1;i>=0;i--){var n=e[i];if(n.attached&&n.options.insertionPoint===t.insertionPoint)return n}return null}(t,e),i&&i.renderer)return{parent:i.renderer.element.parentNode,node:i.renderer.element.nextSibling}}var n=e.insertionPoint;if(n&&"string"==typeof n){var o=function(e){for(var t=Nt(),i=0;i<t.childNodes.length;i++){var n=t.childNodes[i];if(8===n.nodeType&&n.nodeValue.trim()===e)return n}return null}(n);if(o)return{parent:o.parentNode,node:o.nextSibling}}return!1}var Ht=$t((function(){var e=document.querySelector('meta[property="csp-nonce"]');return e?e.getAttribute("content"):null})),zt=function(e,t,i){try{"insertRule"in e?e.insertRule(t,i):"appendRule"in e&&e.appendRule(t)}catch(e){return!1}return e.cssRules[i]},Wt=function(e,t){var i=e.cssRules.length;return void 0===t||t>i?i:t},Bt=function(){function e(e){this.getPropertyValue=_t,this.setProperty=Pt,this.removeProperty=Lt,this.setSelector=Mt,this.hasInsertedRules=!1,this.cssRules=[],e&&Et.add(e),this.sheet=e;var t,i=this.sheet?this.sheet.options:{},n=i.media,o=i.meta,s=i.element;this.element=s||((t=document.createElement("style")).textContent="\n",t),this.element.setAttribute("data-jss",""),n&&this.element.setAttribute("media",n),o&&this.element.setAttribute("data-meta",o);var r=Ht();r&&this.element.setAttribute("nonce",r)}var t=e.prototype;return t.attach=function(){if(!this.element.parentNode&&this.sheet){!function(e,t){var i=t.insertionPoint,n=Dt(t);if(!1!==n&&n.parent)n.parent.insertBefore(e,n.node);else if(i&&"number"==typeof i.nodeType){var o=i,s=o.parentNode;s&&s.insertBefore(e,o.nextSibling)}else Nt().appendChild(e)}(this.element,this.sheet.options);var e=Boolean(this.sheet&&this.sheet.deployed);this.hasInsertedRules&&e&&(this.hasInsertedRules=!1,this.deploy())}},t.detach=function(){if(this.sheet){var e=this.element.parentNode;e&&e.removeChild(this.element),this.sheet.options.link&&(this.cssRules=[],this.element.textContent="\n")}},t.deploy=function(){var e=this.sheet;e&&(e.options.link?this.insertRules(e.rules):this.element.textContent="\n"+e.toString()+"\n")},t.insertRules=function(e,t){for(var i=0;i<e.index.length;i++)this.insertRule(e.index[i],i,t)},t.insertRule=function(e,t,i){if(void 0===i&&(i=this.element.sheet),e.rules){var n=e,o=i;if("conditional"===e.type||"keyframes"===e.type){var s=Wt(i,t);if(!1===(o=zt(i,n.toString({children:!1}),s)))return!1;this.refCssRule(e,s,o)}return this.insertRules(n.rules,o),o}var r=e.toString();if(!r)return!1;var a=Wt(i,t),l=zt(i,r,a);return!1!==l&&(this.hasInsertedRules=!0,this.refCssRule(e,a,l),l)},t.refCssRule=function(e,t,i){e.renderable=i,e.options.parent instanceof St&&this.cssRules.splice(t,0,i)},t.deleteRule=function(e){var t=this.element.sheet,i=this.indexOf(e);return-1!==i&&(t.deleteRule(i),this.cssRules.splice(i,1),!0)},t.indexOf=function(e){return this.cssRules.indexOf(e)},t.replaceRule=function(e,t){var i=this.indexOf(e);return-1!==i&&(this.element.sheet.deleteRule(i),this.cssRules.splice(i,1),this.insertRule(t,i))},t.getRules=function(){return this.element.sheet.cssRules},e}(),Ut=0,Ft=function(){function e(e){this.id=Ut++,this.version="10.9.2",this.plugins=new Ot,this.options={id:{minify:!1},createGenerateId:It,Renderer:$e?Bt:null,plugins:[]},this.generateId=It({minify:!1});for(var t=0;t<wt.length;t++)this.plugins.use(wt[t],{queue:"internal"});this.setup(e)}var t=e.prototype;return t.setup=function(e){return void 0===e&&(e={}),e.createGenerateId&&(this.options.createGenerateId=e.createGenerateId),e.id&&(this.options.id=Re({},this.options.id,e.id)),(e.createGenerateId||e.id)&&(this.generateId=this.options.createGenerateId(this.options.id)),null!=e.insertionPoint&&(this.options.insertionPoint=e.insertionPoint),"Renderer"in e&&(this.options.Renderer=e.Renderer),e.plugins&&this.use.apply(this,e.plugins),this},t.createStyleSheet=function(e,t){void 0===t&&(t={});var i=t.index;"number"!=typeof i&&(i=0===Et.index?0:Et.index+1);var n=new St(e,Re({},t,{jss:this,generateId:t.generateId||this.generateId,insertionPoint:this.options.insertionPoint,Renderer:this.options.Renderer,index:i}));return this.plugins.onProcessSheet(n),n},t.removeStyleSheet=function(e){return e.detach(),Et.remove(e),this},t.createRule=function(e,t,i){if(void 0===t&&(t={}),void 0===i&&(i={}),"object"==typeof e)return this.createRule(void 0,e,t);var n=Re({},i,{name:e,jss:this,Renderer:this.options.Renderer});n.generateId||(n.generateId=this.generateId),n.classes||(n.classes={}),n.keyframes||(n.keyframes={});var o=ze(e,t,n);return o&&this.plugins.onProcessRule(o),o},t.use=function(){for(var e=this,t=arguments.length,i=new Array(t),n=0;n<t;n++)i[n]=arguments[n];return i.forEach((function(t){e.plugins.use(t)})),this},e}(),qt=function(e){return new Ft(e)},Vt=function(){function e(){this.length=0,this.sheets=new WeakMap}var t=e.prototype;return t.get=function(e){var t=this.sheets.get(e);return t&&t.sheet},t.add=function(e,t){this.sheets.has(e)||(this.length++,this.sheets.set(e,{sheet:t,refs:0}))},t.manage=function(e){var t=this.sheets.get(e);if(t)return 0===t.refs&&t.sheet.attach(),t.refs++,t.sheet},t.unmanage=function(e){var t=this.sheets.get(e);t&&t.refs>0&&(t.refs--,0===t.refs&&t.sheet.detach())},Pe(e,[{key:"size",get:function(){return this.length}}]),e}(),Jt="object"==typeof CSS&&null!=CSS&&"number"in CSS;var Xt=qt();const Kt=Object.freeze({__proto__:null,default:Xt,RuleList:xt,SheetsManager:Vt,SheetsRegistry:kt,create:qt,createGenerateId:It,createRule:ze,getDynamicStyles:function e(t){var i=null;for(var n in t){var o=t[n],s=typeof o;if("function"===s)i||(i={}),i[n]=o;else if("object"===s&&null!==o&&!Array.isArray(o)){var r=e(o);r&&(i||(i={}),i[n]=r)}}return i},hasCSSTOMSupport:Jt,sheets:Et,toCssValue:Be});var Gt="@global",Qt="@global ",Zt=function(){function e(e,t,i){for(var n in this.type="global",this.at=Gt,this.isProcessed=!1,this.key=e,this.options=i,this.rules=new xt(Re({},i,{parent:this})),t)this.rules.add(n,t[n]);this.rules.process()}var t=e.prototype;return t.getRule=function(e){return this.rules.get(e)},t.addRule=function(e,t,i){var n=this.rules.add(e,t,i);return n&&this.options.jss.plugins.onProcessRule(n),n},t.replaceRule=function(e,t,i){var n=this.rules.replace(e,t,i);return n&&this.options.jss.plugins.onProcessRule(n),n},t.indexOf=function(e){return this.rules.indexOf(e)},t.toString=function(e){return this.rules.toString(e)},e}(),Yt=function(){function e(e,t,i){this.type="global",this.at=Gt,this.isProcessed=!1,this.key=e,this.options=i;var n=e.substr(Qt.length);this.rule=i.jss.createRule(n,t,Re({},i,{parent:this}))}return e.prototype.toString=function(e){return this.rule?this.rule.toString(e):""},e}(),ei=/\s*,\s*/g;function ti(e,t){for(var i=e.split(ei),n="",o=0;o<i.length;o++)n+=t+" "+i[o].trim(),i[o+1]&&(n+=", ");return n}var ii=/\s*,\s*/g,ni=/&/g,oi=/\$([\w-]+)/g;var si=/[A-Z]/g,ri=/^ms-/,ai={};function li(e){return"-"+e.toLowerCase()}function ci(e){if(ai.hasOwnProperty(e))return ai[e];var t=e.replace(si,li);return ai[e]=ri.test(t)?"-"+t:t}function hi(e){var t={};for(var i in e){t[0===i.indexOf("--")?i:ci(i)]=e[i]}return e.fallbacks&&(Array.isArray(e.fallbacks)?t.fallbacks=e.fallbacks.map(hi):t.fallbacks=hi(e.fallbacks)),t}function di(e){if(e.__esModule)return e;var t=Object.defineProperty({},"__esModule",{value:!0});return Object.keys(e).forEach((function(i){var n=Object.getOwnPropertyDescriptor(e,i);Object.defineProperty(t,i,n.get?n:{enumerable:!0,get:function(){return e[i]}})})),t}var ui=function(e,t,i){return e(i={path:t,exports:{},require:function(e,t){return function(){throw new Error("Dynamic requires are not currently supported by @rollup/plugin-commonjs")}()}},i.exports),i.exports}((function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),t.__assign=function(){return t.__assign=Object.assign||function(e){for(var t,i=1,n=arguments.length;i<n;i++)for(var o in t=arguments[i])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},t.__assign.apply(this,arguments)}}));const pi=/(!?\(\s*min(-device-)?-width)(.|\n)+\(\s*max(-device)?-width/i,gi=/(!?\(\s*max(-device)?-width)(.|\n)+\(\s*min(-device)?-width/i,bi=Oi(pi,gi,/\(\s*min(-device)?-width/i),fi=Oi(gi,pi,/\(\s*max(-device)?-width/i),mi=/(!?\(\s*min(-device)?-height)(.|\n)+\(\s*max(-device)?-height/i,vi=/(!?\(\s*max(-device)?-height)(.|\n)+\(\s*min(-device)?-height/i,yi=Oi(mi,vi,/\(\s*min(-device)?-height/i),wi=Oi(vi,mi,/\(\s*max(-device)?-height/i),Ti=/print/i,Ci=/^print$/i,xi=Number.MAX_VALUE;function Si(e){if(null===(e=/(-?\d*\.?\d+)(ch|em|ex|px|rem)/.exec(e)))return xi;let t=e[1];switch(e[2]){case"ch":t=8.8984375*parseFloat(t);break;case"em":case"rem":t=16*parseFloat(t);break;case"ex":t=8.296875*parseFloat(t);break;case"px":t=parseFloat(t)}return+t}function Oi(e,t,i){return function(n){return!!e.test(n)||!t.test(n)&&i.test(n)}}function ki(e,t){const i=Ti.test(e),n=Ci.test(e),o=Ti.test(t),s=Ci.test(t);return i&&o?!n&&s?1:n&&!s?-1:e.localeCompare(t):i?1:o?-1:null}function Ei(e,t){const i=ki(e,t);if(null!==i)return i;const n=bi(e)||yi(e),o=fi(e)||wi(e),s=bi(t)||yi(t),r=fi(t)||wi(t);if(n&&r)return-1;if(o&&s)return 1;let a=Si(e),l=Si(t);return a===xi&&l===xi?e.localeCompare(t):a===xi?1:l===xi?-1:a>l?o?-1:1:a<l?o?1:-1:e.localeCompare(t)}Ei.desktopFirst=function(e,t){const i=ki(e,t);if(null!==i)return i;const n=bi(e)||yi(e),o=fi(e)||wi(e),s=bi(t)||yi(t),r=fi(t)||wi(t);if(n&&r)return 1;if(o&&s)return-1;const a=Si(e),l=Si(t);return a===xi&&l===xi?e.localeCompare(t):a===xi?1:l===xi?-1:a>l?o?-1:1:a<l?o?1:-1:-e.localeCompare(t)};var ji=Ei;const Ai=di(Kt);function Ri(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var Ii=Ri(ji);var $i="__UN_QUERIED";function _i(e,t){var i;null!==(i=t)&&"object"==typeof i&&!1===Array.isArray(i)&&t.rules instanceof Ai.RuleList&&(t.rules.toString=function(t){void 0===t&&(t={});for(var i="",n=this.options.sheet,o=!!n&&n.options.link,s=function(e,t){for(var i={groups:{},groupsSortNames:[]},n=0;n<t.length;n++){var o=t[n],s="conditional"===o.type&&"string"==typeof o.query?o.query:$i;i.groups.hasOwnProperty(s)||(i.groupsSortNames.push(s),i.groups[s]=[]),i.groups[s].push(n),_i(e,o)}return i.groupsSortNames.sort((function(t,i){var n=t===$i?0:t.length,o=i===$i?0:i.length;return n>0&&o>0?e.desktopFirst?Ii.default.desktopFirst(t,i):Ii.default(t,i):n-o})),i}(e,this.index),r=s.groups,a=s.groupsSortNames,l=0;l<a.length;l++){var c=a[l],h=r[a[l]];if(c!==$i&&e.combineMediaQueries){i+="\n"+c+" {";for(var d=0;d<h.length;d++){((p=this.index[h[d]].rules.toString(ui.__assign(ui.__assign({},t),{indent:(t.indent||0)+1})))||o)&&(i&&(i+="\n"),i+=p)}i+="\n}\n"}else for(var u=0;u<h.length;u++){var p;((p=this.index[h[u]].toString(t))||o)&&(i&&(i+="\n"),i+=p)}}return i})}var Pi=function(e){return void 0===e&&(e={}),{onProcessSheet:function(t){_i(e,t)}}};const Li={baseColor:"#000",baseColorDarken:"#000000",brandColor:"#d5001c",backgroundColor:"#fff",backgroundSurfaceColor:"#f2f2f2",contrastLowColor:"#e3e4e5",contrastMediumColor:"#626669",contrastHighColor:"#323639",contrastHighColorDarken:"#151718",hoverColor:"#d5001c",hoverColorDarken:"#980014",activeColor:"#d5001c",focusColor:"currentColor",disabledColor:"#96989a",errorColor:"#e00000",errorColorDarken:"#a30000",errorSoftColor:"#fae6e6",successColor:"#018a16",successColorDarken:"#014d0c",successSoftColor:"#e5f3e7",warningColor:"#ff9b00",warningSoftColor:"#fff5e5",neutralColor:"#0061bd",neutralSoftColor:"#e5eff8"},Mi={baseColor:"#fff",baseColorDarken:"#e0e0e0",brandColor:"#d5001c",backgroundColor:"#0e1418",backgroundSurfaceColor:"#262b2e",contrastLowColor:"#4a4e51",contrastMediumColor:"#b0b1b2",contrastHighColor:"#e3e4e5",contrastHighColorDarken:"#c3c5c8",hoverColor:"#ff0223",hoverColorDarken:"#c4001a",activeColor:"#ff0223",focusColor:"currentColor",disabledColor:"#7c7f81",errorColor:"#fc1717",errorColorDarken:"#d30303",errorSoftColor:"#fec5c5",successColor:"#01ba1d",successColorDarken:"#017d14",successSoftColor:"#bfeec6",warningColor:"#ff9b00",warningSoftColor:"#ffe6bf",neutralColor:"#2193ff",neutralSoftColor:"#c7e4ff"},Ni={light:Li,dark:Mi,"light-electric":Object.assign(Object.assign({},Li),{brandColor:"#00b0f4",hoverColor:"#00b0f4",hoverColorDarken:"#0084b7",activeColor:"#00b0f4"}),"dark-electric":Object.assign(Object.assign({},Mi),{brandColor:"#00b0f4",hoverColor:"#00b0f4",hoverColorDarken:"#0084b7",activeColor:"#00b0f4"})},Di=e=>Ni[e],Hi=e=>({"@media(hover:hover)":e}),zi="var(--p-transition-duration, .24s)",Wi=e=>`${e} ${zi} ease`,Bi=e=>e/16+"rem",Ui=e=>`${e} !important`,Fi=e=>Object.entries(e).reduce(((e,[t,i])=>(null===i||(e[t]="object"==typeof i?Fi(i):Ui(i)),e)),{}),qi=({theme:e}={theme:"light"})=>({transition:Wi("color"),"&:hover":{color:Di(e).hoverColor}}),Vi=(e=0)=>({top:e=0===e||"auto"===e?e:`${e}px`,left:e,right:e,bottom:e}),Ji=e=>{const{pseudo:t,offset:i,color:n}=Object.assign({color:"currentColor",offset:2},e);return t?{outline:0,"&::-moz-focus-inner":{border:0},[`&${t}`]:Object.assign(Object.assign({content:'""',position:"absolute"},Vi()),{outline:"1px solid transparent",outlineOffset:`${i}px`}),[`&:focus${t}`]:{outlineColor:n},[`&:focus:not(:focus-visible)${t}`]:{outlineColor:"transparent"}}:{outline:"1px solid transparent",outlineOffset:`${i}px`,"&::-moz-focus-inner":{border:0},"&:focus":{outlineColor:n},"&:focus:not(:focus-visible)":{outlineColor:"transparent"}}},Xi=e=>e?Ki():{position:"static",width:"auto",height:"auto",margin:0,overflow:"visible",clip:"auto",clipPath:"none",whiteSpace:"normal"},Ki=()=>({position:"absolute",height:"1px",width:"1px",border:"0",margin:"-1px",overflow:"hidden",clip:"rect(1px,1px,1px,1px)",clipPath:"inset(50%)",whiteSpace:"nowrap"}),Gi=qt({plugins:[{onCreateRule:function(e,t,i){if(!e)return null;if(e===Gt)return new Zt(e,t,i);if("@"===e[0]&&e.substr(0,Qt.length)===Qt)return new Yt(e,t,i);var n=i.parent;return n&&("global"===n.type||n.options.parent&&"global"===n.options.parent.type)&&(i.scoped=!1),i.selector||!1!==i.scoped||(i.selector=e),null},onProcessRule:function(e,t){"style"===e.type&&t&&(function(e,t){var i=e.options,n=e.style,o=n?n[Gt]:null;if(o){for(var s in o)t.addRule(s,o[s],Re({},i,{selector:ti(s,e.selector)}));delete n[Gt]}}(e,t),function(e,t){var i=e.options,n=e.style;for(var o in n)if("@"===o[0]&&o.substr(0,Gt.length)===Gt){var s=ti(o.substr(Gt.length),e.selector);t.addRule(s,n[o],Re({},i,{selector:s})),delete n[o]}}(e,t))}},function(){function e(e,t){return function(i,n){var o=e.getRule(n)||t&&t.getRule(n);return o?o.selector:n}}function t(e,t){for(var i=t.split(ii),n=e.split(ii),o="",s=0;s<i.length;s++)for(var r=i[s],a=0;a<n.length;a++){var l=n[a];o&&(o+=", "),o+=-1!==l.indexOf("&")?l.replace(ni,r):r+" "+l}return o}function i(e,t,i){if(i)return Re({},i,{index:i.index+1});var n=e.options.nestingLevel;n=void 0===n?1:n+1;var o=Re({},e.options,{nestingLevel:n,index:t.indexOf(e)+1});return delete o.name,o}return{onProcessStyle:function(n,o,s){if("style"!==o.type)return n;var r,a,l=o,c=l.options.parent;for(var h in n){var d=-1!==h.indexOf("&"),u="@"===h[0];if(d||u){if(r=i(l,c,r),d){var p=t(h,l.selector);a||(a=e(c,s)),p=p.replace(oi,a);var g=l.key+"-"+h;"replaceRule"in c?c.replaceRule(g,n[h],Re({},r,{selector:p})):c.addRule(g,n[h],Re({},r,{selector:p}))}else u&&c.addRule(h,{},r).addRule(l.key,n[h],{selector:l.selector});delete n[h]}}return n}}}(),{onProcessStyle:function(e){if(Array.isArray(e)){for(var t=0;t<e.length;t++)e[t]=hi(e[t]);return e}return hi(e)},onChangeValue:function(e,t,i){if(0===t.indexOf("--"))return e;var n=ci(t);return t===n?e:(i.prop(n,e),null)}},Pi({combineMediaQueries:!0})]}),Qi=(()=>{try{return"function"==typeof(new CSSStyleSheet).replaceSync}catch(e){return!1}})(),Zi=new Map,Yi=e=>"object"==typeof e&&!Array.isArray(e),en=(...e)=>e.reduce(((e,t)=>(Object.keys(t).forEach((i=>{const n=e[i],o=t[i];Yi(n)&&Yi(o)?e[i]=en(n,o):e[i]=o})),e)),{}),tn=e=>e.replace(/-(\w)/g,((e,t)=>t.toUpperCase())),nn=e=>e.tagName.toLowerCase(),on=e=>{const t=nn(e),[,i=""]=/^(?:[a-z-]+-)?(p-[a-z-]+)$/.exec(t)||[];return i||t},sn=Ae.filter((e=>"p-text"!==e&&"p-headline"!==e)),rn=new Map,an=e=>"dark"===e,ln=e=>JSON.stringify(e).replace(/"([a-zA-Z?]+)":/g,"$1:").replace(/([,:{])/g,"$1 ").replace(/(})/g," $1").replace(/^"(.+)"$/,"$1"),cn=e=>JSON.stringify(e.map((e=>void 0===e?`${e}`:e))).replace(/'/g,"").replace(/"/g,"'").replace(/'(undefined)'/,"$1").replace(/,/g,", "),hn=(e,t)=>void 0!==e&&typeof e!==t,dn=(e,t,i)=>{if(hn(t,i))return{propName:e,propValue:t,propType:i}},un="value, "+ln(be.reduce(((e,t)=>Object.assign(Object.assign({},e),{[t+("base"!==t?"?":"")]:"value"})),{})).replace(/"/g,""),pn=e=>("boolean"!==e&&"number"!==e&&(e=cn(e).replace(/\[/g,"(").replace(/]/g,")[]").replace(/,/g," |")),un.replace(/value/g,e)),gn=e=>ln(e.reduce(((e,t)=>Object.assign(Object.assign({},e),{[t]:"value"})),{})).replace(/":/g,'"?:').replace(/"/g,"'"),bn=e=>ln(Object.keys(e).reduce(((t,i)=>Object.assign(Object.assign({},t),{[i]:e[i].name})),{})).replace(/"/g,""),fn=(e,t)=>"boolean"===t||"number"===t?hn(e,t):!t.includes(e),mn={string:(...e)=>dn(...e,"string"),number:(...e)=>dn(...e,"number"),boolean:(...e)=>dn(...e,"boolean"),oneOf:e=>function(t,i){if("function"!=typeof e[0]){if(!e.includes(i))return{propName:t,propValue:i,propType:cn(e)}}else if(!e.some((e=>void 0===e(t,i))))return{propName:t,propValue:i,propType:e.map((e=>e.name)).join(", ")}},breakpoint:e=>function(t,i){const n=fe(i);let o=!1;if("object"==typeof n?(Object.keys(n).some((e=>!be.includes(e)))||Object.values(n).some((t=>fn(t,e))))&&(o=!0):fn(n,e)&&(o=!0),o)return{propName:t,propValue:ln(n),propType:pn(e)}},aria:e=>function(t,i){const n=de(i);if(n&&Object.keys(n).some((t=>!e.includes(t))))return{propName:t,propValue:ln(n),propType:gn(e)}},shape:e=>function(t,i){if(i&&Object.entries(e).some((([e,t])=>t(e,i[e]))))return{propName:t,propValue:i,propType:bn(e)}}};e.AllowedTypes=mn,e.BREAKPOINTS=be,e.Host=v,e.TAG_NAMES=Ae,e.addImportantToEachRule=Fi,e.addImportantToRule=Ui,e.attachComponentCss=(e,t,...i)=>{var n;const o=((e,t,...i)=>{const n=on(e);Zi.has(n)||Zi.set(n,new Map);const o=i.map((e=>"object"==typeof e?JSON.stringify(e):e)).join("|"),s=Zi.get(n);return s.has(o)||s.set(o,t(...i)),s.get(o)})(e,t,...i);if(Qi){const[t]=e.shadowRoot.adoptedStyleSheets;if(t)t.replaceSync(o);else{const t=new CSSStyleSheet;t.replaceSync(o),e.shadowRoot.adoptedStyleSheets=[t]}}else{null===(n=he(e,"style[jss]"))||void 0===n||n.remove();const t=document.createElement("style");t.setAttribute("jss",""),t.innerHTML=o,e.shadowRoot.prepend(t)}},e.bootstrapLazy=(e,t={})=>{const i=()=>{},n=t.exclude||[],o=r.customElements,s=[];let c,h=!0;Object.assign(l,t),l.$resourcesUrl$=new URL(t.resourcesUrl||"./",a.baseURI).href,e.map((e=>{e[1].map((i=>{const r={$flags$:i[0],$tagName$:i[1],$members$:i[2],$listeners$:i[3]};r.$members$=i[2],r.$listeners$=i[3],r.$watchers$={};const a=t.transformTagName?t.transformTagName(r.$tagName$):r.$tagName$,d=class extends HTMLElement{constructor(e){if(super(e),Q(e=this,r),1&r.$flags$){let t="";e.shadowRoot&&(t=e.shadowRoot.innerHTML,e.hasDSR=!0),e.hasDSR&&!HTMLTemplateElement.prototype.hasOwnProperty("shadowRoot")||(e.attachShadow({mode:"open",delegatesFocus:r.$flags$}),e.shadowRoot.innerHTML=t)}}connectedCallback(){c&&(clearTimeout(c),c=null),h?s.push(this):l.jmp((()=>X(this)))}disconnectedCallback(){l.jmp((()=>(e=>{if(0==(1&l.$flags$)){const t=G(e),i=t.$lazyInstance$;t.$rmListeners$&&(t.$rmListeners$.map((e=>e())),t.$rmListeners$=void 0),B(i,"disconnectedCallback")}})(this)))}componentOnReady(){return G(this).$onReadyPromise$}};r.$lazyBundleId$=e[0],n.includes(a)||o.get(a)||o.define(a,V(d,r,1))}))})),h=!1,s.length?s.map((e=>e.connectedCallback())):l.jmp((()=>c=setTimeout(W,30))),i()},e.breakpoint=me,e.buildResponsiveStyles=(e,t)=>{const i=fe(e);return"object"==typeof i?Object.keys(i).filter((e=>"base"!==e)).reduce(((e,n)=>Object.assign(Object.assign({},e),{[we(n)]:t(i[n])})),t(i.base)):t(i)},e.buildSlottedStyles=(e,t)=>({"@global":{[nn(e)]:Fi(t)}}),e.createEvent=(e,t,i)=>{const n=_(e);return{emit:e=>P(n,t,{bubbles:!!(4&i),composed:!!(2&i),cancelable:!!(1&i),detail:e})}},e.fontWeight=ve,e.forceUpdate=e=>{{const t=G(e),i=t.$hostElement$.isConnected;return i&&2==(18&t.$flags$)&&M(t,!1),i}},e.getBackfaceVisibilityJssStyle=()=>({backfaceVisibility:"hidden",WebkitBackfaceVisibility:"hidden"}),e.getBaseSlottedStyles=(e={withDarkTheme:!1})=>Object.assign(Object.assign({"& a":Object.assign(Object.assign({color:"inherit",textDecoration:"underline"},Ji({offset:1})),Hi(qi()))},e.withDarkTheme&&{'&[data-theme="dark"] a:hover':Hi(qi({theme:"dark"})["&:hover"])}),{"& b, & strong":{fontWeight:ve.bold},"& em, & i":{fontStyle:"normal"}}),e.getCss=e=>Gi.createStyleSheet(e,{generateId:e=>e.key}).toString(),e.getCurrentMatchingBreakpointValue=e=>{if("object"==typeof e){const t=(()=>{const e=Ce.filter((e=>e.matches)).map((e=>e.media)).pop(),t=Oe[/\d+px/.exec(e)[0]];return"xxs"===t?"base":t})(),i=e[t];if(i)return i;{const i=be.map((t=>e[t]));return i.forEach(((e,t,i)=>{void 0===e&&(i[t]=i[t-1])})),i[be.indexOf(t)]}}return e},e.getElement=_,e.getFocusJssStyle=Ji,e.getFormCheckboxRadioHiddenJssStyle=e=>Object.assign(Object.assign({},Xi(e)),{width:"auto",padding:`0 0 0 ${Bi(8)}`}),e.getFormTextHiddenJssStyle=e=>Object.assign(Object.assign({},Xi(e)),{width:"fit-content",padding:`0 0 ${Bi(4)}`}),e.getHTMLElement=ce,e.getHoverJssStyle=qi,e.getInsetJssStyle=Vi,e.getInvertedThemedColors=e=>Di(an(e)?"light":"dark"),e.getPrefixedTagNames=e=>{const[,t=""]=/^([a-z-]+)-p-[a-z-]+$/.exec(nn(e))||[];if(!rn.has(t)){const e=sn.reduce(t?(e,i)=>Object.assign(Object.assign({},e),{[tn(i)]:`${t}-${i}`}):(e,t)=>Object.assign(Object.assign({},e),{[tn(t)]:t}),{});rn.set(t,e)}return rn.get(t)},e.getScreenReaderOnlyJssStyle=Ki,e.getShadowRootHTMLElement=he,e.getTagName=nn,e.getTagNameWithoutPrefix=on,e.getTextHiddenJssStyle=Xi,e.getThemedColors=Di,e.getTransition=Wi,e.h=f,e.hasWindow=ue,e.hoverMediaQuery=Hi,e.isThemeDark=an,e.mediaQueryMin=we,e.mediaQueryMinMax=function(e,t){return`${we(e)} and (max-width:${ye[t]-1}px)`},e.mergeDeep=en,e.observeAttributes=(e,t,i)=>{e&&(pe.set(e,i),ge.observe(e,{attributeFilter:t,attributeOldValue:!0}))},e.observeBreakpointChange=(e,t)=>{e&&(0===xe.size&&Ce.forEach((e=>{e.addEventListener("change",Se)})),xe.set(e,t))},e.observeChildren=(e,t,i)=>{e&&(ke.set(e,t),je.observe(e,{childList:!0,subtree:!0,characterData:!0,attributeFilter:i}))},e.paramCaseToCamelCase=tn,e.parseJSON=fe,e.parseJSONAttribute=de,e.promiseResolve=c,e.pxToRemWithUnit=Bi,e.registerInstance=(e,t)=>K.set(t.$lazyInstance$=e,t),e.transitionDuration=zi,e.unobserveAttributes=e=>{pe.delete(e)},e.unobserveBreakpointChange=e=>{xe.delete(e),0===xe.size&&Ce.forEach((e=>{e.removeEventListener("change",Se)}))},e.unobserveChildren=e=>{ke.delete(e)},e.validateProps=(e,t)=>{Object.entries(t).map((([t,i])=>i(t,e[t]))).filter((e=>e)).forEach((t=>(({propName:e,propValue:t,propType:i,componentName:n})=>{console.error(`Warning: Invalid property '${e}' with value '${ln(t)}' supplied to '${n}', expected one of: ${i}`)})(Object.assign(Object.assign({},t),{componentName:nn(e.host)}))))}}(cr)),cr}function dr(){if(ar)return ke;ar=1,Object.defineProperty(ke,"__esModule",{value:!0});const e=hr(),t=ze();return ke.defineCustomElements=(i,n)=>"undefined"==typeof window?Promise.resolve():e.promiseResolve().then((()=>(window.PDS_SKIP_FETCH||t.globalScripts(),e.bootstrapLazy([["p-table_7.cjs",[[1,"p-table",{caption:[1],isScrollIndicatorVisible:[32],isScrollable:[32]}],[1,"p-table-body"],[1,"p-table-cell",{multiline:[4]}],[1,"p-table-head"],[1,"p-table-head-cell",{sort:[16],hideLabel:[4,"hide-label"],multiline:[4]}],[1,"p-table-head-row"],[1,"p-table-row"]]],["p-banner_2.cjs",[[1,"p-banner",{state:[1],persistent:[4],width:[1],theme:[1]}],[1,"p-inline-notification",{heading:[1],description:[1],state:[1],persistent:[4],actionLabel:[1,"action-label"],actionLoading:[4,"action-loading"],actionIcon:[1,"action-icon"],theme:[1]}]]],["p-button_2.cjs",[[17,"p-button",{tabbable:[4],type:[1],disabled:[4],loading:[4],variant:[1],icon:[1],iconSource:[1,"icon-source"],hideLabel:[8,"hide-label"],theme:[1],aria:[1]},[[2,"click","onClick"]]],[1,"p-button-group",{direction:[1]}]]],["p-flex_2.cjs",[[1,"p-flex",{inline:[8],wrap:[1],direction:[1],justifyContent:[1,"justify-content"],alignItems:[1,"align-items"],alignContent:[1,"align-content"]}],[1,"p-flex-item",{width:[1],offset:[1],alignSelf:[1,"align-self"],grow:[8],shrink:[8],flex:[1]}]]],["p-grid_2.cjs",[[1,"p-grid",{direction:[1],wrap:[1],gutter:[8]}],[1,"p-grid-item",{size:[8],offset:[8]}]]],["p-segmented-control_2.cjs",[[1,"p-segmented-control",{backgroundColor:[1,"background-color"],theme:[1],value:[8]}],[17,"p-segmented-control-item",{value:[8],disabled:[4],label:[1],icon:[1],iconSource:[1,"icon-source"]},[[2,"click","onClick"]]]]],["p-select-wrapper_2.cjs",[[1,"p-select-wrapper",{label:[1],description:[1],state:[1],message:[1],hideLabel:[8,"hide-label"],filter:[4],theme:[1],dropdownDirection:[1,"dropdown-direction"],native:[4]}],[1,"p-select-wrapper-dropdown",{selectRef:[16],label:[1],description:[1],message:[1],state:[1],direction:[1],theme:[1],filter:[4],required:[4],disabled:[4],onOpenChange:[16],isOpenOverride:[4,"is-open-override"],isOpen:[32],optionMaps:[32],searchString:[32]}]]],["p-stepper-horizontal_2.cjs",[[1,"p-stepper-horizontal",{size:[1],theme:[1]}],[17,"p-stepper-horizontal-item",{state:[1],disabled:[4]},[[2,"click","onClick"]]]]],["p-tabs_2.cjs",[[1,"p-tabs",{size:[1],weight:[1],theme:[1],gradientColorScheme:[1,"gradient-color-scheme"],activeTabIndex:[1026,"active-tab-index"],tabsItemElements:[32]}],[1,"p-tabs-item",{label:[1]}]]],["p-tag_2.cjs",[[1,"p-tag",{theme:[1],color:[1],icon:[1],iconSource:[1,"icon-source"]}],[17,"p-tag-dismissible",{color:[1],label:[1],aria:[1]}]]],["p-text-list_2.cjs",[[1,"p-text-list",{listType:[1,"list-type"],orderType:[1,"order-type"],theme:[1]}],[1,"p-text-list-item"]]],["p-toast_2.cjs",[[1,"p-toast",{theme:[1],addMessage:[64]}],[1,"p-toast-item",{text:[1],state:[1],theme:[1]}]]],["p-accordion.cjs",[[1,"p-accordion",{size:[1],theme:[1],heading:[1],tag:[1],open:[4],compact:[4]}]]],["p-button-pure.cjs",[[17,"p-button-pure",{tabbable:[4],type:[1],disabled:[4],loading:[4],size:[1],weight:[1],icon:[1],iconSource:[1,"icon-source"],active:[4],hideLabel:[8,"hide-label"],alignLabel:[1,"align-label"],stretch:[8],theme:[1],aria:[1]},[[2,"click","onClick"]]]]],["p-carousel.cjs",[[1,"p-carousel",{heading:[1],description:[1],wrapContent:[4,"wrap-content"],slidesPerPage:[1032,"slides-per-page"],disablePagination:[1032,"disable-pagination"],intl:[1],theme:[1],amountOfPages:[32]}]]],["p-checkbox-wrapper.cjs",[[1,"p-checkbox-wrapper",{label:[1],state:[1],message:[1],hideLabel:[8,"hide-label"]}]]],["p-content-wrapper.cjs",[[1,"p-content-wrapper",{width:[1],backgroundColor:[1,"background-color"],theme:[1]}]]],["p-divider.cjs",[[1,"p-divider",{color:[1],orientation:[1],theme:[1]}]]],["p-fieldset-wrapper.cjs",[[1,"p-fieldset-wrapper",{label:[1],labelSize:[1,"label-size"],required:[4],state:[1],message:[1]}]]],["p-headline.cjs",[[1,"p-headline",{variant:[1],tag:[1],align:[1],color:[1],ellipsis:[4],theme:[1]}]]],["p-icon.cjs",[[1,"p-icon",{name:[1],source:[1],color:[1],size:[1],lazy:[4],theme:[1],aria:[1]}]]],["p-link.cjs",[[17,"p-link",{variant:[1],icon:[1],iconSource:[1,"icon-source"],href:[1],theme:[1],target:[1],download:[1],rel:[1],hideLabel:[8,"hide-label"],aria:[1]}]]],["p-link-pure.cjs",[[17,"p-link-pure",{alignLabel:[1,"align-label"],stretch:[8],size:[1],weight:[1],icon:[1],iconSource:[1,"icon-source"],href:[1],active:[4],hideLabel:[8,"hide-label"],theme:[1],target:[1],download:[1],rel:[1],aria:[1]}]]],["p-link-social.cjs",[[17,"p-link-social",{icon:[1],iconSource:[1,"icon-source"],href:[1],theme:[1],target:[1],rel:[1],hideLabel:[8,"hide-label"]}]]],["p-link-tile.cjs",[[17,"p-link-tile",{size:[1],weight:[1],aspectRatio:[1,"aspect-ratio"],label:[1],description:[1],align:[1],gradient:[4],compact:[1032],href:[1],target:[1],download:[1],rel:[1],aria:[1]}]]],["p-marque.cjs",[[17,"p-marque",{trademark:[4],size:[1],href:[1],target:[1],aria:[1]}]]],["p-modal.cjs",[[1,"p-modal",{open:[4],disableCloseButton:[4,"disable-close-button"],disableBackdropClick:[4,"disable-backdrop-click"],heading:[1],fullscreen:[8],aria:[1]}]]],["p-pagination.cjs",[[17,"p-pagination",{totalItemsCount:[2,"total-items-count"],itemsPerPage:[2,"items-per-page"],activePage:[1026,"active-page"],maxNumberOfPageLinks:[8,"max-number-of-page-links"],allyLabel:[1,"ally-label"],allyLabelPrev:[1,"ally-label-prev"],allyLabelPage:[1,"ally-label-page"],allyLabelNext:[1,"ally-label-next"],theme:[1],breakpointMaxNumberOfPageLinks:[32]}]]],["p-popover.cjs",[[1,"p-popover",{direction:[1],description:[1],aria:[1],open:[32]}]]],["p-radio-button-wrapper.cjs",[[1,"p-radio-button-wrapper",{label:[1],state:[1],message:[1],hideLabel:[8,"hide-label"]}]]],["p-scroller.cjs",[[1,"p-scroller",{theme:[1],gradientColorScheme:[1,"gradient-color-scheme"],scrollToPosition:[1,"scroll-to-position"],scrollIndicatorPosition:[1,"scroll-indicator-position"],isPrevHidden:[32],isNextHidden:[32]}]]],["p-spinner.cjs",[[1,"p-spinner",{size:[1],theme:[1],aria:[1]}]]],["p-switch.cjs",[[17,"p-switch",{alignLabel:[1,"align-label"],hideLabel:[8,"hide-label"],stretch:[8],checked:[4],disabled:[4],loading:[4],tabbable:[4],theme:[1]},[[2,"click","onClick"]]]]],["p-tabs-bar.cjs",[[1,"p-tabs-bar",{size:[1],weight:[1],theme:[1],gradientColorScheme:[1,"gradient-color-scheme"],activeTabIndex:[2,"active-tab-index"],tabElements:[32]}]]],["p-text.cjs",[[1,"p-text",{tag:[1],size:[1],weight:[1],align:[1],color:[1],ellipsis:[4],theme:[1]}]]],["p-text-field-wrapper.cjs",[[1,"p-text-field-wrapper",{label:[1],unit:[1],unitPosition:[1,"unit-position"],description:[1],state:[1],message:[1],hideLabel:[8,"hide-label"],showCharacterCount:[4,"show-character-count"],actionIcon:[1,"action-icon"],actionLoading:[4,"action-loading"],showPassword:[32],isClearable:[32]}]]],["p-textarea-wrapper.cjs",[[1,"p-textarea-wrapper",{label:[1],description:[1],state:[1],message:[1],hideLabel:[8,"hide-label"],showCharacterCount:[4,"show-character-count"]}]]]],n)))),ke}function ur(){return lr||(lr=1,s(),l(),c||(c=1,window.matchMedia||(window.matchMedia=function(){var e=window.styleMedia||window.media;if(!e){var t,i=document.createElement("style"),n=document.getElementsByTagName("script")[0];i.type="text/css",i.id="matchmediajs-test",n?n.parentNode.insertBefore(i,n):document.head.appendChild(i),t="getComputedStyle"in window&&window.getComputedStyle(i,null)||i.currentStyle,e={matchMedium:function(e){var n="@media "+e+"{ #matchmediajs-test { width: 1px; } }";return i.styleSheet?i.styleSheet.cssText=n:i.textContent=n,"1px"===t.width}}}return function(t){return{matches:e.matchMedium(t||"all"),media:t||"all"}}}())),h||(h=1,function(){if(window.matchMedia&&window.matchMedia("all").addListener)return!1;var e=window.matchMedia,t=e("only all").matches,i=!1,n=0,o=[],s=function(t){clearTimeout(n),n=setTimeout((function(){for(var t=0,i=o.length;t<i;t++){var n=o[t].mql,s=o[t].listeners||[],r=e(n.media).matches;if(r!==n.matches){n.matches=r;for(var a=0,l=s.length;a<l;a++)s[a].call(window,n)}}}),30)};window.matchMedia=function(n){var r=e(n),a=[],l=0;return r.addListener=function(e){t&&(i||(i=!0,window.addEventListener("resize",s,!0)),0===l&&(l=o.push({mql:r,listeners:a})),a.push(e))},r.removeListener=function(e){for(var t=0,i=a.length;t<i;t++)a[t]===e&&a.splice(t,1)},r}}()),p(),e.ResizeObserver=Oe.ResizeObserver,window.PDS_SKIP_FETCH=!0,dr().defineCustomElements().then((()=>{window.PDS_SKIP_FETCH=!1}))),n}var pr=ur();module.exports=pr;