:root {
    --agt-alpha-light-0: rgba(255, 255, 255, 0);
    --agt-alpha-light-10: rgba(255, 255, 255, 0.1);
    --agt-alpha-light-20: rgba(255, 255, 255, 0.2);
    --agt-alpha-light-30: rgba(255, 255, 255, 0.3);
    --agt-alpha-light-40: rgba(255, 255, 255, 0.4);
    --agt-alpha-light-50: rgba(255, 255, 255, 0.5);
    --agt-alpha-light-60: rgba(255, 255, 255, 0.6);
    --agt-alpha-light-70: rgba(255, 255, 255, 0.7);
    --agt-alpha-light-80: rgba(255, 255, 255, 0.8);
    --agt-alpha-light-90: rgba(255, 255, 255, 0.9);
    --agt-alpha-dark-0: rgba(0, 0, 0, 0);
    --agt-alpha-dark-2: rgba(0, 0, 0, 0.1);
    --agt-alpha-dark-20: rgba(0, 0, 0, 0.2);
    --agt-alpha-dark-30: rgba(0, 0, 0, 0.3);
    --agt-alpha-dark-40: rgba(0, 0, 0, 0.4);
    --agt-alpha-dark-50: rgba(0, 0, 0, 0.5);
    --agt-alpha-dark-60: rgba(0, 0, 0, 0.6);
    --agt-alpha-dark-70: rgba(0, 0, 0, 0.7);
    --agt-alpha-dark-80: rgba(0, 0, 0, 0.8);
    --agt-alpha-dark-90: rgba(0, 0, 0, 0.9);
    --agt-color-base-white: #ffffff;
    --agt-color-base-black: #000000;
    --agt-color-brand-blue-100: #f5fbfe;
    --agt-color-brand-blue-200: #ddeffa;
    --agt-color-brand-blue-300: #c5e3f5;
    --agt-color-brand-blue-400: #add8f2;
    --agt-color-brand-blue-500: #94cced;
    --agt-color-brand-blue-600: #7ac0e9;
    --agt-color-brand-blue-700: #63b5e5;
    --agt-color-brand-blue-800: #4aa9e1;
    --agt-color-brand-blue-900: #2f9cdd;
    --agt-color-brand-blue-1000: #148ed8;
    --agt-color-brand-blue-1100: #0085d5;
    --agt-color-brand-blue-1200: #0074bb;
    --agt-color-brand-blue-1300: #0069a9;
    --agt-color-brand-blue-1400: #005e96;
    --agt-color-brand-blue-1500: #005384;
    --agt-color-brand-blue-1600: #004773;
    --agt-color-brand-blue-1700: #003d62;
    --agt-color-brand-blue-1800: #003251;
    --agt-color-brand-blue-1900: #002841;
    --agt-color-brand-blue-2000: #001f32;
    --agt-color-secondary-dark-blue-100: #f8fbfc;
    --agt-color-secondary-dark-blue-200: #e6edf1;
    --agt-color-secondary-dark-blue-300: #d5e1e8;
    --agt-color-secondary-dark-blue-400: #c3d4df;
    --agt-color-secondary-dark-blue-500: #b1c8d6;
    --agt-color-secondary-dark-blue-600: #a1bbcd;
    --agt-color-secondary-dark-blue-700: #90b0c4;
    --agt-color-secondary-dark-blue-800: #80a5bc;
    --agt-color-secondary-dark-blue-900: #7099b3;
    --agt-color-secondary-dark-blue-1000: #5f8ea9;
    --agt-color-secondary-dark-blue-1100: #4f82a0;
    --agt-color-secondary-dark-blue-1200: #3f7597;
    --agt-color-secondary-dark-blue-1300: #306a8e;
    --agt-color-secondary-dark-blue-1400: #225f85;
    --agt-color-secondary-dark-blue-1500: #14537a;
    --agt-color-secondary-dark-blue-1600: #06476f;
    --agt-color-secondary-dark-blue-1700: #00426a;
    --agt-color-secondary-dark-blue-1800: #003158;
    --agt-color-secondary-dark-blue-1900: #002749;
    --agt-color-secondary-dark-blue-2000: #001d3b;
    --agt-color-grey-100: #f9f9f9;
    --agt-color-grey-200: #ebebeb;
    --agt-color-grey-300: #dfdfdf;
    --agt-color-grey-400: #d2d2d2;
    --agt-color-grey-500: #c5c5c5;
    --agt-color-grey-600: #b8b8b8;
    --agt-color-grey-700: #acacac;
    --agt-color-grey-800: #a0a0a0;
    --agt-color-grey-900: #949494;
    --agt-color-grey-1000: #888888;
    --agt-color-grey-1100: #7c7c7c;
    --agt-color-grey-1200: #707070;
    --agt-color-grey-1300: #656565;
    --agt-color-grey-1400: #5a5a5a;
    --agt-color-grey-1500: #4f4f4f;
    --agt-color-grey-1600: #444444;
    --agt-color-grey-1700: #3a3a3a;
    --agt-color-grey-1800: #303030;
    --agt-color-grey-1900: #262626;
    --agt-color-grey-2000: #1d1d1d;
    --agt-color-navy-grey-100: #f7f8f8;
    --agt-color-navy-grey-200: #eaebec;
    --agt-color-navy-grey-300: #dddfe1;
    --agt-color-navy-grey-400: #cfd2d5;
    --agt-color-navy-grey-500: #c2c5c9;
    --agt-color-navy-grey-600: #b4b8bd;
    --agt-color-navy-grey-700: #a8acb2;
    --agt-color-navy-grey-800: #9ba1a7;
    --agt-color-navy-grey-900: #8e959c;
    --agt-color-navy-grey-1000: #828991;
    --agt-color-navy-grey-1100: #757d86;
    --agt-color-navy-grey-1200: #68717b;
    --agt-color-navy-grey-1300: #5d6670;
    --agt-color-navy-grey-1400: #515b66;
    --agt-color-navy-grey-1500: #46505c;
    --agt-color-navy-grey-1600: #3a4552;
    --agt-color-navy-grey-1700: #313b46;
    --agt-color-navy-grey-1800: #29303a;
    --agt-color-navy-grey-1900: #20262e;
    --agt-color-navy-grey-2000: #191d23;
    --agt-color-ascent-colors-green-100: #f5fae8;
    --agt-color-ascent-colors-green-200: #e0f3b4;
    --agt-color-ascent-colors-green-300: #cbea82;
    --agt-color-ascent-colors-green-400: #b7e155;
    --agt-color-ascent-colors-green-500: #a1d52b;
    --agt-color-ascent-colors-green-600: #92c911;
    --agt-color-ascent-colors-green-700: #84bd00;
    --agt-color-ascent-colors-green-800: #78b000;
    --agt-color-ascent-colors-green-900: #6ea300;
    --agt-color-ascent-colors-green-1000: #639600;
    --agt-color-ascent-colors-green-1100: #5a8900;
    --agt-color-ascent-colors-green-1200: #517c00;
    --agt-color-ascent-colors-green-1300: #487000;
    --agt-color-ascent-colors-green-1400: #406400;
    --agt-color-ascent-colors-green-1500: #385800;
    --agt-color-ascent-colors-green-1600: #314b00;
    --agt-color-ascent-colors-green-1700: #294000;
    --agt-color-ascent-colors-green-1800: #223500;
    --agt-color-ascent-colors-green-1900: #1b2a00;
    --agt-color-ascent-colors-green-2000: #152000;
    --agt-color-ascent-colors-dark-green-100: #f5fbf7;
    --agt-color-ascent-colors-dark-green-200: #def1e3;
    --agt-color-ascent-colors-dark-green-300: #c6e7cf;
    --agt-color-ascent-colors-dark-green-400: #adddba;
    --agt-color-ascent-colors-dark-green-500: #93d3a3;
    --agt-color-ascent-colors-dark-green-600: #7cc991;
    --agt-color-ascent-colors-dark-green-700: #64be7b;
    --agt-color-ascent-colors-dark-green-800: #4db467;
    --agt-color-ascent-colors-dark-green-900: #36a854;
    --agt-color-ascent-colors-dark-green-1000: #219c40;
    --agt-color-ascent-colors-dark-green-1100: #0d8f2e;
    --agt-color-ascent-colors-dark-green-1200: #008522;
    --agt-color-ascent-colors-dark-green-1300: #007616;
    --agt-color-ascent-colors-dark-green-1400: #00690f;
    --agt-color-ascent-colors-dark-green-1500: #005c0a;
    --agt-color-ascent-colors-dark-green-1600: #005007;
    --agt-color-ascent-colors-dark-green-1700: #004404;
    --agt-color-ascent-colors-dark-green-1800: #003903;
    --agt-color-ascent-colors-dark-green-1900: #002d02;
    --agt-color-ascent-colors-dark-green-2000: #002302;
    --agt-color-ascent-colors-turquoise-100: #f0fcfb;
    --agt-color-ascent-colors-turquoise-200: #c8f5f3;
    --agt-color-ascent-colors-turquoise-300: #9aedea;
    --agt-color-ascent-colors-turquoise-400: #6ae4df;
    --agt-color-ascent-colors-turquoise-500: #3fd9d3;
    --agt-color-ascent-colors-turquoise-600: #1fcdc7;
    --agt-color-ascent-colors-turquoise-700: #00bab3;
    --agt-color-ascent-colors-turquoise-800: #00b3ac;
    --agt-color-ascent-colors-turquoise-900: #00a59f;
    --agt-color-ascent-colors-turquoise-1000: #009892;
    --agt-color-ascent-colors-turquoise-1100: #008b85;
    --agt-color-ascent-colors-turquoise-1200: #007d78;
    --agt-color-ascent-colors-turquoise-1300: #00716d;
    --agt-color-ascent-colors-turquoise-1400: #006561;
    --agt-color-ascent-colors-turquoise-1500: #005955;
    --agt-color-ascent-colors-turquoise-1600: #004c49;
    --agt-color-ascent-colors-turquoise-1700: #00413f;
    --agt-color-ascent-colors-turquoise-1800: #003634;
    --agt-color-ascent-colors-turquoise-1900: #002b2a;
    --agt-color-ascent-colors-turquoise-2000: #002120;
    --agt-color-ascent-colors-light-blue-100: #f1fbff;
    --agt-color-ascent-colors-light-blue-200: #cef2ff;
    --agt-color-ascent-colors-light-blue-300: #a8e9ff;
    --agt-color-ascent-colors-light-blue-400: #83dfff;
    --agt-color-ascent-colors-light-blue-500: #59d3fb;
    --agt-color-ascent-colors-light-blue-600: #34c6f6;
    --agt-color-ascent-colors-light-blue-700: #16b9ee;
    --agt-color-ascent-colors-light-blue-800: #00a9e0;
    --agt-color-ascent-colors-light-blue-900: #009fd5;
    --agt-color-ascent-colors-light-blue-1000: #0092c6;
    --agt-color-ascent-colors-light-blue-1100: #0085b6;
    --agt-color-ascent-colors-light-blue-1200: #0078a5;
    --agt-color-ascent-colors-light-blue-1300: #006c96;
    --agt-color-ascent-colors-light-blue-1400: #006086;
    --agt-color-ascent-colors-light-blue-1500: #005576;
    --agt-color-ascent-colors-light-blue-1600: #004966;
    --agt-color-ascent-colors-light-blue-1700: #003e57;
    --agt-color-ascent-colors-light-blue-1800: #003449;
    --agt-color-ascent-colors-light-blue-1900: #00293a;
    --agt-color-ascent-colors-light-blue-2000: #00202d;
    --agt-color-ascent-colors-yellow-100: #fff9e8;
    --agt-color-ascent-colors-yellow-200: #ffeaae;
    --agt-color-ascent-colors-yellow-300: #ffdc74;
    --agt-color-ascent-colors-yellow-400: #ffcb3f;
    --agt-color-ascent-colors-yellow-500: #feb815;
    --agt-color-ascent-colors-yellow-600: #f2a900;
    --agt-color-ascent-colors-yellow-700: #e69e00;
    --agt-color-ascent-colors-yellow-800: #d89200;
    --agt-color-ascent-colors-yellow-900: #c88700;
    --agt-color-ascent-colors-yellow-1000: #b97b00;
    --agt-color-ascent-colors-yellow-1100: #a97000;
    --agt-color-ascent-colors-yellow-1200: #996500;
    --agt-color-ascent-colors-yellow-1300: #8b5b00;
    --agt-color-ascent-colors-yellow-1400: #7c5100;
    --agt-color-ascent-colors-yellow-1500: #6d4700;
    --agt-color-ascent-colors-yellow-1600: #5e3d00;
    --agt-color-ascent-colors-yellow-1700: #503400;
    --agt-color-ascent-colors-yellow-1800: #422b00;
    --agt-color-ascent-colors-yellow-1900: #342300;
    --agt-color-ascent-colors-yellow-2000: #281a00;
    --agt-color-ascent-colors-orange-100: #fff8f3;
    --agt-color-ascent-colors-orange-200: #ffe7d4;
    --agt-color-ascent-colors-orange-300: #ffd8b8;
    --agt-color-ascent-colors-orange-400: #ffc699;
    --agt-color-ascent-colors-orange-500: #ffb57c;
    --agt-color-ascent-colors-orange-600: #ffa25d;
    --agt-color-ascent-colors-orange-700: #fa9245;
    --agt-color-ascent-colors-orange-800: #f2822f;
    --agt-color-ascent-colors-orange-900: #e87722;
    --agt-color-ascent-colors-orange-1000: #d76916;
    --agt-color-ascent-colors-orange-1100: #c75e10;
    --agt-color-ascent-colors-orange-1200: #b5540b;
    --agt-color-ascent-colors-orange-1300: #a44b08;
    --agt-color-ascent-colors-orange-1400: #934206;
    --agt-color-ascent-colors-orange-1500: #823a04;
    --agt-color-ascent-colors-orange-1600: #703203;
    --agt-color-ascent-colors-orange-1700: #602b02;
    --agt-color-ascent-colors-orange-1800: #502302;
    --agt-color-ascent-colors-orange-1900: #401c02;
    --agt-color-ascent-colors-orange-2000: #301602;
    --agt-color-ascent-colors-red-100: #fef8f6;
    --agt-color-ascent-colors-red-200: #fce7e3;
    --agt-color-ascent-colors-red-300: #fbd7d1;
    --agt-color-ascent-colors-red-400: #f9c6bd;
    --agt-color-ascent-colors-red-500: #f7b4a8;
    --agt-color-ascent-colors-red-600: #f5a495;
    --agt-color-ascent-colors-red-700: #f39281;
    --agt-color-ascent-colors-red-800: #f1806c;
    --agt-color-ascent-colors-red-900: #ef6b54;
    --agt-color-ascent-colors-red-1000: #ed553a;
    --agt-color-ascent-colors-red-1100: #ea3718;
    --agt-color-ascent-colors-red-1200: #da2303;
    --agt-color-ascent-colors-red-1300: #c52003;
    --agt-color-ascent-colors-red-1400: #b11c02;
    --agt-color-ascent-colors-red-1500: #9c1902;
    --agt-color-ascent-colors-red-1600: #881602;
    --agt-color-ascent-colors-red-1700: #741302;
    --agt-color-ascent-colors-red-1800: #611001;
    --agt-color-ascent-colors-red-1900: #4e0d01;
    --agt-color-ascent-colors-red-2000: #3d0a01;
    --agt-color-ascent-colors-magenta-100: #fef7fa;
    --agt-color-ascent-colors-magenta-200: #fbe6f0;
    --agt-color-ascent-colors-magenta-300: #f8d5e7;
    --agt-color-ascent-colors-magenta-400: #f6c4dd;
    --agt-color-ascent-colors-magenta-500: #f4b1d2;
    --agt-color-ascent-colors-magenta-600: #f19fc8;
    --agt-color-ascent-colors-magenta-700: #ef8dbd;
    --agt-color-ascent-colors-magenta-800: #ec7bb3;
    --agt-color-ascent-colors-magenta-900: #e867a7;
    --agt-color-ascent-colors-magenta-1000: #e3529a;
    --agt-color-ascent-colors-magenta-1100: #dc3b8b;
    --agt-color-ascent-colors-magenta-1200: #d22279;
    --agt-color-ascent-colors-magenta-1300: #ce0f69;
    --agt-color-ascent-colors-magenta-1400: #b1035a;
    --agt-color-ascent-colors-magenta-1500: #9e004d;
    --agt-color-ascent-colors-magenta-1600: #8a0041;
    --agt-color-ascent-colors-magenta-1700: #770037;
    --agt-color-ascent-colors-magenta-1800: #64002e;
    --agt-color-ascent-colors-magenta-1900: #520026;
    --agt-color-ascent-colors-magenta-2000: #41001e;
    --agt-color-ascent-colors-purple-100: #fbf8fb;
    --agt-color-ascent-colors-purple-200: #f3e8f0;
    --agt-color-ascent-colors-purple-300: #ebdae8;
    --agt-color-ascent-colors-purple-400: #e4cbde;
    --agt-color-ascent-colors-purple-500: #dbbbd4;
    --agt-color-ascent-colors-purple-600: #d4accc;
    --agt-color-ascent-colors-purple-700: #cc9ec2;
    --agt-color-ascent-colors-purple-800: #c490b9;
    --agt-color-ascent-colors-purple-900: #bc81af;
    --agt-color-ascent-colors-purple-1000: #b473a5;
    --agt-color-ascent-colors-purple-1100: #ab649b;
    --agt-color-ascent-colors-purple-1200: #a25591;
    --agt-color-ascent-colors-purple-1300: #994786;
    --agt-color-ascent-colors-purple-1400: #8f397c;
    --agt-color-ascent-colors-purple-1500: #80276c;
    --agt-color-ascent-colors-purple-1600: #761f63;
    --agt-color-ascent-colors-purple-1700: #691556;
    --agt-color-ascent-colors-purple-1800: #590e49;
    --agt-color-ascent-colors-purple-1900: #49093b;
    --agt-color-ascent-colors-purple-2000: #3a062e;
    --agt-color-ascent-colors-brown-100: #f9f8f6;
    --agt-color-ascent-colors-brown-200: #f0ebe6;
    --agt-color-ascent-colors-brown-300: #e6ddd4;
    --agt-color-ascent-colors-brown-400: #dcd0c4;
    --agt-color-ascent-colors-brown-500: #d2c2b2;
    --agt-color-ascent-colors-brown-600: #c8b5a2;
    --agt-color-ascent-colors-brown-700: #bea892;
    --agt-color-ascent-colors-brown-800: #b49c84;
    --agt-color-ascent-colors-brown-900: #a99075;
    --agt-color-ascent-colors-brown-1000: #9e8368;
    --agt-color-ascent-colors-brown-1100: #94795d;
    --agt-color-ascent-colors-brown-1200: #866b50;
    --agt-color-ascent-colors-brown-1300: #7a6047;
    --agt-color-ascent-colors-brown-1400: #6c553d;
    --agt-color-ascent-colors-brown-1500: #604b36;
    --agt-color-ascent-colors-brown-1600: #53402d;
    --agt-color-ascent-colors-brown-1700: #473727;
    --agt-color-ascent-colors-brown-1800: #3b2d20;
    --agt-color-ascent-colors-brown-1900: #2f2419;
    --agt-color-ascent-colors-brown-2000: #231b13;
    --agt-color-ascent-colors-data-visualization-periwinkle-100: #f5f8ff;
    --agt-color-ascent-colors-data-visualization-periwinkle-200: #e3ecfc;
    --agt-color-ascent-colors-data-visualization-periwinkle-300: #d2e0fa;
    --agt-color-ascent-colors-data-visualization-periwinkle-400: #c0d3f8;
    --agt-color-ascent-colors-data-visualization-periwinkle-500: #acc5f5;
    --agt-color-ascent-colors-data-visualization-periwinkle-600: #9ab9f3;
    --agt-color-ascent-colors-data-visualization-periwinkle-700: #87acf1;
    --agt-color-ascent-colors-data-visualization-periwinkle-800: #75a0ef;
    --agt-color-ascent-colors-data-visualization-periwinkle-900: #6293ed;
    --agt-color-ascent-colors-data-visualization-periwinkle-1000: #4f85eb;
    --agt-color-ascent-colors-data-visualization-periwinkle-1100: #4379de;
    --agt-color-ascent-colors-data-visualization-periwinkle-1200: #3d6ec8;
    --agt-color-ascent-colors-data-visualization-periwinkle-1300: #3762b4;
    --agt-color-ascent-colors-data-visualization-periwinkle-1400: #3158a1;
    --agt-color-ascent-colors-data-visualization-periwinkle-1500: #2b4d8e;
    --agt-color-ascent-colors-data-visualization-periwinkle-1600: #25427a;
    --agt-color-ascent-colors-data-visualization-periwinkle-1700: #203968;
    --agt-color-ascent-colors-data-visualization-periwinkle-1800: #1a2f57;
    --agt-color-ascent-colors-data-visualization-periwinkle-1900: #152645;
    --agt-color-ascent-colors-data-visualization-periwinkle-2000: #101c34;
    --agt-color-ascent-colors-data-visualization-cobalt-100: #faf9fe;
    --agt-color-ascent-colors-data-visualization-cobalt-200: #edebf9;
    --agt-color-ascent-colors-data-visualization-cobalt-300: #e0dcf5;
    --agt-color-ascent-colors-data-visualization-cobalt-400: #d4cef0;
    --agt-color-ascent-colors-data-visualization-cobalt-500: #c6bfec;
    --agt-color-ascent-colors-data-visualization-cobalt-600: #bab1e8;
    --agt-color-ascent-colors-data-visualization-cobalt-700: #aea4e4;
    --agt-color-ascent-colors-data-visualization-cobalt-800: #a397e0;
    --agt-color-ascent-colors-data-visualization-cobalt-900: #9789dc;
    --agt-color-ascent-colors-data-visualization-cobalt-1000: #8b7bd8;
    --agt-color-ascent-colors-data-visualization-cobalt-1100: #7e6dd4;
    --agt-color-ascent-colors-data-visualization-cobalt-1200: #715fcf;
    --agt-color-ascent-colors-data-visualization-cobalt-1300: #6651cb;
    --agt-color-ascent-colors-data-visualization-cobalt-1400: #5a46bd;
    --agt-color-ascent-colors-data-visualization-cobalt-1500: #4f3da7;
    --agt-color-ascent-colors-data-visualization-cobalt-1600: #44358f;
    --agt-color-ascent-colors-data-visualization-cobalt-1700: #3a2d7c;
    --agt-color-ascent-colors-data-visualization-cobalt-1800: #302566;
    --agt-color-ascent-colors-data-visualization-cobalt-1900: #261e51;
    --agt-color-ascent-colors-data-visualization-cobalt-2000: #1d173e;
    --agt-color-ascent-colors-data-visualization-violet-100: #fef7ff;
    --agt-color-ascent-colors-data-visualization-violet-200: #f8e6ff;
    --agt-color-ascent-colors-data-visualization-violet-300: #f3d5ff;
    --agt-color-ascent-colors-data-visualization-violet-400: #efc2ff;
    --agt-color-ascent-colors-data-visualization-violet-500: #eab0ff;
    --agt-color-ascent-colors-data-visualization-violet-600: #e59dff;
    --agt-color-ascent-colors-data-visualization-violet-700: #df8aff;
    --agt-color-ascent-colors-data-visualization-violet-800: #da76ff;
    --agt-color-ascent-colors-data-visualization-violet-900: #d460ff;
    --agt-color-ascent-colors-data-visualization-violet-1000: #cd46ff;
    --agt-color-ascent-colors-data-visualization-violet-1100: #bc3eeb;
    --agt-color-ascent-colors-data-visualization-violet-1200: #aa38d5;
    --agt-color-ascent-colors-data-visualization-violet-1300: #9a32c0;
    --agt-color-ascent-colors-data-visualization-violet-1400: #892dac;
    --agt-color-ascent-colors-data-visualization-violet-1500: #792897;
    --agt-color-ascent-colors-data-visualization-violet-1600: #692283;
    --agt-color-ascent-colors-data-visualization-violet-1700: #5a1d70;
    --agt-color-ascent-colors-data-visualization-violet-1800: #4b185d;
    --agt-color-ascent-colors-data-visualization-violet-1900: #3b144a;
    --agt-color-ascent-colors-data-visualization-violet-2000: #2e0f3a;
    --agt-color-ascent-colors-data-visualization-olive-100: #f8f9ee;
    --agt-color-ascent-colors-data-visualization-olive-200: #ebeed1;
    --agt-color-ascent-colors-data-visualization-olive-300: #dde3b1;
    --agt-color-ascent-colors-data-visualization-olive-400: #cfd892;
    --agt-color-ascent-colors-data-visualization-olive-500: #c1cc70;
    --agt-color-ascent-colors-data-visualization-olive-600: #b2c04f;
    --agt-color-ascent-colors-data-visualization-olive-700: #a5b531;
    --agt-color-ascent-colors-data-visualization-olive-800: #99a91f;
    --agt-color-ascent-colors-data-visualization-olive-900: #8d9c1d;
    --agt-color-ascent-colors-data-visualization-olive-1000: #828f1a;
    --agt-color-ascent-colors-data-visualization-olive-1100: #768318;
    --agt-color-ascent-colors-data-visualization-olive-1200: #6b7616;
    --agt-color-ascent-colors-data-visualization-olive-1300: #606a13;
    --agt-color-ascent-colors-data-visualization-olive-1400: #565f11;
    --agt-color-ascent-colors-data-visualization-olive-1500: #4b530f;
    --agt-color-ascent-colors-data-visualization-olive-1600: #41480d;
    --agt-color-ascent-colors-data-visualization-olive-1700: #383e0b;
    --agt-color-ascent-colors-data-visualization-olive-1800: #2e3209;
    --agt-color-ascent-colors-data-visualization-olive-1900: #252807;
    --agt-color-ascent-colors-data-visualization-olive-2000: #1c1e06;
    --agt-color-alpha-light-0: rgba(255, 255, 255, 0);
    --agt-color-alpha-light-10: rgba(255, 255, 255, 0.1);
    --agt-color-alpha-light-20: rgba(255, 255, 255, 0.2);
    --agt-color-alpha-light-30: rgba(255, 255, 255, 0.3);
    --agt-color-alpha-light-40: rgba(255, 255, 255, 0.4);
    --agt-color-alpha-light-50: rgba(255, 255, 255, 0.5);
    --agt-color-alpha-light-60: rgba(255, 255, 255, 0.6);
    --agt-color-alpha-light-70: rgba(255, 255, 255, 0.7);
    --agt-color-alpha-light-80: rgba(255, 255, 255, 0.8);
    --agt-color-alpha-light-90: rgba(255, 255, 255, 0.9);
    --agt-color-alpha-dark-0: rgba(0, 0, 0, 0);
    --agt-color-alpha-dark-10: rgba(0, 0, 0, 0.1);
    --agt-color-alpha-dark-20: rgba(0, 0, 0, 0.2);
    --agt-color-alpha-dark-30: rgba(0, 0, 0, 0.3);
    --agt-color-alpha-dark-40: rgba(0, 0, 0, 0.4);
    --agt-color-alpha-dark-50: rgba(0, 0, 0, 0.5);
    --agt-color-alpha-dark-60: rgba(0, 0, 0, 0.6);
    --agt-color-alpha-dark-70: rgba(0, 0, 0, 0.7);
    --agt-color-alpha-dark-80: rgba(0, 0, 0, 0.8);
    --agt-color-alpha-dark-90: rgba(0, 0, 0, 0.9);
    --agt-background-bg-base-white: #ffffff;
    --agt-background-bg-base-primary: #f9f9f9;
    --agt-background-bg-base-secondary: #dfdfdf;
    --agt-background-bg-base-black: #1d1d1d;
    --agt-background-bg-base-dark: #a8acb2;
    --agt-background-bg-base-white-hover: #f9f9f9;
    --agt-background-bg-base-white-selected: #ddeffa;
    --agt-background-bg-brand: #0085d5;
    --agt-background-bg-brand-main: #004773;
    --agt-background-bg-brand-alt: #0069a9;
    --agt-background-bg-brand-light: #ddeffa;
    --agt-background-bg-brand-on: #f5fbfe;
    --agt-background-bg-brand-hover: #0074bb;
    --agt-background-bg-brand-selected: #005e96;
    --agt-background-bg-success-main: #008522;
    --agt-background-bg-success-alt: #4db467;
    --agt-background-bg-success-light: #def1e3;
    --agt-background-bg-success-on: #f5fbf7;
    --agt-background-bg-success-hover: #00690f;
    --agt-background-bg-success-alt-dark: #005c0a;
    --agt-background-bg-warning-main: #f2a900;
    --agt-background-bg-warning-alt: #ffcb3f;
    --agt-background-bg-warning-light: #ffeaae;
    --agt-background-bg-warning-on: #fff9e8;
    --agt-background-bg-warning-hover: #d89200;
    --agt-background-bg-error-main: #c52003;
    --agt-background-bg-error-light: #fce7e3;
    --agt-background-bg-error-on: #fef8f6;
    --agt-background-bg-error-hover: #9c1902;
    --agt-background-bg-error-selected: #741302;
    --agt-background-bg-disabled: #ebebeb;
    --agt-background-bg-ghost-white-alpha: rgba(255, 255, 255, 0);
    --agt-background-bg-overlay-tp: rgba(0, 0, 0, 0.8);
    --agt-text-icons-tx-base-title: #1d1d1d;
    --agt-text-icons-tx-base-second: #4f4f4f;
    --agt-text-icons-tx-base-tertiary: #a0a0a0;
    --agt-text-icons-tx-base-alt: #707070;
    --agt-text-icons-tx-base-second-hover: #444444;
    --agt-text-icons-tx-base-tertiary-hover: #888888;
    --agt-text-icons-tx-brand: #0085d5;
    --agt-text-icons-tx-brand-main: #004773;
    --agt-text-icons-tx-brand-alt: #0069a9;
    --agt-text-icons-tx-brand-main-hover: #003251;
    --agt-text-icons-tx-brand-main-selected: #002841;
    --agt-text-icons-tx-success: #008522;
    --agt-text-icons-tx-success-alt: #005c0a;
    --agt-text-icons-tx-success-on: #f5fbf7;
    --agt-text-icons-tx-warning: #f2a900;
    --agt-text-icons-tx-warning-on: #fff9e8;
    --agt-text-icons-tx-error: #c52003;
    --agt-text-icons-tx-error-on: #fef8f6;
    --agt-text-icons-tx-disabled: #b8b8b8;
    --agt-text-icons-tx-placeholder: #949494;
    --agt-text-icons-tx-on-brand: #f5fbfe;
    --agt-text-icons-tx-on-color: #ffffff;
    --agt-text-icons-tx-on-color-hover: #ddeffa;
    --agt-text-icons-tx-on-color-selected: #c5e3f5;
    --agt-text-icons-tx-special-turquoise: #00bab3;
    --agt-stroke-str-base-primary: #707070;
    --agt-stroke-str-base-secondary-alt-tp: rgba(0, 0, 0, 0.1);
    --agt-stroke-str-brand: #0085d5;
    --agt-stroke-str-brand-main: #004773;
    --agt-stroke-str-brand-on: #f5fbfe;
    --agt-stroke-str-brand-alt-light: #add8f2;
    --agt-stroke-str-brand-alt-dark: #0069a9;
    --agt-stroke-str-success: #008522;
    --agt-stroke-str-success-on: #f5fbf7;
    --agt-stroke-str-warning: #f2a900;
    --agt-stroke-str-warning-on: #fff9e8;
    --agt-stroke-str-error: #c52003;
    --agt-stroke-str-error-on: #fef8f6;
    --agt-stroke-str-disabled: #c5c5c5;
    --agt-stroke-str-line: #b8b8b8;
    --agt-stroke-str-white: #ffffff;
    --agt-stroke-str-black: #000000;
    --agt-ascent-light-blue-800: #00a9e0;
    --agt-ascent-light-blue-on: #f1fbff;
    --agt-ascent-light-blue-light: #cef2ff;
    --agt-ascent-green-700: #84bd00;
    --agt-ascent-green-on: #f5fae8;
    --agt-ascent-green-light: #e0f3b4;
    --agt-ascent-orange-900: #e87722;
    --agt-ascent-orange-on: #fff8f3;
    --agt-ascent-orange-light: #ffe7d4;
    --agt-ascent-magenta-1300: #ce0f69;
    --agt-ascent-magenta-on: #fef7fa;
    --agt-ascent-magenta-light: #fbe6f0;
    --agt-ascent-purple-1500: #80276c;
    --agt-ascent-purple-on: #fbf8fb;
    --agt-ascent-purple-light: #f3e8f0;
    --agt-ascent-brown-1100: #94795d;
    --agt-ascent-brown-on: #f9f8f6;
    --agt-ascent-brown-light: #f0ebe6;
    --agt-ascent-turquoise-700: #00bab3;
    --agt-ascent-turquoise-on: #f0fcfb;
    --agt-ascent-turquoise-light: #c8f5f3;
    --agt-utility-brand-blue-100: #f5fbfe;
    --agt-utility-brand-blue-200: #ddeffa;
    --agt-utility-brand-blue-300: #c5e3f5;
    --agt-utility-brand-blue-400: #add8f2;
    --agt-utility-brand-blue-500: #94cced;
    --agt-utility-brand-blue-600: #7ac0e9;
    --agt-utility-brand-blue-700: #63b5e5;
    --agt-utility-brand-blue-800: #4aa9e1;
    --agt-utility-brand-blue-900: #2f9cdd;
    --agt-utility-brand-blue-1000: #148ed8;
    --agt-utility-brand-blue-1100: #0085d5;
    --agt-utility-brand-blue-1200: #0074bb;
    --agt-utility-brand-blue-1300: #0069a9;
    --agt-utility-brand-blue-1400: #005e96;
    --agt-utility-brand-blue-1500: #005384;
    --agt-utility-brand-blue-1600: #004773;
    --agt-utility-brand-blue-1700: #003d62;
    --agt-utility-brand-blue-1800: #003251;
    --agt-utility-brand-blue-1900: #002841;
    --agt-utility-brand-blue-2000: #001f32;
    --agt-utility-light-blue-100: #f1fbff;
    --agt-utility-light-blue-200: #cef2ff;
    --agt-utility-light-blue-300: #a8e9ff;
    --agt-utility-light-blue-400: #83dfff;
    --agt-utility-light-blue-500: #59d3fb;
    --agt-utility-light-blue-600: #34c6f6;
    --agt-utility-light-blue-700: #16b9ee;
    --agt-utility-light-blue-800: #00a9e0;
    --agt-utility-light-blue-900: #009fd5;
    --agt-utility-light-blue-1000: #0092c6;
    --agt-utility-light-blue-1100: #0085b6;
    --agt-utility-light-blue-1200: #0078a5;
    --agt-utility-light-blue-1300: #006c96;
    --agt-utility-light-blue-1400: #006086;
    --agt-utility-light-blue-1500: #005576;
    --agt-utility-light-blue-1600: #004966;
    --agt-utility-light-blue-1700: #003e57;
    --agt-utility-light-blue-1800: #003449;
    --agt-utility-light-blue-1900: #00293a;
    --agt-utility-light-blue-2000: #00202d;
    --agt-utility-dark-blue-100: #f8fbfc;
    --agt-utility-dark-blue-200: #e6edf1;
    --agt-utility-dark-blue-300: #d5e1e8;
    --agt-utility-dark-blue-400: #c3d4df;
    --agt-utility-dark-blue-500: #b1c8d6;
    --agt-utility-dark-blue-600: #a1bbcd;
    --agt-utility-dark-blue-700: #90b0c4;
    --agt-utility-dark-blue-800: #80a5bc;
    --agt-utility-dark-blue-900: #7099b3;
    --agt-utility-dark-blue-1000: #5f8ea9;
    --agt-utility-dark-blue-1100: #4f82a0;
    --agt-utility-dark-blue-1200: #3f7597;
    --agt-utility-dark-blue-1300: #306a8e;
    --agt-utility-dark-blue-1400: #225f85;
    --agt-utility-dark-blue-1500: #14537a;
    --agt-utility-dark-blue-1600: #06476f;
    --agt-utility-dark-blue-1700: #00426a;
    --agt-utility-dark-blue-1800: #003158;
    --agt-utility-dark-blue-1900: #002749;
    --agt-utility-dark-blue-2000: #001d3b;
    --agt-utility-grey-100: #f9f9f9;
    --agt-utility-grey-200: #ebebeb;
    --agt-utility-grey-300: #dfdfdf;
    --agt-utility-grey-400: #d2d2d2;
    --agt-utility-grey-500: #c5c5c5;
    --agt-utility-grey-600: #b8b8b8;
    --agt-utility-grey-700: #acacac;
    --agt-utility-grey-800: #a0a0a0;
    --agt-utility-grey-900: #949494;
    --agt-utility-grey-1000: #888888;
    --agt-utility-grey-1100: #7c7c7c;
    --agt-utility-grey-1200: #707070;
    --agt-utility-grey-1300: #656565;
    --agt-utility-grey-1400: #5a5a5a;
    --agt-utility-grey-1500: #4f4f4f;
    --agt-utility-grey-1600: #444444;
    --agt-utility-grey-1700: #3a3a3a;
    --agt-utility-grey-1800: #303030;
    --agt-utility-grey-1900: #262626;
    --agt-utility-grey-2000: #1d1d1d;
    --agt-utility-navy-grey-100: #f7f8f8;
    --agt-utility-navy-grey-200: #eaebec;
    --agt-utility-navy-grey-300: #dddfe1;
    --agt-utility-navy-grey-400: #cfd2d5;
    --agt-utility-navy-grey-500: #c2c5c9;
    --agt-utility-navy-grey-600: #b4b8bd;
    --agt-utility-navy-grey-700: #a8acb2;
    --agt-utility-navy-grey-800: #9ba1a7;
    --agt-utility-navy-grey-900: #8e959c;
    --agt-utility-navy-grey-1000: #828991;
    --agt-utility-navy-grey-1100: #757d86;
    --agt-utility-navy-grey-1200: #68717b;
    --agt-utility-navy-grey-1300: #5d6670;
    --agt-utility-navy-grey-1400: #515b66;
    --agt-utility-navy-grey-1500: #46505c;
    --agt-utility-navy-grey-1600: #3a4552;
    --agt-utility-navy-grey-1700: #313b46;
    --agt-utility-navy-grey-1800: #29303a;
    --agt-utility-navy-grey-1900: #20262e;
    --agt-utility-navy-grey-2000: #191d23;
    --agt-utility-dark-green-100: #f5fbf7;
    --agt-utility-dark-green-200: #def1e3;
    --agt-utility-dark-green-300: #c6e7cf;
    --agt-utility-dark-green-400: #adddba;
    --agt-utility-dark-green-500: #93d3a3;
    --agt-utility-dark-green-600: #7cc991;
    --agt-utility-dark-green-700: #64be7b;
    --agt-utility-dark-green-800: #4db467;
    --agt-utility-dark-green-900: #36a854;
    --agt-utility-dark-green-1000: #219c40;
    --agt-utility-dark-green-1100: #0d8f2e;
    --agt-utility-dark-green-1200: #008522;
    --agt-utility-dark-green-1300: #007616;
    --agt-utility-dark-green-1400: #00690f;
    --agt-utility-dark-green-1500: #005c0a;
    --agt-utility-dark-green-1600: #005007;
    --agt-utility-dark-green-1700: #004404;
    --agt-utility-dark-green-1800: #003903;
    --agt-utility-dark-green-1900: #002d02;
    --agt-utility-dark-green-2000: #002302;
    --agt-utility-green-100: #f5fae8;
    --agt-utility-green-200: #e0f3b4;
    --agt-utility-green-300: #cbea82;
    --agt-utility-green-400: #b7e155;
    --agt-utility-green-500: #a1d52b;
    --agt-utility-green-600: #92c911;
    --agt-utility-green-700: #84bd00;
    --agt-utility-green-800: #78b000;
    --agt-utility-green-900: #6ea300;
    --agt-utility-green-1000: #639600;
    --agt-utility-green-1100: #5a8900;
    --agt-utility-green-1200: #517c00;
    --agt-utility-green-1300: #487000;
    --agt-utility-green-1400: #406400;
    --agt-utility-green-1500: #385800;
    --agt-utility-green-1600: #314b00;
    --agt-utility-green-1700: #294000;
    --agt-utility-green-1800: #223500;
    --agt-utility-green-1900: #1b2a00;
    --agt-utility-green-2000: #152000;
    --agt-utility-yellow-100: #fff9e8;
    --agt-utility-yellow-200: #ffeaae;
    --agt-utility-yellow-300: #ffdc74;
    --agt-utility-yellow-400: #ffcb3f;
    --agt-utility-yellow-500: #feb815;
    --agt-utility-yellow-600: #f2a900;
    --agt-utility-yellow-700: #e69e00;
    --agt-utility-yellow-800: #d89200;
    --agt-utility-yellow-900: #c88700;
    --agt-utility-yellow-1000: #b97b00;
    --agt-utility-yellow-1100: #a97000;
    --agt-utility-yellow-1200: #996500;
    --agt-utility-yellow-1300: #8b5b00;
    --agt-utility-yellow-1400: #7c5100;
    --agt-utility-yellow-1500: #6d4700;
    --agt-utility-yellow-1600: #5e3d00;
    --agt-utility-yellow-1700: #503400;
    --agt-utility-yellow-1800: #422b00;
    --agt-utility-yellow-1900: #342300;
    --agt-utility-yellow-2000: #281a00;
    --agt-utility-orange-100: #fff8f3;
    --agt-utility-orange-200: #ffe7d4;
    --agt-utility-orange-300: #ffd8b8;
    --agt-utility-orange-400: #ffc699;
    --agt-utility-orange-500: #ffb57c;
    --agt-utility-orange-600: #ffa25d;
    --agt-utility-orange-700: #fa9245;
    --agt-utility-orange-800: #f2822f;
    --agt-utility-orange-900: #e87722;
    --agt-utility-orange-1000: #d76916;
    --agt-utility-orange-1100: #c75e10;
    --agt-utility-orange-1200: #b5540b;
    --agt-utility-orange-1300: #a44b08;
    --agt-utility-orange-1400: #934206;
    --agt-utility-orange-1500: #823a04;
    --agt-utility-orange-1600: #703203;
    --agt-utility-orange-1700: #602b02;
    --agt-utility-orange-1800: #502302;
    --agt-utility-orange-1900: #401c02;
    --agt-utility-orange-2000: #301602;
    --agt-utility-red-100: #fef8f6;
    --agt-utility-red-200: #fce7e3;
    --agt-utility-red-300: #fbd7d1;
    --agt-utility-red-400: #f9c6bd;
    --agt-utility-red-500: #f7b4a8;
    --agt-utility-red-600: #f5a495;
    --agt-utility-red-700: #f39281;
    --agt-utility-red-800: #f1806c;
    --agt-utility-red-900: #ef6b54;
    --agt-utility-red-1000: #ed553a;
    --agt-utility-red-1100: #ea3718;
    --agt-utility-red-1200: #da2303;
    --agt-utility-red-1300: #c52003;
    --agt-utility-red-1400: #b11c02;
    --agt-utility-red-1500: #9c1902;
    --agt-utility-red-1600: #881602;
    --agt-utility-red-1700: #741302;
    --agt-utility-red-1800: #611001;
    --agt-utility-red-1900: #4e0d01;
    --agt-utility-red-2000: #3d0a01;
    --agt-utility-magenta-100: #fef7fa;
    --agt-utility-magenta-200: #fbe6f0;
    --agt-utility-magenta-300: #f8d5e7;
    --agt-utility-magenta-400: #f6c4dd;
    --agt-utility-magenta-500: #f4b1d2;
    --agt-utility-magenta-600: #f19fc8;
    --agt-utility-magenta-700: #ef8dbd;
    --agt-utility-magenta-800: #ec7bb3;
    --agt-utility-magenta-900: #e867a7;
    --agt-utility-magenta-1000: #e3529a;
    --agt-utility-magenta-1100: #dc3b8b;
    --agt-utility-magenta-1200: #d22279;
    --agt-utility-magenta-1300: #ce0f69;
    --agt-utility-magenta-1400: #b1035a;
    --agt-utility-magenta-1500: #9e004d;
    --agt-utility-magenta-1600: #8a0041;
    --agt-utility-magenta-1700: #770037;
    --agt-utility-magenta-1800: #64002e;
    --agt-utility-magenta-1900: #520026;
    --agt-utility-magenta-2000: #41001e;
    --agt-utility-purple-100: #fbf8fb;
    --agt-utility-purple-200: #f3e8f0;
    --agt-utility-purple-300: #ebdae8;
    --agt-utility-purple-400: #e4cbde;
    --agt-utility-purple-500: #dbbbd4;
    --agt-utility-purple-600: #d4accc;
    --agt-utility-purple-700: #cc9ec2;
    --agt-utility-purple-800: #c490b9;
    --agt-utility-purple-900: #bc81af;
    --agt-utility-purple-1000: #b473a5;
    --agt-utility-purple-1100: #ab649b;
    --agt-utility-purple-1200: #a25591;
    --agt-utility-purple-1300: #994786;
    --agt-utility-purple-1400: #8f397c;
    --agt-utility-purple-1500: #80276c;
    --agt-utility-purple-1600: #761f63;
    --agt-utility-purple-1700: #691556;
    --agt-utility-purple-1800: #590e49;
    --agt-utility-purple-1900: #49093b;
    --agt-utility-purple-2000: #3a062e;
    --agt-utility-brown-100: #f9f8f6;
    --agt-utility-brown-200: #f0ebe6;
    --agt-utility-brown-300: #e6ddd4;
    --agt-utility-brown-400: #dcd0c4;
    --agt-utility-brown-500: #d2c2b2;
    --agt-utility-brown-600: #c8b5a2;
    --agt-utility-brown-700: #bea892;
    --agt-utility-brown-800: #b49c84;
    --agt-utility-brown-900: #a99075;
    --agt-utility-brown-1000: #9e8368;
    --agt-utility-brown-1100: #94795d;
    --agt-utility-brown-1200: #866b50;
    --agt-utility-brown-1300: #7a6047;
    --agt-utility-brown-1400: #6c553d;
    --agt-utility-brown-1500: #604b36;
    --agt-utility-brown-1600: #53402d;
    --agt-utility-brown-1700: #473727;
    --agt-utility-brown-1800: #3b2d20;
    --agt-utility-brown-1900: #2f2419;
    --agt-utility-brown-2000: #231b13;
    --agt-utility-turquoise-100: #f0fcfb;
    --agt-utility-turquoise-200: #c8f5f3;
    --agt-utility-turquoise-300: #9aedea;
    --agt-utility-turquoise-400: #6ae4df;
    --agt-utility-turquoise-500: #3fd9d3;
    --agt-utility-turquoise-600: #1fcdc7;
    --agt-utility-turquoise-700: #00bab3;
    --agt-utility-turquoise-800: #00b3ac;
    --agt-utility-turquoise-900: #00a59f;
    --agt-utility-turquoise-1000: #009892;
    --agt-utility-turquoise-1100: #008b85;
    --agt-utility-turquoise-1200: #007d78;
    --agt-utility-turquoise-1300: #00716d;
    --agt-utility-turquoise-1400: #006561;
    --agt-utility-turquoise-1500: #005955;
    --agt-utility-turquoise-1600: #004c49;
    --agt-utility-turquoise-1700: #00413f;
    --agt-utility-turquoise-1800: #003634;
    --agt-utility-turquoise-1900: #002b2a;
    --agt-utility-turquoise-2000: #002120;
    --agt-utility-data-visualization-periwinkle-100: #f5f8ff;
    --agt-utility-data-visualization-periwinkle-200: #e3ecfc;
    --agt-utility-data-visualization-periwinkle-300: #d2e0fa;
    --agt-utility-data-visualization-periwinkle-400: #c0d3f8;
    --agt-utility-data-visualization-periwinkle-500: #acc5f5;
    --agt-utility-data-visualization-periwinkle-600: #9ab9f3;
    --agt-utility-data-visualization-periwinkle-700: #87acf1;
    --agt-utility-data-visualization-periwinkle-800: #75a0ef;
    --agt-utility-data-visualization-periwinkle-900: #6293ed;
    --agt-utility-data-visualization-periwinkle-1000: #4f85eb;
    --agt-utility-data-visualization-periwinkle-1100: #4379de;
    --agt-utility-data-visualization-periwinkle-1200: #3d6ec8;
    --agt-utility-data-visualization-periwinkle-1300: #3762b4;
    --agt-utility-data-visualization-periwinkle-1400: #3158a1;
    --agt-utility-data-visualization-periwinkle-1500: #2b4d8e;
    --agt-utility-data-visualization-periwinkle-1600: #25427a;
    --agt-utility-data-visualization-periwinkle-1700: #203968;
    --agt-utility-data-visualization-periwinkle-1800: #1a2f57;
    --agt-utility-data-visualization-periwinkle-1900: #152645;
    --agt-utility-data-visualization-periwinkle-2000: #101c34;
    --agt-utility-data-visualization-cobalt-100: #faf9fe;
    --agt-utility-data-visualization-cobalt-200: #edebf9;
    --agt-utility-data-visualization-cobalt-300: #e0dcf5;
    --agt-utility-data-visualization-cobalt-400: #d4cef0;
    --agt-utility-data-visualization-cobalt-500: #c6bfec;
    --agt-utility-data-visualization-cobalt-600: #bab1e8;
    --agt-utility-data-visualization-cobalt-700: #aea4e4;
    --agt-utility-data-visualization-cobalt-800: #a397e0;
    --agt-utility-data-visualization-cobalt-900: #9789dc;
    --agt-utility-data-visualization-cobalt-1000: #8b7bd8;
    --agt-utility-data-visualization-cobalt-1100: #7e6dd4;
    --agt-utility-data-visualization-cobalt-1200: #715fcf;
    --agt-utility-data-visualization-cobalt-1300: #6651cb;
    --agt-utility-data-visualization-cobalt-1400: #5a46bd;
    --agt-utility-data-visualization-cobalt-1500: #4f3da7;
    --agt-utility-data-visualization-cobalt-1600: #44358f;
    --agt-utility-data-visualization-cobalt-1700: #3a2d7c;
    --agt-utility-data-visualization-cobalt-1800: #302566;
    --agt-utility-data-visualization-cobalt-1900: #261e51;
    --agt-utility-data-visualization-cobalt-2000: #1d173e;
    --agt-utility-data-visualization-violet-100: #fef7ff;
    --agt-utility-data-visualization-violet-200: #f8e6ff;
    --agt-utility-data-visualization-violet-300: #f3d5ff;
    --agt-utility-data-visualization-violet-400: #efc2ff;
    --agt-utility-data-visualization-violet-500: #eab0ff;
    --agt-utility-data-visualization-violet-600: #e59dff;
    --agt-utility-data-visualization-violet-700: #df8aff;
    --agt-utility-data-visualization-violet-800: #da76ff;
    --agt-utility-data-visualization-violet-900: #d460ff;
    --agt-utility-data-visualization-violet-1000: #cd46ff;
    --agt-utility-data-visualization-violet-1100: #bc3eeb;
    --agt-utility-data-visualization-violet-1200: #aa38d5;
    --agt-utility-data-visualization-violet-1300: #9a32c0;
    --agt-utility-data-visualization-violet-1400: #892dac;
    --agt-utility-data-visualization-violet-1500: #792897;
    --agt-utility-data-visualization-violet-1600: #692283;
    --agt-utility-data-visualization-violet-1700: #5a1d70;
    --agt-utility-data-visualization-violet-1800: #4b185d;
    --agt-utility-data-visualization-violet-1900: #3b144a;
    --agt-utility-data-visualization-violet-2000: #2e0f3a;
    --agt-utility-data-visualization-olive-100: #f8f9ee;
    --agt-utility-data-visualization-olive-200: #ebeed1;
    --agt-utility-data-visualization-olive-300: #dde3b1;
    --agt-utility-data-visualization-olive-400: #cfd892;
    --agt-utility-data-visualization-olive-500: #c1cc70;
    --agt-utility-data-visualization-olive-600: #b2c04f;
    --agt-utility-data-visualization-olive-700: #a5b531;
    --agt-utility-data-visualization-olive-800: #99a91f;
    --agt-utility-data-visualization-olive-900: #8d9c1d;
    --agt-utility-data-visualization-olive-1000: #828f1a;
    --agt-utility-data-visualization-olive-1100: #768318;
    --agt-utility-data-visualization-olive-1200: #6b7616;
    --agt-utility-data-visualization-olive-1300: #606a13;
    --agt-utility-data-visualization-olive-1400: #565f11;
    --agt-utility-data-visualization-olive-1500: #4b530f;
    --agt-utility-data-visualization-olive-1600: #41480d;
    --agt-utility-data-visualization-olive-1700: #383e0b;
    --agt-utility-data-visualization-olive-1800: #2e3209;
    --agt-utility-data-visualization-olive-1900: #252807;
    --agt-utility-data-visualization-olive-2000: #1c1e06;
    --agt-spacing-0: 0;
    --agt-spacing-2: 0.125rem;
    --agt-spacing-4: 0.25rem;
    --agt-spacing-6: 0.375rem;
    --agt-spacing-8: 0.5rem;
    --agt-spacing-10: 0.625rem;
    --agt-spacing-12: 0.75rem;
    --agt-spacing-14: 0.875rem;
    --agt-spacing-16: 1rem;
    --agt-spacing-18: 1.125rem;
    --agt-spacing-20: 1.25rem;
    --agt-spacing-22: 1.375rem;
    --agt-spacing-24: 1.5rem;
    --agt-spacing-26: 1.625rem;
    --agt-spacing-28: 1.75rem;
    --agt-spacing-32: 2rem;
    --agt-spacing-36: 2.25rem;
    --agt-spacing-40: 2.5rem;
    --agt-spacing-44: 2.75rem;
    --agt-spacing-48: 3rem;
    --agt-spacing-52: 3.25rem;
    --agt-spacing-56: 3.5rem;
    --agt-spacing-60: 3.75rem;
    --agt-spacing-64: 4rem;
    --agt-spacing-72: 4.5rem;
    --agt-spacing-80: 5rem;
    --agt-spacing-96: 6rem;
    --agt-spacing-128: 8rem;
    --agt-spacing-160: 10rem;
    --agt-spacing-192: 12rem;
    --agt-spacing-224: 14rem;
    --agt-spacing-256: 16rem;
    --agt-spacing-320: 20rem;
    --agt-spacing-375: 23.4375rem;
    --agt-spacing-480: 30rem;
    --agt-spacing-560: 35rem;
    --agt-spacing-640: 40rem;
    --agt-spacing-768: 48rem;
    --agt-spacing-1024: 64rem;
    --agt-spacing-1280: 80rem;
    --agt-spacing-1440: 90rem;
    --agt-spacing-1668: 104.25rem;
    --agt-spacing-none: 0;
    --agt-spacing-3xs: 0.125rem;
    --agt-spacing-3xs-px: 2px;
    --agt-spacing-2xs: 0.25rem;
    --agt-spacing-2xs-px: 4px;
    --agt-spacing-xs: 0.375rem;
    --agt-spacing-xs-px: 6px;
    --agt-spacing-sm: 0.5rem;
    --agt-spacing-sm-px: 8px;
    --agt-spacing-md: 0.625rem;
    --agt-spacing-md-px: 10px;
    --agt-spacing-lg: 0.75rem;
    --agt-spacing-lg-px: 12px;
    --agt-spacing-xl: 1rem;
    --agt-spacing-xl-px: 16px;
    --agt-spacing-2xl: 1.25rem;
    --agt-spacing-2xl-px: 20px;
    --agt-spacing-3xl: 1.5rem;
    --agt-spacing-3xl-px: 24px;
    --agt-spacing-4xl: 1.75rem;
    --agt-spacing-4xl-px: 28px;
    --agt-spacing-5xl: 2rem;
    --agt-spacing-5xl-px: 32px;
    --agt-spacing-6xl: 2.5rem;
    --agt-spacing-6xl-px: 40px;
    --agt-spacing-7xl: 2.75rem;
    --agt-spacing-7xl-px: 44px;
    --agt-spacing-8xl: 3rem;
    --agt-spacing-8xl-px: 48px;
    --agt-spacing-9xl: 4rem;
    --agt-spacing-9xl-px: 64px;
    --agt-spacing-10xl: 5rem;
    --agt-spacing-10xl-px: 80px;
    --agt-spacing-11xl: 6rem;
    --agt-spacing-11xl-px: 96px;
    --agt-spacing-12xl: 8rem;
    --agt-spacing-12xl-px: 128px;
    --agt-roundness-main: 4px;
    --agt-roundness-secondary: 6px;
    --agt-roundness-full: 256px;
    --agt-grid-3: 3;
    --agt-grid-4: 4;
    --agt-grid-6: 6;
    --agt-grid-8: 8;
    --agt-grid-9: 9;
    --agt-grid-12: 12;
    --agt-grid-14: 14;
    --agt-grid-16: 16;
    --agt-minmax-80: 5rem;
    --agt-minmax-90: 5.625rem;
    --agt-minmax-120: 7.5rem;
    --agt-minmax-160: 10rem;
    --agt-minmax-240: 15rem;
    --agt-minmax-320: 20rem;
    --agt-minmax-400: 25rem;
    --agt-minmax-480: 30rem;
    --agt-minmax-560: 35rem;
    --agt-minmax-640: 40rem;
    --agt-minmax-720: 45rem;
    --agt-minmax-800: 50rem;
    --agt-minmax-880: 55rem;
    --agt-minmax-960: 60rem;
    --agt-focused-primary: 0px 0px 0px 3px #000000;
    --agt-focused-primary-inside: 0px 0px 0px 3px #000000;
    --agt-focused-secondary: 0px 0px 0px 3px #c3d4df;
    --agt-focused-danger: 0px 0px 0px 3px #fcd6db;
    --agt-focused-warning: 0px 0px 0px 3px #ffeaae;
    --agt-focused-success: 0px 0px 0px 3px #adddb9;
    --agt-focused-light-gray: 0px 0px 0px 3px #dfdfdf;
    --agt-focused-dark-gray: 0px 0px 0px 3px #656565;
    --agt-background-blur-10: 0 0 10px #000000;
    --agt-background-blur-20: 0 0 20px #000000;
    --agt-background-blur-30: 0 0 30px #000000;
    --agt-background-blur-40: 0 0 40px #000000;
    --agt-background-blur-50: 0 0 50px #000000;
    --agt-background-blur-60: 0 0 60px #000000;
    --agt-shadow-drop-shadow: 0px 4px 6px 0px #0000004d;
    --agt-shadow-drop-shadow-floating-panel: 0px 4px 8px 0px #00000080;
    --agt-shadow-soft-shadow: 0px 4px 8px 0px #71809614;
    --agt-shadow-xxl: 0px 25px 50px -12px #10182840;
    --agt-shadow-xl: 0px 20px 25px -5px #1018281a, 0px 8px 10px -6px #1018281a;
    --agt-shadow-lg: 0px 10px 15px -3px #1018281a, 0px 4px 6px -4px #1018281a;
    --agt-shadow-md: 0px 4px 6px -1px #1018281a, 0px 2px 4px -2px #1018281a;
    --agt-shadow-sm: 0px 1px 3px 0px #1018281a, 0px 1px 2px -1px #1018281a;
    --agt-shadow-xsm: 0px 1px 2px 0px #1018280a;
    --agt-breakpoints-3xs: 320px;
    --agt-breakpoints-2xs: 375px;
    --agt-breakpoints-xs: 480px;
    --agt-breakpoints-sm: 560px;
    --agt-breakpoints-md: 640px;
    --agt-breakpoints-lg: 768px;
    --agt-breakpoints-xl: 1024px;
    --agt-breakpoints-2xl: 1280px;
    --agt-breakpoints-3xl: 1440px;
    --agt-breakpoints-4xl: 1668px;
    --agt-devices-mobile: 375px;
    --agt-devices-tablet: 768px;
    --agt-devices-desktop: 1668px;
    --agt-padding-mobile: 1rem;
    --agt-padding-tablet: 2rem;
    --agt-padding-desktop: 4rem;
    --agt-corner-zero: 0px;
    --agt-corner-small: 2px;
    --agt-corner-main: 4px;
    --agt-corner-secondary: 6px;
    --agt-corner-full: 256px;
    --agt-min-max-system-80px: 80px;
    --agt-min-max-system-90px: 90px;
    --agt-min-max-system-120px: 120px;
    --agt-min-max-system-160px: 160px;
    --agt-min-max-system-240px: 240px;
    --agt-min-max-system-320px: 320px;
    --agt-min-max-system-400px: 400px;
    --agt-min-max-system-480px: 480px;
    --agt-min-max-system-560px: 560px;
    --agt-min-max-system-640px: 640px;
    --agt-min-max-system-720px: 720px;
    --agt-min-max-system-800px: 800px;
    --agt-min-max-system-880px: 880px;
    --agt-min-max-system-960px: 960px;
    --agt-font-family-roboto: Roboto, "Roboto fallback";
    --agt-font-family-font-awesome: "Font Awesome 6 Pro";
    --agt-font-family-ping-fang: "PingFang SC", "PingFang SC fallback";
    --agt-font-weight-thin: 100;
    --agt-font-weight-light: 300;
    --agt-font-weight-regular: 400;
    --agt-font-weight-medium: 500;
    --agt-font-weight-bold: 700;
    --agt-font-size-10: 0.625rem;
    --agt-font-size-12: 0.75rem;
    --agt-font-size-13: 0.8125rem;
    --agt-font-size-14: 0.875rem;
    --agt-font-size-15: 0.9375rem;
    --agt-font-size-16: 1rem;
    --agt-font-size-18: 1.125rem;
    --agt-font-size-20: 1.25rem;
    --agt-font-size-22: 1.375rem;
    --agt-font-size-24: 1.5rem;
    --agt-font-size-26: 1.625rem;
    --agt-font-size-28: 1.75rem;
    --agt-font-size-30: 1.875rem;
    --agt-font-size-32: 2rem;
    --agt-font-size-34: 2.125rem;
    --agt-font-size-36: 2.25rem;
    --agt-font-size-38: 2.375rem;
    --agt-font-size-40: 2.5rem;
    --agt-font-size-42: 2.625rem;
    --agt-font-size-44: 2.75rem;
    --agt-font-size-46: 2.875rem;
    --agt-font-size-48: 3rem;
    --agt-font-size-50: 3.125rem;
    --agt-font-size-52: 3.25rem;
    --agt-font-size-56: 3.5rem;
    --agt-font-size-60: 3.75rem;
    --agt-font-size-62: 3.875rem;
    --agt-font-size-64: 4rem;
    --agt-font-size-68: 4.25rem;
    --agt-font-size-72: 4.5rem;
    --agt-font-size-82: 5.125rem;
    --agt-font-size-86: 5.375rem;
    --agt-line-height-0: 0;
    --agt-line-height-14: 0.875rem;
    --agt-line-height-16: 1rem;
    --agt-line-height-18: 1.125rem;
    --agt-line-height-20: 1.25rem;
    --agt-line-height-22: 1.375rem;
    --agt-line-height-24: 1.5rem;
    --agt-line-height-26: 1.625rem;
    --agt-line-height-28: 1.75rem;
    --agt-line-height-30: 1.875rem;
    --agt-line-height-32: 2rem;
    --agt-line-height-34: 2.125rem;
    --agt-line-height-36: 2.25rem;
    --agt-line-height-38: 2.375rem;
    --agt-line-height-40: 2.5rem;
    --agt-line-height-42: 2.625rem;
    --agt-line-height-44: 2.75rem;
    --agt-line-height-46: 2.875rem;
    --agt-line-height-48: 3rem;
    --agt-line-height-56: 3.5rem;
    --agt-line-height-60: 3.75rem;
    --agt-line-height-68: 4.25rem;
    --agt-line-height-72: 4.5rem;
    --agt-line-height-78: 4.875rem;
    --agt-line-height-82: 5.125rem;
    --agt-line-height-84: 5.25rem;
    --agt-line-height-86: 5.375rem;
    --agt-line-height-90: 5.625rem;
    --agt-line-height-92: 5.75rem;
    --agt-line-height-94: 5.875rem;
    --agt-line-height-98: 6.125rem;
    --agt-line-height-100: 6.25rem;
    --agt-line-height-104: 6.5rem;
    --agt-line-height-108: 6.75rem;
    --agt-letter-spacing-0: 0;
    --agt-letter-spacing-1: 0.0625rem;
    --agt-letter-spacing-2: 0.125rem;
    --agt-letter-spacing-negative-2: -0.125rem;
    --agt-letter-spacing-negative-1: -0.0625rem;
    --agt-letter-spacing-negative-0-5: -0.03125rem;
    --agt-paragraph-spacing-0: 0;
    --agt-paragraph-indent-0: 0;
    --agt-typography-display-lg: 300 5.375rem / 6.5rem Roboto, "Roboto fallback";
    --agt-typography-display-md: 300 5.125rem / 5.875rem Roboto, "Roboto fallback";
    --agt-typography-display-sm: 300 4.5rem / 5.375rem Roboto, "Roboto fallback";
    --agt-typography-display-xs: 300 4rem / 4.875rem Roboto, "Roboto fallback";
    --agt-typography-heading-3xl-light: 300 3.25rem / 3.75rem Roboto, "Roboto fallback";
    --agt-typography-heading-3xl-regular: 400 3.25rem / 3.75rem Roboto, "Roboto fallback";
    --agt-typography-heading-2xl-light: 300 2.625rem / 3rem Roboto, "Roboto fallback";
    --agt-typography-heading-2xl-regular: 400 2.625rem / 3rem Roboto, "Roboto fallback";
    --agt-typography-heading-xl-light: 300 2.25rem / 2.625rem Roboto, "Roboto fallback";
    --agt-typography-heading-xl-regular: 400 2.25rem / 2.625rem Roboto, "Roboto fallback";
    --agt-typography-heading-xl-medium: 500 2.25rem / 2.625rem Roboto, "Roboto fallback";
    --agt-typography-heading-lg-light: 300 2rem / 1.625rem Roboto, "Roboto fallback";
    --agt-typography-heading-lg-regular: 400 2rem / 2.5rem Roboto, "Roboto fallback";
    --agt-typography-heading-lg-medium: 500 2rem / 2.5rem Roboto, "Roboto fallback";
    --agt-typography-heading-md-light: 300 1.75rem / 2.25rem Roboto, "Roboto fallback";
    --agt-typography-heading-md-regular: 400 1.75rem / 2.25rem Roboto, "Roboto fallback";
    --agt-typography-heading-md-medium: 500 1.75rem / 2.25rem Roboto, "Roboto fallback";
    --agt-typography-heading-md-bold: 700 1.75rem / 2.25rem Roboto, "Roboto fallback";
    --agt-typography-heading-sm-light: 300 1.625rem / 2.125rem Roboto, "Roboto fallback";
    --agt-typography-heading-sm-regular: 400 1.625rem / 2.125rem Roboto, "Roboto fallback";
    --agt-typography-heading-sm-medium: 500 1.625rem / 2.125rem Roboto, "Roboto fallback";
    --agt-typography-heading-sm-bold: 700 1.625rem / 2.125rem Roboto, "Roboto fallback";
    --agt-typography-heading-xs-light: 300 1.5rem / 1.875rem Roboto, "Roboto fallback";
    --agt-typography-heading-xs-regular: 400 1.5rem / 1.875rem Roboto, "Roboto fallback";
    --agt-typography-heading-xs-medium: 500 1.5rem / 1.875rem Roboto, "Roboto fallback";
    --agt-typography-heading-xs-bold: 700 1.5rem / 1.875rem Roboto, "Roboto fallback";
    --agt-typography-heading-2xs-light: 300 1.375rem / 1.75rem Roboto, "Roboto fallback";
    --agt-typography-heading-2xs-regular: 400 1.375rem / 1.75rem Roboto, "Roboto fallback";
    --agt-typography-heading-2xs-medium: 500 1.375rem / 1.75rem Roboto, "Roboto fallback";
    --agt-typography-heading-2xs-bold: 700 1.375rem / 1.75rem Roboto, "Roboto fallback";
    --agt-typography-heading-3xs-light: 300 1.25rem / 1.625rem Roboto, "Roboto fallback";
    --agt-typography-heading-3xs-regular: 400 1.25rem / 1.625rem Roboto, "Roboto fallback";
    --agt-typography-heading-3xs-medium: 500 1.25rem / 1.625rem Roboto, "Roboto fallback";
    --agt-typography-heading-3xs-bold: 700 1.25rem / 1.625rem Roboto, "Roboto fallback";
    --agt-typography-body-xl-light: 300 1.125rem / 1.5rem Roboto, "Roboto fallback";
    --agt-typography-body-xl-regular: 400 1.125rem / 1.5rem Roboto, "Roboto fallback";
    --agt-typography-body-xl-medium: 500 1.125rem / 1.5rem Roboto, "Roboto fallback";
    --agt-typography-body-xl-bold: 700 1.125rem / 1.625rem Roboto, "Roboto fallback";
    --agt-typography-body-lg-regular: 400 1rem / 1.5rem Roboto, "Roboto fallback";
    --agt-typography-body-lg-medium: 500 1rem / 1.5rem Roboto, "Roboto fallback";
    --agt-typography-body-lg-bold: 700 1rem / 1.5rem Roboto, "Roboto fallback";
    --agt-typography-body-md-regular: 400 0.9375rem / 1.375rem Roboto, "Roboto fallback";
    --agt-typography-body-md-medium: 500 0.9375rem / 1.375rem Roboto, "Roboto fallback";
    --agt-typography-body-md-bold: 700 0.9375rem / 1.375rem Roboto, "Roboto fallback";
    --agt-typography-body-sm-regular: 400 0.875rem / 1.25rem Roboto, "Roboto fallback";
    --agt-typography-body-sm-medium: 500 0.875rem / 1.25rem Roboto, "Roboto fallback";
    --agt-typography-body-sm-bold: 700 0.875rem / 1.25rem Roboto, "Roboto fallback";
    --agt-typography-body-xs-regular: 400 0.8125rem / 1.125rem Roboto, "Roboto fallback";
    --agt-typography-body-xs-medium: 500 0.8125rem / 1.125rem Roboto, "Roboto fallback";
    --agt-typography-body-xs-bold: 700 0.8125rem / 1.125rem Roboto, "Roboto fallback";
    --agt-typography-body-2xs-regular: 400 0.75rem / 1.125rem Roboto, "Roboto fallback";
    --agt-typography-body-2xs-medium: 500 0.75rem / 1.125rem Roboto, "Roboto fallback";
    --agt-typography-body-2xs-bold: 700 0.75rem / 1.125rem Roboto, "Roboto fallback";
    --agt-typography-body-3xs-regular: 400 0.625rem / 1rem Roboto, "Roboto fallback";
    --agt-typography-body-3xs-medium: 500 0.625rem / 1rem Roboto, "Roboto fallback";
    --agt-typography-body-3xs-bold: 700 0.625rem / 1rem Roboto, "Roboto fallback";
    --agt-typography-display-text-lg-light: 300 1.5rem / 2rem Roboto, "Roboto fallback";
    --agt-typography-display-text-lg-regular: 400 1.5rem / 2rem Roboto, "Roboto fallback";
    --agt-typography-display-text-sm-regular: 400 1.375rem / 1.875rem Roboto, "Roboto fallback";
    --agt-typography-display-text-xs-regular: 400 1.25rem / 1.75rem Roboto, "Roboto fallback";
    --agt-typography-icon-12: 300 0.75rem / 0 "Font Awesome 6 Pro";
    --agt-typography-icon-16: 300 1rem / 0 "Font Awesome 6 Pro";
    --agt-typography-icon-24: 100 1.5rem / 0 "Font Awesome 6 Pro";
    --agt-typography-icon-32: 100 2rem / 0 "Font Awesome 6 Pro";
    --agt-typography-icon-40: 100 2rem / 0 "Font Awesome 6 Pro";
    --agt-typography-icon-48: 100 3rem / 0 "Font Awesome 6 Pro";
    --agt-typography-icon-62: 100 3.875rem / 0 "Font Awesome 6 Pro";
}