@swisspost/design-system-components 10.0.0-next.65 → 10.0.0-next.67

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 (368) hide show
  1. package/dist/cjs/{breakpoints-B81j4H4_.js → breakpoints-BTxzC_Qv.js} +4 -7
  2. package/dist/cjs/{get-focusable-children-SdEe5tt7.js → get-focusable-children-CL2gimr1.js} +4 -4
  3. package/dist/cjs/{get-root-CUAv4k4C.js → get-root-BIh00Adr.js} +2 -2
  4. package/dist/cjs/{index-CmbtQEJ0.js → index-Byyrsgop.js} +19 -11
  5. package/dist/cjs/{index-ChzLnSU8.js → index-qCzRmwgB.js} +2 -2
  6. package/dist/cjs/loader.cjs.js +2 -2
  7. package/dist/cjs/{package-DJFRMOUR.js → package-BMq-R5Xi.js} +1 -1
  8. package/dist/cjs/post-accordion_2.cjs.entry.js +9 -10
  9. package/dist/cjs/post-autocomplete.cjs.entry.js +181 -0
  10. package/dist/cjs/post-avatar.cjs.entry.js +6 -7
  11. package/dist/cjs/post-back-to-top.cjs.entry.js +8 -9
  12. package/dist/cjs/post-banner.cjs.entry.js +5 -6
  13. package/dist/cjs/{post-breadcrumb-item_2.cjs.entry.js → post-breadcrumb-item.cjs.entry.js} +7 -22
  14. package/dist/cjs/post-breadcrumbs.cjs.entry.js +7 -8
  15. package/dist/cjs/{post-closebutton_13.cjs.entry.js → post-closebutton_14.cjs.entry.js} +88 -68
  16. package/dist/cjs/post-collapsible_2.cjs.entry.js +11 -12
  17. package/dist/cjs/post-components.cjs.js +2 -2
  18. package/dist/cjs/post-date-picker.cjs.entry.js +4619 -0
  19. package/dist/cjs/post-footer.cjs.entry.js +8 -9
  20. package/dist/cjs/post-linkarea.cjs.entry.js +3 -3
  21. package/dist/cjs/post-listbox-option.cjs.entry.js +26 -0
  22. package/dist/cjs/post-listbox.cjs.entry.js +151 -0
  23. package/dist/cjs/post-number-input.cjs.entry.js +20 -14
  24. package/dist/cjs/post-pagination.cjs.entry.js +10 -11
  25. package/dist/cjs/post-popover-trigger.cjs.entry.js +5 -6
  26. package/dist/cjs/post-popover.cjs.entry.js +7 -8
  27. package/dist/cjs/post-rating.cjs.entry.js +5 -6
  28. package/dist/cjs/post-stepper-item.cjs.entry.js +4 -4
  29. package/dist/cjs/post-stepper.cjs.entry.js +34 -14
  30. package/dist/cjs/post-tab-item.cjs.entry.js +5 -6
  31. package/dist/cjs/post-tab-panel.cjs.entry.js +5 -6
  32. package/dist/cjs/post-tabs.cjs.entry.js +8 -9
  33. package/dist/cjs/post-tooltip-trigger.cjs.entry.js +7 -10
  34. package/dist/cjs/post-tooltip.cjs.entry.js +5 -6
  35. package/dist/collection/animations/collapse.js +3 -2
  36. package/dist/collection/collection-manifest.json +5 -3
  37. package/dist/collection/components/post-accordion/post-accordion.js +3 -3
  38. package/dist/collection/components/post-accordion-item/post-accordion-item.css +1 -1
  39. package/dist/collection/components/post-accordion-item/post-accordion-item.js +3 -3
  40. package/dist/collection/components/post-autocomplete/post-autocomplete.css +1 -0
  41. package/dist/collection/components/post-autocomplete/post-autocomplete.js +271 -0
  42. package/dist/collection/components/post-avatar/post-avatar.js +2 -2
  43. package/dist/collection/components/post-back-to-top/post-back-to-top.js +4 -4
  44. package/dist/collection/components/post-banner/post-banner.js +1 -1
  45. package/dist/collection/components/post-breadcrumb-item/post-breadcrumb-item.js +3 -3
  46. package/dist/collection/components/post-breadcrumbs/post-breadcrumbs.js +3 -3
  47. package/dist/collection/components/post-closebutton/post-closebutton.js +1 -1
  48. package/dist/collection/components/post-collapsible/post-collapsible.css +1 -1
  49. package/dist/collection/components/post-collapsible/post-collapsible.js +4 -4
  50. package/dist/collection/components/post-collapsible-trigger/post-collapsible-trigger.js +1 -1
  51. package/dist/collection/components/post-date-picker/post-date-picker.css +5 -0
  52. package/dist/collection/components/{post-datepicker/post-datepicker.js → post-date-picker/post-date-picker.js} +139 -101
  53. package/dist/collection/components/post-footer/post-footer.css +1 -1
  54. package/dist/collection/components/post-footer/post-footer.js +3 -3
  55. package/dist/collection/components/post-header/post-header.js +13 -13
  56. package/dist/collection/components/post-icon/post-icon.js +16 -13
  57. package/dist/collection/components/post-language-menu/post-language-menu.css +1 -1
  58. package/dist/collection/components/post-language-menu/post-language-menu.js +1 -1
  59. package/dist/collection/components/post-language-menu-item/post-language-menu-item.css +1 -1
  60. package/dist/collection/components/post-language-menu-item/post-language-menu-item.js +2 -1
  61. package/dist/collection/components/post-linkarea/post-linkarea.js +1 -1
  62. package/dist/collection/components/post-listbox/post-listbox.css +1 -0
  63. package/dist/collection/components/post-listbox/post-listbox.js +293 -0
  64. package/dist/collection/components/post-listbox-option/post-listbox-option.css +1 -0
  65. package/dist/collection/components/post-listbox-option/post-listbox-option.js +109 -0
  66. package/dist/collection/components/post-logo/post-logo.js +1 -1
  67. package/dist/collection/components/post-mainnavigation/post-mainnavigation.js +1 -1
  68. package/dist/collection/components/post-megadropdown/post-megadropdown.js +5 -5
  69. package/dist/collection/components/post-megadropdown-trigger/post-megadropdown-trigger.js +1 -1
  70. package/dist/collection/components/post-menu/post-menu.js +2 -2
  71. package/dist/collection/components/post-menu-item/post-menu-item.js +1 -1
  72. package/dist/collection/components/post-menu-trigger/post-menu-trigger.js +1 -1
  73. package/dist/collection/components/post-number-input/post-number-input.css +4 -1
  74. package/dist/collection/components/post-number-input/post-number-input.js +12 -3
  75. package/dist/collection/components/post-pagination/post-pagination.js +6 -6
  76. package/dist/collection/components/post-popover/post-popover.js +1 -1
  77. package/dist/collection/components/post-popover-trigger/post-popover-trigger.js +1 -1
  78. package/dist/collection/components/post-popovercontainer/post-popovercontainer.js +45 -19
  79. package/dist/collection/components/post-rating/post-rating.js +1 -1
  80. package/dist/collection/components/post-stepper/post-stepper.js +50 -10
  81. package/dist/collection/components/post-stepper-item/post-stepper-item.css +1 -7
  82. package/dist/collection/components/post-stepper-item/post-stepper-item.js +1 -1
  83. package/dist/collection/components/post-tab-item/post-tab-item.js +1 -1
  84. package/dist/collection/components/post-tab-panel/post-tab-panel.js +1 -1
  85. package/dist/collection/components/post-tabs/post-tabs.js +4 -4
  86. package/dist/collection/components/post-togglebutton/post-togglebutton.js +1 -1
  87. package/dist/collection/components/post-tooltip/post-tooltip.js +1 -1
  88. package/dist/collection/components/post-tooltip-trigger/post-tooltip-trigger.js +6 -6
  89. package/dist/collection/utils/attribute-observer.js +2 -2
  90. package/dist/collection/utils/breakpoints.js +6 -5
  91. package/dist/collection/utils/get-focusable-children.js +3 -3
  92. package/dist/collection/utils/get-root.js +2 -2
  93. package/dist/collection/utils/index.js +1 -1
  94. package/dist/collection/utils/is-iso-date.js +14 -0
  95. package/dist/collection/utils/is-motion-reduced.js +2 -2
  96. package/dist/collection/utils/property-checkers/check-date.js +1 -1
  97. package/dist/collection/utils/property-checkers/check-iso-date.js +9 -0
  98. package/dist/collection/utils/property-checkers/constants.js +1 -1
  99. package/dist/collection/utils/property-checkers/index.js +1 -0
  100. package/dist/collection/utils/repeat-on-long-press.js +6 -6
  101. package/dist/collection/utils/sass-export.js +1 -1
  102. package/dist/collection/utils/tests/helpers/mock-match-media.js +11 -0
  103. package/dist/collection/utils/tests/helpers/mock-stencil-constants.js +12 -0
  104. package/dist/component-names.json +4 -1
  105. package/dist/components/breakpoints.js +1 -1
  106. package/dist/components/get-focusable-children.js +1 -1
  107. package/dist/components/get-root.js +1 -1
  108. package/dist/components/index.d.ts +8 -4
  109. package/dist/components/index.js +1 -1
  110. package/dist/components/package.js +1 -1
  111. package/dist/components/post-accordion-item2.js +1 -1
  112. package/dist/components/post-accordion2.js +1 -1
  113. package/dist/components/post-autocomplete.d.ts +11 -0
  114. package/dist/components/post-autocomplete.js +1 -0
  115. package/dist/components/post-avatar.js +1 -1
  116. package/dist/components/post-back-to-top.js +1 -1
  117. package/dist/components/post-banner.js +1 -1
  118. package/dist/components/post-breadcrumb-item2.js +1 -1
  119. package/dist/components/post-breadcrumbs.js +1 -1
  120. package/dist/components/post-closebutton2.js +1 -1
  121. package/dist/components/post-collapsible-trigger2.js +1 -1
  122. package/dist/components/post-collapsible2.js +1 -1
  123. package/dist/components/{post-datepicker.d.ts → post-date-picker.d.ts} +4 -4
  124. package/dist/components/post-date-picker.js +1 -0
  125. package/dist/components/post-footer.js +1 -1
  126. package/dist/components/post-header.js +1 -1
  127. package/dist/components/post-icon2.js +1 -1
  128. package/dist/components/post-language-menu-item.js +1 -1
  129. package/dist/components/post-language-menu.js +1 -1
  130. package/dist/components/post-linkarea.js +1 -1
  131. package/dist/components/post-listbox-option.d.ts +11 -0
  132. package/dist/components/post-listbox-option.js +1 -0
  133. package/dist/components/{post-env-test.d.ts → post-listbox.d.ts} +4 -4
  134. package/dist/components/post-listbox.js +1 -0
  135. package/dist/components/post-logo.js +1 -1
  136. package/dist/components/post-mainnavigation.js +1 -1
  137. package/dist/components/post-megadropdown-trigger.js +1 -1
  138. package/dist/components/post-megadropdown.js +1 -1
  139. package/dist/components/post-menu-item2.js +1 -1
  140. package/dist/components/post-menu-trigger2.js +1 -1
  141. package/dist/components/post-menu2.js +1 -1
  142. package/dist/components/post-number-input.js +1 -1
  143. package/dist/components/post-pagination.js +1 -1
  144. package/dist/components/post-popover-trigger.js +1 -1
  145. package/dist/components/post-popover.js +1 -1
  146. package/dist/components/post-popovercontainer2.js +1 -1
  147. package/dist/components/post-rating.js +1 -1
  148. package/dist/components/post-stepper-item.js +1 -1
  149. package/dist/components/post-stepper.js +1 -1
  150. package/dist/components/post-tab-item.js +1 -1
  151. package/dist/components/post-tab-panel.js +1 -1
  152. package/dist/components/post-tabs.js +1 -1
  153. package/dist/components/post-togglebutton2.js +1 -1
  154. package/dist/components/post-tooltip-trigger.js +1 -1
  155. package/dist/components/post-tooltip.js +1 -1
  156. package/dist/components/react/index.js +1 -1
  157. package/dist/components/react/{p-2xbmulgT.js → p-6dWji_Xt.js} +1 -1
  158. package/dist/components/react/p-BIQP_u-p.js +1 -0
  159. package/dist/components/react/p-BlBcIJe_.js +1 -0
  160. package/dist/components/react/{p-CVpHTlhD.js → p-Bq6Ye6Uc.js} +1 -1
  161. package/dist/components/react/p-BvY9Yl0A.js +1 -0
  162. package/dist/components/react/p-ByHBwvly.js +1 -0
  163. package/dist/components/react/{p-cien1JLp.js → p-C7drBbGl.js} +1 -1
  164. package/dist/components/react/p-CKkmf4_w.js +1 -0
  165. package/dist/components/react/p-CS77r1AS.js +1 -0
  166. package/dist/components/react/p-CY-_ZlW3.js +1 -0
  167. package/dist/components/react/p-D3Tx-0vM.js +1 -0
  168. package/dist/components/react/p-DVY9jsO7.js +1 -0
  169. package/dist/components/react/p-Djnfi-_S.js +1 -0
  170. package/dist/components/react/p-DlHbGhvD.js +1 -0
  171. package/dist/components/react/p-DxJ0OgPJ.js +1 -0
  172. package/dist/components/react/{p-NbS_MQaD.js → p-RpVuZS9R.js} +1 -1
  173. package/dist/components/react/post-accordion-item.js +1 -1
  174. package/dist/components/react/post-accordion.js +1 -1
  175. package/dist/components/react/post-autocomplete.d.ts +11 -0
  176. package/dist/components/react/post-autocomplete.js +1 -0
  177. package/dist/components/react/post-avatar.js +1 -1
  178. package/dist/components/react/post-back-to-top.js +1 -1
  179. package/dist/components/react/post-banner.js +1 -1
  180. package/dist/components/react/post-breadcrumb-item.js +1 -1
  181. package/dist/components/react/post-breadcrumbs.js +1 -1
  182. package/dist/components/react/post-closebutton.js +1 -1
  183. package/dist/components/react/post-collapsible-trigger.js +1 -1
  184. package/dist/components/react/post-collapsible.js +1 -1
  185. package/dist/components/react/{post-datepicker.d.ts → post-date-picker.d.ts} +4 -4
  186. package/dist/components/react/post-date-picker.js +1 -0
  187. package/dist/components/react/post-footer.js +1 -1
  188. package/dist/components/react/post-header.js +1 -1
  189. package/dist/components/react/post-icon.js +1 -1
  190. package/dist/components/react/post-language-menu-item.js +1 -1
  191. package/dist/components/react/post-language-menu.js +1 -1
  192. package/dist/components/react/post-linkarea.js +1 -1
  193. package/dist/components/react/post-listbox-option.d.ts +11 -0
  194. package/dist/components/react/post-listbox-option.js +1 -0
  195. package/dist/components/react/{post-env-test.d.ts → post-listbox.d.ts} +4 -4
  196. package/dist/components/react/post-listbox.js +1 -0
  197. package/dist/components/react/post-logo.js +1 -1
  198. package/dist/components/react/post-mainnavigation.js +1 -1
  199. package/dist/components/react/post-megadropdown-trigger.js +1 -1
  200. package/dist/components/react/post-megadropdown.js +1 -1
  201. package/dist/components/react/post-menu-item.js +1 -1
  202. package/dist/components/react/post-menu-trigger.js +1 -1
  203. package/dist/components/react/post-menu.js +1 -1
  204. package/dist/components/react/post-number-input.js +1 -1
  205. package/dist/components/react/post-pagination.js +1 -1
  206. package/dist/components/react/post-popover-trigger.js +1 -1
  207. package/dist/components/react/post-popover.js +1 -1
  208. package/dist/components/react/post-popovercontainer.js +1 -1
  209. package/dist/components/react/post-rating.js +1 -1
  210. package/dist/components/react/post-stepper-item.js +1 -1
  211. package/dist/components/react/post-stepper.js +1 -1
  212. package/dist/components/react/post-tab-item.js +1 -1
  213. package/dist/components/react/post-tab-panel.js +1 -1
  214. package/dist/components/react/post-tabs.js +1 -1
  215. package/dist/components/react/post-togglebutton.js +1 -1
  216. package/dist/components/react/post-tooltip-trigger.js +1 -1
  217. package/dist/components/react/post-tooltip.js +1 -1
  218. package/dist/docs.json +591 -111
  219. package/dist/esm/{breakpoints-_gmb7vUy.js → breakpoints-CZuqK5QS.js} +4 -7
  220. package/dist/esm/{get-focusable-children-CFWKPWu9.js → get-focusable-children-CckqSLu_.js} +4 -4
  221. package/dist/esm/{get-root-CXfAA093.js → get-root-gmtbd8C-.js} +2 -2
  222. package/dist/esm/{index-RRcOB_Q4.js → index-8Vx4ywJ4.js} +19 -11
  223. package/dist/esm/{index-CCMeku7U.js → index-D9bU2pIE.js} +3 -3
  224. package/dist/esm/loader.js +3 -3
  225. package/dist/esm/package-DVY9jsO7.js +3 -0
  226. package/dist/esm/post-accordion_2.entry.js +9 -10
  227. package/dist/esm/post-autocomplete.entry.js +179 -0
  228. package/dist/esm/post-avatar.entry.js +6 -7
  229. package/dist/esm/post-back-to-top.entry.js +8 -9
  230. package/dist/esm/post-banner.entry.js +5 -6
  231. package/dist/esm/{post-breadcrumb-item_2.entry.js → post-breadcrumb-item.entry.js} +8 -22
  232. package/dist/esm/post-breadcrumbs.entry.js +7 -8
  233. package/dist/esm/{post-closebutton_13.entry.js → post-closebutton_14.entry.js} +88 -69
  234. package/dist/esm/post-collapsible_2.entry.js +11 -12
  235. package/dist/esm/post-components.js +3 -3
  236. package/dist/esm/post-date-picker.entry.js +4617 -0
  237. package/dist/esm/post-footer.entry.js +8 -9
  238. package/dist/esm/post-linkarea.entry.js +3 -3
  239. package/dist/esm/post-listbox-option.entry.js +24 -0
  240. package/dist/esm/post-listbox.entry.js +149 -0
  241. package/dist/esm/post-number-input.entry.js +20 -14
  242. package/dist/esm/post-pagination.entry.js +10 -11
  243. package/dist/esm/post-popover-trigger.entry.js +5 -6
  244. package/dist/esm/post-popover.entry.js +7 -8
  245. package/dist/esm/post-rating.entry.js +5 -6
  246. package/dist/esm/post-stepper-item.entry.js +4 -4
  247. package/dist/esm/post-stepper.entry.js +34 -14
  248. package/dist/esm/post-tab-item.entry.js +5 -6
  249. package/dist/esm/post-tab-panel.entry.js +5 -6
  250. package/dist/esm/post-tabs.entry.js +8 -9
  251. package/dist/esm/post-tooltip-trigger.entry.js +7 -10
  252. package/dist/esm/post-tooltip.entry.js +5 -6
  253. package/dist/post-components/p-0962f02e.entry.js +1 -0
  254. package/dist/post-components/p-0c22b6cb.entry.js +1 -0
  255. package/dist/post-components/p-11dfed23.entry.js +1 -0
  256. package/dist/post-components/p-136052d8.entry.js +1 -0
  257. package/dist/post-components/p-15d519e6.entry.js +1 -0
  258. package/dist/post-components/p-16573e00.entry.js +1 -0
  259. package/dist/post-components/p-29859921.entry.js +1 -0
  260. package/dist/post-components/p-3a294f1a.entry.js +1 -0
  261. package/dist/post-components/p-44481053.entry.js +1 -0
  262. package/dist/post-components/p-61d99723.entry.js +1 -0
  263. package/dist/post-components/p-68196501.entry.js +1 -0
  264. package/dist/post-components/p-6badcfb3.entry.js +1 -0
  265. package/dist/post-components/p-6c2558a3.entry.js +1 -0
  266. package/dist/post-components/p-6debd1d3.entry.js +1 -0
  267. package/dist/post-components/p-7b44e7e5.entry.js +1 -0
  268. package/dist/post-components/p-81aca7ec.entry.js +1 -0
  269. package/dist/post-components/p-85af10b8.entry.js +1 -0
  270. package/dist/post-components/p-8Vx4ywJ4.js +2 -0
  271. package/dist/post-components/p-951b3be6.entry.js +1 -0
  272. package/dist/post-components/{p-71380a03.entry.js → p-9a3d4f38.entry.js} +1 -1
  273. package/dist/post-components/p-D81ozKs6.js +1 -0
  274. package/dist/post-components/p-D9bU2pIE.js +1 -0
  275. package/dist/post-components/p-DVY9jsO7.js +1 -0
  276. package/dist/post-components/p-DkA4Ai8j.js +1 -0
  277. package/dist/post-components/p-a4dd6a67.entry.js +1 -0
  278. package/dist/post-components/p-aFKnsRj1.js +1 -0
  279. package/dist/post-components/p-b13742e1.entry.js +1 -0
  280. package/dist/post-components/p-c5717005.entry.js +1 -0
  281. package/dist/post-components/p-ca7796c7.entry.js +1 -0
  282. package/dist/post-components/p-ce7bfb11.entry.js +1 -0
  283. package/dist/post-components/p-e14f0dd1.entry.js +1 -0
  284. package/dist/post-components/p-e5a2d0c3.entry.js +1 -0
  285. package/dist/post-components/post-components.css +6 -1
  286. package/dist/post-components/post-components.esm.js +1 -1
  287. package/dist/types/components/post-autocomplete/post-autocomplete.d.ts +34 -0
  288. package/dist/types/components/{post-datepicker/post-datepicker.d.ts → post-date-picker/post-date-picker.d.ts} +24 -14
  289. package/dist/types/components/post-listbox/post-listbox.d.ts +37 -0
  290. package/dist/types/components/post-listbox-option/post-listbox-option.d.ts +13 -0
  291. package/dist/types/components/post-number-input/post-number-input.d.ts +2 -0
  292. package/dist/types/components/post-popovercontainer/post-popovercontainer.d.ts +6 -0
  293. package/dist/types/components/post-stepper/post-stepper.d.ts +8 -1
  294. package/dist/types/components.d.ts +223 -45
  295. package/dist/types/utils/breakpoints.d.ts +1 -0
  296. package/dist/types/utils/index.d.ts +1 -1
  297. package/dist/types/utils/is-iso-date.d.ts +1 -0
  298. package/dist/types/utils/property-checkers/check-iso-date.d.ts +3 -0
  299. package/dist/types/utils/property-checkers/index.d.ts +1 -0
  300. package/dist/types/utils/tests/helpers/mock-match-media.d.ts +4 -0
  301. package/dist/types/utils/tests/helpers/mock-stencil-constants.d.ts +0 -0
  302. package/hydrate/index.js +744 -1425
  303. package/hydrate/index.mjs +744 -1425
  304. package/package.json +8 -6
  305. package/dist/cjs/environment-BQE9Unf_.js +0 -52
  306. package/dist/cjs/post-datepicker.cjs.entry.js +0 -4542
  307. package/dist/cjs/post-env-test.cjs.entry.js +0 -15
  308. package/dist/collection/components/post-datepicker/post-datepicker.css +0 -34
  309. package/dist/collection/utils/environment.js +0 -47
  310. package/dist/collection/utils/tests/environment/hydrate-app-helper.js +0 -16
  311. package/dist/collection/utils/tests/environment/post-env-test.js +0 -9
  312. package/dist/components/environment.js +0 -1
  313. package/dist/components/post-datepicker.js +0 -1
  314. package/dist/components/post-env-test.js +0 -1
  315. package/dist/components/react/p-BVGcVycs.js +0 -1
  316. package/dist/components/react/p-Bb0ejJa3.js +0 -1
  317. package/dist/components/react/p-CBB38gAg.js +0 -1
  318. package/dist/components/react/p-CEwsBpAR.js +0 -1
  319. package/dist/components/react/p-CL77OyqD.js +0 -1
  320. package/dist/components/react/p-CVM28gRr.js +0 -1
  321. package/dist/components/react/p-Cuxk8xu_.js +0 -1
  322. package/dist/components/react/p-D0kTIc3Y.js +0 -1
  323. package/dist/components/react/p-Dh2cMk5v.js +0 -1
  324. package/dist/components/react/p-Dl1nklBg.js +0 -1
  325. package/dist/components/react/p-DvTtC-0j.js +0 -1
  326. package/dist/components/react/p-Dw48xy24.js +0 -1
  327. package/dist/components/react/p-FxUVQ4Tx.js +0 -1
  328. package/dist/components/react/post-datepicker.js +0 -1
  329. package/dist/components/react/post-env-test.js +0 -1
  330. package/dist/esm/environment-CEmnRoA6.js +0 -49
  331. package/dist/esm/package-CBB38gAg.js +0 -3
  332. package/dist/esm/post-datepicker.entry.js +0 -4540
  333. package/dist/esm/post-env-test.entry.js +0 -13
  334. package/dist/post-components/p-04151002.entry.js +0 -1
  335. package/dist/post-components/p-07c80628.entry.js +0 -1
  336. package/dist/post-components/p-0e0e0009.entry.js +0 -1
  337. package/dist/post-components/p-241aa7cc.entry.js +0 -1
  338. package/dist/post-components/p-350a19e3.entry.js +0 -1
  339. package/dist/post-components/p-3a6ff125.entry.js +0 -1
  340. package/dist/post-components/p-4a257010.entry.js +0 -1
  341. package/dist/post-components/p-590f8dbc.entry.js +0 -1
  342. package/dist/post-components/p-5ef8eff1.entry.js +0 -1
  343. package/dist/post-components/p-62ac0e47.entry.js +0 -1
  344. package/dist/post-components/p-67f19828.entry.js +0 -1
  345. package/dist/post-components/p-821d479c.entry.js +0 -1
  346. package/dist/post-components/p-961e7f6b.entry.js +0 -1
  347. package/dist/post-components/p-96c560dd.entry.js +0 -1
  348. package/dist/post-components/p-CBB38gAg.js +0 -1
  349. package/dist/post-components/p-CCMeku7U.js +0 -1
  350. package/dist/post-components/p-CEmnRoA6.js +0 -1
  351. package/dist/post-components/p-DI-h_mEL.js +0 -1
  352. package/dist/post-components/p-DppMBmK1.js +0 -1
  353. package/dist/post-components/p-RRcOB_Q4.js +0 -2
  354. package/dist/post-components/p-Rr097A6n.js +0 -1
  355. package/dist/post-components/p-b09e2162.entry.js +0 -1
  356. package/dist/post-components/p-b8da1422.entry.js +0 -1
  357. package/dist/post-components/p-ba84aa42.entry.js +0 -1
  358. package/dist/post-components/p-c32285b8.entry.js +0 -1
  359. package/dist/post-components/p-cabfcd45.entry.js +0 -1
  360. package/dist/post-components/p-d7c5001b.entry.js +0 -1
  361. package/dist/post-components/p-da6a34db.entry.js +0 -1
  362. package/dist/post-components/p-e0558b08.entry.js +0 -1
  363. package/dist/post-components/p-f34600d5.entry.js +0 -1
  364. package/dist/types/utils/environment.d.ts +0 -26
  365. package/dist/types/utils/tests/environment/hydrate-app-helper.d.ts +0 -5
  366. package/dist/types/utils/tests/environment/post-env-test.d.ts +0 -3
  367. /package/dist/collection/components/{post-datepicker → post-date-picker}/locales.js +0 -0
  368. /package/dist/types/components/{post-datepicker → post-date-picker}/locales.d.ts +0 -0
package/hydrate/index.js CHANGED
@@ -136,7 +136,7 @@ var node_crypto = require('node:crypto');
136
136
  const NAMESPACE = 'post-components';
137
137
  const BUILD = /* post-components */ { hotModuleReplacement: false, hydratedSelectorName: "data-hydrated", slotRelocation: true, state: true, updatable: true};
138
138
 
139
- const globalStyles = ":where(post-accordion,post-accordion-item,post-avatar,post-back-to-top,post-banner,post-breadcrumb-item,post-breadcrumbs,post-closebutton,post-collapsible,post-collapsible-trigger,post-datepicker,post-footer,post-header,post-icon,post-language-menu,post-language-menu-item,post-linkarea,post-logo,post-mainnavigation,post-megadropdown,post-megadropdown-trigger,post-menu,post-menu-item,post-menu-trigger,post-number-input,post-pagination,post-popover,post-popover-trigger,post-popovercontainer,post-rating,post-stepper,post-stepper-item,post-tab-item,post-tab-panel,post-tabs,post-togglebutton,post-tooltip,post-tooltip-trigger):not(:defined):not(.hydrated,[data-hydrated]){visibility:hidden}@media (scripting: none){:where(post-accordion,post-accordion-item,post-avatar,post-back-to-top,post-banner,post-breadcrumb-item,post-breadcrumbs,post-closebutton,post-collapsible,post-collapsible-trigger,post-datepicker,post-footer,post-header,post-icon,post-language-menu,post-language-menu-item,post-linkarea,post-logo,post-mainnavigation,post-megadropdown,post-megadropdown-trigger,post-menu,post-menu-item,post-menu-trigger,post-number-input,post-pagination,post-popover,post-popover-trigger,post-popovercontainer,post-rating,post-stepper,post-stepper-item,post-tab-item,post-tab-panel,post-tabs,post-togglebutton,post-tooltip,post-tooltip-trigger):not(:defined):not(.hydrated,[data-hydrated]){visibility:visible}}post-number-input input[type=number]{appearance:textfield;border-radius:0;border-inline:unset}post-number-input input[type=number]::-webkit-inner-spin-button,post-number-input input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}";
139
+ const globalStyles = ":where(post-accordion,post-accordion-item,post-autocomplete,post-avatar,post-back-to-top,post-banner,post-breadcrumb-item,post-breadcrumbs,post-closebutton,post-collapsible,post-collapsible-trigger,post-date-picker,post-footer,post-header,post-icon,post-language-menu,post-language-menu-item,post-linkarea,post-listbox,post-listbox-option,post-logo,post-mainnavigation,post-megadropdown,post-megadropdown-trigger,post-menu,post-menu-item,post-menu-trigger,post-number-input,post-pagination,post-popover,post-popover-trigger,post-popovercontainer,post-rating,post-stepper,post-stepper-item,post-tab-item,post-tab-panel,post-tabs,post-togglebutton,post-tooltip,post-tooltip-trigger):not(:defined):not(.hydrated,[data-hydrated]){visibility:hidden}@media (scripting: none){:where(post-accordion,post-accordion-item,post-autocomplete,post-avatar,post-back-to-top,post-banner,post-breadcrumb-item,post-breadcrumbs,post-closebutton,post-collapsible,post-collapsible-trigger,post-date-picker,post-footer,post-header,post-icon,post-language-menu,post-language-menu-item,post-linkarea,post-listbox,post-listbox-option,post-logo,post-mainnavigation,post-megadropdown,post-megadropdown-trigger,post-menu,post-menu-item,post-menu-trigger,post-number-input,post-pagination,post-popover,post-popover-trigger,post-popovercontainer,post-rating,post-stepper,post-stepper-item,post-tab-item,post-tab-panel,post-tabs,post-togglebutton,post-tooltip,post-tooltip-trigger):not(:defined):not(.hydrated,[data-hydrated]){visibility:visible}}post-accordion:not([multiple]):not(:has([collapsed]))>post-accordion-item~post-accordion-item{--post-collapsible-initial-height:0;--post-collapsible-initial-overflow:hidden;--post-accordion-icon-initial-transform:rotate(-180deg)}.form-label:has(+post-number-input){display:block}.form-label:has(+post-number-input.number-input-sm){padding-inline:var(--post-device-spacing-padding-2);padding-block:var(--post-device-spacing-padding-30);font-weight:var(--post-device-font-weight-bold);font-size:var(--post-device-font-size-7)}.form-label:has(+post-number-input.disabled){color:var(--post-scheme-color-interactive-input-disabled-fg)}post-number-input.form-floating>input.form-control{padding:var(--post-device-spacing-padding-block-29) var(--post-device-spacing-padding-inline-1) var(--post-device-spacing-padding-block-3)}post-number-input.form-floating>input.form-control:focus~label,post-number-input.form-floating>input.form-control:not(:placeholder-shown)~label{padding-block-start:var(--post-device-spacing-padding-block-3);padding-inline:var(--post-device-spacing-padding-inline-1) var(--post-device-spacing-padding-15);font-size:var(--post-device-font-size-10)}post-number-input.form-floating::after{width:var(--post-device-sizing-notification-1);height:var(--post-device-sizing-notification-1)}post-number-input.form-floating:has(>input.form-control.is-valid:not(:disabled))::after,post-number-input.form-floating:has(>input.form-control:-webkit-autofill.is-valid)::after,post-number-input.form-floating:has(>input.form-control.is-invalid:not(:disabled))::after,post-number-input.form-floating:has(>input.form-control:-webkit-autofill.is-invalid)::after{top:calc(var(--post-device-sizing-interactive-button-height-6) / 2);right:calc(\n var(--post-device-spacing-padding-inline-1) +\n (var(--post-device-spacing-padding-23)* 2) +\n var(--post-device-sizing-interactive-icon-size6) +\n (var(--post-device-border-width-default) * 2)\n )}post-number-input input[type=number]{appearance:textfield}post-number-input input[type=number]::-webkit-inner-spin-button,post-number-input input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}";
140
140
 
141
141
  /*
142
142
  Stencil Hydrate Platform v4.41.1 | MIT Licensed | https://stenciljs.com
@@ -5096,7 +5096,7 @@ var setScopedSSR = (opts) => {
5096
5096
  var needsScopedSSR = () => scopedSSR;
5097
5097
  var scopedSSR = false;
5098
5098
 
5099
- const version$1 = "10.0.0-next.65";
5099
+ const version$1 = "10.0.0-next.67";
5100
5100
 
5101
5101
  const HEADING_LEVELS = [1, 2, 3, 4, 5, 6];
5102
5102
 
@@ -5124,7 +5124,7 @@ const ANIMATION_KEYS = [
5124
5124
  'throb',
5125
5125
  ];
5126
5126
 
5127
- const EMPTY_VALUES = [undefined, null, '', NaN];
5127
+ const EMPTY_VALUES = [undefined, null, '', Number.NaN];
5128
5128
 
5129
5129
  function isValueEmpty(value) {
5130
5130
  return EMPTY_VALUES.some(v => Object.is(v, value));
@@ -5203,7 +5203,7 @@ function checkDate(component, prop) {
5203
5203
  return;
5204
5204
  }
5205
5205
  const date = new Date(value);
5206
- if (isNaN(date.getTime())) {
5206
+ if (Number.isNaN(date.getTime())) {
5207
5207
  console.error(message);
5208
5208
  }
5209
5209
  }
@@ -5217,6 +5217,30 @@ function emptyOr(check) {
5217
5217
  };
5218
5218
  }
5219
5219
 
5220
+ function isIsoDate(value) {
5221
+ const ISO_REGEX = /^\d{4}-\d{2}-\d{2}$/;
5222
+ if (!ISO_REGEX.test(value))
5223
+ return false;
5224
+ const date = new Date(value); // strict UTC parsing
5225
+ if (Number.isNaN(date.getTime()))
5226
+ return false;
5227
+ // Roundtrip comparison to catch auto-corrected dates
5228
+ // Use UTC getters to match the UTC parsing above - no timezone shift
5229
+ const y = date.getUTCFullYear();
5230
+ const m = String(date.getUTCMonth() + 1).padStart(2, '0');
5231
+ const d = String(date.getUTCDate()).padStart(2, '0');
5232
+ return `${y}-${m}-${d}` === value;
5233
+ }
5234
+
5235
+ function checkIsoDate(component, prop) {
5236
+ const value = component[prop];
5237
+ if (!value)
5238
+ return;
5239
+ if (!isIsoDate(String(value))) {
5240
+ console.error(`The prop \`${String(prop)}\` of the \`${component.host.localName}\` component must be in ISO format (YYYY-MM-DD).`);
5241
+ }
5242
+ }
5243
+
5220
5244
  const checkEmptyOrOneOf = emptyOr(checkOneOf);
5221
5245
  const checkEmptyOrPattern = emptyOr(checkPattern);
5222
5246
  const checkEmptyOrType = emptyOr(checkType);
@@ -5227,54 +5251,6 @@ const checkRequiredAndPattern = requiredAnd(checkPattern);
5227
5251
  const checkRequiredAndType = requiredAnd(checkType);
5228
5252
  const checkRequiredAndUrl = requiredAnd(checkUrl);
5229
5253
 
5230
- /**
5231
- * Environment detection helper
5232
- *
5233
- * Goal: Distinguish between real browser execution and Stencil's server-side
5234
- * hydration context. During SSR/hydration Stencil provides a mocked `window`
5235
- * (Domino / JSDOM–like) so naive checks (e.g. `typeof window !== 'undefined'`)
5236
- * incorrectly classify the environment as a browser.
5237
- *
5238
- * Detection strategy:
5239
- * - Stencils hydrate context uses a hardcoded user agent string ('MockNavigator')
5240
- * and origin ('http://mockdoc.stenciljs.com') for its mocked `window` object.
5241
- * We can use this to identify the hydrate context.
5242
- * - Stencils unit test context also uses the same hardcoded user agent string,
5243
- * but a differnet value for the origin.
5244
- * That's why comparing the origin is aboslutely mandatory.
5245
- * - Since we test the hydrate app in the test context, the origin is getting
5246
- * overwritten by the test setup, leading to a false positive in the
5247
- * `isHydrateApp` detection.
5248
- * To circumvent this, we use a global flag (`isHydrateAppTestEnv`),
5249
- * that we set/reset during the server test, so we can correctly identify
5250
- * the hydrate app in the test context.
5251
- * As a drawback, we can't properly test if the hydrate app is detected as
5252
- * expected, in a real world scenario (elsewhere than in our tests).
5253
- */
5254
- const MOCKED_USERAGENT = 'MockNavigator';
5255
- const MOCKED_ORIGIN = 'http://mockdoc.stenciljs.com';
5256
- const isNodeEnv = typeof global !== 'undefined';
5257
- const hasWindow$1 = typeof window !== 'undefined';
5258
- const isMockedUserAgent = hasWindow$1 && window.navigator.userAgent === MOCKED_USERAGENT;
5259
- const isMockedOrigin = hasWindow$1 && window.location.origin === MOCKED_ORIGIN;
5260
- /**
5261
- * This is the natural hydrate app environment
5262
- * Is `true` if the hydrate app runs on server
5263
- */
5264
- const isHydrateAppEnv = isNodeEnv && isMockedUserAgent && isMockedOrigin;
5265
- /**
5266
- * This is the test app server test env
5267
- * Is `true` if the server unit test runs (`false` if the browser unit test runs)
5268
- */
5269
- const isTestAppServerTestEnv = isNodeEnv && isMockedUserAgent && global.IS_HYDRATEAPP_SERVERTEST;
5270
- /**
5271
- * This is the final hydrate app flag
5272
- * if it`s `true`, IS_BROWSER equals `false` and IS_SERVER equals `true
5273
- */
5274
- const isHydrateApp = isHydrateAppEnv || isTestAppServerTestEnv;
5275
- const IS_BROWSER = hasWindow$1 && !isHydrateApp;
5276
- const IS_SERVER = !IS_BROWSER;
5277
-
5278
5254
  /* eslint-disable no-undefined,no-param-reassign,no-shadow */
5279
5255
 
5280
5256
  /**
@@ -5444,6 +5420,7 @@ class Breakpoint {
5444
5420
  { key: 'sm', device: 'tablet', minWidth: 600 },
5445
5421
  { key: 'xs', device: 'mobile', minWidth: 0 },
5446
5422
  ];
5423
+ this.resizeObserver = new ResizeObserver(() => this.updateCurrentBreakpoint());
5447
5424
  this.updateCurrentBreakpoint = throttle(50, (options = { emitEvents: true }) => {
5448
5425
  const previousBreakpoint = this.currentBreakpoint;
5449
5426
  const newBreakpoint = this.breakpoints.find(breakpoint => {
@@ -5458,15 +5435,10 @@ class Breakpoint {
5458
5435
  .filter(key => !previousBreakpoint || this.currentBreakpoint[key] !== previousBreakpoint[key])
5459
5436
  .forEach((key) => this.dispatchEvent(key));
5460
5437
  });
5461
- if (IS_SERVER)
5462
- return;
5463
- this.updateCurrentBreakpoint({ emitEvents: false });
5464
- window.addEventListener('resize', () => this.updateCurrentBreakpoint(), { passive: true });
5438
+ return;
5465
5439
  }
5466
5440
  dispatchEvent(property) {
5467
- if (IS_SERVER)
5468
- return;
5469
- window.dispatchEvent(new CustomEvent(`postBreakpoint:${property}`, { detail: this.currentBreakpoint[property] }));
5441
+ return;
5470
5442
  }
5471
5443
  get(property) {
5472
5444
  this.updateCurrentBreakpoint({ emitEvents: false });
@@ -5629,7 +5601,7 @@ function findClosestParentWithTag(element, tagName) {
5629
5601
  * So use it for example in the componentDidLoad lifecycle hook.
5630
5602
  */
5631
5603
  function getRoot(element) {
5632
- const root = IS_BROWSER ? element.getRootNode() : element;
5604
+ const root = element;
5633
5605
  if (root instanceof Document || root instanceof ShadowRoot) {
5634
5606
  return root;
5635
5607
  }
@@ -5674,7 +5646,7 @@ function getDeepFocusableChildren(el, filter, visited = new Set()) {
5674
5646
  // SLOT
5675
5647
  if (el instanceof HTMLSlotElement) {
5676
5648
  const assigned = el.assignedElements({ flatten: true });
5677
- nodes = assigned.length ? assigned : Array.from(el.children);
5649
+ nodes = assigned.length > 0 ? assigned : Array.from(el.children);
5678
5650
  }
5679
5651
  // SHADOW ROOT
5680
5652
  else if (el instanceof HTMLElement && el.shadowRoot) {
@@ -5707,8 +5679,8 @@ function isFocusBlockedByCSS(el) {
5707
5679
  if (typeof el.checkVisibility === 'function') {
5708
5680
  return !el.checkVisibility({ visibilityProperty: true });
5709
5681
  }
5710
- const style = window.getComputedStyle(el);
5711
- if (style.display === 'none' || style.visibility !== 'visible') {
5682
+ const style = el.ownerDocument?.defaultView?.getComputedStyle(el);
5683
+ if (!style || style.display === 'none' || style.visibility !== 'visible') {
5712
5684
  return true;
5713
5685
  }
5714
5686
  if (el.parentElement) {
@@ -5732,21 +5704,17 @@ function getSlottedElement(host, selector) {
5732
5704
  return null;
5733
5705
  }
5734
5706
 
5735
- function isMotionReduced() {
5736
- return IS_BROWSER ? window.matchMedia('(prefers-reduced-motion: reduce)').matches : true;
5737
- }
5738
-
5739
5707
  function repeatOnLongPress(callback, options) {
5740
5708
  const stop = repeat(callback, options);
5741
5709
  const handler = () => {
5742
5710
  stop();
5743
- window.removeEventListener('pointerup', handler);
5744
- window.removeEventListener('pointercancel', handler);
5745
- window.removeEventListener('pointerleave', handler);
5711
+ globalThis.removeEventListener('pointerup', handler);
5712
+ globalThis.removeEventListener('pointercancel', handler);
5713
+ globalThis.removeEventListener('pointerleave', handler);
5746
5714
  };
5747
- window.addEventListener('pointerup', handler);
5748
- window.addEventListener('pointercancel', handler);
5749
- window.addEventListener('pointerleave', handler);
5715
+ globalThis.addEventListener('pointerup', handler);
5716
+ globalThis.addEventListener('pointercancel', handler);
5717
+ globalThis.addEventListener('pointerleave', handler);
5750
5718
  }
5751
5719
  function repeat(callback, { delayMs = 300, intervalMs = 100 } = {}) {
5752
5720
  callback(); // immediate action
@@ -5763,7 +5731,7 @@ function repeat(callback, { delayMs = 300, intervalMs = 100 } = {}) {
5763
5731
 
5764
5732
  const postAccordionCss = () => `:host{display:block;border-block-start:var(--post-device-border-width-default) var(--post-core-border-style-solid) var(--post-scheme-color-interactive-primary-enabled-stroke)}`;
5765
5733
 
5766
- var __decorate$7 = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
5734
+ var __decorate$8 = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
5767
5735
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
5768
5736
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
5769
5737
  r = Reflect.decorate(decorators, target, key, desc);
@@ -5834,7 +5802,7 @@ class PostAccordion {
5834
5802
  if (this.multiple) {
5835
5803
  await Promise.all(this.accordionItems.map(item => item.toggle(true)));
5836
5804
  }
5837
- else if (!this.expandedItems.size) {
5805
+ else if (this.expandedItems.size === 0) {
5838
5806
  await this.accordionItems[0].toggle(true);
5839
5807
  }
5840
5808
  }
@@ -5859,7 +5827,7 @@ class PostAccordion {
5859
5827
  });
5860
5828
  }
5861
5829
  render() {
5862
- return (hAsync(Host, { key: 'bc106e5857fe5f515c5d6a4afc519c65e43f8d5e', "data-version": version$1 }, hAsync("div", { key: '6fe78902ece11c02db1f54a94d2e67abbb991218', class: "accordion" }, hAsync("slot", { key: '87b51a8884edd69d4b51b22ed8557a679cb1f112', onSlotchange: () => this.registerAccordionItems() }))));
5830
+ return (hAsync(Host, { key: 'fa37ee5b4611a84d273229955bcf624e53120022', "data-version": version$1 }, hAsync("div", { key: '0884dc3582eb768c6dd4959168d7e9a9b4195c3c', class: "accordion" }, hAsync("slot", { key: 'f6d81d89aca513094ac5c1d531ed9d63f7b93730', onSlotchange: () => this.registerAccordionItems() }))));
5863
5831
  }
5864
5832
  get host() { return getElement(this); }
5865
5833
  static get watchers() { return {
@@ -5873,17 +5841,17 @@ class PostAccordion {
5873
5841
  "$tagName$": "post-accordion",
5874
5842
  "$members$": {
5875
5843
  "headingLevel": [514, "heading-level"],
5876
- "multiple": [4],
5844
+ "multiple": [516],
5877
5845
  "toggle": [64],
5878
5846
  "expandAll": [64],
5879
5847
  "collapseAll": [64]
5880
5848
  },
5881
5849
  "$listeners$": [[0, "postToggle", "collapseToggleHandler"]],
5882
5850
  "$lazyBundleId$": "-",
5883
- "$attrsToReflect$": [["headingLevel", "heading-level"]]
5851
+ "$attrsToReflect$": [["headingLevel", "heading-level"], ["multiple", "multiple"]]
5884
5852
  }; }
5885
5853
  }
5886
- __decorate$7([
5854
+ __decorate$8([
5887
5855
  EventFrom('post-accordion-item')
5888
5856
  ], PostAccordion.prototype, "collapseToggleHandler", null);
5889
5857
 
@@ -5912,9 +5880,9 @@ function nanoid(size = 21) {
5912
5880
  return id
5913
5881
  }
5914
5882
 
5915
- const postAccordionItemCss = () => `:host{display:block;border-block-end:var(--post-device-border-width-default) var(--post-core-border-style-solid) var(--post-scheme-color-interactive-primary-enabled-stroke)}:host:has(.accordion-button:hover){border-block-end-color:var(--post-scheme-color-interactive-primary-hover-stroke)}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){:host:has(.accordion-button:hover){border-block-end-color:Highlight}}.accordion-header{color:var(--post-scheme-color-interactive-primary-enabled-fg1);font-size:var(--post-device-font-size-5);margin:0;line-height:var(--post-device-line-height-heading);font-weight:var(--post-device-font-weight-extra-black)}.accordion-button{padding:0;overflow:visible;border:0;background:none;color:var(--post-scheme-color-interactive-button-secondary-enabled-fg);font:inherit;-webkit-user-select:none;user-select:none;appearance:button;display:flex;position:relative;width:100%;align-items:center;text-align:start;gap:var(--post-device-spacing-gap-7);padding-block:var(--post-device-spacing-padding-19);padding-inline:var(--post-device-spacing-padding-5);border-block-end:var(--post-device-border-width-default) var(--post-core-border-style-solid) rgba(0,0,0,0);cursor:pointer;outline:none !important}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.accordion-button{background-color:ButtonFace !important}.accordion-button:hover{background-color:Highlight !important}}.accordion-button::before{outline-offset:var(--post-device-spacing-padding-2) !important;outline:var(--post-scheme-color-interactive-focus-stroke) none var(--post-device-border-width-focus) !important}.accordion-button:is(:focus-visible,:has(:focus-visible),.pretend-focus)::before{outline-style:var(--post-core-border-style-solid) !important;display:block;content:"";position:absolute;inset:calc(var(--post-device-border-width-default)*-1) 0 calc(var(--post-device-border-width-default)*-1);border-radius:var(--post-device-border-radius-focus)}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.accordion-button:is(:focus-visible,:has(:focus-visible),.pretend-focus)::before{outline-color:Highlight !important}}@supports not selector(:has(:focus-visible)){.accordion-button:is(:focus-visible,:focus-within,.pretend-focus)::before{outline-style:var(--post-core-border-style-solid) !important;display:block;content:"";position:absolute;inset:calc(var(--post-device-border-width-default)*-1) 0 calc(var(--post-device-border-width-default)*-1);border-radius:var(--post-device-border-radius-focus)}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.accordion-button:is(:focus-visible,:focus-within,.pretend-focus)::before{outline-color:Highlight !important}}}.accordion-button slot::slotted(span[slot=header]){flex-grow:1}.accordion-button post-icon{flex:none;width:var(--post-core-dimension-24);aspect-ratio:1;transition:transform 250ms cubic-bezier(0.4, 0, 0.2, 1)}.accordion-button.collapsed{padding-block-start:var(--post-device-spacing-padding-19);padding-block-end:var(--post-device-spacing-padding-19)}.accordion-button.collapsed post-icon{transform:rotate(-180deg)}.accordion-button:hover{color:var(--post-scheme-color-interactive-primary-hover-fg1)}.accordion-button>::slotted(.text-truncate){display:block}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.accordion-button:hover,.accordion-button:focus-visible{color:Highlight}}post-collapsible{margin-block-end:calc(var(--post-device-border-width-default)*-1)}.accordion-body{padding-block-start:var(--post-device-spacing-padding-15);padding-block-end:var(--post-device-spacing-padding-block-25);padding-inline:var(--post-device-spacing-padding-5)}.logo-container{display:none;width:var(--post-device-sizing-logo-1);aspect-ratio:1}.logo-container.has-image{display:block}.logo-container slot::slotted(img){display:block;width:100%;height:100%;object-fit:cover}.accordion-button>::slotted(:first-child),.accordion-body>::slotted(:first-child){margin-block-start:0 !important}.accordion-button>::slotted(:last-child),.accordion-body>::slotted(:last-child){margin-block-end:0 !important}`;
5883
+ const postAccordionItemCss = () => `:host{display:block;border-block-end:var(--post-device-border-width-default) var(--post-core-border-style-solid) var(--post-scheme-color-interactive-primary-enabled-stroke)}:host:has(.accordion-button:hover){border-block-end-color:var(--post-scheme-color-interactive-primary-hover-stroke)}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){:host:has(.accordion-button:hover){border-block-end-color:Highlight}}:host([collapsed]) .accordion-button post-icon{transform:rotate(-180deg)}.accordion-header{color:var(--post-scheme-color-interactive-primary-enabled-fg1);font-size:var(--post-device-font-size-5);margin:0;line-height:var(--post-device-line-height-heading);font-weight:var(--post-device-font-weight-extra-black)}.accordion-button{padding:0;overflow:visible;border:0;background:none;color:var(--post-scheme-color-interactive-button-secondary-enabled-fg);font:inherit;-webkit-user-select:none;user-select:none;appearance:button;display:flex;position:relative;width:100%;align-items:center;text-align:start;gap:var(--post-device-spacing-gap-7);padding-block:var(--post-device-spacing-padding-19);padding-inline:var(--post-device-spacing-padding-5);border-block-end:var(--post-device-border-width-default) var(--post-core-border-style-solid) rgba(0,0,0,0);cursor:pointer;outline:none !important}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.accordion-button{background-color:ButtonFace !important}.accordion-button:hover{background-color:Highlight !important}}.accordion-button::before{outline-offset:var(--post-device-spacing-padding-2) !important;outline:var(--post-scheme-color-interactive-focus-stroke) none var(--post-device-border-width-focus) !important}.accordion-button:is(:focus-visible,:has(:focus-visible),.pretend-focus)::before{outline-style:var(--post-core-border-style-solid) !important;display:block;content:"";position:absolute;inset:calc(var(--post-device-border-width-default)*-1) 0 calc(var(--post-device-border-width-default)*-1);border-radius:var(--post-device-border-radius-focus)}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.accordion-button:is(:focus-visible,:has(:focus-visible),.pretend-focus)::before{outline-color:Highlight !important}}@supports not selector(:has(:focus-visible)){.accordion-button:is(:focus-visible,:focus-within,.pretend-focus)::before{outline-style:var(--post-core-border-style-solid) !important;display:block;content:"";position:absolute;inset:calc(var(--post-device-border-width-default)*-1) 0 calc(var(--post-device-border-width-default)*-1);border-radius:var(--post-device-border-radius-focus)}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.accordion-button:is(:focus-visible,:focus-within,.pretend-focus)::before{outline-color:Highlight !important}}}.accordion-button slot::slotted(span[slot=header]){flex-grow:1}.accordion-button post-icon{flex:none;width:var(--post-core-dimension-24);aspect-ratio:1;transition:transform 250ms cubic-bezier(0.4, 0, 0.2, 1);transform:var(--post-accordion-icon-initial-transform, none)}.accordion-button.collapsed{padding-block-start:var(--post-device-spacing-padding-19);padding-block-end:var(--post-device-spacing-padding-19)}.accordion-button.collapsed post-icon{transform:rotate(-180deg)}.accordion-button:hover{color:var(--post-scheme-color-interactive-primary-hover-fg1)}.accordion-button>::slotted(.text-truncate){display:block}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.accordion-button:hover,.accordion-button:focus-visible{color:Highlight}}post-collapsible{margin-block-end:calc(var(--post-device-border-width-default)*-1)}.accordion-body{padding-block-start:var(--post-device-spacing-padding-15);padding-block-end:var(--post-device-spacing-padding-block-25);padding-inline:var(--post-device-spacing-padding-5)}.logo-container{display:none;width:var(--post-device-sizing-logo-1);aspect-ratio:1}.logo-container.has-image{display:block}.logo-container slot::slotted(img){display:block;width:100%;height:100%;object-fit:cover}.accordion-button>::slotted(:first-child),.accordion-body>::slotted(:first-child){margin-block-start:0 !important}.accordion-button>::slotted(:last-child),.accordion-body>::slotted(:last-child){margin-block-end:0 !important}`;
5916
5884
 
5917
- var __decorate$6 = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
5885
+ var __decorate$7 = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
5918
5886
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
5919
5887
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
5920
5888
  r = Reflect.decorate(decorators, target, key, desc);
@@ -5967,10 +5935,10 @@ class PostAccordionItem {
5967
5935
  render() {
5968
5936
  const headingLevel = this.host.closest('post-accordion')?.getAttribute('heading-level');
5969
5937
  const HeadingTag = `h${headingLevel ?? this.headingLevel ?? 2}`;
5970
- return (hAsync(Host, { key: '9b01410968c934ef4609c1837ef0ba6ff7758e3c', id: this.id, "data-version": version$1 }, hAsync("post-collapsible-trigger", { key: '1b59bf16ec81255d0ad9965cb48a1d203415d607', for: `${this.id}--collapse` }, hAsync(HeadingTag, { key: 'e5ab35662cf9aebab48eeb8bc164139bbe3e5820', class: "accordion-header", id: `${this.id}--header` }, hAsync("button", { key: '4d7315db281b68e890bcccf088f2c5488d1615ee', type: "button", class: `accordion-button${this.collapsed ? ' collapsed' : ''}`, part: "post-accordion-button" }, hAsync("span", { key: '43c4aecf3cfb48385897d6b6fdb35f84b6a5300e', class: {
5938
+ return (hAsync(Host, { key: 'cd8271355068aecc392d4bcf588274376fed789f', id: this.id, "data-version": version$1 }, hAsync("post-collapsible-trigger", { key: '598a9f0df7f536ffba45c2c634b87840785e244f', for: `${this.id}--collapse` }, hAsync(HeadingTag, { key: 'd04482b9310440102fb6ed454bec2247648b57f2', class: "accordion-header", id: `${this.id}--header` }, hAsync("button", { key: '3982fe310732d13ac32e09791278f0748eb99477', type: "button", class: `accordion-button${this.collapsed ? ' collapsed' : ''}`, part: "post-accordion-button" }, hAsync("span", { key: 'e2e44601a4a73cac5b665b65f6f93e4836ce4729', class: {
5971
5939
  'logo-container': true,
5972
5940
  'has-image': !!this.slottedLogo,
5973
- } }, hAsync("slot", { key: 'c68f38594c60201f10028f1a8db78e5b9f0b5a53', name: "logo", onSlotchange: this.onSlotLogoChange.bind(this) })), hAsync("slot", { key: 'ea721e485b56e4dd3bb3978658ca4536ae303269', name: "header" }), hAsync("post-icon", { key: '1bc715ee0a28263954b99ce36f7de102530f8199', name: "chevronup" })))), hAsync("post-collapsible", { key: '034d2f9f4f4382e017917cd28b2ca070cb5cb935', id: `${this.id}--collapse`, collapsed: this.collapsed, ref: el => (this.collapsible = el) }, hAsync("div", { key: '8c730f24204f1a0ca99a9b4479689aa5c384150f', class: "accordion-body", part: "post-accordion-body" }, hAsync("slot", { key: '3fc43d538112dc634f531955b2514c42d62f6db9' })))));
5941
+ } }, hAsync("slot", { key: 'e716b961b7222d1ef9eeaf19217c72aad5b261be', name: "logo", onSlotchange: this.onSlotLogoChange.bind(this) })), hAsync("slot", { key: 'd0c59213d1cbd8d1080bdcbf7fce875a0c02d8bc', name: "header" }), hAsync("post-icon", { key: 'a9d06bcfccf25de71a450ffc23081a22ba11d5c7', name: "chevronup" })))), hAsync("post-collapsible", { key: '3fb6fd19baedbbfb6327bb568a203c4c1ecb1bdc', id: `${this.id}--collapse`, collapsed: this.collapsed, ref: el => (this.collapsible = el) }, hAsync("div", { key: '5f50dc6a48dbc4a74780ff7bd54132f7ddaeeabb', class: "accordion-body", part: "post-accordion-body" }, hAsync("slot", { key: 'f548651ab3ff5133117cd612964f1426086b5349' })))));
5974
5942
  }
5975
5943
  get host() { return getElement(this); }
5976
5944
  static get watchers() { return {
@@ -5983,7 +5951,7 @@ class PostAccordionItem {
5983
5951
  "$flags$": 265,
5984
5952
  "$tagName$": "post-accordion-item",
5985
5953
  "$members$": {
5986
- "collapsed": [1028],
5954
+ "collapsed": [1540],
5987
5955
  "headingLevel": [2, "heading-level"],
5988
5956
  "id": [32],
5989
5957
  "slottedLogo": [32],
@@ -5991,13 +5959,202 @@ class PostAccordionItem {
5991
5959
  },
5992
5960
  "$listeners$": [[2, "postToggle", "onCollapseToggle"]],
5993
5961
  "$lazyBundleId$": "-",
5994
- "$attrsToReflect$": []
5962
+ "$attrsToReflect$": [["collapsed", "collapsed"]]
5995
5963
  }; }
5996
5964
  }
5997
- __decorate$6([
5965
+ __decorate$7([
5998
5966
  EventFrom('post-accordion-item')
5999
5967
  ], PostAccordionItem.prototype, "onCollapseToggle", null);
6000
5968
 
5969
+ const postAutocompleteCss = () => `:host{position:relative;display:block}.autocomplete-icon,.autocomplete-clear{position:absolute;inset-block-start:16px}@media screen and (min-width: 780px){.autocomplete-icon,.autocomplete-clear{inset-block-start:20px}}.autocomplete-icon{inset-inline-end:16px;width:24px;height:24px;pointer-events:none;transition:transform .2s ease-in-out}:host([open]) .autocomplete-icon{transform:rotate(180deg)}.autocomplete-clear{display:flex;align-items:center;justify-content:center;inset-inline-end:42px;background:none;border:none;cursor:pointer}.autocomplete-clear>post-icon{width:20px;height:20px}`;
5970
+
5971
+ /**
5972
+ * @slot default - Slot for placing post-autocomplete-item components.
5973
+ */
5974
+ class PostAutocomplete {
5975
+ constructor(hostRef) {
5976
+ registerInstance(this, hostRef);
5977
+ this.postFilteringEvent = createEvent(this, "postFilteringEvent");
5978
+ this.debouncedHandleInput = debounce((event) => this.handleInput(event), 250);
5979
+ /** Number of characters to type before filtering methods are called */
5980
+ this.filterThreshold = 0;
5981
+ /** Show or hide the clear button */
5982
+ this.clearable = false;
5983
+ this.inputValue = '';
5984
+ this.handleOnBlur = () => {
5985
+ this.inputElement.value = this.inputValue;
5986
+ this.listBoxElement.filter('');
5987
+ this.hideListBox();
5988
+ };
5989
+ this.handleInput = (event) => {
5990
+ if (!this.listBoxElement)
5991
+ return;
5992
+ const value = event.target.value.trim();
5993
+ const query = value.length >= this.filterThreshold ? value : '';
5994
+ // Allow for consuming parent to handle filtering (e.g. for async data) and prevent default filtering behavior
5995
+ const { defaultPrevented } = this.postFilteringEvent.emit(query && query.length >= this.filterThreshold ? query : '');
5996
+ if (defaultPrevented)
5997
+ return;
5998
+ this.listBoxElement.filter(query);
5999
+ if (query) {
6000
+ this.showListBox();
6001
+ }
6002
+ else {
6003
+ this.inputValue = '';
6004
+ }
6005
+ };
6006
+ this.handleKeyDown = (event) => {
6007
+ const { key, altKey } = event;
6008
+ switch (key) {
6009
+ case 'ArrowDown':
6010
+ event.preventDefault();
6011
+ this.showListBox();
6012
+ if (!altKey) {
6013
+ this.listBoxElement.navigate('down');
6014
+ }
6015
+ break;
6016
+ case 'ArrowUp':
6017
+ event.preventDefault();
6018
+ this.listBoxElement.navigate('up');
6019
+ break;
6020
+ case 'Enter':
6021
+ if (this.listBoxElement.hidden)
6022
+ return;
6023
+ event.preventDefault();
6024
+ this.listBoxElement.selectActive();
6025
+ this.hideListBox();
6026
+ break;
6027
+ case 'Escape':
6028
+ this.hideListBox();
6029
+ break;
6030
+ case 'Tab':
6031
+ this.listBoxElement.selectActive();
6032
+ this.hideListBox();
6033
+ break;
6034
+ case 'Home':
6035
+ event.preventDefault();
6036
+ this.listBoxElement.navigate('first');
6037
+ break;
6038
+ case 'End':
6039
+ event.preventDefault();
6040
+ this.listBoxElement.navigate('last');
6041
+ break;
6042
+ }
6043
+ };
6044
+ this.handleOptionSelected = (e) => {
6045
+ const value = e.detail;
6046
+ this.inputElement.value = value;
6047
+ this.inputValue = value;
6048
+ this.hideListBox();
6049
+ };
6050
+ this.handleOptionActive = (e) => {
6051
+ const value = e.detail;
6052
+ if (value) {
6053
+ this.inputElement.setAttribute('aria-activedescendant', value);
6054
+ }
6055
+ else {
6056
+ this.inputElement.removeAttribute('aria-activedescendant');
6057
+ }
6058
+ };
6059
+ this.hideListBox = () => {
6060
+ this.listBoxElement.hide();
6061
+ this.inputElement.ariaExpanded = 'false';
6062
+ this.host.removeAttribute('open');
6063
+ this.inputElement.removeAttribute('aria-activedescendant');
6064
+ };
6065
+ this.showListBox = () => {
6066
+ this.listBoxElement.show();
6067
+ this.inputElement.ariaExpanded = 'true';
6068
+ this.host.setAttribute('open', '');
6069
+ };
6070
+ this.clearInput = () => {
6071
+ if (this.inputElement) {
6072
+ this.inputElement.value = '';
6073
+ this.inputValue = '';
6074
+ this.listBoxElement.clearSelection();
6075
+ this.hideListBox();
6076
+ }
6077
+ };
6078
+ }
6079
+ get inputElement() {
6080
+ return this.host.querySelector('input');
6081
+ }
6082
+ get listBoxElement() {
6083
+ if (this.listbox) {
6084
+ return document.getElementById(this.listbox);
6085
+ }
6086
+ else {
6087
+ return this.host.querySelector('post-listbox');
6088
+ }
6089
+ }
6090
+ componentWillLoad() {
6091
+ if (!this.inputElement)
6092
+ return;
6093
+ this.inputElement.role = 'combobox';
6094
+ this.inputElement.ariaAutoComplete = 'list';
6095
+ if (!this.listBoxElement)
6096
+ return;
6097
+ if (!this.listBoxElement.id)
6098
+ this.listBoxElement.id = crypto.randomUUID();
6099
+ this.inputElement.setAttribute('aria-controls', this.listBoxElement.id);
6100
+ this.inputElement.setAttribute('aria-expanded', 'false');
6101
+ // Because we're handling that and the browser would show a duplicate native autocomplete dropdown
6102
+ this.inputElement.autocomplete = 'off';
6103
+ this.attachInputListeners();
6104
+ this.attachListboxListeners();
6105
+ }
6106
+ disconnectedCallback() {
6107
+ this.detachInputListeners();
6108
+ this.detachListboxListeners();
6109
+ }
6110
+ attachInputListeners() {
6111
+ if (this.inputElement) {
6112
+ this.inputElement.addEventListener('input', this.debouncedHandleInput);
6113
+ this.inputElement.addEventListener('keydown', this.handleKeyDown);
6114
+ this.inputElement.addEventListener('blur', this.handleOnBlur);
6115
+ this.inputElement.addEventListener('click', this.showListBox);
6116
+ }
6117
+ }
6118
+ detachInputListeners() {
6119
+ if (this.inputElement) {
6120
+ this.inputElement.removeEventListener('input', this.debouncedHandleInput);
6121
+ this.inputElement.removeEventListener('keydown', this.handleKeyDown);
6122
+ this.inputElement.removeEventListener('blur', this.handleOnBlur);
6123
+ this.inputElement.removeEventListener('click', this.showListBox);
6124
+ }
6125
+ }
6126
+ attachListboxListeners() {
6127
+ if (this.listBoxElement) {
6128
+ this.listBoxElement.addEventListener('postOptionSelected', this.handleOptionSelected);
6129
+ this.listBoxElement.addEventListener('postOptionActive', this.handleOptionActive);
6130
+ }
6131
+ }
6132
+ detachListboxListeners() {
6133
+ if (this.listBoxElement) {
6134
+ this.listBoxElement.removeEventListener('postOptionSelected', this.handleOptionSelected);
6135
+ this.listBoxElement.removeEventListener('postOptionActive', this.handleOptionActive);
6136
+ }
6137
+ }
6138
+ render() {
6139
+ return (hAsync(Host, { key: 'b6cae37c0a09a8ec76a2fdd56e0bb8c2c2f119fb', "data-version": version$1 }, hAsync("slot", { key: '2c5007aae99b96b9884bc3159add8beecad6fcc2' }), this.clearable && this.inputValue && (hAsync("button", { key: 'a47ebadbbbdac11f00e9547d0a4c8224d24f31ca', type: "button", class: " autocomplete-clear", onClick: this.clearInput }, hAsync("post-icon", { key: '2125443326e1656696815a93bda36136b48f2394', "aria-hidden": "true", name: "closex" }))), hAsync("post-icon", { key: '109bba03d5d6567e166141a800c2f13198a16481', "aria-hidden": "true", class: "autocomplete-icon", name: "chevronDown" })));
6140
+ }
6141
+ get host() { return getElement(this); }
6142
+ static get style() { return postAutocompleteCss(); }
6143
+ static get cmpMeta() { return {
6144
+ "$flags$": 265,
6145
+ "$tagName$": "post-autocomplete",
6146
+ "$members$": {
6147
+ "filterThreshold": [514, "filter-threshold"],
6148
+ "clearable": [516],
6149
+ "listbox": [513],
6150
+ "inputValue": [32]
6151
+ },
6152
+ "$listeners$": undefined,
6153
+ "$lazyBundleId$": "-",
6154
+ "$attrsToReflect$": [["filterThreshold", "filter-threshold"], ["clearable", "clearable"], ["listbox", "listbox"]]
6155
+ }; }
6156
+ }
6157
+
6001
6158
  // https://docs.gravatar.com/api/avatars/images/
6002
6159
  const GRAVATAR_DEFAULT = '404';
6003
6160
  const GRAVATAR_RATING = 'g';
@@ -6156,13 +6313,13 @@ class PostAvatar {
6156
6313
  this.validateEmail();
6157
6314
  }
6158
6315
  render() {
6159
- const names = [this.firstname, this.lastname].filter(n => n).map(n => n.trim());
6316
+ const names = [this.firstname, this.lastname].filter(Boolean).map(n => n.trim());
6160
6317
  const initials = names
6161
6318
  .map(n => n.charAt(0))
6162
6319
  .join('')
6163
6320
  .trim();
6164
6321
  const fullname = names.join(' ');
6165
- return (hAsync(Host, { key: 'bdd17db2ff84691400cdeace8afbcc2e6d618035', "data-version": version$1 }, hAsync("span", { key: '07a61e22fe605647a36976b5f2ceb737bbee34cb', class: this.avatarType === 'slotted' ? '' : 'd-none' }, hAsync("slot", { key: 'da66c273d5fe676d1e183d7f27b46426b52ba31a', onSlotchange: this.slotChanged.bind(this) })), this.avatarType === 'image' && hAsync("img", { key: '79b3bdf14eabfaf5c2208cc9a24e0c0e5ef0b30d', src: this.imageUrl, alt: this.imageAlt }), this.avatarType === 'initials' && (hAsync("span", { key: '125c3ee489f8e8f0772c856a77c4a97ab11d64f3', class: "initials" }, initials, hAsync("span", { key: 'a48e6e430f0c5de6d790a9a820f86bbb5624ff81' }, this.description ?? fullname)))));
6322
+ return (hAsync(Host, { key: '56547a49f35e2d9ebafa54c2736b2ab60761c07b', "data-version": version$1 }, hAsync("span", { key: '864c5ab36c64bb440580ed307ce2f3dcefe2839d', class: this.avatarType === 'slotted' ? '' : 'd-none' }, hAsync("slot", { key: 'cb06a958dc710675a97d197bffcee6ab742ad391', onSlotchange: this.slotChanged.bind(this) })), this.avatarType === 'image' && hAsync("img", { key: 'abb6262b43b5fc5e2a7e4147c2375c6c623b5bf5', src: this.imageUrl, alt: this.imageAlt }), this.avatarType === 'initials' && (hAsync("span", { key: '8bead70c99c12f3bbaab414e9431c3459553d36e', class: "initials" }, initials, hAsync("span", { key: '45db185da4d9d82b1f08650f4dc40cd759e18c00' }, this.description ?? fullname)))));
6166
6323
  }
6167
6324
  get host() { return getElement(this); }
6168
6325
  static get watchers() { return {
@@ -6303,7 +6460,7 @@ class PostBackToTop {
6303
6460
  }
6304
6461
  animateButton() {
6305
6462
  // Get the back-to-top button top postiion
6306
- const positionTop = window.getComputedStyle(this.host).getPropertyValue('top');
6463
+ const positionTop = globalThis.getComputedStyle(this.host).getPropertyValue('top');
6307
6464
  const buttonElement = this.host.shadowRoot.querySelector('button');
6308
6465
  // Extract the elevation height from the back-to-top button elevation token
6309
6466
  const elevation = getComputedStyle(buttonElement).getPropertyValue('--post-back-to-top-elevation');
@@ -6314,8 +6471,8 @@ class PostBackToTop {
6314
6471
  // The translateY is calculated as => -100% (btt button height) - topPosition - elevationHeight
6315
6472
  this.translateY =
6316
6473
  (-1 * 100) / 100 -
6317
- parseFloat(positionTop.replace('px', '')) -
6318
- parseFloat(elevationHeight.replace('px', ''));
6474
+ Number.parseFloat(positionTop.replace('px', '')) -
6475
+ Number.parseFloat(elevationHeight.replace('px', ''));
6319
6476
  if (this.belowFold) {
6320
6477
  fadeSlide(this.host, 'in', { translate: this.translateY, fill: 'forwards' });
6321
6478
  }
@@ -6336,7 +6493,7 @@ class PostBackToTop {
6336
6493
  window.removeEventListener('scroll', this.handleScroll);
6337
6494
  }
6338
6495
  render() {
6339
- return (hAsync(Host, { key: 'f79d17af53f529a1ad27128802ad02d07085d404', "data-version": version$1 }, hAsync("button", { key: '54d76baf6daeadf32d83a8acc5046bb45f8c281c', class: "back-to-top", "aria-hidden": this.belowFold ? 'false' : 'true', tabindex: this.belowFold ? '0' : '-1', onClick: this.scrollToTop }, hAsync("post-icon", { key: '8033928bdd5fdbc07ac948378e9ba5414840e632', "aria-hidden": "true", name: "arrowup" }), hAsync("span", { key: 'ede3e12e6c682b9c641e217b4a6b26c55171ca42', class: "visually-hidden" }, this.textBackToTop))));
6496
+ return (hAsync(Host, { key: '61eb934495029c80935798908bec448664008db0', "data-version": version$1 }, hAsync("button", { key: 'e7b8b9df30aa1bedef8aae8a5db800bb638c8bf7', class: "back-to-top", "aria-hidden": this.belowFold ? 'false' : 'true', tabindex: this.belowFold ? '0' : '-1', onClick: this.scrollToTop }, hAsync("post-icon", { key: '34d23e7069de235f64743cc791c98034bbf14b5f', "aria-hidden": "true", name: "arrowup" }), hAsync("span", { key: '7479cc95e9e2825455fd8a7e69085ccedc73cb35', class: "visually-hidden" }, this.textBackToTop))));
6340
6497
  }
6341
6498
  get host() { return getElement(this); }
6342
6499
  static get watchers() { return {
@@ -6413,7 +6570,7 @@ const BANNER_TYPES = ['success', 'warning', 'error', 'info'];
6413
6570
 
6414
6571
  const postBannerCss = () => `:host{position:relative;display:grid;grid-template-columns:1fr;grid-auto-rows:auto;grid-auto-flow:row;row-gap:var(--post-device-spacing-gap-block-1);min-height:calc(var(--post-device-sizing-notification-icon-2) + (2 * var(--post-device-spacing-padding-10)));padding:var(--post-device-spacing-padding-10);padding-inline-start:calc( var(--post-device-spacing-padding-10) + var(--post-device-sizing-notification-icon-2) + var(--post-device-spacing-gap-inline-6) );color:var(--post-current-fg);border-style:var(--post-core-border-style-solid);border-width:var(--post-device-border-width-default);border-radius:var(--post-device-border-radius-2);box-shadow:var(--post-device-elevation-100);background-color:var(--post-scheme-color-interactive-notification-info-bg);border-color:var(--post-scheme-color-interactive-notification-info-stroke)}:host::before{content:"";display:block;position:absolute;height:var(--post-device-sizing-notification-icon-2);width:var(--post-device-sizing-notification-icon-2);inset-block-start:var(--post-device-spacing-padding-10);inset-inline-start:var(--post-device-spacing-padding-10);background-image:var(--post-signal-icon-info)}:host([type=info]){background-color:var(--post-scheme-color-interactive-notification-info-bg);border-color:var(--post-scheme-color-interactive-notification-info-stroke)}:host([type=info])::before{background-image:var(--post-signal-icon-info)}:host([type=success]){background-color:var(--post-scheme-color-interactive-notification-success-bg);border-color:var(--post-scheme-color-interactive-notification-success-stroke)}:host([type=success])::before{background-image:var(--post-signal-icon-success)}:host([type=warning]){background-color:var(--post-scheme-color-interactive-notification-warning-bg);border-color:var(--post-scheme-color-interactive-notification-warning-stroke)}:host([type=warning])::before{background-image:var(--post-signal-icon-warning)}:host([type=error]){background-color:var(--post-scheme-color-interactive-notification-error-bg);border-color:var(--post-scheme-color-interactive-notification-error-stroke)}:host([type=error])::before{background-image:var(--post-signal-icon-error)}.actions{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:center;margin-block-start:var(--post-device-spacing-padding-block-10);gap:var(--post-device-spacing-gap-1)}@media screen and (min-width: 0)and (max-width: 599.98px){.actions{flex-direction:column;align-items:stretch}}::slotted(*){margin-block:0 !important}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){:host{border-color:CanvasText}:host::before{color:CanvasText}}`;
6415
6572
 
6416
- var __decorate$5 = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
6573
+ var __decorate$6 = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
6417
6574
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
6418
6575
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
6419
6576
  r = Reflect.decorate(decorators, target, key, desc);
@@ -6469,7 +6626,7 @@ class PostBanner {
6469
6626
  this.hasActions = this.host.querySelectorAll('[slot="actions"]').length > 0;
6470
6627
  }
6471
6628
  render() {
6472
- return (hAsync(Host, { key: '8c06f60d7d33f4087359a3166e16b340bd19cad6', "data-version": version$1, role: "alert", "data-color-scheme": "light" }, hAsync("slot", { key: '2bb4f8a536012c5577840921aab267a9cb8134b7', name: "close-button" }), hAsync("slot", { key: '7cded56e638ef427884507c0f0cd9557bfb6d1c7', name: "heading" }), hAsync("slot", { key: '4988c4b39c9af989740d642ddb505269951bfd16' }), this.hasActions && (hAsync("div", { key: '5bfd1c2d0869cad0831e5c68632a7309ee399795', class: "actions" }, hAsync("slot", { key: '442abb44a4b947038c5716a0e7b22ff3f0d8b0ee', name: "actions" })))));
6629
+ return (hAsync(Host, { key: 'aba639e5ce3ebc0498437f4011ff4b39e41489ee', "data-version": version$1, role: "alert", "data-color-scheme": "light" }, hAsync("slot", { key: 'cd81197f4a8aecbec482bbc174783ad1d00fd5eb', name: "close-button" }), hAsync("slot", { key: 'be9fd011e9d17207e1cb56dea3dcfd4481a4c31c', name: "heading" }), hAsync("slot", { key: 'a06e94c05e4cfe4bbb1bdccf29fdc75ed67828ca' }), this.hasActions && (hAsync("div", { key: '3ce94c84ea3eeda53694809432059b05b53c7cde', class: "actions" }, hAsync("slot", { key: 'a33798352de63a23cfa77bbd9be58a8cc5585121', name: "actions" })))));
6473
6630
  }
6474
6631
  get host() { return getElement(this); }
6475
6632
  static get watchers() { return {
@@ -6491,7 +6648,7 @@ class PostBanner {
6491
6648
  "$attrsToReflect$": [["type", "type"]]
6492
6649
  }; }
6493
6650
  }
6494
- __decorate$5([
6651
+ __decorate$6([
6495
6652
  EventFrom('post-closebutton', { allowDescendants: true })
6496
6653
  ], PostBanner.prototype, "onCloseButtonClick", null);
6497
6654
 
@@ -6508,7 +6665,7 @@ class PostBreadcrumbItem {
6508
6665
  try {
6509
6666
  this.validUrl = this.constructUrl(this.url);
6510
6667
  }
6511
- catch (error) {
6668
+ catch {
6512
6669
  this.validUrl = undefined;
6513
6670
  }
6514
6671
  }
@@ -6516,7 +6673,7 @@ class PostBreadcrumbItem {
6516
6673
  constructUrl(value) {
6517
6674
  const hasBaseURL = /^https?:\/\//.test(String(this.url));
6518
6675
  if (typeof value === 'string') {
6519
- this.fullUrl = hasBaseURL ? value : `${window.location.origin}${value}`;
6676
+ this.fullUrl = hasBaseURL ? value : `${globalThis.location.origin}${value}`;
6520
6677
  checkEmptyOrUrl(this, 'fullUrl');
6521
6678
  return this.fullUrl;
6522
6679
  }
@@ -6536,7 +6693,7 @@ class PostBreadcrumbItem {
6536
6693
  }
6537
6694
  render() {
6538
6695
  const BreadcrumbTag = this.validUrl ? 'a' : 'span';
6539
- return (hAsync(Host, { key: '2d083dc9ebf3c47dce95f3f854a539afceb24102', "data-version": version$1 }, hAsync("post-icon", { key: '40cdd5b85dc3f906d29d7b696264b2f7e8057034', name: "chevronright", class: "breadcrumb-item-icon" }), hAsync(BreadcrumbTag, { key: '5b82e332db134788695888f57e6e1e7f0bf0ddf5', class: "breadcrumb-item", ...(this.validUrl ? { href: this.validUrl } : {}), onKeyDown: event => this.handleKeyDown(event) }, hAsync("slot", { key: 'ee75b4bdd1580edf775bc9322f3a421622e157ab' }))));
6696
+ return (hAsync(Host, { key: 'bdcfdbdf47cc64f7a847f1187dd1e0877731bb1d', "data-version": version$1 }, hAsync("post-icon", { key: '98b8ac5b2131e7028a81fdc1b627a86086f41466', name: "chevronright", class: "breadcrumb-item-icon" }), hAsync(BreadcrumbTag, { key: 'c5ef5c8468d1561665a8701aa8b96142539fab02', class: "breadcrumb-item", ...(this.validUrl ? { href: this.validUrl } : {}), onKeyDown: event => this.handleKeyDown(event) }, hAsync("slot", { key: '8e0d4791585d80379f27424bc1547792df124501' }))));
6540
6697
  }
6541
6698
  get host() { return getElement(this); }
6542
6699
  static get watchers() { return {
@@ -6613,7 +6770,7 @@ class PostBreadcrumbs {
6613
6770
  text: item.textContent || '',
6614
6771
  url: item.getAttribute('url') || '',
6615
6772
  }));
6616
- this.lastItem = this.breadcrumbItems[this.breadcrumbItems.length - 1];
6773
+ this.lastItem = this.breadcrumbItems.at(-1);
6617
6774
  }
6618
6775
  // Determines parent width for concatenation logic
6619
6776
  getParentWidth() {
@@ -6648,7 +6805,7 @@ class PostBreadcrumbs {
6648
6805
  }
6649
6806
  render() {
6650
6807
  const visibleItems = this.breadcrumbItems.slice(0, -1);
6651
- return (hAsync(Host, { key: '318567e919b1e1e114acaa57195d5123a75e0e4b', "data-version": version$1 }, hAsync("nav", { key: '673a5f400ed5d80cde3d3d71b739284d8d4226b4', "aria-label": this.textBreadcrumbs, class: "breadcrumbs-nav", ref: el => (this.breadcrumbsNavRef = el) }, hAsync("ol", { key: 'de6d8f6f9c5e5ca78f9dd4da1d84db04efda4457', class: "no-list breadcrumbs-list" }, hAsync("li", { key: '89498e7c9e5faf88c5bc2afc7c8de829a592356a' }, hAsync("a", { key: 'dcea8c2e7aaf60e8aedcf61a63bd7bc1869da0c3', href: this.homeUrl, class: "breadcrumb-link" }, hAsync("span", { key: 'a314db08e5ce9efa8fe75aa860ecff3534316490', class: "visually-hidden" }, this.textHome), hAsync("post-icon", { key: 'cd08855f88018c76b1cfebecddc0d469dc4c6b2d', name: "home", class: "home-icon" }))), this.isConcatenated ? (hAsync("li", { class: "menu-trigger-wrapper" }, hAsync("post-icon", { name: "chevronright", class: "breadcrumb-item-icon" }), hAsync("div", { class: "actual-menu" }, hAsync("post-menu-trigger", { for: "breadcrumb-menu", tabIndex: 0, onKeyDown: e => {
6808
+ return (hAsync(Host, { key: '40f31406ce27c2cf9092b693000ab3d724135939', "data-version": version$1 }, hAsync("nav", { key: 'f6bdd378f1fefa788cdde2a13fe9e14b383ec016', "aria-label": this.textBreadcrumbs, class: "breadcrumbs-nav", ref: el => (this.breadcrumbsNavRef = el) }, hAsync("ol", { key: 'c230d44e75bc51e845078d1e7294028a1ae148ea', class: "no-list breadcrumbs-list" }, hAsync("li", { key: '009f42442efe00c28c3015d8f2f5006e98d8b652' }, hAsync("a", { key: '8b4768987f9d8210f0a55bf7129c6efd9b03c7cd', href: this.homeUrl, class: "breadcrumb-link" }, hAsync("span", { key: '9619bf219e357bb9c6c4541ab62f9983745abfdd', class: "visually-hidden" }, this.textHome), hAsync("post-icon", { key: '1e17cae0680a164c9e3c5884faf85f83ee414529', name: "home", class: "home-icon" }))), this.isConcatenated ? (hAsync("li", { class: "menu-trigger-wrapper" }, hAsync("post-icon", { name: "chevronright", class: "breadcrumb-item-icon" }), hAsync("div", { class: "actual-menu" }, hAsync("post-menu-trigger", { for: "breadcrumb-menu", tabIndex: 0, onKeyDown: e => {
6652
6809
  if (e.key === 'Enter' || e.key === ' ') {
6653
6810
  e.preventDefault();
6654
6811
  this.handleBreadcrumbItemClick();
@@ -6659,7 +6816,7 @@ class PostBreadcrumbs {
6659
6816
  linkElement?.click();
6660
6817
  e.preventDefault();
6661
6818
  }
6662
- } }, item.url ? hAsync("a", { href: item.url }, item.text) : hAsync("span", null, item.text)))))))) : (visibleItems.map(item => (hAsync("li", null, hAsync("post-breadcrumb-item", { url: item.url, key: item.url || item.text }, item.text))))), this.lastItem && (hAsync("li", { key: '0c7bec7b0468bd025739f83e49ec4c705b84ff5f', "aria-current": "page" }, hAsync("post-breadcrumb-item", { key: '4f241748849a7a0bd108a082606ee6f9851ea346', url: this.lastItem.url, tabindex: -1 }, this.lastItem.text)))), hAsync("div", { key: '459d049cf7cbafacc5b45bdb4314faf3e432b073', class: "hidden-items" }, hAsync("a", { key: '2607b06fa06d7b1137b5c34e65ca0b6427f8f912', href: this.homeUrl, class: "hidden-breadcrumb-item" }, hAsync("span", { key: '856d00be8da22e7b8c326828a074377e33d1ddff', class: "visually-hidden" }, this.textHome), hAsync("post-icon", { key: '623bb4b66de721539936af7dd25a697a5ed3255e', name: "home", class: "home-icon" })), this.breadcrumbItems.map(item => (hAsync("post-breadcrumb-item", { url: item.url, key: `hidden-${item.url || item.text}`, class: "hidden-breadcrumb-item" }, item.text)))))));
6819
+ } }, item.url ? hAsync("a", { href: item.url }, item.text) : hAsync("span", null, item.text)))))))) : (visibleItems.map(item => (hAsync("li", null, hAsync("post-breadcrumb-item", { url: item.url, key: item.url || item.text }, item.text))))), this.lastItem && (hAsync("li", { key: '34acb6f31f5e4cbbf8af56423e0826af15e835a5', "aria-current": "page" }, hAsync("post-breadcrumb-item", { key: '2d3223a06456c3751924cee8a418d99ca42b396c', url: this.lastItem.url, tabindex: -1 }, this.lastItem.text)))), hAsync("div", { key: '7aa99a887779935ff829520376abe587302c5525', class: "hidden-items" }, hAsync("a", { key: '6223e41d9ae7768dd73756ca5217a633057deda5', href: this.homeUrl, class: "hidden-breadcrumb-item" }, hAsync("span", { key: '9dd0f99c66710b43a9702a8fd04b464286e9d77a', class: "visually-hidden" }, this.textHome), hAsync("post-icon", { key: '6ae5ebd04f924d1e5b2fed83d787fedf0aa6afd1', name: "home", class: "home-icon" })), this.breadcrumbItems.map(item => (hAsync("post-breadcrumb-item", { url: item.url, key: `hidden-${item.url || item.text}`, class: "hidden-breadcrumb-item" }, item.text)))))));
6663
6820
  }
6664
6821
  get host() { return getElement(this); }
6665
6822
  static get watchers() { return {
@@ -6754,7 +6911,7 @@ class PostClosebutton {
6754
6911
  }
6755
6912
  }
6756
6913
  render() {
6757
- return (hAsync(Host, { key: '1923a9236ae7d7929e8162dcf8d62dd21bfce0b5', "data-version": version$1 }, hAsync("button", { key: '484f61b681279742acf3376f85f5200a73d319ad', type: this.buttonType, class: "btn btn-icon btn-secondary btn-sm" }, hAsync("post-icon", { key: '943f8ec5194bbbca3e4403ea0bee51aca14404c0', "aria-hidden": "true", name: "closex" }), hAsync("span", { key: '832023a95b101cd9db01fee0b317c2740997f187', class: "visually-hidden" }, hAsync("slot", { key: '371b19a4d9eceeb7490584e265288c533a7f8df4' })))));
6914
+ return (hAsync(Host, { key: 'e2adc6a13c30c9b03947a56bbd94dc86b96f31d2', "data-version": version$1 }, hAsync("button", { key: '03bc7eacb0d9c33bc2eb2d816f74990c6eb3f47f', type: this.buttonType, class: "btn btn-icon btn-secondary btn-sm" }, hAsync("post-icon", { key: 'b284a23e0eeb00c44c878672b4d8ed5e0ee058c6', "aria-hidden": "true", name: "closex" }), hAsync("span", { key: '5aa5cbada2bac5532cc6f4e54e01ff11465e99c2', class: "visually-hidden" }, hAsync("slot", { key: 'e8dd45b5c422504f6e7115f6fe3e498c14ed201d' })))));
6758
6915
  }
6759
6916
  get host() { return getElement(this); }
6760
6917
  static get watchers() { return {
@@ -6783,26 +6940,9 @@ class PostClosebutton {
6783
6940
  }; }
6784
6941
  }
6785
6942
 
6786
- const collapseDuration = 350;
6787
- const collapseEasing = 'ease';
6788
6943
  const collapsedKeyframe = { height: '0', overflow: 'hidden' };
6789
- const animationOptions = {
6790
- duration: isMotionReduced() ? 0 : collapseDuration,
6791
- easing: collapseEasing,
6792
- fill: 'forwards',
6793
- };
6794
- function collapse(el) {
6795
- const elHeight = IS_BROWSER ? window.getComputedStyle(el).height : `${el.scrollHeight}px`;
6796
- const expandedKeyframe = { height: elHeight };
6797
- return el.animate([expandedKeyframe, collapsedKeyframe], animationOptions);
6798
- }
6799
- function expand(el) {
6800
- const expandedKeyframe = { height: `${el.scrollHeight}px`, offset: 1 };
6801
- const finalKeyframe = { height: 'auto', overflow: 'visible' };
6802
- return el.animate([collapsedKeyframe, expandedKeyframe, finalKeyframe], animationOptions);
6803
- }
6804
6944
 
6805
- const postCollapsibleCss = () => `:host{display:block;position:relative;overflow:hidden}`;
6945
+ const postCollapsibleCss = () => `:host{display:block;position:relative;overflow:var(--post-collapsible-initial-overflow, hidden);height:var(--post-collapsible-initial-height, auto)}`;
6806
6946
 
6807
6947
  /**
6808
6948
  * @slot default - Slot for placing content within the collapsible element.
@@ -6840,13 +6980,6 @@ class PostCollapsible {
6840
6980
  // due to its implementation with the getter, which returns !this.collapsed
6841
6981
  this.collapsed = !shouldExpand;
6842
6982
  const isExpanded = this.isExpanded;
6843
- if (IS_BROWSER) {
6844
- const animation = isExpanded ? expand(this.host) : collapse(this.host);
6845
- this.postToggle.emit(isExpanded);
6846
- await animation.finished;
6847
- animation.commitStyles();
6848
- this.updateTriggers();
6849
- }
6850
6983
  return isExpanded;
6851
6984
  }
6852
6985
  /**
@@ -6857,7 +6990,7 @@ class PostCollapsible {
6857
6990
  triggers.forEach(trigger => trigger.update());
6858
6991
  }
6859
6992
  render() {
6860
- return (hAsync(Host, { key: '46e5b97bfac36ff9f60398c6186a5d906bec72fc', "data-version": version$1, tabindex: this.collapsed ? -1 : undefined, style: this.collapsed ? collapsedKeyframe : undefined }, hAsync("slot", { key: '09b88ac9aba78cdccf66b93be582c80530667528' })));
6993
+ return (hAsync(Host, { key: '56849ad4460bcc4467421845a0daafab39a6e9f1', "data-version": version$1, tabindex: this.collapsed ? -1 : undefined, style: this.collapsed ? collapsedKeyframe : undefined }, hAsync("slot", { key: '064efc18544babbeb1244f549790bc961451e9f0' })));
6861
6994
  }
6862
6995
  get host() { return getElement(this); }
6863
6996
  static get watchers() { return {
@@ -6879,7 +7012,7 @@ class PostCollapsible {
6879
7012
  }; }
6880
7013
  }
6881
7014
 
6882
- var __decorate$4 = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
7015
+ var __decorate$5 = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
6883
7016
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
6884
7017
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
6885
7018
  r = Reflect.decorate(decorators, target, key, desc);
@@ -6976,7 +7109,7 @@ class PostCollapsibleTrigger {
6976
7109
  this.updateAriaAttributes();
6977
7110
  }
6978
7111
  render() {
6979
- return (hAsync(Host, { key: 'beb213bb418b76eaf9449e33b7a4c66c047f166c', "data-version": version$1 }, hAsync("slot", { key: '63f8b0ef5b728697deb2cd528f626fa1d86ab76b' })));
7112
+ return (hAsync(Host, { key: '73b39b4e52d0b57fbab787208926910e8cb6d9d3', "data-version": version$1 }, hAsync("slot", { key: '88642cdd88a2b4fd6d02e55023675f85d0bf6020' })));
6980
7113
  }
6981
7114
  get host() { return getElement(this); }
6982
7115
  static get watchers() { return {
@@ -6996,7 +7129,7 @@ class PostCollapsibleTrigger {
6996
7129
  "$attrsToReflect$": [["for", "for"]]
6997
7130
  }; }
6998
7131
  }
6999
- __decorate$4([
7132
+ __decorate$5([
7000
7133
  EventFrom('post-collapsible')
7001
7134
  ], PostCollapsibleTrigger.prototype, "handlePostToggle", null);
7002
7135
 
@@ -10753,16 +10886,17 @@ const localesMap = {
10753
10886
  it: localeIt,
10754
10887
  };
10755
10888
 
10756
- const postDatepickerCss = () => `.section{container:section/inline-size;margin-inline:auto;max-width:1440px}.section>.container{--post-section-width:100cqw;--post-section-container-width:min(var(--post-core-dimension-1280), var(--post-section-width));--post-section-container-content-offset:calc( (var(--post-section-width) - var(--post-section-container-width)) * 0.5 + var(--post-section-container-padding) );--post-section-container-padding:var(--post-core-dimension-16)}@media screen and (min-width: 600px){.section>.container{--post-section-container-padding:var(--post-core-dimension-16)}}@media screen and (min-width: 780px){.section>.container{--post-section-container-padding:var(--post-core-dimension-40)}}@media screen and (min-width: 1024px){.section>.container{--post-section-container-padding:var(--post-core-dimension-40)}}@media screen and (min-width: 1280px){.section>.container{--post-section-container-padding:var(--post-core-dimension-40)}}.section>.container .align-section-stretch,.section>.container .align-section-start,.section>.container .align-section-end,.section>.container .align-container-stretch,.section>.container .align-container-start,.section>.container .align-container-end{display:block;margin-inline:unset;min-width:unset;max-width:unset;width:unset}.section>.container .align-section-none,.section>.container .align-container-none{margin-inline:0;width:100%}.section>.container .align-section-stretch{margin-inline:calc(var(--post-section-container-content-offset)*-1);width:var(--post-section-width)}.section>.container .align-section-start{margin-inline-start:calc(var(--post-section-container-content-offset)*-1);width:calc(100% + var(--post-section-container-content-offset))}.section>.container .align-section-end{margin-inline-end:calc(var(--post-section-container-content-offset)*-1);width:calc(100% + var(--post-section-container-content-offset))}.section>.container .align-container-stretch{margin-inline:calc(var(--post-section-container-padding)*-1);width:var(--post-section-container-width)}.section>.container .align-container-start{margin-inline-start:calc(var(--post-section-container-padding)*-1);width:calc(100% + var(--post-section-container-padding))}.section>.container .align-container-end{margin-inline-end:calc(var(--post-section-container-padding)*-1);width:calc(100% + var(--post-section-container-padding))}@media screen and (min-width: 600px){.section>.container .align-section-sm-stretch,.section>.container .align-section-sm-start,.section>.container .align-section-sm-end,.section>.container .align-container-sm-stretch,.section>.container .align-container-sm-start,.section>.container .align-container-sm-end{display:block;margin-inline:unset;min-width:unset;max-width:unset;width:unset}.section>.container .align-section-sm-none,.section>.container .align-container-sm-none{margin-inline:0;width:100%}.section>.container .align-section-sm-stretch{margin-inline:calc(var(--post-section-container-content-offset)*-1);width:var(--post-section-width)}.section>.container .align-section-sm-start{margin-inline-start:calc(var(--post-section-container-content-offset)*-1);width:calc(100% + var(--post-section-container-content-offset))}.section>.container .align-section-sm-end{margin-inline-end:calc(var(--post-section-container-content-offset)*-1);width:calc(100% + var(--post-section-container-content-offset))}.section>.container .align-container-sm-stretch{margin-inline:calc(var(--post-section-container-padding)*-1);width:var(--post-section-container-width)}.section>.container .align-container-sm-start{margin-inline-start:calc(var(--post-section-container-padding)*-1);width:calc(100% + var(--post-section-container-padding))}.section>.container .align-container-sm-end{margin-inline-end:calc(var(--post-section-container-padding)*-1);width:calc(100% + var(--post-section-container-padding))}}@media screen and (min-width: 780px){.section>.container .align-section-md-stretch,.section>.container .align-section-md-start,.section>.container .align-section-md-end,.section>.container .align-container-md-stretch,.section>.container .align-container-md-start,.section>.container .align-container-md-end{display:block;margin-inline:unset;min-width:unset;max-width:unset;width:unset}.section>.container .align-section-md-none,.section>.container .align-container-md-none{margin-inline:0;width:100%}.section>.container .align-section-md-stretch{margin-inline:calc(var(--post-section-container-content-offset)*-1);width:var(--post-section-width)}.section>.container .align-section-md-start{margin-inline-start:calc(var(--post-section-container-content-offset)*-1);width:calc(100% + var(--post-section-container-content-offset))}.section>.container .align-section-md-end{margin-inline-end:calc(var(--post-section-container-content-offset)*-1);width:calc(100% + var(--post-section-container-content-offset))}.section>.container .align-container-md-stretch{margin-inline:calc(var(--post-section-container-padding)*-1);width:var(--post-section-container-width)}.section>.container .align-container-md-start{margin-inline-start:calc(var(--post-section-container-padding)*-1);width:calc(100% + var(--post-section-container-padding))}.section>.container .align-container-md-end{margin-inline-end:calc(var(--post-section-container-padding)*-1);width:calc(100% + var(--post-section-container-padding))}}@media screen and (min-width: 1024px){.section>.container .align-section-lg-stretch,.section>.container .align-section-lg-start,.section>.container .align-section-lg-end,.section>.container .align-container-lg-stretch,.section>.container .align-container-lg-start,.section>.container .align-container-lg-end{display:block;margin-inline:unset;min-width:unset;max-width:unset;width:unset}.section>.container .align-section-lg-none,.section>.container .align-container-lg-none{margin-inline:0;width:100%}.section>.container .align-section-lg-stretch{margin-inline:calc(var(--post-section-container-content-offset)*-1);width:var(--post-section-width)}.section>.container .align-section-lg-start{margin-inline-start:calc(var(--post-section-container-content-offset)*-1);width:calc(100% + var(--post-section-container-content-offset))}.section>.container .align-section-lg-end{margin-inline-end:calc(var(--post-section-container-content-offset)*-1);width:calc(100% + var(--post-section-container-content-offset))}.section>.container .align-container-lg-stretch{margin-inline:calc(var(--post-section-container-padding)*-1);width:var(--post-section-container-width)}.section>.container .align-container-lg-start{margin-inline-start:calc(var(--post-section-container-padding)*-1);width:calc(100% + var(--post-section-container-padding))}.section>.container .align-container-lg-end{margin-inline-end:calc(var(--post-section-container-padding)*-1);width:calc(100% + var(--post-section-container-padding))}}@media screen and (min-width: 1280px){.section>.container .align-section-xl-stretch,.section>.container .align-section-xl-start,.section>.container .align-section-xl-end,.section>.container .align-container-xl-stretch,.section>.container .align-container-xl-start,.section>.container .align-container-xl-end{display:block;margin-inline:unset;min-width:unset;max-width:unset;width:unset}.section>.container .align-section-xl-none,.section>.container .align-container-xl-none{margin-inline:0;width:100%}.section>.container .align-section-xl-stretch{margin-inline:calc(var(--post-section-container-content-offset)*-1);width:var(--post-section-width)}.section>.container .align-section-xl-start{margin-inline-start:calc(var(--post-section-container-content-offset)*-1);width:calc(100% + var(--post-section-container-content-offset))}.section>.container .align-section-xl-end{margin-inline-end:calc(var(--post-section-container-content-offset)*-1);width:calc(100% + var(--post-section-container-content-offset))}.section>.container .align-container-xl-stretch{margin-inline:calc(var(--post-section-container-padding)*-1);width:var(--post-section-container-width)}.section>.container .align-container-xl-start{margin-inline-start:calc(var(--post-section-container-padding)*-1);width:calc(100% + var(--post-section-container-padding))}.section>.container .align-container-xl-end{margin-inline-end:calc(var(--post-section-container-padding)*-1);width:calc(100% + var(--post-section-container-padding))}}.container,.container-fluid{width:100%;margin-inline:auto;--post-grid-gutter-x:var(--post-core-dimension-16);--post-container-padding-inline:max(var(--post-core-dimension-16), calc(0.5 * var(--post-core-dimension-16)));padding-inline:var(--post-container-padding-inline)}@media screen and (min-width: 600px){.container,.container-fluid{--post-grid-gutter-x:var(--post-core-dimension-16);--post-container-padding-inline:max(var(--post-core-dimension-16), calc(0.5 * var(--post-core-dimension-16)));padding-inline:var(--post-container-padding-inline)}}@media screen and (min-width: 780px){.container,.container-fluid{--post-grid-gutter-x:var(--post-core-dimension-16);--post-container-padding-inline:max(var(--post-core-dimension-40), calc(0.5 * var(--post-core-dimension-16)));padding-inline:var(--post-container-padding-inline)}}@media screen and (min-width: 1024px){.container,.container-fluid{--post-grid-gutter-x:var(--post-core-dimension-24);--post-container-padding-inline:max(var(--post-core-dimension-40), calc(0.5 * var(--post-core-dimension-24)));padding-inline:var(--post-container-padding-inline)}}@media screen and (min-width: 1280px){.container,.container-fluid{--post-grid-gutter-x:var(--post-core-dimension-24);--post-container-padding-inline:max(var(--post-core-dimension-40), calc(0.5 * var(--post-core-dimension-24)));padding-inline:var(--post-container-padding-inline)}}.container{--post-container-max-width:var(--post-core-dimension-1280);max-width:var(--post-container-max-width);--post-container-offset:calc( var(--post-container-padding-inline) + max(0px, calc((100vw - var(--post-container-max-width)) / 2)) )}.container-fluid{--post-container-offset:var(--post-container-padding-inline)}.row{display:flex;flex-wrap:wrap;margin-block-start:calc(-1*var(--post-grid-gutter-y));margin-inline:calc(-0.5*var(--post-grid-gutter-x));--post-grid-gutter-y:0;--post-grid-gutter-x:var(--post-core-dimension-16)}@media screen and (min-width: 600px){.row{--post-grid-gutter-x:var(--post-core-dimension-16)}}@media screen and (min-width: 780px){.row{--post-grid-gutter-x:var(--post-core-dimension-16)}}@media screen and (min-width: 1024px){.row{--post-grid-gutter-x:var(--post-core-dimension-24)}}@media screen and (min-width: 1280px){.row{--post-grid-gutter-x:var(--post-core-dimension-24)}}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-inline:calc(var(--post-grid-gutter-x)*.5);margin-block-start:var(--post-grid-gutter-y)}.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.6666666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.3333333333%}.col-2{flex:0 0 auto;width:16.6666666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.3333333333%}.col-5{flex:0 0 auto;width:41.6666666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.3333333333%}.col-8{flex:0 0 auto;width:66.6666666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.3333333333%}.col-11{flex:0 0 auto;width:91.6666666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-inline-start:8.3333333333%}.offset-2{margin-inline-start:16.6666666667%}.offset-3{margin-inline-start:25%}.offset-4{margin-inline-start:33.3333333333%}.offset-5{margin-inline-start:41.6666666667%}.offset-6{margin-inline-start:50%}.offset-7{margin-inline-start:58.3333333333%}.offset-8{margin-inline-start:66.6666666667%}.offset-9{margin-inline-start:75%}.offset-10{margin-inline-start:83.3333333333%}.offset-11{margin-inline-start:91.6666666667%}@media screen and (min-width: 600px){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.3333333333%}.col-sm-2{flex:0 0 auto;width:16.6666666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.3333333333%}.col-sm-5{flex:0 0 auto;width:41.6666666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.3333333333%}.col-sm-8{flex:0 0 auto;width:66.6666666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.3333333333%}.col-sm-11{flex:0 0 auto;width:91.6666666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-inline-start:0}.offset-sm-1{margin-inline-start:8.3333333333%}.offset-sm-2{margin-inline-start:16.6666666667%}.offset-sm-3{margin-inline-start:25%}.offset-sm-4{margin-inline-start:33.3333333333%}.offset-sm-5{margin-inline-start:41.6666666667%}.offset-sm-6{margin-inline-start:50%}.offset-sm-7{margin-inline-start:58.3333333333%}.offset-sm-8{margin-inline-start:66.6666666667%}.offset-sm-9{margin-inline-start:75%}.offset-sm-10{margin-inline-start:83.3333333333%}.offset-sm-11{margin-inline-start:91.6666666667%}}@media screen and (min-width: 780px){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.6666666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.3333333333%}.col-md-2{flex:0 0 auto;width:16.6666666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.3333333333%}.col-md-5{flex:0 0 auto;width:41.6666666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.3333333333%}.col-md-8{flex:0 0 auto;width:66.6666666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.3333333333%}.col-md-11{flex:0 0 auto;width:91.6666666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-inline-start:0}.offset-md-1{margin-inline-start:8.3333333333%}.offset-md-2{margin-inline-start:16.6666666667%}.offset-md-3{margin-inline-start:25%}.offset-md-4{margin-inline-start:33.3333333333%}.offset-md-5{margin-inline-start:41.6666666667%}.offset-md-6{margin-inline-start:50%}.offset-md-7{margin-inline-start:58.3333333333%}.offset-md-8{margin-inline-start:66.6666666667%}.offset-md-9{margin-inline-start:75%}.offset-md-10{margin-inline-start:83.3333333333%}.offset-md-11{margin-inline-start:91.6666666667%}}@media screen and (min-width: 1024px){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.3333333333%}.col-lg-2{flex:0 0 auto;width:16.6666666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.3333333333%}.col-lg-5{flex:0 0 auto;width:41.6666666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.3333333333%}.col-lg-8{flex:0 0 auto;width:66.6666666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.3333333333%}.col-lg-11{flex:0 0 auto;width:91.6666666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-inline-start:0}.offset-lg-1{margin-inline-start:8.3333333333%}.offset-lg-2{margin-inline-start:16.6666666667%}.offset-lg-3{margin-inline-start:25%}.offset-lg-4{margin-inline-start:33.3333333333%}.offset-lg-5{margin-inline-start:41.6666666667%}.offset-lg-6{margin-inline-start:50%}.offset-lg-7{margin-inline-start:58.3333333333%}.offset-lg-8{margin-inline-start:66.6666666667%}.offset-lg-9{margin-inline-start:75%}.offset-lg-10{margin-inline-start:83.3333333333%}.offset-lg-11{margin-inline-start:91.6666666667%}}@media screen and (min-width: 1280px){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.3333333333%}.col-xl-2{flex:0 0 auto;width:16.6666666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.3333333333%}.col-xl-5{flex:0 0 auto;width:41.6666666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.3333333333%}.col-xl-8{flex:0 0 auto;width:66.6666666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.3333333333%}.col-xl-11{flex:0 0 auto;width:91.6666666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-inline-start:0}.offset-xl-1{margin-inline-start:8.3333333333%}.offset-xl-2{margin-inline-start:16.6666666667%}.offset-xl-3{margin-inline-start:25%}.offset-xl-4{margin-inline-start:33.3333333333%}.offset-xl-5{margin-inline-start:41.6666666667%}.offset-xl-6{margin-inline-start:50%}.offset-xl-7{margin-inline-start:58.3333333333%}.offset-xl-8{margin-inline-start:66.6666666667%}.offset-xl-9{margin-inline-start:75%}.offset-xl-10{margin-inline-start:83.3333333333%}.offset-xl-11{margin-inline-start:91.6666666667%}}@supports (interpolate-size: allow-keywords){:root{interpolate-size:allow-keywords}}*,*::before,*::after{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;margin:0}img,picture,video,canvas,svg{display:block;max-width:100%;height:auto}button,input,textarea,select{font:inherit}button:not(:disabled),[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled){cursor:pointer}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word;hyphens:auto}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}code,kbd,samp{font-family:monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}table{caption-side:bottom;border-collapse:collapse}thead,tbody,tfoot,tr,td,th{border-color:inherit;border-style:solid;border-width:0}fieldset,legend{padding:0}fieldset{border:0}input,select,textarea{margin:0}body{--post-current-bg:var(--post-theme-color-body-bg);--post-current-fg:var(--post-theme-color-body-fg);background-color:var(--post-current-bg);color:var(--post-current-fg);font-family:var(--post-device-font-family-default),-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:var(--post-device-font-size-6);font-weight:var(--post-device-font-weight-regular);line-height:var(--post-device-line-height-content);letter-spacing:var(--post-core-letter-spacing-default);font-variant-numeric:proportional-nums;min-height:100vh}body [data-color-scheme]{--post-current-fg:var(--post-theme-color-body-fg);color:var(--post-current-fg)}a{-webkit-text-decoration:var(--post-core-text-decoration-underline);text-decoration:var(--post-core-text-decoration-underline);border-radius:var(--post-device-border-radius-focus);color:var(--post-current-fg)}a:hover{color:var(--post-scheme-color-interactive-primary-hover-fg1)}a{outline-offset:var(--post-device-spacing-padding-2) !important;outline:var(--post-scheme-color-interactive-focus-stroke) none var(--post-device-border-width-focus) !important}a:is(:focus-visible,:has(:focus-visible),.pretend-focus){outline-style:var(--post-core-border-style-solid) !important}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){a:is(:focus-visible,:has(:focus-visible),.pretend-focus){outline-color:Highlight !important}}@supports not selector(:has(:focus-visible)){a:is(:focus-visible,:focus-within,.pretend-focus){outline-style:var(--post-core-border-style-solid) !important}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){a:is(:focus-visible,:focus-within,.pretend-focus){outline-color:Highlight !important}}}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){a,a:focus{color:LinkText !important}a:hover{text-decoration-thickness:2px}a:visited{color:VisitedText}}@counter-style post-bullet{system:extends disc;suffix:"    "}ul{list-style:post-bullet;margin-block:var(--post-device-spacing-padding-block-8);padding-inline-start:calc( var(--post-device-sizing-notification-icon-3) + var(--post-device-spacing-gap-inline-10) )}ul>li::marker{line-height:1}ul.list-bullet{list-style:none;margin-block:var(--post-device-spacing-padding-block-8);padding-inline-start:calc( var(--post-device-sizing-notification-icon-3) + var(--post-device-spacing-gap-inline-10) )}ul.list-bullet>li{margin:0;padding-inline:0;padding-block:var(--post-device-spacing-padding-block-6)}ul.list-bullet>li~li{margin-block-start:var(--post-device-spacing-gap-1)}ul.list-bullet>li::before{display:block;content:"";box-sizing:content-box;float:inline-start;margin-block-start:calc((var(--post-device-line-height-content) * 0.5em) - (var(--post-device-sizing-interactive-button-icon-6) * 0.5));margin-inline-start:calc((var(--post-device-sizing-notification-icon-3) * -0.5) + (var(--post-device-sizing-interactive-button-icon-6) * -0.5) + (var(--post-device-spacing-gap-inline-10) * -1));width:var(--post-device-sizing-interactive-button-icon-6);height:var(--post-device-sizing-interactive-button-icon-6);background-color:currentColor;border-radius:50%}ul.list-inline{all:unset;display:block;list-style:none;display:flex;flex-wrap:wrap;row-gap:var(--post-device-spacing-gap-1);column-gap:calc(var(--post-device-spacing-gap-inline-10)*2);margin-block:var(--post-device-spacing-padding-block-8)}ul.list-inline>li{all:unset;display:list-item}ul.list-inline>li~li{all:unset;display:list-item}ul.list-inline>li::before{all:unset}ul.list-revert{all:revert}ul.list-revert>li{all:revert}ul.list-revert>li~li{all:revert}ul.list-revert>li::before{all:revert}ul.list-unstyled{all:unset;display:block;list-style:none}ul.list-unstyled>li{all:unset;display:list-item}ul.list-unstyled>li~li{all:unset;display:list-item}ul.list-unstyled>li::before{all:unset}dl dd{margin:0}ol{margin-block:var(--post-device-spacing-gap-1);padding-inline-end:var(--post-device-spacing-gap-1);padding-inline-start:calc(var(--post-device-sizing-notification-icon-3) + var(--post-device-spacing-gap-inline-10))}ol ::marker{font-weight:var(--post-device-font-weight-bold)}ol.list-number{margin-block:var(--post-device-spacing-gap-1);padding-inline-end:var(--post-device-spacing-gap-1);padding-inline-start:calc(var(--post-device-sizing-notification-icon-3) + var(--post-device-spacing-gap-inline-10))}ol.list-number>li{margin-block-end:var(--post-device-spacing-padding-block-8);padding-inline-start:var(--post-device-spacing-gap-inline-10);padding-block:var(--post-device-spacing-padding-block-6)}ol.list-number>li:last-child{margin-block-end:0}ol.list-inline{all:unset;display:block;list-style:none;display:flex;flex-wrap:wrap;row-gap:var(--post-device-spacing-gap-1);column-gap:calc(var(--post-device-spacing-gap-inline-10)*2);margin-block:var(--post-device-spacing-padding-block-8)}ol.list-inline>li{all:unset;display:list-item}ol.list-inline>li~li{all:unset;display:list-item}ol.list-inline>li::before{all:unset}ol.list-revert{all:revert}ol.list-revert>li{all:revert}ol.list-revert>li~li{all:revert}ol.list-revert>li::before{all:revert}ol.list-unstyled{all:unset;display:block;list-style:none}ol.list-unstyled>li{all:unset;display:list-item}ol.list-unstyled>li~li{all:unset;display:list-item}ol.list-unstyled>li::before{all:unset}p{margin-block:var(--post-device-spacing-margin-3);text-wrap:pretty}p:first-child{margin-block-start:0}p:last-child{margin-block-end:0}legend{margin-bottom:var(--post-core-dimension-16);font-weight:var(--post-device-font-weight-bold);line-height:var(--post-device-line-height-legend);width:100%}legend.large{font-size:var(--post-device-font-size-3);margin-block-start:var(--post-device-spacing-margin-1);padding-block-end:calc(var(--post-device-spacing-padding-17) - var(--post-device-border-width-default));margin-block-end:var(--post-device-spacing-margin-4);border-bottom:var(--post-device-border-width-default) var(--post-scheme-color-surface-default-stroke) var(--post-core-border-style-solid)}:is(h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6){line-height:var(--post-device-line-height-heading);font-weight:var(--post-device-font-weight-extra-black);text-wrap:balance}:is(h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6):first-child{margin-block-start:0}:is(h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6):last-child{margin-block-end:0}h1,.h1{font-size:var(--post-device-font-size-1);margin-block-start:var(--post-device-spacing-margin-1);margin-block-end:var(--post-device-spacing-margin-2)}h2,.h2{font-size:var(--post-device-font-size-2);margin-block-start:var(--post-device-spacing-margin-1);margin-block-end:var(--post-device-spacing-margin-2)}h3,.h3{font-size:var(--post-device-font-size-3);margin-block-start:var(--post-device-spacing-margin-1);margin-block-end:var(--post-device-spacing-margin-3)}h4,.h4{font-size:var(--post-device-font-size-4);margin-block-start:var(--post-device-spacing-margin-1);margin-block-end:var(--post-device-spacing-margin-3)}h5,.h5{font-size:var(--post-device-font-size-5);margin-block-start:var(--post-device-spacing-margin-1);margin-block-end:var(--post-device-spacing-margin-3)}h6,.h6{font-size:var(--post-device-font-size-6);margin-block-start:var(--post-device-spacing-margin-1);margin-block-end:var(--post-device-spacing-margin-3)}.border{border:var(--post-border-width, var(--post-core-dimension-1)) solid var(--post-scheme-color-surface-default-stroke) !important}.border-0{border:0 !important}.border-top{border-block-start:var(--post-border-width, var(--post-core-dimension-1)) solid var(--post-scheme-color-surface-default-stroke) !important}.border-top-0{border-block-start:0 !important}.border-end{border-inline-end:var(--post-border-width, var(--post-core-dimension-1)) solid var(--post-scheme-color-surface-default-stroke) !important}.border-end-0{border-inline-end:0 !important}.border-bottom{border-block-end:var(--post-border-width, var(--post-core-dimension-1)) solid var(--post-scheme-color-surface-default-stroke) !important}.border-bottom-0{border-block-end:0 !important}.border-start{border-inline-start:var(--post-border-width, var(--post-core-dimension-1)) solid var(--post-scheme-color-surface-default-stroke) !important}.border-start-0{border-inline-start:0 !important}.border-1{--post-border-width:var(--post-core-dimension-1)}.border-2{--post-border-width:var(--post-core-dimension-2)}.rounded-4{border-radius:var(--post-core-dimension-4) !important}.rounded-8{border-radius:var(--post-core-dimension-8) !important}.rounded-pill{border-radius:50rem !important}.rounded-circle{border-radius:50% !important}.rounded-top-4{border-start-start-radius:var(--post-core-dimension-4) !important;border-start-end-radius:var(--post-core-dimension-4) !important}.rounded-top-8{border-start-start-radius:var(--post-core-dimension-8) !important;border-start-end-radius:var(--post-core-dimension-8) !important}.rounded-top-pill{border-start-start-radius:50rem !important;border-start-end-radius:50rem !important}.rounded-top-circle{border-start-start-radius:50% !important;border-start-end-radius:50% !important}.rounded-end-4{border-start-end-radius:var(--post-core-dimension-4) !important;border-end-end-radius:var(--post-core-dimension-4) !important}.rounded-end-8{border-start-end-radius:var(--post-core-dimension-8) !important;border-end-end-radius:var(--post-core-dimension-8) !important}.rounded-end-pill{border-start-end-radius:50rem !important;border-end-end-radius:50rem !important}.rounded-end-circle{border-start-end-radius:50% !important;border-end-end-radius:50% !important}.rounded-bottom-4{border-end-end-radius:var(--post-core-dimension-4) !important;border-end-start-radius:var(--post-core-dimension-4) !important}.rounded-bottom-8{border-end-end-radius:var(--post-core-dimension-8) !important;border-end-start-radius:var(--post-core-dimension-8) !important}.rounded-bottom-pill{border-end-end-radius:50rem !important;border-end-start-radius:50rem !important}.rounded-bottom-circle{border-end-end-radius:50% !important;border-end-start-radius:50% !important}.rounded-start-4{border-end-start-radius:var(--post-core-dimension-4) !important;border-start-start-radius:var(--post-core-dimension-4) !important}.rounded-start-8{border-end-start-radius:var(--post-core-dimension-8) !important;border-start-start-radius:var(--post-core-dimension-8) !important}.rounded-start-pill{border-end-start-radius:50rem !important;border-start-start-radius:50rem !important}.rounded-start-circle{border-end-start-radius:50% !important;border-start-start-radius:50% !important}.gx-0,.g-0{--post-grid-gutter-x:var(--post-core-dimension-0) !important}.gx-1,.g-1{--post-grid-gutter-x:var(--post-core-dimension-1) !important}.gx-2,.g-2{--post-grid-gutter-x:var(--post-core-dimension-2) !important}.gx-4,.g-4{--post-grid-gutter-x:var(--post-core-dimension-4) !important}.gx-6,.g-6{--post-grid-gutter-x:var(--post-core-dimension-6) !important}.gx-8,.g-8{--post-grid-gutter-x:var(--post-core-dimension-8) !important}.gx-12,.g-12{--post-grid-gutter-x:var(--post-core-dimension-12) !important}.gx-16,.g-16{--post-grid-gutter-x:var(--post-core-dimension-16) !important}.gx-24,.g-24{--post-grid-gutter-x:var(--post-core-dimension-24) !important}.gx-32,.g-32{--post-grid-gutter-x:var(--post-core-dimension-32) !important}.gx-40,.g-40{--post-grid-gutter-x:var(--post-core-dimension-40) !important}.gx-48,.g-48{--post-grid-gutter-x:var(--post-core-dimension-48) !important}.gx-56,.g-56{--post-grid-gutter-x:var(--post-core-dimension-56) !important}.gx-64,.g-64{--post-grid-gutter-x:var(--post-core-dimension-64) !important}.gx-72,.g-72{--post-grid-gutter-x:var(--post-core-dimension-72) !important}.gx-80,.g-80{--post-grid-gutter-x:var(--post-core-dimension-80) !important}.gx-88,.g-88{--post-grid-gutter-x:var(--post-core-dimension-88) !important}.gx-96,.g-96{--post-grid-gutter-x:var(--post-core-dimension-96) !important}.gx-104,.g-104{--post-grid-gutter-x:var(--post-core-dimension-104) !important}.gx-auto,.g-auto{--post-grid-gutter-x:auto !important}.gy-0,.g-0{--post-grid-gutter-y:var(--post-core-dimension-0) !important}.gy-1,.g-1{--post-grid-gutter-y:var(--post-core-dimension-1) !important}.gy-2,.g-2{--post-grid-gutter-y:var(--post-core-dimension-2) !important}.gy-4,.g-4{--post-grid-gutter-y:var(--post-core-dimension-4) !important}.gy-6,.g-6{--post-grid-gutter-y:var(--post-core-dimension-6) !important}.gy-8,.g-8{--post-grid-gutter-y:var(--post-core-dimension-8) !important}.gy-12,.g-12{--post-grid-gutter-y:var(--post-core-dimension-12) !important}.gy-16,.g-16{--post-grid-gutter-y:var(--post-core-dimension-16) !important}.gy-24,.g-24{--post-grid-gutter-y:var(--post-core-dimension-24) !important}.gy-32,.g-32{--post-grid-gutter-y:var(--post-core-dimension-32) !important}.gy-40,.g-40{--post-grid-gutter-y:var(--post-core-dimension-40) !important}.gy-48,.g-48{--post-grid-gutter-y:var(--post-core-dimension-48) !important}.gy-56,.g-56{--post-grid-gutter-y:var(--post-core-dimension-56) !important}.gy-64,.g-64{--post-grid-gutter-y:var(--post-core-dimension-64) !important}.gy-72,.g-72{--post-grid-gutter-y:var(--post-core-dimension-72) !important}.gy-80,.g-80{--post-grid-gutter-y:var(--post-core-dimension-80) !important}.gy-88,.g-88{--post-grid-gutter-y:var(--post-core-dimension-88) !important}.gy-96,.g-96{--post-grid-gutter-y:var(--post-core-dimension-96) !important}.gy-104,.g-104{--post-grid-gutter-y:var(--post-core-dimension-104) !important}.gy-auto,.g-auto{--post-grid-gutter-y:auto !important}.w-0{width:var(--post-core-dimension-0) !important}.w-1{width:var(--post-core-dimension-1) !important}.w-2{width:var(--post-core-dimension-2) !important}.w-4{width:var(--post-core-dimension-4) !important}.w-6{width:var(--post-core-dimension-6) !important}.w-8{width:var(--post-core-dimension-8) !important}.w-12{width:var(--post-core-dimension-12) !important}.w-16{width:var(--post-core-dimension-16) !important}.w-24{width:var(--post-core-dimension-24) !important}.w-32{width:var(--post-core-dimension-32) !important}.w-40{width:var(--post-core-dimension-40) !important}.w-48{width:var(--post-core-dimension-48) !important}.w-56{width:var(--post-core-dimension-56) !important}.w-64{width:var(--post-core-dimension-64) !important}.w-72{width:var(--post-core-dimension-72) !important}.w-80{width:var(--post-core-dimension-80) !important}.w-88{width:var(--post-core-dimension-88) !important}.w-96{width:var(--post-core-dimension-96) !important}.w-104{width:var(--post-core-dimension-104) !important}.w-auto{width:auto !important}.w-quarter{width:25% !important}.w-third{width:33% !important}.w-half{width:50% !important}.w-two-thirds{width:66% !important}.w-three-quarters{width:75% !important}.w-full{width:100% !important}.h-0{height:var(--post-core-dimension-0) !important}.h-1{height:var(--post-core-dimension-1) !important}.h-2{height:var(--post-core-dimension-2) !important}.h-4{height:var(--post-core-dimension-4) !important}.h-6{height:var(--post-core-dimension-6) !important}.h-8{height:var(--post-core-dimension-8) !important}.h-12{height:var(--post-core-dimension-12) !important}.h-16{height:var(--post-core-dimension-16) !important}.h-24{height:var(--post-core-dimension-24) !important}.h-32{height:var(--post-core-dimension-32) !important}.h-40{height:var(--post-core-dimension-40) !important}.h-48{height:var(--post-core-dimension-48) !important}.h-56{height:var(--post-core-dimension-56) !important}.h-64{height:var(--post-core-dimension-64) !important}.h-72{height:var(--post-core-dimension-72) !important}.h-80{height:var(--post-core-dimension-80) !important}.h-88{height:var(--post-core-dimension-88) !important}.h-96{height:var(--post-core-dimension-96) !important}.h-104{height:var(--post-core-dimension-104) !important}.h-auto{height:auto !important}.h-quarter{height:25% !important}.h-third{height:33% !important}.h-half{height:50% !important}.h-two-thirds{height:66% !important}.h-three-quarters{height:75% !important}.h-full{height:100% !important}.max-w-0{max-width:var(--post-core-dimension-0) !important}.max-w-1{max-width:var(--post-core-dimension-1) !important}.max-w-2{max-width:var(--post-core-dimension-2) !important}.max-w-4{max-width:var(--post-core-dimension-4) !important}.max-w-6{max-width:var(--post-core-dimension-6) !important}.max-w-8{max-width:var(--post-core-dimension-8) !important}.max-w-12{max-width:var(--post-core-dimension-12) !important}.max-w-16{max-width:var(--post-core-dimension-16) !important}.max-w-24{max-width:var(--post-core-dimension-24) !important}.max-w-32{max-width:var(--post-core-dimension-32) !important}.max-w-40{max-width:var(--post-core-dimension-40) !important}.max-w-48{max-width:var(--post-core-dimension-48) !important}.max-w-56{max-width:var(--post-core-dimension-56) !important}.max-w-64{max-width:var(--post-core-dimension-64) !important}.max-w-72{max-width:var(--post-core-dimension-72) !important}.max-w-80{max-width:var(--post-core-dimension-80) !important}.max-w-88{max-width:var(--post-core-dimension-88) !important}.max-w-96{max-width:var(--post-core-dimension-96) !important}.max-w-104{max-width:var(--post-core-dimension-104) !important}.max-w-auto{max-width:auto !important}.max-w-quarter{max-width:25% !important}.max-w-third{max-width:33% !important}.max-w-half{max-width:50% !important}.max-w-two-thirds{max-width:66% !important}.max-w-three-quarters{max-width:75% !important}.max-w-full{max-width:100% !important}.max-h-0{max-height:var(--post-core-dimension-0) !important}.max-h-1{max-height:var(--post-core-dimension-1) !important}.max-h-2{max-height:var(--post-core-dimension-2) !important}.max-h-4{max-height:var(--post-core-dimension-4) !important}.max-h-6{max-height:var(--post-core-dimension-6) !important}.max-h-8{max-height:var(--post-core-dimension-8) !important}.max-h-12{max-height:var(--post-core-dimension-12) !important}.max-h-16{max-height:var(--post-core-dimension-16) !important}.max-h-24{max-height:var(--post-core-dimension-24) !important}.max-h-32{max-height:var(--post-core-dimension-32) !important}.max-h-40{max-height:var(--post-core-dimension-40) !important}.max-h-48{max-height:var(--post-core-dimension-48) !important}.max-h-56{max-height:var(--post-core-dimension-56) !important}.max-h-64{max-height:var(--post-core-dimension-64) !important}.max-h-72{max-height:var(--post-core-dimension-72) !important}.max-h-80{max-height:var(--post-core-dimension-80) !important}.max-h-88{max-height:var(--post-core-dimension-88) !important}.max-h-96{max-height:var(--post-core-dimension-96) !important}.max-h-104{max-height:var(--post-core-dimension-104) !important}.max-h-auto{max-height:auto !important}.max-h-quarter{max-height:25% !important}.max-h-third{max-height:33% !important}.max-h-half{max-height:50% !important}.max-h-two-thirds{max-height:66% !important}.max-h-three-quarters{max-height:75% !important}.max-h-full{max-height:100% !important}.min-w-0{min-width:var(--post-core-dimension-0) !important}.min-w-1{min-width:var(--post-core-dimension-1) !important}.min-w-2{min-width:var(--post-core-dimension-2) !important}.min-w-4{min-width:var(--post-core-dimension-4) !important}.min-w-6{min-width:var(--post-core-dimension-6) !important}.min-w-8{min-width:var(--post-core-dimension-8) !important}.min-w-12{min-width:var(--post-core-dimension-12) !important}.min-w-16{min-width:var(--post-core-dimension-16) !important}.min-w-24{min-width:var(--post-core-dimension-24) !important}.min-w-32{min-width:var(--post-core-dimension-32) !important}.min-w-40{min-width:var(--post-core-dimension-40) !important}.min-w-48{min-width:var(--post-core-dimension-48) !important}.min-w-56{min-width:var(--post-core-dimension-56) !important}.min-w-64{min-width:var(--post-core-dimension-64) !important}.min-w-72{min-width:var(--post-core-dimension-72) !important}.min-w-80{min-width:var(--post-core-dimension-80) !important}.min-w-88{min-width:var(--post-core-dimension-88) !important}.min-w-96{min-width:var(--post-core-dimension-96) !important}.min-w-104{min-width:var(--post-core-dimension-104) !important}.min-w-auto{min-width:auto !important}.min-w-quarter{min-width:25% !important}.min-w-third{min-width:33% !important}.min-w-half{min-width:50% !important}.min-w-two-thirds{min-width:66% !important}.min-w-three-quarters{min-width:75% !important}.min-w-full{min-width:100% !important}.min-h-0{min-height:var(--post-core-dimension-0) !important}.min-h-1{min-height:var(--post-core-dimension-1) !important}.min-h-2{min-height:var(--post-core-dimension-2) !important}.min-h-4{min-height:var(--post-core-dimension-4) !important}.min-h-6{min-height:var(--post-core-dimension-6) !important}.min-h-8{min-height:var(--post-core-dimension-8) !important}.min-h-12{min-height:var(--post-core-dimension-12) !important}.min-h-16{min-height:var(--post-core-dimension-16) !important}.min-h-24{min-height:var(--post-core-dimension-24) !important}.min-h-32{min-height:var(--post-core-dimension-32) !important}.min-h-40{min-height:var(--post-core-dimension-40) !important}.min-h-48{min-height:var(--post-core-dimension-48) !important}.min-h-56{min-height:var(--post-core-dimension-56) !important}.min-h-64{min-height:var(--post-core-dimension-64) !important}.min-h-72{min-height:var(--post-core-dimension-72) !important}.min-h-80{min-height:var(--post-core-dimension-80) !important}.min-h-88{min-height:var(--post-core-dimension-88) !important}.min-h-96{min-height:var(--post-core-dimension-96) !important}.min-h-104{min-height:var(--post-core-dimension-104) !important}.min-h-auto{min-height:auto !important}.min-h-quarter{min-height:25% !important}.min-h-third{min-height:33% !important}.min-h-half{min-height:50% !important}.min-h-two-thirds{min-height:66% !important}.min-h-three-quarters{min-height:75% !important}.min-h-full{min-height:100% !important}.vw-quarter{width:25vw !important}.vw-third{width:33vw !important}.vw-half{width:50vw !important}.vw-two-thirds{width:66vw !important}.vw-three-quarters{width:75vw !important}.vw-full{width:100vw !important}.vh-quarter{height:25vh !important}.vh-third{height:33vh !important}.vh-half{height:50vh !important}.vh-two-thirds{height:66vh !important}.vh-three-quarters{height:75vh !important}.vh-full{height:100vh !important}.min-vw-quarter{min-width:25vw !important}.min-vw-third{min-width:33vw !important}.min-vw-half{min-width:50vw !important}.min-vw-two-thirds{min-width:66vw !important}.min-vw-three-quarters{min-width:75vw !important}.min-vw-full{min-width:100vw !important}.min-vh-quarter{min-height:25vh !important}.min-vh-third{min-height:33vh !important}.min-vh-half{min-height:50vh !important}.min-vh-two-thirds{min-height:66vh !important}.min-vh-three-quarters{min-height:75vh !important}.min-vh-full{min-height:100vh !important}.max-vw-quarter{max-width:25vw !important}.max-vw-third{max-width:33vw !important}.max-vw-half{max-width:50vw !important}.max-vw-two-thirds{max-width:66vw !important}.max-vw-three-quarters{max-width:75vw !important}.max-vw-full{max-width:100vw !important}.max-vh-quarter{max-height:25vh !important}.max-vh-third{max-height:33vh !important}.max-vh-half{max-height:50vh !important}.max-vh-two-thirds{max-height:66vh !important}.max-vh-three-quarters{max-height:75vh !important}.max-vh-full{max-height:100vh !important}.align-baseline{vertical-align:baseline !important}.align-top{vertical-align:top !important}.align-middle{vertical-align:middle !important}.align-bottom{vertical-align:bottom !important}.align-text-bottom{vertical-align:text-bottom !important}.align-text-top{vertical-align:text-top !important}.float-start{float:inline-start !important}.float-end{float:inline-end !important}.float-none{float:none !important}.opacity-0{opacity:0 !important}.opacity-25{opacity:.25 !important}.opacity-50{opacity:.5 !important}.opacity-75{opacity:.75 !important}.opacity-100{opacity:1 !important}.mt-0,.my-0,.m-0{margin-top:var(--post-core-dimension-0) !important}.mt-1,.my-1,.m-1{margin-top:var(--post-core-dimension-1) !important}.mt-2,.my-2,.m-2{margin-top:var(--post-core-dimension-2) !important}.mt-4,.my-4,.m-4{margin-top:var(--post-core-dimension-4) !important}.mt-6,.my-6,.m-6{margin-top:var(--post-core-dimension-6) !important}.mt-8,.my-8,.m-8{margin-top:var(--post-core-dimension-8) !important}.mt-12,.my-12,.m-12{margin-top:var(--post-core-dimension-12) !important}.mt-16,.my-16,.m-16{margin-top:var(--post-core-dimension-16) !important}.mt-24,.my-24,.m-24{margin-top:var(--post-core-dimension-24) !important}.mt-32,.my-32,.m-32{margin-top:var(--post-core-dimension-32) !important}.mt-40,.my-40,.m-40{margin-top:var(--post-core-dimension-40) !important}.mt-48,.my-48,.m-48{margin-top:var(--post-core-dimension-48) !important}.mt-56,.my-56,.m-56{margin-top:var(--post-core-dimension-56) !important}.mt-64,.my-64,.m-64{margin-top:var(--post-core-dimension-64) !important}.mt-72,.my-72,.m-72{margin-top:var(--post-core-dimension-72) !important}.mt-80,.my-80,.m-80{margin-top:var(--post-core-dimension-80) !important}.mt-88,.my-88,.m-88{margin-top:var(--post-core-dimension-88) !important}.mt-96,.my-96,.m-96{margin-top:var(--post-core-dimension-96) !important}.mt-104,.my-104,.m-104{margin-top:var(--post-core-dimension-104) !important}.mt-auto,.my-auto,.m-auto{margin-top:auto !important}.me-0,.mx-0,.m-0{margin-right:var(--post-core-dimension-0) !important}.me-1,.mx-1,.m-1{margin-right:var(--post-core-dimension-1) !important}.me-2,.mx-2,.m-2{margin-right:var(--post-core-dimension-2) !important}.me-4,.mx-4,.m-4{margin-right:var(--post-core-dimension-4) !important}.me-6,.mx-6,.m-6{margin-right:var(--post-core-dimension-6) !important}.me-8,.mx-8,.m-8{margin-right:var(--post-core-dimension-8) !important}.me-12,.mx-12,.m-12{margin-right:var(--post-core-dimension-12) !important}.me-16,.mx-16,.m-16{margin-right:var(--post-core-dimension-16) !important}.me-24,.mx-24,.m-24{margin-right:var(--post-core-dimension-24) !important}.me-32,.mx-32,.m-32{margin-right:var(--post-core-dimension-32) !important}.me-40,.mx-40,.m-40{margin-right:var(--post-core-dimension-40) !important}.me-48,.mx-48,.m-48{margin-right:var(--post-core-dimension-48) !important}.me-56,.mx-56,.m-56{margin-right:var(--post-core-dimension-56) !important}.me-64,.mx-64,.m-64{margin-right:var(--post-core-dimension-64) !important}.me-72,.mx-72,.m-72{margin-right:var(--post-core-dimension-72) !important}.me-80,.mx-80,.m-80{margin-right:var(--post-core-dimension-80) !important}.me-88,.mx-88,.m-88{margin-right:var(--post-core-dimension-88) !important}.me-96,.mx-96,.m-96{margin-right:var(--post-core-dimension-96) !important}.me-104,.mx-104,.m-104{margin-right:var(--post-core-dimension-104) !important}.me-auto,.mx-auto,.m-auto{margin-right:auto !important}.mb-0,.my-0,.m-0{margin-bottom:var(--post-core-dimension-0) !important}.mb-1,.my-1,.m-1{margin-bottom:var(--post-core-dimension-1) !important}.mb-2,.my-2,.m-2{margin-bottom:var(--post-core-dimension-2) !important}.mb-4,.my-4,.m-4{margin-bottom:var(--post-core-dimension-4) !important}.mb-6,.my-6,.m-6{margin-bottom:var(--post-core-dimension-6) !important}.mb-8,.my-8,.m-8{margin-bottom:var(--post-core-dimension-8) !important}.mb-12,.my-12,.m-12{margin-bottom:var(--post-core-dimension-12) !important}.mb-16,.my-16,.m-16{margin-bottom:var(--post-core-dimension-16) !important}.mb-24,.my-24,.m-24{margin-bottom:var(--post-core-dimension-24) !important}.mb-32,.my-32,.m-32{margin-bottom:var(--post-core-dimension-32) !important}.mb-40,.my-40,.m-40{margin-bottom:var(--post-core-dimension-40) !important}.mb-48,.my-48,.m-48{margin-bottom:var(--post-core-dimension-48) !important}.mb-56,.my-56,.m-56{margin-bottom:var(--post-core-dimension-56) !important}.mb-64,.my-64,.m-64{margin-bottom:var(--post-core-dimension-64) !important}.mb-72,.my-72,.m-72{margin-bottom:var(--post-core-dimension-72) !important}.mb-80,.my-80,.m-80{margin-bottom:var(--post-core-dimension-80) !important}.mb-88,.my-88,.m-88{margin-bottom:var(--post-core-dimension-88) !important}.mb-96,.my-96,.m-96{margin-bottom:var(--post-core-dimension-96) !important}.mb-104,.my-104,.m-104{margin-bottom:var(--post-core-dimension-104) !important}.mb-auto,.my-auto,.m-auto{margin-bottom:auto !important}.ms-0,.mx-0,.m-0{margin-left:var(--post-core-dimension-0) !important}.ms-1,.mx-1,.m-1{margin-left:var(--post-core-dimension-1) !important}.ms-2,.mx-2,.m-2{margin-left:var(--post-core-dimension-2) !important}.ms-4,.mx-4,.m-4{margin-left:var(--post-core-dimension-4) !important}.ms-6,.mx-6,.m-6{margin-left:var(--post-core-dimension-6) !important}.ms-8,.mx-8,.m-8{margin-left:var(--post-core-dimension-8) !important}.ms-12,.mx-12,.m-12{margin-left:var(--post-core-dimension-12) !important}.ms-16,.mx-16,.m-16{margin-left:var(--post-core-dimension-16) !important}.ms-24,.mx-24,.m-24{margin-left:var(--post-core-dimension-24) !important}.ms-32,.mx-32,.m-32{margin-left:var(--post-core-dimension-32) !important}.ms-40,.mx-40,.m-40{margin-left:var(--post-core-dimension-40) !important}.ms-48,.mx-48,.m-48{margin-left:var(--post-core-dimension-48) !important}.ms-56,.mx-56,.m-56{margin-left:var(--post-core-dimension-56) !important}.ms-64,.mx-64,.m-64{margin-left:var(--post-core-dimension-64) !important}.ms-72,.mx-72,.m-72{margin-left:var(--post-core-dimension-72) !important}.ms-80,.mx-80,.m-80{margin-left:var(--post-core-dimension-80) !important}.ms-88,.mx-88,.m-88{margin-left:var(--post-core-dimension-88) !important}.ms-96,.mx-96,.m-96{margin-left:var(--post-core-dimension-96) !important}.ms-104,.mx-104,.m-104{margin-left:var(--post-core-dimension-104) !important}.ms-auto,.mx-auto,.m-auto{margin-left:auto !important}.pt-0,.py-0,.p-0{padding-top:var(--post-core-dimension-0) !important}.pt-1,.py-1,.p-1{padding-top:var(--post-core-dimension-1) !important}.pt-2,.py-2,.p-2{padding-top:var(--post-core-dimension-2) !important}.pt-4,.py-4,.p-4{padding-top:var(--post-core-dimension-4) !important}.pt-6,.py-6,.p-6{padding-top:var(--post-core-dimension-6) !important}.pt-8,.py-8,.p-8{padding-top:var(--post-core-dimension-8) !important}.pt-12,.py-12,.p-12{padding-top:var(--post-core-dimension-12) !important}.pt-16,.py-16,.p-16{padding-top:var(--post-core-dimension-16) !important}.pt-24,.py-24,.p-24{padding-top:var(--post-core-dimension-24) !important}.pt-32,.py-32,.p-32{padding-top:var(--post-core-dimension-32) !important}.pt-40,.py-40,.p-40{padding-top:var(--post-core-dimension-40) !important}.pt-48,.py-48,.p-48{padding-top:var(--post-core-dimension-48) !important}.pt-56,.py-56,.p-56{padding-top:var(--post-core-dimension-56) !important}.pt-64,.py-64,.p-64{padding-top:var(--post-core-dimension-64) !important}.pt-72,.py-72,.p-72{padding-top:var(--post-core-dimension-72) !important}.pt-80,.py-80,.p-80{padding-top:var(--post-core-dimension-80) !important}.pt-88,.py-88,.p-88{padding-top:var(--post-core-dimension-88) !important}.pt-96,.py-96,.p-96{padding-top:var(--post-core-dimension-96) !important}.pt-104,.py-104,.p-104{padding-top:var(--post-core-dimension-104) !important}.pt-auto,.py-auto,.p-auto{padding-top:auto !important}.pe-0,.px-0,.p-0{padding-right:var(--post-core-dimension-0) !important}.pe-1,.px-1,.p-1{padding-right:var(--post-core-dimension-1) !important}.pe-2,.px-2,.p-2{padding-right:var(--post-core-dimension-2) !important}.pe-4,.px-4,.p-4{padding-right:var(--post-core-dimension-4) !important}.pe-6,.px-6,.p-6{padding-right:var(--post-core-dimension-6) !important}.pe-8,.px-8,.p-8{padding-right:var(--post-core-dimension-8) !important}.pe-12,.px-12,.p-12{padding-right:var(--post-core-dimension-12) !important}.pe-16,.px-16,.p-16{padding-right:var(--post-core-dimension-16) !important}.pe-24,.px-24,.p-24{padding-right:var(--post-core-dimension-24) !important}.pe-32,.px-32,.p-32{padding-right:var(--post-core-dimension-32) !important}.pe-40,.px-40,.p-40{padding-right:var(--post-core-dimension-40) !important}.pe-48,.px-48,.p-48{padding-right:var(--post-core-dimension-48) !important}.pe-56,.px-56,.p-56{padding-right:var(--post-core-dimension-56) !important}.pe-64,.px-64,.p-64{padding-right:var(--post-core-dimension-64) !important}.pe-72,.px-72,.p-72{padding-right:var(--post-core-dimension-72) !important}.pe-80,.px-80,.p-80{padding-right:var(--post-core-dimension-80) !important}.pe-88,.px-88,.p-88{padding-right:var(--post-core-dimension-88) !important}.pe-96,.px-96,.p-96{padding-right:var(--post-core-dimension-96) !important}.pe-104,.px-104,.p-104{padding-right:var(--post-core-dimension-104) !important}.pe-auto,.px-auto,.p-auto{padding-right:auto !important}.pb-0,.py-0,.p-0{padding-bottom:var(--post-core-dimension-0) !important}.pb-1,.py-1,.p-1{padding-bottom:var(--post-core-dimension-1) !important}.pb-2,.py-2,.p-2{padding-bottom:var(--post-core-dimension-2) !important}.pb-4,.py-4,.p-4{padding-bottom:var(--post-core-dimension-4) !important}.pb-6,.py-6,.p-6{padding-bottom:var(--post-core-dimension-6) !important}.pb-8,.py-8,.p-8{padding-bottom:var(--post-core-dimension-8) !important}.pb-12,.py-12,.p-12{padding-bottom:var(--post-core-dimension-12) !important}.pb-16,.py-16,.p-16{padding-bottom:var(--post-core-dimension-16) !important}.pb-24,.py-24,.p-24{padding-bottom:var(--post-core-dimension-24) !important}.pb-32,.py-32,.p-32{padding-bottom:var(--post-core-dimension-32) !important}.pb-40,.py-40,.p-40{padding-bottom:var(--post-core-dimension-40) !important}.pb-48,.py-48,.p-48{padding-bottom:var(--post-core-dimension-48) !important}.pb-56,.py-56,.p-56{padding-bottom:var(--post-core-dimension-56) !important}.pb-64,.py-64,.p-64{padding-bottom:var(--post-core-dimension-64) !important}.pb-72,.py-72,.p-72{padding-bottom:var(--post-core-dimension-72) !important}.pb-80,.py-80,.p-80{padding-bottom:var(--post-core-dimension-80) !important}.pb-88,.py-88,.p-88{padding-bottom:var(--post-core-dimension-88) !important}.pb-96,.py-96,.p-96{padding-bottom:var(--post-core-dimension-96) !important}.pb-104,.py-104,.p-104{padding-bottom:var(--post-core-dimension-104) !important}.pb-auto,.py-auto,.p-auto{padding-bottom:auto !important}.ps-0,.px-0,.p-0{padding-left:var(--post-core-dimension-0) !important}.ps-1,.px-1,.p-1{padding-left:var(--post-core-dimension-1) !important}.ps-2,.px-2,.p-2{padding-left:var(--post-core-dimension-2) !important}.ps-4,.px-4,.p-4{padding-left:var(--post-core-dimension-4) !important}.ps-6,.px-6,.p-6{padding-left:var(--post-core-dimension-6) !important}.ps-8,.px-8,.p-8{padding-left:var(--post-core-dimension-8) !important}.ps-12,.px-12,.p-12{padding-left:var(--post-core-dimension-12) !important}.ps-16,.px-16,.p-16{padding-left:var(--post-core-dimension-16) !important}.ps-24,.px-24,.p-24{padding-left:var(--post-core-dimension-24) !important}.ps-32,.px-32,.p-32{padding-left:var(--post-core-dimension-32) !important}.ps-40,.px-40,.p-40{padding-left:var(--post-core-dimension-40) !important}.ps-48,.px-48,.p-48{padding-left:var(--post-core-dimension-48) !important}.ps-56,.px-56,.p-56{padding-left:var(--post-core-dimension-56) !important}.ps-64,.px-64,.p-64{padding-left:var(--post-core-dimension-64) !important}.ps-72,.px-72,.p-72{padding-left:var(--post-core-dimension-72) !important}.ps-80,.px-80,.p-80{padding-left:var(--post-core-dimension-80) !important}.ps-88,.px-88,.p-88{padding-left:var(--post-core-dimension-88) !important}.ps-96,.px-96,.p-96{padding-left:var(--post-core-dimension-96) !important}.ps-104,.px-104,.p-104{padding-left:var(--post-core-dimension-104) !important}.ps-auto,.px-auto,.p-auto{padding-left:auto !important}.gap-0{gap:var(--post-core-dimension-0) !important}.gap-1{gap:var(--post-core-dimension-1) !important}.gap-2{gap:var(--post-core-dimension-2) !important}.gap-4{gap:var(--post-core-dimension-4) !important}.gap-6{gap:var(--post-core-dimension-6) !important}.gap-8{gap:var(--post-core-dimension-8) !important}.gap-12{gap:var(--post-core-dimension-12) !important}.gap-16{gap:var(--post-core-dimension-16) !important}.gap-24{gap:var(--post-core-dimension-24) !important}.gap-32{gap:var(--post-core-dimension-32) !important}.gap-40{gap:var(--post-core-dimension-40) !important}.gap-48{gap:var(--post-core-dimension-48) !important}.gap-56{gap:var(--post-core-dimension-56) !important}.gap-64{gap:var(--post-core-dimension-64) !important}.gap-72{gap:var(--post-core-dimension-72) !important}.gap-80{gap:var(--post-core-dimension-80) !important}.gap-88{gap:var(--post-core-dimension-88) !important}.gap-96{gap:var(--post-core-dimension-96) !important}.gap-104{gap:var(--post-core-dimension-104) !important}.gap-auto{gap:auto !important}.row-gap-0{row-gap:var(--post-core-dimension-0) !important}.row-gap-1{row-gap:var(--post-core-dimension-1) !important}.row-gap-2{row-gap:var(--post-core-dimension-2) !important}.row-gap-4{row-gap:var(--post-core-dimension-4) !important}.row-gap-6{row-gap:var(--post-core-dimension-6) !important}.row-gap-8{row-gap:var(--post-core-dimension-8) !important}.row-gap-12{row-gap:var(--post-core-dimension-12) !important}.row-gap-16{row-gap:var(--post-core-dimension-16) !important}.row-gap-24{row-gap:var(--post-core-dimension-24) !important}.row-gap-32{row-gap:var(--post-core-dimension-32) !important}.row-gap-40{row-gap:var(--post-core-dimension-40) !important}.row-gap-48{row-gap:var(--post-core-dimension-48) !important}.row-gap-56{row-gap:var(--post-core-dimension-56) !important}.row-gap-64{row-gap:var(--post-core-dimension-64) !important}.row-gap-72{row-gap:var(--post-core-dimension-72) !important}.row-gap-80{row-gap:var(--post-core-dimension-80) !important}.row-gap-88{row-gap:var(--post-core-dimension-88) !important}.row-gap-96{row-gap:var(--post-core-dimension-96) !important}.row-gap-104{row-gap:var(--post-core-dimension-104) !important}.row-gap-auto{row-gap:auto !important}.column-gap-0{column-gap:var(--post-core-dimension-0) !important}.column-gap-1{column-gap:var(--post-core-dimension-1) !important}.column-gap-2{column-gap:var(--post-core-dimension-2) !important}.column-gap-4{column-gap:var(--post-core-dimension-4) !important}.column-gap-6{column-gap:var(--post-core-dimension-6) !important}.column-gap-8{column-gap:var(--post-core-dimension-8) !important}.column-gap-12{column-gap:var(--post-core-dimension-12) !important}.column-gap-16{column-gap:var(--post-core-dimension-16) !important}.column-gap-24{column-gap:var(--post-core-dimension-24) !important}.column-gap-32{column-gap:var(--post-core-dimension-32) !important}.column-gap-40{column-gap:var(--post-core-dimension-40) !important}.column-gap-48{column-gap:var(--post-core-dimension-48) !important}.column-gap-56{column-gap:var(--post-core-dimension-56) !important}.column-gap-64{column-gap:var(--post-core-dimension-64) !important}.column-gap-72{column-gap:var(--post-core-dimension-72) !important}.column-gap-80{column-gap:var(--post-core-dimension-80) !important}.column-gap-88{column-gap:var(--post-core-dimension-88) !important}.column-gap-96{column-gap:var(--post-core-dimension-96) !important}.column-gap-104{column-gap:var(--post-core-dimension-104) !important}.column-gap-auto{column-gap:auto !important}.flex-fill{flex:1 1 auto !important}.flex-row{flex-direction:row !important}.flex-column{flex-direction:column !important}.flex-row-reverse{flex-direction:row-reverse !important}.flex-column-reverse{flex-direction:column-reverse !important}.flex-grow-0{flex-grow:0 !important}.flex-grow-1{flex-grow:1 !important}.flex-shrink-0{flex-shrink:0 !important}.flex-shrink-1{flex-shrink:1 !important}.flex-wrap{flex-wrap:wrap !important}.flex-nowrap{flex-wrap:nowrap !important}.flex-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-start{justify-content:flex-start !important}.justify-content-end{justify-content:flex-end !important}.justify-content-center{justify-content:center !important}.justify-content-between{justify-content:space-between !important}.justify-content-around{justify-content:space-around !important}.justify-content-evenly{justify-content:space-evenly !important}.align-items-start{align-items:flex-start !important}.align-items-end{align-items:flex-end !important}.align-items-center{align-items:center !important}.align-items-baseline{align-items:baseline !important}.align-items-stretch{align-items:stretch !important}.align-content-start{align-content:flex-start !important}.align-content-end{align-content:flex-end !important}.align-content-center{align-content:center !important}.align-content-between{align-content:space-between !important}.align-content-around{align-content:space-around !important}.align-content-stretch{align-content:stretch !important}.align-self-auto{align-self:auto !important}.align-self-start{align-self:flex-start !important}.align-self-end{align-self:flex-end !important}.align-self-center{align-self:center !important}.align-self-baseline{align-self:baseline !important}.align-self-stretch{align-self:stretch !important}.order-first{order:-1 !important}.order-0{order:0 !important}.order-1{order:1 !important}.order-2{order:2 !important}.order-3{order:3 !important}.order-4{order:4 !important}.order-5{order:5 !important}.order-last{order:6 !important}.d-inline{display:inline !important}.d-inline-block{display:inline-block !important}.d-block{display:block !important}.d-grid{display:grid !important}.d-inline-grid{display:inline-grid !important}.d-table{display:table !important}.d-table-row{display:table-row !important}.d-table-cell{display:table-cell !important}.d-flex{display:flex !important}.d-inline-flex{display:inline-flex !important}.d-none{display:none !important}.position-static{position:static !important}.position-relative{position:relative !important}.position-absolute{position:absolute !important}.position-fixed{position:fixed !important}.position-sticky{position:sticky !important}.top-0{inset-block-start:0 !important}.top-50{inset-block-start:50% !important}.top-100{inset-block-start:100% !important}.bottom-0{inset-block-end:0 !important}.bottom-50{inset-block-end:50% !important}.bottom-100{inset-block-end:100% !important}.start-0{inset-inline-start:0 !important}.start-50{inset-inline-start:50% !important}.start-100{inset-inline-start:100% !important}.end-0{inset-inline-end:0 !important}.end-50{inset-inline-end:50% !important}.end-100{inset-inline-end:100% !important}.translate-middle{transform:translate(-50%, -50%) !important}.translate-middle-x{transform:translateX(-50%) !important}.translate-middle-y{transform:translateY(-50%) !important}.overflow-auto{overflow:auto !important}.overflow-hidden{overflow:hidden !important}.overflow-visible{overflow:visible !important}.overflow-scroll{overflow:scroll !important}.overflow-x-auto{overflow-x:auto !important}.overflow-x-hidden{overflow-x:hidden !important}.overflow-x-visible{overflow-x:visible !important}.overflow-x-scroll{overflow-x:scroll !important}.overflow-y-auto{overflow-y:auto !important}.overflow-y-hidden{overflow-y:hidden !important}.overflow-y-visible{overflow-y:visible !important}.overflow-y-scroll{overflow-y:scroll !important}.font-sans-serif{font-family:var(--post-device-font-family-default),-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif !important}.fst-italic{font-style:italic !important}.fst-normal{font-style:normal !important}.fw-black{font-weight:var(--post-core-font-weight-900) !important}.fw-bold{font-weight:var(--post-core-font-weight-700) !important}.fw-normal{font-weight:var(--post-core-font-weight-400) !important}.lh-1{line-height:var(--post-core-line-height-100) !important}.lh-sm{line-height:var(--post-core-line-height-120) !important}.lh-lg{line-height:var(--post-core-line-height-150) !important}.text-start{text-align:left !important}.text-end{text-align:right !important}.text-center{text-align:center !important}.text-decoration-none{text-decoration:none !important}.text-decoration-underline{text-decoration:underline !important}.text-decoration-line-through{text-decoration:line-through !important}.text-lowercase{text-transform:lowercase !important}.text-uppercase{text-transform:uppercase !important}.text-capitalize{text-transform:capitalize !important}.text-wrap{white-space:normal !important}.text-nowrap{white-space:nowrap !important}.text-break{word-wrap:break-word !important;word-break:break-word !important}.elevation-100{box-shadow:var(--post-device-elevation-100) !important}.elevation-200{box-shadow:var(--post-device-elevation-200) !important}.elevation-300{box-shadow:var(--post-device-elevation-300) !important}.elevation-400{box-shadow:var(--post-device-elevation-400) !important}.elevation-500{box-shadow:var(--post-device-elevation-500) !important}.fs-1{font-size:var(--post-device-font-size-1) !important}.fs-2{font-size:var(--post-device-font-size-2) !important}.fs-3{font-size:var(--post-device-font-size-3) !important}.fs-4{font-size:var(--post-device-font-size-4) !important}.fs-5{font-size:var(--post-device-font-size-5) !important}.fs-6{font-size:var(--post-device-font-size-6) !important}.fs-7{font-size:var(--post-device-font-size-7) !important}.fs-8{font-size:var(--post-device-font-size-8) !important}.fs-9{font-size:var(--post-device-font-size-9) !important}.fs-10{font-size:var(--post-device-font-size-10) !important}.fs-11{font-size:var(--post-device-font-size-11) !important}.text-reset{color:inherit !important}.visible{visibility:visible !important}.invisible{visibility:hidden !important}.user-select-all{user-select:all !important}.user-select-auto{user-select:auto !important}.user-select-none{user-select:none !important}.pe-none{pointer-events:none !important}.pe-auto{pointer-events:auto !important}.z-n1{z-index:-1 !important}.z-0{z-index:0 !important}.z-1{z-index:1 !important}.z-2{z-index:2 !important}.z-3{z-index:3 !important}.z-spinner{z-index:990 !important}.z-header{z-index:1020 !important}.z-toast{z-index:1080 !important}.z-fixed{z-index:1030 !important}.small{font-size:80% !important}@media screen and (min-width: 600px){.gx-sm-0,.g-sm-0{--post-grid-gutter-x:var(--post-core-dimension-0) !important}.gx-sm-1,.g-sm-1{--post-grid-gutter-x:var(--post-core-dimension-1) !important}.gx-sm-2,.g-sm-2{--post-grid-gutter-x:var(--post-core-dimension-2) !important}.gx-sm-4,.g-sm-4{--post-grid-gutter-x:var(--post-core-dimension-4) !important}.gx-sm-6,.g-sm-6{--post-grid-gutter-x:var(--post-core-dimension-6) !important}.gx-sm-8,.g-sm-8{--post-grid-gutter-x:var(--post-core-dimension-8) !important}.gx-sm-12,.g-sm-12{--post-grid-gutter-x:var(--post-core-dimension-12) !important}.gx-sm-16,.g-sm-16{--post-grid-gutter-x:var(--post-core-dimension-16) !important}.gx-sm-24,.g-sm-24{--post-grid-gutter-x:var(--post-core-dimension-24) !important}.gx-sm-32,.g-sm-32{--post-grid-gutter-x:var(--post-core-dimension-32) !important}.gx-sm-40,.g-sm-40{--post-grid-gutter-x:var(--post-core-dimension-40) !important}.gx-sm-48,.g-sm-48{--post-grid-gutter-x:var(--post-core-dimension-48) !important}.gx-sm-56,.g-sm-56{--post-grid-gutter-x:var(--post-core-dimension-56) !important}.gx-sm-64,.g-sm-64{--post-grid-gutter-x:var(--post-core-dimension-64) !important}.gx-sm-72,.g-sm-72{--post-grid-gutter-x:var(--post-core-dimension-72) !important}.gx-sm-80,.g-sm-80{--post-grid-gutter-x:var(--post-core-dimension-80) !important}.gx-sm-88,.g-sm-88{--post-grid-gutter-x:var(--post-core-dimension-88) !important}.gx-sm-96,.g-sm-96{--post-grid-gutter-x:var(--post-core-dimension-96) !important}.gx-sm-104,.g-sm-104{--post-grid-gutter-x:var(--post-core-dimension-104) !important}.gx-sm-auto,.g-sm-auto{--post-grid-gutter-x:auto !important}.gy-sm-0,.g-sm-0{--post-grid-gutter-y:var(--post-core-dimension-0) !important}.gy-sm-1,.g-sm-1{--post-grid-gutter-y:var(--post-core-dimension-1) !important}.gy-sm-2,.g-sm-2{--post-grid-gutter-y:var(--post-core-dimension-2) !important}.gy-sm-4,.g-sm-4{--post-grid-gutter-y:var(--post-core-dimension-4) !important}.gy-sm-6,.g-sm-6{--post-grid-gutter-y:var(--post-core-dimension-6) !important}.gy-sm-8,.g-sm-8{--post-grid-gutter-y:var(--post-core-dimension-8) !important}.gy-sm-12,.g-sm-12{--post-grid-gutter-y:var(--post-core-dimension-12) !important}.gy-sm-16,.g-sm-16{--post-grid-gutter-y:var(--post-core-dimension-16) !important}.gy-sm-24,.g-sm-24{--post-grid-gutter-y:var(--post-core-dimension-24) !important}.gy-sm-32,.g-sm-32{--post-grid-gutter-y:var(--post-core-dimension-32) !important}.gy-sm-40,.g-sm-40{--post-grid-gutter-y:var(--post-core-dimension-40) !important}.gy-sm-48,.g-sm-48{--post-grid-gutter-y:var(--post-core-dimension-48) !important}.gy-sm-56,.g-sm-56{--post-grid-gutter-y:var(--post-core-dimension-56) !important}.gy-sm-64,.g-sm-64{--post-grid-gutter-y:var(--post-core-dimension-64) !important}.gy-sm-72,.g-sm-72{--post-grid-gutter-y:var(--post-core-dimension-72) !important}.gy-sm-80,.g-sm-80{--post-grid-gutter-y:var(--post-core-dimension-80) !important}.gy-sm-88,.g-sm-88{--post-grid-gutter-y:var(--post-core-dimension-88) !important}.gy-sm-96,.g-sm-96{--post-grid-gutter-y:var(--post-core-dimension-96) !important}.gy-sm-104,.g-sm-104{--post-grid-gutter-y:var(--post-core-dimension-104) !important}.gy-sm-auto,.g-sm-auto{--post-grid-gutter-y:auto !important}.w-sm-0{width:var(--post-core-dimension-0) !important}.w-sm-1{width:var(--post-core-dimension-1) !important}.w-sm-2{width:var(--post-core-dimension-2) !important}.w-sm-4{width:var(--post-core-dimension-4) !important}.w-sm-6{width:var(--post-core-dimension-6) !important}.w-sm-8{width:var(--post-core-dimension-8) !important}.w-sm-12{width:var(--post-core-dimension-12) !important}.w-sm-16{width:var(--post-core-dimension-16) !important}.w-sm-24{width:var(--post-core-dimension-24) !important}.w-sm-32{width:var(--post-core-dimension-32) !important}.w-sm-40{width:var(--post-core-dimension-40) !important}.w-sm-48{width:var(--post-core-dimension-48) !important}.w-sm-56{width:var(--post-core-dimension-56) !important}.w-sm-64{width:var(--post-core-dimension-64) !important}.w-sm-72{width:var(--post-core-dimension-72) !important}.w-sm-80{width:var(--post-core-dimension-80) !important}.w-sm-88{width:var(--post-core-dimension-88) !important}.w-sm-96{width:var(--post-core-dimension-96) !important}.w-sm-104{width:var(--post-core-dimension-104) !important}.w-sm-auto{width:auto !important}.w-sm-quarter{width:25% !important}.w-sm-third{width:33% !important}.w-sm-half{width:50% !important}.w-sm-two-thirds{width:66% !important}.w-sm-three-quarters{width:75% !important}.w-sm-full{width:100% !important}.h-sm-0{height:var(--post-core-dimension-0) !important}.h-sm-1{height:var(--post-core-dimension-1) !important}.h-sm-2{height:var(--post-core-dimension-2) !important}.h-sm-4{height:var(--post-core-dimension-4) !important}.h-sm-6{height:var(--post-core-dimension-6) !important}.h-sm-8{height:var(--post-core-dimension-8) !important}.h-sm-12{height:var(--post-core-dimension-12) !important}.h-sm-16{height:var(--post-core-dimension-16) !important}.h-sm-24{height:var(--post-core-dimension-24) !important}.h-sm-32{height:var(--post-core-dimension-32) !important}.h-sm-40{height:var(--post-core-dimension-40) !important}.h-sm-48{height:var(--post-core-dimension-48) !important}.h-sm-56{height:var(--post-core-dimension-56) !important}.h-sm-64{height:var(--post-core-dimension-64) !important}.h-sm-72{height:var(--post-core-dimension-72) !important}.h-sm-80{height:var(--post-core-dimension-80) !important}.h-sm-88{height:var(--post-core-dimension-88) !important}.h-sm-96{height:var(--post-core-dimension-96) !important}.h-sm-104{height:var(--post-core-dimension-104) !important}.h-sm-auto{height:auto !important}.h-sm-quarter{height:25% !important}.h-sm-third{height:33% !important}.h-sm-half{height:50% !important}.h-sm-two-thirds{height:66% !important}.h-sm-three-quarters{height:75% !important}.h-sm-full{height:100% !important}.max-w-sm-0{max-width:var(--post-core-dimension-0) !important}.max-w-sm-1{max-width:var(--post-core-dimension-1) !important}.max-w-sm-2{max-width:var(--post-core-dimension-2) !important}.max-w-sm-4{max-width:var(--post-core-dimension-4) !important}.max-w-sm-6{max-width:var(--post-core-dimension-6) !important}.max-w-sm-8{max-width:var(--post-core-dimension-8) !important}.max-w-sm-12{max-width:var(--post-core-dimension-12) !important}.max-w-sm-16{max-width:var(--post-core-dimension-16) !important}.max-w-sm-24{max-width:var(--post-core-dimension-24) !important}.max-w-sm-32{max-width:var(--post-core-dimension-32) !important}.max-w-sm-40{max-width:var(--post-core-dimension-40) !important}.max-w-sm-48{max-width:var(--post-core-dimension-48) !important}.max-w-sm-56{max-width:var(--post-core-dimension-56) !important}.max-w-sm-64{max-width:var(--post-core-dimension-64) !important}.max-w-sm-72{max-width:var(--post-core-dimension-72) !important}.max-w-sm-80{max-width:var(--post-core-dimension-80) !important}.max-w-sm-88{max-width:var(--post-core-dimension-88) !important}.max-w-sm-96{max-width:var(--post-core-dimension-96) !important}.max-w-sm-104{max-width:var(--post-core-dimension-104) !important}.max-w-sm-auto{max-width:auto !important}.max-w-sm-quarter{max-width:25% !important}.max-w-sm-third{max-width:33% !important}.max-w-sm-half{max-width:50% !important}.max-w-sm-two-thirds{max-width:66% !important}.max-w-sm-three-quarters{max-width:75% !important}.max-w-sm-full{max-width:100% !important}.max-h-sm-0{max-height:var(--post-core-dimension-0) !important}.max-h-sm-1{max-height:var(--post-core-dimension-1) !important}.max-h-sm-2{max-height:var(--post-core-dimension-2) !important}.max-h-sm-4{max-height:var(--post-core-dimension-4) !important}.max-h-sm-6{max-height:var(--post-core-dimension-6) !important}.max-h-sm-8{max-height:var(--post-core-dimension-8) !important}.max-h-sm-12{max-height:var(--post-core-dimension-12) !important}.max-h-sm-16{max-height:var(--post-core-dimension-16) !important}.max-h-sm-24{max-height:var(--post-core-dimension-24) !important}.max-h-sm-32{max-height:var(--post-core-dimension-32) !important}.max-h-sm-40{max-height:var(--post-core-dimension-40) !important}.max-h-sm-48{max-height:var(--post-core-dimension-48) !important}.max-h-sm-56{max-height:var(--post-core-dimension-56) !important}.max-h-sm-64{max-height:var(--post-core-dimension-64) !important}.max-h-sm-72{max-height:var(--post-core-dimension-72) !important}.max-h-sm-80{max-height:var(--post-core-dimension-80) !important}.max-h-sm-88{max-height:var(--post-core-dimension-88) !important}.max-h-sm-96{max-height:var(--post-core-dimension-96) !important}.max-h-sm-104{max-height:var(--post-core-dimension-104) !important}.max-h-sm-auto{max-height:auto !important}.max-h-sm-quarter{max-height:25% !important}.max-h-sm-third{max-height:33% !important}.max-h-sm-half{max-height:50% !important}.max-h-sm-two-thirds{max-height:66% !important}.max-h-sm-three-quarters{max-height:75% !important}.max-h-sm-full{max-height:100% !important}.min-w-sm-0{min-width:var(--post-core-dimension-0) !important}.min-w-sm-1{min-width:var(--post-core-dimension-1) !important}.min-w-sm-2{min-width:var(--post-core-dimension-2) !important}.min-w-sm-4{min-width:var(--post-core-dimension-4) !important}.min-w-sm-6{min-width:var(--post-core-dimension-6) !important}.min-w-sm-8{min-width:var(--post-core-dimension-8) !important}.min-w-sm-12{min-width:var(--post-core-dimension-12) !important}.min-w-sm-16{min-width:var(--post-core-dimension-16) !important}.min-w-sm-24{min-width:var(--post-core-dimension-24) !important}.min-w-sm-32{min-width:var(--post-core-dimension-32) !important}.min-w-sm-40{min-width:var(--post-core-dimension-40) !important}.min-w-sm-48{min-width:var(--post-core-dimension-48) !important}.min-w-sm-56{min-width:var(--post-core-dimension-56) !important}.min-w-sm-64{min-width:var(--post-core-dimension-64) !important}.min-w-sm-72{min-width:var(--post-core-dimension-72) !important}.min-w-sm-80{min-width:var(--post-core-dimension-80) !important}.min-w-sm-88{min-width:var(--post-core-dimension-88) !important}.min-w-sm-96{min-width:var(--post-core-dimension-96) !important}.min-w-sm-104{min-width:var(--post-core-dimension-104) !important}.min-w-sm-auto{min-width:auto !important}.min-w-sm-quarter{min-width:25% !important}.min-w-sm-third{min-width:33% !important}.min-w-sm-half{min-width:50% !important}.min-w-sm-two-thirds{min-width:66% !important}.min-w-sm-three-quarters{min-width:75% !important}.min-w-sm-full{min-width:100% !important}.min-h-sm-0{min-height:var(--post-core-dimension-0) !important}.min-h-sm-1{min-height:var(--post-core-dimension-1) !important}.min-h-sm-2{min-height:var(--post-core-dimension-2) !important}.min-h-sm-4{min-height:var(--post-core-dimension-4) !important}.min-h-sm-6{min-height:var(--post-core-dimension-6) !important}.min-h-sm-8{min-height:var(--post-core-dimension-8) !important}.min-h-sm-12{min-height:var(--post-core-dimension-12) !important}.min-h-sm-16{min-height:var(--post-core-dimension-16) !important}.min-h-sm-24{min-height:var(--post-core-dimension-24) !important}.min-h-sm-32{min-height:var(--post-core-dimension-32) !important}.min-h-sm-40{min-height:var(--post-core-dimension-40) !important}.min-h-sm-48{min-height:var(--post-core-dimension-48) !important}.min-h-sm-56{min-height:var(--post-core-dimension-56) !important}.min-h-sm-64{min-height:var(--post-core-dimension-64) !important}.min-h-sm-72{min-height:var(--post-core-dimension-72) !important}.min-h-sm-80{min-height:var(--post-core-dimension-80) !important}.min-h-sm-88{min-height:var(--post-core-dimension-88) !important}.min-h-sm-96{min-height:var(--post-core-dimension-96) !important}.min-h-sm-104{min-height:var(--post-core-dimension-104) !important}.min-h-sm-auto{min-height:auto !important}.min-h-sm-quarter{min-height:25% !important}.min-h-sm-third{min-height:33% !important}.min-h-sm-half{min-height:50% !important}.min-h-sm-two-thirds{min-height:66% !important}.min-h-sm-three-quarters{min-height:75% !important}.min-h-sm-full{min-height:100% !important}.vw-sm-quarter{width:25vw !important}.vw-sm-third{width:33vw !important}.vw-sm-half{width:50vw !important}.vw-sm-two-thirds{width:66vw !important}.vw-sm-three-quarters{width:75vw !important}.vw-sm-full{width:100vw !important}.vh-sm-quarter{height:25vh !important}.vh-sm-third{height:33vh !important}.vh-sm-half{height:50vh !important}.vh-sm-two-thirds{height:66vh !important}.vh-sm-three-quarters{height:75vh !important}.vh-sm-full{height:100vh !important}.min-vw-sm-quarter{min-width:25vw !important}.min-vw-sm-third{min-width:33vw !important}.min-vw-sm-half{min-width:50vw !important}.min-vw-sm-two-thirds{min-width:66vw !important}.min-vw-sm-three-quarters{min-width:75vw !important}.min-vw-sm-full{min-width:100vw !important}.min-vh-sm-quarter{min-height:25vh !important}.min-vh-sm-third{min-height:33vh !important}.min-vh-sm-half{min-height:50vh !important}.min-vh-sm-two-thirds{min-height:66vh !important}.min-vh-sm-three-quarters{min-height:75vh !important}.min-vh-sm-full{min-height:100vh !important}.max-vw-sm-quarter{max-width:25vw !important}.max-vw-sm-third{max-width:33vw !important}.max-vw-sm-half{max-width:50vw !important}.max-vw-sm-two-thirds{max-width:66vw !important}.max-vw-sm-three-quarters{max-width:75vw !important}.max-vw-sm-full{max-width:100vw !important}.max-vh-sm-quarter{max-height:25vh !important}.max-vh-sm-third{max-height:33vh !important}.max-vh-sm-half{max-height:50vh !important}.max-vh-sm-two-thirds{max-height:66vh !important}.max-vh-sm-three-quarters{max-height:75vh !important}.max-vh-sm-full{max-height:100vh !important}.float-sm-start{float:inline-start !important}.float-sm-end{float:inline-end !important}.float-sm-none{float:none !important}.mt-sm-0,.my-sm-0,.m-sm-0{margin-top:var(--post-core-dimension-0) !important}.mt-sm-1,.my-sm-1,.m-sm-1{margin-top:var(--post-core-dimension-1) !important}.mt-sm-2,.my-sm-2,.m-sm-2{margin-top:var(--post-core-dimension-2) !important}.mt-sm-4,.my-sm-4,.m-sm-4{margin-top:var(--post-core-dimension-4) !important}.mt-sm-6,.my-sm-6,.m-sm-6{margin-top:var(--post-core-dimension-6) !important}.mt-sm-8,.my-sm-8,.m-sm-8{margin-top:var(--post-core-dimension-8) !important}.mt-sm-12,.my-sm-12,.m-sm-12{margin-top:var(--post-core-dimension-12) !important}.mt-sm-16,.my-sm-16,.m-sm-16{margin-top:var(--post-core-dimension-16) !important}.mt-sm-24,.my-sm-24,.m-sm-24{margin-top:var(--post-core-dimension-24) !important}.mt-sm-32,.my-sm-32,.m-sm-32{margin-top:var(--post-core-dimension-32) !important}.mt-sm-40,.my-sm-40,.m-sm-40{margin-top:var(--post-core-dimension-40) !important}.mt-sm-48,.my-sm-48,.m-sm-48{margin-top:var(--post-core-dimension-48) !important}.mt-sm-56,.my-sm-56,.m-sm-56{margin-top:var(--post-core-dimension-56) !important}.mt-sm-64,.my-sm-64,.m-sm-64{margin-top:var(--post-core-dimension-64) !important}.mt-sm-72,.my-sm-72,.m-sm-72{margin-top:var(--post-core-dimension-72) !important}.mt-sm-80,.my-sm-80,.m-sm-80{margin-top:var(--post-core-dimension-80) !important}.mt-sm-88,.my-sm-88,.m-sm-88{margin-top:var(--post-core-dimension-88) !important}.mt-sm-96,.my-sm-96,.m-sm-96{margin-top:var(--post-core-dimension-96) !important}.mt-sm-104,.my-sm-104,.m-sm-104{margin-top:var(--post-core-dimension-104) !important}.mt-sm-auto,.my-sm-auto,.m-sm-auto{margin-top:auto !important}.me-sm-0,.mx-sm-0,.m-sm-0{margin-right:var(--post-core-dimension-0) !important}.me-sm-1,.mx-sm-1,.m-sm-1{margin-right:var(--post-core-dimension-1) !important}.me-sm-2,.mx-sm-2,.m-sm-2{margin-right:var(--post-core-dimension-2) !important}.me-sm-4,.mx-sm-4,.m-sm-4{margin-right:var(--post-core-dimension-4) !important}.me-sm-6,.mx-sm-6,.m-sm-6{margin-right:var(--post-core-dimension-6) !important}.me-sm-8,.mx-sm-8,.m-sm-8{margin-right:var(--post-core-dimension-8) !important}.me-sm-12,.mx-sm-12,.m-sm-12{margin-right:var(--post-core-dimension-12) !important}.me-sm-16,.mx-sm-16,.m-sm-16{margin-right:var(--post-core-dimension-16) !important}.me-sm-24,.mx-sm-24,.m-sm-24{margin-right:var(--post-core-dimension-24) !important}.me-sm-32,.mx-sm-32,.m-sm-32{margin-right:var(--post-core-dimension-32) !important}.me-sm-40,.mx-sm-40,.m-sm-40{margin-right:var(--post-core-dimension-40) !important}.me-sm-48,.mx-sm-48,.m-sm-48{margin-right:var(--post-core-dimension-48) !important}.me-sm-56,.mx-sm-56,.m-sm-56{margin-right:var(--post-core-dimension-56) !important}.me-sm-64,.mx-sm-64,.m-sm-64{margin-right:var(--post-core-dimension-64) !important}.me-sm-72,.mx-sm-72,.m-sm-72{margin-right:var(--post-core-dimension-72) !important}.me-sm-80,.mx-sm-80,.m-sm-80{margin-right:var(--post-core-dimension-80) !important}.me-sm-88,.mx-sm-88,.m-sm-88{margin-right:var(--post-core-dimension-88) !important}.me-sm-96,.mx-sm-96,.m-sm-96{margin-right:var(--post-core-dimension-96) !important}.me-sm-104,.mx-sm-104,.m-sm-104{margin-right:var(--post-core-dimension-104) !important}.me-sm-auto,.mx-sm-auto,.m-sm-auto{margin-right:auto !important}.mb-sm-0,.my-sm-0,.m-sm-0{margin-bottom:var(--post-core-dimension-0) !important}.mb-sm-1,.my-sm-1,.m-sm-1{margin-bottom:var(--post-core-dimension-1) !important}.mb-sm-2,.my-sm-2,.m-sm-2{margin-bottom:var(--post-core-dimension-2) !important}.mb-sm-4,.my-sm-4,.m-sm-4{margin-bottom:var(--post-core-dimension-4) !important}.mb-sm-6,.my-sm-6,.m-sm-6{margin-bottom:var(--post-core-dimension-6) !important}.mb-sm-8,.my-sm-8,.m-sm-8{margin-bottom:var(--post-core-dimension-8) !important}.mb-sm-12,.my-sm-12,.m-sm-12{margin-bottom:var(--post-core-dimension-12) !important}.mb-sm-16,.my-sm-16,.m-sm-16{margin-bottom:var(--post-core-dimension-16) !important}.mb-sm-24,.my-sm-24,.m-sm-24{margin-bottom:var(--post-core-dimension-24) !important}.mb-sm-32,.my-sm-32,.m-sm-32{margin-bottom:var(--post-core-dimension-32) !important}.mb-sm-40,.my-sm-40,.m-sm-40{margin-bottom:var(--post-core-dimension-40) !important}.mb-sm-48,.my-sm-48,.m-sm-48{margin-bottom:var(--post-core-dimension-48) !important}.mb-sm-56,.my-sm-56,.m-sm-56{margin-bottom:var(--post-core-dimension-56) !important}.mb-sm-64,.my-sm-64,.m-sm-64{margin-bottom:var(--post-core-dimension-64) !important}.mb-sm-72,.my-sm-72,.m-sm-72{margin-bottom:var(--post-core-dimension-72) !important}.mb-sm-80,.my-sm-80,.m-sm-80{margin-bottom:var(--post-core-dimension-80) !important}.mb-sm-88,.my-sm-88,.m-sm-88{margin-bottom:var(--post-core-dimension-88) !important}.mb-sm-96,.my-sm-96,.m-sm-96{margin-bottom:var(--post-core-dimension-96) !important}.mb-sm-104,.my-sm-104,.m-sm-104{margin-bottom:var(--post-core-dimension-104) !important}.mb-sm-auto,.my-sm-auto,.m-sm-auto{margin-bottom:auto !important}.ms-sm-0,.mx-sm-0,.m-sm-0{margin-left:var(--post-core-dimension-0) !important}.ms-sm-1,.mx-sm-1,.m-sm-1{margin-left:var(--post-core-dimension-1) !important}.ms-sm-2,.mx-sm-2,.m-sm-2{margin-left:var(--post-core-dimension-2) !important}.ms-sm-4,.mx-sm-4,.m-sm-4{margin-left:var(--post-core-dimension-4) !important}.ms-sm-6,.mx-sm-6,.m-sm-6{margin-left:var(--post-core-dimension-6) !important}.ms-sm-8,.mx-sm-8,.m-sm-8{margin-left:var(--post-core-dimension-8) !important}.ms-sm-12,.mx-sm-12,.m-sm-12{margin-left:var(--post-core-dimension-12) !important}.ms-sm-16,.mx-sm-16,.m-sm-16{margin-left:var(--post-core-dimension-16) !important}.ms-sm-24,.mx-sm-24,.m-sm-24{margin-left:var(--post-core-dimension-24) !important}.ms-sm-32,.mx-sm-32,.m-sm-32{margin-left:var(--post-core-dimension-32) !important}.ms-sm-40,.mx-sm-40,.m-sm-40{margin-left:var(--post-core-dimension-40) !important}.ms-sm-48,.mx-sm-48,.m-sm-48{margin-left:var(--post-core-dimension-48) !important}.ms-sm-56,.mx-sm-56,.m-sm-56{margin-left:var(--post-core-dimension-56) !important}.ms-sm-64,.mx-sm-64,.m-sm-64{margin-left:var(--post-core-dimension-64) !important}.ms-sm-72,.mx-sm-72,.m-sm-72{margin-left:var(--post-core-dimension-72) !important}.ms-sm-80,.mx-sm-80,.m-sm-80{margin-left:var(--post-core-dimension-80) !important}.ms-sm-88,.mx-sm-88,.m-sm-88{margin-left:var(--post-core-dimension-88) !important}.ms-sm-96,.mx-sm-96,.m-sm-96{margin-left:var(--post-core-dimension-96) !important}.ms-sm-104,.mx-sm-104,.m-sm-104{margin-left:var(--post-core-dimension-104) !important}.ms-sm-auto,.mx-sm-auto,.m-sm-auto{margin-left:auto !important}.pt-sm-0,.py-sm-0,.p-sm-0{padding-top:var(--post-core-dimension-0) !important}.pt-sm-1,.py-sm-1,.p-sm-1{padding-top:var(--post-core-dimension-1) !important}.pt-sm-2,.py-sm-2,.p-sm-2{padding-top:var(--post-core-dimension-2) !important}.pt-sm-4,.py-sm-4,.p-sm-4{padding-top:var(--post-core-dimension-4) !important}.pt-sm-6,.py-sm-6,.p-sm-6{padding-top:var(--post-core-dimension-6) !important}.pt-sm-8,.py-sm-8,.p-sm-8{padding-top:var(--post-core-dimension-8) !important}.pt-sm-12,.py-sm-12,.p-sm-12{padding-top:var(--post-core-dimension-12) !important}.pt-sm-16,.py-sm-16,.p-sm-16{padding-top:var(--post-core-dimension-16) !important}.pt-sm-24,.py-sm-24,.p-sm-24{padding-top:var(--post-core-dimension-24) !important}.pt-sm-32,.py-sm-32,.p-sm-32{padding-top:var(--post-core-dimension-32) !important}.pt-sm-40,.py-sm-40,.p-sm-40{padding-top:var(--post-core-dimension-40) !important}.pt-sm-48,.py-sm-48,.p-sm-48{padding-top:var(--post-core-dimension-48) !important}.pt-sm-56,.py-sm-56,.p-sm-56{padding-top:var(--post-core-dimension-56) !important}.pt-sm-64,.py-sm-64,.p-sm-64{padding-top:var(--post-core-dimension-64) !important}.pt-sm-72,.py-sm-72,.p-sm-72{padding-top:var(--post-core-dimension-72) !important}.pt-sm-80,.py-sm-80,.p-sm-80{padding-top:var(--post-core-dimension-80) !important}.pt-sm-88,.py-sm-88,.p-sm-88{padding-top:var(--post-core-dimension-88) !important}.pt-sm-96,.py-sm-96,.p-sm-96{padding-top:var(--post-core-dimension-96) !important}.pt-sm-104,.py-sm-104,.p-sm-104{padding-top:var(--post-core-dimension-104) !important}.pt-sm-auto,.py-sm-auto,.p-sm-auto{padding-top:auto !important}.pe-sm-0,.px-sm-0,.p-sm-0{padding-right:var(--post-core-dimension-0) !important}.pe-sm-1,.px-sm-1,.p-sm-1{padding-right:var(--post-core-dimension-1) !important}.pe-sm-2,.px-sm-2,.p-sm-2{padding-right:var(--post-core-dimension-2) !important}.pe-sm-4,.px-sm-4,.p-sm-4{padding-right:var(--post-core-dimension-4) !important}.pe-sm-6,.px-sm-6,.p-sm-6{padding-right:var(--post-core-dimension-6) !important}.pe-sm-8,.px-sm-8,.p-sm-8{padding-right:var(--post-core-dimension-8) !important}.pe-sm-12,.px-sm-12,.p-sm-12{padding-right:var(--post-core-dimension-12) !important}.pe-sm-16,.px-sm-16,.p-sm-16{padding-right:var(--post-core-dimension-16) !important}.pe-sm-24,.px-sm-24,.p-sm-24{padding-right:var(--post-core-dimension-24) !important}.pe-sm-32,.px-sm-32,.p-sm-32{padding-right:var(--post-core-dimension-32) !important}.pe-sm-40,.px-sm-40,.p-sm-40{padding-right:var(--post-core-dimension-40) !important}.pe-sm-48,.px-sm-48,.p-sm-48{padding-right:var(--post-core-dimension-48) !important}.pe-sm-56,.px-sm-56,.p-sm-56{padding-right:var(--post-core-dimension-56) !important}.pe-sm-64,.px-sm-64,.p-sm-64{padding-right:var(--post-core-dimension-64) !important}.pe-sm-72,.px-sm-72,.p-sm-72{padding-right:var(--post-core-dimension-72) !important}.pe-sm-80,.px-sm-80,.p-sm-80{padding-right:var(--post-core-dimension-80) !important}.pe-sm-88,.px-sm-88,.p-sm-88{padding-right:var(--post-core-dimension-88) !important}.pe-sm-96,.px-sm-96,.p-sm-96{padding-right:var(--post-core-dimension-96) !important}.pe-sm-104,.px-sm-104,.p-sm-104{padding-right:var(--post-core-dimension-104) !important}.pe-sm-auto,.px-sm-auto,.p-sm-auto{padding-right:auto !important}.pb-sm-0,.py-sm-0,.p-sm-0{padding-bottom:var(--post-core-dimension-0) !important}.pb-sm-1,.py-sm-1,.p-sm-1{padding-bottom:var(--post-core-dimension-1) !important}.pb-sm-2,.py-sm-2,.p-sm-2{padding-bottom:var(--post-core-dimension-2) !important}.pb-sm-4,.py-sm-4,.p-sm-4{padding-bottom:var(--post-core-dimension-4) !important}.pb-sm-6,.py-sm-6,.p-sm-6{padding-bottom:var(--post-core-dimension-6) !important}.pb-sm-8,.py-sm-8,.p-sm-8{padding-bottom:var(--post-core-dimension-8) !important}.pb-sm-12,.py-sm-12,.p-sm-12{padding-bottom:var(--post-core-dimension-12) !important}.pb-sm-16,.py-sm-16,.p-sm-16{padding-bottom:var(--post-core-dimension-16) !important}.pb-sm-24,.py-sm-24,.p-sm-24{padding-bottom:var(--post-core-dimension-24) !important}.pb-sm-32,.py-sm-32,.p-sm-32{padding-bottom:var(--post-core-dimension-32) !important}.pb-sm-40,.py-sm-40,.p-sm-40{padding-bottom:var(--post-core-dimension-40) !important}.pb-sm-48,.py-sm-48,.p-sm-48{padding-bottom:var(--post-core-dimension-48) !important}.pb-sm-56,.py-sm-56,.p-sm-56{padding-bottom:var(--post-core-dimension-56) !important}.pb-sm-64,.py-sm-64,.p-sm-64{padding-bottom:var(--post-core-dimension-64) !important}.pb-sm-72,.py-sm-72,.p-sm-72{padding-bottom:var(--post-core-dimension-72) !important}.pb-sm-80,.py-sm-80,.p-sm-80{padding-bottom:var(--post-core-dimension-80) !important}.pb-sm-88,.py-sm-88,.p-sm-88{padding-bottom:var(--post-core-dimension-88) !important}.pb-sm-96,.py-sm-96,.p-sm-96{padding-bottom:var(--post-core-dimension-96) !important}.pb-sm-104,.py-sm-104,.p-sm-104{padding-bottom:var(--post-core-dimension-104) !important}.pb-sm-auto,.py-sm-auto,.p-sm-auto{padding-bottom:auto !important}.ps-sm-0,.px-sm-0,.p-sm-0{padding-left:var(--post-core-dimension-0) !important}.ps-sm-1,.px-sm-1,.p-sm-1{padding-left:var(--post-core-dimension-1) !important}.ps-sm-2,.px-sm-2,.p-sm-2{padding-left:var(--post-core-dimension-2) !important}.ps-sm-4,.px-sm-4,.p-sm-4{padding-left:var(--post-core-dimension-4) !important}.ps-sm-6,.px-sm-6,.p-sm-6{padding-left:var(--post-core-dimension-6) !important}.ps-sm-8,.px-sm-8,.p-sm-8{padding-left:var(--post-core-dimension-8) !important}.ps-sm-12,.px-sm-12,.p-sm-12{padding-left:var(--post-core-dimension-12) !important}.ps-sm-16,.px-sm-16,.p-sm-16{padding-left:var(--post-core-dimension-16) !important}.ps-sm-24,.px-sm-24,.p-sm-24{padding-left:var(--post-core-dimension-24) !important}.ps-sm-32,.px-sm-32,.p-sm-32{padding-left:var(--post-core-dimension-32) !important}.ps-sm-40,.px-sm-40,.p-sm-40{padding-left:var(--post-core-dimension-40) !important}.ps-sm-48,.px-sm-48,.p-sm-48{padding-left:var(--post-core-dimension-48) !important}.ps-sm-56,.px-sm-56,.p-sm-56{padding-left:var(--post-core-dimension-56) !important}.ps-sm-64,.px-sm-64,.p-sm-64{padding-left:var(--post-core-dimension-64) !important}.ps-sm-72,.px-sm-72,.p-sm-72{padding-left:var(--post-core-dimension-72) !important}.ps-sm-80,.px-sm-80,.p-sm-80{padding-left:var(--post-core-dimension-80) !important}.ps-sm-88,.px-sm-88,.p-sm-88{padding-left:var(--post-core-dimension-88) !important}.ps-sm-96,.px-sm-96,.p-sm-96{padding-left:var(--post-core-dimension-96) !important}.ps-sm-104,.px-sm-104,.p-sm-104{padding-left:var(--post-core-dimension-104) !important}.ps-sm-auto,.px-sm-auto,.p-sm-auto{padding-left:auto !important}.gap-sm-0{gap:var(--post-core-dimension-0) !important}.gap-sm-1{gap:var(--post-core-dimension-1) !important}.gap-sm-2{gap:var(--post-core-dimension-2) !important}.gap-sm-4{gap:var(--post-core-dimension-4) !important}.gap-sm-6{gap:var(--post-core-dimension-6) !important}.gap-sm-8{gap:var(--post-core-dimension-8) !important}.gap-sm-12{gap:var(--post-core-dimension-12) !important}.gap-sm-16{gap:var(--post-core-dimension-16) !important}.gap-sm-24{gap:var(--post-core-dimension-24) !important}.gap-sm-32{gap:var(--post-core-dimension-32) !important}.gap-sm-40{gap:var(--post-core-dimension-40) !important}.gap-sm-48{gap:var(--post-core-dimension-48) !important}.gap-sm-56{gap:var(--post-core-dimension-56) !important}.gap-sm-64{gap:var(--post-core-dimension-64) !important}.gap-sm-72{gap:var(--post-core-dimension-72) !important}.gap-sm-80{gap:var(--post-core-dimension-80) !important}.gap-sm-88{gap:var(--post-core-dimension-88) !important}.gap-sm-96{gap:var(--post-core-dimension-96) !important}.gap-sm-104{gap:var(--post-core-dimension-104) !important}.gap-sm-auto{gap:auto !important}.row-gap-sm-0{row-gap:var(--post-core-dimension-0) !important}.row-gap-sm-1{row-gap:var(--post-core-dimension-1) !important}.row-gap-sm-2{row-gap:var(--post-core-dimension-2) !important}.row-gap-sm-4{row-gap:var(--post-core-dimension-4) !important}.row-gap-sm-6{row-gap:var(--post-core-dimension-6) !important}.row-gap-sm-8{row-gap:var(--post-core-dimension-8) !important}.row-gap-sm-12{row-gap:var(--post-core-dimension-12) !important}.row-gap-sm-16{row-gap:var(--post-core-dimension-16) !important}.row-gap-sm-24{row-gap:var(--post-core-dimension-24) !important}.row-gap-sm-32{row-gap:var(--post-core-dimension-32) !important}.row-gap-sm-40{row-gap:var(--post-core-dimension-40) !important}.row-gap-sm-48{row-gap:var(--post-core-dimension-48) !important}.row-gap-sm-56{row-gap:var(--post-core-dimension-56) !important}.row-gap-sm-64{row-gap:var(--post-core-dimension-64) !important}.row-gap-sm-72{row-gap:var(--post-core-dimension-72) !important}.row-gap-sm-80{row-gap:var(--post-core-dimension-80) !important}.row-gap-sm-88{row-gap:var(--post-core-dimension-88) !important}.row-gap-sm-96{row-gap:var(--post-core-dimension-96) !important}.row-gap-sm-104{row-gap:var(--post-core-dimension-104) !important}.row-gap-sm-auto{row-gap:auto !important}.column-gap-sm-0{column-gap:var(--post-core-dimension-0) !important}.column-gap-sm-1{column-gap:var(--post-core-dimension-1) !important}.column-gap-sm-2{column-gap:var(--post-core-dimension-2) !important}.column-gap-sm-4{column-gap:var(--post-core-dimension-4) !important}.column-gap-sm-6{column-gap:var(--post-core-dimension-6) !important}.column-gap-sm-8{column-gap:var(--post-core-dimension-8) !important}.column-gap-sm-12{column-gap:var(--post-core-dimension-12) !important}.column-gap-sm-16{column-gap:var(--post-core-dimension-16) !important}.column-gap-sm-24{column-gap:var(--post-core-dimension-24) !important}.column-gap-sm-32{column-gap:var(--post-core-dimension-32) !important}.column-gap-sm-40{column-gap:var(--post-core-dimension-40) !important}.column-gap-sm-48{column-gap:var(--post-core-dimension-48) !important}.column-gap-sm-56{column-gap:var(--post-core-dimension-56) !important}.column-gap-sm-64{column-gap:var(--post-core-dimension-64) !important}.column-gap-sm-72{column-gap:var(--post-core-dimension-72) !important}.column-gap-sm-80{column-gap:var(--post-core-dimension-80) !important}.column-gap-sm-88{column-gap:var(--post-core-dimension-88) !important}.column-gap-sm-96{column-gap:var(--post-core-dimension-96) !important}.column-gap-sm-104{column-gap:var(--post-core-dimension-104) !important}.column-gap-sm-auto{column-gap:auto !important}.flex-sm-fill{flex:1 1 auto !important}.flex-sm-row{flex-direction:row !important}.flex-sm-column{flex-direction:column !important}.flex-sm-row-reverse{flex-direction:row-reverse !important}.flex-sm-column-reverse{flex-direction:column-reverse !important}.flex-sm-grow-0{flex-grow:0 !important}.flex-sm-grow-1{flex-grow:1 !important}.flex-sm-shrink-0{flex-shrink:0 !important}.flex-sm-shrink-1{flex-shrink:1 !important}.flex-sm-wrap{flex-wrap:wrap !important}.flex-sm-nowrap{flex-wrap:nowrap !important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-sm-start{justify-content:flex-start !important}.justify-content-sm-end{justify-content:flex-end !important}.justify-content-sm-center{justify-content:center !important}.justify-content-sm-between{justify-content:space-between !important}.justify-content-sm-around{justify-content:space-around !important}.justify-content-sm-evenly{justify-content:space-evenly !important}.align-items-sm-start{align-items:flex-start !important}.align-items-sm-end{align-items:flex-end !important}.align-items-sm-center{align-items:center !important}.align-items-sm-baseline{align-items:baseline !important}.align-items-sm-stretch{align-items:stretch !important}.align-content-sm-start{align-content:flex-start !important}.align-content-sm-end{align-content:flex-end !important}.align-content-sm-center{align-content:center !important}.align-content-sm-between{align-content:space-between !important}.align-content-sm-around{align-content:space-around !important}.align-content-sm-stretch{align-content:stretch !important}.align-self-sm-auto{align-self:auto !important}.align-self-sm-start{align-self:flex-start !important}.align-self-sm-end{align-self:flex-end !important}.align-self-sm-center{align-self:center !important}.align-self-sm-baseline{align-self:baseline !important}.align-self-sm-stretch{align-self:stretch !important}.order-sm-first{order:-1 !important}.order-sm-0{order:0 !important}.order-sm-1{order:1 !important}.order-sm-2{order:2 !important}.order-sm-3{order:3 !important}.order-sm-4{order:4 !important}.order-sm-5{order:5 !important}.order-sm-last{order:6 !important}.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-block{display:block !important}.d-sm-grid{display:grid !important}.d-sm-inline-grid{display:inline-grid !important}.d-sm-table{display:table !important}.d-sm-table-row{display:table-row !important}.d-sm-table-cell{display:table-cell !important}.d-sm-flex{display:flex !important}.d-sm-inline-flex{display:inline-flex !important}.d-sm-none{display:none !important}.text-sm-start{text-align:left !important}.text-sm-end{text-align:right !important}.text-sm-center{text-align:center !important}.fs-sm-1{font-size:var(--post-device-font-size-1) !important}.fs-sm-2{font-size:var(--post-device-font-size-2) !important}.fs-sm-3{font-size:var(--post-device-font-size-3) !important}.fs-sm-4{font-size:var(--post-device-font-size-4) !important}.fs-sm-5{font-size:var(--post-device-font-size-5) !important}.fs-sm-6{font-size:var(--post-device-font-size-6) !important}.fs-sm-7{font-size:var(--post-device-font-size-7) !important}.fs-sm-8{font-size:var(--post-device-font-size-8) !important}.fs-sm-9{font-size:var(--post-device-font-size-9) !important}.fs-sm-10{font-size:var(--post-device-font-size-10) !important}.fs-sm-11{font-size:var(--post-device-font-size-11) !important}}@media screen and (min-width: 780px){.gx-md-0,.g-md-0{--post-grid-gutter-x:var(--post-core-dimension-0) !important}.gx-md-1,.g-md-1{--post-grid-gutter-x:var(--post-core-dimension-1) !important}.gx-md-2,.g-md-2{--post-grid-gutter-x:var(--post-core-dimension-2) !important}.gx-md-4,.g-md-4{--post-grid-gutter-x:var(--post-core-dimension-4) !important}.gx-md-6,.g-md-6{--post-grid-gutter-x:var(--post-core-dimension-6) !important}.gx-md-8,.g-md-8{--post-grid-gutter-x:var(--post-core-dimension-8) !important}.gx-md-12,.g-md-12{--post-grid-gutter-x:var(--post-core-dimension-12) !important}.gx-md-16,.g-md-16{--post-grid-gutter-x:var(--post-core-dimension-16) !important}.gx-md-24,.g-md-24{--post-grid-gutter-x:var(--post-core-dimension-24) !important}.gx-md-32,.g-md-32{--post-grid-gutter-x:var(--post-core-dimension-32) !important}.gx-md-40,.g-md-40{--post-grid-gutter-x:var(--post-core-dimension-40) !important}.gx-md-48,.g-md-48{--post-grid-gutter-x:var(--post-core-dimension-48) !important}.gx-md-56,.g-md-56{--post-grid-gutter-x:var(--post-core-dimension-56) !important}.gx-md-64,.g-md-64{--post-grid-gutter-x:var(--post-core-dimension-64) !important}.gx-md-72,.g-md-72{--post-grid-gutter-x:var(--post-core-dimension-72) !important}.gx-md-80,.g-md-80{--post-grid-gutter-x:var(--post-core-dimension-80) !important}.gx-md-88,.g-md-88{--post-grid-gutter-x:var(--post-core-dimension-88) !important}.gx-md-96,.g-md-96{--post-grid-gutter-x:var(--post-core-dimension-96) !important}.gx-md-104,.g-md-104{--post-grid-gutter-x:var(--post-core-dimension-104) !important}.gx-md-auto,.g-md-auto{--post-grid-gutter-x:auto !important}.gy-md-0,.g-md-0{--post-grid-gutter-y:var(--post-core-dimension-0) !important}.gy-md-1,.g-md-1{--post-grid-gutter-y:var(--post-core-dimension-1) !important}.gy-md-2,.g-md-2{--post-grid-gutter-y:var(--post-core-dimension-2) !important}.gy-md-4,.g-md-4{--post-grid-gutter-y:var(--post-core-dimension-4) !important}.gy-md-6,.g-md-6{--post-grid-gutter-y:var(--post-core-dimension-6) !important}.gy-md-8,.g-md-8{--post-grid-gutter-y:var(--post-core-dimension-8) !important}.gy-md-12,.g-md-12{--post-grid-gutter-y:var(--post-core-dimension-12) !important}.gy-md-16,.g-md-16{--post-grid-gutter-y:var(--post-core-dimension-16) !important}.gy-md-24,.g-md-24{--post-grid-gutter-y:var(--post-core-dimension-24) !important}.gy-md-32,.g-md-32{--post-grid-gutter-y:var(--post-core-dimension-32) !important}.gy-md-40,.g-md-40{--post-grid-gutter-y:var(--post-core-dimension-40) !important}.gy-md-48,.g-md-48{--post-grid-gutter-y:var(--post-core-dimension-48) !important}.gy-md-56,.g-md-56{--post-grid-gutter-y:var(--post-core-dimension-56) !important}.gy-md-64,.g-md-64{--post-grid-gutter-y:var(--post-core-dimension-64) !important}.gy-md-72,.g-md-72{--post-grid-gutter-y:var(--post-core-dimension-72) !important}.gy-md-80,.g-md-80{--post-grid-gutter-y:var(--post-core-dimension-80) !important}.gy-md-88,.g-md-88{--post-grid-gutter-y:var(--post-core-dimension-88) !important}.gy-md-96,.g-md-96{--post-grid-gutter-y:var(--post-core-dimension-96) !important}.gy-md-104,.g-md-104{--post-grid-gutter-y:var(--post-core-dimension-104) !important}.gy-md-auto,.g-md-auto{--post-grid-gutter-y:auto !important}.w-md-0{width:var(--post-core-dimension-0) !important}.w-md-1{width:var(--post-core-dimension-1) !important}.w-md-2{width:var(--post-core-dimension-2) !important}.w-md-4{width:var(--post-core-dimension-4) !important}.w-md-6{width:var(--post-core-dimension-6) !important}.w-md-8{width:var(--post-core-dimension-8) !important}.w-md-12{width:var(--post-core-dimension-12) !important}.w-md-16{width:var(--post-core-dimension-16) !important}.w-md-24{width:var(--post-core-dimension-24) !important}.w-md-32{width:var(--post-core-dimension-32) !important}.w-md-40{width:var(--post-core-dimension-40) !important}.w-md-48{width:var(--post-core-dimension-48) !important}.w-md-56{width:var(--post-core-dimension-56) !important}.w-md-64{width:var(--post-core-dimension-64) !important}.w-md-72{width:var(--post-core-dimension-72) !important}.w-md-80{width:var(--post-core-dimension-80) !important}.w-md-88{width:var(--post-core-dimension-88) !important}.w-md-96{width:var(--post-core-dimension-96) !important}.w-md-104{width:var(--post-core-dimension-104) !important}.w-md-auto{width:auto !important}.w-md-quarter{width:25% !important}.w-md-third{width:33% !important}.w-md-half{width:50% !important}.w-md-two-thirds{width:66% !important}.w-md-three-quarters{width:75% !important}.w-md-full{width:100% !important}.h-md-0{height:var(--post-core-dimension-0) !important}.h-md-1{height:var(--post-core-dimension-1) !important}.h-md-2{height:var(--post-core-dimension-2) !important}.h-md-4{height:var(--post-core-dimension-4) !important}.h-md-6{height:var(--post-core-dimension-6) !important}.h-md-8{height:var(--post-core-dimension-8) !important}.h-md-12{height:var(--post-core-dimension-12) !important}.h-md-16{height:var(--post-core-dimension-16) !important}.h-md-24{height:var(--post-core-dimension-24) !important}.h-md-32{height:var(--post-core-dimension-32) !important}.h-md-40{height:var(--post-core-dimension-40) !important}.h-md-48{height:var(--post-core-dimension-48) !important}.h-md-56{height:var(--post-core-dimension-56) !important}.h-md-64{height:var(--post-core-dimension-64) !important}.h-md-72{height:var(--post-core-dimension-72) !important}.h-md-80{height:var(--post-core-dimension-80) !important}.h-md-88{height:var(--post-core-dimension-88) !important}.h-md-96{height:var(--post-core-dimension-96) !important}.h-md-104{height:var(--post-core-dimension-104) !important}.h-md-auto{height:auto !important}.h-md-quarter{height:25% !important}.h-md-third{height:33% !important}.h-md-half{height:50% !important}.h-md-two-thirds{height:66% !important}.h-md-three-quarters{height:75% !important}.h-md-full{height:100% !important}.max-w-md-0{max-width:var(--post-core-dimension-0) !important}.max-w-md-1{max-width:var(--post-core-dimension-1) !important}.max-w-md-2{max-width:var(--post-core-dimension-2) !important}.max-w-md-4{max-width:var(--post-core-dimension-4) !important}.max-w-md-6{max-width:var(--post-core-dimension-6) !important}.max-w-md-8{max-width:var(--post-core-dimension-8) !important}.max-w-md-12{max-width:var(--post-core-dimension-12) !important}.max-w-md-16{max-width:var(--post-core-dimension-16) !important}.max-w-md-24{max-width:var(--post-core-dimension-24) !important}.max-w-md-32{max-width:var(--post-core-dimension-32) !important}.max-w-md-40{max-width:var(--post-core-dimension-40) !important}.max-w-md-48{max-width:var(--post-core-dimension-48) !important}.max-w-md-56{max-width:var(--post-core-dimension-56) !important}.max-w-md-64{max-width:var(--post-core-dimension-64) !important}.max-w-md-72{max-width:var(--post-core-dimension-72) !important}.max-w-md-80{max-width:var(--post-core-dimension-80) !important}.max-w-md-88{max-width:var(--post-core-dimension-88) !important}.max-w-md-96{max-width:var(--post-core-dimension-96) !important}.max-w-md-104{max-width:var(--post-core-dimension-104) !important}.max-w-md-auto{max-width:auto !important}.max-w-md-quarter{max-width:25% !important}.max-w-md-third{max-width:33% !important}.max-w-md-half{max-width:50% !important}.max-w-md-two-thirds{max-width:66% !important}.max-w-md-three-quarters{max-width:75% !important}.max-w-md-full{max-width:100% !important}.max-h-md-0{max-height:var(--post-core-dimension-0) !important}.max-h-md-1{max-height:var(--post-core-dimension-1) !important}.max-h-md-2{max-height:var(--post-core-dimension-2) !important}.max-h-md-4{max-height:var(--post-core-dimension-4) !important}.max-h-md-6{max-height:var(--post-core-dimension-6) !important}.max-h-md-8{max-height:var(--post-core-dimension-8) !important}.max-h-md-12{max-height:var(--post-core-dimension-12) !important}.max-h-md-16{max-height:var(--post-core-dimension-16) !important}.max-h-md-24{max-height:var(--post-core-dimension-24) !important}.max-h-md-32{max-height:var(--post-core-dimension-32) !important}.max-h-md-40{max-height:var(--post-core-dimension-40) !important}.max-h-md-48{max-height:var(--post-core-dimension-48) !important}.max-h-md-56{max-height:var(--post-core-dimension-56) !important}.max-h-md-64{max-height:var(--post-core-dimension-64) !important}.max-h-md-72{max-height:var(--post-core-dimension-72) !important}.max-h-md-80{max-height:var(--post-core-dimension-80) !important}.max-h-md-88{max-height:var(--post-core-dimension-88) !important}.max-h-md-96{max-height:var(--post-core-dimension-96) !important}.max-h-md-104{max-height:var(--post-core-dimension-104) !important}.max-h-md-auto{max-height:auto !important}.max-h-md-quarter{max-height:25% !important}.max-h-md-third{max-height:33% !important}.max-h-md-half{max-height:50% !important}.max-h-md-two-thirds{max-height:66% !important}.max-h-md-three-quarters{max-height:75% !important}.max-h-md-full{max-height:100% !important}.min-w-md-0{min-width:var(--post-core-dimension-0) !important}.min-w-md-1{min-width:var(--post-core-dimension-1) !important}.min-w-md-2{min-width:var(--post-core-dimension-2) !important}.min-w-md-4{min-width:var(--post-core-dimension-4) !important}.min-w-md-6{min-width:var(--post-core-dimension-6) !important}.min-w-md-8{min-width:var(--post-core-dimension-8) !important}.min-w-md-12{min-width:var(--post-core-dimension-12) !important}.min-w-md-16{min-width:var(--post-core-dimension-16) !important}.min-w-md-24{min-width:var(--post-core-dimension-24) !important}.min-w-md-32{min-width:var(--post-core-dimension-32) !important}.min-w-md-40{min-width:var(--post-core-dimension-40) !important}.min-w-md-48{min-width:var(--post-core-dimension-48) !important}.min-w-md-56{min-width:var(--post-core-dimension-56) !important}.min-w-md-64{min-width:var(--post-core-dimension-64) !important}.min-w-md-72{min-width:var(--post-core-dimension-72) !important}.min-w-md-80{min-width:var(--post-core-dimension-80) !important}.min-w-md-88{min-width:var(--post-core-dimension-88) !important}.min-w-md-96{min-width:var(--post-core-dimension-96) !important}.min-w-md-104{min-width:var(--post-core-dimension-104) !important}.min-w-md-auto{min-width:auto !important}.min-w-md-quarter{min-width:25% !important}.min-w-md-third{min-width:33% !important}.min-w-md-half{min-width:50% !important}.min-w-md-two-thirds{min-width:66% !important}.min-w-md-three-quarters{min-width:75% !important}.min-w-md-full{min-width:100% !important}.min-h-md-0{min-height:var(--post-core-dimension-0) !important}.min-h-md-1{min-height:var(--post-core-dimension-1) !important}.min-h-md-2{min-height:var(--post-core-dimension-2) !important}.min-h-md-4{min-height:var(--post-core-dimension-4) !important}.min-h-md-6{min-height:var(--post-core-dimension-6) !important}.min-h-md-8{min-height:var(--post-core-dimension-8) !important}.min-h-md-12{min-height:var(--post-core-dimension-12) !important}.min-h-md-16{min-height:var(--post-core-dimension-16) !important}.min-h-md-24{min-height:var(--post-core-dimension-24) !important}.min-h-md-32{min-height:var(--post-core-dimension-32) !important}.min-h-md-40{min-height:var(--post-core-dimension-40) !important}.min-h-md-48{min-height:var(--post-core-dimension-48) !important}.min-h-md-56{min-height:var(--post-core-dimension-56) !important}.min-h-md-64{min-height:var(--post-core-dimension-64) !important}.min-h-md-72{min-height:var(--post-core-dimension-72) !important}.min-h-md-80{min-height:var(--post-core-dimension-80) !important}.min-h-md-88{min-height:var(--post-core-dimension-88) !important}.min-h-md-96{min-height:var(--post-core-dimension-96) !important}.min-h-md-104{min-height:var(--post-core-dimension-104) !important}.min-h-md-auto{min-height:auto !important}.min-h-md-quarter{min-height:25% !important}.min-h-md-third{min-height:33% !important}.min-h-md-half{min-height:50% !important}.min-h-md-two-thirds{min-height:66% !important}.min-h-md-three-quarters{min-height:75% !important}.min-h-md-full{min-height:100% !important}.vw-md-quarter{width:25vw !important}.vw-md-third{width:33vw !important}.vw-md-half{width:50vw !important}.vw-md-two-thirds{width:66vw !important}.vw-md-three-quarters{width:75vw !important}.vw-md-full{width:100vw !important}.vh-md-quarter{height:25vh !important}.vh-md-third{height:33vh !important}.vh-md-half{height:50vh !important}.vh-md-two-thirds{height:66vh !important}.vh-md-three-quarters{height:75vh !important}.vh-md-full{height:100vh !important}.min-vw-md-quarter{min-width:25vw !important}.min-vw-md-third{min-width:33vw !important}.min-vw-md-half{min-width:50vw !important}.min-vw-md-two-thirds{min-width:66vw !important}.min-vw-md-three-quarters{min-width:75vw !important}.min-vw-md-full{min-width:100vw !important}.min-vh-md-quarter{min-height:25vh !important}.min-vh-md-third{min-height:33vh !important}.min-vh-md-half{min-height:50vh !important}.min-vh-md-two-thirds{min-height:66vh !important}.min-vh-md-three-quarters{min-height:75vh !important}.min-vh-md-full{min-height:100vh !important}.max-vw-md-quarter{max-width:25vw !important}.max-vw-md-third{max-width:33vw !important}.max-vw-md-half{max-width:50vw !important}.max-vw-md-two-thirds{max-width:66vw !important}.max-vw-md-three-quarters{max-width:75vw !important}.max-vw-md-full{max-width:100vw !important}.max-vh-md-quarter{max-height:25vh !important}.max-vh-md-third{max-height:33vh !important}.max-vh-md-half{max-height:50vh !important}.max-vh-md-two-thirds{max-height:66vh !important}.max-vh-md-three-quarters{max-height:75vh !important}.max-vh-md-full{max-height:100vh !important}.float-md-start{float:inline-start !important}.float-md-end{float:inline-end !important}.float-md-none{float:none !important}.mt-md-0,.my-md-0,.m-md-0{margin-top:var(--post-core-dimension-0) !important}.mt-md-1,.my-md-1,.m-md-1{margin-top:var(--post-core-dimension-1) !important}.mt-md-2,.my-md-2,.m-md-2{margin-top:var(--post-core-dimension-2) !important}.mt-md-4,.my-md-4,.m-md-4{margin-top:var(--post-core-dimension-4) !important}.mt-md-6,.my-md-6,.m-md-6{margin-top:var(--post-core-dimension-6) !important}.mt-md-8,.my-md-8,.m-md-8{margin-top:var(--post-core-dimension-8) !important}.mt-md-12,.my-md-12,.m-md-12{margin-top:var(--post-core-dimension-12) !important}.mt-md-16,.my-md-16,.m-md-16{margin-top:var(--post-core-dimension-16) !important}.mt-md-24,.my-md-24,.m-md-24{margin-top:var(--post-core-dimension-24) !important}.mt-md-32,.my-md-32,.m-md-32{margin-top:var(--post-core-dimension-32) !important}.mt-md-40,.my-md-40,.m-md-40{margin-top:var(--post-core-dimension-40) !important}.mt-md-48,.my-md-48,.m-md-48{margin-top:var(--post-core-dimension-48) !important}.mt-md-56,.my-md-56,.m-md-56{margin-top:var(--post-core-dimension-56) !important}.mt-md-64,.my-md-64,.m-md-64{margin-top:var(--post-core-dimension-64) !important}.mt-md-72,.my-md-72,.m-md-72{margin-top:var(--post-core-dimension-72) !important}.mt-md-80,.my-md-80,.m-md-80{margin-top:var(--post-core-dimension-80) !important}.mt-md-88,.my-md-88,.m-md-88{margin-top:var(--post-core-dimension-88) !important}.mt-md-96,.my-md-96,.m-md-96{margin-top:var(--post-core-dimension-96) !important}.mt-md-104,.my-md-104,.m-md-104{margin-top:var(--post-core-dimension-104) !important}.mt-md-auto,.my-md-auto,.m-md-auto{margin-top:auto !important}.me-md-0,.mx-md-0,.m-md-0{margin-right:var(--post-core-dimension-0) !important}.me-md-1,.mx-md-1,.m-md-1{margin-right:var(--post-core-dimension-1) !important}.me-md-2,.mx-md-2,.m-md-2{margin-right:var(--post-core-dimension-2) !important}.me-md-4,.mx-md-4,.m-md-4{margin-right:var(--post-core-dimension-4) !important}.me-md-6,.mx-md-6,.m-md-6{margin-right:var(--post-core-dimension-6) !important}.me-md-8,.mx-md-8,.m-md-8{margin-right:var(--post-core-dimension-8) !important}.me-md-12,.mx-md-12,.m-md-12{margin-right:var(--post-core-dimension-12) !important}.me-md-16,.mx-md-16,.m-md-16{margin-right:var(--post-core-dimension-16) !important}.me-md-24,.mx-md-24,.m-md-24{margin-right:var(--post-core-dimension-24) !important}.me-md-32,.mx-md-32,.m-md-32{margin-right:var(--post-core-dimension-32) !important}.me-md-40,.mx-md-40,.m-md-40{margin-right:var(--post-core-dimension-40) !important}.me-md-48,.mx-md-48,.m-md-48{margin-right:var(--post-core-dimension-48) !important}.me-md-56,.mx-md-56,.m-md-56{margin-right:var(--post-core-dimension-56) !important}.me-md-64,.mx-md-64,.m-md-64{margin-right:var(--post-core-dimension-64) !important}.me-md-72,.mx-md-72,.m-md-72{margin-right:var(--post-core-dimension-72) !important}.me-md-80,.mx-md-80,.m-md-80{margin-right:var(--post-core-dimension-80) !important}.me-md-88,.mx-md-88,.m-md-88{margin-right:var(--post-core-dimension-88) !important}.me-md-96,.mx-md-96,.m-md-96{margin-right:var(--post-core-dimension-96) !important}.me-md-104,.mx-md-104,.m-md-104{margin-right:var(--post-core-dimension-104) !important}.me-md-auto,.mx-md-auto,.m-md-auto{margin-right:auto !important}.mb-md-0,.my-md-0,.m-md-0{margin-bottom:var(--post-core-dimension-0) !important}.mb-md-1,.my-md-1,.m-md-1{margin-bottom:var(--post-core-dimension-1) !important}.mb-md-2,.my-md-2,.m-md-2{margin-bottom:var(--post-core-dimension-2) !important}.mb-md-4,.my-md-4,.m-md-4{margin-bottom:var(--post-core-dimension-4) !important}.mb-md-6,.my-md-6,.m-md-6{margin-bottom:var(--post-core-dimension-6) !important}.mb-md-8,.my-md-8,.m-md-8{margin-bottom:var(--post-core-dimension-8) !important}.mb-md-12,.my-md-12,.m-md-12{margin-bottom:var(--post-core-dimension-12) !important}.mb-md-16,.my-md-16,.m-md-16{margin-bottom:var(--post-core-dimension-16) !important}.mb-md-24,.my-md-24,.m-md-24{margin-bottom:var(--post-core-dimension-24) !important}.mb-md-32,.my-md-32,.m-md-32{margin-bottom:var(--post-core-dimension-32) !important}.mb-md-40,.my-md-40,.m-md-40{margin-bottom:var(--post-core-dimension-40) !important}.mb-md-48,.my-md-48,.m-md-48{margin-bottom:var(--post-core-dimension-48) !important}.mb-md-56,.my-md-56,.m-md-56{margin-bottom:var(--post-core-dimension-56) !important}.mb-md-64,.my-md-64,.m-md-64{margin-bottom:var(--post-core-dimension-64) !important}.mb-md-72,.my-md-72,.m-md-72{margin-bottom:var(--post-core-dimension-72) !important}.mb-md-80,.my-md-80,.m-md-80{margin-bottom:var(--post-core-dimension-80) !important}.mb-md-88,.my-md-88,.m-md-88{margin-bottom:var(--post-core-dimension-88) !important}.mb-md-96,.my-md-96,.m-md-96{margin-bottom:var(--post-core-dimension-96) !important}.mb-md-104,.my-md-104,.m-md-104{margin-bottom:var(--post-core-dimension-104) !important}.mb-md-auto,.my-md-auto,.m-md-auto{margin-bottom:auto !important}.ms-md-0,.mx-md-0,.m-md-0{margin-left:var(--post-core-dimension-0) !important}.ms-md-1,.mx-md-1,.m-md-1{margin-left:var(--post-core-dimension-1) !important}.ms-md-2,.mx-md-2,.m-md-2{margin-left:var(--post-core-dimension-2) !important}.ms-md-4,.mx-md-4,.m-md-4{margin-left:var(--post-core-dimension-4) !important}.ms-md-6,.mx-md-6,.m-md-6{margin-left:var(--post-core-dimension-6) !important}.ms-md-8,.mx-md-8,.m-md-8{margin-left:var(--post-core-dimension-8) !important}.ms-md-12,.mx-md-12,.m-md-12{margin-left:var(--post-core-dimension-12) !important}.ms-md-16,.mx-md-16,.m-md-16{margin-left:var(--post-core-dimension-16) !important}.ms-md-24,.mx-md-24,.m-md-24{margin-left:var(--post-core-dimension-24) !important}.ms-md-32,.mx-md-32,.m-md-32{margin-left:var(--post-core-dimension-32) !important}.ms-md-40,.mx-md-40,.m-md-40{margin-left:var(--post-core-dimension-40) !important}.ms-md-48,.mx-md-48,.m-md-48{margin-left:var(--post-core-dimension-48) !important}.ms-md-56,.mx-md-56,.m-md-56{margin-left:var(--post-core-dimension-56) !important}.ms-md-64,.mx-md-64,.m-md-64{margin-left:var(--post-core-dimension-64) !important}.ms-md-72,.mx-md-72,.m-md-72{margin-left:var(--post-core-dimension-72) !important}.ms-md-80,.mx-md-80,.m-md-80{margin-left:var(--post-core-dimension-80) !important}.ms-md-88,.mx-md-88,.m-md-88{margin-left:var(--post-core-dimension-88) !important}.ms-md-96,.mx-md-96,.m-md-96{margin-left:var(--post-core-dimension-96) !important}.ms-md-104,.mx-md-104,.m-md-104{margin-left:var(--post-core-dimension-104) !important}.ms-md-auto,.mx-md-auto,.m-md-auto{margin-left:auto !important}.pt-md-0,.py-md-0,.p-md-0{padding-top:var(--post-core-dimension-0) !important}.pt-md-1,.py-md-1,.p-md-1{padding-top:var(--post-core-dimension-1) !important}.pt-md-2,.py-md-2,.p-md-2{padding-top:var(--post-core-dimension-2) !important}.pt-md-4,.py-md-4,.p-md-4{padding-top:var(--post-core-dimension-4) !important}.pt-md-6,.py-md-6,.p-md-6{padding-top:var(--post-core-dimension-6) !important}.pt-md-8,.py-md-8,.p-md-8{padding-top:var(--post-core-dimension-8) !important}.pt-md-12,.py-md-12,.p-md-12{padding-top:var(--post-core-dimension-12) !important}.pt-md-16,.py-md-16,.p-md-16{padding-top:var(--post-core-dimension-16) !important}.pt-md-24,.py-md-24,.p-md-24{padding-top:var(--post-core-dimension-24) !important}.pt-md-32,.py-md-32,.p-md-32{padding-top:var(--post-core-dimension-32) !important}.pt-md-40,.py-md-40,.p-md-40{padding-top:var(--post-core-dimension-40) !important}.pt-md-48,.py-md-48,.p-md-48{padding-top:var(--post-core-dimension-48) !important}.pt-md-56,.py-md-56,.p-md-56{padding-top:var(--post-core-dimension-56) !important}.pt-md-64,.py-md-64,.p-md-64{padding-top:var(--post-core-dimension-64) !important}.pt-md-72,.py-md-72,.p-md-72{padding-top:var(--post-core-dimension-72) !important}.pt-md-80,.py-md-80,.p-md-80{padding-top:var(--post-core-dimension-80) !important}.pt-md-88,.py-md-88,.p-md-88{padding-top:var(--post-core-dimension-88) !important}.pt-md-96,.py-md-96,.p-md-96{padding-top:var(--post-core-dimension-96) !important}.pt-md-104,.py-md-104,.p-md-104{padding-top:var(--post-core-dimension-104) !important}.pt-md-auto,.py-md-auto,.p-md-auto{padding-top:auto !important}.pe-md-0,.px-md-0,.p-md-0{padding-right:var(--post-core-dimension-0) !important}.pe-md-1,.px-md-1,.p-md-1{padding-right:var(--post-core-dimension-1) !important}.pe-md-2,.px-md-2,.p-md-2{padding-right:var(--post-core-dimension-2) !important}.pe-md-4,.px-md-4,.p-md-4{padding-right:var(--post-core-dimension-4) !important}.pe-md-6,.px-md-6,.p-md-6{padding-right:var(--post-core-dimension-6) !important}.pe-md-8,.px-md-8,.p-md-8{padding-right:var(--post-core-dimension-8) !important}.pe-md-12,.px-md-12,.p-md-12{padding-right:var(--post-core-dimension-12) !important}.pe-md-16,.px-md-16,.p-md-16{padding-right:var(--post-core-dimension-16) !important}.pe-md-24,.px-md-24,.p-md-24{padding-right:var(--post-core-dimension-24) !important}.pe-md-32,.px-md-32,.p-md-32{padding-right:var(--post-core-dimension-32) !important}.pe-md-40,.px-md-40,.p-md-40{padding-right:var(--post-core-dimension-40) !important}.pe-md-48,.px-md-48,.p-md-48{padding-right:var(--post-core-dimension-48) !important}.pe-md-56,.px-md-56,.p-md-56{padding-right:var(--post-core-dimension-56) !important}.pe-md-64,.px-md-64,.p-md-64{padding-right:var(--post-core-dimension-64) !important}.pe-md-72,.px-md-72,.p-md-72{padding-right:var(--post-core-dimension-72) !important}.pe-md-80,.px-md-80,.p-md-80{padding-right:var(--post-core-dimension-80) !important}.pe-md-88,.px-md-88,.p-md-88{padding-right:var(--post-core-dimension-88) !important}.pe-md-96,.px-md-96,.p-md-96{padding-right:var(--post-core-dimension-96) !important}.pe-md-104,.px-md-104,.p-md-104{padding-right:var(--post-core-dimension-104) !important}.pe-md-auto,.px-md-auto,.p-md-auto{padding-right:auto !important}.pb-md-0,.py-md-0,.p-md-0{padding-bottom:var(--post-core-dimension-0) !important}.pb-md-1,.py-md-1,.p-md-1{padding-bottom:var(--post-core-dimension-1) !important}.pb-md-2,.py-md-2,.p-md-2{padding-bottom:var(--post-core-dimension-2) !important}.pb-md-4,.py-md-4,.p-md-4{padding-bottom:var(--post-core-dimension-4) !important}.pb-md-6,.py-md-6,.p-md-6{padding-bottom:var(--post-core-dimension-6) !important}.pb-md-8,.py-md-8,.p-md-8{padding-bottom:var(--post-core-dimension-8) !important}.pb-md-12,.py-md-12,.p-md-12{padding-bottom:var(--post-core-dimension-12) !important}.pb-md-16,.py-md-16,.p-md-16{padding-bottom:var(--post-core-dimension-16) !important}.pb-md-24,.py-md-24,.p-md-24{padding-bottom:var(--post-core-dimension-24) !important}.pb-md-32,.py-md-32,.p-md-32{padding-bottom:var(--post-core-dimension-32) !important}.pb-md-40,.py-md-40,.p-md-40{padding-bottom:var(--post-core-dimension-40) !important}.pb-md-48,.py-md-48,.p-md-48{padding-bottom:var(--post-core-dimension-48) !important}.pb-md-56,.py-md-56,.p-md-56{padding-bottom:var(--post-core-dimension-56) !important}.pb-md-64,.py-md-64,.p-md-64{padding-bottom:var(--post-core-dimension-64) !important}.pb-md-72,.py-md-72,.p-md-72{padding-bottom:var(--post-core-dimension-72) !important}.pb-md-80,.py-md-80,.p-md-80{padding-bottom:var(--post-core-dimension-80) !important}.pb-md-88,.py-md-88,.p-md-88{padding-bottom:var(--post-core-dimension-88) !important}.pb-md-96,.py-md-96,.p-md-96{padding-bottom:var(--post-core-dimension-96) !important}.pb-md-104,.py-md-104,.p-md-104{padding-bottom:var(--post-core-dimension-104) !important}.pb-md-auto,.py-md-auto,.p-md-auto{padding-bottom:auto !important}.ps-md-0,.px-md-0,.p-md-0{padding-left:var(--post-core-dimension-0) !important}.ps-md-1,.px-md-1,.p-md-1{padding-left:var(--post-core-dimension-1) !important}.ps-md-2,.px-md-2,.p-md-2{padding-left:var(--post-core-dimension-2) !important}.ps-md-4,.px-md-4,.p-md-4{padding-left:var(--post-core-dimension-4) !important}.ps-md-6,.px-md-6,.p-md-6{padding-left:var(--post-core-dimension-6) !important}.ps-md-8,.px-md-8,.p-md-8{padding-left:var(--post-core-dimension-8) !important}.ps-md-12,.px-md-12,.p-md-12{padding-left:var(--post-core-dimension-12) !important}.ps-md-16,.px-md-16,.p-md-16{padding-left:var(--post-core-dimension-16) !important}.ps-md-24,.px-md-24,.p-md-24{padding-left:var(--post-core-dimension-24) !important}.ps-md-32,.px-md-32,.p-md-32{padding-left:var(--post-core-dimension-32) !important}.ps-md-40,.px-md-40,.p-md-40{padding-left:var(--post-core-dimension-40) !important}.ps-md-48,.px-md-48,.p-md-48{padding-left:var(--post-core-dimension-48) !important}.ps-md-56,.px-md-56,.p-md-56{padding-left:var(--post-core-dimension-56) !important}.ps-md-64,.px-md-64,.p-md-64{padding-left:var(--post-core-dimension-64) !important}.ps-md-72,.px-md-72,.p-md-72{padding-left:var(--post-core-dimension-72) !important}.ps-md-80,.px-md-80,.p-md-80{padding-left:var(--post-core-dimension-80) !important}.ps-md-88,.px-md-88,.p-md-88{padding-left:var(--post-core-dimension-88) !important}.ps-md-96,.px-md-96,.p-md-96{padding-left:var(--post-core-dimension-96) !important}.ps-md-104,.px-md-104,.p-md-104{padding-left:var(--post-core-dimension-104) !important}.ps-md-auto,.px-md-auto,.p-md-auto{padding-left:auto !important}.gap-md-0{gap:var(--post-core-dimension-0) !important}.gap-md-1{gap:var(--post-core-dimension-1) !important}.gap-md-2{gap:var(--post-core-dimension-2) !important}.gap-md-4{gap:var(--post-core-dimension-4) !important}.gap-md-6{gap:var(--post-core-dimension-6) !important}.gap-md-8{gap:var(--post-core-dimension-8) !important}.gap-md-12{gap:var(--post-core-dimension-12) !important}.gap-md-16{gap:var(--post-core-dimension-16) !important}.gap-md-24{gap:var(--post-core-dimension-24) !important}.gap-md-32{gap:var(--post-core-dimension-32) !important}.gap-md-40{gap:var(--post-core-dimension-40) !important}.gap-md-48{gap:var(--post-core-dimension-48) !important}.gap-md-56{gap:var(--post-core-dimension-56) !important}.gap-md-64{gap:var(--post-core-dimension-64) !important}.gap-md-72{gap:var(--post-core-dimension-72) !important}.gap-md-80{gap:var(--post-core-dimension-80) !important}.gap-md-88{gap:var(--post-core-dimension-88) !important}.gap-md-96{gap:var(--post-core-dimension-96) !important}.gap-md-104{gap:var(--post-core-dimension-104) !important}.gap-md-auto{gap:auto !important}.row-gap-md-0{row-gap:var(--post-core-dimension-0) !important}.row-gap-md-1{row-gap:var(--post-core-dimension-1) !important}.row-gap-md-2{row-gap:var(--post-core-dimension-2) !important}.row-gap-md-4{row-gap:var(--post-core-dimension-4) !important}.row-gap-md-6{row-gap:var(--post-core-dimension-6) !important}.row-gap-md-8{row-gap:var(--post-core-dimension-8) !important}.row-gap-md-12{row-gap:var(--post-core-dimension-12) !important}.row-gap-md-16{row-gap:var(--post-core-dimension-16) !important}.row-gap-md-24{row-gap:var(--post-core-dimension-24) !important}.row-gap-md-32{row-gap:var(--post-core-dimension-32) !important}.row-gap-md-40{row-gap:var(--post-core-dimension-40) !important}.row-gap-md-48{row-gap:var(--post-core-dimension-48) !important}.row-gap-md-56{row-gap:var(--post-core-dimension-56) !important}.row-gap-md-64{row-gap:var(--post-core-dimension-64) !important}.row-gap-md-72{row-gap:var(--post-core-dimension-72) !important}.row-gap-md-80{row-gap:var(--post-core-dimension-80) !important}.row-gap-md-88{row-gap:var(--post-core-dimension-88) !important}.row-gap-md-96{row-gap:var(--post-core-dimension-96) !important}.row-gap-md-104{row-gap:var(--post-core-dimension-104) !important}.row-gap-md-auto{row-gap:auto !important}.column-gap-md-0{column-gap:var(--post-core-dimension-0) !important}.column-gap-md-1{column-gap:var(--post-core-dimension-1) !important}.column-gap-md-2{column-gap:var(--post-core-dimension-2) !important}.column-gap-md-4{column-gap:var(--post-core-dimension-4) !important}.column-gap-md-6{column-gap:var(--post-core-dimension-6) !important}.column-gap-md-8{column-gap:var(--post-core-dimension-8) !important}.column-gap-md-12{column-gap:var(--post-core-dimension-12) !important}.column-gap-md-16{column-gap:var(--post-core-dimension-16) !important}.column-gap-md-24{column-gap:var(--post-core-dimension-24) !important}.column-gap-md-32{column-gap:var(--post-core-dimension-32) !important}.column-gap-md-40{column-gap:var(--post-core-dimension-40) !important}.column-gap-md-48{column-gap:var(--post-core-dimension-48) !important}.column-gap-md-56{column-gap:var(--post-core-dimension-56) !important}.column-gap-md-64{column-gap:var(--post-core-dimension-64) !important}.column-gap-md-72{column-gap:var(--post-core-dimension-72) !important}.column-gap-md-80{column-gap:var(--post-core-dimension-80) !important}.column-gap-md-88{column-gap:var(--post-core-dimension-88) !important}.column-gap-md-96{column-gap:var(--post-core-dimension-96) !important}.column-gap-md-104{column-gap:var(--post-core-dimension-104) !important}.column-gap-md-auto{column-gap:auto !important}.flex-md-fill{flex:1 1 auto !important}.flex-md-row{flex-direction:row !important}.flex-md-column{flex-direction:column !important}.flex-md-row-reverse{flex-direction:row-reverse !important}.flex-md-column-reverse{flex-direction:column-reverse !important}.flex-md-grow-0{flex-grow:0 !important}.flex-md-grow-1{flex-grow:1 !important}.flex-md-shrink-0{flex-shrink:0 !important}.flex-md-shrink-1{flex-shrink:1 !important}.flex-md-wrap{flex-wrap:wrap !important}.flex-md-nowrap{flex-wrap:nowrap !important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-md-start{justify-content:flex-start !important}.justify-content-md-end{justify-content:flex-end !important}.justify-content-md-center{justify-content:center !important}.justify-content-md-between{justify-content:space-between !important}.justify-content-md-around{justify-content:space-around !important}.justify-content-md-evenly{justify-content:space-evenly !important}.align-items-md-start{align-items:flex-start !important}.align-items-md-end{align-items:flex-end !important}.align-items-md-center{align-items:center !important}.align-items-md-baseline{align-items:baseline !important}.align-items-md-stretch{align-items:stretch !important}.align-content-md-start{align-content:flex-start !important}.align-content-md-end{align-content:flex-end !important}.align-content-md-center{align-content:center !important}.align-content-md-between{align-content:space-between !important}.align-content-md-around{align-content:space-around !important}.align-content-md-stretch{align-content:stretch !important}.align-self-md-auto{align-self:auto !important}.align-self-md-start{align-self:flex-start !important}.align-self-md-end{align-self:flex-end !important}.align-self-md-center{align-self:center !important}.align-self-md-baseline{align-self:baseline !important}.align-self-md-stretch{align-self:stretch !important}.order-md-first{order:-1 !important}.order-md-0{order:0 !important}.order-md-1{order:1 !important}.order-md-2{order:2 !important}.order-md-3{order:3 !important}.order-md-4{order:4 !important}.order-md-5{order:5 !important}.order-md-last{order:6 !important}.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}.d-md-block{display:block !important}.d-md-grid{display:grid !important}.d-md-inline-grid{display:inline-grid !important}.d-md-table{display:table !important}.d-md-table-row{display:table-row !important}.d-md-table-cell{display:table-cell !important}.d-md-flex{display:flex !important}.d-md-inline-flex{display:inline-flex !important}.d-md-none{display:none !important}.text-md-start{text-align:left !important}.text-md-end{text-align:right !important}.text-md-center{text-align:center !important}.fs-md-1{font-size:var(--post-device-font-size-1) !important}.fs-md-2{font-size:var(--post-device-font-size-2) !important}.fs-md-3{font-size:var(--post-device-font-size-3) !important}.fs-md-4{font-size:var(--post-device-font-size-4) !important}.fs-md-5{font-size:var(--post-device-font-size-5) !important}.fs-md-6{font-size:var(--post-device-font-size-6) !important}.fs-md-7{font-size:var(--post-device-font-size-7) !important}.fs-md-8{font-size:var(--post-device-font-size-8) !important}.fs-md-9{font-size:var(--post-device-font-size-9) !important}.fs-md-10{font-size:var(--post-device-font-size-10) !important}.fs-md-11{font-size:var(--post-device-font-size-11) !important}}@media screen and (min-width: 1024px){.gx-lg-0,.g-lg-0{--post-grid-gutter-x:var(--post-core-dimension-0) !important}.gx-lg-1,.g-lg-1{--post-grid-gutter-x:var(--post-core-dimension-1) !important}.gx-lg-2,.g-lg-2{--post-grid-gutter-x:var(--post-core-dimension-2) !important}.gx-lg-4,.g-lg-4{--post-grid-gutter-x:var(--post-core-dimension-4) !important}.gx-lg-6,.g-lg-6{--post-grid-gutter-x:var(--post-core-dimension-6) !important}.gx-lg-8,.g-lg-8{--post-grid-gutter-x:var(--post-core-dimension-8) !important}.gx-lg-12,.g-lg-12{--post-grid-gutter-x:var(--post-core-dimension-12) !important}.gx-lg-16,.g-lg-16{--post-grid-gutter-x:var(--post-core-dimension-16) !important}.gx-lg-24,.g-lg-24{--post-grid-gutter-x:var(--post-core-dimension-24) !important}.gx-lg-32,.g-lg-32{--post-grid-gutter-x:var(--post-core-dimension-32) !important}.gx-lg-40,.g-lg-40{--post-grid-gutter-x:var(--post-core-dimension-40) !important}.gx-lg-48,.g-lg-48{--post-grid-gutter-x:var(--post-core-dimension-48) !important}.gx-lg-56,.g-lg-56{--post-grid-gutter-x:var(--post-core-dimension-56) !important}.gx-lg-64,.g-lg-64{--post-grid-gutter-x:var(--post-core-dimension-64) !important}.gx-lg-72,.g-lg-72{--post-grid-gutter-x:var(--post-core-dimension-72) !important}.gx-lg-80,.g-lg-80{--post-grid-gutter-x:var(--post-core-dimension-80) !important}.gx-lg-88,.g-lg-88{--post-grid-gutter-x:var(--post-core-dimension-88) !important}.gx-lg-96,.g-lg-96{--post-grid-gutter-x:var(--post-core-dimension-96) !important}.gx-lg-104,.g-lg-104{--post-grid-gutter-x:var(--post-core-dimension-104) !important}.gx-lg-auto,.g-lg-auto{--post-grid-gutter-x:auto !important}.gy-lg-0,.g-lg-0{--post-grid-gutter-y:var(--post-core-dimension-0) !important}.gy-lg-1,.g-lg-1{--post-grid-gutter-y:var(--post-core-dimension-1) !important}.gy-lg-2,.g-lg-2{--post-grid-gutter-y:var(--post-core-dimension-2) !important}.gy-lg-4,.g-lg-4{--post-grid-gutter-y:var(--post-core-dimension-4) !important}.gy-lg-6,.g-lg-6{--post-grid-gutter-y:var(--post-core-dimension-6) !important}.gy-lg-8,.g-lg-8{--post-grid-gutter-y:var(--post-core-dimension-8) !important}.gy-lg-12,.g-lg-12{--post-grid-gutter-y:var(--post-core-dimension-12) !important}.gy-lg-16,.g-lg-16{--post-grid-gutter-y:var(--post-core-dimension-16) !important}.gy-lg-24,.g-lg-24{--post-grid-gutter-y:var(--post-core-dimension-24) !important}.gy-lg-32,.g-lg-32{--post-grid-gutter-y:var(--post-core-dimension-32) !important}.gy-lg-40,.g-lg-40{--post-grid-gutter-y:var(--post-core-dimension-40) !important}.gy-lg-48,.g-lg-48{--post-grid-gutter-y:var(--post-core-dimension-48) !important}.gy-lg-56,.g-lg-56{--post-grid-gutter-y:var(--post-core-dimension-56) !important}.gy-lg-64,.g-lg-64{--post-grid-gutter-y:var(--post-core-dimension-64) !important}.gy-lg-72,.g-lg-72{--post-grid-gutter-y:var(--post-core-dimension-72) !important}.gy-lg-80,.g-lg-80{--post-grid-gutter-y:var(--post-core-dimension-80) !important}.gy-lg-88,.g-lg-88{--post-grid-gutter-y:var(--post-core-dimension-88) !important}.gy-lg-96,.g-lg-96{--post-grid-gutter-y:var(--post-core-dimension-96) !important}.gy-lg-104,.g-lg-104{--post-grid-gutter-y:var(--post-core-dimension-104) !important}.gy-lg-auto,.g-lg-auto{--post-grid-gutter-y:auto !important}.w-lg-0{width:var(--post-core-dimension-0) !important}.w-lg-1{width:var(--post-core-dimension-1) !important}.w-lg-2{width:var(--post-core-dimension-2) !important}.w-lg-4{width:var(--post-core-dimension-4) !important}.w-lg-6{width:var(--post-core-dimension-6) !important}.w-lg-8{width:var(--post-core-dimension-8) !important}.w-lg-12{width:var(--post-core-dimension-12) !important}.w-lg-16{width:var(--post-core-dimension-16) !important}.w-lg-24{width:var(--post-core-dimension-24) !important}.w-lg-32{width:var(--post-core-dimension-32) !important}.w-lg-40{width:var(--post-core-dimension-40) !important}.w-lg-48{width:var(--post-core-dimension-48) !important}.w-lg-56{width:var(--post-core-dimension-56) !important}.w-lg-64{width:var(--post-core-dimension-64) !important}.w-lg-72{width:var(--post-core-dimension-72) !important}.w-lg-80{width:var(--post-core-dimension-80) !important}.w-lg-88{width:var(--post-core-dimension-88) !important}.w-lg-96{width:var(--post-core-dimension-96) !important}.w-lg-104{width:var(--post-core-dimension-104) !important}.w-lg-auto{width:auto !important}.w-lg-quarter{width:25% !important}.w-lg-third{width:33% !important}.w-lg-half{width:50% !important}.w-lg-two-thirds{width:66% !important}.w-lg-three-quarters{width:75% !important}.w-lg-full{width:100% !important}.h-lg-0{height:var(--post-core-dimension-0) !important}.h-lg-1{height:var(--post-core-dimension-1) !important}.h-lg-2{height:var(--post-core-dimension-2) !important}.h-lg-4{height:var(--post-core-dimension-4) !important}.h-lg-6{height:var(--post-core-dimension-6) !important}.h-lg-8{height:var(--post-core-dimension-8) !important}.h-lg-12{height:var(--post-core-dimension-12) !important}.h-lg-16{height:var(--post-core-dimension-16) !important}.h-lg-24{height:var(--post-core-dimension-24) !important}.h-lg-32{height:var(--post-core-dimension-32) !important}.h-lg-40{height:var(--post-core-dimension-40) !important}.h-lg-48{height:var(--post-core-dimension-48) !important}.h-lg-56{height:var(--post-core-dimension-56) !important}.h-lg-64{height:var(--post-core-dimension-64) !important}.h-lg-72{height:var(--post-core-dimension-72) !important}.h-lg-80{height:var(--post-core-dimension-80) !important}.h-lg-88{height:var(--post-core-dimension-88) !important}.h-lg-96{height:var(--post-core-dimension-96) !important}.h-lg-104{height:var(--post-core-dimension-104) !important}.h-lg-auto{height:auto !important}.h-lg-quarter{height:25% !important}.h-lg-third{height:33% !important}.h-lg-half{height:50% !important}.h-lg-two-thirds{height:66% !important}.h-lg-three-quarters{height:75% !important}.h-lg-full{height:100% !important}.max-w-lg-0{max-width:var(--post-core-dimension-0) !important}.max-w-lg-1{max-width:var(--post-core-dimension-1) !important}.max-w-lg-2{max-width:var(--post-core-dimension-2) !important}.max-w-lg-4{max-width:var(--post-core-dimension-4) !important}.max-w-lg-6{max-width:var(--post-core-dimension-6) !important}.max-w-lg-8{max-width:var(--post-core-dimension-8) !important}.max-w-lg-12{max-width:var(--post-core-dimension-12) !important}.max-w-lg-16{max-width:var(--post-core-dimension-16) !important}.max-w-lg-24{max-width:var(--post-core-dimension-24) !important}.max-w-lg-32{max-width:var(--post-core-dimension-32) !important}.max-w-lg-40{max-width:var(--post-core-dimension-40) !important}.max-w-lg-48{max-width:var(--post-core-dimension-48) !important}.max-w-lg-56{max-width:var(--post-core-dimension-56) !important}.max-w-lg-64{max-width:var(--post-core-dimension-64) !important}.max-w-lg-72{max-width:var(--post-core-dimension-72) !important}.max-w-lg-80{max-width:var(--post-core-dimension-80) !important}.max-w-lg-88{max-width:var(--post-core-dimension-88) !important}.max-w-lg-96{max-width:var(--post-core-dimension-96) !important}.max-w-lg-104{max-width:var(--post-core-dimension-104) !important}.max-w-lg-auto{max-width:auto !important}.max-w-lg-quarter{max-width:25% !important}.max-w-lg-third{max-width:33% !important}.max-w-lg-half{max-width:50% !important}.max-w-lg-two-thirds{max-width:66% !important}.max-w-lg-three-quarters{max-width:75% !important}.max-w-lg-full{max-width:100% !important}.max-h-lg-0{max-height:var(--post-core-dimension-0) !important}.max-h-lg-1{max-height:var(--post-core-dimension-1) !important}.max-h-lg-2{max-height:var(--post-core-dimension-2) !important}.max-h-lg-4{max-height:var(--post-core-dimension-4) !important}.max-h-lg-6{max-height:var(--post-core-dimension-6) !important}.max-h-lg-8{max-height:var(--post-core-dimension-8) !important}.max-h-lg-12{max-height:var(--post-core-dimension-12) !important}.max-h-lg-16{max-height:var(--post-core-dimension-16) !important}.max-h-lg-24{max-height:var(--post-core-dimension-24) !important}.max-h-lg-32{max-height:var(--post-core-dimension-32) !important}.max-h-lg-40{max-height:var(--post-core-dimension-40) !important}.max-h-lg-48{max-height:var(--post-core-dimension-48) !important}.max-h-lg-56{max-height:var(--post-core-dimension-56) !important}.max-h-lg-64{max-height:var(--post-core-dimension-64) !important}.max-h-lg-72{max-height:var(--post-core-dimension-72) !important}.max-h-lg-80{max-height:var(--post-core-dimension-80) !important}.max-h-lg-88{max-height:var(--post-core-dimension-88) !important}.max-h-lg-96{max-height:var(--post-core-dimension-96) !important}.max-h-lg-104{max-height:var(--post-core-dimension-104) !important}.max-h-lg-auto{max-height:auto !important}.max-h-lg-quarter{max-height:25% !important}.max-h-lg-third{max-height:33% !important}.max-h-lg-half{max-height:50% !important}.max-h-lg-two-thirds{max-height:66% !important}.max-h-lg-three-quarters{max-height:75% !important}.max-h-lg-full{max-height:100% !important}.min-w-lg-0{min-width:var(--post-core-dimension-0) !important}.min-w-lg-1{min-width:var(--post-core-dimension-1) !important}.min-w-lg-2{min-width:var(--post-core-dimension-2) !important}.min-w-lg-4{min-width:var(--post-core-dimension-4) !important}.min-w-lg-6{min-width:var(--post-core-dimension-6) !important}.min-w-lg-8{min-width:var(--post-core-dimension-8) !important}.min-w-lg-12{min-width:var(--post-core-dimension-12) !important}.min-w-lg-16{min-width:var(--post-core-dimension-16) !important}.min-w-lg-24{min-width:var(--post-core-dimension-24) !important}.min-w-lg-32{min-width:var(--post-core-dimension-32) !important}.min-w-lg-40{min-width:var(--post-core-dimension-40) !important}.min-w-lg-48{min-width:var(--post-core-dimension-48) !important}.min-w-lg-56{min-width:var(--post-core-dimension-56) !important}.min-w-lg-64{min-width:var(--post-core-dimension-64) !important}.min-w-lg-72{min-width:var(--post-core-dimension-72) !important}.min-w-lg-80{min-width:var(--post-core-dimension-80) !important}.min-w-lg-88{min-width:var(--post-core-dimension-88) !important}.min-w-lg-96{min-width:var(--post-core-dimension-96) !important}.min-w-lg-104{min-width:var(--post-core-dimension-104) !important}.min-w-lg-auto{min-width:auto !important}.min-w-lg-quarter{min-width:25% !important}.min-w-lg-third{min-width:33% !important}.min-w-lg-half{min-width:50% !important}.min-w-lg-two-thirds{min-width:66% !important}.min-w-lg-three-quarters{min-width:75% !important}.min-w-lg-full{min-width:100% !important}.min-h-lg-0{min-height:var(--post-core-dimension-0) !important}.min-h-lg-1{min-height:var(--post-core-dimension-1) !important}.min-h-lg-2{min-height:var(--post-core-dimension-2) !important}.min-h-lg-4{min-height:var(--post-core-dimension-4) !important}.min-h-lg-6{min-height:var(--post-core-dimension-6) !important}.min-h-lg-8{min-height:var(--post-core-dimension-8) !important}.min-h-lg-12{min-height:var(--post-core-dimension-12) !important}.min-h-lg-16{min-height:var(--post-core-dimension-16) !important}.min-h-lg-24{min-height:var(--post-core-dimension-24) !important}.min-h-lg-32{min-height:var(--post-core-dimension-32) !important}.min-h-lg-40{min-height:var(--post-core-dimension-40) !important}.min-h-lg-48{min-height:var(--post-core-dimension-48) !important}.min-h-lg-56{min-height:var(--post-core-dimension-56) !important}.min-h-lg-64{min-height:var(--post-core-dimension-64) !important}.min-h-lg-72{min-height:var(--post-core-dimension-72) !important}.min-h-lg-80{min-height:var(--post-core-dimension-80) !important}.min-h-lg-88{min-height:var(--post-core-dimension-88) !important}.min-h-lg-96{min-height:var(--post-core-dimension-96) !important}.min-h-lg-104{min-height:var(--post-core-dimension-104) !important}.min-h-lg-auto{min-height:auto !important}.min-h-lg-quarter{min-height:25% !important}.min-h-lg-third{min-height:33% !important}.min-h-lg-half{min-height:50% !important}.min-h-lg-two-thirds{min-height:66% !important}.min-h-lg-three-quarters{min-height:75% !important}.min-h-lg-full{min-height:100% !important}.vw-lg-quarter{width:25vw !important}.vw-lg-third{width:33vw !important}.vw-lg-half{width:50vw !important}.vw-lg-two-thirds{width:66vw !important}.vw-lg-three-quarters{width:75vw !important}.vw-lg-full{width:100vw !important}.vh-lg-quarter{height:25vh !important}.vh-lg-third{height:33vh !important}.vh-lg-half{height:50vh !important}.vh-lg-two-thirds{height:66vh !important}.vh-lg-three-quarters{height:75vh !important}.vh-lg-full{height:100vh !important}.min-vw-lg-quarter{min-width:25vw !important}.min-vw-lg-third{min-width:33vw !important}.min-vw-lg-half{min-width:50vw !important}.min-vw-lg-two-thirds{min-width:66vw !important}.min-vw-lg-three-quarters{min-width:75vw !important}.min-vw-lg-full{min-width:100vw !important}.min-vh-lg-quarter{min-height:25vh !important}.min-vh-lg-third{min-height:33vh !important}.min-vh-lg-half{min-height:50vh !important}.min-vh-lg-two-thirds{min-height:66vh !important}.min-vh-lg-three-quarters{min-height:75vh !important}.min-vh-lg-full{min-height:100vh !important}.max-vw-lg-quarter{max-width:25vw !important}.max-vw-lg-third{max-width:33vw !important}.max-vw-lg-half{max-width:50vw !important}.max-vw-lg-two-thirds{max-width:66vw !important}.max-vw-lg-three-quarters{max-width:75vw !important}.max-vw-lg-full{max-width:100vw !important}.max-vh-lg-quarter{max-height:25vh !important}.max-vh-lg-third{max-height:33vh !important}.max-vh-lg-half{max-height:50vh !important}.max-vh-lg-two-thirds{max-height:66vh !important}.max-vh-lg-three-quarters{max-height:75vh !important}.max-vh-lg-full{max-height:100vh !important}.float-lg-start{float:inline-start !important}.float-lg-end{float:inline-end !important}.float-lg-none{float:none !important}.mt-lg-0,.my-lg-0,.m-lg-0{margin-top:var(--post-core-dimension-0) !important}.mt-lg-1,.my-lg-1,.m-lg-1{margin-top:var(--post-core-dimension-1) !important}.mt-lg-2,.my-lg-2,.m-lg-2{margin-top:var(--post-core-dimension-2) !important}.mt-lg-4,.my-lg-4,.m-lg-4{margin-top:var(--post-core-dimension-4) !important}.mt-lg-6,.my-lg-6,.m-lg-6{margin-top:var(--post-core-dimension-6) !important}.mt-lg-8,.my-lg-8,.m-lg-8{margin-top:var(--post-core-dimension-8) !important}.mt-lg-12,.my-lg-12,.m-lg-12{margin-top:var(--post-core-dimension-12) !important}.mt-lg-16,.my-lg-16,.m-lg-16{margin-top:var(--post-core-dimension-16) !important}.mt-lg-24,.my-lg-24,.m-lg-24{margin-top:var(--post-core-dimension-24) !important}.mt-lg-32,.my-lg-32,.m-lg-32{margin-top:var(--post-core-dimension-32) !important}.mt-lg-40,.my-lg-40,.m-lg-40{margin-top:var(--post-core-dimension-40) !important}.mt-lg-48,.my-lg-48,.m-lg-48{margin-top:var(--post-core-dimension-48) !important}.mt-lg-56,.my-lg-56,.m-lg-56{margin-top:var(--post-core-dimension-56) !important}.mt-lg-64,.my-lg-64,.m-lg-64{margin-top:var(--post-core-dimension-64) !important}.mt-lg-72,.my-lg-72,.m-lg-72{margin-top:var(--post-core-dimension-72) !important}.mt-lg-80,.my-lg-80,.m-lg-80{margin-top:var(--post-core-dimension-80) !important}.mt-lg-88,.my-lg-88,.m-lg-88{margin-top:var(--post-core-dimension-88) !important}.mt-lg-96,.my-lg-96,.m-lg-96{margin-top:var(--post-core-dimension-96) !important}.mt-lg-104,.my-lg-104,.m-lg-104{margin-top:var(--post-core-dimension-104) !important}.mt-lg-auto,.my-lg-auto,.m-lg-auto{margin-top:auto !important}.me-lg-0,.mx-lg-0,.m-lg-0{margin-right:var(--post-core-dimension-0) !important}.me-lg-1,.mx-lg-1,.m-lg-1{margin-right:var(--post-core-dimension-1) !important}.me-lg-2,.mx-lg-2,.m-lg-2{margin-right:var(--post-core-dimension-2) !important}.me-lg-4,.mx-lg-4,.m-lg-4{margin-right:var(--post-core-dimension-4) !important}.me-lg-6,.mx-lg-6,.m-lg-6{margin-right:var(--post-core-dimension-6) !important}.me-lg-8,.mx-lg-8,.m-lg-8{margin-right:var(--post-core-dimension-8) !important}.me-lg-12,.mx-lg-12,.m-lg-12{margin-right:var(--post-core-dimension-12) !important}.me-lg-16,.mx-lg-16,.m-lg-16{margin-right:var(--post-core-dimension-16) !important}.me-lg-24,.mx-lg-24,.m-lg-24{margin-right:var(--post-core-dimension-24) !important}.me-lg-32,.mx-lg-32,.m-lg-32{margin-right:var(--post-core-dimension-32) !important}.me-lg-40,.mx-lg-40,.m-lg-40{margin-right:var(--post-core-dimension-40) !important}.me-lg-48,.mx-lg-48,.m-lg-48{margin-right:var(--post-core-dimension-48) !important}.me-lg-56,.mx-lg-56,.m-lg-56{margin-right:var(--post-core-dimension-56) !important}.me-lg-64,.mx-lg-64,.m-lg-64{margin-right:var(--post-core-dimension-64) !important}.me-lg-72,.mx-lg-72,.m-lg-72{margin-right:var(--post-core-dimension-72) !important}.me-lg-80,.mx-lg-80,.m-lg-80{margin-right:var(--post-core-dimension-80) !important}.me-lg-88,.mx-lg-88,.m-lg-88{margin-right:var(--post-core-dimension-88) !important}.me-lg-96,.mx-lg-96,.m-lg-96{margin-right:var(--post-core-dimension-96) !important}.me-lg-104,.mx-lg-104,.m-lg-104{margin-right:var(--post-core-dimension-104) !important}.me-lg-auto,.mx-lg-auto,.m-lg-auto{margin-right:auto !important}.mb-lg-0,.my-lg-0,.m-lg-0{margin-bottom:var(--post-core-dimension-0) !important}.mb-lg-1,.my-lg-1,.m-lg-1{margin-bottom:var(--post-core-dimension-1) !important}.mb-lg-2,.my-lg-2,.m-lg-2{margin-bottom:var(--post-core-dimension-2) !important}.mb-lg-4,.my-lg-4,.m-lg-4{margin-bottom:var(--post-core-dimension-4) !important}.mb-lg-6,.my-lg-6,.m-lg-6{margin-bottom:var(--post-core-dimension-6) !important}.mb-lg-8,.my-lg-8,.m-lg-8{margin-bottom:var(--post-core-dimension-8) !important}.mb-lg-12,.my-lg-12,.m-lg-12{margin-bottom:var(--post-core-dimension-12) !important}.mb-lg-16,.my-lg-16,.m-lg-16{margin-bottom:var(--post-core-dimension-16) !important}.mb-lg-24,.my-lg-24,.m-lg-24{margin-bottom:var(--post-core-dimension-24) !important}.mb-lg-32,.my-lg-32,.m-lg-32{margin-bottom:var(--post-core-dimension-32) !important}.mb-lg-40,.my-lg-40,.m-lg-40{margin-bottom:var(--post-core-dimension-40) !important}.mb-lg-48,.my-lg-48,.m-lg-48{margin-bottom:var(--post-core-dimension-48) !important}.mb-lg-56,.my-lg-56,.m-lg-56{margin-bottom:var(--post-core-dimension-56) !important}.mb-lg-64,.my-lg-64,.m-lg-64{margin-bottom:var(--post-core-dimension-64) !important}.mb-lg-72,.my-lg-72,.m-lg-72{margin-bottom:var(--post-core-dimension-72) !important}.mb-lg-80,.my-lg-80,.m-lg-80{margin-bottom:var(--post-core-dimension-80) !important}.mb-lg-88,.my-lg-88,.m-lg-88{margin-bottom:var(--post-core-dimension-88) !important}.mb-lg-96,.my-lg-96,.m-lg-96{margin-bottom:var(--post-core-dimension-96) !important}.mb-lg-104,.my-lg-104,.m-lg-104{margin-bottom:var(--post-core-dimension-104) !important}.mb-lg-auto,.my-lg-auto,.m-lg-auto{margin-bottom:auto !important}.ms-lg-0,.mx-lg-0,.m-lg-0{margin-left:var(--post-core-dimension-0) !important}.ms-lg-1,.mx-lg-1,.m-lg-1{margin-left:var(--post-core-dimension-1) !important}.ms-lg-2,.mx-lg-2,.m-lg-2{margin-left:var(--post-core-dimension-2) !important}.ms-lg-4,.mx-lg-4,.m-lg-4{margin-left:var(--post-core-dimension-4) !important}.ms-lg-6,.mx-lg-6,.m-lg-6{margin-left:var(--post-core-dimension-6) !important}.ms-lg-8,.mx-lg-8,.m-lg-8{margin-left:var(--post-core-dimension-8) !important}.ms-lg-12,.mx-lg-12,.m-lg-12{margin-left:var(--post-core-dimension-12) !important}.ms-lg-16,.mx-lg-16,.m-lg-16{margin-left:var(--post-core-dimension-16) !important}.ms-lg-24,.mx-lg-24,.m-lg-24{margin-left:var(--post-core-dimension-24) !important}.ms-lg-32,.mx-lg-32,.m-lg-32{margin-left:var(--post-core-dimension-32) !important}.ms-lg-40,.mx-lg-40,.m-lg-40{margin-left:var(--post-core-dimension-40) !important}.ms-lg-48,.mx-lg-48,.m-lg-48{margin-left:var(--post-core-dimension-48) !important}.ms-lg-56,.mx-lg-56,.m-lg-56{margin-left:var(--post-core-dimension-56) !important}.ms-lg-64,.mx-lg-64,.m-lg-64{margin-left:var(--post-core-dimension-64) !important}.ms-lg-72,.mx-lg-72,.m-lg-72{margin-left:var(--post-core-dimension-72) !important}.ms-lg-80,.mx-lg-80,.m-lg-80{margin-left:var(--post-core-dimension-80) !important}.ms-lg-88,.mx-lg-88,.m-lg-88{margin-left:var(--post-core-dimension-88) !important}.ms-lg-96,.mx-lg-96,.m-lg-96{margin-left:var(--post-core-dimension-96) !important}.ms-lg-104,.mx-lg-104,.m-lg-104{margin-left:var(--post-core-dimension-104) !important}.ms-lg-auto,.mx-lg-auto,.m-lg-auto{margin-left:auto !important}.pt-lg-0,.py-lg-0,.p-lg-0{padding-top:var(--post-core-dimension-0) !important}.pt-lg-1,.py-lg-1,.p-lg-1{padding-top:var(--post-core-dimension-1) !important}.pt-lg-2,.py-lg-2,.p-lg-2{padding-top:var(--post-core-dimension-2) !important}.pt-lg-4,.py-lg-4,.p-lg-4{padding-top:var(--post-core-dimension-4) !important}.pt-lg-6,.py-lg-6,.p-lg-6{padding-top:var(--post-core-dimension-6) !important}.pt-lg-8,.py-lg-8,.p-lg-8{padding-top:var(--post-core-dimension-8) !important}.pt-lg-12,.py-lg-12,.p-lg-12{padding-top:var(--post-core-dimension-12) !important}.pt-lg-16,.py-lg-16,.p-lg-16{padding-top:var(--post-core-dimension-16) !important}.pt-lg-24,.py-lg-24,.p-lg-24{padding-top:var(--post-core-dimension-24) !important}.pt-lg-32,.py-lg-32,.p-lg-32{padding-top:var(--post-core-dimension-32) !important}.pt-lg-40,.py-lg-40,.p-lg-40{padding-top:var(--post-core-dimension-40) !important}.pt-lg-48,.py-lg-48,.p-lg-48{padding-top:var(--post-core-dimension-48) !important}.pt-lg-56,.py-lg-56,.p-lg-56{padding-top:var(--post-core-dimension-56) !important}.pt-lg-64,.py-lg-64,.p-lg-64{padding-top:var(--post-core-dimension-64) !important}.pt-lg-72,.py-lg-72,.p-lg-72{padding-top:var(--post-core-dimension-72) !important}.pt-lg-80,.py-lg-80,.p-lg-80{padding-top:var(--post-core-dimension-80) !important}.pt-lg-88,.py-lg-88,.p-lg-88{padding-top:var(--post-core-dimension-88) !important}.pt-lg-96,.py-lg-96,.p-lg-96{padding-top:var(--post-core-dimension-96) !important}.pt-lg-104,.py-lg-104,.p-lg-104{padding-top:var(--post-core-dimension-104) !important}.pt-lg-auto,.py-lg-auto,.p-lg-auto{padding-top:auto !important}.pe-lg-0,.px-lg-0,.p-lg-0{padding-right:var(--post-core-dimension-0) !important}.pe-lg-1,.px-lg-1,.p-lg-1{padding-right:var(--post-core-dimension-1) !important}.pe-lg-2,.px-lg-2,.p-lg-2{padding-right:var(--post-core-dimension-2) !important}.pe-lg-4,.px-lg-4,.p-lg-4{padding-right:var(--post-core-dimension-4) !important}.pe-lg-6,.px-lg-6,.p-lg-6{padding-right:var(--post-core-dimension-6) !important}.pe-lg-8,.px-lg-8,.p-lg-8{padding-right:var(--post-core-dimension-8) !important}.pe-lg-12,.px-lg-12,.p-lg-12{padding-right:var(--post-core-dimension-12) !important}.pe-lg-16,.px-lg-16,.p-lg-16{padding-right:var(--post-core-dimension-16) !important}.pe-lg-24,.px-lg-24,.p-lg-24{padding-right:var(--post-core-dimension-24) !important}.pe-lg-32,.px-lg-32,.p-lg-32{padding-right:var(--post-core-dimension-32) !important}.pe-lg-40,.px-lg-40,.p-lg-40{padding-right:var(--post-core-dimension-40) !important}.pe-lg-48,.px-lg-48,.p-lg-48{padding-right:var(--post-core-dimension-48) !important}.pe-lg-56,.px-lg-56,.p-lg-56{padding-right:var(--post-core-dimension-56) !important}.pe-lg-64,.px-lg-64,.p-lg-64{padding-right:var(--post-core-dimension-64) !important}.pe-lg-72,.px-lg-72,.p-lg-72{padding-right:var(--post-core-dimension-72) !important}.pe-lg-80,.px-lg-80,.p-lg-80{padding-right:var(--post-core-dimension-80) !important}.pe-lg-88,.px-lg-88,.p-lg-88{padding-right:var(--post-core-dimension-88) !important}.pe-lg-96,.px-lg-96,.p-lg-96{padding-right:var(--post-core-dimension-96) !important}.pe-lg-104,.px-lg-104,.p-lg-104{padding-right:var(--post-core-dimension-104) !important}.pe-lg-auto,.px-lg-auto,.p-lg-auto{padding-right:auto !important}.pb-lg-0,.py-lg-0,.p-lg-0{padding-bottom:var(--post-core-dimension-0) !important}.pb-lg-1,.py-lg-1,.p-lg-1{padding-bottom:var(--post-core-dimension-1) !important}.pb-lg-2,.py-lg-2,.p-lg-2{padding-bottom:var(--post-core-dimension-2) !important}.pb-lg-4,.py-lg-4,.p-lg-4{padding-bottom:var(--post-core-dimension-4) !important}.pb-lg-6,.py-lg-6,.p-lg-6{padding-bottom:var(--post-core-dimension-6) !important}.pb-lg-8,.py-lg-8,.p-lg-8{padding-bottom:var(--post-core-dimension-8) !important}.pb-lg-12,.py-lg-12,.p-lg-12{padding-bottom:var(--post-core-dimension-12) !important}.pb-lg-16,.py-lg-16,.p-lg-16{padding-bottom:var(--post-core-dimension-16) !important}.pb-lg-24,.py-lg-24,.p-lg-24{padding-bottom:var(--post-core-dimension-24) !important}.pb-lg-32,.py-lg-32,.p-lg-32{padding-bottom:var(--post-core-dimension-32) !important}.pb-lg-40,.py-lg-40,.p-lg-40{padding-bottom:var(--post-core-dimension-40) !important}.pb-lg-48,.py-lg-48,.p-lg-48{padding-bottom:var(--post-core-dimension-48) !important}.pb-lg-56,.py-lg-56,.p-lg-56{padding-bottom:var(--post-core-dimension-56) !important}.pb-lg-64,.py-lg-64,.p-lg-64{padding-bottom:var(--post-core-dimension-64) !important}.pb-lg-72,.py-lg-72,.p-lg-72{padding-bottom:var(--post-core-dimension-72) !important}.pb-lg-80,.py-lg-80,.p-lg-80{padding-bottom:var(--post-core-dimension-80) !important}.pb-lg-88,.py-lg-88,.p-lg-88{padding-bottom:var(--post-core-dimension-88) !important}.pb-lg-96,.py-lg-96,.p-lg-96{padding-bottom:var(--post-core-dimension-96) !important}.pb-lg-104,.py-lg-104,.p-lg-104{padding-bottom:var(--post-core-dimension-104) !important}.pb-lg-auto,.py-lg-auto,.p-lg-auto{padding-bottom:auto !important}.ps-lg-0,.px-lg-0,.p-lg-0{padding-left:var(--post-core-dimension-0) !important}.ps-lg-1,.px-lg-1,.p-lg-1{padding-left:var(--post-core-dimension-1) !important}.ps-lg-2,.px-lg-2,.p-lg-2{padding-left:var(--post-core-dimension-2) !important}.ps-lg-4,.px-lg-4,.p-lg-4{padding-left:var(--post-core-dimension-4) !important}.ps-lg-6,.px-lg-6,.p-lg-6{padding-left:var(--post-core-dimension-6) !important}.ps-lg-8,.px-lg-8,.p-lg-8{padding-left:var(--post-core-dimension-8) !important}.ps-lg-12,.px-lg-12,.p-lg-12{padding-left:var(--post-core-dimension-12) !important}.ps-lg-16,.px-lg-16,.p-lg-16{padding-left:var(--post-core-dimension-16) !important}.ps-lg-24,.px-lg-24,.p-lg-24{padding-left:var(--post-core-dimension-24) !important}.ps-lg-32,.px-lg-32,.p-lg-32{padding-left:var(--post-core-dimension-32) !important}.ps-lg-40,.px-lg-40,.p-lg-40{padding-left:var(--post-core-dimension-40) !important}.ps-lg-48,.px-lg-48,.p-lg-48{padding-left:var(--post-core-dimension-48) !important}.ps-lg-56,.px-lg-56,.p-lg-56{padding-left:var(--post-core-dimension-56) !important}.ps-lg-64,.px-lg-64,.p-lg-64{padding-left:var(--post-core-dimension-64) !important}.ps-lg-72,.px-lg-72,.p-lg-72{padding-left:var(--post-core-dimension-72) !important}.ps-lg-80,.px-lg-80,.p-lg-80{padding-left:var(--post-core-dimension-80) !important}.ps-lg-88,.px-lg-88,.p-lg-88{padding-left:var(--post-core-dimension-88) !important}.ps-lg-96,.px-lg-96,.p-lg-96{padding-left:var(--post-core-dimension-96) !important}.ps-lg-104,.px-lg-104,.p-lg-104{padding-left:var(--post-core-dimension-104) !important}.ps-lg-auto,.px-lg-auto,.p-lg-auto{padding-left:auto !important}.gap-lg-0{gap:var(--post-core-dimension-0) !important}.gap-lg-1{gap:var(--post-core-dimension-1) !important}.gap-lg-2{gap:var(--post-core-dimension-2) !important}.gap-lg-4{gap:var(--post-core-dimension-4) !important}.gap-lg-6{gap:var(--post-core-dimension-6) !important}.gap-lg-8{gap:var(--post-core-dimension-8) !important}.gap-lg-12{gap:var(--post-core-dimension-12) !important}.gap-lg-16{gap:var(--post-core-dimension-16) !important}.gap-lg-24{gap:var(--post-core-dimension-24) !important}.gap-lg-32{gap:var(--post-core-dimension-32) !important}.gap-lg-40{gap:var(--post-core-dimension-40) !important}.gap-lg-48{gap:var(--post-core-dimension-48) !important}.gap-lg-56{gap:var(--post-core-dimension-56) !important}.gap-lg-64{gap:var(--post-core-dimension-64) !important}.gap-lg-72{gap:var(--post-core-dimension-72) !important}.gap-lg-80{gap:var(--post-core-dimension-80) !important}.gap-lg-88{gap:var(--post-core-dimension-88) !important}.gap-lg-96{gap:var(--post-core-dimension-96) !important}.gap-lg-104{gap:var(--post-core-dimension-104) !important}.gap-lg-auto{gap:auto !important}.row-gap-lg-0{row-gap:var(--post-core-dimension-0) !important}.row-gap-lg-1{row-gap:var(--post-core-dimension-1) !important}.row-gap-lg-2{row-gap:var(--post-core-dimension-2) !important}.row-gap-lg-4{row-gap:var(--post-core-dimension-4) !important}.row-gap-lg-6{row-gap:var(--post-core-dimension-6) !important}.row-gap-lg-8{row-gap:var(--post-core-dimension-8) !important}.row-gap-lg-12{row-gap:var(--post-core-dimension-12) !important}.row-gap-lg-16{row-gap:var(--post-core-dimension-16) !important}.row-gap-lg-24{row-gap:var(--post-core-dimension-24) !important}.row-gap-lg-32{row-gap:var(--post-core-dimension-32) !important}.row-gap-lg-40{row-gap:var(--post-core-dimension-40) !important}.row-gap-lg-48{row-gap:var(--post-core-dimension-48) !important}.row-gap-lg-56{row-gap:var(--post-core-dimension-56) !important}.row-gap-lg-64{row-gap:var(--post-core-dimension-64) !important}.row-gap-lg-72{row-gap:var(--post-core-dimension-72) !important}.row-gap-lg-80{row-gap:var(--post-core-dimension-80) !important}.row-gap-lg-88{row-gap:var(--post-core-dimension-88) !important}.row-gap-lg-96{row-gap:var(--post-core-dimension-96) !important}.row-gap-lg-104{row-gap:var(--post-core-dimension-104) !important}.row-gap-lg-auto{row-gap:auto !important}.column-gap-lg-0{column-gap:var(--post-core-dimension-0) !important}.column-gap-lg-1{column-gap:var(--post-core-dimension-1) !important}.column-gap-lg-2{column-gap:var(--post-core-dimension-2) !important}.column-gap-lg-4{column-gap:var(--post-core-dimension-4) !important}.column-gap-lg-6{column-gap:var(--post-core-dimension-6) !important}.column-gap-lg-8{column-gap:var(--post-core-dimension-8) !important}.column-gap-lg-12{column-gap:var(--post-core-dimension-12) !important}.column-gap-lg-16{column-gap:var(--post-core-dimension-16) !important}.column-gap-lg-24{column-gap:var(--post-core-dimension-24) !important}.column-gap-lg-32{column-gap:var(--post-core-dimension-32) !important}.column-gap-lg-40{column-gap:var(--post-core-dimension-40) !important}.column-gap-lg-48{column-gap:var(--post-core-dimension-48) !important}.column-gap-lg-56{column-gap:var(--post-core-dimension-56) !important}.column-gap-lg-64{column-gap:var(--post-core-dimension-64) !important}.column-gap-lg-72{column-gap:var(--post-core-dimension-72) !important}.column-gap-lg-80{column-gap:var(--post-core-dimension-80) !important}.column-gap-lg-88{column-gap:var(--post-core-dimension-88) !important}.column-gap-lg-96{column-gap:var(--post-core-dimension-96) !important}.column-gap-lg-104{column-gap:var(--post-core-dimension-104) !important}.column-gap-lg-auto{column-gap:auto !important}.flex-lg-fill{flex:1 1 auto !important}.flex-lg-row{flex-direction:row !important}.flex-lg-column{flex-direction:column !important}.flex-lg-row-reverse{flex-direction:row-reverse !important}.flex-lg-column-reverse{flex-direction:column-reverse !important}.flex-lg-grow-0{flex-grow:0 !important}.flex-lg-grow-1{flex-grow:1 !important}.flex-lg-shrink-0{flex-shrink:0 !important}.flex-lg-shrink-1{flex-shrink:1 !important}.flex-lg-wrap{flex-wrap:wrap !important}.flex-lg-nowrap{flex-wrap:nowrap !important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-lg-start{justify-content:flex-start !important}.justify-content-lg-end{justify-content:flex-end !important}.justify-content-lg-center{justify-content:center !important}.justify-content-lg-between{justify-content:space-between !important}.justify-content-lg-around{justify-content:space-around !important}.justify-content-lg-evenly{justify-content:space-evenly !important}.align-items-lg-start{align-items:flex-start !important}.align-items-lg-end{align-items:flex-end !important}.align-items-lg-center{align-items:center !important}.align-items-lg-baseline{align-items:baseline !important}.align-items-lg-stretch{align-items:stretch !important}.align-content-lg-start{align-content:flex-start !important}.align-content-lg-end{align-content:flex-end !important}.align-content-lg-center{align-content:center !important}.align-content-lg-between{align-content:space-between !important}.align-content-lg-around{align-content:space-around !important}.align-content-lg-stretch{align-content:stretch !important}.align-self-lg-auto{align-self:auto !important}.align-self-lg-start{align-self:flex-start !important}.align-self-lg-end{align-self:flex-end !important}.align-self-lg-center{align-self:center !important}.align-self-lg-baseline{align-self:baseline !important}.align-self-lg-stretch{align-self:stretch !important}.order-lg-first{order:-1 !important}.order-lg-0{order:0 !important}.order-lg-1{order:1 !important}.order-lg-2{order:2 !important}.order-lg-3{order:3 !important}.order-lg-4{order:4 !important}.order-lg-5{order:5 !important}.order-lg-last{order:6 !important}.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-block{display:block !important}.d-lg-grid{display:grid !important}.d-lg-inline-grid{display:inline-grid !important}.d-lg-table{display:table !important}.d-lg-table-row{display:table-row !important}.d-lg-table-cell{display:table-cell !important}.d-lg-flex{display:flex !important}.d-lg-inline-flex{display:inline-flex !important}.d-lg-none{display:none !important}.text-lg-start{text-align:left !important}.text-lg-end{text-align:right !important}.text-lg-center{text-align:center !important}.fs-lg-1{font-size:var(--post-device-font-size-1) !important}.fs-lg-2{font-size:var(--post-device-font-size-2) !important}.fs-lg-3{font-size:var(--post-device-font-size-3) !important}.fs-lg-4{font-size:var(--post-device-font-size-4) !important}.fs-lg-5{font-size:var(--post-device-font-size-5) !important}.fs-lg-6{font-size:var(--post-device-font-size-6) !important}.fs-lg-7{font-size:var(--post-device-font-size-7) !important}.fs-lg-8{font-size:var(--post-device-font-size-8) !important}.fs-lg-9{font-size:var(--post-device-font-size-9) !important}.fs-lg-10{font-size:var(--post-device-font-size-10) !important}.fs-lg-11{font-size:var(--post-device-font-size-11) !important}}@media screen and (min-width: 1280px){.gx-xl-0,.g-xl-0{--post-grid-gutter-x:var(--post-core-dimension-0) !important}.gx-xl-1,.g-xl-1{--post-grid-gutter-x:var(--post-core-dimension-1) !important}.gx-xl-2,.g-xl-2{--post-grid-gutter-x:var(--post-core-dimension-2) !important}.gx-xl-4,.g-xl-4{--post-grid-gutter-x:var(--post-core-dimension-4) !important}.gx-xl-6,.g-xl-6{--post-grid-gutter-x:var(--post-core-dimension-6) !important}.gx-xl-8,.g-xl-8{--post-grid-gutter-x:var(--post-core-dimension-8) !important}.gx-xl-12,.g-xl-12{--post-grid-gutter-x:var(--post-core-dimension-12) !important}.gx-xl-16,.g-xl-16{--post-grid-gutter-x:var(--post-core-dimension-16) !important}.gx-xl-24,.g-xl-24{--post-grid-gutter-x:var(--post-core-dimension-24) !important}.gx-xl-32,.g-xl-32{--post-grid-gutter-x:var(--post-core-dimension-32) !important}.gx-xl-40,.g-xl-40{--post-grid-gutter-x:var(--post-core-dimension-40) !important}.gx-xl-48,.g-xl-48{--post-grid-gutter-x:var(--post-core-dimension-48) !important}.gx-xl-56,.g-xl-56{--post-grid-gutter-x:var(--post-core-dimension-56) !important}.gx-xl-64,.g-xl-64{--post-grid-gutter-x:var(--post-core-dimension-64) !important}.gx-xl-72,.g-xl-72{--post-grid-gutter-x:var(--post-core-dimension-72) !important}.gx-xl-80,.g-xl-80{--post-grid-gutter-x:var(--post-core-dimension-80) !important}.gx-xl-88,.g-xl-88{--post-grid-gutter-x:var(--post-core-dimension-88) !important}.gx-xl-96,.g-xl-96{--post-grid-gutter-x:var(--post-core-dimension-96) !important}.gx-xl-104,.g-xl-104{--post-grid-gutter-x:var(--post-core-dimension-104) !important}.gx-xl-auto,.g-xl-auto{--post-grid-gutter-x:auto !important}.gy-xl-0,.g-xl-0{--post-grid-gutter-y:var(--post-core-dimension-0) !important}.gy-xl-1,.g-xl-1{--post-grid-gutter-y:var(--post-core-dimension-1) !important}.gy-xl-2,.g-xl-2{--post-grid-gutter-y:var(--post-core-dimension-2) !important}.gy-xl-4,.g-xl-4{--post-grid-gutter-y:var(--post-core-dimension-4) !important}.gy-xl-6,.g-xl-6{--post-grid-gutter-y:var(--post-core-dimension-6) !important}.gy-xl-8,.g-xl-8{--post-grid-gutter-y:var(--post-core-dimension-8) !important}.gy-xl-12,.g-xl-12{--post-grid-gutter-y:var(--post-core-dimension-12) !important}.gy-xl-16,.g-xl-16{--post-grid-gutter-y:var(--post-core-dimension-16) !important}.gy-xl-24,.g-xl-24{--post-grid-gutter-y:var(--post-core-dimension-24) !important}.gy-xl-32,.g-xl-32{--post-grid-gutter-y:var(--post-core-dimension-32) !important}.gy-xl-40,.g-xl-40{--post-grid-gutter-y:var(--post-core-dimension-40) !important}.gy-xl-48,.g-xl-48{--post-grid-gutter-y:var(--post-core-dimension-48) !important}.gy-xl-56,.g-xl-56{--post-grid-gutter-y:var(--post-core-dimension-56) !important}.gy-xl-64,.g-xl-64{--post-grid-gutter-y:var(--post-core-dimension-64) !important}.gy-xl-72,.g-xl-72{--post-grid-gutter-y:var(--post-core-dimension-72) !important}.gy-xl-80,.g-xl-80{--post-grid-gutter-y:var(--post-core-dimension-80) !important}.gy-xl-88,.g-xl-88{--post-grid-gutter-y:var(--post-core-dimension-88) !important}.gy-xl-96,.g-xl-96{--post-grid-gutter-y:var(--post-core-dimension-96) !important}.gy-xl-104,.g-xl-104{--post-grid-gutter-y:var(--post-core-dimension-104) !important}.gy-xl-auto,.g-xl-auto{--post-grid-gutter-y:auto !important}.w-xl-0{width:var(--post-core-dimension-0) !important}.w-xl-1{width:var(--post-core-dimension-1) !important}.w-xl-2{width:var(--post-core-dimension-2) !important}.w-xl-4{width:var(--post-core-dimension-4) !important}.w-xl-6{width:var(--post-core-dimension-6) !important}.w-xl-8{width:var(--post-core-dimension-8) !important}.w-xl-12{width:var(--post-core-dimension-12) !important}.w-xl-16{width:var(--post-core-dimension-16) !important}.w-xl-24{width:var(--post-core-dimension-24) !important}.w-xl-32{width:var(--post-core-dimension-32) !important}.w-xl-40{width:var(--post-core-dimension-40) !important}.w-xl-48{width:var(--post-core-dimension-48) !important}.w-xl-56{width:var(--post-core-dimension-56) !important}.w-xl-64{width:var(--post-core-dimension-64) !important}.w-xl-72{width:var(--post-core-dimension-72) !important}.w-xl-80{width:var(--post-core-dimension-80) !important}.w-xl-88{width:var(--post-core-dimension-88) !important}.w-xl-96{width:var(--post-core-dimension-96) !important}.w-xl-104{width:var(--post-core-dimension-104) !important}.w-xl-auto{width:auto !important}.w-xl-quarter{width:25% !important}.w-xl-third{width:33% !important}.w-xl-half{width:50% !important}.w-xl-two-thirds{width:66% !important}.w-xl-three-quarters{width:75% !important}.w-xl-full{width:100% !important}.h-xl-0{height:var(--post-core-dimension-0) !important}.h-xl-1{height:var(--post-core-dimension-1) !important}.h-xl-2{height:var(--post-core-dimension-2) !important}.h-xl-4{height:var(--post-core-dimension-4) !important}.h-xl-6{height:var(--post-core-dimension-6) !important}.h-xl-8{height:var(--post-core-dimension-8) !important}.h-xl-12{height:var(--post-core-dimension-12) !important}.h-xl-16{height:var(--post-core-dimension-16) !important}.h-xl-24{height:var(--post-core-dimension-24) !important}.h-xl-32{height:var(--post-core-dimension-32) !important}.h-xl-40{height:var(--post-core-dimension-40) !important}.h-xl-48{height:var(--post-core-dimension-48) !important}.h-xl-56{height:var(--post-core-dimension-56) !important}.h-xl-64{height:var(--post-core-dimension-64) !important}.h-xl-72{height:var(--post-core-dimension-72) !important}.h-xl-80{height:var(--post-core-dimension-80) !important}.h-xl-88{height:var(--post-core-dimension-88) !important}.h-xl-96{height:var(--post-core-dimension-96) !important}.h-xl-104{height:var(--post-core-dimension-104) !important}.h-xl-auto{height:auto !important}.h-xl-quarter{height:25% !important}.h-xl-third{height:33% !important}.h-xl-half{height:50% !important}.h-xl-two-thirds{height:66% !important}.h-xl-three-quarters{height:75% !important}.h-xl-full{height:100% !important}.max-w-xl-0{max-width:var(--post-core-dimension-0) !important}.max-w-xl-1{max-width:var(--post-core-dimension-1) !important}.max-w-xl-2{max-width:var(--post-core-dimension-2) !important}.max-w-xl-4{max-width:var(--post-core-dimension-4) !important}.max-w-xl-6{max-width:var(--post-core-dimension-6) !important}.max-w-xl-8{max-width:var(--post-core-dimension-8) !important}.max-w-xl-12{max-width:var(--post-core-dimension-12) !important}.max-w-xl-16{max-width:var(--post-core-dimension-16) !important}.max-w-xl-24{max-width:var(--post-core-dimension-24) !important}.max-w-xl-32{max-width:var(--post-core-dimension-32) !important}.max-w-xl-40{max-width:var(--post-core-dimension-40) !important}.max-w-xl-48{max-width:var(--post-core-dimension-48) !important}.max-w-xl-56{max-width:var(--post-core-dimension-56) !important}.max-w-xl-64{max-width:var(--post-core-dimension-64) !important}.max-w-xl-72{max-width:var(--post-core-dimension-72) !important}.max-w-xl-80{max-width:var(--post-core-dimension-80) !important}.max-w-xl-88{max-width:var(--post-core-dimension-88) !important}.max-w-xl-96{max-width:var(--post-core-dimension-96) !important}.max-w-xl-104{max-width:var(--post-core-dimension-104) !important}.max-w-xl-auto{max-width:auto !important}.max-w-xl-quarter{max-width:25% !important}.max-w-xl-third{max-width:33% !important}.max-w-xl-half{max-width:50% !important}.max-w-xl-two-thirds{max-width:66% !important}.max-w-xl-three-quarters{max-width:75% !important}.max-w-xl-full{max-width:100% !important}.max-h-xl-0{max-height:var(--post-core-dimension-0) !important}.max-h-xl-1{max-height:var(--post-core-dimension-1) !important}.max-h-xl-2{max-height:var(--post-core-dimension-2) !important}.max-h-xl-4{max-height:var(--post-core-dimension-4) !important}.max-h-xl-6{max-height:var(--post-core-dimension-6) !important}.max-h-xl-8{max-height:var(--post-core-dimension-8) !important}.max-h-xl-12{max-height:var(--post-core-dimension-12) !important}.max-h-xl-16{max-height:var(--post-core-dimension-16) !important}.max-h-xl-24{max-height:var(--post-core-dimension-24) !important}.max-h-xl-32{max-height:var(--post-core-dimension-32) !important}.max-h-xl-40{max-height:var(--post-core-dimension-40) !important}.max-h-xl-48{max-height:var(--post-core-dimension-48) !important}.max-h-xl-56{max-height:var(--post-core-dimension-56) !important}.max-h-xl-64{max-height:var(--post-core-dimension-64) !important}.max-h-xl-72{max-height:var(--post-core-dimension-72) !important}.max-h-xl-80{max-height:var(--post-core-dimension-80) !important}.max-h-xl-88{max-height:var(--post-core-dimension-88) !important}.max-h-xl-96{max-height:var(--post-core-dimension-96) !important}.max-h-xl-104{max-height:var(--post-core-dimension-104) !important}.max-h-xl-auto{max-height:auto !important}.max-h-xl-quarter{max-height:25% !important}.max-h-xl-third{max-height:33% !important}.max-h-xl-half{max-height:50% !important}.max-h-xl-two-thirds{max-height:66% !important}.max-h-xl-three-quarters{max-height:75% !important}.max-h-xl-full{max-height:100% !important}.min-w-xl-0{min-width:var(--post-core-dimension-0) !important}.min-w-xl-1{min-width:var(--post-core-dimension-1) !important}.min-w-xl-2{min-width:var(--post-core-dimension-2) !important}.min-w-xl-4{min-width:var(--post-core-dimension-4) !important}.min-w-xl-6{min-width:var(--post-core-dimension-6) !important}.min-w-xl-8{min-width:var(--post-core-dimension-8) !important}.min-w-xl-12{min-width:var(--post-core-dimension-12) !important}.min-w-xl-16{min-width:var(--post-core-dimension-16) !important}.min-w-xl-24{min-width:var(--post-core-dimension-24) !important}.min-w-xl-32{min-width:var(--post-core-dimension-32) !important}.min-w-xl-40{min-width:var(--post-core-dimension-40) !important}.min-w-xl-48{min-width:var(--post-core-dimension-48) !important}.min-w-xl-56{min-width:var(--post-core-dimension-56) !important}.min-w-xl-64{min-width:var(--post-core-dimension-64) !important}.min-w-xl-72{min-width:var(--post-core-dimension-72) !important}.min-w-xl-80{min-width:var(--post-core-dimension-80) !important}.min-w-xl-88{min-width:var(--post-core-dimension-88) !important}.min-w-xl-96{min-width:var(--post-core-dimension-96) !important}.min-w-xl-104{min-width:var(--post-core-dimension-104) !important}.min-w-xl-auto{min-width:auto !important}.min-w-xl-quarter{min-width:25% !important}.min-w-xl-third{min-width:33% !important}.min-w-xl-half{min-width:50% !important}.min-w-xl-two-thirds{min-width:66% !important}.min-w-xl-three-quarters{min-width:75% !important}.min-w-xl-full{min-width:100% !important}.min-h-xl-0{min-height:var(--post-core-dimension-0) !important}.min-h-xl-1{min-height:var(--post-core-dimension-1) !important}.min-h-xl-2{min-height:var(--post-core-dimension-2) !important}.min-h-xl-4{min-height:var(--post-core-dimension-4) !important}.min-h-xl-6{min-height:var(--post-core-dimension-6) !important}.min-h-xl-8{min-height:var(--post-core-dimension-8) !important}.min-h-xl-12{min-height:var(--post-core-dimension-12) !important}.min-h-xl-16{min-height:var(--post-core-dimension-16) !important}.min-h-xl-24{min-height:var(--post-core-dimension-24) !important}.min-h-xl-32{min-height:var(--post-core-dimension-32) !important}.min-h-xl-40{min-height:var(--post-core-dimension-40) !important}.min-h-xl-48{min-height:var(--post-core-dimension-48) !important}.min-h-xl-56{min-height:var(--post-core-dimension-56) !important}.min-h-xl-64{min-height:var(--post-core-dimension-64) !important}.min-h-xl-72{min-height:var(--post-core-dimension-72) !important}.min-h-xl-80{min-height:var(--post-core-dimension-80) !important}.min-h-xl-88{min-height:var(--post-core-dimension-88) !important}.min-h-xl-96{min-height:var(--post-core-dimension-96) !important}.min-h-xl-104{min-height:var(--post-core-dimension-104) !important}.min-h-xl-auto{min-height:auto !important}.min-h-xl-quarter{min-height:25% !important}.min-h-xl-third{min-height:33% !important}.min-h-xl-half{min-height:50% !important}.min-h-xl-two-thirds{min-height:66% !important}.min-h-xl-three-quarters{min-height:75% !important}.min-h-xl-full{min-height:100% !important}.vw-xl-quarter{width:25vw !important}.vw-xl-third{width:33vw !important}.vw-xl-half{width:50vw !important}.vw-xl-two-thirds{width:66vw !important}.vw-xl-three-quarters{width:75vw !important}.vw-xl-full{width:100vw !important}.vh-xl-quarter{height:25vh !important}.vh-xl-third{height:33vh !important}.vh-xl-half{height:50vh !important}.vh-xl-two-thirds{height:66vh !important}.vh-xl-three-quarters{height:75vh !important}.vh-xl-full{height:100vh !important}.min-vw-xl-quarter{min-width:25vw !important}.min-vw-xl-third{min-width:33vw !important}.min-vw-xl-half{min-width:50vw !important}.min-vw-xl-two-thirds{min-width:66vw !important}.min-vw-xl-three-quarters{min-width:75vw !important}.min-vw-xl-full{min-width:100vw !important}.min-vh-xl-quarter{min-height:25vh !important}.min-vh-xl-third{min-height:33vh !important}.min-vh-xl-half{min-height:50vh !important}.min-vh-xl-two-thirds{min-height:66vh !important}.min-vh-xl-three-quarters{min-height:75vh !important}.min-vh-xl-full{min-height:100vh !important}.max-vw-xl-quarter{max-width:25vw !important}.max-vw-xl-third{max-width:33vw !important}.max-vw-xl-half{max-width:50vw !important}.max-vw-xl-two-thirds{max-width:66vw !important}.max-vw-xl-three-quarters{max-width:75vw !important}.max-vw-xl-full{max-width:100vw !important}.max-vh-xl-quarter{max-height:25vh !important}.max-vh-xl-third{max-height:33vh !important}.max-vh-xl-half{max-height:50vh !important}.max-vh-xl-two-thirds{max-height:66vh !important}.max-vh-xl-three-quarters{max-height:75vh !important}.max-vh-xl-full{max-height:100vh !important}.float-xl-start{float:inline-start !important}.float-xl-end{float:inline-end !important}.float-xl-none{float:none !important}.mt-xl-0,.my-xl-0,.m-xl-0{margin-top:var(--post-core-dimension-0) !important}.mt-xl-1,.my-xl-1,.m-xl-1{margin-top:var(--post-core-dimension-1) !important}.mt-xl-2,.my-xl-2,.m-xl-2{margin-top:var(--post-core-dimension-2) !important}.mt-xl-4,.my-xl-4,.m-xl-4{margin-top:var(--post-core-dimension-4) !important}.mt-xl-6,.my-xl-6,.m-xl-6{margin-top:var(--post-core-dimension-6) !important}.mt-xl-8,.my-xl-8,.m-xl-8{margin-top:var(--post-core-dimension-8) !important}.mt-xl-12,.my-xl-12,.m-xl-12{margin-top:var(--post-core-dimension-12) !important}.mt-xl-16,.my-xl-16,.m-xl-16{margin-top:var(--post-core-dimension-16) !important}.mt-xl-24,.my-xl-24,.m-xl-24{margin-top:var(--post-core-dimension-24) !important}.mt-xl-32,.my-xl-32,.m-xl-32{margin-top:var(--post-core-dimension-32) !important}.mt-xl-40,.my-xl-40,.m-xl-40{margin-top:var(--post-core-dimension-40) !important}.mt-xl-48,.my-xl-48,.m-xl-48{margin-top:var(--post-core-dimension-48) !important}.mt-xl-56,.my-xl-56,.m-xl-56{margin-top:var(--post-core-dimension-56) !important}.mt-xl-64,.my-xl-64,.m-xl-64{margin-top:var(--post-core-dimension-64) !important}.mt-xl-72,.my-xl-72,.m-xl-72{margin-top:var(--post-core-dimension-72) !important}.mt-xl-80,.my-xl-80,.m-xl-80{margin-top:var(--post-core-dimension-80) !important}.mt-xl-88,.my-xl-88,.m-xl-88{margin-top:var(--post-core-dimension-88) !important}.mt-xl-96,.my-xl-96,.m-xl-96{margin-top:var(--post-core-dimension-96) !important}.mt-xl-104,.my-xl-104,.m-xl-104{margin-top:var(--post-core-dimension-104) !important}.mt-xl-auto,.my-xl-auto,.m-xl-auto{margin-top:auto !important}.me-xl-0,.mx-xl-0,.m-xl-0{margin-right:var(--post-core-dimension-0) !important}.me-xl-1,.mx-xl-1,.m-xl-1{margin-right:var(--post-core-dimension-1) !important}.me-xl-2,.mx-xl-2,.m-xl-2{margin-right:var(--post-core-dimension-2) !important}.me-xl-4,.mx-xl-4,.m-xl-4{margin-right:var(--post-core-dimension-4) !important}.me-xl-6,.mx-xl-6,.m-xl-6{margin-right:var(--post-core-dimension-6) !important}.me-xl-8,.mx-xl-8,.m-xl-8{margin-right:var(--post-core-dimension-8) !important}.me-xl-12,.mx-xl-12,.m-xl-12{margin-right:var(--post-core-dimension-12) !important}.me-xl-16,.mx-xl-16,.m-xl-16{margin-right:var(--post-core-dimension-16) !important}.me-xl-24,.mx-xl-24,.m-xl-24{margin-right:var(--post-core-dimension-24) !important}.me-xl-32,.mx-xl-32,.m-xl-32{margin-right:var(--post-core-dimension-32) !important}.me-xl-40,.mx-xl-40,.m-xl-40{margin-right:var(--post-core-dimension-40) !important}.me-xl-48,.mx-xl-48,.m-xl-48{margin-right:var(--post-core-dimension-48) !important}.me-xl-56,.mx-xl-56,.m-xl-56{margin-right:var(--post-core-dimension-56) !important}.me-xl-64,.mx-xl-64,.m-xl-64{margin-right:var(--post-core-dimension-64) !important}.me-xl-72,.mx-xl-72,.m-xl-72{margin-right:var(--post-core-dimension-72) !important}.me-xl-80,.mx-xl-80,.m-xl-80{margin-right:var(--post-core-dimension-80) !important}.me-xl-88,.mx-xl-88,.m-xl-88{margin-right:var(--post-core-dimension-88) !important}.me-xl-96,.mx-xl-96,.m-xl-96{margin-right:var(--post-core-dimension-96) !important}.me-xl-104,.mx-xl-104,.m-xl-104{margin-right:var(--post-core-dimension-104) !important}.me-xl-auto,.mx-xl-auto,.m-xl-auto{margin-right:auto !important}.mb-xl-0,.my-xl-0,.m-xl-0{margin-bottom:var(--post-core-dimension-0) !important}.mb-xl-1,.my-xl-1,.m-xl-1{margin-bottom:var(--post-core-dimension-1) !important}.mb-xl-2,.my-xl-2,.m-xl-2{margin-bottom:var(--post-core-dimension-2) !important}.mb-xl-4,.my-xl-4,.m-xl-4{margin-bottom:var(--post-core-dimension-4) !important}.mb-xl-6,.my-xl-6,.m-xl-6{margin-bottom:var(--post-core-dimension-6) !important}.mb-xl-8,.my-xl-8,.m-xl-8{margin-bottom:var(--post-core-dimension-8) !important}.mb-xl-12,.my-xl-12,.m-xl-12{margin-bottom:var(--post-core-dimension-12) !important}.mb-xl-16,.my-xl-16,.m-xl-16{margin-bottom:var(--post-core-dimension-16) !important}.mb-xl-24,.my-xl-24,.m-xl-24{margin-bottom:var(--post-core-dimension-24) !important}.mb-xl-32,.my-xl-32,.m-xl-32{margin-bottom:var(--post-core-dimension-32) !important}.mb-xl-40,.my-xl-40,.m-xl-40{margin-bottom:var(--post-core-dimension-40) !important}.mb-xl-48,.my-xl-48,.m-xl-48{margin-bottom:var(--post-core-dimension-48) !important}.mb-xl-56,.my-xl-56,.m-xl-56{margin-bottom:var(--post-core-dimension-56) !important}.mb-xl-64,.my-xl-64,.m-xl-64{margin-bottom:var(--post-core-dimension-64) !important}.mb-xl-72,.my-xl-72,.m-xl-72{margin-bottom:var(--post-core-dimension-72) !important}.mb-xl-80,.my-xl-80,.m-xl-80{margin-bottom:var(--post-core-dimension-80) !important}.mb-xl-88,.my-xl-88,.m-xl-88{margin-bottom:var(--post-core-dimension-88) !important}.mb-xl-96,.my-xl-96,.m-xl-96{margin-bottom:var(--post-core-dimension-96) !important}.mb-xl-104,.my-xl-104,.m-xl-104{margin-bottom:var(--post-core-dimension-104) !important}.mb-xl-auto,.my-xl-auto,.m-xl-auto{margin-bottom:auto !important}.ms-xl-0,.mx-xl-0,.m-xl-0{margin-left:var(--post-core-dimension-0) !important}.ms-xl-1,.mx-xl-1,.m-xl-1{margin-left:var(--post-core-dimension-1) !important}.ms-xl-2,.mx-xl-2,.m-xl-2{margin-left:var(--post-core-dimension-2) !important}.ms-xl-4,.mx-xl-4,.m-xl-4{margin-left:var(--post-core-dimension-4) !important}.ms-xl-6,.mx-xl-6,.m-xl-6{margin-left:var(--post-core-dimension-6) !important}.ms-xl-8,.mx-xl-8,.m-xl-8{margin-left:var(--post-core-dimension-8) !important}.ms-xl-12,.mx-xl-12,.m-xl-12{margin-left:var(--post-core-dimension-12) !important}.ms-xl-16,.mx-xl-16,.m-xl-16{margin-left:var(--post-core-dimension-16) !important}.ms-xl-24,.mx-xl-24,.m-xl-24{margin-left:var(--post-core-dimension-24) !important}.ms-xl-32,.mx-xl-32,.m-xl-32{margin-left:var(--post-core-dimension-32) !important}.ms-xl-40,.mx-xl-40,.m-xl-40{margin-left:var(--post-core-dimension-40) !important}.ms-xl-48,.mx-xl-48,.m-xl-48{margin-left:var(--post-core-dimension-48) !important}.ms-xl-56,.mx-xl-56,.m-xl-56{margin-left:var(--post-core-dimension-56) !important}.ms-xl-64,.mx-xl-64,.m-xl-64{margin-left:var(--post-core-dimension-64) !important}.ms-xl-72,.mx-xl-72,.m-xl-72{margin-left:var(--post-core-dimension-72) !important}.ms-xl-80,.mx-xl-80,.m-xl-80{margin-left:var(--post-core-dimension-80) !important}.ms-xl-88,.mx-xl-88,.m-xl-88{margin-left:var(--post-core-dimension-88) !important}.ms-xl-96,.mx-xl-96,.m-xl-96{margin-left:var(--post-core-dimension-96) !important}.ms-xl-104,.mx-xl-104,.m-xl-104{margin-left:var(--post-core-dimension-104) !important}.ms-xl-auto,.mx-xl-auto,.m-xl-auto{margin-left:auto !important}.pt-xl-0,.py-xl-0,.p-xl-0{padding-top:var(--post-core-dimension-0) !important}.pt-xl-1,.py-xl-1,.p-xl-1{padding-top:var(--post-core-dimension-1) !important}.pt-xl-2,.py-xl-2,.p-xl-2{padding-top:var(--post-core-dimension-2) !important}.pt-xl-4,.py-xl-4,.p-xl-4{padding-top:var(--post-core-dimension-4) !important}.pt-xl-6,.py-xl-6,.p-xl-6{padding-top:var(--post-core-dimension-6) !important}.pt-xl-8,.py-xl-8,.p-xl-8{padding-top:var(--post-core-dimension-8) !important}.pt-xl-12,.py-xl-12,.p-xl-12{padding-top:var(--post-core-dimension-12) !important}.pt-xl-16,.py-xl-16,.p-xl-16{padding-top:var(--post-core-dimension-16) !important}.pt-xl-24,.py-xl-24,.p-xl-24{padding-top:var(--post-core-dimension-24) !important}.pt-xl-32,.py-xl-32,.p-xl-32{padding-top:var(--post-core-dimension-32) !important}.pt-xl-40,.py-xl-40,.p-xl-40{padding-top:var(--post-core-dimension-40) !important}.pt-xl-48,.py-xl-48,.p-xl-48{padding-top:var(--post-core-dimension-48) !important}.pt-xl-56,.py-xl-56,.p-xl-56{padding-top:var(--post-core-dimension-56) !important}.pt-xl-64,.py-xl-64,.p-xl-64{padding-top:var(--post-core-dimension-64) !important}.pt-xl-72,.py-xl-72,.p-xl-72{padding-top:var(--post-core-dimension-72) !important}.pt-xl-80,.py-xl-80,.p-xl-80{padding-top:var(--post-core-dimension-80) !important}.pt-xl-88,.py-xl-88,.p-xl-88{padding-top:var(--post-core-dimension-88) !important}.pt-xl-96,.py-xl-96,.p-xl-96{padding-top:var(--post-core-dimension-96) !important}.pt-xl-104,.py-xl-104,.p-xl-104{padding-top:var(--post-core-dimension-104) !important}.pt-xl-auto,.py-xl-auto,.p-xl-auto{padding-top:auto !important}.pe-xl-0,.px-xl-0,.p-xl-0{padding-right:var(--post-core-dimension-0) !important}.pe-xl-1,.px-xl-1,.p-xl-1{padding-right:var(--post-core-dimension-1) !important}.pe-xl-2,.px-xl-2,.p-xl-2{padding-right:var(--post-core-dimension-2) !important}.pe-xl-4,.px-xl-4,.p-xl-4{padding-right:var(--post-core-dimension-4) !important}.pe-xl-6,.px-xl-6,.p-xl-6{padding-right:var(--post-core-dimension-6) !important}.pe-xl-8,.px-xl-8,.p-xl-8{padding-right:var(--post-core-dimension-8) !important}.pe-xl-12,.px-xl-12,.p-xl-12{padding-right:var(--post-core-dimension-12) !important}.pe-xl-16,.px-xl-16,.p-xl-16{padding-right:var(--post-core-dimension-16) !important}.pe-xl-24,.px-xl-24,.p-xl-24{padding-right:var(--post-core-dimension-24) !important}.pe-xl-32,.px-xl-32,.p-xl-32{padding-right:var(--post-core-dimension-32) !important}.pe-xl-40,.px-xl-40,.p-xl-40{padding-right:var(--post-core-dimension-40) !important}.pe-xl-48,.px-xl-48,.p-xl-48{padding-right:var(--post-core-dimension-48) !important}.pe-xl-56,.px-xl-56,.p-xl-56{padding-right:var(--post-core-dimension-56) !important}.pe-xl-64,.px-xl-64,.p-xl-64{padding-right:var(--post-core-dimension-64) !important}.pe-xl-72,.px-xl-72,.p-xl-72{padding-right:var(--post-core-dimension-72) !important}.pe-xl-80,.px-xl-80,.p-xl-80{padding-right:var(--post-core-dimension-80) !important}.pe-xl-88,.px-xl-88,.p-xl-88{padding-right:var(--post-core-dimension-88) !important}.pe-xl-96,.px-xl-96,.p-xl-96{padding-right:var(--post-core-dimension-96) !important}.pe-xl-104,.px-xl-104,.p-xl-104{padding-right:var(--post-core-dimension-104) !important}.pe-xl-auto,.px-xl-auto,.p-xl-auto{padding-right:auto !important}.pb-xl-0,.py-xl-0,.p-xl-0{padding-bottom:var(--post-core-dimension-0) !important}.pb-xl-1,.py-xl-1,.p-xl-1{padding-bottom:var(--post-core-dimension-1) !important}.pb-xl-2,.py-xl-2,.p-xl-2{padding-bottom:var(--post-core-dimension-2) !important}.pb-xl-4,.py-xl-4,.p-xl-4{padding-bottom:var(--post-core-dimension-4) !important}.pb-xl-6,.py-xl-6,.p-xl-6{padding-bottom:var(--post-core-dimension-6) !important}.pb-xl-8,.py-xl-8,.p-xl-8{padding-bottom:var(--post-core-dimension-8) !important}.pb-xl-12,.py-xl-12,.p-xl-12{padding-bottom:var(--post-core-dimension-12) !important}.pb-xl-16,.py-xl-16,.p-xl-16{padding-bottom:var(--post-core-dimension-16) !important}.pb-xl-24,.py-xl-24,.p-xl-24{padding-bottom:var(--post-core-dimension-24) !important}.pb-xl-32,.py-xl-32,.p-xl-32{padding-bottom:var(--post-core-dimension-32) !important}.pb-xl-40,.py-xl-40,.p-xl-40{padding-bottom:var(--post-core-dimension-40) !important}.pb-xl-48,.py-xl-48,.p-xl-48{padding-bottom:var(--post-core-dimension-48) !important}.pb-xl-56,.py-xl-56,.p-xl-56{padding-bottom:var(--post-core-dimension-56) !important}.pb-xl-64,.py-xl-64,.p-xl-64{padding-bottom:var(--post-core-dimension-64) !important}.pb-xl-72,.py-xl-72,.p-xl-72{padding-bottom:var(--post-core-dimension-72) !important}.pb-xl-80,.py-xl-80,.p-xl-80{padding-bottom:var(--post-core-dimension-80) !important}.pb-xl-88,.py-xl-88,.p-xl-88{padding-bottom:var(--post-core-dimension-88) !important}.pb-xl-96,.py-xl-96,.p-xl-96{padding-bottom:var(--post-core-dimension-96) !important}.pb-xl-104,.py-xl-104,.p-xl-104{padding-bottom:var(--post-core-dimension-104) !important}.pb-xl-auto,.py-xl-auto,.p-xl-auto{padding-bottom:auto !important}.ps-xl-0,.px-xl-0,.p-xl-0{padding-left:var(--post-core-dimension-0) !important}.ps-xl-1,.px-xl-1,.p-xl-1{padding-left:var(--post-core-dimension-1) !important}.ps-xl-2,.px-xl-2,.p-xl-2{padding-left:var(--post-core-dimension-2) !important}.ps-xl-4,.px-xl-4,.p-xl-4{padding-left:var(--post-core-dimension-4) !important}.ps-xl-6,.px-xl-6,.p-xl-6{padding-left:var(--post-core-dimension-6) !important}.ps-xl-8,.px-xl-8,.p-xl-8{padding-left:var(--post-core-dimension-8) !important}.ps-xl-12,.px-xl-12,.p-xl-12{padding-left:var(--post-core-dimension-12) !important}.ps-xl-16,.px-xl-16,.p-xl-16{padding-left:var(--post-core-dimension-16) !important}.ps-xl-24,.px-xl-24,.p-xl-24{padding-left:var(--post-core-dimension-24) !important}.ps-xl-32,.px-xl-32,.p-xl-32{padding-left:var(--post-core-dimension-32) !important}.ps-xl-40,.px-xl-40,.p-xl-40{padding-left:var(--post-core-dimension-40) !important}.ps-xl-48,.px-xl-48,.p-xl-48{padding-left:var(--post-core-dimension-48) !important}.ps-xl-56,.px-xl-56,.p-xl-56{padding-left:var(--post-core-dimension-56) !important}.ps-xl-64,.px-xl-64,.p-xl-64{padding-left:var(--post-core-dimension-64) !important}.ps-xl-72,.px-xl-72,.p-xl-72{padding-left:var(--post-core-dimension-72) !important}.ps-xl-80,.px-xl-80,.p-xl-80{padding-left:var(--post-core-dimension-80) !important}.ps-xl-88,.px-xl-88,.p-xl-88{padding-left:var(--post-core-dimension-88) !important}.ps-xl-96,.px-xl-96,.p-xl-96{padding-left:var(--post-core-dimension-96) !important}.ps-xl-104,.px-xl-104,.p-xl-104{padding-left:var(--post-core-dimension-104) !important}.ps-xl-auto,.px-xl-auto,.p-xl-auto{padding-left:auto !important}.gap-xl-0{gap:var(--post-core-dimension-0) !important}.gap-xl-1{gap:var(--post-core-dimension-1) !important}.gap-xl-2{gap:var(--post-core-dimension-2) !important}.gap-xl-4{gap:var(--post-core-dimension-4) !important}.gap-xl-6{gap:var(--post-core-dimension-6) !important}.gap-xl-8{gap:var(--post-core-dimension-8) !important}.gap-xl-12{gap:var(--post-core-dimension-12) !important}.gap-xl-16{gap:var(--post-core-dimension-16) !important}.gap-xl-24{gap:var(--post-core-dimension-24) !important}.gap-xl-32{gap:var(--post-core-dimension-32) !important}.gap-xl-40{gap:var(--post-core-dimension-40) !important}.gap-xl-48{gap:var(--post-core-dimension-48) !important}.gap-xl-56{gap:var(--post-core-dimension-56) !important}.gap-xl-64{gap:var(--post-core-dimension-64) !important}.gap-xl-72{gap:var(--post-core-dimension-72) !important}.gap-xl-80{gap:var(--post-core-dimension-80) !important}.gap-xl-88{gap:var(--post-core-dimension-88) !important}.gap-xl-96{gap:var(--post-core-dimension-96) !important}.gap-xl-104{gap:var(--post-core-dimension-104) !important}.gap-xl-auto{gap:auto !important}.row-gap-xl-0{row-gap:var(--post-core-dimension-0) !important}.row-gap-xl-1{row-gap:var(--post-core-dimension-1) !important}.row-gap-xl-2{row-gap:var(--post-core-dimension-2) !important}.row-gap-xl-4{row-gap:var(--post-core-dimension-4) !important}.row-gap-xl-6{row-gap:var(--post-core-dimension-6) !important}.row-gap-xl-8{row-gap:var(--post-core-dimension-8) !important}.row-gap-xl-12{row-gap:var(--post-core-dimension-12) !important}.row-gap-xl-16{row-gap:var(--post-core-dimension-16) !important}.row-gap-xl-24{row-gap:var(--post-core-dimension-24) !important}.row-gap-xl-32{row-gap:var(--post-core-dimension-32) !important}.row-gap-xl-40{row-gap:var(--post-core-dimension-40) !important}.row-gap-xl-48{row-gap:var(--post-core-dimension-48) !important}.row-gap-xl-56{row-gap:var(--post-core-dimension-56) !important}.row-gap-xl-64{row-gap:var(--post-core-dimension-64) !important}.row-gap-xl-72{row-gap:var(--post-core-dimension-72) !important}.row-gap-xl-80{row-gap:var(--post-core-dimension-80) !important}.row-gap-xl-88{row-gap:var(--post-core-dimension-88) !important}.row-gap-xl-96{row-gap:var(--post-core-dimension-96) !important}.row-gap-xl-104{row-gap:var(--post-core-dimension-104) !important}.row-gap-xl-auto{row-gap:auto !important}.column-gap-xl-0{column-gap:var(--post-core-dimension-0) !important}.column-gap-xl-1{column-gap:var(--post-core-dimension-1) !important}.column-gap-xl-2{column-gap:var(--post-core-dimension-2) !important}.column-gap-xl-4{column-gap:var(--post-core-dimension-4) !important}.column-gap-xl-6{column-gap:var(--post-core-dimension-6) !important}.column-gap-xl-8{column-gap:var(--post-core-dimension-8) !important}.column-gap-xl-12{column-gap:var(--post-core-dimension-12) !important}.column-gap-xl-16{column-gap:var(--post-core-dimension-16) !important}.column-gap-xl-24{column-gap:var(--post-core-dimension-24) !important}.column-gap-xl-32{column-gap:var(--post-core-dimension-32) !important}.column-gap-xl-40{column-gap:var(--post-core-dimension-40) !important}.column-gap-xl-48{column-gap:var(--post-core-dimension-48) !important}.column-gap-xl-56{column-gap:var(--post-core-dimension-56) !important}.column-gap-xl-64{column-gap:var(--post-core-dimension-64) !important}.column-gap-xl-72{column-gap:var(--post-core-dimension-72) !important}.column-gap-xl-80{column-gap:var(--post-core-dimension-80) !important}.column-gap-xl-88{column-gap:var(--post-core-dimension-88) !important}.column-gap-xl-96{column-gap:var(--post-core-dimension-96) !important}.column-gap-xl-104{column-gap:var(--post-core-dimension-104) !important}.column-gap-xl-auto{column-gap:auto !important}.flex-xl-fill{flex:1 1 auto !important}.flex-xl-row{flex-direction:row !important}.flex-xl-column{flex-direction:column !important}.flex-xl-row-reverse{flex-direction:row-reverse !important}.flex-xl-column-reverse{flex-direction:column-reverse !important}.flex-xl-grow-0{flex-grow:0 !important}.flex-xl-grow-1{flex-grow:1 !important}.flex-xl-shrink-0{flex-shrink:0 !important}.flex-xl-shrink-1{flex-shrink:1 !important}.flex-xl-wrap{flex-wrap:wrap !important}.flex-xl-nowrap{flex-wrap:nowrap !important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-xl-start{justify-content:flex-start !important}.justify-content-xl-end{justify-content:flex-end !important}.justify-content-xl-center{justify-content:center !important}.justify-content-xl-between{justify-content:space-between !important}.justify-content-xl-around{justify-content:space-around !important}.justify-content-xl-evenly{justify-content:space-evenly !important}.align-items-xl-start{align-items:flex-start !important}.align-items-xl-end{align-items:flex-end !important}.align-items-xl-center{align-items:center !important}.align-items-xl-baseline{align-items:baseline !important}.align-items-xl-stretch{align-items:stretch !important}.align-content-xl-start{align-content:flex-start !important}.align-content-xl-end{align-content:flex-end !important}.align-content-xl-center{align-content:center !important}.align-content-xl-between{align-content:space-between !important}.align-content-xl-around{align-content:space-around !important}.align-content-xl-stretch{align-content:stretch !important}.align-self-xl-auto{align-self:auto !important}.align-self-xl-start{align-self:flex-start !important}.align-self-xl-end{align-self:flex-end !important}.align-self-xl-center{align-self:center !important}.align-self-xl-baseline{align-self:baseline !important}.align-self-xl-stretch{align-self:stretch !important}.order-xl-first{order:-1 !important}.order-xl-0{order:0 !important}.order-xl-1{order:1 !important}.order-xl-2{order:2 !important}.order-xl-3{order:3 !important}.order-xl-4{order:4 !important}.order-xl-5{order:5 !important}.order-xl-last{order:6 !important}.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-block{display:block !important}.d-xl-grid{display:grid !important}.d-xl-inline-grid{display:inline-grid !important}.d-xl-table{display:table !important}.d-xl-table-row{display:table-row !important}.d-xl-table-cell{display:table-cell !important}.d-xl-flex{display:flex !important}.d-xl-inline-flex{display:inline-flex !important}.d-xl-none{display:none !important}.text-xl-start{text-align:left !important}.text-xl-end{text-align:right !important}.text-xl-center{text-align:center !important}.fs-xl-1{font-size:var(--post-device-font-size-1) !important}.fs-xl-2{font-size:var(--post-device-font-size-2) !important}.fs-xl-3{font-size:var(--post-device-font-size-3) !important}.fs-xl-4{font-size:var(--post-device-font-size-4) !important}.fs-xl-5{font-size:var(--post-device-font-size-5) !important}.fs-xl-6{font-size:var(--post-device-font-size-6) !important}.fs-xl-7{font-size:var(--post-device-font-size-7) !important}.fs-xl-8{font-size:var(--post-device-font-size-8) !important}.fs-xl-9{font-size:var(--post-device-font-size-9) !important}.fs-xl-10{font-size:var(--post-device-font-size-10) !important}.fs-xl-11{font-size:var(--post-device-font-size-11) !important}}.clearfix::after{content:"";display:block;clear:both}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);border:0}.text-truncate{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.focus-ring{outline-offset:var(--post-device-spacing-padding-2) !important;outline:var(--post-scheme-color-interactive-focus-stroke) none var(--post-device-border-width-focus) !important}.focus-ring:is(:focus-visible,:has(:focus-visible),.pretend-focus){outline-style:var(--post-core-border-style-solid) !important}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.focus-ring:is(:focus-visible,:has(:focus-visible),.pretend-focus){outline-color:Highlight !important}}@supports not selector(:has(:focus-visible)){.focus-ring:is(:focus-visible,:focus-within,.pretend-focus){outline-style:var(--post-core-border-style-solid) !important}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.focus-ring:is(:focus-visible,:focus-within,.pretend-focus){outline-color:Highlight !important}}}.valid-feedback,.invalid-feedback{display:none;align-items:flex-start;width:100%;margin:0;font-size:var(--post-device-font-size-9)}.form-control-sm+.valid-feedback,.form-control-sm+.invalid-feedback{font-size:var(--post-device-font-size-10)}.form-select-sm+.valid-feedback,.form-select-sm+.invalid-feedback{font-size:var(--post-device-font-size-10)}.valid-feedback{color:var(--post-scheme-color-signal-success-solo)}.was-validated :valid~.valid-feedback,.is-valid~.valid-feedback{display:flex}.was-validated:has(:valid)~.valid-feedback,:has(.is-valid)~.valid-feedback{display:flex}.was-validated:has(:invalid)~.invalid-feedback,:has(.is-invalid)~.invalid-feedback{display:flex}.invalid-feedback{color:var(--post-scheme-color-signal-error-solo)}.was-validated :invalid~.invalid-feedback,.is-invalid~.invalid-feedback{display:flex}input:not([type=checkbox],[type=radio])~.invalid-feedback,input:not([type=checkbox],[type=radio])~.valid-feedback,select~.invalid-feedback,select~.valid-feedback,textarea~.invalid-feedback,textarea~.valid-feedback{margin-block:var(--post-device-spacing-padding-block-5) !important;padding-inline:var(--post-device-spacing-padding-2)}input.form-control-sm+.invalid-feedback,input.form-control-sm+.valid-feedback,select.form-select-sm+.invalid-feedback,select.form-select-sm+.valid-feedback{margin-block:var(--post-device-spacing-padding-30) !important}input.form-control-sm+.invalid-feedback:has(+.form-hint),input.form-control-sm+.valid-feedback:has(+.form-hint),select.form-select-sm+.invalid-feedback:has(+.form-hint),select.form-select-sm+.valid-feedback:has(+.form-hint){margin-block-end:var(--post-device-spacing-gap-2) !important}input[type=checkbox]~.invalid-feedback,input[type=checkbox]~.valid-feedback,input[type=radio]~.invalid-feedback,input[type=radio]~.valid-feedback,:has(input[type=checkbox])~.invalid-feedback,:has(input[type=checkbox])~.valid-feedback,:has(input[type=radio])~.invalid-feedback,:has(input[type=radio])~.valid-feedback{padding-inline-start:var(--post-core-dimension-4)}input[type=checkbox]~.invalid-feedback::before,input[type=checkbox]~.valid-feedback::before,input[type=radio]~.invalid-feedback::before,input[type=radio]~.valid-feedback::before,:has(input[type=checkbox])~.invalid-feedback::before,:has(input[type=checkbox])~.valid-feedback::before,:has(input[type=radio])~.invalid-feedback::before,:has(input[type=radio])~.valid-feedback::before{height:var(--post-device-sizing-interactive-icon-size4);width:var(--post-device-sizing-interactive-icon-size4);margin-block-start:var(--post-core-dimension-2);margin-block-end:var(--post-core-dimension-3);margin-inline-end:var(--post-device-spacing-gap-inline-10);content:"";flex-shrink:0;mask-size:contain;mask-position:center;mask-repeat:no-repeat}input[type=checkbox] input[type=radio]~.invalid-feedback,input[type=checkbox] input[type=radio]~.valid-feedback,input[type=checkbox] :has(input[type=radio])~.invalid-feedback,input[type=checkbox] :has(input[type=radio])~.valid-feedback,input[type=radio] input[type=radio]~.invalid-feedback,input[type=radio] input[type=radio]~.valid-feedback,input[type=radio] :has(input[type=radio])~.invalid-feedback,input[type=radio] :has(input[type=radio])~.valid-feedback,:has(input[type=checkbox]) input[type=radio]~.invalid-feedback,:has(input[type=checkbox]) input[type=radio]~.valid-feedback,:has(input[type=checkbox]) :has(input[type=radio])~.invalid-feedback,:has(input[type=checkbox]) :has(input[type=radio])~.valid-feedback,:has(input[type=radio]) input[type=radio]~.invalid-feedback,:has(input[type=radio]) input[type=radio]~.valid-feedback,:has(input[type=radio]) :has(input[type=radio])~.invalid-feedback,:has(input[type=radio]) :has(input[type=radio])~.valid-feedback{margin-block-start:var(--post-device-spacing-gap-4);margin-block-end:var(--post-device-spacing-padding-block-8)}input[type=checkbox] input[type=checkbox]~.invalid-feedback,input[type=checkbox] input[type=checkbox]~.valid-feedback,input[type=checkbox] :has(input[type=checkbox])~.invalid-feedback,input[type=checkbox] :has(input[type=checkbox])~.valid-feedback,input[type=radio] input[type=checkbox]~.invalid-feedback,input[type=radio] input[type=checkbox]~.valid-feedback,input[type=radio] :has(input[type=checkbox])~.invalid-feedback,input[type=radio] :has(input[type=checkbox])~.valid-feedback,:has(input[type=checkbox]) input[type=checkbox]~.invalid-feedback,:has(input[type=checkbox]) input[type=checkbox]~.valid-feedback,:has(input[type=checkbox]) :has(input[type=checkbox])~.invalid-feedback,:has(input[type=checkbox]) :has(input[type=checkbox])~.valid-feedback,:has(input[type=radio]) input[type=checkbox]~.invalid-feedback,:has(input[type=radio]) input[type=checkbox]~.valid-feedback,:has(input[type=radio]) :has(input[type=checkbox])~.invalid-feedback,:has(input[type=radio]) :has(input[type=checkbox])~.valid-feedback{margin-block-start:var(--post-device-spacing-gap-4);margin-block-end:var(--post-device-spacing-padding-block-8)}input[type=checkbox]~.invalid-feedback::before,input[type=radio]~.invalid-feedback::before,:has(input[type=checkbox])~.invalid-feedback::before,:has(input[type=radio])~.invalid-feedback::before{background-image:var(--post-signal-icon-error)}input[type=checkbox]~.valid-feedback::before,input[type=radio]~.valid-feedback::before,:has(input[type=checkbox])~.valid-feedback::before,:has(input[type=radio])~.valid-feedback::before{background-image:var(--post-signal-icon-success)}input.form-control{display:block;width:100%;font-family:inherit;appearance:none;background-clip:padding-box;border:var(--post-device-border-width-default) var(--post-core-border-style-solid) var(--post-scheme-color-interactive-input-enabled-border);position:relative;border-radius:var(--post-device-border-radius-1);background-color:var(--post-scheme-color-interactive-input-enabled-bg);color:var(--post-scheme-color-interactive-input-enabled-fg);padding-inline-start:var(--post-device-spacing-padding-inline-1);padding-inline-end:var(--post-device-spacing-padding-3);padding-block:var(--post-device-spacing-padding-block-1);height:var(--post-device-sizing-interactive-button-height-6)}input.form-control.form-control-sm{height:var(--post-device-sizing-interactive-button-height-8);padding-block:var(--post-device-spacing-padding-29);font-size:var(--post-device-font-size-7)}input.form-control:focus{border-color:var(--post-scheme-color-interactive-input-enabled-border);background-color:var(--post-scheme-color-interactive-input-enabled-bg);color:var(--post-scheme-color-interactive-input-enabled-fg)}input.form-control:focus{outline-offset:var(--post-device-spacing-padding-2) !important;outline:var(--post-scheme-color-interactive-focus-stroke) none var(--post-device-border-width-focus) !important}input.form-control:focus:is(:focus-visible,:has(:focus-visible),.pretend-focus){outline-style:var(--post-core-border-style-solid) !important}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){input.form-control:focus:is(:focus-visible,:has(:focus-visible),.pretend-focus){outline-color:Highlight !important}}@supports not selector(:has(:focus-visible)){input.form-control:focus:is(:focus-visible,:focus-within,.pretend-focus){outline-style:var(--post-core-border-style-solid) !important}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){input.form-control:focus:is(:focus-visible,:focus-within,.pretend-focus){outline-color:Highlight !important}}}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){input.form-control:focus{border-color:FieldText !important}}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){input.form-control:not(:disabled):hover,input.form-control:not(:disabled):focus{border-color:FieldText}}input.form-control:not(:disabled):hover{border-color:var(--post-scheme-color-interactive-input-hover-border);background-color:var(--post-scheme-color-interactive-input-hover-bg)}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){input.form-control:not(:disabled):hover{border-color:Highlight}}input.form-control[readonly]:not(:disabled){border-color:var(--post-scheme-color-interactive-input-enabled-border);background-color:var(--post-scheme-color-interactive-input-enabled-bg)}input.form-control[type=file]{overflow:hidden;position:relative}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){input.form-control[type=file]:disabled{color:GrayText;border-color:GrayText}}input.form-control[type=file]::file-selector-button{padding-block:var(--post-device-spacing-padding-block-1);padding-inline-start:var(--post-device-spacing-padding-inline-1);padding-inline-end:var(--post-device-spacing-padding-3);margin-block:calc(var(--post-device-spacing-padding-block-1) * -1);color:var(--post-scheme-color-interactive-input-enabled-fg);pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:var(--post-device-border-width-default);border-radius:0;display:block;position:absolute;top:0;bottom:0;right:0;margin-inline:0;height:auto;background-color:inherit;border-right:0 none;border-left:inherit}@supports (background: -webkit-named-image(i)){input.form-control[type=file]::file-selector-button{display:initial;position:initial;margin-inline:0;padding-inline:0;width:0;border:0 none}input.form-control[type=file]::after{display:flex;align-items:center;content:"Choose File";position:absolute;top:0;bottom:0;right:0;z-index:2;padding-inline:var(--post-device-spacing-padding-inline-1);background-color:inherit;border-left:inherit;text-align:center}[lang=de] input.form-control[type=file]::after{content:"Datei auswählen"}[lang=fr] input.form-control[type=file]::after{content:"Choisir un fichier"}[lang=it] input.form-control[type=file]::after{content:"Scegli file"}input.form-control[type=file][multiple]::after{content:"Choose Files"}[lang=de] input.form-control[type=file][multiple]::after{content:"Dateien auswählen"}[lang=fr] input.form-control[type=file][multiple]::after{content:"Choisir des fichiers"}}input.form-control[type=file].is-valid::file-selector-button,input.form-control[type=file].is-invalid::file-selector-button{padding-inline-end:calc( var(--post-device-spacing-padding-3) + var(--post-device-position-2) + var(--post-device-sizing-notification-1) )}input.form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}input.form-control[type=time]{padding-inline-end:calc( var(--post-device-spacing-padding-3) + var(--post-device-position-2) + var(--post-device-sizing-notification-1) )}input.form-control[type=time]::-webkit-calendar-picker-indicator{position:absolute;inset-inline-end:var(--post-device-position-2);top:50%;transform:translateY(-50%);width:var(--post-device-sizing-notification-1);height:var(--post-device-sizing-notification-1);background:rgba(0,0,0,0);cursor:pointer;z-index:1;padding:0;margin:0}input.form-control[type=time]::-webkit-calendar-picker-indicator:focus-within{border-radius:4px;outline-offset:var(--post-device-spacing-padding-2) !important;outline:var(--post-scheme-color-interactive-focus-stroke) var(--post-core-border-style-solid) var(--post-device-border-width-focus) !important}input.form-control[type=time]::after{position:absolute;inset-inline-end:var(--post-device-position-2);top:50%;transform:translateY(-50%);width:var(--post-device-sizing-notification-1);height:var(--post-device-sizing-notification-1);content:"";display:block;pointer-events:none;background-color:var(--post-scheme-color-interactive-input-enabled-fg);z-index:2;mask-image:var(--post-icon-time);background-color:currentColor}:root,:host{--post-icon-time:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxzeW1ib2wgaWQ9ImktdGltZSI+PHN5bWJvbCBpZD0iczE2IiB2aWV3Qm94PSIwIDAgMTYgMTYiPjxwYXRoIGQ9Im0xMy40MSA0LjY4LjgtLjhjLjI5LS4yOS4yOS0uNzcgMC0xLjA2cy0uNzctLjI5LTEuMDYgMGwtLjguOGE2Ljk1IDYuOTUgMCAwIDAtMy42LTEuNXYtLjYxaDEuMzJWMEg1Ljk0djEuNWgxLjMydi42MWMtMy40OC4zOC02LjIgMy4zNC02LjIgNi45MiAwIDMuODQgMy4xMiA2Ljk2IDYuOTUgNi45NnM2Ljk1LTMuMTIgNi45NS02Ljk2YzAtMS42NS0uNTgtMy4xNy0xLjU0LTQuMzZaTTggMTQuNWMtMyAwLTUuNDUtMi40NS01LjQ1LTUuNDZTNC45OSAzLjU4IDggMy41OHM1LjQ1IDIuNDUgNS40NSA1LjQ2UzExLjAxIDE0LjUgOCAxNC41bTIuMjUtNi42OWMuMjkuMjkuMjkuNzcgMCAxLjA2bC0xLjcyIDEuNzJjLS4xNS4xNS0uMzQuMjItLjUzLjIycy0uMzgtLjA3LS41My0uMjJsLTIuNS0yLjUxYy0uMjktLjI5LS4yOS0uNzcgMC0xLjA2cy43Ny0uMjkgMS4wNiAwTDggOWwxLjE5LTEuMTljLjI5LS4yOS43Ny0uMjkgMS4wNiAwIi8+PC9zeW1ib2w+PHN5bWJvbCBpZD0iczI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiPjxwYXRoIGQ9Im0xOS45NiA2Ljg4LjkxLS45MWMuMzQtLjM0LjM0LS44OSAwLTEuMjRzLS45LS4zNC0xLjI0IDBsLS45MS45MWExMC40IDEwLjQgMCAwIDAtNS44NC0yLjQyVjEuNzRoMi4zMVYwSDguODJ2MS43NWgyLjMxdjEuNDhjLTUuMzQuNDQtOS41NSA0LjkxLTkuNTUgMTAuMzZDMS41OCAxOS4zMyA2LjI2IDI0IDEyIDI0czEwLjQyLTQuNjcgMTAuNDItMTAuNDFjMC0yLjU2LS45My00LjktMi40Ny02LjcxWk0xMiAyMi4yNWMtNC43OCAwLTguNjctMy44OS04LjY3LTguNjZTNy4yMiA0LjkzIDEyIDQuOTNzOC42NyAzLjg5IDguNjcgOC42Ni0zLjg5IDguNjYtOC42NyA4LjY2bTMuOC0xMC44N2MuMzQuMzQuMzQuOSAwIDEuMjRsLTMuMTggMy4xOGMtLjE3LjE3LS40LjI2LS42Mi4yNnMtLjQ1LS4wOC0uNjItLjI2TDYuOCAxMS4yMmEuODguODggMCAwIDEgMC0xLjI0Yy4zNC0uMzQuOS0uMzQgMS4yNCAwbDMuOTcgMy45NiAyLjU2LTIuNTZjLjM0LS4zNC45LS4zNCAxLjI0IDBaIi8+PC9zeW1ib2w+PHN5bWJvbCBpZD0iczMyIiB2aWV3Qm94PSIwIDAgMzIgMzIiPjxwYXRoIGQ9Im0yNi40NyA5LjA5IDEuMzUtMS4zNWEuOTk2Ljk5NiAwIDEgMC0xLjQxLTEuNDFsLTEuMzUgMS4zNWMtMi4xOS0xLjktNC45OC0zLjEyLTguMDUtMy4zNFYyaDMuMjlWMGgtOC41N3YyaDMuMjl2Mi4zNGMtNy4xNy41Mi0xMi44NiA2LjUtMTIuODYgMTMuODFzNi4yMiAxMy44NiAxMy44NiAxMy44NiAxMy44Ni02LjIyIDEzLjg2LTEzLjg2YzAtMy40Ni0xLjI4LTYuNjItMy4zOS05LjA1Wk0xNiAzMEM5LjQ2IDMwIDQuMTQgMjQuNjggNC4xNCAxOC4xNFM5LjQ2IDYuMjggMTYgNi4yOHMxMS44NiA1LjMyIDExLjg2IDExLjg2UzIyLjU0IDMwIDE2IDMwbTQuOTktMTQuNzFjLjM5LjM5LjM5IDEuMDIgMCAxLjQxbC00LjI5IDQuMjljLS4yLjItLjQ1LjI5LS43MS4yOXMtLjUxLS4xLS43MS0uMjlsLTUuOTctNS45N2EuOTk2Ljk5NiAwIDEgMSAxLjQxLTEuNDFsNS4yNyA1LjI3IDMuNTgtMy41OGEuOTk2Ljk5NiAwIDAgMSAxLjQxIDBaIi8+PC9zeW1ib2w+PHN5bWJvbCBpZD0iczQwIiB2aWV3Qm94PSIwIDAgNDAgNDAiPjxwYXRoIGQ9Im0zMi45OSAxMS4zIDEuNzktMS43OWMuNDQtLjQ0LjQ0LTEuMTUgMC0xLjU5cy0xLjE1LS40NC0xLjU5IDBMMzEuNCA5LjcxYy0yLjc4LTIuNDQtNi4zNS00LTEwLjI3LTQuMjZ2LTMuMmg0LjI3VjBIMTQuNjJ2Mi4yNWg0LjI3djMuMkM5Ljg2IDYuMDMgMi43IDEzLjUzIDIuNyAyMi43UzEwLjQ2IDQwIDIwIDQwczE3LjMtNy43NiAxNy4zLTE3LjNjMC00LjM3LTEuNjQtOC4zNS00LjMxLTExLjRNMjAgMzcuNzVDMTEuNyAzNy43NSA0Ljk1IDMxIDQuOTUgMjIuN1MxMS43IDcuNjUgMjAgNy42NSAzNS4wNSAxNC40IDM1LjA1IDIyLjcgMjguMyAzNy43NSAyMCAzNy43NW02LjE5LTE4LjU1Yy40NC40NC40NCAxLjE1IDAgMS41OWwtNS4zOSA1LjM5Yy0uMjIuMjItLjUxLjMzLS44LjMzcy0uNTgtLjExLS44LS4zM2wtNy41OS03LjZjLS40NC0uNDQtLjQ0LTEuMTUgMC0xLjU5czEuMTUtLjQ0IDEuNTkgMGw2LjggNi44IDQuNi00LjZjLjQ0LS40NCAxLjE1LS40NCAxLjU5IDBaIi8+PC9zeW1ib2w+PHN5bWJvbCBpZD0iczQ4IiB2aWV3Qm94PSIwIDAgNDggNDgiPjxwYXRoIGQ9Im0zOS41MiAxMy41MSAyLjIzLTIuMjNjLjQ5LS40OS40OS0xLjI4IDAtMS43N3MtMS4yOC0uNDktMS43NyAwbC0yLjIzIDIuMjNhMjAuNjggMjAuNjggMCAwIDAtMTIuNS01LjE4VjIuNWg1LjI1VjBIMTcuNDl2Mi41aDUuMjV2NC4wNmMtMTAuODYuNjYtMTkuNSA5LjY4LTE5LjUgMjAuNjlTMTIuNTUgNDggMjQgNDhzMjAuNzYtOS4zMSAyMC43Ni0yMC43NWMwLTUuMjctMS45OS0xMC4wOC01LjI1LTEzLjc0Wk0yNCA0NS41MWMtMTAuMDcgMC0xOC4yNi04LjE5LTE4LjI2LTE4LjI1UzEzLjkzIDkgMjQgOXMxOC4yNiA4LjE5IDE4LjI2IDE4LjI1UzM0LjA3IDQ1LjUgMjQgNDUuNVptNy4zOS0yMi4zOWMuNDkuNDkuNDkgMS4yOCAwIDEuNzdsLTYuNSA2LjVjLS4yNC4yNC0uNTYuMzctLjg4LjM3cy0uNjQtLjEyLS44OC0uMzdsLTkuMzQtOS4zM2MtLjQ5LS40OS0uNDktMS4yOCAwLTEuNzdzMS4yOC0uNDkgMS43NyAwbDguNDYgOC40NSA1LjYyLTUuNjJhMS4yNSAxLjI1IDAgMCAxIDEuNzcgMFoiLz48L3N5bWJvbD48c3ltYm9sIGlkPSJzNjQiIHZpZXdCb3g9IjAgMCA2NCA2NCI+PHBhdGggZD0iTTUyLjQ3IDE3Ljgzcy4wNS0uMDMuMDctLjA1bDMuMTMtMy4xM2MuNTQtLjU0LjU0LTEuNDEgMC0xLjk0LS41NC0uNTQtMS40MS0uNTQtMS45NCAwbC0zLjEzIDMuMTNzLS4wMy4wNS0uMDUuMDdjLTQuNTktNC4xNi0xMC41OC02LjgxLTE3LjE4LTcuMTNWMi43NGg3LjM4VjBIMjMuMjR2Mi43NWg3LjM4djYuMDRDMTYuMDEgOS41MSA0LjM1IDIxLjYxIDQuMzUgMzYuMzhTMTYuNzUgNjQgMzEuOTkgNjRzMjcuNjQtMTIuMzkgMjcuNjQtMjcuNjJjMC03LjEzLTIuNzItMTMuNjQtNy4xNy0xOC41NFpNMzIgNjEuMjRjLTEzLjczIDAtMjQuODktMTEuMTYtMjQuODktMjQuODhTMTguMjggMTEuNDggMzIgMTEuNDhzMjQuODkgMTEuMTYgMjQuODkgMjQuODhTNDUuNzIgNjEuMjQgMzIgNjEuMjRtOS43Mi0zMC4yMWMuNTQuNTQuNTQgMS40MSAwIDEuOTRsLTguNzUgOC43NWMtLjI3LjI3LS42Mi40LS45Ny40cy0uNy0uMTMtLjk3LS40TDE4LjMxIDI5LjAxYy0uNTQtLjU0LS41NC0xLjQxIDAtMS45NC41NC0uNTQgMS40MS0uNTQgMS45NSAwbDExLjc1IDExLjc0IDcuNzgtNy43N2MuNTQtLjU0IDEuNDEtLjU0IDEuOTUgMFoiLz48L3N5bWJvbD48dXNlIHN0eWxlPSJkaXNwbGF5OiB2YXIoLS1zMTYsIG5vbmUpIiBocmVmPSIjczE2Ii8+PHVzZSBzdHlsZT0iZGlzcGxheTogdmFyKC0tczI0LCBub25lKSIgaHJlZj0iI3MyNCIvPjx1c2Ugc3R5bGU9ImRpc3BsYXk6IHZhcigtLXMzMiwgbm9uZSkiIGhyZWY9IiNzMzIiLz48dXNlIHN0eWxlPSJkaXNwbGF5OiB2YXIoLS1zNDAsIG5vbmUpIiBocmVmPSIjczQwIi8+PHVzZSBzdHlsZT0iZGlzcGxheTogdmFyKC0tczQ4LCBub25lKSIgaHJlZj0iI3M0OCIvPjx1c2Ugc3R5bGU9ImRpc3BsYXk6IHZhcigtLXM2NCwgbm9uZSkiIGhyZWY9IiNzNjQiLz48L3N5bWJvbD48L2RlZnM+PHN0eWxlPkBtZWRpYSAobWF4LXdpZHRoOiAyMy45OHB4KSB7Z3stLXMxNjpibG9jazt9fUBtZWRpYSAobWluLXdpZHRoOiAyNHB4KSBhbmQgKG1heC13aWR0aDogMzEuOThweCkge2d7LS1zMjQ6YmxvY2s7fX1AbWVkaWEgKG1pbi13aWR0aDogMzJweCkgYW5kIChtYXgtd2lkdGg6IDM5Ljk4cHgpIHtney0tczMyOmJsb2NrO319QG1lZGlhIChtaW4td2lkdGg6IDQwcHgpIGFuZCAobWF4LXdpZHRoOiA0Ny45OHB4KSB7Z3stLXM0MDpibG9jazt9fUBtZWRpYSAobWluLXdpZHRoOiA0OHB4KSBhbmQgKG1heC13aWR0aDogNjMuOThweCkge2d7LS1zNDg6YmxvY2s7fX1AbWVkaWEgKG1pbi13aWR0aDogNjRweCkge2d7LS1zNjQ6YmxvY2s7fX08L3N0eWxlPjxnPjx1c2UgaHJlZj0iI2ktdGltZSIvPjwvZz48L3N2Zz4=")}input.form-control[type=time]:disabled::after{display:none}input.form-control[type=time].is-valid:not(:disabled),input.form-control[type=time].is-invalid:not(:disabled){padding-inline-end:calc( var(--post-device-position-2) + var(--post-device-spacing-gap-inline-8) + var(--post-device-sizing-notification-1) * 2 + var(--post-device-spacing-padding-3) );background-position:top 50% right calc( var(--post-device-position-2) + var(--post-device-spacing-gap-inline-8) + var(--post-device-sizing-notification-1) )}input.form-control::placeholder{color:var(--post-scheme-color-interactive-input-enabled-fg);opacity:1}input.form-control[type=date]::-webkit-datetime-edit-day-field:not(:focus),input.form-control[type=date]::-webkit-datetime-edit-month-field:not(:focus),input.form-control[type=date]::-webkit-datetime-edit-year-field:not(:focus),input.form-control[type=date]::-webkit-datetime-edit-hour-field:not(:focus),input.form-control[type=date]::-webkit-datetime-edit-minute-field:not(:focus),input.form-control[type=date]::-webkit-datetime-edit-second-field:not(:focus),input.form-control[type=date]::-webkit-datetime-edit-ampm-field:not(:focus),input.form-control[type=date]::-webkit-datetime-edit-meridiem-field:not(:focus),input.form-control[type=datetime-local]::-webkit-datetime-edit-day-field:not(:focus),input.form-control[type=datetime-local]::-webkit-datetime-edit-month-field:not(:focus),input.form-control[type=datetime-local]::-webkit-datetime-edit-year-field:not(:focus),input.form-control[type=datetime-local]::-webkit-datetime-edit-hour-field:not(:focus),input.form-control[type=datetime-local]::-webkit-datetime-edit-minute-field:not(:focus),input.form-control[type=datetime-local]::-webkit-datetime-edit-second-field:not(:focus),input.form-control[type=datetime-local]::-webkit-datetime-edit-ampm-field:not(:focus),input.form-control[type=datetime-local]::-webkit-datetime-edit-meridiem-field:not(:focus),input.form-control[type=month]::-webkit-datetime-edit-day-field:not(:focus),input.form-control[type=month]::-webkit-datetime-edit-month-field:not(:focus),input.form-control[type=month]::-webkit-datetime-edit-year-field:not(:focus),input.form-control[type=month]::-webkit-datetime-edit-hour-field:not(:focus),input.form-control[type=month]::-webkit-datetime-edit-minute-field:not(:focus),input.form-control[type=month]::-webkit-datetime-edit-second-field:not(:focus),input.form-control[type=month]::-webkit-datetime-edit-ampm-field:not(:focus),input.form-control[type=month]::-webkit-datetime-edit-meridiem-field:not(:focus),input.form-control[type=week]::-webkit-datetime-edit-day-field:not(:focus),input.form-control[type=week]::-webkit-datetime-edit-month-field:not(:focus),input.form-control[type=week]::-webkit-datetime-edit-year-field:not(:focus),input.form-control[type=week]::-webkit-datetime-edit-hour-field:not(:focus),input.form-control[type=week]::-webkit-datetime-edit-minute-field:not(:focus),input.form-control[type=week]::-webkit-datetime-edit-second-field:not(:focus),input.form-control[type=week]::-webkit-datetime-edit-ampm-field:not(:focus),input.form-control[type=week]::-webkit-datetime-edit-meridiem-field:not(:focus),input.form-control[type=time]::-webkit-datetime-edit-day-field:not(:focus),input.form-control[type=time]::-webkit-datetime-edit-month-field:not(:focus),input.form-control[type=time]::-webkit-datetime-edit-year-field:not(:focus),input.form-control[type=time]::-webkit-datetime-edit-hour-field:not(:focus),input.form-control[type=time]::-webkit-datetime-edit-minute-field:not(:focus),input.form-control[type=time]::-webkit-datetime-edit-second-field:not(:focus),input.form-control[type=time]::-webkit-datetime-edit-ampm-field:not(:focus),input.form-control[type=time]::-webkit-datetime-edit-meridiem-field:not(:focus){-webkit-text-fill-color:var(--post-scheme-color-interactive-input-enabled-fg) !important}input.form-control[type=date]::-webkit-datetime-edit-day-field:focus,input.form-control[type=date]::-webkit-datetime-edit-fields-wrapper:focus,input.form-control[type=date]::-webkit-datetime-edit-month-field:focus,input.form-control[type=date]::-webkit-datetime-edit-year-field:focus,input.form-control[type=date]::-webkit-datetime-edit-hour-field:focus,input.form-control[type=date]::-webkit-datetime-edit-minute-field:focus,input.form-control[type=date]::-webkit-datetime-edit-second-field:focus,input.form-control[type=date]::-webkit-datetime-edit-ampm-field:focus,input.form-control[type=date]::-webkit-datetime-edit-meridiem-field:focus,input.form-control[type=datetime-local]::-webkit-datetime-edit-day-field:focus,input.form-control[type=datetime-local]::-webkit-datetime-edit-fields-wrapper:focus,input.form-control[type=datetime-local]::-webkit-datetime-edit-month-field:focus,input.form-control[type=datetime-local]::-webkit-datetime-edit-year-field:focus,input.form-control[type=datetime-local]::-webkit-datetime-edit-hour-field:focus,input.form-control[type=datetime-local]::-webkit-datetime-edit-minute-field:focus,input.form-control[type=datetime-local]::-webkit-datetime-edit-second-field:focus,input.form-control[type=datetime-local]::-webkit-datetime-edit-ampm-field:focus,input.form-control[type=datetime-local]::-webkit-datetime-edit-meridiem-field:focus,input.form-control[type=month]::-webkit-datetime-edit-day-field:focus,input.form-control[type=month]::-webkit-datetime-edit-fields-wrapper:focus,input.form-control[type=month]::-webkit-datetime-edit-month-field:focus,input.form-control[type=month]::-webkit-datetime-edit-year-field:focus,input.form-control[type=month]::-webkit-datetime-edit-hour-field:focus,input.form-control[type=month]::-webkit-datetime-edit-minute-field:focus,input.form-control[type=month]::-webkit-datetime-edit-second-field:focus,input.form-control[type=month]::-webkit-datetime-edit-ampm-field:focus,input.form-control[type=month]::-webkit-datetime-edit-meridiem-field:focus,input.form-control[type=week]::-webkit-datetime-edit-day-field:focus,input.form-control[type=week]::-webkit-datetime-edit-fields-wrapper:focus,input.form-control[type=week]::-webkit-datetime-edit-month-field:focus,input.form-control[type=week]::-webkit-datetime-edit-year-field:focus,input.form-control[type=week]::-webkit-datetime-edit-hour-field:focus,input.form-control[type=week]::-webkit-datetime-edit-minute-field:focus,input.form-control[type=week]::-webkit-datetime-edit-second-field:focus,input.form-control[type=week]::-webkit-datetime-edit-ampm-field:focus,input.form-control[type=week]::-webkit-datetime-edit-meridiem-field:focus,input.form-control[type=time]::-webkit-datetime-edit-day-field:focus,input.form-control[type=time]::-webkit-datetime-edit-fields-wrapper:focus,input.form-control[type=time]::-webkit-datetime-edit-month-field:focus,input.form-control[type=time]::-webkit-datetime-edit-year-field:focus,input.form-control[type=time]::-webkit-datetime-edit-hour-field:focus,input.form-control[type=time]::-webkit-datetime-edit-minute-field:focus,input.form-control[type=time]::-webkit-datetime-edit-second-field:focus,input.form-control[type=time]::-webkit-datetime-edit-ampm-field:focus,input.form-control[type=time]::-webkit-datetime-edit-meridiem-field:focus{background-color:#b4d5fe !important;-webkit-text-fill-color:#000 !important}input.form-control:disabled{color:var(--post-scheme-color-interactive-input-disabled-fg);background-color:var(--post-scheme-color-interactive-input-disabled-bg);border-color:var(--post-scheme-color-interactive-input-disabled-border);border-style:var(--post-core-border-style-dash);opacity:1}input.form-control:disabled::placeholder{color:var(--post-scheme-color-interactive-input-disabled-fg);opacity:1}input.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:var(--post-scheme-color-interactive-input-hover-bg)}input.form-control.is-valid:not(:disabled),input.form-control.is-invalid:not(:disabled){background-size:var(--post-device-sizing-notification-1) var(--post-device-sizing-notification-1);background-position:top 50% right var(--post-device-position-2);background-repeat:no-repeat;padding-inline-end:calc( var(--post-device-spacing-padding-3) + var(--post-device-position-2) + var(--post-device-sizing-notification-1) )}input.form-control.is-valid:not(:disabled).form-control-sm,input.form-control.is-invalid:not(:disabled).form-control-sm{background-size:var(--post-device-sizing-notification-5) var(--post-device-sizing-notification-5);padding-inline-end:calc( var(--post-device-spacing-padding-3) + var(--post-device-position-2) + var(--post-device-sizing-notification-5) )}*:not(.form-floating)>input.form-control.is-valid:not(:disabled){background-image:var(--post-signal-icon-success)}@media (forced-colors: active)and (prefers-color-scheme: dark),(-ms-high-contrast: white-on-black){*:not(.form-floating)>input.form-control.is-valid:not(:disabled){background-image:var(--post-signal-icon-success)}}@media (forced-colors: active)and (prefers-color-scheme: light),(-ms-high-contrast: black-on-white){*:not(.form-floating)>input.form-control.is-valid:not(:disabled){background-image:var(--post-signal-icon-success)}}*:not(.form-floating)>input.form-control.is-invalid:not(:disabled){background-image:var(--post-signal-icon-error)}@media (forced-colors: active)and (prefers-color-scheme: dark),(-ms-high-contrast: white-on-black){*:not(.form-floating)>input.form-control.is-invalid:not(:disabled){background-image:var(--post-signal-icon-error)}}@media (forced-colors: active)and (prefers-color-scheme: light),(-ms-high-contrast: black-on-white){*:not(.form-floating)>input.form-control.is-invalid:not(:disabled){background-image:var(--post-signal-icon-error)}}.form-label:has(+input.form-control[disabled]){color:var(--post-scheme-color-interactive-input-disabled-fg)}.form-label:has(+input.form-control-sm){display:block;padding-inline:var(--post-device-spacing-padding-2);padding-block:var(--post-device-spacing-padding-30);font-weight:var(--post-device-font-weight-bold);font-size:var(--post-device-font-size-7)}.form-floating{position:relative}.form-floating::after{width:var(--post-device-sizing-notification-1);height:var(--post-device-sizing-notification-1)}.form-floating:has(>input.form-control.is-valid:not(:disabled))::after,.form-floating:has(>input.form-control:-webkit-autofill.is-valid)::after{content:"";position:absolute;top:calc(var(--post-device-sizing-interactive-button-height-6) / 2);transform:translateY(-50%);right:var(--post-device-position-2);z-index:2;pointer-events:none;background-image:var(--post-signal-icon-success)}.form-floating:has(>input.form-control.is-invalid:not(:disabled))::after,.form-floating:has(>input.form-control:-webkit-autofill.is-invalid)::after{content:"";position:absolute;top:calc(var(--post-device-sizing-interactive-button-height-6) / 2);transform:translateY(-50%);right:var(--post-device-position-2);z-index:1;pointer-events:none;background-image:var(--post-signal-icon-error)}.form-floating:has(>input.form-control[type=time].is-valid:not(:disabled))::after,.form-floating:has(>input.form-control[type=time]:-webkit-autofill.is-valid)::after,.form-floating:has(>input.form-control[type=time].is-invalid:not(:disabled))::after,.form-floating:has(>input.form-control[type=time]:-webkit-autofill.is-invalid)::after{right:calc( var(--post-device-position-2) + var(--post-device-spacing-gap-inline-8) + var(--post-device-sizing-notification-1) )}.form-floating>input.form-control~label{position:absolute;z-index:1;text-align:start;pointer-events:none;display:block;top:var(--post-device-border-width-default);left:var(--post-device-border-width-default);margin:0;padding-inline-start:var(--post-device-spacing-padding-inline-1);padding-inline-end:var(--post-device-spacing-padding-inline-4);padding-block-start:var(--post-device-spacing-padding-block-28);border:0;color:var(--post-scheme-color-interactive-input-enabled-fg);width:auto;height:auto;max-width:calc(100% - (var(--post-device-border-width-default) * 2));white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:padding-block-start .2s ease-in-out,font-size .2s ease-in-out}.form-floating>input.form-control{min-height:var(--post-device-sizing-interactive-button-height-6);padding-block-start:var(--post-device-spacing-padding-block-29);padding-block-end:var(--post-device-spacing-padding-block-3)}.form-floating>input.form-control::placeholder{color:rgba(0,0,0,0);opacity:0;transition:opacity .25s linear}.form-floating>input.form-control:focus~label,.form-floating>input.form-control:not(:placeholder-shown)~label{color:var(--post-scheme-color-interactive-input-enabled-fg);font-size:var(--post-device-font-size-10);padding-block-start:var(--post-device-spacing-padding-block-30)}.form-floating>input.form-control:focus:not(:hover):not(:disabled)~label,.form-floating>input.form-control:not(:placeholder-shown):not(:hover):not(:disabled)~label{color:var(--post-scheme-color-interactive-input-enabled-fg)}.form-floating>input.form-control:focus::placeholder{color:var(--post-scheme-color-interactive-primary-enabled-fg2);opacity:1;transition:opacity .35s .15s linear}.form-floating>input.form-control:disabled~label{color:var(--post-scheme-color-interactive-input-disabled-fg);background-color:var(--post-scheme-color-interactive-input-disabled-bg)}.form-floating>input.form-control:not(:disabled):hover~label{color:var(--post-scheme-color-interactive-input-hover-fg)}.form-floating>input.form-control[type=file]:focus,.form-floating>input.form-control[type=file]:not(:placeholder-shown){padding-inline-start:var(--post-device-spacing-padding-5);padding-inline-end:var(--post-device-spacing-padding-inline-4)}.form-floating>input.form-control:-webkit-autofill{padding-block-start:var(--post-device-spacing-padding-block-29);padding-block-end:var(--post-device-spacing-padding-block-3)}.form-floating>input.form-control:-webkit-autofill~label{color:var(--post-scheme-color-interactive-input-enabled-fg);font-size:var(--post-device-font-size-10);background-color:var(--post-scheme-color-interactive-input-enabled-bg)}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.form-floating>input::placeholder{opacity:0}}.air-datepicker-cell.-year-.-other-decade-,.air-datepicker-cell.-day-.-other-month-{color:var(--adp-color-other-month)}.air-datepicker-cell.-year-.-other-decade-:hover,.air-datepicker-cell.-day-.-other-month-:hover{color:var(--adp-color-other-month-hover)}.-disabled-.-focus-.air-datepicker-cell.-year-.-other-decade-,.-disabled-.-focus-.air-datepicker-cell.-day-.-other-month-{color:var(--adp-color-other-month)}.-selected-.air-datepicker-cell.-year-.-other-decade-,.-selected-.air-datepicker-cell.-day-.-other-month-{color:#fff;background:var(--adp-background-color-selected-other-month)}.-selected-.-focus-.air-datepicker-cell.-year-.-other-decade-,.-selected-.-focus-.air-datepicker-cell.-day-.-other-month-{background:var(--adp-background-color-selected-other-month-focused)}.-in-range-.air-datepicker-cell.-year-.-other-decade-,.-in-range-.air-datepicker-cell.-day-.-other-month-{background-color:var(--adp-background-color-in-range);color:var(--adp-color)}.-in-range-.-focus-.air-datepicker-cell.-year-.-other-decade-,.-in-range-.-focus-.air-datepicker-cell.-day-.-other-month-{background-color:var(--adp-background-color-in-range-focused)}.air-datepicker-cell.-year-.-other-decade-:empty,.air-datepicker-cell.-day-.-other-month-:empty{background:none;border:none}.air-datepicker-cell{border-radius:var(--adp-cell-border-radius);box-sizing:border-box;cursor:pointer;display:flex;position:relative;align-items:center;justify-content:center;z-index:1}.air-datepicker-cell.-focus-{background:var(--adp-cell-background-color-hover)}.air-datepicker-cell.-current-{color:var(--adp-color-current-date)}.air-datepicker-cell.-current-.-focus-{color:var(--adp-color)}.air-datepicker-cell.-current-.-in-range-{color:var(--adp-color-current-date)}.air-datepicker-cell.-disabled-{cursor:default;color:var(--adp-color-disabled)}.air-datepicker-cell.-disabled-.-focus-{color:var(--adp-color-disabled)}.air-datepicker-cell.-disabled-.-in-range-{color:var(--adp-color-disabled-in-range)}.air-datepicker-cell.-disabled-.-current-.-focus-{color:var(--adp-color-disabled)}.air-datepicker-cell.-in-range-{background:var(--adp-cell-background-color-in-range);border-radius:0}.air-datepicker-cell.-in-range-:hover,.air-datepicker-cell.-in-range-.-focus-{background:var(--adp-cell-background-color-in-range-hover)}.air-datepicker-cell.-range-from-{border:1px solid var(--adp-cell-border-color-in-range);background-color:var(--adp-cell-background-color-in-range);border-radius:var(--adp-cell-border-radius) 0 0 var(--adp-cell-border-radius)}.air-datepicker-cell.-range-to-{border:1px solid var(--adp-cell-border-color-in-range);background-color:var(--adp-cell-background-color-in-range);border-radius:0 var(--adp-cell-border-radius) var(--adp-cell-border-radius) 0}.air-datepicker-cell.-range-to-.-range-from-{border-radius:var(--adp-cell-border-radius)}.air-datepicker-cell.-selected-{color:#fff;border:none;background:var(--adp-cell-background-color-selected)}.air-datepicker-cell.-selected-.-current-{color:#fff;background:var(--adp-cell-background-color-selected)}.air-datepicker-cell.-selected-.-focus-{background:var(--adp-cell-background-color-selected-hover)}.air-datepicker-body{transition:all var(--adp-transition-duration) var(--adp-transition-ease)}.air-datepicker-body.-hidden-{display:none}.air-datepicker-body--day-names{display:grid;grid-template-columns:repeat(7, var(--adp-day-cell-width));margin:8px 0 3px}.air-datepicker-body--day-name{color:var(--adp-day-name-color);display:flex;align-items:center;justify-content:center;flex:1;text-align:center;text-transform:uppercase;font-size:.8em}.air-datepicker-body--day-name.-clickable-{cursor:pointer}.air-datepicker-body--day-name.-clickable-:hover{color:var(--adp-day-name-color-hover)}.air-datepicker-body--cells{display:grid}.air-datepicker-body--cells.-days-{grid-template-columns:repeat(7, var(--adp-day-cell-width));grid-auto-rows:var(--adp-day-cell-height)}.air-datepicker-body--cells.-months-{grid-template-columns:repeat(3, 1fr);grid-auto-rows:var(--adp-month-cell-height)}.air-datepicker-body--cells.-years-{grid-template-columns:repeat(4, 1fr);grid-auto-rows:var(--adp-year-cell-height)}.air-datepicker-nav{display:flex;justify-content:space-between;border-bottom:1px solid var(--adp-border-color-inner);min-height:var(--adp-nav-height);padding:var(--adp-padding);box-sizing:content-box}.-only-timepicker- .air-datepicker-nav{display:none}.air-datepicker-nav--title,.air-datepicker-nav--action{display:flex;cursor:pointer;align-items:center;justify-content:center}.air-datepicker-nav--action{width:var(--adp-nav-action-size);border-radius:var(--adp-border-radius);-webkit-user-select:none;-moz-user-select:none;user-select:none}.air-datepicker-nav--action:hover{background:var(--adp-background-color-hover)}.air-datepicker-nav--action:active{background:var(--adp-background-color-active)}.air-datepicker-nav--action.-disabled-{visibility:hidden}.air-datepicker-nav--action svg{width:32px;height:32px}.air-datepicker-nav--action path{fill:none;stroke:var(--adp-nav-arrow-color);stroke-width:2px}.air-datepicker-nav--title{border-radius:var(--adp-border-radius);padding:0 8px}.air-datepicker-nav--title i{font-style:normal;color:var(--adp-nav-color-secondary);margin-left:.3em}.air-datepicker-nav--title:hover{background:var(--adp-background-color-hover)}.air-datepicker-nav--title:active{background:var(--adp-background-color-active)}.air-datepicker-nav--title.-disabled-{cursor:default;background:none}.air-datepicker-buttons{display:grid;grid-auto-columns:1fr;grid-auto-flow:column}.air-datepicker-button{display:inline-flex;color:var(--adp-btn-color);border-radius:var(--adp-btn-border-radius);cursor:pointer;height:var(--adp-btn-height);border:none;background:rgba(255, 255, 255, 0)}.air-datepicker-button:hover{color:var(--adp-btn-color-hover);background:var(--adp-btn-background-color-hover)}.air-datepicker-button:focus{color:var(--adp-btn-color-hover);background:var(--adp-btn-background-color-hover);outline:none}.air-datepicker-button:active{background:var(--adp-btn-background-color-active)}.air-datepicker-button span{outline:none;display:flex;align-items:center;justify-content:center;width:100%;height:100%}.air-datepicker-time{display:grid;grid-template-columns:max-content 1fr;grid-column-gap:12px;align-items:center;position:relative;padding:0 var(--adp-time-padding-inner)}.-only-timepicker- .air-datepicker-time{border-top:none}.air-datepicker-time--current{display:flex;align-items:center;flex:1;font-size:14px;text-align:center}.air-datepicker-time--current-colon{margin:0 2px 3px;line-height:1}.air-datepicker-time--current-hours,.air-datepicker-time--current-minutes{line-height:1;font-size:19px;font-family:"Century Gothic",CenturyGothic,AppleGothic,sans-serif;position:relative;z-index:1}.air-datepicker-time--current-hours:after,.air-datepicker-time--current-minutes:after{content:"";background:var(--adp-background-color-hover);border-radius:var(--adp-border-radius);position:absolute;left:-2px;top:-3px;right:-2px;bottom:-2px;z-index:-1;opacity:0}.air-datepicker-time--current-hours.-focus-:after,.air-datepicker-time--current-minutes.-focus-:after{opacity:1}.air-datepicker-time--current-ampm{text-transform:uppercase;align-self:flex-end;color:var(--adp-time-day-period-color);margin-left:6px;font-size:11px;margin-bottom:1px}.air-datepicker-time--row{display:flex;align-items:center;font-size:11px;height:17px;background:linear-gradient(to right, var(--adp-time-track-color), var(--adp-time-track-color)) left 50%/100% var(--adp-time-track-height) no-repeat}.air-datepicker-time--row:first-child{margin-bottom:4px}.air-datepicker-time--row input[type=range]{background:none;cursor:pointer;flex:1;height:100%;width:100%;padding:0;margin:0;-webkit-appearance:none}.air-datepicker-time--row input[type=range]::-webkit-slider-thumb{-webkit-appearance:none}.air-datepicker-time--row input[type=range]::-ms-tooltip{display:none}.air-datepicker-time--row input[type=range]:hover::-webkit-slider-thumb{border-color:var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type=range]:hover::-moz-range-thumb{border-color:var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type=range]:hover::-ms-thumb{border-color:var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type=range]:focus{outline:none}.air-datepicker-time--row input[type=range]:focus::-webkit-slider-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type=range]:focus::-moz-range-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type=range]:focus::-ms-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type=range]::-webkit-slider-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid var(--adp-time-track-color);background:#fff;cursor:pointer;-webkit-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration)}.air-datepicker-time--row input[type=range]::-moz-range-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid var(--adp-time-track-color);background:#fff;cursor:pointer;-moz-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration)}.air-datepicker-time--row input[type=range]::-ms-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid var(--adp-time-track-color);background:#fff;cursor:pointer;-ms-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration)}.air-datepicker-time--row input[type=range]::-webkit-slider-thumb{margin-top:calc(var(--adp-time-thumb-size)/2*-1)}.air-datepicker-time--row input[type=range]::-webkit-slider-runnable-track{border:none;height:var(--adp-time-track-height);cursor:pointer;color:rgba(0, 0, 0, 0);background:rgba(0, 0, 0, 0)}.air-datepicker-time--row input[type=range]::-moz-range-track{border:none;height:var(--adp-time-track-height);cursor:pointer;color:rgba(0, 0, 0, 0);background:rgba(0, 0, 0, 0)}.air-datepicker-time--row input[type=range]::-ms-track{border:none;height:var(--adp-time-track-height);cursor:pointer;color:rgba(0, 0, 0, 0);background:rgba(0, 0, 0, 0)}.air-datepicker-time--row input[type=range]::-ms-fill-lower{background:rgba(0, 0, 0, 0)}.air-datepicker-time--row input[type=range]::-ms-fill-upper{background:rgba(0, 0, 0, 0)}.air-datepicker{--adp-font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";--adp-font-size:14px;--adp-width:246px;--adp-z-index:100;--adp-padding:4px;--adp-grid-areas:"nav" "body" "timepicker" "buttons";--adp-transition-duration:.3s;--adp-transition-ease:ease-out;--adp-transition-offset:8px;--adp-background-color:#fff;--adp-background-color-hover:#f0f0f0;--adp-background-color-active:#eaeaea;--adp-background-color-in-range:rgba(92, 196, 239, .1);--adp-background-color-in-range-focused:rgba(92, 196, 239, .2);--adp-background-color-selected-other-month-focused:#8ad5f4;--adp-background-color-selected-other-month:#a2ddf6;--adp-color:#4a4a4a;--adp-color-secondary:#9c9c9c;--adp-accent-color:#4eb5e6;--adp-color-current-date:var(--adp-accent-color);--adp-color-other-month:#dedede;--adp-color-disabled:#aeaeae;--adp-color-disabled-in-range:#939393;--adp-color-other-month-hover:#c5c5c5;--adp-border-color:#dbdbdb;--adp-border-color-inner:#efefef;--adp-border-radius:4px;--adp-border-color-inline:#d7d7d7;--adp-nav-height:32px;--adp-nav-arrow-color:var(--adp-color-secondary);--adp-nav-action-size:32px;--adp-nav-color-secondary:var(--adp-color-secondary);--adp-day-name-color:#ff9a19;--adp-day-name-color-hover:#8ad5f4;--adp-day-cell-width:1fr;--adp-day-cell-height:32px;--adp-month-cell-height:42px;--adp-year-cell-height:56px;--adp-pointer-size:10px;--adp-poiner-border-radius:2px;--adp-pointer-offset:14px;--adp-cell-border-radius:4px;--adp-cell-background-color-hover:var(--adp-background-color-hover);--adp-cell-background-color-selected:#5cc4ef;--adp-cell-background-color-selected-hover:#45bced;--adp-cell-background-color-in-range:rgba(92, 196, 239, 0.1);--adp-cell-background-color-in-range-hover:rgba(92, 196, 239, 0.2);--adp-cell-border-color-in-range:var(--adp-cell-background-color-selected);--adp-btn-height:32px;--adp-btn-color:var(--adp-accent-color);--adp-btn-color-hover:var(--adp-color);--adp-btn-border-radius:var(--adp-border-radius);--adp-btn-background-color-hover:var(--adp-background-color-hover);--adp-btn-background-color-active:var(--adp-background-color-active);--adp-time-track-height:1px;--adp-time-track-color:#dedede;--adp-time-track-color-hover:#b1b1b1;--adp-time-thumb-size:12px;--adp-time-padding-inner:10px;--adp-time-day-period-color:var(--adp-color-secondary);--adp-mobile-font-size:16px;--adp-mobile-nav-height:40px;--adp-mobile-width:320px;--adp-mobile-day-cell-height:38px;--adp-mobile-month-cell-height:48px;--adp-mobile-year-cell-height:64px}.air-datepicker-overlay{--adp-overlay-background-color:rgba(0, 0, 0, .3);--adp-overlay-transition-duration:.3s;--adp-overlay-transition-ease:ease-out;--adp-overlay-z-index:99}.air-datepicker{background:var(--adp-background-color);border:1px solid var(--adp-border-color);box-shadow:0 4px 12px rgba(0, 0, 0, 0.15);border-radius:var(--adp-border-radius);box-sizing:content-box;display:grid;grid-template-columns:1fr;grid-template-rows:repeat(4, max-content);grid-template-areas:var(--adp-grid-areas);font-family:var(--adp-font-family),sans-serif;font-size:var(--adp-font-size);color:var(--adp-color);width:var(--adp-width);position:absolute;transition:opacity var(--adp-transition-duration) var(--adp-transition-ease),transform var(--adp-transition-duration) var(--adp-transition-ease);z-index:var(--adp-z-index)}.air-datepicker:not(.-custom-position-){opacity:0}.air-datepicker.-from-top-{transform:translateY(calc(var(--adp-transition-offset) * -1))}.air-datepicker.-from-right-{transform:translateX(var(--adp-transition-offset))}.air-datepicker.-from-bottom-{transform:translateY(var(--adp-transition-offset))}.air-datepicker.-from-left-{transform:translateX(calc(var(--adp-transition-offset) * -1))}.air-datepicker.-active-:not(.-custom-position-){transform:translate(0, 0);opacity:1}.air-datepicker.-active-.-custom-position-{transition:none}.air-datepicker.-inline-{border-color:var(--adp-border-color-inline);box-shadow:none;position:static;left:auto;right:auto;opacity:1;transform:none}.air-datepicker.-inline- .air-datepicker--pointer{display:none}.air-datepicker.-is-mobile-{--adp-font-size:var(--adp-mobile-font-size);--adp-day-cell-height:var(--adp-mobile-day-cell-height);--adp-month-cell-height:var(--adp-mobile-month-cell-height);--adp-year-cell-height:var(--adp-mobile-year-cell-height);--adp-nav-height:var(--adp-mobile-nav-height);--adp-nav-action-size:var(--adp-mobile-nav-height);position:fixed;width:var(--adp-mobile-width);border:none}.air-datepicker.-is-mobile- *{-webkit-tap-highlight-color:rgba(0, 0, 0, 0)}.air-datepicker.-is-mobile- .air-datepicker--pointer{display:none}.air-datepicker.-is-mobile-:not(.-custom-position-){transform:translate(-50%, calc(-50% + var(--adp-transition-offset)))}.air-datepicker.-is-mobile-.-active-:not(.-custom-position-){transform:translate(-50%, -50%)}.air-datepicker.-custom-position-{transition:none}.air-datepicker-global-container{position:absolute;left:0;top:0}.air-datepicker--pointer{--pointer-half-size:calc(var(--adp-pointer-size) / 2);position:absolute;width:var(--adp-pointer-size);height:var(--adp-pointer-size);z-index:-1}.air-datepicker--pointer:after{content:"";position:absolute;background:#fff;border-top:1px solid var(--adp-border-color-inline);border-right:1px solid var(--adp-border-color-inline);border-top-right-radius:var(--adp-poiner-border-radius);width:var(--adp-pointer-size);height:var(--adp-pointer-size);box-sizing:border-box}.-top-left- .air-datepicker--pointer,.-top-center- .air-datepicker--pointer,.-top-right- .air-datepicker--pointer,[data-popper-placement^=top] .air-datepicker--pointer{top:calc(100% - var(--pointer-half-size) + 1px)}.-top-left- .air-datepicker--pointer:after,.-top-center- .air-datepicker--pointer:after,.-top-right- .air-datepicker--pointer:after,[data-popper-placement^=top] .air-datepicker--pointer:after{transform:rotate(135deg)}.-right-top- .air-datepicker--pointer,.-right-center- .air-datepicker--pointer,.-right-bottom- .air-datepicker--pointer,[data-popper-placement^=right] .air-datepicker--pointer{right:calc(100% - var(--pointer-half-size) + 1px)}.-right-top- .air-datepicker--pointer:after,.-right-center- .air-datepicker--pointer:after,.-right-bottom- .air-datepicker--pointer:after,[data-popper-placement^=right] .air-datepicker--pointer:after{transform:rotate(225deg)}.-bottom-left- .air-datepicker--pointer,.-bottom-center- .air-datepicker--pointer,.-bottom-right- .air-datepicker--pointer,[data-popper-placement^=bottom] .air-datepicker--pointer{bottom:calc(100% - var(--pointer-half-size) + 1px)}.-bottom-left- .air-datepicker--pointer:after,.-bottom-center- .air-datepicker--pointer:after,.-bottom-right- .air-datepicker--pointer:after,[data-popper-placement^=bottom] .air-datepicker--pointer:after{transform:rotate(315deg)}.-left-top- .air-datepicker--pointer,.-left-center- .air-datepicker--pointer,.-left-bottom- .air-datepicker--pointer,[data-popper-placement^=left] .air-datepicker--pointer{left:calc(100% - var(--pointer-half-size) + 1px)}.-left-top- .air-datepicker--pointer:after,.-left-center- .air-datepicker--pointer:after,.-left-bottom- .air-datepicker--pointer:after,[data-popper-placement^=left] .air-datepicker--pointer:after{transform:rotate(45deg)}.-top-left- .air-datepicker--pointer,.-bottom-left- .air-datepicker--pointer{left:var(--adp-pointer-offset)}.-top-right- .air-datepicker--pointer,.-bottom-right- .air-datepicker--pointer{right:var(--adp-pointer-offset)}.-top-center- .air-datepicker--pointer,.-bottom-center- .air-datepicker--pointer{left:calc(50% - var(--adp-pointer-size)/2)}.-left-top- .air-datepicker--pointer,.-right-top- .air-datepicker--pointer{top:var(--adp-pointer-offset)}.-left-bottom- .air-datepicker--pointer,.-right-bottom- .air-datepicker--pointer{bottom:var(--adp-pointer-offset)}.-left-center- .air-datepicker--pointer,.-right-center- .air-datepicker--pointer{top:calc(50% - var(--adp-pointer-size)/2)}.air-datepicker--navigation{grid-area:nav}.air-datepicker--content{box-sizing:content-box;padding:var(--adp-padding);grid-area:body}.-only-timepicker- .air-datepicker--content{display:none}.air-datepicker--time{grid-area:timepicker}.air-datepicker--buttons{grid-area:buttons}.air-datepicker--buttons,.air-datepicker--time{padding:var(--adp-padding);border-top:1px solid var(--adp-border-color-inner)}.air-datepicker-overlay{position:fixed;background:var(--adp-overlay-background-color);left:0;top:0;width:0;height:0;opacity:0;transition:opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease),left 0s,height 0s,width 0s;transition-delay:0s,var(--adp-overlay-transition-duration),var(--adp-overlay-transition-duration),var(--adp-overlay-transition-duration);z-index:var(--adp-overlay-z-index)}.air-datepicker-overlay.-active-{opacity:1;width:100%;height:100%;transition:opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease),height 0s,width 0s}.air-datepicker{--adp-padding:8px;--adp-font-family:var(--post-device-font-family-default);--adp-font-size:16px;--adp-width:296px;--adp-border-radius:4px;--adp-color-disabled-in-range:#696864;--adp-color-current-date:#050400;--adp-day-name-color:#050400;--adp-day-name-color-hover:#fff;--adp-nav-height:24px;--adp-nav-arrow-color:#050400;--adp-nav-action-size:40px;--adp-day-cell-width:40px;--adp-day-cell-height:40px;--adp-month-cell-height:40px;--adp-year-cell-height:40px;--adp-cell-border-radius:100px;--adp-cell-background-color-hover:#504f4b;--adp-cell-background-color-selected:#050400;--adp-cell-background-color-selected-hover:#504f4b;--adp-cell-background-color-in-range:unset;--adp-cell-background-color-in-range-hover:#050400;font-weight:700;border:none}.air-datepicker .air-datepicker-nav{border-bottom:none;background:#e1e0dc}.air-datepicker .air-datepicker-nav .air-datepicker-nav--title{margin-right:auto;margin-inline-start:0;justify-content:flex-start;display:flex;align-items:center;gap:6px;padding:0 0 0 8px}.air-datepicker .air-datepicker-nav .air-datepicker-nav--title:hover{background:unset}.air-datepicker .air-datepicker-nav .air-datepicker-nav--title:focus{border-radius:var(--post-device-border-radius-focus);outline-offset:4px}.air-datepicker .air-datepicker-nav .air-datepicker-nav--title .placeholder{flex-grow:2;pointer-events:none}.air-datepicker .air-datepicker-nav .air-datepicker-nav--action{font-size:var(--adp-font-size);height:var(--adp-nav-action-size)}.air-datepicker .air-datepicker-nav .air-datepicker-nav--action[data-action=next]{margin-inline-start:5px}.air-datepicker .air-datepicker-nav .air-datepicker-nav--action button{padding:0;overflow:visible;border:0;background:none;color:var(--post-scheme-color-interactive-button-secondary-enabled-fg);font:inherit;-webkit-user-select:none;user-select:none;appearance:button}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.air-datepicker .air-datepicker-nav .air-datepicker-nav--action button{background-color:ButtonFace !important}.air-datepicker .air-datepicker-nav .air-datepicker-nav--action button:hover{background-color:Highlight !important}}.air-datepicker .air-datepicker-nav .air-datepicker-nav--action:hover{color:#504f4b;background:unset}.air-datepicker .air-datepicker--content{padding:0 !important}.air-datepicker .air-datepicker--content .air-datepicker-body--day-names{background:#e1e0dc;margin:0;padding:0 8px 16px 8px}.air-datepicker .air-datepicker--content .air-datepicker-body--day-name{text-transform:capitalize;font-size:var(--adp-font-size)}.air-datepicker .air-datepicker--content .air-datepicker-body--cells.-days-{padding:8px}.air-datepicker .air-datepicker--content .air-datepicker-body--cells.-years-{padding:8px;column-gap:8px;min-height:216px;text-transform:uppercase}.air-datepicker .air-datepicker--content .air-datepicker-body--cells.-years- .-year-{width:64px;height:40px}.air-datepicker .air-datepicker--content .air-datepicker-body--cells.-months-{grid-template-columns:repeat(4, 1fr);padding:8px;column-gap:8px;height:216px;text-transform:uppercase}.air-datepicker .air-datepicker--content .air-datepicker-body--cells.-months- .-month-{width:64px;height:40px}.air-datepicker .air-datepicker--content .air-datepicker-cell{z-index:0;position:relative}.air-datepicker .air-datepicker--content .air-datepicker-cell:focus,.air-datepicker .air-datepicker--content .air-datepicker-cell:focus-visible{outline:2px solid #000;outline-offset:2px}.air-datepicker .air-datepicker--content .air-datepicker-cell.-selected-{z-index:2;background-color:#050400}.air-datepicker .air-datepicker--content .air-datepicker-cell.-in-range-,.air-datepicker .air-datepicker--content .air-datepicker-cell.-range-from-,.air-datepicker .air-datepicker--content .air-datepicker-cell.-range-to-{position:relative;z-index:0}.air-datepicker .air-datepicker--content .air-datepicker-cell.-in-range-::before,.air-datepicker .air-datepicker--content .air-datepicker-cell.-range-from-::before,.air-datepicker .air-datepicker--content .air-datepicker-cell.-range-to-::before{content:"";z-index:-2;width:40px;height:40px;display:block;position:absolute;inset:0}.air-datepicker .air-datepicker--content .air-datepicker-cell.-in-range-::before.-disabled-,.air-datepicker .air-datepicker--content .air-datepicker-cell.-range-from-::before.-disabled-,.air-datepicker .air-datepicker--content .air-datepicker-cell.-range-to-::before.-disabled-{user-select:none}.air-datepicker .air-datepicker--content .air-datepicker-cell.-in-range-::before{content:"";background:#fc0;border-block:2px solid #050400}.air-datepicker .air-datepicker--content .air-datepicker-cell.-range-from-::before{content:"";background:linear-gradient(to right, #fff 50%, #ffcc00 50%);border-block:2px solid #050400;border-inline-start:none;border-radius:var(--adp-cell-border-radius) 0 0 var(--adp-cell-border-radius)}.air-datepicker .air-datepicker--content .air-datepicker-cell.-range-to-::before{content:"";background:linear-gradient(to right, #ffcc00 50%, #fff 50%);border-block:2px solid #050400;border-inline-end:none;border-radius:0 var(--adp-cell-border-radius) var(--adp-cell-border-radius) 0}.air-datepicker .air-datepicker--content .air-datepicker-cell.-range-from-,.air-datepicker .air-datepicker--content .air-datepicker-cell.-range-to-{border:none}.air-datepicker .air-datepicker--content .air-datepicker-cell.-range-from-::after,.air-datepicker .air-datepicker--content .air-datepicker-cell.-range-to-::after{content:"";z-index:-1;width:40px;height:40px;display:block;position:absolute;border-radius:100px;inset:0;background:#050400}.air-datepicker .air-datepicker--content .air-datepicker-cell:not(.-range-from-):not(.-range-to-):hover{color:#fff}.air-datepicker .air-datepicker--content .air-datepicker-cell.-current-:not(.-range-from-):not(.-range-to-):hover{color:#fff}.air-datepicker .air-datepicker--content .air-datepicker-cell.-year-.-current-,.air-datepicker .air-datepicker--content .air-datepicker-cell.-month-.-current-,.air-datepicker .air-datepicker--content .air-datepicker-cell.-day-.-current-{border:2px solid #050400;border-radius:var(--adp-cell-border-radius)}.air-datepicker .air-datepicker--content .air-datepicker-cell.-day:focus{border-radius:var(--post-device-border-radius-focus);outline-offset:2px}.air-datepicker .air-datepicker--content .air-datepicker-cell.-disabled-:not(.-day-.-other-month-){color:#504f4b;border:2px dashed #504f4b;width:38px;height:38px}.air-datepicker .air-datepicker--content .air-datepicker-cell.-year-.-other-decade-:not(.-selected-),.air-datepicker .air-datepicker--content .air-datepicker-cell.-day-.-other-month-:not(.-selected-){color:rgba(0,0,0,.3) !important}.air-datepicker .air-datepicker--content .air-datepicker-cell.-year-.-other-decade-:not(.-selected-):hover,.air-datepicker .air-datepicker--content .air-datepicker-cell.-day-.-other-month-:not(.-selected-):hover{color:#fff}.air-datepicker .air-datepicker--content .-day-.-other-month-{pointer-events:none}.air-datepicker .air-datepicker--content .-selected-.-other-month-{background-color:rgba(0,0,0,0)}.calendar-input,.calendar-input-range{position:relative}.calendar-input button,.calendar-input-range button{position:absolute;right:16px;top:16px;border:none;background-color:rgba(0,0,0,0)}.calendar-input-range{min-width:310px}::slotted(input){border:unset;background-color:rgba(0,0,0,0);flex-grow:1}`;
10889
+ const postDatePickerCss = () => `.air-datepicker-cell.-year-.-other-decade-,.air-datepicker-cell.-day-.-other-month-{color:var(--adp-color-other-month)}.air-datepicker-cell.-year-.-other-decade-:hover,.air-datepicker-cell.-day-.-other-month-:hover{color:var(--adp-color-other-month-hover)}.-disabled-.-focus-.air-datepicker-cell.-year-.-other-decade-,.-disabled-.-focus-.air-datepicker-cell.-day-.-other-month-{color:var(--adp-color-other-month)}.-selected-.air-datepicker-cell.-year-.-other-decade-,.-selected-.air-datepicker-cell.-day-.-other-month-{color:#fff;background:var(--adp-background-color-selected-other-month)}.-selected-.-focus-.air-datepicker-cell.-year-.-other-decade-,.-selected-.-focus-.air-datepicker-cell.-day-.-other-month-{background:var(--adp-background-color-selected-other-month-focused)}.-in-range-.air-datepicker-cell.-year-.-other-decade-,.-in-range-.air-datepicker-cell.-day-.-other-month-{background-color:var(--adp-background-color-in-range);color:var(--adp-color)}.-in-range-.-focus-.air-datepicker-cell.-year-.-other-decade-,.-in-range-.-focus-.air-datepicker-cell.-day-.-other-month-{background-color:var(--adp-background-color-in-range-focused)}.air-datepicker-cell.-year-.-other-decade-:empty,.air-datepicker-cell.-day-.-other-month-:empty{background:none;border:none}.air-datepicker-cell{border-radius:var(--adp-cell-border-radius);box-sizing:border-box;cursor:pointer;display:flex;position:relative;align-items:center;justify-content:center;z-index:1}.air-datepicker-cell.-focus-{background:var(--adp-cell-background-color-hover)}.air-datepicker-cell.-current-{color:var(--adp-color-current-date)}.air-datepicker-cell.-current-.-focus-{color:var(--adp-color)}.air-datepicker-cell.-current-.-in-range-{color:var(--adp-color-current-date)}.air-datepicker-cell.-disabled-{cursor:default;color:var(--adp-color-disabled)}.air-datepicker-cell.-disabled-.-focus-{color:var(--adp-color-disabled)}.air-datepicker-cell.-disabled-.-in-range-{color:var(--adp-color-disabled-in-range)}.air-datepicker-cell.-disabled-.-current-.-focus-{color:var(--adp-color-disabled)}.air-datepicker-cell.-in-range-{background:var(--adp-cell-background-color-in-range);border-radius:0}.air-datepicker-cell.-in-range-:hover,.air-datepicker-cell.-in-range-.-focus-{background:var(--adp-cell-background-color-in-range-hover)}.air-datepicker-cell.-range-from-{border:1px solid var(--adp-cell-border-color-in-range);background-color:var(--adp-cell-background-color-in-range);border-radius:var(--adp-cell-border-radius) 0 0 var(--adp-cell-border-radius)}.air-datepicker-cell.-range-to-{border:1px solid var(--adp-cell-border-color-in-range);background-color:var(--adp-cell-background-color-in-range);border-radius:0 var(--adp-cell-border-radius) var(--adp-cell-border-radius) 0}.air-datepicker-cell.-range-to-.-range-from-{border-radius:var(--adp-cell-border-radius)}.air-datepicker-cell.-selected-{color:#fff;border:none;background:var(--adp-cell-background-color-selected)}.air-datepicker-cell.-selected-.-current-{color:#fff;background:var(--adp-cell-background-color-selected)}.air-datepicker-cell.-selected-.-focus-{background:var(--adp-cell-background-color-selected-hover)}.air-datepicker-body{transition:all var(--adp-transition-duration) var(--adp-transition-ease)}.air-datepicker-body.-hidden-{display:none}.air-datepicker-body--day-names{display:grid;grid-template-columns:repeat(7, var(--adp-day-cell-width));margin:8px 0 3px}.air-datepicker-body--day-name{color:var(--adp-day-name-color);display:flex;align-items:center;justify-content:center;flex:1;text-align:center;text-transform:uppercase;font-size:.8em}.air-datepicker-body--day-name.-clickable-{cursor:pointer}.air-datepicker-body--day-name.-clickable-:hover{color:var(--adp-day-name-color-hover)}.air-datepicker-body--cells{display:grid}.air-datepicker-body--cells.-days-{grid-template-columns:repeat(7, var(--adp-day-cell-width));grid-auto-rows:var(--adp-day-cell-height)}.air-datepicker-body--cells.-months-{grid-template-columns:repeat(3, 1fr);grid-auto-rows:var(--adp-month-cell-height)}.air-datepicker-body--cells.-years-{grid-template-columns:repeat(4, 1fr);grid-auto-rows:var(--adp-year-cell-height)}.air-datepicker-nav{display:flex;justify-content:space-between;border-bottom:1px solid var(--adp-border-color-inner);min-height:var(--adp-nav-height);padding:var(--adp-padding);box-sizing:content-box}.-only-timepicker- .air-datepicker-nav{display:none}.air-datepicker-nav--title,.air-datepicker-nav--action{display:flex;cursor:pointer;align-items:center;justify-content:center}.air-datepicker-nav--action{width:var(--adp-nav-action-size);border-radius:var(--adp-border-radius);-webkit-user-select:none;-moz-user-select:none;user-select:none}.air-datepicker-nav--action:hover{background:var(--adp-background-color-hover)}.air-datepicker-nav--action:active{background:var(--adp-background-color-active)}.air-datepicker-nav--action.-disabled-{visibility:hidden}.air-datepicker-nav--action svg{width:32px;height:32px}.air-datepicker-nav--action path{fill:none;stroke:var(--adp-nav-arrow-color);stroke-width:2px}.air-datepicker-nav--title{border-radius:var(--adp-border-radius);padding:0 8px}.air-datepicker-nav--title i{font-style:normal;color:var(--adp-nav-color-secondary);margin-left:.3em}.air-datepicker-nav--title:hover{background:var(--adp-background-color-hover)}.air-datepicker-nav--title:active{background:var(--adp-background-color-active)}.air-datepicker-nav--title.-disabled-{cursor:default;background:none}.air-datepicker-buttons{display:grid;grid-auto-columns:1fr;grid-auto-flow:column}.air-datepicker-button{display:inline-flex;color:var(--adp-btn-color);border-radius:var(--adp-btn-border-radius);cursor:pointer;height:var(--adp-btn-height);border:none;background:rgba(255, 255, 255, 0)}.air-datepicker-button:hover{color:var(--adp-btn-color-hover);background:var(--adp-btn-background-color-hover)}.air-datepicker-button:focus{color:var(--adp-btn-color-hover);background:var(--adp-btn-background-color-hover);outline:none}.air-datepicker-button:active{background:var(--adp-btn-background-color-active)}.air-datepicker-button span{outline:none;display:flex;align-items:center;justify-content:center;width:100%;height:100%}.air-datepicker-time{display:grid;grid-template-columns:max-content 1fr;grid-column-gap:12px;align-items:center;position:relative;padding:0 var(--adp-time-padding-inner)}.-only-timepicker- .air-datepicker-time{border-top:none}.air-datepicker-time--current{display:flex;align-items:center;flex:1;font-size:14px;text-align:center}.air-datepicker-time--current-colon{margin:0 2px 3px;line-height:1}.air-datepicker-time--current-hours,.air-datepicker-time--current-minutes{line-height:1;font-size:19px;font-family:"Century Gothic",CenturyGothic,AppleGothic,sans-serif;position:relative;z-index:1}.air-datepicker-time--current-hours:after,.air-datepicker-time--current-minutes:after{content:"";background:var(--adp-background-color-hover);border-radius:var(--adp-border-radius);position:absolute;left:-2px;top:-3px;right:-2px;bottom:-2px;z-index:-1;opacity:0}.air-datepicker-time--current-hours.-focus-:after,.air-datepicker-time--current-minutes.-focus-:after{opacity:1}.air-datepicker-time--current-ampm{text-transform:uppercase;align-self:flex-end;color:var(--adp-time-day-period-color);margin-left:6px;font-size:11px;margin-bottom:1px}.air-datepicker-time--row{display:flex;align-items:center;font-size:11px;height:17px;background:linear-gradient(to right, var(--adp-time-track-color), var(--adp-time-track-color)) left 50%/100% var(--adp-time-track-height) no-repeat}.air-datepicker-time--row:first-child{margin-bottom:4px}.air-datepicker-time--row input[type=range]{background:none;cursor:pointer;flex:1;height:100%;width:100%;padding:0;margin:0;-webkit-appearance:none}.air-datepicker-time--row input[type=range]::-webkit-slider-thumb{-webkit-appearance:none}.air-datepicker-time--row input[type=range]::-ms-tooltip{display:none}.air-datepicker-time--row input[type=range]:hover::-webkit-slider-thumb{border-color:var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type=range]:hover::-moz-range-thumb{border-color:var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type=range]:hover::-ms-thumb{border-color:var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type=range]:focus{outline:none}.air-datepicker-time--row input[type=range]:focus::-webkit-slider-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type=range]:focus::-moz-range-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type=range]:focus::-ms-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type=range]::-webkit-slider-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid var(--adp-time-track-color);background:#fff;cursor:pointer;-webkit-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration)}.air-datepicker-time--row input[type=range]::-moz-range-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid var(--adp-time-track-color);background:#fff;cursor:pointer;-moz-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration)}.air-datepicker-time--row input[type=range]::-ms-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid var(--adp-time-track-color);background:#fff;cursor:pointer;-ms-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration)}.air-datepicker-time--row input[type=range]::-webkit-slider-thumb{margin-top:calc(var(--adp-time-thumb-size)/2*-1)}.air-datepicker-time--row input[type=range]::-webkit-slider-runnable-track{border:none;height:var(--adp-time-track-height);cursor:pointer;color:rgba(0, 0, 0, 0);background:rgba(0, 0, 0, 0)}.air-datepicker-time--row input[type=range]::-moz-range-track{border:none;height:var(--adp-time-track-height);cursor:pointer;color:rgba(0, 0, 0, 0);background:rgba(0, 0, 0, 0)}.air-datepicker-time--row input[type=range]::-ms-track{border:none;height:var(--adp-time-track-height);cursor:pointer;color:rgba(0, 0, 0, 0);background:rgba(0, 0, 0, 0)}.air-datepicker-time--row input[type=range]::-ms-fill-lower{background:rgba(0, 0, 0, 0)}.air-datepicker-time--row input[type=range]::-ms-fill-upper{background:rgba(0, 0, 0, 0)}.air-datepicker{--adp-font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";--adp-font-size:14px;--adp-width:246px;--adp-z-index:100;--adp-padding:4px;--adp-grid-areas:"nav" "body" "timepicker" "buttons";--adp-transition-duration:.3s;--adp-transition-ease:ease-out;--adp-transition-offset:8px;--adp-background-color:#fff;--adp-background-color-hover:#f0f0f0;--adp-background-color-active:#eaeaea;--adp-background-color-in-range:rgba(92, 196, 239, .1);--adp-background-color-in-range-focused:rgba(92, 196, 239, .2);--adp-background-color-selected-other-month-focused:#8ad5f4;--adp-background-color-selected-other-month:#a2ddf6;--adp-color:#4a4a4a;--adp-color-secondary:#9c9c9c;--adp-accent-color:#4eb5e6;--adp-color-current-date:var(--adp-accent-color);--adp-color-other-month:#dedede;--adp-color-disabled:#aeaeae;--adp-color-disabled-in-range:#939393;--adp-color-other-month-hover:#c5c5c5;--adp-border-color:#dbdbdb;--adp-border-color-inner:#efefef;--adp-border-radius:4px;--adp-border-color-inline:#d7d7d7;--adp-nav-height:32px;--adp-nav-arrow-color:var(--adp-color-secondary);--adp-nav-action-size:32px;--adp-nav-color-secondary:var(--adp-color-secondary);--adp-day-name-color:#ff9a19;--adp-day-name-color-hover:#8ad5f4;--adp-day-cell-width:1fr;--adp-day-cell-height:32px;--adp-month-cell-height:42px;--adp-year-cell-height:56px;--adp-pointer-size:10px;--adp-poiner-border-radius:2px;--adp-pointer-offset:14px;--adp-cell-border-radius:4px;--adp-cell-background-color-hover:var(--adp-background-color-hover);--adp-cell-background-color-selected:#5cc4ef;--adp-cell-background-color-selected-hover:#45bced;--adp-cell-background-color-in-range:rgba(92, 196, 239, 0.1);--adp-cell-background-color-in-range-hover:rgba(92, 196, 239, 0.2);--adp-cell-border-color-in-range:var(--adp-cell-background-color-selected);--adp-btn-height:32px;--adp-btn-color:var(--adp-accent-color);--adp-btn-color-hover:var(--adp-color);--adp-btn-border-radius:var(--adp-border-radius);--adp-btn-background-color-hover:var(--adp-background-color-hover);--adp-btn-background-color-active:var(--adp-background-color-active);--adp-time-track-height:1px;--adp-time-track-color:#dedede;--adp-time-track-color-hover:#b1b1b1;--adp-time-thumb-size:12px;--adp-time-padding-inner:10px;--adp-time-day-period-color:var(--adp-color-secondary);--adp-mobile-font-size:16px;--adp-mobile-nav-height:40px;--adp-mobile-width:320px;--adp-mobile-day-cell-height:38px;--adp-mobile-month-cell-height:48px;--adp-mobile-year-cell-height:64px}.air-datepicker-overlay{--adp-overlay-background-color:rgba(0, 0, 0, .3);--adp-overlay-transition-duration:.3s;--adp-overlay-transition-ease:ease-out;--adp-overlay-z-index:99}.air-datepicker{background:var(--adp-background-color);border:1px solid var(--adp-border-color);box-shadow:0 4px 12px rgba(0, 0, 0, 0.15);border-radius:var(--adp-border-radius);box-sizing:content-box;display:grid;grid-template-columns:1fr;grid-template-rows:repeat(4, max-content);grid-template-areas:var(--adp-grid-areas);font-family:var(--adp-font-family),sans-serif;font-size:var(--adp-font-size);color:var(--adp-color);width:var(--adp-width);position:absolute;transition:opacity var(--adp-transition-duration) var(--adp-transition-ease),transform var(--adp-transition-duration) var(--adp-transition-ease);z-index:var(--adp-z-index)}.air-datepicker:not(.-custom-position-){opacity:0}.air-datepicker.-from-top-{transform:translateY(calc(var(--adp-transition-offset) * -1))}.air-datepicker.-from-right-{transform:translateX(var(--adp-transition-offset))}.air-datepicker.-from-bottom-{transform:translateY(var(--adp-transition-offset))}.air-datepicker.-from-left-{transform:translateX(calc(var(--adp-transition-offset) * -1))}.air-datepicker.-active-:not(.-custom-position-){transform:translate(0, 0);opacity:1}.air-datepicker.-active-.-custom-position-{transition:none}.air-datepicker.-inline-{border-color:var(--adp-border-color-inline);box-shadow:none;position:static;left:auto;right:auto;opacity:1;transform:none}.air-datepicker.-inline- .air-datepicker--pointer{display:none}.air-datepicker.-is-mobile-{--adp-font-size:var(--adp-mobile-font-size);--adp-day-cell-height:var(--adp-mobile-day-cell-height);--adp-month-cell-height:var(--adp-mobile-month-cell-height);--adp-year-cell-height:var(--adp-mobile-year-cell-height);--adp-nav-height:var(--adp-mobile-nav-height);--adp-nav-action-size:var(--adp-mobile-nav-height);position:fixed;width:var(--adp-mobile-width);border:none}.air-datepicker.-is-mobile- *{-webkit-tap-highlight-color:rgba(0, 0, 0, 0)}.air-datepicker.-is-mobile- .air-datepicker--pointer{display:none}.air-datepicker.-is-mobile-:not(.-custom-position-){transform:translate(-50%, calc(-50% + var(--adp-transition-offset)))}.air-datepicker.-is-mobile-.-active-:not(.-custom-position-){transform:translate(-50%, -50%)}.air-datepicker.-custom-position-{transition:none}.air-datepicker-global-container{position:absolute;left:0;top:0}.air-datepicker--pointer{--pointer-half-size:calc(var(--adp-pointer-size) / 2);position:absolute;width:var(--adp-pointer-size);height:var(--adp-pointer-size);z-index:-1}.air-datepicker--pointer:after{content:"";position:absolute;background:#fff;border-top:1px solid var(--adp-border-color-inline);border-right:1px solid var(--adp-border-color-inline);border-top-right-radius:var(--adp-poiner-border-radius);width:var(--adp-pointer-size);height:var(--adp-pointer-size);box-sizing:border-box}.-top-left- .air-datepicker--pointer,.-top-center- .air-datepicker--pointer,.-top-right- .air-datepicker--pointer,[data-popper-placement^=top] .air-datepicker--pointer{top:calc(100% - var(--pointer-half-size) + 1px)}.-top-left- .air-datepicker--pointer:after,.-top-center- .air-datepicker--pointer:after,.-top-right- .air-datepicker--pointer:after,[data-popper-placement^=top] .air-datepicker--pointer:after{transform:rotate(135deg)}.-right-top- .air-datepicker--pointer,.-right-center- .air-datepicker--pointer,.-right-bottom- .air-datepicker--pointer,[data-popper-placement^=right] .air-datepicker--pointer{right:calc(100% - var(--pointer-half-size) + 1px)}.-right-top- .air-datepicker--pointer:after,.-right-center- .air-datepicker--pointer:after,.-right-bottom- .air-datepicker--pointer:after,[data-popper-placement^=right] .air-datepicker--pointer:after{transform:rotate(225deg)}.-bottom-left- .air-datepicker--pointer,.-bottom-center- .air-datepicker--pointer,.-bottom-right- .air-datepicker--pointer,[data-popper-placement^=bottom] .air-datepicker--pointer{bottom:calc(100% - var(--pointer-half-size) + 1px)}.-bottom-left- .air-datepicker--pointer:after,.-bottom-center- .air-datepicker--pointer:after,.-bottom-right- .air-datepicker--pointer:after,[data-popper-placement^=bottom] .air-datepicker--pointer:after{transform:rotate(315deg)}.-left-top- .air-datepicker--pointer,.-left-center- .air-datepicker--pointer,.-left-bottom- .air-datepicker--pointer,[data-popper-placement^=left] .air-datepicker--pointer{left:calc(100% - var(--pointer-half-size) + 1px)}.-left-top- .air-datepicker--pointer:after,.-left-center- .air-datepicker--pointer:after,.-left-bottom- .air-datepicker--pointer:after,[data-popper-placement^=left] .air-datepicker--pointer:after{transform:rotate(45deg)}.-top-left- .air-datepicker--pointer,.-bottom-left- .air-datepicker--pointer{left:var(--adp-pointer-offset)}.-top-right- .air-datepicker--pointer,.-bottom-right- .air-datepicker--pointer{right:var(--adp-pointer-offset)}.-top-center- .air-datepicker--pointer,.-bottom-center- .air-datepicker--pointer{left:calc(50% - var(--adp-pointer-size)/2)}.-left-top- .air-datepicker--pointer,.-right-top- .air-datepicker--pointer{top:var(--adp-pointer-offset)}.-left-bottom- .air-datepicker--pointer,.-right-bottom- .air-datepicker--pointer{bottom:var(--adp-pointer-offset)}.-left-center- .air-datepicker--pointer,.-right-center- .air-datepicker--pointer{top:calc(50% - var(--adp-pointer-size)/2)}.air-datepicker--navigation{grid-area:nav}.air-datepicker--content{box-sizing:content-box;padding:var(--adp-padding);grid-area:body}.-only-timepicker- .air-datepicker--content{display:none}.air-datepicker--time{grid-area:timepicker}.air-datepicker--buttons{grid-area:buttons}.air-datepicker--buttons,.air-datepicker--time{padding:var(--adp-padding);border-top:1px solid var(--adp-border-color-inner)}.air-datepicker-overlay{position:fixed;background:var(--adp-overlay-background-color);left:0;top:0;width:0;height:0;opacity:0;transition:opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease),left 0s,height 0s,width 0s;transition-delay:0s,var(--adp-overlay-transition-duration),var(--adp-overlay-transition-duration),var(--adp-overlay-transition-duration);z-index:var(--adp-overlay-z-index)}.air-datepicker-overlay.-active-{opacity:1;width:100%;height:100%;transition:opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease),height 0s,width 0s}.air-datepicker{--adp-cell-background-color-in-range:unset;--adp-hover-color:unset;font-family:inherit;font-size:var(--post-device-font-size-8);width:var(--post-core-dimension-296);border-radius:var(--post-device-border-radius-1);box-shadow:var(--post-device-elevation-300);font-weight:700;border:none}.air-datepicker.-inline-{box-shadow:var(--post-device-elevation-300)}.air-datepicker *{font-family:inherit}.air-datepicker .air-datepicker--navigation{border-start-start-radius:inherit;border-start-end-radius:inherit}.air-datepicker .air-datepicker--navigation .air-datepicker-nav{border-start-start-radius:inherit;border-start-end-radius:inherit;border-block-end:none;background:var(--post-core-color-sandgrey-012);padding:var(--post-device-spacing-padding-15)}.air-datepicker .air-datepicker--navigation .air-datepicker-nav .air-datepicker-nav--title{margin-right:auto;margin-inline-start:0;justify-content:flex-start;display:flex;align-items:center;padding:0 0 0 var(--post-device-spacing-padding-15);color:var(--post-scheme-color-interactive-button-tertiary-enabled-fg)}.air-datepicker .air-datepicker--navigation .air-datepicker-nav .air-datepicker-nav--title.-disabled-:hover{color:var(--post-scheme-color-interactive-button-tertiary-enabled-fg) !important}.air-datepicker .air-datepicker--navigation .air-datepicker-nav .air-datepicker-nav--title:hover{background:unset}.air-datepicker .air-datepicker--navigation .air-datepicker-nav .air-datepicker-nav--title button{padding:0;overflow:visible;border:0;background:none;color:var(--post-scheme-color-interactive-button-secondary-enabled-fg);font:inherit;-webkit-user-select:none;user-select:none;appearance:button;border-radius:var(--post-device-border-radius-1);display:flex;align-items:center;gap:var(--post-device-spacing-gap-3);color:var(--post-scheme-color-interactive-button-tertiary-enabled-fg)}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.air-datepicker .air-datepicker--navigation .air-datepicker-nav .air-datepicker-nav--title button{background-color:ButtonFace !important}.air-datepicker .air-datepicker--navigation .air-datepicker-nav .air-datepicker-nav--title button:hover{background-color:Highlight !important}}.air-datepicker .air-datepicker--navigation .air-datepicker-nav .air-datepicker-nav--title button:not(.-disabled-){outline-offset:var(--post-device-spacing-padding-2) !important;outline:var(--post-scheme-color-interactive-focus-stroke) none var(--post-device-border-width-focus) !important}.air-datepicker .air-datepicker--navigation .air-datepicker-nav .air-datepicker-nav--title button:not(.-disabled-):is(:focus-visible,:has(:focus-visible),.pretend-focus){outline-style:var(--post-core-border-style-solid) !important}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.air-datepicker .air-datepicker--navigation .air-datepicker-nav .air-datepicker-nav--title button:not(.-disabled-):is(:focus-visible,:has(:focus-visible),.pretend-focus){outline-color:Highlight !important}}@supports not selector(:has(:focus-visible)){.air-datepicker .air-datepicker--navigation .air-datepicker-nav .air-datepicker-nav--title button:not(.-disabled-):is(:focus-visible,:focus-within,.pretend-focus){outline-style:var(--post-core-border-style-solid) !important}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.air-datepicker .air-datepicker--navigation .air-datepicker-nav .air-datepicker-nav--title button:not(.-disabled-):is(:focus-visible,:focus-within,.pretend-focus){outline-color:Highlight !important}}}.air-datepicker .air-datepicker--navigation .air-datepicker-nav .air-datepicker-nav--title button:hover{color:var(--post-scheme-color-interactive-button-tertiary-hover-fg)}.air-datepicker .air-datepicker--navigation .air-datepicker-nav .air-datepicker-nav--title button[disabled]{color:var(--post-scheme-color-interactive-button-tertiary-disabled-fg)}.air-datepicker .air-datepicker--navigation .air-datepicker-nav .air-datepicker-nav--title .placeholder{flex-grow:2;pointer-events:none}.air-datepicker .air-datepicker--navigation .air-datepicker-nav .air-datepicker-nav--action{height:var(--post-device-sizing-interactive-button-height-4);width:var(--post-device-sizing-interactive-button-height-4)}.air-datepicker .air-datepicker--navigation .air-datepicker-nav .air-datepicker-nav--action[data-action=next]{margin-inline-start:var(--post-device-spacing-gap-inline-4)}.air-datepicker .air-datepicker--navigation .air-datepicker-nav .air-datepicker-nav--action:hover{background:unset}.air-datepicker .air-datepicker--navigation .air-datepicker-nav .air-datepicker-nav--action button{padding:0;overflow:visible;border:0;background:none;color:var(--post-scheme-color-interactive-button-secondary-enabled-fg);font:inherit;-webkit-user-select:none;user-select:none;appearance:button;height:var(--post-device-sizing-interactive-button-height-4);width:var(--post-device-sizing-interactive-button-height-4);border-radius:var(--post-device-border-radius-round)}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.air-datepicker .air-datepicker--navigation .air-datepicker-nav .air-datepicker-nav--action button{background-color:ButtonFace !important}.air-datepicker .air-datepicker--navigation .air-datepicker-nav .air-datepicker-nav--action button:hover{background-color:Highlight !important}}.air-datepicker .air-datepicker--navigation .air-datepicker-nav .air-datepicker-nav--action button:hover{color:var(--post-scheme-color-interactive-button-tertiary-hover-fg)}.air-datepicker .air-datepicker--navigation .air-datepicker-nav .air-datepicker-nav--action button:not(.-disabled-){outline-offset:var(--post-device-spacing-padding-2) !important;outline:var(--post-scheme-color-interactive-focus-stroke) none var(--post-device-border-width-focus) !important}.air-datepicker .air-datepicker--navigation .air-datepicker-nav .air-datepicker-nav--action button:not(.-disabled-):is(:focus-visible,:has(:focus-visible),.pretend-focus){outline-style:var(--post-core-border-style-solid) !important}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.air-datepicker .air-datepicker--navigation .air-datepicker-nav .air-datepicker-nav--action button:not(.-disabled-):is(:focus-visible,:has(:focus-visible),.pretend-focus){outline-color:Highlight !important}}@supports not selector(:has(:focus-visible)){.air-datepicker .air-datepicker--navigation .air-datepicker-nav .air-datepicker-nav--action button:not(.-disabled-):is(:focus-visible,:focus-within,.pretend-focus){outline-style:var(--post-core-border-style-solid) !important}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.air-datepicker .air-datepicker--navigation .air-datepicker-nav .air-datepicker-nav--action button:not(.-disabled-):is(:focus-visible,:focus-within,.pretend-focus){outline-color:Highlight !important}}}.air-datepicker .air-datepicker--content{padding:0 !important}.air-datepicker .air-datepicker--content .air-datepicker-body--day-names{background:var(--post-core-color-sandgrey-012);margin:0;padding-block-start:var(--post-device-spacing-padding-13);padding-block-end:var(--post-device-spacing-padding-5);padding-inline:var(--post-device-spacing-padding-15)}.air-datepicker .air-datepicker--content .air-datepicker-body--day-names .air-datepicker-body--day-name{text-transform:capitalize;font-size:inherit;color:var(--post-scheme-color-surface-brand-fg)}.air-datepicker .air-datepicker--content .air-datepicker-body--cells{min-height:var(--post-core-dimension-182);padding:var(--post-device-spacing-padding-15);background:var(--post-scheme-color-surface-accent1-bg);row-gap:var(--post-device-spacing-gap-2);border-radius:var(--post-device-border-radius-1)}.air-datepicker .air-datepicker--content .air-datepicker-body--cells.-days-{grid-template-columns:repeat(7, var(--post-core-dimension-40));grid-auto-rows:var(--post-core-dimension-40)}.air-datepicker .air-datepicker--content .air-datepicker-body--cells.-days- .air-datepicker-cell>*{box-sizing:border-box}.air-datepicker .air-datepicker--content .air-datepicker-body--cells.-days- .air-datepicker-cell::before,.air-datepicker .air-datepicker--content .air-datepicker-body--cells.-days- .air-datepicker-cell::after{box-sizing:border-box}.air-datepicker .air-datepicker--content .air-datepicker-body--cells.-days- .air-datepicker-cell.-day-{width:var(--post-core-dimension-40);height:var(--post-core-dimension-40);border-radius:var(--post-device-border-radius-round)}.air-datepicker .air-datepicker--content .air-datepicker-body--cells.-days- .air-datepicker-cell.-day-:not(.-disabled-){outline-offset:var(--post-device-spacing-padding-2) !important;outline:var(--post-scheme-color-interactive-focus-stroke) none var(--post-device-border-width-focus) !important}.air-datepicker .air-datepicker--content .air-datepicker-body--cells.-days- .air-datepicker-cell.-day-:not(.-disabled-):is(:focus-visible,:has(:focus-visible),.pretend-focus){outline-style:var(--post-core-border-style-solid) !important;z-index:3}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.air-datepicker .air-datepicker--content .air-datepicker-body--cells.-days- .air-datepicker-cell.-day-:not(.-disabled-):is(:focus-visible,:has(:focus-visible),.pretend-focus){outline-color:Highlight !important}}@supports not selector(:has(:focus-visible)){.air-datepicker .air-datepicker--content .air-datepicker-body--cells.-days- .air-datepicker-cell.-day-:not(.-disabled-):is(:focus-visible,:focus-within,.pretend-focus){outline-style:var(--post-core-border-style-solid) !important;z-index:3}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.air-datepicker .air-datepicker--content .air-datepicker-body--cells.-days- .air-datepicker-cell.-day-:not(.-disabled-):is(:focus-visible,:focus-within,.pretend-focus){outline-color:Highlight !important}}}.air-datepicker .air-datepicker--content .air-datepicker-body--cells.-days- .air-datepicker-cell.-day-.-other-month-{pointer-events:none}.air-datepicker .air-datepicker--content .air-datepicker-body--cells.-days- .air-datepicker-cell.-day-:hover:not(.-disabled-,.-other-month-,.-in-range-){color:var(--post-scheme-color-interactive-primary-hover-fg3)}.air-datepicker .air-datepicker--content .air-datepicker-body--cells.-days- .air-datepicker-cell.-day-:hover:not(.-disabled-,.-other-month-,.-in-range-):not(.-current-){background:var(--post-scheme-color-interactive-primary-hover-bg2)}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.air-datepicker .air-datepicker--content .air-datepicker-body--cells.-days- .air-datepicker-cell.-day-:hover:not(.-disabled-,.-other-month-,.-in-range-):not(.-current-){background-color:ButtonFace;color:ButtonText}}.air-datepicker .air-datepicker--content .air-datepicker-body--cells.-days- .air-datepicker-cell.-day-:hover:not(.-disabled-,.-other-month-,.-in-range-).-current-{color:var(--post-scheme-color-interactive-primary-hover-fg1);border-color:var(--post-scheme-color-interactive-primary-hover-stroke)}.air-datepicker .air-datepicker--content .air-datepicker-body--cells.-days- .air-datepicker-cell.-day-.-selected-:not(.-other-month-){z-index:2;color:var(--post-scheme-color-interactive-primary-selected-fg3);background:var(--post-scheme-color-interactive-primary-selected-bg4)}.air-datepicker .air-datepicker--content .air-datepicker-body--cells.-days- .air-datepicker-cell.-day-.-selected-:not(.-other-month-):not(.-range-from-):not(.-range-to-,.-other-month-){border-color:var(--post-scheme-color-interactive-primary-selected-stroke1)}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.air-datepicker .air-datepicker--content .air-datepicker-body--cells.-days- .air-datepicker-cell.-day-.-selected-:not(.-other-month-){background-color:Highlight;color:HighlightText}}.air-datepicker .air-datepicker--content .air-datepicker-body--cells.-days- .air-datepicker-cell.-day-.-disabled-:not(.-other-month-){user-select:none;pointer-events:none;color:var(--post-scheme-color-interactive-primary-disabled-fg1);border:2px dashed var(--post-scheme-color-interactive-primary-disabled-stroke);width:var(--post-core-dimension-38);height:var(--post-core-dimension-38);outline:none;display:flex;align-self:center;justify-self:center}.air-datepicker .air-datepicker--content .air-datepicker-body--cells.-days- .air-datepicker-cell.-day-.-current-:not(.-disabled-,.-other-month-){border:2px solid var(--post-scheme-color-interactive-primary-enabled-stroke);z-index:2}.air-datepicker .air-datepicker--content .air-datepicker-body--cells.-days- .air-datepicker-cell.-day-.-current-:not(.-disabled-,.-other-month-).-selected-{background:var(--post-scheme-color-interactive-primary-selected-bg4);color:var(--post-scheme-color-interactive-primary-selected-fg3);border-color:var(--post-scheme-color-interactive-primary-selected-stroke1)}.air-datepicker .air-datepicker--content .air-datepicker-body--cells.-days- .air-datepicker-cell.-day-.-current-:not(.-disabled-,.-other-month-).-selected-:hover{border-color:var(--post-scheme-color-interactive-primary-hover-stroke);background:var(--post-scheme-color-interactive-primary-hover-bg2);color:var(--post-scheme-color-interactive-primary-hover-fg3)}.air-datepicker .air-datepicker--content .air-datepicker-body--cells.-years-{grid-template-columns:repeat(4, var(--post-core-dimension-64));grid-auto-rows:var(--post-core-dimension-40);column-gap:var(--post-device-spacing-gap-inline-8)}.air-datepicker .air-datepicker--content .air-datepicker-body--cells.-years- .air-datepicker-cell.-year-{width:var(--post-core-dimension-64);height:var(--post-core-dimension-40);border-radius:var(--post-device-border-radius-round);color:var(--post-scheme-color-interactive-primary-enabled-fg1)}.air-datepicker .air-datepicker--content .air-datepicker-body--cells.-years- .air-datepicker-cell.-year-.-in-range-{background-color:rgba(0,0,0,0)}.air-datepicker .air-datepicker--content .air-datepicker-body--cells.-years- .air-datepicker-cell.-year-.-other-decade-{color:var(--post-scheme-color-interactive-primary-enabled-fg1)}.air-datepicker .air-datepicker--content .air-datepicker-body--cells.-years- .air-datepicker-cell.-year-:not(.-disabled-){z-index:3}.air-datepicker .air-datepicker--content .air-datepicker-body--cells.-years- .air-datepicker-cell.-year-:not(.-disabled-){outline-offset:var(--post-device-spacing-padding-2) !important;outline:var(--post-scheme-color-interactive-focus-stroke) none var(--post-device-border-width-focus) !important}.air-datepicker .air-datepicker--content .air-datepicker-body--cells.-years- .air-datepicker-cell.-year-:not(.-disabled-):is(:focus-visible,:has(:focus-visible),.pretend-focus){outline-style:var(--post-core-border-style-solid) !important}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.air-datepicker .air-datepicker--content .air-datepicker-body--cells.-years- .air-datepicker-cell.-year-:not(.-disabled-):is(:focus-visible,:has(:focus-visible),.pretend-focus){outline-color:Highlight !important}}@supports not selector(:has(:focus-visible)){.air-datepicker .air-datepicker--content .air-datepicker-body--cells.-years- .air-datepicker-cell.-year-:not(.-disabled-):is(:focus-visible,:focus-within,.pretend-focus){outline-style:var(--post-core-border-style-solid) !important}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.air-datepicker .air-datepicker--content .air-datepicker-body--cells.-years- .air-datepicker-cell.-year-:not(.-disabled-):is(:focus-visible,:focus-within,.pretend-focus){outline-color:Highlight !important}}}.air-datepicker .air-datepicker--content .air-datepicker-body--cells.-years- .air-datepicker-cell.-year-:hover:not(.-disabled-){color:var(--post-scheme-color-interactive-primary-hover-fg3);background:var(--post-scheme-color-interactive-primary-hover-bg2);border-color:var(--post-scheme-color-interactive-primary-hover-bg2)}.air-datepicker .air-datepicker--content .air-datepicker-body--cells.-years- .air-datepicker-cell.-year-.-selected-:not(.-selected-~.-selected-){color:var(--post-scheme-color-interactive-primary-selected-fg3);background-color:var(--post-scheme-color-interactive-primary-selected-bg4);border:2px solid var(--post-scheme-color-interactive-primary-selected-stroke1)}.air-datepicker .air-datepicker--content .air-datepicker-body--cells.-years- .air-datepicker-cell.-year-.-disabled-:not(.-day-.-other-decade-){user-select:none;pointer-events:none;color:var(--post-scheme-color-interactive-primary-disabled-fg1);border:2px dashed var(--post-scheme-color-interactive-primary-disabled-stroke)}.air-datepicker .air-datepicker--content .air-datepicker-body--cells.-years- .air-datepicker-cell.-year-.-current-{border:2px solid var(--post-scheme-color-interactive-primary-enabled-stroke)}.air-datepicker .air-datepicker--content .air-datepicker-body--cells.-years- .air-datepicker-cell.-year-.-current-:hover{border-color:var(--post-scheme-color-interactive-primary-hover-stroke);background:var(--post-scheme-color-interactive-primary-hover-bg2)}.air-datepicker .air-datepicker--content .air-datepicker-body--cells.-months-{grid-template-columns:repeat(4, var(--post-core-dimension-64));padding:var(--post-device-spacing-padding-15);column-gap:var(--post-device-spacing-gap-inline-8);min-height:var(--post-core-dimension-182);text-transform:uppercase}.air-datepicker .air-datepicker--content .air-datepicker-body--cells.-months- .air-datepicker-cell.-month-{width:var(--post-core-dimension-64);height:var(--post-core-dimension-40);border-radius:var(--post-device-border-radius-round);color:var(--post-scheme-color-interactive-primary-enabled-fg1)}.air-datepicker .air-datepicker--content .air-datepicker-body--cells.-months- .air-datepicker-cell.-month-.-in-range-{background-color:rgba(0,0,0,0)}.air-datepicker .air-datepicker--content .air-datepicker-body--cells.-months- .air-datepicker-cell.-month-.-other-decade-{color:var(--post-scheme-color-interactive-primary-enabled-fg1)}.air-datepicker .air-datepicker--content .air-datepicker-body--cells.-months- .air-datepicker-cell.-month-:not(.-disabled-){outline-offset:var(--post-device-spacing-padding-2) !important;outline:var(--post-scheme-color-interactive-focus-stroke) none var(--post-device-border-width-focus) !important}.air-datepicker .air-datepicker--content .air-datepicker-body--cells.-months- .air-datepicker-cell.-month-:not(.-disabled-):is(:focus-visible,:has(:focus-visible),.pretend-focus){outline-style:var(--post-core-border-style-solid) !important}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.air-datepicker .air-datepicker--content .air-datepicker-body--cells.-months- .air-datepicker-cell.-month-:not(.-disabled-):is(:focus-visible,:has(:focus-visible),.pretend-focus){outline-color:Highlight !important}}@supports not selector(:has(:focus-visible)){.air-datepicker .air-datepicker--content .air-datepicker-body--cells.-months- .air-datepicker-cell.-month-:not(.-disabled-):is(:focus-visible,:focus-within,.pretend-focus){outline-style:var(--post-core-border-style-solid) !important}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.air-datepicker .air-datepicker--content .air-datepicker-body--cells.-months- .air-datepicker-cell.-month-:not(.-disabled-):is(:focus-visible,:focus-within,.pretend-focus){outline-color:Highlight !important}}}.air-datepicker .air-datepicker--content .air-datepicker-body--cells.-months- .air-datepicker-cell.-month-:hover:not(.-disabled-){color:var(--post-scheme-color-interactive-primary-hover-fg3);border-color:var(--post-scheme-color-interactive-primary-hover-bg2)}.air-datepicker .air-datepicker--content .air-datepicker-body--cells.-months- .air-datepicker-cell.-month-:hover:not(.-disabled-):not(.-current-){background:var(--post-scheme-color-interactive-primary-hover-bg2)}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.air-datepicker .air-datepicker--content .air-datepicker-body--cells.-months- .air-datepicker-cell.-month-:hover:not(.-disabled-):not(.-current-){background-color:ButtonFace;color:ButtonText}}.air-datepicker .air-datepicker--content .air-datepicker-body--cells.-months- .air-datepicker-cell.-month-.-selected-:not(.-selected-~.-selected-){color:var(--post-scheme-color-interactive-primary-selected-fg3);background-color:var(--post-scheme-color-interactive-primary-selected-bg4);border:2px solid var(--post-scheme-color-interactive-primary-selected-stroke1)}.air-datepicker .air-datepicker--content .air-datepicker-body--cells.-months- .air-datepicker-cell.-month-.-disabled-{user-select:none;pointer-events:none;color:var(--post-scheme-color-interactive-primary-disabled-fg1);border:2px dashed var(--post-scheme-color-interactive-primary-disabled-stroke)}.air-datepicker .air-datepicker--content .air-datepicker-body--cells.-months- .air-datepicker-cell.-month-.-current-{border:2px solid var(--post-scheme-color-interactive-primary-enabled-stroke)}.air-datepicker .air-datepicker--content .air-datepicker-body--cells.-months- .air-datepicker-cell.-month-.-current-:hover{border-color:var(--post-scheme-color-interactive-primary-hover-stroke);color:var(--post-scheme-color-interactive-primary-hover-fg1)}.air-datepicker .air-datepicker--content .air-datepicker-body--cells .air-datepicker-cell{z-index:1;position:relative;display:flex;justify-content:center;align-items:center;flex-shrink:0;flex-direction:column;color:var(--post-scheme-color-interactive-primary-enabled-fg1)}.air-datepicker .air-datepicker--content .air-datepicker-body--cells .air-datepicker-cell.-focus-:hover{background:none}.air-datepicker .air-datepicker--content .air-datepicker-body--cells .air-datepicker-cell:not(.-year-,.-month-).-in-range-,.air-datepicker .air-datepicker--content .air-datepicker-body--cells .air-datepicker-cell:not(.-year-,.-month-).-range-from-,.air-datepicker .air-datepicker--content .air-datepicker-body--cells .air-datepicker-cell:not(.-year-,.-month-).-range-to-{position:relative}.air-datepicker .air-datepicker--content .air-datepicker-body--cells .air-datepicker-cell:not(.-year-,.-month-).-in-range-::before,.air-datepicker .air-datepicker--content .air-datepicker-body--cells .air-datepicker-cell:not(.-year-,.-month-).-in-range-::after,.air-datepicker .air-datepicker--content .air-datepicker-body--cells .air-datepicker-cell:not(.-year-,.-month-).-range-from-::before,.air-datepicker .air-datepicker--content .air-datepicker-body--cells .air-datepicker-cell:not(.-year-,.-month-).-range-from-::after,.air-datepicker .air-datepicker--content .air-datepicker-body--cells .air-datepicker-cell:not(.-year-,.-month-).-range-to-::before,.air-datepicker .air-datepicker--content .air-datepicker-body--cells .air-datepicker-cell:not(.-year-,.-month-).-range-to-::after{content:"";position:absolute;display:block;width:var(--post-core-dimension-40);height:var(--post-core-dimension-40)}.air-datepicker .air-datepicker--content .air-datepicker-body--cells .air-datepicker-cell:not(.-year-,.-month-).-in-range-::before,.air-datepicker .air-datepicker--content .air-datepicker-body--cells .air-datepicker-cell:not(.-year-,.-month-).-range-from-::before,.air-datepicker .air-datepicker--content .air-datepicker-body--cells .air-datepicker-cell:not(.-year-,.-month-).-range-to-::before{z-index:-2}.air-datepicker .air-datepicker--content .air-datepicker-body--cells .air-datepicker-cell:not(.-year-,.-month-).-in-range-:hover:not(.-current-,.-disabled-),.air-datepicker .air-datepicker--content .air-datepicker-body--cells .air-datepicker-cell:not(.-year-,.-month-).-range-from-:hover:not(.-current-,.-disabled-),.air-datepicker .air-datepicker--content .air-datepicker-body--cells .air-datepicker-cell:not(.-year-,.-month-).-range-to-:hover:not(.-current-,.-disabled-){color:var(--post-scheme-color-interactive-primary-hover-fg3)}.air-datepicker .air-datepicker--content .air-datepicker-body--cells .air-datepicker-cell:not(.-year-,.-month-).-in-range-:hover:not(.-current-,.-disabled-)::after,.air-datepicker .air-datepicker--content .air-datepicker-body--cells .air-datepicker-cell:not(.-year-,.-month-).-range-from-:hover:not(.-current-,.-disabled-)::after,.air-datepicker .air-datepicker--content .air-datepicker-body--cells .air-datepicker-cell:not(.-year-,.-month-).-range-to-:hover:not(.-current-,.-disabled-)::after{z-index:-1;background:var(--post-scheme-color-interactive-primary-hover-bg2);border-radius:var(--post-device-border-radius-round);border-color:var(--post-scheme-color-interactive-primary-hover-bg2)}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.air-datepicker .air-datepicker--content .air-datepicker-body--cells .air-datepicker-cell:not(.-year-,.-month-).-in-range-:hover:not(.-current-,.-disabled-)::after,.air-datepicker .air-datepicker--content .air-datepicker-body--cells .air-datepicker-cell:not(.-year-,.-month-).-range-from-:hover:not(.-current-,.-disabled-)::after,.air-datepicker .air-datepicker--content .air-datepicker-body--cells .air-datepicker-cell:not(.-year-,.-month-).-range-to-:hover:not(.-current-,.-disabled-)::after{border:none}}.air-datepicker .air-datepicker--content .air-datepicker-body--cells .air-datepicker-cell:not(.-year-,.-month-).-in-range-.-current-:not(.-disabled-,.-other-month-):hover,.air-datepicker .air-datepicker--content .air-datepicker-body--cells .air-datepicker-cell:not(.-year-,.-month-).-range-from-.-current-:not(.-disabled-,.-other-month-):hover,.air-datepicker .air-datepicker--content .air-datepicker-body--cells .air-datepicker-cell:not(.-year-,.-month-).-range-to-.-current-:not(.-disabled-,.-other-month-):hover{color:var(--post-scheme-color-interactive-primary-hover-fg3)}.air-datepicker .air-datepicker--content .air-datepicker-body--cells .air-datepicker-cell:not(.-year-,.-month-).-in-range-.-current-:not(.-disabled-,.-other-month-)::after,.air-datepicker .air-datepicker--content .air-datepicker-body--cells .air-datepicker-cell:not(.-year-,.-month-).-range-from-.-current-:not(.-disabled-,.-other-month-)::after,.air-datepicker .air-datepicker--content .air-datepicker-body--cells .air-datepicker-cell:not(.-year-,.-month-).-range-to-.-current-:not(.-disabled-,.-other-month-)::after{z-index:-1;border:var(--post-device-border-width-default) solid var(--post-scheme-color-interactive-primary-selected-stroke1);border-radius:var(--post-device-border-radius-round);color:var(--post-scheme-color-interactive-primary-selected-fg3)}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.air-datepicker .air-datepicker--content .air-datepicker-body--cells .air-datepicker-cell:not(.-year-,.-month-).-in-range-.-current-:not(.-disabled-,.-other-month-)::after,.air-datepicker .air-datepicker--content .air-datepicker-body--cells .air-datepicker-cell:not(.-year-,.-month-).-range-from-.-current-:not(.-disabled-,.-other-month-)::after,.air-datepicker .air-datepicker--content .air-datepicker-body--cells .air-datepicker-cell:not(.-year-,.-month-).-range-to-.-current-:not(.-disabled-,.-other-month-)::after{forced-color-adjust:none;border-color:Highlight}}.air-datepicker .air-datepicker--content .air-datepicker-body--cells .air-datepicker-cell:not(.-year-,.-month-).-in-range-.-current-:hover::after,.air-datepicker .air-datepicker--content .air-datepicker-body--cells .air-datepicker-cell:not(.-year-,.-month-).-range-from-.-current-:hover::after,.air-datepicker .air-datepicker--content .air-datepicker-body--cells .air-datepicker-cell:not(.-year-,.-month-).-range-to-.-current-:hover::after{border-color:var(--post-scheme-color-interactive-primary-hover-stroke);color:var(--post-scheme-color-interactive-primary-hover-fg3);background:var(--post-scheme-color-interactive-primary-hover-bg2)}.air-datepicker .air-datepicker--content .air-datepicker-body--cells .air-datepicker-cell:not(.-year-,.-month-).-in-range-{background-color:rgba(0,0,0,0)}.air-datepicker .air-datepicker--content .air-datepicker-body--cells .air-datepicker-cell:not(.-year-,.-month-).-in-range-:not(.-disabled-){outline-offset:var(--post-device-spacing-padding-2) !important;outline:var(--post-scheme-color-interactive-focus-stroke) none var(--post-device-border-width-focus) !important}.air-datepicker .air-datepicker--content .air-datepicker-body--cells .air-datepicker-cell:not(.-year-,.-month-).-in-range-:not(.-disabled-):is(:focus-visible,:has(:focus-visible),.pretend-focus){outline-style:var(--post-core-border-style-solid) !important;z-index:3}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.air-datepicker .air-datepicker--content .air-datepicker-body--cells .air-datepicker-cell:not(.-year-,.-month-).-in-range-:not(.-disabled-):is(:focus-visible,:has(:focus-visible),.pretend-focus){outline-color:Highlight !important}}@supports not selector(:has(:focus-visible)){.air-datepicker .air-datepicker--content .air-datepicker-body--cells .air-datepicker-cell:not(.-year-,.-month-).-in-range-:not(.-disabled-):is(:focus-visible,:focus-within,.pretend-focus){outline-style:var(--post-core-border-style-solid) !important;z-index:3}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.air-datepicker .air-datepicker--content .air-datepicker-body--cells .air-datepicker-cell:not(.-year-,.-month-).-in-range-:not(.-disabled-):is(:focus-visible,:focus-within,.pretend-focus){outline-color:Highlight !important}}}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.air-datepicker .air-datepicker--content .air-datepicker-body--cells .air-datepicker-cell:not(.-year-,.-month-).-in-range-:not(.-disabled-):hover::after{background-color:ButtonFace;color:ButtonText}}.air-datepicker .air-datepicker--content .air-datepicker-body--cells .air-datepicker-cell:not(.-year-,.-month-).-in-range-:not(.-other-month-)::before{z-index:-2;background:var(--post-scheme-color-interactive-primary-selected-bg3);border-block:var(--post-device-border-width-default) solid var(--post-scheme-color-interactive-primary-selected-stroke1)}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.air-datepicker .air-datepicker--content .air-datepicker-body--cells .air-datepicker-cell:not(.-year-,.-month-).-in-range-:not(.-other-month-)::before{forced-color-adjust:none}}.air-datepicker .air-datepicker--content .air-datepicker-body--cells .air-datepicker-cell:not(.-year-,.-month-).-in-range-.-disabled-:not(.-other-month-){color:var(--post-scheme-color-interactive-primary-disabled-fg1) !important}.air-datepicker .air-datepicker--content .air-datepicker-body--cells .air-datepicker-cell:not(.-year-,.-month-).-in-range-.-disabled-:not(.-other-month-)::after{z-index:-1;background:var(--post-scheme-color-surface-accent1-bg);border-radius:var(--post-device-border-radius-round);border:2px dashed var(--post-scheme-color-interactive-primary-disabled-stroke);color:var(--post-scheme-color-interactive-primary-disabled-fg1) !important}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.air-datepicker .air-datepicker--content .air-datepicker-body--cells .air-datepicker-cell:not(.-year-,.-month-).-in-range-.-disabled-:not(.-other-month-)::after{forced-color-adjust:none}}.air-datepicker .air-datepicker--content .air-datepicker-body--cells .air-datepicker-cell:not(.-year-,.-month-).-range-from-:not(.-other-month-).-selected-:not(.-disabled-):hover,.air-datepicker .air-datepicker--content .air-datepicker-body--cells .air-datepicker-cell:not(.-year-,.-month-).-range-to-:not(.-other-month-).-selected-:not(.-disabled-):hover{border:none}.air-datepicker .air-datepicker--content .air-datepicker-body--cells .air-datepicker-cell:not(.-year-,.-month-).-range-from-:not(.-other-month-):not(.-disabled-)::before,.air-datepicker .air-datepicker--content .air-datepicker-body--cells .air-datepicker-cell:not(.-year-,.-month-).-range-to-:not(.-other-month-):not(.-disabled-)::before{background:var(--post-scheme-color-interactive-primary-selected-bg3);border-block:var(--post-device-border-width-default) solid var(--post-scheme-color-interactive-primary-selected-stroke1)}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.air-datepicker .air-datepicker--content .air-datepicker-body--cells .air-datepicker-cell:not(.-year-,.-month-).-range-from-:not(.-other-month-):not(.-disabled-)::before,.air-datepicker .air-datepicker--content .air-datepicker-body--cells .air-datepicker-cell:not(.-year-,.-month-).-range-to-:not(.-other-month-):not(.-disabled-)::before{forced-color-adjust:none}}.air-datepicker .air-datepicker--content .air-datepicker-body--cells .air-datepicker-cell:not(.-year-,.-month-).-range-from-:not(.-other-month-):not(.-disabled-).-selected-::after,.air-datepicker .air-datepicker--content .air-datepicker-body--cells .air-datepicker-cell:not(.-year-,.-month-).-range-to-:not(.-other-month-):not(.-disabled-).-selected-::after{z-index:-1;border-radius:var(--post-device-border-radius-round);background:var(--post-scheme-color-interactive-primary-selected-bg4)}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.air-datepicker .air-datepicker--content .air-datepicker-body--cells .air-datepicker-cell:not(.-year-,.-month-).-range-from-:not(.-other-month-):not(.-disabled-).-selected-::after,.air-datepicker .air-datepicker--content .air-datepicker-body--cells .air-datepicker-cell:not(.-year-,.-month-).-range-to-:not(.-other-month-):not(.-disabled-).-selected-::after{background-color:Highlight;color:HighlightText}}.air-datepicker .air-datepicker--content .air-datepicker-body--cells .air-datepicker-cell:not(.-year-,.-month-).-range-from-:not(.-other-month-):not(.-disabled-):hover,.air-datepicker .air-datepicker--content .air-datepicker-body--cells .air-datepicker-cell:not(.-year-,.-month-).-range-to-:not(.-other-month-):not(.-disabled-):hover{color:var(--post-scheme-color-interactive-primary-hover-fg3)}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.air-datepicker .air-datepicker--content .air-datepicker-body--cells .air-datepicker-cell:not(.-year-,.-month-).-range-from-:not(.-other-month-):not(.-disabled-):hover::before,.air-datepicker .air-datepicker--content .air-datepicker-body--cells .air-datepicker-cell:not(.-year-,.-month-).-range-to-:not(.-other-month-):not(.-disabled-):hover::before{forced-color-adjust:none}}.air-datepicker .air-datepicker--content .air-datepicker-body--cells .air-datepicker-cell:not(.-year-,.-month-).-range-from-:not(.-other-month-):not(.-disabled-):hover::after,.air-datepicker .air-datepicker--content .air-datepicker-body--cells .air-datepicker-cell:not(.-year-,.-month-).-range-to-:not(.-other-month-):not(.-disabled-):hover::after{z-index:-1;background:var(--post-scheme-color-interactive-primary-hover-bg2);border-color:var(--post-scheme-color-interactive-primary-hover-bg2)}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.air-datepicker .air-datepicker--content .air-datepicker-body--cells .air-datepicker-cell:not(.-year-,.-month-).-range-from-:not(.-other-month-):not(.-disabled-):hover::after,.air-datepicker .air-datepicker--content .air-datepicker-body--cells .air-datepicker-cell:not(.-year-,.-month-).-range-to-:not(.-other-month-):not(.-disabled-):hover::after{background-color:Highlight;color:HighlightText}}.air-datepicker .air-datepicker--content .air-datepicker-body--cells .air-datepicker-cell:not(.-year-,.-month-).-range-from-:not(.-other-month-,.-disabled-):hover::before,.air-datepicker .air-datepicker--content .air-datepicker-body--cells .air-datepicker-cell:not(.-year-,.-month-).-range-from-:not(.-other-month-,.-disabled-).-selected-::before{right:-1px;width:50%;background:linear-gradient(to right, transparent 50%, var(--post-scheme-color-interactive-primary-selected-bg3) 50%);border-image:var(--post-device-border-width-default) solid var(--post-scheme-color-interactive-primary-selected-stroke1)}.air-datepicker .air-datepicker--content .air-datepicker-body--cells .air-datepicker-cell:not(.-year-,.-month-).-range-from-:not(.-other-month-,.-disabled-):hover::before,.air-datepicker .air-datepicker--content .air-datepicker-body--cells .air-datepicker-cell:not(.-year-,.-month-).-range-from-:not(.-other-month-,.-disabled-).-selected-.-current-::before{right:-2px}.air-datepicker .air-datepicker--content .air-datepicker-body--cells .air-datepicker-cell:not(.-year-,.-month-).-range-to-:not(.-other-month-,.-disabled-):hover::before,.air-datepicker .air-datepicker--content .air-datepicker-body--cells .air-datepicker-cell:not(.-year-,.-month-).-range-to-:not(.-other-month-,.-disabled-).-selected-::before{left:-1px;width:50%;background:linear-gradient(to right, var(--post-scheme-color-interactive-primary-selected-bg3) 50%, transparent 50%);border-image:var(--post-device-border-width-default) solid var(--post-scheme-color-interactive-primary-selected-stroke1)}.air-datepicker .air-datepicker--content .air-datepicker-body--cells .air-datepicker-cell:not(.-year-,.-month-).-range-to-:not(.-other-month-,.-disabled-):hover::before,.air-datepicker .air-datepicker--content .air-datepicker-body--cells .air-datepicker-cell:not(.-year-,.-month-).-range-to-:not(.-other-month-,.-disabled-).-selected-.-current-::before{left:-2px}.air-datepicker .air-datepicker--content .air-datepicker-body--cells .air-datepicker-cell:not(.-year-,.-month-).-range-to-.-range-from-:hover::before{background:none;border:none}.calendar-input,.calendar-input-range{position:relative}.calendar-input button,.calendar-input-range button{z-index:1;padding:0;position:absolute;transform:translateY(-50%);background:none;border:0;display:flex;align-items:center;justify-content:center;border-radius:var(--post-device-border-radius-focus);transition:opacity .2s ease,visibility .2s ease,fill .2s ease;right:var(--post-core-dimension-14);top:calc(var(--post-device-sizing-interactive-button-height-6) / 2);-webkit-appearance:none;appearance:none;color:var(--post-scheme-color-interactive-primary-enabled-fg1);outline-offset:4px;right:var(--post-core-dimension-14)}.calendar-input button post-icon,.calendar-input-range button post-icon{width:var(--post-device-sizing-notification-1);height:var(--post-device-sizing-notification-1)}.calendar-input button:not([disabled]),.calendar-input-range button:not([disabled]){cursor:pointer}.calendar-input button:not([disabled]) :where(:hover>*) post-icon,.calendar-input-range button:not([disabled]) :where(:hover>*) post-icon{color:var(--post-scheme-color-interactive-input-hover-fg)}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.calendar-input button:not([disabled]) :where(:hover>*) post-icon,.calendar-input-range button:not([disabled]) :where(:hover>*) post-icon{color:Highlight}}.calendar-input button[disabled],.calendar-input-range button[disabled]{color:var(--post-scheme-color-interactive-primary-disabled-fg1)}:host ::slotted(input.form-control:is(.is-invalid,.is-valid):not(:disabled)){background-position:top 50% right calc( var(--post-core-dimension-14) + var(--post-device-spacing-gap-inline-8) + var(--post-device-sizing-notification-1) ) !important}`;
10757
10890
 
10758
- class PostDatepicker {
10891
+ class PostDatePicker {
10759
10892
  constructor(hostRef) {
10760
10893
  registerInstance(this, hostRef);
10761
10894
  this.postUpdateDates = createEvent(this, "postUpdateDates");
10762
10895
  this.today = new Date();
10763
10896
  this.inputDisabled = false;
10764
10897
  /**
10765
- * Whether the datepicker expects a range selection or a single date selection.
10898
+ * Whether the date picker expects a range selection or a single date selection.
10899
+ *
10766
10900
  */
10767
10901
  this.range = false;
10768
10902
  /**
@@ -10770,13 +10904,51 @@ class PostDatepicker {
10770
10904
  */
10771
10905
  this.inline = false;
10772
10906
  this.startDate = new Date();
10773
- this.locale = IS_BROWSER ? document.documentElement.lang : 'en';
10907
+ this.locale = 'en';
10774
10908
  this.currentViewType = 'days';
10775
10909
  this.euFormat = true;
10776
10910
  this.skipOnSelectCount = 0;
10777
10911
  this.skipFocusOnNextRender = false;
10912
+ this.handleInputBlur = () => {
10913
+ if (this.range) {
10914
+ const dates = this.splitRangeDates(this.inputMask.value);
10915
+ const start = this.dateStrToDate(dates[0]);
10916
+ const end = this.dateStrToDate(dates[1]);
10917
+ const startValid = this.isValidDate(start);
10918
+ const endValid = this.isValidDate(end);
10919
+ if (startValid && endValid) {
10920
+ // Check if user entered dates in wrong order
10921
+ const reversed = start > end;
10922
+ this.skipOnSelectCount = reversed ? 0 : 2; // don't skip if reversed
10923
+ this.dpInstance.selectDate([start, end]);
10924
+ this.dpInstance.setViewDate(start);
10925
+ }
10926
+ else if (startValid && !endValid) {
10927
+ this.dpInstance.clear();
10928
+ this.dpInstance.selectDate(start);
10929
+ this.dpInstance.setViewDate(start);
10930
+ }
10931
+ else {
10932
+ this.resetSelection();
10933
+ }
10934
+ }
10935
+ else {
10936
+ const date = this.dateStrToDate(this.inputMask.value);
10937
+ if (this.isValidDate(date)) {
10938
+ this.skipOnSelectCount = 1;
10939
+ this.dpInstance.selectDate(date);
10940
+ this.dpInstance.setViewDate(date);
10941
+ }
10942
+ else {
10943
+ this.resetSelection();
10944
+ }
10945
+ }
10946
+ };
10947
+ this.handlePrevNextClick = () => {
10948
+ this.skipFocusOnNextRender = true;
10949
+ };
10778
10950
  /**
10779
- * Loop through the datepicker when not in inline mode
10951
+ * Loop through the date picker when not in inline mode
10780
10952
  */
10781
10953
  this.handleTab = (e) => {
10782
10954
  if (this.inline || (e.key !== 'Tab' && e.key !== 'Escape'))
@@ -10895,19 +11067,23 @@ class PostDatepicker {
10895
11067
  }
10896
11068
  validateSelectedStartDate() {
10897
11069
  checkEmptyOrDate(this, 'selectedStartDate');
11070
+ checkIsoDate(this, 'selectedStartDate');
10898
11071
  }
10899
11072
  validateSelectedEndDate() {
10900
11073
  checkEmptyOrDate(this, 'selectedEndDate');
11074
+ checkIsoDate(this, 'selectedEndDate');
10901
11075
  }
10902
11076
  validateMin() {
10903
11077
  checkEmptyOrDate(this, 'min');
11078
+ checkIsoDate(this, 'min');
10904
11079
  }
10905
11080
  validateMax() {
10906
11081
  checkEmptyOrDate(this, 'max');
11082
+ checkIsoDate(this, 'max');
10907
11083
  }
10908
11084
  validateInline() {
10909
11085
  if (!this.inline && !this.dpInput) {
10910
- console.error('A non-inline datepicker should contain one input');
11086
+ console.error('A non-inline date picker should contain one input');
10911
11087
  }
10912
11088
  }
10913
11089
  validateTextNextMonth() {
@@ -10938,12 +11114,12 @@ class PostDatepicker {
10938
11114
  }
10939
11115
  /**
10940
11116
  * Displays the popover calendar, focusing the first calendar item.
10941
- * @param target - The HTML element relative to which the popover calendar should be displayed
10942
11117
  */
10943
- async show(target) {
11118
+ async show() {
10944
11119
  if (this.popoverRef) {
10945
- await this.popoverRef.show(target);
11120
+ await this.popoverRef.show(this.dpInput);
10946
11121
  this.enhanceAccessibility();
11122
+ this.host.shadowRoot.removeEventListener('keydown', this.handleTab, true); // remove before adding
10947
11123
  this.host.shadowRoot.addEventListener('keydown', this.handleTab, true);
10948
11124
  }
10949
11125
  else {
@@ -10966,10 +11142,13 @@ class PostDatepicker {
10966
11142
  return;
10967
11143
  if (!this.dpInput)
10968
11144
  return;
10969
- const observer = new MutationObserver(() => {
10970
- this.syncDatepickerState();
11145
+ if (this.inputObserver) {
11146
+ this.inputObserver.disconnect();
11147
+ }
11148
+ this.inputObserver = new MutationObserver(() => {
11149
+ this.syncDatePickerState();
10971
11150
  });
10972
- observer.observe(this.dpInput, {
11151
+ this.inputObserver.observe(this.dpInput, {
10973
11152
  attributes: true,
10974
11153
  attributeFilter: ['disabled'],
10975
11154
  });
@@ -10996,7 +11175,7 @@ class PostDatepicker {
10996
11175
  }
10997
11176
  setActiveCell(date, focusOnDate = true) {
10998
11177
  const cells = this.getCells();
10999
- if (!cells.length)
11178
+ if (cells.length === 0)
11000
11179
  return;
11001
11180
  let target;
11002
11181
  // If selected date is visible
@@ -11027,7 +11206,7 @@ class PostDatepicker {
11027
11206
  }
11028
11207
  // fallback
11029
11208
  if (!target) {
11030
- target = cells[cells.length - 1];
11209
+ target = cells.at(-1);
11031
11210
  }
11032
11211
  // Make only the target focusable
11033
11212
  cells.forEach(c => (c.tabIndex = -1));
@@ -11096,10 +11275,10 @@ class PostDatepicker {
11096
11275
  });
11097
11276
  body.removeEventListener('keydown', this.handleGridKeydown);
11098
11277
  body.addEventListener('keydown', this.handleGridKeydown);
11099
- this.setActiveCell(this.selectedStartDate ? new Date(this.selectedStartDate) : this.startDate, focusOnDate);
11278
+ this.setActiveCell(this.isoToDate(this.selectedStartDate) || this.today, focusOnDate);
11100
11279
  }
11101
11280
  /**
11102
- * Set up the masks on the inputs to reflect the datepickers
11281
+ * Set up the masks on the inputs to reflect the date pickers
11103
11282
  */
11104
11283
  setUpMask() {
11105
11284
  const usBlockOpts = {
@@ -11162,7 +11341,7 @@ class PostDatepicker {
11162
11341
  }
11163
11342
  }
11164
11343
  }
11165
- configDatepicker() {
11344
+ configDatePicker() {
11166
11345
  const slot = this.host.shadowRoot.querySelector('slot');
11167
11346
  const assignedNodes = slot && slot.assignedElements();
11168
11347
  const locale = localesMap[this.locale] || localesMap.en;
@@ -11205,15 +11384,26 @@ class PostDatepicker {
11205
11384
  this.updateNavigationButtonLabels();
11206
11385
  },
11207
11386
  onSelect: ({ date }) => {
11387
+ if (!date || (Array.isArray(date) && date.length === 0))
11388
+ return;
11208
11389
  this.getCells().forEach(c => {
11209
11390
  c.setAttribute('aria-selected', c.classList.contains('-selected-') ? 'true' : 'false');
11210
11391
  });
11211
- this.postUpdateDates.emit(date);
11212
11392
  // If selected date is added dynamically after user has typed it in the input
11213
11393
  if (this.skipOnSelectCount > 0) {
11214
11394
  this.skipOnSelectCount--;
11215
11395
  return;
11216
11396
  }
11397
+ // update props
11398
+ if (Array.isArray(date) && date.length === 2) {
11399
+ this.selectedStartDate = this.dateToIso(date[0]);
11400
+ this.selectedEndDate = this.dateToIso(date[1]);
11401
+ }
11402
+ else if (!Array.isArray(date)) {
11403
+ this.selectedStartDate = this.dateToIso(date);
11404
+ this.selectedEndDate = undefined;
11405
+ }
11406
+ this.postUpdateDates.emit(Array.isArray(date) ? date.map(d => this.dateToIso(d)) : this.dateToIso(date));
11217
11407
  // Assign value to the input, close the popover and focus on the input
11218
11408
  if (this.dpInput) {
11219
11409
  if (Array.isArray(date)) {
@@ -11245,12 +11435,8 @@ class PostDatepicker {
11245
11435
  };
11246
11436
  this.dpInstance = new AirDatepicker(this.dpContainer, options);
11247
11437
  this.reorderNavigation();
11248
- this.prevBtn?.addEventListener('click', () => {
11249
- this.skipFocusOnNextRender = true;
11250
- });
11251
- this.nextBtn?.addEventListener('click', () => {
11252
- this.skipFocusOnNextRender = true;
11253
- });
11438
+ this.prevBtn?.addEventListener('click', this.handlePrevNextClick);
11439
+ this.nextBtn?.addEventListener('click', this.handlePrevNextClick);
11254
11440
  this.handleSelectedDates();
11255
11441
  }
11256
11442
  }
@@ -11264,15 +11450,18 @@ class PostDatepicker {
11264
11450
  if (this.range) {
11265
11451
  if ((this.selectedStartDate && !this.selectedEndDate) ||
11266
11452
  (!this.selectedStartDate && this.selectedEndDate)) {
11267
- console.error('The range datepicker expects either no selected dates or both of them defined.');
11453
+ console.error('The range date picker expects either no selected dates or both of them defined.');
11268
11454
  }
11269
11455
  else if (this.selectedStartDate && this.selectedEndDate) {
11270
- this.dpInstance.selectDate([this.selectedStartDate, this.selectedEndDate]);
11456
+ this.dpInstance.selectDate([
11457
+ this.isoToDate(this.selectedStartDate),
11458
+ this.isoToDate(this.selectedEndDate),
11459
+ ]);
11271
11460
  }
11272
11461
  }
11273
11462
  else {
11274
- if (this.selectedStartDate) {
11275
- this.dpInstance.selectDate(this.selectedStartDate);
11463
+ if (this.selectedStartDate && this.isoToDate(this.selectedStartDate)) {
11464
+ this.dpInstance.selectDate(this.isoToDate(this.selectedStartDate));
11276
11465
  }
11277
11466
  }
11278
11467
  }
@@ -11288,6 +11477,15 @@ class PostDatepicker {
11288
11477
  splitRangeDates(rangeStr) {
11289
11478
  return rangeStr.split(' - ');
11290
11479
  }
11480
+ isoToDate(iso) {
11481
+ if (!isIsoDate(iso))
11482
+ return null;
11483
+ const [y, m, d] = iso.split('-').map(Number);
11484
+ return new Date(y, m - 1, d);
11485
+ }
11486
+ dateToIso(date) {
11487
+ return `${date.getFullYear()}-${String(date.getMonth() + 1).padStart(2, '0')}-${String(date.getDate()).padStart(2, '0')}`;
11488
+ }
11291
11489
  dateStrToDate(dateStr) {
11292
11490
  return this.euFormat ? this.euDateStrToDate(dateStr) : this.usDateStrToDate(dateStr);
11293
11491
  }
@@ -11415,41 +11613,24 @@ class PostDatepicker {
11415
11613
  });
11416
11614
  }
11417
11615
  addInputListener() {
11418
- this.dpInput.addEventListener('blur', () => {
11419
- if (this.range) {
11420
- const dates = this.splitRangeDates(this.inputMask.value);
11421
- const start = this.dateStrToDate(dates[0]);
11422
- const end = this.dateStrToDate(dates[1]);
11423
- if (start && end) {
11424
- // Because selectDate is called twice if there are two dates
11425
- this.skipOnSelectCount = 2;
11426
- // Select the dates in the datepicker
11427
- this.selectedStartDate = start.toString();
11428
- this.selectedEndDate = end.toString();
11429
- this.dpInstance.selectDate([start, end]);
11430
- this.dpInstance.setViewDate(start);
11431
- }
11432
- }
11433
- else {
11434
- if (this.dpInput.value) {
11435
- this.skipOnSelectCount = 1;
11436
- const date = this.dateStrToDate(this.inputMask.value);
11437
- this.selectedStartDate = date.toString();
11438
- // Select the date in the datepicker
11439
- this.dpInstance.selectDate(date);
11440
- this.dpInstance.setViewDate(date);
11441
- }
11442
- }
11443
- });
11616
+ this.dpInput.addEventListener('blur', this.handleInputBlur);
11444
11617
  }
11445
- syncDatepickerState() {
11446
- if (this.dpInput.disabled) {
11447
- this.inputDisabled = true;
11448
- }
11618
+ resetSelection() {
11619
+ this.skipOnSelectCount = 0;
11620
+ this.dpInstance.clear();
11621
+ this.dpInstance.setViewDate(this.today);
11622
+ this.selectedStartDate = undefined;
11623
+ this.selectedEndDate = undefined;
11624
+ }
11625
+ isValidDate(date) {
11626
+ return date instanceof Date && !Number.isNaN(date.getTime());
11627
+ }
11628
+ syncDatePickerState() {
11629
+ this.inputDisabled = this.dpInput.disabled;
11449
11630
  }
11450
11631
  async componentDidLoad() {
11451
11632
  this.euFormat = document.documentElement.lang !== 'en-US';
11452
- this.configDatepicker();
11633
+ this.configDatePicker();
11453
11634
  this.setupGridObserver();
11454
11635
  this.setupNavObserver();
11455
11636
  this.setupInputObserver();
@@ -11472,27 +11653,32 @@ class PostDatepicker {
11472
11653
  else {
11473
11654
  this.addInputListener();
11474
11655
  requestAnimationFrame(() => {
11475
- this.syncDatepickerState();
11656
+ this.syncDatePickerState();
11476
11657
  });
11477
11658
  }
11478
11659
  }
11479
11660
  disconnectedCallback() {
11480
- this.host.shadowRoot.removeEventListener('keydown', this.handleTab);
11661
+ this.host.shadowRoot?.removeEventListener('keydown', this.handleTab, true);
11481
11662
  this.titleBtn?.removeEventListener('click', this.forceTitleClickToYear);
11482
- if (this.gridObserver) {
11483
- this.gridObserver.disconnect();
11484
- }
11663
+ const body = this.dpContainer?.querySelector('.air-datepicker-body--cells');
11664
+ body?.removeEventListener('keydown', this.handleGridKeydown);
11665
+ this.prevBtn?.removeEventListener('click', this.handlePrevNextClick);
11666
+ this.nextBtn?.removeEventListener('click', this.handlePrevNextClick);
11667
+ this.dpInput?.removeEventListener('blur', this.handleInputBlur);
11668
+ this.gridObserver?.disconnect();
11669
+ this.navObserver?.disconnect();
11670
+ this.inputObserver?.disconnect();
11485
11671
  if (this.dpInstance) {
11486
11672
  this.dpInstance.destroy();
11487
11673
  this.dpInstance = null;
11488
11674
  }
11489
11675
  }
11490
11676
  render() {
11491
- return (hAsync(Host, { key: 'ff36af3af2a07b77eeac42d6e8e612aa438a672f' }, this.inline && hAsync("div", { key: '25c203eccb811b3aac90dd762391d8d13b0ffb0e', class: "datepicker-container" }), !this.inline && (hAsync("div", { key: 'a2cfa29d2507817dd4d655b992ce289944819d9e' }, hAsync("div", { key: '24dcd00b4df7fdf653fa39e11680fb62fd8a510a', class: {
11677
+ return (hAsync(Host, { key: 'b721b731d9ad4ff3c6d80c995a3c471786b6425a' }, this.inline && hAsync("div", { key: '9dc37bf0ab23a5ce611139d0efd7f3fca4f6e6e2', class: "datepicker-container" }), !this.inline && (hAsync("div", { key: 'f2e0376510e5e26a98e29703fbf11c0be90266bb' }, hAsync("div", { key: '52e05c2f28a725c5336fca16842e97ce21a36b42', class: {
11492
11678
  'calendar-input': !this.range,
11493
11679
  'calendar-input-range': this.range,
11494
11680
  'disabled': this.inputDisabled,
11495
- } }, hAsync("slot", { key: 'c1f322258d0d5177f624d2045cc8b8aca01731d7' }), hAsync("button", { key: '87d31ec61bd04786905df6cd323a1de1c868ba89', onClick: e => this.show(e.currentTarget), "aria-haspopup": "true", "aria-label": this.textToggleCalendar, disabled: this.inputDisabled }, hAsync("post-icon", { key: '64cdbbeba4e90d11fb024da637eb5f57688ccd9e', name: "calendar" }))), hAsync("post-popovercontainer", { key: '4dec376d186dfc37743b1aa1b0fcd17193843047', placement: "bottom", ref: e => (this.popoverRef = e) }, hAsync("div", { key: 'ac644c015ba652561e5d97969650ddbc20c17193', class: "datepicker-container" }))))));
11681
+ } }, hAsync("slot", { key: '11147329e23c51b3bf7c5fa2925cbf97d26c9da2' }), hAsync("button", { key: 'c57f2450bd8ce1976876a8bc11f7d238300ca687', onClick: () => this.show(), "aria-haspopup": "true", "aria-label": this.textToggleCalendar, disabled: this.inputDisabled }, hAsync("post-icon", { key: 'd6a37bfc1471a8eabbf3e0450c3010da8e7ef28e', name: "calendar" }))), hAsync("post-popovercontainer", { key: 'fd4259c066d92c5bbf1066940da72f74a58bdfe8', placement: "bottom-end", offset: PostDatePicker.FLYOUT_OFFSET, ref: e => (this.popoverRef = e) }, hAsync("div", { key: '0ba6ef3f33a003317ab70728e1c67fc8c1d726a9', class: "datepicker-container" }))))));
11496
11682
  }
11497
11683
  get host() { return getElement(this); }
11498
11684
  static get watchers() { return {
@@ -11536,13 +11722,13 @@ class PostDatepicker {
11536
11722
  "validateTextToggleCalendar": 0
11537
11723
  }]
11538
11724
  }; }
11539
- static get style() { return postDatepickerCss(); }
11725
+ static get style() { return postDatePickerCss(); }
11540
11726
  static get cmpMeta() { return {
11541
11727
  "$flags$": 265,
11542
- "$tagName$": "post-datepicker",
11728
+ "$tagName$": "post-date-picker",
11543
11729
  "$members$": {
11544
- "selectedStartDate": [1, "selected-start-date"],
11545
- "selectedEndDate": [1, "selected-end-date"],
11730
+ "selectedStartDate": [1025, "selected-start-date"],
11731
+ "selectedEndDate": [1025, "selected-end-date"],
11546
11732
  "range": [4],
11547
11733
  "min": [1],
11548
11734
  "max": [1],
@@ -11568,25 +11754,9 @@ class PostDatepicker {
11568
11754
  "$attrsToReflect$": [["textNextMonth", "text-next-month"], ["textNextYear", "text-next-year"], ["textNextDecade", "text-next-decade"], ["textPreviousMonth", "text-previous-month"], ["textPreviousYear", "text-previous-year"], ["textPreviousDecade", "text-previous-decade"], ["textSwitchYear", "text-switch-year"]]
11569
11755
  }; }
11570
11756
  }
11757
+ PostDatePicker.FLYOUT_OFFSET = 4;
11571
11758
 
11572
- class PostEnvTest {
11573
- constructor(hostRef) {
11574
- registerInstance(this, hostRef);
11575
- }
11576
- render() {
11577
- return hAsync("div", { key: '533164ef2f912a47b6585c3be31c2061d8134f64', "data-browser": String(IS_BROWSER), "data-server": String(IS_SERVER) });
11578
- }
11579
- static get cmpMeta() { return {
11580
- "$flags$": 9,
11581
- "$tagName$": "post-env-test",
11582
- "$members$": undefined,
11583
- "$listeners$": undefined,
11584
- "$lazyBundleId$": "-",
11585
- "$attrsToReflect$": []
11586
- }; }
11587
- }
11588
-
11589
- const postFooterCss = () => `:host{display:block}footer{background-color:#fc0;--post-footer-container-padding-block:32px;--post-footer-container-padding-inline:16px;--post-footer-container-max-width:1200px;--post-footer-grid-template:auto / auto;--post-footer-grid-row-gap:0;--post-footer-grid-column-gap:0;--post-footer-grid-margin-block-end:24px;--post-footer-grid-padding-block-end:0;--post-footer-column-flex-direction:column;--post-footer-column-align-items:start;--post-footer-column-gap:0;--post-footer-list-flex-direction:column;--post-footer-list-gap:8px;--post-footer-list-align-items:start;--post-footer-socialmedia-margin-block-end:var(--post-footer-grid-margin-block-end);--post-footer-app-margin-block-end:var(--post-footer-grid-margin-block-end);--post-footer-businesssectors-margin-block-end:var(--post-footer-grid-margin-block-end);--post-footer-meta-margin-block-end:16px;--post-footer-meta-font-size:inherit;--post-footer-copyright-font-size:var(--post-footer-meta-font-size)}@media screen and (min-width: 600px){footer{--post-footer-container-padding-block:40px;--post-footer-grid-template:repeat(2, auto) / repeat(2, auto);--post-footer-grid-row-gap:32px;--post-footer-grid-column-gap:16px;--post-footer-grid-margin-block-end:32px;--post-footer-grid-padding-block-end:32px;--post-footer-list-flex-direction:row;--post-footer-list-gap:16px;--post-footer-list-align-items:center;--post-footer-meta-margin-block-end:8px}}@media screen and (min-width: 780px){footer{--post-footer-container-padding-inline:40px}}@media screen and (min-width: 1024px){footer{--post-footer-container-padding-block:56px;--post-footer-grid-template:auto / repeat(4, auto);--post-footer-grid-row-gap:0;--post-footer-grid-column-gap:24px;--post-footer-grid-margin-block-end:40px;--post-footer-column-flex-direction:row;--post-footer-column-align-items:center;--post-footer-column-gap:32px;--post-footer-list-gap:24px;--post-footer-businesssectors-margin-block-end:24px;--post-footer-meta-font-size:16px}}:is(h3,.h3){margin:0;font-size:var(--post-device-font-size-6);line-height:var(--post-device-line-height-heading);font-weight:var(--post-device-font-weight-extra-black);text-wrap:balance}::slotted(ul){list-style:none;padding:0;margin:0}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);border:0}.footer-container{box-sizing:content-box;margin:0 auto;padding:var(--post-footer-container-padding-block) var(--post-footer-container-padding-inline);max-width:var(--post-footer-container-max-width)}.footer-grid{display:grid;grid-template:var(--post-footer-grid-template);row-gap:var(--post-footer-grid-row-gap);column-gap:var(--post-footer-grid-column-gap);margin-block-end:var(--post-footer-grid-margin-block-end);padding-block-end:var(--post-footer-grid-padding-block-end)}.footer-grid ::part(button),.footer-grid ::part(body){padding-inline:0}.footer-column{display:flex;flex-direction:var(--post-footer-column-flex-direction);flex-wrap:wrap;justify-content:space-between;align-items:var(--post-footer-column-align-items);column-gap:var(--post-footer-column-gap)}.footer-socialmedia ::slotted(div),.footer-app ::slotted(div),.footer-meta ::slotted(div){display:flex !important;flex-direction:var(--post-footer-list-flex-direction) !important;gap:var(--post-footer-list-gap) !important;align-items:var(--post-footer-list-align-items) !important}.footer-socialmedia{margin-block-end:var(--post-footer-socialmedia-margin-block-end)}.footer-app{margin-block-end:var(--post-footer-app-margin-block-end)}.footer-businesssectors{margin-block-end:var(--post-footer-businesssectors-margin-block-end)}.footer-businesssectors ::slotted(div){display:flex;flex-wrap:wrap;align-items:center;gap:var(--post-footer-list-gap) !important}.footer-meta{margin-block-end:var(--post-footer-meta-margin-block-end);font-size:var(--post-footer-meta-font-size)}.footer-copyright{display:flex;flex-wrap:wrap;column-gap:.5rem;font-size:var(--post-footer-copyright-font-size)}.d-none{display:none}`;
11759
+ const postFooterCss = () => `:host{display:block}footer{background-color:#fc0;--post-footer-container-padding-block:32px;--post-footer-container-padding-inline:16px;--post-footer-container-max-width:1200px;--post-footer-grid-template:auto / auto;--post-footer-grid-row-gap:0;--post-footer-grid-column-gap:0;--post-footer-grid-margin-block-end:24px;--post-footer-grid-padding-block-end:0;--post-footer-column-flex-direction:column;--post-footer-column-align-items:start;--post-footer-column-gap:0;--post-footer-list-flex-direction:column;--post-footer-list-gap:8px;--post-footer-list-align-items:start;--post-footer-socialmedia-margin-block-end:var(--post-footer-grid-margin-block-end);--post-footer-app-margin-block-end:var(--post-footer-grid-margin-block-end);--post-footer-businesssectors-margin-block-end:var(--post-footer-grid-margin-block-end);--post-footer-meta-margin-block-end:16px;--post-footer-meta-font-size:inherit;--post-footer-copyright-font-size:var(--post-footer-meta-font-size)}@media screen and (min-width: 600px){footer{--post-footer-container-padding-block:40px;--post-footer-grid-template:repeat(2, auto) / repeat(2, auto);--post-footer-grid-row-gap:32px;--post-footer-grid-column-gap:16px;--post-footer-grid-margin-block-end:32px;--post-footer-grid-padding-block-end:32px;--post-footer-list-flex-direction:row;--post-footer-list-gap:16px;--post-footer-list-align-items:center;--post-footer-meta-margin-block-end:8px}}@media screen and (min-width: 780px){footer{--post-footer-container-padding-inline:40px}}@media screen and (min-width: 1024px){footer{--post-footer-container-padding-block:56px;--post-footer-grid-template:auto / repeat(4, auto);--post-footer-grid-row-gap:0;--post-footer-grid-column-gap:24px;--post-footer-grid-margin-block-end:40px;--post-footer-column-flex-direction:row;--post-footer-column-align-items:center;--post-footer-column-gap:32px;--post-footer-list-gap:24px;--post-footer-businesssectors-margin-block-end:24px;--post-footer-meta-font-size:16px}}:is(h3,.h3){margin:0;font-size:var(--post-device-font-size-6);line-height:var(--post-device-line-height-heading);font-weight:var(--post-device-font-weight-extra-black);text-wrap:balance}::slotted(ul){list-style:none;padding:0;margin:0}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);border:0}.footer-container{box-sizing:content-box;margin:0 auto;padding:var(--post-footer-container-padding-block) var(--post-footer-container-padding-inline);max-width:var(--post-footer-container-max-width)}.footer-grid{display:grid;grid-template:var(--post-footer-grid-template);row-gap:var(--post-footer-grid-row-gap);column-gap:var(--post-footer-grid-column-gap);margin-block-end:var(--post-footer-grid-margin-block-end);padding-block-end:var(--post-footer-grid-padding-block-end)}.footer-grid:has(>.d-none+.d-none+.d-none+.d-none){margin-block-end:0;padding-block-end:0;row-gap:0;column-gap:0}.footer-grid post-accordion:has(>.d-none+.d-none+.d-none+.d-none){display:none}.footer-grid ::part(button),.footer-grid ::part(body){padding-inline:0}.footer-column{display:flex;flex-direction:var(--post-footer-column-flex-direction);flex-wrap:wrap;justify-content:space-between;align-items:var(--post-footer-column-align-items);column-gap:var(--post-footer-column-gap)}.footer-socialmedia ::slotted(div),.footer-app ::slotted(div),.footer-meta ::slotted(div){display:flex !important;flex-direction:var(--post-footer-list-flex-direction) !important;gap:var(--post-footer-list-gap) !important;align-items:var(--post-footer-list-align-items) !important}.footer-socialmedia{margin-block-end:var(--post-footer-socialmedia-margin-block-end)}.footer-app{margin-block-end:var(--post-footer-app-margin-block-end)}.footer-businesssectors{margin-block-end:var(--post-footer-businesssectors-margin-block-end)}.footer-businesssectors ::slotted(div){display:flex;flex-wrap:wrap;align-items:center;gap:var(--post-footer-list-gap) !important}.footer-meta{margin-block-end:var(--post-footer-meta-margin-block-end);font-size:var(--post-footer-meta-font-size)}.footer-copyright{display:flex;flex-wrap:wrap;column-gap:.5rem;font-size:var(--post-footer-copyright-font-size)}.d-none{display:none}`;
11590
11760
 
11591
11761
  const GRID_SLOTS = ['grid-1', 'grid-2', 'grid-3', 'grid-4'];
11592
11762
  /**
@@ -11612,7 +11782,7 @@ class PostFooter {
11612
11782
  this.handleGridSlotChange = this.handleGridSlotChange.bind(this);
11613
11783
  }
11614
11784
  connectedCallback() {
11615
- window.addEventListener('postBreakpoint:device', this.breakpointChange);
11785
+ globalThis.addEventListener('postBreakpoint:device', this.breakpointChange);
11616
11786
  }
11617
11787
  componentWillLoad() {
11618
11788
  this.validateTextFooter();
@@ -11623,7 +11793,7 @@ class PostFooter {
11623
11793
  });
11624
11794
  }
11625
11795
  disconnectedCallback() {
11626
- window.removeEventListener('postBreakpoint:device', this.breakpointChange);
11796
+ globalThis.removeEventListener('postBreakpoint:device', this.breakpointChange);
11627
11797
  }
11628
11798
  handleGridSlotChange(...devices) {
11629
11799
  return (e) => {
@@ -11644,7 +11814,7 @@ class PostFooter {
11644
11814
  return GRID_SLOTS.map(slotName => (hAsync("div", { class: { 'd-none': !this.gridSlotDisplayed[slotName] } }, hAsync("h3", null, hAsync("slot", { name: slotName + '-title' })), hAsync("slot", { onSlotchange: this.handleGridSlotChange('tablet', 'desktop'), name: slotName }))));
11645
11815
  }
11646
11816
  render() {
11647
- return (hAsync(Host, { key: '463d05f761606823f6a0509961719a166802df0b', "data-version": version$1, "data-color-scheme": "light" }, hAsync("footer", { key: '235731df03aa871b5d411d208df54fe26008e4d7' }, hAsync("h2", { key: '7bb8f8013b7c0deb5f021105bbb193c922efabd4', class: "visually-hidden" }, this.textFooter), hAsync("div", { key: '9aaf9cb32744df2d1c0585342a6fd9783702995a', class: "footer-container" }, hAsync("div", { key: '4dcbf986a6241a3bcd4e7a6e311d5640773a69e7', class: "footer-grid" }, this.device === 'mobile' ? this.renderAccordion() : this.renderColumns()), hAsync("div", { key: '9e295c05da9b0b8f3c4a01b8e433d5ef4f5c71ac', class: "footer-column" }, hAsync("div", { key: '1703a08855755586c4721ddc50e1f3bd121907a5', class: "footer-socialmedia" }, hAsync("slot", { key: 'c7961d016fb26f6af5022fff4550e15ef36a3881', name: "socialmedia" })), hAsync("div", { key: 'cef3bdd672ab0cddc7aa7e2b3d85705752caeb9e', class: "footer-app" }, hAsync("slot", { key: '5f97c901fb99e4f7458ef5036a55a887186b29b6', name: "app" }))), hAsync("div", { key: '33d8851199a96900353591d4af606f710f440892', class: "footer-businesssectors" }, hAsync("slot", { key: 'ae94799f81ea9031aa3a4489cbcc218afcfed257', name: "businesssectors" })), hAsync("div", { key: '3c9f984ebb4dfaa3aa595e804043d1d023616360', class: "footer-meta" }, hAsync("slot", { key: 'be63fa921c073a2b6bb396339bea7a850f908b4c', name: "meta" })), hAsync("div", { key: '2a2b7a4f9a5cf9b31534ab42ded552872582aaeb', class: "footer-copyright" }, hAsync("slot", { key: 'c80396f078acf145fa2b873a0ea3e453723488d9', name: "copyright" }))))));
11817
+ return (hAsync(Host, { key: 'be8e78b13597a378a3f37a89f2f4fa5553036206', "data-version": version$1, "data-color-scheme": "light" }, hAsync("footer", { key: '623aa5da3107b544c697f030a050b3ac516867ec' }, hAsync("h2", { key: 'e916c70696d0bfa37a9770ed714073e48bf10fb6', class: "visually-hidden" }, this.textFooter), hAsync("div", { key: 'f85439265e62b5d262d8fa2aff87df35df2f4b74', class: "footer-container" }, hAsync("div", { key: '91235f909d2138536273c87afd69ba0008df8776', class: "footer-grid" }, this.device === 'mobile' ? this.renderAccordion() : this.renderColumns()), hAsync("div", { key: '22185d166fbb42ab089475a85847933fee4bcf97', class: "footer-column" }, hAsync("div", { key: 'a8f482d680f84ce0d146c313cb47b533d29f6dfa', class: "footer-socialmedia" }, hAsync("slot", { key: 'b5299b55e738ae34c4805ee73e8e7313bb645a75', name: "socialmedia" })), hAsync("div", { key: '8a95fa529436c71f2b3c3f2b3bc64eefe5325f99', class: "footer-app" }, hAsync("slot", { key: 'f2c43566ff23b06663b0807f021830af8405e3d2', name: "app" }))), hAsync("div", { key: '539d6db985d9158bf61eae1bd80c52a39ec19cab', class: "footer-businesssectors" }, hAsync("slot", { key: '1c433ce5950e8ee2116afe50c3efd3290f4cec8d', name: "businesssectors" })), hAsync("div", { key: '7d71af6cb0b7b1d4cd1f0ef45386dfd4da974664', class: "footer-meta" }, hAsync("slot", { key: '67905639dfdc2ef406ac23a93cd3ae623f14e47b', name: "meta" })), hAsync("div", { key: '94892c47ebf68134d28417c4fccb9bace0ee4038', class: "footer-copyright" }, hAsync("slot", { key: 'bd4853f4cb3342f7ef2c01f2c16cd3378a6c2899', name: "copyright" }))))));
11648
11818
  }
11649
11819
  get host() { return getElement(this); }
11650
11820
  static get watchers() { return {
@@ -11669,7 +11839,7 @@ class PostFooter {
11669
11839
 
11670
11840
  const postHeaderCss = () => `:host{--post-global-header-top:calc( var(--post-global-header-reduced-height) - var(--post-global-header-expanded-height) );--post-header-top:calc(var(--post-header-reduced-height) - var(--post-header-expanded-height));--post-logo-height:calc( var(--post-global-header-expanded-height) - var(--post-header-scroll-top, 0px) );--post-global-controls-top:clamp( 1000 * (var(--post-global-header-reduced-height) - var(--post-global-header-expanded-height)), calc( -1 * min(var(--post-header-scroll-top, 0px) / 4, var(--post-global-header-reduced-height)) ), 0px )}@media screen and (min-width: 1024px){:host{--post-header-gap:0.25rem;--post-global-header-padding-inline-start:0.25rem;--post-global-header-padding-inline-end:0.5rem;--post-local-header-padding-inline-start:0.75rem;--post-local-header-padding-inline-end:0.5rem}}@media screen and (min-width: 600px)and (max-width: 1023.98px){:host{--post-header-gap:0.75rem 0.25rem;--post-global-header-padding-inline-start:0.25rem;--post-global-header-padding-inline-end:0.25rem;--post-local-header-padding-inline-start:0.75rem;--post-local-header-padding-inline-end:0.25rem;--post-local-header-padding-block:0.75rem;--post-burger-menu-padding-inline:2.5rem;--post-burger-menu-body-gap:2rem;--post-burger-menu-footer-gap:1.5rem}}@media screen and (min-width: 600px)and (max-width: 779.98px){:host{--post-burger-menu-padding-inline:1rem}}@media screen and (min-width: 0)and (max-width: 599.98px){:host{--post-header-gap:0.75rem 0.25rem;--post-global-header-padding-inline-start:0rem;--post-global-header-padding-inline-end:0.5rem;--post-local-header-padding-inline-start:0.5rem;--post-local-header-padding-inline-end:0.5rem;--post-local-header-padding-block:0.5rem;--post-burger-menu-padding-inline:1rem;--post-burger-menu-body-gap:1.5rem;--post-burger-menu-footer-gap:1rem}}:host(:not([full-width])),:host([full-width=false]){--post-header-content-max-width:1440px}:host([data-expanded]),:host([data-menu-extended]){--post-header-top:0;--post-global-header-top:-0.001px;--post-global-controls-top:0;--post-logo-height:var(--post-global-header-expanded-height)}*,::before,::after{box-sizing:border-box}:host,header,.global-header,.local-header{transition:inset-block-start 150ms cubic-bezier(0.4, 0, 0.2, 1)}.section,.sliding-controls{display:flex;align-items:center;justify-content:space-between;gap:var(--post-header-gap);flex-wrap:wrap}.section{max-width:var(--post-header-content-max-width);margin-inline:auto}:host{display:block;position:sticky;inset-block-start:var(--post-header-top);z-index:1020;box-shadow:var(--post-device-elevation-300)}.global-header{z-index:2;position:sticky;inset-block-start:var(--post-global-header-top);background-color:#fc0}.global-header .section{height:var(--post-global-header-expanded-height);padding-inline-start:var(--post-global-header-padding-inline-start);padding-inline-end:var(--post-global-header-padding-inline-end)}.global-header .logo{align-self:flex-end;width:var(--post-global-header-expanded-height);height:var(--post-logo-height);min-height:var(--post-global-header-reduced-height);max-height:100%;margin-inline-end:calc(1.25rem - var(--post-header-gap))}.global-header .sliding-controls{flex-grow:1;justify-content:flex-end;position:relative;inset-block-start:var(--post-global-controls-top)}.global-header .audience{margin-inline-end:auto}@media screen and (max-width: 1023.98px){.global-header slot:where([name=audience],[name=global-nav-secondary]){display:none}}.local-header{position:relative;background-color:#fff;min-height:var(--post-local-header-expanded-min-height);display:var(--post-local-header-display, flex);align-items:var(--post-local-header-align-items, center)}.local-header .section{width:100%;padding-inline-start:var(--post-local-header-padding-inline-start);padding-inline-end:var(--post-local-header-padding-inline-end);padding-block:var(--post-local-header-padding-block)}@media screen and (min-width: 1024px){.local-header .section{display:grid;grid-template:var(--post-local-header-grid-template)}}@media screen and (max-width: 1023.98px){.local-header .section{display:flex;align-self:center}}@media screen and (max-width: 1023.98px)and (max-width: 599.98px){.local-header .section{justify-content:end}}.local-header:where(.megadropdown-open)::after,.local-header:has(~.burger-menu.extended)::after{content:"";display:block;position:absolute;inset-inline:0;inset-block-end:0;height:1px;background-color:#e1e0dc}.local-header .local-nav{flex:0 0 auto}@media screen and (max-width: 1023.98px){.local-header slot[name=main-nav]{display:none}}.burger-button{display:inline-flex;position:relative;align-items:center;justify-content:center;max-width:100%;overflow:hidden;transition:opacity 250ms,border-color 250ms,background-color 250ms,color 250ms;border-width:var(--post-device-border-width-default);border-style:solid;border-radius:var(--post-device-border-radius-round);background-color:rgba(0,0,0,0);box-shadow:none;font-family:inherit;font-weight:var(--post-device-font-weight-bold);text-decoration:none;white-space:nowrap;cursor:pointer;border:unset;font-weight:unset;display:flex;padding:.25rem .625rem;gap:.375rem;font-size:1rem;border-color:var(--post-scheme-color-interactive-button-tertiary-enabled-stroke);background-color:var(--post-scheme-color-interactive-button-tertiary-enabled-bg);color:var(--post-scheme-color-interactive-button-tertiary-enabled-fg);display:var(--post-burger-button-display, flex)}.burger-button:hover{text-decoration:none}.burger-button:disabled{border-style:var(--post-core-border-style-dash)}.burger-button{outline-offset:var(--post-device-spacing-padding-2) !important;outline:var(--post-scheme-color-interactive-focus-stroke) none var(--post-device-border-width-focus) !important}.burger-button:is(:focus-visible,:has(:focus-visible),.pretend-focus){outline-style:var(--post-core-border-style-solid) !important}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.burger-button:is(:focus-visible,:has(:focus-visible),.pretend-focus){outline-color:Highlight !important}}@supports not selector(:has(:focus-visible)){.burger-button:is(:focus-visible,:focus-within,.pretend-focus){outline-style:var(--post-core-border-style-solid) !important}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.burger-button:is(:focus-visible,:focus-within,.pretend-focus){outline-color:Highlight !important}}}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.burger-button:is(a){color:LinkText;border:unset}.burger-button:is(button){background-color:ButtonFace !important;border:1px solid ButtonBorder !important}.burger-button:not(:disabled,.disabled):is(button):hover{background-color:Highlight !important}.burger-button:not(:disabled,.disabled):is(button):hover>post-icon{color:HighlightText !important}}.burger-button:hover{border-color:var(--post-scheme-color-interactive-button-tertiary-hover-stroke);background-color:var(--post-scheme-color-interactive-button-tertiary-hover-bg);color:var(--post-scheme-color-interactive-button-tertiary-hover-fg)}.burger-button:is([aria-current],[aria-pressed=true],[aria-expanded=true],.active){box-shadow:var(--post-device-elevation-100);border-color:var(--post-scheme-color-interactive-button-primary-enabled-stroke);background-color:var(--post-scheme-color-interactive-button-primary-enabled-bg);color:var(--post-scheme-color-interactive-button-primary-enabled-fg)}.burger-button:is([aria-current],[aria-pressed=true],[aria-expanded=true],.active):hover{border-color:var(--post-scheme-color-interactive-button-primary-hover-stroke);background-color:var(--post-scheme-color-interactive-button-primary-hover-bg);color:var(--post-scheme-color-interactive-button-primary-hover-fg)}@media screen and (min-width: 0)and (max-width: 599.98px){.burger-button{padding:.625rem}.burger-button>:not(post-icon){position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);border:0}.burger-button>post-icon{font-size:1.5rem}}@media screen and (min-width: 1024px){.burger-button{display:none}}.burger-menu{z-index:-1;position:absolute;inset-inline:0;inset-block-start:100%;height:calc(min(var(--post-header-scroll-parent-height, 100dvh),100dvh) - var(--post-header-height));overflow:hidden auto;display:flex;flex-direction:column;background-color:#fafafa}.burger-menu.extended.second-level-open{overflow:hidden}.burger-menu:not(.extended){transform:translateY(-100%);display:none}.burger-menu:not(.extended)>*{display:none}.burger-menu .burger-menu-body,.burger-menu .burger-menu-footer{display:flex;flex-direction:column;padding-inline:var(--post-burger-menu-padding-inline)}.burger-menu .burger-menu-body{flex-grow:1;padding-block:1.5rem;gap:var(--post-burger-menu-body-gap)}.burger-menu .burger-menu-footer{background-color:#f0efed;padding-block:1rem 1.5rem;gap:var(--post-burger-menu-footer-gap)}.burger-menu .local-nav{min-height:3.5rem;display:flex;align-items:center;justify-content:flex-end;padding-inline:.25rem}`;
11671
11841
 
11672
- var __decorate$3 = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
11842
+ var __decorate$4 = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
11673
11843
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
11674
11844
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
11675
11845
  r = Reflect.decorate(decorators, target, key, desc);
@@ -11718,11 +11888,11 @@ class PostHeader {
11718
11888
  const scrollParent = this.scrollParent;
11719
11889
  const burgerMenuExtended = propName === 'burgerMenuExtended' ? newValue : this.burgerMenuExtended;
11720
11890
  if (this.device !== 'desktop' && burgerMenuExtended) {
11721
- scrollParent.setAttribute('data-post-scroll-locked', '');
11891
+ scrollParent.dataset.postScrollLocked = '';
11722
11892
  this.host.addEventListener('keydown', this.keyboardHandler);
11723
11893
  }
11724
11894
  else {
11725
- scrollParent.removeAttribute('data-post-scroll-locked');
11895
+ delete scrollParent.dataset.postScrollLocked;
11726
11896
  this.host.removeEventListener('keydown', this.keyboardHandler);
11727
11897
  }
11728
11898
  }
@@ -11767,15 +11937,15 @@ class PostHeader {
11767
11937
  this.megadropdownStateHandler = this.megadropdownStateHandler.bind(this);
11768
11938
  }
11769
11939
  connectedCallback() {
11770
- window.addEventListener('resize', this.throttledResize, { passive: true });
11771
- window.addEventListener('scroll', this.handleScrollEvent, {
11940
+ globalThis.addEventListener('resize', this.throttledResize, { passive: true });
11941
+ globalThis.addEventListener('scroll', this.handleScrollEvent, {
11772
11942
  passive: true,
11773
11943
  });
11774
11944
  this.scrollParent.addEventListener('scroll', this.handleScrollEvent, {
11775
11945
  passive: true,
11776
11946
  });
11777
11947
  document.addEventListener('postToggleMegadropdown', this.megadropdownStateHandler);
11778
- window.addEventListener('postBreakpoint:device', this.breakpointChange);
11948
+ globalThis.addEventListener('postBreakpoint:device', this.breakpointChange);
11779
11949
  this.handleScrollParentResize();
11780
11950
  this.lockBody(false, this.burgerMenuExtended, 'burgerMenuExtended');
11781
11951
  }
@@ -11803,9 +11973,9 @@ class PostHeader {
11803
11973
  // Clean up possible side effects when post-header is disconnected
11804
11974
  disconnectedCallback() {
11805
11975
  const scrollParent = this.scrollParent;
11806
- window.removeEventListener('postBreakpoint:device', this.breakpointChange);
11807
- window.removeEventListener('resize', this.throttledResize);
11808
- window.removeEventListener('scroll', this.handleScrollEvent);
11976
+ globalThis.removeEventListener('postBreakpoint:device', this.breakpointChange);
11977
+ globalThis.removeEventListener('resize', this.throttledResize);
11978
+ globalThis.removeEventListener('scroll', this.handleScrollEvent);
11809
11979
  if (scrollParent)
11810
11980
  scrollParent.removeEventListener('scroll', this.handleScrollEvent);
11811
11981
  document.removeEventListener('postToggleMegadropdown', this.megadropdownStateHandler);
@@ -11877,7 +12047,7 @@ class PostHeader {
11877
12047
  const focusableElements = [this.burgerMenuButton];
11878
12048
  focusableElements.push(...getDeepFocusableChildren(this.localHeader, el => !el.matches('post-megadropdown')), ...getDeepFocusableChildren(this.burgerMenu, el => !el.matches('post-megadropdown')));
11879
12049
  this.firstFocusableEl = focusableElements[0];
11880
- this.lastFocusableEl = focusableElements[focusableElements.length - 1];
12050
+ this.lastFocusableEl = focusableElements.at(-1);
11881
12051
  }
11882
12052
  keyboardHandler(e) {
11883
12053
  if (e.key !== 'Tab' || !this.burgerMenuExtended)
@@ -11975,10 +12145,10 @@ class PostHeader {
11975
12145
  }, style: { '--post-header-navigation-current-inset': `${this.burgerMenu?.scrollTop ?? 0}px` }, ref: el => (this.burgerMenu = el) }, this.hasLocalNav && !this.hasTitle && (hAsync("div", { class: "local-nav" }, hAsync("slot", { name: "local-nav" }))), hAsync("div", { class: "burger-menu-body" }, hAsync("slot", { name: "audience" }), hAsync("slot", { name: "main-nav" })), hAsync("div", { class: "burger-menu-footer" }, hAsync("slot", { name: "global-nav-secondary" }), hAsync("slot", { name: "language-menu" }))));
11976
12146
  }
11977
12147
  render() {
11978
- return (hAsync(Host, { key: '927a12917d64f0e0fed247764ab5a89c2ff66453', "data-version": version$1, "data-color-scheme": "light", "data-burger-menu": this.hasBurgerMenu, "data-menu-extended": this.burgerMenuExtended }, hAsync("header", { key: '58e53821b44b9569a1a1f39663c6e315142fb0c2' }, hAsync("div", { key: 'ead8157d4b94892be4e20c98ba9480411a08aafe', class: "global-header" }, hAsync("div", { key: 'e2c6bbabfbfca71a978b6ed3e2ecbb105751bdd1', class: "section" }, hAsync("div", { key: 'e52b27fc0a128e2bcd6d14c232a6091129a5562d', class: "logo" }, hAsync("slot", { key: '72a698e81b6fa12f7ced243396dd39adef2da34c', name: "post-logo" })), hAsync("div", { key: '82523f2072649282591d643db0f48d518a1ce4a6', class: "sliding-controls" }, (hAsync("div", { key: 'f85c022c415dbd631b63a528ad8f19466901c248', class: "audience" }, hAsync("slot", { key: '772525ed51e5fc3c92b523c1b71b1d67bf01038d', name: "audience" }))), hAsync("slot", { key: 'a73f412a7634075fd6721c1d50aef56231f647a4', name: "global-nav-primary" }), [
11979
- hAsync("slot", { key: 'dd9b0cc2582285c18afec62522fff7ab2fe6b34a', name: "global-nav-secondary" }),
11980
- hAsync("slot", { key: 'f4e4f916c66d7d1d6fc43f73e8af40a81d11c55d', name: "language-menu" }),
11981
- ], hAsync("slot", { key: 'edbaa4e685f65ca22c1a3c7eca5b53f5d297b66a', name: "post-login" }), this.hasMainNav && (hAsync("post-togglebutton", { key: '5086903a3e9e01fec9273b71c7c9262026df9208', class: "burger-button", ref: el => (this.burgerMenuButton = el), onClick: () => this.toggleBurgerMenu() }, hAsync("span", { key: 'b069fe1a4f1ac7aac9a1779a26e72e8b50a7aecc' }, this.textMenu), hAsync("post-icon", { key: 'e4e35ce811dd238db1b432aa9a2c33f270ab4d81', "aria-hidden": "true", name: "burger", "data-showwhen": "untoggled" }), hAsync("post-icon", { key: 'a6dbcdc99f86ab7dafef916b23b1172fd94894bd', "aria-hidden": "true", name: "closex", "data-showwhen": "toggled" })))))), hAsync("div", { key: 'cc9c29c26166b789b566819a1247af0126b190a1', ref: el => (this.localHeader = el), class: { 'local-header': true, 'megadropdown-open': this.megadropdownOpen } }, hAsync("div", { key: '6a46fce27e151905c1c00bd72aff6bd57e88ebec', class: "section" }, hAsync("slot", { key: 'b4b442dc52e45bfd84e3695f48d4a172e9d12786', name: "title" }), this.hasTitle && hAsync("slot", { key: '6b569368e83793b19f4bfd5b0ab4c42ef7f4f594', name: "local-nav" }), hAsync("slot", { key: '7a5ba718de6a6f54b9a97c1be93b2ffc41d71122', name: "main-nav" }), !this.hasTitle && hAsync("slot", { key: 'd62ff184e22380c837794b2e2c813189b546e9b7', name: "local-nav" }))), this.hasBurgerMenu && this.renderBurgerMenu())));
12148
+ return (hAsync(Host, { key: '3a91565f737ace8c2afa09aea4376301df78de15', "data-version": version$1, "data-color-scheme": "light", "data-burger-menu": this.hasBurgerMenu, "data-menu-extended": this.burgerMenuExtended }, hAsync("header", { key: '3983485ef60f0ac3a14224ebc3e550c73b183533' }, hAsync("div", { key: 'fcb70d0d33448afd05a9d0cc2045cbf954ffef8b', class: "global-header" }, hAsync("div", { key: 'fc4a7fe09d320c801ffab5b8a1652078685ec126', class: "section" }, hAsync("div", { key: '41ea4d25ae37ad90875201a6d580bf0e856055e0', class: "logo" }, hAsync("slot", { key: 'c1fc7972273b8ca82d41535f6a3c0ee8f4a7da6a', name: "post-logo" })), hAsync("div", { key: 'fb7d8e98ac126416c7342b34e9655e1ef82fed20', class: "sliding-controls" }, (hAsync("div", { key: 'e9556afe505005b09892fcf7a9092ac5892337ee', class: "audience" }, hAsync("slot", { key: '62a2bec634b4f5afff5a3323187de4bfa7ddcf3c', name: "audience" }))), hAsync("slot", { key: 'e8e88e7547d71312cf868f81386eba9405b5e6b2', name: "global-nav-primary" }), [
12149
+ hAsync("slot", { key: '85d07e119df995f5b4aec62675eb821dee0b3059', name: "global-nav-secondary" }),
12150
+ hAsync("slot", { key: '087f20e4844e9bf5fa6a945e4352509f0128eb70', name: "language-menu" }),
12151
+ ], hAsync("slot", { key: 'b4def359986a7093cacf963709ca27180c34d294', name: "post-login" }), this.hasMainNav && (hAsync("post-togglebutton", { key: '534cb2b1f21ac6408f7ea14722c2ee8c82e268eb', class: "burger-button", ref: el => (this.burgerMenuButton = el), onClick: () => this.toggleBurgerMenu() }, hAsync("span", { key: 'fe96f2269a1e76e26edcef2d66beacac5149dea0' }, this.textMenu), hAsync("post-icon", { key: '7eabffedbe08a520d7be8c930168ac15428c132d', "aria-hidden": "true", name: "burger", "data-showwhen": "untoggled" }), hAsync("post-icon", { key: 'fb3cdba5cce308547bb057bfb5e915b3b7b3848b', "aria-hidden": "true", name: "closex", "data-showwhen": "toggled" })))))), hAsync("div", { key: '48f203901cd57d50f3a70b8065e65e2a45e6e0bb', ref: el => (this.localHeader = el), class: { 'local-header': true, 'megadropdown-open': this.megadropdownOpen } }, hAsync("div", { key: '846dc6852d5978a3fd1d3cd22a6c870c8d9f1cf3', class: "section" }, hAsync("slot", { key: '91d510bd1948b004787c1d77f9d0ae0669a7a231', name: "title" }), this.hasTitle && hAsync("slot", { key: '13fd6cd078235ee8449d22944ee67926f11b3db1', name: "local-nav" }), hAsync("slot", { key: '67b37a81c37cf6a77df5a15519e09b884d3cd892', name: "main-nav" }), !this.hasTitle && hAsync("slot", { key: '6ca6a422b465a38a1c02e21229dc5f9f0178ffcc', name: "local-nav" }))), this.hasBurgerMenu && this.renderBurgerMenu())));
11982
12152
  }
11983
12153
  get host() { return getElement(this); }
11984
12154
  static get watchers() { return {
@@ -12015,7 +12185,7 @@ class PostHeader {
12015
12185
  "$attrsToReflect$": [["fullWidth", "full-width"], ["textMenu", "text-menu"]]
12016
12186
  }; }
12017
12187
  }
12018
- __decorate$3([
12188
+ __decorate$4([
12019
12189
  EventFrom('post-megadropdown')
12020
12190
  ], PostHeader.prototype, "megadropdownStateHandler", null);
12021
12191
 
@@ -12065,7 +12235,11 @@ class PostIcon {
12065
12235
  **/
12066
12236
  getUrl() {
12067
12237
  const fileName = `${this.name}.svg`;
12068
- if (!IS_BROWSER && !this.base) {
12238
+ // Prioritize only data:image URLs
12239
+ if (this.url?.startsWith('data:image/')) {
12240
+ return this.url;
12241
+ }
12242
+ if (!this.base) {
12069
12243
  return `${CDN_URL}${fileName}`;
12070
12244
  }
12071
12245
  if (this.url) {
@@ -12073,16 +12247,9 @@ class PostIcon {
12073
12247
  }
12074
12248
  const isAbsolute = (url) => /^https?:\/\//.test(url);
12075
12249
  const normalizeUrl = (url) => (url && !url.endsWith('/') ? `${url}/` : url);
12076
- const cleanUrl = (url) => url.replace(/([^:])\/\//g, '$1/');
12077
- const currentDomain = IS_BROWSER ? window.location.origin : '';
12078
- const baseHref = IS_BROWSER
12079
- ? document.querySelector('base[href]')?.getAttribute('href') || ''
12080
- : '';
12081
- let metaIconBase = '';
12082
- if (IS_BROWSER) {
12083
- const metaTag = document.querySelector('meta[name="design-system-settings"]');
12084
- metaIconBase = metaTag?.getAttribute('data-post-icon-base') || '';
12085
- }
12250
+ const cleanUrl = (url) => url.replaceAll(/([^:])\/\//g, '$1/');
12251
+ const currentDomain = '';
12252
+ const baseHref = '';
12086
12253
  // Function to build the first part of the URL when 'this.base' or 'metaIconBase' are relative
12087
12254
  const buildUrlWithBase = (relativeUrl) => {
12088
12255
  const normalizedHref = normalizeUrl(baseHref);
@@ -12100,26 +12267,18 @@ class PostIcon {
12100
12267
  : `${buildUrlWithBase(this.base)}${fileName}`;
12101
12268
  return cleanUrl(url);
12102
12269
  }
12103
- // Second Priority is metaIconBase
12104
- if (metaIconBase) {
12105
- url = isAbsolute(metaIconBase)
12106
- ? `${normalizeUrl(metaIconBase)}${fileName}`
12107
- : `${buildUrlWithBase(metaIconBase)}${fileName}`;
12108
- return cleanUrl(url);
12109
- }
12110
12270
  // Fallback to CDN
12111
12271
  return cleanUrl(`${CDN_URL}${fileName}`);
12112
12272
  }
12113
12273
  getStyles() {
12114
12274
  const url = this.getUrl();
12115
- return Object.entries({
12275
+ return Object.fromEntries(Object.entries({
12116
12276
  '-webkit-mask-image': `url(${url})`,
12117
12277
  'mask-image': `url('${url}')`,
12118
- 'transform': (this.scale && !isNaN(Number(this.scale)) ? 'scale(' + this.scale + ')' : '') +
12119
- (this.rotate && !isNaN(Number(this.rotate)) ? ' rotate(' + this.rotate + 'deg)' : ''),
12278
+ 'transform': (this.scale && !Number.isNaN(Number(this.scale)) ? 'scale(' + this.scale + ')' : '') +
12279
+ (this.rotate && !Number.isNaN(Number(this.rotate)) ? ' rotate(' + this.rotate + 'deg)' : ''),
12120
12280
  })
12121
- .filter(([_key, value]) => value !== null)
12122
- .reduce((styles, [key, value]) => Object.assign(styles, { [key]: value }), {});
12281
+ .filter(([_key, value]) => value !== null));
12123
12282
  }
12124
12283
  componentDidLoad() {
12125
12284
  this.validateBase();
@@ -12129,7 +12288,7 @@ class PostIcon {
12129
12288
  this.validateAnimation();
12130
12289
  }
12131
12290
  render() {
12132
- return (hAsync(Host, { key: '0d39fadb6d179d82a7a951de4173578f9f351673', "data-version": version$1 }, hAsync("span", { key: 'd93a0a1307668e7a563a81037a399ba906d8fbe6', style: this.getStyles() })));
12291
+ return (hAsync(Host, { key: '53aca4224876ae30f8a022c5cb80ee5755b26251', "data-version": version$1 }, hAsync("span", { key: '8e024aa2df513f3b75d61d15284c77883b622776', style: this.getStyles() })));
12133
12292
  }
12134
12293
  get host() { return getElement(this); }
12135
12294
  static get watchers() { return {
@@ -12171,9 +12330,9 @@ class PostIcon {
12171
12330
 
12172
12331
  const SWITCH_VARIANTS = ['list', 'menu'];
12173
12332
 
12174
- const postLanguageMenuCss = () => `:host{display:flex}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);border:0}.post-language-menu-dropdown-container{display:flex;flex-direction:column}.post-language-menu-trigger{display:inline-flex;position:relative;align-items:center;justify-content:center;max-width:100%;overflow:hidden;transition:opacity 250ms,border-color 250ms,background-color 250ms,color 250ms;border-width:var(--post-device-border-width-default);border-style:solid;border-radius:var(--post-device-border-radius-round);background-color:rgba(0,0,0,0);box-shadow:none;font-family:inherit;font-weight:var(--post-device-font-weight-bold);text-decoration:none;white-space:nowrap;cursor:pointer;border:unset;font-weight:unset;display:flex;padding:.25rem .625rem;gap:.375rem;font-size:1rem;border-color:var(--post-scheme-color-interactive-button-tertiary-enabled-stroke);background-color:var(--post-scheme-color-interactive-button-tertiary-enabled-bg);color:var(--post-scheme-color-interactive-button-tertiary-enabled-fg);text-transform:uppercase;cursor:pointer}.post-language-menu-trigger:hover{text-decoration:none}.post-language-menu-trigger:disabled{border-style:var(--post-core-border-style-dash)}.post-language-menu-trigger{outline-offset:var(--post-device-spacing-padding-2) !important;outline:var(--post-scheme-color-interactive-focus-stroke) none var(--post-device-border-width-focus) !important}.post-language-menu-trigger:is(:focus-visible,:has(:focus-visible),.pretend-focus){outline-style:var(--post-core-border-style-solid) !important}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.post-language-menu-trigger:is(:focus-visible,:has(:focus-visible),.pretend-focus){outline-color:Highlight !important}}@supports not selector(:has(:focus-visible)){.post-language-menu-trigger:is(:focus-visible,:focus-within,.pretend-focus){outline-style:var(--post-core-border-style-solid) !important}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.post-language-menu-trigger:is(:focus-visible,:focus-within,.pretend-focus){outline-color:Highlight !important}}}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.post-language-menu-trigger:is(a){color:LinkText;border:unset}.post-language-menu-trigger:is(button){background-color:ButtonFace !important;border:1px solid ButtonBorder !important}.post-language-menu-trigger:not(:disabled,.disabled):is(button):hover{background-color:Highlight !important}.post-language-menu-trigger:not(:disabled,.disabled):is(button):hover>post-icon{color:HighlightText !important}}.post-language-menu-trigger:hover{border-color:var(--post-scheme-color-interactive-button-tertiary-hover-stroke);background-color:var(--post-scheme-color-interactive-button-tertiary-hover-bg);color:var(--post-scheme-color-interactive-button-tertiary-hover-fg)}.post-language-menu-trigger:is([aria-current],[aria-pressed=true],[aria-expanded=true],.active){box-shadow:var(--post-device-elevation-100);border-color:var(--post-scheme-color-interactive-button-primary-enabled-stroke);background-color:var(--post-scheme-color-interactive-button-primary-enabled-bg);color:var(--post-scheme-color-interactive-button-primary-enabled-fg)}.post-language-menu-trigger:is([aria-current],[aria-pressed=true],[aria-expanded=true],.active):hover{border-color:var(--post-scheme-color-interactive-button-primary-hover-stroke);background-color:var(--post-scheme-color-interactive-button-primary-hover-bg);color:var(--post-scheme-color-interactive-button-primary-hover-fg)}.post-language-menu-trigger post-icon{transition:transform 250ms cubic-bezier(0.4, 0, 0.2, 1)}.post-language-menu-trigger:is([aria-current],[aria-pressed=true],[aria-expanded=true]) post-icon{transform:rotate(180deg)}post-menu::part(post-menu){padding-block:0}.post-language-menu-list{margin-top:1rem}`;
12333
+ const postLanguageMenuCss = () => `:host{display:flex}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);border:0}.post-language-menu-dropdown-container{display:flex;flex-direction:column}.post-language-menu-trigger{display:inline-flex;position:relative;align-items:center;justify-content:center;max-width:100%;overflow:hidden;transition:opacity 250ms,border-color 250ms,background-color 250ms,color 250ms;border-width:var(--post-device-border-width-default);border-style:solid;border-radius:var(--post-device-border-radius-round);background-color:rgba(0,0,0,0);box-shadow:none;font-family:inherit;font-weight:var(--post-device-font-weight-bold);text-decoration:none;white-space:nowrap;cursor:pointer;border:unset;font-weight:unset;display:flex;padding:.25rem .625rem;gap:.375rem;font-size:1rem;border-color:var(--post-scheme-color-interactive-button-tertiary-enabled-stroke);background-color:var(--post-scheme-color-interactive-button-tertiary-enabled-bg);color:var(--post-scheme-color-interactive-button-tertiary-enabled-fg);text-transform:uppercase;cursor:pointer}.post-language-menu-trigger:hover{text-decoration:none}.post-language-menu-trigger:disabled{border-style:var(--post-core-border-style-dash)}.post-language-menu-trigger{outline-offset:var(--post-device-spacing-padding-2) !important;outline:var(--post-scheme-color-interactive-focus-stroke) none var(--post-device-border-width-focus) !important}.post-language-menu-trigger:is(:focus-visible,:has(:focus-visible),.pretend-focus){outline-style:var(--post-core-border-style-solid) !important}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.post-language-menu-trigger:is(:focus-visible,:has(:focus-visible),.pretend-focus){outline-color:Highlight !important}}@supports not selector(:has(:focus-visible)){.post-language-menu-trigger:is(:focus-visible,:focus-within,.pretend-focus){outline-style:var(--post-core-border-style-solid) !important}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.post-language-menu-trigger:is(:focus-visible,:focus-within,.pretend-focus){outline-color:Highlight !important}}}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.post-language-menu-trigger:is(a){color:LinkText;border:unset}.post-language-menu-trigger:is(button){background-color:ButtonFace !important;border:1px solid ButtonBorder !important}.post-language-menu-trigger:not(:disabled,.disabled):is(button):hover{background-color:Highlight !important}.post-language-menu-trigger:not(:disabled,.disabled):is(button):hover>post-icon{color:HighlightText !important}}.post-language-menu-trigger:hover{border-color:var(--post-scheme-color-interactive-button-tertiary-hover-stroke);background-color:var(--post-scheme-color-interactive-button-tertiary-hover-bg);color:var(--post-scheme-color-interactive-button-tertiary-hover-fg)}.post-language-menu-trigger:is([aria-current],[aria-pressed=true],[aria-expanded=true],.active){box-shadow:var(--post-device-elevation-100);border-color:var(--post-scheme-color-interactive-button-primary-enabled-stroke);background-color:var(--post-scheme-color-interactive-button-primary-enabled-bg);color:var(--post-scheme-color-interactive-button-primary-enabled-fg)}.post-language-menu-trigger:is([aria-current],[aria-pressed=true],[aria-expanded=true],.active):hover{border-color:var(--post-scheme-color-interactive-button-primary-hover-stroke);background-color:var(--post-scheme-color-interactive-button-primary-hover-bg);color:var(--post-scheme-color-interactive-button-primary-hover-fg)}.post-language-menu-trigger post-icon{transition:transform 250ms cubic-bezier(0.4, 0, 0.2, 1)}.post-language-menu-trigger:is([aria-current],[aria-pressed=true],[aria-expanded=true]) post-icon{transform:rotate(180deg)}.post-language-menu-list{margin-top:1rem}`;
12175
12334
 
12176
- var __decorate$2 = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
12335
+ var __decorate$3 = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
12177
12336
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
12178
12337
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
12179
12338
  r = Reflect.decorate(decorators, target, key, desc);
@@ -12211,7 +12370,7 @@ class PostLanguageMenu {
12211
12370
  const activeLanguage = this.activeLang &&
12212
12371
  document.querySelector(`post-language-menu-item[code="${this.activeLang}"]`);
12213
12372
  return activeLanguage
12214
- ? this.textCurrentLanguage.replace(/#name/g, activeLanguage.name)
12373
+ ? this.textCurrentLanguage.replaceAll('#name', activeLanguage.name)
12215
12374
  : undefined;
12216
12375
  }
12217
12376
  componentDidLoad() {
@@ -12291,11 +12450,11 @@ class PostLanguageMenu {
12291
12450
  "$attrsToReflect$": [["textChangeLanguage", "text-change-language"], ["textCurrentLanguage", "text-current-language"], ["variant", "variant"]]
12292
12451
  }; }
12293
12452
  }
12294
- __decorate$2([
12453
+ __decorate$3([
12295
12454
  EventFrom('post-language-menu-item')
12296
12455
  ], PostLanguageMenu.prototype, "handlePostChange", null);
12297
12456
 
12298
- const postLanguageMenuItemCss = () => `post-language-menu-item{display:inline-block}post-language-menu-item button{padding:0;overflow:visible;border:0;background:none;color:var(--post-scheme-color-interactive-button-secondary-enabled-fg);font:inherit;-webkit-user-select:none;user-select:none;appearance:button}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){post-language-menu-item button{background-color:ButtonFace !important}post-language-menu-item button:hover{background-color:Highlight !important}}post-language-menu-item button .visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);border:0}post-language-menu-item a{color:var(--post-current-fg);text-decoration:none}post-language-menu-item :is(a,button){cursor:pointer;display:flex;align-items:center;justify-content:center;width:100%;height:100%;text-transform:uppercase}post-language-menu-item :is(a,button){outline-offset:var(--post-device-spacing-padding-2) !important;outline:var(--post-scheme-color-interactive-focus-stroke) none var(--post-device-border-width-focus) !important}post-language-menu-item :is(a,button):is(:focus-visible,:has(:focus-visible),.pretend-focus){outline-style:var(--post-core-border-style-solid) !important;border-radius:4px}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){post-language-menu-item :is(a,button):is(:focus-visible,:has(:focus-visible),.pretend-focus){outline-color:Highlight !important}}@supports not selector(:has(:focus-visible)){post-language-menu-item :is(a,button):is(:focus-visible,:focus-within,.pretend-focus){outline-style:var(--post-core-border-style-solid) !important;border-radius:4px}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){post-language-menu-item :is(a,button):is(:focus-visible,:focus-within,.pretend-focus){outline-color:Highlight !important}}}post-language-menu-item:where([variant=list]) :is(a,button){padding-inline:0;width:40px;height:40px;border-radius:2px}post-language-menu-item:where([variant=list]) :is(a,button):hover{color:#504f4b}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){post-language-menu-item:where([variant=list]) :is(a,button){border:1px solid ButtonBorder;color:ButtonText}}post-language-menu-item:where([variant=list])[active]:not([active=false]) :is(a,button){background-color:#050400 !important;color:#fff;pointer-events:none}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){post-language-menu-item:where([variant=list])[active]:not([active=false]) :is(a,button){background-color:Highlight !important;color:HighlightText}}post-language-menu-item:where([variant=menu]){min-width:72px}post-language-menu-item:where([variant=menu])[active]:not([active=false]){display:none}post-language-menu-item:where([variant=menu]) :is(a,button){padding-block:13px;padding-inline:16px;box-sizing:border-box;justify-content:flex-start;position:relative;border-radius:0}post-language-menu-item:where([variant=menu]) :is(a,button):hover{color:#fff;background-color:#504f4b}post-language-menu-item:where([variant=menu]):first-child :is(a,button){border-start-start-radius:4px;border-start-end-radius:4px}post-language-menu-item:where([variant=menu]):last-child :is(a,button){border-end-start-radius:4px;border-end-end-radius:4px}`;
12457
+ const postLanguageMenuItemCss = () => `post-language-menu-item :is(a,button){text-transform:uppercase}post-language-menu-item:where([variant=menu]){min-width:72px}post-language-menu-item:where([variant=list]) button{padding:0;overflow:visible;border:0;background:none;color:var(--post-scheme-color-interactive-button-secondary-enabled-fg);font:inherit;-webkit-user-select:none;user-select:none;appearance:button}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){post-language-menu-item:where([variant=list]) button{background-color:ButtonFace !important}post-language-menu-item:where([variant=list]) button:hover{background-color:Highlight !important}}post-language-menu-item:where([variant=list]) a{text-decoration:none;display:inline-flex;align-items:center;justify-content:center}post-language-menu-item:where([variant=list]) :is(a,button){width:40px;height:40px;border-radius:2px;border-color:var(--post-scheme-color-interactive-button-tertiary-enabled-stroke);background-color:var(--post-scheme-color-interactive-button-tertiary-enabled-bg);color:var(--post-scheme-color-interactive-button-tertiary-enabled-fg)}post-language-menu-item:where([variant=list]) :is(a,button):hover{border-color:var(--post-scheme-color-interactive-button-tertiary-hover-stroke);background-color:var(--post-scheme-color-interactive-button-tertiary-hover-bg);color:var(--post-scheme-color-interactive-button-tertiary-hover-fg)}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){post-language-menu-item:where([variant=list]) :is(a,button){border:1px solid ButtonBorder;color:ButtonText}}post-language-menu-item[active]:not([active=false]):where([variant=menu]){display:none}post-language-menu-item[active]:not([active=false]):where([variant=list]) :is(a,button){border-color:var(--post-scheme-color-interactive-button-primary-enabled-stroke);background-color:var(--post-scheme-color-interactive-button-primary-enabled-bg);color:var(--post-scheme-color-interactive-button-primary-enabled-fg);cursor:default}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){post-language-menu-item[active]:not([active=false]):where([variant=list]) :is(a,button){background-color:Highlight !important;color:HighlightText}}post-language-menu-item .visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);border:0}`;
12299
12458
 
12300
12459
  /**
12301
12460
  * @slot default - Slot for placing the content inside the anchor or button.
@@ -12349,7 +12508,8 @@ class PostLanguageMenuItem {
12349
12508
  this.emitChange();
12350
12509
  }
12351
12510
  };
12352
- return (hAsync(Host, { key: '7ecba6c01b556cf630d8f3a4f3b64e97a11e8abb', "data-version": version$1, role: this.variant === 'list' ? 'listitem' : undefined }, this.url ? (hAsync("a", { "aria-current": this.active ? 'page' : undefined, href: this.url, hrefLang: lang, lang: lang, onClick: () => this.emitChange(), onKeyDown: emitOnKeyDown }, hAsync("slot", null), hAsync("span", { class: "visually-hidden" }, this.name))) : (hAsync("button", { "aria-current": this.active ? 'true' : undefined, lang: lang, onClick: () => this.emitChange(), onKeyDown: emitOnKeyDown }, hAsync("slot", null), hAsync("span", { class: "visually-hidden" }, this.name)))));
12511
+ const interactiveElement = this.url ? (hAsync("a", { "aria-current": this.active ? 'page' : undefined, href: this.url, hrefLang: lang, lang: lang, onClick: () => this.emitChange(), onKeyDown: emitOnKeyDown }, hAsync("slot", null), hAsync("span", { class: "visually-hidden" }, this.name))) : (hAsync("button", { "aria-current": this.active ? 'true' : undefined, lang: lang, onClick: () => this.emitChange(), onKeyDown: emitOnKeyDown }, hAsync("slot", null), hAsync("span", { class: "visually-hidden" }, this.name)));
12512
+ return this.variant === 'list' ? (hAsync(Host, { "data-version": version$1, role: "listitem" }, interactiveElement)) : (hAsync(Host, { "data-version": version$1 }, hAsync("post-menu-item", null, interactiveElement)));
12353
12513
  }
12354
12514
  get host() { return getElement(this); }
12355
12515
  static get watchers() { return {
@@ -12444,7 +12604,7 @@ class PostLinkarea {
12444
12604
  }
12445
12605
  }
12446
12606
  render() {
12447
- return (hAsync(Host, { key: 'b79b314635a4cb302d862006d07ab5f059298382', "data-version": version$1, onClick: (e) => this.dispatchClick(e) }, hAsync("slot", { key: '4e9a1ee60d499f6dd80819e68f6536b3964d3389' })));
12607
+ return (hAsync(Host, { key: 'cb2563465ebe024e8e98539c27c7a8d7084229d3', "data-version": version$1, onClick: (e) => this.dispatchClick(e) }, hAsync("slot", { key: '68fc1468da418e4ed38e89cbf7ef932f819993dd' })));
12448
12608
  }
12449
12609
  get host() { return getElement(this); }
12450
12610
  static get style() { return postLinkareaCss(); }
@@ -12458,35 +12618,225 @@ class PostLinkarea {
12458
12618
  }; }
12459
12619
  }
12460
12620
 
12461
- const postLogoCss = () => `:host,.logo{display:inline-block}:host,:host .logo>svg,.logo,.logo .logo>svg{height:100%}.description{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);border:0}.logo-link{outline-offset:var(--post-device-spacing-padding-2) !important;outline:var(--post-scheme-color-interactive-focus-stroke) none var(--post-device-border-width-focus) !important}.logo-link:is(:focus-visible,:has(:focus-visible),.pretend-focus){outline-style:var(--post-core-border-style-solid) !important}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.logo-link:is(:focus-visible,:has(:focus-visible),.pretend-focus){outline-color:Highlight !important}}@supports not selector(:has(:focus-visible)){.logo-link:is(:focus-visible,:focus-within,.pretend-focus){outline-style:var(--post-core-border-style-solid) !important}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.logo-link:is(:focus-visible,:focus-within,.pretend-focus){outline-color:Highlight !important}}}.logo-link{outline-offset:var(--post-device-spacing-padding-28) !important}.logo-link:focus,.logo-link:focus-visible{border-radius:var(--post-device-border-radius-focus)}`;
12621
+ const postListboxCss = () => `post-popovercontainer{border-radius:4px;overflow:hidden;box-shadow:var(--post-device-elevation-300)}div[role=listbox]{max-height:384px;overflow:auto;display:flex;flex-direction:column}::slotted([slot=blank-slate]){display:block;padding:.75rem;color:#666}`;
12462
12622
 
12463
- /**
12464
- * @slot default - Slot for placing hidden descriptive text. If `url` is set, this text will serve as the accessible name of the link; otherwise, it will be used as the title of the SVG.
12465
- */
12466
- class PostLogo {
12623
+ var __decorate$2 = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
12624
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
12625
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
12626
+ r = Reflect.decorate(decorators, target, key, desc);
12627
+ else
12628
+ for (var i = decorators.length - 1; i >= 0; i--)
12629
+ if (d = decorators[i])
12630
+ r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
12631
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
12632
+ };
12633
+ class PostListbox {
12467
12634
  constructor(hostRef) {
12468
12635
  registerInstance(this, hostRef);
12636
+ this.postOptionActive = createEvent(this, "postOptionActive");
12637
+ this.highlightedIndex = -1;
12638
+ this.visibleOptions = [];
12639
+ this.diacriticPattern = /[\u0300-\u036F]/u;
12640
+ this.registerOptions = () => {
12641
+ this.visibleOptions = this.options;
12642
+ };
12643
+ this.updateSelection = (value) => {
12644
+ this.options.forEach(option => {
12645
+ option.selected = option.value === value;
12646
+ option.highlighted = false;
12647
+ });
12648
+ this.highlightedIndex = -1;
12649
+ this.filter('');
12650
+ };
12651
+ this.clearActive = () => {
12652
+ this.highlightedIndex = -1;
12653
+ this.postOptionActive.emit(null);
12654
+ };
12655
+ this.normalizeText = (text) => {
12656
+ return text.trim().normalize('NFD').replace(this.diacriticPattern, '').toLocaleLowerCase();
12657
+ };
12658
+ this.resetFilter = () => {
12659
+ this.visibleOptions = this.options;
12660
+ this.options.forEach(option => {
12661
+ option.hidden = false;
12662
+ option.highlighted = false;
12663
+ });
12664
+ };
12469
12665
  }
12470
- validateUrl() {
12471
- checkEmptyOrUrl(this, 'url');
12666
+ get options() {
12667
+ return Array.from(this.host.querySelectorAll('post-listbox-option'));
12472
12668
  }
12473
- componentDidLoad() {
12474
- this.validateUrl();
12475
- this.checkDescription();
12669
+ get inputElement() {
12670
+ let autocomplete = this.host.closest('post-autocomplete');
12671
+ if (!autocomplete) {
12672
+ autocomplete = document.querySelector(`post-autocomplete[listbox="${this.host.id}"]`);
12673
+ }
12674
+ return autocomplete?.querySelector('input');
12476
12675
  }
12477
- checkDescription() {
12478
- if (!this.host.textContent) {
12479
- console.warn('Be sure to add descriptive text in the post-logo to ensure good accessibility of the component.');
12676
+ componentWillLoad() {
12677
+ this.registerOptions();
12678
+ }
12679
+ /** Opens the listbox */
12680
+ async show() {
12681
+ const input = this.inputElement;
12682
+ if (input) {
12683
+ this.popoverContainer?.show(input);
12684
+ this.host.role = 'listbox';
12685
+ }
12686
+ }
12687
+ /** Closes the listbox */
12688
+ async hide() {
12689
+ this.host.removeAttribute('role');
12690
+ this.popoverContainer?.hide();
12691
+ }
12692
+ /** Uses the internal default filtering mode to filter the list of options.
12693
+ * An empty string resets the filter to it's original state. */
12694
+ async filter(query) {
12695
+ const normalizedQuery = this.normalizeText(query);
12696
+ if (normalizedQuery) {
12697
+ this.visibleOptions = this.options.filter(option => {
12698
+ const normalizedText = this.normalizeText(option.textContent);
12699
+ const normalizedValue = this.normalizeText(option.value);
12700
+ const isVisible = normalizedValue.includes(normalizedQuery) || normalizedText.includes(normalizedQuery);
12701
+ option.hidden = !isVisible;
12702
+ return isVisible;
12703
+ });
12704
+ }
12705
+ else {
12706
+ this.resetFilter();
12707
+ }
12708
+ this.clearActive();
12709
+ }
12710
+ /** Clears the currently selected option */
12711
+ async clearSelection() {
12712
+ this.updateSelection();
12713
+ }
12714
+ /** Navigates the listbox options in the specified direction and scrolls the active option into view.*/
12715
+ async navigate(direction) {
12716
+ if (this.visibleOptions.length === 0)
12717
+ return;
12718
+ if (this.highlightedIndex >= 0) {
12719
+ this.visibleOptions[this.highlightedIndex].highlighted = false;
12720
+ }
12721
+ switch (direction) {
12722
+ case 'first':
12723
+ this.highlightedIndex = 0;
12724
+ break;
12725
+ case 'last':
12726
+ this.highlightedIndex = this.visibleOptions.length - 1;
12727
+ break;
12728
+ case 'up':
12729
+ this.highlightedIndex =
12730
+ (this.highlightedIndex - 1 + this.visibleOptions.length) % this.visibleOptions.length;
12731
+ break;
12732
+ case 'down':
12733
+ this.highlightedIndex = (this.highlightedIndex + 1) % this.visibleOptions.length;
12734
+ break;
12735
+ }
12736
+ const activeOption = this.visibleOptions[this.highlightedIndex];
12737
+ activeOption.scrollIntoView({ behavior: 'smooth', block: 'end' });
12738
+ activeOption.highlighted = true;
12739
+ this.postOptionActive.emit(activeOption.id);
12740
+ }
12741
+ /**
12742
+ * Selects the currently highlighted option in the listbox and scrolls it into view.
12743
+ */
12744
+ async selectActive() {
12745
+ if (this.highlightedIndex >= 0) {
12746
+ const activeOption = this.visibleOptions[this.highlightedIndex];
12747
+ this.updateSelection(activeOption.value);
12748
+ this.host.dispatchEvent(new CustomEvent('postOptionSelected', { bubbles: true, detail: activeOption.value }));
12480
12749
  }
12481
12750
  }
12751
+ optionClicked(event) {
12752
+ this.updateSelection(event.detail);
12753
+ }
12482
12754
  render() {
12483
- const logoLink = this.url && (typeof this.url === 'string' ? this.url : this.url.href);
12484
- const LogoTag = logoLink ? 'a' : 'span';
12485
- return (hAsync(Host, { key: '1c268056329697baccc5bf65b1e66acd8531d5f3', "data-version": version$1 }, hAsync(LogoTag, { key: '9b73fc4922a5ea0f72d761e82136ef1111eb7e21', class: `logo ${logoLink ? 'logo-link' : ''}`, ...(logoLink ? { href: logoLink } : {}) }, hAsync("span", { key: '4042a64056f3d22a99d6b245201be20d1afe5dc0', class: "description" }, hAsync("slot", { key: 'eb437f087d952b4f4a961bcba0dc18eb6836c6c9', onSlotchange: () => this.checkDescription() })), hAsync("svg", { key: 'b658e94d0e7f63d2f80245e12017f87f50a0b2c9', xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 72 72", "aria-hidden": "true" }, hAsync("g", { key: '90c0c8f64d0c9023dfa7296e68333232b9023276', id: "Logo" }, hAsync("rect", { key: 'a1dfd6e0bcaedb485398f1896603af36e3f119dc', fill: "#ffcc00", x: "0", y: "0", width: "72", height: "72" }), hAsync("polygon", { key: '44d5ee8e45b7b320d75530e00ab1ff8dc4b8e21c', fill: "#ff0000", points: "34,32.3 34,19 19.7,19 19.7,29.1 10,29.1 10,42.9 19.7,42.9 19.7,53 34,53 34,39.7 30.6,39.7 30.6,49.8 23.1,49.8 23.1,39.7 13.4,39.7 13.4,32.3 23.1,32.3 23.1,22.2 30.6,22.2 30.6,32.3" }), hAsync("path", { key: '788524d12213fdfe0d21712b14d72e30d0195b4d', d: "M53.56234,31.10526c0,2.41272-1.99154,4.29475-4.51723,4.29475H45.2v-8.3h3.84511C51.66802,27.1,53.56234,28.78889,53.56234,31.10526z M50.69666,19H36v34h9.2V42.9h5.49666c6.75131,0,11.9971-5.15137,11.9971-11.8057C62.69376,24.39136,57.35099,19,50.69666,19z" }))))));
12755
+ return (hAsync(Host, { key: 'a69ea3f635246ef33f482f3bdf5f40e3cd167846', "data-version": version$1 }, hAsync("post-popovercontainer", { key: '20a8d8721127c0d51d320f650ec92e4f72c9d50c', placement: "bottom-start", ref: el => (this.popoverContainer = el) }, this.visibleOptions.length === 0 ? hAsync("slot", { name: "blank-slate" }) : hAsync("slot", null))));
12486
12756
  }
12487
12757
  get host() { return getElement(this); }
12488
- static get watchers() { return {
12489
- "url": [{
12758
+ static get style() { return postListboxCss(); }
12759
+ static get cmpMeta() { return {
12760
+ "$flags$": 265,
12761
+ "$tagName$": "post-listbox",
12762
+ "$members$": {
12763
+ "show": [64],
12764
+ "hide": [64],
12765
+ "filter": [64],
12766
+ "clearSelection": [64],
12767
+ "navigate": [64],
12768
+ "selectActive": [64]
12769
+ },
12770
+ "$listeners$": [[0, "postOptionSelected", "optionClicked"]],
12771
+ "$lazyBundleId$": "-",
12772
+ "$attrsToReflect$": []
12773
+ }; }
12774
+ }
12775
+ __decorate$2([
12776
+ EventFrom('post-listbox-option')
12777
+ ], PostListbox.prototype, "optionClicked", null);
12778
+
12779
+ const postListboxOptionCss = () => `:host{padding:12px 12px 9px 16px;background-color:#fff;cursor:pointer;user-select:none;display:flex;align-items:center;gap:8px;justify-content:space-between}:host(:hover){background-color:#f0efed}:host([data-active=true]){outline:2px solid #000;outline-offset:-4px}:host([hidden]){display:none}:host(:focus-visible){outline:2px solid #050400;outline-offset:2px}.option-content{display:flex;flex-direction:column;min-width:0}.option-description{display:none;font-size:.85em;color:#666}:host(:not(:empty)) .option-description{display:block}post-icon{width:24px;height:24px}`;
12780
+
12781
+ class PostListboxOption {
12782
+ constructor(hostRef) {
12783
+ registerInstance(this, hostRef);
12784
+ this.postOptionSelected = createEvent(this, "postOptionSelected");
12785
+ this.optionId = crypto.randomUUID();
12786
+ /** Represents option is selected . */
12787
+ this.selected = false;
12788
+ /** Represents option is highlighted . */
12789
+ this.highlighted = false;
12790
+ }
12791
+ render() {
12792
+ return (hAsync(Host, { key: 'ff0e773f8a89f9df3996a83cd2be6247c1ab5475', "data-version": version$1, role: "option", "aria-selected": `${this.selected}`, "data-active": this.highlighted ? 'true' : null,
12793
+ /* Prevent focus change from triggering onblur event in post-autocomplete */
12794
+ onPointerDown: (e) => e.preventDefault(), onClick: () => this.postOptionSelected.emit(this.value), id: `post-listbox-option-${this.optionId}` }, hAsync("span", { key: 'cb43e8bec5f262ae25ddfdcae1b7f9979bdd6858', class: "option-content" }, this.value, hAsync("span", { key: '5b314c41073a357185613a04a07d2020e4eab300', class: "option-description" }, hAsync("slot", { key: 'ac1ed1be98f9a348952c0169d7ec89f8aaa99474' }))), this.selected && hAsync("post-icon", { key: '7691085df732c0c2c5db9824587d54047017adf5', "aria-hidden": "true", name: "checkmark" })));
12795
+ }
12796
+ static get style() { return postListboxOptionCss(); }
12797
+ static get cmpMeta() { return {
12798
+ "$flags$": 265,
12799
+ "$tagName$": "post-listbox-option",
12800
+ "$members$": {
12801
+ "value": [513],
12802
+ "selected": [516],
12803
+ "highlighted": [516]
12804
+ },
12805
+ "$listeners$": undefined,
12806
+ "$lazyBundleId$": "-",
12807
+ "$attrsToReflect$": [["value", "value"], ["selected", "selected"], ["highlighted", "highlighted"]]
12808
+ }; }
12809
+ }
12810
+
12811
+ const postLogoCss = () => `:host,.logo{display:inline-block}:host,:host .logo>svg,.logo,.logo .logo>svg{height:100%}.description{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);border:0}.logo-link{outline-offset:var(--post-device-spacing-padding-2) !important;outline:var(--post-scheme-color-interactive-focus-stroke) none var(--post-device-border-width-focus) !important}.logo-link:is(:focus-visible,:has(:focus-visible),.pretend-focus){outline-style:var(--post-core-border-style-solid) !important}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.logo-link:is(:focus-visible,:has(:focus-visible),.pretend-focus){outline-color:Highlight !important}}@supports not selector(:has(:focus-visible)){.logo-link:is(:focus-visible,:focus-within,.pretend-focus){outline-style:var(--post-core-border-style-solid) !important}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.logo-link:is(:focus-visible,:focus-within,.pretend-focus){outline-color:Highlight !important}}}.logo-link{outline-offset:var(--post-device-spacing-padding-28) !important}.logo-link:focus,.logo-link:focus-visible{border-radius:var(--post-device-border-radius-focus)}`;
12812
+
12813
+ /**
12814
+ * @slot default - Slot for placing hidden descriptive text. If `url` is set, this text will serve as the accessible name of the link; otherwise, it will be used as the title of the SVG.
12815
+ */
12816
+ class PostLogo {
12817
+ constructor(hostRef) {
12818
+ registerInstance(this, hostRef);
12819
+ }
12820
+ validateUrl() {
12821
+ checkEmptyOrUrl(this, 'url');
12822
+ }
12823
+ componentDidLoad() {
12824
+ this.validateUrl();
12825
+ this.checkDescription();
12826
+ }
12827
+ checkDescription() {
12828
+ if (!this.host.textContent) {
12829
+ console.warn('Be sure to add descriptive text in the post-logo to ensure good accessibility of the component.');
12830
+ }
12831
+ }
12832
+ render() {
12833
+ const logoLink = this.url && (typeof this.url === 'string' ? this.url : this.url.href);
12834
+ const LogoTag = logoLink ? 'a' : 'span';
12835
+ return (hAsync(Host, { key: '4c2a5854fc2499198b289181136cbd0a2fd9c1e1', "data-version": version$1 }, hAsync(LogoTag, { key: '4696e7329e8821e010f8cf0de367551f9fec448c', class: `logo ${logoLink ? 'logo-link' : ''}`, ...(logoLink ? { href: logoLink } : {}) }, hAsync("span", { key: 'd4bec68539d393a5eced24f0b0ab521f40b13b4b', class: "description" }, hAsync("slot", { key: '43b6f18561aec0b83cde540b4a6370fda2717cc2', onSlotchange: () => this.checkDescription() })), hAsync("svg", { key: '9ee91a5dc0e1553bd54eb90bce0036f59f7ee62a', xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 72 72", "aria-hidden": "true" }, hAsync("g", { key: '6accd8ec83c793b4b5ae0412b21ea97c4db1a05f', id: "Logo" }, hAsync("rect", { key: '5eee4130c5c766f46769b3fe00bab45f2c4a0a51', fill: "#ffcc00", x: "0", y: "0", width: "72", height: "72" }), hAsync("polygon", { key: '4f33978c01fe70f6b4b9ede345624378ec488b25', fill: "#ff0000", points: "34,32.3 34,19 19.7,19 19.7,29.1 10,29.1 10,42.9 19.7,42.9 19.7,53 34,53 34,39.7 30.6,39.7 30.6,49.8 23.1,49.8 23.1,39.7 13.4,39.7 13.4,32.3 23.1,32.3 23.1,22.2 30.6,22.2 30.6,32.3" }), hAsync("path", { key: 'c680032facb04b9869778712dcb50b0bb166922c', d: "M53.56234,31.10526c0,2.41272-1.99154,4.29475-4.51723,4.29475H45.2v-8.3h3.84511C51.66802,27.1,53.56234,28.78889,53.56234,31.10526z M50.69666,19H36v34h9.2V42.9h5.49666c6.75131,0,11.9971-5.15137,11.9971-11.8057C62.69376,24.39136,57.35099,19,50.69666,19z" }))))));
12836
+ }
12837
+ get host() { return getElement(this); }
12838
+ static get watchers() { return {
12839
+ "url": [{
12490
12840
  "validateUrl": 0
12491
12841
  }]
12492
12842
  }; }
@@ -12628,7 +12978,7 @@ class PostMainnavigation {
12628
12978
  }, NAVBAR_DISABLE_DURATION);
12629
12979
  }
12630
12980
  render() {
12631
- return (hAsync(Host, { key: '9ee79a508b8bf05563607503aab7fc70869485e5', version: version$1, class: this.canScroll ? 'scrollable' : '' }, hAsync("div", { key: '3b60c4b65b9f8911c772667505ca089a7cbc2845', "aria-hidden": "true", class: { 'scroll-control scroll-left': true, 'd-none': !this.canScrollLeft }, onMouseDown: e => this.handleScrollButtonClick(e, 'left') }, hAsync("post-icon", { key: '3cb3512c29db6171f5690507154bb1b95ce3f2e8', "aria-hidden": "true", name: "chevronleft" })), hAsync("nav", { key: 'e9f322ff43e8a2e69e05c5146ce72edb8ad2ef04', ref: el => (this.navbar = el), "aria-label": this.textMain }, hAsync("slot", { key: '15520e7e56d75123986282b5612b8675d53555f7' })), hAsync("div", { key: '5f80c2075cc37828b8fd354406dd5759975914f1', "aria-hidden": "true", class: { 'scroll-control scroll-right': true, 'd-none': !this.canScrollRight }, onMouseDown: e => this.handleScrollButtonClick(e, 'right') }, hAsync("post-icon", { key: '76f2c2e7d7cbe5f36ec4eba76b45b6122985a91a', "aria-hidden": "true", name: "chevronright" }))));
12981
+ return (hAsync(Host, { key: '7bdd80e16b223324417ffbacdcadcb842c559d26', version: version$1, class: this.canScroll ? 'scrollable' : '' }, hAsync("div", { key: '087cfbe84c8970ab26b394b6e96298cbc0df71ec', "aria-hidden": "true", class: { 'scroll-control scroll-left': true, 'd-none': !this.canScrollLeft }, onMouseDown: e => this.handleScrollButtonClick(e, 'left') }, hAsync("post-icon", { key: '6d4cbd054346c8ac28ad54ad00887d042e41f78d', "aria-hidden": "true", name: "chevronleft" })), hAsync("nav", { key: 'db4cb2f45e19d458cede13f9b62dbcb5836f6127', ref: el => (this.navbar = el), "aria-label": this.textMain }, hAsync("slot", { key: '00fbab4d3e498a0943c9298801dd9629e34a0eea' })), hAsync("div", { key: '678872aef2d26f52f8b838e47ef7a631e71cb7a6', "aria-hidden": "true", class: { 'scroll-control scroll-right': true, 'd-none': !this.canScrollRight }, onMouseDown: e => this.handleScrollButtonClick(e, 'right') }, hAsync("post-icon", { key: '233bebc886e69c27651ebaf2a678fa6d64f1f7cf', "aria-hidden": "true", name: "chevronright" }))));
12632
12982
  }
12633
12983
  get host() { return getElement(this); }
12634
12984
  static get watchers() { return {
@@ -12711,7 +13061,7 @@ class PostMegadropdown {
12711
13061
  this.handleClickOutside = this.handleClickOutside.bind(this);
12712
13062
  }
12713
13063
  connectedCallback() {
12714
- window.addEventListener('postBreakpoint:device', this.breakpointChange.bind(this));
13064
+ globalThis.addEventListener('postBreakpoint:device', this.breakpointChange.bind(this));
12715
13065
  }
12716
13066
  componentDidRender() {
12717
13067
  this.getFocusableElements();
@@ -12724,7 +13074,7 @@ class PostMegadropdown {
12724
13074
  this.handleAriaCurrentChange([]);
12725
13075
  }
12726
13076
  disconnectedCallback() {
12727
- window.removeEventListener('postBreakpoint:device', this.breakpointChange.bind(this));
13077
+ globalThis.removeEventListener('postBreakpoint:device', this.breakpointChange.bind(this));
12728
13078
  if (PostMegadropdown.activeDropdown === this)
12729
13079
  PostMegadropdown.activeDropdown = null;
12730
13080
  this.removeListeners();
@@ -12872,7 +13222,7 @@ class PostMegadropdown {
12872
13222
  ...getFocusableChildren(this.host.shadowRoot),
12873
13223
  ];
12874
13224
  this.firstFocusableEl = focusableElements[0];
12875
- this.lastFocusableEl = focusableElements[focusableElements.length - 1];
13225
+ this.lastFocusableEl = focusableElements.at(-1);
12876
13226
  }
12877
13227
  // Loop through the focusable children
12878
13228
  keyboardHandler(e) {
@@ -12927,7 +13277,7 @@ class PostMegadropdown {
12927
13277
  * and sets the trigger as active accordingly.
12928
13278
  */
12929
13279
  handleAriaCurrentChange(mutations) {
12930
- if (!mutations.length)
13280
+ if (mutations.length === 0)
12931
13281
  return;
12932
13282
  const hasCurrentPage = mutations.some(m => m.target instanceof HTMLElement && m.target.getAttribute('aria-current') === 'page');
12933
13283
  this.setTriggerActive(hasCurrentPage);
@@ -12943,7 +13293,7 @@ class PostMegadropdown {
12943
13293
  }
12944
13294
  render() {
12945
13295
  const containerStyle = this.isVisible ? {} : { display: 'none' };
12946
- return (hAsync(Host, { key: '311243d7fb04cfc89c474f78c9bd628036045232', version: version$1 }, hAsync("div", { key: 'f8cec95ea6689a3e615112f5814c3e7f824e64b3', ref: el => (this.animatedContainer = el), class: "megadropdown", style: containerStyle }, hAsync("div", { key: 'af837711218deb8e08b4574dd53a95cf0755bf47', class: "section" }, this.device !== 'desktop' && this.megadropdownTitle && (hAsync("p", { key: '64b1da48147fe48f679d74e778e2feb4c0318c44', class: "megadropdown-title" }, this.megadropdownTitle)), hAsync("div", { key: '4e5538b2c55bf2a9d6a9e524c22d19e4336bc384', class: "megadropdown-content" }, hAsync("slot", { key: '9e44333a25edb40de80fee99e336fd87eb6e5b9a' })), this.device === 'desktop' ? (hAsync("post-closebutton", { onClick: () => this.hide(true), class: "close-button", size: "small", placement: "manual" }, this.textClose)) : (hAsync("button", { onClick: () => this.hide(true), class: "back-button" }, hAsync("post-icon", { name: "arrowleft" }), this.textBack))))));
13296
+ return (hAsync(Host, { key: 'f3794c85cf7972c3a30145726e07675d88875ad8', version: version$1 }, hAsync("div", { key: '078a4489e17db573136caa9212a0bf1010c328ef', ref: el => (this.animatedContainer = el), class: "megadropdown", style: containerStyle }, hAsync("div", { key: 'fb51ea5e7a38a546ac54d73e7a0804c9e2f3db79', class: "section" }, this.device !== 'desktop' && this.megadropdownTitle && (hAsync("p", { key: 'cdc95d1af137074d8f117b7ab44ae58c20804d31', class: "megadropdown-title" }, this.megadropdownTitle)), hAsync("div", { key: '4f205271deab921c732c10f59f951e0d1559cafb', class: "megadropdown-content" }, hAsync("slot", { key: '218f174cfefef460dcd2f4a4be35107e0a5cd95e' })), this.device === 'desktop' ? (hAsync("post-closebutton", { onClick: () => this.hide(true), class: "close-button", size: "small", placement: "manual" }, this.textClose)) : (hAsync("button", { onClick: () => this.hide(true), class: "back-button" }, hAsync("post-icon", { name: "arrowleft" }), this.textBack))))));
12947
13297
  }
12948
13298
  get host() { return getElement(this); }
12949
13299
  static get watchers() { return {
@@ -13054,7 +13404,7 @@ class PostMegadropdownTrigger {
13054
13404
  this.megadropdown.toggle();
13055
13405
  }
13056
13406
  render() {
13057
- return (hAsync(Host, { key: '4bc480689fe36f2e0b48cdc3fb2f192202d80087', "data-version": version$1 }, hAsync("button", { key: 'cb2d645db623d4d2cccdedf10d59dcaae2e160cd', ref: el => (this.interactiveButton = el), type: "button", "aria-haspopup": "menu", "aria-expanded": this.isMegadropdownExpanded.toString(), onClick: this.onClick.bind(this), onKeyDown: this.onKeyDown.bind(this), class: { active: this.active } }, hAsync("span", { key: 'f402781980b3dcd5dc5b991c2e115bde7f40bbc5' }, hAsync("span", { key: '6ba742f9f3a5270dc90e50101dad2abca03db833', innerHTML: this.slottedContent }), hAsync("span", { key: 'cd1fdb6b0b833772e914a8dd532a4c77ffad6ac7', "aria-hidden": "true" }, hAsync("slot", { key: '3ed0c52ce29de9fbf7eab99c5408baf9f685c420' }))), hAsync("post-icon", { key: 'deabc3a13c77ea79f1b26ddaefac1193f9099109', name: "chevrondown" }))));
13407
+ return (hAsync(Host, { key: '3ff98d284d7ffcf3605e9fbfa44dda294ae02eb9', "data-version": version$1 }, hAsync("button", { key: 'e87d23a68473518e41199a253b3aa23dfc5fe6ca', ref: el => (this.interactiveButton = el), type: "button", "aria-haspopup": "menu", "aria-expanded": this.isMegadropdownExpanded.toString(), onClick: this.onClick.bind(this), onKeyDown: this.onKeyDown.bind(this), class: { active: this.active } }, hAsync("span", { key: 'b0c478e81171df7534255dcfedcc2c1401d59d7e' }, hAsync("span", { key: 'aa226c2f92b49aeefcf61ab8ce75b72a1a731850', innerHTML: this.slottedContent }), hAsync("span", { key: '2e30aff042547cecc77c34d3f78a58fb0ca2e2bb', "aria-hidden": "true" }, hAsync("slot", { key: 'b285e45d776f2cbf17e2f01f400a01d3bbb6f588' }))), hAsync("post-icon", { key: 'f65a12ebf1e5261633a7cd83f3273f157bcdc6ef', name: "chevrondown" }))));
13058
13408
  }
13059
13409
  get host() { return getElement(this); }
13060
13410
  static get watchers() { return {
@@ -13226,7 +13576,7 @@ class PostMenu {
13226
13576
  }
13227
13577
  controlKeyDownHandler(e) {
13228
13578
  const menuItems = this.getSlottedItems();
13229
- if (!menuItems.length) {
13579
+ if (menuItems.length === 0) {
13230
13580
  return;
13231
13581
  }
13232
13582
  let currentIndex = menuItems.findIndex(el => {
@@ -13271,7 +13621,7 @@ class PostMenu {
13271
13621
  .flatMap(el => Array.from(getFocusableChildren(el))));
13272
13622
  }
13273
13623
  render() {
13274
- return (hAsync(Host, { key: 'eedd5fbb9d151ebf7d97b66fc45b57a7259ff526', "data-version": version$1 }, hAsync("post-popovercontainer", { key: '5942a2fb4cf22f227a4a7d9b4ba31bb5f8cabdd3', onPostShow: this.handlePostShown.bind(this), onPostBeforeToggle: this.handlePostBeforeToggle.bind(this), placement: this.placement, ref: e => (this.popoverRef = e) }, hAsync("div", { key: 'c0271e33046edecd94cb9a5f9e8df30debfe46a1', part: "post-menu" }, hAsync("slot", { key: 'b625baf3767cdf2c34b3f5038415cdd2a51418da', name: "header" }), hAsync("slot", { key: '7374e93e7b2762bf548ae0ecc72596da1e715725' })))));
13624
+ return (hAsync(Host, { key: 'a60bf6255b37ad07a25cbc2fd96e9ada4368ad37', "data-version": version$1 }, hAsync("post-popovercontainer", { key: 'eef8b43481a5e9eb0b9d64f18fc226dc9c49ca69', onPostShow: this.handlePostShown.bind(this), onPostBeforeToggle: this.handlePostBeforeToggle.bind(this), placement: this.placement, ref: e => (this.popoverRef = e) }, hAsync("div", { key: '5f26e8d32c9653acbdd918e8676e4e92c5b218d3', part: "post-menu" }, hAsync("slot", { key: 'c1f81a3a0e3a214bff8b59dc3f1445526c072ea7', name: "header" }), hAsync("slot", { key: '36214a951440a02220183aeb2eee22d3a394b90d' })))));
13275
13625
  }
13276
13626
  get host() { return getElement(this); }
13277
13627
  static get watchers() { return {
@@ -13313,7 +13663,7 @@ class PostMenuItem {
13313
13663
  registerInstance(this, hostRef);
13314
13664
  }
13315
13665
  connectedCallback() {
13316
- this.host.setAttribute('data-version', version$1);
13666
+ this.host.dataset.version = version$1;
13317
13667
  }
13318
13668
  get host() { return getElement(this); }
13319
13669
  static get style() { return postMenuItemCss(); }
@@ -13388,7 +13738,7 @@ class PostMenuTrigger {
13388
13738
  return null;
13389
13739
  }
13390
13740
  render() {
13391
- return (hAsync(Host, { key: '8f2a4511ad519f20b1847fa4ce0ecdd1d859b9ea', "data-version": version$1 }, hAsync("slot", { key: '9c23569b7c5cba5934a869bd4a252957de3e53d5' })));
13741
+ return (hAsync(Host, { key: '46dbe700998f60d9b6e85c09a2992aa702c1af52', "data-version": version$1 }, hAsync("slot", { key: '339ecc1a3ba354199d9f3c0ff84fd2f8b2f1b4a4' })));
13392
13742
  }
13393
13743
  get host() { return getElement(this); }
13394
13744
  static get watchers() { return {
@@ -13409,11 +13759,11 @@ class PostMenuTrigger {
13409
13759
  }; }
13410
13760
  }
13411
13761
 
13412
- const postNumberInputCss = () => `:host{display:inline-flex;align-items:end}.input-container{position:relative}.step-button{display:inline-flex;position:relative;align-items:center;justify-content:center;max-width:100%;overflow:hidden;transition:opacity 250ms,border-color 250ms,background-color 250ms,color 250ms;border-width:var(--post-device-border-width-default);border-style:solid;border-radius:var(--post-device-border-radius-round);background-color:rgba(0,0,0,0);box-shadow:none;font-family:inherit;font-weight:var(--post-device-font-weight-bold);text-decoration:none;white-space:nowrap;cursor:pointer;border-color:var(--post-scheme-color-interactive-button-secondary-enabled-stroke);background-color:var(--post-scheme-color-interactive-button-secondary-enabled-bg);color:var(--post-scheme-color-interactive-button-secondary-enabled-fg);height:60px;padding-inline:10px;font-size:32px;flex:0 0 auto;border-radius:4px}.step-button:hover{text-decoration:none}.step-button:disabled{border-style:var(--post-core-border-style-dash)}.step-button{outline-offset:var(--post-device-spacing-padding-2) !important;outline:var(--post-scheme-color-interactive-focus-stroke) none var(--post-device-border-width-focus) !important}.step-button:is(:focus-visible,:has(:focus-visible),.pretend-focus){outline-style:var(--post-core-border-style-solid) !important}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.step-button:is(:focus-visible,:has(:focus-visible),.pretend-focus){outline-color:Highlight !important}}@supports not selector(:has(:focus-visible)){.step-button:is(:focus-visible,:focus-within,.pretend-focus){outline-style:var(--post-core-border-style-solid) !important}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.step-button:is(:focus-visible,:focus-within,.pretend-focus){outline-color:Highlight !important}}}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.step-button:is(a){color:LinkText;border:unset}.step-button:is(button){background-color:ButtonFace !important;border:1px solid ButtonBorder !important}.step-button:not(:disabled,.disabled):is(button):hover{background-color:Highlight !important}.step-button:not(:disabled,.disabled):is(button):hover>post-icon{color:HighlightText !important}}.step-button:first-of-type{border-start-end-radius:0;border-end-end-radius:0}.step-button:last-of-type{border-start-start-radius:0;border-end-start-radius:0}.step-button:hover{border-color:var(--post-scheme-color-interactive-button-secondary-hover-stroke);background-color:var(--post-scheme-color-interactive-button-secondary-hover-bg);color:var(--post-scheme-color-interactive-button-secondary-hover-fg)}.step-button.disabled{border-color:var(--post-scheme-color-interactive-button-secondary-disabled-stroke);background-color:var(--post-scheme-color-interactive-button-secondary-disabled-bg);color:var(--post-scheme-color-interactive-button-secondary-disabled-fg);border-style:dashed;pointer-events:none;cursor:unset}`;
13762
+ const postNumberInputCss = () => `:host{display:inline-flex;align-items:end;width:100%}:host ::slotted(input[type=number]),:host .step-button{height:var(--post-device-sizing-interactive-button-height-6) !important}:host ::slotted(input[type=number]){border-radius:0 !important;padding-inline:var(--post-device-spacing-padding-inline-1);padding-block-start:var(--post-device-spacing-padding-block-29);padding-block-end:var(--post-device-spacing-padding-block-3)}:host ::slotted(input[type=number]:focus){outline:none !important}:host .step-button.disabled{background-color:var(--post-scheme-color-interactive-button-secondary-disabled-bg);color:var(--post-scheme-color-interactive-button-secondary-disabled-fg);border-color:var(--post-scheme-color-interactive-button-secondary-disabled-stroke);border-style:var(--post-core-border-style-dash)}:host(.number-input-sm) ::slotted(input[type=number]),:host(.number-input-sm) .step-button{height:var(--post-device-sizing-interactive-button-height-8) !important}:host(.number-input-sm) ::slotted(input[type=number]){font-size:var(--post-device-font-size-7) !important;padding-inline:var(--post-device-spacing-padding-inline-1) !important;padding-block:var(--post-device-spacing-padding-29) !important}:host(.number-input-sm) ::slotted(input[type=number].is-valid),:host(.number-input-sm) ::slotted(input[type=number].is-invalid){background-size:var(--post-device-sizing-notification-5) !important;padding-inline-end:calc( (var(--post-device-spacing-padding-inline-1)* 2) + var(--post-device-sizing-notification-5) ) !important}:host(.number-input-sm) .step-button{padding-inline:var(--post-device-spacing-padding-32);padding-block:var(--post-device-spacing-padding-2)}:host(.number-input-sm) .step-button post-icon{width:var(--post-device-sizing-interactive-icon-size7);height:var(--post-device-sizing-interactive-icon-size7)}:host(:hover) .step-button:not(.disabled){background-color:var(--post-scheme-color-interactive-button-secondary-hover-bg);border-color:var(--post-scheme-color-interactive-button-secondary-hover-stroke)}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){:host(:hover) .step-button:not(.disabled){border-color:Highlight}}:host(:hover) .step-button:not(.disabled),:host(:hover) .step-button:not(.disabled) post-icon{color:var(--post-scheme-color-interactive-button-secondary-hover-fg)}.input-container{position:relative;flex-grow:1}.input-container:focus-within::after{content:"";pointer-events:none;z-index:2;width:calc(100% + (var(--post-device-border-width-default) * 2));height:calc(100% + (var(--post-device-border-width-default) * 2));border:var(--post-device-border-width-focus) var(--post-core-border-style-solid) var(--post-scheme-color-interactive-focus-stroke);position:absolute;border-radius:var(--post-device-border-radius-1);top:calc((var(--post-device-border-width-default) * 2)*-1);left:calc((var(--post-device-border-width-default) * 2)*-1)}.step-button{display:inline-flex;position:relative;align-items:center;justify-content:center;max-width:100%;overflow:hidden;transition:opacity 250ms,border-color 250ms,background-color 250ms,color 250ms;border-width:var(--post-device-border-width-default);border-style:solid;border-radius:var(--post-device-border-radius-round);background-color:rgba(0,0,0,0);box-shadow:none;font-family:inherit;font-weight:var(--post-device-font-weight-bold);text-decoration:none;white-space:nowrap;cursor:pointer;transition:unset;box-sizing:border-box;flex:0 0 auto;border-radius:var(--post-device-border-radius-1);padding-inline:var(--post-device-spacing-padding-23);padding-block:var(--post-device-spacing-padding-22);box-shadow:var(--post-device-elevation-100);border:var(--post-device-border-width-default) var(--post-core-border-style-solid) var(--post-scheme-color-interactive-button-secondary-enabled-stroke);background-color:var(--post-scheme-color-interactive-button-secondary-enabled-bg);color:var(--post-scheme-color-interactive-button-secondary-enabled-fg)}.step-button:hover{text-decoration:none}.step-button:disabled{border-style:var(--post-core-border-style-dash)}.step-button{outline-offset:var(--post-device-spacing-padding-2) !important;outline:var(--post-scheme-color-interactive-focus-stroke) none var(--post-device-border-width-focus) !important}.step-button:is(:focus-visible,:has(:focus-visible),.pretend-focus){outline-style:var(--post-core-border-style-solid) !important}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.step-button:is(:focus-visible,:has(:focus-visible),.pretend-focus){outline-color:Highlight !important}}@supports not selector(:has(:focus-visible)){.step-button:is(:focus-visible,:focus-within,.pretend-focus){outline-style:var(--post-core-border-style-solid) !important}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.step-button:is(:focus-visible,:focus-within,.pretend-focus){outline-color:Highlight !important}}}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.step-button:is(a){color:LinkText;border:unset}.step-button:is(button){background-color:ButtonFace !important;border:1px solid ButtonBorder !important}.step-button:not(:disabled,.disabled):is(button):hover{background-color:Highlight !important}.step-button:not(:disabled,.disabled):is(button):hover>post-icon{color:HighlightText !important}}.step-button post-icon{width:var(--post-device-sizing-interactive-icon-size6);height:var(--post-device-sizing-interactive-icon-size6)}.step-button:first-of-type{border-start-end-radius:0;border-end-end-radius:0;border-inline-end-width:0}.step-button:last-of-type{border-start-start-radius:0;border-end-start-radius:0;border-inline-start-width:0}.step-button.disabled{pointer-events:none;cursor:unset}`;
13413
13763
 
13414
13764
  function parseNumber(input, key) {
13415
- const value = parseFloat(input[key]);
13416
- return isNaN(value) ? undefined : value;
13765
+ const value = Number.parseFloat(input[key]);
13766
+ return Number.isNaN(value) ? undefined : value;
13417
13767
  }
13418
13768
  function compare(value, bound, comparator) {
13419
13769
  return value !== undefined && bound !== undefined && comparator(value, bound);
@@ -13421,12 +13771,16 @@ function compare(value, bound, comparator) {
13421
13771
  class PostNumberInput {
13422
13772
  constructor(hostRef) {
13423
13773
  registerInstance(this, hostRef);
13774
+ this.isDisabled = false;
13424
13775
  this.isIncrementDisabled = false;
13425
13776
  this.isDecrementDisabled = false;
13777
+ this.small = false;
13426
13778
  this.setupInput = debounce$1(50, () => {
13427
13779
  this.input = this.input ?? getSlottedElement(this.host, 'input[type="number"]');
13428
13780
  if (!this.input)
13429
13781
  return;
13782
+ this.isDisabled = this.input.disabled;
13783
+ this.small = this.input.classList.contains('form-control-sm');
13430
13784
  // step buttons may be disabled when the input loads
13431
13785
  this.updateStepButtonState();
13432
13786
  // step buttons may become disabled after the value is changed via keyboard / typing
@@ -13494,7 +13848,10 @@ class PostNumberInput {
13494
13848
  }
13495
13849
  render() {
13496
13850
  const areButtonsShown = !!this.input;
13497
- return (hAsync(Host, { key: '46550d929e231f75702c1b9117bfc4d14d432aaa', "data-version": version$1 }, areButtonsShown && (hAsync("div", { key: '2b455c22e76e9fc8a2064f522f793aeaede4ee06', "aria-hidden": "true", onPointerDown: () => this.step('down'), class: { 'step-button': true, 'disabled': this.isDecrementDisabled } }, hAsync("post-icon", { key: 'f8708da3644e0f2e07ace2aade7f84f83d446e17', name: "minus" }))), hAsync("div", { key: 'a0c56a85d84d430e33096d2b1f4061231bedd184', class: "input-container" }, hAsync("slot", { key: 'b3ada186248d64a1c77fe3126d5a27855a005021', onSlotchange: () => this.setupInput() })), areButtonsShown && (hAsync("div", { key: '523843cfea31ded5c1e77f2bdaf55aa68e69fb7d', "aria-hidden": "true", onPointerDown: () => this.step('up'), class: { 'step-button': true, 'disabled': this.isIncrementDisabled } }, hAsync("post-icon", { key: 'a57c389d303e23a4f445e6fda2aff3e1c8503f4f', name: "plus" })))));
13851
+ return (hAsync(Host, { key: '84866a46bf2fdf8602213582e71fbc624fb3a7a6', "data-version": version$1, class: {
13852
+ 'number-input-sm': this.small,
13853
+ 'disabled': this.isDisabled,
13854
+ } }, areButtonsShown && (hAsync("div", { key: '33ed7af27e07a32d4063474889e15c568a140776', "aria-hidden": "true", onPointerDown: () => this.step('down'), class: { 'step-button': true, 'disabled': this.isDecrementDisabled } }, hAsync("post-icon", { key: 'bf88349e2e442d4db77329cdd33332b5249e745a', name: "minus" }))), hAsync("div", { key: '9e7cd209f45ef55f1e91dc5b9842fb9e56513f4b', class: "input-container" }, hAsync("slot", { key: 'c3da29d4836c913f9ba466835afbd9219a6dc980', onSlotchange: () => this.setupInput() })), areButtonsShown && (hAsync("div", { key: '4fe40703c338a8ec8b1efa9922bcd7b96b72aa30', "aria-hidden": "true", onPointerDown: () => this.step('up'), class: { 'step-button': true, 'disabled': this.isIncrementDisabled } }, hAsync("post-icon", { key: 'da54f7441c60c4732cc671022a33ebb8cfae4472', name: "plus" })))));
13498
13855
  }
13499
13856
  get host() { return getElement(this); }
13500
13857
  static get style() { return postNumberInputCss(); }
@@ -13502,8 +13859,10 @@ class PostNumberInput {
13502
13859
  "$flags$": 265,
13503
13860
  "$tagName$": "post-number-input",
13504
13861
  "$members$": {
13862
+ "isDisabled": [32],
13505
13863
  "isIncrementDisabled": [32],
13506
13864
  "isDecrementDisabled": [32],
13865
+ "small": [32],
13507
13866
  "input": [32]
13508
13867
  },
13509
13868
  "$listeners$": undefined,
@@ -13615,7 +13974,7 @@ class PostPagination {
13615
13974
  scheduleMeasurement() {
13616
13975
  if (!this.loaded)
13617
13976
  return;
13618
- this.measurementTimeoutId = window.setTimeout(() => {
13977
+ this.measurementTimeoutId = globalThis.setTimeout(() => {
13619
13978
  const canMeasure = this.navRef?.clientWidth > 0 && this.hiddenItemsRef;
13620
13979
  if (canMeasure) {
13621
13980
  this.measureAndCalculateVisiblePages();
@@ -13687,9 +14046,9 @@ class PostPagination {
13687
14046
  getPaginationPadding() {
13688
14047
  if (!this.navRef)
13689
14048
  return 0;
13690
- const computedStyle = window.getComputedStyle(this.navRef);
13691
- const paddingLeft = parseFloat(computedStyle.paddingLeft) || 0;
13692
- const paddingRight = parseFloat(computedStyle.paddingRight) || 0;
14049
+ const computedStyle = globalThis.getComputedStyle(this.navRef);
14050
+ const paddingLeft = Number.parseFloat(computedStyle.paddingLeft) || 0;
14051
+ const paddingRight = Number.parseFloat(computedStyle.paddingRight) || 0;
13693
14052
  return paddingLeft + paddingRight;
13694
14053
  }
13695
14054
  /**
@@ -13710,8 +14069,8 @@ class PostPagination {
13710
14069
  * Clamps the page number to valid range
13711
14070
  */
13712
14071
  clampPageToValidRange(totalPages) {
13713
- const invalidTotalPages = totalPages === 0 || this.invalidSize || isNaN(totalPages);
13714
- const invalidPage = !this.page || this.page < 1 || isNaN(this.page);
14072
+ const invalidTotalPages = totalPages === 0 || this.invalidSize || Number.isNaN(totalPages);
14073
+ const invalidPage = !this.page || this.page < 1 || Number.isNaN(this.page);
13715
14074
  const pageExceedsTotal = this.page > totalPages;
13716
14075
  if (invalidTotalPages || invalidPage) {
13717
14076
  return 1;
@@ -14192,7 +14551,7 @@ class PostPopover {
14192
14551
  }
14193
14552
  }
14194
14553
  render() {
14195
- return (hAsync(Host, { key: 'a6f257c7ee86f91c1726ab2c0a4f15a8c1725aae', "data-version": version$1 }, hAsync("post-popovercontainer", { key: 'f0a122aa46f9d28d2215e0cd5e5d6aba1e3e714e', arrow: this.arrow, placement: this.placement, ref: e => (this.popoverRef = e) }, hAsync("div", { key: '80c41384076fa08397b44ca8c42a9fe0c0700c27', class: "popover-container" }, hAsync("div", { key: 'c93714efca7aa854189681efa2346a560a68f034', class: "popover-content" }, hAsync("slot", { key: '2b2df304dde672ce8d7415e309c5cd8d70144ada' })), hAsync("post-closebutton", { key: 'e212d4ad9678844e65aa4efb35e796111812b033', onClick: () => this.hide() }, this.textClose)))));
14554
+ return (hAsync(Host, { key: '859812ad40c54e61ea90625d0170cc0336d5eba3', "data-version": version$1 }, hAsync("post-popovercontainer", { key: '47cdd1e48d4bf937d74c90fbb7f8d7ab73af1593', arrow: this.arrow, placement: this.placement, ref: e => (this.popoverRef = e) }, hAsync("div", { key: 'ec5e72c7d463de0a92220d9a4e7be7fd6f6669a7', class: "popover-container" }, hAsync("div", { key: '4934817369aa06236011af0e34763bd890ac3b4b', class: "popover-content" }, hAsync("slot", { key: 'b3f56b3c9e5642cc210b18bd5a5abc4b4daf36e0' })), hAsync("post-closebutton", { key: '354e2d16c3e4ba475a0cd030539da4a915950b1c', onClick: () => this.hide() }, this.textClose)))));
14196
14555
  }
14197
14556
  get host() { return getElement(this); }
14198
14557
  static get watchers() { return {
@@ -19230,7 +19589,7 @@ function requireFocusable () {
19230
19589
  }
19231
19590
 
19232
19591
  var focusableExports = requireFocusable();
19233
- var isFocusable$1 = /*@__PURE__*/getDefaultExportFromCjs(focusableExports);
19592
+ var isFocusable = /*@__PURE__*/getDefaultExportFromCjs(focusableExports);
19234
19593
 
19235
19594
  const postPopoverTriggerCss = () => `:host{cursor:pointer}`;
19236
19595
 
@@ -19269,7 +19628,7 @@ class PostPopoverTrigger {
19269
19628
  return;
19270
19629
  }
19271
19630
  // check if its not focusable and add aria role and tabindex
19272
- if (!isFocusable$1(this.trigger)) {
19631
+ if (!isFocusable(this.trigger)) {
19273
19632
  this.trigger.setAttribute('tabindex', '0');
19274
19633
  this.trigger.setAttribute('role', 'button');
19275
19634
  }
@@ -19338,7 +19697,7 @@ class PostPopoverTrigger {
19338
19697
  this.popover?.removeEventListener('postToggle', this.boundHandlePostToggle);
19339
19698
  }
19340
19699
  render() {
19341
- return (hAsync(Host, { key: '5420b1a86908cc2f103bc7aca148701e8804f21b', "data-version": version$1 }, hAsync("slot", { key: '0e70264cb19becf5386cff430c530de2a8d043dd', onSlotchange: () => this.setupTrigger() })));
19700
+ return (hAsync(Host, { key: '52d004cbdcb7be0b7df6c10f70f5b3bdbeb89a27', "data-version": version$1 }, hAsync("slot", { key: '5eabc986947a00ed1fad3ce3f8103e615f709d9f', onSlotchange: () => this.setupTrigger() })));
19342
19701
  }
19343
19702
  get host() { return getElement(this); }
19344
19703
  static get watchers() { return {
@@ -21287,798 +21646,6 @@ const computePosition = (reference, floating, options) => {
21287
21646
  });
21288
21647
  };
21289
21648
 
21290
- // src/events.ts
21291
- var ToggleEvent = class extends Event {
21292
- oldState;
21293
- newState;
21294
- constructor(type, { oldState = "", newState = "", ...init } = {}) {
21295
- super(type, init);
21296
- this.oldState = String(oldState || "");
21297
- this.newState = String(newState || "");
21298
- }
21299
- };
21300
- var popoverToggleTaskQueue = /* @__PURE__ */ new WeakMap();
21301
- function queuePopoverToggleEventTask(element, oldState, newState) {
21302
- popoverToggleTaskQueue.set(
21303
- element,
21304
- setTimeout(() => {
21305
- if (!popoverToggleTaskQueue.has(element)) return;
21306
- element.dispatchEvent(
21307
- new ToggleEvent("toggle", {
21308
- cancelable: false,
21309
- oldState,
21310
- newState
21311
- })
21312
- );
21313
- }, 0)
21314
- );
21315
- }
21316
-
21317
- // src/popover-helpers.ts
21318
- var ShadowRoot$1 = globalThis.ShadowRoot || function() {
21319
- };
21320
- var HTMLDialogElement = globalThis.HTMLDialogElement || function() {
21321
- };
21322
- var topLayerElements = /* @__PURE__ */ new WeakMap();
21323
- var autoPopoverList = /* @__PURE__ */ new WeakMap();
21324
- var hintPopoverList = /* @__PURE__ */ new WeakMap();
21325
- var visibilityState = /* @__PURE__ */ new WeakMap();
21326
- function getPopoverVisibilityState(popover) {
21327
- return visibilityState.get(popover) || "hidden";
21328
- }
21329
- var popoverInvoker = /* @__PURE__ */ new WeakMap();
21330
- function lastSetElement(set) {
21331
- return [...set].pop();
21332
- }
21333
- function popoverTargetAttributeActivationBehavior(element) {
21334
- const popover = element.popoverTargetElement;
21335
- if (!(popover instanceof HTMLElement)) {
21336
- return;
21337
- }
21338
- const visibility = getPopoverVisibilityState(popover);
21339
- if (element.popoverTargetAction === "show" && visibility === "showing") {
21340
- return;
21341
- }
21342
- if (element.popoverTargetAction === "hide" && visibility === "hidden") return;
21343
- if (visibility === "showing") {
21344
- hidePopover(popover, true, true);
21345
- } else if (checkPopoverValidity(popover, false)) {
21346
- popoverInvoker.set(popover, element);
21347
- showPopover(popover);
21348
- }
21349
- }
21350
- function checkPopoverValidity(element, expectedToBeShowing) {
21351
- if (element.popover !== "auto" && element.popover !== "manual" && element.popover !== "hint") {
21352
- return false;
21353
- }
21354
- if (!element.isConnected) return false;
21355
- if (expectedToBeShowing && getPopoverVisibilityState(element) !== "showing") {
21356
- return false;
21357
- }
21358
- if (!expectedToBeShowing && getPopoverVisibilityState(element) !== "hidden") {
21359
- return false;
21360
- }
21361
- if (element instanceof HTMLDialogElement && element.hasAttribute("open")) {
21362
- return false;
21363
- }
21364
- if (document.fullscreenElement === element) return false;
21365
- return true;
21366
- }
21367
- function getStackPosition(popover) {
21368
- if (!popover) return 0;
21369
- const autoPopovers = autoPopoverList.get(document) || /* @__PURE__ */ new Set();
21370
- const hintPopovers = hintPopoverList.get(document) || /* @__PURE__ */ new Set();
21371
- if (hintPopovers.has(popover)) {
21372
- return [...hintPopovers].indexOf(popover) + autoPopovers.size + 1;
21373
- }
21374
- if (autoPopovers.has(popover)) {
21375
- return [...autoPopovers].indexOf(popover) + 1;
21376
- }
21377
- return 0;
21378
- }
21379
- function topMostClickedPopover(target) {
21380
- const clickedPopover = nearestInclusiveOpenPopover(target);
21381
- const invokerPopover = nearestInclusiveTargetPopoverForInvoker(target);
21382
- if (getStackPosition(clickedPopover) > getStackPosition(invokerPopover)) {
21383
- return clickedPopover;
21384
- }
21385
- return invokerPopover;
21386
- }
21387
- function topmostAutoOrHintPopover(document2) {
21388
- let topmostPopover;
21389
- const hintPopovers = hintPopoverList.get(document2) || /* @__PURE__ */ new Set();
21390
- const autoPopovers = autoPopoverList.get(document2) || /* @__PURE__ */ new Set();
21391
- const usedStack = hintPopovers.size > 0 ? hintPopovers : autoPopovers.size > 0 ? autoPopovers : null;
21392
- if (usedStack) {
21393
- topmostPopover = lastSetElement(usedStack);
21394
- if (!topmostPopover.isConnected) {
21395
- usedStack.delete(topmostPopover);
21396
- return topmostAutoOrHintPopover(document2);
21397
- }
21398
- return topmostPopover;
21399
- }
21400
- return null;
21401
- }
21402
- function topMostPopoverInList(list) {
21403
- for (const popover of list || []) {
21404
- if (!popover.isConnected) {
21405
- list.delete(popover);
21406
- } else {
21407
- return popover;
21408
- }
21409
- }
21410
- return null;
21411
- }
21412
- function getRootNode(node) {
21413
- if (typeof node.getRootNode === "function") {
21414
- return node.getRootNode();
21415
- }
21416
- if (node.parentNode) return getRootNode(node.parentNode);
21417
- return node;
21418
- }
21419
- function nearestInclusiveOpenPopover(node) {
21420
- while (node) {
21421
- if (node instanceof HTMLElement && node.popover === "auto" && visibilityState.get(node) === "showing") {
21422
- return node;
21423
- }
21424
- node = node instanceof Element && node.assignedSlot || node.parentElement || getRootNode(node);
21425
- if (node instanceof ShadowRoot$1) node = node.host;
21426
- if (node instanceof Document) return;
21427
- }
21428
- }
21429
- function nearestInclusiveTargetPopoverForInvoker(node) {
21430
- while (node) {
21431
- const nodePopover = node.popoverTargetElement;
21432
- if (nodePopover instanceof HTMLElement) return nodePopover;
21433
- node = node.parentElement || getRootNode(node);
21434
- if (node instanceof ShadowRoot$1) node = node.host;
21435
- if (node instanceof Document) return;
21436
- }
21437
- }
21438
- function topMostPopoverAncestor(newPopover, list) {
21439
- const popoverPositions = /* @__PURE__ */ new Map();
21440
- let i = 0;
21441
- for (const popover of list || []) {
21442
- popoverPositions.set(popover, i);
21443
- i += 1;
21444
- }
21445
- popoverPositions.set(newPopover, i);
21446
- i += 1;
21447
- let topMostPopoverAncestor2 = null;
21448
- function checkAncestor(candidate) {
21449
- if (!candidate) return;
21450
- let okNesting = false;
21451
- let candidateAncestor = null;
21452
- let candidatePosition = null;
21453
- while (!okNesting) {
21454
- candidateAncestor = nearestInclusiveOpenPopover(candidate) || null;
21455
- if (candidateAncestor === null) return;
21456
- if (!popoverPositions.has(candidateAncestor)) return;
21457
- if (newPopover.popover === "hint" || candidateAncestor.popover === "auto") {
21458
- okNesting = true;
21459
- }
21460
- if (!okNesting) {
21461
- candidate = candidateAncestor.parentElement;
21462
- }
21463
- }
21464
- candidatePosition = popoverPositions.get(candidateAncestor);
21465
- if (topMostPopoverAncestor2 === null || popoverPositions.get(topMostPopoverAncestor2) < candidatePosition) {
21466
- topMostPopoverAncestor2 = candidateAncestor;
21467
- }
21468
- }
21469
- checkAncestor(newPopover.parentElement || getRootNode(newPopover));
21470
- return topMostPopoverAncestor2;
21471
- }
21472
- function isFocusable(focusTarget) {
21473
- if (focusTarget.hidden || focusTarget instanceof ShadowRoot$1) return false;
21474
- if (focusTarget instanceof HTMLButtonElement || focusTarget instanceof HTMLInputElement || focusTarget instanceof HTMLSelectElement || focusTarget instanceof HTMLTextAreaElement || focusTarget instanceof HTMLOptGroupElement || focusTarget instanceof HTMLOptionElement || focusTarget instanceof HTMLFieldSetElement) {
21475
- if (focusTarget.disabled) return false;
21476
- }
21477
- if (focusTarget instanceof HTMLInputElement && focusTarget.type === "hidden") {
21478
- return false;
21479
- }
21480
- if (focusTarget instanceof HTMLAnchorElement && focusTarget.href === "") {
21481
- return false;
21482
- }
21483
- return typeof focusTarget.tabIndex === "number" && focusTarget.tabIndex !== -1;
21484
- }
21485
- function focusDelegate(focusTarget) {
21486
- if (focusTarget.shadowRoot && focusTarget.shadowRoot.delegatesFocus !== true) {
21487
- return null;
21488
- }
21489
- let whereToLook = focusTarget;
21490
- if (whereToLook.shadowRoot) {
21491
- whereToLook = whereToLook.shadowRoot;
21492
- }
21493
- let autoFocusDelegate = whereToLook.querySelector("[autofocus]");
21494
- if (autoFocusDelegate) {
21495
- return autoFocusDelegate;
21496
- } else {
21497
- const slots = whereToLook.querySelectorAll("slot");
21498
- for (const slot of slots) {
21499
- const assignedElements = slot.assignedElements({ flatten: true });
21500
- for (const el of assignedElements) {
21501
- if (el.hasAttribute("autofocus")) {
21502
- return el;
21503
- } else {
21504
- autoFocusDelegate = el.querySelector("[autofocus]");
21505
- if (autoFocusDelegate) {
21506
- return autoFocusDelegate;
21507
- }
21508
- }
21509
- }
21510
- }
21511
- }
21512
- const walker = focusTarget.ownerDocument.createTreeWalker(
21513
- whereToLook,
21514
- NodeFilter.SHOW_ELEMENT
21515
- );
21516
- let descendant = walker.currentNode;
21517
- while (descendant) {
21518
- if (isFocusable(descendant)) {
21519
- return descendant;
21520
- }
21521
- descendant = walker.nextNode();
21522
- }
21523
- }
21524
- function popoverFocusingSteps(subject) {
21525
- focusDelegate(subject)?.focus();
21526
- }
21527
- var previouslyFocusedElements = /* @__PURE__ */ new WeakMap();
21528
- function showPopover(element) {
21529
- if (!checkPopoverValidity(element, false)) {
21530
- return;
21531
- }
21532
- const document2 = element.ownerDocument;
21533
- if (!element.dispatchEvent(
21534
- new ToggleEvent("beforetoggle", {
21535
- cancelable: true,
21536
- oldState: "closed",
21537
- newState: "open"
21538
- })
21539
- )) {
21540
- return;
21541
- }
21542
- if (!checkPopoverValidity(element, false)) {
21543
- return;
21544
- }
21545
- let shouldRestoreFocus = false;
21546
- const originalType = element.popover;
21547
- let stackToAppendTo = null;
21548
- const autoAncestor = topMostPopoverAncestor(
21549
- element,
21550
- autoPopoverList.get(document2) || /* @__PURE__ */ new Set()
21551
- );
21552
- const hintAncestor = topMostPopoverAncestor(
21553
- element,
21554
- hintPopoverList.get(document2) || /* @__PURE__ */ new Set()
21555
- );
21556
- if (originalType === "auto") {
21557
- closeAllOpenPopoversInList(
21558
- hintPopoverList.get(document2) || /* @__PURE__ */ new Set(),
21559
- shouldRestoreFocus,
21560
- true
21561
- );
21562
- const ancestor = autoAncestor || document2;
21563
- hideAllPopoversUntil(ancestor, shouldRestoreFocus, true);
21564
- stackToAppendTo = "auto";
21565
- }
21566
- if (originalType === "hint") {
21567
- if (hintAncestor) {
21568
- hideAllPopoversUntil(hintAncestor, shouldRestoreFocus, true);
21569
- stackToAppendTo = "hint";
21570
- } else {
21571
- closeAllOpenPopoversInList(
21572
- hintPopoverList.get(document2) || /* @__PURE__ */ new Set(),
21573
- shouldRestoreFocus,
21574
- true
21575
- );
21576
- if (autoAncestor) {
21577
- hideAllPopoversUntil(autoAncestor, shouldRestoreFocus, true);
21578
- stackToAppendTo = "auto";
21579
- } else {
21580
- stackToAppendTo = "hint";
21581
- }
21582
- }
21583
- }
21584
- if (originalType === "auto" || originalType === "hint") {
21585
- if (originalType !== element.popover || !checkPopoverValidity(element, false)) {
21586
- return;
21587
- }
21588
- if (!topmostAutoOrHintPopover(document2)) {
21589
- shouldRestoreFocus = true;
21590
- }
21591
- if (stackToAppendTo === "auto") {
21592
- if (!autoPopoverList.has(document2)) {
21593
- autoPopoverList.set(document2, /* @__PURE__ */ new Set());
21594
- }
21595
- autoPopoverList.get(document2).add(element);
21596
- } else if (stackToAppendTo === "hint") {
21597
- if (!hintPopoverList.has(document2)) {
21598
- hintPopoverList.set(document2, /* @__PURE__ */ new Set());
21599
- }
21600
- hintPopoverList.get(document2).add(element);
21601
- }
21602
- }
21603
- previouslyFocusedElements.delete(element);
21604
- const originallyFocusedElement = document2.activeElement;
21605
- element.classList.add(":popover-open");
21606
- visibilityState.set(element, "showing");
21607
- if (!topLayerElements.has(document2)) {
21608
- topLayerElements.set(document2, /* @__PURE__ */ new Set());
21609
- }
21610
- topLayerElements.get(document2).add(element);
21611
- setInvokerAriaExpanded(popoverInvoker.get(element), true);
21612
- popoverFocusingSteps(element);
21613
- if (shouldRestoreFocus && originallyFocusedElement && element.popover === "auto") {
21614
- previouslyFocusedElements.set(element, originallyFocusedElement);
21615
- }
21616
- queuePopoverToggleEventTask(element, "closed", "open");
21617
- }
21618
- function hidePopover(element, focusPreviousElement = false, fireEvents = false) {
21619
- if (!checkPopoverValidity(element, true)) {
21620
- return;
21621
- }
21622
- const document2 = element.ownerDocument;
21623
- if (["auto", "hint"].includes(element.popover)) {
21624
- hideAllPopoversUntil(element, focusPreviousElement, fireEvents);
21625
- if (!checkPopoverValidity(element, true)) {
21626
- return;
21627
- }
21628
- }
21629
- const autoList = autoPopoverList.get(document2) || /* @__PURE__ */ new Set();
21630
- const autoPopoverListContainsElement = autoList.has(element) && lastSetElement(autoList) === element;
21631
- setInvokerAriaExpanded(popoverInvoker.get(element), false);
21632
- popoverInvoker.delete(element);
21633
- if (fireEvents) {
21634
- element.dispatchEvent(
21635
- new ToggleEvent("beforetoggle", {
21636
- oldState: "open",
21637
- newState: "closed"
21638
- })
21639
- );
21640
- if (autoPopoverListContainsElement && lastSetElement(autoList) !== element) {
21641
- hideAllPopoversUntil(element, focusPreviousElement, fireEvents);
21642
- }
21643
- if (!checkPopoverValidity(element, true)) {
21644
- return;
21645
- }
21646
- }
21647
- topLayerElements.get(document2)?.delete(element);
21648
- autoList.delete(element);
21649
- hintPopoverList.get(document2)?.delete(element);
21650
- element.classList.remove(":popover-open");
21651
- visibilityState.set(element, "hidden");
21652
- if (fireEvents) {
21653
- queuePopoverToggleEventTask(element, "open", "closed");
21654
- }
21655
- const previouslyFocusedElement = previouslyFocusedElements.get(element);
21656
- if (previouslyFocusedElement) {
21657
- previouslyFocusedElements.delete(element);
21658
- if (focusPreviousElement) {
21659
- previouslyFocusedElement.focus();
21660
- }
21661
- }
21662
- }
21663
- function closeAllOpenPopovers(document2, focusPreviousElement = false, fireEvents = false) {
21664
- let popover = topmostAutoOrHintPopover(document2);
21665
- while (popover) {
21666
- hidePopover(popover, focusPreviousElement, fireEvents);
21667
- popover = topmostAutoOrHintPopover(document2);
21668
- }
21669
- }
21670
- function closeAllOpenPopoversInList(list, focusPreviousElement = false, fireEvents = false) {
21671
- let popover = topMostPopoverInList(list);
21672
- while (popover) {
21673
- hidePopover(popover, focusPreviousElement, fireEvents);
21674
- popover = topMostPopoverInList(list);
21675
- }
21676
- }
21677
- function hidePopoverStackUntil(endpoint, set, focusPreviousElement, fireEvents) {
21678
- let repeatingHide = false;
21679
- let hasRunOnce = false;
21680
- while (repeatingHide || !hasRunOnce) {
21681
- hasRunOnce = true;
21682
- let lastToHide = null;
21683
- let foundEndpoint = false;
21684
- for (const popover of set) {
21685
- if (popover === endpoint) {
21686
- foundEndpoint = true;
21687
- } else if (foundEndpoint) {
21688
- lastToHide = popover;
21689
- break;
21690
- }
21691
- }
21692
- if (!lastToHide) return;
21693
- while (getPopoverVisibilityState(lastToHide) === "showing" && set.size) {
21694
- hidePopover(lastSetElement(set), focusPreviousElement, fireEvents);
21695
- }
21696
- if (set.has(endpoint) && lastSetElement(set) !== endpoint) {
21697
- repeatingHide = true;
21698
- }
21699
- if (repeatingHide) {
21700
- fireEvents = false;
21701
- }
21702
- }
21703
- }
21704
- function hideAllPopoversUntil(endpoint, focusPreviousElement, fireEvents) {
21705
- const document2 = endpoint.ownerDocument || endpoint;
21706
- if (endpoint instanceof Document) {
21707
- return closeAllOpenPopovers(document2, focusPreviousElement, fireEvents);
21708
- }
21709
- if (hintPopoverList.get(document2)?.has(endpoint)) {
21710
- hidePopoverStackUntil(
21711
- endpoint,
21712
- hintPopoverList.get(document2),
21713
- focusPreviousElement,
21714
- fireEvents
21715
- );
21716
- return;
21717
- }
21718
- closeAllOpenPopoversInList(
21719
- hintPopoverList.get(document2) || /* @__PURE__ */ new Set(),
21720
- focusPreviousElement,
21721
- fireEvents
21722
- );
21723
- if (!autoPopoverList.get(document2)?.has(endpoint)) {
21724
- return;
21725
- }
21726
- hidePopoverStackUntil(
21727
- endpoint,
21728
- autoPopoverList.get(document2),
21729
- focusPreviousElement,
21730
- fireEvents
21731
- );
21732
- }
21733
- var popoverPointerDownTargets = /* @__PURE__ */ new WeakMap();
21734
- function lightDismissOpenPopovers(event) {
21735
- if (!event.isTrusted) return;
21736
- const target = event.composedPath()[0];
21737
- if (!target) return;
21738
- const document2 = target.ownerDocument;
21739
- const topMostPopover = topmostAutoOrHintPopover(document2);
21740
- if (!topMostPopover) return;
21741
- const ancestor = topMostClickedPopover(target);
21742
- if (ancestor && event.type === "pointerdown") {
21743
- popoverPointerDownTargets.set(document2, ancestor);
21744
- } else if (event.type === "pointerup") {
21745
- const sameTarget = popoverPointerDownTargets.get(document2) === ancestor;
21746
- popoverPointerDownTargets.delete(document2);
21747
- if (sameTarget) {
21748
- hideAllPopoversUntil(ancestor || document2, false, true);
21749
- }
21750
- }
21751
- }
21752
- var initialAriaExpandedValue = /* @__PURE__ */ new WeakMap();
21753
- function setInvokerAriaExpanded(el, force = false) {
21754
- if (!el) return;
21755
- if (!initialAriaExpandedValue.has(el)) {
21756
- initialAriaExpandedValue.set(el, el.getAttribute("aria-expanded"));
21757
- }
21758
- const popover = el.popoverTargetElement;
21759
- if (popover instanceof HTMLElement && popover.popover === "auto") {
21760
- el.setAttribute("aria-expanded", String(force));
21761
- } else {
21762
- const initialValue = initialAriaExpandedValue.get(el);
21763
- if (!initialValue) {
21764
- el.removeAttribute("aria-expanded");
21765
- } else {
21766
- el.setAttribute("aria-expanded", initialValue);
21767
- }
21768
- }
21769
- }
21770
-
21771
- // src/popover.ts
21772
- var ShadowRoot2 = globalThis.ShadowRoot || function() {
21773
- };
21774
- function isSupported() {
21775
- return typeof HTMLElement !== "undefined" && typeof HTMLElement.prototype === "object" && "popover" in HTMLElement.prototype;
21776
- }
21777
- function patchSelectorFn(object, name, mapper) {
21778
- const original = object[name];
21779
- Object.defineProperty(object, name, {
21780
- value(selector) {
21781
- return original.call(this, mapper(selector));
21782
- }
21783
- });
21784
- }
21785
- var nonEscapedPopoverSelector = /(^|[^\\]):popover-open\b/g;
21786
- function hasLayerSupport() {
21787
- return typeof globalThis.CSSLayerBlockRule === "function";
21788
- }
21789
- function getStyles() {
21790
- const useLayer = hasLayerSupport();
21791
- return `
21792
- ${useLayer ? "@layer popover-polyfill {" : ""}
21793
- :where([popover]) {
21794
- position: fixed;
21795
- z-index: 2147483647;
21796
- inset: 0;
21797
- padding: 0.25em;
21798
- width: fit-content;
21799
- height: fit-content;
21800
- border-width: initial;
21801
- border-color: initial;
21802
- border-image: initial;
21803
- border-style: solid;
21804
- background-color: canvas;
21805
- color: canvastext;
21806
- overflow: auto;
21807
- margin: auto;
21808
- }
21809
-
21810
- :where([popover]:not(.\\:popover-open)) {
21811
- display: none;
21812
- }
21813
-
21814
- :where(dialog[popover].\\:popover-open) {
21815
- display: block;
21816
- }
21817
-
21818
- :where(dialog[popover][open]) {
21819
- display: revert;
21820
- }
21821
-
21822
- :where([anchor].\\:popover-open) {
21823
- inset: auto;
21824
- }
21825
-
21826
- :where([anchor]:popover-open) {
21827
- inset: auto;
21828
- }
21829
-
21830
- @supports not (background-color: canvas) {
21831
- :where([popover]) {
21832
- background-color: white;
21833
- color: black;
21834
- }
21835
- }
21836
-
21837
- @supports (width: -moz-fit-content) {
21838
- :where([popover]) {
21839
- width: -moz-fit-content;
21840
- height: -moz-fit-content;
21841
- }
21842
- }
21843
-
21844
- @supports not (inset: 0) {
21845
- :where([popover]) {
21846
- top: 0;
21847
- left: 0;
21848
- right: 0;
21849
- bottom: 0;
21850
- }
21851
- }
21852
- ${useLayer ? "}" : ""}
21853
- `;
21854
- }
21855
- var popoverStyleSheet = null;
21856
- function injectStyles(root) {
21857
- const styles = getStyles();
21858
- if (popoverStyleSheet === null) {
21859
- try {
21860
- popoverStyleSheet = new CSSStyleSheet();
21861
- popoverStyleSheet.replaceSync(styles);
21862
- } catch {
21863
- popoverStyleSheet = false;
21864
- }
21865
- }
21866
- if (popoverStyleSheet === false) {
21867
- const sheet = document.createElement("style");
21868
- sheet.textContent = styles;
21869
- if (root instanceof Document) {
21870
- root.head.prepend(sheet);
21871
- } else {
21872
- root.prepend(sheet);
21873
- }
21874
- } else {
21875
- root.adoptedStyleSheets = [popoverStyleSheet, ...root.adoptedStyleSheets];
21876
- }
21877
- }
21878
- function apply() {
21879
- if (typeof window === "undefined") return;
21880
- window.ToggleEvent = window.ToggleEvent || ToggleEvent;
21881
- function rewriteSelector(selector) {
21882
- if (selector?.includes(":popover-open")) {
21883
- selector = selector.replace(
21884
- nonEscapedPopoverSelector,
21885
- "$1.\\:popover-open"
21886
- );
21887
- }
21888
- return selector;
21889
- }
21890
- patchSelectorFn(Document.prototype, "querySelector", rewriteSelector);
21891
- patchSelectorFn(Document.prototype, "querySelectorAll", rewriteSelector);
21892
- patchSelectorFn(Element.prototype, "querySelector", rewriteSelector);
21893
- patchSelectorFn(Element.prototype, "querySelectorAll", rewriteSelector);
21894
- patchSelectorFn(Element.prototype, "matches", rewriteSelector);
21895
- patchSelectorFn(Element.prototype, "closest", rewriteSelector);
21896
- patchSelectorFn(
21897
- DocumentFragment.prototype,
21898
- "querySelectorAll",
21899
- rewriteSelector
21900
- );
21901
- Object.defineProperties(HTMLElement.prototype, {
21902
- popover: {
21903
- enumerable: true,
21904
- configurable: true,
21905
- get() {
21906
- if (!this.hasAttribute("popover")) return null;
21907
- const value = (this.getAttribute("popover") || "").toLowerCase();
21908
- if (value === "" || value == "auto") return "auto";
21909
- if (value == "hint") return "hint";
21910
- return "manual";
21911
- },
21912
- set(value) {
21913
- if (value === null) {
21914
- this.removeAttribute("popover");
21915
- } else {
21916
- this.setAttribute("popover", value);
21917
- }
21918
- }
21919
- },
21920
- showPopover: {
21921
- enumerable: true,
21922
- configurable: true,
21923
- // eslint-disable-next-line @typescript-eslint/no-unused-vars
21924
- value(options = {}) {
21925
- showPopover(this);
21926
- }
21927
- },
21928
- hidePopover: {
21929
- enumerable: true,
21930
- configurable: true,
21931
- value() {
21932
- hidePopover(this, true, true);
21933
- }
21934
- },
21935
- togglePopover: {
21936
- enumerable: true,
21937
- configurable: true,
21938
- value(options = {}) {
21939
- if (typeof options === "boolean") {
21940
- options = { force: options };
21941
- }
21942
- if (visibilityState.get(this) === "showing" && options.force === void 0 || options.force === false) {
21943
- hidePopover(this, true, true);
21944
- } else if (options.force === void 0 || options.force === true) {
21945
- showPopover(this);
21946
- }
21947
- return visibilityState.get(this) === "showing";
21948
- }
21949
- }
21950
- });
21951
- const originalAttachShadow = Element.prototype.attachShadow;
21952
- if (originalAttachShadow) {
21953
- Object.defineProperties(Element.prototype, {
21954
- attachShadow: {
21955
- enumerable: true,
21956
- configurable: true,
21957
- writable: true,
21958
- value(options) {
21959
- const shadowRoot = originalAttachShadow.call(this, options);
21960
- injectStyles(shadowRoot);
21961
- return shadowRoot;
21962
- }
21963
- }
21964
- });
21965
- }
21966
- const originalAttachInternals = HTMLElement.prototype.attachInternals;
21967
- if (originalAttachInternals) {
21968
- Object.defineProperties(HTMLElement.prototype, {
21969
- attachInternals: {
21970
- enumerable: true,
21971
- configurable: true,
21972
- writable: true,
21973
- value() {
21974
- const internals = originalAttachInternals.call(this);
21975
- if (internals.shadowRoot) {
21976
- injectStyles(internals.shadowRoot);
21977
- }
21978
- return internals;
21979
- }
21980
- }
21981
- });
21982
- }
21983
- const popoverTargetAssociatedElements = /* @__PURE__ */ new WeakMap();
21984
- function applyPopoverInvokerElementMixin(ElementClass) {
21985
- Object.defineProperties(ElementClass.prototype, {
21986
- popoverTargetElement: {
21987
- enumerable: true,
21988
- configurable: true,
21989
- set(targetElement) {
21990
- if (targetElement === null) {
21991
- this.removeAttribute("popovertarget");
21992
- popoverTargetAssociatedElements.delete(this);
21993
- } else if (!(targetElement instanceof Element)) {
21994
- throw new TypeError(
21995
- `popoverTargetElement must be an element or null`
21996
- );
21997
- } else {
21998
- this.setAttribute("popovertarget", "");
21999
- popoverTargetAssociatedElements.set(this, targetElement);
22000
- }
22001
- },
22002
- get() {
22003
- if (this.localName !== "button" && this.localName !== "input") {
22004
- return null;
22005
- }
22006
- if (this.localName === "input" && this.type !== "reset" && this.type !== "image" && this.type !== "button") {
22007
- return null;
22008
- }
22009
- if (this.disabled) {
22010
- return null;
22011
- }
22012
- if (this.form && this.type === "submit") {
22013
- return null;
22014
- }
22015
- const targetElement = popoverTargetAssociatedElements.get(this);
22016
- if (targetElement && targetElement.isConnected) {
22017
- return targetElement;
22018
- } else if (targetElement && !targetElement.isConnected) {
22019
- popoverTargetAssociatedElements.delete(this);
22020
- return null;
22021
- }
22022
- const root = getRootNode(this);
22023
- const idref = this.getAttribute("popovertarget");
22024
- if ((root instanceof Document || root instanceof ShadowRoot2) && idref) {
22025
- return root.getElementById(idref) || null;
22026
- }
22027
- return null;
22028
- }
22029
- },
22030
- popoverTargetAction: {
22031
- enumerable: true,
22032
- configurable: true,
22033
- get() {
22034
- const value = (this.getAttribute("popovertargetaction") || "").toLowerCase();
22035
- if (value === "show" || value === "hide") return value;
22036
- return "toggle";
22037
- },
22038
- set(value) {
22039
- this.setAttribute("popovertargetaction", value);
22040
- }
22041
- }
22042
- });
22043
- }
22044
- applyPopoverInvokerElementMixin(HTMLButtonElement);
22045
- applyPopoverInvokerElementMixin(HTMLInputElement);
22046
- const handleInvokerActivation = (event) => {
22047
- const composedPath = event.composedPath();
22048
- const target = composedPath[0];
22049
- if (!(target instanceof Element) || target?.shadowRoot) {
22050
- return;
22051
- }
22052
- const root = getRootNode(target);
22053
- if (!(root instanceof ShadowRoot2 || root instanceof Document)) {
22054
- return;
22055
- }
22056
- const invoker = composedPath.find(
22057
- (el) => el.matches?.("[popovertargetaction],[popovertarget]")
22058
- );
22059
- if (invoker) {
22060
- popoverTargetAttributeActivationBehavior(invoker);
22061
- event.preventDefault();
22062
- return;
22063
- }
22064
- };
22065
- const onKeydown = (event) => {
22066
- const key = event.key;
22067
- const target = event.target;
22068
- if (!event.defaultPrevented && target && (key === "Escape" || key === "Esc")) {
22069
- hideAllPopoversUntil(target.ownerDocument, true, true);
22070
- }
22071
- };
22072
- const addEventListeners = (root) => {
22073
- root.addEventListener("click", handleInvokerActivation);
22074
- root.addEventListener("keydown", onKeydown);
22075
- root.addEventListener("pointerdown", lightDismissOpenPopovers);
22076
- root.addEventListener("pointerup", lightDismissOpenPopovers);
22077
- };
22078
- addEventListeners(document);
22079
- injectStyles(document);
22080
- }
22081
-
22082
21649
  const duration = 250;
22083
21650
  const easing = 'ease-out';
22084
21651
  function popIn(el) {
@@ -22110,6 +21677,7 @@ class PostPopovercontainer {
22110
21677
  this.postHide = createEvent(this, "postHide");
22111
21678
  this.postBeforeToggle = createEvent(this, "postBeforeToggle");
22112
21679
  this.postToggle = createEvent(this, "postToggle");
21680
+ this.toggleTimeoutId = null;
22113
21681
  this.hasOpenedOnce = true;
22114
21682
  /**
22115
21683
  * Defines the placement of the popovercontainer according to the floating-ui options available at https://floating-ui.com/docs/computePosition#placement.
@@ -22130,6 +21698,7 @@ class PostPopovercontainer {
22130
21698
  */
22131
21699
  this.animation = 'pop-in';
22132
21700
  this.currentAnimation = null;
21701
+ this.boundMouseTrackingHandler = this.mouseTrackingHandler.bind(this);
22133
21702
  }
22134
21703
  validatePlacement() {
22135
21704
  checkEmptyOrOneOf(this, 'placement', PLACEMENT_TYPES);
@@ -22150,9 +21719,6 @@ class PostPopovercontainer {
22150
21719
  this.host.style.setProperty('--post-safe-space-cursor-y', `${event.clientY}px`);
22151
21720
  }
22152
21721
  connectedCallback() {
22153
- if (IS_BROWSER && !isSupported()) {
22154
- apply();
22155
- }
22156
21722
  }
22157
21723
  componentDidLoad() {
22158
21724
  this.validatePlacement();
@@ -22225,7 +21791,7 @@ class PostPopovercontainer {
22225
21791
  }
22226
21792
  }
22227
21793
  if (this.safeSpace) {
22228
- window.addEventListener('mousemove', this.mouseTrackingHandler.bind(this));
21794
+ globalThis.addEventListener('mousemove', this.boundMouseTrackingHandler);
22229
21795
  }
22230
21796
  }
22231
21797
  /**
@@ -22236,7 +21802,7 @@ class PostPopovercontainer {
22236
21802
  this.clearAutoUpdate();
22237
21803
  }
22238
21804
  if (this.safeSpace) {
22239
- window.removeEventListener('mousemove', this.mouseTrackingHandler.bind(this));
21805
+ globalThis.removeEventListener('mousemove', this.boundMouseTrackingHandler);
22240
21806
  }
22241
21807
  // Cancel any running animation
22242
21808
  if (this.currentAnimation) {
@@ -22292,7 +21858,7 @@ class PostPopovercontainer {
22292
21858
  * @param e ToggleEvent
22293
21859
  */
22294
21860
  handleToggle(e) {
22295
- this.toggleTimeoutId = window.setTimeout(() => (this.toggleTimeoutId = null), 10);
21861
+ this.toggleTimeoutId = globalThis.setTimeout(() => (this.toggleTimeoutId = null), 10);
22296
21862
  const isOpen = e.newState === 'open';
22297
21863
  if (isOpen) {
22298
21864
  this.open();
@@ -22315,7 +21881,7 @@ class PostPopovercontainer {
22315
21881
  */
22316
21882
  getHeaderHeight() {
22317
21883
  const header = document.querySelector('post-header');
22318
- return header ? parseFloat(getComputedStyle(header).height) : 0;
21884
+ return header ? Number.parseFloat(getComputedStyle(header).height) : 0;
22319
21885
  }
22320
21886
  async calculatePosition() {
22321
21887
  const { x, y, middlewareData, placement } = await this.computeMainPosition();
@@ -22352,17 +21918,23 @@ class PostPopovercontainer {
22352
21918
  }
22353
21919
  async computeMainPosition() {
22354
21920
  const gap = this.edgeGap;
22355
- const middleware = [
22356
- flip({
22357
- padding: this.getHeaderHeight(),
21921
+ const isAligned = (this.placement || 'top').includes('-');
21922
+ const flipMiddleware = flip({
21923
+ padding: this.getHeaderHeight(),
21924
+ crossAxis: false,
21925
+ });
21926
+ const shiftMiddleware = shift({
21927
+ padding: gap,
21928
+ limiter: limitShift({
21929
+ offset: 32,
22358
21930
  }),
21931
+ });
21932
+ const middleware = [
21933
+ offset(this.offset ?? (this.arrow ? gap + 4 : gap)),
22359
21934
  inline(),
22360
- shift({
22361
- padding: gap,
22362
- limiter: limitShift({
22363
- offset: 32,
22364
- }),
22365
- }),
21935
+ // Per floating-ui docs: for aligned placements (e.g. bottom-end),
21936
+ // flip should come before shift. For non-aligned, shift before flip.
21937
+ ...(isAligned ? [flipMiddleware, shiftMiddleware] : [shiftMiddleware, flipMiddleware]),
22366
21938
  size({
22367
21939
  apply({ availableWidth, elements }) {
22368
21940
  Object.assign(elements.floating.style, {
@@ -22370,7 +21942,6 @@ class PostPopovercontainer {
22370
21942
  });
22371
21943
  },
22372
21944
  }),
22373
- offset(this.arrow ? gap + 4 : gap),
22374
21945
  ];
22375
21946
  if (this.arrow) {
22376
21947
  middleware.push(arrow({ element: this.arrowRef, padding: gap }));
@@ -22442,9 +22013,9 @@ class PostPopovercontainer {
22442
22013
  }
22443
22014
  }
22444
22015
  render() {
22445
- return (hAsync(Host, { key: 'd151b19fb59ddad0d0dbefd48e55a9587bedcb60', "data-version": version$1, popover: "auto" }, hAsync("div", { key: '74a42b48e1e3c764ff81a3c76a54f64aebeece53', part: "post-popovercontainer-content", class: "popover-content" }, this.arrow && (hAsync("span", { key: 'e6b3c8932b7436a8ae8914275817ac730f4c97f4', "dynamic-placement": this.dynamicPlacement, class: "arrow", ref: el => {
22016
+ return (hAsync(Host, { key: '9da5ddc34b0f749826341154e1893e2ac303ed4d', "data-version": version$1, popover: "auto" }, hAsync("div", { key: 'd3a56362b6ecd910455873ce62b1f7a753c6eaa8', part: "post-popovercontainer-content", class: "popover-content" }, this.arrow && (hAsync("span", { key: '45b982f1a4d1ca5ca4feae898b1e5ea338409455', "dynamic-placement": this.dynamicPlacement, class: "arrow", ref: el => {
22446
22017
  this.arrowRef = el;
22447
- } })), hAsync("slot", { key: 'e0cbf352c1aba2c2843ba41aa49e52b0933e93ac' }))));
22018
+ } })), hAsync("slot", { key: 'e9231da953aa6b0e4c63eede8aba900f16fab4b6' }))));
22448
22019
  }
22449
22020
  get host() { return getElement(this); }
22450
22021
  static get watchers() { return {
@@ -22465,6 +22036,7 @@ class PostPopovercontainer {
22465
22036
  "$members$": {
22466
22037
  "placement": [1],
22467
22038
  "edgeGap": [2, "edge-gap"],
22039
+ "offset": [2],
22468
22040
  "arrow": [4],
22469
22041
  "safeSpace": [513, "safe-space"],
22470
22042
  "dynamicPlacement": [32],
@@ -22589,7 +22161,7 @@ class PostRating {
22589
22161
  }
22590
22162
  }
22591
22163
  render() {
22592
- return (hAsync(Host, { key: 'a8889a8544b91dd589f8ff86e210472915a34100', "data-version": version$1 }, hAsync("div", { key: 'eea1ffd49d7f450362f87d2e5b6d992e0913f5ca', role: "slider", class: "rating", tabindex: "0", "aria-label": this.label, "aria-valuemin": "0", "aria-valuemax": this.stars, "aria-valuenow": this.currentRating, "aria-valuetext": `${this.currentRating} / ${this.stars}`, "aria-readonly": this.readonly ? 'true' : 'false', onKeyDown: this.keydownHandler, onBlur: this.blurHandler }, Array.from({ length: this.stars }).map((v, i) => (hAsync("div", { key: `star-${v}`, "aria-hidden": "true", class: {
22164
+ return (hAsync(Host, { key: 'c8266ca9d136f7a10f3515e784acad64f4e14aca', "data-version": version$1 }, hAsync("div", { key: '042df9d7d808ce737f56785d3b622c20bad3f280', role: "slider", class: "rating", tabindex: "0", "aria-label": this.label, "aria-valuemin": "0", "aria-valuemax": this.stars, "aria-valuenow": this.currentRating, "aria-valuetext": `${this.currentRating} / ${this.stars}`, "aria-readonly": this.readonly ? 'true' : 'false', onKeyDown: this.keydownHandler, onBlur: this.blurHandler }, Array.from({ length: this.stars }).map((v, i) => (hAsync("div", { key: `star-${v}`, "aria-hidden": "true", class: {
22593
22165
  'star': true,
22594
22166
  'before-hover': i < this.hoveredIndex,
22595
22167
  'active': i < Math.round(this.currentRating),
@@ -22632,7 +22204,7 @@ class PostStepper {
22632
22204
  constructor(hostRef) {
22633
22205
  registerInstance(this, hostRef);
22634
22206
  /**
22635
- * Defines the currently active step
22207
+ * Defines the current step, which is the next step the user has to complete.
22636
22208
  */
22637
22209
  this.currentIndex = -1;
22638
22210
  }
@@ -22650,8 +22222,19 @@ class PostStepper {
22650
22222
  checkRequiredAndType(this, 'currentIndex', 'number');
22651
22223
  if (this.stepItems) {
22652
22224
  this.updateSteps();
22225
+ this.checkIndexes();
22653
22226
  }
22654
22227
  }
22228
+ validateSelectedIndex() {
22229
+ if (this.selectedIndex === undefined) {
22230
+ this.selectedIndex = this.currentIndex;
22231
+ }
22232
+ else {
22233
+ checkRequiredAndType(this, 'selectedIndex', 'number');
22234
+ this.checkIndexes();
22235
+ }
22236
+ this.updateSteps();
22237
+ }
22655
22238
  componentDidLoad() {
22656
22239
  this.validateTextCompletedStep();
22657
22240
  this.validateTextCurrentStep();
@@ -22659,12 +22242,18 @@ class PostStepper {
22659
22242
  // Wait for slotchange
22660
22243
  setTimeout(() => {
22661
22244
  this.validateCurrentIndex();
22245
+ this.validateSelectedIndex();
22662
22246
  });
22663
22247
  }
22248
+ checkIndexes() {
22249
+ if (this.selectedIndex > this.currentIndex) {
22250
+ console.error('The selected-index cannot be higher than the current-index, as only the current and completed steps can be selected.');
22251
+ }
22252
+ }
22664
22253
  updateActiveStepNumber() {
22665
22254
  if (this.textStepNumber) {
22666
22255
  const labelTemplate = this.textStepNumber;
22667
- this.mobileActiveStepLabel = labelTemplate.replace(/#number/g, `${this.currentIndex + 1}`);
22256
+ this.mobileActiveStepLabel = labelTemplate.replaceAll('#number', `${this.selectedIndex + 1}`);
22668
22257
  if (this.stepItems) {
22669
22258
  this.updateMobileActiveStepVisibility();
22670
22259
  }
@@ -22678,12 +22267,13 @@ class PostStepper {
22678
22267
  }
22679
22268
  this.updateActiveStepNumber();
22680
22269
  this.stepItems.forEach((el, i) => {
22681
- if (this.currentIndex === i) {
22270
+ if (this.selectedIndex === i) {
22682
22271
  this.mobileActiveStepName = el.innerHTML;
22683
22272
  }
22684
22273
  // Update "post-stepper-item" classes to show correct status
22685
22274
  el.classList.toggle('stepper-item-completed', this.currentIndex > i);
22686
22275
  el.classList.toggle('stepper-item-current', this.currentIndex === i);
22276
+ el.classList.toggle('stepper-item-selected', this.selectedIndex === i);
22687
22277
  el.classList.toggle('stepper-item-inactive', this.currentIndex < i);
22688
22278
  el.classList.toggle('stepper-item-after-current', i === this.currentIndex + 1);
22689
22279
  // Update accessibility label depending on status (Completed/Current/-)
@@ -22691,15 +22281,15 @@ class PostStepper {
22691
22281
  if (hiddenLabel) {
22692
22282
  let labelText = '';
22693
22283
  if (this.currentIndex > i) {
22694
- labelText = `${this.textCompletedStep}:`;
22284
+ labelText = `${this.textCompletedStep}: `;
22695
22285
  }
22696
- else if (this.currentIndex === i) {
22697
- labelText = `${this.textCurrentStep}:`;
22286
+ if (this.selectedIndex === i) {
22287
+ labelText = `${labelText}${this.textCurrentStep}: `;
22698
22288
  }
22699
22289
  hiddenLabel.textContent = labelText;
22700
22290
  }
22701
22291
  // Update accessibility aria attributes
22702
- if (this.currentIndex === i) {
22292
+ if (this.selectedIndex === i) {
22703
22293
  el.setAttribute('aria-current', 'step');
22704
22294
  el.setAttribute('aria-live', 'polite');
22705
22295
  }
@@ -22711,13 +22301,13 @@ class PostStepper {
22711
22301
  this.updateMobileActiveStepVisibility();
22712
22302
  }
22713
22303
  updateMobileActiveStepVisibility() {
22714
- if (this.currentIndex >= this.stepItems.length || this.currentIndex < 0) {
22304
+ if (this.selectedIndex >= this.stepItems.length || this.selectedIndex < 0) {
22715
22305
  this.mobileActiveStepLabel = '';
22716
22306
  this.mobileActiveStepName = '';
22717
22307
  }
22718
22308
  }
22719
22309
  render() {
22720
- return (hAsync(Host, { key: '252102ea05deca3d0d072ddabbc0a926dae356e5', "data-version": version$1 }, hAsync("ol", { key: '0f3f87b37539fa59125297c22bf78ddddf57c0b1' }, hAsync("slot", { key: 'bb91db0204d8f9f54d6263427b09b8b9acc6a6f4', onSlotchange: () => this.updateSteps() })), hAsync("div", { key: 'f53a5dbef33cd550546608198dc3b29a1eadd313', class: "active-step", "aria-hidden": "true" }, hAsync("span", { key: '12937ffe4cf3d7c1170e7824612f917a2ae311bb', class: "active-step-label" }, this.mobileActiveStepLabel), hAsync("span", { key: 'cc6a253de9024a9580f7ad2c470412504c2a671f', innerHTML: this.mobileActiveStepName }))));
22310
+ return (hAsync(Host, { key: 'c0f0b43848cf7cf2ad3b909b9ac3977214090f49', "data-version": version$1 }, hAsync("ol", { key: 'fb3b6a002e18355f731caa783c1c183e9d17719a' }, hAsync("slot", { key: '3241341b4427e5b5963d5b2f1c8096752e447894', onSlotchange: () => this.updateSteps() })), hAsync("div", { key: 'd7d4b983c5d038f2a214292882ba44c31a47e53d', class: "active-step", "aria-hidden": "true" }, hAsync("span", { key: '82e9aaf029ed13effb873ee0cfcc44b06be18743', class: "active-step-label" }, this.mobileActiveStepLabel), hAsync("span", { key: 'b1874d60c5fff75813094e93cb00b1249f513a55', innerHTML: this.mobileActiveStepName }))));
22721
22311
  }
22722
22312
  get host() { return getElement(this); }
22723
22313
  static get watchers() { return {
@@ -22732,6 +22322,9 @@ class PostStepper {
22732
22322
  }],
22733
22323
  "currentIndex": [{
22734
22324
  "validateCurrentIndex": 0
22325
+ }],
22326
+ "selectedIndex": [{
22327
+ "validateSelectedIndex": 0
22735
22328
  }]
22736
22329
  }; }
22737
22330
  static get style() { return postStepperCss(); }
@@ -22743,6 +22336,7 @@ class PostStepper {
22743
22336
  "textCompletedStep": [513, "text-completed-step"],
22744
22337
  "textStepNumber": [513, "text-step-number"],
22745
22338
  "currentIndex": [2, "current-index"],
22339
+ "selectedIndex": [2, "selected-index"],
22746
22340
  "mobileActiveStepLabel": [32],
22747
22341
  "mobileActiveStepName": [32]
22748
22342
  },
@@ -22752,14 +22346,14 @@ class PostStepper {
22752
22346
  }; }
22753
22347
  }
22754
22348
 
22755
- const postStepperItemCss = () => `:host{grid-row:1;position:relative;padding-inline-start:0}:host::before,:host::after{content:"";display:block;position:absolute;inset-block-start:calc((var(--post-device-sizing-interactive-stepper-indicator) - 2px)/2);height:2px;background-color:var(--post-scheme-color-interactive-primary-disabled-bg4);inset-inline:0}:host(:not(:first-of-type)){padding-inline-start:calc(var(--post-device-sizing-interactive-stepper-indicator) / 2)}:host(:not(:last-of-type)){padding-inline-end:calc(var(--post-device-sizing-interactive-stepper-indicator) / 2);grid-column:span 2}:host(:not(:first-of-type,:last-of-type))::before{inset-inline-end:50%}:host(:not(:first-of-type,:last-of-type))::after{inset-inline-start:50%}:host(.stepper-item-current:not(:last-of-type))::after,:host(.stepper-item-current:first-of-type)::before,:host(.stepper-item-after-current)::before,:host(.stepper-item-after-current:last-of-type)::after{background-color:var(--post-scheme-color-interactive-primary-enabled-fg1)}:host(.stepper-item-current:not(:first-of-type))::before,:host(.stepper-item-current:last-of-type)::after,:host(.stepper-item-completed)::after{background-color:var(--post-scheme-color-interactive-primary-selected-bg2);z-index:1}.stepper-item-content{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;position:relative;z-index:2;overflow:hidden;text-decoration:none;color:var(--post-scheme-color-interactive-primary-disabled-fg1);width:fit-content;word-break:break-word;font-size:var(--post-device-font-size-7)}:host(:not(:first-of-type,:last-of-type))>.stepper-item-content{margin-inline:auto;text-align:center}:host(:last-of-type)>.stepper-item-content{margin-inline-start:auto;margin-inline-end:-20px;text-align:end}:host(.stepper-item-completed)>.stepper-item-content{color:var(--post-scheme-color-interactive-primary-enabled-fg1)}:host(.stepper-item-current)>.stepper-item-content{font-weight:var(--post-device-font-weight-bold);color:var(--post-scheme-color-interactive-primary-enabled-fg1)}:host(.stepper-item-current)>.stepper-item-content::before{font-weight:var(--post-device-font-weight-regular);color:var(--post-scheme-color-interactive-primary-enabled-fg3)}.stepper-item-content::before{counter-increment:step-index;content:counter(step-index);display:flex;align-items:center;justify-content:center;z-index:1;height:var(--post-device-sizing-interactive-stepper-indicator);width:var(--post-device-sizing-interactive-stepper-indicator);box-sizing:border-box;margin-block-end:var(--post-device-spacing-gap-1);color:var(--post-scheme-color-interactive-primary-disabled-fg3);background-color:var(--post-scheme-color-interactive-primary-disabled-bg4);border:var(--post-device-border-width-default) solid var(--post-scheme-color-interactive-primary-disabled-stroke3);border-radius:var(--post-device-border-radius-round);text-indent:initial}:host(:not(:first-of-type,:last-of-type))>.stepper-item-content::before{margin-inline:auto}:host(:last-of-type)>.stepper-item-content::before{margin-inline-start:auto}:host(.stepper-item-completed)>.stepper-item-content::before{color:rgba(0,0,0,0);background-color:var(--post-scheme-color-interactive-primary-selected-stroke3);border-color:var(--post-scheme-color-interactive-primary-selected-stroke3)}:host(.stepper-item-current)>.stepper-item-content::before{color:var(--post-scheme-color-interactive-primary-enabled-fg3);background-color:var(--post-scheme-color-interactive-primary-enabled-bg2);border:var(--post-device-border-width-default) solid var(--post-scheme-color-interactive-primary-enabled-stroke3)}.stepper-item-content::after{display:block;position:absolute;inset-block-start:var(--post-device-border-width-default);z-index:1;background-color:var(--post-scheme-color-interactive-primary-enabled-fg3);mask-image:var(--post-icon-success-solid);background-color:currentColor;width:calc( var(--post-device-sizing-interactive-stepper-indicator) - (var(--post-device-border-width-default) * 2) );height:calc( var(--post-device-sizing-interactive-stepper-indicator) - (var(--post-device-border-width-default) * 2) );color:var(--post-scheme-color-interactive-primary-selected-bg2)}:root,:host{--post-icon-success-solid:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxzeW1ib2wgaWQ9Imktc3VjY2Vzcy1zb2xpZCI+PHN5bWJvbCBpZD0iczE2IiB2aWV3Qm94PSIwIDAgMTYgMTYiPjxwYXRoIGQ9Ik03Ljk5LS4wOUMzLjU4LS4wOSAwIDMuNDkgMCA3LjkxczMuNTggOCA3Ljk5IDggOC0zLjU4IDgtOC0zLjU4LTgtOC04bTMuMzIgNi4xTDcuNTIgMTEuMiA0LjYzIDguNDRhLjc0Ni43NDYgMCAwIDEtLjAyLTEuMDZjLjI5LS4zLjc2LS4zMSAxLjA2LS4wMmwxLjY1IDEuNTggMi43OC0zLjgxYS43NTEuNzUxIDAgMSAxIDEuMjIuODhaIi8+PC9zeW1ib2w+PHN5bWJvbCBpZD0iczI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiPjxwYXRoIGQ9Ik0xMS45OSAwQzUuMzYgMCAwIDUuMzggMCAxMnM1LjM3IDEyIDEyIDEyIDEyLTUuMzcgMTItMTJTMTguNjIgMCAxMS45OSAwbTQuNzcgOC44Ni01LjUxIDcuNTYtNC4xMy0zLjk1Yy0uMzUtLjMzLS4zNi0uODktLjAzLTEuMjRzLjg5LS4zNiAxLjI0LS4wM2wyLjY5IDIuNTcgNC4zMy01Ljk0Yy4yOC0uMzkuODMtLjQ4IDEuMjItLjE5LjM5LjI4LjQ4LjgzLjE5IDEuMjIiLz48L3N5bWJvbD48c3ltYm9sIGlkPSJzMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHBhdGggZD0iTTE1Ljk5IDBjLTguODQgMC0xNiA3LjE2LTE2IDE2czcuMTYgMTYgMTYgMTYgMTYtNy4xNiAxNi0xNi03LjE2LTE2LTE2LTE2bTYuNzkgMTEuMjItNy45MSAxMC44NS01Ljg1LTUuNThhLjk5Ni45OTYgMCAwIDEtLjAzLTEuNDEuOTk2Ljk5NiAwIDAgMSAxLjQxLS4wM2w0LjE5IDQuMDEgNi41Ny05LjAxYy4zMi0uNDUuOTUtLjU0IDEuNC0uMjIuNDUuMzMuNTQuOTUuMjIgMS40WiIvPjwvc3ltYm9sPjxzeW1ib2wgaWQ9InM0MCIgdmlld0JveD0iMCAwIDQwIDQwIj48cGF0aCBkPSJNMTkuOTktLjA2Yy0xMS4wNSAwLTIwIDguOTYtMjAgMjBzOC45NSAyMCAyMCAyMCAyMC04Ljk1IDIwLTIwLTguOTYtMjAtMjAtMjBtOC4zOCAxMy45Ni05LjgxIDEzLjQ1LTcuMjEtNi44OGMtLjQ1LS40My0uNDctMS4xNC0uMDQtMS41OXMxLjE0LS40NyAxLjU5LS4wNGw1LjM1IDUuMTEgOC4yOS0xMS4zOGMuMzctLjUgMS4wNy0uNjEgMS41Ny0uMjUuNS4zNy42MSAxLjA3LjI1IDEuNTdaIi8+PC9zeW1ib2w+PHN5bWJvbCBpZD0iczQ4IiB2aWV3Qm94PSIwIDAgNDggNDgiPjxwYXRoIGQ9Ik0yMy45OS0uMDFjLTEzLjI2IDAtMjQgMTAuNzQtMjQgMjRzMTAuNzUgMjQgMjQgMjQgMjQtMTAuNzUgMjQtMjQtMTAuNzUtMjQtMjQtMjRtOS45OCAxNi42OC0xMS43IDE2LjA1LTguNTYtOC4xOGExLjI1IDEuMjUgMCAwIDEtLjA0LTEuNzdjLjQ4LS41IDEuMjctLjUyIDEuNzctLjA0bDYuNSA2LjIxTDMxLjk2IDE1LjJjLjQxLS41NiAxLjE5LS42OCAxLjc1LS4yN3MuNjggMS4xOS4yNyAxLjc1WiIvPjwvc3ltYm9sPjxzeW1ib2wgaWQ9InM2NCIgdmlld0JveD0iMCAwIDY0IDY0Ij48cGF0aCBkPSJNMzEuOTggMGMtMTcuNjcgMC0zMiAxNC4zMi0zMiAzMnMxNC4zMyAzMiAzMiAzMiAzMi0xNC4zMyAzMi0zMi0xNC4zMi0zMi0zMi0zMm0xMy4wNyAyMi4wOC0xNS40IDIxLjEzLTExLjE4LTEwLjY4Yy0uNTUtLjUyLS41Ny0xLjM5LS4wNC0xLjk0LjUyLS41NSAxLjQtLjU3IDEuOTQtLjA0bDguOTEgOC41MSAxMy41NS0xOC41OWExLjM3NSAxLjM3NSAwIDAgMSAyLjIyIDEuNjJaIi8+PC9zeW1ib2w+PHVzZSBzdHlsZT0iZGlzcGxheTogdmFyKC0tczE2LCBub25lKSIgaHJlZj0iI3MxNiIvPjx1c2Ugc3R5bGU9ImRpc3BsYXk6IHZhcigtLXMyNCwgbm9uZSkiIGhyZWY9IiNzMjQiLz48dXNlIHN0eWxlPSJkaXNwbGF5OiB2YXIoLS1zMzIsIG5vbmUpIiBocmVmPSIjczMyIi8+PHVzZSBzdHlsZT0iZGlzcGxheTogdmFyKC0tczQwLCBub25lKSIgaHJlZj0iI3M0MCIvPjx1c2Ugc3R5bGU9ImRpc3BsYXk6IHZhcigtLXM0OCwgbm9uZSkiIGhyZWY9IiNzNDgiLz48dXNlIHN0eWxlPSJkaXNwbGF5OiB2YXIoLS1zNjQsIG5vbmUpIiBocmVmPSIjczY0Ii8+PC9zeW1ib2w+PC9kZWZzPjxzdHlsZT5AbWVkaWEgKG1heC13aWR0aDogMjMuOThweCkge2d7LS1zMTY6YmxvY2s7fX1AbWVkaWEgKG1pbi13aWR0aDogMjRweCkgYW5kIChtYXgtd2lkdGg6IDMxLjk4cHgpIHtney0tczI0OmJsb2NrO319QG1lZGlhIChtaW4td2lkdGg6IDMycHgpIGFuZCAobWF4LXdpZHRoOiAzOS45OHB4KSB7Z3stLXMzMjpibG9jazt9fUBtZWRpYSAobWluLXdpZHRoOiA0MHB4KSBhbmQgKG1heC13aWR0aDogNDcuOThweCkge2d7LS1zNDA6YmxvY2s7fX1AbWVkaWEgKG1pbi13aWR0aDogNDhweCkgYW5kIChtYXgtd2lkdGg6IDYzLjk4cHgpIHtney0tczQ4OmJsb2NrO319QG1lZGlhIChtaW4td2lkdGg6IDY0cHgpIHtney0tczY0OmJsb2NrO319PC9zdHlsZT48Zz48dXNlIGhyZWY9IiNpLXN1Y2Nlc3Mtc29saWQiLz48L2c+PC9zdmc+")}:host(:first-of-type)>.stepper-item-content::after{inset-inline-start:var(--post-device-border-width-default)}:host(:not(:first-of-type,:last-of-type))>.stepper-item-content::after{inset-inline-start:calc(50% - ( var(--post-device-sizing-interactive-stepper-indicator) - (var(--post-device-border-width-default) * 2) )/2)}:host(:last-of-type)>.stepper-item-content::after{inset-inline-end:var(--post-device-border-width-default)}:host(.stepper-item-completed)>.stepper-item-content::after{content:""}@media screen and (max-width: 779.98px){:host{flex-grow:1;margin-inline:0;padding:0 !important}:host::before{content:unset}:host::after{inset-inline-start:0 !important}:host(:last-of-type){flex:0 0 32px}:host(:last-of-type)::after{content:unset}.stepper-item-content{margin-inline:0 !important}.label{display:none}}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){:host::before,:host::after{background-color:CanvasText !important}:host(.stepper-item-current:not(:first-of-type))::before,:host(.stepper-item-current:last-of-type)::after,:host(.stepper-item-completed)::after,:host(.stepper-item-completed)::before{background-color:Highlight !important}.stepper-item-content::before{forced-color-adjust:none}:host(.stepper-item-current) .stepper-item-content::before{background-color:Canvas;color:CanvasText}:host(.stepper-item-completed) .stepper-item-content::before,:host(.stepper-item-inactive) .stepper-item-content::before{border-color:Canvas;background-color:CanvasText}:host(.stepper-item-inactive) .stepper-item-content::before{color:Canvas}.stepper-item-content::after{color:Canvas}}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);border:0}`;
22349
+ const postStepperItemCss = () => `:host{grid-row:1;position:relative;padding-inline-start:0}:host::before,:host::after{content:"";display:block;position:absolute;inset-block-start:calc((var(--post-device-sizing-interactive-stepper-indicator) - 2px)/2);height:2px;background-color:var(--post-scheme-color-interactive-primary-disabled-bg4);inset-inline:0}:host(:not(:first-of-type)){padding-inline-start:calc(var(--post-device-sizing-interactive-stepper-indicator) / 2)}:host(:not(:last-of-type)){padding-inline-end:calc(var(--post-device-sizing-interactive-stepper-indicator) / 2);grid-column:span 2}:host(:not(:first-of-type,:last-of-type))::before{inset-inline-end:50%}:host(:not(:first-of-type,:last-of-type))::after{inset-inline-start:50%}:host(.stepper-item-current:not(:last-of-type))::after,:host(.stepper-item-current:first-of-type)::before,:host(.stepper-item-after-current)::before,:host(.stepper-item-after-current:last-of-type)::after{background-color:var(--post-scheme-color-interactive-primary-enabled-fg1)}:host(.stepper-item-current:not(:first-of-type))::before,:host(.stepper-item-current:last-of-type)::after,:host(.stepper-item-completed)::after{background-color:var(--post-scheme-color-interactive-primary-selected-bg2);z-index:1}.stepper-item-content{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;position:relative;z-index:2;overflow:hidden;text-decoration:none;color:var(--post-scheme-color-interactive-primary-disabled-fg1);width:fit-content;word-break:break-word;font-size:var(--post-device-font-size-7)}:host(:not(:first-of-type,:last-of-type))>.stepper-item-content{margin-inline:auto;text-align:center}:host(:last-of-type)>.stepper-item-content{margin-inline-start:auto;margin-inline-end:-20px;text-align:end}:host(.stepper-item-completed)>.stepper-item-content{color:var(--post-scheme-color-interactive-primary-enabled-fg1)}:host(.stepper-item-selected)>.stepper-item-content{font-weight:var(--post-device-font-weight-bold)}:host(.stepper-item-selected)>.stepper-item-content::before{font-weight:var(--post-device-font-weight-regular)}:host(.stepper-item-current)>.stepper-item-content{color:var(--post-scheme-color-interactive-primary-enabled-fg1)}:host(.stepper-item-current)>.stepper-item-content::before{color:var(--post-scheme-color-interactive-primary-enabled-fg3)}.stepper-item-content::before{counter-increment:step-index;content:counter(step-index);display:flex;align-items:center;justify-content:center;z-index:1;height:var(--post-device-sizing-interactive-stepper-indicator);width:var(--post-device-sizing-interactive-stepper-indicator);box-sizing:border-box;margin-block-end:var(--post-device-spacing-gap-1);color:var(--post-scheme-color-interactive-primary-disabled-fg3);background-color:var(--post-scheme-color-interactive-primary-disabled-bg4);border:var(--post-device-border-width-default) solid var(--post-scheme-color-interactive-primary-disabled-stroke3);border-radius:var(--post-device-border-radius-round);text-indent:initial}:host(:not(:first-of-type,:last-of-type))>.stepper-item-content::before{margin-inline:auto}:host(:last-of-type)>.stepper-item-content::before{margin-inline-start:auto}:host(.stepper-item-completed)>.stepper-item-content::before{color:rgba(0,0,0,0);background-color:var(--post-scheme-color-interactive-primary-selected-bg2);border-color:var(--post-scheme-color-interactive-primary-selected-stroke3)}:host(.stepper-item-current)>.stepper-item-content::before{color:var(--post-scheme-color-interactive-primary-enabled-fg3);background-color:var(--post-scheme-color-interactive-primary-enabled-bg2);border:var(--post-device-border-width-default) solid var(--post-scheme-color-interactive-primary-enabled-stroke3)}.stepper-item-content::after{display:block;position:absolute;inset-block-start:calc((var(--post-device-sizing-interactive-stepper-indicator) - var(--post-device-sizing-interactive-icon-size7))/2);z-index:1;mask-image:var(--post-icon-checkmark-solid);background-color:currentColor;width:var(--post-device-sizing-interactive-icon-size7);height:var(--post-device-sizing-interactive-icon-size7);background-color:var(--post-scheme-color-interactive-primary-enabled-fg3)}:root,:host{--post-icon-checkmark-solid:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxzeW1ib2wgaWQ9ImktY2hlY2ttYXJrLXNvbGlkIj48c3ltYm9sIGlkPSJzMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZD0ibTcuNDkgMTIuOTktMy42NC0zLjljLS40Ny0uNS0uNDQtMS4zLjA2LTEuNzdzMS4yOS0uNDQgMS43Ny4wNmwxLjQ4IDEuNTggMy4wNS00LjYyYy4zOC0uNTggMS4xNi0uNzQgMS43My0uMzUuNTguMzguNzQgMS4xNi4zNSAxLjczeiIvPjwvc3ltYm9sPjxzeW1ib2wgaWQ9InMyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJtMTEuMTggMTguODgtNS4xNC01LjUxYTEuNSAxLjUgMCAwIDEgLjA3LTIuMTJjLjYtLjU2IDEuNTUtLjUzIDIuMTIuMDdsMi41NCAyLjcyIDQuODQtNy4zM2MuNDYtLjY5IDEuMzktLjg4IDIuMDgtLjQzLjY5LjQ2Ljg4IDEuMzkuNDMgMi4wOGwtNi45NCAxMC41MVoiLz48L3N5bWJvbD48c3ltYm9sIGlkPSJzMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHBhdGggZD0iTTE0Ljg3IDI0LjgxIDguMjMgMTcuN2MtLjY2LS43MS0uNjItMS44MS4wOC0yLjQ3LjcxLS42NiAxLjgxLS42MiAyLjQ3LjA4bDMuNjEgMy44NiA2LjYyLTEwLjA0Yy41My0uODEgMS42Mi0xLjAzIDIuNDItLjUuODEuNTMgMS4wMyAxLjYyLjUgMi40MkwxNC44NiAyNC44WiIvPjwvc3ltYm9sPjxzeW1ib2wgaWQ9InM0MCIgdmlld0JveD0iMCAwIDQwIDQwIj48cGF0aCBkPSJtMTguNTYgMzAuNi04LjE0LTguNzFjLS43NS0uODEtLjcxLTIuMDcuMS0yLjgzLjgxLS43NSAyLjA3LS43MSAyLjgzLjFsNC42NyA1IDguNDEtMTIuNzRhMiAyIDAgMCAxIDMuMzQgMi4yeiIvPjwvc3ltYm9sPjxzeW1ib2wgaWQ9InM0OCIgdmlld0JveD0iMCAwIDQ4IDQ4Ij48cGF0aCBkPSJtMjIuMjYgMzYuNTctOS42My0xMC4zMmMtLjg1LS45MS0uOC0yLjMzLjExLTMuMThzMi4zMy0uOCAzLjE4LjExbDUuNzQgNi4xNCAxMC4yLTE1LjQ1YTIuMjU0IDIuMjU0IDAgMCAxIDMuMTItLjY0YzEuMDQuNjggMS4zMiAyLjA4LjY0IDMuMTJMMjIuMjcgMzYuNTdaIi8+PC9zeW1ib2w+PHN5bWJvbCBpZD0iczY0IiB2aWV3Qm94PSIwIDAgNjQgNjQiPjxwYXRoIGQ9Ik0yOS42MSA0Ny45MSAxNy4yIDM0LjYyYTIuNDk3IDIuNDk3IDAgMSAxIDMuNjUtMy40MWw4LjA4IDguNjUgMTMuOTUtMjEuMTNhMi40OTkgMi40OTkgMCAwIDEgNC4xNyAyLjc1TDI5LjYgNDcuOTFaIi8+PC9zeW1ib2w+PHVzZSBzdHlsZT0iZGlzcGxheTogdmFyKC0tczE2LCBub25lKSIgaHJlZj0iI3MxNiIvPjx1c2Ugc3R5bGU9ImRpc3BsYXk6IHZhcigtLXMyNCwgbm9uZSkiIGhyZWY9IiNzMjQiLz48dXNlIHN0eWxlPSJkaXNwbGF5OiB2YXIoLS1zMzIsIG5vbmUpIiBocmVmPSIjczMyIi8+PHVzZSBzdHlsZT0iZGlzcGxheTogdmFyKC0tczQwLCBub25lKSIgaHJlZj0iI3M0MCIvPjx1c2Ugc3R5bGU9ImRpc3BsYXk6IHZhcigtLXM0OCwgbm9uZSkiIGhyZWY9IiNzNDgiLz48dXNlIHN0eWxlPSJkaXNwbGF5OiB2YXIoLS1zNjQsIG5vbmUpIiBocmVmPSIjczY0Ii8+PC9zeW1ib2w+PC9kZWZzPjxzdHlsZT5AbWVkaWEgKG1heC13aWR0aDogMjMuOThweCkge2d7LS1zMTY6YmxvY2s7fX1AbWVkaWEgKG1pbi13aWR0aDogMjRweCkgYW5kIChtYXgtd2lkdGg6IDMxLjk4cHgpIHtney0tczI0OmJsb2NrO319QG1lZGlhIChtaW4td2lkdGg6IDMycHgpIGFuZCAobWF4LXdpZHRoOiAzOS45OHB4KSB7Z3stLXMzMjpibG9jazt9fUBtZWRpYSAobWluLXdpZHRoOiA0MHB4KSBhbmQgKG1heC13aWR0aDogNDcuOThweCkge2d7LS1zNDA6YmxvY2s7fX1AbWVkaWEgKG1pbi13aWR0aDogNDhweCkgYW5kIChtYXgtd2lkdGg6IDYzLjk4cHgpIHtney0tczQ4OmJsb2NrO319QG1lZGlhIChtaW4td2lkdGg6IDY0cHgpIHtney0tczY0OmJsb2NrO319PC9zdHlsZT48Zz48dXNlIGhyZWY9IiNpLWNoZWNrbWFyay1zb2xpZCIvPjwvZz48L3N2Zz4=")}:host(:first-of-type)>.stepper-item-content::after{inset-inline-start:calc((var(--post-device-sizing-interactive-stepper-indicator) - var(--post-device-sizing-interactive-icon-size7))/2)}:host(:not(:first-of-type,:last-of-type))>.stepper-item-content::after{inset-inline-start:calc(50% - var(--post-device-sizing-interactive-icon-size7)/2)}:host(:last-of-type)>.stepper-item-content::after{inset-inline-end:calc((var(--post-device-sizing-interactive-stepper-indicator) - var(--post-device-sizing-interactive-icon-size7))/2)}:host(.stepper-item-completed)>.stepper-item-content::after{content:""}:host([aria-current=step])>.stepper-item-content::after{mask-image:var(--post-icon-edit-solid);background-color:currentColor;width:var(--post-device-sizing-interactive-icon-size4);height:var(--post-device-sizing-interactive-icon-size4);background-color:var(--post-scheme-color-interactive-primary-enabled-fg3);inset-block-start:calc((var(--post-device-sizing-interactive-stepper-indicator) - var(--post-device-sizing-interactive-icon-size4))/2)}:root,:host{--post-icon-edit-solid:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxzeW1ib2wgaWQ9ImktZWRpdC1zb2xpZCI+PHN5bWJvbCBpZD0iczE2IiB2aWV3Qm94PSIwIDAgMTYgMTYiPjxwYXRoIGQ9Im0xLjUgMTAuOTkgOC41LTguNXMuMDMuMDUuMDUuMDdsMy41IDMuNDUtOC41MiA4LjUxem0tLjkyIDEuMi0uNTYgMy44IDMuODEtLjU2LTMuMjQtMy4yNFptMTUuMjUtOS4zN0wxMy4xOS4xOGEuNjMuNjMgMCAwIDAtLjg4IDBsLTEuMjcgMS4yN3MuMDQuMDIuMDYuMDRsMy41IDMuNDUgMS4yMy0xLjIzYy4yNC0uMjQuMjQtLjY0IDAtLjg4WiIvPjwvc3ltYm9sPjxzeW1ib2wgaWQ9InMyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNNS44NCAyMy4xNS4wMiAyNGwuODUtNS44MnptMS40MS0xLjA4TDIwLjQ5IDguODNsLTUuMjUtNS4xN3MtLjA0LS4wNy0uMDctLjFMMS45NSAxNi43OGw1LjMgNS4zWm0xNi41LTE3LjgzTDE5Ljc4LjI3YS45MzYuOTM2IDAgMCAwLTEuMzMgMGwtMi4wOSAyLjA5cy4wNi4wMy4wOS4wNmw1LjI2IDUuMTggMi4wMy0yLjAzYy4zNy0uMzcuMzctLjk2IDAtMS4zM1oiLz48L3N5bWJvbD48c3ltYm9sIGlkPSJzMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHBhdGggZD0ibTguMDcgMzAuNzctOC4wNCAxLjIgMS4yMS04LjA3em0xLjUzLTEuMzEgMTcuODMtMTcuODQtNi45OS02Ljg5cy0uMDYtLjA5LS4wOS0uMTRMMi41NiAyMi4zOGw3LjAzIDcuMDdaTTMxLjY2IDUuNjIgMjYuMzcuMzNjLS40OS0uNDktMS4yOC0uNDktMS43NiAwbC0yLjg5IDIuODlzLjA5LjA0LjEyLjA4bDcuMDEgNi45IDIuODItMi44MmMuNDktLjQ5LjQ5LTEuMjggMC0xLjc2WiIvPjwvc3ltYm9sPjxzeW1ib2wgaWQ9InM0MCIgdmlld0JveD0iMCAwIDQwIDQwIj48cGF0aCBkPSJNMi40MSAyOC43OSAyNS41MiA1LjcxYy4wNC4wNi4wNi4xMi4xMS4xN2w4Ljc0IDguNkwxMS4yMyAzNy42em0tMS4wMiAyLjE2TC4wNCA0MC4wMWw5LjA0LTEuMzktNy42OS03LjY4Wk0zOS41OCA3LjA3IDMyLjk3LjQ3Yy0uNjEtLjYxLTEuNi0uNjEtMi4yMSAwbC0zLjcgMy43Yy4wNS4wNC4xMS4wNi4xNS4xbDguNzYgOC42MSAzLjYxLTMuNjFjLjYxLS42MS42MS0xLjYgMC0yLjIiLz48L3N5bWJvbD48c3ltYm9sIGlkPSJzNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCI+PHBhdGggZD0iTTIuODMgMzQuNTggMzEuMyA2LjExYy4wNS4wNy4wOC4xNC4xNC4ybDEwLjQ5IDEwLjMzLTI4LjU1IDI4LjU0em0tMS4xOCAyLjM2TDAgNDhsMTAuOTktMS42NnpNNDcuNDYgOC40NyAzOS41My41NGMtLjczLS43My0xLjkyLS43My0yLjY1IDBsLTMuODcgMy44N2MuMDYuMDQuMTMuMDcuMTkuMTJsMTAuNTEgMTAuMzQgMy43NS0zLjc1Yy43My0uNzMuNzMtMS45MiAwLTIuNjUiLz48L3N5bWJvbD48c3ltYm9sIGlkPSJzNjQiIHZpZXdCb3g9IjAgMCA2NCA2NCI+PHBhdGggZD0iTTE1LjA4IDYxLjcyIDAgNjMuOThsMi4zLTE1LjA0ek00Mi41MiA3Ljg0Yy0uMDgtLjA4LS4xMy0uMTgtLjE5LS4yOEwzLjU5IDQ2LjM0bDE0LjA5IDE0LjA5LTEuMDcgMS4wN2guMDJMNTYuNSAyMS42em0yMC43NiAzLjQ1TDUyLjcxLjcxYy0uOTctLjk3LTIuNTUtLjk3LTMuNTMgMGwtNC45OSA1Yy4wOS4wNS4xOC4xLjI2LjE3bDEzLjk5IDEzLjc4IDQuODQtNC44NGMuOTctLjk3Ljk3LTIuNTUgMC0zLjUzIi8+PC9zeW1ib2w+PHVzZSBzdHlsZT0iZGlzcGxheTogdmFyKC0tczE2LCBub25lKSIgaHJlZj0iI3MxNiIvPjx1c2Ugc3R5bGU9ImRpc3BsYXk6IHZhcigtLXMyNCwgbm9uZSkiIGhyZWY9IiNzMjQiLz48dXNlIHN0eWxlPSJkaXNwbGF5OiB2YXIoLS1zMzIsIG5vbmUpIiBocmVmPSIjczMyIi8+PHVzZSBzdHlsZT0iZGlzcGxheTogdmFyKC0tczQwLCBub25lKSIgaHJlZj0iI3M0MCIvPjx1c2Ugc3R5bGU9ImRpc3BsYXk6IHZhcigtLXM0OCwgbm9uZSkiIGhyZWY9IiNzNDgiLz48dXNlIHN0eWxlPSJkaXNwbGF5OiB2YXIoLS1zNjQsIG5vbmUpIiBocmVmPSIjczY0Ii8+PC9zeW1ib2w+PC9kZWZzPjxzdHlsZT5AbWVkaWEgKG1heC13aWR0aDogMjMuOThweCkge2d7LS1zMTY6YmxvY2s7fX1AbWVkaWEgKG1pbi13aWR0aDogMjRweCkgYW5kIChtYXgtd2lkdGg6IDMxLjk4cHgpIHtney0tczI0OmJsb2NrO319QG1lZGlhIChtaW4td2lkdGg6IDMycHgpIGFuZCAobWF4LXdpZHRoOiAzOS45OHB4KSB7Z3stLXMzMjpibG9jazt9fUBtZWRpYSAobWluLXdpZHRoOiA0MHB4KSBhbmQgKG1heC13aWR0aDogNDcuOThweCkge2d7LS1zNDA6YmxvY2s7fX1AbWVkaWEgKG1pbi13aWR0aDogNDhweCkgYW5kIChtYXgtd2lkdGg6IDYzLjk4cHgpIHtney0tczQ4OmJsb2NrO319QG1lZGlhIChtaW4td2lkdGg6IDY0cHgpIHtney0tczY0OmJsb2NrO319PC9zdHlsZT48Zz48dXNlIGhyZWY9IiNpLWVkaXQtc29saWQiLz48L2c+PC9zdmc+")}:host([aria-current=step]:first-of-type)>.stepper-item-content::after{inset-inline-start:calc((var(--post-device-sizing-interactive-stepper-indicator) - var(--post-device-sizing-interactive-icon-size4))/2)}:host([aria-current=step]:not(:first-of-type,:last-of-type))>.stepper-item-content::after{inset-inline-start:calc(50% - var(--post-device-sizing-interactive-icon-size4)/2)}@media screen and (max-width: 779.98px){:host{flex-grow:1;margin-inline:0;padding:0 !important}:host::before{content:unset}:host::after{inset-inline-start:0 !important}:host(:last-of-type){flex:0 0 32px}:host(:last-of-type)::after{content:unset}.stepper-item-content{margin-inline:0 !important}.label{display:none}}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){:host::before,:host::after{background-color:CanvasText !important}:host(.stepper-item-current:not(:first-of-type))::before,:host(.stepper-item-current:last-of-type)::after,:host(.stepper-item-completed)::after,:host(.stepper-item-completed)::before{background-color:Highlight !important}.stepper-item-content::before{forced-color-adjust:none}:host(.stepper-item-current) .stepper-item-content::before{background-color:Canvas;color:CanvasText}:host(.stepper-item-completed) .stepper-item-content::before,:host(.stepper-item-inactive) .stepper-item-content::before{border-color:Canvas;background-color:CanvasText}:host(.stepper-item-inactive) .stepper-item-content::before{color:Canvas}.stepper-item-content::after{color:Canvas}}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);border:0}`;
22756
22350
 
22757
22351
  class PostStepperItem {
22758
22352
  constructor(hostRef) {
22759
22353
  registerInstance(this, hostRef);
22760
22354
  }
22761
22355
  render() {
22762
- return (hAsync(Host, { key: '6a9e7ce6dbe2402b04a40db2a177fa7b5666140f', "data-version": version$1, role: "listitem" }, hAsync("span", { key: 'b4b90071f8a99226490d54463a3f9ae0222d5b56', class: "stepper-item-content" }, hAsync("span", { key: '918f3caaf03d07998c28a4620ee2bee7b5ec2f2c', class: "step-hidden-label visually-hidden" }), hAsync("span", { key: 'a4169e9cba976cbf09560ce05a5ab1a9b1c182a1', class: "label" }, hAsync("slot", { key: 'e200808f2b0d757f12dff465547eb84eeb1f8b71' })))));
22356
+ return (hAsync(Host, { key: '95ebc80981c11cb53b992b55292c8588ece1425d', "data-version": version$1, role: "listitem" }, hAsync("span", { key: '64a3d6e185d0df66e89e63a09e934129cd51c00f', class: "stepper-item-content" }, hAsync("span", { key: '936c9473e1644a6f77a8b510a9159f3258ab97cc', class: "step-hidden-label visually-hidden" }), hAsync("span", { key: 'd6d256202dd0cc53f106d8452660e96b77557219', class: "label" }, hAsync("slot", { key: 'fe6ce78b72bbb24879fd4b5eba9594d8ef135bc2' })))));
22763
22357
  }
22764
22358
  static get style() { return postStepperItemCss(); }
22765
22359
  static get cmpMeta() { return {
@@ -22806,7 +22400,7 @@ class PostTabItem {
22806
22400
  this.isNavigationMode = hasAnchor;
22807
22401
  }
22808
22402
  render() {
22809
- return (hAsync(Host, { key: 'f7e1c00ed73b796ac8b2994f5f6a1825318faae2', id: this.tabId, role: !this.isNavigationMode ? 'tab' : undefined, "data-version": version$1, "data-navigation-mode": this.isNavigationMode.toString(), "aria-selected": !this.isNavigationMode ? 'false' : undefined, tabindex: !this.isNavigationMode ? '-1' : undefined, class: !this.isNavigationMode ? 'tab-title' : 'nav-item' }, hAsync("slot", { key: 'cc1fb5a02298dc775bbaacec051d51d96603ce73' })));
22403
+ return (hAsync(Host, { key: 'e660f8e1051523a4a88a0ad4808b294c2f80bcbb', id: this.tabId, role: !this.isNavigationMode ? 'tab' : undefined, "data-version": version$1, "data-navigation-mode": this.isNavigationMode.toString(), "aria-selected": !this.isNavigationMode ? 'false' : undefined, tabindex: !this.isNavigationMode ? '-1' : undefined, class: !this.isNavigationMode ? 'tab-title' : 'nav-item' }, hAsync("slot", { key: '9e5ec2ac67fbf1c56b8f7bd11205438d5ce08956' })));
22810
22404
  }
22811
22405
  get host() { return getElement(this); }
22812
22406
  static get watchers() { return {
@@ -22847,7 +22441,7 @@ class PostTabPanel {
22847
22441
  this.panelId = `panel-${this.host.id || nanoid(6)}`;
22848
22442
  }
22849
22443
  render() {
22850
- return (hAsync(Host, { key: '58743e382638b78c8e2bf020a94981e54f8c20d8', "data-version": version$1, id: this.panelId, role: "tabpanel", slot: "panels" }, hAsync("slot", { key: 'ab35770da08e7ece64d03ab2fa8811b04a42ddd0' })));
22444
+ return (hAsync(Host, { key: '27d2f9dedd65a3500d477ce979ace6d9eb0d429a', "data-version": version$1, id: this.panelId, role: "tabpanel", slot: "panels" }, hAsync("slot", { key: '890e7ec2bcf451d3281b224601597db281d6da58' })));
22851
22445
  }
22852
22446
  get host() { return getElement(this); }
22853
22447
  static get watchers() { return {
@@ -23004,7 +22598,7 @@ class PostTabs {
23004
22598
  // This works even before post-tab-item sets data-navigation-mode attribute
23005
22599
  const hasNavigationTabs = this.tabs.some(tab => {
23006
22600
  const hasAnchor = tab.querySelector('a') !== null;
23007
- const navModeAttr = tab.getAttribute('data-navigation-mode') === 'true';
22601
+ const navModeAttr = tab.dataset.navigationMode === 'true';
23008
22602
  return hasAnchor || navModeAttr;
23009
22603
  });
23010
22604
  const hasPanels = this.panels.length > 0;
@@ -23153,7 +22747,7 @@ class PostTabs {
23153
22747
  nextTab = this.tabs[activeTabIndex + 1] || this.tabs[0];
23154
22748
  }
23155
22749
  else {
23156
- nextTab = this.tabs[activeTabIndex - 1] || this.tabs[this.tabs.length - 1];
22750
+ nextTab = this.tabs[activeTabIndex - 1] || this.tabs.at(-1);
23157
22751
  }
23158
22752
  if (!nextTab)
23159
22753
  return;
@@ -23162,10 +22756,10 @@ class PostTabs {
23162
22756
  }
23163
22757
  render() {
23164
22758
  const TabsContainer = this.isNavigationMode ? 'nav' : 'div';
23165
- return (hAsync(Host, { key: '49a99226d7f864145e690f6d04c6546ef0a28995', "data-version": version$1 }, hAsync("div", { key: '22684318ed59ae75a81ed00172db0626395d108e', class: "tabs-wrapper", part: "post-tabs" }, hAsync(TabsContainer, { key: 'da2d1befa91d9d1012dbfb30ebe0c03b5b244930', class: "tabs", role: this.isNavigationMode ? undefined : 'tablist', "aria-label": this.isNavigationMode ? this.label : undefined }, hAsync("slot", { key: '7daf4d6ba4e3b8307919fcd52b98540e97c4a2a3', onSlotchange: () => {
22759
+ return (hAsync(Host, { key: '5ae75fc550faae05dbca22e815a75e05f5cebc54', "data-version": version$1 }, hAsync("div", { key: '606990249519c2504e47e24b1e1b95c660278828', class: "tabs-wrapper", part: "post-tabs" }, hAsync(TabsContainer, { key: 'ed0a4b53c47bc808e0c0713f4d014338e0124e37', class: "tabs", role: this.isNavigationMode ? undefined : 'tablist', "aria-label": this.isNavigationMode ? this.label : undefined }, hAsync("slot", { key: 'ec504e221fb5694fea03630da0671b7c2c827648', onSlotchange: () => {
23166
22760
  this.moveMisplacedTabs();
23167
22761
  this.enableTabs();
23168
- } }))), !this.isNavigationMode && (hAsync("div", { key: '365b85a14d4b5af73ab0fdd477208b138a185543', class: "tab-content", part: "post-tabs-content" }, hAsync("slot", { key: 'feb5c8a13b896112a7fce0c598d761d2a3e56cfe', name: "panels", onSlotchange: () => this.moveMisplacedPanels() })))));
22762
+ } }))), !this.isNavigationMode && (hAsync("div", { key: '4bfd0fb25e0070b0a8ebeef0127cb8ac2b097bc0', class: "tab-content", part: "post-tabs-content" }, hAsync("slot", { key: 'ecf2630c87dce6a797c1c13d31e5ead2b7f903d8', name: "panels", onSlotchange: () => this.moveMisplacedPanels() })))));
23169
22763
  }
23170
22764
  get host() { return getElement(this); }
23171
22765
  static get watchers() { return {
@@ -23220,7 +22814,7 @@ class PostTogglebutton {
23220
22814
  this.host.addEventListener('keydown', (e) => this.handleKeydown(e), { capture: true });
23221
22815
  }
23222
22816
  render() {
23223
- return (hAsync(Host, { key: '723a7d107537a8399e193ef9fe40eec67c0a15a2', "data-version": version$1, role: "button", tabindex: "0", "aria-pressed": this.toggled.toString() }, hAsync("slot", { key: '38849e487b4db78584033e51e94b674804966d0b' })));
22817
+ return (hAsync(Host, { key: 'fdf27aa68db2c3e6757176894b5b293a563e444d', "data-version": version$1, role: "button", tabindex: "0", "aria-pressed": this.toggled.toString() }, hAsync("slot", { key: '2be2ca3e516a3ee6f39f9dc943142cf5e138d1b2' })));
23224
22818
  }
23225
22819
  get host() { return getElement(this); }
23226
22820
  static get style() { return postTogglebuttonCss(); }
@@ -23301,7 +22895,7 @@ class PostTooltip {
23301
22895
  }
23302
22896
  render() {
23303
22897
  const popoverClass = `${this.arrow ? 'has-arrow' : ''}`;
23304
- return (hAsync(Host, { key: '19dd435450b50c6f00fb767b64f02196e2753a61', "data-version": version$1 }, hAsync("post-popovercontainer", { key: 'a12f9c038b279946187377a083014dee7b1b767f', safeSpace: "trapezoid", class: popoverClass, role: "tooltip", arrow: this.arrow, placement: this.placement, onPostBeforeToggle: e => this.handleBeforeToggle(e), ref: (el) => (this.popoverRef = el) }, hAsync("slot", { key: '4a7009fb3ec0cc938f486de0796f3e4776462ba8' }))));
22898
+ return (hAsync(Host, { key: 'e3dd0e3b779563948a727958237ffb5ee3786c67', "data-version": version$1 }, hAsync("post-popovercontainer", { key: 'bcc80a61fa0292191efc0525c410630b8dbb29e3', safeSpace: "trapezoid", class: popoverClass, role: "tooltip", arrow: this.arrow, placement: this.placement, onPostBeforeToggle: e => this.handleBeforeToggle(e), ref: (el) => (this.popoverRef = el) }, hAsync("slot", { key: '3b07a74f1edc3d7fc49211b4f85188ad8a05acad' }))));
23305
22899
  }
23306
22900
  get host() { return getElement(this); }
23307
22901
  static get watchers() { return {
@@ -23330,11 +22924,6 @@ class PostTooltip {
23330
22924
  const postTooltipTriggerCss = () => `post-tooltip-trigger{vertical-align:top}:host{cursor:pointer}`;
23331
22925
 
23332
22926
  const TRIGGER_EVENTS = ['pointerenter', 'pointerleave', 'focusin', 'focusout', 'long-press'];
23333
- if (IS_BROWSER) {
23334
- (async () => {
23335
- await Promise.resolve().then(function () { return longPressEvent; });
23336
- })();
23337
- }
23338
22927
  /**
23339
22928
  * @slot default - Content to trigger the tooltip. Can contain any focusable element or will be made focusable automatically.
23340
22929
  */
@@ -23360,10 +22949,7 @@ class PostTooltipTrigger {
23360
22949
  checkEmptyOrType(this, 'for', 'string');
23361
22950
  }
23362
22951
  get tooltip() {
23363
- if (!IS_BROWSER)
23364
- return null;
23365
- const ref = document.getElementById(this.for);
23366
- return ref?.localName === 'post-tooltip' ? ref : null;
22952
+ return null;
23367
22953
  }
23368
22954
  componentDidLoad() {
23369
22955
  this.setupTrigger();
@@ -23404,7 +22990,7 @@ class PostTooltipTrigger {
23404
22990
  setupTrigger() {
23405
22991
  this.trigger = this.host.querySelector('*');
23406
22992
  if (this.trigger) {
23407
- if (!isFocusable$1(this.trigger)) {
22993
+ if (!isFocusable(this.trigger)) {
23408
22994
  this.trigger.setAttribute('tabindex', '0');
23409
22995
  }
23410
22996
  const describedBy = this.trigger.getAttribute('aria-describedby') || '';
@@ -23479,7 +23065,7 @@ class PostTooltipTrigger {
23479
23065
  interestHandler() {
23480
23066
  if (this.trigger) {
23481
23067
  if (this.delay > 0) {
23482
- this.delayTimeout = window.setTimeout(() => {
23068
+ this.delayTimeout = globalThis.setTimeout(() => {
23483
23069
  this.tooltip?.show(this.trigger);
23484
23070
  this.delayTimeout = null;
23485
23071
  }, this.delay);
@@ -23497,7 +23083,7 @@ class PostTooltipTrigger {
23497
23083
  this.tooltip?.hide();
23498
23084
  }
23499
23085
  render() {
23500
- return (hAsync(Host, { key: '070c1d7c9cbf685113debb314766b2dde8dfe126', "data-version": version$1 }, hAsync("slot", { key: 'b9c2c1339bd54061490e4f8c6303d9290a59dafa', onSlotchange: () => this.handleSlotChange() })));
23086
+ return (hAsync(Host, { key: '130a5d8ad8e981ee3f46fbbfcab74afd4c2dce18', "data-version": version$1 }, hAsync("slot", { key: '6718994fc17acb24dbc176110c9a0356c4158e38', onSlotchange: () => this.handleSlotChange() })));
23501
23087
  }
23502
23088
  get host() { return getElement(this); }
23503
23089
  static get watchers() { return {
@@ -23522,6 +23108,7 @@ class PostTooltipTrigger {
23522
23108
  registerComponents([
23523
23109
  PostAccordion,
23524
23110
  PostAccordionItem,
23111
+ PostAutocomplete,
23525
23112
  PostAvatar,
23526
23113
  PostBackToTop,
23527
23114
  PostBanner,
@@ -23530,14 +23117,15 @@ registerComponents([
23530
23117
  PostClosebutton,
23531
23118
  PostCollapsible,
23532
23119
  PostCollapsibleTrigger,
23533
- PostDatepicker,
23534
- PostEnvTest,
23120
+ PostDatePicker,
23535
23121
  PostFooter,
23536
23122
  PostHeader,
23537
23123
  PostIcon,
23538
23124
  PostLanguageMenu,
23539
23125
  PostLanguageMenuItem,
23540
23126
  PostLinkarea,
23127
+ PostListbox,
23128
+ PostListboxOption,
23541
23129
  PostLogo,
23542
23130
  PostMainnavigation,
23543
23131
  PostMegadropdown,
@@ -23561,275 +23149,6 @@ registerComponents([
23561
23149
  PostTooltipTrigger,
23562
23150
  ]);
23563
23151
 
23564
- /*!
23565
- * long-press-event - v@version@
23566
- * Pure JavaScript long-press-event
23567
- * https://github.com/john-doherty/long-press-event
23568
- * @author John Doherty <www.johndoherty.info>
23569
- * @license MIT
23570
- */
23571
- (function (window, document) {
23572
-
23573
- // local timer object based on rAF
23574
- var timer = null;
23575
-
23576
- // check if we're using a touch screen
23577
- var hasPointerEvents = (('PointerEvent' in window) || (window.navigator && 'msPointerEnabled' in window.navigator));
23578
- var isTouch = (('ontouchstart' in window) || (navigator.MaxTouchPoints > 0) || (navigator.msMaxTouchPoints > 0));
23579
-
23580
- // switch to pointer events or touch events if using a touch screen
23581
- var mouseDown = hasPointerEvents ? 'pointerdown' : isTouch ? 'touchstart' : 'mousedown';
23582
- var mouseUp = hasPointerEvents ? 'pointerup' : isTouch ? 'touchend' : 'mouseup';
23583
- var mouseMove = hasPointerEvents ? 'pointermove' : isTouch ? 'touchmove' : 'mousemove';
23584
- var mouseLeave = hasPointerEvents ? 'pointerleave' : isTouch ? 'touchleave' : 'mouseleave';
23585
-
23586
- // track number of pixels the mouse moves during long press
23587
- var startX = 0; // mouse x position when timer started
23588
- var startY = 0; // mouse y position when timer started
23589
- var maxDiffX = 10; // max number of X pixels the mouse can move during long press before it is canceled
23590
- var maxDiffY = 10; // max number of Y pixels the mouse can move during long press before it is canceled
23591
-
23592
- // patch CustomEvent to allow constructor creation (IE/Chrome)
23593
- if (typeof window.CustomEvent !== 'function') {
23594
-
23595
- window.CustomEvent = function (event, params) {
23596
-
23597
- params = params || { bubbles: false, cancelable: false, detail: undefined };
23598
-
23599
- var evt = document.createEvent('CustomEvent');
23600
- evt.initCustomEvent(event, params.bubbles, params.cancelable, params.detail);
23601
- return evt;
23602
- };
23603
-
23604
- window.CustomEvent.prototype = window.Event.prototype;
23605
- }
23606
-
23607
- // requestAnimationFrame() shim by Paul Irish
23608
- window.requestAnimFrame = (function () {
23609
- return window.requestAnimationFrame ||
23610
- window.webkitRequestAnimationFrame ||
23611
- window.mozRequestAnimationFrame ||
23612
- window.oRequestAnimationFrame ||
23613
- window.msRequestAnimationFrame || function (callback) {
23614
- window.setTimeout(callback, 1000 / 60);
23615
- };
23616
- })();
23617
-
23618
- /**
23619
- * Behaves the same as setTimeout except uses requestAnimationFrame() where possible for better performance
23620
- * @param {function} fn The callback function
23621
- * @param {int} delay The delay in milliseconds
23622
- * @returns {object} handle to the timeout object
23623
- */
23624
- function requestTimeout(fn, delay) {
23625
-
23626
- if (!window.requestAnimationFrame && !window.webkitRequestAnimationFrame &&
23627
- !(window.mozRequestAnimationFrame && window.mozCancelRequestAnimationFrame) && // Firefox 5 ships without cancel support
23628
- !window.oRequestAnimationFrame && !window.msRequestAnimationFrame) return window.setTimeout(fn, delay);
23629
-
23630
- var start = new Date().getTime();
23631
- var handle = {};
23632
-
23633
- var loop = function () {
23634
- var current = new Date().getTime();
23635
- var delta = current - start;
23636
-
23637
- if (delta >= delay) {
23638
- fn.call();
23639
- }
23640
- else {
23641
- handle.value = requestAnimFrame(loop);
23642
- }
23643
- };
23644
-
23645
- handle.value = requestAnimFrame(loop);
23646
-
23647
- return handle;
23648
- }
23649
-
23650
- /**
23651
- * Behaves the same as clearTimeout except uses cancelRequestAnimationFrame() where possible for better performance
23652
- * @param {object} handle The callback function
23653
- * @returns {void}
23654
- */
23655
- function clearRequestTimeout(handle) {
23656
- if (handle) {
23657
- window.cancelAnimationFrame ? window.cancelAnimationFrame(handle.value) :
23658
- window.webkitCancelAnimationFrame ? window.webkitCancelAnimationFrame(handle.value) :
23659
- window.webkitCancelRequestAnimationFrame ? window.webkitCancelRequestAnimationFrame(handle.value) : /* Support for legacy API */
23660
- window.mozCancelRequestAnimationFrame ? window.mozCancelRequestAnimationFrame(handle.value) :
23661
- window.oCancelRequestAnimationFrame ? window.oCancelRequestAnimationFrame(handle.value) :
23662
- window.msCancelRequestAnimationFrame ? window.msCancelRequestAnimationFrame(handle.value) :
23663
- clearTimeout(handle);
23664
- }
23665
- }
23666
-
23667
- /**
23668
- * Fires the 'long-press' event on element
23669
- * @param {MouseEvent|PointerEvent|TouchEvent} originalEvent The original event being fired
23670
- * @returns {void}
23671
- */
23672
- function fireLongPressEvent(originalEvent) {
23673
-
23674
- clearLongPressTimer();
23675
-
23676
- originalEvent = unifyEvent(originalEvent);
23677
-
23678
- // fire the long-press event
23679
- var allowClickEvent = this.dispatchEvent(new CustomEvent('long-press', {
23680
- bubbles: true,
23681
- cancelable: true,
23682
-
23683
- // custom event data (legacy)
23684
- detail: {
23685
- clientX: originalEvent.clientX,
23686
- clientY: originalEvent.clientY,
23687
- offsetX: originalEvent.offsetX,
23688
- offsetY: originalEvent.offsetY,
23689
- pageX: originalEvent.pageX,
23690
- pageY: originalEvent.pageY
23691
- },
23692
-
23693
- // add coordinate data that would typically acompany a touch/click event
23694
- clientX: originalEvent.clientX,
23695
- clientY: originalEvent.clientY,
23696
- offsetX: originalEvent.offsetX,
23697
- offsetY: originalEvent.offsetY,
23698
- pageX: originalEvent.pageX,
23699
- pageY: originalEvent.pageY,
23700
- screenX: originalEvent.screenX,
23701
- screenY: originalEvent.screenY
23702
- }));
23703
-
23704
- if (!allowClickEvent) {
23705
- // suppress the next click event if e.preventDefault() was called in long-press handler
23706
- document.addEventListener('click', function suppressEvent(e) {
23707
- document.removeEventListener('click', suppressEvent, true);
23708
- cancelEvent(e);
23709
- }, true);
23710
- }
23711
- }
23712
-
23713
- /**
23714
- * consolidates mouse, touch, and Pointer events
23715
- * @param {MouseEvent|PointerEvent|TouchEvent} e The original event being fired
23716
- * @returns {MouseEvent|PointerEvent|Touch}
23717
- */
23718
- function unifyEvent(e) {
23719
- if (e.changedTouches !== undefined) {
23720
- return e.changedTouches[0];
23721
- }
23722
- return e;
23723
- }
23724
-
23725
- /**
23726
- * method responsible for starting the long press timer
23727
- * @param {event} e - event object
23728
- * @returns {void}
23729
- */
23730
- function startLongPressTimer(e) {
23731
-
23732
- clearLongPressTimer();
23733
-
23734
- var el = e.target;
23735
-
23736
- // get delay from html attribute if it exists, otherwise default to 1500
23737
- var longPressDelayInMs = parseInt(getNearestAttribute(el, 'data-long-press-delay', '1500'), 10); // default 1500
23738
-
23739
- // start the timer
23740
- timer = requestTimeout(fireLongPressEvent.bind(el, e), longPressDelayInMs);
23741
- }
23742
-
23743
- /**
23744
- * method responsible for clearing a pending long press timer
23745
- * @param {event} e - event object
23746
- * @returns {void}
23747
- */
23748
- function clearLongPressTimer(e) {
23749
- clearRequestTimeout(timer);
23750
- timer = null;
23751
- }
23752
-
23753
- /**
23754
- * Cancels the current event
23755
- * @param {object} e - browser event object
23756
- * @returns {void}
23757
- */
23758
- function cancelEvent(e) {
23759
- e.stopImmediatePropagation();
23760
- e.preventDefault();
23761
- e.stopPropagation();
23762
- }
23763
-
23764
- /**
23765
- * Starts the timer on mouse down and logs current position
23766
- * @param {object} e - browser event object
23767
- * @returns {void}
23768
- */
23769
- function mouseDownHandler(e) {
23770
- startX = e.clientX;
23771
- startY = e.clientY;
23772
- startLongPressTimer(e);
23773
- }
23774
-
23775
- /**
23776
- * If the mouse moves n pixels during long-press, cancel the timer
23777
- * @param {object} e - browser event object
23778
- * @returns {void}
23779
- */
23780
- function mouseMoveHandler(e) {
23781
-
23782
- // calculate total number of pixels the pointer has moved
23783
- var diffX = Math.abs(startX - e.clientX);
23784
- var diffY = Math.abs(startY - e.clientY);
23785
-
23786
- // if pointer has moved more than allowed, cancel the long-press timer and therefore the event
23787
- if (diffX >= maxDiffX || diffY >= maxDiffY) {
23788
- clearLongPressTimer();
23789
- }
23790
- }
23791
-
23792
- /**
23793
- * Gets attribute off HTML element or nearest parent
23794
- * @param {object} el - HTML element to retrieve attribute from
23795
- * @param {string} attributeName - name of the attribute
23796
- * @param {any} defaultValue - default value to return if no match found
23797
- * @returns {any} attribute value or defaultValue
23798
- */
23799
- function getNearestAttribute(el, attributeName, defaultValue) {
23800
-
23801
- // walk up the dom tree looking for data-action and data-trigger
23802
- while (el && el !== document.documentElement) {
23803
-
23804
- var attributeValue = el.getAttribute(attributeName);
23805
-
23806
- if (attributeValue) {
23807
- return attributeValue;
23808
- }
23809
-
23810
- el = el.parentNode;
23811
- }
23812
-
23813
- return defaultValue;
23814
- }
23815
-
23816
- // hook events that clear a pending long press event
23817
- document.addEventListener(mouseUp, clearLongPressTimer, true);
23818
- document.addEventListener(mouseLeave, clearLongPressTimer, true);
23819
- document.addEventListener(mouseMove, mouseMoveHandler, true);
23820
- document.addEventListener('wheel', clearLongPressTimer, true);
23821
- document.addEventListener('scroll', clearLongPressTimer, true);
23822
- document.addEventListener('contextmenu', clearLongPressTimer, true);
23823
-
23824
- // hook events that can trigger a long press event
23825
- document.addEventListener(mouseDown, mouseDownHandler, true); // <- start
23826
-
23827
- }(window, document));
23828
-
23829
- var longPressEvent = /*#__PURE__*/Object.freeze({
23830
- __proto__: null
23831
- });
23832
-
23833
23152
  exports.hydrateApp = hydrateApp;
23834
23153
 
23835
23154