@tamagui/themes 1.144.3 → 1.144.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (78) hide show
  1. package/.turbo/turbo-build.log +1 -2
  2. package/.turbo/turbo-test.log +6 -0
  3. package/dist/cjs/defaultColorThemes.cjs +103 -0
  4. package/dist/cjs/defaultColorThemes.js +96 -0
  5. package/dist/cjs/defaultColorThemes.js.map +6 -0
  6. package/dist/cjs/defaultColorThemes.native.js +120 -0
  7. package/dist/cjs/defaultColorThemes.native.js.map +1 -0
  8. package/dist/cjs/generated-v5-subtle.cjs +547 -0
  9. package/dist/cjs/generated-v5-subtle.js +1711 -0
  10. package/dist/cjs/generated-v5-subtle.js.map +6 -0
  11. package/dist/cjs/generated-v5-subtle.native.js +566 -0
  12. package/dist/cjs/generated-v5-subtle.native.js.map +1 -0
  13. package/dist/cjs/subtleChildrenThemes.cjs +65 -0
  14. package/dist/cjs/subtleChildrenThemes.js +56 -0
  15. package/dist/cjs/subtleChildrenThemes.js.map +6 -0
  16. package/dist/cjs/subtleChildrenThemes.native.js +74 -0
  17. package/dist/cjs/subtleChildrenThemes.native.js.map +1 -0
  18. package/dist/cjs/v2-themes.native.js.map +1 -1
  19. package/dist/cjs/v3-themes.native.js.map +1 -1
  20. package/dist/cjs/v5-palettes.cjs +124 -0
  21. package/dist/cjs/v5-palettes.js +149 -0
  22. package/dist/cjs/v5-palettes.js.map +6 -0
  23. package/dist/cjs/v5-palettes.native.js +127 -0
  24. package/dist/cjs/v5-palettes.native.js.map +1 -0
  25. package/dist/cjs/v5-subtle.cjs +34 -0
  26. package/dist/cjs/v5-subtle.js +26 -0
  27. package/dist/cjs/v5-subtle.js.map +6 -0
  28. package/dist/cjs/v5-subtle.native.js +37 -0
  29. package/dist/cjs/v5-subtle.native.js.map +1 -0
  30. package/dist/cjs/v5-themes-subtle.cjs +37 -0
  31. package/dist/cjs/v5-themes-subtle.js +28 -0
  32. package/dist/cjs/v5-themes-subtle.js.map +6 -0
  33. package/dist/cjs/v5-themes-subtle.native.js +40 -0
  34. package/dist/cjs/v5-themes-subtle.native.js.map +1 -0
  35. package/dist/esm/defaultColorThemes.js +92 -0
  36. package/dist/esm/defaultColorThemes.js.map +6 -0
  37. package/dist/esm/defaultColorThemes.mjs +79 -0
  38. package/dist/esm/defaultColorThemes.mjs.map +1 -0
  39. package/dist/esm/defaultColorThemes.native.js +93 -0
  40. package/dist/esm/defaultColorThemes.native.js.map +1 -0
  41. package/dist/esm/generated-v5-subtle.js +1695 -0
  42. package/dist/esm/generated-v5-subtle.js.map +6 -0
  43. package/dist/esm/generated-v5-subtle.mjs +523 -0
  44. package/dist/esm/generated-v5-subtle.mjs.map +1 -0
  45. package/dist/esm/generated-v5-subtle.native.js +539 -0
  46. package/dist/esm/generated-v5-subtle.native.js.map +1 -0
  47. package/dist/esm/subtleChildrenThemes.js +43 -0
  48. package/dist/esm/subtleChildrenThemes.js.map +6 -0
  49. package/dist/esm/subtleChildrenThemes.mjs +41 -0
  50. package/dist/esm/subtleChildrenThemes.mjs.map +1 -0
  51. package/dist/esm/subtleChildrenThemes.native.js +47 -0
  52. package/dist/esm/subtleChildrenThemes.native.js.map +1 -0
  53. package/dist/esm/v2-themes.native.js.map +1 -1
  54. package/dist/esm/v5-palettes.js +144 -0
  55. package/dist/esm/v5-palettes.js.map +6 -0
  56. package/dist/esm/v5-palettes.mjs +92 -0
  57. package/dist/esm/v5-palettes.mjs.map +1 -0
  58. package/dist/esm/v5-palettes.native.js +92 -0
  59. package/dist/esm/v5-palettes.native.js.map +1 -0
  60. package/dist/esm/v5-subtle.js +12 -0
  61. package/dist/esm/v5-subtle.js.map +6 -0
  62. package/dist/esm/v5-subtle.mjs +7 -0
  63. package/dist/esm/v5-subtle.mjs.map +1 -0
  64. package/dist/esm/v5-subtle.native.js +7 -0
  65. package/dist/esm/v5-subtle.native.js.map +1 -0
  66. package/dist/esm/v5-themes-subtle.js +13 -0
  67. package/dist/esm/v5-themes-subtle.js.map +6 -0
  68. package/dist/esm/v5-themes-subtle.mjs +13 -0
  69. package/dist/esm/v5-themes-subtle.mjs.map +1 -0
  70. package/dist/esm/v5-themes-subtle.native.js +13 -0
  71. package/dist/esm/v5-themes-subtle.native.js.map +1 -0
  72. package/package.json +7 -7
  73. package/types/defaultColorThemes.d.ts.map +1 -0
  74. package/types/generated-v5-subtle.d.ts.map +1 -0
  75. package/types/subtleChildrenThemes.d.ts.map +1 -0
  76. package/types/v5-palettes.d.ts.map +1 -0
  77. package/types/v5-subtle.d.ts.map +1 -0
  78. package/types/v5-themes-subtle.d.ts.map +1 -0
@@ -0,0 +1,547 @@
1
+ var __defProp = Object.defineProperty;
2
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
+ var __getOwnPropNames = Object.getOwnPropertyNames;
4
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
5
+ var __export = (target, all) => {
6
+ for (var name in all) __defProp(target, name, {
7
+ get: all[name],
8
+ enumerable: !0
9
+ });
10
+ },
11
+ __copyProps = (to, from, except, desc) => {
12
+ if (from && typeof from == "object" || typeof from == "function") for (let key of __getOwnPropNames(from)) !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, {
13
+ get: () => from[key],
14
+ enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
15
+ });
16
+ return to;
17
+ };
18
+ var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
19
+ value: !0
20
+ }), mod);
21
+ var generated_v5_subtle_exports = {};
22
+ __export(generated_v5_subtle_exports, {
23
+ colors: () => colors,
24
+ themes: () => themes
25
+ });
26
+ module.exports = __toCommonJS(generated_v5_subtle_exports);
27
+ function t(a) {
28
+ let res = {};
29
+ for (const [ki, vi] of a) res[ks[ki]] = colors[vi];
30
+ return res;
31
+ }
32
+ const colors = ["hsla(0, 0%, 10%, 1)", "hsla(0, 0%, 67%, 1)", "hsla(0, 0%, 100%, 0)", "hsla(0, 0%, 97%, 0.2)", "hsla(0, 0%, 97%, 0.4)", "hsla(0, 0%, 97%, 0.6)", "hsla(0, 0%, 97%, 0.8)", "hsla(0, 0%, 100%, 1)", "hsla(0, 0%, 97%, 1)", "hsla(0, 0%, 93%, 1)", "hsla(0, 0%, 85%, 1)", "hsla(0, 0%, 80%, 1)", "hsla(0, 0%, 70%, 1)", "hsla(0, 0%, 59%, 1)", "hsla(0, 0%, 45%, 1)", "hsla(0, 0%, 30%, 1)", "hsla(0, 0%, 20%, 1)", "hsla(0, 0%, 14%, 1)", "hsla(0, 0%, 2%, 1)", "hsla(0, 0%, 2%, 0)", "hsla(0, 0%, 2%, 0.2)", "hsla(0, 0%, 2%, 0.4)", "hsla(0, 0%, 2%, 0.6)", "hsla(0, 0%, 2%, 0.8)", "#090909", "#151515", "#191919", "#232323", "#333", "#444", "#666", "#777", "#858585", "#aaa", "#ccc", "#ffffff", "#fff", "#f8f8f8", "hsl(0, 0%, 93%)", "hsl(0, 0%, 85%)", "hsl(0, 0%, 80%)", "hsl(0, 0%, 70%)", "hsl(0, 0%, 59%)", "hsl(0, 0%, 45%)", "hsl(0, 0%, 30%)", "hsl(0, 0%, 20%)", "hsl(0, 0%, 14%)", "hsl(0, 0%, 2%)", "rgba(255,255,255,1)", "rgba(255,255,255,0)", "rgba(255,255,255,0.2)", "rgba(255,255,255,0.4)", "rgba(255,255,255,0.6)", "rgba(255,255,255,0.8)", "rgba(0,0,0,1)", "rgba(0,0,0,0)", "rgba(0,0,0,0.2)", "rgba(0,0,0,0.4)", "rgba(0,0,0,0.6)", "rgba(0,0,0,0.8)", "rgba(0,0,0,0.04)", "rgba(0,0,0,0.08)", "rgba(0,0,0,0.12)", "rgba(0,0,0,0.22)", "rgba(0,0,0,0.33)", "rgba(0,0,0,0.44)", "rgba(0,0,0,0.75)", "rgba(255,255,255,0.05)", "rgba(255,255,255,0.1)", "rgba(255,255,255,0.15)", "rgba(255,255,255,0.3)", "rgba(255,255,255,0.55)", "rgba(255,255,255,0.7)", "rgba(255,255,255,0.85)", "hsl(0, 0%, 99%)", "hsl(0, 0%, 98%)", "hsl(0, 0%, 94%)", "hsl(0, 0%, 91%)", "hsl(0, 0%, 88%)", "hsl(0, 0%, 81%)", "hsl(0, 0%, 73%)", "hsl(0, 0%, 55%)", "hsl(0, 0%, 51%)", "hsl(0, 0%, 39%)", "hsl(0, 0%, 13%)", "hsl(210, 90%, 99%)", "hsl(207, 90%, 98%)", "hsl(205, 83%, 95%)", "hsl(203, 90%, 92%)", "hsl(206, 90%, 88%)", "hsl(207, 84%, 83%)", "hsl(207, 77%, 76%)", "hsl(206, 74%, 65%)", "hsl(206, 90%, 50%)", "hsl(207, 86%, 48%)", "hsl(208, 79%, 43%)", "hsl(216, 64%, 23%)", "hsl(0, 90%, 99%)", "hsl(0, 90%, 98%)", "hsl(357, 81%, 96%)", "hsl(358, 90%, 93%)", "hsl(359, 90%, 90%)", "hsl(359, 85%, 87%)", "hsl(359, 70%, 81%)", "hsl(359, 63%, 74%)", "hsl(358, 68%, 59%)", "hsl(358, 62%, 55%)", "hsl(358, 58%, 49%)", "hsl(351, 56%, 24%)", "hsl(60, 33%, 100%)", "hsl(54, 57%, 100%)", "hsl(56, 60%, 89%)", "hsl(53, 58%, 79%)", "hsl(50, 56%, 70%)", "hsl(48, 46%, 65%)", "hsl(46, 36%, 60%)", "hsl(45, 32%, 48%)", "hsl(53, 47%, 51%)", "hsl(52, 45%, 43%)", "hsl(41, 42%, 26%)", "hsl(42, 16%, 16%)", "hsl(140, 54%, 99%)", "hsl(137, 42%, 97%)", "hsl(139, 42%, 93%)", "hsl(140, 44%, 89%)", "hsl(142, 40%, 84%)", "hsl(144, 37%, 77%)", "hsl(146, 36%, 68%)", "hsl(151, 36%, 54%)", "hsl(151, 49%, 42%)", "hsl(152, 51%, 39%)", "hsl(154, 54%, 32%)", "hsl(155, 36%, 16%)", "hsl(20, 54%, 99%)", "hsl(33, 90%, 96%)", "hsl(37, 90%, 92%)", "hsl(34, 90%, 85%)", "hsl(33, 90%, 80%)", "hsl(30, 90%, 75%)", "hsl(27, 78%, 71%)", "hsl(25, 72%, 63%)", "hsl(23, 84%, 53%)", "hsl(24, 90%, 47%)", "hsl(23, 90%, 40%)", "hsl(16, 45%, 23%)", "hsl(320, 90%, 99%)", "hsl(326, 70%, 98%)", "hsl(326, 82%, 95%)", "hsl(323, 72%, 92%)", "hsl(323, 62%, 89%)", "hsl(323, 54%, 84%)", "hsl(323, 50%, 79%)", "hsl(322, 47%, 72%)", "hsl(322, 58%, 55%)", "hsl(322, 55%, 52%)", "hsl(322, 59%, 46%)", "hsl(320, 63%, 23%)", "hsl(300, 45%, 99%)", "hsl(274, 70%, 98%)", "hsl(275, 81%, 96%)", "hsl(277, 73%, 94%)", "hsl(275, 68%, 91%)", "hsl(275, 62%, 86%)", "hsl(273, 55%, 81%)", "hsl(272, 54%, 74%)", "hsl(272, 46%, 54%)", "hsl(272, 40%, 50%)", "hsl(272, 40%, 49%)", "hsl(270, 45%, 25%)", "hsl(165, 60%, 99%)", "hsl(165, 45%, 97%)", "hsl(167, 57%, 93%)", "hsl(166, 56%, 88%)", "hsl(168, 49%, 82%)", "hsl(168, 43%, 75%)", "hsl(170, 38%, 66%)", "hsl(172, 38%, 53%)", "hsl(173, 72%, 36%)", "hsl(173, 76%, 33%)", "hsl(172, 90%, 26%)", "hsl(174, 58%, 15%)", "hsl(0, 0%, 68%)", "hsl(0, 0%, 65%)", "hsl(0, 0%, 62%)", "hsl(0, 0%, 56%)", "hsl(0, 0%, 53%)", "hsl(0, 0%, 50%)", "hsl(0, 0%, 47%)", "hsl(0, 0%, 44%)", "hsl(0, 0%, 41%)", "hsl(0, 0%, 38%)", "hsl(0, 0%, 32%)", "hsla(0, 0%, 4%, 1)", "hsla(0, 0%, 8%, 1)", "hsla(0, 0%, 27%, 1)", "hsla(0, 0%, 40%, 1)", "hsla(0, 0%, 47%, 1)", "hsla(0, 0%, 52%, 1)", "hsla(0, 0%, 2%, 0.1)", "hsla(0, 0%, 2%, 0.075)", "hsla(0, 0%, 2%, 0.05)", "hsla(0, 0%, 2%, 0.025)", "hsla(0, 0%, 2%, 0.02)", "hsla(0, 0%, 2%, 0.01)", "hsla(0, 0%, 97%, 0.1)", "hsla(0, 0%, 97%, 0.075)", "hsla(0, 0%, 97%, 0.05)", "hsla(0, 0%, 97%, 0.025)", "hsla(0, 0%, 97%, 0.02)", "hsla(0, 0%, 97%, 0.01)", "hsla(0, 0%, 70%, 0.6)", "hsla(0, 0%, 4%, 0)", "hsla(0, 0%, 8%, 0.2)", "hsla(0, 0%, 8%, 0.4)", "hsla(0, 0%, 8%, 0.6)", "hsla(0, 0%, 8%, 0.8)", "hsla(0, 0%, 100%, 0.2)", "hsla(0, 0%, 100%, 0.4)", "hsla(0, 0%, 100%, 0.6)", "hsla(0, 0%, 100%, 0.8)", "rgba(0,0,0,0.15)", "rgba(0,0,0,0.23)", "rgba(0,0,0,0.45)", "rgba(0,0,0,0.65)", "rgba(0,0,0,0.9)", "rgba(255,255,255,0.45)", "rgba(255,255,255,0.65)", "rgba(255,255,255,0.95)", "hsl(0, 0%, 7%)", "hsl(0, 0%, 10%)", "hsl(0, 0%, 16%)", "hsl(0, 0%, 19%)", "hsl(0, 0%, 23%)", "hsl(0, 0%, 28%)", "hsl(0, 0%, 43%)", "hsl(0, 0%, 48%)", "hsl(0, 0%, 71%)", "hsl(215, 30%, 9%)", "hsl(218, 28%, 11%)", "hsl(212, 48%, 16%)", "hsl(209, 70%, 19%)", "hsl(207, 90%, 23%)", "hsl(209, 71%, 30%)", "hsl(211, 60%, 37%)", "hsl(211, 59%, 45%)", "hsl(210, 90%, 62%)", "hsl(210, 90%, 72%)", "hsl(205, 90%, 88%)", "hsl(0, 13%, 8%)", "hsl(355, 18%, 10%)", "hsl(350, 37%, 15%)", "hsl(348, 48%, 19%)", "hsl(350, 57%, 23%)", "hsl(352, 48%, 29%)", "hsl(355, 42%, 37%)", "hsl(358, 40%, 49%)", "hsl(360, 71%, 65%)", "hsl(2, 90%, 79%)", "hsl(350, 90%, 91%)", "hsl(47, 13%, 5%)", "hsl(45, 13%, 7%)", "hsl(45, 36%, 8%)", "hsl(48, 45%, 8%)", "hsl(47, 45%, 13%)", "hsl(48, 43%, 16%)", "hsl(46, 28%, 25%)", "hsl(45, 33%, 32%)", "hsl(53, 55%, 58%)", "hsl(60, 55%, 67%)", "hsl(53, 49%, 62%)", "hsl(53, 43%, 84%)", "hsl(154, 14%, 7%)", "hsl(153, 14%, 9%)", "hsl(152, 28%, 13%)", "hsl(154, 39%, 15%)", "hsl(154, 47%, 19%)", "hsl(153, 42%, 23%)", "hsl(152, 40%, 28%)", "hsl(151, 41%, 34%)", "hsl(151, 50%, 45%)", "hsl(151, 59%, 54%)", "hsl(144, 63%, 82%)", "hsl(27, 17%, 7%)", "hsl(28, 23%, 9%)", "hsl(29, 45%, 12%)", "hsl(28, 70%, 14%)", "hsl(28, 90%, 17%)", "hsl(27, 71%, 22%)", "hsl(25, 56%, 30%)", "hsl(23, 54%, 40%)", "hsl(26, 90%, 56%)", "hsl(26, 90%, 67%)", "hsl(30, 90%, 88%)", "hsl(315, 13%, 8%)", "hsl(316, 21%, 10%)", "hsl(315, 29%, 15%)", "hsl(315, 41%, 19%)", "hsl(318, 47%, 23%)", "hsl(319, 39%, 29%)", "hsl(321, 36%, 37%)", "hsl(322, 36%, 47%)", "hsl(323, 61%, 59%)", "hsl(327, 90%, 78%)", "hsl(326, 83%, 91%)", "hsl(282, 16%, 9%)", "hsl(279, 18%, 11%)", "hsl(279, 25%, 17%)", "hsl(277, 28%, 22%)", "hsl(276, 35%, 26%)", "hsl(275, 31%, 31%)", "hsl(274, 29%, 38%)", "hsl(273, 30%, 50%)", "hsl(272, 50%, 59%)", "hsl(272, 90%, 81%)", "hsl(275, 69%, 92%)", "hsl(173, 16%, 7%)", "hsl(175, 17%, 9%)", "hsl(174, 39%, 11%)", "hsl(176, 65%, 12%)", "hsl(175, 72%, 16%)", "hsl(174, 56%, 21%)", "hsl(174, 52%, 26%)", "hsl(173, 54%, 31%)", "hsl(172, 77%, 38%)", "hsl(170, 81%, 45%)", "hsl(163, 62%, 81%)", "hsla(0, 0%, 100%, 0.1)", "hsla(0, 0%, 100%, 0.075)", "hsla(0, 0%, 100%, 0.05)", "hsla(0, 0%, 100%, 0.025)", "hsla(0, 0%, 100%, 0.02)", "hsla(0, 0%, 100%, 0.01)", "hsla(0, 0%, 8%, 0.1)", "hsla(0, 0%, 8%, 0.075)", "hsla(0, 0%, 8%, 0.05)", "hsla(0, 0%, 8%, 0.025)", "hsla(0, 0%, 8%, 0.02)", "hsla(0, 0%, 8%, 0.01)", "hsla(0, 0%, 27%, 0.6)", "hsla(0, 0%, 4%, 0.2)", "hsla(0, 0%, 4%, 0.4)", "hsla(0, 0%, 4%, 0.6)", "hsla(0, 0%, 4%, 0.8)", "hsla(0, 0%, 99%, 0)", "hsla(0, 0%, 98%, 0.2)", "hsla(0, 0%, 98%, 0.4)", "hsla(0, 0%, 98%, 0.6)", "hsla(0, 0%, 98%, 0.8)", "hsla(0, 0%, 99%, 1)", "hsla(0, 0%, 98%, 1)", "hsla(0, 0%, 94%, 1)", "hsla(0, 0%, 91%, 1)", "hsla(0, 0%, 88%, 1)", "hsla(0, 0%, 81%, 1)", "hsla(0, 0%, 73%, 1)", "hsla(0, 0%, 55%, 1)", "hsla(0, 0%, 51%, 1)", "hsla(0, 0%, 39%, 1)", "hsla(0, 0%, 13%, 1)", "hsla(0, 0%, 13%, 0)", "hsla(0, 0%, 13%, 0.2)", "hsla(0, 0%, 13%, 0.4)", "hsla(0, 0%, 13%, 0.6)", "hsla(0, 0%, 13%, 0.8)", "hsla(0, 0%, 13%, 0.1)", "hsla(0, 0%, 13%, 0.075)", "hsla(0, 0%, 13%, 0.05)", "hsla(0, 0%, 13%, 0.025)", "hsla(0, 0%, 13%, 0.02)", "hsla(0, 0%, 13%, 0.01)", "hsla(0, 0%, 98%, 0.1)", "hsla(0, 0%, 98%, 0.075)", "hsla(0, 0%, 98%, 0.05)", "hsla(0, 0%, 98%, 0.025)", "hsla(0, 0%, 98%, 0.02)", "hsla(0, 0%, 98%, 0.01)", "hsla(0, 0%, 85%, 0.6)", "hsla(216, 100%, 99%, 0)", "hsla(207, 82%, 98%, 0.2)", "hsla(207, 82%, 98%, 0.4)", "hsla(207, 82%, 98%, 0.6)", "hsla(207, 82%, 98%, 0.8)", "hsla(216, 100%, 99%, 1)", "hsla(207, 82%, 98%, 1)", "hsla(206, 84%, 95%, 1)", "hsla(203, 90%, 92%, 1)", "hsla(206, 90%, 88%, 1)", "hsla(207, 84%, 83%, 1)", "hsla(207, 77%, 76%, 1)", "hsla(206, 74%, 65%, 1)", "hsla(206, 90%, 50%, 1)", "hsla(207, 86%, 48%, 1)", "hsla(208, 79%, 43%, 1)", "hsla(216, 64%, 23%, 1)", "hsla(216, 64%, 23%, 0)", "hsla(216, 64%, 23%, 0.2)", "hsla(216, 64%, 23%, 0.4)", "hsla(216, 64%, 23%, 0.6)", "hsla(216, 64%, 23%, 0.8)", "hsla(216, 64%, 23%, 0.1)", "hsla(216, 64%, 23%, 0.075)", "hsla(216, 64%, 23%, 0.05)", "hsla(216, 64%, 23%, 0.025)", "hsla(216, 64%, 23%, 0.02)", "hsla(216, 64%, 23%, 0.01)", "hsla(207, 82%, 98%, 0.1)", "hsla(207, 82%, 98%, 0.075)", "hsla(207, 82%, 98%, 0.05)", "hsla(207, 82%, 98%, 0.025)", "hsla(207, 82%, 98%, 0.02)", "hsla(207, 82%, 98%, 0.01)", "hsla(207, 84%, 83%, 0.6)", "hsla(0, 100%, 99%, 0)", "hsla(0, 82%, 98%, 0.2)", "hsla(0, 82%, 98%, 0.4)", "hsla(0, 82%, 98%, 0.6)", "hsla(0, 82%, 98%, 0.8)", "hsla(0, 100%, 99%, 1)", "hsla(0, 82%, 98%, 1)", "hsla(0, 80%, 96%, 1)", "hsla(358, 89%, 93%, 1)", "hsla(0, 88%, 90%, 1)", "hsla(359, 85%, 87%, 1)", "hsla(359, 69%, 81%, 1)", "hsla(359, 62%, 74%, 1)", "hsla(358, 68%, 59%, 1)", "hsla(358, 62%, 55%, 1)", "hsla(358, 58%, 49%, 1)", "hsla(351, 56%, 24%, 1)", "hsla(351, 56%, 24%, 0)", "hsla(351, 56%, 24%, 0.2)", "hsla(351, 56%, 24%, 0.4)", "hsla(351, 56%, 24%, 0.6)", "hsla(351, 56%, 24%, 0.8)", "hsla(351, 56%, 24%, 0.1)", "hsla(351, 56%, 24%, 0.075)", "hsla(351, 56%, 24%, 0.05)", "hsla(351, 56%, 24%, 0.025)", "hsla(351, 56%, 24%, 0.02)", "hsla(351, 56%, 24%, 0.01)", "hsla(0, 82%, 98%, 0.1)", "hsla(0, 82%, 98%, 0.075)", "hsla(0, 82%, 98%, 0.05)", "hsla(0, 82%, 98%, 0.025)", "hsla(0, 82%, 98%, 0.02)", "hsla(0, 82%, 98%, 0.01)", "hsla(359, 85%, 87%, 0.6)", "hsla(56, 61%, 89%, 1)", "hsla(52, 59%, 79%, 1)", "hsla(50, 56%, 70%, 1)", "hsla(48, 46%, 65%, 1)", "hsla(46, 36%, 60%, 1)", "hsla(45, 32%, 48%, 1)", "hsla(53, 47%, 51%, 1)", "hsla(52, 45%, 43%, 1)", "hsla(42, 42%, 26%, 1)", "hsla(42, 16%, 16%, 1)", "hsla(42, 16%, 16%, 0)", "hsla(42, 16%, 16%, 0.2)", "hsla(42, 16%, 16%, 0.4)", "hsla(42, 16%, 16%, 0.6)", "hsla(42, 16%, 16%, 0.8)", "hsla(42, 16%, 16%, 0.1)", "hsla(42, 16%, 16%, 0.075)", "hsla(42, 16%, 16%, 0.05)", "hsla(42, 16%, 16%, 0.025)", "hsla(42, 16%, 16%, 0.02)", "hsla(42, 16%, 16%, 0.01)", "hsla(48, 46%, 65%, 0.6)", "hsla(140, 60%, 99%, 0)", "hsla(137, 47%, 97%, 0.2)", "hsla(137, 47%, 97%, 0.4)", "hsla(137, 47%, 97%, 0.6)", "hsla(137, 47%, 97%, 0.8)", "hsla(140, 60%, 99%, 1)", "hsla(137, 47%, 97%, 1)", "hsla(136, 43%, 93%, 1)", "hsla(140, 43%, 89%, 1)", "hsla(142, 41%, 84%, 1)", "hsla(144, 37%, 77%, 1)", "hsla(145, 36%, 68%, 1)", "hsla(151, 36%, 54%, 1)", "hsla(151, 49%, 42%, 1)", "hsla(152, 51%, 39%, 1)", "hsla(153, 54%, 32%, 1)", "hsla(155, 36%, 16%, 1)", "hsla(155, 36%, 16%, 0)", "hsla(155, 36%, 16%, 0.2)", "hsla(155, 36%, 16%, 0.4)", "hsla(155, 36%, 16%, 0.6)", "hsla(155, 36%, 16%, 0.8)", "hsla(155, 36%, 16%, 0.1)", "hsla(155, 36%, 16%, 0.075)", "hsla(155, 36%, 16%, 0.05)", "hsla(155, 36%, 16%, 0.025)", "hsla(155, 36%, 16%, 0.02)", "hsla(155, 36%, 16%, 0.01)", "hsla(137, 47%, 97%, 0.1)", "hsla(137, 47%, 97%, 0.075)", "hsla(137, 47%, 97%, 0.05)", "hsla(137, 47%, 97%, 0.025)", "hsla(137, 47%, 97%, 0.02)", "hsla(137, 47%, 97%, 0.01)", "hsla(144, 37%, 77%, 0.6)", "hsla(20, 60%, 99%, 0)", "hsla(33, 90%, 96%, 0.2)", "hsla(33, 90%, 96%, 0.4)", "hsla(33, 90%, 96%, 0.6)", "hsla(33, 90%, 96%, 0.8)", "hsla(20, 60%, 99%, 1)", "hsla(33, 90%, 96%, 1)", "hsla(37, 90%, 92%, 1)", "hsla(34, 90%, 85%, 1)", "hsla(33, 90%, 80%, 1)", "hsla(30, 91%, 75%, 1)", "hsla(27, 78%, 71%, 1)", "hsla(25, 72%, 63%, 1)", "hsla(23, 84%, 53%, 1)", "hsla(24, 90%, 47%, 1)", "hsla(23, 90%, 40%, 1)", "hsla(16, 45%, 23%, 1)", "hsla(16, 45%, 23%, 0)", "hsla(16, 45%, 23%, 0.2)", "hsla(16, 45%, 23%, 0.4)", "hsla(16, 45%, 23%, 0.6)", "hsla(16, 45%, 23%, 0.8)", "hsla(16, 45%, 23%, 0.1)", "hsla(16, 45%, 23%, 0.075)", "hsla(16, 45%, 23%, 0.05)", "hsla(16, 45%, 23%, 0.025)", "hsla(16, 45%, 23%, 0.02)", "hsla(16, 45%, 23%, 0.01)", "hsla(33, 90%, 96%, 0.1)", "hsla(33, 90%, 96%, 0.075)", "hsla(33, 90%, 96%, 0.05)", "hsla(33, 90%, 96%, 0.025)", "hsla(33, 90%, 96%, 0.02)", "hsla(33, 90%, 96%, 0.01)", "hsla(30, 91%, 75%, 0.6)", "hsla(324, 100%, 99%, 0)", "hsla(326, 64%, 98%, 0.2)", "hsla(326, 64%, 98%, 0.4)", "hsla(326, 64%, 98%, 0.6)", "hsla(326, 64%, 98%, 0.8)", "hsla(324, 100%, 99%, 1)", "hsla(326, 64%, 98%, 1)", "hsla(326, 84%, 95%, 1)", "hsla(323, 71%, 92%, 1)", "hsla(323, 61%, 89%, 1)", "hsla(323, 54%, 84%, 1)", "hsla(323, 50%, 79%, 1)", "hsla(321, 47%, 72%, 1)", "hsla(322, 58%, 55%, 1)", "hsla(322, 55%, 52%, 1)", "hsla(322, 59%, 46%, 1)", "hsla(320, 63%, 23%, 1)", "hsla(320, 63%, 23%, 0)", "hsla(320, 63%, 23%, 0.2)", "hsla(320, 63%, 23%, 0.4)", "hsla(320, 63%, 23%, 0.6)", "hsla(320, 63%, 23%, 0.8)", "hsla(320, 63%, 23%, 0.1)", "hsla(320, 63%, 23%, 0.075)", "hsla(320, 63%, 23%, 0.05)", "hsla(320, 63%, 23%, 0.025)", "hsla(320, 63%, 23%, 0.02)", "hsla(320, 63%, 23%, 0.01)", "hsla(326, 64%, 98%, 0.1)", "hsla(326, 64%, 98%, 0.075)", "hsla(326, 64%, 98%, 0.05)", "hsla(326, 64%, 98%, 0.025)", "hsla(326, 64%, 98%, 0.02)", "hsla(326, 64%, 98%, 0.01)", "hsla(323, 54%, 84%, 0.6)", "hsla(300, 60%, 99%, 0)", "hsla(274, 64%, 98%, 0.2)", "hsla(274, 64%, 98%, 0.4)", "hsla(274, 64%, 98%, 0.6)", "hsla(274, 64%, 98%, 0.8)", "hsla(300, 60%, 99%, 1)", "hsla(274, 64%, 98%, 1)", "hsla(274, 80%, 96%, 1)", "hsla(275, 73%, 94%, 1)", "hsla(276, 70%, 91%, 1)", "hsla(275, 61%, 86%, 1)", "hsla(273, 55%, 81%, 1)", "hsla(272, 55%, 74%, 1)", "hsla(272, 46%, 54%, 1)", "hsla(272, 40%, 50%, 1)", "hsla(272, 40%, 49%, 1)", "hsla(271, 45%, 25%, 1)", "hsla(272, 45%, 25%, 0)", "hsla(272, 45%, 25%, 0.2)", "hsla(272, 45%, 25%, 0.4)", "hsla(272, 45%, 25%, 0.6)", "hsla(272, 45%, 25%, 0.8)", "hsla(272, 45%, 25%, 0.1)", "hsla(272, 45%, 25%, 0.075)", "hsla(272, 45%, 25%, 0.05)", "hsla(272, 45%, 25%, 0.025)", "hsla(272, 45%, 25%, 0.02)", "hsla(272, 45%, 25%, 0.01)", "hsla(274, 64%, 98%, 0.1)", "hsla(274, 64%, 98%, 0.075)", "hsla(274, 64%, 98%, 0.05)", "hsla(274, 64%, 98%, 0.025)", "hsla(274, 64%, 98%, 0.02)", "hsla(274, 64%, 98%, 0.01)", "hsla(275, 61%, 86%, 0.6)", "hsla(160, 60%, 99%, 0)", "hsla(163, 47%, 97%, 0.2)", "hsla(163, 47%, 97%, 0.4)", "hsla(163, 47%, 97%, 0.6)", "hsla(163, 47%, 97%, 0.8)", "hsla(160, 60%, 99%, 1)", "hsla(163, 47%, 97%, 1)", "hsla(168, 56%, 93%, 1)", "hsla(166, 57%, 88%, 1)", "hsla(168, 49%, 82%, 1)", "hsla(168, 43%, 75%, 1)", "hsla(170, 38%, 66%, 1)", "hsla(172, 38%, 53%, 1)", "hsla(173, 72%, 36%, 1)", "hsla(173, 76%, 33%, 1)", "hsla(172, 89%, 26%, 1)", "hsla(175, 58%, 15%, 1)", "hsla(176, 58%, 15%, 0)", "hsla(176, 58%, 15%, 0.2)", "hsla(176, 58%, 15%, 0.4)", "hsla(176, 58%, 15%, 0.6)", "hsla(176, 58%, 15%, 0.8)", "hsla(176, 58%, 15%, 0.1)", "hsla(176, 58%, 15%, 0.075)", "hsla(176, 58%, 15%, 0.05)", "hsla(176, 58%, 15%, 0.025)", "hsla(176, 58%, 15%, 0.02)", "hsla(176, 58%, 15%, 0.01)", "hsla(163, 47%, 97%, 0.1)", "hsla(163, 47%, 97%, 0.075)", "hsla(163, 47%, 97%, 0.05)", "hsla(163, 47%, 97%, 0.025)", "hsla(163, 47%, 97%, 0.02)", "hsla(163, 47%, 97%, 0.01)", "hsla(168, 43%, 75%, 0.6)", "hsla(0, 0%, 68%, 0)", "hsla(0, 0%, 65%, 0.2)", "hsla(0, 0%, 65%, 0.4)", "hsla(0, 0%, 65%, 0.6)", "hsla(0, 0%, 65%, 0.8)", "hsla(0, 0%, 68%, 1)", "hsla(0, 0%, 65%, 1)", "hsla(0, 0%, 62%, 1)", "hsla(0, 0%, 56%, 1)", "hsla(0, 0%, 53%, 1)", "hsla(0, 0%, 50%, 1)", "hsla(0, 0%, 44%, 1)", "hsla(0, 0%, 41%, 1)", "hsla(0, 0%, 38%, 1)", "hsla(0, 0%, 32%, 1)", "hsla(0, 0%, 32%, 0)", "hsla(0, 0%, 32%, 0.2)", "hsla(0, 0%, 32%, 0.4)", "hsla(0, 0%, 32%, 0.6)", "hsla(0, 0%, 32%, 0.8)", "hsla(0, 0%, 32%, 0.1)", "hsla(0, 0%, 32%, 0.075)", "hsla(0, 0%, 32%, 0.05)", "hsla(0, 0%, 32%, 0.025)", "hsla(0, 0%, 32%, 0.02)", "hsla(0, 0%, 32%, 0.01)", "hsla(0, 0%, 65%, 0.1)", "hsla(0, 0%, 65%, 0.075)", "hsla(0, 0%, 65%, 0.05)", "hsla(0, 0%, 65%, 0.025)", "hsla(0, 0%, 65%, 0.02)", "hsla(0, 0%, 65%, 0.01)", "hsla(0, 0%, 53%, 0.6)", "hsla(0, 0%, 7%, 0)", "hsla(0, 0%, 10%, 0.2)", "hsla(0, 0%, 10%, 0.4)", "hsla(0, 0%, 10%, 0.6)", "hsla(0, 0%, 10%, 0.8)", "hsla(0, 0%, 7%, 1)", "hsla(0, 0%, 16%, 1)", "hsla(0, 0%, 19%, 1)", "hsla(0, 0%, 23%, 1)", "hsla(0, 0%, 28%, 1)", "hsla(0, 0%, 43%, 1)", "hsla(0, 0%, 48%, 1)", "hsla(0, 0%, 71%, 1)", "hsla(0, 0%, 93%, 0)", "hsla(0, 0%, 93%, 0.2)", "hsla(0, 0%, 93%, 0.4)", "hsla(0, 0%, 93%, 0.6)", "hsla(0, 0%, 93%, 0.8)", "hsla(0, 0%, 93%, 0.1)", "hsla(0, 0%, 93%, 0.075)", "hsla(0, 0%, 93%, 0.05)", "hsla(0, 0%, 93%, 0.025)", "hsla(0, 0%, 93%, 0.02)", "hsla(0, 0%, 93%, 0.01)", "hsla(0, 0%, 10%, 0.1)", "hsla(0, 0%, 10%, 0.075)", "hsla(0, 0%, 10%, 0.05)", "hsla(0, 0%, 10%, 0.025)", "hsla(0, 0%, 10%, 0.02)", "hsla(0, 0%, 10%, 0.01)", "hsla(0, 0%, 23%, 0.6)", "hsla(214, 30%, 9%, 0)", "hsla(218, 29%, 11%, 0.2)", "hsla(218, 29%, 11%, 0.4)", "hsla(218, 29%, 11%, 0.6)", "hsla(218, 29%, 11%, 0.8)", "hsla(214, 30%, 9%, 1)", "hsla(218, 29%, 11%, 1)", "hsla(212, 48%, 16%, 1)", "hsla(209, 69%, 19%, 1)", "hsla(207, 90%, 23%, 1)", "hsla(209, 71%, 30%, 1)", "hsla(211, 60%, 37%, 1)", "hsla(211, 59%, 45%, 1)", "hsla(210, 90%, 62%, 1)", "hsla(210, 90%, 72%, 1)", "hsla(205, 90%, 88%, 1)", "hsla(205, 90%, 88%, 0)", "hsla(205, 90%, 88%, 0.2)", "hsla(205, 90%, 88%, 0.4)", "hsla(205, 90%, 88%, 0.6)", "hsla(205, 90%, 88%, 0.8)", "hsla(205, 90%, 88%, 0.1)", "hsla(205, 90%, 88%, 0.075)", "hsla(205, 90%, 88%, 0.05)", "hsla(205, 90%, 88%, 0.025)", "hsla(205, 90%, 88%, 0.02)", "hsla(205, 90%, 88%, 0.01)", "hsla(218, 29%, 11%, 0.1)", "hsla(218, 29%, 11%, 0.075)", "hsla(218, 29%, 11%, 0.05)", "hsla(218, 29%, 11%, 0.025)", "hsla(218, 29%, 11%, 0.02)", "hsla(218, 29%, 11%, 0.01)", "hsla(209, 71%, 30%, 0.6)", "hsla(0, 12%, 8%, 0)", "hsla(353, 18%, 10%, 0.2)", "hsla(353, 18%, 10%, 0.4)", "hsla(353, 18%, 10%, 0.6)", "hsla(353, 18%, 10%, 0.8)", "hsla(0, 12%, 8%, 1)", "hsla(353, 18%, 10%, 1)", "hsla(349, 37%, 15%, 1)", "hsla(349, 48%, 19%, 1)", "hsla(350, 57%, 23%, 1)", "hsla(352, 48%, 29%, 1)", "hsla(355, 42%, 37%, 1)", "hsla(358, 40%, 49%, 1)", "hsla(0, 71%, 65%, 1)", "hsla(2, 91%, 79%, 1)", "hsla(350, 91%, 91%, 1)", "hsla(350, 91%, 91%, 0)", "hsla(350, 91%, 91%, 0.2)", "hsla(350, 91%, 91%, 0.4)", "hsla(350, 91%, 91%, 0.6)", "hsla(350, 91%, 91%, 0.8)", "hsla(350, 91%, 91%, 0.1)", "hsla(350, 91%, 91%, 0.075)", "hsla(350, 91%, 91%, 0.05)", "hsla(350, 91%, 91%, 0.025)", "hsla(350, 91%, 91%, 0.02)", "hsla(350, 91%, 91%, 0.01)", "hsla(353, 18%, 10%, 0.1)", "hsla(353, 18%, 10%, 0.075)", "hsla(353, 18%, 10%, 0.05)", "hsla(353, 18%, 10%, 0.025)", "hsla(353, 18%, 10%, 0.02)", "hsla(353, 18%, 10%, 0.01)", "hsla(352, 48%, 29%, 0.6)", "hsla(60, 12%, 5%, 0)", "hsla(45, 11%, 7%, 0.2)", "hsla(45, 11%, 7%, 0.4)", "hsla(45, 11%, 7%, 0.6)", "hsla(45, 11%, 7%, 0.8)", "hsla(60, 12%, 5%, 1)", "hsla(45, 11%, 7%, 1)", "hsla(44, 37%, 8%, 1)", "hsla(47, 46%, 8%, 1)", "hsla(48, 45%, 13%, 1)", "hsla(48, 43%, 16%, 1)", "hsla(45, 28%, 25%, 1)", "hsla(44, 33%, 32%, 1)", "hsla(53, 55%, 58%, 1)", "hsla(60, 55%, 67%, 1)", "hsla(53, 49%, 62%, 1)", "hsla(53, 43%, 84%, 1)", "hsla(53, 43%, 84%, 0)", "hsla(53, 43%, 84%, 0.2)", "hsla(53, 43%, 84%, 0.4)", "hsla(53, 43%, 84%, 0.6)", "hsla(53, 43%, 84%, 0.8)", "hsla(53, 43%, 84%, 0.1)", "hsla(53, 43%, 84%, 0.075)", "hsla(53, 43%, 84%, 0.05)", "hsla(53, 43%, 84%, 0.025)", "hsla(53, 43%, 84%, 0.02)", "hsla(53, 43%, 84%, 0.01)", "hsla(45, 11%, 7%, 0.1)", "hsla(45, 11%, 7%, 0.075)", "hsla(45, 11%, 7%, 0.05)", "hsla(45, 11%, 7%, 0.025)", "hsla(45, 11%, 7%, 0.02)", "hsla(45, 11%, 7%, 0.01)", "hsla(48, 43%, 16%, 0.6)", "hsla(156, 14%, 7%, 0)", "hsla(150, 13%, 9%, 0.2)", "hsla(150, 13%, 9%, 0.4)", "hsla(150, 13%, 9%, 0.6)", "hsla(150, 13%, 9%, 0.8)", "hsla(156, 14%, 7%, 1)", "hsla(150, 13%, 9%, 1)", "hsla(153, 27%, 13%, 1)", "hsla(154, 39%, 15%, 1)", "hsla(153, 46%, 19%, 1)", "hsla(153, 42%, 23%, 1)", "hsla(152, 40%, 28%, 1)", "hsla(151, 41%, 34%, 1)", "hsla(151, 50%, 45%, 1)", "hsla(151, 59%, 54%, 1)", "hsla(144, 63%, 82%, 1)", "hsla(144, 63%, 82%, 0)", "hsla(144, 63%, 82%, 0.2)", "hsla(144, 63%, 82%, 0.4)", "hsla(144, 63%, 82%, 0.6)", "hsla(144, 63%, 82%, 0.8)", "hsla(144, 63%, 82%, 0.1)", "hsla(144, 63%, 82%, 0.075)", "hsla(144, 63%, 82%, 0.05)", "hsla(144, 63%, 82%, 0.025)", "hsla(144, 63%, 82%, 0.02)", "hsla(144, 63%, 82%, 0.01)", "hsla(150, 13%, 9%, 0.1)", "hsla(150, 13%, 9%, 0.075)", "hsla(150, 13%, 9%, 0.05)", "hsla(150, 13%, 9%, 0.025)", "hsla(150, 13%, 9%, 0.02)", "hsla(150, 13%, 9%, 0.01)", "hsla(153, 42%, 23%, 0.6)", "hsla(30, 17%, 7%, 0)", "hsla(30, 22%, 9%, 0.2)", "hsla(30, 22%, 9%, 0.4)", "hsla(30, 22%, 9%, 0.6)", "hsla(30, 22%, 9%, 0.8)", "hsla(30, 17%, 7%, 1)", "hsla(30, 22%, 9%, 1)", "hsla(29, 44%, 12%, 1)", "hsla(28, 69%, 14%, 1)", "hsla(28, 91%, 17%, 1)", "hsla(27, 71%, 22%, 1)", "hsla(25, 56%, 30%, 1)", "hsla(23, 54%, 40%, 1)", "hsla(26, 90%, 56%, 1)", "hsla(26, 90%, 67%, 1)", "hsla(29, 90%, 88%, 1)", "hsla(28, 90%, 88%, 0)", "hsla(28, 90%, 88%, 0.2)", "hsla(28, 90%, 88%, 0.4)", "hsla(28, 90%, 88%, 0.6)", "hsla(28, 90%, 88%, 0.8)", "hsla(28, 90%, 88%, 0.1)", "hsla(28, 90%, 88%, 0.075)", "hsla(28, 90%, 88%, 0.05)", "hsla(28, 90%, 88%, 0.025)", "hsla(28, 90%, 88%, 0.02)", "hsla(28, 90%, 88%, 0.01)", "hsla(30, 22%, 9%, 0.1)", "hsla(30, 22%, 9%, 0.075)", "hsla(30, 22%, 9%, 0.05)", "hsla(30, 22%, 9%, 0.025)", "hsla(30, 22%, 9%, 0.02)", "hsla(30, 22%, 9%, 0.01)", "hsla(27, 71%, 22%, 0.6)", "hsla(312, 12%, 8%, 0)", "hsla(316, 22%, 10%, 0.2)", "hsla(316, 22%, 10%, 0.4)", "hsla(316, 22%, 10%, 0.6)", "hsla(316, 22%, 10%, 0.8)", "hsla(312, 12%, 8%, 1)", "hsla(316, 22%, 10%, 1)", "hsla(314, 29%, 15%, 1)", "hsla(315, 40%, 19%, 1)", "hsla(317, 47%, 23%, 1)", "hsla(319, 39%, 29%, 1)", "hsla(320, 36%, 37%, 1)", "hsla(322, 36%, 47%, 1)", "hsla(323, 61%, 59%, 1)", "hsla(327, 89%, 78%, 1)", "hsla(325, 83%, 91%, 1)", "hsla(325, 83%, 91%, 0)", "hsla(325, 83%, 91%, 0.2)", "hsla(325, 83%, 91%, 0.4)", "hsla(325, 83%, 91%, 0.6)", "hsla(325, 83%, 91%, 0.8)", "hsla(325, 83%, 91%, 0.1)", "hsla(325, 83%, 91%, 0.075)", "hsla(325, 83%, 91%, 0.05)", "hsla(325, 83%, 91%, 0.025)", "hsla(325, 83%, 91%, 0.02)", "hsla(325, 83%, 91%, 0.01)", "hsla(316, 22%, 10%, 0.1)", "hsla(316, 22%, 10%, 0.075)", "hsla(316, 22%, 10%, 0.05)", "hsla(316, 22%, 10%, 0.025)", "hsla(316, 22%, 10%, 0.02)", "hsla(316, 22%, 10%, 0.01)", "hsla(319, 39%, 29%, 0.6)", "hsla(278, 17%, 9%, 0)", "hsla(282, 18%, 11%, 0.2)", "hsla(282, 18%, 11%, 0.4)", "hsla(282, 18%, 11%, 0.6)", "hsla(282, 18%, 11%, 0.8)", "hsla(278, 17%, 9%, 1)", "hsla(282, 18%, 11%, 1)", "hsla(280, 24%, 17%, 1)", "hsla(278, 29%, 22%, 1)", "hsla(276, 35%, 26%, 1)", "hsla(274, 31%, 31%, 1)", "hsla(274, 29%, 38%, 1)", "hsla(273, 30%, 50%, 1)", "hsla(272, 50%, 59%, 1)", "hsla(272, 90%, 81%, 1)", "hsla(274, 70%, 92%, 1)", "hsla(275, 71%, 92%, 0)", "hsla(275, 71%, 92%, 0.2)", "hsla(275, 71%, 92%, 0.4)", "hsla(275, 71%, 92%, 0.6)", "hsla(275, 71%, 92%, 0.8)", "hsla(275, 71%, 92%, 0.1)", "hsla(275, 71%, 92%, 0.075)", "hsla(275, 71%, 92%, 0.05)", "hsla(275, 71%, 92%, 0.025)", "hsla(275, 71%, 92%, 0.02)", "hsla(275, 71%, 92%, 0.01)", "hsla(282, 18%, 11%, 0.1)", "hsla(282, 18%, 11%, 0.075)", "hsla(282, 18%, 11%, 0.05)", "hsla(282, 18%, 11%, 0.025)", "hsla(282, 18%, 11%, 0.02)", "hsla(282, 18%, 11%, 0.01)", "hsla(274, 31%, 31%, 0.6)", "hsla(170, 17%, 7%, 0)", "hsla(173, 17%, 9%, 0.2)", "hsla(173, 17%, 9%, 0.4)", "hsla(173, 17%, 9%, 0.6)", "hsla(173, 17%, 9%, 0.8)", "hsla(170, 17%, 7%, 1)", "hsla(173, 17%, 9%, 1)", "hsla(175, 39%, 11%, 1)", "hsla(177, 64%, 12%, 1)", "hsla(175, 73%, 16%, 1)", "hsla(174, 56%, 21%, 1)", "hsla(174, 52%, 26%, 1)", "hsla(173, 54%, 31%, 1)", "hsla(172, 77%, 38%, 1)", "hsla(170, 81%, 45%, 1)", "hsla(163, 63%, 81%, 1)", "hsla(163, 63%, 81%, 0)", "hsla(163, 63%, 81%, 0.2)", "hsla(163, 63%, 81%, 0.4)", "hsla(163, 63%, 81%, 0.6)", "hsla(163, 63%, 81%, 0.8)", "hsla(163, 63%, 81%, 0.1)", "hsla(163, 63%, 81%, 0.075)", "hsla(163, 63%, 81%, 0.05)", "hsla(163, 63%, 81%, 0.025)", "hsla(163, 63%, 81%, 0.02)", "hsla(163, 63%, 81%, 0.01)", "hsla(173, 17%, 9%, 0.1)", "hsla(173, 17%, 9%, 0.075)", "hsla(173, 17%, 9%, 0.05)", "hsla(173, 17%, 9%, 0.025)", "hsla(173, 17%, 9%, 0.02)", "hsla(173, 17%, 9%, 0.01)", "hsla(174, 56%, 21%, 0.6)", "hsla(0, 0%, 99%, 0.2)", "hsla(0, 0%, 99%, 0.4)", "hsla(0, 0%, 99%, 0.6)", "hsla(0, 0%, 99%, 0.8)", "hsla(216, 100%, 99%, 0.2)", "hsla(216, 100%, 99%, 0.4)", "hsla(216, 100%, 99%, 0.6)", "hsla(216, 100%, 99%, 0.8)", "hsla(0, 100%, 99%, 0.2)", "hsla(0, 100%, 99%, 0.4)", "hsla(0, 100%, 99%, 0.6)", "hsla(0, 100%, 99%, 0.8)", "hsla(140, 60%, 99%, 0.2)", "hsla(140, 60%, 99%, 0.4)", "hsla(140, 60%, 99%, 0.6)", "hsla(140, 60%, 99%, 0.8)", "hsla(20, 60%, 99%, 0.2)", "hsla(20, 60%, 99%, 0.4)", "hsla(20, 60%, 99%, 0.6)", "hsla(20, 60%, 99%, 0.8)", "hsla(324, 100%, 99%, 0.2)", "hsla(324, 100%, 99%, 0.4)", "hsla(324, 100%, 99%, 0.6)", "hsla(324, 100%, 99%, 0.8)", "hsla(300, 60%, 99%, 0.2)", "hsla(300, 60%, 99%, 0.4)", "hsla(300, 60%, 99%, 0.6)", "hsla(300, 60%, 99%, 0.8)", "hsla(160, 60%, 99%, 0.2)", "hsla(160, 60%, 99%, 0.4)", "hsla(160, 60%, 99%, 0.6)", "hsla(160, 60%, 99%, 0.8)", "hsla(0, 0%, 68%, 0.2)", "hsla(0, 0%, 68%, 0.4)", "hsla(0, 0%, 68%, 0.6)", "hsla(0, 0%, 68%, 0.8)", "hsla(0, 0%, 7%, 0.2)", "hsla(0, 0%, 7%, 0.4)", "hsla(0, 0%, 7%, 0.6)", "hsla(0, 0%, 7%, 0.8)", "hsla(214, 30%, 9%, 0.2)", "hsla(214, 30%, 9%, 0.4)", "hsla(214, 30%, 9%, 0.6)", "hsla(214, 30%, 9%, 0.8)", "hsla(0, 12%, 8%, 0.2)", "hsla(0, 12%, 8%, 0.4)", "hsla(0, 12%, 8%, 0.6)", "hsla(0, 12%, 8%, 0.8)", "hsla(60, 12%, 5%, 0.2)", "hsla(60, 12%, 5%, 0.4)", "hsla(60, 12%, 5%, 0.6)", "hsla(60, 12%, 5%, 0.8)", "hsla(156, 14%, 7%, 0.2)", "hsla(156, 14%, 7%, 0.4)", "hsla(156, 14%, 7%, 0.6)", "hsla(156, 14%, 7%, 0.8)", "hsla(30, 17%, 7%, 0.2)", "hsla(30, 17%, 7%, 0.4)", "hsla(30, 17%, 7%, 0.6)", "hsla(30, 17%, 7%, 0.8)", "hsla(312, 12%, 8%, 0.2)", "hsla(312, 12%, 8%, 0.4)", "hsla(312, 12%, 8%, 0.6)", "hsla(312, 12%, 8%, 0.8)", "hsla(278, 17%, 9%, 0.2)", "hsla(278, 17%, 9%, 0.4)", "hsla(278, 17%, 9%, 0.6)", "hsla(278, 17%, 9%, 0.8)", "hsla(170, 17%, 7%, 0.2)", "hsla(170, 17%, 7%, 0.4)", "hsla(170, 17%, 7%, 0.6)", "hsla(170, 17%, 7%, 0.8)"],
33
+ ks = ["accentBackground", "accentColor", "background0", "background02", "background04", "background06", "background08", "color1", "color2", "color3", "color4", "color5", "color6", "color7", "color8", "color9", "color10", "color11", "color12", "color0", "color02", "color04", "color06", "color08", "color", "colorHover", "colorPress", "colorFocus", "background", "backgroundHover", "backgroundPress", "backgroundFocus", "backgroundActive", "borderColor", "borderColorHover", "borderColorFocus", "borderColorPress", "placeholderColor", "colorTransparent", "black1", "black2", "black3", "black4", "black5", "black6", "black7", "black8", "black9", "black10", "black11", "black12", "white1", "white2", "white3", "white4", "white5", "white6", "white7", "white8", "white9", "white10", "white11", "white12", "white", "white0", "white02", "white04", "white06", "white08", "black", "black0", "black02", "black04", "black06", "black08", "shadow1", "shadow2", "shadow3", "shadow4", "shadow5", "shadow6", "shadow7", "shadow8", "highlight1", "highlight2", "highlight3", "highlight4", "highlight5", "highlight6", "highlight7", "highlight8", "shadowColor", "gray1", "gray2", "gray3", "gray4", "gray5", "gray6", "gray7", "gray8", "gray9", "gray10", "gray11", "gray12", "blue1", "blue2", "blue3", "blue4", "blue5", "blue6", "blue7", "blue8", "blue9", "blue10", "blue11", "blue12", "red1", "red2", "red3", "red4", "red5", "red6", "red7", "red8", "red9", "red10", "red11", "red12", "yellow1", "yellow2", "yellow3", "yellow4", "yellow5", "yellow6", "yellow7", "yellow8", "yellow9", "yellow10", "yellow11", "yellow12", "green1", "green2", "green3", "green4", "green5", "green6", "green7", "green8", "green9", "green10", "green11", "green12", "orange1", "orange2", "orange3", "orange4", "orange5", "orange6", "orange7", "orange8", "orange9", "orange10", "orange11", "orange12", "pink1", "pink2", "pink3", "pink4", "pink5", "pink6", "pink7", "pink8", "pink9", "pink10", "pink11", "pink12", "purple1", "purple2", "purple3", "purple4", "purple5", "purple6", "purple7", "purple8", "purple9", "purple10", "purple11", "purple12", "teal1", "teal2", "teal3", "teal4", "teal5", "teal6", "teal7", "teal8", "teal9", "teal10", "teal11", "teal12", "neutral1", "neutral2", "neutral3", "neutral4", "neutral5", "neutral6", "neutral7", "neutral8", "neutral9", "neutral10", "neutral11", "neutral12", "accent1", "accent2", "accent3", "accent4", "accent5", "accent6", "accent7", "accent8", "accent9", "accent10", "accent11", "accent12", "color01", "color0075", "color005", "color0025", "color002", "color001", "background01", "background0075", "background005", "background0025", "background002", "background001", "outlineColor"],
34
+ n1 = t([[0, 0], [1, 1], [2, 2], [3, 3], [4, 4], [5, 5], [6, 6], [7, 7], [8, 8], [9, 9], [10, 10], [11, 11], [12, 12], [13, 13], [14, 14], [15, 15], [16, 16], [17, 17], [18, 18], [19, 19], [20, 20], [21, 21], [22, 22], [23, 23], [24, 18], [25, 18], [26, 18], [27, 23], [28, 8], [29, 7], [30, 9], [31, 9], [32, 8], [33, 10], [34, 9], [35, 10], [36, 11], [37, 15], [38, 19], [39, 24], [40, 25], [41, 26], [42, 27], [43, 28], [44, 29], [45, 30], [46, 31], [47, 32], [48, 33], [49, 34], [50, 35], [51, 36], [52, 37], [53, 38], [54, 39], [55, 40], [56, 41], [57, 42], [58, 43], [59, 44], [60, 45], [61, 46], [62, 47], [63, 48], [64, 49], [65, 50], [66, 51], [67, 52], [68, 53], [69, 54], [70, 55], [71, 56], [72, 57], [73, 58], [74, 59], [75, 60], [76, 61], [77, 62], [78, 63], [79, 64], [80, 65], [81, 58], [82, 66], [83, 67], [84, 68], [85, 69], [86, 70], [87, 51], [88, 71], [89, 72], [90, 73], [91, 62], [92, 74], [93, 75], [94, 76], [95, 77], [96, 78], [97, 39], [98, 79], [99, 80], [100, 81], [101, 82], [102, 83], [103, 84], [104, 85], [105, 86], [106, 87], [107, 88], [108, 89], [109, 90], [110, 91], [111, 92], [112, 93], [113, 94], [114, 95], [115, 96], [116, 97], [117, 98], [118, 99], [119, 100], [120, 101], [121, 102], [122, 103], [123, 104], [124, 105], [125, 106], [126, 107], [127, 108], [128, 109], [129, 110], [130, 111], [131, 112], [132, 113], [133, 114], [134, 115], [135, 116], [136, 117], [137, 118], [138, 119], [139, 120], [140, 121], [141, 122], [142, 123], [143, 124], [144, 125], [145, 126], [146, 127], [147, 128], [148, 129], [149, 130], [150, 131], [151, 132], [152, 133], [153, 134], [154, 135], [155, 136], [156, 137], [157, 138], [158, 139], [159, 140], [160, 141], [161, 142], [162, 143], [163, 144], [164, 145], [165, 146], [166, 147], [167, 148], [168, 149], [169, 150], [170, 151], [171, 152], [172, 153], [173, 154], [174, 155], [175, 156], [176, 157], [177, 158], [178, 159], [179, 160], [180, 161], [181, 162], [182, 163], [183, 164], [184, 165], [185, 166], [186, 167], [187, 168], [188, 169], [189, 170], [190, 171], [191, 172], [192, 173], [193, 174], [194, 175], [195, 176], [196, 177], [197, 178], [198, 179], [199, 180], [200, 181], [201, 182], [202, 183], [203, 42], [204, 184], [205, 185], [206, 186], [207, 187], [208, 188], [209, 189], [210, 190], [211, 191], [212, 192], [213, 193], [214, 0], [215, 17], [216, 16], [217, 194], [218, 195], [219, 196], [220, 197], [221, 1], [222, 11], [223, 7], [224, 198], [225, 199], [226, 200], [227, 201], [228, 202], [229, 203], [230, 204], [231, 205], [232, 206], [233, 207], [234, 208], [235, 209], [236, 210]]),
35
+ n2 = t([[0, 16], [1, 9], [2, 211], [3, 212], [4, 213], [5, 214], [6, 215], [7, 192], [8, 193], [9, 0], [10, 17], [11, 16], [12, 194], [13, 195], [14, 196], [15, 197], [16, 1], [17, 11], [18, 7], [19, 2], [20, 216], [21, 217], [22, 218], [23, 219], [24, 7], [25, 219], [26, 7], [27, 11], [28, 193], [29, 0], [30, 192], [31, 0], [32, 193], [33, 17], [34, 16], [35, 17], [36, 0], [37, 197], [38, 2], [39, 24], [40, 25], [41, 26], [42, 27], [43, 28], [44, 29], [45, 30], [46, 31], [47, 32], [48, 33], [49, 34], [50, 35], [51, 36], [52, 37], [53, 38], [54, 39], [55, 40], [56, 41], [57, 42], [58, 43], [59, 44], [60, 45], [61, 46], [62, 47], [63, 48], [64, 49], [65, 50], [66, 51], [67, 52], [68, 53], [69, 54], [70, 55], [71, 56], [72, 57], [73, 58], [74, 59], [75, 220], [76, 221], [77, 64], [78, 222], [79, 223], [80, 59], [81, 224], [82, 54], [83, 68], [84, 50], [85, 70], [86, 225], [87, 226], [88, 73], [89, 227], [90, 48], [91, 64], [92, 228], [93, 229], [94, 84], [95, 230], [96, 231], [97, 232], [98, 233], [99, 190], [100, 234], [101, 235], [102, 236], [103, 38], [104, 237], [105, 238], [106, 239], [107, 240], [108, 241], [109, 242], [110, 243], [111, 244], [112, 93], [113, 245], [114, 246], [115, 247], [116, 248], [117, 249], [118, 250], [119, 251], [120, 252], [121, 253], [122, 254], [123, 255], [124, 105], [125, 256], [126, 257], [127, 258], [128, 259], [129, 260], [130, 261], [131, 262], [132, 263], [133, 264], [134, 265], [135, 266], [136, 267], [137, 268], [138, 269], [139, 270], [140, 271], [141, 272], [142, 273], [143, 274], [144, 275], [145, 276], [146, 277], [147, 278], [148, 129], [149, 279], [150, 280], [151, 281], [152, 282], [153, 283], [154, 284], [155, 285], [156, 286], [157, 287], [158, 288], [159, 289], [160, 141], [161, 290], [162, 291], [163, 292], [164, 293], [165, 294], [166, 295], [167, 296], [168, 297], [169, 298], [170, 299], [171, 300], [172, 153], [173, 301], [174, 302], [175, 303], [176, 304], [177, 305], [178, 306], [179, 307], [180, 308], [181, 309], [182, 310], [183, 311], [184, 165], [185, 312], [186, 313], [187, 314], [188, 315], [189, 316], [190, 317], [191, 318], [192, 319], [193, 320], [194, 321], [195, 322], [196, 177], [197, 323], [198, 324], [199, 325], [200, 181], [201, 182], [202, 183], [203, 42], [204, 184], [205, 185], [206, 186], [207, 187], [208, 188], [209, 189], [210, 190], [211, 191], [212, 7], [213, 8], [214, 9], [215, 10], [216, 11], [217, 12], [218, 13], [219, 14], [220, 15], [221, 16], [222, 17], [223, 18], [224, 326], [225, 327], [226, 328], [227, 329], [228, 330], [229, 331], [230, 332], [231, 333], [232, 334], [233, 335], [234, 336], [235, 337], [236, 338]]),
36
+ n3 = t([[0, 1], [1, 0], [2, 19], [3, 3], [4, 4], [5, 5], [6, 6], [7, 18], [8, 17], [9, 16], [10, 15], [11, 14], [12, 13], [13, 12], [14, 11], [15, 10], [16, 9], [17, 8], [18, 7], [19, 2], [20, 216], [21, 217], [22, 218], [23, 219], [24, 7], [25, 7], [26, 7], [27, 219], [28, 17], [29, 18], [30, 16], [31, 16], [32, 17], [33, 15], [34, 16], [35, 15], [36, 14], [37, 10], [38, 2], [224, 198], [225, 199], [226, 200], [227, 201], [228, 202], [229, 203], [230, 204], [231, 205], [232, 206], [233, 207], [234, 208], [235, 209], [236, 210]]),
37
+ n4 = t([[0, 9], [1, 16], [2, 2], [3, 212], [4, 213], [5, 214], [6, 215], [7, 7], [8, 11], [9, 1], [10, 197], [11, 196], [12, 195], [13, 194], [14, 16], [15, 17], [16, 0], [17, 193], [18, 192], [19, 211], [20, 339], [21, 340], [22, 341], [23, 342], [24, 192], [25, 342], [26, 192], [27, 193], [28, 11], [29, 1], [30, 7], [31, 1], [32, 11], [33, 197], [34, 196], [35, 197], [36, 1], [37, 17], [38, 211], [224, 326], [225, 327], [226, 328], [227, 329], [228, 330], [229, 331], [230, 332], [231, 333], [232, 334], [233, 335], [234, 336], [235, 337], [236, 338]]),
38
+ n5 = t([[0, 0], [1, 1], [2, 211], [3, 212], [4, 213], [5, 214], [6, 215], [7, 192], [8, 193], [9, 0], [10, 17], [11, 16], [12, 194], [13, 195], [14, 196], [15, 197], [16, 1], [17, 11], [18, 7], [19, 2], [20, 216], [21, 217], [22, 218], [23, 219], [24, 7], [25, 7], [26, 7], [27, 219], [28, 193], [29, 192], [30, 0], [31, 0], [32, 193], [33, 17], [34, 0], [35, 17], [36, 16], [37, 197], [38, 2], [224, 326], [225, 327], [226, 328], [227, 329], [228, 330], [229, 331], [230, 332], [231, 333], [232, 334], [233, 335], [234, 336], [235, 337], [236, 338]]),
39
+ n6 = t([[0, 0], [1, 1], [2, 2], [3, 3], [4, 4], [5, 5], [6, 6], [7, 7], [8, 8], [9, 9], [10, 10], [11, 11], [12, 12], [13, 13], [14, 14], [15, 15], [16, 16], [17, 17], [18, 18], [19, 19], [20, 20], [21, 21], [22, 22], [23, 23], [24, 18], [25, 18], [26, 18], [27, 23], [28, 8], [29, 7], [30, 9], [31, 9], [32, 8], [33, 10], [34, 9], [35, 10], [36, 11], [37, 15], [38, 19], [224, 198], [225, 199], [226, 200], [227, 201], [228, 202], [229, 203], [230, 204], [231, 205], [232, 206], [233, 207], [234, 208], [235, 209], [236, 210]]),
40
+ n7 = t([[0, 0], [1, 1], [2, 343], [3, 344], [4, 345], [5, 346], [6, 347], [7, 348], [8, 349], [9, 350], [10, 351], [11, 352], [12, 10], [13, 353], [14, 354], [15, 355], [16, 356], [17, 357], [18, 358], [19, 359], [20, 360], [21, 361], [22, 362], [23, 363], [24, 358], [25, 358], [26, 358], [27, 363], [28, 349], [29, 348], [30, 350], [31, 350], [32, 349], [33, 351], [34, 350], [35, 351], [36, 352], [37, 355], [38, 359], [224, 364], [225, 365], [226, 366], [227, 367], [228, 368], [229, 369], [230, 370], [231, 371], [232, 372], [233, 373], [234, 374], [235, 375], [236, 376]]),
41
+ n8 = t([[0, 0], [1, 1], [2, 377], [3, 378], [4, 379], [5, 380], [6, 381], [7, 382], [8, 383], [9, 384], [10, 385], [11, 386], [12, 387], [13, 388], [14, 389], [15, 390], [16, 391], [17, 392], [18, 393], [19, 394], [20, 395], [21, 396], [22, 397], [23, 398], [24, 393], [25, 393], [26, 393], [27, 398], [28, 383], [29, 382], [30, 384], [31, 384], [32, 383], [33, 385], [34, 384], [35, 385], [36, 386], [37, 390], [38, 394], [224, 399], [225, 400], [226, 401], [227, 402], [228, 403], [229, 404], [230, 405], [231, 406], [232, 407], [233, 408], [234, 409], [235, 410], [236, 411]]),
42
+ n9 = t([[0, 0], [1, 1], [2, 412], [3, 413], [4, 414], [5, 415], [6, 416], [7, 417], [8, 418], [9, 419], [10, 420], [11, 421], [12, 422], [13, 423], [14, 424], [15, 425], [16, 426], [17, 427], [18, 428], [19, 429], [20, 430], [21, 431], [22, 432], [23, 433], [24, 428], [25, 428], [26, 428], [27, 433], [28, 418], [29, 417], [30, 419], [31, 419], [32, 418], [33, 420], [34, 419], [35, 420], [36, 421], [37, 425], [38, 429], [224, 434], [225, 435], [226, 436], [227, 437], [228, 438], [229, 439], [230, 440], [231, 441], [232, 442], [233, 443], [234, 444], [235, 445], [236, 446]]),
43
+ n10 = t([[0, 0], [1, 1], [2, 2], [3, 216], [4, 217], [5, 218], [6, 219], [7, 7], [8, 7], [9, 447], [10, 448], [11, 449], [12, 450], [13, 451], [14, 452], [15, 453], [16, 454], [17, 455], [18, 456], [19, 457], [20, 458], [21, 459], [22, 460], [23, 461], [24, 456], [25, 456], [26, 456], [27, 461], [28, 7], [29, 7], [30, 447], [31, 447], [32, 7], [33, 448], [34, 447], [35, 448], [36, 449], [37, 453], [38, 457], [224, 462], [225, 463], [226, 464], [227, 465], [228, 466], [229, 467], [230, 326], [231, 327], [232, 328], [233, 329], [234, 330], [235, 331], [236, 468]]),
44
+ n11 = t([[0, 0], [1, 1], [2, 469], [3, 470], [4, 471], [5, 472], [6, 473], [7, 474], [8, 475], [9, 476], [10, 477], [11, 478], [12, 479], [13, 480], [14, 481], [15, 482], [16, 483], [17, 484], [18, 485], [19, 486], [20, 487], [21, 488], [22, 489], [23, 490], [24, 485], [25, 485], [26, 485], [27, 490], [28, 475], [29, 474], [30, 476], [31, 476], [32, 475], [33, 477], [34, 476], [35, 477], [36, 478], [37, 482], [38, 486], [224, 491], [225, 492], [226, 493], [227, 494], [228, 495], [229, 496], [230, 497], [231, 498], [232, 499], [233, 500], [234, 501], [235, 502], [236, 503]]),
45
+ n12 = t([[0, 0], [1, 1], [2, 504], [3, 505], [4, 506], [5, 507], [6, 508], [7, 509], [8, 510], [9, 511], [10, 512], [11, 513], [12, 514], [13, 515], [14, 516], [15, 517], [16, 518], [17, 519], [18, 520], [19, 521], [20, 522], [21, 523], [22, 524], [23, 525], [24, 520], [25, 520], [26, 520], [27, 525], [28, 510], [29, 509], [30, 511], [31, 511], [32, 510], [33, 512], [34, 511], [35, 512], [36, 513], [37, 517], [38, 521], [224, 526], [225, 527], [226, 528], [227, 529], [228, 530], [229, 531], [230, 532], [231, 533], [232, 534], [233, 535], [234, 536], [235, 537], [236, 538]]),
46
+ n13 = t([[0, 0], [1, 1], [2, 539], [3, 540], [4, 541], [5, 542], [6, 543], [7, 544], [8, 545], [9, 546], [10, 547], [11, 548], [12, 549], [13, 550], [14, 551], [15, 552], [16, 553], [17, 554], [18, 555], [19, 556], [20, 557], [21, 558], [22, 559], [23, 560], [24, 555], [25, 555], [26, 555], [27, 560], [28, 545], [29, 544], [30, 546], [31, 546], [32, 545], [33, 547], [34, 546], [35, 547], [36, 548], [37, 552], [38, 556], [224, 561], [225, 562], [226, 563], [227, 564], [228, 565], [229, 566], [230, 567], [231, 568], [232, 569], [233, 570], [234, 571], [235, 572], [236, 573]]),
47
+ n14 = t([[0, 0], [1, 1], [2, 574], [3, 575], [4, 576], [5, 577], [6, 578], [7, 579], [8, 580], [9, 581], [10, 582], [11, 583], [12, 584], [13, 585], [14, 586], [15, 587], [16, 588], [17, 589], [18, 590], [19, 591], [20, 592], [21, 593], [22, 594], [23, 595], [24, 590], [25, 590], [26, 590], [27, 595], [28, 580], [29, 579], [30, 581], [31, 581], [32, 580], [33, 582], [34, 581], [35, 582], [36, 583], [37, 587], [38, 591], [224, 596], [225, 597], [226, 598], [227, 599], [228, 600], [229, 601], [230, 602], [231, 603], [232, 604], [233, 605], [234, 606], [235, 607], [236, 608]]),
48
+ n15 = t([[0, 0], [1, 1], [2, 609], [3, 610], [4, 611], [5, 612], [6, 613], [7, 614], [8, 615], [9, 616], [10, 617], [11, 618], [12, 619], [13, 620], [14, 621], [15, 622], [16, 623], [17, 624], [18, 625], [19, 626], [20, 627], [21, 628], [22, 629], [23, 630], [24, 625], [25, 625], [26, 625], [27, 630], [28, 615], [29, 614], [30, 616], [31, 616], [32, 615], [33, 617], [34, 616], [35, 617], [36, 618], [37, 622], [38, 626], [224, 631], [225, 632], [226, 633], [227, 634], [228, 635], [229, 636], [230, 637], [231, 638], [232, 639], [233, 640], [234, 641], [235, 642], [236, 643]]),
49
+ n16 = t([[0, 0], [1, 1], [2, 644], [3, 645], [4, 646], [5, 647], [6, 648], [7, 649], [8, 650], [9, 651], [10, 13], [11, 652], [12, 653], [13, 654], [14, 196], [15, 655], [16, 656], [17, 657], [18, 658], [19, 659], [20, 660], [21, 661], [22, 662], [23, 663], [24, 658], [25, 658], [26, 658], [27, 663], [28, 650], [29, 649], [30, 651], [31, 651], [32, 650], [33, 13], [34, 651], [35, 13], [36, 652], [37, 655], [38, 659], [224, 664], [225, 665], [226, 666], [227, 667], [228, 668], [229, 669], [230, 670], [231, 671], [232, 672], [233, 673], [234, 674], [235, 675], [236, 676]]),
50
+ n17 = t([[0, 16], [1, 9], [2, 211], [3, 212], [4, 213], [5, 214], [6, 215], [7, 192], [8, 193], [9, 0], [10, 17], [11, 16], [12, 194], [13, 195], [14, 196], [15, 197], [16, 1], [17, 11], [18, 7], [19, 2], [20, 216], [21, 217], [22, 218], [23, 219], [24, 7], [25, 219], [26, 7], [27, 11], [28, 193], [29, 0], [30, 192], [31, 0], [32, 193], [33, 17], [34, 16], [35, 17], [36, 0], [37, 197], [38, 2], [224, 326], [225, 327], [226, 328], [227, 329], [228, 330], [229, 331], [230, 332], [231, 333], [232, 334], [233, 335], [234, 336], [235, 337], [236, 338]]),
51
+ n18 = t([[0, 16], [1, 9], [2, 2], [3, 3], [4, 4], [5, 5], [6, 6], [7, 7], [8, 8], [9, 9], [10, 10], [11, 11], [12, 12], [13, 13], [14, 14], [15, 15], [16, 16], [17, 17], [18, 18], [19, 19], [20, 20], [21, 21], [22, 22], [23, 23], [24, 18], [25, 23], [26, 18], [27, 17], [28, 8], [29, 9], [30, 7], [31, 9], [32, 8], [33, 10], [34, 11], [35, 10], [36, 9], [37, 15], [38, 19], [224, 198], [225, 199], [226, 200], [227, 201], [228, 202], [229, 203], [230, 204], [231, 205], [232, 206], [233, 207], [234, 208], [235, 209], [236, 210]]),
52
+ n19 = t([[0, 16], [1, 9], [2, 677], [3, 678], [4, 679], [5, 680], [6, 681], [7, 682], [8, 0], [9, 358], [10, 683], [11, 684], [12, 685], [13, 686], [14, 657], [15, 687], [16, 688], [17, 689], [18, 9], [19, 690], [20, 691], [21, 692], [22, 693], [23, 694], [24, 9], [25, 694], [26, 9], [27, 689], [28, 0], [29, 358], [30, 682], [31, 358], [32, 0], [33, 683], [34, 684], [35, 683], [36, 358], [37, 687], [38, 690], [224, 695], [225, 696], [226, 697], [227, 698], [228, 699], [229, 700], [230, 701], [231, 702], [232, 703], [233, 704], [234, 705], [235, 706], [236, 707]]),
53
+ n20 = t([[0, 16], [1, 9], [2, 708], [3, 709], [4, 710], [5, 711], [6, 712], [7, 713], [8, 714], [9, 715], [10, 716], [11, 717], [12, 718], [13, 719], [14, 720], [15, 390], [16, 721], [17, 722], [18, 723], [19, 724], [20, 725], [21, 726], [22, 727], [23, 728], [24, 723], [25, 728], [26, 723], [27, 722], [28, 714], [29, 715], [30, 713], [31, 715], [32, 714], [33, 716], [34, 717], [35, 716], [36, 715], [37, 390], [38, 724], [224, 729], [225, 730], [226, 731], [227, 732], [228, 733], [229, 734], [230, 735], [231, 736], [232, 737], [233, 738], [234, 739], [235, 740], [236, 741]]),
54
+ n21 = t([[0, 16], [1, 9], [2, 742], [3, 743], [4, 744], [5, 745], [6, 746], [7, 747], [8, 748], [9, 749], [10, 750], [11, 751], [12, 752], [13, 753], [14, 754], [15, 425], [16, 755], [17, 756], [18, 757], [19, 758], [20, 759], [21, 760], [22, 761], [23, 762], [24, 757], [25, 762], [26, 757], [27, 756], [28, 748], [29, 749], [30, 747], [31, 749], [32, 748], [33, 750], [34, 751], [35, 750], [36, 749], [37, 425], [38, 758], [224, 763], [225, 764], [226, 765], [227, 766], [228, 767], [229, 768], [230, 769], [231, 770], [232, 771], [233, 772], [234, 773], [235, 774], [236, 775]]),
55
+ n22 = t([[0, 16], [1, 9], [2, 776], [3, 777], [4, 778], [5, 779], [6, 780], [7, 781], [8, 782], [9, 783], [10, 784], [11, 785], [12, 786], [13, 787], [14, 788], [15, 789], [16, 790], [17, 791], [18, 792], [19, 793], [20, 794], [21, 795], [22, 796], [23, 797], [24, 792], [25, 797], [26, 792], [27, 791], [28, 782], [29, 783], [30, 781], [31, 783], [32, 782], [33, 784], [34, 785], [35, 784], [36, 783], [37, 789], [38, 793], [224, 798], [225, 799], [226, 800], [227, 801], [228, 802], [229, 803], [230, 804], [231, 805], [232, 806], [233, 807], [234, 808], [235, 809], [236, 810]]),
56
+ n23 = t([[0, 16], [1, 9], [2, 811], [3, 812], [4, 813], [5, 814], [6, 815], [7, 816], [8, 817], [9, 818], [10, 819], [11, 820], [12, 821], [13, 822], [14, 823], [15, 482], [16, 824], [17, 825], [18, 826], [19, 827], [20, 828], [21, 829], [22, 830], [23, 831], [24, 826], [25, 831], [26, 826], [27, 825], [28, 817], [29, 818], [30, 816], [31, 818], [32, 817], [33, 819], [34, 820], [35, 819], [36, 818], [37, 482], [38, 827], [224, 832], [225, 833], [226, 834], [227, 835], [228, 836], [229, 837], [230, 838], [231, 839], [232, 840], [233, 841], [234, 842], [235, 843], [236, 844]]),
57
+ n24 = t([[0, 16], [1, 9], [2, 845], [3, 846], [4, 847], [5, 848], [6, 849], [7, 850], [8, 851], [9, 852], [10, 853], [11, 854], [12, 855], [13, 856], [14, 857], [15, 517], [16, 858], [17, 859], [18, 860], [19, 861], [20, 862], [21, 863], [22, 864], [23, 865], [24, 860], [25, 865], [26, 860], [27, 859], [28, 851], [29, 852], [30, 850], [31, 852], [32, 851], [33, 853], [34, 854], [35, 853], [36, 852], [37, 517], [38, 861], [224, 866], [225, 867], [226, 868], [227, 869], [228, 870], [229, 871], [230, 872], [231, 873], [232, 874], [233, 875], [234, 876], [235, 877], [236, 878]]),
58
+ n25 = t([[0, 16], [1, 9], [2, 879], [3, 880], [4, 881], [5, 882], [6, 883], [7, 884], [8, 885], [9, 886], [10, 887], [11, 888], [12, 889], [13, 890], [14, 891], [15, 552], [16, 892], [17, 893], [18, 894], [19, 895], [20, 896], [21, 897], [22, 898], [23, 899], [24, 894], [25, 899], [26, 894], [27, 893], [28, 885], [29, 886], [30, 884], [31, 886], [32, 885], [33, 887], [34, 888], [35, 887], [36, 886], [37, 552], [38, 895], [224, 900], [225, 901], [226, 902], [227, 903], [228, 904], [229, 905], [230, 906], [231, 907], [232, 908], [233, 909], [234, 910], [235, 911], [236, 912]]),
59
+ n26 = t([[0, 16], [1, 9], [2, 913], [3, 914], [4, 915], [5, 916], [6, 917], [7, 918], [8, 919], [9, 920], [10, 921], [11, 922], [12, 923], [13, 924], [14, 925], [15, 587], [16, 926], [17, 927], [18, 928], [19, 929], [20, 930], [21, 931], [22, 932], [23, 933], [24, 928], [25, 933], [26, 928], [27, 927], [28, 919], [29, 920], [30, 918], [31, 920], [32, 919], [33, 921], [34, 922], [35, 921], [36, 920], [37, 587], [38, 929], [224, 934], [225, 935], [226, 936], [227, 937], [228, 938], [229, 939], [230, 940], [231, 941], [232, 942], [233, 943], [234, 944], [235, 945], [236, 946]]),
60
+ n27 = t([[0, 16], [1, 9], [2, 947], [3, 948], [4, 949], [5, 950], [6, 951], [7, 952], [8, 953], [9, 954], [10, 955], [11, 956], [12, 957], [13, 958], [14, 959], [15, 622], [16, 960], [17, 961], [18, 962], [19, 963], [20, 964], [21, 965], [22, 966], [23, 967], [24, 962], [25, 967], [26, 962], [27, 961], [28, 953], [29, 954], [30, 952], [31, 954], [32, 953], [33, 955], [34, 956], [35, 955], [36, 954], [37, 622], [38, 963], [224, 968], [225, 969], [226, 970], [227, 971], [228, 972], [229, 973], [230, 974], [231, 975], [232, 976], [233, 977], [234, 978], [235, 979], [236, 980]]),
61
+ n28 = t([[0, 16], [1, 9], [2, 644], [3, 645], [4, 646], [5, 647], [6, 648], [7, 649], [8, 650], [9, 651], [10, 13], [11, 652], [12, 653], [13, 654], [14, 196], [15, 655], [16, 656], [17, 657], [18, 658], [19, 659], [20, 660], [21, 661], [22, 662], [23, 663], [24, 658], [25, 663], [26, 658], [27, 657], [28, 650], [29, 651], [30, 649], [31, 651], [32, 650], [33, 13], [34, 652], [35, 13], [36, 651], [37, 655], [38, 659], [224, 664], [225, 665], [226, 666], [227, 667], [228, 668], [229, 669], [230, 670], [231, 671], [232, 672], [233, 673], [234, 674], [235, 675], [236, 676]]),
62
+ n29 = t([[24, 17], [25, 17], [26, 17], [27, 18], [28, 9], [29, 8], [30, 10], [31, 11], [32, 9], [33, 11], [34, 10], [35, 11], [36, 12], [224, 198], [225, 199], [226, 200], [227, 201], [228, 202], [229, 203], [230, 204], [231, 205], [232, 206], [233, 207], [234, 208], [235, 209], [3, 3], [4, 4], [5, 5], [6, 6], [236, 210]]),
63
+ n30 = t([[24, 17], [25, 17], [26, 17], [27, 18], [28, 10], [29, 9], [30, 11], [31, 13], [32, 10], [33, 12], [34, 11], [35, 12], [36, 13], [224, 198], [225, 199], [226, 200], [227, 201], [228, 202], [229, 203], [230, 204], [231, 205], [232, 206], [233, 207], [234, 208], [235, 209], [3, 3], [4, 4], [5, 5], [6, 6], [236, 210]]),
64
+ n31 = t([[24, 11], [25, 7], [26, 11], [27, 1], [28, 0], [29, 17], [30, 193], [31, 16], [32, 0], [33, 16], [34, 194], [35, 16], [36, 17], [224, 326], [225, 327], [226, 328], [227, 329], [228, 330], [229, 331], [230, 332], [231, 333], [232, 334], [233, 335], [234, 336], [235, 337], [3, 212], [4, 213], [5, 214], [6, 215], [236, 338]]),
65
+ n32 = t([[24, 11], [25, 7], [26, 11], [27, 1], [28, 17], [29, 16], [30, 0], [31, 195], [32, 17], [33, 194], [34, 195], [35, 194], [36, 16], [224, 326], [225, 327], [226, 328], [227, 329], [228, 330], [229, 331], [230, 332], [231, 333], [232, 334], [233, 335], [234, 336], [235, 337], [3, 212], [4, 213], [5, 214], [6, 215], [236, 338]]),
66
+ n33 = t([[0, 1], [1, 0], [2, 2], [3, 212], [4, 213], [5, 214], [6, 215], [7, 7], [8, 11], [9, 1], [10, 197], [11, 196], [12, 195], [13, 194], [14, 16], [15, 17], [16, 0], [17, 193], [18, 192], [19, 211], [20, 339], [21, 340], [22, 341], [23, 342], [24, 192], [25, 192], [26, 192], [27, 342], [28, 11], [29, 7], [30, 1], [31, 1], [32, 11], [33, 197], [34, 1], [35, 197], [36, 196], [37, 17], [38, 211], [224, 326], [225, 327], [226, 328], [227, 329], [228, 330], [229, 331], [230, 332], [231, 333], [232, 334], [233, 335], [234, 336], [235, 337], [236, 338]]),
67
+ n34 = t([[24, 11], [25, 11], [26, 11], [27, 7], [28, 0], [29, 193], [30, 17], [31, 16], [32, 0], [33, 16], [34, 17], [35, 16], [36, 194], [224, 326], [225, 327], [226, 328], [227, 329], [228, 330], [229, 331], [230, 332], [231, 333], [232, 334], [233, 335], [234, 336], [235, 337], [3, 212], [4, 213], [5, 214], [6, 215], [236, 338]]),
68
+ n35 = t([[24, 11], [25, 11], [26, 11], [27, 7], [28, 17], [29, 0], [30, 16], [31, 195], [32, 17], [33, 194], [34, 16], [35, 194], [36, 195], [224, 326], [225, 327], [226, 328], [227, 329], [228, 330], [229, 331], [230, 332], [231, 333], [232, 334], [233, 335], [234, 336], [235, 337], [3, 212], [4, 213], [5, 214], [6, 215], [236, 338]]),
69
+ n36 = t([[0, 1], [1, 0], [2, 359], [3, 344], [4, 345], [5, 346], [6, 347], [7, 358], [8, 357], [9, 356], [10, 355], [11, 354], [12, 353], [13, 10], [14, 352], [15, 351], [16, 350], [17, 349], [18, 348], [19, 343], [20, 981], [21, 982], [22, 983], [23, 984], [24, 348], [25, 348], [26, 348], [27, 984], [28, 357], [29, 358], [30, 356], [31, 356], [32, 357], [33, 355], [34, 356], [35, 355], [36, 354], [37, 351], [38, 343], [224, 364], [225, 365], [226, 366], [227, 367], [228, 368], [229, 369], [230, 370], [231, 371], [232, 372], [233, 373], [234, 374], [235, 375], [236, 376]]),
70
+ n37 = t([[24, 357], [25, 357], [26, 357], [27, 358], [28, 350], [29, 349], [30, 351], [31, 352], [32, 350], [33, 352], [34, 351], [35, 352], [36, 10], [224, 364], [225, 365], [226, 366], [227, 367], [228, 368], [229, 369], [230, 370], [231, 371], [232, 372], [233, 373], [234, 374], [235, 375], [3, 344], [4, 345], [5, 346], [6, 347], [236, 376]]),
71
+ n38 = t([[24, 357], [25, 357], [26, 357], [27, 358], [28, 351], [29, 350], [30, 352], [31, 353], [32, 351], [33, 10], [34, 352], [35, 10], [36, 353], [224, 364], [225, 365], [226, 366], [227, 367], [228, 368], [229, 369], [230, 370], [231, 371], [232, 372], [233, 373], [234, 374], [235, 375], [3, 344], [4, 345], [5, 346], [6, 347], [236, 376]]),
72
+ n39 = t([[0, 1], [1, 0], [2, 394], [3, 378], [4, 379], [5, 380], [6, 381], [7, 393], [8, 392], [9, 391], [10, 390], [11, 389], [12, 388], [13, 387], [14, 386], [15, 385], [16, 384], [17, 383], [18, 382], [19, 377], [20, 985], [21, 986], [22, 987], [23, 988], [24, 382], [25, 382], [26, 382], [27, 988], [28, 392], [29, 393], [30, 391], [31, 391], [32, 392], [33, 390], [34, 391], [35, 390], [36, 389], [37, 385], [38, 377], [224, 399], [225, 400], [226, 401], [227, 402], [228, 403], [229, 404], [230, 405], [231, 406], [232, 407], [233, 408], [234, 409], [235, 410], [236, 411]]),
73
+ n40 = t([[24, 392], [25, 392], [26, 392], [27, 393], [28, 384], [29, 383], [30, 385], [31, 386], [32, 384], [33, 386], [34, 385], [35, 386], [36, 387], [224, 399], [225, 400], [226, 401], [227, 402], [228, 403], [229, 404], [230, 405], [231, 406], [232, 407], [233, 408], [234, 409], [235, 410], [3, 378], [4, 379], [5, 380], [6, 381], [236, 411]]),
74
+ n41 = t([[24, 392], [25, 392], [26, 392], [27, 393], [28, 385], [29, 384], [30, 386], [31, 388], [32, 385], [33, 387], [34, 386], [35, 387], [36, 388], [224, 399], [225, 400], [226, 401], [227, 402], [228, 403], [229, 404], [230, 405], [231, 406], [232, 407], [233, 408], [234, 409], [235, 410], [3, 378], [4, 379], [5, 380], [6, 381], [236, 411]]),
75
+ n42 = t([[0, 1], [1, 0], [2, 429], [3, 413], [4, 414], [5, 415], [6, 416], [7, 428], [8, 427], [9, 426], [10, 425], [11, 424], [12, 423], [13, 422], [14, 421], [15, 420], [16, 419], [17, 418], [18, 417], [19, 412], [20, 989], [21, 990], [22, 991], [23, 992], [24, 417], [25, 417], [26, 417], [27, 992], [28, 427], [29, 428], [30, 426], [31, 426], [32, 427], [33, 425], [34, 426], [35, 425], [36, 424], [37, 420], [38, 412], [224, 434], [225, 435], [226, 436], [227, 437], [228, 438], [229, 439], [230, 440], [231, 441], [232, 442], [233, 443], [234, 444], [235, 445], [236, 446]]),
76
+ n43 = t([[24, 427], [25, 427], [26, 427], [27, 428], [28, 419], [29, 418], [30, 420], [31, 421], [32, 419], [33, 421], [34, 420], [35, 421], [36, 422], [224, 434], [225, 435], [226, 436], [227, 437], [228, 438], [229, 439], [230, 440], [231, 441], [232, 442], [233, 443], [234, 444], [235, 445], [3, 413], [4, 414], [5, 415], [6, 416], [236, 446]]),
77
+ n44 = t([[24, 427], [25, 427], [26, 427], [27, 428], [28, 420], [29, 419], [30, 421], [31, 423], [32, 420], [33, 422], [34, 421], [35, 422], [36, 423], [224, 434], [225, 435], [226, 436], [227, 437], [228, 438], [229, 439], [230, 440], [231, 441], [232, 442], [233, 443], [234, 444], [235, 445], [3, 413], [4, 414], [5, 415], [6, 416], [236, 446]]),
78
+ n45 = t([[0, 1], [1, 0], [2, 457], [3, 216], [4, 217], [5, 218], [6, 219], [7, 456], [8, 455], [9, 454], [10, 453], [11, 452], [12, 451], [13, 450], [14, 449], [15, 448], [16, 447], [17, 7], [18, 7], [19, 2], [20, 216], [21, 217], [22, 218], [23, 219], [24, 7], [25, 7], [26, 7], [27, 219], [28, 455], [29, 456], [30, 454], [31, 454], [32, 455], [33, 453], [34, 454], [35, 453], [36, 452], [37, 448], [38, 2], [224, 462], [225, 463], [226, 464], [227, 465], [228, 466], [229, 467], [230, 326], [231, 327], [232, 328], [233, 329], [234, 330], [235, 331], [236, 468]]),
79
+ n46 = t([[24, 455], [25, 455], [26, 455], [27, 456], [28, 447], [29, 7], [30, 448], [31, 449], [32, 447], [33, 449], [34, 448], [35, 449], [36, 450], [224, 462], [225, 463], [226, 464], [227, 465], [228, 466], [229, 467], [230, 326], [231, 327], [232, 328], [233, 329], [234, 330], [235, 331], [3, 216], [4, 217], [5, 218], [6, 219], [236, 468]]),
80
+ n47 = t([[24, 455], [25, 455], [26, 455], [27, 456], [28, 448], [29, 447], [30, 449], [31, 451], [32, 448], [33, 450], [34, 449], [35, 450], [36, 451], [224, 462], [225, 463], [226, 464], [227, 465], [228, 466], [229, 467], [230, 326], [231, 327], [232, 328], [233, 329], [234, 330], [235, 331], [3, 216], [4, 217], [5, 218], [6, 219], [236, 468]]),
81
+ n48 = t([[0, 1], [1, 0], [2, 486], [3, 470], [4, 471], [5, 472], [6, 473], [7, 485], [8, 484], [9, 483], [10, 482], [11, 481], [12, 480], [13, 479], [14, 478], [15, 477], [16, 476], [17, 475], [18, 474], [19, 469], [20, 993], [21, 994], [22, 995], [23, 996], [24, 474], [25, 474], [26, 474], [27, 996], [28, 484], [29, 485], [30, 483], [31, 483], [32, 484], [33, 482], [34, 483], [35, 482], [36, 481], [37, 477], [38, 469], [224, 491], [225, 492], [226, 493], [227, 494], [228, 495], [229, 496], [230, 497], [231, 498], [232, 499], [233, 500], [234, 501], [235, 502], [236, 503]]),
82
+ n49 = t([[24, 484], [25, 484], [26, 484], [27, 485], [28, 476], [29, 475], [30, 477], [31, 478], [32, 476], [33, 478], [34, 477], [35, 478], [36, 479], [224, 491], [225, 492], [226, 493], [227, 494], [228, 495], [229, 496], [230, 497], [231, 498], [232, 499], [233, 500], [234, 501], [235, 502], [3, 470], [4, 471], [5, 472], [6, 473], [236, 503]]),
83
+ n50 = t([[24, 484], [25, 484], [26, 484], [27, 485], [28, 477], [29, 476], [30, 478], [31, 480], [32, 477], [33, 479], [34, 478], [35, 479], [36, 480], [224, 491], [225, 492], [226, 493], [227, 494], [228, 495], [229, 496], [230, 497], [231, 498], [232, 499], [233, 500], [234, 501], [235, 502], [3, 470], [4, 471], [5, 472], [6, 473], [236, 503]]),
84
+ n51 = t([[0, 1], [1, 0], [2, 521], [3, 505], [4, 506], [5, 507], [6, 508], [7, 520], [8, 519], [9, 518], [10, 517], [11, 516], [12, 515], [13, 514], [14, 513], [15, 512], [16, 511], [17, 510], [18, 509], [19, 504], [20, 997], [21, 998], [22, 999], [23, 1e3], [24, 509], [25, 509], [26, 509], [27, 1e3], [28, 519], [29, 520], [30, 518], [31, 518], [32, 519], [33, 517], [34, 518], [35, 517], [36, 516], [37, 512], [38, 504], [224, 526], [225, 527], [226, 528], [227, 529], [228, 530], [229, 531], [230, 532], [231, 533], [232, 534], [233, 535], [234, 536], [235, 537], [236, 538]]),
85
+ n52 = t([[24, 519], [25, 519], [26, 519], [27, 520], [28, 511], [29, 510], [30, 512], [31, 513], [32, 511], [33, 513], [34, 512], [35, 513], [36, 514], [224, 526], [225, 527], [226, 528], [227, 529], [228, 530], [229, 531], [230, 532], [231, 533], [232, 534], [233, 535], [234, 536], [235, 537], [3, 505], [4, 506], [5, 507], [6, 508], [236, 538]]),
86
+ n53 = t([[24, 519], [25, 519], [26, 519], [27, 520], [28, 512], [29, 511], [30, 513], [31, 515], [32, 512], [33, 514], [34, 513], [35, 514], [36, 515], [224, 526], [225, 527], [226, 528], [227, 529], [228, 530], [229, 531], [230, 532], [231, 533], [232, 534], [233, 535], [234, 536], [235, 537], [3, 505], [4, 506], [5, 507], [6, 508], [236, 538]]),
87
+ n54 = t([[0, 1], [1, 0], [2, 556], [3, 540], [4, 541], [5, 542], [6, 543], [7, 555], [8, 554], [9, 553], [10, 552], [11, 551], [12, 550], [13, 549], [14, 548], [15, 547], [16, 546], [17, 545], [18, 544], [19, 539], [20, 1001], [21, 1002], [22, 1003], [23, 1004], [24, 544], [25, 544], [26, 544], [27, 1004], [28, 554], [29, 555], [30, 553], [31, 553], [32, 554], [33, 552], [34, 553], [35, 552], [36, 551], [37, 547], [38, 539], [224, 561], [225, 562], [226, 563], [227, 564], [228, 565], [229, 566], [230, 567], [231, 568], [232, 569], [233, 570], [234, 571], [235, 572], [236, 573]]),
88
+ n55 = t([[24, 554], [25, 554], [26, 554], [27, 555], [28, 546], [29, 545], [30, 547], [31, 548], [32, 546], [33, 548], [34, 547], [35, 548], [36, 549], [224, 561], [225, 562], [226, 563], [227, 564], [228, 565], [229, 566], [230, 567], [231, 568], [232, 569], [233, 570], [234, 571], [235, 572], [3, 540], [4, 541], [5, 542], [6, 543], [236, 573]]),
89
+ n56 = t([[24, 554], [25, 554], [26, 554], [27, 555], [28, 547], [29, 546], [30, 548], [31, 550], [32, 547], [33, 549], [34, 548], [35, 549], [36, 550], [224, 561], [225, 562], [226, 563], [227, 564], [228, 565], [229, 566], [230, 567], [231, 568], [232, 569], [233, 570], [234, 571], [235, 572], [3, 540], [4, 541], [5, 542], [6, 543], [236, 573]]),
90
+ n57 = t([[0, 1], [1, 0], [2, 591], [3, 575], [4, 576], [5, 577], [6, 578], [7, 590], [8, 589], [9, 588], [10, 587], [11, 586], [12, 585], [13, 584], [14, 583], [15, 582], [16, 581], [17, 580], [18, 579], [19, 574], [20, 1005], [21, 1006], [22, 1007], [23, 1008], [24, 579], [25, 579], [26, 579], [27, 1008], [28, 589], [29, 590], [30, 588], [31, 588], [32, 589], [33, 587], [34, 588], [35, 587], [36, 586], [37, 582], [38, 574], [224, 596], [225, 597], [226, 598], [227, 599], [228, 600], [229, 601], [230, 602], [231, 603], [232, 604], [233, 605], [234, 606], [235, 607], [236, 608]]),
91
+ n58 = t([[24, 589], [25, 589], [26, 589], [27, 590], [28, 581], [29, 580], [30, 582], [31, 583], [32, 581], [33, 583], [34, 582], [35, 583], [36, 584], [224, 596], [225, 597], [226, 598], [227, 599], [228, 600], [229, 601], [230, 602], [231, 603], [232, 604], [233, 605], [234, 606], [235, 607], [3, 575], [4, 576], [5, 577], [6, 578], [236, 608]]),
92
+ n59 = t([[24, 589], [25, 589], [26, 589], [27, 590], [28, 582], [29, 581], [30, 583], [31, 585], [32, 582], [33, 584], [34, 583], [35, 584], [36, 585], [224, 596], [225, 597], [226, 598], [227, 599], [228, 600], [229, 601], [230, 602], [231, 603], [232, 604], [233, 605], [234, 606], [235, 607], [3, 575], [4, 576], [5, 577], [6, 578], [236, 608]]),
93
+ n60 = t([[0, 1], [1, 0], [2, 626], [3, 610], [4, 611], [5, 612], [6, 613], [7, 625], [8, 624], [9, 623], [10, 622], [11, 621], [12, 620], [13, 619], [14, 618], [15, 617], [16, 616], [17, 615], [18, 614], [19, 609], [20, 1009], [21, 1010], [22, 1011], [23, 1012], [24, 614], [25, 614], [26, 614], [27, 1012], [28, 624], [29, 625], [30, 623], [31, 623], [32, 624], [33, 622], [34, 623], [35, 622], [36, 621], [37, 617], [38, 609], [224, 631], [225, 632], [226, 633], [227, 634], [228, 635], [229, 636], [230, 637], [231, 638], [232, 639], [233, 640], [234, 641], [235, 642], [236, 643]]),
94
+ n61 = t([[24, 624], [25, 624], [26, 624], [27, 625], [28, 616], [29, 615], [30, 617], [31, 618], [32, 616], [33, 618], [34, 617], [35, 618], [36, 619], [224, 631], [225, 632], [226, 633], [227, 634], [228, 635], [229, 636], [230, 637], [231, 638], [232, 639], [233, 640], [234, 641], [235, 642], [3, 610], [4, 611], [5, 612], [6, 613], [236, 643]]),
95
+ n62 = t([[24, 624], [25, 624], [26, 624], [27, 625], [28, 617], [29, 616], [30, 618], [31, 620], [32, 617], [33, 619], [34, 618], [35, 619], [36, 620], [224, 631], [225, 632], [226, 633], [227, 634], [228, 635], [229, 636], [230, 637], [231, 638], [232, 639], [233, 640], [234, 641], [235, 642], [3, 610], [4, 611], [5, 612], [6, 613], [236, 643]]),
96
+ n63 = t([[0, 1], [1, 0], [2, 659], [3, 645], [4, 646], [5, 647], [6, 648], [7, 658], [8, 657], [9, 656], [10, 655], [11, 196], [12, 654], [13, 653], [14, 652], [15, 13], [16, 651], [17, 650], [18, 649], [19, 644], [20, 1013], [21, 1014], [22, 1015], [23, 1016], [24, 649], [25, 649], [26, 649], [27, 1016], [28, 657], [29, 658], [30, 656], [31, 656], [32, 657], [33, 655], [34, 656], [35, 655], [36, 196], [37, 13], [38, 644], [224, 664], [225, 665], [226, 666], [227, 667], [228, 668], [229, 669], [230, 670], [231, 671], [232, 672], [233, 673], [234, 674], [235, 675], [236, 676]]),
97
+ n64 = t([[24, 657], [25, 657], [26, 657], [27, 658], [28, 651], [29, 650], [30, 13], [31, 652], [32, 651], [33, 652], [34, 13], [35, 652], [36, 653], [224, 664], [225, 665], [226, 666], [227, 667], [228, 668], [229, 669], [230, 670], [231, 671], [232, 672], [233, 673], [234, 674], [235, 675], [3, 645], [4, 646], [5, 647], [6, 648], [236, 676]]),
98
+ n65 = t([[24, 657], [25, 657], [26, 657], [27, 658], [28, 13], [29, 651], [30, 652], [31, 654], [32, 13], [33, 653], [34, 652], [35, 653], [36, 654], [224, 664], [225, 665], [226, 666], [227, 667], [228, 668], [229, 669], [230, 670], [231, 671], [232, 672], [233, 673], [234, 674], [235, 675], [3, 645], [4, 646], [5, 647], [6, 648], [236, 676]]),
99
+ n66 = t([[0, 9], [1, 16], [2, 19], [3, 3], [4, 4], [5, 5], [6, 6], [7, 18], [8, 17], [9, 16], [10, 15], [11, 14], [12, 13], [13, 12], [14, 11], [15, 10], [16, 9], [17, 8], [18, 7], [19, 2], [20, 216], [21, 217], [22, 218], [23, 219], [24, 7], [25, 219], [26, 7], [27, 8], [28, 17], [29, 16], [30, 18], [31, 16], [32, 17], [33, 15], [34, 14], [35, 15], [36, 16], [37, 10], [38, 2], [224, 198], [225, 199], [226, 200], [227, 201], [228, 202], [229, 203], [230, 204], [231, 205], [232, 206], [233, 207], [234, 208], [235, 209], [236, 210]]),
100
+ n67 = t([[24, 17], [25, 18], [26, 17], [27, 16], [28, 9], [29, 10], [30, 8], [31, 11], [32, 9], [33, 11], [34, 12], [35, 11], [36, 10], [224, 198], [225, 199], [226, 200], [227, 201], [228, 202], [229, 203], [230, 204], [231, 205], [232, 206], [233, 207], [234, 208], [235, 209], [3, 3], [4, 4], [5, 5], [6, 6], [236, 210]]),
101
+ n68 = t([[24, 17], [25, 18], [26, 17], [27, 16], [28, 10], [29, 11], [30, 9], [31, 13], [32, 10], [33, 12], [34, 13], [35, 12], [36, 11], [224, 198], [225, 199], [226, 200], [227, 201], [228, 202], [229, 203], [230, 204], [231, 205], [232, 206], [233, 207], [234, 208], [235, 209], [3, 3], [4, 4], [5, 5], [6, 6], [236, 210]]),
102
+ n69 = t([[0, 9], [1, 16], [2, 690], [3, 678], [4, 679], [5, 680], [6, 681], [7, 9], [8, 689], [9, 688], [10, 687], [11, 657], [12, 686], [13, 685], [14, 684], [15, 683], [16, 358], [17, 0], [18, 682], [19, 677], [20, 1017], [21, 1018], [22, 1019], [23, 1020], [24, 682], [25, 1020], [26, 682], [27, 0], [28, 689], [29, 688], [30, 9], [31, 688], [32, 689], [33, 687], [34, 657], [35, 687], [36, 688], [37, 683], [38, 677], [224, 695], [225, 696], [226, 697], [227, 698], [228, 699], [229, 700], [230, 701], [231, 702], [232, 703], [233, 704], [234, 705], [235, 706], [236, 707]]),
103
+ n70 = t([[24, 689], [25, 9], [26, 689], [27, 688], [28, 358], [29, 683], [30, 0], [31, 684], [32, 358], [33, 684], [34, 685], [35, 684], [36, 683], [224, 695], [225, 696], [226, 697], [227, 698], [228, 699], [229, 700], [230, 701], [231, 702], [232, 703], [233, 704], [234, 705], [235, 706], [3, 678], [4, 679], [5, 680], [6, 681], [236, 707]]),
104
+ n71 = t([[24, 689], [25, 9], [26, 689], [27, 688], [28, 683], [29, 684], [30, 358], [31, 686], [32, 683], [33, 685], [34, 686], [35, 685], [36, 684], [224, 695], [225, 696], [226, 697], [227, 698], [228, 699], [229, 700], [230, 701], [231, 702], [232, 703], [233, 704], [234, 705], [235, 706], [3, 678], [4, 679], [5, 680], [6, 681], [236, 707]]),
105
+ n72 = t([[0, 9], [1, 16], [2, 724], [3, 709], [4, 710], [5, 711], [6, 712], [7, 723], [8, 722], [9, 721], [10, 390], [11, 720], [12, 719], [13, 718], [14, 717], [15, 716], [16, 715], [17, 714], [18, 713], [19, 708], [20, 1021], [21, 1022], [22, 1023], [23, 1024], [24, 713], [25, 1024], [26, 713], [27, 714], [28, 722], [29, 721], [30, 723], [31, 721], [32, 722], [33, 390], [34, 720], [35, 390], [36, 721], [37, 716], [38, 708], [224, 729], [225, 730], [226, 731], [227, 732], [228, 733], [229, 734], [230, 735], [231, 736], [232, 737], [233, 738], [234, 739], [235, 740], [236, 741]]),
106
+ n73 = t([[24, 722], [25, 723], [26, 722], [27, 721], [28, 715], [29, 716], [30, 714], [31, 717], [32, 715], [33, 717], [34, 718], [35, 717], [36, 716], [224, 729], [225, 730], [226, 731], [227, 732], [228, 733], [229, 734], [230, 735], [231, 736], [232, 737], [233, 738], [234, 739], [235, 740], [3, 709], [4, 710], [5, 711], [6, 712], [236, 741]]),
107
+ n74 = t([[24, 722], [25, 723], [26, 722], [27, 721], [28, 716], [29, 717], [30, 715], [31, 719], [32, 716], [33, 718], [34, 719], [35, 718], [36, 717], [224, 729], [225, 730], [226, 731], [227, 732], [228, 733], [229, 734], [230, 735], [231, 736], [232, 737], [233, 738], [234, 739], [235, 740], [3, 709], [4, 710], [5, 711], [6, 712], [236, 741]]),
108
+ n75 = t([[0, 9], [1, 16], [2, 758], [3, 743], [4, 744], [5, 745], [6, 746], [7, 757], [8, 756], [9, 755], [10, 425], [11, 754], [12, 753], [13, 752], [14, 751], [15, 750], [16, 749], [17, 748], [18, 747], [19, 742], [20, 1025], [21, 1026], [22, 1027], [23, 1028], [24, 747], [25, 1028], [26, 747], [27, 748], [28, 756], [29, 755], [30, 757], [31, 755], [32, 756], [33, 425], [34, 754], [35, 425], [36, 755], [37, 750], [38, 742], [224, 763], [225, 764], [226, 765], [227, 766], [228, 767], [229, 768], [230, 769], [231, 770], [232, 771], [233, 772], [234, 773], [235, 774], [236, 775]]),
109
+ n76 = t([[24, 756], [25, 757], [26, 756], [27, 755], [28, 749], [29, 750], [30, 748], [31, 751], [32, 749], [33, 751], [34, 752], [35, 751], [36, 750], [224, 763], [225, 764], [226, 765], [227, 766], [228, 767], [229, 768], [230, 769], [231, 770], [232, 771], [233, 772], [234, 773], [235, 774], [3, 743], [4, 744], [5, 745], [6, 746], [236, 775]]),
110
+ n77 = t([[24, 756], [25, 757], [26, 756], [27, 755], [28, 750], [29, 751], [30, 749], [31, 753], [32, 750], [33, 752], [34, 753], [35, 752], [36, 751], [224, 763], [225, 764], [226, 765], [227, 766], [228, 767], [229, 768], [230, 769], [231, 770], [232, 771], [233, 772], [234, 773], [235, 774], [3, 743], [4, 744], [5, 745], [6, 746], [236, 775]]),
111
+ n78 = t([[0, 9], [1, 16], [2, 793], [3, 777], [4, 778], [5, 779], [6, 780], [7, 792], [8, 791], [9, 790], [10, 789], [11, 788], [12, 787], [13, 786], [14, 785], [15, 784], [16, 783], [17, 782], [18, 781], [19, 776], [20, 1029], [21, 1030], [22, 1031], [23, 1032], [24, 781], [25, 1032], [26, 781], [27, 782], [28, 791], [29, 790], [30, 792], [31, 790], [32, 791], [33, 789], [34, 788], [35, 789], [36, 790], [37, 784], [38, 776], [224, 798], [225, 799], [226, 800], [227, 801], [228, 802], [229, 803], [230, 804], [231, 805], [232, 806], [233, 807], [234, 808], [235, 809], [236, 810]]),
112
+ n79 = t([[24, 791], [25, 792], [26, 791], [27, 790], [28, 783], [29, 784], [30, 782], [31, 785], [32, 783], [33, 785], [34, 786], [35, 785], [36, 784], [224, 798], [225, 799], [226, 800], [227, 801], [228, 802], [229, 803], [230, 804], [231, 805], [232, 806], [233, 807], [234, 808], [235, 809], [3, 777], [4, 778], [5, 779], [6, 780], [236, 810]]),
113
+ n80 = t([[24, 791], [25, 792], [26, 791], [27, 790], [28, 784], [29, 785], [30, 783], [31, 787], [32, 784], [33, 786], [34, 787], [35, 786], [36, 785], [224, 798], [225, 799], [226, 800], [227, 801], [228, 802], [229, 803], [230, 804], [231, 805], [232, 806], [233, 807], [234, 808], [235, 809], [3, 777], [4, 778], [5, 779], [6, 780], [236, 810]]),
114
+ n81 = t([[0, 9], [1, 16], [2, 827], [3, 812], [4, 813], [5, 814], [6, 815], [7, 826], [8, 825], [9, 824], [10, 482], [11, 823], [12, 822], [13, 821], [14, 820], [15, 819], [16, 818], [17, 817], [18, 816], [19, 811], [20, 1033], [21, 1034], [22, 1035], [23, 1036], [24, 816], [25, 1036], [26, 816], [27, 817], [28, 825], [29, 824], [30, 826], [31, 824], [32, 825], [33, 482], [34, 823], [35, 482], [36, 824], [37, 819], [38, 811], [224, 832], [225, 833], [226, 834], [227, 835], [228, 836], [229, 837], [230, 838], [231, 839], [232, 840], [233, 841], [234, 842], [235, 843], [236, 844]]),
115
+ n82 = t([[24, 825], [25, 826], [26, 825], [27, 824], [28, 818], [29, 819], [30, 817], [31, 820], [32, 818], [33, 820], [34, 821], [35, 820], [36, 819], [224, 832], [225, 833], [226, 834], [227, 835], [228, 836], [229, 837], [230, 838], [231, 839], [232, 840], [233, 841], [234, 842], [235, 843], [3, 812], [4, 813], [5, 814], [6, 815], [236, 844]]),
116
+ n83 = t([[24, 825], [25, 826], [26, 825], [27, 824], [28, 819], [29, 820], [30, 818], [31, 822], [32, 819], [33, 821], [34, 822], [35, 821], [36, 820], [224, 832], [225, 833], [226, 834], [227, 835], [228, 836], [229, 837], [230, 838], [231, 839], [232, 840], [233, 841], [234, 842], [235, 843], [3, 812], [4, 813], [5, 814], [6, 815], [236, 844]]),
117
+ n84 = t([[0, 9], [1, 16], [2, 861], [3, 846], [4, 847], [5, 848], [6, 849], [7, 860], [8, 859], [9, 858], [10, 517], [11, 857], [12, 856], [13, 855], [14, 854], [15, 853], [16, 852], [17, 851], [18, 850], [19, 845], [20, 1037], [21, 1038], [22, 1039], [23, 1040], [24, 850], [25, 1040], [26, 850], [27, 851], [28, 859], [29, 858], [30, 860], [31, 858], [32, 859], [33, 517], [34, 857], [35, 517], [36, 858], [37, 853], [38, 845], [224, 866], [225, 867], [226, 868], [227, 869], [228, 870], [229, 871], [230, 872], [231, 873], [232, 874], [233, 875], [234, 876], [235, 877], [236, 878]]),
118
+ n85 = t([[24, 859], [25, 860], [26, 859], [27, 858], [28, 852], [29, 853], [30, 851], [31, 854], [32, 852], [33, 854], [34, 855], [35, 854], [36, 853], [224, 866], [225, 867], [226, 868], [227, 869], [228, 870], [229, 871], [230, 872], [231, 873], [232, 874], [233, 875], [234, 876], [235, 877], [3, 846], [4, 847], [5, 848], [6, 849], [236, 878]]),
119
+ n86 = t([[24, 859], [25, 860], [26, 859], [27, 858], [28, 853], [29, 854], [30, 852], [31, 856], [32, 853], [33, 855], [34, 856], [35, 855], [36, 854], [224, 866], [225, 867], [226, 868], [227, 869], [228, 870], [229, 871], [230, 872], [231, 873], [232, 874], [233, 875], [234, 876], [235, 877], [3, 846], [4, 847], [5, 848], [6, 849], [236, 878]]),
120
+ n87 = t([[0, 9], [1, 16], [2, 895], [3, 880], [4, 881], [5, 882], [6, 883], [7, 894], [8, 893], [9, 892], [10, 552], [11, 891], [12, 890], [13, 889], [14, 888], [15, 887], [16, 886], [17, 885], [18, 884], [19, 879], [20, 1041], [21, 1042], [22, 1043], [23, 1044], [24, 884], [25, 1044], [26, 884], [27, 885], [28, 893], [29, 892], [30, 894], [31, 892], [32, 893], [33, 552], [34, 891], [35, 552], [36, 892], [37, 887], [38, 879], [224, 900], [225, 901], [226, 902], [227, 903], [228, 904], [229, 905], [230, 906], [231, 907], [232, 908], [233, 909], [234, 910], [235, 911], [236, 912]]),
121
+ n88 = t([[24, 893], [25, 894], [26, 893], [27, 892], [28, 886], [29, 887], [30, 885], [31, 888], [32, 886], [33, 888], [34, 889], [35, 888], [36, 887], [224, 900], [225, 901], [226, 902], [227, 903], [228, 904], [229, 905], [230, 906], [231, 907], [232, 908], [233, 909], [234, 910], [235, 911], [3, 880], [4, 881], [5, 882], [6, 883], [236, 912]]),
122
+ n89 = t([[24, 893], [25, 894], [26, 893], [27, 892], [28, 887], [29, 888], [30, 886], [31, 890], [32, 887], [33, 889], [34, 890], [35, 889], [36, 888], [224, 900], [225, 901], [226, 902], [227, 903], [228, 904], [229, 905], [230, 906], [231, 907], [232, 908], [233, 909], [234, 910], [235, 911], [3, 880], [4, 881], [5, 882], [6, 883], [236, 912]]),
123
+ n90 = t([[0, 9], [1, 16], [2, 929], [3, 914], [4, 915], [5, 916], [6, 917], [7, 928], [8, 927], [9, 926], [10, 587], [11, 925], [12, 924], [13, 923], [14, 922], [15, 921], [16, 920], [17, 919], [18, 918], [19, 913], [20, 1045], [21, 1046], [22, 1047], [23, 1048], [24, 918], [25, 1048], [26, 918], [27, 919], [28, 927], [29, 926], [30, 928], [31, 926], [32, 927], [33, 587], [34, 925], [35, 587], [36, 926], [37, 921], [38, 913], [224, 934], [225, 935], [226, 936], [227, 937], [228, 938], [229, 939], [230, 940], [231, 941], [232, 942], [233, 943], [234, 944], [235, 945], [236, 946]]),
124
+ n91 = t([[24, 927], [25, 928], [26, 927], [27, 926], [28, 920], [29, 921], [30, 919], [31, 922], [32, 920], [33, 922], [34, 923], [35, 922], [36, 921], [224, 934], [225, 935], [226, 936], [227, 937], [228, 938], [229, 939], [230, 940], [231, 941], [232, 942], [233, 943], [234, 944], [235, 945], [3, 914], [4, 915], [5, 916], [6, 917], [236, 946]]),
125
+ n92 = t([[24, 927], [25, 928], [26, 927], [27, 926], [28, 921], [29, 922], [30, 920], [31, 924], [32, 921], [33, 923], [34, 924], [35, 923], [36, 922], [224, 934], [225, 935], [226, 936], [227, 937], [228, 938], [229, 939], [230, 940], [231, 941], [232, 942], [233, 943], [234, 944], [235, 945], [3, 914], [4, 915], [5, 916], [6, 917], [236, 946]]),
126
+ n93 = t([[0, 9], [1, 16], [2, 963], [3, 948], [4, 949], [5, 950], [6, 951], [7, 962], [8, 961], [9, 960], [10, 622], [11, 959], [12, 958], [13, 957], [14, 956], [15, 955], [16, 954], [17, 953], [18, 952], [19, 947], [20, 1049], [21, 1050], [22, 1051], [23, 1052], [24, 952], [25, 1052], [26, 952], [27, 953], [28, 961], [29, 960], [30, 962], [31, 960], [32, 961], [33, 622], [34, 959], [35, 622], [36, 960], [37, 955], [38, 947], [224, 968], [225, 969], [226, 970], [227, 971], [228, 972], [229, 973], [230, 974], [231, 975], [232, 976], [233, 977], [234, 978], [235, 979], [236, 980]]),
127
+ n94 = t([[24, 961], [25, 962], [26, 961], [27, 960], [28, 954], [29, 955], [30, 953], [31, 956], [32, 954], [33, 956], [34, 957], [35, 956], [36, 955], [224, 968], [225, 969], [226, 970], [227, 971], [228, 972], [229, 973], [230, 974], [231, 975], [232, 976], [233, 977], [234, 978], [235, 979], [3, 948], [4, 949], [5, 950], [6, 951], [236, 980]]),
128
+ n95 = t([[24, 961], [25, 962], [26, 961], [27, 960], [28, 955], [29, 956], [30, 954], [31, 958], [32, 955], [33, 957], [34, 958], [35, 957], [36, 956], [224, 968], [225, 969], [226, 970], [227, 971], [228, 972], [229, 973], [230, 974], [231, 975], [232, 976], [233, 977], [234, 978], [235, 979], [3, 948], [4, 949], [5, 950], [6, 951], [236, 980]]),
129
+ n96 = t([[0, 9], [1, 16], [2, 659], [3, 645], [4, 646], [5, 647], [6, 648], [7, 658], [8, 657], [9, 656], [10, 655], [11, 196], [12, 654], [13, 653], [14, 652], [15, 13], [16, 651], [17, 650], [18, 649], [19, 644], [20, 1013], [21, 1014], [22, 1015], [23, 1016], [24, 649], [25, 1016], [26, 649], [27, 650], [28, 657], [29, 656], [30, 658], [31, 656], [32, 657], [33, 655], [34, 196], [35, 655], [36, 656], [37, 13], [38, 644], [224, 664], [225, 665], [226, 666], [227, 667], [228, 668], [229, 669], [230, 670], [231, 671], [232, 672], [233, 673], [234, 674], [235, 675], [236, 676]]),
130
+ n97 = t([[24, 657], [25, 658], [26, 657], [27, 656], [28, 651], [29, 13], [30, 650], [31, 652], [32, 651], [33, 652], [34, 653], [35, 652], [36, 13], [224, 664], [225, 665], [226, 666], [227, 667], [228, 668], [229, 669], [230, 670], [231, 671], [232, 672], [233, 673], [234, 674], [235, 675], [3, 645], [4, 646], [5, 647], [6, 648], [236, 676]]),
131
+ n98 = t([[24, 657], [25, 658], [26, 657], [27, 656], [28, 13], [29, 652], [30, 651], [31, 654], [32, 13], [33, 653], [34, 654], [35, 653], [36, 652], [224, 664], [225, 665], [226, 666], [227, 667], [228, 668], [229, 669], [230, 670], [231, 671], [232, 672], [233, 673], [234, 674], [235, 675], [3, 645], [4, 646], [5, 647], [6, 648], [236, 676]]),
132
+ n99 = t([[24, 17], [25, 17], [26, 17], [27, 18], [28, 12], [29, 11], [30, 13], [31, 17], [32, 12], [33, 14], [34, 13], [35, 14], [36, 15], [224, 198], [225, 199], [226, 200], [227, 201], [228, 202], [229, 203], [230, 204], [231, 205], [232, 206], [233, 207], [234, 208], [235, 209], [3, 3], [4, 4], [5, 5], [6, 6], [236, 210]]),
133
+ n100 = t([[24, 11], [25, 7], [26, 11], [27, 1], [28, 194], [29, 195], [30, 16], [31, 11], [32, 194], [33, 196], [34, 197], [35, 196], [36, 195], [224, 326], [225, 327], [226, 328], [227, 329], [228, 330], [229, 331], [230, 332], [231, 333], [232, 334], [233, 335], [234, 336], [235, 337], [3, 212], [4, 213], [5, 214], [6, 215], [236, 338]]),
134
+ n101 = t([[24, 11], [25, 11], [26, 11], [27, 7], [28, 194], [29, 16], [30, 195], [31, 11], [32, 194], [33, 196], [34, 195], [35, 196], [36, 197], [224, 326], [225, 327], [226, 328], [227, 329], [228, 330], [229, 331], [230, 332], [231, 333], [232, 334], [233, 335], [234, 336], [235, 337], [3, 212], [4, 213], [5, 214], [6, 215], [236, 338]]),
135
+ n102 = t([[24, 357], [25, 357], [26, 357], [27, 358], [28, 10], [29, 352], [30, 353], [31, 357], [32, 10], [33, 354], [34, 353], [35, 354], [36, 355], [224, 364], [225, 365], [226, 366], [227, 367], [228, 368], [229, 369], [230, 370], [231, 371], [232, 372], [233, 373], [234, 374], [235, 375], [3, 344], [4, 345], [5, 346], [6, 347], [236, 376]]),
136
+ n103 = t([[24, 392], [25, 392], [26, 392], [27, 393], [28, 387], [29, 386], [30, 388], [31, 392], [32, 387], [33, 389], [34, 388], [35, 389], [36, 390], [224, 399], [225, 400], [226, 401], [227, 402], [228, 403], [229, 404], [230, 405], [231, 406], [232, 407], [233, 408], [234, 409], [235, 410], [3, 378], [4, 379], [5, 380], [6, 381], [236, 411]]),
137
+ n104 = t([[24, 427], [25, 427], [26, 427], [27, 428], [28, 422], [29, 421], [30, 423], [31, 427], [32, 422], [33, 424], [34, 423], [35, 424], [36, 425], [224, 434], [225, 435], [226, 436], [227, 437], [228, 438], [229, 439], [230, 440], [231, 441], [232, 442], [233, 443], [234, 444], [235, 445], [3, 413], [4, 414], [5, 415], [6, 416], [236, 446]]),
138
+ n105 = t([[24, 455], [25, 455], [26, 455], [27, 456], [28, 450], [29, 449], [30, 451], [31, 455], [32, 450], [33, 452], [34, 451], [35, 452], [36, 453], [224, 462], [225, 463], [226, 464], [227, 465], [228, 466], [229, 467], [230, 326], [231, 327], [232, 328], [233, 329], [234, 330], [235, 331], [3, 216], [4, 217], [5, 218], [6, 219], [236, 468]]),
139
+ n106 = t([[24, 484], [25, 484], [26, 484], [27, 485], [28, 479], [29, 478], [30, 480], [31, 484], [32, 479], [33, 481], [34, 480], [35, 481], [36, 482], [224, 491], [225, 492], [226, 493], [227, 494], [228, 495], [229, 496], [230, 497], [231, 498], [232, 499], [233, 500], [234, 501], [235, 502], [3, 470], [4, 471], [5, 472], [6, 473], [236, 503]]),
140
+ n107 = t([[24, 519], [25, 519], [26, 519], [27, 520], [28, 514], [29, 513], [30, 515], [31, 519], [32, 514], [33, 516], [34, 515], [35, 516], [36, 517], [224, 526], [225, 527], [226, 528], [227, 529], [228, 530], [229, 531], [230, 532], [231, 533], [232, 534], [233, 535], [234, 536], [235, 537], [3, 505], [4, 506], [5, 507], [6, 508], [236, 538]]),
141
+ n108 = t([[24, 554], [25, 554], [26, 554], [27, 555], [28, 549], [29, 548], [30, 550], [31, 554], [32, 549], [33, 551], [34, 550], [35, 551], [36, 552], [224, 561], [225, 562], [226, 563], [227, 564], [228, 565], [229, 566], [230, 567], [231, 568], [232, 569], [233, 570], [234, 571], [235, 572], [3, 540], [4, 541], [5, 542], [6, 543], [236, 573]]),
142
+ n109 = t([[24, 589], [25, 589], [26, 589], [27, 590], [28, 584], [29, 583], [30, 585], [31, 589], [32, 584], [33, 586], [34, 585], [35, 586], [36, 587], [224, 596], [225, 597], [226, 598], [227, 599], [228, 600], [229, 601], [230, 602], [231, 603], [232, 604], [233, 605], [234, 606], [235, 607], [3, 575], [4, 576], [5, 577], [6, 578], [236, 608]]),
143
+ n110 = t([[24, 624], [25, 624], [26, 624], [27, 625], [28, 619], [29, 618], [30, 620], [31, 624], [32, 619], [33, 621], [34, 620], [35, 621], [36, 622], [224, 631], [225, 632], [226, 633], [227, 634], [228, 635], [229, 636], [230, 637], [231, 638], [232, 639], [233, 640], [234, 641], [235, 642], [3, 610], [4, 611], [5, 612], [6, 613], [236, 643]]),
144
+ n111 = t([[24, 657], [25, 657], [26, 657], [27, 658], [28, 653], [29, 652], [30, 654], [31, 657], [32, 653], [33, 196], [34, 654], [35, 196], [36, 655], [224, 664], [225, 665], [226, 666], [227, 667], [228, 668], [229, 669], [230, 670], [231, 671], [232, 672], [233, 673], [234, 674], [235, 675], [3, 645], [4, 646], [5, 647], [6, 648], [236, 676]]),
145
+ n112 = t([[24, 17], [25, 18], [26, 17], [27, 16], [28, 12], [29, 13], [30, 11], [31, 17], [32, 12], [33, 14], [34, 15], [35, 14], [36, 13], [224, 198], [225, 199], [226, 200], [227, 201], [228, 202], [229, 203], [230, 204], [231, 205], [232, 206], [233, 207], [234, 208], [235, 209], [3, 3], [4, 4], [5, 5], [6, 6], [236, 210]]),
146
+ n113 = t([[24, 689], [25, 9], [26, 689], [27, 688], [28, 685], [29, 686], [30, 684], [31, 689], [32, 685], [33, 657], [34, 687], [35, 657], [36, 686], [224, 695], [225, 696], [226, 697], [227, 698], [228, 699], [229, 700], [230, 701], [231, 702], [232, 703], [233, 704], [234, 705], [235, 706], [3, 678], [4, 679], [5, 680], [6, 681], [236, 707]]),
147
+ n114 = t([[24, 722], [25, 723], [26, 722], [27, 721], [28, 718], [29, 719], [30, 717], [31, 722], [32, 718], [33, 720], [34, 390], [35, 720], [36, 719], [224, 729], [225, 730], [226, 731], [227, 732], [228, 733], [229, 734], [230, 735], [231, 736], [232, 737], [233, 738], [234, 739], [235, 740], [3, 709], [4, 710], [5, 711], [6, 712], [236, 741]]),
148
+ n115 = t([[24, 756], [25, 757], [26, 756], [27, 755], [28, 752], [29, 753], [30, 751], [31, 756], [32, 752], [33, 754], [34, 425], [35, 754], [36, 753], [224, 763], [225, 764], [226, 765], [227, 766], [228, 767], [229, 768], [230, 769], [231, 770], [232, 771], [233, 772], [234, 773], [235, 774], [3, 743], [4, 744], [5, 745], [6, 746], [236, 775]]),
149
+ n116 = t([[24, 791], [25, 792], [26, 791], [27, 790], [28, 786], [29, 787], [30, 785], [31, 791], [32, 786], [33, 788], [34, 789], [35, 788], [36, 787], [224, 798], [225, 799], [226, 800], [227, 801], [228, 802], [229, 803], [230, 804], [231, 805], [232, 806], [233, 807], [234, 808], [235, 809], [3, 777], [4, 778], [5, 779], [6, 780], [236, 810]]),
150
+ n117 = t([[24, 825], [25, 826], [26, 825], [27, 824], [28, 821], [29, 822], [30, 820], [31, 825], [32, 821], [33, 823], [34, 482], [35, 823], [36, 822], [224, 832], [225, 833], [226, 834], [227, 835], [228, 836], [229, 837], [230, 838], [231, 839], [232, 840], [233, 841], [234, 842], [235, 843], [3, 812], [4, 813], [5, 814], [6, 815], [236, 844]]),
151
+ n118 = t([[24, 859], [25, 860], [26, 859], [27, 858], [28, 855], [29, 856], [30, 854], [31, 859], [32, 855], [33, 857], [34, 517], [35, 857], [36, 856], [224, 866], [225, 867], [226, 868], [227, 869], [228, 870], [229, 871], [230, 872], [231, 873], [232, 874], [233, 875], [234, 876], [235, 877], [3, 846], [4, 847], [5, 848], [6, 849], [236, 878]]),
152
+ n119 = t([[24, 893], [25, 894], [26, 893], [27, 892], [28, 889], [29, 890], [30, 888], [31, 893], [32, 889], [33, 891], [34, 552], [35, 891], [36, 890], [224, 900], [225, 901], [226, 902], [227, 903], [228, 904], [229, 905], [230, 906], [231, 907], [232, 908], [233, 909], [234, 910], [235, 911], [3, 880], [4, 881], [5, 882], [6, 883], [236, 912]]),
153
+ n120 = t([[24, 927], [25, 928], [26, 927], [27, 926], [28, 923], [29, 924], [30, 922], [31, 927], [32, 923], [33, 925], [34, 587], [35, 925], [36, 924], [224, 934], [225, 935], [226, 936], [227, 937], [228, 938], [229, 939], [230, 940], [231, 941], [232, 942], [233, 943], [234, 944], [235, 945], [3, 914], [4, 915], [5, 916], [6, 917], [236, 946]]),
154
+ n121 = t([[24, 961], [25, 962], [26, 961], [27, 960], [28, 957], [29, 958], [30, 956], [31, 961], [32, 957], [33, 959], [34, 622], [35, 959], [36, 958], [224, 968], [225, 969], [226, 970], [227, 971], [228, 972], [229, 973], [230, 974], [231, 975], [232, 976], [233, 977], [234, 978], [235, 979], [3, 948], [4, 949], [5, 950], [6, 951], [236, 980]]),
155
+ n122 = t([[24, 657], [25, 658], [26, 657], [27, 656], [28, 653], [29, 654], [30, 652], [31, 657], [32, 653], [33, 196], [34, 655], [35, 196], [36, 654], [224, 664], [225, 665], [226, 666], [227, 667], [228, 668], [229, 669], [230, 670], [231, 671], [232, 672], [233, 673], [234, 674], [235, 675], [3, 645], [4, 646], [5, 647], [6, 648], [236, 676]]),
156
+ themes = {
157
+ light: n1,
158
+ dark: n2,
159
+ light_accent: n3,
160
+ light_white_accent: n3,
161
+ light_Tooltip: n3,
162
+ light_SwitchThumb: n3,
163
+ light_white_Tooltip: n3,
164
+ light_white_SwitchThumb: n3,
165
+ dark_accent: n4,
166
+ dark_black_accent: n4,
167
+ dark_Tooltip: n4,
168
+ dark_SwitchThumb: n4,
169
+ dark_black_Tooltip: n4,
170
+ dark_black_SwitchThumb: n4,
171
+ light_black: n5,
172
+ light_white: n6,
173
+ light_gray: n7,
174
+ light_blue: n8,
175
+ light_red: n9,
176
+ light_yellow: n10,
177
+ light_green: n11,
178
+ light_orange: n12,
179
+ light_pink: n13,
180
+ light_purple: n14,
181
+ light_teal: n15,
182
+ light_neutral: n16,
183
+ dark_black: n17,
184
+ dark_white: n18,
185
+ dark_gray: n19,
186
+ dark_blue: n20,
187
+ dark_red: n21,
188
+ dark_yellow: n22,
189
+ dark_green: n23,
190
+ dark_orange: n24,
191
+ dark_pink: n25,
192
+ dark_purple: n26,
193
+ dark_teal: n27,
194
+ dark_neutral: n28,
195
+ light_surface1: n29,
196
+ light_white_surface1: n29,
197
+ light_Input: n29,
198
+ light_Progress: n29,
199
+ light_Slider: n29,
200
+ light_TextArea: n29,
201
+ light_white_Input: n29,
202
+ light_white_Progress: n29,
203
+ light_white_Slider: n29,
204
+ light_white_TextArea: n29,
205
+ light_surface2: n30,
206
+ light_white_surface2: n30,
207
+ light_Button: n30,
208
+ light_SliderThumb: n30,
209
+ light_Switch: n30,
210
+ light_white_Button: n30,
211
+ light_white_SliderThumb: n30,
212
+ light_white_Switch: n30,
213
+ dark_surface1: n31,
214
+ dark_black_surface1: n31,
215
+ dark_Input: n31,
216
+ dark_Progress: n31,
217
+ dark_Slider: n31,
218
+ dark_TextArea: n31,
219
+ dark_black_Input: n31,
220
+ dark_black_Progress: n31,
221
+ dark_black_Slider: n31,
222
+ dark_black_TextArea: n31,
223
+ dark_surface2: n32,
224
+ dark_black_surface2: n32,
225
+ dark_Button: n32,
226
+ dark_SliderThumb: n32,
227
+ dark_Switch: n32,
228
+ dark_black_Button: n32,
229
+ dark_black_SliderThumb: n32,
230
+ dark_black_Switch: n32,
231
+ light_black_accent: n33,
232
+ light_black_Tooltip: n33,
233
+ light_black_SwitchThumb: n33,
234
+ light_black_surface1: n34,
235
+ light_black_Input: n34,
236
+ light_black_Progress: n34,
237
+ light_black_Slider: n34,
238
+ light_black_TextArea: n34,
239
+ light_black_surface2: n35,
240
+ light_black_Button: n35,
241
+ light_black_SliderThumb: n35,
242
+ light_black_Switch: n35,
243
+ light_gray_accent: n36,
244
+ light_gray_Tooltip: n36,
245
+ light_gray_SwitchThumb: n36,
246
+ light_gray_surface1: n37,
247
+ light_gray_Input: n37,
248
+ light_gray_Progress: n37,
249
+ light_gray_Slider: n37,
250
+ light_gray_TextArea: n37,
251
+ light_gray_surface2: n38,
252
+ light_gray_Button: n38,
253
+ light_gray_SliderThumb: n38,
254
+ light_gray_Switch: n38,
255
+ light_blue_accent: n39,
256
+ light_blue_Tooltip: n39,
257
+ light_blue_SwitchThumb: n39,
258
+ light_blue_surface1: n40,
259
+ light_blue_Input: n40,
260
+ light_blue_Progress: n40,
261
+ light_blue_Slider: n40,
262
+ light_blue_TextArea: n40,
263
+ light_blue_surface2: n41,
264
+ light_blue_Button: n41,
265
+ light_blue_SliderThumb: n41,
266
+ light_blue_Switch: n41,
267
+ light_red_accent: n42,
268
+ light_red_Tooltip: n42,
269
+ light_red_SwitchThumb: n42,
270
+ light_red_surface1: n43,
271
+ light_red_Input: n43,
272
+ light_red_Progress: n43,
273
+ light_red_Slider: n43,
274
+ light_red_TextArea: n43,
275
+ light_red_surface2: n44,
276
+ light_red_Button: n44,
277
+ light_red_SliderThumb: n44,
278
+ light_red_Switch: n44,
279
+ light_yellow_accent: n45,
280
+ light_yellow_Tooltip: n45,
281
+ light_yellow_SwitchThumb: n45,
282
+ light_yellow_surface1: n46,
283
+ light_yellow_Input: n46,
284
+ light_yellow_Progress: n46,
285
+ light_yellow_Slider: n46,
286
+ light_yellow_TextArea: n46,
287
+ light_yellow_surface2: n47,
288
+ light_yellow_Button: n47,
289
+ light_yellow_SliderThumb: n47,
290
+ light_yellow_Switch: n47,
291
+ light_green_accent: n48,
292
+ light_green_Tooltip: n48,
293
+ light_green_SwitchThumb: n48,
294
+ light_green_surface1: n49,
295
+ light_green_Input: n49,
296
+ light_green_Progress: n49,
297
+ light_green_Slider: n49,
298
+ light_green_TextArea: n49,
299
+ light_green_surface2: n50,
300
+ light_green_Button: n50,
301
+ light_green_SliderThumb: n50,
302
+ light_green_Switch: n50,
303
+ light_orange_accent: n51,
304
+ light_orange_Tooltip: n51,
305
+ light_orange_SwitchThumb: n51,
306
+ light_orange_surface1: n52,
307
+ light_orange_Input: n52,
308
+ light_orange_Progress: n52,
309
+ light_orange_Slider: n52,
310
+ light_orange_TextArea: n52,
311
+ light_orange_surface2: n53,
312
+ light_orange_Button: n53,
313
+ light_orange_SliderThumb: n53,
314
+ light_orange_Switch: n53,
315
+ light_pink_accent: n54,
316
+ light_pink_Tooltip: n54,
317
+ light_pink_SwitchThumb: n54,
318
+ light_pink_surface1: n55,
319
+ light_pink_Input: n55,
320
+ light_pink_Progress: n55,
321
+ light_pink_Slider: n55,
322
+ light_pink_TextArea: n55,
323
+ light_pink_surface2: n56,
324
+ light_pink_Button: n56,
325
+ light_pink_SliderThumb: n56,
326
+ light_pink_Switch: n56,
327
+ light_purple_accent: n57,
328
+ light_purple_Tooltip: n57,
329
+ light_purple_SwitchThumb: n57,
330
+ light_purple_surface1: n58,
331
+ light_purple_Input: n58,
332
+ light_purple_Progress: n58,
333
+ light_purple_Slider: n58,
334
+ light_purple_TextArea: n58,
335
+ light_purple_surface2: n59,
336
+ light_purple_Button: n59,
337
+ light_purple_SliderThumb: n59,
338
+ light_purple_Switch: n59,
339
+ light_teal_accent: n60,
340
+ light_teal_Tooltip: n60,
341
+ light_teal_SwitchThumb: n60,
342
+ light_teal_surface1: n61,
343
+ light_teal_Input: n61,
344
+ light_teal_Progress: n61,
345
+ light_teal_Slider: n61,
346
+ light_teal_TextArea: n61,
347
+ light_teal_surface2: n62,
348
+ light_teal_Button: n62,
349
+ light_teal_SliderThumb: n62,
350
+ light_teal_Switch: n62,
351
+ light_neutral_accent: n63,
352
+ light_neutral_Tooltip: n63,
353
+ light_neutral_SwitchThumb: n63,
354
+ light_neutral_surface1: n64,
355
+ light_neutral_Input: n64,
356
+ light_neutral_Progress: n64,
357
+ light_neutral_Slider: n64,
358
+ light_neutral_TextArea: n64,
359
+ light_neutral_surface2: n65,
360
+ light_neutral_Button: n65,
361
+ light_neutral_SliderThumb: n65,
362
+ light_neutral_Switch: n65,
363
+ dark_white_accent: n66,
364
+ dark_white_Tooltip: n66,
365
+ dark_white_SwitchThumb: n66,
366
+ dark_white_surface1: n67,
367
+ dark_white_Input: n67,
368
+ dark_white_Progress: n67,
369
+ dark_white_Slider: n67,
370
+ dark_white_TextArea: n67,
371
+ dark_white_surface2: n68,
372
+ dark_white_Button: n68,
373
+ dark_white_SliderThumb: n68,
374
+ dark_white_Switch: n68,
375
+ dark_gray_accent: n69,
376
+ dark_gray_Tooltip: n69,
377
+ dark_gray_SwitchThumb: n69,
378
+ dark_gray_surface1: n70,
379
+ dark_gray_Input: n70,
380
+ dark_gray_Progress: n70,
381
+ dark_gray_Slider: n70,
382
+ dark_gray_TextArea: n70,
383
+ dark_gray_surface2: n71,
384
+ dark_gray_Button: n71,
385
+ dark_gray_SliderThumb: n71,
386
+ dark_gray_Switch: n71,
387
+ dark_blue_accent: n72,
388
+ dark_blue_Tooltip: n72,
389
+ dark_blue_SwitchThumb: n72,
390
+ dark_blue_surface1: n73,
391
+ dark_blue_Input: n73,
392
+ dark_blue_Progress: n73,
393
+ dark_blue_Slider: n73,
394
+ dark_blue_TextArea: n73,
395
+ dark_blue_surface2: n74,
396
+ dark_blue_Button: n74,
397
+ dark_blue_SliderThumb: n74,
398
+ dark_blue_Switch: n74,
399
+ dark_red_accent: n75,
400
+ dark_red_Tooltip: n75,
401
+ dark_red_SwitchThumb: n75,
402
+ dark_red_surface1: n76,
403
+ dark_red_Input: n76,
404
+ dark_red_Progress: n76,
405
+ dark_red_Slider: n76,
406
+ dark_red_TextArea: n76,
407
+ dark_red_surface2: n77,
408
+ dark_red_Button: n77,
409
+ dark_red_SliderThumb: n77,
410
+ dark_red_Switch: n77,
411
+ dark_yellow_accent: n78,
412
+ dark_yellow_Tooltip: n78,
413
+ dark_yellow_SwitchThumb: n78,
414
+ dark_yellow_surface1: n79,
415
+ dark_yellow_Input: n79,
416
+ dark_yellow_Progress: n79,
417
+ dark_yellow_Slider: n79,
418
+ dark_yellow_TextArea: n79,
419
+ dark_yellow_surface2: n80,
420
+ dark_yellow_Button: n80,
421
+ dark_yellow_SliderThumb: n80,
422
+ dark_yellow_Switch: n80,
423
+ dark_green_accent: n81,
424
+ dark_green_Tooltip: n81,
425
+ dark_green_SwitchThumb: n81,
426
+ dark_green_surface1: n82,
427
+ dark_green_Input: n82,
428
+ dark_green_Progress: n82,
429
+ dark_green_Slider: n82,
430
+ dark_green_TextArea: n82,
431
+ dark_green_surface2: n83,
432
+ dark_green_Button: n83,
433
+ dark_green_SliderThumb: n83,
434
+ dark_green_Switch: n83,
435
+ dark_orange_accent: n84,
436
+ dark_orange_Tooltip: n84,
437
+ dark_orange_SwitchThumb: n84,
438
+ dark_orange_surface1: n85,
439
+ dark_orange_Input: n85,
440
+ dark_orange_Progress: n85,
441
+ dark_orange_Slider: n85,
442
+ dark_orange_TextArea: n85,
443
+ dark_orange_surface2: n86,
444
+ dark_orange_Button: n86,
445
+ dark_orange_SliderThumb: n86,
446
+ dark_orange_Switch: n86,
447
+ dark_pink_accent: n87,
448
+ dark_pink_Tooltip: n87,
449
+ dark_pink_SwitchThumb: n87,
450
+ dark_pink_surface1: n88,
451
+ dark_pink_Input: n88,
452
+ dark_pink_Progress: n88,
453
+ dark_pink_Slider: n88,
454
+ dark_pink_TextArea: n88,
455
+ dark_pink_surface2: n89,
456
+ dark_pink_Button: n89,
457
+ dark_pink_SliderThumb: n89,
458
+ dark_pink_Switch: n89,
459
+ dark_purple_accent: n90,
460
+ dark_purple_Tooltip: n90,
461
+ dark_purple_SwitchThumb: n90,
462
+ dark_purple_surface1: n91,
463
+ dark_purple_Input: n91,
464
+ dark_purple_Progress: n91,
465
+ dark_purple_Slider: n91,
466
+ dark_purple_TextArea: n91,
467
+ dark_purple_surface2: n92,
468
+ dark_purple_Button: n92,
469
+ dark_purple_SliderThumb: n92,
470
+ dark_purple_Switch: n92,
471
+ dark_teal_accent: n93,
472
+ dark_teal_Tooltip: n93,
473
+ dark_teal_SwitchThumb: n93,
474
+ dark_teal_surface1: n94,
475
+ dark_teal_Input: n94,
476
+ dark_teal_Progress: n94,
477
+ dark_teal_Slider: n94,
478
+ dark_teal_TextArea: n94,
479
+ dark_teal_surface2: n95,
480
+ dark_teal_Button: n95,
481
+ dark_teal_SliderThumb: n95,
482
+ dark_teal_Switch: n95,
483
+ dark_neutral_accent: n96,
484
+ dark_neutral_Tooltip: n96,
485
+ dark_neutral_SwitchThumb: n96,
486
+ dark_neutral_surface1: n97,
487
+ dark_neutral_Input: n97,
488
+ dark_neutral_Progress: n97,
489
+ dark_neutral_Slider: n97,
490
+ dark_neutral_TextArea: n97,
491
+ dark_neutral_surface2: n98,
492
+ dark_neutral_Button: n98,
493
+ dark_neutral_SliderThumb: n98,
494
+ dark_neutral_Switch: n98,
495
+ light_ProgressIndicator: n99,
496
+ light_SliderActive: n99,
497
+ light_white_ProgressIndicator: n99,
498
+ light_white_SliderActive: n99,
499
+ dark_ProgressIndicator: n100,
500
+ dark_SliderActive: n100,
501
+ dark_black_ProgressIndicator: n100,
502
+ dark_black_SliderActive: n100,
503
+ light_black_ProgressIndicator: n101,
504
+ light_black_SliderActive: n101,
505
+ light_gray_ProgressIndicator: n102,
506
+ light_gray_SliderActive: n102,
507
+ light_blue_ProgressIndicator: n103,
508
+ light_blue_SliderActive: n103,
509
+ light_red_ProgressIndicator: n104,
510
+ light_red_SliderActive: n104,
511
+ light_yellow_ProgressIndicator: n105,
512
+ light_yellow_SliderActive: n105,
513
+ light_green_ProgressIndicator: n106,
514
+ light_green_SliderActive: n106,
515
+ light_orange_ProgressIndicator: n107,
516
+ light_orange_SliderActive: n107,
517
+ light_pink_ProgressIndicator: n108,
518
+ light_pink_SliderActive: n108,
519
+ light_purple_ProgressIndicator: n109,
520
+ light_purple_SliderActive: n109,
521
+ light_teal_ProgressIndicator: n110,
522
+ light_teal_SliderActive: n110,
523
+ light_neutral_ProgressIndicator: n111,
524
+ light_neutral_SliderActive: n111,
525
+ dark_white_ProgressIndicator: n112,
526
+ dark_white_SliderActive: n112,
527
+ dark_gray_ProgressIndicator: n113,
528
+ dark_gray_SliderActive: n113,
529
+ dark_blue_ProgressIndicator: n114,
530
+ dark_blue_SliderActive: n114,
531
+ dark_red_ProgressIndicator: n115,
532
+ dark_red_SliderActive: n115,
533
+ dark_yellow_ProgressIndicator: n116,
534
+ dark_yellow_SliderActive: n116,
535
+ dark_green_ProgressIndicator: n117,
536
+ dark_green_SliderActive: n117,
537
+ dark_orange_ProgressIndicator: n118,
538
+ dark_orange_SliderActive: n118,
539
+ dark_pink_ProgressIndicator: n119,
540
+ dark_pink_SliderActive: n119,
541
+ dark_purple_ProgressIndicator: n120,
542
+ dark_purple_SliderActive: n120,
543
+ dark_teal_ProgressIndicator: n121,
544
+ dark_teal_SliderActive: n121,
545
+ dark_neutral_ProgressIndicator: n122,
546
+ dark_neutral_SliderActive: n122
547
+ };