@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
@@ -1 +0,0 @@
1
- import{proxyCustomElement as t,HTMLElement as i,createEvent as o,h as e,Host as r,transformTag as n}from"@stencil/core/internal/client";import{g as a}from"./_commonjsHelpers.js";import{k as s,c as m}from"./breakpoints.js";import{I as p}from"./environment.js";import{d}from"./post-icon2.js";import{d as l}from"./post-popovercontainer2.js";var c,h={exports:{}},g=(c||(c=1,h.exports=function(){var t={d:function(i,o){for(var e in o)t.o(o,e)&&!t.o(i,e)&&Object.defineProperty(i,e,{enumerable:!0,get:o[e]})},o:function(t,i){return Object.prototype.hasOwnProperty.call(t,i)}},i={};t.d(i,{default:function(){return Y}});var o={days:"days",months:"months",years:"years",day:"day",month:"month",year:"year",eventChangeViewDate:"changeViewDate",eventChangeCurrentView:"changeCurrentView",eventChangeFocusDate:"changeFocusDate",eventChangeSelectedDate:"changeSelectedDate",eventChangeTime:"changeTime",eventChangeLastSelectedDate:"changeLastSelectedDate",actionSelectDate:"selectDate",actionUnselectDate:"unselectDate",cssClassWeekend:"-weekend-"},e={classes:"",inline:!1,locale:{days:["Воскресенье","Понедельник","Вторник","Среда","Четверг","Пятница","Суббота"],daysShort:["Вос","Пон","Вто","Сре","Чет","Пят","Суб"],daysMin:["Вс","Пн","Вт","Ср","Чт","Пт","Сб"],months:["Январь","Февраль","Март","Апрель","Май","Июнь","Июль","Август","Сентябрь","Октябрь","Ноябрь","Декабрь"],monthsShort:["Янв","Фев","Мар","Апр","Май","Июн","Июл","Авг","Сен","Окт","Ноя","Дек"],today:"Сегодня",clear:"Очистить",dateFormat:"dd.MM.yyyy",timeFormat:"HH:mm",firstDay:1},startDate:new Date,firstDay:"",weekends:[6,0],dateFormat:"",altField:"",altFieldDateFormat:"T",toggleSelected:!0,keyboardNav:!0,selectedDates:!1,container:"",isMobile:!1,visible:!1,position:"bottom left",offset:12,view:o.days,minView:o.days,showOtherMonths:!0,selectOtherMonths:!0,moveToOtherMonthsOnSelect:!0,showOtherYears:!0,selectOtherYears:!0,moveToOtherYearsOnSelect:!0,minDate:"",maxDate:"",disableNavWhenOutOfRange:!0,multipleDates:!1,multipleDatesSeparator:", ",range:!1,dynamicRange:!0,buttons:!1,monthsField:"monthsShort",showEvent:"focus",autoClose:!1,fixedHeight:!1,prevHtml:'<svg><path d="M 17,12 l -5,5 l 5,5"></path></svg>',nextHtml:'<svg><path d="M 14,12 l 5,5 l -5,5"></path></svg>',navTitles:{days:"MMMM, <i>yyyy</i>",months:"yyyy",years:"yyyy1 - yyyy2"},timepicker:!1,onlyTimepicker:!1,dateTimeSeparator:" ",timeFormat:"",minHours:0,maxHours:24,minMinutes:0,maxMinutes:59,hoursStep:1,minutesStep:1,onSelect:!1,onChangeViewDate:!1,onChangeView:!1,onRenderCell:!1,onShow:!1,onHide:!1,onClickDayName:!1};function r(t){let i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:document;return"string"==typeof t?i.querySelector(t):t}function n(){let{tagName:t="div",className:i="",innerHtml:o="",id:e="",attrs:r={}}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=document.createElement(t);return i&&n.classList.add(...i.split(" ")),e&&(n.id=e),o&&(n.innerHTML=o),r&&a(n,r),n}function a(t,i){for(let[o,e]of Object.entries(i))void 0!==e&&t.setAttribute(o,e);return t}function s(t){return new Date(t.getFullYear(),t.getMonth()+1,0).getDate()}function m(t){let i=t.getHours(),{hours:o,dayPeriod:e}=p(i);return{year:t.getFullYear(),month:t.getMonth(),fullMonth:t.getMonth()+1<10?"0"+(t.getMonth()+1):t.getMonth()+1,date:t.getDate(),fullDate:t.getDate()<10?"0"+t.getDate():t.getDate(),day:t.getDay(),hours:i,fullHours:d(i),hours12:o,dayPeriod:e,fullHours12:d(o),minutes:t.getMinutes(),fullMinutes:t.getMinutes()<10?"0"+t.getMinutes():t.getMinutes()}}function p(t){return{dayPeriod:t>11?"pm":"am",hours:t%12==0?12:t%12}}function d(t){return t<10?"0"+t:t}function l(t){let i=10*Math.floor(t.getFullYear()/10);return[i,i+9]}function c(){let t=[];for(var i=arguments.length,o=Array(i),e=0;e<i;e++)o[e]=arguments[e];return o.forEach((i=>{if("object"==typeof i)for(let o in i)i[o]&&t.push(o);else i&&t.push(i)})),t.join(" ")}function h(t,i){let e=arguments.length>2&&void 0!==arguments[2]?arguments[2]:o.days;if(!t||!i)return!1;let r=m(t),n=m(i);return{[o.days]:r.date===n.date&&r.month===n.month&&r.year===n.year,[o.months]:r.month===n.month&&r.year===n.year,[o.years]:r.year===n.year}[e]}function g(t,i,o){let e=v(t,!1).getTime(),r=v(i,!1).getTime();return o?e>=r:e>r}function u(t,i){return!g(t,i,!0)}function v(t){let i=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],o=new Date(t.getTime());return"boolean"!=typeof i||i||function(t){t.setHours(0,0,0,0)}(o),o}function x(t,i,o){t.length?t.forEach((t=>{t.addEventListener(i,o)})):t.addEventListener(i,o)}function f(t,i){return!(!t||t===document||t instanceof DocumentFragment)&&(t.matches(i)?t:f(t.parentNode,i))}function w(t,i,o){return t>o?o:t<i?i:t}function b(t){for(var i=arguments.length,o=Array(i>1?i-1:0),e=1;e<i;e++)o[e-1]=arguments[e];return o.filter((t=>t)).forEach((i=>{for(let[o,e]of Object.entries(i))if(void 0!==e&&"[object Object]"==""+e){let i=void 0!==t[o]?""+t[o]:void 0,r=""+e,n=Array.isArray(e)?[]:{};t[o]=t[o]?i!==r?n:t[o]:n,b(t[o],e)}else t[o]=e})),t}function y(t){let i=t;return t instanceof Date||("string"==typeof t&&/^\d{4}-\d{2}-\d{2}$/.test(t)&&(t+="T00:00:00"),i=new Date(t)),isNaN(i.getTime())&&(console.log(`Unable to convert value "${t}" to Date object`),i=!1),i}function k(t){let i="\\s|\\.|-|/|\\\\|,|\\$|\\!|\\?|:|;";return RegExp("(^|>|"+i+")("+t+")($|<|"+i+")","g")}function D(t,i,o){return(i=function(t){var i=function(t){if("object"!=typeof t||null===t)return t;var i=t[Symbol.toPrimitive];if(void 0!==i){var o=i.call(t,"string");if("object"!=typeof o)return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return t+""}(t);return"symbol"==typeof i?i:i+""}(i))in t?Object.defineProperty(t,i,{value:o,enumerable:!0,configurable:!0,writable:!0}):t[i]=o,t}class M{constructor(){let{type:t,date:i,dp:o,opts:e,body:r}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};D(this,"focus",(()=>{this.$cell.classList.add("-focus-"),this.focused=!0})),D(this,"removeFocus",(()=>{this.$cell.classList.remove("-focus-"),this.focused=!1})),D(this,"select",(()=>{this.$cell.classList.add("-selected-"),this.selected=!0})),D(this,"removeSelect",(()=>{this.$cell.classList.remove("-selected-","-range-from-","-range-to-"),this.selected=!1})),D(this,"onChangeSelectedDate",(()=>{this.isDisabled||(this._handleSelectedStatus(),this.opts.range&&this._handleRangeStatus())})),D(this,"onChangeFocusDate",(t=>{if(!t)return void(this.focused&&this.removeFocus());let i=h(t,this.date,this.type);i?this.focus():!i&&this.focused&&this.removeFocus(),this.opts.range&&this._handleRangeStatus()})),D(this,"render",(()=>(this.$cell.innerHTML=this._getHtml(),this._handleClasses(),this.$cell))),this.type=t,this.singleType=this.type.slice(0,-1),this.date=i,this.dp=o,this.opts=e,this.body=r,this.customData=!1,this.init()}init(){var t,i;let{onRenderCell:o}=this.opts;o&&(this.customData=o({date:this.date,cellType:this.singleType,datepicker:this.dp})),this._createElement(),this._bindDatepickerEvents(),null!==(t=this.customData)&&void 0!==t&&t.disabled?this.dp.disableDate(this.date):!1===(null===(i=this.customData)||void 0===i?void 0:i.disabled)&&this.dp.enableDate(this.date)}_bindDatepickerEvents(){this.dp.on(o.eventChangeSelectedDate,this.onChangeSelectedDate),this.dp.on(o.eventChangeFocusDate,this.onChangeFocusDate)}unbindDatepickerEvents(){this.dp.off(o.eventChangeSelectedDate,this.onChangeSelectedDate),this.dp.off(o.eventChangeFocusDate,this.onChangeFocusDate)}_createElement(){var t;let{year:i,month:o,fullMonth:e,date:r,fullDate:a}=m(this.date),s=(null===(t=this.customData)||void 0===t?void 0:t.attrs)||{};this.$cell=n({attrs:{"data-year":i,"data-month":o,"data-date":r,"data-iso-date":`${i}-${e}-${a}`,...s}}),this.$cell.adpCell=this}_getClassName(){var t;let i=new Date,{selectOtherMonths:e,selectOtherYears:r}=this.opts,{minDate:n,maxDate:a,isDateDisabled:s}=this.dp,{day:p}=m(this.date),d=this._isOutOfMinMaxRange(),l=s(this.date),g=c("air-datepicker-cell",`-${this.singleType}-`,{"-current-":h(i,this.date,this.type),"-min-date-":n&&h(n,this.date,this.type),"-max-date-":a&&h(a,this.date,this.type)}),u="";switch(this.type){case o.days:u=c({"-weekend-":this.dp.isWeekend(p),"-other-month-":this.isOtherMonth,"-disabled-":this.isOtherMonth&&!e||d||l});break;case o.months:u=c({"-disabled-":d});break;case o.years:u=c({"-other-decade-":this.isOtherDecade,"-disabled-":d||this.isOtherDecade&&!r})}return c(g,u,null===(t=this.customData)||void 0===t?void 0:t.classes).split(" ")}_getHtml(){var t;let{year:i,month:e,date:r}=m(this.date),{showOtherMonths:n,showOtherYears:a}=this.opts;if(null!==(t=this.customData)&&void 0!==t&&t.html)return this.customData.html;switch(this.type){case o.days:return!n&&this.isOtherMonth?"":r;case o.months:return this.dp.locale[this.opts.monthsField][e];case o.years:return!a&&this.isOtherDecade?"":i}}_isOutOfMinMaxRange(){let{minDate:t,maxDate:i}=this.dp,{type:e,date:r}=this,{month:n,year:a,date:s}=m(r),p=e===o.days,d=e===o.years,l=!!t&&new Date(a,d?t.getMonth():n,p?s:t.getDate()),c=!!i&&new Date(a,d?i.getMonth():n,p?s:i.getDate());return t&&i?u(l,t)||g(c,i):t?u(l,t):i?g(c,i):void 0}destroy(){this.unbindDatepickerEvents()}_handleRangeStatus(){const{selectedDates:t,focusDate:i,rangeDateTo:o,rangeDateFrom:e}=this.dp,r=t.length;if(this.$cell.classList.remove("-range-from-","-range-to-","-in-range-"),!r)return;let n=e,a=o;if(1===r&&i){const o=g(i,t[0]);n=o?t[0]:i,a=o?i:t[0]}let s=c({"-in-range-":n&&a&&(m=this.date,p=n,d=a,g(m,p)&&u(m,d)),"-range-from-":n&&h(this.date,n,this.type),"-range-to-":a&&h(this.date,a,this.type)});var m,p,d;s&&this.$cell.classList.add(...s.split(" "))}_handleSelectedStatus(){let t=this.dp._checkIfDateIsSelected(this.date,this.type);t?this.select():!t&&this.selected&&this.removeSelect()}_handleInitialFocusStatus(){h(this.dp.focusDate,this.date,this.type)&&this.focus()}_handleClasses(){this.$cell.setAttribute("class",""),this._handleInitialFocusStatus(),this.dp.hasSelectedDates&&(this._handleSelectedStatus(),this.dp.opts.range&&this._handleRangeStatus()),this.$cell.classList.add(...this._getClassName())}get isDisabled(){return this.$cell.matches(".-disabled-")}get isOtherMonth(){return this.dp.isOtherMonth(this.date)}get isOtherDecade(){return this.dp.isOtherDecade(this.date)}}function A(t,i,o){return(i=function(t){var i=function(t){if("object"!=typeof t||null===t)return t;var i=t[Symbol.toPrimitive];if(void 0!==i){var o=i.call(t,"string");if("object"!=typeof o)return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return t+""}(t);return"symbol"==typeof i?i:i+""}(i))in t?Object.defineProperty(t,i,{value:o,enumerable:!0,configurable:!0,writable:!0}):t[i]=o,t}let z={[o.days]:`<div class="air-datepicker-body--day-names"></div><div class="air-datepicker-body--cells -${o.days}-"></div>`,[o.months]:`<div class="air-datepicker-body--cells -${o.months}-"></div>`,[o.years]:`<div class="air-datepicker-body--cells -${o.years}-"></div>`};const j=".air-datepicker-cell";class C{constructor(t){let{dp:i,type:e,opts:r}=t;A(this,"handleClick",(t=>{let i=t.target.closest(j).adpCell;if(i.isDisabled)return;if(!this.dp.isMinViewReached)return void this.dp.down();let o=this.dp._checkIfDateIsSelected(i.date,i.type);o?this.dp._handleAlreadySelectedDates(o,i.date):this.dp.selectDate(i.date)})),A(this,"handleDayNameClick",(t=>{let i=t.target.getAttribute("data-day-index");this.opts.onClickDayName({dayIndex:Number(i),datepicker:this.dp})})),A(this,"onChangeCurrentView",(t=>{t!==this.type?this.hide():(this.show(),this.render())})),A(this,"onMouseOverCell",(t=>{let i=f(t.target,j);this.dp.setFocusDate(!!i&&i.adpCell.date)})),A(this,"onMouseOutCell",(()=>{this.dp.setFocusDate(!1)})),A(this,"onClickBody",(t=>{let{onClickDayName:i}=this.opts,o=t.target;o.closest(j)&&this.handleClick(t),i&&o.closest(".air-datepicker-body--day-name")&&this.handleDayNameClick(t)})),A(this,"onMouseDown",(t=>{this.pressed=!0;let i=f(t.target,j),o=i&&i.adpCell;h(o.date,this.dp.rangeDateFrom)&&(this.rangeFromFocused=!0),h(o.date,this.dp.rangeDateTo)&&(this.rangeToFocused=!0)})),A(this,"onMouseMove",(t=>{if(!this.pressed||!this.dp.isMinViewReached)return;t.preventDefault();let i=f(t.target,j),o=i&&i.adpCell,{selectedDates:e,rangeDateTo:r,rangeDateFrom:n}=this.dp;if(!o||o.isDisabled)return;let{date:a}=o;if(2===e.length){if(this.rangeFromFocused&&!g(a,r)){let{hours:t,minutes:i}=m(n);a.setHours(t),a.setMinutes(i),this.dp.rangeDateFrom=a,this.dp.replaceDate(n,a)}if(this.rangeToFocused&&!u(a,n)){let{hours:t,minutes:i}=m(r);a.setHours(t),a.setMinutes(i),this.dp.rangeDateTo=a,this.dp.replaceDate(r,a)}}})),A(this,"onMouseUp",(()=>{this.pressed=!1,this.rangeFromFocused=!1,this.rangeToFocused=!1})),A(this,"onChangeViewDate",((t,i)=>{if(!this.isVisible)return;let e=l(t),r=l(i);switch(this.dp.currentView){case o.days:if(h(t,i,o.months))return;break;case o.months:if(h(t,i,o.years))return;break;case o.years:if(e[0]===r[0]&&e[1]===r[1])return}this.render()})),A(this,"render",(()=>{this.destroyCells(),this._generateCells(),this.cells.forEach((t=>{this.$cells.appendChild(t.render())}))})),this.dp=i,this.type=e,this.opts=r,this.cells=[],this.$el="",this.pressed=!1,this.isVisible=!0,this.init()}init(){this._buildBaseHtml(),this.type===o.days&&this.renderDayNames(),this.render(),this._bindEvents(),this._bindDatepickerEvents()}_bindEvents(){let{range:t,dynamicRange:i}=this.opts;x(this.$el,"mouseover",this.onMouseOverCell),x(this.$el,"mouseout",this.onMouseOutCell),x(this.$el,"click",this.onClickBody),t&&i&&(x(this.$el,"mousedown",this.onMouseDown),x(this.$el,"mousemove",this.onMouseMove),x(window.document,"mouseup",this.onMouseUp))}_bindDatepickerEvents(){this.dp.on(o.eventChangeViewDate,this.onChangeViewDate),this.dp.on(o.eventChangeCurrentView,this.onChangeCurrentView)}_buildBaseHtml(){this.$el=n({className:`air-datepicker-body -${this.type}-`,innerHtml:z[this.type]}),this.$names=r(".air-datepicker-body--day-names",this.$el),this.$cells=r(".air-datepicker-body--cells",this.$el)}_getDayNamesHtml(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:this.dp.locale.firstDay,i="",e=this.dp.isWeekend,{onClickDayName:r}=this.opts,n=t,a=0;for(;a<7;){let t=n%7;i+=`<div class="${c("air-datepicker-body--day-name",{[o.cssClassWeekend]:e(t),"-clickable-":!!r})}" data-day-index='${t}'>${this.dp.locale.daysMin[t]}</div>`,a++,n++}return i}renderDayNames(){this.$names.innerHTML=this._getDayNamesHtml()}_generateCell(t){let{type:i,dp:o,opts:e}=this;return new M({type:i,dp:o,opts:e,date:t,body:this})}_generateCells(){C.getDatesFunction(this.type)(this.dp,(t=>{this.cells.push(this._generateCell(t))}))}show(){this.isVisible=!0,this.$el.classList.remove("-hidden-")}hide(){this.isVisible=!1,this.$el.classList.add("-hidden-")}destroyCells(){this.cells.forEach((t=>t.destroy())),this.cells=[],this.$cells.innerHTML=""}destroy(){this.destroyCells(),this.dp.off(o.eventChangeViewDate,this.onChangeViewDate),this.dp.off(o.eventChangeCurrentView,this.onChangeCurrentView)}static getDaysDates(t,i){let{viewDate:o,opts:{fixedHeight:e},locale:{firstDay:r}}=t,n=s(o),{year:a,month:p}=m(o),d=new Date(a,p,1),l=new Date(a,p,n),c=d.getDay()-r,h=6-l.getDay()+r;c=c<0?c+7:c,h=h>6?h-7:h;let g=function(t,i){let{year:o,month:e,date:r}=m(t);return new Date(o,e,r-i)}(d,c),u=n+c+h,v=g.getDate(),{year:x,month:f}=m(g),w=0;e&&(u=42);const b=[];for(;w<u;){let t=new Date(x,f,v+w);i&&i(t),b.push(t),w++}return b}static getMonthsDates(t,i){let{year:o}=t.parsedViewDate,e=0,r=[];for(;e<12;){const t=new Date(o,e);r.push(t),i&&i(t),e++}return r}static getYearsDates(t,i){let o=l(t.viewDate),e=o[1]+1,r=o[0]-1,n=[];for(;r<=e;){const t=new Date(r,0);n.push(t),i&&i(t),r++}return n}static getDatesFunction(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:o.days;return{[o.days]:C.getDaysDates,[o.months]:C.getMonthsDates,[o.years]:C.getYearsDates}[t]}}function N(t,i,o){return(i=function(t){var i=function(t){if("object"!=typeof t||null===t)return t;var i=t[Symbol.toPrimitive];if(void 0!==i){var o=i.call(t,"string");if("object"!=typeof o)return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return t+""}(t);return"symbol"==typeof i?i:i+""}(i))in t?Object.defineProperty(t,i,{value:o,enumerable:!0,configurable:!0,writable:!0}):t[i]=o,t}class S{constructor(t){let{dp:i,opts:o}=t;N(this,"onClickNav",(t=>{let i=f(t.target,".air-datepicker-nav--action");i&&this.dp[i.dataset.action]()})),N(this,"onChangeViewDate",(()=>{this.render(),this._resetNavStatus(),this.handleNavStatus()})),N(this,"onChangeCurrentView",(()=>{this.render(),this._resetNavStatus(),this.handleNavStatus()})),N(this,"onClickNavTitle",(()=>{this.dp.isFinalView||this.dp.up()})),N(this,"update",(()=>{let{prevHtml:t,nextHtml:i}=this.opts;this.$prev.innerHTML=t,this.$next.innerHTML=i,this._resetNavStatus(),this.render(),this.handleNavStatus()})),N(this,"renderDelay",(()=>{setTimeout(this.render)})),N(this,"render",(()=>{this.$title.innerHTML=this._getTitle(),function(t,i){for(let o in i)i[o]?t.classList.add(o):t.classList.remove(o)}(this.$title,{"-disabled-":this.dp.isFinalView})})),this.dp=i,this.opts=o,this.init()}init(){this._createElement(),this._buildBaseHtml(),this._defineDOM(),this.render(),this.handleNavStatus(),this._bindEvents(),this._bindDatepickerEvents()}_defineDOM(){this.$title=r(".air-datepicker-nav--title",this.$el),this.$prev=r('[data-action="prev"]',this.$el),this.$next=r('[data-action="next"]',this.$el)}_bindEvents(){this.$el.addEventListener("click",this.onClickNav),this.$title.addEventListener("click",this.onClickNavTitle)}_bindDatepickerEvents(){this.dp.on(o.eventChangeViewDate,this.onChangeViewDate),this.dp.on(o.eventChangeCurrentView,this.onChangeCurrentView),this.isNavIsFunction&&(this.dp.on(o.eventChangeSelectedDate,this.renderDelay),this.dp.opts.timepicker&&this.dp.on(o.eventChangeTime,this.render))}destroy(){this.dp.off(o.eventChangeViewDate,this.onChangeViewDate),this.dp.off(o.eventChangeCurrentView,this.onChangeCurrentView),this.isNavIsFunction&&(this.dp.off(o.eventChangeSelectedDate,this.renderDelay),this.dp.opts.timepicker&&this.dp.off(o.eventChangeTime,this.render))}_createElement(){this.$el=n({tagName:"nav",className:"air-datepicker-nav"})}_getTitle(){let{dp:t,opts:i}=this,o=i.navTitles[t.currentView];return"function"==typeof o?o(t):t.formatDate(t.viewDate,o)}handleNavStatus(){let{disableNavWhenOutOfRange:t}=this.opts,{minDate:i,maxDate:e}=this.dp;if(!i&&!e||!t)return;let{year:r,month:n}=this.dp.parsedViewDate,a=!!i&&m(i),s=!!e&&m(e);switch(this.dp.currentView){case o.days:i&&a.month>=n&&a.year>=r&&this._disableNav("prev"),e&&s.month<=n&&s.year<=r&&this._disableNav("next");break;case o.months:i&&a.year>=r&&this._disableNav("prev"),e&&s.year<=r&&this._disableNav("next");break;case o.years:{let t=l(this.dp.viewDate);i&&a.year>=t[0]&&this._disableNav("prev"),e&&s.year<=t[1]&&this._disableNav("next");break}}}_disableNav(t){r('[data-action="'+t+'"]',this.$el).classList.add("-disabled-")}_resetNavStatus(){!function(t){for(var i=arguments.length,o=Array(i>1?i-1:0),e=1;e<i;e++)o[e-1]=arguments[e];t.length?t.forEach((t=>{t.classList.remove(...o)})):t.classList.remove(...o)}(this.$el.querySelectorAll(".air-datepicker-nav--action"),"-disabled-")}_buildBaseHtml(){let{prevHtml:t,nextHtml:i}=this.opts;this.$el.innerHTML=`<div class="air-datepicker-nav--action" data-action="prev">${t}</div><div class="air-datepicker-nav--title"></div><div class="air-datepicker-nav--action" data-action="next">${i}</div>`}get isNavIsFunction(){let{navTitles:t}=this.opts;return Object.keys(t).find((i=>"function"==typeof t[i]))}}var L={today:{content:t=>t.locale.today,onClick:t=>t.setViewDate(new Date)},clear:{content:t=>t.locale.clear,onClick:t=>t.clear()}};class E{constructor(t){let{dp:i,opts:o}=t;this.dp=i,this.opts=o,this.init()}init(){this.createElement(),this.render()}createElement(){this.$el=n({className:"air-datepicker-buttons"})}destroy(){this.$el.parentNode.removeChild(this.$el)}clearHtml(){return this.$el.innerHTML="",this}generateButtons(){let{buttons:t}=this.opts;Array.isArray(t)||(t=[t]),t.forEach((t=>{let i=t;"string"==typeof t&&L[t]&&(i=L[t]);let o=this.createButton(i);i.onClick&&this.attachEventToButton(o,i.onClick),this.$el.appendChild(o)}))}attachEventToButton(t,i){t.addEventListener("click",(()=>{i(this.dp)}))}createButton(t){let{content:i,className:o,tagName:e="button",attrs:r={}}=t;return n({tagName:e,innerHtml:`<span tabindex='-1'>${"function"==typeof i?i(this.dp):i}</span>`,className:c("air-datepicker-button",o),attrs:r})}render(){this.generateButtons()}}function I(t,i,o){return(i=function(t){var i=function(t){if("object"!=typeof t||null===t)return t;var i=t[Symbol.toPrimitive];if(void 0!==i){var o=i.call(t,"string");if("object"!=typeof o)return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return t+""}(t);return"symbol"==typeof i?i:i+""}(i))in t?Object.defineProperty(t,i,{value:o,enumerable:!0,configurable:!0,writable:!0}):t[i]=o,t}class F{constructor(){let{opts:t,dp:i}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};I(this,"toggleTimepickerIsActive",(t=>{this.dp.timepickerIsActive=t})),I(this,"onChangeSelectedDate",(t=>{let{date:i,updateTime:o=!1}=t;i&&(this.setMinMaxTime(i),this.setCurrentTime(!!o&&i),this.addTimeToDate(i))})),I(this,"onChangeLastSelectedDate",(t=>{t&&(this.setTime(t),this.render())})),I(this,"onChangeInputRange",(t=>{let i=t.target;this[i.getAttribute("name")]=i.value,this.updateText(),this.dp.trigger(o.eventChangeTime,{hours:this.hours,minutes:this.minutes})})),I(this,"onMouseEnterLeave",(t=>{let i=t.target.getAttribute("name"),o=this.$minutesText;"hours"===i&&(o=this.$hoursText),o.classList.toggle("-focus-")})),I(this,"onFocus",(()=>{this.toggleTimepickerIsActive(!0)})),I(this,"onBlur",(()=>{this.toggleTimepickerIsActive(!1)})),this.opts=t,this.dp=i;let{timeFormat:e}=this.dp.locale;e&&(e.match(k("h"))||e.match(k("hh")))&&(this.ampm=!0),this.init()}init(){this.setTime(this.dp.lastSelectedDate||this.dp.viewDate),this.createElement(),this.buildHtml(),this.defineDOM(),this.render(),this.bindDatepickerEvents(),this.bindDOMEvents()}bindDatepickerEvents(){this.dp.on(o.eventChangeSelectedDate,this.onChangeSelectedDate),this.dp.on(o.eventChangeLastSelectedDate,this.onChangeLastSelectedDate)}bindDOMEvents(){let t="input";navigator.userAgent.match(/trident/gi)&&(t="change"),x(this.$ranges,t,this.onChangeInputRange),x(this.$ranges,"mouseenter",this.onMouseEnterLeave),x(this.$ranges,"mouseleave",this.onMouseEnterLeave),x(this.$ranges,"focus",this.onFocus),x(this.$ranges,"mousedown",this.onFocus),x(this.$ranges,"blur",this.onBlur)}createElement(){this.$el=n({className:c("air-datepicker-time",{"-am-pm-":this.dp.ampm})})}destroy(){this.dp.off(o.eventChangeSelectedDate,this.onChangeSelectedDate),this.dp.off(o.eventChangeLastSelectedDate,this.onChangeLastSelectedDate),this.$el.parentNode.removeChild(this.$el)}buildHtml(){let{ampm:t,hours:i,displayHours:o,minutes:e,minHours:r,minMinutes:n,maxHours:a,maxMinutes:s,dayPeriod:m,opts:{hoursStep:p,minutesStep:l}}=this;this.$el.innerHTML=`<div class="air-datepicker-time--current"> <span class="air-datepicker-time--current-hours">${d(o)}</span> <span class="air-datepicker-time--current-colon">:</span> <span class="air-datepicker-time--current-minutes">${d(e)}</span> `+(t?`<span class='air-datepicker-time--current-ampm'>${m}</span>`:"")+'</div><div class="air-datepicker-time--sliders"> <div class="air-datepicker-time--row">'+` <input type="range" name="hours" value="${i}" min="${r}" max="${a}" step="${p}"/> </div> <div class="air-datepicker-time--row">`+` <input type="range" name="minutes" value="${e}" min="${n}" max="${s}" step="${l}"/> </div></div>`}defineDOM(){let t=t=>r(t,this.$el);this.$ranges=this.$el.querySelectorAll('[type="range"]'),this.$hours=t('[name="hours"]'),this.$minutes=t('[name="minutes"]'),this.$hoursText=t(".air-datepicker-time--current-hours"),this.$minutesText=t(".air-datepicker-time--current-minutes"),this.$ampm=t(".air-datepicker-time--current-ampm")}setTime(t){this.setMinMaxTime(t),this.setCurrentTime(t)}addTimeToDate(t){t&&(t.setHours(this.hours),t.setMinutes(this.minutes))}setMinMaxTime(t){if(this.setMinMaxTimeFromOptions(),t){let{minDate:i,maxDate:o}=this.dp;i&&h(t,i)&&this.setMinTimeFromMinDate(i),o&&h(t,o)&&this.setMaxTimeFromMaxDate(o)}}setCurrentTime(t){let{hours:i,minutes:o}=t?m(t):this;this.hours=w(i,this.minHours,this.maxHours),this.minutes=w(o,this.minMinutes,this.maxMinutes)}setMinMaxTimeFromOptions(){let{minHours:t,minMinutes:i,maxHours:o,maxMinutes:e}=this.opts;this.minHours=w(t,0,23),this.minMinutes=w(i,0,59),this.maxHours=w(o,0,23),this.maxMinutes=w(e,0,59)}setMinTimeFromMinDate(t){let{lastSelectedDate:i}=this.dp;this.minHours=t.getHours(),this.minMinutes=i&&i.getHours()>t.getHours()?this.opts.minMinutes:t.getMinutes()}setMaxTimeFromMaxDate(t){let{lastSelectedDate:i}=this.dp;this.maxHours=t.getHours(),this.maxMinutes=i&&i.getHours()<t.getHours()?this.opts.maxMinutes:t.getMinutes()}updateSliders(){a(this.$hours,{min:this.minHours,max:this.maxHours}).value=this.hours,a(this.$minutes,{min:this.minMinutes,max:this.maxMinutes}).value=this.minutes}updateText(){this.$hoursText.innerHTML=d(this.displayHours),this.$minutesText.innerHTML=d(this.minutes),this.ampm&&(this.$ampm.innerHTML=this.dayPeriod)}set hours(t){this._hours=t;let{hours:i,dayPeriod:o}=p(t);this.displayHours=this.ampm?i:t,this.dayPeriod=o}get hours(){return this._hours}render(){this.updateSliders(),this.updateText()}}function T(t,i,o){return(i=function(t){var i=function(t){if("object"!=typeof t||null===t)return t;var i=t[Symbol.toPrimitive];if(void 0!==i){var o=i.call(t,"string");if("object"!=typeof o)return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return t+""}(t);return"symbol"==typeof i?i:i+""}(i))in t?Object.defineProperty(t,i,{value:o,enumerable:!0,configurable:!0,writable:!0}):t[i]=o,t}class B{constructor(t){let{dp:i,opts:o}=t;T(this,"pressedKeys",new Set),T(this,"hotKeys",new Map([[[["Control","ArrowRight"],["Control","ArrowUp"]],t=>t.month++],[[["Control","ArrowLeft"],["Control","ArrowDown"]],t=>t.month--],[[["Shift","ArrowRight"],["Shift","ArrowUp"]],t=>t.year++],[[["Shift","ArrowLeft"],["Shift","ArrowDown"]],t=>t.year--],[[["Alt","ArrowRight"],["Alt","ArrowUp"]],t=>t.year+=10],[[["Alt","ArrowLeft"],["Alt","ArrowDown"]],t=>t.year-=10],[["Control","Shift","ArrowUp"],(t,i)=>i.up()]])),T(this,"handleHotKey",(t=>{let i=this.hotKeys.get(t),o=m(this.getInitialFocusDate());i(o,this.dp);let{year:e,month:r,date:n}=o,a=s(new Date(e,r));a<n&&(n=a);let p=this.dp.getClampedDate(new Date(e,r,n));this.dp.setFocusDate(p,{viewDateTransition:!0})})),T(this,"isHotKeyPressed",(()=>{let t=!1,i=this.pressedKeys.size,o=t=>this.pressedKeys.has(t);for(let[e]of this.hotKeys){if(t)break;if(Array.isArray(e[0]))e.forEach((r=>{t||i!==r.length||(t=r.every(o)&&e)}));else{if(i!==e.length)continue;t=e.every(o)&&e}}return t})),T(this,"isArrow",(t=>t>=37&&t<=40)),T(this,"onKeyDown",(t=>{if(!this.dp.visible&&!this.dp.treatAsInline)return;let{key:i,which:o}=t,{dp:e,dp:{focusDate:r},opts:n}=this;this.registerKey(i);let a=this.isHotKeyPressed();if(a)return t.preventDefault(),void this.handleHotKey(a);if(this.isArrow(o))return t.preventDefault(),void this.focusNextCell(i);if("Enter"===i){if(e.currentView!==n.minView)return void e.down();if(r){let t=e._checkIfDateIsSelected(r);return void(t?e._handleAlreadySelectedDates(t,r):e.selectDate(r))}}"Escape"===i&&this.dp.hide()})),T(this,"onKeyUp",(t=>{this.removeKey(t.key)})),this.dp=i,this.opts=o,this.init()}init(){this.bindKeyboardEvents()}bindKeyboardEvents(){let{$el:t}=this.dp;t.addEventListener("keydown",this.onKeyDown),t.addEventListener("keyup",this.onKeyUp)}destroy(){let{$el:t}=this.dp;t.removeEventListener("keydown",this.onKeyDown),t.removeEventListener("keyup",this.onKeyUp),this.hotKeys=null,this.pressedKeys=null}getInitialFocusDate(){let{focusDate:t,currentView:i,selectedDates:e,parsedViewDate:{year:r,month:n}}=this.dp,a=t||e[e.length-1];if(!a)switch(i){case o.days:a=new Date(r,n,(new Date).getDate());break;case o.months:a=new Date(r,n,1);break;case o.years:a=new Date(r,0,1)}return a}focusNextCell(t){let i=this.getInitialFocusDate(),{currentView:e}=this.dp,{days:r,months:n,years:a}=o,s=m(i),p=s.year,d=s.month,l=s.date;switch(t){case"ArrowLeft":e===r&&(l-=1),e===n&&(d-=1),e===a&&(p-=1);break;case"ArrowUp":e===r&&(l-=7),e===n&&(d-=3),e===a&&(p-=4);break;case"ArrowRight":e===r&&(l+=1),e===n&&(d+=1),e===a&&(p+=1);break;case"ArrowDown":e===r&&(l+=7),e===n&&(d+=3),e===a&&(p+=4)}let c=this.dp.getClampedDate(new Date(p,d,l));this.dp.setFocusDate(c,{viewDateTransition:!0})}registerKey(t){this.pressedKeys.add(t)}removeKey(t){this.pressedKeys.delete(t)}}let O={on(t,i){this.__events||(this.__events={}),this.__events[t]?this.__events[t].push(i):this.__events[t]=[i]},off(t,i){this.__events&&this.__events[t]&&(this.__events[t]=this.__events[t].filter((t=>t!==i)))},removeAllEvents(){this.__events={}},trigger(t){for(var i=arguments.length,o=Array(i>1?i-1:0),e=1;e<i;e++)o[e-1]=arguments[e];this.__events&&this.__events[t]&&this.__events[t].forEach((t=>{t(...o)}))}};function _(t,i,o){return(i=function(t){var i=function(t){if("object"!=typeof t||null===t)return t;var i=t[Symbol.toPrimitive];if(void 0!==i){var o=i.call(t,"string");if("object"!=typeof o)return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return t+""}(t);return"symbol"==typeof i?i:i+""}(i))in t?Object.defineProperty(t,i,{value:o,enumerable:!0,configurable:!0,writable:!0}):t[i]=o,t}let q="",V="",P=!1;class Y{static buildGlobalContainer(t){P=!0,q=n({className:t,id:t}),r("body").appendChild(q)}constructor(t,i){var a=this;if(_(this,"viewIndexes",[o.days,o.months,o.years]),_(this,"next",(()=>{let{year:t,month:i}=this.parsedViewDate;switch(this.currentView){case o.days:this.setViewDate(new Date(t,i+1,1));break;case o.months:this.setViewDate(new Date(t+1,i,1));break;case o.years:this.setViewDate(new Date(t+10,0,1))}})),_(this,"prev",(()=>{let{year:t,month:i}=this.parsedViewDate;switch(this.currentView){case o.days:this.setViewDate(new Date(t,i-1,1));break;case o.months:this.setViewDate(new Date(t-1,i,1));break;case o.years:this.setViewDate(new Date(t-10,0,1))}})),_(this,"_finishHide",(()=>{this.hideAnimation=!1,this._destroyComponents(),this.$container.removeChild(this.$datepicker)})),_(this,"setPosition",(function(t){if("function"==typeof(t=t||a.opts.position))return void(a.customHide=t({$datepicker:a.$datepicker,$target:a.$el,$pointer:a.$pointer,isViewChange:arguments.length>1&&void 0!==arguments[1]&&arguments[1],done:a._finishHide}));let i,o,{isMobile:e}=a.opts,r=a.$el.getBoundingClientRect(),n=a.$el.getBoundingClientRect(),s=a.$datepicker.offsetParent,m=a.$el.offsetParent,p=a.$datepicker.getBoundingClientRect(),d=t.split(" "),l=window.scrollY,c=window.scrollX,h=a.opts.offset,g=d[0],u=d[1];if(e)a.$datepicker.style.cssText="left: 50%; top: 50%";else{if(s===m&&s!==document.body&&(n={top:a.$el.offsetTop,left:a.$el.offsetLeft,width:r.width,height:a.$el.offsetHeight},l=0,c=0),s!==m&&s!==document.body){let t=s.getBoundingClientRect();n={top:r.top-t.top,left:r.left-t.left,width:r.width,height:r.height},l=0,c=0}switch(g){case"top":i=n.top-p.height-h;break;case"right":o=n.left+n.width+h;break;case"bottom":i=n.top+n.height+h;break;case"left":o=n.left-p.width-h}switch(u){case"top":i=n.top;break;case"right":o=n.left+n.width-p.width;break;case"bottom":i=n.top+n.height-p.height;break;case"left":o=n.left;break;case"center":/left|right/.test(g)?i=n.top+n.height/2-p.height/2:o=n.left+n.width/2-p.width/2}a.$datepicker.style.cssText=`left: ${o+c}px; top: ${i+l}px`}})),_(this,"_setInputValue",(()=>{let{opts:t,$altField:i,locale:{dateFormat:o}}=this,{altFieldDateFormat:e,altField:r}=t;r&&i&&(i.value=this._getInputValue(e)),this.$el.value=this._getInputValue(o),this.$el.dispatchEvent(new Event("change"))})),_(this,"_getInputValue",(t=>{let{selectedDates:i,opts:o}=this,{multipleDates:e,multipleDatesSeparator:r}=o;if(!i.length)return"";let n="function"==typeof t,a=n?t(e?i:i[0]):i.map((i=>this.formatDate(i,t)));return a=n?a:a.join(r),a})),_(this,"_checkIfDateIsSelected",(function(t){let i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:o.days,e=!1;return a.selectedDates.some((o=>{let r=h(t,o,i);return e=r&&o,r})),e})),_(this,"_scheduleCallAfterTransition",(t=>{this._cancelScheduledCall(),t&&t(!1),this._onTransitionEnd=()=>{t&&t(!0)},this.$datepicker.addEventListener("transitionend",this._onTransitionEnd,{once:!0})})),_(this,"_cancelScheduledCall",(()=>{this.$datepicker.removeEventListener("transitionend",this._onTransitionEnd)})),_(this,"setViewDate",(t=>{if(!((t=y(t))instanceof Date))return;if(h(t,this.viewDate))return;let i=this.viewDate;this.viewDate=t;let{onChangeViewDate:e}=this.opts;if(e){let{month:t,year:i}=this.parsedViewDate;e({month:t,year:i,decade:this.curDecade})}this.trigger(o.eventChangeViewDate,t,i)})),_(this,"setFocusDate",(function(t){let i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};(!t||(t=y(t))instanceof Date)&&(a.focusDate=t,a.trigger(o.eventChangeFocusDate,t,i))})),_(this,"setCurrentView",(function(t){let i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(a.viewIndexes.includes(t)){if(a.currentView=t,a.elIsInput&&a.visible&&a.setPosition(void 0,!0),a.trigger(o.eventChangeCurrentView,t),!a.views[t]){let i=a.views[t]=new C({dp:a,opts:a.opts,type:t});a.shouldUpdateDOM&&a.$content.appendChild(i.$el)}a.opts.onChangeView&&!i.silent&&a.opts.onChangeView(t)}})),_(this,"_updateLastSelectedDate",(t=>{this.lastSelectedDate=t,this.trigger(o.eventChangeLastSelectedDate,t)})),_(this,"destroy",(()=>{if(this.isDestroyed)return;let{showEvent:t,isMobile:i}=this.opts,o=this.$datepicker.parentNode;o&&o.removeChild(this.$datepicker),this.$el.removeEventListener(t,this._onFocus),this.$el.removeEventListener("blur",this._onBlur),window.removeEventListener("resize",this._onResize),i&&this._removeMobileAttributes(),this.keyboardNav&&this.keyboardNav.destroy(),this.views=null,this.nav=null,this.$datepicker=null,this.opts={},this.$customContainer=null,this.viewDate=null,this.focusDate=null,this.selectedDates=[],this.rangeDateFrom=null,this.rangeDateTo=null,this.isDestroyed=!0})),_(this,"update",(function(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},e=b({},a.opts),{silent:r}=i;b(a.opts,t);let{timepicker:n,buttons:s,range:m,selectedDates:p,isMobile:d}=a.opts,l=a.visible||a.treatAsInline;a._createMinMaxDates(),a._limitViewDateByMaxMinDates(),a._handleLocale(),p&&(a.selectedDates=[],a.selectDate(p,{silent:r})),t.view&&a.setCurrentView(t.view,{silent:r}),a._setInputValue(),e.range&&!m?(a.rangeDateTo=!1,a.rangeDateFrom=!1):!e.range&&m&&a.selectedDates.length&&(a.rangeDateFrom=a.selectedDates[0],a.rangeDateTo=a.selectedDates[1]),e.timepicker&&!n?(l&&a.timepicker.destroy(),a.timepicker=!1,a.$timepicker.parentNode.removeChild(a.$timepicker)):!e.timepicker&&n&&a._addTimepicker(),!e.buttons&&s?a._addButtons():e.buttons&&!s?(a.buttons.destroy(),a.$buttons.parentNode.removeChild(a.$buttons)):l&&e.buttons&&s&&a.buttons.clearHtml().render(),!e.isMobile&&d?(a.treatAsInline||V||a._createMobileOverlay(),a._addMobileAttributes(),a.visible&&a._showMobileOverlay()):e.isMobile&&!d&&(a._removeMobileAttributes(),a.visible&&(V.classList.remove("-active-"),"function"!=typeof a.opts.position&&a.setPosition())),l&&(a.nav.update(),a.views[a.currentView].render(),a.currentView===o.days&&a.views[a.currentView].renderDayNames())})),_(this,"disableDate",((t,i)=>{(Array.isArray(t)?t:[t]).forEach((t=>{let o=y(t);if(!o)return;this.disabledDates[i?"delete":"add"](this.formatDate(o,"yyyy-MM-dd"));let e=this.getCell(o,this.currentViewSingular);e&&e.adpCell.render()}),[])})),_(this,"enableDate",(t=>{this.disableDate(t,!0)})),_(this,"isDateDisabled",(t=>{let i=y(t);return this.disabledDates.has(this.formatDate(i,"yyyy-MM-dd"))})),_(this,"isOtherMonth",(t=>{let{month:i}=m(t);return i!==this.parsedViewDate.month})),_(this,"isOtherYear",(t=>{let{year:i}=m(t);return i!==this.parsedViewDate.year})),_(this,"isOtherDecade",(t=>{let{year:i}=m(t),[o,e]=l(this.viewDate);return i<o||i>e})),_(this,"_onChangeSelectedDate",(t=>{let{silent:i}=t;setTimeout((()=>{this._setInputValue(),this.opts.onSelect&&!i&&this._triggerOnSelect()}))})),_(this,"_onChangeFocusedDate",(function(t){let{viewDateTransition:i}=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(!t)return;let o=!1;i&&(o=a.isOtherMonth(t)||a.isOtherYear(t)||a.isOtherDecade(t)),o&&a.setViewDate(t),a.opts.onFocus&&a.opts.onFocus({datepicker:a,date:t})})),_(this,"_onChangeTime",(t=>{let{hours:i,minutes:o}=t,e=new Date,{lastSelectedDate:r,opts:{onSelect:n}}=this,a=r;r||(a=e);let s=this.getCell(a,this.currentViewSingular),m=s&&s.adpCell;m&&m.isDisabled||(a.setHours(i),a.setMinutes(o),r?(this._setInputValue(),n&&this._triggerOnSelect()):this.selectDate(a))})),_(this,"_onFocus",(()=>{this.visible||this.show()})),_(this,"_onBlur",(()=>{this.inFocus||!this.visible||this.opts.isMobile||this.hide()})),_(this,"_onMouseDown",(()=>{this.inFocus=!0})),_(this,"_onMouseUp",(()=>{this.inFocus=!1,this.$el.focus()})),_(this,"_onResize",(()=>{this.visible&&"function"!=typeof this.opts.position&&this.setPosition()})),_(this,"_onClickOverlay",(()=>{this.visible&&this.hide()})),_(this,"getViewDates",(function(){return C.getDatesFunction(arguments.length>0&&void 0!==arguments[0]?arguments[0]:o.days)(a)})),_(this,"isWeekend",(t=>this.opts.weekends.includes(t))),_(this,"getClampedDate",(t=>{let{minDate:i,maxDate:o}=this,e=t;return o&&g(t,o)?e=o:i&&u(t,i)&&(e=i),e})),this.$el=r(t),!this.$el)return;this.$datepicker=n({className:"air-datepicker"}),this.opts=b({},e,i),this.$customContainer=!!this.opts.container&&r(this.opts.container),this.$altField=r(this.opts.altField||!1);let{view:s,startDate:p}=this.opts;p||(this.opts.startDate=new Date),"INPUT"===this.$el.nodeName&&(this.elIsInput=!0),this.inited=!1,this.visible=!1,this.viewDate=y(this.opts.startDate),this.focusDate=!1,this.initialReadonly=this.$el.getAttribute("readonly"),this.customHide=!1,this.currentView=s,this.selectedDates=[],this.disabledDates=new Set,this.isDestroyed=!1,this.views={},this.keys=[],this.rangeDateFrom="",this.rangeDateTo="",this.timepickerIsActive=!1,this.treatAsInline=this.opts.inline||!this.elIsInput,this.init()}init(){let{opts:t,treatAsInline:i,opts:{inline:o,isMobile:e,selectedDates:n,keyboardNav:a,onlyTimepicker:s}}=this,m=r("body");(!P||P&&q&&!m.contains(q))&&!o&&this.elIsInput&&!this.$customContainer&&Y.buildGlobalContainer(Y.defaultGlobalContainerId),!e||V||i||this._createMobileOverlay(),this._handleLocale(),this._bindSubEvents(),this._createMinMaxDates(),this._limitViewDateByMaxMinDates(),this.elIsInput&&(o||this._bindEvents(),a&&!s&&(this.keyboardNav=new B({dp:this,opts:t}))),n&&this.selectDate(n,{silent:!0}),this.opts.visible&&!i&&this.show(),e&&!i&&this.$el.setAttribute("readonly",!0),i&&this._createComponents()}_createMobileOverlay(){V=n({className:"air-datepicker-overlay"}),q.appendChild(V)}_createComponents(){let{opts:t,treatAsInline:i,opts:{inline:o,buttons:e,timepicker:r,position:n,classes:a,onlyTimepicker:s,isMobile:m}}=this;this._buildBaseHtml(),this.elIsInput&&(o||this._setPositionClasses(n)),!o&&this.elIsInput||this.$datepicker.classList.add("-inline-"),a&&this.$datepicker.classList.add(...a.split(" ")),s&&this.$datepicker.classList.add("-only-timepicker-"),m&&!i&&this._addMobileAttributes(),this.views[this.currentView]=new C({dp:this,type:this.currentView,opts:t}),this.nav=new S({dp:this,opts:t}),r&&this._addTimepicker(),e&&this._addButtons(),this.$content.appendChild(this.views[this.currentView].$el),this.$nav.appendChild(this.nav.$el)}_destroyComponents(){for(let t in this.views)this.views[t].destroy();this.views={},this.nav.destroy(),this.timepicker&&this.timepicker.destroy()}_addMobileAttributes(){V.addEventListener("click",this._onClickOverlay),this.$datepicker.classList.add("-is-mobile-"),this.$el.setAttribute("readonly",!0)}_removeMobileAttributes(){V.removeEventListener("click",this._onClickOverlay),this.$datepicker.classList.remove("-is-mobile-"),this.initialReadonly||""===this.initialReadonly||this.$el.removeAttribute("readonly")}_createMinMaxDates(){let{minDate:t,maxDate:i}=this.opts;this.minDate=!!t&&y(t),this.maxDate=!!i&&y(i)}_addTimepicker(){this.$timepicker=n({className:"air-datepicker--time"}),this.$datepicker.appendChild(this.$timepicker),this.timepicker=new F({dp:this,opts:this.opts}),this.$timepicker.appendChild(this.timepicker.$el)}_addButtons(){this.$buttons=n({className:"air-datepicker--buttons"}),this.$datepicker.appendChild(this.$buttons),this.buttons=new E({dp:this,opts:this.opts}),this.$buttons.appendChild(this.buttons.$el)}_bindSubEvents(){this.on(o.eventChangeSelectedDate,this._onChangeSelectedDate),this.on(o.eventChangeFocusDate,this._onChangeFocusedDate),this.on(o.eventChangeTime,this._onChangeTime)}_buildBaseHtml(){let{inline:t}=this.opts;var i;this.elIsInput?t?(i=this.$el).parentNode.insertBefore(this.$datepicker,i.nextSibling):this.$container.appendChild(this.$datepicker):this.$el.appendChild(this.$datepicker),this.$datepicker.innerHTML='<i class="air-datepicker--pointer"></i><div class="air-datepicker--navigation"></div><div class="air-datepicker--content"></div>',this.$content=r(".air-datepicker--content",this.$datepicker),this.$pointer=r(".air-datepicker--pointer",this.$datepicker),this.$nav=r(".air-datepicker--navigation",this.$datepicker)}_handleLocale(){let{locale:t,dateFormat:i,firstDay:o,timepicker:e,onlyTimepicker:r,timeFormat:n,dateTimeSeparator:a}=this.opts;this.locale=JSON.parse(JSON.stringify(t)),i&&(this.locale.dateFormat=i),void 0!==n&&""!==n&&(this.locale.timeFormat=n);let{timeFormat:s}=this.locale;""!==o&&(this.locale.firstDay=o),e&&"function"!=typeof i&&(this.locale.dateFormat=[this.locale.dateFormat,s||""].join(s?a:"")),r&&"function"!=typeof i&&(this.locale.dateFormat=this.locale.timeFormat)}_setPositionClasses(t){if("function"==typeof t)return void this.$datepicker.classList.add("-custom-position-");let i=(t=t.split(" "))[0];this.$datepicker.classList.add(...`air-datepicker -${i}-${t[1]}- -from-${i}-`.split(" "))}_bindEvents(){this.$el.addEventListener(this.opts.showEvent,this._onFocus),this.$el.addEventListener("blur",this._onBlur),this.$datepicker.addEventListener("mousedown",this._onMouseDown),this.$datepicker.addEventListener("mouseup",this._onMouseUp),window.addEventListener("resize",this._onResize)}_limitViewDateByMaxMinDates(){let{viewDate:t,minDate:i,maxDate:o}=this;o&&g(t,o)&&this.setViewDate(o),i&&u(t,i)&&this.setViewDate(i)}formatDate(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:this.viewDate,i=arguments.length>1?arguments[1]:void 0;if(t=y(t),!(t instanceof Date))return;let o=i,e=this.locale,r=m(t),n=r.dayPeriod,a=l(t),s=Y.replacer,p={T:t.getTime(),m:r.minutes,mm:r.fullMinutes,h:r.hours12,hh:r.fullHours12,H:r.hours,HH:r.fullHours,aa:n,AA:n.toUpperCase(),E:e.daysShort[r.day],EEEE:e.days[r.day],d:r.date,dd:r.fullDate,M:r.month+1,MM:r.fullMonth,MMM:e.monthsShort[r.month],MMMM:e.months[r.month],yy:(""+r.year).slice(-2),yyyy:r.year,yyyy1:a[0],yyyy2:a[1]};for(let[t,i]of Object.entries(p))o=s(o,k(t),i);return o}down(t){this._handleUpDownActions(t,"down")}up(t){this._handleUpDownActions(t,"up")}selectDate(t){let i,e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},{currentView:r,parsedViewDate:n,selectedDates:a}=this,{updateTime:s,silent:m}=e,{moveToOtherMonthsOnSelect:p,moveToOtherYearsOnSelect:d,multipleDates:l,range:c,autoClose:h,onBeforeSelect:u}=this.opts,v=a.length;if(Array.isArray(t))return t.forEach((t=>{this.selectDate(t,e)})),new Promise((t=>{setTimeout(t)}));if((t=y(t))instanceof Date){if(u&&!m&&!u({date:t,datepicker:this}))return Promise.resolve();if(r===o.days&&t.getMonth()!==n.month&&p&&(i=new Date(t.getFullYear(),t.getMonth(),1)),r===o.years&&t.getFullYear()!==n.year&&d&&(i=new Date(t.getFullYear(),0,1)),i&&this.setViewDate(i),l&&!c){if(v===l)return;this._checkIfDateIsSelected(t)||a.push(t)}else if(c)switch(v){case 1:a.push(t),this.rangeDateTo||(this.rangeDateTo=t),g(this.rangeDateFrom,this.rangeDateTo)&&(this.rangeDateTo=this.rangeDateFrom,this.rangeDateFrom=t),this.selectedDates=[this.rangeDateFrom,this.rangeDateTo];break;case 2:this.selectedDates=[t],this.rangeDateFrom=t,this.rangeDateTo="";break;default:this.selectedDates=[t],this.rangeDateFrom=t}else this.selectedDates=[t];return this.trigger(o.eventChangeSelectedDate,{action:o.actionSelectDate,silent:null==e?void 0:e.silent,date:t,updateTime:s}),this._updateLastSelectedDate(t),h&&!this.timepickerIsActive&&this.visible&&(l||c?c&&1===v&&this.hide():this.hide()),new Promise((t=>{setTimeout(t)}))}}unselectDate(t){let i=this.selectedDates,e=this;if((t=y(t))instanceof Date)return i.some(((r,n)=>{if(h(r,t))return i.splice(n,1),e.selectedDates.length?(e.rangeDateTo="",e.rangeDateFrom=i[0],e._updateLastSelectedDate(e.selectedDates[e.selectedDates.length-1])):(e.rangeDateFrom="",e.rangeDateTo="",e._updateLastSelectedDate(!1)),this.trigger(o.eventChangeSelectedDate,{action:o.actionUnselectDate,date:t}),!0}))}replaceDate(t,i){let e=this.selectedDates.find((i=>h(i,t,this.currentView))),r=this.selectedDates.indexOf(e);r<0||h(this.selectedDates[r],i,this.currentView)||(this.selectedDates[r]=i,this.trigger(o.eventChangeSelectedDate,{action:o.actionSelectDate,date:i,updateTime:!0}),this._updateLastSelectedDate(i))}clear(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return this.selectedDates=[],this.rangeDateFrom=!1,this.rangeDateTo=!1,this.lastSelectedDate=!1,this.trigger(o.eventChangeSelectedDate,{action:o.actionUnselectDate,silent:t.silent}),new Promise((t=>{setTimeout(t)}))}show(){let{onShow:t,isMobile:i}=this.opts;this._cancelScheduledCall(),this.visible||this.hideAnimation||this._createComponents(),this.setPosition(this.opts.position),this.$datepicker.classList.add("-active-"),this.visible=!0,t&&this._scheduleCallAfterTransition(t),i&&this._showMobileOverlay()}hide(){let{onHide:t,isMobile:i}=this.opts,o=this._hasTransition();this.visible=!1,this.hideAnimation=!0,this.$datepicker.classList.remove("-active-"),this.customHide&&this.customHide(),this.elIsInput&&this.$el.blur(),this._scheduleCallAfterTransition((i=>{!this.customHide&&(i&&o||!i&&!o)&&this._finishHide(),t&&t(i)})),i&&V.classList.remove("-active-")}_triggerOnSelect(){let t=[],i=[],{selectedDates:o,locale:e,opts:{onSelect:r,multipleDates:n,range:a}}=this,s=n||a,m="function"==typeof e.dateFormat;o.length&&(t=o.map(v),i=m?n?e.dateFormat(t):t.map((t=>e.dateFormat(t))):t.map((t=>this.formatDate(t,e.dateFormat)))),r({date:s?t:t[0],formattedDate:s?i:i[0],datepicker:this})}_handleAlreadySelectedDates(t,i){let{selectedDates:o,rangeDateFrom:e,rangeDateTo:r}=this,{range:n,toggleSelected:a}=this.opts,s=o.length,m="function"==typeof a?a({datepicker:this,date:i}):a,p=!(!n||1!==s||!t),d=p?v(i):i;n&&!m&&(2!==s&&this.selectDate(d),2===s&&h(e,r))||(m?this.unselectDate(d):this._updateLastSelectedDate(p?d:t))}_handleUpDownActions(t,i){if(!((t=y(t||this.focusDate||this.viewDate))instanceof Date))return;let o="up"===i?this.viewIndex+1:this.viewIndex-1;o>2&&(o=2),o<0&&(o=0),this.setViewDate(new Date(t.getFullYear(),t.getMonth(),1)),this.setCurrentView(this.viewIndexes[o])}getCell(t){let i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:o.day;if(!((t=y(t))instanceof Date))return;let{year:e,month:r,date:n}=m(t),a=`[data-year="${e}"]`,s=`[data-month="${r}"]`;return this.views[this.currentView]?this.views[this.currentView].$el.querySelector({[o.day]:`${a}${s}[data-date="${n}"]`,[o.month]:`${a}${s}`,[o.year]:""+a}[i]):void 0}_showMobileOverlay(){V.classList.add("-active-")}_hasTransition(){return window.getComputedStyle(this.$datepicker).getPropertyValue("transition-duration").split(", ").reduce(((t,i)=>parseFloat(i)+t),0)>0}get shouldUpdateDOM(){return this.visible||this.treatAsInline}get parsedViewDate(){return m(this.viewDate)}get currentViewSingular(){return this.currentView.slice(0,-1)}get curDecade(){return l(this.viewDate)}get viewIndex(){return this.viewIndexes.indexOf(this.currentView)}get isFinalView(){return this.currentView===o.years}get hasSelectedDates(){return this.selectedDates.length>0}get isMinViewReached(){return this.currentView===this.opts.minView||this.currentView===o.days}get $container(){return this.$customContainer||q}static replacer(t,i,o){return t.replace(i,(function(t,i,e,r){return i+o+r}))}}return _(Y,"defaults",e),_(Y,"version","3.6.0"),_(Y,"defaultGlobalContainerId","air-datepicker-global-container"),Object.assign(Y.prototype,O),i.default}()),h.exports),u=a(g);function v(t){return"string"==typeof t||t instanceof String}function x(t){var i;return"object"==typeof t&&null!=t&&"Object"===(null==t||null==(i=t.constructor)?void 0:i.name)}function f(t,i){return Array.isArray(i)?f(t,((t,o)=>i.includes(o))):Object.entries(t).reduce(((t,o)=>{let[e,r]=o;return i(r,e)&&(t[e]=r),t}),{})}const w="NONE",b="LEFT",y="FORCE_LEFT",k="RIGHT",D="FORCE_RIGHT";function M(t){return t.replace(/([.*+?^=!:${}()|[\]/\\])/g,"\\$1")}function A(t,i){if(i===t)return!0;const o=Array.isArray(i),e=Array.isArray(t);let r;if(o&&e){if(i.length!=t.length)return!1;for(r=0;r<i.length;r++)if(!A(i[r],t[r]))return!1;return!0}if(o!=e)return!1;if(i&&t&&"object"==typeof i&&"object"==typeof t){const o=i instanceof Date,e=t instanceof Date;if(o&&e)return i.getTime()==t.getTime();if(o!=e)return!1;const n=i instanceof RegExp,a=t instanceof RegExp;if(n&&a)return""+i==""+t;if(n!=a)return!1;const s=Object.keys(i);for(r=0;r<s.length;r++)if(!Object.prototype.hasOwnProperty.call(t,s[r]))return!1;for(r=0;r<s.length;r++)if(!A(t[s[r]],i[s[r]]))return!1;return!0}return!(!i||!t||"function"!=typeof i||"function"!=typeof t)&&""+i==""+t}class z{constructor(t){for(Object.assign(this,t);this.value.slice(0,this.startChangePos)!==this.oldValue.slice(0,this.startChangePos);)--this.oldSelection.start;if(this.insertedCount)for(;this.value.slice(this.cursorPos)!==this.oldValue.slice(this.oldSelection.end);)this.value.length-this.cursorPos<this.oldValue.length-this.oldSelection.end?++this.oldSelection.end:++this.cursorPos}get startChangePos(){return Math.min(this.cursorPos,this.oldSelection.start)}get insertedCount(){return this.cursorPos-this.startChangePos}get inserted(){return this.value.substr(this.startChangePos,this.insertedCount)}get removedCount(){return Math.max(this.oldSelection.end-this.startChangePos||this.oldValue.length-this.value.length,0)}get removed(){return this.oldValue.substr(this.startChangePos,this.removedCount)}get head(){return this.value.substring(0,this.startChangePos)}get tail(){return this.value.substring(this.startChangePos+this.insertedCount)}get removeDirection(){return!this.removedCount||this.insertedCount?w:this.oldSelection.end!==this.cursorPos&&this.oldSelection.start!==this.cursorPos||this.oldSelection.end!==this.oldSelection.start?b:k}}function j(t,i){return new j.InputMask(t,i)}function C(t){if(null==t)throw Error("mask property should be defined");return t instanceof RegExp?j.MaskedRegExp:v(t)?j.MaskedPattern:t===Date?j.MaskedDate:t===Number?j.MaskedNumber:Array.isArray(t)||t===Array?j.MaskedDynamic:j.Masked&&t.prototype instanceof j.Masked?t:j.Masked&&t instanceof j.Masked?t.constructor:t instanceof Function?j.MaskedFunction:(console.warn("Mask not found for mask",t),j.Masked)}function N(t){if(!t)throw Error("Options in not defined");if(j.Masked){if(t.prototype instanceof j.Masked)return{mask:t};const{mask:i,...o}=t instanceof j.Masked?{mask:t}:x(t)&&t.mask instanceof j.Masked?t:{};if(i){const t=i.mask;return{...f(i,((t,i)=>!i.startsWith("_"))),mask:i.constructor,_mask:t,...o}}}return x(t)?{...t}:{mask:t}}function S(t){if(j.Masked&&t instanceof j.Masked)return t;const i=N(t),o=C(i.mask);if(!o)throw Error("Masked class is not found for provided mask "+i.mask+", appropriate module needs to be imported manually before creating mask.");return i.mask===o&&delete i.mask,i._mask&&(i.mask=i._mask,delete i._mask),new o(i)}j.createMask=S;class L{get selectionStart(){let t;try{t=this._unsafeSelectionStart}catch{}return null!=t?t:this.value.length}get selectionEnd(){let t;try{t=this._unsafeSelectionEnd}catch{}return null!=t?t:this.value.length}select(t,i){if(null!=t&&null!=i&&(t!==this.selectionStart||i!==this.selectionEnd))try{this._unsafeSelect(t,i)}catch{}}get isActive(){return!1}}j.MaskElement=L;class E extends L{constructor(t){super(),this.input=t,this._onKeydown=this._onKeydown.bind(this),this._onInput=this._onInput.bind(this),this._onBeforeinput=this._onBeforeinput.bind(this),this._onCompositionEnd=this._onCompositionEnd.bind(this)}get rootElement(){var t,i,o;return null!=(t=null==(i=(o=this.input).getRootNode)?void 0:i.call(o))?t:document}get isActive(){return this.input===this.rootElement.activeElement}bindEvents(t){this.input.addEventListener("keydown",this._onKeydown),this.input.addEventListener("input",this._onInput),this.input.addEventListener("beforeinput",this._onBeforeinput),this.input.addEventListener("compositionend",this._onCompositionEnd),this.input.addEventListener("drop",t.drop),this.input.addEventListener("click",t.click),this.input.addEventListener("focus",t.focus),this.input.addEventListener("blur",t.commit),this._handlers=t}_onKeydown(t){return this._handlers.redo&&(90===t.keyCode&&t.shiftKey&&(t.metaKey||t.ctrlKey)||89===t.keyCode&&t.ctrlKey)?(t.preventDefault(),this._handlers.redo(t)):this._handlers.undo&&90===t.keyCode&&(t.metaKey||t.ctrlKey)?(t.preventDefault(),this._handlers.undo(t)):void(t.isComposing||this._handlers.selectionChange(t))}_onBeforeinput(t){return"historyUndo"===t.inputType&&this._handlers.undo?(t.preventDefault(),this._handlers.undo(t)):"historyRedo"===t.inputType&&this._handlers.redo?(t.preventDefault(),this._handlers.redo(t)):void 0}_onCompositionEnd(t){this._handlers.input(t)}_onInput(t){t.isComposing||this._handlers.input(t)}unbindEvents(){this.input.removeEventListener("keydown",this._onKeydown),this.input.removeEventListener("input",this._onInput),this.input.removeEventListener("beforeinput",this._onBeforeinput),this.input.removeEventListener("compositionend",this._onCompositionEnd),this.input.removeEventListener("drop",this._handlers.drop),this.input.removeEventListener("click",this._handlers.click),this.input.removeEventListener("focus",this._handlers.focus),this.input.removeEventListener("blur",this._handlers.commit),this._handlers={}}}j.HTMLMaskElement=E;class I extends E{constructor(t){super(t),this.input=t}get _unsafeSelectionStart(){return null!=this.input.selectionStart?this.input.selectionStart:this.value.length}get _unsafeSelectionEnd(){return this.input.selectionEnd}_unsafeSelect(t,i){this.input.setSelectionRange(t,i)}get value(){return this.input.value}set value(t){this.input.value=t}}j.HTMLMaskElement=E;class F extends E{get _unsafeSelectionStart(){const t=this.rootElement,i=t.getSelection&&t.getSelection(),o=i&&i.anchorOffset,e=i&&i.focusOffset;return null==e||null==o||o<e?o:e}get _unsafeSelectionEnd(){const t=this.rootElement,i=t.getSelection&&t.getSelection(),o=i&&i.anchorOffset,e=i&&i.focusOffset;return null==e||null==o||o>e?o:e}_unsafeSelect(t,i){if(!this.rootElement.createRange)return;const o=this.rootElement.createRange();o.setStart(this.input.firstChild||this.input,t),o.setEnd(this.input.lastChild||this.input,i);const e=this.rootElement,r=e.getSelection&&e.getSelection();r&&(r.removeAllRanges(),r.addRange(o))}get value(){return this.input.textContent||""}set value(t){this.input.textContent=t}}j.HTMLContenteditableMaskElement=F;class T{constructor(){this.states=[],this.currentIndex=0}get currentState(){return this.states[this.currentIndex]}get isEmpty(){return 0===this.states.length}push(t){this.currentIndex<this.states.length-1&&(this.states.length=this.currentIndex+1),this.states.push(t),this.states.length>T.MAX_LENGTH&&this.states.shift(),this.currentIndex=this.states.length-1}go(t){return this.currentIndex=Math.min(Math.max(this.currentIndex+t,0),this.states.length-1),this.currentState}undo(){return this.go(-1)}redo(){return this.go(1)}clear(){this.states.length=0,this.currentIndex=0}}T.MAX_LENGTH=100,j.InputMask=class{constructor(t,i){this.el=t instanceof L?t:t.isContentEditable&&"INPUT"!==t.tagName&&"TEXTAREA"!==t.tagName?new F(t):new I(t),this.masked=S(i),this._listeners={},this._value="",this._unmaskedValue="",this._rawInputValue="",this.history=new T,this._saveSelection=this._saveSelection.bind(this),this._onInput=this._onInput.bind(this),this._onChange=this._onChange.bind(this),this._onDrop=this._onDrop.bind(this),this._onFocus=this._onFocus.bind(this),this._onClick=this._onClick.bind(this),this._onUndo=this._onUndo.bind(this),this._onRedo=this._onRedo.bind(this),this.alignCursor=this.alignCursor.bind(this),this.alignCursorFriendly=this.alignCursorFriendly.bind(this),this._bindEvents(),this.updateValue(),this._onChange()}maskEquals(t){var i;return null==t||(null==(i=this.masked)?void 0:i.maskEquals(t))}get mask(){return this.masked.mask}set mask(t){if(this.maskEquals(t))return;if(!(t instanceof j.Masked)&&this.masked.constructor===C(t))return void this.masked.updateOptions({mask:t});const i=t instanceof j.Masked?t:S({mask:t});i.unmaskedValue=this.masked.unmaskedValue,this.masked=i}get value(){return this._value}set value(t){this.value!==t&&(this.masked.value=t,this.updateControl("auto"))}get unmaskedValue(){return this._unmaskedValue}set unmaskedValue(t){this.unmaskedValue!==t&&(this.masked.unmaskedValue=t,this.updateControl("auto"))}get rawInputValue(){return this._rawInputValue}set rawInputValue(t){this.rawInputValue!==t&&(this.masked.rawInputValue=t,this.updateControl(),this.alignCursor())}get typedValue(){return this.masked.typedValue}set typedValue(t){this.masked.typedValueEquals(t)||(this.masked.typedValue=t,this.updateControl("auto"))}get displayValue(){return this.masked.displayValue}_bindEvents(){this.el.bindEvents({selectionChange:this._saveSelection,input:this._onInput,drop:this._onDrop,click:this._onClick,focus:this._onFocus,commit:this._onChange,undo:this._onUndo,redo:this._onRedo})}_unbindEvents(){this.el&&this.el.unbindEvents()}_fireEvent(t,i){const o=this._listeners[t];o&&o.forEach((t=>t(i)))}get selectionStart(){return this._cursorChanging?this._changingCursorPos:this.el.selectionStart}get cursorPos(){return this._cursorChanging?this._changingCursorPos:this.el.selectionEnd}set cursorPos(t){this.el&&this.el.isActive&&(this.el.select(t,t),this._saveSelection())}_saveSelection(){this.displayValue!==this.el.value&&console.warn("Element value was changed outside of mask. Syncronize mask using `mask.updateValue()` to work properly."),this._selection={start:this.selectionStart,end:this.cursorPos}}updateValue(){this.masked.value=this.el.value,this._value=this.masked.value,this._unmaskedValue=this.masked.unmaskedValue,this._rawInputValue=this.masked.rawInputValue}updateControl(t){const i=this.masked.unmaskedValue,o=this.masked.value,e=this.masked.rawInputValue,r=this.displayValue,n=this.unmaskedValue!==i||this.value!==o||this._rawInputValue!==e;this._unmaskedValue=i,this._value=o,this._rawInputValue=e,this.el.value!==r&&(this.el.value=r),"auto"===t?this.alignCursor():null!=t&&(this.cursorPos=t),n&&this._fireChangeEvents(),this._historyChanging||!n&&!this.history.isEmpty||this.history.push({unmaskedValue:i,selection:{start:this.selectionStart,end:this.cursorPos}})}updateOptions(t){const{mask:i,...o}=t,e=!this.maskEquals(i),r=this.masked.optionsIsChanged(o);e&&(this.mask=i),r&&this.masked.updateOptions(o),(e||r)&&this.updateControl()}updateCursor(t){null!=t&&(this.cursorPos=t,this._delayUpdateCursor(t))}_delayUpdateCursor(t){this._abortUpdateCursor(),this._changingCursorPos=t,this._cursorChanging=setTimeout((()=>{this.el&&(this.cursorPos=this._changingCursorPos,this._abortUpdateCursor())}),10)}_fireChangeEvents(){this._fireEvent("accept",this._inputEvent),this.masked.isComplete&&this._fireEvent("complete",this._inputEvent)}_abortUpdateCursor(){this._cursorChanging&&(clearTimeout(this._cursorChanging),delete this._cursorChanging)}alignCursor(){this.cursorPos=this.masked.nearestInputPos(this.masked.nearestInputPos(this.cursorPos,b))}alignCursorFriendly(){this.selectionStart===this.cursorPos&&this.alignCursor()}on(t,i){return this._listeners[t]||(this._listeners[t]=[]),this._listeners[t].push(i),this}off(t,i){if(!this._listeners[t])return this;if(!i)return delete this._listeners[t],this;const o=this._listeners[t].indexOf(i);return o>=0&&this._listeners[t].splice(o,1),this}_onInput(t){this._inputEvent=t,this._abortUpdateCursor();const i=new z({value:this.el.value,cursorPos:this.cursorPos,oldValue:this.displayValue,oldSelection:this._selection}),o=this.masked.rawInputValue,e=this.masked.splice(i.startChangePos,i.removed.length,i.inserted,i.removeDirection,{input:!0,raw:!0}).offset,r=o===this.masked.rawInputValue?i.removeDirection:w;let n=this.masked.nearestInputPos(i.startChangePos+e,r);r!==w&&(n=this.masked.nearestInputPos(n,w)),this.updateControl(n),delete this._inputEvent}_onChange(){this.displayValue!==this.el.value&&this.updateValue(),this.masked.doCommit(),this.updateControl(),this._saveSelection()}_onDrop(t){t.preventDefault(),t.stopPropagation()}_onFocus(t){this.alignCursorFriendly()}_onClick(t){this.alignCursorFriendly()}_onUndo(){this._applyHistoryState(this.history.undo())}_onRedo(){this._applyHistoryState(this.history.redo())}_applyHistoryState(t){t&&(this._historyChanging=!0,this.unmaskedValue=t.unmaskedValue,this.el.select(t.selection.start,t.selection.end),this._saveSelection(),this._historyChanging=!1)}destroy(){this._unbindEvents(),this._listeners.length=0,delete this.el}};class B{static normalize(t){return Array.isArray(t)?t:[t,new B]}constructor(t){Object.assign(this,{inserted:"",rawInserted:"",tailShift:0,skip:!1},t)}aggregate(t){return this.inserted+=t.inserted,this.rawInserted+=t.rawInserted,this.tailShift+=t.tailShift,this.skip=this.skip||t.skip,this}get offset(){return this.tailShift+this.inserted.length}get consumed(){return!!this.rawInserted||this.skip}equals(t){return this.inserted===t.inserted&&this.tailShift===t.tailShift&&this.rawInserted===t.rawInserted&&this.skip===t.skip}}j.ChangeDetails=B;class O{constructor(t,i,o){void 0===t&&(t=""),void 0===i&&(i=0),this.value=t,this.from=i,this.stop=o}toString(){return this.value}extend(t){this.value+=t+""}appendTo(t){return t.append(""+this,{tail:!0}).aggregate(t._appendPlaceholder())}get state(){return{value:this.value,from:this.from,stop:this.stop}}set state(t){Object.assign(this,t)}unshift(t){if(!this.value.length||null!=t&&this.from>=t)return"";const i=this.value[0];return this.value=this.value.slice(1),i}shift(){if(!this.value.length)return"";const t=this.value[this.value.length-1];return this.value=this.value.slice(0,-1),t}}class _{constructor(t){this._value="",this._update({..._.DEFAULTS,...t}),this._initialized=!0}updateOptions(t){this.optionsIsChanged(t)&&this.withValueRefresh(this._update.bind(this,t))}_update(t){Object.assign(this,t)}get state(){return{_value:this.value,_rawInputValue:this.rawInputValue}}set state(t){this._value=t._value}reset(){this._value=""}get value(){return this._value}set value(t){this.resolve(t,{input:!0})}resolve(t,i){void 0===i&&(i={input:!0}),this.reset(),this.append(t,i,""),this.doCommit()}get unmaskedValue(){return this.value}set unmaskedValue(t){this.resolve(t,{})}get typedValue(){return this.parse?this.parse(this.value,this):this.unmaskedValue}set typedValue(t){this.format?this.value=this.format(t,this):this.unmaskedValue=t+""}get rawInputValue(){return this.extractInput(0,this.displayValue.length,{raw:!0})}set rawInputValue(t){this.resolve(t,{raw:!0})}get displayValue(){return this.value}get isComplete(){return!0}get isFilled(){return this.isComplete}nearestInputPos(t,i){return t}totalInputPositions(t,i){return void 0===t&&(t=0),void 0===i&&(i=this.displayValue.length),Math.min(this.displayValue.length,i-t)}extractInput(t,i,o){return void 0===t&&(t=0),void 0===i&&(i=this.displayValue.length),this.displayValue.slice(t,i)}extractTail(t,i){return void 0===t&&(t=0),void 0===i&&(i=this.displayValue.length),new O(this.extractInput(t,i),t)}appendTail(t){return v(t)&&(t=new O(t+"")),t.appendTo(this)}_appendCharRaw(t,i){return t?(this._value+=t,new B({inserted:t,rawInserted:t})):new B}_appendChar(t,i,o){void 0===i&&(i={});const e=this.state;let r;if([t,r]=this.doPrepareChar(t,i),t&&(r=r.aggregate(this._appendCharRaw(t,i)),!r.rawInserted&&"pad"===this.autofix)){const o=this.state;this.state=e;let n=this.pad(i);const a=this._appendCharRaw(t,i);n=n.aggregate(a),a.rawInserted||n.equals(r)?r=n:this.state=o}if(r.inserted){let t,n=!1!==this.doValidate(i);if(n&&null!=o){const i=this.state;if(!0===this.overwrite){t=o.state;for(let t=0;t<r.rawInserted.length;++t)o.unshift(this.displayValue.length-r.tailShift)}let e=this.appendTail(o);if(n=e.rawInserted.length===(""+o).length,!(n&&e.inserted||"shift"!==this.overwrite)){this.state=i,t=o.state;for(let t=0;t<r.rawInserted.length;++t)o.shift();e=this.appendTail(o),n=e.rawInserted.length===(""+o).length}n&&e.inserted&&(this.state=i)}n||(r=new B,this.state=e,o&&t&&(o.state=t))}return r}_appendPlaceholder(){return new B}_appendEager(){return new B}append(t,i,o){if(!v(t))throw Error("value should be string");const e=v(o)?new O(o+""):o;let r;null!=i&&i.tail&&(i._beforeTailState=this.state),[t,r]=this.doPrepare(t,i);for(let o=0;o<t.length;++o){const n=this._appendChar(t[o],i,e);if(!n.rawInserted&&!this.doSkipInvalid(t[o],i,e))break;r.aggregate(n)}return(!0===this.eager||"append"===this.eager)&&null!=i&&i.input&&t&&r.aggregate(this._appendEager()),null!=e&&(r.tailShift+=this.appendTail(e).tailShift),r}remove(t,i){return void 0===t&&(t=0),void 0===i&&(i=this.displayValue.length),this._value=this.displayValue.slice(0,t)+this.displayValue.slice(i),new B}withValueRefresh(t){if(this._refreshing||!this._initialized)return t();this._refreshing=!0;const i=this.rawInputValue,o=this.value,e=t();return this.rawInputValue=i,this.value&&this.value!==o&&0===o.indexOf(this.value)&&(this.append(o.slice(this.displayValue.length),{},""),this.doCommit()),delete this._refreshing,e}runIsolated(t){if(this._isolated||!this._initialized)return t(this);this._isolated=!0;const i=this.state,o=t(this);return this.state=i,delete this._isolated,o}doSkipInvalid(t,i,o){return!!this.skipInvalid}doPrepare(t,i){return void 0===i&&(i={}),B.normalize(this.prepare?this.prepare(t,this,i):t)}doPrepareChar(t,i){return void 0===i&&(i={}),B.normalize(this.prepareChar?this.prepareChar(t,this,i):t)}doValidate(t){return(!this.validate||this.validate(this.value,this,t))&&(!this.parent||this.parent.doValidate(t))}doCommit(){this.commit&&this.commit(this.value,this)}splice(t,i,o,e,r){void 0===o&&(o=""),void 0===e&&(e=w),void 0===r&&(r={input:!0});const n=t+i,a=this.extractTail(n),s=!0===this.eager||"remove"===this.eager;let m;s&&(e=function(t){switch(t){case b:return y;case k:return D;default:return t}}(e),m=this.extractInput(0,n,{raw:!0}));let p=t;const d=new B;if(e!==w&&(p=this.nearestInputPos(t,i>1&&0!==t&&!s?w:e),d.tailShift=p-t),d.aggregate(this.remove(p)),s&&e!==w&&m===this.rawInputValue)if(e===y){let t;for(;m===this.rawInputValue&&(t=this.displayValue.length);)d.aggregate(new B({tailShift:-1})).aggregate(this.remove(t-1))}else e===D&&a.unshift();return d.aggregate(this.append(o,r,a))}maskEquals(t){return this.mask===t}optionsIsChanged(t){return!A(this,t)}typedValueEquals(t){const i=this.typedValue;return t===i||_.EMPTY_VALUES.includes(t)&&_.EMPTY_VALUES.includes(i)||!!this.format&&this.format(t,this)===this.format(this.typedValue,this)}pad(t){return new B}}_.DEFAULTS={skipInvalid:!0},_.EMPTY_VALUES=[void 0,null,""],j.Masked=_;class q{constructor(t,i){void 0===t&&(t=[]),void 0===i&&(i=0),this.chunks=t,this.from=i}toString(){return this.chunks.map(String).join("")}extend(t){if(!(t+""))return;t=v(t)?new O(t+""):t;const i=this.chunks[this.chunks.length-1];if(t instanceof O)!i||i.stop!==t.stop&&null!=t.stop||t.from!==i.from+(""+i).length?this.chunks.push(t):i.extend(""+t);else if(t instanceof q){if(null==t.stop){let i;for(;t.chunks.length&&null==t.chunks[0].stop;)i=t.chunks.shift(),i.from+=t.from,this.extend(i)}""+t&&(t.stop=t.blockIndex,this.chunks.push(t))}}appendTo(t){if(!(t instanceof j.MaskedPattern))return new O(""+this).appendTo(t);const i=new B;for(let o=0;o<this.chunks.length;++o){const e=this.chunks[o],r=t._mapPosToBlock(t.displayValue.length),n=e.stop;let a;if(null!=n&&(!r||r.index<=n)&&((e instanceof q||t._stops.indexOf(n)>=0)&&i.aggregate(t._appendPlaceholder(n)),a=e instanceof q&&t._blocks[n]),a){const o=a.appendTail(e);i.aggregate(o);const r=(""+e).slice(o.rawInserted.length);r&&i.aggregate(t.append(r,{tail:!0}))}else i.aggregate(t.append(""+e,{tail:!0}))}return i}get state(){return{chunks:this.chunks.map((t=>t.state)),from:this.from,stop:this.stop,blockIndex:this.blockIndex}}set state(t){const{chunks:i,...o}=t;Object.assign(this,o),this.chunks=i.map((t=>{const i="chunks"in t?new q:new O;return i.state=t,i}))}unshift(t){if(!this.chunks.length||null!=t&&this.from>=t)return"";const i=null!=t?t-this.from:t;let o=0;for(;o<this.chunks.length;){const t=this.chunks[o],e=t.unshift(i);if(""+t){if(!e)break;++o}else this.chunks.splice(o,1);if(e)return e}return""}shift(){if(!this.chunks.length)return"";let t=this.chunks.length-1;for(;0<=t;){const i=this.chunks[t],o=i.shift();if(""+i){if(!o)break;--t}else this.chunks.splice(t,1);if(o)return o}return""}}class V{constructor(t,i){this.masked=t,this._log=[];const{offset:o,index:e}=t._mapPosToBlock(i)||(i<0?{index:0,offset:0}:{index:this.masked._blocks.length,offset:0});this.offset=o,this.index=e,this.ok=!1}get block(){return this.masked._blocks[this.index]}get pos(){return this.masked._blockStartPos(this.index)+this.offset}get state(){return{index:this.index,offset:this.offset,ok:this.ok}}set state(t){Object.assign(this,t)}pushState(){this._log.push(this.state)}popState(){const t=this._log.pop();return t&&(this.state=t),t}bindBlock(){this.block||(this.index<0&&(this.index=0,this.offset=0),this.index>=this.masked._blocks.length&&(this.index=this.masked._blocks.length-1,this.offset=this.block.displayValue.length))}_pushLeft(t){for(this.pushState(),this.bindBlock();0<=this.index;--this.index,this.offset=(null==(i=this.block)?void 0:i.displayValue.length)||0){var i;if(t())return this.ok=!0}return this.ok=!1}_pushRight(t){for(this.pushState(),this.bindBlock();this.index<this.masked._blocks.length;++this.index,this.offset=0)if(t())return this.ok=!0;return this.ok=!1}pushLeftBeforeFilled(){return this._pushLeft((()=>{if(!this.block.isFixed&&this.block.value)return this.offset=this.block.nearestInputPos(this.offset,y),0!==this.offset||void 0}))}pushLeftBeforeInput(){return this._pushLeft((()=>{if(!this.block.isFixed)return this.offset=this.block.nearestInputPos(this.offset,b),!0}))}pushLeftBeforeRequired(){return this._pushLeft((()=>{if(!(this.block.isFixed||this.block.isOptional&&!this.block.value))return this.offset=this.block.nearestInputPos(this.offset,b),!0}))}pushRightBeforeFilled(){return this._pushRight((()=>{if(!this.block.isFixed&&this.block.value)return this.offset=this.block.nearestInputPos(this.offset,D),this.offset!==this.block.value.length||void 0}))}pushRightBeforeInput(){return this._pushRight((()=>{if(!this.block.isFixed)return this.offset=this.block.nearestInputPos(this.offset,w),!0}))}pushRightBeforeRequired(){return this._pushRight((()=>{if(!(this.block.isFixed||this.block.isOptional&&!this.block.value))return this.offset=this.block.nearestInputPos(this.offset,w),!0}))}}class P{constructor(t){Object.assign(this,t),this._value="",this.isFixed=!0}get value(){return this._value}get unmaskedValue(){return this.isUnmasking?this.value:""}get rawInputValue(){return this._isRawInput?this.value:""}get displayValue(){return this.value}reset(){this._isRawInput=!1,this._value=""}remove(t,i){return void 0===t&&(t=0),void 0===i&&(i=this._value.length),this._value=this._value.slice(0,t)+this._value.slice(i),this._value||(this._isRawInput=!1),new B}nearestInputPos(t,i){void 0===i&&(i=w);const o=this._value.length;switch(i){case b:case y:return 0;default:return o}}totalInputPositions(t,i){return void 0===t&&(t=0),void 0===i&&(i=this._value.length),this._isRawInput?i-t:0}extractInput(t,i,o){return void 0===t&&(t=0),void 0===i&&(i=this._value.length),void 0===o&&(o={}),o.raw&&this._isRawInput&&this._value.slice(t,i)||""}get isComplete(){return!0}get isFilled(){return!!this._value}_appendChar(t,i){if(void 0===i&&(i={}),this.isFilled)return new B;const o=this.char===t&&(this.isUnmasking||i.input||i.raw)&&(!i.raw||!(!0===this.eager||"append"===this.eager))&&!i.tail,e=new B({inserted:this.char,rawInserted:o?this.char:""});return this._value=this.char,this._isRawInput=o&&(i.raw||i.input),e}_appendEager(){return this._appendChar(this.char,{tail:!0})}_appendPlaceholder(){const t=new B;return this.isFilled||(this._value=t.inserted=this.char),t}extractTail(){return new O("")}appendTail(t){return v(t)&&(t=new O(t+"")),t.appendTo(this)}append(t,i,o){const e=this._appendChar(t[0],i);return null!=o&&(e.tailShift+=this.appendTail(o).tailShift),e}doCommit(){}get state(){return{_value:this._value,_rawInputValue:this.rawInputValue}}set state(t){this._value=t._value,this._isRawInput=!!t._rawInputValue}pad(t){return this._appendPlaceholder()}}class Y{constructor(t){const{parent:i,isOptional:o,placeholderChar:e,displayChar:r,lazy:n,eager:a,...s}=t;this.masked=S(s),Object.assign(this,{parent:i,isOptional:o,placeholderChar:e,displayChar:r,lazy:n,eager:a})}reset(){this.isFilled=!1,this.masked.reset()}remove(t,i){return void 0===t&&(t=0),void 0===i&&(i=this.value.length),0===t&&i>=1?(this.isFilled=!1,this.masked.remove(t,i)):new B}get value(){return this.masked.value||(this.isFilled&&!this.isOptional?this.placeholderChar:"")}get unmaskedValue(){return this.masked.unmaskedValue}get rawInputValue(){return this.masked.rawInputValue}get displayValue(){return this.masked.value&&this.displayChar||this.value}get isComplete(){return!!this.masked.value||this.isOptional}_appendChar(t,i){if(void 0===i&&(i={}),this.isFilled)return new B;const o=this.masked.state;let e=this.masked._appendChar(t,this.currentMaskFlags(i));return e.inserted&&!1===this.doValidate(i)&&(e=new B,this.masked.state=o),e.inserted||this.isOptional||this.lazy||i.input||(e.inserted=this.placeholderChar),e.skip=!e.inserted&&!this.isOptional,this.isFilled=!!e.inserted,e}append(t,i,o){return this.masked.append(t,this.currentMaskFlags(i),o)}_appendPlaceholder(){return this.isFilled||this.isOptional?new B:(this.isFilled=!0,new B({inserted:this.placeholderChar}))}_appendEager(){return new B}extractTail(t,i){return this.masked.extractTail(t,i)}appendTail(t){return this.masked.appendTail(t)}extractInput(t,i,o){return void 0===t&&(t=0),void 0===i&&(i=this.value.length),this.masked.extractInput(t,i,o)}nearestInputPos(t,i){void 0===i&&(i=w);const o=this.value.length,e=Math.min(Math.max(t,0),o);switch(i){case b:case y:return this.isComplete?e:0;case k:case D:return this.isComplete?e:o;default:return e}}totalInputPositions(t,i){return void 0===t&&(t=0),void 0===i&&(i=this.value.length),this.value.slice(t,i).length}doValidate(t){return this.masked.doValidate(this.currentMaskFlags(t))&&(!this.parent||this.parent.doValidate(this.currentMaskFlags(t)))}doCommit(){this.masked.doCommit()}get state(){return{_value:this.value,_rawInputValue:this.rawInputValue,masked:this.masked.state,isFilled:this.isFilled}}set state(t){this.masked.state=t.masked,this.isFilled=t.isFilled}currentMaskFlags(t){var i;return{...t,_beforeTailState:(null==t||null==(i=t._beforeTailState)?void 0:i.masked)||(null==t?void 0:t._beforeTailState)}}pad(t){return new B}}Y.DEFAULT_DEFINITIONS={0:/\d/,a:/[\u0041-\u005A\u0061-\u007A\u00AA\u00B5\u00BA\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u0527\u0531-\u0556\u0559\u0561-\u0587\u05D0-\u05EA\u05F0-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u08A0\u08A2-\u08AC\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0977\u0979-\u097F\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C33\u0C35-\u0C39\u0C3D\u0C58\u0C59\u0C60\u0C61\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D60\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F4\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u1700-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1877\u1880-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191C\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19C1-\u19C7\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1CE9-\u1CEC\u1CEE-\u1CF1\u1CF5\u1CF6\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2183\u2184\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005\u3006\u3031-\u3035\u303B\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312D\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FCC\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA697\uA6A0-\uA6E5\uA717-\uA71F\uA722-\uA788\uA78B-\uA78E\uA790-\uA793\uA7A0-\uA7AA\uA7F8-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA80-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uABC0-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]/,"*":/./},j.MaskedRegExp=class extends _{updateOptions(t){super.updateOptions(t)}_update(t){const i=t.mask;i&&(t.validate=t=>t.search(i)>=0),super._update(t)}};class Q extends _{constructor(t){super({...Q.DEFAULTS,...t,definitions:Object.assign({},Y.DEFAULT_DEFINITIONS,null==t?void 0:t.definitions)})}updateOptions(t){super.updateOptions(t)}_update(t){t.definitions=Object.assign({},this.definitions,t.definitions),super._update(t),this._rebuildMask()}_rebuildMask(){const t=this.definitions;this._blocks=[],this.exposeBlock=void 0,this._stops=[],this._maskedBlocks={};const i=this.mask;if(!i||!t)return;let o=!1,e=!1;for(let r=0;r<i.length;++r){if(this.blocks){const t=i.slice(r),o=Object.keys(this.blocks).filter((i=>0===t.indexOf(i)));o.sort(((t,i)=>i.length-t.length));const e=o[0];if(e){const{expose:t,repeat:i,...o}=N(this.blocks[e]),n={lazy:this.lazy,eager:this.eager,placeholderChar:this.placeholderChar,displayChar:this.displayChar,overwrite:this.overwrite,autofix:this.autofix,...o,repeat:i,parent:this},a=null!=i?new j.RepeatBlock(n):S(n);a&&(this._blocks.push(a),t&&(this.exposeBlock=a),this._maskedBlocks[e]||(this._maskedBlocks[e]=[]),this._maskedBlocks[e].push(this._blocks.length-1)),r+=e.length-1;continue}}let n=i[r],a=n in t;if(n===Q.STOP_CHAR){this._stops.push(this._blocks.length);continue}if("{"===n||"}"===n){o=!o;continue}if("["===n||"]"===n){e=!e;continue}if(n===Q.ESCAPE_CHAR){if(++r,n=i[r],!n)break;a=!1}const s=a?new Y({isOptional:e,lazy:this.lazy,eager:this.eager,placeholderChar:this.placeholderChar,displayChar:this.displayChar,...N(t[n]),parent:this}):new P({char:n,eager:this.eager,isUnmasking:o});this._blocks.push(s)}}get state(){return{...super.state,_blocks:this._blocks.map((t=>t.state))}}set state(t){if(!t)return void this.reset();const{_blocks:i,...o}=t;this._blocks.forEach(((t,o)=>t.state=i[o])),super.state=o}reset(){super.reset(),this._blocks.forEach((t=>t.reset()))}get isComplete(){return this.exposeBlock?this.exposeBlock.isComplete:this._blocks.every((t=>t.isComplete))}get isFilled(){return this._blocks.every((t=>t.isFilled))}get isFixed(){return this._blocks.every((t=>t.isFixed))}get isOptional(){return this._blocks.every((t=>t.isOptional))}doCommit(){this._blocks.forEach((t=>t.doCommit())),super.doCommit()}get unmaskedValue(){return this.exposeBlock?this.exposeBlock.unmaskedValue:this._blocks.reduce(((t,i)=>t+i.unmaskedValue),"")}set unmaskedValue(t){if(this.exposeBlock){const i=this.extractTail(this._blockStartPos(this._blocks.indexOf(this.exposeBlock))+this.exposeBlock.displayValue.length);this.exposeBlock.unmaskedValue=t,this.appendTail(i),this.doCommit()}else super.unmaskedValue=t}get value(){return this.exposeBlock?this.exposeBlock.value:this._blocks.reduce(((t,i)=>t+i.value),"")}set value(t){if(this.exposeBlock){const i=this.extractTail(this._blockStartPos(this._blocks.indexOf(this.exposeBlock))+this.exposeBlock.displayValue.length);this.exposeBlock.value=t,this.appendTail(i),this.doCommit()}else super.value=t}get typedValue(){return this.exposeBlock?this.exposeBlock.typedValue:super.typedValue}set typedValue(t){if(this.exposeBlock){const i=this.extractTail(this._blockStartPos(this._blocks.indexOf(this.exposeBlock))+this.exposeBlock.displayValue.length);this.exposeBlock.typedValue=t,this.appendTail(i),this.doCommit()}else super.typedValue=t}get displayValue(){return this._blocks.reduce(((t,i)=>t+i.displayValue),"")}appendTail(t){return super.appendTail(t).aggregate(this._appendPlaceholder())}_appendEager(){var t;const i=new B;let o=null==(t=this._mapPosToBlock(this.displayValue.length))?void 0:t.index;if(null==o)return i;this._blocks[o].isFilled&&++o;for(let t=o;t<this._blocks.length;++t){const o=this._blocks[t]._appendEager();if(!o.inserted)break;i.aggregate(o)}return i}_appendCharRaw(t,i){void 0===i&&(i={});const o=this._mapPosToBlock(this.displayValue.length),e=new B;if(!o)return e;for(let n,a=o.index;n=this._blocks[a];++a){var r;const o=n._appendChar(t,{...i,_beforeTailState:null==(r=i._beforeTailState)||null==(r=r._blocks)?void 0:r[a]});if(e.aggregate(o),o.consumed)break}return e}extractTail(t,i){void 0===t&&(t=0),void 0===i&&(i=this.displayValue.length);const o=new q;return t===i||this._forEachBlocksInRange(t,i,((t,i,e,r)=>{const n=t.extractTail(e,r);n.stop=this._findStopBefore(i),n.from=this._blockStartPos(i),n instanceof q&&(n.blockIndex=i),o.extend(n)})),o}extractInput(t,i,o){if(void 0===t&&(t=0),void 0===i&&(i=this.displayValue.length),void 0===o&&(o={}),t===i)return"";let e="";return this._forEachBlocksInRange(t,i,((t,i,r,n)=>{e+=t.extractInput(r,n,o)})),e}_findStopBefore(t){let i;for(let o=0;o<this._stops.length;++o){const e=this._stops[o];if(!(e<=t))break;i=e}return i}_appendPlaceholder(t){const i=new B;if(this.lazy&&null==t)return i;const o=this._mapPosToBlock(this.displayValue.length);return o?(this._blocks.slice(o.index,null!=t?t:this._blocks.length).forEach((o=>{var e;o.lazy&&null==t||i.aggregate(o._appendPlaceholder(null==(e=o._blocks)?void 0:e.length))})),i):i}_mapPosToBlock(t){let i="";for(let o=0;o<this._blocks.length;++o){const e=i.length;if(i+=this._blocks[o].displayValue,t<=i.length)return{index:o,offset:t-e}}}_blockStartPos(t){return this._blocks.slice(0,t).reduce(((t,i)=>t+i.displayValue.length),0)}_forEachBlocksInRange(t,i,o){void 0===i&&(i=this.displayValue.length);const e=this._mapPosToBlock(t);if(e){const t=this._mapPosToBlock(i),r=t&&e.index===t.index;if(o(this._blocks[e.index],e.index,e.offset,t&&r?t.offset:this._blocks[e.index].displayValue.length),t&&!r){for(let i=e.index+1;i<t.index;++i)o(this._blocks[i],i,0,this._blocks[i].displayValue.length);o(this._blocks[t.index],t.index,0,t.offset)}}}remove(t,i){void 0===t&&(t=0),void 0===i&&(i=this.displayValue.length);const o=super.remove(t,i);return this._forEachBlocksInRange(t,i,((t,i,e,r)=>{o.aggregate(t.remove(e,r))})),o}nearestInputPos(t,i){if(void 0===i&&(i=w),!this._blocks.length)return 0;const o=new V(this,t);if(i===w)return o.pushRightBeforeInput()?o.pos:(o.popState(),o.pushLeftBeforeInput()?o.pos:this.displayValue.length);if(i===b||i===y){if(i===b){if(o.pushRightBeforeFilled(),o.ok&&o.pos===t)return t;o.popState()}if(o.pushLeftBeforeInput(),o.pushLeftBeforeRequired(),o.pushLeftBeforeFilled(),i===b){if(o.pushRightBeforeInput(),o.pushRightBeforeRequired(),o.ok&&o.pos<=t)return o.pos;if(o.popState(),o.ok&&o.pos<=t)return o.pos;o.popState()}return o.ok?o.pos:i===y?0:(o.popState(),o.ok?o.pos:(o.popState(),o.ok?o.pos:0))}return i===k||i===D?(o.pushRightBeforeInput(),o.pushRightBeforeRequired(),o.pushRightBeforeFilled()?o.pos:i===D?this.displayValue.length:(o.popState(),o.ok?o.pos:(o.popState(),o.ok?o.pos:this.nearestInputPos(t,b)))):t}totalInputPositions(t,i){void 0===t&&(t=0),void 0===i&&(i=this.displayValue.length);let o=0;return this._forEachBlocksInRange(t,i,((t,i,e,r)=>{o+=t.totalInputPositions(e,r)})),o}maskedBlock(t){return this.maskedBlocks(t)[0]}maskedBlocks(t){const i=this._maskedBlocks[t];return i?i.map((t=>this._blocks[t])):[]}pad(t){const i=new B;return this._forEachBlocksInRange(0,this.displayValue.length,(o=>i.aggregate(o.pad(t)))),i}}Q.DEFAULTS={..._.DEFAULTS,lazy:!0,placeholderChar:"_"},Q.STOP_CHAR="`",Q.ESCAPE_CHAR="\\",Q.InputDefinition=Y,Q.FixedDefinition=P,j.MaskedPattern=Q;class U extends Q{get _matchFrom(){return this.maxLength-(this.from+"").length}constructor(t){super(t)}updateOptions(t){super.updateOptions(t)}_update(t){const{to:i=this.to||0,from:o=this.from||0,maxLength:e=this.maxLength||0,autofix:r=this.autofix,...n}=t;this.to=i,this.from=o,this.maxLength=Math.max((i+"").length,e),this.autofix=r;const a=(this.from+"").padStart(this.maxLength,"0"),s=(this.to+"").padStart(this.maxLength,"0");let m=0;for(;m<s.length&&s[m]===a[m];)++m;n.mask=s.slice(0,m).replace(/0/g,"\\0")+"0".repeat(this.maxLength-m),super._update(n)}get isComplete(){return super.isComplete&&!!this.value}boundaries(t){let i="",o="";const[,e,r]=t.match(/^(\D*)(\d*)(\D*)/)||[];return r&&(i="0".repeat(e.length)+r,o="9".repeat(e.length)+r),i=i.padEnd(this.maxLength,"0"),o=o.padEnd(this.maxLength,"9"),[i,o]}doPrepareChar(t,i){let o;return void 0===i&&(i={}),[t,o]=super.doPrepareChar(t.replace(/\D/g,""),i),t||(o.skip=!this.isComplete),[t,o]}_appendCharRaw(t,i){if(void 0===i&&(i={}),!this.autofix||this.value.length+1>this.maxLength)return super._appendCharRaw(t,i);const o=(this.from+"").padStart(this.maxLength,"0"),e=(this.to+"").padStart(this.maxLength,"0"),[r,n]=this.boundaries(this.value+t);return Number(n)<this.from?super._appendCharRaw(o[this.value.length],i):Number(r)>this.to?!i.tail&&"pad"===this.autofix&&this.value.length+1<this.maxLength?super._appendCharRaw(o[this.value.length],i).aggregate(this._appendCharRaw(t,i)):super._appendCharRaw(e[this.value.length],i):super._appendCharRaw(t,i)}doValidate(t){const i=this.value;if(-1===i.search(/[^0]/)&&i.length<=this._matchFrom)return!0;const[o,e]=this.boundaries(i);return this.from<=Number(e)&&Number(o)<=this.to&&super.doValidate(t)}pad(t){const i=new B;if(this.value.length===this.maxLength)return i;const o=this.value,e=this.maxLength-this.value.length;if(e){this.reset();for(let o=0;o<e;++o)i.aggregate(super._appendCharRaw("0",t));o.split("").forEach((t=>this._appendCharRaw(t)))}return i}}j.MaskedRange=U;class H extends Q{static extractPatternOptions(t){const{mask:i,pattern:o,...e}=t;return{...e,mask:v(i)?i:o}}constructor(t){super(H.extractPatternOptions({...H.DEFAULTS,...t}))}updateOptions(t){super.updateOptions(t)}_update(t){const{mask:i,pattern:o,blocks:e,...r}={...H.DEFAULTS,...t},n=Object.assign({},H.GET_DEFAULT_BLOCKS());t.min&&(n.Y.from=t.min.getFullYear()),t.max&&(n.Y.to=t.max.getFullYear()),t.min&&t.max&&n.Y.from===n.Y.to&&(n.m.from=t.min.getMonth()+1,n.m.to=t.max.getMonth()+1,n.m.from===n.m.to&&(n.d.from=t.min.getDate(),n.d.to=t.max.getDate())),Object.assign(n,this.blocks,e),super._update({...r,mask:v(i)?i:o,blocks:n})}doValidate(t){const i=this.date;return super.doValidate(t)&&(!this.isComplete||this.isDateExist(this.value)&&null!=i&&(null==this.min||this.min<=i)&&(null==this.max||i<=this.max))}isDateExist(t){return this.format(this.parse(t,this),this).indexOf(t)>=0}get date(){return this.typedValue}set date(t){this.typedValue=t}get typedValue(){return this.isComplete?super.typedValue:null}set typedValue(t){super.typedValue=t}maskEquals(t){return t===Date||super.maskEquals(t)}optionsIsChanged(t){return super.optionsIsChanged(H.extractPatternOptions(t))}}H.GET_DEFAULT_BLOCKS=()=>({d:{mask:U,from:1,to:31,maxLength:2},m:{mask:U,from:1,to:12,maxLength:2},Y:{mask:U,from:1900,to:9999}}),H.DEFAULTS={...Q.DEFAULTS,mask:Date,pattern:"d{.}`m{.}`Y",format:t=>t?[(t.getDate()+"").padStart(2,"0"),(t.getMonth()+1+"").padStart(2,"0"),t.getFullYear()].join("."):"",parse:t=>{const[i,o,e]=t.split(".").map(Number);return new Date(e,o-1,i)}},j.MaskedDate=H;class R extends _{constructor(t){super({...R.DEFAULTS,...t}),this.currentMask=void 0}updateOptions(t){super.updateOptions(t)}_update(t){super._update(t),"mask"in t&&(this.exposeMask=void 0,this.compiledMasks=Array.isArray(t.mask)?t.mask.map((t=>{const{expose:i,...o}=N(t),e=S({overwrite:this._overwrite,eager:this._eager,skipInvalid:this._skipInvalid,...o});return i&&(this.exposeMask=e),e})):[])}_appendCharRaw(t,i){void 0===i&&(i={});const o=this._applyDispatch(t,i);return this.currentMask&&o.aggregate(this.currentMask._appendChar(t,this.currentMaskFlags(i))),o}_applyDispatch(t,i,o){void 0===t&&(t=""),void 0===i&&(i={}),void 0===o&&(o="");const e=i.tail&&null!=i._beforeTailState?i._beforeTailState._value:this.value,r=this.rawInputValue,n=i.tail&&null!=i._beforeTailState?i._beforeTailState._rawInputValue:r,a=r.slice(n.length),s=this.currentMask,m=new B,p=null==s?void 0:s.state;return this.currentMask=this.doDispatch(t,{...i},o),this.currentMask&&(this.currentMask!==s?(this.currentMask.reset(),n&&(this.currentMask.append(n,{raw:!0}),m.tailShift=this.currentMask.value.length-e.length),a&&(m.tailShift+=this.currentMask.append(a,{raw:!0,tail:!0}).tailShift)):p&&(this.currentMask.state=p)),m}_appendPlaceholder(){const t=this._applyDispatch();return this.currentMask&&t.aggregate(this.currentMask._appendPlaceholder()),t}_appendEager(){const t=this._applyDispatch();return this.currentMask&&t.aggregate(this.currentMask._appendEager()),t}appendTail(t){const i=new B;return t&&i.aggregate(this._applyDispatch("",{},t)),i.aggregate(this.currentMask?this.currentMask.appendTail(t):super.appendTail(t))}currentMaskFlags(t){var i,o;return{...t,_beforeTailState:(null==(i=t._beforeTailState)?void 0:i.currentMaskRef)===this.currentMask&&(null==(o=t._beforeTailState)?void 0:o.currentMask)||t._beforeTailState}}doDispatch(t,i,o){return void 0===i&&(i={}),void 0===o&&(o=""),this.dispatch(t,this,i,o)}doValidate(t){return super.doValidate(t)&&(!this.currentMask||this.currentMask.doValidate(this.currentMaskFlags(t)))}doPrepare(t,i){void 0===i&&(i={});let[o,e]=super.doPrepare(t,i);if(this.currentMask){let t;[o,t]=super.doPrepare(o,this.currentMaskFlags(i)),e=e.aggregate(t)}return[o,e]}doPrepareChar(t,i){void 0===i&&(i={});let[o,e]=super.doPrepareChar(t,i);if(this.currentMask){let t;[o,t]=super.doPrepareChar(o,this.currentMaskFlags(i)),e=e.aggregate(t)}return[o,e]}reset(){var t;null==(t=this.currentMask)||t.reset(),this.compiledMasks.forEach((t=>t.reset()))}get value(){return this.exposeMask?this.exposeMask.value:this.currentMask?this.currentMask.value:""}set value(t){this.exposeMask?(this.exposeMask.value=t,this.currentMask=this.exposeMask,this._applyDispatch()):super.value=t}get unmaskedValue(){return this.exposeMask?this.exposeMask.unmaskedValue:this.currentMask?this.currentMask.unmaskedValue:""}set unmaskedValue(t){this.exposeMask?(this.exposeMask.unmaskedValue=t,this.currentMask=this.exposeMask,this._applyDispatch()):super.unmaskedValue=t}get typedValue(){return this.exposeMask?this.exposeMask.typedValue:this.currentMask?this.currentMask.typedValue:""}set typedValue(t){if(this.exposeMask)return this.exposeMask.typedValue=t,this.currentMask=this.exposeMask,void this._applyDispatch();let i=t+"";this.currentMask&&(this.currentMask.typedValue=t,i=this.currentMask.unmaskedValue),this.unmaskedValue=i}get displayValue(){return this.currentMask?this.currentMask.displayValue:""}get isComplete(){var t;return!!(null==(t=this.currentMask)?void 0:t.isComplete)}get isFilled(){var t;return!!(null==(t=this.currentMask)?void 0:t.isFilled)}remove(t,i){const o=new B;return this.currentMask&&o.aggregate(this.currentMask.remove(t,i)).aggregate(this._applyDispatch()),o}get state(){var t;return{...super.state,_rawInputValue:this.rawInputValue,compiledMasks:this.compiledMasks.map((t=>t.state)),currentMaskRef:this.currentMask,currentMask:null==(t=this.currentMask)?void 0:t.state}}set state(t){const{compiledMasks:i,currentMaskRef:o,currentMask:e,...r}=t;i&&this.compiledMasks.forEach(((t,o)=>t.state=i[o])),null!=o&&(this.currentMask=o,this.currentMask.state=e),super.state=r}extractInput(t,i,o){return this.currentMask?this.currentMask.extractInput(t,i,o):""}extractTail(t,i){return this.currentMask?this.currentMask.extractTail(t,i):super.extractTail(t,i)}doCommit(){this.currentMask&&this.currentMask.doCommit(),super.doCommit()}nearestInputPos(t,i){return this.currentMask?this.currentMask.nearestInputPos(t,i):super.nearestInputPos(t,i)}get overwrite(){return this.currentMask?this.currentMask.overwrite:this._overwrite}set overwrite(t){this._overwrite=t}get eager(){return this.currentMask?this.currentMask.eager:this._eager}set eager(t){this._eager=t}get skipInvalid(){return this.currentMask?this.currentMask.skipInvalid:this._skipInvalid}set skipInvalid(t){this._skipInvalid=t}get autofix(){return this.currentMask?this.currentMask.autofix:this._autofix}set autofix(t){this._autofix=t}maskEquals(t){return Array.isArray(t)?this.compiledMasks.every(((i,o)=>{if(!t[o])return;const{mask:e,...r}=t[o];return A(i,r)&&i.maskEquals(e)})):super.maskEquals(t)}typedValueEquals(t){var i;return!!(null==(i=this.currentMask)?void 0:i.typedValueEquals(t))}}R.DEFAULTS={..._.DEFAULTS,dispatch:(t,i,o,e)=>{if(!i.compiledMasks.length)return;const r=i.rawInputValue,n=i.compiledMasks.map(((n,a)=>{const s=i.currentMask===n,m=s?n.displayValue.length:n.nearestInputPos(n.displayValue.length,y);return n.rawInputValue!==r?(n.reset(),n.append(r,{raw:!0})):s||n.remove(m),n.append(t,i.currentMaskFlags(o)),n.appendTail(e),{index:a,weight:n.rawInputValue.length,totalInputPositions:n.totalInputPositions(0,Math.max(m,n.nearestInputPos(n.displayValue.length,y)))}}));return n.sort(((t,i)=>i.weight-t.weight||i.totalInputPositions-t.totalInputPositions)),i.compiledMasks[n[0].index]}},j.MaskedDynamic=R;class W extends Q{constructor(t){super({...W.DEFAULTS,...t})}updateOptions(t){super.updateOptions(t)}_update(t){const{enum:i,...o}=t;if(i){const t=i.map((t=>t.length)),e=Math.min(...t),r=Math.max(...t)-e;o.mask="*".repeat(e),r&&(o.mask+="["+"*".repeat(r)+"]"),this.enum=i}super._update(o)}_appendCharRaw(t,i){void 0===i&&(i={});const o=Math.min(this.nearestInputPos(0,D),this.value.length),e=this.enum.filter((i=>this.matchValue(i,this.unmaskedValue+t,o)));if(e.length){1===e.length&&this._forEachBlocksInRange(0,this.value.length,((t,o)=>{const r=e[0][o];o>=this.value.length||r===t.value||(t.reset(),t._appendChar(r,i))}));const t=super._appendCharRaw(e[0][this.value.length],i);return 1===e.length&&e[0].slice(this.unmaskedValue.length).split("").forEach((i=>t.aggregate(super._appendCharRaw(i)))),t}return new B({skip:!this.isComplete})}extractTail(t,i){return void 0===t&&(t=0),new O("",t)}remove(t,i){if(void 0===t&&(t=0),void 0===i&&(i=this.displayValue.length),t===i)return new B;const o=Math.min(super.nearestInputPos(0,D),this.value.length);let e;for(e=t;e>=0&&!(this.enum.filter((t=>this.matchValue(t,this.value.slice(o,e),o))).length>1);--e);const r=super.remove(e,i);return r.tailShift+=e-t,r}get isComplete(){return this.enum.indexOf(this.value)>=0}}var $;W.DEFAULTS={...Q.DEFAULTS,matchValue:(t,i,o)=>t.indexOf(i,o)===o},j.MaskedEnum=W,j.MaskedFunction=class extends _{updateOptions(t){super.updateOptions(t)}_update(t){super._update({...t,validate:t.mask})}};class G extends _{constructor(t){super({...G.DEFAULTS,...t})}updateOptions(t){super.updateOptions(t)}_update(t){super._update(t),this._updateRegExps()}_updateRegExps(){const t="^"+(this.allowNegative?"[+|\\-]?":""),i=(this.scale?"("+M(this.radix)+"\\d{0,"+this.scale+"})?":"")+"$";this._numberRegExp=RegExp(t+"\\d*"+i),this._mapToRadixRegExp=RegExp("["+this.mapToRadix.map(M).join("")+"]","g"),this._thousandsSeparatorRegExp=RegExp(M(this.thousandsSeparator),"g")}_removeThousandsSeparators(t){return t.replace(this._thousandsSeparatorRegExp,"")}_insertThousandsSeparators(t){const i=t.split(this.radix);return i[0]=i[0].replace(/\B(?=(\d{3})+(?!\d))/g,this.thousandsSeparator),i.join(this.radix)}doPrepareChar(t,i){void 0===i&&(i={});const[o,e]=super.doPrepareChar(this._removeThousandsSeparators(this.scale&&this.mapToRadix.length&&(i.input&&i.raw||!i.input&&!i.raw)?t.replace(this._mapToRadixRegExp,this.radix):t),i);return t&&!o&&(e.skip=!0),!o||this.allowPositive||this.value||"-"===o||e.aggregate(this._appendChar("-")),[o,e]}_separatorsCount(t,i){void 0===i&&(i=!1);let o=0;for(let e=0;e<t;++e)this._value.indexOf(this.thousandsSeparator,e)===e&&(++o,i&&(t+=this.thousandsSeparator.length));return o}_separatorsCountFromSlice(t){return void 0===t&&(t=this._value),this._separatorsCount(this._removeThousandsSeparators(t).length,!0)}extractInput(t,i,o){return void 0===t&&(t=0),void 0===i&&(i=this.displayValue.length),[t,i]=this._adjustRangeWithSeparators(t,i),this._removeThousandsSeparators(super.extractInput(t,i,o))}_appendCharRaw(t,i){void 0===i&&(i={});const o=this._separatorsCountFromSlice(i.tail&&i._beforeTailState?i._beforeTailState._value:this._value);this._value=this._removeThousandsSeparators(this.value);const e=this._value;this._value+=t;let r,n=!isNaN(this.number),a=!1;if(n){let t;null!=this.min&&this.min<0&&this.number<this.min&&(t=this.min),null!=this.max&&this.max>0&&this.number>this.max&&(t=this.max),null!=t&&(this.autofix?(this._value=this.format(t,this).replace(G.UNMASKED_RADIX,this.radix),a||(a=e===this._value&&!i.tail)):n=!1),n&&(n=!!this._value.match(this._numberRegExp))}n?r=new B({inserted:this._value.slice(e.length),rawInserted:a?"":t,skip:a}):(this._value=e,r=new B),this._value=this._insertThousandsSeparators(this._value);const s=this._separatorsCountFromSlice(i.tail&&i._beforeTailState?i._beforeTailState._value:this._value);return r.tailShift+=(s-o)*this.thousandsSeparator.length,r}_findSeparatorAround(t){if(this.thousandsSeparator){const i=this.value.indexOf(this.thousandsSeparator,t-this.thousandsSeparator.length+1);if(i<=t)return i}return-1}_adjustRangeWithSeparators(t,i){const o=this._findSeparatorAround(t);o>=0&&(t=o);const e=this._findSeparatorAround(i);return e>=0&&(i=e+this.thousandsSeparator.length),[t,i]}remove(t,i){void 0===t&&(t=0),void 0===i&&(i=this.displayValue.length),[t,i]=this._adjustRangeWithSeparators(t,i);const o=this.value.slice(0,t),e=this.value.slice(i),r=this._separatorsCount(o.length);this._value=this._insertThousandsSeparators(this._removeThousandsSeparators(o+e));const n=this._separatorsCountFromSlice(o);return new B({tailShift:(n-r)*this.thousandsSeparator.length})}nearestInputPos(t,i){if(!this.thousandsSeparator)return t;switch(i){case w:case b:case y:{const o=this._findSeparatorAround(t-1);if(o>=0){const e=o+this.thousandsSeparator.length;if(t<e||this.value.length<=e||i===y)return o}break}case k:case D:{const i=this._findSeparatorAround(t);if(i>=0)return i+this.thousandsSeparator.length}}return t}doCommit(){if(this.value){const t=this.number;let i=t;null!=this.min&&(i=Math.max(i,this.min)),null!=this.max&&(i=Math.min(i,this.max)),i!==t&&(this.unmaskedValue=this.format(i,this));let o=this.value;this.normalizeZeros&&(o=this._normalizeZeros(o)),this.padFractionalZeros&&this.scale>0&&(o=this._padFractionalZeros(o)),this._value=o}super.doCommit()}_normalizeZeros(t){const i=this._removeThousandsSeparators(t).split(this.radix);return i[0]=i[0].replace(/^(\D*)(0*)(\d*)/,((t,i,o,e)=>i+e)),t.length&&!/\d$/.test(i[0])&&(i[0]=i[0]+"0"),i.length>1&&(i[1]=i[1].replace(/0*$/,""),i[1].length||(i.length=1)),this._insertThousandsSeparators(i.join(this.radix))}_padFractionalZeros(t){if(!t)return t;const i=t.split(this.radix);return i.length<2&&i.push(""),i[1]=i[1].padEnd(this.scale,"0"),i.join(this.radix)}doSkipInvalid(t,i,o){void 0===i&&(i={});const e=0===this.scale&&t!==this.thousandsSeparator&&(t===this.radix||t===G.UNMASKED_RADIX||this.mapToRadix.includes(t));return super.doSkipInvalid(t,i,o)&&!e}get unmaskedValue(){return this._removeThousandsSeparators(this._normalizeZeros(this.value)).replace(this.radix,G.UNMASKED_RADIX)}set unmaskedValue(t){super.unmaskedValue=t}get typedValue(){return this.parse(this.unmaskedValue,this)}set typedValue(t){this.rawInputValue=this.format(t,this).replace(G.UNMASKED_RADIX,this.radix)}get number(){return this.typedValue}set number(t){this.typedValue=t}get allowNegative(){return null!=this.min&&this.min<0||null!=this.max&&this.max<0}get allowPositive(){return null!=this.min&&this.min>0||null!=this.max&&this.max>0}typedValueEquals(t){return(super.typedValueEquals(t)||G.EMPTY_VALUES.includes(t)&&G.EMPTY_VALUES.includes(this.typedValue))&&!(0===t&&""===this.value)}}$=G,G.UNMASKED_RADIX=".",G.EMPTY_VALUES=[..._.EMPTY_VALUES,0],G.DEFAULTS={..._.DEFAULTS,mask:Number,radix:",",thousandsSeparator:"",mapToRadix:[$.UNMASKED_RADIX],min:Number.MIN_SAFE_INTEGER,max:Number.MAX_SAFE_INTEGER,scale:2,normalizeZeros:!0,padFractionalZeros:!1,parse:Number,format:t=>t.toLocaleString("en-US",{useGrouping:!1,maximumFractionDigits:20})},j.MaskedNumber=G;const Z={MASKED:"value",UNMASKED:"unmaskedValue",TYPED:"typedValue"};function J(t,i,o){void 0===i&&(i=Z.MASKED),void 0===o&&(o=Z.MASKED);const e=S(t);return t=>e.runIsolated((e=>(e[i]=t,e[o])))}j.PIPE_TYPE=Z,j.createPipe=J,j.pipe=function(t,i,o,e){return J(i,o,e)(t)},j.RepeatBlock=class extends Q{get repeatFrom(){var t;return null!=(t=Array.isArray(this.repeat)?this.repeat[0]:this.repeat===1/0?0:this.repeat)?t:0}get repeatTo(){var t;return null!=(t=Array.isArray(this.repeat)?this.repeat[1]:this.repeat)?t:1/0}constructor(t){super(t)}updateOptions(t){super.updateOptions(t)}_update(t){var i,o,e;const{repeat:r,...n}=N(t);this._blockOpts=Object.assign({},this._blockOpts,n);const a=S(this._blockOpts);this.repeat=null!=(i=null!=(o=null!=r?r:a.repeat)?o:this.repeat)?i:1/0,super._update({mask:"m".repeat(Math.max(this.repeatTo===1/0&&(null==(e=this._blocks)?void 0:e.length)||0,this.repeatFrom)),blocks:{m:a},eager:a.eager,overwrite:a.overwrite,skipInvalid:a.skipInvalid,lazy:a.lazy,placeholderChar:a.placeholderChar,displayChar:a.displayChar})}_allocateBlock(t){return t<this._blocks.length?this._blocks[t]:this.repeatTo===1/0||this._blocks.length<this.repeatTo?(this._blocks.push(S(this._blockOpts)),this.mask+="m",this._blocks[this._blocks.length-1]):void 0}_appendCharRaw(t,i){void 0===i&&(i={});const o=new B;for(let s,m,p=null!=(e=null==(r=this._mapPosToBlock(this.displayValue.length))?void 0:r.index)?e:Math.max(this._blocks.length-1,0);s=null!=(n=this._blocks[p])?n:m=!m&&this._allocateBlock(p);++p){var e,r,n,a;const d=s._appendChar(t,{...i,_beforeTailState:null==(a=i._beforeTailState)||null==(a=a._blocks)?void 0:a[p]});if(d.skip&&m){this._blocks.pop(),this.mask=this.mask.slice(1);break}if(o.aggregate(d),d.consumed)break}return o}_trimEmptyTail(t,i){var o,e;void 0===t&&(t=0);const r=Math.max((null==(o=this._mapPosToBlock(t))?void 0:o.index)||0,this.repeatFrom,0);let n;null!=i&&(n=null==(e=this._mapPosToBlock(i))?void 0:e.index),null==n&&(n=this._blocks.length-1);let a=0;for(let t=n;r<=t&&!this._blocks[t].unmaskedValue;--t,++a);a&&(this._blocks.splice(n-a+1,a),this.mask=this.mask.slice(a))}reset(){super.reset(),this._trimEmptyTail()}remove(t,i){void 0===t&&(t=0),void 0===i&&(i=this.displayValue.length);const o=super.remove(t,i);return this._trimEmptyTail(t,i),o}totalInputPositions(t,i){return void 0===t&&(t=0),null==i&&this.repeatTo===1/0?1/0:super.totalInputPositions(t,i)}get state(){return super.state}set state(t){this._blocks.length=t._blocks.length,this.mask=this.mask.slice(0,this._blocks.length),super.state=t}};try{globalThis.IMask=j}catch{}var X,K,tt,it,ot={},et=a((X||(X=1,Object.defineProperty(ot,"__esModule",{value:!0}),ot.default=void 0,ot.default={days:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],daysShort:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],daysMin:["Su","Mo","Tu","We","Th","Fr","Sa"],months:["January","February","March","April","May","June","July","August","September","October","November","December"],monthsShort:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],today:"Today",clear:"Clear",dateFormat:"MM/dd/yyyy",timeFormat:"hh:mm aa",firstDay:0}),ot)),rt={},nt=a((K||(K=1,Object.defineProperty(rt,"__esModule",{value:!0}),rt.default=void 0,rt.default={days:["Sonntag","Montag","Dienstag","Mittwoch","Donnerstag","Freitag","Samstag"],daysShort:["Son","Mon","Die","Mit","Don","Fre","Sam"],daysMin:["So","Mo","Di","Mi","Do","Fr","Sa"],months:["Januar","Februar","März","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember"],monthsShort:["Jan","Feb","Mär","Apr","Mai","Jun","Jul","Aug","Sep","Okt","Nov","Dez"],today:"Heute",clear:"Löschen",dateFormat:"dd.MM.yyyy",timeFormat:"HH:mm",firstDay:1}),rt)),at={},st=a((tt||(tt=1,Object.defineProperty(at,"__esModule",{value:!0}),at.default=void 0,at.default={days:["Domenica","Lunedì","Martedì","Mercoledì","Giovedì","Venerdì","Sabato"],daysShort:["Dom","Lun","Mar","Mer","Gio","Ven","Sab"],daysMin:["Do","Lu","Ma","Me","Gi","Ve","Sa"],months:["Gennaio","Febbraio","Marzo","Aprile","Maggio","Giugno","Luglio","Agosto","Settembre","Ottobre","Novembre","Dicembre"],monthsShort:["Gen","Feb","Mar","Apr","Mag","Giu","Lug","Ago","Set","Ott","Nov","Dic"],today:"Oggi",clear:"Cancella",dateFormat:"dd/MM/yyyy",timeFormat:"HH:mm",firstDay:1}),at)),mt={};const pt={en:et,fr:a((it||(it=1,Object.defineProperty(mt,"__esModule",{value:!0}),mt.default=void 0,mt.default={days:["Dimanche","Lundi","Mardi","Mercredi","Jeudi","Vendredi","Samedi"],daysShort:["Dim","Lun","Mar","Mer","Jeu","Ven","Sam"],daysMin:["Di","Lu","Ma","Me","Je","Ve","Sa"],months:["Janvier","Février","Mars","Avril","Mai","Juin","Juillet","Août","Septembre","Octobre","Novembre","Décembre"],monthsShort:["Jan","Fév","Mars","Avr","Mai","Juin","Juil","Août","Sep","Oct","Nov","Dec"],today:"Aujourd'hui",clear:"Effacer",dateFormat:"dd/MM/yyyy",timeFormat:"HH:mm",firstDay:1}),mt)),de:nt,it:st},dt=t(class extends i{constructor(t){super(),!1!==t&&this.__registerHost(),this.__attachShadow(),this.postUpdateDates=o(this,"postUpdateDates",7),this.today=new Date,this.inputDisabled=!1,this.range=!1,this.inline=!1,this.startDate=new Date,this.locale=p?document.documentElement.lang:"en",this.currentViewType="days",this.euFormat=!0,this.skipOnSelectCount=0,this.skipFocusOnNextRender=!1,this.handleTab=t=>{if(this.inline||"Tab"!==t.key&&"Escape"!==t.key)return;"Escape"===t.key&&this.dpInput.focus();const i=this.host.shadowRoot.activeElement;if(i===this.titleBtn&&t.shiftKey){t.preventDefault();const i=this.getCells().find((t=>0===t.tabIndex));i&&i.focus()}"gridcell"!==i?.getAttribute("role")||t.shiftKey||(t.preventDefault(),"years"===this.currentViewType?this.prevBtn.focus():this.titleBtn.focus())},this.handleGridKeydown=t=>{const i=t.key,o=this.startDate;if(!o)return;if("Enter"===i||" "===i){t.preventDefault();const i=this.getCells().find((t=>0===t.tabIndex));return void(i&&i.click())}const e=new Date(o),r={ArrowLeft:{days:()=>e.setDate(o.getDate()-1),months:()=>e.setMonth(o.getMonth()-1),years:()=>e.setFullYear(o.getFullYear()-1)},ArrowRight:{days:()=>e.setDate(o.getDate()+1),months:()=>e.setMonth(o.getMonth()+1),years:()=>e.setFullYear(o.getFullYear()+1)},ArrowUp:{days:()=>e.setDate(o.getDate()-7),months:()=>e.setMonth(o.getMonth()-4),years:()=>e.setFullYear(o.getFullYear()-4)},ArrowDown:{days:()=>e.setDate(o.getDate()+7),months:()=>e.setMonth(o.getMonth()+4),years:()=>e.setFullYear(o.getFullYear()+4)},Home:{days:()=>e.setDate(1),months:()=>e.setMonth(0),years:()=>e.setFullYear(o.getFullYear()-o.getFullYear()%10)},End:{days:()=>e.setMonth(o.getMonth()+1,0),months:()=>e.setMonth(11),years:()=>e.setFullYear(o.getFullYear()-o.getFullYear()%10+9)},PageUp:{days:()=>e.setMonth(o.getMonth()-1),months:()=>e.setFullYear(o.getFullYear()-1),years:()=>e.setFullYear(o.getFullYear()-10)},PageDown:{days:()=>e.setMonth(o.getMonth()+1),months:()=>e.setFullYear(o.getFullYear()+1),years:()=>e.setFullYear(o.getFullYear()+10)}};r[i]&&r[i][this.currentViewType]&&(t.preventDefault(),r[i][this.currentViewType](),o.getMonth()!==e.getMonth()||o.getFullYear()!==e.getFullYear()?(this.skipFocusOnNextRender=!1,this.dpInstance.setViewDate(e),requestAnimationFrame((()=>{this.setActiveCell(e,!0)}))):this.setActiveCell(e,!0))},this.forceTitleClickToYear=()=>{this.dpInstance&&this.dpInstance.setCurrentView("years")}}validateSelectedStartDate(){s(this,"selectedStartDate")}validateSelectedEndDate(){s(this,"selectedEndDate")}validateMin(){s(this,"min")}validateMax(){s(this,"max")}validateInline(){this.inline||this.dpInput||console.error("A non-inline datepicker should contain one input")}validateTextNextMonth(){m(this,"textNextMonth","string")}validateTextNextYear(){m(this,"textNextYear","string")}validateTextNextDecade(){m(this,"textNextDecade","string")}validateTextPreviousMonth(){m(this,"textPreviousMonth","string")}validateTextPreviousYear(){m(this,"textPreviousYear","string")}validateTextPreviousDecade(){m(this,"textPreviousDecade","string")}validateTextSwitchYear(){m(this,"textSwitchYear","string")}validateTextToggleCalendar(){this.inline||m(this,"textToggleCalendar","string")}async show(t){this.popoverRef?(await this.popoverRef.show(t),this.enhanceAccessibility(),this.host.shadowRoot.addEventListener("keydown",this.handleTab,!0)):console.error("show: popoverRef is null or undefined")}async hide(){this.popoverRef?await this.popoverRef.hide():console.error("hide: popoverRef is null or undefined")}setupInputObserver(){"undefined"!=typeof MutationObserver&&this.dpInput&&new MutationObserver((()=>{this.syncDatepickerState()})).observe(this.dpInput,{attributes:!0,attributeFilter:["disabled"]})}getCells(){if(!this.dpContainer)return[];let t="";switch(this.currentViewType){case"days":t=".air-datepicker-cell.-day-";break;case"months":t=".air-datepicker-cell.-month-";break;case"years":t=".air-datepicker-cell.-year-"}return Array.from(this.dpContainer.querySelectorAll(t))}setActiveCell(t,i=!0){const o=this.getCells();if(!o.length)return;let e;if("days"===this.currentViewType){if(e=o.find((i=>Number(i.dataset.date)===t.getDate()&&Number(i.dataset.month)===t.getMonth()&&Number(i.dataset.year)===t.getFullYear())),!e){const t=new Date(this.currentViewYear,this.currentViewMonth,1);e=o.find((i=>1===Number(i.dataset.date)&&Number(i.dataset.month)===t.getMonth()&&Number(i.dataset.year)===t.getFullYear()&&!i.classList.contains("-other-month-")))}}else"months"===this.currentViewType?(e=o.find((i=>Number(i.dataset.month)===t.getMonth()&&Number(i.dataset.year)===t.getFullYear())),e||(e=o.find((t=>!t.classList.contains("-other-year-"))))):(e=o.find((i=>Number(i.dataset.year)===t.getFullYear())),e||(e=o.find((t=>!t.classList.contains("-other-decade-")))));e||(e=o[o.length-1]),o.forEach((t=>t.tabIndex=-1)),e.tabIndex=0,i&&e.focus(),this.startDate=new Date(Number(e.dataset.year),Number(e.dataset.month),Number(e.dataset.date))}reorderNavigation(){const t=this.dpContainer?.querySelector(".air-datepicker-nav");if(!t)return;const i=this.host.shadowRoot.querySelector('[data-action="prev"]'),o=this.host.shadowRoot.querySelector(".air-datepicker-nav--title");i&&o&&t.insertBefore(o,i)}get prevBtn(){return this.host.shadowRoot.querySelector('[data-action="prev"] button')}get nextBtn(){return this.host.shadowRoot.querySelector('[data-action="next"] button')}get titleBtn(){return this.host.shadowRoot.querySelector(".air-datepicker-nav--title button")}updateNavigationButtonLabels(){"months"===this.currentViewType?(this.prevBtn?.setAttribute("aria-label",this.textPreviousYear),this.nextBtn?.setAttribute("aria-label",this.textNextYear)):"years"===this.currentViewType?(this.prevBtn?.setAttribute("aria-label",this.textPreviousDecade),this.nextBtn?.setAttribute("aria-label",this.textNextDecade)):(this.prevBtn?.setAttribute("aria-label",this.textPreviousMonth),this.nextBtn?.setAttribute("aria-label",this.textNextMonth))}enhanceAccessibility(t=!0){let i=this.dpContainer.querySelector(".air-datepicker-body--cells");"months"===this.currentViewType?i=this.dpContainer.querySelector(".air-datepicker-body--cells.-months-"):"years"===this.currentViewType&&(i=this.dpContainer.querySelector(".air-datepicker-body--cells.-years-")),i&&(i.setAttribute("role","grid"),this.getCells().forEach((t=>{t.setAttribute("aria-selected",t.classList.contains("-selected-")?"true":"false"),t.classList.contains("-current-")&&t.setAttribute("aria-current","date")})),i.removeEventListener("keydown",this.handleGridKeydown),i.addEventListener("keydown",this.handleGridKeydown),this.setActiveCell(this.selectedStartDate?new Date(this.selectedStartDate):this.startDate,t))}setUpMask(){const t={pattern:"m{/}`d{/}`Y",format:t=>{if(!t)return"";const i=(t.getDate()+"").padStart(2,"0");return[(t.getMonth()+1+"").padStart(2,"0"),i,t.getFullYear()].join("/")},parse:t=>{const[i,o,e]=t.split("/").map(Number);return new Date(e,i-1,o)}},i={mask:Date,min:this.min?new Date(this.min):null,max:this.max?new Date(this.max):null};if(this.range){const o={mask:"from - to",lazy:!1,overwrite:!0};if(this.euFormat){const t={...o,blocks:{from:i,to:i}};this.inputMask=j(this.dpInput,t)}else{const e={...o,blocks:{from:{...i,...t},to:{...i,...t}}};this.inputMask=j(this.dpInput,e)}}else{const o={...i,lazy:!1,overwrite:!0};if(this.euFormat)this.inputMask=j(this.dpInput,o);else{const i={...o,...t};this.inputMask=j(this.dpInput,i)}}}configDatepicker(){const t=this.host.shadowRoot.querySelector("slot"),i=t&&t.assignedElements(),o=pt[this.locale]||pt.en;this.inline||(this.dpInput=i?.find((t=>"INPUT"===t.tagName)),this.setUpMask()),this.dpContainer=this.host.shadowRoot.querySelector(".datepicker-container"),this.dpContainer&&(this.dpInstance=new u(this.dpContainer,{navTitles:{days:`<button aria-label="${this.textSwitchYear}"><strong>MMMM yyyy</strong><post-icon name="chevrondown"></post-icon></button>`,months:`<button aria-label="${this.textSwitchYear}"><strong>yyyy</strong><post-icon name="chevrondown"></post-icon></button>`},prevHtml:'<button><post-icon name="chevronleft" ></post-icon></button>',nextHtml:'<button><post-icon name="chevronright" ></post-icon></button>',range:this.range,inline:!0,autoClose:!0,showOtherYears:!0,selectOtherYears:!0,showOtherMonths:!1,moveToOtherMonthsOnSelect:!0,firstDay:1,startDate:this.startDate,minDate:this.min,maxDate:this.max,locale:o,dateFormat:(pt[this.locale]||pt.en).dateFormat,view:"days",onChangeView:t=>{this.currentViewType=t,requestAnimationFrame((()=>{this.enhanceAccessibility()}))},onChangeViewDate:({month:t,year:i})=>{this.currentViewYear=i,this.currentViewMonth=t,this.updateNavigationButtonLabels()},onSelect:({date:t})=>{if(this.getCells().forEach((t=>{t.setAttribute("aria-selected",t.classList.contains("-selected-")?"true":"false")})),this.postUpdateDates.emit(t),this.skipOnSelectCount>0)this.skipOnSelectCount--;else if(this.dpInput){if(Array.isArray(t)){const i=t.map((t=>this.dateToDateStr(t)));this.inputMask.value=i.join(" - "),this.updateInputValue()}else t&&(this.inputMask.value=this.dateToDateStr(t),this.updateInputValue());if(this.range&&Array.isArray(t)&&1===t.length)return;this.popoverRef?.hide(),requestAnimationFrame((()=>this.dpInput.focus()))}},onShow:()=>{this.enhanceAccessibility()},onRenderCell:t=>{const i=this.internalOnRenderCell(t),o=this.renderCellCallback?.(t);return this.mergeRenderCellResults(i,o)}}),this.reorderNavigation(),this.prevBtn?.addEventListener("click",(()=>{this.skipFocusOnNextRender=!0})),this.nextBtn?.addEventListener("click",(()=>{this.skipFocusOnNextRender=!0})),this.handleSelectedDates())}updateInputValue(){this.inputMask.updateValue(),this.dpInput.dispatchEvent(new InputEvent("input",{bubbles:!0})),this.dpInput.dispatchEvent(new InputEvent("change",{bubbles:!0}))}handleSelectedDates(){this.range?this.selectedStartDate&&!this.selectedEndDate||!this.selectedStartDate&&this.selectedEndDate?console.error("The range datepicker expects either no selected dates or both of them defined."):this.selectedStartDate&&this.selectedEndDate&&this.dpInstance.selectDate([this.selectedStartDate,this.selectedEndDate]):this.selectedStartDate&&this.dpInstance.selectDate(this.selectedStartDate)}attachTitleBtnListener(){requestAnimationFrame((()=>{this.titleBtn&&(this.titleBtn.onclick=null,this.titleBtn.removeEventListener("click",this.forceTitleClickToYear),this.titleBtn.addEventListener("click",this.forceTitleClickToYear,{capture:!0}))}))}splitRangeDates(t){return t.split(" - ")}dateStrToDate(t){return this.euFormat?this.euDateStrToDate(t):this.usDateStrToDate(t)}euDateStrToDate(t){const[i,o,e]=t.split(".");return new Date(+e,+o-1,+i)}usDateStrToDate(t){const[i,o,e]=t.split("/");return new Date(+e,+i-1,+o)}dateToDateStr(t){return this.euFormat?this.dateToEuDateStr(t):this.dateToUSDateStr(t)}dateToEuDateStr(t){return`${(t.getDate()+"").padStart(2,"0")}.${(t.getMonth()+1+"").padStart(2,"0")}.${t.getFullYear()}`}dateToUSDateStr(t){return`${(t.getMonth()+1+"").padStart(2,"0")}/${(t.getDate()+"").padStart(2,"0")}/${t.getFullYear()}`}internalOnRenderCell({date:t,cellType:i}){const o=this.locale||"en";return"day"===i?{attrs:{role:"gridcell","aria-label":t.toLocaleDateString(o,{weekday:"long",year:"numeric",month:"long",day:"numeric"})}}:"month"===i?{attrs:{role:"gridcell","aria-label":t.toLocaleDateString(o,{year:"numeric",month:"long"})}}:"year"===i?{attrs:{role:"gridcell","aria-label":t.toLocaleDateString(o,{year:"numeric"})}}:void 0}mergeRenderCellResults(t,i){return t?i?{...t,...i,attrs:{...t.attrs??{},...i.attrs??{}},classes:[t.classes,i.classes].filter(Boolean).join(" "),disabled:t.disabled||i.disabled}:t:i}setupNavObserver(){if("undefined"==typeof MutationObserver)return;const t=this.dpContainer.querySelector(".air-datepicker-nav");t&&(this.navObserver&&this.navObserver.disconnect(),this.updateNavigationButtonLabels(),this.attachTitleBtnListener(),this.navObserver=new MutationObserver((()=>{this.updateNavigationButtonLabels(),this.attachTitleBtnListener()})),this.navObserver.observe(t,{childList:!0,subtree:!0}))}setupGridObserver(){if("undefined"==typeof MutationObserver)return;const t=this.dpContainer.querySelector(".air-datepicker-body--cells");t&&(this.gridObserver&&this.gridObserver.disconnect(),this.gridObserver=new MutationObserver((t=>{t.some((t=>"childList"===t.type))&&requestAnimationFrame((()=>{this.enhanceAccessibility(!this.skipFocusOnNextRender),this.skipFocusOnNextRender=!1}))})),this.gridObserver.observe(t,{childList:!0,subtree:!1}))}addInputListener(){this.dpInput.addEventListener("blur",(()=>{if(this.range){const t=this.splitRangeDates(this.inputMask.value),i=this.dateStrToDate(t[0]),o=this.dateStrToDate(t[1]);i&&o&&(this.skipOnSelectCount=2,this.selectedStartDate=""+i,this.selectedEndDate=""+o,this.dpInstance.selectDate([i,o]),this.dpInstance.setViewDate(i))}else if(this.dpInput.value){this.skipOnSelectCount=1;const t=this.dateStrToDate(this.inputMask.value);this.selectedStartDate=""+t,this.dpInstance.selectDate(t),this.dpInstance.setViewDate(t)}}))}syncDatepickerState(){this.dpInput.disabled&&(this.inputDisabled=!0)}async componentDidLoad(){this.euFormat="en-US"!==document.documentElement.lang,this.configDatepicker(),this.setupGridObserver(),this.setupNavObserver(),this.setupInputObserver(),this.validateSelectedStartDate(),this.validateSelectedEndDate(),this.validateMin(),this.validateMax(),this.validateTextToggleCalendar(),this.validateTextNextDecade(),this.validateTextNextMonth(),this.validateTextNextYear(),this.validateTextPreviousDecade(),this.validateTextPreviousMonth(),this.validateTextPreviousYear(),this.validateTextSwitchYear(),this.validateInline(),this.inline?requestAnimationFrame((()=>this.enhanceAccessibility(!1))):(this.addInputListener(),requestAnimationFrame((()=>{this.syncDatepickerState()})))}disconnectedCallback(){this.host.shadowRoot.removeEventListener("keydown",this.handleTab),this.titleBtn?.removeEventListener("click",this.forceTitleClickToYear),this.gridObserver&&this.gridObserver.disconnect(),this.dpInstance&&(this.dpInstance.destroy(),this.dpInstance=null)}render(){return e(r,{key:"ff36af3af2a07b77eeac42d6e8e612aa438a672f"},this.inline&&e("div",{key:"25c203eccb811b3aac90dd762391d8d13b0ffb0e",class:"datepicker-container"}),!this.inline&&e("div",{key:"a2cfa29d2507817dd4d655b992ce289944819d9e"},e("div",{key:"24dcd00b4df7fdf653fa39e11680fb62fd8a510a",class:{"calendar-input":!this.range,"calendar-input-range":this.range,disabled:this.inputDisabled}},e("slot",{key:"c1f322258d0d5177f624d2045cc8b8aca01731d7"}),e("button",{key:"87d31ec61bd04786905df6cd323a1de1c868ba89",onClick:t=>this.show(t.currentTarget),"aria-haspopup":"true","aria-label":this.textToggleCalendar,disabled:this.inputDisabled},e("post-icon",{key:"64cdbbeba4e90d11fb024da637eb5f57688ccd9e",name:"calendar"}))),e("post-popovercontainer",{key:"4dec376d186dfc37743b1aa1b0fcd17193843047",placement:"bottom",ref:t=>this.popoverRef=t},e("div",{key:"ac644c015ba652561e5d97969650ddbc20c17193",class:"datepicker-container"}))))}get host(){return this}static get watchers(){return{selectedStartDate:[{validateSelectedStartDate:0}],selectedEndDate:[{validateSelectedEndDate:0}],min:[{validateMin:0}],max:[{validateMax:0}],inline:[{validateInline:0}],textNextMonth:[{validateTextNextMonth:0}],textNextYear:[{validateTextNextYear:0}],textNextDecade:[{validateTextNextDecade:0}],textPreviousMonth:[{validateTextPreviousMonth:0}],textPreviousYear:[{validateTextPreviousYear:0}],textPreviousDecade:[{validateTextPreviousDecade:0}],textSwitchYear:[{validateTextSwitchYear:0}],textToggleCalendar:[{validateTextToggleCalendar:0}]}}static get style(){return'.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}'}},[257,"post-datepicker",{selectedStartDate:[1,"selected-start-date"],selectedEndDate:[1,"selected-end-date"],range:[4],min:[1],max:[1],renderCellCallback:[16],inline:[4],textNextMonth:[513,"text-next-month"],textNextYear:[513,"text-next-year"],textNextDecade:[513,"text-next-decade"],textPreviousMonth:[513,"text-previous-month"],textPreviousYear:[513,"text-previous-year"],textPreviousDecade:[513,"text-previous-decade"],textSwitchYear:[513,"text-switch-year"],textToggleCalendar:[1,"text-toggle-calendar"],today:[32],inputDisabled:[32],startDate:[32],locale:[32],show:[64],hide:[64]},void 0,{selectedStartDate:[{validateSelectedStartDate:0}],selectedEndDate:[{validateSelectedEndDate:0}],min:[{validateMin:0}],max:[{validateMax:0}],inline:[{validateInline:0}],textNextMonth:[{validateTextNextMonth:0}],textNextYear:[{validateTextNextYear:0}],textNextDecade:[{validateTextNextDecade:0}],textPreviousMonth:[{validateTextPreviousMonth:0}],textPreviousYear:[{validateTextPreviousYear:0}],textPreviousDecade:[{validateTextPreviousDecade:0}],textSwitchYear:[{validateTextSwitchYear:0}],textToggleCalendar:[{validateTextToggleCalendar:0}]}]),lt=dt,ct=function(){"undefined"!=typeof customElements&&["post-datepicker","post-icon","post-popovercontainer"].forEach((t=>{switch(t){case"post-datepicker":customElements.get(n(t))||customElements.define(n(t),dt);break;case"post-icon":customElements.get(n(t))||d();break;case"post-popovercontainer":customElements.get(n(t))||l()}}))};export{lt as PostDatepicker,ct as defineCustomElement}