@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,34 +0,0 @@
1
- .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(
2
- var(--post-device-sizing-notification-icon-3) + var(--post-device-spacing-gap-inline-10)
3
- )}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(
4
- var(--post-device-sizing-notification-icon-3) +
5
- var(--post-device-spacing-gap-inline-10)
6
- )}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(
7
- var(--post-device-spacing-padding-3) +
8
- var(--post-device-position-2) +
9
- var(--post-device-sizing-notification-1)
10
- )}input.form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}input.form-control[type=time]{padding-inline-end:calc(
11
- var(--post-device-spacing-padding-3) +
12
- var(--post-device-position-2) +
13
- var(--post-device-sizing-notification-1)
14
- )}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(
15
- var(--post-device-position-2) +
16
- var(--post-device-spacing-gap-inline-8) +
17
- var(--post-device-sizing-notification-1) * 2 + var(--post-device-spacing-padding-3)
18
- );background-position:top 50% right calc(
19
- var(--post-device-position-2) +
20
- var(--post-device-spacing-gap-inline-8) +
21
- var(--post-device-sizing-notification-1)
22
- )}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(
23
- var(--post-device-spacing-padding-3) +
24
- var(--post-device-position-2) +
25
- var(--post-device-sizing-notification-1)
26
- )}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(
27
- var(--post-device-spacing-padding-3) +
28
- var(--post-device-position-2) +
29
- var(--post-device-sizing-notification-5)
30
- )}*: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(
31
- var(--post-device-position-2) +
32
- var(--post-device-spacing-gap-inline-8) +
33
- var(--post-device-sizing-notification-1)
34
- )}.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}