/* Palette Helpers */
.text-orange-50 {
  color: #feece3;
}
.text-orange-50-hex:before {
  display: block;
  content: "#feece3";
}
.text-orange-100 {
  color: #fdceb8;
}
.text-orange-100-hex:before {
  display: block;
  content: "#fdceb8";
}
.text-orange-200 {
  color: #fcae89;
}
.text-orange-200-hex:before {
  display: block;
  content: "#fcae89";
}
.text-orange-300 {
  color: #fa8e5a;
}
.text-orange-300-hex:before {
  display: block;
  content: "#fa8e5a";
}
.text-orange-400 {
  color: #f97536;
}
.text-orange-400-hex:before {
  display: block;
  content: "#f97536";
}
.text-orange-500 {
  color: #f85d13;
}
.text-orange-500-hex:before {
  display: block;
  content: "#f85d13";
}
.text-orange-600 {
  color: #f75511;
}
.text-orange-600-hex:before {
  display: block;
  content: "#f75511";
}
.text-orange-700 {
  color: #f64b0e;
}
.text-orange-700-hex:before {
  display: block;
  content: "#f64b0e";
}
.text-orange-800 {
  color: #f5410b;
}
.text-orange-800-hex:before {
  display: block;
  content: "#f5410b";
}
.text-orange-900 {
  color: #f33006;
}
.text-orange-900-hex:before {
  display: block;
  content: "#f33006";
}
.text-orange-A100 {
  color: #ffffff;
}
.text-orange-A100-hex:before {
  display: block;
  content: "#ffffff";
}
.text-orange-A200 {
  color: #ffeae7;
}
.text-orange-A200-hex:before {
  display: block;
  content: "#ffeae7";
}
.text-orange-A400 {
  color: #ffbeb4;
}
.text-orange-A400-hex:before {
  display: block;
  content: "#ffbeb4";
}
.text-orange-A700 {
  color: #ffa89b;
}
.text-orange-A700-hex:before {
  display: block;
  content: "#ffa89b";
}
.bg-orange-50 {
  background-color: #feece3;
}
.bg-orange-100 {
  background-color: #fdceb8;
}
.bg-orange-200 {
  background-color: #fcae89;
}
.bg-orange-300 {
  background-color: #fa8e5a;
}
.bg-orange-400 {
  background-color: #f97536;
}
.bg-orange-500 {
  background-color: #f85d13;
}
.bg-orange-600 {
  background-color: #f75511;
}
.bg-orange-700 {
  background-color: #f64b0e;
}
.bg-orange-800 {
  background-color: #f5410b;
}
.bg-orange-900 {
  background-color: #f33006;
}
.bg-orange-A100 {
  background-color: #ffffff;
}
.bg-orange-A200 {
  background-color: #ffeae7;
}
.bg-orange-A400 {
  background-color: #ffbeb4;
}
.bg-orange-A700 {
  background-color: #ffa89b;
}
.text-teal-50 {
  color: #e0f0f2;
}
.text-teal-50-hex:before {
  display: block;
  content: "#e0f0f2";
}
.text-teal-100 {
  color: #b3dade;
}
.text-teal-100-hex:before {
  display: block;
  content: "#b3dade";
}
.text-teal-200 {
  color: #80c1c8;
}
.text-teal-200-hex:before {
  display: block;
  content: "#80c1c8";
}
.text-teal-300 {
  color: #4da8b2;
}
.text-teal-300-hex:before {
  display: block;
  content: "#4da8b2";
}
.text-teal-400 {
  color: #2695a2;
}
.text-teal-400-hex:before {
  display: block;
  content: "#2695a2";
}
.text-teal-500 {
  color: #008291;
}
.text-teal-500-hex:before {
  display: block;
  content: "#008291";
}
.text-teal-600 {
  color: #007a89;
}
.text-teal-600-hex:before {
  display: block;
  content: "#007a89";
}
.text-teal-700 {
  color: #006f7e;
}
.text-teal-700-hex:before {
  display: block;
  content: "#006f7e";
}
.text-teal-800 {
  color: #006574;
}
.text-teal-800-hex:before {
  display: block;
  content: "#006574";
}
.text-teal-900 {
  color: #005262;
}
.text-teal-900-hex:before {
  display: block;
  content: "#005262";
}
.text-teal-A100 {
  color: #92eaff;
}
.text-teal-A100-hex:before {
  display: block;
  content: "#92eaff";
}
.text-teal-A200 {
  color: #5fe0ff;
}
.text-teal-A200-hex:before {
  display: block;
  content: "#5fe0ff";
}
.text-teal-A400 {
  color: #2cd6ff;
}
.text-teal-A400-hex:before {
  display: block;
  content: "#2cd6ff";
}
.text-teal-A700 {
  color: #13d1ff;
}
.text-teal-A700-hex:before {
  display: block;
  content: "#13d1ff";
}
.bg-teal-50 {
  background-color: #e0f0f2;
}
.bg-teal-100 {
  background-color: #b3dade;
}
.bg-teal-200 {
  background-color: #80c1c8;
}
.bg-teal-300 {
  background-color: #4da8b2;
}
.bg-teal-400 {
  background-color: #2695a2;
}
.bg-teal-500 {
  background-color: #008291;
}
.bg-teal-600 {
  background-color: #007a89;
}
.bg-teal-700 {
  background-color: #006f7e;
}
.bg-teal-800 {
  background-color: #006574;
}
.bg-teal-900 {
  background-color: #005262;
}
.bg-teal-A100 {
  background-color: #92eaff;
}
.bg-teal-A200 {
  background-color: #5fe0ff;
}
.bg-teal-A400 {
  background-color: #2cd6ff;
}
.bg-teal-A700 {
  background-color: #13d1ff;
}
.text-blue-50 {
  color: #e7eaec;
}
.text-blue-50-hex:before {
  display: block;
  content: "#e7eaec";
}
.text-blue-100 {
  color: #c4cace;
}
.text-blue-100-hex:before {
  display: block;
  content: "#c4cace";
}
.text-blue-200 {
  color: #9ca6ae;
}
.text-blue-200-hex:before {
  display: block;
  content: "#9ca6ae";
}
.text-blue-300 {
  color: #74828e;
}
.text-blue-300-hex:before {
  display: block;
  content: "#74828e";
}
.text-blue-400 {
  color: #576875;
}
.text-blue-400-hex:before {
  display: block;
  content: "#576875";
}
.text-blue-500 {
  color: #394d5d;
}
.text-blue-500-hex:before {
  display: block;
  content: "#394d5d";
}
.text-blue-600 {
  color: #334655;
}
.text-blue-600-hex:before {
  display: block;
  content: "#334655";
}
.text-blue-700 {
  color: #2c3d4b;
}
.text-blue-700-hex:before {
  display: block;
  content: "#2c3d4b";
}
.text-blue-800 {
  color: #243441;
}
.text-blue-800-hex:before {
  display: block;
  content: "#243441";
}
.text-blue-900 {
  color: #172530;
}
.text-blue-900-hex:before {
  display: block;
  content: "#172530";
}
.text-blue-A100 {
  color: #73bcff;
}
.text-blue-A100-hex:before {
  display: block;
  content: "#73bcff";
}
.text-blue-A200 {
  color: #40a4ff;
}
.text-blue-A200-hex:before {
  display: block;
  content: "#40a4ff";
}
.text-blue-A400 {
  color: #0d8cff;
}
.text-blue-A400-hex:before {
  display: block;
  content: "#0d8cff";
}
.text-blue-A700 {
  color: #007ff2;
}
.text-blue-A700-hex:before {
  display: block;
  content: "#007ff2";
}
.bg-blue-50 {
  background-color: #e7eaec;
}
.bg-blue-100 {
  background-color: #c4cace;
}
.bg-blue-200 {
  background-color: #9ca6ae;
}
.bg-blue-300 {
  background-color: #74828e;
}
.bg-blue-400 {
  background-color: #576875;
}
.bg-blue-500 {
  background-color: #394d5d;
}
.bg-blue-600 {
  background-color: #334655;
}
.bg-blue-700 {
  background-color: #2c3d4b;
}
.bg-blue-800 {
  background-color: #243441;
}
.bg-blue-900 {
  background-color: #172530;
}
.bg-blue-A100 {
  background-color: #73bcff;
}
.bg-blue-A200 {
  background-color: #40a4ff;
}
.bg-blue-A400 {
  background-color: #0d8cff;
}
.bg-blue-A700 {
  background-color: #007ff2;
}
.text-black-50 {
  color: #e0e0e0;
}
.text-black-50-hex:before {
  display: block;
  content: "#e0e0e0";
}
.text-black-100 {
  color: #b3b3b3;
}
.text-black-100-hex:before {
  display: block;
  content: "#b3b3b3";
}
.text-black-200 {
  color: #808080;
}
.text-black-200-hex:before {
  display: block;
  content: "#808080";
}
.text-black-300 {
  color: #4d4d4d;
}
.text-black-300-hex:before {
  display: block;
  content: "#4d4d4d";
}
.text-black-400 {
  color: #262626;
}
.text-black-400-hex:before {
  display: block;
  content: "#262626";
}
.text-black-500 {
  color: #000000;
}
.text-black-500-hex:before {
  display: block;
  content: "#000000";
}
.text-black-600 {
  color: #000000;
}
.text-black-600-hex:before {
  display: block;
  content: "#000000";
}
.text-black-700 {
  color: #000000;
}
.text-black-700-hex:before {
  display: block;
  content: "#000000";
}
.text-black-800 {
  color: #000000;
}
.text-black-800-hex:before {
  display: block;
  content: "#000000";
}
.text-black-900 {
  color: #000000;
}
.text-black-900-hex:before {
  display: block;
  content: "#000000";
}
.text-black-A100 {
  color: #a6a6a6;
}
.text-black-A100-hex:before {
  display: block;
  content: "#a6a6a6";
}
.text-black-A200 {
  color: #8c8c8c;
}
.text-black-A200-hex:before {
  display: block;
  content: "#8c8c8c";
}
.text-black-A400 {
  color: #737373;
}
.text-black-A400-hex:before {
  display: block;
  content: "#737373";
}
.text-black-A700 {
  color: #666666;
}
.text-black-A700-hex:before {
  display: block;
  content: "#666666";
}
.bg-black-50 {
  background-color: #e0e0e0;
}
.bg-black-100 {
  background-color: #b3b3b3;
}
.bg-black-200 {
  background-color: #808080;
}
.bg-black-300 {
  background-color: #4d4d4d;
}
.bg-black-400 {
  background-color: #262626;
}
.bg-black-500 {
  background-color: #000000;
}
.bg-black-600 {
  background-color: #000000;
}
.bg-black-700 {
  background-color: #000000;
}
.bg-black-800 {
  background-color: #000000;
}
.bg-black-900 {
  background-color: #000000;
}
.bg-black-A100 {
  background-color: #a6a6a6;
}
.bg-black-A200 {
  background-color: #8c8c8c;
}
.bg-black-A400 {
  background-color: #737373;
}
.bg-black-A700 {
  background-color: #666666;
}
.text-information-50 {
  color: #e0eff8;
}
.text-information-50-hex:before {
  display: block;
  content: "#e0eff8";
}
.text-information-100 {
  color: #b3d8ee;
}
.text-information-100-hex:before {
  display: block;
  content: "#b3d8ee";
}
.text-information-200 {
  color: #80bee3;
}
.text-information-200-hex:before {
  display: block;
  content: "#80bee3";
}
.text-information-300 {
  color: #4da4d7;
}
.text-information-300-hex:before {
  display: block;
  content: "#4da4d7";
}
.text-information-400 {
  color: #2691cf;
}
.text-information-400-hex:before {
  display: block;
  content: "#2691cf";
}
.text-information-500 {
  color: #007dc6;
}
.text-information-500-hex:before {
  display: block;
  content: "#007dc6";
}
.text-information-600 {
  color: #0075c0;
}
.text-information-600-hex:before {
  display: block;
  content: "#0075c0";
}
.text-information-700 {
  color: #006ab9;
}
.text-information-700-hex:before {
  display: block;
  content: "#006ab9";
}
.text-information-800 {
  color: #0060b1;
}
.text-information-800-hex:before {
  display: block;
  content: "#0060b1";
}
.text-information-900 {
  color: #004da4;
}
.text-information-900-hex:before {
  display: block;
  content: "#004da4";
}
.text-information-A100 {
  color: #cee2ff;
}
.text-information-A100-hex:before {
  display: block;
  content: "#cee2ff";
}
.text-information-A200 {
  color: #9bc3ff;
}
.text-information-A200-hex:before {
  display: block;
  content: "#9bc3ff";
}
.text-information-A400 {
  color: #68a4ff;
}
.text-information-A400-hex:before {
  display: block;
  content: "#68a4ff";
}
.text-information-A700 {
  color: #4f95ff;
}
.text-information-A700-hex:before {
  display: block;
  content: "#4f95ff";
}
.bg-information-50 {
  background-color: #e0eff8;
}
.bg-information-100 {
  background-color: #b3d8ee;
}
.bg-information-200 {
  background-color: #80bee3;
}
.bg-information-300 {
  background-color: #4da4d7;
}
.bg-information-400 {
  background-color: #2691cf;
}
.bg-information-500 {
  background-color: #007dc6;
}
.bg-information-600 {
  background-color: #0075c0;
}
.bg-information-700 {
  background-color: #006ab9;
}
.bg-information-800 {
  background-color: #0060b1;
}
.bg-information-900 {
  background-color: #004da4;
}
.bg-information-A100 {
  background-color: #cee2ff;
}
.bg-information-A200 {
  background-color: #9bc3ff;
}
.bg-information-A400 {
  background-color: #68a4ff;
}
.bg-information-A700 {
  background-color: #4f95ff;
}
.text-success-50 {
  color: #e2f5e2;
}
.text-success-50-hex:before {
  display: block;
  content: "#e2f5e2";
}
.text-success-100 {
  color: #b7e5b7;
}
.text-success-100-hex:before {
  display: block;
  content: "#b7e5b7";
}
.text-success-200 {
  color: #87d487;
}
.text-success-200-hex:before {
  display: block;
  content: "#87d487";
}
.text-success-300 {
  color: #56c256;
}
.text-success-300-hex:before {
  display: block;
  content: "#56c256";
}
.text-success-400 {
  color: #32b532;
}
.text-success-400-hex:before {
  display: block;
  content: "#32b532";
}
.text-success-500 {
  color: #0ea80e;
}
.text-success-500-hex:before {
  display: block;
  content: "#0ea80e";
}
.text-success-600 {
  color: #0ca00c;
}
.text-success-600-hex:before {
  display: block;
  content: "#0ca00c";
}
.text-success-700 {
  color: #0a970a;
}
.text-success-700-hex:before {
  display: block;
  content: "#0a970a";
}
.text-success-800 {
  color: #088d08;
}
.text-success-800-hex:before {
  display: block;
  content: "#088d08";
}
.text-success-900 {
  color: #047d04;
}
.text-success-900-hex:before {
  display: block;
  content: "#047d04";
}
.text-success-A100 {
  color: #aaffaa;
}
.text-success-A100-hex:before {
  display: block;
  content: "#aaffaa";
}
.text-success-A200 {
  color: #77ff77;
}
.text-success-A200-hex:before {
  display: block;
  content: "#77ff77";
}
.text-success-A400 {
  color: #44ff44;
}
.text-success-A400-hex:before {
  display: block;
  content: "#44ff44";
}
.text-success-A700 {
  color: #2aff2a;
}
.text-success-A700-hex:before {
  display: block;
  content: "#2aff2a";
}
.bg-success-50 {
  background-color: #e2f5e2;
}
.bg-success-100 {
  background-color: #b7e5b7;
}
.bg-success-200 {
  background-color: #87d487;
}
.bg-success-300 {
  background-color: #56c256;
}
.bg-success-400 {
  background-color: #32b532;
}
.bg-success-500 {
  background-color: #0ea80e;
}
.bg-success-600 {
  background-color: #0ca00c;
}
.bg-success-700 {
  background-color: #0a970a;
}
.bg-success-800 {
  background-color: #088d08;
}
.bg-success-900 {
  background-color: #047d04;
}
.bg-success-A100 {
  background-color: #aaffaa;
}
.bg-success-A200 {
  background-color: #77ff77;
}
.bg-success-A400 {
  background-color: #44ff44;
}
.bg-success-A700 {
  background-color: #2aff2a;
}
.text-warning-50 {
  color: #fef6e3;
}
.text-warning-50-hex:before {
  display: block;
  content: "#fef6e3";
}
.text-warning-100 {
  color: #fde9b8;
}
.text-warning-100-hex:before {
  display: block;
  content: "#fde9b8";
}
.text-warning-200 {
  color: #fbda89;
}
.text-warning-200-hex:before {
  display: block;
  content: "#fbda89";
}
.text-warning-300 {
  color: #f9cb59;
}
.text-warning-300-hex:before {
  display: block;
  content: "#f9cb59";
}
.text-warning-400 {
  color: #f8c036;
}
.text-warning-400-hex:before {
  display: block;
  content: "#f8c036";
}
.text-warning-500 {
  color: #f7b512;
}
.text-warning-500-hex:before {
  display: block;
  content: "#f7b512";
}
.text-warning-600 {
  color: #f6ae10;
}
.text-warning-600-hex:before {
  display: block;
  content: "#f6ae10";
}
.text-warning-700 {
  color: #f5a50d;
}
.text-warning-700-hex:before {
  display: block;
  content: "#f5a50d";
}
.text-warning-800 {
  color: #f39d0a;
}
.text-warning-800-hex:before {
  display: block;
  content: "#f39d0a";
}
.text-warning-900 {
  color: #f18d05;
}
.text-warning-900-hex:before {
  display: block;
  content: "#f18d05";
}
.text-warning-A100 {
  color: #ffffff;
}
.text-warning-A100-hex:before {
  display: block;
  content: "#ffffff";
}
.text-warning-A200 {
  color: #fff3e6;
}
.text-warning-A200-hex:before {
  display: block;
  content: "#fff3e6";
}
.text-warning-A400 {
  color: #ffdbb3;
}
.text-warning-A400-hex:before {
  display: block;
  content: "#ffdbb3";
}
.text-warning-A700 {
  color: #ffcf99;
}
.text-warning-A700-hex:before {
  display: block;
  content: "#ffcf99";
}
.bg-warning-50 {
  background-color: #fef6e3;
}
.bg-warning-100 {
  background-color: #fde9b8;
}
.bg-warning-200 {
  background-color: #fbda89;
}
.bg-warning-300 {
  background-color: #f9cb59;
}
.bg-warning-400 {
  background-color: #f8c036;
}
.bg-warning-500 {
  background-color: #f7b512;
}
.bg-warning-600 {
  background-color: #f6ae10;
}
.bg-warning-700 {
  background-color: #f5a50d;
}
.bg-warning-800 {
  background-color: #f39d0a;
}
.bg-warning-900 {
  background-color: #f18d05;
}
.bg-warning-A100 {
  background-color: #ffffff;
}
.bg-warning-A200 {
  background-color: #fff3e6;
}
.bg-warning-A400 {
  background-color: #ffdbb3;
}
.bg-warning-A700 {
  background-color: #ffcf99;
}
.text-danger-50 {
  color: #f8e0e0;
}
.text-danger-50-hex:before {
  display: block;
  content: "#f8e0e0";
}
.text-danger-100 {
  color: #edb3b3;
}
.text-danger-100-hex:before {
  display: block;
  content: "#edb3b3";
}
.text-danger-200 {
  color: #e28080;
}
.text-danger-200-hex:before {
  display: block;
  content: "#e28080";
}
.text-danger-300 {
  color: #d64d4d;
}
.text-danger-300-hex:before {
  display: block;
  content: "#d64d4d";
}
.text-danger-400 {
  color: #cd2626;
}
.text-danger-400-hex:before {
  display: block;
  content: "#cd2626";
}
.text-danger-500 {
  color: #c40000;
}
.text-danger-500-hex:before {
  display: block;
  content: "#c40000";
}
.text-danger-600 {
  color: #be0000;
}
.text-danger-600-hex:before {
  display: block;
  content: "#be0000";
}
.text-danger-700 {
  color: #b60000;
}
.text-danger-700-hex:before {
  display: block;
  content: "#b60000";
}
.text-danger-800 {
  color: #af0000;
}
.text-danger-800-hex:before {
  display: block;
  content: "#af0000";
}
.text-danger-900 {
  color: #a20000;
}
.text-danger-900-hex:before {
  display: block;
  content: "#a20000";
}
.text-danger-A100 {
  color: #ffcccc;
}
.text-danger-A100-hex:before {
  display: block;
  content: "#ffcccc";
}
.text-danger-A200 {
  color: #ff9999;
}
.text-danger-A200-hex:before {
  display: block;
  content: "#ff9999";
}
.text-danger-A400 {
  color: #ff6666;
}
.text-danger-A400-hex:before {
  display: block;
  content: "#ff6666";
}
.text-danger-A700 {
  color: #ff4d4d;
}
.text-danger-A700-hex:before {
  display: block;
  content: "#ff4d4d";
}
.bg-danger-50 {
  background-color: #f8e0e0;
}
.bg-danger-100 {
  background-color: #edb3b3;
}
.bg-danger-200 {
  background-color: #e28080;
}
.bg-danger-300 {
  background-color: #d64d4d;
}
.bg-danger-400 {
  background-color: #cd2626;
}
.bg-danger-500 {
  background-color: #c40000;
}
.bg-danger-600 {
  background-color: #be0000;
}
.bg-danger-700 {
  background-color: #b60000;
}
.bg-danger-800 {
  background-color: #af0000;
}
.bg-danger-900 {
  background-color: #a20000;
}
.bg-danger-A100 {
  background-color: #ffcccc;
}
.bg-danger-A200 {
  background-color: #ff9999;
}
.bg-danger-A400 {
  background-color: #ff6666;
}
.bg-danger-A700 {
  background-color: #ff4d4d;
}
.text-pink-50 {
  color: #fce4ec;
}
.text-pink-50-hex:before {
  display: block;
  content: "#fce4ec";
}
.text-pink-100 {
  color: #f8bcd0;
}
.text-pink-100-hex:before {
  display: block;
  content: "#f8bcd0";
}
.text-pink-200 {
  color: #f48fb1;
}
.text-pink-200-hex:before {
  display: block;
  content: "#f48fb1";
}
.text-pink-300 {
  color: #f06292;
}
.text-pink-300-hex:before {
  display: block;
  content: "#f06292";
}
.text-pink-400 {
  color: #ec407a;
}
.text-pink-400-hex:before {
  display: block;
  content: "#ec407a";
}
.text-pink-500 {
  color: #e91e63;
}
.text-pink-500-hex:before {
  display: block;
  content: "#e91e63";
}
.text-pink-600 {
  color: #e61a5b;
}
.text-pink-600-hex:before {
  display: block;
  content: "#e61a5b";
}
.text-pink-700 {
  color: #e31651;
}
.text-pink-700-hex:before {
  display: block;
  content: "#e31651";
}
.text-pink-800 {
  color: #df1247;
}
.text-pink-800-hex:before {
  display: block;
  content: "#df1247";
}
.text-pink-900 {
  color: #d90a35;
}
.text-pink-900-hex:before {
  display: block;
  content: "#d90a35";
}
.text-pink-A100 {
  color: #ffffff;
}
.text-pink-A100-hex:before {
  display: block;
  content: "#ffffff";
}
.text-pink-A200 {
  color: #ffd0d8;
}
.text-pink-A200-hex:before {
  display: block;
  content: "#ffd0d8";
}
.text-pink-A400 {
  color: #ff9dae;
}
.text-pink-A400-hex:before {
  display: block;
  content: "#ff9dae";
}
.text-pink-A700 {
  color: #ff8498;
}
.text-pink-A700-hex:before {
  display: block;
  content: "#ff8498";
}
.bg-pink-50 {
  background-color: #fce4ec;
}
.bg-pink-100 {
  background-color: #f8bcd0;
}
.bg-pink-200 {
  background-color: #f48fb1;
}
.bg-pink-300 {
  background-color: #f06292;
}
.bg-pink-400 {
  background-color: #ec407a;
}
.bg-pink-500 {
  background-color: #e91e63;
}
.bg-pink-600 {
  background-color: #e61a5b;
}
.bg-pink-700 {
  background-color: #e31651;
}
.bg-pink-800 {
  background-color: #df1247;
}
.bg-pink-900 {
  background-color: #d90a35;
}
.bg-pink-A100 {
  background-color: #ffffff;
}
.bg-pink-A200 {
  background-color: #ffd0d8;
}
.bg-pink-A400 {
  background-color: #ff9dae;
}
.bg-pink-A700 {
  background-color: #ff8498;
}
.text-purple-50 {
  color: #f3e5f6;
}
.text-purple-50-hex:before {
  display: block;
  content: "#f3e5f6";
}
.text-purple-100 {
  color: #e1bee7;
}
.text-purple-100-hex:before {
  display: block;
  content: "#e1bee7";
}
.text-purple-200 {
  color: #ce93d8;
}
.text-purple-200-hex:before {
  display: block;
  content: "#ce93d8";
}
.text-purple-300 {
  color: #ba68c8;
}
.text-purple-300-hex:before {
  display: block;
  content: "#ba68c8";
}
.text-purple-400 {
  color: #ab47bc;
}
.text-purple-400-hex:before {
  display: block;
  content: "#ab47bc";
}
.text-purple-500 {
  color: #9c27b0;
}
.text-purple-500-hex:before {
  display: block;
  content: "#9c27b0";
}
.text-purple-600 {
  color: #9423a9;
}
.text-purple-600-hex:before {
  display: block;
  content: "#9423a9";
}
.text-purple-700 {
  color: #8a1da0;
}
.text-purple-700-hex:before {
  display: block;
  content: "#8a1da0";
}
.text-purple-800 {
  color: #801797;
}
.text-purple-800-hex:before {
  display: block;
  content: "#801797";
}
.text-purple-900 {
  color: #6e0e87;
}
.text-purple-900-hex:before {
  display: block;
  content: "#6e0e87";
}
.text-purple-A100 {
  color: #efb8ff;
}
.text-purple-A100-hex:before {
  display: block;
  content: "#efb8ff";
}
.text-purple-A200 {
  color: #e485ff;
}
.text-purple-A200-hex:before {
  display: block;
  content: "#e485ff";
}
.text-purple-A400 {
  color: #d852ff;
}
.text-purple-A400-hex:before {
  display: block;
  content: "#d852ff";
}
.text-purple-A700 {
  color: #d238ff;
}
.text-purple-A700-hex:before {
  display: block;
  content: "#d238ff";
}
.bg-purple-50 {
  background-color: #f3e5f6;
}
.bg-purple-100 {
  background-color: #e1bee7;
}
.bg-purple-200 {
  background-color: #ce93d8;
}
.bg-purple-300 {
  background-color: #ba68c8;
}
.bg-purple-400 {
  background-color: #ab47bc;
}
.bg-purple-500 {
  background-color: #9c27b0;
}
.bg-purple-600 {
  background-color: #9423a9;
}
.bg-purple-700 {
  background-color: #8a1da0;
}
.bg-purple-800 {
  background-color: #801797;
}
.bg-purple-900 {
  background-color: #6e0e87;
}
.bg-purple-A100 {
  background-color: #efb8ff;
}
.bg-purple-A200 {
  background-color: #e485ff;
}
.bg-purple-A400 {
  background-color: #d852ff;
}
.bg-purple-A700 {
  background-color: #d238ff;
}
.text-deep-purple-50 {
  color: #ede7f6;
}
.text-deep-purple-50-hex:before {
  display: block;
  content: "#ede7f6";
}
.text-deep-purple-100 {
  color: #d1c4e9;
}
.text-deep-purple-100-hex:before {
  display: block;
  content: "#d1c4e9";
}
.text-deep-purple-200 {
  color: #b39ddb;
}
.text-deep-purple-200-hex:before {
  display: block;
  content: "#b39ddb";
}
.text-deep-purple-300 {
  color: #9575cd;
}
.text-deep-purple-300-hex:before {
  display: block;
  content: "#9575cd";
}
.text-deep-purple-400 {
  color: #7e58c2;
}
.text-deep-purple-400-hex:before {
  display: block;
  content: "#7e58c2";
}
.text-deep-purple-500 {
  color: #673ab7;
}
.text-deep-purple-500-hex:before {
  display: block;
  content: "#673ab7";
}
.text-deep-purple-600 {
  color: #5f34b0;
}
.text-deep-purple-600-hex:before {
  display: block;
  content: "#5f34b0";
}
.text-deep-purple-700 {
  color: #542ca7;
}
.text-deep-purple-700-hex:before {
  display: block;
  content: "#542ca7";
}
.text-deep-purple-800 {
  color: #4a259f;
}
.text-deep-purple-800-hex:before {
  display: block;
  content: "#4a259f";
}
.text-deep-purple-900 {
  color: #391890;
}
.text-deep-purple-900-hex:before {
  display: block;
  content: "#391890";
}
.text-deep-purple-A100 {
  color: #d4c7ff;
}
.text-deep-purple-A100-hex:before {
  display: block;
  content: "#d4c7ff";
}
.text-deep-purple-A200 {
  color: #ad94ff;
}
.text-deep-purple-A200-hex:before {
  display: block;
  content: "#ad94ff";
}
.text-deep-purple-A400 {
  color: #8661ff;
}
.text-deep-purple-A400-hex:before {
  display: block;
  content: "#8661ff";
}
.text-deep-purple-A700 {
  color: #7347ff;
}
.text-deep-purple-A700-hex:before {
  display: block;
  content: "#7347ff";
}
.bg-deep-purple-50 {
  background-color: #ede7f6;
}
.bg-deep-purple-100 {
  background-color: #d1c4e9;
}
.bg-deep-purple-200 {
  background-color: #b39ddb;
}
.bg-deep-purple-300 {
  background-color: #9575cd;
}
.bg-deep-purple-400 {
  background-color: #7e58c2;
}
.bg-deep-purple-500 {
  background-color: #673ab7;
}
.bg-deep-purple-600 {
  background-color: #5f34b0;
}
.bg-deep-purple-700 {
  background-color: #542ca7;
}
.bg-deep-purple-800 {
  background-color: #4a259f;
}
.bg-deep-purple-900 {
  background-color: #391890;
}
.bg-deep-purple-A100 {
  background-color: #d4c7ff;
}
.bg-deep-purple-A200 {
  background-color: #ad94ff;
}
.bg-deep-purple-A400 {
  background-color: #8661ff;
}
.bg-deep-purple-A700 {
  background-color: #7347ff;
}
.text-categorical-data-c01 {
  color: #F85D13;
}
.text-categorical-data-c01-hex:before {
  display: block;
  content: "#F85D13";
}
.bg-categorical-data-c01 {
  background-color: #F85D13;
}
.text-categorical-data-c02 {
  color: #82B8C9;
}
.text-categorical-data-c02-hex:before {
  display: block;
  content: "#82B8C9";
}
.bg-categorical-data-c02 {
  background-color: #82B8C9;
}
.text-categorical-data-c03 {
  color: #777575;
}
.text-categorical-data-c03-hex:before {
  display: block;
  content: "#777575";
}
.bg-categorical-data-c03 {
  background-color: #777575;
}
.text-categorical-data-c04 {
  color: #C9B582;
}
.text-categorical-data-c04-hex:before {
  display: block;
  content: "#C9B582";
}
.bg-categorical-data-c04 {
  background-color: #C9B582;
}
.text-categorical-data-c05 {
  color: #2E8A7D;
}
.text-categorical-data-c05-hex:before {
  display: block;
  content: "#2E8A7D";
}
.bg-categorical-data-c05 {
  background-color: #2E8A7D;
}
.text-categorical-data-c06 {
  color: #F7B512;
}
.text-categorical-data-c06-hex:before {
  display: block;
  content: "#F7B512";
}
.bg-categorical-data-c06 {
  background-color: #F7B512;
}
.text-categorical-data-c07 {
  color: #A8B67C;
}
.text-categorical-data-c07-hex:before {
  display: block;
  content: "#A8B67C";
}
.bg-categorical-data-c07 {
  background-color: #A8B67C;
}
.text-categorical-data-c08 {
  color: #BF3119;
}
.text-categorical-data-c08-hex:before {
  display: block;
  content: "#BF3119";
}
.bg-categorical-data-c08 {
  background-color: #BF3119;
}
.text-semantic-data-success-50 {
  color: #E2F5E2;
}
.text-semantic-data-success-50-hex:before {
  display: block;
  content: "#E2F5E2";
}
.text-semantic-data-success-100 {
  color: #B7E5B7;
}
.text-semantic-data-success-100-hex:before {
  display: block;
  content: "#B7E5B7";
}
.text-semantic-data-success-200 {
  color: #87D487;
}
.text-semantic-data-success-200-hex:before {
  display: block;
  content: "#87D487";
}
.text-semantic-data-success-300 {
  color: #56C256;
}
.text-semantic-data-success-300-hex:before {
  display: block;
  content: "#56C256";
}
.text-semantic-data-success-400 {
  color: #32B532;
}
.text-semantic-data-success-400-hex:before {
  display: block;
  content: "#32B532";
}
.text-semantic-data-success-500 {
  color: #0EA80E;
}
.text-semantic-data-success-500-hex:before {
  display: block;
  content: "#0EA80E";
}
.bg-semantic-data-success-50 {
  background-color: #E2F5E2;
}
.bg-semantic-data-success-100 {
  background-color: #B7E5B7;
}
.bg-semantic-data-success-200 {
  background-color: #87D487;
}
.bg-semantic-data-success-300 {
  background-color: #56C256;
}
.bg-semantic-data-success-400 {
  background-color: #32B532;
}
.bg-semantic-data-success-500 {
  background-color: #0EA80E;
}
.text-semantic-data-warning-50 {
  color: #FEF6E3;
}
.text-semantic-data-warning-50-hex:before {
  display: block;
  content: "#FEF6E3";
}
.text-semantic-data-warning-100 {
  color: #FDE9B8;
}
.text-semantic-data-warning-100-hex:before {
  display: block;
  content: "#FDE9B8";
}
.text-semantic-data-warning-200 {
  color: #FBDA89;
}
.text-semantic-data-warning-200-hex:before {
  display: block;
  content: "#FBDA89";
}
.text-semantic-data-warning-300 {
  color: #F9CB59;
}
.text-semantic-data-warning-300-hex:before {
  display: block;
  content: "#F9CB59";
}
.text-semantic-data-warning-400 {
  color: #F8C036;
}
.text-semantic-data-warning-400-hex:before {
  display: block;
  content: "#F8C036";
}
.text-semantic-data-warning-500 {
  color: #F7B512;
}
.text-semantic-data-warning-500-hex:before {
  display: block;
  content: "#F7B512";
}
.bg-semantic-data-warning-50 {
  background-color: #FEF6E3;
}
.bg-semantic-data-warning-100 {
  background-color: #FDE9B8;
}
.bg-semantic-data-warning-200 {
  background-color: #FBDA89;
}
.bg-semantic-data-warning-300 {
  background-color: #F9CB59;
}
.bg-semantic-data-warning-400 {
  background-color: #F8C036;
}
.bg-semantic-data-warning-500 {
  background-color: #F7B512;
}
.text-semantic-data-danger-50 {
  color: #F8E0E0;
}
.text-semantic-data-danger-50-hex:before {
  display: block;
  content: "#F8E0E0";
}
.text-semantic-data-danger-100 {
  color: #EDB3B3;
}
.text-semantic-data-danger-100-hex:before {
  display: block;
  content: "#EDB3B3";
}
.text-semantic-data-danger-200 {
  color: #E28080;
}
.text-semantic-data-danger-200-hex:before {
  display: block;
  content: "#E28080";
}
.text-semantic-data-danger-300 {
  color: #D64D4D;
}
.text-semantic-data-danger-300-hex:before {
  display: block;
  content: "#D64D4D";
}
.text-semantic-data-danger-400 {
  color: #CD2626;
}
.text-semantic-data-danger-400-hex:before {
  display: block;
  content: "#CD2626";
}
.text-semantic-data-danger-500 {
  color: #C40000;
}
.text-semantic-data-danger-500-hex:before {
  display: block;
  content: "#C40000";
}
.bg-semantic-data-danger-50 {
  background-color: #F8E0E0;
}
.bg-semantic-data-danger-100 {
  background-color: #EDB3B3;
}
.bg-semantic-data-danger-200 {
  background-color: #E28080;
}
.bg-semantic-data-danger-300 {
  background-color: #D64D4D;
}
.bg-semantic-data-danger-400 {
  background-color: #CD2626;
}
.bg-semantic-data-danger-500 {
  background-color: #C40000;
}
.text-semantic-data-neutral-50 {
  color: #F3F5F5;
}
.text-semantic-data-neutral-50-hex:before {
  display: block;
  content: "#F3F5F5";
}
.text-semantic-data-neutral-100 {
  color: #E2E5E6;
}
.text-semantic-data-neutral-100-hex:before {
  display: block;
  content: "#E2E5E6";
}
.text-semantic-data-neutral-200 {
  color: #CFD4D6;
}
.text-semantic-data-neutral-200-hex:before {
  display: block;
  content: "#CFD4D6";
}
.text-semantic-data-neutral-300 {
  color: #BBC2C6;
}
.text-semantic-data-neutral-300-hex:before {
  display: block;
  content: "#BBC2C6";
}
.text-semantic-data-neutral-400 {
  color: #ADB5B9;
}
.text-semantic-data-neutral-400-hex:before {
  display: block;
  content: "#ADB5B9";
}
.text-semantic-data-neutral-500 {
  color: #9EA8AD;
}
.text-semantic-data-neutral-500-hex:before {
  display: block;
  content: "#9EA8AD";
}
.bg-semantic-data-neutral-50 {
  background-color: #F3F5F5;
}
.bg-semantic-data-neutral-100 {
  background-color: #E2E5E6;
}
.bg-semantic-data-neutral-200 {
  background-color: #CFD4D6;
}
.bg-semantic-data-neutral-300 {
  background-color: #BBC2C6;
}
.bg-semantic-data-neutral-400 {
  background-color: #ADB5B9;
}
.bg-semantic-data-neutral-500 {
  background-color: #9EA8AD;
}
.text-sequential-data-s1-50 {
  color: #EBF7FC;
}
.text-sequential-data-s1-50-hex:before {
  display: block;
  content: "#EBF7FC";
}
.text-sequential-data-s1-100 {
  color: #CEEAF7;
}
.text-sequential-data-s1-100-hex:before {
  display: block;
  content: "#CEEAF7";
}
.text-sequential-data-s1-200 {
  color: #AEDDF2;
}
.text-sequential-data-s1-200-hex:before {
  display: block;
  content: "#AEDDF2";
}
.text-sequential-data-s1-300 {
  color: #8DCFED;
}
.text-sequential-data-s1-300-hex:before {
  display: block;
  content: "#8DCFED";
}
.text-sequential-data-s1-400 {
  color: #74C4E9;
}
.text-sequential-data-s1-400-hex:before {
  display: block;
  content: "#74C4E9";
}
.text-sequential-data-s1-500 {
  color: #5CBAE5;
}
.text-sequential-data-s1-500-hex:before {
  display: block;
  content: "#5CBAE5";
}
.bg-sequential-data-s1-50 {
  background-color: #EBF7FC;
}
.bg-sequential-data-s1-100 {
  background-color: #CEEAF7;
}
.bg-sequential-data-s1-200 {
  background-color: #AEDDF2;
}
.bg-sequential-data-s1-300 {
  background-color: #8DCFED;
}
.bg-sequential-data-s1-400 {
  background-color: #74C4E9;
}
.bg-sequential-data-s1-500 {
  background-color: #5CBAE5;
}
.text-sequential-data-s2-50 {
  color: #F6FAEB;
}
.text-sequential-data-s2-50-hex:before {
  display: block;
  content: "#F6FAEB";
}
.text-sequential-data-s2-100 {
  color: #E9F4CD;
}
.text-sequential-data-s2-100-hex:before {
  display: block;
  content: "#E9F4CD";
}
.text-sequential-data-s2-200 {
  color: #DBECAB;
}
.text-sequential-data-s2-200-hex:before {
  display: block;
  content: "#DBECAB";
}
.text-sequential-data-s2-300 {
  color: #CCE489;
}
.text-sequential-data-s2-300-hex:before {
  display: block;
  content: "#CCE489";
}
.text-sequential-data-s2-400 {
  color: #C1DF70;
}
.text-sequential-data-s2-400-hex:before {
  display: block;
  content: "#C1DF70";
}
.text-sequential-data-s2-500 {
  color: #B6D957;
}
.text-sequential-data-s2-500-hex:before {
  display: block;
  content: "#B6D957";
}
.bg-sequential-data-s2-50 {
  background-color: #F6FAEB;
}
.bg-sequential-data-s2-100 {
  background-color: #E9F4CD;
}
.bg-sequential-data-s2-200 {
  background-color: #DBECAB;
}
.bg-sequential-data-s2-300 {
  background-color: #CCE489;
}
.bg-sequential-data-s2-400 {
  background-color: #C1DF70;
}
.bg-sequential-data-s2-500 {
  background-color: #B6D957;
}
.text-sequential-data-s3-50 {
  color: #FEF8EC;
}
.text-sequential-data-s3-50-hex:before {
  display: block;
  content: "#FEF8EC";
}
.text-sequential-data-s3-100 {
  color: #FEEDD1;
}
.text-sequential-data-s3-100-hex:before {
  display: block;
  content: "#FEEDD1";
}
.text-sequential-data-s3-200 {
  color: #FDE1B2;
}
.text-sequential-data-s3-200-hex:before {
  display: block;
  content: "#FDE1B2";
}
.text-sequential-data-s3-300 {
  color: #FCD593;
}
.text-sequential-data-s3-300-hex:before {
  display: block;
  content: "#FCD593";
}
.text-sequential-data-s3-400 {
  color: #FBCC7B;
}
.text-sequential-data-s3-400-hex:before {
  display: block;
  content: "#FBCC7B";
}
.text-sequential-data-s3-500 {
  color: #FAC364;
}
.text-sequential-data-s3-500-hex:before {
  display: block;
  content: "#FAC364";
}
.bg-sequential-data-s3-50 {
  background-color: #FEF8EC;
}
.bg-sequential-data-s3-100 {
  background-color: #FEEDD1;
}
.bg-sequential-data-s3-200 {
  background-color: #FDE1B2;
}
.bg-sequential-data-s3-300 {
  background-color: #FCD593;
}
.bg-sequential-data-s3-400 {
  background-color: #FBCC7B;
}
.bg-sequential-data-s3-500 {
  background-color: #FAC364;
}
.text-sequential-data-s4-50 {
  color: #F3F5F5;
}
.text-sequential-data-s4-50-hex:before {
  display: block;
  content: "#F3F5F5";
}
.text-sequential-data-s4-100 {
  color: #E2E5E6;
}
.text-sequential-data-s4-100-hex:before {
  display: block;
  content: "#E2E5E6";
}
.text-sequential-data-s4-200 {
  color: #CFD4D6;
}
.text-sequential-data-s4-200-hex:before {
  display: block;
  content: "#CFD4D6";
}
.text-sequential-data-s4-300 {
  color: #BBC2C6;
}
.text-sequential-data-s4-300-hex:before {
  display: block;
  content: "#BBC2C6";
}
.text-sequential-data-s4-400 {
  color: #ADB5B9;
}
.text-sequential-data-s4-400-hex:before {
  display: block;
  content: "#ADB5B9";
}
.text-sequential-data-s4-500 {
  color: #9EA8AD;
}
.text-sequential-data-s4-500-hex:before {
  display: block;
  content: "#9EA8AD";
}
.bg-sequential-data-s4-50 {
  background-color: #F3F5F5;
}
.bg-sequential-data-s4-100 {
  background-color: #E2E5E6;
}
.bg-sequential-data-s4-200 {
  background-color: #CFD4D6;
}
.bg-sequential-data-s4-300 {
  background-color: #BBC2C6;
}
.bg-sequential-data-s4-400 {
  background-color: #ADB5B9;
}
.bg-sequential-data-s4-500 {
  background-color: #9EA8AD;
}
/*# sourceMappingURL=gel-palette.css.map */