/**
 * Do not edit directly, this file was auto-generated.
 */

:root {
  --cv-light-code-snippet-color: #383a42;
  --cv-light-code-snippet-comment: #6c6c6c;
  --cv-light-code-snippet-keyword: #a626a4;
  --cv-light-code-snippet-selector: #ad0f00;
  --cv-light-code-snippet-literal: #17749b;
  --cv-light-code-snippet-string: #0a7c08;
  --cv-light-code-snippet-variable: #8e6102;
  --cv-light-code-snippet-title: #004ffd;
  --cv-light-code-snippet-class: #6a6c02;
  --cv-light-primary: #3053f4;
  --cv-light-secondary: #00233c;
  --cv-light-error: #ae1209;
  --cv-light-positive: #036600;
  --cv-light-caution: #f38800;
  --cv-light-negative: #ae1209;
  --cv-light-on-primary: #ffffff;
  --cv-light-on-secondary: #ffffff;
  --cv-light-on-background: #00233c;
  --cv-light-on-surface: #00233c;
  --cv-light-on-error: #ffffff;
  --cv-light-divider: #d1d5e7;
  --cv-light-emphasis: #b10142;
  --cv-light-accent: #3053f4;
  --cv-light-background: #f8f9fb;
  --cv-light-surface: #f8f9fb;
  --cv-light-surface-canvas: #ffffff;
  --cv-light-surface-primary: #ececfe;
  --cv-light-surface-primary-highlight: rgba(48, 83, 244, 0.08);
  --cv-light-surface-primary-highlight-hover: rgba(48, 83, 244, 0.08);
  --cv-light-surface-accent: #ececfe;
  --cv-light-surface-accent-highlight: rgba(48, 83, 244, 0.08);
  --cv-light-surface-accent-highlight-hover: rgba(48, 83, 244, 0.12);
  --cv-light-surface-secondary: #deeafa;
  --cv-light-surface-secondary-highlight: rgba(0, 35, 60, 0.08);
  --cv-light-surface-secondary-highlight-hover: rgba(0, 35, 60, 0.08);
  --cv-light-surface-positive: #8fcc8e;
  --cv-light-surface-positive-highlight: rgba(3, 102, 0, 0.08);
  --cv-light-surface-positive-highlight-hover: rgba(3, 102, 0, 0.08);
  --cv-light-surface-caution: #ffcc8c;
  --cv-light-surface-caution-highlight: rgba(243, 136, 0, 0.08);
  --cv-light-surface-caution-highlight-hover: rgba(243, 136, 0, 0.08);
  --cv-light-surface-negative: #ffb2ae;
  --cv-light-surface-negative-highlight: rgba(174, 18, 9, 0.08);
  --cv-light-surface-negative-highlight-hover: rgba(174, 18, 9, 0.08);
  --cv-light-surface-neutral: #f3f5f9;
  --cv-light-surface-neutral-highlight: rgba(#f3f5f9, 0.04);
  --cv-light-surface-neutral-highlight-hover: rgba(#f3f5f9, 0.08);
  --cv-light-surface-emphasis: #e8b3c6;
  --cv-light-surface-emphasis-highlight: rgba(177, 1, 66, 0.08);
  --cv-light-surface-emphasis-highlight-hover: rgba(177, 1, 66, 0.08);
  --cv-light-text-primary-on-background: #00233c;
  --cv-light-text-secondary-on-background: #59627b;
  --cv-light-text-hint-on-background: #59627b;
  --cv-light-text-disabled-on-background: rgba(0, 35, 60, 0.38);
  --cv-light-text-icon-on-background: #59627b;
  --cv-light-text-logo-on-background: #ff5f02;
  --cv-light-text-primary-on-light: #00233c;
  --cv-light-text-secondary-on-light: #59627b;
  --cv-light-text-hint-on-light: #59627b;
  --cv-light-text-disabled-on-light: rgba(0, 35, 60, 0.38);
  --cv-light-text-icon-on-light: #59627b;
  --cv-light-text-primary-on-dark: #ebe8ec;
  --cv-light-text-secondary-on-dark: #d5d3d8;
  --cv-light-text-hint-on-dark: #d5d3d8;
  --cv-light-text-disabled-on-dark: rgba(235, 232, 236, 0.38);
  --cv-light-text-icon-on-dark: #d5d3d8;
  --cv-dark-code-snippet-color: #abb2bf;
  --cv-dark-code-snippet-comment: #5c6370;
  --cv-dark-code-snippet-keyword: #c678dd;
  --cv-dark-code-snippet-selector: #e06c75;
  --cv-dark-code-snippet-literal: #56b6c2;
  --cv-dark-code-snippet-string: #98c379;
  --cv-dark-code-snippet-variable: #d19a66;
  --cv-dark-code-snippet-title: #61aeee;
  --cv-dark-code-snippet-class: #e6c07b;
  --cv-dark-primary: #bac3ff;
  --cv-dark-secondary: #c3c5dd;
  --cv-dark-error: #fd7d69;
  --cv-dark-positive: #91d890;
  --cv-dark-caution: #ffcd9e;
  --cv-dark-negative: #fd7d69;
  --cv-dark-on-primary: #111a28;
  --cv-dark-on-secondary: #171a2c;
  --cv-dark-on-background: #ebe8ec;
  --cv-dark-on-surface: #ebe8ec;
  --cv-dark-on-error: #331915;
  --cv-dark-divider: #3e3e41;
  --cv-dark-emphasis: #cc809c;
  --cv-dark-accent: #bac3ff;
  --cv-dark-background: #1e1d1e;
  --cv-dark-surface: #1e1d1e;
  --cv-dark-surface-canvas: #38383b;
  --cv-dark-surface-primary: #1d2c43;
  --cv-dark-surface-primary-highlight: rgba(186, 195, 255, 0.08);
  --cv-dark-surface-primary-highlight-hover: rgba(186, 195, 255, 0.08);
  --cv-dark-surface-accent: #1d2c43;
  --cv-dark-surface-accent-highlight: rgba(186, 195, 255, 0.08);
  --cv-dark-surface-accent-highlight-hover: rgba(186, 195, 255, 0.08);
  --cv-dark-surface-secondary: #434659;
  --cv-dark-surface-secondary-highlight: rgba(195, 197, 221, 0.08);
  --cv-dark-surface-secondary-highlight-hover: rgba(195, 197, 221, 0.08);
  --cv-dark-surface-positive: #224b22;
  --cv-dark-surface-positive-highlight: rgba(145, 216, 144, 0.08);
  --cv-dark-surface-positive-highlight-hover: rgba(145, 216, 144, 0.08);
  --cv-dark-surface-caution: #66492f;
  --cv-dark-surface-caution-highlight: rgba(255, 183, 117, 0.08);
  --cv-dark-surface-caution-highlight-hover: rgba(255, 183, 117, 0.08);
  --cv-dark-surface-negative: #65322a;
  --cv-dark-surface-negative-highlight: rgba(253, 125, 105, 0.08);
  --cv-dark-surface-negative-highlight-hover: rgba(253, 125, 105, 0.08);
  --cv-dark-surface-neutral: #f3f5f9;
  --cv-dark-surface-neutral-highlight: rgba(#f3f5f9, 0.04);
  --cv-dark-surface-neutral-highlight-hover: rgba(#f3f5f9, 0.08);
  --cv-dark-surface-emphasis: #66404e;
  --cv-dark-surface-emphasis-highlight: rgba(204, 128, 156, 0.08);
  --cv-dark-surface-emphasis-highlight-hover: rgba(204, 128, 156, 0.08);
  --cv-dark-text-primary-on-background: #ebe8ec;
  --cv-dark-text-secondary-on-background: #d5d3d8;
  --cv-dark-text-hint-on-background: #d5d3d8;
  --cv-dark-text-disabled-on-background: rgba(235, 232, 236, 0.38);
  --cv-dark-text-icon-on-background: #d5d3d8;
  --cv-dark-text-logo-on-background: #ffffff;
  --cv-dark-text-primary-on-light: #00233c;
  --cv-dark-text-secondary-on-light: #59627b;
  --cv-dark-text-hint-on-light: #59627b;
  --cv-dark-text-disabled-on-light: rgba(0, 35, 60, 0.38);
  --cv-dark-text-icon-on-light: #59627b;
  --cv-dark-text-primary-on-dark: #ebe8ec;
  --cv-dark-text-secondary-on-dark: #d5d3d8;
  --cv-dark-text-hint-on-dark: #d5d3d8;
  --cv-dark-text-disabled-on-dark: rgba(235, 232, 236, 0.38);
  --cv-dark-text-icon-on-dark: #d5d3d8;
  --cv-theme-light-palettes-digital-blue-98: #fbf8ff;
  --cv-theme-light-palettes-digital-blue-100: #ffffff;
  --cv-theme-light-palettes-digital-blue-95: #f0efff;
  --cv-theme-light-palettes-digital-blue-90: #dee0ff;
  --cv-theme-light-palettes-digital-blue-80: #bac3ff;
  --cv-theme-light-palettes-digital-blue-70: #96a5ff;
  --cv-theme-light-palettes-digital-blue-60: #7187ff;
  --cv-theme-light-palettes-digital-blue-50: #4967ff;
  --cv-theme-light-palettes-digital-blue-40: #3053f4;
  --cv-theme-light-palettes-digital-blue-30: #0436d3;
  --cv-theme-light-palettes-digital-blue-20: #00208e;
  --cv-theme-light-palettes-digital-blue-10: #00115a;
  --cv-theme-light-palettes-orange-100: #ffffff;
  --cv-theme-light-palettes-orange-98: #fff8f6;
  --cv-theme-light-palettes-orange-95: #ffede7;
  --cv-theme-light-palettes-orange-90: #ffdbce;
  --cv-theme-light-palettes-orange-80: #ffc0a8;
  --cv-theme-light-palettes-orange-70: #ffa47e;
  --cv-theme-light-palettes-orange-60: #ff986d;
  --cv-theme-light-palettes-orange-50: #ff7a42;
  --cv-theme-light-palettes-orange-40: #ff5f02;
  --cv-theme-light-palettes-orange-30: #cf4b00;
  --cv-theme-light-palettes-orange-20: #8d3001;
  --cv-theme-light-palettes-orange-10: #481300;
  --cv-theme-light-palettes-orange-0: #000000;
  --cv-theme-light-palettes-digital-blue-0: #000000;
  --cv-theme-light-palettes-navy-100: #ffffff;
  --cv-theme-light-palettes-navy-99: #fbfcfe;
  --cv-theme-light-palettes-navy-95: #eef4fc;
  --cv-theme-light-palettes-navy-90: #deeafa;
  --cv-theme-light-palettes-navy-80: #bcd5f6;
  --cv-theme-light-palettes-navy-70: #95bff1;
  --cv-theme-light-palettes-navy-60: #60a9ed;
  --cv-theme-light-palettes-navy-50: #458fcf;
  --cv-theme-light-palettes-navy-40: #3672a8;
  --cv-theme-light-palettes-navy-30: #26547c;
  --cv-theme-light-palettes-navy-20: #14324c;
  --cv-theme-light-palettes-navy-10: #001d33;
  --cv-theme-light-palettes-navy-0: #000000;
  --cv-theme-light-palettes-negative-100: #ffffff;
  --cv-theme-light-palettes-negative-98: #ffdcdb;
  --cv-theme-light-palettes-negative-95: #ffc9c7;
  --cv-theme-light-palettes-negative-90: #ffb2ae;
  --cv-theme-light-palettes-negative-80: #e0938e;
  --cv-theme-light-palettes-negative-70: #c65953;
  --cv-theme-light-palettes-negative-60: #be413a;
  --cv-theme-light-palettes-negative-50: #b62a22;
  --cv-theme-light-palettes-negative-40: #ae1209;
  --cv-theme-light-palettes-negative-30: #7a0d06;
  --cv-theme-light-palettes-negative-20: #460704;
  --cv-theme-light-palettes-negative-10: #110201;
  --cv-theme-light-palettes-negative-0: #000000;
  --cv-theme-light-palettes-caution-100: #ffffff;
  --cv-theme-light-palettes-caution-98: #fef3e6;
  --cv-theme-light-palettes-caution-95: #ffdcb0;
  --cv-theme-light-palettes-caution-90: #ffcc8c;
  --cv-theme-light-palettes-caution-80: #f8b866;
  --cv-theme-light-palettes-caution-70: #f7ac4d;
  --cv-theme-light-palettes-caution-60: #f5a033;
  --cv-theme-light-palettes-caution-50: #f4941a;
  --cv-theme-light-palettes-caution-40: #f38800;
  --cv-theme-light-palettes-caution-30: #aa5f00;
  --cv-theme-light-palettes-caution-20: #613600;
  --cv-theme-light-palettes-caution-10: #180e00;
  --cv-theme-light-palettes-caution-0: #000000;
  --cv-theme-light-palettes-positive-100: #ffffff;
  --cv-theme-light-palettes-positive-98: #daf6da;
  --cv-theme-light-palettes-positive-95: #b5e8b3;
  --cv-theme-light-palettes-positive-90: #8fcc8e;
  --cv-theme-light-palettes-positive-80: #68a366;
  --cv-theme-light-palettes-positive-70: #4f944d;
  --cv-theme-light-palettes-positive-60: #358533;
  --cv-theme-light-palettes-positive-50: #1c751a;
  --cv-theme-light-palettes-positive-40: #036600;
  --cv-theme-light-palettes-positive-30: #024700;
  --cv-theme-light-palettes-positive-20: #012900;
  --cv-theme-light-palettes-positive-10: #000a00;
  --cv-theme-light-palettes-positive-0: #000000;
  --cv-theme-light-palettes-emphasis-100: #ffffff;
  --cv-theme-light-palettes-emphasis-98: #f7e6ec;
  --cv-theme-light-palettes-emphasis-95: #efccd9;
  --cv-theme-light-palettes-emphasis-90: #e8b3c6;
  --cv-theme-light-palettes-emphasis-80: #d880a1;
  --cv-theme-light-palettes-emphasis-70: #c84d7b;
  --cv-theme-light-palettes-emphasis-60: #c13468;
  --cv-theme-light-palettes-emphasis-50: #b91a55;
  --cv-theme-light-palettes-emphasis-40: #b10142;
  --cv-theme-light-palettes-emphasis-30: #7c012e;
  --cv-theme-light-palettes-emphasis-20: #47001a;
  --cv-theme-light-palettes-emphasis-10: #120007;
  --cv-theme-light-palettes-emphasis-0: #000000;
  --cv-theme-light-palettes-secondary-80: #bcd5f6;
  --cv-theme-light-palettes-secondary-20: #14324c;
  --cv-theme-light-palettes-secondary-30: #26547c;
  --cv-theme-light-palettes-secondary-90: #deeafa;
  --cv-theme-light-palettes-secondary-10: #001d33;
  --cv-theme-light-palettes-neutral-100: #ffffff;
  --cv-theme-light-palettes-neutral-98: #f8f9fb;
  --cv-theme-light-palettes-neutral-95: #f1f3f8;
  --cv-theme-light-palettes-neutral-90: #e6e9f3;
  --cv-theme-light-palettes-neutral-80: #d1d5e7;
  --cv-theme-light-palettes-neutral-70: #bbc1d9;
  --cv-theme-light-palettes-neutral-60: #a4adc8;
  --cv-theme-light-palettes-neutral-50: #8e98b4;
  --cv-theme-light-palettes-neutral-40: #727d9c;
  --cv-theme-light-palettes-neutral-30: #59627b;
  --cv-theme-light-palettes-neutral-20: #3e4557;
  --cv-theme-light-palettes-neutral-10: #1f232e;
  --cv-theme-light-palettes-neutral-0: #000000;
  --cv-theme-light-palettes-neutral-87: #e0e3ef;
  --cv-theme-light-palettes-neutral-96: #f3f5f9;
  --cv-theme-light-palettes-neutral-94: #eff1f7;
  --cv-theme-light-palettes-neutral-92: #ebedf5;
  --cv-theme-light-palettes-secondary-100: #ffffff;
  --cv-theme-light-palettes-secondary-98: #f8fafd;
  --cv-theme-light-palettes-secondary-95: #eef4fc;
  --cv-theme-light-palettes-secondary-70: #95bff1;
  --cv-theme-light-palettes-secondary-60: #60a9ed;
  --cv-theme-light-palettes-secondary-50: #458fcf;
  --cv-theme-light-palettes-secondary-40: #3672a8;
  --cv-theme-light-palettes-secondary-0: #000000;
  --cv-theme-light-palettes-neutral-99: #fcfcfd;
  --cv-theme-light-palettes-neutral-35: #66708c;
  --cv-theme-light-palettes-neutral-25: #4c546a;
  --cv-theme-light-palettes-neutral-97: #f6f7fb;
  --cv-theme-light-palettes-neutral-93: #edeff6;
  --cv-theme-light-palettes-neutral-91: #e8ebf4;
  --cv-theme-light-palettes-neutral-2: #05060a;
  --cv-theme-light-palettes-neutral-3: #080a0f;
  --cv-theme-light-palettes-neutral-4: #0a0d12;
  --cv-theme-light-palettes-neutral-5: #0d1016;
  --cv-theme-light-palettes-neutral-6: #10141a;
  --cv-theme-light-palettes-neutral-7: #14181f;
  --cv-theme-light-palettes-neutral-8: #171b24;
  --cv-theme-light-palettes-neutral-9: #1b1f29;
  --cv-theme-light-palettes-neutral-11: #222633;
  --cv-theme-light-palettes-neutral-12: #252a37;
  --cv-theme-light-palettes-neutral-13: #292e3c;
  --cv-theme-light-palettes-neutral-14: #2c313f;
  --cv-theme-light-palettes-neutral-15: #2f3443;
  --cv-theme-light-palettes-neutral-16: #333847;
  --cv-theme-light-palettes-neutral-17: #353b4b;
  --cv-theme-light-palettes-neutral-18: #383e4f;
  --cv-theme-light-palettes-neutral-19: #3b4153;
  --cv-theme-light-palettes-neutral-21: #41485b;
  --cv-theme-light-palettes-neutral-22: #444b5f;
  --cv-theme-light-palettes-neutral-23: #474e62;
  --cv-theme-light-palettes-neutral-24: #495166;
  --cv-theme-light-palettes-digital-blue-91: #e1e3fd;
  --cv-theme-light-palettes-digital-blue-92: #e5e5fe;
  --cv-theme-light-palettes-digital-blue-93: #e8e9fe;
  --cv-theme-light-palettes-digital-blue-94: #ececfe;
  --cv-theme-light-palettes-digital-blue-99: #fefbff;
  --cv-theme-light-palettes-neutral-variant-100: #ffffff;
  --cv-theme-light-palettes-neutral-variant-99: #fcfcff;
  --cv-theme-light-palettes-neutral-variant-98: #f9f9fd;
  --cv-theme-light-palettes-neutral-variant-97: #f5f5fa;
  --cv-theme-light-palettes-neutral-variant-96: #f2f2f7;
  --cv-theme-light-palettes-neutral-variant-95: #f0f0f4;
  --cv-theme-light-palettes-neutral-variant-94: #ededf1;
  --cv-theme-light-palettes-neutral-variant-93: #eaeaef;
  --cv-theme-light-palettes-neutral-variant-92: #e7e7ec;
  --cv-theme-light-palettes-neutral-variant-91: #e4e4e9;
  --cv-theme-light-palettes-neutral-variant-90: #e2e2e6;
  --cv-theme-light-palettes-neutral-variant-80: #c6c6ca;
  --cv-theme-light-palettes-neutral-variant-70: #aaabaf;
  --cv-theme-light-palettes-neutral-variant-60: #8f9194;
  --cv-theme-light-palettes-neutral-variant-50: #76777a;
  --cv-theme-light-palettes-neutral-variant-40: #5d5e62;
  --cv-theme-light-palettes-neutral-variant-35: #515256;
  --cv-theme-light-palettes-neutral-variant-30: #45474a;
  --cv-theme-light-palettes-neutral-variant-25: #3a3b3f;
  --cv-theme-light-palettes-neutral-variant-20: #2f3033;
  --cv-theme-light-palettes-neutral-variant-15: #242629;
  --cv-theme-light-palettes-neutral-variant-10: #1a1c1e;
  --cv-theme-light-palettes-neutral-variant-5: #0f1114;
  --cv-theme-light-palettes-neutral-variant-0: #000000;
  --cv-theme-light-palettes-neutral-1: #020305;
  --cv-theme-light-palettes-navy-13: #00233c;
  --cv-theme-light-palettes-navy-98: #f8fafd;
  --cv-theme-light-colors-primary: #3053f4;
  --cv-theme-light-colors-primary-container: #ececfe;
  --cv-theme-light-colors-on-primary: #ffffff;
  --cv-theme-light-colors-secondary: #00233c;
  --cv-theme-light-colors-secondary-container: #deeafa;
  --cv-theme-light-colors-on-secondary: #ffffff;
  --cv-theme-light-colors-on-secondary-container: #001d33;
  --cv-theme-light-colors-tertiary: #ff5f02;
  --cv-theme-light-colors-tertiary-container: #ffdbce;
  --cv-theme-light-colors-on-tertiary: #ffffff;
  --cv-theme-light-colors-on-tertiary-container: #481300;
  --cv-theme-light-colors-surface: #f8f9fb;
  --cv-theme-light-colors-surface-dim: #f3f5f9;
  --cv-theme-light-colors-surface-bright: #ffffff;
  --cv-theme-light-colors-surface-container-lowest: #ffffff;
  --cv-theme-light-colors-surface-container-low: #f3f5f9;
  --cv-theme-light-colors-surface-container: #eff1f7;
  --cv-theme-light-colors-surface-container-high: #ebedf5;
  --cv-theme-light-colors-surface-container-highest: #e6e9f3;
  --cv-theme-light-colors-on-surface: #00233c;
  --cv-theme-light-colors-on-surface-variant: #59627b;
  --cv-theme-light-colors-inverse-surface: #3e4557;
  --cv-theme-light-colors-inverse-on-surface: #f1f3f8;
  --cv-theme-light-colors-negative: #ae1209;
  --cv-theme-light-colors-negative-container: #ffb2ae;
  --cv-theme-light-colors-on-negative: #ffffff;
  --cv-theme-light-colors-on-negative-container: #110201;
  --cv-theme-light-colors-positive: #036600;
  --cv-theme-light-colors-positive-container: #8fcc8e;
  --cv-theme-light-colors-on-positive: #ffffff;
  --cv-theme-light-colors-on-positive-container: #000a00;
  --cv-theme-light-colors-caution: #f38800;
  --cv-theme-light-colors-caution-container: #ffcc8c;
  --cv-theme-light-colors-on-caution: #ffffff;
  --cv-theme-light-colors-on-caution-container: #180e00;
  --cv-theme-light-colors-outline: #727d9c;
  --cv-theme-light-colors-outline-variant: #d1d5e7;
  --cv-theme-light-colors-shadow: #000000;
  --cv-theme-light-colors-scrim: rgba(0, 0, 0, 0.32);
  --cv-theme-light-colors-primary-fixed: #dee0ff;
  --cv-theme-light-colors-primary-fixed-dim: #bac3ff;
  --cv-theme-light-colors-secondary-fixed: #deeafa;
  --cv-theme-light-colors-secondary-fixed-dim: #bcd5f6;
  --cv-theme-light-colors-tertiary-fixed: #ffdbce;
  --cv-theme-light-colors-tertiary-fixed-dim: #ffc0a8;
  --cv-theme-light-colors-primary-8: rgba(48, 83, 244, 0.08);
  --cv-theme-light-colors-primary-12: rgba(48, 83, 244, 0.12);
  --cv-theme-light-colors-on-surface-8: rgba(0, 35, 60, 0.08);
  --cv-theme-light-colors-on-surface-12: rgba(0, 35, 60, 0.12);
  --cv-theme-light-colors-on-primary-container: #00115a;
  --cv-theme-light-colors-inverse-primary: #bac3ff;
  --cv-theme-light-colors-on-surface-38: rgba(0, 35, 60, 0.38);
  --cv-theme-light-colors-on-surface-16: rgba(0, 35, 60, 0.16);
  --cv-theme-light-colors-on-primary-12: rgba(255, 255, 255, 0.12);
  --cv-theme-light-colors-on-primary-8: rgba(255, 255, 255, 0.08);
  --cv-theme-light-colors-primary-16: rgba(48, 83, 244, 0.16);
  --cv-theme-light-colors-on-surface-variant-8: rgba(89, 98, 123, 0.08);
  --cv-theme-light-colors-on-tertiary-container-8: rgba(72, 19, 0, 0.08);
  --cv-theme-light-colors-on-tertiary-container-12: rgba(72, 19, 0, 0.12);
  --cv-theme-light-colors-on-primary-container-12: rgba(0, 17, 90, 0.12);
  --cv-theme-light-colors-on-surface-variant-12: rgba(89, 98, 123, 0.12);
  --cv-theme-light-colors-on-secondary-container-8: rgba(0, 29, 51, 0.08);
  --cv-theme-light-colors-on-secondary-container-16: rgba(0, 29, 51, 0.16);
  --cv-theme-light-colors-outline-8: rgba(114, 125, 156, 0.08);
  --cv-theme-light-colors-outline-12: rgba(114, 125, 156, 0.12);
  --cv-theme-light-colors-outline-16: rgba(114, 125, 156, 0.16);
  --cv-theme-light-colors-surface-variant: #f8f9fb;
  --cv-theme-light-colors-emphasis: #b10142;
  --cv-theme-light-colors-emphasis-container: #e8b3c6;
  --cv-theme-light-colors-on-emphasis: #ffffff;
  --cv-theme-light-colors-on-emphasis-container: #120007;
  --cv-theme-light-colors-positive-16: rgba(3, 102, 0, 0.16);
  --cv-theme-light-colors-caution-16: rgba(243, 136, 0, 0.16);
  --cv-theme-light-colors-negative-12: rgba(174, 18, 9, 0.12);
  --cv-theme-light-colors-on-secondary-container-12: rgba(0, 29, 51, 0.12);
  --cv-theme-light-colors-on-primary-16: rgba(255, 255, 255, 0.16);
  --cv-theme-light-colors-on-primary-container-8: rgba(0, 17, 90, 0.08);
  --cv-theme-light-colors-on-primary-container-16: rgba(0, 17, 90, 0.16);
  --cv-theme-light-colors-on-secondary-8: rgba(255, 255, 255, 0.08);
  --cv-theme-light-colors-on-secondary-12: rgba(255, 255, 255, 0.12);
  --cv-theme-light-colors-on-secondary-16: rgba(255, 255, 255, 0.16);
  --cv-theme-light-colors-on-tertiary-8: rgba(255, 255, 255, 0.08);
  --cv-theme-light-colors-on-tertiary-12: rgba(255, 255, 255, 0.12);
  --cv-theme-light-colors-on-tertiary-16: rgba(255, 255, 255, 0.16);
  --cv-theme-light-colors-on-tertiary-container-16: rgba(72, 19, 0, 0.16);
  --cv-theme-light-colors-on-surface-variant-16: rgba(89, 98, 123, 0.16);
  --cv-theme-light-colors-negative-8: rgba(174, 18, 9, 0.08);
  --cv-theme-light-colors-negative-16: rgba(174, 18, 9, 0.16);
  --cv-theme-light-colors-positive-12: rgba(3, 102, 0, 0.12);
  --cv-theme-light-colors-positive-8: rgba(3, 102, 0, 0.08);
  --cv-theme-light-colors-on-positive-8: rgba(255, 255, 255, 0.08);
  --cv-theme-light-colors-on-positive-12: rgba(255, 255, 255, 0.12);
  --cv-theme-light-colors-on-positive-16: rgba(255, 255, 255, 0.16);
  --cv-theme-light-colors-on-positive-container-8: rgba(0, 10, 0, 0.08);
  --cv-theme-light-colors-on-positive-container-12: rgba(0, 10, 0, 0.12);
  --cv-theme-light-colors-on-positive-container-16: rgba(0, 10, 0, 0.16);
  --cv-theme-light-colors-caution-12: rgba(243, 136, 0, 0.12);
  --cv-theme-light-colors-caution-8: rgba(243, 136, 0, 0.08);
  --cv-theme-light-colors-on-caution-8: rgba(255, 255, 255, 0.08);
  --cv-theme-light-colors-on-caution-12: rgba(255, 255, 255, 0.12);
  --cv-theme-light-colors-on-caution-16: rgba(255, 255, 255, 0.16);
  --cv-theme-light-colors-on-negative-8: rgba(255, 255, 255, 0.08);
  --cv-theme-light-colors-on-negative-12: rgba(255, 255, 255, 0.12);
  --cv-theme-light-colors-on-negative-16: rgba(255, 255, 255, 0.16);
  --cv-theme-light-colors-on-caution-container-8: rgba(24, 14, 0, 0.08);
  --cv-theme-light-colors-on-caution-container-12: rgba(24, 14, 0, 0.12);
  --cv-theme-light-colors-on-caution-container-16: rgba(24, 14, 0, 0.16);
  --cv-theme-light-colors-emphasis-8: rgba(177, 1, 66, 0.08);
  --cv-theme-light-colors-emphasis-12: rgba(177, 1, 66, 0.12);
  --cv-theme-light-colors-emphasis-16: rgba(177, 1, 66, 0.16);
  --cv-theme-light-colors-on-emphasis-8: rgba(255, 255, 255, 0.08);
  --cv-theme-light-colors-on-emphasis-12: rgba(255, 255, 255, 0.12);
  --cv-theme-light-colors-on-emphasis-16: rgba(255, 255, 255, 0.16);
  --cv-theme-light-colors-on-emphasis-container-8: rgba(18, 0, 7, 0.08);
  --cv-theme-light-colors-on-emphasis-container-12: rgba(18, 0, 7, 0.12);
  --cv-theme-light-colors-on-emphasis-container-16: rgba(24, 14, 0, 0.16);
  --cv-theme-light-colors-inverse-on-surface-12: rgba(246, 243, 246, 0.12);
  --cv-theme-light-colors-inverse-primary-12: rgba(186, 195, 255, 0.12);
  --cv-theme-light-colors-inverse-on-surface-8: rgba(246, 243, 246, 0.08);
  --cv-theme-light-colors-inverse-primary-8: rgba(186, 195, 255, 0.08);
  --cv-theme-light-colors-inverse-primary-16: rgba(186, 195, 255, 0.16);
  --cv-theme-light-colors-inverse-on-surface-16: rgba(246, 243, 246, 0.12);
  --cv-theme-light-colors-on-primary-74: rgba(255, 255, 255, 0.74);
  --cv-theme-light-colors-on-surface-74: rgba(0, 35, 60, 0.74);
  --cv-theme-light-colors-tertiary-8: rgba(255, 95, 2, 0.08);
  --cv-theme-light-colors-tertiary-12: rgba(255, 95, 2, 0.12);
  --cv-theme-light-colors-tertiary-16: rgba(255, 95, 2, 0.16);
  --cv-theme-light-colors-secondary-8: rgba(0, 35, 60, 0.08);
  --cv-theme-light-colors-secondary-12: rgba(0, 35, 60, 0.12);
  --cv-theme-light-colors-secondary-16: rgba(0, 35, 60, 0.16);
  --cv-theme-light-colors-on-secondary-74: rgba(255, 255, 255, 0.74);
  --cv-theme-light-colors-inverse-secondary: #bcd5f6;
  --cv-theme-light-colors-inverse-secondary-8: rgba(188, 213, 246, 0.08);
  --cv-theme-light-colors-inverse-secondary-12: rgba(188, 213, 246, 0.12);
  --cv-theme-light-colors-inverse-secondary-16: rgba(195, 197, 221, 0.16);
  --cv-theme-light-colors-on-tertiary-74: rgba(255, 255, 255, 0.74);
  --cv-theme-light-colors-inverse-tertiary: #ff5f02;
  --cv-theme-light-colors-inverse-tertiary-8: rgba(255, 95, 2, 0.08);
  --cv-theme-light-colors-inverse-tertiary-12: rgba(255, 95, 2, 0.12);
  --cv-theme-light-colors-inverse-tertiary-16: rgba(255, 95, 2, 0.16);
  --cv-theme-light-colors-on-negative-container-8: rgba(17, 2, 1, 0.08);
  --cv-theme-light-colors-on-negative-container-12: rgba(17, 2, 1, 0.12);
  --cv-theme-light-colors-on-negative-container-16: rgba(17, 2, 1, 0.16);
  --cv-theme-light-colors-on-surface-4: rgba(0, 35, 60, 0.04);
  --cv-theme-light-colors-on-surface-variant-4: rgba(89, 98, 123, 0.04);
  --cv-theme-light-colors-inverse-on-surface-4: rgba(246, 243, 246, 0.04);
  --cv-theme-light-colors-primary-4: rgba(48, 83, 244, 0.04);
  --cv-theme-light-colors-on-primary-4: rgba(255, 255, 255, 0.04);
  --cv-theme-light-colors-on-primary-container-4: rgba(0, 17, 90, 0.04);
  --cv-theme-light-colors-inverse-primary-4: rgba(186, 195, 255, 0.04);
  --cv-theme-light-colors-secondary-4: rgba(0, 35, 60, 0.04);
  --cv-theme-light-colors-on-secondary-4: rgba(255, 255, 255, 0.04);
  --cv-theme-light-colors-on-secondary-container-4: rgba(0, 29, 51, 0.04);
  --cv-theme-light-colors-inverse-secondary-4: rgba(188, 213, 246, 0.04);
  --cv-theme-light-colors-tertiary-4: rgba(255, 95, 2, 0.04);
  --cv-theme-light-colors-on-tertiary-4: rgba(255, 255, 255, 0.04);
  --cv-theme-light-colors-on-tertiary-container-4: rgba(72, 19, 0, 0.04);
  --cv-theme-light-colors-inverse-tertiary-4: rgba(255, 95, 2, 0.04);
  --cv-theme-light-colors-negative-4: rgba(174, 18, 9, 0.04);
  --cv-theme-light-colors-on-negative-4: rgba(255, 255, 255, 0.04);
  --cv-theme-light-colors-on-negative-container-4: rgba(17, 2, 1, 0.04);
  --cv-theme-light-colors-positive-4: rgba(3, 102, 0, 0.04);
  --cv-theme-light-colors-on-positive-4: rgba(255, 255, 255, 0.04);
  --cv-theme-light-colors-on-positive-container-4: rgba(0, 10, 0, 0.04);
  --cv-theme-light-colors-caution-4: rgba(243, 136, 0, 0.04);
  --cv-theme-light-colors-on-caution-4: rgba(255, 255, 255, 0.04);
  --cv-theme-light-colors-on-caution-container-4: rgba(24, 14, 0, 0.04);
  --cv-theme-light-colors-emphasis-4: rgba(177, 1, 66, 0.04);
  --cv-theme-light-colors-on-emphasis-4: rgba(255, 255, 255, 0.04);
  --cv-theme-light-colors-on-emphasis-container-4: rgba(18, 0, 7, 0.04);
  --cv-theme-light-colors-on-surface-20: rgba(0, 35, 60, 0.2);
  --cv-theme-light-colors-primary-20: rgba(48, 83, 244, 0.2);
  --cv-theme-light-colors-negative-20: rgba(174, 18, 9, 0.2);
  --cv-theme-light-colors-positive-20: rgba(3, 102, 0, 0.2);
  --cv-theme-light-colors-caution-20: rgba(243, 136, 0, 0.2);
  --cv-theme-light-colors-emphasis-20: rgba(177, 1, 66, 0.2);
  --cv-theme-light-colors-primary-24: rgba(48, 83, 244, 0.24);
  --cv-theme-light-colors-negative-24: rgba(174, 18, 9, 0.24);
  --cv-theme-light-colors-positive-24: rgba(3, 102, 0, 0.24);
  --cv-theme-light-colors-caution-24: rgba(243, 136, 0, 0.24);
  --cv-theme-light-colors-emphasis-24: rgba(177, 1, 66, 0.24);
  --cv-theme-light-colors-background: #f8f9fb;
  --cv-theme-light-colors-surface-variant-8: rgba(248, 249, 251, 0.08);
  --cv-theme-light-colors-surface-variant-12: rgba(248, 249, 251, 0.12);
  --cv-theme-light-colors-surface-variant-16: rgba(253, 249, 252, 0.16);
  --cv-theme-light-colors-logo: #ff5f02;
  --cv-theme-light-colors-on-surface-variant-38: rgba(89, 98, 123, 0.38);
  --cv-theme-light-colors-on-primary-38: rgba(255, 255, 255, 0.38);
  --cv-theme-light-colors-on-secondary-38: rgba(255, 255, 255, 0.38);
  --cv-theme-light-colors-on-secondary-container-38: rgba(0, 29, 51, 0.38);
  --cv-theme-light-colors-on-secondary-container-74: rgba(0, 29, 51, 0.74);
  --cv-theme-light-colors-on-tertiary-38: rgba(255, 255, 255, 0.38);
  --cv-theme-light-colors-on-tertiary-container-38: rgba(72, 19, 0, 0.38);
  --cv-theme-light-colors-on-tertiary-container-74: rgba(72, 19, 0, 0.74);
  --cv-theme-light-colors-inverse-tertiary-38: rgba(255, 95, 2, 0.38);
  --cv-theme-light-colors-inverse-tertiary-74: rgba(255, 95, 2, 0.74);
  --cv-theme-light-colors-negative-38: rgba(174, 18, 9, 0.38);
  --cv-theme-light-colors-negative-74: rgba(174, 18, 9, 0.74);
  --cv-theme-light-colors-on-negative-38: rgba(255, 255, 255, 0.38);
  --cv-theme-light-colors-on-negative-74: rgba(255, 255, 255, 0.74);
  --cv-theme-light-colors-on-negative-container-38: rgba(17, 2, 1, 0.38);
  --cv-theme-light-colors-on-negative-container-74: rgba(17, 2, 1, 0.74);
  --cv-theme-light-colors-positive-38: rgba(3, 102, 0, 0.38);
  --cv-theme-light-colors-positive-74: rgba(3, 102, 0, 0.74);
  --cv-theme-light-colors-on-positive-38: rgba(255, 255, 255, 0.38);
  --cv-theme-light-colors-on-positive-74: rgba(255, 255, 255, 0.74);
  --cv-theme-light-colors-on-positive-container-38: rgba(0, 10, 0, 0.38);
  --cv-theme-light-colors-on-positive-container-74: rgba(0, 10, 0, 0.74);
  --cv-theme-light-colors-caution-38: rgba(243, 136, 0, 0.38);
  --cv-theme-light-colors-caution-74: rgba(243, 136, 0, 0.74);
  --cv-theme-light-colors-on-caution-38: rgba(255, 255, 255, 0.38);
  --cv-theme-light-colors-on-caution-74: rgba(255, 255, 255, 0.74);
  --cv-theme-light-colors-on-caution-container-38: rgba(24, 14, 0, 0.38);
  --cv-theme-light-colors-on-caution-container-74: rgba(24, 14, 0, 0.74);
  --cv-theme-light-colors-emphasis-38: rgba(177, 1, 66, 0.38);
  --cv-theme-light-colors-emphasis-74: rgba(177, 1, 66, 0.74);
  --cv-theme-light-colors-on-emphasis-38: rgba(255, 255, 255, 0.38);
  --cv-theme-light-colors-on-emphasis-74: rgba(255, 255, 255, 0.74);
  --cv-theme-light-colors-on-emphasis-container-38: rgba(24, 14, 0, 0.38);
  --cv-theme-light-colors-on-emphasis-container-74: rgba(24, 14, 0, 0.74);
  --cv-theme-light-colors-on-primary-container-38: rgba(0, 17, 90, 0.38);
  --cv-theme-light-colors-on-primary-container-74: rgba(0, 17, 90, 0.74);
  --cv-theme-light-colors-primary-38: rgba(48, 83, 244, 0.38);
  --cv-theme-light-colors-primary-74: rgba(48, 83, 244, 0.74);
  --cv-theme-light-colors-brand: #ff5f02;
  --cv-theme-dark-palettes-digital-blue-98: #efefff;
  --cv-theme-dark-palettes-digital-blue-100: #ffffff;
  --cv-theme-dark-palettes-digital-blue-95: #dde1ff;
  --cv-theme-dark-palettes-digital-blue-90: #bac3ff;
  --cv-theme-dark-palettes-digital-blue-80: #889fff;
  --cv-theme-dark-palettes-digital-blue-70: #7388d9;
  --cv-theme-dark-palettes-digital-blue-60: #5d71b4;
  --cv-theme-dark-palettes-digital-blue-50: #485a8e;
  --cv-theme-dark-palettes-digital-blue-40: #324369;
  --cv-theme-dark-palettes-digital-blue-30: #1d2c43;
  --cv-theme-dark-palettes-digital-blue-20: #111a28;
  --cv-theme-dark-palettes-digital-blue-10: #0c121b;
  --cv-theme-dark-palettes-orange-100: #ffffff;
  --cv-theme-dark-palettes-orange-98: #fef1ec;
  --cv-theme-dark-palettes-orange-95: #fdc4a4;
  --cv-theme-dark-palettes-orange-90: #f79e79;
  --cv-theme-dark-palettes-orange-80: #f37440;
  --cv-theme-dark-palettes-orange-70: #db683a;
  --cv-theme-dark-palettes-orange-60: #c25d33;
  --cv-theme-dark-palettes-orange-50: #aa512d;
  --cv-theme-dark-palettes-orange-40: #612e1a;
  --cv-theme-dark-palettes-orange-30: #492313;
  --cv-theme-dark-palettes-orange-20: #331300;
  --cv-theme-dark-palettes-orange-10: #190900;
  --cv-theme-dark-palettes-orange-0: #000000;
  --cv-theme-dark-palettes-digital-blue-0: #000000;
  --cv-theme-dark-palettes-navy-100: #ffffff;
  --cv-theme-dark-palettes-navy-99: #fcfcff;
  --cv-theme-dark-palettes-navy-95: #e8f2ff;
  --cv-theme-dark-palettes-navy-90: #cfe5ff;
  --cv-theme-dark-palettes-navy-80: #acc9e9;
  --cv-theme-dark-palettes-navy-70: #91aecd;
  --cv-theme-dark-palettes-navy-60: #7793b1;
  --cv-theme-dark-palettes-navy-50: #5e7a97;
  --cv-theme-dark-palettes-navy-40: #45617d;
  --cv-theme-dark-palettes-navy-30: #2d4964;
  --cv-theme-dark-palettes-navy-20: #14324c;
  --cv-theme-dark-palettes-navy-10: #001d33;
  --cv-theme-dark-palettes-navy-0: #000000;
  --cv-theme-dark-palettes-negative-100: #ffffff;
  --cv-theme-dark-palettes-negative-98: #fff2f0;
  --cv-theme-dark-palettes-negative-95: #ffd2cb;
  --cv-theme-dark-palettes-negative-90: #ffac9f;
  --cv-theme-dark-palettes-negative-80: #fd7d69;
  --cv-theme-dark-palettes-negative-70: #e4715f;
  --cv-theme-dark-palettes-negative-60: #ca6454;
  --cv-theme-dark-palettes-negative-50: #b1584a;
  --cv-theme-dark-palettes-negative-40: #984b3f;
  --cv-theme-dark-palettes-negative-30: #65322a;
  --cv-theme-dark-palettes-negative-20: #331915;
  --cv-theme-dark-palettes-negative-10: #190c0a;
  --cv-theme-dark-palettes-negative-0: #000000;
  --cv-theme-dark-palettes-caution-100: #ffffff;
  --cv-theme-dark-palettes-caution-98: #fff8f1;
  --cv-theme-dark-palettes-caution-95: #ffe2c8;
  --cv-theme-dark-palettes-caution-90: #ffcd9e;
  --cv-theme-dark-palettes-caution-80: #ffb775;
  --cv-theme-dark-palettes-caution-70: #e6a569;
  --cv-theme-dark-palettes-caution-60: #cc925e;
  --cv-theme-dark-palettes-caution-50: #b38052;
  --cv-theme-dark-palettes-caution-40: #996e46;
  --cv-theme-dark-palettes-caution-30: #66492f;
  --cv-theme-dark-palettes-caution-20: #332517;
  --cv-theme-dark-palettes-caution-10: #19120c;
  --cv-theme-dark-palettes-caution-0: #000000;
  --cv-theme-dark-palettes-positive-100: #ffffff;
  --cv-theme-dark-palettes-positive-98: #eef8ee;
  --cv-theme-dark-palettes-positive-95: #bbe4bb;
  --cv-theme-dark-palettes-positive-90: #91d890;
  --cv-theme-dark-palettes-positive-80: #55bc54;
  --cv-theme-dark-palettes-positive-70: #4da94c;
  --cv-theme-dark-palettes-positive-60: #449643;
  --cv-theme-dark-palettes-positive-50: #3b843b;
  --cv-theme-dark-palettes-positive-40: #337132;
  --cv-theme-dark-palettes-positive-30: #224b22;
  --cv-theme-dark-palettes-positive-20: #112611;
  --cv-theme-dark-palettes-positive-10: #081308;
  --cv-theme-dark-palettes-positive-0: #000000;
  --cv-theme-dark-palettes-emphasis-100: #ffffff;
  --cv-theme-dark-palettes-emphasis-98: #fff6f9;
  --cv-theme-dark-palettes-emphasis-95: #ffd9e7;
  --cv-theme-dark-palettes-emphasis-90: #ffbdd5;
  --cv-theme-dark-palettes-emphasis-80: #ffa0c3;
  --cv-theme-dark-palettes-emphasis-70: #e690b0;
  --cv-theme-dark-palettes-emphasis-60: #cc809c;
  --cv-theme-dark-palettes-emphasis-50: #b37089;
  --cv-theme-dark-palettes-emphasis-40: #66404e;
  --cv-theme-dark-palettes-emphasis-30: #4c303a;
  --cv-theme-dark-palettes-emphasis-20: #332027;
  --cv-theme-dark-palettes-emphasis-10: #191013;
  --cv-theme-dark-palettes-emphasis-0: #000000;
  --cv-theme-dark-palettes-secondary-80: #c3c5dd;
  --cv-theme-dark-palettes-secondary-20: #2c2f42;
  --cv-theme-dark-palettes-secondary-30: #434659;
  --cv-theme-dark-palettes-secondary-90: #dfe1f9;
  --cv-theme-dark-palettes-secondary-10: #171a2c;
  --cv-theme-dark-palettes-neutral-100: #ffffff;
  --cv-theme-dark-palettes-neutral-98: #fdf9fc;
  --cv-theme-dark-palettes-neutral-95: #f6f3f6;
  --cv-theme-dark-palettes-neutral-90: #ebe8ec;
  --cv-theme-dark-palettes-neutral-80: #d5d3d8;
  --cv-theme-dark-palettes-neutral-70: #bebdc3;
  --cv-theme-dark-palettes-neutral-60: #a6a6ad;
  --cv-theme-dark-palettes-neutral-50: #8f8e97;
  --cv-theme-dark-palettes-neutral-40: #76757d;
  --cv-theme-dark-palettes-neutral-30: #5c5b5f;
  --cv-theme-dark-palettes-neutral-20: #3e3e41;
  --cv-theme-dark-palettes-neutral-10: #1e1d1e;
  --cv-theme-dark-palettes-neutral-0: #000000;
  --cv-theme-dark-palettes-neutral-87: #e5e2e6;
  --cv-theme-dark-palettes-neutral-96: #f8f5f8;
  --cv-theme-dark-palettes-neutral-94: #f4f1f4;
  --cv-theme-dark-palettes-neutral-92: #f0edf0;
  --cv-theme-dark-palettes-secondary-100: #ffffff;
  --cv-theme-dark-palettes-secondary-98: #fbf8ff;
  --cv-theme-dark-palettes-secondary-95: #f0efff;
  --cv-theme-dark-palettes-secondary-70: #a8aac1;
  --cv-theme-dark-palettes-secondary-60: #8d8fa6;
  --cv-theme-dark-palettes-secondary-50: #73768b;
  --cv-theme-dark-palettes-secondary-40: #5b5d72;
  --cv-theme-dark-palettes-secondary-0: #000000;
  --cv-theme-dark-palettes-neutral-99: #fffbfe;
  --cv-theme-dark-palettes-neutral-35: #68686e;
  --cv-theme-dark-palettes-neutral-25: #4d4d50;
  --cv-theme-dark-palettes-neutral-97: #faf7fa;
  --cv-theme-dark-palettes-neutral-93: #f2eff2;
  --cv-theme-dark-palettes-neutral-91: #eeeaee;
  --cv-theme-dark-palettes-neutral-2: #000000;
  --cv-theme-dark-palettes-neutral-3: #020202;
  --cv-theme-dark-palettes-neutral-4: #060506;
  --cv-theme-dark-palettes-neutral-5: #0a090a;
  --cv-theme-dark-palettes-neutral-6: #0e0e0e;
  --cv-theme-dark-palettes-neutral-7: #121212;
  --cv-theme-dark-palettes-neutral-8: #161616;
  --cv-theme-dark-palettes-neutral-9: #1a191a;
  --cv-theme-dark-palettes-neutral-11: #222122;
  --cv-theme-dark-palettes-neutral-12: #252426;
  --cv-theme-dark-palettes-neutral-13: #292829;
  --cv-theme-dark-palettes-neutral-14: #2c2b2d;
  --cv-theme-dark-palettes-neutral-15: #2f2e30;
  --cv-theme-dark-palettes-neutral-16: #323134;
  --cv-theme-dark-palettes-neutral-17: #353537;
  --cv-theme-dark-palettes-neutral-18: #38383b;
  --cv-theme-dark-palettes-neutral-19: #3b3b3e;
  --cv-theme-dark-palettes-neutral-21: #414144;
  --cv-theme-dark-palettes-neutral-22: #444447;
  --cv-theme-dark-palettes-neutral-23: #47474a;
  --cv-theme-dark-palettes-neutral-24: #4a4a4d;
  --cv-theme-dark-palettes-digital-blue-91: #bec9fe;
  --cv-theme-dark-palettes-digital-blue-92: #c6cffd;
  --cv-theme-dark-palettes-digital-blue-93: #ced5fe;
  --cv-theme-dark-palettes-digital-blue-94: #d5dbfe;
  --cv-theme-dark-palettes-digital-blue-99: #fafaff;
  --cv-theme-dark-palettes-neutral-variant-100: #ffffff;
  --cv-theme-dark-palettes-neutral-variant-99: #ffffff;
  --cv-theme-dark-palettes-neutral-variant-98: #ffffff;
  --cv-theme-dark-palettes-neutral-variant-97: #ffffff;
  --cv-theme-dark-palettes-neutral-variant-96: #ffffff;
  --cv-theme-dark-palettes-neutral-variant-95: #ffffff;
  --cv-theme-dark-palettes-neutral-variant-94: #ffffff;
  --cv-theme-dark-palettes-neutral-variant-93: #ffffff;
  --cv-theme-dark-palettes-neutral-variant-92: #ffffff;
  --cv-theme-dark-palettes-neutral-variant-91: #ffffff;
  --cv-theme-dark-palettes-neutral-variant-90: #ffffff;
  --cv-theme-dark-palettes-neutral-variant-80: #ffffff;
  --cv-theme-dark-palettes-neutral-variant-70: #ffffff;
  --cv-theme-dark-palettes-neutral-variant-60: #ffffff;
  --cv-theme-dark-palettes-neutral-variant-50: #ffffff;
  --cv-theme-dark-palettes-neutral-variant-40: #ffffff;
  --cv-theme-dark-palettes-neutral-variant-35: #ffffff;
  --cv-theme-dark-palettes-neutral-variant-30: #ffffff;
  --cv-theme-dark-palettes-neutral-variant-25: #ffffff;
  --cv-theme-dark-palettes-neutral-variant-20: #ffffff;
  --cv-theme-dark-palettes-neutral-variant-15: #ffffff;
  --cv-theme-dark-palettes-neutral-variant-10: #ffffff;
  --cv-theme-dark-palettes-neutral-variant-5: #ffffff;
  --cv-theme-dark-palettes-neutral-variant-0: #ffffff;
  --cv-theme-dark-palettes-neutral-1: #000000;
  --cv-theme-dark-palettes-navy-13: #00233c;
  --cv-theme-dark-palettes-navy-98: #f8fafd;
  --cv-theme-dark-colors-primary: #bac3ff;
  --cv-theme-dark-colors-primary-container: #1d2c43;
  --cv-theme-dark-colors-on-primary: #111a28;
  --cv-theme-dark-colors-secondary: #c3c5dd;
  --cv-theme-dark-colors-secondary-container: #434659;
  --cv-theme-dark-colors-on-secondary: #171a2c;
  --cv-theme-dark-colors-on-secondary-container: #dfe1f9;
  --cv-theme-dark-colors-tertiary: #ff5f02;
  --cv-theme-dark-colors-tertiary-container: #c25d33;
  --cv-theme-dark-colors-on-tertiary: #612e1a;
  --cv-theme-dark-colors-on-tertiary-container: #fef1ec;
  --cv-theme-dark-colors-surface: #1e1d1e;
  --cv-theme-dark-colors-surface-dim: #161616;
  --cv-theme-dark-colors-surface-bright: #4a4a4d;
  --cv-theme-dark-colors-surface-container-lowest: #2c2b2d;
  --cv-theme-dark-colors-surface-container-low: #323134;
  --cv-theme-dark-colors-surface-container: #38383b;
  --cv-theme-dark-colors-surface-container-high: #3e3e41;
  --cv-theme-dark-colors-surface-container-highest: #444447;
  --cv-theme-dark-colors-on-surface: #ebe8ec;
  --cv-theme-dark-colors-on-surface-variant: #d5d3d8;
  --cv-theme-dark-colors-inverse-surface: #ebe8ec;
  --cv-theme-dark-colors-inverse-on-surface: #3e3e41;
  --cv-theme-dark-colors-negative: #fd7d69;
  --cv-theme-dark-colors-negative-container: #65322a;
  --cv-theme-dark-colors-on-negative: #331915;
  --cv-theme-dark-colors-on-negative-container: #ffac9f;
  --cv-theme-dark-colors-positive: #91d890;
  --cv-theme-dark-colors-positive-container: #224b22;
  --cv-theme-dark-colors-on-positive: #112611;
  --cv-theme-dark-colors-on-positive-container: #91d890;
  --cv-theme-dark-colors-caution: #ffcd9e;
  --cv-theme-dark-colors-caution-container: #66492f;
  --cv-theme-dark-colors-on-caution: #66492f;
  --cv-theme-dark-colors-on-caution-container: #ffcd9e;
  --cv-theme-dark-colors-outline: #8f8e97;
  --cv-theme-dark-colors-outline-variant: #3e3e41;
  --cv-theme-dark-colors-shadow: #000000;
  --cv-theme-dark-colors-scrim: rgba(0, 0, 0, 0.32);
  --cv-theme-dark-colors-primary-fixed: #dde1ff;
  --cv-theme-dark-colors-primary-fixed-dim: #bac3ff;
  --cv-theme-dark-colors-secondary-fixed: #dfe1f9;
  --cv-theme-dark-colors-secondary-fixed-dim: #c3c5dd;
  --cv-theme-dark-colors-tertiary-fixed: #f79e79;
  --cv-theme-dark-colors-tertiary-fixed-dim: #f37440;
  --cv-theme-dark-colors-primary-8: rgba(186, 195, 255, 0.08);
  --cv-theme-dark-colors-primary-12: rgba(186, 195, 255, 0.12);
  --cv-theme-dark-colors-on-surface-8: rgba(235, 232, 236, 0.08);
  --cv-theme-dark-colors-on-surface-12: rgba(235, 232, 236, 0.12);
  --cv-theme-dark-colors-on-primary-container: #dde1ff;
  --cv-theme-dark-colors-inverse-primary: #3053f4;
  --cv-theme-dark-colors-on-surface-38: rgba(235, 232, 236, 0.38);
  --cv-theme-dark-colors-on-surface-16: rgba(235, 232, 236, 0.16);
  --cv-theme-dark-colors-on-primary-12: rgba(17, 26, 40, 0.12);
  --cv-theme-dark-colors-on-primary-8: rgba(17, 26, 40, 0.08);
  --cv-theme-dark-colors-primary-16: rgba(186, 195, 255, 0.16);
  --cv-theme-dark-colors-on-surface-variant-8: rgba(213, 211, 216, 0.08);
  --cv-theme-dark-colors-on-tertiary-container-8: rgba(254, 241, 236, 0.08);
  --cv-theme-dark-colors-on-tertiary-container-12: rgba(254, 241, 236, 0.12);
  --cv-theme-dark-colors-on-primary-container-12: rgba(221, 225, 255, 0.12);
  --cv-theme-dark-colors-on-surface-variant-12: rgba(213, 211, 216, 0.12);
  --cv-theme-dark-colors-on-secondary-container-8: rgba(91, 93, 114, 0.08);
  --cv-theme-dark-colors-on-secondary-container-16: rgba(97, 99, 120, 0.16);
  --cv-theme-dark-colors-outline-8: rgba(143, 142, 151, 0.08);
  --cv-theme-dark-colors-outline-12: rgba(143, 142, 151, 0.12);
  --cv-theme-dark-colors-outline-16: rgba(143, 142, 151, 0.16);
  --cv-theme-dark-colors-surface-variant: #000000;
  --cv-theme-dark-colors-emphasis: #cc809c;
  --cv-theme-dark-colors-emphasis-container: #66404e;
  --cv-theme-dark-colors-on-emphasis: #191013;
  --cv-theme-dark-colors-on-emphasis-container: #ffd9e7;
  --cv-theme-dark-colors-positive-16: rgba(145, 216, 144, 0.16);
  --cv-theme-dark-colors-caution-16: rgba(255, 183, 117, 0.16);
  --cv-theme-dark-colors-negative-12: rgba(253, 125, 105, 0.12);
  --cv-theme-dark-colors-on-secondary-container-12: rgba(91, 93, 114, 0.12);
  --cv-theme-dark-colors-on-primary-16: rgba(17, 26, 40, 0.16);
  --cv-theme-dark-colors-on-primary-container-8: rgba(221, 225, 255, 0.08);
  --cv-theme-dark-colors-on-primary-container-16: rgba(221, 225, 255, 0.16);
  --cv-theme-dark-colors-on-secondary-8: rgba(23, 26, 44, 0.08);
  --cv-theme-dark-colors-on-secondary-12: rgba(23, 26, 44, 0.12);
  --cv-theme-dark-colors-on-secondary-16: rgba(23, 26, 44, 0.16);
  --cv-theme-dark-colors-on-tertiary-8: rgba(97, 46, 26, 0.08);
  --cv-theme-dark-colors-on-tertiary-12: rgba(97, 46, 26, 0.12);
  --cv-theme-dark-colors-on-tertiary-16: rgba(97, 46, 26, 0.16);
  --cv-theme-dark-colors-on-tertiary-container-16: rgba(254, 241, 236, 0.16);
  --cv-theme-dark-colors-on-surface-variant-16: rgba(213, 211, 216, 0.16);
  --cv-theme-dark-colors-negative-8: rgba(253, 125, 105, 0.08);
  --cv-theme-dark-colors-negative-16: rgba(253, 125, 105, 0.16);
  --cv-theme-dark-colors-positive-12: rgba(145, 216, 144, 0.12);
  --cv-theme-dark-colors-positive-8: rgba(145, 216, 144, 0.08);
  --cv-theme-dark-colors-on-positive-8: rgba(17, 38, 17, 0.08);
  --cv-theme-dark-colors-on-positive-12: rgba(17, 38, 17, 0.12);
  --cv-theme-dark-colors-on-positive-16: rgba(17, 38, 17, 0.16);
  --cv-theme-dark-colors-on-positive-container-8: rgba(145, 216, 144, 0.08);
  --cv-theme-dark-colors-on-positive-container-12: rgba(145, 216, 144, 0.12);
  --cv-theme-dark-colors-on-positive-container-16: rgba(145, 216, 144, 0.16);
  --cv-theme-dark-colors-caution-12: rgba(255, 183, 117, 0.12);
  --cv-theme-dark-colors-caution-8: rgba(255, 183, 117, 0.08);
  --cv-theme-dark-colors-on-caution-8: rgba(102, 73, 47, 0.08);
  --cv-theme-dark-colors-on-caution-12: rgba(102, 73, 47, 0.12);
  --cv-theme-dark-colors-on-caution-16: rgba(102, 73, 47, 0.16);
  --cv-theme-dark-colors-on-negative-8: rgba(51, 25, 21, 0.08);
  --cv-theme-dark-colors-on-negative-12: rgba(51, 25, 21, 0.12);
  --cv-theme-dark-colors-on-negative-16: rgba(51, 25, 21, 0.16);
  --cv-theme-dark-colors-on-caution-container-8: rgba(25, 18, 12, 0.08);
  --cv-theme-dark-colors-on-caution-container-12: rgba(25, 18, 12, 0.12);
  --cv-theme-dark-colors-on-caution-container-16: rgba(25, 18, 12, 0.16);
  --cv-theme-dark-colors-emphasis-8: rgba(204, 128, 156, 0.08);
  --cv-theme-dark-colors-emphasis-12: rgba(204, 128, 156, 0.12);
  --cv-theme-dark-colors-emphasis-16: rgba(204, 128, 156, 0.16);
  --cv-theme-dark-colors-on-emphasis-8: rgba(25, 16, 19, 0.08);
  --cv-theme-dark-colors-on-emphasis-12: rgba(25, 16, 19, 0.12);
  --cv-theme-dark-colors-on-emphasis-16: rgba(25, 16, 19, 0.16);
  --cv-theme-dark-colors-on-emphasis-container-8: rgba(255, 217, 231, 0.08);
  --cv-theme-dark-colors-on-emphasis-container-12: rgba(255, 217, 231, 0.12);
  --cv-theme-dark-colors-on-emphasis-container-16: rgba(255, 217, 231, 0.16);
  --cv-theme-dark-colors-inverse-on-surface-12: rgba(62, 62, 65, 0.12);
  --cv-theme-dark-colors-inverse-primary-12: rgba(48, 83, 244, 0.12);
  --cv-theme-dark-colors-inverse-on-surface-8: rgba(62, 62, 65, 0.08);
  --cv-theme-dark-colors-inverse-primary-8: rgba(48, 83, 244, 0.08);
  --cv-theme-dark-colors-inverse-primary-16: rgba(48, 83, 244, 0.16);
  --cv-theme-dark-colors-inverse-on-surface-16: rgba(62, 62, 65, 0.16);
  --cv-theme-dark-colors-on-primary-74: rgba(17, 26, 40, 0.74);
  --cv-theme-dark-colors-on-surface-74: rgba(235, 232, 236, 0.74);
  --cv-theme-dark-colors-tertiary-8: rgba(255, 95, 2, 0.08);
  --cv-theme-dark-colors-tertiary-12: rgba(255, 95, 2, 0.12);
  --cv-theme-dark-colors-tertiary-16: rgba(255, 95, 2, 0.16);
  --cv-theme-dark-colors-secondary-8: rgba(195, 197, 221, 0.08);
  --cv-theme-dark-colors-secondary-12: rgba(195, 197, 221, 0.12);
  --cv-theme-dark-colors-secondary-16: rgba(195, 197, 221, 0.16);
  --cv-theme-dark-colors-on-secondary-74: rgba(23, 26, 44, 0.74);
  --cv-theme-dark-colors-inverse-secondary: #5b5d72;
  --cv-theme-dark-colors-inverse-secondary-8: rgba(97, 99, 120, 0.08);
  --cv-theme-dark-colors-inverse-secondary-12: rgba(97, 99, 120, 0.12);
  --cv-theme-dark-colors-inverse-secondary-16: rgba(97, 99, 120, 0.16);
  --cv-theme-dark-colors-on-tertiary-74: rgba(97, 46, 26, 0.74);
  --cv-theme-dark-colors-inverse-tertiary: #612e1a;
  --cv-theme-dark-colors-inverse-tertiary-8: rgba(255, 95, 2, 0.08);
  --cv-theme-dark-colors-inverse-tertiary-12: rgba(255, 95, 2, 0.12);
  --cv-theme-dark-colors-inverse-tertiary-16: rgba(255, 95, 2, 0.16);
  --cv-theme-dark-colors-on-negative-container-8: rgba(255, 172, 159, 0.08);
  --cv-theme-dark-colors-on-negative-container-12: rgba(255, 172, 159, 0.12);
  --cv-theme-dark-colors-on-negative-container-16: rgba(255, 172, 159, 0.16);
  --cv-theme-dark-colors-on-surface-4: rgba(235, 232, 236, 0.04);
  --cv-theme-dark-colors-on-surface-variant-4: rgba(213, 211, 216, 0.04);
  --cv-theme-dark-colors-inverse-on-surface-4: rgba(62, 62, 65, 0.04);
  --cv-theme-dark-colors-primary-4: rgba(186, 195, 255, 0.04);
  --cv-theme-dark-colors-on-primary-4: rgba(17, 26, 40, 0.04);
  --cv-theme-dark-colors-on-primary-container-4: rgba(221, 225, 255, 0.04);
  --cv-theme-dark-colors-inverse-primary-4: rgba(48, 83, 244, 0.04);
  --cv-theme-dark-colors-secondary-4: rgba(195, 197, 221, 0.04);
  --cv-theme-dark-colors-on-secondary-4: rgba(23, 26, 44, 0.04);
  --cv-theme-dark-colors-on-secondary-container-4: rgba(91, 93, 114, 0.04);
  --cv-theme-dark-colors-inverse-secondary-4: rgba(97, 99, 120, 0.04);
  --cv-theme-dark-colors-tertiary-4: rgba(255, 95, 2, 0.04);
  --cv-theme-dark-colors-on-tertiary-4: rgba(97, 46, 26, 0.04);
  --cv-theme-dark-colors-on-tertiary-container-4: rgba(254, 241, 236, 0.04);
  --cv-theme-dark-colors-inverse-tertiary-4: rgba(255, 95, 2, 0.04);
  --cv-theme-dark-colors-negative-4: rgba(253, 125, 105, 0.04);
  --cv-theme-dark-colors-on-negative-4: rgba(51, 25, 21, 0.04);
  --cv-theme-dark-colors-on-negative-container-4: rgba(255, 172, 159, 0.04);
  --cv-theme-dark-colors-positive-4: rgba(145, 216, 144, 0.04);
  --cv-theme-dark-colors-on-positive-4: rgba(17, 38, 17, 0.04);
  --cv-theme-dark-colors-on-positive-container-4: rgba(145, 216, 144, 0.04);
  --cv-theme-dark-colors-caution-4: rgba(255, 183, 117, 0.04);
  --cv-theme-dark-colors-on-caution-4: rgba(102, 73, 47, 0.04);
  --cv-theme-dark-colors-on-caution-container-4: rgba(25, 18, 12, 0.04);
  --cv-theme-dark-colors-emphasis-4: rgba(204, 128, 156, 0.04);
  --cv-theme-dark-colors-on-emphasis-4: rgba(25, 16, 19, 0.04);
  --cv-theme-dark-colors-on-emphasis-container-4: rgba(255, 217, 231, 0.04);
  --cv-theme-dark-colors-on-surface-20: rgba(235, 232, 236, 0.2);
  --cv-theme-dark-colors-primary-20: rgba(186, 195, 255, 0.2);
  --cv-theme-dark-colors-negative-20: rgba(253, 125, 105, 0.2);
  --cv-theme-dark-colors-positive-20: rgba(145, 216, 144, 0.2);
  --cv-theme-dark-colors-caution-20: rgba(255, 183, 117, 0.2);
  --cv-theme-dark-colors-emphasis-20: rgba(204, 128, 156, 0.2);
  --cv-theme-dark-colors-primary-24: rgba(186, 195, 255, 0.24);
  --cv-theme-dark-colors-negative-24: rgba(253, 125, 105, 0.24);
  --cv-theme-dark-colors-positive-24: rgba(145, 216, 144, 0.24);
  --cv-theme-dark-colors-caution-24: rgba(255, 183, 117, 0.24);
  --cv-theme-dark-colors-emphasis-24: rgba(204, 128, 156, 0.24);
  --cv-theme-dark-colors-background: #000000;
  --cv-theme-dark-colors-surface-variant-8: rgba(0, 0, 0, 0.08);
  --cv-theme-dark-colors-surface-variant-12: rgba(0, 0, 0, 0.12);
  --cv-theme-dark-colors-surface-variant-16: rgba(0, 0, 0, 0.16);
  --cv-theme-dark-colors-logo: #ffffff;
  --cv-theme-dark-colors-on-surface-variant-38: rgba(213, 211, 216, 0.38);
  --cv-theme-dark-colors-on-primary-38: rgba(17, 26, 40, 0.38);
  --cv-theme-dark-colors-on-secondary-38: rgba(23, 26, 44, 0.38);
  --cv-theme-dark-colors-on-secondary-container-38: rgba(97, 99, 120, 0.38);
  --cv-theme-dark-colors-on-secondary-container-74: rgba(97, 99, 120, 0.74);
  --cv-theme-dark-colors-on-tertiary-38: rgba(97, 46, 26, 0.38);
  --cv-theme-dark-colors-on-tertiary-container-38: rgba(254, 241, 236, 0.38);
  --cv-theme-dark-colors-on-tertiary-container-74: rgba(254, 241, 236, 0.74);
  --cv-theme-dark-colors-inverse-tertiary-38: rgba(255, 95, 2, 0.38);
  --cv-theme-dark-colors-inverse-tertiary-74: rgba(255, 95, 2, 0.74);
  --cv-theme-dark-colors-negative-38: rgba(253, 125, 105, 0.38);
  --cv-theme-dark-colors-negative-74: rgba(253, 125, 105, 0.74);
  --cv-theme-dark-colors-on-negative-38: rgba(51, 25, 21, 0.38);
  --cv-theme-dark-colors-on-negative-74: rgba(51, 25, 21, 0.74);
  --cv-theme-dark-colors-on-negative-container-38: rgba(255, 172, 159, 0.38);
  --cv-theme-dark-colors-on-negative-container-74: rgba(255, 172, 159, 0.74);
  --cv-theme-dark-colors-positive-38: rgba(145, 216, 144, 0.38);
  --cv-theme-dark-colors-positive-74: rgba(145, 216, 144, 0.74);
  --cv-theme-dark-colors-on-positive-38: rgba(17, 38, 17, 0.38);
  --cv-theme-dark-colors-on-positive-74: rgba(17, 38, 17, 0.74);
  --cv-theme-dark-colors-on-positive-container-38: rgba(145, 216, 144, 0.38);
  --cv-theme-dark-colors-on-positive-container-74: rgba(145, 216, 144, 0.74);
  --cv-theme-dark-colors-caution-38: rgba(255, 183, 117, 0.38);
  --cv-theme-dark-colors-caution-74: rgba(255, 183, 117, 0.74);
  --cv-theme-dark-colors-on-caution-38: rgba(102, 73, 47, 0.38);
  --cv-theme-dark-colors-on-caution-74: rgba(102, 73, 47, 0.74);
  --cv-theme-dark-colors-on-caution-container-38: rgba(25, 18, 12, 0.38);
  --cv-theme-dark-colors-on-caution-container-74: rgba(25, 18, 12, 0.74);
  --cv-theme-dark-colors-emphasis-38: rgba(204, 128, 156, 0.38);
  --cv-theme-dark-colors-emphasis-74: rgba(204, 128, 156, 0.74);
  --cv-theme-dark-colors-on-emphasis-38: rgba(25, 16, 19, 0.38);
  --cv-theme-dark-colors-on-emphasis-74: rgba(25, 16, 19, 0.74);
  --cv-theme-dark-colors-on-emphasis-container-38: rgba(255, 217, 231, 0.38);
  --cv-theme-dark-colors-on-emphasis-container-74: rgba(255, 217, 231, 0.74);
  --cv-theme-dark-colors-on-primary-container-38: rgba(221, 225, 255, 0.38);
  --cv-theme-dark-colors-on-primary-container-74: rgba(221, 225, 255, 0.74);
  --cv-theme-dark-colors-primary-38: rgba(186, 195, 255, 0.38);
  --cv-theme-dark-colors-primary-74: rgba(186, 195, 255, 0.74);
  --cv-theme-dark-colors-brand: #ff5f02;
  --cv-teradata-teal-50: #def9f8;
  --cv-teradata-teal-100: #b2ebea;
  --cv-teradata-teal-200: #85dddc;
  --cv-teradata-teal-300: #59cecd;
  --cv-teradata-teal-400: #2cc0bf;
  --cv-teradata-teal-500: #00b2b1;
  --cv-teradata-teal-600: #00a2a2;
  --cv-teradata-teal-700: #009392;
  --cv-teradata-teal-800: #008383;
  --cv-teradata-teal-900: #007373;
  --cv-teradata-teal-1000: #016b6b;
  --cv-teradata-teal-1100: #036464;
  --cv-teradata-teal-1200: #045c5c;
  --cv-teradata-teal-1300: #055454;
  --cv-teradata-teal-1400: #074d4d;
  --cv-teradata-teal-1500: #084545;
  --cv-teradata-teal-1600: #0a3e3e;
  --cv-teradata-teal-1700: #0b3636;
  --cv-teradata-teal-1800: #0c2e2e;
  --cv-teradata-teal-1900: #0e2727;
  --cv-teradata-teal-2000: #0f1f1f;
  --cv-teradata-slate-50: #e3e7e8;
  --cv-teradata-slate-100: #c9cfd1;
  --cv-teradata-slate-200: #afb6b9;
  --cv-teradata-slate-300: #959ea2;
  --cv-teradata-slate-400: #7b858a;
  --cv-teradata-slate-500: #616d73;
  --cv-teradata-slate-600: #57646b;
  --cv-teradata-slate-700: #4d5b62;
  --cv-teradata-slate-800: #43515a;
  --cv-teradata-slate-900: #394851;
  --cv-teradata-slate-1000: #2e3d42;
  --cv-teradata-slate-1100: #28353b;
  --cv-teradata-slate-1200: #222e33;
  --cv-teradata-slate-1300: #1f282e;
  --cv-teradata-slate-1400: #1a2126;
  --cv-teradata-slate-1500: #161c1f;
  --cv-teradata-slate-1600: #14171a;
  --cv-teradata-slate-1700: #101314;
  --cv-teradata-slate-1800: #0c0e0f;
  --cv-teradata-slate-1900: #060708;
  --cv-teradata-slate-2000: #020203;
  --cv-teradata-orange-100: #ffcfb3;
  --cv-teradata-orange-200: #ffaf81;
  --cv-teradata-orange-300: #ff8f4e;
  --cv-teradata-orange-400: #ff7728;
  --cv-teradata-orange-500: #ff5f02;
  --cv-teradata-orange-600: #f05800;
  --cv-teradata-orange-700: #e54900;
  --cv-teradata-orange-800: #d83b03;
  --cv-teradata-orange-900: #c23200;
  --cv-material-red-50: #ffebee;
  --cv-material-red-100: #ffcdd2;
  --cv-material-red-200: #ef9a9a;
  --cv-material-red-300: #e57373;
  --cv-material-red-400: #ef5350;
  --cv-material-red-500: #f44336;
  --cv-material-red-600: #e53935;
  --cv-material-red-700: #d32f2f;
  --cv-material-red-800: #c62828;
  --cv-material-red-900: #b71c1c;
  --cv-material-red-a100: #ff8a80;
  --cv-material-red-a200: #ff5252;
  --cv-material-red-a400: #ff1744;
  --cv-material-red-a700: #d50000;
  --cv-material-pink-50: #fce4ec;
  --cv-material-pink-100: #f8bbd0;
  --cv-material-pink-200: #f48fb1;
  --cv-material-pink-300: #f06292;
  --cv-material-pink-400: #ec407a;
  --cv-material-pink-500: #e91e63;
  --cv-material-pink-600: #d81b60;
  --cv-material-pink-700: #c2185b;
  --cv-material-pink-800: #ad1457;
  --cv-material-pink-900: #880e4f;
  --cv-material-pink-a100: #ff80ab;
  --cv-material-pink-a200: #ff4081;
  --cv-material-pink-a400: #f50057;
  --cv-material-pink-a700: #c51162;
  --cv-material-purple-50: #f3e5f5;
  --cv-material-purple-100: #e1bee7;
  --cv-material-purple-200: #ce93d8;
  --cv-material-purple-300: #ba68c8;
  --cv-material-purple-400: #ab47bc;
  --cv-material-purple-500: #9c27b0;
  --cv-material-purple-600: #8e24aa;
  --cv-material-purple-700: #7b1fa2;
  --cv-material-purple-800: #6a1b9a;
  --cv-material-purple-900: #4a148c;
  --cv-material-purple-a100: #ea80fc;
  --cv-material-purple-a200: #e040fb;
  --cv-material-purple-a400: #d500f9;
  --cv-material-purple-a700: #aa00ff;
  --cv-material-deep-purple-50: #ede7f6;
  --cv-material-deep-purple-100: #d1c4e9;
  --cv-material-deep-purple-200: #b39ddb;
  --cv-material-deep-purple-300: #9575cd;
  --cv-material-deep-purple-400: #7e57c2;
  --cv-material-deep-purple-500: #673ab7;
  --cv-material-deep-purple-600: #5e35b1;
  --cv-material-deep-purple-700: #512da8;
  --cv-material-deep-purple-800: #4527a0;
  --cv-material-deep-purple-900: #311b92;
  --cv-material-deep-purple-a100: #b388ff;
  --cv-material-deep-purple-a200: #7c4dff;
  --cv-material-deep-purple-a400: #651fff;
  --cv-material-deep-purple-a700: #6200ea;
  --cv-material-indigo-50: #e8eaf6;
  --cv-material-indigo-100: #c5cae9;
  --cv-material-indigo-200: #9fa8da;
  --cv-material-indigo-300: #7986cb;
  --cv-material-indigo-400: #5c6bc0;
  --cv-material-indigo-500: #3f51b5;
  --cv-material-indigo-600: #3949ab;
  --cv-material-indigo-700: #303f9f;
  --cv-material-indigo-800: #283593;
  --cv-material-indigo-900: #1a237e;
  --cv-material-indigo-a100: #8c9eff;
  --cv-material-indigo-a200: #536dfe;
  --cv-material-indigo-a400: #3d5afe;
  --cv-material-indigo-a700: #304ffe;
  --cv-material-blue-50: #e3f2fd;
  --cv-material-blue-100: #bbdefb;
  --cv-material-blue-200: #90caf9;
  --cv-material-blue-300: #64b5f6;
  --cv-material-blue-400: #42a5f5;
  --cv-material-blue-500: #2196f3;
  --cv-material-blue-600: #1e88e5;
  --cv-material-blue-700: #1976d2;
  --cv-material-blue-800: #1565c0;
  --cv-material-blue-900: #0d47a1;
  --cv-material-blue-a100: #82b1ff;
  --cv-material-blue-a200: #448aff;
  --cv-material-blue-a400: #2979ff;
  --cv-material-blue-a700: #2962ff;
  --cv-material-light-blue-50: #e1f5fe;
  --cv-material-light-blue-100: #b3e5fc;
  --cv-material-light-blue-200: #81d4fa;
  --cv-material-light-blue-300: #4fc3f7;
  --cv-material-light-blue-400: #29b6f6;
  --cv-material-light-blue-500: #03a9f4;
  --cv-material-light-blue-600: #039be5;
  --cv-material-light-blue-700: #0288d1;
  --cv-material-light-blue-800: #0277bd;
  --cv-material-light-blue-900: #01579b;
  --cv-material-light-blue-a100: #80d8ff;
  --cv-material-light-blue-a200: #40c4ff;
  --cv-material-light-blue-a400: #00b0ff;
  --cv-material-light-blue-a700: #0091ea;
  --cv-material-cyan-50: #e0f7fa;
  --cv-material-cyan-100: #b2ebf2;
  --cv-material-cyan-200: #80deea;
  --cv-material-cyan-300: #4dd0e1;
  --cv-material-cyan-400: #26c6da;
  --cv-material-cyan-500: #00bcd4;
  --cv-material-cyan-600: #00acc1;
  --cv-material-cyan-700: #0097a7;
  --cv-material-cyan-800: #00838f;
  --cv-material-cyan-900: #006064;
  --cv-material-cyan-a100: #84ffff;
  --cv-material-cyan-a200: #18ffff;
  --cv-material-cyan-a400: #00e5ff;
  --cv-material-cyan-a700: #00b8d4;
  --cv-material-teal-50: #e0f2f1;
  --cv-material-teal-100: #b2dfdb;
  --cv-material-teal-200: #80cbc4;
  --cv-material-teal-300: #4db6ac;
  --cv-material-teal-400: #26a69a;
  --cv-material-teal-500: #009688;
  --cv-material-teal-600: #00897b;
  --cv-material-teal-700: #00796b;
  --cv-material-teal-800: #00695c;
  --cv-material-teal-900: #004d40;
  --cv-material-teal-a100: #a7ffeb;
  --cv-material-teal-a200: #64ffda;
  --cv-material-teal-a400: #1de9b6;
  --cv-material-teal-a700: #00bfa5;
  --cv-material-green-50: #e8f5e9;
  --cv-material-green-100: #c8e6c9;
  --cv-material-green-200: #a5d6a7;
  --cv-material-green-300: #81c784;
  --cv-material-green-400: #66bb6a;
  --cv-material-green-500: #4caf50;
  --cv-material-green-600: #43a047;
  --cv-material-green-700: #388e3c;
  --cv-material-green-800: #2e7d32;
  --cv-material-green-900: #1b5e20;
  --cv-material-green-a100: #b9f6ca;
  --cv-material-green-a200: #69f0ae;
  --cv-material-green-a400: #00e676;
  --cv-material-green-a700: #00c853;
  --cv-material-light-green-50: #f1f8e9;
  --cv-material-light-green-100: #dcedc8;
  --cv-material-light-green-200: #c5e1a5;
  --cv-material-light-green-300: #aed581;
  --cv-material-light-green-400: #9ccc65;
  --cv-material-light-green-500: #8bc34a;
  --cv-material-light-green-600: #7cb342;
  --cv-material-light-green-700: #689f38;
  --cv-material-light-green-800: #558b2f;
  --cv-material-light-green-900: #33691e;
  --cv-material-light-green-a100: #ccff90;
  --cv-material-light-green-a200: #b2ff59;
  --cv-material-light-green-a400: #76ff03;
  --cv-material-light-green-a700: #64dd17;
  --cv-material-lime-50: #f9fbe7;
  --cv-material-lime-100: #f0f4c3;
  --cv-material-lime-200: #e6ee9c;
  --cv-material-lime-300: #dce775;
  --cv-material-lime-400: #d4e157;
  --cv-material-lime-500: #cddc39;
  --cv-material-lime-600: #c0ca33;
  --cv-material-lime-700: #afb42b;
  --cv-material-lime-800: #9e9d24;
  --cv-material-lime-900: #827717;
  --cv-material-lime-a100: #f4ff81;
  --cv-material-lime-a200: #eeff41;
  --cv-material-lime-a400: #c6ff00;
  --cv-material-lime-a700: #aeea00;
  --cv-material-yellow-50: #fffde7;
  --cv-material-yellow-100: #fff9c4;
  --cv-material-yellow-200: #fff59d;
  --cv-material-yellow-300: #fff176;
  --cv-material-yellow-400: #ffee58;
  --cv-material-yellow-500: #ffeb3b;
  --cv-material-yellow-600: #fdd835;
  --cv-material-yellow-700: #fbc02d;
  --cv-material-yellow-800: #f9a825;
  --cv-material-yellow-900: #f57f17;
  --cv-material-yellow-a100: #ffff8d;
  --cv-material-yellow-a200: #ffff00;
  --cv-material-yellow-a400: #ffea00;
  --cv-material-yellow-a700: #ffd600;
  --cv-material-amber-50: #fff8e1;
  --cv-material-amber-100: #ffecb3;
  --cv-material-amber-200: #ffe082;
  --cv-material-amber-300: #ffd54f;
  --cv-material-amber-400: #ffca28;
  --cv-material-amber-500: #ffc107;
  --cv-material-amber-600: #ffb300;
  --cv-material-amber-700: #ffa000;
  --cv-material-amber-800: #ff8f00;
  --cv-material-amber-900: #ff6f00;
  --cv-material-amber-a100: #ffe57f;
  --cv-material-amber-a200: #ffd740;
  --cv-material-amber-a400: #ffc400;
  --cv-material-amber-a700: #ffab00;
  --cv-material-orange-50: #fff3e0;
  --cv-material-orange-100: #ffe0b2;
  --cv-material-orange-200: #ffcc80;
  --cv-material-orange-300: #ffb74d;
  --cv-material-orange-400: #ffa726;
  --cv-material-orange-500: #ff9800;
  --cv-material-orange-600: #fb8c00;
  --cv-material-orange-700: #f57c00;
  --cv-material-orange-800: #ef6c00;
  --cv-material-orange-900: #e65100;
  --cv-material-orange-a100: #ffd180;
  --cv-material-orange-a200: #ffab40;
  --cv-material-orange-a400: #ff9100;
  --cv-material-orange-a700: #ff6d00;
  --cv-material-deep-orange-50: #fbe9e7;
  --cv-material-deep-orange-100: #ffccbc;
  --cv-material-deep-orange-200: #ffab91;
  --cv-material-deep-orange-300: #ff8a65;
  --cv-material-deep-orange-400: #ff7043;
  --cv-material-deep-orange-500: #ff5722;
  --cv-material-deep-orange-600: #f4511e;
  --cv-material-deep-orange-700: #e64a19;
  --cv-material-deep-orange-800: #d84315;
  --cv-material-deep-orange-900: #bf360c;
  --cv-material-deep-orange-a100: #ff9e80;
  --cv-material-deep-orange-a200: #ff6e40;
  --cv-material-deep-orange-a400: #ff3d00;
  --cv-material-deep-orange-a700: #dd2c00;
  --cv-material-brown-50: #efebe9;
  --cv-material-brown-100: #d7ccc8;
  --cv-material-brown-200: #bcaaa4;
  --cv-material-brown-300: #a1887f;
  --cv-material-brown-400: #8d6e63;
  --cv-material-brown-500: #795548;
  --cv-material-brown-600: #6d4c41;
  --cv-material-brown-700: #5d4037;
  --cv-material-brown-800: #4e342e;
  --cv-material-brown-900: #3e2723;
  --cv-material-grey-50: #fafafa;
  --cv-material-grey-100: #f5f5f5;
  --cv-material-grey-200: #eeeeee;
  --cv-material-grey-300: #e0e0e0;
  --cv-material-grey-400: #bdbdbd;
  --cv-material-grey-500: #9e9e9e;
  --cv-material-grey-600: #757575;
  --cv-material-grey-700: #616161;
  --cv-material-grey-800: #424242;
  --cv-material-grey-900: #212121;
  --cv-material-blue-grey-50: #eceff1;
  --cv-material-blue-grey-100: #cfd8dc;
  --cv-material-blue-grey-200: #b0bec5;
  --cv-material-blue-grey-300: #90a4ae;
  --cv-material-blue-grey-400: #78909c;
  --cv-material-blue-grey-500: #607d8b;
  --cv-material-blue-grey-600: #546e7a;
  --cv-material-blue-grey-700: #455a64;
  --cv-material-blue-grey-800: #37474f;
  --cv-material-blue-grey-900: #263238;
  --cv-typography-font-family: Arial, sans-serif;
  --cv-typography-headline1-font-family: 'Inter', sans-serif;
  --cv-typography-headline1-font-size: 96px;
  --cv-typography-headline1-font-weight: 500;
  --cv-typography-headline1-line-height: 112px;
  --cv-typography-headline2-font-family: 'Inter', sans-serif;
  --cv-typography-headline2-font-size: 60px;
  --cv-typography-headline2-font-weight: 600;
  --cv-typography-headline2-line-height: 84px;
  --cv-typography-headline3-font-family: 'Inter', sans-serif;
  --cv-typography-headline3-font-size: 48px;
  --cv-typography-headline3-font-weight: 600;
  --cv-typography-headline3-line-height: 64px;
  --cv-typography-headline4-font-family: 'Inter', sans-serif;
  --cv-typography-headline4-font-size: 34px;
  --cv-typography-headline4-font-weight: 700;
  --cv-typography-headline4-line-height: 48px;
  --cv-typography-headline5-font-family: 'Inter', sans-serif;
  --cv-typography-headline5-font-size: 24px;
  --cv-typography-headline5-font-weight: 700;
  --cv-typography-headline5-line-height: 36px;
  --cv-typography-headline6-font-family: 'Inter', sans-serif;
  --cv-typography-headline6-font-size: 20px;
  --cv-typography-headline6-font-weight: 700;
  --cv-typography-headline6-line-height: 28px;
  --cv-typography-subtitle1-font-family: 'Inter', sans-serif;
  --cv-typography-subtitle1-font-size: 14px;
  --cv-typography-subtitle1-font-weight: 600;
  --cv-typography-subtitle1-line-height: 20px;
  --cv-typography-subtitle2-font-family: 'Inter', sans-serif;
  --cv-typography-subtitle2-font-size: 16px;
  --cv-typography-subtitle2-font-weight: 600;
  --cv-typography-subtitle2-line-height: 24px;
  --cv-typography-body1-font-family: Arial, sans-serif;
  --cv-typography-body1-font-size: 16px;
  --cv-typography-body1-font-weight: 400;
  --cv-typography-body1-line-height: 24px;
  --cv-typography-body2-font-family: Arial, sans-serif;
  --cv-typography-body2-font-size: 14px;
  --cv-typography-body2-font-weight: 400;
  --cv-typography-body2-line-height: 20px;
  --cv-typography-button-font-family: 'Inter', sans-serif;
  --cv-typography-button-font-size: 14px;
  --cv-typography-button-font-weight: 600;
  --cv-typography-button-line-height: 16px;
  --cv-typography-caption-font-family: Arial, sans-serif;
  --cv-typography-caption-font-size: 12px;
  --cv-typography-caption-font-weight: 400;
  --cv-typography-caption-line-height: 16px;
  --cv-typography-code-font-family: Menlo;
  --cv-typography-code-font-size: 12px;
  --cv-typography-code-font-weight: 400;
  --cv-typography-code-line-height: 20px;
}
