.theme-not-preferred,
.theme-light {
  --media-prefers-light: ;
}
.theme-preferred,
.theme-dark {
  --media-prefers-light: initial;
}
@media (prefers-color-scheme: light) {
  :root:not(.theme-dark):not(.theme-not-preferred),
  .theme-preferred {
    --media-prefers-light: ;
  }
  .theme-not-preferred {
    --media-prefers-light: initial;
  }
}

:root {
	--borderRadiusNone: 0;
	--borderRadiusSmall: 2px;
	--borderRadiusMedium: 4px;
	--borderRadiusLarge: 6px;
	--borderRadiusXLarge: 8px;
	--borderRadiusCircular: 10000px;
	--fontSizeBase100: 10px;
	--fontSizeBase200: 12px;
	--fontSizeBase300: 14px;
	--fontSizeBase400: 16px;
	--fontSizeBase500: 20px;
	--fontSizeBase600: 24px;
	--fontSizeHero700: 28px;
	--fontSizeHero800: 32px;
	--fontSizeHero900: 40px;
	--fontSizeHero1000: 68px;
	--lineHeightBase100: 14px;
	--lineHeightBase200: 16px;
	--lineHeightBase300: 20px;
	--lineHeightBase400: 22px;
	--lineHeightBase500: 28px;
	--lineHeightBase600: 32px;
	--lineHeightHero700: 36px;
	--lineHeightHero800: 40px;
	--lineHeightHero900: 52px;
	--lineHeightHero1000: 92px;
	--fontFamilyBase: 'Segoe UI', 'Segoe UI Web (West European)', -apple-system, BlinkMacSystemFont, Roboto, 'Helvetica Neue', sans-serif;
	--fontFamilyMonospace: Consolas, 'Courier New', Courier, monospace;
	--fontFamilyNumeric: Bahnschrift, 'Segoe UI', 'Segoe UI Web (West European)', -apple-system, BlinkMacSystemFont, Roboto, 'Helvetica Neue', sans-serif;
	--fontWeightRegular: 400;
	--fontWeightMedium: 500;
	--fontWeightSemibold: 600;
	--fontWeightBold: 700;
	--strokeWidthThin: 1px;
	--strokeWidthThick: 2px;
	--strokeWidthThicker: 3px;
	--strokeWidthThickest: 4px;
	--spacingHorizontalNone: 0;
	--spacingHorizontalXXS: 2px;
	--spacingHorizontalXS: 4px;
	--spacingHorizontalSNudge: 6px;
	--spacingHorizontalS: 8px;
	--spacingHorizontalMNudge: 10px;
	--spacingHorizontalM: 12px;
	--spacingHorizontalL: 16px;
	--spacingHorizontalXL: 20px;
	--spacingHorizontalXXL: 24px;
	--spacingHorizontalXXXL: 32px;
	--spacingVerticalNone: 0;
	--spacingVerticalXXS: 2px;
	--spacingVerticalXS: 4px;
	--spacingVerticalSNudge: 6px;
	--spacingVerticalS: 8px;
	--spacingVerticalMNudge: 10px;
	--spacingVerticalM: 12px;
	--spacingVerticalL: 16px;
	--spacingVerticalXL: 20px;
	--spacingVerticalXXL: 24px;
	--spacingVerticalXXXL: 32px;
	--durationUltraFast: 50ms;
	--durationFaster: 100ms;
	--durationFast: 150ms;
	--durationNormal: 200ms;
	--durationGentle: 250ms;
	--durationSlow: 300ms;
	--durationSlower: 400ms;
	--durationUltraSlow: 500ms;
}


:root,
.theme-preferred,
.theme-not-preferred,
.theme-light,
.theme-dark {
    /* const maybe_light_val = lightTog && YourLightValue: */
    --__colorNeutralForeground1_light: var(--media-prefers-light) #242424;
    --__colorNeutralForeground1Hover_light: var(--media-prefers-light) #242424;
    --__colorNeutralForeground1Pressed_light: var(--media-prefers-light) #242424;
    --__colorNeutralForeground1Selected_light: var(--media-prefers-light) #242424;
    --__colorNeutralForeground2_light: var(--media-prefers-light) #424242;
    --__colorNeutralForeground2Hover_light: var(--media-prefers-light) #242424;
    --__colorNeutralForeground2Pressed_light: var(--media-prefers-light) #242424;
    --__colorNeutralForeground2Selected_light: var(--media-prefers-light) #242424;
    --__colorNeutralForeground2BrandHover_light: var(--media-prefers-light) #185ABD;
    --__colorNeutralForeground2BrandPressed_light: var(--media-prefers-light) #2461CA;
    --__colorNeutralForeground2BrandSelected_light: var(--media-prefers-light) #185ABD;
    --__colorNeutralForeground3_light: var(--media-prefers-light) #616161;
    --__colorNeutralForeground3Hover_light: var(--media-prefers-light) #424242;
    --__colorNeutralForeground3Pressed_light: var(--media-prefers-light) #424242;
    --__colorNeutralForeground3Selected_light: var(--media-prefers-light) #424242;
    --__colorNeutralForeground3BrandHover_light: var(--media-prefers-light) #185ABD;
    --__colorNeutralForeground3BrandPressed_light: var(--media-prefers-light) #2461CA;
    --__colorNeutralForeground3BrandSelected_light: var(--media-prefers-light) #185ABD;
    --__colorNeutralForeground4_light: var(--media-prefers-light) #707070;
    --__colorNeutralForegroundDisabled_light: var(--media-prefers-light) #bdbdbd;
    --__colorNeutralForegroundInvertedDisabled_light: var(--media-prefers-light) rgba(255, 255, 255, 0.4);
    --__colorBrandForegroundLink_light: var(--media-prefers-light) #2461CA;
    --__colorBrandForegroundLinkHover_light: var(--media-prefers-light) #1651AA;
    --__colorBrandForegroundLinkPressed_light: var(--media-prefers-light) #19428A;
    --__colorBrandForegroundLinkSelected_light: var(--media-prefers-light) #2461CA;
    --__colorNeutralForeground2Link_light: var(--media-prefers-light) #424242;
    --__colorNeutralForeground2LinkHover_light: var(--media-prefers-light) #242424;
    --__colorNeutralForeground2LinkPressed_light: var(--media-prefers-light) #242424;
    --__colorNeutralForeground2LinkSelected_light: var(--media-prefers-light) #242424;
    --__colorCompoundBrandForeground1_light: var(--media-prefers-light) #185ABD;
    --__colorCompoundBrandForeground1Hover_light: var(--media-prefers-light) #2461CA;
    --__colorCompoundBrandForeground1Pressed_light: var(--media-prefers-light) #1651AA;
    --__colorBrandForeground1_light: var(--media-prefers-light) #185ABD;
    --__colorBrandForeground2_light: var(--media-prefers-light) #2461CA;
    --__colorBrandForeground2Hover_light: var(--media-prefers-light) #1651AA;
    --__colorBrandForeground2Pressed_light: var(--media-prefers-light) #0E336A;
    --__colorNeutralForeground1Static_light: var(--media-prefers-light) #242424;
    --__colorNeutralForegroundStaticInverted_light: var(--media-prefers-light) #ffffff;
    --__colorNeutralForegroundInverted_light: var(--media-prefers-light) #ffffff;
    --__colorNeutralForegroundInvertedHover_light: var(--media-prefers-light) #ffffff;
    --__colorNeutralForegroundInvertedPressed_light: var(--media-prefers-light) #ffffff;
    --__colorNeutralForegroundInvertedSelected_light: var(--media-prefers-light) #ffffff;
    --__colorNeutralForegroundInverted2_light: var(--media-prefers-light) #ffffff;
    --__colorNeutralForegroundOnBrand_light: var(--media-prefers-light) #ffffff;
    --__colorNeutralForegroundInvertedLink_light: var(--media-prefers-light) #ffffff;
    --__colorNeutralForegroundInvertedLinkHover_light: var(--media-prefers-light) #ffffff;
    --__colorNeutralForegroundInvertedLinkPressed_light: var(--media-prefers-light) #ffffff;
    --__colorNeutralForegroundInvertedLinkSelected_light: var(--media-prefers-light) #ffffff;
    --__colorBrandForegroundInverted_light: var(--media-prefers-light) #296AC5;
    --__colorBrandForegroundInvertedHover_light: var(--media-prefers-light) #3D7CE8;
    --__colorBrandForegroundInvertedPressed_light: var(--media-prefers-light) #296AC5;
    --__colorBrandForegroundOnLight_light: var(--media-prefers-light) #185ABD;
    --__colorBrandForegroundOnLightHover_light: var(--media-prefers-light) #2461CA;
    --__colorBrandForegroundOnLightPressed_light: var(--media-prefers-light) #13458F;
    --__colorBrandForegroundOnLightSelected_light: var(--media-prefers-light) #1651AA;
    --__colorNeutralBackground1_light: var(--media-prefers-light) #ffffff;
    --__colorNeutralBackground1Hover_light: var(--media-prefers-light) #f5f5f5;
    --__colorNeutralBackground1Pressed_light: var(--media-prefers-light) #e0e0e0;
    --__colorNeutralBackground1Selected_light: var(--media-prefers-light) #ebebeb;
    --__colorNeutralBackground2_light: var(--media-prefers-light) #fafafa;
    --__colorNeutralBackground2Hover_light: var(--media-prefers-light) #f0f0f0;
    --__colorNeutralBackground2Pressed_light: var(--media-prefers-light) #dbdbdb;
    --__colorNeutralBackground2Selected_light: var(--media-prefers-light) #e6e6e6;
    --__colorNeutralBackground3_light: var(--media-prefers-light) #f5f5f5;
    --__colorNeutralBackground3Hover_light: var(--media-prefers-light) #ebebeb;
    --__colorNeutralBackground3Pressed_light: var(--media-prefers-light) #d6d6d6;
    --__colorNeutralBackground3Selected_light: var(--media-prefers-light) #e0e0e0;
    --__colorNeutralBackground4_light: var(--media-prefers-light) #f0f0f0;
    --__colorNeutralBackground4Hover_light: var(--media-prefers-light) #fafafa;
    --__colorNeutralBackground4Pressed_light: var(--media-prefers-light) #f5f5f5;
    --__colorNeutralBackground4Selected_light: var(--media-prefers-light) #ffffff;
    --__colorNeutralBackground5_light: var(--media-prefers-light) #ebebeb;
    --__colorNeutralBackground5Hover_light: var(--media-prefers-light) #f5f5f5;
    --__colorNeutralBackground5Pressed_light: var(--media-prefers-light) #f0f0f0;
    --__colorNeutralBackground5Selected_light: var(--media-prefers-light) #fafafa;
    --__colorNeutralBackground6_light: var(--media-prefers-light) #e6e6e6;
    --__colorNeutralBackgroundInverted_light: var(--media-prefers-light) #292929;
    --__colorNeutralBackgroundStatic_light: var(--media-prefers-light) #333333;
    --__colorNeutralBackgroundAlpha_light: var(--media-prefers-light) rgba(255, 255, 255, 0.5);
    --__colorNeutralBackgroundAlpha2_light: var(--media-prefers-light) rgba(255, 255, 255, 0.8);
    --__colorSubtleBackground_light: var(--media-prefers-light) transparent;
    --__colorSubtleBackgroundHover_light: var(--media-prefers-light) #f5f5f5;
    --__colorSubtleBackgroundPressed_light: var(--media-prefers-light) #e0e0e0;
    --__colorSubtleBackgroundSelected_light: var(--media-prefers-light) #ebebeb;
    --__colorSubtleBackgroundLightAlphaHover_light: var(--media-prefers-light) rgba(255, 255, 255, 0.7);
    --__colorSubtleBackgroundLightAlphaPressed_light: var(--media-prefers-light) rgba(255, 255, 255, 0.5);
    --__colorSubtleBackgroundLightAlphaSelected_light: var(--media-prefers-light) transparent;
    --__colorSubtleBackgroundInverted_light: var(--media-prefers-light) transparent;
    --__colorSubtleBackgroundInvertedHover_light: var(--media-prefers-light) rgba(0, 0, 0, 0.1);
    --__colorSubtleBackgroundInvertedPressed_light: var(--media-prefers-light) rgba(0, 0, 0, 0.3);
    --__colorSubtleBackgroundInvertedSelected_light: var(--media-prefers-light) rgba(0, 0, 0, 0.2);
    --__colorTransparentBackground_light: var(--media-prefers-light) transparent;
    --__colorTransparentBackgroundHover_light: var(--media-prefers-light) transparent;
    --__colorTransparentBackgroundPressed_light: var(--media-prefers-light) transparent;
    --__colorTransparentBackgroundSelected_light: var(--media-prefers-light) transparent;
    --__colorNeutralBackgroundDisabled_light: var(--media-prefers-light) #f0f0f0;
    --__colorNeutralBackgroundInvertedDisabled_light: var(--media-prefers-light) rgba(255, 255, 255, 0.1);
    --__colorNeutralStencil1_light: var(--media-prefers-light) #e6e6e6;
    --__colorNeutralStencil2_light: var(--media-prefers-light) #fafafa;
    --__colorNeutralStencil1Alpha_light: var(--media-prefers-light) rgba(0, 0, 0, 0.1);
    --__colorNeutralStencil2Alpha_light: var(--media-prefers-light) rgba(0, 0, 0, 0.05);
    --__colorBackgroundOverlay_light: var(--media-prefers-light) rgba(0, 0, 0, 0.4);
    --__colorScrollbarOverlay_light: var(--media-prefers-light) rgba(0, 0, 0, 0.5);
    --__colorBrandBackground_light: var(--media-prefers-light) #185ABD;
    --__colorBrandBackgroundHover_light: var(--media-prefers-light) #2461CA;
    --__colorBrandBackgroundPressed_light: var(--media-prefers-light) #19428A;
    --__colorBrandBackgroundSelected_light: var(--media-prefers-light) #1651AA;
    --__colorCompoundBrandBackground_light: var(--media-prefers-light) #185ABD;
    --__colorCompoundBrandBackgroundHover_light: var(--media-prefers-light) #2461CA;
    --__colorCompoundBrandBackgroundPressed_light: var(--media-prefers-light) #1651AA;
    --__colorBrandBackgroundStatic_light: var(--media-prefers-light) #185ABD;
    --__colorBrandBackground2_light: var(--media-prefers-light) #D2E0F4;
    --__colorBrandBackground2Hover_light: var(--media-prefers-light) #AEC6EB;
    --__colorBrandBackground2Pressed_light: var(--media-prefers-light) #6794D7;
    --__colorBrandBackground3Static_light: var(--media-prefers-light) #1651AA;
    --__colorBrandBackground4Static_light: var(--media-prefers-light) #19428A;
    --__colorBrandBackgroundInverted_light: var(--media-prefers-light) #ffffff;
    --__colorBrandBackgroundInvertedHover_light: var(--media-prefers-light) #D2E0F4;
    --__colorBrandBackgroundInvertedPressed_light: var(--media-prefers-light) #82ABF1;
    --__colorBrandBackgroundInvertedSelected_light: var(--media-prefers-light) #AEC6EB;
    --__colorNeutralCardBackground_light: var(--media-prefers-light) #fafafa;
    --__colorNeutralCardBackgroundHover_light: var(--media-prefers-light) #ffffff;
    --__colorNeutralCardBackgroundPressed_light: var(--media-prefers-light) #f5f5f5;
    --__colorNeutralCardBackgroundSelected_light: var(--media-prefers-light) #ebebeb;
    --__colorNeutralCardBackgroundDisabled_light: var(--media-prefers-light) #f0f0f0;
    --__colorNeutralStrokeAccessible_light: var(--media-prefers-light) #616161;
    --__colorNeutralStrokeAccessibleHover_light: var(--media-prefers-light) #575757;
    --__colorNeutralStrokeAccessiblePressed_light: var(--media-prefers-light) #4d4d4d;
    --__colorNeutralStrokeAccessibleSelected_light: var(--media-prefers-light) #185ABD;
    --__colorNeutralStroke1_light: var(--media-prefers-light) #d1d1d1;
    --__colorNeutralStroke1Hover_light: var(--media-prefers-light) #c7c7c7;
    --__colorNeutralStroke1Pressed_light: var(--media-prefers-light) #b3b3b3;
    --__colorNeutralStroke1Selected_light: var(--media-prefers-light) #bdbdbd;
    --__colorNeutralStroke2_light: var(--media-prefers-light) #e0e0e0;
    --__colorNeutralStroke3_light: var(--media-prefers-light) #f0f0f0;
    --__colorNeutralStrokeSubtle_light: var(--media-prefers-light) #e0e0e0;
    --__colorNeutralStrokeOnBrand_light: var(--media-prefers-light) #ffffff;
    --__colorNeutralStrokeOnBrand2_light: var(--media-prefers-light) #ffffff;
    --__colorNeutralStrokeOnBrand2Hover_light: var(--media-prefers-light) #ffffff;
    --__colorNeutralStrokeOnBrand2Pressed_light: var(--media-prefers-light) #ffffff;
    --__colorNeutralStrokeOnBrand2Selected_light: var(--media-prefers-light) #ffffff;
    --__colorBrandStroke1_light: var(--media-prefers-light) #185ABD;
    --__colorBrandStroke2_light: var(--media-prefers-light) #82ABF1;
    --__colorBrandStroke2Hover_light: var(--media-prefers-light) #598FEC;
    --__colorBrandStroke2Pressed_light: var(--media-prefers-light) #185ABD;
    --__colorBrandStroke2Contrast_light: var(--media-prefers-light) #82ABF1;
    --__colorCompoundBrandStroke_light: var(--media-prefers-light) #185ABD;
    --__colorCompoundBrandStrokeHover_light: var(--media-prefers-light) #2461CA;
    --__colorCompoundBrandStrokePressed_light: var(--media-prefers-light) #1651AA;
    --__colorNeutralStrokeDisabled_light: var(--media-prefers-light) #e0e0e0;
    --__colorNeutralStrokeInvertedDisabled_light: var(--media-prefers-light) rgba(255, 255, 255, 0.4);
    --__colorTransparentStroke_light: var(--media-prefers-light) transparent;
    --__colorTransparentStrokeInteractive_light: var(--media-prefers-light) transparent;
    --__colorTransparentStrokeDisabled_light: var(--media-prefers-light) transparent;
    --__colorNeutralStrokeAlpha_light: var(--media-prefers-light) rgba(0, 0, 0, 0.05);
    --__colorNeutralStrokeAlpha2_light: var(--media-prefers-light) rgba(255, 255, 255, 0.2);
    --__colorStrokeFocus1_light: var(--media-prefers-light) #ffffff;
    --__colorStrokeFocus2_light: var(--media-prefers-light) #000000;
    --__colorNeutralShadowAmbient_light: var(--media-prefers-light) rgba(0,0,0,0.12);
    --__colorNeutralShadowKey_light: var(--media-prefers-light) rgba(0,0,0,0.14);
    --__colorNeutralShadowAmbientLighter_light: var(--media-prefers-light) rgba(0,0,0,0.06);
    --__colorNeutralShadowKeyLighter_light: var(--media-prefers-light) rgba(0,0,0,0.07);
    --__colorNeutralShadowAmbientDarker_light: var(--media-prefers-light) rgba(0,0,0,0.20);
    --__colorNeutralShadowKeyDarker_light: var(--media-prefers-light) rgba(0,0,0,0.24);
    --__colorBrandShadowAmbient_light: var(--media-prefers-light) rgba(0,0,0,0.30);
    --__colorBrandShadowKey_light: var(--media-prefers-light) rgba(0,0,0,0.25);
    --__colorPaletteRedBackground1_light: var(--media-prefers-light) #fdf6f6;
    --__colorPaletteRedBackground2_light: var(--media-prefers-light) #f1bbbc;
    --__colorPaletteRedBackground3_light: var(--media-prefers-light) #d13438;
    --__colorPaletteRedForeground1_light: var(--media-prefers-light) #bc2f32;
    --__colorPaletteRedForeground2_light: var(--media-prefers-light) #751d1f;
    --__colorPaletteRedForeground3_light: var(--media-prefers-light) #d13438;
    --__colorPaletteRedBorderActive_light: var(--media-prefers-light) #d13438;
    --__colorPaletteRedBorder1_light: var(--media-prefers-light) #f1bbbc;
    --__colorPaletteRedBorder2_light: var(--media-prefers-light) #d13438;
    --__colorPaletteGreenBackground1_light: var(--media-prefers-light) #f1faf1;
    --__colorPaletteGreenBackground2_light: var(--media-prefers-light) #9fd89f;
    --__colorPaletteGreenBackground3_light: var(--media-prefers-light) #107c10;
    --__colorPaletteGreenForeground1_light: var(--media-prefers-light) #0e700e;
    --__colorPaletteGreenForeground2_light: var(--media-prefers-light) #094509;
    --__colorPaletteGreenForeground3_light: var(--media-prefers-light) #107c10;
    --__colorPaletteGreenBorderActive_light: var(--media-prefers-light) #107c10;
    --__colorPaletteGreenBorder1_light: var(--media-prefers-light) #9fd89f;
    --__colorPaletteGreenBorder2_light: var(--media-prefers-light) #107c10;
    --__colorPaletteDarkOrangeBackground1_light: var(--media-prefers-light) #fdf6f3;
    --__colorPaletteDarkOrangeBackground2_light: var(--media-prefers-light) #f4bfab;
    --__colorPaletteDarkOrangeBackground3_light: var(--media-prefers-light) #da3b01;
    --__colorPaletteDarkOrangeForeground1_light: var(--media-prefers-light) #c43501;
    --__colorPaletteDarkOrangeForeground2_light: var(--media-prefers-light) #7a2101;
    --__colorPaletteDarkOrangeForeground3_light: var(--media-prefers-light) #da3b01;
    --__colorPaletteDarkOrangeBorderActive_light: var(--media-prefers-light) #da3b01;
    --__colorPaletteDarkOrangeBorder1_light: var(--media-prefers-light) #f4bfab;
    --__colorPaletteDarkOrangeBorder2_light: var(--media-prefers-light) #da3b01;
    --__colorPaletteYellowBackground1_light: var(--media-prefers-light) #fffef5;
    --__colorPaletteYellowBackground2_light: var(--media-prefers-light) #fef7b2;
    --__colorPaletteYellowBackground3_light: var(--media-prefers-light) #fde300;
    --__colorPaletteYellowForeground1_light: var(--media-prefers-light) #817400;
    --__colorPaletteYellowForeground2_light: var(--media-prefers-light) #817400;
    --__colorPaletteYellowForeground3_light: var(--media-prefers-light) #fde300;
    --__colorPaletteYellowBorderActive_light: var(--media-prefers-light) #fde300;
    --__colorPaletteYellowBorder1_light: var(--media-prefers-light) #fef7b2;
    --__colorPaletteYellowBorder2_light: var(--media-prefers-light) #fde300;
    --__colorPaletteBerryBackground1_light: var(--media-prefers-light) #fdf5fc;
    --__colorPaletteBerryBackground2_light: var(--media-prefers-light) #edbbe7;
    --__colorPaletteBerryBackground3_light: var(--media-prefers-light) #c239b3;
    --__colorPaletteBerryForeground1_light: var(--media-prefers-light) #af33a1;
    --__colorPaletteBerryForeground2_light: var(--media-prefers-light) #6d2064;
    --__colorPaletteBerryForeground3_light: var(--media-prefers-light) #c239b3;
    --__colorPaletteBerryBorderActive_light: var(--media-prefers-light) #c239b3;
    --__colorPaletteBerryBorder1_light: var(--media-prefers-light) #edbbe7;
    --__colorPaletteBerryBorder2_light: var(--media-prefers-light) #c239b3;
    --__colorPaletteLightGreenBackground1_light: var(--media-prefers-light) #f2fbf2;
    --__colorPaletteLightGreenBackground2_light: var(--media-prefers-light) #a7e3a5;
    --__colorPaletteLightGreenBackground3_light: var(--media-prefers-light) #13a10e;
    --__colorPaletteLightGreenForeground1_light: var(--media-prefers-light) #11910d;
    --__colorPaletteLightGreenForeground2_light: var(--media-prefers-light) #0b5a08;
    --__colorPaletteLightGreenForeground3_light: var(--media-prefers-light) #13a10e;
    --__colorPaletteLightGreenBorderActive_light: var(--media-prefers-light) #13a10e;
    --__colorPaletteLightGreenBorder1_light: var(--media-prefers-light) #a7e3a5;
    --__colorPaletteLightGreenBorder2_light: var(--media-prefers-light) #13a10e;
    --__colorPaletteMarigoldBackground1_light: var(--media-prefers-light) #fefbf4;
    --__colorPaletteMarigoldBackground2_light: var(--media-prefers-light) #f9e2ae;
    --__colorPaletteMarigoldBackground3_light: var(--media-prefers-light) #eaa300;
    --__colorPaletteMarigoldForeground1_light: var(--media-prefers-light) #d39300;
    --__colorPaletteMarigoldForeground2_light: var(--media-prefers-light) #835b00;
    --__colorPaletteMarigoldForeground3_light: var(--media-prefers-light) #eaa300;
    --__colorPaletteMarigoldBorderActive_light: var(--media-prefers-light) #eaa300;
    --__colorPaletteMarigoldBorder1_light: var(--media-prefers-light) #f9e2ae;
    --__colorPaletteMarigoldBorder2_light: var(--media-prefers-light) #eaa300;
    --__colorPaletteRedForegroundInverted_light: var(--media-prefers-light) #dc5e62;
    --__colorPaletteGreenForegroundInverted_light: var(--media-prefers-light) #359b35;
    --__colorPaletteYellowForegroundInverted_light: var(--media-prefers-light) #fef7b2;
    --__colorPaletteDarkRedBackground2_light: var(--media-prefers-light) #d69ca5;
    --__colorPaletteDarkRedForeground2_light: var(--media-prefers-light) #420610;
    --__colorPaletteDarkRedBorderActive_light: var(--media-prefers-light) #750b1c;
    --__colorPaletteCranberryBackground2_light: var(--media-prefers-light) #eeacb2;
    --__colorPaletteCranberryForeground2_light: var(--media-prefers-light) #6e0811;
    --__colorPaletteCranberryBorderActive_light: var(--media-prefers-light) #c50f1f;
    --__colorPalettePumpkinBackground2_light: var(--media-prefers-light) #efc4ad;
    --__colorPalettePumpkinForeground2_light: var(--media-prefers-light) #712d09;
    --__colorPalettePumpkinBorderActive_light: var(--media-prefers-light) #ca5010;
    --__colorPalettePeachBackground2_light: var(--media-prefers-light) #ffddb3;
    --__colorPalettePeachForeground2_light: var(--media-prefers-light) #8f4e00;
    --__colorPalettePeachBorderActive_light: var(--media-prefers-light) #ff8c00;
    --__colorPaletteGoldBackground2_light: var(--media-prefers-light) #ecdfa5;
    --__colorPaletteGoldForeground2_light: var(--media-prefers-light) #6c5700;
    --__colorPaletteGoldBorderActive_light: var(--media-prefers-light) #c19c00;
    --__colorPaletteBrassBackground2_light: var(--media-prefers-light) #e0cea2;
    --__colorPaletteBrassForeground2_light: var(--media-prefers-light) #553e06;
    --__colorPaletteBrassBorderActive_light: var(--media-prefers-light) #986f0b;
    --__colorPaletteBrownBackground2_light: var(--media-prefers-light) #ddc3b0;
    --__colorPaletteBrownForeground2_light: var(--media-prefers-light) #50301a;
    --__colorPaletteBrownBorderActive_light: var(--media-prefers-light) #8e562e;
    --__colorPaletteForestBackground2_light: var(--media-prefers-light) #bdd99b;
    --__colorPaletteForestForeground2_light: var(--media-prefers-light) #294903;
    --__colorPaletteForestBorderActive_light: var(--media-prefers-light) #498205;
    --__colorPaletteSeafoamBackground2_light: var(--media-prefers-light) #a8f0cd;
    --__colorPaletteSeafoamForeground2_light: var(--media-prefers-light) #00723b;
    --__colorPaletteSeafoamBorderActive_light: var(--media-prefers-light) #00cc6a;
    --__colorPaletteDarkGreenBackground2_light: var(--media-prefers-light) #9ad29a;
    --__colorPaletteDarkGreenForeground2_light: var(--media-prefers-light) #063b06;
    --__colorPaletteDarkGreenBorderActive_light: var(--media-prefers-light) #0b6a0b;
    --__colorPaletteLightTealBackground2_light: var(--media-prefers-light) #a6e9ed;
    --__colorPaletteLightTealForeground2_light: var(--media-prefers-light) #00666d;
    --__colorPaletteLightTealBorderActive_light: var(--media-prefers-light) #00b7c3;
    --__colorPaletteTealBackground2_light: var(--media-prefers-light) #9bd9db;
    --__colorPaletteTealForeground2_light: var(--media-prefers-light) #02494c;
    --__colorPaletteTealBorderActive_light: var(--media-prefers-light) #038387;
    --__colorPaletteSteelBackground2_light: var(--media-prefers-light) #94c8d4;
    --__colorPaletteSteelForeground2_light: var(--media-prefers-light) #00333f;
    --__colorPaletteSteelBorderActive_light: var(--media-prefers-light) #005b70;
    --__colorPaletteBlueBackground2_light: var(--media-prefers-light) #a9d3f2;
    --__colorPaletteBlueForeground2_light: var(--media-prefers-light) #004377;
    --__colorPaletteBlueBorderActive_light: var(--media-prefers-light) #0078d4;
    --__colorPaletteRoyalBlueBackground2_light: var(--media-prefers-light) #9abfdc;
    --__colorPaletteRoyalBlueForeground2_light: var(--media-prefers-light) #002c4e;
    --__colorPaletteRoyalBlueBorderActive_light: var(--media-prefers-light) #004e8c;
    --__colorPaletteCornflowerBackground2_light: var(--media-prefers-light) #c8d1fa;
    --__colorPaletteCornflowerForeground2_light: var(--media-prefers-light) #2c3c85;
    --__colorPaletteCornflowerBorderActive_light: var(--media-prefers-light) #4f6bed;
    --__colorPaletteNavyBackground2_light: var(--media-prefers-light) #a3b2e8;
    --__colorPaletteNavyForeground2_light: var(--media-prefers-light) #001665;
    --__colorPaletteNavyBorderActive_light: var(--media-prefers-light) #0027b4;
    --__colorPaletteLavenderBackground2_light: var(--media-prefers-light) #d2ccf8;
    --__colorPaletteLavenderForeground2_light: var(--media-prefers-light) #3f3682;
    --__colorPaletteLavenderBorderActive_light: var(--media-prefers-light) #7160e8;
    --__colorPalettePurpleBackground2_light: var(--media-prefers-light) #c6b1de;
    --__colorPalettePurpleForeground2_light: var(--media-prefers-light) #341a51;
    --__colorPalettePurpleBorderActive_light: var(--media-prefers-light) #5c2e91;
    --__colorPaletteGrapeBackground2_light: var(--media-prefers-light) #d9a7e0;
    --__colorPaletteGrapeForeground2_light: var(--media-prefers-light) #4c0d55;
    --__colorPaletteGrapeBorderActive_light: var(--media-prefers-light) #881798;
    --__colorPaletteLilacBackground2_light: var(--media-prefers-light) #e6bfed;
    --__colorPaletteLilacForeground2_light: var(--media-prefers-light) #63276d;
    --__colorPaletteLilacBorderActive_light: var(--media-prefers-light) #b146c2;
    --__colorPalettePinkBackground2_light: var(--media-prefers-light) #f7c0e3;
    --__colorPalettePinkForeground2_light: var(--media-prefers-light) #80215d;
    --__colorPalettePinkBorderActive_light: var(--media-prefers-light) #e43ba6;
    --__colorPaletteMagentaBackground2_light: var(--media-prefers-light) #eca5d1;
    --__colorPaletteMagentaForeground2_light: var(--media-prefers-light) #6b0043;
    --__colorPaletteMagentaBorderActive_light: var(--media-prefers-light) #bf0077;
    --__colorPalettePlumBackground2_light: var(--media-prefers-light) #d696c0;
    --__colorPalettePlumForeground2_light: var(--media-prefers-light) #43002b;
    --__colorPalettePlumBorderActive_light: var(--media-prefers-light) #77004d;
    --__colorPaletteBeigeBackground2_light: var(--media-prefers-light) #d7d4d4;
    --__colorPaletteBeigeForeground2_light: var(--media-prefers-light) #444241;
    --__colorPaletteBeigeBorderActive_light: var(--media-prefers-light) #7a7574;
    --__colorPaletteMinkBackground2_light: var(--media-prefers-light) #cecccb;
    --__colorPaletteMinkForeground2_light: var(--media-prefers-light) #343231;
    --__colorPaletteMinkBorderActive_light: var(--media-prefers-light) #5d5a58;
    --__colorPalettePlatinumBackground2_light: var(--media-prefers-light) #cdd6d8;
    --__colorPalettePlatinumForeground2_light: var(--media-prefers-light) #3b4447;
    --__colorPalettePlatinumBorderActive_light: var(--media-prefers-light) #69797e;
    --__colorPaletteAnchorBackground2_light: var(--media-prefers-light) #bcc3c7;
    --__colorPaletteAnchorForeground2_light: var(--media-prefers-light) #202427;
    --__colorPaletteAnchorBorderActive_light: var(--media-prefers-light) #394146;
    --__colorStatusSuccessBackground1_light: var(--media-prefers-light) #f1faf1;
    --__colorStatusSuccessBackground2_light: var(--media-prefers-light) #9fd89f;
    --__colorStatusSuccessBackground3_light: var(--media-prefers-light) #107c10;
    --__colorStatusSuccessForeground1_light: var(--media-prefers-light) #0e700e;
    --__colorStatusSuccessForeground2_light: var(--media-prefers-light) #094509;
    --__colorStatusSuccessForeground3_light: var(--media-prefers-light) #107c10;
    --__colorStatusSuccessForegroundInverted_light: var(--media-prefers-light) #54b054;
    --__colorStatusSuccessBorderActive_light: var(--media-prefers-light) #107c10;
    --__colorStatusSuccessBorder1_light: var(--media-prefers-light) #9fd89f;
    --__colorStatusSuccessBorder2_light: var(--media-prefers-light) #107c10;
    --__colorStatusWarningBackground1_light: var(--media-prefers-light) #fff9f5;
    --__colorStatusWarningBackground2_light: var(--media-prefers-light) #fdcfb4;
    --__colorStatusWarningBackground3_light: var(--media-prefers-light) #f7630c;
    --__colorStatusWarningForeground1_light: var(--media-prefers-light) #bc4b09;
    --__colorStatusWarningForeground2_light: var(--media-prefers-light) #8a3707;
    --__colorStatusWarningForeground3_light: var(--media-prefers-light) #bc4b09;
    --__colorStatusWarningForegroundInverted_light: var(--media-prefers-light) #faa06b;
    --__colorStatusWarningBorderActive_light: var(--media-prefers-light) #f7630c;
    --__colorStatusWarningBorder1_light: var(--media-prefers-light) #fdcfb4;
    --__colorStatusWarningBorder2_light: var(--media-prefers-light) #bc4b09;
    --__colorStatusDangerBackground1_light: var(--media-prefers-light) #fdf3f4;
    --__colorStatusDangerBackground2_light: var(--media-prefers-light) #eeacb2;
    --__colorStatusDangerBackground3_light: var(--media-prefers-light) #c50f1f;
    --__colorStatusDangerForeground1_light: var(--media-prefers-light) #b10e1c;
    --__colorStatusDangerForeground2_light: var(--media-prefers-light) #6e0811;
    --__colorStatusDangerForeground3_light: var(--media-prefers-light) #c50f1f;
    --__colorStatusDangerForegroundInverted_light: var(--media-prefers-light) #dc626d;
    --__colorStatusDangerBorderActive_light: var(--media-prefers-light) #c50f1f;
    --__colorStatusDangerBorder1_light: var(--media-prefers-light) #eeacb2;
    --__colorStatusDangerBorder2_light: var(--media-prefers-light) #c50f1f;
    --__colorStatusDangerBackground3Hover_light: var(--media-prefers-light) #b10e1c;
    --__colorStatusDangerBackground3Pressed_light: var(--media-prefers-light) #960b18;
    --__shadow2_light: var(--media-prefers-light) 0 0 2px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.14);
    --__shadow4_light: var(--media-prefers-light) 0 0 2px rgba(0,0,0,0.12), 0 2px 4px rgba(0,0,0,0.14);
    --__shadow8_light: var(--media-prefers-light) 0 0 2px rgba(0,0,0,0.12), 0 4px 8px rgba(0,0,0,0.14);
    --__shadow16_light: var(--media-prefers-light) 0 0 2px rgba(0,0,0,0.12), 0 8px 16px rgba(0,0,0,0.14);
    --__shadow28_light: var(--media-prefers-light) 0 0 8px rgba(0,0,0,0.12), 0 14px 28px rgba(0,0,0,0.14);
    --__shadow64_light: var(--media-prefers-light) 0 0 8px rgba(0,0,0,0.12), 0 32px 64px rgba(0,0,0,0.14);
    --__shadow2Brand_light: var(--media-prefers-light) 0 0 2px rgba(0,0,0,0.30), 0 1px 2px rgba(0,0,0,0.25);
    --__shadow4Brand_light: var(--media-prefers-light) 0 0 2px rgba(0,0,0,0.30), 0 2px 4px rgba(0,0,0,0.25);
    --__shadow8Brand_light: var(--media-prefers-light) 0 0 2px rgba(0,0,0,0.30), 0 4px 8px rgba(0,0,0,0.25);
    --__shadow16Brand_light: var(--media-prefers-light) 0 0 2px rgba(0,0,0,0.30), 0 8px 16px rgba(0,0,0,0.25);
    --__shadow28Brand_light: var(--media-prefers-light) 0 0 8px rgba(0,0,0,0.30), 0 14px 28px rgba(0,0,0,0.25);
    --__shadow64Brand_light: var(--media-prefers-light) 0 0 8px rgba(0,0,0,0.30), 0 32px 64px rgba(0,0,0,0.25);
    --__legacy_themeDarker_light: var(--media-prefers-light) #0e336a;
    --__legacy_themeDark_light: var(--media-prefers-light) #13458f;
    --__legacy_themeDarkAlt_light: var(--media-prefers-light) #1651aa;
    --__legacy_themePrimary_light: var(--media-prefers-light) #185abd;
    --__legacy_themeSecondary_light: var(--media-prefers-light) #2e6ac5;
    --__legacy_themeTertiary_light: var(--media-prefers-light) #6794d7;
    --__legacy_themeLight_light: var(--media-prefers-light) #aec6eb;
    --__legacy_themeLighter_light: var(--media-prefers-light) #d2e0f4;
    --__legacy_neutralDark_light: var(--media-prefers-light) #252423;
    --__legacy_neutralPrimary_light: var(--media-prefers-light) #323130;
    --__legacy_neutralPrimaryAlt_light: var(--media-prefers-light) #605E5C;
    --__legacy_neutralSecondary_light: var(--media-prefers-light) #797775;
    --__legacy_neutralSecondaryAlt_light: var(--media-prefers-light) #8A8886;
    --__legacy_neutralTertiary_light: var(--media-prefers-light) #B3B0AD;
    --__legacy_neutralTertiaryAlt_light: var(--media-prefers-light) #BEBBB8;
    --__legacy_neutralQuaternary_light: var(--media-prefers-light) #C8C6C4;
    --__legacy_neutralQuaternaryAlt_light: var(--media-prefers-light) #D2D0CE;
    --__legacy_neutralLight_light: var(--media-prefers-light) #E1DFDD;
    --__legacy_neutralLighter_light: var(--media-prefers-light) #EDEBE9;
    --__legacy_neutralLighterAlt_light: var(--media-prefers-light) #F3F2F1;
    --__legacy_black_light: var(--media-prefers-light) #000000;
    --__legacy_white_light: var(--media-prefers-light) #FFFFFF;
    --__messageBarWarningBackground_light: var(--media-prefers-light) #FFFAD6;
    --__messageBarSuccessBackground_light: var(--media-prefers-light) #DEF2DE;
    --__messageBarErrorBackground_light: var(--media-prefers-light) #FDE7E9;
    --theme_scheme: var(--media-prefers-light) light;

    /* const theme-var = maybe_light_val || YourDarkValue: */
    --colorNeutralForeground1: var(--__colorNeutralForeground1_light, #ffffff);
    --colorNeutralForeground1Hover: var(--__colorNeutralForeground1Hover_light, #ffffff);
    --colorNeutralForeground1Pressed: var(--__colorNeutralForeground1Pressed_light, #ffffff);
    --colorNeutralForeground1Selected: var(--__colorNeutralForeground1Selected_light, #ffffff);
    --colorNeutralForeground2: var(--__colorNeutralForeground2_light, #d6d6d6);
    --colorNeutralForeground2Hover: var(--__colorNeutralForeground2Hover_light, #ffffff);
    --colorNeutralForeground2Pressed: var(--__colorNeutralForeground2Pressed_light, #ffffff);
    --colorNeutralForeground2Selected: var(--__colorNeutralForeground2Selected_light, #ffffff);
    --colorNeutralForeground2BrandHover: var(--__colorNeutralForeground2BrandHover_light, #296AC5);
    --colorNeutralForeground2BrandPressed: var(--__colorNeutralForeground2BrandPressed_light, #2E6AC5);
    --colorNeutralForeground2BrandSelected: var(--__colorNeutralForeground2BrandSelected_light, #296AC5);
    --colorNeutralForeground3: var(--__colorNeutralForeground3_light, #adadad);
    --colorNeutralForeground3Hover: var(--__colorNeutralForeground3Hover_light, #d6d6d6);
    --colorNeutralForeground3Pressed: var(--__colorNeutralForeground3Pressed_light, #d6d6d6);
    --colorNeutralForeground3Selected: var(--__colorNeutralForeground3Selected_light, #d6d6d6);
    --colorNeutralForeground3BrandHover: var(--__colorNeutralForeground3BrandHover_light, #296AC5);
    --colorNeutralForeground3BrandPressed: var(--__colorNeutralForeground3BrandPressed_light, #2E6AC5);
    --colorNeutralForeground3BrandSelected: var(--__colorNeutralForeground3BrandSelected_light, #296AC5);
    --colorNeutralForeground4: var(--__colorNeutralForeground4_light, #999999);
    --colorNeutralForegroundDisabled: var(--__colorNeutralForegroundDisabled_light, #5c5c5c);
    --colorNeutralForegroundInvertedDisabled: var(--__colorNeutralForegroundInvertedDisabled_light, rgba(255, 255, 255, 0.4));
    --colorBrandForegroundLink: var(--__colorBrandForegroundLink_light, #296AC5);
    --colorBrandForegroundLinkHover: var(--__colorBrandForegroundLinkHover_light, #3D7CE8);
    --colorBrandForegroundLinkPressed: var(--__colorBrandForegroundLinkPressed_light, #2E6AC5);
    --colorBrandForegroundLinkSelected: var(--__colorBrandForegroundLinkSelected_light, #296AC5);
    --colorNeutralForeground2Link: var(--__colorNeutralForeground2Link_light, #d6d6d6);
    --colorNeutralForeground2LinkHover: var(--__colorNeutralForeground2LinkHover_light, #ffffff);
    --colorNeutralForeground2LinkPressed: var(--__colorNeutralForeground2LinkPressed_light, #ffffff);
    --colorNeutralForeground2LinkSelected: var(--__colorNeutralForeground2LinkSelected_light, #ffffff);
    --colorCompoundBrandForeground1: var(--__colorCompoundBrandForeground1_light, #82ABF1);
    --colorCompoundBrandForeground1Hover: var(--__colorCompoundBrandForeground1Hover_light, #AEC6EB);
    --colorCompoundBrandForeground1Pressed: var(--__colorCompoundBrandForeground1Pressed_light, #2E6AC5);
    --colorBrandForeground1: var(--__colorBrandForeground1_light, #296AC5);
    --colorBrandForeground2: var(--__colorBrandForeground2_light, #3D7CE8);
    --colorBrandForeground2Hover: var(--__colorBrandForeground2Hover_light, #6794D7);
    --colorBrandForeground2Pressed: var(--__colorBrandForeground2Pressed_light, #D2E0F4);
    --colorNeutralForeground1Static: var(--__colorNeutralForeground1Static_light, #242424);
    --colorNeutralForegroundStaticInverted: var(--__colorNeutralForegroundStaticInverted_light, #ffffff);
    --colorNeutralForegroundInverted: var(--__colorNeutralForegroundInverted_light, #242424);
    --colorNeutralForegroundInvertedHover: var(--__colorNeutralForegroundInvertedHover_light, #242424);
    --colorNeutralForegroundInvertedPressed: var(--__colorNeutralForegroundInvertedPressed_light, #242424);
    --colorNeutralForegroundInvertedSelected: var(--__colorNeutralForegroundInvertedSelected_light, #242424);
    --colorNeutralForegroundInverted2: var(--__colorNeutralForegroundInverted2_light, #242424);
    --colorNeutralForegroundOnBrand: var(--__colorNeutralForegroundOnBrand_light, #ffffff);
    --colorNeutralForegroundInvertedLink: var(--__colorNeutralForegroundInvertedLink_light, #ffffff);
    --colorNeutralForegroundInvertedLinkHover: var(--__colorNeutralForegroundInvertedLinkHover_light, #ffffff);
    --colorNeutralForegroundInvertedLinkPressed: var(--__colorNeutralForegroundInvertedLinkPressed_light, #ffffff);
    --colorNeutralForegroundInvertedLinkSelected: var(--__colorNeutralForegroundInvertedLinkSelected_light, #ffffff);
    --colorBrandForegroundInverted: var(--__colorBrandForegroundInverted_light, #185ABD);
    --colorBrandForegroundInvertedHover: var(--__colorBrandForegroundInvertedHover_light, #2461CA);
    --colorBrandForegroundInvertedPressed: var(--__colorBrandForegroundInvertedPressed_light, #1651AA);
    --colorBrandForegroundOnLight: var(--__colorBrandForegroundOnLight_light, #185ABD);
    --colorBrandForegroundOnLightHover: var(--__colorBrandForegroundOnLightHover_light, #2461CA);
    --colorBrandForegroundOnLightPressed: var(--__colorBrandForegroundOnLightPressed_light, #13458F);
    --colorBrandForegroundOnLightSelected: var(--__colorBrandForegroundOnLightSelected_light, #1651AA);
    --colorNeutralBackground1: var(--__colorNeutralBackground1_light, #292929);
    --colorNeutralBackground1Hover: var(--__colorNeutralBackground1Hover_light, #3d3d3d);
    --colorNeutralBackground1Pressed: var(--__colorNeutralBackground1Pressed_light, #1f1f1f);
    --colorNeutralBackground1Selected: var(--__colorNeutralBackground1Selected_light, #383838);
    --colorNeutralBackground2: var(--__colorNeutralBackground2_light, #1f1f1f);
    --colorNeutralBackground2Hover: var(--__colorNeutralBackground2Hover_light, #333333);
    --colorNeutralBackground2Pressed: var(--__colorNeutralBackground2Pressed_light, #141414);
    --colorNeutralBackground2Selected: var(--__colorNeutralBackground2Selected_light, #2e2e2e);
    --colorNeutralBackground3: var(--__colorNeutralBackground3_light, #141414);
    --colorNeutralBackground3Hover: var(--__colorNeutralBackground3Hover_light, #292929);
    --colorNeutralBackground3Pressed: var(--__colorNeutralBackground3Pressed_light, #0a0a0a);
    --colorNeutralBackground3Selected: var(--__colorNeutralBackground3Selected_light, #242424);
    --colorNeutralBackground4: var(--__colorNeutralBackground4_light, #0a0a0a);
    --colorNeutralBackground4Hover: var(--__colorNeutralBackground4Hover_light, #1f1f1f);
    --colorNeutralBackground4Pressed: var(--__colorNeutralBackground4Pressed_light, #000000);
    --colorNeutralBackground4Selected: var(--__colorNeutralBackground4Selected_light, #1a1a1a);
    --colorNeutralBackground5: var(--__colorNeutralBackground5_light, #000000);
    --colorNeutralBackground5Hover: var(--__colorNeutralBackground5Hover_light, #141414);
    --colorNeutralBackground5Pressed: var(--__colorNeutralBackground5Pressed_light, #050505);
    --colorNeutralBackground5Selected: var(--__colorNeutralBackground5Selected_light, #0f0f0f);
    --colorNeutralBackground6: var(--__colorNeutralBackground6_light, #333333);
    --colorNeutralBackgroundInverted: var(--__colorNeutralBackgroundInverted_light, #ffffff);
    --colorNeutralBackgroundStatic: var(--__colorNeutralBackgroundStatic_light, #3d3d3d);
    --colorNeutralBackgroundAlpha: var(--__colorNeutralBackgroundAlpha_light, rgba(26, 26, 26, 0.5));
    --colorNeutralBackgroundAlpha2: var(--__colorNeutralBackgroundAlpha2_light, rgba(31, 31, 31, 0.7));
    --colorSubtleBackground: var(--__colorSubtleBackground_light, transparent);
    --colorSubtleBackgroundHover: var(--__colorSubtleBackgroundHover_light, #383838);
    --colorSubtleBackgroundPressed: var(--__colorSubtleBackgroundPressed_light, #2e2e2e);
    --colorSubtleBackgroundSelected: var(--__colorSubtleBackgroundSelected_light, #333333);
    --colorSubtleBackgroundLightAlphaHover: var(--__colorSubtleBackgroundLightAlphaHover_light, rgba(36, 36, 36, 0.8));
    --colorSubtleBackgroundLightAlphaPressed: var(--__colorSubtleBackgroundLightAlphaPressed_light, rgba(36, 36, 36, 0.5));
    --colorSubtleBackgroundLightAlphaSelected: var(--__colorSubtleBackgroundLightAlphaSelected_light, transparent);
    --colorSubtleBackgroundInverted: var(--__colorSubtleBackgroundInverted_light, transparent);
    --colorSubtleBackgroundInvertedHover: var(--__colorSubtleBackgroundInvertedHover_light, rgba(0, 0, 0, 0.1));
    --colorSubtleBackgroundInvertedPressed: var(--__colorSubtleBackgroundInvertedPressed_light, rgba(0, 0, 0, 0.3));
    --colorSubtleBackgroundInvertedSelected: var(--__colorSubtleBackgroundInvertedSelected_light, rgba(0, 0, 0, 0.2));
    --colorTransparentBackground: var(--__colorTransparentBackground_light, transparent);
    --colorTransparentBackgroundHover: var(--__colorTransparentBackgroundHover_light, transparent);
    --colorTransparentBackgroundPressed: var(--__colorTransparentBackgroundPressed_light, transparent);
    --colorTransparentBackgroundSelected: var(--__colorTransparentBackgroundSelected_light, transparent);
    --colorNeutralBackgroundDisabled: var(--__colorNeutralBackgroundDisabled_light, #141414);
    --colorNeutralBackgroundInvertedDisabled: var(--__colorNeutralBackgroundInvertedDisabled_light, rgba(255, 255, 255, 0.1));
    --colorNeutralStencil1: var(--__colorNeutralStencil1_light, #575757);
    --colorNeutralStencil2: var(--__colorNeutralStencil2_light, #333333);
    --colorNeutralStencil1Alpha: var(--__colorNeutralStencil1Alpha_light, rgba(255, 255, 255, 0.1));
    --colorNeutralStencil2Alpha: var(--__colorNeutralStencil2Alpha_light, rgba(255, 255, 255, 0.05));
    --colorBackgroundOverlay: var(--__colorBackgroundOverlay_light, rgba(0, 0, 0, 0.5));
    --colorScrollbarOverlay: var(--__colorScrollbarOverlay_light, rgba(255, 255, 255, 0.6));
    --colorBrandBackground: var(--__colorBrandBackground_light, #2461CA);
    --colorBrandBackgroundHover: var(--__colorBrandBackgroundHover_light, #185ABD);
    --colorBrandBackgroundPressed: var(--__colorBrandBackgroundPressed_light, #19428A);
    --colorBrandBackgroundSelected: var(--__colorBrandBackgroundSelected_light, #1651AA);
    --colorCompoundBrandBackground: var(--__colorCompoundBrandBackground_light, #296AC5);
    --colorCompoundBrandBackgroundHover: var(--__colorCompoundBrandBackgroundHover_light, #3D7CE8);
    --colorCompoundBrandBackgroundPressed: var(--__colorCompoundBrandBackgroundPressed_light, #2E6AC5);
    --colorBrandBackgroundStatic: var(--__colorBrandBackgroundStatic_light, #185ABD);
    --colorBrandBackground2: var(--__colorBrandBackground2_light, #0C2145);
    --colorBrandBackground2Hover: var(--__colorBrandBackground2Hover_light, #19428A);
    --colorBrandBackground2Pressed: var(--__colorBrandBackground2Pressed_light, #071225);
    --colorBrandBackground3Static: var(--__colorBrandBackground3Static_light, #1651AA);
    --colorBrandBackground4Static: var(--__colorBrandBackground4Static_light, #19428A);
    --colorBrandBackgroundInverted: var(--__colorBrandBackgroundInverted_light, #ffffff);
    --colorBrandBackgroundInvertedHover: var(--__colorBrandBackgroundInvertedHover_light, #D2E0F4);
    --colorBrandBackgroundInvertedPressed: var(--__colorBrandBackgroundInvertedPressed_light, #82ABF1);
    --colorBrandBackgroundInvertedSelected: var(--__colorBrandBackgroundInvertedSelected_light, #AEC6EB);
    --colorNeutralCardBackground: var(--__colorNeutralCardBackground_light, #333333);
    --colorNeutralCardBackgroundHover: var(--__colorNeutralCardBackgroundHover_light, #3d3d3d);
    --colorNeutralCardBackgroundPressed: var(--__colorNeutralCardBackgroundPressed_light, #2e2e2e);
    --colorNeutralCardBackgroundSelected: var(--__colorNeutralCardBackgroundSelected_light, #383838);
    --colorNeutralCardBackgroundDisabled: var(--__colorNeutralCardBackgroundDisabled_light, #141414);
    --colorNeutralStrokeAccessible: var(--__colorNeutralStrokeAccessible_light, #adadad);
    --colorNeutralStrokeAccessibleHover: var(--__colorNeutralStrokeAccessibleHover_light, #bdbdbd);
    --colorNeutralStrokeAccessiblePressed: var(--__colorNeutralStrokeAccessiblePressed_light, #b3b3b3);
    --colorNeutralStrokeAccessibleSelected: var(--__colorNeutralStrokeAccessibleSelected_light, #296AC5);
    --colorNeutralStroke1: var(--__colorNeutralStroke1_light, #666666);
    --colorNeutralStroke1Hover: var(--__colorNeutralStroke1Hover_light, #757575);
    --colorNeutralStroke1Pressed: var(--__colorNeutralStroke1Pressed_light, #6b6b6b);
    --colorNeutralStroke1Selected: var(--__colorNeutralStroke1Selected_light, #707070);
    --colorNeutralStroke2: var(--__colorNeutralStroke2_light, #525252);
    --colorNeutralStroke3: var(--__colorNeutralStroke3_light, #3d3d3d);
    --colorNeutralStrokeSubtle: var(--__colorNeutralStrokeSubtle_light, #0a0a0a);
    --colorNeutralStrokeOnBrand: var(--__colorNeutralStrokeOnBrand_light, #292929);
    --colorNeutralStrokeOnBrand2: var(--__colorNeutralStrokeOnBrand2_light, #ffffff);
    --colorNeutralStrokeOnBrand2Hover: var(--__colorNeutralStrokeOnBrand2Hover_light, #ffffff);
    --colorNeutralStrokeOnBrand2Pressed: var(--__colorNeutralStrokeOnBrand2Pressed_light, #ffffff);
    --colorNeutralStrokeOnBrand2Selected: var(--__colorNeutralStrokeOnBrand2Selected_light, #ffffff);
    --colorBrandStroke1: var(--__colorBrandStroke1_light, #296AC5);
    --colorBrandStroke2: var(--__colorBrandStroke2_light, #13458F);
    --colorBrandStroke2Hover: var(--__colorBrandStroke2Hover_light, #13458F);
    --colorBrandStroke2Pressed: var(--__colorBrandStroke2Pressed_light, #0E336A);
    --colorBrandStroke2Contrast: var(--__colorBrandStroke2Contrast_light, #13458F);
    --colorCompoundBrandStroke: var(--__colorCompoundBrandStroke_light, #296AC5);
    --colorCompoundBrandStrokeHover: var(--__colorCompoundBrandStrokeHover_light, #3D7CE8);
    --colorCompoundBrandStrokePressed: var(--__colorCompoundBrandStrokePressed_light, #2E6AC5);
    --colorNeutralStrokeDisabled: var(--__colorNeutralStrokeDisabled_light, #424242);
    --colorNeutralStrokeInvertedDisabled: var(--__colorNeutralStrokeInvertedDisabled_light, rgba(255, 255, 255, 0.4));
    --colorTransparentStroke: var(--__colorTransparentStroke_light, transparent);
    --colorTransparentStrokeInteractive: var(--__colorTransparentStrokeInteractive_light, transparent);
    --colorTransparentStrokeDisabled: var(--__colorTransparentStrokeDisabled_light, transparent);
    --colorNeutralStrokeAlpha: var(--__colorNeutralStrokeAlpha_light, rgba(255, 255, 255, 0.1));
    --colorNeutralStrokeAlpha2: var(--__colorNeutralStrokeAlpha2_light, rgba(255, 255, 255, 0.2));
    --colorStrokeFocus1: var(--__colorStrokeFocus1_light, #000000);
    --colorStrokeFocus2: var(--__colorStrokeFocus2_light, #ffffff);
    --colorNeutralShadowAmbient: var(--__colorNeutralShadowAmbient_light, rgba(0,0,0,0.24));
    --colorNeutralShadowKey: var(--__colorNeutralShadowKey_light, rgba(0,0,0,0.28));
    --colorNeutralShadowAmbientLighter: var(--__colorNeutralShadowAmbientLighter_light, rgba(0,0,0,0.12));
    --colorNeutralShadowKeyLighter: var(--__colorNeutralShadowKeyLighter_light, rgba(0,0,0,0.14));
    --colorNeutralShadowAmbientDarker: var(--__colorNeutralShadowAmbientDarker_light, rgba(0,0,0,0.40));
    --colorNeutralShadowKeyDarker: var(--__colorNeutralShadowKeyDarker_light, rgba(0,0,0,0.48));
    --colorBrandShadowAmbient: var(--__colorBrandShadowAmbient_light, rgba(0,0,0,0.30));
    --colorBrandShadowKey: var(--__colorBrandShadowKey_light, rgba(0,0,0,0.25));
    --colorPaletteRedBackground1: var(--__colorPaletteRedBackground1_light, #3f1011);
    --colorPaletteRedBackground2: var(--__colorPaletteRedBackground2_light, #751d1f);
    --colorPaletteRedBackground3: var(--__colorPaletteRedBackground3_light, #d13438);
    --colorPaletteRedForeground1: var(--__colorPaletteRedForeground1_light, #e37d80);
    --colorPaletteRedForeground2: var(--__colorPaletteRedForeground2_light, #f1bbbc);
    --colorPaletteRedForeground3: var(--__colorPaletteRedForeground3_light, #e37d80);
    --colorPaletteRedBorderActive: var(--__colorPaletteRedBorderActive_light, #e37d80);
    --colorPaletteRedBorder1: var(--__colorPaletteRedBorder1_light, #d13438);
    --colorPaletteRedBorder2: var(--__colorPaletteRedBorder2_light, #e37d80);
    --colorPaletteGreenBackground1: var(--__colorPaletteGreenBackground1_light, #052505);
    --colorPaletteGreenBackground2: var(--__colorPaletteGreenBackground2_light, #094509);
    --colorPaletteGreenBackground3: var(--__colorPaletteGreenBackground3_light, #107c10);
    --colorPaletteGreenForeground1: var(--__colorPaletteGreenForeground1_light, #54b054);
    --colorPaletteGreenForeground2: var(--__colorPaletteGreenForeground2_light, #9fd89f);
    --colorPaletteGreenForeground3: var(--__colorPaletteGreenForeground3_light, #9fd89f);
    --colorPaletteGreenBorderActive: var(--__colorPaletteGreenBorderActive_light, #54b054);
    --colorPaletteGreenBorder1: var(--__colorPaletteGreenBorder1_light, #107c10);
    --colorPaletteGreenBorder2: var(--__colorPaletteGreenBorder2_light, #9fd89f);
    --colorPaletteDarkOrangeBackground1: var(--__colorPaletteDarkOrangeBackground1_light, #411200);
    --colorPaletteDarkOrangeBackground2: var(--__colorPaletteDarkOrangeBackground2_light, #7a2101);
    --colorPaletteDarkOrangeBackground3: var(--__colorPaletteDarkOrangeBackground3_light, #da3b01);
    --colorPaletteDarkOrangeForeground1: var(--__colorPaletteDarkOrangeForeground1_light, #e9835e);
    --colorPaletteDarkOrangeForeground2: var(--__colorPaletteDarkOrangeForeground2_light, #f4bfab);
    --colorPaletteDarkOrangeForeground3: var(--__colorPaletteDarkOrangeForeground3_light, #e9835e);
    --colorPaletteDarkOrangeBorderActive: var(--__colorPaletteDarkOrangeBorderActive_light, #e9835e);
    --colorPaletteDarkOrangeBorder1: var(--__colorPaletteDarkOrangeBorder1_light, #da3b01);
    --colorPaletteDarkOrangeBorder2: var(--__colorPaletteDarkOrangeBorder2_light, #e9835e);
    --colorPaletteYellowBackground1: var(--__colorPaletteYellowBackground1_light, #4c4400);
    --colorPaletteYellowBackground2: var(--__colorPaletteYellowBackground2_light, #817400);
    --colorPaletteYellowBackground3: var(--__colorPaletteYellowBackground3_light, #fde300);
    --colorPaletteYellowForeground1: var(--__colorPaletteYellowForeground1_light, #feee66);
    --colorPaletteYellowForeground2: var(--__colorPaletteYellowForeground2_light, #fef7b2);
    --colorPaletteYellowForeground3: var(--__colorPaletteYellowForeground3_light, #fdea3d);
    --colorPaletteYellowBorderActive: var(--__colorPaletteYellowBorderActive_light, #feee66);
    --colorPaletteYellowBorder1: var(--__colorPaletteYellowBorder1_light, #fde300);
    --colorPaletteYellowBorder2: var(--__colorPaletteYellowBorder2_light, #fdea3d);
    --colorPaletteBerryBackground1: var(--__colorPaletteBerryBackground1_light, #3a1136);
    --colorPaletteBerryBackground2: var(--__colorPaletteBerryBackground2_light, #6d2064);
    --colorPaletteBerryBackground3: var(--__colorPaletteBerryBackground3_light, #c239b3);
    --colorPaletteBerryForeground1: var(--__colorPaletteBerryForeground1_light, #da7ed0);
    --colorPaletteBerryForeground2: var(--__colorPaletteBerryForeground2_light, #edbbe7);
    --colorPaletteBerryForeground3: var(--__colorPaletteBerryForeground3_light, #d161c4);
    --colorPaletteBerryBorderActive: var(--__colorPaletteBerryBorderActive_light, #da7ed0);
    --colorPaletteBerryBorder1: var(--__colorPaletteBerryBorder1_light, #c239b3);
    --colorPaletteBerryBorder2: var(--__colorPaletteBerryBorder2_light, #d161c4);
    --colorPaletteLightGreenBackground1: var(--__colorPaletteLightGreenBackground1_light, #063004);
    --colorPaletteLightGreenBackground2: var(--__colorPaletteLightGreenBackground2_light, #0b5a08);
    --colorPaletteLightGreenBackground3: var(--__colorPaletteLightGreenBackground3_light, #13a10e);
    --colorPaletteLightGreenForeground1: var(--__colorPaletteLightGreenForeground1_light, #5ec75a);
    --colorPaletteLightGreenForeground2: var(--__colorPaletteLightGreenForeground2_light, #a7e3a5);
    --colorPaletteLightGreenForeground3: var(--__colorPaletteLightGreenForeground3_light, #3db838);
    --colorPaletteLightGreenBorderActive: var(--__colorPaletteLightGreenBorderActive_light, #5ec75a);
    --colorPaletteLightGreenBorder1: var(--__colorPaletteLightGreenBorder1_light, #13a10e);
    --colorPaletteLightGreenBorder2: var(--__colorPaletteLightGreenBorder2_light, #3db838);
    --colorPaletteMarigoldBackground1: var(--__colorPaletteMarigoldBackground1_light, #463100);
    --colorPaletteMarigoldBackground2: var(--__colorPaletteMarigoldBackground2_light, #835b00);
    --colorPaletteMarigoldBackground3: var(--__colorPaletteMarigoldBackground3_light, #eaa300);
    --colorPaletteMarigoldForeground1: var(--__colorPaletteMarigoldForeground1_light, #f2c661);
    --colorPaletteMarigoldForeground2: var(--__colorPaletteMarigoldForeground2_light, #f9e2ae);
    --colorPaletteMarigoldForeground3: var(--__colorPaletteMarigoldForeground3_light, #efb839);
    --colorPaletteMarigoldBorderActive: var(--__colorPaletteMarigoldBorderActive_light, #f2c661);
    --colorPaletteMarigoldBorder1: var(--__colorPaletteMarigoldBorder1_light, #eaa300);
    --colorPaletteMarigoldBorder2: var(--__colorPaletteMarigoldBorder2_light, #efb839);
    --colorPaletteRedForegroundInverted: var(--__colorPaletteRedForegroundInverted_light, #d13438);
    --colorPaletteGreenForegroundInverted: var(--__colorPaletteGreenForegroundInverted_light, #107c10);
    --colorPaletteYellowForegroundInverted: var(--__colorPaletteYellowForegroundInverted_light, #817400);
    --colorPaletteDarkRedBackground2: var(--__colorPaletteDarkRedBackground2_light, #590815);
    --colorPaletteDarkRedForeground2: var(--__colorPaletteDarkRedForeground2_light, #d69ca5);
    --colorPaletteDarkRedBorderActive: var(--__colorPaletteDarkRedBorderActive_light, #ac4f5e);
    --colorPaletteCranberryBackground2: var(--__colorPaletteCranberryBackground2_light, #6e0811);
    --colorPaletteCranberryForeground2: var(--__colorPaletteCranberryForeground2_light, #eeacb2);
    --colorPaletteCranberryBorderActive: var(--__colorPaletteCranberryBorderActive_light, #dc626d);
    --colorPalettePumpkinBackground2: var(--__colorPalettePumpkinBackground2_light, #712d09);
    --colorPalettePumpkinForeground2: var(--__colorPalettePumpkinForeground2_light, #efc4ad);
    --colorPalettePumpkinBorderActive: var(--__colorPalettePumpkinBorderActive_light, #df8e64);
    --colorPalettePeachBackground2: var(--__colorPalettePeachBackground2_light, #8f4e00);
    --colorPalettePeachForeground2: var(--__colorPalettePeachForeground2_light, #ffddb3);
    --colorPalettePeachBorderActive: var(--__colorPalettePeachBorderActive_light, #ffba66);
    --colorPaletteGoldBackground2: var(--__colorPaletteGoldBackground2_light, #6c5700);
    --colorPaletteGoldForeground2: var(--__colorPaletteGoldForeground2_light, #ecdfa5);
    --colorPaletteGoldBorderActive: var(--__colorPaletteGoldBorderActive_light, #dac157);
    --colorPaletteBrassBackground2: var(--__colorPaletteBrassBackground2_light, #553e06);
    --colorPaletteBrassForeground2: var(--__colorPaletteBrassForeground2_light, #e0cea2);
    --colorPaletteBrassBorderActive: var(--__colorPaletteBrassBorderActive_light, #c1a256);
    --colorPaletteBrownBackground2: var(--__colorPaletteBrownBackground2_light, #50301a);
    --colorPaletteBrownForeground2: var(--__colorPaletteBrownForeground2_light, #ddc3b0);
    --colorPaletteBrownBorderActive: var(--__colorPaletteBrownBorderActive_light, #bb8f6f);
    --colorPaletteForestBackground2: var(--__colorPaletteForestBackground2_light, #294903);
    --colorPaletteForestForeground2: var(--__colorPaletteForestForeground2_light, #bdd99b);
    --colorPaletteForestBorderActive: var(--__colorPaletteForestBorderActive_light, #85b44c);
    --colorPaletteSeafoamBackground2: var(--__colorPaletteSeafoamBackground2_light, #00723b);
    --colorPaletteSeafoamForeground2: var(--__colorPaletteSeafoamForeground2_light, #a8f0cd);
    --colorPaletteSeafoamBorderActive: var(--__colorPaletteSeafoamBorderActive_light, #5ae0a0);
    --colorPaletteDarkGreenBackground2: var(--__colorPaletteDarkGreenBackground2_light, #063b06);
    --colorPaletteDarkGreenForeground2: var(--__colorPaletteDarkGreenForeground2_light, #9ad29a);
    --colorPaletteDarkGreenBorderActive: var(--__colorPaletteDarkGreenBorderActive_light, #4da64d);
    --colorPaletteLightTealBackground2: var(--__colorPaletteLightTealBackground2_light, #00666d);
    --colorPaletteLightTealForeground2: var(--__colorPaletteLightTealForeground2_light, #a6e9ed);
    --colorPaletteLightTealBorderActive: var(--__colorPaletteLightTealBorderActive_light, #58d3db);
    --colorPaletteTealBackground2: var(--__colorPaletteTealBackground2_light, #02494c);
    --colorPaletteTealForeground2: var(--__colorPaletteTealForeground2_light, #9bd9db);
    --colorPaletteTealBorderActive: var(--__colorPaletteTealBorderActive_light, #4cb4b7);
    --colorPaletteSteelBackground2: var(--__colorPaletteSteelBackground2_light, #00333f);
    --colorPaletteSteelForeground2: var(--__colorPaletteSteelForeground2_light, #94c8d4);
    --colorPaletteSteelBorderActive: var(--__colorPaletteSteelBorderActive_light, #4496a9);
    --colorPaletteBlueBackground2: var(--__colorPaletteBlueBackground2_light, #004377);
    --colorPaletteBlueForeground2: var(--__colorPaletteBlueForeground2_light, #a9d3f2);
    --colorPaletteBlueBorderActive: var(--__colorPaletteBlueBorderActive_light, #5caae5);
    --colorPaletteRoyalBlueBackground2: var(--__colorPaletteRoyalBlueBackground2_light, #002c4e);
    --colorPaletteRoyalBlueForeground2: var(--__colorPaletteRoyalBlueForeground2_light, #9abfdc);
    --colorPaletteRoyalBlueBorderActive: var(--__colorPaletteRoyalBlueBorderActive_light, #4a89ba);
    --colorPaletteCornflowerBackground2: var(--__colorPaletteCornflowerBackground2_light, #2c3c85);
    --colorPaletteCornflowerForeground2: var(--__colorPaletteCornflowerForeground2_light, #c8d1fa);
    --colorPaletteCornflowerBorderActive: var(--__colorPaletteCornflowerBorderActive_light, #93a4f4);
    --colorPaletteNavyBackground2: var(--__colorPaletteNavyBackground2_light, #001665);
    --colorPaletteNavyForeground2: var(--__colorPaletteNavyForeground2_light, #a3b2e8);
    --colorPaletteNavyBorderActive: var(--__colorPaletteNavyBorderActive_light, #546fd2);
    --colorPaletteLavenderBackground2: var(--__colorPaletteLavenderBackground2_light, #3f3682);
    --colorPaletteLavenderForeground2: var(--__colorPaletteLavenderForeground2_light, #d2ccf8);
    --colorPaletteLavenderBorderActive: var(--__colorPaletteLavenderBorderActive_light, #a79cf1);
    --colorPalettePurpleBackground2: var(--__colorPalettePurpleBackground2_light, #341a51);
    --colorPalettePurpleForeground2: var(--__colorPalettePurpleForeground2_light, #c6b1de);
    --colorPalettePurpleBorderActive: var(--__colorPalettePurpleBorderActive_light, #9470bd);
    --colorPaletteGrapeBackground2: var(--__colorPaletteGrapeBackground2_light, #4c0d55);
    --colorPaletteGrapeForeground2: var(--__colorPaletteGrapeForeground2_light, #d9a7e0);
    --colorPaletteGrapeBorderActive: var(--__colorPaletteGrapeBorderActive_light, #b55fc1);
    --colorPaletteLilacBackground2: var(--__colorPaletteLilacBackground2_light, #63276d);
    --colorPaletteLilacForeground2: var(--__colorPaletteLilacForeground2_light, #e6bfed);
    --colorPaletteLilacBorderActive: var(--__colorPaletteLilacBorderActive_light, #cf87da);
    --colorPalettePinkBackground2: var(--__colorPalettePinkBackground2_light, #80215d);
    --colorPalettePinkForeground2: var(--__colorPalettePinkForeground2_light, #f7c0e3);
    --colorPalettePinkBorderActive: var(--__colorPalettePinkBorderActive_light, #ef85c8);
    --colorPaletteMagentaBackground2: var(--__colorPaletteMagentaBackground2_light, #6b0043);
    --colorPaletteMagentaForeground2: var(--__colorPaletteMagentaForeground2_light, #eca5d1);
    --colorPaletteMagentaBorderActive: var(--__colorPaletteMagentaBorderActive_light, #d957a8);
    --colorPalettePlumBackground2: var(--__colorPalettePlumBackground2_light, #5a003b);
    --colorPalettePlumForeground2: var(--__colorPalettePlumForeground2_light, #d696c0);
    --colorPalettePlumBorderActive: var(--__colorPalettePlumBorderActive_light, #ad4589);
    --colorPaletteBeigeBackground2: var(--__colorPaletteBeigeBackground2_light, #444241);
    --colorPaletteBeigeForeground2: var(--__colorPaletteBeigeForeground2_light, #d7d4d4);
    --colorPaletteBeigeBorderActive: var(--__colorPaletteBeigeBorderActive_light, #afabaa);
    --colorPaletteMinkBackground2: var(--__colorPaletteMinkBackground2_light, #343231);
    --colorPaletteMinkForeground2: var(--__colorPaletteMinkForeground2_light, #cecccb);
    --colorPaletteMinkBorderActive: var(--__colorPaletteMinkBorderActive_light, #9e9b99);
    --colorPalettePlatinumBackground2: var(--__colorPalettePlatinumBackground2_light, #3b4447);
    --colorPalettePlatinumForeground2: var(--__colorPalettePlatinumForeground2_light, #cdd6d8);
    --colorPalettePlatinumBorderActive: var(--__colorPalettePlatinumBorderActive_light, #a0adb2);
    --colorPaletteAnchorBackground2: var(--__colorPaletteAnchorBackground2_light, #202427);
    --colorPaletteAnchorForeground2: var(--__colorPaletteAnchorForeground2_light, #bcc3c7);
    --colorPaletteAnchorBorderActive: var(--__colorPaletteAnchorBorderActive_light, #808a90);
    --colorStatusSuccessBackground1: var(--__colorStatusSuccessBackground1_light, #052505);
    --colorStatusSuccessBackground2: var(--__colorStatusSuccessBackground2_light, #094509);
    --colorStatusSuccessBackground3: var(--__colorStatusSuccessBackground3_light, #107c10);
    --colorStatusSuccessForeground1: var(--__colorStatusSuccessForeground1_light, #54b054);
    --colorStatusSuccessForeground2: var(--__colorStatusSuccessForeground2_light, #9fd89f);
    --colorStatusSuccessForeground3: var(--__colorStatusSuccessForeground3_light, #9fd89f);
    --colorStatusSuccessBorderActive: var(--__colorStatusSuccessBorderActive_light, #54b054);
    --colorStatusSuccessForegroundInverted: var(--__colorStatusSuccessForegroundInverted_light, #0e700e);
    --colorStatusSuccessBorder1: var(--__colorStatusSuccessBorder1_light, #107c10);
    --colorStatusSuccessBorder2: var(--__colorStatusSuccessBorder2_light, #9fd89f);
    --colorStatusWarningBackground1: var(--__colorStatusWarningBackground1_light, #4a1e04);
    --colorStatusWarningBackground2: var(--__colorStatusWarningBackground2_light, #8a3707);
    --colorStatusWarningBackground3: var(--__colorStatusWarningBackground3_light, #f7630c);
    --colorStatusWarningForeground1: var(--__colorStatusWarningForeground1_light, #faa06b);
    --colorStatusWarningForeground2: var(--__colorStatusWarningForeground2_light, #fdcfb4);
    --colorStatusWarningForeground3: var(--__colorStatusWarningForeground3_light, #f98845);
    --colorStatusWarningBorderActive: var(--__colorStatusWarningBorderActive_light, #faa06b);
    --colorStatusWarningForegroundInverted: var(--__colorStatusWarningForegroundInverted_light, #bc4b09);
    --colorStatusWarningBorder1: var(--__colorStatusWarningBorder1_light, #f7630c);
    --colorStatusWarningBorder2: var(--__colorStatusWarningBorder2_light, #f98845);
    --colorStatusDangerBackground1: var(--__colorStatusDangerBackground1_light, #3b0509);
    --colorStatusDangerBackground2: var(--__colorStatusDangerBackground2_light, #6e0811);
    --colorStatusDangerBackground3: var(--__colorStatusDangerBackground3_light, #c50f1f);
    --colorStatusDangerForeground1: var(--__colorStatusDangerForeground1_light, #dc626d);
    --colorStatusDangerForeground2: var(--__colorStatusDangerForeground2_light, #eeacb2);
    --colorStatusDangerForeground3: var(--__colorStatusDangerForeground3_light, #eeacb2);
    --colorStatusDangerBorderActive: var(--__colorStatusDangerBorderActive_light, #dc626d);
    --colorStatusDangerForegroundInverted: var(--__colorStatusDangerForegroundInverted_light, #b10e1c);
    --colorStatusDangerBorder1: var(--__colorStatusDangerBorder1_light, #c50f1f);
    --colorStatusDangerBorder2: var(--__colorStatusDangerBorder2_light, #dc626d);
    --colorStatusDangerBackground3Hover: var(--__colorStatusDangerBackground3Hover_light, #b10e1c);
    --colorStatusDangerBackground3Pressed: var(--__colorStatusDangerBackground3Pressed_light, #960b18);
    --shadow2: var(--__shadow2_light, 0 0 2px rgba(0,0,0,0.24), 0 1px 2px rgba(0,0,0,0.28));
    --shadow4: var(--__shadow4_light, 0 0 2px rgba(0,0,0,0.24), 0 2px 4px rgba(0,0,0,0.28));
    --shadow8: var(--__shadow8_light, 0 0 2px rgba(0,0,0,0.24), 0 4px 8px rgba(0,0,0,0.28));
    --shadow16: var(--__shadow16_light, 0 0 2px rgba(0,0,0,0.24), 0 8px 16px rgba(0,0,0,0.28));
    --shadow28: var(--__shadow28_light, 0 0 8px rgba(0,0,0,0.24), 0 14px 28px rgba(0,0,0,0.28));
    --shadow64: var(--__shadow64_light, 0 0 8px rgba(0,0,0,0.24), 0 32px 64px rgba(0,0,0,0.28));
    --shadow2Brand: var(--__shadow2Brand_light, 0 0 2px rgba(0,0,0,0.30), 0 1px 2px rgba(0,0,0,0.25));
    --shadow4Brand: var(--__shadow4Brand_light, 0 0 2px rgba(0,0,0,0.30), 0 2px 4px rgba(0,0,0,0.25));
    --shadow8Brand: var(--__shadow8Brand_light, 0 0 2px rgba(0,0,0,0.30), 0 4px 8px rgba(0,0,0,0.25));
    --shadow16Brand: var(--__shadow16Brand_light, 0 0 2px rgba(0,0,0,0.30), 0 8px 16px rgba(0,0,0,0.25));
    --shadow28Brand: var(--__shadow28Brand_light, 0 0 8px rgba(0,0,0,0.30), 0 14px 28px rgba(0,0,0,0.25));
    --shadow64Brand: var(--__shadow64Brand_light, 0 0 8px rgba(0,0,0,0.30), 0 32px 64px rgba(0,0,0,0.25));
    --legacy_themeDarker: var(--__legacy_themeDarker_light, #82ABF1);
    --legacy_themeDark: var(--__legacy_themeDark_light, #598FEC);
    --legacy_themeDarkAlt: var(--__legacy_themeDarkAlt_light, #3D7CE8);
    --legacy_themePrimary: var(--__legacy_themePrimary_light, #296FE6);
    --legacy_themeSecondary: var(--__legacy_themeSecondary_light, #2461CA);
    --legacy_themeTertiary: var(--__legacy_themeTertiary_light, #19428A);
    --legacy_themeLight: var(--__legacy_themeLight_light, #0C2145);
    --legacy_themeLighter: var(--__legacy_themeLighter_light, #071225);
    --legacy_neutralDark: var(--__legacy_neutralDark_light, #F3F2F1);
    --legacy_neutralPrimary: var(--__legacy_neutralPrimary_light, #D2D0CE);
    --legacy_neutralPrimaryAlt: var(--__legacy_neutralPrimaryAlt_light, #B3B0AD);
    --legacy_neutralSecondary: var(--__legacy_neutralSecondary_light, #979593);
    --legacy_neutralSecondaryAlt: var(--__legacy_neutralSecondaryAlt_light, #8A8886);
    --legacy_neutralTertiary: var(--__legacy_neutralTertiary_light, #797775);
    --legacy_neutralTertiaryAlt: var(--__legacy_neutralTertiaryAlt_light, #605E5C);
    --legacy_neutralQuaternary: var(--__legacy_neutralQuaternary_light, #484644);
    --legacy_neutralQuaternaryAlt: var(--__legacy_neutralQuaternaryAlt_light, #3B3A39);
    --legacy_neutralLight: var(--__legacy_neutralLight_light, #323130);
    --legacy_neutralLighter: var(--__legacy_neutralLighter_light, #292827);
    --legacy_neutralLighterAlt: var(--__legacy_neutralLighterAlt_light, #252423);
    --legacy_black: var(--__legacy_black_light, #FFFFFF);
    --legacy_white: var(--__legacy_white_light, #1B1A19);
    --messageBarWarningBackground: var(--__messageBarWarningBackground_light, #4C4400);
    --messageBarSuccessBackground: var(--__messageBarSuccessBackground_light, #052505);
    --messageBarErrorBackground: var(--__messageBarErrorBackground_light, #3F1011);
    color-scheme: var(--theme_scheme, dark);
}
/*
@media (prefers-color-scheme: dark) {
    .inline-header {
        background-color: var(--colorNeutralBackground3);
        color:#ffffff;
    }
    .inline-header svg path {
        fill: #ffffff;
    }
    .inline-header a {
        color:#ffffff;
    }
    .inline-header a:hover {
        color:#ffffff;
        background-color: var(--colorNeutralBackground3);
    }
    .tab-list-container {
        background-color: var(--colorNeutralBackground3);
        color: #ffffff;
    }

    :root {
        --colorNeutralForeground1: #ffffff;
        --colorNeutralForeground1Hover: #ffffff;
        --colorNeutralForeground1Pressed: #ffffff;
        --colorNeutralForeground1Selected: #ffffff;
        --colorNeutralForeground2: #d6d6d6;
        --colorNeutralForeground2Hover: #ffffff;
        --colorNeutralForeground2Pressed: #ffffff;
        --colorNeutralForeground2Selected: #ffffff;
        --colorNeutralForeground2BrandHover: #296AC5;
        --colorNeutralForeground2BrandPressed: #2E6AC5;
        --colorNeutralForeground2BrandSelected: #296AC5;
        --colorNeutralForeground3: #adadad;
        --colorNeutralForeground3Hover: #d6d6d6;
        --colorNeutralForeground3Pressed: #d6d6d6;
        --colorNeutralForeground3Selected: #d6d6d6;
        --colorNeutralForeground3BrandHover: #296AC5;
        --colorNeutralForeground3BrandPressed: #2E6AC5;
        --colorNeutralForeground3BrandSelected: #296AC5;
        --colorNeutralForeground4: #999999;
        --colorNeutralForegroundDisabled: #5c5c5c;
        --colorNeutralForegroundInvertedDisabled: rgba(255, 255, 255, 0.4);
        --colorBrandForegroundLink: #296AC5;
        --colorBrandForegroundLinkHover: #3D7CE8;
        --colorBrandForegroundLinkPressed: #2E6AC5;
        --colorBrandForegroundLinkSelected: #296AC5;
        --colorNeutralForeground2Link: #d6d6d6;
        --colorNeutralForeground2LinkHover: #ffffff;
        --colorNeutralForeground2LinkPressed: #ffffff;
        --colorNeutralForeground2LinkSelected: #ffffff;
        --colorCompoundBrandForeground1: #82ABF1;
        --colorCompoundBrandForeground1Hover: #AEC6EB;
        --colorCompoundBrandForeground1Pressed: #2E6AC5;
        --colorBrandForeground1: #296AC5;
        --colorBrandForeground2: #3D7CE8;
        --colorBrandForeground2Hover: #6794D7;
        --colorBrandForeground2Pressed: #D2E0F4;
        --colorNeutralForeground1Static: #242424;
        --colorNeutralForegroundStaticInverted: #ffffff;
        --colorNeutralForegroundInverted: #242424;
        --colorNeutralForegroundInvertedHover: #242424;
        --colorNeutralForegroundInvertedPressed: #242424;
        --colorNeutralForegroundInvertedSelected: #242424;
        --colorNeutralForegroundInverted2: #242424;
        --colorNeutralForegroundOnBrand: #ffffff;
        --colorNeutralForegroundInvertedLink: #ffffff;
        --colorNeutralForegroundInvertedLinkHover: #ffffff;
        --colorNeutralForegroundInvertedLinkPressed: #ffffff;
        --colorNeutralForegroundInvertedLinkSelected: #ffffff;
        --colorBrandForegroundInverted: #185ABD;
        --colorBrandForegroundInvertedHover: #2461CA;
        --colorBrandForegroundInvertedPressed: #1651AA;
        --colorBrandForegroundOnLight: #185ABD;
        --colorBrandForegroundOnLightHover: #2461CA;
        --colorBrandForegroundOnLightPressed: #13458F;
        --colorBrandForegroundOnLightSelected: #1651AA;
        --colorNeutralBackground1: #292929;
        --colorNeutralBackground1Hover: #3d3d3d;
        --colorNeutralBackground1Pressed: #1f1f1f;
        --colorNeutralBackground1Selected: #383838;
        --colorNeutralBackground2: #1f1f1f;
        --colorNeutralBackground2Hover: #333333;
        --colorNeutralBackground2Pressed: #141414;
        --colorNeutralBackground2Selected: #2e2e2e;
        --colorNeutralBackground3: #141414;
        --colorNeutralBackground3Hover: #292929;
        --colorNeutralBackground3Pressed: #0a0a0a;
        --colorNeutralBackground3Selected: #242424;
        --colorNeutralBackground4: #0a0a0a;
        --colorNeutralBackground4Hover: #1f1f1f;
        --colorNeutralBackground4Pressed: #000000;
        --colorNeutralBackground4Selected: #1a1a1a;
        --colorNeutralBackground5: #000000;
        --colorNeutralBackground5Hover: #141414;
        --colorNeutralBackground5Pressed: #050505;
        --colorNeutralBackground5Selected: #0f0f0f;
        --colorNeutralBackground6: #333333;
        --colorNeutralBackgroundInverted: #ffffff;
        --colorNeutralBackgroundStatic: #3d3d3d;
        --colorNeutralBackgroundAlpha: rgba(26, 26, 26, 0.5);
        --colorNeutralBackgroundAlpha2: rgba(31, 31, 31, 0.7);
        --colorSubtleBackground: transparent;
        --colorSubtleBackgroundHover: #383838;
        --colorSubtleBackgroundPressed: #2e2e2e;
        --colorSubtleBackgroundSelected: #333333;
        --colorSubtleBackgroundLightAlphaHover: rgba(36, 36, 36, 0.8);
        --colorSubtleBackgroundLightAlphaPressed: rgba(36, 36, 36, 0.5);
        --colorSubtleBackgroundLightAlphaSelected: transparent;
        --colorSubtleBackgroundInverted: transparent;
        --colorSubtleBackgroundInvertedHover: rgba(0, 0, 0, 0.1);
        --colorSubtleBackgroundInvertedPressed: rgba(0, 0, 0, 0.3);
        --colorSubtleBackgroundInvertedSelected: rgba(0, 0, 0, 0.2);
        --colorTransparentBackground: transparent;
        --colorTransparentBackgroundHover: transparent;
        --colorTransparentBackgroundPressed: transparent;
        --colorTransparentBackgroundSelected: transparent;
        --colorNeutralBackgroundDisabled: #141414;
        --colorNeutralBackgroundInvertedDisabled: rgba(255, 255, 255, 0.1);
        --colorNeutralStencil1: #575757;
        --colorNeutralStencil2: #333333;
        --colorNeutralStencil1Alpha: rgba(255, 255, 255, 0.1);
        --colorNeutralStencil2Alpha: rgba(255, 255, 255, 0.05);
        --colorBackgroundOverlay: rgba(0, 0, 0, 0.5);
        --colorScrollbarOverlay: rgba(255, 255, 255, 0.6);
        --colorBrandBackground: #2461CA;
        --colorBrandBackgroundHover: #185ABD;
        --colorBrandBackgroundPressed: #19428A;
        --colorBrandBackgroundSelected: #1651AA;
        --colorCompoundBrandBackground: #296AC5;
        --colorCompoundBrandBackgroundHover: #3D7CE8;
        --colorCompoundBrandBackgroundPressed: #2E6AC5;
        --colorBrandBackgroundStatic: #185ABD;
        --colorBrandBackground2: #0C2145;
        --colorBrandBackground2Hover: #19428A;
        --colorBrandBackground2Pressed: #071225;
        --colorBrandBackground3Static: #1651AA;
        --colorBrandBackground4Static: #19428A;
        --colorBrandBackgroundInverted: #ffffff;
        --colorBrandBackgroundInvertedHover: #D2E0F4;
        --colorBrandBackgroundInvertedPressed: #82ABF1;
        --colorBrandBackgroundInvertedSelected: #AEC6EB;
        --colorNeutralCardBackground: #333333;
        --colorNeutralCardBackgroundHover: #3d3d3d;
        --colorNeutralCardBackgroundPressed: #2e2e2e;
        --colorNeutralCardBackgroundSelected: #383838;
        --colorNeutralCardBackgroundDisabled: #141414;
        --colorNeutralStrokeAccessible: #adadad;
        --colorNeutralStrokeAccessibleHover: #bdbdbd;
        --colorNeutralStrokeAccessiblePressed: #b3b3b3;
        --colorNeutralStrokeAccessibleSelected: #296AC5;
        --colorNeutralStroke1: #666666;
        --colorNeutralStroke1Hover: #757575;
        --colorNeutralStroke1Pressed: #6b6b6b;
        --colorNeutralStroke1Selected: #707070;
        --colorNeutralStroke2: #525252;
        --colorNeutralStroke3: #3d3d3d;
        --colorNeutralStrokeSubtle: #0a0a0a;
        --colorNeutralStrokeOnBrand: #292929;
        --colorNeutralStrokeOnBrand2: #ffffff;
        --colorNeutralStrokeOnBrand2Hover: #ffffff;
        --colorNeutralStrokeOnBrand2Pressed: #ffffff;
        --colorNeutralStrokeOnBrand2Selected: #ffffff;
        --colorBrandStroke1: #296AC5;
        --colorBrandStroke2: #13458F;
        --colorBrandStroke2Hover: #13458F;
        --colorBrandStroke2Pressed: #0E336A;
        --colorBrandStroke2Contrast: #13458F;
        --colorCompoundBrandStroke: #296AC5;
        --colorCompoundBrandStrokeHover: #3D7CE8;
        --colorCompoundBrandStrokePressed: #2E6AC5;
        --colorNeutralStrokeDisabled: #424242;
        --colorNeutralStrokeInvertedDisabled: rgba(255, 255, 255, 0.4);
        --colorTransparentStroke: transparent;
        --colorTransparentStrokeInteractive: transparent;
        --colorTransparentStrokeDisabled: transparent;
        --colorNeutralStrokeAlpha: rgba(255, 255, 255, 0.1);
        --colorNeutralStrokeAlpha2: rgba(255, 255, 255, 0.2);
        --colorStrokeFocus1: #000000;
        --colorStrokeFocus2: #ffffff;
        --colorNeutralShadowAmbient: rgba(0,0,0,0.24);
        --colorNeutralShadowKey: rgba(0,0,0,0.28);
        --colorNeutralShadowAmbientLighter: rgba(0,0,0,0.12);
        --colorNeutralShadowKeyLighter: rgba(0,0,0,0.14);
        --colorNeutralShadowAmbientDarker: rgba(0,0,0,0.40);
        --colorNeutralShadowKeyDarker: rgba(0,0,0,0.48);
        --colorBrandShadowAmbient: rgba(0,0,0,0.30);
        --colorBrandShadowKey: rgba(0,0,0,0.25);
        --colorPaletteRedBackground1: #3f1011;
        --colorPaletteRedBackground2: #751d1f;
        --colorPaletteRedBackground3: #d13438;
        --colorPaletteRedForeground1: #e37d80;
        --colorPaletteRedForeground2: #f1bbbc;
        --colorPaletteRedForeground3: #e37d80;
        --colorPaletteRedBorderActive: #e37d80;
        --colorPaletteRedBorder1: #d13438;
        --colorPaletteRedBorder2: #e37d80;
        --colorPaletteGreenBackground1: #052505;
        --colorPaletteGreenBackground2: #094509;
        --colorPaletteGreenBackground3: #107c10;
        --colorPaletteGreenForeground1: #54b054;
        --colorPaletteGreenForeground2: #9fd89f;
        --colorPaletteGreenForeground3: #9fd89f;
        --colorPaletteGreenBorderActive: #54b054;
        --colorPaletteGreenBorder1: #107c10;
        --colorPaletteGreenBorder2: #9fd89f;
        --colorPaletteDarkOrangeBackground1: #411200;
        --colorPaletteDarkOrangeBackground2: #7a2101;
        --colorPaletteDarkOrangeBackground3: #da3b01;
        --colorPaletteDarkOrangeForeground1: #e9835e;
        --colorPaletteDarkOrangeForeground2: #f4bfab;
        --colorPaletteDarkOrangeForeground3: #e9835e;
        --colorPaletteDarkOrangeBorderActive: #e9835e;
        --colorPaletteDarkOrangeBorder1: #da3b01;
        --colorPaletteDarkOrangeBorder2: #e9835e;
        --colorPaletteYellowBackground1: #4c4400;
        --colorPaletteYellowBackground2: #817400;
        --colorPaletteYellowBackground3: #fde300;
        --colorPaletteYellowForeground1: #feee66;
        --colorPaletteYellowForeground2: #fef7b2;
        --colorPaletteYellowForeground3: #fdea3d;
        --colorPaletteYellowBorderActive: #feee66;
        --colorPaletteYellowBorder1: #fde300;
        --colorPaletteYellowBorder2: #fdea3d;
        --colorPaletteBerryBackground1: #3a1136;
        --colorPaletteBerryBackground2: #6d2064;
        --colorPaletteBerryBackground3: #c239b3;
        --colorPaletteBerryForeground1: #da7ed0;
        --colorPaletteBerryForeground2: #edbbe7;
        --colorPaletteBerryForeground3: #d161c4;
        --colorPaletteBerryBorderActive: #da7ed0;
        --colorPaletteBerryBorder1: #c239b3;
        --colorPaletteBerryBorder2: #d161c4;
        --colorPaletteLightGreenBackground1: #063004;
        --colorPaletteLightGreenBackground2: #0b5a08;
        --colorPaletteLightGreenBackground3: #13a10e;
        --colorPaletteLightGreenForeground1: #5ec75a;
        --colorPaletteLightGreenForeground2: #a7e3a5;
        --colorPaletteLightGreenForeground3: #3db838;
        --colorPaletteLightGreenBorderActive: #5ec75a;
        --colorPaletteLightGreenBorder1: #13a10e;
        --colorPaletteLightGreenBorder2: #3db838;
        --colorPaletteMarigoldBackground1: #463100;
        --colorPaletteMarigoldBackground2: #835b00;
        --colorPaletteMarigoldBackground3: #eaa300;
        --colorPaletteMarigoldForeground1: #f2c661;
        --colorPaletteMarigoldForeground2: #f9e2ae;
        --colorPaletteMarigoldForeground3: #efb839;
        --colorPaletteMarigoldBorderActive: #f2c661;
        --colorPaletteMarigoldBorder1: #eaa300;
        --colorPaletteMarigoldBorder2: #efb839;
        --colorPaletteRedForegroundInverted: #d13438;
        --colorPaletteGreenForegroundInverted: #107c10;
        --colorPaletteYellowForegroundInverted: #817400;
        --colorPaletteDarkRedBackground2: #590815;
        --colorPaletteDarkRedForeground2: #d69ca5;
        --colorPaletteDarkRedBorderActive: #ac4f5e;
        --colorPaletteCranberryBackground2: #6e0811;
        --colorPaletteCranberryForeground2: #eeacb2;
        --colorPaletteCranberryBorderActive: #dc626d;
        --colorPalettePumpkinBackground2: #712d09;
        --colorPalettePumpkinForeground2: #efc4ad;
        --colorPalettePumpkinBorderActive: #df8e64;
        --colorPalettePeachBackground2: #8f4e00;
        --colorPalettePeachForeground2: #ffddb3;
        --colorPalettePeachBorderActive: #ffba66;
        --colorPaletteGoldBackground2: #6c5700;
        --colorPaletteGoldForeground2: #ecdfa5;
        --colorPaletteGoldBorderActive: #dac157;
        --colorPaletteBrassBackground2: #553e06;
        --colorPaletteBrassForeground2: #e0cea2;
        --colorPaletteBrassBorderActive: #c1a256;
        --colorPaletteBrownBackground2: #50301a;
        --colorPaletteBrownForeground2: #ddc3b0;
        --colorPaletteBrownBorderActive: #bb8f6f;
        --colorPaletteForestBackground2: #294903;
        --colorPaletteForestForeground2: #bdd99b;
        --colorPaletteForestBorderActive: #85b44c;
        --colorPaletteSeafoamBackground2: #00723b;
        --colorPaletteSeafoamForeground2: #a8f0cd;
        --colorPaletteSeafoamBorderActive: #5ae0a0;
        --colorPaletteDarkGreenBackground2: #063b06;
        --colorPaletteDarkGreenForeground2: #9ad29a;
        --colorPaletteDarkGreenBorderActive: #4da64d;
        --colorPaletteLightTealBackground2: #00666d;
        --colorPaletteLightTealForeground2: #a6e9ed;
        --colorPaletteLightTealBorderActive: #58d3db;
        --colorPaletteTealBackground2: #02494c;
        --colorPaletteTealForeground2: #9bd9db;
        --colorPaletteTealBorderActive: #4cb4b7;
        --colorPaletteSteelBackground2: #00333f;
        --colorPaletteSteelForeground2: #94c8d4;
        --colorPaletteSteelBorderActive: #4496a9;
        --colorPaletteBlueBackground2: #004377;
        --colorPaletteBlueForeground2: #a9d3f2;
        --colorPaletteBlueBorderActive: #5caae5;
        --colorPaletteRoyalBlueBackground2: #002c4e;
        --colorPaletteRoyalBlueForeground2: #9abfdc;
        --colorPaletteRoyalBlueBorderActive: #4a89ba;
        --colorPaletteCornflowerBackground2: #2c3c85;
        --colorPaletteCornflowerForeground2: #c8d1fa;
        --colorPaletteCornflowerBorderActive: #93a4f4;
        --colorPaletteNavyBackground2: #001665;
        --colorPaletteNavyForeground2: #a3b2e8;
        --colorPaletteNavyBorderActive: #546fd2;
        --colorPaletteLavenderBackground2: #3f3682;
        --colorPaletteLavenderForeground2: #d2ccf8;
        --colorPaletteLavenderBorderActive: #a79cf1;
        --colorPalettePurpleBackground2: #341a51;
        --colorPalettePurpleForeground2: #c6b1de;
        --colorPalettePurpleBorderActive: #9470bd;
        --colorPaletteGrapeBackground2: #4c0d55;
        --colorPaletteGrapeForeground2: #d9a7e0;
        --colorPaletteGrapeBorderActive: #b55fc1;
        --colorPaletteLilacBackground2: #63276d;
        --colorPaletteLilacForeground2: #e6bfed;
        --colorPaletteLilacBorderActive: #cf87da;
        --colorPalettePinkBackground2: #80215d;
        --colorPalettePinkForeground2: #f7c0e3;
        --colorPalettePinkBorderActive: #ef85c8;
        --colorPaletteMagentaBackground2: #6b0043;
        --colorPaletteMagentaForeground2: #eca5d1;
        --colorPaletteMagentaBorderActive: #d957a8;
        --colorPalettePlumBackground2: #5a003b;
        --colorPalettePlumForeground2: #d696c0;
        --colorPalettePlumBorderActive: #ad4589;
        --colorPaletteBeigeBackground2: #444241;
        --colorPaletteBeigeForeground2: #d7d4d4;
        --colorPaletteBeigeBorderActive: #afabaa;
        --colorPaletteMinkBackground2: #343231;
        --colorPaletteMinkForeground2: #cecccb;
        --colorPaletteMinkBorderActive: #9e9b99;
        --colorPalettePlatinumBackground2: #3b4447;
        --colorPalettePlatinumForeground2: #cdd6d8;
        --colorPalettePlatinumBorderActive: #a0adb2;
        --colorPaletteAnchorBackground2: #202427;
        --colorPaletteAnchorForeground2: #bcc3c7;
        --colorPaletteAnchorBorderActive: #808a90;
        --colorStatusSuccessBackground1: #052505;
        --colorStatusSuccessBackground2: #094509;
        --colorStatusSuccessBackground3: #107c10;
        --colorStatusSuccessForeground1: #54b054;
        --colorStatusSuccessForeground2: #9fd89f;
        --colorStatusSuccessForeground3: #9fd89f;
        --colorStatusSuccessBorderActive: #54b054;
        --colorStatusSuccessForegroundInverted: #0e700e;
        --colorStatusSuccessBorder1: #107c10;
        --colorStatusSuccessBorder2: #9fd89f;
        --colorStatusWarningBackground1: #4a1e04;
        --colorStatusWarningBackground2: #8a3707;
        --colorStatusWarningBackground3: #f7630c;
        --colorStatusWarningForeground1: #faa06b;
        --colorStatusWarningForeground2: #fdcfb4;
        --colorStatusWarningForeground3: #f98845;
        --colorStatusWarningBorderActive: #faa06b;
        --colorStatusWarningForegroundInverted: #bc4b09;
        --colorStatusWarningBorder1: #f7630c;
        --colorStatusWarningBorder2: #f98845;
        --colorStatusDangerBackground1: #3b0509;
        --colorStatusDangerBackground2: #6e0811;
        --colorStatusDangerBackground3: #c50f1f;
        --colorStatusDangerForeground1: #dc626d;
        --colorStatusDangerForeground2: #eeacb2;
        --colorStatusDangerForeground3: #eeacb2;
        --colorStatusDangerBorderActive: #dc626d;
        --colorStatusDangerForegroundInverted: #b10e1c;
        --colorStatusDangerBorder1: #c50f1f;
        --colorStatusDangerBorder2: #dc626d;
        --colorStatusDangerBackground3Hover: #b10e1c;
        --colorStatusDangerBackground3Pressed: #960b18;
        --shadow2: 0 0 2px rgba(0,0,0,0.24), 0 1px 2px rgba(0,0,0,0.28);
        --shadow4: 0 0 2px rgba(0,0,0,0.24), 0 2px 4px rgba(0,0,0,0.28);
        --shadow8: 0 0 2px rgba(0,0,0,0.24), 0 4px 8px rgba(0,0,0,0.28);
        --shadow16: 0 0 2px rgba(0,0,0,0.24), 0 8px 16px rgba(0,0,0,0.28);
        --shadow28: 0 0 8px rgba(0,0,0,0.24), 0 14px 28px rgba(0,0,0,0.28);
        --shadow64: 0 0 8px rgba(0,0,0,0.24), 0 32px 64px rgba(0,0,0,0.28);
        --shadow2Brand: 0 0 2px rgba(0,0,0,0.30), 0 1px 2px rgba(0,0,0,0.25);
        --shadow4Brand: 0 0 2px rgba(0,0,0,0.30), 0 2px 4px rgba(0,0,0,0.25);
        --shadow8Brand: 0 0 2px rgba(0,0,0,0.30), 0 4px 8px rgba(0,0,0,0.25);
        --shadow16Brand: 0 0 2px rgba(0,0,0,0.30), 0 8px 16px rgba(0,0,0,0.25);
        --shadow28Brand: 0 0 8px rgba(0,0,0,0.30), 0 14px 28px rgba(0,0,0,0.25);
        --shadow64Brand: 0 0 8px rgba(0,0,0,0.30), 0 32px 64px rgba(0,0,0,0.25);
        --legacy_themeDarker: #82ABF1;
        --legacy_themeDark: #598FEC;
        --legacy_themeDarkAlt: #3D7CE8;
        --legacy_themePrimary: #296FE6;
        --legacy_themeSecondary: #2461CA;
        --legacy_themeTertiary: #19428A;
        --legacy_themeLight: #0C2145;
        --legacy_themeLighter: #071225;
        --legacy_neutralDark: #F3F2F1;
        --legacy_neutralPrimary: #D2D0CE;
        --legacy_neutralPrimaryAlt: #B3B0AD;
        --legacy_neutralSecondary: #979593;
        --legacy_neutralSecondaryAlt: #8A8886;
        --legacy_neutralTertiary: #797775;
        --legacy_neutralTertiaryAlt: #605E5C;
        --legacy_neutralQuaternary: #484644;
        --legacy_neutralQuaternaryAlt: #3B3A39;
        --legacy_neutralLight: #323130;
        --legacy_neutralLighter: #292827;
        --legacy_neutralLighterAlt: #252423;
        --legacy_black: #FFFFFF;
        --legacy_white: #1B1A19;
        --messageBarWarningBackground: #4C4400;
        --messageBarSuccessBackground: #052505;
        --messageBarErrorBackground: #3F1011;
    }
}
@media (prefers-color-scheme: light) {
    .inline-header {
        background-color:#f0f0f0;
        color:#242424;
    }
    .inline-header svg path {
        fill: #242424;
    }
    .inline-header a {
        color:#242424;
    }
    .inline-header a:hover {
        color:#242424;
        background-color: #e6e6e6;
    }
    .tab-list-container {
        background-color: #ffffff;
        color: #181818;
    }

    :root {
        --colorNeutralForeground1: #242424;
        --colorNeutralForeground1Hover: #242424;
        --colorNeutralForeground1Pressed: #242424;
        --colorNeutralForeground1Selected: #242424;
        --colorNeutralForeground2: #424242;
        --colorNeutralForeground2Hover: #242424;
        --colorNeutralForeground2Pressed: #242424;
        --colorNeutralForeground2Selected: #242424;
        --colorNeutralForeground2BrandHover: #185ABD;
        --colorNeutralForeground2BrandPressed: #2461CA;
        --colorNeutralForeground2BrandSelected: #185ABD;
        --colorNeutralForeground3: #616161;
        --colorNeutralForeground3Hover: #424242;
        --colorNeutralForeground3Pressed: #424242;
        --colorNeutralForeground3Selected: #424242;
        --colorNeutralForeground3BrandHover: #185ABD;
        --colorNeutralForeground3BrandPressed: #2461CA;
        --colorNeutralForeground3BrandSelected: #185ABD;
        --colorNeutralForeground4: #707070;
        --colorNeutralForegroundDisabled: #bdbdbd;
        --colorNeutralForegroundInvertedDisabled: rgba(255, 255, 255, 0.4);
        --colorBrandForegroundLink: #2461CA;
        --colorBrandForegroundLinkHover: #1651AA;
        --colorBrandForegroundLinkPressed: #19428A;
        --colorBrandForegroundLinkSelected: #2461CA;
        --colorNeutralForeground2Link: #424242;
        --colorNeutralForeground2LinkHover: #242424;
        --colorNeutralForeground2LinkPressed: #242424;
        --colorNeutralForeground2LinkSelected: #242424;
        --colorCompoundBrandForeground1: #185ABD;
        --colorCompoundBrandForeground1Hover: #2461CA;
        --colorCompoundBrandForeground1Pressed: #1651AA;
        --colorBrandForeground1: #185ABD;
        --colorBrandForeground2: #2461CA;
        --colorBrandForeground2Hover: #1651AA;
        --colorBrandForeground2Pressed: #0E336A;
        --colorNeutralForeground1Static: #242424;
        --colorNeutralForegroundStaticInverted: #ffffff;
        --colorNeutralForegroundInverted: #ffffff;
        --colorNeutralForegroundInvertedHover: #ffffff;
        --colorNeutralForegroundInvertedPressed: #ffffff;
        --colorNeutralForegroundInvertedSelected: #ffffff;
        --colorNeutralForegroundInverted2: #ffffff;
        --colorNeutralForegroundOnBrand: #ffffff;
        --colorNeutralForegroundInvertedLink: #ffffff;
        --colorNeutralForegroundInvertedLinkHover: #ffffff;
        --colorNeutralForegroundInvertedLinkPressed: #ffffff;
        --colorNeutralForegroundInvertedLinkSelected: #ffffff;
        --colorBrandForegroundInverted: #296AC5;
        --colorBrandForegroundInvertedHover: #3D7CE8;
        --colorBrandForegroundInvertedPressed: #296AC5;
        --colorBrandForegroundOnLight: #185ABD;
        --colorBrandForegroundOnLightHover: #2461CA;
        --colorBrandForegroundOnLightPressed: #13458F;
        --colorBrandForegroundOnLightSelected: #1651AA;
        --colorNeutralBackground1: #ffffff;
        --colorNeutralBackground1Hover: #f5f5f5;
        --colorNeutralBackground1Pressed: #e0e0e0;
        --colorNeutralBackground1Selected: #ebebeb;
        --colorNeutralBackground2: #fafafa;
        --colorNeutralBackground2Hover: #f0f0f0;
        --colorNeutralBackground2Pressed: #dbdbdb;
        --colorNeutralBackground2Selected: #e6e6e6;
        --colorNeutralBackground3: #f5f5f5;
        --colorNeutralBackground3Hover: #ebebeb;
        --colorNeutralBackground3Pressed: #d6d6d6;
        --colorNeutralBackground3Selected: #e0e0e0;
        --colorNeutralBackground4: #f0f0f0;
        --colorNeutralBackground4Hover: #fafafa;
        --colorNeutralBackground4Pressed: #f5f5f5;
        --colorNeutralBackground4Selected: #ffffff;
        --colorNeutralBackground5: #ebebeb;
        --colorNeutralBackground5Hover: #f5f5f5;
        --colorNeutralBackground5Pressed: #f0f0f0;
        --colorNeutralBackground5Selected: #fafafa;
        --colorNeutralBackground6: #e6e6e6;
        --colorNeutralBackgroundInverted: #292929;
        --colorNeutralBackgroundStatic: #333333;
        --colorNeutralBackgroundAlpha: rgba(255, 255, 255, 0.5);
        --colorNeutralBackgroundAlpha2: rgba(255, 255, 255, 0.8);
        --colorSubtleBackground: transparent;
        --colorSubtleBackgroundHover: #f5f5f5;
        --colorSubtleBackgroundPressed: #e0e0e0;
        --colorSubtleBackgroundSelected: #ebebeb;
        --colorSubtleBackgroundLightAlphaHover: rgba(255, 255, 255, 0.7);
        --colorSubtleBackgroundLightAlphaPressed: rgba(255, 255, 255, 0.5);
        --colorSubtleBackgroundLightAlphaSelected: transparent;
        --colorSubtleBackgroundInverted: transparent;
        --colorSubtleBackgroundInvertedHover: rgba(0, 0, 0, 0.1);
        --colorSubtleBackgroundInvertedPressed: rgba(0, 0, 0, 0.3);
        --colorSubtleBackgroundInvertedSelected: rgba(0, 0, 0, 0.2);
        --colorTransparentBackground: transparent;
        --colorTransparentBackgroundHover: transparent;
        --colorTransparentBackgroundPressed: transparent;
        --colorTransparentBackgroundSelected: transparent;
        --colorNeutralBackgroundDisabled: #f0f0f0;
        --colorNeutralBackgroundInvertedDisabled: rgba(255, 255, 255, 0.1);
        --colorNeutralStencil1: #e6e6e6;
        --colorNeutralStencil2: #fafafa;
        --colorNeutralStencil1Alpha: rgba(0, 0, 0, 0.1);
        --colorNeutralStencil2Alpha: rgba(0, 0, 0, 0.05);
        --colorBackgroundOverlay: rgba(0, 0, 0, 0.4);
        --colorScrollbarOverlay: rgba(0, 0, 0, 0.5);
        --colorBrandBackground: #185ABD;
        --colorBrandBackgroundHover: #2461CA;
        --colorBrandBackgroundPressed: #19428A;
        --colorBrandBackgroundSelected: #1651AA;
        --colorCompoundBrandBackground: #185ABD;
        --colorCompoundBrandBackgroundHover: #2461CA;
        --colorCompoundBrandBackgroundPressed: #1651AA;
        --colorBrandBackgroundStatic: #185ABD;
        --colorBrandBackground2: #D2E0F4;
        --colorBrandBackground2Hover: #AEC6EB;
        --colorBrandBackground2Pressed: #6794D7;
        --colorBrandBackground3Static: #1651AA;
        --colorBrandBackground4Static: #19428A;
        --colorBrandBackgroundInverted: #ffffff;
        --colorBrandBackgroundInvertedHover: #D2E0F4;
        --colorBrandBackgroundInvertedPressed: #82ABF1;
        --colorBrandBackgroundInvertedSelected: #AEC6EB;
        --colorNeutralCardBackground: #fafafa;
        --colorNeutralCardBackgroundHover: #ffffff;
        --colorNeutralCardBackgroundPressed: #f5f5f5;
        --colorNeutralCardBackgroundSelected: #ebebeb;
        --colorNeutralCardBackgroundDisabled: #f0f0f0;
        --colorNeutralStrokeAccessible: #616161;
        --colorNeutralStrokeAccessibleHover: #575757;
        --colorNeutralStrokeAccessiblePressed: #4d4d4d;
        --colorNeutralStrokeAccessibleSelected: #185ABD;
        --colorNeutralStroke1: #d1d1d1;
        --colorNeutralStroke1Hover: #c7c7c7;
        --colorNeutralStroke1Pressed: #b3b3b3;
        --colorNeutralStroke1Selected: #bdbdbd;
        --colorNeutralStroke2: #e0e0e0;
        --colorNeutralStroke3: #f0f0f0;
        --colorNeutralStrokeSubtle: #e0e0e0;
        --colorNeutralStrokeOnBrand: #ffffff;
        --colorNeutralStrokeOnBrand2: #ffffff;
        --colorNeutralStrokeOnBrand2Hover: #ffffff;
        --colorNeutralStrokeOnBrand2Pressed: #ffffff;
        --colorNeutralStrokeOnBrand2Selected: #ffffff;
        --colorBrandStroke1: #185ABD;
        --colorBrandStroke2: #82ABF1;
        --colorBrandStroke2Hover: #598FEC;
        --colorBrandStroke2Pressed: #185ABD;
        --colorBrandStroke2Contrast: #82ABF1;
        --colorCompoundBrandStroke: #185ABD;
        --colorCompoundBrandStrokeHover: #2461CA;
        --colorCompoundBrandStrokePressed: #1651AA;
        --colorNeutralStrokeDisabled: #e0e0e0;
        --colorNeutralStrokeInvertedDisabled: rgba(255, 255, 255, 0.4);
        --colorTransparentStroke: transparent;
        --colorTransparentStrokeInteractive: transparent;
        --colorTransparentStrokeDisabled: transparent;
        --colorNeutralStrokeAlpha: rgba(0, 0, 0, 0.05);
        --colorNeutralStrokeAlpha2: rgba(255, 255, 255, 0.2);
        --colorStrokeFocus1: #ffffff;
        --colorStrokeFocus2: #000000;
        --colorNeutralShadowAmbient: rgba(0,0,0,0.12);
        --colorNeutralShadowKey: rgba(0,0,0,0.14);
        --colorNeutralShadowAmbientLighter: rgba(0,0,0,0.06);
        --colorNeutralShadowKeyLighter: rgba(0,0,0,0.07);
        --colorNeutralShadowAmbientDarker: rgba(0,0,0,0.20);
        --colorNeutralShadowKeyDarker: rgba(0,0,0,0.24);
        --colorBrandShadowAmbient: rgba(0,0,0,0.30);
        --colorBrandShadowKey: rgba(0,0,0,0.25);
        --colorPaletteRedBackground1: #fdf6f6;
        --colorPaletteRedBackground2: #f1bbbc;
        --colorPaletteRedBackground3: #d13438;
        --colorPaletteRedForeground1: #bc2f32;
        --colorPaletteRedForeground2: #751d1f;
        --colorPaletteRedForeground3: #d13438;
        --colorPaletteRedBorderActive: #d13438;
        --colorPaletteRedBorder1: #f1bbbc;
        --colorPaletteRedBorder2: #d13438;
        --colorPaletteGreenBackground1: #f1faf1;
        --colorPaletteGreenBackground2: #9fd89f;
        --colorPaletteGreenBackground3: #107c10;
        --colorPaletteGreenForeground1: #0e700e;
        --colorPaletteGreenForeground2: #094509;
        --colorPaletteGreenForeground3: #107c10;
        --colorPaletteGreenBorderActive: #107c10;
        --colorPaletteGreenBorder1: #9fd89f;
        --colorPaletteGreenBorder2: #107c10;
        --colorPaletteDarkOrangeBackground1: #fdf6f3;
        --colorPaletteDarkOrangeBackground2: #f4bfab;
        --colorPaletteDarkOrangeBackground3: #da3b01;
        --colorPaletteDarkOrangeForeground1: #c43501;
        --colorPaletteDarkOrangeForeground2: #7a2101;
        --colorPaletteDarkOrangeForeground3: #da3b01;
        --colorPaletteDarkOrangeBorderActive: #da3b01;
        --colorPaletteDarkOrangeBorder1: #f4bfab;
        --colorPaletteDarkOrangeBorder2: #da3b01;
        --colorPaletteYellowBackground1: #fffef5;
        --colorPaletteYellowBackground2: #fef7b2;
        --colorPaletteYellowBackground3: #fde300;
        --colorPaletteYellowForeground1: #817400;
        --colorPaletteYellowForeground2: #817400;
        --colorPaletteYellowForeground3: #fde300;
        --colorPaletteYellowBorderActive: #fde300;
        --colorPaletteYellowBorder1: #fef7b2;
        --colorPaletteYellowBorder2: #fde300;
        --colorPaletteBerryBackground1: #fdf5fc;
        --colorPaletteBerryBackground2: #edbbe7;
        --colorPaletteBerryBackground3: #c239b3;
        --colorPaletteBerryForeground1: #af33a1;
        --colorPaletteBerryForeground2: #6d2064;
        --colorPaletteBerryForeground3: #c239b3;
        --colorPaletteBerryBorderActive: #c239b3;
        --colorPaletteBerryBorder1: #edbbe7;
        --colorPaletteBerryBorder2: #c239b3;
        --colorPaletteLightGreenBackground1: #f2fbf2;
        --colorPaletteLightGreenBackground2: #a7e3a5;
        --colorPaletteLightGreenBackground3: #13a10e;
        --colorPaletteLightGreenForeground1: #11910d;
        --colorPaletteLightGreenForeground2: #0b5a08;
        --colorPaletteLightGreenForeground3: #13a10e;
        --colorPaletteLightGreenBorderActive: #13a10e;
        --colorPaletteLightGreenBorder1: #a7e3a5;
        --colorPaletteLightGreenBorder2: #13a10e;
        --colorPaletteMarigoldBackground1: #fefbf4;
        --colorPaletteMarigoldBackground2: #f9e2ae;
        --colorPaletteMarigoldBackground3: #eaa300;
        --colorPaletteMarigoldForeground1: #d39300;
        --colorPaletteMarigoldForeground2: #835b00;
        --colorPaletteMarigoldForeground3: #eaa300;
        --colorPaletteMarigoldBorderActive: #eaa300;
        --colorPaletteMarigoldBorder1: #f9e2ae;
        --colorPaletteMarigoldBorder2: #eaa300;
        --colorPaletteRedForegroundInverted: #dc5e62;
        --colorPaletteGreenForegroundInverted: #359b35;
        --colorPaletteYellowForegroundInverted: #fef7b2;
        --colorPaletteDarkRedBackground2: #d69ca5;
        --colorPaletteDarkRedForeground2: #420610;
        --colorPaletteDarkRedBorderActive: #750b1c;
        --colorPaletteCranberryBackground2: #eeacb2;
        --colorPaletteCranberryForeground2: #6e0811;
        --colorPaletteCranberryBorderActive: #c50f1f;
        --colorPalettePumpkinBackground2: #efc4ad;
        --colorPalettePumpkinForeground2: #712d09;
        --colorPalettePumpkinBorderActive: #ca5010;
        --colorPalettePeachBackground2: #ffddb3;
        --colorPalettePeachForeground2: #8f4e00;
        --colorPalettePeachBorderActive: #ff8c00;
        --colorPaletteGoldBackground2: #ecdfa5;
        --colorPaletteGoldForeground2: #6c5700;
        --colorPaletteGoldBorderActive: #c19c00;
        --colorPaletteBrassBackground2: #e0cea2;
        --colorPaletteBrassForeground2: #553e06;
        --colorPaletteBrassBorderActive: #986f0b;
        --colorPaletteBrownBackground2: #ddc3b0;
        --colorPaletteBrownForeground2: #50301a;
        --colorPaletteBrownBorderActive: #8e562e;
        --colorPaletteForestBackground2: #bdd99b;
        --colorPaletteForestForeground2: #294903;
        --colorPaletteForestBorderActive: #498205;
        --colorPaletteSeafoamBackground2: #a8f0cd;
        --colorPaletteSeafoamForeground2: #00723b;
        --colorPaletteSeafoamBorderActive: #00cc6a;
        --colorPaletteDarkGreenBackground2: #9ad29a;
        --colorPaletteDarkGreenForeground2: #063b06;
        --colorPaletteDarkGreenBorderActive: #0b6a0b;
        --colorPaletteLightTealBackground2: #a6e9ed;
        --colorPaletteLightTealForeground2: #00666d;
        --colorPaletteLightTealBorderActive: #00b7c3;
        --colorPaletteTealBackground2: #9bd9db;
        --colorPaletteTealForeground2: #02494c;
        --colorPaletteTealBorderActive: #038387;
        --colorPaletteSteelBackground2: #94c8d4;
        --colorPaletteSteelForeground2: #00333f;
        --colorPaletteSteelBorderActive: #005b70;
        --colorPaletteBlueBackground2: #a9d3f2;
        --colorPaletteBlueForeground2: #004377;
        --colorPaletteBlueBorderActive: #0078d4;
        --colorPaletteRoyalBlueBackground2: #9abfdc;
        --colorPaletteRoyalBlueForeground2: #002c4e;
        --colorPaletteRoyalBlueBorderActive: #004e8c;
        --colorPaletteCornflowerBackground2: #c8d1fa;
        --colorPaletteCornflowerForeground2: #2c3c85;
        --colorPaletteCornflowerBorderActive: #4f6bed;
        --colorPaletteNavyBackground2: #a3b2e8;
        --colorPaletteNavyForeground2: #001665;
        --colorPaletteNavyBorderActive: #0027b4;
        --colorPaletteLavenderBackground2: #d2ccf8;
        --colorPaletteLavenderForeground2: #3f3682;
        --colorPaletteLavenderBorderActive: #7160e8;
        --colorPalettePurpleBackground2: #c6b1de;
        --colorPalettePurpleForeground2: #341a51;
        --colorPalettePurpleBorderActive: #5c2e91;
        --colorPaletteGrapeBackground2: #d9a7e0;
        --colorPaletteGrapeForeground2: #4c0d55;
        --colorPaletteGrapeBorderActive: #881798;
        --colorPaletteLilacBackground2: #e6bfed;
        --colorPaletteLilacForeground2: #63276d;
        --colorPaletteLilacBorderActive: #b146c2;
        --colorPalettePinkBackground2: #f7c0e3;
        --colorPalettePinkForeground2: #80215d;
        --colorPalettePinkBorderActive: #e43ba6;
        --colorPaletteMagentaBackground2: #eca5d1;
        --colorPaletteMagentaForeground2: #6b0043;
        --colorPaletteMagentaBorderActive: #bf0077;
        --colorPalettePlumBackground2: #d696c0;
        --colorPalettePlumForeground2: #43002b;
        --colorPalettePlumBorderActive: #77004d;
        --colorPaletteBeigeBackground2: #d7d4d4;
        --colorPaletteBeigeForeground2: #444241;
        --colorPaletteBeigeBorderActive: #7a7574;
        --colorPaletteMinkBackground2: #cecccb;
        --colorPaletteMinkForeground2: #343231;
        --colorPaletteMinkBorderActive: #5d5a58;
        --colorPalettePlatinumBackground2: #cdd6d8;
        --colorPalettePlatinumForeground2: #3b4447;
        --colorPalettePlatinumBorderActive: #69797e;
        --colorPaletteAnchorBackground2: #bcc3c7;
        --colorPaletteAnchorForeground2: #202427;
        --colorPaletteAnchorBorderActive: #394146;
        --colorStatusSuccessBackground1: #f1faf1;
        --colorStatusSuccessBackground2: #9fd89f;
        --colorStatusSuccessBackground3: #107c10;
        --colorStatusSuccessForeground1: #0e700e;
        --colorStatusSuccessForeground2: #094509;
        --colorStatusSuccessForeground3: #107c10;
        --colorStatusSuccessForegroundInverted: #54b054;
        --colorStatusSuccessBorderActive: #107c10;
        --colorStatusSuccessBorder1: #9fd89f;
        --colorStatusSuccessBorder2: #107c10;
        --colorStatusWarningBackground1: #fff9f5;
        --colorStatusWarningBackground2: #fdcfb4;
        --colorStatusWarningBackground3: #f7630c;
        --colorStatusWarningForeground1: #bc4b09;
        --colorStatusWarningForeground2: #8a3707;
        --colorStatusWarningForeground3: #bc4b09;
        --colorStatusWarningForegroundInverted: #faa06b;
        --colorStatusWarningBorderActive: #f7630c;
        --colorStatusWarningBorder1: #fdcfb4;
        --colorStatusWarningBorder2: #bc4b09;
        --colorStatusDangerBackground1: #fdf3f4;
        --colorStatusDangerBackground2: #eeacb2;
        --colorStatusDangerBackground3: #c50f1f;
        --colorStatusDangerForeground1: #b10e1c;
        --colorStatusDangerForeground2: #6e0811;
        --colorStatusDangerForeground3: #c50f1f;
        --colorStatusDangerForegroundInverted: #dc626d;
        --colorStatusDangerBorderActive: #c50f1f;
        --colorStatusDangerBorder1: #eeacb2;
        --colorStatusDangerBorder2: #c50f1f;
        --colorStatusDangerBackground3Hover: #b10e1c;
        --colorStatusDangerBackground3Pressed: #960b18;
        --shadow2: 0 0 2px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.14);
        --shadow4: 0 0 2px rgba(0,0,0,0.12), 0 2px 4px rgba(0,0,0,0.14);
        --shadow8: 0 0 2px rgba(0,0,0,0.12), 0 4px 8px rgba(0,0,0,0.14);
        --shadow16: 0 0 2px rgba(0,0,0,0.12), 0 8px 16px rgba(0,0,0,0.14);
        --shadow28: 0 0 8px rgba(0,0,0,0.12), 0 14px 28px rgba(0,0,0,0.14);
        --shadow64: 0 0 8px rgba(0,0,0,0.12), 0 32px 64px rgba(0,0,0,0.14);
        --shadow2Brand: 0 0 2px rgba(0,0,0,0.30), 0 1px 2px rgba(0,0,0,0.25);
        --shadow4Brand: 0 0 2px rgba(0,0,0,0.30), 0 2px 4px rgba(0,0,0,0.25);
        --shadow8Brand: 0 0 2px rgba(0,0,0,0.30), 0 4px 8px rgba(0,0,0,0.25);
        --shadow16Brand: 0 0 2px rgba(0,0,0,0.30), 0 8px 16px rgba(0,0,0,0.25);
        --shadow28Brand: 0 0 8px rgba(0,0,0,0.30), 0 14px 28px rgba(0,0,0,0.25);
        --shadow64Brand: 0 0 8px rgba(0,0,0,0.30), 0 32px 64px rgba(0,0,0,0.25);
        --legacy_themeDarker: #0e336a;
        --legacy_themeDark: #13458f;
        --legacy_themeDarkAlt: #1651aa;
        --legacy_themePrimary: #185abd;
        --legacy_themeSecondary: #2e6ac5;
        --legacy_themeTertiary: #6794d7;
        --legacy_themeLight: #aec6eb;
        --legacy_themeLighter: #d2e0f4;
        --legacy_neutralDark: #252423;
        --legacy_neutralPrimary: #323130;
        --legacy_neutralPrimaryAlt: #605E5C;
        --legacy_neutralSecondary: #797775;
        --legacy_neutralSecondaryAlt: #8A8886;
        --legacy_neutralTertiary: #B3B0AD;
        --legacy_neutralTertiaryAlt: #BEBBB8;
        --legacy_neutralQuaternary: #C8C6C4;
        --legacy_neutralQuaternaryAlt: #D2D0CE;
        --legacy_neutralLight: #E1DFDD;
        --legacy_neutralLighter: #EDEBE9;
        --legacy_neutralLighterAlt: #F3F2F1;
        --legacy_black: #000000;
        --legacy_white: #FFFFFF;
        --messageBarWarningBackground: #FFFAD6;
        --messageBarSuccessBackground: #DEF2DE;
        --messageBarErrorBackground: #FDE7E9;
    }
}*/

*, ::after, ::before {
    box-sizing: unset;
}

body {
    overflow: hidden;
}

#ribbon {
	position: relative;
	display: block;
	grid-area: 2/1/3/-1;
}

.region {
	width: 100%;
	height: 100%;
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
}


.wac-ribbon-panel.flexbox-layout {
	flex: 0 1 auto;
    position: relative;
    z-index: 100;
}
.wac-ribbon-panel {
	overflow: visible;
	max-width: 100vw;
	left: 0;
	top: 0;
	width: 100%;
}
.css-152 {
	display: inline-block;
    vertical-align: top;
}
.root-154 {
	position: relative;
    display: flex;
    flex-wrap: nowrap;
}
.item-155 {
	flex-shrink: 0;
	display: inherit;
}
.root-157 {
	outline: transparent solid 2px;
  position: relative;
  font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
  font-ize: 14px;
  font-weight: var(--fontWeightSemibold);
  box-sizing: border-box;
  border: 1px solid transparent;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  cursor: default;
  vertical-align: top;
  padding-top: var(--spacingVerticalNone);
  padding-right: var(--spacingHorizontalSNudge);
  padding-bottom: var(--spacingVerticalNone);
  padding-left: var(--spacingHorizontalSNudge);
  border-radius: var(--borderRadiusMedium);
  height: 31px;
  background-color: var(--colorTransparentBackground);
  color: var(--colorNeutralForeground1);
  user-select: none;
}
.flex-container-158 {
	display: flex;
  height: 100%;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.css-166 {
	display: flex;
  justify-content: space-between;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  margin-top: 0px;
}
.css-167 {
	display: inline-block;
  vertical-align: top;
  padding-left: 8px;
  box-sizing: border-box;
}
.root-168 {
	height: 36px;
  padding: 0px;
  box-sizing: border-box;
}