@carbon/ibm-products-web-components 0.20.0 → 0.21.0-rc.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/custom-elements.json +2374 -352
- package/es/components/about-modal/about-modal.scss.js +1 -1
- package/es/components/interstitial-screen/index.d.ts +13 -0
- package/es/components/interstitial-screen/index.js +13 -0
- package/es/components/interstitial-screen/index.js.map +1 -0
- package/es/components/interstitial-screen/interstitial-screen-body-item.d.ts +372 -0
- package/es/components/interstitial-screen/interstitial-screen-body-item.js +69 -0
- package/es/components/interstitial-screen/interstitial-screen-body-item.js.map +1 -0
- package/es/components/interstitial-screen/interstitial-screen-body-item.scss.js +13 -0
- package/es/components/interstitial-screen/interstitial-screen-body-item.scss.js.map +1 -0
- package/es/components/interstitial-screen/interstitial-screen-body.d.ts +384 -0
- package/es/components/interstitial-screen/interstitial-screen-body.js +129 -0
- package/es/components/interstitial-screen/interstitial-screen-body.js.map +1 -0
- package/es/components/interstitial-screen/interstitial-screen-body.scss.js +13 -0
- package/es/components/interstitial-screen/interstitial-screen-body.scss.js.map +1 -0
- package/es/components/interstitial-screen/interstitial-screen-context.d.ts +18 -0
- package/es/components/interstitial-screen/interstitial-screen-context.js +48 -0
- package/es/components/interstitial-screen/interstitial-screen-context.js.map +1 -0
- package/es/components/interstitial-screen/interstitial-screen-footer.d.ts +409 -0
- package/es/components/interstitial-screen/interstitial-screen-footer.js +229 -0
- package/es/components/interstitial-screen/interstitial-screen-footer.js.map +1 -0
- package/es/components/interstitial-screen/interstitial-screen-footer.scss.js +13 -0
- package/es/components/interstitial-screen/interstitial-screen-footer.scss.js.map +1 -0
- package/es/components/interstitial-screen/interstitial-screen-header.d.ts +394 -0
- package/es/components/interstitial-screen/interstitial-screen-header.js +157 -0
- package/es/components/interstitial-screen/interstitial-screen-header.js.map +1 -0
- package/es/components/interstitial-screen/interstitial-screen-header.scss.js +13 -0
- package/es/components/interstitial-screen/interstitial-screen-header.scss.js.map +1 -0
- package/es/components/interstitial-screen/interstitial-screen.d.ts +420 -0
- package/es/components/interstitial-screen/interstitial-screen.js +186 -0
- package/es/components/interstitial-screen/interstitial-screen.js.map +1 -0
- package/es/components/interstitial-screen/interstitial-screen.scss.js +13 -0
- package/es/components/interstitial-screen/interstitial-screen.scss.js.map +1 -0
- package/es/components/notification-panel/notification-panel.scss.js +1 -1
- package/es/components/page-header/_story-assets/overflowHandler.d.ts +98 -0
- package/es/components/page-header/_story-assets/overflowHandler.js +156 -0
- package/es/components/page-header/_story-assets/overflowHandler.js.map +1 -0
- package/es/components/page-header/_story-assets/set-of-breadcrumbs.d.ts +43 -0
- package/es/components/page-header/_story-assets/set-of-breadcrumbs.js +153 -0
- package/es/components/page-header/_story-assets/set-of-breadcrumbs.js.map +1 -0
- package/es/components/page-header/_story-assets/set-of-breadcrumbs.scss.js +13 -0
- package/es/components/page-header/_story-assets/set-of-breadcrumbs.scss.js.map +1 -0
- package/es/components/page-header/context.d.ts +14 -0
- package/es/components/page-header/context.js +26 -0
- package/es/components/page-header/context.js.map +1 -0
- package/es/components/page-header/index.d.ts +2 -0
- package/es/components/page-header/index.js +2 -0
- package/es/components/page-header/index.js.map +1 -1
- package/es/components/page-header/page-header-scroller.d.ts +56 -0
- package/es/components/page-header/page-header-scroller.js +165 -0
- package/es/components/page-header/page-header-scroller.js.map +1 -0
- package/es/components/page-header/page-header-tabs.js +1 -0
- package/es/components/page-header/page-header-tabs.js.map +1 -1
- package/es/components/page-header/page-header-title-breadcrumb.d.ts +20 -0
- package/es/components/page-header/page-header-title-breadcrumb.js +65 -0
- package/es/components/page-header/page-header-title-breadcrumb.js.map +1 -0
- package/es/components/page-header/page-header.d.ts +11 -1
- package/es/components/page-header/page-header.js +54 -71
- package/es/components/page-header/page-header.js.map +1 -1
- package/es/components/page-header/page-header.scss.js +1 -1
- package/es/components/page-header/page-header.test.js +136 -2
- package/es/components/page-header/page-header.test.js.map +1 -1
- package/es/components/page-header/utils.d.ts +32 -0
- package/es/components/page-header/utils.js +76 -0
- package/es/components/page-header/utils.js.map +1 -0
- package/es/components/side-panel/side-panel.d.ts +4 -0
- package/es/components/side-panel/side-panel.js +33 -15
- package/es/components/side-panel/side-panel.js.map +1 -1
- package/es/components/tearsheet/tearsheet.scss.js +1 -1
- package/es/components/truncated-text/truncated-text.d.ts +16 -11
- package/es/components/truncated-text/truncated-text.js +65 -58
- package/es/components/truncated-text/truncated-text.js.map +1 -1
- package/es/components/truncated-text/truncated-text.scss.js +1 -1
- package/es/components/truncated-text/truncated-text.test.js +6 -6
- package/es/components/user-avatar/user-avatar.d.ts +8 -0
- package/es/components/user-avatar/user-avatar.js +1 -0
- package/es/components/user-avatar/user-avatar.js.map +1 -1
- package/es/components/user-avatar/user-avatar.scss.js +1 -1
- package/es/packages/ibm-products-web-components/package.json.js +1 -1
- package/es/utilities/carousel/carousel.d.ts +8 -0
- package/es/utilities/carousel/carousel.js +210 -0
- package/es/utilities/carousel/carousel.js.map +1 -0
- package/es/utilities/carousel/index.d.ts +8 -0
- package/es/utilities/carousel/index.js +9 -0
- package/es/utilities/carousel/index.js.map +1 -0
- package/es/utilities/carousel/swipeEvents.d.ts +7 -0
- package/es/utilities/carousel/swipeEvents.js +109 -0
- package/es/utilities/carousel/swipeEvents.js.map +1 -0
- package/es/utilities/carousel/types.d.ts +36 -0
- package/es/utilities/carousel/types.js +8 -0
- package/es/utilities/carousel/types.js.map +1 -0
- package/es-custom/components/about-modal/about-modal.scss.js +1 -1
- package/es-custom/components/interstitial-screen/index.d.ts +13 -0
- package/es-custom/components/interstitial-screen/index.js +13 -0
- package/es-custom/components/interstitial-screen/index.js.map +1 -0
- package/es-custom/components/interstitial-screen/interstitial-screen-body-item.d.ts +372 -0
- package/es-custom/components/interstitial-screen/interstitial-screen-body-item.js +69 -0
- package/es-custom/components/interstitial-screen/interstitial-screen-body-item.js.map +1 -0
- package/es-custom/components/interstitial-screen/interstitial-screen-body-item.scss.js +13 -0
- package/es-custom/components/interstitial-screen/interstitial-screen-body-item.scss.js.map +1 -0
- package/es-custom/components/interstitial-screen/interstitial-screen-body.d.ts +384 -0
- package/es-custom/components/interstitial-screen/interstitial-screen-body.js +129 -0
- package/es-custom/components/interstitial-screen/interstitial-screen-body.js.map +1 -0
- package/es-custom/components/interstitial-screen/interstitial-screen-body.scss.js +13 -0
- package/es-custom/components/interstitial-screen/interstitial-screen-body.scss.js.map +1 -0
- package/es-custom/components/interstitial-screen/interstitial-screen-context.d.ts +18 -0
- package/es-custom/components/interstitial-screen/interstitial-screen-context.js +48 -0
- package/es-custom/components/interstitial-screen/interstitial-screen-context.js.map +1 -0
- package/es-custom/components/interstitial-screen/interstitial-screen-footer.d.ts +409 -0
- package/es-custom/components/interstitial-screen/interstitial-screen-footer.js +229 -0
- package/es-custom/components/interstitial-screen/interstitial-screen-footer.js.map +1 -0
- package/es-custom/components/interstitial-screen/interstitial-screen-footer.scss.js +13 -0
- package/es-custom/components/interstitial-screen/interstitial-screen-footer.scss.js.map +1 -0
- package/es-custom/components/interstitial-screen/interstitial-screen-header.d.ts +394 -0
- package/es-custom/components/interstitial-screen/interstitial-screen-header.js +157 -0
- package/es-custom/components/interstitial-screen/interstitial-screen-header.js.map +1 -0
- package/es-custom/components/interstitial-screen/interstitial-screen-header.scss.js +13 -0
- package/es-custom/components/interstitial-screen/interstitial-screen-header.scss.js.map +1 -0
- package/es-custom/components/interstitial-screen/interstitial-screen.d.ts +420 -0
- package/es-custom/components/interstitial-screen/interstitial-screen.js +186 -0
- package/es-custom/components/interstitial-screen/interstitial-screen.js.map +1 -0
- package/es-custom/components/interstitial-screen/interstitial-screen.scss.js +13 -0
- package/es-custom/components/interstitial-screen/interstitial-screen.scss.js.map +1 -0
- package/es-custom/components/notification-panel/notification-panel.scss.js +1 -1
- package/es-custom/components/page-header/_story-assets/overflowHandler.d.ts +98 -0
- package/es-custom/components/page-header/_story-assets/overflowHandler.js +156 -0
- package/es-custom/components/page-header/_story-assets/overflowHandler.js.map +1 -0
- package/es-custom/components/page-header/_story-assets/set-of-breadcrumbs.d.ts +43 -0
- package/es-custom/components/page-header/_story-assets/set-of-breadcrumbs.js +153 -0
- package/es-custom/components/page-header/_story-assets/set-of-breadcrumbs.js.map +1 -0
- package/es-custom/components/page-header/_story-assets/set-of-breadcrumbs.scss.js +13 -0
- package/es-custom/components/page-header/_story-assets/set-of-breadcrumbs.scss.js.map +1 -0
- package/es-custom/components/page-header/context.d.ts +14 -0
- package/es-custom/components/page-header/context.js +26 -0
- package/es-custom/components/page-header/context.js.map +1 -0
- package/es-custom/components/page-header/index.d.ts +2 -0
- package/es-custom/components/page-header/index.js +2 -0
- package/es-custom/components/page-header/index.js.map +1 -1
- package/es-custom/components/page-header/page-header-scroller.d.ts +56 -0
- package/es-custom/components/page-header/page-header-scroller.js +165 -0
- package/es-custom/components/page-header/page-header-scroller.js.map +1 -0
- package/es-custom/components/page-header/page-header-tabs.js +1 -0
- package/es-custom/components/page-header/page-header-tabs.js.map +1 -1
- package/es-custom/components/page-header/page-header-title-breadcrumb.d.ts +20 -0
- package/es-custom/components/page-header/page-header-title-breadcrumb.js +65 -0
- package/es-custom/components/page-header/page-header-title-breadcrumb.js.map +1 -0
- package/es-custom/components/page-header/page-header.d.ts +11 -1
- package/es-custom/components/page-header/page-header.js +54 -71
- package/es-custom/components/page-header/page-header.js.map +1 -1
- package/es-custom/components/page-header/page-header.scss.js +1 -1
- package/es-custom/components/page-header/page-header.test.js +136 -2
- package/es-custom/components/page-header/page-header.test.js.map +1 -1
- package/es-custom/components/page-header/utils.d.ts +32 -0
- package/es-custom/components/page-header/utils.js +76 -0
- package/es-custom/components/page-header/utils.js.map +1 -0
- package/es-custom/components/side-panel/side-panel.d.ts +4 -0
- package/es-custom/components/side-panel/side-panel.js +33 -15
- package/es-custom/components/side-panel/side-panel.js.map +1 -1
- package/es-custom/components/tearsheet/tearsheet.scss.js +1 -1
- package/es-custom/components/truncated-text/truncated-text.d.ts +16 -11
- package/es-custom/components/truncated-text/truncated-text.js +65 -58
- package/es-custom/components/truncated-text/truncated-text.js.map +1 -1
- package/es-custom/components/truncated-text/truncated-text.scss.js +1 -1
- package/es-custom/components/truncated-text/truncated-text.test.js +6 -6
- package/es-custom/components/user-avatar/user-avatar.d.ts +8 -0
- package/es-custom/components/user-avatar/user-avatar.js +1 -0
- package/es-custom/components/user-avatar/user-avatar.js.map +1 -1
- package/es-custom/components/user-avatar/user-avatar.scss.js +1 -1
- package/es-custom/packages/ibm-products-web-components/package.json.js +1 -1
- package/es-custom/utilities/carousel/carousel.d.ts +8 -0
- package/es-custom/utilities/carousel/carousel.js +210 -0
- package/es-custom/utilities/carousel/carousel.js.map +1 -0
- package/es-custom/utilities/carousel/index.d.ts +8 -0
- package/es-custom/utilities/carousel/index.js +9 -0
- package/es-custom/utilities/carousel/index.js.map +1 -0
- package/es-custom/utilities/carousel/swipeEvents.d.ts +7 -0
- package/es-custom/utilities/carousel/swipeEvents.js +109 -0
- package/es-custom/utilities/carousel/swipeEvents.js.map +1 -0
- package/es-custom/utilities/carousel/types.d.ts +36 -0
- package/es-custom/utilities/carousel/types.js +8 -0
- package/es-custom/utilities/carousel/types.js.map +1 -0
- package/lib/components/interstitial-screen/index.d.ts +13 -0
- package/lib/components/interstitial-screen/interstitial-screen-body-item.d.ts +372 -0
- package/lib/components/interstitial-screen/interstitial-screen-body.d.ts +384 -0
- package/lib/components/interstitial-screen/interstitial-screen-context.d.ts +18 -0
- package/lib/components/interstitial-screen/interstitial-screen-footer.d.ts +409 -0
- package/lib/components/interstitial-screen/interstitial-screen-header.d.ts +394 -0
- package/lib/components/interstitial-screen/interstitial-screen.d.ts +420 -0
- package/lib/components/page-header/_story-assets/overflowHandler.d.ts +98 -0
- package/lib/components/page-header/_story-assets/set-of-breadcrumbs.d.ts +43 -0
- package/lib/components/page-header/context.d.ts +14 -0
- package/lib/components/page-header/index.d.ts +2 -0
- package/lib/components/page-header/page-header-scroller.d.ts +56 -0
- package/lib/components/page-header/page-header-title-breadcrumb.d.ts +20 -0
- package/lib/components/page-header/page-header.d.ts +11 -1
- package/lib/components/page-header/utils.d.ts +32 -0
- package/lib/components/side-panel/side-panel.d.ts +4 -0
- package/lib/components/truncated-text/truncated-text.d.ts +16 -11
- package/lib/components/user-avatar/user-avatar.d.ts +8 -0
- package/lib/utilities/carousel/carousel.d.ts +8 -0
- package/lib/utilities/carousel/index.d.ts +8 -0
- package/lib/utilities/carousel/swipeEvents.d.ts +7 -0
- package/lib/utilities/carousel/types.d.ts +36 -0
- package/package.json +7 -6
- package/scss/components/interstitial-screen/interstitial-screen-body-item.scss +18 -0
- package/scss/components/interstitial-screen/interstitial-screen-body.scss +30 -0
- package/scss/components/interstitial-screen/interstitial-screen-footer.scss +40 -0
- package/scss/components/interstitial-screen/interstitial-screen-header.scss +13 -0
- package/scss/components/interstitial-screen/interstitial-screen.scss +28 -0
- package/scss/components/interstitial-screen/story-styles.scss +27 -0
- package/scss/components/notification-panel/notification-panel.scss +0 -1
- package/scss/components/page-header/_story-assets/set-of-breadcrumbs.scss +41 -0
- package/scss/components/page-header/page-header.scss +85 -0
- package/scss/components/truncated-text/story-styles.scss +11 -10
- package/scss/components/truncated-text/truncated-text.scss +0 -15
- package/scss/components/user-avatar/user-avatar.scss +5 -2
@@ -7,7 +7,7 @@
|
|
7
7
|
|
8
8
|
import { css } from 'lit';
|
9
9
|
|
10
|
-
var styles = css([".cds--page-header{background-color:var(--cds-layer-01,#f4f4f4);border-block-end:1px solid var(--cds-border-subtle-01,#c6c6c6)}.cds--page-header__breadcrumb-bar{block-size:2.5rem}.cds--page-header__breadcrumb-bar .cds--subgrid{block-size:100%}.cds--page-header__breadcrumb-container{align-items:center;block-size:100%;display:inline-flex;inline-size:100%;justify-content:space-between}.cds--page-header__breadcrumb__actions-flush .cds--css-grid{padding-inline-end:0}.cds--page-header__breadcrumb__actions-flush .cds--css-grid-column{margin-inline-end:0}.cds--page-header__breadcrumb-bar-border{border-block-end:1px solid var(--cds-border-subtle-01,#c6c6c6)}.cds--page-header__breadcrumb__icon{margin-inline-end:.5rem}.cds--page-header__breadcrumb__actions{display:inline-flex}.cds--page-header__breadcrumb__content-actions{margin-inline-end:.75rem}.cds--page-header__breadcrumb-wrapper{display:inline-flex}.cds--page-header__content{padding:1.5rem 0}.cds--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}@media (max-width:41.98rem){.cds--page-header__content__title-wrapper{display:flex;flex-direction:column;grid-gap:1rem}}.cds--page-header__content__start{display:flex;flex-wrap:wrap;gap:1rem}.cds--page-header__content__title-container{display:flex}.cds--page-header__content__title-container .cds--definition-term{border-block-end:none}.cds--page-header__content__contextual-actions{display:flex}.cds--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--page-header__content:has(.cds--page-header__content__contextual-actions) .cds--page-header__content__title{-webkit-line-clamp:1}.cds--page-header__content__icon{margin-inline-end:1rem}.cds--page-header__content__page-actions{display:flex;justify-content:right}@media (max-width:41.98rem){.cds--page-header__content__page-actions{justify-content:left;margin-block-start:0}}.cds--page-header__content__page-actions .cds--menu-button__trigger:not(.cds--btn--ghost){min-inline-size:0}.cds--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--page-header__content__body{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--page-header__hero-image{align-items:center;block-size:100%;display:flex;justify-content:flex-end;overflow:hidden}.cds--page-header__tab-bar{margin-inline-start:-1rem}.cds--page-header__tab-bar--tablist{display:grid;grid-gap:4rem;grid-template-columns:auto minmax(0,1fr)}.cds--page-header__tags{align-items:center;display:flex;justify-content:right}.cds--page-header__tags-popover-list{display:flex;flex-direction:column;padding:1rem}.cds--page-header__tag-item{flex-shrink:0}:host(c4p-page-header){background-color:var(--cds-layer-01,#f4f4f4);border-block-end:1px solid var(--cds-border-subtle-01,#c6c6c6);display:block;inset-block-start:var(--c4p-page-header-header-top);position:sticky}:host(c4p-page-header-breadcrumb),:host(c4p-page-header-content),:host(c4p-page-header-tabs){display:block}:host(c4p-page-header-breadcrumb) :root,:host(c4p-page-header-content) :root,:host(c4p-page-header-tabs) :root{--cds-grid-gutter:2rem;--cds-grid-columns:4;--cds-grid-margin:0}@media (min-width:42rem){:host(c4p-page-header-breadcrumb) :root,:host(c4p-page-header-content) :root,:host(c4p-page-header-tabs) :root{--cds-grid-columns:8;--cds-grid-margin:1rem}}@media (min-width:66rem){:host(c4p-page-header-breadcrumb) :root,:host(c4p-page-header-content) :root,:host(c4p-page-header-tabs) :root{--cds-grid-columns:16}}@media (min-width:99rem){:host(c4p-page-header-breadcrumb) :root,:host(c4p-page-header-content) :root,:host(c4p-page-header-tabs) :root{--cds-grid-margin:1.5rem}}:host(c4p-page-header-breadcrumb) .cds--css-grid,:host(c4p-page-header-content) .cds--css-grid,:host(c4p-page-header-tabs) .cds--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(c4p-page-header-breadcrumb) .cds--css-grid--full-width,:host(c4p-page-header-content) .cds--css-grid--full-width,:host(c4p-page-header-tabs) .cds--css-grid--full-width{max-inline-size:100%}:host(c4p-page-header-breadcrumb) .cds--css-grid-column,:host(c4p-page-header-content) .cds--css-grid-column,:host(c4p-page-header-tabs) .cds--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(c4p-page-header-breadcrumb) .cds--css-grid-column,[dir=rtl] :host(c4p-page-header-content) .cds--css-grid-column,[dir=rtl] :host(c4p-page-header-tabs) .cds--css-grid-column{margin-inline:var(--cds-grid-gutter-end) var(--cds-grid-gutter-start)}:host(c4p-page-header-breadcrumb) .cds--css-grid--narrow,:host(c4p-page-header-content) .cds--css-grid--narrow,:host(c4p-page-header-tabs) .cds--css-grid--narrow{--cds-grid-gutter-start:0rem}:host(c4p-page-header-breadcrumb) .cds--css-grid--condensed,:host(c4p-page-header-content) .cds--css-grid--condensed,:host(c4p-page-header-tabs) .cds--css-grid--condensed{--cds-grid-gutter:0.0625rem;--cds-grid-column-hang:0.96875rem}:host(c4p-page-header-breadcrumb) .cds--css-grid--start,:host(c4p-page-header-content) .cds--css-grid--start,:host(c4p-page-header-tabs) .cds--css-grid--start{margin-inline-start:0}:host(c4p-page-header-breadcrumb) .cds--css-grid--end,:host(c4p-page-header-content) .cds--css-grid--end,:host(c4p-page-header-tabs) .cds--css-grid--end{margin-inline-end:0}:host(c4p-page-header-breadcrumb) .cds--subgrid,:host(c4p-page-header-content) .cds--subgrid,:host(c4p-page-header-tabs) .cds--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(c4p-page-header-breadcrumb) .cds--subgrid,[dir=rtl] :host(c4p-page-header-content) .cds--subgrid,[dir=rtl] :host(c4p-page-header-tabs) .cds--subgrid{margin-inline:calc(var(--cds-grid-mode-end)*-1) calc(var(--cds-grid-mode-start)*-1)}:host(c4p-page-header-breadcrumb) .cds--subgrid--wide,:host(c4p-page-header-content) .cds--subgrid--wide,:host(c4p-page-header-tabs) .cds--subgrid--wide{--cds-grid-gutter-start:1rem;--cds-grid-gutter-end:1rem;--cds-grid-column-hang:0}:host(c4p-page-header-breadcrumb) .cds--subgrid--narrow,:host(c4p-page-header-content) .cds--subgrid--narrow,:host(c4p-page-header-tabs) .cds--subgrid--narrow{--cds-grid-gutter-start:0rem;--cds-grid-gutter-end:1rem;--cds-grid-column-hang:1rem}:host(c4p-page-header-breadcrumb) .cds--subgrid--condensed,:host(c4p-page-header-content) .cds--subgrid--condensed,:host(c4p-page-header-tabs) .cds--subgrid--condensed{--cds-grid-gutter-start:0.03125rem;--cds-grid-gutter-end:0.03125rem;--cds-grid-column-hang:0.96875rem}:host(c4p-page-header-breadcrumb) .cds--grid-column-hang,:host(c4p-page-header-content) .cds--grid-column-hang,:host(c4p-page-header-tabs) .cds--grid-column-hang{margin-inline-start:var(--cds-grid-column-hang)}[dir=rtl] :host(c4p-page-header-breadcrumb) .cds--grid-column-hang,[dir=rtl] :host(c4p-page-header-content) .cds--grid-column-hang,[dir=rtl] :host(c4p-page-header-tabs) .cds--grid-column-hang{margin-inline:initial var(--cds-grid-column-hang)}:host(c4p-page-header-breadcrumb) .cds--col-span-0,:host(c4p-page-header-content) .cds--col-span-0,:host(c4p-page-header-tabs) .cds--col-span-0{display:none}:host(c4p-page-header-breadcrumb) .cds--col-span-1,:host(c4p-page-header-content) .cds--col-span-1,:host(c4p-page-header-tabs) .cds--col-span-1{--cds-grid-columns:1;display:block;grid-column:span 1/span 1}:host(c4p-page-header-breadcrumb) .cds--col-span-2,:host(c4p-page-header-content) .cds--col-span-2,:host(c4p-page-header-tabs) .cds--col-span-2{--cds-grid-columns:2;display:block;grid-column:span 2/span 2}:host(c4p-page-header-breadcrumb) .cds--col-span-3,:host(c4p-page-header-content) .cds--col-span-3,:host(c4p-page-header-tabs) .cds--col-span-3{--cds-grid-columns:3;display:block;grid-column:span 3/span 3}:host(c4p-page-header-breadcrumb) .cds--col-span-4,:host(c4p-page-header-content) .cds--col-span-4,:host(c4p-page-header-tabs) .cds--col-span-4{--cds-grid-columns:4;display:block;grid-column:span 4/span 4}:host(c4p-page-header-breadcrumb) .cds--col-span-5,:host(c4p-page-header-content) .cds--col-span-5,:host(c4p-page-header-tabs) .cds--col-span-5{--cds-grid-columns:5;display:block;grid-column:span 5/span 5}:host(c4p-page-header-breadcrumb) .cds--col-span-6,:host(c4p-page-header-content) .cds--col-span-6,:host(c4p-page-header-tabs) .cds--col-span-6{--cds-grid-columns:6;display:block;grid-column:span 6/span 6}:host(c4p-page-header-breadcrumb) .cds--col-span-7,:host(c4p-page-header-content) .cds--col-span-7,:host(c4p-page-header-tabs) .cds--col-span-7{--cds-grid-columns:7;display:block;grid-column:span 7/span 7}:host(c4p-page-header-breadcrumb) .cds--col-span-8,:host(c4p-page-header-content) .cds--col-span-8,:host(c4p-page-header-tabs) .cds--col-span-8{--cds-grid-columns:8;display:block;grid-column:span 8/span 8}:host(c4p-page-header-breadcrumb) .cds--col-span-9,:host(c4p-page-header-content) .cds--col-span-9,:host(c4p-page-header-tabs) .cds--col-span-9{--cds-grid-columns:9;display:block;grid-column:span 9/span 9}:host(c4p-page-header-breadcrumb) .cds--col-span-10,:host(c4p-page-header-content) .cds--col-span-10,:host(c4p-page-header-tabs) .cds--col-span-10{--cds-grid-columns:10;display:block;grid-column:span 10/span 10}:host(c4p-page-header-breadcrumb) .cds--col-span-11,:host(c4p-page-header-content) .cds--col-span-11,:host(c4p-page-header-tabs) .cds--col-span-11{--cds-grid-columns:11;display:block;grid-column:span 11/span 11}:host(c4p-page-header-breadcrumb) .cds--col-span-12,:host(c4p-page-header-content) .cds--col-span-12,:host(c4p-page-header-tabs) .cds--col-span-12{--cds-grid-columns:12;display:block;grid-column:span 12/span 12}:host(c4p-page-header-breadcrumb) .cds--col-span-13,:host(c4p-page-header-content) .cds--col-span-13,:host(c4p-page-header-tabs) .cds--col-span-13{--cds-grid-columns:13;display:block;grid-column:span 13/span 13}:host(c4p-page-header-breadcrumb) .cds--col-span-14,:host(c4p-page-header-content) .cds--col-span-14,:host(c4p-page-header-tabs) .cds--col-span-14{--cds-grid-columns:14;display:block;grid-column:span 14/span 14}:host(c4p-page-header-breadcrumb) .cds--col-span-15,:host(c4p-page-header-content) .cds--col-span-15,:host(c4p-page-header-tabs) .cds--col-span-15{--cds-grid-columns:15;display:block;grid-column:span 15/span 15}:host(c4p-page-header-breadcrumb) .cds--col-span-16,:host(c4p-page-header-content) .cds--col-span-16,:host(c4p-page-header-tabs) .cds--col-span-16{--cds-grid-columns:16;display:block;grid-column:span 16/span 16}:host(c4p-page-header-breadcrumb) .cds--sm\\:col-span-0,:host(c4p-page-header-content) .cds--sm\\:col-span-0,:host(c4p-page-header-tabs) .cds--sm\\:col-span-0{display:none}:host(c4p-page-header-breadcrumb) .cds--sm\\:col-span-1,:host(c4p-page-header-content) .cds--sm\\:col-span-1,:host(c4p-page-header-tabs) .cds--sm\\:col-span-1{--cds-grid-columns:1;display:block;grid-column:span 1/span 1}:host(c4p-page-header-breadcrumb) .cds--sm\\:col-span-2,:host(c4p-page-header-content) .cds--sm\\:col-span-2,:host(c4p-page-header-tabs) .cds--sm\\:col-span-2{--cds-grid-columns:2;display:block;grid-column:span 2/span 2}:host(c4p-page-header-breadcrumb) .cds--sm\\:col-span-3,:host(c4p-page-header-content) .cds--sm\\:col-span-3,:host(c4p-page-header-tabs) .cds--sm\\:col-span-3{--cds-grid-columns:3;display:block;grid-column:span 3/span 3}:host(c4p-page-header-breadcrumb) .cds--sm\\:col-span-4,:host(c4p-page-header-content) .cds--sm\\:col-span-4,:host(c4p-page-header-tabs) .cds--sm\\:col-span-4{--cds-grid-columns:4;display:block;grid-column:span 4/span 4}:host(c4p-page-header-breadcrumb) .cds--sm\\:col-span-auto,:host(c4p-page-header-content) .cds--sm\\:col-span-auto,:host(c4p-page-header-tabs) .cds--sm\\:col-span-auto{grid-column:auto}:host(c4p-page-header-breadcrumb) .cds--sm\\:col-span-100,:host(c4p-page-header-content) .cds--sm\\:col-span-100,:host(c4p-page-header-tabs) .cds--sm\\:col-span-100{grid-column:1/-1}:host(c4p-page-header-breadcrumb) .cds--sm\\:col-span-75,:host(c4p-page-header-content) .cds--sm\\:col-span-75,:host(c4p-page-header-tabs) .cds--sm\\:col-span-75{--cds-grid-columns:3;grid-column:span 3/span 3}:host(c4p-page-header-breadcrumb) .cds--sm\\:col-span-50,:host(c4p-page-header-content) .cds--sm\\:col-span-50,:host(c4p-page-header-tabs) .cds--sm\\:col-span-50{--cds-grid-columns:2;grid-column:span 2/span 2}:host(c4p-page-header-breadcrumb) .cds--sm\\:col-span-25,:host(c4p-page-header-content) .cds--sm\\:col-span-25,:host(c4p-page-header-tabs) .cds--sm\\:col-span-25{--cds-grid-columns:1;grid-column:span 1/span 1}@media (min-width:42rem){:host(c4p-page-header-breadcrumb) .cds--md\\:col-span-0,:host(c4p-page-header-content) .cds--md\\:col-span-0,:host(c4p-page-header-tabs) .cds--md\\:col-span-0{display:none}}@media (min-width:42rem){:host(c4p-page-header-breadcrumb) .cds--md\\:col-span-1,:host(c4p-page-header-content) .cds--md\\:col-span-1,:host(c4p-page-header-tabs) .cds--md\\:col-span-1{--cds-grid-columns:1;display:block;grid-column:span 1/span 1}}@media (min-width:42rem){:host(c4p-page-header-breadcrumb) .cds--md\\:col-span-2,:host(c4p-page-header-content) .cds--md\\:col-span-2,:host(c4p-page-header-tabs) .cds--md\\:col-span-2{--cds-grid-columns:2;display:block;grid-column:span 2/span 2}}@media (min-width:42rem){:host(c4p-page-header-breadcrumb) .cds--md\\:col-span-3,:host(c4p-page-header-content) .cds--md\\:col-span-3,:host(c4p-page-header-tabs) .cds--md\\:col-span-3{--cds-grid-columns:3;display:block;grid-column:span 3/span 3}}@media (min-width:42rem){:host(c4p-page-header-breadcrumb) .cds--md\\:col-span-4,:host(c4p-page-header-content) .cds--md\\:col-span-4,:host(c4p-page-header-tabs) .cds--md\\:col-span-4{--cds-grid-columns:4;display:block;grid-column:span 4/span 4}}@media (min-width:42rem){:host(c4p-page-header-breadcrumb) .cds--md\\:col-span-5,:host(c4p-page-header-content) .cds--md\\:col-span-5,:host(c4p-page-header-tabs) .cds--md\\:col-span-5{--cds-grid-columns:5;display:block;grid-column:span 5/span 5}}@media (min-width:42rem){:host(c4p-page-header-breadcrumb) .cds--md\\:col-span-6,:host(c4p-page-header-content) .cds--md\\:col-span-6,:host(c4p-page-header-tabs) .cds--md\\:col-span-6{--cds-grid-columns:6;display:block;grid-column:span 6/span 6}}@media (min-width:42rem){:host(c4p-page-header-breadcrumb) .cds--md\\:col-span-7,:host(c4p-page-header-content) .cds--md\\:col-span-7,:host(c4p-page-header-tabs) .cds--md\\:col-span-7{--cds-grid-columns:7;display:block;grid-column:span 7/span 7}}@media (min-width:42rem){:host(c4p-page-header-breadcrumb) .cds--md\\:col-span-8,:host(c4p-page-header-content) .cds--md\\:col-span-8,:host(c4p-page-header-tabs) .cds--md\\:col-span-8{--cds-grid-columns:8;display:block;grid-column:span 8/span 8}}@media (min-width:42rem){:host(c4p-page-header-breadcrumb) .cds--md\\:col-span-auto,:host(c4p-page-header-content) .cds--md\\:col-span-auto,:host(c4p-page-header-tabs) .cds--md\\:col-span-auto{grid-column:auto}:host(c4p-page-header-breadcrumb) .cds--md\\:col-span-100,:host(c4p-page-header-content) .cds--md\\:col-span-100,:host(c4p-page-header-tabs) .cds--md\\:col-span-100{grid-column:1/-1}:host(c4p-page-header-breadcrumb) .cds--md\\:col-span-75,:host(c4p-page-header-content) .cds--md\\:col-span-75,:host(c4p-page-header-tabs) .cds--md\\:col-span-75{--cds-grid-columns:6;grid-column:span 6/span 6}:host(c4p-page-header-breadcrumb) .cds--md\\:col-span-50,:host(c4p-page-header-content) .cds--md\\:col-span-50,:host(c4p-page-header-tabs) .cds--md\\:col-span-50{--cds-grid-columns:4;grid-column:span 4/span 4}:host(c4p-page-header-breadcrumb) .cds--md\\:col-span-25,:host(c4p-page-header-content) .cds--md\\:col-span-25,:host(c4p-page-header-tabs) .cds--md\\:col-span-25{--cds-grid-columns:2;grid-column:span 2/span 2}}@media (min-width:66rem){:host(c4p-page-header-breadcrumb) .cds--lg\\:col-span-0,:host(c4p-page-header-content) .cds--lg\\:col-span-0,:host(c4p-page-header-tabs) .cds--lg\\:col-span-0{display:none}}@media (min-width:66rem){:host(c4p-page-header-breadcrumb) .cds--lg\\:col-span-1,:host(c4p-page-header-content) .cds--lg\\:col-span-1,:host(c4p-page-header-tabs) .cds--lg\\:col-span-1{--cds-grid-columns:1;display:block;grid-column:span 1/span 1}}@media (min-width:66rem){:host(c4p-page-header-breadcrumb) .cds--lg\\:col-span-2,:host(c4p-page-header-content) .cds--lg\\:col-span-2,:host(c4p-page-header-tabs) .cds--lg\\:col-span-2{--cds-grid-columns:2;display:block;grid-column:span 2/span 2}}@media (min-width:66rem){:host(c4p-page-header-breadcrumb) .cds--lg\\:col-span-3,:host(c4p-page-header-content) .cds--lg\\:col-span-3,:host(c4p-page-header-tabs) .cds--lg\\:col-span-3{--cds-grid-columns:3;display:block;grid-column:span 3/span 3}}@media (min-width:66rem){:host(c4p-page-header-breadcrumb) .cds--lg\\:col-span-4,:host(c4p-page-header-content) .cds--lg\\:col-span-4,:host(c4p-page-header-tabs) .cds--lg\\:col-span-4{--cds-grid-columns:4;display:block;grid-column:span 4/span 4}}@media (min-width:66rem){:host(c4p-page-header-breadcrumb) .cds--lg\\:col-span-5,:host(c4p-page-header-content) .cds--lg\\:col-span-5,:host(c4p-page-header-tabs) .cds--lg\\:col-span-5{--cds-grid-columns:5;display:block;grid-column:span 5/span 5}}@media (min-width:66rem){:host(c4p-page-header-breadcrumb) .cds--lg\\:col-span-6,:host(c4p-page-header-content) .cds--lg\\:col-span-6,:host(c4p-page-header-tabs) .cds--lg\\:col-span-6{--cds-grid-columns:6;display:block;grid-column:span 6/span 6}}@media (min-width:66rem){:host(c4p-page-header-breadcrumb) .cds--lg\\:col-span-7,:host(c4p-page-header-content) .cds--lg\\:col-span-7,:host(c4p-page-header-tabs) .cds--lg\\:col-span-7{--cds-grid-columns:7;display:block;grid-column:span 7/span 7}}@media (min-width:66rem){:host(c4p-page-header-breadcrumb) .cds--lg\\:col-span-8,:host(c4p-page-header-content) .cds--lg\\:col-span-8,:host(c4p-page-header-tabs) .cds--lg\\:col-span-8{--cds-grid-columns:8;display:block;grid-column:span 8/span 8}}@media (min-width:66rem){:host(c4p-page-header-breadcrumb) .cds--lg\\:col-span-9,:host(c4p-page-header-content) .cds--lg\\:col-span-9,:host(c4p-page-header-tabs) .cds--lg\\:col-span-9{--cds-grid-columns:9;display:block;grid-column:span 9/span 9}}@media (min-width:66rem){:host(c4p-page-header-breadcrumb) .cds--lg\\:col-span-10,:host(c4p-page-header-content) .cds--lg\\:col-span-10,:host(c4p-page-header-tabs) .cds--lg\\:col-span-10{--cds-grid-columns:10;display:block;grid-column:span 10/span 10}}@media (min-width:66rem){:host(c4p-page-header-breadcrumb) .cds--lg\\:col-span-11,:host(c4p-page-header-content) .cds--lg\\:col-span-11,:host(c4p-page-header-tabs) .cds--lg\\:col-span-11{--cds-grid-columns:11;display:block;grid-column:span 11/span 11}}@media (min-width:66rem){:host(c4p-page-header-breadcrumb) .cds--lg\\:col-span-12,:host(c4p-page-header-content) .cds--lg\\:col-span-12,:host(c4p-page-header-tabs) .cds--lg\\:col-span-12{--cds-grid-columns:12;display:block;grid-column:span 12/span 12}}@media (min-width:66rem){:host(c4p-page-header-breadcrumb) .cds--lg\\:col-span-13,:host(c4p-page-header-content) .cds--lg\\:col-span-13,:host(c4p-page-header-tabs) .cds--lg\\:col-span-13{--cds-grid-columns:13;display:block;grid-column:span 13/span 13}}@media (min-width:66rem){:host(c4p-page-header-breadcrumb) .cds--lg\\:col-span-14,:host(c4p-page-header-content) .cds--lg\\:col-span-14,:host(c4p-page-header-tabs) .cds--lg\\:col-span-14{--cds-grid-columns:14;display:block;grid-column:span 14/span 14}}@media (min-width:66rem){:host(c4p-page-header-breadcrumb) .cds--lg\\:col-span-15,:host(c4p-page-header-content) .cds--lg\\:col-span-15,:host(c4p-page-header-tabs) .cds--lg\\:col-span-15{--cds-grid-columns:15;display:block;grid-column:span 15/span 15}}@media (min-width:66rem){:host(c4p-page-header-breadcrumb) .cds--lg\\:col-span-16,:host(c4p-page-header-content) .cds--lg\\:col-span-16,:host(c4p-page-header-tabs) .cds--lg\\:col-span-16{--cds-grid-columns:16;display:block;grid-column:span 16/span 16}}@media (min-width:66rem){:host(c4p-page-header-breadcrumb) .cds--lg\\:col-span-auto,:host(c4p-page-header-content) .cds--lg\\:col-span-auto,:host(c4p-page-header-tabs) .cds--lg\\:col-span-auto{grid-column:auto}:host(c4p-page-header-breadcrumb) .cds--lg\\:col-span-100,:host(c4p-page-header-content) .cds--lg\\:col-span-100,:host(c4p-page-header-tabs) .cds--lg\\:col-span-100{grid-column:1/-1}:host(c4p-page-header-breadcrumb) .cds--lg\\:col-span-75,:host(c4p-page-header-content) .cds--lg\\:col-span-75,:host(c4p-page-header-tabs) .cds--lg\\:col-span-75{--cds-grid-columns:12;grid-column:span 12/span 12}:host(c4p-page-header-breadcrumb) .cds--lg\\:col-span-50,:host(c4p-page-header-content) .cds--lg\\:col-span-50,:host(c4p-page-header-tabs) .cds--lg\\:col-span-50{--cds-grid-columns:8;grid-column:span 8/span 8}:host(c4p-page-header-breadcrumb) .cds--lg\\:col-span-25,:host(c4p-page-header-content) .cds--lg\\:col-span-25,:host(c4p-page-header-tabs) .cds--lg\\:col-span-25{--cds-grid-columns:4;grid-column:span 4/span 4}}@media (min-width:82rem){:host(c4p-page-header-breadcrumb) .cds--xlg\\:col-span-0,:host(c4p-page-header-content) .cds--xlg\\:col-span-0,:host(c4p-page-header-tabs) .cds--xlg\\:col-span-0{display:none}}@media (min-width:82rem){:host(c4p-page-header-breadcrumb) .cds--xlg\\:col-span-1,:host(c4p-page-header-content) .cds--xlg\\:col-span-1,:host(c4p-page-header-tabs) .cds--xlg\\:col-span-1{--cds-grid-columns:1;display:block;grid-column:span 1/span 1}}@media (min-width:82rem){:host(c4p-page-header-breadcrumb) .cds--xlg\\:col-span-2,:host(c4p-page-header-content) .cds--xlg\\:col-span-2,:host(c4p-page-header-tabs) .cds--xlg\\:col-span-2{--cds-grid-columns:2;display:block;grid-column:span 2/span 2}}@media (min-width:82rem){:host(c4p-page-header-breadcrumb) .cds--xlg\\:col-span-3,:host(c4p-page-header-content) .cds--xlg\\:col-span-3,:host(c4p-page-header-tabs) .cds--xlg\\:col-span-3{--cds-grid-columns:3;display:block;grid-column:span 3/span 3}}@media (min-width:82rem){:host(c4p-page-header-breadcrumb) .cds--xlg\\:col-span-4,:host(c4p-page-header-content) .cds--xlg\\:col-span-4,:host(c4p-page-header-tabs) .cds--xlg\\:col-span-4{--cds-grid-columns:4;display:block;grid-column:span 4/span 4}}@media (min-width:82rem){:host(c4p-page-header-breadcrumb) .cds--xlg\\:col-span-5,:host(c4p-page-header-content) .cds--xlg\\:col-span-5,:host(c4p-page-header-tabs) .cds--xlg\\:col-span-5{--cds-grid-columns:5;display:block;grid-column:span 5/span 5}}@media (min-width:82rem){:host(c4p-page-header-breadcrumb) .cds--xlg\\:col-span-6,:host(c4p-page-header-content) .cds--xlg\\:col-span-6,:host(c4p-page-header-tabs) .cds--xlg\\:col-span-6{--cds-grid-columns:6;display:block;grid-column:span 6/span 6}}@media (min-width:82rem){:host(c4p-page-header-breadcrumb) .cds--xlg\\:col-span-7,:host(c4p-page-header-content) .cds--xlg\\:col-span-7,:host(c4p-page-header-tabs) .cds--xlg\\:col-span-7{--cds-grid-columns:7;display:block;grid-column:span 7/span 7}}@media (min-width:82rem){:host(c4p-page-header-breadcrumb) .cds--xlg\\:col-span-8,:host(c4p-page-header-content) .cds--xlg\\:col-span-8,:host(c4p-page-header-tabs) .cds--xlg\\:col-span-8{--cds-grid-columns:8;display:block;grid-column:span 8/span 8}}@media (min-width:82rem){:host(c4p-page-header-breadcrumb) .cds--xlg\\:col-span-9,:host(c4p-page-header-content) .cds--xlg\\:col-span-9,:host(c4p-page-header-tabs) .cds--xlg\\:col-span-9{--cds-grid-columns:9;display:block;grid-column:span 9/span 9}}@media (min-width:82rem){:host(c4p-page-header-breadcrumb) .cds--xlg\\:col-span-10,:host(c4p-page-header-content) .cds--xlg\\:col-span-10,:host(c4p-page-header-tabs) .cds--xlg\\:col-span-10{--cds-grid-columns:10;display:block;grid-column:span 10/span 10}}@media (min-width:82rem){:host(c4p-page-header-breadcrumb) .cds--xlg\\:col-span-11,:host(c4p-page-header-content) .cds--xlg\\:col-span-11,:host(c4p-page-header-tabs) .cds--xlg\\:col-span-11{--cds-grid-columns:11;display:block;grid-column:span 11/span 11}}@media (min-width:82rem){:host(c4p-page-header-breadcrumb) .cds--xlg\\:col-span-12,:host(c4p-page-header-content) .cds--xlg\\:col-span-12,:host(c4p-page-header-tabs) .cds--xlg\\:col-span-12{--cds-grid-columns:12;display:block;grid-column:span 12/span 12}}@media (min-width:82rem){:host(c4p-page-header-breadcrumb) .cds--xlg\\:col-span-13,:host(c4p-page-header-content) .cds--xlg\\:col-span-13,:host(c4p-page-header-tabs) .cds--xlg\\:col-span-13{--cds-grid-columns:13;display:block;grid-column:span 13/span 13}}@media (min-width:82rem){:host(c4p-page-header-breadcrumb) .cds--xlg\\:col-span-14,:host(c4p-page-header-content) .cds--xlg\\:col-span-14,:host(c4p-page-header-tabs) .cds--xlg\\:col-span-14{--cds-grid-columns:14;display:block;grid-column:span 14/span 14}}@media (min-width:82rem){:host(c4p-page-header-breadcrumb) .cds--xlg\\:col-span-15,:host(c4p-page-header-content) .cds--xlg\\:col-span-15,:host(c4p-page-header-tabs) .cds--xlg\\:col-span-15{--cds-grid-columns:15;display:block;grid-column:span 15/span 15}}@media (min-width:82rem){:host(c4p-page-header-breadcrumb) .cds--xlg\\:col-span-16,:host(c4p-page-header-content) .cds--xlg\\:col-span-16,:host(c4p-page-header-tabs) .cds--xlg\\:col-span-16{--cds-grid-columns:16;display:block;grid-column:span 16/span 16}}@media (min-width:82rem){:host(c4p-page-header-breadcrumb) .cds--xlg\\:col-span-auto,:host(c4p-page-header-content) .cds--xlg\\:col-span-auto,:host(c4p-page-header-tabs) .cds--xlg\\:col-span-auto{grid-column:auto}:host(c4p-page-header-breadcrumb) .cds--xlg\\:col-span-100,:host(c4p-page-header-content) .cds--xlg\\:col-span-100,:host(c4p-page-header-tabs) .cds--xlg\\:col-span-100{grid-column:1/-1}:host(c4p-page-header-breadcrumb) .cds--xlg\\:col-span-75,:host(c4p-page-header-content) .cds--xlg\\:col-span-75,:host(c4p-page-header-tabs) .cds--xlg\\:col-span-75{--cds-grid-columns:12;grid-column:span 12/span 12}:host(c4p-page-header-breadcrumb) .cds--xlg\\:col-span-50,:host(c4p-page-header-content) .cds--xlg\\:col-span-50,:host(c4p-page-header-tabs) .cds--xlg\\:col-span-50{--cds-grid-columns:8;grid-column:span 8/span 8}:host(c4p-page-header-breadcrumb) .cds--xlg\\:col-span-25,:host(c4p-page-header-content) .cds--xlg\\:col-span-25,:host(c4p-page-header-tabs) .cds--xlg\\:col-span-25{--cds-grid-columns:4;grid-column:span 4/span 4}}@media (min-width:99rem){:host(c4p-page-header-breadcrumb) .cds--max\\:col-span-0,:host(c4p-page-header-content) .cds--max\\:col-span-0,:host(c4p-page-header-tabs) .cds--max\\:col-span-0{display:none}}@media (min-width:99rem){:host(c4p-page-header-breadcrumb) .cds--max\\:col-span-1,:host(c4p-page-header-content) .cds--max\\:col-span-1,:host(c4p-page-header-tabs) .cds--max\\:col-span-1{--cds-grid-columns:1;display:block;grid-column:span 1/span 1}}@media (min-width:99rem){:host(c4p-page-header-breadcrumb) .cds--max\\:col-span-2,:host(c4p-page-header-content) .cds--max\\:col-span-2,:host(c4p-page-header-tabs) .cds--max\\:col-span-2{--cds-grid-columns:2;display:block;grid-column:span 2/span 2}}@media (min-width:99rem){:host(c4p-page-header-breadcrumb) .cds--max\\:col-span-3,:host(c4p-page-header-content) .cds--max\\:col-span-3,:host(c4p-page-header-tabs) .cds--max\\:col-span-3{--cds-grid-columns:3;display:block;grid-column:span 3/span 3}}@media (min-width:99rem){:host(c4p-page-header-breadcrumb) .cds--max\\:col-span-4,:host(c4p-page-header-content) .cds--max\\:col-span-4,:host(c4p-page-header-tabs) .cds--max\\:col-span-4{--cds-grid-columns:4;display:block;grid-column:span 4/span 4}}@media (min-width:99rem){:host(c4p-page-header-breadcrumb) .cds--max\\:col-span-5,:host(c4p-page-header-content) .cds--max\\:col-span-5,:host(c4p-page-header-tabs) .cds--max\\:col-span-5{--cds-grid-columns:5;display:block;grid-column:span 5/span 5}}@media (min-width:99rem){:host(c4p-page-header-breadcrumb) .cds--max\\:col-span-6,:host(c4p-page-header-content) .cds--max\\:col-span-6,:host(c4p-page-header-tabs) .cds--max\\:col-span-6{--cds-grid-columns:6;display:block;grid-column:span 6/span 6}}@media (min-width:99rem){:host(c4p-page-header-breadcrumb) .cds--max\\:col-span-7,:host(c4p-page-header-content) .cds--max\\:col-span-7,:host(c4p-page-header-tabs) .cds--max\\:col-span-7{--cds-grid-columns:7;display:block;grid-column:span 7/span 7}}@media (min-width:99rem){:host(c4p-page-header-breadcrumb) .cds--max\\:col-span-8,:host(c4p-page-header-content) .cds--max\\:col-span-8,:host(c4p-page-header-tabs) .cds--max\\:col-span-8{--cds-grid-columns:8;display:block;grid-column:span 8/span 8}}@media (min-width:99rem){:host(c4p-page-header-breadcrumb) .cds--max\\:col-span-9,:host(c4p-page-header-content) .cds--max\\:col-span-9,:host(c4p-page-header-tabs) .cds--max\\:col-span-9{--cds-grid-columns:9;display:block;grid-column:span 9/span 9}}@media (min-width:99rem){:host(c4p-page-header-breadcrumb) .cds--max\\:col-span-10,:host(c4p-page-header-content) .cds--max\\:col-span-10,:host(c4p-page-header-tabs) .cds--max\\:col-span-10{--cds-grid-columns:10;display:block;grid-column:span 10/span 10}}@media (min-width:99rem){:host(c4p-page-header-breadcrumb) .cds--max\\:col-span-11,:host(c4p-page-header-content) .cds--max\\:col-span-11,:host(c4p-page-header-tabs) .cds--max\\:col-span-11{--cds-grid-columns:11;display:block;grid-column:span 11/span 11}}@media (min-width:99rem){:host(c4p-page-header-breadcrumb) .cds--max\\:col-span-12,:host(c4p-page-header-content) .cds--max\\:col-span-12,:host(c4p-page-header-tabs) .cds--max\\:col-span-12{--cds-grid-columns:12;display:block;grid-column:span 12/span 12}}@media (min-width:99rem){:host(c4p-page-header-breadcrumb) .cds--max\\:col-span-13,:host(c4p-page-header-content) .cds--max\\:col-span-13,:host(c4p-page-header-tabs) .cds--max\\:col-span-13{--cds-grid-columns:13;display:block;grid-column:span 13/span 13}}@media (min-width:99rem){:host(c4p-page-header-breadcrumb) .cds--max\\:col-span-14,:host(c4p-page-header-content) .cds--max\\:col-span-14,:host(c4p-page-header-tabs) .cds--max\\:col-span-14{--cds-grid-columns:14;display:block;grid-column:span 14/span 14}}@media (min-width:99rem){:host(c4p-page-header-breadcrumb) .cds--max\\:col-span-15,:host(c4p-page-header-content) .cds--max\\:col-span-15,:host(c4p-page-header-tabs) .cds--max\\:col-span-15{--cds-grid-columns:15;display:block;grid-column:span 15/span 15}}@media (min-width:99rem){:host(c4p-page-header-breadcrumb) .cds--max\\:col-span-16,:host(c4p-page-header-content) .cds--max\\:col-span-16,:host(c4p-page-header-tabs) .cds--max\\:col-span-16{--cds-grid-columns:16;display:block;grid-column:span 16/span 16}}@media (min-width:99rem){:host(c4p-page-header-breadcrumb) .cds--max\\:col-span-auto,:host(c4p-page-header-content) .cds--max\\:col-span-auto,:host(c4p-page-header-tabs) .cds--max\\:col-span-auto{grid-column:auto}:host(c4p-page-header-breadcrumb) .cds--max\\:col-span-100,:host(c4p-page-header-content) .cds--max\\:col-span-100,:host(c4p-page-header-tabs) .cds--max\\:col-span-100{grid-column:1/-1}:host(c4p-page-header-breadcrumb) .cds--max\\:col-span-75,:host(c4p-page-header-content) .cds--max\\:col-span-75,:host(c4p-page-header-tabs) .cds--max\\:col-span-75{--cds-grid-columns:12;grid-column:span 12/span 12}:host(c4p-page-header-breadcrumb) .cds--max\\:col-span-50,:host(c4p-page-header-content) .cds--max\\:col-span-50,:host(c4p-page-header-tabs) .cds--max\\:col-span-50{--cds-grid-columns:8;grid-column:span 8/span 8}:host(c4p-page-header-breadcrumb) .cds--max\\:col-span-25,:host(c4p-page-header-content) .cds--max\\:col-span-25,:host(c4p-page-header-tabs) .cds--max\\:col-span-25{--cds-grid-columns:4;grid-column:span 4/span 4}}:host(c4p-page-header-breadcrumb) .cds--col-span-auto,:host(c4p-page-header-content) .cds--col-span-auto,:host(c4p-page-header-tabs) .cds--col-span-auto{grid-column:auto}:host(c4p-page-header-breadcrumb) .cds--col-span-100,:host(c4p-page-header-content) .cds--col-span-100,:host(c4p-page-header-tabs) .cds--col-span-100{grid-column:1/-1}:host(c4p-page-header-breadcrumb) .cds--col-span-75,:host(c4p-page-header-content) .cds--col-span-75,:host(c4p-page-header-tabs) .cds--col-span-75{--cds-grid-columns:3;grid-column:span 3/span 3}@media (min-width:42rem){:host(c4p-page-header-breadcrumb) .cds--col-span-75,:host(c4p-page-header-content) .cds--col-span-75,:host(c4p-page-header-tabs) .cds--col-span-75{--cds-grid-columns:6;grid-column:span 6/span 6}}@media (min-width:66rem){:host(c4p-page-header-breadcrumb) .cds--col-span-75,:host(c4p-page-header-content) .cds--col-span-75,:host(c4p-page-header-tabs) .cds--col-span-75{--cds-grid-columns:12;grid-column:span 12/span 12}}:host(c4p-page-header-breadcrumb) .cds--col-span-50,:host(c4p-page-header-content) .cds--col-span-50,:host(c4p-page-header-tabs) .cds--col-span-50{--cds-grid-columns:2;grid-column:span 2/span 2}@media (min-width:42rem){:host(c4p-page-header-breadcrumb) .cds--col-span-50,:host(c4p-page-header-content) .cds--col-span-50,:host(c4p-page-header-tabs) .cds--col-span-50{--cds-grid-columns:4;grid-column:span 4/span 4}}@media (min-width:66rem){:host(c4p-page-header-breadcrumb) .cds--col-span-50,:host(c4p-page-header-content) .cds--col-span-50,:host(c4p-page-header-tabs) .cds--col-span-50{--cds-grid-columns:8;grid-column:span 8/span 8}}:host(c4p-page-header-breadcrumb) .cds--col-span-25,:host(c4p-page-header-content) .cds--col-span-25,:host(c4p-page-header-tabs) .cds--col-span-25{--cds-grid-columns:1;grid-column:span 1/span 1}@media (min-width:42rem){:host(c4p-page-header-breadcrumb) .cds--col-span-25,:host(c4p-page-header-content) .cds--col-span-25,:host(c4p-page-header-tabs) .cds--col-span-25{--cds-grid-columns:2;grid-column:span 2/span 2}}@media (min-width:66rem){:host(c4p-page-header-breadcrumb) .cds--col-span-25,:host(c4p-page-header-content) .cds--col-span-25,:host(c4p-page-header-tabs) .cds--col-span-25{--cds-grid-columns:4;grid-column:span 4/span 4}}:host(c4p-page-header-breadcrumb) .cds--col-start-1,:host(c4p-page-header-content) .cds--col-start-1,:host(c4p-page-header-tabs) .cds--col-start-1{grid-column-start:1}:host(c4p-page-header-breadcrumb) .cds--col-start-2,:host(c4p-page-header-content) .cds--col-start-2,:host(c4p-page-header-tabs) .cds--col-start-2{grid-column-start:2}:host(c4p-page-header-breadcrumb) .cds--col-start-3,:host(c4p-page-header-content) .cds--col-start-3,:host(c4p-page-header-tabs) .cds--col-start-3{grid-column-start:3}:host(c4p-page-header-breadcrumb) .cds--col-start-4,:host(c4p-page-header-content) .cds--col-start-4,:host(c4p-page-header-tabs) .cds--col-start-4{grid-column-start:4}:host(c4p-page-header-breadcrumb) .cds--col-start-5,:host(c4p-page-header-content) .cds--col-start-5,:host(c4p-page-header-tabs) .cds--col-start-5{grid-column-start:5}:host(c4p-page-header-breadcrumb) .cds--col-start-6,:host(c4p-page-header-content) .cds--col-start-6,:host(c4p-page-header-tabs) .cds--col-start-6{grid-column-start:6}:host(c4p-page-header-breadcrumb) .cds--col-start-7,:host(c4p-page-header-content) .cds--col-start-7,:host(c4p-page-header-tabs) .cds--col-start-7{grid-column-start:7}:host(c4p-page-header-breadcrumb) .cds--col-start-8,:host(c4p-page-header-content) .cds--col-start-8,:host(c4p-page-header-tabs) .cds--col-start-8{grid-column-start:8}:host(c4p-page-header-breadcrumb) .cds--col-start-9,:host(c4p-page-header-content) .cds--col-start-9,:host(c4p-page-header-tabs) .cds--col-start-9{grid-column-start:9}:host(c4p-page-header-breadcrumb) .cds--col-start-10,:host(c4p-page-header-content) .cds--col-start-10,:host(c4p-page-header-tabs) .cds--col-start-10{grid-column-start:10}:host(c4p-page-header-breadcrumb) .cds--col-start-11,:host(c4p-page-header-content) .cds--col-start-11,:host(c4p-page-header-tabs) .cds--col-start-11{grid-column-start:11}:host(c4p-page-header-breadcrumb) .cds--col-start-12,:host(c4p-page-header-content) .cds--col-start-12,:host(c4p-page-header-tabs) .cds--col-start-12{grid-column-start:12}:host(c4p-page-header-breadcrumb) .cds--col-start-13,:host(c4p-page-header-content) .cds--col-start-13,:host(c4p-page-header-tabs) .cds--col-start-13{grid-column-start:13}:host(c4p-page-header-breadcrumb) .cds--col-start-14,:host(c4p-page-header-content) .cds--col-start-14,:host(c4p-page-header-tabs) .cds--col-start-14{grid-column-start:14}:host(c4p-page-header-breadcrumb) .cds--col-start-15,:host(c4p-page-header-content) .cds--col-start-15,:host(c4p-page-header-tabs) .cds--col-start-15{grid-column-start:15}:host(c4p-page-header-breadcrumb) .cds--col-start-16,:host(c4p-page-header-content) .cds--col-start-16,:host(c4p-page-header-tabs) .cds--col-start-16{grid-column-start:16}:host(c4p-page-header-breadcrumb) .cds--col-end-2,:host(c4p-page-header-content) .cds--col-end-2,:host(c4p-page-header-tabs) .cds--col-end-2{grid-column-end:2}:host(c4p-page-header-breadcrumb) .cds--col-end-3,:host(c4p-page-header-content) .cds--col-end-3,:host(c4p-page-header-tabs) .cds--col-end-3{grid-column-end:3}:host(c4p-page-header-breadcrumb) .cds--col-end-4,:host(c4p-page-header-content) .cds--col-end-4,:host(c4p-page-header-tabs) .cds--col-end-4{grid-column-end:4}:host(c4p-page-header-breadcrumb) .cds--col-end-5,:host(c4p-page-header-content) .cds--col-end-5,:host(c4p-page-header-tabs) .cds--col-end-5{grid-column-end:5}:host(c4p-page-header-breadcrumb) .cds--col-end-6,:host(c4p-page-header-content) .cds--col-end-6,:host(c4p-page-header-tabs) .cds--col-end-6{grid-column-end:6}:host(c4p-page-header-breadcrumb) .cds--col-end-7,:host(c4p-page-header-content) .cds--col-end-7,:host(c4p-page-header-tabs) .cds--col-end-7{grid-column-end:7}:host(c4p-page-header-breadcrumb) .cds--col-end-8,:host(c4p-page-header-content) .cds--col-end-8,:host(c4p-page-header-tabs) .cds--col-end-8{grid-column-end:8}:host(c4p-page-header-breadcrumb) .cds--col-end-9,:host(c4p-page-header-content) .cds--col-end-9,:host(c4p-page-header-tabs) .cds--col-end-9{grid-column-end:9}:host(c4p-page-header-breadcrumb) .cds--col-end-10,:host(c4p-page-header-content) .cds--col-end-10,:host(c4p-page-header-tabs) .cds--col-end-10{grid-column-end:10}:host(c4p-page-header-breadcrumb) .cds--col-end-11,:host(c4p-page-header-content) .cds--col-end-11,:host(c4p-page-header-tabs) .cds--col-end-11{grid-column-end:11}:host(c4p-page-header-breadcrumb) .cds--col-end-12,:host(c4p-page-header-content) .cds--col-end-12,:host(c4p-page-header-tabs) .cds--col-end-12{grid-column-end:12}:host(c4p-page-header-breadcrumb) .cds--col-end-13,:host(c4p-page-header-content) .cds--col-end-13,:host(c4p-page-header-tabs) .cds--col-end-13{grid-column-end:13}:host(c4p-page-header-breadcrumb) .cds--col-end-14,:host(c4p-page-header-content) .cds--col-end-14,:host(c4p-page-header-tabs) .cds--col-end-14{grid-column-end:14}:host(c4p-page-header-breadcrumb) .cds--col-end-15,:host(c4p-page-header-content) .cds--col-end-15,:host(c4p-page-header-tabs) .cds--col-end-15{grid-column-end:15}:host(c4p-page-header-breadcrumb) .cds--col-end-16,:host(c4p-page-header-content) .cds--col-end-16,:host(c4p-page-header-tabs) .cds--col-end-16{grid-column-end:16}:host(c4p-page-header-breadcrumb) .cds--col-end-17,:host(c4p-page-header-content) .cds--col-end-17,:host(c4p-page-header-tabs) .cds--col-end-17{grid-column-end:17}:host(c4p-page-header-breadcrumb) .cds--col-start-auto,:host(c4p-page-header-content) .cds--col-start-auto,:host(c4p-page-header-tabs) .cds--col-start-auto{grid-column-start:auto}:host(c4p-page-header-breadcrumb) .cds--col-end-auto,:host(c4p-page-header-content) .cds--col-end-auto,:host(c4p-page-header-tabs) .cds--col-end-auto{grid-column-end:auto}:host(c4p-page-header-breadcrumb) .cds--sm\\:col-start-1,:host(c4p-page-header-content) .cds--sm\\:col-start-1,:host(c4p-page-header-tabs) .cds--sm\\:col-start-1{grid-column-start:1}:host(c4p-page-header-breadcrumb) .cds--sm\\:col-start-2,:host(c4p-page-header-content) .cds--sm\\:col-start-2,:host(c4p-page-header-tabs) .cds--sm\\:col-start-2{grid-column-start:2}:host(c4p-page-header-breadcrumb) .cds--sm\\:col-start-3,:host(c4p-page-header-content) .cds--sm\\:col-start-3,:host(c4p-page-header-tabs) .cds--sm\\:col-start-3{grid-column-start:3}:host(c4p-page-header-breadcrumb) .cds--sm\\:col-start-4,:host(c4p-page-header-content) .cds--sm\\:col-start-4,:host(c4p-page-header-tabs) .cds--sm\\:col-start-4{grid-column-start:4}:host(c4p-page-header-breadcrumb) .cds--sm\\:col-start-5,:host(c4p-page-header-content) .cds--sm\\:col-start-5,:host(c4p-page-header-tabs) .cds--sm\\:col-start-5{grid-column-start:5}:host(c4p-page-header-breadcrumb) .cds--sm\\:col-start-6,:host(c4p-page-header-content) .cds--sm\\:col-start-6,:host(c4p-page-header-tabs) .cds--sm\\:col-start-6{grid-column-start:6}:host(c4p-page-header-breadcrumb) .cds--sm\\:col-start-7,:host(c4p-page-header-content) .cds--sm\\:col-start-7,:host(c4p-page-header-tabs) .cds--sm\\:col-start-7{grid-column-start:7}:host(c4p-page-header-breadcrumb) .cds--sm\\:col-start-8,:host(c4p-page-header-content) .cds--sm\\:col-start-8,:host(c4p-page-header-tabs) .cds--sm\\:col-start-8{grid-column-start:8}:host(c4p-page-header-breadcrumb) .cds--sm\\:col-start-9,:host(c4p-page-header-content) .cds--sm\\:col-start-9,:host(c4p-page-header-tabs) .cds--sm\\:col-start-9{grid-column-start:9}:host(c4p-page-header-breadcrumb) .cds--sm\\:col-start-10,:host(c4p-page-header-content) .cds--sm\\:col-start-10,:host(c4p-page-header-tabs) .cds--sm\\:col-start-10{grid-column-start:10}:host(c4p-page-header-breadcrumb) .cds--sm\\:col-start-11,:host(c4p-page-header-content) .cds--sm\\:col-start-11,:host(c4p-page-header-tabs) .cds--sm\\:col-start-11{grid-column-start:11}:host(c4p-page-header-breadcrumb) .cds--sm\\:col-start-12,:host(c4p-page-header-content) .cds--sm\\:col-start-12,:host(c4p-page-header-tabs) .cds--sm\\:col-start-12{grid-column-start:12}:host(c4p-page-header-breadcrumb) .cds--sm\\:col-start-13,:host(c4p-page-header-content) .cds--sm\\:col-start-13,:host(c4p-page-header-tabs) .cds--sm\\:col-start-13{grid-column-start:13}:host(c4p-page-header-breadcrumb) .cds--sm\\:col-start-14,:host(c4p-page-header-content) .cds--sm\\:col-start-14,:host(c4p-page-header-tabs) .cds--sm\\:col-start-14{grid-column-start:14}:host(c4p-page-header-breadcrumb) .cds--sm\\:col-start-15,:host(c4p-page-header-content) .cds--sm\\:col-start-15,:host(c4p-page-header-tabs) .cds--sm\\:col-start-15{grid-column-start:15}:host(c4p-page-header-breadcrumb) .cds--sm\\:col-start-16,:host(c4p-page-header-content) .cds--sm\\:col-start-16,:host(c4p-page-header-tabs) .cds--sm\\:col-start-16{grid-column-start:16}:host(c4p-page-header-breadcrumb) .cds--sm\\:col-end-2,:host(c4p-page-header-content) .cds--sm\\:col-end-2,:host(c4p-page-header-tabs) .cds--sm\\:col-end-2{grid-column-end:2}:host(c4p-page-header-breadcrumb) .cds--sm\\:col-end-3,:host(c4p-page-header-content) .cds--sm\\:col-end-3,:host(c4p-page-header-tabs) .cds--sm\\:col-end-3{grid-column-end:3}:host(c4p-page-header-breadcrumb) .cds--sm\\:col-end-4,:host(c4p-page-header-content) .cds--sm\\:col-end-4,:host(c4p-page-header-tabs) .cds--sm\\:col-end-4{grid-column-end:4}:host(c4p-page-header-breadcrumb) .cds--sm\\:col-end-5,:host(c4p-page-header-content) .cds--sm\\:col-end-5,:host(c4p-page-header-tabs) .cds--sm\\:col-end-5{grid-column-end:5}:host(c4p-page-header-breadcrumb) .cds--sm\\:col-end-6,:host(c4p-page-header-content) .cds--sm\\:col-end-6,:host(c4p-page-header-tabs) .cds--sm\\:col-end-6{grid-column-end:6}:host(c4p-page-header-breadcrumb) .cds--sm\\:col-end-7,:host(c4p-page-header-content) .cds--sm\\:col-end-7,:host(c4p-page-header-tabs) .cds--sm\\:col-end-7{grid-column-end:7}:host(c4p-page-header-breadcrumb) .cds--sm\\:col-end-8,:host(c4p-page-header-content) .cds--sm\\:col-end-8,:host(c4p-page-header-tabs) .cds--sm\\:col-end-8{grid-column-end:8}:host(c4p-page-header-breadcrumb) .cds--sm\\:col-end-9,:host(c4p-page-header-content) .cds--sm\\:col-end-9,:host(c4p-page-header-tabs) .cds--sm\\:col-end-9{grid-column-end:9}:host(c4p-page-header-breadcrumb) .cds--sm\\:col-end-10,:host(c4p-page-header-content) .cds--sm\\:col-end-10,:host(c4p-page-header-tabs) .cds--sm\\:col-end-10{grid-column-end:10}:host(c4p-page-header-breadcrumb) .cds--sm\\:col-end-11,:host(c4p-page-header-content) .cds--sm\\:col-end-11,:host(c4p-page-header-tabs) .cds--sm\\:col-end-11{grid-column-end:11}:host(c4p-page-header-breadcrumb) .cds--sm\\:col-end-12,:host(c4p-page-header-content) .cds--sm\\:col-end-12,:host(c4p-page-header-tabs) .cds--sm\\:col-end-12{grid-column-end:12}:host(c4p-page-header-breadcrumb) .cds--sm\\:col-end-13,:host(c4p-page-header-content) .cds--sm\\:col-end-13,:host(c4p-page-header-tabs) .cds--sm\\:col-end-13{grid-column-end:13}:host(c4p-page-header-breadcrumb) .cds--sm\\:col-end-14,:host(c4p-page-header-content) .cds--sm\\:col-end-14,:host(c4p-page-header-tabs) .cds--sm\\:col-end-14{grid-column-end:14}:host(c4p-page-header-breadcrumb) .cds--sm\\:col-end-15,:host(c4p-page-header-content) .cds--sm\\:col-end-15,:host(c4p-page-header-tabs) .cds--sm\\:col-end-15{grid-column-end:15}:host(c4p-page-header-breadcrumb) .cds--sm\\:col-end-16,:host(c4p-page-header-content) .cds--sm\\:col-end-16,:host(c4p-page-header-tabs) .cds--sm\\:col-end-16{grid-column-end:16}:host(c4p-page-header-breadcrumb) .cds--sm\\:col-end-17,:host(c4p-page-header-content) .cds--sm\\:col-end-17,:host(c4p-page-header-tabs) .cds--sm\\:col-end-17{grid-column-end:17}:host(c4p-page-header-breadcrumb) .cds--sm\\:col-start-auto,:host(c4p-page-header-content) .cds--sm\\:col-start-auto,:host(c4p-page-header-tabs) .cds--sm\\:col-start-auto{grid-column-start:auto}:host(c4p-page-header-breadcrumb) .cds--sm\\:col-end-auto,:host(c4p-page-header-content) .cds--sm\\:col-end-auto,:host(c4p-page-header-tabs) .cds--sm\\:col-end-auto{grid-column-end:auto}@media (min-width:42rem){:host(c4p-page-header-breadcrumb) .cds--md\\:col-start-1,:host(c4p-page-header-content) .cds--md\\:col-start-1,:host(c4p-page-header-tabs) .cds--md\\:col-start-1{grid-column-start:1}:host(c4p-page-header-breadcrumb) .cds--md\\:col-start-2,:host(c4p-page-header-content) .cds--md\\:col-start-2,:host(c4p-page-header-tabs) .cds--md\\:col-start-2{grid-column-start:2}:host(c4p-page-header-breadcrumb) .cds--md\\:col-start-3,:host(c4p-page-header-content) .cds--md\\:col-start-3,:host(c4p-page-header-tabs) .cds--md\\:col-start-3{grid-column-start:3}:host(c4p-page-header-breadcrumb) .cds--md\\:col-start-4,:host(c4p-page-header-content) .cds--md\\:col-start-4,:host(c4p-page-header-tabs) .cds--md\\:col-start-4{grid-column-start:4}:host(c4p-page-header-breadcrumb) .cds--md\\:col-start-5,:host(c4p-page-header-content) .cds--md\\:col-start-5,:host(c4p-page-header-tabs) .cds--md\\:col-start-5{grid-column-start:5}:host(c4p-page-header-breadcrumb) .cds--md\\:col-start-6,:host(c4p-page-header-content) .cds--md\\:col-start-6,:host(c4p-page-header-tabs) .cds--md\\:col-start-6{grid-column-start:6}:host(c4p-page-header-breadcrumb) .cds--md\\:col-start-7,:host(c4p-page-header-content) .cds--md\\:col-start-7,:host(c4p-page-header-tabs) .cds--md\\:col-start-7{grid-column-start:7}:host(c4p-page-header-breadcrumb) .cds--md\\:col-start-8,:host(c4p-page-header-content) .cds--md\\:col-start-8,:host(c4p-page-header-tabs) .cds--md\\:col-start-8{grid-column-start:8}:host(c4p-page-header-breadcrumb) .cds--md\\:col-start-9,:host(c4p-page-header-content) .cds--md\\:col-start-9,:host(c4p-page-header-tabs) .cds--md\\:col-start-9{grid-column-start:9}:host(c4p-page-header-breadcrumb) .cds--md\\:col-start-10,:host(c4p-page-header-content) .cds--md\\:col-start-10,:host(c4p-page-header-tabs) .cds--md\\:col-start-10{grid-column-start:10}:host(c4p-page-header-breadcrumb) .cds--md\\:col-start-11,:host(c4p-page-header-content) .cds--md\\:col-start-11,:host(c4p-page-header-tabs) .cds--md\\:col-start-11{grid-column-start:11}:host(c4p-page-header-breadcrumb) .cds--md\\:col-start-12,:host(c4p-page-header-content) .cds--md\\:col-start-12,:host(c4p-page-header-tabs) .cds--md\\:col-start-12{grid-column-start:12}:host(c4p-page-header-breadcrumb) .cds--md\\:col-start-13,:host(c4p-page-header-content) .cds--md\\:col-start-13,:host(c4p-page-header-tabs) .cds--md\\:col-start-13{grid-column-start:13}:host(c4p-page-header-breadcrumb) .cds--md\\:col-start-14,:host(c4p-page-header-content) .cds--md\\:col-start-14,:host(c4p-page-header-tabs) .cds--md\\:col-start-14{grid-column-start:14}:host(c4p-page-header-breadcrumb) .cds--md\\:col-start-15,:host(c4p-page-header-content) .cds--md\\:col-start-15,:host(c4p-page-header-tabs) .cds--md\\:col-start-15{grid-column-start:15}:host(c4p-page-header-breadcrumb) .cds--md\\:col-start-16,:host(c4p-page-header-content) .cds--md\\:col-start-16,:host(c4p-page-header-tabs) .cds--md\\:col-start-16{grid-column-start:16}:host(c4p-page-header-breadcrumb) .cds--md\\:col-end-2,:host(c4p-page-header-content) .cds--md\\:col-end-2,:host(c4p-page-header-tabs) .cds--md\\:col-end-2{grid-column-end:2}:host(c4p-page-header-breadcrumb) .cds--md\\:col-end-3,:host(c4p-page-header-content) .cds--md\\:col-end-3,:host(c4p-page-header-tabs) .cds--md\\:col-end-3{grid-column-end:3}:host(c4p-page-header-breadcrumb) .cds--md\\:col-end-4,:host(c4p-page-header-content) .cds--md\\:col-end-4,:host(c4p-page-header-tabs) .cds--md\\:col-end-4{grid-column-end:4}:host(c4p-page-header-breadcrumb) .cds--md\\:col-end-5,:host(c4p-page-header-content) .cds--md\\:col-end-5,:host(c4p-page-header-tabs) .cds--md\\:col-end-5{grid-column-end:5}:host(c4p-page-header-breadcrumb) .cds--md\\:col-end-6,:host(c4p-page-header-content) .cds--md\\:col-end-6,:host(c4p-page-header-tabs) .cds--md\\:col-end-6{grid-column-end:6}:host(c4p-page-header-breadcrumb) .cds--md\\:col-end-7,:host(c4p-page-header-content) .cds--md\\:col-end-7,:host(c4p-page-header-tabs) .cds--md\\:col-end-7{grid-column-end:7}:host(c4p-page-header-breadcrumb) .cds--md\\:col-end-8,:host(c4p-page-header-content) .cds--md\\:col-end-8,:host(c4p-page-header-tabs) .cds--md\\:col-end-8{grid-column-end:8}:host(c4p-page-header-breadcrumb) .cds--md\\:col-end-9,:host(c4p-page-header-content) .cds--md\\:col-end-9,:host(c4p-page-header-tabs) .cds--md\\:col-end-9{grid-column-end:9}:host(c4p-page-header-breadcrumb) .cds--md\\:col-end-10,:host(c4p-page-header-content) .cds--md\\:col-end-10,:host(c4p-page-header-tabs) .cds--md\\:col-end-10{grid-column-end:10}:host(c4p-page-header-breadcrumb) .cds--md\\:col-end-11,:host(c4p-page-header-content) .cds--md\\:col-end-11,:host(c4p-page-header-tabs) .cds--md\\:col-end-11{grid-column-end:11}:host(c4p-page-header-breadcrumb) .cds--md\\:col-end-12,:host(c4p-page-header-content) .cds--md\\:col-end-12,:host(c4p-page-header-tabs) .cds--md\\:col-end-12{grid-column-end:12}:host(c4p-page-header-breadcrumb) .cds--md\\:col-end-13,:host(c4p-page-header-content) .cds--md\\:col-end-13,:host(c4p-page-header-tabs) .cds--md\\:col-end-13{grid-column-end:13}:host(c4p-page-header-breadcrumb) .cds--md\\:col-end-14,:host(c4p-page-header-content) .cds--md\\:col-end-14,:host(c4p-page-header-tabs) .cds--md\\:col-end-14{grid-column-end:14}:host(c4p-page-header-breadcrumb) .cds--md\\:col-end-15,:host(c4p-page-header-content) .cds--md\\:col-end-15,:host(c4p-page-header-tabs) .cds--md\\:col-end-15{grid-column-end:15}:host(c4p-page-header-breadcrumb) .cds--md\\:col-end-16,:host(c4p-page-header-content) .cds--md\\:col-end-16,:host(c4p-page-header-tabs) .cds--md\\:col-end-16{grid-column-end:16}:host(c4p-page-header-breadcrumb) .cds--md\\:col-end-17,:host(c4p-page-header-content) .cds--md\\:col-end-17,:host(c4p-page-header-tabs) .cds--md\\:col-end-17{grid-column-end:17}:host(c4p-page-header-breadcrumb) .cds--md\\:col-start-auto,:host(c4p-page-header-content) .cds--md\\:col-start-auto,:host(c4p-page-header-tabs) .cds--md\\:col-start-auto{grid-column-start:auto}:host(c4p-page-header-breadcrumb) .cds--md\\:col-end-auto,:host(c4p-page-header-content) .cds--md\\:col-end-auto,:host(c4p-page-header-tabs) .cds--md\\:col-end-auto{grid-column-end:auto}}@media (min-width:66rem){:host(c4p-page-header-breadcrumb) .cds--lg\\:col-start-1,:host(c4p-page-header-content) .cds--lg\\:col-start-1,:host(c4p-page-header-tabs) .cds--lg\\:col-start-1{grid-column-start:1}:host(c4p-page-header-breadcrumb) .cds--lg\\:col-start-2,:host(c4p-page-header-content) .cds--lg\\:col-start-2,:host(c4p-page-header-tabs) .cds--lg\\:col-start-2{grid-column-start:2}:host(c4p-page-header-breadcrumb) .cds--lg\\:col-start-3,:host(c4p-page-header-content) .cds--lg\\:col-start-3,:host(c4p-page-header-tabs) .cds--lg\\:col-start-3{grid-column-start:3}:host(c4p-page-header-breadcrumb) .cds--lg\\:col-start-4,:host(c4p-page-header-content) .cds--lg\\:col-start-4,:host(c4p-page-header-tabs) .cds--lg\\:col-start-4{grid-column-start:4}:host(c4p-page-header-breadcrumb) .cds--lg\\:col-start-5,:host(c4p-page-header-content) .cds--lg\\:col-start-5,:host(c4p-page-header-tabs) .cds--lg\\:col-start-5{grid-column-start:5}:host(c4p-page-header-breadcrumb) .cds--lg\\:col-start-6,:host(c4p-page-header-content) .cds--lg\\:col-start-6,:host(c4p-page-header-tabs) .cds--lg\\:col-start-6{grid-column-start:6}:host(c4p-page-header-breadcrumb) .cds--lg\\:col-start-7,:host(c4p-page-header-content) .cds--lg\\:col-start-7,:host(c4p-page-header-tabs) .cds--lg\\:col-start-7{grid-column-start:7}:host(c4p-page-header-breadcrumb) .cds--lg\\:col-start-8,:host(c4p-page-header-content) .cds--lg\\:col-start-8,:host(c4p-page-header-tabs) .cds--lg\\:col-start-8{grid-column-start:8}:host(c4p-page-header-breadcrumb) .cds--lg\\:col-start-9,:host(c4p-page-header-content) .cds--lg\\:col-start-9,:host(c4p-page-header-tabs) .cds--lg\\:col-start-9{grid-column-start:9}:host(c4p-page-header-breadcrumb) .cds--lg\\:col-start-10,:host(c4p-page-header-content) .cds--lg\\:col-start-10,:host(c4p-page-header-tabs) .cds--lg\\:col-start-10{grid-column-start:10}:host(c4p-page-header-breadcrumb) .cds--lg\\:col-start-11,:host(c4p-page-header-content) .cds--lg\\:col-start-11,:host(c4p-page-header-tabs) .cds--lg\\:col-start-11{grid-column-start:11}:host(c4p-page-header-breadcrumb) .cds--lg\\:col-start-12,:host(c4p-page-header-content) .cds--lg\\:col-start-12,:host(c4p-page-header-tabs) .cds--lg\\:col-start-12{grid-column-start:12}:host(c4p-page-header-breadcrumb) .cds--lg\\:col-start-13,:host(c4p-page-header-content) .cds--lg\\:col-start-13,:host(c4p-page-header-tabs) .cds--lg\\:col-start-13{grid-column-start:13}:host(c4p-page-header-breadcrumb) .cds--lg\\:col-start-14,:host(c4p-page-header-content) .cds--lg\\:col-start-14,:host(c4p-page-header-tabs) .cds--lg\\:col-start-14{grid-column-start:14}:host(c4p-page-header-breadcrumb) .cds--lg\\:col-start-15,:host(c4p-page-header-content) .cds--lg\\:col-start-15,:host(c4p-page-header-tabs) .cds--lg\\:col-start-15{grid-column-start:15}:host(c4p-page-header-breadcrumb) .cds--lg\\:col-start-16,:host(c4p-page-header-content) .cds--lg\\:col-start-16,:host(c4p-page-header-tabs) .cds--lg\\:col-start-16{grid-column-start:16}:host(c4p-page-header-breadcrumb) .cds--lg\\:col-end-2,:host(c4p-page-header-content) .cds--lg\\:col-end-2,:host(c4p-page-header-tabs) .cds--lg\\:col-end-2{grid-column-end:2}:host(c4p-page-header-breadcrumb) .cds--lg\\:col-end-3,:host(c4p-page-header-content) .cds--lg\\:col-end-3,:host(c4p-page-header-tabs) .cds--lg\\:col-end-3{grid-column-end:3}:host(c4p-page-header-breadcrumb) .cds--lg\\:col-end-4,:host(c4p-page-header-content) .cds--lg\\:col-end-4,:host(c4p-page-header-tabs) .cds--lg\\:col-end-4{grid-column-end:4}:host(c4p-page-header-breadcrumb) .cds--lg\\:col-end-5,:host(c4p-page-header-content) .cds--lg\\:col-end-5,:host(c4p-page-header-tabs) .cds--lg\\:col-end-5{grid-column-end:5}:host(c4p-page-header-breadcrumb) .cds--lg\\:col-end-6,:host(c4p-page-header-content) .cds--lg\\:col-end-6,:host(c4p-page-header-tabs) .cds--lg\\:col-end-6{grid-column-end:6}:host(c4p-page-header-breadcrumb) .cds--lg\\:col-end-7,:host(c4p-page-header-content) .cds--lg\\:col-end-7,:host(c4p-page-header-tabs) .cds--lg\\:col-end-7{grid-column-end:7}:host(c4p-page-header-breadcrumb) .cds--lg\\:col-end-8,:host(c4p-page-header-content) .cds--lg\\:col-end-8,:host(c4p-page-header-tabs) .cds--lg\\:col-end-8{grid-column-end:8}:host(c4p-page-header-breadcrumb) .cds--lg\\:col-end-9,:host(c4p-page-header-content) .cds--lg\\:col-end-9,:host(c4p-page-header-tabs) .cds--lg\\:col-end-9{grid-column-end:9}:host(c4p-page-header-breadcrumb) .cds--lg\\:col-end-10,:host(c4p-page-header-content) .cds--lg\\:col-end-10,:host(c4p-page-header-tabs) .cds--lg\\:col-end-10{grid-column-end:10}:host(c4p-page-header-breadcrumb) .cds--lg\\:col-end-11,:host(c4p-page-header-content) .cds--lg\\:col-end-11,:host(c4p-page-header-tabs) .cds--lg\\:col-end-11{grid-column-end:11}:host(c4p-page-header-breadcrumb) .cds--lg\\:col-end-12,:host(c4p-page-header-content) .cds--lg\\:col-end-12,:host(c4p-page-header-tabs) .cds--lg\\:col-end-12{grid-column-end:12}:host(c4p-page-header-breadcrumb) .cds--lg\\:col-end-13,:host(c4p-page-header-content) .cds--lg\\:col-end-13,:host(c4p-page-header-tabs) .cds--lg\\:col-end-13{grid-column-end:13}:host(c4p-page-header-breadcrumb) .cds--lg\\:col-end-14,:host(c4p-page-header-content) .cds--lg\\:col-end-14,:host(c4p-page-header-tabs) .cds--lg\\:col-end-14{grid-column-end:14}:host(c4p-page-header-breadcrumb) .cds--lg\\:col-end-15,:host(c4p-page-header-content) .cds--lg\\:col-end-15,:host(c4p-page-header-tabs) .cds--lg\\:col-end-15{grid-column-end:15}:host(c4p-page-header-breadcrumb) .cds--lg\\:col-end-16,:host(c4p-page-header-content) .cds--lg\\:col-end-16,:host(c4p-page-header-tabs) .cds--lg\\:col-end-16{grid-column-end:16}:host(c4p-page-header-breadcrumb) .cds--lg\\:col-end-17,:host(c4p-page-header-content) .cds--lg\\:col-end-17,:host(c4p-page-header-tabs) .cds--lg\\:col-end-17{grid-column-end:17}:host(c4p-page-header-breadcrumb) .cds--lg\\:col-start-auto,:host(c4p-page-header-content) .cds--lg\\:col-start-auto,:host(c4p-page-header-tabs) .cds--lg\\:col-start-auto{grid-column-start:auto}:host(c4p-page-header-breadcrumb) .cds--lg\\:col-end-auto,:host(c4p-page-header-content) .cds--lg\\:col-end-auto,:host(c4p-page-header-tabs) .cds--lg\\:col-end-auto{grid-column-end:auto}}@media (min-width:82rem){:host(c4p-page-header-breadcrumb) .cds--xlg\\:col-start-1,:host(c4p-page-header-content) .cds--xlg\\:col-start-1,:host(c4p-page-header-tabs) .cds--xlg\\:col-start-1{grid-column-start:1}:host(c4p-page-header-breadcrumb) .cds--xlg\\:col-start-2,:host(c4p-page-header-content) .cds--xlg\\:col-start-2,:host(c4p-page-header-tabs) .cds--xlg\\:col-start-2{grid-column-start:2}:host(c4p-page-header-breadcrumb) .cds--xlg\\:col-start-3,:host(c4p-page-header-content) .cds--xlg\\:col-start-3,:host(c4p-page-header-tabs) .cds--xlg\\:col-start-3{grid-column-start:3}:host(c4p-page-header-breadcrumb) .cds--xlg\\:col-start-4,:host(c4p-page-header-content) .cds--xlg\\:col-start-4,:host(c4p-page-header-tabs) .cds--xlg\\:col-start-4{grid-column-start:4}:host(c4p-page-header-breadcrumb) .cds--xlg\\:col-start-5,:host(c4p-page-header-content) .cds--xlg\\:col-start-5,:host(c4p-page-header-tabs) .cds--xlg\\:col-start-5{grid-column-start:5}:host(c4p-page-header-breadcrumb) .cds--xlg\\:col-start-6,:host(c4p-page-header-content) .cds--xlg\\:col-start-6,:host(c4p-page-header-tabs) .cds--xlg\\:col-start-6{grid-column-start:6}:host(c4p-page-header-breadcrumb) .cds--xlg\\:col-start-7,:host(c4p-page-header-content) .cds--xlg\\:col-start-7,:host(c4p-page-header-tabs) .cds--xlg\\:col-start-7{grid-column-start:7}:host(c4p-page-header-breadcrumb) .cds--xlg\\:col-start-8,:host(c4p-page-header-content) .cds--xlg\\:col-start-8,:host(c4p-page-header-tabs) .cds--xlg\\:col-start-8{grid-column-start:8}:host(c4p-page-header-breadcrumb) .cds--xlg\\:col-start-9,:host(c4p-page-header-content) .cds--xlg\\:col-start-9,:host(c4p-page-header-tabs) .cds--xlg\\:col-start-9{grid-column-start:9}:host(c4p-page-header-breadcrumb) .cds--xlg\\:col-start-10,:host(c4p-page-header-content) .cds--xlg\\:col-start-10,:host(c4p-page-header-tabs) .cds--xlg\\:col-start-10{grid-column-start:10}:host(c4p-page-header-breadcrumb) .cds--xlg\\:col-start-11,:host(c4p-page-header-content) .cds--xlg\\:col-start-11,:host(c4p-page-header-tabs) .cds--xlg\\:col-start-11{grid-column-start:11}:host(c4p-page-header-breadcrumb) .cds--xlg\\:col-start-12,:host(c4p-page-header-content) .cds--xlg\\:col-start-12,:host(c4p-page-header-tabs) .cds--xlg\\:col-start-12{grid-column-start:12}:host(c4p-page-header-breadcrumb) .cds--xlg\\:col-start-13,:host(c4p-page-header-content) .cds--xlg\\:col-start-13,:host(c4p-page-header-tabs) .cds--xlg\\:col-start-13{grid-column-start:13}:host(c4p-page-header-breadcrumb) .cds--xlg\\:col-start-14,:host(c4p-page-header-content) .cds--xlg\\:col-start-14,:host(c4p-page-header-tabs) .cds--xlg\\:col-start-14{grid-column-start:14}:host(c4p-page-header-breadcrumb) .cds--xlg\\:col-start-15,:host(c4p-page-header-content) .cds--xlg\\:col-start-15,:host(c4p-page-header-tabs) .cds--xlg\\:col-start-15{grid-column-start:15}:host(c4p-page-header-breadcrumb) .cds--xlg\\:col-start-16,:host(c4p-page-header-content) .cds--xlg\\:col-start-16,:host(c4p-page-header-tabs) .cds--xlg\\:col-start-16{grid-column-start:16}:host(c4p-page-header-breadcrumb) .cds--xlg\\:col-end-2,:host(c4p-page-header-content) .cds--xlg\\:col-end-2,:host(c4p-page-header-tabs) .cds--xlg\\:col-end-2{grid-column-end:2}:host(c4p-page-header-breadcrumb) .cds--xlg\\:col-end-3,:host(c4p-page-header-content) .cds--xlg\\:col-end-3,:host(c4p-page-header-tabs) .cds--xlg\\:col-end-3{grid-column-end:3}:host(c4p-page-header-breadcrumb) .cds--xlg\\:col-end-4,:host(c4p-page-header-content) .cds--xlg\\:col-end-4,:host(c4p-page-header-tabs) .cds--xlg\\:col-end-4{grid-column-end:4}:host(c4p-page-header-breadcrumb) .cds--xlg\\:col-end-5,:host(c4p-page-header-content) .cds--xlg\\:col-end-5,:host(c4p-page-header-tabs) .cds--xlg\\:col-end-5{grid-column-end:5}:host(c4p-page-header-breadcrumb) .cds--xlg\\:col-end-6,:host(c4p-page-header-content) .cds--xlg\\:col-end-6,:host(c4p-page-header-tabs) .cds--xlg\\:col-end-6{grid-column-end:6}:host(c4p-page-header-breadcrumb) .cds--xlg\\:col-end-7,:host(c4p-page-header-content) .cds--xlg\\:col-end-7,:host(c4p-page-header-tabs) .cds--xlg\\:col-end-7{grid-column-end:7}:host(c4p-page-header-breadcrumb) .cds--xlg\\:col-end-8,:host(c4p-page-header-content) .cds--xlg\\:col-end-8,:host(c4p-page-header-tabs) .cds--xlg\\:col-end-8{grid-column-end:8}:host(c4p-page-header-breadcrumb) .cds--xlg\\:col-end-9,:host(c4p-page-header-content) .cds--xlg\\:col-end-9,:host(c4p-page-header-tabs) .cds--xlg\\:col-end-9{grid-column-end:9}:host(c4p-page-header-breadcrumb) .cds--xlg\\:col-end-10,:host(c4p-page-header-content) .cds--xlg\\:col-end-10,:host(c4p-page-header-tabs) .cds--xlg\\:col-end-10{grid-column-end:10}:host(c4p-page-header-breadcrumb) .cds--xlg\\:col-end-11,:host(c4p-page-header-content) .cds--xlg\\:col-end-11,:host(c4p-page-header-tabs) .cds--xlg\\:col-end-11{grid-column-end:11}:host(c4p-page-header-breadcrumb) .cds--xlg\\:col-end-12,:host(c4p-page-header-content) .cds--xlg\\:col-end-12,:host(c4p-page-header-tabs) .cds--xlg\\:col-end-12{grid-column-end:12}:host(c4p-page-header-breadcrumb) .cds--xlg\\:col-end-13,:host(c4p-page-header-content) .cds--xlg\\:col-end-13,:host(c4p-page-header-tabs) .cds--xlg\\:col-end-13{grid-column-end:13}:host(c4p-page-header-breadcrumb) .cds--xlg\\:col-end-14,:host(c4p-page-header-content) .cds--xlg\\:col-end-14,:host(c4p-page-header-tabs) .cds--xlg\\:col-end-14{grid-column-end:14}:host(c4p-page-header-breadcrumb) .cds--xlg\\:col-end-15,:host(c4p-page-header-content) .cds--xlg\\:col-end-15,:host(c4p-page-header-tabs) .cds--xlg\\:col-end-15{grid-column-end:15}:host(c4p-page-header-breadcrumb) .cds--xlg\\:col-end-16,:host(c4p-page-header-content) .cds--xlg\\:col-end-16,:host(c4p-page-header-tabs) .cds--xlg\\:col-end-16{grid-column-end:16}:host(c4p-page-header-breadcrumb) .cds--xlg\\:col-end-17,:host(c4p-page-header-content) .cds--xlg\\:col-end-17,:host(c4p-page-header-tabs) .cds--xlg\\:col-end-17{grid-column-end:17}:host(c4p-page-header-breadcrumb) .cds--xlg\\:col-start-auto,:host(c4p-page-header-content) .cds--xlg\\:col-start-auto,:host(c4p-page-header-tabs) .cds--xlg\\:col-start-auto{grid-column-start:auto}:host(c4p-page-header-breadcrumb) .cds--xlg\\:col-end-auto,:host(c4p-page-header-content) .cds--xlg\\:col-end-auto,:host(c4p-page-header-tabs) .cds--xlg\\:col-end-auto{grid-column-end:auto}}@media (min-width:99rem){:host(c4p-page-header-breadcrumb) .cds--max\\:col-start-1,:host(c4p-page-header-content) .cds--max\\:col-start-1,:host(c4p-page-header-tabs) .cds--max\\:col-start-1{grid-column-start:1}:host(c4p-page-header-breadcrumb) .cds--max\\:col-start-2,:host(c4p-page-header-content) .cds--max\\:col-start-2,:host(c4p-page-header-tabs) .cds--max\\:col-start-2{grid-column-start:2}:host(c4p-page-header-breadcrumb) .cds--max\\:col-start-3,:host(c4p-page-header-content) .cds--max\\:col-start-3,:host(c4p-page-header-tabs) .cds--max\\:col-start-3{grid-column-start:3}:host(c4p-page-header-breadcrumb) .cds--max\\:col-start-4,:host(c4p-page-header-content) .cds--max\\:col-start-4,:host(c4p-page-header-tabs) .cds--max\\:col-start-4{grid-column-start:4}:host(c4p-page-header-breadcrumb) .cds--max\\:col-start-5,:host(c4p-page-header-content) .cds--max\\:col-start-5,:host(c4p-page-header-tabs) .cds--max\\:col-start-5{grid-column-start:5}:host(c4p-page-header-breadcrumb) .cds--max\\:col-start-6,:host(c4p-page-header-content) .cds--max\\:col-start-6,:host(c4p-page-header-tabs) .cds--max\\:col-start-6{grid-column-start:6}:host(c4p-page-header-breadcrumb) .cds--max\\:col-start-7,:host(c4p-page-header-content) .cds--max\\:col-start-7,:host(c4p-page-header-tabs) .cds--max\\:col-start-7{grid-column-start:7}:host(c4p-page-header-breadcrumb) .cds--max\\:col-start-8,:host(c4p-page-header-content) .cds--max\\:col-start-8,:host(c4p-page-header-tabs) .cds--max\\:col-start-8{grid-column-start:8}:host(c4p-page-header-breadcrumb) .cds--max\\:col-start-9,:host(c4p-page-header-content) .cds--max\\:col-start-9,:host(c4p-page-header-tabs) .cds--max\\:col-start-9{grid-column-start:9}:host(c4p-page-header-breadcrumb) .cds--max\\:col-start-10,:host(c4p-page-header-content) .cds--max\\:col-start-10,:host(c4p-page-header-tabs) .cds--max\\:col-start-10{grid-column-start:10}:host(c4p-page-header-breadcrumb) .cds--max\\:col-start-11,:host(c4p-page-header-content) .cds--max\\:col-start-11,:host(c4p-page-header-tabs) .cds--max\\:col-start-11{grid-column-start:11}:host(c4p-page-header-breadcrumb) .cds--max\\:col-start-12,:host(c4p-page-header-content) .cds--max\\:col-start-12,:host(c4p-page-header-tabs) .cds--max\\:col-start-12{grid-column-start:12}:host(c4p-page-header-breadcrumb) .cds--max\\:col-start-13,:host(c4p-page-header-content) .cds--max\\:col-start-13,:host(c4p-page-header-tabs) .cds--max\\:col-start-13{grid-column-start:13}:host(c4p-page-header-breadcrumb) .cds--max\\:col-start-14,:host(c4p-page-header-content) .cds--max\\:col-start-14,:host(c4p-page-header-tabs) .cds--max\\:col-start-14{grid-column-start:14}:host(c4p-page-header-breadcrumb) .cds--max\\:col-start-15,:host(c4p-page-header-content) .cds--max\\:col-start-15,:host(c4p-page-header-tabs) .cds--max\\:col-start-15{grid-column-start:15}:host(c4p-page-header-breadcrumb) .cds--max\\:col-start-16,:host(c4p-page-header-content) .cds--max\\:col-start-16,:host(c4p-page-header-tabs) .cds--max\\:col-start-16{grid-column-start:16}:host(c4p-page-header-breadcrumb) .cds--max\\:col-end-2,:host(c4p-page-header-content) .cds--max\\:col-end-2,:host(c4p-page-header-tabs) .cds--max\\:col-end-2{grid-column-end:2}:host(c4p-page-header-breadcrumb) .cds--max\\:col-end-3,:host(c4p-page-header-content) .cds--max\\:col-end-3,:host(c4p-page-header-tabs) .cds--max\\:col-end-3{grid-column-end:3}:host(c4p-page-header-breadcrumb) .cds--max\\:col-end-4,:host(c4p-page-header-content) .cds--max\\:col-end-4,:host(c4p-page-header-tabs) .cds--max\\:col-end-4{grid-column-end:4}:host(c4p-page-header-breadcrumb) .cds--max\\:col-end-5,:host(c4p-page-header-content) .cds--max\\:col-end-5,:host(c4p-page-header-tabs) .cds--max\\:col-end-5{grid-column-end:5}:host(c4p-page-header-breadcrumb) .cds--max\\:col-end-6,:host(c4p-page-header-content) .cds--max\\:col-end-6,:host(c4p-page-header-tabs) .cds--max\\:col-end-6{grid-column-end:6}:host(c4p-page-header-breadcrumb) .cds--max\\:col-end-7,:host(c4p-page-header-content) .cds--max\\:col-end-7,:host(c4p-page-header-tabs) .cds--max\\:col-end-7{grid-column-end:7}:host(c4p-page-header-breadcrumb) .cds--max\\:col-end-8,:host(c4p-page-header-content) .cds--max\\:col-end-8,:host(c4p-page-header-tabs) .cds--max\\:col-end-8{grid-column-end:8}:host(c4p-page-header-breadcrumb) .cds--max\\:col-end-9,:host(c4p-page-header-content) .cds--max\\:col-end-9,:host(c4p-page-header-tabs) .cds--max\\:col-end-9{grid-column-end:9}:host(c4p-page-header-breadcrumb) .cds--max\\:col-end-10,:host(c4p-page-header-content) .cds--max\\:col-end-10,:host(c4p-page-header-tabs) .cds--max\\:col-end-10{grid-column-end:10}:host(c4p-page-header-breadcrumb) .cds--max\\:col-end-11,:host(c4p-page-header-content) .cds--max\\:col-end-11,:host(c4p-page-header-tabs) .cds--max\\:col-end-11{grid-column-end:11}:host(c4p-page-header-breadcrumb) .cds--max\\:col-end-12,:host(c4p-page-header-content) .cds--max\\:col-end-12,:host(c4p-page-header-tabs) .cds--max\\:col-end-12{grid-column-end:12}:host(c4p-page-header-breadcrumb) .cds--max\\:col-end-13,:host(c4p-page-header-content) .cds--max\\:col-end-13,:host(c4p-page-header-tabs) .cds--max\\:col-end-13{grid-column-end:13}:host(c4p-page-header-breadcrumb) .cds--max\\:col-end-14,:host(c4p-page-header-content) .cds--max\\:col-end-14,:host(c4p-page-header-tabs) .cds--max\\:col-end-14{grid-column-end:14}:host(c4p-page-header-breadcrumb) .cds--max\\:col-end-15,:host(c4p-page-header-content) .cds--max\\:col-end-15,:host(c4p-page-header-tabs) .cds--max\\:col-end-15{grid-column-end:15}:host(c4p-page-header-breadcrumb) .cds--max\\:col-end-16,:host(c4p-page-header-content) .cds--max\\:col-end-16,:host(c4p-page-header-tabs) .cds--max\\:col-end-16{grid-column-end:16}:host(c4p-page-header-breadcrumb) .cds--max\\:col-end-17,:host(c4p-page-header-content) .cds--max\\:col-end-17,:host(c4p-page-header-tabs) .cds--max\\:col-end-17{grid-column-end:17}:host(c4p-page-header-breadcrumb) .cds--max\\:col-start-auto,:host(c4p-page-header-content) .cds--max\\:col-start-auto,:host(c4p-page-header-tabs) .cds--max\\:col-start-auto{grid-column-start:auto}:host(c4p-page-header-breadcrumb) .cds--max\\:col-end-auto,:host(c4p-page-header-content) .cds--max\\:col-end-auto,:host(c4p-page-header-tabs) .cds--max\\:col-end-auto{grid-column-end:auto}}:host(c4p-page-header-breadcrumb){background-color:var(--cds-layer-01,#f4f4f4);block-size:2.5rem;border-block-end:var(--cds-border-subtle);inset-block-start:var(--c4p-page-header-breadcrumb-top);position:sticky}:host(c4p-page-header-breadcrumb) ::slotted([slot=icon]){margin-inline-end:.5rem}:host(c4p-page-header-breadcrumb) .cds--subgrid{block-size:100%}:host(c4p-page-header-breadcrumb) .c4p--page-header__breadcrumb-container{align-items:center;block-size:100%;display:inline-flex;inline-size:100%;justify-content:space-between}:host(c4p-page-header-breadcrumb) .c4p--page-header__breadcrumb-wrapper{display:inline-flex}:host(c4p-page-header-breadcrumb) .c4p--page-header__breadcrumb__actions{display:inline-flex}:host(c4p-page-header-breadcrumb:not([content-actions-flush])) ::slotted([slot=content-actions]){margin-inline-end:.75rem!important}:host(c4p-page-header-breadcrumb[page-actions-flush]) .cds--css-grid{margin-inline-end:0;padding-inline-end:0}:host(c4p-page-header-breadcrumb[page-actions-flush]) .cds--css-grid-column{margin-inline-end:0}:host(c4p-page-header-breadcrumb[border=true]){border-block-end:1px solid var(--cds-border-subtle-01,#c6c6c6)}:host(c4p-page-header-content){padding:1.5rem 0}:host(c4p-page-header-content) .c4p--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);margin:0;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;max-inline-size:40rem;text-overflow:ellipsis;white-space:normal}:host(c4p-page-header-content) .c4p--page-header__content__title-wrapper{display:grid;gap:1rem;grid-template-columns:auto minmax(auto,auto);margin-block-end:1rem;min-block-size:2.5rem}@media (max-width:41.98rem){:host(c4p-page-header-content) .c4p--page-header__content__title-wrapper{display:flex;flex-direction:column;grid-gap:1rem}}:host(c4p-page-header-content) .c4p--page-header__content__start{display:flex;flex-wrap:wrap;gap:1rem}:host(c4p-page-header-content) .c4p--page-header__content__page-actions{display:flex;justify-content:right}@media (max-width:41.98rem){:host(c4p-page-header-content) .c4p--page-header__content__page-actions{justify-content:left;margin-block-start:0}}:host(c4p-page-header-content) .c4p--page-header__content__title-container{display:flex}:host(c4p-page-header-content) ::slotted([slot=icon]){margin-inline-end:1rem}:host(c4p-page-header-content) ::slotted([slot=contextual-actions]){display:flex}:host(c4p-page-header-content[contextual-actions]) .c4p--page-header__content__title{-webkit-line-clamp:1}:host(c4p-page-header-content-text){display:block;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:1rem;max-inline-size:40rem}:host(c4p-page-header-content-text) .c4p--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;margin-block-start:0}:host(c4p-page-header-hero-image){align-items:center;block-size:100%;display:flex;justify-content:flex-end;overflow:hidden;position:relative}:host(c4p-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(c4p-page-header-hero-image):before{padding-block-start:50%}}:host(c4p-page-header-hero-image):after{clear:both;content:\"\";display:table}:host(c4p-page-header-tabs){margin-inline-start:-1rem}:host(c4p-page-header-tabs) .c4p--page-header__tab-bar--tablist{display:flex;inline-size:100%;justify-content:space-between}@media (max-width:41.98rem){:host(c4p-page-header-tabs) .c4p--page-header__tab-bar--tablist{flex-direction:column-reverse;grid-gap:1rem}}:host(c4p-page-header-tabs) ::slotted([slot=tags]){align-items:center;display:flex;inline-size:100%;justify-content:right}@media (max-width:41.98rem){:host(c4p-page-header-tabs) ::slotted([slot=tags]){justify-content:left}}:host(c4p-page-header-breadcrumb) .cds--css-grid,:host(c4p-page-header-content) .cds--css-grid,:host(c4p-page-header-tabs) .cds--css-grid{inline-size:auto}cds-definition-tooltip::part(definition-term){border:none}:host(c4p-page-header-tabs) ::slotted(cds-tabs){--tabs-overflow-button-background:$layer-01}"]);
|
10
|
+
var styles = css([".cds--page-header{background-color:var(--cds-layer-01,#f4f4f4);border-block-end:1px solid var(--cds-border-subtle-01,#c6c6c6)}.cds--page-header__breadcrumb-bar{block-size:2.5rem}.cds--page-header__breadcrumb-bar .cds--subgrid{block-size:100%}.cds--page-header__breadcrumb-container{align-items:center;block-size:100%;display:inline-flex;inline-size:100%;justify-content:space-between}.cds--page-header__breadcrumb__actions-flush .cds--css-grid{padding-inline-end:0}.cds--page-header__breadcrumb__actions-flush .cds--css-grid-column{margin-inline-end:0}.cds--page-header__breadcrumb-bar-border{border-block-end:1px solid var(--cds-border-subtle-01,#c6c6c6)}.cds--page-header__breadcrumb__icon{margin-inline-end:.5rem}.cds--page-header__breadcrumb__actions{display:inline-flex}.cds--page-header__breadcrumb__content-actions{margin-inline-end:.75rem}.cds--page-header__breadcrumb-wrapper{display:inline-flex}.cds--page-header__content{padding:1.5rem 0}.cds--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}@media (max-width:41.98rem){.cds--page-header__content__title-wrapper{display:flex;flex-direction:column;grid-gap:1rem}}.cds--page-header__content__start{display:flex;flex-wrap:wrap;gap:1rem}.cds--page-header__content__title-container{display:flex}.cds--page-header__content__title-container .cds--definition-term{border-block-end:none}.cds--page-header__content__contextual-actions{display:flex}.cds--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--page-header__content:has(.cds--page-header__content__contextual-actions) .cds--page-header__content__title{-webkit-line-clamp:1}.cds--page-header__content__icon{margin-inline-end:1rem}.cds--page-header__content__page-actions{display:flex;justify-content:right}@media (max-width:41.98rem){.cds--page-header__content__page-actions{justify-content:left;margin-block-start:0}}.cds--page-header__content__page-actions .cds--menu-button__trigger:not(.cds--btn--ghost){min-inline-size:0}.cds--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--page-header__content__body{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--page-header__hero-image{align-items:center;block-size:100%;display:flex;justify-content:flex-end;overflow:hidden}.cds--page-header__tab-bar{margin-inline-start:-1rem}.cds--page-header__tab-bar--tablist{display:grid;grid-gap:4rem;grid-template-columns:auto minmax(0,1fr)}.cds--page-header__tags{align-items:center;display:flex;justify-content:right}.cds--page-header__tags-popover-list{display:flex;flex-direction:column;padding:1rem}.cds--page-header__tag-item{flex-shrink:0}:host(c4p-page-header){background-color:var(--cds-layer-01,#f4f4f4);border-block-end:1px solid var(--cds-border-subtle-01,#c6c6c6);display:block;inset-block-start:var(--c4p-page-header-header-top);position:sticky}:host(c4p-page-header-breadcrumb),:host(c4p-page-header-content),:host(c4p-page-header-tabs){display:block}:host(c4p-page-header-breadcrumb) :root,:host(c4p-page-header-content) :root,:host(c4p-page-header-tabs) :root{--cds-grid-gutter:2rem;--cds-grid-columns:4;--cds-grid-margin:0}@media (min-width:42rem){:host(c4p-page-header-breadcrumb) :root,:host(c4p-page-header-content) :root,:host(c4p-page-header-tabs) :root{--cds-grid-columns:8;--cds-grid-margin:1rem}}@media (min-width:66rem){:host(c4p-page-header-breadcrumb) :root,:host(c4p-page-header-content) :root,:host(c4p-page-header-tabs) :root{--cds-grid-columns:16}}@media (min-width:99rem){:host(c4p-page-header-breadcrumb) :root,:host(c4p-page-header-content) :root,:host(c4p-page-header-tabs) :root{--cds-grid-margin:1.5rem}}:host(c4p-page-header-breadcrumb) .cds--css-grid,:host(c4p-page-header-content) .cds--css-grid,:host(c4p-page-header-tabs) .cds--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(c4p-page-header-breadcrumb) .cds--css-grid--full-width,:host(c4p-page-header-content) .cds--css-grid--full-width,:host(c4p-page-header-tabs) .cds--css-grid--full-width{max-inline-size:100%}:host(c4p-page-header-breadcrumb) .cds--css-grid-column,:host(c4p-page-header-content) .cds--css-grid-column,:host(c4p-page-header-tabs) .cds--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(c4p-page-header-breadcrumb) .cds--css-grid-column,[dir=rtl] :host(c4p-page-header-content) .cds--css-grid-column,[dir=rtl] :host(c4p-page-header-tabs) .cds--css-grid-column{margin-inline:var(--cds-grid-gutter-end) var(--cds-grid-gutter-start)}:host(c4p-page-header-breadcrumb) .cds--css-grid--narrow,:host(c4p-page-header-content) .cds--css-grid--narrow,:host(c4p-page-header-tabs) .cds--css-grid--narrow{--cds-grid-gutter-start:0rem}:host(c4p-page-header-breadcrumb) .cds--css-grid--condensed,:host(c4p-page-header-content) .cds--css-grid--condensed,:host(c4p-page-header-tabs) .cds--css-grid--condensed{--cds-grid-gutter:0.0625rem;--cds-grid-column-hang:0.96875rem}:host(c4p-page-header-breadcrumb) .cds--css-grid--start,:host(c4p-page-header-content) .cds--css-grid--start,:host(c4p-page-header-tabs) .cds--css-grid--start{margin-inline-start:0}:host(c4p-page-header-breadcrumb) .cds--css-grid--end,:host(c4p-page-header-content) .cds--css-grid--end,:host(c4p-page-header-tabs) .cds--css-grid--end{margin-inline-end:0}:host(c4p-page-header-breadcrumb) .cds--subgrid,:host(c4p-page-header-content) .cds--subgrid,:host(c4p-page-header-tabs) .cds--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(c4p-page-header-breadcrumb) .cds--subgrid,[dir=rtl] :host(c4p-page-header-content) .cds--subgrid,[dir=rtl] :host(c4p-page-header-tabs) .cds--subgrid{margin-inline:calc(var(--cds-grid-mode-end)*-1) calc(var(--cds-grid-mode-start)*-1)}:host(c4p-page-header-breadcrumb) .cds--subgrid--wide,:host(c4p-page-header-content) .cds--subgrid--wide,:host(c4p-page-header-tabs) .cds--subgrid--wide{--cds-grid-gutter-start:1rem;--cds-grid-gutter-end:1rem;--cds-grid-column-hang:0}:host(c4p-page-header-breadcrumb) .cds--subgrid--narrow,:host(c4p-page-header-content) .cds--subgrid--narrow,:host(c4p-page-header-tabs) .cds--subgrid--narrow{--cds-grid-gutter-start:0rem;--cds-grid-gutter-end:1rem;--cds-grid-column-hang:1rem}:host(c4p-page-header-breadcrumb) .cds--subgrid--condensed,:host(c4p-page-header-content) .cds--subgrid--condensed,:host(c4p-page-header-tabs) .cds--subgrid--condensed{--cds-grid-gutter-start:0.03125rem;--cds-grid-gutter-end:0.03125rem;--cds-grid-column-hang:0.96875rem}:host(c4p-page-header-breadcrumb) .cds--grid-column-hang,:host(c4p-page-header-content) .cds--grid-column-hang,:host(c4p-page-header-tabs) .cds--grid-column-hang{margin-inline-start:var(--cds-grid-column-hang)}[dir=rtl] :host(c4p-page-header-breadcrumb) .cds--grid-column-hang,[dir=rtl] :host(c4p-page-header-content) .cds--grid-column-hang,[dir=rtl] :host(c4p-page-header-tabs) .cds--grid-column-hang{margin-inline:initial var(--cds-grid-column-hang)}:host(c4p-page-header-breadcrumb) .cds--col-span-0,:host(c4p-page-header-content) .cds--col-span-0,:host(c4p-page-header-tabs) .cds--col-span-0{display:none}:host(c4p-page-header-breadcrumb) .cds--col-span-1,:host(c4p-page-header-content) .cds--col-span-1,:host(c4p-page-header-tabs) .cds--col-span-1{--cds-grid-columns:1;display:block;grid-column:span 1/span 1}:host(c4p-page-header-breadcrumb) .cds--col-span-2,:host(c4p-page-header-content) .cds--col-span-2,:host(c4p-page-header-tabs) .cds--col-span-2{--cds-grid-columns:2;display:block;grid-column:span 2/span 2}:host(c4p-page-header-breadcrumb) .cds--col-span-3,:host(c4p-page-header-content) .cds--col-span-3,:host(c4p-page-header-tabs) .cds--col-span-3{--cds-grid-columns:3;display:block;grid-column:span 3/span 3}:host(c4p-page-header-breadcrumb) .cds--col-span-4,:host(c4p-page-header-content) .cds--col-span-4,:host(c4p-page-header-tabs) .cds--col-span-4{--cds-grid-columns:4;display:block;grid-column:span 4/span 4}:host(c4p-page-header-breadcrumb) .cds--col-span-5,:host(c4p-page-header-content) .cds--col-span-5,:host(c4p-page-header-tabs) .cds--col-span-5{--cds-grid-columns:5;display:block;grid-column:span 5/span 5}:host(c4p-page-header-breadcrumb) .cds--col-span-6,:host(c4p-page-header-content) .cds--col-span-6,:host(c4p-page-header-tabs) .cds--col-span-6{--cds-grid-columns:6;display:block;grid-column:span 6/span 6}:host(c4p-page-header-breadcrumb) .cds--col-span-7,:host(c4p-page-header-content) .cds--col-span-7,:host(c4p-page-header-tabs) .cds--col-span-7{--cds-grid-columns:7;display:block;grid-column:span 7/span 7}:host(c4p-page-header-breadcrumb) .cds--col-span-8,:host(c4p-page-header-content) .cds--col-span-8,:host(c4p-page-header-tabs) .cds--col-span-8{--cds-grid-columns:8;display:block;grid-column:span 8/span 8}:host(c4p-page-header-breadcrumb) .cds--col-span-9,:host(c4p-page-header-content) .cds--col-span-9,:host(c4p-page-header-tabs) .cds--col-span-9{--cds-grid-columns:9;display:block;grid-column:span 9/span 9}:host(c4p-page-header-breadcrumb) .cds--col-span-10,:host(c4p-page-header-content) .cds--col-span-10,:host(c4p-page-header-tabs) .cds--col-span-10{--cds-grid-columns:10;display:block;grid-column:span 10/span 10}:host(c4p-page-header-breadcrumb) .cds--col-span-11,:host(c4p-page-header-content) .cds--col-span-11,:host(c4p-page-header-tabs) .cds--col-span-11{--cds-grid-columns:11;display:block;grid-column:span 11/span 11}:host(c4p-page-header-breadcrumb) .cds--col-span-12,:host(c4p-page-header-content) .cds--col-span-12,:host(c4p-page-header-tabs) .cds--col-span-12{--cds-grid-columns:12;display:block;grid-column:span 12/span 12}:host(c4p-page-header-breadcrumb) .cds--col-span-13,:host(c4p-page-header-content) .cds--col-span-13,:host(c4p-page-header-tabs) .cds--col-span-13{--cds-grid-columns:13;display:block;grid-column:span 13/span 13}:host(c4p-page-header-breadcrumb) .cds--col-span-14,:host(c4p-page-header-content) .cds--col-span-14,:host(c4p-page-header-tabs) .cds--col-span-14{--cds-grid-columns:14;display:block;grid-column:span 14/span 14}:host(c4p-page-header-breadcrumb) .cds--col-span-15,:host(c4p-page-header-content) .cds--col-span-15,:host(c4p-page-header-tabs) .cds--col-span-15{--cds-grid-columns:15;display:block;grid-column:span 15/span 15}:host(c4p-page-header-breadcrumb) .cds--col-span-16,:host(c4p-page-header-content) .cds--col-span-16,:host(c4p-page-header-tabs) .cds--col-span-16{--cds-grid-columns:16;display:block;grid-column:span 16/span 16}:host(c4p-page-header-breadcrumb) .cds--sm\\:col-span-0,:host(c4p-page-header-content) .cds--sm\\:col-span-0,:host(c4p-page-header-tabs) .cds--sm\\:col-span-0{display:none}:host(c4p-page-header-breadcrumb) .cds--sm\\:col-span-1,:host(c4p-page-header-content) .cds--sm\\:col-span-1,:host(c4p-page-header-tabs) .cds--sm\\:col-span-1{--cds-grid-columns:1;display:block;grid-column:span 1/span 1}:host(c4p-page-header-breadcrumb) .cds--sm\\:col-span-2,:host(c4p-page-header-content) .cds--sm\\:col-span-2,:host(c4p-page-header-tabs) .cds--sm\\:col-span-2{--cds-grid-columns:2;display:block;grid-column:span 2/span 2}:host(c4p-page-header-breadcrumb) .cds--sm\\:col-span-3,:host(c4p-page-header-content) .cds--sm\\:col-span-3,:host(c4p-page-header-tabs) .cds--sm\\:col-span-3{--cds-grid-columns:3;display:block;grid-column:span 3/span 3}:host(c4p-page-header-breadcrumb) .cds--sm\\:col-span-4,:host(c4p-page-header-content) .cds--sm\\:col-span-4,:host(c4p-page-header-tabs) .cds--sm\\:col-span-4{--cds-grid-columns:4;display:block;grid-column:span 4/span 4}:host(c4p-page-header-breadcrumb) .cds--sm\\:col-span-auto,:host(c4p-page-header-content) .cds--sm\\:col-span-auto,:host(c4p-page-header-tabs) .cds--sm\\:col-span-auto{grid-column:auto}:host(c4p-page-header-breadcrumb) .cds--sm\\:col-span-100,:host(c4p-page-header-content) .cds--sm\\:col-span-100,:host(c4p-page-header-tabs) .cds--sm\\:col-span-100{grid-column:1/-1}:host(c4p-page-header-breadcrumb) .cds--sm\\:col-span-75,:host(c4p-page-header-content) .cds--sm\\:col-span-75,:host(c4p-page-header-tabs) .cds--sm\\:col-span-75{--cds-grid-columns:3;grid-column:span 3/span 3}:host(c4p-page-header-breadcrumb) .cds--sm\\:col-span-50,:host(c4p-page-header-content) .cds--sm\\:col-span-50,:host(c4p-page-header-tabs) .cds--sm\\:col-span-50{--cds-grid-columns:2;grid-column:span 2/span 2}:host(c4p-page-header-breadcrumb) .cds--sm\\:col-span-25,:host(c4p-page-header-content) .cds--sm\\:col-span-25,:host(c4p-page-header-tabs) .cds--sm\\:col-span-25{--cds-grid-columns:1;grid-column:span 1/span 1}@media (min-width:42rem){:host(c4p-page-header-breadcrumb) .cds--md\\:col-span-0,:host(c4p-page-header-content) .cds--md\\:col-span-0,:host(c4p-page-header-tabs) .cds--md\\:col-span-0{display:none}}@media (min-width:42rem){:host(c4p-page-header-breadcrumb) .cds--md\\:col-span-1,:host(c4p-page-header-content) .cds--md\\:col-span-1,:host(c4p-page-header-tabs) .cds--md\\:col-span-1{--cds-grid-columns:1;display:block;grid-column:span 1/span 1}}@media (min-width:42rem){:host(c4p-page-header-breadcrumb) .cds--md\\:col-span-2,:host(c4p-page-header-content) .cds--md\\:col-span-2,:host(c4p-page-header-tabs) .cds--md\\:col-span-2{--cds-grid-columns:2;display:block;grid-column:span 2/span 2}}@media (min-width:42rem){:host(c4p-page-header-breadcrumb) .cds--md\\:col-span-3,:host(c4p-page-header-content) .cds--md\\:col-span-3,:host(c4p-page-header-tabs) .cds--md\\:col-span-3{--cds-grid-columns:3;display:block;grid-column:span 3/span 3}}@media (min-width:42rem){:host(c4p-page-header-breadcrumb) .cds--md\\:col-span-4,:host(c4p-page-header-content) .cds--md\\:col-span-4,:host(c4p-page-header-tabs) .cds--md\\:col-span-4{--cds-grid-columns:4;display:block;grid-column:span 4/span 4}}@media (min-width:42rem){:host(c4p-page-header-breadcrumb) .cds--md\\:col-span-5,:host(c4p-page-header-content) .cds--md\\:col-span-5,:host(c4p-page-header-tabs) .cds--md\\:col-span-5{--cds-grid-columns:5;display:block;grid-column:span 5/span 5}}@media (min-width:42rem){:host(c4p-page-header-breadcrumb) .cds--md\\:col-span-6,:host(c4p-page-header-content) .cds--md\\:col-span-6,:host(c4p-page-header-tabs) .cds--md\\:col-span-6{--cds-grid-columns:6;display:block;grid-column:span 6/span 6}}@media (min-width:42rem){:host(c4p-page-header-breadcrumb) .cds--md\\:col-span-7,:host(c4p-page-header-content) .cds--md\\:col-span-7,:host(c4p-page-header-tabs) .cds--md\\:col-span-7{--cds-grid-columns:7;display:block;grid-column:span 7/span 7}}@media (min-width:42rem){:host(c4p-page-header-breadcrumb) .cds--md\\:col-span-8,:host(c4p-page-header-content) .cds--md\\:col-span-8,:host(c4p-page-header-tabs) .cds--md\\:col-span-8{--cds-grid-columns:8;display:block;grid-column:span 8/span 8}}@media (min-width:42rem){:host(c4p-page-header-breadcrumb) .cds--md\\:col-span-auto,:host(c4p-page-header-content) .cds--md\\:col-span-auto,:host(c4p-page-header-tabs) .cds--md\\:col-span-auto{grid-column:auto}:host(c4p-page-header-breadcrumb) .cds--md\\:col-span-100,:host(c4p-page-header-content) .cds--md\\:col-span-100,:host(c4p-page-header-tabs) .cds--md\\:col-span-100{grid-column:1/-1}:host(c4p-page-header-breadcrumb) .cds--md\\:col-span-75,:host(c4p-page-header-content) .cds--md\\:col-span-75,:host(c4p-page-header-tabs) .cds--md\\:col-span-75{--cds-grid-columns:6;grid-column:span 6/span 6}:host(c4p-page-header-breadcrumb) .cds--md\\:col-span-50,:host(c4p-page-header-content) .cds--md\\:col-span-50,:host(c4p-page-header-tabs) .cds--md\\:col-span-50{--cds-grid-columns:4;grid-column:span 4/span 4}:host(c4p-page-header-breadcrumb) .cds--md\\:col-span-25,:host(c4p-page-header-content) .cds--md\\:col-span-25,:host(c4p-page-header-tabs) .cds--md\\:col-span-25{--cds-grid-columns:2;grid-column:span 2/span 2}}@media (min-width:66rem){:host(c4p-page-header-breadcrumb) .cds--lg\\:col-span-0,:host(c4p-page-header-content) .cds--lg\\:col-span-0,:host(c4p-page-header-tabs) .cds--lg\\:col-span-0{display:none}}@media (min-width:66rem){:host(c4p-page-header-breadcrumb) .cds--lg\\:col-span-1,:host(c4p-page-header-content) .cds--lg\\:col-span-1,:host(c4p-page-header-tabs) .cds--lg\\:col-span-1{--cds-grid-columns:1;display:block;grid-column:span 1/span 1}}@media (min-width:66rem){:host(c4p-page-header-breadcrumb) .cds--lg\\:col-span-2,:host(c4p-page-header-content) .cds--lg\\:col-span-2,:host(c4p-page-header-tabs) .cds--lg\\:col-span-2{--cds-grid-columns:2;display:block;grid-column:span 2/span 2}}@media (min-width:66rem){:host(c4p-page-header-breadcrumb) .cds--lg\\:col-span-3,:host(c4p-page-header-content) .cds--lg\\:col-span-3,:host(c4p-page-header-tabs) .cds--lg\\:col-span-3{--cds-grid-columns:3;display:block;grid-column:span 3/span 3}}@media (min-width:66rem){:host(c4p-page-header-breadcrumb) .cds--lg\\:col-span-4,:host(c4p-page-header-content) .cds--lg\\:col-span-4,:host(c4p-page-header-tabs) .cds--lg\\:col-span-4{--cds-grid-columns:4;display:block;grid-column:span 4/span 4}}@media (min-width:66rem){:host(c4p-page-header-breadcrumb) .cds--lg\\:col-span-5,:host(c4p-page-header-content) .cds--lg\\:col-span-5,:host(c4p-page-header-tabs) .cds--lg\\:col-span-5{--cds-grid-columns:5;display:block;grid-column:span 5/span 5}}@media (min-width:66rem){:host(c4p-page-header-breadcrumb) .cds--lg\\:col-span-6,:host(c4p-page-header-content) .cds--lg\\:col-span-6,:host(c4p-page-header-tabs) .cds--lg\\:col-span-6{--cds-grid-columns:6;display:block;grid-column:span 6/span 6}}@media (min-width:66rem){:host(c4p-page-header-breadcrumb) .cds--lg\\:col-span-7,:host(c4p-page-header-content) .cds--lg\\:col-span-7,:host(c4p-page-header-tabs) .cds--lg\\:col-span-7{--cds-grid-columns:7;display:block;grid-column:span 7/span 7}}@media (min-width:66rem){:host(c4p-page-header-breadcrumb) .cds--lg\\:col-span-8,:host(c4p-page-header-content) .cds--lg\\:col-span-8,:host(c4p-page-header-tabs) .cds--lg\\:col-span-8{--cds-grid-columns:8;display:block;grid-column:span 8/span 8}}@media (min-width:66rem){:host(c4p-page-header-breadcrumb) .cds--lg\\:col-span-9,:host(c4p-page-header-content) .cds--lg\\:col-span-9,:host(c4p-page-header-tabs) .cds--lg\\:col-span-9{--cds-grid-columns:9;display:block;grid-column:span 9/span 9}}@media (min-width:66rem){:host(c4p-page-header-breadcrumb) .cds--lg\\:col-span-10,:host(c4p-page-header-content) .cds--lg\\:col-span-10,:host(c4p-page-header-tabs) .cds--lg\\:col-span-10{--cds-grid-columns:10;display:block;grid-column:span 10/span 10}}@media (min-width:66rem){:host(c4p-page-header-breadcrumb) .cds--lg\\:col-span-11,:host(c4p-page-header-content) .cds--lg\\:col-span-11,:host(c4p-page-header-tabs) .cds--lg\\:col-span-11{--cds-grid-columns:11;display:block;grid-column:span 11/span 11}}@media (min-width:66rem){:host(c4p-page-header-breadcrumb) .cds--lg\\:col-span-12,:host(c4p-page-header-content) .cds--lg\\:col-span-12,:host(c4p-page-header-tabs) .cds--lg\\:col-span-12{--cds-grid-columns:12;display:block;grid-column:span 12/span 12}}@media (min-width:66rem){:host(c4p-page-header-breadcrumb) .cds--lg\\:col-span-13,:host(c4p-page-header-content) .cds--lg\\:col-span-13,:host(c4p-page-header-tabs) .cds--lg\\:col-span-13{--cds-grid-columns:13;display:block;grid-column:span 13/span 13}}@media (min-width:66rem){:host(c4p-page-header-breadcrumb) .cds--lg\\:col-span-14,:host(c4p-page-header-content) .cds--lg\\:col-span-14,:host(c4p-page-header-tabs) .cds--lg\\:col-span-14{--cds-grid-columns:14;display:block;grid-column:span 14/span 14}}@media (min-width:66rem){:host(c4p-page-header-breadcrumb) .cds--lg\\:col-span-15,:host(c4p-page-header-content) .cds--lg\\:col-span-15,:host(c4p-page-header-tabs) .cds--lg\\:col-span-15{--cds-grid-columns:15;display:block;grid-column:span 15/span 15}}@media (min-width:66rem){:host(c4p-page-header-breadcrumb) .cds--lg\\:col-span-16,:host(c4p-page-header-content) .cds--lg\\:col-span-16,:host(c4p-page-header-tabs) .cds--lg\\:col-span-16{--cds-grid-columns:16;display:block;grid-column:span 16/span 16}}@media (min-width:66rem){:host(c4p-page-header-breadcrumb) .cds--lg\\:col-span-auto,:host(c4p-page-header-content) .cds--lg\\:col-span-auto,:host(c4p-page-header-tabs) .cds--lg\\:col-span-auto{grid-column:auto}:host(c4p-page-header-breadcrumb) .cds--lg\\:col-span-100,:host(c4p-page-header-content) .cds--lg\\:col-span-100,:host(c4p-page-header-tabs) .cds--lg\\:col-span-100{grid-column:1/-1}:host(c4p-page-header-breadcrumb) .cds--lg\\:col-span-75,:host(c4p-page-header-content) .cds--lg\\:col-span-75,:host(c4p-page-header-tabs) .cds--lg\\:col-span-75{--cds-grid-columns:12;grid-column:span 12/span 12}:host(c4p-page-header-breadcrumb) .cds--lg\\:col-span-50,:host(c4p-page-header-content) .cds--lg\\:col-span-50,:host(c4p-page-header-tabs) .cds--lg\\:col-span-50{--cds-grid-columns:8;grid-column:span 8/span 8}:host(c4p-page-header-breadcrumb) .cds--lg\\:col-span-25,:host(c4p-page-header-content) .cds--lg\\:col-span-25,:host(c4p-page-header-tabs) .cds--lg\\:col-span-25{--cds-grid-columns:4;grid-column:span 4/span 4}}@media (min-width:82rem){:host(c4p-page-header-breadcrumb) .cds--xlg\\:col-span-0,:host(c4p-page-header-content) .cds--xlg\\:col-span-0,:host(c4p-page-header-tabs) .cds--xlg\\:col-span-0{display:none}}@media (min-width:82rem){:host(c4p-page-header-breadcrumb) .cds--xlg\\:col-span-1,:host(c4p-page-header-content) .cds--xlg\\:col-span-1,:host(c4p-page-header-tabs) .cds--xlg\\:col-span-1{--cds-grid-columns:1;display:block;grid-column:span 1/span 1}}@media (min-width:82rem){:host(c4p-page-header-breadcrumb) .cds--xlg\\:col-span-2,:host(c4p-page-header-content) .cds--xlg\\:col-span-2,:host(c4p-page-header-tabs) .cds--xlg\\:col-span-2{--cds-grid-columns:2;display:block;grid-column:span 2/span 2}}@media (min-width:82rem){:host(c4p-page-header-breadcrumb) .cds--xlg\\:col-span-3,:host(c4p-page-header-content) .cds--xlg\\:col-span-3,:host(c4p-page-header-tabs) .cds--xlg\\:col-span-3{--cds-grid-columns:3;display:block;grid-column:span 3/span 3}}@media (min-width:82rem){:host(c4p-page-header-breadcrumb) .cds--xlg\\:col-span-4,:host(c4p-page-header-content) .cds--xlg\\:col-span-4,:host(c4p-page-header-tabs) .cds--xlg\\:col-span-4{--cds-grid-columns:4;display:block;grid-column:span 4/span 4}}@media (min-width:82rem){:host(c4p-page-header-breadcrumb) .cds--xlg\\:col-span-5,:host(c4p-page-header-content) .cds--xlg\\:col-span-5,:host(c4p-page-header-tabs) .cds--xlg\\:col-span-5{--cds-grid-columns:5;display:block;grid-column:span 5/span 5}}@media (min-width:82rem){:host(c4p-page-header-breadcrumb) .cds--xlg\\:col-span-6,:host(c4p-page-header-content) .cds--xlg\\:col-span-6,:host(c4p-page-header-tabs) .cds--xlg\\:col-span-6{--cds-grid-columns:6;display:block;grid-column:span 6/span 6}}@media (min-width:82rem){:host(c4p-page-header-breadcrumb) .cds--xlg\\:col-span-7,:host(c4p-page-header-content) .cds--xlg\\:col-span-7,:host(c4p-page-header-tabs) .cds--xlg\\:col-span-7{--cds-grid-columns:7;display:block;grid-column:span 7/span 7}}@media (min-width:82rem){:host(c4p-page-header-breadcrumb) .cds--xlg\\:col-span-8,:host(c4p-page-header-content) .cds--xlg\\:col-span-8,:host(c4p-page-header-tabs) .cds--xlg\\:col-span-8{--cds-grid-columns:8;display:block;grid-column:span 8/span 8}}@media (min-width:82rem){:host(c4p-page-header-breadcrumb) .cds--xlg\\:col-span-9,:host(c4p-page-header-content) .cds--xlg\\:col-span-9,:host(c4p-page-header-tabs) .cds--xlg\\:col-span-9{--cds-grid-columns:9;display:block;grid-column:span 9/span 9}}@media (min-width:82rem){:host(c4p-page-header-breadcrumb) .cds--xlg\\:col-span-10,:host(c4p-page-header-content) .cds--xlg\\:col-span-10,:host(c4p-page-header-tabs) .cds--xlg\\:col-span-10{--cds-grid-columns:10;display:block;grid-column:span 10/span 10}}@media (min-width:82rem){:host(c4p-page-header-breadcrumb) .cds--xlg\\:col-span-11,:host(c4p-page-header-content) .cds--xlg\\:col-span-11,:host(c4p-page-header-tabs) .cds--xlg\\:col-span-11{--cds-grid-columns:11;display:block;grid-column:span 11/span 11}}@media (min-width:82rem){:host(c4p-page-header-breadcrumb) .cds--xlg\\:col-span-12,:host(c4p-page-header-content) .cds--xlg\\:col-span-12,:host(c4p-page-header-tabs) .cds--xlg\\:col-span-12{--cds-grid-columns:12;display:block;grid-column:span 12/span 12}}@media (min-width:82rem){:host(c4p-page-header-breadcrumb) .cds--xlg\\:col-span-13,:host(c4p-page-header-content) .cds--xlg\\:col-span-13,:host(c4p-page-header-tabs) .cds--xlg\\:col-span-13{--cds-grid-columns:13;display:block;grid-column:span 13/span 13}}@media (min-width:82rem){:host(c4p-page-header-breadcrumb) .cds--xlg\\:col-span-14,:host(c4p-page-header-content) .cds--xlg\\:col-span-14,:host(c4p-page-header-tabs) .cds--xlg\\:col-span-14{--cds-grid-columns:14;display:block;grid-column:span 14/span 14}}@media (min-width:82rem){:host(c4p-page-header-breadcrumb) .cds--xlg\\:col-span-15,:host(c4p-page-header-content) .cds--xlg\\:col-span-15,:host(c4p-page-header-tabs) .cds--xlg\\:col-span-15{--cds-grid-columns:15;display:block;grid-column:span 15/span 15}}@media (min-width:82rem){:host(c4p-page-header-breadcrumb) .cds--xlg\\:col-span-16,:host(c4p-page-header-content) .cds--xlg\\:col-span-16,:host(c4p-page-header-tabs) .cds--xlg\\:col-span-16{--cds-grid-columns:16;display:block;grid-column:span 16/span 16}}@media (min-width:82rem){:host(c4p-page-header-breadcrumb) .cds--xlg\\:col-span-auto,:host(c4p-page-header-content) .cds--xlg\\:col-span-auto,:host(c4p-page-header-tabs) .cds--xlg\\:col-span-auto{grid-column:auto}:host(c4p-page-header-breadcrumb) .cds--xlg\\:col-span-100,:host(c4p-page-header-content) .cds--xlg\\:col-span-100,:host(c4p-page-header-tabs) .cds--xlg\\:col-span-100{grid-column:1/-1}:host(c4p-page-header-breadcrumb) .cds--xlg\\:col-span-75,:host(c4p-page-header-content) .cds--xlg\\:col-span-75,:host(c4p-page-header-tabs) .cds--xlg\\:col-span-75{--cds-grid-columns:12;grid-column:span 12/span 12}:host(c4p-page-header-breadcrumb) .cds--xlg\\:col-span-50,:host(c4p-page-header-content) .cds--xlg\\:col-span-50,:host(c4p-page-header-tabs) .cds--xlg\\:col-span-50{--cds-grid-columns:8;grid-column:span 8/span 8}:host(c4p-page-header-breadcrumb) .cds--xlg\\:col-span-25,:host(c4p-page-header-content) .cds--xlg\\:col-span-25,:host(c4p-page-header-tabs) .cds--xlg\\:col-span-25{--cds-grid-columns:4;grid-column:span 4/span 4}}@media (min-width:99rem){:host(c4p-page-header-breadcrumb) .cds--max\\:col-span-0,:host(c4p-page-header-content) .cds--max\\:col-span-0,:host(c4p-page-header-tabs) .cds--max\\:col-span-0{display:none}}@media (min-width:99rem){:host(c4p-page-header-breadcrumb) .cds--max\\:col-span-1,:host(c4p-page-header-content) .cds--max\\:col-span-1,:host(c4p-page-header-tabs) .cds--max\\:col-span-1{--cds-grid-columns:1;display:block;grid-column:span 1/span 1}}@media (min-width:99rem){:host(c4p-page-header-breadcrumb) .cds--max\\:col-span-2,:host(c4p-page-header-content) .cds--max\\:col-span-2,:host(c4p-page-header-tabs) .cds--max\\:col-span-2{--cds-grid-columns:2;display:block;grid-column:span 2/span 2}}@media (min-width:99rem){:host(c4p-page-header-breadcrumb) .cds--max\\:col-span-3,:host(c4p-page-header-content) .cds--max\\:col-span-3,:host(c4p-page-header-tabs) .cds--max\\:col-span-3{--cds-grid-columns:3;display:block;grid-column:span 3/span 3}}@media (min-width:99rem){:host(c4p-page-header-breadcrumb) .cds--max\\:col-span-4,:host(c4p-page-header-content) .cds--max\\:col-span-4,:host(c4p-page-header-tabs) .cds--max\\:col-span-4{--cds-grid-columns:4;display:block;grid-column:span 4/span 4}}@media (min-width:99rem){:host(c4p-page-header-breadcrumb) .cds--max\\:col-span-5,:host(c4p-page-header-content) .cds--max\\:col-span-5,:host(c4p-page-header-tabs) .cds--max\\:col-span-5{--cds-grid-columns:5;display:block;grid-column:span 5/span 5}}@media (min-width:99rem){:host(c4p-page-header-breadcrumb) .cds--max\\:col-span-6,:host(c4p-page-header-content) .cds--max\\:col-span-6,:host(c4p-page-header-tabs) .cds--max\\:col-span-6{--cds-grid-columns:6;display:block;grid-column:span 6/span 6}}@media (min-width:99rem){:host(c4p-page-header-breadcrumb) .cds--max\\:col-span-7,:host(c4p-page-header-content) .cds--max\\:col-span-7,:host(c4p-page-header-tabs) .cds--max\\:col-span-7{--cds-grid-columns:7;display:block;grid-column:span 7/span 7}}@media (min-width:99rem){:host(c4p-page-header-breadcrumb) .cds--max\\:col-span-8,:host(c4p-page-header-content) .cds--max\\:col-span-8,:host(c4p-page-header-tabs) .cds--max\\:col-span-8{--cds-grid-columns:8;display:block;grid-column:span 8/span 8}}@media (min-width:99rem){:host(c4p-page-header-breadcrumb) .cds--max\\:col-span-9,:host(c4p-page-header-content) .cds--max\\:col-span-9,:host(c4p-page-header-tabs) .cds--max\\:col-span-9{--cds-grid-columns:9;display:block;grid-column:span 9/span 9}}@media (min-width:99rem){:host(c4p-page-header-breadcrumb) .cds--max\\:col-span-10,:host(c4p-page-header-content) .cds--max\\:col-span-10,:host(c4p-page-header-tabs) .cds--max\\:col-span-10{--cds-grid-columns:10;display:block;grid-column:span 10/span 10}}@media (min-width:99rem){:host(c4p-page-header-breadcrumb) .cds--max\\:col-span-11,:host(c4p-page-header-content) .cds--max\\:col-span-11,:host(c4p-page-header-tabs) .cds--max\\:col-span-11{--cds-grid-columns:11;display:block;grid-column:span 11/span 11}}@media (min-width:99rem){:host(c4p-page-header-breadcrumb) .cds--max\\:col-span-12,:host(c4p-page-header-content) .cds--max\\:col-span-12,:host(c4p-page-header-tabs) .cds--max\\:col-span-12{--cds-grid-columns:12;display:block;grid-column:span 12/span 12}}@media (min-width:99rem){:host(c4p-page-header-breadcrumb) .cds--max\\:col-span-13,:host(c4p-page-header-content) .cds--max\\:col-span-13,:host(c4p-page-header-tabs) .cds--max\\:col-span-13{--cds-grid-columns:13;display:block;grid-column:span 13/span 13}}@media (min-width:99rem){:host(c4p-page-header-breadcrumb) .cds--max\\:col-span-14,:host(c4p-page-header-content) .cds--max\\:col-span-14,:host(c4p-page-header-tabs) .cds--max\\:col-span-14{--cds-grid-columns:14;display:block;grid-column:span 14/span 14}}@media (min-width:99rem){:host(c4p-page-header-breadcrumb) .cds--max\\:col-span-15,:host(c4p-page-header-content) .cds--max\\:col-span-15,:host(c4p-page-header-tabs) .cds--max\\:col-span-15{--cds-grid-columns:15;display:block;grid-column:span 15/span 15}}@media (min-width:99rem){:host(c4p-page-header-breadcrumb) .cds--max\\:col-span-16,:host(c4p-page-header-content) .cds--max\\:col-span-16,:host(c4p-page-header-tabs) .cds--max\\:col-span-16{--cds-grid-columns:16;display:block;grid-column:span 16/span 16}}@media (min-width:99rem){:host(c4p-page-header-breadcrumb) .cds--max\\:col-span-auto,:host(c4p-page-header-content) .cds--max\\:col-span-auto,:host(c4p-page-header-tabs) .cds--max\\:col-span-auto{grid-column:auto}:host(c4p-page-header-breadcrumb) .cds--max\\:col-span-100,:host(c4p-page-header-content) .cds--max\\:col-span-100,:host(c4p-page-header-tabs) .cds--max\\:col-span-100{grid-column:1/-1}:host(c4p-page-header-breadcrumb) .cds--max\\:col-span-75,:host(c4p-page-header-content) .cds--max\\:col-span-75,:host(c4p-page-header-tabs) .cds--max\\:col-span-75{--cds-grid-columns:12;grid-column:span 12/span 12}:host(c4p-page-header-breadcrumb) .cds--max\\:col-span-50,:host(c4p-page-header-content) .cds--max\\:col-span-50,:host(c4p-page-header-tabs) .cds--max\\:col-span-50{--cds-grid-columns:8;grid-column:span 8/span 8}:host(c4p-page-header-breadcrumb) .cds--max\\:col-span-25,:host(c4p-page-header-content) .cds--max\\:col-span-25,:host(c4p-page-header-tabs) .cds--max\\:col-span-25{--cds-grid-columns:4;grid-column:span 4/span 4}}:host(c4p-page-header-breadcrumb) .cds--col-span-auto,:host(c4p-page-header-content) .cds--col-span-auto,:host(c4p-page-header-tabs) .cds--col-span-auto{grid-column:auto}:host(c4p-page-header-breadcrumb) .cds--col-span-100,:host(c4p-page-header-content) .cds--col-span-100,:host(c4p-page-header-tabs) .cds--col-span-100{grid-column:1/-1}:host(c4p-page-header-breadcrumb) .cds--col-span-75,:host(c4p-page-header-content) .cds--col-span-75,:host(c4p-page-header-tabs) .cds--col-span-75{--cds-grid-columns:3;grid-column:span 3/span 3}@media (min-width:42rem){:host(c4p-page-header-breadcrumb) .cds--col-span-75,:host(c4p-page-header-content) .cds--col-span-75,:host(c4p-page-header-tabs) .cds--col-span-75{--cds-grid-columns:6;grid-column:span 6/span 6}}@media (min-width:66rem){:host(c4p-page-header-breadcrumb) .cds--col-span-75,:host(c4p-page-header-content) .cds--col-span-75,:host(c4p-page-header-tabs) .cds--col-span-75{--cds-grid-columns:12;grid-column:span 12/span 12}}:host(c4p-page-header-breadcrumb) .cds--col-span-50,:host(c4p-page-header-content) .cds--col-span-50,:host(c4p-page-header-tabs) .cds--col-span-50{--cds-grid-columns:2;grid-column:span 2/span 2}@media (min-width:42rem){:host(c4p-page-header-breadcrumb) .cds--col-span-50,:host(c4p-page-header-content) .cds--col-span-50,:host(c4p-page-header-tabs) .cds--col-span-50{--cds-grid-columns:4;grid-column:span 4/span 4}}@media (min-width:66rem){:host(c4p-page-header-breadcrumb) .cds--col-span-50,:host(c4p-page-header-content) .cds--col-span-50,:host(c4p-page-header-tabs) .cds--col-span-50{--cds-grid-columns:8;grid-column:span 8/span 8}}:host(c4p-page-header-breadcrumb) .cds--col-span-25,:host(c4p-page-header-content) .cds--col-span-25,:host(c4p-page-header-tabs) .cds--col-span-25{--cds-grid-columns:1;grid-column:span 1/span 1}@media (min-width:42rem){:host(c4p-page-header-breadcrumb) .cds--col-span-25,:host(c4p-page-header-content) .cds--col-span-25,:host(c4p-page-header-tabs) .cds--col-span-25{--cds-grid-columns:2;grid-column:span 2/span 2}}@media (min-width:66rem){:host(c4p-page-header-breadcrumb) .cds--col-span-25,:host(c4p-page-header-content) .cds--col-span-25,:host(c4p-page-header-tabs) .cds--col-span-25{--cds-grid-columns:4;grid-column:span 4/span 4}}:host(c4p-page-header-breadcrumb) .cds--col-start-1,:host(c4p-page-header-content) .cds--col-start-1,:host(c4p-page-header-tabs) .cds--col-start-1{grid-column-start:1}:host(c4p-page-header-breadcrumb) .cds--col-start-2,:host(c4p-page-header-content) .cds--col-start-2,:host(c4p-page-header-tabs) .cds--col-start-2{grid-column-start:2}:host(c4p-page-header-breadcrumb) .cds--col-start-3,:host(c4p-page-header-content) .cds--col-start-3,:host(c4p-page-header-tabs) .cds--col-start-3{grid-column-start:3}:host(c4p-page-header-breadcrumb) .cds--col-start-4,:host(c4p-page-header-content) .cds--col-start-4,:host(c4p-page-header-tabs) .cds--col-start-4{grid-column-start:4}:host(c4p-page-header-breadcrumb) .cds--col-start-5,:host(c4p-page-header-content) .cds--col-start-5,:host(c4p-page-header-tabs) .cds--col-start-5{grid-column-start:5}:host(c4p-page-header-breadcrumb) .cds--col-start-6,:host(c4p-page-header-content) .cds--col-start-6,:host(c4p-page-header-tabs) .cds--col-start-6{grid-column-start:6}:host(c4p-page-header-breadcrumb) .cds--col-start-7,:host(c4p-page-header-content) .cds--col-start-7,:host(c4p-page-header-tabs) .cds--col-start-7{grid-column-start:7}:host(c4p-page-header-breadcrumb) .cds--col-start-8,:host(c4p-page-header-content) .cds--col-start-8,:host(c4p-page-header-tabs) .cds--col-start-8{grid-column-start:8}:host(c4p-page-header-breadcrumb) .cds--col-start-9,:host(c4p-page-header-content) .cds--col-start-9,:host(c4p-page-header-tabs) .cds--col-start-9{grid-column-start:9}:host(c4p-page-header-breadcrumb) .cds--col-start-10,:host(c4p-page-header-content) .cds--col-start-10,:host(c4p-page-header-tabs) .cds--col-start-10{grid-column-start:10}:host(c4p-page-header-breadcrumb) .cds--col-start-11,:host(c4p-page-header-content) .cds--col-start-11,:host(c4p-page-header-tabs) .cds--col-start-11{grid-column-start:11}:host(c4p-page-header-breadcrumb) .cds--col-start-12,:host(c4p-page-header-content) .cds--col-start-12,:host(c4p-page-header-tabs) .cds--col-start-12{grid-column-start:12}:host(c4p-page-header-breadcrumb) .cds--col-start-13,:host(c4p-page-header-content) .cds--col-start-13,:host(c4p-page-header-tabs) .cds--col-start-13{grid-column-start:13}:host(c4p-page-header-breadcrumb) .cds--col-start-14,:host(c4p-page-header-content) .cds--col-start-14,:host(c4p-page-header-tabs) .cds--col-start-14{grid-column-start:14}:host(c4p-page-header-breadcrumb) .cds--col-start-15,:host(c4p-page-header-content) .cds--col-start-15,:host(c4p-page-header-tabs) .cds--col-start-15{grid-column-start:15}:host(c4p-page-header-breadcrumb) .cds--col-start-16,:host(c4p-page-header-content) .cds--col-start-16,:host(c4p-page-header-tabs) .cds--col-start-16{grid-column-start:16}:host(c4p-page-header-breadcrumb) .cds--col-end-2,:host(c4p-page-header-content) .cds--col-end-2,:host(c4p-page-header-tabs) .cds--col-end-2{grid-column-end:2}:host(c4p-page-header-breadcrumb) .cds--col-end-3,:host(c4p-page-header-content) .cds--col-end-3,:host(c4p-page-header-tabs) .cds--col-end-3{grid-column-end:3}:host(c4p-page-header-breadcrumb) .cds--col-end-4,:host(c4p-page-header-content) .cds--col-end-4,:host(c4p-page-header-tabs) .cds--col-end-4{grid-column-end:4}:host(c4p-page-header-breadcrumb) .cds--col-end-5,:host(c4p-page-header-content) .cds--col-end-5,:host(c4p-page-header-tabs) .cds--col-end-5{grid-column-end:5}:host(c4p-page-header-breadcrumb) .cds--col-end-6,:host(c4p-page-header-content) .cds--col-end-6,:host(c4p-page-header-tabs) .cds--col-end-6{grid-column-end:6}:host(c4p-page-header-breadcrumb) .cds--col-end-7,:host(c4p-page-header-content) .cds--col-end-7,:host(c4p-page-header-tabs) .cds--col-end-7{grid-column-end:7}:host(c4p-page-header-breadcrumb) .cds--col-end-8,:host(c4p-page-header-content) .cds--col-end-8,:host(c4p-page-header-tabs) .cds--col-end-8{grid-column-end:8}:host(c4p-page-header-breadcrumb) .cds--col-end-9,:host(c4p-page-header-content) .cds--col-end-9,:host(c4p-page-header-tabs) .cds--col-end-9{grid-column-end:9}:host(c4p-page-header-breadcrumb) .cds--col-end-10,:host(c4p-page-header-content) .cds--col-end-10,:host(c4p-page-header-tabs) .cds--col-end-10{grid-column-end:10}:host(c4p-page-header-breadcrumb) .cds--col-end-11,:host(c4p-page-header-content) .cds--col-end-11,:host(c4p-page-header-tabs) .cds--col-end-11{grid-column-end:11}:host(c4p-page-header-breadcrumb) .cds--col-end-12,:host(c4p-page-header-content) .cds--col-end-12,:host(c4p-page-header-tabs) .cds--col-end-12{grid-column-end:12}:host(c4p-page-header-breadcrumb) .cds--col-end-13,:host(c4p-page-header-content) .cds--col-end-13,:host(c4p-page-header-tabs) .cds--col-end-13{grid-column-end:13}:host(c4p-page-header-breadcrumb) .cds--col-end-14,:host(c4p-page-header-content) .cds--col-end-14,:host(c4p-page-header-tabs) .cds--col-end-14{grid-column-end:14}:host(c4p-page-header-breadcrumb) .cds--col-end-15,:host(c4p-page-header-content) .cds--col-end-15,:host(c4p-page-header-tabs) .cds--col-end-15{grid-column-end:15}:host(c4p-page-header-breadcrumb) .cds--col-end-16,:host(c4p-page-header-content) .cds--col-end-16,:host(c4p-page-header-tabs) .cds--col-end-16{grid-column-end:16}:host(c4p-page-header-breadcrumb) .cds--col-end-17,:host(c4p-page-header-content) .cds--col-end-17,:host(c4p-page-header-tabs) .cds--col-end-17{grid-column-end:17}:host(c4p-page-header-breadcrumb) .cds--col-start-auto,:host(c4p-page-header-content) .cds--col-start-auto,:host(c4p-page-header-tabs) .cds--col-start-auto{grid-column-start:auto}:host(c4p-page-header-breadcrumb) .cds--col-end-auto,:host(c4p-page-header-content) .cds--col-end-auto,:host(c4p-page-header-tabs) .cds--col-end-auto{grid-column-end:auto}:host(c4p-page-header-breadcrumb) .cds--sm\\:col-start-1,:host(c4p-page-header-content) .cds--sm\\:col-start-1,:host(c4p-page-header-tabs) .cds--sm\\:col-start-1{grid-column-start:1}:host(c4p-page-header-breadcrumb) .cds--sm\\:col-start-2,:host(c4p-page-header-content) .cds--sm\\:col-start-2,:host(c4p-page-header-tabs) .cds--sm\\:col-start-2{grid-column-start:2}:host(c4p-page-header-breadcrumb) .cds--sm\\:col-start-3,:host(c4p-page-header-content) .cds--sm\\:col-start-3,:host(c4p-page-header-tabs) .cds--sm\\:col-start-3{grid-column-start:3}:host(c4p-page-header-breadcrumb) .cds--sm\\:col-start-4,:host(c4p-page-header-content) .cds--sm\\:col-start-4,:host(c4p-page-header-tabs) .cds--sm\\:col-start-4{grid-column-start:4}:host(c4p-page-header-breadcrumb) .cds--sm\\:col-start-5,:host(c4p-page-header-content) .cds--sm\\:col-start-5,:host(c4p-page-header-tabs) .cds--sm\\:col-start-5{grid-column-start:5}:host(c4p-page-header-breadcrumb) .cds--sm\\:col-start-6,:host(c4p-page-header-content) .cds--sm\\:col-start-6,:host(c4p-page-header-tabs) .cds--sm\\:col-start-6{grid-column-start:6}:host(c4p-page-header-breadcrumb) .cds--sm\\:col-start-7,:host(c4p-page-header-content) .cds--sm\\:col-start-7,:host(c4p-page-header-tabs) .cds--sm\\:col-start-7{grid-column-start:7}:host(c4p-page-header-breadcrumb) .cds--sm\\:col-start-8,:host(c4p-page-header-content) .cds--sm\\:col-start-8,:host(c4p-page-header-tabs) .cds--sm\\:col-start-8{grid-column-start:8}:host(c4p-page-header-breadcrumb) .cds--sm\\:col-start-9,:host(c4p-page-header-content) .cds--sm\\:col-start-9,:host(c4p-page-header-tabs) .cds--sm\\:col-start-9{grid-column-start:9}:host(c4p-page-header-breadcrumb) .cds--sm\\:col-start-10,:host(c4p-page-header-content) .cds--sm\\:col-start-10,:host(c4p-page-header-tabs) .cds--sm\\:col-start-10{grid-column-start:10}:host(c4p-page-header-breadcrumb) .cds--sm\\:col-start-11,:host(c4p-page-header-content) .cds--sm\\:col-start-11,:host(c4p-page-header-tabs) .cds--sm\\:col-start-11{grid-column-start:11}:host(c4p-page-header-breadcrumb) .cds--sm\\:col-start-12,:host(c4p-page-header-content) .cds--sm\\:col-start-12,:host(c4p-page-header-tabs) .cds--sm\\:col-start-12{grid-column-start:12}:host(c4p-page-header-breadcrumb) .cds--sm\\:col-start-13,:host(c4p-page-header-content) .cds--sm\\:col-start-13,:host(c4p-page-header-tabs) .cds--sm\\:col-start-13{grid-column-start:13}:host(c4p-page-header-breadcrumb) .cds--sm\\:col-start-14,:host(c4p-page-header-content) .cds--sm\\:col-start-14,:host(c4p-page-header-tabs) .cds--sm\\:col-start-14{grid-column-start:14}:host(c4p-page-header-breadcrumb) .cds--sm\\:col-start-15,:host(c4p-page-header-content) .cds--sm\\:col-start-15,:host(c4p-page-header-tabs) .cds--sm\\:col-start-15{grid-column-start:15}:host(c4p-page-header-breadcrumb) .cds--sm\\:col-start-16,:host(c4p-page-header-content) .cds--sm\\:col-start-16,:host(c4p-page-header-tabs) .cds--sm\\:col-start-16{grid-column-start:16}:host(c4p-page-header-breadcrumb) .cds--sm\\:col-end-2,:host(c4p-page-header-content) .cds--sm\\:col-end-2,:host(c4p-page-header-tabs) .cds--sm\\:col-end-2{grid-column-end:2}:host(c4p-page-header-breadcrumb) .cds--sm\\:col-end-3,:host(c4p-page-header-content) .cds--sm\\:col-end-3,:host(c4p-page-header-tabs) .cds--sm\\:col-end-3{grid-column-end:3}:host(c4p-page-header-breadcrumb) .cds--sm\\:col-end-4,:host(c4p-page-header-content) .cds--sm\\:col-end-4,:host(c4p-page-header-tabs) .cds--sm\\:col-end-4{grid-column-end:4}:host(c4p-page-header-breadcrumb) .cds--sm\\:col-end-5,:host(c4p-page-header-content) .cds--sm\\:col-end-5,:host(c4p-page-header-tabs) .cds--sm\\:col-end-5{grid-column-end:5}:host(c4p-page-header-breadcrumb) .cds--sm\\:col-end-6,:host(c4p-page-header-content) .cds--sm\\:col-end-6,:host(c4p-page-header-tabs) .cds--sm\\:col-end-6{grid-column-end:6}:host(c4p-page-header-breadcrumb) .cds--sm\\:col-end-7,:host(c4p-page-header-content) .cds--sm\\:col-end-7,:host(c4p-page-header-tabs) .cds--sm\\:col-end-7{grid-column-end:7}:host(c4p-page-header-breadcrumb) .cds--sm\\:col-end-8,:host(c4p-page-header-content) .cds--sm\\:col-end-8,:host(c4p-page-header-tabs) .cds--sm\\:col-end-8{grid-column-end:8}:host(c4p-page-header-breadcrumb) .cds--sm\\:col-end-9,:host(c4p-page-header-content) .cds--sm\\:col-end-9,:host(c4p-page-header-tabs) .cds--sm\\:col-end-9{grid-column-end:9}:host(c4p-page-header-breadcrumb) .cds--sm\\:col-end-10,:host(c4p-page-header-content) .cds--sm\\:col-end-10,:host(c4p-page-header-tabs) .cds--sm\\:col-end-10{grid-column-end:10}:host(c4p-page-header-breadcrumb) .cds--sm\\:col-end-11,:host(c4p-page-header-content) .cds--sm\\:col-end-11,:host(c4p-page-header-tabs) .cds--sm\\:col-end-11{grid-column-end:11}:host(c4p-page-header-breadcrumb) .cds--sm\\:col-end-12,:host(c4p-page-header-content) .cds--sm\\:col-end-12,:host(c4p-page-header-tabs) .cds--sm\\:col-end-12{grid-column-end:12}:host(c4p-page-header-breadcrumb) .cds--sm\\:col-end-13,:host(c4p-page-header-content) .cds--sm\\:col-end-13,:host(c4p-page-header-tabs) .cds--sm\\:col-end-13{grid-column-end:13}:host(c4p-page-header-breadcrumb) .cds--sm\\:col-end-14,:host(c4p-page-header-content) .cds--sm\\:col-end-14,:host(c4p-page-header-tabs) .cds--sm\\:col-end-14{grid-column-end:14}:host(c4p-page-header-breadcrumb) .cds--sm\\:col-end-15,:host(c4p-page-header-content) .cds--sm\\:col-end-15,:host(c4p-page-header-tabs) .cds--sm\\:col-end-15{grid-column-end:15}:host(c4p-page-header-breadcrumb) .cds--sm\\:col-end-16,:host(c4p-page-header-content) .cds--sm\\:col-end-16,:host(c4p-page-header-tabs) .cds--sm\\:col-end-16{grid-column-end:16}:host(c4p-page-header-breadcrumb) .cds--sm\\:col-end-17,:host(c4p-page-header-content) .cds--sm\\:col-end-17,:host(c4p-page-header-tabs) .cds--sm\\:col-end-17{grid-column-end:17}:host(c4p-page-header-breadcrumb) .cds--sm\\:col-start-auto,:host(c4p-page-header-content) .cds--sm\\:col-start-auto,:host(c4p-page-header-tabs) .cds--sm\\:col-start-auto{grid-column-start:auto}:host(c4p-page-header-breadcrumb) .cds--sm\\:col-end-auto,:host(c4p-page-header-content) .cds--sm\\:col-end-auto,:host(c4p-page-header-tabs) .cds--sm\\:col-end-auto{grid-column-end:auto}@media (min-width:42rem){:host(c4p-page-header-breadcrumb) .cds--md\\:col-start-1,:host(c4p-page-header-content) .cds--md\\:col-start-1,:host(c4p-page-header-tabs) .cds--md\\:col-start-1{grid-column-start:1}:host(c4p-page-header-breadcrumb) .cds--md\\:col-start-2,:host(c4p-page-header-content) .cds--md\\:col-start-2,:host(c4p-page-header-tabs) .cds--md\\:col-start-2{grid-column-start:2}:host(c4p-page-header-breadcrumb) .cds--md\\:col-start-3,:host(c4p-page-header-content) .cds--md\\:col-start-3,:host(c4p-page-header-tabs) .cds--md\\:col-start-3{grid-column-start:3}:host(c4p-page-header-breadcrumb) .cds--md\\:col-start-4,:host(c4p-page-header-content) .cds--md\\:col-start-4,:host(c4p-page-header-tabs) .cds--md\\:col-start-4{grid-column-start:4}:host(c4p-page-header-breadcrumb) .cds--md\\:col-start-5,:host(c4p-page-header-content) .cds--md\\:col-start-5,:host(c4p-page-header-tabs) .cds--md\\:col-start-5{grid-column-start:5}:host(c4p-page-header-breadcrumb) .cds--md\\:col-start-6,:host(c4p-page-header-content) .cds--md\\:col-start-6,:host(c4p-page-header-tabs) .cds--md\\:col-start-6{grid-column-start:6}:host(c4p-page-header-breadcrumb) .cds--md\\:col-start-7,:host(c4p-page-header-content) .cds--md\\:col-start-7,:host(c4p-page-header-tabs) .cds--md\\:col-start-7{grid-column-start:7}:host(c4p-page-header-breadcrumb) .cds--md\\:col-start-8,:host(c4p-page-header-content) .cds--md\\:col-start-8,:host(c4p-page-header-tabs) .cds--md\\:col-start-8{grid-column-start:8}:host(c4p-page-header-breadcrumb) .cds--md\\:col-start-9,:host(c4p-page-header-content) .cds--md\\:col-start-9,:host(c4p-page-header-tabs) .cds--md\\:col-start-9{grid-column-start:9}:host(c4p-page-header-breadcrumb) .cds--md\\:col-start-10,:host(c4p-page-header-content) .cds--md\\:col-start-10,:host(c4p-page-header-tabs) .cds--md\\:col-start-10{grid-column-start:10}:host(c4p-page-header-breadcrumb) .cds--md\\:col-start-11,:host(c4p-page-header-content) .cds--md\\:col-start-11,:host(c4p-page-header-tabs) .cds--md\\:col-start-11{grid-column-start:11}:host(c4p-page-header-breadcrumb) .cds--md\\:col-start-12,:host(c4p-page-header-content) .cds--md\\:col-start-12,:host(c4p-page-header-tabs) .cds--md\\:col-start-12{grid-column-start:12}:host(c4p-page-header-breadcrumb) .cds--md\\:col-start-13,:host(c4p-page-header-content) .cds--md\\:col-start-13,:host(c4p-page-header-tabs) .cds--md\\:col-start-13{grid-column-start:13}:host(c4p-page-header-breadcrumb) .cds--md\\:col-start-14,:host(c4p-page-header-content) .cds--md\\:col-start-14,:host(c4p-page-header-tabs) .cds--md\\:col-start-14{grid-column-start:14}:host(c4p-page-header-breadcrumb) .cds--md\\:col-start-15,:host(c4p-page-header-content) .cds--md\\:col-start-15,:host(c4p-page-header-tabs) .cds--md\\:col-start-15{grid-column-start:15}:host(c4p-page-header-breadcrumb) .cds--md\\:col-start-16,:host(c4p-page-header-content) .cds--md\\:col-start-16,:host(c4p-page-header-tabs) .cds--md\\:col-start-16{grid-column-start:16}:host(c4p-page-header-breadcrumb) .cds--md\\:col-end-2,:host(c4p-page-header-content) .cds--md\\:col-end-2,:host(c4p-page-header-tabs) .cds--md\\:col-end-2{grid-column-end:2}:host(c4p-page-header-breadcrumb) .cds--md\\:col-end-3,:host(c4p-page-header-content) .cds--md\\:col-end-3,:host(c4p-page-header-tabs) .cds--md\\:col-end-3{grid-column-end:3}:host(c4p-page-header-breadcrumb) .cds--md\\:col-end-4,:host(c4p-page-header-content) .cds--md\\:col-end-4,:host(c4p-page-header-tabs) .cds--md\\:col-end-4{grid-column-end:4}:host(c4p-page-header-breadcrumb) .cds--md\\:col-end-5,:host(c4p-page-header-content) .cds--md\\:col-end-5,:host(c4p-page-header-tabs) .cds--md\\:col-end-5{grid-column-end:5}:host(c4p-page-header-breadcrumb) .cds--md\\:col-end-6,:host(c4p-page-header-content) .cds--md\\:col-end-6,:host(c4p-page-header-tabs) .cds--md\\:col-end-6{grid-column-end:6}:host(c4p-page-header-breadcrumb) .cds--md\\:col-end-7,:host(c4p-page-header-content) .cds--md\\:col-end-7,:host(c4p-page-header-tabs) .cds--md\\:col-end-7{grid-column-end:7}:host(c4p-page-header-breadcrumb) .cds--md\\:col-end-8,:host(c4p-page-header-content) .cds--md\\:col-end-8,:host(c4p-page-header-tabs) .cds--md\\:col-end-8{grid-column-end:8}:host(c4p-page-header-breadcrumb) .cds--md\\:col-end-9,:host(c4p-page-header-content) .cds--md\\:col-end-9,:host(c4p-page-header-tabs) .cds--md\\:col-end-9{grid-column-end:9}:host(c4p-page-header-breadcrumb) .cds--md\\:col-end-10,:host(c4p-page-header-content) .cds--md\\:col-end-10,:host(c4p-page-header-tabs) .cds--md\\:col-end-10{grid-column-end:10}:host(c4p-page-header-breadcrumb) .cds--md\\:col-end-11,:host(c4p-page-header-content) .cds--md\\:col-end-11,:host(c4p-page-header-tabs) .cds--md\\:col-end-11{grid-column-end:11}:host(c4p-page-header-breadcrumb) .cds--md\\:col-end-12,:host(c4p-page-header-content) .cds--md\\:col-end-12,:host(c4p-page-header-tabs) .cds--md\\:col-end-12{grid-column-end:12}:host(c4p-page-header-breadcrumb) .cds--md\\:col-end-13,:host(c4p-page-header-content) .cds--md\\:col-end-13,:host(c4p-page-header-tabs) .cds--md\\:col-end-13{grid-column-end:13}:host(c4p-page-header-breadcrumb) .cds--md\\:col-end-14,:host(c4p-page-header-content) .cds--md\\:col-end-14,:host(c4p-page-header-tabs) .cds--md\\:col-end-14{grid-column-end:14}:host(c4p-page-header-breadcrumb) .cds--md\\:col-end-15,:host(c4p-page-header-content) .cds--md\\:col-end-15,:host(c4p-page-header-tabs) .cds--md\\:col-end-15{grid-column-end:15}:host(c4p-page-header-breadcrumb) .cds--md\\:col-end-16,:host(c4p-page-header-content) .cds--md\\:col-end-16,:host(c4p-page-header-tabs) .cds--md\\:col-end-16{grid-column-end:16}:host(c4p-page-header-breadcrumb) .cds--md\\:col-end-17,:host(c4p-page-header-content) .cds--md\\:col-end-17,:host(c4p-page-header-tabs) .cds--md\\:col-end-17{grid-column-end:17}:host(c4p-page-header-breadcrumb) .cds--md\\:col-start-auto,:host(c4p-page-header-content) .cds--md\\:col-start-auto,:host(c4p-page-header-tabs) .cds--md\\:col-start-auto{grid-column-start:auto}:host(c4p-page-header-breadcrumb) .cds--md\\:col-end-auto,:host(c4p-page-header-content) .cds--md\\:col-end-auto,:host(c4p-page-header-tabs) .cds--md\\:col-end-auto{grid-column-end:auto}}@media (min-width:66rem){:host(c4p-page-header-breadcrumb) .cds--lg\\:col-start-1,:host(c4p-page-header-content) .cds--lg\\:col-start-1,:host(c4p-page-header-tabs) .cds--lg\\:col-start-1{grid-column-start:1}:host(c4p-page-header-breadcrumb) .cds--lg\\:col-start-2,:host(c4p-page-header-content) .cds--lg\\:col-start-2,:host(c4p-page-header-tabs) .cds--lg\\:col-start-2{grid-column-start:2}:host(c4p-page-header-breadcrumb) .cds--lg\\:col-start-3,:host(c4p-page-header-content) .cds--lg\\:col-start-3,:host(c4p-page-header-tabs) .cds--lg\\:col-start-3{grid-column-start:3}:host(c4p-page-header-breadcrumb) .cds--lg\\:col-start-4,:host(c4p-page-header-content) .cds--lg\\:col-start-4,:host(c4p-page-header-tabs) .cds--lg\\:col-start-4{grid-column-start:4}:host(c4p-page-header-breadcrumb) .cds--lg\\:col-start-5,:host(c4p-page-header-content) .cds--lg\\:col-start-5,:host(c4p-page-header-tabs) .cds--lg\\:col-start-5{grid-column-start:5}:host(c4p-page-header-breadcrumb) .cds--lg\\:col-start-6,:host(c4p-page-header-content) .cds--lg\\:col-start-6,:host(c4p-page-header-tabs) .cds--lg\\:col-start-6{grid-column-start:6}:host(c4p-page-header-breadcrumb) .cds--lg\\:col-start-7,:host(c4p-page-header-content) .cds--lg\\:col-start-7,:host(c4p-page-header-tabs) .cds--lg\\:col-start-7{grid-column-start:7}:host(c4p-page-header-breadcrumb) .cds--lg\\:col-start-8,:host(c4p-page-header-content) .cds--lg\\:col-start-8,:host(c4p-page-header-tabs) .cds--lg\\:col-start-8{grid-column-start:8}:host(c4p-page-header-breadcrumb) .cds--lg\\:col-start-9,:host(c4p-page-header-content) .cds--lg\\:col-start-9,:host(c4p-page-header-tabs) .cds--lg\\:col-start-9{grid-column-start:9}:host(c4p-page-header-breadcrumb) .cds--lg\\:col-start-10,:host(c4p-page-header-content) .cds--lg\\:col-start-10,:host(c4p-page-header-tabs) .cds--lg\\:col-start-10{grid-column-start:10}:host(c4p-page-header-breadcrumb) .cds--lg\\:col-start-11,:host(c4p-page-header-content) .cds--lg\\:col-start-11,:host(c4p-page-header-tabs) .cds--lg\\:col-start-11{grid-column-start:11}:host(c4p-page-header-breadcrumb) .cds--lg\\:col-start-12,:host(c4p-page-header-content) .cds--lg\\:col-start-12,:host(c4p-page-header-tabs) .cds--lg\\:col-start-12{grid-column-start:12}:host(c4p-page-header-breadcrumb) .cds--lg\\:col-start-13,:host(c4p-page-header-content) .cds--lg\\:col-start-13,:host(c4p-page-header-tabs) .cds--lg\\:col-start-13{grid-column-start:13}:host(c4p-page-header-breadcrumb) .cds--lg\\:col-start-14,:host(c4p-page-header-content) .cds--lg\\:col-start-14,:host(c4p-page-header-tabs) .cds--lg\\:col-start-14{grid-column-start:14}:host(c4p-page-header-breadcrumb) .cds--lg\\:col-start-15,:host(c4p-page-header-content) .cds--lg\\:col-start-15,:host(c4p-page-header-tabs) .cds--lg\\:col-start-15{grid-column-start:15}:host(c4p-page-header-breadcrumb) .cds--lg\\:col-start-16,:host(c4p-page-header-content) .cds--lg\\:col-start-16,:host(c4p-page-header-tabs) .cds--lg\\:col-start-16{grid-column-start:16}:host(c4p-page-header-breadcrumb) .cds--lg\\:col-end-2,:host(c4p-page-header-content) .cds--lg\\:col-end-2,:host(c4p-page-header-tabs) .cds--lg\\:col-end-2{grid-column-end:2}:host(c4p-page-header-breadcrumb) .cds--lg\\:col-end-3,:host(c4p-page-header-content) .cds--lg\\:col-end-3,:host(c4p-page-header-tabs) .cds--lg\\:col-end-3{grid-column-end:3}:host(c4p-page-header-breadcrumb) .cds--lg\\:col-end-4,:host(c4p-page-header-content) .cds--lg\\:col-end-4,:host(c4p-page-header-tabs) .cds--lg\\:col-end-4{grid-column-end:4}:host(c4p-page-header-breadcrumb) .cds--lg\\:col-end-5,:host(c4p-page-header-content) .cds--lg\\:col-end-5,:host(c4p-page-header-tabs) .cds--lg\\:col-end-5{grid-column-end:5}:host(c4p-page-header-breadcrumb) .cds--lg\\:col-end-6,:host(c4p-page-header-content) .cds--lg\\:col-end-6,:host(c4p-page-header-tabs) .cds--lg\\:col-end-6{grid-column-end:6}:host(c4p-page-header-breadcrumb) .cds--lg\\:col-end-7,:host(c4p-page-header-content) .cds--lg\\:col-end-7,:host(c4p-page-header-tabs) .cds--lg\\:col-end-7{grid-column-end:7}:host(c4p-page-header-breadcrumb) .cds--lg\\:col-end-8,:host(c4p-page-header-content) .cds--lg\\:col-end-8,:host(c4p-page-header-tabs) .cds--lg\\:col-end-8{grid-column-end:8}:host(c4p-page-header-breadcrumb) .cds--lg\\:col-end-9,:host(c4p-page-header-content) .cds--lg\\:col-end-9,:host(c4p-page-header-tabs) .cds--lg\\:col-end-9{grid-column-end:9}:host(c4p-page-header-breadcrumb) .cds--lg\\:col-end-10,:host(c4p-page-header-content) .cds--lg\\:col-end-10,:host(c4p-page-header-tabs) .cds--lg\\:col-end-10{grid-column-end:10}:host(c4p-page-header-breadcrumb) .cds--lg\\:col-end-11,:host(c4p-page-header-content) .cds--lg\\:col-end-11,:host(c4p-page-header-tabs) .cds--lg\\:col-end-11{grid-column-end:11}:host(c4p-page-header-breadcrumb) .cds--lg\\:col-end-12,:host(c4p-page-header-content) .cds--lg\\:col-end-12,:host(c4p-page-header-tabs) .cds--lg\\:col-end-12{grid-column-end:12}:host(c4p-page-header-breadcrumb) .cds--lg\\:col-end-13,:host(c4p-page-header-content) .cds--lg\\:col-end-13,:host(c4p-page-header-tabs) .cds--lg\\:col-end-13{grid-column-end:13}:host(c4p-page-header-breadcrumb) .cds--lg\\:col-end-14,:host(c4p-page-header-content) .cds--lg\\:col-end-14,:host(c4p-page-header-tabs) .cds--lg\\:col-end-14{grid-column-end:14}:host(c4p-page-header-breadcrumb) .cds--lg\\:col-end-15,:host(c4p-page-header-content) .cds--lg\\:col-end-15,:host(c4p-page-header-tabs) .cds--lg\\:col-end-15{grid-column-end:15}:host(c4p-page-header-breadcrumb) .cds--lg\\:col-end-16,:host(c4p-page-header-content) .cds--lg\\:col-end-16,:host(c4p-page-header-tabs) .cds--lg\\:col-end-16{grid-column-end:16}:host(c4p-page-header-breadcrumb) .cds--lg\\:col-end-17,:host(c4p-page-header-content) .cds--lg\\:col-end-17,:host(c4p-page-header-tabs) .cds--lg\\:col-end-17{grid-column-end:17}:host(c4p-page-header-breadcrumb) .cds--lg\\:col-start-auto,:host(c4p-page-header-content) .cds--lg\\:col-start-auto,:host(c4p-page-header-tabs) .cds--lg\\:col-start-auto{grid-column-start:auto}:host(c4p-page-header-breadcrumb) .cds--lg\\:col-end-auto,:host(c4p-page-header-content) .cds--lg\\:col-end-auto,:host(c4p-page-header-tabs) .cds--lg\\:col-end-auto{grid-column-end:auto}}@media (min-width:82rem){:host(c4p-page-header-breadcrumb) .cds--xlg\\:col-start-1,:host(c4p-page-header-content) .cds--xlg\\:col-start-1,:host(c4p-page-header-tabs) .cds--xlg\\:col-start-1{grid-column-start:1}:host(c4p-page-header-breadcrumb) .cds--xlg\\:col-start-2,:host(c4p-page-header-content) .cds--xlg\\:col-start-2,:host(c4p-page-header-tabs) .cds--xlg\\:col-start-2{grid-column-start:2}:host(c4p-page-header-breadcrumb) .cds--xlg\\:col-start-3,:host(c4p-page-header-content) .cds--xlg\\:col-start-3,:host(c4p-page-header-tabs) .cds--xlg\\:col-start-3{grid-column-start:3}:host(c4p-page-header-breadcrumb) .cds--xlg\\:col-start-4,:host(c4p-page-header-content) .cds--xlg\\:col-start-4,:host(c4p-page-header-tabs) .cds--xlg\\:col-start-4{grid-column-start:4}:host(c4p-page-header-breadcrumb) .cds--xlg\\:col-start-5,:host(c4p-page-header-content) .cds--xlg\\:col-start-5,:host(c4p-page-header-tabs) .cds--xlg\\:col-start-5{grid-column-start:5}:host(c4p-page-header-breadcrumb) .cds--xlg\\:col-start-6,:host(c4p-page-header-content) .cds--xlg\\:col-start-6,:host(c4p-page-header-tabs) .cds--xlg\\:col-start-6{grid-column-start:6}:host(c4p-page-header-breadcrumb) .cds--xlg\\:col-start-7,:host(c4p-page-header-content) .cds--xlg\\:col-start-7,:host(c4p-page-header-tabs) .cds--xlg\\:col-start-7{grid-column-start:7}:host(c4p-page-header-breadcrumb) .cds--xlg\\:col-start-8,:host(c4p-page-header-content) .cds--xlg\\:col-start-8,:host(c4p-page-header-tabs) .cds--xlg\\:col-start-8{grid-column-start:8}:host(c4p-page-header-breadcrumb) .cds--xlg\\:col-start-9,:host(c4p-page-header-content) .cds--xlg\\:col-start-9,:host(c4p-page-header-tabs) .cds--xlg\\:col-start-9{grid-column-start:9}:host(c4p-page-header-breadcrumb) .cds--xlg\\:col-start-10,:host(c4p-page-header-content) .cds--xlg\\:col-start-10,:host(c4p-page-header-tabs) .cds--xlg\\:col-start-10{grid-column-start:10}:host(c4p-page-header-breadcrumb) .cds--xlg\\:col-start-11,:host(c4p-page-header-content) .cds--xlg\\:col-start-11,:host(c4p-page-header-tabs) .cds--xlg\\:col-start-11{grid-column-start:11}:host(c4p-page-header-breadcrumb) .cds--xlg\\:col-start-12,:host(c4p-page-header-content) .cds--xlg\\:col-start-12,:host(c4p-page-header-tabs) .cds--xlg\\:col-start-12{grid-column-start:12}:host(c4p-page-header-breadcrumb) .cds--xlg\\:col-start-13,:host(c4p-page-header-content) .cds--xlg\\:col-start-13,:host(c4p-page-header-tabs) .cds--xlg\\:col-start-13{grid-column-start:13}:host(c4p-page-header-breadcrumb) .cds--xlg\\:col-start-14,:host(c4p-page-header-content) .cds--xlg\\:col-start-14,:host(c4p-page-header-tabs) .cds--xlg\\:col-start-14{grid-column-start:14}:host(c4p-page-header-breadcrumb) .cds--xlg\\:col-start-15,:host(c4p-page-header-content) .cds--xlg\\:col-start-15,:host(c4p-page-header-tabs) .cds--xlg\\:col-start-15{grid-column-start:15}:host(c4p-page-header-breadcrumb) .cds--xlg\\:col-start-16,:host(c4p-page-header-content) .cds--xlg\\:col-start-16,:host(c4p-page-header-tabs) .cds--xlg\\:col-start-16{grid-column-start:16}:host(c4p-page-header-breadcrumb) .cds--xlg\\:col-end-2,:host(c4p-page-header-content) .cds--xlg\\:col-end-2,:host(c4p-page-header-tabs) .cds--xlg\\:col-end-2{grid-column-end:2}:host(c4p-page-header-breadcrumb) .cds--xlg\\:col-end-3,:host(c4p-page-header-content) .cds--xlg\\:col-end-3,:host(c4p-page-header-tabs) .cds--xlg\\:col-end-3{grid-column-end:3}:host(c4p-page-header-breadcrumb) .cds--xlg\\:col-end-4,:host(c4p-page-header-content) .cds--xlg\\:col-end-4,:host(c4p-page-header-tabs) .cds--xlg\\:col-end-4{grid-column-end:4}:host(c4p-page-header-breadcrumb) .cds--xlg\\:col-end-5,:host(c4p-page-header-content) .cds--xlg\\:col-end-5,:host(c4p-page-header-tabs) .cds--xlg\\:col-end-5{grid-column-end:5}:host(c4p-page-header-breadcrumb) .cds--xlg\\:col-end-6,:host(c4p-page-header-content) .cds--xlg\\:col-end-6,:host(c4p-page-header-tabs) .cds--xlg\\:col-end-6{grid-column-end:6}:host(c4p-page-header-breadcrumb) .cds--xlg\\:col-end-7,:host(c4p-page-header-content) .cds--xlg\\:col-end-7,:host(c4p-page-header-tabs) .cds--xlg\\:col-end-7{grid-column-end:7}:host(c4p-page-header-breadcrumb) .cds--xlg\\:col-end-8,:host(c4p-page-header-content) .cds--xlg\\:col-end-8,:host(c4p-page-header-tabs) .cds--xlg\\:col-end-8{grid-column-end:8}:host(c4p-page-header-breadcrumb) .cds--xlg\\:col-end-9,:host(c4p-page-header-content) .cds--xlg\\:col-end-9,:host(c4p-page-header-tabs) .cds--xlg\\:col-end-9{grid-column-end:9}:host(c4p-page-header-breadcrumb) .cds--xlg\\:col-end-10,:host(c4p-page-header-content) .cds--xlg\\:col-end-10,:host(c4p-page-header-tabs) .cds--xlg\\:col-end-10{grid-column-end:10}:host(c4p-page-header-breadcrumb) .cds--xlg\\:col-end-11,:host(c4p-page-header-content) .cds--xlg\\:col-end-11,:host(c4p-page-header-tabs) .cds--xlg\\:col-end-11{grid-column-end:11}:host(c4p-page-header-breadcrumb) .cds--xlg\\:col-end-12,:host(c4p-page-header-content) .cds--xlg\\:col-end-12,:host(c4p-page-header-tabs) .cds--xlg\\:col-end-12{grid-column-end:12}:host(c4p-page-header-breadcrumb) .cds--xlg\\:col-end-13,:host(c4p-page-header-content) .cds--xlg\\:col-end-13,:host(c4p-page-header-tabs) .cds--xlg\\:col-end-13{grid-column-end:13}:host(c4p-page-header-breadcrumb) .cds--xlg\\:col-end-14,:host(c4p-page-header-content) .cds--xlg\\:col-end-14,:host(c4p-page-header-tabs) .cds--xlg\\:col-end-14{grid-column-end:14}:host(c4p-page-header-breadcrumb) .cds--xlg\\:col-end-15,:host(c4p-page-header-content) .cds--xlg\\:col-end-15,:host(c4p-page-header-tabs) .cds--xlg\\:col-end-15{grid-column-end:15}:host(c4p-page-header-breadcrumb) .cds--xlg\\:col-end-16,:host(c4p-page-header-content) .cds--xlg\\:col-end-16,:host(c4p-page-header-tabs) .cds--xlg\\:col-end-16{grid-column-end:16}:host(c4p-page-header-breadcrumb) .cds--xlg\\:col-end-17,:host(c4p-page-header-content) .cds--xlg\\:col-end-17,:host(c4p-page-header-tabs) .cds--xlg\\:col-end-17{grid-column-end:17}:host(c4p-page-header-breadcrumb) .cds--xlg\\:col-start-auto,:host(c4p-page-header-content) .cds--xlg\\:col-start-auto,:host(c4p-page-header-tabs) .cds--xlg\\:col-start-auto{grid-column-start:auto}:host(c4p-page-header-breadcrumb) .cds--xlg\\:col-end-auto,:host(c4p-page-header-content) .cds--xlg\\:col-end-auto,:host(c4p-page-header-tabs) .cds--xlg\\:col-end-auto{grid-column-end:auto}}@media (min-width:99rem){:host(c4p-page-header-breadcrumb) .cds--max\\:col-start-1,:host(c4p-page-header-content) .cds--max\\:col-start-1,:host(c4p-page-header-tabs) .cds--max\\:col-start-1{grid-column-start:1}:host(c4p-page-header-breadcrumb) .cds--max\\:col-start-2,:host(c4p-page-header-content) .cds--max\\:col-start-2,:host(c4p-page-header-tabs) .cds--max\\:col-start-2{grid-column-start:2}:host(c4p-page-header-breadcrumb) .cds--max\\:col-start-3,:host(c4p-page-header-content) .cds--max\\:col-start-3,:host(c4p-page-header-tabs) .cds--max\\:col-start-3{grid-column-start:3}:host(c4p-page-header-breadcrumb) .cds--max\\:col-start-4,:host(c4p-page-header-content) .cds--max\\:col-start-4,:host(c4p-page-header-tabs) .cds--max\\:col-start-4{grid-column-start:4}:host(c4p-page-header-breadcrumb) .cds--max\\:col-start-5,:host(c4p-page-header-content) .cds--max\\:col-start-5,:host(c4p-page-header-tabs) .cds--max\\:col-start-5{grid-column-start:5}:host(c4p-page-header-breadcrumb) .cds--max\\:col-start-6,:host(c4p-page-header-content) .cds--max\\:col-start-6,:host(c4p-page-header-tabs) .cds--max\\:col-start-6{grid-column-start:6}:host(c4p-page-header-breadcrumb) .cds--max\\:col-start-7,:host(c4p-page-header-content) .cds--max\\:col-start-7,:host(c4p-page-header-tabs) .cds--max\\:col-start-7{grid-column-start:7}:host(c4p-page-header-breadcrumb) .cds--max\\:col-start-8,:host(c4p-page-header-content) .cds--max\\:col-start-8,:host(c4p-page-header-tabs) .cds--max\\:col-start-8{grid-column-start:8}:host(c4p-page-header-breadcrumb) .cds--max\\:col-start-9,:host(c4p-page-header-content) .cds--max\\:col-start-9,:host(c4p-page-header-tabs) .cds--max\\:col-start-9{grid-column-start:9}:host(c4p-page-header-breadcrumb) .cds--max\\:col-start-10,:host(c4p-page-header-content) .cds--max\\:col-start-10,:host(c4p-page-header-tabs) .cds--max\\:col-start-10{grid-column-start:10}:host(c4p-page-header-breadcrumb) .cds--max\\:col-start-11,:host(c4p-page-header-content) .cds--max\\:col-start-11,:host(c4p-page-header-tabs) .cds--max\\:col-start-11{grid-column-start:11}:host(c4p-page-header-breadcrumb) .cds--max\\:col-start-12,:host(c4p-page-header-content) .cds--max\\:col-start-12,:host(c4p-page-header-tabs) .cds--max\\:col-start-12{grid-column-start:12}:host(c4p-page-header-breadcrumb) .cds--max\\:col-start-13,:host(c4p-page-header-content) .cds--max\\:col-start-13,:host(c4p-page-header-tabs) .cds--max\\:col-start-13{grid-column-start:13}:host(c4p-page-header-breadcrumb) .cds--max\\:col-start-14,:host(c4p-page-header-content) .cds--max\\:col-start-14,:host(c4p-page-header-tabs) .cds--max\\:col-start-14{grid-column-start:14}:host(c4p-page-header-breadcrumb) .cds--max\\:col-start-15,:host(c4p-page-header-content) .cds--max\\:col-start-15,:host(c4p-page-header-tabs) .cds--max\\:col-start-15{grid-column-start:15}:host(c4p-page-header-breadcrumb) .cds--max\\:col-start-16,:host(c4p-page-header-content) .cds--max\\:col-start-16,:host(c4p-page-header-tabs) .cds--max\\:col-start-16{grid-column-start:16}:host(c4p-page-header-breadcrumb) .cds--max\\:col-end-2,:host(c4p-page-header-content) .cds--max\\:col-end-2,:host(c4p-page-header-tabs) .cds--max\\:col-end-2{grid-column-end:2}:host(c4p-page-header-breadcrumb) .cds--max\\:col-end-3,:host(c4p-page-header-content) .cds--max\\:col-end-3,:host(c4p-page-header-tabs) .cds--max\\:col-end-3{grid-column-end:3}:host(c4p-page-header-breadcrumb) .cds--max\\:col-end-4,:host(c4p-page-header-content) .cds--max\\:col-end-4,:host(c4p-page-header-tabs) .cds--max\\:col-end-4{grid-column-end:4}:host(c4p-page-header-breadcrumb) .cds--max\\:col-end-5,:host(c4p-page-header-content) .cds--max\\:col-end-5,:host(c4p-page-header-tabs) .cds--max\\:col-end-5{grid-column-end:5}:host(c4p-page-header-breadcrumb) .cds--max\\:col-end-6,:host(c4p-page-header-content) .cds--max\\:col-end-6,:host(c4p-page-header-tabs) .cds--max\\:col-end-6{grid-column-end:6}:host(c4p-page-header-breadcrumb) .cds--max\\:col-end-7,:host(c4p-page-header-content) .cds--max\\:col-end-7,:host(c4p-page-header-tabs) .cds--max\\:col-end-7{grid-column-end:7}:host(c4p-page-header-breadcrumb) .cds--max\\:col-end-8,:host(c4p-page-header-content) .cds--max\\:col-end-8,:host(c4p-page-header-tabs) .cds--max\\:col-end-8{grid-column-end:8}:host(c4p-page-header-breadcrumb) .cds--max\\:col-end-9,:host(c4p-page-header-content) .cds--max\\:col-end-9,:host(c4p-page-header-tabs) .cds--max\\:col-end-9{grid-column-end:9}:host(c4p-page-header-breadcrumb) .cds--max\\:col-end-10,:host(c4p-page-header-content) .cds--max\\:col-end-10,:host(c4p-page-header-tabs) .cds--max\\:col-end-10{grid-column-end:10}:host(c4p-page-header-breadcrumb) .cds--max\\:col-end-11,:host(c4p-page-header-content) .cds--max\\:col-end-11,:host(c4p-page-header-tabs) .cds--max\\:col-end-11{grid-column-end:11}:host(c4p-page-header-breadcrumb) .cds--max\\:col-end-12,:host(c4p-page-header-content) .cds--max\\:col-end-12,:host(c4p-page-header-tabs) .cds--max\\:col-end-12{grid-column-end:12}:host(c4p-page-header-breadcrumb) .cds--max\\:col-end-13,:host(c4p-page-header-content) .cds--max\\:col-end-13,:host(c4p-page-header-tabs) .cds--max\\:col-end-13{grid-column-end:13}:host(c4p-page-header-breadcrumb) .cds--max\\:col-end-14,:host(c4p-page-header-content) .cds--max\\:col-end-14,:host(c4p-page-header-tabs) .cds--max\\:col-end-14{grid-column-end:14}:host(c4p-page-header-breadcrumb) .cds--max\\:col-end-15,:host(c4p-page-header-content) .cds--max\\:col-end-15,:host(c4p-page-header-tabs) .cds--max\\:col-end-15{grid-column-end:15}:host(c4p-page-header-breadcrumb) .cds--max\\:col-end-16,:host(c4p-page-header-content) .cds--max\\:col-end-16,:host(c4p-page-header-tabs) .cds--max\\:col-end-16{grid-column-end:16}:host(c4p-page-header-breadcrumb) .cds--max\\:col-end-17,:host(c4p-page-header-content) .cds--max\\:col-end-17,:host(c4p-page-header-tabs) .cds--max\\:col-end-17{grid-column-end:17}:host(c4p-page-header-breadcrumb) .cds--max\\:col-start-auto,:host(c4p-page-header-content) .cds--max\\:col-start-auto,:host(c4p-page-header-tabs) .cds--max\\:col-start-auto{grid-column-start:auto}:host(c4p-page-header-breadcrumb) .cds--max\\:col-end-auto,:host(c4p-page-header-content) .cds--max\\:col-end-auto,:host(c4p-page-header-tabs) .cds--max\\:col-end-auto{grid-column-end:auto}}:host(c4p-page-header-breadcrumb){background-color:var(--cds-layer-01,#f4f4f4);block-size:2.5rem;border-block-end:var(--cds-border-subtle);inset-block-start:var(--c4p-page-header-breadcrumb-top);position:sticky}:host(c4p-page-header-breadcrumb) ::slotted([slot=icon]){margin-inline-end:.5rem}:host(c4p-page-header-breadcrumb) .cds--subgrid{block-size:100%}:host(c4p-page-header-breadcrumb) .c4p--page-header__breadcrumb-container{align-items:center;block-size:100%;display:inline-flex;inline-size:100%;justify-content:space-between}:host(c4p-page-header-breadcrumb) .c4p--page-header__breadcrumb-wrapper{display:inline-flex;inline-size:100%}:host(c4p-page-header-breadcrumb) .c4p--page-header__breadcrumb__actions{display:inline-flex}:host(c4p-page-header-breadcrumb:not([content-actions-flush])) ::slotted([slot=content-actions]){margin-inline-end:.75rem!important}:host(c4p-page-header-breadcrumb[page-actions-flush]) .cds--css-grid{margin-inline-end:0;padding-inline-end:0}:host(c4p-page-header-breadcrumb[page-actions-flush]) .cds--css-grid-column{margin-inline-end:0}:host(c4p-page-header-breadcrumb[border=true]){border-block-end:1px solid var(--cds-border-subtle-01,#c6c6c6)}:host(c4p-page-header-content){padding:1.5rem 0}:host(c4p-page-header-content) .c4p--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);margin:0;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;max-inline-size:40rem;text-overflow:ellipsis;white-space:normal}:host(c4p-page-header-content) .c4p--page-header__content__title-wrapper{display:grid;gap:1rem;grid-template-columns:auto minmax(auto,auto);margin-block-end:1rem;min-block-size:2.5rem}@media (max-width:41.98rem){:host(c4p-page-header-content) .c4p--page-header__content__title-wrapper{display:flex;flex-direction:column;grid-gap:1rem}}:host(c4p-page-header-content) .c4p--page-header__content__start{display:flex;flex-wrap:wrap;gap:1rem}:host(c4p-page-header-content) .c4p--page-header__content__page-actions{display:flex;justify-content:right}@media (max-width:41.98rem){:host(c4p-page-header-content) .c4p--page-header__content__page-actions{justify-content:left;margin-block-start:0}}:host(c4p-page-header-content) .c4p--page-header__content__title-container{display:flex}:host(c4p-page-header-content) ::slotted([slot=icon]){margin-inline-end:1rem}:host(c4p-page-header-content) ::slotted([slot=contextual-actions]){display:flex}:host(c4p-page-header-content[contextual-actions]) .c4p--page-header__content__title{-webkit-line-clamp:1}:host(c4p-page-header-content-text){display:block;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:1rem;max-inline-size:40rem}:host(c4p-page-header-content-text) .c4p--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;margin-block-start:0}:host(c4p-page-header-hero-image){align-items:center;block-size:100%;display:flex;justify-content:flex-end;overflow:hidden;position:relative}:host(c4p-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(c4p-page-header-hero-image):before{padding-block-start:50%}}:host(c4p-page-header-hero-image):after{clear:both;content:\"\";display:table}:host(c4p-page-header-tabs){margin-inline-start:-1rem}:host(c4p-page-header-tabs) .c4p--page-header__tab-bar--tablist{display:flex;inline-size:100%;justify-content:space-between}@media (max-width:41.98rem){:host(c4p-page-header-tabs) .c4p--page-header__tab-bar--tablist{flex-direction:column-reverse;grid-gap:1rem}}:host(c4p-page-header-tabs) ::slotted([slot=tags]){align-items:center;display:flex;inline-size:100%;justify-content:right}@media (max-width:41.98rem){:host(c4p-page-header-tabs) ::slotted([slot=tags]){justify-content:left}}:host(c4p-page-header-tabs) ::slotted([slot=scroller]){inset-inline-end:0;position:absolute}:host(c4p-page-header-breadcrumb) .cds--css-grid,:host(c4p-page-header-content) .cds--css-grid,:host(c4p-page-header-tabs) .cds--css-grid{inline-size:auto}cds-definition-tooltip::part(definition-term){border:none}:host(c4p-page-header-tabs) ::slotted(cds-tabs){--tabs-overflow-button-background:$layer-01}@keyframes page-header-title-breadcrumb-animation{0%{opacity:0;transform:translateY(1rem)}5%{opacity:1;transform:translateY(0)}to{opacity:1;transform:translateY(0)}}@keyframes page-header-title-breadcrumb-animation-reduced-motion{0%{opacity:0}5%{opacity:1}to{opacity:1}}:host(c4p-page-header-title-breadcrumb){opacity:0;transform:translateY(1rem);transition:transform .15s cubic-bezier(.2,0,.38,.9),opacity .15s cubic-bezier(.2,0,.38,.9)}@supports not (animation-timeline:scroll()){:host(c4p-page-header-title-breadcrumb).c4p--page-header-title-breadcrumb-show{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){:host(c4p-page-header-title-breadcrumb){transform:translateY(0);transition:opacity .15s cubic-bezier(.2,0,.38,.9)}}}@supports (animation-timeline:scroll()){:host(c4p-page-header-title-breadcrumb.c4p--page-header-title-breadcrumb-show__with-content){animation-direction:alternate;animation-duration:1ms;animation-name:page-header-title-breadcrumb-animation;animation-timeline:scroll(block nearest)}@media (prefers-reduced-motion:reduce){:host(c4p-page-header-title-breadcrumb.c4p--page-header-title-breadcrumb-show__with-content){animation-name:page-header-title-breadcrumb-animation-reduced-motion;transform:translateY(0)}}}:host(c4p-page-header-title-breadcrumb.c4p--page-header-title-breadcrumb-show__by-default){opacity:1;transform:translateY(0)}"]);
|
11
11
|
|
12
12
|
export { styles as default };
|
13
13
|
//# sourceMappingURL=page-header.scss.js.map
|
@@ -5,16 +5,18 @@
|
|
5
5
|
* LICENSE file in the root directory of this source tree.
|
6
6
|
*/
|
7
7
|
|
8
|
-
import { describe, it, expect } from 'vitest';
|
8
|
+
import { vi, describe, it, expect } from 'vitest';
|
9
9
|
import { fixture, html } from '@open-wc/testing';
|
10
10
|
import Bee32 from '@carbon/web-components/es/icons/bee/32.js';
|
11
|
-
import { prefix } from '../../globals/settings.js';
|
11
|
+
import { prefix, carbonPrefix } from '../../globals/settings.js';
|
12
12
|
import './page-header.js';
|
13
13
|
import './page-header-breadcrumb.js';
|
14
14
|
import './page-header-content.js';
|
15
15
|
import './page-header-content-text.js';
|
16
16
|
import './page-header-hero-image.js';
|
17
17
|
import './page-header-tabs.js';
|
18
|
+
import './page-header-title-breadcrumb.js';
|
19
|
+
import './page-header-scroller.js';
|
18
20
|
|
19
21
|
/**
|
20
22
|
* Copyright IBM Corp. 2025
|
@@ -22,6 +24,12 @@ import './page-header-tabs.js';
|
|
22
24
|
* This source code is licensed under the Apache-2.0 license found in the
|
23
25
|
* LICENSE file in the root directory of this source tree.
|
24
26
|
*/
|
27
|
+
const IntersectionObserverMock = vi.fn(() => ({
|
28
|
+
disconnect: vi.fn(),
|
29
|
+
observe: vi.fn(),
|
30
|
+
unobserve: vi.fn(),
|
31
|
+
}));
|
32
|
+
vi.stubGlobal('IntersectionObserver', IntersectionObserverMock);
|
25
33
|
describe('c4p-page-header', function () {
|
26
34
|
it('should find custom css properties to initialize sticky positioning', async () => {
|
27
35
|
const pageHeader = await fixture(html `<c4p-page-header>
|
@@ -41,6 +49,116 @@ describe('c4p-page-header', function () {
|
|
41
49
|
expect(parseFloat(contentHeight)).toBeTypeOf('number');
|
42
50
|
expect(parseFloat(breadcrumbPosition)).toBeTypeOf('number');
|
43
51
|
});
|
52
|
+
describe('c4p-page-header-scroller', () => {
|
53
|
+
it('should collapse the page header/scroll', async () => {
|
54
|
+
var _a, _b;
|
55
|
+
const pageHeader = await fixture(html `<main style="height: 200vh;">
|
56
|
+
<c4p-page-header>
|
57
|
+
<c4p-page-header-breadcrumb>
|
58
|
+
<cds-breadcrumb>
|
59
|
+
<cds-breadcrumb-item href="/#"
|
60
|
+
>Breadcrumb 1</cds-breadcrumb-item
|
61
|
+
>
|
62
|
+
<cds-breadcrumb-item href="#">Breadcrumb 2</cds-breadcrumb-item>
|
63
|
+
</cds-breadcrumb>
|
64
|
+
</c4p-page-header-breadcrumb>
|
65
|
+
<c4p-page-header-content title="Page header content title">
|
66
|
+
</c4p-page-header-content>
|
67
|
+
<c4p-page-header-tabs>
|
68
|
+
<c4p-page-header-scroller slot="scroller">
|
69
|
+
</c4p-page-header-scroller>
|
70
|
+
<cds-tabs value="tab-1">
|
71
|
+
<cds-tab id="tab-1" target="tab-panel-1" value="tab-1"
|
72
|
+
>Tab 1</cds-tab
|
73
|
+
>
|
74
|
+
<cds-tab id="tab-2" target="tab-panel-2" value="tab-2"
|
75
|
+
>Tab 2</cds-tab
|
76
|
+
>
|
77
|
+
<cds-tab id="tab-3" target="tab-panel-3" value="tab-3"
|
78
|
+
>Tab 3</cds-tab
|
79
|
+
>
|
80
|
+
<cds-tab id="tab-4" target="tab-panel-4" value="tab-4"
|
81
|
+
>Tab 4</cds-tab
|
82
|
+
>
|
83
|
+
<cds-tab id="tab-5" target="tab-panel-5" value="tab-5"
|
84
|
+
>Tab 5</cds-tab
|
85
|
+
>
|
86
|
+
<cds-tab id="tab-6" target="tab-panel-6" value="tab-6"
|
87
|
+
>Tab 6</cds-tab
|
88
|
+
>
|
89
|
+
<cds-tab id="tab-7" target="tab-panel-7" value="tab-7"
|
90
|
+
>Tab 7</cds-tab
|
91
|
+
>
|
92
|
+
</cds-tabs>
|
93
|
+
</c4p-page-header-tabs>
|
94
|
+
</c4p-page-header>
|
95
|
+
<div class="tabs-demo">
|
96
|
+
<div
|
97
|
+
id="tab-panel-1"
|
98
|
+
role="tabpanel"
|
99
|
+
aria-labelledby="tab-1"
|
100
|
+
hidden
|
101
|
+
>
|
102
|
+
Tab Panel 1
|
103
|
+
</div>
|
104
|
+
<div
|
105
|
+
id="tab-panel-2"
|
106
|
+
role="tabpanel"
|
107
|
+
aria-labelledby="tab-2"
|
108
|
+
hidden
|
109
|
+
>
|
110
|
+
Tab Panel 2
|
111
|
+
</div>
|
112
|
+
<div
|
113
|
+
id="tab-panel-3"
|
114
|
+
role="tabpanel"
|
115
|
+
aria-labelledby="tab-3"
|
116
|
+
hidden
|
117
|
+
>
|
118
|
+
Tab Panel 3
|
119
|
+
</div>
|
120
|
+
<div
|
121
|
+
id="tab-panel-4"
|
122
|
+
role="tabpanel"
|
123
|
+
aria-labelledby="tab-4"
|
124
|
+
hidden
|
125
|
+
>
|
126
|
+
Tab Panel 4
|
127
|
+
</div>
|
128
|
+
<div
|
129
|
+
id="tab-panel-5"
|
130
|
+
role="tabpanel"
|
131
|
+
aria-labelledby="tab-5"
|
132
|
+
hidden
|
133
|
+
>
|
134
|
+
Tab Panel 5
|
135
|
+
</div>
|
136
|
+
<div
|
137
|
+
id="tab-panel-6"
|
138
|
+
role="tabpanel"
|
139
|
+
aria-labelledby="tab-6"
|
140
|
+
hidden
|
141
|
+
>
|
142
|
+
Tab Panel 6
|
143
|
+
</div>
|
144
|
+
<div
|
145
|
+
id="tab-panel-7"
|
146
|
+
role="tabpanel"
|
147
|
+
aria-labelledby="tab-7"
|
148
|
+
hidden
|
149
|
+
>
|
150
|
+
Tab Panel 7
|
151
|
+
</div>
|
152
|
+
</div>
|
153
|
+
</main>`);
|
154
|
+
await pageHeader.updateComplete;
|
155
|
+
await new Promise((resolve) => setTimeout(resolve, 0));
|
156
|
+
const scrollerButton = pageHeader.querySelector(`${prefix}-page-header-scroller`);
|
157
|
+
const iconButton = (_a = scrollerButton === null || scrollerButton === void 0 ? void 0 : scrollerButton.shadowRoot) === null || _a === void 0 ? void 0 : _a.querySelector(`${carbonPrefix}-icon-button`);
|
158
|
+
expect(scrollerButton).toBeDefined();
|
159
|
+
expect((_b = iconButton === null || iconButton === void 0 ? void 0 : iconButton.textContent) === null || _b === void 0 ? void 0 : _b.trim()).toBe('Collapse');
|
160
|
+
});
|
161
|
+
});
|
44
162
|
describe('c4p-page-header-breadcrumb', () => {
|
45
163
|
it('should place className on the outermost element', async () => {
|
46
164
|
const el = await fixture(html `<c4p-page-header-breadcrumb
|
@@ -61,6 +179,22 @@ describe('c4p-page-header', function () {
|
|
61
179
|
const breadcrumbItems = el.querySelectorAll('cds-breadcrumb-item');
|
62
180
|
expect(breadcrumbItems.length).to.equal(2);
|
63
181
|
});
|
182
|
+
it('should render title breadcrumb item', async () => {
|
183
|
+
const el = await fixture(html `
|
184
|
+
<c4p-page-header-breadcrumb>
|
185
|
+
<cds-breadcrumb>
|
186
|
+
<cds-breadcrumb-item href="/#">Breadcrumb 1</cds-breadcrumb-item>
|
187
|
+
<cds-breadcrumb-item href="#">Breadcrumb 2</cds-breadcrumb-item>
|
188
|
+
<c4p-page-header-title-breadcrumb>
|
189
|
+
Virtual Machine DAL
|
190
|
+
</c4p-page-header-title-breadcrumb>
|
191
|
+
</cds-breadcrumb>
|
192
|
+
</c4p-page-header-breadcrumb>
|
193
|
+
`);
|
194
|
+
await el.updateComplete;
|
195
|
+
const titleBreadcrumb = el.querySelectorAll('c4p-page-header-title-breadcrumb');
|
196
|
+
expect(titleBreadcrumb).to.exist;
|
197
|
+
});
|
64
198
|
it('should render content actions', async () => {
|
65
199
|
const el = await fixture(html `
|
66
200
|
<c4p-page-header-breadcrumb>
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"page-header.test.js","sources":["../../../src/components/page-header/page-header.test.ts"],"sourcesContent":[null],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"page-header.test.js","sources":["../../../src/components/page-header/page-header.test.ts"],"sourcesContent":[null],"names":[],"mappings":"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"}
|
@@ -0,0 +1,32 @@
|
|
1
|
+
/**
|
2
|
+
* @license
|
3
|
+
*
|
4
|
+
* Copyright IBM Corp. 2025, 2025
|
5
|
+
*
|
6
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
7
|
+
* LICENSE file in the root directory of this source tree.
|
8
|
+
*/
|
9
|
+
/**
|
10
|
+
* ----------
|
11
|
+
* Utilities
|
12
|
+
* ----------
|
13
|
+
*/
|
14
|
+
export declare const getHeaderOffset: (el: HTMLElement) => number;
|
15
|
+
/**
|
16
|
+
* Determines if the given target is scrollable
|
17
|
+
*
|
18
|
+
* @param {HTMLElement} target
|
19
|
+
* @returns {boolean}
|
20
|
+
*/
|
21
|
+
export declare const scrollable: (target: HTMLElement) => boolean;
|
22
|
+
/**
|
23
|
+
* Recursively looks for the scrollable ancestor
|
24
|
+
*/
|
25
|
+
export declare const scrollableAncestorInner: (target: HTMLElement) => any;
|
26
|
+
/**
|
27
|
+
* Walks up the parent nodes to identify the first scrollable ancestor
|
28
|
+
*
|
29
|
+
* @param {HTMLElement} target
|
30
|
+
* @returns {HTMLElement}
|
31
|
+
*/
|
32
|
+
export declare const scrollableAncestor: (target: HTMLElement) => any;
|