-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
tamagui-web.css
763 lines (763 loc) · 285 KB
/
tamagui-web.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
._ovs-contain {overscroll-behavior:contain;}
.is_Text .is_Text {display:inline-flex;}
._dsp_contents {display:contents;}
:root {--color-1:rgba(255,255,255,0);--color-2:rgba(255,255,255,0.75);--color-3:rgba(255,255,255,0.5);--color-4:rgba(255,255,255,0.25);--color-5:rgba(10,10,10,0);--color-6:rgba(10,10,10,0.75);--color-7:rgba(10,10,10,0.5);--color-8:rgba(10,10,10,0.25);--color-9:#fff;--color-10:#f8f8f8;--color-11:hsl(0, 0%, 96.3%);--color-12:hsl(0, 0%, 94.1%);--color-13:hsl(0, 0%, 92.0%);--color-14:hsl(0, 0%, 90.0%);--color-15:hsl(0, 0%, 88.5%);--color-16:hsl(0, 0%, 81.0%);--color-17:hsl(0, 0%, 56.1%);--color-18:hsl(0, 0%, 50.3%);--color-19:hsl(0, 0%, 42.5%);--color-20:hsl(0, 0%, 9.0%);--color-21:#050505;--color-22:#151515;--color-23:#191919;--color-24:#232323;--color-25:#282828;--color-26:#323232;--color-27:#424242;--color-28:#494949;--color-29:#545454;--color-30:#626262;--color-31:#a5a5a5;--color-32:#fff;--color-33:hsl(206, 100%, 99.2%);--color-34:hsl(210, 100%, 98.0%);--color-35:hsl(209, 100%, 96.5%);--color-36:hsl(210, 98.8%, 94.0%);--color-37:hsl(209, 95.0%, 90.1%);--color-38:hsl(209, 81.2%, 84.5%);--color-39:hsl(208, 77.5%, 76.9%);--color-40:hsl(206, 81.9%, 65.3%);--color-41:hsl(206, 100%, 50.0%);--color-42:hsl(208, 100%, 47.3%);--color-43:hsl(211, 100%, 43.2%);--color-44:hsl(211, 100%, 15.0%);--color-45:hsl(0, 0%, 99.0%);--color-46:hsl(0, 0%, 97.3%);--color-47:hsl(0, 0%, 95.1%);--color-48:hsl(0, 0%, 93.0%);--color-49:hsl(0, 0%, 90.9%);--color-50:hsl(0, 0%, 88.7%);--color-51:hsl(0, 0%, 85.8%);--color-52:hsl(0, 0%, 78.0%);--color-53:hsl(0, 0%, 56.1%);--color-54:hsl(0, 0%, 52.3%);--color-55:hsl(0, 0%, 43.5%);--color-56:hsl(0, 0%, 9.0%);--color-57:hsl(136, 50.0%, 98.9%);--color-58:hsl(138, 62.5%, 96.9%);--color-59:hsl(139, 55.2%, 94.5%);--color-60:hsl(140, 48.7%, 91.0%);--color-61:hsl(141, 43.7%, 86.0%);--color-62:hsl(143, 40.3%, 79.0%);--color-63:hsl(146, 38.5%, 69.0%);--color-64:hsl(151, 40.2%, 54.1%);--color-65:hsl(151, 55.0%, 41.5%);--color-66:hsl(152, 57.5%, 37.6%);--color-67:hsl(153, 67.0%, 28.5%);--color-68:hsl(155, 40.0%, 14.0%);--color-69:hsl(24, 70.0%, 99.0%);--color-70:hsl(24, 83.3%, 97.6%);--color-71:hsl(24, 100%, 95.3%);--color-72:hsl(25, 100%, 92.2%);--color-73:hsl(25, 100%, 88.2%);--color-74:hsl(25, 100%, 82.8%);--color-75:hsl(24, 100%, 75.3%);--color-76:hsl(24, 94.5%, 64.3%);--color-77:hsl(24, 94.0%, 50.0%);--color-78:hsl(24, 100%, 46.5%);--color-79:hsl(24, 100%, 37.0%);--color-80:hsl(15, 60.0%, 17.0%);--color-81:hsl(322, 100%, 99.4%);--color-82:hsl(323, 100%, 98.4%);--color-83:hsl(323, 86.3%, 96.5%);--color-84:hsl(323, 78.7%, 94.2%);--color-85:hsl(323, 72.2%, 91.1%);--color-86:hsl(323, 66.3%, 86.6%);--color-87:hsl(323, 62.0%, 80.1%);--color-88:hsl(323, 60.3%, 72.4%);--color-89:hsl(322, 65.0%, 54.5%);--color-90:hsl(322, 63.9%, 50.7%);--color-91:hsl(322, 75.0%, 46.0%);--color-92:hsl(320, 70.0%, 13.5%);--color-93:hsl(280, 65.0%, 99.4%);--color-94:hsl(276, 100%, 99.0%);--color-95:hsl(276, 83.1%, 97.0%);--color-96:hsl(275, 76.4%, 94.7%);--color-97:hsl(275, 70.8%, 91.8%);--color-98:hsl(274, 65.4%, 87.8%);--color-99:hsl(273, 61.0%, 81.7%);--color-100:hsl(272, 60.0%, 73.5%);--color-101:hsl(272, 51.0%, 54.0%);--color-102:hsl(272, 46.8%, 50.3%);--color-103:hsl(272, 50.0%, 45.8%);--color-104:hsl(272, 66.0%, 16.0%);--color-105:hsl(359, 100%, 99.4%);--color-106:hsl(359, 100%, 98.6%);--color-107:hsl(360, 100%, 96.8%);--color-108:hsl(360, 97.9%, 94.8%);--color-109:hsl(360, 90.2%, 91.9%);--color-110:hsl(360, 81.7%, 87.8%);--color-111:hsl(359, 74.2%, 81.7%);--color-112:hsl(359, 69.5%, 74.3%);--color-113:hsl(358, 75.0%, 59.0%);--color-114:hsl(358, 69.4%, 55.2%);--color-115:hsl(358, 65.0%, 48.7%);--color-116:hsl(354, 50.0%, 14.6%);--color-117:hsl(60, 54.0%, 98.5%);--color-118:hsl(52, 100%, 95.5%);--color-119:hsl(55, 100%, 90.9%);--color-120:hsl(54, 100%, 86.6%);--color-121:hsl(52, 97.9%, 82.0%);--color-122:hsl(50, 89.4%, 76.1%);--color-123:hsl(47, 80.4%, 68.0%);--color-124:hsl(48, 100%, 46.1%);--color-125:hsl(53, 92.0%, 50.0%);--color-126:hsl(50, 100%, 48.5%);--color-127:hsl(42, 100%, 29.0%);--color-128:hsl(40, 55.0%, 13.5%);--color-129:hsl(212, 35.0%, 9.2%);--color-130:hsl(216, 50.0%, 11.8%);--color-131:hsl(214, 59.4%, 15.3%);--color-132:hsl(214, 65.8%, 17.9%);--color-133:hsl(213, 71.2%, 20.2%);--color-134:hsl(212, 77.4%, 23.1%);--color-135:hsl(211, 85.1%, 27.4%);--color-136:hsl(211, 89.7%, 34.1%);--color-137:hsl(206, 100%, 50.0%);--color-138:hsl(209, 100%, 60.6%);--color-139:hsl(210, 100%, 66.1%);--color-140:hsl(206, 98.0%, 95.8%);--color-141:hsl(0, 0%, 8.5%);--color-142:hsl(0, 0%, 11.0%);--color-143:hsl(0, 0%, 13.6%);--color-144:hsl(0, 0%, 15.8%);--color-145:hsl(0, 0%, 17.9%);--color-146:hsl(0, 0%, 20.5%);--color-147:hsl(0, 0%, 24.3%);--color-148:hsl(0, 0%, 31.2%);--color-149:hsl(0, 0%, 43.9%);--color-150:hsl(0, 0%, 49.4%);--color-151:hsl(0, 0%, 62.8%);--color-152:hsl(0, 0%, 93.0%);--color-153:hsl(146, 30.0%, 7.4%);--color-154:hsl(155, 44.2%, 8.4%);--color-155:hsl(155, 46.7%, 10.9%);--color-156:hsl(154, 48.4%, 12.9%);--color-157:hsl(154, 49.7%, 14.9%);--color-158:hsl(154, 50.9%, 17.6%);--color-159:hsl(153, 51.8%, 21.8%);--color-160:hsl(151, 51.7%, 28.4%);--color-161:hsl(151, 55.0%, 41.5%);--color-162:hsl(151, 49.3%, 46.5%);--color-163:hsl(151, 50.0%, 53.2%);--color-164:hsl(137, 72.0%, 94.0%);--color-165:hsl(30, 70.0%, 7.2%);--color-166:hsl(28, 100%, 8.4%);--color-167:hsl(26, 91.1%, 11.6%);--color-168:hsl(25, 88.3%, 14.1%);--color-169:hsl(24, 87.6%, 16.6%);--color-170:hsl(24, 88.6%, 19.8%);--color-171:hsl(24, 92.4%, 24.0%);--color-172:hsl(25, 100%, 29.0%);--color-173:hsl(24, 94.0%, 50.0%);--color-174:hsl(24, 100%, 58.5%);--color-175:hsl(24, 100%, 62.2%);--color-176:hsl(24, 97.0%, 93.2%);--color-177:hsl(318, 25.0%, 9.6%);--color-178:hsl(319, 32.2%, 11.6%);--color-179:hsl(319, 41.0%, 16.0%);--color-180:hsl(320, 45.4%, 18.7%);--color-181:hsl(320, 49.0%, 21.1%);--color-182:hsl(321, 53.6%, 24.4%);--color-183:hsl(321, 61.1%, 29.7%);--color-184:hsl(322, 74.9%, 37.5%);--color-185:hsl(322, 65.0%, 54.5%);--color-186:hsl(323, 72.8%, 59.2%);--color-187:hsl(325, 90.0%, 66.4%);--color-188:hsl(322, 90.0%, 95.8%);--color-189:hsl(284, 20.0%, 9.6%);--color-190:hsl(283, 30.0%, 11.8%);--color-191:hsl(281, 37.5%, 16.5%);--color-192:hsl(280, 41.2%, 20.0%);--color-193:hsl(279, 43.8%, 23.3%);--color-194:hsl(277, 46.4%, 27.5%);--color-195:hsl(275, 49.3%, 34.6%);--color-196:hsl(272, 52.1%, 45.9%);--color-197:hsl(272, 51.0%, 54.0%);--color-198:hsl(273, 57.3%, 59.1%);--color-199:hsl(275, 80.0%, 71.0%);--color-200:hsl(279, 75.0%, 95.7%);--color-201:hsl(353, 23.0%, 9.8%);--color-202:hsl(357, 34.4%, 12.0%);--color-203:hsl(356, 43.4%, 16.4%);--color-204:hsl(356, 47.6%, 19.2%);--color-205:hsl(356, 51.1%, 21.9%);--color-206:hsl(356, 55.2%, 25.9%);--color-207:hsl(357, 60.2%, 31.8%);--color-208:hsl(358, 65.0%, 40.4%);--color-209:hsl(358, 75.0%, 59.0%);--color-210:hsl(358, 85.3%, 64.0%);--color-211:hsl(358, 100%, 69.5%);--color-212:hsl(351, 89.0%, 96.0%);--color-213:hsl(45, 100%, 5.5%);--color-214:hsl(46, 100%, 6.7%);--color-215:hsl(45, 100%, 8.7%);--color-216:hsl(45, 100%, 10.4%);--color-217:hsl(47, 100%, 12.1%);--color-218:hsl(49, 100%, 14.3%);--color-219:hsl(49, 90.3%, 18.4%);--color-220:hsl(50, 100%, 22.0%);--color-221:hsl(53, 92.0%, 50.0%);--color-222:hsl(54, 100%, 68.0%);--color-223:hsl(48, 100%, 47.0%);--color-224:hsl(53, 100%, 91.0%);--radius-1:0px;--radius-2:3px;--radius-3:5px;--radius-4:7px;--radius-5:9px;--radius-6:10px;--radius-7:16px;--radius-8:19px;--radius-9:22px;--radius-10:26px;--radius-11:34px;--radius-12:42px;--radius-13:50px;--radius-14:9px;--zIndex-1:0;--zIndex-2:100;--zIndex-3:200;--zIndex-4:300;--zIndex-5:400;--zIndex-6:500;--space-1:0px;--space-5:2px;--space-7:7px;--space-9:13px;--space-11:18px;--space-14:24px;--space-15:32px;--space-16:39px;--space-17:46px;--space-18:53px;--space-19:60px;--space-20:74px;--space-21:88px;--space-22:102px;--space-23:116px;--space-24:130px;--space-25:144px;--space-26:144px;--space-27:158px;--space-28:172px;--space-29:186px;--space-2:0.5px;--space-3:1px;--space-4:1.5px;--space-6:4px;--space-8:10px;--space-10:16px;--space-12:18px;--space-13:21px;--space-30:-0.5px;--space-31:-1px;--space-32:-1.5px;--space-33:-2px;--space-34:-4px;--space-35:-7px;--space-36:-10px;--space-37:-13px;--space-38:-16px;--space-39:-18px;--space-40:-18px;--space-41:-21px;--space-42:-24px;--space-43:-32px;--space-44:-39px;--space-45:-46px;--space-46:-53px;--space-47:-60px;--space-48:-74px;--space-49:-88px;--space-50:-102px;--space-51:-116px;--space-52:-130px;--space-53:-144px;--space-54:-144px;--space-55:-158px;--space-56:-172px;--space-57:-186px;--size-1:0px;--size-5:20px;--size-7:28px;--size-9:36px;--size-11:44px;--size-14:52px;--size-15:64px;--size-16:74px;--size-17:84px;--size-18:94px;--size-19:104px;--size-20:124px;--size-21:144px;--size-22:164px;--size-23:184px;--size-24:204px;--size-25:224px;--size-26:224px;--size-27:244px;--size-28:264px;--size-29:284px;--size-2:2px;--size-3:4px;--size-4:8px;--size-6:24px;--size-8:32px;--size-10:40px;--size-12:44px;--size-13:48px}
:root .font_heading, :root .t_lang-heading-default .font_heading {--f-fa:Inter, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--f-li-1:22px;--f-li-2:23px;--f-li-3:24px;--f-li-4:25px;--f-li-5:24px;--f-li-6:27px;--f-li-7:32px;--f-li-8:35px;--f-li-9:40px;--f-li-10:53px;--f-li-11:66px;--f-li-12:73px;--f-li-13:84px;--f-li-14:106px;--f-li-15:130px;--f-li-16:152px;--f-li-17:25px;--f-we-1:400;--f-we-2:400;--f-we-3:400;--f-we-4:400;--f-we-5:400;--f-we-6:400;--f-we-7:700;--f-we-8:700;--f-we-9:700;--f-we-10:700;--f-we-11:700;--f-we-12:700;--f-we-13:700;--f-we-14:700;--f-we-15:700;--f-we-16:700;--f-we-17:700;--f-21-1:2px;--f-21-2:2px;--f-21-3:2px;--f-21-4:2px;--f-21-5:2px;--f-21-6:1px;--f-21-7:0px;--f-21-8:0px;--f-21-9:-1px;--f-21-10:-1.5px;--f-21-11:-1.5px;--f-21-12:-2px;--f-21-13:-2px;--f-21-14:-3px;--f-21-15:-4px;--f-21-16:-4px;--f-21-17:-4px;--f-si-1:11px;--f-si-2:12px;--f-si-3:13px;--f-si-4:14px;--f-si-5:13px;--f-si-6:15px;--f-si-7:20px;--f-si-8:23px;--f-si-9:32px;--f-si-10:44px;--f-si-11:55px;--f-si-12:62px;--f-si-13:72px;--f-si-14:92px;--f-si-15:114px;--f-si-16:134px;--f-si-17:14px;--f-tr-1:uppercase;--f-tr-2:uppercase;--f-tr-3:uppercase;--f-tr-4:uppercase;--f-tr-5:uppercase;--f-tr-6:uppercase;--f-tr-7:none;--f-tr-8:none;--f-tr-9:none;--f-tr-10:none;--f-tr-11:none;--f-tr-12:none;--f-tr-13:none;--f-tr-14:none;--f-tr-15:none;--f-tr-16:none;--f-tr-17:none}
:root .font_body, :root .t_lang-body-default .font_body {--f-fa:Inter, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--f-li-1:16px;--f-li-2:21px;--f-li-3:22px;--f-li-4:23px;--f-li-5:26px;--f-li-6:28px;--f-li-7:30px;--f-li-8:33px;--f-li-9:41px;--f-li-10:59px;--f-li-11:69px;--f-li-12:76px;--f-li-13:87px;--f-li-14:109px;--f-li-15:133px;--f-li-16:155px;--f-li-17:23px;--f-we-1:400;--f-we-2:400;--f-we-3:400;--f-we-4:400;--f-we-5:400;--f-we-6:400;--f-we-7:600;--f-we-8:600;--f-we-9:600;--f-we-10:600;--f-we-11:600;--f-we-12:600;--f-we-13:600;--f-we-14:600;--f-we-15:600;--f-we-16:600;--f-we-17:600;--f-21-1:0px;--f-21-2:0px;--f-21-3:0px;--f-21-4:0px;--f-21-5:0px;--f-21-6:0px;--f-21-7:0px;--f-21-8:0px;--f-21-9:0px;--f-21-10:0px;--f-21-11:0px;--f-21-12:0px;--f-21-13:0px;--f-21-14:0px;--f-21-15:0px;--f-21-16:0px;--f-21-17:0px;--f-si-1:11px;--f-si-2:12px;--f-si-3:13px;--f-si-4:14px;--f-si-5:16px;--f-si-6:18px;--f-si-7:20px;--f-si-8:23px;--f-si-9:30px;--f-si-10:46px;--f-si-11:55px;--f-si-12:62px;--f-si-13:72px;--f-si-14:92px;--f-si-15:114px;--f-si-16:134px;--f-si-17:14px}
:root .font_mono, :root .t_lang-mono-default .font_mono {--f-fa:"ui-monospace", "SFMono-Regular", "SF Mono", Menlo, Consolas, "Liberation Mono", monospace;--f-si-1:11px;--f-si-2:12px;--f-si-3:13px;--f-si-4:14px;--f-si-5:16px;--f-si-6:18px;--f-si-7:20px;--f-si-8:22px;--f-si-9:30px;--f-si-10:42px;--f-si-11:52px;--f-si-12:62px;--f-si-13:72px;--f-si-14:92px;--f-si-15:114px;--f-si-16:124px;--f-li-1:16.5px;--f-li-2:18px;--f-li-3:19.5px;--f-li-4:21px;--f-li-5:24px;--f-li-6:27px;--f-li-7:30px;--f-li-8:33px;--f-li-9:45px;--f-li-10:63px;--f-li-11:78px;--f-li-12:93px;--f-li-13:108px;--f-li-14:138px;--f-li-15:171px;--f-li-16:186px;--f-we-1:500;--f-we-2:500;--f-we-3:500;--f-we-4:500;--f-we-5:500;--f-we-6:500;--f-we-7:500;--f-we-8:500;--f-we-9:500;--f-we-10:500;--f-we-11:500;--f-we-12:500;--f-we-13:500;--f-we-14:500;--f-we-15:500;--f-we-16:500;--f-21-1:0px;--f-21-2:0px;--f-21-3:0px;--f-21-4:0px;--f-21-5:0px;--f-21-6:0px;--f-21-7:0px;--f-21-8:0px;--f-21-9:0px;--f-21-10:0px;--f-21-11:0px;--f-21-12:0px;--f-21-13:0px;--f-21-14:0px;--f-21-15:0px;--f-21-16:0px}
:root .font_silkscreen, :root .t_lang-silkscreen-default .font_silkscreen {--f-fa:Silkscreen, Fira Code, Monaco, Consolas, Ubuntu Mono, monospace;--f-si-1:11px;--f-si-2:12px;--f-si-3:13px;--f-si-4:14px;--f-si-5:15px;--f-si-6:16px;--f-si-7:18px;--f-si-8:21px;--f-si-9:28px;--f-si-10:42px;--f-si-11:52px;--f-si-12:62px;--f-si-13:72px;--f-si-14:92px;--f-si-15:114px;--f-si-16:124px;--f-li-1:19px;--f-li-2:20px;--f-li-3:22px;--f-li-4:23px;--f-li-5:24px;--f-li-6:25px;--f-li-7:28px;--f-li-8:31px;--f-li-9:40px;--f-li-10:56px;--f-li-11:68px;--f-li-12:80px;--f-li-13:92px;--f-li-14:116px;--f-li-15:143px;--f-li-16:155px;--f-we-1:300;--f-we-2:300;--f-we-3:300;--f-we-4:300;--f-we-5:300;--f-we-6:300;--f-we-7:300;--f-we-8:300;--f-we-9:300;--f-we-10:300;--f-we-11:300;--f-we-12:300;--f-we-13:300;--f-we-14:300;--f-we-15:300;--f-we-16:300;--f-21-1:1px;--f-21-2:1px;--f-21-3:1px;--f-21-4:1px;--f-21-5:3px;--f-21-6:3px;--f-21-7:3px;--f-21-8:3px;--f-21-9:-2px;--f-21-10:-3px;--f-21-11:-3px;--f-21-12:-4px;--f-21-13:-4px;--f-21-14:-4px;--f-21-15:-4px;--f-21-16:-4px}
:root .font_Maax, :root .t_lang-Maax-default .font_Maax {--f-fa:Maax;--f-we-1:400px;--f-we-2:500px;--f-we-3:700px;--f-we-4:700px;--f-we-5:700px;--f-we-6:700px;--f-we-7:700px;--f-we-8:700px;--f-we-9:700px;--f-si-1:12px;--f-si-2:14px;--f-si-3:16px;--f-si-4:18px;--f-si-5:20px;--f-si-6:24px;--f-si-7:32px;--f-si-8:48px;--f-si-9:14px;--f-li-1:16px;--f-li-2:20px;--f-li-3:24px;--f-li-4:28px;--f-li-5:32px;--f-li-6:40px;--f-li-7:48px;--f-li-8:64px;--f-li-9:64px}
:root .font_PublicSans, :root .t_lang-PublicSans-default .font_PublicSans {--f-fa:Public Sans;--f-10-1:undefined;--f-10-2:undefined;--f-10-3:undefined;--f-10-4:undefined;--f-10-5:undefined;--f-10-6:undefined;--f-10-7:undefined;--f-10-8:undefined;--f-we-1:100;--f-we-2:200;--f-we-3:300;--f-we-4:400;--f-we-5:500;--f-we-6:600;--f-we-7:700;--f-we-8:800;--f-we-9:900;--f-si-1:12px;--f-si-2:14px;--f-si-3:16px;--f-si-4:18px;--f-si-5:20px;--f-si-6:24px;--f-si-7:32px;--f-si-8:48px;--f-li-1:16px;--f-li-2:20px;--f-li-3:24px;--f-li-4:28px;--f-li-5:32px;--f-li-6:40px;--f-li-7:48px;--f-li-8:64px}
:root.t_dark .t_light, :root.t_dark .t_light .t_dark .t_light, :root.t_light, :root.t_light .t_dark .t_light {--background0:hsla(0, 0%, 100%, 0);--background025:hsla(0, 0%, 100%, 0.08);--background05:hsla(0, 0%, 100%, 0.12);--background075:hsla(0, 0%, 100%, 0.16);--color847:hsla(0, 0%, 2%, 0.08);--color1:hsl(0, 0%, 100%);--color2:hsl(0, 0%, 100%);--color3:hsl(0, 0%, 97%);--color4:var(--color-11);--color5:var(--color-12);--color6:var(--color-13);--color7:var(--color-14);--color8:var(--color-15);--color9:var(--color-16);--color10:var(--color-53);--color11:hsla(0, 0%, 2%, 0.8);--color12:hsla(0, 0%, 2%, 0.72);--color025:hsla(0, 0%, 2%, 0.08);--color05:hsla(0, 0%, 2%, 0.12);--color075:hsla(0, 0%, 2%, 0.16);--background:hsl(0, 0%, 100%);--backgroundHover:hsl(0, 0%, 100%);--backgroundPress:hsl(0, 0%, 97%);--backgroundFocus:hsl(0, 0%, 100%);--borderColor:var(--color-11);--borderColorHover:var(--color-12);--borderColorFocus:hsl(0, 0%, 100%);--borderColorPress:var(--color-11);--color:hsla(0, 0%, 2%, 0.72);--colorSecondary:var(--color-13);--colorDisabled:var(--color-12);--colorHover:var(--color-16);--colorPress:var(--color-53);--colorFocus:var(--color-16);--colorTransparent:hsla(0, 0%, 2%, 0);--placeholderColor:var(--color-14);--outlineColor:hsla(0, 0%, 2%, 0.08);--blue047:hsla(210, 47%, 52%, 0);--blue847:hsla(210, 47%, 52%, 0.08);--blue1247:hsla(210, 47%, 52%, 0.12);--blue1647:hsla(210, 47%, 52%, 0.16);--blue2447:hsla(210, 47%, 52%, 0.24);--blue3247:hsla(210, 47%, 52%, 0.32);--blue4047:hsla(210, 47%, 52%, 0.4);--blue4847:hsla(210, 47%, 52%, 0.48);--blue5647:hsla(210, 47%, 52%, 0.56);--blue6447:hsla(210, 47%, 52%, 0.64);--blue7247:hsla(210, 47%, 52%, 0.72);--blue8047:hsla(210, 47%, 52%, 0.8);--blue1:hsl(216, 100%, 96%);--blue2:hsl(215, 94%, 93%);--blue3:hsl(214, 72%, 87%);--blue4:hsl(210, 60%, 60%);--blue5:hsl(210, 47%, 52%);--blue6:hsl(210, 49%, 45%);--blue7:hsl(210, 47%, 34%);--blue8:hsl(210, 62%, 25%);--blue9:hsl(210, 73%, 57%);--gray047:hsla(210, 9%, 43%, 0);--gray847:hsla(210, 9%, 43%, 0.08);--gray1247:hsla(210, 9%, 43%, 0.12);--gray1647:hsla(210, 9%, 43%, 0.16);--gray2447:hsla(210, 9%, 43%, 0.24);--gray3247:hsla(210, 9%, 43%, 0.32);--gray4047:hsla(210, 9%, 43%, 0.4);--gray4847:hsla(210, 9%, 43%, 0.48);--gray5647:hsla(210, 9%, 43%, 0.56);--gray6447:hsla(210, 9%, 43%, 0.64);--gray7247:hsla(210, 9%, 43%, 0.72);--gray8047:hsla(210, 9%, 43%, 0.8);--gray1:hsl(210, 22%, 96%);--gray2:hsl(210, 26%, 89%);--gray3:hsl(208, 27%, 86%);--gray4:hsl(211, 16%, 59%);--gray5:hsl(210, 9%, 43%);--gray6:hsl(210, 13%, 37%);--gray7:hsl(210, 15%, 28%);--gray8:hsl(209, 25%, 20%);--gray9:hsl(209, 25%, 43%);--green047:hsla(146, 27%, 45%, 0);--green847:hsla(146, 27%, 45%, 0.08);--green1247:hsla(146, 27%, 45%, 0.12);--green1647:hsla(146, 27%, 45%, 0.16);--green2447:hsla(146, 27%, 45%, 0.24);--green3247:hsla(146, 27%, 45%, 0.32);--green4047:hsla(146, 27%, 45%, 0.4);--green4847:hsla(146, 27%, 45%, 0.48);--green5647:hsla(146, 27%, 45%, 0.56);--green6447:hsla(146, 27%, 45%, 0.64);--green7247:hsla(146, 27%, 45%, 0.72);--green8047:hsla(146, 27%, 45%, 0.8);--green1:hsl(120, 48%, 95%);--green2:hsl(120, 50%, 91%);--green3:hsl(120, 46%, 85%);--green4:hsl(127, 36%, 54%);--green5:hsl(146, 27%, 45%);--green6:hsl(146, 33%, 39%);--green7:hsl(146, 31%, 30%);--green8:hsl(146, 40%, 24%);--green9:hsl(127, 55%, 55%);--orange047:hsla(14, 60%, 56%, 0);--orange847:hsla(14, 60%, 56%, 0.08);--orange1247:hsla(14, 60%, 56%, 0.12);--orange1647:hsla(14, 60%, 56%, 0.16);--orange2447:hsla(14, 60%, 56%, 0.24);--orange3247:hsla(14, 60%, 56%, 0.32);--orange4047:hsla(14, 60%, 56%, 0.4);--orange4847:hsla(14, 60%, 56%, 0.48);--orange5647:hsla(14, 60%, 56%, 0.56);--orange6447:hsla(14, 60%, 56%, 0.64);--orange7247:hsla(14, 60%, 56%, 0.72);--orange8047:hsla(14, 60%, 56%, 0.8);--orange1:hsl(356, 100%, 97%);--orange2:hsl(354, 78%, 95%);--orange3:hsl(355, 86%, 92%);--orange4:hsl(25, 95%, 64%);--orange5:hsl(14, 60%, 56%);--orange6:hsl(14, 56%, 51%);--orange7:hsl(14, 55%, 41%);--orange8:hsl(14, 68%, 34%);--orange9:hsl(14, 93%, 61%);--purple047:hsla(272, 38%, 57%, 0);--purple847:hsla(272, 38%, 57%, 0.08);--purple1247:hsla(272, 38%, 57%, 0.12);--purple1647:hsla(272, 38%, 57%, 0.16);--purple2447:hsla(272, 38%, 57%, 0.24);--purple3247:hsla(272, 38%, 57%, 0.32);--purple4047:hsla(272, 38%, 57%, 0.4);--purple4847:hsla(272, 38%, 57%, 0.48);--purple5647:hsla(272, 38%, 57%, 0.56);--purple6447:hsla(272, 38%, 57%, 0.64);--purple7247:hsla(272, 38%, 57%, 0.72);--purple8047:hsla(272, 38%, 57%, 0.8);--purple1:hsl(272, 100%, 97%);--purple2:hsl(261, 100%, 94%);--purple3:hsl(259, 87%, 91%);--purple4:hsl(273, 74%, 69%);--purple5:hsl(272, 38%, 57%);--purple6:hsl(273, 33%, 43%);--purple7:hsl(273, 37%, 35%);--purple8:hsl(274, 45%, 29%);--purple9:hsl(266, 83%, 66%);--yellow047:hsla(39, 59%, 49%, 0);--yellow847:hsla(39, 59%, 49%, 0.08);--yellow1247:hsla(39, 59%, 49%, 0.12);--yellow1647:hsla(39, 59%, 49%, 0.16);--yellow2447:hsla(39, 59%, 49%, 0.24);--yellow3247:hsla(39, 59%, 49%, 0.32);--yellow4047:hsla(39, 59%, 49%, 0.4);--yellow4847:hsla(39, 59%, 49%, 0.48);--yellow5647:hsla(39, 59%, 49%, 0.56);--yellow6447:hsla(39, 59%, 49%, 0.64);--yellow7247:hsla(39, 59%, 49%, 0.72);--yellow8047:hsla(39, 59%, 49%, 0.8);--yellow1:hsl(36, 100%, 96%);--yellow2:hsl(37, 66%, 88%);--yellow3:hsl(36, 60%, 82%);--yellow4:hsl(39, 89%, 59%);--yellow5:hsl(39, 59%, 49%);--yellow6:hsl(39, 64%, 46%);--yellow7:hsl(40, 65%, 34%);--yellow8:hsl(40, 76%, 28%);--yellow9:hsl(43, 95%, 57%);--white047:hsla(0, 0%, 100%, 0);--white847:hsla(0, 0%, 100%, 0.08);--white1247:hsla(0, 0%, 100%, 0.12);--white1647:hsla(0, 0%, 100%, 0.16);--white2447:hsla(0, 0%, 100%, 0.24);--white3247:hsla(0, 0%, 100%, 0.32);--white4047:hsla(0, 0%, 100%, 0.4);--white4847:hsla(0, 0%, 100%, 0.48);--white5647:hsla(0, 0%, 100%, 0.56);--white6447:hsla(0, 0%, 100%, 0.64);--white7247:hsla(0, 0%, 100%, 0.72);--white8047:hsla(0, 0%, 100%, 0.8);--white0:hsl(0, 0%, 100%);--white1:hsl(0, 0%, 100%);--white2:hsl(0, 0%, 97%);--white3:var(--color-11);--white4:var(--color-12);--white5:var(--color-13);--white6:var(--color-14);--white7:var(--color-15);--white8:var(--color-16);--white9:var(--color-53);--shadowColor:rgba(0,0,0,0.085);--shadowColorHover:rgba(0,0,0,0.085);--shadowColorPress:rgba(0,0,0,0.04);--shadowColorFocus:rgba(0,0,0,0.04);--textPrimary:hsl(211,24%, 17%);--textSecondary:hsl(208, 13%, 45%);--textDisabled:hsl(210, 13%, 52%);--textSurface:hsl(240, 9%, 98%);--textOutline32:hsl(210, 13%, 88%);--textOutline20:hsl(204, 13%, 92%);--textOutline:hsl(210, 13%, 94%);--textDanger:hsl(14, 60%, 56%);}
@media(prefers-color-scheme:light){
body{background:var(--background);color:var(--color)}
:root, .t_dark .t_light {--background0:hsla(0, 0%, 100%, 0);--background025:hsla(0, 0%, 100%, 0.08);--background05:hsla(0, 0%, 100%, 0.12);--background075:hsla(0, 0%, 100%, 0.16);--color847:hsla(0, 0%, 2%, 0.08);--color1:hsl(0, 0%, 100%);--color2:hsl(0, 0%, 100%);--color3:hsl(0, 0%, 97%);--color4:var(--color-11);--color5:var(--color-12);--color6:var(--color-13);--color7:var(--color-14);--color8:var(--color-15);--color9:var(--color-16);--color10:var(--color-53);--color11:hsla(0, 0%, 2%, 0.8);--color12:hsla(0, 0%, 2%, 0.72);--color025:hsla(0, 0%, 2%, 0.08);--color05:hsla(0, 0%, 2%, 0.12);--color075:hsla(0, 0%, 2%, 0.16);--background:hsl(0, 0%, 100%);--backgroundHover:hsl(0, 0%, 100%);--backgroundPress:hsl(0, 0%, 97%);--backgroundFocus:hsl(0, 0%, 100%);--borderColor:var(--color-11);--borderColorHover:var(--color-12);--borderColorFocus:hsl(0, 0%, 100%);--borderColorPress:var(--color-11);--color:hsla(0, 0%, 2%, 0.72);--colorSecondary:var(--color-13);--colorDisabled:var(--color-12);--colorHover:var(--color-16);--colorPress:var(--color-53);--colorFocus:var(--color-16);--colorTransparent:hsla(0, 0%, 2%, 0);--placeholderColor:var(--color-14);--outlineColor:hsla(0, 0%, 2%, 0.08);--blue047:hsla(210, 47%, 52%, 0);--blue847:hsla(210, 47%, 52%, 0.08);--blue1247:hsla(210, 47%, 52%, 0.12);--blue1647:hsla(210, 47%, 52%, 0.16);--blue2447:hsla(210, 47%, 52%, 0.24);--blue3247:hsla(210, 47%, 52%, 0.32);--blue4047:hsla(210, 47%, 52%, 0.4);--blue4847:hsla(210, 47%, 52%, 0.48);--blue5647:hsla(210, 47%, 52%, 0.56);--blue6447:hsla(210, 47%, 52%, 0.64);--blue7247:hsla(210, 47%, 52%, 0.72);--blue8047:hsla(210, 47%, 52%, 0.8);--blue1:hsl(216, 100%, 96%);--blue2:hsl(215, 94%, 93%);--blue3:hsl(214, 72%, 87%);--blue4:hsl(210, 60%, 60%);--blue5:hsl(210, 47%, 52%);--blue6:hsl(210, 49%, 45%);--blue7:hsl(210, 47%, 34%);--blue8:hsl(210, 62%, 25%);--blue9:hsl(210, 73%, 57%);--gray047:hsla(210, 9%, 43%, 0);--gray847:hsla(210, 9%, 43%, 0.08);--gray1247:hsla(210, 9%, 43%, 0.12);--gray1647:hsla(210, 9%, 43%, 0.16);--gray2447:hsla(210, 9%, 43%, 0.24);--gray3247:hsla(210, 9%, 43%, 0.32);--gray4047:hsla(210, 9%, 43%, 0.4);--gray4847:hsla(210, 9%, 43%, 0.48);--gray5647:hsla(210, 9%, 43%, 0.56);--gray6447:hsla(210, 9%, 43%, 0.64);--gray7247:hsla(210, 9%, 43%, 0.72);--gray8047:hsla(210, 9%, 43%, 0.8);--gray1:hsl(210, 22%, 96%);--gray2:hsl(210, 26%, 89%);--gray3:hsl(208, 27%, 86%);--gray4:hsl(211, 16%, 59%);--gray5:hsl(210, 9%, 43%);--gray6:hsl(210, 13%, 37%);--gray7:hsl(210, 15%, 28%);--gray8:hsl(209, 25%, 20%);--gray9:hsl(209, 25%, 43%);--green047:hsla(146, 27%, 45%, 0);--green847:hsla(146, 27%, 45%, 0.08);--green1247:hsla(146, 27%, 45%, 0.12);--green1647:hsla(146, 27%, 45%, 0.16);--green2447:hsla(146, 27%, 45%, 0.24);--green3247:hsla(146, 27%, 45%, 0.32);--green4047:hsla(146, 27%, 45%, 0.4);--green4847:hsla(146, 27%, 45%, 0.48);--green5647:hsla(146, 27%, 45%, 0.56);--green6447:hsla(146, 27%, 45%, 0.64);--green7247:hsla(146, 27%, 45%, 0.72);--green8047:hsla(146, 27%, 45%, 0.8);--green1:hsl(120, 48%, 95%);--green2:hsl(120, 50%, 91%);--green3:hsl(120, 46%, 85%);--green4:hsl(127, 36%, 54%);--green5:hsl(146, 27%, 45%);--green6:hsl(146, 33%, 39%);--green7:hsl(146, 31%, 30%);--green8:hsl(146, 40%, 24%);--green9:hsl(127, 55%, 55%);--orange047:hsla(14, 60%, 56%, 0);--orange847:hsla(14, 60%, 56%, 0.08);--orange1247:hsla(14, 60%, 56%, 0.12);--orange1647:hsla(14, 60%, 56%, 0.16);--orange2447:hsla(14, 60%, 56%, 0.24);--orange3247:hsla(14, 60%, 56%, 0.32);--orange4047:hsla(14, 60%, 56%, 0.4);--orange4847:hsla(14, 60%, 56%, 0.48);--orange5647:hsla(14, 60%, 56%, 0.56);--orange6447:hsla(14, 60%, 56%, 0.64);--orange7247:hsla(14, 60%, 56%, 0.72);--orange8047:hsla(14, 60%, 56%, 0.8);--orange1:hsl(356, 100%, 97%);--orange2:hsl(354, 78%, 95%);--orange3:hsl(355, 86%, 92%);--orange4:hsl(25, 95%, 64%);--orange5:hsl(14, 60%, 56%);--orange6:hsl(14, 56%, 51%);--orange7:hsl(14, 55%, 41%);--orange8:hsl(14, 68%, 34%);--orange9:hsl(14, 93%, 61%);--purple047:hsla(272, 38%, 57%, 0);--purple847:hsla(272, 38%, 57%, 0.08);--purple1247:hsla(272, 38%, 57%, 0.12);--purple1647:hsla(272, 38%, 57%, 0.16);--purple2447:hsla(272, 38%, 57%, 0.24);--purple3247:hsla(272, 38%, 57%, 0.32);--purple4047:hsla(272, 38%, 57%, 0.4);--purple4847:hsla(272, 38%, 57%, 0.48);--purple5647:hsla(272, 38%, 57%, 0.56);--purple6447:hsla(272, 38%, 57%, 0.64);--purple7247:hsla(272, 38%, 57%, 0.72);--purple8047:hsla(272, 38%, 57%, 0.8);--purple1:hsl(272, 100%, 97%);--purple2:hsl(261, 100%, 94%);--purple3:hsl(259, 87%, 91%);--purple4:hsl(273, 74%, 69%);--purple5:hsl(272, 38%, 57%);--purple6:hsl(273, 33%, 43%);--purple7:hsl(273, 37%, 35%);--purple8:hsl(274, 45%, 29%);--purple9:hsl(266, 83%, 66%);--yellow047:hsla(39, 59%, 49%, 0);--yellow847:hsla(39, 59%, 49%, 0.08);--yellow1247:hsla(39, 59%, 49%, 0.12);--yellow1647:hsla(39, 59%, 49%, 0.16);--yellow2447:hsla(39, 59%, 49%, 0.24);--yellow3247:hsla(39, 59%, 49%, 0.32);--yellow4047:hsla(39, 59%, 49%, 0.4);--yellow4847:hsla(39, 59%, 49%, 0.48);--yellow5647:hsla(39, 59%, 49%, 0.56);--yellow6447:hsla(39, 59%, 49%, 0.64);--yellow7247:hsla(39, 59%, 49%, 0.72);--yellow8047:hsla(39, 59%, 49%, 0.8);--yellow1:hsl(36, 100%, 96%);--yellow2:hsl(37, 66%, 88%);--yellow3:hsl(36, 60%, 82%);--yellow4:hsl(39, 89%, 59%);--yellow5:hsl(39, 59%, 49%);--yellow6:hsl(39, 64%, 46%);--yellow7:hsl(40, 65%, 34%);--yellow8:hsl(40, 76%, 28%);--yellow9:hsl(43, 95%, 57%);--white047:hsla(0, 0%, 100%, 0);--white847:hsla(0, 0%, 100%, 0.08);--white1247:hsla(0, 0%, 100%, 0.12);--white1647:hsla(0, 0%, 100%, 0.16);--white2447:hsla(0, 0%, 100%, 0.24);--white3247:hsla(0, 0%, 100%, 0.32);--white4047:hsla(0, 0%, 100%, 0.4);--white4847:hsla(0, 0%, 100%, 0.48);--white5647:hsla(0, 0%, 100%, 0.56);--white6447:hsla(0, 0%, 100%, 0.64);--white7247:hsla(0, 0%, 100%, 0.72);--white8047:hsla(0, 0%, 100%, 0.8);--white0:hsl(0, 0%, 100%);--white1:hsl(0, 0%, 100%);--white2:hsl(0, 0%, 97%);--white3:var(--color-11);--white4:var(--color-12);--white5:var(--color-13);--white6:var(--color-14);--white7:var(--color-15);--white8:var(--color-16);--white9:var(--color-53);--shadowColor:rgba(0,0,0,0.085);--shadowColorHover:rgba(0,0,0,0.085);--shadowColorPress:rgba(0,0,0,0.04);--shadowColorFocus:rgba(0,0,0,0.04);--textPrimary:hsl(211,24%, 17%);--textSecondary:hsl(208, 13%, 45%);--textDisabled:hsl(210, 13%, 52%);--textSurface:hsl(240, 9%, 98%);--textOutline32:hsl(210, 13%, 88%);--textOutline20:hsl(204, 13%, 92%);--textOutline:hsl(210, 13%, 94%);--textDanger:hsl(14, 60%, 56%);}
}
.t_light ::selection{background:var(--color5);color:var(--color11)}
:root.t_dark .t_light .t_dark .t_light .t_orange, :root.t_dark .t_light .t_orange, :root.t_light .t_dark .t_light .t_orange, :root.t_light .t_orange {--background0:hsla(356, 100%, 97%, 0);--background025:hsla(356, 100%, 97%, 0.08);--background05:hsla(356, 100%, 97%, 0.12);--background075:hsla(356, 100%, 97%, 0.16);--color847:hsla(14, 55%, 41%, 0.08);--color1:hsl(356, 100%, 97%);--color2:hsl(354, 78%, 95%);--color3:hsl(355, 86%, 92%);--color4:hsl(25, 95%, 64%);--color5:hsl(14, 60%, 56%);--color6:hsl(14, 56%, 51%);--color7:hsl(14, 55%, 41%);--color8:hsl(14, 68%, 34%);--color9:hsl(14, 93%, 61%);--color10:hsla(14, 55%, 41%, 0.8);--color11:hsla(14, 55%, 41%, 0.72);--color12:hsla(14, 55%, 41%, 0.64);--color025:hsla(14, 55%, 41%, 0.08);--color05:hsla(14, 55%, 41%, 0.12);--color075:hsla(14, 55%, 41%, 0.16);--background:hsl(356, 100%, 97%);--backgroundHover:hsl(354, 78%, 95%);--backgroundPress:hsl(355, 86%, 92%);--backgroundFocus:hsl(356, 100%, 97%);--borderColor:hsl(25, 95%, 64%);--borderColorHover:hsl(14, 60%, 56%);--borderColorFocus:hsl(354, 78%, 95%);--borderColorPress:hsl(25, 95%, 64%);--color:hsla(14, 55%, 41%, 0.64);--colorSecondary:hsl(14, 56%, 51%);--colorDisabled:hsl(14, 60%, 56%);--colorHover:hsl(14, 68%, 34%);--colorPress:hsl(14, 93%, 61%);--colorFocus:hsl(14, 68%, 34%);--colorTransparent:hsla(14, 55%, 41%, 0);--placeholderColor:hsl(14, 56%, 51%);--outlineColor:hsla(14, 55%, 41%, 0.08);}
@media(prefers-color-scheme:light){
body{background:var(--background);color:var(--color)}
.t_dark .t_light .t_orange, .t_orange {--background0:hsla(356, 100%, 97%, 0);--background025:hsla(356, 100%, 97%, 0.08);--background05:hsla(356, 100%, 97%, 0.12);--background075:hsla(356, 100%, 97%, 0.16);--color847:hsla(14, 55%, 41%, 0.08);--color1:hsl(356, 100%, 97%);--color2:hsl(354, 78%, 95%);--color3:hsl(355, 86%, 92%);--color4:hsl(25, 95%, 64%);--color5:hsl(14, 60%, 56%);--color6:hsl(14, 56%, 51%);--color7:hsl(14, 55%, 41%);--color8:hsl(14, 68%, 34%);--color9:hsl(14, 93%, 61%);--color10:hsla(14, 55%, 41%, 0.8);--color11:hsla(14, 55%, 41%, 0.72);--color12:hsla(14, 55%, 41%, 0.64);--color025:hsla(14, 55%, 41%, 0.08);--color05:hsla(14, 55%, 41%, 0.12);--color075:hsla(14, 55%, 41%, 0.16);--background:hsl(356, 100%, 97%);--backgroundHover:hsl(354, 78%, 95%);--backgroundPress:hsl(355, 86%, 92%);--backgroundFocus:hsl(356, 100%, 97%);--borderColor:hsl(25, 95%, 64%);--borderColorHover:hsl(14, 60%, 56%);--borderColorFocus:hsl(354, 78%, 95%);--borderColorPress:hsl(25, 95%, 64%);--color:hsla(14, 55%, 41%, 0.64);--colorSecondary:hsl(14, 56%, 51%);--colorDisabled:hsl(14, 60%, 56%);--colorHover:hsl(14, 68%, 34%);--colorPress:hsl(14, 93%, 61%);--colorFocus:hsl(14, 68%, 34%);--colorTransparent:hsla(14, 55%, 41%, 0);--placeholderColor:hsl(14, 56%, 51%);--outlineColor:hsla(14, 55%, 41%, 0.08);}
}
.t_light_orange ::selection{background:var(--color5);color:var(--color11)}
:root.t_dark .t_light .t_dark .t_light .t_yellow, :root.t_dark .t_light .t_yellow, :root.t_light .t_dark .t_light .t_yellow, :root.t_light .t_yellow {--background0:hsla(36, 100%, 96%, 0);--background025:hsla(36, 100%, 96%, 0.08);--background05:hsla(36, 100%, 96%, 0.12);--background075:hsla(36, 100%, 96%, 0.16);--color847:hsla(40, 65%, 34%, 0.08);--color1:hsl(36, 100%, 96%);--color2:hsl(37, 66%, 88%);--color3:hsl(36, 60%, 82%);--color4:hsl(39, 89%, 59%);--color5:hsl(39, 59%, 49%);--color6:hsl(39, 64%, 46%);--color7:hsl(40, 65%, 34%);--color8:hsl(40, 76%, 28%);--color9:hsl(43, 95%, 57%);--color10:hsla(40, 65%, 34%, 0.8);--color11:hsla(40, 65%, 34%, 0.72);--color12:hsla(40, 65%, 34%, 0.64);--color025:hsla(40, 65%, 34%, 0.08);--color05:hsla(40, 65%, 34%, 0.12);--color075:hsla(40, 65%, 34%, 0.16);--background:hsl(36, 100%, 96%);--backgroundHover:hsl(37, 66%, 88%);--backgroundPress:hsl(36, 60%, 82%);--backgroundFocus:hsl(36, 100%, 96%);--borderColor:hsl(39, 89%, 59%);--borderColorHover:hsl(39, 59%, 49%);--borderColorFocus:hsl(37, 66%, 88%);--borderColorPress:hsl(39, 89%, 59%);--color:hsla(40, 65%, 34%, 0.64);--colorSecondary:hsl(39, 64%, 46%);--colorDisabled:hsl(39, 59%, 49%);--colorHover:hsl(40, 76%, 28%);--colorPress:hsl(43, 95%, 57%);--colorFocus:hsl(40, 76%, 28%);--colorTransparent:hsla(40, 65%, 34%, 0);--placeholderColor:hsl(39, 64%, 46%);--outlineColor:hsla(40, 65%, 34%, 0.08);}
@media(prefers-color-scheme:light){
body{background:var(--background);color:var(--color)}
.t_dark .t_light .t_yellow, .t_yellow {--background0:hsla(36, 100%, 96%, 0);--background025:hsla(36, 100%, 96%, 0.08);--background05:hsla(36, 100%, 96%, 0.12);--background075:hsla(36, 100%, 96%, 0.16);--color847:hsla(40, 65%, 34%, 0.08);--color1:hsl(36, 100%, 96%);--color2:hsl(37, 66%, 88%);--color3:hsl(36, 60%, 82%);--color4:hsl(39, 89%, 59%);--color5:hsl(39, 59%, 49%);--color6:hsl(39, 64%, 46%);--color7:hsl(40, 65%, 34%);--color8:hsl(40, 76%, 28%);--color9:hsl(43, 95%, 57%);--color10:hsla(40, 65%, 34%, 0.8);--color11:hsla(40, 65%, 34%, 0.72);--color12:hsla(40, 65%, 34%, 0.64);--color025:hsla(40, 65%, 34%, 0.08);--color05:hsla(40, 65%, 34%, 0.12);--color075:hsla(40, 65%, 34%, 0.16);--background:hsl(36, 100%, 96%);--backgroundHover:hsl(37, 66%, 88%);--backgroundPress:hsl(36, 60%, 82%);--backgroundFocus:hsl(36, 100%, 96%);--borderColor:hsl(39, 89%, 59%);--borderColorHover:hsl(39, 59%, 49%);--borderColorFocus:hsl(37, 66%, 88%);--borderColorPress:hsl(39, 89%, 59%);--color:hsla(40, 65%, 34%, 0.64);--colorSecondary:hsl(39, 64%, 46%);--colorDisabled:hsl(39, 59%, 49%);--colorHover:hsl(40, 76%, 28%);--colorPress:hsl(43, 95%, 57%);--colorFocus:hsl(40, 76%, 28%);--colorTransparent:hsla(40, 65%, 34%, 0);--placeholderColor:hsl(39, 64%, 46%);--outlineColor:hsla(40, 65%, 34%, 0.08);}
}
.t_light_yellow ::selection{background:var(--color5);color:var(--color11)}
:root.t_dark .t_light .t_dark .t_light .t_green, :root.t_dark .t_light .t_green, :root.t_light .t_dark .t_light .t_green, :root.t_light .t_green {--background0:hsla(120, 48%, 95%, 0);--background025:hsla(120, 48%, 95%, 0.08);--background05:hsla(120, 48%, 95%, 0.12);--background075:hsla(120, 48%, 95%, 0.16);--color847:hsla(146, 31%, 30%, 0.08);--color1:hsl(120, 48%, 95%);--color2:hsl(120, 50%, 91%);--color3:hsl(120, 46%, 85%);--color4:hsl(127, 36%, 54%);--color5:hsl(146, 27%, 45%);--color6:hsl(146, 33%, 39%);--color7:hsl(146, 31%, 30%);--color8:hsl(146, 40%, 24%);--color9:hsl(127, 55%, 55%);--color10:hsla(146, 31%, 30%, 0.8);--color11:hsla(146, 31%, 30%, 0.72);--color12:hsla(146, 31%, 30%, 0.64);--color025:hsla(146, 31%, 30%, 0.08);--color05:hsla(146, 31%, 30%, 0.12);--color075:hsla(146, 31%, 30%, 0.16);--background:hsl(120, 48%, 95%);--backgroundHover:hsl(120, 50%, 91%);--backgroundPress:hsl(120, 46%, 85%);--backgroundFocus:hsl(120, 48%, 95%);--borderColor:hsl(127, 36%, 54%);--borderColorHover:hsl(146, 27%, 45%);--borderColorFocus:hsl(120, 50%, 91%);--borderColorPress:hsl(127, 36%, 54%);--color:hsla(146, 31%, 30%, 0.64);--colorSecondary:hsl(146, 33%, 39%);--colorDisabled:hsl(146, 27%, 45%);--colorHover:hsl(146, 40%, 24%);--colorPress:hsl(127, 55%, 55%);--colorFocus:hsl(146, 40%, 24%);--colorTransparent:hsla(146, 31%, 30%, 0);--placeholderColor:hsl(146, 33%, 39%);--outlineColor:hsla(146, 31%, 30%, 0.08);}
@media(prefers-color-scheme:light){
body{background:var(--background);color:var(--color)}
.t_dark .t_light .t_green, .t_green {--background0:hsla(120, 48%, 95%, 0);--background025:hsla(120, 48%, 95%, 0.08);--background05:hsla(120, 48%, 95%, 0.12);--background075:hsla(120, 48%, 95%, 0.16);--color847:hsla(146, 31%, 30%, 0.08);--color1:hsl(120, 48%, 95%);--color2:hsl(120, 50%, 91%);--color3:hsl(120, 46%, 85%);--color4:hsl(127, 36%, 54%);--color5:hsl(146, 27%, 45%);--color6:hsl(146, 33%, 39%);--color7:hsl(146, 31%, 30%);--color8:hsl(146, 40%, 24%);--color9:hsl(127, 55%, 55%);--color10:hsla(146, 31%, 30%, 0.8);--color11:hsla(146, 31%, 30%, 0.72);--color12:hsla(146, 31%, 30%, 0.64);--color025:hsla(146, 31%, 30%, 0.08);--color05:hsla(146, 31%, 30%, 0.12);--color075:hsla(146, 31%, 30%, 0.16);--background:hsl(120, 48%, 95%);--backgroundHover:hsl(120, 50%, 91%);--backgroundPress:hsl(120, 46%, 85%);--backgroundFocus:hsl(120, 48%, 95%);--borderColor:hsl(127, 36%, 54%);--borderColorHover:hsl(146, 27%, 45%);--borderColorFocus:hsl(120, 50%, 91%);--borderColorPress:hsl(127, 36%, 54%);--color:hsla(146, 31%, 30%, 0.64);--colorSecondary:hsl(146, 33%, 39%);--colorDisabled:hsl(146, 27%, 45%);--colorHover:hsl(146, 40%, 24%);--colorPress:hsl(127, 55%, 55%);--colorFocus:hsl(146, 40%, 24%);--colorTransparent:hsla(146, 31%, 30%, 0);--placeholderColor:hsl(146, 33%, 39%);--outlineColor:hsla(146, 31%, 30%, 0.08);}
}
.t_light_green ::selection{background:var(--color5);color:var(--color11)}
:root.t_dark .t_light .t_blue, :root.t_dark .t_light .t_dark .t_light .t_blue, :root.t_light .t_blue, :root.t_light .t_dark .t_light .t_blue {--background0:hsla(216, 100%, 96%, 0);--background025:hsla(216, 100%, 96%, 0.08);--background05:hsla(216, 100%, 96%, 0.12);--background075:hsla(216, 100%, 96%, 0.16);--color847:hsla(210, 47%, 34%, 0.08);--color1:hsl(216, 100%, 96%);--color2:hsl(215, 94%, 93%);--color3:hsl(214, 72%, 87%);--color4:hsl(210, 60%, 60%);--color5:hsl(210, 47%, 52%);--color6:hsl(210, 49%, 45%);--color7:hsl(210, 47%, 34%);--color8:hsl(210, 62%, 25%);--color9:hsl(210, 73%, 57%);--color10:hsla(210, 47%, 34%, 0.8);--color11:hsla(210, 47%, 34%, 0.72);--color12:hsla(210, 47%, 34%, 0.64);--color025:hsla(210, 47%, 34%, 0.08);--color05:hsla(210, 47%, 34%, 0.12);--color075:hsla(210, 47%, 34%, 0.16);--background:hsl(216, 100%, 96%);--backgroundHover:hsl(215, 94%, 93%);--backgroundPress:hsl(214, 72%, 87%);--backgroundFocus:hsl(216, 100%, 96%);--borderColor:hsl(210, 60%, 60%);--borderColorHover:hsl(210, 47%, 52%);--borderColorFocus:hsl(215, 94%, 93%);--borderColorPress:hsl(210, 60%, 60%);--color:hsla(210, 47%, 34%, 0.64);--colorSecondary:hsl(210, 49%, 45%);--colorDisabled:hsl(210, 47%, 52%);--colorHover:hsl(210, 62%, 25%);--colorPress:hsl(210, 73%, 57%);--colorFocus:hsl(210, 62%, 25%);--colorTransparent:hsla(210, 47%, 34%, 0);--placeholderColor:hsl(210, 49%, 45%);--outlineColor:hsla(210, 47%, 34%, 0.08);}
@media(prefers-color-scheme:light){
body{background:var(--background);color:var(--color)}
.t_blue, .t_dark .t_light .t_blue {--background0:hsla(216, 100%, 96%, 0);--background025:hsla(216, 100%, 96%, 0.08);--background05:hsla(216, 100%, 96%, 0.12);--background075:hsla(216, 100%, 96%, 0.16);--color847:hsla(210, 47%, 34%, 0.08);--color1:hsl(216, 100%, 96%);--color2:hsl(215, 94%, 93%);--color3:hsl(214, 72%, 87%);--color4:hsl(210, 60%, 60%);--color5:hsl(210, 47%, 52%);--color6:hsl(210, 49%, 45%);--color7:hsl(210, 47%, 34%);--color8:hsl(210, 62%, 25%);--color9:hsl(210, 73%, 57%);--color10:hsla(210, 47%, 34%, 0.8);--color11:hsla(210, 47%, 34%, 0.72);--color12:hsla(210, 47%, 34%, 0.64);--color025:hsla(210, 47%, 34%, 0.08);--color05:hsla(210, 47%, 34%, 0.12);--color075:hsla(210, 47%, 34%, 0.16);--background:hsl(216, 100%, 96%);--backgroundHover:hsl(215, 94%, 93%);--backgroundPress:hsl(214, 72%, 87%);--backgroundFocus:hsl(216, 100%, 96%);--borderColor:hsl(210, 60%, 60%);--borderColorHover:hsl(210, 47%, 52%);--borderColorFocus:hsl(215, 94%, 93%);--borderColorPress:hsl(210, 60%, 60%);--color:hsla(210, 47%, 34%, 0.64);--colorSecondary:hsl(210, 49%, 45%);--colorDisabled:hsl(210, 47%, 52%);--colorHover:hsl(210, 62%, 25%);--colorPress:hsl(210, 73%, 57%);--colorFocus:hsl(210, 62%, 25%);--colorTransparent:hsla(210, 47%, 34%, 0);--placeholderColor:hsl(210, 49%, 45%);--outlineColor:hsla(210, 47%, 34%, 0.08);}
}
.t_light_blue ::selection{background:var(--color5);color:var(--color11)}
:root.t_dark .t_light .t_dark .t_light .t_purple, :root.t_dark .t_light .t_purple, :root.t_light .t_dark .t_light .t_purple, :root.t_light .t_purple {--background0:hsla(272, 100%, 97%, 0);--background025:hsla(272, 100%, 97%, 0.08);--background05:hsla(272, 100%, 97%, 0.12);--background075:hsla(272, 100%, 97%, 0.16);--color847:hsla(273, 37%, 35%, 0.08);--color1:hsl(272, 100%, 97%);--color2:hsl(261, 100%, 94%);--color3:hsl(259, 87%, 91%);--color4:hsl(273, 74%, 69%);--color5:hsl(272, 38%, 57%);--color6:hsl(273, 33%, 43%);--color7:hsl(273, 37%, 35%);--color8:hsl(274, 45%, 29%);--color9:hsl(266, 83%, 66%);--color10:hsla(273, 37%, 35%, 0.8);--color11:hsla(273, 37%, 35%, 0.72);--color12:hsla(273, 37%, 35%, 0.64);--color025:hsla(273, 37%, 35%, 0.08);--color05:hsla(273, 37%, 35%, 0.12);--color075:hsla(273, 37%, 35%, 0.16);--background:hsl(272, 100%, 97%);--backgroundHover:hsl(261, 100%, 94%);--backgroundPress:hsl(259, 87%, 91%);--backgroundFocus:hsl(272, 100%, 97%);--borderColor:hsl(273, 74%, 69%);--borderColorHover:hsl(272, 38%, 57%);--borderColorFocus:hsl(261, 100%, 94%);--borderColorPress:hsl(273, 74%, 69%);--color:hsla(273, 37%, 35%, 0.64);--colorSecondary:hsl(273, 33%, 43%);--colorDisabled:hsl(272, 38%, 57%);--colorHover:hsl(274, 45%, 29%);--colorPress:hsl(266, 83%, 66%);--colorFocus:hsl(274, 45%, 29%);--colorTransparent:hsla(273, 37%, 35%, 0);--placeholderColor:hsl(273, 33%, 43%);--outlineColor:hsla(273, 37%, 35%, 0.08);}
@media(prefers-color-scheme:light){
body{background:var(--background);color:var(--color)}
.t_dark .t_light .t_purple, .t_purple {--background0:hsla(272, 100%, 97%, 0);--background025:hsla(272, 100%, 97%, 0.08);--background05:hsla(272, 100%, 97%, 0.12);--background075:hsla(272, 100%, 97%, 0.16);--color847:hsla(273, 37%, 35%, 0.08);--color1:hsl(272, 100%, 97%);--color2:hsl(261, 100%, 94%);--color3:hsl(259, 87%, 91%);--color4:hsl(273, 74%, 69%);--color5:hsl(272, 38%, 57%);--color6:hsl(273, 33%, 43%);--color7:hsl(273, 37%, 35%);--color8:hsl(274, 45%, 29%);--color9:hsl(266, 83%, 66%);--color10:hsla(273, 37%, 35%, 0.8);--color11:hsla(273, 37%, 35%, 0.72);--color12:hsla(273, 37%, 35%, 0.64);--color025:hsla(273, 37%, 35%, 0.08);--color05:hsla(273, 37%, 35%, 0.12);--color075:hsla(273, 37%, 35%, 0.16);--background:hsl(272, 100%, 97%);--backgroundHover:hsl(261, 100%, 94%);--backgroundPress:hsl(259, 87%, 91%);--backgroundFocus:hsl(272, 100%, 97%);--borderColor:hsl(273, 74%, 69%);--borderColorHover:hsl(272, 38%, 57%);--borderColorFocus:hsl(261, 100%, 94%);--borderColorPress:hsl(273, 74%, 69%);--color:hsla(273, 37%, 35%, 0.64);--colorSecondary:hsl(273, 33%, 43%);--colorDisabled:hsl(272, 38%, 57%);--colorHover:hsl(274, 45%, 29%);--colorPress:hsl(266, 83%, 66%);--colorFocus:hsl(274, 45%, 29%);--colorTransparent:hsla(273, 37%, 35%, 0);--placeholderColor:hsl(273, 33%, 43%);--outlineColor:hsla(273, 37%, 35%, 0.08);}
}
.t_light_purple ::selection{background:var(--color5);color:var(--color11)}
:root.t_dark .t_light .t_dark .t_light .t_pink, :root.t_dark .t_light .t_dark .t_light .t_red, :root.t_dark .t_light .t_pink, :root.t_dark .t_light .t_red, :root.t_light .t_dark .t_light .t_pink, :root.t_light .t_dark .t_light .t_red, :root.t_light .t_pink, :root.t_light .t_red {--background0:hsla(0, 0%, 100%, 0);--background025:hsla(0, 0%, 100%, 0.08);--background05:hsla(0, 0%, 100%, 0.12);--background075:hsla(0, 0%, 100%, 0.16);--color847:hsla(0, 0%, 2%, 0.08);--color1:hsl(0, 0%, 100%);--color2:hsl(0, 0%, 100%);--color3:hsl(0, 0%, 97%);--color4:var(--color-11);--color5:var(--color-12);--color6:var(--color-13);--color7:var(--color-14);--color8:var(--color-15);--color9:var(--color-16);--color10:var(--color-53);--color11:hsla(0, 0%, 2%, 0.8);--color12:hsla(0, 0%, 2%, 0.72);--color025:hsla(0, 0%, 2%, 0.08);--color05:hsla(0, 0%, 2%, 0.12);--color075:hsla(0, 0%, 2%, 0.16);--background:hsl(0, 0%, 100%);--backgroundHover:hsl(0, 0%, 100%);--backgroundPress:hsl(0, 0%, 97%);--backgroundFocus:hsl(0, 0%, 100%);--borderColor:var(--color-11);--borderColorHover:var(--color-12);--borderColorFocus:hsl(0, 0%, 100%);--borderColorPress:var(--color-11);--color:hsla(0, 0%, 2%, 0.72);--colorSecondary:var(--color-13);--colorDisabled:var(--color-12);--colorHover:var(--color-16);--colorPress:var(--color-53);--colorFocus:var(--color-16);--colorTransparent:hsla(0, 0%, 2%, 0);--placeholderColor:var(--color-14);--outlineColor:hsla(0, 0%, 2%, 0.08);}
@media(prefers-color-scheme:light){
body{background:var(--background);color:var(--color)}
.t_dark .t_light .t_pink, .t_dark .t_light .t_red, .t_pink, .t_red {--background0:hsla(0, 0%, 100%, 0);--background025:hsla(0, 0%, 100%, 0.08);--background05:hsla(0, 0%, 100%, 0.12);--background075:hsla(0, 0%, 100%, 0.16);--color847:hsla(0, 0%, 2%, 0.08);--color1:hsl(0, 0%, 100%);--color2:hsl(0, 0%, 100%);--color3:hsl(0, 0%, 97%);--color4:var(--color-11);--color5:var(--color-12);--color6:var(--color-13);--color7:var(--color-14);--color8:var(--color-15);--color9:var(--color-16);--color10:var(--color-53);--color11:hsla(0, 0%, 2%, 0.8);--color12:hsla(0, 0%, 2%, 0.72);--color025:hsla(0, 0%, 2%, 0.08);--color05:hsla(0, 0%, 2%, 0.12);--color075:hsla(0, 0%, 2%, 0.16);--background:hsl(0, 0%, 100%);--backgroundHover:hsl(0, 0%, 100%);--backgroundPress:hsl(0, 0%, 97%);--backgroundFocus:hsl(0, 0%, 100%);--borderColor:var(--color-11);--borderColorHover:var(--color-12);--borderColorFocus:hsl(0, 0%, 100%);--borderColorPress:var(--color-11);--color:hsla(0, 0%, 2%, 0.72);--colorSecondary:var(--color-13);--colorDisabled:var(--color-12);--colorHover:var(--color-16);--colorPress:var(--color-53);--colorFocus:var(--color-16);--colorTransparent:hsla(0, 0%, 2%, 0);--placeholderColor:var(--color-14);--outlineColor:hsla(0, 0%, 2%, 0.08);}
}
.t_light_pink ::selection, .t_light_red ::selection{background:var(--color5);color:var(--color11)}
:root.t_dark .t_light .t_dark .t_light .t_gray, :root.t_dark .t_light .t_gray, :root.t_light .t_dark .t_light .t_gray, :root.t_light .t_gray {--background0:hsla(210, 22%, 96%, 0);--background025:hsla(210, 22%, 96%, 0.08);--background05:hsla(210, 22%, 96%, 0.12);--background075:hsla(210, 22%, 96%, 0.16);--color847:hsla(210, 15%, 28%, 0.08);--color1:hsl(210, 22%, 96%);--color2:hsl(210, 26%, 89%);--color3:hsl(208, 27%, 86%);--color4:hsl(211, 16%, 59%);--color5:hsl(210, 9%, 43%);--color6:hsl(210, 13%, 37%);--color7:hsl(210, 15%, 28%);--color8:hsl(209, 25%, 20%);--color9:hsl(209, 25%, 43%);--color10:hsla(210, 15%, 28%, 0.8);--color11:hsla(210, 15%, 28%, 0.72);--color12:hsla(210, 15%, 28%, 0.64);--color025:hsla(210, 15%, 28%, 0.08);--color05:hsla(210, 15%, 28%, 0.12);--color075:hsla(210, 15%, 28%, 0.16);--background:hsl(210, 22%, 96%);--backgroundHover:hsl(210, 26%, 89%);--backgroundPress:hsl(208, 27%, 86%);--backgroundFocus:hsl(210, 22%, 96%);--borderColor:hsl(211, 16%, 59%);--borderColorHover:hsl(210, 9%, 43%);--borderColorFocus:hsl(210, 26%, 89%);--borderColorPress:hsl(211, 16%, 59%);--color:hsla(210, 15%, 28%, 0.64);--colorSecondary:hsl(210, 13%, 37%);--colorDisabled:hsl(210, 9%, 43%);--colorHover:hsl(209, 25%, 20%);--colorPress:hsl(209, 25%, 43%);--colorFocus:hsl(209, 25%, 20%);--colorTransparent:hsla(210, 15%, 28%, 0);--placeholderColor:hsl(210, 13%, 37%);--outlineColor:hsla(210, 15%, 28%, 0.08);}
@media(prefers-color-scheme:light){
body{background:var(--background);color:var(--color)}
.t_dark .t_light .t_gray, .t_gray {--background0:hsla(210, 22%, 96%, 0);--background025:hsla(210, 22%, 96%, 0.08);--background05:hsla(210, 22%, 96%, 0.12);--background075:hsla(210, 22%, 96%, 0.16);--color847:hsla(210, 15%, 28%, 0.08);--color1:hsl(210, 22%, 96%);--color2:hsl(210, 26%, 89%);--color3:hsl(208, 27%, 86%);--color4:hsl(211, 16%, 59%);--color5:hsl(210, 9%, 43%);--color6:hsl(210, 13%, 37%);--color7:hsl(210, 15%, 28%);--color8:hsl(209, 25%, 20%);--color9:hsl(209, 25%, 43%);--color10:hsla(210, 15%, 28%, 0.8);--color11:hsla(210, 15%, 28%, 0.72);--color12:hsla(210, 15%, 28%, 0.64);--color025:hsla(210, 15%, 28%, 0.08);--color05:hsla(210, 15%, 28%, 0.12);--color075:hsla(210, 15%, 28%, 0.16);--background:hsl(210, 22%, 96%);--backgroundHover:hsl(210, 26%, 89%);--backgroundPress:hsl(208, 27%, 86%);--backgroundFocus:hsl(210, 22%, 96%);--borderColor:hsl(211, 16%, 59%);--borderColorHover:hsl(210, 9%, 43%);--borderColorFocus:hsl(210, 26%, 89%);--borderColorPress:hsl(211, 16%, 59%);--color:hsla(210, 15%, 28%, 0.64);--colorSecondary:hsl(210, 13%, 37%);--colorDisabled:hsl(210, 9%, 43%);--colorHover:hsl(209, 25%, 20%);--colorPress:hsl(209, 25%, 43%);--colorFocus:hsl(209, 25%, 20%);--colorTransparent:hsla(210, 15%, 28%, 0);--placeholderColor:hsl(210, 13%, 37%);--outlineColor:hsla(210, 15%, 28%, 0.08);}
}
.t_light_gray ::selection{background:var(--color5);color:var(--color11)}
:root.t_dark .t_light .t_alt1, :root.t_dark .t_light .t_dark .t_light .t_alt1, :root.t_dark .t_light .t_dark .t_light .t_pink_alt1, :root.t_dark .t_light .t_dark .t_light .t_red_alt1, :root.t_dark .t_light .t_pink_alt1, :root.t_dark .t_light .t_red_alt1, :root.t_light .t_alt1, :root.t_light .t_dark .t_light .t_alt1, :root.t_light .t_dark .t_light .t_pink_alt1, :root.t_light .t_dark .t_light .t_red_alt1, :root.t_light .t_pink_alt1, :root.t_light .t_red_alt1 {--color:hsla(0, 0%, 2%, 0.8);--colorHover:var(--color-15);--colorPress:var(--color-16);--colorFocus:var(--color-15);}
@media(prefers-color-scheme:light){
body{color:var(--color)}
.t_alt1, .t_dark .t_light .t_alt1, .t_dark .t_light .t_pink_alt1, .t_dark .t_light .t_red_alt1, .t_pink_alt1, .t_red_alt1 {--color:hsla(0, 0%, 2%, 0.8);--colorHover:var(--color-15);--colorPress:var(--color-16);--colorFocus:var(--color-15);}
}
:root.t_dark .t_light .t_alt2, :root.t_dark .t_light .t_dark .t_light .t_alt2, :root.t_dark .t_light .t_dark .t_light .t_pink_alt2, :root.t_dark .t_light .t_dark .t_light .t_red_alt2, :root.t_dark .t_light .t_pink_alt2, :root.t_dark .t_light .t_red_alt2, :root.t_light .t_alt2, :root.t_light .t_dark .t_light .t_alt2, :root.t_light .t_dark .t_light .t_pink_alt2, :root.t_light .t_dark .t_light .t_red_alt2, :root.t_light .t_pink_alt2, :root.t_light .t_red_alt2 {--color:var(--color-53);--colorHover:var(--color-14);--colorPress:var(--color-15);--colorFocus:var(--color-14);}
@media(prefers-color-scheme:light){
body{color:var(--color)}
.t_alt2, .t_dark .t_light .t_alt2, .t_dark .t_light .t_pink_alt2, .t_dark .t_light .t_red_alt2, .t_pink_alt2, .t_red_alt2 {--color:var(--color-53);--colorHover:var(--color-14);--colorPress:var(--color-15);--colorFocus:var(--color-14);}
}
:root.t_dark .t_light .t_active, :root.t_dark .t_light .t_active_SliderTrackActive, :root.t_dark .t_light .t_Button, :root.t_dark .t_light .t_dark .t_light .t_active, :root.t_dark .t_light .t_dark .t_light .t_active_SliderTrackActive, :root.t_dark .t_light .t_dark .t_light .t_Button, :root.t_dark .t_light .t_dark .t_light .t_pink_active, :root.t_dark .t_light .t_dark .t_light .t_pink_active_SliderTrackActive, :root.t_dark .t_light .t_dark .t_light .t_pink_Button, :root.t_dark .t_light .t_dark .t_light .t_pink_SliderTrackActive, :root.t_dark .t_light .t_dark .t_light .t_red_active, :root.t_dark .t_light .t_dark .t_light .t_red_active_SliderTrackActive, :root.t_dark .t_light .t_dark .t_light .t_red_Button, :root.t_dark .t_light .t_dark .t_light .t_red_SliderTrackActive, :root.t_dark .t_light .t_dark .t_light .t_SliderTrackActive, :root.t_dark .t_light .t_pink_active, :root.t_dark .t_light .t_pink_active_SliderTrackActive, :root.t_dark .t_light .t_pink_Button, :root.t_dark .t_light .t_pink_SliderTrackActive, :root.t_dark .t_light .t_red_active, :root.t_dark .t_light .t_red_active_SliderTrackActive, :root.t_dark .t_light .t_red_Button, :root.t_dark .t_light .t_red_SliderTrackActive, :root.t_dark .t_light .t_SliderTrackActive, :root.t_light .t_active, :root.t_light .t_active_SliderTrackActive, :root.t_light .t_Button, :root.t_light .t_dark .t_light .t_active, :root.t_light .t_dark .t_light .t_active_SliderTrackActive, :root.t_light .t_dark .t_light .t_Button, :root.t_light .t_dark .t_light .t_pink_active, :root.t_light .t_dark .t_light .t_pink_active_SliderTrackActive, :root.t_light .t_dark .t_light .t_pink_Button, :root.t_light .t_dark .t_light .t_pink_SliderTrackActive, :root.t_light .t_dark .t_light .t_red_active, :root.t_light .t_dark .t_light .t_red_active_SliderTrackActive, :root.t_light .t_dark .t_light .t_red_Button, :root.t_light .t_dark .t_light .t_red_SliderTrackActive, :root.t_light .t_dark .t_light .t_SliderTrackActive, :root.t_light .t_pink_active, :root.t_light .t_pink_active_SliderTrackActive, :root.t_light .t_pink_Button, :root.t_light .t_pink_SliderTrackActive, :root.t_light .t_red_active, :root.t_light .t_red_active_SliderTrackActive, :root.t_light .t_red_Button, :root.t_light .t_red_SliderTrackActive, :root.t_light .t_SliderTrackActive {--background:var(--color-11);--backgroundHover:var(--color-12);--backgroundPress:var(--color-13);--backgroundFocus:var(--color-11);--borderColor:var(--color-14);--borderColorHover:var(--color-15);--borderColorFocus:var(--color-12);--borderColorPress:var(--color-14);}
@media(prefers-color-scheme:light){
body{background:var(--background);}
.t_active, .t_active_SliderTrackActive, .t_Button, .t_dark .t_light .t_active, .t_dark .t_light .t_active_SliderTrackActive, .t_dark .t_light .t_Button, .t_dark .t_light .t_pink_active, .t_dark .t_light .t_pink_active_SliderTrackActive, .t_dark .t_light .t_pink_Button, .t_dark .t_light .t_pink_SliderTrackActive, .t_dark .t_light .t_red_active, .t_dark .t_light .t_red_active_SliderTrackActive, .t_dark .t_light .t_red_Button, .t_dark .t_light .t_red_SliderTrackActive, .t_dark .t_light .t_SliderTrackActive, .t_pink_active, .t_pink_active_SliderTrackActive, .t_pink_Button, .t_pink_SliderTrackActive, .t_red_active, .t_red_active_SliderTrackActive, .t_red_Button, .t_red_SliderTrackActive, .t_SliderTrackActive {--background:var(--color-11);--backgroundHover:var(--color-12);--backgroundPress:var(--color-13);--backgroundFocus:var(--color-11);--borderColor:var(--color-14);--borderColorHover:var(--color-15);--borderColorFocus:var(--color-12);--borderColorPress:var(--color-14);}
}
:root.t_dark .t_light .t_dark .t_light .t_orange_alt1, :root.t_dark .t_light .t_orange_alt1, :root.t_light .t_dark .t_light .t_orange_alt1, :root.t_light .t_orange_alt1 {--color:hsla(14, 55%, 41%, 0.72);--colorHover:hsl(14, 55%, 41%);--colorPress:hsl(14, 68%, 34%);--colorFocus:hsl(14, 55%, 41%);}
@media(prefers-color-scheme:light){
body{color:var(--color)}
.t_dark .t_light .t_orange_alt1, .t_orange_alt1 {--color:hsla(14, 55%, 41%, 0.72);--colorHover:hsl(14, 55%, 41%);--colorPress:hsl(14, 68%, 34%);--colorFocus:hsl(14, 55%, 41%);}
}
:root.t_dark .t_light .t_dark .t_light .t_orange_alt2, :root.t_dark .t_light .t_orange_alt2, :root.t_light .t_dark .t_light .t_orange_alt2, :root.t_light .t_orange_alt2 {--color:hsla(14, 55%, 41%, 0.8);--colorHover:hsl(14, 56%, 51%);--colorPress:hsl(14, 55%, 41%);--colorFocus:hsl(14, 56%, 51%);}
@media(prefers-color-scheme:light){
body{color:var(--color)}
.t_dark .t_light .t_orange_alt2, .t_orange_alt2 {--color:hsla(14, 55%, 41%, 0.8);--colorHover:hsl(14, 56%, 51%);--colorPress:hsl(14, 55%, 41%);--colorFocus:hsl(14, 56%, 51%);}
}
:root.t_dark .t_light .t_dark .t_light .t_orange_active, :root.t_dark .t_light .t_dark .t_light .t_orange_active_SliderTrackActive, :root.t_dark .t_light .t_dark .t_light .t_orange_Button, :root.t_dark .t_light .t_dark .t_light .t_orange_SliderTrackActive, :root.t_dark .t_light .t_orange_active, :root.t_dark .t_light .t_orange_active_SliderTrackActive, :root.t_dark .t_light .t_orange_Button, :root.t_dark .t_light .t_orange_SliderTrackActive, :root.t_light .t_dark .t_light .t_orange_active, :root.t_light .t_dark .t_light .t_orange_active_SliderTrackActive, :root.t_light .t_dark .t_light .t_orange_Button, :root.t_light .t_dark .t_light .t_orange_SliderTrackActive, :root.t_light .t_orange_active, :root.t_light .t_orange_active_SliderTrackActive, :root.t_light .t_orange_Button, :root.t_light .t_orange_SliderTrackActive {--background:hsl(25, 95%, 64%);--backgroundHover:hsl(14, 60%, 56%);--backgroundPress:hsl(14, 56%, 51%);--backgroundFocus:hsl(25, 95%, 64%);--borderColor:hsl(14, 55%, 41%);--borderColorHover:hsl(14, 68%, 34%);--borderColorFocus:hsl(14, 60%, 56%);--borderColorPress:hsl(14, 55%, 41%);}
@media(prefers-color-scheme:light){
body{background:var(--background);}
.t_dark .t_light .t_orange_active, .t_dark .t_light .t_orange_active_SliderTrackActive, .t_dark .t_light .t_orange_Button, .t_dark .t_light .t_orange_SliderTrackActive, .t_orange_active, .t_orange_active_SliderTrackActive, .t_orange_Button, .t_orange_SliderTrackActive {--background:hsl(25, 95%, 64%);--backgroundHover:hsl(14, 60%, 56%);--backgroundPress:hsl(14, 56%, 51%);--backgroundFocus:hsl(25, 95%, 64%);--borderColor:hsl(14, 55%, 41%);--borderColorHover:hsl(14, 68%, 34%);--borderColorFocus:hsl(14, 60%, 56%);--borderColorPress:hsl(14, 55%, 41%);}
}
:root.t_dark .t_light .t_dark .t_light .t_yellow_alt1, :root.t_dark .t_light .t_yellow_alt1, :root.t_light .t_dark .t_light .t_yellow_alt1, :root.t_light .t_yellow_alt1 {--color:hsla(40, 65%, 34%, 0.72);--colorHover:hsl(40, 65%, 34%);--colorPress:hsl(40, 76%, 28%);--colorFocus:hsl(40, 65%, 34%);}
@media(prefers-color-scheme:light){
body{color:var(--color)}
.t_dark .t_light .t_yellow_alt1, .t_yellow_alt1 {--color:hsla(40, 65%, 34%, 0.72);--colorHover:hsl(40, 65%, 34%);--colorPress:hsl(40, 76%, 28%);--colorFocus:hsl(40, 65%, 34%);}
}
:root.t_dark .t_light .t_dark .t_light .t_yellow_alt2, :root.t_dark .t_light .t_yellow_alt2, :root.t_light .t_dark .t_light .t_yellow_alt2, :root.t_light .t_yellow_alt2 {--color:hsla(40, 65%, 34%, 0.8);--colorHover:hsl(39, 64%, 46%);--colorPress:hsl(40, 65%, 34%);--colorFocus:hsl(39, 64%, 46%);}
@media(prefers-color-scheme:light){
body{color:var(--color)}
.t_dark .t_light .t_yellow_alt2, .t_yellow_alt2 {--color:hsla(40, 65%, 34%, 0.8);--colorHover:hsl(39, 64%, 46%);--colorPress:hsl(40, 65%, 34%);--colorFocus:hsl(39, 64%, 46%);}
}
:root.t_dark .t_light .t_dark .t_light .t_yellow_active, :root.t_dark .t_light .t_dark .t_light .t_yellow_active_SliderTrackActive, :root.t_dark .t_light .t_dark .t_light .t_yellow_Button, :root.t_dark .t_light .t_dark .t_light .t_yellow_SliderTrackActive, :root.t_dark .t_light .t_yellow_active, :root.t_dark .t_light .t_yellow_active_SliderTrackActive, :root.t_dark .t_light .t_yellow_Button, :root.t_dark .t_light .t_yellow_SliderTrackActive, :root.t_light .t_dark .t_light .t_yellow_active, :root.t_light .t_dark .t_light .t_yellow_active_SliderTrackActive, :root.t_light .t_dark .t_light .t_yellow_Button, :root.t_light .t_dark .t_light .t_yellow_SliderTrackActive, :root.t_light .t_yellow_active, :root.t_light .t_yellow_active_SliderTrackActive, :root.t_light .t_yellow_Button, :root.t_light .t_yellow_SliderTrackActive {--background:hsl(39, 89%, 59%);--backgroundHover:hsl(39, 59%, 49%);--backgroundPress:hsl(39, 64%, 46%);--backgroundFocus:hsl(39, 89%, 59%);--borderColor:hsl(40, 65%, 34%);--borderColorHover:hsl(40, 76%, 28%);--borderColorFocus:hsl(39, 59%, 49%);--borderColorPress:hsl(40, 65%, 34%);}
@media(prefers-color-scheme:light){
body{background:var(--background);}
.t_dark .t_light .t_yellow_active, .t_dark .t_light .t_yellow_active_SliderTrackActive, .t_dark .t_light .t_yellow_Button, .t_dark .t_light .t_yellow_SliderTrackActive, .t_yellow_active, .t_yellow_active_SliderTrackActive, .t_yellow_Button, .t_yellow_SliderTrackActive {--background:hsl(39, 89%, 59%);--backgroundHover:hsl(39, 59%, 49%);--backgroundPress:hsl(39, 64%, 46%);--backgroundFocus:hsl(39, 89%, 59%);--borderColor:hsl(40, 65%, 34%);--borderColorHover:hsl(40, 76%, 28%);--borderColorFocus:hsl(39, 59%, 49%);--borderColorPress:hsl(40, 65%, 34%);}
}
:root.t_dark .t_light .t_dark .t_light .t_green_alt1, :root.t_dark .t_light .t_green_alt1, :root.t_light .t_dark .t_light .t_green_alt1, :root.t_light .t_green_alt1 {--color:hsla(146, 31%, 30%, 0.72);--colorHover:hsl(146, 31%, 30%);--colorPress:hsl(146, 40%, 24%);--colorFocus:hsl(146, 31%, 30%);}
@media(prefers-color-scheme:light){
body{color:var(--color)}
.t_dark .t_light .t_green_alt1, .t_green_alt1 {--color:hsla(146, 31%, 30%, 0.72);--colorHover:hsl(146, 31%, 30%);--colorPress:hsl(146, 40%, 24%);--colorFocus:hsl(146, 31%, 30%);}
}
:root.t_dark .t_light .t_dark .t_light .t_green_alt2, :root.t_dark .t_light .t_green_alt2, :root.t_light .t_dark .t_light .t_green_alt2, :root.t_light .t_green_alt2 {--color:hsla(146, 31%, 30%, 0.8);--colorHover:hsl(146, 33%, 39%);--colorPress:hsl(146, 31%, 30%);--colorFocus:hsl(146, 33%, 39%);}
@media(prefers-color-scheme:light){
body{color:var(--color)}
.t_dark .t_light .t_green_alt2, .t_green_alt2 {--color:hsla(146, 31%, 30%, 0.8);--colorHover:hsl(146, 33%, 39%);--colorPress:hsl(146, 31%, 30%);--colorFocus:hsl(146, 33%, 39%);}
}
:root.t_dark .t_light .t_dark .t_light .t_green_active, :root.t_dark .t_light .t_dark .t_light .t_green_active_SliderTrackActive, :root.t_dark .t_light .t_dark .t_light .t_green_Button, :root.t_dark .t_light .t_dark .t_light .t_green_SliderTrackActive, :root.t_dark .t_light .t_green_active, :root.t_dark .t_light .t_green_active_SliderTrackActive, :root.t_dark .t_light .t_green_Button, :root.t_dark .t_light .t_green_SliderTrackActive, :root.t_light .t_dark .t_light .t_green_active, :root.t_light .t_dark .t_light .t_green_active_SliderTrackActive, :root.t_light .t_dark .t_light .t_green_Button, :root.t_light .t_dark .t_light .t_green_SliderTrackActive, :root.t_light .t_green_active, :root.t_light .t_green_active_SliderTrackActive, :root.t_light .t_green_Button, :root.t_light .t_green_SliderTrackActive {--background:hsl(127, 36%, 54%);--backgroundHover:hsl(146, 27%, 45%);--backgroundPress:hsl(146, 33%, 39%);--backgroundFocus:hsl(127, 36%, 54%);--borderColor:hsl(146, 31%, 30%);--borderColorHover:hsl(146, 40%, 24%);--borderColorFocus:hsl(146, 27%, 45%);--borderColorPress:hsl(146, 31%, 30%);}
@media(prefers-color-scheme:light){
body{background:var(--background);}
.t_dark .t_light .t_green_active, .t_dark .t_light .t_green_active_SliderTrackActive, .t_dark .t_light .t_green_Button, .t_dark .t_light .t_green_SliderTrackActive, .t_green_active, .t_green_active_SliderTrackActive, .t_green_Button, .t_green_SliderTrackActive {--background:hsl(127, 36%, 54%);--backgroundHover:hsl(146, 27%, 45%);--backgroundPress:hsl(146, 33%, 39%);--backgroundFocus:hsl(127, 36%, 54%);--borderColor:hsl(146, 31%, 30%);--borderColorHover:hsl(146, 40%, 24%);--borderColorFocus:hsl(146, 27%, 45%);--borderColorPress:hsl(146, 31%, 30%);}
}
:root.t_dark .t_light .t_blue_alt1, :root.t_dark .t_light .t_dark .t_light .t_blue_alt1, :root.t_light .t_blue_alt1, :root.t_light .t_dark .t_light .t_blue_alt1 {--color:hsla(210, 47%, 34%, 0.72);--colorHover:hsl(210, 47%, 34%);--colorPress:hsl(210, 62%, 25%);--colorFocus:hsl(210, 47%, 34%);}
@media(prefers-color-scheme:light){
body{color:var(--color)}
.t_blue_alt1, .t_dark .t_light .t_blue_alt1 {--color:hsla(210, 47%, 34%, 0.72);--colorHover:hsl(210, 47%, 34%);--colorPress:hsl(210, 62%, 25%);--colorFocus:hsl(210, 47%, 34%);}
}
:root.t_dark .t_light .t_blue_alt2, :root.t_dark .t_light .t_dark .t_light .t_blue_alt2, :root.t_light .t_blue_alt2, :root.t_light .t_dark .t_light .t_blue_alt2 {--color:hsla(210, 47%, 34%, 0.8);--colorHover:hsl(210, 49%, 45%);--colorPress:hsl(210, 47%, 34%);--colorFocus:hsl(210, 49%, 45%);}
@media(prefers-color-scheme:light){
body{color:var(--color)}
.t_blue_alt2, .t_dark .t_light .t_blue_alt2 {--color:hsla(210, 47%, 34%, 0.8);--colorHover:hsl(210, 49%, 45%);--colorPress:hsl(210, 47%, 34%);--colorFocus:hsl(210, 49%, 45%);}
}
:root.t_dark .t_light .t_blue_active, :root.t_dark .t_light .t_blue_active_SliderTrackActive, :root.t_dark .t_light .t_blue_Button, :root.t_dark .t_light .t_blue_SliderTrackActive, :root.t_dark .t_light .t_dark .t_light .t_blue_active, :root.t_dark .t_light .t_dark .t_light .t_blue_active_SliderTrackActive, :root.t_dark .t_light .t_dark .t_light .t_blue_Button, :root.t_dark .t_light .t_dark .t_light .t_blue_SliderTrackActive, :root.t_light .t_blue_active, :root.t_light .t_blue_active_SliderTrackActive, :root.t_light .t_blue_Button, :root.t_light .t_blue_SliderTrackActive, :root.t_light .t_dark .t_light .t_blue_active, :root.t_light .t_dark .t_light .t_blue_active_SliderTrackActive, :root.t_light .t_dark .t_light .t_blue_Button, :root.t_light .t_dark .t_light .t_blue_SliderTrackActive {--background:hsl(210, 60%, 60%);--backgroundHover:hsl(210, 47%, 52%);--backgroundPress:hsl(210, 49%, 45%);--backgroundFocus:hsl(210, 60%, 60%);--borderColor:hsl(210, 47%, 34%);--borderColorHover:hsl(210, 62%, 25%);--borderColorFocus:hsl(210, 47%, 52%);--borderColorPress:hsl(210, 47%, 34%);}
@media(prefers-color-scheme:light){
body{background:var(--background);}
.t_blue_active, .t_blue_active_SliderTrackActive, .t_blue_Button, .t_blue_SliderTrackActive, .t_dark .t_light .t_blue_active, .t_dark .t_light .t_blue_active_SliderTrackActive, .t_dark .t_light .t_blue_Button, .t_dark .t_light .t_blue_SliderTrackActive {--background:hsl(210, 60%, 60%);--backgroundHover:hsl(210, 47%, 52%);--backgroundPress:hsl(210, 49%, 45%);--backgroundFocus:hsl(210, 60%, 60%);--borderColor:hsl(210, 47%, 34%);--borderColorHover:hsl(210, 62%, 25%);--borderColorFocus:hsl(210, 47%, 52%);--borderColorPress:hsl(210, 47%, 34%);}
}
:root.t_dark .t_light .t_dark .t_light .t_purple_alt1, :root.t_dark .t_light .t_purple_alt1, :root.t_light .t_dark .t_light .t_purple_alt1, :root.t_light .t_purple_alt1 {--color:hsla(273, 37%, 35%, 0.72);--colorHover:hsl(273, 37%, 35%);--colorPress:hsl(274, 45%, 29%);--colorFocus:hsl(273, 37%, 35%);}
@media(prefers-color-scheme:light){
body{color:var(--color)}
.t_dark .t_light .t_purple_alt1, .t_purple_alt1 {--color:hsla(273, 37%, 35%, 0.72);--colorHover:hsl(273, 37%, 35%);--colorPress:hsl(274, 45%, 29%);--colorFocus:hsl(273, 37%, 35%);}
}
:root.t_dark .t_light .t_dark .t_light .t_purple_alt2, :root.t_dark .t_light .t_purple_alt2, :root.t_light .t_dark .t_light .t_purple_alt2, :root.t_light .t_purple_alt2 {--color:hsla(273, 37%, 35%, 0.8);--colorHover:hsl(273, 33%, 43%);--colorPress:hsl(273, 37%, 35%);--colorFocus:hsl(273, 33%, 43%);}
@media(prefers-color-scheme:light){
body{color:var(--color)}
.t_dark .t_light .t_purple_alt2, .t_purple_alt2 {--color:hsla(273, 37%, 35%, 0.8);--colorHover:hsl(273, 33%, 43%);--colorPress:hsl(273, 37%, 35%);--colorFocus:hsl(273, 33%, 43%);}
}
:root.t_dark .t_light .t_dark .t_light .t_purple_active, :root.t_dark .t_light .t_dark .t_light .t_purple_active_SliderTrackActive, :root.t_dark .t_light .t_dark .t_light .t_purple_Button, :root.t_dark .t_light .t_dark .t_light .t_purple_SliderTrackActive, :root.t_dark .t_light .t_purple_active, :root.t_dark .t_light .t_purple_active_SliderTrackActive, :root.t_dark .t_light .t_purple_Button, :root.t_dark .t_light .t_purple_SliderTrackActive, :root.t_light .t_dark .t_light .t_purple_active, :root.t_light .t_dark .t_light .t_purple_active_SliderTrackActive, :root.t_light .t_dark .t_light .t_purple_Button, :root.t_light .t_dark .t_light .t_purple_SliderTrackActive, :root.t_light .t_purple_active, :root.t_light .t_purple_active_SliderTrackActive, :root.t_light .t_purple_Button, :root.t_light .t_purple_SliderTrackActive {--background:hsl(273, 74%, 69%);--backgroundHover:hsl(272, 38%, 57%);--backgroundPress:hsl(273, 33%, 43%);--backgroundFocus:hsl(273, 74%, 69%);--borderColor:hsl(273, 37%, 35%);--borderColorHover:hsl(274, 45%, 29%);--borderColorFocus:hsl(272, 38%, 57%);--borderColorPress:hsl(273, 37%, 35%);}
@media(prefers-color-scheme:light){
body{background:var(--background);}
.t_dark .t_light .t_purple_active, .t_dark .t_light .t_purple_active_SliderTrackActive, .t_dark .t_light .t_purple_Button, .t_dark .t_light .t_purple_SliderTrackActive, .t_purple_active, .t_purple_active_SliderTrackActive, .t_purple_Button, .t_purple_SliderTrackActive {--background:hsl(273, 74%, 69%);--backgroundHover:hsl(272, 38%, 57%);--backgroundPress:hsl(273, 33%, 43%);--backgroundFocus:hsl(273, 74%, 69%);--borderColor:hsl(273, 37%, 35%);--borderColorHover:hsl(274, 45%, 29%);--borderColorFocus:hsl(272, 38%, 57%);--borderColorPress:hsl(273, 37%, 35%);}
}
:root.t_dark .t_light .t_dark .t_light .t_gray_alt1, :root.t_dark .t_light .t_gray_alt1, :root.t_light .t_dark .t_light .t_gray_alt1, :root.t_light .t_gray_alt1 {--color:hsla(210, 15%, 28%, 0.72);--colorHover:hsl(210, 15%, 28%);--colorPress:hsl(209, 25%, 20%);--colorFocus:hsl(210, 15%, 28%);}
@media(prefers-color-scheme:light){
body{color:var(--color)}
.t_dark .t_light .t_gray_alt1, .t_gray_alt1 {--color:hsla(210, 15%, 28%, 0.72);--colorHover:hsl(210, 15%, 28%);--colorPress:hsl(209, 25%, 20%);--colorFocus:hsl(210, 15%, 28%);}
}
:root.t_dark .t_light .t_dark .t_light .t_gray_alt2, :root.t_dark .t_light .t_gray_alt2, :root.t_light .t_dark .t_light .t_gray_alt2, :root.t_light .t_gray_alt2 {--color:hsla(210, 15%, 28%, 0.8);--colorHover:hsl(210, 13%, 37%);--colorPress:hsl(210, 15%, 28%);--colorFocus:hsl(210, 13%, 37%);}
@media(prefers-color-scheme:light){
body{color:var(--color)}
.t_dark .t_light .t_gray_alt2, .t_gray_alt2 {--color:hsla(210, 15%, 28%, 0.8);--colorHover:hsl(210, 13%, 37%);--colorPress:hsl(210, 15%, 28%);--colorFocus:hsl(210, 13%, 37%);}
}
:root.t_dark .t_light .t_dark .t_light .t_gray_active, :root.t_dark .t_light .t_dark .t_light .t_gray_active_SliderTrackActive, :root.t_dark .t_light .t_dark .t_light .t_gray_Button, :root.t_dark .t_light .t_dark .t_light .t_gray_SliderTrackActive, :root.t_dark .t_light .t_gray_active, :root.t_dark .t_light .t_gray_active_SliderTrackActive, :root.t_dark .t_light .t_gray_Button, :root.t_dark .t_light .t_gray_SliderTrackActive, :root.t_light .t_dark .t_light .t_gray_active, :root.t_light .t_dark .t_light .t_gray_active_SliderTrackActive, :root.t_light .t_dark .t_light .t_gray_Button, :root.t_light .t_dark .t_light .t_gray_SliderTrackActive, :root.t_light .t_gray_active, :root.t_light .t_gray_active_SliderTrackActive, :root.t_light .t_gray_Button, :root.t_light .t_gray_SliderTrackActive {--background:hsl(211, 16%, 59%);--backgroundHover:hsl(210, 9%, 43%);--backgroundPress:hsl(210, 13%, 37%);--backgroundFocus:hsl(211, 16%, 59%);--borderColor:hsl(210, 15%, 28%);--borderColorHover:hsl(209, 25%, 20%);--borderColorFocus:hsl(210, 9%, 43%);--borderColorPress:hsl(210, 15%, 28%);}
@media(prefers-color-scheme:light){
body{background:var(--background);}
.t_dark .t_light .t_gray_active, .t_dark .t_light .t_gray_active_SliderTrackActive, .t_dark .t_light .t_gray_Button, .t_dark .t_light .t_gray_SliderTrackActive, .t_gray_active, .t_gray_active_SliderTrackActive, .t_gray_Button, .t_gray_SliderTrackActive {--background:hsl(211, 16%, 59%);--backgroundHover:hsl(210, 9%, 43%);--backgroundPress:hsl(210, 13%, 37%);--backgroundFocus:hsl(211, 16%, 59%);--borderColor:hsl(210, 15%, 28%);--borderColorHover:hsl(209, 25%, 20%);--borderColorFocus:hsl(210, 9%, 43%);--borderColorPress:hsl(210, 15%, 28%);}
}
:root.t_dark .t_light .t_active_DrawerFrame, :root.t_dark .t_light .t_active_ListItem, :root.t_dark .t_light .t_active_Progress, :root.t_dark .t_light .t_active_SliderTrack, :root.t_dark .t_light .t_active_TooltipArrow, :root.t_dark .t_light .t_Card, :root.t_dark .t_light .t_dark .t_light .t_active_DrawerFrame, :root.t_dark .t_light .t_dark .t_light .t_active_ListItem, :root.t_dark .t_light .t_dark .t_light .t_active_Progress, :root.t_dark .t_light .t_dark .t_light .t_active_SliderTrack, :root.t_dark .t_light .t_dark .t_light .t_active_TooltipArrow, :root.t_dark .t_light .t_dark .t_light .t_Card, :root.t_dark .t_light .t_dark .t_light .t_DrawerFrame, :root.t_dark .t_light .t_dark .t_light .t_Input, :root.t_dark .t_light .t_dark .t_light .t_ListItem, :root.t_dark .t_light .t_dark .t_light .t_pink_active_DrawerFrame, :root.t_dark .t_light .t_dark .t_light .t_pink_active_ListItem, :root.t_dark .t_light .t_dark .t_light .t_pink_active_Progress, :root.t_dark .t_light .t_dark .t_light .t_pink_active_SliderTrack, :root.t_dark .t_light .t_dark .t_light .t_pink_active_TooltipArrow, :root.t_dark .t_light .t_dark .t_light .t_pink_Card, :root.t_dark .t_light .t_dark .t_light .t_pink_DrawerFrame, :root.t_dark .t_light .t_dark .t_light .t_pink_Input, :root.t_dark .t_light .t_dark .t_light .t_pink_ListItem, :root.t_dark .t_light .t_dark .t_light .t_pink_Progress, :root.t_dark .t_light .t_dark .t_light .t_pink_SelectTrigger, :root.t_dark .t_light .t_dark .t_light .t_pink_SliderTrack, :root.t_dark .t_light .t_dark .t_light .t_pink_TextArea, :root.t_dark .t_light .t_dark .t_light .t_pink_TooltipArrow, :root.t_dark .t_light .t_dark .t_light .t_Progress, :root.t_dark .t_light .t_dark .t_light .t_red_active_DrawerFrame, :root.t_dark .t_light .t_dark .t_light .t_red_active_ListItem, :root.t_dark .t_light .t_dark .t_light .t_red_active_Progress, :root.t_dark .t_light .t_dark .t_light .t_red_active_SliderTrack, :root.t_dark .t_light .t_dark .t_light .t_red_active_TooltipArrow, :root.t_dark .t_light .t_dark .t_light .t_red_Card, :root.t_dark .t_light .t_dark .t_light .t_red_DrawerFrame, :root.t_dark .t_light .t_dark .t_light .t_red_Input, :root.t_dark .t_light .t_dark .t_light .t_red_ListItem, :root.t_dark .t_light .t_dark .t_light .t_red_Progress, :root.t_dark .t_light .t_dark .t_light .t_red_SelectTrigger, :root.t_dark .t_light .t_dark .t_light .t_red_SliderTrack, :root.t_dark .t_light .t_dark .t_light .t_red_TextArea, :root.t_dark .t_light .t_dark .t_light .t_red_TooltipArrow, :root.t_dark .t_light .t_dark .t_light .t_SelectTrigger, :root.t_dark .t_light .t_dark .t_light .t_SliderTrack, :root.t_dark .t_light .t_dark .t_light .t_TextArea, :root.t_dark .t_light .t_dark .t_light .t_TooltipArrow, :root.t_dark .t_light .t_DrawerFrame, :root.t_dark .t_light .t_Input, :root.t_dark .t_light .t_ListItem, :root.t_dark .t_light .t_pink_active_DrawerFrame, :root.t_dark .t_light .t_pink_active_ListItem, :root.t_dark .t_light .t_pink_active_Progress, :root.t_dark .t_light .t_pink_active_SliderTrack, :root.t_dark .t_light .t_pink_active_TooltipArrow, :root.t_dark .t_light .t_pink_Card, :root.t_dark .t_light .t_pink_DrawerFrame, :root.t_dark .t_light .t_pink_Input, :root.t_dark .t_light .t_pink_ListItem, :root.t_dark .t_light .t_pink_Progress, :root.t_dark .t_light .t_pink_SelectTrigger, :root.t_dark .t_light .t_pink_SliderTrack, :root.t_dark .t_light .t_pink_TextArea, :root.t_dark .t_light .t_pink_TooltipArrow, :root.t_dark .t_light .t_Progress, :root.t_dark .t_light .t_red_active_DrawerFrame, :root.t_dark .t_light .t_red_active_ListItem, :root.t_dark .t_light .t_red_active_Progress, :root.t_dark .t_light .t_red_active_SliderTrack, :root.t_dark .t_light .t_red_active_TooltipArrow, :root.t_dark .t_light .t_red_Card, :root.t_dark .t_light .t_red_DrawerFrame, :root.t_dark .t_light .t_red_Input, :root.t_dark .t_light .t_red_ListItem, :root.t_dark .t_light .t_red_Progress, :root.t_dark .t_light .t_red_SelectTrigger, :root.t_dark .t_light .t_red_SliderTrack, :root.t_dark .t_light .t_red_TextArea, :root.t_dark .t_light .t_red_TooltipArrow, :root.t_dark .t_light .t_SelectTrigger, :root.t_dark .t_light .t_SliderTrack, :root.t_dark .t_light .t_TextArea, :root.t_dark .t_light .t_TooltipArrow, :root.t_light .t_active_DrawerFrame, :root.t_light .t_active_ListItem, :root.t_light .t_active_Progress, :root.t_light .t_active_SliderTrack, :root.t_light .t_active_TooltipArrow, :root.t_light .t_Card, :root.t_light .t_dark .t_light .t_active_DrawerFrame, :root.t_light .t_dark .t_light .t_active_ListItem, :root.t_light .t_dark .t_light .t_active_Progress, :root.t_light .t_dark .t_light .t_active_SliderTrack, :root.t_light .t_dark .t_light .t_active_TooltipArrow, :root.t_light .t_dark .t_light .t_Card, :root.t_light .t_dark .t_light .t_DrawerFrame, :root.t_light .t_dark .t_light .t_Input, :root.t_light .t_dark .t_light .t_ListItem, :root.t_light .t_dark .t_light .t_pink_active_DrawerFrame, :root.t_light .t_dark .t_light .t_pink_active_ListItem, :root.t_light .t_dark .t_light .t_pink_active_Progress, :root.t_light .t_dark .t_light .t_pink_active_SliderTrack, :root.t_light .t_dark .t_light .t_pink_active_TooltipArrow, :root.t_light .t_dark .t_light .t_pink_Card, :root.t_light .t_dark .t_light .t_pink_DrawerFrame, :root.t_light .t_dark .t_light .t_pink_Input, :root.t_light .t_dark .t_light .t_pink_ListItem, :root.t_light .t_dark .t_light .t_pink_Progress, :root.t_light .t_dark .t_light .t_pink_SelectTrigger, :root.t_light .t_dark .t_light .t_pink_SliderTrack, :root.t_light .t_dark .t_light .t_pink_TextArea, :root.t_light .t_dark .t_light .t_pink_TooltipArrow, :root.t_light .t_dark .t_light .t_Progress, :root.t_light .t_dark .t_light .t_red_active_DrawerFrame, :root.t_light .t_dark .t_light .t_red_active_ListItem, :root.t_light .t_dark .t_light .t_red_active_Progress, :root.t_light .t_dark .t_light .t_red_active_SliderTrack, :root.t_light .t_dark .t_light .t_red_active_TooltipArrow, :root.t_light .t_dark .t_light .t_red_Card, :root.t_light .t_dark .t_light .t_red_DrawerFrame, :root.t_light .t_dark .t_light .t_red_Input, :root.t_light .t_dark .t_light .t_red_ListItem, :root.t_light .t_dark .t_light .t_red_Progress, :root.t_light .t_dark .t_light .t_red_SelectTrigger, :root.t_light .t_dark .t_light .t_red_SliderTrack, :root.t_light .t_dark .t_light .t_red_TextArea, :root.t_light .t_dark .t_light .t_red_TooltipArrow, :root.t_light .t_dark .t_light .t_SelectTrigger, :root.t_light .t_dark .t_light .t_SliderTrack, :root.t_light .t_dark .t_light .t_TextArea, :root.t_light .t_dark .t_light .t_TooltipArrow, :root.t_light .t_DrawerFrame, :root.t_light .t_Input, :root.t_light .t_ListItem, :root.t_light .t_pink_active_DrawerFrame, :root.t_light .t_pink_active_ListItem, :root.t_light .t_pink_active_Progress, :root.t_light .t_pink_active_SliderTrack, :root.t_light .t_pink_active_TooltipArrow, :root.t_light .t_pink_Card, :root.t_light .t_pink_DrawerFrame, :root.t_light .t_pink_Input, :root.t_light .t_pink_ListItem, :root.t_light .t_pink_Progress, :root.t_light .t_pink_SelectTrigger, :root.t_light .t_pink_SliderTrack, :root.t_light .t_pink_TextArea, :root.t_light .t_pink_TooltipArrow, :root.t_light .t_Progress, :root.t_light .t_red_active_DrawerFrame, :root.t_light .t_red_active_ListItem, :root.t_light .t_red_active_Progress, :root.t_light .t_red_active_SliderTrack, :root.t_light .t_red_active_TooltipArrow, :root.t_light .t_red_Card, :root.t_light .t_red_DrawerFrame, :root.t_light .t_red_Input, :root.t_light .t_red_ListItem, :root.t_light .t_red_Progress, :root.t_light .t_red_SelectTrigger, :root.t_light .t_red_SliderTrack, :root.t_light .t_red_TextArea, :root.t_light .t_red_TooltipArrow, :root.t_light .t_SelectTrigger, :root.t_light .t_SliderTrack, :root.t_light .t_TextArea, :root.t_light .t_TooltipArrow {--background:hsl(0, 0%, 100%);--backgroundHover:hsl(0, 0%, 97%);--backgroundPress:var(--color-11);--backgroundFocus:hsl(0, 0%, 100%);--borderColor:var(--color-12);--borderColorHover:var(--color-13);--borderColorFocus:hsl(0, 0%, 97%);--borderColorPress:var(--color-12);}
@media(prefers-color-scheme:light){
body{background:var(--background);}
.t_active_DrawerFrame, .t_active_ListItem, .t_active_Progress, .t_active_SliderTrack, .t_active_TooltipArrow, .t_Card, .t_dark .t_light .t_active_DrawerFrame, .t_dark .t_light .t_active_ListItem, .t_dark .t_light .t_active_Progress, .t_dark .t_light .t_active_SliderTrack, .t_dark .t_light .t_active_TooltipArrow, .t_dark .t_light .t_Card, .t_dark .t_light .t_DrawerFrame, .t_dark .t_light .t_Input, .t_dark .t_light .t_ListItem, .t_dark .t_light .t_pink_active_DrawerFrame, .t_dark .t_light .t_pink_active_ListItem, .t_dark .t_light .t_pink_active_Progress, .t_dark .t_light .t_pink_active_SliderTrack, .t_dark .t_light .t_pink_active_TooltipArrow, .t_dark .t_light .t_pink_Card, .t_dark .t_light .t_pink_DrawerFrame, .t_dark .t_light .t_pink_Input, .t_dark .t_light .t_pink_ListItem, .t_dark .t_light .t_pink_Progress, .t_dark .t_light .t_pink_SelectTrigger, .t_dark .t_light .t_pink_SliderTrack, .t_dark .t_light .t_pink_TextArea, .t_dark .t_light .t_pink_TooltipArrow, .t_dark .t_light .t_Progress, .t_dark .t_light .t_red_active_DrawerFrame, .t_dark .t_light .t_red_active_ListItem, .t_dark .t_light .t_red_active_Progress, .t_dark .t_light .t_red_active_SliderTrack, .t_dark .t_light .t_red_active_TooltipArrow, .t_dark .t_light .t_red_Card, .t_dark .t_light .t_red_DrawerFrame, .t_dark .t_light .t_red_Input, .t_dark .t_light .t_red_ListItem, .t_dark .t_light .t_red_Progress, .t_dark .t_light .t_red_SelectTrigger, .t_dark .t_light .t_red_SliderTrack, .t_dark .t_light .t_red_TextArea, .t_dark .t_light .t_red_TooltipArrow, .t_dark .t_light .t_SelectTrigger, .t_dark .t_light .t_SliderTrack, .t_dark .t_light .t_TextArea, .t_dark .t_light .t_TooltipArrow, .t_DrawerFrame, .t_Input, .t_ListItem, .t_pink_active_DrawerFrame, .t_pink_active_ListItem, .t_pink_active_Progress, .t_pink_active_SliderTrack, .t_pink_active_TooltipArrow, .t_pink_Card, .t_pink_DrawerFrame, .t_pink_Input, .t_pink_ListItem, .t_pink_Progress, .t_pink_SelectTrigger, .t_pink_SliderTrack, .t_pink_TextArea, .t_pink_TooltipArrow, .t_Progress, .t_red_active_DrawerFrame, .t_red_active_ListItem, .t_red_active_Progress, .t_red_active_SliderTrack, .t_red_active_TooltipArrow, .t_red_Card, .t_red_DrawerFrame, .t_red_Input, .t_red_ListItem, .t_red_Progress, .t_red_SelectTrigger, .t_red_SliderTrack, .t_red_TextArea, .t_red_TooltipArrow, .t_SelectTrigger, .t_SliderTrack, .t_TextArea, .t_TooltipArrow {--background:hsl(0, 0%, 100%);--backgroundHover:hsl(0, 0%, 97%);--backgroundPress:var(--color-11);--backgroundFocus:hsl(0, 0%, 100%);--borderColor:var(--color-12);--borderColorHover:var(--color-13);--borderColorFocus:hsl(0, 0%, 97%);--borderColorPress:var(--color-12);}
}
:root.t_dark .t_light .t_Checkbox, :root.t_dark .t_light .t_dark .t_light .t_Checkbox, :root.t_dark .t_light .t_dark .t_light .t_pink_Checkbox, :root.t_dark .t_light .t_dark .t_light .t_pink_RadioGroupItem, :root.t_dark .t_light .t_dark .t_light .t_pink_TooltipContent, :root.t_dark .t_light .t_dark .t_light .t_RadioGroupItem, :root.t_dark .t_light .t_dark .t_light .t_red_Checkbox, :root.t_dark .t_light .t_dark .t_light .t_red_RadioGroupItem, :root.t_dark .t_light .t_dark .t_light .t_red_TooltipContent, :root.t_dark .t_light .t_dark .t_light .t_TooltipContent, :root.t_dark .t_light .t_pink_Checkbox, :root.t_dark .t_light .t_pink_RadioGroupItem, :root.t_dark .t_light .t_pink_TooltipContent, :root.t_dark .t_light .t_RadioGroupItem, :root.t_dark .t_light .t_red_Checkbox, :root.t_dark .t_light .t_red_RadioGroupItem, :root.t_dark .t_light .t_red_TooltipContent, :root.t_dark .t_light .t_TooltipContent, :root.t_light .t_Checkbox, :root.t_light .t_dark .t_light .t_Checkbox, :root.t_light .t_dark .t_light .t_pink_Checkbox, :root.t_light .t_dark .t_light .t_pink_RadioGroupItem, :root.t_light .t_dark .t_light .t_pink_TooltipContent, :root.t_light .t_dark .t_light .t_RadioGroupItem, :root.t_light .t_dark .t_light .t_red_Checkbox, :root.t_light .t_dark .t_light .t_red_RadioGroupItem, :root.t_light .t_dark .t_light .t_red_TooltipContent, :root.t_light .t_dark .t_light .t_TooltipContent, :root.t_light .t_pink_Checkbox, :root.t_light .t_pink_RadioGroupItem, :root.t_light .t_pink_TooltipContent, :root.t_light .t_RadioGroupItem, :root.t_light .t_red_Checkbox, :root.t_light .t_red_RadioGroupItem, :root.t_light .t_red_TooltipContent, :root.t_light .t_TooltipContent {--background:hsl(0, 0%, 97%);--backgroundHover:var(--color-11);--backgroundPress:var(--color-12);--backgroundFocus:hsl(0, 0%, 97%);--borderColor:var(--color-13);--borderColorHover:var(--color-14);--borderColorFocus:var(--color-11);--borderColorPress:var(--color-13);}
@media(prefers-color-scheme:light){
body{background:var(--background);}
.t_Checkbox, .t_dark .t_light .t_Checkbox, .t_dark .t_light .t_pink_Checkbox, .t_dark .t_light .t_pink_RadioGroupItem, .t_dark .t_light .t_pink_TooltipContent, .t_dark .t_light .t_RadioGroupItem, .t_dark .t_light .t_red_Checkbox, .t_dark .t_light .t_red_RadioGroupItem, .t_dark .t_light .t_red_TooltipContent, .t_dark .t_light .t_TooltipContent, .t_pink_Checkbox, .t_pink_RadioGroupItem, .t_pink_TooltipContent, .t_RadioGroupItem, .t_red_Checkbox, .t_red_RadioGroupItem, .t_red_TooltipContent, .t_TooltipContent {--background:hsl(0, 0%, 97%);--backgroundHover:var(--color-11);--backgroundPress:var(--color-12);--backgroundFocus:hsl(0, 0%, 97%);--borderColor:var(--color-13);--borderColorHover:var(--color-14);--borderColorFocus:var(--color-11);--borderColorPress:var(--color-13);}
}
:root.t_dark .t_light .t_dark .t_light .t_pink_Switch, :root.t_dark .t_light .t_dark .t_light .t_red_Switch, :root.t_dark .t_light .t_dark .t_light .t_Switch, :root.t_dark .t_light .t_pink_Switch, :root.t_dark .t_light .t_red_Switch, :root.t_dark .t_light .t_Switch, :root.t_light .t_dark .t_light .t_pink_Switch, :root.t_light .t_dark .t_light .t_red_Switch, :root.t_light .t_dark .t_light .t_Switch, :root.t_light .t_pink_Switch, :root.t_light .t_red_Switch, :root.t_light .t_Switch {--background:hsl(0, 0%, 97%);}
@media(prefers-color-scheme:light){
body{background:var(--background);}
.t_dark .t_light .t_pink_Switch, .t_dark .t_light .t_red_Switch, .t_dark .t_light .t_Switch, .t_pink_Switch, .t_red_Switch, .t_Switch {--background:hsl(0, 0%, 97%);}
}
:root.t_dark .t_light .t_dark .t_light .t_pink_SwitchThumb, :root.t_dark .t_light .t_dark .t_light .t_red_SwitchThumb, :root.t_dark .t_light .t_dark .t_light .t_SwitchThumb, :root.t_dark .t_light .t_pink_SwitchThumb, :root.t_dark .t_light .t_red_SwitchThumb, :root.t_dark .t_light .t_SwitchThumb, :root.t_light .t_dark .t_light .t_pink_SwitchThumb, :root.t_light .t_dark .t_light .t_red_SwitchThumb, :root.t_light .t_dark .t_light .t_SwitchThumb, :root.t_light .t_pink_SwitchThumb, :root.t_light .t_red_SwitchThumb, :root.t_light .t_SwitchThumb {--background:hsl(0, 0%, 100%);}
@media(prefers-color-scheme:light){
body{background:var(--background);}
.t_dark .t_light .t_pink_SwitchThumb, .t_dark .t_light .t_red_SwitchThumb, .t_dark .t_light .t_SwitchThumb, .t_pink_SwitchThumb, .t_red_SwitchThumb, .t_SwitchThumb {--background:hsl(0, 0%, 100%);}
}
:root.t_dark .t_light .t_dark .t_light .t_pink_ProgressIndicator, :root.t_dark .t_light .t_dark .t_light .t_pink_SliderThumb, :root.t_dark .t_light .t_dark .t_light .t_pink_Tooltip, :root.t_dark .t_light .t_dark .t_light .t_ProgressIndicator, :root.t_dark .t_light .t_dark .t_light .t_red_ProgressIndicator, :root.t_dark .t_light .t_dark .t_light .t_red_SliderThumb, :root.t_dark .t_light .t_dark .t_light .t_red_Tooltip, :root.t_dark .t_light .t_dark .t_light .t_SliderThumb, :root.t_dark .t_light .t_dark .t_light .t_Tooltip, :root.t_dark .t_light .t_pink_ProgressIndicator, :root.t_dark .t_light .t_pink_SliderThumb, :root.t_dark .t_light .t_pink_Tooltip, :root.t_dark .t_light .t_ProgressIndicator, :root.t_dark .t_light .t_red_ProgressIndicator, :root.t_dark .t_light .t_red_SliderThumb, :root.t_dark .t_light .t_red_Tooltip, :root.t_dark .t_light .t_SliderThumb, :root.t_dark .t_light .t_Tooltip, :root.t_light .t_dark .t_light .t_pink_ProgressIndicator, :root.t_light .t_dark .t_light .t_pink_SliderThumb, :root.t_light .t_dark .t_light .t_pink_Tooltip, :root.t_light .t_dark .t_light .t_ProgressIndicator, :root.t_light .t_dark .t_light .t_red_ProgressIndicator, :root.t_light .t_dark .t_light .t_red_SliderThumb, :root.t_light .t_dark .t_light .t_red_Tooltip, :root.t_light .t_dark .t_light .t_SliderThumb, :root.t_light .t_dark .t_light .t_Tooltip, :root.t_light .t_pink_ProgressIndicator, :root.t_light .t_pink_SliderThumb, :root.t_light .t_pink_Tooltip, :root.t_light .t_ProgressIndicator, :root.t_light .t_red_ProgressIndicator, :root.t_light .t_red_SliderThumb, :root.t_light .t_red_Tooltip, :root.t_light .t_SliderThumb, :root.t_light .t_Tooltip {--color:hsl(0, 0%, 100%);--colorHover:hsl(0, 0%, 97%);--colorPress:var(--color-11);--colorFocus:hsl(0, 0%, 100%);--background:hsla(0, 0%, 2%, 0.72);--backgroundHover:var(--color-16);--backgroundPress:var(--color-53);--backgroundFocus:var(--color-16);--borderColor:var(--color-53);--borderColorHover:var(--color-16);--borderColorFocus:var(--color-15);--borderColorPress:var(--color-14);}
@media(prefers-color-scheme:light){
body{background:var(--background);color:var(--color)}
.t_dark .t_light .t_pink_ProgressIndicator, .t_dark .t_light .t_pink_SliderThumb, .t_dark .t_light .t_pink_Tooltip, .t_dark .t_light .t_ProgressIndicator, .t_dark .t_light .t_red_ProgressIndicator, .t_dark .t_light .t_red_SliderThumb, .t_dark .t_light .t_red_Tooltip, .t_dark .t_light .t_SliderThumb, .t_dark .t_light .t_Tooltip, .t_pink_ProgressIndicator, .t_pink_SliderThumb, .t_pink_Tooltip, .t_ProgressIndicator, .t_red_ProgressIndicator, .t_red_SliderThumb, .t_red_Tooltip, .t_SliderThumb, .t_Tooltip {--color:hsl(0, 0%, 100%);--colorHover:hsl(0, 0%, 97%);--colorPress:var(--color-11);--colorFocus:hsl(0, 0%, 100%);--background:hsla(0, 0%, 2%, 0.72);--backgroundHover:var(--color-16);--backgroundPress:var(--color-53);--backgroundFocus:var(--color-16);--borderColor:var(--color-53);--borderColorHover:var(--color-16);--borderColorFocus:var(--color-15);--borderColorPress:var(--color-14);}
}
:root.t_dark .t_light .t_active_DialogOverlay, :root.t_dark .t_light .t_active_ModalOverlay, :root.t_dark .t_light .t_active_SheetOverlay, :root.t_dark .t_light .t_blue_active_DialogOverlay, :root.t_dark .t_light .t_blue_active_ModalOverlay, :root.t_dark .t_light .t_blue_active_SheetOverlay, :root.t_dark .t_light .t_blue_DialogOverlay, :root.t_dark .t_light .t_blue_ModalOverlay, :root.t_dark .t_light .t_blue_SheetOverlay, :root.t_dark .t_light .t_dark .t_light .t_active_DialogOverlay, :root.t_dark .t_light .t_dark .t_light .t_active_ModalOverlay, :root.t_dark .t_light .t_dark .t_light .t_active_SheetOverlay, :root.t_dark .t_light .t_dark .t_light .t_blue_active_DialogOverlay, :root.t_dark .t_light .t_dark .t_light .t_blue_active_ModalOverlay, :root.t_dark .t_light .t_dark .t_light .t_blue_active_SheetOverlay, :root.t_dark .t_light .t_dark .t_light .t_blue_DialogOverlay, :root.t_dark .t_light .t_dark .t_light .t_blue_ModalOverlay, :root.t_dark .t_light .t_dark .t_light .t_blue_SheetOverlay, :root.t_dark .t_light .t_dark .t_light .t_DialogOverlay, :root.t_dark .t_light .t_dark .t_light .t_gray_active_DialogOverlay, :root.t_dark .t_light .t_dark .t_light .t_gray_active_ModalOverlay, :root.t_dark .t_light .t_dark .t_light .t_gray_active_SheetOverlay, :root.t_dark .t_light .t_dark .t_light .t_gray_DialogOverlay, :root.t_dark .t_light .t_dark .t_light .t_gray_ModalOverlay, :root.t_dark .t_light .t_dark .t_light .t_gray_SheetOverlay, :root.t_dark .t_light .t_dark .t_light .t_green_active_DialogOverlay, :root.t_dark .t_light .t_dark .t_light .t_green_active_ModalOverlay, :root.t_dark .t_light .t_dark .t_light .t_green_active_SheetOverlay, :root.t_dark .t_light .t_dark .t_light .t_green_DialogOverlay, :root.t_dark .t_light .t_dark .t_light .t_green_ModalOverlay, :root.t_dark .t_light .t_dark .t_light .t_green_SheetOverlay, :root.t_dark .t_light .t_dark .t_light .t_ModalOverlay, :root.t_dark .t_light .t_dark .t_light .t_orange_active_DialogOverlay, :root.t_dark .t_light .t_dark .t_light .t_orange_active_ModalOverlay, :root.t_dark .t_light .t_dark .t_light .t_orange_active_SheetOverlay, :root.t_dark .t_light .t_dark .t_light .t_orange_DialogOverlay, :root.t_dark .t_light .t_dark .t_light .t_orange_ModalOverlay, :root.t_dark .t_light .t_dark .t_light .t_orange_SheetOverlay, :root.t_dark .t_light .t_dark .t_light .t_pink_active_DialogOverlay, :root.t_dark .t_light .t_dark .t_light .t_pink_active_ModalOverlay, :root.t_dark .t_light .t_dark .t_light .t_pink_active_SheetOverlay, :root.t_dark .t_light .t_dark .t_light .t_pink_DialogOverlay, :root.t_dark .t_light .t_dark .t_light .t_pink_ModalOverlay, :root.t_dark .t_light .t_dark .t_light .t_pink_SheetOverlay, :root.t_dark .t_light .t_dark .t_light .t_purple_active_DialogOverlay, :root.t_dark .t_light .t_dark .t_light .t_purple_active_ModalOverlay, :root.t_dark .t_light .t_dark .t_light .t_purple_active_SheetOverlay, :root.t_dark .t_light .t_dark .t_light .t_purple_DialogOverlay, :root.t_dark .t_light .t_dark .t_light .t_purple_ModalOverlay, :root.t_dark .t_light .t_dark .t_light .t_purple_SheetOverlay, :root.t_dark .t_light .t_dark .t_light .t_red_active_DialogOverlay, :root.t_dark .t_light .t_dark .t_light .t_red_active_ModalOverlay, :root.t_dark .t_light .t_dark .t_light .t_red_active_SheetOverlay, :root.t_dark .t_light .t_dark .t_light .t_red_DialogOverlay, :root.t_dark .t_light .t_dark .t_light .t_red_ModalOverlay, :root.t_dark .t_light .t_dark .t_light .t_red_SheetOverlay, :root.t_dark .t_light .t_dark .t_light .t_SheetOverlay, :root.t_dark .t_light .t_dark .t_light .t_yellow_active_DialogOverlay, :root.t_dark .t_light .t_dark .t_light .t_yellow_active_ModalOverlay, :root.t_dark .t_light .t_dark .t_light .t_yellow_active_SheetOverlay, :root.t_dark .t_light .t_dark .t_light .t_yellow_DialogOverlay, :root.t_dark .t_light .t_dark .t_light .t_yellow_ModalOverlay, :root.t_dark .t_light .t_dark .t_light .t_yellow_SheetOverlay, :root.t_dark .t_light .t_DialogOverlay, :root.t_dark .t_light .t_gray_active_DialogOverlay, :root.t_dark .t_light .t_gray_active_ModalOverlay, :root.t_dark .t_light .t_gray_active_SheetOverlay, :root.t_dark .t_light .t_gray_DialogOverlay, :root.t_dark .t_light .t_gray_ModalOverlay, :root.t_dark .t_light .t_gray_SheetOverlay, :root.t_dark .t_light .t_green_active_DialogOverlay, :root.t_dark .t_light .t_green_active_ModalOverlay, :root.t_dark .t_light .t_green_active_SheetOverlay, :root.t_dark .t_light .t_green_DialogOverlay, :root.t_dark .t_light .t_green_ModalOverlay, :root.t_dark .t_light .t_green_SheetOverlay, :root.t_dark .t_light .t_ModalOverlay, :root.t_dark .t_light .t_orange_active_DialogOverlay, :root.t_dark .t_light .t_orange_active_ModalOverlay, :root.t_dark .t_light .t_orange_active_SheetOverlay, :root.t_dark .t_light .t_orange_DialogOverlay, :root.t_dark .t_light .t_orange_ModalOverlay, :root.t_dark .t_light .t_orange_SheetOverlay, :root.t_dark .t_light .t_pink_active_DialogOverlay, :root.t_dark .t_light .t_pink_active_ModalOverlay, :root.t_dark .t_light .t_pink_active_SheetOverlay, :root.t_dark .t_light .t_pink_DialogOverlay, :root.t_dark .t_light .t_pink_ModalOverlay, :root.t_dark .t_light .t_pink_SheetOverlay, :root.t_dark .t_light .t_purple_active_DialogOverlay, :root.t_dark .t_light .t_purple_active_ModalOverlay, :root.t_dark .t_light .t_purple_active_SheetOverlay, :root.t_dark .t_light .t_purple_DialogOverlay, :root.t_dark .t_light .t_purple_ModalOverlay, :root.t_dark .t_light .t_purple_SheetOverlay, :root.t_dark .t_light .t_red_active_DialogOverlay, :root.t_dark .t_light .t_red_active_ModalOverlay, :root.t_dark .t_light .t_red_active_SheetOverlay, :root.t_dark .t_light .t_red_DialogOverlay, :root.t_dark .t_light .t_red_ModalOverlay, :root.t_dark .t_light .t_red_SheetOverlay, :root.t_dark .t_light .t_SheetOverlay, :root.t_dark .t_light .t_yellow_active_DialogOverlay, :root.t_dark .t_light .t_yellow_active_ModalOverlay, :root.t_dark .t_light .t_yellow_active_SheetOverlay, :root.t_dark .t_light .t_yellow_DialogOverlay, :root.t_dark .t_light .t_yellow_ModalOverlay, :root.t_dark .t_light .t_yellow_SheetOverlay, :root.t_light .t_active_DialogOverlay, :root.t_light .t_active_ModalOverlay, :root.t_light .t_active_SheetOverlay, :root.t_light .t_blue_active_DialogOverlay, :root.t_light .t_blue_active_ModalOverlay, :root.t_light .t_blue_active_SheetOverlay, :root.t_light .t_blue_DialogOverlay, :root.t_light .t_blue_ModalOverlay, :root.t_light .t_blue_SheetOverlay, :root.t_light .t_dark .t_light .t_active_DialogOverlay, :root.t_light .t_dark .t_light .t_active_ModalOverlay, :root.t_light .t_dark .t_light .t_active_SheetOverlay, :root.t_light .t_dark .t_light .t_blue_active_DialogOverlay, :root.t_light .t_dark .t_light .t_blue_active_ModalOverlay, :root.t_light .t_dark .t_light .t_blue_active_SheetOverlay, :root.t_light .t_dark .t_light .t_blue_DialogOverlay, :root.t_light .t_dark .t_light .t_blue_ModalOverlay, :root.t_light .t_dark .t_light .t_blue_SheetOverlay, :root.t_light .t_dark .t_light .t_DialogOverlay, :root.t_light .t_dark .t_light .t_gray_active_DialogOverlay, :root.t_light .t_dark .t_light .t_gray_active_ModalOverlay, :root.t_light .t_dark .t_light .t_gray_active_SheetOverlay, :root.t_light .t_dark .t_light .t_gray_DialogOverlay, :root.t_light .t_dark .t_light .t_gray_ModalOverlay, :root.t_light .t_dark .t_light .t_gray_SheetOverlay, :root.t_light .t_dark .t_light .t_green_active_DialogOverlay, :root.t_light .t_dark .t_light .t_green_active_ModalOverlay, :root.t_light .t_dark .t_light .t_green_active_SheetOverlay, :root.t_light .t_dark .t_light .t_green_DialogOverlay, :root.t_light .t_dark .t_light .t_green_ModalOverlay, :root.t_light .t_dark .t_light .t_green_SheetOverlay, :root.t_light .t_dark .t_light .t_ModalOverlay, :root.t_light .t_dark .t_light .t_orange_active_DialogOverlay, :root.t_light .t_dark .t_light .t_orange_active_ModalOverlay, :root.t_light .t_dark .t_light .t_orange_active_SheetOverlay, :root.t_light .t_dark .t_light .t_orange_DialogOverlay, :root.t_light .t_dark .t_light .t_orange_ModalOverlay, :root.t_light .t_dark .t_light .t_orange_SheetOverlay, :root.t_light .t_dark .t_light .t_pink_active_DialogOverlay, :root.t_light .t_dark .t_light .t_pink_active_ModalOverlay, :root.t_light .t_dark .t_light .t_pink_active_SheetOverlay, :root.t_light .t_dark .t_light .t_pink_DialogOverlay, :root.t_light .t_dark .t_light .t_pink_ModalOverlay, :root.t_light .t_dark .t_light .t_pink_SheetOverlay, :root.t_light .t_dark .t_light .t_purple_active_DialogOverlay, :root.t_light .t_dark .t_light .t_purple_active_ModalOverlay, :root.t_light .t_dark .t_light .t_purple_active_SheetOverlay, :root.t_light .t_dark .t_light .t_purple_DialogOverlay, :root.t_light .t_dark .t_light .t_purple_ModalOverlay, :root.t_light .t_dark .t_light .t_purple_SheetOverlay, :root.t_light .t_dark .t_light .t_red_active_DialogOverlay, :root.t_light .t_dark .t_light .t_red_active_ModalOverlay, :root.t_light .t_dark .t_light .t_red_active_SheetOverlay, :root.t_light .t_dark .t_light .t_red_DialogOverlay, :root.t_light .t_dark .t_light .t_red_ModalOverlay, :root.t_light .t_dark .t_light .t_red_SheetOverlay, :root.t_light .t_dark .t_light .t_SheetOverlay, :root.t_light .t_dark .t_light .t_yellow_active_DialogOverlay, :root.t_light .t_dark .t_light .t_yellow_active_ModalOverlay, :root.t_light .t_dark .t_light .t_yellow_active_SheetOverlay, :root.t_light .t_dark .t_light .t_yellow_DialogOverlay, :root.t_light .t_dark .t_light .t_yellow_ModalOverlay, :root.t_light .t_dark .t_light .t_yellow_SheetOverlay, :root.t_light .t_DialogOverlay, :root.t_light .t_gray_active_DialogOverlay, :root.t_light .t_gray_active_ModalOverlay, :root.t_light .t_gray_active_SheetOverlay, :root.t_light .t_gray_DialogOverlay, :root.t_light .t_gray_ModalOverlay, :root.t_light .t_gray_SheetOverlay, :root.t_light .t_green_active_DialogOverlay, :root.t_light .t_green_active_ModalOverlay, :root.t_light .t_green_active_SheetOverlay, :root.t_light .t_green_DialogOverlay, :root.t_light .t_green_ModalOverlay, :root.t_light .t_green_SheetOverlay, :root.t_light .t_ModalOverlay, :root.t_light .t_orange_active_DialogOverlay, :root.t_light .t_orange_active_ModalOverlay, :root.t_light .t_orange_active_SheetOverlay, :root.t_light .t_orange_DialogOverlay, :root.t_light .t_orange_ModalOverlay, :root.t_light .t_orange_SheetOverlay, :root.t_light .t_pink_active_DialogOverlay, :root.t_light .t_pink_active_ModalOverlay, :root.t_light .t_pink_active_SheetOverlay, :root.t_light .t_pink_DialogOverlay, :root.t_light .t_pink_ModalOverlay, :root.t_light .t_pink_SheetOverlay, :root.t_light .t_purple_active_DialogOverlay, :root.t_light .t_purple_active_ModalOverlay, :root.t_light .t_purple_active_SheetOverlay, :root.t_light .t_purple_DialogOverlay, :root.t_light .t_purple_ModalOverlay, :root.t_light .t_purple_SheetOverlay, :root.t_light .t_red_active_DialogOverlay, :root.t_light .t_red_active_ModalOverlay, :root.t_light .t_red_active_SheetOverlay, :root.t_light .t_red_DialogOverlay, :root.t_light .t_red_ModalOverlay, :root.t_light .t_red_SheetOverlay, :root.t_light .t_SheetOverlay, :root.t_light .t_yellow_active_DialogOverlay, :root.t_light .t_yellow_active_ModalOverlay, :root.t_light .t_yellow_active_SheetOverlay, :root.t_light .t_yellow_DialogOverlay, :root.t_light .t_yellow_ModalOverlay, :root.t_light .t_yellow_SheetOverlay {--background:rgba(0,0,0,0.5);}
@media(prefers-color-scheme:light){
body{background:var(--background);}
.t_active_DialogOverlay, .t_active_ModalOverlay, .t_active_SheetOverlay, .t_blue_active_DialogOverlay, .t_blue_active_ModalOverlay, .t_blue_active_SheetOverlay, .t_blue_DialogOverlay, .t_blue_ModalOverlay, .t_blue_SheetOverlay, .t_dark .t_light .t_active_DialogOverlay, .t_dark .t_light .t_active_ModalOverlay, .t_dark .t_light .t_active_SheetOverlay, .t_dark .t_light .t_blue_active_DialogOverlay, .t_dark .t_light .t_blue_active_ModalOverlay, .t_dark .t_light .t_blue_active_SheetOverlay, .t_dark .t_light .t_blue_DialogOverlay, .t_dark .t_light .t_blue_ModalOverlay, .t_dark .t_light .t_blue_SheetOverlay, .t_dark .t_light .t_DialogOverlay, .t_dark .t_light .t_gray_active_DialogOverlay, .t_dark .t_light .t_gray_active_ModalOverlay, .t_dark .t_light .t_gray_active_SheetOverlay, .t_dark .t_light .t_gray_DialogOverlay, .t_dark .t_light .t_gray_ModalOverlay, .t_dark .t_light .t_gray_SheetOverlay, .t_dark .t_light .t_green_active_DialogOverlay, .t_dark .t_light .t_green_active_ModalOverlay, .t_dark .t_light .t_green_active_SheetOverlay, .t_dark .t_light .t_green_DialogOverlay, .t_dark .t_light .t_green_ModalOverlay, .t_dark .t_light .t_green_SheetOverlay, .t_dark .t_light .t_ModalOverlay, .t_dark .t_light .t_orange_active_DialogOverlay, .t_dark .t_light .t_orange_active_ModalOverlay, .t_dark .t_light .t_orange_active_SheetOverlay, .t_dark .t_light .t_orange_DialogOverlay, .t_dark .t_light .t_orange_ModalOverlay, .t_dark .t_light .t_orange_SheetOverlay, .t_dark .t_light .t_pink_active_DialogOverlay, .t_dark .t_light .t_pink_active_ModalOverlay, .t_dark .t_light .t_pink_active_SheetOverlay, .t_dark .t_light .t_pink_DialogOverlay, .t_dark .t_light .t_pink_ModalOverlay, .t_dark .t_light .t_pink_SheetOverlay, .t_dark .t_light .t_purple_active_DialogOverlay, .t_dark .t_light .t_purple_active_ModalOverlay, .t_dark .t_light .t_purple_active_SheetOverlay, .t_dark .t_light .t_purple_DialogOverlay, .t_dark .t_light .t_purple_ModalOverlay, .t_dark .t_light .t_purple_SheetOverlay, .t_dark .t_light .t_red_active_DialogOverlay, .t_dark .t_light .t_red_active_ModalOverlay, .t_dark .t_light .t_red_active_SheetOverlay, .t_dark .t_light .t_red_DialogOverlay, .t_dark .t_light .t_red_ModalOverlay, .t_dark .t_light .t_red_SheetOverlay, .t_dark .t_light .t_SheetOverlay, .t_dark .t_light .t_yellow_active_DialogOverlay, .t_dark .t_light .t_yellow_active_ModalOverlay, .t_dark .t_light .t_yellow_active_SheetOverlay, .t_dark .t_light .t_yellow_DialogOverlay, .t_dark .t_light .t_yellow_ModalOverlay, .t_dark .t_light .t_yellow_SheetOverlay, .t_DialogOverlay, .t_gray_active_DialogOverlay, .t_gray_active_ModalOverlay, .t_gray_active_SheetOverlay, .t_gray_DialogOverlay, .t_gray_ModalOverlay, .t_gray_SheetOverlay, .t_green_active_DialogOverlay, .t_green_active_ModalOverlay, .t_green_active_SheetOverlay, .t_green_DialogOverlay, .t_green_ModalOverlay, .t_green_SheetOverlay, .t_ModalOverlay, .t_orange_active_DialogOverlay, .t_orange_active_ModalOverlay, .t_orange_active_SheetOverlay, .t_orange_DialogOverlay, .t_orange_ModalOverlay, .t_orange_SheetOverlay, .t_pink_active_DialogOverlay, .t_pink_active_ModalOverlay, .t_pink_active_SheetOverlay, .t_pink_DialogOverlay, .t_pink_ModalOverlay, .t_pink_SheetOverlay, .t_purple_active_DialogOverlay, .t_purple_active_ModalOverlay, .t_purple_active_SheetOverlay, .t_purple_DialogOverlay, .t_purple_ModalOverlay, .t_purple_SheetOverlay, .t_red_active_DialogOverlay, .t_red_active_ModalOverlay, .t_red_active_SheetOverlay, .t_red_DialogOverlay, .t_red_ModalOverlay, .t_red_SheetOverlay, .t_SheetOverlay, .t_yellow_active_DialogOverlay, .t_yellow_active_ModalOverlay, .t_yellow_active_SheetOverlay, .t_yellow_DialogOverlay, .t_yellow_ModalOverlay, .t_yellow_SheetOverlay {--background:rgba(0,0,0,0.5);}
}
:root.t_dark .t_light .t_dark .t_light .t_pink_VoxInput, :root.t_dark .t_light .t_dark .t_light .t_red_VoxInput, :root.t_dark .t_light .t_dark .t_light .t_VoxInput, :root.t_dark .t_light .t_pink_VoxInput, :root.t_dark .t_light .t_red_VoxInput, :root.t_dark .t_light .t_VoxInput, :root.t_light .t_dark .t_light .t_pink_VoxInput, :root.t_light .t_dark .t_light .t_red_VoxInput, :root.t_light .t_dark .t_light .t_VoxInput, :root.t_light .t_pink_VoxInput, :root.t_light .t_red_VoxInput, :root.t_light .t_VoxInput {--background:hsla(0, 0%, 100%, 0.08);--backgroundHover:hsla(0, 0%, 100%, 0.24);--backgroundPress:hsla(0, 0%, 100%, 0.32);--backgroundFocus:hsla(0, 0%, 100%, 0.24);--borderColor:var(--color-12);--borderColorHover:var(--color-13);--borderColorFocus:hsla(0, 0%, 2%, 0.72);--borderColorPress:hsla(0, 0%, 2%, 0.72);--oulineColor:hsla(0, 0%, 100%, 0.32);--color:hsla(0, 0%, 2%, 0.72);--colorHover:var(--color-13);--colorFocus:hsla(0, 0%, 2%, 0.72);--colorPress:hsla(0, 0%, 2%, 0.72);--colorDisabled:var(--color-12);}
@media(prefers-color-scheme:light){
body{background:var(--background);color:var(--color)}
.t_dark .t_light .t_pink_VoxInput, .t_dark .t_light .t_red_VoxInput, .t_dark .t_light .t_VoxInput, .t_pink_VoxInput, .t_red_VoxInput, .t_VoxInput {--background:hsla(0, 0%, 100%, 0.08);--backgroundHover:hsla(0, 0%, 100%, 0.24);--backgroundPress:hsla(0, 0%, 100%, 0.32);--backgroundFocus:hsla(0, 0%, 100%, 0.24);--borderColor:var(--color-12);--borderColorHover:var(--color-13);--borderColorFocus:hsla(0, 0%, 2%, 0.72);--borderColorPress:hsla(0, 0%, 2%, 0.72);--oulineColor:hsla(0, 0%, 100%, 0.32);--color:hsla(0, 0%, 2%, 0.72);--colorHover:var(--color-13);--colorFocus:hsla(0, 0%, 2%, 0.72);--colorPress:hsla(0, 0%, 2%, 0.72);--colorDisabled:var(--color-12);}
}
:root.t_dark .t_light .t_active_VoxBadge, :root.t_dark .t_light .t_dark .t_light .t_active_VoxBadge, :root.t_dark .t_light .t_dark .t_light .t_pink_active_VoxBadge, :root.t_dark .t_light .t_dark .t_light .t_pink_VoxBadge, :root.t_dark .t_light .t_dark .t_light .t_red_active_VoxBadge, :root.t_dark .t_light .t_dark .t_light .t_red_VoxBadge, :root.t_dark .t_light .t_dark .t_light .t_VoxBadge, :root.t_dark .t_light .t_pink_active_VoxBadge, :root.t_dark .t_light .t_pink_VoxBadge, :root.t_dark .t_light .t_red_active_VoxBadge, :root.t_dark .t_light .t_red_VoxBadge, :root.t_dark .t_light .t_VoxBadge, :root.t_light .t_active_VoxBadge, :root.t_light .t_dark .t_light .t_active_VoxBadge, :root.t_light .t_dark .t_light .t_pink_active_VoxBadge, :root.t_light .t_dark .t_light .t_pink_VoxBadge, :root.t_light .t_dark .t_light .t_red_active_VoxBadge, :root.t_light .t_dark .t_light .t_red_VoxBadge, :root.t_light .t_dark .t_light .t_VoxBadge, :root.t_light .t_pink_active_VoxBadge, :root.t_light .t_pink_VoxBadge, :root.t_light .t_red_active_VoxBadge, :root.t_light .t_red_VoxBadge, :root.t_light .t_VoxBadge {--background:hsl(0, 0%, 100%);--color:var(--color-14);}
@media(prefers-color-scheme:light){
body{background:var(--background);color:var(--color)}
.t_active_VoxBadge, .t_dark .t_light .t_active_VoxBadge, .t_dark .t_light .t_pink_active_VoxBadge, .t_dark .t_light .t_pink_VoxBadge, .t_dark .t_light .t_red_active_VoxBadge, .t_dark .t_light .t_red_VoxBadge, .t_dark .t_light .t_VoxBadge, .t_pink_active_VoxBadge, .t_pink_VoxBadge, .t_red_active_VoxBadge, .t_red_VoxBadge, .t_VoxBadge {--background:hsl(0, 0%, 100%);--color:var(--color-14);}
}
:root.t_dark .t_light .t_active_VoxButtonContained, :root.t_dark .t_light .t_dark .t_light .t_active_VoxButtonContained, :root.t_dark .t_light .t_dark .t_light .t_pink_active_VoxButtonContained, :root.t_dark .t_light .t_dark .t_light .t_pink_VoxButtonContained, :root.t_dark .t_light .t_dark .t_light .t_red_active_VoxButtonContained, :root.t_dark .t_light .t_dark .t_light .t_red_VoxButtonContained, :root.t_dark .t_light .t_dark .t_light .t_VoxButtonContained, :root.t_dark .t_light .t_pink_active_VoxButtonContained, :root.t_dark .t_light .t_pink_VoxButtonContained, :root.t_dark .t_light .t_red_active_VoxButtonContained, :root.t_dark .t_light .t_red_VoxButtonContained, :root.t_dark .t_light .t_VoxButtonContained, :root.t_light .t_active_VoxButtonContained, :root.t_light .t_dark .t_light .t_active_VoxButtonContained, :root.t_light .t_dark .t_light .t_pink_active_VoxButtonContained, :root.t_light .t_dark .t_light .t_pink_VoxButtonContained, :root.t_light .t_dark .t_light .t_red_active_VoxButtonContained, :root.t_light .t_dark .t_light .t_red_VoxButtonContained, :root.t_light .t_dark .t_light .t_VoxButtonContained, :root.t_light .t_pink_active_VoxButtonContained, :root.t_light .t_pink_VoxButtonContained, :root.t_light .t_red_active_VoxButtonContained, :root.t_light .t_red_VoxButtonContained, :root.t_light .t_VoxButtonContained {--background:var(--color-12);--backgroundHover:var(--color-13);--backgroundPress:var(--color-14);--color:hsl(0, 0%, 100%);--colorPress:hsl(0, 0%, 100%);--colorHover:hsl(0, 0%, 100%);}
@media(prefers-color-scheme:light){
body{background:var(--background);color:var(--color)}
.t_active_VoxButtonContained, .t_dark .t_light .t_active_VoxButtonContained, .t_dark .t_light .t_pink_active_VoxButtonContained, .t_dark .t_light .t_pink_VoxButtonContained, .t_dark .t_light .t_red_active_VoxButtonContained, .t_dark .t_light .t_red_VoxButtonContained, .t_dark .t_light .t_VoxButtonContained, .t_pink_active_VoxButtonContained, .t_pink_VoxButtonContained, .t_red_active_VoxButtonContained, .t_red_VoxButtonContained, .t_VoxButtonContained {--background:var(--color-12);--backgroundHover:var(--color-13);--backgroundPress:var(--color-14);--color:hsl(0, 0%, 100%);--colorPress:hsl(0, 0%, 100%);--colorHover:hsl(0, 0%, 100%);}
}
:root.t_dark .t_light .t_active_VoxButtonInverseContained, :root.t_dark .t_light .t_dark .t_light .t_active_VoxButtonInverseContained, :root.t_dark .t_light .t_dark .t_light .t_pink_active_VoxButtonInverseContained, :root.t_dark .t_light .t_dark .t_light .t_pink_VoxButtonInverseContained, :root.t_dark .t_light .t_dark .t_light .t_red_active_VoxButtonInverseContained, :root.t_dark .t_light .t_dark .t_light .t_red_VoxButtonInverseContained, :root.t_dark .t_light .t_dark .t_light .t_VoxButtonInverseContained, :root.t_dark .t_light .t_pink_active_VoxButtonInverseContained, :root.t_dark .t_light .t_pink_VoxButtonInverseContained, :root.t_dark .t_light .t_red_active_VoxButtonInverseContained, :root.t_dark .t_light .t_red_VoxButtonInverseContained, :root.t_dark .t_light .t_VoxButtonInverseContained, :root.t_light .t_active_VoxButtonInverseContained, :root.t_light .t_dark .t_light .t_active_VoxButtonInverseContained, :root.t_light .t_dark .t_light .t_pink_active_VoxButtonInverseContained, :root.t_light .t_dark .t_light .t_pink_VoxButtonInverseContained, :root.t_light .t_dark .t_light .t_red_active_VoxButtonInverseContained, :root.t_light .t_dark .t_light .t_red_VoxButtonInverseContained, :root.t_light .t_dark .t_light .t_VoxButtonInverseContained, :root.t_light .t_pink_active_VoxButtonInverseContained, :root.t_light .t_pink_VoxButtonInverseContained, :root.t_light .t_red_active_VoxButtonInverseContained, :root.t_light .t_red_VoxButtonInverseContained, :root.t_light .t_VoxButtonInverseContained {--background:hsl(0, 0%, 100%);--backgroundHover:hsl(0, 0%, 100%);--backgroundPress:hsl(0, 0%, 97%);--color:var(--color-13);--colorHover:var(--color-15);--colorPress:var(--color-15);}
@media(prefers-color-scheme:light){
body{background:var(--background);color:var(--color)}
.t_active_VoxButtonInverseContained, .t_dark .t_light .t_active_VoxButtonInverseContained, .t_dark .t_light .t_pink_active_VoxButtonInverseContained, .t_dark .t_light .t_pink_VoxButtonInverseContained, .t_dark .t_light .t_red_active_VoxButtonInverseContained, .t_dark .t_light .t_red_VoxButtonInverseContained, .t_dark .t_light .t_VoxButtonInverseContained, .t_pink_active_VoxButtonInverseContained, .t_pink_VoxButtonInverseContained, .t_red_active_VoxButtonInverseContained, .t_red_VoxButtonInverseContained, .t_VoxButtonInverseContained {--background:hsl(0, 0%, 100%);--backgroundHover:hsl(0, 0%, 100%);--backgroundPress:hsl(0, 0%, 97%);--color:var(--color-13);--colorHover:var(--color-15);--colorPress:var(--color-15);}
}
:root.t_dark .t_light .t_active_VoxButtonSoft, :root.t_dark .t_light .t_dark .t_light .t_active_VoxButtonSoft, :root.t_dark .t_light .t_dark .t_light .t_pink_active_VoxButtonSoft, :root.t_dark .t_light .t_dark .t_light .t_pink_VoxButtonSoft, :root.t_dark .t_light .t_dark .t_light .t_red_active_VoxButtonSoft, :root.t_dark .t_light .t_dark .t_light .t_red_VoxButtonSoft, :root.t_dark .t_light .t_dark .t_light .t_VoxButtonSoft, :root.t_dark .t_light .t_pink_active_VoxButtonSoft, :root.t_dark .t_light .t_pink_VoxButtonSoft, :root.t_dark .t_light .t_red_active_VoxButtonSoft, :root.t_dark .t_light .t_red_VoxButtonSoft, :root.t_dark .t_light .t_VoxButtonSoft, :root.t_light .t_active_VoxButtonSoft, :root.t_light .t_dark .t_light .t_active_VoxButtonSoft, :root.t_light .t_dark .t_light .t_pink_active_VoxButtonSoft, :root.t_light .t_dark .t_light .t_pink_VoxButtonSoft, :root.t_light .t_dark .t_light .t_red_active_VoxButtonSoft, :root.t_light .t_dark .t_light .t_red_VoxButtonSoft, :root.t_light .t_dark .t_light .t_VoxButtonSoft, :root.t_light .t_pink_active_VoxButtonSoft, :root.t_light .t_pink_VoxButtonSoft, :root.t_light .t_red_active_VoxButtonSoft, :root.t_light .t_red_VoxButtonSoft, :root.t_light .t_VoxButtonSoft {--background:hsl(0, 0%, 100%);--backgroundHover:hsl(0, 0%, 100%);--backgroundPress:hsl(0, 0%, 97%);--color:var(--color-15);--colorPress:var(--color-15);--colorHover:var(--color-15);--colorPop:var(--color-16);}
@media(prefers-color-scheme:light){
body{background:var(--background);color:var(--color)}
.t_active_VoxButtonSoft, .t_dark .t_light .t_active_VoxButtonSoft, .t_dark .t_light .t_pink_active_VoxButtonSoft, .t_dark .t_light .t_pink_VoxButtonSoft, .t_dark .t_light .t_red_active_VoxButtonSoft, .t_dark .t_light .t_red_VoxButtonSoft, .t_dark .t_light .t_VoxButtonSoft, .t_pink_active_VoxButtonSoft, .t_pink_VoxButtonSoft, .t_red_active_VoxButtonSoft, .t_red_VoxButtonSoft, .t_VoxButtonSoft {--background:hsl(0, 0%, 100%);--backgroundHover:hsl(0, 0%, 100%);--backgroundPress:hsl(0, 0%, 97%);--color:var(--color-15);--colorPress:var(--color-15);--colorHover:var(--color-15);--colorPop:var(--color-16);}
}
:root.t_dark .t_light .t_active_VoxButtonOutlined, :root.t_dark .t_light .t_dark .t_light .t_active_VoxButtonOutlined, :root.t_dark .t_light .t_dark .t_light .t_pink_active_VoxButtonOutlined, :root.t_dark .t_light .t_dark .t_light .t_pink_VoxButtonOutlined, :root.t_dark .t_light .t_dark .t_light .t_red_active_VoxButtonOutlined, :root.t_dark .t_light .t_dark .t_light .t_red_VoxButtonOutlined, :root.t_dark .t_light .t_dark .t_light .t_VoxButtonOutlined, :root.t_dark .t_light .t_pink_active_VoxButtonOutlined, :root.t_dark .t_light .t_pink_VoxButtonOutlined, :root.t_dark .t_light .t_red_active_VoxButtonOutlined, :root.t_dark .t_light .t_red_VoxButtonOutlined, :root.t_dark .t_light .t_VoxButtonOutlined, :root.t_light .t_active_VoxButtonOutlined, :root.t_light .t_dark .t_light .t_active_VoxButtonOutlined, :root.t_light .t_dark .t_light .t_pink_active_VoxButtonOutlined, :root.t_light .t_dark .t_light .t_pink_VoxButtonOutlined, :root.t_light .t_dark .t_light .t_red_active_VoxButtonOutlined, :root.t_light .t_dark .t_light .t_red_VoxButtonOutlined, :root.t_light .t_dark .t_light .t_VoxButtonOutlined, :root.t_light .t_pink_active_VoxButtonOutlined, :root.t_light .t_pink_VoxButtonOutlined, :root.t_light .t_red_active_VoxButtonOutlined, :root.t_light .t_red_VoxButtonOutlined, :root.t_light .t_VoxButtonOutlined {--background:hsla(0, 0%, 2%, 0);--backgroundHover:hsl(0, 0%, 100%);--backgroundPress:hsl(0, 0%, 100%);--borderColor:var(--color-13);--borderColorHover:var(--color-15);--borderColorPress:var(--color-15);--color:var(--color-13);--colorPress:var(--color-14);--colorHover:var(--color-14);}
@media(prefers-color-scheme:light){
body{background:var(--background);color:var(--color)}
.t_active_VoxButtonOutlined, .t_dark .t_light .t_active_VoxButtonOutlined, .t_dark .t_light .t_pink_active_VoxButtonOutlined, .t_dark .t_light .t_pink_VoxButtonOutlined, .t_dark .t_light .t_red_active_VoxButtonOutlined, .t_dark .t_light .t_red_VoxButtonOutlined, .t_dark .t_light .t_VoxButtonOutlined, .t_pink_active_VoxButtonOutlined, .t_pink_VoxButtonOutlined, .t_red_active_VoxButtonOutlined, .t_red_VoxButtonOutlined, .t_VoxButtonOutlined {--background:hsla(0, 0%, 2%, 0);--backgroundHover:hsl(0, 0%, 100%);--backgroundPress:hsl(0, 0%, 100%);--borderColor:var(--color-13);--borderColorHover:var(--color-15);--borderColorPress:var(--color-15);--color:var(--color-13);--colorPress:var(--color-14);--colorHover:var(--color-14);}
}
:root.t_dark .t_light .t_active_VoxButtonText, :root.t_dark .t_light .t_dark .t_light .t_active_VoxButtonText, :root.t_dark .t_light .t_dark .t_light .t_pink_active_VoxButtonText, :root.t_dark .t_light .t_dark .t_light .t_pink_VoxButtonText, :root.t_dark .t_light .t_dark .t_light .t_red_active_VoxButtonText, :root.t_dark .t_light .t_dark .t_light .t_red_VoxButtonText, :root.t_dark .t_light .t_dark .t_light .t_VoxButtonText, :root.t_dark .t_light .t_pink_active_VoxButtonText, :root.t_dark .t_light .t_pink_VoxButtonText, :root.t_dark .t_light .t_red_active_VoxButtonText, :root.t_dark .t_light .t_red_VoxButtonText, :root.t_dark .t_light .t_VoxButtonText, :root.t_light .t_active_VoxButtonText, :root.t_light .t_dark .t_light .t_active_VoxButtonText, :root.t_light .t_dark .t_light .t_pink_active_VoxButtonText, :root.t_light .t_dark .t_light .t_pink_VoxButtonText, :root.t_light .t_dark .t_light .t_red_active_VoxButtonText, :root.t_light .t_dark .t_light .t_red_VoxButtonText, :root.t_light .t_dark .t_light .t_VoxButtonText, :root.t_light .t_pink_active_VoxButtonText, :root.t_light .t_pink_VoxButtonText, :root.t_light .t_red_active_VoxButtonText, :root.t_light .t_red_VoxButtonText, :root.t_light .t_VoxButtonText {--background:hsla(0, 0%, 2%, 0);--backgroundHover:hsl(0, 0%, 100%);--color:var(--color-13);--colorPress:var(--color-14);--colorHover:var(--color-14);}
@media(prefers-color-scheme:light){
body{background:var(--background);color:var(--color)}
.t_active_VoxButtonText, .t_dark .t_light .t_active_VoxButtonText, .t_dark .t_light .t_pink_active_VoxButtonText, .t_dark .t_light .t_pink_VoxButtonText, .t_dark .t_light .t_red_active_VoxButtonText, .t_dark .t_light .t_red_VoxButtonText, .t_dark .t_light .t_VoxButtonText, .t_pink_active_VoxButtonText, .t_pink_VoxButtonText, .t_red_active_VoxButtonText, .t_red_VoxButtonText, .t_VoxButtonText {--background:hsla(0, 0%, 2%, 0);--backgroundHover:hsl(0, 0%, 100%);--color:var(--color-13);--colorPress:var(--color-14);--colorHover:var(--color-14);}
}
:root.t_dark .t_light .t_active_VoxRadio, :root.t_dark .t_light .t_dark .t_light .t_active_VoxRadio, :root.t_dark .t_light .t_dark .t_light .t_pink_active_VoxRadio, :root.t_dark .t_light .t_dark .t_light .t_pink_VoxRadio, :root.t_dark .t_light .t_dark .t_light .t_red_active_VoxRadio, :root.t_dark .t_light .t_dark .t_light .t_red_VoxRadio, :root.t_dark .t_light .t_dark .t_light .t_VoxRadio, :root.t_dark .t_light .t_pink_active_VoxRadio, :root.t_dark .t_light .t_pink_VoxRadio, :root.t_dark .t_light .t_red_active_VoxRadio, :root.t_dark .t_light .t_red_VoxRadio, :root.t_dark .t_light .t_VoxRadio, :root.t_light .t_active_VoxRadio, :root.t_light .t_dark .t_light .t_active_VoxRadio, :root.t_light .t_dark .t_light .t_pink_active_VoxRadio, :root.t_light .t_dark .t_light .t_pink_VoxRadio, :root.t_light .t_dark .t_light .t_red_active_VoxRadio, :root.t_light .t_dark .t_light .t_red_VoxRadio, :root.t_light .t_dark .t_light .t_VoxRadio, :root.t_light .t_pink_active_VoxRadio, :root.t_light .t_pink_VoxRadio, :root.t_light .t_red_active_VoxRadio, :root.t_light .t_red_VoxRadio, :root.t_light .t_VoxRadio {--background:hsla(0, 0%, 2%, 0.12);--backgroundHover:hsla(0, 0%, 2%, 0.08);--backgroundPress:hsl(0, 0%, 97%);--backgroundFocus:hsla(0, 0%, 100%, 0.08);--borderColor:hsla(0, 0%, 100%, 0.24);--borderColorHover:hsla(0, 0%, 2%, 0.08);--borderColorFocus:var(--color-15);--borderColorPress:hsla(0, 0%, 2%, 0.72);--oulineColor:hsla(0, 0%, 100%, 0.32);--color:var(--color-13);--colorHover:var(--color-13);--colorFocus:hsla(0, 0%, 2%, 0.72);--colorPress:hsla(0, 0%, 2%, 0.72);--colorDisabled:var(--color-12);}
@media(prefers-color-scheme:light){
body{background:var(--background);color:var(--color)}
.t_active_VoxRadio, .t_dark .t_light .t_active_VoxRadio, .t_dark .t_light .t_pink_active_VoxRadio, .t_dark .t_light .t_pink_VoxRadio, .t_dark .t_light .t_red_active_VoxRadio, .t_dark .t_light .t_red_VoxRadio, .t_dark .t_light .t_VoxRadio, .t_pink_active_VoxRadio, .t_pink_VoxRadio, .t_red_active_VoxRadio, .t_red_VoxRadio, .t_VoxRadio {--background:hsla(0, 0%, 2%, 0.12);--backgroundHover:hsla(0, 0%, 2%, 0.08);--backgroundPress:hsl(0, 0%, 97%);--backgroundFocus:hsla(0, 0%, 100%, 0.08);--borderColor:hsla(0, 0%, 100%, 0.24);--borderColorHover:hsla(0, 0%, 2%, 0.08);--borderColorFocus:var(--color-15);--borderColorPress:hsla(0, 0%, 2%, 0.72);--oulineColor:hsla(0, 0%, 100%, 0.32);--color:var(--color-13);--colorHover:var(--color-13);--colorFocus:hsla(0, 0%, 2%, 0.72);--colorPress:hsla(0, 0%, 2%, 0.72);--colorDisabled:var(--color-12);}
}
:root.t_dark .t_light .t_active_InternAlert, :root.t_dark .t_light .t_dark .t_light .t_active_InternAlert, :root.t_dark .t_light .t_dark .t_light .t_InternAlert, :root.t_dark .t_light .t_dark .t_light .t_pink_active_InternAlert, :root.t_dark .t_light .t_dark .t_light .t_pink_InternAlert, :root.t_dark .t_light .t_dark .t_light .t_red_active_InternAlert, :root.t_dark .t_light .t_dark .t_light .t_red_InternAlert, :root.t_dark .t_light .t_InternAlert, :root.t_dark .t_light .t_pink_active_InternAlert, :root.t_dark .t_light .t_pink_InternAlert, :root.t_dark .t_light .t_red_active_InternAlert, :root.t_dark .t_light .t_red_InternAlert, :root.t_light .t_active_InternAlert, :root.t_light .t_dark .t_light .t_active_InternAlert, :root.t_light .t_dark .t_light .t_InternAlert, :root.t_light .t_dark .t_light .t_pink_active_InternAlert, :root.t_light .t_dark .t_light .t_pink_InternAlert, :root.t_light .t_dark .t_light .t_red_active_InternAlert, :root.t_light .t_dark .t_light .t_red_InternAlert, :root.t_light .t_InternAlert, :root.t_light .t_pink_active_InternAlert, :root.t_light .t_pink_InternAlert, :root.t_light .t_red_active_InternAlert, :root.t_light .t_red_InternAlert {--background:hsl(0, 0%, 100%);--borderColor:var(--color-13);--color:var(--color-15);}
@media(prefers-color-scheme:light){
body{background:var(--background);color:var(--color)}
.t_active_InternAlert, .t_dark .t_light .t_active_InternAlert, .t_dark .t_light .t_InternAlert, .t_dark .t_light .t_pink_active_InternAlert, .t_dark .t_light .t_pink_InternAlert, .t_dark .t_light .t_red_active_InternAlert, .t_dark .t_light .t_red_InternAlert, .t_InternAlert, .t_pink_active_InternAlert, .t_pink_InternAlert, .t_red_active_InternAlert, .t_red_InternAlert {--background:hsl(0, 0%, 100%);--borderColor:var(--color-13);--color:var(--color-15);}
}
:root.t_dark .t_light .t_dark .t_light .t_orange_active_DrawerFrame, :root.t_dark .t_light .t_dark .t_light .t_orange_active_ListItem, :root.t_dark .t_light .t_dark .t_light .t_orange_active_Progress, :root.t_dark .t_light .t_dark .t_light .t_orange_active_SliderTrack, :root.t_dark .t_light .t_dark .t_light .t_orange_active_TooltipArrow, :root.t_dark .t_light .t_dark .t_light .t_orange_Card, :root.t_dark .t_light .t_dark .t_light .t_orange_DrawerFrame, :root.t_dark .t_light .t_dark .t_light .t_orange_Input, :root.t_dark .t_light .t_dark .t_light .t_orange_ListItem, :root.t_dark .t_light .t_dark .t_light .t_orange_Progress, :root.t_dark .t_light .t_dark .t_light .t_orange_SelectTrigger, :root.t_dark .t_light .t_dark .t_light .t_orange_SliderTrack, :root.t_dark .t_light .t_dark .t_light .t_orange_TextArea, :root.t_dark .t_light .t_dark .t_light .t_orange_TooltipArrow, :root.t_dark .t_light .t_orange_active_DrawerFrame, :root.t_dark .t_light .t_orange_active_ListItem, :root.t_dark .t_light .t_orange_active_Progress, :root.t_dark .t_light .t_orange_active_SliderTrack, :root.t_dark .t_light .t_orange_active_TooltipArrow, :root.t_dark .t_light .t_orange_Card, :root.t_dark .t_light .t_orange_DrawerFrame, :root.t_dark .t_light .t_orange_Input, :root.t_dark .t_light .t_orange_ListItem, :root.t_dark .t_light .t_orange_Progress, :root.t_dark .t_light .t_orange_SelectTrigger, :root.t_dark .t_light .t_orange_SliderTrack, :root.t_dark .t_light .t_orange_TextArea, :root.t_dark .t_light .t_orange_TooltipArrow, :root.t_light .t_dark .t_light .t_orange_active_DrawerFrame, :root.t_light .t_dark .t_light .t_orange_active_ListItem, :root.t_light .t_dark .t_light .t_orange_active_Progress, :root.t_light .t_dark .t_light .t_orange_active_SliderTrack, :root.t_light .t_dark .t_light .t_orange_active_TooltipArrow, :root.t_light .t_dark .t_light .t_orange_Card, :root.t_light .t_dark .t_light .t_orange_DrawerFrame, :root.t_light .t_dark .t_light .t_orange_Input, :root.t_light .t_dark .t_light .t_orange_ListItem, :root.t_light .t_dark .t_light .t_orange_Progress, :root.t_light .t_dark .t_light .t_orange_SelectTrigger, :root.t_light .t_dark .t_light .t_orange_SliderTrack, :root.t_light .t_dark .t_light .t_orange_TextArea, :root.t_light .t_dark .t_light .t_orange_TooltipArrow, :root.t_light .t_orange_active_DrawerFrame, :root.t_light .t_orange_active_ListItem, :root.t_light .t_orange_active_Progress, :root.t_light .t_orange_active_SliderTrack, :root.t_light .t_orange_active_TooltipArrow, :root.t_light .t_orange_Card, :root.t_light .t_orange_DrawerFrame, :root.t_light .t_orange_Input, :root.t_light .t_orange_ListItem, :root.t_light .t_orange_Progress, :root.t_light .t_orange_SelectTrigger, :root.t_light .t_orange_SliderTrack, :root.t_light .t_orange_TextArea, :root.t_light .t_orange_TooltipArrow {--background:hsl(354, 78%, 95%);--backgroundHover:hsl(355, 86%, 92%);--backgroundPress:hsl(25, 95%, 64%);--backgroundFocus:hsl(354, 78%, 95%);--borderColor:hsl(14, 60%, 56%);--borderColorHover:hsl(14, 56%, 51%);--borderColorFocus:hsl(355, 86%, 92%);--borderColorPress:hsl(14, 60%, 56%);}
@media(prefers-color-scheme:light){
body{background:var(--background);}
.t_dark .t_light .t_orange_active_DrawerFrame, .t_dark .t_light .t_orange_active_ListItem, .t_dark .t_light .t_orange_active_Progress, .t_dark .t_light .t_orange_active_SliderTrack, .t_dark .t_light .t_orange_active_TooltipArrow, .t_dark .t_light .t_orange_Card, .t_dark .t_light .t_orange_DrawerFrame, .t_dark .t_light .t_orange_Input, .t_dark .t_light .t_orange_ListItem, .t_dark .t_light .t_orange_Progress, .t_dark .t_light .t_orange_SelectTrigger, .t_dark .t_light .t_orange_SliderTrack, .t_dark .t_light .t_orange_TextArea, .t_dark .t_light .t_orange_TooltipArrow, .t_orange_active_DrawerFrame, .t_orange_active_ListItem, .t_orange_active_Progress, .t_orange_active_SliderTrack, .t_orange_active_TooltipArrow, .t_orange_Card, .t_orange_DrawerFrame, .t_orange_Input, .t_orange_ListItem, .t_orange_Progress, .t_orange_SelectTrigger, .t_orange_SliderTrack, .t_orange_TextArea, .t_orange_TooltipArrow {--background:hsl(354, 78%, 95%);--backgroundHover:hsl(355, 86%, 92%);--backgroundPress:hsl(25, 95%, 64%);--backgroundFocus:hsl(354, 78%, 95%);--borderColor:hsl(14, 60%, 56%);--borderColorHover:hsl(14, 56%, 51%);--borderColorFocus:hsl(355, 86%, 92%);--borderColorPress:hsl(14, 60%, 56%);}
}
:root.t_dark .t_light .t_dark .t_light .t_orange_Checkbox, :root.t_dark .t_light .t_dark .t_light .t_orange_RadioGroupItem, :root.t_dark .t_light .t_dark .t_light .t_orange_TooltipContent, :root.t_dark .t_light .t_orange_Checkbox, :root.t_dark .t_light .t_orange_RadioGroupItem, :root.t_dark .t_light .t_orange_TooltipContent, :root.t_light .t_dark .t_light .t_orange_Checkbox, :root.t_light .t_dark .t_light .t_orange_RadioGroupItem, :root.t_light .t_dark .t_light .t_orange_TooltipContent, :root.t_light .t_orange_Checkbox, :root.t_light .t_orange_RadioGroupItem, :root.t_light .t_orange_TooltipContent {--background:hsl(355, 86%, 92%);--backgroundHover:hsl(25, 95%, 64%);--backgroundPress:hsl(14, 60%, 56%);--backgroundFocus:hsl(355, 86%, 92%);--borderColor:hsl(14, 56%, 51%);--borderColorHover:hsl(14, 55%, 41%);--borderColorFocus:hsl(25, 95%, 64%);--borderColorPress:hsl(14, 56%, 51%);}
@media(prefers-color-scheme:light){
body{background:var(--background);}
.t_dark .t_light .t_orange_Checkbox, .t_dark .t_light .t_orange_RadioGroupItem, .t_dark .t_light .t_orange_TooltipContent, .t_orange_Checkbox, .t_orange_RadioGroupItem, .t_orange_TooltipContent {--background:hsl(355, 86%, 92%);--backgroundHover:hsl(25, 95%, 64%);--backgroundPress:hsl(14, 60%, 56%);--backgroundFocus:hsl(355, 86%, 92%);--borderColor:hsl(14, 56%, 51%);--borderColorHover:hsl(14, 55%, 41%);--borderColorFocus:hsl(25, 95%, 64%);--borderColorPress:hsl(14, 56%, 51%);}
}
:root.t_dark .t_light .t_dark .t_light .t_orange_Switch, :root.t_dark .t_light .t_orange_Switch, :root.t_light .t_dark .t_light .t_orange_Switch, :root.t_light .t_orange_Switch {--background:hsl(355, 86%, 92%);}
@media(prefers-color-scheme:light){
body{background:var(--background);}
.t_dark .t_light .t_orange_Switch, .t_orange_Switch {--background:hsl(355, 86%, 92%);}
}
:root.t_dark .t_light .t_dark .t_light .t_orange_SwitchThumb, :root.t_dark .t_light .t_orange_SwitchThumb, :root.t_light .t_dark .t_light .t_orange_SwitchThumb, :root.t_light .t_orange_SwitchThumb {--background:hsl(356, 100%, 97%);}
@media(prefers-color-scheme:light){
body{background:var(--background);}
.t_dark .t_light .t_orange_SwitchThumb, .t_orange_SwitchThumb {--background:hsl(356, 100%, 97%);}
}
:root.t_dark .t_light .t_dark .t_light .t_orange_ProgressIndicator, :root.t_dark .t_light .t_dark .t_light .t_orange_SliderThumb, :root.t_dark .t_light .t_dark .t_light .t_orange_Tooltip, :root.t_dark .t_light .t_orange_ProgressIndicator, :root.t_dark .t_light .t_orange_SliderThumb, :root.t_dark .t_light .t_orange_Tooltip, :root.t_light .t_dark .t_light .t_orange_ProgressIndicator, :root.t_light .t_dark .t_light .t_orange_SliderThumb, :root.t_light .t_dark .t_light .t_orange_Tooltip, :root.t_light .t_orange_ProgressIndicator, :root.t_light .t_orange_SliderThumb, :root.t_light .t_orange_Tooltip {--color:hsl(354, 78%, 95%);--colorHover:hsl(355, 86%, 92%);--colorPress:hsl(25, 95%, 64%);--colorFocus:hsl(354, 78%, 95%);--background:hsla(14, 55%, 41%, 0.64);--backgroundHover:hsl(14, 68%, 34%);--backgroundPress:hsl(14, 93%, 61%);--backgroundFocus:hsl(14, 68%, 34%);--borderColor:hsla(14, 55%, 41%, 0.8);--borderColorHover:hsl(14, 93%, 61%);--borderColorFocus:hsl(14, 68%, 34%);--borderColorPress:hsl(14, 55%, 41%);}
@media(prefers-color-scheme:light){
body{background:var(--background);color:var(--color)}
.t_dark .t_light .t_orange_ProgressIndicator, .t_dark .t_light .t_orange_SliderThumb, .t_dark .t_light .t_orange_Tooltip, .t_orange_ProgressIndicator, .t_orange_SliderThumb, .t_orange_Tooltip {--color:hsl(354, 78%, 95%);--colorHover:hsl(355, 86%, 92%);--colorPress:hsl(25, 95%, 64%);--colorFocus:hsl(354, 78%, 95%);--background:hsla(14, 55%, 41%, 0.64);--backgroundHover:hsl(14, 68%, 34%);--backgroundPress:hsl(14, 93%, 61%);--backgroundFocus:hsl(14, 68%, 34%);--borderColor:hsla(14, 55%, 41%, 0.8);--borderColorHover:hsl(14, 93%, 61%);--borderColorFocus:hsl(14, 68%, 34%);--borderColorPress:hsl(14, 55%, 41%);}
}
:root.t_dark .t_light .t_dark .t_light .t_orange_VoxInput, :root.t_dark .t_light .t_orange_VoxInput, :root.t_light .t_dark .t_light .t_orange_VoxInput, :root.t_light .t_orange_VoxInput {--background:hsla(356, 100%, 97%, 0.08);--backgroundHover:hsla(356, 100%, 97%, 0.24);--backgroundPress:hsla(356, 100%, 97%, 0.32);--backgroundFocus:hsla(356, 100%, 97%, 0.24);--borderColor:hsl(14, 60%, 56%);--borderColorHover:hsl(14, 56%, 51%);--borderColorFocus:hsla(14, 55%, 41%, 0.64);--borderColorPress:hsla(14, 55%, 41%, 0.64);--oulineColor:hsla(356, 100%, 97%, 0.32);--color:hsla(14, 55%, 41%, 0.64);--colorHover:hsl(14, 56%, 51%);--colorFocus:hsla(14, 55%, 41%, 0.64);--colorPress:hsla(14, 55%, 41%, 0.64);--colorDisabled:hsl(14, 60%, 56%);}
@media(prefers-color-scheme:light){
body{background:var(--background);color:var(--color)}
.t_dark .t_light .t_orange_VoxInput, .t_orange_VoxInput {--background:hsla(356, 100%, 97%, 0.08);--backgroundHover:hsla(356, 100%, 97%, 0.24);--backgroundPress:hsla(356, 100%, 97%, 0.32);--backgroundFocus:hsla(356, 100%, 97%, 0.24);--borderColor:hsl(14, 60%, 56%);--borderColorHover:hsl(14, 56%, 51%);--borderColorFocus:hsla(14, 55%, 41%, 0.64);--borderColorPress:hsla(14, 55%, 41%, 0.64);--oulineColor:hsla(356, 100%, 97%, 0.32);--color:hsla(14, 55%, 41%, 0.64);--colorHover:hsl(14, 56%, 51%);--colorFocus:hsla(14, 55%, 41%, 0.64);--colorPress:hsla(14, 55%, 41%, 0.64);--colorDisabled:hsl(14, 60%, 56%);}
}
:root.t_dark .t_light .t_dark .t_light .t_orange_active_VoxBadge, :root.t_dark .t_light .t_dark .t_light .t_orange_VoxBadge, :root.t_dark .t_light .t_orange_active_VoxBadge, :root.t_dark .t_light .t_orange_VoxBadge, :root.t_light .t_dark .t_light .t_orange_active_VoxBadge, :root.t_light .t_dark .t_light .t_orange_VoxBadge, :root.t_light .t_orange_active_VoxBadge, :root.t_light .t_orange_VoxBadge {--background:hsl(354, 78%, 95%);--color:hsl(14, 55%, 41%);}
@media(prefers-color-scheme:light){
body{background:var(--background);color:var(--color)}
.t_dark .t_light .t_orange_active_VoxBadge, .t_dark .t_light .t_orange_VoxBadge, .t_orange_active_VoxBadge, .t_orange_VoxBadge {--background:hsl(354, 78%, 95%);--color:hsl(14, 55%, 41%);}
}
:root.t_dark .t_light .t_dark .t_light .t_orange_active_VoxButtonContained, :root.t_dark .t_light .t_dark .t_light .t_orange_VoxButtonContained, :root.t_dark .t_light .t_orange_active_VoxButtonContained, :root.t_dark .t_light .t_orange_VoxButtonContained, :root.t_light .t_dark .t_light .t_orange_active_VoxButtonContained, :root.t_light .t_dark .t_light .t_orange_VoxButtonContained, :root.t_light .t_orange_active_VoxButtonContained, :root.t_light .t_orange_VoxButtonContained {--background:hsl(14, 60%, 56%);--backgroundHover:hsl(14, 56%, 51%);--backgroundPress:hsl(14, 55%, 41%);--color:hsl(0, 0%, 100%);--colorPress:hsl(0, 0%, 100%);--colorHover:hsl(0, 0%, 100%);}
@media(prefers-color-scheme:light){
body{background:var(--background);color:var(--color)}
.t_dark .t_light .t_orange_active_VoxButtonContained, .t_dark .t_light .t_orange_VoxButtonContained, .t_orange_active_VoxButtonContained, .t_orange_VoxButtonContained {--background:hsl(14, 60%, 56%);--backgroundHover:hsl(14, 56%, 51%);--backgroundPress:hsl(14, 55%, 41%);--color:hsl(0, 0%, 100%);--colorPress:hsl(0, 0%, 100%);--colorHover:hsl(0, 0%, 100%);}
}
:root.t_dark .t_light .t_dark .t_light .t_orange_active_VoxButtonInverseContained, :root.t_dark .t_light .t_dark .t_light .t_orange_VoxButtonInverseContained, :root.t_dark .t_light .t_orange_active_VoxButtonInverseContained, :root.t_dark .t_light .t_orange_VoxButtonInverseContained, :root.t_light .t_dark .t_light .t_orange_active_VoxButtonInverseContained, :root.t_light .t_dark .t_light .t_orange_VoxButtonInverseContained, :root.t_light .t_orange_active_VoxButtonInverseContained, :root.t_light .t_orange_VoxButtonInverseContained {--background:hsl(356, 100%, 97%);--backgroundHover:hsl(354, 78%, 95%);--backgroundPress:hsl(355, 86%, 92%);--color:hsl(14, 56%, 51%);--colorHover:hsl(14, 68%, 34%);--colorPress:hsl(14, 68%, 34%);}
@media(prefers-color-scheme:light){
body{background:var(--background);color:var(--color)}
.t_dark .t_light .t_orange_active_VoxButtonInverseContained, .t_dark .t_light .t_orange_VoxButtonInverseContained, .t_orange_active_VoxButtonInverseContained, .t_orange_VoxButtonInverseContained {--background:hsl(356, 100%, 97%);--backgroundHover:hsl(354, 78%, 95%);--backgroundPress:hsl(355, 86%, 92%);--color:hsl(14, 56%, 51%);--colorHover:hsl(14, 68%, 34%);--colorPress:hsl(14, 68%, 34%);}
}
:root.t_dark .t_light .t_dark .t_light .t_orange_active_VoxButtonSoft, :root.t_dark .t_light .t_dark .t_light .t_orange_VoxButtonSoft, :root.t_dark .t_light .t_orange_active_VoxButtonSoft, :root.t_dark .t_light .t_orange_VoxButtonSoft, :root.t_light .t_dark .t_light .t_orange_active_VoxButtonSoft, :root.t_light .t_dark .t_light .t_orange_VoxButtonSoft, :root.t_light .t_orange_active_VoxButtonSoft, :root.t_light .t_orange_VoxButtonSoft {--background:hsl(356, 100%, 97%);--backgroundHover:hsl(354, 78%, 95%);--backgroundPress:hsl(355, 86%, 92%);--color:hsl(14, 68%, 34%);--colorPress:hsl(14, 68%, 34%);--colorHover:hsl(14, 68%, 34%);--colorPop:hsl(14, 93%, 61%);}
@media(prefers-color-scheme:light){
body{background:var(--background);color:var(--color)}
.t_dark .t_light .t_orange_active_VoxButtonSoft, .t_dark .t_light .t_orange_VoxButtonSoft, .t_orange_active_VoxButtonSoft, .t_orange_VoxButtonSoft {--background:hsl(356, 100%, 97%);--backgroundHover:hsl(354, 78%, 95%);--backgroundPress:hsl(355, 86%, 92%);--color:hsl(14, 68%, 34%);--colorPress:hsl(14, 68%, 34%);--colorHover:hsl(14, 68%, 34%);--colorPop:hsl(14, 93%, 61%);}
}
:root.t_dark .t_light .t_dark .t_light .t_orange_active_VoxButtonOutlined, :root.t_dark .t_light .t_dark .t_light .t_orange_VoxButtonOutlined, :root.t_dark .t_light .t_orange_active_VoxButtonOutlined, :root.t_dark .t_light .t_orange_VoxButtonOutlined, :root.t_light .t_dark .t_light .t_orange_active_VoxButtonOutlined, :root.t_light .t_dark .t_light .t_orange_VoxButtonOutlined, :root.t_light .t_orange_active_VoxButtonOutlined, :root.t_light .t_orange_VoxButtonOutlined {--background:hsla(14, 55%, 41%, 0);--backgroundHover:hsl(356, 100%, 97%);--backgroundPress:hsl(354, 78%, 95%);--borderColor:hsl(14, 56%, 51%);--borderColorHover:hsl(14, 68%, 34%);--borderColorPress:hsl(14, 68%, 34%);--color:hsl(14, 56%, 51%);--colorPress:hsl(14, 55%, 41%);--colorHover:hsl(14, 55%, 41%);}
@media(prefers-color-scheme:light){
body{background:var(--background);color:var(--color)}
.t_dark .t_light .t_orange_active_VoxButtonOutlined, .t_dark .t_light .t_orange_VoxButtonOutlined, .t_orange_active_VoxButtonOutlined, .t_orange_VoxButtonOutlined {--background:hsla(14, 55%, 41%, 0);--backgroundHover:hsl(356, 100%, 97%);--backgroundPress:hsl(354, 78%, 95%);--borderColor:hsl(14, 56%, 51%);--borderColorHover:hsl(14, 68%, 34%);--borderColorPress:hsl(14, 68%, 34%);--color:hsl(14, 56%, 51%);--colorPress:hsl(14, 55%, 41%);--colorHover:hsl(14, 55%, 41%);}
}
:root.t_dark .t_light .t_dark .t_light .t_orange_active_VoxButtonText, :root.t_dark .t_light .t_dark .t_light .t_orange_VoxButtonText, :root.t_dark .t_light .t_orange_active_VoxButtonText, :root.t_dark .t_light .t_orange_VoxButtonText, :root.t_light .t_dark .t_light .t_orange_active_VoxButtonText, :root.t_light .t_dark .t_light .t_orange_VoxButtonText, :root.t_light .t_orange_active_VoxButtonText, :root.t_light .t_orange_VoxButtonText {--background:hsla(14, 55%, 41%, 0);--backgroundHover:hsl(356, 100%, 97%);--color:hsl(14, 56%, 51%);--colorPress:hsl(14, 55%, 41%);--colorHover:hsl(14, 55%, 41%);}
@media(prefers-color-scheme:light){
body{background:var(--background);color:var(--color)}
.t_dark .t_light .t_orange_active_VoxButtonText, .t_dark .t_light .t_orange_VoxButtonText, .t_orange_active_VoxButtonText, .t_orange_VoxButtonText {--background:hsla(14, 55%, 41%, 0);--backgroundHover:hsl(356, 100%, 97%);--color:hsl(14, 56%, 51%);--colorPress:hsl(14, 55%, 41%);--colorHover:hsl(14, 55%, 41%);}
}
:root.t_dark .t_light .t_dark .t_light .t_orange_active_VoxRadio, :root.t_dark .t_light .t_dark .t_light .t_orange_VoxRadio, :root.t_dark .t_light .t_orange_active_VoxRadio, :root.t_dark .t_light .t_orange_VoxRadio, :root.t_light .t_dark .t_light .t_orange_active_VoxRadio, :root.t_light .t_dark .t_light .t_orange_VoxRadio, :root.t_light .t_orange_active_VoxRadio, :root.t_light .t_orange_VoxRadio {--background:hsla(14, 55%, 41%, 0.12);--backgroundHover:hsla(14, 55%, 41%, 0.08);--backgroundPress:hsl(355, 86%, 92%);--backgroundFocus:hsla(356, 100%, 97%, 0.08);--borderColor:hsla(356, 100%, 97%, 0.24);--borderColorHover:hsla(14, 55%, 41%, 0.08);--borderColorFocus:hsl(14, 68%, 34%);--borderColorPress:hsla(14, 55%, 41%, 0.64);--oulineColor:hsla(356, 100%, 97%, 0.32);--color:hsl(14, 56%, 51%);--colorHover:hsl(14, 56%, 51%);--colorFocus:hsla(14, 55%, 41%, 0.64);--colorPress:hsla(14, 55%, 41%, 0.64);--colorDisabled:hsl(14, 60%, 56%);}
@media(prefers-color-scheme:light){
body{background:var(--background);color:var(--color)}
.t_dark .t_light .t_orange_active_VoxRadio, .t_dark .t_light .t_orange_VoxRadio, .t_orange_active_VoxRadio, .t_orange_VoxRadio {--background:hsla(14, 55%, 41%, 0.12);--backgroundHover:hsla(14, 55%, 41%, 0.08);--backgroundPress:hsl(355, 86%, 92%);--backgroundFocus:hsla(356, 100%, 97%, 0.08);--borderColor:hsla(356, 100%, 97%, 0.24);--borderColorHover:hsla(14, 55%, 41%, 0.08);--borderColorFocus:hsl(14, 68%, 34%);--borderColorPress:hsla(14, 55%, 41%, 0.64);--oulineColor:hsla(356, 100%, 97%, 0.32);--color:hsl(14, 56%, 51%);--colorHover:hsl(14, 56%, 51%);--colorFocus:hsla(14, 55%, 41%, 0.64);--colorPress:hsla(14, 55%, 41%, 0.64);--colorDisabled:hsl(14, 60%, 56%);}
}
:root.t_dark .t_light .t_dark .t_light .t_orange_active_InternAlert, :root.t_dark .t_light .t_dark .t_light .t_orange_InternAlert, :root.t_dark .t_light .t_orange_active_InternAlert, :root.t_dark .t_light .t_orange_InternAlert, :root.t_light .t_dark .t_light .t_orange_active_InternAlert, :root.t_light .t_dark .t_light .t_orange_InternAlert, :root.t_light .t_orange_active_InternAlert, :root.t_light .t_orange_InternAlert {--background:hsl(356, 100%, 97%);--borderColor:hsl(14, 56%, 51%);--color:hsl(14, 68%, 34%);}
@media(prefers-color-scheme:light){
body{background:var(--background);color:var(--color)}
.t_dark .t_light .t_orange_active_InternAlert, .t_dark .t_light .t_orange_InternAlert, .t_orange_active_InternAlert, .t_orange_InternAlert {--background:hsl(356, 100%, 97%);--borderColor:hsl(14, 56%, 51%);--color:hsl(14, 68%, 34%);}
}
:root.t_dark .t_light .t_dark .t_light .t_yellow_active_DrawerFrame, :root.t_dark .t_light .t_dark .t_light .t_yellow_active_ListItem, :root.t_dark .t_light .t_dark .t_light .t_yellow_active_Progress, :root.t_dark .t_light .t_dark .t_light .t_yellow_active_SliderTrack, :root.t_dark .t_light .t_dark .t_light .t_yellow_active_TooltipArrow, :root.t_dark .t_light .t_dark .t_light .t_yellow_Card, :root.t_dark .t_light .t_dark .t_light .t_yellow_DrawerFrame, :root.t_dark .t_light .t_dark .t_light .t_yellow_Input, :root.t_dark .t_light .t_dark .t_light .t_yellow_ListItem, :root.t_dark .t_light .t_dark .t_light .t_yellow_Progress, :root.t_dark .t_light .t_dark .t_light .t_yellow_SelectTrigger, :root.t_dark .t_light .t_dark .t_light .t_yellow_SliderTrack, :root.t_dark .t_light .t_dark .t_light .t_yellow_TextArea, :root.t_dark .t_light .t_dark .t_light .t_yellow_TooltipArrow, :root.t_dark .t_light .t_yellow_active_DrawerFrame, :root.t_dark .t_light .t_yellow_active_ListItem, :root.t_dark .t_light .t_yellow_active_Progress, :root.t_dark .t_light .t_yellow_active_SliderTrack, :root.t_dark .t_light .t_yellow_active_TooltipArrow, :root.t_dark .t_light .t_yellow_Card, :root.t_dark .t_light .t_yellow_DrawerFrame, :root.t_dark .t_light .t_yellow_Input, :root.t_dark .t_light .t_yellow_ListItem, :root.t_dark .t_light .t_yellow_Progress, :root.t_dark .t_light .t_yellow_SelectTrigger, :root.t_dark .t_light .t_yellow_SliderTrack, :root.t_dark .t_light .t_yellow_TextArea, :root.t_dark .t_light .t_yellow_TooltipArrow, :root.t_light .t_dark .t_light .t_yellow_active_DrawerFrame, :root.t_light .t_dark .t_light .t_yellow_active_ListItem, :root.t_light .t_dark .t_light .t_yellow_active_Progress, :root.t_light .t_dark .t_light .t_yellow_active_SliderTrack, :root.t_light .t_dark .t_light .t_yellow_active_TooltipArrow, :root.t_light .t_dark .t_light .t_yellow_Card, :root.t_light .t_dark .t_light .t_yellow_DrawerFrame, :root.t_light .t_dark .t_light .t_yellow_Input, :root.t_light .t_dark .t_light .t_yellow_ListItem, :root.t_light .t_dark .t_light .t_yellow_Progress, :root.t_light .t_dark .t_light .t_yellow_SelectTrigger, :root.t_light .t_dark .t_light .t_yellow_SliderTrack, :root.t_light .t_dark .t_light .t_yellow_TextArea, :root.t_light .t_dark .t_light .t_yellow_TooltipArrow, :root.t_light .t_yellow_active_DrawerFrame, :root.t_light .t_yellow_active_ListItem, :root.t_light .t_yellow_active_Progress, :root.t_light .t_yellow_active_SliderTrack, :root.t_light .t_yellow_active_TooltipArrow, :root.t_light .t_yellow_Card, :root.t_light .t_yellow_DrawerFrame, :root.t_light .t_yellow_Input, :root.t_light .t_yellow_ListItem, :root.t_light .t_yellow_Progress, :root.t_light .t_yellow_SelectTrigger, :root.t_light .t_yellow_SliderTrack, :root.t_light .t_yellow_TextArea, :root.t_light .t_yellow_TooltipArrow {--background:hsl(37, 66%, 88%);--backgroundHover:hsl(36, 60%, 82%);--backgroundPress:hsl(39, 89%, 59%);--backgroundFocus:hsl(37, 66%, 88%);--borderColor:hsl(39, 59%, 49%);--borderColorHover:hsl(39, 64%, 46%);--borderColorFocus:hsl(36, 60%, 82%);--borderColorPress:hsl(39, 59%, 49%);}
@media(prefers-color-scheme:light){
body{background:var(--background);}
.t_dark .t_light .t_yellow_active_DrawerFrame, .t_dark .t_light .t_yellow_active_ListItem, .t_dark .t_light .t_yellow_active_Progress, .t_dark .t_light .t_yellow_active_SliderTrack, .t_dark .t_light .t_yellow_active_TooltipArrow, .t_dark .t_light .t_yellow_Card, .t_dark .t_light .t_yellow_DrawerFrame, .t_dark .t_light .t_yellow_Input, .t_dark .t_light .t_yellow_ListItem, .t_dark .t_light .t_yellow_Progress, .t_dark .t_light .t_yellow_SelectTrigger, .t_dark .t_light .t_yellow_SliderTrack, .t_dark .t_light .t_yellow_TextArea, .t_dark .t_light .t_yellow_TooltipArrow, .t_yellow_active_DrawerFrame, .t_yellow_active_ListItem, .t_yellow_active_Progress, .t_yellow_active_SliderTrack, .t_yellow_active_TooltipArrow, .t_yellow_Card, .t_yellow_DrawerFrame, .t_yellow_Input, .t_yellow_ListItem, .t_yellow_Progress, .t_yellow_SelectTrigger, .t_yellow_SliderTrack, .t_yellow_TextArea, .t_yellow_TooltipArrow {--background:hsl(37, 66%, 88%);--backgroundHover:hsl(36, 60%, 82%);--backgroundPress:hsl(39, 89%, 59%);--backgroundFocus:hsl(37, 66%, 88%);--borderColor:hsl(39, 59%, 49%);--borderColorHover:hsl(39, 64%, 46%);--borderColorFocus:hsl(36, 60%, 82%);--borderColorPress:hsl(39, 59%, 49%);}
}
:root.t_dark .t_light .t_dark .t_light .t_yellow_Checkbox, :root.t_dark .t_light .t_dark .t_light .t_yellow_RadioGroupItem, :root.t_dark .t_light .t_dark .t_light .t_yellow_TooltipContent, :root.t_dark .t_light .t_yellow_Checkbox, :root.t_dark .t_light .t_yellow_RadioGroupItem, :root.t_dark .t_light .t_yellow_TooltipContent, :root.t_light .t_dark .t_light .t_yellow_Checkbox, :root.t_light .t_dark .t_light .t_yellow_RadioGroupItem, :root.t_light .t_dark .t_light .t_yellow_TooltipContent, :root.t_light .t_yellow_Checkbox, :root.t_light .t_yellow_RadioGroupItem, :root.t_light .t_yellow_TooltipContent {--background:hsl(36, 60%, 82%);--backgroundHover:hsl(39, 89%, 59%);--backgroundPress:hsl(39, 59%, 49%);--backgroundFocus:hsl(36, 60%, 82%);--borderColor:hsl(39, 64%, 46%);--borderColorHover:hsl(40, 65%, 34%);--borderColorFocus:hsl(39, 89%, 59%);--borderColorPress:hsl(39, 64%, 46%);}
@media(prefers-color-scheme:light){
body{background:var(--background);}
.t_dark .t_light .t_yellow_Checkbox, .t_dark .t_light .t_yellow_RadioGroupItem, .t_dark .t_light .t_yellow_TooltipContent, .t_yellow_Checkbox, .t_yellow_RadioGroupItem, .t_yellow_TooltipContent {--background:hsl(36, 60%, 82%);--backgroundHover:hsl(39, 89%, 59%);--backgroundPress:hsl(39, 59%, 49%);--backgroundFocus:hsl(36, 60%, 82%);--borderColor:hsl(39, 64%, 46%);--borderColorHover:hsl(40, 65%, 34%);--borderColorFocus:hsl(39, 89%, 59%);--borderColorPress:hsl(39, 64%, 46%);}
}
:root.t_dark .t_light .t_dark .t_light .t_yellow_Switch, :root.t_dark .t_light .t_yellow_Switch, :root.t_light .t_dark .t_light .t_yellow_Switch, :root.t_light .t_yellow_Switch {--background:hsl(36, 60%, 82%);}
@media(prefers-color-scheme:light){
body{background:var(--background);}
.t_dark .t_light .t_yellow_Switch, .t_yellow_Switch {--background:hsl(36, 60%, 82%);}
}
:root.t_dark .t_light .t_dark .t_light .t_yellow_SwitchThumb, :root.t_dark .t_light .t_yellow_SwitchThumb, :root.t_light .t_dark .t_light .t_yellow_SwitchThumb, :root.t_light .t_yellow_SwitchThumb {--background:hsl(36, 100%, 96%);}
@media(prefers-color-scheme:light){
body{background:var(--background);}
.t_dark .t_light .t_yellow_SwitchThumb, .t_yellow_SwitchThumb {--background:hsl(36, 100%, 96%);}
}
:root.t_dark .t_light .t_dark .t_light .t_yellow_ProgressIndicator, :root.t_dark .t_light .t_dark .t_light .t_yellow_SliderThumb, :root.t_dark .t_light .t_dark .t_light .t_yellow_Tooltip, :root.t_dark .t_light .t_yellow_ProgressIndicator, :root.t_dark .t_light .t_yellow_SliderThumb, :root.t_dark .t_light .t_yellow_Tooltip, :root.t_light .t_dark .t_light .t_yellow_ProgressIndicator, :root.t_light .t_dark .t_light .t_yellow_SliderThumb, :root.t_light .t_dark .t_light .t_yellow_Tooltip, :root.t_light .t_yellow_ProgressIndicator, :root.t_light .t_yellow_SliderThumb, :root.t_light .t_yellow_Tooltip {--color:hsl(37, 66%, 88%);--colorHover:hsl(36, 60%, 82%);--colorPress:hsl(39, 89%, 59%);--colorFocus:hsl(37, 66%, 88%);--background:hsla(40, 65%, 34%, 0.64);--backgroundHover:hsl(40, 76%, 28%);--backgroundPress:hsl(43, 95%, 57%);--backgroundFocus:hsl(40, 76%, 28%);--borderColor:hsla(40, 65%, 34%, 0.8);--borderColorHover:hsl(43, 95%, 57%);--borderColorFocus:hsl(40, 76%, 28%);--borderColorPress:hsl(40, 65%, 34%);}
@media(prefers-color-scheme:light){
body{background:var(--background);color:var(--color)}
.t_dark .t_light .t_yellow_ProgressIndicator, .t_dark .t_light .t_yellow_SliderThumb, .t_dark .t_light .t_yellow_Tooltip, .t_yellow_ProgressIndicator, .t_yellow_SliderThumb, .t_yellow_Tooltip {--color:hsl(37, 66%, 88%);--colorHover:hsl(36, 60%, 82%);--colorPress:hsl(39, 89%, 59%);--colorFocus:hsl(37, 66%, 88%);--background:hsla(40, 65%, 34%, 0.64);--backgroundHover:hsl(40, 76%, 28%);--backgroundPress:hsl(43, 95%, 57%);--backgroundFocus:hsl(40, 76%, 28%);--borderColor:hsla(40, 65%, 34%, 0.8);--borderColorHover:hsl(43, 95%, 57%);--borderColorFocus:hsl(40, 76%, 28%);--borderColorPress:hsl(40, 65%, 34%);}
}
:root.t_dark .t_light .t_dark .t_light .t_yellow_VoxInput, :root.t_dark .t_light .t_yellow_VoxInput, :root.t_light .t_dark .t_light .t_yellow_VoxInput, :root.t_light .t_yellow_VoxInput {--background:hsla(36, 100%, 96%, 0.08);--backgroundHover:hsla(36, 100%, 96%, 0.24);--backgroundPress:hsla(36, 100%, 96%, 0.32);--backgroundFocus:hsla(36, 100%, 96%, 0.24);--borderColor:hsl(39, 59%, 49%);--borderColorHover:hsl(39, 64%, 46%);--borderColorFocus:hsla(40, 65%, 34%, 0.64);--borderColorPress:hsla(40, 65%, 34%, 0.64);--oulineColor:hsla(36, 100%, 96%, 0.32);--color:hsla(40, 65%, 34%, 0.64);--colorHover:hsl(39, 64%, 46%);--colorFocus:hsla(40, 65%, 34%, 0.64);--colorPress:hsla(40, 65%, 34%, 0.64);--colorDisabled:hsl(39, 59%, 49%);}
@media(prefers-color-scheme:light){
body{background:var(--background);color:var(--color)}
.t_dark .t_light .t_yellow_VoxInput, .t_yellow_VoxInput {--background:hsla(36, 100%, 96%, 0.08);--backgroundHover:hsla(36, 100%, 96%, 0.24);--backgroundPress:hsla(36, 100%, 96%, 0.32);--backgroundFocus:hsla(36, 100%, 96%, 0.24);--borderColor:hsl(39, 59%, 49%);--borderColorHover:hsl(39, 64%, 46%);--borderColorFocus:hsla(40, 65%, 34%, 0.64);--borderColorPress:hsla(40, 65%, 34%, 0.64);--oulineColor:hsla(36, 100%, 96%, 0.32);--color:hsla(40, 65%, 34%, 0.64);--colorHover:hsl(39, 64%, 46%);--colorFocus:hsla(40, 65%, 34%, 0.64);--colorPress:hsla(40, 65%, 34%, 0.64);--colorDisabled:hsl(39, 59%, 49%);}
}
:root.t_dark .t_light .t_dark .t_light .t_yellow_active_VoxBadge, :root.t_dark .t_light .t_dark .t_light .t_yellow_VoxBadge, :root.t_dark .t_light .t_yellow_active_VoxBadge, :root.t_dark .t_light .t_yellow_VoxBadge, :root.t_light .t_dark .t_light .t_yellow_active_VoxBadge, :root.t_light .t_dark .t_light .t_yellow_VoxBadge, :root.t_light .t_yellow_active_VoxBadge, :root.t_light .t_yellow_VoxBadge {--background:hsl(37, 66%, 88%);--color:hsl(40, 65%, 34%);}
@media(prefers-color-scheme:light){
body{background:var(--background);color:var(--color)}
.t_dark .t_light .t_yellow_active_VoxBadge, .t_dark .t_light .t_yellow_VoxBadge, .t_yellow_active_VoxBadge, .t_yellow_VoxBadge {--background:hsl(37, 66%, 88%);--color:hsl(40, 65%, 34%);}
}
:root.t_dark .t_light .t_dark .t_light .t_yellow_active_VoxButtonContained, :root.t_dark .t_light .t_dark .t_light .t_yellow_VoxButtonContained, :root.t_dark .t_light .t_yellow_active_VoxButtonContained, :root.t_dark .t_light .t_yellow_VoxButtonContained, :root.t_light .t_dark .t_light .t_yellow_active_VoxButtonContained, :root.t_light .t_dark .t_light .t_yellow_VoxButtonContained, :root.t_light .t_yellow_active_VoxButtonContained, :root.t_light .t_yellow_VoxButtonContained {--background:hsl(39, 59%, 49%);--backgroundHover:hsl(39, 64%, 46%);--backgroundPress:hsl(40, 65%, 34%);--color:hsl(0, 0%, 100%);--colorPress:hsl(0, 0%, 100%);--colorHover:hsl(0, 0%, 100%);}
@media(prefers-color-scheme:light){
body{background:var(--background);color:var(--color)}
.t_dark .t_light .t_yellow_active_VoxButtonContained, .t_dark .t_light .t_yellow_VoxButtonContained, .t_yellow_active_VoxButtonContained, .t_yellow_VoxButtonContained {--background:hsl(39, 59%, 49%);--backgroundHover:hsl(39, 64%, 46%);--backgroundPress:hsl(40, 65%, 34%);--color:hsl(0, 0%, 100%);--colorPress:hsl(0, 0%, 100%);--colorHover:hsl(0, 0%, 100%);}
}
:root.t_dark .t_light .t_dark .t_light .t_yellow_active_VoxButtonInverseContained, :root.t_dark .t_light .t_dark .t_light .t_yellow_VoxButtonInverseContained, :root.t_dark .t_light .t_yellow_active_VoxButtonInverseContained, :root.t_dark .t_light .t_yellow_VoxButtonInverseContained, :root.t_light .t_dark .t_light .t_yellow_active_VoxButtonInverseContained, :root.t_light .t_dark .t_light .t_yellow_VoxButtonInverseContained, :root.t_light .t_yellow_active_VoxButtonInverseContained, :root.t_light .t_yellow_VoxButtonInverseContained {--background:hsl(36, 100%, 96%);--backgroundHover:hsl(37, 66%, 88%);--backgroundPress:hsl(36, 60%, 82%);--color:hsl(39, 64%, 46%);--colorHover:hsl(40, 76%, 28%);--colorPress:hsl(40, 76%, 28%);}
@media(prefers-color-scheme:light){
body{background:var(--background);color:var(--color)}
.t_dark .t_light .t_yellow_active_VoxButtonInverseContained, .t_dark .t_light .t_yellow_VoxButtonInverseContained, .t_yellow_active_VoxButtonInverseContained, .t_yellow_VoxButtonInverseContained {--background:hsl(36, 100%, 96%);--backgroundHover:hsl(37, 66%, 88%);--backgroundPress:hsl(36, 60%, 82%);--color:hsl(39, 64%, 46%);--colorHover:hsl(40, 76%, 28%);--colorPress:hsl(40, 76%, 28%);}
}
:root.t_dark .t_light .t_dark .t_light .t_yellow_active_VoxButtonSoft, :root.t_dark .t_light .t_dark .t_light .t_yellow_VoxButtonSoft, :root.t_dark .t_light .t_yellow_active_VoxButtonSoft, :root.t_dark .t_light .t_yellow_VoxButtonSoft, :root.t_light .t_dark .t_light .t_yellow_active_VoxButtonSoft, :root.t_light .t_dark .t_light .t_yellow_VoxButtonSoft, :root.t_light .t_yellow_active_VoxButtonSoft, :root.t_light .t_yellow_VoxButtonSoft {--background:hsl(36, 100%, 96%);--backgroundHover:hsl(37, 66%, 88%);--backgroundPress:hsl(36, 60%, 82%);--color:hsl(40, 76%, 28%);--colorPress:hsl(40, 76%, 28%);--colorHover:hsl(40, 76%, 28%);--colorPop:hsl(43, 95%, 57%);}
@media(prefers-color-scheme:light){
body{background:var(--background);color:var(--color)}
.t_dark .t_light .t_yellow_active_VoxButtonSoft, .t_dark .t_light .t_yellow_VoxButtonSoft, .t_yellow_active_VoxButtonSoft, .t_yellow_VoxButtonSoft {--background:hsl(36, 100%, 96%);--backgroundHover:hsl(37, 66%, 88%);--backgroundPress:hsl(36, 60%, 82%);--color:hsl(40, 76%, 28%);--colorPress:hsl(40, 76%, 28%);--colorHover:hsl(40, 76%, 28%);--colorPop:hsl(43, 95%, 57%);}
}
:root.t_dark .t_light .t_dark .t_light .t_yellow_active_VoxButtonOutlined, :root.t_dark .t_light .t_dark .t_light .t_yellow_VoxButtonOutlined, :root.t_dark .t_light .t_yellow_active_VoxButtonOutlined, :root.t_dark .t_light .t_yellow_VoxButtonOutlined, :root.t_light .t_dark .t_light .t_yellow_active_VoxButtonOutlined, :root.t_light .t_dark .t_light .t_yellow_VoxButtonOutlined, :root.t_light .t_yellow_active_VoxButtonOutlined, :root.t_light .t_yellow_VoxButtonOutlined {--background:hsla(40, 65%, 34%, 0);--backgroundHover:hsl(36, 100%, 96%);--backgroundPress:hsl(37, 66%, 88%);--borderColor:hsl(39, 64%, 46%);--borderColorHover:hsl(40, 76%, 28%);--borderColorPress:hsl(40, 76%, 28%);--color:hsl(39, 64%, 46%);--colorPress:hsl(40, 65%, 34%);--colorHover:hsl(40, 65%, 34%);}
@media(prefers-color-scheme:light){
body{background:var(--background);color:var(--color)}
.t_dark .t_light .t_yellow_active_VoxButtonOutlined, .t_dark .t_light .t_yellow_VoxButtonOutlined, .t_yellow_active_VoxButtonOutlined, .t_yellow_VoxButtonOutlined {--background:hsla(40, 65%, 34%, 0);--backgroundHover:hsl(36, 100%, 96%);--backgroundPress:hsl(37, 66%, 88%);--borderColor:hsl(39, 64%, 46%);--borderColorHover:hsl(40, 76%, 28%);--borderColorPress:hsl(40, 76%, 28%);--color:hsl(39, 64%, 46%);--colorPress:hsl(40, 65%, 34%);--colorHover:hsl(40, 65%, 34%);}
}
:root.t_dark .t_light .t_dark .t_light .t_yellow_active_VoxButtonText, :root.t_dark .t_light .t_dark .t_light .t_yellow_VoxButtonText, :root.t_dark .t_light .t_yellow_active_VoxButtonText, :root.t_dark .t_light .t_yellow_VoxButtonText, :root.t_light .t_dark .t_light .t_yellow_active_VoxButtonText, :root.t_light .t_dark .t_light .t_yellow_VoxButtonText, :root.t_light .t_yellow_active_VoxButtonText, :root.t_light .t_yellow_VoxButtonText {--background:hsla(40, 65%, 34%, 0);--backgroundHover:hsl(36, 100%, 96%);--color:hsl(39, 64%, 46%);--colorPress:hsl(40, 65%, 34%);--colorHover:hsl(40, 65%, 34%);}
@media(prefers-color-scheme:light){
body{background:var(--background);color:var(--color)}
.t_dark .t_light .t_yellow_active_VoxButtonText, .t_dark .t_light .t_yellow_VoxButtonText, .t_yellow_active_VoxButtonText, .t_yellow_VoxButtonText {--background:hsla(40, 65%, 34%, 0);--backgroundHover:hsl(36, 100%, 96%);--color:hsl(39, 64%, 46%);--colorPress:hsl(40, 65%, 34%);--colorHover:hsl(40, 65%, 34%);}
}
:root.t_dark .t_light .t_dark .t_light .t_yellow_active_VoxRadio, :root.t_dark .t_light .t_dark .t_light .t_yellow_VoxRadio, :root.t_dark .t_light .t_yellow_active_VoxRadio, :root.t_dark .t_light .t_yellow_VoxRadio, :root.t_light .t_dark .t_light .t_yellow_active_VoxRadio, :root.t_light .t_dark .t_light .t_yellow_VoxRadio, :root.t_light .t_yellow_active_VoxRadio, :root.t_light .t_yellow_VoxRadio {--background:hsla(40, 65%, 34%, 0.12);--backgroundHover:hsla(40, 65%, 34%, 0.08);--backgroundPress:hsl(36, 60%, 82%);--backgroundFocus:hsla(36, 100%, 96%, 0.08);--borderColor:hsla(36, 100%, 96%, 0.24);--borderColorHover:hsla(40, 65%, 34%, 0.08);--borderColorFocus:hsl(40, 76%, 28%);--borderColorPress:hsla(40, 65%, 34%, 0.64);--oulineColor:hsla(36, 100%, 96%, 0.32);--color:hsl(39, 64%, 46%);--colorHover:hsl(39, 64%, 46%);--colorFocus:hsla(40, 65%, 34%, 0.64);--colorPress:hsla(40, 65%, 34%, 0.64);--colorDisabled:hsl(39, 59%, 49%);}
@media(prefers-color-scheme:light){
body{background:var(--background);color:var(--color)}
.t_dark .t_light .t_yellow_active_VoxRadio, .t_dark .t_light .t_yellow_VoxRadio, .t_yellow_active_VoxRadio, .t_yellow_VoxRadio {--background:hsla(40, 65%, 34%, 0.12);--backgroundHover:hsla(40, 65%, 34%, 0.08);--backgroundPress:hsl(36, 60%, 82%);--backgroundFocus:hsla(36, 100%, 96%, 0.08);--borderColor:hsla(36, 100%, 96%, 0.24);--borderColorHover:hsla(40, 65%, 34%, 0.08);--borderColorFocus:hsl(40, 76%, 28%);--borderColorPress:hsla(40, 65%, 34%, 0.64);--oulineColor:hsla(36, 100%, 96%, 0.32);--color:hsl(39, 64%, 46%);--colorHover:hsl(39, 64%, 46%);--colorFocus:hsla(40, 65%, 34%, 0.64);--colorPress:hsla(40, 65%, 34%, 0.64);--colorDisabled:hsl(39, 59%, 49%);}
}
:root.t_dark .t_light .t_dark .t_light .t_yellow_active_InternAlert, :root.t_dark .t_light .t_dark .t_light .t_yellow_InternAlert, :root.t_dark .t_light .t_yellow_active_InternAlert, :root.t_dark .t_light .t_yellow_InternAlert, :root.t_light .t_dark .t_light .t_yellow_active_InternAlert, :root.t_light .t_dark .t_light .t_yellow_InternAlert, :root.t_light .t_yellow_active_InternAlert, :root.t_light .t_yellow_InternAlert {--background:hsl(36, 100%, 96%);--borderColor:hsl(39, 64%, 46%);--color:hsl(40, 76%, 28%);}
@media(prefers-color-scheme:light){
body{background:var(--background);color:var(--color)}
.t_dark .t_light .t_yellow_active_InternAlert, .t_dark .t_light .t_yellow_InternAlert, .t_yellow_active_InternAlert, .t_yellow_InternAlert {--background:hsl(36, 100%, 96%);--borderColor:hsl(39, 64%, 46%);--color:hsl(40, 76%, 28%);}
}
:root.t_dark .t_light .t_dark .t_light .t_green_active_DrawerFrame, :root.t_dark .t_light .t_dark .t_light .t_green_active_ListItem, :root.t_dark .t_light .t_dark .t_light .t_green_active_Progress, :root.t_dark .t_light .t_dark .t_light .t_green_active_SliderTrack, :root.t_dark .t_light .t_dark .t_light .t_green_active_TooltipArrow, :root.t_dark .t_light .t_dark .t_light .t_green_Card, :root.t_dark .t_light .t_dark .t_light .t_green_DrawerFrame, :root.t_dark .t_light .t_dark .t_light .t_green_Input, :root.t_dark .t_light .t_dark .t_light .t_green_ListItem, :root.t_dark .t_light .t_dark .t_light .t_green_Progress, :root.t_dark .t_light .t_dark .t_light .t_green_SelectTrigger, :root.t_dark .t_light .t_dark .t_light .t_green_SliderTrack, :root.t_dark .t_light .t_dark .t_light .t_green_TextArea, :root.t_dark .t_light .t_dark .t_light .t_green_TooltipArrow, :root.t_dark .t_light .t_green_active_DrawerFrame, :root.t_dark .t_light .t_green_active_ListItem, :root.t_dark .t_light .t_green_active_Progress, :root.t_dark .t_light .t_green_active_SliderTrack, :root.t_dark .t_light .t_green_active_TooltipArrow, :root.t_dark .t_light .t_green_Card, :root.t_dark .t_light .t_green_DrawerFrame, :root.t_dark .t_light .t_green_Input, :root.t_dark .t_light .t_green_ListItem, :root.t_dark .t_light .t_green_Progress, :root.t_dark .t_light .t_green_SelectTrigger, :root.t_dark .t_light .t_green_SliderTrack, :root.t_dark .t_light .t_green_TextArea, :root.t_dark .t_light .t_green_TooltipArrow, :root.t_light .t_dark .t_light .t_green_active_DrawerFrame, :root.t_light .t_dark .t_light .t_green_active_ListItem, :root.t_light .t_dark .t_light .t_green_active_Progress, :root.t_light .t_dark .t_light .t_green_active_SliderTrack, :root.t_light .t_dark .t_light .t_green_active_TooltipArrow, :root.t_light .t_dark .t_light .t_green_Card, :root.t_light .t_dark .t_light .t_green_DrawerFrame, :root.t_light .t_dark .t_light .t_green_Input, :root.t_light .t_dark .t_light .t_green_ListItem, :root.t_light .t_dark .t_light .t_green_Progress, :root.t_light .t_dark .t_light .t_green_SelectTrigger, :root.t_light .t_dark .t_light .t_green_SliderTrack, :root.t_light .t_dark .t_light .t_green_TextArea, :root.t_light .t_dark .t_light .t_green_TooltipArrow, :root.t_light .t_green_active_DrawerFrame, :root.t_light .t_green_active_ListItem, :root.t_light .t_green_active_Progress, :root.t_light .t_green_active_SliderTrack, :root.t_light .t_green_active_TooltipArrow, :root.t_light .t_green_Card, :root.t_light .t_green_DrawerFrame, :root.t_light .t_green_Input, :root.t_light .t_green_ListItem, :root.t_light .t_green_Progress, :root.t_light .t_green_SelectTrigger, :root.t_light .t_green_SliderTrack, :root.t_light .t_green_TextArea, :root.t_light .t_green_TooltipArrow {--background:hsl(120, 50%, 91%);--backgroundHover:hsl(120, 46%, 85%);--backgroundPress:hsl(127, 36%, 54%);--backgroundFocus:hsl(120, 50%, 91%);--borderColor:hsl(146, 27%, 45%);--borderColorHover:hsl(146, 33%, 39%);--borderColorFocus:hsl(120, 46%, 85%);--borderColorPress:hsl(146, 27%, 45%);}
@media(prefers-color-scheme:light){
body{background:var(--background);}
.t_dark .t_light .t_green_active_DrawerFrame, .t_dark .t_light .t_green_active_ListItem, .t_dark .t_light .t_green_active_Progress, .t_dark .t_light .t_green_active_SliderTrack, .t_dark .t_light .t_green_active_TooltipArrow, .t_dark .t_light .t_green_Card, .t_dark .t_light .t_green_DrawerFrame, .t_dark .t_light .t_green_Input, .t_dark .t_light .t_green_ListItem, .t_dark .t_light .t_green_Progress, .t_dark .t_light .t_green_SelectTrigger, .t_dark .t_light .t_green_SliderTrack, .t_dark .t_light .t_green_TextArea, .t_dark .t_light .t_green_TooltipArrow, .t_green_active_DrawerFrame, .t_green_active_ListItem, .t_green_active_Progress, .t_green_active_SliderTrack, .t_green_active_TooltipArrow, .t_green_Card, .t_green_DrawerFrame, .t_green_Input, .t_green_ListItem, .t_green_Progress, .t_green_SelectTrigger, .t_green_SliderTrack, .t_green_TextArea, .t_green_TooltipArrow {--background:hsl(120, 50%, 91%);--backgroundHover:hsl(120, 46%, 85%);--backgroundPress:hsl(127, 36%, 54%);--backgroundFocus:hsl(120, 50%, 91%);--borderColor:hsl(146, 27%, 45%);--borderColorHover:hsl(146, 33%, 39%);--borderColorFocus:hsl(120, 46%, 85%);--borderColorPress:hsl(146, 27%, 45%);}
}
:root.t_dark .t_light .t_dark .t_light .t_green_Checkbox, :root.t_dark .t_light .t_dark .t_light .t_green_RadioGroupItem, :root.t_dark .t_light .t_dark .t_light .t_green_TooltipContent, :root.t_dark .t_light .t_green_Checkbox, :root.t_dark .t_light .t_green_RadioGroupItem, :root.t_dark .t_light .t_green_TooltipContent, :root.t_light .t_dark .t_light .t_green_Checkbox, :root.t_light .t_dark .t_light .t_green_RadioGroupItem, :root.t_light .t_dark .t_light .t_green_TooltipContent, :root.t_light .t_green_Checkbox, :root.t_light .t_green_RadioGroupItem, :root.t_light .t_green_TooltipContent {--background:hsl(120, 46%, 85%);--backgroundHover:hsl(127, 36%, 54%);--backgroundPress:hsl(146, 27%, 45%);--backgroundFocus:hsl(120, 46%, 85%);--borderColor:hsl(146, 33%, 39%);--borderColorHover:hsl(146, 31%, 30%);--borderColorFocus:hsl(127, 36%, 54%);--borderColorPress:hsl(146, 33%, 39%);}
@media(prefers-color-scheme:light){
body{background:var(--background);}
.t_dark .t_light .t_green_Checkbox, .t_dark .t_light .t_green_RadioGroupItem, .t_dark .t_light .t_green_TooltipContent, .t_green_Checkbox, .t_green_RadioGroupItem, .t_green_TooltipContent {--background:hsl(120, 46%, 85%);--backgroundHover:hsl(127, 36%, 54%);--backgroundPress:hsl(146, 27%, 45%);--backgroundFocus:hsl(120, 46%, 85%);--borderColor:hsl(146, 33%, 39%);--borderColorHover:hsl(146, 31%, 30%);--borderColorFocus:hsl(127, 36%, 54%);--borderColorPress:hsl(146, 33%, 39%);}
}
:root.t_dark .t_light .t_dark .t_light .t_green_Switch, :root.t_dark .t_light .t_green_Switch, :root.t_light .t_dark .t_light .t_green_Switch, :root.t_light .t_green_Switch {--background:hsl(120, 46%, 85%);}
@media(prefers-color-scheme:light){
body{background:var(--background);}
.t_dark .t_light .t_green_Switch, .t_green_Switch {--background:hsl(120, 46%, 85%);}
}
:root.t_dark .t_light .t_dark .t_light .t_green_SwitchThumb, :root.t_dark .t_light .t_green_SwitchThumb, :root.t_light .t_dark .t_light .t_green_SwitchThumb, :root.t_light .t_green_SwitchThumb {--background:hsl(120, 48%, 95%);}
@media(prefers-color-scheme:light){
body{background:var(--background);}
.t_dark .t_light .t_green_SwitchThumb, .t_green_SwitchThumb {--background:hsl(120, 48%, 95%);}
}
:root.t_dark .t_light .t_dark .t_light .t_green_ProgressIndicator, :root.t_dark .t_light .t_dark .t_light .t_green_SliderThumb, :root.t_dark .t_light .t_dark .t_light .t_green_Tooltip, :root.t_dark .t_light .t_green_ProgressIndicator, :root.t_dark .t_light .t_green_SliderThumb, :root.t_dark .t_light .t_green_Tooltip, :root.t_light .t_dark .t_light .t_green_ProgressIndicator, :root.t_light .t_dark .t_light .t_green_SliderThumb, :root.t_light .t_dark .t_light .t_green_Tooltip, :root.t_light .t_green_ProgressIndicator, :root.t_light .t_green_SliderThumb, :root.t_light .t_green_Tooltip {--color:hsl(120, 50%, 91%);--colorHover:hsl(120, 46%, 85%);--colorPress:hsl(127, 36%, 54%);--colorFocus:hsl(120, 50%, 91%);--background:hsla(146, 31%, 30%, 0.64);--backgroundHover:hsl(146, 40%, 24%);--backgroundPress:hsl(127, 55%, 55%);--backgroundFocus:hsl(146, 40%, 24%);--borderColor:hsla(146, 31%, 30%, 0.8);--borderColorHover:hsl(127, 55%, 55%);--borderColorFocus:hsl(146, 40%, 24%);--borderColorPress:hsl(146, 31%, 30%);}
@media(prefers-color-scheme:light){
body{background:var(--background);color:var(--color)}
.t_dark .t_light .t_green_ProgressIndicator, .t_dark .t_light .t_green_SliderThumb, .t_dark .t_light .t_green_Tooltip, .t_green_ProgressIndicator, .t_green_SliderThumb, .t_green_Tooltip {--color:hsl(120, 50%, 91%);--colorHover:hsl(120, 46%, 85%);--colorPress:hsl(127, 36%, 54%);--colorFocus:hsl(120, 50%, 91%);--background:hsla(146, 31%, 30%, 0.64);--backgroundHover:hsl(146, 40%, 24%);--backgroundPress:hsl(127, 55%, 55%);--backgroundFocus:hsl(146, 40%, 24%);--borderColor:hsla(146, 31%, 30%, 0.8);--borderColorHover:hsl(127, 55%, 55%);--borderColorFocus:hsl(146, 40%, 24%);--borderColorPress:hsl(146, 31%, 30%);}
}
:root.t_dark .t_light .t_dark .t_light .t_green_VoxInput, :root.t_dark .t_light .t_green_VoxInput, :root.t_light .t_dark .t_light .t_green_VoxInput, :root.t_light .t_green_VoxInput {--background:hsla(120, 48%, 95%, 0.08);--backgroundHover:hsla(120, 48%, 95%, 0.24);--backgroundPress:hsla(120, 48%, 95%, 0.32);--backgroundFocus:hsla(120, 48%, 95%, 0.24);--borderColor:hsl(146, 27%, 45%);--borderColorHover:hsl(146, 33%, 39%);--borderColorFocus:hsla(146, 31%, 30%, 0.64);--borderColorPress:hsla(146, 31%, 30%, 0.64);--oulineColor:hsla(120, 48%, 95%, 0.32);--color:hsla(146, 31%, 30%, 0.64);--colorHover:hsl(146, 33%, 39%);--colorFocus:hsla(146, 31%, 30%, 0.64);--colorPress:hsla(146, 31%, 30%, 0.64);--colorDisabled:hsl(146, 27%, 45%);}
@media(prefers-color-scheme:light){
body{background:var(--background);color:var(--color)}
.t_dark .t_light .t_green_VoxInput, .t_green_VoxInput {--background:hsla(120, 48%, 95%, 0.08);--backgroundHover:hsla(120, 48%, 95%, 0.24);--backgroundPress:hsla(120, 48%, 95%, 0.32);--backgroundFocus:hsla(120, 48%, 95%, 0.24);--borderColor:hsl(146, 27%, 45%);--borderColorHover:hsl(146, 33%, 39%);--borderColorFocus:hsla(146, 31%, 30%, 0.64);--borderColorPress:hsla(146, 31%, 30%, 0.64);--oulineColor:hsla(120, 48%, 95%, 0.32);--color:hsla(146, 31%, 30%, 0.64);--colorHover:hsl(146, 33%, 39%);--colorFocus:hsla(146, 31%, 30%, 0.64);--colorPress:hsla(146, 31%, 30%, 0.64);--colorDisabled:hsl(146, 27%, 45%);}
}
:root.t_dark .t_light .t_dark .t_light .t_green_active_VoxBadge, :root.t_dark .t_light .t_dark .t_light .t_green_VoxBadge, :root.t_dark .t_light .t_green_active_VoxBadge, :root.t_dark .t_light .t_green_VoxBadge, :root.t_light .t_dark .t_light .t_green_active_VoxBadge, :root.t_light .t_dark .t_light .t_green_VoxBadge, :root.t_light .t_green_active_VoxBadge, :root.t_light .t_green_VoxBadge {--background:hsl(120, 50%, 91%);--color:hsl(146, 31%, 30%);}
@media(prefers-color-scheme:light){
body{background:var(--background);color:var(--color)}
.t_dark .t_light .t_green_active_VoxBadge, .t_dark .t_light .t_green_VoxBadge, .t_green_active_VoxBadge, .t_green_VoxBadge {--background:hsl(120, 50%, 91%);--color:hsl(146, 31%, 30%);}
}
:root.t_dark .t_light .t_dark .t_light .t_green_active_VoxButtonContained, :root.t_dark .t_light .t_dark .t_light .t_green_VoxButtonContained, :root.t_dark .t_light .t_green_active_VoxButtonContained, :root.t_dark .t_light .t_green_VoxButtonContained, :root.t_light .t_dark .t_light .t_green_active_VoxButtonContained, :root.t_light .t_dark .t_light .t_green_VoxButtonContained, :root.t_light .t_green_active_VoxButtonContained, :root.t_light .t_green_VoxButtonContained {--background:hsl(146, 27%, 45%);--backgroundHover:hsl(146, 33%, 39%);--backgroundPress:hsl(146, 31%, 30%);--color:hsl(0, 0%, 100%);--colorPress:hsl(0, 0%, 100%);--colorHover:hsl(0, 0%, 100%);}
@media(prefers-color-scheme:light){
body{background:var(--background);color:var(--color)}
.t_dark .t_light .t_green_active_VoxButtonContained, .t_dark .t_light .t_green_VoxButtonContained, .t_green_active_VoxButtonContained, .t_green_VoxButtonContained {--background:hsl(146, 27%, 45%);--backgroundHover:hsl(146, 33%, 39%);--backgroundPress:hsl(146, 31%, 30%);--color:hsl(0, 0%, 100%);--colorPress:hsl(0, 0%, 100%);--colorHover:hsl(0, 0%, 100%);}
}
:root.t_dark .t_light .t_dark .t_light .t_green_active_VoxButtonInverseContained, :root.t_dark .t_light .t_dark .t_light .t_green_VoxButtonInverseContained, :root.t_dark .t_light .t_green_active_VoxButtonInverseContained, :root.t_dark .t_light .t_green_VoxButtonInverseContained, :root.t_light .t_dark .t_light .t_green_active_VoxButtonInverseContained, :root.t_light .t_dark .t_light .t_green_VoxButtonInverseContained, :root.t_light .t_green_active_VoxButtonInverseContained, :root.t_light .t_green_VoxButtonInverseContained {--background:hsl(120, 48%, 95%);--backgroundHover:hsl(120, 50%, 91%);--backgroundPress:hsl(120, 46%, 85%);--color:hsl(146, 33%, 39%);--colorHover:hsl(146, 40%, 24%);--colorPress:hsl(146, 40%, 24%);}
@media(prefers-color-scheme:light){
body{background:var(--background);color:var(--color)}
.t_dark .t_light .t_green_active_VoxButtonInverseContained, .t_dark .t_light .t_green_VoxButtonInverseContained, .t_green_active_VoxButtonInverseContained, .t_green_VoxButtonInverseContained {--background:hsl(120, 48%, 95%);--backgroundHover:hsl(120, 50%, 91%);--backgroundPress:hsl(120, 46%, 85%);--color:hsl(146, 33%, 39%);--colorHover:hsl(146, 40%, 24%);--colorPress:hsl(146, 40%, 24%);}
}
:root.t_dark .t_light .t_dark .t_light .t_green_active_VoxButtonSoft, :root.t_dark .t_light .t_dark .t_light .t_green_VoxButtonSoft, :root.t_dark .t_light .t_green_active_VoxButtonSoft, :root.t_dark .t_light .t_green_VoxButtonSoft, :root.t_light .t_dark .t_light .t_green_active_VoxButtonSoft, :root.t_light .t_dark .t_light .t_green_VoxButtonSoft, :root.t_light .t_green_active_VoxButtonSoft, :root.t_light .t_green_VoxButtonSoft {--background:hsl(120, 48%, 95%);--backgroundHover:hsl(120, 50%, 91%);--backgroundPress:hsl(120, 46%, 85%);--color:hsl(146, 40%, 24%);--colorPress:hsl(146, 40%, 24%);--colorHover:hsl(146, 40%, 24%);--colorPop:hsl(127, 55%, 55%);}
@media(prefers-color-scheme:light){
body{background:var(--background);color:var(--color)}
.t_dark .t_light .t_green_active_VoxButtonSoft, .t_dark .t_light .t_green_VoxButtonSoft, .t_green_active_VoxButtonSoft, .t_green_VoxButtonSoft {--background:hsl(120, 48%, 95%);--backgroundHover:hsl(120, 50%, 91%);--backgroundPress:hsl(120, 46%, 85%);--color:hsl(146, 40%, 24%);--colorPress:hsl(146, 40%, 24%);--colorHover:hsl(146, 40%, 24%);--colorPop:hsl(127, 55%, 55%);}
}
:root.t_dark .t_light .t_dark .t_light .t_green_active_VoxButtonOutlined, :root.t_dark .t_light .t_dark .t_light .t_green_VoxButtonOutlined, :root.t_dark .t_light .t_green_active_VoxButtonOutlined, :root.t_dark .t_light .t_green_VoxButtonOutlined, :root.t_light .t_dark .t_light .t_green_active_VoxButtonOutlined, :root.t_light .t_dark .t_light .t_green_VoxButtonOutlined, :root.t_light .t_green_active_VoxButtonOutlined, :root.t_light .t_green_VoxButtonOutlined {--background:hsla(146, 31%, 30%, 0);--backgroundHover:hsl(120, 48%, 95%);--backgroundPress:hsl(120, 50%, 91%);--borderColor:hsl(146, 33%, 39%);--borderColorHover:hsl(146, 40%, 24%);--borderColorPress:hsl(146, 40%, 24%);--color:hsl(146, 33%, 39%);--colorPress:hsl(146, 31%, 30%);--colorHover:hsl(146, 31%, 30%);}
@media(prefers-color-scheme:light){
body{background:var(--background);color:var(--color)}
.t_dark .t_light .t_green_active_VoxButtonOutlined, .t_dark .t_light .t_green_VoxButtonOutlined, .t_green_active_VoxButtonOutlined, .t_green_VoxButtonOutlined {--background:hsla(146, 31%, 30%, 0);--backgroundHover:hsl(120, 48%, 95%);--backgroundPress:hsl(120, 50%, 91%);--borderColor:hsl(146, 33%, 39%);--borderColorHover:hsl(146, 40%, 24%);--borderColorPress:hsl(146, 40%, 24%);--color:hsl(146, 33%, 39%);--colorPress:hsl(146, 31%, 30%);--colorHover:hsl(146, 31%, 30%);}
}
:root.t_dark .t_light .t_dark .t_light .t_green_active_VoxButtonText, :root.t_dark .t_light .t_dark .t_light .t_green_VoxButtonText, :root.t_dark .t_light .t_green_active_VoxButtonText, :root.t_dark .t_light .t_green_VoxButtonText, :root.t_light .t_dark .t_light .t_green_active_VoxButtonText, :root.t_light .t_dark .t_light .t_green_VoxButtonText, :root.t_light .t_green_active_VoxButtonText, :root.t_light .t_green_VoxButtonText {--background:hsla(146, 31%, 30%, 0);--backgroundHover:hsl(120, 48%, 95%);--color:hsl(146, 33%, 39%);--colorPress:hsl(146, 31%, 30%);--colorHover:hsl(146, 31%, 30%);}
@media(prefers-color-scheme:light){
body{background:var(--background);color:var(--color)}
.t_dark .t_light .t_green_active_VoxButtonText, .t_dark .t_light .t_green_VoxButtonText, .t_green_active_VoxButtonText, .t_green_VoxButtonText {--background:hsla(146, 31%, 30%, 0);--backgroundHover:hsl(120, 48%, 95%);--color:hsl(146, 33%, 39%);--colorPress:hsl(146, 31%, 30%);--colorHover:hsl(146, 31%, 30%);}
}
:root.t_dark .t_light .t_dark .t_light .t_green_active_VoxRadio, :root.t_dark .t_light .t_dark .t_light .t_green_VoxRadio, :root.t_dark .t_light .t_green_active_VoxRadio, :root.t_dark .t_light .t_green_VoxRadio, :root.t_light .t_dark .t_light .t_green_active_VoxRadio, :root.t_light .t_dark .t_light .t_green_VoxRadio, :root.t_light .t_green_active_VoxRadio, :root.t_light .t_green_VoxRadio {--background:hsla(146, 31%, 30%, 0.12);--backgroundHover:hsla(146, 31%, 30%, 0.08);--backgroundPress:hsl(120, 46%, 85%);--backgroundFocus:hsla(120, 48%, 95%, 0.08);--borderColor:hsla(120, 48%, 95%, 0.24);--borderColorHover:hsla(146, 31%, 30%, 0.08);--borderColorFocus:hsl(146, 40%, 24%);--borderColorPress:hsla(146, 31%, 30%, 0.64);--oulineColor:hsla(120, 48%, 95%, 0.32);--color:hsl(146, 33%, 39%);--colorHover:hsl(146, 33%, 39%);--colorFocus:hsla(146, 31%, 30%, 0.64);--colorPress:hsla(146, 31%, 30%, 0.64);--colorDisabled:hsl(146, 27%, 45%);}
@media(prefers-color-scheme:light){
body{background:var(--background);color:var(--color)}
.t_dark .t_light .t_green_active_VoxRadio, .t_dark .t_light .t_green_VoxRadio, .t_green_active_VoxRadio, .t_green_VoxRadio {--background:hsla(146, 31%, 30%, 0.12);--backgroundHover:hsla(146, 31%, 30%, 0.08);--backgroundPress:hsl(120, 46%, 85%);--backgroundFocus:hsla(120, 48%, 95%, 0.08);--borderColor:hsla(120, 48%, 95%, 0.24);--borderColorHover:hsla(146, 31%, 30%, 0.08);--borderColorFocus:hsl(146, 40%, 24%);--borderColorPress:hsla(146, 31%, 30%, 0.64);--oulineColor:hsla(120, 48%, 95%, 0.32);--color:hsl(146, 33%, 39%);--colorHover:hsl(146, 33%, 39%);--colorFocus:hsla(146, 31%, 30%, 0.64);--colorPress:hsla(146, 31%, 30%, 0.64);--colorDisabled:hsl(146, 27%, 45%);}
}
:root.t_dark .t_light .t_dark .t_light .t_green_active_InternAlert, :root.t_dark .t_light .t_dark .t_light .t_green_InternAlert, :root.t_dark .t_light .t_green_active_InternAlert, :root.t_dark .t_light .t_green_InternAlert, :root.t_light .t_dark .t_light .t_green_active_InternAlert, :root.t_light .t_dark .t_light .t_green_InternAlert, :root.t_light .t_green_active_InternAlert, :root.t_light .t_green_InternAlert {--background:hsl(120, 48%, 95%);--borderColor:hsl(146, 33%, 39%);--color:hsl(146, 40%, 24%);}
@media(prefers-color-scheme:light){
body{background:var(--background);color:var(--color)}
.t_dark .t_light .t_green_active_InternAlert, .t_dark .t_light .t_green_InternAlert, .t_green_active_InternAlert, .t_green_InternAlert {--background:hsl(120, 48%, 95%);--borderColor:hsl(146, 33%, 39%);--color:hsl(146, 40%, 24%);}
}
:root.t_dark .t_light .t_blue_active_DrawerFrame, :root.t_dark .t_light .t_blue_active_ListItem, :root.t_dark .t_light .t_blue_active_Progress, :root.t_dark .t_light .t_blue_active_SliderTrack, :root.t_dark .t_light .t_blue_active_TooltipArrow, :root.t_dark .t_light .t_blue_Card, :root.t_dark .t_light .t_blue_DrawerFrame, :root.t_dark .t_light .t_blue_Input, :root.t_dark .t_light .t_blue_ListItem, :root.t_dark .t_light .t_blue_Progress, :root.t_dark .t_light .t_blue_SelectTrigger, :root.t_dark .t_light .t_blue_SliderTrack, :root.t_dark .t_light .t_blue_TextArea, :root.t_dark .t_light .t_blue_TooltipArrow, :root.t_dark .t_light .t_dark .t_light .t_blue_active_DrawerFrame, :root.t_dark .t_light .t_dark .t_light .t_blue_active_ListItem, :root.t_dark .t_light .t_dark .t_light .t_blue_active_Progress, :root.t_dark .t_light .t_dark .t_light .t_blue_active_SliderTrack, :root.t_dark .t_light .t_dark .t_light .t_blue_active_TooltipArrow, :root.t_dark .t_light .t_dark .t_light .t_blue_Card, :root.t_dark .t_light .t_dark .t_light .t_blue_DrawerFrame, :root.t_dark .t_light .t_dark .t_light .t_blue_Input, :root.t_dark .t_light .t_dark .t_light .t_blue_ListItem, :root.t_dark .t_light .t_dark .t_light .t_blue_Progress, :root.t_dark .t_light .t_dark .t_light .t_blue_SelectTrigger, :root.t_dark .t_light .t_dark .t_light .t_blue_SliderTrack, :root.t_dark .t_light .t_dark .t_light .t_blue_TextArea, :root.t_dark .t_light .t_dark .t_light .t_blue_TooltipArrow, :root.t_light .t_blue_active_DrawerFrame, :root.t_light .t_blue_active_ListItem, :root.t_light .t_blue_active_Progress, :root.t_light .t_blue_active_SliderTrack, :root.t_light .t_blue_active_TooltipArrow, :root.t_light .t_blue_Card, :root.t_light .t_blue_DrawerFrame, :root.t_light .t_blue_Input, :root.t_light .t_blue_ListItem, :root.t_light .t_blue_Progress, :root.t_light .t_blue_SelectTrigger, :root.t_light .t_blue_SliderTrack, :root.t_light .t_blue_TextArea, :root.t_light .t_blue_TooltipArrow, :root.t_light .t_dark .t_light .t_blue_active_DrawerFrame, :root.t_light .t_dark .t_light .t_blue_active_ListItem, :root.t_light .t_dark .t_light .t_blue_active_Progress, :root.t_light .t_dark .t_light .t_blue_active_SliderTrack, :root.t_light .t_dark .t_light .t_blue_active_TooltipArrow, :root.t_light .t_dark .t_light .t_blue_Card, :root.t_light .t_dark .t_light .t_blue_DrawerFrame, :root.t_light .t_dark .t_light .t_blue_Input, :root.t_light .t_dark .t_light .t_blue_ListItem, :root.t_light .t_dark .t_light .t_blue_Progress, :root.t_light .t_dark .t_light .t_blue_SelectTrigger, :root.t_light .t_dark .t_light .t_blue_SliderTrack, :root.t_light .t_dark .t_light .t_blue_TextArea, :root.t_light .t_dark .t_light .t_blue_TooltipArrow {--background:hsl(215, 94%, 93%);--backgroundHover:hsl(214, 72%, 87%);--backgroundPress:hsl(210, 60%, 60%);--backgroundFocus:hsl(215, 94%, 93%);--borderColor:hsl(210, 47%, 52%);--borderColorHover:hsl(210, 49%, 45%);--borderColorFocus:hsl(214, 72%, 87%);--borderColorPress:hsl(210, 47%, 52%);}
@media(prefers-color-scheme:light){
body{background:var(--background);}
.t_blue_active_DrawerFrame, .t_blue_active_ListItem, .t_blue_active_Progress, .t_blue_active_SliderTrack, .t_blue_active_TooltipArrow, .t_blue_Card, .t_blue_DrawerFrame, .t_blue_Input, .t_blue_ListItem, .t_blue_Progress, .t_blue_SelectTrigger, .t_blue_SliderTrack, .t_blue_TextArea, .t_blue_TooltipArrow, .t_dark .t_light .t_blue_active_DrawerFrame, .t_dark .t_light .t_blue_active_ListItem, .t_dark .t_light .t_blue_active_Progress, .t_dark .t_light .t_blue_active_SliderTrack, .t_dark .t_light .t_blue_active_TooltipArrow, .t_dark .t_light .t_blue_Card, .t_dark .t_light .t_blue_DrawerFrame, .t_dark .t_light .t_blue_Input, .t_dark .t_light .t_blue_ListItem, .t_dark .t_light .t_blue_Progress, .t_dark .t_light .t_blue_SelectTrigger, .t_dark .t_light .t_blue_SliderTrack, .t_dark .t_light .t_blue_TextArea, .t_dark .t_light .t_blue_TooltipArrow {--background:hsl(215, 94%, 93%);--backgroundHover:hsl(214, 72%, 87%);--backgroundPress:hsl(210, 60%, 60%);--backgroundFocus:hsl(215, 94%, 93%);--borderColor:hsl(210, 47%, 52%);--borderColorHover:hsl(210, 49%, 45%);--borderColorFocus:hsl(214, 72%, 87%);--borderColorPress:hsl(210, 47%, 52%);}
}
:root.t_dark .t_light .t_blue_Checkbox, :root.t_dark .t_light .t_blue_RadioGroupItem, :root.t_dark .t_light .t_blue_TooltipContent, :root.t_dark .t_light .t_dark .t_light .t_blue_Checkbox, :root.t_dark .t_light .t_dark .t_light .t_blue_RadioGroupItem, :root.t_dark .t_light .t_dark .t_light .t_blue_TooltipContent, :root.t_light .t_blue_Checkbox, :root.t_light .t_blue_RadioGroupItem, :root.t_light .t_blue_TooltipContent, :root.t_light .t_dark .t_light .t_blue_Checkbox, :root.t_light .t_dark .t_light .t_blue_RadioGroupItem, :root.t_light .t_dark .t_light .t_blue_TooltipContent {--background:hsl(214, 72%, 87%);--backgroundHover:hsl(210, 60%, 60%);--backgroundPress:hsl(210, 47%, 52%);--backgroundFocus:hsl(214, 72%, 87%);--borderColor:hsl(210, 49%, 45%);--borderColorHover:hsl(210, 47%, 34%);--borderColorFocus:hsl(210, 60%, 60%);--borderColorPress:hsl(210, 49%, 45%);}
@media(prefers-color-scheme:light){
body{background:var(--background);}
.t_blue_Checkbox, .t_blue_RadioGroupItem, .t_blue_TooltipContent, .t_dark .t_light .t_blue_Checkbox, .t_dark .t_light .t_blue_RadioGroupItem, .t_dark .t_light .t_blue_TooltipContent {--background:hsl(214, 72%, 87%);--backgroundHover:hsl(210, 60%, 60%);--backgroundPress:hsl(210, 47%, 52%);--backgroundFocus:hsl(214, 72%, 87%);--borderColor:hsl(210, 49%, 45%);--borderColorHover:hsl(210, 47%, 34%);--borderColorFocus:hsl(210, 60%, 60%);--borderColorPress:hsl(210, 49%, 45%);}
}
:root.t_dark .t_light .t_blue_Switch, :root.t_dark .t_light .t_dark .t_light .t_blue_Switch, :root.t_light .t_blue_Switch, :root.t_light .t_dark .t_light .t_blue_Switch {--background:hsl(214, 72%, 87%);}
@media(prefers-color-scheme:light){
body{background:var(--background);}
.t_blue_Switch, .t_dark .t_light .t_blue_Switch {--background:hsl(214, 72%, 87%);}
}
:root.t_dark .t_light .t_blue_SwitchThumb, :root.t_dark .t_light .t_dark .t_light .t_blue_SwitchThumb, :root.t_light .t_blue_SwitchThumb, :root.t_light .t_dark .t_light .t_blue_SwitchThumb {--background:hsl(216, 100%, 96%);}
@media(prefers-color-scheme:light){
body{background:var(--background);}
.t_blue_SwitchThumb, .t_dark .t_light .t_blue_SwitchThumb {--background:hsl(216, 100%, 96%);}
}
:root.t_dark .t_light .t_blue_ProgressIndicator, :root.t_dark .t_light .t_blue_SliderThumb, :root.t_dark .t_light .t_blue_Tooltip, :root.t_dark .t_light .t_dark .t_light .t_blue_ProgressIndicator, :root.t_dark .t_light .t_dark .t_light .t_blue_SliderThumb, :root.t_dark .t_light .t_dark .t_light .t_blue_Tooltip, :root.t_light .t_blue_ProgressIndicator, :root.t_light .t_blue_SliderThumb, :root.t_light .t_blue_Tooltip, :root.t_light .t_dark .t_light .t_blue_ProgressIndicator, :root.t_light .t_dark .t_light .t_blue_SliderThumb, :root.t_light .t_dark .t_light .t_blue_Tooltip {--color:hsl(215, 94%, 93%);--colorHover:hsl(214, 72%, 87%);--colorPress:hsl(210, 60%, 60%);--colorFocus:hsl(215, 94%, 93%);--background:hsla(210, 47%, 34%, 0.64);--backgroundHover:hsl(210, 62%, 25%);--backgroundPress:hsl(210, 73%, 57%);--backgroundFocus:hsl(210, 62%, 25%);--borderColor:hsla(210, 47%, 34%, 0.8);--borderColorHover:hsl(210, 73%, 57%);--borderColorFocus:hsl(210, 62%, 25%);--borderColorPress:hsl(210, 47%, 34%);}
@media(prefers-color-scheme:light){
body{background:var(--background);color:var(--color)}
.t_blue_ProgressIndicator, .t_blue_SliderThumb, .t_blue_Tooltip, .t_dark .t_light .t_blue_ProgressIndicator, .t_dark .t_light .t_blue_SliderThumb, .t_dark .t_light .t_blue_Tooltip {--color:hsl(215, 94%, 93%);--colorHover:hsl(214, 72%, 87%);--colorPress:hsl(210, 60%, 60%);--colorFocus:hsl(215, 94%, 93%);--background:hsla(210, 47%, 34%, 0.64);--backgroundHover:hsl(210, 62%, 25%);--backgroundPress:hsl(210, 73%, 57%);--backgroundFocus:hsl(210, 62%, 25%);--borderColor:hsla(210, 47%, 34%, 0.8);--borderColorHover:hsl(210, 73%, 57%);--borderColorFocus:hsl(210, 62%, 25%);--borderColorPress:hsl(210, 47%, 34%);}
}
:root.t_dark .t_light .t_blue_VoxInput, :root.t_dark .t_light .t_dark .t_light .t_blue_VoxInput, :root.t_light .t_blue_VoxInput, :root.t_light .t_dark .t_light .t_blue_VoxInput {--background:hsla(216, 100%, 96%, 0.08);--backgroundHover:hsla(216, 100%, 96%, 0.24);--backgroundPress:hsla(216, 100%, 96%, 0.32);--backgroundFocus:hsla(216, 100%, 96%, 0.24);--borderColor:hsl(210, 47%, 52%);--borderColorHover:hsl(210, 49%, 45%);--borderColorFocus:hsla(210, 47%, 34%, 0.64);--borderColorPress:hsla(210, 47%, 34%, 0.64);--oulineColor:hsla(216, 100%, 96%, 0.32);--color:hsla(210, 47%, 34%, 0.64);--colorHover:hsl(210, 49%, 45%);--colorFocus:hsla(210, 47%, 34%, 0.64);--colorPress:hsla(210, 47%, 34%, 0.64);--colorDisabled:hsl(210, 47%, 52%);}
@media(prefers-color-scheme:light){
body{background:var(--background);color:var(--color)}
.t_blue_VoxInput, .t_dark .t_light .t_blue_VoxInput {--background:hsla(216, 100%, 96%, 0.08);--backgroundHover:hsla(216, 100%, 96%, 0.24);--backgroundPress:hsla(216, 100%, 96%, 0.32);--backgroundFocus:hsla(216, 100%, 96%, 0.24);--borderColor:hsl(210, 47%, 52%);--borderColorHover:hsl(210, 49%, 45%);--borderColorFocus:hsla(210, 47%, 34%, 0.64);--borderColorPress:hsla(210, 47%, 34%, 0.64);--oulineColor:hsla(216, 100%, 96%, 0.32);--color:hsla(210, 47%, 34%, 0.64);--colorHover:hsl(210, 49%, 45%);--colorFocus:hsla(210, 47%, 34%, 0.64);--colorPress:hsla(210, 47%, 34%, 0.64);--colorDisabled:hsl(210, 47%, 52%);}
}
:root.t_dark .t_light .t_blue_active_VoxBadge, :root.t_dark .t_light .t_blue_VoxBadge, :root.t_dark .t_light .t_dark .t_light .t_blue_active_VoxBadge, :root.t_dark .t_light .t_dark .t_light .t_blue_VoxBadge, :root.t_light .t_blue_active_VoxBadge, :root.t_light .t_blue_VoxBadge, :root.t_light .t_dark .t_light .t_blue_active_VoxBadge, :root.t_light .t_dark .t_light .t_blue_VoxBadge {--background:hsl(215, 94%, 93%);--color:hsl(210, 47%, 34%);}
@media(prefers-color-scheme:light){
body{background:var(--background);color:var(--color)}
.t_blue_active_VoxBadge, .t_blue_VoxBadge, .t_dark .t_light .t_blue_active_VoxBadge, .t_dark .t_light .t_blue_VoxBadge {--background:hsl(215, 94%, 93%);--color:hsl(210, 47%, 34%);}
}
:root.t_dark .t_light .t_blue_active_VoxButtonContained, :root.t_dark .t_light .t_blue_VoxButtonContained, :root.t_dark .t_light .t_dark .t_light .t_blue_active_VoxButtonContained, :root.t_dark .t_light .t_dark .t_light .t_blue_VoxButtonContained, :root.t_light .t_blue_active_VoxButtonContained, :root.t_light .t_blue_VoxButtonContained, :root.t_light .t_dark .t_light .t_blue_active_VoxButtonContained, :root.t_light .t_dark .t_light .t_blue_VoxButtonContained {--background:hsl(210, 47%, 52%);--backgroundHover:hsl(210, 49%, 45%);--backgroundPress:hsl(210, 47%, 34%);--color:hsl(0, 0%, 100%);--colorPress:hsl(0, 0%, 100%);--colorHover:hsl(0, 0%, 100%);}
@media(prefers-color-scheme:light){
body{background:var(--background);color:var(--color)}
.t_blue_active_VoxButtonContained, .t_blue_VoxButtonContained, .t_dark .t_light .t_blue_active_VoxButtonContained, .t_dark .t_light .t_blue_VoxButtonContained {--background:hsl(210, 47%, 52%);--backgroundHover:hsl(210, 49%, 45%);--backgroundPress:hsl(210, 47%, 34%);--color:hsl(0, 0%, 100%);--colorPress:hsl(0, 0%, 100%);--colorHover:hsl(0, 0%, 100%);}
}
:root.t_dark .t_light .t_blue_active_VoxButtonInverseContained, :root.t_dark .t_light .t_blue_VoxButtonInverseContained, :root.t_dark .t_light .t_dark .t_light .t_blue_active_VoxButtonInverseContained, :root.t_dark .t_light .t_dark .t_light .t_blue_VoxButtonInverseContained, :root.t_light .t_blue_active_VoxButtonInverseContained, :root.t_light .t_blue_VoxButtonInverseContained, :root.t_light .t_dark .t_light .t_blue_active_VoxButtonInverseContained, :root.t_light .t_dark .t_light .t_blue_VoxButtonInverseContained {--background:hsl(216, 100%, 96%);--backgroundHover:hsl(215, 94%, 93%);--backgroundPress:hsl(214, 72%, 87%);--color:hsl(210, 49%, 45%);--colorHover:hsl(210, 62%, 25%);--colorPress:hsl(210, 62%, 25%);}
@media(prefers-color-scheme:light){
body{background:var(--background);color:var(--color)}
.t_blue_active_VoxButtonInverseContained, .t_blue_VoxButtonInverseContained, .t_dark .t_light .t_blue_active_VoxButtonInverseContained, .t_dark .t_light .t_blue_VoxButtonInverseContained {--background:hsl(216, 100%, 96%);--backgroundHover:hsl(215, 94%, 93%);--backgroundPress:hsl(214, 72%, 87%);--color:hsl(210, 49%, 45%);--colorHover:hsl(210, 62%, 25%);--colorPress:hsl(210, 62%, 25%);}
}
:root.t_dark .t_light .t_blue_active_VoxButtonSoft, :root.t_dark .t_light .t_blue_VoxButtonSoft, :root.t_dark .t_light .t_dark .t_light .t_blue_active_VoxButtonSoft, :root.t_dark .t_light .t_dark .t_light .t_blue_VoxButtonSoft, :root.t_light .t_blue_active_VoxButtonSoft, :root.t_light .t_blue_VoxButtonSoft, :root.t_light .t_dark .t_light .t_blue_active_VoxButtonSoft, :root.t_light .t_dark .t_light .t_blue_VoxButtonSoft {--background:hsl(216, 100%, 96%);--backgroundHover:hsl(215, 94%, 93%);--backgroundPress:hsl(214, 72%, 87%);--color:hsl(210, 62%, 25%);--colorPress:hsl(210, 62%, 25%);--colorHover:hsl(210, 62%, 25%);--colorPop:hsl(210, 73%, 57%);}
@media(prefers-color-scheme:light){
body{background:var(--background);color:var(--color)}
.t_blue_active_VoxButtonSoft, .t_blue_VoxButtonSoft, .t_dark .t_light .t_blue_active_VoxButtonSoft, .t_dark .t_light .t_blue_VoxButtonSoft {--background:hsl(216, 100%, 96%);--backgroundHover:hsl(215, 94%, 93%);--backgroundPress:hsl(214, 72%, 87%);--color:hsl(210, 62%, 25%);--colorPress:hsl(210, 62%, 25%);--colorHover:hsl(210, 62%, 25%);--colorPop:hsl(210, 73%, 57%);}
}
:root.t_dark .t_light .t_blue_active_VoxButtonOutlined, :root.t_dark .t_light .t_blue_VoxButtonOutlined, :root.t_dark .t_light .t_dark .t_light .t_blue_active_VoxButtonOutlined, :root.t_dark .t_light .t_dark .t_light .t_blue_VoxButtonOutlined, :root.t_light .t_blue_active_VoxButtonOutlined, :root.t_light .t_blue_VoxButtonOutlined, :root.t_light .t_dark .t_light .t_blue_active_VoxButtonOutlined, :root.t_light .t_dark .t_light .t_blue_VoxButtonOutlined {--background:hsla(210, 47%, 34%, 0);--backgroundHover:hsl(216, 100%, 96%);--backgroundPress:hsl(215, 94%, 93%);--borderColor:hsl(210, 49%, 45%);--borderColorHover:hsl(210, 62%, 25%);--borderColorPress:hsl(210, 62%, 25%);--color:hsl(210, 49%, 45%);--colorPress:hsl(210, 47%, 34%);--colorHover:hsl(210, 47%, 34%);}
@media(prefers-color-scheme:light){
body{background:var(--background);color:var(--color)}
.t_blue_active_VoxButtonOutlined, .t_blue_VoxButtonOutlined, .t_dark .t_light .t_blue_active_VoxButtonOutlined, .t_dark .t_light .t_blue_VoxButtonOutlined {--background:hsla(210, 47%, 34%, 0);--backgroundHover:hsl(216, 100%, 96%);--backgroundPress:hsl(215, 94%, 93%);--borderColor:hsl(210, 49%, 45%);--borderColorHover:hsl(210, 62%, 25%);--borderColorPress:hsl(210, 62%, 25%);--color:hsl(210, 49%, 45%);--colorPress:hsl(210, 47%, 34%);--colorHover:hsl(210, 47%, 34%);}
}
:root.t_dark .t_light .t_blue_active_VoxButtonText, :root.t_dark .t_light .t_blue_VoxButtonText, :root.t_dark .t_light .t_dark .t_light .t_blue_active_VoxButtonText, :root.t_dark .t_light .t_dark .t_light .t_blue_VoxButtonText, :root.t_light .t_blue_active_VoxButtonText, :root.t_light .t_blue_VoxButtonText, :root.t_light .t_dark .t_light .t_blue_active_VoxButtonText, :root.t_light .t_dark .t_light .t_blue_VoxButtonText {--background:hsla(210, 47%, 34%, 0);--backgroundHover:hsl(216, 100%, 96%);--color:hsl(210, 49%, 45%);--colorPress:hsl(210, 47%, 34%);--colorHover:hsl(210, 47%, 34%);}
@media(prefers-color-scheme:light){
body{background:var(--background);color:var(--color)}
.t_blue_active_VoxButtonText, .t_blue_VoxButtonText, .t_dark .t_light .t_blue_active_VoxButtonText, .t_dark .t_light .t_blue_VoxButtonText {--background:hsla(210, 47%, 34%, 0);--backgroundHover:hsl(216, 100%, 96%);--color:hsl(210, 49%, 45%);--colorPress:hsl(210, 47%, 34%);--colorHover:hsl(210, 47%, 34%);}
}
:root.t_dark .t_light .t_blue_active_VoxRadio, :root.t_dark .t_light .t_blue_VoxRadio, :root.t_dark .t_light .t_dark .t_light .t_blue_active_VoxRadio, :root.t_dark .t_light .t_dark .t_light .t_blue_VoxRadio, :root.t_light .t_blue_active_VoxRadio, :root.t_light .t_blue_VoxRadio, :root.t_light .t_dark .t_light .t_blue_active_VoxRadio, :root.t_light .t_dark .t_light .t_blue_VoxRadio {--background:hsla(210, 47%, 34%, 0.12);--backgroundHover:hsla(210, 47%, 34%, 0.08);--backgroundPress:hsl(214, 72%, 87%);--backgroundFocus:hsla(216, 100%, 96%, 0.08);--borderColor:hsla(216, 100%, 96%, 0.24);--borderColorHover:hsla(210, 47%, 34%, 0.08);--borderColorFocus:hsl(210, 62%, 25%);--borderColorPress:hsla(210, 47%, 34%, 0.64);--oulineColor:hsla(216, 100%, 96%, 0.32);--color:hsl(210, 49%, 45%);--colorHover:hsl(210, 49%, 45%);--colorFocus:hsla(210, 47%, 34%, 0.64);--colorPress:hsla(210, 47%, 34%, 0.64);--colorDisabled:hsl(210, 47%, 52%);}
@media(prefers-color-scheme:light){
body{background:var(--background);color:var(--color)}
.t_blue_active_VoxRadio, .t_blue_VoxRadio, .t_dark .t_light .t_blue_active_VoxRadio, .t_dark .t_light .t_blue_VoxRadio {--background:hsla(210, 47%, 34%, 0.12);--backgroundHover:hsla(210, 47%, 34%, 0.08);--backgroundPress:hsl(214, 72%, 87%);--backgroundFocus:hsla(216, 100%, 96%, 0.08);--borderColor:hsla(216, 100%, 96%, 0.24);--borderColorHover:hsla(210, 47%, 34%, 0.08);--borderColorFocus:hsl(210, 62%, 25%);--borderColorPress:hsla(210, 47%, 34%, 0.64);--oulineColor:hsla(216, 100%, 96%, 0.32);--color:hsl(210, 49%, 45%);--colorHover:hsl(210, 49%, 45%);--colorFocus:hsla(210, 47%, 34%, 0.64);--colorPress:hsla(210, 47%, 34%, 0.64);--colorDisabled:hsl(210, 47%, 52%);}
}
:root.t_dark .t_light .t_blue_active_InternAlert, :root.t_dark .t_light .t_blue_InternAlert, :root.t_dark .t_light .t_dark .t_light .t_blue_active_InternAlert, :root.t_dark .t_light .t_dark .t_light .t_blue_InternAlert, :root.t_light .t_blue_active_InternAlert, :root.t_light .t_blue_InternAlert, :root.t_light .t_dark .t_light .t_blue_active_InternAlert, :root.t_light .t_dark .t_light .t_blue_InternAlert {--background:hsl(216, 100%, 96%);--borderColor:hsl(210, 49%, 45%);--color:hsl(210, 62%, 25%);}
@media(prefers-color-scheme:light){
body{background:var(--background);color:var(--color)}
.t_blue_active_InternAlert, .t_blue_InternAlert, .t_dark .t_light .t_blue_active_InternAlert, .t_dark .t_light .t_blue_InternAlert {--background:hsl(216, 100%, 96%);--borderColor:hsl(210, 49%, 45%);--color:hsl(210, 62%, 25%);}
}
:root.t_dark .t_light .t_dark .t_light .t_purple_active_DrawerFrame, :root.t_dark .t_light .t_dark .t_light .t_purple_active_ListItem, :root.t_dark .t_light .t_dark .t_light .t_purple_active_Progress, :root.t_dark .t_light .t_dark .t_light .t_purple_active_SliderTrack, :root.t_dark .t_light .t_dark .t_light .t_purple_active_TooltipArrow, :root.t_dark .t_light .t_dark .t_light .t_purple_Card, :root.t_dark .t_light .t_dark .t_light .t_purple_DrawerFrame, :root.t_dark .t_light .t_dark .t_light .t_purple_Input, :root.t_dark .t_light .t_dark .t_light .t_purple_ListItem, :root.t_dark .t_light .t_dark .t_light .t_purple_Progress, :root.t_dark .t_light .t_dark .t_light .t_purple_SelectTrigger, :root.t_dark .t_light .t_dark .t_light .t_purple_SliderTrack, :root.t_dark .t_light .t_dark .t_light .t_purple_TextArea, :root.t_dark .t_light .t_dark .t_light .t_purple_TooltipArrow, :root.t_dark .t_light .t_purple_active_DrawerFrame, :root.t_dark .t_light .t_purple_active_ListItem, :root.t_dark .t_light .t_purple_active_Progress, :root.t_dark .t_light .t_purple_active_SliderTrack, :root.t_dark .t_light .t_purple_active_TooltipArrow, :root.t_dark .t_light .t_purple_Card, :root.t_dark .t_light .t_purple_DrawerFrame, :root.t_dark .t_light .t_purple_Input, :root.t_dark .t_light .t_purple_ListItem, :root.t_dark .t_light .t_purple_Progress, :root.t_dark .t_light .t_purple_SelectTrigger, :root.t_dark .t_light .t_purple_SliderTrack, :root.t_dark .t_light .t_purple_TextArea, :root.t_dark .t_light .t_purple_TooltipArrow, :root.t_light .t_dark .t_light .t_purple_active_DrawerFrame, :root.t_light .t_dark .t_light .t_purple_active_ListItem, :root.t_light .t_dark .t_light .t_purple_active_Progress, :root.t_light .t_dark .t_light .t_purple_active_SliderTrack, :root.t_light .t_dark .t_light .t_purple_active_TooltipArrow, :root.t_light .t_dark .t_light .t_purple_Card, :root.t_light .t_dark .t_light .t_purple_DrawerFrame, :root.t_light .t_dark .t_light .t_purple_Input, :root.t_light .t_dark .t_light .t_purple_ListItem, :root.t_light .t_dark .t_light .t_purple_Progress, :root.t_light .t_dark .t_light .t_purple_SelectTrigger, :root.t_light .t_dark .t_light .t_purple_SliderTrack, :root.t_light .t_dark .t_light .t_purple_TextArea, :root.t_light .t_dark .t_light .t_purple_TooltipArrow, :root.t_light .t_purple_active_DrawerFrame, :root.t_light .t_purple_active_ListItem, :root.t_light .t_purple_active_Progress, :root.t_light .t_purple_active_SliderTrack, :root.t_light .t_purple_active_TooltipArrow, :root.t_light .t_purple_Card, :root.t_light .t_purple_DrawerFrame, :root.t_light .t_purple_Input, :root.t_light .t_purple_ListItem, :root.t_light .t_purple_Progress, :root.t_light .t_purple_SelectTrigger, :root.t_light .t_purple_SliderTrack, :root.t_light .t_purple_TextArea, :root.t_light .t_purple_TooltipArrow {--background:hsl(261, 100%, 94%);--backgroundHover:hsl(259, 87%, 91%);--backgroundPress:hsl(273, 74%, 69%);--backgroundFocus:hsl(261, 100%, 94%);--borderColor:hsl(272, 38%, 57%);--borderColorHover:hsl(273, 33%, 43%);--borderColorFocus:hsl(259, 87%, 91%);--borderColorPress:hsl(272, 38%, 57%);}
@media(prefers-color-scheme:light){
body{background:var(--background);}
.t_dark .t_light .t_purple_active_DrawerFrame, .t_dark .t_light .t_purple_active_ListItem, .t_dark .t_light .t_purple_active_Progress, .t_dark .t_light .t_purple_active_SliderTrack, .t_dark .t_light .t_purple_active_TooltipArrow, .t_dark .t_light .t_purple_Card, .t_dark .t_light .t_purple_DrawerFrame, .t_dark .t_light .t_purple_Input, .t_dark .t_light .t_purple_ListItem, .t_dark .t_light .t_purple_Progress, .t_dark .t_light .t_purple_SelectTrigger, .t_dark .t_light .t_purple_SliderTrack, .t_dark .t_light .t_purple_TextArea, .t_dark .t_light .t_purple_TooltipArrow, .t_purple_active_DrawerFrame, .t_purple_active_ListItem, .t_purple_active_Progress, .t_purple_active_SliderTrack, .t_purple_active_TooltipArrow, .t_purple_Card, .t_purple_DrawerFrame, .t_purple_Input, .t_purple_ListItem, .t_purple_Progress, .t_purple_SelectTrigger, .t_purple_SliderTrack, .t_purple_TextArea, .t_purple_TooltipArrow {--background:hsl(261, 100%, 94%);--backgroundHover:hsl(259, 87%, 91%);--backgroundPress:hsl(273, 74%, 69%);--backgroundFocus:hsl(261, 100%, 94%);--borderColor:hsl(272, 38%, 57%);--borderColorHover:hsl(273, 33%, 43%);--borderColorFocus:hsl(259, 87%, 91%);--borderColorPress:hsl(272, 38%, 57%);}
}
:root.t_dark .t_light .t_dark .t_light .t_purple_Checkbox, :root.t_dark .t_light .t_dark .t_light .t_purple_RadioGroupItem, :root.t_dark .t_light .t_dark .t_light .t_purple_TooltipContent, :root.t_dark .t_light .t_purple_Checkbox, :root.t_dark .t_light .t_purple_RadioGroupItem, :root.t_dark .t_light .t_purple_TooltipContent, :root.t_light .t_dark .t_light .t_purple_Checkbox, :root.t_light .t_dark .t_light .t_purple_RadioGroupItem, :root.t_light .t_dark .t_light .t_purple_TooltipContent, :root.t_light .t_purple_Checkbox, :root.t_light .t_purple_RadioGroupItem, :root.t_light .t_purple_TooltipContent {--background:hsl(259, 87%, 91%);--backgroundHover:hsl(273, 74%, 69%);--backgroundPress:hsl(272, 38%, 57%);--backgroundFocus:hsl(259, 87%, 91%);--borderColor:hsl(273, 33%, 43%);--borderColorHover:hsl(273, 37%, 35%);--borderColorFocus:hsl(273, 74%, 69%);--borderColorPress:hsl(273, 33%, 43%);}
@media(prefers-color-scheme:light){
body{background:var(--background);}
.t_dark .t_light .t_purple_Checkbox, .t_dark .t_light .t_purple_RadioGroupItem, .t_dark .t_light .t_purple_TooltipContent, .t_purple_Checkbox, .t_purple_RadioGroupItem, .t_purple_TooltipContent {--background:hsl(259, 87%, 91%);--backgroundHover:hsl(273, 74%, 69%);--backgroundPress:hsl(272, 38%, 57%);--backgroundFocus:hsl(259, 87%, 91%);--borderColor:hsl(273, 33%, 43%);--borderColorHover:hsl(273, 37%, 35%);--borderColorFocus:hsl(273, 74%, 69%);--borderColorPress:hsl(273, 33%, 43%);}
}
:root.t_dark .t_light .t_dark .t_light .t_purple_Switch, :root.t_dark .t_light .t_purple_Switch, :root.t_light .t_dark .t_light .t_purple_Switch, :root.t_light .t_purple_Switch {--background:hsl(259, 87%, 91%);}
@media(prefers-color-scheme:light){
body{background:var(--background);}
.t_dark .t_light .t_purple_Switch, .t_purple_Switch {--background:hsl(259, 87%, 91%);}
}
:root.t_dark .t_light .t_dark .t_light .t_purple_SwitchThumb, :root.t_dark .t_light .t_purple_SwitchThumb, :root.t_light .t_dark .t_light .t_purple_SwitchThumb, :root.t_light .t_purple_SwitchThumb {--background:hsl(272, 100%, 97%);}
@media(prefers-color-scheme:light){
body{background:var(--background);}
.t_dark .t_light .t_purple_SwitchThumb, .t_purple_SwitchThumb {--background:hsl(272, 100%, 97%);}
}
:root.t_dark .t_light .t_dark .t_light .t_purple_ProgressIndicator, :root.t_dark .t_light .t_dark .t_light .t_purple_SliderThumb, :root.t_dark .t_light .t_dark .t_light .t_purple_Tooltip, :root.t_dark .t_light .t_purple_ProgressIndicator, :root.t_dark .t_light .t_purple_SliderThumb, :root.t_dark .t_light .t_purple_Tooltip, :root.t_light .t_dark .t_light .t_purple_ProgressIndicator, :root.t_light .t_dark .t_light .t_purple_SliderThumb, :root.t_light .t_dark .t_light .t_purple_Tooltip, :root.t_light .t_purple_ProgressIndicator, :root.t_light .t_purple_SliderThumb, :root.t_light .t_purple_Tooltip {--color:hsl(261, 100%, 94%);--colorHover:hsl(259, 87%, 91%);--colorPress:hsl(273, 74%, 69%);--colorFocus:hsl(261, 100%, 94%);--background:hsla(273, 37%, 35%, 0.64);--backgroundHover:hsl(274, 45%, 29%);--backgroundPress:hsl(266, 83%, 66%);--backgroundFocus:hsl(274, 45%, 29%);--borderColor:hsla(273, 37%, 35%, 0.8);--borderColorHover:hsl(266, 83%, 66%);--borderColorFocus:hsl(274, 45%, 29%);--borderColorPress:hsl(273, 37%, 35%);}
@media(prefers-color-scheme:light){
body{background:var(--background);color:var(--color)}
.t_dark .t_light .t_purple_ProgressIndicator, .t_dark .t_light .t_purple_SliderThumb, .t_dark .t_light .t_purple_Tooltip, .t_purple_ProgressIndicator, .t_purple_SliderThumb, .t_purple_Tooltip {--color:hsl(261, 100%, 94%);--colorHover:hsl(259, 87%, 91%);--colorPress:hsl(273, 74%, 69%);--colorFocus:hsl(261, 100%, 94%);--background:hsla(273, 37%, 35%, 0.64);--backgroundHover:hsl(274, 45%, 29%);--backgroundPress:hsl(266, 83%, 66%);--backgroundFocus:hsl(274, 45%, 29%);--borderColor:hsla(273, 37%, 35%, 0.8);--borderColorHover:hsl(266, 83%, 66%);--borderColorFocus:hsl(274, 45%, 29%);--borderColorPress:hsl(273, 37%, 35%);}
}
:root.t_dark .t_light .t_dark .t_light .t_purple_VoxInput, :root.t_dark .t_light .t_purple_VoxInput, :root.t_light .t_dark .t_light .t_purple_VoxInput, :root.t_light .t_purple_VoxInput {--background:hsla(272, 100%, 97%, 0.08);--backgroundHover:hsla(272, 100%, 97%, 0.24);--backgroundPress:hsla(272, 100%, 97%, 0.32);--backgroundFocus:hsla(272, 100%, 97%, 0.24);--borderColor:hsl(272, 38%, 57%);--borderColorHover:hsl(273, 33%, 43%);--borderColorFocus:hsla(273, 37%, 35%, 0.64);--borderColorPress:hsla(273, 37%, 35%, 0.64);--oulineColor:hsla(272, 100%, 97%, 0.32);--color:hsla(273, 37%, 35%, 0.64);--colorHover:hsl(273, 33%, 43%);--colorFocus:hsla(273, 37%, 35%, 0.64);--colorPress:hsla(273, 37%, 35%, 0.64);--colorDisabled:hsl(272, 38%, 57%);}
@media(prefers-color-scheme:light){
body{background:var(--background);color:var(--color)}
.t_dark .t_light .t_purple_VoxInput, .t_purple_VoxInput {--background:hsla(272, 100%, 97%, 0.08);--backgroundHover:hsla(272, 100%, 97%, 0.24);--backgroundPress:hsla(272, 100%, 97%, 0.32);--backgroundFocus:hsla(272, 100%, 97%, 0.24);--borderColor:hsl(272, 38%, 57%);--borderColorHover:hsl(273, 33%, 43%);--borderColorFocus:hsla(273, 37%, 35%, 0.64);--borderColorPress:hsla(273, 37%, 35%, 0.64);--oulineColor:hsla(272, 100%, 97%, 0.32);--color:hsla(273, 37%, 35%, 0.64);--colorHover:hsl(273, 33%, 43%);--colorFocus:hsla(273, 37%, 35%, 0.64);--colorPress:hsla(273, 37%, 35%, 0.64);--colorDisabled:hsl(272, 38%, 57%);}
}
:root.t_dark .t_light .t_dark .t_light .t_purple_active_VoxBadge, :root.t_dark .t_light .t_dark .t_light .t_purple_VoxBadge, :root.t_dark .t_light .t_purple_active_VoxBadge, :root.t_dark .t_light .t_purple_VoxBadge, :root.t_light .t_dark .t_light .t_purple_active_VoxBadge, :root.t_light .t_dark .t_light .t_purple_VoxBadge, :root.t_light .t_purple_active_VoxBadge, :root.t_light .t_purple_VoxBadge {--background:hsl(261, 100%, 94%);--color:hsl(273, 37%, 35%);}
@media(prefers-color-scheme:light){
body{background:var(--background);color:var(--color)}
.t_dark .t_light .t_purple_active_VoxBadge, .t_dark .t_light .t_purple_VoxBadge, .t_purple_active_VoxBadge, .t_purple_VoxBadge {--background:hsl(261, 100%, 94%);--color:hsl(273, 37%, 35%);}
}
:root.t_dark .t_light .t_dark .t_light .t_purple_active_VoxButtonContained, :root.t_dark .t_light .t_dark .t_light .t_purple_VoxButtonContained, :root.t_dark .t_light .t_purple_active_VoxButtonContained, :root.t_dark .t_light .t_purple_VoxButtonContained, :root.t_light .t_dark .t_light .t_purple_active_VoxButtonContained, :root.t_light .t_dark .t_light .t_purple_VoxButtonContained, :root.t_light .t_purple_active_VoxButtonContained, :root.t_light .t_purple_VoxButtonContained {--background:hsl(272, 38%, 57%);--backgroundHover:hsl(273, 33%, 43%);--backgroundPress:hsl(273, 37%, 35%);--color:hsl(0, 0%, 100%);--colorPress:hsl(0, 0%, 100%);--colorHover:hsl(0, 0%, 100%);}
@media(prefers-color-scheme:light){
body{background:var(--background);color:var(--color)}
.t_dark .t_light .t_purple_active_VoxButtonContained, .t_dark .t_light .t_purple_VoxButtonContained, .t_purple_active_VoxButtonContained, .t_purple_VoxButtonContained {--background:hsl(272, 38%, 57%);--backgroundHover:hsl(273, 33%, 43%);--backgroundPress:hsl(273, 37%, 35%);--color:hsl(0, 0%, 100%);--colorPress:hsl(0, 0%, 100%);--colorHover:hsl(0, 0%, 100%);}
}
:root.t_dark .t_light .t_dark .t_light .t_purple_active_VoxButtonInverseContained, :root.t_dark .t_light .t_dark .t_light .t_purple_VoxButtonInverseContained, :root.t_dark .t_light .t_purple_active_VoxButtonInverseContained, :root.t_dark .t_light .t_purple_VoxButtonInverseContained, :root.t_light .t_dark .t_light .t_purple_active_VoxButtonInverseContained, :root.t_light .t_dark .t_light .t_purple_VoxButtonInverseContained, :root.t_light .t_purple_active_VoxButtonInverseContained, :root.t_light .t_purple_VoxButtonInverseContained {--background:hsl(272, 100%, 97%);--backgroundHover:hsl(261, 100%, 94%);--backgroundPress:hsl(259, 87%, 91%);--color:hsl(273, 33%, 43%);--colorHover:hsl(274, 45%, 29%);--colorPress:hsl(274, 45%, 29%);}
@media(prefers-color-scheme:light){
body{background:var(--background);color:var(--color)}
.t_dark .t_light .t_purple_active_VoxButtonInverseContained, .t_dark .t_light .t_purple_VoxButtonInverseContained, .t_purple_active_VoxButtonInverseContained, .t_purple_VoxButtonInverseContained {--background:hsl(272, 100%, 97%);--backgroundHover:hsl(261, 100%, 94%);--backgroundPress:hsl(259, 87%, 91%);--color:hsl(273, 33%, 43%);--colorHover:hsl(274, 45%, 29%);--colorPress:hsl(274, 45%, 29%);}
}
:root.t_dark .t_light .t_dark .t_light .t_purple_active_VoxButtonSoft, :root.t_dark .t_light .t_dark .t_light .t_purple_VoxButtonSoft, :root.t_dark .t_light .t_purple_active_VoxButtonSoft, :root.t_dark .t_light .t_purple_VoxButtonSoft, :root.t_light .t_dark .t_light .t_purple_active_VoxButtonSoft, :root.t_light .t_dark .t_light .t_purple_VoxButtonSoft, :root.t_light .t_purple_active_VoxButtonSoft, :root.t_light .t_purple_VoxButtonSoft {--background:hsl(272, 100%, 97%);--backgroundHover:hsl(261, 100%, 94%);--backgroundPress:hsl(259, 87%, 91%);--color:hsl(274, 45%, 29%);--colorPress:hsl(274, 45%, 29%);--colorHover:hsl(274, 45%, 29%);--colorPop:hsl(266, 83%, 66%);}
@media(prefers-color-scheme:light){
body{background:var(--background);color:var(--color)}
.t_dark .t_light .t_purple_active_VoxButtonSoft, .t_dark .t_light .t_purple_VoxButtonSoft, .t_purple_active_VoxButtonSoft, .t_purple_VoxButtonSoft {--background:hsl(272, 100%, 97%);--backgroundHover:hsl(261, 100%, 94%);--backgroundPress:hsl(259, 87%, 91%);--color:hsl(274, 45%, 29%);--colorPress:hsl(274, 45%, 29%);--colorHover:hsl(274, 45%, 29%);--colorPop:hsl(266, 83%, 66%);}
}
:root.t_dark .t_light .t_dark .t_light .t_purple_active_VoxButtonOutlined, :root.t_dark .t_light .t_dark .t_light .t_purple_VoxButtonOutlined, :root.t_dark .t_light .t_purple_active_VoxButtonOutlined, :root.t_dark .t_light .t_purple_VoxButtonOutlined, :root.t_light .t_dark .t_light .t_purple_active_VoxButtonOutlined, :root.t_light .t_dark .t_light .t_purple_VoxButtonOutlined, :root.t_light .t_purple_active_VoxButtonOutlined, :root.t_light .t_purple_VoxButtonOutlined {--background:hsla(273, 37%, 35%, 0);--backgroundHover:hsl(272, 100%, 97%);--backgroundPress:hsl(261, 100%, 94%);--borderColor:hsl(273, 33%, 43%);--borderColorHover:hsl(274, 45%, 29%);--borderColorPress:hsl(274, 45%, 29%);--color:hsl(273, 33%, 43%);--colorPress:hsl(273, 37%, 35%);--colorHover:hsl(273, 37%, 35%);}
@media(prefers-color-scheme:light){
body{background:var(--background);color:var(--color)}
.t_dark .t_light .t_purple_active_VoxButtonOutlined, .t_dark .t_light .t_purple_VoxButtonOutlined, .t_purple_active_VoxButtonOutlined, .t_purple_VoxButtonOutlined {--background:hsla(273, 37%, 35%, 0);--backgroundHover:hsl(272, 100%, 97%);--backgroundPress:hsl(261, 100%, 94%);--borderColor:hsl(273, 33%, 43%);--borderColorHover:hsl(274, 45%, 29%);--borderColorPress:hsl(274, 45%, 29%);--color:hsl(273, 33%, 43%);--colorPress:hsl(273, 37%, 35%);--colorHover:hsl(273, 37%, 35%);}
}
:root.t_dark .t_light .t_dark .t_light .t_purple_active_VoxButtonText, :root.t_dark .t_light .t_dark .t_light .t_purple_VoxButtonText, :root.t_dark .t_light .t_purple_active_VoxButtonText, :root.t_dark .t_light .t_purple_VoxButtonText, :root.t_light .t_dark .t_light .t_purple_active_VoxButtonText, :root.t_light .t_dark .t_light .t_purple_VoxButtonText, :root.t_light .t_purple_active_VoxButtonText, :root.t_light .t_purple_VoxButtonText {--background:hsla(273, 37%, 35%, 0);--backgroundHover:hsl(272, 100%, 97%);--color:hsl(273, 33%, 43%);--colorPress:hsl(273, 37%, 35%);--colorHover:hsl(273, 37%, 35%);}
@media(prefers-color-scheme:light){
body{background:var(--background);color:var(--color)}
.t_dark .t_light .t_purple_active_VoxButtonText, .t_dark .t_light .t_purple_VoxButtonText, .t_purple_active_VoxButtonText, .t_purple_VoxButtonText {--background:hsla(273, 37%, 35%, 0);--backgroundHover:hsl(272, 100%, 97%);--color:hsl(273, 33%, 43%);--colorPress:hsl(273, 37%, 35%);--colorHover:hsl(273, 37%, 35%);}
}
:root.t_dark .t_light .t_dark .t_light .t_purple_active_VoxRadio, :root.t_dark .t_light .t_dark .t_light .t_purple_VoxRadio, :root.t_dark .t_light .t_purple_active_VoxRadio, :root.t_dark .t_light .t_purple_VoxRadio, :root.t_light .t_dark .t_light .t_purple_active_VoxRadio, :root.t_light .t_dark .t_light .t_purple_VoxRadio, :root.t_light .t_purple_active_VoxRadio, :root.t_light .t_purple_VoxRadio {--background:hsla(273, 37%, 35%, 0.12);--backgroundHover:hsla(273, 37%, 35%, 0.08);--backgroundPress:hsl(259, 87%, 91%);--backgroundFocus:hsla(272, 100%, 97%, 0.08);--borderColor:hsla(272, 100%, 97%, 0.24);--borderColorHover:hsla(273, 37%, 35%, 0.08);--borderColorFocus:hsl(274, 45%, 29%);--borderColorPress:hsla(273, 37%, 35%, 0.64);--oulineColor:hsla(272, 100%, 97%, 0.32);--color:hsl(273, 33%, 43%);--colorHover:hsl(273, 33%, 43%);--colorFocus:hsla(273, 37%, 35%, 0.64);--colorPress:hsla(273, 37%, 35%, 0.64);--colorDisabled:hsl(272, 38%, 57%);}
@media(prefers-color-scheme:light){
body{background:var(--background);color:var(--color)}
.t_dark .t_light .t_purple_active_VoxRadio, .t_dark .t_light .t_purple_VoxRadio, .t_purple_active_VoxRadio, .t_purple_VoxRadio {--background:hsla(273, 37%, 35%, 0.12);--backgroundHover:hsla(273, 37%, 35%, 0.08);--backgroundPress:hsl(259, 87%, 91%);--backgroundFocus:hsla(272, 100%, 97%, 0.08);--borderColor:hsla(272, 100%, 97%, 0.24);--borderColorHover:hsla(273, 37%, 35%, 0.08);--borderColorFocus:hsl(274, 45%, 29%);--borderColorPress:hsla(273, 37%, 35%, 0.64);--oulineColor:hsla(272, 100%, 97%, 0.32);--color:hsl(273, 33%, 43%);--colorHover:hsl(273, 33%, 43%);--colorFocus:hsla(273, 37%, 35%, 0.64);--colorPress:hsla(273, 37%, 35%, 0.64);--colorDisabled:hsl(272, 38%, 57%);}
}
:root.t_dark .t_light .t_dark .t_light .t_purple_active_InternAlert, :root.t_dark .t_light .t_dark .t_light .t_purple_InternAlert, :root.t_dark .t_light .t_purple_active_InternAlert, :root.t_dark .t_light .t_purple_InternAlert, :root.t_light .t_dark .t_light .t_purple_active_InternAlert, :root.t_light .t_dark .t_light .t_purple_InternAlert, :root.t_light .t_purple_active_InternAlert, :root.t_light .t_purple_InternAlert {--background:hsl(272, 100%, 97%);--borderColor:hsl(273, 33%, 43%);--color:hsl(274, 45%, 29%);}
@media(prefers-color-scheme:light){
body{background:var(--background);color:var(--color)}
.t_dark .t_light .t_purple_active_InternAlert, .t_dark .t_light .t_purple_InternAlert, .t_purple_active_InternAlert, .t_purple_InternAlert {--background:hsl(272, 100%, 97%);--borderColor:hsl(273, 33%, 43%);--color:hsl(274, 45%, 29%);}
}
:root.t_dark .t_light .t_dark .t_light .t_gray_active_DrawerFrame, :root.t_dark .t_light .t_dark .t_light .t_gray_active_ListItem, :root.t_dark .t_light .t_dark .t_light .t_gray_active_Progress, :root.t_dark .t_light .t_dark .t_light .t_gray_active_SliderTrack, :root.t_dark .t_light .t_dark .t_light .t_gray_active_TooltipArrow, :root.t_dark .t_light .t_dark .t_light .t_gray_Card, :root.t_dark .t_light .t_dark .t_light .t_gray_DrawerFrame, :root.t_dark .t_light .t_dark .t_light .t_gray_Input, :root.t_dark .t_light .t_dark .t_light .t_gray_ListItem, :root.t_dark .t_light .t_dark .t_light .t_gray_Progress, :root.t_dark .t_light .t_dark .t_light .t_gray_SelectTrigger, :root.t_dark .t_light .t_dark .t_light .t_gray_SliderTrack, :root.t_dark .t_light .t_dark .t_light .t_gray_TextArea, :root.t_dark .t_light .t_dark .t_light .t_gray_TooltipArrow, :root.t_dark .t_light .t_gray_active_DrawerFrame, :root.t_dark .t_light .t_gray_active_ListItem, :root.t_dark .t_light .t_gray_active_Progress, :root.t_dark .t_light .t_gray_active_SliderTrack, :root.t_dark .t_light .t_gray_active_TooltipArrow, :root.t_dark .t_light .t_gray_Card, :root.t_dark .t_light .t_gray_DrawerFrame, :root.t_dark .t_light .t_gray_Input, :root.t_dark .t_light .t_gray_ListItem, :root.t_dark .t_light .t_gray_Progress, :root.t_dark .t_light .t_gray_SelectTrigger, :root.t_dark .t_light .t_gray_SliderTrack, :root.t_dark .t_light .t_gray_TextArea, :root.t_dark .t_light .t_gray_TooltipArrow, :root.t_light .t_dark .t_light .t_gray_active_DrawerFrame, :root.t_light .t_dark .t_light .t_gray_active_ListItem, :root.t_light .t_dark .t_light .t_gray_active_Progress, :root.t_light .t_dark .t_light .t_gray_active_SliderTrack, :root.t_light .t_dark .t_light .t_gray_active_TooltipArrow, :root.t_light .t_dark .t_light .t_gray_Card, :root.t_light .t_dark .t_light .t_gray_DrawerFrame, :root.t_light .t_dark .t_light .t_gray_Input, :root.t_light .t_dark .t_light .t_gray_ListItem, :root.t_light .t_dark .t_light .t_gray_Progress, :root.t_light .t_dark .t_light .t_gray_SelectTrigger, :root.t_light .t_dark .t_light .t_gray_SliderTrack, :root.t_light .t_dark .t_light .t_gray_TextArea, :root.t_light .t_dark .t_light .t_gray_TooltipArrow, :root.t_light .t_gray_active_DrawerFrame, :root.t_light .t_gray_active_ListItem, :root.t_light .t_gray_active_Progress, :root.t_light .t_gray_active_SliderTrack, :root.t_light .t_gray_active_TooltipArrow, :root.t_light .t_gray_Card, :root.t_light .t_gray_DrawerFrame, :root.t_light .t_gray_Input, :root.t_light .t_gray_ListItem, :root.t_light .t_gray_Progress, :root.t_light .t_gray_SelectTrigger, :root.t_light .t_gray_SliderTrack, :root.t_light .t_gray_TextArea, :root.t_light .t_gray_TooltipArrow {--background:hsl(210, 26%, 89%);--backgroundHover:hsl(208, 27%, 86%);--backgroundPress:hsl(211, 16%, 59%);--backgroundFocus:hsl(210, 26%, 89%);--borderColor:hsl(210, 9%, 43%);--borderColorHover:hsl(210, 13%, 37%);--borderColorFocus:hsl(208, 27%, 86%);--borderColorPress:hsl(210, 9%, 43%);}
@media(prefers-color-scheme:light){
body{background:var(--background);}
.t_dark .t_light .t_gray_active_DrawerFrame, .t_dark .t_light .t_gray_active_ListItem, .t_dark .t_light .t_gray_active_Progress, .t_dark .t_light .t_gray_active_SliderTrack, .t_dark .t_light .t_gray_active_TooltipArrow, .t_dark .t_light .t_gray_Card, .t_dark .t_light .t_gray_DrawerFrame, .t_dark .t_light .t_gray_Input, .t_dark .t_light .t_gray_ListItem, .t_dark .t_light .t_gray_Progress, .t_dark .t_light .t_gray_SelectTrigger, .t_dark .t_light .t_gray_SliderTrack, .t_dark .t_light .t_gray_TextArea, .t_dark .t_light .t_gray_TooltipArrow, .t_gray_active_DrawerFrame, .t_gray_active_ListItem, .t_gray_active_Progress, .t_gray_active_SliderTrack, .t_gray_active_TooltipArrow, .t_gray_Card, .t_gray_DrawerFrame, .t_gray_Input, .t_gray_ListItem, .t_gray_Progress, .t_gray_SelectTrigger, .t_gray_SliderTrack, .t_gray_TextArea, .t_gray_TooltipArrow {--background:hsl(210, 26%, 89%);--backgroundHover:hsl(208, 27%, 86%);--backgroundPress:hsl(211, 16%, 59%);--backgroundFocus:hsl(210, 26%, 89%);--borderColor:hsl(210, 9%, 43%);--borderColorHover:hsl(210, 13%, 37%);--borderColorFocus:hsl(208, 27%, 86%);--borderColorPress:hsl(210, 9%, 43%);}
}
:root.t_dark .t_light .t_dark .t_light .t_gray_Checkbox, :root.t_dark .t_light .t_dark .t_light .t_gray_RadioGroupItem, :root.t_dark .t_light .t_dark .t_light .t_gray_TooltipContent, :root.t_dark .t_light .t_gray_Checkbox, :root.t_dark .t_light .t_gray_RadioGroupItem, :root.t_dark .t_light .t_gray_TooltipContent, :root.t_light .t_dark .t_light .t_gray_Checkbox, :root.t_light .t_dark .t_light .t_gray_RadioGroupItem, :root.t_light .t_dark .t_light .t_gray_TooltipContent, :root.t_light .t_gray_Checkbox, :root.t_light .t_gray_RadioGroupItem, :root.t_light .t_gray_TooltipContent {--background:hsl(208, 27%, 86%);--backgroundHover:hsl(211, 16%, 59%);--backgroundPress:hsl(210, 9%, 43%);--backgroundFocus:hsl(208, 27%, 86%);--borderColor:hsl(210, 13%, 37%);--borderColorHover:hsl(210, 15%, 28%);--borderColorFocus:hsl(211, 16%, 59%);--borderColorPress:hsl(210, 13%, 37%);}
@media(prefers-color-scheme:light){
body{background:var(--background);}
.t_dark .t_light .t_gray_Checkbox, .t_dark .t_light .t_gray_RadioGroupItem, .t_dark .t_light .t_gray_TooltipContent, .t_gray_Checkbox, .t_gray_RadioGroupItem, .t_gray_TooltipContent {--background:hsl(208, 27%, 86%);--backgroundHover:hsl(211, 16%, 59%);--backgroundPress:hsl(210, 9%, 43%);--backgroundFocus:hsl(208, 27%, 86%);--borderColor:hsl(210, 13%, 37%);--borderColorHover:hsl(210, 15%, 28%);--borderColorFocus:hsl(211, 16%, 59%);--borderColorPress:hsl(210, 13%, 37%);}
}
:root.t_dark .t_light .t_dark .t_light .t_gray_Switch, :root.t_dark .t_light .t_gray_Switch, :root.t_light .t_dark .t_light .t_gray_Switch, :root.t_light .t_gray_Switch {--background:hsl(208, 27%, 86%);}
@media(prefers-color-scheme:light){
body{background:var(--background);}
.t_dark .t_light .t_gray_Switch, .t_gray_Switch {--background:hsl(208, 27%, 86%);}
}
:root.t_dark .t_light .t_dark .t_light .t_gray_SwitchThumb, :root.t_dark .t_light .t_gray_SwitchThumb, :root.t_light .t_dark .t_light .t_gray_SwitchThumb, :root.t_light .t_gray_SwitchThumb {--background:hsl(210, 22%, 96%);}
@media(prefers-color-scheme:light){
body{background:var(--background);}
.t_dark .t_light .t_gray_SwitchThumb, .t_gray_SwitchThumb {--background:hsl(210, 22%, 96%);}
}
:root.t_dark .t_light .t_dark .t_light .t_gray_ProgressIndicator, :root.t_dark .t_light .t_dark .t_light .t_gray_SliderThumb, :root.t_dark .t_light .t_dark .t_light .t_gray_Tooltip, :root.t_dark .t_light .t_gray_ProgressIndicator, :root.t_dark .t_light .t_gray_SliderThumb, :root.t_dark .t_light .t_gray_Tooltip, :root.t_light .t_dark .t_light .t_gray_ProgressIndicator, :root.t_light .t_dark .t_light .t_gray_SliderThumb, :root.t_light .t_dark .t_light .t_gray_Tooltip, :root.t_light .t_gray_ProgressIndicator, :root.t_light .t_gray_SliderThumb, :root.t_light .t_gray_Tooltip {--color:hsl(210, 26%, 89%);--colorHover:hsl(208, 27%, 86%);--colorPress:hsl(211, 16%, 59%);--colorFocus:hsl(210, 26%, 89%);--background:hsla(210, 15%, 28%, 0.64);--backgroundHover:hsl(209, 25%, 20%);--backgroundPress:hsl(209, 25%, 43%);--backgroundFocus:hsl(209, 25%, 20%);--borderColor:hsla(210, 15%, 28%, 0.8);--borderColorHover:hsl(209, 25%, 43%);--borderColorFocus:hsl(209, 25%, 20%);--borderColorPress:hsl(210, 15%, 28%);}
@media(prefers-color-scheme:light){
body{background:var(--background);color:var(--color)}
.t_dark .t_light .t_gray_ProgressIndicator, .t_dark .t_light .t_gray_SliderThumb, .t_dark .t_light .t_gray_Tooltip, .t_gray_ProgressIndicator, .t_gray_SliderThumb, .t_gray_Tooltip {--color:hsl(210, 26%, 89%);--colorHover:hsl(208, 27%, 86%);--colorPress:hsl(211, 16%, 59%);--colorFocus:hsl(210, 26%, 89%);--background:hsla(210, 15%, 28%, 0.64);--backgroundHover:hsl(209, 25%, 20%);--backgroundPress:hsl(209, 25%, 43%);--backgroundFocus:hsl(209, 25%, 20%);--borderColor:hsla(210, 15%, 28%, 0.8);--borderColorHover:hsl(209, 25%, 43%);--borderColorFocus:hsl(209, 25%, 20%);--borderColorPress:hsl(210, 15%, 28%);}
}
:root.t_dark .t_light .t_dark .t_light .t_gray_VoxInput, :root.t_dark .t_light .t_gray_VoxInput, :root.t_light .t_dark .t_light .t_gray_VoxInput, :root.t_light .t_gray_VoxInput {--background:hsla(210, 22%, 96%, 0.08);--backgroundHover:hsla(210, 22%, 96%, 0.24);--backgroundPress:hsla(210, 22%, 96%, 0.32);--backgroundFocus:hsla(210, 22%, 96%, 0.24);--borderColor:hsl(210, 9%, 43%);--borderColorHover:hsl(210, 13%, 37%);--borderColorFocus:hsla(210, 15%, 28%, 0.64);--borderColorPress:hsla(210, 15%, 28%, 0.64);--oulineColor:hsla(210, 22%, 96%, 0.32);--color:hsla(210, 15%, 28%, 0.64);--colorHover:hsl(210, 13%, 37%);--colorFocus:hsla(210, 15%, 28%, 0.64);--colorPress:hsla(210, 15%, 28%, 0.64);--colorDisabled:hsl(210, 9%, 43%);}
@media(prefers-color-scheme:light){
body{background:var(--background);color:var(--color)}
.t_dark .t_light .t_gray_VoxInput, .t_gray_VoxInput {--background:hsla(210, 22%, 96%, 0.08);--backgroundHover:hsla(210, 22%, 96%, 0.24);--backgroundPress:hsla(210, 22%, 96%, 0.32);--backgroundFocus:hsla(210, 22%, 96%, 0.24);--borderColor:hsl(210, 9%, 43%);--borderColorHover:hsl(210, 13%, 37%);--borderColorFocus:hsla(210, 15%, 28%, 0.64);--borderColorPress:hsla(210, 15%, 28%, 0.64);--oulineColor:hsla(210, 22%, 96%, 0.32);--color:hsla(210, 15%, 28%, 0.64);--colorHover:hsl(210, 13%, 37%);--colorFocus:hsla(210, 15%, 28%, 0.64);--colorPress:hsla(210, 15%, 28%, 0.64);--colorDisabled:hsl(210, 9%, 43%);}
}
:root.t_dark .t_light .t_dark .t_light .t_gray_active_VoxBadge, :root.t_dark .t_light .t_dark .t_light .t_gray_VoxBadge, :root.t_dark .t_light .t_gray_active_VoxBadge, :root.t_dark .t_light .t_gray_VoxBadge, :root.t_light .t_dark .t_light .t_gray_active_VoxBadge, :root.t_light .t_dark .t_light .t_gray_VoxBadge, :root.t_light .t_gray_active_VoxBadge, :root.t_light .t_gray_VoxBadge {--background:hsl(210, 26%, 89%);--color:hsl(210, 15%, 28%);}
@media(prefers-color-scheme:light){
body{background:var(--background);color:var(--color)}
.t_dark .t_light .t_gray_active_VoxBadge, .t_dark .t_light .t_gray_VoxBadge, .t_gray_active_VoxBadge, .t_gray_VoxBadge {--background:hsl(210, 26%, 89%);--color:hsl(210, 15%, 28%);}
}
:root.t_dark .t_light .t_dark .t_light .t_gray_active_VoxButtonContained, :root.t_dark .t_light .t_dark .t_light .t_gray_VoxButtonContained, :root.t_dark .t_light .t_gray_active_VoxButtonContained, :root.t_dark .t_light .t_gray_VoxButtonContained, :root.t_light .t_dark .t_light .t_gray_active_VoxButtonContained, :root.t_light .t_dark .t_light .t_gray_VoxButtonContained, :root.t_light .t_gray_active_VoxButtonContained, :root.t_light .t_gray_VoxButtonContained {--background:hsl(210, 9%, 43%);--backgroundHover:hsl(210, 13%, 37%);--backgroundPress:hsl(210, 15%, 28%);--color:hsl(0, 0%, 100%);--colorPress:hsl(0, 0%, 100%);--colorHover:hsl(0, 0%, 100%);}
@media(prefers-color-scheme:light){
body{background:var(--background);color:var(--color)}
.t_dark .t_light .t_gray_active_VoxButtonContained, .t_dark .t_light .t_gray_VoxButtonContained, .t_gray_active_VoxButtonContained, .t_gray_VoxButtonContained {--background:hsl(210, 9%, 43%);--backgroundHover:hsl(210, 13%, 37%);--backgroundPress:hsl(210, 15%, 28%);--color:hsl(0, 0%, 100%);--colorPress:hsl(0, 0%, 100%);--colorHover:hsl(0, 0%, 100%);}
}
:root.t_dark .t_light .t_dark .t_light .t_gray_active_VoxButtonInverseContained, :root.t_dark .t_light .t_dark .t_light .t_gray_VoxButtonInverseContained, :root.t_dark .t_light .t_gray_active_VoxButtonInverseContained, :root.t_dark .t_light .t_gray_VoxButtonInverseContained, :root.t_light .t_dark .t_light .t_gray_active_VoxButtonInverseContained, :root.t_light .t_dark .t_light .t_gray_VoxButtonInverseContained, :root.t_light .t_gray_active_VoxButtonInverseContained, :root.t_light .t_gray_VoxButtonInverseContained {--background:hsl(210, 22%, 96%);--backgroundHover:hsl(210, 26%, 89%);--backgroundPress:hsl(208, 27%, 86%);--color:hsl(210, 13%, 37%);--colorHover:hsl(209, 25%, 20%);--colorPress:hsl(209, 25%, 20%);}
@media(prefers-color-scheme:light){
body{background:var(--background);color:var(--color)}
.t_dark .t_light .t_gray_active_VoxButtonInverseContained, .t_dark .t_light .t_gray_VoxButtonInverseContained, .t_gray_active_VoxButtonInverseContained, .t_gray_VoxButtonInverseContained {--background:hsl(210, 22%, 96%);--backgroundHover:hsl(210, 26%, 89%);--backgroundPress:hsl(208, 27%, 86%);--color:hsl(210, 13%, 37%);--colorHover:hsl(209, 25%, 20%);--colorPress:hsl(209, 25%, 20%);}
}
:root.t_dark .t_light .t_dark .t_light .t_gray_active_VoxButtonSoft, :root.t_dark .t_light .t_dark .t_light .t_gray_VoxButtonSoft, :root.t_dark .t_light .t_gray_active_VoxButtonSoft, :root.t_dark .t_light .t_gray_VoxButtonSoft, :root.t_light .t_dark .t_light .t_gray_active_VoxButtonSoft, :root.t_light .t_dark .t_light .t_gray_VoxButtonSoft, :root.t_light .t_gray_active_VoxButtonSoft, :root.t_light .t_gray_VoxButtonSoft {--background:hsl(210, 22%, 96%);--backgroundHover:hsl(210, 26%, 89%);--backgroundPress:hsl(208, 27%, 86%);--color:hsl(209, 25%, 20%);--colorPress:hsl(209, 25%, 20%);--colorHover:hsl(209, 25%, 20%);--colorPop:hsl(209, 25%, 43%);}
@media(prefers-color-scheme:light){
body{background:var(--background);color:var(--color)}
.t_dark .t_light .t_gray_active_VoxButtonSoft, .t_dark .t_light .t_gray_VoxButtonSoft, .t_gray_active_VoxButtonSoft, .t_gray_VoxButtonSoft {--background:hsl(210, 22%, 96%);--backgroundHover:hsl(210, 26%, 89%);--backgroundPress:hsl(208, 27%, 86%);--color:hsl(209, 25%, 20%);--colorPress:hsl(209, 25%, 20%);--colorHover:hsl(209, 25%, 20%);--colorPop:hsl(209, 25%, 43%);}
}
:root.t_dark .t_light .t_dark .t_light .t_gray_active_VoxButtonOutlined, :root.t_dark .t_light .t_dark .t_light .t_gray_VoxButtonOutlined, :root.t_dark .t_light .t_gray_active_VoxButtonOutlined, :root.t_dark .t_light .t_gray_VoxButtonOutlined, :root.t_light .t_dark .t_light .t_gray_active_VoxButtonOutlined, :root.t_light .t_dark .t_light .t_gray_VoxButtonOutlined, :root.t_light .t_gray_active_VoxButtonOutlined, :root.t_light .t_gray_VoxButtonOutlined {--background:hsla(210, 15%, 28%, 0);--backgroundHover:hsl(210, 22%, 96%);--backgroundPress:hsl(210, 26%, 89%);--borderColor:hsl(210, 13%, 37%);--borderColorHover:hsl(209, 25%, 20%);--borderColorPress:hsl(209, 25%, 20%);--color:hsl(210, 13%, 37%);--colorPress:hsl(210, 15%, 28%);--colorHover:hsl(210, 15%, 28%);}
@media(prefers-color-scheme:light){
body{background:var(--background);color:var(--color)}
.t_dark .t_light .t_gray_active_VoxButtonOutlined, .t_dark .t_light .t_gray_VoxButtonOutlined, .t_gray_active_VoxButtonOutlined, .t_gray_VoxButtonOutlined {--background:hsla(210, 15%, 28%, 0);--backgroundHover:hsl(210, 22%, 96%);--backgroundPress:hsl(210, 26%, 89%);--borderColor:hsl(210, 13%, 37%);--borderColorHover:hsl(209, 25%, 20%);--borderColorPress:hsl(209, 25%, 20%);--color:hsl(210, 13%, 37%);--colorPress:hsl(210, 15%, 28%);--colorHover:hsl(210, 15%, 28%);}
}
:root.t_dark .t_light .t_dark .t_light .t_gray_active_VoxButtonText, :root.t_dark .t_light .t_dark .t_light .t_gray_VoxButtonText, :root.t_dark .t_light .t_gray_active_VoxButtonText, :root.t_dark .t_light .t_gray_VoxButtonText, :root.t_light .t_dark .t_light .t_gray_active_VoxButtonText, :root.t_light .t_dark .t_light .t_gray_VoxButtonText, :root.t_light .t_gray_active_VoxButtonText, :root.t_light .t_gray_VoxButtonText {--background:hsla(210, 15%, 28%, 0);--backgroundHover:hsl(210, 22%, 96%);--color:hsl(210, 13%, 37%);--colorPress:hsl(210, 15%, 28%);--colorHover:hsl(210, 15%, 28%);}
@media(prefers-color-scheme:light){
body{background:var(--background);color:var(--color)}
.t_dark .t_light .t_gray_active_VoxButtonText, .t_dark .t_light .t_gray_VoxButtonText, .t_gray_active_VoxButtonText, .t_gray_VoxButtonText {--background:hsla(210, 15%, 28%, 0);--backgroundHover:hsl(210, 22%, 96%);--color:hsl(210, 13%, 37%);--colorPress:hsl(210, 15%, 28%);--colorHover:hsl(210, 15%, 28%);}
}
:root.t_dark .t_light .t_dark .t_light .t_gray_active_VoxRadio, :root.t_dark .t_light .t_dark .t_light .t_gray_VoxRadio, :root.t_dark .t_light .t_gray_active_VoxRadio, :root.t_dark .t_light .t_gray_VoxRadio, :root.t_light .t_dark .t_light .t_gray_active_VoxRadio, :root.t_light .t_dark .t_light .t_gray_VoxRadio, :root.t_light .t_gray_active_VoxRadio, :root.t_light .t_gray_VoxRadio {--background:hsla(210, 15%, 28%, 0.12);--backgroundHover:hsla(210, 15%, 28%, 0.08);--backgroundPress:hsl(208, 27%, 86%);--backgroundFocus:hsla(210, 22%, 96%, 0.08);--borderColor:hsla(210, 22%, 96%, 0.24);--borderColorHover:hsla(210, 15%, 28%, 0.08);--borderColorFocus:hsl(209, 25%, 20%);--borderColorPress:hsla(210, 15%, 28%, 0.64);--oulineColor:hsla(210, 22%, 96%, 0.32);--color:hsl(210, 13%, 37%);--colorHover:hsl(210, 13%, 37%);--colorFocus:hsla(210, 15%, 28%, 0.64);--colorPress:hsla(210, 15%, 28%, 0.64);--colorDisabled:hsl(210, 9%, 43%);}
@media(prefers-color-scheme:light){
body{background:var(--background);color:var(--color)}
.t_dark .t_light .t_gray_active_VoxRadio, .t_dark .t_light .t_gray_VoxRadio, .t_gray_active_VoxRadio, .t_gray_VoxRadio {--background:hsla(210, 15%, 28%, 0.12);--backgroundHover:hsla(210, 15%, 28%, 0.08);--backgroundPress:hsl(208, 27%, 86%);--backgroundFocus:hsla(210, 22%, 96%, 0.08);--borderColor:hsla(210, 22%, 96%, 0.24);--borderColorHover:hsla(210, 15%, 28%, 0.08);--borderColorFocus:hsl(209, 25%, 20%);--borderColorPress:hsla(210, 15%, 28%, 0.64);--oulineColor:hsla(210, 22%, 96%, 0.32);--color:hsl(210, 13%, 37%);--colorHover:hsl(210, 13%, 37%);--colorFocus:hsla(210, 15%, 28%, 0.64);--colorPress:hsla(210, 15%, 28%, 0.64);--colorDisabled:hsl(210, 9%, 43%);}
}
:root.t_dark .t_light .t_dark .t_light .t_gray_active_InternAlert, :root.t_dark .t_light .t_dark .t_light .t_gray_InternAlert, :root.t_dark .t_light .t_gray_active_InternAlert, :root.t_dark .t_light .t_gray_InternAlert, :root.t_light .t_dark .t_light .t_gray_active_InternAlert, :root.t_light .t_dark .t_light .t_gray_InternAlert, :root.t_light .t_gray_active_InternAlert, :root.t_light .t_gray_InternAlert {--background:hsl(210, 22%, 96%);--borderColor:hsl(210, 13%, 37%);--color:hsl(209, 25%, 20%);}
@media(prefers-color-scheme:light){
body{background:var(--background);color:var(--color)}
.t_dark .t_light .t_gray_active_InternAlert, .t_dark .t_light .t_gray_InternAlert, .t_gray_active_InternAlert, .t_gray_InternAlert {--background:hsl(210, 22%, 96%);--borderColor:hsl(210, 13%, 37%);--color:hsl(209, 25%, 20%);}
}
:root.t_dark .t_light .t_active_Button, :root.t_dark .t_light .t_active_Card, :root.t_dark .t_light .t_active_Checkbox, :root.t_dark .t_light .t_active_Input, :root.t_dark .t_light .t_active_RadioGroupItem, :root.t_dark .t_light .t_active_SelectTrigger, :root.t_dark .t_light .t_active_Switch, :root.t_dark .t_light .t_active_TextArea, :root.t_dark .t_light .t_active_TooltipContent, :root.t_dark .t_light .t_dark .t_light .t_active_Button, :root.t_dark .t_light .t_dark .t_light .t_active_Card, :root.t_dark .t_light .t_dark .t_light .t_active_Checkbox, :root.t_dark .t_light .t_dark .t_light .t_active_Input, :root.t_dark .t_light .t_dark .t_light .t_active_RadioGroupItem, :root.t_dark .t_light .t_dark .t_light .t_active_SelectTrigger, :root.t_dark .t_light .t_dark .t_light .t_active_Switch, :root.t_dark .t_light .t_dark .t_light .t_active_TextArea, :root.t_dark .t_light .t_dark .t_light .t_active_TooltipContent, :root.t_dark .t_light .t_dark .t_light .t_pink_active_Button, :root.t_dark .t_light .t_dark .t_light .t_pink_active_Card, :root.t_dark .t_light .t_dark .t_light .t_pink_active_Checkbox, :root.t_dark .t_light .t_dark .t_light .t_pink_active_Input, :root.t_dark .t_light .t_dark .t_light .t_pink_active_RadioGroupItem, :root.t_dark .t_light .t_dark .t_light .t_pink_active_SelectTrigger, :root.t_dark .t_light .t_dark .t_light .t_pink_active_Switch, :root.t_dark .t_light .t_dark .t_light .t_pink_active_TextArea, :root.t_dark .t_light .t_dark .t_light .t_pink_active_TooltipContent, :root.t_dark .t_light .t_dark .t_light .t_red_active_Button, :root.t_dark .t_light .t_dark .t_light .t_red_active_Card, :root.t_dark .t_light .t_dark .t_light .t_red_active_Checkbox, :root.t_dark .t_light .t_dark .t_light .t_red_active_Input, :root.t_dark .t_light .t_dark .t_light .t_red_active_RadioGroupItem, :root.t_dark .t_light .t_dark .t_light .t_red_active_SelectTrigger, :root.t_dark .t_light .t_dark .t_light .t_red_active_Switch, :root.t_dark .t_light .t_dark .t_light .t_red_active_TextArea, :root.t_dark .t_light .t_dark .t_light .t_red_active_TooltipContent, :root.t_dark .t_light .t_pink_active_Button, :root.t_dark .t_light .t_pink_active_Card, :root.t_dark .t_light .t_pink_active_Checkbox, :root.t_dark .t_light .t_pink_active_Input, :root.t_dark .t_light .t_pink_active_RadioGroupItem, :root.t_dark .t_light .t_pink_active_SelectTrigger, :root.t_dark .t_light .t_pink_active_Switch, :root.t_dark .t_light .t_pink_active_TextArea, :root.t_dark .t_light .t_pink_active_TooltipContent, :root.t_dark .t_light .t_red_active_Button, :root.t_dark .t_light .t_red_active_Card, :root.t_dark .t_light .t_red_active_Checkbox, :root.t_dark .t_light .t_red_active_Input, :root.t_dark .t_light .t_red_active_RadioGroupItem, :root.t_dark .t_light .t_red_active_SelectTrigger, :root.t_dark .t_light .t_red_active_Switch, :root.t_dark .t_light .t_red_active_TextArea, :root.t_dark .t_light .t_red_active_TooltipContent, :root.t_light .t_active_Button, :root.t_light .t_active_Card, :root.t_light .t_active_Checkbox, :root.t_light .t_active_Input, :root.t_light .t_active_RadioGroupItem, :root.t_light .t_active_SelectTrigger, :root.t_light .t_active_Switch, :root.t_light .t_active_TextArea, :root.t_light .t_active_TooltipContent, :root.t_light .t_dark .t_light .t_active_Button, :root.t_light .t_dark .t_light .t_active_Card, :root.t_light .t_dark .t_light .t_active_Checkbox, :root.t_light .t_dark .t_light .t_active_Input, :root.t_light .t_dark .t_light .t_active_RadioGroupItem, :root.t_light .t_dark .t_light .t_active_SelectTrigger, :root.t_light .t_dark .t_light .t_active_Switch, :root.t_light .t_dark .t_light .t_active_TextArea, :root.t_light .t_dark .t_light .t_active_TooltipContent, :root.t_light .t_dark .t_light .t_pink_active_Button, :root.t_light .t_dark .t_light .t_pink_active_Card, :root.t_light .t_dark .t_light .t_pink_active_Checkbox, :root.t_light .t_dark .t_light .t_pink_active_Input, :root.t_light .t_dark .t_light .t_pink_active_RadioGroupItem, :root.t_light .t_dark .t_light .t_pink_active_SelectTrigger, :root.t_light .t_dark .t_light .t_pink_active_Switch, :root.t_light .t_dark .t_light .t_pink_active_TextArea, :root.t_light .t_dark .t_light .t_pink_active_TooltipContent, :root.t_light .t_dark .t_light .t_red_active_Button, :root.t_light .t_dark .t_light .t_red_active_Card, :root.t_light .t_dark .t_light .t_red_active_Checkbox, :root.t_light .t_dark .t_light .t_red_active_Input, :root.t_light .t_dark .t_light .t_red_active_RadioGroupItem, :root.t_light .t_dark .t_light .t_red_active_SelectTrigger, :root.t_light .t_dark .t_light .t_red_active_Switch, :root.t_light .t_dark .t_light .t_red_active_TextArea, :root.t_light .t_dark .t_light .t_red_active_TooltipContent, :root.t_light .t_pink_active_Button, :root.t_light .t_pink_active_Card, :root.t_light .t_pink_active_Checkbox, :root.t_light .t_pink_active_Input, :root.t_light .t_pink_active_RadioGroupItem, :root.t_light .t_pink_active_SelectTrigger, :root.t_light .t_pink_active_Switch, :root.t_light .t_pink_active_TextArea, :root.t_light .t_pink_active_TooltipContent, :root.t_light .t_red_active_Button, :root.t_light .t_red_active_Card, :root.t_light .t_red_active_Checkbox, :root.t_light .t_red_active_Input, :root.t_light .t_red_active_RadioGroupItem, :root.t_light .t_red_active_SelectTrigger, :root.t_light .t_red_active_Switch, :root.t_light .t_red_active_TextArea, :root.t_light .t_red_active_TooltipContent {--background:var(--color-13);--backgroundHover:var(--color-13);--backgroundPress:var(--color-15);--backgroundFocus:var(--color-13);--borderColor:var(--color-16);--borderColorHover:var(--color-16);--borderColorFocus:var(--color-14);--borderColorPress:var(--color-16);}
@media(prefers-color-scheme:light){
body{background:var(--background);}
.t_active_Button, .t_active_Card, .t_active_Checkbox, .t_active_Input, .t_active_RadioGroupItem, .t_active_SelectTrigger, .t_active_Switch, .t_active_TextArea, .t_active_TooltipContent, .t_dark .t_light .t_active_Button, .t_dark .t_light .t_active_Card, .t_dark .t_light .t_active_Checkbox, .t_dark .t_light .t_active_Input, .t_dark .t_light .t_active_RadioGroupItem, .t_dark .t_light .t_active_SelectTrigger, .t_dark .t_light .t_active_Switch, .t_dark .t_light .t_active_TextArea, .t_dark .t_light .t_active_TooltipContent, .t_dark .t_light .t_pink_active_Button, .t_dark .t_light .t_pink_active_Card, .t_dark .t_light .t_pink_active_Checkbox, .t_dark .t_light .t_pink_active_Input, .t_dark .t_light .t_pink_active_RadioGroupItem, .t_dark .t_light .t_pink_active_SelectTrigger, .t_dark .t_light .t_pink_active_Switch, .t_dark .t_light .t_pink_active_TextArea, .t_dark .t_light .t_pink_active_TooltipContent, .t_dark .t_light .t_red_active_Button, .t_dark .t_light .t_red_active_Card, .t_dark .t_light .t_red_active_Checkbox, .t_dark .t_light .t_red_active_Input, .t_dark .t_light .t_red_active_RadioGroupItem, .t_dark .t_light .t_red_active_SelectTrigger, .t_dark .t_light .t_red_active_Switch, .t_dark .t_light .t_red_active_TextArea, .t_dark .t_light .t_red_active_TooltipContent, .t_pink_active_Button, .t_pink_active_Card, .t_pink_active_Checkbox, .t_pink_active_Input, .t_pink_active_RadioGroupItem, .t_pink_active_SelectTrigger, .t_pink_active_Switch, .t_pink_active_TextArea, .t_pink_active_TooltipContent, .t_red_active_Button, .t_red_active_Card, .t_red_active_Checkbox, .t_red_active_Input, .t_red_active_RadioGroupItem, .t_red_active_SelectTrigger, .t_red_active_Switch, .t_red_active_TextArea, .t_red_active_TooltipContent {--background:var(--color-13);--backgroundHover:var(--color-13);--backgroundPress:var(--color-15);--backgroundFocus:var(--color-13);--borderColor:var(--color-16);--borderColorHover:var(--color-16);--borderColorFocus:var(--color-14);--borderColorPress:var(--color-16);}
}
:root.t_dark .t_light .t_active_ProgressIndicator, :root.t_dark .t_light .t_active_SliderThumb, :root.t_dark .t_light .t_active_SwitchThumb, :root.t_dark .t_light .t_active_Tooltip, :root.t_dark .t_light .t_dark .t_light .t_active_ProgressIndicator, :root.t_dark .t_light .t_dark .t_light .t_active_SliderThumb, :root.t_dark .t_light .t_dark .t_light .t_active_SwitchThumb, :root.t_dark .t_light .t_dark .t_light .t_active_Tooltip, :root.t_dark .t_light .t_dark .t_light .t_pink_active_ProgressIndicator, :root.t_dark .t_light .t_dark .t_light .t_pink_active_SliderThumb, :root.t_dark .t_light .t_dark .t_light .t_pink_active_SwitchThumb, :root.t_dark .t_light .t_dark .t_light .t_pink_active_Tooltip, :root.t_dark .t_light .t_dark .t_light .t_red_active_ProgressIndicator, :root.t_dark .t_light .t_dark .t_light .t_red_active_SliderThumb, :root.t_dark .t_light .t_dark .t_light .t_red_active_SwitchThumb, :root.t_dark .t_light .t_dark .t_light .t_red_active_Tooltip, :root.t_dark .t_light .t_pink_active_ProgressIndicator, :root.t_dark .t_light .t_pink_active_SliderThumb, :root.t_dark .t_light .t_pink_active_SwitchThumb, :root.t_dark .t_light .t_pink_active_Tooltip, :root.t_dark .t_light .t_red_active_ProgressIndicator, :root.t_dark .t_light .t_red_active_SliderThumb, :root.t_dark .t_light .t_red_active_SwitchThumb, :root.t_dark .t_light .t_red_active_Tooltip, :root.t_light .t_active_ProgressIndicator, :root.t_light .t_active_SliderThumb, :root.t_light .t_active_SwitchThumb, :root.t_light .t_active_Tooltip, :root.t_light .t_dark .t_light .t_active_ProgressIndicator, :root.t_light .t_dark .t_light .t_active_SliderThumb, :root.t_light .t_dark .t_light .t_active_SwitchThumb, :root.t_light .t_dark .t_light .t_active_Tooltip, :root.t_light .t_dark .t_light .t_pink_active_ProgressIndicator, :root.t_light .t_dark .t_light .t_pink_active_SliderThumb, :root.t_light .t_dark .t_light .t_pink_active_SwitchThumb, :root.t_light .t_dark .t_light .t_pink_active_Tooltip, :root.t_light .t_dark .t_light .t_red_active_ProgressIndicator, :root.t_light .t_dark .t_light .t_red_active_SliderThumb, :root.t_light .t_dark .t_light .t_red_active_SwitchThumb, :root.t_light .t_dark .t_light .t_red_active_Tooltip, :root.t_light .t_pink_active_ProgressIndicator, :root.t_light .t_pink_active_SliderThumb, :root.t_light .t_pink_active_SwitchThumb, :root.t_light .t_pink_active_Tooltip, :root.t_light .t_red_active_ProgressIndicator, :root.t_light .t_red_active_SliderThumb, :root.t_light .t_red_active_SwitchThumb, :root.t_light .t_red_active_Tooltip {--color:hsl(0, 0%, 100%);--colorHover:hsl(0, 0%, 97%);--colorPress:var(--color-11);--colorFocus:hsl(0, 0%, 100%);--background:var(--color-53);--backgroundHover:var(--color-14);--backgroundPress:var(--color-15);--backgroundFocus:var(--color-14);--borderColor:var(--color-15);--borderColorHover:var(--color-14);--borderColorFocus:var(--color-13);--borderColorPress:var(--color-12);}
@media(prefers-color-scheme:light){
body{background:var(--background);color:var(--color)}
.t_active_ProgressIndicator, .t_active_SliderThumb, .t_active_SwitchThumb, .t_active_Tooltip, .t_dark .t_light .t_active_ProgressIndicator, .t_dark .t_light .t_active_SliderThumb, .t_dark .t_light .t_active_SwitchThumb, .t_dark .t_light .t_active_Tooltip, .t_dark .t_light .t_pink_active_ProgressIndicator, .t_dark .t_light .t_pink_active_SliderThumb, .t_dark .t_light .t_pink_active_SwitchThumb, .t_dark .t_light .t_pink_active_Tooltip, .t_dark .t_light .t_red_active_ProgressIndicator, .t_dark .t_light .t_red_active_SliderThumb, .t_dark .t_light .t_red_active_SwitchThumb, .t_dark .t_light .t_red_active_Tooltip, .t_pink_active_ProgressIndicator, .t_pink_active_SliderThumb, .t_pink_active_SwitchThumb, .t_pink_active_Tooltip, .t_red_active_ProgressIndicator, .t_red_active_SliderThumb, .t_red_active_SwitchThumb, .t_red_active_Tooltip {--color:hsl(0, 0%, 100%);--colorHover:hsl(0, 0%, 97%);--colorPress:var(--color-11);--colorFocus:hsl(0, 0%, 100%);--background:var(--color-53);--backgroundHover:var(--color-14);--backgroundPress:var(--color-15);--backgroundFocus:var(--color-14);--borderColor:var(--color-15);--borderColorHover:var(--color-14);--borderColorFocus:var(--color-13);--borderColorPress:var(--color-12);}
}
:root.t_dark .t_light .t_active_VoxInput, :root.t_dark .t_light .t_dark .t_light .t_active_VoxInput, :root.t_dark .t_light .t_dark .t_light .t_pink_active_VoxInput, :root.t_dark .t_light .t_dark .t_light .t_red_active_VoxInput, :root.t_dark .t_light .t_pink_active_VoxInput, :root.t_dark .t_light .t_red_active_VoxInput, :root.t_light .t_active_VoxInput, :root.t_light .t_dark .t_light .t_active_VoxInput, :root.t_light .t_dark .t_light .t_pink_active_VoxInput, :root.t_light .t_dark .t_light .t_red_active_VoxInput, :root.t_light .t_pink_active_VoxInput, :root.t_light .t_red_active_VoxInput {--background:hsla(0, 0%, 100%, 0.32);--backgroundHover:hsla(0, 0%, 100%, 0.48);--backgroundPress:hsla(0, 0%, 100%, 0.56);--backgroundFocus:hsla(0, 0%, 100%, 0.64);--borderColor:hsla(0, 0%, 2%, 0.72);--borderColorHover:var(--color-13);--borderColorFocus:hsla(0, 0%, 2%, 0.72);--borderColorPress:hsla(0, 0%, 2%, 0.72);--oulineColor:hsla(0, 0%, 100%, 0.32);--color:hsla(0, 0%, 2%, 0.72);--colorHover:var(--color-13);--colorFocus:hsla(0, 0%, 2%, 0.72);--colorPress:hsla(0, 0%, 2%, 0.72);--colorDisabled:hsla(0, 0%, 2%, 0.72);}
@media(prefers-color-scheme:light){
body{background:var(--background);color:var(--color)}
.t_active_VoxInput, .t_dark .t_light .t_active_VoxInput, .t_dark .t_light .t_pink_active_VoxInput, .t_dark .t_light .t_red_active_VoxInput, .t_pink_active_VoxInput, .t_red_active_VoxInput {--background:hsla(0, 0%, 100%, 0.32);--backgroundHover:hsla(0, 0%, 100%, 0.48);--backgroundPress:hsla(0, 0%, 100%, 0.56);--backgroundFocus:hsla(0, 0%, 100%, 0.64);--borderColor:hsla(0, 0%, 2%, 0.72);--borderColorHover:var(--color-13);--borderColorFocus:hsla(0, 0%, 2%, 0.72);--borderColorPress:hsla(0, 0%, 2%, 0.72);--oulineColor:hsla(0, 0%, 100%, 0.32);--color:hsla(0, 0%, 2%, 0.72);--colorHover:var(--color-13);--colorFocus:hsla(0, 0%, 2%, 0.72);--colorPress:hsla(0, 0%, 2%, 0.72);--colorDisabled:hsla(0, 0%, 2%, 0.72);}
}
:root.t_dark .t_light .t_dark .t_light .t_orange_active_Button, :root.t_dark .t_light .t_dark .t_light .t_orange_active_Card, :root.t_dark .t_light .t_dark .t_light .t_orange_active_Checkbox, :root.t_dark .t_light .t_dark .t_light .t_orange_active_Input, :root.t_dark .t_light .t_dark .t_light .t_orange_active_RadioGroupItem, :root.t_dark .t_light .t_dark .t_light .t_orange_active_SelectTrigger, :root.t_dark .t_light .t_dark .t_light .t_orange_active_Switch, :root.t_dark .t_light .t_dark .t_light .t_orange_active_TextArea, :root.t_dark .t_light .t_dark .t_light .t_orange_active_TooltipContent, :root.t_dark .t_light .t_orange_active_Button, :root.t_dark .t_light .t_orange_active_Card, :root.t_dark .t_light .t_orange_active_Checkbox, :root.t_dark .t_light .t_orange_active_Input, :root.t_dark .t_light .t_orange_active_RadioGroupItem, :root.t_dark .t_light .t_orange_active_SelectTrigger, :root.t_dark .t_light .t_orange_active_Switch, :root.t_dark .t_light .t_orange_active_TextArea, :root.t_dark .t_light .t_orange_active_TooltipContent, :root.t_light .t_dark .t_light .t_orange_active_Button, :root.t_light .t_dark .t_light .t_orange_active_Card, :root.t_light .t_dark .t_light .t_orange_active_Checkbox, :root.t_light .t_dark .t_light .t_orange_active_Input, :root.t_light .t_dark .t_light .t_orange_active_RadioGroupItem, :root.t_light .t_dark .t_light .t_orange_active_SelectTrigger, :root.t_light .t_dark .t_light .t_orange_active_Switch, :root.t_light .t_dark .t_light .t_orange_active_TextArea, :root.t_light .t_dark .t_light .t_orange_active_TooltipContent, :root.t_light .t_orange_active_Button, :root.t_light .t_orange_active_Card, :root.t_light .t_orange_active_Checkbox, :root.t_light .t_orange_active_Input, :root.t_light .t_orange_active_RadioGroupItem, :root.t_light .t_orange_active_SelectTrigger, :root.t_light .t_orange_active_Switch, :root.t_light .t_orange_active_TextArea, :root.t_light .t_orange_active_TooltipContent {--background:hsl(14, 56%, 51%);--backgroundHover:hsl(14, 56%, 51%);--backgroundPress:hsl(14, 68%, 34%);--backgroundFocus:hsl(14, 56%, 51%);--borderColor:hsl(14, 93%, 61%);--borderColorHover:hsl(14, 93%, 61%);--borderColorFocus:hsl(14, 55%, 41%);--borderColorPress:hsl(14, 93%, 61%);}
@media(prefers-color-scheme:light){
body{background:var(--background);}
.t_dark .t_light .t_orange_active_Button, .t_dark .t_light .t_orange_active_Card, .t_dark .t_light .t_orange_active_Checkbox, .t_dark .t_light .t_orange_active_Input, .t_dark .t_light .t_orange_active_RadioGroupItem, .t_dark .t_light .t_orange_active_SelectTrigger, .t_dark .t_light .t_orange_active_Switch, .t_dark .t_light .t_orange_active_TextArea, .t_dark .t_light .t_orange_active_TooltipContent, .t_orange_active_Button, .t_orange_active_Card, .t_orange_active_Checkbox, .t_orange_active_Input, .t_orange_active_RadioGroupItem, .t_orange_active_SelectTrigger, .t_orange_active_Switch, .t_orange_active_TextArea, .t_orange_active_TooltipContent {--background:hsl(14, 56%, 51%);--backgroundHover:hsl(14, 56%, 51%);--backgroundPress:hsl(14, 68%, 34%);--backgroundFocus:hsl(14, 56%, 51%);--borderColor:hsl(14, 93%, 61%);--borderColorHover:hsl(14, 93%, 61%);--borderColorFocus:hsl(14, 55%, 41%);--borderColorPress:hsl(14, 93%, 61%);}
}
:root.t_dark .t_light .t_dark .t_light .t_orange_active_ProgressIndicator, :root.t_dark .t_light .t_dark .t_light .t_orange_active_SliderThumb, :root.t_dark .t_light .t_dark .t_light .t_orange_active_SwitchThumb, :root.t_dark .t_light .t_dark .t_light .t_orange_active_Tooltip, :root.t_dark .t_light .t_orange_active_ProgressIndicator, :root.t_dark .t_light .t_orange_active_SliderThumb, :root.t_dark .t_light .t_orange_active_SwitchThumb, :root.t_dark .t_light .t_orange_active_Tooltip, :root.t_light .t_dark .t_light .t_orange_active_ProgressIndicator, :root.t_light .t_dark .t_light .t_orange_active_SliderThumb, :root.t_light .t_dark .t_light .t_orange_active_SwitchThumb, :root.t_light .t_dark .t_light .t_orange_active_Tooltip, :root.t_light .t_orange_active_ProgressIndicator, :root.t_light .t_orange_active_SliderThumb, :root.t_light .t_orange_active_SwitchThumb, :root.t_light .t_orange_active_Tooltip {--color:hsl(354, 78%, 95%);--colorHover:hsl(355, 86%, 92%);--colorPress:hsl(25, 95%, 64%);--colorFocus:hsl(354, 78%, 95%);--background:hsla(14, 55%, 41%, 0.8);--backgroundHover:hsl(14, 56%, 51%);--backgroundPress:hsl(14, 55%, 41%);--backgroundFocus:hsl(14, 56%, 51%);--borderColor:hsl(14, 68%, 34%);--borderColorHover:hsl(14, 55%, 41%);--borderColorFocus:hsl(14, 56%, 51%);--borderColorPress:hsl(14, 60%, 56%);}
@media(prefers-color-scheme:light){
body{background:var(--background);color:var(--color)}
.t_dark .t_light .t_orange_active_ProgressIndicator, .t_dark .t_light .t_orange_active_SliderThumb, .t_dark .t_light .t_orange_active_SwitchThumb, .t_dark .t_light .t_orange_active_Tooltip, .t_orange_active_ProgressIndicator, .t_orange_active_SliderThumb, .t_orange_active_SwitchThumb, .t_orange_active_Tooltip {--color:hsl(354, 78%, 95%);--colorHover:hsl(355, 86%, 92%);--colorPress:hsl(25, 95%, 64%);--colorFocus:hsl(354, 78%, 95%);--background:hsla(14, 55%, 41%, 0.8);--backgroundHover:hsl(14, 56%, 51%);--backgroundPress:hsl(14, 55%, 41%);--backgroundFocus:hsl(14, 56%, 51%);--borderColor:hsl(14, 68%, 34%);--borderColorHover:hsl(14, 55%, 41%);--borderColorFocus:hsl(14, 56%, 51%);--borderColorPress:hsl(14, 60%, 56%);}
}
:root.t_dark .t_light .t_dark .t_light .t_orange_active_VoxInput, :root.t_dark .t_light .t_orange_active_VoxInput, :root.t_light .t_dark .t_light .t_orange_active_VoxInput, :root.t_light .t_orange_active_VoxInput {--background:hsla(356, 100%, 97%, 0.32);--backgroundHover:hsla(356, 100%, 97%, 0.48);--backgroundPress:hsla(356, 100%, 97%, 0.56);--backgroundFocus:hsla(356, 100%, 97%, 0.64);--borderColor:hsla(14, 55%, 41%, 0.64);--borderColorHover:hsl(14, 56%, 51%);--borderColorFocus:hsla(14, 55%, 41%, 0.64);--borderColorPress:hsla(14, 55%, 41%, 0.64);--oulineColor:hsla(356, 100%, 97%, 0.32);--color:hsla(14, 55%, 41%, 0.64);--colorHover:hsl(14, 56%, 51%);--colorFocus:hsla(14, 55%, 41%, 0.64);--colorPress:hsla(14, 55%, 41%, 0.64);--colorDisabled:hsla(14, 55%, 41%, 0.64);}
@media(prefers-color-scheme:light){
body{background:var(--background);color:var(--color)}
.t_dark .t_light .t_orange_active_VoxInput, .t_orange_active_VoxInput {--background:hsla(356, 100%, 97%, 0.32);--backgroundHover:hsla(356, 100%, 97%, 0.48);--backgroundPress:hsla(356, 100%, 97%, 0.56);--backgroundFocus:hsla(356, 100%, 97%, 0.64);--borderColor:hsla(14, 55%, 41%, 0.64);--borderColorHover:hsl(14, 56%, 51%);--borderColorFocus:hsla(14, 55%, 41%, 0.64);--borderColorPress:hsla(14, 55%, 41%, 0.64);--oulineColor:hsla(356, 100%, 97%, 0.32);--color:hsla(14, 55%, 41%, 0.64);--colorHover:hsl(14, 56%, 51%);--colorFocus:hsla(14, 55%, 41%, 0.64);--colorPress:hsla(14, 55%, 41%, 0.64);--colorDisabled:hsla(14, 55%, 41%, 0.64);}
}
:root.t_dark .t_light .t_dark .t_light .t_yellow_active_Button, :root.t_dark .t_light .t_dark .t_light .t_yellow_active_Card, :root.t_dark .t_light .t_dark .t_light .t_yellow_active_Checkbox, :root.t_dark .t_light .t_dark .t_light .t_yellow_active_Input, :root.t_dark .t_light .t_dark .t_light .t_yellow_active_RadioGroupItem, :root.t_dark .t_light .t_dark .t_light .t_yellow_active_SelectTrigger, :root.t_dark .t_light .t_dark .t_light .t_yellow_active_Switch, :root.t_dark .t_light .t_dark .t_light .t_yellow_active_TextArea, :root.t_dark .t_light .t_dark .t_light .t_yellow_active_TooltipContent, :root.t_dark .t_light .t_yellow_active_Button, :root.t_dark .t_light .t_yellow_active_Card, :root.t_dark .t_light .t_yellow_active_Checkbox, :root.t_dark .t_light .t_yellow_active_Input, :root.t_dark .t_light .t_yellow_active_RadioGroupItem, :root.t_dark .t_light .t_yellow_active_SelectTrigger, :root.t_dark .t_light .t_yellow_active_Switch, :root.t_dark .t_light .t_yellow_active_TextArea, :root.t_dark .t_light .t_yellow_active_TooltipContent, :root.t_light .t_dark .t_light .t_yellow_active_Button, :root.t_light .t_dark .t_light .t_yellow_active_Card, :root.t_light .t_dark .t_light .t_yellow_active_Checkbox, :root.t_light .t_dark .t_light .t_yellow_active_Input, :root.t_light .t_dark .t_light .t_yellow_active_RadioGroupItem, :root.t_light .t_dark .t_light .t_yellow_active_SelectTrigger, :root.t_light .t_dark .t_light .t_yellow_active_Switch, :root.t_light .t_dark .t_light .t_yellow_active_TextArea, :root.t_light .t_dark .t_light .t_yellow_active_TooltipContent, :root.t_light .t_yellow_active_Button, :root.t_light .t_yellow_active_Card, :root.t_light .t_yellow_active_Checkbox, :root.t_light .t_yellow_active_Input, :root.t_light .t_yellow_active_RadioGroupItem, :root.t_light .t_yellow_active_SelectTrigger, :root.t_light .t_yellow_active_Switch, :root.t_light .t_yellow_active_TextArea, :root.t_light .t_yellow_active_TooltipContent {--background:hsl(39, 64%, 46%);--backgroundHover:hsl(39, 64%, 46%);--backgroundPress:hsl(40, 76%, 28%);--backgroundFocus:hsl(39, 64%, 46%);--borderColor:hsl(43, 95%, 57%);--borderColorHover:hsl(43, 95%, 57%);--borderColorFocus:hsl(40, 65%, 34%);--borderColorPress:hsl(43, 95%, 57%);}
@media(prefers-color-scheme:light){
body{background:var(--background);}
.t_dark .t_light .t_yellow_active_Button, .t_dark .t_light .t_yellow_active_Card, .t_dark .t_light .t_yellow_active_Checkbox, .t_dark .t_light .t_yellow_active_Input, .t_dark .t_light .t_yellow_active_RadioGroupItem, .t_dark .t_light .t_yellow_active_SelectTrigger, .t_dark .t_light .t_yellow_active_Switch, .t_dark .t_light .t_yellow_active_TextArea, .t_dark .t_light .t_yellow_active_TooltipContent, .t_yellow_active_Button, .t_yellow_active_Card, .t_yellow_active_Checkbox, .t_yellow_active_Input, .t_yellow_active_RadioGroupItem, .t_yellow_active_SelectTrigger, .t_yellow_active_Switch, .t_yellow_active_TextArea, .t_yellow_active_TooltipContent {--background:hsl(39, 64%, 46%);--backgroundHover:hsl(39, 64%, 46%);--backgroundPress:hsl(40, 76%, 28%);--backgroundFocus:hsl(39, 64%, 46%);--borderColor:hsl(43, 95%, 57%);--borderColorHover:hsl(43, 95%, 57%);--borderColorFocus:hsl(40, 65%, 34%);--borderColorPress:hsl(43, 95%, 57%);}
}
:root.t_dark .t_light .t_dark .t_light .t_yellow_active_ProgressIndicator, :root.t_dark .t_light .t_dark .t_light .t_yellow_active_SliderThumb, :root.t_dark .t_light .t_dark .t_light .t_yellow_active_SwitchThumb, :root.t_dark .t_light .t_dark .t_light .t_yellow_active_Tooltip, :root.t_dark .t_light .t_yellow_active_ProgressIndicator, :root.t_dark .t_light .t_yellow_active_SliderThumb, :root.t_dark .t_light .t_yellow_active_SwitchThumb, :root.t_dark .t_light .t_yellow_active_Tooltip, :root.t_light .t_dark .t_light .t_yellow_active_ProgressIndicator, :root.t_light .t_dark .t_light .t_yellow_active_SliderThumb, :root.t_light .t_dark .t_light .t_yellow_active_SwitchThumb, :root.t_light .t_dark .t_light .t_yellow_active_Tooltip, :root.t_light .t_yellow_active_ProgressIndicator, :root.t_light .t_yellow_active_SliderThumb, :root.t_light .t_yellow_active_SwitchThumb, :root.t_light .t_yellow_active_Tooltip {--color:hsl(37, 66%, 88%);--colorHover:hsl(36, 60%, 82%);--colorPress:hsl(39, 89%, 59%);--colorFocus:hsl(37, 66%, 88%);--background:hsla(40, 65%, 34%, 0.8);--backgroundHover:hsl(39, 64%, 46%);--backgroundPress:hsl(40, 65%, 34%);--backgroundFocus:hsl(39, 64%, 46%);--borderColor:hsl(40, 76%, 28%);--borderColorHover:hsl(40, 65%, 34%);--borderColorFocus:hsl(39, 64%, 46%);--borderColorPress:hsl(39, 59%, 49%);}
@media(prefers-color-scheme:light){
body{background:var(--background);color:var(--color)}
.t_dark .t_light .t_yellow_active_ProgressIndicator, .t_dark .t_light .t_yellow_active_SliderThumb, .t_dark .t_light .t_yellow_active_SwitchThumb, .t_dark .t_light .t_yellow_active_Tooltip, .t_yellow_active_ProgressIndicator, .t_yellow_active_SliderThumb, .t_yellow_active_SwitchThumb, .t_yellow_active_Tooltip {--color:hsl(37, 66%, 88%);--colorHover:hsl(36, 60%, 82%);--colorPress:hsl(39, 89%, 59%);--colorFocus:hsl(37, 66%, 88%);--background:hsla(40, 65%, 34%, 0.8);--backgroundHover:hsl(39, 64%, 46%);--backgroundPress:hsl(40, 65%, 34%);--backgroundFocus:hsl(39, 64%, 46%);--borderColor:hsl(40, 76%, 28%);--borderColorHover:hsl(40, 65%, 34%);--borderColorFocus:hsl(39, 64%, 46%);--borderColorPress:hsl(39, 59%, 49%);}
}
:root.t_dark .t_light .t_dark .t_light .t_yellow_active_VoxInput, :root.t_dark .t_light .t_yellow_active_VoxInput, :root.t_light .t_dark .t_light .t_yellow_active_VoxInput, :root.t_light .t_yellow_active_VoxInput {--background:hsla(36, 100%, 96%, 0.32);--backgroundHover:hsla(36, 100%, 96%, 0.48);--backgroundPress:hsla(36, 100%, 96%, 0.56);--backgroundFocus:hsla(36, 100%, 96%, 0.64);--borderColor:hsla(40, 65%, 34%, 0.64);--borderColorHover:hsl(39, 64%, 46%);--borderColorFocus:hsla(40, 65%, 34%, 0.64);--borderColorPress:hsla(40, 65%, 34%, 0.64);--oulineColor:hsla(36, 100%, 96%, 0.32);--color:hsla(40, 65%, 34%, 0.64);--colorHover:hsl(39, 64%, 46%);--colorFocus:hsla(40, 65%, 34%, 0.64);--colorPress:hsla(40, 65%, 34%, 0.64);--colorDisabled:hsla(40, 65%, 34%, 0.64);}
@media(prefers-color-scheme:light){
body{background:var(--background);color:var(--color)}
.t_dark .t_light .t_yellow_active_VoxInput, .t_yellow_active_VoxInput {--background:hsla(36, 100%, 96%, 0.32);--backgroundHover:hsla(36, 100%, 96%, 0.48);--backgroundPress:hsla(36, 100%, 96%, 0.56);--backgroundFocus:hsla(36, 100%, 96%, 0.64);--borderColor:hsla(40, 65%, 34%, 0.64);--borderColorHover:hsl(39, 64%, 46%);--borderColorFocus:hsla(40, 65%, 34%, 0.64);--borderColorPress:hsla(40, 65%, 34%, 0.64);--oulineColor:hsla(36, 100%, 96%, 0.32);--color:hsla(40, 65%, 34%, 0.64);--colorHover:hsl(39, 64%, 46%);--colorFocus:hsla(40, 65%, 34%, 0.64);--colorPress:hsla(40, 65%, 34%, 0.64);--colorDisabled:hsla(40, 65%, 34%, 0.64);}
}
:root.t_dark .t_light .t_dark .t_light .t_green_active_Button, :root.t_dark .t_light .t_dark .t_light .t_green_active_Card, :root.t_dark .t_light .t_dark .t_light .t_green_active_Checkbox, :root.t_dark .t_light .t_dark .t_light .t_green_active_Input, :root.t_dark .t_light .t_dark .t_light .t_green_active_RadioGroupItem, :root.t_dark .t_light .t_dark .t_light .t_green_active_SelectTrigger, :root.t_dark .t_light .t_dark .t_light .t_green_active_Switch, :root.t_dark .t_light .t_dark .t_light .t_green_active_TextArea, :root.t_dark .t_light .t_dark .t_light .t_green_active_TooltipContent, :root.t_dark .t_light .t_green_active_Button, :root.t_dark .t_light .t_green_active_Card, :root.t_dark .t_light .t_green_active_Checkbox, :root.t_dark .t_light .t_green_active_Input, :root.t_dark .t_light .t_green_active_RadioGroupItem, :root.t_dark .t_light .t_green_active_SelectTrigger, :root.t_dark .t_light .t_green_active_Switch, :root.t_dark .t_light .t_green_active_TextArea, :root.t_dark .t_light .t_green_active_TooltipContent, :root.t_light .t_dark .t_light .t_green_active_Button, :root.t_light .t_dark .t_light .t_green_active_Card, :root.t_light .t_dark .t_light .t_green_active_Checkbox, :root.t_light .t_dark .t_light .t_green_active_Input, :root.t_light .t_dark .t_light .t_green_active_RadioGroupItem, :root.t_light .t_dark .t_light .t_green_active_SelectTrigger, :root.t_light .t_dark .t_light .t_green_active_Switch, :root.t_light .t_dark .t_light .t_green_active_TextArea, :root.t_light .t_dark .t_light .t_green_active_TooltipContent, :root.t_light .t_green_active_Button, :root.t_light .t_green_active_Card, :root.t_light .t_green_active_Checkbox, :root.t_light .t_green_active_Input, :root.t_light .t_green_active_RadioGroupItem, :root.t_light .t_green_active_SelectTrigger, :root.t_light .t_green_active_Switch, :root.t_light .t_green_active_TextArea, :root.t_light .t_green_active_TooltipContent {--background:hsl(146, 33%, 39%);--backgroundHover:hsl(146, 33%, 39%);--backgroundPress:hsl(146, 40%, 24%);--backgroundFocus:hsl(146, 33%, 39%);--borderColor:hsl(127, 55%, 55%);--borderColorHover:hsl(127, 55%, 55%);--borderColorFocus:hsl(146, 31%, 30%);--borderColorPress:hsl(127, 55%, 55%);}
@media(prefers-color-scheme:light){
body{background:var(--background);}
.t_dark .t_light .t_green_active_Button, .t_dark .t_light .t_green_active_Card, .t_dark .t_light .t_green_active_Checkbox, .t_dark .t_light .t_green_active_Input, .t_dark .t_light .t_green_active_RadioGroupItem, .t_dark .t_light .t_green_active_SelectTrigger, .t_dark .t_light .t_green_active_Switch, .t_dark .t_light .t_green_active_TextArea, .t_dark .t_light .t_green_active_TooltipContent, .t_green_active_Button, .t_green_active_Card, .t_green_active_Checkbox, .t_green_active_Input, .t_green_active_RadioGroupItem, .t_green_active_SelectTrigger, .t_green_active_Switch, .t_green_active_TextArea, .t_green_active_TooltipContent {--background:hsl(146, 33%, 39%);--backgroundHover:hsl(146, 33%, 39%);--backgroundPress:hsl(146, 40%, 24%);--backgroundFocus:hsl(146, 33%, 39%);--borderColor:hsl(127, 55%, 55%);--borderColorHover:hsl(127, 55%, 55%);--borderColorFocus:hsl(146, 31%, 30%);--borderColorPress:hsl(127, 55%, 55%);}
}
:root.t_dark .t_light .t_dark .t_light .t_green_active_ProgressIndicator, :root.t_dark .t_light .t_dark .t_light .t_green_active_SliderThumb, :root.t_dark .t_light .t_dark .t_light .t_green_active_SwitchThumb, :root.t_dark .t_light .t_dark .t_light .t_green_active_Tooltip, :root.t_dark .t_light .t_green_active_ProgressIndicator, :root.t_dark .t_light .t_green_active_SliderThumb, :root.t_dark .t_light .t_green_active_SwitchThumb, :root.t_dark .t_light .t_green_active_Tooltip, :root.t_light .t_dark .t_light .t_green_active_ProgressIndicator, :root.t_light .t_dark .t_light .t_green_active_SliderThumb, :root.t_light .t_dark .t_light .t_green_active_SwitchThumb, :root.t_light .t_dark .t_light .t_green_active_Tooltip, :root.t_light .t_green_active_ProgressIndicator, :root.t_light .t_green_active_SliderThumb, :root.t_light .t_green_active_SwitchThumb, :root.t_light .t_green_active_Tooltip {--color:hsl(120, 50%, 91%);--colorHover:hsl(120, 46%, 85%);--colorPress:hsl(127, 36%, 54%);--colorFocus:hsl(120, 50%, 91%);--background:hsla(146, 31%, 30%, 0.8);--backgroundHover:hsl(146, 33%, 39%);--backgroundPress:hsl(146, 31%, 30%);--backgroundFocus:hsl(146, 33%, 39%);--borderColor:hsl(146, 40%, 24%);--borderColorHover:hsl(146, 31%, 30%);--borderColorFocus:hsl(146, 33%, 39%);--borderColorPress:hsl(146, 27%, 45%);}
@media(prefers-color-scheme:light){
body{background:var(--background);color:var(--color)}
.t_dark .t_light .t_green_active_ProgressIndicator, .t_dark .t_light .t_green_active_SliderThumb, .t_dark .t_light .t_green_active_SwitchThumb, .t_dark .t_light .t_green_active_Tooltip, .t_green_active_ProgressIndicator, .t_green_active_SliderThumb, .t_green_active_SwitchThumb, .t_green_active_Tooltip {--color:hsl(120, 50%, 91%);--colorHover:hsl(120, 46%, 85%);--colorPress:hsl(127, 36%, 54%);--colorFocus:hsl(120, 50%, 91%);--background:hsla(146, 31%, 30%, 0.8);--backgroundHover:hsl(146, 33%, 39%);--backgroundPress:hsl(146, 31%, 30%);--backgroundFocus:hsl(146, 33%, 39%);--borderColor:hsl(146, 40%, 24%);--borderColorHover:hsl(146, 31%, 30%);--borderColorFocus:hsl(146, 33%, 39%);--borderColorPress:hsl(146, 27%, 45%);}
}
:root.t_dark .t_light .t_dark .t_light .t_green_active_VoxInput, :root.t_dark .t_light .t_green_active_VoxInput, :root.t_light .t_dark .t_light .t_green_active_VoxInput, :root.t_light .t_green_active_VoxInput {--background:hsla(120, 48%, 95%, 0.32);--backgroundHover:hsla(120, 48%, 95%, 0.48);--backgroundPress:hsla(120, 48%, 95%, 0.56);--backgroundFocus:hsla(120, 48%, 95%, 0.64);--borderColor:hsla(146, 31%, 30%, 0.64);--borderColorHover:hsl(146, 33%, 39%);--borderColorFocus:hsla(146, 31%, 30%, 0.64);--borderColorPress:hsla(146, 31%, 30%, 0.64);--oulineColor:hsla(120, 48%, 95%, 0.32);--color:hsla(146, 31%, 30%, 0.64);--colorHover:hsl(146, 33%, 39%);--colorFocus:hsla(146, 31%, 30%, 0.64);--colorPress:hsla(146, 31%, 30%, 0.64);--colorDisabled:hsla(146, 31%, 30%, 0.64);}
@media(prefers-color-scheme:light){
body{background:var(--background);color:var(--color)}
.t_dark .t_light .t_green_active_VoxInput, .t_green_active_VoxInput {--background:hsla(120, 48%, 95%, 0.32);--backgroundHover:hsla(120, 48%, 95%, 0.48);--backgroundPress:hsla(120, 48%, 95%, 0.56);--backgroundFocus:hsla(120, 48%, 95%, 0.64);--borderColor:hsla(146, 31%, 30%, 0.64);--borderColorHover:hsl(146, 33%, 39%);--borderColorFocus:hsla(146, 31%, 30%, 0.64);--borderColorPress:hsla(146, 31%, 30%, 0.64);--oulineColor:hsla(120, 48%, 95%, 0.32);--color:hsla(146, 31%, 30%, 0.64);--colorHover:hsl(146, 33%, 39%);--colorFocus:hsla(146, 31%, 30%, 0.64);--colorPress:hsla(146, 31%, 30%, 0.64);--colorDisabled:hsla(146, 31%, 30%, 0.64);}
}
:root.t_dark .t_light .t_blue_active_Button, :root.t_dark .t_light .t_blue_active_Card, :root.t_dark .t_light .t_blue_active_Checkbox, :root.t_dark .t_light .t_blue_active_Input, :root.t_dark .t_light .t_blue_active_RadioGroupItem, :root.t_dark .t_light .t_blue_active_SelectTrigger, :root.t_dark .t_light .t_blue_active_Switch, :root.t_dark .t_light .t_blue_active_TextArea, :root.t_dark .t_light .t_blue_active_TooltipContent, :root.t_dark .t_light .t_dark .t_light .t_blue_active_Button, :root.t_dark .t_light .t_dark .t_light .t_blue_active_Card, :root.t_dark .t_light .t_dark .t_light .t_blue_active_Checkbox, :root.t_dark .t_light .t_dark .t_light .t_blue_active_Input, :root.t_dark .t_light .t_dark .t_light .t_blue_active_RadioGroupItem, :root.t_dark .t_light .t_dark .t_light .t_blue_active_SelectTrigger, :root.t_dark .t_light .t_dark .t_light .t_blue_active_Switch, :root.t_dark .t_light .t_dark .t_light .t_blue_active_TextArea, :root.t_dark .t_light .t_dark .t_light .t_blue_active_TooltipContent, :root.t_light .t_blue_active_Button, :root.t_light .t_blue_active_Card, :root.t_light .t_blue_active_Checkbox, :root.t_light .t_blue_active_Input, :root.t_light .t_blue_active_RadioGroupItem, :root.t_light .t_blue_active_SelectTrigger, :root.t_light .t_blue_active_Switch, :root.t_light .t_blue_active_TextArea, :root.t_light .t_blue_active_TooltipContent, :root.t_light .t_dark .t_light .t_blue_active_Button, :root.t_light .t_dark .t_light .t_blue_active_Card, :root.t_light .t_dark .t_light .t_blue_active_Checkbox, :root.t_light .t_dark .t_light .t_blue_active_Input, :root.t_light .t_dark .t_light .t_blue_active_RadioGroupItem, :root.t_light .t_dark .t_light .t_blue_active_SelectTrigger, :root.t_light .t_dark .t_light .t_blue_active_Switch, :root.t_light .t_dark .t_light .t_blue_active_TextArea, :root.t_light .t_dark .t_light .t_blue_active_TooltipContent {--background:hsl(210, 49%, 45%);--backgroundHover:hsl(210, 49%, 45%);--backgroundPress:hsl(210, 62%, 25%);--backgroundFocus:hsl(210, 49%, 45%);--borderColor:hsl(210, 73%, 57%);--borderColorHover:hsl(210, 73%, 57%);--borderColorFocus:hsl(210, 47%, 34%);--borderColorPress:hsl(210, 73%, 57%);}
@media(prefers-color-scheme:light){
body{background:var(--background);}
.t_blue_active_Button, .t_blue_active_Card, .t_blue_active_Checkbox, .t_blue_active_Input, .t_blue_active_RadioGroupItem, .t_blue_active_SelectTrigger, .t_blue_active_Switch, .t_blue_active_TextArea, .t_blue_active_TooltipContent, .t_dark .t_light .t_blue_active_Button, .t_dark .t_light .t_blue_active_Card, .t_dark .t_light .t_blue_active_Checkbox, .t_dark .t_light .t_blue_active_Input, .t_dark .t_light .t_blue_active_RadioGroupItem, .t_dark .t_light .t_blue_active_SelectTrigger, .t_dark .t_light .t_blue_active_Switch, .t_dark .t_light .t_blue_active_TextArea, .t_dark .t_light .t_blue_active_TooltipContent {--background:hsl(210, 49%, 45%);--backgroundHover:hsl(210, 49%, 45%);--backgroundPress:hsl(210, 62%, 25%);--backgroundFocus:hsl(210, 49%, 45%);--borderColor:hsl(210, 73%, 57%);--borderColorHover:hsl(210, 73%, 57%);--borderColorFocus:hsl(210, 47%, 34%);--borderColorPress:hsl(210, 73%, 57%);}
}
:root.t_dark .t_light .t_blue_active_ProgressIndicator, :root.t_dark .t_light .t_blue_active_SliderThumb, :root.t_dark .t_light .t_blue_active_SwitchThumb, :root.t_dark .t_light .t_blue_active_Tooltip, :root.t_dark .t_light .t_dark .t_light .t_blue_active_ProgressIndicator, :root.t_dark .t_light .t_dark .t_light .t_blue_active_SliderThumb, :root.t_dark .t_light .t_dark .t_light .t_blue_active_SwitchThumb, :root.t_dark .t_light .t_dark .t_light .t_blue_active_Tooltip, :root.t_light .t_blue_active_ProgressIndicator, :root.t_light .t_blue_active_SliderThumb, :root.t_light .t_blue_active_SwitchThumb, :root.t_light .t_blue_active_Tooltip, :root.t_light .t_dark .t_light .t_blue_active_ProgressIndicator, :root.t_light .t_dark .t_light .t_blue_active_SliderThumb, :root.t_light .t_dark .t_light .t_blue_active_SwitchThumb, :root.t_light .t_dark .t_light .t_blue_active_Tooltip {--color:hsl(215, 94%, 93%);--colorHover:hsl(214, 72%, 87%);--colorPress:hsl(210, 60%, 60%);--colorFocus:hsl(215, 94%, 93%);--background:hsla(210, 47%, 34%, 0.8);--backgroundHover:hsl(210, 49%, 45%);--backgroundPress:hsl(210, 47%, 34%);--backgroundFocus:hsl(210, 49%, 45%);--borderColor:hsl(210, 62%, 25%);--borderColorHover:hsl(210, 47%, 34%);--borderColorFocus:hsl(210, 49%, 45%);--borderColorPress:hsl(210, 47%, 52%);}
@media(prefers-color-scheme:light){
body{background:var(--background);color:var(--color)}
.t_blue_active_ProgressIndicator, .t_blue_active_SliderThumb, .t_blue_active_SwitchThumb, .t_blue_active_Tooltip, .t_dark .t_light .t_blue_active_ProgressIndicator, .t_dark .t_light .t_blue_active_SliderThumb, .t_dark .t_light .t_blue_active_SwitchThumb, .t_dark .t_light .t_blue_active_Tooltip {--color:hsl(215, 94%, 93%);--colorHover:hsl(214, 72%, 87%);--colorPress:hsl(210, 60%, 60%);--colorFocus:hsl(215, 94%, 93%);--background:hsla(210, 47%, 34%, 0.8);--backgroundHover:hsl(210, 49%, 45%);--backgroundPress:hsl(210, 47%, 34%);--backgroundFocus:hsl(210, 49%, 45%);--borderColor:hsl(210, 62%, 25%);--borderColorHover:hsl(210, 47%, 34%);--borderColorFocus:hsl(210, 49%, 45%);--borderColorPress:hsl(210, 47%, 52%);}
}
:root.t_dark .t_light .t_blue_active_VoxInput, :root.t_dark .t_light .t_dark .t_light .t_blue_active_VoxInput, :root.t_light .t_blue_active_VoxInput, :root.t_light .t_dark .t_light .t_blue_active_VoxInput {--background:hsla(216, 100%, 96%, 0.32);--backgroundHover:hsla(216, 100%, 96%, 0.48);--backgroundPress:hsla(216, 100%, 96%, 0.56);--backgroundFocus:hsla(216, 100%, 96%, 0.64);--borderColor:hsla(210, 47%, 34%, 0.64);--borderColorHover:hsl(210, 49%, 45%);--borderColorFocus:hsla(210, 47%, 34%, 0.64);--borderColorPress:hsla(210, 47%, 34%, 0.64);--oulineColor:hsla(216, 100%, 96%, 0.32);--color:hsla(210, 47%, 34%, 0.64);--colorHover:hsl(210, 49%, 45%);--colorFocus:hsla(210, 47%, 34%, 0.64);--colorPress:hsla(210, 47%, 34%, 0.64);--colorDisabled:hsla(210, 47%, 34%, 0.64);}
@media(prefers-color-scheme:light){
body{background:var(--background);color:var(--color)}
.t_blue_active_VoxInput, .t_dark .t_light .t_blue_active_VoxInput {--background:hsla(216, 100%, 96%, 0.32);--backgroundHover:hsla(216, 100%, 96%, 0.48);--backgroundPress:hsla(216, 100%, 96%, 0.56);--backgroundFocus:hsla(216, 100%, 96%, 0.64);--borderColor:hsla(210, 47%, 34%, 0.64);--borderColorHover:hsl(210, 49%, 45%);--borderColorFocus:hsla(210, 47%, 34%, 0.64);--borderColorPress:hsla(210, 47%, 34%, 0.64);--oulineColor:hsla(216, 100%, 96%, 0.32);--color:hsla(210, 47%, 34%, 0.64);--colorHover:hsl(210, 49%, 45%);--colorFocus:hsla(210, 47%, 34%, 0.64);--colorPress:hsla(210, 47%, 34%, 0.64);--colorDisabled:hsla(210, 47%, 34%, 0.64);}
}
:root.t_dark .t_light .t_dark .t_light .t_purple_active_Button, :root.t_dark .t_light .t_dark .t_light .t_purple_active_Card, :root.t_dark .t_light .t_dark .t_light .t_purple_active_Checkbox, :root.t_dark .t_light .t_dark .t_light .t_purple_active_Input, :root.t_dark .t_light .t_dark .t_light .t_purple_active_RadioGroupItem, :root.t_dark .t_light .t_dark .t_light .t_purple_active_SelectTrigger, :root.t_dark .t_light .t_dark .t_light .t_purple_active_Switch, :root.t_dark .t_light .t_dark .t_light .t_purple_active_TextArea, :root.t_dark .t_light .t_dark .t_light .t_purple_active_TooltipContent, :root.t_dark .t_light .t_purple_active_Button, :root.t_dark .t_light .t_purple_active_Card, :root.t_dark .t_light .t_purple_active_Checkbox, :root.t_dark .t_light .t_purple_active_Input, :root.t_dark .t_light .t_purple_active_RadioGroupItem, :root.t_dark .t_light .t_purple_active_SelectTrigger, :root.t_dark .t_light .t_purple_active_Switch, :root.t_dark .t_light .t_purple_active_TextArea, :root.t_dark .t_light .t_purple_active_TooltipContent, :root.t_light .t_dark .t_light .t_purple_active_Button, :root.t_light .t_dark .t_light .t_purple_active_Card, :root.t_light .t_dark .t_light .t_purple_active_Checkbox, :root.t_light .t_dark .t_light .t_purple_active_Input, :root.t_light .t_dark .t_light .t_purple_active_RadioGroupItem, :root.t_light .t_dark .t_light .t_purple_active_SelectTrigger, :root.t_light .t_dark .t_light .t_purple_active_Switch, :root.t_light .t_dark .t_light .t_purple_active_TextArea, :root.t_light .t_dark .t_light .t_purple_active_TooltipContent, :root.t_light .t_purple_active_Button, :root.t_light .t_purple_active_Card, :root.t_light .t_purple_active_Checkbox, :root.t_light .t_purple_active_Input, :root.t_light .t_purple_active_RadioGroupItem, :root.t_light .t_purple_active_SelectTrigger, :root.t_light .t_purple_active_Switch, :root.t_light .t_purple_active_TextArea, :root.t_light .t_purple_active_TooltipContent {--background:hsl(273, 33%, 43%);--backgroundHover:hsl(273, 33%, 43%);--backgroundPress:hsl(274, 45%, 29%);--backgroundFocus:hsl(273, 33%, 43%);--borderColor:hsl(266, 83%, 66%);--borderColorHover:hsl(266, 83%, 66%);--borderColorFocus:hsl(273, 37%, 35%);--borderColorPress:hsl(266, 83%, 66%);}
@media(prefers-color-scheme:light){
body{background:var(--background);}
.t_dark .t_light .t_purple_active_Button, .t_dark .t_light .t_purple_active_Card, .t_dark .t_light .t_purple_active_Checkbox, .t_dark .t_light .t_purple_active_Input, .t_dark .t_light .t_purple_active_RadioGroupItem, .t_dark .t_light .t_purple_active_SelectTrigger, .t_dark .t_light .t_purple_active_Switch, .t_dark .t_light .t_purple_active_TextArea, .t_dark .t_light .t_purple_active_TooltipContent, .t_purple_active_Button, .t_purple_active_Card, .t_purple_active_Checkbox, .t_purple_active_Input, .t_purple_active_RadioGroupItem, .t_purple_active_SelectTrigger, .t_purple_active_Switch, .t_purple_active_TextArea, .t_purple_active_TooltipContent {--background:hsl(273, 33%, 43%);--backgroundHover:hsl(273, 33%, 43%);--backgroundPress:hsl(274, 45%, 29%);--backgroundFocus:hsl(273, 33%, 43%);--borderColor:hsl(266, 83%, 66%);--borderColorHover:hsl(266, 83%, 66%);--borderColorFocus:hsl(273, 37%, 35%);--borderColorPress:hsl(266, 83%, 66%);}
}
:root.t_dark .t_light .t_dark .t_light .t_purple_active_ProgressIndicator, :root.t_dark .t_light .t_dark .t_light .t_purple_active_SliderThumb, :root.t_dark .t_light .t_dark .t_light .t_purple_active_SwitchThumb, :root.t_dark .t_light .t_dark .t_light .t_purple_active_Tooltip, :root.t_dark .t_light .t_purple_active_ProgressIndicator, :root.t_dark .t_light .t_purple_active_SliderThumb, :root.t_dark .t_light .t_purple_active_SwitchThumb, :root.t_dark .t_light .t_purple_active_Tooltip, :root.t_light .t_dark .t_light .t_purple_active_ProgressIndicator, :root.t_light .t_dark .t_light .t_purple_active_SliderThumb, :root.t_light .t_dark .t_light .t_purple_active_SwitchThumb, :root.t_light .t_dark .t_light .t_purple_active_Tooltip, :root.t_light .t_purple_active_ProgressIndicator, :root.t_light .t_purple_active_SliderThumb, :root.t_light .t_purple_active_SwitchThumb, :root.t_light .t_purple_active_Tooltip {--color:hsl(261, 100%, 94%);--colorHover:hsl(259, 87%, 91%);--colorPress:hsl(273, 74%, 69%);--colorFocus:hsl(261, 100%, 94%);--background:hsla(273, 37%, 35%, 0.8);--backgroundHover:hsl(273, 33%, 43%);--backgroundPress:hsl(273, 37%, 35%);--backgroundFocus:hsl(273, 33%, 43%);--borderColor:hsl(274, 45%, 29%);--borderColorHover:hsl(273, 37%, 35%);--borderColorFocus:hsl(273, 33%, 43%);--borderColorPress:hsl(272, 38%, 57%);}
@media(prefers-color-scheme:light){
body{background:var(--background);color:var(--color)}
.t_dark .t_light .t_purple_active_ProgressIndicator, .t_dark .t_light .t_purple_active_SliderThumb, .t_dark .t_light .t_purple_active_SwitchThumb, .t_dark .t_light .t_purple_active_Tooltip, .t_purple_active_ProgressIndicator, .t_purple_active_SliderThumb, .t_purple_active_SwitchThumb, .t_purple_active_Tooltip {--color:hsl(261, 100%, 94%);--colorHover:hsl(259, 87%, 91%);--colorPress:hsl(273, 74%, 69%);--colorFocus:hsl(261, 100%, 94%);--background:hsla(273, 37%, 35%, 0.8);--backgroundHover:hsl(273, 33%, 43%);--backgroundPress:hsl(273, 37%, 35%);--backgroundFocus:hsl(273, 33%, 43%);--borderColor:hsl(274, 45%, 29%);--borderColorHover:hsl(273, 37%, 35%);--borderColorFocus:hsl(273, 33%, 43%);--borderColorPress:hsl(272, 38%, 57%);}
}
:root.t_dark .t_light .t_dark .t_light .t_purple_active_VoxInput, :root.t_dark .t_light .t_purple_active_VoxInput, :root.t_light .t_dark .t_light .t_purple_active_VoxInput, :root.t_light .t_purple_active_VoxInput {--background:hsla(272, 100%, 97%, 0.32);--backgroundHover:hsla(272, 100%, 97%, 0.48);--backgroundPress:hsla(272, 100%, 97%, 0.56);--backgroundFocus:hsla(272, 100%, 97%, 0.64);--borderColor:hsla(273, 37%, 35%, 0.64);--borderColorHover:hsl(273, 33%, 43%);--borderColorFocus:hsla(273, 37%, 35%, 0.64);--borderColorPress:hsla(273, 37%, 35%, 0.64);--oulineColor:hsla(272, 100%, 97%, 0.32);--color:hsla(273, 37%, 35%, 0.64);--colorHover:hsl(273, 33%, 43%);--colorFocus:hsla(273, 37%, 35%, 0.64);--colorPress:hsla(273, 37%, 35%, 0.64);--colorDisabled:hsla(273, 37%, 35%, 0.64);}
@media(prefers-color-scheme:light){
body{background:var(--background);color:var(--color)}
.t_dark .t_light .t_purple_active_VoxInput, .t_purple_active_VoxInput {--background:hsla(272, 100%, 97%, 0.32);--backgroundHover:hsla(272, 100%, 97%, 0.48);--backgroundPress:hsla(272, 100%, 97%, 0.56);--backgroundFocus:hsla(272, 100%, 97%, 0.64);--borderColor:hsla(273, 37%, 35%, 0.64);--borderColorHover:hsl(273, 33%, 43%);--borderColorFocus:hsla(273, 37%, 35%, 0.64);--borderColorPress:hsla(273, 37%, 35%, 0.64);--oulineColor:hsla(272, 100%, 97%, 0.32);--color:hsla(273, 37%, 35%, 0.64);--colorHover:hsl(273, 33%, 43%);--colorFocus:hsla(273, 37%, 35%, 0.64);--colorPress:hsla(273, 37%, 35%, 0.64);--colorDisabled:hsla(273, 37%, 35%, 0.64);}
}
:root.t_dark .t_light .t_dark .t_light .t_gray_active_Button, :root.t_dark .t_light .t_dark .t_light .t_gray_active_Card, :root.t_dark .t_light .t_dark .t_light .t_gray_active_Checkbox, :root.t_dark .t_light .t_dark .t_light .t_gray_active_Input, :root.t_dark .t_light .t_dark .t_light .t_gray_active_RadioGroupItem, :root.t_dark .t_light .t_dark .t_light .t_gray_active_SelectTrigger, :root.t_dark .t_light .t_dark .t_light .t_gray_active_Switch, :root.t_dark .t_light .t_dark .t_light .t_gray_active_TextArea, :root.t_dark .t_light .t_dark .t_light .t_gray_active_TooltipContent, :root.t_dark .t_light .t_gray_active_Button, :root.t_dark .t_light .t_gray_active_Card, :root.t_dark .t_light .t_gray_active_Checkbox, :root.t_dark .t_light .t_gray_active_Input, :root.t_dark .t_light .t_gray_active_RadioGroupItem, :root.t_dark .t_light .t_gray_active_SelectTrigger, :root.t_dark .t_light .t_gray_active_Switch, :root.t_dark .t_light .t_gray_active_TextArea, :root.t_dark .t_light .t_gray_active_TooltipContent, :root.t_light .t_dark .t_light .t_gray_active_Button, :root.t_light .t_dark .t_light .t_gray_active_Card, :root.t_light .t_dark .t_light .t_gray_active_Checkbox, :root.t_light .t_dark .t_light .t_gray_active_Input, :root.t_light .t_dark .t_light .t_gray_active_RadioGroupItem, :root.t_light .t_dark .t_light .t_gray_active_SelectTrigger, :root.t_light .t_dark .t_light .t_gray_active_Switch, :root.t_light .t_dark .t_light .t_gray_active_TextArea, :root.t_light .t_dark .t_light .t_gray_active_TooltipContent, :root.t_light .t_gray_active_Button, :root.t_light .t_gray_active_Card, :root.t_light .t_gray_active_Checkbox, :root.t_light .t_gray_active_Input, :root.t_light .t_gray_active_RadioGroupItem, :root.t_light .t_gray_active_SelectTrigger, :root.t_light .t_gray_active_Switch, :root.t_light .t_gray_active_TextArea, :root.t_light .t_gray_active_TooltipContent {--background:hsl(210, 13%, 37%);--backgroundHover:hsl(210, 13%, 37%);--backgroundPress:hsl(209, 25%, 20%);--backgroundFocus:hsl(210, 13%, 37%);--borderColor:hsl(209, 25%, 43%);--borderColorHover:hsl(209, 25%, 43%);--borderColorFocus:hsl(210, 15%, 28%);--borderColorPress:hsl(209, 25%, 43%);}
@media(prefers-color-scheme:light){
body{background:var(--background);}
.t_dark .t_light .t_gray_active_Button, .t_dark .t_light .t_gray_active_Card, .t_dark .t_light .t_gray_active_Checkbox, .t_dark .t_light .t_gray_active_Input, .t_dark .t_light .t_gray_active_RadioGroupItem, .t_dark .t_light .t_gray_active_SelectTrigger, .t_dark .t_light .t_gray_active_Switch, .t_dark .t_light .t_gray_active_TextArea, .t_dark .t_light .t_gray_active_TooltipContent, .t_gray_active_Button, .t_gray_active_Card, .t_gray_active_Checkbox, .t_gray_active_Input, .t_gray_active_RadioGroupItem, .t_gray_active_SelectTrigger, .t_gray_active_Switch, .t_gray_active_TextArea, .t_gray_active_TooltipContent {--background:hsl(210, 13%, 37%);--backgroundHover:hsl(210, 13%, 37%);--backgroundPress:hsl(209, 25%, 20%);--backgroundFocus:hsl(210, 13%, 37%);--borderColor:hsl(209, 25%, 43%);--borderColorHover:hsl(209, 25%, 43%);--borderColorFocus:hsl(210, 15%, 28%);--borderColorPress:hsl(209, 25%, 43%);}
}
:root.t_dark .t_light .t_dark .t_light .t_gray_active_ProgressIndicator, :root.t_dark .t_light .t_dark .t_light .t_gray_active_SliderThumb, :root.t_dark .t_light .t_dark .t_light .t_gray_active_SwitchThumb, :root.t_dark .t_light .t_dark .t_light .t_gray_active_Tooltip, :root.t_dark .t_light .t_gray_active_ProgressIndicator, :root.t_dark .t_light .t_gray_active_SliderThumb, :root.t_dark .t_light .t_gray_active_SwitchThumb, :root.t_dark .t_light .t_gray_active_Tooltip, :root.t_light .t_dark .t_light .t_gray_active_ProgressIndicator, :root.t_light .t_dark .t_light .t_gray_active_SliderThumb, :root.t_light .t_dark .t_light .t_gray_active_SwitchThumb, :root.t_light .t_dark .t_light .t_gray_active_Tooltip, :root.t_light .t_gray_active_ProgressIndicator, :root.t_light .t_gray_active_SliderThumb, :root.t_light .t_gray_active_SwitchThumb, :root.t_light .t_gray_active_Tooltip {--color:hsl(210, 26%, 89%);--colorHover:hsl(208, 27%, 86%);--colorPress:hsl(211, 16%, 59%);--colorFocus:hsl(210, 26%, 89%);--background:hsla(210, 15%, 28%, 0.8);--backgroundHover:hsl(210, 13%, 37%);--backgroundPress:hsl(210, 15%, 28%);--backgroundFocus:hsl(210, 13%, 37%);--borderColor:hsl(209, 25%, 20%);--borderColorHover:hsl(210, 15%, 28%);--borderColorFocus:hsl(210, 13%, 37%);--borderColorPress:hsl(210, 9%, 43%);}
@media(prefers-color-scheme:light){
body{background:var(--background);color:var(--color)}
.t_dark .t_light .t_gray_active_ProgressIndicator, .t_dark .t_light .t_gray_active_SliderThumb, .t_dark .t_light .t_gray_active_SwitchThumb, .t_dark .t_light .t_gray_active_Tooltip, .t_gray_active_ProgressIndicator, .t_gray_active_SliderThumb, .t_gray_active_SwitchThumb, .t_gray_active_Tooltip {--color:hsl(210, 26%, 89%);--colorHover:hsl(208, 27%, 86%);--colorPress:hsl(211, 16%, 59%);--colorFocus:hsl(210, 26%, 89%);--background:hsla(210, 15%, 28%, 0.8);--backgroundHover:hsl(210, 13%, 37%);--backgroundPress:hsl(210, 15%, 28%);--backgroundFocus:hsl(210, 13%, 37%);--borderColor:hsl(209, 25%, 20%);--borderColorHover:hsl(210, 15%, 28%);--borderColorFocus:hsl(210, 13%, 37%);--borderColorPress:hsl(210, 9%, 43%);}
}
:root.t_dark .t_light .t_dark .t_light .t_gray_active_VoxInput, :root.t_dark .t_light .t_gray_active_VoxInput, :root.t_light .t_dark .t_light .t_gray_active_VoxInput, :root.t_light .t_gray_active_VoxInput {--background:hsla(210, 22%, 96%, 0.32);--backgroundHover:hsla(210, 22%, 96%, 0.48);--backgroundPress:hsla(210, 22%, 96%, 0.56);--backgroundFocus:hsla(210, 22%, 96%, 0.64);--borderColor:hsla(210, 15%, 28%, 0.64);--borderColorHover:hsl(210, 13%, 37%);--borderColorFocus:hsla(210, 15%, 28%, 0.64);--borderColorPress:hsla(210, 15%, 28%, 0.64);--oulineColor:hsla(210, 22%, 96%, 0.32);--color:hsla(210, 15%, 28%, 0.64);--colorHover:hsl(210, 13%, 37%);--colorFocus:hsla(210, 15%, 28%, 0.64);--colorPress:hsla(210, 15%, 28%, 0.64);--colorDisabled:hsla(210, 15%, 28%, 0.64);}
@media(prefers-color-scheme:light){
body{background:var(--background);color:var(--color)}
.t_dark .t_light .t_gray_active_VoxInput, .t_gray_active_VoxInput {--background:hsla(210, 22%, 96%, 0.32);--backgroundHover:hsla(210, 22%, 96%, 0.48);--backgroundPress:hsla(210, 22%, 96%, 0.56);--backgroundFocus:hsla(210, 22%, 96%, 0.64);--borderColor:hsla(210, 15%, 28%, 0.64);--borderColorHover:hsl(210, 13%, 37%);--borderColorFocus:hsla(210, 15%, 28%, 0.64);--borderColorPress:hsla(210, 15%, 28%, 0.64);--oulineColor:hsla(210, 22%, 96%, 0.32);--color:hsla(210, 15%, 28%, 0.64);--colorHover:hsl(210, 13%, 37%);--colorFocus:hsla(210, 15%, 28%, 0.64);--colorPress:hsla(210, 15%, 28%, 0.64);--colorDisabled:hsla(210, 15%, 28%, 0.64);}
}