@carbon/web-components 2.53.0 → 2.54.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (552) hide show
  1. package/custom-elements.json +784 -110
  2. package/es/components/ai-label/ai-label.scss.js +1 -1
  3. package/es/components/breadcrumb/breadcrumb.scss.js +1 -1
  4. package/es/components/button/button.scss.js +1 -1
  5. package/es/components/checkbox/checkbox.scss.js +1 -1
  6. package/es/components/code-snippet/code-snippet.scss.js +1 -1
  7. package/es/components/combo-box/combo-box.scss.js +1 -1
  8. package/es/components/combo-button/combo-button.scss.js +1 -1
  9. package/es/components/contained-list/contained-list.scss.js +1 -1
  10. package/es/components/content-switcher/content-switcher.scss.js +1 -1
  11. package/es/components/copy-button/copy-button.scss.js +1 -1
  12. package/es/components/data-table/data-table.scss.js +1 -1
  13. package/es/components/data-table/table-toolbar-search.d.ts +3 -3
  14. package/es/components/data-table/table-toolbar-search.d.ts.map +1 -1
  15. package/es/components/data-table/table-toolbar-search.js +2 -3
  16. package/es/components/data-table/table-toolbar-search.js.map +1 -1
  17. package/es/components/date-picker/date-picker.d.ts +4 -0
  18. package/es/components/date-picker/date-picker.d.ts.map +1 -1
  19. package/es/components/date-picker/date-picker.js +5 -1
  20. package/es/components/date-picker/date-picker.js.map +1 -1
  21. package/es/components/date-picker/date-picker.scss.js +1 -1
  22. package/es/components/date-picker/fix-events-plugin.d.ts.map +1 -1
  23. package/es/components/date-picker/fix-events-plugin.js +0 -6
  24. package/es/components/date-picker/fix-events-plugin.js.map +1 -1
  25. package/es/components/date-picker/range-plugin.d.ts +2 -8
  26. package/es/components/date-picker/range-plugin.d.ts.map +1 -1
  27. package/es/components/date-picker/range-plugin.js +3 -9
  28. package/es/components/date-picker/range-plugin.js.map +1 -1
  29. package/es/components/dialog/dialog.scss.js +1 -1
  30. package/es/components/dropdown/dropdown.d.ts +3 -2
  31. package/es/components/dropdown/dropdown.d.ts.map +1 -1
  32. package/es/components/dropdown/dropdown.js +9 -2
  33. package/es/components/dropdown/dropdown.js.map +1 -1
  34. package/es/components/dropdown/dropdown.scss.js +1 -1
  35. package/es/components/feature-flags/index.js +1 -1
  36. package/es/components/file-uploader/file-uploader.scss.js +1 -1
  37. package/es/components/fluid-combo-box/fluid-combo-box-skeleton.d.ts +18 -0
  38. package/es/components/fluid-combo-box/fluid-combo-box-skeleton.d.ts.map +1 -0
  39. package/es/components/fluid-combo-box/fluid-combo-box-skeleton.js +45 -0
  40. package/es/components/fluid-combo-box/fluid-combo-box-skeleton.js.map +1 -0
  41. package/es/components/fluid-combo-box/fluid-combo-box.d.ts +23 -0
  42. package/es/components/fluid-combo-box/fluid-combo-box.d.ts.map +1 -0
  43. package/es/components/fluid-combo-box/fluid-combo-box.js +53 -0
  44. package/es/components/fluid-combo-box/fluid-combo-box.js.map +1 -0
  45. package/es/components/fluid-combo-box/fluid-combo-box.scss.js +14 -0
  46. package/es/components/fluid-combo-box/fluid-combo-box.scss.js.map +1 -0
  47. package/es/components/fluid-combo-box/index.d.ts +9 -0
  48. package/es/components/fluid-combo-box/index.d.ts.map +1 -0
  49. package/es/components/fluid-combo-box/index.js +9 -0
  50. package/es/components/fluid-dropdown/fluid-dropdown.scss.js +1 -1
  51. package/es/components/fluid-form/fluid-form.d.ts +19 -0
  52. package/es/components/fluid-form/fluid-form.d.ts.map +1 -0
  53. package/es/components/fluid-form/fluid-form.js +44 -0
  54. package/es/components/fluid-form/fluid-form.js.map +1 -0
  55. package/es/components/fluid-form/fluid-form.scss.js +14 -0
  56. package/es/components/fluid-form/fluid-form.scss.js.map +1 -0
  57. package/es/components/fluid-form/index.d.ts +8 -0
  58. package/es/components/fluid-form/index.d.ts.map +1 -0
  59. package/es/components/fluid-form/index.js +8 -0
  60. package/es/components/fluid-multi-select/fluid-multi-select.scss.js +1 -1
  61. package/es/components/fluid-number-input/fluid-number-input.scss.js +1 -1
  62. package/es/components/fluid-number-input/fluid-number-input.scss.js.map +1 -1
  63. package/es/components/fluid-password-input/fluid-password-input.scss.js +1 -1
  64. package/es/components/fluid-password-input/fluid-password-input.scss.js.map +1 -1
  65. package/es/components/fluid-search/fluid-search.scss.js +1 -1
  66. package/es/components/fluid-select/fluid-select.scss.js +1 -1
  67. package/es/components/fluid-select/fluid-select.scss.js.map +1 -1
  68. package/es/components/fluid-text-input/fluid-text-input.scss.js +1 -1
  69. package/es/components/fluid-text-input/fluid-text-input.scss.js.map +1 -1
  70. package/es/components/fluid-textarea/fluid-textarea.scss.js +1 -1
  71. package/es/components/fluid-textarea/fluid-textarea.scss.js.map +1 -1
  72. package/es/components/fluid-time-picker/fluid-time-picker.scss.js +1 -1
  73. package/es/components/form/form-item.scss.js +1 -1
  74. package/es/components/form/form.scss.js +1 -1
  75. package/es/components/form-group/form-group.scss.js +1 -1
  76. package/es/components/grid/column-hang.scss.js +1 -1
  77. package/es/components/grid/grid.d.ts +5 -0
  78. package/es/components/grid/grid.d.ts.map +1 -1
  79. package/es/components/grid/grid.js +11 -1
  80. package/es/components/grid/grid.js.map +1 -1
  81. package/es/components/grid/grid.scss.js +1 -1
  82. package/es/components/grid/grid.scss.js.map +1 -1
  83. package/es/components/icon/icon.d.ts +1 -1
  84. package/es/components/menu/menu-item.d.ts +1 -0
  85. package/es/components/menu/menu-item.d.ts.map +1 -1
  86. package/es/components/menu/menu-item.js +5 -0
  87. package/es/components/menu/menu-item.js.map +1 -1
  88. package/es/components/menu/menu-item.scss.js +1 -1
  89. package/es/components/menu/menu-item.scss.js.map +1 -1
  90. package/es/components/menu-button/menu-button.d.ts.map +1 -1
  91. package/es/components/menu-button/menu-button.js +0 -1
  92. package/es/components/menu-button/menu-button.js.map +1 -1
  93. package/es/components/menu-button/menu-button.scss.js +1 -1
  94. package/es/components/modal/modal.scss.js +1 -1
  95. package/es/components/modal/modal.scss.js.map +1 -1
  96. package/es/components/multi-select/multi-select.d.ts +38 -4
  97. package/es/components/multi-select/multi-select.d.ts.map +1 -1
  98. package/es/components/multi-select/multi-select.js +30 -27
  99. package/es/components/multi-select/multi-select.js.map +1 -1
  100. package/es/components/multi-select/multi-select.scss.js +1 -1
  101. package/es/components/notification/actionable-notification.d.ts +1 -1
  102. package/es/components/notification/actionable-notification.scss.js +1 -1
  103. package/es/components/notification/callout-notification.d.ts +1 -1
  104. package/es/components/notification/inline-notification.d.ts +1 -1
  105. package/es/components/notification/inline-notification.scss.js +1 -1
  106. package/es/components/notification/toast-notification.scss.js +1 -1
  107. package/es/components/number-input/number-input.scss.js +1 -1
  108. package/es/components/overflow-menu/overflow-menu.scss.js +1 -1
  109. package/es/components/page-header/page-header.scss.js +1 -1
  110. package/es/components/pagination/defs.d.ts +25 -0
  111. package/es/components/pagination/defs.d.ts.map +1 -1
  112. package/es/components/pagination/defs.js +27 -1
  113. package/es/components/pagination/defs.js.map +1 -1
  114. package/es/components/pagination/pagination.d.ts +9 -1
  115. package/es/components/pagination/pagination.d.ts.map +1 -1
  116. package/es/components/pagination/pagination.js +7 -2
  117. package/es/components/pagination/pagination.js.map +1 -1
  118. package/es/components/pagination/pagination.scss.js +1 -1
  119. package/es/components/pagination/pagination.scss.js.map +1 -1
  120. package/es/components/pagination-nav/pagination-nav.scss.js +1 -1
  121. package/es/components/password-input/defs.d.ts +5 -1
  122. package/es/components/password-input/defs.d.ts.map +1 -1
  123. package/es/components/password-input/defs.js +4 -0
  124. package/es/components/password-input/defs.js.map +1 -1
  125. package/es/components/password-input/password-input.d.ts +1 -1
  126. package/es/components/password-input/password-input.d.ts.map +1 -1
  127. package/es/components/password-input/password-input.js +15 -15
  128. package/es/components/password-input/password-input.js.map +1 -1
  129. package/es/components/password-input/password-input.scss.js +1 -1
  130. package/es/components/password-input/password-input.scss.js.map +1 -1
  131. package/es/components/popover/popover.scss.js +1 -1
  132. package/es/components/progress-indicator/progress-indicator.scss.js +1 -1
  133. package/es/components/radio-button/radio-button.scss.js +1 -1
  134. package/es/components/search/defs.d.ts +28 -0
  135. package/es/components/search/defs.d.ts.map +1 -0
  136. package/es/components/search/defs.js +40 -0
  137. package/es/components/search/defs.js.map +1 -0
  138. package/es/components/search/search-skeleton.d.ts +4 -4
  139. package/es/components/search/search-skeleton.d.ts.map +1 -1
  140. package/es/components/search/search-skeleton.js +9 -9
  141. package/es/components/search/search-skeleton.js.map +1 -1
  142. package/es/components/search/search.d.ts +4 -3
  143. package/es/components/search/search.d.ts.map +1 -1
  144. package/es/components/search/search.js +3 -5
  145. package/es/components/search/search.js.map +1 -1
  146. package/es/components/search/search.scss.js +1 -1
  147. package/es/components/search/search.scss.js.map +1 -1
  148. package/es/components/select/select.d.ts +1 -1
  149. package/es/components/select/select.d.ts.map +1 -1
  150. package/es/components/select/select.js +1 -4
  151. package/es/components/select/select.js.map +1 -1
  152. package/es/components/select/select.scss.js +1 -1
  153. package/es/components/select/select.scss.js.map +1 -1
  154. package/es/components/skip-to-content/skip-to-content.scss.js +1 -1
  155. package/es/components/slider/slider.d.ts.map +1 -1
  156. package/es/components/slider/slider.js +2 -2
  157. package/es/components/slider/slider.js.map +1 -1
  158. package/es/components/slider/slider.scss.js +1 -1
  159. package/es/components/slug/slug.scss.js +1 -1
  160. package/es/components/tabs/stories/tabs-wrapper.d.ts +53 -0
  161. package/es/components/tabs/stories/tabs-wrapper.d.ts.map +1 -0
  162. package/es/components/tabs/stories/tabs-wrapper.js +129 -0
  163. package/es/components/tabs/stories/tabs-wrapper.js.map +1 -0
  164. package/es/components/tabs/tab.d.ts +23 -0
  165. package/es/components/tabs/tab.d.ts.map +1 -1
  166. package/es/components/tabs/tab.js +59 -3
  167. package/es/components/tabs/tab.js.map +1 -1
  168. package/es/components/tabs/tabs.d.ts +14 -0
  169. package/es/components/tabs/tabs.d.ts.map +1 -1
  170. package/es/components/tabs/tabs.js +74 -25
  171. package/es/components/tabs/tabs.js.map +1 -1
  172. package/es/components/tabs/tabs.scss.js +1 -1
  173. package/es/components/tabs/tabs.scss.js.map +1 -1
  174. package/es/components/tag/tag.scss.js +1 -1
  175. package/es/components/text-input/defs.d.ts +5 -1
  176. package/es/components/text-input/defs.d.ts.map +1 -1
  177. package/es/components/text-input/defs.js +4 -0
  178. package/es/components/text-input/defs.js.map +1 -1
  179. package/es/components/text-input/text-input-skeleton.d.ts +5 -0
  180. package/es/components/text-input/text-input-skeleton.d.ts.map +1 -1
  181. package/es/components/text-input/text-input-skeleton.js +10 -3
  182. package/es/components/text-input/text-input-skeleton.js.map +1 -1
  183. package/es/components/text-input/text-input.d.ts +4 -3
  184. package/es/components/text-input/text-input.d.ts.map +1 -1
  185. package/es/components/text-input/text-input.js +15 -11
  186. package/es/components/text-input/text-input.js.map +1 -1
  187. package/es/components/text-input/text-input.scss.js +1 -1
  188. package/es/components/text-input/text-input.scss.js.map +1 -1
  189. package/es/components/textarea/textarea.scss.js +1 -1
  190. package/es/components/tile/selectable-tile.d.ts +1 -1
  191. package/es/components/tile/tile.scss.js +1 -1
  192. package/es/components/time-picker/time-picker.d.ts +2 -1
  193. package/es/components/time-picker/time-picker.d.ts.map +1 -1
  194. package/es/components/time-picker/time-picker.scss.js +1 -1
  195. package/es/components/toggle-tip/toggletip.scss.js +1 -1
  196. package/es/components/tooltip/tooltip.scss.js +1 -1
  197. package/es/components/tooltip/tooltip.scss.js.map +1 -1
  198. package/es/components/tree-view/tree-view.scss.js +1 -1
  199. package/es/components/ui-shell/header.scss.js +1 -1
  200. package/es/globals/directives/spread.d.ts +1 -1
  201. package/es/globals/directives/spread.d.ts.map +1 -1
  202. package/es/globals/internal/icon-loader-utils.d.ts +1 -1
  203. package/es/globals/internal/icon-loader-utils.d.ts.map +1 -1
  204. package/es/globals/mixins/validity.d.ts +2 -1
  205. package/es/globals/mixins/validity.d.ts.map +1 -1
  206. package/es/globals/mixins/validity.js.map +1 -1
  207. package/es/index.js +1 -1
  208. package/es/node_modules/flatpickr/dist/esm/index.js +1516 -0
  209. package/es/node_modules/flatpickr/dist/esm/index.js.map +1 -0
  210. package/es/node_modules/flatpickr/dist/esm/l10n/default.js +99 -0
  211. package/es/node_modules/flatpickr/dist/esm/l10n/default.js.map +1 -0
  212. package/es/node_modules/flatpickr/dist/esm/plugins/rangePlugin.js +130 -0
  213. package/es/node_modules/flatpickr/dist/esm/plugins/rangePlugin.js.map +1 -0
  214. package/es/node_modules/flatpickr/dist/esm/types/options.js +90 -0
  215. package/es/node_modules/flatpickr/dist/esm/types/options.js.map +1 -0
  216. package/es/node_modules/flatpickr/dist/esm/utils/dates.js +118 -0
  217. package/es/node_modules/flatpickr/dist/esm/utils/dates.js.map +1 -0
  218. package/es/node_modules/flatpickr/dist/esm/utils/dom.js +52 -0
  219. package/es/node_modules/flatpickr/dist/esm/utils/dom.js.map +1 -0
  220. package/es/node_modules/flatpickr/dist/esm/utils/formatting.js +181 -0
  221. package/es/node_modules/flatpickr/dist/esm/utils/formatting.js.map +1 -0
  222. package/es/node_modules/flatpickr/dist/esm/utils/index.js +33 -0
  223. package/es/node_modules/flatpickr/dist/esm/utils/index.js.map +1 -0
  224. package/es/node_modules/flatpickr/dist/esm/utils/polyfills.js +26 -0
  225. package/es/node_modules/flatpickr/dist/esm/utils/polyfills.js.map +1 -0
  226. package/es/packages/feature-flags/es/index.js.map +1 -0
  227. package/es-custom/components/ai-label/ai-label.scss.js +1 -1
  228. package/es-custom/components/breadcrumb/breadcrumb.scss.js +1 -1
  229. package/es-custom/components/button/button.scss.js +1 -1
  230. package/es-custom/components/checkbox/checkbox.scss.js +1 -1
  231. package/es-custom/components/code-snippet/code-snippet.scss.js +1 -1
  232. package/es-custom/components/combo-box/combo-box.scss.js +1 -1
  233. package/es-custom/components/combo-button/combo-button.scss.js +1 -1
  234. package/es-custom/components/contained-list/contained-list.scss.js +1 -1
  235. package/es-custom/components/content-switcher/content-switcher.scss.js +1 -1
  236. package/es-custom/components/copy-button/copy-button.scss.js +1 -1
  237. package/es-custom/components/data-table/data-table.scss.js +1 -1
  238. package/es-custom/components/data-table/table-toolbar-search.d.ts +3 -3
  239. package/es-custom/components/data-table/table-toolbar-search.d.ts.map +1 -1
  240. package/es-custom/components/data-table/table-toolbar-search.js +2 -3
  241. package/es-custom/components/data-table/table-toolbar-search.js.map +1 -1
  242. package/es-custom/components/date-picker/date-picker.d.ts +4 -0
  243. package/es-custom/components/date-picker/date-picker.d.ts.map +1 -1
  244. package/es-custom/components/date-picker/date-picker.js +5 -1
  245. package/es-custom/components/date-picker/date-picker.js.map +1 -1
  246. package/es-custom/components/date-picker/date-picker.scss.js +1 -1
  247. package/es-custom/components/date-picker/fix-events-plugin.d.ts.map +1 -1
  248. package/es-custom/components/date-picker/fix-events-plugin.js +0 -6
  249. package/es-custom/components/date-picker/fix-events-plugin.js.map +1 -1
  250. package/es-custom/components/date-picker/range-plugin.d.ts +2 -8
  251. package/es-custom/components/date-picker/range-plugin.d.ts.map +1 -1
  252. package/es-custom/components/date-picker/range-plugin.js +3 -9
  253. package/es-custom/components/date-picker/range-plugin.js.map +1 -1
  254. package/es-custom/components/dialog/dialog.scss.js +1 -1
  255. package/es-custom/components/dropdown/dropdown.d.ts +3 -2
  256. package/es-custom/components/dropdown/dropdown.d.ts.map +1 -1
  257. package/es-custom/components/dropdown/dropdown.js +9 -2
  258. package/es-custom/components/dropdown/dropdown.js.map +1 -1
  259. package/es-custom/components/dropdown/dropdown.scss.js +1 -1
  260. package/es-custom/components/feature-flags/index.js +1 -1
  261. package/es-custom/components/file-uploader/file-uploader.scss.js +1 -1
  262. package/es-custom/components/fluid-combo-box/fluid-combo-box-skeleton.d.ts +18 -0
  263. package/es-custom/components/fluid-combo-box/fluid-combo-box-skeleton.d.ts.map +1 -0
  264. package/es-custom/components/fluid-combo-box/fluid-combo-box-skeleton.js +45 -0
  265. package/es-custom/components/fluid-combo-box/fluid-combo-box-skeleton.js.map +1 -0
  266. package/es-custom/components/fluid-combo-box/fluid-combo-box.d.ts +23 -0
  267. package/es-custom/components/fluid-combo-box/fluid-combo-box.d.ts.map +1 -0
  268. package/es-custom/components/fluid-combo-box/fluid-combo-box.js +53 -0
  269. package/es-custom/components/fluid-combo-box/fluid-combo-box.js.map +1 -0
  270. package/es-custom/components/fluid-combo-box/fluid-combo-box.scss.js +14 -0
  271. package/es-custom/components/fluid-combo-box/fluid-combo-box.scss.js.map +1 -0
  272. package/es-custom/components/fluid-combo-box/index.d.ts +9 -0
  273. package/es-custom/components/fluid-combo-box/index.d.ts.map +1 -0
  274. package/es-custom/components/fluid-combo-box/index.js +9 -0
  275. package/es-custom/components/fluid-dropdown/fluid-dropdown.scss.js +1 -1
  276. package/es-custom/components/fluid-form/fluid-form.d.ts +19 -0
  277. package/es-custom/components/fluid-form/fluid-form.d.ts.map +1 -0
  278. package/es-custom/components/fluid-form/fluid-form.js +44 -0
  279. package/es-custom/components/fluid-form/fluid-form.js.map +1 -0
  280. package/es-custom/components/fluid-form/fluid-form.scss.js +14 -0
  281. package/es-custom/components/fluid-form/fluid-form.scss.js.map +1 -0
  282. package/es-custom/components/fluid-form/index.d.ts +8 -0
  283. package/es-custom/components/fluid-form/index.d.ts.map +1 -0
  284. package/es-custom/components/fluid-form/index.js +8 -0
  285. package/es-custom/components/fluid-multi-select/fluid-multi-select.scss.js +1 -1
  286. package/es-custom/components/fluid-number-input/fluid-number-input.scss.js +1 -1
  287. package/es-custom/components/fluid-number-input/fluid-number-input.scss.js.map +1 -1
  288. package/es-custom/components/fluid-password-input/fluid-password-input.scss.js +1 -1
  289. package/es-custom/components/fluid-password-input/fluid-password-input.scss.js.map +1 -1
  290. package/es-custom/components/fluid-search/fluid-search.scss.js +1 -1
  291. package/es-custom/components/fluid-select/fluid-select.scss.js +1 -1
  292. package/es-custom/components/fluid-select/fluid-select.scss.js.map +1 -1
  293. package/es-custom/components/fluid-text-input/fluid-text-input.scss.js +1 -1
  294. package/es-custom/components/fluid-text-input/fluid-text-input.scss.js.map +1 -1
  295. package/es-custom/components/fluid-textarea/fluid-textarea.scss.js +1 -1
  296. package/es-custom/components/fluid-textarea/fluid-textarea.scss.js.map +1 -1
  297. package/es-custom/components/fluid-time-picker/fluid-time-picker.scss.js +1 -1
  298. package/es-custom/components/form/form-item.scss.js +1 -1
  299. package/es-custom/components/form/form.scss.js +1 -1
  300. package/es-custom/components/form-group/form-group.scss.js +1 -1
  301. package/es-custom/components/grid/column-hang.scss.js +1 -1
  302. package/es-custom/components/grid/grid.d.ts +5 -0
  303. package/es-custom/components/grid/grid.d.ts.map +1 -1
  304. package/es-custom/components/grid/grid.js +11 -1
  305. package/es-custom/components/grid/grid.js.map +1 -1
  306. package/es-custom/components/grid/grid.scss.js +1 -1
  307. package/es-custom/components/grid/grid.scss.js.map +1 -1
  308. package/es-custom/components/icon/icon.d.ts +1 -1
  309. package/es-custom/components/menu/menu-item.d.ts +1 -0
  310. package/es-custom/components/menu/menu-item.d.ts.map +1 -1
  311. package/es-custom/components/menu/menu-item.js +5 -0
  312. package/es-custom/components/menu/menu-item.js.map +1 -1
  313. package/es-custom/components/menu/menu-item.scss.js +1 -1
  314. package/es-custom/components/menu/menu-item.scss.js.map +1 -1
  315. package/es-custom/components/menu-button/menu-button.d.ts.map +1 -1
  316. package/es-custom/components/menu-button/menu-button.js +0 -1
  317. package/es-custom/components/menu-button/menu-button.js.map +1 -1
  318. package/es-custom/components/menu-button/menu-button.scss.js +1 -1
  319. package/es-custom/components/modal/modal.scss.js +1 -1
  320. package/es-custom/components/modal/modal.scss.js.map +1 -1
  321. package/es-custom/components/multi-select/multi-select.d.ts +38 -4
  322. package/es-custom/components/multi-select/multi-select.d.ts.map +1 -1
  323. package/es-custom/components/multi-select/multi-select.js +30 -27
  324. package/es-custom/components/multi-select/multi-select.js.map +1 -1
  325. package/es-custom/components/multi-select/multi-select.scss.js +1 -1
  326. package/es-custom/components/notification/actionable-notification.d.ts +1 -1
  327. package/es-custom/components/notification/actionable-notification.scss.js +1 -1
  328. package/es-custom/components/notification/callout-notification.d.ts +1 -1
  329. package/es-custom/components/notification/inline-notification.d.ts +1 -1
  330. package/es-custom/components/notification/inline-notification.scss.js +1 -1
  331. package/es-custom/components/notification/toast-notification.scss.js +1 -1
  332. package/es-custom/components/number-input/number-input.scss.js +1 -1
  333. package/es-custom/components/overflow-menu/overflow-menu.scss.js +1 -1
  334. package/es-custom/components/page-header/page-header.scss.js +1 -1
  335. package/es-custom/components/pagination/defs.d.ts +25 -0
  336. package/es-custom/components/pagination/defs.d.ts.map +1 -1
  337. package/es-custom/components/pagination/defs.js +27 -1
  338. package/es-custom/components/pagination/defs.js.map +1 -1
  339. package/es-custom/components/pagination/pagination.d.ts +9 -1
  340. package/es-custom/components/pagination/pagination.d.ts.map +1 -1
  341. package/es-custom/components/pagination/pagination.js +7 -2
  342. package/es-custom/components/pagination/pagination.js.map +1 -1
  343. package/es-custom/components/pagination/pagination.scss.js +1 -1
  344. package/es-custom/components/pagination/pagination.scss.js.map +1 -1
  345. package/es-custom/components/pagination-nav/pagination-nav.scss.js +1 -1
  346. package/es-custom/components/password-input/defs.d.ts +5 -1
  347. package/es-custom/components/password-input/defs.d.ts.map +1 -1
  348. package/es-custom/components/password-input/defs.js +4 -0
  349. package/es-custom/components/password-input/defs.js.map +1 -1
  350. package/es-custom/components/password-input/password-input.d.ts +1 -1
  351. package/es-custom/components/password-input/password-input.d.ts.map +1 -1
  352. package/es-custom/components/password-input/password-input.js +15 -15
  353. package/es-custom/components/password-input/password-input.js.map +1 -1
  354. package/es-custom/components/password-input/password-input.scss.js +1 -1
  355. package/es-custom/components/password-input/password-input.scss.js.map +1 -1
  356. package/es-custom/components/popover/popover.scss.js +1 -1
  357. package/es-custom/components/progress-indicator/progress-indicator.scss.js +1 -1
  358. package/es-custom/components/radio-button/radio-button.scss.js +1 -1
  359. package/es-custom/components/search/defs.d.ts +28 -0
  360. package/es-custom/components/search/defs.d.ts.map +1 -0
  361. package/es-custom/components/search/defs.js +40 -0
  362. package/es-custom/components/search/defs.js.map +1 -0
  363. package/es-custom/components/search/search-skeleton.d.ts +4 -4
  364. package/es-custom/components/search/search-skeleton.d.ts.map +1 -1
  365. package/es-custom/components/search/search-skeleton.js +9 -9
  366. package/es-custom/components/search/search-skeleton.js.map +1 -1
  367. package/es-custom/components/search/search.d.ts +4 -3
  368. package/es-custom/components/search/search.d.ts.map +1 -1
  369. package/es-custom/components/search/search.js +3 -5
  370. package/es-custom/components/search/search.js.map +1 -1
  371. package/es-custom/components/search/search.scss.js +1 -1
  372. package/es-custom/components/search/search.scss.js.map +1 -1
  373. package/es-custom/components/select/select.d.ts +1 -1
  374. package/es-custom/components/select/select.d.ts.map +1 -1
  375. package/es-custom/components/select/select.js +1 -4
  376. package/es-custom/components/select/select.js.map +1 -1
  377. package/es-custom/components/select/select.scss.js +1 -1
  378. package/es-custom/components/select/select.scss.js.map +1 -1
  379. package/es-custom/components/skip-to-content/skip-to-content.scss.js +1 -1
  380. package/es-custom/components/slider/slider.d.ts.map +1 -1
  381. package/es-custom/components/slider/slider.js +2 -2
  382. package/es-custom/components/slider/slider.js.map +1 -1
  383. package/es-custom/components/slider/slider.scss.js +1 -1
  384. package/es-custom/components/slug/slug.scss.js +1 -1
  385. package/es-custom/components/tabs/stories/tabs-wrapper.d.ts +53 -0
  386. package/es-custom/components/tabs/stories/tabs-wrapper.d.ts.map +1 -0
  387. package/es-custom/components/tabs/stories/tabs-wrapper.js +129 -0
  388. package/es-custom/components/tabs/stories/tabs-wrapper.js.map +1 -0
  389. package/es-custom/components/tabs/tab.d.ts +23 -0
  390. package/es-custom/components/tabs/tab.d.ts.map +1 -1
  391. package/es-custom/components/tabs/tab.js +59 -3
  392. package/es-custom/components/tabs/tab.js.map +1 -1
  393. package/es-custom/components/tabs/tabs.d.ts +14 -0
  394. package/es-custom/components/tabs/tabs.d.ts.map +1 -1
  395. package/es-custom/components/tabs/tabs.js +74 -25
  396. package/es-custom/components/tabs/tabs.js.map +1 -1
  397. package/es-custom/components/tabs/tabs.scss.js +1 -1
  398. package/es-custom/components/tabs/tabs.scss.js.map +1 -1
  399. package/es-custom/components/tag/tag.scss.js +1 -1
  400. package/es-custom/components/text-input/defs.d.ts +5 -1
  401. package/es-custom/components/text-input/defs.d.ts.map +1 -1
  402. package/es-custom/components/text-input/defs.js +4 -0
  403. package/es-custom/components/text-input/defs.js.map +1 -1
  404. package/es-custom/components/text-input/text-input-skeleton.d.ts +5 -0
  405. package/es-custom/components/text-input/text-input-skeleton.d.ts.map +1 -1
  406. package/es-custom/components/text-input/text-input-skeleton.js +10 -3
  407. package/es-custom/components/text-input/text-input-skeleton.js.map +1 -1
  408. package/es-custom/components/text-input/text-input.d.ts +4 -3
  409. package/es-custom/components/text-input/text-input.d.ts.map +1 -1
  410. package/es-custom/components/text-input/text-input.js +15 -11
  411. package/es-custom/components/text-input/text-input.js.map +1 -1
  412. package/es-custom/components/text-input/text-input.scss.js +1 -1
  413. package/es-custom/components/text-input/text-input.scss.js.map +1 -1
  414. package/es-custom/components/textarea/textarea.scss.js +1 -1
  415. package/es-custom/components/tile/selectable-tile.d.ts +1 -1
  416. package/es-custom/components/tile/tile.scss.js +1 -1
  417. package/es-custom/components/time-picker/time-picker.d.ts +2 -1
  418. package/es-custom/components/time-picker/time-picker.d.ts.map +1 -1
  419. package/es-custom/components/time-picker/time-picker.scss.js +1 -1
  420. package/es-custom/components/toggle-tip/toggletip.scss.js +1 -1
  421. package/es-custom/components/tooltip/tooltip.scss.js +1 -1
  422. package/es-custom/components/tooltip/tooltip.scss.js.map +1 -1
  423. package/es-custom/components/tree-view/tree-view.scss.js +1 -1
  424. package/es-custom/components/ui-shell/header.scss.js +1 -1
  425. package/es-custom/globals/directives/spread.d.ts +1 -1
  426. package/es-custom/globals/directives/spread.d.ts.map +1 -1
  427. package/es-custom/globals/internal/icon-loader-utils.d.ts +1 -1
  428. package/es-custom/globals/internal/icon-loader-utils.d.ts.map +1 -1
  429. package/es-custom/globals/mixins/validity.d.ts +2 -1
  430. package/es-custom/globals/mixins/validity.d.ts.map +1 -1
  431. package/es-custom/globals/mixins/validity.js.map +1 -1
  432. package/es-custom/index.js +1 -1
  433. package/es-custom/node_modules/flatpickr/dist/esm/index.js +1516 -0
  434. package/es-custom/node_modules/flatpickr/dist/esm/index.js.map +1 -0
  435. package/es-custom/node_modules/flatpickr/dist/esm/l10n/default.js +99 -0
  436. package/es-custom/node_modules/flatpickr/dist/esm/l10n/default.js.map +1 -0
  437. package/es-custom/node_modules/flatpickr/dist/esm/plugins/rangePlugin.js +130 -0
  438. package/es-custom/node_modules/flatpickr/dist/esm/plugins/rangePlugin.js.map +1 -0
  439. package/es-custom/node_modules/flatpickr/dist/esm/types/options.js +90 -0
  440. package/es-custom/node_modules/flatpickr/dist/esm/types/options.js.map +1 -0
  441. package/es-custom/node_modules/flatpickr/dist/esm/utils/dates.js +118 -0
  442. package/es-custom/node_modules/flatpickr/dist/esm/utils/dates.js.map +1 -0
  443. package/es-custom/node_modules/flatpickr/dist/esm/utils/dom.js +52 -0
  444. package/es-custom/node_modules/flatpickr/dist/esm/utils/dom.js.map +1 -0
  445. package/es-custom/node_modules/flatpickr/dist/esm/utils/formatting.js +181 -0
  446. package/es-custom/node_modules/flatpickr/dist/esm/utils/formatting.js.map +1 -0
  447. package/es-custom/node_modules/flatpickr/dist/esm/utils/index.js +33 -0
  448. package/es-custom/node_modules/flatpickr/dist/esm/utils/index.js.map +1 -0
  449. package/es-custom/node_modules/flatpickr/dist/esm/utils/polyfills.js +26 -0
  450. package/es-custom/node_modules/flatpickr/dist/esm/utils/polyfills.js.map +1 -0
  451. package/es-custom/packages/feature-flags/es/index.js.map +1 -0
  452. package/lib/components/data-table/table-toolbar-search.d.ts +3 -3
  453. package/lib/components/data-table/table-toolbar-search.d.ts.map +1 -1
  454. package/lib/components/date-picker/date-picker.d.ts +4 -0
  455. package/lib/components/date-picker/date-picker.d.ts.map +1 -1
  456. package/lib/components/date-picker/fix-events-plugin.d.ts.map +1 -1
  457. package/lib/components/date-picker/range-plugin.d.ts +2 -8
  458. package/lib/components/date-picker/range-plugin.d.ts.map +1 -1
  459. package/lib/components/dropdown/dropdown.d.ts +3 -2
  460. package/lib/components/dropdown/dropdown.d.ts.map +1 -1
  461. package/lib/components/fluid-combo-box/fluid-combo-box-skeleton.d.ts +18 -0
  462. package/lib/components/fluid-combo-box/fluid-combo-box-skeleton.d.ts.map +1 -0
  463. package/lib/components/fluid-combo-box/fluid-combo-box.d.ts +23 -0
  464. package/lib/components/fluid-combo-box/fluid-combo-box.d.ts.map +1 -0
  465. package/lib/components/fluid-combo-box/index.d.ts +9 -0
  466. package/lib/components/fluid-combo-box/index.d.ts.map +1 -0
  467. package/lib/components/fluid-form/fluid-form.d.ts +19 -0
  468. package/lib/components/fluid-form/fluid-form.d.ts.map +1 -0
  469. package/lib/components/fluid-form/index.d.ts +8 -0
  470. package/lib/components/fluid-form/index.d.ts.map +1 -0
  471. package/lib/components/grid/grid.d.ts +5 -0
  472. package/lib/components/grid/grid.d.ts.map +1 -1
  473. package/lib/components/icon/icon.d.ts +1 -1
  474. package/lib/components/menu/menu-item.d.ts +1 -0
  475. package/lib/components/menu/menu-item.d.ts.map +1 -1
  476. package/lib/components/menu-button/menu-button.d.ts.map +1 -1
  477. package/lib/components/multi-select/multi-select.d.ts +38 -4
  478. package/lib/components/multi-select/multi-select.d.ts.map +1 -1
  479. package/lib/components/notification/actionable-notification.d.ts +1 -1
  480. package/lib/components/notification/callout-notification.d.ts +1 -1
  481. package/lib/components/notification/inline-notification.d.ts +1 -1
  482. package/lib/components/pagination/defs.d.ts +25 -0
  483. package/lib/components/pagination/defs.d.ts.map +1 -1
  484. package/lib/components/pagination/defs.js +27 -0
  485. package/lib/components/pagination/defs.js.map +1 -1
  486. package/lib/components/pagination/pagination.d.ts +9 -1
  487. package/lib/components/pagination/pagination.d.ts.map +1 -1
  488. package/lib/components/password-input/defs.d.ts +5 -1
  489. package/lib/components/password-input/defs.d.ts.map +1 -1
  490. package/lib/components/password-input/defs.js +4 -0
  491. package/lib/components/password-input/defs.js.map +1 -1
  492. package/lib/components/password-input/password-input.d.ts +1 -1
  493. package/lib/components/password-input/password-input.d.ts.map +1 -1
  494. package/lib/components/search/defs.d.ts +28 -0
  495. package/lib/components/search/defs.d.ts.map +1 -0
  496. package/lib/components/search/defs.js +41 -0
  497. package/lib/components/search/defs.js.map +1 -0
  498. package/lib/components/search/search-skeleton.d.ts +4 -4
  499. package/lib/components/search/search-skeleton.d.ts.map +1 -1
  500. package/lib/components/search/search.d.ts +4 -3
  501. package/lib/components/search/search.d.ts.map +1 -1
  502. package/lib/components/select/select.d.ts +1 -1
  503. package/lib/components/select/select.d.ts.map +1 -1
  504. package/lib/components/slider/slider.d.ts.map +1 -1
  505. package/lib/components/tabs/stories/tabs-wrapper.d.ts +53 -0
  506. package/lib/components/tabs/stories/tabs-wrapper.d.ts.map +1 -0
  507. package/lib/components/tabs/tab.d.ts +23 -0
  508. package/lib/components/tabs/tab.d.ts.map +1 -1
  509. package/lib/components/tabs/tabs.d.ts +14 -0
  510. package/lib/components/tabs/tabs.d.ts.map +1 -1
  511. package/lib/components/text-input/defs.d.ts +5 -1
  512. package/lib/components/text-input/defs.d.ts.map +1 -1
  513. package/lib/components/text-input/defs.js +4 -0
  514. package/lib/components/text-input/defs.js.map +1 -1
  515. package/lib/components/text-input/text-input-skeleton.d.ts +5 -0
  516. package/lib/components/text-input/text-input-skeleton.d.ts.map +1 -1
  517. package/lib/components/text-input/text-input.d.ts +4 -3
  518. package/lib/components/text-input/text-input.d.ts.map +1 -1
  519. package/lib/components/tile/selectable-tile.d.ts +1 -1
  520. package/lib/components/time-picker/time-picker.d.ts +2 -1
  521. package/lib/components/time-picker/time-picker.d.ts.map +1 -1
  522. package/lib/globals/directives/spread.d.ts +1 -1
  523. package/lib/globals/directives/spread.d.ts.map +1 -1
  524. package/lib/globals/internal/icon-loader-utils.d.ts +1 -1
  525. package/lib/globals/internal/icon-loader-utils.d.ts.map +1 -1
  526. package/lib/globals/mixins/validity.d.ts +2 -1
  527. package/lib/globals/mixins/validity.d.ts.map +1 -1
  528. package/package.json +13 -10
  529. package/scss/components/data-table/_table-action.scss +9 -1
  530. package/scss/components/fluid-combo-box/fluid-combo-box.scss +252 -0
  531. package/scss/components/fluid-form/fluid-form.scss +24 -0
  532. package/scss/components/fluid-number-input/fluid-number-input.scss +3 -1
  533. package/scss/components/fluid-password-input/fluid-password-input.scss +1 -16
  534. package/scss/components/fluid-select/fluid-select.scss +3 -1
  535. package/scss/components/fluid-text-input/fluid-text-input.scss +3 -1
  536. package/scss/components/fluid-textarea/fluid-textarea.scss +3 -1
  537. package/scss/components/grid/grid.scss +20 -0
  538. package/scss/components/menu/menu-item.scss +5 -1
  539. package/scss/components/modal/modal.scss +1 -0
  540. package/scss/components/pagination/pagination.scss +3 -7
  541. package/scss/components/password-input/password-input.scss +1 -17
  542. package/scss/components/search/search.scss +20 -53
  543. package/scss/components/select/select.scss +4 -0
  544. package/scss/components/tabs/tabs-story.scss +19 -1
  545. package/scss/components/tabs/tabs.scss +74 -6
  546. package/scss/components/text-input/text-input.scss +7 -9
  547. package/scss/components/tooltip/tooltip.scss +13 -1
  548. package/telemetry.yml +25 -11
  549. package/es/feature-flags/es/index.js.map +0 -1
  550. package/es-custom/feature-flags/es/index.js.map +0 -1
  551. /package/es/{feature-flags → packages/feature-flags}/es/index.js +0 -0
  552. /package/es-custom/{feature-flags → packages/feature-flags}/es/index.js +0 -0
@@ -7,7 +7,7 @@
7
7
 
8
8
  import { css } from "lit";
9
9
  //#region src/components/page-header/page-header.scss?lit
10
- var page_header_default = css([".cds-custom--page-header,:host(cds-custom-page-header){background-color:var(--cds-layer-01,#f4f4f4);border-block-end:1px solid var(--cds-border-subtle-01,#c6c6c6)}.cds-custom--page-header__breadcrumb-bar,:host(cds-custom-page-header-breadcrumb){block-size:2.5rem}.cds-custom--page-header__breadcrumb-bar .cds-custom--subgrid,:host(cds-custom-page-header-breadcrumb) .cds-custom--subgrid{block-size:100%}.cds-custom--page-header__breadcrumb-container{align-items:center;block-size:100%;display:inline-flex;inline-size:100%;justify-content:space-between}.cds-custom--page-header__breadcrumb__actions-flush .cds-custom--css-grid{padding-inline-end:0}.cds-custom--page-header__breadcrumb__actions-flush .cds-custom--css-grid-column{margin-inline-end:0}.cds-custom--page-header__breadcrumb-bar-border,:host(cds-custom-page-header-breadcrumb[border=true]){border-block-end:1px solid var(--cds-border-subtle-01,#c6c6c6)}.cds-custom--page-header__breadcrumb__icon,:host(cds-custom-page-header-breadcrumb) ::slotted([slot=icon]){margin-inline-end:.5rem}.cds-custom--page-header__breadcrumb__actions{display:inline-flex}.cds-custom--page-header__breadcrumb__content-actions{margin-inline-end:.75rem}.cds-custom--page-header__breadcrumb-wrapper{display:inline-flex}.cds-custom--page-header__content,:host(cds-custom-page-header-content){padding:1.5rem 0}@media (max-width:41.98rem){.cds-custom--page-header__content__title-wrapper{display:flex;flex-direction:column;grid-gap:1rem}}.cds-custom--page-header__content__title-wrapper{display:grid;gap:1rem;grid-template-columns:auto minmax(var(--pageheader-title-grid-width,0),1fr);margin-block-end:1rem;min-block-size:2.5rem}.cds-custom--page-header__content__start{display:flex;flex-wrap:wrap;gap:1rem}.cds-custom--page-header__content__title-container{display:flex}.cds-custom--page-header__content__title-container .cds-custom--definition-term{border-block-end:none}.cds-custom--page-header__content__contextual-actions,:host(cds-custom-page-header-content) ::slotted([slot=contextual-actions]){display:flex}.cds-custom--page-header__content__title,:host(cds-custom-page-header-content) .cds-custom--page-header__content__title{display:-webkit-box;font-size:var(--cds-productive-heading-04-font-size,1.75rem);font-weight:var(--cds-productive-heading-04-font-weight,400);letter-spacing:var(--cds-productive-heading-04-letter-spacing,0);line-height:var(--cds-productive-heading-04-line-height,1.28572);overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;max-inline-size:40rem;text-overflow:ellipsis;white-space:normal}.cds-custom--page-header__content:has(.cds-custom--page-header__content__contextual-actions,:host(cds-custom-page-header-content) ::slotted([slot=contextual-actions])) .cds-custom--page-header__content__title,:has(.cds-custom--page-header__content__contextual-actions,:host(cds-custom-page-header-content) ::slotted([slot=contextual-actions])):host(cds-custom-page-header-content) .cds-custom--page-header__content__title{-webkit-line-clamp:1}.cds-custom--page-header__content__icon,:host(cds-custom-page-header-content) ::slotted([slot=icon]){margin-inline-end:1rem}.cds-custom--page-header__content__page-actions{display:flex;justify-content:right}@media (max-width:41.98rem){.cds-custom--page-header__content__page-actions{justify-content:left;margin-block-start:0}}.cds-custom--page-header__content__page-actions .cds-custom--menu-button__trigger:not(.cds-custom--btn--ghost){min-inline-size:0}.cds-custom--page-header__content__subtitle{font-size:var(--cds-productive-heading-03-font-size,1.25rem);font-weight:var(--cds-productive-heading-03-font-weight,400);letter-spacing:var(--cds-productive-heading-03-letter-spacing,0);line-height:var(--cds-productive-heading-03-line-height,1.4);margin-block-end:.5rem}.cds-custom--page-header__content__body,:host(cds-custom-page-header-content-text){font-size:var(--cds-body-01-font-size,.875rem);font-weight:var(--cds-body-01-font-weight,400);letter-spacing:var(--cds-body-01-letter-spacing,.16px);line-height:var(--cds-body-01-line-height,1.42857);margin-block-start:.5rem;max-inline-size:40rem}[data-hidden]:not([data-fixed]){display:none}.cds-custom--page-header__hero-image,:host(cds-custom-page-header-hero-image){align-items:center;block-size:100%;display:flex;justify-content:flex-end;overflow:hidden}.cds-custom--page-header__tab-bar,:host(cds-custom-page-header-tabs){margin-inline-start:-1rem}.cds-custom--page-header__tab-bar--tablist{display:grid;grid-gap:4rem;grid-template-columns:auto minmax(0,1fr)}.cds-custom--page-header__tags,:host(cds-custom-page-header-tabs) ::slotted([slot=tags]){align-items:center;display:flex;justify-content:right}.cds-custom--page-header__tags-popover-list{display:flex;flex-direction:column;padding:1rem}.cds-custom--page-header__tag-item{flex-shrink:0}:host(cds-custom-page-header){display:block}:host(cds-custom-page-header-breadcrumb) :root,:host(cds-custom-page-header-content) :root,:host(cds-custom-page-header-tabs) :root{--cds-grid-gutter:2rem;--cds-grid-columns:4;--cds-grid-margin:0}@media (min-width:42rem){:host(cds-custom-page-header-breadcrumb) :root,:host(cds-custom-page-header-content) :root,:host(cds-custom-page-header-tabs) :root{--cds-grid-columns:8;--cds-grid-margin:1rem}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) :root,:host(cds-custom-page-header-content) :root,:host(cds-custom-page-header-tabs) :root{--cds-grid-columns:16}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) :root,:host(cds-custom-page-header-content) :root,:host(cds-custom-page-header-tabs) :root{--cds-grid-margin:1.5rem}}:host(cds-custom-page-header-breadcrumb) .cds-custom--css-grid,:host(cds-custom-page-header-content) .cds-custom--css-grid,:host(cds-custom-page-header-tabs) .cds-custom--css-grid{--cds-grid-gutter-start:calc(var(--cds-grid-gutter)/2);--cds-grid-gutter-end:calc(var(--cds-grid-gutter)/2);--cds-grid-column-hang:calc(var(--cds-grid-gutter)/2);display:grid;grid-template-columns:repeat(var(--cds-grid-columns),minmax(0,1fr));inline-size:100%;margin-inline:auto;max-inline-size:99rem;padding-inline:var(--cds-grid-margin)}:host(cds-custom-page-header-breadcrumb) .cds-custom--css-grid--full-width,:host(cds-custom-page-header-content) .cds-custom--css-grid--full-width,:host(cds-custom-page-header-tabs) .cds-custom--css-grid--full-width{max-inline-size:100%}:host(cds-custom-page-header-breadcrumb) .cds-custom--css-grid-column,:host(cds-custom-page-header-content) .cds-custom--css-grid-column,:host(cds-custom-page-header-tabs) .cds-custom--css-grid-column{--cds-grid-mode-start:var(--cds-grid-gutter-start);--cds-grid-mode-end:var(--cds-grid-gutter-end);margin-inline:var(--cds-grid-gutter-start) var(--cds-grid-gutter-end)}[dir=rtl] :host(cds-custom-page-header-breadcrumb) .cds-custom--css-grid-column,[dir=rtl] :host(cds-custom-page-header-content) .cds-custom--css-grid-column,[dir=rtl] :host(cds-custom-page-header-tabs) .cds-custom--css-grid-column{margin-inline:var(--cds-grid-gutter-end) var(--cds-grid-gutter-start)}:host(cds-custom-page-header-breadcrumb) .cds-custom--css-grid--narrow,:host(cds-custom-page-header-content) .cds-custom--css-grid--narrow,:host(cds-custom-page-header-tabs) .cds-custom--css-grid--narrow{--cds-grid-gutter-start:0rem}:host(cds-custom-page-header-breadcrumb) .cds-custom--css-grid--condensed,:host(cds-custom-page-header-content) .cds-custom--css-grid--condensed,:host(cds-custom-page-header-tabs) .cds-custom--css-grid--condensed{--cds-grid-gutter:0.0625rem;--cds-grid-column-hang:0.96875rem}:host(cds-custom-page-header-breadcrumb) .cds-custom--css-grid--start,:host(cds-custom-page-header-content) .cds-custom--css-grid--start,:host(cds-custom-page-header-tabs) .cds-custom--css-grid--start{margin-inline-start:0}:host(cds-custom-page-header-breadcrumb) .cds-custom--css-grid--end,:host(cds-custom-page-header-content) .cds-custom--css-grid--end,:host(cds-custom-page-header-tabs) .cds-custom--css-grid--end{margin-inline-end:0}:host(cds-custom-page-header-breadcrumb) .cds-custom--subgrid,:host(cds-custom-page-header-content) .cds-custom--subgrid,:host(cds-custom-page-header-tabs) .cds-custom--subgrid{display:grid;grid-template-columns:repeat(var(--cds-grid-columns),minmax(0,1fr));margin-inline:calc(var(--cds-grid-mode-start)*-1) calc(var(--cds-grid-mode-end)*-1)}[dir=rtl] :host(cds-custom-page-header-breadcrumb) .cds-custom--subgrid,[dir=rtl] :host(cds-custom-page-header-content) .cds-custom--subgrid,[dir=rtl] :host(cds-custom-page-header-tabs) .cds-custom--subgrid{margin-inline:calc(var(--cds-grid-mode-end)*-1) calc(var(--cds-grid-mode-start)*-1)}:host(cds-custom-page-header-breadcrumb) .cds-custom--subgrid--wide,:host(cds-custom-page-header-content) .cds-custom--subgrid--wide,:host(cds-custom-page-header-tabs) .cds-custom--subgrid--wide{--cds-grid-gutter-start:1rem;--cds-grid-gutter-end:1rem;--cds-grid-column-hang:0}:host(cds-custom-page-header-breadcrumb) .cds-custom--subgrid--narrow,:host(cds-custom-page-header-content) .cds-custom--subgrid--narrow,:host(cds-custom-page-header-tabs) .cds-custom--subgrid--narrow{--cds-grid-gutter-start:0rem;--cds-grid-gutter-end:1rem;--cds-grid-column-hang:1rem}:host(cds-custom-page-header-breadcrumb) .cds-custom--subgrid--condensed,:host(cds-custom-page-header-content) .cds-custom--subgrid--condensed,:host(cds-custom-page-header-tabs) .cds-custom--subgrid--condensed{--cds-grid-gutter-start:0.03125rem;--cds-grid-gutter-end:0.03125rem;--cds-grid-column-hang:0.96875rem}:host(cds-custom-page-header-breadcrumb) .cds-custom--grid-column-hang,:host(cds-custom-page-header-content) .cds-custom--grid-column-hang,:host(cds-custom-page-header-tabs) .cds-custom--grid-column-hang{margin-inline-start:var(--cds-grid-column-hang)}[dir=rtl] :host(cds-custom-page-header-breadcrumb) .cds-custom--grid-column-hang,[dir=rtl] :host(cds-custom-page-header-content) .cds-custom--grid-column-hang,[dir=rtl] :host(cds-custom-page-header-tabs) .cds-custom--grid-column-hang{margin-inline:initial var(--cds-grid-column-hang)}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-0,:host(cds-custom-page-header-content) .cds-custom--col-span-0,:host(cds-custom-page-header-tabs) .cds-custom--col-span-0{display:none}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-1,:host(cds-custom-page-header-content) .cds-custom--col-span-1,:host(cds-custom-page-header-tabs) .cds-custom--col-span-1{--cds-grid-columns:1;display:block;grid-column:span 1/span 1}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-2,:host(cds-custom-page-header-content) .cds-custom--col-span-2,:host(cds-custom-page-header-tabs) .cds-custom--col-span-2{--cds-grid-columns:2;display:block;grid-column:span 2/span 2}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-3,:host(cds-custom-page-header-content) .cds-custom--col-span-3,:host(cds-custom-page-header-tabs) .cds-custom--col-span-3{--cds-grid-columns:3;display:block;grid-column:span 3/span 3}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-4,:host(cds-custom-page-header-content) .cds-custom--col-span-4,:host(cds-custom-page-header-tabs) .cds-custom--col-span-4{--cds-grid-columns:4;display:block;grid-column:span 4/span 4}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-5,:host(cds-custom-page-header-content) .cds-custom--col-span-5,:host(cds-custom-page-header-tabs) .cds-custom--col-span-5{--cds-grid-columns:5;display:block;grid-column:span 5/span 5}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-6,:host(cds-custom-page-header-content) .cds-custom--col-span-6,:host(cds-custom-page-header-tabs) .cds-custom--col-span-6{--cds-grid-columns:6;display:block;grid-column:span 6/span 6}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-7,:host(cds-custom-page-header-content) .cds-custom--col-span-7,:host(cds-custom-page-header-tabs) .cds-custom--col-span-7{--cds-grid-columns:7;display:block;grid-column:span 7/span 7}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-8,:host(cds-custom-page-header-content) .cds-custom--col-span-8,:host(cds-custom-page-header-tabs) .cds-custom--col-span-8{--cds-grid-columns:8;display:block;grid-column:span 8/span 8}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-9,:host(cds-custom-page-header-content) .cds-custom--col-span-9,:host(cds-custom-page-header-tabs) .cds-custom--col-span-9{--cds-grid-columns:9;display:block;grid-column:span 9/span 9}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-10,:host(cds-custom-page-header-content) .cds-custom--col-span-10,:host(cds-custom-page-header-tabs) .cds-custom--col-span-10{--cds-grid-columns:10;display:block;grid-column:span 10/span 10}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-11,:host(cds-custom-page-header-content) .cds-custom--col-span-11,:host(cds-custom-page-header-tabs) .cds-custom--col-span-11{--cds-grid-columns:11;display:block;grid-column:span 11/span 11}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-12,:host(cds-custom-page-header-content) .cds-custom--col-span-12,:host(cds-custom-page-header-tabs) .cds-custom--col-span-12{--cds-grid-columns:12;display:block;grid-column:span 12/span 12}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-13,:host(cds-custom-page-header-content) .cds-custom--col-span-13,:host(cds-custom-page-header-tabs) .cds-custom--col-span-13{--cds-grid-columns:13;display:block;grid-column:span 13/span 13}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-14,:host(cds-custom-page-header-content) .cds-custom--col-span-14,:host(cds-custom-page-header-tabs) .cds-custom--col-span-14{--cds-grid-columns:14;display:block;grid-column:span 14/span 14}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-15,:host(cds-custom-page-header-content) .cds-custom--col-span-15,:host(cds-custom-page-header-tabs) .cds-custom--col-span-15{--cds-grid-columns:15;display:block;grid-column:span 15/span 15}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-16,:host(cds-custom-page-header-content) .cds-custom--col-span-16,:host(cds-custom-page-header-tabs) .cds-custom--col-span-16{--cds-grid-columns:16;display:block;grid-column:span 16/span 16}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-span-0,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-span-0,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-span-0{display:none}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-span-1,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-span-1,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-span-1{--cds-grid-columns:1;display:block;grid-column:span 1/span 1}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-span-2,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-span-2,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-span-2{--cds-grid-columns:2;display:block;grid-column:span 2/span 2}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-span-3,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-span-3,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-span-3{--cds-grid-columns:3;display:block;grid-column:span 3/span 3}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-span-4,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-span-4,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-span-4{--cds-grid-columns:4;display:block;grid-column:span 4/span 4}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-span-auto,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-span-auto,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-span-auto{grid-column:auto}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-span-100,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-span-100,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-span-100{grid-column:1/-1}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-span-75,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-span-75,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-span-75{--cds-grid-columns:3;grid-column:span 3/span 3}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-span-50,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-span-50,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-span-50{--cds-grid-columns:2;grid-column:span 2/span 2}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-span-25,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-span-25,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-span-25{--cds-grid-columns:1;grid-column:span 1/span 1}@media (min-width:42rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-span-0,:host(cds-custom-page-header-content) .cds-custom--md\\:col-span-0,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-span-0{display:none}}@media (min-width:42rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-span-1,:host(cds-custom-page-header-content) .cds-custom--md\\:col-span-1,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-span-1{--cds-grid-columns:1;display:block;grid-column:span 1/span 1}}@media (min-width:42rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-span-2,:host(cds-custom-page-header-content) .cds-custom--md\\:col-span-2,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-span-2{--cds-grid-columns:2;display:block;grid-column:span 2/span 2}}@media (min-width:42rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-span-3,:host(cds-custom-page-header-content) .cds-custom--md\\:col-span-3,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-span-3{--cds-grid-columns:3;display:block;grid-column:span 3/span 3}}@media (min-width:42rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-span-4,:host(cds-custom-page-header-content) .cds-custom--md\\:col-span-4,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-span-4{--cds-grid-columns:4;display:block;grid-column:span 4/span 4}}@media (min-width:42rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-span-5,:host(cds-custom-page-header-content) .cds-custom--md\\:col-span-5,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-span-5{--cds-grid-columns:5;display:block;grid-column:span 5/span 5}}@media (min-width:42rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-span-6,:host(cds-custom-page-header-content) .cds-custom--md\\:col-span-6,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-span-6{--cds-grid-columns:6;display:block;grid-column:span 6/span 6}}@media (min-width:42rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-span-7,:host(cds-custom-page-header-content) .cds-custom--md\\:col-span-7,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-span-7{--cds-grid-columns:7;display:block;grid-column:span 7/span 7}}@media (min-width:42rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-span-8,:host(cds-custom-page-header-content) .cds-custom--md\\:col-span-8,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-span-8{--cds-grid-columns:8;display:block;grid-column:span 8/span 8}}@media (min-width:42rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-span-auto,:host(cds-custom-page-header-content) .cds-custom--md\\:col-span-auto,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-span-auto{grid-column:auto}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-span-100,:host(cds-custom-page-header-content) .cds-custom--md\\:col-span-100,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-span-100{grid-column:1/-1}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-span-75,:host(cds-custom-page-header-content) .cds-custom--md\\:col-span-75,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-span-75{--cds-grid-columns:6;grid-column:span 6/span 6}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-span-50,:host(cds-custom-page-header-content) .cds-custom--md\\:col-span-50,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-span-50{--cds-grid-columns:4;grid-column:span 4/span 4}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-span-25,:host(cds-custom-page-header-content) .cds-custom--md\\:col-span-25,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-span-25{--cds-grid-columns:2;grid-column:span 2/span 2}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-0,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-0,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-0{display:none}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-1,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-1,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-1{--cds-grid-columns:1;display:block;grid-column:span 1/span 1}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-2,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-2,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-2{--cds-grid-columns:2;display:block;grid-column:span 2/span 2}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-3,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-3,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-3{--cds-grid-columns:3;display:block;grid-column:span 3/span 3}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-4,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-4,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-4{--cds-grid-columns:4;display:block;grid-column:span 4/span 4}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-5,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-5,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-5{--cds-grid-columns:5;display:block;grid-column:span 5/span 5}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-6,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-6,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-6{--cds-grid-columns:6;display:block;grid-column:span 6/span 6}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-7,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-7,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-7{--cds-grid-columns:7;display:block;grid-column:span 7/span 7}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-8,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-8,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-8{--cds-grid-columns:8;display:block;grid-column:span 8/span 8}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-9,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-9,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-9{--cds-grid-columns:9;display:block;grid-column:span 9/span 9}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-10,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-10,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-10{--cds-grid-columns:10;display:block;grid-column:span 10/span 10}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-11,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-11,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-11{--cds-grid-columns:11;display:block;grid-column:span 11/span 11}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-12,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-12,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-12{--cds-grid-columns:12;display:block;grid-column:span 12/span 12}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-13,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-13,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-13{--cds-grid-columns:13;display:block;grid-column:span 13/span 13}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-14,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-14,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-14{--cds-grid-columns:14;display:block;grid-column:span 14/span 14}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-15,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-15,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-15{--cds-grid-columns:15;display:block;grid-column:span 15/span 15}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-16,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-16,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-16{--cds-grid-columns:16;display:block;grid-column:span 16/span 16}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-auto,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-auto,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-auto{grid-column:auto}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-100,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-100,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-100{grid-column:1/-1}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-75,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-75,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-75{--cds-grid-columns:12;grid-column:span 12/span 12}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-50,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-50,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-50{--cds-grid-columns:8;grid-column:span 8/span 8}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-25,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-25,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-25{--cds-grid-columns:4;grid-column:span 4/span 4}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-0,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-0,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-0{display:none}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-1,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-1,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-1{--cds-grid-columns:1;display:block;grid-column:span 1/span 1}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-2,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-2,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-2{--cds-grid-columns:2;display:block;grid-column:span 2/span 2}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-3,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-3,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-3{--cds-grid-columns:3;display:block;grid-column:span 3/span 3}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-4,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-4,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-4{--cds-grid-columns:4;display:block;grid-column:span 4/span 4}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-5,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-5,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-5{--cds-grid-columns:5;display:block;grid-column:span 5/span 5}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-6,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-6,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-6{--cds-grid-columns:6;display:block;grid-column:span 6/span 6}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-7,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-7,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-7{--cds-grid-columns:7;display:block;grid-column:span 7/span 7}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-8,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-8,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-8{--cds-grid-columns:8;display:block;grid-column:span 8/span 8}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-9,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-9,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-9{--cds-grid-columns:9;display:block;grid-column:span 9/span 9}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-10,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-10,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-10{--cds-grid-columns:10;display:block;grid-column:span 10/span 10}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-11,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-11,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-11{--cds-grid-columns:11;display:block;grid-column:span 11/span 11}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-12,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-12,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-12{--cds-grid-columns:12;display:block;grid-column:span 12/span 12}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-13,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-13,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-13{--cds-grid-columns:13;display:block;grid-column:span 13/span 13}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-14,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-14,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-14{--cds-grid-columns:14;display:block;grid-column:span 14/span 14}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-15,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-15,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-15{--cds-grid-columns:15;display:block;grid-column:span 15/span 15}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-16,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-16,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-16{--cds-grid-columns:16;display:block;grid-column:span 16/span 16}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-auto,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-auto,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-auto{grid-column:auto}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-100,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-100,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-100{grid-column:1/-1}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-75,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-75,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-75{--cds-grid-columns:12;grid-column:span 12/span 12}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-50,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-50,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-50{--cds-grid-columns:8;grid-column:span 8/span 8}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-25,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-25,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-25{--cds-grid-columns:4;grid-column:span 4/span 4}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-0,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-0,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-0{display:none}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-1,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-1,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-1{--cds-grid-columns:1;display:block;grid-column:span 1/span 1}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-2,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-2,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-2{--cds-grid-columns:2;display:block;grid-column:span 2/span 2}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-3,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-3,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-3{--cds-grid-columns:3;display:block;grid-column:span 3/span 3}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-4,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-4,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-4{--cds-grid-columns:4;display:block;grid-column:span 4/span 4}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-5,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-5,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-5{--cds-grid-columns:5;display:block;grid-column:span 5/span 5}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-6,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-6,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-6{--cds-grid-columns:6;display:block;grid-column:span 6/span 6}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-7,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-7,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-7{--cds-grid-columns:7;display:block;grid-column:span 7/span 7}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-8,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-8,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-8{--cds-grid-columns:8;display:block;grid-column:span 8/span 8}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-9,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-9,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-9{--cds-grid-columns:9;display:block;grid-column:span 9/span 9}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-10,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-10,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-10{--cds-grid-columns:10;display:block;grid-column:span 10/span 10}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-11,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-11,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-11{--cds-grid-columns:11;display:block;grid-column:span 11/span 11}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-12,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-12,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-12{--cds-grid-columns:12;display:block;grid-column:span 12/span 12}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-13,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-13,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-13{--cds-grid-columns:13;display:block;grid-column:span 13/span 13}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-14,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-14,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-14{--cds-grid-columns:14;display:block;grid-column:span 14/span 14}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-15,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-15,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-15{--cds-grid-columns:15;display:block;grid-column:span 15/span 15}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-16,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-16,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-16{--cds-grid-columns:16;display:block;grid-column:span 16/span 16}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-auto,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-auto,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-auto{grid-column:auto}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-100,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-100,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-100{grid-column:1/-1}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-75,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-75,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-75{--cds-grid-columns:12;grid-column:span 12/span 12}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-50,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-50,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-50{--cds-grid-columns:8;grid-column:span 8/span 8}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-25,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-25,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-25{--cds-grid-columns:4;grid-column:span 4/span 4}}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-auto,:host(cds-custom-page-header-content) .cds-custom--col-span-auto,:host(cds-custom-page-header-tabs) .cds-custom--col-span-auto{grid-column:auto}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-100,:host(cds-custom-page-header-content) .cds-custom--col-span-100,:host(cds-custom-page-header-tabs) .cds-custom--col-span-100{grid-column:1/-1}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-75,:host(cds-custom-page-header-content) .cds-custom--col-span-75,:host(cds-custom-page-header-tabs) .cds-custom--col-span-75{--cds-grid-columns:3;grid-column:span 3/span 3}@media (min-width:42rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-75,:host(cds-custom-page-header-content) .cds-custom--col-span-75,:host(cds-custom-page-header-tabs) .cds-custom--col-span-75{--cds-grid-columns:6;grid-column:span 6/span 6}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-75,:host(cds-custom-page-header-content) .cds-custom--col-span-75,:host(cds-custom-page-header-tabs) .cds-custom--col-span-75{--cds-grid-columns:12;grid-column:span 12/span 12}}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-50,:host(cds-custom-page-header-content) .cds-custom--col-span-50,:host(cds-custom-page-header-tabs) .cds-custom--col-span-50{--cds-grid-columns:2;grid-column:span 2/span 2}@media (min-width:42rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-50,:host(cds-custom-page-header-content) .cds-custom--col-span-50,:host(cds-custom-page-header-tabs) .cds-custom--col-span-50{--cds-grid-columns:4;grid-column:span 4/span 4}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-50,:host(cds-custom-page-header-content) .cds-custom--col-span-50,:host(cds-custom-page-header-tabs) .cds-custom--col-span-50{--cds-grid-columns:8;grid-column:span 8/span 8}}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-25,:host(cds-custom-page-header-content) .cds-custom--col-span-25,:host(cds-custom-page-header-tabs) .cds-custom--col-span-25{--cds-grid-columns:1;grid-column:span 1/span 1}@media (min-width:42rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-25,:host(cds-custom-page-header-content) .cds-custom--col-span-25,:host(cds-custom-page-header-tabs) .cds-custom--col-span-25{--cds-grid-columns:2;grid-column:span 2/span 2}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-25,:host(cds-custom-page-header-content) .cds-custom--col-span-25,:host(cds-custom-page-header-tabs) .cds-custom--col-span-25{--cds-grid-columns:4;grid-column:span 4/span 4}}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-start-1,:host(cds-custom-page-header-content) .cds-custom--col-start-1,:host(cds-custom-page-header-tabs) .cds-custom--col-start-1{grid-column-start:1}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-start-2,:host(cds-custom-page-header-content) .cds-custom--col-start-2,:host(cds-custom-page-header-tabs) .cds-custom--col-start-2{grid-column-start:2}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-start-3,:host(cds-custom-page-header-content) .cds-custom--col-start-3,:host(cds-custom-page-header-tabs) .cds-custom--col-start-3{grid-column-start:3}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-start-4,:host(cds-custom-page-header-content) .cds-custom--col-start-4,:host(cds-custom-page-header-tabs) .cds-custom--col-start-4{grid-column-start:4}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-start-5,:host(cds-custom-page-header-content) .cds-custom--col-start-5,:host(cds-custom-page-header-tabs) .cds-custom--col-start-5{grid-column-start:5}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-start-6,:host(cds-custom-page-header-content) .cds-custom--col-start-6,:host(cds-custom-page-header-tabs) .cds-custom--col-start-6{grid-column-start:6}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-start-7,:host(cds-custom-page-header-content) .cds-custom--col-start-7,:host(cds-custom-page-header-tabs) .cds-custom--col-start-7{grid-column-start:7}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-start-8,:host(cds-custom-page-header-content) .cds-custom--col-start-8,:host(cds-custom-page-header-tabs) .cds-custom--col-start-8{grid-column-start:8}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-start-9,:host(cds-custom-page-header-content) .cds-custom--col-start-9,:host(cds-custom-page-header-tabs) .cds-custom--col-start-9{grid-column-start:9}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-start-10,:host(cds-custom-page-header-content) .cds-custom--col-start-10,:host(cds-custom-page-header-tabs) .cds-custom--col-start-10{grid-column-start:10}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-start-11,:host(cds-custom-page-header-content) .cds-custom--col-start-11,:host(cds-custom-page-header-tabs) .cds-custom--col-start-11{grid-column-start:11}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-start-12,:host(cds-custom-page-header-content) .cds-custom--col-start-12,:host(cds-custom-page-header-tabs) .cds-custom--col-start-12{grid-column-start:12}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-start-13,:host(cds-custom-page-header-content) .cds-custom--col-start-13,:host(cds-custom-page-header-tabs) .cds-custom--col-start-13{grid-column-start:13}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-start-14,:host(cds-custom-page-header-content) .cds-custom--col-start-14,:host(cds-custom-page-header-tabs) .cds-custom--col-start-14{grid-column-start:14}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-start-15,:host(cds-custom-page-header-content) .cds-custom--col-start-15,:host(cds-custom-page-header-tabs) .cds-custom--col-start-15{grid-column-start:15}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-start-16,:host(cds-custom-page-header-content) .cds-custom--col-start-16,:host(cds-custom-page-header-tabs) .cds-custom--col-start-16{grid-column-start:16}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-end-2,:host(cds-custom-page-header-content) .cds-custom--col-end-2,:host(cds-custom-page-header-tabs) .cds-custom--col-end-2{grid-column-end:2}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-end-3,:host(cds-custom-page-header-content) .cds-custom--col-end-3,:host(cds-custom-page-header-tabs) .cds-custom--col-end-3{grid-column-end:3}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-end-4,:host(cds-custom-page-header-content) .cds-custom--col-end-4,:host(cds-custom-page-header-tabs) .cds-custom--col-end-4{grid-column-end:4}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-end-5,:host(cds-custom-page-header-content) .cds-custom--col-end-5,:host(cds-custom-page-header-tabs) .cds-custom--col-end-5{grid-column-end:5}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-end-6,:host(cds-custom-page-header-content) .cds-custom--col-end-6,:host(cds-custom-page-header-tabs) .cds-custom--col-end-6{grid-column-end:6}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-end-7,:host(cds-custom-page-header-content) .cds-custom--col-end-7,:host(cds-custom-page-header-tabs) .cds-custom--col-end-7{grid-column-end:7}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-end-8,:host(cds-custom-page-header-content) .cds-custom--col-end-8,:host(cds-custom-page-header-tabs) .cds-custom--col-end-8{grid-column-end:8}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-end-9,:host(cds-custom-page-header-content) .cds-custom--col-end-9,:host(cds-custom-page-header-tabs) .cds-custom--col-end-9{grid-column-end:9}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-end-10,:host(cds-custom-page-header-content) .cds-custom--col-end-10,:host(cds-custom-page-header-tabs) .cds-custom--col-end-10{grid-column-end:10}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-end-11,:host(cds-custom-page-header-content) .cds-custom--col-end-11,:host(cds-custom-page-header-tabs) .cds-custom--col-end-11{grid-column-end:11}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-end-12,:host(cds-custom-page-header-content) .cds-custom--col-end-12,:host(cds-custom-page-header-tabs) .cds-custom--col-end-12{grid-column-end:12}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-end-13,:host(cds-custom-page-header-content) .cds-custom--col-end-13,:host(cds-custom-page-header-tabs) .cds-custom--col-end-13{grid-column-end:13}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-end-14,:host(cds-custom-page-header-content) .cds-custom--col-end-14,:host(cds-custom-page-header-tabs) .cds-custom--col-end-14{grid-column-end:14}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-end-15,:host(cds-custom-page-header-content) .cds-custom--col-end-15,:host(cds-custom-page-header-tabs) .cds-custom--col-end-15{grid-column-end:15}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-end-16,:host(cds-custom-page-header-content) .cds-custom--col-end-16,:host(cds-custom-page-header-tabs) .cds-custom--col-end-16{grid-column-end:16}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-end-17,:host(cds-custom-page-header-content) .cds-custom--col-end-17,:host(cds-custom-page-header-tabs) .cds-custom--col-end-17{grid-column-end:17}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-start-auto,:host(cds-custom-page-header-content) .cds-custom--col-start-auto,:host(cds-custom-page-header-tabs) .cds-custom--col-start-auto{grid-column-start:auto}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-end-auto,:host(cds-custom-page-header-content) .cds-custom--col-end-auto,:host(cds-custom-page-header-tabs) .cds-custom--col-end-auto{grid-column-end:auto}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-start-1,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-start-1,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-start-1{grid-column-start:1}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-start-2,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-start-2,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-start-2{grid-column-start:2}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-start-3,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-start-3,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-start-3{grid-column-start:3}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-start-4,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-start-4,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-start-4{grid-column-start:4}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-start-5,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-start-5,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-start-5{grid-column-start:5}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-start-6,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-start-6,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-start-6{grid-column-start:6}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-start-7,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-start-7,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-start-7{grid-column-start:7}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-start-8,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-start-8,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-start-8{grid-column-start:8}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-start-9,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-start-9,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-start-9{grid-column-start:9}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-start-10,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-start-10,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-start-10{grid-column-start:10}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-start-11,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-start-11,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-start-11{grid-column-start:11}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-start-12,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-start-12,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-start-12{grid-column-start:12}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-start-13,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-start-13,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-start-13{grid-column-start:13}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-start-14,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-start-14,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-start-14{grid-column-start:14}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-start-15,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-start-15,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-start-15{grid-column-start:15}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-start-16,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-start-16,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-start-16{grid-column-start:16}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-end-2,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-end-2,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-end-2{grid-column-end:2}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-end-3,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-end-3,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-end-3{grid-column-end:3}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-end-4,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-end-4,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-end-4{grid-column-end:4}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-end-5,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-end-5,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-end-5{grid-column-end:5}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-end-6,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-end-6,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-end-6{grid-column-end:6}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-end-7,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-end-7,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-end-7{grid-column-end:7}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-end-8,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-end-8,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-end-8{grid-column-end:8}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-end-9,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-end-9,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-end-9{grid-column-end:9}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-end-10,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-end-10,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-end-10{grid-column-end:10}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-end-11,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-end-11,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-end-11{grid-column-end:11}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-end-12,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-end-12,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-end-12{grid-column-end:12}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-end-13,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-end-13,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-end-13{grid-column-end:13}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-end-14,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-end-14,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-end-14{grid-column-end:14}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-end-15,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-end-15,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-end-15{grid-column-end:15}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-end-16,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-end-16,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-end-16{grid-column-end:16}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-end-17,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-end-17,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-end-17{grid-column-end:17}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-start-auto,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-start-auto,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-start-auto{grid-column-start:auto}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-end-auto,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-end-auto,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-end-auto{grid-column-end:auto}@media (min-width:42rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-start-1,:host(cds-custom-page-header-content) .cds-custom--md\\:col-start-1,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-start-1{grid-column-start:1}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-start-2,:host(cds-custom-page-header-content) .cds-custom--md\\:col-start-2,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-start-2{grid-column-start:2}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-start-3,:host(cds-custom-page-header-content) .cds-custom--md\\:col-start-3,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-start-3{grid-column-start:3}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-start-4,:host(cds-custom-page-header-content) .cds-custom--md\\:col-start-4,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-start-4{grid-column-start:4}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-start-5,:host(cds-custom-page-header-content) .cds-custom--md\\:col-start-5,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-start-5{grid-column-start:5}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-start-6,:host(cds-custom-page-header-content) .cds-custom--md\\:col-start-6,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-start-6{grid-column-start:6}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-start-7,:host(cds-custom-page-header-content) .cds-custom--md\\:col-start-7,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-start-7{grid-column-start:7}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-start-8,:host(cds-custom-page-header-content) .cds-custom--md\\:col-start-8,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-start-8{grid-column-start:8}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-start-9,:host(cds-custom-page-header-content) .cds-custom--md\\:col-start-9,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-start-9{grid-column-start:9}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-start-10,:host(cds-custom-page-header-content) .cds-custom--md\\:col-start-10,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-start-10{grid-column-start:10}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-start-11,:host(cds-custom-page-header-content) .cds-custom--md\\:col-start-11,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-start-11{grid-column-start:11}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-start-12,:host(cds-custom-page-header-content) .cds-custom--md\\:col-start-12,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-start-12{grid-column-start:12}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-start-13,:host(cds-custom-page-header-content) .cds-custom--md\\:col-start-13,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-start-13{grid-column-start:13}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-start-14,:host(cds-custom-page-header-content) .cds-custom--md\\:col-start-14,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-start-14{grid-column-start:14}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-start-15,:host(cds-custom-page-header-content) .cds-custom--md\\:col-start-15,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-start-15{grid-column-start:15}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-start-16,:host(cds-custom-page-header-content) .cds-custom--md\\:col-start-16,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-start-16{grid-column-start:16}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-end-2,:host(cds-custom-page-header-content) .cds-custom--md\\:col-end-2,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-end-2{grid-column-end:2}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-end-3,:host(cds-custom-page-header-content) .cds-custom--md\\:col-end-3,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-end-3{grid-column-end:3}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-end-4,:host(cds-custom-page-header-content) .cds-custom--md\\:col-end-4,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-end-4{grid-column-end:4}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-end-5,:host(cds-custom-page-header-content) .cds-custom--md\\:col-end-5,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-end-5{grid-column-end:5}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-end-6,:host(cds-custom-page-header-content) .cds-custom--md\\:col-end-6,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-end-6{grid-column-end:6}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-end-7,:host(cds-custom-page-header-content) .cds-custom--md\\:col-end-7,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-end-7{grid-column-end:7}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-end-8,:host(cds-custom-page-header-content) .cds-custom--md\\:col-end-8,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-end-8{grid-column-end:8}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-end-9,:host(cds-custom-page-header-content) .cds-custom--md\\:col-end-9,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-end-9{grid-column-end:9}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-end-10,:host(cds-custom-page-header-content) .cds-custom--md\\:col-end-10,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-end-10{grid-column-end:10}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-end-11,:host(cds-custom-page-header-content) .cds-custom--md\\:col-end-11,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-end-11{grid-column-end:11}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-end-12,:host(cds-custom-page-header-content) .cds-custom--md\\:col-end-12,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-end-12{grid-column-end:12}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-end-13,:host(cds-custom-page-header-content) .cds-custom--md\\:col-end-13,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-end-13{grid-column-end:13}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-end-14,:host(cds-custom-page-header-content) .cds-custom--md\\:col-end-14,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-end-14{grid-column-end:14}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-end-15,:host(cds-custom-page-header-content) .cds-custom--md\\:col-end-15,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-end-15{grid-column-end:15}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-end-16,:host(cds-custom-page-header-content) .cds-custom--md\\:col-end-16,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-end-16{grid-column-end:16}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-end-17,:host(cds-custom-page-header-content) .cds-custom--md\\:col-end-17,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-end-17{grid-column-end:17}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-start-auto,:host(cds-custom-page-header-content) .cds-custom--md\\:col-start-auto,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-start-auto{grid-column-start:auto}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-end-auto,:host(cds-custom-page-header-content) .cds-custom--md\\:col-end-auto,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-end-auto{grid-column-end:auto}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-start-1,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-start-1,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-start-1{grid-column-start:1}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-start-2,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-start-2,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-start-2{grid-column-start:2}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-start-3,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-start-3,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-start-3{grid-column-start:3}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-start-4,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-start-4,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-start-4{grid-column-start:4}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-start-5,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-start-5,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-start-5{grid-column-start:5}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-start-6,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-start-6,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-start-6{grid-column-start:6}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-start-7,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-start-7,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-start-7{grid-column-start:7}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-start-8,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-start-8,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-start-8{grid-column-start:8}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-start-9,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-start-9,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-start-9{grid-column-start:9}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-start-10,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-start-10,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-start-10{grid-column-start:10}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-start-11,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-start-11,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-start-11{grid-column-start:11}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-start-12,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-start-12,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-start-12{grid-column-start:12}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-start-13,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-start-13,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-start-13{grid-column-start:13}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-start-14,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-start-14,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-start-14{grid-column-start:14}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-start-15,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-start-15,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-start-15{grid-column-start:15}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-start-16,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-start-16,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-start-16{grid-column-start:16}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-end-2,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-end-2,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-end-2{grid-column-end:2}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-end-3,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-end-3,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-end-3{grid-column-end:3}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-end-4,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-end-4,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-end-4{grid-column-end:4}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-end-5,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-end-5,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-end-5{grid-column-end:5}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-end-6,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-end-6,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-end-6{grid-column-end:6}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-end-7,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-end-7,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-end-7{grid-column-end:7}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-end-8,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-end-8,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-end-8{grid-column-end:8}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-end-9,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-end-9,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-end-9{grid-column-end:9}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-end-10,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-end-10,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-end-10{grid-column-end:10}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-end-11,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-end-11,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-end-11{grid-column-end:11}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-end-12,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-end-12,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-end-12{grid-column-end:12}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-end-13,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-end-13,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-end-13{grid-column-end:13}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-end-14,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-end-14,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-end-14{grid-column-end:14}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-end-15,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-end-15,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-end-15{grid-column-end:15}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-end-16,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-end-16,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-end-16{grid-column-end:16}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-end-17,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-end-17,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-end-17{grid-column-end:17}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-start-auto,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-start-auto,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-start-auto{grid-column-start:auto}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-end-auto,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-end-auto,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-end-auto{grid-column-end:auto}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-start-1,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-start-1,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-start-1{grid-column-start:1}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-start-2,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-start-2,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-start-2{grid-column-start:2}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-start-3,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-start-3,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-start-3{grid-column-start:3}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-start-4,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-start-4,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-start-4{grid-column-start:4}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-start-5,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-start-5,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-start-5{grid-column-start:5}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-start-6,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-start-6,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-start-6{grid-column-start:6}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-start-7,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-start-7,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-start-7{grid-column-start:7}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-start-8,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-start-8,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-start-8{grid-column-start:8}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-start-9,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-start-9,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-start-9{grid-column-start:9}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-start-10,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-start-10,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-start-10{grid-column-start:10}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-start-11,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-start-11,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-start-11{grid-column-start:11}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-start-12,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-start-12,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-start-12{grid-column-start:12}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-start-13,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-start-13,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-start-13{grid-column-start:13}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-start-14,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-start-14,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-start-14{grid-column-start:14}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-start-15,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-start-15,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-start-15{grid-column-start:15}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-start-16,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-start-16,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-start-16{grid-column-start:16}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-end-2,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-end-2,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-end-2{grid-column-end:2}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-end-3,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-end-3,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-end-3{grid-column-end:3}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-end-4,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-end-4,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-end-4{grid-column-end:4}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-end-5,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-end-5,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-end-5{grid-column-end:5}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-end-6,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-end-6,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-end-6{grid-column-end:6}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-end-7,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-end-7,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-end-7{grid-column-end:7}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-end-8,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-end-8,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-end-8{grid-column-end:8}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-end-9,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-end-9,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-end-9{grid-column-end:9}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-end-10,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-end-10,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-end-10{grid-column-end:10}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-end-11,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-end-11,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-end-11{grid-column-end:11}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-end-12,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-end-12,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-end-12{grid-column-end:12}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-end-13,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-end-13,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-end-13{grid-column-end:13}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-end-14,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-end-14,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-end-14{grid-column-end:14}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-end-15,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-end-15,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-end-15{grid-column-end:15}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-end-16,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-end-16,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-end-16{grid-column-end:16}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-end-17,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-end-17,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-end-17{grid-column-end:17}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-start-auto,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-start-auto,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-start-auto{grid-column-start:auto}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-end-auto,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-end-auto,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-end-auto{grid-column-end:auto}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-start-1,:host(cds-custom-page-header-content) .cds-custom--max\\:col-start-1,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-start-1{grid-column-start:1}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-start-2,:host(cds-custom-page-header-content) .cds-custom--max\\:col-start-2,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-start-2{grid-column-start:2}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-start-3,:host(cds-custom-page-header-content) .cds-custom--max\\:col-start-3,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-start-3{grid-column-start:3}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-start-4,:host(cds-custom-page-header-content) .cds-custom--max\\:col-start-4,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-start-4{grid-column-start:4}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-start-5,:host(cds-custom-page-header-content) .cds-custom--max\\:col-start-5,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-start-5{grid-column-start:5}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-start-6,:host(cds-custom-page-header-content) .cds-custom--max\\:col-start-6,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-start-6{grid-column-start:6}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-start-7,:host(cds-custom-page-header-content) .cds-custom--max\\:col-start-7,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-start-7{grid-column-start:7}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-start-8,:host(cds-custom-page-header-content) .cds-custom--max\\:col-start-8,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-start-8{grid-column-start:8}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-start-9,:host(cds-custom-page-header-content) .cds-custom--max\\:col-start-9,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-start-9{grid-column-start:9}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-start-10,:host(cds-custom-page-header-content) .cds-custom--max\\:col-start-10,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-start-10{grid-column-start:10}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-start-11,:host(cds-custom-page-header-content) .cds-custom--max\\:col-start-11,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-start-11{grid-column-start:11}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-start-12,:host(cds-custom-page-header-content) .cds-custom--max\\:col-start-12,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-start-12{grid-column-start:12}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-start-13,:host(cds-custom-page-header-content) .cds-custom--max\\:col-start-13,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-start-13{grid-column-start:13}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-start-14,:host(cds-custom-page-header-content) .cds-custom--max\\:col-start-14,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-start-14{grid-column-start:14}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-start-15,:host(cds-custom-page-header-content) .cds-custom--max\\:col-start-15,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-start-15{grid-column-start:15}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-start-16,:host(cds-custom-page-header-content) .cds-custom--max\\:col-start-16,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-start-16{grid-column-start:16}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-end-2,:host(cds-custom-page-header-content) .cds-custom--max\\:col-end-2,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-end-2{grid-column-end:2}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-end-3,:host(cds-custom-page-header-content) .cds-custom--max\\:col-end-3,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-end-3{grid-column-end:3}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-end-4,:host(cds-custom-page-header-content) .cds-custom--max\\:col-end-4,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-end-4{grid-column-end:4}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-end-5,:host(cds-custom-page-header-content) .cds-custom--max\\:col-end-5,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-end-5{grid-column-end:5}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-end-6,:host(cds-custom-page-header-content) .cds-custom--max\\:col-end-6,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-end-6{grid-column-end:6}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-end-7,:host(cds-custom-page-header-content) .cds-custom--max\\:col-end-7,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-end-7{grid-column-end:7}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-end-8,:host(cds-custom-page-header-content) .cds-custom--max\\:col-end-8,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-end-8{grid-column-end:8}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-end-9,:host(cds-custom-page-header-content) .cds-custom--max\\:col-end-9,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-end-9{grid-column-end:9}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-end-10,:host(cds-custom-page-header-content) .cds-custom--max\\:col-end-10,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-end-10{grid-column-end:10}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-end-11,:host(cds-custom-page-header-content) .cds-custom--max\\:col-end-11,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-end-11{grid-column-end:11}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-end-12,:host(cds-custom-page-header-content) .cds-custom--max\\:col-end-12,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-end-12{grid-column-end:12}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-end-13,:host(cds-custom-page-header-content) .cds-custom--max\\:col-end-13,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-end-13{grid-column-end:13}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-end-14,:host(cds-custom-page-header-content) .cds-custom--max\\:col-end-14,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-end-14{grid-column-end:14}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-end-15,:host(cds-custom-page-header-content) .cds-custom--max\\:col-end-15,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-end-15{grid-column-end:15}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-end-16,:host(cds-custom-page-header-content) .cds-custom--max\\:col-end-16,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-end-16{grid-column-end:16}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-end-17,:host(cds-custom-page-header-content) .cds-custom--max\\:col-end-17,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-end-17{grid-column-end:17}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-start-auto,:host(cds-custom-page-header-content) .cds-custom--max\\:col-start-auto,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-start-auto{grid-column-start:auto}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-end-auto,:host(cds-custom-page-header-content) .cds-custom--max\\:col-end-auto,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-end-auto{grid-column-end:auto}}:host(cds-custom-page-header-breadcrumb),:host(cds-custom-page-header-content),:host(cds-custom-page-header-tabs){display:block}:host(cds-custom-page-header-breadcrumb:not([content-actions-flush])) ::slotted([slot=content-actions]){margin-inline-end:.75rem!important}:host(cds-custom-page-header-breadcrumb[page-actions-flush]) .cds-custom--css-grid{margin-inline-end:0;padding-inline-end:0}:host(cds-custom-page-header-breadcrumb[page-actions-flush]) .cds-custom--css-grid-column{margin-inline-end:0}:host(cds-custom-page-header-content) .cds-custom--page-header__content__title{margin:0}:host(cds-custom-page-header-content) .cds-custom--page-header__content__title-wrapper{grid-template-columns:auto minmax(auto,auto)}:host(cds-custom-page-header-content[contextual-actions]) .cds-custom--page-header__content__title{-webkit-line-clamp:1}:host(cds-custom-page-header-content-text){display:block;margin-block-start:1rem}:host(cds-custom-page-header-content-text) .cds-custom--page-header__content__subtitle{margin-block-start:0}:host(cds-custom-page-header-hero-image){position:relative}:host(cds-custom-page-header-hero-image):before{block-size:0;content:\"\";float:inline-start;inline-size:1px;margin-inline-start:-1px;padding-block-start:66.6666666667%}@media (min-width:66rem){:host(cds-custom-page-header-hero-image):before{padding-block-start:50%}}:host(cds-custom-page-header-hero-image):after{clear:both;content:\"\";display:table}:host(cds-custom-page-header-tabs) .cds-custom--page-header__tab-bar--tablist{display:flex;inline-size:100%;justify-content:space-between}@media (max-width:41.98rem){:host(cds-custom-page-header-tabs) .cds-custom--page-header__tab-bar--tablist{flex-direction:column-reverse;grid-gap:1rem}}:host(cds-custom-page-header-tabs) ::slotted([slot=tags]){inline-size:100%}@media (max-width:41.98rem){:host(cds-custom-page-header-tabs) ::slotted([slot=tags]){justify-content:left}}:host(cds-custom-page-header-breadcrumb) .cds-custom--css-grid,:host(cds-custom-page-header-content) .cds-custom--css-grid,:host(cds-custom-page-header-tabs) .cds-custom--css-grid{inline-size:auto}cds-custom-definition-tooltip::part(definition-term){border:none}:host(cds-custom-page-header-tabs) ::slotted(cds-custom-tabs){--tabs-overflow-button-background:$layer-01}"]);
10
+ var page_header_default = css([".cds-custom--page-header,:host(cds-custom-page-header){background-color:var(--cds-layer-01,#f4f4f4);border-block-end:1px solid var(--cds-border-subtle-01,#c6c6c6)}.cds-custom--page-header__breadcrumb-bar,:host(cds-custom-page-header-breadcrumb){block-size:2.5rem}.cds-custom--page-header__breadcrumb-bar .cds-custom--subgrid,:host(cds-custom-page-header-breadcrumb) .cds-custom--subgrid{block-size:100%}.cds-custom--page-header__breadcrumb-container{align-items:center;block-size:100%;display:inline-flex;inline-size:100%;justify-content:space-between}.cds-custom--page-header__breadcrumb__actions-flush .cds-custom--css-grid{padding-inline-end:0}.cds-custom--page-header__breadcrumb__actions-flush .cds-custom--css-grid-column{margin-inline-end:0}.cds-custom--page-header__breadcrumb-bar-border,:host(cds-custom-page-header-breadcrumb[border=true]){border-block-end:1px solid var(--cds-border-subtle-01,#c6c6c6)}.cds-custom--page-header__breadcrumb__icon,:host(cds-custom-page-header-breadcrumb) ::slotted([slot=icon]){margin-inline-end:.5rem}.cds-custom--page-header__breadcrumb__actions{display:inline-flex}.cds-custom--page-header__breadcrumb__content-actions{margin-inline-end:.75rem}.cds-custom--page-header__breadcrumb-wrapper{display:inline-flex}.cds-custom--page-header__content,:host(cds-custom-page-header-content){padding:1.5rem 0}@media (max-width:41.98rem){.cds-custom--page-header__content__title-wrapper{display:flex;flex-direction:column;grid-gap:1rem}}.cds-custom--page-header__content__title-wrapper{display:grid;gap:1rem;grid-template-columns:auto minmax(var(--pageheader-title-grid-width,0),1fr);margin-block-end:1rem;min-block-size:2.5rem}.cds-custom--page-header__content__start{display:flex;flex-wrap:wrap;gap:1rem}.cds-custom--page-header__content__title-container{display:flex}.cds-custom--page-header__content__title-container .cds-custom--definition-term{border-block-end:none}.cds-custom--page-header__content__contextual-actions,:host(cds-custom-page-header-content) ::slotted([slot=contextual-actions]){display:flex}.cds-custom--page-header__content__title,:host(cds-custom-page-header-content) .cds-custom--page-header__content__title{display:-webkit-box;font-size:var(--cds-productive-heading-04-font-size,1.75rem);font-weight:var(--cds-productive-heading-04-font-weight,400);letter-spacing:var(--cds-productive-heading-04-letter-spacing,0);line-height:var(--cds-productive-heading-04-line-height,1.28572);overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;max-inline-size:40rem;text-overflow:ellipsis;white-space:normal}.cds-custom--page-header__content:has(.cds-custom--page-header__content__contextual-actions,:host(cds-custom-page-header-content) ::slotted([slot=contextual-actions])) .cds-custom--page-header__content__title,:has(.cds-custom--page-header__content__contextual-actions,:host(cds-custom-page-header-content) ::slotted([slot=contextual-actions])):host(cds-custom-page-header-content) .cds-custom--page-header__content__title{-webkit-line-clamp:1}.cds-custom--page-header__content__icon,:host(cds-custom-page-header-content) ::slotted([slot=icon]){margin-inline-end:1rem}.cds-custom--page-header__content__page-actions{display:flex;justify-content:right}@media (max-width:41.98rem){.cds-custom--page-header__content__page-actions{justify-content:left;margin-block-start:0}}.cds-custom--page-header__content__page-actions .cds-custom--menu-button__trigger:not(.cds-custom--btn--ghost){min-inline-size:0}.cds-custom--page-header__content__subtitle{font-size:var(--cds-productive-heading-03-font-size,1.25rem);font-weight:var(--cds-productive-heading-03-font-weight,400);letter-spacing:var(--cds-productive-heading-03-letter-spacing,0);line-height:var(--cds-productive-heading-03-line-height,1.4);margin-block-end:.5rem}.cds-custom--page-header__content__body,:host(cds-custom-page-header-content-text){font-size:var(--cds-body-01-font-size,.875rem);font-weight:var(--cds-body-01-font-weight,400);letter-spacing:var(--cds-body-01-letter-spacing,.16px);line-height:var(--cds-body-01-line-height,1.42857);margin-block-start:.5rem;max-inline-size:40rem}[data-hidden]:not([data-fixed]){display:none}.cds-custom--page-header__hero-image,:host(cds-custom-page-header-hero-image){align-items:center;block-size:100%;display:flex;justify-content:flex-end;overflow:hidden}.cds-custom--page-header__tab-bar,:host(cds-custom-page-header-tabs){margin-inline-start:-1rem}.cds-custom--page-header__tab-bar--tablist{display:grid;grid-gap:4rem;grid-template-columns:auto minmax(0,1fr)}.cds-custom--page-header__tags,:host(cds-custom-page-header-tabs) ::slotted([slot=tags]){align-items:center;display:flex;justify-content:right}.cds-custom--page-header__tags-popover-list{display:flex;flex-direction:column;padding:1rem}.cds-custom--page-header__tag-item{flex-shrink:0}:host(cds-custom-page-header){display:block}:host(cds-custom-page-header-breadcrumb) :root,:host(cds-custom-page-header-content) :root,:host(cds-custom-page-header-tabs) :root{--cds-grid-gutter:2rem;--cds-grid-columns:4;--cds-grid-margin:0}@media (min-width:42rem){:host(cds-custom-page-header-breadcrumb) :root,:host(cds-custom-page-header-content) :root,:host(cds-custom-page-header-tabs) :root{--cds-grid-columns:8;--cds-grid-margin:1rem}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) :root,:host(cds-custom-page-header-content) :root,:host(cds-custom-page-header-tabs) :root{--cds-grid-columns:16}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) :root,:host(cds-custom-page-header-content) :root,:host(cds-custom-page-header-tabs) :root{--cds-grid-margin:1.5rem}}:host(cds-custom-page-header-breadcrumb) .cds-custom--css-grid,:host(cds-custom-page-header-content) .cds-custom--css-grid,:host(cds-custom-page-header-tabs) .cds-custom--css-grid{--cds-grid-gutter-start:calc(var(--cds-grid-gutter)/2);--cds-grid-gutter-end:calc(var(--cds-grid-gutter)/2);--cds-grid-column-hang:calc(var(--cds-grid-gutter)/2);display:grid;grid-template-columns:repeat(var(--cds-grid-columns),minmax(0,1fr));inline-size:100%;margin-inline:auto;max-inline-size:99rem;padding-inline:var(--cds-grid-margin)}:host(cds-custom-page-header-breadcrumb) .cds-custom--css-grid--full-width,:host(cds-custom-page-header-content) .cds-custom--css-grid--full-width,:host(cds-custom-page-header-tabs) .cds-custom--css-grid--full-width{max-inline-size:100%}:host(cds-custom-page-header-breadcrumb) .cds-custom--css-grid-column,:host(cds-custom-page-header-content) .cds-custom--css-grid-column,:host(cds-custom-page-header-tabs) .cds-custom--css-grid-column{--cds-grid-mode-start:var(--cds-grid-gutter-start);--cds-grid-mode-end:var(--cds-grid-gutter-end);margin-inline:var(--cds-grid-gutter-start) var(--cds-grid-gutter-end)}[dir=rtl] :host(cds-custom-page-header-breadcrumb) .cds-custom--css-grid-column,[dir=rtl] :host(cds-custom-page-header-content) .cds-custom--css-grid-column,[dir=rtl] :host(cds-custom-page-header-tabs) .cds-custom--css-grid-column{margin-inline:var(--cds-grid-gutter-end) var(--cds-grid-gutter-start)}:host(cds-custom-page-header-breadcrumb) .cds-custom--css-grid--narrow,:host(cds-custom-page-header-content) .cds-custom--css-grid--narrow,:host(cds-custom-page-header-tabs) .cds-custom--css-grid--narrow{--cds-grid-gutter-start:0rem}:host(cds-custom-page-header-breadcrumb) .cds-custom--css-grid--condensed,:host(cds-custom-page-header-content) .cds-custom--css-grid--condensed,:host(cds-custom-page-header-tabs) .cds-custom--css-grid--condensed{--cds-grid-gutter:0.0625rem;--cds-grid-column-hang:0.96875rem}:host(cds-custom-page-header-breadcrumb) .cds-custom--css-grid--with-row-gap,:host(cds-custom-page-header-content) .cds-custom--css-grid--with-row-gap,:host(cds-custom-page-header-tabs) .cds-custom--css-grid--with-row-gap{row-gap:var(--cds-grid-gutter)}:host(cds-custom-page-header-breadcrumb) .cds-custom--css-grid--narrow.cds-custom--css-grid--with-row-gap,:host(cds-custom-page-header-content) .cds-custom--css-grid--narrow.cds-custom--css-grid--with-row-gap,:host(cds-custom-page-header-tabs) .cds-custom--css-grid--narrow.cds-custom--css-grid--with-row-gap{row-gap:calc(var(--cds-grid-gutter)/2)}:host(cds-custom-page-header-breadcrumb) .cds-custom--css-grid--start,:host(cds-custom-page-header-content) .cds-custom--css-grid--start,:host(cds-custom-page-header-tabs) .cds-custom--css-grid--start{margin-inline-start:0}:host(cds-custom-page-header-breadcrumb) .cds-custom--css-grid--end,:host(cds-custom-page-header-content) .cds-custom--css-grid--end,:host(cds-custom-page-header-tabs) .cds-custom--css-grid--end{margin-inline-end:0}:host(cds-custom-page-header-breadcrumb) .cds-custom--subgrid,:host(cds-custom-page-header-content) .cds-custom--subgrid,:host(cds-custom-page-header-tabs) .cds-custom--subgrid{display:grid;grid-template-columns:repeat(var(--cds-grid-columns),minmax(0,1fr));margin-inline:calc(var(--cds-grid-mode-start)*-1) calc(var(--cds-grid-mode-end)*-1)}[dir=rtl] :host(cds-custom-page-header-breadcrumb) .cds-custom--subgrid,[dir=rtl] :host(cds-custom-page-header-content) .cds-custom--subgrid,[dir=rtl] :host(cds-custom-page-header-tabs) .cds-custom--subgrid{margin-inline:calc(var(--cds-grid-mode-end)*-1) calc(var(--cds-grid-mode-start)*-1)}:host(cds-custom-page-header-breadcrumb) .cds-custom--subgrid--wide,:host(cds-custom-page-header-content) .cds-custom--subgrid--wide,:host(cds-custom-page-header-tabs) .cds-custom--subgrid--wide{--cds-grid-gutter-start:1rem;--cds-grid-gutter-end:1rem;--cds-grid-column-hang:0}:host(cds-custom-page-header-breadcrumb) .cds-custom--subgrid--narrow,:host(cds-custom-page-header-content) .cds-custom--subgrid--narrow,:host(cds-custom-page-header-tabs) .cds-custom--subgrid--narrow{--cds-grid-gutter-start:0rem;--cds-grid-gutter-end:1rem;--cds-grid-column-hang:1rem}:host(cds-custom-page-header-breadcrumb) .cds-custom--subgrid--condensed,:host(cds-custom-page-header-content) .cds-custom--subgrid--condensed,:host(cds-custom-page-header-tabs) .cds-custom--subgrid--condensed{--cds-grid-gutter:0.0625rem;--cds-grid-gutter-start:0.03125rem;--cds-grid-gutter-end:0.03125rem;--cds-grid-column-hang:0.96875rem}:host(cds-custom-page-header-breadcrumb) .cds-custom--subgrid--with-row-gap,:host(cds-custom-page-header-content) .cds-custom--subgrid--with-row-gap,:host(cds-custom-page-header-tabs) .cds-custom--subgrid--with-row-gap{row-gap:2rem}:host(cds-custom-page-header-breadcrumb) .cds-custom--subgrid--narrow.cds-custom--subgrid--with-row-gap,:host(cds-custom-page-header-content) .cds-custom--subgrid--narrow.cds-custom--subgrid--with-row-gap,:host(cds-custom-page-header-tabs) .cds-custom--subgrid--narrow.cds-custom--subgrid--with-row-gap{row-gap:1rem}:host(cds-custom-page-header-breadcrumb) .cds-custom--subgrid--condensed.cds-custom--subgrid--with-row-gap,:host(cds-custom-page-header-content) .cds-custom--subgrid--condensed.cds-custom--subgrid--with-row-gap,:host(cds-custom-page-header-tabs) .cds-custom--subgrid--condensed.cds-custom--subgrid--with-row-gap{row-gap:.0625rem}:host(cds-custom-page-header-breadcrumb) .cds-custom--grid-column-hang,:host(cds-custom-page-header-content) .cds-custom--grid-column-hang,:host(cds-custom-page-header-tabs) .cds-custom--grid-column-hang{margin-inline-start:var(--cds-grid-column-hang)}[dir=rtl] :host(cds-custom-page-header-breadcrumb) .cds-custom--grid-column-hang,[dir=rtl] :host(cds-custom-page-header-content) .cds-custom--grid-column-hang,[dir=rtl] :host(cds-custom-page-header-tabs) .cds-custom--grid-column-hang{margin-inline:initial var(--cds-grid-column-hang)}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-0,:host(cds-custom-page-header-content) .cds-custom--col-span-0,:host(cds-custom-page-header-tabs) .cds-custom--col-span-0{display:none}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-1,:host(cds-custom-page-header-content) .cds-custom--col-span-1,:host(cds-custom-page-header-tabs) .cds-custom--col-span-1{--cds-grid-columns:1;display:block;grid-column:span 1/span 1}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-2,:host(cds-custom-page-header-content) .cds-custom--col-span-2,:host(cds-custom-page-header-tabs) .cds-custom--col-span-2{--cds-grid-columns:2;display:block;grid-column:span 2/span 2}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-3,:host(cds-custom-page-header-content) .cds-custom--col-span-3,:host(cds-custom-page-header-tabs) .cds-custom--col-span-3{--cds-grid-columns:3;display:block;grid-column:span 3/span 3}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-4,:host(cds-custom-page-header-content) .cds-custom--col-span-4,:host(cds-custom-page-header-tabs) .cds-custom--col-span-4{--cds-grid-columns:4;display:block;grid-column:span 4/span 4}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-5,:host(cds-custom-page-header-content) .cds-custom--col-span-5,:host(cds-custom-page-header-tabs) .cds-custom--col-span-5{--cds-grid-columns:5;display:block;grid-column:span 5/span 5}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-6,:host(cds-custom-page-header-content) .cds-custom--col-span-6,:host(cds-custom-page-header-tabs) .cds-custom--col-span-6{--cds-grid-columns:6;display:block;grid-column:span 6/span 6}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-7,:host(cds-custom-page-header-content) .cds-custom--col-span-7,:host(cds-custom-page-header-tabs) .cds-custom--col-span-7{--cds-grid-columns:7;display:block;grid-column:span 7/span 7}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-8,:host(cds-custom-page-header-content) .cds-custom--col-span-8,:host(cds-custom-page-header-tabs) .cds-custom--col-span-8{--cds-grid-columns:8;display:block;grid-column:span 8/span 8}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-9,:host(cds-custom-page-header-content) .cds-custom--col-span-9,:host(cds-custom-page-header-tabs) .cds-custom--col-span-9{--cds-grid-columns:9;display:block;grid-column:span 9/span 9}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-10,:host(cds-custom-page-header-content) .cds-custom--col-span-10,:host(cds-custom-page-header-tabs) .cds-custom--col-span-10{--cds-grid-columns:10;display:block;grid-column:span 10/span 10}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-11,:host(cds-custom-page-header-content) .cds-custom--col-span-11,:host(cds-custom-page-header-tabs) .cds-custom--col-span-11{--cds-grid-columns:11;display:block;grid-column:span 11/span 11}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-12,:host(cds-custom-page-header-content) .cds-custom--col-span-12,:host(cds-custom-page-header-tabs) .cds-custom--col-span-12{--cds-grid-columns:12;display:block;grid-column:span 12/span 12}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-13,:host(cds-custom-page-header-content) .cds-custom--col-span-13,:host(cds-custom-page-header-tabs) .cds-custom--col-span-13{--cds-grid-columns:13;display:block;grid-column:span 13/span 13}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-14,:host(cds-custom-page-header-content) .cds-custom--col-span-14,:host(cds-custom-page-header-tabs) .cds-custom--col-span-14{--cds-grid-columns:14;display:block;grid-column:span 14/span 14}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-15,:host(cds-custom-page-header-content) .cds-custom--col-span-15,:host(cds-custom-page-header-tabs) .cds-custom--col-span-15{--cds-grid-columns:15;display:block;grid-column:span 15/span 15}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-16,:host(cds-custom-page-header-content) .cds-custom--col-span-16,:host(cds-custom-page-header-tabs) .cds-custom--col-span-16{--cds-grid-columns:16;display:block;grid-column:span 16/span 16}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-span-0,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-span-0,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-span-0{display:none}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-span-1,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-span-1,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-span-1{--cds-grid-columns:1;display:block;grid-column:span 1/span 1}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-span-2,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-span-2,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-span-2{--cds-grid-columns:2;display:block;grid-column:span 2/span 2}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-span-3,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-span-3,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-span-3{--cds-grid-columns:3;display:block;grid-column:span 3/span 3}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-span-4,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-span-4,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-span-4{--cds-grid-columns:4;display:block;grid-column:span 4/span 4}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-span-auto,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-span-auto,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-span-auto{grid-column:auto}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-span-100,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-span-100,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-span-100{grid-column:1/-1}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-span-75,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-span-75,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-span-75{--cds-grid-columns:3;grid-column:span 3/span 3}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-span-50,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-span-50,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-span-50{--cds-grid-columns:2;grid-column:span 2/span 2}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-span-25,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-span-25,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-span-25{--cds-grid-columns:1;grid-column:span 1/span 1}@media (min-width:42rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-span-0,:host(cds-custom-page-header-content) .cds-custom--md\\:col-span-0,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-span-0{display:none}}@media (min-width:42rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-span-1,:host(cds-custom-page-header-content) .cds-custom--md\\:col-span-1,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-span-1{--cds-grid-columns:1;display:block;grid-column:span 1/span 1}}@media (min-width:42rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-span-2,:host(cds-custom-page-header-content) .cds-custom--md\\:col-span-2,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-span-2{--cds-grid-columns:2;display:block;grid-column:span 2/span 2}}@media (min-width:42rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-span-3,:host(cds-custom-page-header-content) .cds-custom--md\\:col-span-3,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-span-3{--cds-grid-columns:3;display:block;grid-column:span 3/span 3}}@media (min-width:42rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-span-4,:host(cds-custom-page-header-content) .cds-custom--md\\:col-span-4,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-span-4{--cds-grid-columns:4;display:block;grid-column:span 4/span 4}}@media (min-width:42rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-span-5,:host(cds-custom-page-header-content) .cds-custom--md\\:col-span-5,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-span-5{--cds-grid-columns:5;display:block;grid-column:span 5/span 5}}@media (min-width:42rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-span-6,:host(cds-custom-page-header-content) .cds-custom--md\\:col-span-6,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-span-6{--cds-grid-columns:6;display:block;grid-column:span 6/span 6}}@media (min-width:42rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-span-7,:host(cds-custom-page-header-content) .cds-custom--md\\:col-span-7,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-span-7{--cds-grid-columns:7;display:block;grid-column:span 7/span 7}}@media (min-width:42rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-span-8,:host(cds-custom-page-header-content) .cds-custom--md\\:col-span-8,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-span-8{--cds-grid-columns:8;display:block;grid-column:span 8/span 8}}@media (min-width:42rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-span-auto,:host(cds-custom-page-header-content) .cds-custom--md\\:col-span-auto,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-span-auto{grid-column:auto}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-span-100,:host(cds-custom-page-header-content) .cds-custom--md\\:col-span-100,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-span-100{grid-column:1/-1}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-span-75,:host(cds-custom-page-header-content) .cds-custom--md\\:col-span-75,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-span-75{--cds-grid-columns:6;grid-column:span 6/span 6}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-span-50,:host(cds-custom-page-header-content) .cds-custom--md\\:col-span-50,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-span-50{--cds-grid-columns:4;grid-column:span 4/span 4}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-span-25,:host(cds-custom-page-header-content) .cds-custom--md\\:col-span-25,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-span-25{--cds-grid-columns:2;grid-column:span 2/span 2}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-0,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-0,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-0{display:none}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-1,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-1,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-1{--cds-grid-columns:1;display:block;grid-column:span 1/span 1}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-2,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-2,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-2{--cds-grid-columns:2;display:block;grid-column:span 2/span 2}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-3,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-3,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-3{--cds-grid-columns:3;display:block;grid-column:span 3/span 3}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-4,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-4,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-4{--cds-grid-columns:4;display:block;grid-column:span 4/span 4}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-5,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-5,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-5{--cds-grid-columns:5;display:block;grid-column:span 5/span 5}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-6,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-6,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-6{--cds-grid-columns:6;display:block;grid-column:span 6/span 6}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-7,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-7,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-7{--cds-grid-columns:7;display:block;grid-column:span 7/span 7}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-8,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-8,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-8{--cds-grid-columns:8;display:block;grid-column:span 8/span 8}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-9,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-9,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-9{--cds-grid-columns:9;display:block;grid-column:span 9/span 9}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-10,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-10,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-10{--cds-grid-columns:10;display:block;grid-column:span 10/span 10}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-11,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-11,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-11{--cds-grid-columns:11;display:block;grid-column:span 11/span 11}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-12,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-12,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-12{--cds-grid-columns:12;display:block;grid-column:span 12/span 12}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-13,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-13,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-13{--cds-grid-columns:13;display:block;grid-column:span 13/span 13}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-14,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-14,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-14{--cds-grid-columns:14;display:block;grid-column:span 14/span 14}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-15,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-15,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-15{--cds-grid-columns:15;display:block;grid-column:span 15/span 15}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-16,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-16,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-16{--cds-grid-columns:16;display:block;grid-column:span 16/span 16}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-auto,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-auto,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-auto{grid-column:auto}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-100,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-100,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-100{grid-column:1/-1}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-75,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-75,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-75{--cds-grid-columns:12;grid-column:span 12/span 12}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-50,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-50,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-50{--cds-grid-columns:8;grid-column:span 8/span 8}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-25,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-25,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-25{--cds-grid-columns:4;grid-column:span 4/span 4}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-0,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-0,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-0{display:none}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-1,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-1,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-1{--cds-grid-columns:1;display:block;grid-column:span 1/span 1}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-2,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-2,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-2{--cds-grid-columns:2;display:block;grid-column:span 2/span 2}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-3,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-3,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-3{--cds-grid-columns:3;display:block;grid-column:span 3/span 3}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-4,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-4,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-4{--cds-grid-columns:4;display:block;grid-column:span 4/span 4}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-5,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-5,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-5{--cds-grid-columns:5;display:block;grid-column:span 5/span 5}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-6,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-6,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-6{--cds-grid-columns:6;display:block;grid-column:span 6/span 6}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-7,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-7,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-7{--cds-grid-columns:7;display:block;grid-column:span 7/span 7}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-8,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-8,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-8{--cds-grid-columns:8;display:block;grid-column:span 8/span 8}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-9,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-9,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-9{--cds-grid-columns:9;display:block;grid-column:span 9/span 9}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-10,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-10,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-10{--cds-grid-columns:10;display:block;grid-column:span 10/span 10}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-11,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-11,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-11{--cds-grid-columns:11;display:block;grid-column:span 11/span 11}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-12,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-12,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-12{--cds-grid-columns:12;display:block;grid-column:span 12/span 12}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-13,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-13,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-13{--cds-grid-columns:13;display:block;grid-column:span 13/span 13}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-14,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-14,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-14{--cds-grid-columns:14;display:block;grid-column:span 14/span 14}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-15,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-15,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-15{--cds-grid-columns:15;display:block;grid-column:span 15/span 15}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-16,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-16,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-16{--cds-grid-columns:16;display:block;grid-column:span 16/span 16}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-auto,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-auto,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-auto{grid-column:auto}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-100,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-100,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-100{grid-column:1/-1}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-75,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-75,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-75{--cds-grid-columns:12;grid-column:span 12/span 12}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-50,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-50,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-50{--cds-grid-columns:8;grid-column:span 8/span 8}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-25,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-25,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-25{--cds-grid-columns:4;grid-column:span 4/span 4}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-0,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-0,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-0{display:none}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-1,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-1,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-1{--cds-grid-columns:1;display:block;grid-column:span 1/span 1}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-2,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-2,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-2{--cds-grid-columns:2;display:block;grid-column:span 2/span 2}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-3,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-3,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-3{--cds-grid-columns:3;display:block;grid-column:span 3/span 3}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-4,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-4,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-4{--cds-grid-columns:4;display:block;grid-column:span 4/span 4}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-5,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-5,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-5{--cds-grid-columns:5;display:block;grid-column:span 5/span 5}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-6,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-6,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-6{--cds-grid-columns:6;display:block;grid-column:span 6/span 6}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-7,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-7,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-7{--cds-grid-columns:7;display:block;grid-column:span 7/span 7}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-8,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-8,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-8{--cds-grid-columns:8;display:block;grid-column:span 8/span 8}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-9,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-9,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-9{--cds-grid-columns:9;display:block;grid-column:span 9/span 9}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-10,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-10,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-10{--cds-grid-columns:10;display:block;grid-column:span 10/span 10}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-11,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-11,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-11{--cds-grid-columns:11;display:block;grid-column:span 11/span 11}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-12,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-12,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-12{--cds-grid-columns:12;display:block;grid-column:span 12/span 12}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-13,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-13,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-13{--cds-grid-columns:13;display:block;grid-column:span 13/span 13}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-14,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-14,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-14{--cds-grid-columns:14;display:block;grid-column:span 14/span 14}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-15,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-15,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-15{--cds-grid-columns:15;display:block;grid-column:span 15/span 15}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-16,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-16,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-16{--cds-grid-columns:16;display:block;grid-column:span 16/span 16}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-auto,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-auto,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-auto{grid-column:auto}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-100,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-100,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-100{grid-column:1/-1}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-75,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-75,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-75{--cds-grid-columns:12;grid-column:span 12/span 12}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-50,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-50,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-50{--cds-grid-columns:8;grid-column:span 8/span 8}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-25,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-25,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-25{--cds-grid-columns:4;grid-column:span 4/span 4}}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-auto,:host(cds-custom-page-header-content) .cds-custom--col-span-auto,:host(cds-custom-page-header-tabs) .cds-custom--col-span-auto{grid-column:auto}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-100,:host(cds-custom-page-header-content) .cds-custom--col-span-100,:host(cds-custom-page-header-tabs) .cds-custom--col-span-100{grid-column:1/-1}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-75,:host(cds-custom-page-header-content) .cds-custom--col-span-75,:host(cds-custom-page-header-tabs) .cds-custom--col-span-75{--cds-grid-columns:3;grid-column:span 3/span 3}@media (min-width:42rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-75,:host(cds-custom-page-header-content) .cds-custom--col-span-75,:host(cds-custom-page-header-tabs) .cds-custom--col-span-75{--cds-grid-columns:6;grid-column:span 6/span 6}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-75,:host(cds-custom-page-header-content) .cds-custom--col-span-75,:host(cds-custom-page-header-tabs) .cds-custom--col-span-75{--cds-grid-columns:12;grid-column:span 12/span 12}}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-50,:host(cds-custom-page-header-content) .cds-custom--col-span-50,:host(cds-custom-page-header-tabs) .cds-custom--col-span-50{--cds-grid-columns:2;grid-column:span 2/span 2}@media (min-width:42rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-50,:host(cds-custom-page-header-content) .cds-custom--col-span-50,:host(cds-custom-page-header-tabs) .cds-custom--col-span-50{--cds-grid-columns:4;grid-column:span 4/span 4}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-50,:host(cds-custom-page-header-content) .cds-custom--col-span-50,:host(cds-custom-page-header-tabs) .cds-custom--col-span-50{--cds-grid-columns:8;grid-column:span 8/span 8}}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-25,:host(cds-custom-page-header-content) .cds-custom--col-span-25,:host(cds-custom-page-header-tabs) .cds-custom--col-span-25{--cds-grid-columns:1;grid-column:span 1/span 1}@media (min-width:42rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-25,:host(cds-custom-page-header-content) .cds-custom--col-span-25,:host(cds-custom-page-header-tabs) .cds-custom--col-span-25{--cds-grid-columns:2;grid-column:span 2/span 2}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-25,:host(cds-custom-page-header-content) .cds-custom--col-span-25,:host(cds-custom-page-header-tabs) .cds-custom--col-span-25{--cds-grid-columns:4;grid-column:span 4/span 4}}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-start-1,:host(cds-custom-page-header-content) .cds-custom--col-start-1,:host(cds-custom-page-header-tabs) .cds-custom--col-start-1{grid-column-start:1}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-start-2,:host(cds-custom-page-header-content) .cds-custom--col-start-2,:host(cds-custom-page-header-tabs) .cds-custom--col-start-2{grid-column-start:2}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-start-3,:host(cds-custom-page-header-content) .cds-custom--col-start-3,:host(cds-custom-page-header-tabs) .cds-custom--col-start-3{grid-column-start:3}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-start-4,:host(cds-custom-page-header-content) .cds-custom--col-start-4,:host(cds-custom-page-header-tabs) .cds-custom--col-start-4{grid-column-start:4}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-start-5,:host(cds-custom-page-header-content) .cds-custom--col-start-5,:host(cds-custom-page-header-tabs) .cds-custom--col-start-5{grid-column-start:5}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-start-6,:host(cds-custom-page-header-content) .cds-custom--col-start-6,:host(cds-custom-page-header-tabs) .cds-custom--col-start-6{grid-column-start:6}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-start-7,:host(cds-custom-page-header-content) .cds-custom--col-start-7,:host(cds-custom-page-header-tabs) .cds-custom--col-start-7{grid-column-start:7}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-start-8,:host(cds-custom-page-header-content) .cds-custom--col-start-8,:host(cds-custom-page-header-tabs) .cds-custom--col-start-8{grid-column-start:8}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-start-9,:host(cds-custom-page-header-content) .cds-custom--col-start-9,:host(cds-custom-page-header-tabs) .cds-custom--col-start-9{grid-column-start:9}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-start-10,:host(cds-custom-page-header-content) .cds-custom--col-start-10,:host(cds-custom-page-header-tabs) .cds-custom--col-start-10{grid-column-start:10}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-start-11,:host(cds-custom-page-header-content) .cds-custom--col-start-11,:host(cds-custom-page-header-tabs) .cds-custom--col-start-11{grid-column-start:11}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-start-12,:host(cds-custom-page-header-content) .cds-custom--col-start-12,:host(cds-custom-page-header-tabs) .cds-custom--col-start-12{grid-column-start:12}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-start-13,:host(cds-custom-page-header-content) .cds-custom--col-start-13,:host(cds-custom-page-header-tabs) .cds-custom--col-start-13{grid-column-start:13}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-start-14,:host(cds-custom-page-header-content) .cds-custom--col-start-14,:host(cds-custom-page-header-tabs) .cds-custom--col-start-14{grid-column-start:14}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-start-15,:host(cds-custom-page-header-content) .cds-custom--col-start-15,:host(cds-custom-page-header-tabs) .cds-custom--col-start-15{grid-column-start:15}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-start-16,:host(cds-custom-page-header-content) .cds-custom--col-start-16,:host(cds-custom-page-header-tabs) .cds-custom--col-start-16{grid-column-start:16}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-end-2,:host(cds-custom-page-header-content) .cds-custom--col-end-2,:host(cds-custom-page-header-tabs) .cds-custom--col-end-2{grid-column-end:2}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-end-3,:host(cds-custom-page-header-content) .cds-custom--col-end-3,:host(cds-custom-page-header-tabs) .cds-custom--col-end-3{grid-column-end:3}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-end-4,:host(cds-custom-page-header-content) .cds-custom--col-end-4,:host(cds-custom-page-header-tabs) .cds-custom--col-end-4{grid-column-end:4}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-end-5,:host(cds-custom-page-header-content) .cds-custom--col-end-5,:host(cds-custom-page-header-tabs) .cds-custom--col-end-5{grid-column-end:5}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-end-6,:host(cds-custom-page-header-content) .cds-custom--col-end-6,:host(cds-custom-page-header-tabs) .cds-custom--col-end-6{grid-column-end:6}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-end-7,:host(cds-custom-page-header-content) .cds-custom--col-end-7,:host(cds-custom-page-header-tabs) .cds-custom--col-end-7{grid-column-end:7}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-end-8,:host(cds-custom-page-header-content) .cds-custom--col-end-8,:host(cds-custom-page-header-tabs) .cds-custom--col-end-8{grid-column-end:8}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-end-9,:host(cds-custom-page-header-content) .cds-custom--col-end-9,:host(cds-custom-page-header-tabs) .cds-custom--col-end-9{grid-column-end:9}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-end-10,:host(cds-custom-page-header-content) .cds-custom--col-end-10,:host(cds-custom-page-header-tabs) .cds-custom--col-end-10{grid-column-end:10}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-end-11,:host(cds-custom-page-header-content) .cds-custom--col-end-11,:host(cds-custom-page-header-tabs) .cds-custom--col-end-11{grid-column-end:11}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-end-12,:host(cds-custom-page-header-content) .cds-custom--col-end-12,:host(cds-custom-page-header-tabs) .cds-custom--col-end-12{grid-column-end:12}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-end-13,:host(cds-custom-page-header-content) .cds-custom--col-end-13,:host(cds-custom-page-header-tabs) .cds-custom--col-end-13{grid-column-end:13}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-end-14,:host(cds-custom-page-header-content) .cds-custom--col-end-14,:host(cds-custom-page-header-tabs) .cds-custom--col-end-14{grid-column-end:14}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-end-15,:host(cds-custom-page-header-content) .cds-custom--col-end-15,:host(cds-custom-page-header-tabs) .cds-custom--col-end-15{grid-column-end:15}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-end-16,:host(cds-custom-page-header-content) .cds-custom--col-end-16,:host(cds-custom-page-header-tabs) .cds-custom--col-end-16{grid-column-end:16}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-end-17,:host(cds-custom-page-header-content) .cds-custom--col-end-17,:host(cds-custom-page-header-tabs) .cds-custom--col-end-17{grid-column-end:17}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-start-auto,:host(cds-custom-page-header-content) .cds-custom--col-start-auto,:host(cds-custom-page-header-tabs) .cds-custom--col-start-auto{grid-column-start:auto}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-end-auto,:host(cds-custom-page-header-content) .cds-custom--col-end-auto,:host(cds-custom-page-header-tabs) .cds-custom--col-end-auto{grid-column-end:auto}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-start-1,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-start-1,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-start-1{grid-column-start:1}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-start-2,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-start-2,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-start-2{grid-column-start:2}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-start-3,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-start-3,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-start-3{grid-column-start:3}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-start-4,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-start-4,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-start-4{grid-column-start:4}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-start-5,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-start-5,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-start-5{grid-column-start:5}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-start-6,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-start-6,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-start-6{grid-column-start:6}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-start-7,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-start-7,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-start-7{grid-column-start:7}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-start-8,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-start-8,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-start-8{grid-column-start:8}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-start-9,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-start-9,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-start-9{grid-column-start:9}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-start-10,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-start-10,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-start-10{grid-column-start:10}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-start-11,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-start-11,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-start-11{grid-column-start:11}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-start-12,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-start-12,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-start-12{grid-column-start:12}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-start-13,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-start-13,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-start-13{grid-column-start:13}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-start-14,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-start-14,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-start-14{grid-column-start:14}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-start-15,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-start-15,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-start-15{grid-column-start:15}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-start-16,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-start-16,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-start-16{grid-column-start:16}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-end-2,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-end-2,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-end-2{grid-column-end:2}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-end-3,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-end-3,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-end-3{grid-column-end:3}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-end-4,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-end-4,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-end-4{grid-column-end:4}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-end-5,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-end-5,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-end-5{grid-column-end:5}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-end-6,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-end-6,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-end-6{grid-column-end:6}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-end-7,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-end-7,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-end-7{grid-column-end:7}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-end-8,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-end-8,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-end-8{grid-column-end:8}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-end-9,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-end-9,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-end-9{grid-column-end:9}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-end-10,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-end-10,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-end-10{grid-column-end:10}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-end-11,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-end-11,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-end-11{grid-column-end:11}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-end-12,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-end-12,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-end-12{grid-column-end:12}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-end-13,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-end-13,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-end-13{grid-column-end:13}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-end-14,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-end-14,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-end-14{grid-column-end:14}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-end-15,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-end-15,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-end-15{grid-column-end:15}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-end-16,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-end-16,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-end-16{grid-column-end:16}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-end-17,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-end-17,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-end-17{grid-column-end:17}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-start-auto,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-start-auto,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-start-auto{grid-column-start:auto}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-end-auto,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-end-auto,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-end-auto{grid-column-end:auto}@media (min-width:42rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-start-1,:host(cds-custom-page-header-content) .cds-custom--md\\:col-start-1,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-start-1{grid-column-start:1}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-start-2,:host(cds-custom-page-header-content) .cds-custom--md\\:col-start-2,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-start-2{grid-column-start:2}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-start-3,:host(cds-custom-page-header-content) .cds-custom--md\\:col-start-3,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-start-3{grid-column-start:3}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-start-4,:host(cds-custom-page-header-content) .cds-custom--md\\:col-start-4,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-start-4{grid-column-start:4}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-start-5,:host(cds-custom-page-header-content) .cds-custom--md\\:col-start-5,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-start-5{grid-column-start:5}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-start-6,:host(cds-custom-page-header-content) .cds-custom--md\\:col-start-6,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-start-6{grid-column-start:6}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-start-7,:host(cds-custom-page-header-content) .cds-custom--md\\:col-start-7,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-start-7{grid-column-start:7}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-start-8,:host(cds-custom-page-header-content) .cds-custom--md\\:col-start-8,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-start-8{grid-column-start:8}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-start-9,:host(cds-custom-page-header-content) .cds-custom--md\\:col-start-9,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-start-9{grid-column-start:9}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-start-10,:host(cds-custom-page-header-content) .cds-custom--md\\:col-start-10,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-start-10{grid-column-start:10}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-start-11,:host(cds-custom-page-header-content) .cds-custom--md\\:col-start-11,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-start-11{grid-column-start:11}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-start-12,:host(cds-custom-page-header-content) .cds-custom--md\\:col-start-12,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-start-12{grid-column-start:12}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-start-13,:host(cds-custom-page-header-content) .cds-custom--md\\:col-start-13,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-start-13{grid-column-start:13}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-start-14,:host(cds-custom-page-header-content) .cds-custom--md\\:col-start-14,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-start-14{grid-column-start:14}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-start-15,:host(cds-custom-page-header-content) .cds-custom--md\\:col-start-15,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-start-15{grid-column-start:15}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-start-16,:host(cds-custom-page-header-content) .cds-custom--md\\:col-start-16,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-start-16{grid-column-start:16}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-end-2,:host(cds-custom-page-header-content) .cds-custom--md\\:col-end-2,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-end-2{grid-column-end:2}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-end-3,:host(cds-custom-page-header-content) .cds-custom--md\\:col-end-3,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-end-3{grid-column-end:3}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-end-4,:host(cds-custom-page-header-content) .cds-custom--md\\:col-end-4,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-end-4{grid-column-end:4}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-end-5,:host(cds-custom-page-header-content) .cds-custom--md\\:col-end-5,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-end-5{grid-column-end:5}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-end-6,:host(cds-custom-page-header-content) .cds-custom--md\\:col-end-6,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-end-6{grid-column-end:6}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-end-7,:host(cds-custom-page-header-content) .cds-custom--md\\:col-end-7,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-end-7{grid-column-end:7}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-end-8,:host(cds-custom-page-header-content) .cds-custom--md\\:col-end-8,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-end-8{grid-column-end:8}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-end-9,:host(cds-custom-page-header-content) .cds-custom--md\\:col-end-9,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-end-9{grid-column-end:9}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-end-10,:host(cds-custom-page-header-content) .cds-custom--md\\:col-end-10,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-end-10{grid-column-end:10}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-end-11,:host(cds-custom-page-header-content) .cds-custom--md\\:col-end-11,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-end-11{grid-column-end:11}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-end-12,:host(cds-custom-page-header-content) .cds-custom--md\\:col-end-12,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-end-12{grid-column-end:12}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-end-13,:host(cds-custom-page-header-content) .cds-custom--md\\:col-end-13,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-end-13{grid-column-end:13}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-end-14,:host(cds-custom-page-header-content) .cds-custom--md\\:col-end-14,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-end-14{grid-column-end:14}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-end-15,:host(cds-custom-page-header-content) .cds-custom--md\\:col-end-15,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-end-15{grid-column-end:15}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-end-16,:host(cds-custom-page-header-content) .cds-custom--md\\:col-end-16,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-end-16{grid-column-end:16}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-end-17,:host(cds-custom-page-header-content) .cds-custom--md\\:col-end-17,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-end-17{grid-column-end:17}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-start-auto,:host(cds-custom-page-header-content) .cds-custom--md\\:col-start-auto,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-start-auto{grid-column-start:auto}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-end-auto,:host(cds-custom-page-header-content) .cds-custom--md\\:col-end-auto,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-end-auto{grid-column-end:auto}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-start-1,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-start-1,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-start-1{grid-column-start:1}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-start-2,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-start-2,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-start-2{grid-column-start:2}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-start-3,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-start-3,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-start-3{grid-column-start:3}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-start-4,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-start-4,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-start-4{grid-column-start:4}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-start-5,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-start-5,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-start-5{grid-column-start:5}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-start-6,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-start-6,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-start-6{grid-column-start:6}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-start-7,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-start-7,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-start-7{grid-column-start:7}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-start-8,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-start-8,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-start-8{grid-column-start:8}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-start-9,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-start-9,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-start-9{grid-column-start:9}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-start-10,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-start-10,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-start-10{grid-column-start:10}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-start-11,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-start-11,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-start-11{grid-column-start:11}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-start-12,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-start-12,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-start-12{grid-column-start:12}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-start-13,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-start-13,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-start-13{grid-column-start:13}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-start-14,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-start-14,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-start-14{grid-column-start:14}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-start-15,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-start-15,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-start-15{grid-column-start:15}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-start-16,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-start-16,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-start-16{grid-column-start:16}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-end-2,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-end-2,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-end-2{grid-column-end:2}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-end-3,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-end-3,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-end-3{grid-column-end:3}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-end-4,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-end-4,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-end-4{grid-column-end:4}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-end-5,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-end-5,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-end-5{grid-column-end:5}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-end-6,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-end-6,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-end-6{grid-column-end:6}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-end-7,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-end-7,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-end-7{grid-column-end:7}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-end-8,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-end-8,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-end-8{grid-column-end:8}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-end-9,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-end-9,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-end-9{grid-column-end:9}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-end-10,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-end-10,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-end-10{grid-column-end:10}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-end-11,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-end-11,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-end-11{grid-column-end:11}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-end-12,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-end-12,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-end-12{grid-column-end:12}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-end-13,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-end-13,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-end-13{grid-column-end:13}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-end-14,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-end-14,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-end-14{grid-column-end:14}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-end-15,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-end-15,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-end-15{grid-column-end:15}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-end-16,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-end-16,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-end-16{grid-column-end:16}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-end-17,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-end-17,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-end-17{grid-column-end:17}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-start-auto,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-start-auto,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-start-auto{grid-column-start:auto}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-end-auto,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-end-auto,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-end-auto{grid-column-end:auto}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-start-1,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-start-1,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-start-1{grid-column-start:1}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-start-2,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-start-2,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-start-2{grid-column-start:2}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-start-3,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-start-3,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-start-3{grid-column-start:3}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-start-4,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-start-4,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-start-4{grid-column-start:4}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-start-5,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-start-5,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-start-5{grid-column-start:5}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-start-6,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-start-6,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-start-6{grid-column-start:6}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-start-7,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-start-7,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-start-7{grid-column-start:7}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-start-8,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-start-8,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-start-8{grid-column-start:8}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-start-9,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-start-9,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-start-9{grid-column-start:9}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-start-10,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-start-10,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-start-10{grid-column-start:10}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-start-11,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-start-11,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-start-11{grid-column-start:11}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-start-12,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-start-12,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-start-12{grid-column-start:12}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-start-13,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-start-13,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-start-13{grid-column-start:13}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-start-14,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-start-14,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-start-14{grid-column-start:14}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-start-15,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-start-15,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-start-15{grid-column-start:15}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-start-16,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-start-16,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-start-16{grid-column-start:16}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-end-2,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-end-2,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-end-2{grid-column-end:2}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-end-3,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-end-3,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-end-3{grid-column-end:3}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-end-4,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-end-4,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-end-4{grid-column-end:4}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-end-5,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-end-5,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-end-5{grid-column-end:5}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-end-6,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-end-6,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-end-6{grid-column-end:6}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-end-7,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-end-7,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-end-7{grid-column-end:7}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-end-8,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-end-8,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-end-8{grid-column-end:8}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-end-9,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-end-9,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-end-9{grid-column-end:9}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-end-10,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-end-10,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-end-10{grid-column-end:10}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-end-11,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-end-11,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-end-11{grid-column-end:11}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-end-12,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-end-12,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-end-12{grid-column-end:12}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-end-13,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-end-13,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-end-13{grid-column-end:13}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-end-14,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-end-14,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-end-14{grid-column-end:14}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-end-15,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-end-15,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-end-15{grid-column-end:15}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-end-16,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-end-16,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-end-16{grid-column-end:16}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-end-17,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-end-17,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-end-17{grid-column-end:17}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-start-auto,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-start-auto,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-start-auto{grid-column-start:auto}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-end-auto,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-end-auto,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-end-auto{grid-column-end:auto}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-start-1,:host(cds-custom-page-header-content) .cds-custom--max\\:col-start-1,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-start-1{grid-column-start:1}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-start-2,:host(cds-custom-page-header-content) .cds-custom--max\\:col-start-2,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-start-2{grid-column-start:2}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-start-3,:host(cds-custom-page-header-content) .cds-custom--max\\:col-start-3,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-start-3{grid-column-start:3}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-start-4,:host(cds-custom-page-header-content) .cds-custom--max\\:col-start-4,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-start-4{grid-column-start:4}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-start-5,:host(cds-custom-page-header-content) .cds-custom--max\\:col-start-5,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-start-5{grid-column-start:5}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-start-6,:host(cds-custom-page-header-content) .cds-custom--max\\:col-start-6,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-start-6{grid-column-start:6}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-start-7,:host(cds-custom-page-header-content) .cds-custom--max\\:col-start-7,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-start-7{grid-column-start:7}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-start-8,:host(cds-custom-page-header-content) .cds-custom--max\\:col-start-8,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-start-8{grid-column-start:8}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-start-9,:host(cds-custom-page-header-content) .cds-custom--max\\:col-start-9,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-start-9{grid-column-start:9}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-start-10,:host(cds-custom-page-header-content) .cds-custom--max\\:col-start-10,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-start-10{grid-column-start:10}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-start-11,:host(cds-custom-page-header-content) .cds-custom--max\\:col-start-11,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-start-11{grid-column-start:11}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-start-12,:host(cds-custom-page-header-content) .cds-custom--max\\:col-start-12,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-start-12{grid-column-start:12}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-start-13,:host(cds-custom-page-header-content) .cds-custom--max\\:col-start-13,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-start-13{grid-column-start:13}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-start-14,:host(cds-custom-page-header-content) .cds-custom--max\\:col-start-14,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-start-14{grid-column-start:14}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-start-15,:host(cds-custom-page-header-content) .cds-custom--max\\:col-start-15,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-start-15{grid-column-start:15}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-start-16,:host(cds-custom-page-header-content) .cds-custom--max\\:col-start-16,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-start-16{grid-column-start:16}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-end-2,:host(cds-custom-page-header-content) .cds-custom--max\\:col-end-2,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-end-2{grid-column-end:2}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-end-3,:host(cds-custom-page-header-content) .cds-custom--max\\:col-end-3,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-end-3{grid-column-end:3}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-end-4,:host(cds-custom-page-header-content) .cds-custom--max\\:col-end-4,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-end-4{grid-column-end:4}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-end-5,:host(cds-custom-page-header-content) .cds-custom--max\\:col-end-5,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-end-5{grid-column-end:5}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-end-6,:host(cds-custom-page-header-content) .cds-custom--max\\:col-end-6,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-end-6{grid-column-end:6}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-end-7,:host(cds-custom-page-header-content) .cds-custom--max\\:col-end-7,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-end-7{grid-column-end:7}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-end-8,:host(cds-custom-page-header-content) .cds-custom--max\\:col-end-8,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-end-8{grid-column-end:8}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-end-9,:host(cds-custom-page-header-content) .cds-custom--max\\:col-end-9,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-end-9{grid-column-end:9}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-end-10,:host(cds-custom-page-header-content) .cds-custom--max\\:col-end-10,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-end-10{grid-column-end:10}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-end-11,:host(cds-custom-page-header-content) .cds-custom--max\\:col-end-11,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-end-11{grid-column-end:11}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-end-12,:host(cds-custom-page-header-content) .cds-custom--max\\:col-end-12,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-end-12{grid-column-end:12}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-end-13,:host(cds-custom-page-header-content) .cds-custom--max\\:col-end-13,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-end-13{grid-column-end:13}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-end-14,:host(cds-custom-page-header-content) .cds-custom--max\\:col-end-14,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-end-14{grid-column-end:14}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-end-15,:host(cds-custom-page-header-content) .cds-custom--max\\:col-end-15,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-end-15{grid-column-end:15}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-end-16,:host(cds-custom-page-header-content) .cds-custom--max\\:col-end-16,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-end-16{grid-column-end:16}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-end-17,:host(cds-custom-page-header-content) .cds-custom--max\\:col-end-17,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-end-17{grid-column-end:17}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-start-auto,:host(cds-custom-page-header-content) .cds-custom--max\\:col-start-auto,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-start-auto{grid-column-start:auto}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-end-auto,:host(cds-custom-page-header-content) .cds-custom--max\\:col-end-auto,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-end-auto{grid-column-end:auto}}:host(cds-custom-page-header-breadcrumb),:host(cds-custom-page-header-content),:host(cds-custom-page-header-tabs){display:block}:host(cds-custom-page-header-breadcrumb:not([content-actions-flush])) ::slotted([slot=content-actions]){margin-inline-end:.75rem!important}:host(cds-custom-page-header-breadcrumb[page-actions-flush]) .cds-custom--css-grid{margin-inline-end:0;padding-inline-end:0}:host(cds-custom-page-header-breadcrumb[page-actions-flush]) .cds-custom--css-grid-column{margin-inline-end:0}:host(cds-custom-page-header-content) .cds-custom--page-header__content__title{margin:0}:host(cds-custom-page-header-content) .cds-custom--page-header__content__title-wrapper{grid-template-columns:auto minmax(auto,auto)}:host(cds-custom-page-header-content[contextual-actions]) .cds-custom--page-header__content__title{-webkit-line-clamp:1}:host(cds-custom-page-header-content-text){display:block;margin-block-start:1rem}:host(cds-custom-page-header-content-text) .cds-custom--page-header__content__subtitle{margin-block-start:0}:host(cds-custom-page-header-hero-image){position:relative}:host(cds-custom-page-header-hero-image):before{block-size:0;content:\"\";float:inline-start;inline-size:1px;margin-inline-start:-1px;padding-block-start:66.6666666667%}@media (min-width:66rem){:host(cds-custom-page-header-hero-image):before{padding-block-start:50%}}:host(cds-custom-page-header-hero-image):after{clear:both;content:\"\";display:table}:host(cds-custom-page-header-tabs) .cds-custom--page-header__tab-bar--tablist{display:flex;inline-size:100%;justify-content:space-between}@media (max-width:41.98rem){:host(cds-custom-page-header-tabs) .cds-custom--page-header__tab-bar--tablist{flex-direction:column-reverse;grid-gap:1rem}}:host(cds-custom-page-header-tabs) ::slotted([slot=tags]){inline-size:100%}@media (max-width:41.98rem){:host(cds-custom-page-header-tabs) ::slotted([slot=tags]){justify-content:left}}:host(cds-custom-page-header-breadcrumb) .cds-custom--css-grid,:host(cds-custom-page-header-content) .cds-custom--css-grid,:host(cds-custom-page-header-tabs) .cds-custom--css-grid{inline-size:auto}cds-custom-definition-tooltip::part(definition-term){border:none}:host(cds-custom-page-header-tabs) ::slotted(cds-custom-tabs){--tabs-overflow-button-background:$layer-01}"]);
11
11
  //#endregion
12
12
  export { page_header_default as default };
13
13
 
@@ -8,6 +8,10 @@
8
8
  * Pagination size.
9
9
  */
10
10
  export declare enum PAGINATION_SIZE {
11
+ /**
12
+ * Extra small size.
13
+ */
14
+ XS = "xs",
11
15
  /**
12
16
  * Small size.
13
17
  */
@@ -21,4 +25,25 @@ export declare enum PAGINATION_SIZE {
21
25
  */
22
26
  LARGE = "lg"
23
27
  }
28
+ /**
29
+ * Backward/Forward button tooltip position.
30
+ */
31
+ export declare enum PAGINATION_TOOLTIP_POSITION {
32
+ /**
33
+ * Positioned on the top.
34
+ */
35
+ TOP = "top",
36
+ /**
37
+ * Positioned on the right.
38
+ */
39
+ RIGHT = "right",
40
+ /**
41
+ * Positioned on the bottom.
42
+ */
43
+ BOTTOM = "bottom",
44
+ /**
45
+ * Positioned on the left.
46
+ */
47
+ LEFT = "left"
48
+ }
24
49
  //# sourceMappingURL=defs.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"defs.d.ts","sourceRoot":"","sources":["../../../src/components/pagination/defs.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH;;GAEG;AACH,oBAAY,eAAe;IACzB;;OAEG;IACH,KAAK,OAAO;IAEZ;;OAEG;IACH,MAAM,OAAO;IAEb;;OAEG;IACH,KAAK,OAAO;CACb"}
1
+ {"version":3,"file":"defs.d.ts","sourceRoot":"","sources":["../../../src/components/pagination/defs.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH;;GAEG;AACH,oBAAY,eAAe;IACzB;;OAEG;IACH,EAAE,OAAO;IACT;;OAEG;IACH,KAAK,OAAO;IAEZ;;OAEG;IACH,MAAM,OAAO;IAEb;;OAEG;IACH,KAAK,OAAO;CACb;AAED;;GAEG;AACH,oBAAY,2BAA2B;IACrC;;OAEG;IACH,GAAG,QAAQ;IAEX;;OAEG;IACH,KAAK,UAAU;IAEf;;OAEG;IACH,MAAM,WAAW;IAEjB;;OAEG;IACH,IAAI,SAAS;CACd"}
@@ -16,6 +16,10 @@
16
16
  * Pagination size.
17
17
  */
18
18
  let PAGINATION_SIZE = /* @__PURE__ */ function(PAGINATION_SIZE) {
19
+ /**
20
+ * Extra small size.
21
+ */
22
+ PAGINATION_SIZE["XS"] = "xs";
19
23
  /**
20
24
  * Small size.
21
25
  */
@@ -30,7 +34,29 @@ let PAGINATION_SIZE = /* @__PURE__ */ function(PAGINATION_SIZE) {
30
34
  PAGINATION_SIZE["LARGE"] = "lg";
31
35
  return PAGINATION_SIZE;
32
36
  }({});
37
+ /**
38
+ * Backward/Forward button tooltip position.
39
+ */
40
+ let PAGINATION_TOOLTIP_POSITION = /* @__PURE__ */ function(PAGINATION_TOOLTIP_POSITION) {
41
+ /**
42
+ * Positioned on the top.
43
+ */
44
+ PAGINATION_TOOLTIP_POSITION["TOP"] = "top";
45
+ /**
46
+ * Positioned on the right.
47
+ */
48
+ PAGINATION_TOOLTIP_POSITION["RIGHT"] = "right";
49
+ /**
50
+ * Positioned on the bottom.
51
+ */
52
+ PAGINATION_TOOLTIP_POSITION["BOTTOM"] = "bottom";
53
+ /**
54
+ * Positioned on the left.
55
+ */
56
+ PAGINATION_TOOLTIP_POSITION["LEFT"] = "left";
57
+ return PAGINATION_TOOLTIP_POSITION;
58
+ }({});
33
59
  //#endregion
34
- export { PAGINATION_SIZE };
60
+ export { PAGINATION_SIZE, PAGINATION_TOOLTIP_POSITION };
35
61
 
36
62
  //# sourceMappingURL=defs.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"defs.js","names":[],"sources":["../../../src/components/pagination/defs.ts"],"sourcesContent":["/**\n * Copyright IBM Corp. 2020, 2023\n *\n * This source code is licensed under the Apache-2.0 license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n/**\n * Pagination size.\n */\nexport enum PAGINATION_SIZE {\n /**\n * Small size.\n */\n SMALL = 'sm',\n\n /**\n * Medium size.\n */\n MEDIUM = 'md',\n\n /**\n * Large size.\n */\n LARGE = 'lg',\n}\n"],"mappings":";;;;;;;;;;;;;;;;;AAUA,IAAY,kBAAL,yBAAA,iBAAA;;;;AAIL,iBAAA,WAAA;;;;AAKA,iBAAA,YAAA;;;;AAKA,iBAAA,WAAA;;KACD"}
1
+ {"version":3,"file":"defs.js","names":[],"sources":["../../../src/components/pagination/defs.ts"],"sourcesContent":["/**\n * Copyright IBM Corp. 2020, 2023\n *\n * This source code is licensed under the Apache-2.0 license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n/**\n * Pagination size.\n */\nexport enum PAGINATION_SIZE {\n /**\n * Extra small size.\n */\n XS = 'xs',\n /**\n * Small size.\n */\n SMALL = 'sm',\n\n /**\n * Medium size.\n */\n MEDIUM = 'md',\n\n /**\n * Large size.\n */\n LARGE = 'lg',\n}\n\n/**\n * Backward/Forward button tooltip position.\n */\nexport enum PAGINATION_TOOLTIP_POSITION {\n /**\n * Positioned on the top.\n */\n TOP = 'top',\n\n /**\n * Positioned on the right.\n */\n RIGHT = 'right',\n\n /**\n * Positioned on the bottom.\n */\n BOTTOM = 'bottom',\n\n /**\n * Positioned on the left.\n */\n LEFT = 'left',\n}\n"],"mappings":";;;;;;;;;;;;;;;;;AAUA,IAAY,kBAAL,yBAAA,iBAAA;;;;AAIL,iBAAA,QAAA;;;;AAIA,iBAAA,WAAA;;;;AAKA,iBAAA,YAAA;;;;AAKA,iBAAA,WAAA;;KACD;;;;AAKD,IAAY,8BAAL,yBAAA,6BAAA;;;;AAIL,6BAAA,SAAA;;;;AAKA,6BAAA,WAAA;;;;AAKA,6BAAA,YAAA;;;;AAKA,6BAAA,UAAA;;KACD"}
@@ -6,7 +6,7 @@
6
6
  */
7
7
  import '../button/index';
8
8
  import { LitElement } from 'lit';
9
- import { PAGINATION_SIZE } from './defs';
9
+ import { PAGINATION_SIZE, PAGINATION_TOOLTIP_POSITION } from './defs';
10
10
  declare const CDSPagination_base: (new (...args: any[]) => {
11
11
  focus(): void;
12
12
  }) & {
@@ -70,6 +70,10 @@ declare class CDSPagination extends CDSPagination_base {
70
70
  * The assistive text for the button to go to previous page.
71
71
  */
72
72
  backwardText: string;
73
+ /**
74
+ * Specify the position of the tooltip for the backward button. Can be one of: top, right, bottom, or left.
75
+ */
76
+ backwardTextTooltipPosition: PAGINATION_TOOLTIP_POSITION;
73
77
  /**
74
78
  * The current page
75
79
  */
@@ -119,6 +123,10 @@ declare class CDSPagination extends CDSPagination_base {
119
123
  * The assistive text for the button to go to next page.
120
124
  */
121
125
  forwardText: string;
126
+ /**
127
+ * Specify the position of the tooltip for the forward button. Can be one of: top, right, bottom, or left.
128
+ */
129
+ forwardTextTooltipPosition: PAGINATION_TOOLTIP_POSITION;
122
130
  /**
123
131
  * true if the select box to change the page should be disabled.
124
132
  */
@@ -1 +1 @@
1
- {"version":3,"file":"pagination.d.ts","sourceRoot":"","sources":["../../../src/components/pagination/pagination.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,iBAAiB,CAAC;AAEzB,OAAO,EAAE,UAAU,EAAQ,MAAM,KAAK,CAAC;AASvC,OAAO,EAAE,eAAe,EAAE,MAAM,QAAQ,CAAC;;;;;;;;;;;;uBAIxC,CAAC;;;;;AAEF;;;;;;;GAOG;AACH,cACM,aAAc,SAAQ,kBAAyC;IAEnE,OAAO,CAAC,eAAe,CAAe;IAEtC,OAAO,CAAC,iBAAiB;IAWzB;;OAEG;IACH,OAAO,CAAC,iBAAiB;IAsCzB;;OAEG;IACH,OAAO,CAAC,eAAe;IAoBvB;;;;OAIG;IACH,OAAO,CAAC,+BAA+B;IAiBvC;;OAEG;IACH,OAAO,CAAC,kCAAkC;IAgB1C;;OAEG;IACH,OAAO,CAAC,sBAAsB;IAmB9B;;OAEG;IACH,OAAO,CAAC,sBAAsB;IAuB9B;;;;OAIG;IAIH,OAAO,CAAC,qBAAqB;IAyB7B;;OAEG;IAEH,YAAY,SAAmB;IAE/B;;OAEG;IAEH,IAAI,SAAK;IAET;;;OAGG;IAEH,eAAe,GAAI;;KAAS,YACsB;IAElD;;OAEG;IAEH,gCAAgC,GAAI;;;;KAAqB,YACI;IAE7D;;OAEG;IAEH,kCAAkC,GAAI;;;;KAAqB,YAGN;IAErD;;OAEG;IAEH,sBAAsB,GAAI;;KAAS,YAGc;IACjD;;OAEG;IAEH,UAAU,EAAG,OAAO,CAAC;IAErB;;OAEG;IAEH,gBAAgB,SAAM;IAEtB;;OAEG;IAEH,QAAQ,UAAS;IAEjB;;OAEG;IAEH,WAAW,SAAe;IAE1B;;OAEG;IAEH,iBAAiB,UAAS;IAE1B;;OAEG;IAEH,QAAQ,SAAM;IAEd;;OAEG;IAEH,qBAAqB,MAAC;IAEtB;;OAEG;IAEH,iBAAiB,EAAG,MAAM,CAAC;IAE3B;;OAEG;IAEH,YAAY,UAAS;IAErB;;OAEG;IAEH,IAAI,kBAA0B;IAE9B;;OAEG;IAEH,KAAK,SAAK;IAEV;;OAEG;IASH,UAAU,EAAG,MAAM,CAAC;IAEpB;;OAEG;IAEH,UAAU,SAAK;IAEf,OAAO,CAAC,iBAAiB,KAAA;IA+DzB,MAAM;IAgJN;;OAEG;IACH,MAAM,KAAK,mBAAmB,WAE7B;IAED;;OAEG;IACH,MAAM,KAAK,uBAAuB,WAEjC;IAED;;OAEG;IACH,MAAM,KAAK,sBAAsB,WAEhC;IAED;;OAEG;IACH,MAAM,KAAK,qBAAqB,WAE/B;IAED;;OAEG;IACH,MAAM,KAAK,kBAAkB,WAE5B;IAED;;OAEG;IACH,MAAM,KAAK,oBAAoB,WAE9B;IAED,MAAM,CAAC,iBAAiB;;;;;;;MAGtB;IACF,MAAM,CAAC,MAAM,MAAU;CACxB;AAED,eAAe,aAAa,CAAC"}
1
+ {"version":3,"file":"pagination.d.ts","sourceRoot":"","sources":["../../../src/components/pagination/pagination.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,iBAAiB,CAAC;AAEzB,OAAO,EAAE,UAAU,EAAQ,MAAM,KAAK,CAAC;AASvC,OAAO,EAAE,eAAe,EAAE,2BAA2B,EAAE,MAAM,QAAQ,CAAC;;;;;;;;;;;;uBAGjD,CAAC;;;;;AAGtB;;;;;;;GAOG;AACH,cACM,aAAc,SAAQ,kBAAyC;IAEnE,OAAO,CAAC,eAAe,CAAe;IAEtC,OAAO,CAAC,iBAAiB;IAWzB;;OAEG;IACH,OAAO,CAAC,iBAAiB;IAsCzB;;OAEG;IACH,OAAO,CAAC,eAAe;IAoBvB;;;;OAIG;IACH,OAAO,CAAC,+BAA+B;IAiBvC;;OAEG;IACH,OAAO,CAAC,kCAAkC;IAgB1C;;OAEG;IACH,OAAO,CAAC,sBAAsB;IAmB9B;;OAEG;IACH,OAAO,CAAC,sBAAsB;IAuB9B;;;;OAIG;IAIH,OAAO,CAAC,qBAAqB;IAyB7B;;OAEG;IAEH,YAAY,SAAmB;IAE/B;;OAEG;IAEH,2BAA2B,8BAAmC;IAE9D;;OAEG;IAEH,IAAI,SAAK;IAET;;;OAGG;IAEH,eAAe,GAAI;;KAAS,YACsB;IAElD;;OAEG;IAEH,gCAAgC,GAAI;;;;KAAqB,YACI;IAE7D;;OAEG;IAEH,kCAAkC,GAAI;;;;KAAqB,YAGN;IAErD;;OAEG;IAEH,sBAAsB,GAAI;;KAAS,YAGc;IACjD;;OAEG;IAEH,UAAU,EAAG,OAAO,CAAC;IAErB;;OAEG;IAEH,gBAAgB,SAAM;IAEtB;;OAEG;IAEH,QAAQ,UAAS;IAEjB;;OAEG;IAEH,WAAW,SAAe;IAE1B;;OAEG;IAEH,0BAA0B,8BAAmC;IAE7D;;OAEG;IAEH,iBAAiB,UAAS;IAE1B;;OAEG;IAEH,QAAQ,SAAM;IAEd;;OAEG;IAEH,qBAAqB,MAAC;IAEtB;;OAEG;IAEH,iBAAiB,EAAG,MAAM,CAAC;IAE3B;;OAEG;IAEH,YAAY,UAAS;IAErB;;OAEG;IAEH,IAAI,kBAA0B;IAE9B;;OAEG;IAEH,KAAK,SAAK;IAEV;;OAEG;IASH,UAAU,EAAG,MAAM,CAAC;IAEpB;;OAEG;IAEH,UAAU,SAAK;IAEf,OAAO,CAAC,iBAAiB,KAAA;IA+DzB,MAAM;IAmJN;;OAEG;IACH,MAAM,KAAK,mBAAmB,WAE7B;IAED;;OAEG;IACH,MAAM,KAAK,uBAAuB,WAEjC;IAED;;OAEG;IACH,MAAM,KAAK,sBAAsB,WAEhC;IAED;;OAEG;IACH,MAAM,KAAK,qBAAqB,WAE/B;IAED;;OAEG;IACH,MAAM,KAAK,kBAAkB,WAE5B;IAED;;OAEG;IACH,MAAM,KAAK,oBAAoB,WAE9B;IAED,MAAM,CAAC,iBAAiB;;;;;;;MAGtB;IACF,MAAM,CAAC,MAAM,MAAU;CACxB;AAED,eAAe,aAAa,CAAC"}