@jackbernnie/hiyf 0.1.0

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 (245) hide show
  1. package/LICENSE +191 -0
  2. package/NOTICE +12 -0
  3. package/README.md +47 -0
  4. package/dist/components/Accordion.d.ts +38 -0
  5. package/dist/components/Accordion.js +38 -0
  6. package/dist/components/Alert.d.ts +29 -0
  7. package/dist/components/Alert.js +39 -0
  8. package/dist/components/AlertDialog.d.ts +37 -0
  9. package/dist/components/AlertDialog.js +38 -0
  10. package/dist/components/AspectRatio.d.ts +15 -0
  11. package/dist/components/AspectRatio.js +15 -0
  12. package/dist/components/Avatar.d.ts +26 -0
  13. package/dist/components/Avatar.js +13 -0
  14. package/dist/components/Badge.d.ts +18 -0
  15. package/dist/components/Badge.js +17 -0
  16. package/dist/components/Box.d.ts +13 -0
  17. package/dist/components/Box.js +52 -0
  18. package/dist/components/Breadcrumb.d.ts +33 -0
  19. package/dist/components/Breadcrumb.js +16 -0
  20. package/dist/components/Button.d.ts +40 -0
  21. package/dist/components/Button.js +33 -0
  22. package/dist/components/ButtonGroup.d.ts +18 -0
  23. package/dist/components/ButtonGroup.js +8 -0
  24. package/dist/components/Card.d.ts +46 -0
  25. package/dist/components/Card.js +24 -0
  26. package/dist/components/Carousel.d.ts +27 -0
  27. package/dist/components/Carousel.js +13 -0
  28. package/dist/components/Chart.d.ts +17 -0
  29. package/dist/components/Chart.js +94 -0
  30. package/dist/components/Checkbox.d.ts +26 -0
  31. package/dist/components/Checkbox.js +9 -0
  32. package/dist/components/Collapsible.d.ts +27 -0
  33. package/dist/components/Collapsible.js +26 -0
  34. package/dist/components/Combobox.d.ts +36 -0
  35. package/dist/components/Combobox.js +41 -0
  36. package/dist/components/Command.d.ts +37 -0
  37. package/dist/components/Command.js +32 -0
  38. package/dist/components/ContextMenu.d.ts +34 -0
  39. package/dist/components/ContextMenu.js +23 -0
  40. package/dist/components/Dialog.d.ts +20 -0
  41. package/dist/components/Dialog.js +34 -0
  42. package/dist/components/Drawer.d.ts +28 -0
  43. package/dist/components/Drawer.js +25 -0
  44. package/dist/components/DropdownMenu.d.ts +42 -0
  45. package/dist/components/DropdownMenu.js +32 -0
  46. package/dist/components/Empty.d.ts +28 -0
  47. package/dist/components/Empty.js +15 -0
  48. package/dist/components/Field.d.ts +30 -0
  49. package/dist/components/Field.js +13 -0
  50. package/dist/components/Grid.d.ts +32 -0
  51. package/dist/components/Grid.js +37 -0
  52. package/dist/components/GridItem.d.ts +30 -0
  53. package/dist/components/GridItem.js +40 -0
  54. package/dist/components/HoverCard.d.ts +22 -0
  55. package/dist/components/HoverCard.js +12 -0
  56. package/dist/components/Input.d.ts +34 -0
  57. package/dist/components/Input.js +8 -0
  58. package/dist/components/InputGroup.d.ts +28 -0
  59. package/dist/components/InputGroup.js +13 -0
  60. package/dist/components/InputOTP.d.ts +26 -0
  61. package/dist/components/InputOTP.js +25 -0
  62. package/dist/components/Kbd.d.ts +26 -0
  63. package/dist/components/Kbd.js +11 -0
  64. package/dist/components/Label.d.ts +20 -0
  65. package/dist/components/Label.js +17 -0
  66. package/dist/components/Menubar.d.ts +35 -0
  67. package/dist/components/Menubar.js +19 -0
  68. package/dist/components/NativeSelect.d.ts +33 -0
  69. package/dist/components/NativeSelect.js +37 -0
  70. package/dist/components/NavigationMenu.d.ts +32 -0
  71. package/dist/components/NavigationMenu.js +14 -0
  72. package/dist/components/Pagination.d.ts +28 -0
  73. package/dist/components/Pagination.js +62 -0
  74. package/dist/components/Popover.d.ts +28 -0
  75. package/dist/components/Popover.js +19 -0
  76. package/dist/components/Progress.d.ts +25 -0
  77. package/dist/components/Progress.js +37 -0
  78. package/dist/components/RadioGroup.d.ts +35 -0
  79. package/dist/components/RadioGroup.js +44 -0
  80. package/dist/components/Resizable.d.ts +31 -0
  81. package/dist/components/Resizable.js +17 -0
  82. package/dist/components/ScrollArea.d.ts +8 -0
  83. package/dist/components/ScrollArea.js +14 -0
  84. package/dist/components/Select.d.ts +35 -0
  85. package/dist/components/Select.js +33 -0
  86. package/dist/components/Separator.d.ts +10 -0
  87. package/dist/components/Separator.js +30 -0
  88. package/dist/components/Sheet.d.ts +31 -0
  89. package/dist/components/Sheet.js +26 -0
  90. package/dist/components/Sidebar.d.ts +52 -0
  91. package/dist/components/Sidebar.js +96 -0
  92. package/dist/components/Skeleton.d.ts +40 -0
  93. package/dist/components/Skeleton.js +42 -0
  94. package/dist/components/Slider.d.ts +26 -0
  95. package/dist/components/Slider.js +9 -0
  96. package/dist/components/Spinner.d.ts +7 -0
  97. package/dist/components/Spinner.js +13 -0
  98. package/dist/components/Status.d.ts +30 -0
  99. package/dist/components/Status.js +27 -0
  100. package/dist/components/Switch.d.ts +27 -0
  101. package/dist/components/Switch.js +9 -0
  102. package/dist/components/Table.d.ts +39 -0
  103. package/dist/components/Table.js +22 -0
  104. package/dist/components/Tabs.d.ts +32 -0
  105. package/dist/components/Tabs.js +21 -0
  106. package/dist/components/Text.d.ts +2 -0
  107. package/dist/components/Text.js +5 -0
  108. package/dist/components/Textarea.d.ts +32 -0
  109. package/dist/components/Textarea.js +15 -0
  110. package/dist/components/Toaster.d.ts +30 -0
  111. package/dist/components/Toaster.js +9 -0
  112. package/dist/components/Toggle.d.ts +34 -0
  113. package/dist/components/Toggle.js +31 -0
  114. package/dist/components/ToggleGroup.d.ts +46 -0
  115. package/dist/components/ToggleGroup.js +26 -0
  116. package/dist/components/Tooltip.d.ts +25 -0
  117. package/dist/components/Tooltip.js +12 -0
  118. package/dist/components/ui/accordion.d.ts +7 -0
  119. package/dist/components/ui/accordion.js +81 -0
  120. package/dist/components/ui/alert-dialog.d.ts +18 -0
  121. package/dist/components/ui/alert-dialog.js +154 -0
  122. package/dist/components/ui/alert.d.ts +10 -0
  123. package/dist/components/ui/alert.js +64 -0
  124. package/dist/components/ui/aspect-ratio.d.ts +3 -0
  125. package/dist/components/ui/aspect-ratio.js +11 -0
  126. package/dist/components/ui/avatar.d.ts +11 -0
  127. package/dist/components/ui/avatar.js +57 -0
  128. package/dist/components/ui/badge.d.ts +9 -0
  129. package/dist/components/ui/badge.js +42 -0
  130. package/dist/components/ui/breadcrumb.d.ts +11 -0
  131. package/dist/components/ui/breadcrumb.js +87 -0
  132. package/dist/components/ui/button-group.d.ts +11 -0
  133. package/dist/components/ui/button-group.js +37 -0
  134. package/dist/components/ui/button.d.ts +10 -0
  135. package/dist/components/ui/button.js +55 -0
  136. package/dist/components/ui/card.d.ts +11 -0
  137. package/dist/components/ui/card.js +82 -0
  138. package/dist/components/ui/carousel.d.ts +28 -0
  139. package/dist/components/ui/carousel.js +196 -0
  140. package/dist/components/ui/chart.d.ts +44 -0
  141. package/dist/components/ui/chart.js +198 -0
  142. package/dist/components/ui/checkbox.d.ts +4 -0
  143. package/dist/components/ui/checkbox.js +33 -0
  144. package/dist/components/ui/collapsible.d.ts +5 -0
  145. package/dist/components/ui/collapsible.js +33 -0
  146. package/dist/components/ui/combobox.d.ts +24 -0
  147. package/dist/components/ui/combobox.js +160 -0
  148. package/dist/components/ui/command.d.ts +18 -0
  149. package/dist/components/ui/command.js +142 -0
  150. package/dist/components/ui/context-menu.d.ts +31 -0
  151. package/dist/components/ui/context-menu.js +73 -0
  152. package/dist/components/ui/dialog.d.ts +17 -0
  153. package/dist/components/ui/dialog.js +138 -0
  154. package/dist/components/ui/direction.d.ts +7 -0
  155. package/dist/components/ui/direction.js +14 -0
  156. package/dist/components/ui/drawer.d.ts +13 -0
  157. package/dist/components/ui/drawer.js +101 -0
  158. package/dist/components/ui/dropdown-menu.d.ts +29 -0
  159. package/dist/components/ui/dropdown-menu.js +98 -0
  160. package/dist/components/ui/empty.d.ts +11 -0
  161. package/dist/components/ui/empty.js +97 -0
  162. package/dist/components/ui/field.d.ts +24 -0
  163. package/dist/components/ui/field.js +110 -0
  164. package/dist/components/ui/hover-card.d.ts +6 -0
  165. package/dist/components/ui/hover-card.js +37 -0
  166. package/dist/components/ui/input-group.d.ts +16 -0
  167. package/dist/components/ui/input-group.js +111 -0
  168. package/dist/components/ui/input-otp.d.ts +11 -0
  169. package/dist/components/ui/input-otp.js +66 -0
  170. package/dist/components/ui/input.d.ts +3 -0
  171. package/dist/components/ui/input.js +19 -0
  172. package/dist/components/ui/item.d.ts +23 -0
  173. package/dist/components/ui/item.js +181 -0
  174. package/dist/components/ui/kbd.d.ts +3 -0
  175. package/dist/components/ui/kbd.js +28 -0
  176. package/dist/components/ui/label.d.ts +4 -0
  177. package/dist/components/ui/label.js +23 -0
  178. package/dist/components/ui/menubar.d.ts +30 -0
  179. package/dist/components/ui/menubar.js +119 -0
  180. package/dist/components/ui/native-select.d.ts +8 -0
  181. package/dist/components/ui/native-select.js +49 -0
  182. package/dist/components/ui/navigation-menu.d.ts +14 -0
  183. package/dist/components/ui/navigation-menu.js +139 -0
  184. package/dist/components/ui/pagination.d.ts +17 -0
  185. package/dist/components/ui/pagination.js +120 -0
  186. package/dist/components/ui/popover.d.ts +10 -0
  187. package/dist/components/ui/popover.js +37 -0
  188. package/dist/components/ui/progress.d.ts +4 -0
  189. package/dist/components/ui/radio-group.d.ts +5 -0
  190. package/dist/components/ui/radio-group.js +44 -0
  191. package/dist/components/ui/resizable.d.ts +7 -0
  192. package/dist/components/ui/resizable.js +44 -0
  193. package/dist/components/ui/scroll-area.d.ts +5 -0
  194. package/dist/components/ui/scroll-area.js +59 -0
  195. package/dist/components/ui/select.d.ts +15 -0
  196. package/dist/components/ui/select.js +131 -0
  197. package/dist/components/ui/separator.d.ts +4 -0
  198. package/dist/components/ui/separator.js +27 -0
  199. package/dist/components/ui/sheet.d.ts +14 -0
  200. package/dist/components/ui/sheet.js +113 -0
  201. package/dist/components/ui/sidebar.d.ts +69 -0
  202. package/dist/components/ui/sidebar.js +459 -0
  203. package/dist/components/ui/skeleton.d.ts +2 -0
  204. package/dist/components/ui/slider.d.ts +4 -0
  205. package/dist/components/ui/slider.js +60 -0
  206. package/dist/components/ui/sonner.d.ts +3 -0
  207. package/dist/components/ui/sonner.js +38 -0
  208. package/dist/components/ui/spinner.d.ts +2 -0
  209. package/dist/components/ui/spinner.js +13 -0
  210. package/dist/components/ui/switch.d.ts +6 -0
  211. package/dist/components/ui/switch.js +32 -0
  212. package/dist/components/ui/table.d.ts +10 -0
  213. package/dist/components/ui/table.js +95 -0
  214. package/dist/components/ui/tabs.d.ts +11 -0
  215. package/dist/components/ui/tabs.js +87 -0
  216. package/dist/components/ui/textarea.d.ts +3 -0
  217. package/dist/components/ui/textarea.js +18 -0
  218. package/dist/components/ui/toggle-group.d.ts +10 -0
  219. package/dist/components/ui/toggle-group.js +76 -0
  220. package/dist/components/ui/toggle.d.ts +9 -0
  221. package/dist/components/ui/toggle.js +43 -0
  222. package/dist/components/ui/tooltip.d.ts +7 -0
  223. package/dist/components/ui/tooltip.js +53 -0
  224. package/dist/hooks/use-mobile.d.ts +1 -0
  225. package/dist/hooks/use-mobile.js +18 -0
  226. package/dist/index.d.ts +122 -0
  227. package/dist/index.js +61 -0
  228. package/dist/lib/utils.d.ts +2 -0
  229. package/dist/lib/utils.js +8 -0
  230. package/dist/primitives/createText.d.ts +103 -0
  231. package/dist/primitives/createText.js +183 -0
  232. package/dist/primitives/resolveProperties.d.ts +17 -0
  233. package/dist/stylex.css +1450 -0
  234. package/dist/tokens/animations.d.ts +126 -0
  235. package/dist/tokens/animations.js +61 -0
  236. package/dist/tokens/tokens.stylex.d.ts +85 -0
  237. package/dist/tokens/tokens.stylex.js +81 -0
  238. package/dist/utils/box-styles.d.ts +1117 -0
  239. package/dist/utils/box-styles.js +1455 -0
  240. package/dist/utils/grid.d.ts +4 -0
  241. package/dist/utils/resolvers.d.ts +10 -0
  242. package/dist/utils/resolvers.js +356 -0
  243. package/dist/utils/types.d.ts +133 -0
  244. package/package.json +80 -0
  245. package/src/theme.css +206 -0
@@ -0,0 +1,1450 @@
1
+ :root, .x1yvbn9g {
2
+ --x1bpj6mm: none;
3
+ --xk4tqw9: 0 1px 2px #0000000d;
4
+ --x12cdk85: 0 0px 15px #0000000a, 0 0px 2px #0000000f;
5
+ --xssuu6: 0 0px 20px #0000000a, 0 0px 5px #0000000f;
6
+ --x1lz7a6k: 0 0px 30px #0000000a, 0 0px 10px #0000000f;
7
+ }
8
+
9
+ :root, .xq51erv {
10
+ --x1dulp5n: 0s;
11
+ --x1cobr8s: .12s;
12
+ --xx13mrz: .2s;
13
+ --x1x0p2eb: .32s;
14
+ --xfeph44: .48s;
15
+ }
16
+
17
+ :root, .xe12k8q {
18
+ --x1gf3f8t: var(--lightningcss-light, #000) var(--lightningcss-dark, #fff);
19
+ --xqrwy3f: var(--lightningcss-light, #6a7282) var(--lightningcss-dark, #7d7f8c);
20
+ --x13e1qfx: var(--lightningcss-light, #99a1af) var(--lightningcss-dark, #71727a);
21
+ --x1osny8q: var(--lightningcss-light, #00bb7e) var(--lightningcss-dark, #00bb7e);
22
+ --x1mixa3t: var(--lightningcss-light, #fb2c38) var(--lightningcss-dark, #fb2c38);
23
+ --x1vkc7ih: var(--lightningcss-light, #f99c00) var(--lightningcss-dark, #f99c00);
24
+ --xjx2sl: var(--lightningcss-light, #898f9c) var(--lightningcss-dark, #989fab);
25
+ }
26
+
27
+ @supports (color: lab(0% 0 0)) {
28
+ :root, .xe12k8q {
29
+ --xqrwy3f: var(--lightningcss-light, lab(47.7841% -.393182 -10.0268)) var(--lightningcss-dark, lab(53.3255% 1.40297 -7.38626));
30
+ --x13e1qfx: var(--lightningcss-light, lab(65.9269% -.832707 -8.17473)) var(--lightningcss-dark, lab(48.1551% .864536 -4.57108));
31
+ --x1osny8q: var(--lightningcss-light, lab(66.9741% -58.0824 20.0982)) var(--lightningcss-dark, lab(66.9741% -58.0824 20.0982));
32
+ --x1mixa3t: var(--lightningcss-light, lab(55.4735% 75.1505 48.0805)) var(--lightningcss-dark, lab(55.4735% 75.1505 48.0805));
33
+ --x1vkc7ih: var(--lightningcss-light, lab(72.7153% 31.942 97.8348)) var(--lightningcss-dark, lab(72.7153% 31.942 97.8348));
34
+ --xjx2sl: var(--lightningcss-light, lab(59.3104% -.446051 -7.47464)) var(--lightningcss-dark, lab(65.1111% -.459403 -7.48129));
35
+ }
36
+ }
37
+
38
+ :root, .x3o8qo0 {
39
+ --x1rar3os: 0;
40
+ --x1wxfz1x: 4px;
41
+ --x1wgg1jz: 8px;
42
+ --xchumnb: 12px;
43
+ --xxlrnop: 16px;
44
+ --x7r7sef: 24px;
45
+ --x1wjolhk: 32px;
46
+ --xr1xmvj: 48px;
47
+ --x14c7wq8: 64px;
48
+ --x1apyyst: 96px;
49
+ }
50
+
51
+ :root, .x1okhtjr {
52
+ --xb9t9qz: var(--lightningcss-light, #e5e7eb) var(--lightningcss-dark, #1d1e20);
53
+ --xwpvn0g: var(--lightningcss-light, #f6f6f6) var(--lightningcss-dark, #17171a);
54
+ --x1t6ehjk: var(--lightningcss-light, #decb56) var(--lightningcss-dark, #937400);
55
+ --x1gac5em: var(--lightningcss-light, #e5e7eb) var(--lightningcss-dark, #0000);
56
+ }
57
+
58
+ @supports (color: lab(0% 0 0)) {
59
+ :root, .x1okhtjr {
60
+ --xb9t9qz: var(--lightningcss-light, lab(91.6229% -.159115 -2.26791)) var(--lightningcss-dark, lab(11.217% -.0964031 -1.54577));
61
+ --xwpvn0g: var(--lightningcss-light, lab(96.8849% 0 0)) var(--lightningcss-dark, lab(7.85791% .338666 -1.85103));
62
+ --x1t6ehjk: var(--lightningcss-light, lab(81.6491% -3.12603 59.2444)) var(--lightningcss-dark, lab(50.6081% 7.2386 80.5927));
63
+ --x1gac5em: var(--lightningcss-light, lab(91.6229% -.159115 -2.26791)) var(--lightningcss-dark, lab(0% 0 0 / 0));
64
+ }
65
+ }
66
+
67
+ :root, .xe1fndl {
68
+ --xewqza3: var(--lightningcss-light, #fff) var(--lightningcss-dark, #090909);
69
+ --x1forjiq: var(--lightningcss-light, #f9fafb) var(--lightningcss-dark, #101011);
70
+ --xxlbvr3: var(--lightningcss-light, #f3f4f6) var(--lightningcss-dark, #171719);
71
+ --xgll94b: var(--lightningcss-light, #101828) var(--lightningcss-dark, #fff);
72
+ --x14qjew9: var(--lightningcss-light, #f8f6e2) var(--lightningcss-dark, #6d4e0033);
73
+ --x1orv1ku: var(--lightningcss-light, #defeed) var(--lightningcss-dark, #00bb7e33);
74
+ --x1cu0ldb: var(--lightningcss-light, #fff0ee) var(--lightningcss-dark, #fb2c3833);
75
+ --xndb461: var(--lightningcss-light, #f0f2f5) var(--lightningcss-dark, #7a808d33);
76
+ --x8h3i0x: var(--lightningcss-light, #0000) var(--lightningcss-dark, #171719);
77
+ }
78
+
79
+ @supports (color: lab(0% 0 0)) {
80
+ :root, .xe1fndl {
81
+ --x1forjiq: var(--lightningcss-light, lab(98.2596% -.247031 -.706708)) var(--lightningcss-dark, lab(4.70366% .144824 -.531313));
82
+ --xxlbvr3: var(--lightningcss-light, lab(96.1596% -.0823736 -1.13577)) var(--lightningcss-dark, lab(7.8027% .393994 -1.4171));
83
+ --xgll94b: var(--lightningcss-light, lab(8.11897% .811279 -12.254)) var(--lightningcss-dark, lab(100% 0 0));
84
+ --x14qjew9: var(--lightningcss-light, lab(96.7139% -1.83159 9.76751)) var(--lightningcss-dark, lab(35.6446% 9.83276 51.0473 / .2));
85
+ --x1orv1ku: var(--lightningcss-light, lab(97.0603% -13.025 4.60047)) var(--lightningcss-dark, lab(66.9741% -58.0824 20.0982 / .2));
86
+ --x1cu0ldb: var(--lightningcss-light, lab(96.1493% 12.2788 6.63452)) var(--lightningcss-dark, lab(55.4735% 75.1505 48.0805 / .2));
87
+ --xndb461: var(--lightningcss-light, lab(95.3398% -.150025 -1.88942)) var(--lightningcss-dark, lab(53.5095% -.430346 -7.467 / .2));
88
+ }
89
+ }
90
+
91
+ :root, .xgq2g6v {
92
+ --xp2820d: 0;
93
+ --xiyndgr: 8px;
94
+ --x1c47loo: 12px;
95
+ --x1vzimgr: 16px;
96
+ --x1uymohs: 32px;
97
+ --x6mqhnb: 9999px;
98
+ }
99
+
100
+ .x1bpp3o7:not(#\#) {
101
+ margin: auto;
102
+ }
103
+
104
+ .x1h03q6k:not(#\#) {
105
+ margin: var(--x14c7wq8);
106
+ }
107
+
108
+ .x14x4hbi:not(#\#) {
109
+ margin: var(--x1apyyst);
110
+ }
111
+
112
+ .x1uy0mcg:not(#\#) {
113
+ margin: var(--x1rar3os);
114
+ }
115
+
116
+ .x1g22xjg:not(#\#) {
117
+ margin: var(--x1wgg1jz);
118
+ }
119
+
120
+ .x1i28q1s:not(#\#) {
121
+ margin: var(--x1wjolhk);
122
+ }
123
+
124
+ .xqfw71t:not(#\#) {
125
+ margin: var(--x1wxfz1x);
126
+ }
127
+
128
+ .x47u73k:not(#\#) {
129
+ margin: var(--x7r7sef);
130
+ }
131
+
132
+ .xwbkfvm:not(#\#) {
133
+ margin: var(--xchumnb);
134
+ }
135
+
136
+ .x738dgk:not(#\#) {
137
+ margin: var(--xr1xmvj);
138
+ }
139
+
140
+ .x14hq6h6:not(#\#) {
141
+ margin: var(--xxlrnop);
142
+ }
143
+
144
+ .x1a1pra7:not(#\#) {
145
+ padding: var(--x14c7wq8);
146
+ }
147
+
148
+ .x1kae3kl:not(#\#) {
149
+ padding: var(--x1apyyst);
150
+ }
151
+
152
+ .x19ds00b:not(#\#) {
153
+ padding: var(--x1rar3os);
154
+ }
155
+
156
+ .xsajk2f:not(#\#) {
157
+ padding: var(--x1wgg1jz);
158
+ }
159
+
160
+ .xqilmnu:not(#\#) {
161
+ padding: var(--x1wjolhk);
162
+ }
163
+
164
+ .xn6tr1m:not(#\#) {
165
+ padding: var(--x1wxfz1x);
166
+ }
167
+
168
+ .x9m0wyy:not(#\#) {
169
+ padding: var(--x7r7sef);
170
+ }
171
+
172
+ .xlvswef:not(#\#) {
173
+ padding: var(--xchumnb);
174
+ }
175
+
176
+ .x3gc84b:not(#\#) {
177
+ padding: var(--xr1xmvj);
178
+ }
179
+
180
+ .x12dnq5a:not(#\#) {
181
+ padding: var(--xxlrnop);
182
+ }
183
+
184
+ .x1gyzygh:not(#\#):not(#\#) {
185
+ border-color: var(--x1t6ehjk);
186
+ }
187
+
188
+ .xay93zm:not(#\#):not(#\#) {
189
+ border-color: var(--xb9t9qz);
190
+ }
191
+
192
+ .x14fwfge:not(#\#):not(#\#) {
193
+ border-color: var(--xwpvn0g);
194
+ }
195
+
196
+ .xd2ym43:not(#\#):not(#\#) {
197
+ border-radius: var(--x1c47loo);
198
+ }
199
+
200
+ .xyrjy8q:not(#\#):not(#\#) {
201
+ border-radius: var(--x1uymohs);
202
+ }
203
+
204
+ .xhn0z3j:not(#\#):not(#\#) {
205
+ border-radius: var(--x1vzimgr);
206
+ }
207
+
208
+ .x1yr9fas:not(#\#):not(#\#) {
209
+ border-radius: var(--x6mqhnb);
210
+ }
211
+
212
+ .x114l8gr:not(#\#):not(#\#) {
213
+ border-radius: var(--xiyndgr);
214
+ }
215
+
216
+ .x1ii8sgz:not(#\#):not(#\#) {
217
+ border-radius: var(--xp2820d);
218
+ }
219
+
220
+ .xbsl7fq:not(#\#):not(#\#) {
221
+ border-style: dashed;
222
+ }
223
+
224
+ .xha96y3:not(#\#):not(#\#) {
225
+ border-style: dotted;
226
+ }
227
+
228
+ .xng3xce:not(#\#):not(#\#) {
229
+ border-style: none;
230
+ }
231
+
232
+ .x1y0btm7:not(#\#):not(#\#) {
233
+ border-style: solid;
234
+ }
235
+
236
+ .x1c6nhcr:not(#\#):not(#\#) {
237
+ gap: var(--x14c7wq8);
238
+ }
239
+
240
+ .xxvt9c2:not(#\#):not(#\#) {
241
+ gap: var(--x1apyyst);
242
+ }
243
+
244
+ .x1jj0sxi:not(#\#):not(#\#) {
245
+ gap: var(--x1rar3os);
246
+ }
247
+
248
+ .x4fipt3:not(#\#):not(#\#) {
249
+ gap: var(--x1wgg1jz);
250
+ }
251
+
252
+ .x1g87086:not(#\#):not(#\#) {
253
+ gap: var(--x1wjolhk);
254
+ }
255
+
256
+ .x56zl2f:not(#\#):not(#\#) {
257
+ gap: var(--x1wxfz1x);
258
+ }
259
+
260
+ .xm3vlfk:not(#\#):not(#\#) {
261
+ gap: var(--x7r7sef);
262
+ }
263
+
264
+ .x1kc5htt:not(#\#):not(#\#) {
265
+ gap: var(--xchumnb);
266
+ }
267
+
268
+ .x1uyy5ef:not(#\#):not(#\#) {
269
+ gap: var(--xr1xmvj);
270
+ }
271
+
272
+ .x1ht625i:not(#\#):not(#\#) {
273
+ gap: var(--xxlrnop);
274
+ }
275
+
276
+ .x1nkss2m:not(#\#):not(#\#) {
277
+ margin-block: auto;
278
+ }
279
+
280
+ .x12zlt4u:not(#\#):not(#\#) {
281
+ margin-block: var(--x14c7wq8);
282
+ }
283
+
284
+ .x1uvjdwk:not(#\#):not(#\#) {
285
+ margin-block: var(--x1apyyst);
286
+ }
287
+
288
+ .x7mcywk:not(#\#):not(#\#) {
289
+ margin-block: var(--x1rar3os);
290
+ }
291
+
292
+ .xahrngn:not(#\#):not(#\#) {
293
+ margin-block: var(--x1wgg1jz);
294
+ }
295
+
296
+ .xew2xw6:not(#\#):not(#\#) {
297
+ margin-block: var(--x1wjolhk);
298
+ }
299
+
300
+ .x1sutvdy:not(#\#):not(#\#) {
301
+ margin-block: var(--x1wxfz1x);
302
+ }
303
+
304
+ .x1y7vf2:not(#\#):not(#\#) {
305
+ margin-block: var(--x7r7sef);
306
+ }
307
+
308
+ .x1qg9b9f:not(#\#):not(#\#) {
309
+ margin-block: var(--xchumnb);
310
+ }
311
+
312
+ .xy6a0bm:not(#\#):not(#\#) {
313
+ margin-block: var(--xr1xmvj);
314
+ }
315
+
316
+ .x1tdqk1j:not(#\#):not(#\#) {
317
+ margin-block: var(--xxlrnop);
318
+ }
319
+
320
+ .xvueqy4:not(#\#):not(#\#) {
321
+ margin-inline: auto;
322
+ }
323
+
324
+ .x10gd67y:not(#\#):not(#\#) {
325
+ margin-inline: var(--x14c7wq8);
326
+ }
327
+
328
+ .x15cgkwf:not(#\#):not(#\#) {
329
+ margin-inline: var(--x1apyyst);
330
+ }
331
+
332
+ .xpsz95l:not(#\#):not(#\#) {
333
+ margin-inline: var(--x1rar3os);
334
+ }
335
+
336
+ .xvawvde:not(#\#):not(#\#) {
337
+ margin-inline: var(--x1wgg1jz);
338
+ }
339
+
340
+ .x5edtmg:not(#\#):not(#\#) {
341
+ margin-inline: var(--x1wjolhk);
342
+ }
343
+
344
+ .x1ezxd2g:not(#\#):not(#\#) {
345
+ margin-inline: var(--x1wxfz1x);
346
+ }
347
+
348
+ .x1uw8sgo:not(#\#):not(#\#) {
349
+ margin-inline: var(--x7r7sef);
350
+ }
351
+
352
+ .x1ezltt1:not(#\#):not(#\#) {
353
+ margin-inline: var(--xchumnb);
354
+ }
355
+
356
+ .xhg2eze:not(#\#):not(#\#) {
357
+ margin-inline: var(--xr1xmvj);
358
+ }
359
+
360
+ .x1v1ta25:not(#\#):not(#\#) {
361
+ margin-inline: var(--xxlrnop);
362
+ }
363
+
364
+ .xysyzu8:not(#\#):not(#\#) {
365
+ overflow: auto;
366
+ }
367
+
368
+ .xb3r6kr:not(#\#):not(#\#) {
369
+ overflow: hidden;
370
+ }
371
+
372
+ .x1algulf:not(#\#):not(#\#) {
373
+ overflow: scroll;
374
+ }
375
+
376
+ .x1rea2x4:not(#\#):not(#\#) {
377
+ overflow: visible;
378
+ }
379
+
380
+ .x15a94lr:not(#\#):not(#\#) {
381
+ padding-block: var(--x14c7wq8);
382
+ }
383
+
384
+ .x1yz6xfi:not(#\#):not(#\#) {
385
+ padding-block: var(--x1apyyst);
386
+ }
387
+
388
+ .x1cts71j:not(#\#):not(#\#) {
389
+ padding-block: var(--x1rar3os);
390
+ }
391
+
392
+ .x18y6me5:not(#\#):not(#\#) {
393
+ padding-block: var(--x1wgg1jz);
394
+ }
395
+
396
+ .x1mpuruz:not(#\#):not(#\#) {
397
+ padding-block: var(--x1wjolhk);
398
+ }
399
+
400
+ .xcx31un:not(#\#):not(#\#) {
401
+ padding-block: var(--x1wxfz1x);
402
+ }
403
+
404
+ .x1lloce3:not(#\#):not(#\#) {
405
+ padding-block: var(--x7r7sef);
406
+ }
407
+
408
+ .x1yvm0yz:not(#\#):not(#\#) {
409
+ padding-block: var(--xchumnb);
410
+ }
411
+
412
+ .xyyebjk:not(#\#):not(#\#) {
413
+ padding-block: var(--xr1xmvj);
414
+ }
415
+
416
+ .x1dsdsw3:not(#\#):not(#\#) {
417
+ padding-block: var(--xxlrnop);
418
+ }
419
+
420
+ .xft2vc7:not(#\#):not(#\#) {
421
+ padding-inline: var(--x14c7wq8);
422
+ }
423
+
424
+ .xa6bqqk:not(#\#):not(#\#) {
425
+ padding-inline: var(--x1apyyst);
426
+ }
427
+
428
+ .x1f7llix:not(#\#):not(#\#) {
429
+ padding-inline: var(--x1rar3os);
430
+ }
431
+
432
+ .x10bu4wn:not(#\#):not(#\#) {
433
+ padding-inline: var(--x1wgg1jz);
434
+ }
435
+
436
+ .x1iqxpgx:not(#\#):not(#\#) {
437
+ padding-inline: var(--x1wjolhk);
438
+ }
439
+
440
+ .xgext4j:not(#\#):not(#\#) {
441
+ padding-inline: var(--x1wxfz1x);
442
+ }
443
+
444
+ .xf4c410:not(#\#):not(#\#) {
445
+ padding-inline: var(--x7r7sef);
446
+ }
447
+
448
+ .xn639mb:not(#\#):not(#\#) {
449
+ padding-inline: var(--xchumnb);
450
+ }
451
+
452
+ .x1oi2zdg:not(#\#):not(#\#) {
453
+ padding-inline: var(--xr1xmvj);
454
+ }
455
+
456
+ .x163ctmv:not(#\#):not(#\#) {
457
+ padding-inline: var(--xxlrnop);
458
+ }
459
+
460
+ .xc26acl:not(#\#):not(#\#):not(#\#) {
461
+ align-content: center;
462
+ }
463
+
464
+ .xnwe2h8:not(#\#):not(#\#):not(#\#) {
465
+ align-content: flex-end;
466
+ }
467
+
468
+ .x8gbvx8:not(#\#):not(#\#):not(#\#) {
469
+ align-content: flex-start;
470
+ }
471
+
472
+ .x1jpljmv:not(#\#):not(#\#):not(#\#) {
473
+ align-content: space-around;
474
+ }
475
+
476
+ .xcdzlcm:not(#\#):not(#\#):not(#\#) {
477
+ align-content: space-between;
478
+ }
479
+
480
+ .xmsuk3y:not(#\#):not(#\#):not(#\#) {
481
+ align-content: space-evenly;
482
+ }
483
+
484
+ .xqjyukv:not(#\#):not(#\#):not(#\#) {
485
+ align-content: stretch;
486
+ }
487
+
488
+ .x1pha0wt:not(#\#):not(#\#):not(#\#) {
489
+ align-items: baseline;
490
+ }
491
+
492
+ .x6s0dn4:not(#\#):not(#\#):not(#\#) {
493
+ align-items: center;
494
+ }
495
+
496
+ .xuk3077:not(#\#):not(#\#):not(#\#) {
497
+ align-items: flex-end;
498
+ }
499
+
500
+ .x1cy8zhl:not(#\#):not(#\#):not(#\#) {
501
+ align-items: flex-start;
502
+ }
503
+
504
+ .x1qjc9v5:not(#\#):not(#\#):not(#\#) {
505
+ align-items: stretch;
506
+ }
507
+
508
+ .x1oa3qoh:not(#\#):not(#\#):not(#\#) {
509
+ align-self: auto;
510
+ }
511
+
512
+ .xoi2r2e:not(#\#):not(#\#):not(#\#) {
513
+ align-self: baseline;
514
+ }
515
+
516
+ .xamitd3:not(#\#):not(#\#):not(#\#) {
517
+ align-self: center;
518
+ }
519
+
520
+ .xpvyfi4:not(#\#):not(#\#):not(#\#) {
521
+ align-self: flex-end;
522
+ }
523
+
524
+ .xqcrz7y:not(#\#):not(#\#):not(#\#) {
525
+ align-self: flex-start;
526
+ }
527
+
528
+ .xkh2ocl:not(#\#):not(#\#):not(#\#) {
529
+ align-self: stretch;
530
+ }
531
+
532
+ .x1rfh9oy:not(#\#):not(#\#):not(#\#) {
533
+ background-color: var(--x14qjew9);
534
+ }
535
+
536
+ .x2teux1:not(#\#):not(#\#):not(#\#) {
537
+ background-color: var(--x1cu0ldb);
538
+ }
539
+
540
+ .x1f960s8:not(#\#):not(#\#):not(#\#) {
541
+ background-color: var(--x1forjiq);
542
+ }
543
+
544
+ .x17ej7g9:not(#\#):not(#\#):not(#\#) {
545
+ background-color: var(--x1orv1ku);
546
+ }
547
+
548
+ .x1ymx0ag:not(#\#):not(#\#):not(#\#) {
549
+ background-color: var(--xewqza3);
550
+ }
551
+
552
+ .xpz9xop:not(#\#):not(#\#):not(#\#) {
553
+ background-color: var(--xgll94b);
554
+ }
555
+
556
+ .x18ycej3:not(#\#):not(#\#):not(#\#) {
557
+ background-color: var(--xndb461);
558
+ }
559
+
560
+ .x1d8x0da:not(#\#):not(#\#):not(#\#) {
561
+ background-color: var(--xxlbvr3);
562
+ }
563
+
564
+ .x16i2wyl:not(#\#):not(#\#):not(#\#) {
565
+ box-shadow: var(--x12cdk85);
566
+ }
567
+
568
+ .x1ml9b1o:not(#\#):not(#\#):not(#\#) {
569
+ box-shadow: var(--x1bpj6mm);
570
+ }
571
+
572
+ .xwdu2b1:not(#\#):not(#\#):not(#\#) {
573
+ box-shadow: var(--x1lz7a6k);
574
+ }
575
+
576
+ .xjvdryk:not(#\#):not(#\#):not(#\#) {
577
+ box-shadow: var(--xk4tqw9);
578
+ }
579
+
580
+ .x1styyhp:not(#\#):not(#\#):not(#\#) {
581
+ box-shadow: var(--xssuu6);
582
+ }
583
+
584
+ .xhkfe87:not(#\#):not(#\#):not(#\#) {
585
+ color: var(--x13e1qfx);
586
+ }
587
+
588
+ .xivni60:not(#\#):not(#\#):not(#\#) {
589
+ color: var(--x1gf3f8t);
590
+ }
591
+
592
+ .xyxonx6:not(#\#):not(#\#):not(#\#) {
593
+ color: var(--x1mixa3t);
594
+ }
595
+
596
+ .xde0nci:not(#\#):not(#\#):not(#\#) {
597
+ color: var(--x1osny8q);
598
+ }
599
+
600
+ .xusdi4s:not(#\#):not(#\#):not(#\#) {
601
+ color: var(--x1vkc7ih);
602
+ }
603
+
604
+ .x1iky1it:not(#\#):not(#\#):not(#\#) {
605
+ color: var(--xjx2sl);
606
+ }
607
+
608
+ .xx75ic8:not(#\#):not(#\#):not(#\#) {
609
+ color: var(--xqrwy3f);
610
+ }
611
+
612
+ .x4znnvx:not(#\#):not(#\#):not(#\#) {
613
+ column-gap: var(--x14c7wq8);
614
+ }
615
+
616
+ .xgm4dpk:not(#\#):not(#\#):not(#\#) {
617
+ column-gap: var(--x1apyyst);
618
+ }
619
+
620
+ .x4j2oca:not(#\#):not(#\#):not(#\#) {
621
+ column-gap: var(--x1rar3os);
622
+ }
623
+
624
+ .x154p3m0:not(#\#):not(#\#):not(#\#) {
625
+ column-gap: var(--x1wgg1jz);
626
+ }
627
+
628
+ .xocdopw:not(#\#):not(#\#):not(#\#) {
629
+ column-gap: var(--x1wjolhk);
630
+ }
631
+
632
+ .x1ltbxr9:not(#\#):not(#\#):not(#\#) {
633
+ column-gap: var(--x1wxfz1x);
634
+ }
635
+
636
+ .x1y38t7c:not(#\#):not(#\#):not(#\#) {
637
+ column-gap: var(--x7r7sef);
638
+ }
639
+
640
+ .xwwissk:not(#\#):not(#\#):not(#\#) {
641
+ column-gap: var(--xchumnb);
642
+ }
643
+
644
+ .x1dffhyg:not(#\#):not(#\#):not(#\#) {
645
+ column-gap: var(--xr1xmvj);
646
+ }
647
+
648
+ .x2mr6y1:not(#\#):not(#\#):not(#\#) {
649
+ column-gap: var(--xxlrnop);
650
+ }
651
+
652
+ .xt0e3qv:not(#\#):not(#\#):not(#\#) {
653
+ cursor: default;
654
+ }
655
+
656
+ .x1jm3nie:not(#\#):not(#\#):not(#\#) {
657
+ cursor: grab;
658
+ }
659
+
660
+ .xi9pz9s:not(#\#):not(#\#):not(#\#) {
661
+ cursor: grabbing;
662
+ }
663
+
664
+ .xv5twrn:not(#\#):not(#\#):not(#\#) {
665
+ cursor: move;
666
+ }
667
+
668
+ .x1h6gzvc:not(#\#):not(#\#):not(#\#) {
669
+ cursor: not-allowed;
670
+ }
671
+
672
+ .x1ypdohk:not(#\#):not(#\#):not(#\#) {
673
+ cursor: pointer;
674
+ }
675
+
676
+ .x1ed109x:not(#\#):not(#\#):not(#\#) {
677
+ cursor: text;
678
+ }
679
+
680
+ .xky4qsq:not(#\#):not(#\#):not(#\#) {
681
+ cursor: wait;
682
+ }
683
+
684
+ .x1lliihq:not(#\#):not(#\#):not(#\#) {
685
+ display: block;
686
+ }
687
+
688
+ .xjp7ctv:not(#\#):not(#\#):not(#\#) {
689
+ display: contents;
690
+ }
691
+
692
+ .x78zum5:not(#\#):not(#\#):not(#\#) {
693
+ display: flex;
694
+ }
695
+
696
+ .xrvj5dj:not(#\#):not(#\#):not(#\#) {
697
+ display: grid;
698
+ }
699
+
700
+ .x1rg5ohu:not(#\#):not(#\#):not(#\#) {
701
+ display: inline-block;
702
+ }
703
+
704
+ .x3nfvp2:not(#\#):not(#\#):not(#\#) {
705
+ display: inline-flex;
706
+ }
707
+
708
+ .xwz0xwf:not(#\#):not(#\#):not(#\#) {
709
+ display: inline-grid;
710
+ }
711
+
712
+ .xt0psk2:not(#\#):not(#\#):not(#\#) {
713
+ display: inline;
714
+ }
715
+
716
+ .x1s85apg:not(#\#):not(#\#):not(#\#) {
717
+ display: none;
718
+ }
719
+
720
+ .x3ieub6:not(#\#):not(#\#):not(#\#) {
721
+ flex-direction: column-reverse;
722
+ }
723
+
724
+ .xdt5ytf:not(#\#):not(#\#):not(#\#) {
725
+ flex-direction: column;
726
+ }
727
+
728
+ .x15zctf7:not(#\#):not(#\#):not(#\#) {
729
+ flex-direction: row-reverse;
730
+ }
731
+
732
+ .x1q0g3np:not(#\#):not(#\#):not(#\#) {
733
+ flex-direction: row;
734
+ }
735
+
736
+ .xozqiw3:not(#\#):not(#\#):not(#\#) {
737
+ flex-wrap: nowrap;
738
+ }
739
+
740
+ .x8hhl5t:not(#\#):not(#\#):not(#\#) {
741
+ flex-wrap: wrap-reverse;
742
+ }
743
+
744
+ .x1a02dak:not(#\#):not(#\#):not(#\#) {
745
+ flex-wrap: wrap;
746
+ }
747
+
748
+ .xw78oal:not(#\#):not(#\#):not(#\#) {
749
+ grid-auto-flow: column dense;
750
+ }
751
+
752
+ .x1mt1orb:not(#\#):not(#\#):not(#\#) {
753
+ grid-auto-flow: column;
754
+ }
755
+
756
+ .x80kce4:not(#\#):not(#\#):not(#\#) {
757
+ grid-auto-flow: dense;
758
+ }
759
+
760
+ .xf2va4h:not(#\#):not(#\#):not(#\#) {
761
+ grid-auto-flow: row dense;
762
+ }
763
+
764
+ .x1sdr0u7:not(#\#):not(#\#):not(#\#) {
765
+ grid-auto-flow: row;
766
+ }
767
+
768
+ .xl56j7k:not(#\#):not(#\#):not(#\#) {
769
+ justify-content: center;
770
+ }
771
+
772
+ .x13a6bvl:not(#\#):not(#\#):not(#\#) {
773
+ justify-content: flex-end;
774
+ }
775
+
776
+ .x1nhvcw1:not(#\#):not(#\#):not(#\#) {
777
+ justify-content: flex-start;
778
+ }
779
+
780
+ .x1l1ennw:not(#\#):not(#\#):not(#\#) {
781
+ justify-content: space-around;
782
+ }
783
+
784
+ .x1qughib:not(#\#):not(#\#):not(#\#) {
785
+ justify-content: space-between;
786
+ }
787
+
788
+ .xaw8158:not(#\#):not(#\#):not(#\#) {
789
+ justify-content: space-evenly;
790
+ }
791
+
792
+ .x67bb7w:not(#\#):not(#\#):not(#\#) {
793
+ pointer-events: auto;
794
+ }
795
+
796
+ .x47corl:not(#\#):not(#\#):not(#\#) {
797
+ pointer-events: none;
798
+ }
799
+
800
+ .x10l6tqk:not(#\#):not(#\#):not(#\#) {
801
+ position: absolute;
802
+ }
803
+
804
+ .xixxii4:not(#\#):not(#\#):not(#\#) {
805
+ position: fixed;
806
+ }
807
+
808
+ .x1n2onr6:not(#\#):not(#\#):not(#\#) {
809
+ position: relative;
810
+ }
811
+
812
+ .x1uhb9sk:not(#\#):not(#\#):not(#\#) {
813
+ position: static;
814
+ }
815
+
816
+ .x7wzq59:not(#\#):not(#\#):not(#\#) {
817
+ position: sticky;
818
+ }
819
+
820
+ .xiswf5t:not(#\#):not(#\#):not(#\#) {
821
+ row-gap: var(--x14c7wq8);
822
+ }
823
+
824
+ .xd5cbw9:not(#\#):not(#\#):not(#\#) {
825
+ row-gap: var(--x1apyyst);
826
+ }
827
+
828
+ .x153954v:not(#\#):not(#\#):not(#\#) {
829
+ row-gap: var(--x1rar3os);
830
+ }
831
+
832
+ .x1rp22ii:not(#\#):not(#\#):not(#\#) {
833
+ row-gap: var(--x1wgg1jz);
834
+ }
835
+
836
+ .xtqxu76:not(#\#):not(#\#):not(#\#) {
837
+ row-gap: var(--x1wjolhk);
838
+ }
839
+
840
+ .x5vywir:not(#\#):not(#\#):not(#\#) {
841
+ row-gap: var(--x1wxfz1x);
842
+ }
843
+
844
+ .xmd0dfe:not(#\#):not(#\#):not(#\#) {
845
+ row-gap: var(--x7r7sef);
846
+ }
847
+
848
+ .xvw3be3:not(#\#):not(#\#):not(#\#) {
849
+ row-gap: var(--xchumnb);
850
+ }
851
+
852
+ .xcwgema:not(#\#):not(#\#):not(#\#) {
853
+ row-gap: var(--xr1xmvj);
854
+ }
855
+
856
+ .xshgt3k:not(#\#):not(#\#):not(#\#) {
857
+ row-gap: var(--xxlrnop);
858
+ }
859
+
860
+ .x2b8uid:not(#\#):not(#\#):not(#\#) {
861
+ text-align: center;
862
+ }
863
+
864
+ .xmw9mke:not(#\#):not(#\#):not(#\#) {
865
+ text-align: justify;
866
+ }
867
+
868
+ .xdpxx8g:not(#\#):not(#\#):not(#\#) {
869
+ text-align: left;
870
+ }
871
+
872
+ .x1hr2gdg:not(#\#):not(#\#):not(#\#) {
873
+ text-align: right;
874
+ }
875
+
876
+ .x106myfg:not(#\#):not(#\#):not(#\#) {
877
+ transition-delay: var(--x1cobr8s);
878
+ }
879
+
880
+ .x1qc0iug:not(#\#):not(#\#):not(#\#) {
881
+ transition-delay: var(--x1dulp5n);
882
+ }
883
+
884
+ .x196z66q:not(#\#):not(#\#):not(#\#) {
885
+ transition-delay: var(--x1x0p2eb);
886
+ }
887
+
888
+ .xr4lx6r:not(#\#):not(#\#):not(#\#) {
889
+ transition-delay: var(--xfeph44);
890
+ }
891
+
892
+ .x1pf6lqf:not(#\#):not(#\#):not(#\#) {
893
+ transition-delay: var(--xx13mrz);
894
+ }
895
+
896
+ .x1winw1u:not(#\#):not(#\#):not(#\#) {
897
+ transition-duration: var(--x1cobr8s);
898
+ }
899
+
900
+ .x154te9f:not(#\#):not(#\#):not(#\#) {
901
+ transition-duration: var(--x1dulp5n);
902
+ }
903
+
904
+ .x1nrcqkf:not(#\#):not(#\#):not(#\#) {
905
+ transition-duration: var(--x1x0p2eb);
906
+ }
907
+
908
+ .x17y2ykx:not(#\#):not(#\#):not(#\#) {
909
+ transition-duration: var(--xfeph44);
910
+ }
911
+
912
+ .xdfvsj2:not(#\#):not(#\#):not(#\#) {
913
+ transition-duration: var(--xx13mrz);
914
+ }
915
+
916
+ .xfagghw:not(#\#):not(#\#):not(#\#) {
917
+ transition-property: all;
918
+ }
919
+
920
+ .xkdsq27:not(#\#):not(#\#):not(#\#) {
921
+ transition-property: box-shadow;
922
+ }
923
+
924
+ .x13vghmo:not(#\#):not(#\#):not(#\#) {
925
+ transition-property: color, background-color, border-color, box-shadow, opacity, transform;
926
+ }
927
+
928
+ .x1oy24xj:not(#\#):not(#\#):not(#\#) {
929
+ transition-property: color, background-color, border-color;
930
+ }
931
+
932
+ .x13b0p5u:not(#\#):not(#\#):not(#\#) {
933
+ transition-property: none;
934
+ }
935
+
936
+ .x19991ni:not(#\#):not(#\#):not(#\#) {
937
+ transition-property: opacity;
938
+ }
939
+
940
+ .x11xpdln:not(#\#):not(#\#):not(#\#) {
941
+ transition-property: transform;
942
+ }
943
+
944
+ .x1cv0wyt:not(#\#):not(#\#):not(#\#) {
945
+ transition-timing-function: cubic-bezier(.2, 0, 0, 1);
946
+ }
947
+
948
+ .x17l03ab:not(#\#):not(#\#):not(#\#) {
949
+ transition-timing-function: cubic-bezier(.3, 0, 1, 1);
950
+ }
951
+
952
+ .xowshpw:not(#\#):not(#\#):not(#\#) {
953
+ transition-timing-function: cubic-bezier(0, 0, 0, 1);
954
+ }
955
+
956
+ .x1vy8jc5:not(#\#):not(#\#):not(#\#) {
957
+ transition-timing-function: cubic-bezier(.5, 1.25, .4, 1);
958
+ }
959
+
960
+ .xvrbanz:not(#\#):not(#\#):not(#\#) {
961
+ -webkit-user-select: all;
962
+ user-select: all;
963
+ }
964
+
965
+ .x1kxipp6:not(#\#):not(#\#):not(#\#) {
966
+ -webkit-user-select: auto;
967
+ user-select: auto;
968
+ }
969
+
970
+ .x87ps6o:not(#\#):not(#\#):not(#\#) {
971
+ -webkit-user-select: none;
972
+ user-select: none;
973
+ }
974
+
975
+ .x1hx0egp:not(#\#):not(#\#):not(#\#) {
976
+ -webkit-user-select: text;
977
+ user-select: text;
978
+ }
979
+
980
+ .xlshs6z:not(#\#):not(#\#):not(#\#) {
981
+ visibility: hidden;
982
+ }
983
+
984
+ .xnpuxes:not(#\#):not(#\#):not(#\#) {
985
+ visibility: visible;
986
+ }
987
+
988
+ .x1ap7rku:not(#\#):not(#\#):not(#\#):not(#\#) {
989
+ border-bottom-left-radius: var(--x1c47loo);
990
+ }
991
+
992
+ .x1ozktvx:not(#\#):not(#\#):not(#\#):not(#\#) {
993
+ border-bottom-left-radius: var(--x1uymohs);
994
+ }
995
+
996
+ .x83bt2n:not(#\#):not(#\#):not(#\#):not(#\#) {
997
+ border-bottom-left-radius: var(--x1vzimgr);
998
+ }
999
+
1000
+ .xgkyrq4:not(#\#):not(#\#):not(#\#):not(#\#) {
1001
+ border-bottom-left-radius: var(--x6mqhnb);
1002
+ }
1003
+
1004
+ .x1uje12a:not(#\#):not(#\#):not(#\#):not(#\#) {
1005
+ border-bottom-left-radius: var(--xiyndgr);
1006
+ }
1007
+
1008
+ .xatz6zw:not(#\#):not(#\#):not(#\#):not(#\#) {
1009
+ border-bottom-left-radius: var(--xp2820d);
1010
+ }
1011
+
1012
+ .x1z03k6u:not(#\#):not(#\#):not(#\#):not(#\#) {
1013
+ border-bottom-right-radius: var(--x1c47loo);
1014
+ }
1015
+
1016
+ .x1m6fute:not(#\#):not(#\#):not(#\#):not(#\#) {
1017
+ border-bottom-right-radius: var(--x1uymohs);
1018
+ }
1019
+
1020
+ .xzep446:not(#\#):not(#\#):not(#\#):not(#\#) {
1021
+ border-bottom-right-radius: var(--x1vzimgr);
1022
+ }
1023
+
1024
+ .xsb9wl8:not(#\#):not(#\#):not(#\#):not(#\#) {
1025
+ border-bottom-right-radius: var(--x6mqhnb);
1026
+ }
1027
+
1028
+ .x1vavpqa:not(#\#):not(#\#):not(#\#):not(#\#) {
1029
+ border-bottom-right-radius: var(--xiyndgr);
1030
+ }
1031
+
1032
+ .x15vm7uy:not(#\#):not(#\#):not(#\#):not(#\#) {
1033
+ border-bottom-right-radius: var(--xp2820d);
1034
+ }
1035
+
1036
+ .xn145y0:not(#\#):not(#\#):not(#\#):not(#\#) {
1037
+ border-top-left-radius: var(--x1c47loo);
1038
+ }
1039
+
1040
+ .xvpp1y9:not(#\#):not(#\#):not(#\#):not(#\#) {
1041
+ border-top-left-radius: var(--x1uymohs);
1042
+ }
1043
+
1044
+ .x6xg3qb:not(#\#):not(#\#):not(#\#):not(#\#) {
1045
+ border-top-left-radius: var(--x1vzimgr);
1046
+ }
1047
+
1048
+ .xj673kw:not(#\#):not(#\#):not(#\#):not(#\#) {
1049
+ border-top-left-radius: var(--x6mqhnb);
1050
+ }
1051
+
1052
+ .xc9lyys:not(#\#):not(#\#):not(#\#):not(#\#) {
1053
+ border-top-left-radius: var(--xiyndgr);
1054
+ }
1055
+
1056
+ .xl6vnpe:not(#\#):not(#\#):not(#\#):not(#\#) {
1057
+ border-top-left-radius: var(--xp2820d);
1058
+ }
1059
+
1060
+ .xvtewoc:not(#\#):not(#\#):not(#\#):not(#\#) {
1061
+ border-top-right-radius: var(--x1c47loo);
1062
+ }
1063
+
1064
+ .xbesnjy:not(#\#):not(#\#):not(#\#):not(#\#) {
1065
+ border-top-right-radius: var(--x1uymohs);
1066
+ }
1067
+
1068
+ .x16pvi65:not(#\#):not(#\#):not(#\#):not(#\#) {
1069
+ border-top-right-radius: var(--x1vzimgr);
1070
+ }
1071
+
1072
+ .xdfh0bs:not(#\#):not(#\#):not(#\#):not(#\#) {
1073
+ border-top-right-radius: var(--x6mqhnb);
1074
+ }
1075
+
1076
+ .xwy9ri6:not(#\#):not(#\#):not(#\#):not(#\#) {
1077
+ border-top-right-radius: var(--xiyndgr);
1078
+ }
1079
+
1080
+ .xulaab5:not(#\#):not(#\#):not(#\#):not(#\#) {
1081
+ border-top-right-radius: var(--xp2820d);
1082
+ }
1083
+
1084
+ .x4ii5y1:not(#\#):not(#\#):not(#\#):not(#\#) {
1085
+ margin-bottom: auto;
1086
+ }
1087
+
1088
+ .x22fxzu:not(#\#):not(#\#):not(#\#):not(#\#) {
1089
+ margin-bottom: var(--x14c7wq8);
1090
+ }
1091
+
1092
+ .xxh7mwv:not(#\#):not(#\#):not(#\#):not(#\#) {
1093
+ margin-bottom: var(--x1apyyst);
1094
+ }
1095
+
1096
+ .x10guzvi:not(#\#):not(#\#):not(#\#):not(#\#) {
1097
+ margin-bottom: var(--x1rar3os);
1098
+ }
1099
+
1100
+ .xpy2rq3:not(#\#):not(#\#):not(#\#):not(#\#) {
1101
+ margin-bottom: var(--x1wgg1jz);
1102
+ }
1103
+
1104
+ .xkiwmaz:not(#\#):not(#\#):not(#\#):not(#\#) {
1105
+ margin-bottom: var(--x1wjolhk);
1106
+ }
1107
+
1108
+ .x1elel2f:not(#\#):not(#\#):not(#\#):not(#\#) {
1109
+ margin-bottom: var(--x1wxfz1x);
1110
+ }
1111
+
1112
+ .x169yz4w:not(#\#):not(#\#):not(#\#):not(#\#) {
1113
+ margin-bottom: var(--x7r7sef);
1114
+ }
1115
+
1116
+ .x1srk67n:not(#\#):not(#\#):not(#\#):not(#\#) {
1117
+ margin-bottom: var(--xchumnb);
1118
+ }
1119
+
1120
+ .x1p6dcwf:not(#\#):not(#\#):not(#\#):not(#\#) {
1121
+ margin-bottom: var(--xr1xmvj);
1122
+ }
1123
+
1124
+ .x16nfucb:not(#\#):not(#\#):not(#\#):not(#\#) {
1125
+ margin-bottom: var(--xxlrnop);
1126
+ }
1127
+
1128
+ .x8x9d4c:not(#\#):not(#\#):not(#\#):not(#\#) {
1129
+ margin-left: auto;
1130
+ }
1131
+
1132
+ .x1p32mbe:not(#\#):not(#\#):not(#\#):not(#\#) {
1133
+ margin-left: var(--x14c7wq8);
1134
+ }
1135
+
1136
+ .x10sjh98:not(#\#):not(#\#):not(#\#):not(#\#) {
1137
+ margin-left: var(--x1apyyst);
1138
+ }
1139
+
1140
+ .x16z74kq:not(#\#):not(#\#):not(#\#):not(#\#) {
1141
+ margin-left: var(--x1rar3os);
1142
+ }
1143
+
1144
+ .x2p9ibp:not(#\#):not(#\#):not(#\#):not(#\#) {
1145
+ margin-left: var(--x1wgg1jz);
1146
+ }
1147
+
1148
+ .xy30fvi:not(#\#):not(#\#):not(#\#):not(#\#) {
1149
+ margin-left: var(--x1wjolhk);
1150
+ }
1151
+
1152
+ .x34hod:not(#\#):not(#\#):not(#\#):not(#\#) {
1153
+ margin-left: var(--x1wxfz1x);
1154
+ }
1155
+
1156
+ .x1oi1zp2:not(#\#):not(#\#):not(#\#):not(#\#) {
1157
+ margin-left: var(--x7r7sef);
1158
+ }
1159
+
1160
+ .x1ckfjch:not(#\#):not(#\#):not(#\#):not(#\#) {
1161
+ margin-left: var(--xchumnb);
1162
+ }
1163
+
1164
+ .xt0zhth:not(#\#):not(#\#):not(#\#):not(#\#) {
1165
+ margin-left: var(--xr1xmvj);
1166
+ }
1167
+
1168
+ .x9ia8ye:not(#\#):not(#\#):not(#\#):not(#\#) {
1169
+ margin-left: var(--xxlrnop);
1170
+ }
1171
+
1172
+ .xack27t:not(#\#):not(#\#):not(#\#):not(#\#) {
1173
+ margin-right: auto;
1174
+ }
1175
+
1176
+ .x9js81x:not(#\#):not(#\#):not(#\#):not(#\#) {
1177
+ margin-right: var(--x14c7wq8);
1178
+ }
1179
+
1180
+ .x1j8eaea:not(#\#):not(#\#):not(#\#):not(#\#) {
1181
+ margin-right: var(--x1apyyst);
1182
+ }
1183
+
1184
+ .x1ac5w6j:not(#\#):not(#\#):not(#\#):not(#\#) {
1185
+ margin-right: var(--x1rar3os);
1186
+ }
1187
+
1188
+ .x6hjlhf:not(#\#):not(#\#):not(#\#):not(#\#) {
1189
+ margin-right: var(--x1wgg1jz);
1190
+ }
1191
+
1192
+ .x1dy3thp:not(#\#):not(#\#):not(#\#):not(#\#) {
1193
+ margin-right: var(--x1wjolhk);
1194
+ }
1195
+
1196
+ .xbbtv8d:not(#\#):not(#\#):not(#\#):not(#\#) {
1197
+ margin-right: var(--x1wxfz1x);
1198
+ }
1199
+
1200
+ .xidd5ms:not(#\#):not(#\#):not(#\#):not(#\#) {
1201
+ margin-right: var(--x7r7sef);
1202
+ }
1203
+
1204
+ .x167srjd:not(#\#):not(#\#):not(#\#):not(#\#) {
1205
+ margin-right: var(--xchumnb);
1206
+ }
1207
+
1208
+ .xcjdvhc:not(#\#):not(#\#):not(#\#):not(#\#) {
1209
+ margin-right: var(--xr1xmvj);
1210
+ }
1211
+
1212
+ .x11d58nq:not(#\#):not(#\#):not(#\#):not(#\#) {
1213
+ margin-right: var(--xxlrnop);
1214
+ }
1215
+
1216
+ .xr1yuqi:not(#\#):not(#\#):not(#\#):not(#\#) {
1217
+ margin-top: auto;
1218
+ }
1219
+
1220
+ .xb60666:not(#\#):not(#\#):not(#\#):not(#\#) {
1221
+ margin-top: var(--x14c7wq8);
1222
+ }
1223
+
1224
+ .x2j86bu:not(#\#):not(#\#):not(#\#):not(#\#) {
1225
+ margin-top: var(--x1apyyst);
1226
+ }
1227
+
1228
+ .x1cvdpi7:not(#\#):not(#\#):not(#\#):not(#\#) {
1229
+ margin-top: var(--x1rar3os);
1230
+ }
1231
+
1232
+ .xiqjn5w:not(#\#):not(#\#):not(#\#):not(#\#) {
1233
+ margin-top: var(--x1wgg1jz);
1234
+ }
1235
+
1236
+ .x7hlniv:not(#\#):not(#\#):not(#\#):not(#\#) {
1237
+ margin-top: var(--x1wjolhk);
1238
+ }
1239
+
1240
+ .x1x687n:not(#\#):not(#\#):not(#\#):not(#\#) {
1241
+ margin-top: var(--x1wxfz1x);
1242
+ }
1243
+
1244
+ .x1vb2ls9:not(#\#):not(#\#):not(#\#):not(#\#) {
1245
+ margin-top: var(--x7r7sef);
1246
+ }
1247
+
1248
+ .xf1yqe6:not(#\#):not(#\#):not(#\#):not(#\#) {
1249
+ margin-top: var(--xchumnb);
1250
+ }
1251
+
1252
+ .xp9e1nm:not(#\#):not(#\#):not(#\#):not(#\#) {
1253
+ margin-top: var(--xr1xmvj);
1254
+ }
1255
+
1256
+ .x1rlxw92:not(#\#):not(#\#):not(#\#):not(#\#) {
1257
+ margin-top: var(--xxlrnop);
1258
+ }
1259
+
1260
+ .xw2csxc:not(#\#):not(#\#):not(#\#):not(#\#) {
1261
+ overflow-x: auto;
1262
+ }
1263
+
1264
+ .x6ikm8r:not(#\#):not(#\#):not(#\#):not(#\#) {
1265
+ overflow-x: hidden;
1266
+ }
1267
+
1268
+ .x14aock7:not(#\#):not(#\#):not(#\#):not(#\#) {
1269
+ overflow-x: scroll;
1270
+ }
1271
+
1272
+ .x1plvlek:not(#\#):not(#\#):not(#\#):not(#\#) {
1273
+ overflow-x: visible;
1274
+ }
1275
+
1276
+ .x1odjw0f:not(#\#):not(#\#):not(#\#):not(#\#) {
1277
+ overflow-y: auto;
1278
+ }
1279
+
1280
+ .x10wlt62:not(#\#):not(#\#):not(#\#):not(#\#) {
1281
+ overflow-y: hidden;
1282
+ }
1283
+
1284
+ .x1rife3k:not(#\#):not(#\#):not(#\#):not(#\#) {
1285
+ overflow-y: scroll;
1286
+ }
1287
+
1288
+ .xryxfnj:not(#\#):not(#\#):not(#\#):not(#\#) {
1289
+ overflow-y: visible;
1290
+ }
1291
+
1292
+ .xtr3lgl:not(#\#):not(#\#):not(#\#):not(#\#) {
1293
+ padding-bottom: var(--x14c7wq8);
1294
+ }
1295
+
1296
+ .xkr1hzr:not(#\#):not(#\#):not(#\#):not(#\#) {
1297
+ padding-bottom: var(--x1apyyst);
1298
+ }
1299
+
1300
+ .xcb50km:not(#\#):not(#\#):not(#\#):not(#\#) {
1301
+ padding-bottom: var(--x1rar3os);
1302
+ }
1303
+
1304
+ .xdts3iw:not(#\#):not(#\#):not(#\#):not(#\#) {
1305
+ padding-bottom: var(--x1wgg1jz);
1306
+ }
1307
+
1308
+ .x19al48s:not(#\#):not(#\#):not(#\#):not(#\#) {
1309
+ padding-bottom: var(--x1wjolhk);
1310
+ }
1311
+
1312
+ .x1cva0q1:not(#\#):not(#\#):not(#\#):not(#\#) {
1313
+ padding-bottom: var(--x1wxfz1x);
1314
+ }
1315
+
1316
+ .xs1ahbo:not(#\#):not(#\#):not(#\#):not(#\#) {
1317
+ padding-bottom: var(--x7r7sef);
1318
+ }
1319
+
1320
+ .xmwe713:not(#\#):not(#\#):not(#\#):not(#\#) {
1321
+ padding-bottom: var(--xchumnb);
1322
+ }
1323
+
1324
+ .x1ab75sc:not(#\#):not(#\#):not(#\#):not(#\#) {
1325
+ padding-bottom: var(--xr1xmvj);
1326
+ }
1327
+
1328
+ .xlh0qka:not(#\#):not(#\#):not(#\#):not(#\#) {
1329
+ padding-bottom: var(--xxlrnop);
1330
+ }
1331
+
1332
+ .xa372tt:not(#\#):not(#\#):not(#\#):not(#\#) {
1333
+ padding-left: var(--x14c7wq8);
1334
+ }
1335
+
1336
+ .xwujpt4:not(#\#):not(#\#):not(#\#):not(#\#) {
1337
+ padding-left: var(--x1apyyst);
1338
+ }
1339
+
1340
+ .x13xqmrv:not(#\#):not(#\#):not(#\#):not(#\#) {
1341
+ padding-left: var(--x1rar3os);
1342
+ }
1343
+
1344
+ .x6bu3qa:not(#\#):not(#\#):not(#\#):not(#\#) {
1345
+ padding-left: var(--x1wgg1jz);
1346
+ }
1347
+
1348
+ .x1v68xb9:not(#\#):not(#\#):not(#\#):not(#\#) {
1349
+ padding-left: var(--x1wjolhk);
1350
+ }
1351
+
1352
+ .xcp71a7:not(#\#):not(#\#):not(#\#):not(#\#) {
1353
+ padding-left: var(--x1wxfz1x);
1354
+ }
1355
+
1356
+ .x1y19w6i:not(#\#):not(#\#):not(#\#):not(#\#) {
1357
+ padding-left: var(--x7r7sef);
1358
+ }
1359
+
1360
+ .x1ocmg1x:not(#\#):not(#\#):not(#\#):not(#\#) {
1361
+ padding-left: var(--xchumnb);
1362
+ }
1363
+
1364
+ .xvpjbwp:not(#\#):not(#\#):not(#\#):not(#\#) {
1365
+ padding-left: var(--xr1xmvj);
1366
+ }
1367
+
1368
+ .x1q9xv93:not(#\#):not(#\#):not(#\#):not(#\#) {
1369
+ padding-left: var(--xxlrnop);
1370
+ }
1371
+
1372
+ .x1gv4kgz:not(#\#):not(#\#):not(#\#):not(#\#) {
1373
+ padding-right: var(--x14c7wq8);
1374
+ }
1375
+
1376
+ .xa011xg:not(#\#):not(#\#):not(#\#):not(#\#) {
1377
+ padding-right: var(--x1apyyst);
1378
+ }
1379
+
1380
+ .xnzcep:not(#\#):not(#\#):not(#\#):not(#\#) {
1381
+ padding-right: var(--x1rar3os);
1382
+ }
1383
+
1384
+ .x9gpj3g:not(#\#):not(#\#):not(#\#):not(#\#) {
1385
+ padding-right: var(--x1wgg1jz);
1386
+ }
1387
+
1388
+ .xl8r4dk:not(#\#):not(#\#):not(#\#):not(#\#) {
1389
+ padding-right: var(--x1wjolhk);
1390
+ }
1391
+
1392
+ .xg6pt6j:not(#\#):not(#\#):not(#\#):not(#\#) {
1393
+ padding-right: var(--x1wxfz1x);
1394
+ }
1395
+
1396
+ .x1bnt3u7:not(#\#):not(#\#):not(#\#):not(#\#) {
1397
+ padding-right: var(--x7r7sef);
1398
+ }
1399
+
1400
+ .x74rgoz:not(#\#):not(#\#):not(#\#):not(#\#) {
1401
+ padding-right: var(--xchumnb);
1402
+ }
1403
+
1404
+ .xopsks3:not(#\#):not(#\#):not(#\#):not(#\#) {
1405
+ padding-right: var(--xr1xmvj);
1406
+ }
1407
+
1408
+ .x1hw6qyb:not(#\#):not(#\#):not(#\#):not(#\#) {
1409
+ padding-right: var(--xxlrnop);
1410
+ }
1411
+
1412
+ .xc284dx:not(#\#):not(#\#):not(#\#):not(#\#) {
1413
+ padding-top: var(--x14c7wq8);
1414
+ }
1415
+
1416
+ .x1y6chdf:not(#\#):not(#\#):not(#\#):not(#\#) {
1417
+ padding-top: var(--x1apyyst);
1418
+ }
1419
+
1420
+ .x113gjc7:not(#\#):not(#\#):not(#\#):not(#\#) {
1421
+ padding-top: var(--x1rar3os);
1422
+ }
1423
+
1424
+ .x183phxb:not(#\#):not(#\#):not(#\#):not(#\#) {
1425
+ padding-top: var(--x1wgg1jz);
1426
+ }
1427
+
1428
+ .xgxpwp1:not(#\#):not(#\#):not(#\#):not(#\#) {
1429
+ padding-top: var(--x1wjolhk);
1430
+ }
1431
+
1432
+ .x1bk5qn9:not(#\#):not(#\#):not(#\#):not(#\#) {
1433
+ padding-top: var(--x1wxfz1x);
1434
+ }
1435
+
1436
+ .x10yduhh:not(#\#):not(#\#):not(#\#):not(#\#) {
1437
+ padding-top: var(--x7r7sef);
1438
+ }
1439
+
1440
+ .xmsk6fy:not(#\#):not(#\#):not(#\#):not(#\#) {
1441
+ padding-top: var(--xchumnb);
1442
+ }
1443
+
1444
+ .xm06vkl:not(#\#):not(#\#):not(#\#):not(#\#) {
1445
+ padding-top: var(--xr1xmvj);
1446
+ }
1447
+
1448
+ .xj25t91:not(#\#):not(#\#):not(#\#):not(#\#) {
1449
+ padding-top: var(--xxlrnop);
1450
+ }