@carbon-labs/wc-global-header 0.17.0 → 0.18.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.
@@ -906,7 +906,7 @@ let R = class extends uo(at(y)) {
906
906
  }
907
907
  render() {
908
908
  var t, o, e;
909
- const { autofocus: c, buttonClassName: r, dangerDescription: n, disabled: u, download: l, href: p, hreflang: v, kind: h, isExpressive: b, isSelected: g, linkRole: f, openTooltip: x, ping: C, rel: $, size: S, tabIndex: M, target: T, tooltipAlignment: O, tooltipPosition: z, tooltipText: I, type: k, _hasIcon: P, hasMainContent: D, _handleSlotChange: q } = this;
909
+ const { autofocus: c, buttonClassName: r, dangerDescription: n, disabled: u, download: l, href: p, hreflang: v, kind: h, isExpressive: b, isSelected: g, linkRole: f, openTooltip: x, ping: C, rel: $, size: S, tabIndex: M, target: T, tooltipAlignment: O, tooltipPosition: w, tooltipText: I, type: k, _hasIcon: P, hasMainContent: D, _handleSlotChange: q } = this;
910
910
  let V = {
911
911
  [`${i}--btn`]: !0,
912
912
  [`${i}--btn--${h}`]: h,
@@ -953,14 +953,14 @@ let R = class extends uo(at(y)) {
953
953
  </a>
954
954
  ${(t = m`<slot id="badge-indicator" name="badge-indicator"></slot>`) !== null && t !== void 0 ? t : !u}
955
955
  `;
956
- const et = O && (z === bo.TOP || z === bo.BOTTOM) ? `-${O}` : "", J = H({
956
+ const et = O && (w === bo.TOP || w === bo.BOTTOM) ? `-${O}` : "", J = H({
957
957
  [`${i}--popover-container`]: !0,
958
958
  [`${i}--popover--caret`]: !0,
959
959
  [`${i}--popover--high-contrast`]: !0,
960
960
  [`${i}--tooltip`]: !0,
961
961
  [`${i}--icon-tooltip`]: P,
962
962
  [`${i}--popover--open`]: x,
963
- [`${i}--popover--${z}${et}`]: I
963
+ [`${i}--popover--${w}${et}`]: I
964
964
  });
965
965
  return I && !u ? m`
966
966
  <span class="${J}">
@@ -2401,9 +2401,9 @@ const hr = (s) => ({
2401
2401
  const h = tc(v), b = {
2402
2402
  x: o,
2403
2403
  y: e
2404
- }, g = Ws(c), f = Zs(g), x = await n.getDimensions(p), C = g === "y", $ = C ? "top" : "left", S = C ? "bottom" : "right", M = C ? "clientHeight" : "clientWidth", T = r.reference[f] + r.reference[g] - b[g] - r.floating[f], O = b[g] - r.reference[g], z = await (n.getOffsetParent == null ? void 0 : n.getOffsetParent(p));
2405
- let I = z ? z[M] : 0;
2406
- (!I || !await (n.isElement == null ? void 0 : n.isElement(z))) && (I = u.floating[M] || r.floating[f]);
2404
+ }, g = Ws(c), f = Zs(g), x = await n.getDimensions(p), C = g === "y", $ = C ? "top" : "left", S = C ? "bottom" : "right", M = C ? "clientHeight" : "clientWidth", T = r.reference[f] + r.reference[g] - b[g] - r.floating[f], O = b[g] - r.reference[g], w = await (n.getOffsetParent == null ? void 0 : n.getOffsetParent(p));
2405
+ let I = w ? w[M] : 0;
2406
+ (!I || !await (n.isElement == null ? void 0 : n.isElement(w))) && (I = u.floating[M] || r.floating[f]);
2407
2407
  const k = T / 2 - O / 2, P = I / 2 - x[f] / 2 - 1, D = Ft(h[$], P), q = Ft(h[S], P), V = D, K = I - x[f] - q, F = I / 2 - x[f] / 2 + k, et = cr(V, F, K), J = !l.arrow && wo(c) != null && F !== et && r.reference[f] / 2 - (F < V ? D : q) - x[f] / 2 < 0, X = J ? F < V ? F - V : F - K : 0;
2408
2408
  return {
2409
2409
  [g]: b[g] + X,
@@ -2441,8 +2441,8 @@ const hr = (s) => ({
2441
2441
  } = Vo(s, t);
2442
2442
  if ((o = r.arrow) != null && o.alignmentOffset)
2443
2443
  return {};
2444
- const $ = io(c), S = qt(u), M = io(u) === u, T = await (l.isRTL == null ? void 0 : l.isRTL(p.floating)), O = b || (M || !x ? [ss(u)] : dr(u)), z = f !== "none";
2445
- !b && z && O.push(...pr(u, x, f, T));
2444
+ const $ = io(c), S = qt(u), M = io(u) === u, T = await (l.isRTL == null ? void 0 : l.isRTL(p.floating)), O = b || (M || !x ? [ss(u)] : dr(u)), w = f !== "none";
2445
+ !b && w && O.push(...pr(u, x, f, T));
2446
2446
  const I = [u, ...O], k = await oc(t, C), P = [];
2447
2447
  let D = ((e = r.flip) == null ? void 0 : e.overflows) || [];
2448
2448
  if (v && P.push(k[$]), h) {
@@ -2473,7 +2473,7 @@ const hr = (s) => ({
2473
2473
  case "bestFit": {
2474
2474
  var K;
2475
2475
  const X = (K = D.filter((tt) => {
2476
- if (z) {
2476
+ if (w) {
2477
2477
  const wt = qt(tt.placement);
2478
2478
  return wt === S || // Create a bias to the `y` side axis due to horizontal
2479
2479
  // reading directions favoring greater width.
@@ -2569,9 +2569,9 @@ const yr = function(s) {
2569
2569
  } = r.floating;
2570
2570
  let C, $;
2571
2571
  h === "top" || h === "bottom" ? (C = h, $ = b === (await (n.isRTL == null ? void 0 : n.isRTL(u.floating)) ? "start" : "end") ? "left" : "right") : ($ = h, C = b === "end" ? "top" : "bottom");
2572
- const S = x - v.top - v.bottom, M = f - v.left - v.right, T = Ft(x - v[C], S), O = Ft(f - v[$], M), z = !t.middlewareData.shift;
2572
+ const S = x - v.top - v.bottom, M = f - v.left - v.right, T = Ft(x - v[C], S), O = Ft(f - v[$], M), w = !t.middlewareData.shift;
2573
2573
  let I = T, k = O;
2574
- if ((o = t.middlewareData.shift) != null && o.enabled.x && (k = M), (e = t.middlewareData.shift) != null && e.enabled.y && (I = S), z && !b) {
2574
+ if ((o = t.middlewareData.shift) != null && o.enabled.x && (k = M), (e = t.middlewareData.shift) != null && e.enabled.y && (I = S), w && !b) {
2575
2575
  const D = nt(v.left, 0), q = nt(v.right, 0), V = nt(v.top, 0), K = nt(v.bottom, 0);
2576
2576
  g ? k = f - 2 * (D !== 0 || q !== 0 ? D + q : nt(v.left, v.right)) : I = x - 2 * (V !== 0 || K !== 0 ? V + K : nt(v.top, v.bottom));
2577
2577
  }
@@ -3016,8 +3016,8 @@ function Ur(s, t) {
3016
3016
  threshold: nt(0, Ft(1, l)) || 1
3017
3017
  };
3018
3018
  let T = !0;
3019
- function O(z) {
3020
- const I = z[0].intersectionRatio;
3019
+ function O(w) {
3020
+ const I = w[0].intersectionRatio;
3021
3021
  if (I !== l) {
3022
3022
  if (!T)
3023
3023
  return n();
@@ -3338,7 +3338,7 @@ It = d([
3338
3338
  * This source code is licensed under the Apache-2.0 license found in the
3339
3339
  * LICENSE file in the root directory of this source tree.
3340
3340
  */
3341
- const B = "ibm-automation-cds", w = "automation-global-header", ho = "automation--header", Ce = "automation-header-navigation-action", ks = "automation--header__popover__label--profile", Qr = `${B}-app-switcher-button`, Jr = `${B}-env-switcher-button`, $e = `${B}-help-menu-button`, tn = `${B}-chatbot-menu-button`, on = `${B}-notifications-button`, sn = `${B}-profile-menu-button`, en = `${B}-search-button`, cn = `${B}-trial-popover-button`, Se = "global-header", rn = "refresh-header-options", nn = {
3341
+ const B = "ibm-automation-cds", z = "automation-global-header", ho = "automation--header", Ce = "automation-header-navigation-action", ks = "automation--header__popover__label--profile", Qr = `${B}-app-switcher-button`, Jr = `${B}-env-switcher-button`, $e = `${B}-help-menu-button`, tn = `${B}-chatbot-menu-button`, on = `${B}-notifications-button`, sn = `${B}-profile-menu-button`, en = `${B}-search-button`, cn = `${B}-trial-popover-button`, Se = "global-header", rn = "refresh-header-options", nn = {
3342
3342
  brand: {
3343
3343
  company: "",
3344
3344
  product: ""
@@ -4037,7 +4037,7 @@ let mt = class extends y {
4037
4037
  };
4038
4038
  }
4039
4039
  render() {
4040
- var o, e, c, r, n, u, l, p, v, h, b, g, f, x, C, $, S, M, T, O, z, I;
4040
+ var o, e, c, r, n, u, l, p, v, h, b, g, f, x, C, $, S, M, T, O, w, I;
4041
4041
  const t = "title-icon";
4042
4042
  return typeof this.isCollapsible > "u" || this.isCollapsible ? this.isSideNavMenuItems ? m`
4043
4043
  <cds-custom-side-nav-menu
@@ -4118,7 +4118,7 @@ let mt = class extends y {
4118
4118
  @mouseleave="${() => this._setIsHoveringOnSideNavItem(!1)}"
4119
4119
  @mouseenter="${() => this._setIsHoveringOnSideNavItem(!0)}"
4120
4120
  large="${!this.isHybridIpaas}">
4121
- ${(T = this.link) != null && T.iconName ? N((O = this.link) == null ? void 0 : O.iconName, 16, t) : (z = this.link) == null ? void 0 : z.label}
4121
+ ${(T = this.link) != null && T.iconName ? N((O = this.link) == null ? void 0 : O.iconName, 16, t) : (w = this.link) == null ? void 0 : w.label}
4122
4122
  </cds-custom-side-nav-link>
4123
4123
  <cds-custom-popover-content
4124
4124
  >${(I = this.link) == null ? void 0 : I.label}</cds-custom-popover-content
@@ -4316,21 +4316,21 @@ const ti = ({
4316
4316
  actionLink: e
4317
4317
  }) => m`
4318
4318
  <div class="automation-header__tooltip">
4319
- <div class="${w}__tooltip-caret"></div>
4319
+ <div class="${z}__tooltip-caret"></div>
4320
4320
  <div class="automation-header__tooltip-body">
4321
4321
  ${s ? m`<p
4322
4322
  tabindex="{0}"
4323
4323
  role="tabpanel"
4324
- class="${w}__tooltip-description"
4324
+ class="${z}__tooltip-description"
4325
4325
  aria-label="${s}">
4326
4326
  ${s}
4327
4327
  </p>` : _}
4328
- <div class="${w}__tooltip-links">
4328
+ <div class="${z}__tooltip-links">
4329
4329
  ${t == null ? void 0 : t.map(
4330
4330
  (c) => m`
4331
4331
  <cds-custom-link
4332
4332
  href="${c.href}"
4333
- class="${w}__tooltip-link">
4333
+ class="${z}__tooltip-link">
4334
4334
  <span
4335
4335
  >${c.label}
4336
4336
  ${oi(c.type)}</span
@@ -4342,7 +4342,7 @@ const ti = ({
4342
4342
  ${o && e ? m`
4343
4343
  <cds-custom-link
4344
4344
  href=${e}
4345
- class="${w}__trial-button">
4345
+ class="${z}__trial-button">
4346
4346
  <div class="buttons">
4347
4347
  ${o}
4348
4348
  <span class="button-icon"
@@ -4632,7 +4632,7 @@ var li = Object.defineProperty, pi = Object.getOwnPropertyDescriptor, po = (s, t
4632
4632
  (n = s[r]) && (c = (e ? n(t, o, c) : n(c)) || c);
4633
4633
  return e && c && li(t, o, c), c;
4634
4634
  };
4635
- const Qt = `${w}__user-profile-image`, { stablePrefix: mi } = st;
4635
+ const Qt = `${z}__user-profile-image`, { stablePrefix: mi } = st;
4636
4636
  let Lt = class extends y {
4637
4637
  constructor() {
4638
4638
  super(...arguments), this.kind = "", this.size = "lg", this.image = "", this.initials = "", this.className = "", this.backgroundColor = "light-cyan", this.icons = {
@@ -4697,7 +4697,7 @@ const vi = `/**
4697
4697
  *
4698
4698
  * This source code is licensed under the Apache-2.0 license found in the
4699
4699
  * LICENSE file in the root directory of this source tree.
4700
- */.automation-global-header__popover__section{position:relative;padding:1rem}.automation-global-header__popover__section:not(:last-child):after{position:absolute;border-block-end:1px solid #393939;content:"";inline-size:100%;inset-block-end:0;inset-inline-start:0}.automation--header__popover__header{display:flex;flex-wrap:nowrap}.automation--header__popover__profile__header__title{font-size:var(--cds-productive-heading-03-font-size, 1.25rem);font-weight:var(--cds-productive-heading-03-font-weight, 400);line-height:var(--cds-productive-heading-03-line-height, 1.4);letter-spacing:var(--cds-productive-heading-03-letter-spacing, 0);line-height:1.2;margin-block-end:.25rem}.automation--header__popover__profile__header__title,.automation--header__popover__profile__header__email{display:block;inline-size:189px;word-wrap:break-word}.automation-global-header__horizontal_section{border:.25px solid #393939;margin-inline:.5rem}.automation-global-header__name_section{margin-inline-start:1rem}.automation-global-header__console_lnk_section,.automation-global-header__usr_management_lnk_section{padding:0}.automation-global-header__popover__link-item a{text-decoration:none}.automation-global-header__popover__section ul,.automation-global-header__profile_footer ul{padding:0;margin:0}.automation-global-header__popover__section ul li,.automation-global-header__profile_footer ul li{list-style-position:inside;list-style-type:none}.automation-global-header__popover__link{font-size:var(--cds-body-short-01-font-size, .875rem);font-weight:var(--cds-body-short-01-font-weight, 400);line-height:var(--cds-body-short-01-line-height, 1.28572);letter-spacing:var(--cds-body-short-01-letter-spacing, .16px);display:flex;padding:1rem;color:#fff;text-decoration:none;transition:background-color .11s,color .11s}.automation-global-header__popover__link svg{block-size:100%}.automation-global-header__popover__link .link_icon{margin-inline-end:.5rem}.automation-global-header__popover__link:hover{background-color:#353535}.automation-global-header__popover__link:hover .launch_icon{opacity:1}.automation-global-header__popover__link .link_text{margin:auto 0}.automation-global-header__popover__link .launch_icon{margin-inline-start:auto;opacity:0}.automation--header__popover__profile__header__email{font-size:var(--cds-label-01-font-size, .75rem);font-weight:var(--cds-label-01-font-weight, 400);line-height:var(--cds-label-01-line-height, 1.33333);letter-spacing:var(--cds-label-01-letter-spacing, .32px);color:#c6c6c6}.automation-global-header__instance_details{margin:1rem}.automation-global-header__title_bar .title-bar__label{font-size:var(--cds-label-01-font-size, .75rem);font-weight:var(--cds-label-01-font-weight, 400);line-height:var(--cds-label-01-line-height, 1.33333);letter-spacing:var(--cds-label-01-letter-spacing, .32px);color:#c6c6c6}.automation-global-header__title_bar .title-bar__text{font-size:var(--cds-expressive-heading-01-font-size, .875rem);font-weight:var(--cds-expressive-heading-01-font-weight, 600);line-height:var(--cds-expressive-heading-01-line-height, 1.42857);letter-spacing:var(--cds-expressive-heading-01-letter-spacing, .16px);font-weight:400}.automation-global-header__popover__profile__footer__logout{color:#fff!important}.automation-global-header__popover__link-item cds-button{inline-size:100%}.automation-global-header__popover__link-item cds-button::part(button){padding:0;inline-size:100%}.automation-global-header__popover__link-item cds-button .automation-global-header__popover__link{inline-size:100%}`;
4700
+ */.automation-global-header__popover__section{position:relative;padding:1rem}.automation-global-header__popover__section:not(:last-child):after{position:absolute;border-block-end:1px solid #393939;content:"";inline-size:100%;inset-block-end:0;inset-inline-start:0}.automation--header__popover__header{display:flex;flex-wrap:nowrap}.automation--header__popover__profile__header__title{font-size:var(--cds-productive-heading-03-font-size, 1.25rem);font-weight:var(--cds-productive-heading-03-font-weight, 400);line-height:var(--cds-productive-heading-03-line-height, 1.4);letter-spacing:var(--cds-productive-heading-03-letter-spacing, 0);line-height:1.2;margin-block-end:.25rem}.automation--header__popover__profile__header__title,.automation--header__popover__profile__header__email{display:block;inline-size:189px;word-wrap:break-word}.automation-global-header__horizontal_section{border:.25px solid #393939;margin-inline:.5rem}.automation-global-header__name_section{margin-inline-start:1rem}.automation-global-header__console_lnk_section,.automation-global-header__usr_management_lnk_section{padding:0}.automation-global-header__popover__link-item a{text-decoration:none}.automation-global-header__popover__section ul,.automation-global-header__profile_footer ul{padding:0;margin:0}.automation-global-header__popover__section ul li,.automation-global-header__profile_footer ul li{list-style-position:inside;list-style-type:none}.automation-global-header__popover__link{font-size:var(--cds-body-short-01-font-size, .875rem);font-weight:var(--cds-body-short-01-font-weight, 400);line-height:var(--cds-body-short-01-line-height, 1.28572);letter-spacing:var(--cds-body-short-01-letter-spacing, .16px);display:flex;padding:1rem;color:#fff;text-decoration:none;transition:background-color .11s,color .11s}.automation-global-header__popover__link svg{block-size:100%}.automation-global-header__popover__link .link_icon{margin-inline-end:.5rem}.automation-global-header__popover__link:hover{background-color:#353535}.automation-global-header__popover__link:hover .launch_icon{opacity:1}.automation-global-header__popover__link .link_text{margin:auto 0}.automation-global-header__popover__link .launch_icon{margin-inline-start:auto;opacity:0}.automation--header__popover__profile__header__email{font-size:var(--cds-label-01-font-size, .75rem);font-weight:var(--cds-label-01-font-weight, 400);line-height:var(--cds-label-01-line-height, 1.33333);letter-spacing:var(--cds-label-01-letter-spacing, .32px);color:#c6c6c6}.automation-global-header__instance_details{margin:1rem}.automation-global-header__title-bar__label{font-size:var(--cds-label-01-font-size, .75rem);font-weight:var(--cds-label-01-font-weight, 400);line-height:var(--cds-label-01-line-height, 1.33333);letter-spacing:var(--cds-label-01-letter-spacing, .32px);color:#c6c6c6;margin-block-end:.25rem}.automation-global-header__title-bar__text{font-size:var(--cds-expressive-heading-01-font-size, .875rem);font-weight:var(--cds-expressive-heading-01-font-weight, 600);line-height:var(--cds-expressive-heading-01-line-height, 1.42857);letter-spacing:var(--cds-expressive-heading-01-letter-spacing, .16px);font-weight:400}.automation-global-header__title-bar__text:not(:last-child){margin-block-end:1rem}.automation-global-header__popover__profile__footer__logout{color:#fff!important}.automation-global-header__popover__link-item cds-button{inline-size:100%}.automation-global-header__popover__link-item cds-button::part(button){padding:0;inline-size:100%}.automation-global-header__popover__link-item cds-button .automation-global-header__popover__link{inline-size:100%}`;
4701
4701
  var hi = Object.defineProperty, gi = Object.getOwnPropertyDescriptor, bc = (s, t, o, e) => {
4702
4702
  for (var c = e > 1 ? void 0 : e ? gi(t, o) : t, r = s.length - 1, n; r >= 0; r--)
4703
4703
  (n = s[r]) && (c = (e ? n(t, o, c) : n(c)) || c);
@@ -4713,22 +4713,26 @@ let cs = class extends y {
4713
4713
  tabIndex="${0}"
4714
4714
  role="tabpanel"
4715
4715
  aria-labelledby="${ks}"
4716
- class="${w}__popover__section">
4717
- ${(o = this.props.mainSectionItems) == null ? void 0 : o.map((e) => m`<div class="${w}__title_bar">
4718
- <p class="title-bar__label">${e.label}</p>
4719
- <p class="title-bar__text">${e.text}</p>
4720
- </div>`)}
4716
+ class="${z}__popover__section">
4717
+ ${(o = this.props.mainSectionItems) == null ? void 0 : o.map((e) => m`
4718
+ <div class="${z}__title-bar__label">
4719
+ ${e.label}
4720
+ </div>
4721
+ <div class="${z}__title-bar__text">
4722
+ ${e.text}
4723
+ </div>
4724
+ `)}
4721
4725
  </section>
4722
4726
  ` : _;
4723
4727
  }, this.renderFooterSection = (t) => typeof t < "u" && (t == null ? void 0 : t.length) > 0 ? t == null ? void 0 : t.map((o) => m` <div
4724
- class="${w}__popover__section ${w}__usr_management_lnk_section">
4725
- <ul class="${w}__popover__links">
4726
- <li class="${w}__popover__link-item">
4728
+ class="${z}__popover__section ${z}__usr_management_lnk_section">
4729
+ <ul class="${z}__popover__links">
4730
+ <li class="${z}__popover__link-item">
4727
4731
  <a
4728
4732
  href="${o.href}"
4729
4733
  target="${o != null && o.newTab ? "_blank" : ""}"
4730
4734
  rel="noreferrer">
4731
- <span class="${w}__popover__link">
4735
+ <span class="${z}__popover__link">
4732
4736
  <span class="link_icon"
4733
4737
  >${o.carbonIcon ? N(o.carbonIcon, to, Jt) : _}</span
4734
4738
  >
@@ -4739,11 +4743,11 @@ let cs = class extends y {
4739
4743
  </ul>
4740
4744
  </div>`) : _, this.renderUserManagementSection = (t) => t && (t != null && t.href) && (t != null && t.text) ? m`
4741
4745
  <div
4742
- class="${w}__popover__section ${w}__usr_management_lnk_section">
4743
- <ul class="${w}__popover__links">
4744
- <li class="${w}__popover__link-item">
4746
+ class="${z}__popover__section ${z}__usr_management_lnk_section">
4747
+ <ul class="${z}__popover__links">
4748
+ <li class="${z}__popover__link-item">
4745
4749
  <a href=${t.href} target="_blank" rel="noreferrer">
4746
- <span class="${w}__popover__link">
4750
+ <span class="${z}__popover__link">
4747
4751
  <span class="link_icon"
4748
4752
  >${N(
4749
4753
  t.icon,
@@ -4762,14 +4766,14 @@ let cs = class extends y {
4762
4766
  </div>
4763
4767
  ` : _, this.renderManagementConsole = (t) => t && (t != null && t.href) && (t != null && t.text) ? m`
4764
4768
  <div
4765
- class="${w}__popover__section ${w}__console_lnk_section">
4766
- <ul class="${w}__popover__links">
4767
- <li class="${w}__popover__link-item">
4769
+ class="${z}__popover__section ${z}__console_lnk_section">
4770
+ <ul class="${z}__popover__links">
4771
+ <li class="${z}__popover__link-item">
4768
4772
  <a
4769
4773
  href="${t.href}"
4770
4774
  target="${t != null && t.newTab ? "_blank" : void 0}"
4771
4775
  rel="noreferrer">
4772
- <span class="${w}__popover__link">
4776
+ <span class="${z}__popover__link">
4773
4777
  <span class="link_icon"
4774
4778
  >${N("Settings", to, Jt)}</span
4775
4779
  >
@@ -4782,7 +4786,7 @@ let cs = class extends y {
4782
4786
  </li>
4783
4787
  </ul>
4784
4788
  </div>
4785
- ` : _, this.renderLinkItem = (t) => m`<span class="${w}__popover__link">
4789
+ ` : _, this.renderLinkItem = (t) => m`<span class="${z}__popover__link">
4786
4790
  <span class="link_icon"
4787
4791
  >${t.carbonIcon ? N(t.carbonIcon, to, Jt) : _}</span
4788
4792
  >
@@ -4792,9 +4796,9 @@ let cs = class extends y {
4792
4796
  >` : _}
4793
4797
  </span>`, this.renderProfileFooterLinks = (t) => t ? t.map((o) => m`
4794
4798
  <section
4795
- class="${w}__profile_footer ${ho}__popover__footer">
4796
- <ul class="${w}__popover__links">
4797
- <li class="${w}__popover__link-item">
4799
+ class="${z}__profile_footer ${ho}__popover__footer">
4800
+ <ul class="${z}__popover__links">
4801
+ <li class="${z}__popover__link-item">
4798
4802
  ${o.onClickHandler ? m`<cds-button
4799
4803
  @click="${o.onClickHandler}"
4800
4804
  size="xs"
@@ -4829,15 +4833,14 @@ let cs = class extends y {
4829
4833
  aria-labelledby="${ks}"
4830
4834
  class="${ho}__popover--focus">
4831
4835
  <div
4832
- class="${ho}__popover__header ${w}__popover__section">
4836
+ class="${ho}__popover__header ${z}__popover__section">
4833
4837
  <clabs-global-header-user-profile-image
4834
- .size="xlg"
4838
+ size="xlg"
4835
4839
  .image="${t == null ? void 0 : t.imageUrl}"
4836
- .backgroundColor="light-cyan"
4837
4840
  .initials="${t == null ? void 0 : t.displayName}">
4838
4841
  .className="${ho}__popover__profile-icon"
4839
4842
  </clabs-global-header-user-profile-image>
4840
- <div class="${w}__name_section">
4843
+ <div class="${z}__name_section">
4841
4844
  <span
4842
4845
  id="${ks}"
4843
4846
  class="${ho}__popover__profile__header__title"
@@ -4866,7 +4869,7 @@ bc([
4866
4869
  cs = bc([
4867
4870
  ot(`${bi}-global-header-auth-context`)
4868
4871
  ], cs);
4869
- const fi = `.ibm-automation-cds__header{z-index:8050}.ibm-automation-cds__header-name{margin:0 0 0 -.5rem}.ibm-automation-cds__capability-name{overflow:hidden;color:var(--cds-custom-text-primary);font-weight:400;margin-inline-end:1.5rem;text-overflow:ellipsis;white-space:nowrap}.ibm-automation-cds__product-type{white-space:nowrap}.ibm-automation-cds__global{display:flex;flex:1 1 0%;justify-content:flex-end;block-size:100%}.automation-global-header__popover__section{position:relative;padding:1rem}.automation-global-header__popover__section:not(:last-child):after{position:absolute;border-block-end:1px solid #393939;content:"";inline-size:100%;inset-block-end:0;inset-inline-start:0}.automation--header__popover__header{display:flex;flex-wrap:nowrap}.automation--header__popover__profile__header__title{font-size:var(--cds-productive-heading-03-font-size, 1.25rem);font-weight:var(--cds-productive-heading-03-font-weight, 400);line-height:var(--cds-productive-heading-03-line-height, 1.4);letter-spacing:var(--cds-productive-heading-03-letter-spacing, 0);line-height:1.2;margin-block-end:.25rem}.automation--header__popover__profile__header__title,.automation--header__popover__profile__header__email{display:block;inline-size:189px;word-wrap:break-word}.automation-global-header__horizontal_section{border:.25px solid #393939;margin-inline:.5rem}.automation-global-header__name_section{margin-inline-start:1rem}.automation-global-header__console_lnk_section,.automation-global-header__usr_management_lnk_section{padding:0}.automation-global-header__popover__link-item a{text-decoration:none}.automation-global-header__popover__section ul,.automation-global-header__profile_footer ul{padding:0;margin:0}.automation-global-header__popover__section ul li,.automation-global-header__profile_footer ul li{list-style-position:inside;list-style-type:none}.automation-global-header__popover__link{font-size:var(--cds-body-short-01-font-size, .875rem);font-weight:var(--cds-body-short-01-font-weight, 400);line-height:var(--cds-body-short-01-line-height, 1.28572);letter-spacing:var(--cds-body-short-01-letter-spacing, .16px);display:flex;padding:1rem;color:#fff;text-decoration:none;transition:background-color .11s,color .11s}.automation-global-header__popover__link svg{block-size:100%}.automation-global-header__popover__link .link_icon{margin-inline-end:.5rem}.automation-global-header__popover__link:hover{background-color:#353535}.automation-global-header__popover__link:hover .launch_icon{opacity:1}.automation-global-header__popover__link .link_text{margin:auto 0}.automation-global-header__popover__link .launch_icon{margin-inline-start:auto;opacity:0}.automation--header__popover__profile__header__email{font-size:var(--cds-label-01-font-size, .75rem);font-weight:var(--cds-label-01-font-weight, 400);line-height:var(--cds-label-01-line-height, 1.33333);letter-spacing:var(--cds-label-01-letter-spacing, .32px);color:#c6c6c6}.automation-global-header__instance_details{margin:1rem}.automation-global-header__title_bar .title-bar__label{font-size:var(--cds-label-01-font-size, .75rem);font-weight:var(--cds-label-01-font-weight, 400);line-height:var(--cds-label-01-line-height, 1.33333);letter-spacing:var(--cds-label-01-letter-spacing, .32px);color:#c6c6c6}.automation-global-header__title_bar .title-bar__text{font-size:var(--cds-expressive-heading-01-font-size, .875rem);font-weight:var(--cds-expressive-heading-01-font-weight, 600);line-height:var(--cds-expressive-heading-01-line-height, 1.42857);letter-spacing:var(--cds-expressive-heading-01-letter-spacing, .16px);font-weight:400}.automation-global-header__popover__profile__footer__logout{color:#fff!important}.automation-global-header__popover__link-item cds-button{inline-size:100%}.automation-global-header__popover__link-item cds-button::part(button){padding:0;inline-size:100%}.automation-global-header__popover__link-item cds-button .automation-global-header__popover__link{inline-size:100%}cds-custom-header-global-action.mcsp-header-user-profile{display:flex;block-size:48px;inline-size:48px}cds-custom-header-global-action clabs-global-header-user-profile-image{inline-size:100%}.ibm-automation-cds__help-menu{list-style:none}.ibm-automation-cds__help-menu svg{fill:#fff}.ibm-automation-cds__help-menu ul{transform:translate(calc(3rem - 100%)) translateY(100%)!important}.ibm-automation-cds__help-menu .ibm-automation-cds--text-truncate--end{display:flex;justify-content:space-between;inline-size:320px}.ibm-automation-cds__help-menu .ibm-automation-cds--header__menu-item{padding:12px;block-size:47px}.automation-global-header__notification svg{fill:#fff}.automation-global-header__notification svg circle{fill:#d61f28}cds-custom-header-global-action.mcsp-header-user-profile>div{border-radius:50%;margin:7px;background-color:#1192e8;block-size:32px;inline-size:32px}cds-custom-header-global-action.mcsp-header-user-profile>div svg{margin:6px}.automation-global-header__divider:before{display:block;background-color:var(--cds-custom-border-subtle);block-size:2.5rem;content:"";inline-size:.0625rem;transform:translateY(.25rem)}.automation--header__group{position:relative;display:flex}.automation-global-header--popover-content-container .ibm-automation-cds--popover span{display:none!important}.automation-global-header--popover-content-container .ibm-automation-cds--popover .ibm-automation-cds--popover-caret{display:none!important}.ibm-automation-cds--custom-header__nav{display:block!important}.ibm-automation-cds--header__global .ibm-automation-cds--popover span{display:none!important}.c4p--user-profile-image--light{color:#000}.automation-global-header__trial-menu__counting-box-alert{background-image:linear-gradient(135deg,#161616,#161616),linear-gradient(135deg,#fa4d56,#fa4d56)}.automation-global-header__trial-menu{color:#f4f4f4}.automation-global-header__trial-menu::part(button){display:flex;align-items:center;padding:0 .75rem;inline-size:fit-content}.automation-global-header__trial-menu p{font-size:var(--cds-label-01-font-size, .75rem);font-weight:var(--cds-label-01-font-weight, 400);line-height:var(--cds-label-01-line-height, 1.33333);letter-spacing:var(--cds-label-01-letter-spacing, .32px)}.automation-global-header__trial-menu .trial-label{color:#f4f4f4;padding-inline-start:5px;text-align:center;white-space:nowrap}.automation-global-header__trial-menu .automation-global-header__trial-menu__counting-box{border:1px solid transparent;border-radius:.125rem;background-clip:padding-box,border-box;background-image:linear-gradient(135deg,#161616,#161616),linear-gradient(135deg,#0043ce,#be95ff);background-origin:padding-box,border-box;block-size:1.25rem;color:#f4f4f4;font-size:14px;font-weight:600;min-inline-size:1rem;text-align:center}.automation-global-header__trial-menu .automation-global-header__trial-menu__counting-box-alert{background-image:linear-gradient(135deg,#161616,#161616),linear-gradient(135deg,#fa4d56,#fa4d56)}.automation-global-header__trial-menu:hover .automation-global-header__trial-menu__counting-box{background-image:linear-gradient(135deg,#353535,#353535),linear-gradient(135deg,#0043ce,#be95ff)!important}.automation-global-header__trial-menu:hover .automation-global-header__trial-menu__counting-box-alert{background-image:linear-gradient(135deg,#353535,#353535),linear-gradient(135deg,#fa4d56,#fa4d56)!important}.ibm-automation-cds--header__action:hover{background-color:#393939}.ibm-automation-cds--btn.ibm-automation-cds--btn--icon-only.ibm-automation-cds--header__action svg{fill:#fff}@media (forced-colors: active){.ibm-automation-cds--btn.ibm-automation-cds--btn--icon-only.ibm-automation-cds--header__action svg{fill:#fff}}@media (forced-colors: active) and (-ms-high-contrast: black-on-white){.ibm-automation-cds--btn.ibm-automation-cds--btn--icon-only.ibm-automation-cds--header__action svg{fill:#000}}@media (forced-colors: active) and (-ms-high-contrast: white-on-black){.ibm-automation-cds--btn.ibm-automation-cds--btn--icon-only.ibm-automation-cds--header__action svg{fill:#fff}}.automation-global-header__switcher{border:0!important;block-size:max-content;inline-size:max-content;min-block-size:max-content}.c4p--notifications-panel__container{border:0;block-size:max-content;min-block-size:max-content}.automation-header__tooltip{position:absolute;color:#fff;inline-size:16rem;inset-block-start:0;inset-inline-end:0;transform:translate(40px)}.automation-header__tooltip-body{padding:1rem;border-radius:3px;background-color:#393939;box-shadow:0 5px 5px #0000004d}.automation-header__tooltip-body :last-child{margin-block-end:0}.automation-global-header__tooltip-description{font-size:14px;line-height:1.25rem;margin-block-end:1rem}.automation-global-header__tooltip-links{margin-block-end:1rem}.automation-global-header__tooltip-links .automation-global-header__tooltip-link{display:block;padding:6px 15px;color:#78a9ff;margin-block-end:.25rem;margin-inline-start:-1rem}.automation-global-header__tooltip-links .automation-global-header__tooltip-link svg{fill:#78a9ff}.automation-global-header__tooltip-links .automation-global-header__tooltip-link:hover{background-color:#0000;text-decoration:underline}.automation-global-header__trial-button{display:inline-block}.automation-global-header__trial-button .buttons{display:flex;padding:6px 15px;background:#0f62fe;color:#fff}.automation-global-header__trial-button .button-icon{display:flex;margin-inline-start:20px}.automation-global-header__trial-button:hover{text-decoration:none}.automation-global-header--popover-content-container .ibm-automation-cds--popover span{display:none}.automation-global-header--popover-content-container .ibm-automation-cds--popover .ibm-automation-cds--popover-content{font-size:var(--cds-body-01-font-size, .875rem);font-weight:var(--cds-body-01-font-weight, 400);line-height:var(--cds-body-01-line-height, 1.42857);letter-spacing:var(--cds-body-01-letter-spacing, .16px);padding:.125rem .5rem;background-color:#393939;color:#fff}.automation-global-header--popover-content-container .ibm-automation-cds--popover .ibm-automation-cds--popover-caret{display:none}.automation-global-header__switcher{border:0!important;block-size:max-content;color:#a8a8a8;inline-size:max-content;min-block-size:max-content}.automation-global-header__switcher-menu{display:inline-block;block-size:47px;color:#a8a8a8;list-style-type:none;min-inline-size:12rem!important}.automation-global-header__switcher-menu-item-title{display:flex;align-items:flex-end;justify-content:space-between}.automation-global-header__switcher-menu-item-title span{overflow:hidden;margin-inline-end:1.5rem;max-inline-size:224px;text-overflow:ellipsis;white-space:nowrap}.automation-global-header__switcher-menu-item-title-hidden-checkmark{visibility:hidden}.automation-global-header__switcher-menu-item-title-icons-left{display:flex}.automation-global-header__switcher-menu-item-title-icons-left div{margin-inline-end:1rem}.automation-global-header__switcher-menu-item-title-icons-left span{overflow:hidden;margin-inline-end:1rem;max-inline-size:224px;text-overflow:ellipsis;white-space:nowrap}.automation-global-header__switcher-menu-item>span{overflow:hidden;max-inline-size:224px;text-overflow:ellipsis;white-space:nowrap}.automation-global-header__switcher-menu-disabled{pointer-events:none}.automation-global-header__switcher-menu.hybrid-ipaas .cds--header__menu-item+.cds--header__menu-title[aria-expanded=false]{inline-size:100%!important;min-inline-size:15rem!important}.automation-global-header__switcher-menu-group-title{display:flex;align-items:center;justify-content:space-between;block-size:47px;color:#f4f4f4;margin-inline-start:1rem;pointer-events:none;font-size:var(--cds-heading-compact-01-font-size, .875rem);font-weight:var(--cds-heading-compact-01-font-weight, 600);line-height:var(--cds-heading-compact-01-line-height, 1.28572);letter-spacing:var(--cds-heading-compact-01-letter-spacing, .16px)}cds-custom-header-menu::part(menu-body){inline-size:100%!important;max-block-size:calc(100vh - 47px);min-inline-size:15rem!important;overflow-x:hidden}cds-custom-header-menu::part(trigger){display:flex!important;overflow:hidden;flex-direction:row!important;flex-wrap:nowrap!important;align-items:center!important;justify-content:space-between!important;max-inline-size:224px;text-overflow:ellipsis;white-space:nowrap}cds-custom-header-menu-item:nth-last-child(2){border-block-end:1px solid #393939}/**
4872
+ const fi = `.ibm-automation-cds__header{z-index:8050}.ibm-automation-cds__header-name{margin:0 0 0 -.5rem}.ibm-automation-cds__capability-name{overflow:hidden;color:var(--cds-custom-text-primary);font-weight:400;margin-inline-end:1.5rem;text-overflow:ellipsis;white-space:nowrap}.ibm-automation-cds__product-type{white-space:nowrap}.ibm-automation-cds__global{display:flex;flex:1 1 0%;justify-content:flex-end;block-size:100%}.automation-global-header__popover__section{position:relative;padding:1rem}.automation-global-header__popover__section:not(:last-child):after{position:absolute;border-block-end:1px solid #393939;content:"";inline-size:100%;inset-block-end:0;inset-inline-start:0}.automation--header__popover__header{display:flex;flex-wrap:nowrap}.automation--header__popover__profile__header__title{font-size:var(--cds-productive-heading-03-font-size, 1.25rem);font-weight:var(--cds-productive-heading-03-font-weight, 400);line-height:var(--cds-productive-heading-03-line-height, 1.4);letter-spacing:var(--cds-productive-heading-03-letter-spacing, 0);line-height:1.2;margin-block-end:.25rem}.automation--header__popover__profile__header__title,.automation--header__popover__profile__header__email{display:block;inline-size:189px;word-wrap:break-word}.automation-global-header__horizontal_section{border:.25px solid #393939;margin-inline:.5rem}.automation-global-header__name_section{margin-inline-start:1rem}.automation-global-header__console_lnk_section,.automation-global-header__usr_management_lnk_section{padding:0}.automation-global-header__popover__link-item a{text-decoration:none}.automation-global-header__popover__section ul,.automation-global-header__profile_footer ul{padding:0;margin:0}.automation-global-header__popover__section ul li,.automation-global-header__profile_footer ul li{list-style-position:inside;list-style-type:none}.automation-global-header__popover__link{font-size:var(--cds-body-short-01-font-size, .875rem);font-weight:var(--cds-body-short-01-font-weight, 400);line-height:var(--cds-body-short-01-line-height, 1.28572);letter-spacing:var(--cds-body-short-01-letter-spacing, .16px);display:flex;padding:1rem;color:#fff;text-decoration:none;transition:background-color .11s,color .11s}.automation-global-header__popover__link svg{block-size:100%}.automation-global-header__popover__link .link_icon{margin-inline-end:.5rem}.automation-global-header__popover__link:hover{background-color:#353535}.automation-global-header__popover__link:hover .launch_icon{opacity:1}.automation-global-header__popover__link .link_text{margin:auto 0}.automation-global-header__popover__link .launch_icon{margin-inline-start:auto;opacity:0}.automation--header__popover__profile__header__email{font-size:var(--cds-label-01-font-size, .75rem);font-weight:var(--cds-label-01-font-weight, 400);line-height:var(--cds-label-01-line-height, 1.33333);letter-spacing:var(--cds-label-01-letter-spacing, .32px);color:#c6c6c6}.automation-global-header__instance_details{margin:1rem}.automation-global-header__title-bar__label{font-size:var(--cds-label-01-font-size, .75rem);font-weight:var(--cds-label-01-font-weight, 400);line-height:var(--cds-label-01-line-height, 1.33333);letter-spacing:var(--cds-label-01-letter-spacing, .32px);color:#c6c6c6;margin-block-end:.25rem}.automation-global-header__title-bar__text{font-size:var(--cds-expressive-heading-01-font-size, .875rem);font-weight:var(--cds-expressive-heading-01-font-weight, 600);line-height:var(--cds-expressive-heading-01-line-height, 1.42857);letter-spacing:var(--cds-expressive-heading-01-letter-spacing, .16px);font-weight:400}.automation-global-header__title-bar__text:not(:last-child){margin-block-end:1rem}.automation-global-header__popover__profile__footer__logout{color:#fff!important}.automation-global-header__popover__link-item cds-button{inline-size:100%}.automation-global-header__popover__link-item cds-button::part(button){padding:0;inline-size:100%}.automation-global-header__popover__link-item cds-button .automation-global-header__popover__link{inline-size:100%}cds-custom-header-global-action.mcsp-header-user-profile{display:flex;block-size:48px;inline-size:48px}cds-custom-header-global-action clabs-global-header-user-profile-image{inline-size:100%}.ibm-automation-cds__help-menu{list-style:none}.ibm-automation-cds__help-menu svg{fill:#fff}.ibm-automation-cds__help-menu ul{transform:translate(calc(3rem - 100%)) translateY(100%)!important}.ibm-automation-cds__help-menu .ibm-automation-cds--text-truncate--end{display:flex;justify-content:space-between;inline-size:320px}.ibm-automation-cds__help-menu .ibm-automation-cds--header__menu-item{padding:12px;block-size:47px}.automation-global-header__notification svg{fill:#fff}.automation-global-header__notification svg circle{fill:#d61f28}cds-custom-header-global-action.mcsp-header-user-profile>div{border-radius:50%;margin:7px;background-color:#1192e8;block-size:32px;inline-size:32px}cds-custom-header-global-action.mcsp-header-user-profile>div svg{margin:6px}.automation-global-header__divider:before{display:block;background-color:var(--cds-custom-border-subtle);block-size:2.5rem;content:"";inline-size:.0625rem;transform:translateY(.25rem)}.automation--header__group{position:relative;display:flex}.automation-global-header--popover-content-container .ibm-automation-cds--popover span{display:none!important}.automation-global-header--popover-content-container .ibm-automation-cds--popover .ibm-automation-cds--popover-caret{display:none!important}.ibm-automation-cds--custom-header__nav{display:block!important}.ibm-automation-cds--header__global .ibm-automation-cds--popover span{display:none!important}.c4p--user-profile-image--light{color:#000}.automation-global-header__trial-menu__counting-box-alert{background-image:linear-gradient(135deg,#161616,#161616),linear-gradient(135deg,#fa4d56,#fa4d56)}.automation-global-header__trial-menu{color:#f4f4f4}.automation-global-header__trial-menu::part(button){display:flex;align-items:center;padding:0 .75rem;inline-size:fit-content}.automation-global-header__trial-menu p{font-size:var(--cds-label-01-font-size, .75rem);font-weight:var(--cds-label-01-font-weight, 400);line-height:var(--cds-label-01-line-height, 1.33333);letter-spacing:var(--cds-label-01-letter-spacing, .32px)}.automation-global-header__trial-menu .trial-label{color:#f4f4f4;padding-inline-start:5px;text-align:center;white-space:nowrap}.automation-global-header__trial-menu .automation-global-header__trial-menu__counting-box{border:1px solid transparent;border-radius:.125rem;background-clip:padding-box,border-box;background-image:linear-gradient(135deg,#161616,#161616),linear-gradient(135deg,#0043ce,#be95ff);background-origin:padding-box,border-box;block-size:1.25rem;color:#f4f4f4;font-size:14px;font-weight:600;min-inline-size:1rem;text-align:center}.automation-global-header__trial-menu .automation-global-header__trial-menu__counting-box-alert{background-image:linear-gradient(135deg,#161616,#161616),linear-gradient(135deg,#fa4d56,#fa4d56)}.automation-global-header__trial-menu:hover .automation-global-header__trial-menu__counting-box{background-image:linear-gradient(135deg,#353535,#353535),linear-gradient(135deg,#0043ce,#be95ff)!important}.automation-global-header__trial-menu:hover .automation-global-header__trial-menu__counting-box-alert{background-image:linear-gradient(135deg,#353535,#353535),linear-gradient(135deg,#fa4d56,#fa4d56)!important}.ibm-automation-cds--header__action:hover{background-color:#393939}.ibm-automation-cds--btn.ibm-automation-cds--btn--icon-only.ibm-automation-cds--header__action svg{fill:#fff}@media (forced-colors: active){.ibm-automation-cds--btn.ibm-automation-cds--btn--icon-only.ibm-automation-cds--header__action svg{fill:#fff}}@media (forced-colors: active) and (-ms-high-contrast: black-on-white){.ibm-automation-cds--btn.ibm-automation-cds--btn--icon-only.ibm-automation-cds--header__action svg{fill:#000}}@media (forced-colors: active) and (-ms-high-contrast: white-on-black){.ibm-automation-cds--btn.ibm-automation-cds--btn--icon-only.ibm-automation-cds--header__action svg{fill:#fff}}.automation-global-header__switcher{border:0!important;block-size:max-content;inline-size:max-content;min-block-size:max-content}.c4p--notifications-panel__container{border:0;block-size:max-content;min-block-size:max-content}.automation-header__tooltip{position:absolute;color:#fff;inline-size:16rem;inset-block-start:0;inset-inline-end:0;transform:translate(40px)}.automation-header__tooltip-body{padding:1rem;border-radius:3px;background-color:#393939;box-shadow:0 5px 5px #0000004d}.automation-header__tooltip-body :last-child{margin-block-end:0}.automation-global-header__tooltip-description{font-size:14px;line-height:1.25rem;margin-block-end:1rem}.automation-global-header__tooltip-links{margin-block-end:1rem}.automation-global-header__tooltip-links .automation-global-header__tooltip-link{display:block;padding:6px 15px;color:#78a9ff;margin-block-end:.25rem;margin-inline-start:-1rem}.automation-global-header__tooltip-links .automation-global-header__tooltip-link svg{fill:#78a9ff}.automation-global-header__tooltip-links .automation-global-header__tooltip-link:hover{background-color:#0000;text-decoration:underline}.automation-global-header__trial-button{display:inline-block}.automation-global-header__trial-button .buttons{display:flex;padding:6px 15px;background:#0f62fe;color:#fff}.automation-global-header__trial-button .button-icon{display:flex;margin-inline-start:20px}.automation-global-header__trial-button:hover{text-decoration:none}.automation-global-header--popover-content-container .ibm-automation-cds--popover span{display:none}.automation-global-header--popover-content-container .ibm-automation-cds--popover .ibm-automation-cds--popover-content{font-size:var(--cds-body-01-font-size, .875rem);font-weight:var(--cds-body-01-font-weight, 400);line-height:var(--cds-body-01-line-height, 1.42857);letter-spacing:var(--cds-body-01-letter-spacing, .16px);padding:.125rem .5rem;background-color:#393939;color:#fff}.automation-global-header--popover-content-container .ibm-automation-cds--popover .ibm-automation-cds--popover-caret{display:none}.automation-global-header__switcher{border:0!important;block-size:max-content;color:#a8a8a8;inline-size:max-content;min-block-size:max-content}.automation-global-header__switcher-menu{display:inline-block;block-size:47px;color:#a8a8a8;list-style-type:none;min-inline-size:12rem!important}.automation-global-header__switcher-menu-item-title{display:flex;align-items:flex-end;justify-content:space-between}.automation-global-header__switcher-menu-item-title span{overflow:hidden;margin-inline-end:1.5rem;max-inline-size:224px;text-overflow:ellipsis;white-space:nowrap}.automation-global-header__switcher-menu-item-title-hidden-checkmark{visibility:hidden}.automation-global-header__switcher-menu-item-title-icons-left{display:flex}.automation-global-header__switcher-menu-item-title-icons-left div{margin-inline-end:1rem}.automation-global-header__switcher-menu-item-title-icons-left span{overflow:hidden;margin-inline-end:1rem;max-inline-size:224px;text-overflow:ellipsis;white-space:nowrap}.automation-global-header__switcher-menu-item>span{overflow:hidden;max-inline-size:224px;text-overflow:ellipsis;white-space:nowrap}.automation-global-header__switcher-menu-disabled{pointer-events:none}.automation-global-header__switcher-menu.hybrid-ipaas .cds--header__menu-item+.cds--header__menu-title[aria-expanded=false]{inline-size:100%!important;min-inline-size:15rem!important}.automation-global-header__switcher-menu-group-title{display:flex;align-items:center;justify-content:space-between;block-size:47px;color:#f4f4f4;margin-inline-start:1rem;pointer-events:none;font-size:var(--cds-heading-compact-01-font-size, .875rem);font-weight:var(--cds-heading-compact-01-font-weight, 600);line-height:var(--cds-heading-compact-01-line-height, 1.28572);letter-spacing:var(--cds-heading-compact-01-letter-spacing, .16px)}cds-custom-header-menu::part(menu-body){inline-size:100%!important;max-block-size:calc(100vh - 47px);min-inline-size:15rem!important;overflow-x:hidden}cds-custom-header-menu::part(trigger){display:flex!important;overflow:hidden;flex-direction:row!important;flex-wrap:nowrap!important;align-items:center!important;justify-content:space-between!important;max-inline-size:224px;text-overflow:ellipsis;white-space:nowrap}cds-custom-header-menu-item:nth-last-child(2){border-block-end:1px solid #393939}/**
4870
4873
  * @license
4871
4874
  *
4872
4875
  * Copyright IBM Corp. 2025
@@ -5057,7 +5060,7 @@ let L = class extends Ai(yc(y)) {
5057
5060
  class: `${i}--text-input__invalid-icon`
5058
5061
  }), O = Si({
5059
5062
  class: `${i}--text-input__invalid-icon ${i}--text-input__invalid-icon--warning`
5060
- }), z = {
5063
+ }), w = {
5061
5064
  disabled: !v && t,
5062
5065
  invalid: !v && n,
5063
5066
  warn: !v && !n && f,
@@ -5065,7 +5068,7 @@ let L = class extends Ai(yc(y)) {
5065
5068
  "slot-text": "",
5066
5069
  icon: null
5067
5070
  };
5068
- z.invalid ? (z.icon = T, z["slot-name"] = "invalid-text", z["slot-text"] = u) : z.warn && (z.icon = O, z["slot-name"] = "warn-text", z["slot-text"] = x);
5071
+ w.invalid ? (w.icon = T, w["slot-name"] = "invalid-text", w["slot-text"] = u) : w.warn && (w.icon = O, w["slot-name"] = "warn-text", w["slot-text"] = x);
5069
5072
  const I = H({
5070
5073
  [`${i}--label`]: !0,
5071
5074
  [`${i}--text-input__label-counter`]: !0,
@@ -5075,11 +5078,11 @@ let L = class extends Ai(yc(y)) {
5075
5078
  [`${i}--text-input-wrapper`]: !0,
5076
5079
  [`${i}--text-input-wrapper--inline`]: r,
5077
5080
  [`${i}--text-input-wrapper--readonly`]: v,
5078
- [`${i}--text-input-wrapper--inline--invalid`]: r && z.invalid
5081
+ [`${i}--text-input-wrapper--inline--invalid`]: r && w.invalid
5079
5082
  }), P = H({
5080
5083
  [`${i}--text-input`]: !0,
5081
- [`${i}--text-input--invalid`]: z.invalid,
5082
- [`${i}--text-input--warning`]: z.warn,
5084
+ [`${i}--text-input--invalid`]: w.invalid,
5085
+ [`${i}--text-input--warning`]: w.warn,
5083
5086
  [`${i}--text-input--${b}`]: b,
5084
5087
  [`${i}--layout--size-${b}`]: b,
5085
5088
  [`${i}--password-input`]: g === Ct.PASSWORD,
@@ -5089,21 +5092,21 @@ let L = class extends Ai(yc(y)) {
5089
5092
  [`${i}--text-input__field-outer-wrapper--inline`]: r
5090
5093
  }), q = H({
5091
5094
  [`${i}--text-input__field-wrapper`]: !0,
5092
- [`${i}--text-input__field-wrapper--warning`]: z.warn
5095
+ [`${i}--text-input__field-wrapper--warning`]: w.warn
5093
5096
  }), V = H({
5094
5097
  [`${i}--label`]: !0,
5095
5098
  [`${i}--visually-hidden`]: c,
5096
- [`${i}--label--disabled`]: z.disabled
5099
+ [`${i}--label--disabled`]: w.disabled
5097
5100
  }), K = H({
5098
5101
  [`${i}--form__helper-text`]: !0,
5099
- [`${i}--form__helper-text--disabled`]: z.disabled
5102
+ [`${i}--form__helper-text--disabled`]: w.disabled
5100
5103
  }), F = g !== Ct.PASSWORD, et = F ? Ci({ class: `${i}--icon-visibility-off` }) : wi({ class: `${i}--icon-visibility-on` }), J = H({
5101
5104
  [`${i}--text-input--password__visibility__toggle`]: !0,
5102
5105
  [`${i}--btn`]: !0,
5103
5106
  [`${i}--btn--icon-only`]: !0,
5104
5107
  [`${i}--tooltip__trigger`]: !0,
5105
5108
  [`${i}--tooltip--a11y`]: !0,
5106
- [`${i}--btn--disabled`]: z.disabled,
5109
+ [`${i}--btn--disabled`]: w.disabled,
5107
5110
  [`${i}--tooltip--${this.tooltipDirection}`]: this.tooltipDirection,
5108
5111
  [`${i}--tooltip--align-${this.tooltipAlignment}`]: this.tooltipAlignment
5109
5112
  }), X = m`
@@ -5114,9 +5117,9 @@ let L = class extends Ai(yc(y)) {
5114
5117
  <button
5115
5118
  type="button"
5116
5119
  class="${J}"
5117
- ?disabled="${z.disabled}"
5120
+ ?disabled="${w.disabled}"
5118
5121
  @click="${this.handleTogglePasswordVisibility}">
5119
- ${z.disabled ? null : X}
5122
+ ${w.disabled ? null : X}
5120
5123
  ${et}
5121
5124
  </button>
5122
5125
  `, wt = C == null ? void 0 : C.length, gs = o && p ? m` <label class="${I}">
@@ -5126,7 +5129,7 @@ let L = class extends Ai(yc(y)) {
5126
5129
  </div>`, se = e ? m`<div
5127
5130
  class="${K}"
5128
5131
  id="helper-text"
5129
- ?hidden="${z.invalid || z.warn}">
5132
+ ?hidden="${w.invalid || w.warn}">
5130
5133
  <slot name="helper-text"> ${e} </slot>
5131
5134
  </div>` : null;
5132
5135
  return m`
@@ -5136,7 +5139,7 @@ let L = class extends Ai(yc(y)) {
5136
5139
  </div>` : oe}
5137
5140
  <div class="${D}">
5138
5141
  <div class="${q}" ?data-invalid="${n}">
5139
- ${z.icon}
5142
+ ${w.icon}
5140
5143
  <input
5141
5144
  autocomplete="${this.autocomplete}"
5142
5145
  ?autofocus="${this.autofocus}"
@@ -5161,9 +5164,9 @@ let L = class extends Ai(yc(y)) {
5161
5164
  ${r ? null : se}
5162
5165
  <div
5163
5166
  class="${i}--form-requirement"
5164
- ?hidden="${!z.invalid && !z.warn}">
5165
- <slot name="${z["slot-name"]}">
5166
- ${z["slot-text"]}
5167
+ ?hidden="${!w.invalid && !w.warn}">
5168
+ <slot name="${w["slot-name"]}">
5169
+ ${w["slot-text"]}
5167
5170
  </slot>
5168
5171
  </div>
5169
5172
  </div>
@@ -5570,7 +5573,7 @@ let Tt = class extends y {
5570
5573
  <div>
5571
5574
  <div
5572
5575
  class="${Ut({
5573
- [`${w}__switcher-menu-item`]: !0,
5576
+ [`${z}__switcher-menu-item`]: !0,
5574
5577
  [e]: !0
5575
5578
  })}"
5576
5579
  @click="${(n) => {
@@ -5579,10 +5582,10 @@ let Tt = class extends y {
5579
5582
  title="${s.label}">
5580
5583
  ${this.iconsLeft ? m`
5581
5584
  <span
5582
- class="${w}__switcher-menu-item-title-icons-left">
5585
+ class="${z}__switcher-menu-item-title-icons-left">
5583
5586
  ${s.isLinkItem ? "" : m`
5584
5587
  <div
5585
- class="${o ? "" : `${w}__switcher-menu-item-title-hidden-checkmark`}">
5588
+ class="${o ? "" : `${z}__switcher-menu-item-title-hidden-checkmark`}">
5586
5589
  <div>
5587
5590
  ${N(
5588
5591
  s.carbonIcon || "Checkmark",
@@ -5599,7 +5602,7 @@ let Tt = class extends y {
5599
5602
  </span>
5600
5603
  ` : m`
5601
5604
  <span
5602
- class="${w}__switcher-menu-item-title">
5605
+ class="${z}__switcher-menu-item-title">
5603
5606
  <span>${s.label}</span>
5604
5607
  ${o ? N(s.carbonIcon || "Checkmark", 16) : ""}
5605
5608
  </span>
@@ -5611,7 +5614,7 @@ let Tt = class extends y {
5611
5614
  }
5612
5615
  renderItems() {
5613
5616
  return this.items.map((s, t) => s.isHeading ? m`<div
5614
- class="${w}__switcher-menu-group-title">
5617
+ class="${z}__switcher-menu-group-title">
5615
5618
  ${s.label}
5616
5619
  </div>` : m`<cds-custom-header-menu-item href="${(s == null ? void 0 : s.href) ?? "#"}">
5617
5620
  ${this.renderItem(s, t)}
@@ -5620,7 +5623,7 @@ let Tt = class extends y {
5620
5623
  render() {
5621
5624
  var o, e, c, r, n;
5622
5625
  const t = (o = this.selectedItem) != null && o.label && ((e = this.selectedItem) == null ? void 0 : e.label.length) < 15 ? (c = this.selectedItem) == null ? void 0 : c.label : ((r = this.selectedItem) == null ? void 0 : r.label.slice(0, 15)) + "...";
5623
- return m`<div class="${w}__switcher">
5626
+ return m`<div class="${z}__switcher">
5624
5627
  <cds-custom-header-menu
5625
5628
  role="button"
5626
5629
  tabindex="${this.isTrialOpen ? -1 : 0}"
@@ -5628,8 +5631,8 @@ let Tt = class extends y {
5628
5631
  .triggerContent=${t}
5629
5632
  title="${t.length > 15 ? (n = this.selectedItem) == null ? void 0 : n.label : null}"
5630
5633
  class="${Ut({
5631
- [`${w}__switcher-menu hybrid-ipaas`]: !0,
5632
- [`${w}__switcher-menu-disabled`]: this.disabled
5634
+ [`${z}__switcher-menu hybrid-ipaas`]: !0,
5635
+ [`${z}__switcher-menu-disabled`]: this.disabled
5633
5636
  })}">
5634
5637
  ${this.renderItems()}
5635
5638
  </cds-custom-header-menu>
@@ -5667,7 +5670,7 @@ const Hi = `/**
5667
5670
  *
5668
5671
  * This source code is licensed under the Apache-2.0 license found in the
5669
5672
  * LICENSE file in the root directory of this source tree.
5670
- */.automation-header__popover{border:1px solid #393939;background:#161616;box-shadow:0 2px 6px #0000004d;color:#fff;inline-size:18rem}`;
5673
+ */.automation-header__popover{border:1px solid #393939;background-color:#161616;box-shadow:0 2px 6px #0000004d;color:#fff;inline-size:18rem}`;
5671
5674
  var Bi = Object.defineProperty, Di = Object.getOwnPropertyDescriptor, te = (s, t, o, e) => {
5672
5675
  for (var c = e > 1 ? void 0 : e ? Di(t, o) : t, r = s.length - 1, n; r >= 0; r--)
5673
5676
  (n = s[r]) && (c = (e ? n(t, o, c) : n(c)) || c);
@@ -5718,7 +5721,7 @@ let Bo = class extends y {
5718
5721
  <slot></slot>
5719
5722
  <cds-custom-popover-content>
5720
5723
  ${this.profileOpen ? m` <div
5721
- class="automation-header__tooltip"
5724
+ class="automation-header__popover"
5722
5725
  ${gc({ in: hc, out: vc })}>
5723
5726
  <clabs-global-header-auth-context
5724
5727
  .props="${{
@@ -5801,10 +5804,10 @@ let Nt = class extends y {
5801
5804
  renderTrial() {
5802
5805
  var o;
5803
5806
  const s = (o = this.props) == null ? void 0 : o.trialConfigs, t = Ut({
5804
- [`${w}__trial-menu__counting-box-alert`]: s == null ? void 0 : s.warning
5807
+ [`${z}__trial-menu__counting-box-alert`]: s == null ? void 0 : s.warning
5805
5808
  });
5806
5809
  return Un(s) ? m`
5807
- <div class="${w}--popover-content-container">
5810
+ <div class="${z}--popover-content-container">
5808
5811
  <clabs-global-header-trial-popover
5809
5812
  id="${cn}"
5810
5813
  .open="${this.isTrialOpen}"
@@ -5812,11 +5815,11 @@ let Nt = class extends y {
5812
5815
  @trial-toggle="${this._toggleTrialPopup}">
5813
5816
  <cds-custom-header-global-action
5814
5817
  role="button"
5815
- class="${w}__trial-menu"
5818
+ class="${z}__trial-menu"
5816
5819
  aria-label="Trial menu"
5817
5820
  @click=${this._toggleTrialPopup}>
5818
5821
  <span
5819
- class="${w}__trial-menu__counting-box ${t}"
5822
+ class="${z}__trial-menu__counting-box ${t}"
5820
5823
  >${s.trialCount}</span
5821
5824
  >
5822
5825
  <p class="trial-label">${s.trialLabel}</p>
@@ -5867,7 +5870,7 @@ let Nt = class extends y {
5867
5870
  id="${on}"
5868
5871
  role="button"
5869
5872
  aria-label="Notifications"
5870
- class="${w}__notification"
5873
+ class="${z}__notification"
5871
5874
  tooltipAlignment="center"
5872
5875
  @click="${s.onClick}"
5873
5876
  tabindex="${this.isTrialOpen ? -1 : 0}">
@@ -5897,7 +5900,7 @@ let Nt = class extends y {
5897
5900
  renderProfile() {
5898
5901
  var s, t;
5899
5902
  return m`
5900
- <div class="${w}--popover-content-container">
5903
+ <div class="${z}--popover-content-container">
5901
5904
  <clabs-global-header-profile-popover
5902
5905
  ?profileOpen="${this.isProfileOpen}"
5903
5906
  .props="${this.props}"
@@ -5960,7 +5963,7 @@ let Nt = class extends y {
5960
5963
  ?isTrialOpen="${this.isTrialOpen}"
5961
5964
  .onClick=${e.onClick}></clabs-global-header-switcher-component>` : _}
5962
5965
  ${this.renderGlobalActions()}
5963
- ${this.props.isHybridIpaas ? m`<div class="${w}__divider"></div>` : _}
5966
+ ${this.props.isHybridIpaas ? m`<div class="${z}__divider"></div>` : _}
5964
5967
  ${this.renderSearch()} ${this.renderNotifications()}
5965
5968
  ${this.renderChatBot()}
5966
5969
  ${o ? _ : this.renderHelpMenu()}
@@ -6063,7 +6066,7 @@ let Xt = class extends y {
6063
6066
  this.headerProps.assistMeConfigs && s.has("headerProps") && Te(this.headerProps);
6064
6067
  }
6065
6068
  render() {
6066
- var s, t, o, e, c, r, n, u, l, p, v, h, b, g, f, x, C, $, S, M, T, O, z;
6069
+ var s, t, o, e, c, r, n, u, l, p, v, h, b, g, f, x, C, $, S, M, T, O, w;
6067
6070
  return m`
6068
6071
  <cds-custom-header
6069
6072
  class="${B}__header"
@@ -6155,7 +6158,7 @@ let Xt = class extends y {
6155
6158
  ${Ut({
6156
6159
  [`${B}--rail-sidePanel`]: typeof this.headerProps.sideNavPropsV2.isCollapsible < "u" && !this.headerProps.sideNavPropsV2.isCollapsible
6157
6160
  })}">
6158
- ${(z = (O = this.headerProps.sideNavPropsV2) == null ? void 0 : O.links) == null ? void 0 : z.map((I) => {
6161
+ ${(w = (O = this.headerProps.sideNavPropsV2) == null ? void 0 : O.links) == null ? void 0 : w.map((I) => {
6159
6162
  var k, P, D;
6160
6163
  return m`
6161
6164
  <clabs-global-header-side-nav-item
@@ -6204,7 +6207,7 @@ Xt = jo([
6204
6207
  */
6205
6208
  class Yi extends Xt {
6206
6209
  }
6207
- const Gi = `.cds-custom--layout--size-xs{--cds-custom-layout-size-height-context: var(--cds-custom-layout-size-height-xs, 1.5rem);--cds-custom-layout-size-height: var(--cds-custom-layout-size-height-context)}.cds-custom--layout-constraint--size__default-xs{--cds-custom-layout-size-height: var(--cds-custom-layout-size-height-context, var(--cds-custom-layout-size-height-xs, 1.5rem))}.cds-custom--layout-constraint--size__min-xs{--cds-custom-layout-size-height-min: var(--cds-custom-layout-size-height-xs, 1.5rem)}.cds-custom--layout-constraint--size__max-xs{--cds-custom-layout-size-height-max: var(--cds-custom-layout-size-height-xs, 1.5rem)}.cds-custom--layout--size-sm{--cds-custom-layout-size-height-context: var(--cds-custom-layout-size-height-sm, 2rem);--cds-custom-layout-size-height: var(--cds-custom-layout-size-height-context)}.cds-custom--layout-constraint--size__default-sm{--cds-custom-layout-size-height: var(--cds-custom-layout-size-height-context, var(--cds-custom-layout-size-height-sm, 2rem))}.cds-custom--layout-constraint--size__min-sm{--cds-custom-layout-size-height-min: var(--cds-custom-layout-size-height-sm, 2rem)}.cds-custom--layout-constraint--size__max-sm{--cds-custom-layout-size-height-max: var(--cds-custom-layout-size-height-sm, 2rem)}.cds-custom--layout--size-md{--cds-custom-layout-size-height-context: var(--cds-custom-layout-size-height-md, 2.5rem);--cds-custom-layout-size-height: var(--cds-custom-layout-size-height-context)}.cds-custom--layout-constraint--size__default-md{--cds-custom-layout-size-height: var(--cds-custom-layout-size-height-context, var(--cds-custom-layout-size-height-md, 2.5rem))}.cds-custom--layout-constraint--size__min-md{--cds-custom-layout-size-height-min: var(--cds-custom-layout-size-height-md, 2.5rem)}.cds-custom--layout-constraint--size__max-md{--cds-custom-layout-size-height-max: var(--cds-custom-layout-size-height-md, 2.5rem)}.cds-custom--layout--size-lg{--cds-custom-layout-size-height-context: var(--cds-custom-layout-size-height-lg, 3rem);--cds-custom-layout-size-height: var(--cds-custom-layout-size-height-context)}.cds-custom--layout-constraint--size__default-lg{--cds-custom-layout-size-height: var(--cds-custom-layout-size-height-context, var(--cds-custom-layout-size-height-lg, 3rem))}.cds-custom--layout-constraint--size__min-lg{--cds-custom-layout-size-height-min: var(--cds-custom-layout-size-height-lg, 3rem)}.cds-custom--layout-constraint--size__max-lg{--cds-custom-layout-size-height-max: var(--cds-custom-layout-size-height-lg, 3rem)}.cds-custom--layout--size-xl{--cds-custom-layout-size-height-context: var(--cds-custom-layout-size-height-xl, 4rem);--cds-custom-layout-size-height: var(--cds-custom-layout-size-height-context)}.cds-custom--layout-constraint--size__default-xl{--cds-custom-layout-size-height: var(--cds-custom-layout-size-height-context, var(--cds-custom-layout-size-height-xl, 4rem))}.cds-custom--layout-constraint--size__min-xl{--cds-custom-layout-size-height-min: var(--cds-custom-layout-size-height-xl, 4rem)}.cds-custom--layout-constraint--size__max-xl{--cds-custom-layout-size-height-max: var(--cds-custom-layout-size-height-xl, 4rem)}.cds-custom--layout--size-2xl{--cds-custom-layout-size-height-context: var(--cds-custom-layout-size-height-2xl, 5rem);--cds-custom-layout-size-height: var(--cds-custom-layout-size-height-context)}.cds-custom--layout-constraint--size__default-2xl{--cds-custom-layout-size-height: var(--cds-custom-layout-size-height-context, var(--cds-custom-layout-size-height-2xl, 5rem))}.cds-custom--layout-constraint--size__min-2xl{--cds-custom-layout-size-height-min: var(--cds-custom-layout-size-height-2xl, 5rem)}.cds-custom--layout-constraint--size__max-2xl{--cds-custom-layout-size-height-max: var(--cds-custom-layout-size-height-2xl, 5rem)}.cds-custom--layout--density-condensed{--cds-custom-layout-density-padding-inline-context: var(--cds-custom-layout-density-padding-inline-condensed, .5rem);--cds-custom-layout-density-padding-inline: var(--cds-custom-layout-density-padding-inline-context)}.cds-custom--layout-constraint--density__default-condensed{--cds-custom-layout-density-padding-inline: var(--cds-custom-layout-density-padding-inline-context, var(--cds-custom-layout-density-padding-inline-condensed, .5rem))}.cds-custom--layout-constraint--density__min-condensed{--cds-custom-layout-density-padding-inline-min: var(--cds-custom-layout-density-padding-inline-condensed, .5rem)}.cds-custom--layout-constraint--density__max-condensed{--cds-custom-layout-density-padding-inline-max: var(--cds-custom-layout-density-padding-inline-condensed, .5rem)}.cds-custom--layout--density-normal{--cds-custom-layout-density-padding-inline-context: var(--cds-custom-layout-density-padding-inline-normal, 1rem);--cds-custom-layout-density-padding-inline: var(--cds-custom-layout-density-padding-inline-context)}.cds-custom--layout-constraint--density__default-normal{--cds-custom-layout-density-padding-inline: var(--cds-custom-layout-density-padding-inline-context, var(--cds-custom-layout-density-padding-inline-normal, 1rem))}.cds-custom--layout-constraint--density__min-normal{--cds-custom-layout-density-padding-inline-min: var(--cds-custom-layout-density-padding-inline-normal, 1rem)}.cds-custom--layout-constraint--density__max-normal{--cds-custom-layout-density-padding-inline-max: var(--cds-custom-layout-density-padding-inline-normal, 1rem)}:root{--cds-custom-layout-size-height-xs: 1.5rem;--cds-custom-layout-size-height-sm: 2rem;--cds-custom-layout-size-height-md: 2.5rem;--cds-custom-layout-size-height-lg: 3rem;--cds-custom-layout-size-height-xl: 4rem;--cds-custom-layout-size-height-2xl: 5rem;--cds-custom-layout-size-height-min: 0px;--cds-custom-layout-size-height-max: 999999999px;--cds-custom-layout-density-padding-inline-condensed: .5rem;--cds-custom-layout-density-padding-inline-normal: 1rem;--cds-custom-layout-density-padding-inline-min: 0px;--cds-custom-layout-density-padding-inline-max: 999999999px}:root{--cds-custom-layer: var(--cds-custom-layer-01, #f4f4f4);--cds-custom-layer-active: var(--cds-custom-layer-active-01, #c6c6c6);--cds-custom-layer-background: var(--cds-custom-layer-background-01, #ffffff);--cds-custom-layer-hover: var(--cds-custom-layer-hover-01, #e8e8e8);--cds-custom-layer-selected: var(--cds-custom-layer-selected-01, #e0e0e0);--cds-custom-layer-selected-hover: var(--cds-custom-layer-selected-hover-01, #d1d1d1);--cds-custom-layer-accent: var(--cds-custom-layer-accent-01, #e0e0e0);--cds-custom-layer-accent-hover: var(--cds-custom-layer-accent-hover-01, #d1d1d1);--cds-custom-layer-accent-active: var(--cds-custom-layer-accent-active-01, #a8a8a8);--cds-custom-field: var(--cds-custom-field-01, #f4f4f4);--cds-custom-field-hover: var(--cds-custom-field-hover-01, #e8e8e8);--cds-custom-border-subtle: var(--cds-custom-border-subtle-00, #e0e0e0);--cds-custom-border-subtle-selected: var(--cds-custom-border-subtle-selected-01, #c6c6c6);--cds-custom-border-strong: var(--cds-custom-border-strong-01, #8d8d8d);--cds-custom-border-tile: var(--cds-custom-border-tile-01, #c6c6c6)}.cds-custom--layer-one{--cds-custom-layer: var(--cds-custom-layer-01, #f4f4f4);--cds-custom-layer-active: var(--cds-custom-layer-active-01, #c6c6c6);--cds-custom-layer-background: var(--cds-custom-layer-background-01, #ffffff);--cds-custom-layer-hover: var(--cds-custom-layer-hover-01, #e8e8e8);--cds-custom-layer-selected: var(--cds-custom-layer-selected-01, #e0e0e0);--cds-custom-layer-selected-hover: var(--cds-custom-layer-selected-hover-01, #d1d1d1);--cds-custom-layer-accent: var(--cds-custom-layer-accent-01, #e0e0e0);--cds-custom-layer-accent-hover: var(--cds-custom-layer-accent-hover-01, #d1d1d1);--cds-custom-layer-accent-active: var(--cds-custom-layer-accent-active-01, #a8a8a8);--cds-custom-field: var(--cds-custom-field-01, #f4f4f4);--cds-custom-field-hover: var(--cds-custom-field-hover-01, #e8e8e8);--cds-custom-border-subtle: var(--cds-custom-border-subtle-00, #e0e0e0);--cds-custom-border-subtle-selected: var(--cds-custom-border-subtle-selected-01, #c6c6c6);--cds-custom-border-strong: var(--cds-custom-border-strong-01, #8d8d8d);--cds-custom-border-tile: var(--cds-custom-border-tile-01, #c6c6c6)}.cds-custom--layer-two{--cds-custom-layer: var(--cds-custom-layer-02, #ffffff);--cds-custom-layer-active: var(--cds-custom-layer-active-02, #c6c6c6);--cds-custom-layer-background: var(--cds-custom-layer-background-02, #f4f4f4);--cds-custom-layer-hover: var(--cds-custom-layer-hover-02, #e8e8e8);--cds-custom-layer-selected: var(--cds-custom-layer-selected-02, #e0e0e0);--cds-custom-layer-selected-hover: var(--cds-custom-layer-selected-hover-02, #d1d1d1);--cds-custom-layer-accent: var(--cds-custom-layer-accent-02, #e0e0e0);--cds-custom-layer-accent-hover: var(--cds-custom-layer-accent-hover-02, #d1d1d1);--cds-custom-layer-accent-active: var(--cds-custom-layer-accent-active-02, #a8a8a8);--cds-custom-field: var(--cds-custom-field-02, #ffffff);--cds-custom-field-hover: var(--cds-custom-field-hover-02, #e8e8e8);--cds-custom-border-subtle: var(--cds-custom-border-subtle-01, #c6c6c6);--cds-custom-border-subtle-selected: var(--cds-custom-border-subtle-selected-02, #c6c6c6);--cds-custom-border-strong: var(--cds-custom-border-strong-02, #8d8d8d);--cds-custom-border-tile: var(--cds-custom-border-tile-02, #a8a8a8)}.cds-custom--layer-three{--cds-custom-layer: var(--cds-custom-layer-03, #f4f4f4);--cds-custom-layer-active: var(--cds-custom-layer-active-03, #c6c6c6);--cds-custom-layer-background: var(--cds-custom-layer-background-03, #ffffff);--cds-custom-layer-hover: var(--cds-custom-layer-hover-03, #e8e8e8);--cds-custom-layer-selected: var(--cds-custom-layer-selected-03, #e0e0e0);--cds-custom-layer-selected-hover: var(--cds-custom-layer-selected-hover-03, #d1d1d1);--cds-custom-layer-accent: var(--cds-custom-layer-accent-03, #e0e0e0);--cds-custom-layer-accent-hover: var(--cds-custom-layer-accent-hover-03, #d1d1d1);--cds-custom-layer-accent-active: var(--cds-custom-layer-accent-active-03, #a8a8a8);--cds-custom-field: var(--cds-custom-field-03, #f4f4f4);--cds-custom-field-hover: var(--cds-custom-field-hover-03, #e8e8e8);--cds-custom-border-subtle: var(--cds-custom-border-subtle-02, #e0e0e0);--cds-custom-border-subtle-selected: var(--cds-custom-border-subtle-selected-03, #c6c6c6);--cds-custom-border-strong: var(--cds-custom-border-strong-03, #8d8d8d);--cds-custom-border-tile: var(--cds-custom-border-tile-03, #c6c6c6)}.cds-custom--layer-one.cds-custom--layer__with-background,.cds-custom--layer-two.cds-custom--layer__with-background,.cds-custom--layer-three.cds-custom--layer__with-background{background-color:var(--cds-custom-layer-background)}@keyframes cds-custom--hide-feedback{0%{opacity:1;visibility:inherit}to{opacity:0;visibility:hidden}}@keyframes cds-custom--show-feedback{0%{opacity:0;visibility:hidden}to{opacity:1;visibility:inherit}}@keyframes cds-custom--skeleton{0%{opacity:.3;transform:scaleX(0);transform-origin:left}20%{opacity:1;transform:scaleX(1);transform-origin:left}28%{transform:scaleX(1);transform-origin:right}51%{transform:scaleX(0);transform-origin:right}58%{transform:scaleX(0);transform-origin:right}82%{transform:scaleX(1);transform-origin:right}83%{transform:scaleX(1);transform-origin:left}96%{transform:scaleX(0);transform-origin:left}to{opacity:.3;transform:scaleX(0);transform-origin:left}}.cds-custom--assistive-text,.cds-custom--visually-hidden{position:absolute;overflow:hidden;padding:0;border:0;margin:-1px;block-size:1px;clip:rect(0,0,0,0);inline-size:1px;visibility:inherit;white-space:nowrap}.cds-custom--popover-container{display:inline-block}.cds-custom--popover-container:not(.cds-custom--popover--auto-align){position:relative}.cds-custom--popover--high-contrast .cds-custom--popover{--cds-custom-popover-background-color: var(--cds-custom-background-inverse, #393939);--cds-custom-popover-text-color: var(--cds-custom-text-inverse, #ffffff)}.cds-custom--popover--drop-shadow .cds-custom--popover{filter:var(--cds-custom-popover-drop-shadow, drop-shadow(0 .125rem .125rem rgba(0, 0, 0, .2)))}.cds-custom--popover--border .cds-custom--popover>.cds-custom--popover-content{outline:1px solid var(--cds-custom-popover-border-color, var(--cds-custom-border-subtle));outline-offset:-1px}.cds-custom--popover--caret{--cds-custom-popover-offset: .625rem}.cds-custom--popover{position:absolute;z-index:6000;top:0;right:0;bottom:0;left:0;pointer-events:none}.cds-custom--popover-content{--cds-custom-layout-size-height-sm: 2rem}.cds-custom--popover-content.cds-custom--layout--size-sm,.cds-custom--layout--size-sm :where(.cds-custom--popover-content){--cds-custom-layout-size-height: var(--cds-custom-layout-size-height-sm)}.cds-custom--popover-content{--cds-custom-layout-size-height-md: 2.5rem}.cds-custom--popover-content.cds-custom--layout--size-md,.cds-custom--layout--size-md :where(.cds-custom--popover-content){--cds-custom-layout-size-height: var(--cds-custom-layout-size-height-md)}.cds-custom--popover-content{--cds-custom-layout-size-height-lg: 3rem}.cds-custom--popover-content.cds-custom--layout--size-lg,.cds-custom--layout--size-lg :where(.cds-custom--popover-content){--cds-custom-layout-size-height: var(--cds-custom-layout-size-height-lg)}.cds-custom--popover-content{box-sizing:border-box;padding:0;border:0;margin:0;font-family:inherit;font-size:100%;vertical-align:baseline}.cds-custom--popover-content *,.cds-custom--popover-content *:before,.cds-custom--popover-content *:after{box-sizing:inherit}.cds-custom--popover-content{position:absolute;z-index:6000;display:none;border-radius:var(--cds-custom-popover-border-radius, 2px);background-color:var(--cds-custom-popover-background-color, var(--cds-custom-layer));color:var(--cds-custom-popover-text-color, var(--cds-custom-text-primary, #161616));inline-size:max-content;max-inline-size:23rem;pointer-events:auto}.cds-custom--popover--open>.cds-custom--popover>.cds-custom--popover-content{display:block}.cds-custom--popover--background-token__background .cds-custom--popover-content{background-color:var(--cds-custom-background, #ffffff)}.cds-custom--popover-content:before{position:absolute;display:none;content:""}.cds-custom--popover--open>.cds-custom--popover>.cds-custom--popover-content:before{display:block}.cds-custom--popover-caret,.cds-custom--popover--auto-align.cds-custom--popover-caret{position:absolute;z-index:6000;display:none;will-change:transform}.cds-custom--popover-caret:after,.cds-custom--popover--auto-align.cds-custom--popover-caret:after{position:absolute;display:block;background-color:var(--cds-custom-popover-background-color, var(--cds-custom-layer));content:""}.cds-custom--popover-caret:before,.cds-custom--popover--auto-align.cds-custom--popover-caret:before{position:absolute;display:none;background-color:var(--cds-custom-popover-border-color, var(--cds-custom-border-subtle));content:""}.cds-custom--popover--background-token__background .cds-custom--popover-caret:after{background-color:var(--cds-custom-background, #ffffff)}.cds-custom--popover--border .cds-custom--popover-caret:before,.cds-custom--popover--border .cds-custom--popover--auto-align.cds-custom--popover-caret:before{display:block}.cds-custom--popover--caret.cds-custom--popover--open>.cds-custom--popover>.cds-custom--popover-caret{display:block}.cds-custom--popover--auto-align.cds-custom--popover--caret.cds-custom--popover--open>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret{display:block}.cds-custom--popover--tab-tip>.cds-custom--popover>.cds-custom--popover-caret{display:none}.cds-custom--popover--bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-end:0;inset-inline-start:50%;transform:translate(-50%,calc(100% + var(--cds-custom-popover-offset, 0rem)))}[dir=rtl] .cds-custom--popover--bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{transform:translate(50%,calc(100% + var(--cds-custom-popover-offset, 0rem)))}.cds-custom--popover--bottom-left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--bottom-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-end:0;inset-inline-start:calc(50% - var(--cds-custom-popover-offset, 0rem));transform:translate(calc(-1 * var(--cds-custom-popover-offset, 0rem)),calc(100% + var(--cds-custom-popover-offset, 0rem)))}[dir=rtl] .cds-custom--popover--bottom-left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--bottom-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-end:calc(50% - var(--cds-custom-popover-offset, 0rem));inset-inline-start:initial}.cds-custom--popover--bottom-right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--bottom-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-end:0;inset-inline-end:calc(50% - var(--cds-custom-popover-offset, 0rem));transform:translate(var(--cds-custom-popover-offset, 0rem),calc(100% + var(--cds-custom-popover-offset, 0rem)))}[dir=rtl] .cds-custom--popover--bottom-right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--bottom-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-start:calc(50% - var(--cds-custom-popover-offset, 0rem))}.cds-custom--popover--bottom>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--bottom-left>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--bottom-start>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--bottom-right>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--bottom-end>.cds-custom--popover>.cds-custom--popover-content:before{block-size:var(--cds-custom-popover-offset, 0rem);inset-block-start:0;inset-inline:0;transform:translateY(-100%)}.cds-custom--popover--bottom>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--bottom-left>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--bottom-start>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--bottom-right>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--bottom-end>.cds-custom--popover>.cds-custom--popover-caret{block-size:var(--cds-custom-popover-caret-height, .375rem);inline-size:var(--cds-custom-popover-caret-width, .75rem);inset-block-end:0;inset-inline-start:50%;transform:translate(-50%,var(--cds-custom-popover-offset, 0rem))}.cds-custom--popover--bottom>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--bottom-left>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--bottom-start>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--bottom-right>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--bottom-end>.cds-custom--popover>.cds-custom--popover-caret:after{block-size:var(--cds-custom-popover-caret-height, .375rem);clip-path:polygon(0% 100%,50% 0%,100% 100%);inline-size:var(--cds-custom-popover-caret-width, .75rem)}.cds-custom--popover--border.cds-custom--popover--bottom>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--bottom-left>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--bottom-start>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--bottom-right>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--bottom-end>.cds-custom--popover>.cds-custom--popover-caret:before{block-size:var(--cds-custom-popover-caret-height, .375rem);clip-path:polygon(0% 100%,50% 0%,100% 100%);inline-size:var(--cds-custom-popover-caret-width, .75rem)}.cds-custom--popover--border.cds-custom--popover--bottom>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--bottom-left>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--bottom-start>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--bottom-right>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--bottom-end>.cds-custom--popover>.cds-custom--popover-caret:after{inline-size:calc(var(--cds-custom-popover-caret-width, .75rem) - 1px);inset-block-start:1px;inset-inline-start:.5px}[dir=rtl] .cds-custom--popover--bottom>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--bottom-left>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--bottom-start>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--bottom-right>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--bottom-end>.cds-custom--popover>.cds-custom--popover-caret{transform:translate(50%,var(--cds-custom-popover-offset, 0rem))}.cds-custom--popover--bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--bottom-left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--bottom-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--bottom-right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--bottom-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret{block-size:var(--cds-custom-popover-caret-height, .375rem);inline-size:var(--cds-custom-popover-caret-width, .75rem)}.cds-custom--popover--bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--bottom-left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--bottom-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--bottom-right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--bottom-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after{block-size:var(--cds-custom-popover-caret-height, .375rem);clip-path:polygon(0% 100%,50% 0%,100% 100%);inline-size:var(--cds-custom-popover-caret-width, .75rem)}.cds-custom--popover--border.cds-custom--popover--bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--bottom-left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--bottom-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--bottom-right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--bottom-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before{block-size:var(--cds-custom-popover-caret-height, .375rem);clip-path:polygon(0% 100%,50% 0%,100% 100%);inline-size:var(--cds-custom-popover-caret-width, .75rem)}.cds-custom--popover--border.cds-custom--popover--bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--bottom-left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--bottom-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--bottom-right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--bottom-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after{inline-size:calc(var(--cds-custom-popover-caret-width, .75rem) - 1px);inset-block-start:1px;inset-inline-start:.5px}.cds-custom--popover--top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-start:0;inset-inline-start:50%;transform:translate(-50%,calc(-100% - var(--cds-custom-popover-offset, 0rem)))}[dir=rtl] .cds-custom--popover--top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{transform:translate(50%,calc(-100% - var(--cds-custom-popover-offset, 0rem)))}.cds-custom--popover--top-left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--top-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-start:0;inset-inline-start:calc(50% - var(--cds-custom-popover-offset, 0rem));transform:translate(calc(-1 * var(--cds-custom-popover-offset, 0rem)),calc(-100% - var(--cds-custom-popover-offset, 0rem)))}[dir=rtl] .cds-custom--popover--top-left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--top-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-end:calc(50% - var(--cds-custom-popover-offset, 0rem));inset-inline-start:initial}.cds-custom--popover--top-right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--top-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-start:0;inset-inline-end:calc(50% - var(--cds-custom-popover-offset, 0rem));transform:translate(var(--cds-custom-popover-offset, 0rem),calc(-100% - var(--cds-custom-popover-offset, 0rem)))}[dir=rtl] .cds-custom--popover--top-right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--top-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-start:calc(50% - var(--cds-custom-popover-offset, 0rem))}.cds-custom--popover--top>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--top-left>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--top-start>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--top-right>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--top-end>.cds-custom--popover>.cds-custom--popover-content:before{block-size:var(--cds-custom-popover-offset, 0rem);inset-block-end:0;inset-inline:0;transform:translateY(100%)}.cds-custom--popover--top>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--top-left>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--top-start>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--top-right>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--top-end>.cds-custom--popover>.cds-custom--popover-caret{block-size:var(--cds-custom-popover-caret-height, .375rem);inline-size:var(--cds-custom-popover-caret-width, .75rem);inset-block-start:0;inset-inline-start:50%;transform:translate(-50%,calc(-1 * var(--cds-custom-popover-offset, 0rem)))}.cds-custom--popover--top>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--top-left>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--top-start>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--top-right>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--top-end>.cds-custom--popover>.cds-custom--popover-caret:after{block-size:var(--cds-custom-popover-caret-height, .375rem);clip-path:polygon(0% 0%,50% 100%,100% 0%);inline-size:var(--cds-custom-popover-caret-width, .75rem)}.cds-custom--popover--border.cds-custom--popover--top>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--top-left>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--top-start>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--top-right>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--top-end>.cds-custom--popover>.cds-custom--popover-caret:before{block-size:var(--cds-custom-popover-caret-height, .375rem);clip-path:polygon(0% 0%,50% 100%,100% 0%);inline-size:var(--cds-custom-popover-caret-width, .75rem)}.cds-custom--popover--border.cds-custom--popover--top>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--top-left>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--top-start>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--top-right>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--top-end>.cds-custom--popover>.cds-custom--popover-caret:after{inline-size:calc(var(--cds-custom-popover-caret-width, .75rem) - 1px);inset-block-start:-1px;inset-inline-start:.5px}[dir=rtl] .cds-custom--popover--top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--top-left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--top-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--top-right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--top-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret{transform:translate(50%,calc(-1 * var(--cds-custom-popover-offset, 0rem)))}.cds-custom--popover--top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--top-left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--top-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--top-right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--top-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret{block-size:var(--cds-custom-popover-caret-height, .375rem);inline-size:var(--cds-custom-popover-caret-width, .75rem)}.cds-custom--popover--top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--top-left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--top-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--top-right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--top-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after{block-size:var(--cds-custom-popover-caret-height, .375rem);clip-path:polygon(0% 0%,50% 100%,100% 0%);inline-size:var(--cds-custom-popover-caret-width, .75rem)}.cds-custom--popover--border.cds-custom--popover--top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--top-left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--top-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--top-right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--top-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before{block-size:var(--cds-custom-popover-caret-height, .375rem);clip-path:polygon(0% 0%,50% 100%,100% 0%);inline-size:var(--cds-custom-popover-caret-width, .75rem)}.cds-custom--popover--border.cds-custom--popover--top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--top-left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--top-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--top-right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--top-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after{inline-size:calc(var(--cds-custom-popover-caret-width, .75rem) - 1px);inset-block-start:-1px;inset-inline-start:.5px}.cds-custom--popover--right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-start:50%;inset-inline-start:100%;transform:translate(var(--cds-custom-popover-offset, 0rem),-50%)}.cds-custom--popover--right-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--right-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-start:50%;inset-inline-start:100%;transform:translate(var(--cds-custom-popover-offset, 0rem),calc(.5 * var(--cds-custom-popover-offset, 0rem) * -1 - 16px))}.cds-custom--popover--right-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--right-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-end:50%;inset-inline-start:100%;transform:translate(var(--cds-custom-popover-offset, 0rem),calc(.5 * var(--cds-custom-popover-offset, 0rem) + 16px))}[dir=rtl] .cds-custom--popover--right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--right-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--right-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--right-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--right-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-end:100%;inset-inline-start:initial}.cds-custom--popover--right>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--right-top>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--right-start>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--right-bottom>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--right-end>.cds-custom--popover>.cds-custom--popover-content:before{inline-size:var(--cds-custom-popover-offset, 0rem);inset-block:0;inset-inline-start:0;transform:translate(-100%)}.cds-custom--popover--right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--right-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--right-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--right-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--right-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret{block-size:var(--cds-custom-popover-caret-width, .75rem);inline-size:var(--cds-custom-popover-caret-height, .375rem);inset-block-start:50%;inset-inline-start:100%;transform:translate(calc(var(--cds-custom-popover-offset, 0rem) - 100%),-50%)}.cds-custom--popover--right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--right-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--right-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--right-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--right-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after{block-size:var(--cds-custom-popover-caret-width, .75rem);clip-path:polygon(0% 50%,100% 0%,100% 100%);inline-size:var(--cds-custom-popover-caret-height, .375rem)}[dir=rtl] .cds-custom--popover--right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--right-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--right-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--right-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--right-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret{inset-inline-end:100%;inset-inline-start:initial}.cds-custom--popover--border.cds-custom--popover--right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--right-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--right-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--right-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--right-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:before{block-size:var(--cds-custom-popover-caret-width, .75rem);clip-path:polygon(0% 50%,100% 0%,100% 100%);inline-size:var(--cds-custom-popover-caret-height, .375rem)}.cds-custom--popover--border.cds-custom--popover--right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--right-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--right-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--right-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--right-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after{inset-inline-start:1px}[dir=rtl] .cds-custom--popover--border.cds-custom--popover--right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--right-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--right-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--right-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--right-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after{inset-inline-start:-1px}.cds-custom--popover--right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--right-top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--right-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--right-bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--right-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret{block-size:var(--cds-custom-popover-caret-width, .75rem);inline-size:var(--cds-custom-popover-caret-height, .375rem)}.cds-custom--popover--right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--right-top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--right-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--right-bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--right-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after{block-size:var(--cds-custom-popover-caret-width, .75rem);clip-path:polygon(0% 50%,100% 0%,100% 100%);inline-size:var(--cds-custom-popover-caret-height, .375rem)}.cds-custom--popover--border.cds-custom--popover--right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--right-top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--right-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--right-bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--right-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before{block-size:var(--cds-custom-popover-caret-width, .75rem);clip-path:polygon(0% 50%,100% 0%,100% 100%);inline-size:var(--cds-custom-popover-caret-height, .375rem)}.cds-custom--popover--border.cds-custom--popover--right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--right-top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--right-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--right-bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--right-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after{inset-inline-start:1px}[dir=rtl] .cds-custom--popover--border.cds-custom--popover--right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--right-top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--right-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--right-bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--right-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before{margin-inline-start:1px}[dir=rtl] .cds-custom--popover--border.cds-custom--popover--right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--right-top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--right-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--right-bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--right-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after{inset-inline-start:0}.cds-custom--popover--left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-start:50%;inset-inline-end:100%;transform:translate(calc(-1 * var(--cds-custom-popover-offset, 0rem) + .1px),-50%)}.cds-custom--popover--left-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--left-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-start:50%;inset-inline-end:100%;transform:translate(calc(-1 * var(--cds-custom-popover-offset, 0rem)),calc(-.5 * var(--cds-custom-popover-offset, 0rem) - 16px))}.cds-custom--popover--left-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--left-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-end:50%;inset-inline-end:100%;transform:translate(calc(-1 * var(--cds-custom-popover-offset, 0rem)),calc(.5 * var(--cds-custom-popover-offset, 0rem) + 16px))}[dir=rtl] .cds-custom--popover--left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--left-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--left-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--left-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--left-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-end:initial;inset-inline-start:100%}.cds-custom--popover--left>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--left-top>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--left-start>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--left-bottom>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--left-end>.cds-custom--popover>.cds-custom--popover-content:before{inline-size:var(--cds-custom-popover-offset, 0rem);inset-block:0;inset-inline-end:0;transform:translate(100%)}.cds-custom--popover--left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--left-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--left-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--left-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--left-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret{block-size:var(--cds-custom-popover-caret-width, .75rem);inline-size:var(--cds-custom-popover-caret-height, .375rem);inset-block-start:50%;inset-inline-end:100%;transform:translate(calc(-1 * var(--cds-custom-popover-offset, 0rem) + 100%),-50%)}.cds-custom--popover--left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--left-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--left-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--left-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--left-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after{block-size:var(--cds-custom-popover-caret-width, .75rem);clip-path:polygon(0% 0%,100% 50%,0% 100%);inline-size:var(--cds-custom-popover-caret-height, .375rem)}[dir=rtl] .cds-custom--popover--left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--left-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--left-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--left-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--left-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret{inset-inline-end:initial;inset-inline-start:100%}.cds-custom--popover--border.cds-custom--popover--left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--left-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--left-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--left-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--left-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:before{block-size:var(--cds-custom-popover-caret-width, .75rem);clip-path:polygon(0% 0%,100% 50%,0% 100%);inline-size:var(--cds-custom-popover-caret-height, .375rem)}.cds-custom--popover--border.cds-custom--popover--left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--left-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--left-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--left-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--left-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after{inset-inline-start:-1px}[dir=rtl] .cds-custom--popover--border.cds-custom--popover--left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--left-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--left-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--left-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--left-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after{inset-inline-start:1px}.cds-custom--popover--left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--left-top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--left-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--left-bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--left-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret{block-size:var(--cds-custom-popover-caret-width, .75rem);inline-size:var(--cds-custom-popover-caret-height, .375rem)}.cds-custom--popover--left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--left-top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--left-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--left-bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--left-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after{block-size:var(--cds-custom-popover-caret-width, .75rem);clip-path:polygon(0% 0%,100% 50%,0% 100%);inline-size:var(--cds-custom-popover-caret-height, .375rem)}.cds-custom--popover--border.cds-custom--popover--left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--left-top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--left-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--left-bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--left-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before{block-size:var(--cds-custom-popover-caret-width, .75rem);clip-path:polygon(0% 0%,100% 50%,0% 100%);inline-size:var(--cds-custom-popover-caret-height, .375rem)}.cds-custom--popover--border.cds-custom--popover--left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--left-top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--left-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--left-bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--left-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after{inset-inline-start:-1px}[dir=rtl] .cds-custom--popover--border.cds-custom--popover--left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--left-top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--left-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--left-bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--left-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before{margin-inline-start:-1px}[dir=rtl] .cds-custom--popover--border.cds-custom--popover--left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--left-top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--left-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--left-bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--left-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after{inset-inline-start:0}.cds-custom--popover--tab-tip>.cds-custom--popover>.cds-custom--popover-content{border-radius:0}.cds-custom--popover--tab-tip.cds-custom--popover--top-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--tab-tip.cds-custom--popover--bottom-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--tab-tip.cds-custom--popover--top-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--tab-tip.cds-custom--popover--bottom-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-start:0}.cds-custom--popover--tab-tip.cds-custom--popover--top-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--tab-tip.cds-custom--popover--bottom-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--tab-tip.cds-custom--popover--top-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--tab-tip.cds-custom--popover--bottom-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-end:0;inset-inline-start:initial}.cds-custom--popover--tab-tip .cds-custom--popover{will-change:filter}.cds-custom--popover--tab-tip__button{box-sizing:border-box;padding:0;border:0;margin:0;font-family:inherit;font-size:100%;vertical-align:baseline}.cds-custom--popover--tab-tip__button *,.cds-custom--popover--tab-tip__button *:before,.cds-custom--popover--tab-tip__button *:after{box-sizing:inherit}.cds-custom--popover--tab-tip__button{display:inline-block;padding:0;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;cursor:pointer;text-align:start;inline-size:100%}.cds-custom--popover--tab-tip__button::-moz-focus-inner{border:0}.cds-custom--popover--tab-tip__button{position:relative;display:inline-flex;align-items:center;justify-content:center;block-size:2rem;inline-size:2rem}.cds-custom--popover--tab-tip__button:focus{outline:2px solid var(--cds-custom-focus, #0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--popover--tab-tip__button:focus{outline-style:dotted}}.cds-custom--popover--tab-tip__button:hover{background-color:var(--cds-custom-layer-hover)}.cds-custom--popover--tab-tip.cds-custom--popover--open .cds-custom--popover--tab-tip__button{background:var(--cds-custom-layer);box-shadow:0 2px 2px #0003}.cds-custom--popover--tab-tip.cds-custom--popover--open .cds-custom--popover--tab-tip__button:not(:focus):after{position:absolute;z-index:6001;background:var(--cds-custom-layer);block-size:2px;content:"";inline-size:100%;inset-block-end:0}.cds-custom--popover--tab-tip__button svg{fill:var(--cds-custom-icon-primary, #161616)}.cds-custom--tooltip{--cds-custom-popover-offset: 12px}.cds-custom--tooltip-content{font-size:var(--cds-custom-body-01-font-size, .875rem);font-weight:var(--cds-custom-body-01-font-weight, 400);line-height:var(--cds-custom-body-01-line-height, 1.42857);letter-spacing:var(--cds-custom-body-01-letter-spacing, .16px);padding:var(--cds-custom-tooltip-padding-block, 1rem) var(--cds-custom-tooltip-padding-inline, 1rem);max-inline-size:18rem;overflow-wrap:break-word}.cds-custom--icon-tooltip{--cds-custom-tooltip-padding-block: .125rem;--cds-custom-popover-caret-width: .5rem;--cds-custom-popover-caret-height: .25rem;--cds-custom-popover-offset: .5rem}.cds-custom--icon-tooltip .cds-custom--tooltip-content{font-size:var(--cds-custom-body-compact-01-font-size, .875rem);font-weight:var(--cds-custom-body-compact-01-font-weight, 400);line-height:var(--cds-custom-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-custom-body-compact-01-letter-spacing, .16px)}.cds-custom--definition-term{box-sizing:border-box;padding:0;border:0;margin:0;font-family:inherit;font-size:100%;vertical-align:baseline}.cds-custom--definition-term *,.cds-custom--definition-term *:before,.cds-custom--definition-term *:after{box-sizing:inherit}.cds-custom--definition-term{display:inline-block;padding:0;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;cursor:pointer;text-align:start;inline-size:100%}.cds-custom--definition-term::-moz-focus-inner{border:0}.cds-custom--definition-term{border-radius:0;border-block-end:1px dotted var(--cds-custom-border-strong);color:var(--cds-custom-text-primary, #161616)}.cds-custom--definition-term:focus{outline:1px solid var(--cds-custom-focus, #0f62fe)}@media screen and (prefers-contrast){.cds-custom--definition-term:focus{outline-style:dotted}}.cds-custom--definition-term:focus{border-block-end-color:var(--cds-custom-border-interactive, #0f62fe)}.cds-custom--definition-term:hover{border-block-end-color:var(--cds-custom-border-interactive, #0f62fe)}.cds-custom--definition-tooltip{font-size:var(--cds-custom-body-01-font-size, .875rem);font-weight:var(--cds-custom-body-01-font-weight, 400);line-height:var(--cds-custom-body-01-line-height, 1.42857);letter-spacing:var(--cds-custom-body-01-letter-spacing, .16px);padding:.5rem 1rem;max-inline-size:11rem;text-wrap:auto;word-break:break-word}.cds-custom--btn{--cds-custom-layout-size-height-local: clamp(max(var(--cds-custom-layout-size-height-min), var(--cds-custom-layout-size-height-xs)), var(--cds-custom-layout-size-height, var(--cds-custom-layout-size-height-lg)), min(var(--cds-custom-layout-size-height-max), var(--cds-custom-layout-size-height-2xl)));--cds-custom-layout-density-padding-inline-local: clamp(var(--cds-custom-layout-density-padding-inline-min), var(--cds-custom-layout-density-padding-inline, var(--cds-custom-layout-density-padding-inline-normal)), var(--cds-custom-layout-density-padding-inline-max));--temp-1lh: ( var(--cds-custom-body-compact-01-line-height, 1.28572) * 1em );--temp-expressive-1lh: ( var(--cds-custom-body-compact-02-line-height, 1.375) * 1em );--temp-padding-block-max: calc( (var(--cds-custom-layout-size-height-lg) - var(--temp-1lh)) / 2 - .0625rem );box-sizing:border-box;padding:0;border:0;margin:0;font-family:inherit;font-size:100%;vertical-align:baseline}.cds-custom--btn *,.cds-custom--btn *:before,.cds-custom--btn *:after{box-sizing:inherit}.cds-custom--btn{font-size:var(--cds-custom-body-compact-01-font-size, .875rem);font-weight:var(--cds-custom-body-compact-01-font-weight, 400);line-height:var(--cds-custom-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-custom-body-compact-01-letter-spacing, .16px);position:relative;display:inline-flex;flex-shrink:0;justify-content:space-between;border-radius:0;margin:0;cursor:pointer;inline-size:max-content;max-inline-size:20rem;min-block-size:var(--cds-custom-layout-size-height-local);outline:none;padding-block:min((var(--cds-custom-layout-size-height-local) - var(--temp-1lh)) / 2 - .0625rem,var(--temp-padding-block-max));padding-inline:calc(var(--cds-custom-layout-density-padding-inline-local) - .0625rem) calc(var(--cds-custom-layout-density-padding-inline-local) * 3 + 1rem - .0625rem);text-align:start;text-decoration:none;transition:background 70ms cubic-bezier(0,0,.38,.9),box-shadow 70ms cubic-bezier(0,0,.38,.9),border-color 70ms cubic-bezier(0,0,.38,.9),outline 70ms cubic-bezier(0,0,.38,.9);vertical-align:top}.cds-custom--btn:disabled,.cds-custom--btn:hover:disabled,.cds-custom--btn:focus:disabled,.cds-custom--btn.cds-custom--btn--disabled,.cds-custom--btn.cds-custom--btn--disabled:hover,.cds-custom--btn.cds-custom--btn--disabled:focus{border-color:var(--cds-custom-button-disabled, #c6c6c6);background:var(--cds-custom-button-disabled, #c6c6c6);box-shadow:none;color:var(--cds-custom-text-on-color-disabled, #8d8d8d);cursor:not-allowed}.cds-custom--btn .cds-custom--btn__icon{position:absolute;flex-shrink:0;block-size:1rem;inline-size:1rem;inset-block-start:min((var(--cds-custom-layout-size-height-local) - 1rem) / 2 - .0625rem,var(--temp-padding-block-max));inset-inline-end:var(--cds-custom-layout-density-padding-inline-local);margin-block-start:.0625rem}.cds-custom--btn::-moz-focus-inner{padding:0;border:0}.cds-custom--btn--primary{border-width:1px;border-style:solid;border-color:transparent;background-color:var(--cds-custom-button-primary, #0f62fe);color:var(--cds-custom-text-on-color, #ffffff)}.cds-custom--btn--primary:hover{background-color:var(--cds-custom-button-primary-hover, #0050e6)}.cds-custom--btn--primary:focus{border-color:var(--cds-custom-button-focus-color, var(--cds-custom-focus, #0f62fe));box-shadow:inset 0 0 0 1px var(--cds-custom-button-focus-color, var(--cds-custom-focus, #0f62fe)),inset 0 0 0 2px var(--cds-custom-background, #ffffff)}.cds-custom--btn--primary:active{background-color:var(--cds-custom-button-primary-active, #002d9c)}.cds-custom--btn--primary .cds-custom--btn__icon,.cds-custom--btn--primary .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds-custom--btn--primary:hover{color:var(--cds-custom-text-on-color, #ffffff)}.cds-custom--btn--secondary{border-width:1px;border-style:solid;border-color:transparent;background-color:var(--cds-custom-button-secondary, #393939);color:var(--cds-custom-text-on-color, #ffffff)}.cds-custom--btn--secondary:hover{background-color:var(--cds-custom-button-secondary-hover, #474747)}.cds-custom--btn--secondary:focus{border-color:var(--cds-custom-button-focus-color, var(--cds-custom-focus, #0f62fe));box-shadow:inset 0 0 0 1px var(--cds-custom-button-focus-color, var(--cds-custom-focus, #0f62fe)),inset 0 0 0 2px var(--cds-custom-background, #ffffff)}.cds-custom--btn--secondary:active{background-color:var(--cds-custom-button-secondary-active, #6f6f6f)}.cds-custom--btn--secondary .cds-custom--btn__icon,.cds-custom--btn--secondary .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds-custom--btn--secondary:hover,.cds-custom--btn--secondary:focus{color:var(--cds-custom-text-on-color, #ffffff)}.cds-custom--btn--tertiary{border-width:1px;border-style:solid;border-color:var(--cds-custom-button-tertiary, #0f62fe);background-color:transparent;color:var(--cds-custom-button-tertiary, #0f62fe)}.cds-custom--btn--tertiary:hover{background-color:var(--cds-custom-button-tertiary-hover, #0050e6)}.cds-custom--btn--tertiary:focus{border-color:var(--cds-custom-button-focus-color, var(--cds-custom-focus, #0f62fe));box-shadow:inset 0 0 0 1px var(--cds-custom-button-focus-color, var(--cds-custom-focus, #0f62fe)),inset 0 0 0 2px var(--cds-custom-background, #ffffff)}.cds-custom--btn--tertiary:active{background-color:var(--cds-custom-button-tertiary-active, #002d9c)}.cds-custom--btn--tertiary .cds-custom--btn__icon,.cds-custom--btn--tertiary .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds-custom--btn--tertiary:hover{color:var(--cds-custom-text-inverse, #ffffff)}.cds-custom--btn--tertiary:focus{background-color:var(--cds-custom-button-tertiary, #0f62fe);color:var(--cds-custom-text-inverse, #ffffff)}.cds-custom--btn--tertiary:active{border-color:transparent;background-color:var(--cds-custom-button-tertiary-active, #002d9c);color:var(--cds-custom-text-inverse, #ffffff)}.cds-custom--btn--tertiary:disabled,.cds-custom--btn--tertiary:hover:disabled,.cds-custom--btn--tertiary:focus:disabled,.cds-custom--btn--tertiary.cds-custom--btn--disabled,.cds-custom--btn--tertiary.cds-custom--btn--disabled:hover,.cds-custom--btn--tertiary.cds-custom--btn--disabled:focus{background:transparent;color:var(--cds-custom-text-disabled, rgba(22, 22, 22, .25));outline:none}.cds-custom--btn--ghost{border-width:1px;border-style:solid;border-color:transparent;background-color:transparent;color:var(--cds-custom-link-primary, #0f62fe)}.cds-custom--btn--ghost:hover{background-color:var(--cds-custom-background-hover, rgba(141, 141, 141, .12))}.cds-custom--btn--ghost:focus{border-color:var(--cds-custom-button-focus-color, var(--cds-custom-focus, #0f62fe));box-shadow:inset 0 0 0 1px var(--cds-custom-button-focus-color, var(--cds-custom-focus, #0f62fe)),inset 0 0 0 2px var(--cds-custom-background, #ffffff)}.cds-custom--btn--ghost .cds-custom--btn__icon,.cds-custom--btn--ghost .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds-custom--btn--ghost{padding-inline-end:calc(var(--cds-custom-layout-density-padding-inline-local) - .0625rem)}.cds-custom--btn--ghost .cds-custom--btn__icon{position:static;align-self:center;margin-inline-start:.5rem}.cds-custom--btn--ghost:hover,.cds-custom--btn--ghost:active{color:var(--cds-custom-link-primary-hover, #0043ce)}.cds-custom--btn--ghost:active{background-color:var(--cds-custom-background-active, rgba(141, 141, 141, .5))}.cds-custom--btn--ghost:disabled,.cds-custom--btn--ghost:hover:disabled,.cds-custom--btn--ghost:focus:disabled,.cds-custom--btn--ghost.cds-custom--btn--disabled,.cds-custom--btn--ghost.cds-custom--btn--disabled:hover,.cds-custom--btn--ghost.cds-custom--btn--disabled:focus{border-color:transparent;background:transparent;color:var(--cds-custom-text-disabled, rgba(22, 22, 22, .25));outline:none}.cds-custom--btn--ghost:not([disabled]) svg{fill:var(--cds-custom-icon-primary, #161616)}.cds-custom--btn--icon-only{align-items:center;justify-content:center;padding:0;block-size:var(--cds-custom-layout-size-height-local);inline-size:var(--cds-custom-layout-size-height-local);padding-block-start:0}.cds-custom--btn--icon-only>:first-child{min-inline-size:1rem}.cds-custom--btn--icon-only .cds-custom--btn__icon{position:static}.cds-custom--btn--icon-only.cds-custom--btn--ghost .cds-custom--btn__icon,.cds-custom--btn--icon-only.cds-custom--btn--danger--ghost .cds-custom--btn__icon{margin:0}.cds-custom--btn--icon-only.cds-custom--btn--danger--ghost{padding-inline-end:calc(var(--cds-custom-layout-density-padding-inline-local) - 1rem)}.cds-custom--btn--xs:not(.cds-custom--btn--icon-only){padding-block-start:1.5px}.cds-custom--btn--xs:not(.cds-custom--btn--icon-only) .cds-custom--btn__icon,.cds-custom--btn--sm:not(.cds-custom--btn--icon-only) .cds-custom--btn__icon,.cds-custom--btn--md:not(.cds-custom--btn--icon-only) .cds-custom--btn__icon{margin-block-start:0}.cds-custom--btn--icon-only.cds-custom--btn--selected{background:var(--cds-custom-background-selected, rgba(141, 141, 141, .2))}.cds-custom--btn path[data-icon-path=inner-path]{fill:none}.cds-custom--btn--ghost.cds-custom--btn--icon-only .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]),.cds-custom--btn--ghost.cds-custom--btn--icon-only .cds-custom--btn__icon{fill:var(--cds-custom-icon-primary, #161616)}.cds-custom--btn--ghost.cds-custom--btn--icon-only[disabled] .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]),.cds-custom--btn--ghost.cds-custom--btn--icon-only[disabled] .cds-custom--btn__icon,.cds-custom--btn.cds-custom--btn--icon-only.cds-custom--btn--ghost[disabled]:hover .cds-custom--btn__icon{fill:var(--cds-custom-icon-on-color-disabled, #8d8d8d)}.cds-custom--btn--ghost.cds-custom--btn--icon-only[disabled],.cds-custom--icon-tooltip--disabled .cds-custom--tooltip-trigger__wrapper{cursor:not-allowed}.cds-custom--icon-tooltip--disabled .cds-custom--btn--icon-only[disabled]{pointer-events:none}.cds-custom--btn--danger{border-width:1px;border-style:solid;border-color:transparent;background-color:var(--cds-custom-button-danger-primary, #da1e28);color:var(--cds-custom-text-on-color, #ffffff)}.cds-custom--btn--danger:hover{background-color:var(--cds-custom-button-danger-hover, #b81921)}.cds-custom--btn--danger:focus{border-color:var(--cds-custom-button-focus-color, var(--cds-custom-focus, #0f62fe));box-shadow:inset 0 0 0 1px var(--cds-custom-button-focus-color, var(--cds-custom-focus, #0f62fe)),inset 0 0 0 2px var(--cds-custom-background, #ffffff)}.cds-custom--btn--danger:active{background-color:var(--cds-custom-button-danger-active, #750e13)}.cds-custom--btn--danger .cds-custom--btn__icon,.cds-custom--btn--danger .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds-custom--btn--danger:hover{color:var(--cds-custom-text-on-color, #ffffff)}.cds-custom--btn--danger--tertiary{border-width:1px;border-style:solid;border-color:var(--cds-custom-button-danger-secondary, #da1e28);background-color:transparent;color:var(--cds-custom-button-danger-secondary, #da1e28)}.cds-custom--btn--danger--tertiary:hover{background-color:var(--cds-custom-button-danger-hover, #b81921)}.cds-custom--btn--danger--tertiary:focus{border-color:var(--cds-custom-button-focus-color, var(--cds-custom-focus, #0f62fe));box-shadow:inset 0 0 0 1px var(--cds-custom-button-focus-color, var(--cds-custom-focus, #0f62fe)),inset 0 0 0 2px var(--cds-custom-background, #ffffff)}.cds-custom--btn--danger--tertiary:active{background-color:var(--cds-custom-button-danger-active, #750e13)}.cds-custom--btn--danger--tertiary .cds-custom--btn__icon,.cds-custom--btn--danger--tertiary .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds-custom--btn--danger--tertiary:hover{border-color:var(--cds-custom-button-danger-hover, #b81921);color:var(--cds-custom-text-on-color, #ffffff)}.cds-custom--btn--danger--tertiary:focus{background-color:var(--cds-custom-button-danger-primary, #da1e28);color:var(--cds-custom-text-on-color, #ffffff)}.cds-custom--btn--danger--tertiary:active{border-color:var(--cds-custom-button-danger-active, #750e13);background-color:var(--cds-custom-button-danger-active, #750e13);color:var(--cds-custom-text-on-color, #ffffff)}.cds-custom--btn--danger--tertiary:disabled,.cds-custom--btn--danger--tertiary:hover:disabled,.cds-custom--btn--danger--tertiary:focus:disabled,.cds-custom--btn--danger--tertiary.cds-custom--btn--disabled,.cds-custom--btn--danger--tertiary.cds-custom--btn--disabled:hover,.cds-custom--btn--danger--tertiary.cds-custom--btn--disabled:focus{background:transparent;color:var(--cds-custom-text-disabled, rgba(22, 22, 22, .25));outline:none}.cds-custom--btn--danger--ghost{border-width:1px;border-style:solid;border-color:transparent;background-color:transparent;color:var(--cds-custom-button-danger-secondary, #da1e28)}.cds-custom--btn--danger--ghost:hover{background-color:var(--cds-custom-button-danger-hover, #b81921)}.cds-custom--btn--danger--ghost:focus{border-color:var(--cds-custom-button-focus-color, var(--cds-custom-focus, #0f62fe));box-shadow:inset 0 0 0 1px var(--cds-custom-button-focus-color, var(--cds-custom-focus, #0f62fe)),inset 0 0 0 2px var(--cds-custom-background, #ffffff)}.cds-custom--btn--danger--ghost:active{background-color:var(--cds-custom-button-danger-active, #750e13)}.cds-custom--btn--danger--ghost .cds-custom--btn__icon,.cds-custom--btn--danger--ghost .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds-custom--btn--danger--ghost{padding-inline-end:calc(var(--cds-custom-layout-density-padding-inline-local) - .0625rem)}.cds-custom--btn--danger--ghost .cds-custom--btn__icon{position:static;margin-inline-start:.5rem}.cds-custom--btn--danger--ghost:hover,.cds-custom--btn--danger--ghost:active{color:var(--cds-custom-text-on-color, #ffffff)}.cds-custom--btn--danger--ghost:disabled,.cds-custom--btn--danger--ghost:hover:disabled,.cds-custom--btn--danger--ghost:focus:disabled,.cds-custom--btn--danger--ghost.cds-custom--btn--disabled,.cds-custom--btn--danger--ghost.cds-custom--btn--disabled:hover,.cds-custom--btn--danger--ghost.cds-custom--btn--disabled:focus{border-color:transparent;background:transparent;color:var(--cds-custom-text-disabled, rgba(22, 22, 22, .25));outline:none}.cds-custom--btn--expressive{font-size:var(--cds-custom-body-compact-02-font-size, 1rem);font-weight:var(--cds-custom-body-compact-02-font-weight, 400);line-height:var(--cds-custom-body-compact-02-line-height, 1.375);letter-spacing:var(--cds-custom-body-compact-02-letter-spacing, 0);padding-block:min((var(--cds-custom-layout-size-height-local) - var(--temp-expressive-1lh)) / 2 - .0625rem,var(--temp-padding-block-max))}.cds-custom--btn--icon-only.cds-custom--btn--expressive{padding:12px 13px}.cds-custom--btn.cds-custom--btn--expressive .cds-custom--btn__icon{block-size:1.25rem;inline-size:1.25rem}.cds-custom--btn-set .cds-custom--btn.cds-custom--btn--expressive{max-inline-size:20rem}.cds-custom--btn.cds-custom--skeleton{position:relative;padding:0;border:none;background:var(--cds-custom-skeleton-background, #e8e8e8);box-shadow:none;pointer-events:none}.cds-custom--btn.cds-custom--skeleton:hover,.cds-custom--btn.cds-custom--skeleton:focus,.cds-custom--btn.cds-custom--skeleton:active{border:none;cursor:default;outline:none}.cds-custom--btn.cds-custom--skeleton:before{position:absolute;animation:3s ease-in-out cds-custom--skeleton infinite;background:var(--cds-custom-skeleton-element, #c6c6c6);block-size:100%;content:"";inline-size:100%;inset-inline-start:0;will-change:transform-origin,transform,opacity}@media (prefers-reduced-motion: reduce){.cds-custom--btn.cds-custom--skeleton:before{animation:none}}@media screen and (-ms-high-contrast: active),(forced-colors: active){.cds-custom--btn.cds-custom--skeleton{background:CanvasText}.cds-custom--btn.cds-custom--skeleton:before{background:Canvas;forced-color-adjust:none}}.cds-custom--btn.cds-custom--skeleton{inline-size:9.375rem}.cds-custom--btn-set{display:flex}.cds-custom--btn-set--stacked{flex-direction:column}.cds-custom--btn-set .cds-custom--btn{inline-size:100%;max-inline-size:12.25rem}.cds-custom--btn-set .cds-custom--btn:not(:focus){box-shadow:-.0625rem 0 0 0 var(--cds-custom-button-separator, #e0e0e0)}.cds-custom--btn-set .cds-custom--btn:first-of-type:not(:focus){box-shadow:inherit}.cds-custom--btn-set .cds-custom--btn:focus+.cds-custom--btn{box-shadow:inherit}.cds-custom--btn-set--stacked .cds-custom--btn:not(:focus){box-shadow:0 -.0625rem 0 0 var(--cds-custom-button-separator, #e0e0e0)}.cds-custom--btn-set--stacked .cds-custom--btn:first-of-type:not(:focus){box-shadow:inherit}.cds-custom--btn-set .cds-custom--btn.cds-custom--btn--disabled{box-shadow:-.0625rem 0 0 0 var(--cds-custom-icon-on-color-disabled, #8d8d8d)}.cds-custom--btn-set .cds-custom--btn.cds-custom--btn--disabled:first-of-type{box-shadow:none}.cds-custom--btn-set--stacked .cds-custom--btn.cds-custom--btn--disabled{box-shadow:0 -.0625rem 0 0 var(--cds-custom-layer-selected-disabled, #8d8d8d)}.cds-custom--btn-set--stacked .cds-custom--btn.cds-custom--btn--disabled:first-of-type{box-shadow:none}.cds-custom--btn-set .cds-custom--btn.cds-custom--btn--loading{border-color:transparent;background-color:transparent;box-shadow:none}.cds-custom--btn--sm .cds-custom--badge-indicator{margin-block-start:.25rem;margin-inline-end:.25rem}@media screen and (-ms-high-contrast: active),(forced-colors: active){.cds-custom--btn:focus{color:Highlight;outline:1px solid Highlight}}[dir=rtl] .cds-custom--btn-set .cds-custom--btn:not(:focus){box-shadow:.0625rem 0 0 0 var(--cds-custom-button-separator, #e0e0e0)}.cds-custom--content{padding:2rem;color:var(--cds-custom-text-primary, #161616);will-change:margin-left}.cds-custom--header~.cds-custom--content,div:has(.cds-custom--header)~.cds-custom--content{margin-block-start:3rem}.cds-custom--side-nav~.cds-custom--content{margin-inline-start:3rem}.cds-custom--side-nav.cds-custom--side-nav--expanded~.cds-custom--content{margin-inline-start:16rem}.cds-custom--header{box-sizing:border-box;padding:0;border:0;margin:0;font-family:inherit;font-size:100%;vertical-align:baseline}.cds-custom--header *,.cds-custom--header *:before,.cds-custom--header *:after{box-sizing:inherit}.cds-custom--header{position:fixed;z-index:8000;display:flex;align-items:center;background-color:var(--cds-custom-background, #ffffff);block-size:3rem;border-block-end:1px solid var(--cds-custom-border-subtle);inset-block-start:0;inset-inline:0}.cds-custom--header__action{box-sizing:border-box;padding:0;border:0;margin:0;font-family:inherit;font-size:100%;vertical-align:baseline}.cds-custom--header__action *,.cds-custom--header__action *:before,.cds-custom--header__action *:after{box-sizing:inherit}.cds-custom--header__action{display:inline-block;padding:0;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;cursor:pointer;text-align:start;inline-size:100%}.cds-custom--header__action::-moz-focus-inner{border:0}.cds-custom--header__action{display:inline-flex;border:.0625rem solid transparent;block-size:3rem;inline-size:3rem;transition:background-color .11s,border-color .11s}@media (max-width: 41.98rem){.cds-custom--header__action{min-inline-size:3rem}}.cds-custom--header__global .cds-custom--popover{z-index:8001}.cds-custom--header__action>:first-child{margin-block-start:0}.cds-custom--header__action>svg.cds-custom--navigation-menu-panel-collapse-icon,.cds-custom--header__action--active>svg.cds-custom--navigation-menu-panel-expand-icon{display:none}.cds-custom--header__action--active>svg.cds-custom--navigation-menu-panel-collapse-icon{display:inline}.cds-custom--header__action:hover{background-color:var(--cds-custom-background-hover, rgba(141, 141, 141, .12))}.cds-custom--header__action--active{background:var(--cds-custom-layer);border-block-end:1px solid transparent;border-inline-end:1px solid var(--cds-custom-border-subtle);border-inline-start:1px solid var(--cds-custom-border-subtle)}.cds-custom--header__action--active>svg{fill:var(--cds-custom-icon-primary, #161616)}.cds-custom--header__action:focus{border-color:var(--cds-custom-focus, #0f62fe);outline:none}.cds-custom--header__action:active{background-color:var(--cds-custom-background-active, rgba(141, 141, 141, .5))}.cds-custom--header__action.cds-custom--btn--icon-only{align-items:center;justify-content:center}.cds-custom--btn.cds-custom--btn--icon-only.cds-custom--header__action svg{fill:var(--cds-custom-icon-secondary, #525252)}.cds-custom--btn.cds-custom--btn--icon-only.cds-custom--header__action:hover svg,.cds-custom--btn.cds-custom--btn--icon-only.cds-custom--header__action:active svg,.cds-custom--btn.cds-custom--btn--icon-only.cds-custom--header__action--active svg{fill:var(--cds-custom-icon-primary, #161616)}.cds-custom--header__menu-trigger>svg{fill:var(--cds-custom-icon-primary, #161616)}.cds-custom--header__menu-trigger:hover>svg{fill:var(--cds-custom-icon-primary, #161616)}.cds-custom--header__menu-toggle{display:flex;align-items:center;justify-content:center}@media (min-width: 66rem){.cds-custom--header__menu-toggle__hidden{display:none}}a.cds-custom--header__name{font-size:var(--cds-custom-body-compact-01-font-size, .875rem);font-weight:var(--cds-custom-body-compact-01-font-weight, 400);line-height:var(--cds-custom-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-custom-body-compact-01-letter-spacing, .16px);display:flex;align-items:center;padding:0 2rem 0 1rem;border:.125rem solid transparent;block-size:100%;font-weight:600;letter-spacing:.1px;line-height:1.25rem;outline:none;text-decoration:none;transition:border-color .11s;-webkit-user-select:none;user-select:none}@media (max-width: 41.98rem){a.cds-custom--header__name{padding:0 1rem}}a.cds-custom--header__name:focus{border-color:var(--cds-custom-focus, #0f62fe)}.cds-custom--header__name--prefix{font-weight:400}a.cds-custom--header__name,a.cds-custom--header__name:hover{color:var(--cds-custom-text-primary, #161616)}.cds-custom--header__menu-toggle:not(.cds-custom--header__menu-toggle__hidden)~.cds-custom--header__name{padding-inline-start:.5rem}.cds-custom--header__nav{position:relative;display:none;block-size:100%;padding-inline-start:1rem}@media (min-width: 66rem){.cds-custom--header__nav{display:block}}.cds-custom--header__nav:before{position:absolute;display:block;background-color:var(--cds-custom-border-subtle);block-size:1.5rem;content:"";inline-size:.0625rem;inset-block-start:50%;inset-inline-start:0;transform:translateY(-50%)}.cds-custom--header__menu-bar{box-sizing:border-box;padding:0;border:0;margin:0;font-family:inherit;font-size:100%;vertical-align:baseline}.cds-custom--header__menu-bar *,.cds-custom--header__menu-bar *:before,.cds-custom--header__menu-bar *:after{box-sizing:inherit}.cds-custom--header__menu-bar{display:flex;padding:0;margin:0;block-size:100%;list-style:none}a.cds-custom--header__menu-item{position:relative;display:flex;align-items:center;padding:0 1rem;border:2px solid transparent;background-color:var(--cds-custom-background, #ffffff);block-size:100%;color:var(--cds-custom-text-secondary, #525252);font-size:.875rem;font-weight:400;letter-spacing:0;line-height:1.125rem;text-decoration:none;transition:background-color .11s,border-color .11s,color .11s;-webkit-user-select:none;user-select:none}a.cds-custom--header__menu-item:hover{background-color:var(--cds-custom-background-hover, rgba(141, 141, 141, .12));color:var(--cds-custom-text-primary, #161616)}.cds-custom--header__action:active,a.cds-custom--header__menu-item:active{background-color:var(--cds-custom-background-active, rgba(141, 141, 141, .5));color:var(--cds-custom-text-primary, #161616)}a.cds-custom--header__menu-item:focus{border-color:var(--cds-custom-focus, #0f62fe);outline:none}a.cds-custom--header__menu-item:hover>svg,a.cds-custom--header__menu-item:active>svg{fill:var(--cds-custom-icon-primary, #161616)}a.cds-custom--header__menu-item[aria-current=page],.cds-custom--header__menu-item--current{color:var(--cds-custom-text-primary, #161616)}a.cds-custom--header__menu-item[aria-current=page]:after,.cds-custom--header__menu-item--current:after{position:absolute;background-color:var(--cds-custom-border-interactive, #0f62fe);block-size:3px;content:"";inline-size:calc(100% + 4px);inset-block-end:-2px;inset-inline-start:-2px}a.cds-custom--header__menu-item[aria-current=page]:focus:after,.cds-custom--header__menu-item--current:focus:after{border:0}.cds-custom--header__submenu .cds-custom--header__menu a.cds-custom--header__menu-item[aria-current=page]:after,.cds-custom--header__submenu .cds-custom--header__menu .cds-custom--header__menu-item--current:after{background-color:var(--cds-custom-border-interactive, #0f62fe);block-size:calc(100% + 4px);inline-size:3px;inset-block-start:-2px;inset-inline-start:-2px}.cds-custom--header__submenu .cds-custom--header__menu a.cds-custom--header__menu-item[aria-current=page]:focus:after,.cds-custom--header__submenu .cds-custom--header__menu .cds-custom--header__menu-item--current:focus:after{background-color:var(--cds-custom-border-interactive, #0f62fe);block-size:calc(100% + 4px);inline-size:5px;inset-block-start:-2px;inset-inline-start:-2px}a.cds-custom--header__menu-item[aria-current=page]:focus,a.cds-custom--header__menu-item.cds-custom--header__menu-item--current:focus{border:2px solid var(--cds-custom-focus, #0f62fe)}.cds-custom--header__submenu,.cds-custom--header__menu-title[aria-haspopup=true]{position:relative}.cds-custom--header__menu-title[aria-expanded=true]{z-index:8002;background-color:var(--cds-custom-layer);color:var(--cds-custom-text-secondary, #525252)}.cds-custom--header__menu-title[aria-expanded=true]>.cds-custom--header__menu-arrow{transform:rotate(180deg)}.cds-custom--header__menu{display:none;padding:0;margin:0;list-style:none}.cds-custom--header__menu-title[aria-expanded=true]+.cds-custom--header__menu{position:absolute;z-index:8001;display:flex;flex-direction:column;background-color:var(--cds-custom-layer);box-shadow:0 4px 8px #00000080;inline-size:12.5rem;inset-block-end:0;inset-inline-start:0;transform:translateY(100%)}.cds-custom--header__menu-title[aria-expanded=true]+.cds-custom--header__menu .cds-custom--header__menu-item{background-color:var(--cds-custom-layer)}.cds-custom--header__menu-title[aria-expanded=true]+.cds-custom--header__menu .cds-custom--header__menu-item:hover{background-color:var(--cds-custom-layer-hover);color:var(--cds-custom-text-primary, #161616)}.cds-custom--header__menu-title[aria-expanded=true]+.cds-custom--header__menu .cds-custom--header__menu-item:active{background-color:var(--cds-custom-layer-active);color:var(--cds-custom-text-primary, #161616)}.cds-custom--header__menu-title[aria-expanded=true]+.cds-custom--header__menu .cds-custom--header__menu-item.cds-custom--header__menu-item--current{background-color:var(--cds-custom-layer-selected)}.cds-custom--header__menu-title[aria-expanded=true]+.cds-custom--header__menu .cds-custom--header__menu-item.cds-custom--header__menu-item--current:hover{background-color:var(--cds-custom-layer-selected-hover)}.cds-custom--header__menu .cds-custom--header__menu-item{block-size:3rem}.cds-custom--header__menu-arrow{fill:var(--cds-custom-icon-secondary, #525252);margin-inline-start:.5rem;transition:transform .11s,fill .11s}.cds-custom--header__global{display:flex;flex:1 1 0%;justify-content:flex-end;block-size:100%}.cds-custom--skip-to-content{position:absolute;overflow:hidden;padding:0;border:0;margin:-1px;block-size:1px;clip:rect(0,0,0,0);inline-size:1px;visibility:inherit;white-space:nowrap}.cds-custom--skip-to-content:focus{z-index:9999;display:flex;align-items:center;padding:0 1rem;border:4px solid var(--cds-custom-focus, #0f62fe);background-color:var(--cds-custom-background, #ffffff);block-size:3rem;clip:auto;color:var(--cds-custom-text-secondary, #525252);inline-size:auto;inset-block-start:0;inset-inline-start:0;outline:none}.cds-custom--header-panel{position:fixed;z-index:8000;overflow:hidden;border:none;background-color:var(--cds-custom-layer);color:var(--cds-custom-text-secondary, #525252);inline-size:0;inset-block:3rem 0;inset-inline-end:0;transition:width .11s cubic-bezier(.2,0,1,.9);will-change:width}.cds-custom--header-panel--expanded{border-inline-end:1px solid var(--cds-custom-border-subtle);border-inline-start:1px solid var(--cds-custom-border-subtle);inline-size:16rem;overflow-y:auto}.cds-custom--side-nav{position:fixed;z-index:8000;overflow:hidden;background-color:var(--cds-custom-background, #ffffff);color:var(--cds-custom-text-secondary, #525252);inline-size:3rem;inset-block:0;inset-inline-start:0;max-inline-size:16rem;transition:inline-size .11s cubic-bezier(.2,0,1,.9),transform .11s cubic-bezier(.2,0,1,.9);will-change:inline-size}.cds-custom--side-nav--ux{inline-size:16rem;inset-block-start:3rem}@media (max-width: 65.98rem){.cds-custom--side-nav--ux{inline-size:0}}.cds-custom--side-nav--rail{inline-size:3rem}.cds-custom--side-nav--hidden{inline-size:0}.cds-custom--side-nav--expanded{inline-size:16rem}.cds-custom--side-nav__overlay{position:fixed;background-color:transparent;block-size:0;inline-size:0;inset-block-start:3rem;inset-inline-start:0;opacity:0;transition:opacity .3s cubic-bezier(.5,0,.1,1),background-color .3s cubic-bezier(.5,0,.1,1)}@media (max-width: 65.98rem){.cds-custom--side-nav__overlay-active{z-index:6000;background-color:var(--cds-custom-overlay, rgba(22, 22, 22, .5));block-size:100vh;inline-size:100vw;opacity:1;transition:opacity .3s cubic-bezier(.5,0,.1,1),background-color .3s cubic-bezier(.5,0,.1,1)}}.cds-custom--header~.cds-custom--side-nav{block-size:calc(100% - 48px);inset-block-start:3rem}.cds-custom--side-nav--fixed{inline-size:16rem}.cds-custom--side-nav--collapsed{inline-size:16rem;transform:translate(-16rem)}.cds-custom--side-nav__navigation{display:flex;flex-direction:column}.cds-custom--side-nav__items{box-sizing:border-box;padding:0;border:0;margin:0;font-family:inherit;font-size:100%;vertical-align:baseline}.cds-custom--side-nav__items *,.cds-custom--side-nav__items *:before,.cds-custom--side-nav__items *:after{box-sizing:inherit}.cds-custom--side-nav__items{overflow:hidden;flex:1 1 0%;padding:1rem 0 0}.cds-custom--side-nav:hover .cds-custom--side-nav__items,.cds-custom--side-nav--fixed .cds-custom--side-nav__items,.cds-custom--side-nav--expanded .cds-custom--side-nav__items,.cds-custom--side-nav--ux .cds-custom--side-nav__items{overflow-y:auto}.cds-custom--side-nav__item{overflow:hidden;block-size:auto;inline-size:auto}.cds-custom--side-nav--ux .cds-custom--side-nav__item{block-size:auto;inline-size:auto}.cds-custom--side-nav__item:not(.cds-custom--side-nav__item--active):hover .cds-custom--side-nav__item:not(.cds-custom--side-nav__item--active)>.cds-custom--side-nav__submenu:hover,.cds-custom--side-nav__item:not(.cds-custom--side-nav__item--active)>.cds-custom--side-nav__link:hover,.cds-custom--side-nav__menu a.cds-custom--side-nav__link:not(.cds-custom--side-nav__link--current):not([aria-current=page]):hover,.cds-custom--side-nav a.cds-custom--header__menu-item:hover,.cds-custom--side-nav .cds-custom--header__menu-title[aria-expanded=true]:hover{background-color:var(--cds-custom-background-hover, rgba(141, 141, 141, .12));color:var(--cds-custom-text-primary, #161616)}.cds-custom--side-nav__item:not(.cds-custom--side-nav__item--active)>.cds-custom--side-nav__link:hover>span,.cds-custom--side-nav__item:not(.cds-custom--side-nav__item--active) .cds-custom--side-nav__menu-item>.cds-custom--side-nav__link:hover>span{color:var(--cds-custom-text-primary, #161616)}.cds-custom--side-nav__item--large{block-size:auto}.cds-custom--side-nav__divider{margin:.5rem 1rem;background-color:var(--cds-custom-border-subtle);block-size:1px;list-style-type:none}.cds-custom--side-nav__divider hr{border:none}.cds-custom--side-nav__submenu{box-sizing:border-box;padding:0;border:0;margin:0;font-family:inherit;font-size:100%;vertical-align:baseline}.cds-custom--side-nav__submenu *,.cds-custom--side-nav__submenu *:before,.cds-custom--side-nav__submenu *:after{box-sizing:inherit}.cds-custom--side-nav__submenu{display:inline-block;padding:0;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;cursor:pointer;text-align:start;inline-size:100%}.cds-custom--side-nav__submenu::-moz-focus-inner{border:0}.cds-custom--side-nav__submenu{font-size:var(--cds-custom-heading-compact-01-font-size, .875rem);font-weight:var(--cds-custom-heading-compact-01-font-weight, 600);line-height:var(--cds-custom-heading-compact-01-line-height, 1.28572);letter-spacing:var(--cds-custom-heading-compact-01-letter-spacing, .16px);outline:2px solid transparent;outline-offset:-2px;display:flex;align-items:center;padding:0 1rem;block-size:2rem;color:var(--cds-custom-text-secondary, #525252);transition:color .11s,background-color .11s,outline .11s;-webkit-user-select:none;user-select:none}.cds-custom--side-nav__submenu:hover{background-color:var(--cds-custom-background-hover, rgba(141, 141, 141, .12));color:var(--cds-custom-text-primary, #161616)}.cds-custom--side-nav__submenu:focus{outline:2px solid var(--cds-custom-focus, #0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--side-nav__submenu:focus{outline-style:dotted}}.cds-custom--side-nav__submenu-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:start}.cds-custom--side-nav__icon.cds-custom--side-nav__submenu-chevron{display:flex;flex:1;justify-content:flex-end}.cds-custom--side-nav__submenu-chevron>svg{block-size:1rem;inline-size:1rem;transition:transform .11s}.cds-custom--side-nav__submenu[aria-expanded=true] .cds-custom--side-nav__submenu-chevron>svg{transform:rotate(180deg)}.cds-custom--side-nav__item--large .cds-custom--side-nav__submenu{block-size:3rem}.cds-custom--side-nav__item--active .cds-custom--side-nav__submenu:hover{background-color:var(--cds-custom-background-selected, rgba(141, 141, 141, .2));color:var(--cds-custom-text-primary, #161616)}.cds-custom--side-nav__item--active .cds-custom--side-nav__submenu[aria-expanded=false]{position:relative;background-color:var(--cds-custom-background-selected, rgba(141, 141, 141, .2));color:var(--cds-custom-text-primary, #161616)}.cds-custom--side-nav__item--active .cds-custom--side-nav__submenu[aria-expanded=false]:before{position:absolute;background-color:var(--cds-custom-border-interactive, #0f62fe);content:"";inline-size:3px;inset-block:0;inset-inline-start:0}.cds-custom--side-nav__item--active .cds-custom--side-nav__submenu-title{color:var(--cds-custom-text-primary, #161616);font-weight:600}.cds-custom--side-nav__item--active .cds-custom--side-nav__icon>svg{fill:var(--cds-custom-icon-primary, #161616)}.cds-custom--side-nav__menu{box-sizing:border-box;padding:0;border:0;margin:0;font-family:inherit;font-size:100%;vertical-align:baseline}.cds-custom--side-nav__menu *,.cds-custom--side-nav__menu *:before,.cds-custom--side-nav__menu *:after{box-sizing:inherit}.cds-custom--side-nav__menu{display:block;max-block-size:0;visibility:hidden}.cds-custom--side-nav__submenu[aria-expanded=true]+.cds-custom--side-nav__menu{max-block-size:93.75rem;visibility:inherit}.cds-custom--side-nav__menu a.cds-custom--side-nav__link{block-size:2rem;font-weight:400;min-block-size:2rem;padding-inline-start:2rem}.cds-custom--side-nav__item.cds-custom--side-nav__item--icon a.cds-custom--side-nav__link{padding-inline-start:4.5rem}.cds-custom--side-nav__menu a.cds-custom--side-nav__link--current,.cds-custom--side-nav__menu a.cds-custom--side-nav__link[aria-current=page],a.cds-custom--side-nav__link--current{background-color:var(--cds-custom-background-selected, rgba(141, 141, 141, .2))}.cds-custom--side-nav__menu a.cds-custom--side-nav__link--current>span,.cds-custom--side-nav__menu a.cds-custom--side-nav__link[aria-current=page]>span,a.cds-custom--side-nav__link--current>span{color:var(--cds-custom-text-primary, #161616);font-weight:600}a.cds-custom--side-nav__link,.cds-custom--side-nav a.cds-custom--header__menu-item,.cds-custom--side-nav .cds-custom--header__menu-title[aria-expanded=true]+.cds-custom--header__menu{outline:2px solid transparent;outline-offset:-2px;font-size:var(--cds-custom-heading-compact-01-font-size, .875rem);font-weight:var(--cds-custom-heading-compact-01-font-weight, 600);line-height:var(--cds-custom-heading-compact-01-line-height, 1.28572);letter-spacing:var(--cds-custom-heading-compact-01-letter-spacing, .16px);position:relative;display:flex;align-items:center;padding:0 1rem;min-block-size:2rem;text-decoration:none;transition:color .11s,background-color .11s,outline .11s}.cds-custom--side-nav__item--large a.cds-custom--side-nav__link{block-size:3rem}a.cds-custom--side-nav__link>.cds-custom--side-nav__link-text,.cds-custom--side-nav a.cds-custom--header__menu-item .cds-custom--text-truncate-end{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--cds-custom-text-secondary, #525252);font-size:.875rem;letter-spacing:.1px;line-height:1.25rem;-webkit-user-select:none;user-select:none}a.cds-custom--side-nav__link:focus,.cds-custom--side-nav a.cds-custom--header__menu-item:focus{outline:2px solid var(--cds-custom-focus, #0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){a.cds-custom--side-nav__link:focus,.cds-custom--side-nav a.cds-custom--header__menu-item:focus{outline-style:dotted}}a.cds-custom--side-nav__link[aria-current=page],a.cds-custom--side-nav__link--current{background-color:var(--cds-custom-background-selected, rgba(141, 141, 141, .2));font-weight:600}a.cds-custom--side-nav__link[aria-current=page] .cds-custom--side-nav__link-text,a.cds-custom--side-nav__link--current .cds-custom--side-nav__link-text{color:var(--cds-custom-text-primary, #161616)}a.cds-custom--side-nav__link[aria-current=page]:before,a.cds-custom--side-nav__link--current:before{position:absolute;background-color:var(--cds-custom-border-interactive, #0f62fe);content:"";inline-size:3px;inset-block:0;inset-inline-start:0}.cds-custom--side-nav__icon{display:flex;flex:0 0 1rem;align-items:center;justify-content:center}.cds-custom--side-nav__icon:not(.cds-custom--side-nav__submenu-chevron){margin-inline-end:1.5rem}.cds-custom--side-nav__icon>svg{block-size:1rem;fill:var(--cds-custom-icon-secondary, #525252);inline-size:1rem}.cds-custom--side-nav__icon>svg.cds-custom--side-nav-collapse-icon{display:none}.cds-custom--side-nav--expanded .cds-custom--side-nav__icon>svg.cds-custom--side-nav-expand-icon{display:none}.cds-custom--side-nav--expanded .cds-custom--side-nav__icon>svg.cds-custom--side-nav-collapse-icon{display:block}.cds-custom--side-nav--fixed a.cds-custom--side-nav__link,.cds-custom--side-nav--fixed .cds-custom--side-nav__submenu{padding-inline-start:1rem}.cds-custom--side-nav--fixed .cds-custom--side-nav__item:not(.cds-custom--side-nav__item--icon) .cds-custom--side-nav__menu a.cds-custom--side-nav__link{padding-inline-start:2rem}@media (max-width: 65.98rem){.cds-custom--side-nav .cds-custom--header__nav{display:block}}.cds-custom--side-nav__header-navigation{box-sizing:border-box;padding:0;border:0;margin:0;font-family:inherit;font-size:100%;vertical-align:baseline}.cds-custom--side-nav__header-navigation *,.cds-custom--side-nav__header-navigation *:before,.cds-custom--side-nav__header-navigation *:after{box-sizing:inherit}.cds-custom--side-nav__header-navigation{display:none}@media (max-width: 65.98rem){.cds-custom--side-nav__header-navigation{position:relative;display:block;margin-block-end:2rem}}.cds-custom--side-nav__header-divider:after{position:absolute;background:var(--cds-custom-border-subtle);block-size:.0625rem;content:"";inline-size:calc(100% - 32px);inset-block-end:-1rem;inset-inline-start:1rem}.cds-custom--side-nav a.cds-custom--header__menu-item{justify-content:space-between;color:var(--cds-custom-text-secondary, #525252);white-space:nowrap}.cds-custom--side-nav a.cds-custom--header__menu-item[aria-expanded=true]{background-color:transparent}.cds-custom--side-nav .cds-custom--header__menu-title[aria-expanded=true]+.cds-custom--header__menu{padding:0;background-color:transparent;box-shadow:none;inline-size:100%;inset-block-end:inherit;transform:none}.cds-custom--side-nav .cds-custom--header__menu-title[aria-expanded=true]+.cds-custom--header__menu li{inline-size:100%}.cds-custom--side-nav .cds-custom--header__menu-title[aria-expanded=true]+.cds-custom--header__menu a.cds-custom--header__menu-item{font-weight:400;padding-inline-start:4.25rem}.cds-custom--side-nav .cds-custom--header__menu-title[aria-expanded=true]+.cds-custom--header__menu a.cds-custom--header__menu-item:hover{background-color:var(--cds-custom-background-hover, rgba(141, 141, 141, .12));color:var(--cds-custom-text-primary, #161616)}.cds-custom--side-nav .cds-custom--header__menu-title[aria-expanded=true]+.cds-custom--header__menu a.cds-custom--header__menu-item--current:hover{background-color:var(--cds-custom-layer-selected-hover)}.cds-custom--side-nav .cds-custom--side-nav__header-navigation a.cds-custom--header__menu-item[aria-current=page]:after,.cds-custom--side-nav .cds-custom--side-nav__header-navigation .cds-custom--header__menu-item--current:after{block-size:calc(100% + 4px);inline-size:3px}.cds-custom--side-nav .cds-custom--header__menu a.cds-custom--header__menu-item{block-size:inherit}.cds-custom--side-nav a.cds-custom--header__menu-item:hover .cds-custom--header__menu-arrow,.cds-custom--side-nav a.cds-custom--header__menu-item:focus .cds-custom--header__menu-arrow,.cds-custom--side-nav .cds-custom--header__menu-arrow{fill:var(--cds-custom-icon-secondary, #525252)}.cds-custom--switcher{box-sizing:border-box;padding:0;border:0;margin:0;font-family:inherit;font-size:100%;vertical-align:baseline}.cds-custom--switcher *,.cds-custom--switcher *:before,.cds-custom--switcher *:after{box-sizing:inherit}.cds-custom--switcher{display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--cds-custom-text-secondary, #525252)}.cds-custom--switcher__item{block-size:2rem;inline-size:100%}.cds-custom--switcher__item:nth-child(1){margin-block-start:1rem}.cds-custom--switcher__item--divider{display:block;border:none;margin:.5rem 1rem;background:var(--cds-custom-border-subtle);block-size:1px;inline-size:14rem}.cds-custom--switcher__item-link{font-size:var(--cds-custom-heading-compact-01-font-size, .875rem);font-weight:var(--cds-custom-heading-compact-01-font-weight, 600);line-height:var(--cds-custom-heading-compact-01-line-height, 1.28572);letter-spacing:var(--cds-custom-heading-compact-01-letter-spacing, .16px);display:block;padding:.375rem 1rem;block-size:2rem;color:var(--cds-custom-text-secondary, #525252);text-decoration:none}.cds-custom--switcher__item-link:hover:not(.cds-custom--switcher__item-link--selected){background:var(--cds-custom-layer-hover);color:var(--cds-custom-text-primary, #161616);cursor:pointer}.cds-custom--switcher__item-link:focus{outline:2px solid var(--cds-custom-focus, #0f62fe);outline-offset:-2px}.cds-custom--switcher__item-link:active{background:var(--cds-custom-layer-active);color:var(--cds-custom-text-primary, #161616)}.cds-custom--switcher__item-link--selected{background:var(--cds-custom-layer-selected);color:var(--cds-custom-text-primary, #161616)}clabs-global-header-apaas,clabs-global-header-hybrid-ipaas{--cds-custom-ai-aura-end: rgba(0, 0, 0, 0);--cds-custom-ai-aura-hover-background: #333333;--cds-custom-ai-aura-hover-end: rgba(0, 0, 0, 0);--cds-custom-ai-aura-hover-start: rgba(69, 137, 255, .4);--cds-custom-ai-aura-start: rgba(69, 137, 255, .1);--cds-custom-ai-aura-start-sm: rgba(69, 137, 255, .16);--cds-custom-ai-border-end: #4589ff;--cds-custom-ai-border-start: rgba(166, 200, 255, .36);--cds-custom-ai-border-strong: #78a9ff;--cds-custom-ai-drop-shadow: rgba(0, 0, 0, .28);--cds-custom-ai-inner-shadow: rgba(69, 137, 255, .16);--cds-custom-ai-overlay: rgba(0, 0, 0, .5);--cds-custom-ai-popover-background: #161616;--cds-custom-ai-popover-caret-bottom: #4589ff;--cds-custom-ai-popover-caret-bottom-background: #202d45;--cds-custom-ai-popover-caret-bottom-background-actions: #1e283a;--cds-custom-ai-popover-caret-center: #4870b5;--cds-custom-ai-popover-shadow-outer-01: rgba(0, 0, 0, .12);--cds-custom-ai-popover-shadow-outer-02: rgba(0, 0, 0, .08);--cds-custom-ai-skeleton-background: rgba(120, 169, 255, .5);--cds-custom-ai-skeleton-element-background: rgba(120, 169, 255, .3);--cds-custom-background: #161616;--cds-custom-background-active: rgba(141, 141, 141, .4);--cds-custom-background-brand: #0f62fe;--cds-custom-background-hover: rgba(141, 141, 141, .16);--cds-custom-background-inverse: #f4f4f4;--cds-custom-background-inverse-hover: #e8e8e8;--cds-custom-background-selected: rgba(141, 141, 141, .24);--cds-custom-background-selected-hover: rgba(141, 141, 141, .32);--cds-custom-border-disabled: rgba(141, 141, 141, .5);--cds-custom-border-interactive: #4589ff;--cds-custom-border-inverse: #f4f4f4;--cds-custom-border-strong-01: #6f6f6f;--cds-custom-border-strong-02: #8d8d8d;--cds-custom-border-strong-03: #a8a8a8;--cds-custom-border-subtle-00: #393939;--cds-custom-border-subtle-01: #525252;--cds-custom-border-subtle-02: #6f6f6f;--cds-custom-border-subtle-03: #6f6f6f;--cds-custom-border-subtle-selected-01: #6f6f6f;--cds-custom-border-subtle-selected-02: #8d8d8d;--cds-custom-border-subtle-selected-03: #8d8d8d;--cds-custom-border-tile-01: #525252;--cds-custom-border-tile-02: #6f6f6f;--cds-custom-border-tile-03: #8d8d8d;--cds-custom-chat-avatar-agent: #c6c6c6;--cds-custom-chat-avatar-bot: #8d8d8d;--cds-custom-chat-avatar-user: #4589ff;--cds-custom-chat-bubble-agent: #262626;--cds-custom-chat-bubble-border: #525252;--cds-custom-chat-bubble-user: #393939;--cds-custom-chat-button: #78a9ff;--cds-custom-chat-button-active: rgba(141, 141, 141, .4);--cds-custom-chat-button-hover: rgba(141, 141, 141, .16);--cds-custom-chat-button-selected: rgba(141, 141, 141, .24);--cds-custom-chat-button-text-hover: #a6c8ff;--cds-custom-chat-button-text-selected: #c6c6c6;--cds-custom-chat-header-background: #262626;--cds-custom-chat-prompt-background: #161616;--cds-custom-chat-prompt-border-end: rgba(38, 38, 38, 0);--cds-custom-chat-prompt-border-start: #262626;--cds-custom-chat-shell-background: #262626;--cds-custom-field-01: #262626;--cds-custom-field-02: #393939;--cds-custom-field-03: #525252;--cds-custom-field-hover-01: #333333;--cds-custom-field-hover-02: #474747;--cds-custom-field-hover-03: #636363;--cds-custom-focus: #ffffff;--cds-custom-focus-inset: #161616;--cds-custom-focus-inverse: #0f62fe;--cds-custom-highlight: #001d6c;--cds-custom-icon-disabled: rgba(244, 244, 244, .25);--cds-custom-icon-interactive: #ffffff;--cds-custom-icon-inverse: #161616;--cds-custom-icon-on-color: #ffffff;--cds-custom-icon-on-color-disabled: rgba(255, 255, 255, .25);--cds-custom-icon-primary: #f4f4f4;--cds-custom-icon-secondary: #c6c6c6;--cds-custom-interactive: #4589ff;--cds-custom-layer-01: #262626;--cds-custom-layer-02: #393939;--cds-custom-layer-03: #525252;--cds-custom-layer-accent-01: #393939;--cds-custom-layer-accent-02: #525252;--cds-custom-layer-accent-03: #6f6f6f;--cds-custom-layer-accent-active-01: #6f6f6f;--cds-custom-layer-accent-active-02: #8d8d8d;--cds-custom-layer-accent-active-03: #393939;--cds-custom-layer-accent-hover-01: #474747;--cds-custom-layer-accent-hover-02: #636363;--cds-custom-layer-accent-hover-03: #5e5e5e;--cds-custom-layer-active-01: #525252;--cds-custom-layer-active-02: #6f6f6f;--cds-custom-layer-active-03: #8d8d8d;--cds-custom-layer-background-01: #161616;--cds-custom-layer-background-02: #262626;--cds-custom-layer-background-03: #393939;--cds-custom-layer-hover-01: #333333;--cds-custom-layer-hover-02: #474747;--cds-custom-layer-hover-03: #636363;--cds-custom-layer-selected-01: #393939;--cds-custom-layer-selected-02: #525252;--cds-custom-layer-selected-03: #6f6f6f;--cds-custom-layer-selected-disabled: #a8a8a8;--cds-custom-layer-selected-hover-01: #474747;--cds-custom-layer-selected-hover-02: #636363;--cds-custom-layer-selected-hover-03: #5e5e5e;--cds-custom-layer-selected-inverse: #f4f4f4;--cds-custom-link-inverse: #0f62fe;--cds-custom-link-inverse-active: #161616;--cds-custom-link-inverse-hover: #0043ce;--cds-custom-link-inverse-visited: #8a3ffc;--cds-custom-link-primary: #78a9ff;--cds-custom-link-primary-hover: #a6c8ff;--cds-custom-link-secondary: #a6c8ff;--cds-custom-link-visited: #be95ff;--cds-custom-overlay: rgba(0, 0, 0, .65);--cds-custom-shadow: rgba(0, 0, 0, .8);--cds-custom-skeleton-background: #292929;--cds-custom-skeleton-element: #393939;--cds-custom-support-caution-major: #ff832b;--cds-custom-support-caution-minor: #f1c21b;--cds-custom-support-caution-undefined: #a56eff;--cds-custom-support-error: #fa4d56;--cds-custom-support-error-inverse: #da1e28;--cds-custom-support-info: #4589ff;--cds-custom-support-info-inverse: #0043ce;--cds-custom-support-success: #42be65;--cds-custom-support-success-inverse: #24a148;--cds-custom-support-warning: #f1c21b;--cds-custom-support-warning-inverse: #f1c21b;--cds-custom-text-disabled: rgba(244, 244, 244, .25);--cds-custom-text-error: #ff8389;--cds-custom-text-helper: #a8a8a8;--cds-custom-text-inverse: #161616;--cds-custom-text-on-color: #ffffff;--cds-custom-text-on-color-disabled: rgba(255, 255, 255, .25);--cds-custom-text-placeholder: rgba(244, 244, 244, .4);--cds-custom-text-primary: #f4f4f4;--cds-custom-text-secondary: #c6c6c6;--cds-custom-toggle-off: #6f6f6f;--cds-custom-spacing-01: .125rem;--cds-custom-spacing-02: .25rem;--cds-custom-spacing-03: .5rem;--cds-custom-spacing-04: .75rem;--cds-custom-spacing-05: 1rem;--cds-custom-spacing-06: 1.5rem;--cds-custom-spacing-07: 2rem;--cds-custom-spacing-08: 2.5rem;--cds-custom-spacing-09: 3rem;--cds-custom-spacing-10: 4rem;--cds-custom-spacing-11: 5rem;--cds-custom-spacing-12: 6rem;--cds-custom-spacing-13: 10rem;--cds-custom-fluid-spacing-01: 0;--cds-custom-fluid-spacing-02: 2vw;--cds-custom-fluid-spacing-03: 5vw;--cds-custom-fluid-spacing-04: 10vw;--cds-custom-caption-01-font-size: .75rem;--cds-custom-caption-01-font-weight: 400;--cds-custom-caption-01-line-height: 1.33333;--cds-custom-caption-01-letter-spacing: .32px;--cds-custom-caption-02-font-size: .875rem;--cds-custom-caption-02-font-weight: 400;--cds-custom-caption-02-line-height: 1.28572;--cds-custom-caption-02-letter-spacing: .32px;--cds-custom-label-01-font-size: .75rem;--cds-custom-label-01-font-weight: 400;--cds-custom-label-01-line-height: 1.33333;--cds-custom-label-01-letter-spacing: .32px;--cds-custom-label-02-font-size: .875rem;--cds-custom-label-02-font-weight: 400;--cds-custom-label-02-line-height: 1.28572;--cds-custom-label-02-letter-spacing: .16px;--cds-custom-helper-text-01-font-size: .75rem;--cds-custom-helper-text-01-line-height: 1.33333;--cds-custom-helper-text-01-letter-spacing: .32px;--cds-custom-helper-text-02-font-size: .875rem;--cds-custom-helper-text-02-font-weight: 400;--cds-custom-helper-text-02-line-height: 1.28572;--cds-custom-helper-text-02-letter-spacing: .16px;--cds-custom-body-short-01-font-size: .875rem;--cds-custom-body-short-01-font-weight: 400;--cds-custom-body-short-01-line-height: 1.28572;--cds-custom-body-short-01-letter-spacing: .16px;--cds-custom-body-short-02-font-size: 1rem;--cds-custom-body-short-02-font-weight: 400;--cds-custom-body-short-02-line-height: 1.375;--cds-custom-body-short-02-letter-spacing: 0;--cds-custom-body-long-01-font-size: .875rem;--cds-custom-body-long-01-font-weight: 400;--cds-custom-body-long-01-line-height: 1.42857;--cds-custom-body-long-01-letter-spacing: .16px;--cds-custom-body-long-02-font-size: 1rem;--cds-custom-body-long-02-font-weight: 400;--cds-custom-body-long-02-line-height: 1.5;--cds-custom-body-long-02-letter-spacing: 0;--cds-custom-code-01-font-family: "IBM Plex Mono", system-ui, -apple-system, BlinkMacSystemFont, ".SFNSText-Regular", monospace;--cds-custom-code-01-font-size: .75rem;--cds-custom-code-01-font-weight: 400;--cds-custom-code-01-line-height: 1.33333;--cds-custom-code-01-letter-spacing: .32px;--cds-custom-code-02-font-family: "IBM Plex Mono", system-ui, -apple-system, BlinkMacSystemFont, ".SFNSText-Regular", monospace;--cds-custom-code-02-font-size: .875rem;--cds-custom-code-02-font-weight: 400;--cds-custom-code-02-line-height: 1.42857;--cds-custom-code-02-letter-spacing: .32px;--cds-custom-heading-01-font-size: .875rem;--cds-custom-heading-01-font-weight: 600;--cds-custom-heading-01-line-height: 1.42857;--cds-custom-heading-01-letter-spacing: .16px;--cds-custom-heading-02-font-size: 1rem;--cds-custom-heading-02-font-weight: 600;--cds-custom-heading-02-line-height: 1.5;--cds-custom-heading-02-letter-spacing: 0;--cds-custom-productive-heading-01-font-size: .875rem;--cds-custom-productive-heading-01-font-weight: 600;--cds-custom-productive-heading-01-line-height: 1.28572;--cds-custom-productive-heading-01-letter-spacing: .16px;--cds-custom-productive-heading-02-font-size: 1rem;--cds-custom-productive-heading-02-font-weight: 600;--cds-custom-productive-heading-02-line-height: 1.375;--cds-custom-productive-heading-02-letter-spacing: 0;--cds-custom-productive-heading-03-font-size: 1.25rem;--cds-custom-productive-heading-03-font-weight: 400;--cds-custom-productive-heading-03-line-height: 1.4;--cds-custom-productive-heading-03-letter-spacing: 0;--cds-custom-productive-heading-04-font-size: 1.75rem;--cds-custom-productive-heading-04-font-weight: 400;--cds-custom-productive-heading-04-line-height: 1.28572;--cds-custom-productive-heading-04-letter-spacing: 0;--cds-custom-productive-heading-05-font-size: 2rem;--cds-custom-productive-heading-05-font-weight: 400;--cds-custom-productive-heading-05-line-height: 1.25;--cds-custom-productive-heading-05-letter-spacing: 0;--cds-custom-productive-heading-06-font-size: 2.625rem;--cds-custom-productive-heading-06-font-weight: 300;--cds-custom-productive-heading-06-line-height: 1.199;--cds-custom-productive-heading-06-letter-spacing: 0;--cds-custom-productive-heading-07-font-size: 3.375rem;--cds-custom-productive-heading-07-font-weight: 300;--cds-custom-productive-heading-07-line-height: 1.19;--cds-custom-productive-heading-07-letter-spacing: 0;--cds-custom-expressive-paragraph-01-font-size: 1.5rem;--cds-custom-expressive-paragraph-01-font-weight: 300;--cds-custom-expressive-paragraph-01-line-height: 1.334;--cds-custom-expressive-paragraph-01-letter-spacing: 0;--cds-custom-expressive-heading-01-font-size: .875rem;--cds-custom-expressive-heading-01-font-weight: 600;--cds-custom-expressive-heading-01-line-height: 1.42857;--cds-custom-expressive-heading-01-letter-spacing: .16px;--cds-custom-expressive-heading-02-font-size: 1rem;--cds-custom-expressive-heading-02-font-weight: 600;--cds-custom-expressive-heading-02-line-height: 1.5;--cds-custom-expressive-heading-02-letter-spacing: 0;--cds-custom-expressive-heading-03-font-size: 1.25rem;--cds-custom-expressive-heading-03-font-weight: 400;--cds-custom-expressive-heading-03-line-height: 1.4;--cds-custom-expressive-heading-03-letter-spacing: 0;--cds-custom-expressive-heading-04-font-size: 1.75rem;--cds-custom-expressive-heading-04-font-weight: 400;--cds-custom-expressive-heading-04-line-height: 1.28572;--cds-custom-expressive-heading-04-letter-spacing: 0;--cds-custom-expressive-heading-05-font-size: 2rem;--cds-custom-expressive-heading-05-font-weight: 400;--cds-custom-expressive-heading-05-line-height: 1.25;--cds-custom-expressive-heading-05-letter-spacing: 0;--cds-custom-expressive-heading-06-font-size: 2rem;--cds-custom-expressive-heading-06-font-weight: 600;--cds-custom-expressive-heading-06-line-height: 1.25;--cds-custom-expressive-heading-06-letter-spacing: 0;--cds-custom-quotation-01-font-family: "IBM Plex Serif", system-ui, -apple-system, BlinkMacSystemFont, ".SFNSText-Regular", serif;--cds-custom-quotation-01-font-size: 1.25rem;--cds-custom-quotation-01-font-weight: 400;--cds-custom-quotation-01-line-height: 1.3;--cds-custom-quotation-01-letter-spacing: 0;--cds-custom-quotation-02-font-family: "IBM Plex Serif", system-ui, -apple-system, BlinkMacSystemFont, ".SFNSText-Regular", serif;--cds-custom-quotation-02-font-size: 2rem;--cds-custom-quotation-02-font-weight: 300;--cds-custom-quotation-02-line-height: 1.25;--cds-custom-quotation-02-letter-spacing: 0;--cds-custom-display-01-font-size: 2.625rem;--cds-custom-display-01-font-weight: 300;--cds-custom-display-01-line-height: 1.19;--cds-custom-display-01-letter-spacing: 0;--cds-custom-display-02-font-size: 2.625rem;--cds-custom-display-02-font-weight: 600;--cds-custom-display-02-line-height: 1.19;--cds-custom-display-02-letter-spacing: 0;--cds-custom-display-03-font-size: 2.625rem;--cds-custom-display-03-font-weight: 300;--cds-custom-display-03-line-height: 1.19;--cds-custom-display-03-letter-spacing: 0;--cds-custom-display-04-font-size: 2.625rem;--cds-custom-display-04-font-weight: 300;--cds-custom-display-04-line-height: 1.19;--cds-custom-display-04-letter-spacing: 0;--cds-custom-legal-01-font-size: .75rem;--cds-custom-legal-01-font-weight: 400;--cds-custom-legal-01-line-height: 1.33333;--cds-custom-legal-01-letter-spacing: .32px;--cds-custom-legal-02-font-size: .875rem;--cds-custom-legal-02-font-weight: 400;--cds-custom-legal-02-line-height: 1.28572;--cds-custom-legal-02-letter-spacing: .16px;--cds-custom-body-compact-01-font-size: .875rem;--cds-custom-body-compact-01-font-weight: 400;--cds-custom-body-compact-01-line-height: 1.28572;--cds-custom-body-compact-01-letter-spacing: .16px;--cds-custom-body-compact-02-font-size: 1rem;--cds-custom-body-compact-02-font-weight: 400;--cds-custom-body-compact-02-line-height: 1.375;--cds-custom-body-compact-02-letter-spacing: 0;--cds-custom-heading-compact-01-font-size: .875rem;--cds-custom-heading-compact-01-font-weight: 600;--cds-custom-heading-compact-01-line-height: 1.28572;--cds-custom-heading-compact-01-letter-spacing: .16px;--cds-custom-heading-compact-02-font-size: 1rem;--cds-custom-heading-compact-02-font-weight: 600;--cds-custom-heading-compact-02-line-height: 1.375;--cds-custom-heading-compact-02-letter-spacing: 0;--cds-custom-body-01-font-size: .875rem;--cds-custom-body-01-font-weight: 400;--cds-custom-body-01-line-height: 1.42857;--cds-custom-body-01-letter-spacing: .16px;--cds-custom-body-02-font-size: 1rem;--cds-custom-body-02-font-weight: 400;--cds-custom-body-02-line-height: 1.5;--cds-custom-body-02-letter-spacing: 0;--cds-custom-heading-03-font-size: 1.25rem;--cds-custom-heading-03-font-weight: 400;--cds-custom-heading-03-line-height: 1.4;--cds-custom-heading-03-letter-spacing: 0;--cds-custom-heading-04-font-size: 1.75rem;--cds-custom-heading-04-font-weight: 400;--cds-custom-heading-04-line-height: 1.28572;--cds-custom-heading-04-letter-spacing: 0;--cds-custom-heading-05-font-size: 2rem;--cds-custom-heading-05-font-weight: 400;--cds-custom-heading-05-line-height: 1.25;--cds-custom-heading-05-letter-spacing: 0;--cds-custom-heading-06-font-size: 2.625rem;--cds-custom-heading-06-font-weight: 300;--cds-custom-heading-06-line-height: 1.199;--cds-custom-heading-06-letter-spacing: 0;--cds-custom-heading-07-font-size: 3.375rem;--cds-custom-heading-07-font-weight: 300;--cds-custom-heading-07-line-height: 1.19;--cds-custom-heading-07-letter-spacing: 0;--cds-custom-fluid-heading-03-font-size: 1.25rem;--cds-custom-fluid-heading-03-font-weight: 400;--cds-custom-fluid-heading-03-line-height: 1.4;--cds-custom-fluid-heading-03-letter-spacing: 0;--cds-custom-fluid-heading-04-font-size: 1.75rem;--cds-custom-fluid-heading-04-font-weight: 400;--cds-custom-fluid-heading-04-line-height: 1.28572;--cds-custom-fluid-heading-04-letter-spacing: 0;--cds-custom-fluid-heading-05-font-size: 2rem;--cds-custom-fluid-heading-05-font-weight: 400;--cds-custom-fluid-heading-05-line-height: 1.25;--cds-custom-fluid-heading-05-letter-spacing: 0;--cds-custom-fluid-heading-06-font-size: 2rem;--cds-custom-fluid-heading-06-font-weight: 600;--cds-custom-fluid-heading-06-line-height: 1.25;--cds-custom-fluid-heading-06-letter-spacing: 0;--cds-custom-fluid-paragraph-01-font-size: 1.5rem;--cds-custom-fluid-paragraph-01-font-weight: 300;--cds-custom-fluid-paragraph-01-line-height: 1.334;--cds-custom-fluid-paragraph-01-letter-spacing: 0;--cds-custom-fluid-quotation-01-font-family: "IBM Plex Serif", system-ui, -apple-system, BlinkMacSystemFont, ".SFNSText-Regular", serif;--cds-custom-fluid-quotation-01-font-size: 1.25rem;--cds-custom-fluid-quotation-01-font-weight: 400;--cds-custom-fluid-quotation-01-line-height: 1.3;--cds-custom-fluid-quotation-01-letter-spacing: 0;--cds-custom-fluid-quotation-02-font-family: "IBM Plex Serif", system-ui, -apple-system, BlinkMacSystemFont, ".SFNSText-Regular", serif;--cds-custom-fluid-quotation-02-font-size: 2rem;--cds-custom-fluid-quotation-02-font-weight: 300;--cds-custom-fluid-quotation-02-line-height: 1.25;--cds-custom-fluid-quotation-02-letter-spacing: 0;--cds-custom-fluid-display-01-font-size: 2.625rem;--cds-custom-fluid-display-01-font-weight: 300;--cds-custom-fluid-display-01-line-height: 1.19;--cds-custom-fluid-display-01-letter-spacing: 0;--cds-custom-fluid-display-02-font-size: 2.625rem;--cds-custom-fluid-display-02-font-weight: 600;--cds-custom-fluid-display-02-line-height: 1.19;--cds-custom-fluid-display-02-letter-spacing: 0;--cds-custom-fluid-display-03-font-size: 2.625rem;--cds-custom-fluid-display-03-font-weight: 300;--cds-custom-fluid-display-03-line-height: 1.19;--cds-custom-fluid-display-03-letter-spacing: 0;--cds-custom-fluid-display-04-font-size: 2.625rem;--cds-custom-fluid-display-04-font-weight: 300;--cds-custom-fluid-display-04-line-height: 1.19;--cds-custom-fluid-display-04-letter-spacing: 0;--cds-custom-button-separator: #161616;--cds-custom-button-primary: #0f62fe;--cds-custom-button-secondary: #6f6f6f;--cds-custom-button-tertiary: #ffffff;--cds-custom-button-danger-primary: #da1e28;--cds-custom-button-danger-secondary: #fa4d56;--cds-custom-button-danger-active: #750e13;--cds-custom-button-primary-active: #002d9c;--cds-custom-button-secondary-active: #393939;--cds-custom-button-tertiary-active: #c6c6c6;--cds-custom-button-danger-hover: #b81921;--cds-custom-button-primary-hover: #0050e6;--cds-custom-button-secondary-hover: #5e5e5e;--cds-custom-button-tertiary-hover: #f4f4f4;--cds-custom-button-disabled: rgba(141, 141, 141, .3)}@media screen and (-ms-high-contrast: active),(forced-colors: active){clabs-global-header-apaas,clabs-global-header-hybrid-ipaas{--cds-custom-icon-primary: ButtonText;--cds-custom-icon-secondary: ButtonText;--cds-custom-icon-interactive: ButtonText;--cds-custom-icon-disabled: GrayText;--cds-custom-icon-on-color-disabled: GrayText;--cds-custom-icon-inverse: SelectedItemText;--cds-custom-icon-on-color: SelectedItemText;--cds-custom-button-disabled: GrayText;--cds-custom-interactive: ButtonText;--cds-custom-link-primary: LinkText;--cds-custom-link-primary-hover: LinkText;--cds-custom-link-secondary: LinkText;--cds-custom-link-inverse: SelectedItemText;--cds-custom-link-inverse-hover: SelectedItemText;--cds-custom-link-inverse-visited: SelectedItemText;--cds-custom-link-visited: VisitedText;--cds-custom-background-selected: SelectedItem;--cds-custom-background-selected-hover: SelectedItem;--cds-custom-background-inverse: SelectedItem;--cds-custom-layer-selected-inverse: SelectedItem}}clabs-global-header-apaas,clabs-global-header-hybrid-ipaas{--cds-custom-layer: var(--cds-custom-layer-01, #f4f4f4);--cds-custom-layer-active: var(--cds-custom-layer-active-01, #c6c6c6);--cds-custom-layer-background: var(--cds-custom-layer-background-01, #ffffff);--cds-custom-layer-hover: var(--cds-custom-layer-hover-01, #e8e8e8);--cds-custom-layer-selected: var(--cds-custom-layer-selected-01, #e0e0e0);--cds-custom-layer-selected-hover: var(--cds-custom-layer-selected-hover-01, #d1d1d1);--cds-custom-layer-accent: var(--cds-custom-layer-accent-01, #e0e0e0);--cds-custom-layer-accent-hover: var(--cds-custom-layer-accent-hover-01, #d1d1d1);--cds-custom-layer-accent-active: var(--cds-custom-layer-accent-active-01, #a8a8a8);--cds-custom-field: var(--cds-custom-field-01, #f4f4f4);--cds-custom-field-hover: var(--cds-custom-field-hover-01, #e8e8e8);--cds-custom-border-subtle: var(--cds-custom-border-subtle-00, #e0e0e0);--cds-custom-border-subtle-selected: var(--cds-custom-border-subtle-selected-01, #c6c6c6);--cds-custom-border-strong: var(--cds-custom-border-strong-01, #8d8d8d);--cds-custom-border-tile: var(--cds-custom-border-tile-01, #c6c6c6)}.ibm-automation-cds__header{z-index:8050}.ibm-automation-cds__header-name{margin:0 0 0 -.5rem}.ibm-automation-cds__capability-name{overflow:hidden;color:var(--cds-custom-text-primary);font-weight:400;margin-inline-end:1.5rem;text-overflow:ellipsis;white-space:nowrap}.ibm-automation-cds__product-type{white-space:nowrap}.ibm-automation-cds__global{display:flex;flex:1 1 0%;justify-content:flex-end;block-size:100%}.automation-global-header__popover__section{position:relative;padding:1rem}.automation-global-header__popover__section:not(:last-child):after{position:absolute;border-block-end:1px solid #393939;content:"";inline-size:100%;inset-block-end:0;inset-inline-start:0}.automation--header__popover__header{display:flex;flex-wrap:nowrap}.automation--header__popover__profile__header__title{font-size:var(--cds-custom-productive-heading-03-font-size, 1.25rem);font-weight:var(--cds-custom-productive-heading-03-font-weight, 400);line-height:var(--cds-custom-productive-heading-03-line-height, 1.4);letter-spacing:var(--cds-custom-productive-heading-03-letter-spacing, 0);line-height:1.2;margin-block-end:.25rem}.automation--header__popover__profile__header__title,.automation--header__popover__profile__header__email{display:block;inline-size:189px;word-wrap:break-word}.automation-global-header__horizontal_section{border:.25px solid #393939;margin-inline:.5rem}.automation-global-header__name_section{margin-inline-start:1rem}.automation-global-header__console_lnk_section,.automation-global-header__usr_management_lnk_section{padding:0}.automation-global-header__popover__link-item a{text-decoration:none}.automation-global-header__popover__section ul,.automation-global-header__profile_footer ul{padding:0;margin:0}.automation-global-header__popover__section ul li,.automation-global-header__profile_footer ul li{list-style-position:inside;list-style-type:none}.automation-global-header__popover__link{font-size:var(--cds-custom-body-short-01-font-size, .875rem);font-weight:var(--cds-custom-body-short-01-font-weight, 400);line-height:var(--cds-custom-body-short-01-line-height, 1.28572);letter-spacing:var(--cds-custom-body-short-01-letter-spacing, .16px);display:flex;padding:1rem;color:#fff;text-decoration:none;transition:background-color .11s,color .11s}.automation-global-header__popover__link svg{block-size:100%}.automation-global-header__popover__link .link_icon{margin-inline-end:.5rem}.automation-global-header__popover__link:hover{background-color:#353535}.automation-global-header__popover__link:hover .launch_icon{opacity:1}.automation-global-header__popover__link .link_text{margin:auto 0}.automation-global-header__popover__link .launch_icon{margin-inline-start:auto;opacity:0}.automation--header__popover__profile__header__email{font-size:var(--cds-custom-label-01-font-size, .75rem);font-weight:var(--cds-custom-label-01-font-weight, 400);line-height:var(--cds-custom-label-01-line-height, 1.33333);letter-spacing:var(--cds-custom-label-01-letter-spacing, .32px);color:#c6c6c6}.automation-global-header__instance_details{margin:1rem}.automation-global-header__title_bar .title-bar__label{font-size:var(--cds-custom-label-01-font-size, .75rem);font-weight:var(--cds-custom-label-01-font-weight, 400);line-height:var(--cds-custom-label-01-line-height, 1.33333);letter-spacing:var(--cds-custom-label-01-letter-spacing, .32px);color:#c6c6c6}.automation-global-header__title_bar .title-bar__text{font-size:var(--cds-custom-expressive-heading-01-font-size, .875rem);font-weight:var(--cds-custom-expressive-heading-01-font-weight, 600);line-height:var(--cds-custom-expressive-heading-01-line-height, 1.42857);letter-spacing:var(--cds-custom-expressive-heading-01-letter-spacing, .16px);font-weight:400}.automation-global-header__popover__profile__footer__logout{color:#fff!important}.automation-global-header__popover__link-item cds-button{inline-size:100%}.automation-global-header__popover__link-item cds-button::part(button){padding:0;inline-size:100%}.automation-global-header__popover__link-item cds-button .automation-global-header__popover__link{inline-size:100%}cds-custom-header-global-action.mcsp-header-user-profile{display:flex;block-size:48px;inline-size:48px}cds-custom-header-global-action clabs-global-header-user-profile-image{inline-size:100%}.ibm-automation-cds__help-menu{list-style:none}.ibm-automation-cds__help-menu svg{fill:#fff}.ibm-automation-cds__help-menu ul{transform:translate(calc(3rem - 100%)) translateY(100%)!important}.ibm-automation-cds__help-menu .ibm-automation-cds--text-truncate--end{display:flex;justify-content:space-between;inline-size:320px}.ibm-automation-cds__help-menu .ibm-automation-cds--header__menu-item{padding:12px;block-size:47px}.automation-global-header__notification svg{fill:#fff}.automation-global-header__notification svg circle{fill:#d61f28}cds-custom-header-global-action.mcsp-header-user-profile>div{border-radius:50%;margin:7px;background-color:#1192e8;block-size:32px;inline-size:32px}cds-custom-header-global-action.mcsp-header-user-profile>div svg{margin:6px}.automation-global-header__divider:before{display:block;background-color:var(--cds-custom-border-subtle);block-size:2.5rem;content:"";inline-size:.0625rem;transform:translateY(.25rem)}.automation--header__group{position:relative;display:flex}.automation-global-header--popover-content-container .ibm-automation-cds--popover span{display:none!important}.automation-global-header--popover-content-container .ibm-automation-cds--popover .ibm-automation-cds--popover-caret{display:none!important}.ibm-automation-cds--custom-header__nav{display:block!important}.ibm-automation-cds--header__global .ibm-automation-cds--popover span{display:none!important}.c4p--user-profile-image--light{color:#000}.automation-global-header__trial-menu__counting-box-alert{background-image:linear-gradient(135deg,#161616,#161616),linear-gradient(135deg,#fa4d56,#fa4d56)}.automation-global-header__trial-menu{color:#f4f4f4}.automation-global-header__trial-menu::part(button){display:flex;align-items:center;padding:0 .75rem;inline-size:fit-content}.automation-global-header__trial-menu p{font-size:var(--cds-custom-label-01-font-size, .75rem);font-weight:var(--cds-custom-label-01-font-weight, 400);line-height:var(--cds-custom-label-01-line-height, 1.33333);letter-spacing:var(--cds-custom-label-01-letter-spacing, .32px)}.automation-global-header__trial-menu .trial-label{color:#f4f4f4;padding-inline-start:5px;text-align:center;white-space:nowrap}.automation-global-header__trial-menu .automation-global-header__trial-menu__counting-box{border:1px solid transparent;border-radius:.125rem;background-clip:padding-box,border-box;background-image:linear-gradient(135deg,#161616,#161616),linear-gradient(135deg,#0043ce,#be95ff);background-origin:padding-box,border-box;block-size:1.25rem;color:#f4f4f4;font-size:14px;font-weight:600;min-inline-size:1rem;text-align:center}.automation-global-header__trial-menu .automation-global-header__trial-menu__counting-box-alert{background-image:linear-gradient(135deg,#161616,#161616),linear-gradient(135deg,#fa4d56,#fa4d56)}.automation-global-header__trial-menu:hover .automation-global-header__trial-menu__counting-box{background-image:linear-gradient(135deg,#353535,#353535),linear-gradient(135deg,#0043ce,#be95ff)!important}.automation-global-header__trial-menu:hover .automation-global-header__trial-menu__counting-box-alert{background-image:linear-gradient(135deg,#353535,#353535),linear-gradient(135deg,#fa4d56,#fa4d56)!important}.ibm-automation-cds--header__action:hover{background-color:#393939}.ibm-automation-cds--btn.ibm-automation-cds--btn--icon-only.ibm-automation-cds--header__action svg{fill:#fff}@media (forced-colors: active){.ibm-automation-cds--btn.ibm-automation-cds--btn--icon-only.ibm-automation-cds--header__action svg{fill:#fff}}@media (forced-colors: active) and (-ms-high-contrast: black-on-white){.ibm-automation-cds--btn.ibm-automation-cds--btn--icon-only.ibm-automation-cds--header__action svg{fill:#000}}@media (forced-colors: active) and (-ms-high-contrast: white-on-black){.ibm-automation-cds--btn.ibm-automation-cds--btn--icon-only.ibm-automation-cds--header__action svg{fill:#fff}}.automation-global-header__switcher{border:0!important;block-size:max-content;inline-size:max-content;min-block-size:max-content}.c4p--notifications-panel__container{border:0;block-size:max-content;min-block-size:max-content}.automation-header__tooltip{position:absolute;color:#fff;inline-size:16rem;inset-block-start:0;inset-inline-end:0;transform:translate(40px)}.automation-header__tooltip-body{padding:1rem;border-radius:3px;background-color:#393939;box-shadow:0 5px 5px #0000004d}.automation-header__tooltip-body :last-child{margin-block-end:0}.automation-global-header__tooltip-description{font-size:14px;line-height:1.25rem;margin-block-end:1rem}.automation-global-header__tooltip-links{margin-block-end:1rem}.automation-global-header__tooltip-links .automation-global-header__tooltip-link{display:block;padding:6px 15px;color:#78a9ff;margin-block-end:.25rem;margin-inline-start:-1rem}.automation-global-header__tooltip-links .automation-global-header__tooltip-link svg{fill:#78a9ff}.automation-global-header__tooltip-links .automation-global-header__tooltip-link:hover{background-color:#0000;text-decoration:underline}.automation-global-header__trial-button{display:inline-block}.automation-global-header__trial-button .buttons{display:flex;padding:6px 15px;background:#0f62fe;color:#fff}.automation-global-header__trial-button .button-icon{display:flex;margin-inline-start:20px}.automation-global-header__trial-button:hover{text-decoration:none}.automation-global-header--popover-content-container .ibm-automation-cds--popover span{display:none}.automation-global-header--popover-content-container .ibm-automation-cds--popover .ibm-automation-cds--popover-content{font-size:var(--cds-custom-body-01-font-size, .875rem);font-weight:var(--cds-custom-body-01-font-weight, 400);line-height:var(--cds-custom-body-01-line-height, 1.42857);letter-spacing:var(--cds-custom-body-01-letter-spacing, .16px);padding:.125rem .5rem;background-color:#393939;color:#fff}.automation-global-header--popover-content-container .ibm-automation-cds--popover .ibm-automation-cds--popover-caret{display:none}.automation-global-header__switcher{border:0!important;block-size:max-content;color:#a8a8a8;inline-size:max-content;min-block-size:max-content}.automation-global-header__switcher-menu{display:inline-block;block-size:47px;color:#a8a8a8;list-style-type:none;min-inline-size:12rem!important}.automation-global-header__switcher-menu-item-title{display:flex;align-items:flex-end;justify-content:space-between}.automation-global-header__switcher-menu-item-title span{overflow:hidden;margin-inline-end:1.5rem;max-inline-size:224px;text-overflow:ellipsis;white-space:nowrap}.automation-global-header__switcher-menu-item-title-hidden-checkmark{visibility:hidden}.automation-global-header__switcher-menu-item-title-icons-left{display:flex}.automation-global-header__switcher-menu-item-title-icons-left div{margin-inline-end:1rem}.automation-global-header__switcher-menu-item-title-icons-left span{overflow:hidden;margin-inline-end:1rem;max-inline-size:224px;text-overflow:ellipsis;white-space:nowrap}.automation-global-header__switcher-menu-item>span{overflow:hidden;max-inline-size:224px;text-overflow:ellipsis;white-space:nowrap}.automation-global-header__switcher-menu-disabled{pointer-events:none}.automation-global-header__switcher-menu.hybrid-ipaas .cds--header__menu-item+.cds--header__menu-title[aria-expanded=false]{inline-size:100%!important;min-inline-size:15rem!important}.automation-global-header__switcher-menu-group-title{display:flex;align-items:center;justify-content:space-between;block-size:47px;color:#f4f4f4;margin-inline-start:1rem;pointer-events:none;font-size:var(--cds-custom-heading-compact-01-font-size, .875rem);font-weight:var(--cds-custom-heading-compact-01-font-weight, 600);line-height:var(--cds-custom-heading-compact-01-line-height, 1.28572);letter-spacing:var(--cds-custom-heading-compact-01-letter-spacing, .16px)}cds-custom-header-menu::part(menu-body){inline-size:100%!important;max-block-size:calc(100vh - 47px);min-inline-size:15rem!important;overflow-x:hidden}cds-custom-header-menu::part(trigger){display:flex!important;overflow:hidden;flex-direction:row!important;flex-wrap:nowrap!important;align-items:center!important;justify-content:space-between!important;max-inline-size:224px;text-overflow:ellipsis;white-space:nowrap}cds-custom-header-menu-item:nth-last-child(2){border-block-end:1px solid #393939}/**
6210
+ const Gi = `.cds-custom--layout--size-xs{--cds-custom-layout-size-height-context: var(--cds-custom-layout-size-height-xs, 1.5rem);--cds-custom-layout-size-height: var(--cds-custom-layout-size-height-context)}.cds-custom--layout-constraint--size__default-xs{--cds-custom-layout-size-height: var(--cds-custom-layout-size-height-context, var(--cds-custom-layout-size-height-xs, 1.5rem))}.cds-custom--layout-constraint--size__min-xs{--cds-custom-layout-size-height-min: var(--cds-custom-layout-size-height-xs, 1.5rem)}.cds-custom--layout-constraint--size__max-xs{--cds-custom-layout-size-height-max: var(--cds-custom-layout-size-height-xs, 1.5rem)}.cds-custom--layout--size-sm{--cds-custom-layout-size-height-context: var(--cds-custom-layout-size-height-sm, 2rem);--cds-custom-layout-size-height: var(--cds-custom-layout-size-height-context)}.cds-custom--layout-constraint--size__default-sm{--cds-custom-layout-size-height: var(--cds-custom-layout-size-height-context, var(--cds-custom-layout-size-height-sm, 2rem))}.cds-custom--layout-constraint--size__min-sm{--cds-custom-layout-size-height-min: var(--cds-custom-layout-size-height-sm, 2rem)}.cds-custom--layout-constraint--size__max-sm{--cds-custom-layout-size-height-max: var(--cds-custom-layout-size-height-sm, 2rem)}.cds-custom--layout--size-md{--cds-custom-layout-size-height-context: var(--cds-custom-layout-size-height-md, 2.5rem);--cds-custom-layout-size-height: var(--cds-custom-layout-size-height-context)}.cds-custom--layout-constraint--size__default-md{--cds-custom-layout-size-height: var(--cds-custom-layout-size-height-context, var(--cds-custom-layout-size-height-md, 2.5rem))}.cds-custom--layout-constraint--size__min-md{--cds-custom-layout-size-height-min: var(--cds-custom-layout-size-height-md, 2.5rem)}.cds-custom--layout-constraint--size__max-md{--cds-custom-layout-size-height-max: var(--cds-custom-layout-size-height-md, 2.5rem)}.cds-custom--layout--size-lg{--cds-custom-layout-size-height-context: var(--cds-custom-layout-size-height-lg, 3rem);--cds-custom-layout-size-height: var(--cds-custom-layout-size-height-context)}.cds-custom--layout-constraint--size__default-lg{--cds-custom-layout-size-height: var(--cds-custom-layout-size-height-context, var(--cds-custom-layout-size-height-lg, 3rem))}.cds-custom--layout-constraint--size__min-lg{--cds-custom-layout-size-height-min: var(--cds-custom-layout-size-height-lg, 3rem)}.cds-custom--layout-constraint--size__max-lg{--cds-custom-layout-size-height-max: var(--cds-custom-layout-size-height-lg, 3rem)}.cds-custom--layout--size-xl{--cds-custom-layout-size-height-context: var(--cds-custom-layout-size-height-xl, 4rem);--cds-custom-layout-size-height: var(--cds-custom-layout-size-height-context)}.cds-custom--layout-constraint--size__default-xl{--cds-custom-layout-size-height: var(--cds-custom-layout-size-height-context, var(--cds-custom-layout-size-height-xl, 4rem))}.cds-custom--layout-constraint--size__min-xl{--cds-custom-layout-size-height-min: var(--cds-custom-layout-size-height-xl, 4rem)}.cds-custom--layout-constraint--size__max-xl{--cds-custom-layout-size-height-max: var(--cds-custom-layout-size-height-xl, 4rem)}.cds-custom--layout--size-2xl{--cds-custom-layout-size-height-context: var(--cds-custom-layout-size-height-2xl, 5rem);--cds-custom-layout-size-height: var(--cds-custom-layout-size-height-context)}.cds-custom--layout-constraint--size__default-2xl{--cds-custom-layout-size-height: var(--cds-custom-layout-size-height-context, var(--cds-custom-layout-size-height-2xl, 5rem))}.cds-custom--layout-constraint--size__min-2xl{--cds-custom-layout-size-height-min: var(--cds-custom-layout-size-height-2xl, 5rem)}.cds-custom--layout-constraint--size__max-2xl{--cds-custom-layout-size-height-max: var(--cds-custom-layout-size-height-2xl, 5rem)}.cds-custom--layout--density-condensed{--cds-custom-layout-density-padding-inline-context: var(--cds-custom-layout-density-padding-inline-condensed, .5rem);--cds-custom-layout-density-padding-inline: var(--cds-custom-layout-density-padding-inline-context)}.cds-custom--layout-constraint--density__default-condensed{--cds-custom-layout-density-padding-inline: var(--cds-custom-layout-density-padding-inline-context, var(--cds-custom-layout-density-padding-inline-condensed, .5rem))}.cds-custom--layout-constraint--density__min-condensed{--cds-custom-layout-density-padding-inline-min: var(--cds-custom-layout-density-padding-inline-condensed, .5rem)}.cds-custom--layout-constraint--density__max-condensed{--cds-custom-layout-density-padding-inline-max: var(--cds-custom-layout-density-padding-inline-condensed, .5rem)}.cds-custom--layout--density-normal{--cds-custom-layout-density-padding-inline-context: var(--cds-custom-layout-density-padding-inline-normal, 1rem);--cds-custom-layout-density-padding-inline: var(--cds-custom-layout-density-padding-inline-context)}.cds-custom--layout-constraint--density__default-normal{--cds-custom-layout-density-padding-inline: var(--cds-custom-layout-density-padding-inline-context, var(--cds-custom-layout-density-padding-inline-normal, 1rem))}.cds-custom--layout-constraint--density__min-normal{--cds-custom-layout-density-padding-inline-min: var(--cds-custom-layout-density-padding-inline-normal, 1rem)}.cds-custom--layout-constraint--density__max-normal{--cds-custom-layout-density-padding-inline-max: var(--cds-custom-layout-density-padding-inline-normal, 1rem)}:root{--cds-custom-layout-size-height-xs: 1.5rem;--cds-custom-layout-size-height-sm: 2rem;--cds-custom-layout-size-height-md: 2.5rem;--cds-custom-layout-size-height-lg: 3rem;--cds-custom-layout-size-height-xl: 4rem;--cds-custom-layout-size-height-2xl: 5rem;--cds-custom-layout-size-height-min: 0px;--cds-custom-layout-size-height-max: 999999999px;--cds-custom-layout-density-padding-inline-condensed: .5rem;--cds-custom-layout-density-padding-inline-normal: 1rem;--cds-custom-layout-density-padding-inline-min: 0px;--cds-custom-layout-density-padding-inline-max: 999999999px}:root{--cds-custom-layer: var(--cds-custom-layer-01, #f4f4f4);--cds-custom-layer-active: var(--cds-custom-layer-active-01, #c6c6c6);--cds-custom-layer-background: var(--cds-custom-layer-background-01, #ffffff);--cds-custom-layer-hover: var(--cds-custom-layer-hover-01, #e8e8e8);--cds-custom-layer-selected: var(--cds-custom-layer-selected-01, #e0e0e0);--cds-custom-layer-selected-hover: var(--cds-custom-layer-selected-hover-01, #d1d1d1);--cds-custom-layer-accent: var(--cds-custom-layer-accent-01, #e0e0e0);--cds-custom-layer-accent-hover: var(--cds-custom-layer-accent-hover-01, #d1d1d1);--cds-custom-layer-accent-active: var(--cds-custom-layer-accent-active-01, #a8a8a8);--cds-custom-field: var(--cds-custom-field-01, #f4f4f4);--cds-custom-field-hover: var(--cds-custom-field-hover-01, #e8e8e8);--cds-custom-border-subtle: var(--cds-custom-border-subtle-00, #e0e0e0);--cds-custom-border-subtle-selected: var(--cds-custom-border-subtle-selected-01, #c6c6c6);--cds-custom-border-strong: var(--cds-custom-border-strong-01, #8d8d8d);--cds-custom-border-tile: var(--cds-custom-border-tile-01, #c6c6c6)}.cds-custom--layer-one{--cds-custom-layer: var(--cds-custom-layer-01, #f4f4f4);--cds-custom-layer-active: var(--cds-custom-layer-active-01, #c6c6c6);--cds-custom-layer-background: var(--cds-custom-layer-background-01, #ffffff);--cds-custom-layer-hover: var(--cds-custom-layer-hover-01, #e8e8e8);--cds-custom-layer-selected: var(--cds-custom-layer-selected-01, #e0e0e0);--cds-custom-layer-selected-hover: var(--cds-custom-layer-selected-hover-01, #d1d1d1);--cds-custom-layer-accent: var(--cds-custom-layer-accent-01, #e0e0e0);--cds-custom-layer-accent-hover: var(--cds-custom-layer-accent-hover-01, #d1d1d1);--cds-custom-layer-accent-active: var(--cds-custom-layer-accent-active-01, #a8a8a8);--cds-custom-field: var(--cds-custom-field-01, #f4f4f4);--cds-custom-field-hover: var(--cds-custom-field-hover-01, #e8e8e8);--cds-custom-border-subtle: var(--cds-custom-border-subtle-00, #e0e0e0);--cds-custom-border-subtle-selected: var(--cds-custom-border-subtle-selected-01, #c6c6c6);--cds-custom-border-strong: var(--cds-custom-border-strong-01, #8d8d8d);--cds-custom-border-tile: var(--cds-custom-border-tile-01, #c6c6c6)}.cds-custom--layer-two{--cds-custom-layer: var(--cds-custom-layer-02, #ffffff);--cds-custom-layer-active: var(--cds-custom-layer-active-02, #c6c6c6);--cds-custom-layer-background: var(--cds-custom-layer-background-02, #f4f4f4);--cds-custom-layer-hover: var(--cds-custom-layer-hover-02, #e8e8e8);--cds-custom-layer-selected: var(--cds-custom-layer-selected-02, #e0e0e0);--cds-custom-layer-selected-hover: var(--cds-custom-layer-selected-hover-02, #d1d1d1);--cds-custom-layer-accent: var(--cds-custom-layer-accent-02, #e0e0e0);--cds-custom-layer-accent-hover: var(--cds-custom-layer-accent-hover-02, #d1d1d1);--cds-custom-layer-accent-active: var(--cds-custom-layer-accent-active-02, #a8a8a8);--cds-custom-field: var(--cds-custom-field-02, #ffffff);--cds-custom-field-hover: var(--cds-custom-field-hover-02, #e8e8e8);--cds-custom-border-subtle: var(--cds-custom-border-subtle-01, #c6c6c6);--cds-custom-border-subtle-selected: var(--cds-custom-border-subtle-selected-02, #c6c6c6);--cds-custom-border-strong: var(--cds-custom-border-strong-02, #8d8d8d);--cds-custom-border-tile: var(--cds-custom-border-tile-02, #a8a8a8)}.cds-custom--layer-three{--cds-custom-layer: var(--cds-custom-layer-03, #f4f4f4);--cds-custom-layer-active: var(--cds-custom-layer-active-03, #c6c6c6);--cds-custom-layer-background: var(--cds-custom-layer-background-03, #ffffff);--cds-custom-layer-hover: var(--cds-custom-layer-hover-03, #e8e8e8);--cds-custom-layer-selected: var(--cds-custom-layer-selected-03, #e0e0e0);--cds-custom-layer-selected-hover: var(--cds-custom-layer-selected-hover-03, #d1d1d1);--cds-custom-layer-accent: var(--cds-custom-layer-accent-03, #e0e0e0);--cds-custom-layer-accent-hover: var(--cds-custom-layer-accent-hover-03, #d1d1d1);--cds-custom-layer-accent-active: var(--cds-custom-layer-accent-active-03, #a8a8a8);--cds-custom-field: var(--cds-custom-field-03, #f4f4f4);--cds-custom-field-hover: var(--cds-custom-field-hover-03, #e8e8e8);--cds-custom-border-subtle: var(--cds-custom-border-subtle-02, #e0e0e0);--cds-custom-border-subtle-selected: var(--cds-custom-border-subtle-selected-03, #c6c6c6);--cds-custom-border-strong: var(--cds-custom-border-strong-03, #8d8d8d);--cds-custom-border-tile: var(--cds-custom-border-tile-03, #c6c6c6)}.cds-custom--layer-one.cds-custom--layer__with-background,.cds-custom--layer-two.cds-custom--layer__with-background,.cds-custom--layer-three.cds-custom--layer__with-background{background-color:var(--cds-custom-layer-background)}@keyframes cds-custom--hide-feedback{0%{opacity:1;visibility:inherit}to{opacity:0;visibility:hidden}}@keyframes cds-custom--show-feedback{0%{opacity:0;visibility:hidden}to{opacity:1;visibility:inherit}}@keyframes cds-custom--skeleton{0%{opacity:.3;transform:scaleX(0);transform-origin:left}20%{opacity:1;transform:scaleX(1);transform-origin:left}28%{transform:scaleX(1);transform-origin:right}51%{transform:scaleX(0);transform-origin:right}58%{transform:scaleX(0);transform-origin:right}82%{transform:scaleX(1);transform-origin:right}83%{transform:scaleX(1);transform-origin:left}96%{transform:scaleX(0);transform-origin:left}to{opacity:.3;transform:scaleX(0);transform-origin:left}}.cds-custom--assistive-text,.cds-custom--visually-hidden{position:absolute;overflow:hidden;padding:0;border:0;margin:-1px;block-size:1px;clip:rect(0,0,0,0);inline-size:1px;visibility:inherit;white-space:nowrap}.cds-custom--popover-container{display:inline-block}.cds-custom--popover-container:not(.cds-custom--popover--auto-align){position:relative}.cds-custom--popover--high-contrast .cds-custom--popover{--cds-custom-popover-background-color: var(--cds-custom-background-inverse, #393939);--cds-custom-popover-text-color: var(--cds-custom-text-inverse, #ffffff)}.cds-custom--popover--drop-shadow .cds-custom--popover{filter:var(--cds-custom-popover-drop-shadow, drop-shadow(0 .125rem .125rem rgba(0, 0, 0, .2)))}.cds-custom--popover--border>.cds-custom--popover>.cds-custom--popover-content{outline:1px solid var(--cds-custom-popover-border-color, var(--cds-custom-border-subtle));outline-offset:-1px}.cds-custom--popover--caret{--cds-custom-popover-offset: .625rem}.cds-custom--popover{position:absolute;z-index:6000;top:0;right:0;bottom:0;left:0;pointer-events:none}.cds-custom--popover-content{--cds-custom-layout-size-height-sm: 2rem}.cds-custom--popover-content.cds-custom--layout--size-sm,.cds-custom--layout--size-sm :where(.cds-custom--popover-content){--cds-custom-layout-size-height: var(--cds-custom-layout-size-height-sm)}.cds-custom--popover-content{--cds-custom-layout-size-height-md: 2.5rem}.cds-custom--popover-content.cds-custom--layout--size-md,.cds-custom--layout--size-md :where(.cds-custom--popover-content){--cds-custom-layout-size-height: var(--cds-custom-layout-size-height-md)}.cds-custom--popover-content{--cds-custom-layout-size-height-lg: 3rem}.cds-custom--popover-content.cds-custom--layout--size-lg,.cds-custom--layout--size-lg :where(.cds-custom--popover-content){--cds-custom-layout-size-height: var(--cds-custom-layout-size-height-lg)}.cds-custom--popover-content{box-sizing:border-box;padding:0;border:0;margin:0;font-family:inherit;font-size:100%;vertical-align:baseline}.cds-custom--popover-content *,.cds-custom--popover-content *:before,.cds-custom--popover-content *:after{box-sizing:inherit}.cds-custom--popover-content{position:absolute;z-index:6000;display:none;border-radius:var(--cds-custom-popover-border-radius, 2px);background-color:var(--cds-custom-popover-background-color, var(--cds-custom-layer));color:var(--cds-custom-popover-text-color, var(--cds-custom-text-primary, #161616));inline-size:max-content;max-inline-size:23rem;pointer-events:auto}.cds-custom--popover--open>.cds-custom--popover>.cds-custom--popover-content{display:block}.cds-custom--popover--background-token__background>.cds-custom--popover>.cds-custom--popover-content{background-color:var(--cds-custom-background, #ffffff)}.cds-custom--popover-content:before{position:absolute;display:none;content:""}.cds-custom--popover--open>.cds-custom--popover>.cds-custom--popover-content:before{display:block}.cds-custom--popover-caret,.cds-custom--popover--auto-align.cds-custom--popover-caret{position:absolute;z-index:6000;display:none;will-change:transform}.cds-custom--popover-caret:after,.cds-custom--popover--auto-align.cds-custom--popover-caret:after{position:absolute;display:block;background-color:var(--cds-custom-popover-background-color, var(--cds-custom-layer));content:""}.cds-custom--popover-caret:before,.cds-custom--popover--auto-align.cds-custom--popover-caret:before{position:absolute;display:none;background-color:var(--cds-custom-popover-border-color, var(--cds-custom-border-subtle));content:""}.cds-custom--popover--background-token__background>.cds-custom--popover>.cds-custom--popover-caret:after{background-color:var(--cds-custom-background, #ffffff)}.cds-custom--popover--border .cds-custom--popover-caret:before,.cds-custom--popover--border .cds-custom--popover--auto-align.cds-custom--popover-caret:before{display:block}.cds-custom--popover--caret.cds-custom--popover--open>.cds-custom--popover>.cds-custom--popover-caret{display:block}.cds-custom--popover--auto-align.cds-custom--popover--caret.cds-custom--popover--open>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret{display:block}.cds-custom--popover--tab-tip>.cds-custom--popover>.cds-custom--popover-caret{display:none}.cds-custom--popover--bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-end:0;inset-inline-start:50%;transform:translate(-50%,calc(100% + var(--cds-custom-popover-offset, 0rem)))}[dir=rtl] .cds-custom--popover--bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{transform:translate(50%,calc(100% + var(--cds-custom-popover-offset, 0rem)))}.cds-custom--popover--bottom-left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--bottom-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-end:0;inset-inline-start:calc(50% - var(--cds-custom-popover-offset, 0rem));transform:translate(calc(-1 * var(--cds-custom-popover-offset, 0rem)),calc(100% + var(--cds-custom-popover-offset, 0rem)))}[dir=rtl] .cds-custom--popover--bottom-left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--bottom-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-end:calc(50% - var(--cds-custom-popover-offset, 0rem));inset-inline-start:initial}.cds-custom--popover--bottom-right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--bottom-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-end:0;inset-inline-end:calc(50% - var(--cds-custom-popover-offset, 0rem));transform:translate(var(--cds-custom-popover-offset, 0rem),calc(100% + var(--cds-custom-popover-offset, 0rem)))}[dir=rtl] .cds-custom--popover--bottom-right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--bottom-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-start:calc(50% - var(--cds-custom-popover-offset, 0rem))}.cds-custom--popover--bottom>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--bottom-left>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--bottom-start>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--bottom-right>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--bottom-end>.cds-custom--popover>.cds-custom--popover-content:before{block-size:var(--cds-custom-popover-offset, 0rem);inset-block-start:0;inset-inline:0;transform:translateY(-100%)}.cds-custom--popover--bottom>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--bottom-left>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--bottom-start>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--bottom-right>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--bottom-end>.cds-custom--popover>.cds-custom--popover-caret{block-size:var(--cds-custom-popover-caret-height, .375rem);inline-size:var(--cds-custom-popover-caret-width, .75rem);inset-block-end:0;inset-inline-start:50%;transform:translate(-50%,var(--cds-custom-popover-offset, 0rem))}.cds-custom--popover--bottom>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--bottom-left>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--bottom-start>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--bottom-right>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--bottom-end>.cds-custom--popover>.cds-custom--popover-caret:after{block-size:var(--cds-custom-popover-caret-height, .375rem);clip-path:polygon(0% 100%,50% 0%,100% 100%);inline-size:var(--cds-custom-popover-caret-width, .75rem)}.cds-custom--popover--border.cds-custom--popover--bottom>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--bottom-left>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--bottom-start>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--bottom-right>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--bottom-end>.cds-custom--popover>.cds-custom--popover-caret:before{block-size:var(--cds-custom-popover-caret-height, .375rem);clip-path:polygon(0% 100%,50% 0%,100% 100%);inline-size:var(--cds-custom-popover-caret-width, .75rem)}.cds-custom--popover--border.cds-custom--popover--bottom>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--bottom-left>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--bottom-start>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--bottom-right>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--bottom-end>.cds-custom--popover>.cds-custom--popover-caret:after{inline-size:calc(var(--cds-custom-popover-caret-width, .75rem) - 1px);inset-block-start:1px;inset-inline-start:.5px}[dir=rtl] .cds-custom--popover--bottom>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--bottom-left>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--bottom-start>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--bottom-right>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--bottom-end>.cds-custom--popover>.cds-custom--popover-caret{transform:translate(50%,var(--cds-custom-popover-offset, 0rem))}.cds-custom--popover--bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--bottom-left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--bottom-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--bottom-right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--bottom-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret{block-size:var(--cds-custom-popover-caret-height, .375rem);inline-size:var(--cds-custom-popover-caret-width, .75rem)}.cds-custom--popover--bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--bottom-left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--bottom-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--bottom-right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--bottom-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after{block-size:var(--cds-custom-popover-caret-height, .375rem);clip-path:polygon(0% 100%,50% 0%,100% 100%);inline-size:var(--cds-custom-popover-caret-width, .75rem)}.cds-custom--popover--border.cds-custom--popover--bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--bottom-left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--bottom-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--bottom-right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--bottom-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before{block-size:var(--cds-custom-popover-caret-height, .375rem);clip-path:polygon(0% 100%,50% 0%,100% 100%);inline-size:var(--cds-custom-popover-caret-width, .75rem)}.cds-custom--popover--border.cds-custom--popover--bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--bottom-left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--bottom-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--bottom-right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--bottom-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after{inline-size:calc(var(--cds-custom-popover-caret-width, .75rem) - 1px);inset-block-start:1px;inset-inline-start:.5px}.cds-custom--popover--top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-start:0;inset-inline-start:50%;transform:translate(-50%,calc(-100% - var(--cds-custom-popover-offset, 0rem)))}[dir=rtl] .cds-custom--popover--top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{transform:translate(50%,calc(-100% - var(--cds-custom-popover-offset, 0rem)))}.cds-custom--popover--top-left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--top-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-start:0;inset-inline-start:calc(50% - var(--cds-custom-popover-offset, 0rem));transform:translate(calc(-1 * var(--cds-custom-popover-offset, 0rem)),calc(-100% - var(--cds-custom-popover-offset, 0rem)))}[dir=rtl] .cds-custom--popover--top-left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--top-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-end:calc(50% - var(--cds-custom-popover-offset, 0rem));inset-inline-start:initial}.cds-custom--popover--top-right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--top-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-start:0;inset-inline-end:calc(50% - var(--cds-custom-popover-offset, 0rem));transform:translate(var(--cds-custom-popover-offset, 0rem),calc(-100% - var(--cds-custom-popover-offset, 0rem)))}[dir=rtl] .cds-custom--popover--top-right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--top-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-start:calc(50% - var(--cds-custom-popover-offset, 0rem))}.cds-custom--popover--top>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--top-left>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--top-start>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--top-right>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--top-end>.cds-custom--popover>.cds-custom--popover-content:before{block-size:var(--cds-custom-popover-offset, 0rem);inset-block-end:0;inset-inline:0;transform:translateY(100%)}.cds-custom--popover--top>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--top-left>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--top-start>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--top-right>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--top-end>.cds-custom--popover>.cds-custom--popover-caret{block-size:var(--cds-custom-popover-caret-height, .375rem);inline-size:var(--cds-custom-popover-caret-width, .75rem);inset-block-start:0;inset-inline-start:50%;transform:translate(-50%,calc(-1 * var(--cds-custom-popover-offset, 0rem)))}.cds-custom--popover--top>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--top-left>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--top-start>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--top-right>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--top-end>.cds-custom--popover>.cds-custom--popover-caret:after{block-size:var(--cds-custom-popover-caret-height, .375rem);clip-path:polygon(0% 0%,50% 100%,100% 0%);inline-size:var(--cds-custom-popover-caret-width, .75rem)}.cds-custom--popover--border.cds-custom--popover--top>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--top-left>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--top-start>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--top-right>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--top-end>.cds-custom--popover>.cds-custom--popover-caret:before{block-size:var(--cds-custom-popover-caret-height, .375rem);clip-path:polygon(0% 0%,50% 100%,100% 0%);inline-size:var(--cds-custom-popover-caret-width, .75rem)}.cds-custom--popover--border.cds-custom--popover--top>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--top-left>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--top-start>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--top-right>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--top-end>.cds-custom--popover>.cds-custom--popover-caret:after{inline-size:calc(var(--cds-custom-popover-caret-width, .75rem) - 1px);inset-block-start:-1px;inset-inline-start:.5px}[dir=rtl] .cds-custom--popover--top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--top-left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--top-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--top-right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--top-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret{transform:translate(50%,calc(-1 * var(--cds-custom-popover-offset, 0rem)))}.cds-custom--popover--top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--top-left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--top-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--top-right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--top-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret{block-size:var(--cds-custom-popover-caret-height, .375rem);inline-size:var(--cds-custom-popover-caret-width, .75rem)}.cds-custom--popover--top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--top-left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--top-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--top-right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--top-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after{block-size:var(--cds-custom-popover-caret-height, .375rem);clip-path:polygon(0% 0%,50% 100%,100% 0%);inline-size:var(--cds-custom-popover-caret-width, .75rem)}.cds-custom--popover--border.cds-custom--popover--top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--top-left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--top-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--top-right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--top-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before{block-size:var(--cds-custom-popover-caret-height, .375rem);clip-path:polygon(0% 0%,50% 100%,100% 0%);inline-size:var(--cds-custom-popover-caret-width, .75rem)}.cds-custom--popover--border.cds-custom--popover--top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--top-left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--top-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--top-right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--top-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after{inline-size:calc(var(--cds-custom-popover-caret-width, .75rem) - 1px);inset-block-start:-1px;inset-inline-start:.5px}.cds-custom--popover--right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-start:50%;inset-inline-start:100%;transform:translate(var(--cds-custom-popover-offset, 0rem),-50%)}.cds-custom--popover--right-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--right-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-start:50%;inset-inline-start:100%;transform:translate(var(--cds-custom-popover-offset, 0rem),calc(.5 * var(--cds-custom-popover-offset, 0rem) * -1 - 16px))}.cds-custom--popover--right-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--right-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-end:50%;inset-inline-start:100%;transform:translate(var(--cds-custom-popover-offset, 0rem),calc(.5 * var(--cds-custom-popover-offset, 0rem) + 16px))}[dir=rtl] .cds-custom--popover--right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--right-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--right-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--right-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--right-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-end:100%;inset-inline-start:initial}.cds-custom--popover--right>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--right-top>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--right-start>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--right-bottom>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--right-end>.cds-custom--popover>.cds-custom--popover-content:before{inline-size:var(--cds-custom-popover-offset, 0rem);inset-block:0;inset-inline-start:0;transform:translate(-100%)}.cds-custom--popover--right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--right-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--right-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--right-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--right-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret{block-size:var(--cds-custom-popover-caret-width, .75rem);inline-size:var(--cds-custom-popover-caret-height, .375rem);inset-block-start:50%;inset-inline-start:100%;transform:translate(calc(var(--cds-custom-popover-offset, 0rem) - 100%),-50%)}.cds-custom--popover--right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--right-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--right-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--right-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--right-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after{block-size:var(--cds-custom-popover-caret-width, .75rem);clip-path:polygon(0% 50%,100% 0%,100% 100%);inline-size:var(--cds-custom-popover-caret-height, .375rem)}[dir=rtl] .cds-custom--popover--right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--right-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--right-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--right-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--right-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret{inset-inline-end:100%;inset-inline-start:initial}.cds-custom--popover--border.cds-custom--popover--right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--right-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--right-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--right-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--right-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:before{block-size:var(--cds-custom-popover-caret-width, .75rem);clip-path:polygon(0% 50%,100% 0%,100% 100%);inline-size:var(--cds-custom-popover-caret-height, .375rem)}.cds-custom--popover--border.cds-custom--popover--right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--right-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--right-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--right-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--right-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after{inset-inline-start:1px}[dir=rtl] .cds-custom--popover--border.cds-custom--popover--right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--right-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--right-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--right-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--right-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after{inset-inline-start:-1px}.cds-custom--popover--right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--right-top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--right-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--right-bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--right-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret{block-size:var(--cds-custom-popover-caret-width, .75rem);inline-size:var(--cds-custom-popover-caret-height, .375rem)}.cds-custom--popover--right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--right-top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--right-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--right-bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--right-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after{block-size:var(--cds-custom-popover-caret-width, .75rem);clip-path:polygon(0% 50%,100% 0%,100% 100%);inline-size:var(--cds-custom-popover-caret-height, .375rem)}.cds-custom--popover--border.cds-custom--popover--right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--right-top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--right-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--right-bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--right-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before{block-size:var(--cds-custom-popover-caret-width, .75rem);clip-path:polygon(0% 50%,100% 0%,100% 100%);inline-size:var(--cds-custom-popover-caret-height, .375rem)}.cds-custom--popover--border.cds-custom--popover--right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--right-top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--right-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--right-bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--right-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after{inset-inline-start:1px}[dir=rtl] .cds-custom--popover--border.cds-custom--popover--right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--right-top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--right-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--right-bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--right-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before{margin-inline-start:1px}[dir=rtl] .cds-custom--popover--border.cds-custom--popover--right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--right-top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--right-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--right-bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--right-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after{inset-inline-start:0}.cds-custom--popover--left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-start:50%;inset-inline-end:100%;transform:translate(calc(-1 * var(--cds-custom-popover-offset, 0rem) + .1px),-50%)}.cds-custom--popover--left-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--left-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-start:50%;inset-inline-end:100%;transform:translate(calc(-1 * var(--cds-custom-popover-offset, 0rem)),calc(-.5 * var(--cds-custom-popover-offset, 0rem) - 16px))}.cds-custom--popover--left-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--left-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-end:50%;inset-inline-end:100%;transform:translate(calc(-1 * var(--cds-custom-popover-offset, 0rem)),calc(.5 * var(--cds-custom-popover-offset, 0rem) + 16px))}[dir=rtl] .cds-custom--popover--left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--left-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--left-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--left-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--left-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-end:initial;inset-inline-start:100%}.cds-custom--popover--left>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--left-top>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--left-start>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--left-bottom>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--left-end>.cds-custom--popover>.cds-custom--popover-content:before{inline-size:var(--cds-custom-popover-offset, 0rem);inset-block:0;inset-inline-end:0;transform:translate(100%)}.cds-custom--popover--left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--left-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--left-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--left-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--left-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret{block-size:var(--cds-custom-popover-caret-width, .75rem);inline-size:var(--cds-custom-popover-caret-height, .375rem);inset-block-start:50%;inset-inline-end:100%;transform:translate(calc(-1 * var(--cds-custom-popover-offset, 0rem) + 100%),-50%)}.cds-custom--popover--left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--left-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--left-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--left-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--left-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after{block-size:var(--cds-custom-popover-caret-width, .75rem);clip-path:polygon(0% 0%,100% 50%,0% 100%);inline-size:var(--cds-custom-popover-caret-height, .375rem)}[dir=rtl] .cds-custom--popover--left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--left-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--left-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--left-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--left-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret{inset-inline-end:initial;inset-inline-start:100%}.cds-custom--popover--border.cds-custom--popover--left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--left-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--left-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--left-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--left-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:before{block-size:var(--cds-custom-popover-caret-width, .75rem);clip-path:polygon(0% 0%,100% 50%,0% 100%);inline-size:var(--cds-custom-popover-caret-height, .375rem)}.cds-custom--popover--border.cds-custom--popover--left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--left-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--left-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--left-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--left-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after{inset-inline-start:-1px}[dir=rtl] .cds-custom--popover--border.cds-custom--popover--left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--left-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--left-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--left-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--left-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after{inset-inline-start:1px}.cds-custom--popover--left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--left-top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--left-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--left-bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--left-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret{block-size:var(--cds-custom-popover-caret-width, .75rem);inline-size:var(--cds-custom-popover-caret-height, .375rem)}.cds-custom--popover--left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--left-top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--left-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--left-bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--left-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after{block-size:var(--cds-custom-popover-caret-width, .75rem);clip-path:polygon(0% 0%,100% 50%,0% 100%);inline-size:var(--cds-custom-popover-caret-height, .375rem)}.cds-custom--popover--border.cds-custom--popover--left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--left-top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--left-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--left-bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--left-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before{block-size:var(--cds-custom-popover-caret-width, .75rem);clip-path:polygon(0% 0%,100% 50%,0% 100%);inline-size:var(--cds-custom-popover-caret-height, .375rem)}.cds-custom--popover--border.cds-custom--popover--left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--left-top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--left-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--left-bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--left-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after{inset-inline-start:-1px}[dir=rtl] .cds-custom--popover--border.cds-custom--popover--left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--left-top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--left-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--left-bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--left-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before{margin-inline-start:-1px}[dir=rtl] .cds-custom--popover--border.cds-custom--popover--left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--left-top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--left-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--left-bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--left-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after{inset-inline-start:0}.cds-custom--popover--tab-tip>.cds-custom--popover>.cds-custom--popover-content{border-radius:0}.cds-custom--popover--tab-tip.cds-custom--popover--top-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--tab-tip.cds-custom--popover--bottom-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--tab-tip.cds-custom--popover--top-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--tab-tip.cds-custom--popover--bottom-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-start:0}.cds-custom--popover--tab-tip.cds-custom--popover--top-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--tab-tip.cds-custom--popover--bottom-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--tab-tip.cds-custom--popover--top-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--tab-tip.cds-custom--popover--bottom-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-end:0;inset-inline-start:initial}.cds-custom--popover--tab-tip .cds-custom--popover{will-change:filter}.cds-custom--popover--tab-tip__button{box-sizing:border-box;padding:0;border:0;margin:0;font-family:inherit;font-size:100%;vertical-align:baseline}.cds-custom--popover--tab-tip__button *,.cds-custom--popover--tab-tip__button *:before,.cds-custom--popover--tab-tip__button *:after{box-sizing:inherit}.cds-custom--popover--tab-tip__button{display:inline-block;padding:0;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;cursor:pointer;text-align:start;inline-size:100%}.cds-custom--popover--tab-tip__button::-moz-focus-inner{border:0}.cds-custom--popover--tab-tip__button{position:relative;display:inline-flex;align-items:center;justify-content:center;block-size:2rem;inline-size:2rem}.cds-custom--popover--tab-tip__button:focus{outline:2px solid var(--cds-custom-focus, #0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--popover--tab-tip__button:focus{outline-style:dotted}}.cds-custom--popover--tab-tip__button:hover{background-color:var(--cds-custom-layer-hover)}.cds-custom--popover--tab-tip.cds-custom--popover--open .cds-custom--popover--tab-tip__button{background:var(--cds-custom-layer);box-shadow:0 2px 2px #0003}.cds-custom--popover--tab-tip.cds-custom--popover--open .cds-custom--popover--tab-tip__button:not(:focus):after{position:absolute;z-index:6001;background:var(--cds-custom-layer);block-size:2px;content:"";inline-size:100%;inset-block-end:0}.cds-custom--popover--tab-tip__button svg{fill:var(--cds-custom-icon-primary, #161616)}.cds-custom--tooltip{--cds-custom-popover-offset: 12px}.cds-custom--tooltip-content{font-size:var(--cds-custom-body-01-font-size, .875rem);font-weight:var(--cds-custom-body-01-font-weight, 400);line-height:var(--cds-custom-body-01-line-height, 1.42857);letter-spacing:var(--cds-custom-body-01-letter-spacing, .16px);padding:var(--cds-custom-tooltip-padding-block, 1rem) var(--cds-custom-tooltip-padding-inline, 1rem);max-inline-size:18rem;overflow-wrap:break-word}.cds-custom--icon-tooltip{--cds-custom-tooltip-padding-block: .125rem;--cds-custom-popover-caret-width: .5rem;--cds-custom-popover-caret-height: .25rem;--cds-custom-popover-offset: .5rem}.cds-custom--icon-tooltip .cds-custom--tooltip-content{font-size:var(--cds-custom-body-compact-01-font-size, .875rem);font-weight:var(--cds-custom-body-compact-01-font-weight, 400);line-height:var(--cds-custom-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-custom-body-compact-01-letter-spacing, .16px)}.cds-custom--definition-term{box-sizing:border-box;padding:0;border:0;margin:0;font-family:inherit;font-size:100%;vertical-align:baseline}.cds-custom--definition-term *,.cds-custom--definition-term *:before,.cds-custom--definition-term *:after{box-sizing:inherit}.cds-custom--definition-term{display:inline-block;padding:0;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;cursor:pointer;text-align:start;inline-size:100%}.cds-custom--definition-term::-moz-focus-inner{border:0}.cds-custom--definition-term{border-radius:0;border-block-end:1px dotted var(--cds-custom-border-strong);color:var(--cds-custom-text-primary, #161616)}.cds-custom--definition-term:focus{outline:1px solid var(--cds-custom-focus, #0f62fe)}@media screen and (prefers-contrast){.cds-custom--definition-term:focus{outline-style:dotted}}.cds-custom--definition-term:focus{border-block-end-color:var(--cds-custom-border-interactive, #0f62fe)}.cds-custom--definition-term:hover{border-block-end-color:var(--cds-custom-border-interactive, #0f62fe)}.cds-custom--definition-tooltip{font-size:var(--cds-custom-body-01-font-size, .875rem);font-weight:var(--cds-custom-body-01-font-weight, 400);line-height:var(--cds-custom-body-01-line-height, 1.42857);letter-spacing:var(--cds-custom-body-01-letter-spacing, .16px);padding:.5rem 1rem;max-inline-size:11rem;text-wrap:auto;word-break:break-word}.cds-custom--btn{--cds-custom-layout-size-height-local: clamp(max(var(--cds-custom-layout-size-height-min), var(--cds-custom-layout-size-height-xs)), var(--cds-custom-layout-size-height, var(--cds-custom-layout-size-height-lg)), min(var(--cds-custom-layout-size-height-max), var(--cds-custom-layout-size-height-2xl)));--cds-custom-layout-density-padding-inline-local: clamp(var(--cds-custom-layout-density-padding-inline-min), var(--cds-custom-layout-density-padding-inline, var(--cds-custom-layout-density-padding-inline-normal)), var(--cds-custom-layout-density-padding-inline-max));--temp-1lh: ( var(--cds-custom-body-compact-01-line-height, 1.28572) * 1em );--temp-expressive-1lh: ( var(--cds-custom-body-compact-02-line-height, 1.375) * 1em );--temp-padding-block-max: calc( (var(--cds-custom-layout-size-height-lg) - var(--temp-1lh)) / 2 - .0625rem );box-sizing:border-box;padding:0;border:0;margin:0;font-family:inherit;font-size:100%;vertical-align:baseline}.cds-custom--btn *,.cds-custom--btn *:before,.cds-custom--btn *:after{box-sizing:inherit}.cds-custom--btn{font-size:var(--cds-custom-body-compact-01-font-size, .875rem);font-weight:var(--cds-custom-body-compact-01-font-weight, 400);line-height:var(--cds-custom-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-custom-body-compact-01-letter-spacing, .16px);position:relative;display:inline-flex;flex-shrink:0;justify-content:space-between;border-radius:0;margin:0;cursor:pointer;inline-size:max-content;max-inline-size:20rem;min-block-size:var(--cds-custom-layout-size-height-local);outline:none;padding-block:min((var(--cds-custom-layout-size-height-local) - var(--temp-1lh)) / 2 - .0625rem,var(--temp-padding-block-max));padding-inline:calc(var(--cds-custom-layout-density-padding-inline-local) - .0625rem) calc(var(--cds-custom-layout-density-padding-inline-local) * 3 + 1rem - .0625rem);text-align:start;text-decoration:none;transition:background 70ms cubic-bezier(0,0,.38,.9),box-shadow 70ms cubic-bezier(0,0,.38,.9),border-color 70ms cubic-bezier(0,0,.38,.9),outline 70ms cubic-bezier(0,0,.38,.9);vertical-align:top}.cds-custom--btn:disabled,.cds-custom--btn:hover:disabled,.cds-custom--btn:focus:disabled,.cds-custom--btn.cds-custom--btn--disabled,.cds-custom--btn.cds-custom--btn--disabled:hover,.cds-custom--btn.cds-custom--btn--disabled:focus{border-color:var(--cds-custom-button-disabled, #c6c6c6);background:var(--cds-custom-button-disabled, #c6c6c6);box-shadow:none;color:var(--cds-custom-text-on-color-disabled, #8d8d8d);cursor:not-allowed}.cds-custom--btn .cds-custom--btn__icon{position:absolute;flex-shrink:0;block-size:1rem;inline-size:1rem;inset-block-start:min((var(--cds-custom-layout-size-height-local) - 1rem) / 2 - .0625rem,var(--temp-padding-block-max));inset-inline-end:var(--cds-custom-layout-density-padding-inline-local);margin-block-start:.0625rem}.cds-custom--btn::-moz-focus-inner{padding:0;border:0}.cds-custom--btn--primary{border-width:1px;border-style:solid;border-color:transparent;background-color:var(--cds-custom-button-primary, #0f62fe);color:var(--cds-custom-text-on-color, #ffffff)}.cds-custom--btn--primary:hover{background-color:var(--cds-custom-button-primary-hover, #0050e6)}.cds-custom--btn--primary:focus{border-color:var(--cds-custom-button-focus-color, var(--cds-custom-focus, #0f62fe));box-shadow:inset 0 0 0 1px var(--cds-custom-button-focus-color, var(--cds-custom-focus, #0f62fe)),inset 0 0 0 2px var(--cds-custom-background, #ffffff)}.cds-custom--btn--primary:active{background-color:var(--cds-custom-button-primary-active, #002d9c)}.cds-custom--btn--primary .cds-custom--btn__icon,.cds-custom--btn--primary .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds-custom--btn--primary:hover{color:var(--cds-custom-text-on-color, #ffffff)}.cds-custom--btn--secondary{border-width:1px;border-style:solid;border-color:transparent;background-color:var(--cds-custom-button-secondary, #393939);color:var(--cds-custom-text-on-color, #ffffff)}.cds-custom--btn--secondary:hover{background-color:var(--cds-custom-button-secondary-hover, #474747)}.cds-custom--btn--secondary:focus{border-color:var(--cds-custom-button-focus-color, var(--cds-custom-focus, #0f62fe));box-shadow:inset 0 0 0 1px var(--cds-custom-button-focus-color, var(--cds-custom-focus, #0f62fe)),inset 0 0 0 2px var(--cds-custom-background, #ffffff)}.cds-custom--btn--secondary:active{background-color:var(--cds-custom-button-secondary-active, #6f6f6f)}.cds-custom--btn--secondary .cds-custom--btn__icon,.cds-custom--btn--secondary .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds-custom--btn--secondary:hover,.cds-custom--btn--secondary:focus{color:var(--cds-custom-text-on-color, #ffffff)}.cds-custom--btn--tertiary{border-width:1px;border-style:solid;border-color:var(--cds-custom-button-tertiary, #0f62fe);background-color:transparent;color:var(--cds-custom-button-tertiary, #0f62fe)}.cds-custom--btn--tertiary:hover{background-color:var(--cds-custom-button-tertiary-hover, #0050e6)}.cds-custom--btn--tertiary:focus{border-color:var(--cds-custom-button-focus-color, var(--cds-custom-focus, #0f62fe));box-shadow:inset 0 0 0 1px var(--cds-custom-button-focus-color, var(--cds-custom-focus, #0f62fe)),inset 0 0 0 2px var(--cds-custom-background, #ffffff)}.cds-custom--btn--tertiary:active{background-color:var(--cds-custom-button-tertiary-active, #002d9c)}.cds-custom--btn--tertiary .cds-custom--btn__icon,.cds-custom--btn--tertiary .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds-custom--btn--tertiary:hover{color:var(--cds-custom-text-inverse, #ffffff)}.cds-custom--btn--tertiary:focus{background-color:var(--cds-custom-button-tertiary, #0f62fe);color:var(--cds-custom-text-inverse, #ffffff)}.cds-custom--btn--tertiary:active{border-color:transparent;background-color:var(--cds-custom-button-tertiary-active, #002d9c);color:var(--cds-custom-text-inverse, #ffffff)}.cds-custom--btn--tertiary:disabled,.cds-custom--btn--tertiary:hover:disabled,.cds-custom--btn--tertiary:focus:disabled,.cds-custom--btn--tertiary.cds-custom--btn--disabled,.cds-custom--btn--tertiary.cds-custom--btn--disabled:hover,.cds-custom--btn--tertiary.cds-custom--btn--disabled:focus{background:transparent;color:var(--cds-custom-text-disabled, rgba(22, 22, 22, .25));outline:none}.cds-custom--btn--ghost{border-width:1px;border-style:solid;border-color:transparent;background-color:transparent;color:var(--cds-custom-link-primary, #0f62fe)}.cds-custom--btn--ghost:hover{background-color:var(--cds-custom-background-hover, rgba(141, 141, 141, .12))}.cds-custom--btn--ghost:focus{border-color:var(--cds-custom-button-focus-color, var(--cds-custom-focus, #0f62fe));box-shadow:inset 0 0 0 1px var(--cds-custom-button-focus-color, var(--cds-custom-focus, #0f62fe)),inset 0 0 0 2px var(--cds-custom-background, #ffffff)}.cds-custom--btn--ghost .cds-custom--btn__icon,.cds-custom--btn--ghost .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds-custom--btn--ghost{padding-inline-end:calc(var(--cds-custom-layout-density-padding-inline-local) - .0625rem)}.cds-custom--btn--ghost .cds-custom--btn__icon{position:static;align-self:center;margin-inline-start:.5rem}.cds-custom--btn--ghost:hover,.cds-custom--btn--ghost:active{color:var(--cds-custom-link-primary-hover, #0043ce)}.cds-custom--btn--ghost:active{background-color:var(--cds-custom-background-active, rgba(141, 141, 141, .5))}.cds-custom--btn--ghost:disabled,.cds-custom--btn--ghost:hover:disabled,.cds-custom--btn--ghost:focus:disabled,.cds-custom--btn--ghost.cds-custom--btn--disabled,.cds-custom--btn--ghost.cds-custom--btn--disabled:hover,.cds-custom--btn--ghost.cds-custom--btn--disabled:focus{border-color:transparent;background:transparent;color:var(--cds-custom-text-disabled, rgba(22, 22, 22, .25));outline:none}.cds-custom--btn--ghost:not([disabled]) svg{fill:var(--cds-custom-icon-primary, #161616)}.cds-custom--btn--icon-only{align-items:center;justify-content:center;padding:0;block-size:var(--cds-custom-layout-size-height-local);inline-size:var(--cds-custom-layout-size-height-local);padding-block-start:0}.cds-custom--btn--icon-only>:first-child{min-inline-size:1rem}.cds-custom--btn--icon-only .cds-custom--btn__icon{position:static}.cds-custom--btn--icon-only.cds-custom--btn--ghost .cds-custom--btn__icon,.cds-custom--btn--icon-only.cds-custom--btn--danger--ghost .cds-custom--btn__icon{margin:0}.cds-custom--btn--icon-only.cds-custom--btn--danger--ghost{padding-inline-end:calc(var(--cds-custom-layout-density-padding-inline-local) - 1rem)}.cds-custom--btn--xs:not(.cds-custom--btn--icon-only){padding-block-start:1.5px}.cds-custom--btn--xs:not(.cds-custom--btn--icon-only) .cds-custom--btn__icon,.cds-custom--btn--sm:not(.cds-custom--btn--icon-only) .cds-custom--btn__icon,.cds-custom--btn--md:not(.cds-custom--btn--icon-only) .cds-custom--btn__icon{margin-block-start:0}.cds-custom--btn--icon-only.cds-custom--btn--selected{background:var(--cds-custom-background-selected, rgba(141, 141, 141, .2))}.cds-custom--btn path[data-icon-path=inner-path]{fill:none}.cds-custom--btn--ghost.cds-custom--btn--icon-only .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]),.cds-custom--btn--ghost.cds-custom--btn--icon-only .cds-custom--btn__icon{fill:var(--cds-custom-icon-primary, #161616)}.cds-custom--btn--ghost.cds-custom--btn--icon-only[disabled] .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]),.cds-custom--btn--ghost.cds-custom--btn--icon-only[disabled] .cds-custom--btn__icon,.cds-custom--btn.cds-custom--btn--icon-only.cds-custom--btn--ghost[disabled]:hover .cds-custom--btn__icon{fill:var(--cds-custom-icon-on-color-disabled, #8d8d8d)}.cds-custom--btn--ghost.cds-custom--btn--icon-only[disabled],.cds-custom--icon-tooltip--disabled .cds-custom--tooltip-trigger__wrapper{cursor:not-allowed}.cds-custom--icon-tooltip--disabled .cds-custom--btn--icon-only[disabled]{pointer-events:none}.cds-custom--btn--danger{border-width:1px;border-style:solid;border-color:transparent;background-color:var(--cds-custom-button-danger-primary, #da1e28);color:var(--cds-custom-text-on-color, #ffffff)}.cds-custom--btn--danger:hover{background-color:var(--cds-custom-button-danger-hover, #b81921)}.cds-custom--btn--danger:focus{border-color:var(--cds-custom-button-focus-color, var(--cds-custom-focus, #0f62fe));box-shadow:inset 0 0 0 1px var(--cds-custom-button-focus-color, var(--cds-custom-focus, #0f62fe)),inset 0 0 0 2px var(--cds-custom-background, #ffffff)}.cds-custom--btn--danger:active{background-color:var(--cds-custom-button-danger-active, #750e13)}.cds-custom--btn--danger .cds-custom--btn__icon,.cds-custom--btn--danger .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds-custom--btn--danger:hover{color:var(--cds-custom-text-on-color, #ffffff)}.cds-custom--btn--danger--tertiary{border-width:1px;border-style:solid;border-color:var(--cds-custom-button-danger-secondary, #da1e28);background-color:transparent;color:var(--cds-custom-button-danger-secondary, #da1e28)}.cds-custom--btn--danger--tertiary:hover{background-color:var(--cds-custom-button-danger-hover, #b81921)}.cds-custom--btn--danger--tertiary:focus{border-color:var(--cds-custom-button-focus-color, var(--cds-custom-focus, #0f62fe));box-shadow:inset 0 0 0 1px var(--cds-custom-button-focus-color, var(--cds-custom-focus, #0f62fe)),inset 0 0 0 2px var(--cds-custom-background, #ffffff)}.cds-custom--btn--danger--tertiary:active{background-color:var(--cds-custom-button-danger-active, #750e13)}.cds-custom--btn--danger--tertiary .cds-custom--btn__icon,.cds-custom--btn--danger--tertiary .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds-custom--btn--danger--tertiary:hover{border-color:var(--cds-custom-button-danger-hover, #b81921);color:var(--cds-custom-text-on-color, #ffffff)}.cds-custom--btn--danger--tertiary:focus{background-color:var(--cds-custom-button-danger-primary, #da1e28);color:var(--cds-custom-text-on-color, #ffffff)}.cds-custom--btn--danger--tertiary:active{border-color:var(--cds-custom-button-danger-active, #750e13);background-color:var(--cds-custom-button-danger-active, #750e13);color:var(--cds-custom-text-on-color, #ffffff)}.cds-custom--btn--danger--tertiary:disabled,.cds-custom--btn--danger--tertiary:hover:disabled,.cds-custom--btn--danger--tertiary:focus:disabled,.cds-custom--btn--danger--tertiary.cds-custom--btn--disabled,.cds-custom--btn--danger--tertiary.cds-custom--btn--disabled:hover,.cds-custom--btn--danger--tertiary.cds-custom--btn--disabled:focus{background:transparent;color:var(--cds-custom-text-disabled, rgba(22, 22, 22, .25));outline:none}.cds-custom--btn--danger--ghost{border-width:1px;border-style:solid;border-color:transparent;background-color:transparent;color:var(--cds-custom-button-danger-secondary, #da1e28)}.cds-custom--btn--danger--ghost:hover{background-color:var(--cds-custom-button-danger-hover, #b81921)}.cds-custom--btn--danger--ghost:focus{border-color:var(--cds-custom-button-focus-color, var(--cds-custom-focus, #0f62fe));box-shadow:inset 0 0 0 1px var(--cds-custom-button-focus-color, var(--cds-custom-focus, #0f62fe)),inset 0 0 0 2px var(--cds-custom-background, #ffffff)}.cds-custom--btn--danger--ghost:active{background-color:var(--cds-custom-button-danger-active, #750e13)}.cds-custom--btn--danger--ghost .cds-custom--btn__icon,.cds-custom--btn--danger--ghost .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds-custom--btn--danger--ghost{padding-inline-end:calc(var(--cds-custom-layout-density-padding-inline-local) - .0625rem)}.cds-custom--btn--danger--ghost .cds-custom--btn__icon{position:static;margin-inline-start:.5rem}.cds-custom--btn--danger--ghost:hover,.cds-custom--btn--danger--ghost:active{color:var(--cds-custom-text-on-color, #ffffff)}.cds-custom--btn--danger--ghost:disabled,.cds-custom--btn--danger--ghost:hover:disabled,.cds-custom--btn--danger--ghost:focus:disabled,.cds-custom--btn--danger--ghost.cds-custom--btn--disabled,.cds-custom--btn--danger--ghost.cds-custom--btn--disabled:hover,.cds-custom--btn--danger--ghost.cds-custom--btn--disabled:focus{border-color:transparent;background:transparent;color:var(--cds-custom-text-disabled, rgba(22, 22, 22, .25));outline:none}.cds-custom--btn--expressive{font-size:var(--cds-custom-body-compact-02-font-size, 1rem);font-weight:var(--cds-custom-body-compact-02-font-weight, 400);line-height:var(--cds-custom-body-compact-02-line-height, 1.375);letter-spacing:var(--cds-custom-body-compact-02-letter-spacing, 0);padding-block:min((var(--cds-custom-layout-size-height-local) - var(--temp-expressive-1lh)) / 2 - .0625rem,var(--temp-padding-block-max))}.cds-custom--btn--icon-only.cds-custom--btn--expressive{padding:12px 13px}.cds-custom--btn.cds-custom--btn--expressive .cds-custom--btn__icon{block-size:1.25rem;inline-size:1.25rem}.cds-custom--btn-set .cds-custom--btn.cds-custom--btn--expressive{max-inline-size:20rem}.cds-custom--btn.cds-custom--skeleton{position:relative;padding:0;border:none;background:var(--cds-custom-skeleton-background, #e8e8e8);box-shadow:none;pointer-events:none}.cds-custom--btn.cds-custom--skeleton:hover,.cds-custom--btn.cds-custom--skeleton:focus,.cds-custom--btn.cds-custom--skeleton:active{border:none;cursor:default;outline:none}.cds-custom--btn.cds-custom--skeleton:before{position:absolute;animation:3s ease-in-out cds-custom--skeleton infinite;background:var(--cds-custom-skeleton-element, #c6c6c6);block-size:100%;content:"";inline-size:100%;inset-inline-start:0;will-change:transform-origin,transform,opacity}@media (prefers-reduced-motion: reduce){.cds-custom--btn.cds-custom--skeleton:before{animation:none}}@media screen and (-ms-high-contrast: active),(forced-colors: active){.cds-custom--btn.cds-custom--skeleton{background:CanvasText}.cds-custom--btn.cds-custom--skeleton:before{background:Canvas;forced-color-adjust:none}}.cds-custom--btn.cds-custom--skeleton{inline-size:9.375rem}.cds-custom--btn-set{display:flex}.cds-custom--btn-set--stacked{flex-direction:column}.cds-custom--btn-set .cds-custom--btn{inline-size:100%;max-inline-size:12.25rem}.cds-custom--btn-set .cds-custom--btn:not(:focus){box-shadow:-.0625rem 0 0 0 var(--cds-custom-button-separator, #e0e0e0)}.cds-custom--btn-set .cds-custom--btn:first-of-type:not(:focus){box-shadow:inherit}.cds-custom--btn-set .cds-custom--btn:focus+.cds-custom--btn{box-shadow:inherit}.cds-custom--btn-set--stacked .cds-custom--btn:not(:focus){box-shadow:0 -.0625rem 0 0 var(--cds-custom-button-separator, #e0e0e0)}.cds-custom--btn-set--stacked .cds-custom--btn:first-of-type:not(:focus){box-shadow:inherit}.cds-custom--btn-set .cds-custom--btn.cds-custom--btn--disabled{box-shadow:-.0625rem 0 0 0 var(--cds-custom-icon-on-color-disabled, #8d8d8d)}.cds-custom--btn-set .cds-custom--btn.cds-custom--btn--disabled:first-of-type{box-shadow:none}.cds-custom--btn-set--stacked .cds-custom--btn.cds-custom--btn--disabled{box-shadow:0 -.0625rem 0 0 var(--cds-custom-layer-selected-disabled, #8d8d8d)}.cds-custom--btn-set--stacked .cds-custom--btn.cds-custom--btn--disabled:first-of-type{box-shadow:none}.cds-custom--btn-set .cds-custom--btn.cds-custom--btn--loading{border-color:transparent;background-color:transparent;box-shadow:none}.cds-custom--btn--sm .cds-custom--badge-indicator{margin-block-start:.25rem;margin-inline-end:.25rem}@media screen and (-ms-high-contrast: active),(forced-colors: active){.cds-custom--btn:focus{color:Highlight;outline:1px solid Highlight}}[dir=rtl] .cds-custom--btn-set .cds-custom--btn:not(:focus){box-shadow:.0625rem 0 0 0 var(--cds-custom-button-separator, #e0e0e0)}.cds-custom--content{padding:2rem;color:var(--cds-custom-text-primary, #161616);will-change:margin-left}.cds-custom--header~.cds-custom--content,div:has(.cds-custom--header)~.cds-custom--content{margin-block-start:3rem}.cds-custom--side-nav~.cds-custom--content{margin-inline-start:3rem}.cds-custom--side-nav.cds-custom--side-nav--expanded~.cds-custom--content{margin-inline-start:16rem}.cds-custom--header{box-sizing:border-box;padding:0;border:0;margin:0;font-family:inherit;font-size:100%;vertical-align:baseline}.cds-custom--header *,.cds-custom--header *:before,.cds-custom--header *:after{box-sizing:inherit}.cds-custom--header{position:fixed;z-index:8000;display:flex;align-items:center;background-color:var(--cds-custom-background, #ffffff);block-size:3rem;border-block-end:1px solid var(--cds-custom-border-subtle);inset-block-start:0;inset-inline:0}.cds-custom--header__action{box-sizing:border-box;padding:0;border:0;margin:0;font-family:inherit;font-size:100%;vertical-align:baseline}.cds-custom--header__action *,.cds-custom--header__action *:before,.cds-custom--header__action *:after{box-sizing:inherit}.cds-custom--header__action{display:inline-block;padding:0;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;cursor:pointer;text-align:start;inline-size:100%}.cds-custom--header__action::-moz-focus-inner{border:0}.cds-custom--header__action{display:inline-flex;border:.0625rem solid transparent;block-size:3rem;inline-size:3rem;transition:background-color .11s,border-color .11s}@media (max-width: 41.98rem){.cds-custom--header__action{min-inline-size:3rem}}.cds-custom--header__global .cds-custom--popover{z-index:8001}.cds-custom--header__action>:first-child{margin-block-start:0}.cds-custom--header__action>svg.cds-custom--navigation-menu-panel-collapse-icon,.cds-custom--header__action--active>svg.cds-custom--navigation-menu-panel-expand-icon{display:none}.cds-custom--header__action--active>svg.cds-custom--navigation-menu-panel-collapse-icon{display:inline}.cds-custom--header__action:hover{background-color:var(--cds-custom-background-hover, rgba(141, 141, 141, .12))}.cds-custom--header__action--active{background:var(--cds-custom-layer);border-block-end:1px solid transparent;border-inline-end:1px solid var(--cds-custom-border-subtle);border-inline-start:1px solid var(--cds-custom-border-subtle)}.cds-custom--header__action--active>svg{fill:var(--cds-custom-icon-primary, #161616)}.cds-custom--header__action:focus{border-color:var(--cds-custom-focus, #0f62fe);outline:none}.cds-custom--header__action:active{background-color:var(--cds-custom-background-active, rgba(141, 141, 141, .5))}.cds-custom--header__action.cds-custom--btn--icon-only{align-items:center;justify-content:center}.cds-custom--btn.cds-custom--btn--icon-only.cds-custom--header__action svg{fill:var(--cds-custom-icon-secondary, #525252)}.cds-custom--btn.cds-custom--btn--icon-only.cds-custom--header__action:hover svg,.cds-custom--btn.cds-custom--btn--icon-only.cds-custom--header__action:active svg,.cds-custom--btn.cds-custom--btn--icon-only.cds-custom--header__action--active svg{fill:var(--cds-custom-icon-primary, #161616)}.cds-custom--header__menu-trigger>svg{fill:var(--cds-custom-icon-primary, #161616)}.cds-custom--header__menu-trigger:hover>svg{fill:var(--cds-custom-icon-primary, #161616)}.cds-custom--header__menu-toggle{display:flex;align-items:center;justify-content:center}@media (min-width: 66rem){.cds-custom--header__menu-toggle__hidden{display:none}}a.cds-custom--header__name{font-size:var(--cds-custom-body-compact-01-font-size, .875rem);font-weight:var(--cds-custom-body-compact-01-font-weight, 400);line-height:var(--cds-custom-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-custom-body-compact-01-letter-spacing, .16px);display:flex;align-items:center;padding:0 2rem 0 1rem;border:.125rem solid transparent;block-size:100%;font-weight:600;letter-spacing:.1px;line-height:1.25rem;outline:none;text-decoration:none;transition:border-color .11s;-webkit-user-select:none;user-select:none}@media (max-width: 41.98rem){a.cds-custom--header__name{padding:0 1rem}}a.cds-custom--header__name:focus{border-color:var(--cds-custom-focus, #0f62fe)}.cds-custom--header__name--prefix{font-weight:400}a.cds-custom--header__name,a.cds-custom--header__name:hover{color:var(--cds-custom-text-primary, #161616)}.cds-custom--header__menu-toggle:not(.cds-custom--header__menu-toggle__hidden)~.cds-custom--header__name{padding-inline-start:.5rem}.cds-custom--header__nav{position:relative;display:none;block-size:100%;padding-inline-start:1rem}@media (min-width: 66rem){.cds-custom--header__nav{display:block}}.cds-custom--header__nav:before{position:absolute;display:block;background-color:var(--cds-custom-border-subtle);block-size:1.5rem;content:"";inline-size:.0625rem;inset-block-start:50%;inset-inline-start:0;transform:translateY(-50%)}.cds-custom--header__menu-bar{box-sizing:border-box;padding:0;border:0;margin:0;font-family:inherit;font-size:100%;vertical-align:baseline}.cds-custom--header__menu-bar *,.cds-custom--header__menu-bar *:before,.cds-custom--header__menu-bar *:after{box-sizing:inherit}.cds-custom--header__menu-bar{display:flex;padding:0;margin:0;block-size:100%;list-style:none}a.cds-custom--header__menu-item{position:relative;display:flex;align-items:center;padding:0 1rem;border:2px solid transparent;background-color:var(--cds-custom-background, #ffffff);block-size:100%;color:var(--cds-custom-text-secondary, #525252);font-size:.875rem;font-weight:400;letter-spacing:0;line-height:1.125rem;text-decoration:none;transition:background-color .11s,border-color .11s,color .11s;-webkit-user-select:none;user-select:none}a.cds-custom--header__menu-item:hover{background-color:var(--cds-custom-background-hover, rgba(141, 141, 141, .12));color:var(--cds-custom-text-primary, #161616)}.cds-custom--header__action:active,a.cds-custom--header__menu-item:active{background-color:var(--cds-custom-background-active, rgba(141, 141, 141, .5));color:var(--cds-custom-text-primary, #161616)}a.cds-custom--header__menu-item:focus{border-color:var(--cds-custom-focus, #0f62fe);outline:none}a.cds-custom--header__menu-item:hover>svg,a.cds-custom--header__menu-item:active>svg{fill:var(--cds-custom-icon-primary, #161616)}a.cds-custom--header__menu-item[aria-current=page],.cds-custom--header__menu-item--current{color:var(--cds-custom-text-primary, #161616)}a.cds-custom--header__menu-item[aria-current=page]:after,.cds-custom--header__menu-item--current:after{position:absolute;background-color:var(--cds-custom-border-interactive, #0f62fe);block-size:3px;content:"";inline-size:calc(100% + 4px);inset-block-end:-2px;inset-inline-start:-2px}a.cds-custom--header__menu-item[aria-current=page]:focus:after,.cds-custom--header__menu-item--current:focus:after{border:0}.cds-custom--header__submenu .cds-custom--header__menu a.cds-custom--header__menu-item[aria-current=page]:after,.cds-custom--header__submenu .cds-custom--header__menu .cds-custom--header__menu-item--current:after{background-color:var(--cds-custom-border-interactive, #0f62fe);block-size:calc(100% + 4px);inline-size:3px;inset-block-start:-2px;inset-inline-start:-2px}.cds-custom--header__submenu .cds-custom--header__menu a.cds-custom--header__menu-item[aria-current=page]:focus:after,.cds-custom--header__submenu .cds-custom--header__menu .cds-custom--header__menu-item--current:focus:after{background-color:var(--cds-custom-border-interactive, #0f62fe);block-size:calc(100% + 4px);inline-size:5px;inset-block-start:-2px;inset-inline-start:-2px}a.cds-custom--header__menu-item[aria-current=page]:focus,a.cds-custom--header__menu-item.cds-custom--header__menu-item--current:focus{border:2px solid var(--cds-custom-focus, #0f62fe)}.cds-custom--header__submenu,.cds-custom--header__menu-title[aria-haspopup=true]{position:relative}.cds-custom--header__menu-title[aria-expanded=true]{z-index:8002;background-color:var(--cds-custom-layer);color:var(--cds-custom-text-secondary, #525252)}.cds-custom--header__menu-title[aria-expanded=true]>.cds-custom--header__menu-arrow{transform:rotate(180deg)}.cds-custom--header__menu{display:none;padding:0;margin:0;list-style:none}.cds-custom--header__menu-title[aria-expanded=true]+.cds-custom--header__menu{position:absolute;z-index:8001;display:flex;flex-direction:column;background-color:var(--cds-custom-layer);box-shadow:0 4px 8px #00000080;inline-size:12.5rem;inset-block-end:0;inset-inline-start:0;transform:translateY(100%)}.cds-custom--header__menu-title[aria-expanded=true]+.cds-custom--header__menu .cds-custom--header__menu-item{background-color:var(--cds-custom-layer)}.cds-custom--header__menu-title[aria-expanded=true]+.cds-custom--header__menu .cds-custom--header__menu-item:hover{background-color:var(--cds-custom-layer-hover);color:var(--cds-custom-text-primary, #161616)}.cds-custom--header__menu-title[aria-expanded=true]+.cds-custom--header__menu .cds-custom--header__menu-item:active{background-color:var(--cds-custom-layer-active);color:var(--cds-custom-text-primary, #161616)}.cds-custom--header__menu-title[aria-expanded=true]+.cds-custom--header__menu .cds-custom--header__menu-item.cds-custom--header__menu-item--current{background-color:var(--cds-custom-layer-selected)}.cds-custom--header__menu-title[aria-expanded=true]+.cds-custom--header__menu .cds-custom--header__menu-item.cds-custom--header__menu-item--current:hover{background-color:var(--cds-custom-layer-selected-hover)}.cds-custom--header__menu .cds-custom--header__menu-item{block-size:3rem}.cds-custom--header__menu-arrow{fill:var(--cds-custom-icon-secondary, #525252);margin-inline-start:.5rem;transition:transform .11s,fill .11s}.cds-custom--header__global{display:flex;flex:1 1 0%;justify-content:flex-end;block-size:100%}.cds-custom--skip-to-content{position:absolute;overflow:hidden;padding:0;border:0;margin:-1px;block-size:1px;clip:rect(0,0,0,0);inline-size:1px;visibility:inherit;white-space:nowrap}.cds-custom--skip-to-content:focus{z-index:9999;display:flex;align-items:center;padding:0 1rem;border:4px solid var(--cds-custom-focus, #0f62fe);background-color:var(--cds-custom-background, #ffffff);block-size:3rem;clip:auto;color:var(--cds-custom-text-secondary, #525252);inline-size:auto;inset-block-start:0;inset-inline-start:0;outline:none}.cds-custom--header-panel{position:fixed;z-index:8000;overflow:hidden;border:none;background-color:var(--cds-custom-layer);color:var(--cds-custom-text-secondary, #525252);inline-size:0;inset-block:3rem 0;inset-inline-end:0;transition:width .11s cubic-bezier(.2,0,1,.9);will-change:width}.cds-custom--header-panel--expanded{border-inline-end:1px solid var(--cds-custom-border-subtle);border-inline-start:1px solid var(--cds-custom-border-subtle);inline-size:16rem;overflow-y:auto}.cds-custom--side-nav{position:fixed;z-index:8000;overflow:hidden;background-color:var(--cds-custom-background, #ffffff);color:var(--cds-custom-text-secondary, #525252);inline-size:3rem;inset-block:0;inset-inline-start:0;max-inline-size:16rem;transition:inline-size .11s cubic-bezier(.2,0,1,.9),transform .11s cubic-bezier(.2,0,1,.9);will-change:inline-size}.cds-custom--side-nav--ux{inline-size:16rem;inset-block-start:3rem}@media (max-width: 65.98rem){.cds-custom--side-nav--ux{inline-size:0}}.cds-custom--side-nav--rail{inline-size:3rem}.cds-custom--side-nav--hidden{inline-size:0}.cds-custom--side-nav--expanded{inline-size:16rem}.cds-custom--side-nav__overlay{position:fixed;background-color:transparent;block-size:0;inline-size:0;inset-block-start:3rem;inset-inline-start:0;opacity:0;transition:opacity .3s cubic-bezier(.5,0,.1,1),background-color .3s cubic-bezier(.5,0,.1,1)}@media (max-width: 65.98rem){.cds-custom--side-nav__overlay-active{z-index:6000;background-color:var(--cds-custom-overlay, rgba(22, 22, 22, .5));block-size:100vh;inline-size:100vw;opacity:1;transition:opacity .3s cubic-bezier(.5,0,.1,1),background-color .3s cubic-bezier(.5,0,.1,1)}}.cds-custom--header~.cds-custom--side-nav{block-size:calc(100% - 48px);inset-block-start:3rem}.cds-custom--side-nav--fixed{inline-size:16rem}.cds-custom--side-nav--collapsed{inline-size:16rem;transform:translate(-16rem)}.cds-custom--side-nav__navigation{display:flex;flex-direction:column}.cds-custom--side-nav__items{box-sizing:border-box;padding:0;border:0;margin:0;font-family:inherit;font-size:100%;vertical-align:baseline}.cds-custom--side-nav__items *,.cds-custom--side-nav__items *:before,.cds-custom--side-nav__items *:after{box-sizing:inherit}.cds-custom--side-nav__items{overflow:hidden;flex:1 1 0%;padding:1rem 0 0}.cds-custom--side-nav:hover .cds-custom--side-nav__items,.cds-custom--side-nav--fixed .cds-custom--side-nav__items,.cds-custom--side-nav--expanded .cds-custom--side-nav__items,.cds-custom--side-nav--ux .cds-custom--side-nav__items{overflow-y:auto}.cds-custom--side-nav__item{overflow:hidden;block-size:auto;inline-size:auto}.cds-custom--side-nav--ux .cds-custom--side-nav__item{block-size:auto;inline-size:auto}.cds-custom--side-nav__item:not(.cds-custom--side-nav__item--active):hover .cds-custom--side-nav__item:not(.cds-custom--side-nav__item--active)>.cds-custom--side-nav__submenu:hover,.cds-custom--side-nav__item:not(.cds-custom--side-nav__item--active)>.cds-custom--side-nav__link:hover,.cds-custom--side-nav__menu a.cds-custom--side-nav__link:not(.cds-custom--side-nav__link--current):not([aria-current=page]):hover,.cds-custom--side-nav a.cds-custom--header__menu-item:hover,.cds-custom--side-nav .cds-custom--header__menu-title[aria-expanded=true]:hover{background-color:var(--cds-custom-background-hover, rgba(141, 141, 141, .12));color:var(--cds-custom-text-primary, #161616)}.cds-custom--side-nav__item:not(.cds-custom--side-nav__item--active)>.cds-custom--side-nav__link:hover>span,.cds-custom--side-nav__item:not(.cds-custom--side-nav__item--active) .cds-custom--side-nav__menu-item>.cds-custom--side-nav__link:hover>span{color:var(--cds-custom-text-primary, #161616)}.cds-custom--side-nav__item--large{block-size:auto}.cds-custom--side-nav__divider{margin:.5rem 1rem;background-color:var(--cds-custom-border-subtle);block-size:1px;list-style-type:none}.cds-custom--side-nav__divider hr{border:none}.cds-custom--side-nav__submenu{box-sizing:border-box;padding:0;border:0;margin:0;font-family:inherit;font-size:100%;vertical-align:baseline}.cds-custom--side-nav__submenu *,.cds-custom--side-nav__submenu *:before,.cds-custom--side-nav__submenu *:after{box-sizing:inherit}.cds-custom--side-nav__submenu{display:inline-block;padding:0;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;cursor:pointer;text-align:start;inline-size:100%}.cds-custom--side-nav__submenu::-moz-focus-inner{border:0}.cds-custom--side-nav__submenu{font-size:var(--cds-custom-heading-compact-01-font-size, .875rem);font-weight:var(--cds-custom-heading-compact-01-font-weight, 600);line-height:var(--cds-custom-heading-compact-01-line-height, 1.28572);letter-spacing:var(--cds-custom-heading-compact-01-letter-spacing, .16px);outline:2px solid transparent;outline-offset:-2px;display:flex;align-items:center;padding:0 1rem;block-size:2rem;color:var(--cds-custom-text-secondary, #525252);transition:color .11s,background-color .11s,outline .11s;-webkit-user-select:none;user-select:none}.cds-custom--side-nav__submenu:hover{background-color:var(--cds-custom-background-hover, rgba(141, 141, 141, .12));color:var(--cds-custom-text-primary, #161616)}.cds-custom--side-nav__submenu:focus{outline:2px solid var(--cds-custom-focus, #0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--side-nav__submenu:focus{outline-style:dotted}}.cds-custom--side-nav__submenu-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:start}.cds-custom--side-nav__icon.cds-custom--side-nav__submenu-chevron{display:flex;flex:1;justify-content:flex-end}.cds-custom--side-nav__submenu-chevron>svg{block-size:1rem;inline-size:1rem;transition:transform .11s}.cds-custom--side-nav__submenu[aria-expanded=true] .cds-custom--side-nav__submenu-chevron>svg{transform:rotate(180deg)}.cds-custom--side-nav__item--large .cds-custom--side-nav__submenu{block-size:3rem}.cds-custom--side-nav__item--active .cds-custom--side-nav__submenu:hover{background-color:var(--cds-custom-background-selected, rgba(141, 141, 141, .2));color:var(--cds-custom-text-primary, #161616)}.cds-custom--side-nav__item--active .cds-custom--side-nav__submenu[aria-expanded=false]{position:relative;background-color:var(--cds-custom-background-selected, rgba(141, 141, 141, .2));color:var(--cds-custom-text-primary, #161616)}.cds-custom--side-nav__item--active .cds-custom--side-nav__submenu[aria-expanded=false]:before{position:absolute;background-color:var(--cds-custom-border-interactive, #0f62fe);content:"";inline-size:3px;inset-block:0;inset-inline-start:0}.cds-custom--side-nav__item--active .cds-custom--side-nav__submenu-title{color:var(--cds-custom-text-primary, #161616);font-weight:600}.cds-custom--side-nav__item--active .cds-custom--side-nav__icon>svg{fill:var(--cds-custom-icon-primary, #161616)}.cds-custom--side-nav__menu{box-sizing:border-box;padding:0;border:0;margin:0;font-family:inherit;font-size:100%;vertical-align:baseline}.cds-custom--side-nav__menu *,.cds-custom--side-nav__menu *:before,.cds-custom--side-nav__menu *:after{box-sizing:inherit}.cds-custom--side-nav__menu{display:block;max-block-size:0;visibility:hidden}.cds-custom--side-nav__submenu[aria-expanded=true]+.cds-custom--side-nav__menu{max-block-size:93.75rem;visibility:inherit}.cds-custom--side-nav__menu a.cds-custom--side-nav__link{block-size:2rem;font-weight:400;min-block-size:2rem;padding-inline-start:2rem}.cds-custom--side-nav__item.cds-custom--side-nav__item--icon a.cds-custom--side-nav__link{padding-inline-start:4.5rem}.cds-custom--side-nav__menu a.cds-custom--side-nav__link--current,.cds-custom--side-nav__menu a.cds-custom--side-nav__link[aria-current=page],a.cds-custom--side-nav__link--current{background-color:var(--cds-custom-background-selected, rgba(141, 141, 141, .2))}.cds-custom--side-nav__menu a.cds-custom--side-nav__link--current>span,.cds-custom--side-nav__menu a.cds-custom--side-nav__link[aria-current=page]>span,a.cds-custom--side-nav__link--current>span{color:var(--cds-custom-text-primary, #161616);font-weight:600}a.cds-custom--side-nav__link,.cds-custom--side-nav a.cds-custom--header__menu-item,.cds-custom--side-nav .cds-custom--header__menu-title[aria-expanded=true]+.cds-custom--header__menu{outline:2px solid transparent;outline-offset:-2px;font-size:var(--cds-custom-heading-compact-01-font-size, .875rem);font-weight:var(--cds-custom-heading-compact-01-font-weight, 600);line-height:var(--cds-custom-heading-compact-01-line-height, 1.28572);letter-spacing:var(--cds-custom-heading-compact-01-letter-spacing, .16px);position:relative;display:flex;align-items:center;padding:0 1rem;min-block-size:2rem;text-decoration:none;transition:color .11s,background-color .11s,outline .11s}.cds-custom--side-nav__item--large a.cds-custom--side-nav__link{block-size:3rem}a.cds-custom--side-nav__link>.cds-custom--side-nav__link-text,.cds-custom--side-nav a.cds-custom--header__menu-item .cds-custom--text-truncate-end{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--cds-custom-text-secondary, #525252);font-size:.875rem;letter-spacing:.1px;line-height:1.25rem;-webkit-user-select:none;user-select:none}a.cds-custom--side-nav__link:focus,.cds-custom--side-nav a.cds-custom--header__menu-item:focus{outline:2px solid var(--cds-custom-focus, #0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){a.cds-custom--side-nav__link:focus,.cds-custom--side-nav a.cds-custom--header__menu-item:focus{outline-style:dotted}}a.cds-custom--side-nav__link[aria-current=page],a.cds-custom--side-nav__link--current{background-color:var(--cds-custom-background-selected, rgba(141, 141, 141, .2));font-weight:600}a.cds-custom--side-nav__link[aria-current=page] .cds-custom--side-nav__link-text,a.cds-custom--side-nav__link--current .cds-custom--side-nav__link-text{color:var(--cds-custom-text-primary, #161616)}a.cds-custom--side-nav__link[aria-current=page]:before,a.cds-custom--side-nav__link--current:before{position:absolute;background-color:var(--cds-custom-border-interactive, #0f62fe);content:"";inline-size:3px;inset-block:0;inset-inline-start:0}.cds-custom--side-nav__icon{display:flex;flex:0 0 1rem;align-items:center;justify-content:center}.cds-custom--side-nav__icon:not(.cds-custom--side-nav__submenu-chevron){margin-inline-end:1.5rem}.cds-custom--side-nav__icon>svg{block-size:1rem;fill:var(--cds-custom-icon-secondary, #525252);inline-size:1rem}.cds-custom--side-nav__icon>svg.cds-custom--side-nav-collapse-icon{display:none}.cds-custom--side-nav--expanded .cds-custom--side-nav__icon>svg.cds-custom--side-nav-expand-icon{display:none}.cds-custom--side-nav--expanded .cds-custom--side-nav__icon>svg.cds-custom--side-nav-collapse-icon{display:block}.cds-custom--side-nav--fixed a.cds-custom--side-nav__link,.cds-custom--side-nav--fixed .cds-custom--side-nav__submenu{padding-inline-start:1rem}.cds-custom--side-nav--fixed .cds-custom--side-nav__item:not(.cds-custom--side-nav__item--icon) .cds-custom--side-nav__menu a.cds-custom--side-nav__link{padding-inline-start:2rem}@media (max-width: 65.98rem){.cds-custom--side-nav .cds-custom--header__nav{display:block}}.cds-custom--side-nav__header-navigation{box-sizing:border-box;padding:0;border:0;margin:0;font-family:inherit;font-size:100%;vertical-align:baseline}.cds-custom--side-nav__header-navigation *,.cds-custom--side-nav__header-navigation *:before,.cds-custom--side-nav__header-navigation *:after{box-sizing:inherit}.cds-custom--side-nav__header-navigation{display:none}@media (max-width: 65.98rem){.cds-custom--side-nav__header-navigation{position:relative;display:block;margin-block-end:2rem}}.cds-custom--side-nav__header-divider:after{position:absolute;background:var(--cds-custom-border-subtle);block-size:.0625rem;content:"";inline-size:calc(100% - 32px);inset-block-end:-1rem;inset-inline-start:1rem}.cds-custom--side-nav a.cds-custom--header__menu-item{justify-content:space-between;color:var(--cds-custom-text-secondary, #525252);white-space:nowrap}.cds-custom--side-nav a.cds-custom--header__menu-item[aria-expanded=true]{background-color:transparent}.cds-custom--side-nav .cds-custom--header__menu-title[aria-expanded=true]+.cds-custom--header__menu{padding:0;background-color:transparent;box-shadow:none;inline-size:100%;inset-block-end:inherit;transform:none}.cds-custom--side-nav .cds-custom--header__menu-title[aria-expanded=true]+.cds-custom--header__menu li{inline-size:100%}.cds-custom--side-nav .cds-custom--header__menu-title[aria-expanded=true]+.cds-custom--header__menu a.cds-custom--header__menu-item{font-weight:400;padding-inline-start:4.25rem}.cds-custom--side-nav .cds-custom--header__menu-title[aria-expanded=true]+.cds-custom--header__menu a.cds-custom--header__menu-item:hover{background-color:var(--cds-custom-background-hover, rgba(141, 141, 141, .12));color:var(--cds-custom-text-primary, #161616)}.cds-custom--side-nav .cds-custom--header__menu-title[aria-expanded=true]+.cds-custom--header__menu a.cds-custom--header__menu-item--current:hover{background-color:var(--cds-custom-layer-selected-hover)}.cds-custom--side-nav .cds-custom--side-nav__header-navigation a.cds-custom--header__menu-item[aria-current=page]:after,.cds-custom--side-nav .cds-custom--side-nav__header-navigation .cds-custom--header__menu-item--current:after{block-size:calc(100% + 4px);inline-size:3px}.cds-custom--side-nav .cds-custom--header__menu a.cds-custom--header__menu-item{block-size:inherit}.cds-custom--side-nav a.cds-custom--header__menu-item:hover .cds-custom--header__menu-arrow,.cds-custom--side-nav a.cds-custom--header__menu-item:focus .cds-custom--header__menu-arrow,.cds-custom--side-nav .cds-custom--header__menu-arrow{fill:var(--cds-custom-icon-secondary, #525252)}.cds-custom--switcher{box-sizing:border-box;padding:0;border:0;margin:0;font-family:inherit;font-size:100%;vertical-align:baseline}.cds-custom--switcher *,.cds-custom--switcher *:before,.cds-custom--switcher *:after{box-sizing:inherit}.cds-custom--switcher{display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--cds-custom-text-secondary, #525252)}.cds-custom--switcher__item{block-size:2rem;inline-size:100%}.cds-custom--switcher__item:nth-child(1){margin-block-start:1rem}.cds-custom--switcher__item--divider{display:block;border:none;margin:.5rem 1rem;background:var(--cds-custom-border-subtle);block-size:1px;inline-size:14rem}.cds-custom--switcher__item-link{font-size:var(--cds-custom-heading-compact-01-font-size, .875rem);font-weight:var(--cds-custom-heading-compact-01-font-weight, 600);line-height:var(--cds-custom-heading-compact-01-line-height, 1.28572);letter-spacing:var(--cds-custom-heading-compact-01-letter-spacing, .16px);display:block;padding:.375rem 1rem;block-size:2rem;color:var(--cds-custom-text-secondary, #525252);text-decoration:none}.cds-custom--switcher__item-link:hover:not(.cds-custom--switcher__item-link--selected){background:var(--cds-custom-layer-hover);color:var(--cds-custom-text-primary, #161616);cursor:pointer}.cds-custom--switcher__item-link:focus{outline:2px solid var(--cds-custom-focus, #0f62fe);outline-offset:-2px}.cds-custom--switcher__item-link:active{background:var(--cds-custom-layer-active);color:var(--cds-custom-text-primary, #161616)}.cds-custom--switcher__item-link--selected{background:var(--cds-custom-layer-selected);color:var(--cds-custom-text-primary, #161616)}clabs-global-header-apaas,clabs-global-header-hybrid-ipaas{--cds-custom-ai-aura-end: rgba(0, 0, 0, 0);--cds-custom-ai-aura-hover-background: #333333;--cds-custom-ai-aura-hover-end: rgba(0, 0, 0, 0);--cds-custom-ai-aura-hover-start: rgba(69, 137, 255, .4);--cds-custom-ai-aura-start: rgba(69, 137, 255, .1);--cds-custom-ai-aura-start-sm: rgba(69, 137, 255, .16);--cds-custom-ai-border-end: #4589ff;--cds-custom-ai-border-start: rgba(166, 200, 255, .36);--cds-custom-ai-border-strong: #78a9ff;--cds-custom-ai-drop-shadow: rgba(0, 0, 0, .28);--cds-custom-ai-inner-shadow: rgba(69, 137, 255, .16);--cds-custom-ai-overlay: rgba(0, 0, 0, .5);--cds-custom-ai-popover-background: #161616;--cds-custom-ai-popover-caret-bottom: #4589ff;--cds-custom-ai-popover-caret-bottom-background: #202d45;--cds-custom-ai-popover-caret-bottom-background-actions: #1e283a;--cds-custom-ai-popover-caret-center: #4870b5;--cds-custom-ai-popover-shadow-outer-01: rgba(0, 0, 0, .12);--cds-custom-ai-popover-shadow-outer-02: rgba(0, 0, 0, .08);--cds-custom-ai-skeleton-background: rgba(120, 169, 255, .5);--cds-custom-ai-skeleton-element-background: rgba(120, 169, 255, .3);--cds-custom-background: #161616;--cds-custom-background-active: rgba(141, 141, 141, .4);--cds-custom-background-brand: #0f62fe;--cds-custom-background-hover: rgba(141, 141, 141, .16);--cds-custom-background-inverse: #f4f4f4;--cds-custom-background-inverse-hover: #e8e8e8;--cds-custom-background-selected: rgba(141, 141, 141, .24);--cds-custom-background-selected-hover: rgba(141, 141, 141, .32);--cds-custom-border-disabled: rgba(141, 141, 141, .5);--cds-custom-border-interactive: #4589ff;--cds-custom-border-inverse: #f4f4f4;--cds-custom-border-strong-01: #6f6f6f;--cds-custom-border-strong-02: #8d8d8d;--cds-custom-border-strong-03: #a8a8a8;--cds-custom-border-subtle-00: #393939;--cds-custom-border-subtle-01: #525252;--cds-custom-border-subtle-02: #6f6f6f;--cds-custom-border-subtle-03: #6f6f6f;--cds-custom-border-subtle-selected-01: #6f6f6f;--cds-custom-border-subtle-selected-02: #8d8d8d;--cds-custom-border-subtle-selected-03: #8d8d8d;--cds-custom-border-tile-01: #525252;--cds-custom-border-tile-02: #6f6f6f;--cds-custom-border-tile-03: #8d8d8d;--cds-custom-chat-avatar-agent: #c6c6c6;--cds-custom-chat-avatar-bot: #8d8d8d;--cds-custom-chat-avatar-user: #4589ff;--cds-custom-chat-bubble-agent: #262626;--cds-custom-chat-bubble-border: #525252;--cds-custom-chat-bubble-user: #393939;--cds-custom-chat-button: #78a9ff;--cds-custom-chat-button-active: rgba(141, 141, 141, .4);--cds-custom-chat-button-hover: rgba(141, 141, 141, .16);--cds-custom-chat-button-selected: rgba(141, 141, 141, .24);--cds-custom-chat-button-text-hover: #a6c8ff;--cds-custom-chat-button-text-selected: #c6c6c6;--cds-custom-chat-header-background: #262626;--cds-custom-chat-prompt-background: #161616;--cds-custom-chat-prompt-border-end: rgba(38, 38, 38, 0);--cds-custom-chat-prompt-border-start: #262626;--cds-custom-chat-shell-background: #262626;--cds-custom-field-01: #262626;--cds-custom-field-02: #393939;--cds-custom-field-03: #525252;--cds-custom-field-hover-01: #333333;--cds-custom-field-hover-02: #474747;--cds-custom-field-hover-03: #636363;--cds-custom-focus: #ffffff;--cds-custom-focus-inset: #161616;--cds-custom-focus-inverse: #0f62fe;--cds-custom-highlight: #001d6c;--cds-custom-icon-disabled: rgba(244, 244, 244, .25);--cds-custom-icon-interactive: #ffffff;--cds-custom-icon-inverse: #161616;--cds-custom-icon-on-color: #ffffff;--cds-custom-icon-on-color-disabled: rgba(255, 255, 255, .25);--cds-custom-icon-primary: #f4f4f4;--cds-custom-icon-secondary: #c6c6c6;--cds-custom-interactive: #4589ff;--cds-custom-layer-01: #262626;--cds-custom-layer-02: #393939;--cds-custom-layer-03: #525252;--cds-custom-layer-accent-01: #393939;--cds-custom-layer-accent-02: #525252;--cds-custom-layer-accent-03: #6f6f6f;--cds-custom-layer-accent-active-01: #6f6f6f;--cds-custom-layer-accent-active-02: #8d8d8d;--cds-custom-layer-accent-active-03: #393939;--cds-custom-layer-accent-hover-01: #474747;--cds-custom-layer-accent-hover-02: #636363;--cds-custom-layer-accent-hover-03: #5e5e5e;--cds-custom-layer-active-01: #525252;--cds-custom-layer-active-02: #6f6f6f;--cds-custom-layer-active-03: #8d8d8d;--cds-custom-layer-background-01: #161616;--cds-custom-layer-background-02: #262626;--cds-custom-layer-background-03: #393939;--cds-custom-layer-hover-01: #333333;--cds-custom-layer-hover-02: #474747;--cds-custom-layer-hover-03: #636363;--cds-custom-layer-selected-01: #393939;--cds-custom-layer-selected-02: #525252;--cds-custom-layer-selected-03: #6f6f6f;--cds-custom-layer-selected-disabled: #a8a8a8;--cds-custom-layer-selected-hover-01: #474747;--cds-custom-layer-selected-hover-02: #636363;--cds-custom-layer-selected-hover-03: #5e5e5e;--cds-custom-layer-selected-inverse: #f4f4f4;--cds-custom-link-inverse: #0f62fe;--cds-custom-link-inverse-active: #161616;--cds-custom-link-inverse-hover: #0043ce;--cds-custom-link-inverse-visited: #8a3ffc;--cds-custom-link-primary: #78a9ff;--cds-custom-link-primary-hover: #a6c8ff;--cds-custom-link-secondary: #a6c8ff;--cds-custom-link-visited: #be95ff;--cds-custom-overlay: rgba(0, 0, 0, .65);--cds-custom-shadow: rgba(0, 0, 0, .8);--cds-custom-skeleton-background: #292929;--cds-custom-skeleton-element: #393939;--cds-custom-support-caution-major: #ff832b;--cds-custom-support-caution-minor: #f1c21b;--cds-custom-support-caution-undefined: #a56eff;--cds-custom-support-error: #fa4d56;--cds-custom-support-error-inverse: #da1e28;--cds-custom-support-info: #4589ff;--cds-custom-support-info-inverse: #0043ce;--cds-custom-support-success: #42be65;--cds-custom-support-success-inverse: #24a148;--cds-custom-support-warning: #f1c21b;--cds-custom-support-warning-inverse: #f1c21b;--cds-custom-text-disabled: rgba(244, 244, 244, .25);--cds-custom-text-error: #ff8389;--cds-custom-text-helper: #a8a8a8;--cds-custom-text-inverse: #161616;--cds-custom-text-on-color: #ffffff;--cds-custom-text-on-color-disabled: rgba(255, 255, 255, .25);--cds-custom-text-placeholder: rgba(244, 244, 244, .4);--cds-custom-text-primary: #f4f4f4;--cds-custom-text-secondary: #c6c6c6;--cds-custom-toggle-off: #6f6f6f;--cds-custom-spacing-01: .125rem;--cds-custom-spacing-02: .25rem;--cds-custom-spacing-03: .5rem;--cds-custom-spacing-04: .75rem;--cds-custom-spacing-05: 1rem;--cds-custom-spacing-06: 1.5rem;--cds-custom-spacing-07: 2rem;--cds-custom-spacing-08: 2.5rem;--cds-custom-spacing-09: 3rem;--cds-custom-spacing-10: 4rem;--cds-custom-spacing-11: 5rem;--cds-custom-spacing-12: 6rem;--cds-custom-spacing-13: 10rem;--cds-custom-fluid-spacing-01: 0;--cds-custom-fluid-spacing-02: 2vw;--cds-custom-fluid-spacing-03: 5vw;--cds-custom-fluid-spacing-04: 10vw;--cds-custom-caption-01-font-size: .75rem;--cds-custom-caption-01-font-weight: 400;--cds-custom-caption-01-line-height: 1.33333;--cds-custom-caption-01-letter-spacing: .32px;--cds-custom-caption-02-font-size: .875rem;--cds-custom-caption-02-font-weight: 400;--cds-custom-caption-02-line-height: 1.28572;--cds-custom-caption-02-letter-spacing: .32px;--cds-custom-label-01-font-size: .75rem;--cds-custom-label-01-font-weight: 400;--cds-custom-label-01-line-height: 1.33333;--cds-custom-label-01-letter-spacing: .32px;--cds-custom-label-02-font-size: .875rem;--cds-custom-label-02-font-weight: 400;--cds-custom-label-02-line-height: 1.28572;--cds-custom-label-02-letter-spacing: .16px;--cds-custom-helper-text-01-font-size: .75rem;--cds-custom-helper-text-01-line-height: 1.33333;--cds-custom-helper-text-01-letter-spacing: .32px;--cds-custom-helper-text-02-font-size: .875rem;--cds-custom-helper-text-02-font-weight: 400;--cds-custom-helper-text-02-line-height: 1.28572;--cds-custom-helper-text-02-letter-spacing: .16px;--cds-custom-body-short-01-font-size: .875rem;--cds-custom-body-short-01-font-weight: 400;--cds-custom-body-short-01-line-height: 1.28572;--cds-custom-body-short-01-letter-spacing: .16px;--cds-custom-body-short-02-font-size: 1rem;--cds-custom-body-short-02-font-weight: 400;--cds-custom-body-short-02-line-height: 1.375;--cds-custom-body-short-02-letter-spacing: 0;--cds-custom-body-long-01-font-size: .875rem;--cds-custom-body-long-01-font-weight: 400;--cds-custom-body-long-01-line-height: 1.42857;--cds-custom-body-long-01-letter-spacing: .16px;--cds-custom-body-long-02-font-size: 1rem;--cds-custom-body-long-02-font-weight: 400;--cds-custom-body-long-02-line-height: 1.5;--cds-custom-body-long-02-letter-spacing: 0;--cds-custom-code-01-font-family: "IBM Plex Mono", system-ui, -apple-system, BlinkMacSystemFont, ".SFNSText-Regular", monospace;--cds-custom-code-01-font-size: .75rem;--cds-custom-code-01-font-weight: 400;--cds-custom-code-01-line-height: 1.33333;--cds-custom-code-01-letter-spacing: .32px;--cds-custom-code-02-font-family: "IBM Plex Mono", system-ui, -apple-system, BlinkMacSystemFont, ".SFNSText-Regular", monospace;--cds-custom-code-02-font-size: .875rem;--cds-custom-code-02-font-weight: 400;--cds-custom-code-02-line-height: 1.42857;--cds-custom-code-02-letter-spacing: .32px;--cds-custom-heading-01-font-size: .875rem;--cds-custom-heading-01-font-weight: 600;--cds-custom-heading-01-line-height: 1.42857;--cds-custom-heading-01-letter-spacing: .16px;--cds-custom-heading-02-font-size: 1rem;--cds-custom-heading-02-font-weight: 600;--cds-custom-heading-02-line-height: 1.5;--cds-custom-heading-02-letter-spacing: 0;--cds-custom-productive-heading-01-font-size: .875rem;--cds-custom-productive-heading-01-font-weight: 600;--cds-custom-productive-heading-01-line-height: 1.28572;--cds-custom-productive-heading-01-letter-spacing: .16px;--cds-custom-productive-heading-02-font-size: 1rem;--cds-custom-productive-heading-02-font-weight: 600;--cds-custom-productive-heading-02-line-height: 1.375;--cds-custom-productive-heading-02-letter-spacing: 0;--cds-custom-productive-heading-03-font-size: 1.25rem;--cds-custom-productive-heading-03-font-weight: 400;--cds-custom-productive-heading-03-line-height: 1.4;--cds-custom-productive-heading-03-letter-spacing: 0;--cds-custom-productive-heading-04-font-size: 1.75rem;--cds-custom-productive-heading-04-font-weight: 400;--cds-custom-productive-heading-04-line-height: 1.28572;--cds-custom-productive-heading-04-letter-spacing: 0;--cds-custom-productive-heading-05-font-size: 2rem;--cds-custom-productive-heading-05-font-weight: 400;--cds-custom-productive-heading-05-line-height: 1.25;--cds-custom-productive-heading-05-letter-spacing: 0;--cds-custom-productive-heading-06-font-size: 2.625rem;--cds-custom-productive-heading-06-font-weight: 300;--cds-custom-productive-heading-06-line-height: 1.199;--cds-custom-productive-heading-06-letter-spacing: 0;--cds-custom-productive-heading-07-font-size: 3.375rem;--cds-custom-productive-heading-07-font-weight: 300;--cds-custom-productive-heading-07-line-height: 1.19;--cds-custom-productive-heading-07-letter-spacing: 0;--cds-custom-expressive-paragraph-01-font-size: 1.5rem;--cds-custom-expressive-paragraph-01-font-weight: 300;--cds-custom-expressive-paragraph-01-line-height: 1.334;--cds-custom-expressive-paragraph-01-letter-spacing: 0;--cds-custom-expressive-heading-01-font-size: .875rem;--cds-custom-expressive-heading-01-font-weight: 600;--cds-custom-expressive-heading-01-line-height: 1.42857;--cds-custom-expressive-heading-01-letter-spacing: .16px;--cds-custom-expressive-heading-02-font-size: 1rem;--cds-custom-expressive-heading-02-font-weight: 600;--cds-custom-expressive-heading-02-line-height: 1.5;--cds-custom-expressive-heading-02-letter-spacing: 0;--cds-custom-expressive-heading-03-font-size: 1.25rem;--cds-custom-expressive-heading-03-font-weight: 400;--cds-custom-expressive-heading-03-line-height: 1.4;--cds-custom-expressive-heading-03-letter-spacing: 0;--cds-custom-expressive-heading-04-font-size: 1.75rem;--cds-custom-expressive-heading-04-font-weight: 400;--cds-custom-expressive-heading-04-line-height: 1.28572;--cds-custom-expressive-heading-04-letter-spacing: 0;--cds-custom-expressive-heading-05-font-size: 2rem;--cds-custom-expressive-heading-05-font-weight: 400;--cds-custom-expressive-heading-05-line-height: 1.25;--cds-custom-expressive-heading-05-letter-spacing: 0;--cds-custom-expressive-heading-06-font-size: 2rem;--cds-custom-expressive-heading-06-font-weight: 600;--cds-custom-expressive-heading-06-line-height: 1.25;--cds-custom-expressive-heading-06-letter-spacing: 0;--cds-custom-quotation-01-font-family: "IBM Plex Serif", system-ui, -apple-system, BlinkMacSystemFont, ".SFNSText-Regular", serif;--cds-custom-quotation-01-font-size: 1.25rem;--cds-custom-quotation-01-font-weight: 400;--cds-custom-quotation-01-line-height: 1.3;--cds-custom-quotation-01-letter-spacing: 0;--cds-custom-quotation-02-font-family: "IBM Plex Serif", system-ui, -apple-system, BlinkMacSystemFont, ".SFNSText-Regular", serif;--cds-custom-quotation-02-font-size: 2rem;--cds-custom-quotation-02-font-weight: 300;--cds-custom-quotation-02-line-height: 1.25;--cds-custom-quotation-02-letter-spacing: 0;--cds-custom-display-01-font-size: 2.625rem;--cds-custom-display-01-font-weight: 300;--cds-custom-display-01-line-height: 1.19;--cds-custom-display-01-letter-spacing: 0;--cds-custom-display-02-font-size: 2.625rem;--cds-custom-display-02-font-weight: 600;--cds-custom-display-02-line-height: 1.19;--cds-custom-display-02-letter-spacing: 0;--cds-custom-display-03-font-size: 2.625rem;--cds-custom-display-03-font-weight: 300;--cds-custom-display-03-line-height: 1.19;--cds-custom-display-03-letter-spacing: 0;--cds-custom-display-04-font-size: 2.625rem;--cds-custom-display-04-font-weight: 300;--cds-custom-display-04-line-height: 1.19;--cds-custom-display-04-letter-spacing: 0;--cds-custom-legal-01-font-size: .75rem;--cds-custom-legal-01-font-weight: 400;--cds-custom-legal-01-line-height: 1.33333;--cds-custom-legal-01-letter-spacing: .32px;--cds-custom-legal-02-font-size: .875rem;--cds-custom-legal-02-font-weight: 400;--cds-custom-legal-02-line-height: 1.28572;--cds-custom-legal-02-letter-spacing: .16px;--cds-custom-body-compact-01-font-size: .875rem;--cds-custom-body-compact-01-font-weight: 400;--cds-custom-body-compact-01-line-height: 1.28572;--cds-custom-body-compact-01-letter-spacing: .16px;--cds-custom-body-compact-02-font-size: 1rem;--cds-custom-body-compact-02-font-weight: 400;--cds-custom-body-compact-02-line-height: 1.375;--cds-custom-body-compact-02-letter-spacing: 0;--cds-custom-heading-compact-01-font-size: .875rem;--cds-custom-heading-compact-01-font-weight: 600;--cds-custom-heading-compact-01-line-height: 1.28572;--cds-custom-heading-compact-01-letter-spacing: .16px;--cds-custom-heading-compact-02-font-size: 1rem;--cds-custom-heading-compact-02-font-weight: 600;--cds-custom-heading-compact-02-line-height: 1.375;--cds-custom-heading-compact-02-letter-spacing: 0;--cds-custom-body-01-font-size: .875rem;--cds-custom-body-01-font-weight: 400;--cds-custom-body-01-line-height: 1.42857;--cds-custom-body-01-letter-spacing: .16px;--cds-custom-body-02-font-size: 1rem;--cds-custom-body-02-font-weight: 400;--cds-custom-body-02-line-height: 1.5;--cds-custom-body-02-letter-spacing: 0;--cds-custom-heading-03-font-size: 1.25rem;--cds-custom-heading-03-font-weight: 400;--cds-custom-heading-03-line-height: 1.4;--cds-custom-heading-03-letter-spacing: 0;--cds-custom-heading-04-font-size: 1.75rem;--cds-custom-heading-04-font-weight: 400;--cds-custom-heading-04-line-height: 1.28572;--cds-custom-heading-04-letter-spacing: 0;--cds-custom-heading-05-font-size: 2rem;--cds-custom-heading-05-font-weight: 400;--cds-custom-heading-05-line-height: 1.25;--cds-custom-heading-05-letter-spacing: 0;--cds-custom-heading-06-font-size: 2.625rem;--cds-custom-heading-06-font-weight: 300;--cds-custom-heading-06-line-height: 1.199;--cds-custom-heading-06-letter-spacing: 0;--cds-custom-heading-07-font-size: 3.375rem;--cds-custom-heading-07-font-weight: 300;--cds-custom-heading-07-line-height: 1.19;--cds-custom-heading-07-letter-spacing: 0;--cds-custom-fluid-heading-03-font-size: 1.25rem;--cds-custom-fluid-heading-03-font-weight: 400;--cds-custom-fluid-heading-03-line-height: 1.4;--cds-custom-fluid-heading-03-letter-spacing: 0;--cds-custom-fluid-heading-04-font-size: 1.75rem;--cds-custom-fluid-heading-04-font-weight: 400;--cds-custom-fluid-heading-04-line-height: 1.28572;--cds-custom-fluid-heading-04-letter-spacing: 0;--cds-custom-fluid-heading-05-font-size: 2rem;--cds-custom-fluid-heading-05-font-weight: 400;--cds-custom-fluid-heading-05-line-height: 1.25;--cds-custom-fluid-heading-05-letter-spacing: 0;--cds-custom-fluid-heading-06-font-size: 2rem;--cds-custom-fluid-heading-06-font-weight: 600;--cds-custom-fluid-heading-06-line-height: 1.25;--cds-custom-fluid-heading-06-letter-spacing: 0;--cds-custom-fluid-paragraph-01-font-size: 1.5rem;--cds-custom-fluid-paragraph-01-font-weight: 300;--cds-custom-fluid-paragraph-01-line-height: 1.334;--cds-custom-fluid-paragraph-01-letter-spacing: 0;--cds-custom-fluid-quotation-01-font-family: "IBM Plex Serif", system-ui, -apple-system, BlinkMacSystemFont, ".SFNSText-Regular", serif;--cds-custom-fluid-quotation-01-font-size: 1.25rem;--cds-custom-fluid-quotation-01-font-weight: 400;--cds-custom-fluid-quotation-01-line-height: 1.3;--cds-custom-fluid-quotation-01-letter-spacing: 0;--cds-custom-fluid-quotation-02-font-family: "IBM Plex Serif", system-ui, -apple-system, BlinkMacSystemFont, ".SFNSText-Regular", serif;--cds-custom-fluid-quotation-02-font-size: 2rem;--cds-custom-fluid-quotation-02-font-weight: 300;--cds-custom-fluid-quotation-02-line-height: 1.25;--cds-custom-fluid-quotation-02-letter-spacing: 0;--cds-custom-fluid-display-01-font-size: 2.625rem;--cds-custom-fluid-display-01-font-weight: 300;--cds-custom-fluid-display-01-line-height: 1.19;--cds-custom-fluid-display-01-letter-spacing: 0;--cds-custom-fluid-display-02-font-size: 2.625rem;--cds-custom-fluid-display-02-font-weight: 600;--cds-custom-fluid-display-02-line-height: 1.19;--cds-custom-fluid-display-02-letter-spacing: 0;--cds-custom-fluid-display-03-font-size: 2.625rem;--cds-custom-fluid-display-03-font-weight: 300;--cds-custom-fluid-display-03-line-height: 1.19;--cds-custom-fluid-display-03-letter-spacing: 0;--cds-custom-fluid-display-04-font-size: 2.625rem;--cds-custom-fluid-display-04-font-weight: 300;--cds-custom-fluid-display-04-line-height: 1.19;--cds-custom-fluid-display-04-letter-spacing: 0;--cds-custom-button-separator: #161616;--cds-custom-button-primary: #0f62fe;--cds-custom-button-secondary: #6f6f6f;--cds-custom-button-tertiary: #ffffff;--cds-custom-button-danger-primary: #da1e28;--cds-custom-button-danger-secondary: #fa4d56;--cds-custom-button-danger-active: #750e13;--cds-custom-button-primary-active: #002d9c;--cds-custom-button-secondary-active: #393939;--cds-custom-button-tertiary-active: #c6c6c6;--cds-custom-button-danger-hover: #b81921;--cds-custom-button-primary-hover: #0050e6;--cds-custom-button-secondary-hover: #5e5e5e;--cds-custom-button-tertiary-hover: #f4f4f4;--cds-custom-button-disabled: rgba(141, 141, 141, .3)}@media screen and (-ms-high-contrast: active),(forced-colors: active){clabs-global-header-apaas,clabs-global-header-hybrid-ipaas{--cds-custom-icon-primary: ButtonText;--cds-custom-icon-secondary: ButtonText;--cds-custom-icon-interactive: ButtonText;--cds-custom-icon-disabled: GrayText;--cds-custom-icon-on-color-disabled: GrayText;--cds-custom-icon-inverse: SelectedItemText;--cds-custom-icon-on-color: SelectedItemText;--cds-custom-button-disabled: GrayText;--cds-custom-interactive: ButtonText;--cds-custom-link-primary: LinkText;--cds-custom-link-primary-hover: LinkText;--cds-custom-link-secondary: LinkText;--cds-custom-link-inverse: SelectedItemText;--cds-custom-link-inverse-hover: SelectedItemText;--cds-custom-link-inverse-visited: SelectedItemText;--cds-custom-link-visited: VisitedText;--cds-custom-background-selected: SelectedItem;--cds-custom-background-selected-hover: SelectedItem;--cds-custom-background-inverse: SelectedItem;--cds-custom-layer-selected-inverse: SelectedItem}}clabs-global-header-apaas,clabs-global-header-hybrid-ipaas{--cds-custom-layer: var(--cds-custom-layer-01, #f4f4f4);--cds-custom-layer-active: var(--cds-custom-layer-active-01, #c6c6c6);--cds-custom-layer-background: var(--cds-custom-layer-background-01, #ffffff);--cds-custom-layer-hover: var(--cds-custom-layer-hover-01, #e8e8e8);--cds-custom-layer-selected: var(--cds-custom-layer-selected-01, #e0e0e0);--cds-custom-layer-selected-hover: var(--cds-custom-layer-selected-hover-01, #d1d1d1);--cds-custom-layer-accent: var(--cds-custom-layer-accent-01, #e0e0e0);--cds-custom-layer-accent-hover: var(--cds-custom-layer-accent-hover-01, #d1d1d1);--cds-custom-layer-accent-active: var(--cds-custom-layer-accent-active-01, #a8a8a8);--cds-custom-field: var(--cds-custom-field-01, #f4f4f4);--cds-custom-field-hover: var(--cds-custom-field-hover-01, #e8e8e8);--cds-custom-border-subtle: var(--cds-custom-border-subtle-00, #e0e0e0);--cds-custom-border-subtle-selected: var(--cds-custom-border-subtle-selected-01, #c6c6c6);--cds-custom-border-strong: var(--cds-custom-border-strong-01, #8d8d8d);--cds-custom-border-tile: var(--cds-custom-border-tile-01, #c6c6c6)}.ibm-automation-cds__header{z-index:8050}.ibm-automation-cds__header-name{margin:0 0 0 -.5rem}.ibm-automation-cds__capability-name{overflow:hidden;color:var(--cds-custom-text-primary);font-weight:400;margin-inline-end:1.5rem;text-overflow:ellipsis;white-space:nowrap}.ibm-automation-cds__product-type{white-space:nowrap}.ibm-automation-cds__global{display:flex;flex:1 1 0%;justify-content:flex-end;block-size:100%}.automation-global-header__popover__section{position:relative;padding:1rem}.automation-global-header__popover__section:not(:last-child):after{position:absolute;border-block-end:1px solid #393939;content:"";inline-size:100%;inset-block-end:0;inset-inline-start:0}.automation--header__popover__header{display:flex;flex-wrap:nowrap}.automation--header__popover__profile__header__title{font-size:var(--cds-custom-productive-heading-03-font-size, 1.25rem);font-weight:var(--cds-custom-productive-heading-03-font-weight, 400);line-height:var(--cds-custom-productive-heading-03-line-height, 1.4);letter-spacing:var(--cds-custom-productive-heading-03-letter-spacing, 0);line-height:1.2;margin-block-end:.25rem}.automation--header__popover__profile__header__title,.automation--header__popover__profile__header__email{display:block;inline-size:189px;word-wrap:break-word}.automation-global-header__horizontal_section{border:.25px solid #393939;margin-inline:.5rem}.automation-global-header__name_section{margin-inline-start:1rem}.automation-global-header__console_lnk_section,.automation-global-header__usr_management_lnk_section{padding:0}.automation-global-header__popover__link-item a{text-decoration:none}.automation-global-header__popover__section ul,.automation-global-header__profile_footer ul{padding:0;margin:0}.automation-global-header__popover__section ul li,.automation-global-header__profile_footer ul li{list-style-position:inside;list-style-type:none}.automation-global-header__popover__link{font-size:var(--cds-custom-body-short-01-font-size, .875rem);font-weight:var(--cds-custom-body-short-01-font-weight, 400);line-height:var(--cds-custom-body-short-01-line-height, 1.28572);letter-spacing:var(--cds-custom-body-short-01-letter-spacing, .16px);display:flex;padding:1rem;color:#fff;text-decoration:none;transition:background-color .11s,color .11s}.automation-global-header__popover__link svg{block-size:100%}.automation-global-header__popover__link .link_icon{margin-inline-end:.5rem}.automation-global-header__popover__link:hover{background-color:#353535}.automation-global-header__popover__link:hover .launch_icon{opacity:1}.automation-global-header__popover__link .link_text{margin:auto 0}.automation-global-header__popover__link .launch_icon{margin-inline-start:auto;opacity:0}.automation--header__popover__profile__header__email{font-size:var(--cds-custom-label-01-font-size, .75rem);font-weight:var(--cds-custom-label-01-font-weight, 400);line-height:var(--cds-custom-label-01-line-height, 1.33333);letter-spacing:var(--cds-custom-label-01-letter-spacing, .32px);color:#c6c6c6}.automation-global-header__instance_details{margin:1rem}.automation-global-header__title-bar__label{font-size:var(--cds-custom-label-01-font-size, .75rem);font-weight:var(--cds-custom-label-01-font-weight, 400);line-height:var(--cds-custom-label-01-line-height, 1.33333);letter-spacing:var(--cds-custom-label-01-letter-spacing, .32px);color:#c6c6c6;margin-block-end:.25rem}.automation-global-header__title-bar__text{font-size:var(--cds-custom-expressive-heading-01-font-size, .875rem);font-weight:var(--cds-custom-expressive-heading-01-font-weight, 600);line-height:var(--cds-custom-expressive-heading-01-line-height, 1.42857);letter-spacing:var(--cds-custom-expressive-heading-01-letter-spacing, .16px);font-weight:400}.automation-global-header__title-bar__text:not(:last-child){margin-block-end:1rem}.automation-global-header__popover__profile__footer__logout{color:#fff!important}.automation-global-header__popover__link-item cds-button{inline-size:100%}.automation-global-header__popover__link-item cds-button::part(button){padding:0;inline-size:100%}.automation-global-header__popover__link-item cds-button .automation-global-header__popover__link{inline-size:100%}cds-custom-header-global-action.mcsp-header-user-profile{display:flex;block-size:48px;inline-size:48px}cds-custom-header-global-action clabs-global-header-user-profile-image{inline-size:100%}.ibm-automation-cds__help-menu{list-style:none}.ibm-automation-cds__help-menu svg{fill:#fff}.ibm-automation-cds__help-menu ul{transform:translate(calc(3rem - 100%)) translateY(100%)!important}.ibm-automation-cds__help-menu .ibm-automation-cds--text-truncate--end{display:flex;justify-content:space-between;inline-size:320px}.ibm-automation-cds__help-menu .ibm-automation-cds--header__menu-item{padding:12px;block-size:47px}.automation-global-header__notification svg{fill:#fff}.automation-global-header__notification svg circle{fill:#d61f28}cds-custom-header-global-action.mcsp-header-user-profile>div{border-radius:50%;margin:7px;background-color:#1192e8;block-size:32px;inline-size:32px}cds-custom-header-global-action.mcsp-header-user-profile>div svg{margin:6px}.automation-global-header__divider:before{display:block;background-color:var(--cds-custom-border-subtle);block-size:2.5rem;content:"";inline-size:.0625rem;transform:translateY(.25rem)}.automation--header__group{position:relative;display:flex}.automation-global-header--popover-content-container .ibm-automation-cds--popover span{display:none!important}.automation-global-header--popover-content-container .ibm-automation-cds--popover .ibm-automation-cds--popover-caret{display:none!important}.ibm-automation-cds--custom-header__nav{display:block!important}.ibm-automation-cds--header__global .ibm-automation-cds--popover span{display:none!important}.c4p--user-profile-image--light{color:#000}.automation-global-header__trial-menu__counting-box-alert{background-image:linear-gradient(135deg,#161616,#161616),linear-gradient(135deg,#fa4d56,#fa4d56)}.automation-global-header__trial-menu{color:#f4f4f4}.automation-global-header__trial-menu::part(button){display:flex;align-items:center;padding:0 .75rem;inline-size:fit-content}.automation-global-header__trial-menu p{font-size:var(--cds-custom-label-01-font-size, .75rem);font-weight:var(--cds-custom-label-01-font-weight, 400);line-height:var(--cds-custom-label-01-line-height, 1.33333);letter-spacing:var(--cds-custom-label-01-letter-spacing, .32px)}.automation-global-header__trial-menu .trial-label{color:#f4f4f4;padding-inline-start:5px;text-align:center;white-space:nowrap}.automation-global-header__trial-menu .automation-global-header__trial-menu__counting-box{border:1px solid transparent;border-radius:.125rem;background-clip:padding-box,border-box;background-image:linear-gradient(135deg,#161616,#161616),linear-gradient(135deg,#0043ce,#be95ff);background-origin:padding-box,border-box;block-size:1.25rem;color:#f4f4f4;font-size:14px;font-weight:600;min-inline-size:1rem;text-align:center}.automation-global-header__trial-menu .automation-global-header__trial-menu__counting-box-alert{background-image:linear-gradient(135deg,#161616,#161616),linear-gradient(135deg,#fa4d56,#fa4d56)}.automation-global-header__trial-menu:hover .automation-global-header__trial-menu__counting-box{background-image:linear-gradient(135deg,#353535,#353535),linear-gradient(135deg,#0043ce,#be95ff)!important}.automation-global-header__trial-menu:hover .automation-global-header__trial-menu__counting-box-alert{background-image:linear-gradient(135deg,#353535,#353535),linear-gradient(135deg,#fa4d56,#fa4d56)!important}.ibm-automation-cds--header__action:hover{background-color:#393939}.ibm-automation-cds--btn.ibm-automation-cds--btn--icon-only.ibm-automation-cds--header__action svg{fill:#fff}@media (forced-colors: active){.ibm-automation-cds--btn.ibm-automation-cds--btn--icon-only.ibm-automation-cds--header__action svg{fill:#fff}}@media (forced-colors: active) and (-ms-high-contrast: black-on-white){.ibm-automation-cds--btn.ibm-automation-cds--btn--icon-only.ibm-automation-cds--header__action svg{fill:#000}}@media (forced-colors: active) and (-ms-high-contrast: white-on-black){.ibm-automation-cds--btn.ibm-automation-cds--btn--icon-only.ibm-automation-cds--header__action svg{fill:#fff}}.automation-global-header__switcher{border:0!important;block-size:max-content;inline-size:max-content;min-block-size:max-content}.c4p--notifications-panel__container{border:0;block-size:max-content;min-block-size:max-content}.automation-header__tooltip{position:absolute;color:#fff;inline-size:16rem;inset-block-start:0;inset-inline-end:0;transform:translate(40px)}.automation-header__tooltip-body{padding:1rem;border-radius:3px;background-color:#393939;box-shadow:0 5px 5px #0000004d}.automation-header__tooltip-body :last-child{margin-block-end:0}.automation-global-header__tooltip-description{font-size:14px;line-height:1.25rem;margin-block-end:1rem}.automation-global-header__tooltip-links{margin-block-end:1rem}.automation-global-header__tooltip-links .automation-global-header__tooltip-link{display:block;padding:6px 15px;color:#78a9ff;margin-block-end:.25rem;margin-inline-start:-1rem}.automation-global-header__tooltip-links .automation-global-header__tooltip-link svg{fill:#78a9ff}.automation-global-header__tooltip-links .automation-global-header__tooltip-link:hover{background-color:#0000;text-decoration:underline}.automation-global-header__trial-button{display:inline-block}.automation-global-header__trial-button .buttons{display:flex;padding:6px 15px;background:#0f62fe;color:#fff}.automation-global-header__trial-button .button-icon{display:flex;margin-inline-start:20px}.automation-global-header__trial-button:hover{text-decoration:none}.automation-global-header--popover-content-container .ibm-automation-cds--popover span{display:none}.automation-global-header--popover-content-container .ibm-automation-cds--popover .ibm-automation-cds--popover-content{font-size:var(--cds-custom-body-01-font-size, .875rem);font-weight:var(--cds-custom-body-01-font-weight, 400);line-height:var(--cds-custom-body-01-line-height, 1.42857);letter-spacing:var(--cds-custom-body-01-letter-spacing, .16px);padding:.125rem .5rem;background-color:#393939;color:#fff}.automation-global-header--popover-content-container .ibm-automation-cds--popover .ibm-automation-cds--popover-caret{display:none}.automation-global-header__switcher{border:0!important;block-size:max-content;color:#a8a8a8;inline-size:max-content;min-block-size:max-content}.automation-global-header__switcher-menu{display:inline-block;block-size:47px;color:#a8a8a8;list-style-type:none;min-inline-size:12rem!important}.automation-global-header__switcher-menu-item-title{display:flex;align-items:flex-end;justify-content:space-between}.automation-global-header__switcher-menu-item-title span{overflow:hidden;margin-inline-end:1.5rem;max-inline-size:224px;text-overflow:ellipsis;white-space:nowrap}.automation-global-header__switcher-menu-item-title-hidden-checkmark{visibility:hidden}.automation-global-header__switcher-menu-item-title-icons-left{display:flex}.automation-global-header__switcher-menu-item-title-icons-left div{margin-inline-end:1rem}.automation-global-header__switcher-menu-item-title-icons-left span{overflow:hidden;margin-inline-end:1rem;max-inline-size:224px;text-overflow:ellipsis;white-space:nowrap}.automation-global-header__switcher-menu-item>span{overflow:hidden;max-inline-size:224px;text-overflow:ellipsis;white-space:nowrap}.automation-global-header__switcher-menu-disabled{pointer-events:none}.automation-global-header__switcher-menu.hybrid-ipaas .cds--header__menu-item+.cds--header__menu-title[aria-expanded=false]{inline-size:100%!important;min-inline-size:15rem!important}.automation-global-header__switcher-menu-group-title{display:flex;align-items:center;justify-content:space-between;block-size:47px;color:#f4f4f4;margin-inline-start:1rem;pointer-events:none;font-size:var(--cds-custom-heading-compact-01-font-size, .875rem);font-weight:var(--cds-custom-heading-compact-01-font-weight, 600);line-height:var(--cds-custom-heading-compact-01-line-height, 1.28572);letter-spacing:var(--cds-custom-heading-compact-01-letter-spacing, .16px)}cds-custom-header-menu::part(menu-body){inline-size:100%!important;max-block-size:calc(100vh - 47px);min-inline-size:15rem!important;overflow-x:hidden}cds-custom-header-menu::part(trigger){display:flex!important;overflow:hidden;flex-direction:row!important;flex-wrap:nowrap!important;align-items:center!important;justify-content:space-between!important;max-inline-size:224px;text-overflow:ellipsis;white-space:nowrap}cds-custom-header-menu-item:nth-last-child(2){border-block-end:1px solid #393939}/**
6208
6211
  * @license
6209
6212
  *
6210
6213
  * Copyright IBM Corp. 2025
@@ -6396,7 +6399,7 @@ var od = Object.defineProperty, sd = Object.getOwnPropertyDescriptor, xc = (s, t
6396
6399
  (n = s[r]) && (c = (e ? n(t, o, c) : n(c)) || c);
6397
6400
  return e && c && od(t, o, c), c;
6398
6401
  };
6399
- const { stablePrefix: ed } = st, cd = `${w}__logout-header`, rd = m`
6402
+ const { stablePrefix: ed } = st, cd = `${z}__logout-header`, rd = m`
6400
6403
  <svg
6401
6404
  width="45"
6402
6405
  height="18"
@@ -7142,7 +7145,7 @@ var vd = Object.defineProperty, hd = Object.getOwnPropertyDescriptor, $o = (s, t
7142
7145
  (n = s[r]) && (c = (e ? n(t, o, c) : n(c)) || c);
7143
7146
  return e && c && vd(t, o, c), c;
7144
7147
  };
7145
- const { stablePrefix: gd } = st, Ao = `${w}__logout-tile`;
7148
+ const { stablePrefix: gd } = st, Ao = `${z}__logout-tile`;
7146
7149
  let Yt = class extends y {
7147
7150
  constructor() {
7148
7151
  super(), this.brandCompany = "", this.brandProduct = "", this.logoutText = "", this.buttonLabel = "", this.loginHref = "";